HEX
Server: Apache
System: Linux biz306.inmotionhosting.com 4.18.0-553.46.1.lve.el8.x86_64 #1 SMP Wed Apr 2 11:16:45 UTC 2025 x86_64
User: crossp22 (2539)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/crossp22/public_html/crosspoint-church.com_HSR_backup
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.23-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: crosspoi_wrdp1
-- ------------------------------------------------------
-- Server version	10.6.23-MariaDB-log

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

DROP TABLE IF EXISTS `calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `calendar` (
  `event_id` int(11) NOT NULL AUTO_INCREMENT,
  `event_begin` date NOT NULL,
  `event_end` date NOT NULL,
  `event_title` varchar(30) NOT NULL,
  `event_desc` text NOT NULL,
  `event_time` time DEFAULT NULL,
  `event_recur` char(1) DEFAULT NULL,
  `event_repeats` int(3) DEFAULT NULL,
  `event_author` bigint(20) unsigned DEFAULT NULL,
  `event_category` bigint(20) unsigned NOT NULL DEFAULT 1,
  `event_link` text DEFAULT NULL,
  PRIMARY KEY (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `calendar`
--

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

--
-- Table structure for table `calendar_categories`
--

DROP TABLE IF EXISTS `calendar_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `calendar_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(30) NOT NULL,
  `category_colour` varchar(30) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `calendar_categories`
--

LOCK TABLES `calendar_categories` WRITE;
/*!40000 ALTER TABLE `calendar_categories` DISABLE KEYS */;
INSERT INTO `calendar_categories` VALUES (1,'General','#F6F79B');
/*!40000 ALTER TABLE `calendar_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `calendar_config`
--

DROP TABLE IF EXISTS `calendar_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `calendar_config` (
  `config_item` varchar(30) NOT NULL,
  `config_value` text NOT NULL,
  PRIMARY KEY (`config_item`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `calendar_config`
--

LOCK TABLES `calendar_config` WRITE;
/*!40000 ALTER TABLE `calendar_config` DISABLE KEYS */;
INSERT INTO `calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style','    .calnk a:hover {\n         background-position:0 0;\n         text-decoration:none;  \n         color:#000000;\n         border-bottom:1px dotted #000000;\n         }\n    .calnk a:visited {\n         text-decoration:none;\n         color:#000000;\n         border-bottom:1px dotted #000000;\n        }\n    .calnk a {\n        text-decoration:none; \n        color:#000000; \n        border-bottom:1px dotted #000000;\n        }\n    .calnk a span { \n        display:none; \n        }\n    .calnk a:hover span {\n        color:#333333; \n        background:#F6F79B; \n        display:block;\n        position:absolute; \n        margin-top:1px; \n        padding:5px; \n        width:150px; \n        z-index:100;\n        line-height:1.2em;\n        }\n     .calendar-table {\n        border:none;\n        width:100%;\n     }\n     .calendar-heading {\n        height:25px;\n        text-align:center;\n        border:1px solid #D6DED5;\n        background-color:#E4EBE3;\n     }\n     .calendar-next {\n        width:25%;\n        text-align:center;\n     }\n     .calendar-prev {\n        width:25%;\n        text-align:center;\n     }\n     .calendar-month {\n        width:50%;\n        text-align:center;\n        font-weight:bold;\n     }\n     .normal-day-heading {\n        text-align:center;\n        width:25px;\n        height:25px;\n        font-size:0.8em;\n        border:1px solid #DFE6DE;\n        background-color:#EBF2EA;\n     }\n     .weekend-heading {\n        text-align:center;\n        width:25px;\n        height:25px;\n        font-size:0.8em;\n        border:1px solid #DFE6DE;\n        background-color:#EBF2EA;\n        color:#FF0000;\n     }\n     .day-with-date {\n        vertical-align:text-top;\n        text-align:left;\n        width:60px;\n        height:60px;\n        border:1px solid #DFE6DE;\n     }\n     .no-events {\n\n     }\n     .day-without-date {\n        width:60px;\n        height:60px;\n        border:1px solid #E9F0E8;\n     }\n     span.weekend {\n        color:#FF0000;\n     }\n     .current-day {\n        vertical-align:text-top;\n        text-align:left;\n        width:60px;\n        height:60px;\n        border:1px solid #BFBFBF;\n        background-color:#E4EBE3;\n     }\n     span.event {\n        font-size:0.75em;\n     }\n     .kjo-link {\n        font-size:0.75em;\n        text-align:center;\n     }\n     .calendar-date-switcher {\n        height:25px;\n        text-align:center;\n        border:1px solid #D6DED5;\n        background-color:#E4EBE3;\n     }\n     .calendar-date-switcher form {\n        margin:0;\n        padding:0;\n     }\n     .calendar-date-switcher input {\n        border:1px #D6DED5 solid;\n     }\n     .calendar-date-switcher select {\n        border:1px #D6DED5 solid;\n     }\n     .cat-key {\n        width:100%;\n        margin-top:10px;\n        padding:5px;\n        border:1px solid #D6DED5;\n     }\n     .calnk a:hover span span.event-title {\n        padding:0;\n        text-align:center;\n        font-weight:bold;\n        font-size:1.2em;\n        }\n     .calnk a:hover span span.event-title-break {\n        width:96%;\n        text-align:center;\n        height:1px;\n        margin-top:5px;\n        margin-right:2%;\n        padding:0;\n        background-color:#000000;\n     }\n     .calnk a:hover span span.event-content-break {\n        width:96%;\n        text-align:center;\n        height:1px;\n        margin-top:5px;\n        margin-right:2%;\n        padding:0;\n        background-color:#000000;\n     }\n     .page-upcoming-events {\n        font-size:80%;\n     }\n     .page-todays-events {\n        font-size:80%;\n     }'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','false');
/*!40000 ALTER TABLE `calendar_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_actions`
--

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

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (128580,'wpforms_process_forms_locator_scan','failed','2023-09-14 17:15:16','2023-09-14 10:15:16','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694711716;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694711716;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-14 17:15:22','2023-09-14 10:15:22',0,NULL,10),(128998,'wpforms_process_forms_locator_scan','failed','2023-09-19 17:20:44','2023-09-19 10:20:44','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695144044;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695144044;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-19 17:24:10','2023-09-19 10:24:10',0,NULL,10),(128253,'wpforms_process_forms_locator_scan','failed','2023-09-10 17:11:23','2023-09-10 10:11:23','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694365883;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694365883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-10 17:12:14','2023-09-10 10:12:14',0,NULL,10),(127729,'wpforms_email_summaries_fetch_info_blocks','failed','2023-09-04 01:42:21','2023-09-03 18:42:21','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693791741;s:18:\"\0*\0first_timestamp\";i:1693791741;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693791741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-04 01:42:31','2023-09-03 18:42:31',0,NULL,10),(127826,'wpforms_process_forms_locator_scan','failed','2023-09-05 17:09:26','2023-09-05 10:09:26','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693933766;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693933766;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-05 17:10:15','2023-09-05 10:10:15',0,NULL,10),(129504,'wpforms_process_forms_locator_scan','failed','2023-09-25 17:26:52','2023-09-25 10:26:52','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695662812;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695662812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-25 17:27:17','2023-09-25 10:27:17',0,NULL,10),(129856,'wpforms_process_forms_locator_scan','failed','2023-09-29 17:35:56','2023-09-29 10:35:56','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696008956;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696008956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-29 17:36:08','2023-09-29 10:36:08',0,NULL,10),(171915,'wpforms_lite_connect_refresh_access_token','failed','2025-01-06 08:05:23','2025-01-06 00:05:23','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1736150723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1736150723;}',2,1,'2025-01-06 08:06:04','2025-01-06 00:06:04',0,NULL,10),(130175,'wpforms_process_forms_locator_scan','failed','2023-10-03 17:56:55','2023-10-03 10:56:55','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696355815;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696355815;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-10-03 17:57:01','2023-10-03 10:57:01',0,NULL,10),(129159,'wpforms_process_forms_locator_scan','failed','2023-09-21 17:25:03','2023-09-21 10:25:03','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695317103;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695317103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-21 17:25:14','2023-09-21 10:25:14',0,NULL,10),(128372,'wpforms_email_summaries_fetch_info_blocks','failed','2023-09-18 01:48:08','2023-09-17 18:48:08','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695001688;s:18:\"\0*\0first_timestamp\";i:1693791741;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695001688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-18 01:50:13','2023-09-17 18:50:13',0,NULL,10),(128164,'wpforms_process_forms_locator_scan','failed','2023-09-09 17:11:21','2023-09-09 10:11:21','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694279481;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694279481;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-09 17:11:23','2023-09-09 10:11:23',0,NULL,10),(128343,'wpforms_process_forms_locator_scan','failed','2023-09-11 17:12:14','2023-09-11 10:12:14','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694452334;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694452334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-11 17:12:15','2023-09-11 10:12:15',0,NULL,10),(127730,'wpforms_process_forms_locator_scan','failed','2023-09-04 17:09:20','2023-09-04 10:09:20','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693847360;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693847360;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-04 17:09:26','2023-09-04 10:09:26',0,NULL,10),(129938,'wpforms_process_forms_locator_scan','failed','2023-09-30 17:36:08','2023-09-30 10:36:08','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696095368;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696095368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-30 17:49:22','2023-09-30 10:49:22',0,NULL,10),(127997,'wpforms_process_forms_locator_scan','failed','2023-09-07 17:10:19','2023-09-07 10:10:19','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694106619;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694106619;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-07 17:10:19','2023-09-07 10:10:19',0,NULL,10),(129240,'wpforms_process_forms_locator_scan','failed','2023-09-22 17:25:14','2023-09-22 10:25:14','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695403514;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695403514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-22 17:26:08','2023-09-22 10:26:08',0,NULL,10),(128080,'wpforms_process_forms_locator_scan','failed','2023-09-08 17:10:19','2023-09-08 10:10:19','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694193019;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694193019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-08 17:11:21','2023-09-08 10:11:21',0,NULL,10),(128911,'wpforms_process_forms_locator_scan','failed','2023-09-18 17:20:25','2023-09-18 10:20:25','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695057625;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695057625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-18 17:20:44','2023-09-18 10:20:44',0,NULL,10),(128831,'wpforms_process_forms_locator_scan','failed','2023-09-17 17:19:53','2023-09-17 10:19:53','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694971193;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694971193;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-17 17:20:25','2023-09-17 10:20:25',0,NULL,10),(129776,'wpforms_process_forms_locator_scan','failed','2023-09-28 17:33:34','2023-09-28 10:33:34','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695922414;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695922414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-28 17:35:56','2023-09-28 10:35:56',0,NULL,10),(128501,'wpforms_process_forms_locator_scan','failed','2023-09-13 17:12:51','2023-09-13 10:12:51','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694625171;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694625171;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-13 17:15:16','2023-09-13 10:15:16',0,NULL,10),(128670,'wpforms_process_forms_locator_scan','failed','2023-09-15 17:15:22','2023-09-15 10:15:22','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694798122;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694798122;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-15 17:17:44','2023-09-15 10:17:44',0,NULL,10),(130023,'wpforms_process_forms_locator_scan','failed','2023-10-01 17:49:22','2023-10-01 10:49:22','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696182562;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696182562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-10-01 17:54:13','2023-10-01 10:54:13',0,NULL,10),(127766,'wpforms_email_summaries_fetch_info_blocks','failed','2023-09-11 01:42:31','2023-09-10 18:42:31','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694396551;s:18:\"\0*\0first_timestamp\";i:1693791741;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694396551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-11 01:48:08','2023-09-10 18:48:08',0,NULL,10),(129673,'wpforms_process_forms_locator_scan','failed','2023-09-27 17:32:26','2023-09-27 10:32:26','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695835946;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695835946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-27 17:33:34','2023-09-27 10:33:34',0,NULL,10),(129589,'wpforms_process_forms_locator_scan','failed','2023-09-26 17:27:17','2023-09-26 10:27:17','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695749237;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695749237;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-26 17:32:26','2023-09-26 10:32:26',0,NULL,10),(128937,'wpforms_email_summaries_fetch_info_blocks','failed','2023-09-25 01:50:13','2023-09-24 18:50:13','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695606613;s:18:\"\0*\0first_timestamp\";i:1693791741;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695606613;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-25 01:50:28','2023-09-24 18:50:28',0,NULL,10),(129534,'wpforms_email_summaries_fetch_info_blocks','failed','2023-10-02 01:50:28','2023-10-01 18:50:28','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696211428;s:18:\"\0*\0first_timestamp\";i:1693791741;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696211428;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-10-02 01:54:04','2023-10-01 18:54:04',0,NULL,10),(130093,'wpforms_process_forms_locator_scan','failed','2023-10-02 17:54:13','2023-10-02 10:54:13','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696269253;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696269253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-10-02 17:56:55','2023-10-02 10:56:55',0,NULL,10),(127915,'wpforms_process_forms_locator_scan','failed','2023-09-06 17:10:15','2023-09-06 10:10:15','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694020215;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694020215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-06 17:10:19','2023-09-06 10:10:19',0,NULL,10),(129412,'wpforms_process_forms_locator_scan','failed','2023-09-24 17:26:19','2023-09-24 10:26:19','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695576379;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695576379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-24 17:26:52','2023-09-24 10:26:52',0,NULL,10),(129078,'wpforms_process_forms_locator_scan','failed','2023-09-20 17:24:10','2023-09-20 10:24:10','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695230650;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695230650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-20 17:25:03','2023-09-20 10:25:03',0,NULL,10),(128425,'wpforms_process_forms_locator_scan','failed','2023-09-12 17:12:15','2023-09-12 10:12:15','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694538735;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694538735;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-12 17:12:51','2023-09-12 10:12:51',0,NULL,10),(128749,'wpforms_process_forms_locator_scan','failed','2023-09-16 17:17:44','2023-09-16 10:17:44','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694884664;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694884664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-16 17:19:53','2023-09-16 10:19:53',0,NULL,10),(129331,'wpforms_process_forms_locator_scan','failed','2023-09-23 17:26:08','2023-09-23 10:26:08','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695489968;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695489968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-23 17:26:19','2023-09-23 10:26:19',0,NULL,10),(130262,'wpforms_process_forms_locator_scan','failed','2023-10-04 17:57:01','2023-10-04 10:57:01','{\"tasks_meta_id\":309}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696442221;s:18:\"\0*\0first_timestamp\";i:1693760959;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696442221;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-10-04 18:02:59','2023-10-04 11:02:59',0,NULL,10),(220765,'wpforms_process_forms_locator_save','complete','2025-09-24 21:51:17','2025-09-24 21:51:17','{\"tasks_meta_id\":983}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-24 21:51:17','2025-09-24 14:51:17',1587805,NULL,10),(219215,'wpforms_process_purge_spam','complete','2025-09-09 08:18:35','2025-09-09 01:18:35','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757405915;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757405915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-09 08:24:45','2025-09-09 01:24:45',1581191,NULL,10),(219019,'wpforms_process_forms_locator_save','complete','2025-09-07 08:17:26','2025-09-07 08:17:26','{\"tasks_meta_id\":958}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-07 08:17:26','2025-09-07 01:17:26',1578473,NULL,10),(218157,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-03 20:17:03','2025-09-03 13:17:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930623;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-03 20:17:37','2025-09-03 13:17:37',1574564,NULL,20),(219021,'wpforms_process_purge_spam','complete','2025-09-08 08:17:26','2025-09-08 01:17:26','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757319446;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757319446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-08 08:18:35','2025-09-08 01:18:35',1579745,NULL,10),(220076,'wpforms_process_forms_locator_save','complete','2025-09-14 15:17:56','2025-09-14 15:17:56','{\"tasks_meta_id\":970}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-14 15:17:56','2025-09-14 08:17:56',1585008,NULL,10),(220077,'wpforms_process_forms_locator_scan','complete','2025-09-15 15:17:56','2025-09-15 08:17:56','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757949476;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757949476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-15 15:51:57','2025-09-15 08:51:57',1585057,NULL,10),(219800,'wpforms_process_forms_locator_scan','complete','2025-09-12 08:25:39','2025-09-12 01:25:39','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757665539;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757665539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-12 08:27:51','2025-09-12 01:27:51',1584900,NULL,10),(218640,'wpforms_process_forms_locator_save','complete','2025-09-05 08:16:06','2025-09-05 08:16:06','{\"tasks_meta_id\":955}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-05 08:16:06','2025-09-05 01:16:06',1576212,NULL,10),(218641,'wpforms_process_forms_locator_scan','complete','2025-09-06 08:16:06','2025-09-06 01:16:06','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757146566;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757146566;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-06 08:16:23','2025-09-06 01:16:23',1577294,NULL,10),(220534,'action_scheduler/migration_hook','complete','2025-09-20 04:40:43','2025-09-19 21:40:43','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758343243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758343243;}',1,1,'2025-09-20 04:41:00','2025-09-19 21:41:00',1586000,NULL,10),(218831,'wpforms_process_purge_spam','complete','2025-09-07 08:16:23','2025-09-07 01:16:23','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757232983;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757232983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-07 08:17:26','2025-09-07 01:17:26',1578472,NULL,10),(185696,'wpforms_lite_connect_refresh_access_token','failed','2025-03-22 10:23:04','2025-03-22 03:23:04','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1742638984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1742638984;}',2,1,'2025-03-22 10:26:56','2025-03-22 03:26:56',0,NULL,10),(218060,'wpforms_process_purge_spam','complete','2025-09-03 08:14:05','2025-09-03 01:14:05','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756887245;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756887245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-03 08:14:05','2025-09-03 01:14:05',1573987,NULL,10),(178925,'wpforms_lite_connect_refresh_access_token','failed','2025-02-13 21:35:19','2025-02-13 13:35:19','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1739482519;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1739482519;}',2,1,'2025-02-13 21:36:39','2025-02-13 13:36:39',0,NULL,10),(219409,'wpforms_process_forms_locator_scan','complete','2025-09-09 08:19:21','2025-09-09 01:19:21','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757405961;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757405961;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-09 08:24:45','2025-09-09 01:24:45',1581191,NULL,10),(219408,'wpforms_process_forms_locator_save','complete','2025-09-09 08:19:19','2025-09-09 08:19:19','{\"tasks_meta_id\":961}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-09 08:24:45','2025-09-09 01:24:45',1581191,NULL,10),(219020,'wpforms_process_forms_locator_scan','complete','2025-09-08 08:17:26','2025-09-08 01:17:26','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757319446;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757319446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-08 08:18:35','2025-09-08 01:18:35',1579745,NULL,10),(218642,'wpforms_process_purge_spam','complete','2025-09-06 08:16:06','2025-09-06 01:16:06','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757146566;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757146566;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-06 08:16:23','2025-09-06 01:16:23',1577294,NULL,10),(220786,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-26 11:03:07','2025-09-26 04:03:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758884587;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758884587;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-26 11:19:59','2025-09-26 04:19:59',1587883,NULL,20),(183003,'wpforms_lite_connect_refresh_access_token','failed','2025-03-07 22:41:47','2025-03-07 14:41:47','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1741387307;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1741387307;}',2,1,'2025-03-07 22:42:19','2025-03-07 14:42:19',0,NULL,10),(220766,'wpforms_process_forms_locator_scan','complete','2025-09-25 21:51:17','2025-09-25 14:51:17','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758837077;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758837077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-25 21:51:34','2025-09-25 14:51:34',1587860,NULL,10),(220887,'wpforms_process_purge_spam','complete','2025-09-29 23:11:58','2025-09-29 16:11:58','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759187518;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759187518;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-30 00:36:09','2025-09-29 17:36:09',1588139,NULL,10),(220888,'wpforms_process_forms_locator_save','complete','2025-09-28 23:11:58','2025-09-28 23:11:58','{\"tasks_meta_id\":987}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-28 23:11:58','2025-09-28 16:11:58',1588097,NULL,10),(219963,'wpforms_admin_builder_templates_cache_update','complete','2025-09-19 04:19:44','2025-09-18 21:19:44','{\"tasks_meta_id\":910}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758255584;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758255584;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-19 04:38:24','2025-09-18 21:38:24',1585415,NULL,10),(219410,'wpforms_process_purge_spam','complete','2025-09-10 08:24:45','2025-09-10 01:24:45','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757492685;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757492685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-10 08:24:45','2025-09-10 01:24:45',1582494,NULL,10),(190883,'wpforms_lite_connect_refresh_access_token','failed','2025-04-19 17:53:15','2025-04-19 10:53:15','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745085195;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745085195;}',2,1,'2025-04-19 17:53:45','2025-04-19 10:53:45',0,NULL,10),(189645,'wpforms_lite_connect_refresh_access_token','failed','2025-04-12 17:25:25','2025-04-12 10:25:25','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744478725;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744478725;}',2,1,'2025-04-12 17:28:38','2025-04-12 10:28:38',0,NULL,10),(220642,'wpforms_admin_notifications_update','complete','2025-09-21 05:23:58','2025-09-21 05:23:58','{\"tasks_meta_id\":979}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-21 05:24:01','2025-09-20 22:24:01',1587256,NULL,10),(220764,'wpforms_process_purge_spam','complete','2025-09-25 21:51:17','2025-09-25 14:51:17','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758837077;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758837077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-25 21:51:34','2025-09-25 14:51:34',1587860,NULL,10),(220734,'wpforms_process_forms_locator_save','complete','2025-09-23 21:51:06','2025-09-23 21:51:06','{\"tasks_meta_id\":982}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-23 21:51:06','2025-09-23 14:51:06',1587749,NULL,10),(220706,'wpforms_process_purge_spam','complete','2025-09-23 18:20:37','2025-09-23 11:20:37','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758651637;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758651637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-23 21:51:06','2025-09-23 14:51:06',1587748,NULL,10),(193594,'wpforms_lite_connect_refresh_access_token','failed','2025-05-04 08:57:51','2025-05-04 01:57:51','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1746349071;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1746349071;}',2,1,'2025-05-04 08:59:20','2025-05-04 01:59:20',0,NULL,10),(220725,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-24 09:57:33','2025-09-24 02:57:33','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758707853;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758707853;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-24 10:29:59','2025-09-24 03:29:59',1587767,NULL,20),(177398,'wpforms_lite_connect_refresh_access_token','failed','2025-02-05 16:24:06','2025-02-05 08:24:06','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1738772646;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1738772646;}',2,1,'2025-02-05 16:25:12','2025-02-05 08:25:12',0,NULL,10),(180243,'wpforms_lite_connect_refresh_access_token','failed','2025-02-21 00:50:28','2025-02-20 16:50:28','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1740099028;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1740099028;}',2,1,'2025-02-21 00:52:22','2025-02-20 16:52:22',0,NULL,10),(217909,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-08 13:35:08','2025-09-08 06:35:08','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757338508;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757338508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-08 13:35:23','2025-09-08 06:35:23',1580047,NULL,10),(219607,'wpforms_process_forms_locator_save','complete','2025-09-10 08:24:45','2025-09-10 08:24:45','{\"tasks_meta_id\":964}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-10 08:24:45','2025-09-10 01:24:45',1582495,NULL,10),(219608,'wpforms_process_forms_locator_scan','complete','2025-09-11 08:24:45','2025-09-11 01:24:45','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757579085;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757579085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-11 08:25:39','2025-09-11 01:25:39',1583787,NULL,10),(218351,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-04 20:17:37','2025-09-04 13:17:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757017057;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757017057;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-04 20:19:25','2025-09-04 13:19:25',1575698,NULL,20),(220052,'wpforms_process_purge_spam','complete','2025-09-14 12:39:51','2025-09-14 05:39:51','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757853591;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757853591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-14 15:17:56','2025-09-14 08:17:56',1585007,NULL,10),(220075,'wpforms_process_purge_spam','complete','2025-09-15 15:17:56','2025-09-15 08:17:56','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757949476;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757949476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-15 15:51:57','2025-09-15 08:51:57',1585057,NULL,10),(218420,'wpforms_admin_notifications_update','complete','2025-09-04 05:05:21','2025-09-04 05:05:21','{\"tasks_meta_id\":953}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-04 05:06:01','2025-09-03 22:06:01',1574988,NULL,10),(217257,'wpforms_admin_builder_templates_cache_update','complete','2025-09-05 04:18:42','2025-09-04 21:18:42','{\"tasks_meta_id\":910}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045922;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-05 04:19:21','2025-09-04 21:19:21',1576043,NULL,10),(220900,'wpforms_email_summaries_fetch_info_blocks','pending','2025-10-06 16:28:23','2025-10-06 09:28:23','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759768103;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759768103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220213,'wpforms_process_purge_spam','complete','2025-09-17 17:18:19','2025-09-17 10:18:19','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758129499;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758129499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-17 17:32:33','2025-09-17 10:32:33',1585318,NULL,10),(220113,'wpforms_process_forms_locator_save','complete','2025-09-15 15:51:57','2025-09-15 15:51:57','{\"tasks_meta_id\":972}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-15 15:51:57','2025-09-15 08:51:57',1585058,NULL,10),(220114,'wpforms_process_forms_locator_scan','complete','2025-09-16 15:51:57','2025-09-16 08:51:57','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758037917;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758037917;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-16 17:18:19','2025-09-16 10:18:19',1585231,NULL,10),(218448,'wpforms_process_purge_spam','complete','2025-09-05 08:15:51','2025-09-05 01:15:51','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060151;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-05 08:16:06','2025-09-05 01:16:06',1576211,NULL,10),(218254,'wpforms_process_forms_locator_scan','complete','2025-09-04 08:14:05','2025-09-04 01:14:05','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973645;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-04 08:15:51','2025-09-04 01:15:51',1575140,NULL,10),(219789,'wpforms_admin_notifications_update','complete','2025-09-11 07:16:41','2025-09-11 07:16:41','{\"tasks_meta_id\":965}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-11 07:17:01','2025-09-11 00:17:01',1583724,NULL,10),(176011,'wpforms_lite_connect_refresh_access_token','failed','2025-01-29 04:09:22','2025-01-28 20:09:22','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1738123762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1738123762;}',2,1,'2025-01-29 04:11:44','2025-01-28 20:11:44',0,NULL,10),(195856,'wpforms_lite_connect_refresh_access_token','failed','2025-05-16 16:22:09','2025-05-16 09:22:09','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1747412529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1747412529;}',2,1,'2025-05-16 16:22:30','2025-05-16 09:22:30',0,NULL,10),(220917,'aioseo_image_sitemap_scan','complete','2025-09-30 03:30:39','2025-09-29 20:30:39','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759203039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759203039;}',3,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(170415,'action_scheduler/migration_hook','failed','2024-12-21 17:09:15','2024-12-21 09:09:15','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1734800955;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1734800955;}',1,1,'2024-12-21 17:09:40','2024-12-21 09:09:40',0,NULL,10),(204350,'wpforms_lite_connect_refresh_access_token','failed','2025-06-29 13:53:19','2025-06-29 06:53:19','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751205199;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751205199;}',2,1,'2025-06-29 13:54:11','2025-06-29 06:54:11',0,NULL,10),(220537,'action_scheduler/migration_hook','complete','2025-09-20 04:54:10','2025-09-19 21:54:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758344050;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758344050;}',1,1,'2025-09-20 04:54:17','2025-09-19 21:54:17',1586018,NULL,10),(220539,'action_scheduler/migration_hook','failed','2025-09-20 04:55:17','2025-09-19 21:55:17','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758344117;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758344117;}',1,1,'2025-09-20 04:56:02','2025-09-19 21:56:02',1586022,NULL,10),(220743,'aioseo_report_summary','pending','2025-10-01 06:36:52','2025-09-30 23:36:52','{\"frequency\":\"weekly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759300612;s:18:\"\0*\0first_timestamp\";i:1739329020;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759300612;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220826,'wpforms_process_forms_locator_scan','complete','2025-09-27 22:00:18','2025-09-27 15:00:18','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759010418;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759010418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-27 22:04:27','2025-09-27 15:04:27',1588049,NULL,10),(220825,'wpforms_process_forms_locator_save','complete','2025-09-26 22:00:18','2025-09-26 22:00:18','{\"tasks_meta_id\":985}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-26 22:00:18','2025-09-26 15:00:18',1587930,NULL,10),(211719,'wpforms_lite_connect_refresh_access_token','failed','2025-08-06 16:27:47','2025-08-06 09:27:47','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1754497667;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1754497667;}',2,1,'2025-08-06 16:27:47','2025-08-06 09:27:47',1539861,NULL,10),(217674,'wpforms_process_purge_spam','complete','2025-09-01 08:13:12','2025-09-01 01:13:12','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756714392;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756714392;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-01 08:13:54','2025-09-01 01:13:54',1571294,NULL,10),(220795,'wpforms_process_purge_spam','complete','2025-09-26 21:51:34','2025-09-26 14:51:34','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758923494;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758923494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-26 22:00:18','2025-09-26 15:00:18',1587929,NULL,10),(208998,'wpforms_lite_connect_refresh_access_token','failed','2025-07-23 14:59:26','2025-07-23 07:59:26','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1753282766;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1753282766;}',2,1,'2025-07-23 15:00:26','2025-07-23 08:00:26',0,NULL,10),(220806,'wpforms_admin_builder_templates_cache_update','pending','2025-10-03 07:16:09','2025-10-03 00:16:09','{\"tasks_meta_id\":910}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759475769;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759475769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(219257,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-15 13:35:23','2025-09-15 06:35:23','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757943323;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757943323;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-15 14:30:57','2025-09-15 07:30:57',1585049,NULL,10),(218607,'wpforms_admin_addons_cache_update','complete','2025-09-12 04:19:20','2025-09-11 21:19:20','{\"tasks_meta_id\":908}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757650760;s:18:\"\0*\0first_timestamp\";i:1755231397;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757650760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-12 04:19:43','2025-09-11 21:19:43',1584772,NULL,10),(218446,'wpforms_process_forms_locator_save','complete','2025-09-04 08:15:51','2025-09-04 08:15:51','{\"tasks_meta_id\":954}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-04 08:15:51','2025-09-04 01:15:51',1575141,NULL,10),(219994,'wpforms_process_forms_locator_scan','complete','2025-09-13 08:27:51','2025-09-13 01:27:51','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757752071;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757752071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-13 12:39:51','2025-09-13 05:39:51',1584989,NULL,10),(218255,'wpforms_process_purge_spam','complete','2025-09-04 08:14:05','2025-09-04 01:14:05','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973645;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-04 08:15:51','2025-09-04 01:15:51',1575140,NULL,10),(218447,'wpforms_process_forms_locator_scan','complete','2025-09-05 08:15:51','2025-09-05 01:15:51','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060151;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-05 08:16:06','2025-09-05 01:16:06',1576211,NULL,10),(217484,'wpforms_process_forms_locator_scan','complete','2025-08-31 08:13:01','2025-08-31 01:13:01','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756627981;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756627981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-08-31 08:13:12','2025-08-31 01:13:12',1570186,NULL,10),(220041,'action_scheduler/migration_hook','complete','2025-09-13 04:02:55','2025-09-12 21:02:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757736175;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757736175;}',1,1,'2025-09-13 04:20:25','2025-09-12 21:20:25',1584982,NULL,10),(217672,'wpforms_process_forms_locator_save','complete','2025-08-31 08:13:12','2025-08-31 08:13:12','{\"tasks_meta_id\":947}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-08-31 08:13:12','2025-08-31 01:13:12',1570187,NULL,10),(217485,'wpforms_process_purge_spam','complete','2025-08-31 08:13:01','2025-08-31 01:13:01','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756627981;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756627981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-08-31 08:13:12','2025-08-31 01:13:12',1570186,NULL,10),(216560,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-01 13:34:31','2025-09-01 06:34:31','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756733671;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756733671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-01 13:35:08','2025-09-01 06:35:08',1571632,NULL,10),(220864,'wpforms_process_forms_locator_save','complete','2025-09-27 22:04:27','2025-09-27 22:04:27','{\"tasks_meta_id\":986}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-27 22:04:27','2025-09-27 15:04:27',1588050,NULL,10),(220094,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-16 05:42:02','2025-09-15 22:42:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758001322;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758001322;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-16 05:48:43','2025-09-15 22:48:43',1585184,NULL,20),(220454,'wpforms_process_forms_locator_scan','complete','2025-09-20 17:55:55','2025-09-20 10:55:55','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758390955;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758390955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-20 17:56:34','2025-09-20 10:56:34',1586643,NULL,10),(220385,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-20 08:31:41','2025-09-20 01:31:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758357101;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758357101;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-20 08:32:45','2025-09-20 01:32:45',1586160,NULL,20),(181652,'wpforms_lite_connect_refresh_access_token','failed','2025-02-28 15:22:00','2025-02-28 07:22:00','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1740756120;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1740756120;}',2,1,'2025-02-28 15:24:26','2025-02-28 07:24:26',0,NULL,10),(220040,'wpforms_admin_notifications_update','complete','2025-09-13 04:01:50','2025-09-13 04:01:50','{\"tasks_meta_id\":968}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-13 04:01:56','2025-09-12 21:01:56',1584980,NULL,10),(220813,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-27 11:19:59','2025-09-27 04:19:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758971999;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758971999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-27 11:23:33','2025-09-27 04:23:33',1588000,NULL,20),(218121,'wpforms_admin_notifications_update','complete','2025-09-02 15:47:29','2025-09-02 15:47:29','{\"tasks_meta_id\":951}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-02 15:47:48','2025-09-02 08:47:48',1573112,NULL,10),(220280,'wpforms_process_forms_locator_save','complete','2025-09-17 17:32:33','2025-09-17 17:32:33','{\"tasks_meta_id\":974}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-17 17:32:33','2025-09-17 10:32:33',1585319,NULL,10),(219466,'wpforms_admin_notifications_update','complete','2025-09-09 15:13:26','2025-09-09 15:13:26','{\"tasks_meta_id\":963}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-09 15:13:32','2025-09-09 08:13:32',1581615,NULL,10),(207630,'wpforms_lite_connect_refresh_access_token','failed','2025-07-16 13:49:46','2025-07-16 06:49:46','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752673786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752673786;}',2,1,'2025-07-16 13:50:45','2025-07-16 06:50:45',0,NULL,10),(220452,'wpforms_process_purge_spam','complete','2025-09-20 17:55:55','2025-09-20 10:55:55','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758390955;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758390955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-20 17:56:34','2025-09-20 10:56:34',1586643,NULL,10),(220919,'wpforms_admin_notifications_update','complete','2025-09-30 03:55:23','2025-09-30 03:55:23','{\"tasks_meta_id\":989}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(220925,'aioseo_image_sitemap_scan','complete','2025-09-30 20:22:56','2025-09-30 13:22:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759263776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759263776;}',3,1,'2025-09-30 20:24:38','2025-09-30 13:24:38',1588175,NULL,10),(220918,'aioseo_admin_notifications_update','complete','2025-09-30 03:55:22','2025-09-30 03:55:22','[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(219068,'wpforms_admin_notifications_update','complete','2025-09-07 14:14:12','2025-09-07 14:14:12','{\"tasks_meta_id\":959}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-07 14:15:18','2025-09-07 07:15:18',1578749,NULL,10),(217673,'wpforms_process_forms_locator_scan','complete','2025-09-01 08:13:12','2025-09-01 01:13:12','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756714392;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756714392;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-01 08:13:54','2025-09-01 01:13:54',1571294,NULL,10),(219992,'wpforms_process_purge_spam','complete','2025-09-13 08:27:51','2025-09-13 01:27:51','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757752071;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757752071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-13 12:39:51','2025-09-13 05:39:51',1584989,NULL,10),(219799,'wpforms_process_forms_locator_save','complete','2025-09-11 08:25:39','2025-09-11 08:25:39','{\"tasks_meta_id\":966}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-11 08:25:39','2025-09-11 01:25:39',1583788,NULL,10),(220105,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-22 14:30:57','2025-09-22 07:30:57','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758551457;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758551457;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-22 15:36:05','2025-09-22 08:36:05',1587675,NULL,10),(217794,'wpforms_admin_notifications_update','complete','2025-08-31 23:45:52','2025-08-31 23:45:52','{\"tasks_meta_id\":948}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-08-31 23:45:57','2025-08-31 16:45:57',1570855,NULL,10),(220214,'wpforms_process_forms_locator_save','complete','2025-09-16 17:18:19','2025-09-16 17:18:19','{\"tasks_meta_id\":973}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-16 17:18:19','2025-09-16 10:18:19',1585232,NULL,10),(220215,'wpforms_process_forms_locator_scan','complete','2025-09-17 17:18:19','2025-09-17 10:18:19','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758129499;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758129499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-17 17:32:33','2025-09-17 10:32:33',1585318,NULL,10),(218059,'wpforms_process_forms_locator_scan','complete','2025-09-03 08:14:05','2025-09-03 01:14:05','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756887245;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756887245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-03 08:14:05','2025-09-03 01:14:05',1573987,NULL,10),(217865,'wpforms_process_purge_spam','complete','2025-09-02 08:13:54','2025-09-02 01:13:54','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756800834;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756800834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-02 08:14:05','2025-09-02 01:14:05',1572690,NULL,10),(218829,'wpforms_process_forms_locator_save','complete','2025-09-06 08:16:23','2025-09-06 08:16:23','{\"tasks_meta_id\":957}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-06 08:16:23','2025-09-06 01:16:23',1577295,NULL,10),(218830,'wpforms_process_forms_locator_scan','complete','2025-09-07 08:16:23','2025-09-07 01:16:23','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757232983;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757232983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-07 08:17:26','2025-09-07 01:17:26',1578472,NULL,10),(219961,'wpforms_admin_addons_cache_update','complete','2025-09-19 04:19:44','2025-09-18 21:19:44','{\"tasks_meta_id\":908}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758255584;s:18:\"\0*\0first_timestamp\";i:1755231397;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758255584;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-19 04:38:24','2025-09-18 21:38:24',1585415,NULL,10),(218609,'wpforms_admin_builder_templates_cache_update','complete','2025-09-12 04:19:21','2025-09-11 21:19:21','{\"tasks_meta_id\":910}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757650761;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757650761;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-12 04:19:44','2025-09-11 21:19:44',1584772,NULL,10),(220112,'wpforms_process_purge_spam','complete','2025-09-16 15:51:57','2025-09-16 08:51:57','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758037917;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758037917;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-16 17:18:19','2025-09-16 10:18:19',1585231,NULL,10),(192229,'wpforms_lite_connect_refresh_access_token','failed','2025-04-27 00:36:27','2025-04-26 17:36:27','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745714187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745714187;}',2,1,'2025-04-27 00:39:43','2025-04-26 17:39:43',0,NULL,10),(220530,'action_scheduler/migration_hook','complete','2025-09-20 04:38:45','2025-09-19 21:38:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758343125;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758343125;}',1,1,'2025-09-20 04:38:53','2025-09-19 21:38:53',1585996,NULL,10),(217863,'wpforms_process_forms_locator_save','complete','2025-09-01 08:13:54','2025-09-01 08:13:54','{\"tasks_meta_id\":949}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-01 08:13:54','2025-09-01 01:13:54',1571295,NULL,10),(217864,'wpforms_process_forms_locator_scan','complete','2025-09-02 08:13:54','2025-09-02 01:13:54','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756800834;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756800834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-02 08:14:05','2025-09-02 01:14:05',1572690,NULL,10),(198638,'wpforms_lite_connect_refresh_access_token','failed','2025-05-31 06:32:13','2025-05-30 23:32:13','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1748673133;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1748673133;}',2,1,'2025-05-31 06:33:03','2025-05-30 23:33:03',0,NULL,10),(220453,'wpforms_process_forms_locator_save','complete','2025-09-19 17:55:55','2025-09-19 17:55:55','{\"tasks_meta_id\":977}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-19 17:55:55','2025-09-19 10:55:55',1585700,NULL,10),(220915,'wpforms_process_forms_locator_scan','pending','2025-10-01 00:36:09','2025-09-30 17:36:09','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759278969;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759278969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220914,'wpforms_process_forms_locator_save','complete','2025-09-30 00:36:09','2025-09-30 00:36:09','{\"tasks_meta_id\":988}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-30 00:36:09','2025-09-29 17:36:09',1588140,NULL,10),(220332,'wpforms_process_purge_spam','complete','2025-09-19 17:52:04','2025-09-19 10:52:04','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758304324;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758304324;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-19 17:55:55','2025-09-19 10:55:55',1585699,NULL,10),(220596,'wpforms_process_forms_locator_scan','complete','2025-09-21 17:56:34','2025-09-21 10:56:34','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758477394;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758477394;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-21 18:16:04','2025-09-21 11:16:04',1587604,NULL,10),(220595,'wpforms_process_forms_locator_save','complete','2025-09-20 17:56:34','2025-09-20 17:56:34','{\"tasks_meta_id\":978}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-20 17:56:34','2025-09-20 10:56:34',1586644,NULL,10),(220361,'wpforms_admin_builder_templates_cache_update','complete','2025-09-26 04:38:24','2025-09-25 21:38:24','{\"tasks_meta_id\":910}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758861504;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758861504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-26 07:16:09','2025-09-26 00:16:09',1587877,NULL,10),(220433,'wpforms_admin_notifications_update','complete','2025-09-19 15:15:17','2025-09-19 15:15:17','{\"tasks_meta_id\":976}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-19 15:16:14','2025-09-19 08:16:14',1585641,NULL,10),(220053,'wpforms_process_forms_locator_save','complete','2025-09-13 12:39:51','2025-09-13 12:39:51','{\"tasks_meta_id\":969}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-13 12:39:51','2025-09-13 05:39:51',1584990,NULL,10),(220696,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-23 08:37:28','2025-09-23 01:37:28','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758616648;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758616648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-23 09:57:33','2025-09-23 02:57:33',1587728,NULL,20),(220865,'wpforms_process_forms_locator_scan','complete','2025-09-28 22:04:27','2025-09-28 15:04:27','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759097067;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759097067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-28 23:11:58','2025-09-28 16:11:58',1588096,NULL,10),(220529,'action_scheduler/migration_hook','complete','2025-09-20 04:35:42','2025-09-19 21:35:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758342942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758342942;}',1,1,'2025-09-20 04:36:45','2025-09-19 21:36:45',1585989,NULL,10),(217256,'wpforms_builder_help_cache_update','complete','2025-09-05 04:18:42','2025-09-04 21:18:42','{\"tasks_meta_id\":909}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045922;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-05 04:19:20','2025-09-04 21:19:20',1576043,NULL,10),(220594,'wpforms_process_purge_spam','complete','2025-09-21 17:56:34','2025-09-21 10:56:34','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758477394;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758477394;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-21 18:16:04','2025-09-21 11:16:04',1587604,NULL,10),(220913,'wpforms_process_purge_spam','pending','2025-10-01 00:36:09','2025-09-30 17:36:09','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759278969;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759278969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220804,'wpforms_admin_addons_cache_update','pending','2025-10-03 07:16:09','2025-10-03 00:16:09','{\"tasks_meta_id\":908}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759475769;s:18:\"\0*\0first_timestamp\";i:1755231397;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759475769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(219798,'wpforms_process_purge_spam','complete','2025-09-12 08:25:39','2025-09-12 01:25:39','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757665539;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757665539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-12 08:27:51','2025-09-12 01:27:51',1584900,NULL,10),(220817,'aioseo_send_usage_data','pending','2025-10-03 15:15:52','2025-10-03 08:15:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759504552;s:18:\"\0*\0first_timestamp\";i:1663927253;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759504552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(219214,'wpforms_process_forms_locator_scan','complete','2025-09-09 08:18:35','2025-09-09 01:18:35','{\"tasks_meta_id\":606}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757405915;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757405915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-09 08:19:19','2025-09-09 01:19:19',1581190,NULL,10),(219606,'wpforms_process_purge_spam','complete','2025-09-11 08:24:45','2025-09-11 01:24:45','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757579085;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757579085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-11 08:25:39','2025-09-11 01:25:39',1583787,NULL,10),(219411,'wpforms_process_forms_locator_scan','complete','2025-09-10 08:24:45','2025-09-10 01:24:45','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757492685;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757492685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-10 08:24:45','2025-09-10 01:24:45',1582494,NULL,10),(220922,'aioseo_cache_prune','pending','2025-10-01 17:46:23','2025-10-01 10:46:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759340783;s:18:\"\0*\0first_timestamp\";i:1636905072;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759340783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220889,'wpforms_process_forms_locator_scan','complete','2025-09-29 23:11:58','2025-09-29 16:11:58','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759187518;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759187518;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-30 00:36:09','2025-09-29 17:36:09',1588139,NULL,10),(217255,'wpforms_admin_addons_cache_update','complete','2025-09-05 04:18:41','2025-09-04 21:18:41','{\"tasks_meta_id\":908}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045921;s:18:\"\0*\0first_timestamp\";i:1755231397;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045921;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-05 04:19:20','2025-09-04 21:19:20',1576043,NULL,10),(219213,'wpforms_process_forms_locator_save','complete','2025-09-08 08:18:35','2025-09-08 08:18:35','{\"tasks_meta_id\":960}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-08 08:18:35','2025-09-08 01:18:35',1579746,NULL,10),(220924,'action_scheduler_run_recurring_actions_schedule_hook','pending','2025-10-01 17:46:23','2025-10-01 10:46:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759340783;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759340783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,20),(220920,'aioseo_image_sitemap_scan','complete','2025-09-30 18:01:23','2025-09-30 11:01:23','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759255283;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759255283;}',3,1,'2025-09-30 20:07:56','2025-09-30 13:07:56',1588161,NULL,10),(218822,'wpforms_admin_notifications_update','complete','2025-09-06 07:19:02','2025-09-06 07:19:02','{\"tasks_meta_id\":956}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-06 07:19:06','2025-09-06 00:19:06',1577246,NULL,10),(219993,'wpforms_process_forms_locator_save','complete','2025-09-12 08:27:51','2025-09-12 08:27:51','{\"tasks_meta_id\":967}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-12 08:27:51','2025-09-12 01:27:51',1584901,NULL,10),(220660,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-22 08:33:16','2025-09-22 01:33:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758529996;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758529996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-22 08:37:28','2025-09-22 01:37:28',1587665,NULL,20),(218253,'wpforms_process_forms_locator_save','complete','2025-09-03 08:14:05','2025-09-03 08:14:05','{\"tasks_meta_id\":952}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-03 08:14:05','2025-09-03 01:14:05',1573988,NULL,10),(220678,'wpforms_process_forms_locator_save','complete','2025-09-21 18:16:04','2025-09-21 18:16:04','{\"tasks_meta_id\":980}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-21 18:16:04','2025-09-21 11:16:04',1587605,NULL,10),(220679,'wpforms_process_forms_locator_scan','complete','2025-09-22 18:16:04','2025-09-22 11:16:04','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758564964;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758564964;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-22 18:20:37','2025-09-22 11:20:37',1587685,NULL,10),(220054,'wpforms_process_forms_locator_scan','complete','2025-09-14 12:39:51','2025-09-14 05:39:51','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757853591;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757853591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-14 15:17:56','2025-09-14 08:17:56',1585007,NULL,10),(218058,'wpforms_process_forms_locator_save','complete','2025-09-02 08:14:05','2025-09-02 08:14:05','{\"tasks_meta_id\":950}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-02 08:14:05','2025-09-02 01:14:05',1572691,NULL,10),(217821,'aioseo_report_summary','pending','2025-10-01 03:04:17','2025-09-30 20:04:17','{\"frequency\":\"monthly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759287857;s:18:\"\0*\0first_timestamp\";i:1741143420;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759287857;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220047,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-14 04:01:56','2025-09-13 21:01:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757822516;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757822516;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-14 05:11:16','2025-09-13 22:11:16',1584996,NULL,20),(218608,'wpforms_builder_help_cache_update','complete','2025-09-12 04:19:20','2025-09-11 21:19:20','{\"tasks_meta_id\":909}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757650760;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757650760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-12 04:19:44','2025-09-11 21:19:44',1584772,NULL,10),(216054,'wpforms_lite_connect_refresh_access_token','failed','2025-08-28 23:00:08','2025-08-28 16:00:08','{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756422008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756422008;}',2,1,'2025-08-28 23:00:23','2025-08-28 16:00:23',1567412,NULL,10),(220334,'wpforms_process_forms_locator_scan','complete','2025-09-19 17:52:04','2025-09-19 10:52:04','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758304324;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758304324;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-19 17:55:55','2025-09-19 10:55:55',1585699,NULL,10),(220080,'wpforms_admin_notifications_update','complete','2025-09-14 16:42:35','2025-09-14 16:42:35','{\"tasks_meta_id\":971}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-14 16:42:38','2025-09-14 09:42:38',1585012,NULL,10),(220333,'wpforms_process_forms_locator_save','complete','2025-09-18 17:52:04','2025-09-18 17:52:04','{\"tasks_meta_id\":975}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-18 17:52:05','2025-09-18 10:52:05',1585389,NULL,10),(220281,'wpforms_process_forms_locator_scan','complete','2025-09-18 17:32:33','2025-09-18 10:32:33','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758216753;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758216753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-18 17:52:04','2025-09-18 10:52:04',1585388,NULL,10),(220064,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-15 05:11:16','2025-09-14 22:11:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757913076;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757913076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-15 05:42:02','2025-09-14 22:42:02',1585035,NULL,20),(220708,'wpforms_process_forms_locator_scan','complete','2025-09-23 18:20:37','2025-09-23 11:20:37','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758651637;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758651637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-23 21:51:06','2025-09-23 14:51:06',1587748,NULL,10),(220733,'wpforms_process_purge_spam','complete','2025-09-24 21:51:06','2025-09-24 14:51:06','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758750666;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758750666;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-24 21:51:17','2025-09-24 14:51:17',1587804,NULL,10),(220797,'wpforms_process_forms_locator_scan','complete','2025-09-26 21:51:34','2025-09-26 14:51:34','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758923494;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758923494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-26 22:00:18','2025-09-26 15:00:18',1587929,NULL,10),(220707,'wpforms_process_forms_locator_save','complete','2025-09-22 18:20:37','2025-09-22 18:20:37','{\"tasks_meta_id\":981}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-22 18:20:37','2025-09-22 11:20:37',1587686,NULL,10),(220279,'wpforms_process_purge_spam','complete','2025-09-18 17:32:33','2025-09-18 10:32:33','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758216753;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758216753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-18 17:52:04','2025-09-18 10:52:04',1585388,NULL,10),(220701,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-29 15:36:05','2025-09-29 08:36:05','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759160165;s:18:\"\0*\0first_timestamp\";i:1735563400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759160165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-29 16:28:23','2025-09-29 09:28:23',1588122,NULL,10),(219894,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-12 20:23:04','2025-09-12 13:23:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757708584;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757708584;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-13 04:01:56','2025-09-12 21:01:56',1584980,NULL,20),(220882,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-29 15:41:40','2025-09-29 08:41:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759160500;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759160500;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-29 16:28:24','2025-09-29 09:28:24',1588122,NULL,20),(220359,'wpforms_admin_addons_cache_update','complete','2025-09-26 04:38:24','2025-09-25 21:38:24','{\"tasks_meta_id\":908}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758861504;s:18:\"\0*\0first_timestamp\";i:1755231397;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758861504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-26 07:16:09','2025-09-26 00:16:09',1587877,NULL,10),(219962,'wpforms_builder_help_cache_update','complete','2025-09-19 04:19:44','2025-09-18 21:19:44','{\"tasks_meta_id\":909}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758255584;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758255584;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-19 04:38:24','2025-09-18 21:38:24',1585415,NULL,10),(220748,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-25 10:29:59','2025-09-25 03:29:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758796199;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758796199;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-25 11:03:07','2025-09-25 04:03:07',1587842,NULL,20),(220805,'wpforms_builder_help_cache_update','pending','2025-10-03 07:16:09','2025-10-03 00:16:09','{\"tasks_meta_id\":909}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759475769;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759475769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220796,'wpforms_process_forms_locator_save','complete','2025-09-25 21:51:34','2025-09-25 21:51:34','{\"tasks_meta_id\":984}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-25 21:51:34','2025-09-25 14:51:34',1587861,NULL,10),(220735,'wpforms_process_forms_locator_scan','complete','2025-09-24 21:51:06','2025-09-24 14:51:06','{\"tasks_meta_id\":962}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758750666;s:18:\"\0*\0first_timestamp\";i:1757405961;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758750666;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-24 21:51:17','2025-09-24 14:51:17',1587804,NULL,10),(218544,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-05 20:19:25','2025-09-05 13:19:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103565;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-05 20:20:09','2025-09-05 13:20:09',1576716,NULL,20),(218735,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-06 20:20:09','2025-09-06 13:20:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757190009;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757190009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-06 20:20:42','2025-09-06 13:20:42',1577867,NULL,20),(220853,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-28 11:23:33','2025-09-28 04:23:33','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759058613;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759058613;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-28 15:41:40','2025-09-28 08:41:40',1588083,NULL,20),(220824,'wpforms_process_purge_spam','complete','2025-09-27 22:00:18','2025-09-27 15:00:18','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759010418;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759010418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-27 22:04:27','2025-09-27 15:04:27',1588049,NULL,10),(220360,'wpforms_builder_help_cache_update','complete','2025-09-26 04:38:24','2025-09-25 21:38:24','{\"tasks_meta_id\":909}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758861504;s:18:\"\0*\0first_timestamp\";i:1755231408;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758861504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-26 07:16:09','2025-09-26 00:16:09',1587877,NULL,10),(220313,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-19 08:30:36','2025-09-19 01:30:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758270636;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758270636;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-19 08:31:41','2025-09-19 01:31:41',1585470,NULL,20),(220927,'aioseo_image_sitemap_scan','pending','2025-09-30 20:54:45','2025-09-30 13:54:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759265685;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759265685;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220863,'wpforms_process_purge_spam','complete','2025-09-28 22:04:27','2025-09-28 15:04:27','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759097067;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759097067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-28 23:11:58','2025-09-28 16:11:58',1588096,NULL,10),(220902,'aioseo_cache_prune','complete','2025-09-30 16:28:23','2025-09-30 09:28:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759249703;s:18:\"\0*\0first_timestamp\";i:1636905072;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759249703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(220921,'aioseo_ai_update_credits','pending','2025-10-01 17:46:23','2025-10-01 10:46:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759340783;s:18:\"\0*\0first_timestamp\";i:1751138628;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759340783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(220926,'aioseo_image_sitemap_scan','complete','2025-09-30 20:39:38','2025-09-30 13:39:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759264778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759264778;}',3,1,'2025-09-30 20:39:45','2025-09-30 13:39:45',1588181,NULL,10),(217577,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-08-31 20:14:32','2025-08-31 13:14:32','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756671272;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756671272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-08-31 20:16:15','2025-08-31 13:16:15',1570712,NULL,20),(220182,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-17 05:48:43','2025-09-16 22:48:43','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758088123;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758088123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-17 08:09:27','2025-09-17 01:09:27',1585285,NULL,20),(219506,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-10 20:21:29','2025-09-10 13:21:29','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757535689;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757535689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-10 20:22:09','2025-09-10 13:22:09',1583141,NULL,20),(218925,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-07 20:20:42','2025-09-07 13:20:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757276442;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757276442;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-07 20:20:57','2025-09-07 13:20:57',1579054,NULL,20),(217767,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-01 20:16:15','2025-09-01 13:16:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756757775;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756757775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-01 20:16:38','2025-09-01 13:16:38',1572019,NULL,20),(220677,'wpforms_process_purge_spam','complete','2025-09-22 18:16:04','2025-09-22 11:16:04','{\"tasks_meta_id\":607}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758564964;s:18:\"\0*\0first_timestamp\";i:1735012425;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758564964;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-22 18:20:37','2025-09-22 11:20:37',1587685,NULL,10),(219311,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-09 20:21:07','2025-09-09 13:21:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757449267;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757449267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-09 20:21:29','2025-09-09 13:21:29',1581880,NULL,20),(219700,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-11 20:22:09','2025-09-11 13:22:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757622129;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757622129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-11 20:23:04','2025-09-11 13:23:04',1584380,NULL,20),(217963,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-02 20:16:38','2025-09-02 13:16:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756844198;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756844198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-02 20:17:03','2025-09-02 13:17:03',1573346,NULL,20),(219118,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-08 20:20:57','2025-09-08 13:20:57','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757362857;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757362857;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-08 20:21:07','2025-09-08 13:21:07',1580452,NULL,20),(220901,'aioseo_ai_update_credits','complete','2025-09-30 16:28:23','2025-09-30 09:28:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759249703;s:18:\"\0*\0first_timestamp\";i:1751138628;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759249703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(220557,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-21 08:32:45','2025-09-21 01:32:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758443565;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758443565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-21 08:33:16','2025-09-21 01:33:16',1587433,NULL,20),(220256,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-18 08:09:27','2025-09-18 01:09:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758182967;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758182967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-18 08:30:36','2025-09-18 01:30:36',1585360,NULL,20),(220905,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-30 16:28:24','2025-09-30 09:28:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759249704;s:18:\"\0*\0first_timestamp\";i:1753991220;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759249704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,20),(220903,'aioseo_admin_notifications_update','complete','2025-09-30 16:28:24','2025-09-30 09:28:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759249704;s:18:\"\0*\0first_timestamp\";i:1608598800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759249704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-30 17:46:23','2025-09-30 10:46:23',1588149,NULL,10),(220923,'aioseo_admin_notifications_update','pending','2025-10-01 17:46:23','2025-10-01 10:46:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759340783;s:18:\"\0*\0first_timestamp\";i:1608598800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759340783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

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

--
-- Dumping data for table `wp_actionscheduler_claims`
--

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_claims` VALUES (1581190,'2025-09-09 08:19:16');
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms'),(3,'aioseo'),(4,'aioseo'),(5,'aioseo_blc'),(6,'ActionScheduler');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=653709 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (896,3206,'action complete via WP Cron','2020-12-21 04:51:55','2020-12-20 20:51:55'),(894,3206,'action created','2020-12-21 04:51:07','2020-12-20 20:51:07'),(895,3206,'action started via WP Cron','2020-12-21 04:51:54','2020-12-20 20:51:54'),(16024,8250,'action created','2020-12-31 05:44:13','2020-12-30 21:44:13'),(15384,8036,'action complete via WP Cron','2020-12-30 17:05:09','2020-12-30 09:05:09'),(12829,7185,'action created','2020-12-29 05:41:33','2020-12-28 21:41:33'),(14650,7792,'action created','2020-12-30 05:43:09','2020-12-29 21:43:09'),(17584,8770,'action created','2021-01-01 05:51:29','2020-12-31 21:51:29'),(27432,12053,'action created','2021-01-06 15:36:39','2021-01-06 07:36:39'),(878,3198,'action created','2020-12-21 04:51:02','2020-12-20 20:51:02'),(34166,14298,'action created','2021-01-11 05:51:36','2021-01-10 21:51:36'),(34164,14297,'action started via WP Cron','2021-01-11 05:51:36','2021-01-10 21:51:36'),(37363,15363,'action complete via WP Cron','2021-01-13 06:02:04','2021-01-12 22:02:04'),(37863,15530,'action started via WP Cron','2021-01-13 15:44:16','2021-01-13 07:44:16'),(37862,15530,'action created','2021-01-13 15:39:44','2021-01-13 07:39:44'),(37860,15529,'action started via WP Cron','2021-01-13 15:39:44','2021-01-13 07:39:44'),(37861,15529,'action complete via WP Cron','2021-01-13 15:39:44','2021-01-13 07:39:44'),(19633,9453,'action created','2021-01-02 05:45:12','2021-01-01 21:45:12'),(27430,12052,'action started via WP Cron','2021-01-06 15:36:39','2021-01-06 07:36:39'),(27431,12052,'action complete via WP Cron','2021-01-06 15:36:39','2021-01-06 07:36:39'),(9248,5991,'action created','2020-12-27 05:43:41','2020-12-26 21:43:41'),(21415,10047,'action created','2021-01-03 05:46:23','2021-01-02 21:46:23'),(11158,6628,'action created','2020-12-28 05:48:32','2020-12-27 21:48:32'),(11157,6627,'action complete via WP Cron','2020-12-28 05:48:32','2020-12-27 21:48:32'),(23445,10724,'action created','2021-01-04 05:46:49','2021-01-03 21:46:49'),(12828,7184,'action complete via WP Cron','2020-12-29 05:41:33','2020-12-28 21:41:33'),(12827,7184,'action started via WP Cron','2020-12-29 05:41:33','2020-12-28 21:41:33'),(25005,11244,'action created','2021-01-05 05:55:17','2021-01-04 21:55:17'),(14649,7791,'action complete via WP Cron','2020-12-30 05:43:09','2020-12-29 21:43:09'),(14648,7791,'action started via WP Cron','2020-12-30 05:43:09','2020-12-29 21:43:09'),(26616,11781,'action created','2021-01-06 05:50:02','2021-01-05 21:50:02'),(16023,8249,'action complete via WP Cron','2020-12-31 05:44:13','2020-12-30 21:44:13'),(16022,8249,'action started via WP Cron','2020-12-31 05:44:13','2020-12-30 21:44:13'),(28400,12375,'action complete via WP Cron','2021-01-07 05:50:59','2021-01-06 21:50:59'),(880,3200,'action created','2020-12-21 04:51:02','2020-12-20 20:51:02'),(33857,14195,'action created','2021-01-10 23:28:57','2021-01-10 15:28:57'),(33856,14194,'action complete via WP Cron','2021-01-10 23:28:56','2021-01-10 15:28:56'),(33855,14194,'action started via WP Cron','2021-01-10 23:28:56','2021-01-10 15:28:56'),(879,3199,'action created','2020-12-21 04:51:02','2020-12-20 20:51:02'),(17583,8769,'action complete via WP Cron','2021-01-01 05:45:04','2020-12-31 21:45:04'),(17582,8769,'action started via WP Cron','2021-01-01 05:45:04','2020-12-31 21:45:04'),(30122,12949,'action complete via WP Cron','2021-01-08 05:55:17','2021-01-07 21:55:17'),(19632,9452,'action complete via WP Cron','2021-01-02 05:45:12','2021-01-01 21:45:12'),(19631,9452,'action started via WP Cron','2021-01-02 05:45:12','2021-01-01 21:45:12'),(31518,13415,'action created','2021-01-09 05:53:41','2021-01-08 21:53:41'),(883,3203,'action created','2020-12-21 04:51:05','2020-12-20 20:51:05'),(881,3201,'action created','2020-12-21 04:51:02','2020-12-20 20:51:02'),(52027,20253,'action created','2021-01-21 04:57:33','2021-01-20 20:57:33'),(21414,10046,'action complete via WP Cron','2021-01-03 05:46:23','2021-01-02 21:46:23'),(21413,10046,'action started via WP Cron','2021-01-03 05:46:23','2021-01-02 21:46:23'),(32871,13866,'action created','2021-01-10 05:51:50','2021-01-09 21:51:50'),(23444,10723,'action complete via WP Cron','2021-01-04 05:46:48','2021-01-03 21:46:48'),(23443,10723,'action started via WP Cron','2021-01-04 05:46:48','2021-01-03 21:46:48'),(25004,11243,'action complete via WP Cron','2021-01-05 05:55:17','2021-01-04 21:55:17'),(25003,11243,'action started via WP Cron','2021-01-05 05:55:17','2021-01-04 21:55:17'),(34165,14297,'action complete via WP Cron','2021-01-11 05:51:36','2021-01-10 21:51:36'),(26615,11780,'action complete via WP Cron','2021-01-06 05:50:01','2021-01-05 21:50:01'),(26614,11780,'action started via WP Cron','2021-01-06 05:50:01','2021-01-05 21:50:01'),(28399,12375,'action started via WP Cron','2021-01-07 05:50:59','2021-01-06 21:50:59'),(28398,12375,'action created','2021-01-07 05:49:51','2021-01-06 21:49:51'),(38573,15767,'action created','2021-01-14 05:53:34','2021-01-13 21:53:34'),(37865,15531,'action created','2021-01-13 15:44:16','2021-01-13 07:44:16'),(37864,15530,'action complete via WP Cron','2021-01-13 15:44:16','2021-01-13 07:44:16'),(30121,12949,'action started via WP Cron','2021-01-08 05:55:17','2021-01-07 21:55:17'),(30120,12949,'action created','2021-01-08 05:54:02','2021-01-07 21:54:02'),(40022,16250,'action created','2021-01-15 05:55:06','2021-01-14 21:55:06'),(51226,19986,'action created','2021-01-20 16:00:22','2021-01-20 08:00:22'),(51225,19985,'action complete via WP Cron','2021-01-20 16:00:22','2021-01-20 08:00:22'),(31517,13414,'action complete via WP Cron','2021-01-09 05:53:41','2021-01-08 21:53:41'),(31516,13414,'action started via WP Cron','2021-01-09 05:53:41','2021-01-08 21:53:41'),(41705,16811,'action created','2021-01-16 05:59:42','2021-01-15 21:59:42'),(32870,13865,'action complete via WP Cron','2021-01-10 05:51:50','2021-01-09 21:51:50'),(32869,13865,'action started via WP Cron','2021-01-10 05:51:50','2021-01-09 21:51:50'),(43602,17444,'action created','2021-01-17 06:02:01','2021-01-16 22:02:01'),(51224,19985,'action started via WP Cron','2021-01-20 16:00:22','2021-01-20 08:00:22'),(35846,14858,'action created','2021-01-12 05:53:44','2021-01-11 21:53:44'),(45865,18199,'action created','2021-01-18 05:58:59','2021-01-17 21:58:59'),(35845,14857,'action complete via WP Cron','2021-01-12 05:53:44','2021-01-11 21:53:44'),(35844,14857,'action started via WP Cron','2021-01-12 05:53:44','2021-01-11 21:53:44'),(48058,18930,'action created','2021-01-19 06:01:58','2021-01-18 22:01:58'),(37362,15363,'action started via WP Cron','2021-01-13 06:02:04','2021-01-12 22:02:04'),(37361,15363,'action created','2021-01-13 06:01:37','2021-01-12 22:01:37'),(50518,19750,'action created','2021-01-20 06:06:23','2021-01-19 22:06:23'),(928,3216,'action complete via Async Request','2020-12-21 05:07:16','2020-12-20 21:07:16'),(929,3217,'action created','2020-12-21 05:13:59','2020-12-20 21:13:59'),(926,3216,'action created','2020-12-21 05:07:00','2020-12-20 21:07:00'),(927,3216,'action started via Async Request','2020-12-21 05:07:16','2020-12-20 21:07:16'),(38572,15766,'action complete via WP Cron','2021-01-14 05:53:34','2021-01-13 21:53:34'),(38571,15766,'action started via WP Cron','2021-01-14 05:53:34','2021-01-13 21:53:34'),(52066,20266,'action created','2021-01-21 06:01:55','2021-01-20 22:01:55'),(40021,16249,'action complete via WP Cron','2021-01-15 05:55:06','2021-01-14 21:55:06'),(40020,16249,'action started via WP Cron','2021-01-15 05:55:06','2021-01-14 21:55:06'),(955,3225,'action complete via WP Cron','2020-12-21 05:38:24','2020-12-20 21:38:24'),(41704,16810,'action complete via WP Cron','2021-01-16 05:59:42','2021-01-15 21:59:42'),(41703,16810,'action started via WP Cron','2021-01-16 05:59:42','2021-01-15 21:59:42'),(932,3218,'action created','2020-12-21 05:17:30','2020-12-20 21:17:30'),(43601,17443,'action complete via WP Cron','2021-01-17 06:02:01','2021-01-16 22:02:01'),(43600,17443,'action started via WP Cron','2021-01-17 06:02:01','2021-01-16 22:02:01'),(4127,4283,'action created','2020-12-23 05:37:43','2020-12-22 21:37:43'),(45864,18198,'action complete via WP Cron','2021-01-18 05:58:59','2021-01-17 21:58:59'),(45863,18198,'action started via WP Cron','2021-01-18 05:58:59','2021-01-17 21:58:59'),(5402,4708,'action created','2020-12-24 05:40:29','2020-12-23 21:40:29'),(48057,18929,'action complete via WP Cron','2021-01-19 06:01:58','2021-01-18 22:01:58'),(48056,18929,'action started via WP Cron','2021-01-19 06:01:58','2021-01-18 22:01:58'),(6760,5161,'action created','2020-12-25 05:39:10','2020-12-24 21:39:10'),(891,3203,'action started via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(892,3205,'action created','2020-12-21 04:51:07','2020-12-20 20:51:07'),(50517,19749,'action complete via WP Cron','2021-01-20 06:06:23','2021-01-19 22:06:23'),(50516,19749,'action started via WP Cron','2021-01-20 06:06:23','2021-01-19 22:06:23'),(8077,5600,'action created','2020-12-26 05:39:44','2020-12-25 21:39:44'),(930,3217,'action started via WP Cron','2020-12-21 05:16:01','2020-12-20 21:16:01'),(931,3217,'action complete via WP Cron','2020-12-21 05:16:01','2020-12-20 21:16:01'),(2395,3705,'action complete via WP Cron','2020-12-22 05:39:46','2020-12-21 21:39:46'),(2396,3706,'action created','2020-12-22 05:39:46','2020-12-21 21:39:46'),(2397,3706,'action started via WP Cron','2020-12-22 05:40:46','2020-12-21 21:40:46'),(4125,4282,'action started via WP Cron','2020-12-23 05:37:43','2020-12-22 21:37:43'),(4126,4282,'action complete via WP Cron','2020-12-23 05:37:43','2020-12-22 21:37:43'),(5401,4707,'action complete via WP Cron','2020-12-24 05:40:29','2020-12-23 21:40:29'),(5400,4707,'action started via WP Cron','2020-12-24 05:40:29','2020-12-23 21:40:29'),(6759,5160,'action complete via WP Cron','2020-12-25 05:39:10','2020-12-24 21:39:10'),(6758,5160,'action started via WP Cron','2020-12-25 05:39:10','2020-12-24 21:39:10'),(8076,5599,'action complete via WP Cron','2020-12-26 05:39:44','2020-12-25 21:39:44'),(8075,5599,'action started via WP Cron','2020-12-26 05:39:44','2020-12-25 21:39:44'),(9246,5990,'action started via WP Cron','2020-12-27 05:43:41','2020-12-26 21:43:41'),(887,3201,'action started via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(888,3201,'action complete via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(889,3200,'action started via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(44658,17796,'action created','2021-01-17 16:26:17','2021-01-17 08:26:17'),(44657,17795,'action complete via WP Cron','2021-01-17 16:26:17','2021-01-17 08:26:17'),(44656,17795,'action started via WP Cron','2021-01-17 16:26:17','2021-01-17 08:26:17'),(954,3225,'action started via WP Cron','2020-12-21 05:38:24','2020-12-20 21:38:24'),(2394,3705,'action started via WP Cron','2020-12-22 05:39:46','2020-12-21 21:39:46'),(4943,4555,'action created','2020-12-23 17:35:10','2020-12-23 09:35:10'),(4942,4554,'action complete via WP Cron','2020-12-23 17:34:35','2020-12-23 09:34:35'),(4941,4554,'action started via WP Cron','2020-12-23 17:34:35','2020-12-23 09:34:35'),(893,3203,'action complete via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(890,3200,'action complete via WP Cron','2020-12-21 04:51:07','2020-12-20 20:51:07'),(11156,6627,'action started via WP Cron','2020-12-28 05:48:32','2020-12-27 21:48:32'),(15383,8036,'action started via WP Cron','2020-12-30 17:05:09','2020-12-30 09:05:09'),(15382,8036,'action created','2020-12-30 17:04:30','2020-12-30 09:04:30'),(32139,13622,'action created','2021-01-09 17:59:15','2021-01-09 09:59:15'),(32138,13621,'action complete via WP Cron','2021-01-09 17:59:15','2021-01-09 09:59:15'),(32137,13621,'action started via WP Cron','2021-01-09 17:59:15','2021-01-09 09:59:15'),(52026,20252,'action complete via WP Cron','2021-01-21 04:57:33','2021-01-20 20:57:33'),(52025,20252,'action started via WP Cron','2021-01-21 04:57:33','2021-01-20 20:57:33'),(63741,24158,'action created','2021-01-28 04:59:36','2021-01-27 20:59:36'),(9247,5990,'action complete via WP Cron','2020-12-27 05:43:41','2020-12-26 21:43:41'),(897,3205,'action started via WP Cron','2020-12-21 04:51:55','2020-12-20 20:51:55'),(898,3207,'action created','2020-12-21 04:51:55','2020-12-20 20:51:55'),(899,3205,'action complete via WP Cron','2020-12-21 04:51:55','2020-12-20 20:51:55'),(900,3208,'action created','2020-12-21 04:51:56','2020-12-20 20:51:56'),(901,3208,'action started via Async Request','2020-12-21 04:52:08','2020-12-20 20:52:08'),(902,3208,'action complete via Async Request','2020-12-21 04:52:08','2020-12-20 20:52:08'),(903,3207,'action started via Async Request','2020-12-21 04:52:08','2020-12-20 20:52:08'),(904,3209,'action created','2020-12-21 04:52:08','2020-12-20 20:52:08'),(905,3207,'action complete via Async Request','2020-12-21 04:52:08','2020-12-20 20:52:08'),(906,3209,'action started via Async Request','2020-12-21 04:52:14','2020-12-20 20:52:14'),(907,3210,'action created','2020-12-21 04:52:14','2020-12-20 20:52:14'),(908,3209,'action complete via Async Request','2020-12-21 04:52:14','2020-12-20 20:52:14'),(909,3210,'action started via Async Request','2020-12-21 04:52:20','2020-12-20 20:52:20'),(910,3210,'action complete via Async Request','2020-12-21 04:52:20','2020-12-20 20:52:20'),(911,3211,'action created','2020-12-21 04:53:05','2020-12-20 20:53:05'),(912,3211,'action started via WP Cron','2020-12-21 04:53:16','2020-12-20 20:53:16'),(913,3211,'action complete via WP Cron','2020-12-21 04:53:16','2020-12-20 20:53:16'),(914,3212,'action created','2020-12-21 04:53:18','2020-12-20 20:53:18'),(915,3212,'action started via WP Cron','2020-12-21 04:53:46','2020-12-20 20:53:46'),(916,3212,'action complete via WP Cron','2020-12-21 04:53:46','2020-12-20 20:53:46'),(917,3213,'action created','2020-12-21 04:53:46','2020-12-20 20:53:46'),(918,3213,'action started via Async Request','2020-12-21 04:54:25','2020-12-20 20:54:25'),(919,3213,'action complete via Async Request','2020-12-21 04:54:25','2020-12-20 20:54:25'),(920,3214,'action created','2020-12-21 04:56:44','2020-12-20 20:56:44'),(921,3215,'action created','2020-12-21 04:56:44','2020-12-20 20:56:44'),(922,3214,'action started via WP Cron','2020-12-21 04:59:12','2020-12-20 20:59:12'),(923,3214,'action complete via WP Cron','2020-12-21 04:59:12','2020-12-20 20:59:12'),(924,3215,'action started via WP Cron','2020-12-21 04:59:12','2020-12-20 20:59:12'),(925,3215,'action complete via WP Cron','2020-12-21 04:59:12','2020-12-20 20:59:12'),(933,3218,'action started via WP Cron','2020-12-21 05:18:02','2020-12-20 21:18:02'),(934,3218,'action complete via WP Cron','2020-12-21 05:18:02','2020-12-20 21:18:02'),(935,3219,'action created','2020-12-21 05:18:27','2020-12-20 21:18:27'),(936,3219,'action started via WP Cron','2020-12-21 05:19:31','2020-12-20 21:19:31'),(937,3219,'action complete via WP Cron','2020-12-21 05:19:32','2020-12-20 21:19:32'),(938,3220,'action created','2020-12-21 05:27:47','2020-12-20 21:27:47'),(939,3220,'action started via WP Cron','2020-12-21 05:28:42','2020-12-20 21:28:42'),(940,3220,'action complete via WP Cron','2020-12-21 05:28:42','2020-12-20 21:28:42'),(941,3221,'action created','2020-12-21 05:28:42','2020-12-20 21:28:42'),(942,3221,'action started via Async Request','2020-12-21 05:28:54','2020-12-20 21:28:54'),(943,3221,'action complete via Async Request','2020-12-21 05:28:54','2020-12-20 21:28:54'),(944,3222,'action created','2020-12-21 05:28:55','2020-12-20 21:28:55'),(945,3222,'action started via WP Cron','2020-12-21 05:29:57','2020-12-20 21:29:57'),(946,3222,'action complete via WP Cron','2020-12-21 05:29:57','2020-12-20 21:29:57'),(947,3223,'action created','2020-12-21 05:30:30','2020-12-20 21:30:30'),(948,3223,'action started via WP Cron','2020-12-21 05:31:15','2020-12-20 21:31:15'),(949,3223,'action complete via WP Cron','2020-12-21 05:31:15','2020-12-20 21:31:15'),(950,3224,'action created','2020-12-21 05:31:15','2020-12-20 21:31:15'),(951,3224,'action started via WP Cron','2020-12-21 05:31:48','2020-12-20 21:31:48'),(952,3224,'action complete via WP Cron','2020-12-21 05:31:48','2020-12-20 21:31:48'),(953,3225,'action created','2020-12-21 05:31:48','2020-12-20 21:31:48'),(956,3226,'action created','2020-12-21 05:38:24','2020-12-20 21:38:24'),(957,3226,'action started via WP Cron','2020-12-21 05:43:15','2020-12-20 21:43:15'),(958,3226,'action complete via WP Cron','2020-12-21 05:43:15','2020-12-20 21:43:15'),(959,3227,'action created','2020-12-21 05:43:15','2020-12-20 21:43:15'),(960,3227,'action started via WP Cron','2020-12-21 05:47:28','2020-12-20 21:47:28'),(961,3227,'action complete via WP Cron','2020-12-21 05:47:28','2020-12-20 21:47:28'),(962,3228,'action created','2020-12-21 05:47:28','2020-12-20 21:47:28'),(963,3228,'action started via WP Cron','2020-12-21 05:47:47','2020-12-20 21:47:47'),(964,3228,'action complete via WP Cron','2020-12-21 05:47:47','2020-12-20 21:47:47'),(965,3229,'action created','2020-12-21 05:47:47','2020-12-20 21:47:47'),(966,3229,'action started via WP Cron','2020-12-21 06:00:13','2020-12-20 22:00:13'),(967,3229,'action complete via WP Cron','2020-12-21 06:00:13','2020-12-20 22:00:13'),(968,3230,'action created','2020-12-21 06:00:13','2020-12-20 22:00:13'),(52065,20265,'action complete via WP Cron','2021-01-21 06:01:55','2021-01-20 22:01:55'),(52064,20265,'action started via WP Cron','2021-01-21 06:01:55','2021-01-20 22:01:55'),(54030,20921,'action created','2021-01-22 06:09:14','2021-01-21 22:09:14'),(972,3230,'action started via WP Cron','2020-12-21 06:01:40','2020-12-20 22:01:40'),(973,3230,'action complete via WP Cron','2020-12-21 06:01:40','2020-12-20 22:01:40'),(974,3232,'action created','2020-12-21 06:01:40','2020-12-20 22:01:40'),(975,3232,'action started via WP Cron','2020-12-21 06:18:13','2020-12-20 22:18:13'),(976,3232,'action complete via WP Cron','2020-12-21 06:18:13','2020-12-20 22:18:13'),(977,3233,'action created','2020-12-21 06:18:13','2020-12-20 22:18:13'),(978,3233,'action started via WP Cron','2020-12-21 06:20:35','2020-12-20 22:20:35'),(979,3233,'action complete via WP Cron','2020-12-21 06:20:35','2020-12-20 22:20:35'),(980,3234,'action created','2020-12-21 06:20:35','2020-12-20 22:20:35'),(981,3234,'action started via WP Cron','2020-12-21 06:23:31','2020-12-20 22:23:31'),(982,3234,'action complete via WP Cron','2020-12-21 06:23:31','2020-12-20 22:23:31'),(983,3235,'action created','2020-12-21 06:23:31','2020-12-20 22:23:31'),(984,3235,'action started via WP Cron','2020-12-21 06:33:06','2020-12-20 22:33:06'),(985,3235,'action complete via WP Cron','2020-12-21 06:33:06','2020-12-20 22:33:06'),(986,3236,'action created','2020-12-21 06:33:06','2020-12-20 22:33:06'),(987,3236,'action started via WP Cron','2020-12-21 06:34:13','2020-12-20 22:34:13'),(988,3236,'action complete via WP Cron','2020-12-21 06:34:13','2020-12-20 22:34:13'),(989,3237,'action created','2020-12-21 06:34:13','2020-12-20 22:34:13'),(990,3237,'action started via WP Cron','2020-12-21 06:35:14','2020-12-20 22:35:14'),(991,3237,'action complete via WP Cron','2020-12-21 06:35:14','2020-12-20 22:35:14'),(992,3238,'action created','2020-12-21 06:35:14','2020-12-20 22:35:14'),(993,3238,'action started via WP Cron','2020-12-21 06:35:41','2020-12-20 22:35:41'),(994,3238,'action complete via WP Cron','2020-12-21 06:35:41','2020-12-20 22:35:41'),(995,3239,'action created','2020-12-21 06:35:41','2020-12-20 22:35:41'),(996,3239,'action started via WP Cron','2020-12-21 06:37:16','2020-12-20 22:37:16'),(997,3239,'action complete via WP Cron','2020-12-21 06:37:16','2020-12-20 22:37:16'),(998,3240,'action created','2020-12-21 06:37:16','2020-12-20 22:37:16'),(999,3240,'action started via WP Cron','2020-12-21 06:38:17','2020-12-20 22:38:17'),(1000,3240,'action complete via WP Cron','2020-12-21 06:38:17','2020-12-20 22:38:17'),(1001,3241,'action created','2020-12-21 06:38:17','2020-12-20 22:38:17'),(1002,3241,'action started via WP Cron','2020-12-21 06:39:18','2020-12-20 22:39:18'),(1003,3241,'action complete via WP Cron','2020-12-21 06:39:18','2020-12-20 22:39:18'),(1004,3242,'action created','2020-12-21 06:39:18','2020-12-20 22:39:18'),(1005,3242,'action started via WP Cron','2020-12-21 06:39:47','2020-12-20 22:39:47'),(1006,3242,'action complete via WP Cron','2020-12-21 06:39:47','2020-12-20 22:39:47'),(1007,3243,'action created','2020-12-21 06:39:47','2020-12-20 22:39:47'),(1008,3243,'action started via WP Cron','2020-12-21 06:51:33','2020-12-20 22:51:33'),(1009,3243,'action complete via WP Cron','2020-12-21 06:51:33','2020-12-20 22:51:33'),(1010,3244,'action created','2020-12-21 06:51:33','2020-12-20 22:51:33'),(1011,3244,'action started via WP Cron','2020-12-21 06:51:53','2020-12-20 22:51:53'),(1012,3244,'action complete via WP Cron','2020-12-21 06:51:53','2020-12-20 22:51:53'),(1013,3245,'action created','2020-12-21 06:51:53','2020-12-20 22:51:53'),(1014,3245,'action started via WP Cron','2020-12-21 06:59:42','2020-12-20 22:59:42'),(1015,3245,'action complete via WP Cron','2020-12-21 06:59:42','2020-12-20 22:59:42'),(1016,3246,'action created','2020-12-21 06:59:42','2020-12-20 22:59:42'),(1017,3246,'action started via WP Cron','2020-12-21 07:06:35','2020-12-20 23:06:35'),(1018,3246,'action complete via WP Cron','2020-12-21 07:06:35','2020-12-20 23:06:35'),(1019,3247,'action created','2020-12-21 07:06:35','2020-12-20 23:06:35'),(1020,3247,'action started via WP Cron','2020-12-21 07:07:40','2020-12-20 23:07:40'),(1021,3247,'action complete via WP Cron','2020-12-21 07:07:40','2020-12-20 23:07:40'),(1022,3248,'action created','2020-12-21 07:07:40','2020-12-20 23:07:40'),(1023,3248,'action started via WP Cron','2020-12-21 07:08:40','2020-12-20 23:08:40'),(1024,3248,'action complete via WP Cron','2020-12-21 07:08:40','2020-12-20 23:08:40'),(1025,3249,'action created','2020-12-21 07:08:40','2020-12-20 23:08:40'),(1026,3249,'action started via WP Cron','2020-12-21 07:10:42','2020-12-20 23:10:42'),(1027,3249,'action complete via WP Cron','2020-12-21 07:10:42','2020-12-20 23:10:42'),(1028,3250,'action created','2020-12-21 07:10:43','2020-12-20 23:10:43'),(1029,3250,'action started via WP Cron','2020-12-21 07:11:44','2020-12-20 23:11:44'),(1030,3250,'action complete via WP Cron','2020-12-21 07:11:44','2020-12-20 23:11:44'),(1031,3251,'action created','2020-12-21 07:11:44','2020-12-20 23:11:44'),(1032,3251,'action started via WP Cron','2020-12-21 07:16:13','2020-12-20 23:16:13'),(1033,3251,'action complete via WP Cron','2020-12-21 07:16:13','2020-12-20 23:16:13'),(1034,3252,'action created','2020-12-21 07:16:13','2020-12-20 23:16:13'),(1035,3252,'action started via WP Cron','2020-12-21 07:20:41','2020-12-20 23:20:41'),(1036,3252,'action complete via WP Cron','2020-12-21 07:20:41','2020-12-20 23:20:41'),(1037,3253,'action created','2020-12-21 07:20:41','2020-12-20 23:20:41'),(1038,3253,'action started via WP Cron','2020-12-21 07:24:32','2020-12-20 23:24:32'),(1039,3253,'action complete via WP Cron','2020-12-21 07:24:32','2020-12-20 23:24:32'),(1040,3254,'action created','2020-12-21 07:24:32','2020-12-20 23:24:32'),(1041,3254,'action started via WP Cron','2020-12-21 07:25:37','2020-12-20 23:25:37'),(1042,3254,'action complete via WP Cron','2020-12-21 07:25:37','2020-12-20 23:25:37'),(1043,3255,'action created','2020-12-21 07:25:37','2020-12-20 23:25:37'),(1044,3255,'action started via WP Cron','2020-12-21 07:25:59','2020-12-20 23:25:59'),(1045,3255,'action complete via WP Cron','2020-12-21 07:25:59','2020-12-20 23:25:59'),(1046,3256,'action created','2020-12-21 07:25:59','2020-12-20 23:25:59'),(1047,3256,'action started via WP Cron','2020-12-21 07:27:38','2020-12-20 23:27:38'),(1048,3256,'action complete via WP Cron','2020-12-21 07:27:38','2020-12-20 23:27:38'),(1049,3257,'action created','2020-12-21 07:27:38','2020-12-20 23:27:38'),(1050,3257,'action started via WP Cron','2020-12-21 07:28:42','2020-12-20 23:28:42'),(1051,3257,'action complete via WP Cron','2020-12-21 07:28:42','2020-12-20 23:28:42'),(1052,3258,'action created','2020-12-21 07:28:42','2020-12-20 23:28:42'),(1053,3258,'action started via WP Cron','2020-12-21 07:29:43','2020-12-20 23:29:43'),(1054,3258,'action complete via WP Cron','2020-12-21 07:29:43','2020-12-20 23:29:43'),(1055,3259,'action created','2020-12-21 07:29:43','2020-12-20 23:29:43'),(1056,3259,'action started via WP Cron','2020-12-21 07:36:48','2020-12-20 23:36:48'),(1057,3259,'action complete via WP Cron','2020-12-21 07:36:48','2020-12-20 23:36:48'),(1058,3260,'action created','2020-12-21 07:36:48','2020-12-20 23:36:48'),(1059,3260,'action started via WP Cron','2020-12-21 07:40:18','2020-12-20 23:40:18'),(1060,3260,'action complete via WP Cron','2020-12-21 07:40:18','2020-12-20 23:40:18'),(1061,3261,'action created','2020-12-21 07:40:18','2020-12-20 23:40:18'),(1062,3261,'action started via WP Cron','2020-12-21 07:41:19','2020-12-20 23:41:19'),(1063,3261,'action complete via WP Cron','2020-12-21 07:41:19','2020-12-20 23:41:19'),(1064,3262,'action created','2020-12-21 07:41:19','2020-12-20 23:41:19'),(1065,3262,'action started via WP Cron','2020-12-21 07:42:20','2020-12-20 23:42:20'),(1066,3262,'action complete via WP Cron','2020-12-21 07:42:20','2020-12-20 23:42:20'),(1067,3263,'action created','2020-12-21 07:42:20','2020-12-20 23:42:20'),(1068,3263,'action started via WP Cron','2020-12-21 07:43:56','2020-12-20 23:43:56'),(1069,3263,'action complete via WP Cron','2020-12-21 07:43:56','2020-12-20 23:43:56'),(1070,3264,'action created','2020-12-21 07:43:56','2020-12-20 23:43:56'),(1071,3264,'action started via WP Cron','2020-12-21 07:45:23','2020-12-20 23:45:23'),(1072,3264,'action complete via WP Cron','2020-12-21 07:45:23','2020-12-20 23:45:23'),(1073,3265,'action created','2020-12-21 07:45:23','2020-12-20 23:45:23'),(1074,3265,'action started via WP Cron','2020-12-21 07:47:49','2020-12-20 23:47:49'),(1075,3265,'action complete via WP Cron','2020-12-21 07:47:49','2020-12-20 23:47:49'),(1076,3266,'action created','2020-12-21 07:47:49','2020-12-20 23:47:49'),(1077,3266,'action started via WP Cron','2020-12-21 07:53:43','2020-12-20 23:53:43'),(1078,3266,'action complete via WP Cron','2020-12-21 07:53:43','2020-12-20 23:53:43'),(1079,3267,'action created','2020-12-21 07:53:44','2020-12-20 23:53:44'),(1080,3267,'action started via WP Cron','2020-12-21 08:07:55','2020-12-21 00:07:55'),(1081,3267,'action complete via WP Cron','2020-12-21 08:07:55','2020-12-21 00:07:55'),(1082,3268,'action created','2020-12-21 08:07:55','2020-12-21 00:07:55'),(1083,3268,'action started via WP Cron','2020-12-21 08:10:08','2020-12-21 00:10:08'),(1084,3268,'action complete via WP Cron','2020-12-21 08:10:08','2020-12-21 00:10:08'),(1085,3269,'action created','2020-12-21 08:10:08','2020-12-21 00:10:08'),(1086,3269,'action started via WP Cron','2020-12-21 08:11:13','2020-12-21 00:11:13'),(1087,3269,'action complete via WP Cron','2020-12-21 08:11:13','2020-12-21 00:11:13'),(1088,3270,'action created','2020-12-21 08:11:13','2020-12-21 00:11:13'),(1089,3270,'action started via WP Cron','2020-12-21 08:13:15','2020-12-21 00:13:15'),(1090,3270,'action complete via WP Cron','2020-12-21 08:13:15','2020-12-21 00:13:15'),(1091,3271,'action created','2020-12-21 08:13:15','2020-12-21 00:13:15'),(1092,3271,'action started via WP Cron','2020-12-21 08:14:16','2020-12-21 00:14:16'),(1093,3271,'action complete via WP Cron','2020-12-21 08:14:16','2020-12-21 00:14:16'),(1094,3272,'action created','2020-12-21 08:14:16','2020-12-21 00:14:16'),(1095,3272,'action started via WP Cron','2020-12-21 08:15:17','2020-12-21 00:15:17'),(1096,3272,'action complete via WP Cron','2020-12-21 08:15:17','2020-12-21 00:15:17'),(1097,3273,'action created','2020-12-21 08:15:17','2020-12-21 00:15:17'),(1098,3273,'action started via WP Cron','2020-12-21 08:27:18','2020-12-21 00:27:18'),(1099,3273,'action complete via WP Cron','2020-12-21 08:27:18','2020-12-21 00:27:18'),(1100,3274,'action created','2020-12-21 08:27:18','2020-12-21 00:27:18'),(1101,3274,'action started via WP Cron','2020-12-21 08:28:01','2020-12-21 00:28:01'),(1102,3274,'action complete via WP Cron','2020-12-21 08:28:01','2020-12-21 00:28:01'),(1103,3275,'action created','2020-12-21 08:28:01','2020-12-21 00:28:01'),(1104,3275,'action started via WP Cron','2020-12-21 08:29:39','2020-12-21 00:29:39'),(1105,3275,'action complete via WP Cron','2020-12-21 08:29:39','2020-12-21 00:29:39'),(1106,3276,'action created','2020-12-21 08:29:39','2020-12-21 00:29:39'),(1107,3276,'action started via WP Cron','2020-12-21 08:30:01','2020-12-21 00:30:01'),(1108,3276,'action complete via WP Cron','2020-12-21 08:30:01','2020-12-21 00:30:01'),(1109,3277,'action created','2020-12-21 08:30:01','2020-12-21 00:30:01'),(1110,3277,'action started via WP Cron','2020-12-21 08:31:41','2020-12-21 00:31:41'),(1111,3277,'action complete via WP Cron','2020-12-21 08:31:41','2020-12-21 00:31:41'),(1112,3278,'action created','2020-12-21 08:31:41','2020-12-21 00:31:41'),(1113,3278,'action started via WP Cron','2020-12-21 08:32:43','2020-12-21 00:32:43'),(1114,3278,'action complete via WP Cron','2020-12-21 08:32:43','2020-12-21 00:32:43'),(1115,3279,'action created','2020-12-21 08:32:43','2020-12-21 00:32:43'),(1116,3279,'action started via WP Cron','2020-12-21 08:34:05','2020-12-21 00:34:05'),(1117,3279,'action complete via WP Cron','2020-12-21 08:34:05','2020-12-21 00:34:05'),(1118,3280,'action created','2020-12-21 08:34:05','2020-12-21 00:34:05'),(1119,3280,'action started via WP Cron','2020-12-21 08:46:23','2020-12-21 00:46:23'),(1120,3280,'action complete via WP Cron','2020-12-21 08:46:23','2020-12-21 00:46:23'),(1121,3281,'action created','2020-12-21 08:46:23','2020-12-21 00:46:23'),(1122,3281,'action started via WP Cron','2020-12-21 08:47:24','2020-12-21 00:47:24'),(1123,3281,'action complete via WP Cron','2020-12-21 08:47:24','2020-12-21 00:47:24'),(1124,3282,'action created','2020-12-21 08:47:24','2020-12-21 00:47:24'),(1125,3282,'action started via WP Cron','2020-12-21 08:48:25','2020-12-21 00:48:25'),(1126,3282,'action complete via WP Cron','2020-12-21 08:48:25','2020-12-21 00:48:25'),(1127,3283,'action created','2020-12-21 08:48:25','2020-12-21 00:48:25'),(1128,3283,'action started via WP Cron','2020-12-21 08:50:27','2020-12-21 00:50:27'),(1129,3283,'action complete via WP Cron','2020-12-21 08:50:27','2020-12-21 00:50:27'),(1130,3284,'action created','2020-12-21 08:50:27','2020-12-21 00:50:27'),(1131,3284,'action started via WP Cron','2020-12-21 08:51:28','2020-12-21 00:51:28'),(1132,3284,'action complete via WP Cron','2020-12-21 08:51:28','2020-12-21 00:51:28'),(1133,3285,'action created','2020-12-21 08:51:28','2020-12-21 00:51:28'),(1134,3285,'action started via WP Cron','2020-12-21 08:52:30','2020-12-21 00:52:30'),(1135,3285,'action complete via WP Cron','2020-12-21 08:52:30','2020-12-21 00:52:30'),(1136,3286,'action created','2020-12-21 08:52:30','2020-12-21 00:52:30'),(1137,3286,'action started via WP Cron','2020-12-21 08:53:46','2020-12-21 00:53:46'),(1138,3286,'action complete via WP Cron','2020-12-21 08:53:46','2020-12-21 00:53:46'),(1139,3287,'action created','2020-12-21 08:53:46','2020-12-21 00:53:46'),(1140,3287,'action started via WP Cron','2020-12-21 08:55:35','2020-12-21 00:55:35'),(1141,3287,'action complete via WP Cron','2020-12-21 08:55:35','2020-12-21 00:55:35'),(1142,3288,'action created','2020-12-21 08:55:35','2020-12-21 00:55:35'),(1143,3288,'action started via WP Cron','2020-12-21 08:56:37','2020-12-21 00:56:37'),(1144,3288,'action complete via WP Cron','2020-12-21 08:56:37','2020-12-21 00:56:37'),(1145,3289,'action created','2020-12-21 08:56:37','2020-12-21 00:56:37'),(1146,3289,'action started via WP Cron','2020-12-21 08:57:13','2020-12-21 00:57:13'),(1147,3289,'action complete via WP Cron','2020-12-21 08:57:13','2020-12-21 00:57:13'),(1148,3290,'action created','2020-12-21 08:57:13','2020-12-21 00:57:13'),(1149,3290,'action started via WP Cron','2020-12-21 09:09:06','2020-12-21 01:09:06'),(1150,3290,'action complete via WP Cron','2020-12-21 09:09:06','2020-12-21 01:09:06'),(1151,3291,'action created','2020-12-21 09:09:06','2020-12-21 01:09:06'),(1152,3291,'action started via WP Cron','2020-12-21 09:15:30','2020-12-21 01:15:30'),(1153,3291,'action complete via WP Cron','2020-12-21 09:15:30','2020-12-21 01:15:30'),(1154,3292,'action created','2020-12-21 09:15:30','2020-12-21 01:15:30'),(1155,3292,'action started via WP Cron','2020-12-21 09:16:31','2020-12-21 01:16:31'),(1156,3292,'action complete via WP Cron','2020-12-21 09:16:31','2020-12-21 01:16:31'),(1157,3293,'action created','2020-12-21 09:16:31','2020-12-21 01:16:31'),(1158,3293,'action started via WP Cron','2020-12-21 09:17:32','2020-12-21 01:17:32'),(1159,3293,'action complete via WP Cron','2020-12-21 09:17:32','2020-12-21 01:17:32'),(1160,3294,'action created','2020-12-21 09:17:32','2020-12-21 01:17:32'),(1161,3294,'action started via WP Cron','2020-12-21 09:19:34','2020-12-21 01:19:34'),(1162,3294,'action complete via WP Cron','2020-12-21 09:19:34','2020-12-21 01:19:34'),(1163,3295,'action created','2020-12-21 09:19:34','2020-12-21 01:19:34'),(1164,3295,'action started via WP Cron','2020-12-21 09:20:35','2020-12-21 01:20:35'),(1165,3295,'action complete via WP Cron','2020-12-21 09:20:35','2020-12-21 01:20:35'),(1166,3296,'action created','2020-12-21 09:20:35','2020-12-21 01:20:35'),(1167,3296,'action started via WP Cron','2020-12-21 09:21:37','2020-12-21 01:21:37'),(1168,3296,'action complete via WP Cron','2020-12-21 09:21:37','2020-12-21 01:21:37'),(1169,3297,'action created','2020-12-21 09:21:37','2020-12-21 01:21:37'),(1170,3297,'action started via WP Cron','2020-12-21 09:32:51','2020-12-21 01:32:51'),(1171,3297,'action complete via WP Cron','2020-12-21 09:32:51','2020-12-21 01:32:51'),(1172,3298,'action created','2020-12-21 09:32:51','2020-12-21 01:32:51'),(1173,3298,'action started via WP Cron','2020-12-21 09:33:42','2020-12-21 01:33:42'),(1174,3298,'action complete via WP Cron','2020-12-21 09:33:42','2020-12-21 01:33:42'),(1175,3299,'action created','2020-12-21 09:33:42','2020-12-21 01:33:42'),(1176,3299,'action started via WP Cron','2020-12-21 09:35:06','2020-12-21 01:35:06'),(1177,3299,'action complete via WP Cron','2020-12-21 09:35:06','2020-12-21 01:35:06'),(1178,3300,'action created','2020-12-21 09:35:06','2020-12-21 01:35:06'),(1179,3300,'action started via WP Cron','2020-12-21 09:35:44','2020-12-21 01:35:44'),(1180,3300,'action complete via WP Cron','2020-12-21 09:35:44','2020-12-21 01:35:44'),(1181,3301,'action created','2020-12-21 09:35:44','2020-12-21 01:35:44'),(1182,3301,'action started via WP Cron','2020-12-21 09:36:45','2020-12-21 01:36:45'),(1183,3301,'action complete via WP Cron','2020-12-21 09:36:45','2020-12-21 01:36:45'),(1184,3302,'action created','2020-12-21 09:36:45','2020-12-21 01:36:45'),(1185,3302,'action started via WP Cron','2020-12-21 09:38:26','2020-12-21 01:38:26'),(1186,3302,'action complete via WP Cron','2020-12-21 09:38:26','2020-12-21 01:38:26'),(1187,3303,'action created','2020-12-21 09:38:26','2020-12-21 01:38:26'),(1188,3303,'action started via WP Cron','2020-12-21 09:50:38','2020-12-21 01:50:38'),(1189,3303,'action complete via WP Cron','2020-12-21 09:50:38','2020-12-21 01:50:38'),(1190,3304,'action created','2020-12-21 09:50:38','2020-12-21 01:50:38'),(1191,3304,'action started via WP Cron','2020-12-21 09:52:28','2020-12-21 01:52:28'),(1192,3304,'action complete via WP Cron','2020-12-21 09:52:28','2020-12-21 01:52:28'),(1193,3305,'action created','2020-12-21 09:52:28','2020-12-21 01:52:28'),(1194,3305,'action started via WP Cron','2020-12-21 09:52:59','2020-12-21 01:52:59'),(1195,3305,'action complete via WP Cron','2020-12-21 09:52:59','2020-12-21 01:52:59'),(1196,3306,'action created','2020-12-21 09:52:59','2020-12-21 01:52:59'),(1197,3306,'action started via WP Cron','2020-12-21 09:54:30','2020-12-21 01:54:30'),(1198,3306,'action complete via WP Cron','2020-12-21 09:54:30','2020-12-21 01:54:30'),(1199,3307,'action created','2020-12-21 09:54:30','2020-12-21 01:54:30'),(1200,3307,'action started via WP Cron','2020-12-21 09:56:16','2020-12-21 01:56:16'),(1201,3307,'action complete via WP Cron','2020-12-21 09:56:16','2020-12-21 01:56:16'),(1202,3308,'action created','2020-12-21 09:56:16','2020-12-21 01:56:16'),(1203,3308,'action started via WP Cron','2020-12-21 09:56:59','2020-12-21 01:56:59'),(1204,3308,'action complete via WP Cron','2020-12-21 09:56:59','2020-12-21 01:56:59'),(1205,3309,'action created','2020-12-21 09:56:59','2020-12-21 01:56:59'),(1206,3309,'action started via WP Cron','2020-12-21 09:58:36','2020-12-21 01:58:36'),(1207,3309,'action complete via WP Cron','2020-12-21 09:58:36','2020-12-21 01:58:36'),(1208,3310,'action created','2020-12-21 09:58:37','2020-12-21 01:58:37'),(1209,3310,'action started via WP Cron','2020-12-21 09:59:37','2020-12-21 01:59:37'),(1210,3310,'action complete via WP Cron','2020-12-21 09:59:37','2020-12-21 01:59:37'),(1211,3311,'action created','2020-12-21 09:59:37','2020-12-21 01:59:37'),(1212,3311,'action started via WP Cron','2020-12-21 09:59:50','2020-12-21 01:59:50'),(1213,3311,'action complete via WP Cron','2020-12-21 09:59:50','2020-12-21 01:59:50'),(1214,3312,'action created','2020-12-21 09:59:50','2020-12-21 01:59:50'),(1215,3312,'action started via WP Cron','2020-12-21 10:01:46','2020-12-21 02:01:46'),(1216,3312,'action complete via WP Cron','2020-12-21 10:01:46','2020-12-21 02:01:46'),(1217,3313,'action created','2020-12-21 10:01:46','2020-12-21 02:01:46'),(1218,3313,'action started via WP Cron','2020-12-21 10:07:34','2020-12-21 02:07:34'),(1219,3313,'action complete via WP Cron','2020-12-21 10:07:34','2020-12-21 02:07:34'),(1220,3314,'action created','2020-12-21 10:07:34','2020-12-21 02:07:34'),(1221,3314,'action started via WP Cron','2020-12-21 10:08:41','2020-12-21 02:08:41'),(1222,3314,'action complete via WP Cron','2020-12-21 10:08:41','2020-12-21 02:08:41'),(1223,3315,'action created','2020-12-21 10:08:41','2020-12-21 02:08:41'),(1224,3315,'action started via WP Cron','2020-12-21 10:09:42','2020-12-21 02:09:42'),(1225,3315,'action complete via WP Cron','2020-12-21 10:09:42','2020-12-21 02:09:42'),(1226,3316,'action created','2020-12-21 10:09:42','2020-12-21 02:09:42'),(1227,3316,'action started via WP Cron','2020-12-21 10:11:44','2020-12-21 02:11:44'),(1228,3316,'action complete via WP Cron','2020-12-21 10:11:44','2020-12-21 02:11:44'),(1229,3317,'action created','2020-12-21 10:11:44','2020-12-21 02:11:44'),(1230,3317,'action started via WP Cron','2020-12-21 10:12:45','2020-12-21 02:12:45'),(1231,3317,'action complete via WP Cron','2020-12-21 10:12:45','2020-12-21 02:12:45'),(1232,3318,'action created','2020-12-21 10:12:45','2020-12-21 02:12:45'),(1233,3318,'action started via WP Cron','2020-12-21 10:13:46','2020-12-21 02:13:46'),(1234,3318,'action complete via WP Cron','2020-12-21 10:13:46','2020-12-21 02:13:46'),(1235,3319,'action created','2020-12-21 10:13:46','2020-12-21 02:13:46'),(1236,3319,'action started via WP Cron','2020-12-21 10:14:46','2020-12-21 02:14:46'),(1237,3319,'action complete via WP Cron','2020-12-21 10:14:46','2020-12-21 02:14:46'),(1238,3320,'action created','2020-12-21 10:14:46','2020-12-21 02:14:46'),(1239,3320,'action started via WP Cron','2020-12-21 10:15:50','2020-12-21 02:15:50'),(1240,3320,'action complete via WP Cron','2020-12-21 10:15:50','2020-12-21 02:15:50'),(1241,3321,'action created','2020-12-21 10:15:51','2020-12-21 02:15:51'),(1242,3321,'action started via WP Cron','2020-12-21 10:17:16','2020-12-21 02:17:16'),(1243,3321,'action complete via WP Cron','2020-12-21 10:17:16','2020-12-21 02:17:16'),(1244,3322,'action created','2020-12-21 10:17:16','2020-12-21 02:17:16'),(1245,3322,'action started via WP Cron','2020-12-21 10:18:08','2020-12-21 02:18:08'),(1246,3322,'action complete via WP Cron','2020-12-21 10:18:08','2020-12-21 02:18:08'),(1247,3323,'action created','2020-12-21 10:18:08','2020-12-21 02:18:08'),(1248,3323,'action started via WP Cron','2020-12-21 10:20:39','2020-12-21 02:20:39'),(1249,3323,'action complete via WP Cron','2020-12-21 10:20:39','2020-12-21 02:20:39'),(1250,3324,'action created','2020-12-21 10:20:39','2020-12-21 02:20:39'),(1251,3324,'action started via WP Cron','2020-12-21 10:32:47','2020-12-21 02:32:47'),(1252,3324,'action complete via WP Cron','2020-12-21 10:32:47','2020-12-21 02:32:47'),(1253,3325,'action created','2020-12-21 10:32:48','2020-12-21 02:32:48'),(1254,3325,'action started via WP Cron','2020-12-21 10:36:13','2020-12-21 02:36:13'),(1255,3325,'action complete via WP Cron','2020-12-21 10:36:13','2020-12-21 02:36:13'),(1256,3326,'action created','2020-12-21 10:36:13','2020-12-21 02:36:13'),(1257,3326,'action started via WP Cron','2020-12-21 10:36:51','2020-12-21 02:36:51'),(1258,3326,'action complete via WP Cron','2020-12-21 10:36:51','2020-12-21 02:36:51'),(1259,3327,'action created','2020-12-21 10:36:51','2020-12-21 02:36:51'),(1260,3327,'action started via WP Cron','2020-12-21 10:37:45','2020-12-21 02:37:45'),(1261,3327,'action complete via WP Cron','2020-12-21 10:37:45','2020-12-21 02:37:45'),(1262,3328,'action created','2020-12-21 10:37:45','2020-12-21 02:37:45'),(1263,3328,'action started via WP Cron','2020-12-21 10:39:47','2020-12-21 02:39:47'),(1264,3328,'action complete via WP Cron','2020-12-21 10:39:47','2020-12-21 02:39:47'),(1265,3329,'action created','2020-12-21 10:39:47','2020-12-21 02:39:47'),(1266,3329,'action started via WP Cron','2020-12-21 10:40:48','2020-12-21 02:40:48'),(1267,3329,'action complete via WP Cron','2020-12-21 10:40:48','2020-12-21 02:40:48'),(1268,3330,'action created','2020-12-21 10:40:48','2020-12-21 02:40:48'),(1269,3330,'action started via WP Cron','2020-12-21 10:41:49','2020-12-21 02:41:49'),(1270,3330,'action complete via WP Cron','2020-12-21 10:41:49','2020-12-21 02:41:49'),(1271,3331,'action created','2020-12-21 10:41:49','2020-12-21 02:41:49'),(1272,3331,'action started via WP Cron','2020-12-21 10:46:42','2020-12-21 02:46:42'),(1273,3331,'action complete via WP Cron','2020-12-21 10:46:42','2020-12-21 02:46:42'),(1274,3332,'action created','2020-12-21 10:46:42','2020-12-21 02:46:42'),(1275,3332,'action started via WP Cron','2020-12-21 10:55:52','2020-12-21 02:55:52'),(1276,3332,'action complete via WP Cron','2020-12-21 10:55:52','2020-12-21 02:55:52'),(1277,3333,'action created','2020-12-21 11:02:10','2020-12-21 03:02:10'),(1278,3333,'action started via WP Cron','2020-12-21 11:03:42','2020-12-21 03:03:42'),(1279,3333,'action complete via WP Cron','2020-12-21 11:03:42','2020-12-21 03:03:42'),(1280,3334,'action created','2020-12-21 11:03:42','2020-12-21 03:03:42'),(1281,3334,'action started via WP Cron','2020-12-21 11:05:40','2020-12-21 03:05:40'),(1282,3334,'action complete via WP Cron','2020-12-21 11:05:40','2020-12-21 03:05:40'),(1283,3335,'action created','2020-12-21 11:05:40','2020-12-21 03:05:40'),(1284,3335,'action started via WP Cron','2020-12-21 11:06:45','2020-12-21 03:06:45'),(1285,3335,'action complete via WP Cron','2020-12-21 11:06:45','2020-12-21 03:06:45'),(1286,3336,'action created','2020-12-21 11:06:45','2020-12-21 03:06:45'),(1287,3336,'action started via WP Cron','2020-12-21 11:07:43','2020-12-21 03:07:43'),(1288,3336,'action complete via WP Cron','2020-12-21 11:07:43','2020-12-21 03:07:43'),(1289,3337,'action created','2020-12-21 11:07:43','2020-12-21 03:07:43'),(1290,3337,'action started via WP Cron','2020-12-21 11:08:43','2020-12-21 03:08:43'),(1291,3337,'action complete via WP Cron','2020-12-21 11:08:43','2020-12-21 03:08:43'),(1292,3338,'action created','2020-12-21 11:08:43','2020-12-21 03:08:43'),(1293,3338,'action started via WP Cron','2020-12-21 11:09:49','2020-12-21 03:09:49'),(1294,3338,'action complete via WP Cron','2020-12-21 11:09:49','2020-12-21 03:09:49'),(1295,3339,'action created','2020-12-21 11:09:49','2020-12-21 03:09:49'),(1296,3339,'action started via WP Cron','2020-12-21 11:10:43','2020-12-21 03:10:43'),(1297,3339,'action complete via WP Cron','2020-12-21 11:10:43','2020-12-21 03:10:43'),(1298,3340,'action created','2020-12-21 11:10:43','2020-12-21 03:10:43'),(1299,3340,'action started via WP Cron','2020-12-21 11:11:41','2020-12-21 03:11:41'),(1300,3340,'action complete via WP Cron','2020-12-21 11:11:41','2020-12-21 03:11:41'),(1301,3341,'action created','2020-12-21 11:11:41','2020-12-21 03:11:41'),(1302,3341,'action started via WP Cron','2020-12-21 11:12:45','2020-12-21 03:12:45'),(1303,3341,'action complete via WP Cron','2020-12-21 11:12:45','2020-12-21 03:12:45'),(1304,3342,'action created','2020-12-21 11:12:45','2020-12-21 03:12:45'),(1305,3342,'action started via WP Cron','2020-12-21 11:13:43','2020-12-21 03:13:43'),(1306,3342,'action complete via WP Cron','2020-12-21 11:13:43','2020-12-21 03:13:43'),(1307,3343,'action created','2020-12-21 11:13:44','2020-12-21 03:13:44'),(1308,3343,'action started via WP Cron','2020-12-21 11:14:42','2020-12-21 03:14:42'),(1309,3343,'action complete via WP Cron','2020-12-21 11:14:42','2020-12-21 03:14:42'),(1310,3344,'action created','2020-12-21 11:14:42','2020-12-21 03:14:42'),(1311,3344,'action started via WP Cron','2020-12-21 11:15:43','2020-12-21 03:15:43'),(1312,3344,'action complete via WP Cron','2020-12-21 11:15:43','2020-12-21 03:15:43'),(1313,3345,'action created','2020-12-21 11:15:43','2020-12-21 03:15:43'),(1314,3345,'action started via WP Cron','2020-12-21 11:16:41','2020-12-21 03:16:41'),(1315,3345,'action complete via WP Cron','2020-12-21 11:16:41','2020-12-21 03:16:41'),(1316,3346,'action created','2020-12-21 11:16:41','2020-12-21 03:16:41'),(1317,3346,'action started via WP Cron','2020-12-21 11:17:42','2020-12-21 03:17:42'),(1318,3346,'action complete via WP Cron','2020-12-21 11:17:42','2020-12-21 03:17:42'),(1319,3347,'action created','2020-12-21 11:17:42','2020-12-21 03:17:42'),(1320,3347,'action started via WP Cron','2020-12-21 11:18:43','2020-12-21 03:18:43'),(1321,3347,'action complete via WP Cron','2020-12-21 11:18:43','2020-12-21 03:18:43'),(1322,3348,'action created','2020-12-21 11:18:43','2020-12-21 03:18:43'),(1323,3348,'action started via WP Cron','2020-12-21 11:19:44','2020-12-21 03:19:44'),(1324,3348,'action complete via WP Cron','2020-12-21 11:19:44','2020-12-21 03:19:44'),(1325,3349,'action created','2020-12-21 11:19:44','2020-12-21 03:19:44'),(1326,3349,'action started via WP Cron','2020-12-21 11:20:45','2020-12-21 03:20:45'),(1327,3349,'action complete via WP Cron','2020-12-21 11:20:45','2020-12-21 03:20:45'),(1328,3350,'action created','2020-12-21 11:20:45','2020-12-21 03:20:45'),(1329,3350,'action started via WP Cron','2020-12-21 11:21:41','2020-12-21 03:21:41'),(1330,3350,'action complete via WP Cron','2020-12-21 11:21:41','2020-12-21 03:21:41'),(1331,3351,'action created','2020-12-21 11:21:41','2020-12-21 03:21:41'),(1332,3351,'action started via WP Cron','2020-12-21 11:22:44','2020-12-21 03:22:44'),(1333,3351,'action complete via WP Cron','2020-12-21 11:22:44','2020-12-21 03:22:44'),(1334,3352,'action created','2020-12-21 11:22:44','2020-12-21 03:22:44'),(1335,3352,'action started via WP Cron','2020-12-21 11:31:35','2020-12-21 03:31:35'),(1336,3352,'action complete via WP Cron','2020-12-21 11:31:35','2020-12-21 03:31:35'),(1337,3353,'action created','2020-12-21 11:31:35','2020-12-21 03:31:35'),(1338,3353,'action started via WP Cron','2020-12-21 11:32:05','2020-12-21 03:32:05'),(1339,3353,'action complete via WP Cron','2020-12-21 11:32:05','2020-12-21 03:32:05'),(1340,3354,'action created','2020-12-21 11:32:06','2020-12-21 03:32:06'),(1341,3354,'action started via WP Cron','2020-12-21 11:32:42','2020-12-21 03:32:42'),(1342,3354,'action complete via WP Cron','2020-12-21 11:32:42','2020-12-21 03:32:42'),(1343,3355,'action created','2020-12-21 11:32:42','2020-12-21 03:32:42'),(1344,3355,'action started via WP Cron','2020-12-21 11:36:25','2020-12-21 03:36:25'),(1345,3355,'action complete via WP Cron','2020-12-21 11:36:25','2020-12-21 03:36:25'),(1346,3356,'action created','2020-12-21 11:36:25','2020-12-21 03:36:25'),(1347,3356,'action started via WP Cron','2020-12-21 11:37:04','2020-12-21 03:37:04'),(1348,3356,'action complete via WP Cron','2020-12-21 11:37:04','2020-12-21 03:37:04'),(1349,3357,'action created','2020-12-21 11:37:04','2020-12-21 03:37:04'),(1350,3357,'action started via WP Cron','2020-12-21 11:41:18','2020-12-21 03:41:18'),(1351,3357,'action complete via WP Cron','2020-12-21 11:41:18','2020-12-21 03:41:18'),(1352,3358,'action created','2020-12-21 11:41:18','2020-12-21 03:41:18'),(1353,3358,'action started via WP Cron','2020-12-21 11:48:52','2020-12-21 03:48:52'),(1354,3358,'action complete via WP Cron','2020-12-21 11:48:52','2020-12-21 03:48:52'),(1355,3359,'action created','2020-12-21 11:48:52','2020-12-21 03:48:52'),(1356,3359,'action started via WP Cron','2020-12-21 11:50:21','2020-12-21 03:50:21'),(1357,3359,'action complete via WP Cron','2020-12-21 11:50:21','2020-12-21 03:50:21'),(1358,3360,'action created','2020-12-21 11:50:21','2020-12-21 03:50:21'),(1359,3360,'action started via WP Cron','2020-12-21 11:57:17','2020-12-21 03:57:17'),(1360,3360,'action complete via WP Cron','2020-12-21 11:57:17','2020-12-21 03:57:17'),(1361,3361,'action created','2020-12-21 11:57:17','2020-12-21 03:57:17'),(1362,3361,'action started via WP Cron','2020-12-21 12:05:45','2020-12-21 04:05:45'),(1363,3361,'action complete via WP Cron','2020-12-21 12:05:45','2020-12-21 04:05:45'),(1364,3362,'action created','2020-12-21 12:05:46','2020-12-21 04:05:46'),(1365,3362,'action started via WP Cron','2020-12-21 12:11:28','2020-12-21 04:11:28'),(1366,3362,'action complete via WP Cron','2020-12-21 12:11:28','2020-12-21 04:11:28'),(1367,3363,'action created','2020-12-21 12:11:28','2020-12-21 04:11:28'),(1368,3363,'action started via WP Cron','2020-12-21 12:12:06','2020-12-21 04:12:06'),(1369,3363,'action complete via WP Cron','2020-12-21 12:12:06','2020-12-21 04:12:06'),(1370,3364,'action created','2020-12-21 12:12:06','2020-12-21 04:12:06'),(1371,3364,'action started via WP Cron','2020-12-21 12:14:05','2020-12-21 04:14:05'),(1372,3364,'action complete via WP Cron','2020-12-21 12:14:05','2020-12-21 04:14:05'),(1373,3365,'action created','2020-12-21 12:14:05','2020-12-21 04:14:05'),(1374,3365,'action started via WP Cron','2020-12-21 12:15:28','2020-12-21 04:15:28'),(1375,3365,'action complete via WP Cron','2020-12-21 12:15:28','2020-12-21 04:15:28'),(1376,3366,'action created','2020-12-21 12:15:28','2020-12-21 04:15:28'),(1377,3366,'action started via WP Cron','2020-12-21 12:16:29','2020-12-21 04:16:29'),(1378,3366,'action complete via WP Cron','2020-12-21 12:16:29','2020-12-21 04:16:29'),(1379,3367,'action created','2020-12-21 12:16:29','2020-12-21 04:16:29'),(1380,3367,'action started via WP Cron','2020-12-21 12:17:30','2020-12-21 04:17:30'),(1381,3367,'action complete via WP Cron','2020-12-21 12:17:30','2020-12-21 04:17:30'),(1382,3368,'action created','2020-12-21 12:17:30','2020-12-21 04:17:30'),(1383,3368,'action started via WP Cron','2020-12-21 12:17:55','2020-12-21 04:17:55'),(1384,3368,'action complete via WP Cron','2020-12-21 12:17:55','2020-12-21 04:17:55'),(1385,3369,'action created','2020-12-21 12:17:55','2020-12-21 04:17:55'),(1386,3369,'action started via WP Cron','2020-12-21 12:18:49','2020-12-21 04:18:49'),(1387,3369,'action complete via WP Cron','2020-12-21 12:18:49','2020-12-21 04:18:49'),(1388,3370,'action created','2020-12-21 12:18:49','2020-12-21 04:18:49'),(1389,3370,'action started via WP Cron','2020-12-21 12:19:50','2020-12-21 04:19:50'),(1390,3370,'action complete via WP Cron','2020-12-21 12:19:50','2020-12-21 04:19:50'),(1391,3371,'action created','2020-12-21 12:19:50','2020-12-21 04:19:50'),(1392,3371,'action started via WP Cron','2020-12-21 12:30:39','2020-12-21 04:30:39'),(1393,3371,'action complete via WP Cron','2020-12-21 12:30:39','2020-12-21 04:30:39'),(1394,3372,'action created','2020-12-21 12:30:39','2020-12-21 04:30:39'),(1395,3372,'action started via WP Cron','2020-12-21 12:32:08','2020-12-21 04:32:08'),(1396,3372,'action complete via WP Cron','2020-12-21 12:32:08','2020-12-21 04:32:08'),(1397,3373,'action created','2020-12-21 12:32:08','2020-12-21 04:32:08'),(1398,3373,'action started via WP Cron','2020-12-21 12:39:02','2020-12-21 04:39:02'),(1399,3373,'action complete via WP Cron','2020-12-21 12:39:02','2020-12-21 04:39:02'),(1400,3374,'action created','2020-12-21 12:39:02','2020-12-21 04:39:02'),(1401,3374,'action started via WP Cron','2020-12-21 12:40:09','2020-12-21 04:40:09'),(1402,3374,'action complete via WP Cron','2020-12-21 12:40:09','2020-12-21 04:40:09'),(1403,3375,'action created','2020-12-21 12:40:09','2020-12-21 04:40:09'),(1404,3375,'action started via WP Cron','2020-12-21 12:43:24','2020-12-21 04:43:24'),(1405,3375,'action complete via WP Cron','2020-12-21 12:43:24','2020-12-21 04:43:24'),(1406,3376,'action created','2020-12-21 12:43:24','2020-12-21 04:43:24'),(1407,3376,'action started via WP Cron','2020-12-21 12:49:36','2020-12-21 04:49:36'),(1408,3376,'action complete via WP Cron','2020-12-21 12:49:36','2020-12-21 04:49:36'),(1409,3377,'action created','2020-12-21 12:49:36','2020-12-21 04:49:36'),(1410,3377,'action started via WP Cron','2020-12-21 12:53:01','2020-12-21 04:53:01'),(1411,3377,'action complete via WP Cron','2020-12-21 12:53:01','2020-12-21 04:53:01'),(1412,3378,'action created','2020-12-21 12:53:01','2020-12-21 04:53:01'),(1413,3378,'action started via WP Cron','2020-12-21 12:54:12','2020-12-21 04:54:12'),(1414,3378,'action complete via WP Cron','2020-12-21 12:54:12','2020-12-21 04:54:12'),(1415,3379,'action created','2020-12-21 12:54:12','2020-12-21 04:54:12'),(1416,3379,'action started via WP Cron','2020-12-21 12:55:04','2020-12-21 04:55:04'),(1417,3379,'action complete via WP Cron','2020-12-21 12:55:04','2020-12-21 04:55:04'),(1418,3380,'action created','2020-12-21 12:55:04','2020-12-21 04:55:04'),(1419,3380,'action started via WP Cron','2020-12-21 12:56:33','2020-12-21 04:56:33'),(1420,3380,'action complete via WP Cron','2020-12-21 12:56:33','2020-12-21 04:56:33'),(1421,3381,'action created','2020-12-21 12:56:33','2020-12-21 04:56:33'),(1422,3381,'action started via WP Cron','2020-12-21 13:02:38','2020-12-21 05:02:38'),(1423,3381,'action complete via WP Cron','2020-12-21 13:02:38','2020-12-21 05:02:38'),(1424,3382,'action created','2020-12-21 13:02:39','2020-12-21 05:02:39'),(1425,3382,'action started via WP Cron','2020-12-21 13:04:55','2020-12-21 05:04:55'),(1426,3382,'action complete via WP Cron','2020-12-21 13:04:55','2020-12-21 05:04:55'),(1427,3383,'action created','2020-12-21 13:04:55','2020-12-21 05:04:55'),(1428,3383,'action started via WP Cron','2020-12-21 13:06:45','2020-12-21 05:06:45'),(1429,3383,'action complete via WP Cron','2020-12-21 13:06:45','2020-12-21 05:06:45'),(1430,3384,'action created','2020-12-21 13:06:45','2020-12-21 05:06:45'),(1431,3384,'action started via WP Cron','2020-12-21 13:07:58','2020-12-21 05:07:58'),(1432,3384,'action complete via WP Cron','2020-12-21 13:07:58','2020-12-21 05:07:58'),(1433,3385,'action created','2020-12-21 13:07:58','2020-12-21 05:07:58'),(1434,3385,'action started via WP Cron','2020-12-21 13:09:03','2020-12-21 05:09:03'),(1435,3385,'action complete via WP Cron','2020-12-21 13:09:03','2020-12-21 05:09:03'),(1436,3386,'action created','2020-12-21 13:09:03','2020-12-21 05:09:03'),(1437,3386,'action started via WP Cron','2020-12-21 13:10:05','2020-12-21 05:10:05'),(1438,3386,'action complete via WP Cron','2020-12-21 13:10:05','2020-12-21 05:10:05'),(1439,3387,'action created','2020-12-21 13:10:05','2020-12-21 05:10:05'),(1440,3387,'action started via WP Cron','2020-12-21 13:12:46','2020-12-21 05:12:46'),(1441,3387,'action complete via WP Cron','2020-12-21 13:12:46','2020-12-21 05:12:46'),(1442,3388,'action created','2020-12-21 13:12:46','2020-12-21 05:12:46'),(1443,3388,'action started via WP Cron','2020-12-21 13:18:39','2020-12-21 05:18:39'),(1444,3388,'action complete via WP Cron','2020-12-21 13:18:39','2020-12-21 05:18:39'),(1445,3389,'action created','2020-12-21 13:18:39','2020-12-21 05:18:39'),(1446,3389,'action started via WP Cron','2020-12-21 13:21:38','2020-12-21 05:21:38'),(1447,3389,'action complete via WP Cron','2020-12-21 13:21:38','2020-12-21 05:21:38'),(1448,3390,'action created','2020-12-21 13:21:38','2020-12-21 05:21:38'),(1449,3390,'action started via WP Cron','2020-12-21 13:22:43','2020-12-21 05:22:43'),(1450,3390,'action complete via WP Cron','2020-12-21 13:22:43','2020-12-21 05:22:43'),(1451,3391,'action created','2020-12-21 13:22:43','2020-12-21 05:22:43'),(1452,3391,'action started via WP Cron','2020-12-21 13:23:45','2020-12-21 05:23:45'),(1453,3391,'action complete via WP Cron','2020-12-21 13:23:45','2020-12-21 05:23:45'),(1454,3392,'action created','2020-12-21 13:23:45','2020-12-21 05:23:45'),(1455,3392,'action started via WP Cron','2020-12-21 13:24:45','2020-12-21 05:24:45'),(1456,3392,'action complete via WP Cron','2020-12-21 13:24:45','2020-12-21 05:24:45'),(1457,3393,'action created','2020-12-21 13:24:45','2020-12-21 05:24:45'),(1458,3393,'action started via WP Cron','2020-12-21 13:29:36','2020-12-21 05:29:36'),(1459,3393,'action complete via WP Cron','2020-12-21 13:29:36','2020-12-21 05:29:36'),(1460,3394,'action created','2020-12-21 13:29:39','2020-12-21 05:29:39'),(1461,3394,'action started via WP Cron','2020-12-21 13:33:51','2020-12-21 05:33:51'),(1462,3394,'action complete via WP Cron','2020-12-21 13:33:51','2020-12-21 05:33:51'),(1463,3395,'action created','2020-12-21 13:33:51','2020-12-21 05:33:51'),(1464,3395,'action started via WP Cron','2020-12-21 13:36:07','2020-12-21 05:36:07'),(1465,3395,'action complete via WP Cron','2020-12-21 13:36:07','2020-12-21 05:36:07'),(1466,3396,'action created','2020-12-21 13:36:07','2020-12-21 05:36:07'),(1467,3396,'action started via WP Cron','2020-12-21 13:37:21','2020-12-21 05:37:21'),(1468,3396,'action complete via WP Cron','2020-12-21 13:37:21','2020-12-21 05:37:21'),(1469,3397,'action created','2020-12-21 13:37:21','2020-12-21 05:37:21'),(1470,3397,'action started via WP Cron','2020-12-21 13:56:00','2020-12-21 05:56:00'),(1471,3397,'action complete via WP Cron','2020-12-21 13:56:00','2020-12-21 05:56:00'),(1472,3398,'action created','2020-12-21 13:56:00','2020-12-21 05:56:00'),(1473,3398,'action started via WP Cron','2020-12-21 14:01:21','2020-12-21 06:01:21'),(1474,3398,'action complete via WP Cron','2020-12-21 14:01:21','2020-12-21 06:01:21'),(1475,3399,'action created','2020-12-21 14:01:21','2020-12-21 06:01:21'),(1476,3399,'action started via WP Cron','2020-12-21 14:02:46','2020-12-21 06:02:46'),(1477,3399,'action complete via WP Cron','2020-12-21 14:02:46','2020-12-21 06:02:46'),(1478,3400,'action created','2020-12-21 14:02:46','2020-12-21 06:02:46'),(1479,3400,'action started via WP Cron','2020-12-21 14:12:23','2020-12-21 06:12:23'),(1480,3400,'action complete via WP Cron','2020-12-21 14:12:23','2020-12-21 06:12:23'),(1481,3401,'action created','2020-12-21 14:12:23','2020-12-21 06:12:23'),(1482,3401,'action started via WP Cron','2020-12-21 14:14:18','2020-12-21 06:14:18'),(1483,3401,'action complete via WP Cron','2020-12-21 14:14:18','2020-12-21 06:14:18'),(1484,3402,'action created','2020-12-21 14:14:18','2020-12-21 06:14:18'),(1485,3402,'action started via WP Cron','2020-12-21 14:14:42','2020-12-21 06:14:42'),(1486,3402,'action complete via WP Cron','2020-12-21 14:14:42','2020-12-21 06:14:42'),(1487,3403,'action created','2020-12-21 14:14:43','2020-12-21 06:14:43'),(1488,3403,'action started via WP Cron','2020-12-21 14:15:43','2020-12-21 06:15:43'),(1489,3403,'action complete via WP Cron','2020-12-21 14:15:43','2020-12-21 06:15:43'),(1490,3404,'action created','2020-12-21 14:15:43','2020-12-21 06:15:43'),(1491,3404,'action started via WP Cron','2020-12-21 14:16:41','2020-12-21 06:16:41'),(1492,3404,'action complete via WP Cron','2020-12-21 14:16:41','2020-12-21 06:16:41'),(1493,3405,'action created','2020-12-21 14:16:41','2020-12-21 06:16:41'),(1494,3405,'action started via WP Cron','2020-12-21 14:19:03','2020-12-21 06:19:03'),(1495,3405,'action complete via WP Cron','2020-12-21 14:19:03','2020-12-21 06:19:03'),(1496,3406,'action created','2020-12-21 14:19:03','2020-12-21 06:19:03'),(1497,3406,'action started via WP Cron','2020-12-21 14:24:45','2020-12-21 06:24:45'),(1498,3406,'action complete via WP Cron','2020-12-21 14:24:45','2020-12-21 06:24:45'),(1499,3407,'action created','2020-12-21 14:24:45','2020-12-21 06:24:45'),(1500,3407,'action started via WP Cron','2020-12-21 14:26:30','2020-12-21 06:26:30'),(1501,3407,'action complete via WP Cron','2020-12-21 14:26:30','2020-12-21 06:26:30'),(1502,3408,'action created','2020-12-21 14:26:30','2020-12-21 06:26:30'),(1503,3408,'action started via WP Cron','2020-12-21 14:26:44','2020-12-21 06:26:44'),(1504,3408,'action complete via WP Cron','2020-12-21 14:26:44','2020-12-21 06:26:44'),(1505,3409,'action created','2020-12-21 14:26:44','2020-12-21 06:26:44'),(1506,3409,'action started via WP Cron','2020-12-21 14:29:52','2020-12-21 06:29:52'),(1507,3409,'action complete via WP Cron','2020-12-21 14:29:52','2020-12-21 06:29:52'),(1508,3410,'action created','2020-12-21 14:29:52','2020-12-21 06:29:52'),(1509,3410,'action started via WP Cron','2020-12-21 14:38:17','2020-12-21 06:38:17'),(1510,3410,'action complete via WP Cron','2020-12-21 14:38:17','2020-12-21 06:38:17'),(1511,3411,'action created','2020-12-21 14:38:17','2020-12-21 06:38:17'),(1512,3411,'action started via WP Cron','2020-12-21 14:40:54','2020-12-21 06:40:54'),(1513,3411,'action complete via WP Cron','2020-12-21 14:40:54','2020-12-21 06:40:54'),(1514,3412,'action created','2020-12-21 14:40:54','2020-12-21 06:40:54'),(1515,3412,'action started via WP Cron','2020-12-21 14:42:35','2020-12-21 06:42:35'),(1516,3412,'action complete via WP Cron','2020-12-21 14:42:35','2020-12-21 06:42:35'),(1517,3413,'action created','2020-12-21 14:42:35','2020-12-21 06:42:35'),(1518,3413,'action started via WP Cron','2020-12-21 14:45:01','2020-12-21 06:45:01'),(1519,3413,'action complete via WP Cron','2020-12-21 14:45:01','2020-12-21 06:45:01'),(1520,3414,'action created','2020-12-21 14:45:01','2020-12-21 06:45:01'),(1521,3414,'action started via WP Cron','2020-12-21 14:58:41','2020-12-21 06:58:41'),(1522,3414,'action complete via WP Cron','2020-12-21 14:58:41','2020-12-21 06:58:41'),(1523,3415,'action created','2020-12-21 14:58:41','2020-12-21 06:58:41'),(1524,3415,'action started via WP Cron','2020-12-21 15:07:43','2020-12-21 07:07:43'),(1525,3415,'action complete via WP Cron','2020-12-21 15:07:43','2020-12-21 07:07:43'),(1526,3416,'action created','2020-12-21 15:07:43','2020-12-21 07:07:43'),(1527,3416,'action started via WP Cron','2020-12-21 15:09:10','2020-12-21 07:09:10'),(1528,3416,'action complete via WP Cron','2020-12-21 15:09:10','2020-12-21 07:09:10'),(1529,3417,'action created','2020-12-21 15:09:10','2020-12-21 07:09:10'),(1530,3417,'action started via WP Cron','2020-12-21 15:10:53','2020-12-21 07:10:53'),(1531,3417,'action complete via WP Cron','2020-12-21 15:10:53','2020-12-21 07:10:53'),(1532,3418,'action created','2020-12-21 15:10:53','2020-12-21 07:10:53'),(1533,3418,'action started via WP Cron','2020-12-21 15:14:12','2020-12-21 07:14:12'),(1534,3418,'action complete via WP Cron','2020-12-21 15:14:12','2020-12-21 07:14:12'),(1535,3419,'action created','2020-12-21 15:14:12','2020-12-21 07:14:12'),(1536,3419,'action started via WP Cron','2020-12-21 15:19:50','2020-12-21 07:19:50'),(1537,3419,'action complete via WP Cron','2020-12-21 15:19:50','2020-12-21 07:19:50'),(1538,3420,'action created','2020-12-21 15:19:50','2020-12-21 07:19:50'),(1539,3421,'action created','2020-12-21 15:19:52','2020-12-21 07:19:52'),(1540,3420,'action started via WP Cron','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1541,3420,'action complete via WP Cron','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1542,3421,'action started via WP Cron','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1543,3422,'action created','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1544,3423,'action created','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1545,3421,'action complete via WP Cron','2020-12-21 15:24:01','2020-12-21 07:24:01'),(1546,3422,'action started via WP Cron','2020-12-21 15:30:00','2020-12-21 07:30:00'),(1547,3422,'action complete via WP Cron','2020-12-21 15:30:00','2020-12-21 07:30:00'),(1548,3423,'action started via WP Cron','2020-12-21 15:30:00','2020-12-21 07:30:00'),(1549,3424,'action created','2020-12-21 15:30:00','2020-12-21 07:30:00'),(1550,3425,'action created','2020-12-21 15:30:01','2020-12-21 07:30:01'),(1551,3423,'action complete via WP Cron','2020-12-21 15:30:01','2020-12-21 07:30:01'),(1552,3424,'action started via WP Cron','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1553,3424,'action complete via WP Cron','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1554,3425,'action started via WP Cron','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1555,3426,'action created','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1556,3427,'action created','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1557,3425,'action complete via WP Cron','2020-12-21 15:30:48','2020-12-21 07:30:48'),(1558,3426,'action started via WP Cron','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1559,3426,'action complete via WP Cron','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1560,3427,'action started via WP Cron','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1561,3428,'action created','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1562,3429,'action created','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1563,3427,'action complete via WP Cron','2020-12-21 15:32:03','2020-12-21 07:32:03'),(1564,3428,'action started via WP Cron','2020-12-21 15:33:08','2020-12-21 07:33:08'),(1565,3428,'action complete via WP Cron','2020-12-21 15:33:08','2020-12-21 07:33:08'),(1566,3429,'action started via WP Cron','2020-12-21 15:33:08','2020-12-21 07:33:08'),(1567,3429,'action complete via WP Cron','2020-12-21 15:33:08','2020-12-21 07:33:08'),(1568,3430,'action created','2020-12-21 15:33:08','2020-12-21 07:33:08'),(1569,3430,'action started via WP Cron','2020-12-21 15:34:57','2020-12-21 07:34:57'),(1570,3430,'action complete via WP Cron','2020-12-21 15:34:57','2020-12-21 07:34:57'),(1571,3431,'action created','2020-12-21 15:34:57','2020-12-21 07:34:57'),(1572,3431,'action started via WP Cron','2020-12-21 15:36:39','2020-12-21 07:36:39'),(1573,3431,'action complete via WP Cron','2020-12-21 15:36:39','2020-12-21 07:36:39'),(1574,3432,'action created','2020-12-21 15:36:39','2020-12-21 07:36:39'),(1575,3432,'action started via WP Cron','2020-12-21 15:37:40','2020-12-21 07:37:40'),(1576,3432,'action complete via WP Cron','2020-12-21 15:37:40','2020-12-21 07:37:40'),(1577,3433,'action created','2020-12-21 15:37:40','2020-12-21 07:37:40'),(1578,3433,'action started via WP Cron','2020-12-21 15:45:18','2020-12-21 07:45:18'),(1579,3433,'action complete via WP Cron','2020-12-21 15:45:18','2020-12-21 07:45:18'),(1580,3434,'action created','2020-12-21 15:45:18','2020-12-21 07:45:18'),(1581,3434,'action started via WP Cron','2020-12-21 15:48:15','2020-12-21 07:48:15'),(1582,3434,'action complete via WP Cron','2020-12-21 15:48:15','2020-12-21 07:48:15'),(1583,3435,'action created','2020-12-21 15:48:15','2020-12-21 07:48:15'),(1584,3435,'action started via WP Cron','2020-12-21 16:02:54','2020-12-21 08:02:54'),(1585,3435,'action complete via WP Cron','2020-12-21 16:02:54','2020-12-21 08:02:54'),(1586,3436,'action created','2020-12-21 16:02:54','2020-12-21 08:02:54'),(1587,3436,'action started via WP Cron','2020-12-21 16:07:08','2020-12-21 08:07:08'),(1588,3436,'action complete via WP Cron','2020-12-21 16:07:08','2020-12-21 08:07:08'),(1589,3437,'action created','2020-12-21 16:07:09','2020-12-21 08:07:09'),(1590,3437,'action started via WP Cron','2020-12-21 16:10:51','2020-12-21 08:10:51'),(1591,3437,'action complete via WP Cron','2020-12-21 16:10:51','2020-12-21 08:10:51'),(1592,3438,'action created','2020-12-21 16:10:51','2020-12-21 08:10:51'),(1593,3438,'action started via WP Cron','2020-12-21 16:13:51','2020-12-21 08:13:51'),(1594,3438,'action complete via WP Cron','2020-12-21 16:13:51','2020-12-21 08:13:51'),(1595,3439,'action created','2020-12-21 16:13:52','2020-12-21 08:13:52'),(1596,3439,'action started via WP Cron','2020-12-21 16:16:25','2020-12-21 08:16:25'),(1597,3439,'action complete via WP Cron','2020-12-21 16:16:25','2020-12-21 08:16:25'),(1598,3440,'action created','2020-12-21 16:16:25','2020-12-21 08:16:25'),(1599,3440,'action started via WP Cron','2020-12-21 16:17:22','2020-12-21 08:17:22'),(1600,3440,'action complete via WP Cron','2020-12-21 16:17:22','2020-12-21 08:17:22'),(1601,3441,'action created','2020-12-21 16:17:23','2020-12-21 08:17:23'),(1602,3441,'action started via WP Cron','2020-12-21 16:18:24','2020-12-21 08:18:24'),(1603,3441,'action complete via WP Cron','2020-12-21 16:18:24','2020-12-21 08:18:24'),(1604,3442,'action created','2020-12-21 16:18:24','2020-12-21 08:18:24'),(1605,3442,'action started via WP Cron','2020-12-21 16:20:26','2020-12-21 08:20:26'),(1606,3442,'action complete via WP Cron','2020-12-21 16:20:26','2020-12-21 08:20:26'),(1607,3443,'action created','2020-12-21 16:20:26','2020-12-21 08:20:26'),(1608,3443,'action started via WP Cron','2020-12-21 16:21:26','2020-12-21 08:21:26'),(1609,3443,'action complete via WP Cron','2020-12-21 16:21:26','2020-12-21 08:21:26'),(1610,3444,'action created','2020-12-21 16:21:26','2020-12-21 08:21:26'),(1611,3444,'action started via WP Cron','2020-12-21 16:22:27','2020-12-21 08:22:27'),(1612,3444,'action complete via WP Cron','2020-12-21 16:22:27','2020-12-21 08:22:27'),(1613,3445,'action created','2020-12-21 16:22:28','2020-12-21 08:22:28'),(1614,3445,'action started via WP Cron','2020-12-21 16:26:23','2020-12-21 08:26:23'),(1615,3445,'action complete via WP Cron','2020-12-21 16:26:23','2020-12-21 08:26:23'),(1616,3446,'action created','2020-12-21 16:26:24','2020-12-21 08:26:24'),(1617,3446,'action started via WP Cron','2020-12-21 16:27:02','2020-12-21 08:27:02'),(1618,3446,'action complete via WP Cron','2020-12-21 16:27:02','2020-12-21 08:27:02'),(1619,3447,'action created','2020-12-21 16:27:02','2020-12-21 08:27:02'),(1620,3447,'action started via WP Cron','2020-12-21 16:31:47','2020-12-21 08:31:47'),(1621,3447,'action complete via WP Cron','2020-12-21 16:31:47','2020-12-21 08:31:47'),(1622,3448,'action created','2020-12-21 16:31:47','2020-12-21 08:31:47'),(1623,3448,'action started via WP Cron','2020-12-21 16:33:47','2020-12-21 08:33:47'),(1624,3448,'action complete via WP Cron','2020-12-21 16:33:47','2020-12-21 08:33:47'),(1625,3449,'action created','2020-12-21 16:33:47','2020-12-21 08:33:47'),(1626,3449,'action started via WP Cron','2020-12-21 16:34:47','2020-12-21 08:34:47'),(1627,3449,'action complete via WP Cron','2020-12-21 16:34:47','2020-12-21 08:34:47'),(1628,3450,'action created','2020-12-21 16:34:47','2020-12-21 08:34:47'),(1629,3450,'action started via WP Cron','2020-12-21 16:36:49','2020-12-21 08:36:49'),(1630,3450,'action complete via WP Cron','2020-12-21 16:36:49','2020-12-21 08:36:49'),(1631,3451,'action created','2020-12-21 16:36:49','2020-12-21 08:36:49'),(1632,3451,'action started via WP Cron','2020-12-21 16:37:50','2020-12-21 08:37:50'),(1633,3451,'action complete via WP Cron','2020-12-21 16:37:50','2020-12-21 08:37:50'),(1634,3452,'action created','2020-12-21 16:37:50','2020-12-21 08:37:50'),(1635,3452,'action started via WP Cron','2020-12-21 16:38:51','2020-12-21 08:38:51'),(1636,3452,'action complete via WP Cron','2020-12-21 16:38:51','2020-12-21 08:38:51'),(1637,3453,'action created','2020-12-21 16:38:51','2020-12-21 08:38:51'),(1638,3453,'action started via WP Cron','2020-12-21 16:50:37','2020-12-21 08:50:37'),(1639,3453,'action complete via WP Cron','2020-12-21 16:50:37','2020-12-21 08:50:37'),(1640,3454,'action created','2020-12-21 16:50:37','2020-12-21 08:50:37'),(1641,3454,'action started via WP Cron','2020-12-21 16:56:13','2020-12-21 08:56:13'),(1642,3454,'action complete via WP Cron','2020-12-21 16:56:13','2020-12-21 08:56:13'),(1643,3455,'action created','2020-12-21 16:56:13','2020-12-21 08:56:13'),(1644,3455,'action started via WP Cron','2020-12-21 16:57:51','2020-12-21 08:57:51'),(1645,3455,'action complete via WP Cron','2020-12-21 16:57:51','2020-12-21 08:57:51'),(1646,3456,'action created','2020-12-21 16:57:51','2020-12-21 08:57:51'),(1647,3456,'action started via WP Cron','2020-12-21 17:13:05','2020-12-21 09:13:05'),(1648,3456,'action complete via WP Cron','2020-12-21 17:13:05','2020-12-21 09:13:05'),(1649,3457,'action created','2020-12-21 17:13:05','2020-12-21 09:13:05'),(1650,3457,'action started via WP Cron','2020-12-21 17:17:51','2020-12-21 09:17:51'),(1651,3457,'action complete via WP Cron','2020-12-21 17:17:51','2020-12-21 09:17:51'),(1652,3458,'action created','2020-12-21 17:17:51','2020-12-21 09:17:51'),(1653,3458,'action started via WP Cron','2020-12-21 17:22:53','2020-12-21 09:22:53'),(1654,3458,'action complete via WP Cron','2020-12-21 17:22:53','2020-12-21 09:22:53'),(1655,3459,'action created','2020-12-21 17:22:53','2020-12-21 09:22:53'),(1656,3459,'action started via WP Cron','2020-12-21 17:23:54','2020-12-21 09:23:54'),(1657,3459,'action complete via WP Cron','2020-12-21 17:23:54','2020-12-21 09:23:54'),(1658,3460,'action created','2020-12-21 17:23:54','2020-12-21 09:23:54'),(1659,3460,'action started via WP Cron','2020-12-21 17:25:55','2020-12-21 09:25:55'),(1660,3460,'action complete via WP Cron','2020-12-21 17:25:55','2020-12-21 09:25:55'),(1661,3461,'action created','2020-12-21 17:25:55','2020-12-21 09:25:55'),(1662,3461,'action started via WP Cron','2020-12-21 17:26:56','2020-12-21 09:26:56'),(1663,3461,'action complete via WP Cron','2020-12-21 17:26:56','2020-12-21 09:26:56'),(1664,3462,'action created','2020-12-21 17:26:56','2020-12-21 09:26:56'),(1665,3462,'action started via WP Cron','2020-12-21 17:27:57','2020-12-21 09:27:57'),(1666,3462,'action complete via WP Cron','2020-12-21 17:27:57','2020-12-21 09:27:57'),(1667,3463,'action created','2020-12-21 17:27:57','2020-12-21 09:27:57'),(1668,3463,'action started via WP Cron','2020-12-21 17:35:39','2020-12-21 09:35:39'),(1669,3463,'action complete via WP Cron','2020-12-21 17:35:39','2020-12-21 09:35:39'),(1670,3464,'action created','2020-12-21 17:35:39','2020-12-21 09:35:39'),(1671,3464,'action started via WP Cron','2020-12-21 17:41:02','2020-12-21 09:41:02'),(1672,3464,'action complete via WP Cron','2020-12-21 17:41:02','2020-12-21 09:41:02'),(1673,3465,'action created','2020-12-21 17:41:02','2020-12-21 09:41:02'),(1674,3465,'action started via WP Cron','2020-12-21 17:42:09','2020-12-21 09:42:09'),(1675,3465,'action complete via WP Cron','2020-12-21 17:42:09','2020-12-21 09:42:09'),(1676,3466,'action created','2020-12-21 17:42:09','2020-12-21 09:42:09'),(1677,3466,'action started via WP Cron','2020-12-21 17:43:11','2020-12-21 09:43:11'),(1678,3466,'action complete via WP Cron','2020-12-21 17:43:11','2020-12-21 09:43:11'),(1679,3467,'action created','2020-12-21 17:43:11','2020-12-21 09:43:11'),(1680,3467,'action started via WP Cron','2020-12-21 17:45:12','2020-12-21 09:45:12'),(1681,3467,'action complete via WP Cron','2020-12-21 17:45:12','2020-12-21 09:45:12'),(1682,3468,'action created','2020-12-21 17:45:12','2020-12-21 09:45:12'),(1683,3468,'action started via WP Cron','2020-12-21 17:46:13','2020-12-21 09:46:13'),(1684,3468,'action complete via WP Cron','2020-12-21 17:46:13','2020-12-21 09:46:13'),(1685,3469,'action created','2020-12-21 17:46:13','2020-12-21 09:46:13'),(1686,3469,'action started via WP Cron','2020-12-21 17:47:15','2020-12-21 09:47:15'),(1687,3469,'action complete via WP Cron','2020-12-21 17:47:15','2020-12-21 09:47:15'),(1688,3470,'action created','2020-12-21 17:47:15','2020-12-21 09:47:15'),(1689,3470,'action started via WP Cron','2020-12-21 18:12:20','2020-12-21 10:12:20'),(1690,3470,'action complete via WP Cron','2020-12-21 18:12:20','2020-12-21 10:12:20'),(1691,3471,'action created','2020-12-21 18:12:20','2020-12-21 10:12:20'),(1692,3471,'action started via WP Cron','2020-12-21 18:16:20','2020-12-21 10:16:20'),(1693,3471,'action complete via WP Cron','2020-12-21 18:16:20','2020-12-21 10:16:20'),(1694,3472,'action created','2020-12-21 18:16:20','2020-12-21 10:16:20'),(1695,3472,'action started via WP Cron','2020-12-21 18:20:00','2020-12-21 10:20:00'),(1696,3472,'action complete via WP Cron','2020-12-21 18:20:00','2020-12-21 10:20:00'),(1697,3473,'action created','2020-12-21 18:20:00','2020-12-21 10:20:00'),(1698,3473,'action started via WP Cron','2020-12-21 18:22:42','2020-12-21 10:22:42'),(1699,3473,'action complete via WP Cron','2020-12-21 18:22:42','2020-12-21 10:22:42'),(1700,3474,'action created','2020-12-21 18:22:42','2020-12-21 10:22:42'),(1701,3474,'action started via WP Cron','2020-12-21 18:33:48','2020-12-21 10:33:48'),(1702,3474,'action complete via WP Cron','2020-12-21 18:33:48','2020-12-21 10:33:48'),(1703,3475,'action created','2020-12-21 18:33:48','2020-12-21 10:33:48'),(1704,3475,'action started via WP Cron','2020-12-21 18:47:21','2020-12-21 10:47:21'),(1705,3475,'action complete via WP Cron','2020-12-21 18:47:21','2020-12-21 10:47:21'),(1706,3476,'action created','2020-12-21 18:47:21','2020-12-21 10:47:21'),(1707,3476,'action started via WP Cron','2020-12-21 18:48:14','2020-12-21 10:48:14'),(1708,3476,'action complete via WP Cron','2020-12-21 18:48:14','2020-12-21 10:48:14'),(1709,3477,'action created','2020-12-21 18:48:15','2020-12-21 10:48:15'),(1710,3477,'action started via WP Cron','2020-12-21 18:48:58','2020-12-21 10:48:58'),(1711,3477,'action complete via WP Cron','2020-12-21 18:48:58','2020-12-21 10:48:58'),(1712,3478,'action created','2020-12-21 18:48:59','2020-12-21 10:48:59'),(1713,3478,'action started via WP Cron','2020-12-21 18:51:19','2020-12-21 10:51:19'),(1714,3478,'action complete via WP Cron','2020-12-21 18:51:19','2020-12-21 10:51:19'),(1715,3479,'action created','2020-12-21 18:51:19','2020-12-21 10:51:19'),(1716,3479,'action started via WP Cron','2020-12-21 18:52:19','2020-12-21 10:52:19'),(1717,3479,'action complete via WP Cron','2020-12-21 18:52:19','2020-12-21 10:52:19'),(1718,3480,'action created','2020-12-21 18:52:19','2020-12-21 10:52:19'),(1719,3480,'action started via WP Cron','2020-12-21 18:53:20','2020-12-21 10:53:20'),(1720,3480,'action complete via WP Cron','2020-12-21 18:53:20','2020-12-21 10:53:20'),(1721,3481,'action created','2020-12-21 18:53:20','2020-12-21 10:53:20'),(1722,3481,'action started via WP Cron','2020-12-21 19:00:33','2020-12-21 11:00:33'),(1723,3481,'action complete via WP Cron','2020-12-21 19:00:33','2020-12-21 11:00:33'),(1724,3482,'action created','2020-12-21 19:00:33','2020-12-21 11:00:33'),(1725,3482,'action started via WP Cron','2020-12-21 19:10:43','2020-12-21 11:10:43'),(1726,3482,'action complete via WP Cron','2020-12-21 19:10:43','2020-12-21 11:10:43'),(1727,3483,'action created','2020-12-21 19:10:43','2020-12-21 11:10:43'),(1728,3483,'action started via WP Cron','2020-12-21 19:11:51','2020-12-21 11:11:51'),(1729,3483,'action complete via WP Cron','2020-12-21 19:11:51','2020-12-21 11:11:51'),(1730,3484,'action created','2020-12-21 19:11:51','2020-12-21 11:11:51'),(1731,3484,'action started via WP Cron','2020-12-21 19:12:50','2020-12-21 11:12:50'),(1732,3484,'action complete via WP Cron','2020-12-21 19:12:50','2020-12-21 11:12:50'),(1733,3485,'action created','2020-12-21 19:12:50','2020-12-21 11:12:50'),(1734,3485,'action started via WP Cron','2020-12-21 19:13:45','2020-12-21 11:13:45'),(1735,3485,'action complete via WP Cron','2020-12-21 19:13:45','2020-12-21 11:13:45'),(1736,3486,'action created','2020-12-21 19:13:45','2020-12-21 11:13:45'),(1737,3486,'action started via WP Cron','2020-12-21 19:14:56','2020-12-21 11:14:56'),(1738,3486,'action complete via WP Cron','2020-12-21 19:14:56','2020-12-21 11:14:56'),(1739,3487,'action created','2020-12-21 19:15:13','2020-12-21 11:15:13'),(1740,3487,'action started via WP Cron','2020-12-21 19:15:41','2020-12-21 11:15:41'),(1741,3487,'action complete via WP Cron','2020-12-21 19:15:41','2020-12-21 11:15:41'),(1742,3488,'action created','2020-12-21 19:15:41','2020-12-21 11:15:41'),(1743,3488,'action started via WP Cron','2020-12-21 19:16:53','2020-12-21 11:16:53'),(1744,3488,'action complete via WP Cron','2020-12-21 19:16:53','2020-12-21 11:16:53'),(1745,3489,'action created','2020-12-21 19:16:53','2020-12-21 11:16:53'),(1746,3489,'action started via WP Cron','2020-12-21 19:17:49','2020-12-21 11:17:49'),(1747,3489,'action complete via WP Cron','2020-12-21 19:17:49','2020-12-21 11:17:49'),(1748,3490,'action created','2020-12-21 19:17:50','2020-12-21 11:17:50'),(1749,3490,'action started via WP Cron','2020-12-21 19:18:40','2020-12-21 11:18:40'),(1750,3490,'action complete via WP Cron','2020-12-21 19:18:40','2020-12-21 11:18:40'),(1751,3491,'action created','2020-12-21 19:18:40','2020-12-21 11:18:40'),(1752,3491,'action started via WP Cron','2020-12-21 19:19:44','2020-12-21 11:19:44'),(1753,3491,'action complete via WP Cron','2020-12-21 19:19:44','2020-12-21 11:19:44'),(1754,3492,'action created','2020-12-21 19:19:44','2020-12-21 11:19:44'),(1755,3492,'action started via WP Cron','2020-12-21 19:20:41','2020-12-21 11:20:41'),(1756,3492,'action complete via WP Cron','2020-12-21 19:20:42','2020-12-21 11:20:42'),(1757,3493,'action created','2020-12-21 19:20:42','2020-12-21 11:20:42'),(1758,3493,'action started via WP Cron','2020-12-21 19:21:46','2020-12-21 11:21:46'),(1759,3493,'action complete via WP Cron','2020-12-21 19:21:46','2020-12-21 11:21:46'),(1760,3494,'action created','2020-12-21 19:21:46','2020-12-21 11:21:46'),(1761,3494,'action started via WP Cron','2020-12-21 19:22:42','2020-12-21 11:22:42'),(1762,3494,'action complete via WP Cron','2020-12-21 19:22:42','2020-12-21 11:22:42'),(1763,3495,'action created','2020-12-21 19:22:42','2020-12-21 11:22:42'),(1764,3495,'action started via WP Cron','2020-12-21 19:23:57','2020-12-21 11:23:57'),(1765,3495,'action complete via WP Cron','2020-12-21 19:23:57','2020-12-21 11:23:57'),(1766,3496,'action created','2020-12-21 19:23:57','2020-12-21 11:23:57'),(1767,3496,'action started via WP Cron','2020-12-21 19:24:41','2020-12-21 11:24:41'),(1768,3496,'action complete via WP Cron','2020-12-21 19:24:41','2020-12-21 11:24:41'),(1769,3497,'action created','2020-12-21 19:24:41','2020-12-21 11:24:41'),(1770,3497,'action started via WP Cron','2020-12-21 19:25:47','2020-12-21 11:25:47'),(1771,3497,'action complete via WP Cron','2020-12-21 19:25:47','2020-12-21 11:25:47'),(1772,3498,'action created','2020-12-21 19:25:47','2020-12-21 11:25:47'),(1773,3498,'action started via WP Cron','2020-12-21 19:26:46','2020-12-21 11:26:46'),(1774,3498,'action complete via WP Cron','2020-12-21 19:26:46','2020-12-21 11:26:46'),(1775,3499,'action created','2020-12-21 19:26:46','2020-12-21 11:26:46'),(1776,3499,'action started via WP Cron','2020-12-21 19:27:46','2020-12-21 11:27:46'),(1777,3499,'action complete via WP Cron','2020-12-21 19:27:46','2020-12-21 11:27:46'),(1778,3500,'action created','2020-12-21 19:27:46','2020-12-21 11:27:46'),(1779,3500,'action started via WP Cron','2020-12-21 19:28:46','2020-12-21 11:28:46'),(1780,3500,'action complete via WP Cron','2020-12-21 19:28:46','2020-12-21 11:28:46'),(1781,3501,'action created','2020-12-21 19:28:46','2020-12-21 11:28:46'),(1782,3501,'action started via WP Cron','2020-12-21 19:29:46','2020-12-21 11:29:46'),(1783,3501,'action complete via WP Cron','2020-12-21 19:29:46','2020-12-21 11:29:46'),(1784,3502,'action created','2020-12-21 19:29:46','2020-12-21 11:29:46'),(1785,3502,'action started via WP Cron','2020-12-21 19:30:43','2020-12-21 11:30:43'),(1786,3502,'action complete via WP Cron','2020-12-21 19:30:43','2020-12-21 11:30:43'),(1787,3503,'action created','2020-12-21 19:30:43','2020-12-21 11:30:43'),(1788,3503,'action started via WP Cron','2020-12-21 19:31:52','2020-12-21 11:31:52'),(1789,3503,'action complete via WP Cron','2020-12-21 19:31:52','2020-12-21 11:31:52'),(1790,3504,'action created','2020-12-21 19:31:52','2020-12-21 11:31:52'),(1791,3504,'action started via WP Cron','2020-12-21 19:32:42','2020-12-21 11:32:42'),(1792,3504,'action complete via WP Cron','2020-12-21 19:32:42','2020-12-21 11:32:42'),(1793,3505,'action created','2020-12-21 19:32:42','2020-12-21 11:32:42'),(1794,3505,'action started via WP Cron','2020-12-21 19:33:43','2020-12-21 11:33:43'),(1795,3505,'action complete via WP Cron','2020-12-21 19:33:43','2020-12-21 11:33:43'),(1796,3506,'action created','2020-12-21 19:33:43','2020-12-21 11:33:43'),(1797,3506,'action started via WP Cron','2020-12-21 19:34:50','2020-12-21 11:34:50'),(1798,3506,'action complete via WP Cron','2020-12-21 19:34:50','2020-12-21 11:34:50'),(1799,3507,'action created','2020-12-21 19:34:51','2020-12-21 11:34:51'),(1800,3507,'action started via WP Cron','2020-12-21 19:35:41','2020-12-21 11:35:41'),(1801,3507,'action complete via WP Cron','2020-12-21 19:35:41','2020-12-21 11:35:41'),(1802,3508,'action created','2020-12-21 19:35:42','2020-12-21 11:35:42'),(1803,3508,'action started via WP Cron','2020-12-21 19:36:45','2020-12-21 11:36:45'),(1804,3508,'action complete via WP Cron','2020-12-21 19:36:45','2020-12-21 11:36:45'),(1805,3509,'action created','2020-12-21 19:36:46','2020-12-21 11:36:46'),(1806,3509,'action started via WP Cron','2020-12-21 19:37:54','2020-12-21 11:37:54'),(1807,3509,'action complete via WP Cron','2020-12-21 19:37:54','2020-12-21 11:37:54'),(1808,3510,'action created','2020-12-21 19:37:54','2020-12-21 11:37:54'),(1809,3510,'action started via WP Cron','2020-12-21 19:38:54','2020-12-21 11:38:54'),(1810,3510,'action complete via WP Cron','2020-12-21 19:38:54','2020-12-21 11:38:54'),(1811,3511,'action created','2020-12-21 19:38:54','2020-12-21 11:38:54'),(1812,3511,'action started via WP Cron','2020-12-21 19:39:48','2020-12-21 11:39:48'),(1813,3511,'action complete via WP Cron','2020-12-21 19:39:48','2020-12-21 11:39:48'),(1814,3512,'action created','2020-12-21 19:39:49','2020-12-21 11:39:49'),(1815,3512,'action started via WP Cron','2020-12-21 19:40:52','2020-12-21 11:40:52'),(1816,3512,'action complete via WP Cron','2020-12-21 19:40:52','2020-12-21 11:40:52'),(1817,3513,'action created','2020-12-21 19:40:52','2020-12-21 11:40:52'),(1818,3513,'action started via WP Cron','2020-12-21 19:41:42','2020-12-21 11:41:42'),(1819,3513,'action complete via WP Cron','2020-12-21 19:41:42','2020-12-21 11:41:42'),(1820,3514,'action created','2020-12-21 19:41:42','2020-12-21 11:41:42'),(1821,3514,'action started via WP Cron','2020-12-21 19:42:48','2020-12-21 11:42:48'),(1822,3514,'action complete via WP Cron','2020-12-21 19:42:48','2020-12-21 11:42:48'),(1823,3515,'action created','2020-12-21 19:42:48','2020-12-21 11:42:48'),(1824,3515,'action started via WP Cron','2020-12-21 19:43:50','2020-12-21 11:43:50'),(1825,3515,'action complete via WP Cron','2020-12-21 19:43:50','2020-12-21 11:43:50'),(1826,3516,'action created','2020-12-21 19:43:50','2020-12-21 11:43:50'),(1827,3516,'action started via WP Cron','2020-12-21 19:44:45','2020-12-21 11:44:45'),(1828,3516,'action complete via WP Cron','2020-12-21 19:44:45','2020-12-21 11:44:45'),(1829,3517,'action created','2020-12-21 19:44:45','2020-12-21 11:44:45'),(1830,3517,'action started via WP Cron','2020-12-21 19:45:46','2020-12-21 11:45:46'),(1831,3517,'action complete via WP Cron','2020-12-21 19:45:46','2020-12-21 11:45:46'),(1832,3518,'action created','2020-12-21 19:45:46','2020-12-21 11:45:46'),(1833,3518,'action started via WP Cron','2020-12-21 19:46:52','2020-12-21 11:46:52'),(1834,3518,'action complete via WP Cron','2020-12-21 19:46:52','2020-12-21 11:46:52'),(1835,3519,'action created','2020-12-21 19:46:53','2020-12-21 11:46:53'),(1836,3519,'action started via WP Cron','2020-12-21 19:47:46','2020-12-21 11:47:46'),(1837,3519,'action complete via WP Cron','2020-12-21 19:47:46','2020-12-21 11:47:46'),(1838,3520,'action created','2020-12-21 19:47:46','2020-12-21 11:47:46'),(1839,3520,'action started via WP Cron','2020-12-21 19:48:43','2020-12-21 11:48:43'),(1840,3520,'action complete via WP Cron','2020-12-21 19:48:43','2020-12-21 11:48:43'),(1841,3521,'action created','2020-12-21 19:48:43','2020-12-21 11:48:43'),(1842,3521,'action started via WP Cron','2020-12-21 19:49:43','2020-12-21 11:49:43'),(1843,3521,'action complete via WP Cron','2020-12-21 19:49:43','2020-12-21 11:49:43'),(1844,3522,'action created','2020-12-21 19:49:43','2020-12-21 11:49:43'),(1845,3522,'action started via WP Cron','2020-12-21 19:50:43','2020-12-21 11:50:43'),(1846,3522,'action complete via WP Cron','2020-12-21 19:50:43','2020-12-21 11:50:43'),(1847,3523,'action created','2020-12-21 19:50:43','2020-12-21 11:50:43'),(1848,3523,'action started via WP Cron','2020-12-21 19:51:46','2020-12-21 11:51:46'),(1849,3523,'action complete via WP Cron','2020-12-21 19:51:46','2020-12-21 11:51:46'),(1850,3524,'action created','2020-12-21 19:51:46','2020-12-21 11:51:46'),(1851,3524,'action started via WP Cron','2020-12-21 19:52:57','2020-12-21 11:52:57'),(1852,3524,'action complete via WP Cron','2020-12-21 19:52:57','2020-12-21 11:52:57'),(1853,3525,'action created','2020-12-21 19:52:57','2020-12-21 11:52:57'),(1854,3525,'action started via WP Cron','2020-12-21 19:53:44','2020-12-21 11:53:44'),(1855,3525,'action complete via WP Cron','2020-12-21 19:53:44','2020-12-21 11:53:44'),(1856,3526,'action created','2020-12-21 19:53:44','2020-12-21 11:53:44'),(1857,3526,'action started via WP Cron','2020-12-21 19:54:49','2020-12-21 11:54:49'),(1858,3526,'action complete via WP Cron','2020-12-21 19:54:49','2020-12-21 11:54:49'),(1859,3527,'action created','2020-12-21 19:54:49','2020-12-21 11:54:49'),(1860,3527,'action started via WP Cron','2020-12-21 19:55:45','2020-12-21 11:55:45'),(1861,3527,'action complete via WP Cron','2020-12-21 19:55:45','2020-12-21 11:55:45'),(1862,3528,'action created','2020-12-21 19:55:46','2020-12-21 11:55:46'),(1863,3528,'action started via WP Cron','2020-12-21 19:56:48','2020-12-21 11:56:48'),(1864,3528,'action complete via WP Cron','2020-12-21 19:56:48','2020-12-21 11:56:48'),(1865,3529,'action created','2020-12-21 19:56:48','2020-12-21 11:56:48'),(1866,3529,'action started via WP Cron','2020-12-21 19:57:41','2020-12-21 11:57:41'),(1867,3529,'action complete via WP Cron','2020-12-21 19:57:41','2020-12-21 11:57:41'),(1868,3530,'action created','2020-12-21 19:57:41','2020-12-21 11:57:41'),(1869,3530,'action started via WP Cron','2020-12-21 19:58:46','2020-12-21 11:58:46'),(1870,3530,'action complete via WP Cron','2020-12-21 19:58:46','2020-12-21 11:58:46'),(1871,3531,'action created','2020-12-21 19:58:46','2020-12-21 11:58:46'),(1872,3531,'action started via WP Cron','2020-12-21 19:59:48','2020-12-21 11:59:48'),(1873,3531,'action complete via WP Cron','2020-12-21 19:59:48','2020-12-21 11:59:48'),(1874,3532,'action created','2020-12-21 19:59:48','2020-12-21 11:59:48'),(1875,3532,'action started via WP Cron','2020-12-21 20:00:45','2020-12-21 12:00:45'),(1876,3532,'action complete via WP Cron','2020-12-21 20:00:45','2020-12-21 12:00:45'),(1877,3533,'action created','2020-12-21 20:00:45','2020-12-21 12:00:45'),(1878,3533,'action started via WP Cron','2020-12-21 20:01:43','2020-12-21 12:01:43'),(1879,3533,'action complete via WP Cron','2020-12-21 20:01:43','2020-12-21 12:01:43'),(1880,3534,'action created','2020-12-21 20:01:43','2020-12-21 12:01:43'),(1881,3534,'action started via WP Cron','2020-12-21 20:05:29','2020-12-21 12:05:29'),(1882,3534,'action complete via WP Cron','2020-12-21 20:05:30','2020-12-21 12:05:30'),(1883,3535,'action created','2020-12-21 20:05:30','2020-12-21 12:05:30'),(1884,3535,'action started via WP Cron','2020-12-21 20:06:30','2020-12-21 12:06:30'),(1885,3535,'action complete via WP Cron','2020-12-21 20:06:30','2020-12-21 12:06:30'),(1886,3536,'action created','2020-12-21 20:06:30','2020-12-21 12:06:30'),(1887,3536,'action started via WP Cron','2020-12-21 20:07:30','2020-12-21 12:07:30'),(1888,3536,'action complete via WP Cron','2020-12-21 20:07:30','2020-12-21 12:07:30'),(1889,3537,'action created','2020-12-21 20:07:30','2020-12-21 12:07:30'),(1890,3537,'action started via WP Cron','2020-12-21 20:09:33','2020-12-21 12:09:33'),(1891,3537,'action complete via WP Cron','2020-12-21 20:09:33','2020-12-21 12:09:33'),(1892,3538,'action created','2020-12-21 20:09:33','2020-12-21 12:09:33'),(1893,3538,'action started via WP Cron','2020-12-21 20:10:34','2020-12-21 12:10:34'),(1894,3538,'action complete via WP Cron','2020-12-21 20:10:34','2020-12-21 12:10:34'),(1895,3539,'action created','2020-12-21 20:10:34','2020-12-21 12:10:34'),(1896,3539,'action started via WP Cron','2020-12-21 20:10:59','2020-12-21 12:10:59'),(1897,3539,'action complete via WP Cron','2020-12-21 20:10:59','2020-12-21 12:10:59'),(1898,3540,'action created','2020-12-21 20:10:59','2020-12-21 12:10:59'),(1899,3540,'action started via WP Cron','2020-12-21 20:12:54','2020-12-21 12:12:54'),(1900,3540,'action complete via WP Cron','2020-12-21 20:12:54','2020-12-21 12:12:54'),(1901,3541,'action created','2020-12-21 20:12:54','2020-12-21 12:12:54'),(1902,3541,'action started via WP Cron','2020-12-21 20:14:46','2020-12-21 12:14:46'),(1903,3541,'action complete via WP Cron','2020-12-21 20:14:46','2020-12-21 12:14:46'),(1904,3542,'action created','2020-12-21 20:17:53','2020-12-21 12:17:53'),(1905,3542,'action started via WP Cron','2020-12-21 20:24:32','2020-12-21 12:24:32'),(1906,3542,'action complete via WP Cron','2020-12-21 20:24:32','2020-12-21 12:24:32'),(1907,3543,'action created','2020-12-21 20:24:32','2020-12-21 12:24:32'),(1908,3543,'action started via WP Cron','2020-12-21 20:25:42','2020-12-21 12:25:42'),(1909,3543,'action complete via WP Cron','2020-12-21 20:25:42','2020-12-21 12:25:42'),(1910,3544,'action created','2020-12-21 20:25:42','2020-12-21 12:25:42'),(1911,3544,'action started via WP Cron','2020-12-21 20:26:44','2020-12-21 12:26:44'),(1912,3544,'action complete via WP Cron','2020-12-21 20:26:44','2020-12-21 12:26:44'),(1913,3545,'action created','2020-12-21 20:26:44','2020-12-21 12:26:44'),(1914,3545,'action started via WP Cron','2020-12-21 20:28:45','2020-12-21 12:28:45'),(1915,3545,'action complete via WP Cron','2020-12-21 20:28:45','2020-12-21 12:28:45'),(1916,3546,'action created','2020-12-21 20:28:45','2020-12-21 12:28:45'),(1917,3546,'action started via WP Cron','2020-12-21 20:29:46','2020-12-21 12:29:46'),(1918,3546,'action complete via WP Cron','2020-12-21 20:29:46','2020-12-21 12:29:46'),(1919,3547,'action created','2020-12-21 20:29:46','2020-12-21 12:29:46'),(1920,3547,'action started via WP Cron','2020-12-21 20:30:48','2020-12-21 12:30:48'),(1921,3547,'action complete via WP Cron','2020-12-21 20:30:48','2020-12-21 12:30:48'),(1922,3548,'action created','2020-12-21 20:30:48','2020-12-21 12:30:48'),(1923,3548,'action started via WP Cron','2020-12-21 20:32:07','2020-12-21 12:32:07'),(1924,3548,'action complete via WP Cron','2020-12-21 20:32:07','2020-12-21 12:32:07'),(1925,3549,'action created','2020-12-21 20:32:08','2020-12-21 12:32:08'),(1926,3549,'action started via WP Cron','2020-12-21 20:33:03','2020-12-21 12:33:03'),(1927,3549,'action complete via WP Cron','2020-12-21 20:33:03','2020-12-21 12:33:03'),(1928,3550,'action created','2020-12-21 20:33:03','2020-12-21 12:33:03'),(1929,3550,'action started via WP Cron','2020-12-21 20:36:38','2020-12-21 12:36:38'),(1930,3550,'action complete via WP Cron','2020-12-21 20:36:38','2020-12-21 12:36:38'),(1931,3551,'action created','2020-12-21 20:37:33','2020-12-21 12:37:33'),(1932,3551,'action started via WP Cron','2020-12-21 20:39:23','2020-12-21 12:39:23'),(1933,3551,'action complete via WP Cron','2020-12-21 20:39:23','2020-12-21 12:39:23'),(1934,3552,'action created','2020-12-21 20:54:00','2020-12-21 12:54:00'),(1935,3552,'action started via WP Cron','2020-12-21 20:57:12','2020-12-21 12:57:12'),(1936,3552,'action complete via WP Cron','2020-12-21 20:57:12','2020-12-21 12:57:12'),(1937,3553,'action created','2020-12-21 20:57:12','2020-12-21 12:57:12'),(1938,3553,'action started via WP Cron','2020-12-21 20:58:29','2020-12-21 12:58:29'),(1939,3553,'action complete via WP Cron','2020-12-21 20:58:29','2020-12-21 12:58:29'),(1940,3554,'action created','2020-12-21 20:58:29','2020-12-21 12:58:29'),(1941,3554,'action started via WP Cron','2020-12-21 21:02:36','2020-12-21 13:02:36'),(1942,3554,'action complete via WP Cron','2020-12-21 21:02:36','2020-12-21 13:02:36'),(1943,3555,'action created','2020-12-21 21:02:36','2020-12-21 13:02:36'),(1944,3555,'action started via WP Cron','2020-12-21 21:10:38','2020-12-21 13:10:38'),(1945,3555,'action complete via WP Cron','2020-12-21 21:10:38','2020-12-21 13:10:38'),(1946,3556,'action created','2020-12-21 21:10:38','2020-12-21 13:10:38'),(1947,3556,'action started via WP Cron','2020-12-21 21:11:44','2020-12-21 13:11:44'),(1948,3556,'action complete via WP Cron','2020-12-21 21:11:44','2020-12-21 13:11:44'),(1949,3557,'action created','2020-12-21 21:11:44','2020-12-21 13:11:44'),(1950,3557,'action started via WP Cron','2020-12-21 21:13:31','2020-12-21 13:13:31'),(1951,3557,'action complete via WP Cron','2020-12-21 21:13:31','2020-12-21 13:13:31'),(1952,3558,'action created','2020-12-21 21:13:31','2020-12-21 13:13:31'),(1953,3558,'action started via WP Cron','2020-12-21 21:15:33','2020-12-21 13:15:33'),(1954,3558,'action complete via WP Cron','2020-12-21 21:15:33','2020-12-21 13:15:33'),(1955,3559,'action created','2020-12-21 21:15:33','2020-12-21 13:15:33'),(1956,3559,'action started via WP Cron','2020-12-21 21:16:24','2020-12-21 13:16:24'),(1957,3559,'action complete via WP Cron','2020-12-21 21:16:24','2020-12-21 13:16:24'),(1958,3560,'action created','2020-12-21 21:16:24','2020-12-21 13:16:24'),(1959,3560,'action started via WP Cron','2020-12-21 21:17:35','2020-12-21 13:17:35'),(1960,3560,'action complete via WP Cron','2020-12-21 21:17:35','2020-12-21 13:17:35'),(1961,3561,'action created','2020-12-21 21:17:35','2020-12-21 13:17:35'),(1962,3561,'action started via WP Cron','2020-12-21 21:24:45','2020-12-21 13:24:45'),(1963,3561,'action complete via WP Cron','2020-12-21 21:24:45','2020-12-21 13:24:45'),(1964,3562,'action created','2020-12-21 21:24:45','2020-12-21 13:24:45'),(1965,3562,'action started via WP Cron','2020-12-21 21:26:49','2020-12-21 13:26:49'),(1966,3562,'action complete via WP Cron','2020-12-21 21:26:49','2020-12-21 13:26:49'),(1967,3563,'action created','2020-12-21 21:26:49','2020-12-21 13:26:49'),(1968,3563,'action started via WP Cron','2020-12-21 21:33:20','2020-12-21 13:33:20'),(1969,3563,'action complete via WP Cron','2020-12-21 21:33:20','2020-12-21 13:33:20'),(1970,3564,'action created','2020-12-21 21:33:20','2020-12-21 13:33:20'),(1971,3564,'action started via WP Cron','2020-12-21 21:34:14','2020-12-21 13:34:14'),(1972,3564,'action complete via WP Cron','2020-12-21 21:34:14','2020-12-21 13:34:14'),(1973,3565,'action created','2020-12-21 21:34:14','2020-12-21 13:34:14'),(1974,3565,'action started via WP Cron','2020-12-21 21:35:15','2020-12-21 13:35:15'),(1975,3565,'action complete via WP Cron','2020-12-21 21:35:15','2020-12-21 13:35:15'),(1976,3566,'action created','2020-12-21 21:35:15','2020-12-21 13:35:15'),(1977,3566,'action started via WP Cron','2020-12-21 21:36:16','2020-12-21 13:36:16'),(1978,3566,'action complete via WP Cron','2020-12-21 21:36:16','2020-12-21 13:36:16'),(1979,3567,'action created','2020-12-21 21:36:16','2020-12-21 13:36:16'),(1980,3567,'action started via WP Cron','2020-12-21 21:37:17','2020-12-21 13:37:17'),(1981,3567,'action complete via WP Cron','2020-12-21 21:37:17','2020-12-21 13:37:17'),(1982,3568,'action created','2020-12-21 21:37:17','2020-12-21 13:37:17'),(1983,3568,'action started via WP Cron','2020-12-21 21:46:09','2020-12-21 13:46:09'),(1984,3568,'action complete via WP Cron','2020-12-21 21:46:09','2020-12-21 13:46:09'),(1985,3569,'action created','2020-12-21 21:46:09','2020-12-21 13:46:09'),(1986,3569,'action started via WP Cron','2020-12-21 21:47:26','2020-12-21 13:47:26'),(1987,3569,'action complete via WP Cron','2020-12-21 21:47:26','2020-12-21 13:47:26'),(1988,3570,'action created','2020-12-21 21:47:26','2020-12-21 13:47:26'),(1989,3570,'action started via WP Cron','2020-12-21 21:48:27','2020-12-21 13:48:27'),(1990,3570,'action complete via WP Cron','2020-12-21 21:48:27','2020-12-21 13:48:27'),(1991,3571,'action created','2020-12-21 21:48:27','2020-12-21 13:48:27'),(1992,3571,'action started via WP Cron','2020-12-21 21:49:09','2020-12-21 13:49:09'),(1993,3571,'action complete via WP Cron','2020-12-21 21:49:09','2020-12-21 13:49:09'),(1994,3572,'action created','2020-12-21 21:49:09','2020-12-21 13:49:09'),(1995,3572,'action started via WP Cron','2020-12-21 21:50:29','2020-12-21 13:50:29'),(1996,3572,'action complete via WP Cron','2020-12-21 21:50:29','2020-12-21 13:50:29'),(1997,3573,'action created','2020-12-21 21:50:29','2020-12-21 13:50:29'),(1998,3573,'action started via WP Cron','2020-12-21 21:51:30','2020-12-21 13:51:30'),(1999,3573,'action complete via WP Cron','2020-12-21 21:51:30','2020-12-21 13:51:30'),(2000,3574,'action created','2020-12-21 21:51:30','2020-12-21 13:51:30'),(2001,3574,'action started via WP Cron','2020-12-21 21:52:32','2020-12-21 13:52:32'),(2002,3574,'action complete via WP Cron','2020-12-21 21:52:32','2020-12-21 13:52:32'),(2003,3575,'action created','2020-12-21 21:52:32','2020-12-21 13:52:32'),(2004,3575,'action started via WP Cron','2020-12-21 22:01:46','2020-12-21 14:01:46'),(2005,3575,'action complete via WP Cron','2020-12-21 22:01:46','2020-12-21 14:01:46'),(2006,3576,'action created','2020-12-21 22:01:46','2020-12-21 14:01:46'),(2007,3576,'action started via WP Cron','2020-12-21 22:02:46','2020-12-21 14:02:46'),(2008,3576,'action complete via WP Cron','2020-12-21 22:02:46','2020-12-21 14:02:46'),(2009,3577,'action created','2020-12-21 22:02:46','2020-12-21 14:02:46'),(2010,3577,'action started via WP Cron','2020-12-21 22:03:47','2020-12-21 14:03:47'),(2011,3577,'action complete via WP Cron','2020-12-21 22:03:47','2020-12-21 14:03:47'),(2012,3578,'action created','2020-12-21 22:03:47','2020-12-21 14:03:47'),(2013,3578,'action started via WP Cron','2020-12-21 22:05:50','2020-12-21 14:05:50'),(2014,3578,'action complete via WP Cron','2020-12-21 22:05:50','2020-12-21 14:05:50'),(2015,3579,'action created','2020-12-21 22:05:50','2020-12-21 14:05:50'),(2016,3579,'action started via WP Cron','2020-12-21 22:06:50','2020-12-21 14:06:50'),(2017,3579,'action complete via WP Cron','2020-12-21 22:06:50','2020-12-21 14:06:50'),(2018,3580,'action created','2020-12-21 22:06:50','2020-12-21 14:06:50'),(2019,3580,'action started via WP Cron','2020-12-21 22:07:51','2020-12-21 14:07:51'),(2020,3580,'action complete via WP Cron','2020-12-21 22:07:51','2020-12-21 14:07:51'),(2021,3581,'action created','2020-12-21 22:07:51','2020-12-21 14:07:51'),(2022,3581,'action started via WP Cron','2020-12-21 22:11:09','2020-12-21 14:11:09'),(2023,3581,'action complete via WP Cron','2020-12-21 22:11:09','2020-12-21 14:11:09'),(2024,3582,'action created','2020-12-21 22:11:09','2020-12-21 14:11:09'),(2025,3582,'action started via WP Cron','2020-12-21 22:16:52','2020-12-21 14:16:52'),(2026,3582,'action complete via WP Cron','2020-12-21 22:16:52','2020-12-21 14:16:52'),(2027,3583,'action created','2020-12-21 22:16:53','2020-12-21 14:16:53'),(2028,3583,'action started via WP Cron','2020-12-21 22:21:15','2020-12-21 14:21:15'),(2029,3583,'action complete via WP Cron','2020-12-21 22:21:15','2020-12-21 14:21:15'),(2030,3584,'action created','2020-12-21 22:21:15','2020-12-21 14:21:15'),(2031,3584,'action started via WP Cron','2020-12-21 22:22:38','2020-12-21 14:22:38'),(2032,3584,'action complete via WP Cron','2020-12-21 22:22:38','2020-12-21 14:22:38'),(2033,3585,'action created','2020-12-21 22:22:39','2020-12-21 14:22:39'),(2034,3585,'action started via WP Cron','2020-12-21 22:24:07','2020-12-21 14:24:07'),(2035,3585,'action complete via WP Cron','2020-12-21 22:24:07','2020-12-21 14:24:07'),(2036,3586,'action created','2020-12-21 22:24:08','2020-12-21 14:24:08'),(2037,3586,'action started via WP Cron','2020-12-21 22:25:18','2020-12-21 14:25:18'),(2038,3586,'action complete via WP Cron','2020-12-21 22:25:18','2020-12-21 14:25:18'),(2039,3587,'action created','2020-12-21 22:25:19','2020-12-21 14:25:19'),(2040,3587,'action started via WP Cron','2020-12-21 22:25:41','2020-12-21 14:25:41'),(2041,3587,'action complete via WP Cron','2020-12-21 22:25:41','2020-12-21 14:25:41'),(2042,3588,'action created','2020-12-21 22:25:41','2020-12-21 14:25:41'),(2043,3588,'action started via WP Cron','2020-12-21 22:34:58','2020-12-21 14:34:58'),(2044,3588,'action complete via WP Cron','2020-12-21 22:34:58','2020-12-21 14:34:58'),(2045,3589,'action created','2020-12-21 22:34:58','2020-12-21 14:34:58'),(2046,3589,'action started via WP Cron','2020-12-21 22:36:12','2020-12-21 14:36:12'),(2047,3589,'action complete via WP Cron','2020-12-21 22:36:12','2020-12-21 14:36:12'),(2048,3590,'action created','2020-12-21 22:36:12','2020-12-21 14:36:12'),(2049,3590,'action started via WP Cron','2020-12-21 22:37:12','2020-12-21 14:37:12'),(2050,3590,'action complete via WP Cron','2020-12-21 22:37:12','2020-12-21 14:37:12'),(2051,3591,'action created','2020-12-21 22:37:12','2020-12-21 14:37:12'),(2052,3591,'action started via WP Cron','2020-12-21 22:38:29','2020-12-21 14:38:29'),(2053,3591,'action complete via WP Cron','2020-12-21 22:38:29','2020-12-21 14:38:29'),(2054,3592,'action created','2020-12-21 22:38:29','2020-12-21 14:38:29'),(2055,3592,'action started via WP Cron','2020-12-21 22:39:14','2020-12-21 14:39:14'),(2056,3592,'action complete via WP Cron','2020-12-21 22:39:14','2020-12-21 14:39:14'),(2057,3593,'action created','2020-12-21 22:39:14','2020-12-21 14:39:14'),(2058,3593,'action started via WP Cron','2020-12-21 22:40:15','2020-12-21 14:40:15'),(2059,3593,'action complete via WP Cron','2020-12-21 22:40:15','2020-12-21 14:40:15'),(2060,3594,'action created','2020-12-21 22:40:15','2020-12-21 14:40:15'),(2061,3594,'action started via WP Cron','2020-12-21 22:41:16','2020-12-21 14:41:16'),(2062,3594,'action complete via WP Cron','2020-12-21 22:41:16','2020-12-21 14:41:16'),(2063,3595,'action created','2020-12-21 22:41:16','2020-12-21 14:41:16'),(2064,3595,'action started via WP Cron','2020-12-21 22:45:20','2020-12-21 14:45:20'),(2065,3595,'action complete via WP Cron','2020-12-21 22:45:20','2020-12-21 14:45:20'),(2066,3596,'action created','2020-12-21 22:45:20','2020-12-21 14:45:20'),(2067,3596,'action started via WP Cron','2020-12-21 22:46:21','2020-12-21 14:46:21'),(2068,3596,'action complete via WP Cron','2020-12-21 22:46:21','2020-12-21 14:46:21'),(2069,3597,'action created','2020-12-21 22:46:21','2020-12-21 14:46:21'),(2070,3597,'action started via WP Cron','2020-12-21 22:47:22','2020-12-21 14:47:22'),(2071,3597,'action complete via WP Cron','2020-12-21 22:47:22','2020-12-21 14:47:22'),(2072,3598,'action created','2020-12-21 22:47:22','2020-12-21 14:47:22'),(2073,3598,'action started via WP Cron','2020-12-21 22:47:41','2020-12-21 14:47:41'),(2074,3598,'action complete via WP Cron','2020-12-21 22:47:41','2020-12-21 14:47:41'),(2075,3599,'action created','2020-12-21 22:47:42','2020-12-21 14:47:42'),(2076,3599,'action started via WP Cron','2020-12-21 22:49:35','2020-12-21 14:49:35'),(2077,3599,'action complete via WP Cron','2020-12-21 22:49:35','2020-12-21 14:49:35'),(2078,3600,'action created','2020-12-21 22:49:35','2020-12-21 14:49:35'),(2079,3600,'action started via WP Cron','2020-12-21 22:50:52','2020-12-21 14:50:52'),(2080,3600,'action complete via WP Cron','2020-12-21 22:50:52','2020-12-21 14:50:52'),(2081,3601,'action created','2020-12-21 22:50:52','2020-12-21 14:50:52'),(2082,3601,'action started via WP Cron','2020-12-21 22:55:17','2020-12-21 14:55:17'),(2083,3601,'action complete via WP Cron','2020-12-21 22:55:17','2020-12-21 14:55:17'),(2084,3602,'action created','2020-12-21 22:55:17','2020-12-21 14:55:17'),(2085,3602,'action started via WP Cron','2020-12-21 23:05:09','2020-12-21 15:05:09'),(2086,3602,'action complete via WP Cron','2020-12-21 23:05:09','2020-12-21 15:05:09'),(2087,3603,'action created','2020-12-21 23:05:09','2020-12-21 15:05:09'),(2088,3603,'action started via WP Cron','2020-12-21 23:08:34','2020-12-21 15:08:34'),(2089,3603,'action complete via WP Cron','2020-12-21 23:08:34','2020-12-21 15:08:34'),(2090,3604,'action created','2020-12-21 23:08:34','2020-12-21 15:08:34'),(2091,3604,'action started via WP Cron','2020-12-21 23:08:45','2020-12-21 15:08:45'),(2092,3604,'action complete via WP Cron','2020-12-21 23:08:45','2020-12-21 15:08:45'),(2093,3605,'action created','2020-12-21 23:08:45','2020-12-21 15:08:45'),(2094,3605,'action started via WP Cron','2020-12-21 23:10:40','2020-12-21 15:10:40'),(2095,3605,'action complete via WP Cron','2020-12-21 23:10:40','2020-12-21 15:10:40'),(2096,3606,'action created','2020-12-21 23:10:40','2020-12-21 15:10:40'),(2097,3606,'action started via WP Cron','2020-12-21 23:10:55','2020-12-21 15:10:55'),(2098,3606,'action complete via WP Cron','2020-12-21 23:10:55','2020-12-21 15:10:55'),(2099,3607,'action created','2020-12-21 23:11:55','2020-12-21 15:11:55'),(2100,3607,'action started via WP Cron','2020-12-21 23:12:56','2020-12-21 15:12:56'),(2101,3607,'action complete via WP Cron','2020-12-21 23:12:56','2020-12-21 15:12:56'),(2102,3608,'action created','2020-12-21 23:12:57','2020-12-21 15:12:57'),(2103,3608,'action started via WP Cron','2020-12-21 23:19:48','2020-12-21 15:19:48'),(2104,3608,'action complete via WP Cron','2020-12-21 23:19:48','2020-12-21 15:19:48'),(2105,3609,'action created','2020-12-21 23:19:48','2020-12-21 15:19:48'),(2106,3609,'action started via WP Cron','2020-12-21 23:21:48','2020-12-21 15:21:48'),(2107,3609,'action complete via WP Cron','2020-12-21 23:21:48','2020-12-21 15:21:48'),(2108,3610,'action created','2020-12-21 23:21:48','2020-12-21 15:21:48'),(2109,3610,'action started via WP Cron','2020-12-21 23:26:25','2020-12-21 15:26:25'),(2110,3610,'action complete via WP Cron','2020-12-21 23:26:25','2020-12-21 15:26:25'),(2111,3611,'action created','2020-12-21 23:26:25','2020-12-21 15:26:25'),(2112,3611,'action started via WP Cron','2020-12-21 23:27:19','2020-12-21 15:27:19'),(2113,3611,'action complete via WP Cron','2020-12-21 23:27:19','2020-12-21 15:27:19'),(2114,3612,'action created','2020-12-21 23:27:19','2020-12-21 15:27:19'),(2115,3612,'action started via WP Cron','2020-12-21 23:28:20','2020-12-21 15:28:20'),(2116,3612,'action complete via WP Cron','2020-12-21 23:28:20','2020-12-21 15:28:20'),(2117,3613,'action created','2020-12-21 23:28:20','2020-12-21 15:28:20'),(2118,3613,'action started via WP Cron','2020-12-21 23:30:22','2020-12-21 15:30:22'),(2119,3613,'action complete via WP Cron','2020-12-21 23:30:22','2020-12-21 15:30:22'),(2120,3614,'action created','2020-12-21 23:30:22','2020-12-21 15:30:22'),(2121,3614,'action started via WP Cron','2020-12-21 23:31:23','2020-12-21 15:31:23'),(2122,3614,'action complete via WP Cron','2020-12-21 23:31:23','2020-12-21 15:31:23'),(2123,3615,'action created','2020-12-21 23:31:23','2020-12-21 15:31:23'),(2124,3615,'action started via WP Cron','2020-12-21 23:32:24','2020-12-21 15:32:24'),(2125,3615,'action complete via WP Cron','2020-12-21 23:32:24','2020-12-21 15:32:24'),(2126,3616,'action created','2020-12-21 23:32:24','2020-12-21 15:32:24'),(2127,3616,'action started via WP Cron','2020-12-21 23:32:57','2020-12-21 15:32:57'),(2128,3616,'action complete via WP Cron','2020-12-21 23:32:57','2020-12-21 15:32:57'),(2129,3617,'action created','2020-12-21 23:32:57','2020-12-21 15:32:57'),(2130,3617,'action started via WP Cron','2020-12-21 23:37:00','2020-12-21 15:37:00'),(2131,3617,'action complete via WP Cron','2020-12-21 23:37:00','2020-12-21 15:37:00'),(2132,3618,'action created','2020-12-21 23:37:00','2020-12-21 15:37:00'),(2133,3618,'action started via WP Cron','2020-12-21 23:44:31','2020-12-21 15:44:31'),(2134,3618,'action complete via WP Cron','2020-12-21 23:44:31','2020-12-21 15:44:31'),(2135,3619,'action created','2020-12-21 23:44:31','2020-12-21 15:44:31'),(2136,3619,'action started via WP Cron','2020-12-21 23:55:48','2020-12-21 15:55:48'),(2137,3619,'action complete via WP Cron','2020-12-21 23:55:48','2020-12-21 15:55:48'),(2138,3620,'action created','2020-12-21 23:55:48','2020-12-21 15:55:48'),(2139,3620,'action started via WP Cron','2020-12-21 23:56:43','2020-12-21 15:56:43'),(2140,3620,'action complete via WP Cron','2020-12-21 23:56:43','2020-12-21 15:56:43'),(2141,3621,'action created','2020-12-21 23:56:43','2020-12-21 15:56:43'),(2142,3621,'action started via WP Cron','2020-12-21 23:57:40','2020-12-21 15:57:40'),(2143,3621,'action complete via WP Cron','2020-12-21 23:57:40','2020-12-21 15:57:40'),(2144,3622,'action created','2020-12-21 23:57:41','2020-12-21 15:57:41'),(2145,3622,'action started via WP Cron','2020-12-22 00:00:43','2020-12-21 16:00:43'),(2146,3622,'action complete via WP Cron','2020-12-22 00:00:43','2020-12-21 16:00:43'),(2147,3623,'action created','2020-12-22 00:00:43','2020-12-21 16:00:43'),(2148,3623,'action started via WP Cron','2020-12-22 00:09:30','2020-12-21 16:09:30'),(2149,3623,'action complete via WP Cron','2020-12-22 00:09:30','2020-12-21 16:09:30'),(2150,3624,'action created','2020-12-22 00:09:30','2020-12-21 16:09:30'),(2151,3624,'action started via WP Cron','2020-12-22 00:23:38','2020-12-21 16:23:38'),(2152,3624,'action complete via WP Cron','2020-12-22 00:23:38','2020-12-21 16:23:38'),(2153,3625,'action created','2020-12-22 00:26:17','2020-12-21 16:26:17'),(2154,3625,'action started via WP Cron','2020-12-22 00:28:59','2020-12-21 16:28:59'),(2155,3625,'action complete via WP Cron','2020-12-22 00:28:59','2020-12-21 16:28:59'),(2156,3626,'action created','2020-12-22 00:28:59','2020-12-21 16:28:59'),(2157,3626,'action started via WP Cron','2020-12-22 00:31:51','2020-12-21 16:31:51'),(2158,3626,'action complete via WP Cron','2020-12-22 00:31:51','2020-12-21 16:31:51'),(2159,3627,'action created','2020-12-22 00:31:51','2020-12-21 16:31:51'),(2160,3627,'action started via WP Cron','2020-12-22 00:51:02','2020-12-21 16:51:02'),(2161,3627,'action complete via WP Cron','2020-12-22 00:51:02','2020-12-21 16:51:02'),(2162,3628,'action created','2020-12-22 00:51:02','2020-12-21 16:51:02'),(2163,3628,'action started via WP Cron','2020-12-22 00:53:36','2020-12-21 16:53:36'),(2164,3628,'action complete via WP Cron','2020-12-22 00:53:36','2020-12-21 16:53:36'),(2165,3629,'action created','2020-12-22 00:53:36','2020-12-21 16:53:36'),(2166,3198,'action started via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2167,3198,'action complete via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2168,3630,'action created','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2169,3199,'action started via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2170,3199,'action complete via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2171,3631,'action created','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2172,3629,'action started via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2173,3629,'action complete via WP Cron','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2174,3632,'action created','2020-12-22 01:01:34','2020-12-21 17:01:34'),(2175,3632,'action started via WP Cron','2020-12-22 01:01:52','2020-12-21 17:01:52'),(2176,3632,'action complete via WP Cron','2020-12-22 01:01:52','2020-12-21 17:01:52'),(2177,3633,'action created','2020-12-22 01:01:52','2020-12-21 17:01:52'),(2178,3633,'action started via WP Cron','2020-12-22 01:15:52','2020-12-21 17:15:52'),(2179,3633,'action complete via WP Cron','2020-12-22 01:15:52','2020-12-21 17:15:52'),(2180,3634,'action created','2020-12-22 01:15:52','2020-12-21 17:15:52'),(2181,3634,'action started via WP Cron','2020-12-22 01:20:59','2020-12-21 17:20:59'),(2182,3634,'action complete via WP Cron','2020-12-22 01:20:59','2020-12-21 17:20:59'),(2183,3635,'action created','2020-12-22 01:20:59','2020-12-21 17:20:59'),(2184,3635,'action started via WP Cron','2020-12-22 01:26:51','2020-12-21 17:26:51'),(2185,3635,'action complete via WP Cron','2020-12-22 01:26:51','2020-12-21 17:26:51'),(2186,3636,'action created','2020-12-22 01:26:51','2020-12-21 17:26:51'),(2187,3636,'action started via WP Cron','2020-12-22 01:43:21','2020-12-21 17:43:21'),(2188,3636,'action complete via WP Cron','2020-12-22 01:43:21','2020-12-21 17:43:21'),(2189,3637,'action created','2020-12-22 01:43:21','2020-12-21 17:43:21'),(2190,3637,'action started via WP Cron','2020-12-22 01:50:04','2020-12-21 17:50:04'),(2191,3637,'action complete via WP Cron','2020-12-22 01:50:04','2020-12-21 17:50:04'),(2192,3638,'action created','2020-12-22 01:50:04','2020-12-21 17:50:04'),(2193,3638,'action started via WP Cron','2020-12-22 01:51:51','2020-12-21 17:51:51'),(2194,3638,'action complete via WP Cron','2020-12-22 01:51:51','2020-12-21 17:51:51'),(2195,3639,'action created','2020-12-22 01:51:51','2020-12-21 17:51:51'),(2196,3639,'action started via WP Cron','2020-12-22 02:05:40','2020-12-21 18:05:40'),(2197,3639,'action complete via WP Cron','2020-12-22 02:05:40','2020-12-21 18:05:40'),(2198,3640,'action created','2020-12-22 02:05:40','2020-12-21 18:05:40'),(2199,3640,'action started via WP Cron','2020-12-22 02:11:47','2020-12-21 18:11:47'),(2200,3640,'action complete via WP Cron','2020-12-22 02:11:47','2020-12-21 18:11:47'),(2201,3641,'action created','2020-12-22 02:11:47','2020-12-21 18:11:47'),(2202,3641,'action started via WP Cron','2020-12-22 02:12:42','2020-12-21 18:12:42'),(2203,3641,'action complete via WP Cron','2020-12-22 02:12:42','2020-12-21 18:12:42'),(2204,3642,'action created','2020-12-22 02:12:42','2020-12-21 18:12:42'),(2205,3642,'action started via WP Cron','2020-12-22 02:13:44','2020-12-21 18:13:44'),(2206,3642,'action complete via WP Cron','2020-12-22 02:13:44','2020-12-21 18:13:44'),(2207,3643,'action created','2020-12-22 02:13:44','2020-12-21 18:13:44'),(2208,3643,'action started via WP Cron','2020-12-22 02:14:40','2020-12-21 18:14:40'),(2209,3643,'action complete via WP Cron','2020-12-22 02:14:40','2020-12-21 18:14:40'),(2210,3644,'action created','2020-12-22 02:14:41','2020-12-21 18:14:41'),(2211,3644,'action started via WP Cron','2020-12-22 02:15:43','2020-12-21 18:15:43'),(2212,3644,'action complete via WP Cron','2020-12-22 02:15:43','2020-12-21 18:15:43'),(2213,3645,'action created','2020-12-22 02:15:43','2020-12-21 18:15:43'),(2214,3645,'action started via WP Cron','2020-12-22 02:16:42','2020-12-21 18:16:42'),(2215,3645,'action complete via WP Cron','2020-12-22 02:16:42','2020-12-21 18:16:42'),(2216,3646,'action created','2020-12-22 02:16:42','2020-12-21 18:16:42'),(2217,3646,'action started via WP Cron','2020-12-22 02:17:41','2020-12-21 18:17:41'),(2218,3646,'action complete via WP Cron','2020-12-22 02:17:41','2020-12-21 18:17:41'),(2219,3647,'action created','2020-12-22 02:17:42','2020-12-21 18:17:42'),(2220,3647,'action started via WP Cron','2020-12-22 02:18:42','2020-12-21 18:18:42'),(2221,3647,'action complete via WP Cron','2020-12-22 02:18:42','2020-12-21 18:18:42'),(2222,3648,'action created','2020-12-22 02:18:46','2020-12-21 18:18:46'),(2223,3648,'action started via WP Cron','2020-12-22 02:19:44','2020-12-21 18:19:44'),(2224,3648,'action complete via WP Cron','2020-12-22 02:19:44','2020-12-21 18:19:44'),(2225,3649,'action created','2020-12-22 02:19:44','2020-12-21 18:19:44'),(2226,3649,'action started via WP Cron','2020-12-22 02:20:42','2020-12-21 18:20:42'),(2227,3649,'action complete via WP Cron','2020-12-22 02:20:42','2020-12-21 18:20:42'),(2228,3650,'action created','2020-12-22 02:20:42','2020-12-21 18:20:42'),(2229,3650,'action started via WP Cron','2020-12-22 02:21:42','2020-12-21 18:21:42'),(2230,3650,'action complete via WP Cron','2020-12-22 02:21:42','2020-12-21 18:21:42'),(2231,3651,'action created','2020-12-22 02:21:42','2020-12-21 18:21:42'),(2232,3651,'action started via WP Cron','2020-12-22 02:22:42','2020-12-21 18:22:42'),(2233,3651,'action complete via WP Cron','2020-12-22 02:22:42','2020-12-21 18:22:42'),(2234,3652,'action created','2020-12-22 02:22:42','2020-12-21 18:22:42'),(2235,3652,'action started via WP Cron','2020-12-22 02:24:04','2020-12-21 18:24:04'),(2236,3652,'action complete via WP Cron','2020-12-22 02:24:04','2020-12-21 18:24:04'),(2237,3653,'action created','2020-12-22 02:24:04','2020-12-21 18:24:04'),(2238,3653,'action started via WP Cron','2020-12-22 02:40:54','2020-12-21 18:40:54'),(2239,3653,'action complete via WP Cron','2020-12-22 02:40:54','2020-12-21 18:40:54'),(2240,3654,'action created','2020-12-22 02:40:54','2020-12-21 18:40:54'),(2241,3654,'action started via WP Cron','2020-12-22 02:43:02','2020-12-21 18:43:02'),(2242,3654,'action complete via WP Cron','2020-12-22 02:43:02','2020-12-21 18:43:02'),(2243,3655,'action created','2020-12-22 02:43:02','2020-12-21 18:43:02'),(2244,3655,'action started via WP Cron','2020-12-22 02:47:23','2020-12-21 18:47:23'),(2245,3655,'action complete via WP Cron','2020-12-22 02:47:23','2020-12-21 18:47:23'),(2246,3656,'action created','2020-12-22 02:47:23','2020-12-21 18:47:23'),(2247,3656,'action started via WP Cron','2020-12-22 02:49:53','2020-12-21 18:49:53'),(2248,3656,'action complete via WP Cron','2020-12-22 02:49:53','2020-12-21 18:49:53'),(2249,3657,'action created','2020-12-22 02:49:53','2020-12-21 18:49:53'),(2250,3657,'action started via WP Cron','2020-12-22 02:52:01','2020-12-21 18:52:01'),(2251,3657,'action complete via WP Cron','2020-12-22 02:52:01','2020-12-21 18:52:01'),(2252,3658,'action created','2020-12-22 02:52:01','2020-12-21 18:52:01'),(2253,3658,'action started via WP Cron','2020-12-22 02:53:02','2020-12-21 18:53:02'),(2254,3658,'action complete via WP Cron','2020-12-22 02:53:02','2020-12-21 18:53:02'),(2255,3659,'action created','2020-12-22 02:53:02','2020-12-21 18:53:02'),(2256,3659,'action started via WP Cron','2020-12-22 02:54:03','2020-12-21 18:54:03'),(2257,3659,'action complete via WP Cron','2020-12-22 02:54:03','2020-12-21 18:54:03'),(2258,3660,'action created','2020-12-22 02:54:03','2020-12-21 18:54:03'),(2259,3660,'action started via WP Cron','2020-12-22 02:54:41','2020-12-21 18:54:41'),(2260,3660,'action complete via WP Cron','2020-12-22 02:54:41','2020-12-21 18:54:41'),(2261,3661,'action created','2020-12-22 02:54:42','2020-12-21 18:54:42'),(2262,3661,'action started via WP Cron','2020-12-22 02:56:50','2020-12-21 18:56:50'),(2263,3661,'action complete via WP Cron','2020-12-22 02:56:50','2020-12-21 18:56:50'),(2264,3662,'action created','2020-12-22 02:56:50','2020-12-21 18:56:50'),(2265,3662,'action started via WP Cron','2020-12-22 03:05:51','2020-12-21 19:05:51'),(2266,3662,'action complete via WP Cron','2020-12-22 03:05:51','2020-12-21 19:05:51'),(2267,3663,'action created','2020-12-22 03:05:51','2020-12-21 19:05:51'),(2268,3663,'action started via WP Cron','2020-12-22 03:12:11','2020-12-21 19:12:11'),(2269,3663,'action complete via WP Cron','2020-12-22 03:12:11','2020-12-21 19:12:11'),(2270,3664,'action created','2020-12-22 03:12:11','2020-12-21 19:12:11'),(2271,3664,'action started via WP Cron','2020-12-22 03:13:28','2020-12-21 19:13:28'),(2272,3664,'action complete via WP Cron','2020-12-22 03:13:28','2020-12-21 19:13:28'),(2273,3665,'action created','2020-12-22 03:13:28','2020-12-21 19:13:28'),(2274,3665,'action started via WP Cron','2020-12-22 03:21:15','2020-12-21 19:21:15'),(2275,3665,'action complete via WP Cron','2020-12-22 03:21:15','2020-12-21 19:21:15'),(2276,3666,'action created','2020-12-22 03:21:16','2020-12-21 19:21:16'),(2277,3666,'action started via WP Cron','2020-12-22 03:32:17','2020-12-21 19:32:17'),(2278,3666,'action complete via WP Cron','2020-12-22 03:32:17','2020-12-21 19:32:17'),(2279,3667,'action created','2020-12-22 03:32:17','2020-12-21 19:32:17'),(2280,3667,'action started via WP Cron','2020-12-22 03:32:45','2020-12-21 19:32:45'),(2281,3667,'action complete via WP Cron','2020-12-22 03:32:45','2020-12-21 19:32:45'),(2282,3668,'action created','2020-12-22 03:32:45','2020-12-21 19:32:45'),(2283,3668,'action started via WP Cron','2020-12-22 03:33:43','2020-12-21 19:33:43'),(2284,3668,'action complete via WP Cron','2020-12-22 03:33:43','2020-12-21 19:33:43'),(2285,3669,'action created','2020-12-22 03:33:43','2020-12-21 19:33:43'),(2286,3669,'action started via WP Cron','2020-12-22 03:34:44','2020-12-21 19:34:44'),(2287,3669,'action complete via WP Cron','2020-12-22 03:34:44','2020-12-21 19:34:44'),(2288,3670,'action created','2020-12-22 03:34:44','2020-12-21 19:34:44'),(2289,3670,'action started via WP Cron','2020-12-22 03:35:42','2020-12-21 19:35:42'),(2290,3670,'action complete via WP Cron','2020-12-22 03:35:42','2020-12-21 19:35:42'),(2291,3671,'action created','2020-12-22 03:35:42','2020-12-21 19:35:42'),(2292,3671,'action started via WP Cron','2020-12-22 03:37:35','2020-12-21 19:37:35'),(2293,3671,'action complete via WP Cron','2020-12-22 03:37:35','2020-12-21 19:37:35'),(2294,3672,'action created','2020-12-22 03:37:35','2020-12-21 19:37:35'),(2295,3672,'action started via WP Cron','2020-12-22 03:37:47','2020-12-21 19:37:47'),(2296,3672,'action complete via WP Cron','2020-12-22 03:37:47','2020-12-21 19:37:47'),(2297,3673,'action created','2020-12-22 03:37:47','2020-12-21 19:37:47'),(2298,3673,'action started via WP Cron','2020-12-22 03:43:31','2020-12-21 19:43:31'),(2299,3673,'action complete via WP Cron','2020-12-22 03:43:31','2020-12-21 19:43:31'),(2300,3674,'action created','2020-12-22 03:43:31','2020-12-21 19:43:31'),(2301,3674,'action started via WP Cron','2020-12-22 03:46:13','2020-12-21 19:46:13'),(2302,3674,'action complete via WP Cron','2020-12-22 03:46:13','2020-12-21 19:46:13'),(2303,3675,'action created','2020-12-22 03:46:13','2020-12-21 19:46:13'),(2304,3675,'action started via WP Cron','2020-12-22 03:46:53','2020-12-21 19:46:53'),(2305,3675,'action complete via WP Cron','2020-12-22 03:46:53','2020-12-21 19:46:53'),(2306,3676,'action created','2020-12-22 03:46:54','2020-12-21 19:46:54'),(2307,3676,'action started via WP Cron','2020-12-22 03:47:41','2020-12-21 19:47:41'),(2308,3676,'action complete via WP Cron','2020-12-22 03:47:41','2020-12-21 19:47:41'),(2309,3677,'action created','2020-12-22 03:47:41','2020-12-21 19:47:41'),(2310,3677,'action started via WP Cron','2020-12-22 03:50:49','2020-12-21 19:50:49'),(2311,3677,'action complete via WP Cron','2020-12-22 03:50:49','2020-12-21 19:50:49'),(2312,3678,'action created','2020-12-22 03:50:49','2020-12-21 19:50:49'),(2313,3678,'action started via WP Cron','2020-12-22 03:53:06','2020-12-21 19:53:06'),(2314,3678,'action complete via WP Cron','2020-12-22 03:53:06','2020-12-21 19:53:06'),(2315,3679,'action created','2020-12-22 03:53:06','2020-12-21 19:53:06'),(2316,3679,'action started via WP Cron','2020-12-22 03:54:52','2020-12-21 19:54:52'),(2317,3679,'action complete via WP Cron','2020-12-22 03:54:52','2020-12-21 19:54:52'),(2318,3680,'action created','2020-12-22 03:54:52','2020-12-21 19:54:52'),(2319,3680,'action started via WP Cron','2020-12-22 03:59:16','2020-12-21 19:59:16'),(2320,3680,'action complete via WP Cron','2020-12-22 03:59:16','2020-12-21 19:59:16'),(2321,3681,'action created','2020-12-22 03:59:16','2020-12-21 19:59:16'),(2322,3681,'action started via WP Cron','2020-12-22 04:00:35','2020-12-21 20:00:35'),(2323,3681,'action complete via WP Cron','2020-12-22 04:00:35','2020-12-21 20:00:35'),(2324,3682,'action created','2020-12-22 04:00:35','2020-12-21 20:00:35'),(2325,3682,'action started via WP Cron','2020-12-22 04:09:52','2020-12-21 20:09:52'),(2326,3682,'action complete via WP Cron','2020-12-22 04:09:52','2020-12-21 20:09:52'),(2327,3683,'action created','2020-12-22 04:09:53','2020-12-21 20:09:53'),(2328,3683,'action started via WP Cron','2020-12-22 04:12:22','2020-12-21 20:12:22'),(2329,3683,'action complete via WP Cron','2020-12-22 04:12:22','2020-12-21 20:12:22'),(2330,3684,'action created','2020-12-22 04:12:23','2020-12-21 20:12:23'),(2331,3684,'action started via WP Cron','2020-12-22 04:17:52','2020-12-21 20:17:52'),(2332,3684,'action complete via WP Cron','2020-12-22 04:17:52','2020-12-21 20:17:52'),(2333,3685,'action created','2020-12-22 04:20:42','2020-12-21 20:20:42'),(2334,3685,'action started via WP Cron','2020-12-22 04:22:56','2020-12-21 20:22:56'),(2335,3685,'action complete via WP Cron','2020-12-22 04:22:56','2020-12-21 20:22:56'),(2336,3686,'action created','2020-12-22 04:22:56','2020-12-21 20:22:56'),(2337,3686,'action started via WP Cron','2020-12-22 04:28:37','2020-12-21 20:28:37'),(2338,3686,'action complete via WP Cron','2020-12-22 04:28:37','2020-12-21 20:28:37'),(2339,3687,'action created','2020-12-22 04:28:37','2020-12-21 20:28:37'),(2340,3687,'action started via WP Cron','2020-12-22 04:35:53','2020-12-21 20:35:53'),(2341,3687,'action complete via WP Cron','2020-12-22 04:35:53','2020-12-21 20:35:53'),(2342,3688,'action created','2020-12-22 04:35:53','2020-12-21 20:35:53'),(2343,3688,'action started via WP Cron','2020-12-22 04:36:44','2020-12-21 20:36:44'),(2344,3688,'action complete via WP Cron','2020-12-22 04:36:44','2020-12-21 20:36:44'),(2345,3689,'action created','2020-12-22 04:36:44','2020-12-21 20:36:44'),(2346,3689,'action started via WP Cron','2020-12-22 04:37:45','2020-12-21 20:37:45'),(2347,3689,'action complete via WP Cron','2020-12-22 04:37:45','2020-12-21 20:37:45'),(2348,3690,'action created','2020-12-22 04:37:45','2020-12-21 20:37:45'),(2349,3690,'action started via WP Cron','2020-12-22 04:38:47','2020-12-21 20:38:47'),(2350,3690,'action complete via WP Cron','2020-12-22 04:38:47','2020-12-21 20:38:47'),(2351,3691,'action created','2020-12-22 04:40:48','2020-12-21 20:40:48'),(2352,3691,'action started via WP Cron','2020-12-22 04:41:49','2020-12-21 20:41:49'),(2353,3691,'action complete via WP Cron','2020-12-22 04:41:49','2020-12-21 20:41:49'),(2354,3692,'action created','2020-12-22 04:41:49','2020-12-21 20:41:49'),(2355,3692,'action started via WP Cron','2020-12-22 04:42:50','2020-12-21 20:42:50'),(2356,3692,'action complete via WP Cron','2020-12-22 04:42:50','2020-12-21 20:42:50'),(2357,3693,'action created','2020-12-22 04:42:50','2020-12-21 20:42:50'),(2358,3693,'action started via WP Cron','2020-12-22 04:56:25','2020-12-21 20:56:25'),(2359,3693,'action complete via WP Cron','2020-12-22 04:56:25','2020-12-21 20:56:25'),(2360,3694,'action created','2020-12-22 04:56:25','2020-12-21 20:56:25'),(2361,3694,'action started via WP Cron','2020-12-22 05:00:25','2020-12-21 21:00:25'),(2362,3694,'action complete via WP Cron','2020-12-22 05:00:25','2020-12-21 21:00:25'),(2363,3695,'action created','2020-12-22 05:00:25','2020-12-21 21:00:25'),(2364,3695,'action started via WP Cron','2020-12-22 05:05:01','2020-12-21 21:05:01'),(2365,3695,'action complete via WP Cron','2020-12-22 05:05:01','2020-12-21 21:05:01'),(2366,3696,'action created','2020-12-22 05:05:01','2020-12-21 21:05:01'),(2367,3696,'action started via WP Cron','2020-12-22 05:06:07','2020-12-21 21:06:07'),(2368,3696,'action complete via WP Cron','2020-12-22 05:06:07','2020-12-21 21:06:07'),(2369,3697,'action created','2020-12-22 05:06:07','2020-12-21 21:06:07'),(2370,3697,'action started via WP Cron','2020-12-22 05:07:08','2020-12-21 21:07:08'),(2371,3697,'action complete via WP Cron','2020-12-22 05:07:08','2020-12-21 21:07:08'),(2372,3698,'action created','2020-12-22 05:07:08','2020-12-21 21:07:08'),(2373,3698,'action started via WP Cron','2020-12-22 05:07:41','2020-12-21 21:07:41'),(2374,3698,'action complete via WP Cron','2020-12-22 05:07:41','2020-12-21 21:07:41'),(2375,3699,'action created','2020-12-22 05:07:41','2020-12-21 21:07:41'),(2376,3699,'action started via WP Cron','2020-12-22 05:08:48','2020-12-21 21:08:48'),(2377,3699,'action complete via WP Cron','2020-12-22 05:08:48','2020-12-21 21:08:48'),(2378,3700,'action created','2020-12-22 05:08:48','2020-12-21 21:08:48'),(2379,3700,'action started via WP Cron','2020-12-22 05:13:16','2020-12-21 21:13:16'),(2380,3700,'action complete via WP Cron','2020-12-22 05:13:16','2020-12-21 21:13:16'),(2381,3701,'action created','2020-12-22 05:16:00','2020-12-21 21:16:00'),(2382,3701,'action started via WP Cron','2020-12-22 05:20:07','2020-12-21 21:20:07'),(2383,3701,'action complete via WP Cron','2020-12-22 05:20:07','2020-12-21 21:20:07'),(2384,3702,'action created','2020-12-22 05:20:07','2020-12-21 21:20:07'),(2385,3702,'action started via WP Cron','2020-12-22 05:20:47','2020-12-21 21:20:47'),(2386,3702,'action complete via WP Cron','2020-12-22 05:20:47','2020-12-21 21:20:47'),(2387,3703,'action created','2020-12-22 05:20:47','2020-12-21 21:20:47'),(2388,3703,'action started via WP Cron','2020-12-22 05:26:15','2020-12-21 21:26:15'),(2389,3703,'action complete via WP Cron','2020-12-22 05:26:15','2020-12-21 21:26:15'),(2390,3704,'action created','2020-12-22 05:26:15','2020-12-21 21:26:15'),(2391,3704,'action started via WP Cron','2020-12-22 05:34:41','2020-12-21 21:34:41'),(2392,3704,'action complete via WP Cron','2020-12-22 05:34:41','2020-12-21 21:34:41'),(2393,3705,'action created','2020-12-22 05:34:41','2020-12-21 21:34:41'),(2398,3706,'action complete via WP Cron','2020-12-22 05:40:46','2020-12-21 21:40:46'),(2399,3707,'action created','2020-12-22 05:40:47','2020-12-21 21:40:47'),(2400,3707,'action started via WP Cron','2020-12-22 05:41:47','2020-12-21 21:41:47'),(2401,3707,'action complete via WP Cron','2020-12-22 05:41:47','2020-12-21 21:41:47'),(2402,3708,'action created','2020-12-22 05:41:47','2020-12-21 21:41:47'),(2403,3708,'action started via WP Cron','2020-12-22 05:43:07','2020-12-21 21:43:07'),(2404,3708,'action complete via WP Cron','2020-12-22 05:43:07','2020-12-21 21:43:07'),(2405,3709,'action created','2020-12-22 05:43:07','2020-12-21 21:43:07'),(2406,3709,'action started via WP Cron','2020-12-22 05:43:59','2020-12-21 21:43:59'),(2407,3709,'action complete via WP Cron','2020-12-22 05:43:59','2020-12-21 21:43:59'),(2408,3710,'action created','2020-12-22 05:43:59','2020-12-21 21:43:59'),(2409,3710,'action started via WP Cron','2020-12-22 05:52:40','2020-12-21 21:52:40'),(2410,3710,'action complete via WP Cron','2020-12-22 05:52:40','2020-12-21 21:52:40'),(2411,3711,'action created','2020-12-22 05:52:40','2020-12-21 21:52:40'),(54029,20920,'action complete via WP Cron','2021-01-22 06:09:14','2021-01-21 22:09:14'),(54028,20920,'action started via WP Cron','2021-01-22 06:09:14','2021-01-21 22:09:14'),(55506,21413,'action created','2021-01-23 06:16:24','2021-01-22 22:16:24'),(2415,3711,'action started via WP Cron','2020-12-22 06:06:59','2020-12-21 22:06:59'),(2416,3711,'action complete via WP Cron','2020-12-22 06:06:59','2020-12-21 22:06:59'),(2417,3713,'action created','2020-12-22 06:06:59','2020-12-21 22:06:59'),(2418,3713,'action started via WP Cron','2020-12-22 06:08:16','2020-12-21 22:08:16'),(2419,3713,'action complete via WP Cron','2020-12-22 06:08:16','2020-12-21 22:08:16'),(2420,3714,'action created','2020-12-22 06:08:16','2020-12-21 22:08:16'),(2421,3714,'action started via WP Cron','2020-12-22 06:09:09','2020-12-21 22:09:09'),(2422,3714,'action complete via WP Cron','2020-12-22 06:09:09','2020-12-21 22:09:09'),(2423,3715,'action created','2020-12-22 06:09:09','2020-12-21 22:09:09'),(2424,3715,'action started via WP Cron','2020-12-22 06:10:10','2020-12-21 22:10:10'),(2425,3715,'action complete via WP Cron','2020-12-22 06:10:10','2020-12-21 22:10:10'),(2426,3716,'action created','2020-12-22 06:10:10','2020-12-21 22:10:10'),(2427,3716,'action started via WP Cron','2020-12-22 06:12:12','2020-12-21 22:12:12'),(2428,3716,'action complete via WP Cron','2020-12-22 06:12:12','2020-12-21 22:12:12'),(2429,3717,'action created','2020-12-22 06:12:12','2020-12-21 22:12:12'),(2430,3717,'action started via WP Cron','2020-12-22 06:13:13','2020-12-21 22:13:13'),(2431,3717,'action complete via WP Cron','2020-12-22 06:13:13','2020-12-21 22:13:13'),(2432,3718,'action created','2020-12-22 06:13:13','2020-12-21 22:13:13'),(2433,3718,'action started via WP Cron','2020-12-22 06:14:14','2020-12-21 22:14:14'),(2434,3718,'action complete via WP Cron','2020-12-22 06:14:14','2020-12-21 22:14:14'),(2435,3719,'action created','2020-12-22 06:14:14','2020-12-21 22:14:14'),(2436,3719,'action started via WP Cron','2020-12-22 06:18:29','2020-12-21 22:18:29'),(2437,3719,'action complete via WP Cron','2020-12-22 06:18:29','2020-12-21 22:18:29'),(2438,3720,'action created','2020-12-22 06:18:29','2020-12-21 22:18:29'),(2439,3720,'action started via WP Cron','2020-12-22 06:22:44','2020-12-21 22:22:44'),(2440,3720,'action complete via WP Cron','2020-12-22 06:22:44','2020-12-21 22:22:44'),(2441,3721,'action created','2020-12-22 06:22:44','2020-12-21 22:22:44'),(2442,3721,'action started via WP Cron','2020-12-22 06:25:04','2020-12-21 22:25:04'),(2443,3721,'action complete via WP Cron','2020-12-22 06:25:04','2020-12-21 22:25:04'),(2444,3722,'action created','2020-12-22 06:25:04','2020-12-21 22:25:04'),(2445,3722,'action started via WP Cron','2020-12-22 06:26:08','2020-12-21 22:26:08'),(2446,3722,'action complete via WP Cron','2020-12-22 06:26:08','2020-12-21 22:26:08'),(2447,3723,'action created','2020-12-22 06:26:08','2020-12-21 22:26:08'),(2448,3723,'action started via WP Cron','2020-12-22 06:31:20','2020-12-21 22:31:20'),(2449,3723,'action complete via WP Cron','2020-12-22 06:31:20','2020-12-21 22:31:20'),(2450,3724,'action created','2020-12-22 06:31:20','2020-12-21 22:31:20'),(2451,3724,'action started via WP Cron','2020-12-22 06:32:21','2020-12-21 22:32:21'),(2452,3724,'action complete via WP Cron','2020-12-22 06:32:21','2020-12-21 22:32:21'),(2453,3725,'action created','2020-12-22 06:32:21','2020-12-21 22:32:21'),(2454,3725,'action started via WP Cron','2020-12-22 06:33:22','2020-12-21 22:33:22'),(2455,3725,'action complete via WP Cron','2020-12-22 06:33:22','2020-12-21 22:33:22'),(2456,3726,'action created','2020-12-22 06:33:22','2020-12-21 22:33:22'),(2457,3726,'action started via WP Cron','2020-12-22 06:34:38','2020-12-21 22:34:38'),(2458,3726,'action complete via WP Cron','2020-12-22 06:34:38','2020-12-21 22:34:38'),(2459,3727,'action created','2020-12-22 06:34:38','2020-12-21 22:34:38'),(2460,3727,'action started via WP Cron','2020-12-22 06:35:39','2020-12-21 22:35:39'),(2461,3727,'action complete via WP Cron','2020-12-22 06:35:39','2020-12-21 22:35:39'),(2462,3728,'action created','2020-12-22 06:35:39','2020-12-21 22:35:39'),(2463,3728,'action started via WP Cron','2020-12-22 06:44:04','2020-12-21 22:44:04'),(2464,3728,'action complete via WP Cron','2020-12-22 06:44:04','2020-12-21 22:44:04'),(2465,3729,'action created','2020-12-22 06:44:04','2020-12-21 22:44:04'),(2466,3729,'action started via WP Cron','2020-12-22 07:04:04','2020-12-21 23:04:04'),(2467,3729,'action complete via WP Cron','2020-12-22 07:04:04','2020-12-21 23:04:04'),(2468,3730,'action created','2020-12-22 07:04:04','2020-12-21 23:04:04'),(2469,3730,'action started via WP Cron','2020-12-22 07:09:54','2020-12-21 23:09:54'),(2470,3730,'action complete via WP Cron','2020-12-22 07:09:54','2020-12-21 23:09:54'),(2471,3731,'action created','2020-12-22 07:09:54','2020-12-21 23:09:54'),(2472,3731,'action started via WP Cron','2020-12-22 07:11:22','2020-12-21 23:11:22'),(2473,3731,'action complete via WP Cron','2020-12-22 07:11:22','2020-12-21 23:11:22'),(2474,3732,'action created','2020-12-22 07:11:22','2020-12-21 23:11:22'),(2475,3732,'action started via WP Cron','2020-12-22 07:14:20','2020-12-21 23:14:20'),(2476,3732,'action complete via WP Cron','2020-12-22 07:14:20','2020-12-21 23:14:20'),(2477,3733,'action created','2020-12-22 07:14:20','2020-12-21 23:14:20'),(2478,3733,'action started via WP Cron','2020-12-22 07:16:15','2020-12-21 23:16:15'),(2479,3733,'action complete via WP Cron','2020-12-22 07:16:15','2020-12-21 23:16:15'),(2480,3734,'action created','2020-12-22 07:16:15','2020-12-21 23:16:15'),(2481,3734,'action started via WP Cron','2020-12-22 07:16:51','2020-12-21 23:16:51'),(2482,3734,'action complete via WP Cron','2020-12-22 07:16:51','2020-12-21 23:16:51'),(2483,3735,'action created','2020-12-22 07:16:51','2020-12-21 23:16:51'),(2484,3735,'action started via WP Cron','2020-12-22 07:18:17','2020-12-21 23:18:17'),(2485,3735,'action complete via WP Cron','2020-12-22 07:18:17','2020-12-21 23:18:17'),(2486,3736,'action created','2020-12-22 07:18:17','2020-12-21 23:18:17'),(2487,3736,'action started via WP Cron','2020-12-22 07:20:42','2020-12-21 23:20:42'),(2488,3736,'action complete via WP Cron','2020-12-22 07:20:42','2020-12-21 23:20:42'),(2489,3737,'action created','2020-12-22 07:20:42','2020-12-21 23:20:42'),(2490,3737,'action started via WP Cron','2020-12-22 07:22:41','2020-12-21 23:22:41'),(2491,3737,'action complete via WP Cron','2020-12-22 07:22:41','2020-12-21 23:22:41'),(2492,3738,'action created','2020-12-22 07:22:41','2020-12-21 23:22:41'),(2493,3738,'action started via WP Cron','2020-12-22 07:23:43','2020-12-21 23:23:43'),(2494,3738,'action complete via WP Cron','2020-12-22 07:23:43','2020-12-21 23:23:43'),(2495,3739,'action created','2020-12-22 07:23:43','2020-12-21 23:23:43'),(2496,3739,'action started via WP Cron','2020-12-22 07:24:42','2020-12-21 23:24:42'),(2497,3739,'action complete via WP Cron','2020-12-22 07:24:42','2020-12-21 23:24:42'),(2498,3740,'action created','2020-12-22 07:24:42','2020-12-21 23:24:42'),(2499,3740,'action started via WP Cron','2020-12-22 07:25:42','2020-12-21 23:25:42'),(2500,3740,'action complete via WP Cron','2020-12-22 07:25:42','2020-12-21 23:25:42'),(2501,3741,'action created','2020-12-22 07:25:42','2020-12-21 23:25:42'),(2502,3741,'action started via WP Cron','2020-12-22 07:32:06','2020-12-21 23:32:06'),(2503,3741,'action complete via WP Cron','2020-12-22 07:32:06','2020-12-21 23:32:06'),(2504,3742,'action created','2020-12-22 07:32:06','2020-12-21 23:32:06'),(2505,3742,'action started via WP Cron','2020-12-22 07:35:27','2020-12-21 23:35:27'),(2506,3742,'action complete via WP Cron','2020-12-22 07:35:27','2020-12-21 23:35:27'),(2507,3743,'action created','2020-12-22 07:35:27','2020-12-21 23:35:27'),(2508,3743,'action started via WP Cron','2020-12-22 07:36:33','2020-12-21 23:36:33'),(2509,3743,'action complete via WP Cron','2020-12-22 07:36:33','2020-12-21 23:36:33'),(2510,3744,'action created','2020-12-22 07:36:33','2020-12-21 23:36:33'),(2511,3744,'action started via WP Cron','2020-12-22 07:37:40','2020-12-21 23:37:40'),(2512,3744,'action complete via WP Cron','2020-12-22 07:37:40','2020-12-21 23:37:40'),(2513,3745,'action created','2020-12-22 07:37:40','2020-12-21 23:37:40'),(2514,3745,'action started via WP Cron','2020-12-22 07:38:41','2020-12-21 23:38:41'),(2515,3745,'action complete via WP Cron','2020-12-22 07:38:41','2020-12-21 23:38:41'),(2516,3746,'action created','2020-12-22 07:38:41','2020-12-21 23:38:41'),(2517,3746,'action started via WP Cron','2020-12-22 07:39:42','2020-12-21 23:39:42'),(2518,3746,'action complete via WP Cron','2020-12-22 07:39:42','2020-12-21 23:39:42'),(2519,3747,'action created','2020-12-22 07:39:42','2020-12-21 23:39:42'),(2520,3747,'action started via WP Cron','2020-12-22 07:43:25','2020-12-21 23:43:25'),(2521,3747,'action complete via WP Cron','2020-12-22 07:43:25','2020-12-21 23:43:25'),(2522,3748,'action created','2020-12-22 07:43:25','2020-12-21 23:43:25'),(2523,3748,'action started via WP Cron','2020-12-22 08:14:23','2020-12-22 00:14:23'),(2524,3748,'action complete via WP Cron','2020-12-22 08:14:23','2020-12-22 00:14:23'),(2525,3749,'action created','2020-12-22 08:16:00','2020-12-22 00:16:00'),(2526,3749,'action started via WP Cron','2020-12-22 08:19:41','2020-12-22 00:19:41'),(2527,3749,'action complete via WP Cron','2020-12-22 08:19:41','2020-12-22 00:19:41'),(2528,3750,'action created','2020-12-22 08:19:41','2020-12-22 00:19:41'),(2529,3750,'action started via WP Cron','2020-12-22 08:22:33','2020-12-22 00:22:33'),(2530,3750,'action complete via WP Cron','2020-12-22 08:22:33','2020-12-22 00:22:33'),(2531,3751,'action created','2020-12-22 08:22:33','2020-12-22 00:22:33'),(2532,3751,'action started via WP Cron','2020-12-22 08:26:12','2020-12-22 00:26:12'),(2533,3751,'action complete via WP Cron','2020-12-22 08:26:12','2020-12-22 00:26:12'),(2534,3752,'action created','2020-12-22 08:26:12','2020-12-22 00:26:12'),(2535,3752,'action started via WP Cron','2020-12-22 08:27:39','2020-12-22 00:27:39'),(2536,3752,'action complete via WP Cron','2020-12-22 08:27:39','2020-12-22 00:27:39'),(2537,3753,'action created','2020-12-22 08:27:40','2020-12-22 00:27:40'),(2538,3753,'action started via WP Cron','2020-12-22 08:32:44','2020-12-22 00:32:44'),(2539,3753,'action complete via WP Cron','2020-12-22 08:32:44','2020-12-22 00:32:44'),(2540,3754,'action created','2020-12-22 08:32:44','2020-12-22 00:32:44'),(2541,3754,'action started via WP Cron','2020-12-22 08:33:43','2020-12-22 00:33:43'),(2542,3754,'action complete via WP Cron','2020-12-22 08:33:43','2020-12-22 00:33:43'),(2543,3755,'action created','2020-12-22 08:33:43','2020-12-22 00:33:43'),(2544,3755,'action started via WP Cron','2020-12-22 08:34:45','2020-12-22 00:34:45'),(2545,3755,'action complete via WP Cron','2020-12-22 08:34:45','2020-12-22 00:34:45'),(2546,3756,'action created','2020-12-22 08:34:45','2020-12-22 00:34:45'),(2547,3756,'action started via WP Cron','2020-12-22 08:35:45','2020-12-22 00:35:45'),(2548,3756,'action complete via WP Cron','2020-12-22 08:35:45','2020-12-22 00:35:45'),(2549,3757,'action created','2020-12-22 08:35:46','2020-12-22 00:35:46'),(2550,3757,'action started via WP Cron','2020-12-22 08:39:48','2020-12-22 00:39:48'),(2551,3757,'action complete via WP Cron','2020-12-22 08:39:48','2020-12-22 00:39:48'),(2552,3758,'action created','2020-12-22 08:39:48','2020-12-22 00:39:48'),(2553,3758,'action started via WP Cron','2020-12-22 08:40:42','2020-12-22 00:40:42'),(2554,3758,'action complete via WP Cron','2020-12-22 08:40:42','2020-12-22 00:40:42'),(2555,3759,'action created','2020-12-22 08:40:42','2020-12-22 00:40:42'),(2556,3759,'action started via WP Cron','2020-12-22 08:41:43','2020-12-22 00:41:43'),(2557,3759,'action complete via WP Cron','2020-12-22 08:41:43','2020-12-22 00:41:43'),(2558,3760,'action created','2020-12-22 08:41:43','2020-12-22 00:41:43'),(2559,3760,'action started via WP Cron','2020-12-22 08:42:49','2020-12-22 00:42:49'),(2560,3760,'action complete via WP Cron','2020-12-22 08:42:49','2020-12-22 00:42:49'),(2561,3761,'action created','2020-12-22 08:44:16','2020-12-22 00:44:16'),(2562,3761,'action started via WP Cron','2020-12-22 08:46:57','2020-12-22 00:46:57'),(2563,3761,'action complete via WP Cron','2020-12-22 08:46:57','2020-12-22 00:46:57'),(2564,3762,'action created','2020-12-22 08:46:57','2020-12-22 00:46:57'),(2565,3762,'action started via WP Cron','2020-12-22 08:50:32','2020-12-22 00:50:32'),(2566,3762,'action complete via WP Cron','2020-12-22 08:50:32','2020-12-22 00:50:32'),(2567,3763,'action created','2020-12-22 08:50:32','2020-12-22 00:50:32'),(2568,3763,'action started via WP Cron','2020-12-22 08:57:57','2020-12-22 00:57:57'),(2569,3763,'action complete via WP Cron','2020-12-22 08:57:57','2020-12-22 00:57:57'),(2570,3764,'action created','2020-12-22 08:57:57','2020-12-22 00:57:57'),(2571,3764,'action started via WP Cron','2020-12-22 09:07:23','2020-12-22 01:07:23'),(2572,3764,'action complete via WP Cron','2020-12-22 09:07:23','2020-12-22 01:07:23'),(2573,3765,'action created','2020-12-22 09:07:23','2020-12-22 01:07:23'),(2574,3765,'action started via WP Cron','2020-12-22 09:17:34','2020-12-22 01:17:34'),(2575,3765,'action complete via WP Cron','2020-12-22 09:17:34','2020-12-22 01:17:34'),(2576,3766,'action created','2020-12-22 09:17:34','2020-12-22 01:17:34'),(2577,3766,'action started via WP Cron','2020-12-22 09:17:45','2020-12-22 01:17:45'),(2578,3766,'action complete via WP Cron','2020-12-22 09:17:45','2020-12-22 01:17:45'),(2579,3767,'action created','2020-12-22 09:17:45','2020-12-22 01:17:45'),(2580,3767,'action started via WP Cron','2020-12-22 09:20:30','2020-12-22 01:20:30'),(2581,3767,'action complete via WP Cron','2020-12-22 09:20:30','2020-12-22 01:20:30'),(2582,3768,'action created','2020-12-22 09:20:30','2020-12-22 01:20:30'),(2583,3768,'action started via WP Cron','2020-12-22 09:22:57','2020-12-22 01:22:57'),(2584,3768,'action complete via WP Cron','2020-12-22 09:22:57','2020-12-22 01:22:57'),(2585,3769,'action created','2020-12-22 09:22:57','2020-12-22 01:22:57'),(2586,3769,'action started via WP Cron','2020-12-22 09:24:30','2020-12-22 01:24:30'),(2587,3769,'action complete via WP Cron','2020-12-22 09:24:30','2020-12-22 01:24:30'),(2588,3770,'action created','2020-12-22 09:24:30','2020-12-22 01:24:30'),(2589,3770,'action started via WP Cron','2020-12-22 09:38:33','2020-12-22 01:38:33'),(2590,3770,'action complete via WP Cron','2020-12-22 09:38:33','2020-12-22 01:38:33'),(2591,3771,'action created','2020-12-22 09:38:33','2020-12-22 01:38:33'),(2592,3771,'action started via WP Cron','2020-12-22 09:38:53','2020-12-22 01:38:53'),(2593,3771,'action complete via WP Cron','2020-12-22 09:38:53','2020-12-22 01:38:53'),(2594,3772,'action created','2020-12-22 09:38:53','2020-12-22 01:38:53'),(2595,3772,'action started via WP Cron','2020-12-22 09:40:50','2020-12-22 01:40:50'),(2596,3772,'action complete via WP Cron','2020-12-22 09:40:50','2020-12-22 01:40:50'),(2597,3773,'action created','2020-12-22 09:40:50','2020-12-22 01:40:50'),(2598,3773,'action started via WP Cron','2020-12-22 09:41:49','2020-12-22 01:41:49'),(2599,3773,'action complete via WP Cron','2020-12-22 09:41:49','2020-12-22 01:41:49'),(2600,3774,'action created','2020-12-22 09:41:49','2020-12-22 01:41:49'),(2601,3774,'action started via WP Cron','2020-12-22 09:42:43','2020-12-22 01:42:43'),(2602,3774,'action complete via WP Cron','2020-12-22 09:42:43','2020-12-22 01:42:43'),(2603,3775,'action created','2020-12-22 09:42:43','2020-12-22 01:42:43'),(2604,3775,'action started via WP Cron','2020-12-22 09:43:44','2020-12-22 01:43:44'),(2605,3775,'action complete via WP Cron','2020-12-22 09:43:44','2020-12-22 01:43:44'),(2606,3776,'action created','2020-12-22 09:43:44','2020-12-22 01:43:44'),(2607,3776,'action started via WP Cron','2020-12-22 09:44:45','2020-12-22 01:44:45'),(2608,3776,'action complete via WP Cron','2020-12-22 09:44:45','2020-12-22 01:44:45'),(2609,3777,'action created','2020-12-22 09:44:45','2020-12-22 01:44:45'),(2610,3777,'action started via WP Cron','2020-12-22 09:54:07','2020-12-22 01:54:07'),(2611,3777,'action complete via WP Cron','2020-12-22 09:54:07','2020-12-22 01:54:07'),(2612,3778,'action created','2020-12-22 09:54:07','2020-12-22 01:54:07'),(2613,3778,'action started via WP Cron','2020-12-22 10:01:30','2020-12-22 02:01:30'),(2614,3778,'action complete via WP Cron','2020-12-22 10:01:30','2020-12-22 02:01:30'),(2615,3779,'action created','2020-12-22 10:01:30','2020-12-22 02:01:30'),(2616,3779,'action started via WP Cron','2020-12-22 10:01:47','2020-12-22 02:01:47'),(2617,3779,'action complete via WP Cron','2020-12-22 10:01:47','2020-12-22 02:01:47'),(2618,3780,'action created','2020-12-22 10:01:47','2020-12-22 02:01:47'),(2619,3780,'action started via WP Cron','2020-12-22 10:04:33','2020-12-22 02:04:33'),(2620,3780,'action complete via WP Cron','2020-12-22 10:04:33','2020-12-22 02:04:33'),(2621,3781,'action created','2020-12-22 10:04:33','2020-12-22 02:04:33'),(2622,3781,'action started via WP Cron','2020-12-22 10:05:16','2020-12-22 02:05:16'),(2623,3781,'action complete via WP Cron','2020-12-22 10:05:16','2020-12-22 02:05:16'),(2624,3782,'action created','2020-12-22 10:05:16','2020-12-22 02:05:16'),(2625,3782,'action started via WP Cron','2020-12-22 10:06:23','2020-12-22 02:06:23'),(2626,3782,'action complete via WP Cron','2020-12-22 10:06:23','2020-12-22 02:06:23'),(2627,3783,'action created','2020-12-22 10:06:23','2020-12-22 02:06:23'),(2628,3783,'action started via WP Cron','2020-12-22 10:07:23','2020-12-22 02:07:23'),(2629,3783,'action complete via WP Cron','2020-12-22 10:07:23','2020-12-22 02:07:23'),(2630,3784,'action created','2020-12-22 10:07:24','2020-12-22 02:07:24'),(2631,3784,'action started via WP Cron','2020-12-22 10:09:16','2020-12-22 02:09:16'),(2632,3784,'action complete via WP Cron','2020-12-22 10:09:16','2020-12-22 02:09:16'),(2633,3785,'action created','2020-12-22 10:09:16','2020-12-22 02:09:16'),(2634,3785,'action started via WP Cron','2020-12-22 10:15:20','2020-12-22 02:15:20'),(2635,3785,'action complete via WP Cron','2020-12-22 10:15:21','2020-12-22 02:15:21'),(2636,3786,'action created','2020-12-22 10:15:21','2020-12-22 02:15:21'),(2637,3786,'action started via WP Cron','2020-12-22 10:16:21','2020-12-22 02:16:21'),(2638,3786,'action complete via WP Cron','2020-12-22 10:16:21','2020-12-22 02:16:21'),(2639,3787,'action created','2020-12-22 10:16:21','2020-12-22 02:16:21'),(2640,3787,'action started via WP Cron','2020-12-22 10:17:37','2020-12-22 02:17:37'),(2641,3787,'action complete via WP Cron','2020-12-22 10:17:37','2020-12-22 02:17:37'),(2642,3788,'action created','2020-12-22 10:17:37','2020-12-22 02:17:37'),(2643,3788,'action started via WP Cron','2020-12-22 10:19:24','2020-12-22 02:19:24'),(2644,3788,'action complete via WP Cron','2020-12-22 10:19:24','2020-12-22 02:19:24'),(2645,3789,'action created','2020-12-22 10:19:24','2020-12-22 02:19:24'),(2646,3789,'action started via WP Cron','2020-12-22 10:20:27','2020-12-22 02:20:27'),(2647,3789,'action complete via WP Cron','2020-12-22 10:20:27','2020-12-22 02:20:27'),(2648,3790,'action created','2020-12-22 10:20:27','2020-12-22 02:20:27'),(2649,3790,'action started via WP Cron','2020-12-22 10:21:53','2020-12-22 02:21:53'),(2650,3790,'action complete via WP Cron','2020-12-22 10:21:53','2020-12-22 02:21:53'),(2651,3791,'action created','2020-12-22 10:21:53','2020-12-22 02:21:53'),(2652,3791,'action started via WP Cron','2020-12-22 10:23:00','2020-12-22 02:23:00'),(2653,3791,'action complete via WP Cron','2020-12-22 10:23:00','2020-12-22 02:23:00'),(2654,3792,'action created','2020-12-22 10:23:00','2020-12-22 02:23:00'),(2655,3792,'action started via WP Cron','2020-12-22 10:24:01','2020-12-22 02:24:01'),(2656,3792,'action complete via WP Cron','2020-12-22 10:24:01','2020-12-22 02:24:01'),(2657,3793,'action created','2020-12-22 10:24:01','2020-12-22 02:24:01'),(2658,3793,'action started via WP Cron','2020-12-22 10:28:04','2020-12-22 02:28:04'),(2659,3793,'action complete via WP Cron','2020-12-22 10:28:04','2020-12-22 02:28:04'),(2660,3794,'action created','2020-12-22 10:28:04','2020-12-22 02:28:04'),(2661,3794,'action started via WP Cron','2020-12-22 10:29:06','2020-12-22 02:29:06'),(2662,3794,'action complete via WP Cron','2020-12-22 10:29:06','2020-12-22 02:29:06'),(2663,3795,'action created','2020-12-22 10:29:06','2020-12-22 02:29:06'),(2664,3795,'action started via WP Cron','2020-12-22 10:30:07','2020-12-22 02:30:07'),(2665,3795,'action complete via WP Cron','2020-12-22 10:30:07','2020-12-22 02:30:07'),(2666,3796,'action created','2020-12-22 10:30:07','2020-12-22 02:30:07'),(2667,3796,'action started via WP Cron','2020-12-22 10:32:09','2020-12-22 02:32:09'),(2668,3796,'action complete via WP Cron','2020-12-22 10:32:09','2020-12-22 02:32:09'),(2669,3797,'action created','2020-12-22 10:32:09','2020-12-22 02:32:09'),(2670,3797,'action started via WP Cron','2020-12-22 10:33:09','2020-12-22 02:33:09'),(2671,3797,'action complete via WP Cron','2020-12-22 10:33:09','2020-12-22 02:33:09'),(2672,3798,'action created','2020-12-22 10:33:09','2020-12-22 02:33:09'),(2673,3798,'action started via WP Cron','2020-12-22 10:34:10','2020-12-22 02:34:10'),(2674,3798,'action complete via WP Cron','2020-12-22 10:34:10','2020-12-22 02:34:10'),(2675,3799,'action created','2020-12-22 10:34:10','2020-12-22 02:34:10'),(2676,3799,'action started via WP Cron','2020-12-22 10:36:57','2020-12-22 02:36:57'),(2677,3799,'action complete via WP Cron','2020-12-22 10:36:57','2020-12-22 02:36:57'),(2678,3800,'action created','2020-12-22 10:36:57','2020-12-22 02:36:57'),(2679,3800,'action started via WP Cron','2020-12-22 10:43:10','2020-12-22 02:43:10'),(2680,3800,'action complete via WP Cron','2020-12-22 10:43:10','2020-12-22 02:43:10'),(2681,3801,'action created','2020-12-22 10:43:10','2020-12-22 02:43:10'),(2682,3801,'action started via WP Cron','2020-12-22 10:44:01','2020-12-22 02:44:01'),(2683,3801,'action complete via WP Cron','2020-12-22 10:44:01','2020-12-22 02:44:01'),(2684,3802,'action created','2020-12-22 10:44:01','2020-12-22 02:44:01'),(2685,3802,'action started via WP Cron','2020-12-22 10:44:41','2020-12-22 02:44:41'),(2686,3802,'action complete via WP Cron','2020-12-22 10:44:41','2020-12-22 02:44:41'),(2687,3803,'action created','2020-12-22 10:44:41','2020-12-22 02:44:41'),(2688,3803,'action started via WP Cron','2020-12-22 10:45:49','2020-12-22 02:45:49'),(2689,3803,'action complete via WP Cron','2020-12-22 10:45:49','2020-12-22 02:45:49'),(2690,3804,'action created','2020-12-22 10:45:49','2020-12-22 02:45:49'),(2691,3804,'action started via WP Cron','2020-12-22 10:46:44','2020-12-22 02:46:44'),(2692,3804,'action complete via WP Cron','2020-12-22 10:46:44','2020-12-22 02:46:44'),(2693,3805,'action created','2020-12-22 10:46:44','2020-12-22 02:46:44'),(2694,3805,'action started via WP Cron','2020-12-22 10:47:57','2020-12-22 02:47:57'),(2695,3805,'action complete via WP Cron','2020-12-22 10:47:57','2020-12-22 02:47:57'),(2696,3806,'action created','2020-12-22 10:47:57','2020-12-22 02:47:57'),(2697,3806,'action started via WP Cron','2020-12-22 10:49:03','2020-12-22 02:49:03'),(2698,3806,'action complete via WP Cron','2020-12-22 10:49:03','2020-12-22 02:49:03'),(2699,3807,'action created','2020-12-22 10:49:03','2020-12-22 02:49:03'),(2700,3807,'action started via WP Cron','2020-12-22 10:49:45','2020-12-22 02:49:45'),(2701,3807,'action complete via WP Cron','2020-12-22 10:49:45','2020-12-22 02:49:45'),(2702,3808,'action created','2020-12-22 10:49:45','2020-12-22 02:49:45'),(2703,3808,'action started via WP Cron','2020-12-22 10:51:08','2020-12-22 02:51:08'),(2704,3808,'action complete via WP Cron','2020-12-22 10:51:08','2020-12-22 02:51:08'),(2705,3809,'action created','2020-12-22 10:51:08','2020-12-22 02:51:08'),(2706,3809,'action started via WP Cron','2020-12-22 10:52:14','2020-12-22 02:52:14'),(2707,3809,'action complete via WP Cron','2020-12-22 10:52:14','2020-12-22 02:52:14'),(2708,3810,'action created','2020-12-22 10:52:14','2020-12-22 02:52:14'),(2709,3810,'action started via WP Cron','2020-12-22 10:53:10','2020-12-22 02:53:10'),(2710,3810,'action complete via WP Cron','2020-12-22 10:53:10','2020-12-22 02:53:10'),(2711,3811,'action created','2020-12-22 10:53:10','2020-12-22 02:53:10'),(2712,3811,'action started via WP Cron','2020-12-22 10:54:33','2020-12-22 02:54:33'),(2713,3811,'action complete via WP Cron','2020-12-22 10:54:33','2020-12-22 02:54:33'),(2714,3812,'action created','2020-12-22 10:54:33','2020-12-22 02:54:33'),(2715,3812,'action started via WP Cron','2020-12-22 10:55:14','2020-12-22 02:55:14'),(2716,3812,'action complete via WP Cron','2020-12-22 10:55:14','2020-12-22 02:55:14'),(2717,3813,'action created','2020-12-22 10:55:14','2020-12-22 02:55:14'),(2718,3813,'action started via WP Cron','2020-12-22 10:56:16','2020-12-22 02:56:16'),(2719,3813,'action complete via WP Cron','2020-12-22 10:56:16','2020-12-22 02:56:16'),(2720,3814,'action created','2020-12-22 10:56:16','2020-12-22 02:56:16'),(2721,3814,'action started via WP Cron','2020-12-22 10:57:12','2020-12-22 02:57:12'),(2722,3814,'action complete via WP Cron','2020-12-22 10:57:12','2020-12-22 02:57:12'),(2723,3815,'action created','2020-12-22 10:57:12','2020-12-22 02:57:12'),(2724,3815,'action started via WP Cron','2020-12-22 10:57:43','2020-12-22 02:57:43'),(2725,3815,'action complete via WP Cron','2020-12-22 10:57:43','2020-12-22 02:57:43'),(2726,3816,'action created','2020-12-22 10:57:43','2020-12-22 02:57:43'),(2727,3816,'action started via WP Cron','2020-12-22 10:59:13','2020-12-22 02:59:13'),(2728,3816,'action complete via WP Cron','2020-12-22 10:59:13','2020-12-22 02:59:13'),(2729,3817,'action created','2020-12-22 10:59:13','2020-12-22 02:59:13'),(2730,3817,'action started via WP Cron','2020-12-22 10:59:41','2020-12-22 02:59:41'),(2731,3817,'action complete via WP Cron','2020-12-22 10:59:41','2020-12-22 02:59:41'),(2732,3818,'action created','2020-12-22 10:59:41','2020-12-22 02:59:41'),(2733,3818,'action started via WP Cron','2020-12-22 11:00:47','2020-12-22 03:00:47'),(2734,3818,'action complete via WP Cron','2020-12-22 11:00:47','2020-12-22 03:00:47'),(2735,3819,'action created','2020-12-22 11:00:47','2020-12-22 03:00:47'),(2736,3819,'action started via WP Cron','2020-12-22 11:01:55','2020-12-22 03:01:55'),(2737,3819,'action complete via WP Cron','2020-12-22 11:01:55','2020-12-22 03:01:55'),(2738,3820,'action created','2020-12-22 11:01:55','2020-12-22 03:01:55'),(2739,3820,'action started via WP Cron','2020-12-22 11:02:57','2020-12-22 03:02:57'),(2740,3820,'action complete via WP Cron','2020-12-22 11:02:57','2020-12-22 03:02:57'),(2741,3821,'action created','2020-12-22 11:02:57','2020-12-22 03:02:57'),(2742,3821,'action started via WP Cron','2020-12-22 11:04:22','2020-12-22 03:04:22'),(2743,3821,'action complete via WP Cron','2020-12-22 11:04:22','2020-12-22 03:04:22'),(2744,3822,'action created','2020-12-22 11:04:22','2020-12-22 03:04:22'),(2745,3822,'action started via WP Cron','2020-12-22 11:05:00','2020-12-22 03:05:00'),(2746,3822,'action complete via WP Cron','2020-12-22 11:05:00','2020-12-22 03:05:00'),(2747,3823,'action created','2020-12-22 11:05:00','2020-12-22 03:05:00'),(2748,3823,'action started via WP Cron','2020-12-22 11:05:47','2020-12-22 03:05:47'),(2749,3823,'action complete via WP Cron','2020-12-22 11:05:47','2020-12-22 03:05:47'),(2750,3824,'action created','2020-12-22 11:05:47','2020-12-22 03:05:47'),(2751,3824,'action started via WP Cron','2020-12-22 11:07:12','2020-12-22 03:07:12'),(2752,3824,'action complete via WP Cron','2020-12-22 11:07:12','2020-12-22 03:07:12'),(2753,3825,'action created','2020-12-22 11:07:12','2020-12-22 03:07:12'),(2754,3825,'action started via WP Cron','2020-12-22 11:07:57','2020-12-22 03:07:57'),(2755,3825,'action complete via WP Cron','2020-12-22 11:07:57','2020-12-22 03:07:57'),(2756,3826,'action created','2020-12-22 11:07:57','2020-12-22 03:07:57'),(2757,3826,'action started via WP Cron','2020-12-22 11:09:01','2020-12-22 03:09:01'),(2758,3826,'action complete via WP Cron','2020-12-22 11:09:01','2020-12-22 03:09:01'),(2759,3827,'action created','2020-12-22 11:09:01','2020-12-22 03:09:01'),(2760,3827,'action started via WP Cron','2020-12-22 11:10:04','2020-12-22 03:10:04'),(2761,3827,'action complete via WP Cron','2020-12-22 11:10:04','2020-12-22 03:10:04'),(2762,3828,'action created','2020-12-22 11:10:39','2020-12-22 03:10:39'),(2763,3828,'action started via WP Cron','2020-12-22 11:11:07','2020-12-22 03:11:07'),(2764,3828,'action complete via WP Cron','2020-12-22 11:11:07','2020-12-22 03:11:07'),(2765,3829,'action created','2020-12-22 11:11:07','2020-12-22 03:11:07'),(2766,3829,'action started via WP Cron','2020-12-22 11:11:48','2020-12-22 03:11:48'),(2767,3829,'action complete via WP Cron','2020-12-22 11:11:48','2020-12-22 03:11:48'),(2768,3830,'action created','2020-12-22 11:11:48','2020-12-22 03:11:48'),(2769,3830,'action started via WP Cron','2020-12-22 11:12:53','2020-12-22 03:12:53'),(2770,3830,'action complete via WP Cron','2020-12-22 11:12:53','2020-12-22 03:12:53'),(2771,3831,'action created','2020-12-22 11:12:53','2020-12-22 03:12:53'),(2772,3831,'action started via WP Cron','2020-12-22 11:13:52','2020-12-22 03:13:52'),(2773,3831,'action complete via WP Cron','2020-12-22 11:13:52','2020-12-22 03:13:52'),(2774,3832,'action created','2020-12-22 11:13:52','2020-12-22 03:13:52'),(2775,3832,'action started via WP Cron','2020-12-22 11:15:10','2020-12-22 03:15:10'),(2776,3832,'action complete via WP Cron','2020-12-22 11:15:10','2020-12-22 03:15:10'),(2777,3833,'action created','2020-12-22 11:15:10','2020-12-22 03:15:10'),(2778,3833,'action started via WP Cron','2020-12-22 11:15:46','2020-12-22 03:15:46'),(2779,3833,'action complete via WP Cron','2020-12-22 11:15:46','2020-12-22 03:15:46'),(2780,3834,'action created','2020-12-22 11:15:46','2020-12-22 03:15:46'),(2781,3834,'action started via WP Cron','2020-12-22 11:17:22','2020-12-22 03:17:22'),(2782,3834,'action complete via WP Cron','2020-12-22 11:17:22','2020-12-22 03:17:22'),(2783,3835,'action created','2020-12-22 11:17:22','2020-12-22 03:17:22'),(2784,3835,'action started via WP Cron','2020-12-22 11:18:16','2020-12-22 03:18:16'),(2785,3835,'action complete via WP Cron','2020-12-22 11:18:16','2020-12-22 03:18:16'),(2786,3836,'action created','2020-12-22 11:18:16','2020-12-22 03:18:16'),(2787,3836,'action started via WP Cron','2020-12-22 11:18:52','2020-12-22 03:18:52'),(2788,3836,'action complete via WP Cron','2020-12-22 11:18:52','2020-12-22 03:18:52'),(2789,3837,'action created','2020-12-22 11:18:52','2020-12-22 03:18:52'),(2790,3837,'action started via WP Cron','2020-12-22 11:19:41','2020-12-22 03:19:41'),(2791,3837,'action complete via WP Cron','2020-12-22 11:19:41','2020-12-22 03:19:41'),(2792,3838,'action created','2020-12-22 11:19:41','2020-12-22 03:19:41'),(2793,3838,'action started via WP Cron','2020-12-22 11:21:12','2020-12-22 03:21:12'),(2794,3838,'action complete via WP Cron','2020-12-22 11:21:12','2020-12-22 03:21:12'),(2795,3839,'action created','2020-12-22 11:21:12','2020-12-22 03:21:12'),(2796,3839,'action started via WP Cron','2020-12-22 11:21:44','2020-12-22 03:21:44'),(2797,3839,'action complete via WP Cron','2020-12-22 11:21:44','2020-12-22 03:21:44'),(2798,3840,'action created','2020-12-22 11:21:44','2020-12-22 03:21:44'),(2799,3840,'action started via WP Cron','2020-12-22 11:22:46','2020-12-22 03:22:46'),(2800,3840,'action complete via WP Cron','2020-12-22 11:22:46','2020-12-22 03:22:46'),(2801,3841,'action created','2020-12-22 11:23:09','2020-12-22 03:23:09'),(2802,3841,'action started via WP Cron','2020-12-22 11:23:47','2020-12-22 03:23:47'),(2803,3841,'action complete via WP Cron','2020-12-22 11:23:47','2020-12-22 03:23:47'),(2804,3842,'action created','2020-12-22 11:23:47','2020-12-22 03:23:47'),(2805,3842,'action started via WP Cron','2020-12-22 11:25:38','2020-12-22 03:25:38'),(2806,3842,'action complete via WP Cron','2020-12-22 11:25:38','2020-12-22 03:25:38'),(2807,3843,'action created','2020-12-22 11:25:38','2020-12-22 03:25:38'),(2808,3843,'action started via WP Cron','2020-12-22 11:26:12','2020-12-22 03:26:12'),(2809,3843,'action complete via WP Cron','2020-12-22 11:26:12','2020-12-22 03:26:12'),(2810,3844,'action created','2020-12-22 11:26:12','2020-12-22 03:26:12'),(2811,3844,'action started via WP Cron','2020-12-22 11:26:41','2020-12-22 03:26:41'),(2812,3844,'action complete via WP Cron','2020-12-22 11:26:41','2020-12-22 03:26:41'),(2813,3845,'action created','2020-12-22 11:27:07','2020-12-22 03:27:07'),(2814,3845,'action started via WP Cron','2020-12-22 11:28:24','2020-12-22 03:28:24'),(2815,3845,'action complete via WP Cron','2020-12-22 11:28:24','2020-12-22 03:28:24'),(2816,3846,'action created','2020-12-22 11:28:24','2020-12-22 03:28:24'),(2817,3846,'action started via WP Cron','2020-12-22 11:29:02','2020-12-22 03:29:02'),(2818,3846,'action complete via WP Cron','2020-12-22 11:29:02','2020-12-22 03:29:02'),(2819,3847,'action created','2020-12-22 11:29:02','2020-12-22 03:29:02'),(2820,3847,'action started via WP Cron','2020-12-22 11:30:12','2020-12-22 03:30:12'),(2821,3847,'action complete via WP Cron','2020-12-22 11:30:12','2020-12-22 03:30:12'),(2822,3848,'action created','2020-12-22 11:30:12','2020-12-22 03:30:12'),(2823,3848,'action started via WP Cron','2020-12-22 11:30:49','2020-12-22 03:30:49'),(2824,3848,'action complete via WP Cron','2020-12-22 11:30:49','2020-12-22 03:30:49'),(2825,3849,'action created','2020-12-22 11:30:49','2020-12-22 03:30:49'),(2826,3849,'action started via WP Cron','2020-12-22 11:31:45','2020-12-22 03:31:45'),(2827,3849,'action complete via WP Cron','2020-12-22 11:31:45','2020-12-22 03:31:45'),(2828,3850,'action created','2020-12-22 11:31:45','2020-12-22 03:31:45'),(2829,3850,'action started via WP Cron','2020-12-22 11:32:58','2020-12-22 03:32:58'),(2830,3850,'action complete via WP Cron','2020-12-22 11:32:58','2020-12-22 03:32:58'),(2831,3851,'action created','2020-12-22 11:32:58','2020-12-22 03:32:58'),(2832,3851,'action started via WP Cron','2020-12-22 11:34:09','2020-12-22 03:34:09'),(2833,3851,'action complete via WP Cron','2020-12-22 11:34:09','2020-12-22 03:34:09'),(2834,3852,'action created','2020-12-22 11:34:09','2020-12-22 03:34:09'),(2835,3852,'action started via WP Cron','2020-12-22 11:34:57','2020-12-22 03:34:57'),(2836,3852,'action complete via WP Cron','2020-12-22 11:34:57','2020-12-22 03:34:57'),(2837,3853,'action created','2020-12-22 11:34:57','2020-12-22 03:34:57'),(2838,3853,'action started via WP Cron','2020-12-22 11:36:13','2020-12-22 03:36:13'),(2839,3853,'action complete via WP Cron','2020-12-22 11:36:13','2020-12-22 03:36:13'),(2840,3854,'action created','2020-12-22 11:36:13','2020-12-22 03:36:13'),(2841,3854,'action started via WP Cron','2020-12-22 11:36:49','2020-12-22 03:36:49'),(2842,3854,'action complete via WP Cron','2020-12-22 11:36:49','2020-12-22 03:36:49'),(2843,3855,'action created','2020-12-22 11:36:49','2020-12-22 03:36:49'),(2844,3855,'action started via WP Cron','2020-12-22 11:37:55','2020-12-22 03:37:55'),(2845,3855,'action complete via WP Cron','2020-12-22 11:37:55','2020-12-22 03:37:55'),(2846,3856,'action created','2020-12-22 11:37:56','2020-12-22 03:37:56'),(2847,3856,'action started via WP Cron','2020-12-22 11:39:05','2020-12-22 03:39:05'),(2848,3856,'action complete via WP Cron','2020-12-22 11:39:05','2020-12-22 03:39:05'),(2849,3857,'action created','2020-12-22 11:39:05','2020-12-22 03:39:05'),(2850,3857,'action started via WP Cron','2020-12-22 11:39:43','2020-12-22 03:39:43'),(2851,3857,'action complete via WP Cron','2020-12-22 11:39:43','2020-12-22 03:39:43'),(2852,3858,'action created','2020-12-22 11:39:43','2020-12-22 03:39:43'),(2853,3858,'action started via WP Cron','2020-12-22 11:41:04','2020-12-22 03:41:04'),(2854,3858,'action complete via WP Cron','2020-12-22 11:41:04','2020-12-22 03:41:04'),(2855,3859,'action created','2020-12-22 11:41:04','2020-12-22 03:41:04'),(2856,3859,'action started via WP Cron','2020-12-22 11:42:02','2020-12-22 03:42:02'),(2857,3859,'action complete via WP Cron','2020-12-22 11:42:02','2020-12-22 03:42:02'),(2858,3860,'action created','2020-12-22 11:42:02','2020-12-22 03:42:02'),(2859,3860,'action started via WP Cron','2020-12-22 11:43:05','2020-12-22 03:43:05'),(2860,3860,'action complete via WP Cron','2020-12-22 11:43:05','2020-12-22 03:43:05'),(2861,3861,'action created','2020-12-22 11:43:05','2020-12-22 03:43:05'),(2862,3861,'action started via WP Cron','2020-12-22 11:43:55','2020-12-22 03:43:55'),(2863,3861,'action complete via WP Cron','2020-12-22 11:43:55','2020-12-22 03:43:55'),(2864,3862,'action created','2020-12-22 11:43:55','2020-12-22 03:43:55'),(2865,3862,'action started via WP Cron','2020-12-22 11:45:16','2020-12-22 03:45:16'),(2866,3862,'action complete via WP Cron','2020-12-22 11:45:16','2020-12-22 03:45:16'),(2867,3863,'action created','2020-12-22 11:45:16','2020-12-22 03:45:16'),(2868,3863,'action started via WP Cron','2020-12-22 11:45:58','2020-12-22 03:45:58'),(2869,3863,'action complete via WP Cron','2020-12-22 11:45:58','2020-12-22 03:45:58'),(2870,3864,'action created','2020-12-22 11:45:58','2020-12-22 03:45:58'),(2871,3864,'action started via WP Cron','2020-12-22 11:47:04','2020-12-22 03:47:04'),(2872,3864,'action complete via WP Cron','2020-12-22 11:47:04','2020-12-22 03:47:04'),(2873,3865,'action created','2020-12-22 11:47:05','2020-12-22 03:47:05'),(2874,3865,'action started via WP Cron','2020-12-22 11:48:12','2020-12-22 03:48:12'),(2875,3865,'action complete via WP Cron','2020-12-22 11:48:12','2020-12-22 03:48:12'),(2876,3866,'action created','2020-12-22 11:48:12','2020-12-22 03:48:12'),(2877,3866,'action started via WP Cron','2020-12-22 11:48:45','2020-12-22 03:48:45'),(2878,3866,'action complete via WP Cron','2020-12-22 11:48:45','2020-12-22 03:48:45'),(2879,3867,'action created','2020-12-22 11:48:45','2020-12-22 03:48:45'),(2880,3867,'action started via WP Cron','2020-12-22 11:50:09','2020-12-22 03:50:09'),(2881,3867,'action complete via WP Cron','2020-12-22 11:50:09','2020-12-22 03:50:09'),(2882,3868,'action created','2020-12-22 11:50:09','2020-12-22 03:50:09'),(2883,3868,'action started via WP Cron','2020-12-22 11:51:03','2020-12-22 03:51:03'),(2884,3868,'action complete via WP Cron','2020-12-22 11:51:03','2020-12-22 03:51:03'),(2885,3869,'action created','2020-12-22 11:51:03','2020-12-22 03:51:03'),(2886,3869,'action started via WP Cron','2020-12-22 11:52:06','2020-12-22 03:52:06'),(2887,3869,'action complete via WP Cron','2020-12-22 11:52:06','2020-12-22 03:52:06'),(2888,3870,'action created','2020-12-22 11:52:06','2020-12-22 03:52:06'),(2889,3870,'action started via WP Cron','2020-12-22 11:52:40','2020-12-22 03:52:40'),(2890,3870,'action complete via WP Cron','2020-12-22 11:52:40','2020-12-22 03:52:40'),(2891,3871,'action created','2020-12-22 11:52:41','2020-12-22 03:52:41'),(2892,3871,'action started via WP Cron','2020-12-22 11:54:02','2020-12-22 03:54:02'),(2893,3871,'action complete via WP Cron','2020-12-22 11:54:02','2020-12-22 03:54:02'),(2894,3872,'action created','2020-12-22 11:54:02','2020-12-22 03:54:02'),(2895,3872,'action started via WP Cron','2020-12-22 11:54:46','2020-12-22 03:54:46'),(2896,3872,'action complete via WP Cron','2020-12-22 11:54:46','2020-12-22 03:54:46'),(2897,3873,'action created','2020-12-22 11:54:46','2020-12-22 03:54:46'),(2898,3873,'action started via WP Cron','2020-12-22 11:55:58','2020-12-22 03:55:58'),(2899,3873,'action complete via WP Cron','2020-12-22 11:55:58','2020-12-22 03:55:58'),(2900,3874,'action created','2020-12-22 11:55:58','2020-12-22 03:55:58'),(2901,3874,'action started via WP Cron','2020-12-22 11:57:06','2020-12-22 03:57:06'),(2902,3874,'action complete via WP Cron','2020-12-22 11:57:06','2020-12-22 03:57:06'),(2903,3875,'action created','2020-12-22 11:57:06','2020-12-22 03:57:06'),(2904,3875,'action started via WP Cron','2020-12-22 11:58:19','2020-12-22 03:58:19'),(2905,3875,'action complete via WP Cron','2020-12-22 11:58:19','2020-12-22 03:58:19'),(2906,3876,'action created','2020-12-22 11:58:19','2020-12-22 03:58:19'),(2907,3876,'action started via WP Cron','2020-12-22 11:58:52','2020-12-22 03:58:52'),(2908,3876,'action complete via WP Cron','2020-12-22 11:58:52','2020-12-22 03:58:52'),(2909,3877,'action created','2020-12-22 11:58:52','2020-12-22 03:58:52'),(2910,3877,'action started via WP Cron','2020-12-22 12:00:05','2020-12-22 04:00:05'),(2911,3877,'action complete via WP Cron','2020-12-22 12:00:05','2020-12-22 04:00:05'),(2912,3878,'action created','2020-12-22 12:00:05','2020-12-22 04:00:05'),(2913,3878,'action started via WP Cron','2020-12-22 12:01:20','2020-12-22 04:01:20'),(2914,3878,'action complete via WP Cron','2020-12-22 12:01:20','2020-12-22 04:01:20'),(2915,3879,'action created','2020-12-22 12:01:20','2020-12-22 04:01:20'),(2916,3879,'action started via WP Cron','2020-12-22 12:01:57','2020-12-22 04:01:57'),(2917,3879,'action complete via WP Cron','2020-12-22 12:01:57','2020-12-22 04:01:57'),(2918,3880,'action created','2020-12-22 12:01:57','2020-12-22 04:01:57'),(2919,3880,'action started via WP Cron','2020-12-22 12:03:04','2020-12-22 04:03:04'),(2920,3880,'action complete via WP Cron','2020-12-22 12:03:04','2020-12-22 04:03:04'),(2921,3881,'action created','2020-12-22 12:03:04','2020-12-22 04:03:04'),(2922,3881,'action started via WP Cron','2020-12-22 12:03:56','2020-12-22 04:03:56'),(2923,3881,'action complete via WP Cron','2020-12-22 12:03:56','2020-12-22 04:03:56'),(2924,3882,'action created','2020-12-22 12:03:56','2020-12-22 04:03:56'),(2925,3882,'action started via WP Cron','2020-12-22 12:04:56','2020-12-22 04:04:56'),(2926,3882,'action complete via WP Cron','2020-12-22 12:04:56','2020-12-22 04:04:56'),(2927,3883,'action created','2020-12-22 12:04:56','2020-12-22 04:04:56'),(2928,3883,'action started via WP Cron','2020-12-22 12:05:46','2020-12-22 04:05:46'),(2929,3883,'action complete via WP Cron','2020-12-22 12:05:46','2020-12-22 04:05:46'),(2930,3884,'action created','2020-12-22 12:05:46','2020-12-22 04:05:46'),(2931,3884,'action started via WP Cron','2020-12-22 12:06:43','2020-12-22 04:06:43'),(2932,3884,'action complete via WP Cron','2020-12-22 12:06:43','2020-12-22 04:06:43'),(2933,3885,'action created','2020-12-22 12:06:43','2020-12-22 04:06:43'),(2934,3885,'action started via WP Cron','2020-12-22 12:08:03','2020-12-22 04:08:03'),(2935,3885,'action complete via WP Cron','2020-12-22 12:08:03','2020-12-22 04:08:03'),(2936,3886,'action created','2020-12-22 12:08:03','2020-12-22 04:08:03'),(2937,3886,'action started via WP Cron','2020-12-22 12:11:28','2020-12-22 04:11:28'),(2938,3886,'action complete via WP Cron','2020-12-22 12:11:28','2020-12-22 04:11:28'),(2939,3887,'action created','2020-12-22 12:11:28','2020-12-22 04:11:28'),(2940,3887,'action started via WP Cron','2020-12-22 12:13:00','2020-12-22 04:13:00'),(2941,3887,'action complete via WP Cron','2020-12-22 12:13:00','2020-12-22 04:13:00'),(2942,3888,'action created','2020-12-22 12:13:00','2020-12-22 04:13:00'),(2943,3888,'action started via WP Cron','2020-12-22 12:14:01','2020-12-22 04:14:01'),(2944,3888,'action complete via WP Cron','2020-12-22 12:14:01','2020-12-22 04:14:01'),(2945,3889,'action created','2020-12-22 12:14:01','2020-12-22 04:14:01'),(2946,3889,'action started via WP Cron','2020-12-22 12:15:03','2020-12-22 04:15:03'),(2947,3889,'action complete via WP Cron','2020-12-22 12:15:03','2020-12-22 04:15:03'),(2948,3890,'action created','2020-12-22 12:15:39','2020-12-22 04:15:39'),(2949,3890,'action started via WP Cron','2020-12-22 12:16:03','2020-12-22 04:16:03'),(2950,3890,'action complete via WP Cron','2020-12-22 12:16:03','2020-12-22 04:16:03'),(2951,3891,'action created','2020-12-22 12:16:03','2020-12-22 04:16:03'),(2952,3891,'action started via WP Cron','2020-12-22 12:16:41','2020-12-22 04:16:41'),(2953,3891,'action complete via WP Cron','2020-12-22 12:16:41','2020-12-22 04:16:41'),(2954,3892,'action created','2020-12-22 12:16:41','2020-12-22 04:16:41'),(2955,3892,'action started via WP Cron','2020-12-22 12:18:36','2020-12-22 04:18:36'),(2956,3892,'action complete via WP Cron','2020-12-22 12:18:36','2020-12-22 04:18:36'),(2957,3893,'action created','2020-12-22 12:18:36','2020-12-22 04:18:36'),(2958,3893,'action started via WP Cron','2020-12-22 12:19:37','2020-12-22 04:19:37'),(2959,3893,'action complete via WP Cron','2020-12-22 12:19:37','2020-12-22 04:19:37'),(2960,3894,'action created','2020-12-22 12:19:37','2020-12-22 04:19:37'),(2961,3894,'action started via WP Cron','2020-12-22 12:33:57','2020-12-22 04:33:57'),(2962,3894,'action complete via WP Cron','2020-12-22 12:33:57','2020-12-22 04:33:57'),(2963,3895,'action created','2020-12-22 12:33:57','2020-12-22 04:33:57'),(2964,3895,'action started via WP Cron','2020-12-22 12:34:57','2020-12-22 04:34:57'),(2965,3895,'action complete via WP Cron','2020-12-22 12:34:57','2020-12-22 04:34:57'),(2966,3896,'action created','2020-12-22 12:34:57','2020-12-22 04:34:57'),(2967,3896,'action started via WP Cron','2020-12-22 12:35:58','2020-12-22 04:35:58'),(2968,3896,'action complete via WP Cron','2020-12-22 12:35:58','2020-12-22 04:35:58'),(2969,3897,'action created','2020-12-22 12:35:58','2020-12-22 04:35:58'),(2970,3897,'action started via WP Cron','2020-12-22 12:38:00','2020-12-22 04:38:00'),(2971,3897,'action complete via WP Cron','2020-12-22 12:38:00','2020-12-22 04:38:00'),(2972,3898,'action created','2020-12-22 12:38:00','2020-12-22 04:38:00'),(2973,3898,'action started via WP Cron','2020-12-22 12:39:00','2020-12-22 04:39:00'),(2974,3898,'action complete via WP Cron','2020-12-22 12:39:00','2020-12-22 04:39:00'),(2975,3899,'action created','2020-12-22 12:39:01','2020-12-22 04:39:01'),(2976,3899,'action started via WP Cron','2020-12-22 12:40:03','2020-12-22 04:40:03'),(2977,3899,'action complete via WP Cron','2020-12-22 12:40:03','2020-12-22 04:40:03'),(2978,3900,'action created','2020-12-22 12:41:13','2020-12-22 04:41:13'),(2979,3900,'action started via WP Cron','2020-12-22 12:42:02','2020-12-22 04:42:02'),(2980,3900,'action complete via WP Cron','2020-12-22 12:42:02','2020-12-22 04:42:02'),(2981,3901,'action created','2020-12-22 12:42:02','2020-12-22 04:42:02'),(2982,3901,'action started via WP Cron','2020-12-22 12:52:49','2020-12-22 04:52:49'),(2983,3901,'action complete via WP Cron','2020-12-22 12:52:49','2020-12-22 04:52:49'),(2984,3902,'action created','2020-12-22 12:52:49','2020-12-22 04:52:49'),(2985,3902,'action started via WP Cron','2020-12-22 12:53:57','2020-12-22 04:53:57'),(2986,3902,'action complete via WP Cron','2020-12-22 12:53:57','2020-12-22 04:53:57'),(2987,3903,'action created','2020-12-22 12:53:57','2020-12-22 04:53:57'),(2988,3903,'action started via WP Cron','2020-12-22 12:55:20','2020-12-22 04:55:20'),(2989,3903,'action complete via WP Cron','2020-12-22 12:55:20','2020-12-22 04:55:20'),(2990,3904,'action created','2020-12-22 12:55:20','2020-12-22 04:55:20'),(2991,3904,'action started via WP Cron','2020-12-22 12:56:14','2020-12-22 04:56:14'),(2992,3904,'action complete via WP Cron','2020-12-22 12:56:14','2020-12-22 04:56:14'),(2993,3905,'action created','2020-12-22 12:56:14','2020-12-22 04:56:14'),(2994,3905,'action started via WP Cron','2020-12-22 12:57:11','2020-12-22 04:57:11'),(2995,3905,'action complete via WP Cron','2020-12-22 12:57:11','2020-12-22 04:57:11'),(2996,3906,'action created','2020-12-22 12:57:11','2020-12-22 04:57:11'),(2997,3906,'action started via WP Cron','2020-12-22 12:58:16','2020-12-22 04:58:16'),(2998,3906,'action complete via WP Cron','2020-12-22 12:58:16','2020-12-22 04:58:16'),(2999,3907,'action created','2020-12-22 12:58:16','2020-12-22 04:58:16'),(3000,3907,'action started via WP Cron','2020-12-22 13:04:21','2020-12-22 05:04:21'),(3001,3907,'action complete via WP Cron','2020-12-22 13:04:21','2020-12-22 05:04:21'),(3002,3908,'action created','2020-12-22 13:04:21','2020-12-22 05:04:21'),(3003,3908,'action started via WP Cron','2020-12-22 13:05:51','2020-12-22 05:05:51'),(3004,3908,'action complete via WP Cron','2020-12-22 13:05:51','2020-12-22 05:05:51'),(3005,3909,'action created','2020-12-22 13:05:52','2020-12-22 05:05:52'),(3006,3909,'action started via WP Cron','2020-12-22 13:12:11','2020-12-22 05:12:11'),(3007,3909,'action complete via WP Cron','2020-12-22 13:12:11','2020-12-22 05:12:11'),(3008,3910,'action created','2020-12-22 13:15:16','2020-12-22 05:15:16'),(3009,3910,'action started via WP Cron','2020-12-22 13:16:25','2020-12-22 05:16:25'),(3010,3910,'action complete via WP Cron','2020-12-22 13:16:25','2020-12-22 05:16:25'),(3011,3911,'action created','2020-12-22 13:16:46','2020-12-22 05:16:46'),(3012,3911,'action started via WP Cron','2020-12-22 13:17:45','2020-12-22 05:17:45'),(3013,3911,'action complete via WP Cron','2020-12-22 13:17:45','2020-12-22 05:17:45'),(3014,3912,'action created','2020-12-22 13:17:45','2020-12-22 05:17:45'),(3015,3912,'action started via WP Cron','2020-12-22 13:18:46','2020-12-22 05:18:46'),(3016,3912,'action complete via WP Cron','2020-12-22 13:18:46','2020-12-22 05:18:46'),(3017,3913,'action created','2020-12-22 13:18:46','2020-12-22 05:18:46'),(3018,3913,'action started via WP Cron','2020-12-22 13:19:47','2020-12-22 05:19:47'),(3019,3913,'action complete via WP Cron','2020-12-22 13:19:47','2020-12-22 05:19:47'),(3020,3914,'action created','2020-12-22 13:19:47','2020-12-22 05:19:47'),(3021,3914,'action started via WP Cron','2020-12-22 13:22:51','2020-12-22 05:22:51'),(3022,3914,'action complete via WP Cron','2020-12-22 13:22:51','2020-12-22 05:22:51'),(3023,3915,'action created','2020-12-22 13:22:51','2020-12-22 05:22:51'),(3024,3915,'action started via WP Cron','2020-12-22 13:23:54','2020-12-22 05:23:54'),(3025,3915,'action complete via WP Cron','2020-12-22 13:23:54','2020-12-22 05:23:54'),(3026,3916,'action created','2020-12-22 13:23:54','2020-12-22 05:23:54'),(3027,3916,'action started via WP Cron','2020-12-22 13:26:51','2020-12-22 05:26:51'),(3028,3916,'action complete via WP Cron','2020-12-22 13:26:51','2020-12-22 05:26:51'),(3029,3917,'action created','2020-12-22 13:26:51','2020-12-22 05:26:51'),(3030,3917,'action started via WP Cron','2020-12-22 13:27:43','2020-12-22 05:27:43'),(3031,3917,'action complete via WP Cron','2020-12-22 13:27:43','2020-12-22 05:27:43'),(3032,3918,'action created','2020-12-22 13:27:44','2020-12-22 05:27:44'),(3033,3918,'action started via WP Cron','2020-12-22 13:28:44','2020-12-22 05:28:44'),(3034,3918,'action complete via WP Cron','2020-12-22 13:28:44','2020-12-22 05:28:44'),(3035,3919,'action created','2020-12-22 13:28:44','2020-12-22 05:28:44'),(3036,3919,'action started via WP Cron','2020-12-22 13:29:41','2020-12-22 05:29:41'),(3037,3919,'action complete via WP Cron','2020-12-22 13:29:41','2020-12-22 05:29:41'),(3038,3920,'action created','2020-12-22 13:29:41','2020-12-22 05:29:41'),(3039,3920,'action started via WP Cron','2020-12-22 13:30:40','2020-12-22 05:30:40'),(3040,3920,'action complete via WP Cron','2020-12-22 13:30:40','2020-12-22 05:30:40'),(3041,3921,'action created','2020-12-22 13:30:41','2020-12-22 05:30:41'),(3042,3921,'action started via WP Cron','2020-12-22 13:31:41','2020-12-22 05:31:41'),(3043,3921,'action complete via WP Cron','2020-12-22 13:31:41','2020-12-22 05:31:41'),(3044,3922,'action created','2020-12-22 13:31:42','2020-12-22 05:31:42'),(3045,3922,'action started via WP Cron','2020-12-22 13:32:40','2020-12-22 05:32:40'),(3046,3922,'action complete via WP Cron','2020-12-22 13:32:40','2020-12-22 05:32:40'),(3047,3923,'action created','2020-12-22 13:32:41','2020-12-22 05:32:41'),(3048,3923,'action started via WP Cron','2020-12-22 13:33:41','2020-12-22 05:33:41'),(3049,3923,'action complete via WP Cron','2020-12-22 13:33:41','2020-12-22 05:33:41'),(3050,3924,'action created','2020-12-22 13:33:41','2020-12-22 05:33:41'),(3051,3924,'action started via WP Cron','2020-12-22 13:34:41','2020-12-22 05:34:41'),(3052,3924,'action complete via WP Cron','2020-12-22 13:34:41','2020-12-22 05:34:41'),(3053,3925,'action created','2020-12-22 13:34:42','2020-12-22 05:34:42'),(3054,3925,'action started via WP Cron','2020-12-22 13:35:42','2020-12-22 05:35:42'),(3055,3925,'action complete via WP Cron','2020-12-22 13:35:42','2020-12-22 05:35:42'),(3056,3926,'action created','2020-12-22 13:35:42','2020-12-22 05:35:42'),(3057,3926,'action started via WP Cron','2020-12-22 13:36:41','2020-12-22 05:36:41'),(3058,3926,'action complete via WP Cron','2020-12-22 13:36:41','2020-12-22 05:36:41'),(3059,3927,'action created','2020-12-22 13:36:41','2020-12-22 05:36:41'),(3060,3927,'action started via WP Cron','2020-12-22 13:37:42','2020-12-22 05:37:42'),(3061,3927,'action complete via WP Cron','2020-12-22 13:37:42','2020-12-22 05:37:42'),(3062,3928,'action created','2020-12-22 13:37:42','2020-12-22 05:37:42'),(3063,3928,'action started via WP Cron','2020-12-22 13:38:41','2020-12-22 05:38:41'),(3064,3928,'action complete via WP Cron','2020-12-22 13:38:41','2020-12-22 05:38:41'),(3065,3929,'action created','2020-12-22 13:38:41','2020-12-22 05:38:41'),(3066,3929,'action started via WP Cron','2020-12-22 13:39:41','2020-12-22 05:39:41'),(3067,3929,'action complete via WP Cron','2020-12-22 13:39:41','2020-12-22 05:39:41'),(3068,3930,'action created','2020-12-22 13:39:42','2020-12-22 05:39:42'),(3069,3930,'action started via WP Cron','2020-12-22 13:40:48','2020-12-22 05:40:48'),(3070,3930,'action complete via WP Cron','2020-12-22 13:40:48','2020-12-22 05:40:48'),(3071,3931,'action created','2020-12-22 13:40:48','2020-12-22 05:40:48'),(3072,3931,'action started via WP Cron','2020-12-22 13:41:42','2020-12-22 05:41:42'),(3073,3931,'action complete via WP Cron','2020-12-22 13:41:42','2020-12-22 05:41:42'),(3074,3932,'action created','2020-12-22 13:41:42','2020-12-22 05:41:42'),(3075,3932,'action started via WP Cron','2020-12-22 13:42:46','2020-12-22 05:42:46'),(3076,3932,'action complete via WP Cron','2020-12-22 13:42:46','2020-12-22 05:42:46'),(3077,3933,'action created','2020-12-22 13:42:46','2020-12-22 05:42:46'),(3078,3933,'action started via WP Cron','2020-12-22 13:47:25','2020-12-22 05:47:25'),(3079,3933,'action complete via WP Cron','2020-12-22 13:47:25','2020-12-22 05:47:25'),(3080,3934,'action created','2020-12-22 13:47:25','2020-12-22 05:47:25'),(3081,3934,'action started via WP Cron','2020-12-22 13:55:41','2020-12-22 05:55:41'),(3082,3934,'action complete via WP Cron','2020-12-22 13:55:41','2020-12-22 05:55:41'),(3083,3935,'action created','2020-12-22 13:55:41','2020-12-22 05:55:41'),(3084,3935,'action started via WP Cron','2020-12-22 13:58:21','2020-12-22 05:58:21'),(3085,3935,'action complete via WP Cron','2020-12-22 13:58:21','2020-12-22 05:58:21'),(3086,3936,'action created','2020-12-22 13:58:21','2020-12-22 05:58:21'),(3087,3936,'action started via WP Cron','2020-12-22 13:59:16','2020-12-22 05:59:16'),(3088,3936,'action complete via WP Cron','2020-12-22 13:59:16','2020-12-22 05:59:16'),(3089,3937,'action created','2020-12-22 13:59:16','2020-12-22 05:59:16'),(3090,3937,'action started via WP Cron','2020-12-22 14:01:18','2020-12-22 06:01:18'),(3091,3937,'action complete via WP Cron','2020-12-22 14:01:18','2020-12-22 06:01:18'),(3092,3938,'action created','2020-12-22 14:01:18','2020-12-22 06:01:18'),(3093,3938,'action started via WP Cron','2020-12-22 14:02:19','2020-12-22 06:02:19'),(3094,3938,'action complete via WP Cron','2020-12-22 14:02:19','2020-12-22 06:02:19'),(3095,3939,'action created','2020-12-22 14:02:19','2020-12-22 06:02:19'),(3096,3939,'action started via WP Cron','2020-12-22 14:03:20','2020-12-22 06:03:20'),(3097,3939,'action complete via WP Cron','2020-12-22 14:03:20','2020-12-22 06:03:20'),(3098,3940,'action created','2020-12-22 14:03:20','2020-12-22 06:03:20'),(3099,3940,'action started via WP Cron','2020-12-22 14:06:45','2020-12-22 06:06:45'),(3100,3940,'action complete via WP Cron','2020-12-22 14:06:45','2020-12-22 06:06:45'),(3101,3941,'action created','2020-12-22 14:06:45','2020-12-22 06:06:45'),(3102,3941,'action started via WP Cron','2020-12-22 14:13:09','2020-12-22 06:13:09'),(3103,3941,'action complete via WP Cron','2020-12-22 14:13:09','2020-12-22 06:13:09'),(3104,3942,'action created','2020-12-22 14:13:09','2020-12-22 06:13:09'),(3105,3942,'action started via WP Cron','2020-12-22 14:20:35','2020-12-22 06:20:35'),(3106,3942,'action complete via WP Cron','2020-12-22 14:20:35','2020-12-22 06:20:35'),(3107,3943,'action created','2020-12-22 14:20:35','2020-12-22 06:20:35'),(3108,3943,'action started via WP Cron','2020-12-22 14:25:23','2020-12-22 06:25:23'),(3109,3943,'action complete via WP Cron','2020-12-22 14:25:23','2020-12-22 06:25:23'),(3110,3944,'action created','2020-12-22 14:25:23','2020-12-22 06:25:23'),(3111,3944,'action started via WP Cron','2020-12-22 14:26:26','2020-12-22 06:26:26'),(3112,3944,'action complete via WP Cron','2020-12-22 14:26:26','2020-12-22 06:26:26'),(3113,3945,'action created','2020-12-22 14:26:26','2020-12-22 06:26:26'),(3114,3945,'action started via WP Cron','2020-12-22 14:27:07','2020-12-22 06:27:07'),(3115,3945,'action complete via WP Cron','2020-12-22 14:27:07','2020-12-22 06:27:07'),(3116,3946,'action created','2020-12-22 14:27:07','2020-12-22 06:27:07'),(3117,3946,'action started via WP Cron','2020-12-22 14:28:46','2020-12-22 06:28:46'),(3118,3946,'action complete via WP Cron','2020-12-22 14:28:46','2020-12-22 06:28:46'),(3119,3947,'action created','2020-12-22 14:28:46','2020-12-22 06:28:46'),(3120,3947,'action started via WP Cron','2020-12-22 14:29:45','2020-12-22 06:29:45'),(3121,3947,'action complete via WP Cron','2020-12-22 14:29:45','2020-12-22 06:29:45'),(3122,3948,'action created','2020-12-22 14:29:45','2020-12-22 06:29:45'),(3123,3948,'action started via WP Cron','2020-12-22 14:30:45','2020-12-22 06:30:45'),(3124,3948,'action complete via WP Cron','2020-12-22 14:30:45','2020-12-22 06:30:45'),(3125,3949,'action created','2020-12-22 14:30:45','2020-12-22 06:30:45'),(3126,3949,'action started via WP Cron','2020-12-22 14:31:44','2020-12-22 06:31:44'),(3127,3949,'action complete via WP Cron','2020-12-22 14:31:44','2020-12-22 06:31:44'),(3128,3950,'action created','2020-12-22 14:31:44','2020-12-22 06:31:44'),(3129,3950,'action started via WP Cron','2020-12-22 14:32:44','2020-12-22 06:32:44'),(3130,3950,'action complete via WP Cron','2020-12-22 14:32:44','2020-12-22 06:32:44'),(3131,3951,'action created','2020-12-22 14:32:44','2020-12-22 06:32:44'),(3132,3951,'action started via WP Cron','2020-12-22 14:33:41','2020-12-22 06:33:41'),(3133,3951,'action complete via WP Cron','2020-12-22 14:33:41','2020-12-22 06:33:41'),(3134,3952,'action created','2020-12-22 14:33:42','2020-12-22 06:33:42'),(3135,3952,'action started via WP Cron','2020-12-22 14:34:43','2020-12-22 06:34:43'),(3136,3952,'action complete via WP Cron','2020-12-22 14:34:43','2020-12-22 06:34:43'),(3137,3953,'action created','2020-12-22 14:34:43','2020-12-22 06:34:43'),(3138,3953,'action started via WP Cron','2020-12-22 14:37:56','2020-12-22 06:37:56'),(3139,3953,'action complete via WP Cron','2020-12-22 14:37:56','2020-12-22 06:37:56'),(3140,3954,'action created','2020-12-22 14:37:56','2020-12-22 06:37:56'),(3141,3954,'action started via WP Cron','2020-12-22 15:02:32','2020-12-22 07:02:32'),(3142,3954,'action complete via WP Cron','2020-12-22 15:02:32','2020-12-22 07:02:32'),(3143,3955,'action created','2020-12-22 15:02:32','2020-12-22 07:02:32'),(3144,3955,'action started via WP Cron','2020-12-22 15:04:26','2020-12-22 07:04:26'),(3145,3955,'action complete via WP Cron','2020-12-22 15:04:26','2020-12-22 07:04:26'),(3146,3956,'action created','2020-12-22 15:04:26','2020-12-22 07:04:26'),(3147,3956,'action started via WP Cron','2020-12-22 15:06:54','2020-12-22 07:06:54'),(3148,3956,'action complete via WP Cron','2020-12-22 15:06:54','2020-12-22 07:06:54'),(3149,3957,'action created','2020-12-22 15:06:54','2020-12-22 07:06:54'),(3150,3957,'action started via WP Cron','2020-12-22 15:07:41','2020-12-22 07:07:41'),(3151,3957,'action complete via WP Cron','2020-12-22 15:07:41','2020-12-22 07:07:41'),(3152,3958,'action created','2020-12-22 15:07:41','2020-12-22 07:07:41'),(3153,3958,'action started via WP Cron','2020-12-22 15:11:20','2020-12-22 07:11:20'),(3154,3958,'action complete via WP Cron','2020-12-22 15:11:20','2020-12-22 07:11:20'),(3155,3959,'action created','2020-12-22 15:11:20','2020-12-22 07:11:20'),(3156,3959,'action started via WP Cron','2020-12-22 15:17:44','2020-12-22 07:17:44'),(3157,3959,'action complete via WP Cron','2020-12-22 15:17:44','2020-12-22 07:17:44'),(3158,3960,'action created','2020-12-22 15:17:44','2020-12-22 07:17:44'),(3159,3960,'action started via WP Cron','2020-12-22 15:18:42','2020-12-22 07:18:42'),(3160,3960,'action complete via WP Cron','2020-12-22 15:18:42','2020-12-22 07:18:42'),(3161,3961,'action created','2020-12-22 15:18:42','2020-12-22 07:18:42'),(3162,3961,'action started via WP Cron','2020-12-22 15:23:08','2020-12-22 07:23:08'),(3163,3961,'action complete via WP Cron','2020-12-22 15:23:08','2020-12-22 07:23:08'),(3164,3962,'action created','2020-12-22 15:23:08','2020-12-22 07:23:08'),(3165,3962,'action started via WP Cron','2020-12-22 15:25:10','2020-12-22 07:25:10'),(3166,3962,'action complete via WP Cron','2020-12-22 15:25:10','2020-12-22 07:25:10'),(3167,3963,'action created','2020-12-22 15:25:37','2020-12-22 07:25:37'),(3168,3963,'action started via WP Cron','2020-12-22 15:26:46','2020-12-22 07:26:46'),(3169,3963,'action complete via WP Cron','2020-12-22 15:26:46','2020-12-22 07:26:46'),(3170,3964,'action created','2020-12-22 15:26:46','2020-12-22 07:26:46'),(3171,3964,'action started via WP Cron','2020-12-22 15:27:52','2020-12-22 07:27:52'),(3172,3964,'action complete via WP Cron','2020-12-22 15:27:52','2020-12-22 07:27:52'),(3173,3965,'action created','2020-12-22 15:27:52','2020-12-22 07:27:52'),(3174,3965,'action started via WP Cron','2020-12-22 15:29:40','2020-12-22 07:29:40'),(3175,3965,'action complete via WP Cron','2020-12-22 15:29:40','2020-12-22 07:29:40'),(3176,3966,'action created','2020-12-22 15:29:40','2020-12-22 07:29:40'),(3177,3966,'action started via WP Cron','2020-12-22 15:30:49','2020-12-22 07:30:49'),(3178,3966,'action complete via WP Cron','2020-12-22 15:30:49','2020-12-22 07:30:49'),(3179,3967,'action created','2020-12-22 15:30:49','2020-12-22 07:30:49'),(3180,3967,'action started via WP Cron','2020-12-22 15:33:31','2020-12-22 07:33:31'),(3181,3967,'action complete via WP Cron','2020-12-22 15:33:31','2020-12-22 07:33:31'),(3182,3968,'action created','2020-12-22 15:33:32','2020-12-22 07:33:32'),(3183,3968,'action started via WP Cron','2020-12-22 15:34:26','2020-12-22 07:34:26'),(3184,3968,'action complete via WP Cron','2020-12-22 15:34:26','2020-12-22 07:34:26'),(3185,3969,'action created','2020-12-22 15:34:26','2020-12-22 07:34:26'),(3186,3969,'action started via WP Cron','2020-12-22 15:35:26','2020-12-22 07:35:26'),(3187,3969,'action complete via WP Cron','2020-12-22 15:35:26','2020-12-22 07:35:26'),(3188,3970,'action created','2020-12-22 15:35:26','2020-12-22 07:35:26'),(3189,3970,'action started via WP Cron','2020-12-22 15:35:56','2020-12-22 07:35:56'),(3190,3970,'action complete via WP Cron','2020-12-22 15:35:56','2020-12-22 07:35:56'),(3191,3971,'action created','2020-12-22 15:35:56','2020-12-22 07:35:56'),(3192,3971,'action started via WP Cron','2020-12-22 15:36:53','2020-12-22 07:36:53'),(3193,3971,'action complete via WP Cron','2020-12-22 15:36:53','2020-12-22 07:36:53'),(3194,3972,'action created','2020-12-22 15:36:53','2020-12-22 07:36:53'),(3195,3972,'action started via WP Cron','2020-12-22 15:46:04','2020-12-22 07:46:04'),(3196,3972,'action complete via WP Cron','2020-12-22 15:46:04','2020-12-22 07:46:04'),(3197,3973,'action created','2020-12-22 15:46:04','2020-12-22 07:46:04'),(3198,3973,'action started via WP Cron','2020-12-22 15:47:04','2020-12-22 07:47:04'),(3199,3973,'action complete via WP Cron','2020-12-22 15:47:04','2020-12-22 07:47:04'),(3200,3974,'action created','2020-12-22 15:47:04','2020-12-22 07:47:04'),(3201,3974,'action started via WP Cron','2020-12-22 15:47:55','2020-12-22 07:47:55'),(3202,3974,'action complete via WP Cron','2020-12-22 15:47:55','2020-12-22 07:47:55'),(3203,3975,'action created','2020-12-22 15:47:55','2020-12-22 07:47:55'),(3204,3975,'action started via WP Cron','2020-12-22 15:48:50','2020-12-22 07:48:50'),(3205,3975,'action complete via WP Cron','2020-12-22 15:48:50','2020-12-22 07:48:50'),(3206,3976,'action created','2020-12-22 15:48:50','2020-12-22 07:48:50'),(3207,3976,'action started via WP Cron','2020-12-22 15:49:50','2020-12-22 07:49:50'),(3208,3976,'action complete via WP Cron','2020-12-22 15:49:50','2020-12-22 07:49:50'),(3209,3977,'action created','2020-12-22 15:49:50','2020-12-22 07:49:50'),(3210,3977,'action started via WP Cron','2020-12-22 15:50:42','2020-12-22 07:50:42'),(3211,3977,'action complete via WP Cron','2020-12-22 15:50:42','2020-12-22 07:50:42'),(3212,3978,'action created','2020-12-22 15:50:42','2020-12-22 07:50:42'),(3213,3978,'action started via WP Cron','2020-12-22 15:51:59','2020-12-22 07:51:59'),(3214,3978,'action complete via WP Cron','2020-12-22 15:51:59','2020-12-22 07:51:59'),(3215,3979,'action created','2020-12-22 15:51:59','2020-12-22 07:51:59'),(3216,3979,'action started via WP Cron','2020-12-22 15:52:46','2020-12-22 07:52:46'),(3217,3979,'action complete via WP Cron','2020-12-22 15:52:46','2020-12-22 07:52:46'),(3218,3980,'action created','2020-12-22 15:52:46','2020-12-22 07:52:46'),(3219,3980,'action started via WP Cron','2020-12-22 15:54:33','2020-12-22 07:54:33'),(3220,3980,'action complete via WP Cron','2020-12-22 15:54:33','2020-12-22 07:54:33'),(3221,3981,'action created','2020-12-22 15:54:33','2020-12-22 07:54:33'),(3222,3981,'action started via WP Cron','2020-12-22 15:55:34','2020-12-22 07:55:34'),(3223,3981,'action complete via WP Cron','2020-12-22 15:55:34','2020-12-22 07:55:34'),(3224,3982,'action created','2020-12-22 15:55:34','2020-12-22 07:55:34'),(3225,3982,'action started via WP Cron','2020-12-22 16:00:58','2020-12-22 08:00:58'),(3226,3982,'action complete via WP Cron','2020-12-22 16:00:58','2020-12-22 08:00:58'),(3227,3983,'action created','2020-12-22 16:00:58','2020-12-22 08:00:58'),(3228,3983,'action started via WP Cron','2020-12-22 16:13:34','2020-12-22 08:13:34'),(3229,3983,'action complete via WP Cron','2020-12-22 16:13:34','2020-12-22 08:13:34'),(3230,3984,'action created','2020-12-22 16:13:34','2020-12-22 08:13:34'),(3231,3984,'action started via WP Cron','2020-12-22 16:14:14','2020-12-22 08:14:14'),(3232,3984,'action complete via WP Cron','2020-12-22 16:14:14','2020-12-22 08:14:14'),(3233,3985,'action created','2020-12-22 16:14:14','2020-12-22 08:14:14'),(3234,3985,'action started via WP Cron','2020-12-22 16:23:02','2020-12-22 08:23:02'),(3235,3985,'action complete via WP Cron','2020-12-22 16:23:02','2020-12-22 08:23:02'),(3236,3986,'action created','2020-12-22 16:23:02','2020-12-22 08:23:02'),(3237,3986,'action started via WP Cron','2020-12-22 16:23:52','2020-12-22 08:23:52'),(3238,3986,'action complete via WP Cron','2020-12-22 16:23:52','2020-12-22 08:23:52'),(3239,3987,'action created','2020-12-22 16:23:52','2020-12-22 08:23:52'),(3240,3987,'action started via WP Cron','2020-12-22 16:27:54','2020-12-22 08:27:54'),(3241,3987,'action complete via WP Cron','2020-12-22 16:27:54','2020-12-22 08:27:54'),(3242,3988,'action created','2020-12-22 16:27:54','2020-12-22 08:27:54'),(3243,3988,'action started via WP Cron','2020-12-22 16:29:44','2020-12-22 08:29:44'),(3244,3988,'action complete via WP Cron','2020-12-22 16:29:44','2020-12-22 08:29:44'),(3245,3989,'action created','2020-12-22 16:29:44','2020-12-22 08:29:44'),(3246,3989,'action started via WP Cron','2020-12-22 16:31:16','2020-12-22 08:31:16'),(3247,3989,'action complete via WP Cron','2020-12-22 16:31:16','2020-12-22 08:31:16'),(3248,3990,'action created','2020-12-22 16:31:16','2020-12-22 08:31:16'),(3249,3990,'action started via WP Cron','2020-12-22 16:33:17','2020-12-22 08:33:17'),(3250,3990,'action complete via WP Cron','2020-12-22 16:33:17','2020-12-22 08:33:17'),(3251,3991,'action created','2020-12-22 16:33:17','2020-12-22 08:33:17'),(3252,3991,'action started via WP Cron','2020-12-22 16:34:21','2020-12-22 08:34:21'),(3253,3991,'action complete via WP Cron','2020-12-22 16:34:21','2020-12-22 08:34:21'),(3254,3992,'action created','2020-12-22 16:34:21','2020-12-22 08:34:21'),(3255,3992,'action started via WP Cron','2020-12-22 16:35:23','2020-12-22 08:35:23'),(3256,3992,'action complete via WP Cron','2020-12-22 16:35:23','2020-12-22 08:35:23'),(3257,3993,'action created','2020-12-22 16:35:23','2020-12-22 08:35:23'),(3258,3993,'action started via WP Cron','2020-12-22 16:36:09','2020-12-22 08:36:09'),(3259,3993,'action complete via WP Cron','2020-12-22 16:36:09','2020-12-22 08:36:09'),(3260,3994,'action created','2020-12-22 16:36:09','2020-12-22 08:36:09'),(3261,3994,'action started via WP Cron','2020-12-22 16:37:10','2020-12-22 08:37:10'),(3262,3994,'action complete via WP Cron','2020-12-22 16:37:10','2020-12-22 08:37:10'),(3263,3995,'action created','2020-12-22 16:37:10','2020-12-22 08:37:10'),(3264,3995,'action started via WP Cron','2020-12-22 16:38:11','2020-12-22 08:38:11'),(3265,3995,'action complete via WP Cron','2020-12-22 16:38:11','2020-12-22 08:38:11'),(3266,3996,'action created','2020-12-22 16:38:11','2020-12-22 08:38:11'),(3267,3996,'action started via WP Cron','2020-12-22 16:51:27','2020-12-22 08:51:27'),(3268,3996,'action complete via WP Cron','2020-12-22 16:51:27','2020-12-22 08:51:27'),(3269,3997,'action created','2020-12-22 16:51:27','2020-12-22 08:51:27'),(3270,3997,'action started via WP Cron','2020-12-22 16:55:40','2020-12-22 08:55:40'),(3271,3997,'action complete via WP Cron','2020-12-22 16:55:40','2020-12-22 08:55:40'),(3272,3998,'action created','2020-12-22 16:55:40','2020-12-22 08:55:40'),(3273,3998,'action started via WP Cron','2020-12-22 16:57:35','2020-12-22 08:57:35'),(3274,3998,'action complete via WP Cron','2020-12-22 16:57:35','2020-12-22 08:57:35'),(3275,3999,'action created','2020-12-22 16:57:35','2020-12-22 08:57:35'),(3276,3999,'action started via WP Cron','2020-12-22 16:59:37','2020-12-22 08:59:37'),(3277,3999,'action complete via WP Cron','2020-12-22 16:59:37','2020-12-22 08:59:37'),(3278,4000,'action created','2020-12-22 16:59:37','2020-12-22 08:59:37'),(3279,4000,'action started via WP Cron','2020-12-22 17:00:38','2020-12-22 09:00:38'),(3280,4000,'action complete via WP Cron','2020-12-22 17:00:38','2020-12-22 09:00:38'),(3281,4001,'action created','2020-12-22 17:00:38','2020-12-22 09:00:38'),(3282,4001,'action started via WP Cron','2020-12-22 17:01:33','2020-12-22 09:01:33'),(3283,4001,'action complete via WP Cron','2020-12-22 17:01:33','2020-12-22 09:01:33'),(3284,4002,'action created','2020-12-22 17:01:33','2020-12-22 09:01:33'),(3285,4002,'action started via WP Cron','2020-12-22 17:02:22','2020-12-22 09:02:22'),(3286,4002,'action complete via WP Cron','2020-12-22 17:02:22','2020-12-22 09:02:22'),(3287,4003,'action created','2020-12-22 17:02:22','2020-12-22 09:02:22'),(3288,4003,'action started via WP Cron','2020-12-22 17:03:00','2020-12-22 09:03:00'),(3289,4003,'action complete via WP Cron','2020-12-22 17:03:00','2020-12-22 09:03:00'),(3290,4004,'action created','2020-12-22 17:03:00','2020-12-22 09:03:00'),(3291,4004,'action started via WP Cron','2020-12-22 17:03:53','2020-12-22 09:03:53'),(3292,4004,'action complete via WP Cron','2020-12-22 17:03:53','2020-12-22 09:03:53'),(3293,4005,'action created','2020-12-22 17:03:53','2020-12-22 09:03:53'),(3294,4005,'action started via WP Cron','2020-12-22 17:08:50','2020-12-22 09:08:50'),(3295,4005,'action complete via WP Cron','2020-12-22 17:08:50','2020-12-22 09:08:50'),(3296,4006,'action created','2020-12-22 17:08:50','2020-12-22 09:08:50'),(3297,4006,'action started via WP Cron','2020-12-22 17:09:51','2020-12-22 09:09:51'),(3298,4006,'action complete via WP Cron','2020-12-22 17:09:51','2020-12-22 09:09:51'),(3299,4007,'action created','2020-12-22 17:09:51','2020-12-22 09:09:51'),(3300,4007,'action started via WP Cron','2020-12-22 17:10:52','2020-12-22 09:10:52'),(3301,4007,'action complete via WP Cron','2020-12-22 17:10:52','2020-12-22 09:10:52'),(3302,4008,'action created','2020-12-22 17:10:52','2020-12-22 09:10:52'),(3303,4008,'action started via WP Cron','2020-12-22 17:11:55','2020-12-22 09:11:55'),(3304,4008,'action complete via WP Cron','2020-12-22 17:11:55','2020-12-22 09:11:55'),(3305,4009,'action created','2020-12-22 17:11:56','2020-12-22 09:11:56'),(3306,4009,'action started via WP Cron','2020-12-22 17:12:54','2020-12-22 09:12:54'),(3307,4009,'action complete via WP Cron','2020-12-22 17:12:54','2020-12-22 09:12:54'),(3308,4010,'action created','2020-12-22 17:12:54','2020-12-22 09:12:54'),(3309,4010,'action started via WP Cron','2020-12-22 17:13:55','2020-12-22 09:13:55'),(3310,4010,'action complete via WP Cron','2020-12-22 17:13:55','2020-12-22 09:13:55'),(3311,4011,'action created','2020-12-22 17:13:55','2020-12-22 09:13:55'),(3312,4011,'action started via WP Cron','2020-12-22 17:14:56','2020-12-22 09:14:56'),(3313,4011,'action complete via WP Cron','2020-12-22 17:14:56','2020-12-22 09:14:56'),(3314,4012,'action created','2020-12-22 17:14:56','2020-12-22 09:14:56'),(3315,4012,'action started via WP Cron','2020-12-22 17:18:13','2020-12-22 09:18:13'),(3316,4012,'action complete via WP Cron','2020-12-22 17:18:13','2020-12-22 09:18:13'),(3317,4013,'action created','2020-12-22 17:18:13','2020-12-22 09:18:13'),(3318,4013,'action started via WP Cron','2020-12-22 17:29:18','2020-12-22 09:29:18'),(3319,4013,'action complete via WP Cron','2020-12-22 17:29:18','2020-12-22 09:29:18'),(3320,4014,'action created','2020-12-22 17:29:39','2020-12-22 09:29:39'),(3321,4014,'action started via WP Cron','2020-12-22 17:41:20','2020-12-22 09:41:20'),(3322,4014,'action complete via WP Cron','2020-12-22 17:41:20','2020-12-22 09:41:20'),(3323,4015,'action created','2020-12-22 17:41:20','2020-12-22 09:41:20'),(3324,4015,'action started via WP Cron','2020-12-22 17:46:50','2020-12-22 09:46:50'),(3325,4015,'action complete via WP Cron','2020-12-22 17:46:50','2020-12-22 09:46:50'),(3326,4016,'action created','2020-12-22 17:46:50','2020-12-22 09:46:50'),(3327,4016,'action started via WP Cron','2020-12-22 17:48:11','2020-12-22 09:48:11'),(3328,4016,'action complete via WP Cron','2020-12-22 17:48:11','2020-12-22 09:48:11'),(3329,4017,'action created','2020-12-22 17:48:11','2020-12-22 09:48:11'),(3330,4017,'action started via WP Cron','2020-12-22 17:50:32','2020-12-22 09:50:32'),(3331,4017,'action complete via WP Cron','2020-12-22 17:50:32','2020-12-22 09:50:32'),(3332,4018,'action created','2020-12-22 17:50:33','2020-12-22 09:50:33'),(3333,4018,'action started via WP Cron','2020-12-22 17:55:37','2020-12-22 09:55:37'),(3334,4018,'action complete via WP Cron','2020-12-22 17:55:37','2020-12-22 09:55:37'),(3335,4019,'action created','2020-12-22 17:55:37','2020-12-22 09:55:37'),(3336,4019,'action started via WP Cron','2020-12-22 17:59:37','2020-12-22 09:59:37'),(3337,4019,'action complete via WP Cron','2020-12-22 17:59:37','2020-12-22 09:59:37'),(3338,4020,'action created','2020-12-22 17:59:37','2020-12-22 09:59:37'),(3339,4020,'action started via WP Cron','2020-12-22 18:01:06','2020-12-22 10:01:06'),(3340,4020,'action complete via WP Cron','2020-12-22 18:01:06','2020-12-22 10:01:06'),(3341,4021,'action created','2020-12-22 18:01:06','2020-12-22 10:01:06'),(3342,4021,'action started via WP Cron','2020-12-22 18:01:41','2020-12-22 10:01:41'),(3343,4021,'action complete via WP Cron','2020-12-22 18:01:41','2020-12-22 10:01:41'),(3344,4022,'action created','2020-12-22 18:01:41','2020-12-22 10:01:41'),(3345,4022,'action started via WP Cron','2020-12-22 18:03:35','2020-12-22 10:03:35'),(3346,4022,'action complete via WP Cron','2020-12-22 18:03:35','2020-12-22 10:03:35'),(3347,4023,'action created','2020-12-22 18:03:35','2020-12-22 10:03:35'),(3348,4023,'action started via WP Cron','2020-12-22 18:04:41','2020-12-22 10:04:41'),(3349,4023,'action complete via WP Cron','2020-12-22 18:04:41','2020-12-22 10:04:41'),(3350,4024,'action created','2020-12-22 18:04:41','2020-12-22 10:04:41'),(3351,4024,'action started via WP Cron','2020-12-22 18:05:58','2020-12-22 10:05:58'),(3352,4024,'action complete via WP Cron','2020-12-22 18:05:58','2020-12-22 10:05:58'),(3353,4025,'action created','2020-12-22 18:05:58','2020-12-22 10:05:58'),(3354,4025,'action started via WP Cron','2020-12-22 18:09:09','2020-12-22 10:09:09'),(3355,4025,'action complete via WP Cron','2020-12-22 18:09:09','2020-12-22 10:09:09'),(3356,4026,'action created','2020-12-22 18:09:09','2020-12-22 10:09:09'),(3357,4026,'action started via WP Cron','2020-12-22 18:12:18','2020-12-22 10:12:18'),(3358,4026,'action complete via WP Cron','2020-12-22 18:12:18','2020-12-22 10:12:18'),(3359,4027,'action created','2020-12-22 18:12:18','2020-12-22 10:12:18'),(3360,4027,'action started via WP Cron','2020-12-22 18:15:38','2020-12-22 10:15:38'),(3361,4027,'action complete via WP Cron','2020-12-22 18:15:38','2020-12-22 10:15:38'),(3362,4028,'action created','2020-12-22 18:15:38','2020-12-22 10:15:38'),(3363,4028,'action started via WP Cron','2020-12-22 18:17:33','2020-12-22 10:17:33'),(3364,4028,'action complete via WP Cron','2020-12-22 18:17:33','2020-12-22 10:17:33'),(3365,4029,'action created','2020-12-22 18:17:33','2020-12-22 10:17:33'),(3366,4029,'action started via WP Cron','2020-12-22 18:18:09','2020-12-22 10:18:09'),(3367,4029,'action complete via WP Cron','2020-12-22 18:18:09','2020-12-22 10:18:09'),(3368,4030,'action created','2020-12-22 18:18:09','2020-12-22 10:18:09'),(3369,4030,'action started via WP Cron','2020-12-22 18:19:35','2020-12-22 10:19:35'),(3370,4030,'action complete via WP Cron','2020-12-22 18:19:35','2020-12-22 10:19:35'),(3371,4031,'action created','2020-12-22 18:19:35','2020-12-22 10:19:35'),(3372,4031,'action started via WP Cron','2020-12-22 18:20:39','2020-12-22 10:20:39'),(3373,4031,'action complete via WP Cron','2020-12-22 18:20:39','2020-12-22 10:20:39'),(3374,4032,'action created','2020-12-22 18:20:40','2020-12-22 10:20:40'),(3375,4032,'action started via WP Cron','2020-12-22 18:21:16','2020-12-22 10:21:16'),(3376,4032,'action complete via WP Cron','2020-12-22 18:21:16','2020-12-22 10:21:16'),(3377,4033,'action created','2020-12-22 18:21:16','2020-12-22 10:21:16'),(3378,4033,'action started via WP Cron','2020-12-22 18:22:33','2020-12-22 10:22:33'),(3379,4033,'action complete via WP Cron','2020-12-22 18:22:33','2020-12-22 10:22:33'),(3380,4034,'action created','2020-12-22 18:22:33','2020-12-22 10:22:33'),(3381,4034,'action started via WP Cron','2020-12-22 18:30:27','2020-12-22 10:30:27'),(3382,4034,'action complete via WP Cron','2020-12-22 18:30:27','2020-12-22 10:30:27'),(3383,4035,'action created','2020-12-22 18:30:27','2020-12-22 10:30:27'),(3384,4035,'action started via WP Cron','2020-12-22 18:32:07','2020-12-22 10:32:07'),(3385,4035,'action complete via WP Cron','2020-12-22 18:32:07','2020-12-22 10:32:07'),(3386,4036,'action created','2020-12-22 18:32:07','2020-12-22 10:32:07'),(3387,4036,'action started via WP Cron','2020-12-22 18:33:36','2020-12-22 10:33:36'),(3388,4036,'action complete via WP Cron','2020-12-22 18:33:36','2020-12-22 10:33:36'),(3389,4037,'action created','2020-12-22 18:33:36','2020-12-22 10:33:36'),(3390,4037,'action started via WP Cron','2020-12-22 18:34:16','2020-12-22 10:34:16'),(3391,4037,'action complete via WP Cron','2020-12-22 18:34:16','2020-12-22 10:34:16'),(3392,4038,'action created','2020-12-22 18:34:16','2020-12-22 10:34:16'),(3393,4038,'action started via WP Cron','2020-12-22 18:34:56','2020-12-22 10:34:56'),(3394,4038,'action complete via WP Cron','2020-12-22 18:34:56','2020-12-22 10:34:56'),(3395,4039,'action created','2020-12-22 18:34:56','2020-12-22 10:34:56'),(3396,4039,'action started via WP Cron','2020-12-22 18:35:41','2020-12-22 10:35:41'),(3397,4039,'action complete via WP Cron','2020-12-22 18:35:41','2020-12-22 10:35:41'),(3398,4040,'action created','2020-12-22 18:35:41','2020-12-22 10:35:41'),(3399,4040,'action started via WP Cron','2020-12-22 18:36:45','2020-12-22 10:36:45'),(3400,4040,'action complete via WP Cron','2020-12-22 18:36:45','2020-12-22 10:36:45'),(3401,4041,'action created','2020-12-22 18:36:45','2020-12-22 10:36:45'),(3402,4041,'action started via WP Cron','2020-12-22 18:42:36','2020-12-22 10:42:36'),(3403,4041,'action complete via WP Cron','2020-12-22 18:42:36','2020-12-22 10:42:36'),(3404,4042,'action created','2020-12-22 18:42:36','2020-12-22 10:42:36'),(3405,4042,'action started via WP Cron','2020-12-22 18:52:59','2020-12-22 10:52:59'),(3406,4042,'action complete via WP Cron','2020-12-22 18:52:59','2020-12-22 10:52:59'),(3407,4043,'action created','2020-12-22 18:52:59','2020-12-22 10:52:59'),(3408,4043,'action started via WP Cron','2020-12-22 18:53:55','2020-12-22 10:53:55'),(3409,4043,'action complete via WP Cron','2020-12-22 18:53:55','2020-12-22 10:53:55'),(3410,4044,'action created','2020-12-22 18:53:55','2020-12-22 10:53:55'),(3411,4044,'action started via WP Cron','2020-12-22 18:55:42','2020-12-22 10:55:42'),(3412,4044,'action complete via WP Cron','2020-12-22 18:55:42','2020-12-22 10:55:42'),(3413,4045,'action created','2020-12-22 18:55:42','2020-12-22 10:55:42'),(3414,4045,'action started via WP Cron','2020-12-22 18:59:45','2020-12-22 10:59:45'),(3415,4045,'action complete via WP Cron','2020-12-22 18:59:45','2020-12-22 10:59:45'),(3416,4046,'action created','2020-12-22 18:59:45','2020-12-22 10:59:45'),(3417,4046,'action started via WP Cron','2020-12-22 19:03:21','2020-12-22 11:03:21'),(3418,4046,'action complete via WP Cron','2020-12-22 19:03:21','2020-12-22 11:03:21'),(3419,4047,'action created','2020-12-22 19:03:21','2020-12-22 11:03:21'),(3420,4047,'action started via WP Cron','2020-12-22 19:04:33','2020-12-22 11:04:33'),(3421,4047,'action complete via WP Cron','2020-12-22 19:04:33','2020-12-22 11:04:33'),(3422,4048,'action created','2020-12-22 19:04:33','2020-12-22 11:04:33'),(3423,4048,'action started via WP Cron','2020-12-22 19:04:47','2020-12-22 11:04:47'),(3424,4048,'action complete via WP Cron','2020-12-22 19:04:47','2020-12-22 11:04:47'),(3425,4049,'action created','2020-12-22 19:04:47','2020-12-22 11:04:47'),(3426,4049,'action started via WP Cron','2020-12-22 19:05:41','2020-12-22 11:05:41'),(3427,4049,'action complete via WP Cron','2020-12-22 19:05:41','2020-12-22 11:05:41'),(3428,4050,'action created','2020-12-22 19:05:41','2020-12-22 11:05:41'),(3429,4050,'action started via WP Cron','2020-12-22 19:06:42','2020-12-22 11:06:42'),(3430,4050,'action complete via WP Cron','2020-12-22 19:06:42','2020-12-22 11:06:42'),(3431,4051,'action created','2020-12-22 19:06:42','2020-12-22 11:06:42'),(3432,4051,'action started via WP Cron','2020-12-22 19:07:43','2020-12-22 11:07:43'),(3433,4051,'action complete via WP Cron','2020-12-22 19:07:43','2020-12-22 11:07:43'),(3434,4052,'action created','2020-12-22 19:07:43','2020-12-22 11:07:43'),(3435,4052,'action started via WP Cron','2020-12-22 19:13:49','2020-12-22 11:13:49'),(3436,4052,'action complete via WP Cron','2020-12-22 19:13:49','2020-12-22 11:13:49'),(3437,4053,'action created','2020-12-22 19:13:49','2020-12-22 11:13:49'),(3438,4053,'action started via WP Cron','2020-12-22 19:19:17','2020-12-22 11:19:17'),(3439,4053,'action complete via WP Cron','2020-12-22 19:19:17','2020-12-22 11:19:17'),(3440,4054,'action created','2020-12-22 19:19:17','2020-12-22 11:19:17'),(3441,4054,'action started via WP Cron','2020-12-22 19:24:18','2020-12-22 11:24:18'),(3442,4054,'action complete via WP Cron','2020-12-22 19:24:18','2020-12-22 11:24:18'),(3443,4055,'action created','2020-12-22 19:24:18','2020-12-22 11:24:18'),(3444,4055,'action started via WP Cron','2020-12-22 19:25:25','2020-12-22 11:25:25'),(3445,4055,'action complete via WP Cron','2020-12-22 19:25:25','2020-12-22 11:25:25'),(3446,4056,'action created','2020-12-22 19:25:25','2020-12-22 11:25:25'),(3447,4056,'action started via WP Cron','2020-12-22 19:26:26','2020-12-22 11:26:26'),(3448,4056,'action complete via WP Cron','2020-12-22 19:26:26','2020-12-22 11:26:26'),(3449,4057,'action created','2020-12-22 19:26:26','2020-12-22 11:26:26'),(3450,4057,'action started via WP Cron','2020-12-22 19:28:28','2020-12-22 11:28:28'),(3451,4057,'action complete via WP Cron','2020-12-22 19:28:28','2020-12-22 11:28:28'),(3452,4058,'action created','2020-12-22 19:28:28','2020-12-22 11:28:28'),(3453,4058,'action started via WP Cron','2020-12-22 19:29:29','2020-12-22 11:29:29'),(3454,4058,'action complete via WP Cron','2020-12-22 19:29:29','2020-12-22 11:29:29'),(3455,4059,'action created','2020-12-22 19:29:29','2020-12-22 11:29:29'),(3456,4059,'action started via WP Cron','2020-12-22 19:30:30','2020-12-22 11:30:30'),(3457,4059,'action complete via WP Cron','2020-12-22 19:30:30','2020-12-22 11:30:30'),(3458,4060,'action created','2020-12-22 19:30:30','2020-12-22 11:30:30'),(3459,4060,'action started via WP Cron','2020-12-22 19:45:05','2020-12-22 11:45:05'),(3460,4060,'action complete via WP Cron','2020-12-22 19:45:05','2020-12-22 11:45:05'),(3461,4061,'action created','2020-12-22 19:45:05','2020-12-22 11:45:05'),(3462,4061,'action started via WP Cron','2020-12-22 19:46:41','2020-12-22 11:46:41'),(3463,4061,'action complete via WP Cron','2020-12-22 19:46:41','2020-12-22 11:46:41'),(3464,4062,'action created','2020-12-22 19:46:41','2020-12-22 11:46:41'),(3465,4062,'action started via WP Cron','2020-12-22 19:54:02','2020-12-22 11:54:02'),(3466,4062,'action complete via WP Cron','2020-12-22 19:54:02','2020-12-22 11:54:02'),(3467,4063,'action created','2020-12-22 19:54:02','2020-12-22 11:54:02'),(3468,4063,'action started via WP Cron','2020-12-22 20:07:49','2020-12-22 12:07:49'),(3469,4063,'action complete via WP Cron','2020-12-22 20:07:49','2020-12-22 12:07:49'),(3470,4064,'action created','2020-12-22 20:07:49','2020-12-22 12:07:49'),(3471,4064,'action started via WP Cron','2020-12-22 20:08:43','2020-12-22 12:08:43'),(3472,4064,'action complete via WP Cron','2020-12-22 20:08:43','2020-12-22 12:08:43'),(3473,4065,'action created','2020-12-22 20:08:43','2020-12-22 12:08:43'),(3474,4065,'action started via WP Cron','2020-12-22 20:09:44','2020-12-22 12:09:44'),(3475,4065,'action complete via WP Cron','2020-12-22 20:09:44','2020-12-22 12:09:44'),(3476,4066,'action created','2020-12-22 20:09:44','2020-12-22 12:09:44'),(3477,4066,'action started via WP Cron','2020-12-22 20:11:04','2020-12-22 12:11:04'),(3478,4066,'action complete via WP Cron','2020-12-22 20:11:04','2020-12-22 12:11:04'),(3479,4067,'action created','2020-12-22 20:11:04','2020-12-22 12:11:04'),(3480,4067,'action started via WP Cron','2020-12-22 20:11:46','2020-12-22 12:11:46'),(3481,4067,'action complete via WP Cron','2020-12-22 20:11:46','2020-12-22 12:11:46'),(3482,4068,'action created','2020-12-22 20:11:46','2020-12-22 12:11:46'),(3483,4068,'action started via WP Cron','2020-12-22 20:12:47','2020-12-22 12:12:47'),(3484,4068,'action complete via WP Cron','2020-12-22 20:12:47','2020-12-22 12:12:47'),(3485,4069,'action created','2020-12-22 20:12:47','2020-12-22 12:12:47'),(3486,4069,'action started via WP Cron','2020-12-22 20:13:48','2020-12-22 12:13:48'),(3487,4069,'action complete via WP Cron','2020-12-22 20:13:48','2020-12-22 12:13:48'),(3488,4070,'action created','2020-12-22 20:13:48','2020-12-22 12:13:48'),(3489,4070,'action started via WP Cron','2020-12-22 20:15:50','2020-12-22 12:15:50'),(3490,4070,'action complete via WP Cron','2020-12-22 20:15:50','2020-12-22 12:15:50'),(3491,4071,'action created','2020-12-22 20:15:50','2020-12-22 12:15:50'),(3492,4071,'action started via WP Cron','2020-12-22 20:16:59','2020-12-22 12:16:59'),(3493,4071,'action complete via WP Cron','2020-12-22 20:16:59','2020-12-22 12:16:59'),(3494,4072,'action created','2020-12-22 20:16:59','2020-12-22 12:16:59'),(3495,4072,'action started via WP Cron','2020-12-22 20:19:17','2020-12-22 12:19:17'),(3496,4072,'action complete via WP Cron','2020-12-22 20:19:17','2020-12-22 12:19:17'),(3497,4073,'action created','2020-12-22 20:19:18','2020-12-22 12:19:18'),(3498,4073,'action started via WP Cron','2020-12-22 20:20:17','2020-12-22 12:20:17'),(3499,4073,'action complete via WP Cron','2020-12-22 20:20:17','2020-12-22 12:20:17'),(3500,4074,'action created','2020-12-22 20:20:17','2020-12-22 12:20:17'),(3501,4074,'action started via WP Cron','2020-12-22 20:21:18','2020-12-22 12:21:18'),(3502,4074,'action complete via WP Cron','2020-12-22 20:21:19','2020-12-22 12:21:19'),(3503,4075,'action created','2020-12-22 20:21:19','2020-12-22 12:21:19'),(3504,4075,'action started via WP Cron','2020-12-22 20:22:19','2020-12-22 12:22:19'),(3505,4075,'action complete via WP Cron','2020-12-22 20:22:19','2020-12-22 12:22:19'),(3506,4076,'action created','2020-12-22 20:22:20','2020-12-22 12:22:20'),(3507,4076,'action started via WP Cron','2020-12-22 20:23:17','2020-12-22 12:23:17'),(3508,4076,'action complete via WP Cron','2020-12-22 20:23:17','2020-12-22 12:23:17'),(3509,4077,'action created','2020-12-22 20:23:17','2020-12-22 12:23:17'),(3510,4077,'action started via WP Cron','2020-12-22 20:24:21','2020-12-22 12:24:21'),(3511,4077,'action complete via WP Cron','2020-12-22 20:24:21','2020-12-22 12:24:21'),(3512,4078,'action created','2020-12-22 20:24:21','2020-12-22 12:24:21'),(3513,4078,'action started via WP Cron','2020-12-22 20:30:32','2020-12-22 12:30:32'),(3514,4078,'action complete via WP Cron','2020-12-22 20:30:32','2020-12-22 12:30:32'),(3515,4079,'action created','2020-12-22 20:30:32','2020-12-22 12:30:32'),(3516,4079,'action started via WP Cron','2020-12-22 20:31:30','2020-12-22 12:31:30'),(3517,4079,'action complete via WP Cron','2020-12-22 20:31:30','2020-12-22 12:31:30'),(3518,4080,'action created','2020-12-22 20:31:31','2020-12-22 12:31:31'),(3519,4080,'action started via WP Cron','2020-12-22 20:32:19','2020-12-22 12:32:19'),(3520,4080,'action complete via WP Cron','2020-12-22 20:32:19','2020-12-22 12:32:19'),(3521,4081,'action created','2020-12-22 20:32:19','2020-12-22 12:32:19'),(3522,4081,'action started via WP Cron','2020-12-22 20:33:20','2020-12-22 12:33:20'),(3523,4081,'action complete via WP Cron','2020-12-22 20:33:20','2020-12-22 12:33:20'),(3524,4082,'action created','2020-12-22 20:33:20','2020-12-22 12:33:20'),(3525,4082,'action started via WP Cron','2020-12-22 20:34:21','2020-12-22 12:34:21'),(3526,4082,'action complete via WP Cron','2020-12-22 20:34:21','2020-12-22 12:34:21'),(3527,4083,'action created','2020-12-22 20:34:21','2020-12-22 12:34:21'),(3528,4083,'action started via WP Cron','2020-12-22 20:34:53','2020-12-22 12:34:53'),(3529,4083,'action complete via WP Cron','2020-12-22 20:34:53','2020-12-22 12:34:53'),(3530,4084,'action created','2020-12-22 20:34:53','2020-12-22 12:34:53'),(3531,4084,'action started via WP Cron','2020-12-22 20:37:24','2020-12-22 12:37:24'),(3532,4084,'action complete via WP Cron','2020-12-22 20:37:24','2020-12-22 12:37:24'),(3533,4085,'action created','2020-12-22 20:37:24','2020-12-22 12:37:24'),(3534,4085,'action started via WP Cron','2020-12-22 20:40:30','2020-12-22 12:40:30'),(3535,4085,'action complete via WP Cron','2020-12-22 20:40:30','2020-12-22 12:40:30'),(3536,4086,'action created','2020-12-22 20:40:30','2020-12-22 12:40:30'),(3537,4086,'action started via WP Cron','2020-12-22 20:43:57','2020-12-22 12:43:57'),(3538,4086,'action complete via WP Cron','2020-12-22 20:43:57','2020-12-22 12:43:57'),(3539,4087,'action created','2020-12-22 20:43:57','2020-12-22 12:43:57'),(3540,4087,'action started via WP Cron','2020-12-22 20:45:59','2020-12-22 12:45:59'),(3541,4087,'action complete via WP Cron','2020-12-22 20:45:59','2020-12-22 12:45:59'),(3542,4088,'action created','2020-12-22 20:45:59','2020-12-22 12:45:59'),(3543,4088,'action started via WP Cron','2020-12-22 20:47:00','2020-12-22 12:47:00'),(3544,4088,'action complete via WP Cron','2020-12-22 20:47:00','2020-12-22 12:47:00'),(3545,4089,'action created','2020-12-22 20:47:00','2020-12-22 12:47:00'),(3546,4089,'action started via WP Cron','2020-12-22 20:48:01','2020-12-22 12:48:01'),(3547,4089,'action complete via WP Cron','2020-12-22 20:48:01','2020-12-22 12:48:01'),(3548,4090,'action created','2020-12-22 20:48:01','2020-12-22 12:48:01'),(3549,4090,'action started via WP Cron','2020-12-22 20:49:14','2020-12-22 12:49:14'),(3550,4090,'action complete via WP Cron','2020-12-22 20:49:14','2020-12-22 12:49:14'),(3551,4091,'action created','2020-12-22 20:49:14','2020-12-22 12:49:14'),(3552,4091,'action started via WP Cron','2020-12-22 20:50:04','2020-12-22 12:50:04'),(3553,4091,'action complete via WP Cron','2020-12-22 20:50:04','2020-12-22 12:50:04'),(3554,4092,'action created','2020-12-22 20:50:14','2020-12-22 12:50:14'),(3555,4092,'action started via WP Cron','2020-12-22 20:51:04','2020-12-22 12:51:04'),(3556,4092,'action complete via WP Cron','2020-12-22 20:51:04','2020-12-22 12:51:04'),(3557,4093,'action created','2020-12-22 20:51:04','2020-12-22 12:51:04'),(3558,4093,'action started via WP Cron','2020-12-22 20:53:38','2020-12-22 12:53:38'),(3559,4093,'action complete via WP Cron','2020-12-22 20:53:38','2020-12-22 12:53:38'),(3560,4094,'action created','2020-12-22 20:53:38','2020-12-22 12:53:38'),(3561,4094,'action started via WP Cron','2020-12-22 21:06:05','2020-12-22 13:06:05'),(3562,4094,'action complete via WP Cron','2020-12-22 21:06:05','2020-12-22 13:06:05'),(3563,4095,'action created','2020-12-22 21:06:05','2020-12-22 13:06:05'),(3564,4095,'action started via WP Cron','2020-12-22 21:09:38','2020-12-22 13:09:38'),(3565,4095,'action complete via WP Cron','2020-12-22 21:09:38','2020-12-22 13:09:38'),(3566,4096,'action created','2020-12-22 21:09:38','2020-12-22 13:09:38'),(3567,4096,'action started via WP Cron','2020-12-22 21:10:46','2020-12-22 13:10:46'),(3568,4096,'action complete via WP Cron','2020-12-22 21:10:46','2020-12-22 13:10:46'),(3569,4097,'action created','2020-12-22 21:10:46','2020-12-22 13:10:46'),(3570,4097,'action started via WP Cron','2020-12-22 21:30:45','2020-12-22 13:30:45'),(3571,4097,'action complete via WP Cron','2020-12-22 21:30:45','2020-12-22 13:30:45'),(3572,4098,'action created','2020-12-22 21:30:45','2020-12-22 13:30:45'),(3573,4098,'action started via WP Cron','2020-12-22 21:37:39','2020-12-22 13:37:39'),(3574,4098,'action complete via WP Cron','2020-12-22 21:37:39','2020-12-22 13:37:39'),(3575,4099,'action created','2020-12-22 21:37:39','2020-12-22 13:37:39'),(3576,4099,'action started via WP Cron','2020-12-22 21:43:38','2020-12-22 13:43:38'),(3577,4099,'action complete via WP Cron','2020-12-22 21:43:38','2020-12-22 13:43:38'),(3578,4100,'action created','2020-12-22 21:43:38','2020-12-22 13:43:38'),(3579,4100,'action started via WP Cron','2020-12-22 21:43:53','2020-12-22 13:43:53'),(3580,4100,'action complete via WP Cron','2020-12-22 21:43:53','2020-12-22 13:43:53'),(3581,4101,'action created','2020-12-22 21:43:54','2020-12-22 13:43:54'),(3582,4101,'action started via WP Cron','2020-12-22 21:44:50','2020-12-22 13:44:50'),(3583,4101,'action complete via WP Cron','2020-12-22 21:44:50','2020-12-22 13:44:50'),(3584,4102,'action created','2020-12-22 21:44:50','2020-12-22 13:44:50'),(3585,4102,'action started via WP Cron','2020-12-22 21:45:42','2020-12-22 13:45:42'),(3586,4102,'action complete via WP Cron','2020-12-22 21:45:42','2020-12-22 13:45:42'),(3587,4103,'action created','2020-12-22 21:45:42','2020-12-22 13:45:42'),(3588,4103,'action started via WP Cron','2020-12-22 21:46:46','2020-12-22 13:46:46'),(3589,4103,'action complete via WP Cron','2020-12-22 21:46:46','2020-12-22 13:46:46'),(3590,4104,'action created','2020-12-22 21:46:47','2020-12-22 13:46:47'),(3591,4105,'action created','2020-12-22 21:47:12','2020-12-22 13:47:12'),(3592,4104,'action started via Async Request','2020-12-22 21:47:13','2020-12-22 13:47:13'),(3593,4104,'action complete via Async Request','2020-12-22 21:47:13','2020-12-22 13:47:13'),(3594,4105,'action started via Async Request','2020-12-22 21:47:13','2020-12-22 13:47:13'),(3595,4106,'action created','2020-12-22 21:47:13','2020-12-22 13:47:13'),(3596,4105,'action complete via Async Request','2020-12-22 21:47:13','2020-12-22 13:47:13'),(3597,4107,'action created','2020-12-22 21:47:14','2020-12-22 13:47:14'),(3598,4106,'action started via Async Request','2020-12-22 21:47:19','2020-12-22 13:47:19'),(3599,4108,'action created','2020-12-22 21:47:19','2020-12-22 13:47:19'),(3600,4106,'action complete via Async Request','2020-12-22 21:47:19','2020-12-22 13:47:19'),(3601,4107,'action started via Async Request','2020-12-22 21:47:26','2020-12-22 13:47:26'),(3602,4107,'action complete via Async Request','2020-12-22 21:47:26','2020-12-22 13:47:26'),(3603,4108,'action started via Async Request','2020-12-22 21:47:26','2020-12-22 13:47:26'),(3604,4109,'action created','2020-12-22 21:47:27','2020-12-22 13:47:27'),(3605,4108,'action complete via Async Request','2020-12-22 21:47:27','2020-12-22 13:47:27'),(3606,4110,'action created','2020-12-22 21:47:27','2020-12-22 13:47:27'),(3607,4109,'action started via Async Request','2020-12-22 21:47:33','2020-12-22 13:47:33'),(3608,4111,'action created','2020-12-22 21:47:33','2020-12-22 13:47:33'),(3609,4109,'action complete via Async Request','2020-12-22 21:47:33','2020-12-22 13:47:33'),(3610,4110,'action started via Async Request','2020-12-22 21:47:40','2020-12-22 13:47:40'),(3611,4110,'action complete via Async Request','2020-12-22 21:47:40','2020-12-22 13:47:40'),(3612,4111,'action started via Async Request','2020-12-22 21:47:40','2020-12-22 13:47:40'),(3613,4111,'action complete via Async Request','2020-12-22 21:47:40','2020-12-22 13:47:40'),(3614,4112,'action created','2020-12-22 21:47:41','2020-12-22 13:47:41'),(3615,4112,'action started via WP Cron','2020-12-22 21:48:41','2020-12-22 13:48:41'),(3616,4112,'action complete via WP Cron','2020-12-22 21:48:41','2020-12-22 13:48:41'),(3617,4113,'action created','2020-12-22 21:48:41','2020-12-22 13:48:41'),(3618,4113,'action started via WP Cron','2020-12-22 21:49:41','2020-12-22 13:49:41'),(3619,4113,'action complete via WP Cron','2020-12-22 21:49:41','2020-12-22 13:49:41'),(3620,4114,'action created','2020-12-22 21:49:41','2020-12-22 13:49:41'),(3621,4114,'action started via WP Cron','2020-12-22 21:50:44','2020-12-22 13:50:44'),(3622,4114,'action complete via WP Cron','2020-12-22 21:50:44','2020-12-22 13:50:44'),(3623,4115,'action created','2020-12-22 21:50:44','2020-12-22 13:50:44'),(3624,4115,'action started via WP Cron','2020-12-22 21:51:49','2020-12-22 13:51:49'),(3625,4115,'action complete via WP Cron','2020-12-22 21:51:49','2020-12-22 13:51:49'),(3626,4116,'action created','2020-12-22 21:51:57','2020-12-22 13:51:57'),(3627,4116,'action started via WP Cron','2020-12-22 21:52:41','2020-12-22 13:52:41'),(3628,4116,'action complete via WP Cron','2020-12-22 21:52:41','2020-12-22 13:52:41'),(3629,4117,'action created','2020-12-22 21:52:41','2020-12-22 13:52:41'),(3630,4117,'action started via WP Cron','2020-12-22 21:53:43','2020-12-22 13:53:43'),(3631,4117,'action complete via WP Cron','2020-12-22 21:53:43','2020-12-22 13:53:43'),(3632,4118,'action created','2020-12-22 21:53:43','2020-12-22 13:53:43'),(3633,4118,'action started via WP Cron','2020-12-22 21:54:44','2020-12-22 13:54:44'),(3634,4118,'action complete via WP Cron','2020-12-22 21:54:44','2020-12-22 13:54:44'),(3635,4119,'action created','2020-12-22 21:54:44','2020-12-22 13:54:44'),(3636,4119,'action started via WP Cron','2020-12-22 21:55:45','2020-12-22 13:55:45'),(3637,4119,'action complete via WP Cron','2020-12-22 21:55:45','2020-12-22 13:55:45'),(3638,4120,'action created','2020-12-22 21:55:45','2020-12-22 13:55:45'),(3639,4120,'action started via WP Cron','2020-12-22 21:56:47','2020-12-22 13:56:47'),(3640,4120,'action complete via WP Cron','2020-12-22 21:56:47','2020-12-22 13:56:47'),(3641,4121,'action created','2020-12-22 21:56:47','2020-12-22 13:56:47'),(3642,4121,'action started via WP Cron','2020-12-22 21:57:43','2020-12-22 13:57:43'),(3643,4121,'action complete via WP Cron','2020-12-22 21:57:43','2020-12-22 13:57:43'),(3644,4122,'action created','2020-12-22 21:57:43','2020-12-22 13:57:43'),(3645,4122,'action started via WP Cron','2020-12-22 21:58:45','2020-12-22 13:58:45'),(3646,4122,'action complete via WP Cron','2020-12-22 21:58:45','2020-12-22 13:58:45'),(3647,4123,'action created','2020-12-22 21:58:45','2020-12-22 13:58:45'),(3648,4123,'action started via WP Cron','2020-12-22 21:59:44','2020-12-22 13:59:44'),(3649,4123,'action complete via WP Cron','2020-12-22 21:59:44','2020-12-22 13:59:44'),(3650,4124,'action created','2020-12-22 21:59:44','2020-12-22 13:59:44'),(3651,4124,'action started via WP Cron','2020-12-22 22:06:43','2020-12-22 14:06:43'),(3652,4124,'action complete via WP Cron','2020-12-22 22:06:43','2020-12-22 14:06:43'),(3653,4125,'action created','2020-12-22 22:06:43','2020-12-22 14:06:43'),(3654,4125,'action started via WP Cron','2020-12-22 22:12:33','2020-12-22 14:12:33'),(3655,4125,'action complete via WP Cron','2020-12-22 22:12:33','2020-12-22 14:12:33'),(3656,4126,'action created','2020-12-22 22:12:33','2020-12-22 14:12:33'),(3657,4126,'action started via WP Cron','2020-12-22 22:13:17','2020-12-22 14:13:17'),(3658,4126,'action complete via WP Cron','2020-12-22 22:13:17','2020-12-22 14:13:17'),(3659,4127,'action created','2020-12-22 22:13:17','2020-12-22 14:13:17'),(3660,4127,'action started via WP Cron','2020-12-22 22:15:44','2020-12-22 14:15:44'),(3661,4127,'action complete via WP Cron','2020-12-22 22:15:44','2020-12-22 14:15:44'),(3662,4128,'action created','2020-12-22 22:15:44','2020-12-22 14:15:44'),(3663,4128,'action started via WP Cron','2020-12-22 22:18:55','2020-12-22 14:18:55'),(3664,4128,'action complete via WP Cron','2020-12-22 22:18:55','2020-12-22 14:18:55'),(3665,4129,'action created','2020-12-22 22:22:03','2020-12-22 14:22:03'),(3666,4129,'action started via WP Cron','2020-12-22 22:34:39','2020-12-22 14:34:39'),(3667,4129,'action complete via WP Cron','2020-12-22 22:34:39','2020-12-22 14:34:39'),(3668,4130,'action created','2020-12-22 22:34:39','2020-12-22 14:34:39'),(3669,4130,'action started via WP Cron','2020-12-22 22:35:38','2020-12-22 14:35:38'),(3670,4130,'action complete via WP Cron','2020-12-22 22:35:38','2020-12-22 14:35:38'),(3671,4131,'action created','2020-12-22 22:35:38','2020-12-22 14:35:38'),(3672,4131,'action started via WP Cron','2020-12-22 22:36:38','2020-12-22 14:36:38'),(3673,4131,'action complete via WP Cron','2020-12-22 22:36:38','2020-12-22 14:36:38'),(3674,4132,'action created','2020-12-22 22:36:38','2020-12-22 14:36:38'),(3675,4132,'action started via WP Cron','2020-12-22 22:38:40','2020-12-22 14:38:40'),(3676,4132,'action complete via WP Cron','2020-12-22 22:38:40','2020-12-22 14:38:40'),(3677,4133,'action created','2020-12-22 22:38:40','2020-12-22 14:38:40'),(3678,4133,'action started via WP Cron','2020-12-22 22:39:41','2020-12-22 14:39:41'),(3679,4133,'action complete via WP Cron','2020-12-22 22:39:41','2020-12-22 14:39:41'),(3680,4134,'action created','2020-12-22 22:39:41','2020-12-22 14:39:41'),(3681,4134,'action started via WP Cron','2020-12-22 22:40:42','2020-12-22 14:40:42'),(3682,4134,'action complete via WP Cron','2020-12-22 22:40:42','2020-12-22 14:40:42'),(3683,4135,'action created','2020-12-22 22:40:42','2020-12-22 14:40:42'),(3684,4135,'action started via WP Cron','2020-12-22 22:41:55','2020-12-22 14:41:55'),(3685,4135,'action complete via WP Cron','2020-12-22 22:41:55','2020-12-22 14:41:55'),(3686,4136,'action created','2020-12-22 22:41:55','2020-12-22 14:41:55'),(3687,4136,'action started via WP Cron','2020-12-22 22:42:47','2020-12-22 14:42:47'),(3688,4136,'action complete via WP Cron','2020-12-22 22:42:47','2020-12-22 14:42:47'),(3689,4137,'action created','2020-12-22 22:42:47','2020-12-22 14:42:47'),(3690,4137,'action started via WP Cron','2020-12-22 22:55:26','2020-12-22 14:55:26'),(3691,4137,'action complete via WP Cron','2020-12-22 22:55:26','2020-12-22 14:55:26'),(3692,4138,'action created','2020-12-22 22:55:26','2020-12-22 14:55:26'),(3693,4138,'action started via WP Cron','2020-12-22 22:56:19','2020-12-22 14:56:19'),(3694,4138,'action complete via WP Cron','2020-12-22 22:56:19','2020-12-22 14:56:19'),(3695,4139,'action created','2020-12-22 22:56:19','2020-12-22 14:56:19'),(3696,4139,'action started via WP Cron','2020-12-22 22:57:22','2020-12-22 14:57:22'),(3697,4139,'action complete via WP Cron','2020-12-22 22:57:22','2020-12-22 14:57:22'),(3698,4140,'action created','2020-12-22 22:57:22','2020-12-22 14:57:22'),(3699,4140,'action started via WP Cron','2020-12-22 22:59:24','2020-12-22 14:59:24'),(3700,4140,'action complete via WP Cron','2020-12-22 22:59:24','2020-12-22 14:59:24'),(3701,4141,'action created','2020-12-22 22:59:24','2020-12-22 14:59:24'),(3702,4141,'action started via WP Cron','2020-12-22 23:00:25','2020-12-22 15:00:25'),(3703,4141,'action complete via WP Cron','2020-12-22 23:00:25','2020-12-22 15:00:25'),(3704,4142,'action created','2020-12-22 23:00:25','2020-12-22 15:00:25'),(3705,4142,'action started via WP Cron','2020-12-22 23:01:26','2020-12-22 15:01:26'),(3706,4142,'action complete via WP Cron','2020-12-22 23:01:26','2020-12-22 15:01:26'),(3707,4143,'action created','2020-12-22 23:01:26','2020-12-22 15:01:26'),(3708,4143,'action started via WP Cron','2020-12-22 23:08:51','2020-12-22 15:08:51'),(3709,4143,'action complete via WP Cron','2020-12-22 23:08:51','2020-12-22 15:08:51'),(3710,4144,'action created','2020-12-22 23:08:51','2020-12-22 15:08:51'),(3711,4144,'action started via WP Cron','2020-12-22 23:15:10','2020-12-22 15:15:10'),(3712,4144,'action complete via WP Cron','2020-12-22 23:15:10','2020-12-22 15:15:10'),(3713,4145,'action created','2020-12-22 23:15:10','2020-12-22 15:15:10'),(3714,4145,'action started via WP Cron','2020-12-22 23:18:13','2020-12-22 15:18:13'),(3715,4145,'action complete via WP Cron','2020-12-22 23:18:13','2020-12-22 15:18:13'),(3716,4146,'action created','2020-12-22 23:18:14','2020-12-22 15:18:14'),(3717,4146,'action started via WP Cron','2020-12-22 23:27:17','2020-12-22 15:27:17'),(3718,4146,'action complete via WP Cron','2020-12-22 23:27:17','2020-12-22 15:27:17'),(3719,4147,'action created','2020-12-22 23:27:17','2020-12-22 15:27:17'),(3720,4147,'action started via WP Cron','2020-12-22 23:31:54','2020-12-22 15:31:54'),(3721,4147,'action complete via WP Cron','2020-12-22 23:31:54','2020-12-22 15:31:54'),(3722,4148,'action created','2020-12-22 23:31:54','2020-12-22 15:31:54'),(3723,4148,'action started via WP Cron','2020-12-22 23:43:19','2020-12-22 15:43:19'),(3724,4148,'action complete via WP Cron','2020-12-22 23:43:19','2020-12-22 15:43:19'),(3725,4149,'action created','2020-12-22 23:43:19','2020-12-22 15:43:19'),(3726,4149,'action started via WP Cron','2020-12-22 23:45:54','2020-12-22 15:45:54'),(3727,4149,'action complete via WP Cron','2020-12-22 23:45:54','2020-12-22 15:45:54'),(3728,4150,'action created','2020-12-22 23:45:54','2020-12-22 15:45:54'),(3729,4150,'action started via WP Cron','2020-12-23 00:00:04','2020-12-22 16:00:04'),(3730,4150,'action complete via WP Cron','2020-12-23 00:00:04','2020-12-22 16:00:04'),(3731,4151,'action created','2020-12-23 00:00:05','2020-12-22 16:00:05'),(3732,4151,'action started via WP Cron','2020-12-23 00:01:30','2020-12-22 16:01:30'),(3733,4151,'action complete via WP Cron','2020-12-23 00:01:30','2020-12-22 16:01:30'),(3734,4152,'action created','2020-12-23 00:01:30','2020-12-22 16:01:30'),(3735,4152,'action started via WP Cron','2020-12-23 00:02:24','2020-12-22 16:02:24'),(3736,4152,'action complete via WP Cron','2020-12-23 00:02:24','2020-12-22 16:02:24'),(3737,4153,'action created','2020-12-23 00:02:24','2020-12-22 16:02:24'),(3738,4153,'action started via WP Cron','2020-12-23 00:03:25','2020-12-22 16:03:25'),(3739,4153,'action complete via WP Cron','2020-12-23 00:03:25','2020-12-22 16:03:25'),(3740,4154,'action created','2020-12-23 00:03:25','2020-12-22 16:03:25'),(3741,4154,'action started via WP Cron','2020-12-23 00:05:27','2020-12-22 16:05:27'),(3742,4154,'action complete via WP Cron','2020-12-23 00:05:27','2020-12-22 16:05:27'),(3743,4155,'action created','2020-12-23 00:05:27','2020-12-22 16:05:27'),(3744,4155,'action started via WP Cron','2020-12-23 00:06:29','2020-12-22 16:06:29'),(3745,4155,'action complete via WP Cron','2020-12-23 00:06:29','2020-12-22 16:06:29'),(3746,4156,'action created','2020-12-23 00:06:29','2020-12-22 16:06:29'),(3747,4156,'action started via WP Cron','2020-12-23 00:07:29','2020-12-22 16:07:29'),(3748,4156,'action complete via WP Cron','2020-12-23 00:07:29','2020-12-22 16:07:29'),(3749,4157,'action created','2020-12-23 00:07:29','2020-12-22 16:07:29'),(3750,4157,'action started via WP Cron','2020-12-23 00:25:11','2020-12-22 16:25:11'),(3751,4157,'action complete via WP Cron','2020-12-23 00:25:11','2020-12-22 16:25:11'),(3752,4158,'action created','2020-12-23 00:25:11','2020-12-22 16:25:11'),(3753,4158,'action started via WP Cron','2020-12-23 00:26:57','2020-12-22 16:26:57'),(3754,4158,'action complete via WP Cron','2020-12-23 00:26:57','2020-12-22 16:26:57'),(3755,4159,'action created','2020-12-23 00:26:57','2020-12-22 16:26:57'),(3756,4159,'action started via WP Cron','2020-12-23 00:28:13','2020-12-22 16:28:13'),(3757,4159,'action complete via WP Cron','2020-12-23 00:28:13','2020-12-22 16:28:13'),(3758,4160,'action created','2020-12-23 00:28:13','2020-12-22 16:28:13'),(3759,4160,'action started via WP Cron','2020-12-23 00:34:14','2020-12-22 16:34:14'),(3760,4160,'action complete via WP Cron','2020-12-23 00:34:14','2020-12-22 16:34:14'),(3761,4161,'action created','2020-12-23 00:34:14','2020-12-22 16:34:14'),(3762,4161,'action started via WP Cron','2020-12-23 00:35:48','2020-12-22 16:35:48'),(3763,4161,'action complete via WP Cron','2020-12-23 00:35:48','2020-12-22 16:35:48'),(3764,4162,'action created','2020-12-23 00:35:48','2020-12-22 16:35:48'),(3765,4162,'action started via WP Cron','2020-12-23 00:45:19','2020-12-22 16:45:19'),(3766,4162,'action complete via WP Cron','2020-12-23 00:45:19','2020-12-22 16:45:19'),(3767,4163,'action created','2020-12-23 00:45:19','2020-12-22 16:45:19'),(3768,4163,'action started via WP Cron','2020-12-23 00:46:16','2020-12-22 16:46:16'),(3769,4163,'action complete via WP Cron','2020-12-23 00:46:16','2020-12-22 16:46:16'),(3770,4164,'action created','2020-12-23 00:46:17','2020-12-22 16:46:17'),(3771,4164,'action started via WP Cron','2020-12-23 00:47:18','2020-12-22 16:47:18'),(3772,4164,'action complete via WP Cron','2020-12-23 00:47:18','2020-12-22 16:47:18'),(3773,4165,'action created','2020-12-23 00:47:18','2020-12-22 16:47:18'),(3774,4165,'action started via WP Cron','2020-12-23 00:48:39','2020-12-22 16:48:39'),(3775,4165,'action complete via WP Cron','2020-12-23 00:48:39','2020-12-22 16:48:39'),(3776,4166,'action created','2020-12-23 00:48:39','2020-12-22 16:48:39'),(3777,4166,'action started via WP Cron','2020-12-23 00:48:49','2020-12-22 16:48:49'),(3778,4166,'action complete via WP Cron','2020-12-23 00:48:49','2020-12-22 16:48:49'),(3779,4167,'action created','2020-12-23 00:48:49','2020-12-22 16:48:49'),(3780,4167,'action started via WP Cron','2020-12-23 00:50:21','2020-12-22 16:50:21'),(3781,4167,'action complete via WP Cron','2020-12-23 00:50:21','2020-12-22 16:50:21'),(3782,4168,'action created','2020-12-23 00:50:21','2020-12-22 16:50:21'),(3783,4168,'action started via WP Cron','2020-12-23 00:51:22','2020-12-22 16:51:22'),(3784,4168,'action complete via WP Cron','2020-12-23 00:51:22','2020-12-22 16:51:22'),(3785,4169,'action created','2020-12-23 00:51:22','2020-12-22 16:51:22'),(3786,3630,'action started via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3787,3630,'action complete via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3788,4170,'action created','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3789,3631,'action started via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3790,3631,'action complete via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3791,4171,'action created','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3792,4169,'action started via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3793,4169,'action complete via WP Cron','2020-12-23 01:07:31','2020-12-22 17:07:31'),(3794,4172,'action created','2020-12-23 01:07:32','2020-12-22 17:07:32'),(3795,4172,'action started via WP Cron','2020-12-23 01:08:29','2020-12-22 17:08:29'),(3796,4172,'action complete via WP Cron','2020-12-23 01:08:29','2020-12-22 17:08:29'),(3797,4173,'action created','2020-12-23 01:08:29','2020-12-22 17:08:29'),(3798,4173,'action started via WP Cron','2020-12-23 01:08:49','2020-12-22 17:08:49'),(3799,4173,'action complete via WP Cron','2020-12-23 01:08:49','2020-12-22 17:08:49'),(3800,4174,'action created','2020-12-23 01:08:49','2020-12-22 17:08:49'),(3801,4174,'action started via WP Cron','2020-12-23 01:11:33','2020-12-22 17:11:33'),(3802,4174,'action complete via WP Cron','2020-12-23 01:11:33','2020-12-22 17:11:33'),(3803,4175,'action created','2020-12-23 01:11:33','2020-12-22 17:11:33'),(3804,4175,'action started via WP Cron','2020-12-23 01:12:33','2020-12-22 17:12:33'),(3805,4175,'action complete via WP Cron','2020-12-23 01:12:33','2020-12-22 17:12:33'),(3806,4176,'action created','2020-12-23 01:12:33','2020-12-22 17:12:33'),(3807,4176,'action started via WP Cron','2020-12-23 01:13:34','2020-12-22 17:13:34'),(3808,4176,'action complete via WP Cron','2020-12-23 01:13:34','2020-12-22 17:13:34'),(3809,4177,'action created','2020-12-23 01:13:35','2020-12-22 17:13:35'),(3810,4177,'action started via WP Cron','2020-12-23 01:24:56','2020-12-22 17:24:56'),(3811,4177,'action complete via WP Cron','2020-12-23 01:24:56','2020-12-22 17:24:56'),(3812,4178,'action created','2020-12-23 01:24:56','2020-12-22 17:24:56'),(3813,4178,'action started via WP Cron','2020-12-23 01:26:02','2020-12-22 17:26:02'),(3814,4178,'action complete via WP Cron','2020-12-23 01:26:02','2020-12-22 17:26:02'),(3815,4179,'action created','2020-12-23 01:26:02','2020-12-22 17:26:02'),(3816,4179,'action started via WP Cron','2020-12-23 01:27:03','2020-12-22 17:27:03'),(3817,4179,'action complete via WP Cron','2020-12-23 01:27:03','2020-12-22 17:27:03'),(3818,4180,'action created','2020-12-23 01:27:04','2020-12-22 17:27:04'),(3819,4180,'action started via WP Cron','2020-12-23 01:29:05','2020-12-22 17:29:05'),(3820,4180,'action complete via WP Cron','2020-12-23 01:29:05','2020-12-22 17:29:05'),(3821,4181,'action created','2020-12-23 01:29:05','2020-12-22 17:29:05'),(3822,4181,'action started via WP Cron','2020-12-23 01:30:06','2020-12-22 17:30:06'),(3823,4181,'action complete via WP Cron','2020-12-23 01:30:06','2020-12-22 17:30:06'),(3824,4182,'action created','2020-12-23 01:30:06','2020-12-22 17:30:06'),(3825,4182,'action started via WP Cron','2020-12-23 01:31:07','2020-12-22 17:31:07'),(3826,4182,'action complete via WP Cron','2020-12-23 01:31:07','2020-12-22 17:31:07'),(3827,4183,'action created','2020-12-23 01:31:07','2020-12-22 17:31:07'),(3828,4183,'action started via WP Cron','2020-12-23 01:51:28','2020-12-22 17:51:28'),(3829,4183,'action complete via WP Cron','2020-12-23 01:51:28','2020-12-22 17:51:28'),(3830,4184,'action created','2020-12-23 01:51:28','2020-12-22 17:51:28'),(3831,4184,'action started via WP Cron','2020-12-23 01:52:21','2020-12-22 17:52:21'),(3832,4184,'action complete via WP Cron','2020-12-23 01:52:21','2020-12-22 17:52:21'),(3833,4185,'action created','2020-12-23 01:52:22','2020-12-22 17:52:22'),(3834,4185,'action started via WP Cron','2020-12-23 01:53:23','2020-12-22 17:53:23'),(3835,4185,'action complete via WP Cron','2020-12-23 01:53:23','2020-12-22 17:53:23'),(3836,4186,'action created','2020-12-23 01:53:23','2020-12-22 17:53:23'),(3837,4186,'action started via WP Cron','2020-12-23 01:55:24','2020-12-22 17:55:24'),(3838,4186,'action complete via WP Cron','2020-12-23 01:55:24','2020-12-22 17:55:24'),(3839,4187,'action created','2020-12-23 01:55:25','2020-12-22 17:55:25'),(3840,4187,'action started via WP Cron','2020-12-23 01:56:26','2020-12-22 17:56:26'),(3841,4187,'action complete via WP Cron','2020-12-23 01:56:26','2020-12-22 17:56:26'),(3842,4188,'action created','2020-12-23 01:56:26','2020-12-22 17:56:26'),(3843,4188,'action started via WP Cron','2020-12-23 01:57:26','2020-12-22 17:57:26'),(3844,4188,'action complete via WP Cron','2020-12-23 01:57:26','2020-12-22 17:57:26'),(3845,4189,'action created','2020-12-23 01:57:27','2020-12-22 17:57:27'),(3846,4189,'action started via WP Cron','2020-12-23 02:00:21','2020-12-22 18:00:21'),(3847,4189,'action complete via WP Cron','2020-12-23 02:00:21','2020-12-22 18:00:21'),(3848,4190,'action created','2020-12-23 02:00:21','2020-12-22 18:00:21'),(3849,4190,'action started via WP Cron','2020-12-23 02:01:08','2020-12-22 18:01:08'),(3850,4190,'action complete via WP Cron','2020-12-23 02:01:08','2020-12-22 18:01:08'),(3851,4191,'action created','2020-12-23 02:01:09','2020-12-22 18:01:09'),(3852,4191,'action started via WP Cron','2020-12-23 02:08:20','2020-12-22 18:08:20'),(3853,4191,'action complete via WP Cron','2020-12-23 02:08:20','2020-12-22 18:08:20'),(3854,4192,'action created','2020-12-23 02:08:20','2020-12-22 18:08:20'),(3855,4192,'action started via WP Cron','2020-12-23 02:15:16','2020-12-22 18:15:16'),(3856,4192,'action complete via WP Cron','2020-12-23 02:15:16','2020-12-22 18:15:16'),(3857,4193,'action created','2020-12-23 02:15:16','2020-12-22 18:15:16'),(3858,4193,'action started via WP Cron','2020-12-23 02:16:07','2020-12-22 18:16:07'),(3859,4193,'action complete via WP Cron','2020-12-23 02:16:07','2020-12-22 18:16:07'),(3860,4194,'action created','2020-12-23 02:16:07','2020-12-22 18:16:07'),(3861,4194,'action started via WP Cron','2020-12-23 02:18:22','2020-12-22 18:18:22'),(3862,4194,'action complete via WP Cron','2020-12-23 02:18:22','2020-12-22 18:18:22'),(3863,4195,'action created','2020-12-23 02:18:22','2020-12-22 18:18:22'),(3864,4195,'action started via WP Cron','2020-12-23 02:21:13','2020-12-22 18:21:13'),(3865,4195,'action complete via WP Cron','2020-12-23 02:21:13','2020-12-22 18:21:13'),(3866,4196,'action created','2020-12-23 02:21:13','2020-12-22 18:21:13'),(3867,4196,'action started via WP Cron','2020-12-23 02:32:05','2020-12-22 18:32:05'),(3868,4196,'action complete via WP Cron','2020-12-23 02:32:05','2020-12-22 18:32:05'),(3869,4197,'action created','2020-12-23 02:32:05','2020-12-22 18:32:05'),(3870,4197,'action started via WP Cron','2020-12-23 02:33:09','2020-12-22 18:33:09'),(3871,4197,'action complete via WP Cron','2020-12-23 02:33:09','2020-12-22 18:33:09'),(3872,4198,'action created','2020-12-23 02:33:09','2020-12-22 18:33:09'),(3873,4198,'action started via WP Cron','2020-12-23 02:34:09','2020-12-22 18:34:09'),(3874,4198,'action complete via WP Cron','2020-12-23 02:34:09','2020-12-22 18:34:09'),(3875,4199,'action created','2020-12-23 02:34:09','2020-12-22 18:34:09'),(3876,4199,'action started via WP Cron','2020-12-23 02:35:10','2020-12-22 18:35:10'),(3877,4199,'action complete via WP Cron','2020-12-23 02:35:10','2020-12-22 18:35:10'),(3878,4200,'action created','2020-12-23 02:35:10','2020-12-22 18:35:10'),(3879,4200,'action started via WP Cron','2020-12-23 02:36:11','2020-12-22 18:36:11'),(3880,4200,'action complete via WP Cron','2020-12-23 02:36:11','2020-12-22 18:36:11'),(3881,4201,'action created','2020-12-23 02:36:11','2020-12-22 18:36:11'),(3882,4201,'action started via WP Cron','2020-12-23 02:37:21','2020-12-22 18:37:21'),(3883,4201,'action complete via WP Cron','2020-12-23 02:37:21','2020-12-22 18:37:21'),(3884,4202,'action created','2020-12-23 02:37:21','2020-12-22 18:37:21'),(3885,4202,'action started via WP Cron','2020-12-23 02:39:58','2020-12-22 18:39:58'),(3886,4202,'action complete via WP Cron','2020-12-23 02:39:58','2020-12-22 18:39:58'),(3887,4203,'action created','2020-12-23 02:39:59','2020-12-22 18:39:59'),(3888,4203,'action started via WP Cron','2020-12-23 02:43:30','2020-12-22 18:43:30'),(3889,4203,'action complete via WP Cron','2020-12-23 02:43:30','2020-12-22 18:43:30'),(3890,4204,'action created','2020-12-23 02:43:30','2020-12-22 18:43:30'),(3891,4204,'action started via WP Cron','2020-12-23 02:48:30','2020-12-22 18:48:30'),(3892,4204,'action complete via WP Cron','2020-12-23 02:48:30','2020-12-22 18:48:30'),(3893,4205,'action created','2020-12-23 02:48:30','2020-12-22 18:48:30'),(3894,4205,'action started via WP Cron','2020-12-23 02:53:20','2020-12-22 18:53:20'),(3895,4205,'action complete via WP Cron','2020-12-23 02:53:20','2020-12-22 18:53:20'),(3896,4206,'action created','2020-12-23 02:53:20','2020-12-22 18:53:20'),(3897,4206,'action started via WP Cron','2020-12-23 02:55:20','2020-12-22 18:55:20'),(3898,4206,'action complete via WP Cron','2020-12-23 02:55:20','2020-12-22 18:55:20'),(3899,4207,'action created','2020-12-23 02:55:20','2020-12-22 18:55:20'),(3900,4207,'action started via WP Cron','2020-12-23 02:55:43','2020-12-22 18:55:43'),(3901,4207,'action complete via WP Cron','2020-12-23 02:55:43','2020-12-22 18:55:43'),(3902,4208,'action created','2020-12-23 02:55:43','2020-12-22 18:55:43'),(3903,4208,'action started via WP Cron','2020-12-23 02:56:48','2020-12-22 18:56:48'),(3904,4208,'action complete via WP Cron','2020-12-23 02:56:48','2020-12-22 18:56:48'),(3905,4209,'action created','2020-12-23 02:56:48','2020-12-22 18:56:48'),(3906,4209,'action started via WP Cron','2020-12-23 02:57:42','2020-12-22 18:57:42'),(3907,4209,'action complete via WP Cron','2020-12-23 02:57:42','2020-12-22 18:57:42'),(3908,4210,'action created','2020-12-23 02:57:42','2020-12-22 18:57:42'),(3909,4210,'action started via WP Cron','2020-12-23 02:58:49','2020-12-22 18:58:49'),(3910,4210,'action complete via WP Cron','2020-12-23 02:58:49','2020-12-22 18:58:49'),(3911,4211,'action created','2020-12-23 02:58:49','2020-12-22 18:58:49'),(3912,4211,'action started via WP Cron','2020-12-23 02:59:44','2020-12-22 18:59:44'),(3913,4211,'action complete via WP Cron','2020-12-23 02:59:44','2020-12-22 18:59:44'),(3914,4212,'action created','2020-12-23 02:59:44','2020-12-22 18:59:44'),(3915,4212,'action started via WP Cron','2020-12-23 03:02:59','2020-12-22 19:02:59'),(3916,4212,'action complete via WP Cron','2020-12-23 03:02:59','2020-12-22 19:02:59'),(3917,4213,'action created','2020-12-23 03:02:59','2020-12-22 19:02:59'),(3918,4213,'action started via WP Cron','2020-12-23 03:03:41','2020-12-22 19:03:41'),(3919,4213,'action complete via WP Cron','2020-12-23 03:03:41','2020-12-22 19:03:41'),(3920,4214,'action created','2020-12-23 03:03:42','2020-12-22 19:03:42'),(3921,4214,'action started via WP Cron','2020-12-23 03:04:42','2020-12-22 19:04:42'),(3922,4214,'action complete via WP Cron','2020-12-23 03:04:42','2020-12-22 19:04:42'),(3923,4215,'action created','2020-12-23 03:04:43','2020-12-22 19:04:43'),(3924,4215,'action started via WP Cron','2020-12-23 03:05:43','2020-12-22 19:05:43'),(3925,4215,'action complete via WP Cron','2020-12-23 03:05:43','2020-12-22 19:05:43'),(3926,4216,'action created','2020-12-23 03:05:44','2020-12-22 19:05:44'),(3927,4216,'action started via WP Cron','2020-12-23 03:06:43','2020-12-22 19:06:43'),(3928,4216,'action complete via WP Cron','2020-12-23 03:06:43','2020-12-22 19:06:43'),(3929,4217,'action created','2020-12-23 03:06:44','2020-12-22 19:06:44'),(3930,4217,'action started via WP Cron','2020-12-23 03:07:43','2020-12-22 19:07:43'),(3931,4217,'action complete via WP Cron','2020-12-23 03:07:43','2020-12-22 19:07:43'),(3932,4218,'action created','2020-12-23 03:07:44','2020-12-22 19:07:44'),(3933,4218,'action started via WP Cron','2020-12-23 03:08:42','2020-12-22 19:08:42'),(3934,4218,'action complete via WP Cron','2020-12-23 03:08:42','2020-12-22 19:08:42'),(3935,4219,'action created','2020-12-23 03:08:42','2020-12-22 19:08:42'),(3936,4219,'action started via WP Cron','2020-12-23 03:09:44','2020-12-22 19:09:44'),(3937,4219,'action complete via WP Cron','2020-12-23 03:09:44','2020-12-22 19:09:44'),(3938,4220,'action created','2020-12-23 03:09:46','2020-12-22 19:09:46'),(3939,4220,'action started via WP Cron','2020-12-23 03:12:56','2020-12-22 19:12:56'),(3940,4220,'action complete via WP Cron','2020-12-23 03:12:56','2020-12-22 19:12:56'),(3941,4221,'action created','2020-12-23 03:12:56','2020-12-22 19:12:56'),(3942,4221,'action started via WP Cron','2020-12-23 03:15:03','2020-12-22 19:15:03'),(3943,4221,'action complete via WP Cron','2020-12-23 03:15:03','2020-12-22 19:15:03'),(3944,4222,'action created','2020-12-23 03:16:03','2020-12-22 19:16:03'),(3945,4222,'action started via WP Cron','2020-12-23 03:17:07','2020-12-22 19:17:07'),(3946,4222,'action complete via WP Cron','2020-12-23 03:17:07','2020-12-22 19:17:07'),(3947,4223,'action created','2020-12-23 03:17:07','2020-12-22 19:17:07'),(3948,4223,'action started via WP Cron','2020-12-23 03:18:11','2020-12-22 19:18:11'),(3949,4223,'action complete via WP Cron','2020-12-23 03:18:11','2020-12-22 19:18:11'),(3950,4224,'action created','2020-12-23 03:18:11','2020-12-22 19:18:11'),(3951,4224,'action started via WP Cron','2020-12-23 03:18:42','2020-12-22 19:18:42'),(3952,4224,'action complete via WP Cron','2020-12-23 03:18:42','2020-12-22 19:18:42'),(3953,4225,'action created','2020-12-23 03:18:42','2020-12-22 19:18:42'),(3954,4225,'action started via WP Cron','2020-12-23 03:21:13','2020-12-22 19:21:13'),(3955,4225,'action complete via WP Cron','2020-12-23 03:21:13','2020-12-22 19:21:13'),(3956,4226,'action created','2020-12-23 03:21:13','2020-12-22 19:21:13'),(3957,4226,'action started via WP Cron','2020-12-23 03:35:50','2020-12-22 19:35:50'),(3958,4226,'action complete via WP Cron','2020-12-23 03:35:50','2020-12-22 19:35:50'),(3959,4227,'action created','2020-12-23 03:35:50','2020-12-22 19:35:50'),(3960,4227,'action started via WP Cron','2020-12-23 03:37:11','2020-12-22 19:37:11'),(3961,4227,'action complete via WP Cron','2020-12-23 03:37:11','2020-12-22 19:37:11'),(3962,4228,'action created','2020-12-23 03:37:11','2020-12-22 19:37:11'),(3963,4228,'action started via WP Cron','2020-12-23 03:38:12','2020-12-22 19:38:12'),(3964,4228,'action complete via WP Cron','2020-12-23 03:38:12','2020-12-22 19:38:12'),(3965,4229,'action created','2020-12-23 03:38:12','2020-12-22 19:38:12'),(3966,4229,'action started via WP Cron','2020-12-23 03:39:01','2020-12-22 19:39:01'),(3967,4229,'action complete via WP Cron','2020-12-23 03:39:01','2020-12-22 19:39:01'),(3968,4230,'action created','2020-12-23 03:39:01','2020-12-22 19:39:01'),(3969,4230,'action started via WP Cron','2020-12-23 03:40:14','2020-12-22 19:40:14'),(3970,4230,'action complete via WP Cron','2020-12-23 03:40:14','2020-12-22 19:40:14'),(3971,4231,'action created','2020-12-23 03:40:14','2020-12-22 19:40:14'),(3972,4231,'action started via WP Cron','2020-12-23 03:41:15','2020-12-22 19:41:15'),(3973,4231,'action complete via WP Cron','2020-12-23 03:41:15','2020-12-22 19:41:15'),(3974,4232,'action created','2020-12-23 03:41:15','2020-12-22 19:41:15'),(3975,4232,'action started via WP Cron','2020-12-23 03:42:16','2020-12-22 19:42:16'),(3976,4232,'action complete via WP Cron','2020-12-23 03:42:16','2020-12-22 19:42:16'),(3977,4233,'action created','2020-12-23 03:42:16','2020-12-22 19:42:16'),(3978,4233,'action started via WP Cron','2020-12-23 03:46:03','2020-12-22 19:46:03'),(3979,4233,'action complete via WP Cron','2020-12-23 03:46:03','2020-12-22 19:46:03'),(3980,4234,'action created','2020-12-23 03:46:03','2020-12-22 19:46:03'),(3981,4234,'action started via WP Cron','2020-12-23 03:50:28','2020-12-22 19:50:28'),(3982,4234,'action complete via WP Cron','2020-12-23 03:50:28','2020-12-22 19:50:28'),(3983,4235,'action created','2020-12-23 03:50:28','2020-12-22 19:50:28'),(3984,4235,'action started via WP Cron','2020-12-23 03:50:42','2020-12-22 19:50:42'),(3985,4235,'action complete via WP Cron','2020-12-23 03:50:42','2020-12-22 19:50:42'),(3986,4236,'action created','2020-12-23 03:50:42','2020-12-22 19:50:42'),(3987,4236,'action started via WP Cron','2020-12-23 03:55:10','2020-12-22 19:55:10'),(3988,4236,'action complete via WP Cron','2020-12-23 03:55:10','2020-12-22 19:55:10'),(3989,4237,'action created','2020-12-23 03:55:11','2020-12-22 19:55:11'),(3990,4237,'action started via WP Cron','2020-12-23 04:06:29','2020-12-22 20:06:29'),(3991,4237,'action complete via WP Cron','2020-12-23 04:06:29','2020-12-22 20:06:29'),(3992,4238,'action created','2020-12-23 04:06:29','2020-12-22 20:06:29'),(3993,4238,'action started via WP Cron','2020-12-23 04:17:31','2020-12-22 20:17:31'),(3994,4238,'action complete via WP Cron','2020-12-23 04:17:31','2020-12-22 20:17:31'),(3995,4239,'action created','2020-12-23 04:17:31','2020-12-22 20:17:31'),(3996,4239,'action started via WP Cron','2020-12-23 04:18:38','2020-12-22 20:18:38'),(3997,4239,'action complete via WP Cron','2020-12-23 04:18:38','2020-12-22 20:18:38'),(3998,4240,'action created','2020-12-23 04:18:38','2020-12-22 20:18:38'),(3999,4240,'action started via WP Cron','2020-12-23 04:19:39','2020-12-22 20:19:39'),(4000,4240,'action complete via WP Cron','2020-12-23 04:19:39','2020-12-22 20:19:39'),(4001,4241,'action created','2020-12-23 04:19:39','2020-12-22 20:19:39'),(4002,4241,'action started via WP Cron','2020-12-23 04:22:32','2020-12-22 20:22:32'),(4003,4241,'action complete via WP Cron','2020-12-23 04:22:32','2020-12-22 20:22:32'),(4004,4242,'action created','2020-12-23 04:22:32','2020-12-22 20:22:32'),(4005,4242,'action started via WP Cron','2020-12-23 04:23:37','2020-12-22 20:23:37'),(4006,4242,'action complete via WP Cron','2020-12-23 04:23:37','2020-12-22 20:23:37'),(4007,4243,'action created','2020-12-23 04:23:37','2020-12-22 20:23:37'),(4008,4243,'action started via WP Cron','2020-12-23 04:23:55','2020-12-22 20:23:55'),(4009,4243,'action complete via WP Cron','2020-12-23 04:23:55','2020-12-22 20:23:55'),(4010,4244,'action created','2020-12-23 04:23:55','2020-12-22 20:23:55'),(4011,4244,'action started via WP Cron','2020-12-23 04:24:45','2020-12-22 20:24:45'),(4012,4244,'action complete via WP Cron','2020-12-23 04:24:45','2020-12-22 20:24:45'),(4013,4245,'action created','2020-12-23 04:24:46','2020-12-22 20:24:46'),(4014,4245,'action started via WP Cron','2020-12-23 04:34:07','2020-12-22 20:34:07'),(4015,4245,'action complete via WP Cron','2020-12-23 04:34:07','2020-12-22 20:34:07'),(4016,4246,'action created','2020-12-23 04:34:07','2020-12-22 20:34:07'),(4017,4246,'action started via WP Cron','2020-12-23 04:36:29','2020-12-22 20:36:29'),(4018,4246,'action complete via WP Cron','2020-12-23 04:36:29','2020-12-22 20:36:29'),(4019,4247,'action created','2020-12-23 04:36:29','2020-12-22 20:36:29'),(4020,4247,'action started via WP Cron','2020-12-23 04:36:53','2020-12-22 20:36:53'),(4021,4247,'action complete via WP Cron','2020-12-23 04:36:53','2020-12-22 20:36:53'),(4022,4248,'action created','2020-12-23 04:36:53','2020-12-22 20:36:53'),(4023,4248,'action started via WP Cron','2020-12-23 04:42:22','2020-12-22 20:42:22'),(4024,4248,'action complete via WP Cron','2020-12-23 04:42:22','2020-12-22 20:42:22'),(4025,4249,'action created','2020-12-23 04:42:22','2020-12-22 20:42:22'),(4026,4249,'action started via WP Cron','2020-12-23 04:43:16','2020-12-22 20:43:16'),(4027,4249,'action complete via WP Cron','2020-12-23 04:43:16','2020-12-22 20:43:16'),(4028,4250,'action created','2020-12-23 04:43:17','2020-12-22 20:43:17'),(4029,4250,'action started via WP Cron','2020-12-23 04:44:17','2020-12-22 20:44:17'),(4030,4250,'action complete via WP Cron','2020-12-23 04:44:17','2020-12-22 20:44:17'),(4031,4251,'action created','2020-12-23 04:44:17','2020-12-22 20:44:17'),(4032,4251,'action started via WP Cron','2020-12-23 04:46:20','2020-12-22 20:46:20'),(4033,4251,'action complete via WP Cron','2020-12-23 04:46:20','2020-12-22 20:46:20'),(4034,4252,'action created','2020-12-23 04:46:20','2020-12-22 20:46:20'),(4035,4252,'action started via WP Cron','2020-12-23 04:47:20','2020-12-22 20:47:20'),(4036,4252,'action complete via WP Cron','2020-12-23 04:47:20','2020-12-22 20:47:20'),(4037,4253,'action created','2020-12-23 04:47:21','2020-12-22 20:47:21'),(4038,4253,'action started via WP Cron','2020-12-23 04:48:21','2020-12-22 20:48:21'),(4039,4253,'action complete via WP Cron','2020-12-23 04:48:21','2020-12-22 20:48:21'),(4040,4254,'action created','2020-12-23 04:48:21','2020-12-22 20:48:21'),(4041,4254,'action started via WP Cron','2020-12-23 04:56:01','2020-12-22 20:56:01'),(4042,4254,'action complete via WP Cron','2020-12-23 04:56:01','2020-12-22 20:56:01'),(4043,4255,'action created','2020-12-23 04:56:01','2020-12-22 20:56:01'),(4044,4255,'action started via WP Cron','2020-12-23 04:59:36','2020-12-22 20:59:36'),(4045,4255,'action complete via WP Cron','2020-12-23 04:59:36','2020-12-22 20:59:36'),(4046,4256,'action created','2020-12-23 04:59:36','2020-12-22 20:59:36'),(4047,4256,'action started via WP Cron','2020-12-23 05:00:43','2020-12-22 21:00:43'),(4048,4256,'action complete via WP Cron','2020-12-23 05:00:43','2020-12-22 21:00:43'),(4049,4257,'action created','2020-12-23 05:00:43','2020-12-22 21:00:43'),(4050,4257,'action started via WP Cron','2020-12-23 05:02:16','2020-12-22 21:02:16'),(4051,4257,'action complete via WP Cron','2020-12-23 05:02:16','2020-12-22 21:02:16'),(4052,4258,'action created','2020-12-23 05:04:45','2020-12-22 21:04:45'),(4053,4258,'action started via WP Cron','2020-12-23 05:05:59','2020-12-22 21:05:59'),(4054,4258,'action complete via WP Cron','2020-12-23 05:05:59','2020-12-22 21:05:59'),(4055,4259,'action created','2020-12-23 05:05:59','2020-12-22 21:05:59'),(4056,4259,'action started via WP Cron','2020-12-23 05:08:17','2020-12-22 21:08:17'),(4057,4259,'action complete via WP Cron','2020-12-23 05:08:17','2020-12-22 21:08:17'),(4058,4260,'action created','2020-12-23 05:08:17','2020-12-22 21:08:17'),(4059,4260,'action started via WP Cron','2020-12-23 05:09:31','2020-12-22 21:09:31'),(4060,4260,'action complete via WP Cron','2020-12-23 05:09:31','2020-12-22 21:09:31'),(4061,4261,'action created','2020-12-23 05:09:31','2020-12-22 21:09:31'),(4062,4261,'action started via WP Cron','2020-12-23 05:10:07','2020-12-22 21:10:07'),(4063,4261,'action complete via WP Cron','2020-12-23 05:10:07','2020-12-22 21:10:07'),(4064,4262,'action created','2020-12-23 05:10:07','2020-12-22 21:10:07'),(4065,4262,'action started via WP Cron','2020-12-23 05:11:07','2020-12-22 21:11:07'),(4066,4262,'action complete via WP Cron','2020-12-23 05:11:07','2020-12-22 21:11:07'),(4067,4263,'action created','2020-12-23 05:11:07','2020-12-22 21:11:07'),(4068,4263,'action started via WP Cron','2020-12-23 05:12:13','2020-12-22 21:12:13'),(4069,4263,'action complete via WP Cron','2020-12-23 05:12:13','2020-12-22 21:12:13'),(4070,4264,'action created','2020-12-23 05:12:14','2020-12-22 21:12:14'),(4071,4264,'action started via WP Cron','2020-12-23 05:13:25','2020-12-22 21:13:25'),(4072,4264,'action complete via WP Cron','2020-12-23 05:13:25','2020-12-22 21:13:25'),(4073,4265,'action created','2020-12-23 05:13:25','2020-12-22 21:13:25'),(4074,4265,'action started via WP Cron','2020-12-23 05:14:53','2020-12-22 21:14:53'),(4075,4265,'action complete via WP Cron','2020-12-23 05:14:53','2020-12-22 21:14:53'),(4076,4266,'action created','2020-12-23 05:14:53','2020-12-22 21:14:53'),(4077,4266,'action started via WP Cron','2020-12-23 05:17:13','2020-12-22 21:17:13'),(4078,4266,'action complete via WP Cron','2020-12-23 05:17:13','2020-12-22 21:17:13'),(4079,4267,'action created','2020-12-23 05:17:13','2020-12-22 21:17:13'),(4080,4267,'action started via WP Cron','2020-12-23 05:18:44','2020-12-22 21:18:44'),(4081,4267,'action complete via WP Cron','2020-12-23 05:18:44','2020-12-22 21:18:44'),(4082,4268,'action created','2020-12-23 05:18:44','2020-12-22 21:18:44'),(4083,4268,'action started via WP Cron','2020-12-23 05:19:59','2020-12-22 21:19:59'),(4084,4268,'action complete via WP Cron','2020-12-23 05:19:59','2020-12-22 21:19:59'),(4085,4269,'action created','2020-12-23 05:19:59','2020-12-22 21:19:59'),(4086,4269,'action started via WP Cron','2020-12-23 05:21:00','2020-12-22 21:21:00'),(4087,4269,'action complete via WP Cron','2020-12-23 05:21:00','2020-12-22 21:21:00'),(4088,4270,'action created','2020-12-23 05:21:00','2020-12-22 21:21:00'),(4089,4270,'action started via WP Cron','2020-12-23 05:23:02','2020-12-22 21:23:02'),(4090,4270,'action complete via WP Cron','2020-12-23 05:23:02','2020-12-22 21:23:02'),(4091,4271,'action created','2020-12-23 05:23:02','2020-12-22 21:23:02'),(4092,4271,'action started via WP Cron','2020-12-23 05:23:44','2020-12-22 21:23:44'),(4093,4271,'action complete via WP Cron','2020-12-23 05:23:44','2020-12-22 21:23:44'),(4094,4272,'action created','2020-12-23 05:23:44','2020-12-22 21:23:44'),(4095,4272,'action started via WP Cron','2020-12-23 05:24:55','2020-12-22 21:24:55'),(4096,4272,'action complete via WP Cron','2020-12-23 05:24:55','2020-12-22 21:24:55'),(4097,4273,'action created','2020-12-23 05:24:55','2020-12-22 21:24:55'),(4098,4273,'action started via WP Cron','2020-12-23 05:25:58','2020-12-22 21:25:58'),(4099,4273,'action complete via WP Cron','2020-12-23 05:25:58','2020-12-22 21:25:58'),(4100,4274,'action created','2020-12-23 05:25:58','2020-12-22 21:25:58'),(4101,4274,'action started via WP Cron','2020-12-23 05:27:06','2020-12-22 21:27:06'),(4102,4274,'action complete via WP Cron','2020-12-23 05:27:06','2020-12-22 21:27:06'),(4103,4275,'action created','2020-12-23 05:27:06','2020-12-22 21:27:06'),(4104,4275,'action started via WP Cron','2020-12-23 05:28:35','2020-12-22 21:28:35'),(4105,4275,'action complete via WP Cron','2020-12-23 05:28:35','2020-12-22 21:28:35'),(4106,4276,'action created','2020-12-23 05:28:35','2020-12-22 21:28:35'),(4107,4276,'action started via WP Cron','2020-12-23 05:31:53','2020-12-22 21:31:53'),(4108,4276,'action complete via WP Cron','2020-12-23 05:31:53','2020-12-22 21:31:53'),(4109,4277,'action created','2020-12-23 05:31:53','2020-12-22 21:31:53'),(4110,4277,'action started via WP Cron','2020-12-23 05:32:51','2020-12-22 21:32:51'),(4111,4277,'action complete via WP Cron','2020-12-23 05:32:51','2020-12-22 21:32:51'),(4112,4278,'action created','2020-12-23 05:32:51','2020-12-22 21:32:51'),(4113,4278,'action started via WP Cron','2020-12-23 05:33:52','2020-12-22 21:33:52'),(4114,4278,'action complete via WP Cron','2020-12-23 05:33:52','2020-12-22 21:33:52'),(4115,4279,'action created','2020-12-23 05:33:52','2020-12-22 21:33:52'),(4116,4279,'action started via WP Cron','2020-12-23 05:34:46','2020-12-22 21:34:46'),(4117,4279,'action complete via WP Cron','2020-12-23 05:34:46','2020-12-22 21:34:46'),(4118,4280,'action created','2020-12-23 05:34:46','2020-12-22 21:34:46'),(4119,4280,'action started via WP Cron','2020-12-23 05:35:47','2020-12-22 21:35:47'),(4120,4280,'action complete via WP Cron','2020-12-23 05:35:47','2020-12-22 21:35:47'),(4121,4281,'action created','2020-12-23 05:35:48','2020-12-22 21:35:48'),(4122,4281,'action started via WP Cron','2020-12-23 05:36:48','2020-12-22 21:36:48'),(4123,4281,'action complete via WP Cron','2020-12-23 05:36:48','2020-12-22 21:36:48'),(4124,4282,'action created','2020-12-23 05:36:48','2020-12-22 21:36:48'),(4128,4283,'action started via WP Cron','2020-12-23 05:38:47','2020-12-22 21:38:47'),(4129,4283,'action complete via WP Cron','2020-12-23 05:38:47','2020-12-22 21:38:47'),(4130,4284,'action created','2020-12-23 05:38:47','2020-12-22 21:38:47'),(4131,4284,'action started via WP Cron','2020-12-23 05:39:43','2020-12-22 21:39:43'),(4132,4284,'action complete via WP Cron','2020-12-23 05:39:43','2020-12-22 21:39:43'),(4133,4285,'action created','2020-12-23 05:39:44','2020-12-22 21:39:44'),(4134,4285,'action started via WP Cron','2020-12-23 05:40:47','2020-12-22 21:40:47'),(4135,4285,'action complete via WP Cron','2020-12-23 05:40:47','2020-12-22 21:40:47'),(4136,4286,'action created','2020-12-23 05:40:47','2020-12-22 21:40:47'),(4137,4286,'action started via WP Cron','2020-12-23 05:41:45','2020-12-22 21:41:45'),(4138,4286,'action complete via WP Cron','2020-12-23 05:41:45','2020-12-22 21:41:45'),(4139,4287,'action created','2020-12-23 05:41:45','2020-12-22 21:41:45'),(4140,4287,'action started via WP Cron','2020-12-23 05:42:42','2020-12-22 21:42:42'),(4141,4287,'action complete via WP Cron','2020-12-23 05:42:42','2020-12-22 21:42:42'),(4142,4288,'action created','2020-12-23 05:42:42','2020-12-22 21:42:42'),(4143,4288,'action started via WP Cron','2020-12-23 05:43:54','2020-12-22 21:43:54'),(4144,4288,'action complete via WP Cron','2020-12-23 05:43:54','2020-12-22 21:43:54'),(4145,4289,'action created','2020-12-23 05:43:54','2020-12-22 21:43:54'),(4146,4289,'action started via WP Cron','2020-12-23 05:44:41','2020-12-22 21:44:41'),(4147,4289,'action complete via WP Cron','2020-12-23 05:44:41','2020-12-22 21:44:41'),(4148,4290,'action created','2020-12-23 05:44:41','2020-12-22 21:44:41'),(4149,4290,'action started via WP Cron','2020-12-23 05:45:46','2020-12-22 21:45:46'),(4150,4290,'action complete via WP Cron','2020-12-23 05:45:46','2020-12-22 21:45:46'),(4151,4291,'action created','2020-12-23 05:45:46','2020-12-22 21:45:46'),(4152,4291,'action started via WP Cron','2020-12-23 05:46:49','2020-12-22 21:46:49'),(4153,4291,'action complete via WP Cron','2020-12-23 05:46:49','2020-12-22 21:46:49'),(4154,4292,'action created','2020-12-23 05:46:49','2020-12-22 21:46:49'),(4155,4292,'action started via WP Cron','2020-12-23 05:47:44','2020-12-22 21:47:44'),(4156,4292,'action complete via WP Cron','2020-12-23 05:47:44','2020-12-22 21:47:44'),(4157,4293,'action created','2020-12-23 05:47:44','2020-12-22 21:47:44'),(4158,4293,'action started via WP Cron','2020-12-23 05:48:43','2020-12-22 21:48:43'),(4159,4293,'action complete via WP Cron','2020-12-23 05:48:43','2020-12-22 21:48:43'),(4160,4294,'action created','2020-12-23 05:48:43','2020-12-22 21:48:43'),(4161,4294,'action started via WP Cron','2020-12-23 05:49:45','2020-12-22 21:49:45'),(4162,4294,'action complete via WP Cron','2020-12-23 05:49:45','2020-12-22 21:49:45'),(4163,4295,'action created','2020-12-23 05:49:45','2020-12-22 21:49:45'),(4164,4295,'action started via WP Cron','2020-12-23 05:50:47','2020-12-22 21:50:47'),(4165,4295,'action complete via WP Cron','2020-12-23 05:50:47','2020-12-22 21:50:47'),(4166,4296,'action created','2020-12-23 05:50:47','2020-12-22 21:50:47'),(4167,4296,'action started via WP Cron','2020-12-23 05:51:41','2020-12-22 21:51:41'),(4168,4296,'action complete via WP Cron','2020-12-23 05:51:41','2020-12-22 21:51:41'),(4169,4297,'action created','2020-12-23 05:51:41','2020-12-22 21:51:41'),(4170,4297,'action started via WP Cron','2020-12-23 05:52:48','2020-12-22 21:52:48'),(4171,4297,'action complete via WP Cron','2020-12-23 05:52:48','2020-12-22 21:52:48'),(4172,4298,'action created','2020-12-23 05:52:48','2020-12-22 21:52:48'),(4173,4298,'action started via WP Cron','2020-12-23 05:53:42','2020-12-22 21:53:42'),(4174,4298,'action complete via WP Cron','2020-12-23 05:53:42','2020-12-22 21:53:42'),(4175,4299,'action created','2020-12-23 05:53:42','2020-12-22 21:53:42'),(4176,4299,'action started via WP Cron','2020-12-23 05:54:44','2020-12-22 21:54:44'),(4177,4299,'action complete via WP Cron','2020-12-23 05:54:44','2020-12-22 21:54:44'),(4178,4300,'action created','2020-12-23 05:54:44','2020-12-22 21:54:44'),(4179,4300,'action started via WP Cron','2020-12-23 05:55:44','2020-12-22 21:55:44'),(4180,4300,'action complete via WP Cron','2020-12-23 05:55:44','2020-12-22 21:55:44'),(4181,4301,'action created','2020-12-23 05:55:44','2020-12-22 21:55:44'),(4182,4301,'action started via WP Cron','2020-12-23 05:56:43','2020-12-22 21:56:43'),(4183,4301,'action complete via WP Cron','2020-12-23 05:56:43','2020-12-22 21:56:43'),(4184,4302,'action created','2020-12-23 05:56:44','2020-12-22 21:56:44'),(4185,4302,'action started via WP Cron','2020-12-23 05:57:50','2020-12-22 21:57:50'),(4186,4302,'action complete via WP Cron','2020-12-23 05:57:50','2020-12-22 21:57:50'),(4187,4303,'action created','2020-12-23 05:57:50','2020-12-22 21:57:50'),(4188,4303,'action started via WP Cron','2020-12-23 05:58:48','2020-12-22 21:58:48'),(4189,4303,'action complete via WP Cron','2020-12-23 05:58:48','2020-12-22 21:58:48'),(4190,4304,'action created','2020-12-23 05:58:48','2020-12-22 21:58:48'),(4191,4304,'action started via WP Cron','2020-12-23 05:59:52','2020-12-22 21:59:52'),(4192,4304,'action complete via WP Cron','2020-12-23 05:59:52','2020-12-22 21:59:52'),(4193,4305,'action created','2020-12-23 05:59:52','2020-12-22 21:59:52'),(4194,4305,'action started via WP Cron','2020-12-23 06:00:42','2020-12-22 22:00:42'),(4195,4305,'action complete via WP Cron','2020-12-23 06:00:42','2020-12-22 22:00:42'),(4196,4306,'action created','2020-12-23 06:00:42','2020-12-22 22:00:42'),(4197,4306,'action started via WP Cron','2020-12-23 06:01:48','2020-12-22 22:01:48'),(4198,4306,'action complete via WP Cron','2020-12-23 06:01:48','2020-12-22 22:01:48'),(4199,4307,'action created','2020-12-23 06:01:48','2020-12-22 22:01:48'),(4200,4307,'action started via WP Cron','2020-12-23 06:02:42','2020-12-22 22:02:42'),(4201,4307,'action complete via WP Cron','2020-12-23 06:02:42','2020-12-22 22:02:42'),(4202,4308,'action created','2020-12-23 06:02:42','2020-12-22 22:02:42'),(4203,4308,'action started via WP Cron','2020-12-23 06:03:41','2020-12-22 22:03:41'),(4204,4308,'action complete via WP Cron','2020-12-23 06:03:42','2020-12-22 22:03:42'),(4205,4309,'action created','2020-12-23 06:03:52','2020-12-22 22:03:52'),(4206,4309,'action started via WP Cron','2020-12-23 06:04:42','2020-12-22 22:04:42'),(4207,4309,'action complete via WP Cron','2020-12-23 06:04:42','2020-12-22 22:04:42'),(4208,4310,'action created','2020-12-23 06:04:42','2020-12-22 22:04:42'),(55505,21412,'action complete via WP Cron','2021-01-23 06:16:24','2021-01-22 22:16:24'),(55504,21412,'action started via WP Cron','2021-01-23 06:16:24','2021-01-22 22:16:24'),(57162,21965,'action created','2021-01-24 06:17:21','2021-01-23 22:17:21'),(4212,4310,'action started via WP Cron','2020-12-23 06:14:49','2020-12-22 22:14:49'),(4213,4310,'action complete via WP Cron','2020-12-23 06:14:49','2020-12-22 22:14:49'),(4214,4312,'action created','2020-12-23 06:14:49','2020-12-22 22:14:49'),(4215,4312,'action started via WP Cron','2020-12-23 06:15:53','2020-12-22 22:15:53'),(4216,4312,'action complete via WP Cron','2020-12-23 06:15:53','2020-12-22 22:15:53'),(4217,4313,'action created','2020-12-23 06:15:53','2020-12-22 22:15:53'),(4218,4313,'action started via WP Cron','2020-12-23 06:18:20','2020-12-22 22:18:20'),(4219,4313,'action complete via WP Cron','2020-12-23 06:18:20','2020-12-22 22:18:20'),(4220,4314,'action created','2020-12-23 06:18:20','2020-12-22 22:18:20'),(4221,4314,'action started via WP Cron','2020-12-23 06:19:43','2020-12-22 22:19:43'),(4222,4314,'action complete via WP Cron','2020-12-23 06:19:43','2020-12-22 22:19:43'),(4223,4315,'action created','2020-12-23 06:19:43','2020-12-22 22:19:43'),(4224,4315,'action started via WP Cron','2020-12-23 06:21:33','2020-12-22 22:21:33'),(4225,4315,'action complete via WP Cron','2020-12-23 06:21:33','2020-12-22 22:21:33'),(4226,4316,'action created','2020-12-23 06:21:33','2020-12-22 22:21:33'),(4227,4316,'action started via WP Cron','2020-12-23 06:22:56','2020-12-22 22:22:56'),(4228,4316,'action complete via WP Cron','2020-12-23 06:22:56','2020-12-22 22:22:56'),(4229,4317,'action created','2020-12-23 06:22:57','2020-12-22 22:22:57'),(4230,4317,'action started via WP Cron','2020-12-23 06:23:58','2020-12-22 22:23:58'),(4231,4317,'action complete via WP Cron','2020-12-23 06:23:58','2020-12-22 22:23:58'),(4232,4318,'action created','2020-12-23 06:23:58','2020-12-22 22:23:58'),(4233,4318,'action started via WP Cron','2020-12-23 06:28:06','2020-12-22 22:28:06'),(4234,4318,'action complete via WP Cron','2020-12-23 06:28:06','2020-12-22 22:28:06'),(4235,4319,'action created','2020-12-23 06:28:06','2020-12-22 22:28:06'),(4236,4319,'action started via WP Cron','2020-12-23 06:29:31','2020-12-22 22:29:31'),(4237,4319,'action complete via WP Cron','2020-12-23 06:29:31','2020-12-22 22:29:31'),(4238,4320,'action created','2020-12-23 06:29:31','2020-12-22 22:29:31'),(4239,4320,'action started via WP Cron','2020-12-23 06:31:07','2020-12-22 22:31:07'),(4240,4320,'action complete via WP Cron','2020-12-23 06:31:07','2020-12-22 22:31:07'),(4241,4321,'action created','2020-12-23 06:31:07','2020-12-22 22:31:07'),(4242,4321,'action started via WP Cron','2020-12-23 06:33:25','2020-12-22 22:33:25'),(4243,4321,'action complete via WP Cron','2020-12-23 06:33:25','2020-12-22 22:33:25'),(4244,4322,'action created','2020-12-23 06:33:25','2020-12-22 22:33:25'),(4245,4322,'action started via WP Cron','2020-12-23 06:34:29','2020-12-22 22:34:29'),(4246,4322,'action complete via WP Cron','2020-12-23 06:34:29','2020-12-22 22:34:29'),(4247,4323,'action created','2020-12-23 06:34:29','2020-12-22 22:34:29'),(4248,4323,'action started via WP Cron','2020-12-23 06:34:46','2020-12-22 22:34:46'),(4249,4323,'action complete via WP Cron','2020-12-23 06:34:46','2020-12-22 22:34:46'),(4250,4324,'action created','2020-12-23 06:34:46','2020-12-22 22:34:46'),(4251,4324,'action started via WP Cron','2020-12-23 06:35:57','2020-12-22 22:35:57'),(4252,4324,'action complete via WP Cron','2020-12-23 06:35:57','2020-12-22 22:35:57'),(4253,4325,'action created','2020-12-23 06:35:57','2020-12-22 22:35:57'),(4254,4325,'action started via WP Cron','2020-12-23 06:39:17','2020-12-22 22:39:17'),(4255,4325,'action complete via WP Cron','2020-12-23 06:39:17','2020-12-22 22:39:17'),(4256,4326,'action created','2020-12-23 06:39:17','2020-12-22 22:39:17'),(4257,4326,'action started via WP Cron','2020-12-23 06:40:41','2020-12-22 22:40:41'),(4258,4326,'action complete via WP Cron','2020-12-23 06:40:41','2020-12-22 22:40:41'),(4259,4327,'action created','2020-12-23 06:40:41','2020-12-22 22:40:41'),(4260,4327,'action started via WP Cron','2020-12-23 06:42:46','2020-12-22 22:42:46'),(4261,4327,'action complete via WP Cron','2020-12-23 06:42:46','2020-12-22 22:42:46'),(4262,4328,'action created','2020-12-23 06:42:46','2020-12-22 22:42:46'),(4263,4328,'action started via WP Cron','2020-12-23 06:44:56','2020-12-22 22:44:56'),(4264,4328,'action complete via WP Cron','2020-12-23 06:44:56','2020-12-22 22:44:56'),(4265,4329,'action created','2020-12-23 06:44:56','2020-12-22 22:44:56'),(4266,4329,'action started via WP Cron','2020-12-23 06:47:15','2020-12-22 22:47:15'),(4267,4329,'action complete via WP Cron','2020-12-23 06:47:15','2020-12-22 22:47:15'),(4268,4330,'action created','2020-12-23 06:47:15','2020-12-22 22:47:15'),(4269,4330,'action started via WP Cron','2020-12-23 06:49:09','2020-12-22 22:49:09'),(4270,4330,'action complete via WP Cron','2020-12-23 06:49:09','2020-12-22 22:49:09'),(4271,4331,'action created','2020-12-23 06:49:10','2020-12-22 22:49:10'),(4272,4331,'action started via WP Cron','2020-12-23 06:50:11','2020-12-22 22:50:11'),(4273,4331,'action complete via WP Cron','2020-12-23 06:50:11','2020-12-22 22:50:11'),(4274,4332,'action created','2020-12-23 06:50:11','2020-12-22 22:50:11'),(4275,4332,'action started via WP Cron','2020-12-23 06:51:17','2020-12-22 22:51:17'),(4276,4332,'action complete via WP Cron','2020-12-23 06:51:17','2020-12-22 22:51:17'),(4277,4333,'action created','2020-12-23 06:51:18','2020-12-22 22:51:18'),(4278,4333,'action started via WP Cron','2020-12-23 06:52:23','2020-12-22 22:52:23'),(4279,4333,'action complete via WP Cron','2020-12-23 06:52:23','2020-12-22 22:52:23'),(4280,4334,'action created','2020-12-23 06:52:23','2020-12-22 22:52:23'),(4281,4334,'action started via WP Cron','2020-12-23 06:53:50','2020-12-22 22:53:50'),(4282,4334,'action complete via WP Cron','2020-12-23 06:53:50','2020-12-22 22:53:50'),(4283,4335,'action created','2020-12-23 06:53:50','2020-12-22 22:53:50'),(4284,4335,'action started via WP Cron','2020-12-23 06:59:15','2020-12-22 22:59:15'),(4285,4335,'action complete via WP Cron','2020-12-23 06:59:15','2020-12-22 22:59:15'),(4286,4336,'action created','2020-12-23 06:59:16','2020-12-22 22:59:16'),(4287,4336,'action started via WP Cron','2020-12-23 07:02:24','2020-12-22 23:02:24'),(4288,4336,'action complete via WP Cron','2020-12-23 07:02:24','2020-12-22 23:02:24'),(4289,4337,'action created','2020-12-23 07:02:24','2020-12-22 23:02:24'),(4290,4337,'action started via WP Cron','2020-12-23 07:03:18','2020-12-22 23:03:18'),(4291,4337,'action complete via WP Cron','2020-12-23 07:03:18','2020-12-22 23:03:18'),(4292,4338,'action created','2020-12-23 07:03:18','2020-12-22 23:03:18'),(4293,4338,'action started via WP Cron','2020-12-23 07:03:50','2020-12-22 23:03:50'),(4294,4338,'action complete via WP Cron','2020-12-23 07:03:50','2020-12-22 23:03:50'),(4295,4339,'action created','2020-12-23 07:03:50','2020-12-22 23:03:50'),(4296,4339,'action started via WP Cron','2020-12-23 07:05:23','2020-12-22 23:05:23'),(4297,4339,'action complete via WP Cron','2020-12-23 07:05:23','2020-12-22 23:05:23'),(4298,4340,'action created','2020-12-23 07:05:24','2020-12-22 23:05:24'),(4299,4340,'action started via WP Cron','2020-12-23 07:06:19','2020-12-22 23:06:19'),(4300,4340,'action complete via WP Cron','2020-12-23 07:06:19','2020-12-22 23:06:19'),(4301,4341,'action created','2020-12-23 07:06:20','2020-12-22 23:06:20'),(4302,4341,'action started via WP Cron','2020-12-23 07:07:05','2020-12-22 23:07:05'),(4303,4341,'action complete via WP Cron','2020-12-23 07:07:05','2020-12-22 23:07:05'),(4304,4342,'action created','2020-12-23 07:07:05','2020-12-22 23:07:05'),(4305,4342,'action started via WP Cron','2020-12-23 07:07:42','2020-12-22 23:07:42'),(4306,4342,'action complete via WP Cron','2020-12-23 07:07:42','2020-12-22 23:07:42'),(4307,4343,'action created','2020-12-23 07:07:42','2020-12-22 23:07:42'),(4308,4343,'action started via WP Cron','2020-12-23 07:09:05','2020-12-22 23:09:05'),(4309,4343,'action complete via WP Cron','2020-12-23 07:09:05','2020-12-22 23:09:05'),(4310,4344,'action created','2020-12-23 07:09:05','2020-12-22 23:09:05'),(4311,4344,'action started via WP Cron','2020-12-23 07:09:59','2020-12-22 23:09:59'),(4312,4344,'action complete via WP Cron','2020-12-23 07:09:59','2020-12-22 23:09:59'),(4313,4345,'action created','2020-12-23 07:10:00','2020-12-22 23:10:00'),(4314,4345,'action started via WP Cron','2020-12-23 07:10:54','2020-12-22 23:10:54'),(4315,4345,'action complete via WP Cron','2020-12-23 07:10:54','2020-12-22 23:10:54'),(4316,4346,'action created','2020-12-23 07:10:54','2020-12-22 23:10:54'),(4317,4346,'action started via WP Cron','2020-12-23 07:11:56','2020-12-22 23:11:56'),(4318,4346,'action complete via WP Cron','2020-12-23 07:11:56','2020-12-22 23:11:56'),(4319,4347,'action created','2020-12-23 07:11:56','2020-12-22 23:11:56'),(4320,4347,'action started via WP Cron','2020-12-23 07:12:50','2020-12-22 23:12:50'),(4321,4347,'action complete via WP Cron','2020-12-23 07:12:50','2020-12-22 23:12:50'),(4322,4348,'action created','2020-12-23 07:12:50','2020-12-22 23:12:50'),(4323,4348,'action started via WP Cron','2020-12-23 07:13:41','2020-12-22 23:13:41'),(4324,4348,'action complete via WP Cron','2020-12-23 07:13:41','2020-12-22 23:13:41'),(4325,4349,'action created','2020-12-23 07:13:41','2020-12-22 23:13:41'),(4326,4349,'action started via WP Cron','2020-12-23 07:15:07','2020-12-22 23:15:07'),(4327,4349,'action complete via WP Cron','2020-12-23 07:15:07','2020-12-22 23:15:07'),(4328,4350,'action created','2020-12-23 07:15:11','2020-12-22 23:15:11'),(4329,4350,'action started via WP Cron','2020-12-23 07:15:55','2020-12-22 23:15:55'),(4330,4350,'action complete via WP Cron','2020-12-23 07:15:55','2020-12-22 23:15:55'),(4331,4351,'action created','2020-12-23 07:15:55','2020-12-22 23:15:55'),(4332,4351,'action started via WP Cron','2020-12-23 07:18:09','2020-12-22 23:18:09'),(4333,4351,'action complete via WP Cron','2020-12-23 07:18:09','2020-12-22 23:18:09'),(4334,4352,'action created','2020-12-23 07:18:09','2020-12-22 23:18:09'),(4335,4352,'action started via WP Cron','2020-12-23 07:18:46','2020-12-22 23:18:46'),(4336,4352,'action complete via WP Cron','2020-12-23 07:18:46','2020-12-22 23:18:46'),(4337,4353,'action created','2020-12-23 07:18:46','2020-12-22 23:18:46'),(4338,4353,'action started via WP Cron','2020-12-23 07:29:15','2020-12-22 23:29:15'),(4339,4353,'action complete via WP Cron','2020-12-23 07:29:15','2020-12-22 23:29:15'),(4340,4354,'action created','2020-12-23 07:29:15','2020-12-22 23:29:15'),(4341,4354,'action started via WP Cron','2020-12-23 07:31:34','2020-12-22 23:31:34'),(4342,4354,'action complete via WP Cron','2020-12-23 07:31:34','2020-12-22 23:31:34'),(4343,4355,'action created','2020-12-23 07:31:34','2020-12-22 23:31:34'),(4344,4355,'action started via WP Cron','2020-12-23 07:37:05','2020-12-22 23:37:05'),(4345,4355,'action complete via WP Cron','2020-12-23 07:37:05','2020-12-22 23:37:05'),(4346,4356,'action created','2020-12-23 07:37:05','2020-12-22 23:37:05'),(4347,4356,'action started via WP Cron','2020-12-23 07:37:55','2020-12-22 23:37:55'),(4348,4356,'action complete via WP Cron','2020-12-23 07:37:55','2020-12-22 23:37:55'),(4349,4357,'action created','2020-12-23 07:37:55','2020-12-22 23:37:55'),(4350,4357,'action started via WP Cron','2020-12-23 07:39:35','2020-12-22 23:39:35'),(4351,4357,'action complete via WP Cron','2020-12-23 07:39:35','2020-12-22 23:39:35'),(4352,4358,'action created','2020-12-23 07:39:35','2020-12-22 23:39:35'),(4353,4358,'action started via WP Cron','2020-12-23 07:42:08','2020-12-22 23:42:08'),(4354,4358,'action complete via WP Cron','2020-12-23 07:42:08','2020-12-22 23:42:08'),(4355,4359,'action created','2020-12-23 07:42:08','2020-12-22 23:42:08'),(4356,4359,'action started via WP Cron','2020-12-23 07:43:10','2020-12-22 23:43:10'),(4357,4359,'action complete via WP Cron','2020-12-23 07:43:10','2020-12-22 23:43:10'),(4358,4360,'action created','2020-12-23 07:43:10','2020-12-22 23:43:10'),(4359,4360,'action started via WP Cron','2020-12-23 07:44:22','2020-12-22 23:44:22'),(4360,4360,'action complete via WP Cron','2020-12-23 07:44:22','2020-12-22 23:44:22'),(4361,4361,'action created','2020-12-23 07:44:22','2020-12-22 23:44:22'),(4362,4361,'action started via WP Cron','2020-12-23 07:51:20','2020-12-22 23:51:20'),(4363,4361,'action complete via WP Cron','2020-12-23 07:51:20','2020-12-22 23:51:20'),(4364,4362,'action created','2020-12-23 07:51:20','2020-12-22 23:51:20'),(4365,4362,'action started via WP Cron','2020-12-23 07:52:04','2020-12-22 23:52:04'),(4366,4362,'action complete via WP Cron','2020-12-23 07:52:04','2020-12-22 23:52:04'),(4367,4363,'action created','2020-12-23 07:52:04','2020-12-22 23:52:04'),(4368,4363,'action started via WP Cron','2020-12-23 07:53:09','2020-12-22 23:53:09'),(4369,4363,'action complete via WP Cron','2020-12-23 07:53:09','2020-12-22 23:53:09'),(4370,4364,'action created','2020-12-23 07:53:09','2020-12-22 23:53:09'),(4371,4364,'action started via WP Cron','2020-12-23 07:55:36','2020-12-22 23:55:36'),(4372,4364,'action complete via WP Cron','2020-12-23 07:55:36','2020-12-22 23:55:36'),(4373,4365,'action created','2020-12-23 07:55:36','2020-12-22 23:55:36'),(4374,4365,'action started via WP Cron','2020-12-23 07:56:37','2020-12-22 23:56:37'),(4375,4365,'action complete via WP Cron','2020-12-23 07:56:37','2020-12-22 23:56:37'),(4376,4366,'action created','2020-12-23 07:56:37','2020-12-22 23:56:37'),(4377,4366,'action started via WP Cron','2020-12-23 08:04:33','2020-12-23 00:04:33'),(4378,4366,'action complete via WP Cron','2020-12-23 08:04:33','2020-12-23 00:04:33'),(4379,4367,'action created','2020-12-23 08:04:33','2020-12-23 00:04:33'),(4380,4367,'action started via WP Cron','2020-12-23 08:11:16','2020-12-23 00:11:16'),(4381,4367,'action complete via WP Cron','2020-12-23 08:11:16','2020-12-23 00:11:16'),(4382,4368,'action created','2020-12-23 08:11:16','2020-12-23 00:11:16'),(4383,4368,'action started via WP Cron','2020-12-23 08:13:22','2020-12-23 00:13:22'),(4384,4368,'action complete via WP Cron','2020-12-23 08:13:22','2020-12-23 00:13:22'),(4385,4369,'action created','2020-12-23 08:13:22','2020-12-23 00:13:22'),(4386,4369,'action started via WP Cron','2020-12-23 08:14:20','2020-12-23 00:14:20'),(4387,4369,'action complete via WP Cron','2020-12-23 08:14:20','2020-12-23 00:14:20'),(4388,4370,'action created','2020-12-23 08:14:20','2020-12-23 00:14:20'),(4389,4370,'action started via WP Cron','2020-12-23 08:16:21','2020-12-23 00:16:21'),(4390,4370,'action complete via WP Cron','2020-12-23 08:16:21','2020-12-23 00:16:21'),(4391,4371,'action created','2020-12-23 08:16:22','2020-12-23 00:16:22'),(4392,4371,'action started via WP Cron','2020-12-23 08:17:22','2020-12-23 00:17:22'),(4393,4371,'action complete via WP Cron','2020-12-23 08:17:22','2020-12-23 00:17:22'),(4394,4372,'action created','2020-12-23 08:17:23','2020-12-23 00:17:23'),(4395,4372,'action started via WP Cron','2020-12-23 08:18:23','2020-12-23 00:18:23'),(4396,4372,'action complete via WP Cron','2020-12-23 08:18:23','2020-12-23 00:18:23'),(4397,4373,'action created','2020-12-23 08:18:24','2020-12-23 00:18:24'),(4398,4373,'action started via WP Cron','2020-12-23 08:23:16','2020-12-23 00:23:16'),(4399,4373,'action complete via WP Cron','2020-12-23 08:23:16','2020-12-23 00:23:16'),(4400,4374,'action created','2020-12-23 08:23:16','2020-12-23 00:23:16'),(4401,4374,'action started via WP Cron','2020-12-23 08:25:38','2020-12-23 00:25:38'),(4402,4374,'action complete via WP Cron','2020-12-23 08:25:38','2020-12-23 00:25:38'),(4403,4375,'action created','2020-12-23 08:25:38','2020-12-23 00:25:38'),(4404,4375,'action started via WP Cron','2020-12-23 08:26:45','2020-12-23 00:26:45'),(4405,4375,'action complete via WP Cron','2020-12-23 08:26:45','2020-12-23 00:26:45'),(4406,4376,'action created','2020-12-23 08:26:45','2020-12-23 00:26:45'),(4407,4376,'action started via WP Cron','2020-12-23 08:28:28','2020-12-23 00:28:28'),(4408,4376,'action complete via WP Cron','2020-12-23 08:28:28','2020-12-23 00:28:28'),(4409,4377,'action created','2020-12-23 08:28:28','2020-12-23 00:28:28'),(4410,4377,'action started via WP Cron','2020-12-23 08:43:15','2020-12-23 00:43:15'),(4411,4377,'action complete via WP Cron','2020-12-23 08:43:15','2020-12-23 00:43:15'),(4412,4378,'action created','2020-12-23 08:43:15','2020-12-23 00:43:15'),(4413,4378,'action started via WP Cron','2020-12-23 08:46:44','2020-12-23 00:46:44'),(4414,4378,'action complete via WP Cron','2020-12-23 08:46:44','2020-12-23 00:46:44'),(4415,4379,'action created','2020-12-23 08:46:44','2020-12-23 00:46:44'),(4416,4379,'action started via WP Cron','2020-12-23 08:48:34','2020-12-23 00:48:34'),(4417,4379,'action complete via WP Cron','2020-12-23 08:48:34','2020-12-23 00:48:34'),(4418,4380,'action created','2020-12-23 08:48:34','2020-12-23 00:48:34'),(4419,4380,'action started via WP Cron','2020-12-23 08:49:54','2020-12-23 00:49:54'),(4420,4380,'action complete via WP Cron','2020-12-23 08:49:54','2020-12-23 00:49:54'),(4421,4381,'action created','2020-12-23 08:49:54','2020-12-23 00:49:54'),(4422,4381,'action started via WP Cron','2020-12-23 08:50:54','2020-12-23 00:50:54'),(4423,4381,'action complete via WP Cron','2020-12-23 08:50:54','2020-12-23 00:50:54'),(4424,4382,'action created','2020-12-23 08:50:54','2020-12-23 00:50:54'),(4425,4382,'action started via WP Cron','2020-12-23 08:51:55','2020-12-23 00:51:55'),(4426,4382,'action complete via WP Cron','2020-12-23 08:51:55','2020-12-23 00:51:55'),(4427,4383,'action created','2020-12-23 08:51:55','2020-12-23 00:51:55'),(4428,4383,'action started via WP Cron','2020-12-23 08:53:57','2020-12-23 00:53:57'),(4429,4383,'action complete via WP Cron','2020-12-23 08:53:57','2020-12-23 00:53:57'),(4430,4384,'action created','2020-12-23 08:54:49','2020-12-23 00:54:49'),(4431,4384,'action started via WP Cron','2020-12-23 08:55:57','2020-12-23 00:55:57'),(4432,4384,'action complete via WP Cron','2020-12-23 08:55:57','2020-12-23 00:55:57'),(4433,4385,'action created','2020-12-23 08:55:57','2020-12-23 00:55:57'),(4434,4385,'action started via WP Cron','2020-12-23 08:57:12','2020-12-23 00:57:12'),(4435,4385,'action complete via WP Cron','2020-12-23 08:57:12','2020-12-23 00:57:12'),(4436,4386,'action created','2020-12-23 08:57:12','2020-12-23 00:57:12'),(4437,4386,'action started via WP Cron','2020-12-23 08:58:14','2020-12-23 00:58:14'),(4438,4386,'action complete via WP Cron','2020-12-23 08:58:14','2020-12-23 00:58:14'),(4439,4387,'action created','2020-12-23 08:58:14','2020-12-23 00:58:14'),(4440,4387,'action started via WP Cron','2020-12-23 08:59:18','2020-12-23 00:59:18'),(4441,4387,'action complete via WP Cron','2020-12-23 08:59:18','2020-12-23 00:59:18'),(4442,4388,'action created','2020-12-23 08:59:18','2020-12-23 00:59:18'),(4443,4388,'action started via WP Cron','2020-12-23 09:03:54','2020-12-23 01:03:54'),(4444,4388,'action complete via WP Cron','2020-12-23 09:03:54','2020-12-23 01:03:54'),(4445,4389,'action created','2020-12-23 09:03:54','2020-12-23 01:03:54'),(4446,4389,'action started via WP Cron','2020-12-23 09:05:33','2020-12-23 01:05:33'),(4447,4389,'action complete via WP Cron','2020-12-23 09:05:33','2020-12-23 01:05:33'),(4448,4390,'action created','2020-12-23 09:05:33','2020-12-23 01:05:33'),(4449,4390,'action started via WP Cron','2020-12-23 09:05:48','2020-12-23 01:05:48'),(4450,4390,'action complete via WP Cron','2020-12-23 09:05:48','2020-12-23 01:05:48'),(4451,4391,'action created','2020-12-23 09:05:48','2020-12-23 01:05:48'),(4452,4391,'action started via WP Cron','2020-12-23 09:11:42','2020-12-23 01:11:42'),(4453,4391,'action complete via WP Cron','2020-12-23 09:11:42','2020-12-23 01:11:42'),(4454,4392,'action created','2020-12-23 09:11:43','2020-12-23 01:11:43'),(4455,4392,'action started via WP Cron','2020-12-23 09:16:45','2020-12-23 01:16:45'),(4456,4392,'action complete via WP Cron','2020-12-23 09:16:45','2020-12-23 01:16:45'),(4457,4393,'action created','2020-12-23 09:16:45','2020-12-23 01:16:45'),(4458,4393,'action started via WP Cron','2020-12-23 09:30:31','2020-12-23 01:30:31'),(4459,4393,'action complete via WP Cron','2020-12-23 09:30:31','2020-12-23 01:30:31'),(4460,4394,'action created','2020-12-23 09:30:31','2020-12-23 01:30:31'),(4461,4394,'action started via WP Cron','2020-12-23 09:30:57','2020-12-23 01:30:57'),(4462,4394,'action complete via WP Cron','2020-12-23 09:30:57','2020-12-23 01:30:57'),(4463,4395,'action created','2020-12-23 09:30:57','2020-12-23 01:30:57'),(4464,4395,'action started via WP Cron','2020-12-23 09:36:24','2020-12-23 01:36:24'),(4465,4395,'action complete via WP Cron','2020-12-23 09:36:24','2020-12-23 01:36:24'),(4466,4396,'action created','2020-12-23 09:36:24','2020-12-23 01:36:24'),(4467,4396,'action started via WP Cron','2020-12-23 09:38:57','2020-12-23 01:38:57'),(4468,4396,'action complete via WP Cron','2020-12-23 09:38:57','2020-12-23 01:38:57'),(4469,4397,'action created','2020-12-23 09:38:57','2020-12-23 01:38:57'),(4470,4397,'action started via WP Cron','2020-12-23 09:41:11','2020-12-23 01:41:11'),(4471,4397,'action complete via WP Cron','2020-12-23 09:41:11','2020-12-23 01:41:11'),(4472,4398,'action created','2020-12-23 09:41:11','2020-12-23 01:41:11'),(4473,4398,'action started via WP Cron','2020-12-23 09:43:22','2020-12-23 01:43:22'),(4474,4398,'action complete via WP Cron','2020-12-23 09:43:22','2020-12-23 01:43:22'),(4475,4399,'action created','2020-12-23 09:43:22','2020-12-23 01:43:22'),(4476,4399,'action started via WP Cron','2020-12-23 09:47:03','2020-12-23 01:47:03'),(4477,4399,'action complete via WP Cron','2020-12-23 09:47:03','2020-12-23 01:47:03'),(4478,4400,'action created','2020-12-23 09:47:03','2020-12-23 01:47:03'),(4479,4400,'action started via WP Cron','2020-12-23 09:48:01','2020-12-23 01:48:01'),(4480,4400,'action complete via WP Cron','2020-12-23 09:48:01','2020-12-23 01:48:01'),(4481,4401,'action created','2020-12-23 09:48:01','2020-12-23 01:48:01'),(4482,4401,'action started via WP Cron','2020-12-23 09:49:08','2020-12-23 01:49:08'),(4483,4401,'action complete via WP Cron','2020-12-23 09:49:08','2020-12-23 01:49:08'),(4484,4402,'action created','2020-12-23 09:49:08','2020-12-23 01:49:08'),(4485,4402,'action started via WP Cron','2020-12-23 09:50:15','2020-12-23 01:50:15'),(4486,4402,'action complete via WP Cron','2020-12-23 09:50:15','2020-12-23 01:50:15'),(4487,4403,'action created','2020-12-23 09:50:15','2020-12-23 01:50:15'),(4488,4403,'action started via WP Cron','2020-12-23 09:52:42','2020-12-23 01:52:42'),(4489,4403,'action complete via WP Cron','2020-12-23 09:52:42','2020-12-23 01:52:42'),(4490,4404,'action created','2020-12-23 09:52:42','2020-12-23 01:52:42'),(4491,4404,'action started via WP Cron','2020-12-23 09:55:39','2020-12-23 01:55:39'),(4492,4404,'action complete via WP Cron','2020-12-23 09:55:39','2020-12-23 01:55:39'),(4493,4405,'action created','2020-12-23 09:55:39','2020-12-23 01:55:39'),(4494,4405,'action started via WP Cron','2020-12-23 09:56:01','2020-12-23 01:56:01'),(4495,4405,'action complete via WP Cron','2020-12-23 09:56:01','2020-12-23 01:56:01'),(4496,4406,'action created','2020-12-23 09:56:01','2020-12-23 01:56:01'),(4497,4406,'action started via WP Cron','2020-12-23 09:56:42','2020-12-23 01:56:42'),(4498,4406,'action complete via WP Cron','2020-12-23 09:56:42','2020-12-23 01:56:42'),(4499,4407,'action created','2020-12-23 09:56:58','2020-12-23 01:56:58'),(4500,4407,'action started via WP Cron','2020-12-23 09:57:42','2020-12-23 01:57:42'),(4501,4407,'action complete via WP Cron','2020-12-23 09:57:42','2020-12-23 01:57:42'),(4502,4408,'action created','2020-12-23 09:58:42','2020-12-23 01:58:42'),(4503,4408,'action started via WP Cron','2020-12-23 10:02:12','2020-12-23 02:02:12'),(4504,4408,'action complete via WP Cron','2020-12-23 10:02:12','2020-12-23 02:02:12'),(4505,4409,'action created','2020-12-23 10:02:13','2020-12-23 02:02:13'),(4506,4409,'action started via WP Cron','2020-12-23 10:09:36','2020-12-23 02:09:36'),(4507,4409,'action complete via WP Cron','2020-12-23 10:09:36','2020-12-23 02:09:36'),(4508,4410,'action created','2020-12-23 10:09:36','2020-12-23 02:09:36'),(4509,4410,'action started via WP Cron','2020-12-23 10:19:36','2020-12-23 02:19:36'),(4510,4410,'action complete via WP Cron','2020-12-23 10:19:36','2020-12-23 02:19:36'),(4511,4411,'action created','2020-12-23 10:19:36','2020-12-23 02:19:36'),(4512,4411,'action started via WP Cron','2020-12-23 10:20:43','2020-12-23 02:20:43'),(4513,4411,'action complete via WP Cron','2020-12-23 10:20:43','2020-12-23 02:20:43'),(4514,4412,'action created','2020-12-23 10:20:43','2020-12-23 02:20:43'),(4515,4412,'action started via WP Cron','2020-12-23 10:21:41','2020-12-23 02:21:41'),(4516,4412,'action complete via WP Cron','2020-12-23 10:21:41','2020-12-23 02:21:41'),(4517,4413,'action created','2020-12-23 10:21:41','2020-12-23 02:21:41'),(4518,4413,'action started via WP Cron','2020-12-23 10:22:42','2020-12-23 02:22:42'),(4519,4413,'action complete via WP Cron','2020-12-23 10:22:42','2020-12-23 02:22:42'),(4520,4414,'action created','2020-12-23 10:22:42','2020-12-23 02:22:42'),(4521,4414,'action started via WP Cron','2020-12-23 10:24:22','2020-12-23 02:24:22'),(4522,4414,'action complete via WP Cron','2020-12-23 10:24:22','2020-12-23 02:24:22'),(4523,4415,'action created','2020-12-23 10:24:22','2020-12-23 02:24:22'),(4524,4415,'action started via WP Cron','2020-12-23 10:28:52','2020-12-23 02:28:52'),(4525,4415,'action complete via WP Cron','2020-12-23 10:28:52','2020-12-23 02:28:52'),(4526,4416,'action created','2020-12-23 10:28:52','2020-12-23 02:28:52'),(4527,4416,'action started via WP Cron','2020-12-23 10:38:37','2020-12-23 02:38:37'),(4528,4416,'action complete via WP Cron','2020-12-23 10:38:37','2020-12-23 02:38:37'),(4529,4417,'action created','2020-12-23 10:38:37','2020-12-23 02:38:37'),(4530,4417,'action started via WP Cron','2020-12-23 10:41:53','2020-12-23 02:41:53'),(4531,4417,'action complete via WP Cron','2020-12-23 10:41:53','2020-12-23 02:41:53'),(4532,4418,'action created','2020-12-23 10:41:53','2020-12-23 02:41:53'),(4533,4418,'action started via WP Cron','2020-12-23 10:44:10','2020-12-23 02:44:10'),(4534,4418,'action complete via WP Cron','2020-12-23 10:44:10','2020-12-23 02:44:10'),(4535,4419,'action created','2020-12-23 10:44:10','2020-12-23 02:44:10'),(4536,4419,'action started via WP Cron','2020-12-23 10:45:09','2020-12-23 02:45:09'),(4537,4419,'action complete via WP Cron','2020-12-23 10:45:09','2020-12-23 02:45:09'),(4538,4420,'action created','2020-12-23 10:45:10','2020-12-23 02:45:10'),(4539,4420,'action started via WP Cron','2020-12-23 10:46:12','2020-12-23 02:46:12'),(4540,4420,'action complete via WP Cron','2020-12-23 10:46:12','2020-12-23 02:46:12'),(4541,4421,'action created','2020-12-23 10:46:12','2020-12-23 02:46:12'),(4542,4421,'action started via WP Cron','2020-12-23 10:46:54','2020-12-23 02:46:54'),(4543,4421,'action complete via WP Cron','2020-12-23 10:46:54','2020-12-23 02:46:54'),(4544,4422,'action created','2020-12-23 10:46:54','2020-12-23 02:46:54'),(4545,4422,'action started via WP Cron','2020-12-23 10:47:47','2020-12-23 02:47:47'),(4546,4422,'action complete via WP Cron','2020-12-23 10:47:47','2020-12-23 02:47:47'),(4547,4423,'action created','2020-12-23 10:47:47','2020-12-23 02:47:47'),(4548,4423,'action started via WP Cron','2020-12-23 10:51:28','2020-12-23 02:51:28'),(4549,4423,'action complete via WP Cron','2020-12-23 10:51:28','2020-12-23 02:51:28'),(4550,4424,'action created','2020-12-23 10:51:28','2020-12-23 02:51:28'),(4551,4424,'action started via WP Cron','2020-12-23 10:51:58','2020-12-23 02:51:58'),(4552,4424,'action complete via WP Cron','2020-12-23 10:51:58','2020-12-23 02:51:58'),(4553,4425,'action created','2020-12-23 10:51:58','2020-12-23 02:51:58'),(4554,4425,'action started via WP Cron','2020-12-23 10:52:55','2020-12-23 02:52:55'),(4555,4425,'action complete via WP Cron','2020-12-23 10:52:55','2020-12-23 02:52:55'),(4556,4426,'action created','2020-12-23 10:52:55','2020-12-23 02:52:55'),(4557,4426,'action started via WP Cron','2020-12-23 10:56:05','2020-12-23 02:56:05'),(4558,4426,'action complete via WP Cron','2020-12-23 10:56:05','2020-12-23 02:56:05'),(4559,4427,'action created','2020-12-23 10:56:05','2020-12-23 02:56:05'),(4560,4427,'action started via WP Cron','2020-12-23 11:13:12','2020-12-23 03:13:12'),(4561,4427,'action complete via WP Cron','2020-12-23 11:13:12','2020-12-23 03:13:12'),(4562,4428,'action created','2020-12-23 11:13:12','2020-12-23 03:13:12'),(4563,4428,'action started via WP Cron','2020-12-23 11:15:43','2020-12-23 03:15:43'),(4564,4428,'action complete via WP Cron','2020-12-23 11:15:43','2020-12-23 03:15:43'),(4565,4429,'action created','2020-12-23 11:15:44','2020-12-23 03:15:44'),(4566,4429,'action started via WP Cron','2020-12-23 11:22:11','2020-12-23 03:22:11'),(4567,4429,'action complete via WP Cron','2020-12-23 11:22:11','2020-12-23 03:22:11'),(4568,4430,'action created','2020-12-23 11:22:12','2020-12-23 03:22:12'),(4569,4430,'action started via WP Cron','2020-12-23 11:26:22','2020-12-23 03:26:22'),(4570,4430,'action complete via WP Cron','2020-12-23 11:26:22','2020-12-23 03:26:22'),(4571,4431,'action created','2020-12-23 11:26:22','2020-12-23 03:26:22'),(4572,4431,'action started via WP Cron','2020-12-23 11:28:09','2020-12-23 03:28:09'),(4573,4431,'action complete via WP Cron','2020-12-23 11:28:09','2020-12-23 03:28:09'),(4574,4432,'action created','2020-12-23 11:28:09','2020-12-23 03:28:09'),(4575,4432,'action started via WP Cron','2020-12-23 11:29:37','2020-12-23 03:29:37'),(4576,4432,'action complete via WP Cron','2020-12-23 11:29:37','2020-12-23 03:29:37'),(4577,4433,'action created','2020-12-23 11:29:37','2020-12-23 03:29:37'),(4578,4433,'action started via WP Cron','2020-12-23 11:29:47','2020-12-23 03:29:47'),(4579,4433,'action complete via WP Cron','2020-12-23 11:29:47','2020-12-23 03:29:47'),(4580,4434,'action created','2020-12-23 11:29:47','2020-12-23 03:29:47'),(4581,4434,'action started via WP Cron','2020-12-23 11:30:45','2020-12-23 03:30:45'),(4582,4434,'action complete via WP Cron','2020-12-23 11:30:45','2020-12-23 03:30:45'),(4583,4435,'action created','2020-12-23 11:30:45','2020-12-23 03:30:45'),(4584,4435,'action started via WP Cron','2020-12-23 11:31:50','2020-12-23 03:31:50'),(4585,4435,'action complete via WP Cron','2020-12-23 11:31:50','2020-12-23 03:31:50'),(4586,4436,'action created','2020-12-23 11:31:50','2020-12-23 03:31:50'),(4587,4436,'action started via WP Cron','2020-12-23 11:32:50','2020-12-23 03:32:50'),(4588,4436,'action complete via WP Cron','2020-12-23 11:32:50','2020-12-23 03:32:50'),(4589,4437,'action created','2020-12-23 11:32:50','2020-12-23 03:32:50'),(4590,4437,'action started via WP Cron','2020-12-23 11:33:51','2020-12-23 03:33:51'),(4591,4437,'action complete via WP Cron','2020-12-23 11:33:51','2020-12-23 03:33:51'),(4592,4438,'action created','2020-12-23 11:33:51','2020-12-23 03:33:51'),(4593,4438,'action started via WP Cron','2020-12-23 11:38:12','2020-12-23 03:38:12'),(4594,4438,'action complete via WP Cron','2020-12-23 11:38:12','2020-12-23 03:38:12'),(4595,4439,'action created','2020-12-23 11:38:12','2020-12-23 03:38:12'),(4596,4439,'action started via WP Cron','2020-12-23 11:39:43','2020-12-23 03:39:43'),(4597,4439,'action complete via WP Cron','2020-12-23 11:39:43','2020-12-23 03:39:43'),(4598,4440,'action created','2020-12-23 11:39:43','2020-12-23 03:39:43'),(4599,4440,'action started via WP Cron','2020-12-23 11:41:44','2020-12-23 03:41:44'),(4600,4440,'action complete via WP Cron','2020-12-23 11:41:44','2020-12-23 03:41:44'),(4601,4441,'action created','2020-12-23 11:41:44','2020-12-23 03:41:44'),(4602,4441,'action started via WP Cron','2020-12-23 11:49:14','2020-12-23 03:49:14'),(4603,4441,'action complete via WP Cron','2020-12-23 11:49:14','2020-12-23 03:49:14'),(4604,4442,'action created','2020-12-23 11:49:14','2020-12-23 03:49:14'),(4605,4442,'action started via WP Cron','2020-12-23 11:50:16','2020-12-23 03:50:16'),(4606,4442,'action complete via WP Cron','2020-12-23 11:50:16','2020-12-23 03:50:16'),(4607,4443,'action created','2020-12-23 11:50:16','2020-12-23 03:50:16'),(4608,4443,'action started via WP Cron','2020-12-23 11:52:17','2020-12-23 03:52:17'),(4609,4443,'action complete via WP Cron','2020-12-23 11:52:17','2020-12-23 03:52:17'),(4610,4444,'action created','2020-12-23 11:52:17','2020-12-23 03:52:17'),(4611,4444,'action started via WP Cron','2020-12-23 11:53:18','2020-12-23 03:53:18'),(4612,4444,'action complete via WP Cron','2020-12-23 11:53:18','2020-12-23 03:53:18'),(4613,4445,'action created','2020-12-23 11:53:18','2020-12-23 03:53:18'),(4614,4445,'action started via WP Cron','2020-12-23 11:54:34','2020-12-23 03:54:34'),(4615,4445,'action complete via WP Cron','2020-12-23 11:54:34','2020-12-23 03:54:34'),(4616,4446,'action created','2020-12-23 11:54:34','2020-12-23 03:54:34'),(4617,4446,'action started via WP Cron','2020-12-23 11:55:52','2020-12-23 03:55:52'),(4618,4446,'action complete via WP Cron','2020-12-23 11:55:52','2020-12-23 03:55:52'),(4619,4447,'action created','2020-12-23 11:55:52','2020-12-23 03:55:52'),(4620,4447,'action started via WP Cron','2020-12-23 12:00:58','2020-12-23 04:00:58'),(4621,4447,'action complete via WP Cron','2020-12-23 12:00:58','2020-12-23 04:00:58'),(4622,4448,'action created','2020-12-23 12:00:58','2020-12-23 04:00:58'),(4623,4448,'action started via WP Cron','2020-12-23 12:02:05','2020-12-23 04:02:05'),(4624,4448,'action complete via WP Cron','2020-12-23 12:02:05','2020-12-23 04:02:05'),(4625,4449,'action created','2020-12-23 12:02:05','2020-12-23 04:02:05'),(4626,4449,'action started via WP Cron','2020-12-23 12:04:56','2020-12-23 04:04:56'),(4627,4449,'action complete via WP Cron','2020-12-23 12:04:56','2020-12-23 04:04:56'),(4628,4450,'action created','2020-12-23 12:04:56','2020-12-23 04:04:56'),(4629,4450,'action started via WP Cron','2020-12-23 12:06:27','2020-12-23 04:06:27'),(4630,4450,'action complete via WP Cron','2020-12-23 12:06:27','2020-12-23 04:06:27'),(4631,4451,'action created','2020-12-23 12:06:27','2020-12-23 04:06:27'),(4632,4451,'action started via WP Cron','2020-12-23 12:09:03','2020-12-23 04:09:03'),(4633,4451,'action complete via WP Cron','2020-12-23 12:09:03','2020-12-23 04:09:03'),(4634,4452,'action created','2020-12-23 12:09:03','2020-12-23 04:09:03'),(4635,4452,'action started via WP Cron','2020-12-23 12:10:06','2020-12-23 04:10:06'),(4636,4452,'action complete via WP Cron','2020-12-23 12:10:06','2020-12-23 04:10:06'),(4637,4453,'action created','2020-12-23 12:10:07','2020-12-23 04:10:07'),(4638,4453,'action started via WP Cron','2020-12-23 12:11:07','2020-12-23 04:11:07'),(4639,4453,'action complete via WP Cron','2020-12-23 12:11:07','2020-12-23 04:11:07'),(4640,4454,'action created','2020-12-23 12:11:08','2020-12-23 04:11:08'),(4641,4454,'action started via WP Cron','2020-12-23 12:14:06','2020-12-23 04:14:06'),(4642,4454,'action complete via WP Cron','2020-12-23 12:14:06','2020-12-23 04:14:06'),(4643,4455,'action created','2020-12-23 12:14:06','2020-12-23 04:14:06'),(4644,4455,'action started via WP Cron','2020-12-23 12:17:04','2020-12-23 04:17:04'),(4645,4455,'action complete via WP Cron','2020-12-23 12:17:04','2020-12-23 04:17:04'),(4646,4456,'action created','2020-12-23 12:17:04','2020-12-23 04:17:04'),(4647,4456,'action started via WP Cron','2020-12-23 12:18:45','2020-12-23 04:18:45'),(4648,4456,'action complete via WP Cron','2020-12-23 12:18:45','2020-12-23 04:18:45'),(4649,4457,'action created','2020-12-23 12:18:45','2020-12-23 04:18:45'),(4650,4457,'action started via WP Cron','2020-12-23 12:20:44','2020-12-23 04:20:44'),(4651,4457,'action complete via WP Cron','2020-12-23 12:20:44','2020-12-23 04:20:44'),(4652,4458,'action created','2020-12-23 12:20:44','2020-12-23 04:20:44'),(4653,4458,'action started via WP Cron','2020-12-23 12:22:10','2020-12-23 04:22:10'),(4654,4458,'action complete via WP Cron','2020-12-23 12:22:10','2020-12-23 04:22:10'),(4655,4459,'action created','2020-12-23 12:22:10','2020-12-23 04:22:10'),(4656,4459,'action started via WP Cron','2020-12-23 12:24:33','2020-12-23 04:24:33'),(4657,4459,'action complete via WP Cron','2020-12-23 12:24:33','2020-12-23 04:24:33'),(4658,4460,'action created','2020-12-23 12:24:33','2020-12-23 04:24:33'),(4659,4460,'action started via WP Cron','2020-12-23 12:30:30','2020-12-23 04:30:30'),(4660,4460,'action complete via WP Cron','2020-12-23 12:30:30','2020-12-23 04:30:30'),(4661,4461,'action created','2020-12-23 12:30:30','2020-12-23 04:30:30'),(4662,4461,'action started via WP Cron','2020-12-23 12:31:14','2020-12-23 04:31:14'),(4663,4461,'action complete via WP Cron','2020-12-23 12:31:14','2020-12-23 04:31:14'),(4664,4462,'action created','2020-12-23 12:31:15','2020-12-23 04:31:15'),(4665,4462,'action started via WP Cron','2020-12-23 12:32:45','2020-12-23 04:32:45'),(4666,4462,'action complete via WP Cron','2020-12-23 12:32:45','2020-12-23 04:32:45'),(4667,4463,'action created','2020-12-23 12:32:45','2020-12-23 04:32:45'),(4668,4463,'action started via WP Cron','2020-12-23 12:33:51','2020-12-23 04:33:51'),(4669,4463,'action complete via WP Cron','2020-12-23 12:33:51','2020-12-23 04:33:51'),(4670,4464,'action created','2020-12-23 12:33:51','2020-12-23 04:33:51'),(4671,4464,'action started via WP Cron','2020-12-23 12:41:53','2020-12-23 04:41:53'),(4672,4464,'action complete via WP Cron','2020-12-23 12:41:53','2020-12-23 04:41:53'),(4673,4465,'action created','2020-12-23 12:41:53','2020-12-23 04:41:53'),(4674,4465,'action started via WP Cron','2020-12-23 12:44:50','2020-12-23 04:44:50'),(4675,4465,'action complete via WP Cron','2020-12-23 12:44:50','2020-12-23 04:44:50'),(4676,4466,'action created','2020-12-23 12:44:50','2020-12-23 04:44:50'),(4677,4466,'action started via WP Cron','2020-12-23 12:50:57','2020-12-23 04:50:57'),(4678,4466,'action complete via WP Cron','2020-12-23 12:50:57','2020-12-23 04:50:57'),(4679,4467,'action created','2020-12-23 12:50:57','2020-12-23 04:50:57'),(4680,4467,'action started via WP Cron','2020-12-23 12:53:24','2020-12-23 04:53:24'),(4681,4467,'action complete via WP Cron','2020-12-23 12:53:24','2020-12-23 04:53:24'),(4682,4468,'action created','2020-12-23 12:53:24','2020-12-23 04:53:24'),(4683,4468,'action started via WP Cron','2020-12-23 12:54:18','2020-12-23 04:54:18'),(4684,4468,'action complete via WP Cron','2020-12-23 12:54:18','2020-12-23 04:54:18'),(4685,4469,'action created','2020-12-23 12:54:18','2020-12-23 04:54:18'),(4686,4469,'action started via WP Cron','2020-12-23 12:56:20','2020-12-23 04:56:20'),(4687,4469,'action complete via WP Cron','2020-12-23 12:56:20','2020-12-23 04:56:20'),(4688,4470,'action created','2020-12-23 12:56:20','2020-12-23 04:56:20'),(4689,4470,'action started via WP Cron','2020-12-23 12:57:21','2020-12-23 04:57:21'),(4690,4470,'action complete via WP Cron','2020-12-23 12:57:21','2020-12-23 04:57:21'),(4691,4471,'action created','2020-12-23 12:57:21','2020-12-23 04:57:21'),(4692,4471,'action started via WP Cron','2020-12-23 12:58:22','2020-12-23 04:58:22'),(4693,4471,'action complete via WP Cron','2020-12-23 12:58:22','2020-12-23 04:58:22'),(4694,4472,'action created','2020-12-23 12:58:22','2020-12-23 04:58:22'),(4695,4472,'action started via WP Cron','2020-12-23 12:59:23','2020-12-23 04:59:23'),(4696,4472,'action complete via WP Cron','2020-12-23 12:59:23','2020-12-23 04:59:23'),(4697,4473,'action created','2020-12-23 13:04:25','2020-12-23 05:04:25'),(4698,4473,'action started via WP Cron','2020-12-23 13:07:45','2020-12-23 05:07:45'),(4699,4473,'action complete via WP Cron','2020-12-23 13:07:45','2020-12-23 05:07:45'),(4700,4474,'action created','2020-12-23 13:07:45','2020-12-23 05:07:45'),(4701,4474,'action started via WP Cron','2020-12-23 13:12:07','2020-12-23 05:12:07'),(4702,4474,'action complete via WP Cron','2020-12-23 13:12:07','2020-12-23 05:12:07'),(4703,4475,'action created','2020-12-23 13:12:07','2020-12-23 05:12:07'),(4704,4475,'action started via WP Cron','2020-12-23 13:13:08','2020-12-23 05:13:08'),(4705,4475,'action complete via WP Cron','2020-12-23 13:13:08','2020-12-23 05:13:08'),(4706,4476,'action created','2020-12-23 13:13:08','2020-12-23 05:13:08'),(4707,4476,'action started via WP Cron','2020-12-23 13:15:10','2020-12-23 05:15:10'),(4708,4476,'action complete via WP Cron','2020-12-23 13:15:10','2020-12-23 05:15:10'),(4709,4477,'action created','2020-12-23 13:15:10','2020-12-23 05:15:10'),(4710,4477,'action started via WP Cron','2020-12-23 13:16:12','2020-12-23 05:16:12'),(4711,4477,'action complete via WP Cron','2020-12-23 13:16:12','2020-12-23 05:16:12'),(4712,4478,'action created','2020-12-23 13:16:12','2020-12-23 05:16:12'),(4713,4478,'action started via WP Cron','2020-12-23 13:16:41','2020-12-23 05:16:41'),(4714,4478,'action complete via WP Cron','2020-12-23 13:16:41','2020-12-23 05:16:41'),(4715,4479,'action created','2020-12-23 13:16:41','2020-12-23 05:16:41'),(4716,4479,'action started via WP Cron','2020-12-23 13:18:34','2020-12-23 05:18:34'),(4717,4479,'action complete via WP Cron','2020-12-23 13:18:34','2020-12-23 05:18:34'),(4718,4480,'action created','2020-12-23 13:18:34','2020-12-23 05:18:34'),(4719,4480,'action started via WP Cron','2020-12-23 13:21:42','2020-12-23 05:21:42'),(4720,4480,'action complete via WP Cron','2020-12-23 13:21:42','2020-12-23 05:21:42'),(4721,4481,'action created','2020-12-23 13:21:42','2020-12-23 05:21:42'),(4722,4481,'action started via WP Cron','2020-12-23 13:22:57','2020-12-23 05:22:57'),(4723,4481,'action complete via WP Cron','2020-12-23 13:22:57','2020-12-23 05:22:57'),(4724,4482,'action created','2020-12-23 13:22:57','2020-12-23 05:22:57'),(4725,4482,'action started via WP Cron','2020-12-23 13:26:48','2020-12-23 05:26:48'),(4726,4482,'action complete via WP Cron','2020-12-23 13:26:48','2020-12-23 05:26:48'),(4727,4483,'action created','2020-12-23 13:26:48','2020-12-23 05:26:48'),(4728,4483,'action started via WP Cron','2020-12-23 13:28:19','2020-12-23 05:28:19'),(4729,4483,'action complete via WP Cron','2020-12-23 13:28:19','2020-12-23 05:28:19'),(4730,4484,'action created','2020-12-23 13:28:19','2020-12-23 05:28:19'),(4731,4484,'action started via WP Cron','2020-12-23 13:29:05','2020-12-23 05:29:05'),(4732,4484,'action complete via WP Cron','2020-12-23 13:29:05','2020-12-23 05:29:05'),(4733,4485,'action created','2020-12-23 13:29:05','2020-12-23 05:29:05'),(4734,4485,'action started via WP Cron','2020-12-23 13:34:23','2020-12-23 05:34:23'),(4735,4485,'action complete via WP Cron','2020-12-23 13:34:23','2020-12-23 05:34:23'),(4736,4486,'action created','2020-12-23 13:34:23','2020-12-23 05:34:23'),(4737,4486,'action started via WP Cron','2020-12-23 13:35:25','2020-12-23 05:35:25'),(4738,4486,'action complete via WP Cron','2020-12-23 13:35:25','2020-12-23 05:35:25'),(4739,4487,'action created','2020-12-23 13:35:25','2020-12-23 05:35:25'),(4740,4487,'action started via WP Cron','2020-12-23 13:37:28','2020-12-23 05:37:28'),(4741,4487,'action complete via WP Cron','2020-12-23 13:37:28','2020-12-23 05:37:28'),(4742,4488,'action created','2020-12-23 13:37:28','2020-12-23 05:37:28'),(4743,4488,'action started via WP Cron','2020-12-23 13:37:44','2020-12-23 05:37:44'),(4744,4488,'action complete via WP Cron','2020-12-23 13:37:44','2020-12-23 05:37:44'),(4745,4489,'action created','2020-12-23 13:37:44','2020-12-23 05:37:44'),(4746,4489,'action started via WP Cron','2020-12-23 13:39:30','2020-12-23 05:39:30'),(4747,4489,'action complete via WP Cron','2020-12-23 13:39:30','2020-12-23 05:39:30'),(4748,4490,'action created','2020-12-23 13:39:30','2020-12-23 05:39:30'),(4749,4490,'action started via WP Cron','2020-12-23 13:46:10','2020-12-23 05:46:10'),(4750,4490,'action complete via WP Cron','2020-12-23 13:46:10','2020-12-23 05:46:10'),(4751,4491,'action created','2020-12-23 13:46:10','2020-12-23 05:46:10'),(4752,4491,'action started via WP Cron','2020-12-23 13:48:22','2020-12-23 05:48:22'),(4753,4491,'action complete via WP Cron','2020-12-23 13:48:22','2020-12-23 05:48:22'),(4754,4492,'action created','2020-12-23 13:48:22','2020-12-23 05:48:22'),(4755,4492,'action started via WP Cron','2020-12-23 13:49:25','2020-12-23 05:49:25'),(4756,4492,'action complete via WP Cron','2020-12-23 13:49:25','2020-12-23 05:49:25'),(4757,4493,'action created','2020-12-23 13:49:26','2020-12-23 05:49:26'),(4758,4493,'action started via WP Cron','2020-12-23 13:51:47','2020-12-23 05:51:47'),(4759,4493,'action complete via WP Cron','2020-12-23 13:51:47','2020-12-23 05:51:47'),(4760,4494,'action created','2020-12-23 13:51:47','2020-12-23 05:51:47'),(4761,4494,'action started via WP Cron','2020-12-23 13:52:41','2020-12-23 05:52:41'),(4762,4494,'action complete via WP Cron','2020-12-23 13:52:41','2020-12-23 05:52:41'),(4763,4495,'action created','2020-12-23 13:52:41','2020-12-23 05:52:41'),(4764,4495,'action started via WP Cron','2020-12-23 13:53:41','2020-12-23 05:53:41'),(4765,4495,'action complete via WP Cron','2020-12-23 13:53:41','2020-12-23 05:53:41'),(4766,4496,'action created','2020-12-23 13:53:41','2020-12-23 05:53:41'),(4767,4496,'action started via WP Cron','2020-12-23 13:55:45','2020-12-23 05:55:45'),(4768,4496,'action complete via WP Cron','2020-12-23 13:55:45','2020-12-23 05:55:45'),(4769,4497,'action created','2020-12-23 13:55:45','2020-12-23 05:55:45'),(4770,4497,'action started via WP Cron','2020-12-23 14:00:05','2020-12-23 06:00:05'),(4771,4497,'action complete via WP Cron','2020-12-23 14:00:05','2020-12-23 06:00:05'),(4772,4498,'action created','2020-12-23 14:00:05','2020-12-23 06:00:05'),(4773,4498,'action started via WP Cron','2020-12-23 14:01:32','2020-12-23 06:01:32'),(4774,4498,'action complete via WP Cron','2020-12-23 14:01:32','2020-12-23 06:01:32'),(4775,4499,'action created','2020-12-23 14:01:32','2020-12-23 06:01:32'),(4776,4499,'action started via WP Cron','2020-12-23 14:03:24','2020-12-23 06:03:24'),(4777,4499,'action complete via WP Cron','2020-12-23 14:03:24','2020-12-23 06:03:24'),(4778,4500,'action created','2020-12-23 14:03:24','2020-12-23 06:03:24'),(4779,4500,'action started via WP Cron','2020-12-23 14:03:55','2020-12-23 06:03:55'),(4780,4500,'action complete via WP Cron','2020-12-23 14:03:55','2020-12-23 06:03:55'),(4781,4501,'action created','2020-12-23 14:03:55','2020-12-23 06:03:55'),(4782,4501,'action started via WP Cron','2020-12-23 14:05:29','2020-12-23 06:05:29'),(4783,4501,'action complete via WP Cron','2020-12-23 14:05:29','2020-12-23 06:05:29'),(4784,4502,'action created','2020-12-23 14:05:29','2020-12-23 06:05:29'),(4785,4502,'action started via WP Cron','2020-12-23 14:06:26','2020-12-23 06:06:26'),(4786,4502,'action complete via WP Cron','2020-12-23 14:06:26','2020-12-23 06:06:26'),(4787,4503,'action created','2020-12-23 14:06:26','2020-12-23 06:06:26'),(4788,4503,'action started via WP Cron','2020-12-23 14:09:13','2020-12-23 06:09:13'),(4789,4503,'action complete via WP Cron','2020-12-23 14:09:13','2020-12-23 06:09:13'),(4790,4504,'action created','2020-12-23 14:09:13','2020-12-23 06:09:13'),(4791,4504,'action started via WP Cron','2020-12-23 14:15:33','2020-12-23 06:15:33'),(4792,4504,'action complete via WP Cron','2020-12-23 14:15:33','2020-12-23 06:15:33'),(4793,4505,'action created','2020-12-23 14:15:33','2020-12-23 06:15:33'),(4794,4505,'action started via WP Cron','2020-12-23 14:16:35','2020-12-23 06:16:35'),(4795,4505,'action complete via WP Cron','2020-12-23 14:16:35','2020-12-23 06:16:35'),(4796,4506,'action created','2020-12-23 14:16:37','2020-12-23 06:16:37'),(4797,4506,'action started via WP Cron','2020-12-23 14:17:35','2020-12-23 06:17:35'),(4798,4506,'action complete via WP Cron','2020-12-23 14:17:35','2020-12-23 06:17:35'),(4799,4507,'action created','2020-12-23 14:17:35','2020-12-23 06:17:35'),(4800,4507,'action started via WP Cron','2020-12-23 14:19:32','2020-12-23 06:19:32'),(4801,4507,'action complete via WP Cron','2020-12-23 14:19:32','2020-12-23 06:19:32'),(4802,4508,'action created','2020-12-23 14:19:32','2020-12-23 06:19:32'),(4803,4508,'action started via WP Cron','2020-12-23 14:28:43','2020-12-23 06:28:43'),(4804,4508,'action complete via WP Cron','2020-12-23 14:28:43','2020-12-23 06:28:43'),(4805,4509,'action created','2020-12-23 14:28:43','2020-12-23 06:28:43'),(4806,4509,'action started via WP Cron','2020-12-23 14:38:18','2020-12-23 06:38:18'),(4807,4509,'action complete via WP Cron','2020-12-23 14:38:18','2020-12-23 06:38:18'),(4808,4510,'action created','2020-12-23 14:38:18','2020-12-23 06:38:18'),(4809,4510,'action started via WP Cron','2020-12-23 14:38:56','2020-12-23 06:38:56'),(4810,4510,'action complete via WP Cron','2020-12-23 14:38:56','2020-12-23 06:38:56'),(4811,4511,'action created','2020-12-23 14:38:57','2020-12-23 06:38:57'),(4812,4511,'action started via WP Cron','2020-12-23 14:40:34','2020-12-23 06:40:34'),(4813,4511,'action complete via WP Cron','2020-12-23 14:40:34','2020-12-23 06:40:34'),(4814,4512,'action created','2020-12-23 14:40:34','2020-12-23 06:40:34'),(4815,4512,'action started via WP Cron','2020-12-23 14:41:35','2020-12-23 06:41:35'),(4816,4512,'action complete via WP Cron','2020-12-23 14:41:35','2020-12-23 06:41:35'),(4817,4513,'action created','2020-12-23 14:41:35','2020-12-23 06:41:35'),(4818,4513,'action started via WP Cron','2020-12-23 14:42:36','2020-12-23 06:42:36'),(4819,4513,'action complete via WP Cron','2020-12-23 14:42:36','2020-12-23 06:42:36'),(4820,4514,'action created','2020-12-23 14:42:36','2020-12-23 06:42:36'),(4821,4514,'action started via WP Cron','2020-12-23 14:43:44','2020-12-23 06:43:44'),(4822,4514,'action complete via WP Cron','2020-12-23 14:43:44','2020-12-23 06:43:44'),(4823,4515,'action created','2020-12-23 14:43:44','2020-12-23 06:43:44'),(4824,4515,'action started via WP Cron','2020-12-23 14:50:22','2020-12-23 06:50:22'),(4825,4515,'action complete via WP Cron','2020-12-23 14:50:22','2020-12-23 06:50:22'),(4826,4516,'action created','2020-12-23 14:50:23','2020-12-23 06:50:23'),(4827,4516,'action started via WP Cron','2020-12-23 14:51:49','2020-12-23 06:51:49'),(4828,4516,'action complete via WP Cron','2020-12-23 14:51:49','2020-12-23 06:51:49'),(4829,4517,'action created','2020-12-23 14:51:49','2020-12-23 06:51:49'),(4830,4517,'action started via WP Cron','2020-12-23 14:53:06','2020-12-23 06:53:06'),(4831,4517,'action complete via WP Cron','2020-12-23 14:53:06','2020-12-23 06:53:06'),(4832,4518,'action created','2020-12-23 14:53:06','2020-12-23 06:53:06'),(4833,4518,'action started via WP Cron','2020-12-23 14:55:35','2020-12-23 06:55:35'),(4834,4518,'action complete via WP Cron','2020-12-23 14:55:35','2020-12-23 06:55:35'),(4835,4519,'action created','2020-12-23 14:55:35','2020-12-23 06:55:35'),(4836,4519,'action started via WP Cron','2020-12-23 15:11:36','2020-12-23 07:11:36'),(4837,4519,'action complete via WP Cron','2020-12-23 15:11:36','2020-12-23 07:11:36'),(4838,4520,'action created','2020-12-23 15:11:36','2020-12-23 07:11:36'),(4839,4520,'action started via WP Cron','2020-12-23 15:11:47','2020-12-23 07:11:47'),(4840,4520,'action complete via WP Cron','2020-12-23 15:11:47','2020-12-23 07:11:47'),(4841,4521,'action created','2020-12-23 15:11:47','2020-12-23 07:11:47'),(4842,4521,'action started via WP Cron','2020-12-23 15:12:47','2020-12-23 07:12:47'),(4843,4521,'action complete via WP Cron','2020-12-23 15:12:47','2020-12-23 07:12:47'),(4844,4522,'action created','2020-12-23 15:12:47','2020-12-23 07:12:47'),(4845,4522,'action started via WP Cron','2020-12-23 15:14:51','2020-12-23 07:14:51'),(4846,4522,'action complete via WP Cron','2020-12-23 15:14:51','2020-12-23 07:14:51'),(4847,4523,'action created','2020-12-23 15:15:51','2020-12-23 07:15:51'),(4848,4523,'action started via WP Cron','2020-12-23 15:16:43','2020-12-23 07:16:43'),(4849,4523,'action complete via WP Cron','2020-12-23 15:16:43','2020-12-23 07:16:43'),(4850,4524,'action created','2020-12-23 15:16:43','2020-12-23 07:16:43'),(4851,4524,'action started via WP Cron','2020-12-23 15:17:40','2020-12-23 07:17:40'),(4852,4524,'action complete via WP Cron','2020-12-23 15:17:40','2020-12-23 07:17:40'),(4853,4525,'action created','2020-12-23 15:17:40','2020-12-23 07:17:40'),(4854,4525,'action started via WP Cron','2020-12-23 15:19:35','2020-12-23 07:19:35'),(4855,4525,'action complete via WP Cron','2020-12-23 15:19:35','2020-12-23 07:19:35'),(4856,4526,'action created','2020-12-23 15:19:36','2020-12-23 07:19:36'),(4857,4526,'action started via WP Cron','2020-12-23 15:23:57','2020-12-23 07:23:57'),(4858,4526,'action complete via WP Cron','2020-12-23 15:23:57','2020-12-23 07:23:57'),(4859,4527,'action created','2020-12-23 15:23:58','2020-12-23 07:23:58'),(4860,4527,'action started via WP Cron','2020-12-23 15:30:18','2020-12-23 07:30:18'),(4861,4527,'action complete via WP Cron','2020-12-23 15:30:18','2020-12-23 07:30:18'),(4862,4528,'action created','2020-12-23 15:30:19','2020-12-23 07:30:19'),(4863,4528,'action started via WP Cron','2020-12-23 15:33:01','2020-12-23 07:33:01'),(4864,4528,'action complete via WP Cron','2020-12-23 15:33:01','2020-12-23 07:33:01'),(4865,4529,'action created','2020-12-23 15:33:02','2020-12-23 07:33:02'),(4866,4529,'action started via WP Cron','2020-12-23 15:40:10','2020-12-23 07:40:10'),(4867,4529,'action complete via WP Cron','2020-12-23 15:40:10','2020-12-23 07:40:10'),(4868,4530,'action created','2020-12-23 15:40:10','2020-12-23 07:40:10'),(4869,4530,'action started via WP Cron','2020-12-23 15:41:30','2020-12-23 07:41:30'),(4870,4530,'action complete via WP Cron','2020-12-23 15:41:30','2020-12-23 07:41:30'),(4871,4531,'action created','2020-12-23 15:41:30','2020-12-23 07:41:30'),(4872,4531,'action started via WP Cron','2020-12-23 15:44:07','2020-12-23 07:44:07'),(4873,4531,'action complete via WP Cron','2020-12-23 15:44:07','2020-12-23 07:44:07'),(4874,4532,'action created','2020-12-23 15:44:07','2020-12-23 07:44:07'),(4875,4532,'action started via WP Cron','2020-12-23 15:45:04','2020-12-23 07:45:04'),(4876,4532,'action complete via WP Cron','2020-12-23 15:45:04','2020-12-23 07:45:04'),(4877,4533,'action created','2020-12-23 15:45:04','2020-12-23 07:45:04'),(4878,4533,'action started via WP Cron','2020-12-23 15:46:13','2020-12-23 07:46:13'),(4879,4533,'action complete via WP Cron','2020-12-23 15:46:13','2020-12-23 07:46:13'),(4880,4534,'action created','2020-12-23 15:46:13','2020-12-23 07:46:13'),(4881,4534,'action started via WP Cron','2020-12-23 15:47:22','2020-12-23 07:47:22'),(4882,4534,'action complete via WP Cron','2020-12-23 15:47:22','2020-12-23 07:47:22'),(4883,4535,'action created','2020-12-23 15:47:22','2020-12-23 07:47:22'),(4884,4535,'action started via WP Cron','2020-12-23 15:51:14','2020-12-23 07:51:14'),(4885,4535,'action complete via WP Cron','2020-12-23 15:51:14','2020-12-23 07:51:14'),(4886,4536,'action created','2020-12-23 15:51:14','2020-12-23 07:51:14'),(4887,4536,'action started via WP Cron','2020-12-23 15:51:58','2020-12-23 07:51:58'),(4888,4536,'action complete via WP Cron','2020-12-23 15:51:58','2020-12-23 07:51:58'),(4889,4537,'action created','2020-12-23 15:51:58','2020-12-23 07:51:58'),(4890,4537,'action started via WP Cron','2020-12-23 15:53:16','2020-12-23 07:53:16'),(4891,4537,'action complete via WP Cron','2020-12-23 15:53:16','2020-12-23 07:53:16'),(4892,4538,'action created','2020-12-23 15:53:16','2020-12-23 07:53:16'),(4893,4538,'action started via WP Cron','2020-12-23 16:00:04','2020-12-23 08:00:04'),(4894,4538,'action complete via WP Cron','2020-12-23 16:00:04','2020-12-23 08:00:04'),(4895,4539,'action created','2020-12-23 16:01:03','2020-12-23 08:01:03'),(4896,4539,'action started via WP Cron','2020-12-23 16:02:03','2020-12-23 08:02:03'),(4897,4539,'action complete via WP Cron','2020-12-23 16:02:03','2020-12-23 08:02:03'),(4898,4540,'action created','2020-12-23 16:02:03','2020-12-23 08:02:03'),(4899,4540,'action started via WP Cron','2020-12-23 16:04:08','2020-12-23 08:04:08'),(4900,4540,'action complete via WP Cron','2020-12-23 16:04:08','2020-12-23 08:04:08'),(4901,4541,'action created','2020-12-23 16:04:08','2020-12-23 08:04:08'),(4902,4541,'action started via WP Cron','2020-12-23 16:05:10','2020-12-23 08:05:10'),(4903,4541,'action complete via WP Cron','2020-12-23 16:05:10','2020-12-23 08:05:10'),(4904,4542,'action created','2020-12-23 16:05:10','2020-12-23 08:05:10'),(4905,4542,'action started via WP Cron','2020-12-23 16:06:11','2020-12-23 08:06:11'),(4906,4542,'action complete via WP Cron','2020-12-23 16:06:11','2020-12-23 08:06:11'),(4907,4543,'action created','2020-12-23 16:06:11','2020-12-23 08:06:11'),(4908,4543,'action started via WP Cron','2020-12-23 16:08:23','2020-12-23 08:08:23'),(4909,4543,'action complete via WP Cron','2020-12-23 16:08:23','2020-12-23 08:08:23'),(4910,4544,'action created','2020-12-23 16:08:23','2020-12-23 08:08:23'),(4911,4544,'action started via WP Cron','2020-12-23 16:14:37','2020-12-23 08:14:37'),(4912,4544,'action complete via WP Cron','2020-12-23 16:14:37','2020-12-23 08:14:37'),(4913,4545,'action created','2020-12-23 16:14:37','2020-12-23 08:14:37'),(4914,4545,'action started via WP Cron','2020-12-23 16:15:15','2020-12-23 08:15:15'),(4915,4545,'action complete via WP Cron','2020-12-23 16:15:15','2020-12-23 08:15:15'),(4916,4546,'action created','2020-12-23 16:15:15','2020-12-23 08:15:15'),(4917,4546,'action started via WP Cron','2020-12-23 16:16:10','2020-12-23 08:16:10'),(4918,4546,'action complete via WP Cron','2020-12-23 16:16:10','2020-12-23 08:16:10'),(4919,4547,'action created','2020-12-23 16:16:10','2020-12-23 08:16:10'),(4920,4547,'action started via WP Cron','2020-12-23 16:19:40','2020-12-23 08:19:40'),(4921,4547,'action complete via WP Cron','2020-12-23 16:19:40','2020-12-23 08:19:40'),(4922,4548,'action created','2020-12-23 16:19:40','2020-12-23 08:19:40'),(4923,4548,'action started via WP Cron','2020-12-23 16:21:16','2020-12-23 08:21:16'),(4924,4548,'action complete via WP Cron','2020-12-23 16:21:16','2020-12-23 08:21:16'),(4925,4549,'action created','2020-12-23 16:21:16','2020-12-23 08:21:16'),(4926,4549,'action started via WP Cron','2020-12-23 16:23:29','2020-12-23 08:23:29'),(4927,4549,'action complete via WP Cron','2020-12-23 16:23:29','2020-12-23 08:23:29'),(4928,4550,'action created','2020-12-23 16:23:29','2020-12-23 08:23:29'),(4929,4550,'action started via WP Cron','2020-12-23 16:24:30','2020-12-23 08:24:30'),(4930,4550,'action complete via WP Cron','2020-12-23 16:24:30','2020-12-23 08:24:30'),(4931,4551,'action created','2020-12-23 16:24:30','2020-12-23 08:24:30'),(4932,4551,'action started via WP Cron','2020-12-23 16:25:31','2020-12-23 08:25:31'),(4933,4551,'action complete via WP Cron','2020-12-23 16:25:31','2020-12-23 08:25:31'),(4934,4552,'action created','2020-12-23 16:25:31','2020-12-23 08:25:31'),(4935,4552,'action started via WP Cron','2020-12-23 16:26:27','2020-12-23 08:26:27'),(4936,4552,'action complete via WP Cron','2020-12-23 16:26:27','2020-12-23 08:26:27'),(4937,4553,'action created','2020-12-23 16:26:27','2020-12-23 08:26:27'),(4938,4553,'action started via WP Cron','2020-12-23 16:35:44','2020-12-23 08:35:44'),(4939,4553,'action complete via WP Cron','2020-12-23 16:35:44','2020-12-23 08:35:44'),(4940,4554,'action created','2020-12-23 16:35:44','2020-12-23 08:35:44'),(4944,4555,'action started via WP Cron','2020-12-23 17:37:26','2020-12-23 09:37:26'),(4945,4555,'action complete via WP Cron','2020-12-23 17:37:26','2020-12-23 09:37:26'),(4946,4556,'action created','2020-12-23 17:37:27','2020-12-23 09:37:27'),(4947,4556,'action started via WP Cron','2020-12-23 17:42:36','2020-12-23 09:42:36'),(4948,4556,'action complete via WP Cron','2020-12-23 17:42:36','2020-12-23 09:42:36'),(4949,4557,'action created','2020-12-23 17:42:36','2020-12-23 09:42:36'),(4950,4557,'action started via WP Cron','2020-12-23 17:46:38','2020-12-23 09:46:38'),(4951,4557,'action complete via WP Cron','2020-12-23 17:46:38','2020-12-23 09:46:38'),(4952,4558,'action created','2020-12-23 17:46:38','2020-12-23 09:46:38'),(4953,4558,'action started via WP Cron','2020-12-23 17:50:26','2020-12-23 09:50:26'),(4954,4558,'action complete via WP Cron','2020-12-23 17:50:26','2020-12-23 09:50:26'),(4955,4559,'action created','2020-12-23 17:50:26','2020-12-23 09:50:26'),(4956,4559,'action started via WP Cron','2020-12-23 18:02:36','2020-12-23 10:02:36'),(4957,4559,'action complete via WP Cron','2020-12-23 18:02:36','2020-12-23 10:02:36'),(4958,4560,'action created','2020-12-23 18:02:36','2020-12-23 10:02:36'),(4959,4560,'action started via WP Cron','2020-12-23 18:16:51','2020-12-23 10:16:51'),(4960,4560,'action complete via WP Cron','2020-12-23 18:16:51','2020-12-23 10:16:51'),(4961,4561,'action created','2020-12-23 18:16:51','2020-12-23 10:16:51'),(4962,4561,'action started via WP Cron','2020-12-23 18:25:17','2020-12-23 10:25:17'),(4963,4561,'action complete via WP Cron','2020-12-23 18:25:17','2020-12-23 10:25:17'),(4964,4562,'action created','2020-12-23 18:25:17','2020-12-23 10:25:17'),(4965,4562,'action started via WP Cron','2020-12-23 18:30:26','2020-12-23 10:30:26'),(4966,4562,'action complete via WP Cron','2020-12-23 18:30:26','2020-12-23 10:30:26'),(4967,4563,'action created','2020-12-23 18:30:27','2020-12-23 10:30:27'),(4968,4563,'action started via WP Cron','2020-12-23 18:31:32','2020-12-23 10:31:32'),(4969,4563,'action complete via WP Cron','2020-12-23 18:31:32','2020-12-23 10:31:32'),(4970,4564,'action created','2020-12-23 18:31:32','2020-12-23 10:31:32'),(4971,4564,'action started via WP Cron','2020-12-23 18:42:58','2020-12-23 10:42:58'),(4972,4564,'action complete via WP Cron','2020-12-23 18:42:58','2020-12-23 10:42:58'),(4973,4565,'action created','2020-12-23 18:42:59','2020-12-23 10:42:59'),(4974,4565,'action started via WP Cron','2020-12-23 19:17:25','2020-12-23 11:17:25'),(4975,4565,'action complete via WP Cron','2020-12-23 19:17:25','2020-12-23 11:17:25'),(4976,4566,'action created','2020-12-23 19:17:25','2020-12-23 11:17:25'),(4977,4566,'action started via WP Cron','2020-12-23 19:17:41','2020-12-23 11:17:41'),(4978,4566,'action complete via WP Cron','2020-12-23 19:17:41','2020-12-23 11:17:41'),(4979,4567,'action created','2020-12-23 19:17:41','2020-12-23 11:17:41'),(4980,4567,'action started via WP Cron','2020-12-23 19:18:42','2020-12-23 11:18:42'),(4981,4567,'action complete via WP Cron','2020-12-23 19:18:42','2020-12-23 11:18:42'),(4982,4568,'action created','2020-12-23 19:18:42','2020-12-23 11:18:42'),(4983,4568,'action started via WP Cron','2020-12-23 19:19:47','2020-12-23 11:19:47'),(4984,4568,'action complete via WP Cron','2020-12-23 19:19:47','2020-12-23 11:19:47'),(4985,4569,'action created','2020-12-23 19:19:47','2020-12-23 11:19:47'),(4986,4569,'action started via WP Cron','2020-12-23 19:20:46','2020-12-23 11:20:46'),(4987,4569,'action complete via WP Cron','2020-12-23 19:20:46','2020-12-23 11:20:46'),(4988,4570,'action created','2020-12-23 19:20:47','2020-12-23 11:20:47'),(4989,4570,'action started via WP Cron','2020-12-23 19:21:42','2020-12-23 11:21:42'),(4990,4570,'action complete via WP Cron','2020-12-23 19:21:42','2020-12-23 11:21:42'),(4991,4571,'action created','2020-12-23 19:21:42','2020-12-23 11:21:42'),(4992,4571,'action started via WP Cron','2020-12-23 19:22:41','2020-12-23 11:22:41'),(4993,4571,'action complete via WP Cron','2020-12-23 19:22:41','2020-12-23 11:22:41'),(4994,4572,'action created','2020-12-23 19:22:42','2020-12-23 11:22:42'),(4995,4572,'action started via WP Cron','2020-12-23 19:23:45','2020-12-23 11:23:45'),(4996,4572,'action complete via WP Cron','2020-12-23 19:23:45','2020-12-23 11:23:45'),(4997,4573,'action created','2020-12-23 19:23:45','2020-12-23 11:23:45'),(4998,4573,'action started via WP Cron','2020-12-23 19:24:44','2020-12-23 11:24:44'),(4999,4573,'action complete via WP Cron','2020-12-23 19:24:44','2020-12-23 11:24:44'),(5000,4574,'action created','2020-12-23 19:24:44','2020-12-23 11:24:44'),(5001,4574,'action started via WP Cron','2020-12-23 19:25:46','2020-12-23 11:25:46'),(5002,4574,'action complete via WP Cron','2020-12-23 19:25:46','2020-12-23 11:25:46'),(5003,4575,'action created','2020-12-23 19:25:46','2020-12-23 11:25:46'),(5004,4575,'action started via WP Cron','2020-12-23 19:26:42','2020-12-23 11:26:42'),(5005,4575,'action complete via WP Cron','2020-12-23 19:26:42','2020-12-23 11:26:42'),(5006,4576,'action created','2020-12-23 19:26:42','2020-12-23 11:26:42'),(5007,4576,'action started via WP Cron','2020-12-23 19:27:45','2020-12-23 11:27:45'),(5008,4576,'action complete via WP Cron','2020-12-23 19:27:45','2020-12-23 11:27:45'),(5009,4577,'action created','2020-12-23 19:27:45','2020-12-23 11:27:45'),(5010,4577,'action started via WP Cron','2020-12-23 19:28:42','2020-12-23 11:28:42'),(5011,4577,'action complete via WP Cron','2020-12-23 19:28:42','2020-12-23 11:28:42'),(5012,4578,'action created','2020-12-23 19:28:42','2020-12-23 11:28:42'),(5013,4578,'action started via WP Cron','2020-12-23 19:29:46','2020-12-23 11:29:46'),(5014,4578,'action complete via WP Cron','2020-12-23 19:29:46','2020-12-23 11:29:46'),(5015,4579,'action created','2020-12-23 19:29:46','2020-12-23 11:29:46'),(5016,4579,'action started via WP Cron','2020-12-23 19:30:42','2020-12-23 11:30:42'),(5017,4579,'action complete via WP Cron','2020-12-23 19:30:42','2020-12-23 11:30:42'),(5018,4580,'action created','2020-12-23 19:30:42','2020-12-23 11:30:42'),(5019,4580,'action started via WP Cron','2020-12-23 19:31:45','2020-12-23 11:31:45'),(5020,4580,'action complete via WP Cron','2020-12-23 19:31:45','2020-12-23 11:31:45'),(5021,4581,'action created','2020-12-23 19:31:45','2020-12-23 11:31:45'),(5022,4581,'action started via WP Cron','2020-12-23 19:32:42','2020-12-23 11:32:42'),(5023,4581,'action complete via WP Cron','2020-12-23 19:32:42','2020-12-23 11:32:42'),(5024,4582,'action created','2020-12-23 19:32:42','2020-12-23 11:32:42'),(5025,4582,'action started via WP Cron','2020-12-23 19:33:49','2020-12-23 11:33:49'),(5026,4582,'action complete via WP Cron','2020-12-23 19:33:49','2020-12-23 11:33:49'),(5027,4583,'action created','2020-12-23 19:33:49','2020-12-23 11:33:49'),(5028,4583,'action started via WP Cron','2020-12-23 19:34:45','2020-12-23 11:34:45'),(5029,4583,'action complete via WP Cron','2020-12-23 19:34:45','2020-12-23 11:34:45'),(5030,4584,'action created','2020-12-23 19:34:45','2020-12-23 11:34:45'),(5031,4584,'action started via WP Cron','2020-12-23 19:35:43','2020-12-23 11:35:43'),(5032,4584,'action complete via WP Cron','2020-12-23 19:35:43','2020-12-23 11:35:43'),(5033,4585,'action created','2020-12-23 19:35:43','2020-12-23 11:35:43'),(5034,4585,'action started via WP Cron','2020-12-23 19:36:42','2020-12-23 11:36:42'),(5035,4585,'action complete via WP Cron','2020-12-23 19:36:42','2020-12-23 11:36:42'),(5036,4586,'action created','2020-12-23 19:36:42','2020-12-23 11:36:42'),(5037,4586,'action started via WP Cron','2020-12-23 19:37:41','2020-12-23 11:37:41'),(5038,4586,'action complete via WP Cron','2020-12-23 19:37:41','2020-12-23 11:37:41'),(5039,4587,'action created','2020-12-23 19:37:42','2020-12-23 11:37:42'),(5040,4587,'action started via WP Cron','2020-12-23 19:40:13','2020-12-23 11:40:13'),(5041,4587,'action complete via WP Cron','2020-12-23 19:40:13','2020-12-23 11:40:13'),(5042,4588,'action created','2020-12-23 19:40:13','2020-12-23 11:40:13'),(5043,4588,'action started via WP Cron','2020-12-23 19:44:20','2020-12-23 11:44:20'),(5044,4588,'action complete via WP Cron','2020-12-23 19:44:20','2020-12-23 11:44:20'),(5045,4589,'action created','2020-12-23 19:44:20','2020-12-23 11:44:20'),(5046,4589,'action started via WP Cron','2020-12-23 20:09:51','2020-12-23 12:09:51'),(5047,4589,'action complete via WP Cron','2020-12-23 20:09:51','2020-12-23 12:09:51'),(5048,4590,'action created','2020-12-23 20:09:51','2020-12-23 12:09:51'),(5049,4590,'action started via WP Cron','2020-12-23 20:16:38','2020-12-23 12:16:38'),(5050,4590,'action complete via WP Cron','2020-12-23 20:16:38','2020-12-23 12:16:38'),(5051,4591,'action created','2020-12-23 20:16:38','2020-12-23 12:16:38'),(5052,4591,'action started via WP Cron','2020-12-23 20:17:53','2020-12-23 12:17:53'),(5053,4591,'action complete via WP Cron','2020-12-23 20:17:53','2020-12-23 12:17:53'),(5054,4592,'action created','2020-12-23 20:17:53','2020-12-23 12:17:53'),(5055,4592,'action started via WP Cron','2020-12-23 20:25:20','2020-12-23 12:25:20'),(5056,4592,'action complete via WP Cron','2020-12-23 20:25:20','2020-12-23 12:25:20'),(5057,4593,'action created','2020-12-23 20:25:20','2020-12-23 12:25:20'),(5058,4593,'action started via WP Cron','2020-12-23 20:27:15','2020-12-23 12:27:15'),(5059,4593,'action complete via WP Cron','2020-12-23 20:27:15','2020-12-23 12:27:15'),(5060,4594,'action created','2020-12-23 20:27:15','2020-12-23 12:27:15'),(5061,4594,'action started via WP Cron','2020-12-23 20:27:40','2020-12-23 12:27:40'),(5062,4594,'action complete via WP Cron','2020-12-23 20:27:40','2020-12-23 12:27:40'),(5063,4595,'action created','2020-12-23 20:27:41','2020-12-23 12:27:41'),(5064,4595,'action started via WP Cron','2020-12-23 20:29:52','2020-12-23 12:29:52'),(5065,4595,'action complete via WP Cron','2020-12-23 20:29:52','2020-12-23 12:29:52'),(5066,4596,'action created','2020-12-23 20:29:52','2020-12-23 12:29:52'),(5067,4596,'action started via WP Cron','2020-12-23 20:31:03','2020-12-23 12:31:03'),(5068,4596,'action complete via WP Cron','2020-12-23 20:31:03','2020-12-23 12:31:03'),(5069,4597,'action created','2020-12-23 20:31:03','2020-12-23 12:31:03'),(5070,4597,'action started via WP Cron','2020-12-23 20:35:39','2020-12-23 12:35:39'),(5071,4597,'action complete via WP Cron','2020-12-23 20:35:39','2020-12-23 12:35:39'),(5072,4598,'action created','2020-12-23 20:35:39','2020-12-23 12:35:39'),(5073,4598,'action started via WP Cron','2020-12-23 20:53:49','2020-12-23 12:53:49'),(5074,4598,'action complete via WP Cron','2020-12-23 20:53:49','2020-12-23 12:53:49'),(5075,4599,'action created','2020-12-23 20:53:49','2020-12-23 12:53:49'),(5076,4599,'action started via WP Cron','2020-12-23 21:01:56','2020-12-23 13:01:56'),(5077,4599,'action complete via WP Cron','2020-12-23 21:01:56','2020-12-23 13:01:56'),(5078,4600,'action created','2020-12-23 21:01:56','2020-12-23 13:01:56'),(5079,4600,'action started via WP Cron','2020-12-23 21:03:30','2020-12-23 13:03:30'),(5080,4600,'action complete via WP Cron','2020-12-23 21:03:30','2020-12-23 13:03:30'),(5081,4601,'action created','2020-12-23 21:03:30','2020-12-23 13:03:30'),(5082,4601,'action started via WP Cron','2020-12-23 21:03:47','2020-12-23 13:03:47'),(5083,4601,'action complete via WP Cron','2020-12-23 21:03:47','2020-12-23 13:03:47'),(5084,4602,'action created','2020-12-23 21:03:47','2020-12-23 13:03:47'),(5085,4602,'action started via WP Cron','2020-12-23 21:19:59','2020-12-23 13:19:59'),(5086,4602,'action complete via WP Cron','2020-12-23 21:19:59','2020-12-23 13:19:59'),(5087,4603,'action created','2020-12-23 21:19:59','2020-12-23 13:19:59'),(5088,4603,'action started via WP Cron','2020-12-23 21:27:16','2020-12-23 13:27:16'),(5089,4603,'action complete via WP Cron','2020-12-23 21:27:16','2020-12-23 13:27:16'),(5090,4604,'action created','2020-12-23 21:27:16','2020-12-23 13:27:16'),(5091,4604,'action started via WP Cron','2020-12-23 21:32:42','2020-12-23 13:32:42'),(5092,4604,'action complete via WP Cron','2020-12-23 21:32:42','2020-12-23 13:32:42'),(5093,4605,'action created','2020-12-23 21:32:42','2020-12-23 13:32:42'),(5094,4605,'action started via WP Cron','2020-12-23 21:34:23','2020-12-23 13:34:23'),(5095,4605,'action complete via WP Cron','2020-12-23 21:34:23','2020-12-23 13:34:23'),(5096,4606,'action created','2020-12-23 21:34:23','2020-12-23 13:34:23'),(5097,4606,'action started via WP Cron','2020-12-23 21:36:25','2020-12-23 13:36:25'),(5098,4606,'action complete via WP Cron','2020-12-23 21:36:25','2020-12-23 13:36:25'),(5099,4607,'action created','2020-12-23 21:36:25','2020-12-23 13:36:25'),(5100,4607,'action started via WP Cron','2020-12-23 21:37:08','2020-12-23 13:37:08'),(5101,4607,'action complete via WP Cron','2020-12-23 21:37:08','2020-12-23 13:37:08'),(5102,4608,'action created','2020-12-23 21:37:08','2020-12-23 13:37:08'),(5103,4608,'action started via WP Cron','2020-12-23 21:38:28','2020-12-23 13:38:28'),(5104,4608,'action complete via WP Cron','2020-12-23 21:38:28','2020-12-23 13:38:28'),(5105,4609,'action created','2020-12-23 21:38:28','2020-12-23 13:38:28'),(5106,4609,'action started via WP Cron','2020-12-23 21:42:57','2020-12-23 13:42:57'),(5107,4609,'action complete via WP Cron','2020-12-23 21:42:57','2020-12-23 13:42:57'),(5108,4610,'action created','2020-12-23 21:42:57','2020-12-23 13:42:57'),(5109,4610,'action started via WP Cron','2020-12-23 22:01:03','2020-12-23 14:01:03'),(5110,4610,'action complete via WP Cron','2020-12-23 22:01:03','2020-12-23 14:01:03'),(5111,4611,'action created','2020-12-23 22:01:03','2020-12-23 14:01:03'),(5112,4611,'action started via WP Cron','2020-12-23 22:02:10','2020-12-23 14:02:10'),(5113,4611,'action complete via WP Cron','2020-12-23 22:02:10','2020-12-23 14:02:10'),(5114,4612,'action created','2020-12-23 22:02:10','2020-12-23 14:02:10'),(5115,4612,'action started via WP Cron','2020-12-23 22:03:11','2020-12-23 14:03:11'),(5116,4612,'action complete via WP Cron','2020-12-23 22:03:11','2020-12-23 14:03:11'),(5117,4613,'action created','2020-12-23 22:03:11','2020-12-23 14:03:11'),(5118,4613,'action started via WP Cron','2020-12-23 22:05:14','2020-12-23 14:05:14'),(5119,4613,'action complete via WP Cron','2020-12-23 22:05:14','2020-12-23 14:05:14'),(5120,4614,'action created','2020-12-23 22:05:14','2020-12-23 14:05:14'),(5121,4614,'action started via WP Cron','2020-12-23 22:06:17','2020-12-23 14:06:17'),(5122,4614,'action complete via WP Cron','2020-12-23 22:06:17','2020-12-23 14:06:17'),(5123,4615,'action created','2020-12-23 22:06:17','2020-12-23 14:06:17'),(5124,4615,'action started via WP Cron','2020-12-23 22:07:15','2020-12-23 14:07:15'),(5125,4615,'action complete via WP Cron','2020-12-23 22:07:15','2020-12-23 14:07:15'),(5126,4616,'action created','2020-12-23 22:07:15','2020-12-23 14:07:15'),(5127,4616,'action started via WP Cron','2020-12-23 22:26:12','2020-12-23 14:26:12'),(5128,4616,'action complete via WP Cron','2020-12-23 22:26:12','2020-12-23 14:26:12'),(5129,4617,'action created','2020-12-23 22:38:33','2020-12-23 14:38:33'),(5130,4617,'action started via WP Cron','2020-12-23 22:39:27','2020-12-23 14:39:27'),(5131,4617,'action complete via WP Cron','2020-12-23 22:39:27','2020-12-23 14:39:27'),(5132,4618,'action created','2020-12-23 22:39:27','2020-12-23 14:39:27'),(5133,4618,'action started via WP Cron','2020-12-23 22:40:28','2020-12-23 14:40:28'),(5134,4618,'action complete via WP Cron','2020-12-23 22:40:28','2020-12-23 14:40:28'),(5135,4619,'action created','2020-12-23 22:40:28','2020-12-23 14:40:28'),(5136,4619,'action started via WP Cron','2020-12-23 22:42:30','2020-12-23 14:42:30'),(5137,4619,'action complete via WP Cron','2020-12-23 22:42:30','2020-12-23 14:42:30'),(5138,4620,'action created','2020-12-23 22:42:30','2020-12-23 14:42:30'),(5139,4620,'action started via WP Cron','2020-12-23 22:43:31','2020-12-23 14:43:31'),(5140,4620,'action complete via WP Cron','2020-12-23 22:43:31','2020-12-23 14:43:31'),(5141,4621,'action created','2020-12-23 22:43:31','2020-12-23 14:43:31'),(5142,4621,'action started via WP Cron','2020-12-23 22:44:32','2020-12-23 14:44:32'),(5143,4621,'action complete via WP Cron','2020-12-23 22:44:32','2020-12-23 14:44:32'),(5144,4622,'action created','2020-12-23 22:44:32','2020-12-23 14:44:32'),(5145,4622,'action started via WP Cron','2020-12-23 22:49:12','2020-12-23 14:49:12'),(5146,4622,'action complete via WP Cron','2020-12-23 22:49:12','2020-12-23 14:49:12'),(5147,4623,'action created','2020-12-23 22:49:13','2020-12-23 14:49:13'),(5148,4623,'action started via WP Cron','2020-12-23 22:59:18','2020-12-23 14:59:18'),(5149,4623,'action complete via WP Cron','2020-12-23 22:59:18','2020-12-23 14:59:18'),(5150,4624,'action created','2020-12-23 22:59:18','2020-12-23 14:59:18'),(5151,4624,'action started via WP Cron','2020-12-23 23:01:12','2020-12-23 15:01:12'),(5152,4624,'action complete via WP Cron','2020-12-23 23:01:12','2020-12-23 15:01:12'),(5153,4625,'action created','2020-12-23 23:07:18','2020-12-23 15:07:18'),(5154,4625,'action started via WP Cron','2020-12-23 23:08:16','2020-12-23 15:08:16'),(5155,4625,'action complete via WP Cron','2020-12-23 23:08:16','2020-12-23 15:08:16'),(5156,4626,'action created','2020-12-23 23:08:16','2020-12-23 15:08:16'),(5157,4626,'action started via WP Cron','2020-12-23 23:09:17','2020-12-23 15:09:17'),(5158,4626,'action complete via WP Cron','2020-12-23 23:09:17','2020-12-23 15:09:17'),(5159,4627,'action created','2020-12-23 23:09:17','2020-12-23 15:09:17'),(5160,4627,'action started via WP Cron','2020-12-23 23:11:19','2020-12-23 15:11:19'),(5161,4627,'action complete via WP Cron','2020-12-23 23:11:19','2020-12-23 15:11:19'),(5162,4628,'action created','2020-12-23 23:11:19','2020-12-23 15:11:19'),(5163,4628,'action started via WP Cron','2020-12-23 23:12:20','2020-12-23 15:12:20'),(5164,4628,'action complete via WP Cron','2020-12-23 23:12:20','2020-12-23 15:12:20'),(5165,4629,'action created','2020-12-23 23:12:20','2020-12-23 15:12:20'),(5166,4629,'action started via WP Cron','2020-12-23 23:13:22','2020-12-23 15:13:22'),(5167,4629,'action complete via WP Cron','2020-12-23 23:13:22','2020-12-23 15:13:22'),(5168,4630,'action created','2020-12-23 23:13:22','2020-12-23 15:13:22'),(5169,4630,'action started via WP Cron','2020-12-23 23:14:58','2020-12-23 15:14:58'),(5170,4630,'action complete via WP Cron','2020-12-23 23:14:58','2020-12-23 15:14:58'),(5171,4631,'action created','2020-12-23 23:14:58','2020-12-23 15:14:58'),(5172,4631,'action started via WP Cron','2020-12-23 23:19:33','2020-12-23 15:19:33'),(5173,4631,'action complete via WP Cron','2020-12-23 23:19:33','2020-12-23 15:19:33'),(5174,4632,'action created','2020-12-23 23:19:33','2020-12-23 15:19:33'),(5175,4632,'action started via WP Cron','2020-12-23 23:20:39','2020-12-23 15:20:39'),(5176,4632,'action complete via WP Cron','2020-12-23 23:20:39','2020-12-23 15:20:39'),(5177,4633,'action created','2020-12-23 23:20:39','2020-12-23 15:20:39'),(5178,4633,'action started via WP Cron','2020-12-23 23:44:35','2020-12-23 15:44:35'),(5179,4633,'action complete via WP Cron','2020-12-23 23:44:35','2020-12-23 15:44:35'),(5180,4634,'action created','2020-12-23 23:44:35','2020-12-23 15:44:35'),(5181,4634,'action started via WP Cron','2020-12-23 23:45:32','2020-12-23 15:45:32'),(5182,4634,'action complete via WP Cron','2020-12-23 23:45:32','2020-12-23 15:45:32'),(5183,4635,'action created','2020-12-23 23:45:32','2020-12-23 15:45:32'),(5184,4635,'action started via WP Cron','2020-12-23 23:46:33','2020-12-23 15:46:33'),(5185,4635,'action complete via WP Cron','2020-12-23 23:46:33','2020-12-23 15:46:33'),(5186,4636,'action created','2020-12-23 23:46:33','2020-12-23 15:46:33'),(5187,4636,'action started via WP Cron','2020-12-23 23:48:35','2020-12-23 15:48:35'),(5188,4636,'action complete via WP Cron','2020-12-23 23:48:35','2020-12-23 15:48:35'),(5189,4637,'action created','2020-12-23 23:48:35','2020-12-23 15:48:35'),(5190,4637,'action started via WP Cron','2020-12-23 23:49:36','2020-12-23 15:49:36'),(5191,4637,'action complete via WP Cron','2020-12-23 23:49:36','2020-12-23 15:49:36'),(5192,4638,'action created','2020-12-23 23:49:36','2020-12-23 15:49:36'),(5193,4638,'action started via WP Cron','2020-12-23 23:50:37','2020-12-23 15:50:37'),(5194,4638,'action complete via WP Cron','2020-12-23 23:50:37','2020-12-23 15:50:37'),(5195,4639,'action created','2020-12-23 23:50:37','2020-12-23 15:50:37'),(5196,4639,'action started via WP Cron','2020-12-23 23:57:45','2020-12-23 15:57:45'),(5197,4639,'action complete via WP Cron','2020-12-23 23:57:45','2020-12-23 15:57:45'),(5198,4640,'action created','2020-12-23 23:57:46','2020-12-23 15:57:46'),(5199,4640,'action started via WP Cron','2020-12-24 00:13:24','2020-12-23 16:13:24'),(5200,4640,'action complete via WP Cron','2020-12-24 00:13:24','2020-12-23 16:13:24'),(5201,4641,'action created','2020-12-24 00:13:24','2020-12-23 16:13:24'),(5202,4641,'action started via WP Cron','2020-12-24 00:14:23','2020-12-23 16:14:23'),(5203,4641,'action complete via WP Cron','2020-12-24 00:14:23','2020-12-23 16:14:23'),(5204,4642,'action created','2020-12-24 00:14:23','2020-12-23 16:14:23'),(5205,4642,'action started via WP Cron','2020-12-24 00:15:23','2020-12-23 16:15:23'),(5206,4642,'action complete via WP Cron','2020-12-24 00:15:23','2020-12-23 16:15:23'),(5207,4643,'action created','2020-12-24 00:15:23','2020-12-23 16:15:23'),(5208,4643,'action started via WP Cron','2020-12-24 00:16:47','2020-12-23 16:16:47'),(5209,4643,'action complete via WP Cron','2020-12-24 00:16:47','2020-12-23 16:16:47'),(5210,4644,'action created','2020-12-24 00:16:47','2020-12-23 16:16:47'),(5211,4644,'action started via WP Cron','2020-12-24 00:18:26','2020-12-23 16:18:26'),(5212,4644,'action complete via WP Cron','2020-12-24 00:18:26','2020-12-23 16:18:26'),(5213,4645,'action created','2020-12-24 00:18:27','2020-12-23 16:18:27'),(5214,4645,'action started via WP Cron','2020-12-24 00:19:27','2020-12-23 16:19:27'),(5215,4645,'action complete via WP Cron','2020-12-24 00:19:27','2020-12-23 16:19:27'),(5216,4646,'action created','2020-12-24 00:19:27','2020-12-23 16:19:27'),(5217,4646,'action started via WP Cron','2020-12-24 00:25:55','2020-12-23 16:25:55'),(5218,4646,'action complete via WP Cron','2020-12-24 00:25:55','2020-12-23 16:25:55'),(5219,4647,'action created','2020-12-24 00:25:56','2020-12-23 16:25:56'),(5220,4647,'action started via WP Cron','2020-12-24 00:32:10','2020-12-23 16:32:10'),(5221,4647,'action complete via WP Cron','2020-12-24 00:32:10','2020-12-23 16:32:10'),(5222,4648,'action created','2020-12-24 00:32:11','2020-12-23 16:32:11'),(5223,4648,'action started via WP Cron','2020-12-24 00:36:13','2020-12-23 16:36:13'),(5224,4648,'action complete via WP Cron','2020-12-24 00:36:13','2020-12-23 16:36:13'),(5225,4649,'action created','2020-12-24 00:36:13','2020-12-23 16:36:13'),(5226,4649,'action started via WP Cron','2020-12-24 00:51:25','2020-12-23 16:51:25'),(5227,4649,'action complete via WP Cron','2020-12-24 00:51:25','2020-12-23 16:51:25'),(5228,4650,'action created','2020-12-24 00:51:25','2020-12-23 16:51:25'),(5229,4650,'action started via WP Cron','2020-12-24 00:51:50','2020-12-23 16:51:50'),(5230,4650,'action complete via WP Cron','2020-12-24 00:51:50','2020-12-23 16:51:50'),(5231,4651,'action created','2020-12-24 00:51:50','2020-12-23 16:51:50'),(5232,4651,'action started via WP Cron','2020-12-24 00:53:39','2020-12-23 16:53:39'),(5233,4651,'action complete via WP Cron','2020-12-24 00:53:39','2020-12-23 16:53:39'),(5234,4652,'action created','2020-12-24 00:53:39','2020-12-23 16:53:39'),(5235,4652,'action started via WP Cron','2020-12-24 00:55:41','2020-12-23 16:55:41'),(5236,4652,'action complete via WP Cron','2020-12-24 00:55:41','2020-12-23 16:55:41'),(5237,4653,'action created','2020-12-24 00:55:41','2020-12-23 16:55:41'),(5238,4653,'action started via WP Cron','2020-12-24 00:56:42','2020-12-23 16:56:42'),(5239,4653,'action complete via WP Cron','2020-12-24 00:56:42','2020-12-23 16:56:42'),(5240,4654,'action created','2020-12-24 00:56:42','2020-12-23 16:56:42'),(5241,4654,'action started via WP Cron','2020-12-24 01:02:47','2020-12-23 17:02:47'),(5242,4654,'action complete via WP Cron','2020-12-24 01:02:47','2020-12-23 17:02:47'),(5243,4655,'action created','2020-12-24 01:02:47','2020-12-23 17:02:47'),(5244,4170,'action started via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5245,4170,'action complete via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5246,4656,'action created','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5247,4171,'action started via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5248,4171,'action complete via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5249,4657,'action created','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5250,4655,'action started via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5251,4655,'action complete via WP Cron','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5252,4658,'action created','2020-12-24 01:11:07','2020-12-23 17:11:07'),(5253,4658,'action started via WP Cron','2020-12-24 01:19:29','2020-12-23 17:19:29'),(5254,4658,'action complete via WP Cron','2020-12-24 01:19:29','2020-12-23 17:19:29'),(5255,4659,'action created','2020-12-24 01:19:29','2020-12-23 17:19:29'),(5256,4659,'action started via WP Cron','2020-12-24 01:20:29','2020-12-23 17:20:29'),(5257,4659,'action complete via WP Cron','2020-12-24 01:20:29','2020-12-23 17:20:29'),(5258,4660,'action created','2020-12-24 01:20:29','2020-12-23 17:20:29'),(5259,4660,'action started via WP Cron','2020-12-24 01:22:31','2020-12-23 17:22:31'),(5260,4660,'action complete via WP Cron','2020-12-24 01:22:31','2020-12-23 17:22:31'),(5261,4661,'action created','2020-12-24 01:22:31','2020-12-23 17:22:31'),(5262,4661,'action started via WP Cron','2020-12-24 01:23:32','2020-12-23 17:23:32'),(5263,4661,'action complete via WP Cron','2020-12-24 01:23:32','2020-12-23 17:23:32'),(5264,4662,'action created','2020-12-24 01:23:32','2020-12-23 17:23:32'),(5265,4662,'action started via WP Cron','2020-12-24 01:24:33','2020-12-23 17:24:33'),(5266,4662,'action complete via WP Cron','2020-12-24 01:24:33','2020-12-23 17:24:33'),(5267,4663,'action created','2020-12-24 01:24:33','2020-12-23 17:24:33'),(5268,4663,'action started via WP Cron','2020-12-24 01:26:28','2020-12-23 17:26:28'),(5269,4663,'action complete via WP Cron','2020-12-24 01:26:28','2020-12-23 17:26:28'),(5270,4664,'action created','2020-12-24 01:26:28','2020-12-23 17:26:28'),(5271,4664,'action started via WP Cron','2020-12-24 01:26:52','2020-12-23 17:26:52'),(5272,4664,'action complete via WP Cron','2020-12-24 01:26:52','2020-12-23 17:26:52'),(5273,4665,'action created','2020-12-24 01:26:53','2020-12-23 17:26:53'),(5274,4665,'action started via WP Cron','2020-12-24 01:30:23','2020-12-23 17:30:23'),(5275,4665,'action complete via WP Cron','2020-12-24 01:30:23','2020-12-23 17:30:23'),(5276,4666,'action created','2020-12-24 01:30:23','2020-12-23 17:30:23'),(5277,4666,'action started via WP Cron','2020-12-24 01:32:45','2020-12-23 17:32:45'),(5278,4666,'action complete via WP Cron','2020-12-24 01:32:45','2020-12-23 17:32:45'),(5279,4667,'action created','2020-12-24 01:32:45','2020-12-23 17:32:45'),(5280,4667,'action started via WP Cron','2020-12-24 01:35:01','2020-12-23 17:35:01'),(5281,4667,'action complete via WP Cron','2020-12-24 01:35:01','2020-12-23 17:35:01'),(5282,4668,'action created','2020-12-24 01:35:03','2020-12-23 17:35:03'),(5283,4668,'action started via WP Cron','2020-12-24 01:44:05','2020-12-23 17:44:05'),(5284,4668,'action complete via WP Cron','2020-12-24 01:44:05','2020-12-23 17:44:05'),(5285,4669,'action created','2020-12-24 01:44:06','2020-12-23 17:44:06'),(5286,4669,'action started via WP Cron','2020-12-24 01:49:12','2020-12-23 17:49:12'),(5287,4669,'action complete via WP Cron','2020-12-24 01:49:12','2020-12-23 17:49:12'),(5288,4670,'action created','2020-12-24 01:49:13','2020-12-23 17:49:13'),(5289,4670,'action started via WP Cron','2020-12-24 01:58:14','2020-12-23 17:58:14'),(5290,4670,'action complete via WP Cron','2020-12-24 01:58:14','2020-12-23 17:58:14'),(5291,4671,'action created','2020-12-24 01:58:14','2020-12-23 17:58:14'),(5292,4671,'action started via WP Cron','2020-12-24 01:59:24','2020-12-23 17:59:24'),(5293,4671,'action complete via WP Cron','2020-12-24 01:59:24','2020-12-23 17:59:24'),(5294,4672,'action created','2020-12-24 01:59:24','2020-12-23 17:59:24'),(5295,4672,'action started via WP Cron','2020-12-24 02:01:14','2020-12-23 18:01:14'),(5296,4672,'action complete via WP Cron','2020-12-24 02:01:14','2020-12-23 18:01:14'),(5297,4673,'action created','2020-12-24 02:01:14','2020-12-23 18:01:14'),(5298,4673,'action started via WP Cron','2020-12-24 02:01:42','2020-12-23 18:01:42'),(5299,4673,'action complete via WP Cron','2020-12-24 02:01:42','2020-12-23 18:01:42'),(5300,4674,'action created','2020-12-24 02:01:42','2020-12-23 18:01:42'),(5301,4674,'action started via WP Cron','2020-12-24 02:09:36','2020-12-23 18:09:36'),(5302,4674,'action complete via WP Cron','2020-12-24 02:09:36','2020-12-23 18:09:36'),(5303,4675,'action created','2020-12-24 02:09:37','2020-12-23 18:09:37'),(5304,4675,'action started via WP Cron','2020-12-24 02:13:09','2020-12-23 18:13:09'),(5305,4675,'action complete via WP Cron','2020-12-24 02:13:09','2020-12-23 18:13:09'),(5306,4676,'action created','2020-12-24 02:13:09','2020-12-23 18:13:09'),(5307,4676,'action started via WP Cron','2020-12-24 02:25:16','2020-12-23 18:25:16'),(5308,4676,'action complete via WP Cron','2020-12-24 02:25:16','2020-12-23 18:25:16'),(5309,4677,'action created','2020-12-24 02:25:16','2020-12-23 18:25:16'),(5310,4677,'action started via WP Cron','2020-12-24 02:30:41','2020-12-23 18:30:41'),(5311,4677,'action complete via WP Cron','2020-12-24 02:30:41','2020-12-23 18:30:41'),(5312,4678,'action created','2020-12-24 02:30:41','2020-12-23 18:30:41'),(5313,4678,'action started via WP Cron','2020-12-24 02:38:59','2020-12-23 18:38:59'),(5314,4678,'action complete via WP Cron','2020-12-24 02:38:59','2020-12-23 18:38:59'),(5315,4679,'action created','2020-12-24 02:39:00','2020-12-23 18:39:00'),(5316,4679,'action started via WP Cron','2020-12-24 02:41:24','2020-12-23 18:41:24'),(5317,4679,'action complete via WP Cron','2020-12-24 02:41:24','2020-12-23 18:41:24'),(5318,4680,'action created','2020-12-24 02:41:24','2020-12-23 18:41:24'),(5319,4680,'action started via WP Cron','2020-12-24 02:43:28','2020-12-23 18:43:28'),(5320,4680,'action complete via WP Cron','2020-12-24 02:43:28','2020-12-23 18:43:28'),(5321,4681,'action created','2020-12-24 02:43:28','2020-12-23 18:43:28'),(5322,4681,'action started via WP Cron','2020-12-24 02:53:49','2020-12-23 18:53:49'),(5323,4681,'action complete via WP Cron','2020-12-24 02:53:49','2020-12-23 18:53:49'),(5324,4682,'action created','2020-12-24 02:53:49','2020-12-23 18:53:49'),(5325,4682,'action started via WP Cron','2020-12-24 02:58:20','2020-12-23 18:58:20'),(5326,4682,'action complete via WP Cron','2020-12-24 02:58:20','2020-12-23 18:58:20'),(5327,4683,'action created','2020-12-24 02:58:21','2020-12-23 18:58:21'),(5328,4683,'action started via WP Cron','2020-12-24 03:01:40','2020-12-23 19:01:40'),(5329,4683,'action complete via WP Cron','2020-12-24 03:01:40','2020-12-23 19:01:40'),(5330,4684,'action created','2020-12-24 03:01:40','2020-12-23 19:01:40'),(5331,4684,'action started via WP Cron','2020-12-24 03:02:41','2020-12-23 19:02:41'),(5332,4684,'action complete via WP Cron','2020-12-24 03:02:41','2020-12-23 19:02:41'),(5333,4685,'action created','2020-12-24 03:02:41','2020-12-23 19:02:41'),(5334,4685,'action started via WP Cron','2020-12-24 03:07:34','2020-12-23 19:07:34'),(5335,4685,'action complete via WP Cron','2020-12-24 03:07:34','2020-12-23 19:07:34'),(5336,4686,'action created','2020-12-24 03:07:34','2020-12-23 19:07:34'),(5337,4686,'action started via WP Cron','2020-12-24 03:09:53','2020-12-23 19:09:53'),(5338,4686,'action complete via WP Cron','2020-12-24 03:09:53','2020-12-23 19:09:53'),(5339,4687,'action created','2020-12-24 03:09:53','2020-12-23 19:09:53'),(5340,4687,'action started via WP Cron','2020-12-24 03:14:20','2020-12-23 19:14:20'),(5341,4687,'action complete via WP Cron','2020-12-24 03:14:20','2020-12-23 19:14:20'),(5342,4688,'action created','2020-12-24 03:14:20','2020-12-23 19:14:20'),(5343,4688,'action started via WP Cron','2020-12-24 03:14:44','2020-12-23 19:14:44'),(5344,4688,'action complete via WP Cron','2020-12-24 03:14:44','2020-12-23 19:14:44'),(5345,4689,'action created','2020-12-24 03:14:44','2020-12-23 19:14:44'),(5346,4689,'action started via WP Cron','2020-12-24 03:22:01','2020-12-23 19:22:01'),(5347,4689,'action complete via WP Cron','2020-12-24 03:22:01','2020-12-23 19:22:01'),(5348,4690,'action created','2020-12-24 03:22:01','2020-12-23 19:22:01'),(5349,4690,'action started via WP Cron','2020-12-24 03:24:44','2020-12-23 19:24:44'),(5350,4690,'action complete via WP Cron','2020-12-24 03:24:44','2020-12-23 19:24:44'),(5351,4691,'action created','2020-12-24 03:24:44','2020-12-23 19:24:44'),(5352,4691,'action started via WP Cron','2020-12-24 03:42:23','2020-12-23 19:42:23'),(5353,4691,'action complete via WP Cron','2020-12-24 03:42:23','2020-12-23 19:42:23'),(5354,4692,'action created','2020-12-24 03:42:23','2020-12-23 19:42:23'),(5355,4692,'action started via WP Cron','2020-12-24 03:50:00','2020-12-23 19:50:00'),(5356,4692,'action complete via WP Cron','2020-12-24 03:50:00','2020-12-23 19:50:00'),(5357,4693,'action created','2020-12-24 03:50:00','2020-12-23 19:50:00'),(5358,4693,'action started via WP Cron','2020-12-24 03:55:33','2020-12-23 19:55:33'),(5359,4693,'action complete via WP Cron','2020-12-24 03:55:33','2020-12-23 19:55:33'),(5360,4694,'action created','2020-12-24 03:56:09','2020-12-23 19:56:09'),(5361,4694,'action started via WP Cron','2020-12-24 04:10:48','2020-12-23 20:10:48'),(5362,4694,'action complete via WP Cron','2020-12-24 04:10:48','2020-12-23 20:10:48'),(5363,4695,'action created','2020-12-24 04:10:48','2020-12-23 20:10:48'),(5364,4695,'action started via WP Cron','2020-12-24 04:14:25','2020-12-23 20:14:25'),(5365,4695,'action complete via WP Cron','2020-12-24 04:14:25','2020-12-23 20:14:25'),(5366,4696,'action created','2020-12-24 04:14:25','2020-12-23 20:14:25'),(5367,4696,'action started via WP Cron','2020-12-24 04:29:12','2020-12-23 20:29:12'),(5368,4696,'action complete via WP Cron','2020-12-24 04:29:12','2020-12-23 20:29:12'),(5369,4697,'action created','2020-12-24 04:29:12','2020-12-23 20:29:12'),(5370,4697,'action started via WP Cron','2020-12-24 04:53:33','2020-12-23 20:53:33'),(5371,4697,'action complete via WP Cron','2020-12-24 04:53:33','2020-12-23 20:53:33'),(5372,4698,'action created','2020-12-24 04:53:33','2020-12-23 20:53:33'),(5373,4698,'action started via WP Cron','2020-12-24 05:15:19','2020-12-23 21:15:19'),(5374,4698,'action complete via WP Cron','2020-12-24 05:15:19','2020-12-23 21:15:19'),(5375,4699,'action created','2020-12-24 05:15:19','2020-12-23 21:15:19'),(5376,4699,'action started via WP Cron','2020-12-24 05:16:37','2020-12-23 21:16:37'),(5377,4699,'action complete via WP Cron','2020-12-24 05:16:37','2020-12-23 21:16:37'),(5378,4700,'action created','2020-12-24 05:16:37','2020-12-23 21:16:37'),(5379,4700,'action started via WP Cron','2020-12-24 05:21:04','2020-12-23 21:21:04'),(5380,4700,'action complete via WP Cron','2020-12-24 05:21:04','2020-12-23 21:21:04'),(5381,4701,'action created','2020-12-24 05:21:04','2020-12-23 21:21:04'),(5382,4701,'action started via WP Cron','2020-12-24 05:22:10','2020-12-23 21:22:10'),(5383,4701,'action complete via WP Cron','2020-12-24 05:22:10','2020-12-23 21:22:10'),(5384,4702,'action created','2020-12-24 05:22:10','2020-12-23 21:22:10'),(5385,4702,'action started via WP Cron','2020-12-24 05:23:11','2020-12-23 21:23:11'),(5386,4702,'action complete via WP Cron','2020-12-24 05:23:11','2020-12-23 21:23:11'),(5387,4703,'action created','2020-12-24 05:23:11','2020-12-23 21:23:11'),(5388,4703,'action started via WP Cron','2020-12-24 05:24:48','2020-12-23 21:24:48'),(5389,4703,'action complete via WP Cron','2020-12-24 05:24:48','2020-12-23 21:24:48'),(5390,4704,'action created','2020-12-24 05:24:48','2020-12-23 21:24:48'),(5391,4704,'action started via WP Cron','2020-12-24 05:26:14','2020-12-23 21:26:14'),(5392,4704,'action complete via WP Cron','2020-12-24 05:26:14','2020-12-23 21:26:14'),(5393,4705,'action created','2020-12-24 05:26:14','2020-12-23 21:26:14'),(5394,4705,'action started via WP Cron','2020-12-24 05:27:15','2020-12-23 21:27:15'),(5395,4705,'action complete via WP Cron','2020-12-24 05:27:15','2020-12-23 21:27:15'),(5396,4706,'action created','2020-12-24 05:27:15','2020-12-23 21:27:15'),(5397,4706,'action started via WP Cron','2020-12-24 05:32:31','2020-12-23 21:32:31'),(5398,4706,'action complete via WP Cron','2020-12-24 05:32:31','2020-12-23 21:32:31'),(5399,4707,'action created','2020-12-24 05:32:31','2020-12-23 21:32:31'),(5403,4708,'action started via WP Cron','2020-12-24 05:42:18','2020-12-23 21:42:18'),(5404,4708,'action complete via WP Cron','2020-12-24 05:42:18','2020-12-23 21:42:18'),(5405,4709,'action created','2020-12-24 05:42:18','2020-12-23 21:42:18'),(5406,4709,'action started via WP Cron','2020-12-24 05:43:24','2020-12-23 21:43:24'),(5407,4709,'action complete via WP Cron','2020-12-24 05:43:24','2020-12-23 21:43:24'),(5408,4710,'action created','2020-12-24 05:43:24','2020-12-23 21:43:24'),(5409,4710,'action started via WP Cron','2020-12-24 05:49:03','2020-12-23 21:49:03'),(5410,4710,'action complete via WP Cron','2020-12-24 05:49:03','2020-12-23 21:49:03'),(5411,4711,'action created','2020-12-24 05:49:03','2020-12-23 21:49:03'),(5412,4711,'action started via WP Cron','2020-12-24 05:53:45','2020-12-23 21:53:45'),(5413,4711,'action complete via WP Cron','2020-12-24 05:53:45','2020-12-23 21:53:45'),(5414,4712,'action created','2020-12-24 05:53:45','2020-12-23 21:53:45'),(5415,4712,'action started via WP Cron','2020-12-24 06:01:35','2020-12-23 22:01:35'),(5416,4712,'action complete via WP Cron','2020-12-24 06:01:35','2020-12-23 22:01:35'),(5417,4713,'action created','2020-12-24 06:01:35','2020-12-23 22:01:35'),(5418,4713,'action started via WP Cron','2020-12-24 06:04:13','2020-12-23 22:04:13'),(5419,4713,'action complete via WP Cron','2020-12-24 06:04:13','2020-12-23 22:04:13'),(5420,4714,'action created','2020-12-24 06:04:13','2020-12-23 22:04:13'),(5421,4714,'action started via WP Cron','2020-12-24 06:10:41','2020-12-23 22:10:41'),(5422,4714,'action complete via WP Cron','2020-12-24 06:10:41','2020-12-23 22:10:41'),(5423,4715,'action created','2020-12-24 06:10:41','2020-12-23 22:10:41'),(57161,21964,'action complete via WP Cron','2021-01-24 06:17:21','2021-01-23 22:17:21'),(57160,21964,'action started via WP Cron','2021-01-24 06:17:21','2021-01-23 22:17:21'),(58821,22518,'action created','2021-01-25 06:19:01','2021-01-24 22:19:01'),(5427,4715,'action started via WP Cron','2020-12-24 06:16:09','2020-12-23 22:16:09'),(5428,4715,'action complete via WP Cron','2020-12-24 06:16:09','2020-12-23 22:16:09'),(5429,4717,'action created','2020-12-24 06:16:09','2020-12-23 22:16:09'),(5430,4717,'action started via WP Cron','2020-12-24 06:26:56','2020-12-23 22:26:56'),(5431,4717,'action complete via WP Cron','2020-12-24 06:26:56','2020-12-23 22:26:56'),(5432,4718,'action created','2020-12-24 06:27:21','2020-12-23 22:27:21'),(5433,4718,'action started via WP Cron','2020-12-24 06:28:15','2020-12-23 22:28:15'),(5434,4718,'action complete via WP Cron','2020-12-24 06:28:15','2020-12-23 22:28:15'),(5435,4719,'action created','2020-12-24 06:28:15','2020-12-23 22:28:15'),(5436,4719,'action started via WP Cron','2020-12-24 06:29:16','2020-12-23 22:29:16'),(5437,4719,'action complete via WP Cron','2020-12-24 06:29:16','2020-12-23 22:29:16'),(5438,4720,'action created','2020-12-24 06:29:16','2020-12-23 22:29:16'),(5439,4720,'action started via WP Cron','2020-12-24 06:30:17','2020-12-23 22:30:17'),(5440,4720,'action complete via WP Cron','2020-12-24 06:30:17','2020-12-23 22:30:17'),(5441,4721,'action created','2020-12-24 06:30:17','2020-12-23 22:30:17'),(5442,4721,'action started via WP Cron','2020-12-24 06:31:18','2020-12-23 22:31:18'),(5443,4721,'action complete via WP Cron','2020-12-24 06:31:18','2020-12-23 22:31:18'),(5444,4722,'action created','2020-12-24 06:31:18','2020-12-23 22:31:18'),(5445,4722,'action started via WP Cron','2020-12-24 06:32:19','2020-12-23 22:32:19'),(5446,4722,'action complete via WP Cron','2020-12-24 06:32:19','2020-12-23 22:32:19'),(5447,4723,'action created','2020-12-24 06:32:19','2020-12-23 22:32:19'),(5448,4723,'action started via WP Cron','2020-12-24 06:33:25','2020-12-23 22:33:25'),(5449,4723,'action complete via WP Cron','2020-12-24 06:33:25','2020-12-23 22:33:25'),(5450,4724,'action created','2020-12-24 06:33:25','2020-12-23 22:33:25'),(5451,4724,'action started via WP Cron','2020-12-24 06:46:22','2020-12-23 22:46:22'),(5452,4724,'action complete via WP Cron','2020-12-24 06:46:22','2020-12-23 22:46:22'),(5453,4725,'action created','2020-12-24 06:46:23','2020-12-23 22:46:23'),(5454,4725,'action started via WP Cron','2020-12-24 06:51:04','2020-12-23 22:51:04'),(5455,4725,'action complete via WP Cron','2020-12-24 06:51:04','2020-12-23 22:51:04'),(5456,4726,'action created','2020-12-24 06:51:04','2020-12-23 22:51:04'),(5457,4726,'action started via WP Cron','2020-12-24 07:00:25','2020-12-23 23:00:25'),(5458,4726,'action complete via WP Cron','2020-12-24 07:00:25','2020-12-23 23:00:25'),(5459,4727,'action created','2020-12-24 07:00:25','2020-12-23 23:00:25'),(5460,4727,'action started via WP Cron','2020-12-24 07:00:59','2020-12-23 23:00:59'),(5461,4727,'action complete via WP Cron','2020-12-24 07:00:59','2020-12-23 23:00:59'),(5462,4728,'action created','2020-12-24 07:00:59','2020-12-23 23:00:59'),(5463,4728,'action started via WP Cron','2020-12-24 07:02:03','2020-12-23 23:02:03'),(5464,4728,'action complete via WP Cron','2020-12-24 07:02:03','2020-12-23 23:02:03'),(5465,4729,'action created','2020-12-24 07:02:04','2020-12-23 23:02:04'),(5466,4729,'action started via WP Cron','2020-12-24 07:12:07','2020-12-23 23:12:07'),(5467,4729,'action complete via WP Cron','2020-12-24 07:12:07','2020-12-23 23:12:07'),(5468,4730,'action created','2020-12-24 07:12:07','2020-12-23 23:12:07'),(5469,4730,'action started via WP Cron','2020-12-24 07:13:52','2020-12-23 23:13:52'),(5470,4730,'action complete via WP Cron','2020-12-24 07:13:52','2020-12-23 23:13:52'),(5471,4731,'action created','2020-12-24 07:13:52','2020-12-23 23:13:52'),(5472,4731,'action started via WP Cron','2020-12-24 07:14:48','2020-12-23 23:14:48'),(5473,4731,'action complete via WP Cron','2020-12-24 07:14:48','2020-12-23 23:14:48'),(5474,4732,'action created','2020-12-24 07:14:48','2020-12-23 23:14:48'),(5475,4732,'action started via WP Cron','2020-12-24 07:17:43','2020-12-23 23:17:43'),(5476,4732,'action complete via WP Cron','2020-12-24 07:17:43','2020-12-23 23:17:43'),(5477,4733,'action created','2020-12-24 07:17:43','2020-12-23 23:17:43'),(5478,4733,'action started via WP Cron','2020-12-24 07:23:10','2020-12-23 23:23:10'),(5479,4733,'action complete via WP Cron','2020-12-24 07:23:10','2020-12-23 23:23:10'),(5480,4734,'action created','2020-12-24 07:23:10','2020-12-23 23:23:10'),(5481,4734,'action started via WP Cron','2020-12-24 07:28:01','2020-12-23 23:28:01'),(5482,4734,'action complete via WP Cron','2020-12-24 07:28:01','2020-12-23 23:28:01'),(5483,4735,'action created','2020-12-24 07:28:01','2020-12-23 23:28:01'),(5484,4735,'action started via WP Cron','2020-12-24 07:29:44','2020-12-23 23:29:44'),(5485,4735,'action complete via WP Cron','2020-12-24 07:29:44','2020-12-23 23:29:44'),(5486,4736,'action created','2020-12-24 07:29:44','2020-12-23 23:29:44'),(5487,4736,'action started via WP Cron','2020-12-24 07:32:25','2020-12-23 23:32:25'),(5488,4736,'action complete via WP Cron','2020-12-24 07:32:25','2020-12-23 23:32:25'),(5489,4737,'action created','2020-12-24 07:32:25','2020-12-23 23:32:25'),(5490,4737,'action started via WP Cron','2020-12-24 07:33:19','2020-12-23 23:33:19'),(5491,4737,'action complete via WP Cron','2020-12-24 07:33:19','2020-12-23 23:33:19'),(5492,4738,'action created','2020-12-24 07:33:19','2020-12-23 23:33:19'),(5493,4738,'action started via WP Cron','2020-12-24 07:34:19','2020-12-23 23:34:19'),(5494,4738,'action complete via WP Cron','2020-12-24 07:34:19','2020-12-23 23:34:19'),(5495,4739,'action created','2020-12-24 07:34:19','2020-12-23 23:34:19'),(5496,4739,'action started via WP Cron','2020-12-24 07:36:22','2020-12-23 23:36:22'),(5497,4739,'action complete via WP Cron','2020-12-24 07:36:22','2020-12-23 23:36:22'),(5498,4740,'action created','2020-12-24 07:36:22','2020-12-23 23:36:22'),(5499,4740,'action started via WP Cron','2020-12-24 07:37:22','2020-12-23 23:37:22'),(5500,4740,'action complete via WP Cron','2020-12-24 07:37:22','2020-12-23 23:37:22'),(5501,4741,'action created','2020-12-24 07:37:23','2020-12-23 23:37:23'),(5502,4741,'action started via WP Cron','2020-12-24 07:38:24','2020-12-23 23:38:24'),(5503,4741,'action complete via WP Cron','2020-12-24 07:38:24','2020-12-23 23:38:24'),(5504,4742,'action created','2020-12-24 07:38:24','2020-12-23 23:38:24'),(5505,4742,'action started via WP Cron','2020-12-24 07:51:07','2020-12-23 23:51:07'),(5506,4742,'action complete via WP Cron','2020-12-24 07:51:07','2020-12-23 23:51:07'),(5507,4743,'action created','2020-12-24 07:51:07','2020-12-23 23:51:07'),(5508,4743,'action started via WP Cron','2020-12-24 07:51:48','2020-12-23 23:51:48'),(5509,4743,'action complete via WP Cron','2020-12-24 07:51:48','2020-12-23 23:51:48'),(5510,4744,'action created','2020-12-24 07:51:49','2020-12-23 23:51:49'),(5511,4744,'action started via WP Cron','2020-12-24 07:56:54','2020-12-23 23:56:54'),(5512,4744,'action complete via WP Cron','2020-12-24 07:56:54','2020-12-23 23:56:54'),(5513,4745,'action created','2020-12-24 07:56:54','2020-12-23 23:56:54'),(5514,4745,'action started via WP Cron','2020-12-24 07:59:00','2020-12-23 23:59:00'),(5515,4745,'action complete via WP Cron','2020-12-24 07:59:00','2020-12-23 23:59:00'),(5516,4746,'action created','2020-12-24 07:59:00','2020-12-23 23:59:00'),(5517,4746,'action started via WP Cron','2020-12-24 08:04:49','2020-12-24 00:04:49'),(5518,4746,'action complete via WP Cron','2020-12-24 08:04:49','2020-12-24 00:04:49'),(5519,4747,'action created','2020-12-24 08:04:49','2020-12-24 00:04:49'),(5520,4747,'action started via WP Cron','2020-12-24 08:08:52','2020-12-24 00:08:52'),(5521,4747,'action complete via WP Cron','2020-12-24 08:08:52','2020-12-24 00:08:52'),(5522,4748,'action created','2020-12-24 08:08:53','2020-12-24 00:08:53'),(5523,4748,'action started via WP Cron','2020-12-24 08:12:18','2020-12-24 00:12:18'),(5524,4748,'action complete via WP Cron','2020-12-24 08:12:18','2020-12-24 00:12:18'),(5525,4749,'action created','2020-12-24 08:12:18','2020-12-24 00:12:18'),(5526,4749,'action started via WP Cron','2020-12-24 08:15:28','2020-12-24 00:15:28'),(5527,4749,'action complete via WP Cron','2020-12-24 08:15:28','2020-12-24 00:15:28'),(5528,4750,'action created','2020-12-24 08:15:28','2020-12-24 00:15:28'),(5529,4750,'action started via WP Cron','2020-12-24 08:15:48','2020-12-24 00:15:48'),(5530,4750,'action complete via WP Cron','2020-12-24 08:15:48','2020-12-24 00:15:48'),(5531,4751,'action created','2020-12-24 08:15:48','2020-12-24 00:15:48'),(5532,4751,'action started via WP Cron','2020-12-24 08:17:21','2020-12-24 00:17:21'),(5533,4751,'action complete via WP Cron','2020-12-24 08:17:21','2020-12-24 00:17:21'),(5534,4752,'action created','2020-12-24 08:17:22','2020-12-24 00:17:22'),(5535,4752,'action started via WP Cron','2020-12-24 08:27:31','2020-12-24 00:27:31'),(5536,4752,'action complete via WP Cron','2020-12-24 08:27:31','2020-12-24 00:27:31'),(5537,4753,'action created','2020-12-24 08:27:31','2020-12-24 00:27:31'),(5538,4753,'action started via WP Cron','2020-12-24 08:28:06','2020-12-24 00:28:06'),(5539,4753,'action complete via WP Cron','2020-12-24 08:28:06','2020-12-24 00:28:06'),(5540,4754,'action created','2020-12-24 08:28:06','2020-12-24 00:28:06'),(5541,4754,'action started via WP Cron','2020-12-24 08:32:55','2020-12-24 00:32:55'),(5542,4754,'action complete via WP Cron','2020-12-24 08:32:55','2020-12-24 00:32:55'),(5543,4755,'action created','2020-12-24 08:32:55','2020-12-24 00:32:55'),(5544,4755,'action started via WP Cron','2020-12-24 08:38:30','2020-12-24 00:38:30'),(5545,4755,'action complete via WP Cron','2020-12-24 08:38:30','2020-12-24 00:38:30'),(5546,4756,'action created','2020-12-24 08:38:30','2020-12-24 00:38:30'),(5547,4756,'action started via WP Cron','2020-12-24 08:39:24','2020-12-24 00:39:24'),(5548,4756,'action complete via WP Cron','2020-12-24 08:39:24','2020-12-24 00:39:24'),(5549,4757,'action created','2020-12-24 08:39:24','2020-12-24 00:39:24'),(5550,4757,'action started via WP Cron','2020-12-24 08:40:24','2020-12-24 00:40:24'),(5551,4757,'action complete via WP Cron','2020-12-24 08:40:24','2020-12-24 00:40:24'),(5552,4758,'action created','2020-12-24 08:40:25','2020-12-24 00:40:25'),(5553,4758,'action started via WP Cron','2020-12-24 08:42:27','2020-12-24 00:42:27'),(5554,4758,'action complete via WP Cron','2020-12-24 08:42:27','2020-12-24 00:42:27'),(5555,4759,'action created','2020-12-24 08:42:27','2020-12-24 00:42:27'),(5556,4759,'action started via WP Cron','2020-12-24 08:43:28','2020-12-24 00:43:28'),(5557,4759,'action complete via WP Cron','2020-12-24 08:43:28','2020-12-24 00:43:28'),(5558,4760,'action created','2020-12-24 08:43:28','2020-12-24 00:43:28'),(5559,4760,'action started via WP Cron','2020-12-24 08:44:28','2020-12-24 00:44:28'),(5560,4760,'action complete via WP Cron','2020-12-24 08:44:28','2020-12-24 00:44:28'),(5561,4761,'action created','2020-12-24 08:44:28','2020-12-24 00:44:28'),(5562,4761,'action started via WP Cron','2020-12-24 08:46:31','2020-12-24 00:46:31'),(5563,4761,'action complete via WP Cron','2020-12-24 08:46:31','2020-12-24 00:46:31'),(5564,4762,'action created','2020-12-24 08:46:31','2020-12-24 00:46:31'),(5565,4762,'action started via WP Cron','2020-12-24 08:49:26','2020-12-24 00:49:26'),(5566,4762,'action complete via WP Cron','2020-12-24 08:49:26','2020-12-24 00:49:26'),(5567,4763,'action created','2020-12-24 08:49:26','2020-12-24 00:49:26'),(5568,4763,'action started via WP Cron','2020-12-24 08:53:10','2020-12-24 00:53:10'),(5569,4763,'action complete via WP Cron','2020-12-24 08:53:10','2020-12-24 00:53:10'),(5570,4764,'action created','2020-12-24 08:53:10','2020-12-24 00:53:10'),(5571,4764,'action started via WP Cron','2020-12-24 09:13:33','2020-12-24 01:13:33'),(5572,4764,'action complete via WP Cron','2020-12-24 09:13:33','2020-12-24 01:13:33'),(5573,4765,'action created','2020-12-24 09:13:33','2020-12-24 01:13:33'),(5574,4765,'action started via WP Cron','2020-12-24 09:17:47','2020-12-24 01:17:47'),(5575,4765,'action complete via WP Cron','2020-12-24 09:17:47','2020-12-24 01:17:47'),(5576,4766,'action created','2020-12-24 09:17:47','2020-12-24 01:17:47'),(5577,4766,'action started via WP Cron','2020-12-24 09:20:16','2020-12-24 01:20:16'),(5578,4766,'action complete via WP Cron','2020-12-24 09:20:16','2020-12-24 01:20:16'),(5579,4767,'action created','2020-12-24 09:20:16','2020-12-24 01:20:16'),(5580,4767,'action started via WP Cron','2020-12-24 09:22:05','2020-12-24 01:22:05'),(5581,4767,'action complete via WP Cron','2020-12-24 09:22:05','2020-12-24 01:22:05'),(5582,4768,'action created','2020-12-24 09:28:21','2020-12-24 01:28:21'),(5583,4768,'action started via WP Cron','2020-12-24 09:35:48','2020-12-24 01:35:48'),(5584,4768,'action complete via WP Cron','2020-12-24 09:35:48','2020-12-24 01:35:48'),(5585,4769,'action created','2020-12-24 09:35:48','2020-12-24 01:35:48'),(5586,4769,'action started via WP Cron','2020-12-24 09:36:57','2020-12-24 01:36:57'),(5587,4769,'action complete via WP Cron','2020-12-24 09:36:57','2020-12-24 01:36:57'),(5588,4770,'action created','2020-12-24 09:36:58','2020-12-24 01:36:58'),(5589,4770,'action started via WP Cron','2020-12-24 09:37:58','2020-12-24 01:37:58'),(5590,4770,'action complete via WP Cron','2020-12-24 09:37:58','2020-12-24 01:37:58'),(5591,4771,'action created','2020-12-24 09:37:58','2020-12-24 01:37:58'),(5592,4771,'action started via WP Cron','2020-12-24 09:38:59','2020-12-24 01:38:59'),(5593,4771,'action complete via WP Cron','2020-12-24 09:38:59','2020-12-24 01:38:59'),(5594,4772,'action created','2020-12-24 09:38:59','2020-12-24 01:38:59'),(5595,4772,'action started via WP Cron','2020-12-24 09:40:29','2020-12-24 01:40:29'),(5596,4772,'action complete via WP Cron','2020-12-24 09:40:29','2020-12-24 01:40:29'),(5597,4773,'action created','2020-12-24 09:40:29','2020-12-24 01:40:29'),(5598,4773,'action started via WP Cron','2020-12-24 09:44:35','2020-12-24 01:44:35'),(5599,4773,'action complete via WP Cron','2020-12-24 09:44:35','2020-12-24 01:44:35'),(5600,4774,'action created','2020-12-24 09:44:35','2020-12-24 01:44:35'),(5601,4774,'action started via WP Cron','2020-12-24 09:45:26','2020-12-24 01:45:26'),(5602,4774,'action complete via WP Cron','2020-12-24 09:45:26','2020-12-24 01:45:26'),(5603,4775,'action created','2020-12-24 09:45:26','2020-12-24 01:45:26'),(5604,4775,'action started via WP Cron','2020-12-24 09:45:42','2020-12-24 01:45:42'),(5605,4775,'action complete via WP Cron','2020-12-24 09:45:42','2020-12-24 01:45:42'),(5606,4776,'action created','2020-12-24 09:45:42','2020-12-24 01:45:42'),(5607,4776,'action started via WP Cron','2020-12-24 09:47:30','2020-12-24 01:47:30'),(5608,4776,'action complete via WP Cron','2020-12-24 09:47:30','2020-12-24 01:47:30'),(5609,4777,'action created','2020-12-24 09:47:30','2020-12-24 01:47:30'),(5610,4777,'action started via WP Cron','2020-12-24 09:48:32','2020-12-24 01:48:32'),(5611,4777,'action complete via WP Cron','2020-12-24 09:48:32','2020-12-24 01:48:32'),(5612,4778,'action created','2020-12-24 09:48:32','2020-12-24 01:48:32'),(5613,4778,'action started via WP Cron','2020-12-24 09:50:19','2020-12-24 01:50:19'),(5614,4778,'action complete via WP Cron','2020-12-24 09:50:19','2020-12-24 01:50:19'),(5615,4779,'action created','2020-12-24 09:50:19','2020-12-24 01:50:19'),(5616,4779,'action started via WP Cron','2020-12-24 09:54:47','2020-12-24 01:54:47'),(5617,4779,'action complete via WP Cron','2020-12-24 09:54:47','2020-12-24 01:54:47'),(5618,4780,'action created','2020-12-24 09:54:48','2020-12-24 01:54:48'),(5619,4780,'action started via WP Cron','2020-12-24 09:58:11','2020-12-24 01:58:11'),(5620,4780,'action complete via WP Cron','2020-12-24 09:58:11','2020-12-24 01:58:11'),(5621,4781,'action created','2020-12-24 09:58:11','2020-12-24 01:58:11'),(5622,4781,'action started via WP Cron','2020-12-24 10:02:05','2020-12-24 02:02:05'),(5623,4781,'action complete via WP Cron','2020-12-24 10:02:05','2020-12-24 02:02:05'),(5624,4782,'action created','2020-12-24 10:02:05','2020-12-24 02:02:05'),(5625,4782,'action started via WP Cron','2020-12-24 10:07:13','2020-12-24 02:07:13'),(5626,4782,'action complete via WP Cron','2020-12-24 10:07:13','2020-12-24 02:07:13'),(5627,4783,'action created','2020-12-24 10:07:13','2020-12-24 02:07:13'),(5628,4783,'action started via WP Cron','2020-12-24 10:08:47','2020-12-24 02:08:47'),(5629,4783,'action complete via WP Cron','2020-12-24 10:08:47','2020-12-24 02:08:47'),(5630,4784,'action created','2020-12-24 10:08:47','2020-12-24 02:08:47'),(5631,4784,'action started via WP Cron','2020-12-24 10:13:24','2020-12-24 02:13:24'),(5632,4784,'action complete via WP Cron','2020-12-24 10:13:24','2020-12-24 02:13:24'),(5633,4785,'action created','2020-12-24 10:13:24','2020-12-24 02:13:24'),(5634,4785,'action started via WP Cron','2020-12-24 10:22:25','2020-12-24 02:22:25'),(5635,4785,'action complete via WP Cron','2020-12-24 10:22:25','2020-12-24 02:22:25'),(5636,4786,'action created','2020-12-24 10:22:25','2020-12-24 02:22:25'),(5637,4786,'action started via WP Cron','2020-12-24 10:23:32','2020-12-24 02:23:32'),(5638,4786,'action complete via WP Cron','2020-12-24 10:23:32','2020-12-24 02:23:32'),(5639,4787,'action created','2020-12-24 10:23:33','2020-12-24 02:23:33'),(5640,4787,'action started via WP Cron','2020-12-24 10:23:56','2020-12-24 02:23:56'),(5641,4787,'action complete via WP Cron','2020-12-24 10:23:56','2020-12-24 02:23:56'),(5642,4788,'action created','2020-12-24 10:23:56','2020-12-24 02:23:56'),(5643,4788,'action started via WP Cron','2020-12-24 10:25:34','2020-12-24 02:25:34'),(5644,4788,'action complete via WP Cron','2020-12-24 10:25:34','2020-12-24 02:25:34'),(5645,4789,'action created','2020-12-24 10:25:34','2020-12-24 02:25:34'),(5646,4789,'action started via WP Cron','2020-12-24 10:26:35','2020-12-24 02:26:35'),(5647,4789,'action complete via WP Cron','2020-12-24 10:26:35','2020-12-24 02:26:35'),(5648,4790,'action created','2020-12-24 10:26:35','2020-12-24 02:26:35'),(5649,4790,'action started via WP Cron','2020-12-24 10:27:37','2020-12-24 02:27:37'),(5650,4790,'action complete via WP Cron','2020-12-24 10:27:37','2020-12-24 02:27:37'),(5651,4791,'action created','2020-12-24 10:27:37','2020-12-24 02:27:37'),(5652,4791,'action started via WP Cron','2020-12-24 10:30:57','2020-12-24 02:30:57'),(5653,4791,'action complete via WP Cron','2020-12-24 10:30:57','2020-12-24 02:30:57'),(5654,4792,'action created','2020-12-24 10:30:57','2020-12-24 02:30:57'),(5655,4792,'action started via WP Cron','2020-12-24 10:32:29','2020-12-24 02:32:29'),(5656,4792,'action complete via WP Cron','2020-12-24 10:32:29','2020-12-24 02:32:29'),(5657,4793,'action created','2020-12-24 10:32:29','2020-12-24 02:32:29'),(5658,4793,'action started via WP Cron','2020-12-24 10:35:20','2020-12-24 02:35:20'),(5659,4793,'action complete via WP Cron','2020-12-24 10:35:20','2020-12-24 02:35:20'),(5660,4794,'action created','2020-12-24 10:35:20','2020-12-24 02:35:20'),(5661,4794,'action started via WP Cron','2020-12-24 10:44:38','2020-12-24 02:44:38'),(5662,4794,'action complete via WP Cron','2020-12-24 10:44:38','2020-12-24 02:44:38'),(5663,4795,'action created','2020-12-24 10:44:38','2020-12-24 02:44:38'),(5664,4795,'action started via WP Cron','2020-12-24 10:49:17','2020-12-24 02:49:17'),(5665,4795,'action complete via WP Cron','2020-12-24 10:49:17','2020-12-24 02:49:17'),(5666,4796,'action created','2020-12-24 10:49:17','2020-12-24 02:49:17'),(5667,4796,'action started via WP Cron','2020-12-24 10:49:48','2020-12-24 02:49:48'),(5668,4796,'action complete via WP Cron','2020-12-24 10:49:48','2020-12-24 02:49:48'),(5669,4797,'action created','2020-12-24 10:49:48','2020-12-24 02:49:48'),(5670,4797,'action started via WP Cron','2020-12-24 10:59:38','2020-12-24 02:59:38'),(5671,4797,'action complete via WP Cron','2020-12-24 10:59:38','2020-12-24 02:59:38'),(5672,4798,'action created','2020-12-24 10:59:38','2020-12-24 02:59:38'),(5673,4798,'action started via WP Cron','2020-12-24 11:00:15','2020-12-24 03:00:15'),(5674,4798,'action complete via WP Cron','2020-12-24 11:00:15','2020-12-24 03:00:15'),(5675,4799,'action created','2020-12-24 11:00:15','2020-12-24 03:00:15'),(5676,4799,'action started via WP Cron','2020-12-24 11:01:14','2020-12-24 03:01:14'),(5677,4799,'action complete via WP Cron','2020-12-24 11:01:14','2020-12-24 03:01:14'),(5678,4800,'action created','2020-12-24 11:01:14','2020-12-24 03:01:14'),(5679,4800,'action started via WP Cron','2020-12-24 11:03:06','2020-12-24 03:03:06'),(5680,4800,'action complete via WP Cron','2020-12-24 11:03:06','2020-12-24 03:03:06'),(5681,4801,'action created','2020-12-24 11:03:06','2020-12-24 03:03:06'),(5682,4801,'action started via WP Cron','2020-12-24 11:07:09','2020-12-24 03:07:09'),(5683,4801,'action complete via WP Cron','2020-12-24 11:07:09','2020-12-24 03:07:09'),(5684,4802,'action created','2020-12-24 11:07:09','2020-12-24 03:07:09'),(5685,4802,'action started via WP Cron','2020-12-24 11:16:53','2020-12-24 03:16:53'),(5686,4802,'action complete via WP Cron','2020-12-24 11:16:53','2020-12-24 03:16:53'),(5687,4803,'action created','2020-12-24 11:16:53','2020-12-24 03:16:53'),(5688,4803,'action started via WP Cron','2020-12-24 11:28:13','2020-12-24 03:28:13'),(5689,4803,'action complete via WP Cron','2020-12-24 11:28:13','2020-12-24 03:28:13'),(5690,4804,'action created','2020-12-24 11:28:13','2020-12-24 03:28:13'),(5691,4804,'action started via WP Cron','2020-12-24 11:29:18','2020-12-24 03:29:18'),(5692,4804,'action complete via WP Cron','2020-12-24 11:29:18','2020-12-24 03:29:18'),(5693,4805,'action created','2020-12-24 11:29:18','2020-12-24 03:29:18'),(5694,4805,'action started via WP Cron','2020-12-24 11:29:50','2020-12-24 03:29:50'),(5695,4805,'action complete via WP Cron','2020-12-24 11:29:50','2020-12-24 03:29:50'),(5696,4806,'action created','2020-12-24 11:29:50','2020-12-24 03:29:50'),(5697,4806,'action started via WP Cron','2020-12-24 11:31:04','2020-12-24 03:31:04'),(5698,4806,'action complete via WP Cron','2020-12-24 11:31:04','2020-12-24 03:31:04'),(5699,4807,'action created','2020-12-24 11:31:04','2020-12-24 03:31:04'),(5700,4807,'action started via WP Cron','2020-12-24 11:32:06','2020-12-24 03:32:06'),(5701,4807,'action complete via WP Cron','2020-12-24 11:32:06','2020-12-24 03:32:06'),(5702,4808,'action created','2020-12-24 11:32:06','2020-12-24 03:32:06'),(5703,4808,'action started via WP Cron','2020-12-24 11:32:49','2020-12-24 03:32:49'),(5704,4808,'action complete via WP Cron','2020-12-24 11:32:49','2020-12-24 03:32:49'),(5705,4809,'action created','2020-12-24 11:32:49','2020-12-24 03:32:49'),(5706,4809,'action started via WP Cron','2020-12-24 11:37:34','2020-12-24 03:37:34'),(5707,4809,'action complete via WP Cron','2020-12-24 11:37:34','2020-12-24 03:37:34'),(5708,4810,'action created','2020-12-24 11:37:34','2020-12-24 03:37:34'),(5709,4810,'action started via WP Cron','2020-12-24 11:38:28','2020-12-24 03:38:28'),(5710,4810,'action complete via WP Cron','2020-12-24 11:38:28','2020-12-24 03:38:28'),(5711,4811,'action created','2020-12-24 11:38:28','2020-12-24 03:38:28'),(5712,4811,'action started via WP Cron','2020-12-24 11:39:08','2020-12-24 03:39:08'),(5713,4811,'action complete via WP Cron','2020-12-24 11:39:08','2020-12-24 03:39:08'),(5714,4812,'action created','2020-12-24 11:39:08','2020-12-24 03:39:08'),(5715,4812,'action started via WP Cron','2020-12-24 11:39:43','2020-12-24 03:39:43'),(5716,4812,'action complete via WP Cron','2020-12-24 11:39:43','2020-12-24 03:39:43'),(5717,4813,'action created','2020-12-24 11:39:43','2020-12-24 03:39:43'),(5718,4813,'action started via WP Cron','2020-12-24 11:40:43','2020-12-24 03:40:43'),(5719,4813,'action complete via WP Cron','2020-12-24 11:40:43','2020-12-24 03:40:43'),(5720,4814,'action created','2020-12-24 11:40:43','2020-12-24 03:40:43'),(5721,4814,'action started via WP Cron','2020-12-24 11:41:42','2020-12-24 03:41:42'),(5722,4814,'action complete via WP Cron','2020-12-24 11:41:43','2020-12-24 03:41:43'),(5723,4815,'action created','2020-12-24 11:41:43','2020-12-24 03:41:43'),(5724,4815,'action started via WP Cron','2020-12-24 11:42:42','2020-12-24 03:42:42'),(5725,4815,'action complete via WP Cron','2020-12-24 11:42:42','2020-12-24 03:42:42'),(5726,4816,'action created','2020-12-24 11:42:42','2020-12-24 03:42:42'),(5727,4816,'action started via WP Cron','2020-12-24 11:43:41','2020-12-24 03:43:41'),(5728,4816,'action complete via WP Cron','2020-12-24 11:43:41','2020-12-24 03:43:41'),(5729,4817,'action created','2020-12-24 11:43:41','2020-12-24 03:43:41'),(5730,4817,'action started via WP Cron','2020-12-24 11:44:41','2020-12-24 03:44:41'),(5731,4817,'action complete via WP Cron','2020-12-24 11:44:41','2020-12-24 03:44:41'),(5732,4818,'action created','2020-12-24 11:44:42','2020-12-24 03:44:42'),(5733,4818,'action started via WP Cron','2020-12-24 11:45:42','2020-12-24 03:45:42'),(5734,4818,'action complete via WP Cron','2020-12-24 11:45:42','2020-12-24 03:45:42'),(5735,4819,'action created','2020-12-24 11:45:42','2020-12-24 03:45:42'),(5736,4819,'action started via WP Cron','2020-12-24 11:46:42','2020-12-24 03:46:42'),(5737,4819,'action complete via WP Cron','2020-12-24 11:46:42','2020-12-24 03:46:42'),(5738,4820,'action created','2020-12-24 11:46:42','2020-12-24 03:46:42'),(5739,4820,'action started via WP Cron','2020-12-24 11:47:41','2020-12-24 03:47:41'),(5740,4820,'action complete via WP Cron','2020-12-24 11:47:41','2020-12-24 03:47:41'),(5741,4821,'action created','2020-12-24 11:47:41','2020-12-24 03:47:41'),(5742,4821,'action started via WP Cron','2020-12-24 11:48:43','2020-12-24 03:48:43'),(5743,4821,'action complete via WP Cron','2020-12-24 11:48:43','2020-12-24 03:48:43'),(5744,4822,'action created','2020-12-24 11:48:43','2020-12-24 03:48:43'),(5745,4822,'action started via WP Cron','2020-12-24 11:51:40','2020-12-24 03:51:40'),(5746,4822,'action complete via WP Cron','2020-12-24 11:51:40','2020-12-24 03:51:40'),(5747,4823,'action created','2020-12-24 11:51:40','2020-12-24 03:51:40'),(5748,4823,'action started via WP Cron','2020-12-24 11:53:39','2020-12-24 03:53:39'),(5749,4823,'action complete via WP Cron','2020-12-24 11:53:39','2020-12-24 03:53:39'),(5750,4824,'action created','2020-12-24 11:53:39','2020-12-24 03:53:39'),(5751,4824,'action started via WP Cron','2020-12-24 11:54:29','2020-12-24 03:54:29'),(5752,4824,'action complete via WP Cron','2020-12-24 11:54:29','2020-12-24 03:54:29'),(5753,4825,'action created','2020-12-24 11:54:29','2020-12-24 03:54:29'),(5754,4825,'action started via WP Cron','2020-12-24 12:03:37','2020-12-24 04:03:37'),(5755,4825,'action complete via WP Cron','2020-12-24 12:03:37','2020-12-24 04:03:37'),(5756,4826,'action created','2020-12-24 12:03:38','2020-12-24 04:03:38'),(5757,4826,'action started via WP Cron','2020-12-24 12:05:08','2020-12-24 04:05:08'),(5758,4826,'action complete via WP Cron','2020-12-24 12:05:08','2020-12-24 04:05:08'),(5759,4827,'action created','2020-12-24 12:05:08','2020-12-24 04:05:08'),(5760,4827,'action started via WP Cron','2020-12-24 12:12:59','2020-12-24 04:12:59'),(5761,4827,'action complete via WP Cron','2020-12-24 12:12:59','2020-12-24 04:12:59'),(5762,4828,'action created','2020-12-24 12:12:59','2020-12-24 04:12:59'),(5763,4828,'action started via WP Cron','2020-12-24 12:21:04','2020-12-24 04:21:04'),(5764,4828,'action complete via WP Cron','2020-12-24 12:21:04','2020-12-24 04:21:04'),(5765,4829,'action created','2020-12-24 12:21:04','2020-12-24 04:21:04'),(5766,4829,'action started via WP Cron','2020-12-24 12:28:38','2020-12-24 04:28:38'),(5767,4829,'action complete via WP Cron','2020-12-24 12:28:38','2020-12-24 04:28:38'),(5768,4830,'action created','2020-12-24 12:28:38','2020-12-24 04:28:38'),(5769,4830,'action started via WP Cron','2020-12-24 12:29:53','2020-12-24 04:29:53'),(5770,4830,'action complete via WP Cron','2020-12-24 12:29:53','2020-12-24 04:29:53'),(5771,4831,'action created','2020-12-24 12:29:53','2020-12-24 04:29:53'),(5772,4831,'action started via WP Cron','2020-12-24 12:33:08','2020-12-24 04:33:08'),(5773,4831,'action complete via WP Cron','2020-12-24 12:33:08','2020-12-24 04:33:08'),(5774,4832,'action created','2020-12-24 12:33:08','2020-12-24 04:33:08'),(5775,4832,'action started via WP Cron','2020-12-24 12:34:02','2020-12-24 04:34:02'),(5776,4832,'action complete via WP Cron','2020-12-24 12:34:02','2020-12-24 04:34:02'),(5777,4833,'action created','2020-12-24 12:34:02','2020-12-24 04:34:02'),(5778,4833,'action started via WP Cron','2020-12-24 12:35:03','2020-12-24 04:35:03'),(5779,4833,'action complete via WP Cron','2020-12-24 12:35:03','2020-12-24 04:35:03'),(5780,4834,'action created','2020-12-24 12:35:03','2020-12-24 04:35:03'),(5781,4834,'action started via WP Cron','2020-12-24 12:37:05','2020-12-24 04:37:05'),(5782,4834,'action complete via WP Cron','2020-12-24 12:37:05','2020-12-24 04:37:05'),(5783,4835,'action created','2020-12-24 12:37:05','2020-12-24 04:37:05'),(5784,4835,'action started via WP Cron','2020-12-24 12:38:11','2020-12-24 04:38:11'),(5785,4835,'action complete via WP Cron','2020-12-24 12:38:11','2020-12-24 04:38:11'),(5786,4836,'action created','2020-12-24 12:38:11','2020-12-24 04:38:11'),(5787,4836,'action started via WP Cron','2020-12-24 12:39:07','2020-12-24 04:39:07'),(5788,4836,'action complete via WP Cron','2020-12-24 12:39:08','2020-12-24 04:39:08'),(5789,4837,'action created','2020-12-24 12:39:08','2020-12-24 04:39:08'),(5790,4837,'action started via WP Cron','2020-12-24 12:42:31','2020-12-24 04:42:31'),(5791,4837,'action complete via WP Cron','2020-12-24 12:42:31','2020-12-24 04:42:31'),(5792,4838,'action created','2020-12-24 12:42:31','2020-12-24 04:42:31'),(5793,4838,'action started via WP Cron','2020-12-24 12:47:00','2020-12-24 04:47:00'),(5794,4838,'action complete via WP Cron','2020-12-24 12:47:00','2020-12-24 04:47:00'),(5795,4839,'action created','2020-12-24 12:47:00','2020-12-24 04:47:00'),(5796,4839,'action started via WP Cron','2020-12-24 12:49:03','2020-12-24 04:49:03'),(5797,4839,'action complete via WP Cron','2020-12-24 12:49:03','2020-12-24 04:49:03'),(5798,4840,'action created','2020-12-24 12:49:03','2020-12-24 04:49:03'),(5799,4840,'action started via WP Cron','2020-12-24 12:49:42','2020-12-24 04:49:42'),(5800,4840,'action complete via WP Cron','2020-12-24 12:49:42','2020-12-24 04:49:42'),(5801,4841,'action created','2020-12-24 12:49:42','2020-12-24 04:49:42'),(5802,4841,'action started via WP Cron','2020-12-24 12:50:43','2020-12-24 04:50:43'),(5803,4841,'action complete via WP Cron','2020-12-24 12:50:43','2020-12-24 04:50:43'),(5804,4842,'action created','2020-12-24 12:50:43','2020-12-24 04:50:43'),(5805,4842,'action started via WP Cron','2020-12-24 12:51:44','2020-12-24 04:51:44'),(5806,4842,'action complete via WP Cron','2020-12-24 12:51:44','2020-12-24 04:51:44'),(5807,4843,'action created','2020-12-24 12:51:44','2020-12-24 04:51:44'),(5808,4843,'action started via WP Cron','2020-12-24 12:52:46','2020-12-24 04:52:46'),(5809,4843,'action complete via WP Cron','2020-12-24 12:52:46','2020-12-24 04:52:46'),(5810,4844,'action created','2020-12-24 12:52:46','2020-12-24 04:52:46'),(5811,4844,'action started via WP Cron','2020-12-24 12:54:34','2020-12-24 04:54:34'),(5812,4844,'action complete via WP Cron','2020-12-24 12:54:34','2020-12-24 04:54:34'),(5813,4845,'action created','2020-12-24 12:54:34','2020-12-24 04:54:34'),(5814,4845,'action started via WP Cron','2020-12-24 12:55:08','2020-12-24 04:55:08'),(5815,4845,'action complete via WP Cron','2020-12-24 12:55:08','2020-12-24 04:55:08'),(5816,4846,'action created','2020-12-24 12:55:08','2020-12-24 04:55:08'),(5817,4846,'action started via WP Cron','2020-12-24 12:56:54','2020-12-24 04:56:54'),(5818,4846,'action complete via WP Cron','2020-12-24 12:56:54','2020-12-24 04:56:54'),(5819,4847,'action created','2020-12-24 12:56:54','2020-12-24 04:56:54'),(5820,4847,'action started via WP Cron','2020-12-24 12:58:53','2020-12-24 04:58:53'),(5821,4847,'action complete via WP Cron','2020-12-24 12:58:53','2020-12-24 04:58:53'),(5822,4848,'action created','2020-12-24 12:58:53','2020-12-24 04:58:53'),(5823,4848,'action started via WP Cron','2020-12-24 13:02:19','2020-12-24 05:02:19'),(5824,4848,'action complete via WP Cron','2020-12-24 13:02:19','2020-12-24 05:02:19'),(5825,4849,'action created','2020-12-24 13:02:19','2020-12-24 05:02:19'),(5826,4849,'action started via WP Cron','2020-12-24 13:06:11','2020-12-24 05:06:11'),(5827,4849,'action complete via WP Cron','2020-12-24 13:06:11','2020-12-24 05:06:11'),(5828,4850,'action created','2020-12-24 13:06:11','2020-12-24 05:06:11'),(5829,4850,'action started via WP Cron','2020-12-24 13:11:43','2020-12-24 05:11:43'),(5830,4850,'action complete via WP Cron','2020-12-24 13:11:43','2020-12-24 05:11:43'),(5831,4851,'action created','2020-12-24 13:11:43','2020-12-24 05:11:43'),(5832,4851,'action started via WP Cron','2020-12-24 13:16:52','2020-12-24 05:16:52'),(5833,4851,'action complete via WP Cron','2020-12-24 13:16:52','2020-12-24 05:16:52'),(5834,4852,'action created','2020-12-24 13:16:53','2020-12-24 05:16:53'),(5835,4852,'action started via WP Cron','2020-12-24 13:22:49','2020-12-24 05:22:49'),(5836,4852,'action complete via WP Cron','2020-12-24 13:22:49','2020-12-24 05:22:49'),(5837,4853,'action created','2020-12-24 13:22:49','2020-12-24 05:22:49'),(5838,4853,'action started via WP Cron','2020-12-24 13:24:57','2020-12-24 05:24:57'),(5839,4853,'action complete via WP Cron','2020-12-24 13:24:57','2020-12-24 05:24:57'),(5840,4854,'action created','2020-12-24 13:24:57','2020-12-24 05:24:57'),(5841,4854,'action started via WP Cron','2020-12-24 13:25:48','2020-12-24 05:25:48'),(5842,4854,'action complete via WP Cron','2020-12-24 13:25:48','2020-12-24 05:25:48'),(5843,4855,'action created','2020-12-24 13:25:48','2020-12-24 05:25:48'),(5844,4855,'action started via WP Cron','2020-12-24 13:29:44','2020-12-24 05:29:44'),(5845,4855,'action complete via WP Cron','2020-12-24 13:29:44','2020-12-24 05:29:44'),(5846,4856,'action created','2020-12-24 13:29:44','2020-12-24 05:29:44'),(5847,4856,'action started via WP Cron','2020-12-24 13:35:58','2020-12-24 05:35:58'),(5848,4856,'action complete via WP Cron','2020-12-24 13:35:58','2020-12-24 05:35:58'),(5849,4857,'action created','2020-12-24 13:35:58','2020-12-24 05:35:58'),(5850,4857,'action started via WP Cron','2020-12-24 13:36:46','2020-12-24 05:36:46'),(5851,4857,'action complete via WP Cron','2020-12-24 13:36:46','2020-12-24 05:36:46'),(5852,4858,'action created','2020-12-24 13:36:46','2020-12-24 05:36:46'),(5853,4858,'action started via WP Cron','2020-12-24 13:38:37','2020-12-24 05:38:37'),(5854,4858,'action complete via WP Cron','2020-12-24 13:38:37','2020-12-24 05:38:37'),(5855,4859,'action created','2020-12-24 13:38:37','2020-12-24 05:38:37'),(5856,4859,'action started via WP Cron','2020-12-24 13:39:57','2020-12-24 05:39:57'),(5857,4859,'action complete via WP Cron','2020-12-24 13:39:57','2020-12-24 05:39:57'),(5858,4860,'action created','2020-12-24 13:39:57','2020-12-24 05:39:57'),(5859,4860,'action started via WP Cron','2020-12-24 13:42:08','2020-12-24 05:42:08'),(5860,4860,'action complete via WP Cron','2020-12-24 13:42:08','2020-12-24 05:42:08'),(5861,4861,'action created','2020-12-24 13:42:08','2020-12-24 05:42:08'),(5862,4861,'action started via WP Cron','2020-12-24 13:43:19','2020-12-24 05:43:19'),(5863,4861,'action complete via WP Cron','2020-12-24 13:43:19','2020-12-24 05:43:19'),(5864,4862,'action created','2020-12-24 13:43:20','2020-12-24 05:43:20'),(5865,4862,'action started via WP Cron','2020-12-24 13:44:37','2020-12-24 05:44:37'),(5866,4862,'action complete via WP Cron','2020-12-24 13:44:37','2020-12-24 05:44:37'),(5867,4863,'action created','2020-12-24 13:44:37','2020-12-24 05:44:37'),(5868,4863,'action started via WP Cron','2020-12-24 13:44:48','2020-12-24 05:44:48'),(5869,4863,'action complete via WP Cron','2020-12-24 13:44:48','2020-12-24 05:44:48'),(5870,4864,'action created','2020-12-24 13:44:49','2020-12-24 05:44:49'),(5871,4864,'action started via WP Cron','2020-12-24 13:47:23','2020-12-24 05:47:23'),(5872,4864,'action complete via WP Cron','2020-12-24 13:47:23','2020-12-24 05:47:23'),(5873,4865,'action created','2020-12-24 13:47:23','2020-12-24 05:47:23'),(5874,4865,'action started via WP Cron','2020-12-24 13:47:50','2020-12-24 05:47:50'),(5875,4865,'action complete via WP Cron','2020-12-24 13:47:50','2020-12-24 05:47:50'),(5876,4866,'action created','2020-12-24 13:47:50','2020-12-24 05:47:50'),(5877,4866,'action started via WP Cron','2020-12-24 13:55:17','2020-12-24 05:55:17'),(5878,4866,'action complete via WP Cron','2020-12-24 13:55:17','2020-12-24 05:55:17'),(5879,4867,'action created','2020-12-24 13:55:17','2020-12-24 05:55:17'),(5880,4867,'action started via WP Cron','2020-12-24 14:00:02','2020-12-24 06:00:02'),(5881,4867,'action complete via WP Cron','2020-12-24 14:00:03','2020-12-24 06:00:03'),(5882,4868,'action created','2020-12-24 14:04:24','2020-12-24 06:04:24'),(5883,4868,'action started via WP Cron','2020-12-24 14:07:47','2020-12-24 06:07:47'),(5884,4868,'action complete via WP Cron','2020-12-24 14:07:47','2020-12-24 06:07:47'),(5885,4869,'action created','2020-12-24 14:07:47','2020-12-24 06:07:47'),(5886,4869,'action started via WP Cron','2020-12-24 14:10:40','2020-12-24 06:10:40'),(5887,4869,'action complete via WP Cron','2020-12-24 14:10:40','2020-12-24 06:10:40'),(5888,4870,'action created','2020-12-24 14:10:40','2020-12-24 06:10:40'),(5889,4870,'action started via WP Cron','2020-12-24 14:15:46','2020-12-24 06:15:46'),(5890,4870,'action complete via WP Cron','2020-12-24 14:15:46','2020-12-24 06:15:46'),(5891,4871,'action created','2020-12-24 14:15:46','2020-12-24 06:15:46'),(5892,4871,'action started via WP Cron','2020-12-24 14:18:17','2020-12-24 06:18:17'),(5893,4871,'action complete via WP Cron','2020-12-24 14:18:17','2020-12-24 06:18:17'),(5894,4872,'action created','2020-12-24 14:18:17','2020-12-24 06:18:17'),(5895,4872,'action started via WP Cron','2020-12-24 14:18:46','2020-12-24 06:18:46'),(5896,4872,'action complete via WP Cron','2020-12-24 14:18:46','2020-12-24 06:18:46'),(5897,4873,'action created','2020-12-24 14:18:46','2020-12-24 06:18:46'),(5898,4873,'action started via WP Cron','2020-12-24 14:20:17','2020-12-24 06:20:17'),(5899,4873,'action complete via WP Cron','2020-12-24 14:20:17','2020-12-24 06:20:17'),(5900,4874,'action created','2020-12-24 14:20:17','2020-12-24 06:20:17'),(5901,4874,'action started via WP Cron','2020-12-24 14:21:31','2020-12-24 06:21:31'),(5902,4874,'action complete via WP Cron','2020-12-24 14:21:31','2020-12-24 06:21:31'),(5903,4875,'action created','2020-12-24 14:21:31','2020-12-24 06:21:31'),(5904,4875,'action started via WP Cron','2020-12-24 14:23:34','2020-12-24 06:23:34'),(5905,4875,'action complete via WP Cron','2020-12-24 14:23:34','2020-12-24 06:23:34'),(5906,4876,'action created','2020-12-24 14:23:34','2020-12-24 06:23:34'),(5907,4876,'action started via WP Cron','2020-12-24 14:24:34','2020-12-24 06:24:34'),(5908,4876,'action complete via WP Cron','2020-12-24 14:24:34','2020-12-24 06:24:34'),(5909,4877,'action created','2020-12-24 14:24:34','2020-12-24 06:24:34'),(5910,4877,'action started via WP Cron','2020-12-24 14:25:22','2020-12-24 06:25:22'),(5911,4877,'action complete via WP Cron','2020-12-24 14:25:22','2020-12-24 06:25:22'),(5912,4878,'action created','2020-12-24 14:25:22','2020-12-24 06:25:22'),(5913,4878,'action started via WP Cron','2020-12-24 14:25:57','2020-12-24 06:25:57'),(5914,4878,'action complete via WP Cron','2020-12-24 14:25:57','2020-12-24 06:25:57'),(5915,4879,'action created','2020-12-24 14:25:57','2020-12-24 06:25:57'),(5916,4879,'action started via WP Cron','2020-12-24 14:27:12','2020-12-24 06:27:12'),(5917,4879,'action complete via WP Cron','2020-12-24 14:27:12','2020-12-24 06:27:12'),(5918,4880,'action created','2020-12-24 14:27:13','2020-12-24 06:27:13'),(5919,4880,'action started via WP Cron','2020-12-24 14:28:13','2020-12-24 06:28:13'),(5920,4880,'action complete via WP Cron','2020-12-24 14:28:13','2020-12-24 06:28:13'),(5921,4881,'action created','2020-12-24 14:28:13','2020-12-24 06:28:13'),(5922,4881,'action started via WP Cron','2020-12-24 14:29:31','2020-12-24 06:29:31'),(5923,4881,'action complete via WP Cron','2020-12-24 14:29:31','2020-12-24 06:29:31'),(5924,4882,'action created','2020-12-24 14:29:31','2020-12-24 06:29:31'),(5925,4882,'action started via WP Cron','2020-12-24 14:33:45','2020-12-24 06:33:45'),(5926,4882,'action complete via WP Cron','2020-12-24 14:33:45','2020-12-24 06:33:45'),(5927,4883,'action created','2020-12-24 14:33:46','2020-12-24 06:33:46'),(5928,4883,'action started via WP Cron','2020-12-24 14:37:19','2020-12-24 06:37:19'),(5929,4883,'action complete via WP Cron','2020-12-24 14:37:19','2020-12-24 06:37:19'),(5930,4884,'action created','2020-12-24 14:37:19','2020-12-24 06:37:19'),(5931,4884,'action started via WP Cron','2020-12-24 14:38:09','2020-12-24 06:38:09'),(5932,4884,'action complete via WP Cron','2020-12-24 14:38:09','2020-12-24 06:38:09'),(5933,4885,'action created','2020-12-24 14:38:09','2020-12-24 06:38:09'),(5934,4885,'action started via WP Cron','2020-12-24 14:38:54','2020-12-24 06:38:54'),(5935,4885,'action complete via WP Cron','2020-12-24 14:38:54','2020-12-24 06:38:54'),(5936,4886,'action created','2020-12-24 14:38:54','2020-12-24 06:38:54'),(5937,4886,'action started via WP Cron','2020-12-24 14:41:58','2020-12-24 06:41:58'),(5938,4886,'action complete via WP Cron','2020-12-24 14:41:58','2020-12-24 06:41:58'),(5939,4887,'action created','2020-12-24 14:41:59','2020-12-24 06:41:59'),(5940,4887,'action started via WP Cron','2020-12-24 14:43:47','2020-12-24 06:43:47'),(5941,4887,'action complete via WP Cron','2020-12-24 14:43:47','2020-12-24 06:43:47'),(5942,4888,'action created','2020-12-24 14:43:47','2020-12-24 06:43:47'),(5943,4888,'action started via WP Cron','2020-12-24 14:44:52','2020-12-24 06:44:52'),(5944,4888,'action complete via WP Cron','2020-12-24 14:44:52','2020-12-24 06:44:52'),(5945,4889,'action created','2020-12-24 14:44:52','2020-12-24 06:44:52'),(5946,4889,'action started via WP Cron','2020-12-24 14:49:41','2020-12-24 06:49:41'),(5947,4889,'action complete via WP Cron','2020-12-24 14:49:41','2020-12-24 06:49:41'),(5948,4890,'action created','2020-12-24 14:49:42','2020-12-24 06:49:42'),(5949,4890,'action started via WP Cron','2020-12-24 14:50:44','2020-12-24 06:50:44'),(5950,4890,'action complete via WP Cron','2020-12-24 14:50:44','2020-12-24 06:50:44'),(5951,4891,'action created','2020-12-24 14:50:44','2020-12-24 06:50:44'),(5952,4891,'action started via WP Cron','2020-12-24 14:55:34','2020-12-24 06:55:34'),(5953,4891,'action complete via WP Cron','2020-12-24 14:55:34','2020-12-24 06:55:34'),(5954,4892,'action created','2020-12-24 14:55:34','2020-12-24 06:55:34'),(5955,4892,'action started via WP Cron','2020-12-24 14:57:40','2020-12-24 06:57:40'),(5956,4892,'action complete via WP Cron','2020-12-24 14:57:40','2020-12-24 06:57:40'),(5957,4893,'action created','2020-12-24 14:57:40','2020-12-24 06:57:40'),(5958,4893,'action started via WP Cron','2020-12-24 15:01:44','2020-12-24 07:01:44'),(5959,4893,'action complete via WP Cron','2020-12-24 15:01:44','2020-12-24 07:01:44'),(5960,4894,'action created','2020-12-24 15:01:44','2020-12-24 07:01:44'),(5961,4894,'action started via WP Cron','2020-12-24 15:02:48','2020-12-24 07:02:48'),(5962,4894,'action complete via WP Cron','2020-12-24 15:02:48','2020-12-24 07:02:48'),(5963,4895,'action created','2020-12-24 15:02:48','2020-12-24 07:02:48'),(5964,4895,'action started via WP Cron','2020-12-24 15:04:35','2020-12-24 07:04:35'),(5965,4895,'action complete via WP Cron','2020-12-24 15:04:35','2020-12-24 07:04:35'),(5966,4896,'action created','2020-12-24 15:04:35','2020-12-24 07:04:35'),(5967,4896,'action started via WP Cron','2020-12-24 15:09:43','2020-12-24 07:09:43'),(5968,4896,'action complete via WP Cron','2020-12-24 15:09:43','2020-12-24 07:09:43'),(5969,4897,'action created','2020-12-24 15:09:43','2020-12-24 07:09:43'),(5970,4897,'action started via WP Cron','2020-12-24 15:11:47','2020-12-24 07:11:47'),(5971,4897,'action complete via WP Cron','2020-12-24 15:11:47','2020-12-24 07:11:47'),(5972,4898,'action created','2020-12-24 15:11:47','2020-12-24 07:11:47'),(5973,4898,'action started via WP Cron','2020-12-24 15:19:03','2020-12-24 07:19:03'),(5974,4898,'action complete via WP Cron','2020-12-24 15:19:03','2020-12-24 07:19:03'),(5975,4899,'action created','2020-12-24 15:19:03','2020-12-24 07:19:03'),(5976,4899,'action started via WP Cron','2020-12-24 15:21:13','2020-12-24 07:21:13'),(5977,4899,'action complete via WP Cron','2020-12-24 15:21:13','2020-12-24 07:21:13'),(5978,4900,'action created','2020-12-24 15:23:38','2020-12-24 07:23:38'),(5979,4900,'action started via WP Cron','2020-12-24 15:26:03','2020-12-24 07:26:03'),(5980,4900,'action complete via WP Cron','2020-12-24 15:26:03','2020-12-24 07:26:03'),(5981,4901,'action created','2020-12-24 15:26:03','2020-12-24 07:26:03'),(5982,4901,'action started via WP Cron','2020-12-24 15:26:44','2020-12-24 07:26:44'),(5983,4901,'action complete via WP Cron','2020-12-24 15:26:44','2020-12-24 07:26:44'),(5984,4902,'action created','2020-12-24 15:26:44','2020-12-24 07:26:44'),(5985,4902,'action started via WP Cron','2020-12-24 15:28:22','2020-12-24 07:28:22'),(5986,4902,'action complete via WP Cron','2020-12-24 15:28:22','2020-12-24 07:28:22'),(5987,4903,'action created','2020-12-24 15:28:22','2020-12-24 07:28:22'),(5988,4903,'action started via WP Cron','2020-12-24 15:28:43','2020-12-24 07:28:43'),(5989,4903,'action complete via WP Cron','2020-12-24 15:28:43','2020-12-24 07:28:43'),(5990,4904,'action created','2020-12-24 15:28:43','2020-12-24 07:28:43'),(5991,4904,'action started via WP Cron','2020-12-24 15:29:44','2020-12-24 07:29:44'),(5992,4904,'action complete via WP Cron','2020-12-24 15:29:44','2020-12-24 07:29:44'),(5993,4905,'action created','2020-12-24 15:29:44','2020-12-24 07:29:44'),(5994,4905,'action started via WP Cron','2020-12-24 15:30:45','2020-12-24 07:30:45'),(5995,4905,'action complete via WP Cron','2020-12-24 15:30:45','2020-12-24 07:30:45'),(5996,4906,'action created','2020-12-24 15:30:45','2020-12-24 07:30:45'),(5997,4906,'action started via WP Cron','2020-12-24 15:35:33','2020-12-24 07:35:33'),(5998,4906,'action complete via WP Cron','2020-12-24 15:35:33','2020-12-24 07:35:33'),(5999,4907,'action created','2020-12-24 15:35:33','2020-12-24 07:35:33'),(6000,4907,'action started via WP Cron','2020-12-24 15:37:32','2020-12-24 07:37:32'),(6001,4907,'action complete via WP Cron','2020-12-24 15:37:32','2020-12-24 07:37:32'),(6002,4908,'action created','2020-12-24 15:37:32','2020-12-24 07:37:32'),(6003,4908,'action started via WP Cron','2020-12-24 15:40:29','2020-12-24 07:40:29'),(6004,4908,'action complete via WP Cron','2020-12-24 15:40:29','2020-12-24 07:40:29'),(6005,4909,'action created','2020-12-24 15:40:29','2020-12-24 07:40:29'),(6006,4909,'action started via WP Cron','2020-12-24 15:46:14','2020-12-24 07:46:14'),(6007,4909,'action complete via WP Cron','2020-12-24 15:46:14','2020-12-24 07:46:14'),(6008,4910,'action created','2020-12-24 15:46:14','2020-12-24 07:46:14'),(6009,4910,'action started via WP Cron','2020-12-24 15:47:32','2020-12-24 07:47:32'),(6010,4910,'action complete via WP Cron','2020-12-24 15:47:32','2020-12-24 07:47:32'),(6011,4911,'action created','2020-12-24 15:47:32','2020-12-24 07:47:32'),(6012,4911,'action started via WP Cron','2020-12-24 15:52:23','2020-12-24 07:52:23'),(6013,4911,'action complete via WP Cron','2020-12-24 15:52:23','2020-12-24 07:52:23'),(6014,4912,'action created','2020-12-24 15:52:23','2020-12-24 07:52:23'),(6015,4912,'action started via WP Cron','2020-12-24 15:52:54','2020-12-24 07:52:54'),(6016,4912,'action complete via WP Cron','2020-12-24 15:52:54','2020-12-24 07:52:54'),(6017,4913,'action created','2020-12-24 15:52:54','2020-12-24 07:52:54'),(6018,4913,'action started via WP Cron','2020-12-24 15:54:43','2020-12-24 07:54:43'),(6019,4913,'action complete via WP Cron','2020-12-24 15:54:43','2020-12-24 07:54:43'),(6020,4914,'action created','2020-12-24 15:54:43','2020-12-24 07:54:43'),(6021,4914,'action started via WP Cron','2020-12-24 16:00:17','2020-12-24 08:00:17'),(6022,4914,'action complete via WP Cron','2020-12-24 16:00:17','2020-12-24 08:00:17'),(6023,4915,'action created','2020-12-24 16:00:18','2020-12-24 08:00:18'),(6024,4915,'action started via WP Cron','2020-12-24 16:00:42','2020-12-24 08:00:42'),(6025,4915,'action complete via WP Cron','2020-12-24 16:00:42','2020-12-24 08:00:42'),(6026,4916,'action created','2020-12-24 16:00:42','2020-12-24 08:00:42'),(6027,4916,'action started via WP Cron','2020-12-24 16:01:57','2020-12-24 08:01:57'),(6028,4916,'action complete via WP Cron','2020-12-24 16:01:57','2020-12-24 08:01:57'),(6029,4917,'action created','2020-12-24 16:01:57','2020-12-24 08:01:57'),(6030,4917,'action started via WP Cron','2020-12-24 16:03:09','2020-12-24 08:03:09'),(6031,4917,'action complete via WP Cron','2020-12-24 16:03:09','2020-12-24 08:03:09'),(6032,4918,'action created','2020-12-24 16:03:09','2020-12-24 08:03:09'),(6033,4918,'action started via WP Cron','2020-12-24 16:04:17','2020-12-24 08:04:17'),(6034,4918,'action complete via WP Cron','2020-12-24 16:04:17','2020-12-24 08:04:17'),(6035,4919,'action created','2020-12-24 16:04:17','2020-12-24 08:04:17'),(6036,4919,'action started via WP Cron','2020-12-24 16:07:20','2020-12-24 08:07:20'),(6037,4919,'action complete via WP Cron','2020-12-24 16:07:20','2020-12-24 08:07:20'),(6038,4920,'action created','2020-12-24 16:07:21','2020-12-24 08:07:21'),(6039,4920,'action started via WP Cron','2020-12-24 16:16:27','2020-12-24 08:16:27'),(6040,4920,'action complete via WP Cron','2020-12-24 16:16:27','2020-12-24 08:16:27'),(6041,4921,'action created','2020-12-24 16:16:27','2020-12-24 08:16:27'),(6042,4921,'action started via WP Cron','2020-12-24 16:17:56','2020-12-24 08:17:56'),(6043,4921,'action complete via WP Cron','2020-12-24 16:17:56','2020-12-24 08:17:56'),(6044,4922,'action created','2020-12-24 16:17:56','2020-12-24 08:17:56'),(6045,4922,'action started via WP Cron','2020-12-24 16:19:13','2020-12-24 08:19:13'),(6046,4922,'action complete via WP Cron','2020-12-24 16:19:13','2020-12-24 08:19:13'),(6047,4923,'action created','2020-12-24 16:19:13','2020-12-24 08:19:13'),(6048,4923,'action started via WP Cron','2020-12-24 16:24:31','2020-12-24 08:24:31'),(6049,4923,'action complete via WP Cron','2020-12-24 16:24:31','2020-12-24 08:24:31'),(6050,4924,'action created','2020-12-24 16:24:32','2020-12-24 08:24:32'),(6051,4924,'action started via WP Cron','2020-12-24 16:25:18','2020-12-24 08:25:18'),(6052,4924,'action complete via WP Cron','2020-12-24 16:25:18','2020-12-24 08:25:18'),(6053,4925,'action created','2020-12-24 16:25:18','2020-12-24 08:25:18'),(6054,4925,'action started via WP Cron','2020-12-24 16:25:57','2020-12-24 08:25:57'),(6055,4925,'action complete via WP Cron','2020-12-24 16:25:57','2020-12-24 08:25:57'),(6056,4926,'action created','2020-12-24 16:25:57','2020-12-24 08:25:57'),(6057,4926,'action started via WP Cron','2020-12-24 16:26:41','2020-12-24 08:26:41'),(6058,4926,'action complete via WP Cron','2020-12-24 16:26:41','2020-12-24 08:26:41'),(6059,4927,'action created','2020-12-24 16:26:41','2020-12-24 08:26:41'),(6060,4927,'action started via WP Cron','2020-12-24 16:30:43','2020-12-24 08:30:43'),(6061,4927,'action complete via WP Cron','2020-12-24 16:30:43','2020-12-24 08:30:43'),(6062,4928,'action created','2020-12-24 16:30:43','2020-12-24 08:30:43'),(6063,4928,'action started via WP Cron','2020-12-24 16:31:45','2020-12-24 08:31:45'),(6064,4928,'action complete via WP Cron','2020-12-24 16:31:45','2020-12-24 08:31:45'),(6065,4929,'action created','2020-12-24 16:31:45','2020-12-24 08:31:45'),(6066,4929,'action started via WP Cron','2020-12-24 16:32:46','2020-12-24 08:32:46'),(6067,4929,'action complete via WP Cron','2020-12-24 16:32:46','2020-12-24 08:32:46'),(6068,4930,'action created','2020-12-24 16:32:46','2020-12-24 08:32:46'),(6069,4930,'action started via WP Cron','2020-12-24 16:33:47','2020-12-24 08:33:47'),(6070,4930,'action complete via WP Cron','2020-12-24 16:33:47','2020-12-24 08:33:47'),(6071,4931,'action created','2020-12-24 16:33:47','2020-12-24 08:33:47'),(6072,4931,'action started via WP Cron','2020-12-24 16:34:48','2020-12-24 08:34:48'),(6073,4931,'action complete via WP Cron','2020-12-24 16:34:48','2020-12-24 08:34:48'),(6074,4932,'action created','2020-12-24 16:34:48','2020-12-24 08:34:48'),(6075,4932,'action started via WP Cron','2020-12-24 16:35:44','2020-12-24 08:35:44'),(6076,4932,'action complete via WP Cron','2020-12-24 16:35:44','2020-12-24 08:35:44'),(6077,4933,'action created','2020-12-24 16:35:44','2020-12-24 08:35:44'),(6078,4933,'action started via WP Cron','2020-12-24 16:40:33','2020-12-24 08:40:33'),(6079,4933,'action complete via WP Cron','2020-12-24 16:40:33','2020-12-24 08:40:33'),(6080,4934,'action created','2020-12-24 16:40:33','2020-12-24 08:40:33'),(6081,4934,'action started via WP Cron','2020-12-24 16:41:07','2020-12-24 08:41:07'),(6082,4934,'action complete via WP Cron','2020-12-24 16:41:07','2020-12-24 08:41:07'),(6083,4935,'action created','2020-12-24 16:41:07','2020-12-24 08:41:07'),(6084,4935,'action started via WP Cron','2020-12-24 16:45:09','2020-12-24 08:45:09'),(6085,4935,'action complete via WP Cron','2020-12-24 16:45:09','2020-12-24 08:45:09'),(6086,4936,'action created','2020-12-24 16:45:09','2020-12-24 08:45:09'),(6087,4936,'action started via WP Cron','2020-12-24 16:45:56','2020-12-24 08:45:56'),(6088,4936,'action complete via WP Cron','2020-12-24 16:45:56','2020-12-24 08:45:56'),(6089,4937,'action created','2020-12-24 16:45:57','2020-12-24 08:45:57'),(6090,4937,'action started via WP Cron','2020-12-24 16:51:40','2020-12-24 08:51:40'),(6091,4937,'action complete via WP Cron','2020-12-24 16:51:40','2020-12-24 08:51:40'),(6092,4938,'action created','2020-12-24 16:51:40','2020-12-24 08:51:40'),(6093,4938,'action started via WP Cron','2020-12-24 16:53:27','2020-12-24 08:53:27'),(6094,4938,'action complete via WP Cron','2020-12-24 16:53:27','2020-12-24 08:53:27'),(6095,4939,'action created','2020-12-24 16:53:28','2020-12-24 08:53:28'),(6096,4939,'action started via WP Cron','2020-12-24 16:54:12','2020-12-24 08:54:12'),(6097,4939,'action complete via WP Cron','2020-12-24 16:54:12','2020-12-24 08:54:12'),(6098,4940,'action created','2020-12-24 16:54:12','2020-12-24 08:54:12'),(6099,4940,'action started via WP Cron','2020-12-24 16:54:42','2020-12-24 08:54:42'),(6100,4940,'action complete via WP Cron','2020-12-24 16:54:42','2020-12-24 08:54:42'),(6101,4941,'action created','2020-12-24 16:54:43','2020-12-24 08:54:43'),(6102,4941,'action started via WP Cron','2020-12-24 16:58:00','2020-12-24 08:58:00'),(6103,4941,'action complete via WP Cron','2020-12-24 16:58:00','2020-12-24 08:58:00'),(6104,4942,'action created','2020-12-24 16:58:00','2020-12-24 08:58:00'),(6105,4942,'action started via WP Cron','2020-12-24 16:59:41','2020-12-24 08:59:41'),(6106,4942,'action complete via WP Cron','2020-12-24 16:59:41','2020-12-24 08:59:41'),(6107,4943,'action created','2020-12-24 16:59:41','2020-12-24 08:59:41'),(6108,4943,'action started via WP Cron','2020-12-24 17:00:43','2020-12-24 09:00:43'),(6109,4943,'action complete via WP Cron','2020-12-24 17:00:43','2020-12-24 09:00:43'),(6110,4944,'action created','2020-12-24 17:00:43','2020-12-24 09:00:43'),(6111,4944,'action started via WP Cron','2020-12-24 17:01:54','2020-12-24 09:01:54'),(6112,4944,'action complete via WP Cron','2020-12-24 17:01:54','2020-12-24 09:01:54'),(6113,4945,'action created','2020-12-24 17:01:54','2020-12-24 09:01:54'),(6114,4945,'action started via WP Cron','2020-12-24 17:07:07','2020-12-24 09:07:07'),(6115,4945,'action complete via WP Cron','2020-12-24 17:07:07','2020-12-24 09:07:07'),(6116,4946,'action created','2020-12-24 17:07:07','2020-12-24 09:07:07'),(6117,4946,'action started via WP Cron','2020-12-24 17:08:30','2020-12-24 09:08:30'),(6118,4946,'action complete via WP Cron','2020-12-24 17:08:30','2020-12-24 09:08:30'),(6119,4947,'action created','2020-12-24 17:08:30','2020-12-24 09:08:30'),(6120,4947,'action started via WP Cron','2020-12-24 17:08:51','2020-12-24 09:08:51'),(6121,4947,'action complete via WP Cron','2020-12-24 17:08:51','2020-12-24 09:08:51'),(6122,4948,'action created','2020-12-24 17:08:51','2020-12-24 09:08:51'),(6123,4948,'action started via WP Cron','2020-12-24 17:13:55','2020-12-24 09:13:55'),(6124,4948,'action complete via WP Cron','2020-12-24 17:13:55','2020-12-24 09:13:55'),(6125,4949,'action created','2020-12-24 17:13:55','2020-12-24 09:13:55'),(6126,4949,'action started via WP Cron','2020-12-24 17:16:21','2020-12-24 09:16:21'),(6127,4949,'action complete via WP Cron','2020-12-24 17:16:21','2020-12-24 09:16:21'),(6128,4950,'action created','2020-12-24 17:16:21','2020-12-24 09:16:21'),(6129,4950,'action started via WP Cron','2020-12-24 17:20:45','2020-12-24 09:20:45'),(6130,4950,'action complete via WP Cron','2020-12-24 17:20:45','2020-12-24 09:20:45'),(6131,4951,'action created','2020-12-24 17:20:45','2020-12-24 09:20:45'),(6132,4951,'action started via WP Cron','2020-12-24 17:21:42','2020-12-24 09:21:42'),(6133,4951,'action complete via WP Cron','2020-12-24 17:21:42','2020-12-24 09:21:42'),(6134,4952,'action created','2020-12-24 17:21:43','2020-12-24 09:21:43'),(6135,4952,'action started via WP Cron','2020-12-24 17:22:59','2020-12-24 09:22:59'),(6136,4952,'action complete via WP Cron','2020-12-24 17:22:59','2020-12-24 09:22:59'),(6137,4953,'action created','2020-12-24 17:23:00','2020-12-24 09:23:00'),(6138,4953,'action started via WP Cron','2020-12-24 17:28:25','2020-12-24 09:28:25'),(6139,4953,'action complete via WP Cron','2020-12-24 17:28:25','2020-12-24 09:28:25'),(6140,4954,'action created','2020-12-24 17:28:25','2020-12-24 09:28:25'),(6141,4954,'action started via WP Cron','2020-12-24 17:29:25','2020-12-24 09:29:25'),(6142,4954,'action complete via WP Cron','2020-12-24 17:29:25','2020-12-24 09:29:25'),(6143,4955,'action created','2020-12-24 17:29:25','2020-12-24 09:29:25'),(6144,4955,'action started via WP Cron','2020-12-24 17:40:00','2020-12-24 09:40:00'),(6145,4955,'action complete via WP Cron','2020-12-24 17:40:00','2020-12-24 09:40:00'),(6146,4956,'action created','2020-12-24 17:40:00','2020-12-24 09:40:00'),(6147,4956,'action started via WP Cron','2020-12-24 17:40:42','2020-12-24 09:40:42'),(6148,4956,'action complete via WP Cron','2020-12-24 17:40:42','2020-12-24 09:40:42'),(6149,4957,'action created','2020-12-24 17:40:42','2020-12-24 09:40:42'),(6150,4957,'action started via WP Cron','2020-12-24 17:42:26','2020-12-24 09:42:26'),(6151,4957,'action complete via WP Cron','2020-12-24 17:42:26','2020-12-24 09:42:26'),(6152,4958,'action created','2020-12-24 17:42:26','2020-12-24 09:42:26'),(6153,4958,'action started via WP Cron','2020-12-24 17:47:10','2020-12-24 09:47:10'),(6154,4958,'action complete via WP Cron','2020-12-24 17:47:10','2020-12-24 09:47:10'),(6155,4959,'action created','2020-12-24 17:47:10','2020-12-24 09:47:10'),(6156,4959,'action started via WP Cron','2020-12-24 17:51:37','2020-12-24 09:51:37'),(6157,4959,'action complete via WP Cron','2020-12-24 17:51:37','2020-12-24 09:51:37'),(6158,4960,'action created','2020-12-24 17:51:37','2020-12-24 09:51:37'),(6159,4960,'action started via WP Cron','2020-12-24 17:54:15','2020-12-24 09:54:15'),(6160,4960,'action complete via WP Cron','2020-12-24 17:54:15','2020-12-24 09:54:15'),(6161,4961,'action created','2020-12-24 17:54:15','2020-12-24 09:54:15'),(6162,4961,'action started via WP Cron','2020-12-24 17:57:33','2020-12-24 09:57:33'),(6163,4961,'action complete via WP Cron','2020-12-24 17:57:33','2020-12-24 09:57:33'),(6164,4962,'action created','2020-12-24 17:57:34','2020-12-24 09:57:34'),(6165,4962,'action started via WP Cron','2020-12-24 17:59:27','2020-12-24 09:59:27'),(6166,4962,'action complete via WP Cron','2020-12-24 17:59:27','2020-12-24 09:59:27'),(6167,4963,'action created','2020-12-24 17:59:27','2020-12-24 09:59:27'),(6168,4963,'action started via WP Cron','2020-12-24 18:00:05','2020-12-24 10:00:05'),(6169,4963,'action complete via WP Cron','2020-12-24 18:00:05','2020-12-24 10:00:05'),(6170,4964,'action created','2020-12-24 18:00:05','2020-12-24 10:00:05'),(6171,4964,'action started via WP Cron','2020-12-24 18:02:42','2020-12-24 10:02:42'),(6172,4964,'action complete via WP Cron','2020-12-24 18:02:42','2020-12-24 10:02:42'),(6173,4965,'action created','2020-12-24 18:02:43','2020-12-24 10:02:43'),(6174,4965,'action started via WP Cron','2020-12-24 18:17:49','2020-12-24 10:17:49'),(6175,4965,'action complete via WP Cron','2020-12-24 18:17:49','2020-12-24 10:17:49'),(6176,4966,'action created','2020-12-24 18:17:49','2020-12-24 10:17:49'),(6177,4966,'action started via WP Cron','2020-12-24 18:24:49','2020-12-24 10:24:49'),(6178,4966,'action complete via WP Cron','2020-12-24 18:24:49','2020-12-24 10:24:49'),(6179,4967,'action created','2020-12-24 18:24:49','2020-12-24 10:24:49'),(6180,4967,'action started via WP Cron','2020-12-24 18:27:38','2020-12-24 10:27:38'),(6181,4967,'action complete via WP Cron','2020-12-24 18:27:38','2020-12-24 10:27:38'),(6182,4968,'action created','2020-12-24 18:27:38','2020-12-24 10:27:38'),(6183,4968,'action started via WP Cron','2020-12-24 18:33:35','2020-12-24 10:33:35'),(6184,4968,'action complete via WP Cron','2020-12-24 18:33:35','2020-12-24 10:33:35'),(6185,4969,'action created','2020-12-24 18:33:35','2020-12-24 10:33:35'),(6186,4969,'action started via WP Cron','2020-12-24 18:36:11','2020-12-24 10:36:11'),(6187,4969,'action complete via WP Cron','2020-12-24 18:36:11','2020-12-24 10:36:11'),(6188,4970,'action created','2020-12-24 18:36:11','2020-12-24 10:36:11'),(6189,4970,'action started via WP Cron','2020-12-24 18:38:33','2020-12-24 10:38:33'),(6190,4970,'action complete via WP Cron','2020-12-24 18:38:33','2020-12-24 10:38:33'),(6191,4971,'action created','2020-12-24 18:38:33','2020-12-24 10:38:33'),(6192,4971,'action started via WP Cron','2020-12-24 18:39:41','2020-12-24 10:39:41'),(6193,4971,'action complete via WP Cron','2020-12-24 18:39:41','2020-12-24 10:39:41'),(6194,4972,'action created','2020-12-24 18:45:44','2020-12-24 10:45:44'),(6195,4972,'action started via WP Cron','2020-12-24 18:47:13','2020-12-24 10:47:13'),(6196,4972,'action complete via WP Cron','2020-12-24 18:47:13','2020-12-24 10:47:13'),(6197,4973,'action created','2020-12-24 18:47:14','2020-12-24 10:47:14'),(6198,4973,'action started via WP Cron','2020-12-24 18:48:33','2020-12-24 10:48:33'),(6199,4973,'action complete via WP Cron','2020-12-24 18:48:33','2020-12-24 10:48:33'),(6200,4974,'action created','2020-12-24 18:48:33','2020-12-24 10:48:33'),(6201,4974,'action started via WP Cron','2020-12-24 19:04:00','2020-12-24 11:04:00'),(6202,4974,'action complete via WP Cron','2020-12-24 19:04:00','2020-12-24 11:04:00'),(6203,4975,'action created','2020-12-24 19:04:00','2020-12-24 11:04:00'),(6204,4975,'action started via WP Cron','2020-12-24 19:06:10','2020-12-24 11:06:10'),(6205,4975,'action complete via WP Cron','2020-12-24 19:06:10','2020-12-24 11:06:10'),(6206,4976,'action created','2020-12-24 19:06:10','2020-12-24 11:06:10'),(6207,4976,'action started via WP Cron','2020-12-24 19:07:14','2020-12-24 11:07:14'),(6208,4976,'action complete via WP Cron','2020-12-24 19:07:14','2020-12-24 11:07:14'),(6209,4977,'action created','2020-12-24 19:07:14','2020-12-24 11:07:14'),(6210,4977,'action started via WP Cron','2020-12-24 19:09:22','2020-12-24 11:09:22'),(6211,4977,'action complete via WP Cron','2020-12-24 19:09:22','2020-12-24 11:09:22'),(6212,4978,'action created','2020-12-24 19:09:22','2020-12-24 11:09:22'),(6213,4978,'action started via WP Cron','2020-12-24 19:10:16','2020-12-24 11:10:16'),(6214,4978,'action complete via WP Cron','2020-12-24 19:10:16','2020-12-24 11:10:16'),(6215,4979,'action created','2020-12-24 19:10:17','2020-12-24 11:10:17'),(6216,4979,'action started via WP Cron','2020-12-24 19:11:27','2020-12-24 11:11:27'),(6217,4979,'action complete via WP Cron','2020-12-24 19:11:27','2020-12-24 11:11:27'),(6218,4980,'action created','2020-12-24 19:11:52','2020-12-24 11:11:52'),(6219,4980,'action started via WP Cron','2020-12-24 19:18:58','2020-12-24 11:18:58'),(6220,4980,'action complete via WP Cron','2020-12-24 19:18:58','2020-12-24 11:18:58'),(6221,4981,'action created','2020-12-24 19:18:58','2020-12-24 11:18:58'),(6222,4981,'action started via WP Cron','2020-12-24 19:26:34','2020-12-24 11:26:34'),(6223,4981,'action complete via WP Cron','2020-12-24 19:26:34','2020-12-24 11:26:34'),(6224,4982,'action created','2020-12-24 19:26:34','2020-12-24 11:26:34'),(6225,4982,'action started via WP Cron','2020-12-24 19:28:40','2020-12-24 11:28:40'),(6226,4982,'action complete via WP Cron','2020-12-24 19:28:40','2020-12-24 11:28:40'),(6227,4983,'action created','2020-12-24 19:28:40','2020-12-24 11:28:40'),(6228,4983,'action started via WP Cron','2020-12-24 19:30:36','2020-12-24 11:30:36'),(6229,4983,'action complete via WP Cron','2020-12-24 19:30:36','2020-12-24 11:30:36'),(6230,4984,'action created','2020-12-24 19:30:36','2020-12-24 11:30:36'),(6231,4984,'action started via WP Cron','2020-12-24 19:31:45','2020-12-24 11:31:45'),(6232,4984,'action complete via WP Cron','2020-12-24 19:31:45','2020-12-24 11:31:45'),(6233,4985,'action created','2020-12-24 19:31:45','2020-12-24 11:31:45'),(6234,4985,'action started via WP Cron','2020-12-24 19:32:46','2020-12-24 11:32:46'),(6235,4985,'action complete via WP Cron','2020-12-24 19:32:46','2020-12-24 11:32:46'),(6236,4986,'action created','2020-12-24 19:32:46','2020-12-24 11:32:46'),(6237,4986,'action started via WP Cron','2020-12-24 19:34:48','2020-12-24 11:34:48'),(6238,4986,'action complete via WP Cron','2020-12-24 19:34:48','2020-12-24 11:34:48'),(6239,4987,'action created','2020-12-24 19:34:48','2020-12-24 11:34:48'),(6240,4987,'action started via WP Cron','2020-12-24 19:35:49','2020-12-24 11:35:49'),(6241,4987,'action complete via WP Cron','2020-12-24 19:35:49','2020-12-24 11:35:49'),(6242,4988,'action created','2020-12-24 19:35:49','2020-12-24 11:35:49'),(6243,4988,'action started via WP Cron','2020-12-24 19:36:50','2020-12-24 11:36:50'),(6244,4988,'action complete via WP Cron','2020-12-24 19:36:50','2020-12-24 11:36:50'),(6245,4989,'action created','2020-12-24 19:36:50','2020-12-24 11:36:50'),(6246,4989,'action started via WP Cron','2020-12-24 19:40:09','2020-12-24 11:40:09'),(6247,4989,'action complete via WP Cron','2020-12-24 19:40:09','2020-12-24 11:40:09'),(6248,4990,'action created','2020-12-24 19:40:09','2020-12-24 11:40:09'),(6249,4990,'action started via WP Cron','2020-12-24 19:40:46','2020-12-24 11:40:46'),(6250,4990,'action complete via WP Cron','2020-12-24 19:40:46','2020-12-24 11:40:46'),(6251,4991,'action created','2020-12-24 19:40:46','2020-12-24 11:40:46'),(6252,4991,'action started via WP Cron','2020-12-24 19:42:07','2020-12-24 11:42:07'),(6253,4991,'action complete via WP Cron','2020-12-24 19:42:07','2020-12-24 11:42:07'),(6254,4992,'action created','2020-12-24 19:42:07','2020-12-24 11:42:07'),(6255,4992,'action started via WP Cron','2020-12-24 19:43:35','2020-12-24 11:43:35'),(6256,4992,'action complete via WP Cron','2020-12-24 19:43:35','2020-12-24 11:43:35'),(6257,4993,'action created','2020-12-24 19:43:35','2020-12-24 11:43:35'),(6258,4993,'action started via WP Cron','2020-12-24 19:48:01','2020-12-24 11:48:01'),(6259,4993,'action complete via WP Cron','2020-12-24 19:48:01','2020-12-24 11:48:01'),(6260,4994,'action created','2020-12-24 19:48:02','2020-12-24 11:48:02'),(6261,4994,'action started via WP Cron','2020-12-24 19:49:19','2020-12-24 11:49:19'),(6262,4994,'action complete via WP Cron','2020-12-24 19:49:19','2020-12-24 11:49:19'),(6263,4995,'action created','2020-12-24 19:49:19','2020-12-24 11:49:19'),(6264,4995,'action started via WP Cron','2020-12-24 19:50:20','2020-12-24 11:50:20'),(6265,4995,'action complete via WP Cron','2020-12-24 19:50:20','2020-12-24 11:50:20'),(6266,4996,'action created','2020-12-24 19:50:20','2020-12-24 11:50:20'),(6267,4996,'action started via WP Cron','2020-12-24 19:51:47','2020-12-24 11:51:47'),(6268,4996,'action complete via WP Cron','2020-12-24 19:51:47','2020-12-24 11:51:47'),(6269,4997,'action created','2020-12-24 19:51:47','2020-12-24 11:51:47'),(6270,4997,'action started via WP Cron','2020-12-24 19:53:41','2020-12-24 11:53:41'),(6271,4997,'action complete via WP Cron','2020-12-24 19:53:41','2020-12-24 11:53:41'),(6272,4998,'action created','2020-12-24 19:53:41','2020-12-24 11:53:41'),(6273,4998,'action started via WP Cron','2020-12-24 19:54:57','2020-12-24 11:54:57'),(6274,4998,'action complete via WP Cron','2020-12-24 19:54:57','2020-12-24 11:54:57'),(6275,4999,'action created','2020-12-24 19:54:57','2020-12-24 11:54:57'),(6276,4999,'action started via WP Cron','2020-12-24 19:56:59','2020-12-24 11:56:59'),(6277,4999,'action complete via WP Cron','2020-12-24 19:56:59','2020-12-24 11:56:59'),(6278,5000,'action created','2020-12-24 19:56:59','2020-12-24 11:56:59'),(6279,5000,'action started via WP Cron','2020-12-24 19:59:47','2020-12-24 11:59:47'),(6280,5000,'action complete via WP Cron','2020-12-24 19:59:47','2020-12-24 11:59:47'),(6281,5001,'action created','2020-12-24 19:59:47','2020-12-24 11:59:47'),(6282,5001,'action started via WP Cron','2020-12-24 20:01:26','2020-12-24 12:01:26'),(6283,5001,'action complete via WP Cron','2020-12-24 20:01:26','2020-12-24 12:01:26'),(6284,5002,'action created','2020-12-24 20:01:26','2020-12-24 12:01:26'),(6285,5002,'action started via WP Cron','2020-12-24 20:03:57','2020-12-24 12:03:57'),(6286,5002,'action complete via WP Cron','2020-12-24 20:03:57','2020-12-24 12:03:57'),(6287,5003,'action created','2020-12-24 20:03:57','2020-12-24 12:03:57'),(6288,5003,'action started via WP Cron','2020-12-24 20:05:25','2020-12-24 12:05:25'),(6289,5003,'action complete via WP Cron','2020-12-24 20:05:25','2020-12-24 12:05:25'),(6290,5004,'action created','2020-12-24 20:05:25','2020-12-24 12:05:25'),(6291,5004,'action started via WP Cron','2020-12-24 20:07:08','2020-12-24 12:07:08'),(6292,5004,'action complete via WP Cron','2020-12-24 20:07:08','2020-12-24 12:07:08'),(6293,5005,'action created','2020-12-24 20:07:08','2020-12-24 12:07:08'),(6294,5005,'action started via WP Cron','2020-12-24 20:23:29','2020-12-24 12:23:29'),(6295,5005,'action complete via WP Cron','2020-12-24 20:23:29','2020-12-24 12:23:29'),(6296,5006,'action created','2020-12-24 20:23:29','2020-12-24 12:23:29'),(6297,5006,'action started via WP Cron','2020-12-24 20:26:40','2020-12-24 12:26:40'),(6298,5006,'action complete via WP Cron','2020-12-24 20:26:40','2020-12-24 12:26:40'),(6299,5007,'action created','2020-12-24 20:26:40','2020-12-24 12:26:40'),(6300,5007,'action started via WP Cron','2020-12-24 20:34:42','2020-12-24 12:34:42'),(6301,5007,'action complete via WP Cron','2020-12-24 20:34:42','2020-12-24 12:34:42'),(6302,5008,'action created','2020-12-24 20:34:42','2020-12-24 12:34:42'),(6303,5008,'action started via WP Cron','2020-12-24 20:36:56','2020-12-24 12:36:56'),(6304,5008,'action complete via WP Cron','2020-12-24 20:36:56','2020-12-24 12:36:56'),(6305,5009,'action created','2020-12-24 20:36:56','2020-12-24 12:36:56'),(6306,5009,'action started via WP Cron','2020-12-24 20:37:50','2020-12-24 12:37:50'),(6307,5009,'action complete via WP Cron','2020-12-24 20:37:50','2020-12-24 12:37:50'),(6308,5010,'action created','2020-12-24 20:37:50','2020-12-24 12:37:50'),(6309,5010,'action started via WP Cron','2020-12-24 20:38:51','2020-12-24 12:38:51'),(6310,5010,'action complete via WP Cron','2020-12-24 20:38:51','2020-12-24 12:38:51'),(6311,5011,'action created','2020-12-24 20:38:51','2020-12-24 12:38:51'),(6312,5011,'action started via WP Cron','2020-12-24 20:40:53','2020-12-24 12:40:53'),(6313,5011,'action complete via WP Cron','2020-12-24 20:40:53','2020-12-24 12:40:53'),(6314,5012,'action created','2020-12-24 20:40:53','2020-12-24 12:40:53'),(6315,5012,'action started via WP Cron','2020-12-24 20:41:54','2020-12-24 12:41:54'),(6316,5012,'action complete via WP Cron','2020-12-24 20:41:54','2020-12-24 12:41:54'),(6317,5013,'action created','2020-12-24 20:41:54','2020-12-24 12:41:54'),(6318,5013,'action started via WP Cron','2020-12-24 20:42:55','2020-12-24 12:42:55'),(6319,5013,'action complete via WP Cron','2020-12-24 20:42:55','2020-12-24 12:42:55'),(6320,5014,'action created','2020-12-24 20:42:55','2020-12-24 12:42:55'),(6321,5014,'action started via WP Cron','2020-12-24 20:48:37','2020-12-24 12:48:37'),(6322,5014,'action complete via WP Cron','2020-12-24 20:48:37','2020-12-24 12:48:37'),(6323,5015,'action created','2020-12-24 20:48:37','2020-12-24 12:48:37'),(6324,5015,'action started via WP Cron','2020-12-24 21:03:35','2020-12-24 13:03:35'),(6325,5015,'action complete via WP Cron','2020-12-24 21:03:35','2020-12-24 13:03:35'),(6326,5016,'action created','2020-12-24 21:03:36','2020-12-24 13:03:36'),(6327,5016,'action started via WP Cron','2020-12-24 21:03:49','2020-12-24 13:03:49'),(6328,5016,'action complete via WP Cron','2020-12-24 21:03:49','2020-12-24 13:03:49'),(6329,5017,'action created','2020-12-24 21:03:49','2020-12-24 13:03:49'),(6330,5017,'action started via WP Cron','2020-12-24 21:04:51','2020-12-24 13:04:51'),(6331,5017,'action complete via WP Cron','2020-12-24 21:04:51','2020-12-24 13:04:51'),(6332,5018,'action created','2020-12-24 21:04:51','2020-12-24 13:04:51'),(6333,5018,'action started via WP Cron','2020-12-24 21:05:50','2020-12-24 13:05:50'),(6334,5018,'action complete via WP Cron','2020-12-24 21:05:50','2020-12-24 13:05:50'),(6335,5019,'action created','2020-12-24 21:05:50','2020-12-24 13:05:50'),(6336,5019,'action started via WP Cron','2020-12-24 21:06:43','2020-12-24 13:06:43'),(6337,5019,'action complete via WP Cron','2020-12-24 21:06:43','2020-12-24 13:06:43'),(6338,5020,'action created','2020-12-24 21:06:43','2020-12-24 13:06:43'),(6339,5020,'action started via WP Cron','2020-12-24 21:07:44','2020-12-24 13:07:44'),(6340,5020,'action complete via WP Cron','2020-12-24 21:07:44','2020-12-24 13:07:44'),(6341,5021,'action created','2020-12-24 21:07:44','2020-12-24 13:07:44'),(6342,5021,'action started via WP Cron','2020-12-24 21:08:42','2020-12-24 13:08:42'),(6343,5021,'action complete via WP Cron','2020-12-24 21:08:42','2020-12-24 13:08:42'),(6344,5022,'action created','2020-12-24 21:08:42','2020-12-24 13:08:42'),(6345,5022,'action started via WP Cron','2020-12-24 21:09:51','2020-12-24 13:09:51'),(6346,5022,'action complete via WP Cron','2020-12-24 21:09:51','2020-12-24 13:09:51'),(6347,5023,'action created','2020-12-24 21:09:51','2020-12-24 13:09:51'),(6348,5023,'action started via WP Cron','2020-12-24 21:11:04','2020-12-24 13:11:04'),(6349,5023,'action complete via WP Cron','2020-12-24 21:11:04','2020-12-24 13:11:04'),(6350,5024,'action created','2020-12-24 21:11:04','2020-12-24 13:11:04'),(6351,5024,'action started via WP Cron','2020-12-24 21:11:47','2020-12-24 13:11:47'),(6352,5024,'action complete via WP Cron','2020-12-24 21:11:47','2020-12-24 13:11:47'),(6353,5025,'action created','2020-12-24 21:11:47','2020-12-24 13:11:47'),(6354,5025,'action started via WP Cron','2020-12-24 21:12:53','2020-12-24 13:12:53'),(6355,5025,'action complete via WP Cron','2020-12-24 21:12:53','2020-12-24 13:12:53'),(6356,5026,'action created','2020-12-24 21:12:53','2020-12-24 13:12:53'),(6357,5026,'action started via WP Cron','2020-12-24 21:13:47','2020-12-24 13:13:47'),(6358,5026,'action complete via WP Cron','2020-12-24 21:13:47','2020-12-24 13:13:47'),(6359,5027,'action created','2020-12-24 21:21:08','2020-12-24 13:21:08'),(6360,5027,'action started via WP Cron','2020-12-24 21:22:27','2020-12-24 13:22:27'),(6361,5027,'action complete via WP Cron','2020-12-24 21:22:27','2020-12-24 13:22:27'),(6362,5028,'action created','2020-12-24 21:22:27','2020-12-24 13:22:27'),(6363,5028,'action started via WP Cron','2020-12-24 21:24:49','2020-12-24 13:24:49'),(6364,5028,'action complete via WP Cron','2020-12-24 21:24:49','2020-12-24 13:24:49'),(6365,5029,'action created','2020-12-24 21:24:49','2020-12-24 13:24:49'),(6366,5029,'action started via WP Cron','2020-12-24 21:27:44','2020-12-24 13:27:44'),(6367,5029,'action complete via WP Cron','2020-12-24 21:27:44','2020-12-24 13:27:44'),(6368,5030,'action created','2020-12-24 21:27:44','2020-12-24 13:27:44'),(6369,5030,'action started via WP Cron','2020-12-24 21:28:57','2020-12-24 13:28:57'),(6370,5030,'action complete via WP Cron','2020-12-24 21:28:57','2020-12-24 13:28:57'),(6371,5031,'action created','2020-12-24 21:28:57','2020-12-24 13:28:57'),(6372,5031,'action started via WP Cron','2020-12-24 21:31:07','2020-12-24 13:31:07'),(6373,5031,'action complete via WP Cron','2020-12-24 21:31:07','2020-12-24 13:31:07'),(6374,5032,'action created','2020-12-24 21:31:07','2020-12-24 13:31:07'),(6375,5032,'action started via WP Cron','2020-12-24 21:31:41','2020-12-24 13:31:41'),(6376,5032,'action complete via WP Cron','2020-12-24 21:31:41','2020-12-24 13:31:41'),(6377,5033,'action created','2020-12-24 21:31:41','2020-12-24 13:31:41'),(6378,5033,'action started via WP Cron','2020-12-24 21:32:41','2020-12-24 13:32:41'),(6379,5033,'action complete via WP Cron','2020-12-24 21:32:41','2020-12-24 13:32:41'),(6380,5034,'action created','2020-12-24 21:32:41','2020-12-24 13:32:41'),(6381,5034,'action started via WP Cron','2020-12-24 21:34:18','2020-12-24 13:34:18'),(6382,5034,'action complete via WP Cron','2020-12-24 21:34:18','2020-12-24 13:34:18'),(6383,5035,'action created','2020-12-24 21:34:18','2020-12-24 13:34:18'),(6384,5035,'action started via WP Cron','2020-12-24 21:36:30','2020-12-24 13:36:30'),(6385,5035,'action complete via WP Cron','2020-12-24 21:36:30','2020-12-24 13:36:30'),(6386,5036,'action created','2020-12-24 21:36:40','2020-12-24 13:36:40'),(6387,5036,'action started via WP Cron','2020-12-24 21:37:53','2020-12-24 13:37:53'),(6388,5036,'action complete via WP Cron','2020-12-24 21:37:53','2020-12-24 13:37:53'),(6389,5037,'action created','2020-12-24 21:37:53','2020-12-24 13:37:53'),(6390,5037,'action started via WP Cron','2020-12-24 21:39:07','2020-12-24 13:39:07'),(6391,5037,'action complete via WP Cron','2020-12-24 21:39:07','2020-12-24 13:39:07'),(6392,5038,'action created','2020-12-24 21:39:07','2020-12-24 13:39:07'),(6393,5038,'action started via WP Cron','2020-12-24 21:41:19','2020-12-24 13:41:19'),(6394,5038,'action complete via WP Cron','2020-12-24 21:41:19','2020-12-24 13:41:19'),(6395,5039,'action created','2020-12-24 21:41:19','2020-12-24 13:41:19'),(6396,5039,'action started via WP Cron','2020-12-24 21:43:02','2020-12-24 13:43:02'),(6397,5039,'action complete via WP Cron','2020-12-24 21:43:02','2020-12-24 13:43:02'),(6398,5040,'action created','2020-12-24 21:43:02','2020-12-24 13:43:02'),(6399,5040,'action started via WP Cron','2020-12-24 21:43:56','2020-12-24 13:43:56'),(6400,5040,'action complete via WP Cron','2020-12-24 21:43:56','2020-12-24 13:43:56'),(6401,5041,'action created','2020-12-24 21:43:56','2020-12-24 13:43:56'),(6402,5041,'action started via WP Cron','2020-12-24 21:44:57','2020-12-24 13:44:57'),(6403,5041,'action complete via WP Cron','2020-12-24 21:44:57','2020-12-24 13:44:57'),(6404,5042,'action created','2020-12-24 21:44:57','2020-12-24 13:44:57'),(6405,5042,'action started via WP Cron','2020-12-24 21:45:59','2020-12-24 13:45:59'),(6406,5042,'action complete via WP Cron','2020-12-24 21:45:59','2020-12-24 13:45:59'),(6407,5043,'action created','2020-12-24 21:45:59','2020-12-24 13:45:59'),(6408,5043,'action started via WP Cron','2020-12-24 21:47:00','2020-12-24 13:47:00'),(6409,5043,'action complete via WP Cron','2020-12-24 21:47:00','2020-12-24 13:47:00'),(6410,5044,'action created','2020-12-24 21:47:00','2020-12-24 13:47:00'),(6411,5044,'action started via WP Cron','2020-12-24 21:49:02','2020-12-24 13:49:02'),(6412,5044,'action complete via WP Cron','2020-12-24 21:49:02','2020-12-24 13:49:02'),(6413,5045,'action created','2020-12-24 21:49:02','2020-12-24 13:49:02'),(6414,5045,'action started via WP Cron','2020-12-24 21:50:17','2020-12-24 13:50:17'),(6415,5045,'action complete via WP Cron','2020-12-24 21:50:17','2020-12-24 13:50:17'),(6416,5046,'action created','2020-12-24 21:50:17','2020-12-24 13:50:17'),(6417,5046,'action started via WP Cron','2020-12-24 21:57:12','2020-12-24 13:57:12'),(6418,5046,'action complete via WP Cron','2020-12-24 21:57:12','2020-12-24 13:57:12'),(6419,5047,'action created','2020-12-24 21:57:12','2020-12-24 13:57:12'),(6420,5047,'action started via WP Cron','2020-12-24 22:01:22','2020-12-24 14:01:22'),(6421,5047,'action complete via WP Cron','2020-12-24 22:01:22','2020-12-24 14:01:22'),(6422,5048,'action created','2020-12-24 22:01:23','2020-12-24 14:01:23'),(6423,5048,'action started via WP Cron','2020-12-24 22:04:19','2020-12-24 14:04:19'),(6424,5048,'action complete via WP Cron','2020-12-24 22:04:19','2020-12-24 14:04:19'),(6425,5049,'action created','2020-12-24 22:04:19','2020-12-24 14:04:19'),(6426,5049,'action started via WP Cron','2020-12-24 22:05:00','2020-12-24 14:05:00'),(6427,5049,'action complete via WP Cron','2020-12-24 22:05:00','2020-12-24 14:05:00'),(6428,5050,'action created','2020-12-24 22:05:00','2020-12-24 14:05:00'),(6429,5050,'action started via WP Cron','2020-12-24 22:06:00','2020-12-24 14:06:00'),(6430,5050,'action complete via WP Cron','2020-12-24 22:06:00','2020-12-24 14:06:00'),(6431,5051,'action created','2020-12-24 22:06:00','2020-12-24 14:06:00'),(6432,5051,'action started via WP Cron','2020-12-24 22:08:21','2020-12-24 14:08:21'),(6433,5051,'action complete via WP Cron','2020-12-24 22:08:21','2020-12-24 14:08:21'),(6434,5052,'action created','2020-12-24 22:08:21','2020-12-24 14:08:21'),(6435,5052,'action started via WP Cron','2020-12-24 22:11:40','2020-12-24 14:11:40'),(6436,5052,'action complete via WP Cron','2020-12-24 22:11:40','2020-12-24 14:11:40'),(6437,5053,'action created','2020-12-24 22:11:40','2020-12-24 14:11:40'),(6438,5053,'action started via WP Cron','2020-12-24 22:17:37','2020-12-24 14:17:37'),(6439,5053,'action complete via WP Cron','2020-12-24 22:17:37','2020-12-24 14:17:37'),(6440,5054,'action created','2020-12-24 22:17:37','2020-12-24 14:17:37'),(6441,5054,'action started via WP Cron','2020-12-24 22:19:32','2020-12-24 14:19:32'),(6442,5054,'action complete via WP Cron','2020-12-24 22:19:32','2020-12-24 14:19:32'),(6443,5055,'action created','2020-12-24 22:19:32','2020-12-24 14:19:32'),(6444,5055,'action started via WP Cron','2020-12-24 22:35:37','2020-12-24 14:35:37'),(6445,5055,'action complete via WP Cron','2020-12-24 22:35:37','2020-12-24 14:35:37'),(6446,5056,'action created','2020-12-24 22:35:38','2020-12-24 14:35:38'),(6447,5056,'action started via WP Cron','2020-12-24 22:37:32','2020-12-24 14:37:32'),(6448,5056,'action complete via WP Cron','2020-12-24 22:37:32','2020-12-24 14:37:32'),(6449,5057,'action created','2020-12-24 22:37:32','2020-12-24 14:37:32'),(6450,5057,'action started via WP Cron','2020-12-24 22:39:38','2020-12-24 14:39:38'),(6451,5057,'action complete via WP Cron','2020-12-24 22:39:38','2020-12-24 14:39:38'),(6452,5058,'action created','2020-12-24 22:39:38','2020-12-24 14:39:38'),(6453,5058,'action started via WP Cron','2020-12-24 22:40:38','2020-12-24 14:40:38'),(6454,5058,'action complete via WP Cron','2020-12-24 22:40:38','2020-12-24 14:40:38'),(6455,5059,'action created','2020-12-24 22:40:38','2020-12-24 14:40:38'),(6456,5059,'action started via WP Cron','2020-12-24 22:41:21','2020-12-24 14:41:21'),(6457,5059,'action complete via WP Cron','2020-12-24 22:41:21','2020-12-24 14:41:21'),(6458,5060,'action created','2020-12-24 22:41:21','2020-12-24 14:41:21'),(6459,5060,'action started via WP Cron','2020-12-24 22:44:17','2020-12-24 14:44:17'),(6460,5060,'action complete via WP Cron','2020-12-24 22:44:17','2020-12-24 14:44:17'),(6461,5061,'action created','2020-12-24 22:44:17','2020-12-24 14:44:17'),(6462,5061,'action started via WP Cron','2020-12-24 22:48:57','2020-12-24 14:48:57'),(6463,5061,'action complete via WP Cron','2020-12-24 22:48:57','2020-12-24 14:48:57'),(6464,5062,'action created','2020-12-24 22:48:58','2020-12-24 14:48:58'),(6465,5062,'action started via WP Cron','2020-12-24 22:49:42','2020-12-24 14:49:42'),(6466,5062,'action complete via WP Cron','2020-12-24 22:49:42','2020-12-24 14:49:42'),(6467,5063,'action created','2020-12-24 22:49:42','2020-12-24 14:49:42'),(6468,5063,'action started via WP Cron','2020-12-24 22:50:41','2020-12-24 14:50:41'),(6469,5063,'action complete via WP Cron','2020-12-24 22:50:41','2020-12-24 14:50:41'),(6470,5064,'action created','2020-12-24 22:50:41','2020-12-24 14:50:41'),(6471,5064,'action started via WP Cron','2020-12-24 22:51:41','2020-12-24 14:51:41'),(6472,5064,'action complete via WP Cron','2020-12-24 22:51:41','2020-12-24 14:51:41'),(6473,5065,'action created','2020-12-24 22:51:41','2020-12-24 14:51:41'),(6474,5065,'action started via WP Cron','2020-12-24 22:52:42','2020-12-24 14:52:42'),(6475,5065,'action complete via WP Cron','2020-12-24 22:52:42','2020-12-24 14:52:42'),(6476,5066,'action created','2020-12-24 22:52:42','2020-12-24 14:52:42'),(6477,5066,'action started via WP Cron','2020-12-24 22:53:42','2020-12-24 14:53:42'),(6478,5066,'action complete via WP Cron','2020-12-24 22:53:42','2020-12-24 14:53:42'),(6479,5067,'action created','2020-12-24 22:53:42','2020-12-24 14:53:42'),(6480,5067,'action started via WP Cron','2020-12-24 22:54:42','2020-12-24 14:54:42'),(6481,5067,'action complete via WP Cron','2020-12-24 22:54:42','2020-12-24 14:54:42'),(6482,5068,'action created','2020-12-24 22:54:42','2020-12-24 14:54:42'),(58470,22401,'action created','2021-01-24 23:11:13','2021-01-24 15:11:13'),(58469,22400,'action complete via WP Cron','2021-01-24 23:11:13','2021-01-24 15:11:13'),(58468,22400,'action started via WP Cron','2021-01-24 23:11:13','2021-01-24 15:11:13'),(58467,22400,'action created','2021-01-24 22:55:00','2021-01-24 14:55:00'),(6487,5068,'action started via Async Request','2020-12-24 22:54:56','2020-12-24 14:54:56'),(6488,5068,'action complete via Async Request','2020-12-24 22:54:56','2020-12-24 14:54:56'),(58466,22399,'action complete via WP Cron','2021-01-24 22:55:00','2021-01-24 14:55:00'),(58465,22399,'action started via WP Cron','2021-01-24 22:55:00','2021-01-24 14:55:00'),(6491,5071,'action created','2020-12-24 22:54:57','2020-12-24 14:54:57'),(6492,5071,'action started via WP Cron','2020-12-24 22:55:47','2020-12-24 14:55:47'),(6493,5071,'action complete via WP Cron','2020-12-24 22:55:47','2020-12-24 14:55:47'),(6494,5072,'action created','2020-12-24 22:59:59','2020-12-24 14:59:59'),(6495,5072,'action started via WP Cron','2020-12-24 23:00:47','2020-12-24 15:00:47'),(6496,5072,'action complete via WP Cron','2020-12-24 23:00:47','2020-12-24 15:00:47'),(6497,5073,'action created','2020-12-24 23:06:25','2020-12-24 15:06:25'),(6498,5073,'action started via WP Cron','2020-12-24 23:06:48','2020-12-24 15:06:48'),(6499,5073,'action complete via WP Cron','2020-12-24 23:06:48','2020-12-24 15:06:48'),(6500,5074,'action created','2020-12-24 23:07:20','2020-12-24 15:07:20'),(6501,5074,'action started via WP Cron','2020-12-24 23:07:48','2020-12-24 15:07:48'),(6502,5074,'action complete via WP Cron','2020-12-24 23:07:48','2020-12-24 15:07:48'),(6503,5075,'action created','2020-12-24 23:18:45','2020-12-24 15:18:45'),(6504,5075,'action started via Async Request','2020-12-24 23:19:19','2020-12-24 15:19:19'),(6505,5075,'action complete via Async Request','2020-12-24 23:19:19','2020-12-24 15:19:19'),(6506,5076,'action created','2020-12-24 23:26:38','2020-12-24 15:26:38'),(6507,5076,'action started via WP Cron','2020-12-24 23:26:48','2020-12-24 15:26:48'),(6508,5076,'action complete via WP Cron','2020-12-24 23:26:48','2020-12-24 15:26:48'),(6509,5077,'action created','2020-12-24 23:42:36','2020-12-24 15:42:36'),(6510,5077,'action started via WP Cron','2020-12-24 23:42:48','2020-12-24 15:42:48'),(6511,5077,'action complete via WP Cron','2020-12-24 23:42:48','2020-12-24 15:42:48'),(6512,5078,'action created','2020-12-24 23:46:01','2020-12-24 15:46:01'),(6513,5078,'action started via WP Cron','2020-12-24 23:46:48','2020-12-24 15:46:48'),(6514,5078,'action complete via WP Cron','2020-12-24 23:46:48','2020-12-24 15:46:48'),(6515,5079,'action created','2020-12-24 23:51:32','2020-12-24 15:51:32'),(6516,5079,'action started via WP Cron','2020-12-24 23:52:59','2020-12-24 15:52:59'),(6517,5079,'action complete via WP Cron','2020-12-24 23:52:59','2020-12-24 15:52:59'),(6518,5080,'action created','2020-12-24 23:52:59','2020-12-24 15:52:59'),(6519,5080,'action started via WP Cron','2020-12-24 23:53:41','2020-12-24 15:53:41'),(6520,5080,'action complete via WP Cron','2020-12-24 23:53:41','2020-12-24 15:53:41'),(6521,5081,'action created','2020-12-24 23:57:17','2020-12-24 15:57:17'),(6522,5081,'action started via WP Cron','2020-12-24 23:57:53','2020-12-24 15:57:53'),(6523,5081,'action complete via WP Cron','2020-12-24 23:57:53','2020-12-24 15:57:53'),(6524,5082,'action created','2020-12-24 23:58:24','2020-12-24 15:58:24'),(6525,5082,'action started via WP Cron','2020-12-24 23:58:53','2020-12-24 15:58:53'),(6526,5082,'action complete via WP Cron','2020-12-24 23:58:53','2020-12-24 15:58:53'),(6527,5083,'action created','2020-12-24 23:59:25','2020-12-24 15:59:25'),(6528,5083,'action started via Async Request','2020-12-24 23:59:39','2020-12-24 15:59:39'),(6529,5083,'action complete via Async Request','2020-12-24 23:59:39','2020-12-24 15:59:39'),(6530,5084,'action created','2020-12-25 00:01:27','2020-12-24 16:01:27'),(6531,5084,'action started via WP Cron','2020-12-25 00:01:53','2020-12-24 16:01:53'),(6532,5084,'action complete via WP Cron','2020-12-25 00:01:53','2020-12-24 16:01:53'),(6533,5085,'action created','2020-12-25 00:02:28','2020-12-24 16:02:28'),(6534,5085,'action started via WP Cron','2020-12-25 00:02:54','2020-12-24 16:02:54'),(6535,5085,'action complete via WP Cron','2020-12-25 00:02:54','2020-12-24 16:02:54'),(6536,5086,'action created','2020-12-25 00:03:30','2020-12-24 16:03:30'),(6537,5086,'action started via WP Cron','2020-12-25 00:03:54','2020-12-24 16:03:54'),(6538,5086,'action complete via WP Cron','2020-12-25 00:03:54','2020-12-24 16:03:54'),(6539,5087,'action created','2020-12-25 00:04:23','2020-12-24 16:04:23'),(6541,5087,'action started via WP Cron','2020-12-25 00:04:44','2020-12-24 16:04:44'),(6542,5087,'action complete via WP Cron','2020-12-25 00:04:44','2020-12-24 16:04:44'),(6543,5089,'action created','2020-12-25 00:04:44','2020-12-24 16:04:44'),(6546,5089,'action started via WP Cron','2020-12-25 00:05:55','2020-12-24 16:05:55'),(6545,5090,'action created','2020-12-25 00:05:28','2020-12-24 16:05:28'),(6547,5089,'action complete via WP Cron','2020-12-25 00:05:55','2020-12-24 16:05:55'),(6548,5091,'action created','2020-12-25 00:05:55','2020-12-24 16:05:55'),(6549,5091,'action started via WP Cron','2020-12-25 00:14:35','2020-12-24 16:14:35'),(6550,5091,'action complete via WP Cron','2020-12-25 00:14:35','2020-12-24 16:14:35'),(6551,5090,'action started via WP Cron','2020-12-25 00:14:35','2020-12-24 16:14:35'),(6552,5090,'action complete via WP Cron','2020-12-25 00:14:35','2020-12-24 16:14:35'),(6553,5092,'action created','2020-12-25 00:14:35','2020-12-24 16:14:35'),(6554,5092,'action started via WP Cron','2020-12-25 00:23:33','2020-12-24 16:23:33'),(6555,5092,'action complete via WP Cron','2020-12-25 00:23:33','2020-12-24 16:23:33'),(6556,5093,'action created','2020-12-25 00:23:33','2020-12-24 16:23:33'),(6557,5093,'action started via WP Cron','2020-12-25 00:25:22','2020-12-24 16:25:22'),(6558,5093,'action complete via WP Cron','2020-12-25 00:25:22','2020-12-24 16:25:22'),(6559,5094,'action created','2020-12-25 00:25:22','2020-12-24 16:25:22'),(6560,5094,'action started via WP Cron','2020-12-25 00:25:46','2020-12-24 16:25:46'),(6561,5094,'action complete via WP Cron','2020-12-25 00:25:46','2020-12-24 16:25:46'),(6562,5095,'action created','2020-12-25 00:25:47','2020-12-24 16:25:47'),(6563,5095,'action started via WP Cron','2020-12-25 00:27:00','2020-12-24 16:27:00'),(6564,5095,'action complete via WP Cron','2020-12-25 00:27:00','2020-12-24 16:27:00'),(6565,5096,'action created','2020-12-25 00:27:00','2020-12-24 16:27:00'),(6566,5096,'action started via WP Cron','2020-12-25 00:29:58','2020-12-24 16:29:58'),(6567,5096,'action complete via WP Cron','2020-12-25 00:29:58','2020-12-24 16:29:58'),(6568,5097,'action created','2020-12-25 00:29:58','2020-12-24 16:29:58'),(6569,5097,'action started via WP Cron','2020-12-25 00:33:50','2020-12-24 16:33:50'),(6570,5097,'action complete via WP Cron','2020-12-25 00:33:50','2020-12-24 16:33:50'),(6571,5098,'action created','2020-12-25 00:33:50','2020-12-24 16:33:50'),(6572,5098,'action started via WP Cron','2020-12-25 00:37:53','2020-12-24 16:37:53'),(6573,5098,'action complete via WP Cron','2020-12-25 00:37:53','2020-12-24 16:37:53'),(6574,5099,'action created','2020-12-25 00:37:53','2020-12-24 16:37:53'),(6575,5099,'action started via WP Cron','2020-12-25 00:40:56','2020-12-24 16:40:56'),(6576,5099,'action complete via WP Cron','2020-12-25 00:40:56','2020-12-24 16:40:56'),(6577,5100,'action created','2020-12-25 00:40:56','2020-12-24 16:40:56'),(6578,5100,'action started via WP Cron','2020-12-25 00:47:28','2020-12-24 16:47:28'),(6579,5100,'action complete via WP Cron','2020-12-25 00:47:28','2020-12-24 16:47:28'),(6580,5101,'action created','2020-12-25 00:47:28','2020-12-24 16:47:28'),(6581,5101,'action started via WP Cron','2020-12-25 00:48:21','2020-12-24 16:48:21'),(6582,5101,'action complete via WP Cron','2020-12-25 00:48:21','2020-12-24 16:48:21'),(6583,5102,'action created','2020-12-25 00:48:21','2020-12-24 16:48:21'),(6584,5102,'action started via WP Cron','2020-12-25 00:50:32','2020-12-24 16:50:32'),(6585,5102,'action complete via WP Cron','2020-12-25 00:50:32','2020-12-24 16:50:32'),(6586,5103,'action created','2020-12-25 00:50:32','2020-12-24 16:50:32'),(6587,5103,'action started via WP Cron','2020-12-25 00:52:35','2020-12-24 16:52:35'),(6588,5103,'action complete via WP Cron','2020-12-25 00:52:35','2020-12-24 16:52:35'),(6589,5104,'action created','2020-12-25 00:52:35','2020-12-24 16:52:35'),(6590,5104,'action started via WP Cron','2020-12-25 00:56:09','2020-12-24 16:56:09'),(6591,5104,'action complete via WP Cron','2020-12-25 00:56:09','2020-12-24 16:56:09'),(6592,5105,'action created','2020-12-25 00:56:09','2020-12-24 16:56:09'),(6593,5105,'action started via WP Cron','2020-12-25 01:00:52','2020-12-24 17:00:52'),(6594,5105,'action complete via WP Cron','2020-12-25 01:00:52','2020-12-24 17:00:52'),(6595,5106,'action created','2020-12-25 01:00:52','2020-12-24 17:00:52'),(6596,5106,'action started via WP Cron','2020-12-25 01:02:40','2020-12-24 17:02:40'),(6597,5106,'action complete via WP Cron','2020-12-25 01:02:40','2020-12-24 17:02:40'),(6598,5107,'action created','2020-12-25 01:02:40','2020-12-24 17:02:40'),(6599,5107,'action started via WP Cron','2020-12-25 01:04:30','2020-12-24 17:04:30'),(6600,5107,'action complete via WP Cron','2020-12-25 01:04:30','2020-12-24 17:04:30'),(6601,5108,'action created','2020-12-25 01:04:30','2020-12-24 17:04:30'),(6602,5108,'action started via WP Cron','2020-12-25 01:05:31','2020-12-24 17:05:31'),(6603,5108,'action complete via WP Cron','2020-12-25 01:05:31','2020-12-24 17:05:31'),(6604,5109,'action created','2020-12-25 01:05:31','2020-12-24 17:05:31'),(6605,5109,'action started via WP Cron','2020-12-25 01:06:32','2020-12-24 17:06:32'),(6606,5109,'action complete via WP Cron','2020-12-25 01:06:32','2020-12-24 17:06:32'),(6607,5110,'action created','2020-12-25 01:06:32','2020-12-24 17:06:32'),(6608,5110,'action started via WP Cron','2020-12-25 01:08:34','2020-12-24 17:08:34'),(6609,5110,'action complete via WP Cron','2020-12-25 01:08:34','2020-12-24 17:08:34'),(6610,5111,'action created','2020-12-25 01:08:34','2020-12-24 17:08:34'),(6611,5111,'action started via WP Cron','2020-12-25 01:09:35','2020-12-24 17:09:35'),(6612,5111,'action complete via WP Cron','2020-12-25 01:09:35','2020-12-24 17:09:35'),(6613,5112,'action created','2020-12-25 01:09:36','2020-12-24 17:09:36'),(6614,4656,'action started via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6615,4656,'action complete via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6616,5113,'action created','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6617,4657,'action started via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6618,4657,'action complete via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6619,5114,'action created','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6620,5112,'action started via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6621,5112,'action complete via WP Cron','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6622,5115,'action created','2020-12-25 01:38:03','2020-12-24 17:38:03'),(6623,5115,'action started via WP Cron','2020-12-25 01:44:05','2020-12-24 17:44:05'),(6624,5115,'action complete via WP Cron','2020-12-25 01:44:05','2020-12-24 17:44:05'),(6625,5116,'action created','2020-12-25 01:44:05','2020-12-24 17:44:05'),(6626,5116,'action started via WP Cron','2020-12-25 01:48:22','2020-12-24 17:48:22'),(6627,5116,'action complete via WP Cron','2020-12-25 01:48:22','2020-12-24 17:48:22'),(6628,5117,'action created','2020-12-25 01:48:22','2020-12-24 17:48:22'),(6629,5117,'action started via WP Cron','2020-12-25 01:49:45','2020-12-24 17:49:45'),(6630,5117,'action complete via WP Cron','2020-12-25 01:49:45','2020-12-24 17:49:45'),(6631,5118,'action created','2020-12-25 01:49:45','2020-12-24 17:49:45'),(6632,5118,'action started via WP Cron','2020-12-25 02:11:30','2020-12-24 18:11:30'),(6633,5118,'action complete via WP Cron','2020-12-25 02:11:30','2020-12-24 18:11:30'),(6634,5119,'action created','2020-12-25 02:11:30','2020-12-24 18:11:30'),(6635,5119,'action started via WP Cron','2020-12-25 02:12:30','2020-12-24 18:12:30'),(6636,5119,'action complete via WP Cron','2020-12-25 02:12:30','2020-12-24 18:12:30'),(6637,5120,'action created','2020-12-25 02:12:30','2020-12-24 18:12:30'),(6638,5120,'action started via WP Cron','2020-12-25 02:13:30','2020-12-24 18:13:30'),(6639,5120,'action complete via WP Cron','2020-12-25 02:13:30','2020-12-24 18:13:30'),(6640,5121,'action created','2020-12-25 02:13:31','2020-12-24 18:13:31'),(6641,5121,'action started via WP Cron','2020-12-25 02:15:33','2020-12-24 18:15:33'),(6642,5121,'action complete via WP Cron','2020-12-25 02:15:33','2020-12-24 18:15:33'),(6643,5122,'action created','2020-12-25 02:15:33','2020-12-24 18:15:33'),(6644,5122,'action started via WP Cron','2020-12-25 02:16:34','2020-12-24 18:16:34'),(6645,5122,'action complete via WP Cron','2020-12-25 02:16:34','2020-12-24 18:16:34'),(6646,5123,'action created','2020-12-25 02:16:34','2020-12-24 18:16:34'),(6647,5123,'action started via WP Cron','2020-12-25 02:20:31','2020-12-24 18:20:31'),(6648,5123,'action complete via WP Cron','2020-12-25 02:20:31','2020-12-24 18:20:31'),(6649,5124,'action created','2020-12-25 02:20:31','2020-12-24 18:20:31'),(6650,5124,'action started via WP Cron','2020-12-25 02:23:35','2020-12-24 18:23:35'),(6651,5124,'action complete via WP Cron','2020-12-25 02:23:35','2020-12-24 18:23:35'),(6652,5125,'action created','2020-12-25 02:23:35','2020-12-24 18:23:35'),(6653,5125,'action started via WP Cron','2020-12-25 02:35:26','2020-12-24 18:35:26'),(6654,5125,'action complete via WP Cron','2020-12-25 02:35:26','2020-12-24 18:35:26'),(6655,5126,'action created','2020-12-25 02:35:27','2020-12-24 18:35:27'),(6656,5126,'action started via WP Cron','2020-12-25 02:37:45','2020-12-24 18:37:45'),(6657,5126,'action complete via WP Cron','2020-12-25 02:37:45','2020-12-24 18:37:45'),(6658,5127,'action created','2020-12-25 02:37:46','2020-12-24 18:37:46'),(6659,5127,'action started via WP Cron','2020-12-25 02:41:24','2020-12-24 18:41:24'),(6660,5127,'action complete via WP Cron','2020-12-25 02:41:24','2020-12-24 18:41:24'),(6661,5128,'action created','2020-12-25 02:41:24','2020-12-24 18:41:24'),(6662,5128,'action started via WP Cron','2020-12-25 02:43:46','2020-12-24 18:43:46'),(6663,5128,'action complete via WP Cron','2020-12-25 02:43:46','2020-12-24 18:43:46'),(6664,5129,'action created','2020-12-25 02:43:46','2020-12-24 18:43:46'),(6665,5129,'action started via WP Cron','2020-12-25 02:50:58','2020-12-24 18:50:58'),(6666,5129,'action complete via WP Cron','2020-12-25 02:50:58','2020-12-24 18:50:58'),(6667,5130,'action created','2020-12-25 02:50:58','2020-12-24 18:50:58'),(6668,5130,'action started via WP Cron','2020-12-25 03:10:39','2020-12-24 19:10:39'),(6669,5130,'action complete via WP Cron','2020-12-25 03:10:39','2020-12-24 19:10:39'),(6670,5131,'action created','2020-12-25 03:10:40','2020-12-24 19:10:40'),(6671,5131,'action started via WP Cron','2020-12-25 03:15:45','2020-12-24 19:15:45'),(6672,5131,'action complete via WP Cron','2020-12-25 03:15:45','2020-12-24 19:15:45'),(6673,5132,'action created','2020-12-25 03:15:45','2020-12-24 19:15:45'),(6674,5132,'action started via WP Cron','2020-12-25 03:16:53','2020-12-24 19:16:53'),(6675,5132,'action complete via WP Cron','2020-12-25 03:16:53','2020-12-24 19:16:53'),(6676,5133,'action created','2020-12-25 03:16:53','2020-12-24 19:16:53'),(6677,5133,'action started via WP Cron','2020-12-25 03:18:40','2020-12-24 19:18:40'),(6678,5133,'action complete via WP Cron','2020-12-25 03:18:40','2020-12-24 19:18:40'),(6679,5134,'action created','2020-12-25 03:18:40','2020-12-24 19:18:40'),(6680,5134,'action started via WP Cron','2020-12-25 03:20:43','2020-12-24 19:20:43'),(6681,5134,'action complete via WP Cron','2020-12-25 03:20:43','2020-12-24 19:20:43'),(6682,5135,'action created','2020-12-25 03:20:43','2020-12-24 19:20:43'),(6683,5135,'action started via WP Cron','2020-12-25 03:21:44','2020-12-24 19:21:44'),(6684,5135,'action complete via WP Cron','2020-12-25 03:21:44','2020-12-24 19:21:44'),(6685,5136,'action created','2020-12-25 03:21:44','2020-12-24 19:21:44'),(6686,5136,'action started via WP Cron','2020-12-25 03:22:46','2020-12-24 19:22:46'),(6687,5136,'action complete via WP Cron','2020-12-25 03:22:46','2020-12-24 19:22:46'),(6688,5137,'action created','2020-12-25 03:22:46','2020-12-24 19:22:46'),(6689,5137,'action started via WP Cron','2020-12-25 03:42:35','2020-12-24 19:42:35'),(6690,5137,'action complete via WP Cron','2020-12-25 03:42:35','2020-12-24 19:42:35'),(6691,5138,'action created','2020-12-25 03:42:35','2020-12-24 19:42:35'),(6692,5138,'action started via WP Cron','2020-12-25 04:01:19','2020-12-24 20:01:19'),(6693,5138,'action complete via WP Cron','2020-12-25 04:01:19','2020-12-24 20:01:19'),(6694,5139,'action created','2020-12-25 04:01:19','2020-12-24 20:01:19'),(6695,5139,'action started via WP Cron','2020-12-25 04:02:17','2020-12-24 20:02:17'),(6696,5139,'action complete via WP Cron','2020-12-25 04:02:17','2020-12-24 20:02:17'),(6697,5140,'action created','2020-12-25 04:02:17','2020-12-24 20:02:17'),(6698,5140,'action started via WP Cron','2020-12-25 04:09:41','2020-12-24 20:09:41'),(6699,5140,'action complete via WP Cron','2020-12-25 04:09:41','2020-12-24 20:09:41'),(6700,5141,'action created','2020-12-25 04:15:16','2020-12-24 20:15:16'),(6701,5141,'action started via WP Cron','2020-12-25 04:33:21','2020-12-24 20:33:21'),(6702,5141,'action complete via WP Cron','2020-12-25 04:33:21','2020-12-24 20:33:21'),(6703,5142,'action created','2020-12-25 04:33:21','2020-12-24 20:33:21'),(6704,5142,'action started via WP Cron','2020-12-25 04:42:40','2020-12-24 20:42:40'),(6705,5142,'action complete via WP Cron','2020-12-25 04:42:40','2020-12-24 20:42:40'),(6706,5143,'action created','2020-12-25 04:42:40','2020-12-24 20:42:40'),(6707,5143,'action started via WP Cron','2020-12-25 04:51:25','2020-12-24 20:51:25'),(6708,5143,'action complete via WP Cron','2020-12-25 04:51:25','2020-12-24 20:51:25'),(6709,5144,'action created','2020-12-25 04:51:25','2020-12-24 20:51:25'),(6710,5144,'action started via WP Cron','2020-12-25 04:57:43','2020-12-24 20:57:43'),(6711,5144,'action complete via WP Cron','2020-12-25 04:57:43','2020-12-24 20:57:43'),(6712,5145,'action created','2020-12-25 04:57:43','2020-12-24 20:57:43'),(6713,5145,'action started via WP Cron','2020-12-25 05:01:15','2020-12-24 21:01:15'),(6714,5145,'action complete via WP Cron','2020-12-25 05:01:15','2020-12-24 21:01:15'),(6715,5146,'action created','2020-12-25 05:01:15','2020-12-24 21:01:15'),(6716,5146,'action started via WP Cron','2020-12-25 05:02:10','2020-12-24 21:02:10'),(6717,5146,'action complete via WP Cron','2020-12-25 05:02:10','2020-12-24 21:02:10'),(6718,5147,'action created','2020-12-25 05:02:10','2020-12-24 21:02:10'),(6719,5147,'action started via WP Cron','2020-12-25 05:03:05','2020-12-24 21:03:05'),(6720,5147,'action complete via WP Cron','2020-12-25 05:03:05','2020-12-24 21:03:05'),(6721,5148,'action created','2020-12-25 05:03:05','2020-12-24 21:03:05'),(6722,5148,'action started via WP Cron','2020-12-25 05:05:51','2020-12-24 21:05:51'),(6723,5148,'action complete via WP Cron','2020-12-25 05:05:51','2020-12-24 21:05:51'),(6724,5149,'action created','2020-12-25 05:05:51','2020-12-24 21:05:51'),(6725,5149,'action started via WP Cron','2020-12-25 05:07:59','2020-12-24 21:07:59'),(6726,5149,'action complete via WP Cron','2020-12-25 05:07:59','2020-12-24 21:07:59'),(6727,5150,'action created','2020-12-25 05:07:59','2020-12-24 21:07:59'),(6728,5150,'action started via WP Cron','2020-12-25 05:11:58','2020-12-24 21:11:58'),(6729,5150,'action complete via WP Cron','2020-12-25 05:11:58','2020-12-24 21:11:58'),(6730,5151,'action created','2020-12-25 05:11:58','2020-12-24 21:11:58'),(6731,5151,'action started via WP Cron','2020-12-25 05:13:19','2020-12-24 21:13:19'),(6732,5151,'action complete via WP Cron','2020-12-25 05:13:19','2020-12-24 21:13:19'),(6733,5152,'action created','2020-12-25 05:13:19','2020-12-24 21:13:19'),(6734,5152,'action started via WP Cron','2020-12-25 05:14:52','2020-12-24 21:14:52'),(6735,5152,'action complete via WP Cron','2020-12-25 05:14:52','2020-12-24 21:14:52'),(6736,5153,'action created','2020-12-25 05:14:52','2020-12-24 21:14:52'),(6737,5153,'action started via WP Cron','2020-12-25 05:17:38','2020-12-24 21:17:38'),(6738,5153,'action complete via WP Cron','2020-12-25 05:17:38','2020-12-24 21:17:38'),(6739,5154,'action created','2020-12-25 05:17:39','2020-12-24 21:17:39'),(6740,5154,'action started via WP Cron','2020-12-25 05:25:38','2020-12-24 21:25:38'),(6741,5154,'action complete via WP Cron','2020-12-25 05:25:38','2020-12-24 21:25:38'),(6742,5155,'action created','2020-12-25 05:25:38','2020-12-24 21:25:38'),(6743,5155,'action started via WP Cron','2020-12-25 05:26:26','2020-12-24 21:26:26'),(6744,5155,'action complete via WP Cron','2020-12-25 05:26:26','2020-12-24 21:26:26'),(6745,5156,'action created','2020-12-25 05:26:26','2020-12-24 21:26:26'),(6746,5156,'action started via WP Cron','2020-12-25 05:26:57','2020-12-24 21:26:57'),(6747,5156,'action complete via WP Cron','2020-12-25 05:26:57','2020-12-24 21:26:57'),(6748,5157,'action created','2020-12-25 05:26:57','2020-12-24 21:26:57'),(6749,5157,'action started via WP Cron','2020-12-25 05:30:16','2020-12-24 21:30:16'),(6750,5157,'action complete via WP Cron','2020-12-25 05:30:16','2020-12-24 21:30:16'),(6751,5158,'action created','2020-12-25 05:30:16','2020-12-24 21:30:16'),(6752,5158,'action started via WP Cron','2020-12-25 05:32:07','2020-12-24 21:32:07'),(6753,5158,'action complete via WP Cron','2020-12-25 05:32:07','2020-12-24 21:32:07'),(6754,5159,'action created','2020-12-25 05:32:07','2020-12-24 21:32:07'),(6755,5159,'action started via WP Cron','2020-12-25 05:33:14','2020-12-24 21:33:14'),(6756,5159,'action complete via WP Cron','2020-12-25 05:33:14','2020-12-24 21:33:14'),(6757,5160,'action created','2020-12-25 05:33:14','2020-12-24 21:33:14'),(6761,5161,'action started via WP Cron','2020-12-25 05:48:22','2020-12-24 21:48:22'),(6762,5161,'action complete via WP Cron','2020-12-25 05:48:22','2020-12-24 21:48:22'),(6763,5162,'action created','2020-12-25 05:48:22','2020-12-24 21:48:22'),(6764,5162,'action started via WP Cron','2020-12-25 05:53:45','2020-12-24 21:53:45'),(6765,5162,'action complete via WP Cron','2020-12-25 05:53:45','2020-12-24 21:53:45'),(6766,5163,'action created','2020-12-25 05:53:45','2020-12-24 21:53:45'),(6767,5163,'action started via WP Cron','2020-12-25 05:58:36','2020-12-24 21:58:36'),(6768,5163,'action complete via WP Cron','2020-12-25 05:58:36','2020-12-24 21:58:36'),(6769,5164,'action created','2020-12-25 05:58:36','2020-12-24 21:58:36'),(6770,5164,'action started via WP Cron','2020-12-25 06:02:21','2020-12-24 22:02:21'),(6771,5164,'action complete via WP Cron','2020-12-25 06:02:21','2020-12-24 22:02:21'),(6772,5165,'action created','2020-12-25 06:02:21','2020-12-24 22:02:21'),(6773,5165,'action started via WP Cron','2020-12-25 06:10:38','2020-12-24 22:10:38'),(6774,5165,'action complete via WP Cron','2020-12-25 06:10:38','2020-12-24 22:10:38'),(6775,5166,'action created','2020-12-25 06:10:38','2020-12-24 22:10:38'),(6776,5166,'action started via WP Cron','2020-12-25 06:15:00','2020-12-24 22:15:00'),(6777,5166,'action complete via WP Cron','2020-12-25 06:15:00','2020-12-24 22:15:00'),(6778,5167,'action created','2020-12-25 06:15:01','2020-12-24 22:15:01'),(58820,22517,'action complete via WP Cron','2021-01-25 06:19:01','2021-01-24 22:19:01'),(58819,22517,'action started via WP Cron','2021-01-25 06:19:01','2021-01-24 22:19:01'),(60369,23034,'action created','2021-01-26 06:44:12','2021-01-25 22:44:12'),(6782,5167,'action started via WP Cron','2020-12-25 06:18:46','2020-12-24 22:18:46'),(6783,5167,'action complete via WP Cron','2020-12-25 06:18:46','2020-12-24 22:18:46'),(6784,5169,'action created','2020-12-25 06:18:46','2020-12-24 22:18:46'),(6785,5169,'action started via WP Cron','2020-12-25 06:29:04','2020-12-24 22:29:04'),(6786,5169,'action complete via WP Cron','2020-12-25 06:29:04','2020-12-24 22:29:04'),(6787,5170,'action created','2020-12-25 06:29:05','2020-12-24 22:29:05'),(6788,5170,'action started via WP Cron','2020-12-25 06:30:21','2020-12-24 22:30:21'),(6789,5170,'action complete via WP Cron','2020-12-25 06:30:21','2020-12-24 22:30:21'),(6790,5171,'action created','2020-12-25 06:30:21','2020-12-24 22:30:21'),(6791,5171,'action started via WP Cron','2020-12-25 06:39:54','2020-12-24 22:39:54'),(6792,5171,'action complete via WP Cron','2020-12-25 06:39:54','2020-12-24 22:39:54'),(6793,5172,'action created','2020-12-25 06:39:54','2020-12-24 22:39:54'),(6794,5172,'action started via WP Cron','2020-12-25 06:46:44','2020-12-24 22:46:44'),(6795,5172,'action complete via WP Cron','2020-12-25 06:46:44','2020-12-24 22:46:44'),(6796,5173,'action created','2020-12-25 06:46:44','2020-12-24 22:46:44'),(6797,5173,'action started via WP Cron','2020-12-25 07:03:41','2020-12-24 23:03:41'),(6798,5173,'action complete via WP Cron','2020-12-25 07:03:41','2020-12-24 23:03:41'),(6799,5174,'action created','2020-12-25 07:03:41','2020-12-24 23:03:41'),(6800,5174,'action started via WP Cron','2020-12-25 07:17:10','2020-12-24 23:17:10'),(6801,5174,'action complete via WP Cron','2020-12-25 07:17:10','2020-12-24 23:17:10'),(6802,5175,'action created','2020-12-25 07:17:10','2020-12-24 23:17:10'),(6803,5175,'action started via WP Cron','2020-12-25 07:23:37','2020-12-24 23:23:37'),(6804,5175,'action complete via WP Cron','2020-12-25 07:23:37','2020-12-24 23:23:37'),(6805,5176,'action created','2020-12-25 07:23:37','2020-12-24 23:23:37'),(6806,5176,'action started via WP Cron','2020-12-25 07:26:10','2020-12-24 23:26:10'),(6807,5176,'action complete via WP Cron','2020-12-25 07:26:10','2020-12-24 23:26:10'),(6808,5177,'action created','2020-12-25 07:26:10','2020-12-24 23:26:10'),(6809,5177,'action started via WP Cron','2020-12-25 07:30:29','2020-12-24 23:30:29'),(6810,5177,'action complete via WP Cron','2020-12-25 07:30:29','2020-12-24 23:30:29'),(6811,5178,'action created','2020-12-25 07:30:29','2020-12-24 23:30:29'),(6812,5178,'action started via WP Cron','2020-12-25 07:32:37','2020-12-24 23:32:37'),(6813,5178,'action complete via WP Cron','2020-12-25 07:32:37','2020-12-24 23:32:37'),(6814,5179,'action created','2020-12-25 07:32:38','2020-12-24 23:32:38'),(6815,5179,'action started via WP Cron','2020-12-25 07:33:38','2020-12-24 23:33:38'),(6816,5179,'action complete via WP Cron','2020-12-25 07:33:38','2020-12-24 23:33:38'),(6817,5180,'action created','2020-12-25 07:33:38','2020-12-24 23:33:38'),(6818,5180,'action started via WP Cron','2020-12-25 07:33:54','2020-12-24 23:33:54'),(6819,5180,'action complete via WP Cron','2020-12-25 07:33:54','2020-12-24 23:33:54'),(6820,5181,'action created','2020-12-25 07:33:55','2020-12-24 23:33:55'),(6821,5181,'action started via WP Cron','2020-12-25 07:48:33','2020-12-24 23:48:33'),(6822,5181,'action complete via WP Cron','2020-12-25 07:48:33','2020-12-24 23:48:33'),(6823,5182,'action created','2020-12-25 07:48:35','2020-12-24 23:48:35'),(6824,5182,'action started via WP Cron','2020-12-25 07:50:13','2020-12-24 23:50:13'),(6825,5182,'action complete via WP Cron','2020-12-25 07:50:13','2020-12-24 23:50:13'),(6826,5183,'action created','2020-12-25 07:50:13','2020-12-24 23:50:13'),(6827,5183,'action started via WP Cron','2020-12-25 07:51:51','2020-12-24 23:51:51'),(6828,5183,'action complete via WP Cron','2020-12-25 07:51:51','2020-12-24 23:51:51'),(6829,5184,'action created','2020-12-25 07:51:51','2020-12-24 23:51:51'),(6830,5184,'action started via WP Cron','2020-12-25 07:54:41','2020-12-24 23:54:41'),(6831,5184,'action complete via WP Cron','2020-12-25 07:54:41','2020-12-24 23:54:41'),(6832,5185,'action created','2020-12-25 07:54:41','2020-12-24 23:54:41'),(6833,5185,'action started via WP Cron','2020-12-25 08:12:08','2020-12-25 00:12:08'),(6834,5185,'action complete via WP Cron','2020-12-25 08:12:08','2020-12-25 00:12:08'),(6835,5186,'action created','2020-12-25 08:12:08','2020-12-25 00:12:08'),(6836,5186,'action started via WP Cron','2020-12-25 08:15:55','2020-12-25 00:15:55'),(6837,5186,'action complete via WP Cron','2020-12-25 08:15:55','2020-12-25 00:15:55'),(6838,5187,'action created','2020-12-25 08:15:55','2020-12-25 00:15:55'),(6839,5187,'action started via WP Cron','2020-12-25 08:17:30','2020-12-25 00:17:30'),(6840,5187,'action complete via WP Cron','2020-12-25 08:17:30','2020-12-25 00:17:30'),(6841,5188,'action created','2020-12-25 08:17:30','2020-12-25 00:17:30'),(6842,5188,'action started via WP Cron','2020-12-25 08:22:36','2020-12-25 00:22:36'),(6843,5188,'action complete via WP Cron','2020-12-25 08:22:36','2020-12-25 00:22:36'),(6844,5189,'action created','2020-12-25 08:22:36','2020-12-25 00:22:36'),(6845,5189,'action started via WP Cron','2020-12-25 08:23:40','2020-12-25 00:23:40'),(6846,5189,'action complete via WP Cron','2020-12-25 08:23:40','2020-12-25 00:23:40'),(6847,5190,'action created','2020-12-25 08:23:40','2020-12-25 00:23:40'),(6848,5190,'action started via WP Cron','2020-12-25 08:24:43','2020-12-25 00:24:43'),(6849,5190,'action complete via WP Cron','2020-12-25 08:24:43','2020-12-25 00:24:43'),(6850,5191,'action created','2020-12-25 08:24:43','2020-12-25 00:24:43'),(6851,5191,'action started via WP Cron','2020-12-25 08:26:14','2020-12-25 00:26:14'),(6852,5191,'action complete via WP Cron','2020-12-25 08:26:14','2020-12-25 00:26:14'),(6853,5192,'action created','2020-12-25 08:26:14','2020-12-25 00:26:14'),(6854,5192,'action started via WP Cron','2020-12-25 08:28:33','2020-12-25 00:28:33'),(6855,5192,'action complete via WP Cron','2020-12-25 08:28:33','2020-12-25 00:28:33'),(6856,5193,'action created','2020-12-25 08:28:33','2020-12-25 00:28:33'),(6857,5193,'action started via WP Cron','2020-12-25 08:31:34','2020-12-25 00:31:34'),(6858,5193,'action complete via WP Cron','2020-12-25 08:31:34','2020-12-25 00:31:34'),(6859,5194,'action created','2020-12-25 08:31:34','2020-12-25 00:31:34'),(6860,5194,'action started via WP Cron','2020-12-25 08:39:48','2020-12-25 00:39:48'),(6861,5194,'action complete via WP Cron','2020-12-25 08:39:48','2020-12-25 00:39:48'),(6862,5195,'action created','2020-12-25 08:39:48','2020-12-25 00:39:48'),(6863,5195,'action started via WP Cron','2020-12-25 08:47:11','2020-12-25 00:47:11'),(6864,5195,'action complete via WP Cron','2020-12-25 08:47:11','2020-12-25 00:47:11'),(6865,5196,'action created','2020-12-25 08:47:12','2020-12-25 00:47:12'),(6866,5196,'action started via WP Cron','2020-12-25 08:55:19','2020-12-25 00:55:19'),(6867,5196,'action complete via WP Cron','2020-12-25 08:55:19','2020-12-25 00:55:19'),(6868,5197,'action created','2020-12-25 08:55:20','2020-12-25 00:55:20'),(6869,5197,'action started via WP Cron','2020-12-25 08:56:21','2020-12-25 00:56:21'),(6870,5197,'action complete via WP Cron','2020-12-25 08:56:21','2020-12-25 00:56:21'),(6871,5198,'action created','2020-12-25 08:56:21','2020-12-25 00:56:21'),(6872,5198,'action started via WP Cron','2020-12-25 09:02:50','2020-12-25 01:02:50'),(6873,5198,'action complete via WP Cron','2020-12-25 09:02:50','2020-12-25 01:02:50'),(6874,5199,'action created','2020-12-25 09:02:51','2020-12-25 01:02:51'),(6875,5199,'action started via WP Cron','2020-12-25 09:09:20','2020-12-25 01:09:20'),(6876,5199,'action complete via WP Cron','2020-12-25 09:09:20','2020-12-25 01:09:20'),(6877,5200,'action created','2020-12-25 09:09:20','2020-12-25 01:09:20'),(6878,5200,'action started via WP Cron','2020-12-25 09:10:49','2020-12-25 01:10:49'),(6879,5200,'action complete via WP Cron','2020-12-25 09:10:49','2020-12-25 01:10:49'),(6880,5201,'action created','2020-12-25 09:10:49','2020-12-25 01:10:49'),(6881,5201,'action started via WP Cron','2020-12-25 09:11:51','2020-12-25 01:11:51'),(6882,5201,'action complete via WP Cron','2020-12-25 09:11:51','2020-12-25 01:11:51'),(6883,5202,'action created','2020-12-25 09:11:51','2020-12-25 01:11:51'),(6884,5202,'action started via WP Cron','2020-12-25 09:19:39','2020-12-25 01:19:39'),(6885,5202,'action complete via WP Cron','2020-12-25 09:19:39','2020-12-25 01:19:39'),(6886,5203,'action created','2020-12-25 09:19:39','2020-12-25 01:19:39'),(6887,5203,'action started via WP Cron','2020-12-25 09:26:47','2020-12-25 01:26:47'),(6888,5203,'action complete via WP Cron','2020-12-25 09:26:47','2020-12-25 01:26:47'),(6889,5204,'action created','2020-12-25 09:26:47','2020-12-25 01:26:47'),(6890,5204,'action started via WP Cron','2020-12-25 09:31:21','2020-12-25 01:31:21'),(6891,5204,'action complete via WP Cron','2020-12-25 09:31:21','2020-12-25 01:31:21'),(6892,5205,'action created','2020-12-25 09:31:21','2020-12-25 01:31:21'),(6893,5205,'action started via WP Cron','2020-12-25 09:46:55','2020-12-25 01:46:55'),(6894,5205,'action complete via WP Cron','2020-12-25 09:46:55','2020-12-25 01:46:55'),(6895,5206,'action created','2020-12-25 09:46:55','2020-12-25 01:46:55'),(6896,5206,'action started via WP Cron','2020-12-25 09:48:08','2020-12-25 01:48:08'),(6897,5206,'action complete via WP Cron','2020-12-25 09:48:08','2020-12-25 01:48:08'),(6898,5207,'action created','2020-12-25 09:48:08','2020-12-25 01:48:08'),(6899,5207,'action started via WP Cron','2020-12-25 09:55:23','2020-12-25 01:55:23'),(6900,5207,'action complete via WP Cron','2020-12-25 09:55:23','2020-12-25 01:55:23'),(6901,5208,'action created','2020-12-25 09:55:23','2020-12-25 01:55:23'),(6902,5208,'action started via WP Cron','2020-12-25 09:57:15','2020-12-25 01:57:15'),(6903,5208,'action complete via WP Cron','2020-12-25 09:57:15','2020-12-25 01:57:15'),(6904,5209,'action created','2020-12-25 09:57:15','2020-12-25 01:57:15'),(6905,5209,'action started via WP Cron','2020-12-25 09:57:43','2020-12-25 01:57:43'),(6906,5209,'action complete via WP Cron','2020-12-25 09:57:43','2020-12-25 01:57:43'),(6907,5210,'action created','2020-12-25 09:57:43','2020-12-25 01:57:43'),(6908,5210,'action started via WP Cron','2020-12-25 09:58:45','2020-12-25 01:58:45'),(6909,5210,'action complete via WP Cron','2020-12-25 09:58:45','2020-12-25 01:58:45'),(6910,5211,'action created','2020-12-25 09:58:45','2020-12-25 01:58:45'),(6911,5211,'action started via WP Cron','2020-12-25 09:59:47','2020-12-25 01:59:47'),(6912,5211,'action complete via WP Cron','2020-12-25 09:59:47','2020-12-25 01:59:47'),(6913,5212,'action created','2020-12-25 09:59:47','2020-12-25 01:59:47'),(6914,5212,'action started via WP Cron','2020-12-25 10:00:43','2020-12-25 02:00:43'),(6915,5212,'action complete via WP Cron','2020-12-25 10:00:43','2020-12-25 02:00:43'),(6916,5213,'action created','2020-12-25 10:00:43','2020-12-25 02:00:43'),(6917,5213,'action started via WP Cron','2020-12-25 10:01:51','2020-12-25 02:01:51'),(6918,5213,'action complete via WP Cron','2020-12-25 10:01:51','2020-12-25 02:01:51'),(6919,5214,'action created','2020-12-25 10:01:51','2020-12-25 02:01:51'),(6920,5214,'action started via WP Cron','2020-12-25 10:02:49','2020-12-25 02:02:49'),(6921,5214,'action complete via WP Cron','2020-12-25 10:02:49','2020-12-25 02:02:49'),(6922,5215,'action created','2020-12-25 10:02:49','2020-12-25 02:02:49'),(6923,5215,'action started via WP Cron','2020-12-25 10:03:42','2020-12-25 02:03:42'),(6924,5215,'action complete via WP Cron','2020-12-25 10:03:42','2020-12-25 02:03:42'),(6925,5216,'action created','2020-12-25 10:03:42','2020-12-25 02:03:42'),(6926,5216,'action started via WP Cron','2020-12-25 10:04:52','2020-12-25 02:04:52'),(6927,5216,'action complete via WP Cron','2020-12-25 10:04:52','2020-12-25 02:04:52'),(6928,5217,'action created','2020-12-25 10:04:52','2020-12-25 02:04:52'),(6929,5217,'action started via WP Cron','2020-12-25 10:05:52','2020-12-25 02:05:52'),(6930,5217,'action complete via WP Cron','2020-12-25 10:05:52','2020-12-25 02:05:52'),(6931,5218,'action created','2020-12-25 10:05:53','2020-12-25 02:05:53'),(6932,5218,'action started via WP Cron','2020-12-25 10:06:43','2020-12-25 02:06:43'),(6933,5218,'action complete via WP Cron','2020-12-25 10:06:43','2020-12-25 02:06:43'),(6934,5219,'action created','2020-12-25 10:06:43','2020-12-25 02:06:43'),(6935,5219,'action started via WP Cron','2020-12-25 10:07:41','2020-12-25 02:07:41'),(6936,5219,'action complete via WP Cron','2020-12-25 10:07:41','2020-12-25 02:07:41'),(6937,5220,'action created','2020-12-25 10:07:41','2020-12-25 02:07:41'),(6938,5220,'action started via WP Cron','2020-12-25 10:08:46','2020-12-25 02:08:46'),(6939,5220,'action complete via WP Cron','2020-12-25 10:08:46','2020-12-25 02:08:46'),(6940,5221,'action created','2020-12-25 10:08:46','2020-12-25 02:08:46'),(6941,5221,'action started via WP Cron','2020-12-25 10:09:41','2020-12-25 02:09:41'),(6942,5221,'action complete via WP Cron','2020-12-25 10:09:41','2020-12-25 02:09:41'),(6943,5222,'action created','2020-12-25 10:09:41','2020-12-25 02:09:41'),(6944,5222,'action started via WP Cron','2020-12-25 10:10:53','2020-12-25 02:10:53'),(6945,5222,'action complete via WP Cron','2020-12-25 10:10:53','2020-12-25 02:10:53'),(6946,5223,'action created','2020-12-25 10:10:53','2020-12-25 02:10:53'),(6947,5223,'action started via WP Cron','2020-12-25 10:11:45','2020-12-25 02:11:45'),(6948,5223,'action complete via WP Cron','2020-12-25 10:11:45','2020-12-25 02:11:45'),(6949,5224,'action created','2020-12-25 10:11:45','2020-12-25 02:11:45'),(6950,5224,'action started via WP Cron','2020-12-25 10:12:43','2020-12-25 02:12:43'),(6951,5224,'action complete via WP Cron','2020-12-25 10:12:43','2020-12-25 02:12:43'),(6952,5225,'action created','2020-12-25 10:12:43','2020-12-25 02:12:43'),(6953,5225,'action started via WP Cron','2020-12-25 10:13:53','2020-12-25 02:13:53'),(6954,5225,'action complete via WP Cron','2020-12-25 10:13:53','2020-12-25 02:13:53'),(6955,5226,'action created','2020-12-25 10:13:54','2020-12-25 02:13:54'),(6956,5226,'action started via WP Cron','2020-12-25 10:14:47','2020-12-25 02:14:47'),(6957,5226,'action complete via WP Cron','2020-12-25 10:14:47','2020-12-25 02:14:47'),(6958,5227,'action created','2020-12-25 10:14:48','2020-12-25 02:14:48'),(6959,5227,'action started via WP Cron','2020-12-25 10:15:41','2020-12-25 02:15:41'),(6960,5227,'action complete via WP Cron','2020-12-25 10:15:41','2020-12-25 02:15:41'),(6961,5228,'action created','2020-12-25 10:15:41','2020-12-25 02:15:41'),(6962,5228,'action started via WP Cron','2020-12-25 10:17:09','2020-12-25 02:17:09'),(6963,5228,'action complete via WP Cron','2020-12-25 10:17:09','2020-12-25 02:17:09'),(6964,5229,'action created','2020-12-25 10:17:09','2020-12-25 02:17:09'),(6965,5229,'action started via WP Cron','2020-12-25 10:27:32','2020-12-25 02:27:32'),(6966,5229,'action complete via WP Cron','2020-12-25 10:27:32','2020-12-25 02:27:32'),(6967,5230,'action created','2020-12-25 10:27:32','2020-12-25 02:27:32'),(6968,5230,'action started via WP Cron','2020-12-25 10:27:54','2020-12-25 02:27:54'),(6969,5230,'action complete via WP Cron','2020-12-25 10:27:54','2020-12-25 02:27:54'),(6970,5231,'action created','2020-12-25 10:31:23','2020-12-25 02:31:23'),(6971,5231,'action started via WP Cron','2020-12-25 10:32:58','2020-12-25 02:32:58'),(6972,5231,'action complete via WP Cron','2020-12-25 10:32:58','2020-12-25 02:32:58'),(6973,5232,'action created','2020-12-25 10:32:58','2020-12-25 02:32:58'),(6974,5232,'action started via WP Cron','2020-12-25 10:37:30','2020-12-25 02:37:30'),(6975,5232,'action complete via WP Cron','2020-12-25 10:37:30','2020-12-25 02:37:30'),(6976,5233,'action created','2020-12-25 10:37:30','2020-12-25 02:37:30'),(6977,5233,'action started via WP Cron','2020-12-25 10:39:34','2020-12-25 02:39:34'),(6978,5233,'action complete via WP Cron','2020-12-25 10:39:34','2020-12-25 02:39:34'),(6979,5234,'action created','2020-12-25 10:39:36','2020-12-25 02:39:36'),(6980,5234,'action started via WP Cron','2020-12-25 10:40:34','2020-12-25 02:40:34'),(6981,5234,'action complete via WP Cron','2020-12-25 10:40:34','2020-12-25 02:40:34'),(6982,5235,'action created','2020-12-25 10:40:34','2020-12-25 02:40:34'),(6983,5235,'action started via WP Cron','2020-12-25 10:41:42','2020-12-25 02:41:42'),(6984,5235,'action complete via WP Cron','2020-12-25 10:41:42','2020-12-25 02:41:42'),(6985,5236,'action created','2020-12-25 10:41:42','2020-12-25 02:41:42'),(6986,5236,'action started via WP Cron','2020-12-25 10:47:27','2020-12-25 02:47:27'),(6987,5236,'action complete via WP Cron','2020-12-25 10:47:27','2020-12-25 02:47:27'),(6988,5237,'action created','2020-12-25 10:47:27','2020-12-25 02:47:27'),(6989,5237,'action started via WP Cron','2020-12-25 10:55:00','2020-12-25 02:55:00'),(6990,5237,'action complete via WP Cron','2020-12-25 10:55:00','2020-12-25 02:55:00'),(6991,5238,'action created','2020-12-25 10:55:00','2020-12-25 02:55:00'),(6992,5238,'action started via WP Cron','2020-12-25 10:56:55','2020-12-25 02:56:55'),(6993,5238,'action complete via WP Cron','2020-12-25 10:56:55','2020-12-25 02:56:55'),(6994,5239,'action created','2020-12-25 11:00:55','2020-12-25 03:00:55'),(6995,5239,'action started via WP Cron','2020-12-25 11:03:23','2020-12-25 03:03:23'),(6996,5239,'action complete via WP Cron','2020-12-25 11:03:23','2020-12-25 03:03:23'),(6997,5240,'action created','2020-12-25 11:06:51','2020-12-25 03:06:51'),(6998,5240,'action started via WP Cron','2020-12-25 11:11:46','2020-12-25 03:11:46'),(6999,5240,'action complete via WP Cron','2020-12-25 11:11:46','2020-12-25 03:11:46'),(7000,5241,'action created','2020-12-25 11:11:46','2020-12-25 03:11:46'),(7001,5241,'action started via WP Cron','2020-12-25 11:13:41','2020-12-25 03:13:41'),(7002,5241,'action complete via WP Cron','2020-12-25 11:13:41','2020-12-25 03:13:41'),(7003,5242,'action created','2020-12-25 11:13:41','2020-12-25 03:13:41'),(7004,5242,'action started via WP Cron','2020-12-25 11:15:43','2020-12-25 03:15:43'),(7005,5242,'action complete via WP Cron','2020-12-25 11:15:43','2020-12-25 03:15:43'),(7006,5243,'action created','2020-12-25 11:16:44','2020-12-25 03:16:44'),(7007,5243,'action started via WP Cron','2020-12-25 11:17:46','2020-12-25 03:17:46'),(7008,5243,'action complete via WP Cron','2020-12-25 11:17:46','2020-12-25 03:17:46'),(7009,5244,'action created','2020-12-25 11:32:34','2020-12-25 03:32:34'),(7010,5244,'action started via WP Cron','2020-12-25 11:33:21','2020-12-25 03:33:21'),(7011,5244,'action complete via WP Cron','2020-12-25 11:33:21','2020-12-25 03:33:21'),(7012,5245,'action created','2020-12-25 11:33:21','2020-12-25 03:33:21'),(7013,5245,'action started via WP Cron','2020-12-25 11:37:34','2020-12-25 03:37:34'),(7014,5245,'action complete via WP Cron','2020-12-25 11:37:34','2020-12-25 03:37:34'),(7015,5246,'action created','2020-12-25 11:37:34','2020-12-25 03:37:34'),(7016,5246,'action started via WP Cron','2020-12-25 11:39:12','2020-12-25 03:39:12'),(7017,5246,'action complete via WP Cron','2020-12-25 11:39:12','2020-12-25 03:39:12'),(7018,5247,'action created','2020-12-25 11:39:12','2020-12-25 03:39:12'),(7019,5247,'action started via WP Cron','2020-12-25 11:40:13','2020-12-25 03:40:13'),(7020,5247,'action complete via WP Cron','2020-12-25 11:40:13','2020-12-25 03:40:13'),(7021,5248,'action created','2020-12-25 11:40:13','2020-12-25 03:40:13'),(7022,5248,'action started via WP Cron','2020-12-25 11:42:42','2020-12-25 03:42:42'),(7023,5248,'action complete via WP Cron','2020-12-25 11:42:42','2020-12-25 03:42:42'),(7024,5249,'action created','2020-12-25 11:42:42','2020-12-25 03:42:42'),(7025,5249,'action started via WP Cron','2020-12-25 11:43:43','2020-12-25 03:43:43'),(7026,5249,'action complete via WP Cron','2020-12-25 11:43:43','2020-12-25 03:43:43'),(7027,5250,'action created','2020-12-25 11:43:54','2020-12-25 03:43:54'),(7028,5250,'action started via WP Cron','2020-12-25 11:44:41','2020-12-25 03:44:41'),(7029,5250,'action complete via WP Cron','2020-12-25 11:44:41','2020-12-25 03:44:41'),(7030,5251,'action created','2020-12-25 11:44:41','2020-12-25 03:44:41'),(7031,5251,'action started via WP Cron','2020-12-25 11:53:00','2020-12-25 03:53:00'),(7032,5251,'action complete via WP Cron','2020-12-25 11:53:00','2020-12-25 03:53:00'),(7033,5252,'action created','2020-12-25 11:53:00','2020-12-25 03:53:00'),(7034,5252,'action started via WP Cron','2020-12-25 11:53:55','2020-12-25 03:53:55'),(7035,5252,'action complete via WP Cron','2020-12-25 11:53:55','2020-12-25 03:53:55'),(7036,5253,'action created','2020-12-25 11:53:55','2020-12-25 03:53:55'),(7037,5253,'action started via WP Cron','2020-12-25 12:03:47','2020-12-25 04:03:47'),(7038,5253,'action complete via WP Cron','2020-12-25 12:03:47','2020-12-25 04:03:47'),(7039,5254,'action created','2020-12-25 12:03:47','2020-12-25 04:03:47'),(7040,5254,'action started via WP Cron','2020-12-25 12:04:54','2020-12-25 04:04:54'),(7041,5254,'action complete via WP Cron','2020-12-25 12:04:54','2020-12-25 04:04:54'),(7042,5255,'action created','2020-12-25 12:04:54','2020-12-25 04:04:54'),(7043,5255,'action started via WP Cron','2020-12-25 12:05:56','2020-12-25 04:05:56'),(7044,5255,'action complete via WP Cron','2020-12-25 12:05:56','2020-12-25 04:05:56'),(7045,5256,'action created','2020-12-25 12:05:56','2020-12-25 04:05:56'),(7046,5256,'action started via WP Cron','2020-12-25 12:07:54','2020-12-25 04:07:54'),(7047,5256,'action complete via WP Cron','2020-12-25 12:07:55','2020-12-25 04:07:55'),(7048,5257,'action created','2020-12-25 12:07:55','2020-12-25 04:07:55'),(7049,5257,'action started via WP Cron','2020-12-25 12:08:59','2020-12-25 04:08:59'),(7050,5257,'action complete via WP Cron','2020-12-25 12:08:59','2020-12-25 04:08:59'),(7051,5258,'action created','2020-12-25 12:08:59','2020-12-25 04:08:59'),(7052,5258,'action started via WP Cron','2020-12-25 12:10:01','2020-12-25 04:10:01'),(7053,5258,'action complete via WP Cron','2020-12-25 12:10:01','2020-12-25 04:10:01'),(7054,5259,'action created','2020-12-25 12:10:01','2020-12-25 04:10:01'),(7055,5259,'action started via WP Cron','2020-12-25 12:14:49','2020-12-25 04:14:49'),(7056,5259,'action complete via WP Cron','2020-12-25 12:14:49','2020-12-25 04:14:49'),(7057,5260,'action created','2020-12-25 12:14:50','2020-12-25 04:14:50'),(7058,5260,'action started via WP Cron','2020-12-25 12:26:26','2020-12-25 04:26:26'),(7059,5260,'action complete via WP Cron','2020-12-25 12:26:26','2020-12-25 04:26:26'),(7060,5261,'action created','2020-12-25 12:26:26','2020-12-25 04:26:26'),(7061,5261,'action started via WP Cron','2020-12-25 12:35:23','2020-12-25 04:35:23'),(7062,5261,'action complete via WP Cron','2020-12-25 12:35:23','2020-12-25 04:35:23'),(7063,5262,'action created','2020-12-25 12:35:24','2020-12-25 04:35:24'),(7064,5262,'action started via WP Cron','2020-12-25 12:44:50','2020-12-25 04:44:50'),(7065,5262,'action complete via WP Cron','2020-12-25 12:44:50','2020-12-25 04:44:50'),(7066,5263,'action created','2020-12-25 12:44:50','2020-12-25 04:44:50'),(7067,5263,'action started via WP Cron','2020-12-25 12:45:44','2020-12-25 04:45:44'),(7068,5263,'action complete via WP Cron','2020-12-25 12:45:44','2020-12-25 04:45:44'),(7069,5264,'action created','2020-12-25 12:45:44','2020-12-25 04:45:44'),(7070,5264,'action started via WP Cron','2020-12-25 12:46:45','2020-12-25 04:46:45'),(7071,5264,'action complete via WP Cron','2020-12-25 12:46:45','2020-12-25 04:46:45'),(7072,5265,'action created','2020-12-25 12:46:45','2020-12-25 04:46:45'),(7073,5265,'action started via WP Cron','2020-12-25 12:47:46','2020-12-25 04:47:46'),(7074,5265,'action complete via WP Cron','2020-12-25 12:47:46','2020-12-25 04:47:46'),(7075,5266,'action created','2020-12-25 12:47:47','2020-12-25 04:47:47'),(7076,5266,'action started via WP Cron','2020-12-25 12:48:47','2020-12-25 04:48:47'),(7077,5266,'action complete via WP Cron','2020-12-25 12:48:47','2020-12-25 04:48:47'),(7078,5267,'action created','2020-12-25 12:48:47','2020-12-25 04:48:47'),(7079,5267,'action started via WP Cron','2020-12-25 12:51:22','2020-12-25 04:51:22'),(7080,5267,'action complete via WP Cron','2020-12-25 12:51:22','2020-12-25 04:51:22'),(7081,5268,'action created','2020-12-25 12:51:22','2020-12-25 04:51:22'),(7082,5268,'action started via WP Cron','2020-12-25 12:54:12','2020-12-25 04:54:12'),(7083,5268,'action complete via WP Cron','2020-12-25 12:54:12','2020-12-25 04:54:12'),(7084,5269,'action created','2020-12-25 12:54:12','2020-12-25 04:54:12'),(7085,5269,'action started via WP Cron','2020-12-25 12:56:15','2020-12-25 04:56:15'),(7086,5269,'action complete via WP Cron','2020-12-25 12:56:15','2020-12-25 04:56:15'),(7087,5270,'action created','2020-12-25 12:56:15','2020-12-25 04:56:15'),(7088,5270,'action started via WP Cron','2020-12-25 12:58:35','2020-12-25 04:58:35'),(7089,5270,'action complete via WP Cron','2020-12-25 12:58:35','2020-12-25 04:58:35'),(7090,5271,'action created','2020-12-25 12:58:35','2020-12-25 04:58:35'),(7091,5271,'action started via WP Cron','2020-12-25 13:01:12','2020-12-25 05:01:12'),(7092,5271,'action complete via WP Cron','2020-12-25 13:01:12','2020-12-25 05:01:12'),(7093,5272,'action created','2020-12-25 13:01:13','2020-12-25 05:01:13'),(7094,5272,'action started via WP Cron','2020-12-25 13:01:48','2020-12-25 05:01:48'),(7095,5272,'action complete via WP Cron','2020-12-25 13:01:48','2020-12-25 05:01:48'),(7096,5273,'action created','2020-12-25 13:01:48','2020-12-25 05:01:48'),(7097,5273,'action started via WP Cron','2020-12-25 13:02:41','2020-12-25 05:02:41'),(7098,5273,'action complete via WP Cron','2020-12-25 13:02:41','2020-12-25 05:02:41'),(7099,5274,'action created','2020-12-25 13:02:42','2020-12-25 05:02:42'),(7100,5274,'action started via WP Cron','2020-12-25 13:03:44','2020-12-25 05:03:44'),(7101,5274,'action complete via WP Cron','2020-12-25 13:03:44','2020-12-25 05:03:44'),(7102,5275,'action created','2020-12-25 13:03:44','2020-12-25 05:03:44'),(7103,5275,'action started via WP Cron','2020-12-25 13:10:13','2020-12-25 05:10:13'),(7104,5275,'action complete via WP Cron','2020-12-25 13:10:13','2020-12-25 05:10:13'),(7105,5276,'action created','2020-12-25 13:10:13','2020-12-25 05:10:13'),(7106,5276,'action started via WP Cron','2020-12-25 13:11:15','2020-12-25 05:11:15'),(7107,5276,'action complete via WP Cron','2020-12-25 13:11:15','2020-12-25 05:11:15'),(7108,5277,'action created','2020-12-25 13:11:15','2020-12-25 05:11:15'),(7109,5277,'action started via WP Cron','2020-12-25 13:12:16','2020-12-25 05:12:16'),(7110,5277,'action complete via WP Cron','2020-12-25 13:12:16','2020-12-25 05:12:16'),(7111,5278,'action created','2020-12-25 13:12:16','2020-12-25 05:12:16'),(7112,5278,'action started via WP Cron','2020-12-25 13:14:18','2020-12-25 05:14:18'),(7113,5278,'action complete via WP Cron','2020-12-25 13:14:18','2020-12-25 05:14:18'),(7114,5279,'action created','2020-12-25 13:14:18','2020-12-25 05:14:18'),(7115,5279,'action started via WP Cron','2020-12-25 13:15:19','2020-12-25 05:15:19'),(7116,5279,'action complete via WP Cron','2020-12-25 13:15:19','2020-12-25 05:15:19'),(7117,5280,'action created','2020-12-25 13:15:19','2020-12-25 05:15:19'),(7118,5280,'action started via WP Cron','2020-12-25 13:16:23','2020-12-25 05:16:23'),(7119,5280,'action complete via WP Cron','2020-12-25 13:16:23','2020-12-25 05:16:23'),(7120,5281,'action created','2020-12-25 13:16:23','2020-12-25 05:16:23'),(7121,5281,'action started via WP Cron','2020-12-25 13:24:20','2020-12-25 05:24:20'),(7122,5281,'action complete via WP Cron','2020-12-25 13:24:20','2020-12-25 05:24:20'),(7123,5282,'action created','2020-12-25 13:24:24','2020-12-25 05:24:24'),(7124,5282,'action started via WP Cron','2020-12-25 13:24:41','2020-12-25 05:24:41'),(7125,5282,'action complete via WP Cron','2020-12-25 13:24:41','2020-12-25 05:24:41'),(7126,5283,'action created','2020-12-25 13:24:41','2020-12-25 05:24:41'),(7127,5283,'action started via WP Cron','2020-12-25 13:31:47','2020-12-25 05:31:47'),(7128,5283,'action complete via WP Cron','2020-12-25 13:31:47','2020-12-25 05:31:47'),(7129,5284,'action created','2020-12-25 13:31:48','2020-12-25 05:31:48'),(7130,5284,'action started via WP Cron','2020-12-25 13:40:07','2020-12-25 05:40:07'),(7131,5284,'action complete via WP Cron','2020-12-25 13:40:07','2020-12-25 05:40:07'),(7132,5285,'action created','2020-12-25 13:40:07','2020-12-25 05:40:07'),(7133,5285,'action started via WP Cron','2020-12-25 13:47:23','2020-12-25 05:47:23'),(7134,5285,'action complete via WP Cron','2020-12-25 13:47:23','2020-12-25 05:47:23'),(7135,5286,'action created','2020-12-25 13:47:23','2020-12-25 05:47:23'),(7136,5286,'action started via WP Cron','2020-12-25 13:49:27','2020-12-25 05:49:27'),(7137,5286,'action complete via WP Cron','2020-12-25 13:49:27','2020-12-25 05:49:27'),(7138,5287,'action created','2020-12-25 13:49:28','2020-12-25 05:49:28'),(7139,5287,'action started via WP Cron','2020-12-25 13:49:47','2020-12-25 05:49:47'),(7140,5287,'action complete via WP Cron','2020-12-25 13:49:47','2020-12-25 05:49:47'),(7141,5288,'action created','2020-12-25 13:49:47','2020-12-25 05:49:47'),(7142,5288,'action started via WP Cron','2020-12-25 13:50:48','2020-12-25 05:50:48'),(7143,5288,'action complete via WP Cron','2020-12-25 13:50:48','2020-12-25 05:50:48'),(7144,5289,'action created','2020-12-25 13:50:48','2020-12-25 05:50:48'),(7145,5289,'action started via WP Cron','2020-12-25 13:51:49','2020-12-25 05:51:49'),(7146,5289,'action complete via WP Cron','2020-12-25 13:51:49','2020-12-25 05:51:49'),(7147,5290,'action created','2020-12-25 13:51:49','2020-12-25 05:51:49'),(7148,5290,'action started via WP Cron','2020-12-25 13:52:50','2020-12-25 05:52:50'),(7149,5290,'action complete via WP Cron','2020-12-25 13:52:50','2020-12-25 05:52:50'),(7150,5291,'action created','2020-12-25 13:52:50','2020-12-25 05:52:50'),(7151,5291,'action started via WP Cron','2020-12-25 13:54:26','2020-12-25 05:54:26'),(7152,5291,'action complete via WP Cron','2020-12-25 13:54:26','2020-12-25 05:54:26'),(7153,5292,'action created','2020-12-25 13:54:26','2020-12-25 05:54:26'),(7154,5292,'action started via WP Cron','2020-12-25 13:55:38','2020-12-25 05:55:38'),(7155,5292,'action complete via WP Cron','2020-12-25 13:55:38','2020-12-25 05:55:38'),(7156,5293,'action created','2020-12-25 13:55:38','2020-12-25 05:55:38'),(7157,5293,'action started via WP Cron','2020-12-25 13:57:04','2020-12-25 05:57:04'),(7158,5293,'action complete via WP Cron','2020-12-25 13:57:04','2020-12-25 05:57:04'),(7159,5294,'action created','2020-12-25 13:57:04','2020-12-25 05:57:04'),(7160,5294,'action started via WP Cron','2020-12-25 13:57:49','2020-12-25 05:57:49'),(7161,5294,'action complete via WP Cron','2020-12-25 13:57:49','2020-12-25 05:57:49'),(7162,5295,'action created','2020-12-25 13:57:49','2020-12-25 05:57:49'),(7163,5295,'action started via WP Cron','2020-12-25 13:58:51','2020-12-25 05:58:51'),(7164,5295,'action complete via WP Cron','2020-12-25 13:58:51','2020-12-25 05:58:51'),(7165,5296,'action created','2020-12-25 13:58:51','2020-12-25 05:58:51'),(7166,5296,'action started via WP Cron','2020-12-25 13:59:44','2020-12-25 05:59:44'),(7167,5296,'action complete via WP Cron','2020-12-25 13:59:44','2020-12-25 05:59:44'),(7168,5297,'action created','2020-12-25 13:59:44','2020-12-25 05:59:44'),(7169,5297,'action started via WP Cron','2020-12-25 14:00:44','2020-12-25 06:00:44'),(7170,5297,'action complete via WP Cron','2020-12-25 14:00:44','2020-12-25 06:00:44'),(7171,5298,'action created','2020-12-25 14:00:44','2020-12-25 06:00:44'),(7172,5298,'action started via WP Cron','2020-12-25 14:01:52','2020-12-25 06:01:52'),(7173,5298,'action complete via WP Cron','2020-12-25 14:01:52','2020-12-25 06:01:52'),(7174,5299,'action created','2020-12-25 14:01:52','2020-12-25 06:01:52'),(7175,5299,'action started via WP Cron','2020-12-25 14:02:47','2020-12-25 06:02:47'),(7176,5299,'action complete via WP Cron','2020-12-25 14:02:47','2020-12-25 06:02:47'),(7177,5300,'action created','2020-12-25 14:02:53','2020-12-25 06:02:53'),(7178,5300,'action started via WP Cron','2020-12-25 14:03:42','2020-12-25 06:03:42'),(7179,5300,'action complete via WP Cron','2020-12-25 14:03:42','2020-12-25 06:03:42'),(7180,5301,'action created','2020-12-25 14:03:42','2020-12-25 06:03:42'),(7181,5301,'action started via WP Cron','2020-12-25 14:04:42','2020-12-25 06:04:42'),(7182,5301,'action complete via WP Cron','2020-12-25 14:04:42','2020-12-25 06:04:42'),(7183,5302,'action created','2020-12-25 14:04:42','2020-12-25 06:04:42'),(7184,5302,'action started via WP Cron','2020-12-25 14:05:52','2020-12-25 06:05:52'),(7185,5302,'action complete via WP Cron','2020-12-25 14:05:52','2020-12-25 06:05:52'),(7186,5303,'action created','2020-12-25 14:05:52','2020-12-25 06:05:52'),(7187,5303,'action started via WP Cron','2020-12-25 14:06:53','2020-12-25 06:06:53'),(7188,5303,'action complete via WP Cron','2020-12-25 14:06:53','2020-12-25 06:06:53'),(7189,5304,'action created','2020-12-25 14:06:53','2020-12-25 06:06:53'),(7190,5304,'action started via WP Cron','2020-12-25 14:08:15','2020-12-25 06:08:15'),(7191,5304,'action complete via WP Cron','2020-12-25 14:08:15','2020-12-25 06:08:15'),(7192,5305,'action created','2020-12-25 14:08:16','2020-12-25 06:08:16'),(7193,5305,'action started via WP Cron','2020-12-25 14:08:53','2020-12-25 06:08:53'),(7194,5305,'action complete via WP Cron','2020-12-25 14:08:53','2020-12-25 06:08:53'),(7195,5306,'action created','2020-12-25 14:08:54','2020-12-25 06:08:54'),(7196,5306,'action started via WP Cron','2020-12-25 14:09:41','2020-12-25 06:09:41'),(7197,5306,'action complete via WP Cron','2020-12-25 14:09:41','2020-12-25 06:09:41'),(7198,5307,'action created','2020-12-25 14:09:41','2020-12-25 06:09:41'),(7199,5307,'action started via WP Cron','2020-12-25 14:10:44','2020-12-25 06:10:44'),(7200,5307,'action complete via WP Cron','2020-12-25 14:10:44','2020-12-25 06:10:44'),(7201,5308,'action created','2020-12-25 14:10:44','2020-12-25 06:10:44'),(7202,5308,'action started via WP Cron','2020-12-25 14:11:48','2020-12-25 06:11:48'),(7203,5308,'action complete via WP Cron','2020-12-25 14:11:48','2020-12-25 06:11:48'),(7204,5309,'action created','2020-12-25 14:11:48','2020-12-25 06:11:48'),(7205,5309,'action started via WP Cron','2020-12-25 14:12:45','2020-12-25 06:12:45'),(7206,5309,'action complete via WP Cron','2020-12-25 14:12:45','2020-12-25 06:12:45'),(7207,5310,'action created','2020-12-25 14:12:45','2020-12-25 06:12:45'),(7208,5310,'action started via WP Cron','2020-12-25 14:13:47','2020-12-25 06:13:47'),(7209,5310,'action complete via WP Cron','2020-12-25 14:13:47','2020-12-25 06:13:47'),(7210,5311,'action created','2020-12-25 14:13:47','2020-12-25 06:13:47'),(7211,5311,'action started via WP Cron','2020-12-25 14:14:41','2020-12-25 06:14:41'),(7212,5311,'action complete via WP Cron','2020-12-25 14:14:41','2020-12-25 06:14:41'),(7213,5312,'action created','2020-12-25 14:14:41','2020-12-25 06:14:41'),(7214,5312,'action started via WP Cron','2020-12-25 14:15:44','2020-12-25 06:15:44'),(7215,5312,'action complete via WP Cron','2020-12-25 14:15:44','2020-12-25 06:15:44'),(7216,5313,'action created','2020-12-25 14:15:44','2020-12-25 06:15:44'),(7217,5313,'action started via WP Cron','2020-12-25 14:16:44','2020-12-25 06:16:44'),(7218,5313,'action complete via WP Cron','2020-12-25 14:16:44','2020-12-25 06:16:44'),(7219,5314,'action created','2020-12-25 14:16:44','2020-12-25 06:16:44'),(7220,5314,'action started via WP Cron','2020-12-25 14:17:45','2020-12-25 06:17:45'),(7221,5314,'action complete via WP Cron','2020-12-25 14:17:45','2020-12-25 06:17:45'),(7222,5315,'action created','2020-12-25 14:17:46','2020-12-25 06:17:46'),(7223,5315,'action started via WP Cron','2020-12-25 14:18:41','2020-12-25 06:18:41'),(7224,5315,'action complete via WP Cron','2020-12-25 14:18:41','2020-12-25 06:18:41'),(7225,5316,'action created','2020-12-25 14:18:41','2020-12-25 06:18:41'),(7226,5316,'action started via WP Cron','2020-12-25 14:19:44','2020-12-25 06:19:44'),(7227,5316,'action complete via WP Cron','2020-12-25 14:19:44','2020-12-25 06:19:44'),(7228,5317,'action created','2020-12-25 14:19:44','2020-12-25 06:19:44'),(7229,5317,'action started via WP Cron','2020-12-25 14:20:43','2020-12-25 06:20:43'),(7230,5317,'action complete via WP Cron','2020-12-25 14:20:43','2020-12-25 06:20:43'),(7231,5318,'action created','2020-12-25 14:20:51','2020-12-25 06:20:51'),(7232,5318,'action started via WP Cron','2020-12-25 14:21:54','2020-12-25 06:21:54'),(7233,5318,'action complete via WP Cron','2020-12-25 14:21:54','2020-12-25 06:21:54'),(7234,5319,'action created','2020-12-25 14:21:54','2020-12-25 06:21:54'),(7235,5319,'action started via WP Cron','2020-12-25 14:22:45','2020-12-25 06:22:45'),(7236,5319,'action complete via WP Cron','2020-12-25 14:22:45','2020-12-25 06:22:45'),(7237,5320,'action created','2020-12-25 14:22:46','2020-12-25 06:22:46'),(7238,5320,'action started via WP Cron','2020-12-25 14:23:44','2020-12-25 06:23:44'),(7239,5320,'action complete via WP Cron','2020-12-25 14:23:44','2020-12-25 06:23:44'),(7240,5321,'action created','2020-12-25 14:23:44','2020-12-25 06:23:44'),(7241,5321,'action started via WP Cron','2020-12-25 14:24:44','2020-12-25 06:24:44'),(7242,5321,'action complete via WP Cron','2020-12-25 14:24:45','2020-12-25 06:24:45'),(7243,5322,'action created','2020-12-25 14:24:45','2020-12-25 06:24:45'),(7244,5322,'action started via WP Cron','2020-12-25 14:25:54','2020-12-25 06:25:54'),(7245,5322,'action complete via WP Cron','2020-12-25 14:25:54','2020-12-25 06:25:54'),(7246,5323,'action created','2020-12-25 14:25:54','2020-12-25 06:25:54'),(7247,5323,'action started via WP Cron','2020-12-25 14:26:42','2020-12-25 06:26:42'),(7248,5323,'action complete via WP Cron','2020-12-25 14:26:42','2020-12-25 06:26:42'),(7249,5324,'action created','2020-12-25 14:26:42','2020-12-25 06:26:42'),(7250,5324,'action started via WP Cron','2020-12-25 14:27:46','2020-12-25 06:27:46'),(7251,5324,'action complete via WP Cron','2020-12-25 14:27:46','2020-12-25 06:27:46'),(7252,5325,'action created','2020-12-25 14:27:46','2020-12-25 06:27:46'),(7253,5325,'action started via WP Cron','2020-12-25 14:28:42','2020-12-25 06:28:42'),(7254,5325,'action complete via WP Cron','2020-12-25 14:28:42','2020-12-25 06:28:42'),(7255,5326,'action created','2020-12-25 14:28:42','2020-12-25 06:28:42'),(7256,5326,'action started via WP Cron','2020-12-25 14:29:43','2020-12-25 06:29:43'),(7257,5326,'action complete via WP Cron','2020-12-25 14:29:43','2020-12-25 06:29:43'),(7258,5327,'action created','2020-12-25 14:29:43','2020-12-25 06:29:43'),(7259,5327,'action started via WP Cron','2020-12-25 14:30:45','2020-12-25 06:30:45'),(7260,5327,'action complete via WP Cron','2020-12-25 14:30:45','2020-12-25 06:30:45'),(7261,5328,'action created','2020-12-25 14:30:45','2020-12-25 06:30:45'),(7262,5328,'action started via WP Cron','2020-12-25 14:31:41','2020-12-25 06:31:41'),(7263,5328,'action complete via WP Cron','2020-12-25 14:31:41','2020-12-25 06:31:41'),(7264,5329,'action created','2020-12-25 14:31:41','2020-12-25 06:31:41'),(7265,5329,'action started via WP Cron','2020-12-25 14:32:54','2020-12-25 06:32:54'),(7266,5329,'action complete via WP Cron','2020-12-25 14:32:54','2020-12-25 06:32:54'),(7267,5330,'action created','2020-12-25 14:32:54','2020-12-25 06:32:54'),(7268,5330,'action started via WP Cron','2020-12-25 14:33:44','2020-12-25 06:33:44'),(7269,5330,'action complete via WP Cron','2020-12-25 14:33:44','2020-12-25 06:33:44'),(7270,5331,'action created','2020-12-25 14:33:44','2020-12-25 06:33:44'),(7271,5331,'action started via WP Cron','2020-12-25 14:34:43','2020-12-25 06:34:43'),(7272,5331,'action complete via WP Cron','2020-12-25 14:34:43','2020-12-25 06:34:43'),(7273,5332,'action created','2020-12-25 14:34:43','2020-12-25 06:34:43'),(7274,5332,'action started via WP Cron','2020-12-25 14:36:01','2020-12-25 06:36:01'),(7275,5332,'action complete via WP Cron','2020-12-25 14:36:01','2020-12-25 06:36:01'),(7276,5333,'action created','2020-12-25 14:36:01','2020-12-25 06:36:01'),(7277,5333,'action started via WP Cron','2020-12-25 14:36:50','2020-12-25 06:36:50'),(7278,5333,'action complete via WP Cron','2020-12-25 14:36:50','2020-12-25 06:36:50'),(7279,5334,'action created','2020-12-25 14:36:50','2020-12-25 06:36:50'),(7280,5334,'action started via WP Cron','2020-12-25 14:37:56','2020-12-25 06:37:56'),(7281,5334,'action complete via WP Cron','2020-12-25 14:37:56','2020-12-25 06:37:56'),(7282,5335,'action created','2020-12-25 14:37:56','2020-12-25 06:37:56'),(7283,5335,'action started via WP Cron','2020-12-25 14:38:44','2020-12-25 06:38:44'),(7284,5335,'action complete via WP Cron','2020-12-25 14:38:44','2020-12-25 06:38:44'),(7285,5336,'action created','2020-12-25 14:38:44','2020-12-25 06:38:44'),(7286,5336,'action started via WP Cron','2020-12-25 14:39:43','2020-12-25 06:39:43'),(7287,5336,'action complete via WP Cron','2020-12-25 14:39:43','2020-12-25 06:39:43'),(7288,5337,'action created','2020-12-25 14:39:43','2020-12-25 06:39:43'),(7289,5337,'action started via WP Cron','2020-12-25 14:52:26','2020-12-25 06:52:26'),(7290,5337,'action complete via WP Cron','2020-12-25 14:52:26','2020-12-25 06:52:26'),(7291,5338,'action created','2020-12-25 14:52:27','2020-12-25 06:52:27'),(7292,5338,'action started via WP Cron','2020-12-25 14:52:41','2020-12-25 06:52:41'),(7293,5338,'action complete via WP Cron','2020-12-25 14:52:41','2020-12-25 06:52:41'),(7294,5339,'action created','2020-12-25 14:52:41','2020-12-25 06:52:41'),(7295,5339,'action started via WP Cron','2020-12-25 14:54:32','2020-12-25 06:54:32'),(7296,5339,'action complete via WP Cron','2020-12-25 14:54:32','2020-12-25 06:54:32'),(7297,5340,'action created','2020-12-25 14:54:32','2020-12-25 06:54:32'),(7298,5340,'action started via WP Cron','2020-12-25 14:55:25','2020-12-25 06:55:25'),(7299,5340,'action complete via WP Cron','2020-12-25 14:55:25','2020-12-25 06:55:25'),(7300,5341,'action created','2020-12-25 14:55:26','2020-12-25 06:55:26'),(7301,5341,'action started via WP Cron','2020-12-25 14:55:48','2020-12-25 06:55:48'),(7302,5341,'action complete via WP Cron','2020-12-25 14:55:48','2020-12-25 06:55:48'),(7303,5342,'action created','2020-12-25 14:55:49','2020-12-25 06:55:49'),(7304,5342,'action started via Async Request','2020-12-25 14:55:59','2020-12-25 06:55:59'),(7305,5342,'action complete via Async Request','2020-12-25 14:55:59','2020-12-25 06:55:59'),(7306,5343,'action created','2020-12-25 14:56:26','2020-12-25 06:56:26'),(7307,5343,'action started via WP Cron','2020-12-25 14:56:49','2020-12-25 06:56:49'),(7308,5343,'action complete via WP Cron','2020-12-25 14:56:49','2020-12-25 06:56:49'),(7309,5344,'action created','2020-12-25 14:56:49','2020-12-25 06:56:49'),(7310,5344,'action started via WP Cron','2020-12-25 14:57:57','2020-12-25 06:57:57'),(7311,5344,'action complete via WP Cron','2020-12-25 14:57:57','2020-12-25 06:57:57'),(7312,5345,'action created','2020-12-25 14:57:57','2020-12-25 06:57:57'),(7313,5345,'action started via WP Cron','2020-12-25 15:08:52','2020-12-25 07:08:52'),(7314,5345,'action complete via WP Cron','2020-12-25 15:08:52','2020-12-25 07:08:52'),(7315,5346,'action created','2020-12-25 15:08:52','2020-12-25 07:08:52'),(7316,5346,'action started via WP Cron','2020-12-25 15:10:29','2020-12-25 07:10:29'),(7317,5346,'action complete via WP Cron','2020-12-25 15:10:29','2020-12-25 07:10:29'),(7318,5347,'action created','2020-12-25 15:10:29','2020-12-25 07:10:29'),(7319,5347,'action started via WP Cron','2020-12-25 15:12:43','2020-12-25 07:12:43'),(7320,5347,'action complete via WP Cron','2020-12-25 15:12:43','2020-12-25 07:12:43'),(7321,5348,'action created','2020-12-25 15:12:43','2020-12-25 07:12:43'),(7322,5348,'action started via WP Cron','2020-12-25 15:20:35','2020-12-25 07:20:35'),(7323,5348,'action complete via WP Cron','2020-12-25 15:20:35','2020-12-25 07:20:35'),(7324,5349,'action created','2020-12-25 15:49:04','2020-12-25 07:49:04'),(7325,5349,'action started via WP Cron','2020-12-25 15:52:59','2020-12-25 07:52:59'),(7326,5349,'action complete via WP Cron','2020-12-25 15:52:59','2020-12-25 07:52:59'),(7327,5350,'action created','2020-12-25 15:52:59','2020-12-25 07:52:59'),(7328,5350,'action started via WP Cron','2020-12-25 15:56:38','2020-12-25 07:56:38'),(7329,5350,'action complete via WP Cron','2020-12-25 15:56:38','2020-12-25 07:56:38'),(7330,5351,'action created','2020-12-25 15:56:38','2020-12-25 07:56:38'),(7331,5351,'action started via WP Cron','2020-12-25 15:59:44','2020-12-25 07:59:44'),(7332,5351,'action complete via WP Cron','2020-12-25 15:59:44','2020-12-25 07:59:44'),(7333,5352,'action created','2020-12-25 15:59:44','2020-12-25 07:59:44'),(7334,5352,'action started via WP Cron','2020-12-25 16:02:16','2020-12-25 08:02:16'),(7335,5352,'action complete via WP Cron','2020-12-25 16:02:16','2020-12-25 08:02:16'),(7336,5353,'action created','2020-12-25 16:02:16','2020-12-25 08:02:16'),(7337,5353,'action started via WP Cron','2020-12-25 16:04:07','2020-12-25 08:04:07'),(7338,5353,'action complete via WP Cron','2020-12-25 16:04:07','2020-12-25 08:04:07'),(7339,5354,'action created','2020-12-25 16:04:07','2020-12-25 08:04:07'),(7340,5354,'action started via WP Cron','2020-12-25 16:20:44','2020-12-25 08:20:44'),(7341,5354,'action complete via WP Cron','2020-12-25 16:20:44','2020-12-25 08:20:44'),(7342,5355,'action created','2020-12-25 16:20:44','2020-12-25 08:20:44'),(7343,5355,'action started via WP Cron','2020-12-25 16:24:19','2020-12-25 08:24:19'),(7344,5355,'action complete via WP Cron','2020-12-25 16:24:19','2020-12-25 08:24:19'),(7345,5356,'action created','2020-12-25 16:24:19','2020-12-25 08:24:19'),(7346,5356,'action started via WP Cron','2020-12-25 16:25:00','2020-12-25 08:25:00'),(7347,5356,'action complete via WP Cron','2020-12-25 16:25:00','2020-12-25 08:25:00'),(7348,5357,'action created','2020-12-25 16:25:00','2020-12-25 08:25:00'),(7349,5357,'action started via WP Cron','2020-12-25 16:28:29','2020-12-25 08:28:29'),(7350,5357,'action complete via WP Cron','2020-12-25 16:28:29','2020-12-25 08:28:29'),(7351,5358,'action created','2020-12-25 16:28:29','2020-12-25 08:28:29'),(7352,5358,'action started via WP Cron','2020-12-25 16:29:31','2020-12-25 08:29:31'),(7353,5358,'action complete via WP Cron','2020-12-25 16:29:31','2020-12-25 08:29:31'),(7354,5359,'action created','2020-12-25 16:29:31','2020-12-25 08:29:31'),(7355,5359,'action started via WP Cron','2020-12-25 16:32:55','2020-12-25 08:32:55'),(7356,5359,'action complete via WP Cron','2020-12-25 16:32:55','2020-12-25 08:32:55'),(7357,5360,'action created','2020-12-25 16:32:55','2020-12-25 08:32:55'),(7358,5360,'action started via WP Cron','2020-12-25 16:33:55','2020-12-25 08:33:55'),(7359,5360,'action complete via WP Cron','2020-12-25 16:33:55','2020-12-25 08:33:55'),(7360,5361,'action created','2020-12-25 16:33:55','2020-12-25 08:33:55'),(7361,5361,'action started via WP Cron','2020-12-25 16:34:57','2020-12-25 08:34:57'),(7362,5361,'action complete via WP Cron','2020-12-25 16:34:57','2020-12-25 08:34:57'),(7363,5362,'action created','2020-12-25 16:36:07','2020-12-25 08:36:07'),(7364,5362,'action started via WP Cron','2020-12-25 16:36:56','2020-12-25 08:36:56'),(7365,5362,'action complete via WP Cron','2020-12-25 16:36:56','2020-12-25 08:36:56'),(7366,5363,'action created','2020-12-25 16:36:56','2020-12-25 08:36:56'),(7367,5363,'action started via WP Cron','2020-12-25 16:38:17','2020-12-25 08:38:17'),(7368,5363,'action complete via WP Cron','2020-12-25 16:38:17','2020-12-25 08:38:17'),(7369,5364,'action created','2020-12-25 16:38:17','2020-12-25 08:38:17'),(7370,5364,'action started via WP Cron','2020-12-25 16:40:55','2020-12-25 08:40:55'),(7371,5364,'action complete via WP Cron','2020-12-25 16:40:55','2020-12-25 08:40:55'),(7372,5365,'action created','2020-12-25 16:40:55','2020-12-25 08:40:55'),(7373,5365,'action started via WP Cron','2020-12-25 16:42:24','2020-12-25 08:42:24'),(7374,5365,'action complete via WP Cron','2020-12-25 16:42:24','2020-12-25 08:42:24'),(7375,5366,'action created','2020-12-25 16:42:24','2020-12-25 08:42:24'),(7376,5366,'action started via WP Cron','2020-12-25 16:51:41','2020-12-25 08:51:41'),(7377,5366,'action complete via WP Cron','2020-12-25 16:51:41','2020-12-25 08:51:41'),(7378,5367,'action created','2020-12-25 16:51:41','2020-12-25 08:51:41'),(7379,5367,'action started via WP Cron','2020-12-25 16:53:43','2020-12-25 08:53:43'),(7380,5367,'action complete via WP Cron','2020-12-25 16:53:43','2020-12-25 08:53:43'),(7381,5368,'action created','2020-12-25 16:53:43','2020-12-25 08:53:43'),(7382,5368,'action started via WP Cron','2020-12-25 16:56:51','2020-12-25 08:56:51'),(7383,5368,'action complete via WP Cron','2020-12-25 16:56:51','2020-12-25 08:56:51'),(7384,5369,'action created','2020-12-25 16:56:51','2020-12-25 08:56:51'),(7385,5369,'action started via WP Cron','2020-12-25 16:59:19','2020-12-25 08:59:19'),(7386,5369,'action complete via WP Cron','2020-12-25 16:59:19','2020-12-25 08:59:19'),(7387,5370,'action created','2020-12-25 16:59:19','2020-12-25 08:59:19'),(7388,5370,'action started via WP Cron','2020-12-25 16:59:49','2020-12-25 08:59:49'),(7389,5370,'action complete via WP Cron','2020-12-25 16:59:49','2020-12-25 08:59:49'),(7390,5371,'action created','2020-12-25 16:59:50','2020-12-25 08:59:50'),(7391,5371,'action started via WP Cron','2020-12-25 17:01:43','2020-12-25 09:01:43'),(7392,5371,'action complete via WP Cron','2020-12-25 17:01:43','2020-12-25 09:01:43'),(7393,5372,'action created','2020-12-25 17:01:43','2020-12-25 09:01:43'),(7394,5372,'action started via WP Cron','2020-12-25 17:02:53','2020-12-25 09:02:53'),(7395,5372,'action complete via WP Cron','2020-12-25 17:02:53','2020-12-25 09:02:53'),(7396,5373,'action created','2020-12-25 17:02:53','2020-12-25 09:02:53'),(7397,5373,'action started via WP Cron','2020-12-25 17:04:58','2020-12-25 09:04:58'),(7398,5373,'action complete via WP Cron','2020-12-25 17:04:58','2020-12-25 09:04:58'),(7399,5374,'action created','2020-12-25 17:04:58','2020-12-25 09:04:58'),(7400,5374,'action started via WP Cron','2020-12-25 17:05:58','2020-12-25 09:05:58'),(7401,5374,'action complete via WP Cron','2020-12-25 17:05:58','2020-12-25 09:05:58'),(7402,5375,'action created','2020-12-25 17:05:58','2020-12-25 09:05:58'),(7403,5375,'action started via WP Cron','2020-12-25 17:07:00','2020-12-25 09:07:00'),(7404,5375,'action complete via WP Cron','2020-12-25 17:07:00','2020-12-25 09:07:00'),(7405,5376,'action created','2020-12-25 17:07:00','2020-12-25 09:07:00'),(7406,5376,'action started via WP Cron','2020-12-25 17:16:17','2020-12-25 09:16:17'),(7407,5376,'action complete via WP Cron','2020-12-25 17:16:17','2020-12-25 09:16:17'),(7408,5377,'action created','2020-12-25 17:16:17','2020-12-25 09:16:17'),(7409,5377,'action started via WP Cron','2020-12-25 17:16:45','2020-12-25 09:16:45'),(7410,5377,'action complete via WP Cron','2020-12-25 17:16:45','2020-12-25 09:16:45'),(7411,5378,'action created','2020-12-25 17:16:45','2020-12-25 09:16:45'),(7412,5378,'action started via WP Cron','2020-12-25 17:22:50','2020-12-25 09:22:50'),(7413,5378,'action complete via WP Cron','2020-12-25 17:22:50','2020-12-25 09:22:50'),(7414,5379,'action created','2020-12-25 17:26:15','2020-12-25 09:26:15'),(7415,5379,'action started via WP Cron','2020-12-25 17:29:57','2020-12-25 09:29:57'),(7416,5379,'action complete via WP Cron','2020-12-25 17:29:57','2020-12-25 09:29:57'),(7417,5380,'action created','2020-12-25 17:29:57','2020-12-25 09:29:57'),(7418,5380,'action started via WP Cron','2020-12-25 17:37:07','2020-12-25 09:37:07'),(7419,5380,'action complete via WP Cron','2020-12-25 17:37:07','2020-12-25 09:37:07'),(7420,5381,'action created','2020-12-25 17:37:07','2020-12-25 09:37:07'),(7421,5381,'action started via WP Cron','2020-12-25 17:40:55','2020-12-25 09:40:55'),(7422,5381,'action complete via WP Cron','2020-12-25 17:40:55','2020-12-25 09:40:55'),(7423,5382,'action created','2020-12-25 17:40:55','2020-12-25 09:40:55'),(7424,5382,'action started via WP Cron','2020-12-25 17:44:49','2020-12-25 09:44:49'),(7425,5382,'action complete via WP Cron','2020-12-25 17:44:49','2020-12-25 09:44:49'),(7426,5383,'action created','2020-12-25 17:44:49','2020-12-25 09:44:49'),(7427,5383,'action started via WP Cron','2020-12-25 17:48:03','2020-12-25 09:48:03'),(7428,5383,'action complete via WP Cron','2020-12-25 17:48:03','2020-12-25 09:48:03'),(7429,5384,'action created','2020-12-25 17:48:03','2020-12-25 09:48:03'),(7430,5384,'action started via WP Cron','2020-12-25 17:49:02','2020-12-25 09:49:02'),(7431,5384,'action complete via WP Cron','2020-12-25 17:49:02','2020-12-25 09:49:02'),(7432,5385,'action created','2020-12-25 17:49:02','2020-12-25 09:49:02'),(7433,5385,'action started via WP Cron','2020-12-25 17:51:09','2020-12-25 09:51:09'),(7434,5385,'action complete via WP Cron','2020-12-25 17:51:09','2020-12-25 09:51:09'),(7435,5386,'action created','2020-12-25 17:51:09','2020-12-25 09:51:09'),(7436,5386,'action started via WP Cron','2020-12-25 18:01:16','2020-12-25 10:01:16'),(7437,5386,'action complete via WP Cron','2020-12-25 18:01:16','2020-12-25 10:01:16'),(7438,5387,'action created','2020-12-25 18:01:16','2020-12-25 10:01:16'),(7439,5387,'action started via WP Cron','2020-12-25 18:03:15','2020-12-25 10:03:15'),(7440,5387,'action complete via WP Cron','2020-12-25 18:03:15','2020-12-25 10:03:15'),(7441,5388,'action created','2020-12-25 18:03:15','2020-12-25 10:03:15'),(7442,5388,'action started via WP Cron','2020-12-25 18:04:09','2020-12-25 10:04:09'),(7443,5388,'action complete via WP Cron','2020-12-25 18:04:09','2020-12-25 10:04:09'),(7444,5389,'action created','2020-12-25 18:04:09','2020-12-25 10:04:09'),(7445,5389,'action started via WP Cron','2020-12-25 18:04:41','2020-12-25 10:04:41'),(7446,5389,'action complete via WP Cron','2020-12-25 18:04:41','2020-12-25 10:04:41'),(7447,5390,'action created','2020-12-25 18:04:41','2020-12-25 10:04:41'),(7448,5390,'action started via WP Cron','2020-12-25 18:07:04','2020-12-25 10:07:04'),(7449,5390,'action complete via WP Cron','2020-12-25 18:07:04','2020-12-25 10:07:04'),(7450,5391,'action created','2020-12-25 18:07:04','2020-12-25 10:07:04'),(7451,5391,'action started via WP Cron','2020-12-25 18:10:15','2020-12-25 10:10:15'),(7452,5391,'action complete via WP Cron','2020-12-25 18:10:15','2020-12-25 10:10:15'),(7453,5392,'action created','2020-12-25 18:10:15','2020-12-25 10:10:15'),(7454,5392,'action started via WP Cron','2020-12-25 18:11:24','2020-12-25 10:11:24'),(7455,5392,'action complete via WP Cron','2020-12-25 18:11:24','2020-12-25 10:11:24'),(7456,5393,'action created','2020-12-25 18:11:24','2020-12-25 10:11:24'),(7457,5393,'action started via WP Cron','2020-12-25 18:11:44','2020-12-25 10:11:44'),(7458,5393,'action complete via WP Cron','2020-12-25 18:11:44','2020-12-25 10:11:44'),(7459,5394,'action created','2020-12-25 18:11:44','2020-12-25 10:11:44'),(7460,5394,'action started via WP Cron','2020-12-25 18:14:19','2020-12-25 10:14:19'),(7461,5394,'action complete via WP Cron','2020-12-25 18:14:19','2020-12-25 10:14:19'),(7462,5395,'action created','2020-12-25 18:14:19','2020-12-25 10:14:19'),(7463,5395,'action started via WP Cron','2020-12-25 18:14:48','2020-12-25 10:14:48'),(7464,5395,'action complete via WP Cron','2020-12-25 18:14:48','2020-12-25 10:14:48'),(7465,5396,'action created','2020-12-25 18:14:48','2020-12-25 10:14:48'),(7466,5396,'action started via WP Cron','2020-12-25 18:16:14','2020-12-25 10:16:14'),(7467,5396,'action complete via WP Cron','2020-12-25 18:16:14','2020-12-25 10:16:14'),(7468,5397,'action created','2020-12-25 18:16:14','2020-12-25 10:16:14'),(7469,5397,'action started via WP Cron','2020-12-25 18:16:44','2020-12-25 10:16:44'),(7470,5397,'action complete via WP Cron','2020-12-25 18:16:44','2020-12-25 10:16:44'),(7471,5398,'action created','2020-12-25 18:16:44','2020-12-25 10:16:44'),(7472,5398,'action started via WP Cron','2020-12-25 18:18:02','2020-12-25 10:18:02'),(7473,5398,'action complete via WP Cron','2020-12-25 18:18:02','2020-12-25 10:18:02'),(7474,5399,'action created','2020-12-25 18:18:02','2020-12-25 10:18:02'),(7475,5399,'action started via WP Cron','2020-12-25 18:19:04','2020-12-25 10:19:04'),(7476,5399,'action complete via WP Cron','2020-12-25 18:19:04','2020-12-25 10:19:04'),(7477,5400,'action created','2020-12-25 18:19:04','2020-12-25 10:19:04'),(7478,5400,'action started via WP Cron','2020-12-25 18:19:55','2020-12-25 10:19:55'),(7479,5400,'action complete via WP Cron','2020-12-25 18:19:55','2020-12-25 10:19:55'),(7480,5401,'action created','2020-12-25 18:19:55','2020-12-25 10:19:55'),(7481,5401,'action started via WP Cron','2020-12-25 18:20:53','2020-12-25 10:20:53'),(7482,5401,'action complete via WP Cron','2020-12-25 18:20:53','2020-12-25 10:20:53'),(7483,5402,'action created','2020-12-25 18:20:53','2020-12-25 10:20:53'),(7484,5402,'action started via WP Cron','2020-12-25 18:21:45','2020-12-25 10:21:45'),(7485,5402,'action complete via WP Cron','2020-12-25 18:21:45','2020-12-25 10:21:45'),(7486,5403,'action created','2020-12-25 18:21:46','2020-12-25 10:21:46'),(7487,5403,'action started via WP Cron','2020-12-25 18:23:05','2020-12-25 10:23:05'),(7488,5403,'action complete via WP Cron','2020-12-25 18:23:05','2020-12-25 10:23:05'),(7489,5404,'action created','2020-12-25 18:23:05','2020-12-25 10:23:05'),(7490,5404,'action started via WP Cron','2020-12-25 18:23:45','2020-12-25 10:23:45'),(7491,5404,'action complete via WP Cron','2020-12-25 18:23:45','2020-12-25 10:23:45'),(7492,5405,'action created','2020-12-25 18:23:45','2020-12-25 10:23:45'),(7493,5405,'action started via WP Cron','2020-12-25 18:24:46','2020-12-25 10:24:46'),(7494,5405,'action complete via WP Cron','2020-12-25 18:24:46','2020-12-25 10:24:46'),(7495,5406,'action created','2020-12-25 18:24:46','2020-12-25 10:24:46'),(7496,5406,'action started via WP Cron','2020-12-25 18:25:41','2020-12-25 10:25:41'),(7497,5406,'action complete via WP Cron','2020-12-25 18:25:41','2020-12-25 10:25:41'),(7498,5407,'action created','2020-12-25 18:25:41','2020-12-25 10:25:41'),(7499,5407,'action started via WP Cron','2020-12-25 18:26:45','2020-12-25 10:26:45'),(7500,5407,'action complete via WP Cron','2020-12-25 18:26:45','2020-12-25 10:26:45'),(7501,5408,'action created','2020-12-25 18:26:45','2020-12-25 10:26:45'),(7502,5408,'action started via WP Cron','2020-12-25 18:27:58','2020-12-25 10:27:58'),(7503,5408,'action complete via WP Cron','2020-12-25 18:27:58','2020-12-25 10:27:58'),(7504,5409,'action created','2020-12-25 18:27:58','2020-12-25 10:27:58'),(7505,5409,'action started via WP Cron','2020-12-25 18:29:03','2020-12-25 10:29:03'),(7506,5409,'action complete via WP Cron','2020-12-25 18:29:03','2020-12-25 10:29:03'),(7507,5410,'action created','2020-12-25 18:29:03','2020-12-25 10:29:03'),(7508,5410,'action started via WP Cron','2020-12-25 18:30:00','2020-12-25 10:30:00'),(7509,5410,'action complete via WP Cron','2020-12-25 18:30:00','2020-12-25 10:30:00'),(7510,5411,'action created','2020-12-25 18:30:00','2020-12-25 10:30:00'),(7511,5411,'action started via WP Cron','2020-12-25 18:30:44','2020-12-25 10:30:44'),(7512,5411,'action complete via WP Cron','2020-12-25 18:30:44','2020-12-25 10:30:44'),(7513,5412,'action created','2020-12-25 18:30:44','2020-12-25 10:30:44'),(7514,5412,'action started via WP Cron','2020-12-25 18:31:54','2020-12-25 10:31:54'),(7515,5412,'action complete via WP Cron','2020-12-25 18:31:54','2020-12-25 10:31:54'),(7516,5413,'action created','2020-12-25 18:31:54','2020-12-25 10:31:54'),(7517,5413,'action started via WP Cron','2020-12-25 18:32:41','2020-12-25 10:32:41'),(7518,5413,'action complete via WP Cron','2020-12-25 18:32:41','2020-12-25 10:32:41'),(7519,5414,'action created','2020-12-25 18:32:41','2020-12-25 10:32:41'),(7520,5414,'action started via WP Cron','2020-12-25 18:33:58','2020-12-25 10:33:58'),(7521,5414,'action complete via WP Cron','2020-12-25 18:33:58','2020-12-25 10:33:58'),(7522,5415,'action created','2020-12-25 18:33:58','2020-12-25 10:33:58'),(7523,5415,'action started via WP Cron','2020-12-25 18:34:41','2020-12-25 10:34:41'),(7524,5415,'action complete via WP Cron','2020-12-25 18:34:41','2020-12-25 10:34:41'),(7525,5416,'action created','2020-12-25 18:34:41','2020-12-25 10:34:41'),(7526,5416,'action started via WP Cron','2020-12-25 18:35:49','2020-12-25 10:35:49'),(7527,5416,'action complete via WP Cron','2020-12-25 18:35:49','2020-12-25 10:35:49'),(7528,5417,'action created','2020-12-25 18:35:49','2020-12-25 10:35:49'),(7529,5417,'action started via WP Cron','2020-12-25 18:37:00','2020-12-25 10:37:00'),(7530,5417,'action complete via WP Cron','2020-12-25 18:37:00','2020-12-25 10:37:00'),(7531,5418,'action created','2020-12-25 18:37:00','2020-12-25 10:37:00'),(7532,5418,'action started via WP Cron','2020-12-25 18:38:05','2020-12-25 10:38:05'),(7533,5418,'action complete via WP Cron','2020-12-25 18:38:05','2020-12-25 10:38:05'),(7534,5419,'action created','2020-12-25 18:38:06','2020-12-25 10:38:06'),(7535,5419,'action started via WP Cron','2020-12-25 18:38:51','2020-12-25 10:38:51'),(7536,5419,'action complete via WP Cron','2020-12-25 18:38:51','2020-12-25 10:38:51'),(7537,5420,'action created','2020-12-25 18:38:51','2020-12-25 10:38:51'),(7538,5420,'action started via WP Cron','2020-12-25 18:44:30','2020-12-25 10:44:30'),(7539,5420,'action complete via WP Cron','2020-12-25 18:44:30','2020-12-25 10:44:30'),(7540,5421,'action created','2020-12-25 18:44:30','2020-12-25 10:44:30'),(7541,5421,'action started via WP Cron','2020-12-25 18:46:21','2020-12-25 10:46:21'),(7542,5421,'action complete via WP Cron','2020-12-25 18:46:21','2020-12-25 10:46:21'),(7543,5422,'action created','2020-12-25 18:46:21','2020-12-25 10:46:21'),(7544,5422,'action started via WP Cron','2020-12-25 18:48:29','2020-12-25 10:48:29'),(7545,5422,'action complete via WP Cron','2020-12-25 18:48:29','2020-12-25 10:48:29'),(7546,5423,'action created','2020-12-25 18:48:29','2020-12-25 10:48:29'),(7547,5423,'action started via WP Cron','2020-12-25 18:49:40','2020-12-25 10:49:40'),(7548,5423,'action complete via WP Cron','2020-12-25 18:49:40','2020-12-25 10:49:40'),(7549,5424,'action created','2020-12-25 18:49:40','2020-12-25 10:49:40'),(7550,5424,'action started via WP Cron','2020-12-25 19:00:34','2020-12-25 11:00:34'),(7551,5424,'action complete via WP Cron','2020-12-25 19:00:34','2020-12-25 11:00:34'),(7552,5425,'action created','2020-12-25 19:00:34','2020-12-25 11:00:34'),(7553,5425,'action started via WP Cron','2020-12-25 19:03:09','2020-12-25 11:03:09'),(7554,5425,'action complete via WP Cron','2020-12-25 19:03:09','2020-12-25 11:03:09'),(7555,5426,'action created','2020-12-25 19:03:09','2020-12-25 11:03:09'),(7556,5426,'action started via WP Cron','2020-12-25 19:08:03','2020-12-25 11:08:03'),(7557,5426,'action complete via WP Cron','2020-12-25 19:08:03','2020-12-25 11:08:03'),(7558,5427,'action created','2020-12-25 19:08:03','2020-12-25 11:08:03'),(7559,5427,'action started via WP Cron','2020-12-25 19:10:41','2020-12-25 11:10:41'),(7560,5427,'action complete via WP Cron','2020-12-25 19:10:41','2020-12-25 11:10:41'),(7561,5428,'action created','2020-12-25 19:10:41','2020-12-25 11:10:41'),(7562,5428,'action started via WP Cron','2020-12-25 19:14:33','2020-12-25 11:14:33'),(7563,5428,'action complete via WP Cron','2020-12-25 19:14:33','2020-12-25 11:14:33'),(7564,5429,'action created','2020-12-25 19:14:33','2020-12-25 11:14:33'),(7565,5429,'action started via WP Cron','2020-12-25 19:17:09','2020-12-25 11:17:09'),(7566,5429,'action complete via WP Cron','2020-12-25 19:17:09','2020-12-25 11:17:09'),(7567,5430,'action created','2020-12-25 19:17:09','2020-12-25 11:17:09'),(7568,5430,'action started via WP Cron','2020-12-25 19:28:19','2020-12-25 11:28:19'),(7569,5430,'action complete via WP Cron','2020-12-25 19:28:19','2020-12-25 11:28:19'),(7570,5431,'action created','2020-12-25 19:28:19','2020-12-25 11:28:19'),(7571,5431,'action started via WP Cron','2020-12-25 19:30:50','2020-12-25 11:30:50'),(7572,5431,'action complete via WP Cron','2020-12-25 19:30:50','2020-12-25 11:30:50'),(7573,5432,'action created','2020-12-25 19:30:51','2020-12-25 11:30:51'),(7574,5432,'action started via WP Cron','2020-12-25 19:31:58','2020-12-25 11:31:58'),(7575,5432,'action complete via WP Cron','2020-12-25 19:31:58','2020-12-25 11:31:58'),(7576,5433,'action created','2020-12-25 19:31:58','2020-12-25 11:31:58'),(7577,5433,'action started via WP Cron','2020-12-25 19:32:58','2020-12-25 11:32:58'),(7578,5433,'action complete via WP Cron','2020-12-25 19:32:58','2020-12-25 11:32:58'),(7579,5434,'action created','2020-12-25 19:32:58','2020-12-25 11:32:58'),(7580,5434,'action started via WP Cron','2020-12-25 19:35:00','2020-12-25 11:35:00'),(7581,5434,'action complete via WP Cron','2020-12-25 19:35:00','2020-12-25 11:35:00'),(7582,5435,'action created','2020-12-25 19:35:00','2020-12-25 11:35:00'),(7583,5435,'action started via WP Cron','2020-12-25 19:36:01','2020-12-25 11:36:01'),(7584,5435,'action complete via WP Cron','2020-12-25 19:36:01','2020-12-25 11:36:01'),(7585,5436,'action created','2020-12-25 19:36:01','2020-12-25 11:36:01'),(7586,5436,'action started via WP Cron','2020-12-25 19:37:02','2020-12-25 11:37:02'),(7587,5436,'action complete via WP Cron','2020-12-25 19:37:02','2020-12-25 11:37:02'),(7588,5437,'action created','2020-12-25 19:37:02','2020-12-25 11:37:02'),(7589,5437,'action started via WP Cron','2020-12-25 19:39:12','2020-12-25 11:39:12'),(7590,5437,'action complete via WP Cron','2020-12-25 19:39:12','2020-12-25 11:39:12'),(7591,5438,'action created','2020-12-25 19:39:12','2020-12-25 11:39:12'),(7592,5438,'action started via WP Cron','2020-12-25 19:46:12','2020-12-25 11:46:12'),(7593,5438,'action complete via WP Cron','2020-12-25 19:46:12','2020-12-25 11:46:12'),(7594,5439,'action created','2020-12-25 19:46:12','2020-12-25 11:46:12'),(7595,5439,'action started via WP Cron','2020-12-25 19:50:17','2020-12-25 11:50:17'),(7596,5439,'action complete via WP Cron','2020-12-25 19:50:17','2020-12-25 11:50:17'),(7597,5440,'action created','2020-12-25 19:50:18','2020-12-25 11:50:18'),(7598,5440,'action started via WP Cron','2020-12-25 19:57:36','2020-12-25 11:57:36'),(7599,5440,'action complete via WP Cron','2020-12-25 19:57:36','2020-12-25 11:57:36'),(7600,5441,'action created','2020-12-25 19:57:36','2020-12-25 11:57:36'),(7601,5441,'action started via WP Cron','2020-12-25 19:58:17','2020-12-25 11:58:17'),(7602,5441,'action complete via WP Cron','2020-12-25 19:58:17','2020-12-25 11:58:17'),(7603,5442,'action created','2020-12-25 19:58:17','2020-12-25 11:58:17'),(7604,5442,'action started via WP Cron','2020-12-25 20:08:42','2020-12-25 12:08:42'),(7605,5442,'action complete via WP Cron','2020-12-25 20:08:42','2020-12-25 12:08:42'),(7606,5443,'action created','2020-12-25 20:08:42','2020-12-25 12:08:42'),(7607,5443,'action started via WP Cron','2020-12-25 20:09:49','2020-12-25 12:09:49'),(7608,5443,'action complete via WP Cron','2020-12-25 20:09:49','2020-12-25 12:09:49'),(7609,5444,'action created','2020-12-25 20:09:49','2020-12-25 12:09:49'),(7610,5444,'action started via WP Cron','2020-12-25 20:11:07','2020-12-25 12:11:07'),(7611,5444,'action complete via WP Cron','2020-12-25 20:11:07','2020-12-25 12:11:07'),(7612,5445,'action created','2020-12-25 20:11:07','2020-12-25 12:11:07'),(7613,5445,'action started via WP Cron','2020-12-25 20:17:40','2020-12-25 12:17:40'),(7614,5445,'action complete via WP Cron','2020-12-25 20:17:40','2020-12-25 12:17:40'),(7615,5446,'action created','2020-12-25 20:17:40','2020-12-25 12:17:40'),(7616,5446,'action started via WP Cron','2020-12-25 20:21:50','2020-12-25 12:21:50'),(7617,5446,'action complete via WP Cron','2020-12-25 20:21:50','2020-12-25 12:21:50'),(7618,5447,'action created','2020-12-25 20:21:50','2020-12-25 12:21:50'),(7619,5447,'action started via WP Cron','2020-12-25 20:23:17','2020-12-25 12:23:17'),(7620,5447,'action complete via WP Cron','2020-12-25 20:23:17','2020-12-25 12:23:17'),(7621,5448,'action created','2020-12-25 20:23:17','2020-12-25 12:23:17'),(7622,5448,'action started via WP Cron','2020-12-25 20:24:55','2020-12-25 12:24:55'),(7623,5448,'action complete via WP Cron','2020-12-25 20:24:55','2020-12-25 12:24:55'),(7624,5449,'action created','2020-12-25 20:24:55','2020-12-25 12:24:55'),(7625,5449,'action started via WP Cron','2020-12-25 20:29:03','2020-12-25 12:29:03'),(7626,5449,'action complete via WP Cron','2020-12-25 20:29:03','2020-12-25 12:29:03'),(7627,5450,'action created','2020-12-25 20:29:03','2020-12-25 12:29:03'),(7628,5450,'action started via WP Cron','2020-12-25 20:30:09','2020-12-25 12:30:09'),(7629,5450,'action complete via WP Cron','2020-12-25 20:30:09','2020-12-25 12:30:09'),(7630,5451,'action created','2020-12-25 20:30:09','2020-12-25 12:30:09'),(7631,5451,'action started via WP Cron','2020-12-25 20:31:10','2020-12-25 12:31:10'),(7632,5451,'action complete via WP Cron','2020-12-25 20:31:10','2020-12-25 12:31:10'),(7633,5452,'action created','2020-12-25 20:31:10','2020-12-25 12:31:10'),(7634,5452,'action started via WP Cron','2020-12-25 20:33:12','2020-12-25 12:33:12'),(7635,5452,'action complete via WP Cron','2020-12-25 20:33:12','2020-12-25 12:33:12'),(7636,5453,'action created','2020-12-25 20:33:12','2020-12-25 12:33:12'),(7637,5453,'action started via WP Cron','2020-12-25 20:34:13','2020-12-25 12:34:13'),(7638,5453,'action complete via WP Cron','2020-12-25 20:34:13','2020-12-25 12:34:13'),(7639,5454,'action created','2020-12-25 20:34:13','2020-12-25 12:34:13'),(7640,5454,'action started via WP Cron','2020-12-25 20:35:14','2020-12-25 12:35:14'),(7641,5454,'action complete via WP Cron','2020-12-25 20:35:14','2020-12-25 12:35:14'),(7642,5455,'action created','2020-12-25 20:35:14','2020-12-25 12:35:14'),(7643,5455,'action started via WP Cron','2020-12-25 20:52:27','2020-12-25 12:52:27'),(7644,5455,'action complete via WP Cron','2020-12-25 20:52:27','2020-12-25 12:52:27'),(7645,5456,'action created','2020-12-25 20:52:27','2020-12-25 12:52:27'),(7646,5456,'action started via WP Cron','2020-12-25 20:56:15','2020-12-25 12:56:15'),(7647,5456,'action complete via WP Cron','2020-12-25 20:56:15','2020-12-25 12:56:15'),(7648,5457,'action created','2020-12-25 20:56:15','2020-12-25 12:56:15'),(7649,5457,'action started via WP Cron','2020-12-25 21:03:11','2020-12-25 13:03:11'),(7650,5457,'action complete via WP Cron','2020-12-25 21:03:11','2020-12-25 13:03:11'),(7651,5458,'action created','2020-12-25 21:03:11','2020-12-25 13:03:11'),(7652,5458,'action started via WP Cron','2020-12-25 21:08:01','2020-12-25 13:08:01'),(7653,5458,'action complete via WP Cron','2020-12-25 21:08:01','2020-12-25 13:08:01'),(7654,5459,'action created','2020-12-25 21:08:01','2020-12-25 13:08:01'),(7655,5459,'action started via WP Cron','2020-12-25 21:08:45','2020-12-25 13:08:45'),(7656,5459,'action complete via WP Cron','2020-12-25 21:08:45','2020-12-25 13:08:45'),(7657,5460,'action created','2020-12-25 21:08:45','2020-12-25 13:08:45'),(7658,5460,'action started via WP Cron','2020-12-25 21:09:52','2020-12-25 13:09:52'),(7659,5460,'action complete via WP Cron','2020-12-25 21:09:52','2020-12-25 13:09:52'),(7660,5461,'action created','2020-12-25 21:09:52','2020-12-25 13:09:52'),(7661,5461,'action started via WP Cron','2020-12-25 21:11:12','2020-12-25 13:11:12'),(7662,5461,'action complete via WP Cron','2020-12-25 21:11:12','2020-12-25 13:11:12'),(7663,5462,'action created','2020-12-25 21:11:12','2020-12-25 13:11:12'),(7664,5462,'action started via WP Cron','2020-12-25 21:11:54','2020-12-25 13:11:54'),(7665,5462,'action complete via WP Cron','2020-12-25 21:11:54','2020-12-25 13:11:54'),(7666,5463,'action created','2020-12-25 21:11:54','2020-12-25 13:11:54'),(7667,5463,'action started via WP Cron','2020-12-25 21:12:56','2020-12-25 13:12:56'),(7668,5463,'action complete via WP Cron','2020-12-25 21:12:56','2020-12-25 13:12:56'),(7669,5464,'action created','2020-12-25 21:12:56','2020-12-25 13:12:56'),(7670,5464,'action started via WP Cron','2020-12-25 21:15:19','2020-12-25 13:15:19'),(7671,5464,'action complete via WP Cron','2020-12-25 21:15:19','2020-12-25 13:15:19'),(7672,5465,'action created','2020-12-25 21:15:19','2020-12-25 13:15:19'),(7673,5465,'action started via WP Cron','2020-12-25 21:27:39','2020-12-25 13:27:39'),(7674,5465,'action complete via WP Cron','2020-12-25 21:27:39','2020-12-25 13:27:39'),(7675,5466,'action created','2020-12-25 21:27:39','2020-12-25 13:27:39'),(7676,5466,'action started via WP Cron','2020-12-25 21:29:05','2020-12-25 13:29:05'),(7677,5466,'action complete via WP Cron','2020-12-25 21:29:05','2020-12-25 13:29:05'),(7678,5467,'action created','2020-12-25 21:29:05','2020-12-25 13:29:05'),(7679,5467,'action started via WP Cron','2020-12-25 21:30:10','2020-12-25 13:30:10'),(7680,5467,'action complete via WP Cron','2020-12-25 21:30:10','2020-12-25 13:30:10'),(7681,5468,'action created','2020-12-25 21:30:10','2020-12-25 13:30:10'),(7682,5468,'action started via WP Cron','2020-12-25 21:34:33','2020-12-25 13:34:33'),(7683,5468,'action complete via WP Cron','2020-12-25 21:34:33','2020-12-25 13:34:33'),(7684,5469,'action created','2020-12-25 21:34:33','2020-12-25 13:34:33'),(7685,5469,'action started via WP Cron','2020-12-25 21:35:17','2020-12-25 13:35:17'),(7686,5469,'action complete via WP Cron','2020-12-25 21:35:17','2020-12-25 13:35:17'),(7687,5470,'action created','2020-12-25 21:35:17','2020-12-25 13:35:17'),(7688,5470,'action started via WP Cron','2020-12-25 21:37:18','2020-12-25 13:37:18'),(7689,5470,'action complete via WP Cron','2020-12-25 21:37:18','2020-12-25 13:37:18'),(7690,5471,'action created','2020-12-25 21:37:18','2020-12-25 13:37:18'),(7691,5471,'action started via WP Cron','2020-12-25 21:38:12','2020-12-25 13:38:12'),(7692,5471,'action complete via WP Cron','2020-12-25 21:38:12','2020-12-25 13:38:12'),(7693,5472,'action created','2020-12-25 21:38:12','2020-12-25 13:38:12'),(7694,5472,'action started via WP Cron','2020-12-25 21:39:20','2020-12-25 13:39:20'),(7695,5472,'action complete via WP Cron','2020-12-25 21:39:20','2020-12-25 13:39:20'),(7696,5473,'action created','2020-12-25 21:39:20','2020-12-25 13:39:20'),(7697,5473,'action started via WP Cron','2020-12-25 21:44:31','2020-12-25 13:44:31'),(7698,5473,'action complete via WP Cron','2020-12-25 21:44:31','2020-12-25 13:44:31'),(7699,5474,'action created','2020-12-25 21:44:31','2020-12-25 13:44:31'),(7700,5474,'action started via WP Cron','2020-12-25 22:06:38','2020-12-25 14:06:38'),(7701,5474,'action complete via WP Cron','2020-12-25 22:06:38','2020-12-25 14:06:38'),(7702,5475,'action created','2020-12-25 22:13:55','2020-12-25 14:13:55'),(7703,5475,'action started via WP Cron','2020-12-25 22:14:56','2020-12-25 14:14:56'),(7704,5475,'action complete via WP Cron','2020-12-25 22:14:56','2020-12-25 14:14:56'),(7705,5476,'action created','2020-12-25 22:14:56','2020-12-25 14:14:56'),(7706,5476,'action started via WP Cron','2020-12-25 22:15:57','2020-12-25 14:15:57'),(7707,5476,'action complete via WP Cron','2020-12-25 22:15:57','2020-12-25 14:15:57'),(7708,5477,'action created','2020-12-25 22:15:57','2020-12-25 14:15:57'),(7709,5477,'action started via WP Cron','2020-12-25 22:17:59','2020-12-25 14:17:59'),(7710,5477,'action complete via WP Cron','2020-12-25 22:17:59','2020-12-25 14:17:59'),(7711,5478,'action created','2020-12-25 22:17:59','2020-12-25 14:17:59'),(7712,5478,'action started via WP Cron','2020-12-25 22:19:00','2020-12-25 14:19:00'),(7713,5478,'action complete via WP Cron','2020-12-25 22:19:00','2020-12-25 14:19:00'),(7714,5479,'action created','2020-12-25 22:19:00','2020-12-25 14:19:00'),(7715,5479,'action started via WP Cron','2020-12-25 22:24:04','2020-12-25 14:24:04'),(7716,5479,'action complete via WP Cron','2020-12-25 22:24:04','2020-12-25 14:24:04'),(7717,5480,'action created','2020-12-25 22:24:04','2020-12-25 14:24:04'),(7718,5480,'action started via WP Cron','2020-12-25 22:28:55','2020-12-25 14:28:55'),(7719,5480,'action complete via WP Cron','2020-12-25 22:28:55','2020-12-25 14:28:55'),(7720,5481,'action created','2020-12-25 22:28:55','2020-12-25 14:28:55'),(7721,5481,'action started via WP Cron','2020-12-25 22:31:20','2020-12-25 14:31:20'),(7722,5481,'action complete via WP Cron','2020-12-25 22:31:20','2020-12-25 14:31:20'),(7723,5482,'action created','2020-12-25 22:31:20','2020-12-25 14:31:20'),(7724,5482,'action started via WP Cron','2020-12-25 22:35:26','2020-12-25 14:35:26'),(7725,5482,'action complete via WP Cron','2020-12-25 22:35:26','2020-12-25 14:35:26'),(7726,5483,'action created','2020-12-25 22:35:26','2020-12-25 14:35:26'),(7727,5483,'action started via WP Cron','2020-12-25 22:39:24','2020-12-25 14:39:24'),(7728,5483,'action complete via WP Cron','2020-12-25 22:39:24','2020-12-25 14:39:24'),(7729,5484,'action created','2020-12-25 22:39:24','2020-12-25 14:39:24'),(7730,5484,'action started via WP Cron','2020-12-25 22:39:41','2020-12-25 14:39:41'),(7731,5484,'action complete via WP Cron','2020-12-25 22:39:41','2020-12-25 14:39:41'),(7732,5485,'action created','2020-12-25 22:39:41','2020-12-25 14:39:41'),(7733,5485,'action started via WP Cron','2020-12-25 22:40:48','2020-12-25 14:40:48'),(7734,5485,'action complete via WP Cron','2020-12-25 22:40:48','2020-12-25 14:40:48'),(7735,5486,'action created','2020-12-25 22:40:48','2020-12-25 14:40:48'),(7736,5486,'action started via WP Cron','2020-12-25 22:42:12','2020-12-25 14:42:12'),(7737,5486,'action complete via WP Cron','2020-12-25 22:42:12','2020-12-25 14:42:12'),(7738,5487,'action created','2020-12-25 22:42:12','2020-12-25 14:42:12'),(7739,5487,'action started via WP Cron','2020-12-25 22:43:19','2020-12-25 14:43:19'),(7740,5487,'action complete via WP Cron','2020-12-25 22:43:19','2020-12-25 14:43:19'),(7741,5488,'action created','2020-12-25 22:43:19','2020-12-25 14:43:19'),(7742,5488,'action started via WP Cron','2020-12-25 23:05:22','2020-12-25 15:05:22'),(7743,5488,'action complete via WP Cron','2020-12-25 23:05:22','2020-12-25 15:05:22'),(7744,5489,'action created','2020-12-25 23:05:22','2020-12-25 15:05:22'),(7745,5489,'action started via WP Cron','2020-12-25 23:12:59','2020-12-25 15:12:59'),(7746,5489,'action complete via WP Cron','2020-12-25 23:12:59','2020-12-25 15:12:59'),(7747,5490,'action created','2020-12-25 23:12:59','2020-12-25 15:12:59'),(7748,5490,'action started via WP Cron','2020-12-25 23:14:58','2020-12-25 15:14:58'),(7749,5490,'action complete via WP Cron','2020-12-25 23:14:58','2020-12-25 15:14:58'),(7750,5491,'action created','2020-12-25 23:14:58','2020-12-25 15:14:58'),(7751,5491,'action started via WP Cron','2020-12-25 23:15:59','2020-12-25 15:15:59'),(7752,5491,'action complete via WP Cron','2020-12-25 23:15:59','2020-12-25 15:15:59'),(7753,5492,'action created','2020-12-25 23:15:59','2020-12-25 15:15:59'),(7754,5492,'action started via WP Cron','2020-12-25 23:39:08','2020-12-25 15:39:08'),(7755,5492,'action complete via WP Cron','2020-12-25 23:39:08','2020-12-25 15:39:08'),(7756,5493,'action created','2020-12-25 23:39:08','2020-12-25 15:39:08'),(7757,5493,'action started via WP Cron','2020-12-25 23:43:33','2020-12-25 15:43:33'),(7758,5493,'action complete via WP Cron','2020-12-25 23:43:33','2020-12-25 15:43:33'),(7759,5494,'action created','2020-12-25 23:43:33','2020-12-25 15:43:33'),(7760,5494,'action started via WP Cron','2020-12-25 23:48:46','2020-12-25 15:48:46'),(7761,5494,'action complete via WP Cron','2020-12-25 23:48:46','2020-12-25 15:48:46'),(7762,5495,'action created','2020-12-25 23:48:46','2020-12-25 15:48:46'),(7763,5495,'action started via WP Cron','2020-12-25 23:50:13','2020-12-25 15:50:13'),(7764,5495,'action complete via WP Cron','2020-12-25 23:50:13','2020-12-25 15:50:13'),(7765,5496,'action created','2020-12-25 23:50:13','2020-12-25 15:50:13'),(7766,5496,'action started via WP Cron','2020-12-25 23:53:00','2020-12-25 15:53:00'),(7767,5496,'action complete via WP Cron','2020-12-25 23:53:00','2020-12-25 15:53:00'),(7768,5497,'action created','2020-12-25 23:53:00','2020-12-25 15:53:00'),(7769,5497,'action started via WP Cron','2020-12-25 23:54:28','2020-12-25 15:54:28'),(7770,5497,'action complete via WP Cron','2020-12-25 23:54:28','2020-12-25 15:54:28'),(7771,5498,'action created','2020-12-25 23:54:28','2020-12-25 15:54:28'),(7772,5498,'action started via WP Cron','2020-12-25 23:55:55','2020-12-25 15:55:55'),(7773,5498,'action complete via WP Cron','2020-12-25 23:55:55','2020-12-25 15:55:55'),(7774,5499,'action created','2020-12-25 23:55:55','2020-12-25 15:55:55'),(7775,5499,'action started via WP Cron','2020-12-25 23:56:56','2020-12-25 15:56:56'),(7776,5499,'action complete via WP Cron','2020-12-25 23:56:56','2020-12-25 15:56:56'),(7777,5500,'action created','2020-12-25 23:56:56','2020-12-25 15:56:56'),(7778,5500,'action started via WP Cron','2020-12-25 23:58:53','2020-12-25 15:58:53'),(7779,5500,'action complete via WP Cron','2020-12-25 23:58:53','2020-12-25 15:58:53'),(7780,5501,'action created','2020-12-25 23:58:53','2020-12-25 15:58:53'),(7781,5501,'action started via WP Cron','2020-12-26 00:03:47','2020-12-25 16:03:47'),(7782,5501,'action complete via WP Cron','2020-12-26 00:03:47','2020-12-25 16:03:47'),(7783,5502,'action created','2020-12-26 00:03:47','2020-12-25 16:03:47'),(7784,5502,'action started via WP Cron','2020-12-26 00:06:17','2020-12-25 16:06:17'),(7785,5502,'action complete via WP Cron','2020-12-26 00:06:17','2020-12-25 16:06:17'),(7786,5503,'action created','2020-12-26 00:06:17','2020-12-25 16:06:17'),(7787,5503,'action started via WP Cron','2020-12-26 00:07:50','2020-12-25 16:07:50'),(7788,5503,'action complete via WP Cron','2020-12-26 00:07:50','2020-12-25 16:07:50'),(7789,5504,'action created','2020-12-26 00:07:50','2020-12-25 16:07:50'),(7790,5504,'action started via WP Cron','2020-12-26 00:15:19','2020-12-25 16:15:19'),(7791,5504,'action complete via WP Cron','2020-12-26 00:15:19','2020-12-25 16:15:19'),(7792,5505,'action created','2020-12-26 00:15:19','2020-12-25 16:15:19'),(7793,5505,'action started via WP Cron','2020-12-26 00:16:04','2020-12-25 16:16:04'),(7794,5505,'action complete via WP Cron','2020-12-26 00:16:04','2020-12-25 16:16:04'),(7795,5506,'action created','2020-12-26 00:16:04','2020-12-25 16:16:04'),(7796,5506,'action started via WP Cron','2020-12-26 00:16:46','2020-12-25 16:16:46'),(7797,5506,'action complete via WP Cron','2020-12-26 00:16:46','2020-12-25 16:16:46'),(7798,5507,'action created','2020-12-26 00:16:46','2020-12-25 16:16:46'),(7799,5507,'action started via WP Cron','2020-12-26 00:19:36','2020-12-25 16:19:36'),(7800,5507,'action complete via WP Cron','2020-12-26 00:19:36','2020-12-25 16:19:36'),(7801,5508,'action created','2020-12-26 00:19:36','2020-12-25 16:19:36'),(7802,5508,'action started via WP Cron','2020-12-26 00:21:20','2020-12-25 16:21:20'),(7803,5508,'action complete via WP Cron','2020-12-26 00:21:20','2020-12-25 16:21:20'),(7804,5509,'action created','2020-12-26 00:21:41','2020-12-25 16:21:41'),(7805,5509,'action started via WP Cron','2020-12-26 00:24:42','2020-12-25 16:24:42'),(7806,5509,'action complete via WP Cron','2020-12-26 00:24:42','2020-12-25 16:24:42'),(7807,5510,'action created','2020-12-26 00:24:42','2020-12-25 16:24:42'),(7808,5510,'action started via WP Cron','2020-12-26 00:38:12','2020-12-25 16:38:12'),(7809,5510,'action complete via WP Cron','2020-12-26 00:38:12','2020-12-25 16:38:12'),(7810,5511,'action created','2020-12-26 00:38:12','2020-12-25 16:38:12'),(7811,5511,'action started via WP Cron','2020-12-26 00:47:36','2020-12-25 16:47:36'),(7812,5511,'action complete via WP Cron','2020-12-26 00:47:36','2020-12-25 16:47:36'),(7813,5512,'action created','2020-12-26 00:47:36','2020-12-25 16:47:36'),(7814,5512,'action started via WP Cron','2020-12-26 00:47:54','2020-12-25 16:47:54'),(7815,5512,'action complete via WP Cron','2020-12-26 00:47:54','2020-12-25 16:47:54'),(7816,5513,'action created','2020-12-26 00:47:54','2020-12-25 16:47:54'),(7817,5513,'action started via WP Cron','2020-12-26 00:55:25','2020-12-25 16:55:25'),(7818,5513,'action complete via WP Cron','2020-12-26 00:55:25','2020-12-25 16:55:25'),(7819,5514,'action created','2020-12-26 00:55:25','2020-12-25 16:55:25'),(7820,5514,'action started via WP Cron','2020-12-26 01:14:13','2020-12-25 17:14:13'),(7821,5514,'action complete via WP Cron','2020-12-26 01:14:13','2020-12-25 17:14:13'),(7822,5515,'action created','2020-12-26 01:14:13','2020-12-25 17:14:13'),(7823,5515,'action started via WP Cron','2020-12-26 01:16:19','2020-12-25 17:16:19'),(7824,5515,'action complete via WP Cron','2020-12-26 01:16:19','2020-12-25 17:16:19'),(7825,5516,'action created','2020-12-26 01:16:19','2020-12-25 17:16:19'),(7826,5516,'action started via WP Cron','2020-12-26 01:17:52','2020-12-25 17:17:52'),(7827,5516,'action complete via WP Cron','2020-12-26 01:17:52','2020-12-25 17:17:52'),(7828,5517,'action created','2020-12-26 01:17:52','2020-12-25 17:17:52'),(7829,5517,'action started via WP Cron','2020-12-26 01:25:30','2020-12-25 17:25:30'),(7830,5517,'action complete via WP Cron','2020-12-26 01:25:30','2020-12-25 17:25:30'),(7831,5518,'action created','2020-12-26 01:25:30','2020-12-25 17:25:30'),(7832,5518,'action started via WP Cron','2020-12-26 01:25:43','2020-12-25 17:25:43'),(7833,5518,'action complete via WP Cron','2020-12-26 01:25:43','2020-12-25 17:25:43'),(7834,5519,'action created','2020-12-26 01:25:43','2020-12-25 17:25:43'),(7835,5519,'action started via WP Cron','2020-12-26 01:26:46','2020-12-25 17:26:46'),(7836,5519,'action complete via WP Cron','2020-12-26 01:26:46','2020-12-25 17:26:46'),(7837,5520,'action created','2020-12-26 01:26:46','2020-12-25 17:26:46'),(7838,5520,'action started via WP Cron','2020-12-26 01:28:11','2020-12-25 17:28:11'),(7839,5520,'action complete via WP Cron','2020-12-26 01:28:11','2020-12-25 17:28:11'),(7840,5521,'action created','2020-12-26 01:28:11','2020-12-25 17:28:11'),(7841,5521,'action started via WP Cron','2020-12-26 01:29:37','2020-12-25 17:29:37'),(7842,5521,'action complete via WP Cron','2020-12-26 01:29:37','2020-12-25 17:29:37'),(7843,5522,'action created','2020-12-26 01:29:37','2020-12-25 17:29:37'),(7844,5522,'action started via WP Cron','2020-12-26 01:29:56','2020-12-25 17:29:56'),(7845,5522,'action complete via WP Cron','2020-12-26 01:29:56','2020-12-25 17:29:56'),(7846,5523,'action created','2020-12-26 01:29:56','2020-12-25 17:29:56'),(7847,5523,'action started via WP Cron','2020-12-26 01:32:40','2020-12-25 17:32:40'),(7848,5523,'action complete via WP Cron','2020-12-26 01:32:40','2020-12-25 17:32:40'),(7849,5524,'action created','2020-12-26 01:32:40','2020-12-25 17:32:40'),(7850,5524,'action started via WP Cron','2020-12-26 01:33:41','2020-12-25 17:33:41'),(7851,5524,'action complete via WP Cron','2020-12-26 01:33:41','2020-12-25 17:33:41'),(7852,5525,'action created','2020-12-26 01:33:41','2020-12-25 17:33:41'),(7853,5525,'action started via WP Cron','2020-12-26 01:34:43','2020-12-25 17:34:43'),(7854,5525,'action complete via WP Cron','2020-12-26 01:34:43','2020-12-25 17:34:43'),(7855,5526,'action created','2020-12-26 01:34:43','2020-12-25 17:34:43'),(7856,5113,'action started via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7857,5113,'action complete via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7858,5527,'action created','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7859,5114,'action started via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7860,5114,'action complete via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7861,5528,'action created','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7862,5526,'action started via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7863,5526,'action complete via WP Cron','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7864,5529,'action created','2020-12-26 01:38:07','2020-12-25 17:38:07'),(7865,5529,'action started via WP Cron','2020-12-26 01:49:38','2020-12-25 17:49:38'),(7866,5529,'action complete via WP Cron','2020-12-26 01:49:38','2020-12-25 17:49:38'),(7867,5530,'action created','2020-12-26 01:49:38','2020-12-25 17:49:38'),(7868,5530,'action started via WP Cron','2020-12-26 01:55:47','2020-12-25 17:55:47'),(7869,5530,'action complete via WP Cron','2020-12-26 01:55:47','2020-12-25 17:55:47'),(7870,5531,'action created','2020-12-26 01:55:47','2020-12-25 17:55:47'),(7871,5531,'action started via WP Cron','2020-12-26 01:58:42','2020-12-25 17:58:42'),(7872,5531,'action complete via WP Cron','2020-12-26 01:58:42','2020-12-25 17:58:42'),(7873,5532,'action created','2020-12-26 01:58:42','2020-12-25 17:58:42'),(7874,5532,'action started via WP Cron','2020-12-26 02:06:09','2020-12-25 18:06:09'),(7875,5532,'action complete via WP Cron','2020-12-26 02:06:09','2020-12-25 18:06:09'),(7876,5533,'action created','2020-12-26 02:06:10','2020-12-25 18:06:10'),(7877,5533,'action started via WP Cron','2020-12-26 02:11:16','2020-12-25 18:11:16'),(7878,5533,'action complete via WP Cron','2020-12-26 02:11:16','2020-12-25 18:11:16'),(7879,5534,'action created','2020-12-26 02:11:17','2020-12-25 18:11:17'),(7880,5534,'action started via WP Cron','2020-12-26 02:17:33','2020-12-25 18:17:33'),(7881,5534,'action complete via WP Cron','2020-12-26 02:17:33','2020-12-25 18:17:33'),(7882,5535,'action created','2020-12-26 02:17:33','2020-12-25 18:17:33'),(7883,5535,'action started via WP Cron','2020-12-26 02:26:56','2020-12-25 18:26:56'),(7884,5535,'action complete via WP Cron','2020-12-26 02:26:56','2020-12-25 18:26:56'),(7885,5536,'action created','2020-12-26 02:26:56','2020-12-25 18:26:56'),(7886,5536,'action started via WP Cron','2020-12-26 02:27:58','2020-12-25 18:27:58'),(7887,5536,'action complete via WP Cron','2020-12-26 02:27:58','2020-12-25 18:27:58'),(7888,5537,'action created','2020-12-26 02:27:58','2020-12-25 18:27:58'),(7889,5537,'action started via WP Cron','2020-12-26 02:34:44','2020-12-25 18:34:44'),(7890,5537,'action complete via WP Cron','2020-12-26 02:34:44','2020-12-25 18:34:44'),(7891,5538,'action created','2020-12-26 02:34:44','2020-12-25 18:34:44'),(7892,5538,'action started via WP Cron','2020-12-26 02:36:43','2020-12-25 18:36:43'),(7893,5538,'action complete via WP Cron','2020-12-26 02:36:43','2020-12-25 18:36:43'),(7894,5539,'action created','2020-12-26 02:36:43','2020-12-25 18:36:43'),(7895,5539,'action started via WP Cron','2020-12-26 02:37:44','2020-12-25 18:37:44'),(7896,5539,'action complete via WP Cron','2020-12-26 02:37:44','2020-12-25 18:37:44'),(7897,5540,'action created','2020-12-26 02:37:44','2020-12-25 18:37:44'),(7898,5540,'action started via WP Cron','2020-12-26 02:38:45','2020-12-25 18:38:45'),(7899,5540,'action complete via WP Cron','2020-12-26 02:38:45','2020-12-25 18:38:45'),(7900,5541,'action created','2020-12-26 02:38:45','2020-12-25 18:38:45'),(7901,5541,'action started via WP Cron','2020-12-26 02:46:23','2020-12-25 18:46:23'),(7902,5541,'action complete via WP Cron','2020-12-26 02:46:23','2020-12-25 18:46:23'),(7903,5542,'action created','2020-12-26 02:46:23','2020-12-25 18:46:23'),(7904,5542,'action started via WP Cron','2020-12-26 02:58:19','2020-12-25 18:58:19'),(7905,5542,'action complete via WP Cron','2020-12-26 02:58:19','2020-12-25 18:58:19'),(7906,5543,'action created','2020-12-26 02:58:19','2020-12-25 18:58:19'),(7907,5543,'action started via WP Cron','2020-12-26 03:00:53','2020-12-25 19:00:53'),(7908,5543,'action complete via WP Cron','2020-12-26 03:00:53','2020-12-25 19:00:53'),(7909,5544,'action created','2020-12-26 03:00:53','2020-12-25 19:00:53'),(7910,5544,'action started via WP Cron','2020-12-26 03:04:04','2020-12-25 19:04:04'),(7911,5544,'action complete via WP Cron','2020-12-26 03:04:04','2020-12-25 19:04:04'),(7912,5545,'action created','2020-12-26 03:04:04','2020-12-25 19:04:04'),(7913,5545,'action started via WP Cron','2020-12-26 03:07:57','2020-12-25 19:07:57'),(7914,5545,'action complete via WP Cron','2020-12-26 03:07:57','2020-12-25 19:07:57'),(7915,5546,'action created','2020-12-26 03:07:57','2020-12-25 19:07:57'),(7916,5546,'action started via WP Cron','2020-12-26 03:20:45','2020-12-25 19:20:45'),(7917,5546,'action complete via WP Cron','2020-12-26 03:20:45','2020-12-25 19:20:45'),(7918,5547,'action created','2020-12-26 03:20:45','2020-12-25 19:20:45'),(7919,5547,'action started via WP Cron','2020-12-26 03:22:26','2020-12-25 19:22:26'),(7920,5547,'action complete via WP Cron','2020-12-26 03:22:26','2020-12-25 19:22:26'),(7921,5548,'action created','2020-12-26 03:22:26','2020-12-25 19:22:26'),(7922,5548,'action started via WP Cron','2020-12-26 03:24:52','2020-12-25 19:24:52'),(7923,5548,'action complete via WP Cron','2020-12-26 03:24:52','2020-12-25 19:24:52'),(7924,5549,'action created','2020-12-26 03:24:52','2020-12-25 19:24:52'),(7925,5549,'action started via WP Cron','2020-12-26 03:25:50','2020-12-25 19:25:50'),(7926,5549,'action complete via WP Cron','2020-12-26 03:25:50','2020-12-25 19:25:50'),(7927,5550,'action created','2020-12-26 03:25:50','2020-12-25 19:25:50'),(7928,5550,'action started via WP Cron','2020-12-26 03:35:57','2020-12-25 19:35:57'),(7929,5550,'action complete via WP Cron','2020-12-26 03:35:57','2020-12-25 19:35:57'),(7930,5551,'action created','2020-12-26 03:35:57','2020-12-25 19:35:57'),(7931,5551,'action started via WP Cron','2020-12-26 03:38:51','2020-12-25 19:38:51'),(7932,5551,'action complete via WP Cron','2020-12-26 03:38:51','2020-12-25 19:38:51'),(7933,5552,'action created','2020-12-26 03:38:51','2020-12-25 19:38:51'),(7934,5552,'action started via WP Cron','2020-12-26 03:39:45','2020-12-25 19:39:45'),(7935,5552,'action complete via WP Cron','2020-12-26 03:39:45','2020-12-25 19:39:45'),(7936,5553,'action created','2020-12-26 03:39:45','2020-12-25 19:39:45'),(7937,5553,'action started via WP Cron','2020-12-26 03:40:46','2020-12-25 19:40:46'),(7938,5553,'action complete via WP Cron','2020-12-26 03:40:46','2020-12-25 19:40:46'),(7939,5554,'action created','2020-12-26 03:40:46','2020-12-25 19:40:46'),(7940,5554,'action started via WP Cron','2020-12-26 04:02:53','2020-12-25 20:02:53'),(7941,5554,'action complete via WP Cron','2020-12-26 04:02:53','2020-12-25 20:02:53'),(7942,5555,'action created','2020-12-26 04:02:53','2020-12-25 20:02:53'),(7943,5555,'action started via WP Cron','2020-12-26 04:04:21','2020-12-25 20:04:21'),(7944,5555,'action complete via WP Cron','2020-12-26 04:04:21','2020-12-25 20:04:21'),(7945,5556,'action created','2020-12-26 04:04:22','2020-12-25 20:04:22'),(7946,5556,'action started via WP Cron','2020-12-26 04:05:35','2020-12-25 20:05:35'),(7947,5556,'action complete via WP Cron','2020-12-26 04:05:35','2020-12-25 20:05:35'),(7948,5557,'action created','2020-12-26 04:05:35','2020-12-25 20:05:35'),(7949,5557,'action started via WP Cron','2020-12-26 04:06:45','2020-12-25 20:06:45'),(7950,5557,'action complete via WP Cron','2020-12-26 04:06:45','2020-12-25 20:06:45'),(7951,5558,'action created','2020-12-26 04:07:36','2020-12-25 20:07:36'),(7952,5558,'action started via WP Cron','2020-12-26 04:08:36','2020-12-25 20:08:36'),(7953,5558,'action complete via WP Cron','2020-12-26 04:08:36','2020-12-25 20:08:36'),(7954,5559,'action created','2020-12-26 04:08:37','2020-12-25 20:08:37'),(7955,5559,'action started via WP Cron','2020-12-26 04:09:39','2020-12-25 20:09:39'),(7956,5559,'action complete via WP Cron','2020-12-26 04:09:39','2020-12-25 20:09:39'),(7957,5560,'action created','2020-12-26 04:09:39','2020-12-25 20:09:39'),(7958,5560,'action started via WP Cron','2020-12-26 04:10:58','2020-12-25 20:10:58'),(7959,5560,'action complete via WP Cron','2020-12-26 04:10:58','2020-12-25 20:10:58'),(7960,5561,'action created','2020-12-26 04:10:58','2020-12-25 20:10:58'),(7961,5561,'action started via WP Cron','2020-12-26 04:12:24','2020-12-25 20:12:24'),(7962,5561,'action complete via WP Cron','2020-12-26 04:12:24','2020-12-25 20:12:24'),(7963,5562,'action created','2020-12-26 04:12:25','2020-12-25 20:12:25'),(7964,5562,'action started via WP Cron','2020-12-26 04:15:27','2020-12-25 20:15:27'),(7965,5562,'action complete via WP Cron','2020-12-26 04:15:27','2020-12-25 20:15:27'),(7966,5563,'action created','2020-12-26 04:15:27','2020-12-25 20:15:27'),(7967,5563,'action started via WP Cron','2020-12-26 04:15:41','2020-12-25 20:15:41'),(7968,5563,'action complete via WP Cron','2020-12-26 04:15:41','2020-12-25 20:15:41'),(7969,5564,'action created','2020-12-26 04:15:41','2020-12-25 20:15:41'),(7970,5564,'action started via WP Cron','2020-12-26 04:17:37','2020-12-25 20:17:37'),(7971,5564,'action complete via WP Cron','2020-12-26 04:17:37','2020-12-25 20:17:37'),(7972,5565,'action created','2020-12-26 04:17:37','2020-12-25 20:17:37'),(7973,5565,'action started via WP Cron','2020-12-26 04:19:03','2020-12-25 20:19:03'),(7974,5565,'action complete via WP Cron','2020-12-26 04:19:03','2020-12-25 20:19:03'),(7975,5566,'action created','2020-12-26 04:19:03','2020-12-25 20:19:03'),(7976,5566,'action started via WP Cron','2020-12-26 04:21:25','2020-12-25 20:21:25'),(7977,5566,'action complete via WP Cron','2020-12-26 04:21:25','2020-12-25 20:21:25'),(7978,5567,'action created','2020-12-26 04:21:25','2020-12-25 20:21:25'),(7979,5567,'action started via WP Cron','2020-12-26 04:21:45','2020-12-25 20:21:45'),(7980,5567,'action complete via WP Cron','2020-12-26 04:21:45','2020-12-25 20:21:45'),(7981,5568,'action created','2020-12-26 04:21:45','2020-12-25 20:21:45'),(7982,5568,'action started via WP Cron','2020-12-26 04:22:44','2020-12-25 20:22:44'),(7983,5568,'action complete via WP Cron','2020-12-26 04:22:44','2020-12-25 20:22:44'),(7984,5569,'action created','2020-12-26 04:22:44','2020-12-25 20:22:44'),(7985,5569,'action started via WP Cron','2020-12-26 04:23:42','2020-12-25 20:23:42'),(7986,5569,'action complete via WP Cron','2020-12-26 04:23:42','2020-12-25 20:23:42'),(7987,5570,'action created','2020-12-26 04:23:42','2020-12-25 20:23:42'),(7988,5570,'action started via WP Cron','2020-12-26 04:24:41','2020-12-25 20:24:41'),(7989,5570,'action complete via WP Cron','2020-12-26 04:24:41','2020-12-25 20:24:41'),(7990,5571,'action created','2020-12-26 04:24:41','2020-12-25 20:24:41'),(7991,5571,'action started via WP Cron','2020-12-26 04:25:42','2020-12-25 20:25:42'),(7992,5571,'action complete via WP Cron','2020-12-26 04:25:42','2020-12-25 20:25:42'),(7993,5572,'action created','2020-12-26 04:25:42','2020-12-25 20:25:42'),(7994,5572,'action started via WP Cron','2020-12-26 04:26:41','2020-12-25 20:26:41'),(7995,5572,'action complete via WP Cron','2020-12-26 04:26:41','2020-12-25 20:26:41'),(7996,5573,'action created','2020-12-26 04:26:41','2020-12-25 20:26:41'),(7997,5573,'action started via WP Cron','2020-12-26 04:27:41','2020-12-25 20:27:41'),(7998,5573,'action complete via WP Cron','2020-12-26 04:27:41','2020-12-25 20:27:41'),(7999,5574,'action created','2020-12-26 04:27:41','2020-12-25 20:27:41'),(8000,5574,'action started via WP Cron','2020-12-26 04:28:45','2020-12-25 20:28:45'),(8001,5574,'action complete via WP Cron','2020-12-26 04:28:45','2020-12-25 20:28:45'),(8002,5575,'action created','2020-12-26 04:28:46','2020-12-25 20:28:46'),(8003,5575,'action started via WP Cron','2020-12-26 04:29:43','2020-12-25 20:29:43'),(8004,5575,'action complete via WP Cron','2020-12-26 04:29:43','2020-12-25 20:29:43'),(8005,5576,'action created','2020-12-26 04:29:43','2020-12-25 20:29:43'),(8006,5576,'action started via WP Cron','2020-12-26 04:30:41','2020-12-25 20:30:41'),(8007,5576,'action complete via WP Cron','2020-12-26 04:30:41','2020-12-25 20:30:41'),(8008,5577,'action created','2020-12-26 04:30:41','2020-12-25 20:30:41'),(8009,5577,'action started via WP Cron','2020-12-26 04:31:45','2020-12-25 20:31:45'),(8010,5577,'action complete via WP Cron','2020-12-26 04:31:45','2020-12-25 20:31:45'),(8011,5578,'action created','2020-12-26 04:31:45','2020-12-25 20:31:45'),(8012,5578,'action started via WP Cron','2020-12-26 04:33:25','2020-12-25 20:33:25'),(8013,5578,'action complete via WP Cron','2020-12-26 04:33:25','2020-12-25 20:33:25'),(8014,5579,'action created','2020-12-26 04:33:25','2020-12-25 20:33:25'),(8015,5579,'action started via WP Cron','2020-12-26 04:33:56','2020-12-25 20:33:56'),(8016,5579,'action complete via WP Cron','2020-12-26 04:33:56','2020-12-25 20:33:56'),(8017,5580,'action created','2020-12-26 04:33:56','2020-12-25 20:33:56'),(8018,5580,'action started via WP Cron','2020-12-26 04:36:04','2020-12-25 20:36:04'),(8019,5580,'action complete via WP Cron','2020-12-26 04:36:04','2020-12-25 20:36:04'),(8020,5581,'action created','2020-12-26 04:36:05','2020-12-25 20:36:05'),(8021,5581,'action started via WP Cron','2020-12-26 04:37:02','2020-12-25 20:37:02'),(8022,5581,'action complete via WP Cron','2020-12-26 04:37:02','2020-12-25 20:37:02'),(8023,5582,'action created','2020-12-26 04:37:02','2020-12-25 20:37:02'),(8024,5582,'action started via WP Cron','2020-12-26 04:39:41','2020-12-25 20:39:41'),(8025,5582,'action complete via WP Cron','2020-12-26 04:39:41','2020-12-25 20:39:41'),(8026,5583,'action created','2020-12-26 04:39:41','2020-12-25 20:39:41'),(8027,5583,'action started via WP Cron','2020-12-26 04:42:28','2020-12-25 20:42:28'),(8028,5583,'action complete via WP Cron','2020-12-26 04:42:28','2020-12-25 20:42:28'),(8029,5584,'action created','2020-12-26 04:42:29','2020-12-25 20:42:29'),(8030,5584,'action started via WP Cron','2020-12-26 04:42:41','2020-12-25 20:42:41'),(8031,5584,'action complete via WP Cron','2020-12-26 04:42:41','2020-12-25 20:42:41'),(8032,5585,'action created','2020-12-26 04:42:41','2020-12-25 20:42:41'),(8033,5585,'action started via WP Cron','2020-12-26 05:09:41','2020-12-25 21:09:41'),(8034,5585,'action complete via WP Cron','2020-12-26 05:09:41','2020-12-25 21:09:41'),(8035,5586,'action created','2020-12-26 05:09:42','2020-12-25 21:09:42'),(8036,5586,'action started via WP Cron','2020-12-26 05:11:40','2020-12-25 21:11:40'),(8037,5586,'action complete via WP Cron','2020-12-26 05:11:40','2020-12-25 21:11:40'),(8038,5587,'action created','2020-12-26 05:11:40','2020-12-25 21:11:40'),(8039,5587,'action started via WP Cron','2020-12-26 05:13:42','2020-12-25 21:13:42'),(8040,5587,'action complete via WP Cron','2020-12-26 05:13:42','2020-12-25 21:13:42'),(8041,5588,'action created','2020-12-26 05:13:43','2020-12-25 21:13:43'),(8042,5588,'action started via WP Cron','2020-12-26 05:14:42','2020-12-25 21:14:42'),(8043,5588,'action complete via WP Cron','2020-12-26 05:14:42','2020-12-25 21:14:42'),(8044,5589,'action created','2020-12-26 05:14:43','2020-12-25 21:14:43'),(8045,5589,'action started via WP Cron','2020-12-26 05:15:44','2020-12-25 21:15:44'),(8046,5589,'action complete via WP Cron','2020-12-26 05:15:44','2020-12-25 21:15:44'),(8047,5590,'action created','2020-12-26 05:15:44','2020-12-25 21:15:44'),(8048,5590,'action started via WP Cron','2020-12-26 05:20:11','2020-12-25 21:20:11'),(8049,5590,'action complete via WP Cron','2020-12-26 05:20:11','2020-12-25 21:20:11'),(8050,5591,'action created','2020-12-26 05:20:11','2020-12-25 21:20:11'),(8051,5591,'action started via WP Cron','2020-12-26 05:21:12','2020-12-25 21:21:12'),(8052,5591,'action complete via WP Cron','2020-12-26 05:21:12','2020-12-25 21:21:12'),(8053,5592,'action created','2020-12-26 05:21:12','2020-12-25 21:21:12'),(8054,5592,'action started via WP Cron','2020-12-26 05:22:19','2020-12-25 21:22:19'),(8055,5592,'action complete via WP Cron','2020-12-26 05:22:19','2020-12-25 21:22:19'),(8056,5593,'action created','2020-12-26 05:22:19','2020-12-25 21:22:19'),(8057,5593,'action started via WP Cron','2020-12-26 05:23:20','2020-12-25 21:23:20'),(8058,5593,'action complete via WP Cron','2020-12-26 05:23:20','2020-12-25 21:23:20'),(8059,5594,'action created','2020-12-26 05:23:20','2020-12-25 21:23:20'),(8060,5594,'action started via WP Cron','2020-12-26 05:24:20','2020-12-25 21:24:20'),(8061,5594,'action complete via WP Cron','2020-12-26 05:24:20','2020-12-25 21:24:20'),(8062,5595,'action created','2020-12-26 05:24:21','2020-12-25 21:24:21'),(8063,5595,'action started via WP Cron','2020-12-26 05:25:23','2020-12-25 21:25:23'),(8064,5595,'action complete via WP Cron','2020-12-26 05:25:23','2020-12-25 21:25:23'),(8065,5596,'action created','2020-12-26 05:25:23','2020-12-25 21:25:23'),(8066,5596,'action started via WP Cron','2020-12-26 05:27:25','2020-12-25 21:27:25'),(8067,5596,'action complete via WP Cron','2020-12-26 05:27:25','2020-12-25 21:27:25'),(8068,5597,'action created','2020-12-26 05:27:25','2020-12-25 21:27:25'),(8069,5597,'action started via WP Cron','2020-12-26 05:31:09','2020-12-25 21:31:09'),(8070,5597,'action complete via WP Cron','2020-12-26 05:31:09','2020-12-25 21:31:09'),(8071,5598,'action created','2020-12-26 05:31:10','2020-12-25 21:31:10'),(8072,5598,'action started via WP Cron','2020-12-26 05:38:44','2020-12-25 21:38:44'),(8073,5598,'action complete via WP Cron','2020-12-26 05:38:44','2020-12-25 21:38:44'),(8074,5599,'action created','2020-12-26 05:38:44','2020-12-25 21:38:44'),(8078,5600,'action started via WP Cron','2020-12-26 05:40:43','2020-12-25 21:40:43'),(8079,5600,'action complete via WP Cron','2020-12-26 05:40:43','2020-12-25 21:40:43'),(8080,5601,'action created','2020-12-26 05:40:44','2020-12-25 21:40:44'),(8081,5601,'action started via WP Cron','2020-12-26 05:46:36','2020-12-25 21:46:36'),(8082,5601,'action complete via WP Cron','2020-12-26 05:46:36','2020-12-25 21:46:36'),(8083,5602,'action created','2020-12-26 05:46:36','2020-12-25 21:46:36'),(8084,5602,'action started via WP Cron','2020-12-26 05:49:14','2020-12-25 21:49:14'),(8085,5602,'action complete via WP Cron','2020-12-26 05:49:14','2020-12-25 21:49:14'),(8086,5603,'action created','2020-12-26 05:49:14','2020-12-25 21:49:14'),(8087,5603,'action started via WP Cron','2020-12-26 05:50:13','2020-12-25 21:50:13'),(8088,5603,'action complete via WP Cron','2020-12-26 05:50:13','2020-12-25 21:50:13'),(8089,5604,'action created','2020-12-26 05:50:14','2020-12-25 21:50:14'),(8090,5604,'action started via WP Cron','2020-12-26 05:51:27','2020-12-25 21:51:27'),(8091,5604,'action complete via WP Cron','2020-12-26 05:51:27','2020-12-25 21:51:27'),(8092,5605,'action created','2020-12-26 05:51:27','2020-12-25 21:51:27'),(8093,5605,'action started via WP Cron','2020-12-26 05:53:38','2020-12-25 21:53:38'),(8094,5605,'action complete via WP Cron','2020-12-26 05:53:38','2020-12-25 21:53:38'),(8095,5606,'action created','2020-12-26 05:53:38','2020-12-25 21:53:38'),(8096,5606,'action started via WP Cron','2020-12-26 05:53:50','2020-12-25 21:53:50'),(8097,5606,'action complete via WP Cron','2020-12-26 05:53:50','2020-12-25 21:53:50'),(8098,5607,'action created','2020-12-26 05:53:50','2020-12-25 21:53:50'),(8099,5607,'action started via WP Cron','2020-12-26 05:54:57','2020-12-25 21:54:57'),(8100,5607,'action complete via WP Cron','2020-12-26 05:54:57','2020-12-25 21:54:57'),(8101,5608,'action created','2020-12-26 05:54:57','2020-12-25 21:54:57'),(8102,5608,'action started via Async Request','2020-12-26 05:55:37','2020-12-25 21:55:37'),(8103,5608,'action complete via Async Request','2020-12-26 05:55:37','2020-12-25 21:55:37'),(8104,5609,'action created','2020-12-26 05:55:38','2020-12-25 21:55:38'),(8105,5609,'action started via WP Cron','2020-12-26 05:58:11','2020-12-25 21:58:11'),(8106,5609,'action complete via WP Cron','2020-12-26 05:58:11','2020-12-25 21:58:11'),(8107,5610,'action created','2020-12-26 05:58:11','2020-12-25 21:58:11'),(8108,5610,'action started via WP Cron','2020-12-26 05:59:15','2020-12-25 21:59:15'),(8109,5610,'action complete via WP Cron','2020-12-26 05:59:15','2020-12-25 21:59:15'),(8110,5611,'action created','2020-12-26 05:59:16','2020-12-25 21:59:16'),(8111,5611,'action started via WP Cron','2020-12-26 06:00:16','2020-12-25 22:00:16'),(8112,5611,'action complete via WP Cron','2020-12-26 06:00:16','2020-12-25 22:00:16'),(8113,5612,'action created','2020-12-26 06:00:16','2020-12-25 22:00:16'),(8114,5612,'action started via WP Cron','2020-12-26 06:07:40','2020-12-25 22:07:40'),(8115,5612,'action complete via WP Cron','2020-12-26 06:07:40','2020-12-25 22:07:40'),(8116,5613,'action created','2020-12-26 06:07:40','2020-12-25 22:07:40'),(60368,23033,'action complete via WP Cron','2021-01-26 06:44:12','2021-01-25 22:44:12'),(60367,23033,'action started via WP Cron','2021-01-26 06:44:12','2021-01-25 22:44:12'),(62085,23606,'action created','2021-01-27 06:47:18','2021-01-26 22:47:18'),(8120,5613,'action started via WP Cron','2020-12-26 06:39:45','2020-12-25 22:39:45'),(8121,5613,'action complete via WP Cron','2020-12-26 06:39:45','2020-12-25 22:39:45'),(8122,5615,'action created','2020-12-26 06:39:45','2020-12-25 22:39:45'),(8123,5615,'action started via WP Cron','2020-12-26 06:40:53','2020-12-25 22:40:53'),(8124,5615,'action complete via WP Cron','2020-12-26 06:40:53','2020-12-25 22:40:53'),(8125,5616,'action created','2020-12-26 06:40:53','2020-12-25 22:40:53'),(8126,5616,'action started via WP Cron','2020-12-26 06:41:50','2020-12-25 22:41:50'),(8127,5616,'action complete via WP Cron','2020-12-26 06:41:50','2020-12-25 22:41:50'),(8128,5617,'action created','2020-12-26 06:41:50','2020-12-25 22:41:50'),(8129,5617,'action started via WP Cron','2020-12-26 06:43:57','2020-12-25 22:43:57'),(8130,5617,'action complete via WP Cron','2020-12-26 06:43:57','2020-12-25 22:43:57'),(8131,5618,'action created','2020-12-26 06:44:56','2020-12-25 22:44:56'),(8132,5618,'action started via WP Cron','2020-12-26 06:46:27','2020-12-25 22:46:27'),(8133,5618,'action complete via WP Cron','2020-12-26 06:46:27','2020-12-25 22:46:27'),(8134,5619,'action created','2020-12-26 07:00:22','2020-12-25 23:00:22'),(8135,5619,'action started via WP Cron','2020-12-26 07:01:16','2020-12-25 23:01:16'),(8136,5619,'action complete via WP Cron','2020-12-26 07:01:16','2020-12-25 23:01:16'),(8137,5620,'action created','2020-12-26 07:01:16','2020-12-25 23:01:16'),(8138,5620,'action started via WP Cron','2020-12-26 07:02:24','2020-12-25 23:02:24'),(8139,5620,'action complete via WP Cron','2020-12-26 07:02:24','2020-12-25 23:02:24'),(8140,5621,'action created','2020-12-26 07:02:24','2020-12-25 23:02:24'),(8141,5621,'action started via WP Cron','2020-12-26 07:04:22','2020-12-25 23:04:22'),(8142,5621,'action complete via WP Cron','2020-12-26 07:04:22','2020-12-25 23:04:22'),(8143,5622,'action created','2020-12-26 07:04:22','2020-12-25 23:04:22'),(8144,5622,'action started via WP Cron','2020-12-26 07:05:36','2020-12-25 23:05:36'),(8145,5622,'action complete via WP Cron','2020-12-26 07:05:36','2020-12-25 23:05:36'),(8146,5623,'action created','2020-12-26 07:05:36','2020-12-25 23:05:36'),(8147,5623,'action started via WP Cron','2020-12-26 07:05:52','2020-12-25 23:05:52'),(8148,5623,'action complete via WP Cron','2020-12-26 07:05:52','2020-12-25 23:05:52'),(8149,5624,'action created','2020-12-26 07:05:52','2020-12-25 23:05:52'),(8150,5624,'action started via WP Cron','2020-12-26 07:06:52','2020-12-25 23:06:52'),(8151,5624,'action complete via WP Cron','2020-12-26 07:06:52','2020-12-25 23:06:52'),(8152,5625,'action created','2020-12-26 07:06:53','2020-12-25 23:06:53'),(8153,5625,'action started via WP Cron','2020-12-26 07:21:18','2020-12-25 23:21:18'),(8154,5625,'action complete via WP Cron','2020-12-26 07:21:18','2020-12-25 23:21:18'),(8155,5626,'action created','2020-12-26 07:21:18','2020-12-25 23:21:18'),(8156,5626,'action started via WP Cron','2020-12-26 07:21:43','2020-12-25 23:21:43'),(8157,5626,'action complete via WP Cron','2020-12-26 07:21:43','2020-12-25 23:21:43'),(8158,5627,'action created','2020-12-26 07:21:43','2020-12-25 23:21:43'),(8159,5627,'action started via WP Cron','2020-12-26 07:22:42','2020-12-25 23:22:42'),(8160,5627,'action complete via WP Cron','2020-12-26 07:22:42','2020-12-25 23:22:42'),(8161,5628,'action created','2020-12-26 07:22:42','2020-12-25 23:22:42'),(8162,5628,'action started via WP Cron','2020-12-26 07:23:41','2020-12-25 23:23:41'),(8163,5628,'action complete via WP Cron','2020-12-26 07:23:41','2020-12-25 23:23:41'),(8164,5629,'action created','2020-12-26 07:23:41','2020-12-25 23:23:41'),(8165,5629,'action started via WP Cron','2020-12-26 07:31:54','2020-12-25 23:31:54'),(8166,5629,'action complete via WP Cron','2020-12-26 07:31:54','2020-12-25 23:31:54'),(8167,5630,'action created','2020-12-26 07:31:54','2020-12-25 23:31:54'),(8168,5630,'action started via WP Cron','2020-12-26 07:47:36','2020-12-25 23:47:36'),(8169,5630,'action complete via WP Cron','2020-12-26 07:47:36','2020-12-25 23:47:36'),(8170,5631,'action created','2020-12-26 07:47:36','2020-12-25 23:47:36'),(8171,5631,'action started via WP Cron','2020-12-26 07:48:38','2020-12-25 23:48:38'),(8172,5631,'action complete via WP Cron','2020-12-26 07:48:38','2020-12-25 23:48:38'),(8173,5632,'action created','2020-12-26 07:48:38','2020-12-25 23:48:38'),(8174,5632,'action started via WP Cron','2020-12-26 07:49:41','2020-12-25 23:49:41'),(8175,5632,'action complete via WP Cron','2020-12-26 07:49:41','2020-12-25 23:49:41'),(8176,5633,'action created','2020-12-26 07:49:41','2020-12-25 23:49:41'),(8177,5633,'action started via WP Cron','2020-12-26 07:51:43','2020-12-25 23:51:43'),(8178,5633,'action complete via WP Cron','2020-12-26 07:51:43','2020-12-25 23:51:43'),(8179,5634,'action created','2020-12-26 07:51:43','2020-12-25 23:51:43'),(8180,5634,'action started via WP Cron','2020-12-26 07:52:44','2020-12-25 23:52:44'),(8181,5634,'action complete via WP Cron','2020-12-26 07:52:44','2020-12-25 23:52:44'),(8182,5635,'action created','2020-12-26 07:52:44','2020-12-25 23:52:44'),(8183,5635,'action started via WP Cron','2020-12-26 07:53:45','2020-12-25 23:53:45'),(8184,5635,'action complete via WP Cron','2020-12-26 07:53:45','2020-12-25 23:53:45'),(8185,5636,'action created','2020-12-26 07:53:45','2020-12-25 23:53:45'),(8186,5636,'action started via WP Cron','2020-12-26 08:02:50','2020-12-26 00:02:50'),(8187,5636,'action complete via WP Cron','2020-12-26 08:02:50','2020-12-26 00:02:50'),(8188,5637,'action created','2020-12-26 08:02:51','2020-12-26 00:02:51'),(8189,5637,'action started via WP Cron','2020-12-26 08:14:22','2020-12-26 00:14:22'),(8190,5637,'action complete via WP Cron','2020-12-26 08:14:22','2020-12-26 00:14:22'),(8191,5638,'action created','2020-12-26 08:14:22','2020-12-26 00:14:22'),(8192,5638,'action started via WP Cron','2020-12-26 08:24:33','2020-12-26 00:24:33'),(8193,5638,'action complete via WP Cron','2020-12-26 08:24:33','2020-12-26 00:24:33'),(8194,5639,'action created','2020-12-26 08:24:33','2020-12-26 00:24:33'),(8195,5639,'action started via WP Cron','2020-12-26 08:26:09','2020-12-26 00:26:09'),(8196,5639,'action complete via WP Cron','2020-12-26 08:26:09','2020-12-26 00:26:09'),(8197,5640,'action created','2020-12-26 08:26:09','2020-12-26 00:26:09'),(8198,5640,'action started via WP Cron','2020-12-26 08:38:21','2020-12-26 00:38:21'),(8199,5640,'action complete via WP Cron','2020-12-26 08:38:21','2020-12-26 00:38:21'),(8200,5641,'action created','2020-12-26 08:38:21','2020-12-26 00:38:21'),(8201,5641,'action started via WP Cron','2020-12-26 08:40:07','2020-12-26 00:40:07'),(8202,5641,'action complete via WP Cron','2020-12-26 08:40:07','2020-12-26 00:40:07'),(8203,5642,'action created','2020-12-26 08:40:07','2020-12-26 00:40:07'),(8204,5642,'action started via WP Cron','2020-12-26 08:41:57','2020-12-26 00:41:57'),(8205,5642,'action complete via WP Cron','2020-12-26 08:41:57','2020-12-26 00:41:57'),(8206,5643,'action created','2020-12-26 08:41:57','2020-12-26 00:41:57'),(8207,5643,'action started via WP Cron','2020-12-26 08:43:31','2020-12-26 00:43:31'),(8208,5643,'action complete via WP Cron','2020-12-26 08:43:31','2020-12-26 00:43:31'),(8209,5644,'action created','2020-12-26 08:43:31','2020-12-26 00:43:31'),(8210,5644,'action started via WP Cron','2020-12-26 08:43:52','2020-12-26 00:43:52'),(8211,5644,'action complete via WP Cron','2020-12-26 08:43:52','2020-12-26 00:43:52'),(8212,5645,'action created','2020-12-26 08:43:52','2020-12-26 00:43:52'),(8213,5645,'action started via WP Cron','2020-12-26 08:45:30','2020-12-26 00:45:30'),(8214,5645,'action complete via WP Cron','2020-12-26 08:45:30','2020-12-26 00:45:30'),(8215,5646,'action created','2020-12-26 08:45:30','2020-12-26 00:45:30'),(8216,5646,'action started via WP Cron','2020-12-26 08:45:53','2020-12-26 00:45:53'),(8217,5646,'action complete via WP Cron','2020-12-26 08:45:53','2020-12-26 00:45:53'),(8218,5647,'action created','2020-12-26 08:45:53','2020-12-26 00:45:53'),(8219,5647,'action started via WP Cron','2020-12-26 08:46:52','2020-12-26 00:46:52'),(8220,5647,'action complete via WP Cron','2020-12-26 08:46:52','2020-12-26 00:46:52'),(8221,5648,'action created','2020-12-26 08:46:52','2020-12-26 00:46:52'),(8222,5648,'action started via WP Cron','2020-12-26 08:47:45','2020-12-26 00:47:45'),(8223,5648,'action complete via WP Cron','2020-12-26 08:47:45','2020-12-26 00:47:45'),(8224,5649,'action created','2020-12-26 08:47:45','2020-12-26 00:47:45'),(8225,5649,'action started via WP Cron','2020-12-26 08:48:43','2020-12-26 00:48:43'),(8226,5649,'action complete via WP Cron','2020-12-26 08:48:43','2020-12-26 00:48:43'),(8227,5650,'action created','2020-12-26 08:48:43','2020-12-26 00:48:43'),(8228,5650,'action started via WP Cron','2020-12-26 08:50:17','2020-12-26 00:50:17'),(8229,5650,'action complete via WP Cron','2020-12-26 08:50:17','2020-12-26 00:50:17'),(8230,5651,'action created','2020-12-26 08:50:17','2020-12-26 00:50:17'),(8231,5651,'action started via WP Cron','2020-12-26 08:50:52','2020-12-26 00:50:52'),(8232,5651,'action complete via WP Cron','2020-12-26 08:50:52','2020-12-26 00:50:52'),(8233,5652,'action created','2020-12-26 08:50:52','2020-12-26 00:50:52'),(8234,5652,'action started via WP Cron','2020-12-26 08:51:41','2020-12-26 00:51:41'),(8235,5652,'action complete via WP Cron','2020-12-26 08:51:41','2020-12-26 00:51:41'),(8236,5653,'action created','2020-12-26 08:51:41','2020-12-26 00:51:41'),(8237,5653,'action started via WP Cron','2020-12-26 08:53:04','2020-12-26 00:53:04'),(8238,5653,'action complete via WP Cron','2020-12-26 08:53:04','2020-12-26 00:53:04'),(8239,5654,'action created','2020-12-26 08:53:04','2020-12-26 00:53:04'),(8240,5654,'action started via WP Cron','2020-12-26 08:53:53','2020-12-26 00:53:53'),(8241,5654,'action complete via WP Cron','2020-12-26 08:53:53','2020-12-26 00:53:53'),(8242,5655,'action created','2020-12-26 08:53:53','2020-12-26 00:53:53'),(8243,5655,'action started via WP Cron','2020-12-26 08:54:45','2020-12-26 00:54:45'),(8244,5655,'action complete via WP Cron','2020-12-26 08:54:45','2020-12-26 00:54:45'),(8245,5656,'action created','2020-12-26 08:54:45','2020-12-26 00:54:45'),(8246,5656,'action started via WP Cron','2020-12-26 08:55:42','2020-12-26 00:55:42'),(8247,5656,'action complete via WP Cron','2020-12-26 08:55:42','2020-12-26 00:55:42'),(8248,5657,'action created','2020-12-26 08:55:56','2020-12-26 00:55:56'),(8249,5657,'action started via WP Cron','2020-12-26 08:56:47','2020-12-26 00:56:47'),(8250,5657,'action complete via WP Cron','2020-12-26 08:56:47','2020-12-26 00:56:47'),(8251,5658,'action created','2020-12-26 08:56:47','2020-12-26 00:56:47'),(8252,5658,'action started via WP Cron','2020-12-26 08:57:48','2020-12-26 00:57:48'),(8253,5658,'action complete via WP Cron','2020-12-26 08:57:48','2020-12-26 00:57:48'),(8254,5659,'action created','2020-12-26 08:57:48','2020-12-26 00:57:48'),(8255,5659,'action started via WP Cron','2020-12-26 08:58:49','2020-12-26 00:58:49'),(8256,5659,'action complete via WP Cron','2020-12-26 08:58:49','2020-12-26 00:58:49'),(8257,5660,'action created','2020-12-26 08:58:49','2020-12-26 00:58:49'),(8258,5660,'action started via WP Cron','2020-12-26 09:16:40','2020-12-26 01:16:40'),(8259,5660,'action complete via WP Cron','2020-12-26 09:16:40','2020-12-26 01:16:40'),(8260,5661,'action created','2020-12-26 09:16:40','2020-12-26 01:16:40'),(8261,5661,'action started via WP Cron','2020-12-26 09:22:23','2020-12-26 01:22:23'),(8262,5661,'action complete via WP Cron','2020-12-26 09:22:23','2020-12-26 01:22:23'),(8263,5662,'action created','2020-12-26 09:22:23','2020-12-26 01:22:23'),(8264,5662,'action started via WP Cron','2020-12-26 09:25:50','2020-12-26 01:25:50'),(8265,5662,'action complete via WP Cron','2020-12-26 09:25:50','2020-12-26 01:25:50'),(8266,5663,'action created','2020-12-26 09:25:50','2020-12-26 01:25:50'),(8267,5663,'action started via WP Cron','2020-12-26 09:31:59','2020-12-26 01:31:59'),(8268,5663,'action complete via WP Cron','2020-12-26 09:32:00','2020-12-26 01:32:00'),(8269,5664,'action created','2020-12-26 09:32:00','2020-12-26 01:32:00'),(8270,5664,'action started via WP Cron','2020-12-26 09:33:00','2020-12-26 01:33:00'),(8271,5664,'action complete via WP Cron','2020-12-26 09:33:00','2020-12-26 01:33:00'),(8272,5665,'action created','2020-12-26 09:33:00','2020-12-26 01:33:00'),(8273,5665,'action started via WP Cron','2020-12-26 09:33:58','2020-12-26 01:33:58'),(8274,5665,'action complete via WP Cron','2020-12-26 09:33:58','2020-12-26 01:33:58'),(8275,5666,'action created','2020-12-26 09:33:58','2020-12-26 01:33:58'),(8276,5666,'action started via WP Cron','2020-12-26 09:34:44','2020-12-26 01:34:44'),(8277,5666,'action complete via WP Cron','2020-12-26 09:34:44','2020-12-26 01:34:44'),(8278,5667,'action created','2020-12-26 09:34:44','2020-12-26 01:34:44'),(8279,5667,'action started via WP Cron','2020-12-26 09:35:42','2020-12-26 01:35:42'),(8280,5667,'action complete via WP Cron','2020-12-26 09:35:42','2020-12-26 01:35:42'),(8281,5668,'action created','2020-12-26 09:35:42','2020-12-26 01:35:42'),(8282,5668,'action started via WP Cron','2020-12-26 09:36:42','2020-12-26 01:36:42'),(8283,5668,'action complete via WP Cron','2020-12-26 09:36:42','2020-12-26 01:36:42'),(8284,5669,'action created','2020-12-26 09:36:42','2020-12-26 01:36:42'),(8285,5669,'action started via WP Cron','2020-12-26 09:41:38','2020-12-26 01:41:38'),(8286,5669,'action complete via WP Cron','2020-12-26 09:41:38','2020-12-26 01:41:38'),(8287,5670,'action created','2020-12-26 09:41:38','2020-12-26 01:41:38'),(8288,5670,'action started via WP Cron','2020-12-26 09:43:57','2020-12-26 01:43:57'),(8289,5670,'action complete via WP Cron','2020-12-26 09:43:57','2020-12-26 01:43:57'),(8290,5671,'action created','2020-12-26 09:43:57','2020-12-26 01:43:57'),(8291,5671,'action started via WP Cron','2020-12-26 09:47:53','2020-12-26 01:47:53'),(8292,5671,'action complete via WP Cron','2020-12-26 09:47:53','2020-12-26 01:47:53'),(8293,5672,'action created','2020-12-26 09:47:53','2020-12-26 01:47:53'),(8294,5672,'action started via WP Cron','2020-12-26 09:50:49','2020-12-26 01:50:49'),(8295,5672,'action complete via WP Cron','2020-12-26 09:50:49','2020-12-26 01:50:49'),(8296,5673,'action created','2020-12-26 09:50:49','2020-12-26 01:50:49'),(8297,5673,'action started via WP Cron','2020-12-26 09:52:27','2020-12-26 01:52:27'),(8298,5673,'action complete via WP Cron','2020-12-26 09:52:27','2020-12-26 01:52:27'),(8299,5674,'action created','2020-12-26 09:52:27','2020-12-26 01:52:27'),(8300,5674,'action started via WP Cron','2020-12-26 10:07:37','2020-12-26 02:07:37'),(8301,5674,'action complete via WP Cron','2020-12-26 10:07:37','2020-12-26 02:07:37'),(8302,5675,'action created','2020-12-26 10:07:37','2020-12-26 02:07:37'),(8303,5675,'action started via WP Cron','2020-12-26 10:08:43','2020-12-26 02:08:43'),(8304,5675,'action complete via WP Cron','2020-12-26 10:08:43','2020-12-26 02:08:43'),(8305,5676,'action created','2020-12-26 10:08:43','2020-12-26 02:08:43'),(8306,5676,'action started via WP Cron','2020-12-26 10:09:41','2020-12-26 02:09:41'),(8307,5676,'action complete via WP Cron','2020-12-26 10:09:41','2020-12-26 02:09:41'),(8308,5677,'action created','2020-12-26 10:09:41','2020-12-26 02:09:41'),(8309,5677,'action started via WP Cron','2020-12-26 10:10:51','2020-12-26 02:10:51'),(8310,5677,'action complete via WP Cron','2020-12-26 10:10:51','2020-12-26 02:10:51'),(8311,5678,'action created','2020-12-26 10:10:51','2020-12-26 02:10:51'),(8312,5678,'action started via WP Cron','2020-12-26 10:11:51','2020-12-26 02:11:51'),(8313,5678,'action complete via WP Cron','2020-12-26 10:11:51','2020-12-26 02:11:51'),(8314,5679,'action created','2020-12-26 10:11:51','2020-12-26 02:11:51'),(8315,5679,'action started via WP Cron','2020-12-26 10:15:06','2020-12-26 02:15:06'),(8316,5679,'action complete via WP Cron','2020-12-26 10:15:06','2020-12-26 02:15:06'),(8317,5680,'action created','2020-12-26 10:15:06','2020-12-26 02:15:06'),(8318,5680,'action started via WP Cron','2020-12-26 10:16:16','2020-12-26 02:16:16'),(8319,5680,'action complete via WP Cron','2020-12-26 10:16:16','2020-12-26 02:16:16'),(8320,5681,'action created','2020-12-26 10:16:16','2020-12-26 02:16:16'),(8321,5681,'action started via WP Cron','2020-12-26 10:20:21','2020-12-26 02:20:21'),(8322,5681,'action complete via WP Cron','2020-12-26 10:20:21','2020-12-26 02:20:21'),(8323,5682,'action created','2020-12-26 10:20:21','2020-12-26 02:20:21'),(8324,5682,'action started via WP Cron','2020-12-26 10:24:49','2020-12-26 02:24:49'),(8325,5682,'action complete via WP Cron','2020-12-26 10:24:49','2020-12-26 02:24:49'),(8326,5683,'action created','2020-12-26 10:24:49','2020-12-26 02:24:49'),(8327,5683,'action started via WP Cron','2020-12-26 10:29:04','2020-12-26 02:29:04'),(8328,5683,'action complete via WP Cron','2020-12-26 10:29:04','2020-12-26 02:29:04'),(8329,5684,'action created','2020-12-26 10:29:04','2020-12-26 02:29:04'),(8330,5684,'action started via WP Cron','2020-12-26 10:35:58','2020-12-26 02:35:58'),(8331,5684,'action complete via WP Cron','2020-12-26 10:35:58','2020-12-26 02:35:58'),(8332,5685,'action created','2020-12-26 10:35:58','2020-12-26 02:35:58'),(8333,5685,'action started via WP Cron','2020-12-26 10:36:58','2020-12-26 02:36:58'),(8334,5685,'action complete via WP Cron','2020-12-26 10:36:58','2020-12-26 02:36:58'),(8335,5686,'action created','2020-12-26 10:36:58','2020-12-26 02:36:58'),(8336,5686,'action started via WP Cron','2020-12-26 10:38:00','2020-12-26 02:38:00'),(8337,5686,'action complete via WP Cron','2020-12-26 10:38:00','2020-12-26 02:38:00'),(8338,5687,'action created','2020-12-26 10:38:00','2020-12-26 02:38:00'),(8339,5687,'action started via WP Cron','2020-12-26 10:40:22','2020-12-26 02:40:22'),(8340,5687,'action complete via WP Cron','2020-12-26 10:40:22','2020-12-26 02:40:22'),(8341,5688,'action created','2020-12-26 10:40:23','2020-12-26 02:40:23'),(8342,5688,'action started via WP Cron','2020-12-26 10:44:07','2020-12-26 02:44:07'),(8343,5688,'action complete via WP Cron','2020-12-26 10:44:07','2020-12-26 02:44:07'),(8344,5689,'action created','2020-12-26 10:44:07','2020-12-26 02:44:07'),(8345,5689,'action started via WP Cron','2020-12-26 10:45:08','2020-12-26 02:45:08'),(8346,5689,'action complete via WP Cron','2020-12-26 10:45:08','2020-12-26 02:45:08'),(8347,5690,'action created','2020-12-26 10:45:08','2020-12-26 02:45:08'),(8348,5690,'action started via WP Cron','2020-12-26 10:48:39','2020-12-26 02:48:39'),(8349,5690,'action complete via WP Cron','2020-12-26 10:48:39','2020-12-26 02:48:39'),(8350,5691,'action created','2020-12-26 10:48:39','2020-12-26 02:48:39'),(8351,5691,'action started via WP Cron','2020-12-26 10:55:49','2020-12-26 02:55:49'),(8352,5691,'action complete via WP Cron','2020-12-26 10:55:49','2020-12-26 02:55:49'),(8353,5692,'action created','2020-12-26 10:55:49','2020-12-26 02:55:49'),(8354,5692,'action started via WP Cron','2020-12-26 10:57:16','2020-12-26 02:57:16'),(8355,5692,'action complete via WP Cron','2020-12-26 10:57:16','2020-12-26 02:57:16'),(8356,5693,'action created','2020-12-26 10:57:16','2020-12-26 02:57:16'),(8357,5693,'action started via WP Cron','2020-12-26 10:58:45','2020-12-26 02:58:45'),(8358,5693,'action complete via WP Cron','2020-12-26 10:58:45','2020-12-26 02:58:45'),(8359,5694,'action created','2020-12-26 10:58:45','2020-12-26 02:58:45'),(8360,5694,'action started via WP Cron','2020-12-26 11:00:04','2020-12-26 03:00:04'),(8361,5694,'action complete via WP Cron','2020-12-26 11:00:04','2020-12-26 03:00:04'),(8362,5695,'action created','2020-12-26 11:00:05','2020-12-26 03:00:05'),(8363,5695,'action started via WP Cron','2020-12-26 11:01:04','2020-12-26 03:01:04'),(8364,5695,'action complete via WP Cron','2020-12-26 11:01:04','2020-12-26 03:01:04'),(8365,5696,'action created','2020-12-26 11:01:04','2020-12-26 03:01:04'),(8366,5696,'action started via WP Cron','2020-12-26 11:03:26','2020-12-26 03:03:26'),(8367,5696,'action complete via WP Cron','2020-12-26 11:03:27','2020-12-26 03:03:27'),(8368,5697,'action created','2020-12-26 11:03:27','2020-12-26 03:03:27'),(8369,5697,'action started via WP Cron','2020-12-26 11:04:18','2020-12-26 03:04:18'),(8370,5697,'action complete via WP Cron','2020-12-26 11:04:18','2020-12-26 03:04:18'),(8371,5698,'action created','2020-12-26 11:04:18','2020-12-26 03:04:18'),(8372,5698,'action started via WP Cron','2020-12-26 11:05:25','2020-12-26 03:05:25'),(8373,5698,'action complete via WP Cron','2020-12-26 11:05:25','2020-12-26 03:05:25'),(8374,5699,'action created','2020-12-26 11:05:25','2020-12-26 03:05:25'),(8375,5699,'action started via WP Cron','2020-12-26 11:06:26','2020-12-26 03:06:26'),(8376,5699,'action complete via WP Cron','2020-12-26 11:06:26','2020-12-26 03:06:26'),(8377,5700,'action created','2020-12-26 11:06:26','2020-12-26 03:06:26'),(8378,5700,'action started via WP Cron','2020-12-26 11:06:48','2020-12-26 03:06:48'),(8379,5700,'action complete via WP Cron','2020-12-26 11:06:48','2020-12-26 03:06:48'),(8380,5701,'action created','2020-12-26 11:06:48','2020-12-26 03:06:48'),(8381,5701,'action started via WP Cron','2020-12-26 11:10:29','2020-12-26 03:10:29'),(8382,5701,'action complete via WP Cron','2020-12-26 11:10:29','2020-12-26 03:10:29'),(8383,5702,'action created','2020-12-26 11:10:30','2020-12-26 03:10:30'),(8384,5702,'action started via WP Cron','2020-12-26 11:11:13','2020-12-26 03:11:13'),(8385,5702,'action complete via WP Cron','2020-12-26 11:11:13','2020-12-26 03:11:13'),(8386,5703,'action created','2020-12-26 11:11:13','2020-12-26 03:11:13'),(8387,5703,'action started via WP Cron','2020-12-26 11:16:34','2020-12-26 03:16:34'),(8388,5703,'action complete via WP Cron','2020-12-26 11:16:34','2020-12-26 03:16:34'),(8389,5704,'action created','2020-12-26 11:16:35','2020-12-26 03:16:35'),(8390,5704,'action started via WP Cron','2020-12-26 11:17:40','2020-12-26 03:17:40'),(8391,5704,'action complete via WP Cron','2020-12-26 11:17:40','2020-12-26 03:17:40'),(8392,5705,'action created','2020-12-26 11:17:40','2020-12-26 03:17:40'),(8393,5705,'action started via WP Cron','2020-12-26 11:21:03','2020-12-26 03:21:03'),(8394,5705,'action complete via WP Cron','2020-12-26 11:21:03','2020-12-26 03:21:03'),(8395,5706,'action created','2020-12-26 11:21:03','2020-12-26 03:21:03'),(8396,5706,'action started via WP Cron','2020-12-26 11:32:30','2020-12-26 03:32:30'),(8397,5706,'action complete via WP Cron','2020-12-26 11:32:30','2020-12-26 03:32:30'),(8398,5707,'action created','2020-12-26 11:32:30','2020-12-26 03:32:30'),(8399,5707,'action started via WP Cron','2020-12-26 11:32:43','2020-12-26 03:32:43'),(8400,5707,'action complete via WP Cron','2020-12-26 11:32:43','2020-12-26 03:32:43'),(8401,5708,'action created','2020-12-26 11:32:43','2020-12-26 03:32:43'),(8402,5708,'action started via WP Cron','2020-12-26 11:35:25','2020-12-26 03:35:25'),(8403,5708,'action complete via WP Cron','2020-12-26 11:35:25','2020-12-26 03:35:25'),(8404,5709,'action created','2020-12-26 11:35:25','2020-12-26 03:35:25'),(8405,5709,'action started via WP Cron','2020-12-26 11:36:31','2020-12-26 03:36:31'),(8406,5709,'action complete via WP Cron','2020-12-26 11:36:31','2020-12-26 03:36:31'),(8407,5710,'action created','2020-12-26 11:36:31','2020-12-26 03:36:31'),(8408,5710,'action started via WP Cron','2020-12-26 11:39:20','2020-12-26 03:39:20'),(8409,5710,'action complete via WP Cron','2020-12-26 11:39:20','2020-12-26 03:39:20'),(8410,5711,'action created','2020-12-26 11:39:20','2020-12-26 03:39:20'),(8411,5711,'action started via WP Cron','2020-12-26 11:43:55','2020-12-26 03:43:55'),(8412,5711,'action complete via WP Cron','2020-12-26 11:43:55','2020-12-26 03:43:55'),(8413,5712,'action created','2020-12-26 11:43:55','2020-12-26 03:43:55'),(8414,5712,'action started via WP Cron','2020-12-26 11:47:38','2020-12-26 03:47:38'),(8415,5712,'action complete via WP Cron','2020-12-26 11:47:38','2020-12-26 03:47:38'),(8416,5713,'action created','2020-12-26 11:47:38','2020-12-26 03:47:38'),(8417,5713,'action started via WP Cron','2020-12-26 11:51:16','2020-12-26 03:51:16'),(8418,5713,'action complete via WP Cron','2020-12-26 11:51:16','2020-12-26 03:51:16'),(8419,5714,'action created','2020-12-26 11:51:16','2020-12-26 03:51:16'),(8420,5714,'action started via WP Cron','2020-12-26 11:52:12','2020-12-26 03:52:12'),(8421,5714,'action complete via WP Cron','2020-12-26 11:52:12','2020-12-26 03:52:12'),(8422,5715,'action created','2020-12-26 11:52:12','2020-12-26 03:52:12'),(8423,5715,'action started via WP Cron','2020-12-26 11:53:12','2020-12-26 03:53:12'),(8424,5715,'action complete via WP Cron','2020-12-26 11:53:12','2020-12-26 03:53:12'),(8425,5716,'action created','2020-12-26 11:53:12','2020-12-26 03:53:12'),(8426,5716,'action started via WP Cron','2020-12-26 11:54:13','2020-12-26 03:54:13'),(8427,5716,'action complete via WP Cron','2020-12-26 11:54:13','2020-12-26 03:54:13'),(8428,5717,'action created','2020-12-26 11:54:13','2020-12-26 03:54:13'),(8429,5717,'action started via WP Cron','2020-12-26 12:00:58','2020-12-26 04:00:58'),(8430,5717,'action complete via WP Cron','2020-12-26 12:00:58','2020-12-26 04:00:58'),(8431,5718,'action created','2020-12-26 12:00:58','2020-12-26 04:00:58'),(8432,5718,'action started via WP Cron','2020-12-26 12:02:04','2020-12-26 04:02:04'),(8433,5718,'action complete via WP Cron','2020-12-26 12:02:04','2020-12-26 04:02:04'),(8434,5719,'action created','2020-12-26 12:02:04','2020-12-26 04:02:04'),(8435,5719,'action started via WP Cron','2020-12-26 12:03:05','2020-12-26 04:03:05'),(8436,5719,'action complete via WP Cron','2020-12-26 12:03:05','2020-12-26 04:03:05'),(8437,5720,'action created','2020-12-26 12:03:05','2020-12-26 04:03:05'),(8438,5720,'action started via WP Cron','2020-12-26 12:04:47','2020-12-26 04:04:47'),(8439,5720,'action complete via WP Cron','2020-12-26 12:04:47','2020-12-26 04:04:47'),(8440,5721,'action created','2020-12-26 12:04:47','2020-12-26 04:04:47'),(8441,5721,'action started via WP Cron','2020-12-26 12:06:08','2020-12-26 04:06:08'),(8442,5721,'action complete via WP Cron','2020-12-26 12:06:08','2020-12-26 04:06:08'),(8443,5722,'action created','2020-12-26 12:06:08','2020-12-26 04:06:08'),(8444,5722,'action started via WP Cron','2020-12-26 12:07:27','2020-12-26 04:07:27'),(8445,5722,'action complete via WP Cron','2020-12-26 12:07:27','2020-12-26 04:07:27'),(8446,5723,'action created','2020-12-26 12:07:27','2020-12-26 04:07:27'),(8447,5723,'action started via WP Cron','2020-12-26 12:08:28','2020-12-26 04:08:28'),(8448,5723,'action complete via WP Cron','2020-12-26 12:08:28','2020-12-26 04:08:28'),(8449,5724,'action created','2020-12-26 12:08:28','2020-12-26 04:08:28'),(8450,5724,'action started via WP Cron','2020-12-26 12:09:29','2020-12-26 04:09:29'),(8451,5724,'action complete via WP Cron','2020-12-26 12:09:29','2020-12-26 04:09:29'),(8452,5725,'action created','2020-12-26 12:09:29','2020-12-26 04:09:29'),(8453,5725,'action started via WP Cron','2020-12-26 12:20:44','2020-12-26 04:20:44'),(8454,5725,'action complete via WP Cron','2020-12-26 12:20:44','2020-12-26 04:20:44'),(8455,5726,'action created','2020-12-26 12:20:44','2020-12-26 04:20:44'),(8456,5726,'action started via WP Cron','2020-12-26 12:22:12','2020-12-26 04:22:12'),(8457,5726,'action complete via WP Cron','2020-12-26 12:22:12','2020-12-26 04:22:12'),(8458,5727,'action created','2020-12-26 12:22:12','2020-12-26 04:22:12'),(8459,5727,'action started via WP Cron','2020-12-26 12:23:54','2020-12-26 04:23:54'),(8460,5727,'action complete via WP Cron','2020-12-26 12:23:54','2020-12-26 04:23:54'),(8461,5728,'action created','2020-12-26 12:23:55','2020-12-26 04:23:55'),(8462,5728,'action started via WP Cron','2020-12-26 12:25:57','2020-12-26 04:25:57'),(8463,5728,'action complete via WP Cron','2020-12-26 12:25:57','2020-12-26 04:25:57'),(8464,5729,'action created','2020-12-26 12:25:57','2020-12-26 04:25:57'),(8465,5729,'action started via WP Cron','2020-12-26 12:27:03','2020-12-26 04:27:03'),(8466,5729,'action complete via WP Cron','2020-12-26 12:27:03','2020-12-26 04:27:03'),(8467,5730,'action created','2020-12-26 12:27:03','2020-12-26 04:27:03'),(8468,5730,'action started via WP Cron','2020-12-26 12:27:58','2020-12-26 04:27:58'),(8469,5730,'action complete via WP Cron','2020-12-26 12:27:58','2020-12-26 04:27:58'),(8470,5731,'action created','2020-12-26 12:27:58','2020-12-26 04:27:58'),(8471,5731,'action started via WP Cron','2020-12-26 12:32:40','2020-12-26 04:32:40'),(8472,5731,'action complete via WP Cron','2020-12-26 12:32:40','2020-12-26 04:32:40'),(8473,5732,'action created','2020-12-26 12:32:40','2020-12-26 04:32:40'),(8474,5732,'action started via WP Cron','2020-12-26 12:48:32','2020-12-26 04:48:32'),(8475,5732,'action complete via WP Cron','2020-12-26 12:48:32','2020-12-26 04:48:32'),(8476,5733,'action created','2020-12-26 12:48:32','2020-12-26 04:48:32'),(8477,5733,'action started via WP Cron','2020-12-26 13:00:43','2020-12-26 05:00:43'),(8478,5733,'action complete via WP Cron','2020-12-26 13:00:43','2020-12-26 05:00:43'),(8479,5734,'action created','2020-12-26 13:00:43','2020-12-26 05:00:43'),(8480,5734,'action started via WP Cron','2020-12-26 13:01:52','2020-12-26 05:01:52'),(8481,5734,'action complete via WP Cron','2020-12-26 13:01:52','2020-12-26 05:01:52'),(8482,5735,'action created','2020-12-26 13:01:52','2020-12-26 05:01:52'),(8483,5735,'action started via WP Cron','2020-12-26 13:05:24','2020-12-26 05:05:24'),(8484,5735,'action complete via WP Cron','2020-12-26 13:05:24','2020-12-26 05:05:24'),(8485,5736,'action created','2020-12-26 13:05:24','2020-12-26 05:05:24'),(8486,5736,'action started via WP Cron','2020-12-26 13:07:08','2020-12-26 05:07:08'),(8487,5736,'action complete via WP Cron','2020-12-26 13:07:08','2020-12-26 05:07:08'),(8488,5737,'action created','2020-12-26 13:07:08','2020-12-26 05:07:08'),(8489,5737,'action started via WP Cron','2020-12-26 13:08:09','2020-12-26 05:08:09'),(8490,5737,'action complete via WP Cron','2020-12-26 13:08:09','2020-12-26 05:08:09'),(8491,5738,'action created','2020-12-26 13:08:09','2020-12-26 05:08:09'),(8492,5738,'action started via WP Cron','2020-12-26 13:09:10','2020-12-26 05:09:10'),(8493,5738,'action complete via WP Cron','2020-12-26 13:09:10','2020-12-26 05:09:10'),(8494,5739,'action created','2020-12-26 13:09:10','2020-12-26 05:09:10'),(8495,5739,'action started via WP Cron','2020-12-26 13:10:29','2020-12-26 05:10:29'),(8496,5739,'action complete via WP Cron','2020-12-26 13:10:29','2020-12-26 05:10:29'),(8497,5740,'action created','2020-12-26 13:10:29','2020-12-26 05:10:29'),(8498,5740,'action started via WP Cron','2020-12-26 13:11:30','2020-12-26 05:11:30'),(8499,5740,'action complete via WP Cron','2020-12-26 13:11:30','2020-12-26 05:11:30'),(8500,5741,'action created','2020-12-26 13:11:30','2020-12-26 05:11:30'),(8501,5741,'action started via WP Cron','2020-12-26 13:12:31','2020-12-26 05:12:31'),(8502,5741,'action complete via WP Cron','2020-12-26 13:12:31','2020-12-26 05:12:31'),(8503,5742,'action created','2020-12-26 13:12:31','2020-12-26 05:12:31'),(8504,5742,'action started via WP Cron','2020-12-26 13:15:59','2020-12-26 05:15:59'),(8505,5742,'action complete via WP Cron','2020-12-26 13:15:59','2020-12-26 05:15:59'),(8506,5743,'action created','2020-12-26 13:15:59','2020-12-26 05:15:59'),(8507,5743,'action started via WP Cron','2020-12-26 13:16:43','2020-12-26 05:16:43'),(8508,5743,'action complete via WP Cron','2020-12-26 13:16:43','2020-12-26 05:16:43'),(8509,5744,'action created','2020-12-26 13:16:43','2020-12-26 05:16:43'),(8510,5744,'action started via WP Cron','2020-12-26 13:17:52','2020-12-26 05:17:52'),(8511,5744,'action complete via WP Cron','2020-12-26 13:17:52','2020-12-26 05:17:52'),(8512,5745,'action created','2020-12-26 13:17:52','2020-12-26 05:17:52'),(8513,5745,'action started via WP Cron','2020-12-26 13:28:08','2020-12-26 05:28:08'),(8514,5745,'action complete via WP Cron','2020-12-26 13:28:08','2020-12-26 05:28:08'),(8515,5746,'action created','2020-12-26 13:28:08','2020-12-26 05:28:08'),(8516,5746,'action started via WP Cron','2020-12-26 13:28:53','2020-12-26 05:28:53'),(8517,5746,'action complete via WP Cron','2020-12-26 13:28:53','2020-12-26 05:28:53'),(8518,5747,'action created','2020-12-26 13:28:53','2020-12-26 05:28:53'),(8519,5747,'action started via WP Cron','2020-12-26 13:29:54','2020-12-26 05:29:54'),(8520,5747,'action complete via WP Cron','2020-12-26 13:29:54','2020-12-26 05:29:54'),(8521,5748,'action created','2020-12-26 13:29:55','2020-12-26 05:29:55'),(8522,5748,'action started via WP Cron','2020-12-26 13:31:56','2020-12-26 05:31:56'),(8523,5748,'action complete via WP Cron','2020-12-26 13:31:56','2020-12-26 05:31:56'),(8524,5749,'action created','2020-12-26 13:31:56','2020-12-26 05:31:56'),(8525,5749,'action started via WP Cron','2020-12-26 13:32:58','2020-12-26 05:32:58'),(8526,5749,'action complete via WP Cron','2020-12-26 13:32:58','2020-12-26 05:32:58'),(8527,5750,'action created','2020-12-26 13:32:58','2020-12-26 05:32:58'),(8528,5750,'action started via WP Cron','2020-12-26 13:33:58','2020-12-26 05:33:58'),(8529,5750,'action complete via WP Cron','2020-12-26 13:33:58','2020-12-26 05:33:58'),(8530,5751,'action created','2020-12-26 13:33:58','2020-12-26 05:33:58'),(8531,5751,'action started via WP Cron','2020-12-26 13:36:13','2020-12-26 05:36:13'),(8532,5751,'action complete via WP Cron','2020-12-26 13:36:13','2020-12-26 05:36:13'),(8533,5752,'action created','2020-12-26 13:36:13','2020-12-26 05:36:13'),(8534,5752,'action started via WP Cron','2020-12-26 13:37:35','2020-12-26 05:37:35'),(8535,5752,'action complete via WP Cron','2020-12-26 13:37:35','2020-12-26 05:37:35'),(8536,5753,'action created','2020-12-26 13:37:35','2020-12-26 05:37:35'),(8537,5753,'action started via WP Cron','2020-12-26 13:41:57','2020-12-26 05:41:57'),(8538,5753,'action complete via WP Cron','2020-12-26 13:41:57','2020-12-26 05:41:57'),(8539,5754,'action created','2020-12-26 13:54:06','2020-12-26 05:54:06'),(8540,5754,'action started via WP Cron','2020-12-26 13:59:12','2020-12-26 05:59:12'),(8541,5754,'action complete via WP Cron','2020-12-26 13:59:12','2020-12-26 05:59:12'),(8542,5755,'action created','2020-12-26 13:59:12','2020-12-26 05:59:12'),(8543,5755,'action started via WP Cron','2020-12-26 14:05:34','2020-12-26 06:05:34'),(8544,5755,'action complete via WP Cron','2020-12-26 14:05:34','2020-12-26 06:05:34'),(8545,5756,'action created','2020-12-26 14:05:34','2020-12-26 06:05:34'),(8546,5756,'action started via WP Cron','2020-12-26 14:07:33','2020-12-26 06:07:33'),(8547,5756,'action complete via WP Cron','2020-12-26 14:07:33','2020-12-26 06:07:33'),(8548,5757,'action created','2020-12-26 14:07:33','2020-12-26 06:07:33'),(8549,5757,'action started via WP Cron','2020-12-26 14:11:15','2020-12-26 06:11:15'),(8550,5757,'action complete via WP Cron','2020-12-26 14:11:15','2020-12-26 06:11:15'),(8551,5758,'action created','2020-12-26 14:11:15','2020-12-26 06:11:15'),(8552,5758,'action started via WP Cron','2020-12-26 14:16:56','2020-12-26 06:16:56'),(8553,5758,'action complete via WP Cron','2020-12-26 14:16:56','2020-12-26 06:16:56'),(8554,5759,'action created','2020-12-26 14:16:56','2020-12-26 06:16:56'),(8555,5759,'action started via WP Cron','2020-12-26 14:19:58','2020-12-26 06:19:58'),(8556,5759,'action complete via WP Cron','2020-12-26 14:19:58','2020-12-26 06:19:58'),(8557,5760,'action created','2020-12-26 14:19:59','2020-12-26 06:19:59'),(8558,5760,'action started via WP Cron','2020-12-26 14:21:45','2020-12-26 06:21:45'),(8559,5760,'action complete via WP Cron','2020-12-26 14:21:45','2020-12-26 06:21:45'),(8560,5761,'action created','2020-12-26 14:21:45','2020-12-26 06:21:45'),(8561,5761,'action started via WP Cron','2020-12-26 14:23:58','2020-12-26 06:23:58'),(8562,5761,'action complete via WP Cron','2020-12-26 14:23:58','2020-12-26 06:23:58'),(8563,5762,'action created','2020-12-26 14:23:58','2020-12-26 06:23:58'),(8564,5762,'action started via WP Cron','2020-12-26 14:24:59','2020-12-26 06:24:59'),(8565,5762,'action complete via WP Cron','2020-12-26 14:24:59','2020-12-26 06:24:59'),(8566,5763,'action created','2020-12-26 14:24:59','2020-12-26 06:24:59'),(8567,5763,'action started via WP Cron','2020-12-26 14:26:00','2020-12-26 06:26:00'),(8568,5763,'action complete via WP Cron','2020-12-26 14:26:00','2020-12-26 06:26:00'),(8569,5764,'action created','2020-12-26 14:26:00','2020-12-26 06:26:00'),(8570,5764,'action started via WP Cron','2020-12-26 14:26:56','2020-12-26 06:26:56'),(8571,5764,'action complete via WP Cron','2020-12-26 14:26:56','2020-12-26 06:26:56'),(8572,5765,'action created','2020-12-26 14:26:56','2020-12-26 06:26:56'),(8573,5765,'action started via WP Cron','2020-12-26 14:29:41','2020-12-26 06:29:41'),(8574,5765,'action complete via WP Cron','2020-12-26 14:29:41','2020-12-26 06:29:41'),(8575,5766,'action created','2020-12-26 14:29:42','2020-12-26 06:29:42'),(8576,5766,'action started via WP Cron','2020-12-26 14:34:04','2020-12-26 06:34:04'),(8577,5766,'action complete via WP Cron','2020-12-26 14:34:04','2020-12-26 06:34:04'),(8578,5767,'action created','2020-12-26 14:34:04','2020-12-26 06:34:04'),(8579,5767,'action started via WP Cron','2020-12-26 14:34:58','2020-12-26 06:34:58'),(8580,5767,'action complete via WP Cron','2020-12-26 14:34:59','2020-12-26 06:34:59'),(8581,5768,'action created','2020-12-26 14:34:59','2020-12-26 06:34:59'),(8582,5768,'action started via WP Cron','2020-12-26 14:35:46','2020-12-26 06:35:46'),(8583,5768,'action complete via WP Cron','2020-12-26 14:35:46','2020-12-26 06:35:46'),(8584,5769,'action created','2020-12-26 14:35:46','2020-12-26 06:35:46'),(8585,5769,'action started via WP Cron','2020-12-26 14:37:00','2020-12-26 06:37:00'),(8586,5769,'action complete via WP Cron','2020-12-26 14:37:00','2020-12-26 06:37:00'),(8587,5770,'action created','2020-12-26 14:37:00','2020-12-26 06:37:00'),(8588,5770,'action started via WP Cron','2020-12-26 14:38:01','2020-12-26 06:38:01'),(8589,5770,'action complete via WP Cron','2020-12-26 14:38:01','2020-12-26 06:38:01'),(8590,5771,'action created','2020-12-26 14:38:01','2020-12-26 06:38:01'),(8591,5771,'action started via WP Cron','2020-12-26 14:39:02','2020-12-26 06:39:02'),(8592,5771,'action complete via WP Cron','2020-12-26 14:39:02','2020-12-26 06:39:02'),(8593,5772,'action created','2020-12-26 14:39:02','2020-12-26 06:39:02'),(8594,5772,'action started via WP Cron','2020-12-26 14:42:40','2020-12-26 06:42:40'),(8595,5772,'action complete via WP Cron','2020-12-26 14:42:40','2020-12-26 06:42:40'),(8596,5773,'action created','2020-12-26 14:42:40','2020-12-26 06:42:40'),(8597,5773,'action started via WP Cron','2020-12-26 14:44:05','2020-12-26 06:44:05'),(8598,5773,'action complete via WP Cron','2020-12-26 14:44:05','2020-12-26 06:44:05'),(8599,5774,'action created','2020-12-26 14:44:05','2020-12-26 06:44:05'),(8600,5774,'action started via WP Cron','2020-12-26 14:45:37','2020-12-26 06:45:37'),(8601,5774,'action complete via WP Cron','2020-12-26 14:45:37','2020-12-26 06:45:37'),(8602,5775,'action created','2020-12-26 14:45:38','2020-12-26 06:45:38'),(8603,5775,'action started via WP Cron','2020-12-26 14:46:21','2020-12-26 06:46:21'),(8604,5775,'action complete via WP Cron','2020-12-26 14:46:21','2020-12-26 06:46:21'),(8605,5776,'action created','2020-12-26 14:46:21','2020-12-26 06:46:21'),(8606,5776,'action started via WP Cron','2020-12-26 14:47:38','2020-12-26 06:47:38'),(8607,5776,'action complete via WP Cron','2020-12-26 14:47:38','2020-12-26 06:47:38'),(8608,5777,'action created','2020-12-26 14:47:39','2020-12-26 06:47:39'),(8609,5777,'action started via WP Cron','2020-12-26 14:48:26','2020-12-26 06:48:26'),(8610,5777,'action complete via WP Cron','2020-12-26 14:48:26','2020-12-26 06:48:26'),(8611,5778,'action created','2020-12-26 14:48:26','2020-12-26 06:48:26'),(8612,5778,'action started via WP Cron','2020-12-26 14:50:41','2020-12-26 06:50:41'),(8613,5778,'action complete via WP Cron','2020-12-26 14:50:41','2020-12-26 06:50:41'),(8614,5779,'action created','2020-12-26 14:50:41','2020-12-26 06:50:41'),(8615,5779,'action started via WP Cron','2020-12-26 15:02:13','2020-12-26 07:02:13'),(8616,5779,'action complete via WP Cron','2020-12-26 15:02:13','2020-12-26 07:02:13'),(8617,5780,'action created','2020-12-26 15:02:13','2020-12-26 07:02:13'),(8618,5780,'action started via WP Cron','2020-12-26 15:03:23','2020-12-26 07:03:23'),(8619,5780,'action complete via WP Cron','2020-12-26 15:03:23','2020-12-26 07:03:23'),(8620,5781,'action created','2020-12-26 15:03:23','2020-12-26 07:03:23'),(8621,5781,'action started via WP Cron','2020-12-26 15:04:24','2020-12-26 07:04:24'),(8622,5781,'action complete via WP Cron','2020-12-26 15:04:24','2020-12-26 07:04:24'),(8623,5782,'action created','2020-12-26 15:04:24','2020-12-26 07:04:24'),(8624,5782,'action started via WP Cron','2020-12-26 15:06:29','2020-12-26 07:06:29'),(8625,5782,'action complete via WP Cron','2020-12-26 15:06:29','2020-12-26 07:06:29'),(8626,5783,'action created','2020-12-26 15:06:29','2020-12-26 07:06:29'),(8627,5783,'action started via WP Cron','2020-12-26 15:07:29','2020-12-26 07:07:29'),(8628,5783,'action complete via WP Cron','2020-12-26 15:07:29','2020-12-26 07:07:29'),(8629,5784,'action created','2020-12-26 15:07:29','2020-12-26 07:07:29'),(8630,5784,'action started via WP Cron','2020-12-26 15:08:30','2020-12-26 07:08:30'),(8631,5784,'action complete via WP Cron','2020-12-26 15:08:30','2020-12-26 07:08:30'),(8632,5785,'action created','2020-12-26 15:08:31','2020-12-26 07:08:31'),(8633,5785,'action started via WP Cron','2020-12-26 15:20:45','2020-12-26 07:20:45'),(8634,5785,'action complete via WP Cron','2020-12-26 15:20:45','2020-12-26 07:20:45'),(8635,5786,'action created','2020-12-26 15:20:46','2020-12-26 07:20:46'),(8636,5786,'action started via WP Cron','2020-12-26 15:24:25','2020-12-26 07:24:25'),(8637,5786,'action complete via WP Cron','2020-12-26 15:24:25','2020-12-26 07:24:25'),(8638,5787,'action created','2020-12-26 15:24:25','2020-12-26 07:24:25'),(8639,5787,'action started via WP Cron','2020-12-26 15:26:06','2020-12-26 07:26:06'),(8640,5787,'action complete via WP Cron','2020-12-26 15:26:06','2020-12-26 07:26:06'),(8641,5788,'action created','2020-12-26 15:26:06','2020-12-26 07:26:06'),(8642,5788,'action started via WP Cron','2020-12-26 15:28:01','2020-12-26 07:28:01'),(8643,5788,'action complete via WP Cron','2020-12-26 15:28:01','2020-12-26 07:28:01'),(8644,5789,'action created','2020-12-26 15:28:01','2020-12-26 07:28:01'),(8645,5789,'action started via WP Cron','2020-12-26 15:29:02','2020-12-26 07:29:02'),(8646,5789,'action complete via WP Cron','2020-12-26 15:29:02','2020-12-26 07:29:02'),(8647,5790,'action created','2020-12-26 15:29:02','2020-12-26 07:29:02'),(8648,5790,'action started via WP Cron','2020-12-26 15:29:49','2020-12-26 07:29:49'),(8649,5790,'action complete via WP Cron','2020-12-26 15:29:49','2020-12-26 07:29:49'),(8650,5791,'action created','2020-12-26 15:29:49','2020-12-26 07:29:49'),(8651,5791,'action started via WP Cron','2020-12-26 15:52:51','2020-12-26 07:52:51'),(8652,5791,'action complete via WP Cron','2020-12-26 15:52:51','2020-12-26 07:52:51'),(8653,5792,'action created','2020-12-26 15:52:51','2020-12-26 07:52:51'),(8654,5792,'action started via WP Cron','2020-12-26 15:54:04','2020-12-26 07:54:04'),(8655,5792,'action complete via WP Cron','2020-12-26 15:54:04','2020-12-26 07:54:04'),(8656,5793,'action created','2020-12-26 15:54:04','2020-12-26 07:54:04'),(8657,5793,'action started via WP Cron','2020-12-26 15:57:12','2020-12-26 07:57:12'),(8658,5793,'action complete via WP Cron','2020-12-26 15:57:12','2020-12-26 07:57:12'),(8659,5794,'action created','2020-12-26 15:57:12','2020-12-26 07:57:12'),(8660,5794,'action started via WP Cron','2020-12-26 16:02:05','2020-12-26 08:02:05'),(8661,5794,'action complete via WP Cron','2020-12-26 16:02:05','2020-12-26 08:02:05'),(8662,5795,'action created','2020-12-26 16:02:06','2020-12-26 08:02:06'),(8663,5795,'action started via WP Cron','2020-12-26 16:06:33','2020-12-26 08:06:33'),(8664,5795,'action complete via WP Cron','2020-12-26 16:06:33','2020-12-26 08:06:33'),(8665,5796,'action created','2020-12-26 16:06:34','2020-12-26 08:06:34'),(8666,5796,'action started via WP Cron','2020-12-26 16:08:36','2020-12-26 08:08:36'),(8667,5796,'action complete via WP Cron','2020-12-26 16:08:36','2020-12-26 08:08:36'),(8668,5797,'action created','2020-12-26 16:08:36','2020-12-26 08:08:36'),(8669,5797,'action started via WP Cron','2020-12-26 16:10:38','2020-12-26 08:10:38'),(8670,5797,'action complete via WP Cron','2020-12-26 16:10:38','2020-12-26 08:10:38'),(8671,5798,'action created','2020-12-26 16:10:39','2020-12-26 08:10:39'),(8672,5798,'action started via WP Cron','2020-12-26 16:11:04','2020-12-26 08:11:04'),(8673,5798,'action complete via WP Cron','2020-12-26 16:11:04','2020-12-26 08:11:04'),(8674,5799,'action created','2020-12-26 16:11:04','2020-12-26 08:11:04'),(8675,5799,'action started via WP Cron','2020-12-26 16:12:41','2020-12-26 08:12:41'),(8676,5799,'action complete via WP Cron','2020-12-26 16:12:41','2020-12-26 08:12:41'),(8677,5800,'action created','2020-12-26 16:12:41','2020-12-26 08:12:41'),(8678,5800,'action started via WP Cron','2020-12-26 16:18:40','2020-12-26 08:18:40'),(8679,5800,'action complete via WP Cron','2020-12-26 16:18:40','2020-12-26 08:18:40'),(8680,5801,'action created','2020-12-26 16:18:40','2020-12-26 08:18:40'),(8681,5801,'action started via WP Cron','2020-12-26 16:23:47','2020-12-26 08:23:47'),(8682,5801,'action complete via WP Cron','2020-12-26 16:23:47','2020-12-26 08:23:47'),(8683,5802,'action created','2020-12-26 16:23:47','2020-12-26 08:23:47'),(8684,5802,'action started via WP Cron','2020-12-26 16:25:04','2020-12-26 08:25:04'),(8685,5802,'action complete via WP Cron','2020-12-26 16:25:04','2020-12-26 08:25:04'),(8686,5803,'action created','2020-12-26 16:25:04','2020-12-26 08:25:04'),(8687,5803,'action started via WP Cron','2020-12-26 16:25:57','2020-12-26 08:25:57'),(8688,5803,'action complete via WP Cron','2020-12-26 16:25:57','2020-12-26 08:25:57'),(8689,5804,'action created','2020-12-26 16:25:57','2020-12-26 08:25:57'),(8690,5804,'action started via WP Cron','2020-12-26 16:35:46','2020-12-26 08:35:46'),(8691,5804,'action complete via WP Cron','2020-12-26 16:35:46','2020-12-26 08:35:46'),(8692,5805,'action created','2020-12-26 16:35:46','2020-12-26 08:35:46'),(8693,5805,'action started via WP Cron','2020-12-26 16:38:08','2020-12-26 08:38:08'),(8694,5805,'action complete via WP Cron','2020-12-26 16:38:08','2020-12-26 08:38:08'),(8695,5806,'action created','2020-12-26 16:38:08','2020-12-26 08:38:08'),(8696,5806,'action started via WP Cron','2020-12-26 16:51:08','2020-12-26 08:51:08'),(8697,5806,'action complete via WP Cron','2020-12-26 16:51:08','2020-12-26 08:51:08'),(8698,5807,'action created','2020-12-26 16:51:08','2020-12-26 08:51:08'),(8699,5807,'action started via WP Cron','2020-12-26 17:01:10','2020-12-26 09:01:10'),(8700,5807,'action complete via WP Cron','2020-12-26 17:01:10','2020-12-26 09:01:10'),(8701,5808,'action created','2020-12-26 17:01:27','2020-12-26 09:01:27'),(8702,5808,'action started via WP Cron','2020-12-26 17:12:44','2020-12-26 09:12:44'),(8703,5808,'action complete via WP Cron','2020-12-26 17:12:44','2020-12-26 09:12:44'),(8704,5809,'action created','2020-12-26 17:12:44','2020-12-26 09:12:44'),(8705,5809,'action started via WP Cron','2020-12-26 17:13:42','2020-12-26 09:13:42'),(8706,5809,'action complete via WP Cron','2020-12-26 17:13:42','2020-12-26 09:13:42'),(8707,5810,'action created','2020-12-26 17:13:42','2020-12-26 09:13:42'),(8708,5810,'action started via WP Cron','2020-12-26 17:14:43','2020-12-26 09:14:43'),(8709,5810,'action complete via WP Cron','2020-12-26 17:14:43','2020-12-26 09:14:43'),(8710,5811,'action created','2020-12-26 17:14:43','2020-12-26 09:14:43'),(8711,5811,'action started via WP Cron','2020-12-26 17:16:45','2020-12-26 09:16:45'),(8712,5811,'action complete via WP Cron','2020-12-26 17:16:45','2020-12-26 09:16:45'),(8713,5812,'action created','2020-12-26 17:16:45','2020-12-26 09:16:45'),(8714,5812,'action started via WP Cron','2020-12-26 17:17:46','2020-12-26 09:17:46'),(8715,5812,'action complete via WP Cron','2020-12-26 17:17:46','2020-12-26 09:17:46'),(8716,5813,'action created','2020-12-26 17:17:46','2020-12-26 09:17:46'),(8717,5813,'action started via WP Cron','2020-12-26 17:18:47','2020-12-26 09:18:47'),(8718,5813,'action complete via WP Cron','2020-12-26 17:18:47','2020-12-26 09:18:47'),(8719,5814,'action created','2020-12-26 17:18:47','2020-12-26 09:18:47'),(8720,5814,'action started via WP Cron','2020-12-26 17:21:04','2020-12-26 09:21:04'),(8721,5814,'action complete via WP Cron','2020-12-26 17:21:04','2020-12-26 09:21:04'),(8722,5815,'action created','2020-12-26 17:21:04','2020-12-26 09:21:04'),(8723,5815,'action started via WP Cron','2020-12-26 17:22:05','2020-12-26 09:22:05'),(8724,5815,'action complete via WP Cron','2020-12-26 17:22:05','2020-12-26 09:22:05'),(8725,5816,'action created','2020-12-26 17:22:05','2020-12-26 09:22:05'),(8726,5816,'action started via WP Cron','2020-12-26 17:23:06','2020-12-26 09:23:06'),(8727,5816,'action complete via WP Cron','2020-12-26 17:23:06','2020-12-26 09:23:06'),(8728,5817,'action created','2020-12-26 17:23:06','2020-12-26 09:23:06'),(8729,5817,'action started via WP Cron','2020-12-26 17:23:41','2020-12-26 09:23:41'),(8730,5817,'action complete via WP Cron','2020-12-26 17:23:41','2020-12-26 09:23:41'),(8731,5818,'action created','2020-12-26 17:23:41','2020-12-26 09:23:41'),(8732,5818,'action started via WP Cron','2020-12-26 17:28:04','2020-12-26 09:28:04'),(8733,5818,'action complete via WP Cron','2020-12-26 17:28:04','2020-12-26 09:28:04'),(8734,5819,'action created','2020-12-26 17:28:04','2020-12-26 09:28:04'),(8735,5819,'action started via WP Cron','2020-12-26 17:28:41','2020-12-26 09:28:41'),(8736,5819,'action complete via WP Cron','2020-12-26 17:28:41','2020-12-26 09:28:41'),(8737,5820,'action created','2020-12-26 17:28:41','2020-12-26 09:28:41'),(8738,5820,'action started via WP Cron','2020-12-26 17:35:49','2020-12-26 09:35:49'),(8739,5820,'action complete via WP Cron','2020-12-26 17:35:49','2020-12-26 09:35:49'),(8740,5821,'action created','2020-12-26 17:35:49','2020-12-26 09:35:49'),(8741,5821,'action started via WP Cron','2020-12-26 17:36:44','2020-12-26 09:36:44'),(8742,5821,'action complete via WP Cron','2020-12-26 17:36:44','2020-12-26 09:36:44'),(8743,5822,'action created','2020-12-26 17:36:44','2020-12-26 09:36:44'),(8744,5822,'action started via WP Cron','2020-12-26 17:48:52','2020-12-26 09:48:52'),(8745,5822,'action complete via WP Cron','2020-12-26 17:48:52','2020-12-26 09:48:52'),(8746,5823,'action created','2020-12-26 17:48:52','2020-12-26 09:48:52'),(8747,5823,'action started via WP Cron','2020-12-26 17:51:26','2020-12-26 09:51:26'),(8748,5823,'action complete via WP Cron','2020-12-26 17:51:26','2020-12-26 09:51:26'),(8749,5824,'action created','2020-12-26 17:51:26','2020-12-26 09:51:26'),(8750,5824,'action started via WP Cron','2020-12-26 17:52:58','2020-12-26 09:52:58'),(8751,5824,'action complete via WP Cron','2020-12-26 17:52:58','2020-12-26 09:52:58'),(8752,5825,'action created','2020-12-26 17:52:58','2020-12-26 09:52:58'),(8753,5825,'action started via WP Cron','2020-12-26 17:54:14','2020-12-26 09:54:14'),(8754,5825,'action complete via WP Cron','2020-12-26 17:54:14','2020-12-26 09:54:14'),(8755,5826,'action created','2020-12-26 17:54:14','2020-12-26 09:54:14'),(8756,5826,'action started via WP Cron','2020-12-26 17:55:11','2020-12-26 09:55:11'),(8757,5826,'action complete via WP Cron','2020-12-26 17:55:11','2020-12-26 09:55:11'),(8758,5827,'action created','2020-12-26 17:55:11','2020-12-26 09:55:11'),(8759,5827,'action started via WP Cron','2020-12-26 18:08:26','2020-12-26 10:08:26'),(8760,5827,'action complete via WP Cron','2020-12-26 18:08:26','2020-12-26 10:08:26'),(8761,5828,'action created','2020-12-26 18:08:27','2020-12-26 10:08:27'),(8762,5828,'action started via WP Cron','2020-12-26 18:10:34','2020-12-26 10:10:34'),(8763,5828,'action complete via WP Cron','2020-12-26 18:10:34','2020-12-26 10:10:34'),(8764,5829,'action created','2020-12-26 18:10:34','2020-12-26 10:10:34'),(8765,5829,'action started via WP Cron','2020-12-26 18:18:52','2020-12-26 10:18:52'),(8766,5829,'action complete via WP Cron','2020-12-26 18:18:52','2020-12-26 10:18:52'),(8767,5830,'action created','2020-12-26 18:18:52','2020-12-26 10:18:52'),(8768,5830,'action started via WP Cron','2020-12-26 18:20:51','2020-12-26 10:20:51'),(8769,5830,'action complete via WP Cron','2020-12-26 18:20:51','2020-12-26 10:20:51'),(8770,5831,'action created','2020-12-26 18:20:51','2020-12-26 10:20:51'),(8771,5831,'action started via WP Cron','2020-12-26 18:21:52','2020-12-26 10:21:52'),(8772,5831,'action complete via WP Cron','2020-12-26 18:21:52','2020-12-26 10:21:52'),(8773,5832,'action created','2020-12-26 18:21:52','2020-12-26 10:21:52'),(8774,5832,'action started via WP Cron','2020-12-26 18:22:53','2020-12-26 10:22:53'),(8775,5832,'action complete via WP Cron','2020-12-26 18:22:53','2020-12-26 10:22:53'),(8776,5833,'action created','2020-12-26 18:22:53','2020-12-26 10:22:53'),(8777,5833,'action started via WP Cron','2020-12-26 18:24:11','2020-12-26 10:24:11'),(8778,5833,'action complete via WP Cron','2020-12-26 18:24:11','2020-12-26 10:24:11'),(8779,5834,'action created','2020-12-26 18:24:11','2020-12-26 10:24:11'),(8780,5834,'action started via WP Cron','2020-12-26 18:26:01','2020-12-26 10:26:01'),(8781,5834,'action complete via WP Cron','2020-12-26 18:26:01','2020-12-26 10:26:01'),(8782,5835,'action created','2020-12-26 18:26:01','2020-12-26 10:26:01'),(8783,5835,'action started via WP Cron','2020-12-26 18:28:07','2020-12-26 10:28:07'),(8784,5835,'action complete via WP Cron','2020-12-26 18:28:07','2020-12-26 10:28:07'),(8785,5836,'action created','2020-12-26 18:28:07','2020-12-26 10:28:07'),(8786,5836,'action started via WP Cron','2020-12-26 18:44:06','2020-12-26 10:44:06'),(8787,5836,'action complete via WP Cron','2020-12-26 18:44:06','2020-12-26 10:44:06'),(8788,5837,'action created','2020-12-26 18:44:06','2020-12-26 10:44:06'),(8789,5837,'action started via WP Cron','2020-12-26 18:46:52','2020-12-26 10:46:52'),(8790,5837,'action complete via WP Cron','2020-12-26 18:46:52','2020-12-26 10:46:52'),(8791,5838,'action created','2020-12-26 18:46:52','2020-12-26 10:46:52'),(8792,5838,'action started via WP Cron','2020-12-26 18:50:13','2020-12-26 10:50:13'),(8793,5838,'action complete via WP Cron','2020-12-26 18:50:13','2020-12-26 10:50:13'),(8794,5839,'action created','2020-12-26 18:50:13','2020-12-26 10:50:13'),(8795,5839,'action started via WP Cron','2020-12-26 18:52:25','2020-12-26 10:52:25'),(8796,5839,'action complete via WP Cron','2020-12-26 18:52:25','2020-12-26 10:52:25'),(8797,5840,'action created','2020-12-26 18:52:25','2020-12-26 10:52:25'),(8798,5840,'action started via WP Cron','2020-12-26 18:55:39','2020-12-26 10:55:39'),(8799,5840,'action complete via WP Cron','2020-12-26 18:55:39','2020-12-26 10:55:39'),(8800,5841,'action created','2020-12-26 18:55:39','2020-12-26 10:55:39'),(8801,5841,'action started via WP Cron','2020-12-26 18:59:08','2020-12-26 10:59:08'),(8802,5841,'action complete via WP Cron','2020-12-26 18:59:08','2020-12-26 10:59:08'),(8803,5842,'action created','2020-12-26 18:59:08','2020-12-26 10:59:08'),(8804,5842,'action started via WP Cron','2020-12-26 19:00:40','2020-12-26 11:00:40'),(8805,5842,'action complete via WP Cron','2020-12-26 19:00:40','2020-12-26 11:00:40'),(8806,5843,'action created','2020-12-26 19:00:41','2020-12-26 11:00:41'),(8807,5843,'action started via WP Cron','2020-12-26 19:01:50','2020-12-26 11:01:50'),(8808,5843,'action complete via WP Cron','2020-12-26 19:01:50','2020-12-26 11:01:50'),(8809,5844,'action created','2020-12-26 19:01:51','2020-12-26 11:01:51'),(8810,5844,'action started via WP Cron','2020-12-26 19:02:41','2020-12-26 11:02:41'),(8811,5844,'action complete via WP Cron','2020-12-26 19:02:41','2020-12-26 11:02:41'),(8812,5845,'action created','2020-12-26 19:02:41','2020-12-26 11:02:41'),(8813,5845,'action started via WP Cron','2020-12-26 19:03:46','2020-12-26 11:03:46'),(8814,5845,'action complete via WP Cron','2020-12-26 19:03:46','2020-12-26 11:03:46'),(8815,5846,'action created','2020-12-26 19:03:46','2020-12-26 11:03:46'),(8816,5846,'action started via Async Request','2020-12-26 19:04:00','2020-12-26 11:04:00'),(8817,5846,'action complete via Async Request','2020-12-26 19:04:00','2020-12-26 11:04:00'),(8818,5847,'action created','2020-12-26 19:04:01','2020-12-26 11:04:01'),(8819,5847,'action started via WP Cron','2020-12-26 19:04:41','2020-12-26 11:04:41'),(8820,5847,'action complete via WP Cron','2020-12-26 19:04:41','2020-12-26 11:04:41'),(8821,5848,'action created','2020-12-26 19:04:42','2020-12-26 11:04:42'),(8822,5848,'action started via WP Cron','2020-12-26 19:07:17','2020-12-26 11:07:17'),(8823,5848,'action complete via WP Cron','2020-12-26 19:07:17','2020-12-26 11:07:17'),(8824,5849,'action created','2020-12-26 19:07:17','2020-12-26 11:07:17'),(8825,5849,'action started via WP Cron','2020-12-26 19:09:59','2020-12-26 11:09:59'),(8826,5849,'action complete via WP Cron','2020-12-26 19:09:59','2020-12-26 11:09:59'),(8827,5850,'action created','2020-12-26 19:09:59','2020-12-26 11:09:59'),(8828,5850,'action started via WP Cron','2020-12-26 19:10:47','2020-12-26 11:10:47'),(8829,5850,'action complete via WP Cron','2020-12-26 19:10:47','2020-12-26 11:10:47'),(8830,5851,'action created','2020-12-26 19:10:47','2020-12-26 11:10:47'),(8831,5851,'action started via WP Cron','2020-12-26 19:21:43','2020-12-26 11:21:43'),(8832,5851,'action complete via WP Cron','2020-12-26 19:21:43','2020-12-26 11:21:43'),(8833,5852,'action created','2020-12-26 19:21:43','2020-12-26 11:21:43'),(8834,5852,'action started via WP Cron','2020-12-26 19:28:38','2020-12-26 11:28:38'),(8835,5852,'action complete via WP Cron','2020-12-26 19:28:38','2020-12-26 11:28:38'),(8836,5853,'action created','2020-12-26 19:28:38','2020-12-26 11:28:38'),(8837,5853,'action started via WP Cron','2020-12-26 19:30:59','2020-12-26 11:30:59'),(8838,5853,'action complete via WP Cron','2020-12-26 19:30:59','2020-12-26 11:30:59'),(8839,5854,'action created','2020-12-26 19:30:59','2020-12-26 11:30:59'),(8840,5854,'action started via WP Cron','2020-12-26 19:31:44','2020-12-26 11:31:44'),(8841,5854,'action complete via WP Cron','2020-12-26 19:31:44','2020-12-26 11:31:44'),(8842,5855,'action created','2020-12-26 19:31:44','2020-12-26 11:31:44'),(8843,5855,'action started via WP Cron','2020-12-26 19:32:54','2020-12-26 11:32:54'),(8844,5855,'action complete via WP Cron','2020-12-26 19:32:54','2020-12-26 11:32:54'),(8845,5856,'action created','2020-12-26 19:32:54','2020-12-26 11:32:54'),(8846,5856,'action started via WP Cron','2020-12-26 19:34:56','2020-12-26 11:34:56'),(8847,5856,'action complete via WP Cron','2020-12-26 19:34:56','2020-12-26 11:34:56'),(8848,5857,'action created','2020-12-26 19:34:56','2020-12-26 11:34:56'),(8849,5857,'action started via WP Cron','2020-12-26 19:35:57','2020-12-26 11:35:57'),(8850,5857,'action complete via WP Cron','2020-12-26 19:35:57','2020-12-26 11:35:57'),(8851,5858,'action created','2020-12-26 19:35:57','2020-12-26 11:35:57'),(8852,5858,'action started via WP Cron','2020-12-26 19:36:58','2020-12-26 11:36:58'),(8853,5858,'action complete via WP Cron','2020-12-26 19:36:58','2020-12-26 11:36:58'),(8854,5859,'action created','2020-12-26 19:36:58','2020-12-26 11:36:58'),(8855,5859,'action started via WP Cron','2020-12-26 19:55:34','2020-12-26 11:55:34'),(8856,5859,'action complete via WP Cron','2020-12-26 19:55:34','2020-12-26 11:55:34'),(8857,5860,'action created','2020-12-26 19:55:34','2020-12-26 11:55:34'),(8858,5860,'action started via WP Cron','2020-12-26 20:18:39','2020-12-26 12:18:39'),(8859,5860,'action complete via WP Cron','2020-12-26 20:18:39','2020-12-26 12:18:39'),(8860,5861,'action created','2020-12-26 20:18:39','2020-12-26 12:18:39'),(8861,5861,'action started via WP Cron','2020-12-26 20:21:52','2020-12-26 12:21:52'),(8862,5861,'action complete via WP Cron','2020-12-26 20:21:52','2020-12-26 12:21:52'),(8863,5862,'action created','2020-12-26 20:21:53','2020-12-26 12:21:53'),(8864,5862,'action started via WP Cron','2020-12-26 20:23:05','2020-12-26 12:23:05'),(8865,5862,'action complete via WP Cron','2020-12-26 20:23:05','2020-12-26 12:23:05'),(8866,5863,'action created','2020-12-26 20:23:05','2020-12-26 12:23:05'),(8867,5863,'action started via WP Cron','2020-12-26 20:24:07','2020-12-26 12:24:07'),(8868,5863,'action complete via WP Cron','2020-12-26 20:24:07','2020-12-26 12:24:07'),(8869,5864,'action created','2020-12-26 20:24:07','2020-12-26 12:24:07'),(8870,5864,'action started via WP Cron','2020-12-26 20:26:08','2020-12-26 12:26:08'),(8871,5864,'action complete via WP Cron','2020-12-26 20:26:08','2020-12-26 12:26:08'),(8872,5865,'action created','2020-12-26 20:26:09','2020-12-26 12:26:09'),(8873,5865,'action started via WP Cron','2020-12-26 20:26:46','2020-12-26 12:26:46'),(8874,5865,'action complete via WP Cron','2020-12-26 20:26:46','2020-12-26 12:26:46'),(8875,5866,'action created','2020-12-26 20:26:46','2020-12-26 12:26:46'),(8876,5866,'action started via WP Cron','2020-12-26 20:28:10','2020-12-26 12:28:10'),(8877,5866,'action complete via WP Cron','2020-12-26 20:28:10','2020-12-26 12:28:10'),(8878,5867,'action created','2020-12-26 20:28:10','2020-12-26 12:28:10'),(8879,5867,'action started via WP Cron','2020-12-26 20:36:24','2020-12-26 12:36:24'),(8880,5867,'action complete via WP Cron','2020-12-26 20:36:24','2020-12-26 12:36:24'),(8881,5868,'action created','2020-12-26 20:36:24','2020-12-26 12:36:24'),(8882,5868,'action started via WP Cron','2020-12-26 20:41:43','2020-12-26 12:41:43'),(8883,5868,'action complete via WP Cron','2020-12-26 20:41:43','2020-12-26 12:41:43'),(8884,5869,'action created','2020-12-26 20:41:43','2020-12-26 12:41:43'),(8885,5869,'action started via WP Cron','2020-12-26 20:42:53','2020-12-26 12:42:53'),(8886,5869,'action complete via WP Cron','2020-12-26 20:42:53','2020-12-26 12:42:53'),(8887,5870,'action created','2020-12-26 20:42:53','2020-12-26 12:42:53'),(8888,5870,'action started via WP Cron','2020-12-26 20:45:48','2020-12-26 12:45:48'),(8889,5870,'action complete via WP Cron','2020-12-26 20:45:48','2020-12-26 12:45:48'),(8890,5871,'action created','2020-12-26 20:45:48','2020-12-26 12:45:48'),(8891,5871,'action started via WP Cron','2020-12-26 20:47:09','2020-12-26 12:47:09'),(8892,5871,'action complete via WP Cron','2020-12-26 20:47:09','2020-12-26 12:47:09'),(8893,5872,'action created','2020-12-26 20:47:10','2020-12-26 12:47:10'),(8894,5872,'action started via WP Cron','2020-12-26 21:06:23','2020-12-26 13:06:23'),(8895,5872,'action complete via WP Cron','2020-12-26 21:06:23','2020-12-26 13:06:23'),(8896,5873,'action created','2020-12-26 21:06:23','2020-12-26 13:06:23'),(8897,5873,'action started via WP Cron','2020-12-26 21:11:33','2020-12-26 13:11:33'),(8898,5873,'action complete via WP Cron','2020-12-26 21:11:33','2020-12-26 13:11:33'),(8899,5874,'action created','2020-12-26 21:11:33','2020-12-26 13:11:33'),(8900,5874,'action started via WP Cron','2020-12-26 21:28:28','2020-12-26 13:28:28'),(8901,5874,'action complete via WP Cron','2020-12-26 21:28:28','2020-12-26 13:28:28'),(8902,5875,'action created','2020-12-26 21:28:28','2020-12-26 13:28:28'),(8903,5875,'action started via WP Cron','2020-12-26 21:40:44','2020-12-26 13:40:44'),(8904,5875,'action complete via WP Cron','2020-12-26 21:40:44','2020-12-26 13:40:44'),(8905,5876,'action created','2020-12-26 21:40:44','2020-12-26 13:40:44'),(8906,5876,'action started via WP Cron','2020-12-26 21:43:56','2020-12-26 13:43:56'),(8907,5876,'action complete via WP Cron','2020-12-26 21:43:56','2020-12-26 13:43:56'),(8908,5877,'action created','2020-12-26 21:43:57','2020-12-26 13:43:57'),(8909,5877,'action started via WP Cron','2020-12-26 21:44:57','2020-12-26 13:44:57'),(8910,5877,'action complete via WP Cron','2020-12-26 21:44:57','2020-12-26 13:44:57'),(8911,5878,'action created','2020-12-26 21:44:57','2020-12-26 13:44:57'),(8912,5878,'action started via WP Cron','2020-12-26 21:45:58','2020-12-26 13:45:58'),(8913,5878,'action complete via WP Cron','2020-12-26 21:45:58','2020-12-26 13:45:58'),(8914,5879,'action created','2020-12-26 21:45:58','2020-12-26 13:45:58'),(8915,5879,'action started via WP Cron','2020-12-26 21:46:59','2020-12-26 13:46:59'),(8916,5879,'action complete via WP Cron','2020-12-26 21:46:59','2020-12-26 13:46:59'),(8917,5880,'action created','2020-12-26 21:46:59','2020-12-26 13:46:59'),(8918,5880,'action started via WP Cron','2020-12-26 21:48:01','2020-12-26 13:48:01'),(8919,5880,'action complete via WP Cron','2020-12-26 21:48:01','2020-12-26 13:48:01'),(8920,5881,'action created','2020-12-26 21:48:01','2020-12-26 13:48:01'),(8921,5881,'action started via WP Cron','2020-12-26 21:49:01','2020-12-26 13:49:01'),(8922,5881,'action complete via WP Cron','2020-12-26 21:49:01','2020-12-26 13:49:01'),(8923,5882,'action created','2020-12-26 21:49:01','2020-12-26 13:49:01'),(8924,5882,'action started via WP Cron','2020-12-26 21:51:50','2020-12-26 13:51:50'),(8925,5882,'action complete via WP Cron','2020-12-26 21:51:50','2020-12-26 13:51:50'),(8926,5883,'action created','2020-12-26 21:51:50','2020-12-26 13:51:50'),(8927,5883,'action started via WP Cron','2020-12-26 22:03:09','2020-12-26 14:03:09'),(8928,5883,'action complete via WP Cron','2020-12-26 22:03:09','2020-12-26 14:03:09'),(8929,5884,'action created','2020-12-26 22:03:09','2020-12-26 14:03:09'),(8930,5884,'action started via WP Cron','2020-12-26 22:06:46','2020-12-26 14:06:46'),(8931,5884,'action complete via WP Cron','2020-12-26 22:06:46','2020-12-26 14:06:46'),(8932,5885,'action created','2020-12-26 22:06:46','2020-12-26 14:06:46'),(8933,5885,'action started via WP Cron','2020-12-26 22:07:47','2020-12-26 14:07:47'),(8934,5885,'action complete via WP Cron','2020-12-26 22:07:47','2020-12-26 14:07:47'),(8935,5886,'action created','2020-12-26 22:07:47','2020-12-26 14:07:47'),(8936,5886,'action started via WP Cron','2020-12-26 22:09:22','2020-12-26 14:09:22'),(8937,5886,'action complete via WP Cron','2020-12-26 22:09:22','2020-12-26 14:09:22'),(8938,5887,'action created','2020-12-26 22:09:23','2020-12-26 14:09:23'),(8939,5887,'action started via WP Cron','2020-12-26 22:11:03','2020-12-26 14:11:03'),(8940,5887,'action complete via WP Cron','2020-12-26 22:11:03','2020-12-26 14:11:03'),(8941,5888,'action created','2020-12-26 22:11:03','2020-12-26 14:11:03'),(8942,5888,'action started via WP Cron','2020-12-26 22:11:49','2020-12-26 14:11:49'),(8943,5888,'action complete via WP Cron','2020-12-26 22:11:49','2020-12-26 14:11:49'),(8944,5889,'action created','2020-12-26 22:11:49','2020-12-26 14:11:49'),(8945,5889,'action started via WP Cron','2020-12-26 22:15:25','2020-12-26 14:15:25'),(8946,5889,'action complete via WP Cron','2020-12-26 22:15:25','2020-12-26 14:15:25'),(8947,5890,'action created','2020-12-26 22:15:26','2020-12-26 14:15:26'),(8948,5890,'action started via WP Cron','2020-12-26 22:18:21','2020-12-26 14:18:21'),(8949,5890,'action complete via WP Cron','2020-12-26 22:18:21','2020-12-26 14:18:21'),(8950,5891,'action created','2020-12-26 22:18:21','2020-12-26 14:18:21'),(8951,5891,'action started via WP Cron','2020-12-26 22:27:55','2020-12-26 14:27:55'),(8952,5891,'action complete via WP Cron','2020-12-26 22:27:55','2020-12-26 14:27:55'),(8953,5892,'action created','2020-12-26 22:27:55','2020-12-26 14:27:55'),(8954,5892,'action started via WP Cron','2020-12-26 22:30:55','2020-12-26 14:30:55'),(8955,5892,'action complete via WP Cron','2020-12-26 22:30:55','2020-12-26 14:30:55'),(8956,5893,'action created','2020-12-26 22:30:55','2020-12-26 14:30:55'),(8957,5893,'action started via WP Cron','2020-12-26 22:31:52','2020-12-26 14:31:52'),(8958,5893,'action complete via WP Cron','2020-12-26 22:31:52','2020-12-26 14:31:52'),(8959,5894,'action created','2020-12-26 22:31:52','2020-12-26 14:31:52'),(8960,5894,'action started via WP Cron','2020-12-26 22:32:56','2020-12-26 14:32:56'),(8961,5894,'action complete via WP Cron','2020-12-26 22:32:56','2020-12-26 14:32:56'),(8962,5895,'action created','2020-12-26 22:32:56','2020-12-26 14:32:56'),(8963,5895,'action started via WP Cron','2020-12-26 22:34:05','2020-12-26 14:34:05'),(8964,5895,'action complete via WP Cron','2020-12-26 22:34:05','2020-12-26 14:34:05'),(8965,5896,'action created','2020-12-26 22:34:05','2020-12-26 14:34:05'),(8966,5896,'action started via WP Cron','2020-12-26 22:35:06','2020-12-26 14:35:06'),(8967,5896,'action complete via WP Cron','2020-12-26 22:35:06','2020-12-26 14:35:06'),(8968,5897,'action created','2020-12-26 22:35:06','2020-12-26 14:35:06'),(8969,5897,'action started via WP Cron','2020-12-26 22:38:12','2020-12-26 14:38:12'),(8970,5897,'action complete via WP Cron','2020-12-26 22:38:12','2020-12-26 14:38:12'),(8971,5898,'action created','2020-12-26 22:38:12','2020-12-26 14:38:12'),(8972,5898,'action started via WP Cron','2020-12-26 22:39:13','2020-12-26 14:39:13'),(8973,5898,'action complete via WP Cron','2020-12-26 22:39:13','2020-12-26 14:39:13'),(8974,5899,'action created','2020-12-26 22:39:14','2020-12-26 14:39:14'),(8975,5899,'action started via WP Cron','2020-12-26 22:43:40','2020-12-26 14:43:40'),(8976,5899,'action complete via WP Cron','2020-12-26 22:43:40','2020-12-26 14:43:40'),(8977,5900,'action created','2020-12-26 22:43:40','2020-12-26 14:43:40'),(8978,5900,'action started via WP Cron','2020-12-26 22:49:01','2020-12-26 14:49:01'),(8979,5900,'action complete via WP Cron','2020-12-26 22:49:01','2020-12-26 14:49:01'),(8980,5901,'action created','2020-12-26 22:49:01','2020-12-26 14:49:01'),(8981,5901,'action started via WP Cron','2020-12-26 22:57:09','2020-12-26 14:57:09'),(8982,5901,'action complete via WP Cron','2020-12-26 22:57:09','2020-12-26 14:57:09'),(8983,5902,'action created','2020-12-26 22:57:09','2020-12-26 14:57:09'),(8984,5902,'action started via WP Cron','2020-12-26 23:06:05','2020-12-26 15:06:05'),(8985,5902,'action complete via WP Cron','2020-12-26 23:06:05','2020-12-26 15:06:05'),(8986,5903,'action created','2020-12-26 23:06:05','2020-12-26 15:06:05'),(8987,5903,'action started via WP Cron','2020-12-26 23:13:14','2020-12-26 15:13:14'),(8988,5903,'action complete via WP Cron','2020-12-26 23:13:14','2020-12-26 15:13:14'),(8989,5904,'action created','2020-12-26 23:18:58','2020-12-26 15:18:58'),(8990,5904,'action started via WP Cron','2020-12-26 23:20:07','2020-12-26 15:20:07'),(8991,5904,'action complete via WP Cron','2020-12-26 23:20:07','2020-12-26 15:20:07'),(8992,5905,'action created','2020-12-26 23:20:07','2020-12-26 15:20:07'),(8993,5905,'action started via WP Cron','2020-12-26 23:21:20','2020-12-26 15:21:20'),(8994,5905,'action complete via WP Cron','2020-12-26 23:21:20','2020-12-26 15:21:20'),(8995,5906,'action created','2020-12-26 23:21:21','2020-12-26 15:21:21'),(8996,5906,'action started via WP Cron','2020-12-26 23:29:55','2020-12-26 15:29:55'),(8997,5906,'action complete via WP Cron','2020-12-26 23:29:55','2020-12-26 15:29:55'),(8998,5907,'action created','2020-12-26 23:29:55','2020-12-26 15:29:55'),(8999,5907,'action started via WP Cron','2020-12-26 23:34:18','2020-12-26 15:34:18'),(9000,5907,'action complete via WP Cron','2020-12-26 23:34:18','2020-12-26 15:34:18'),(9001,5908,'action created','2020-12-26 23:34:18','2020-12-26 15:34:18'),(9002,5908,'action started via WP Cron','2020-12-26 23:35:45','2020-12-26 15:35:45'),(9003,5908,'action complete via WP Cron','2020-12-26 23:35:45','2020-12-26 15:35:45'),(9004,5909,'action created','2020-12-26 23:35:45','2020-12-26 15:35:45'),(9005,5909,'action started via WP Cron','2020-12-26 23:42:27','2020-12-26 15:42:27'),(9006,5909,'action complete via WP Cron','2020-12-26 23:42:27','2020-12-26 15:42:27'),(9007,5910,'action created','2020-12-26 23:42:27','2020-12-26 15:42:27'),(9008,5910,'action started via WP Cron','2020-12-26 23:46:05','2020-12-26 15:46:05'),(9009,5910,'action complete via WP Cron','2020-12-26 23:46:05','2020-12-26 15:46:05'),(9010,5911,'action created','2020-12-26 23:46:05','2020-12-26 15:46:05'),(9011,5911,'action started via WP Cron','2020-12-27 00:01:17','2020-12-26 16:01:17'),(9012,5911,'action complete via WP Cron','2020-12-27 00:01:17','2020-12-26 16:01:17'),(9013,5912,'action created','2020-12-27 00:01:18','2020-12-26 16:01:18'),(9014,5912,'action started via WP Cron','2020-12-27 00:06:14','2020-12-26 16:06:14'),(9015,5912,'action complete via WP Cron','2020-12-27 00:06:14','2020-12-26 16:06:14'),(9016,5913,'action created','2020-12-27 00:06:15','2020-12-26 16:06:15'),(9017,5913,'action started via WP Cron','2020-12-27 00:18:24','2020-12-26 16:18:24'),(9018,5913,'action complete via WP Cron','2020-12-27 00:18:24','2020-12-26 16:18:24'),(9019,5914,'action created','2020-12-27 00:18:24','2020-12-26 16:18:24'),(9020,5914,'action started via WP Cron','2020-12-27 00:25:41','2020-12-26 16:25:41'),(9021,5914,'action complete via WP Cron','2020-12-27 00:25:41','2020-12-26 16:25:41'),(9022,5915,'action created','2020-12-27 00:25:41','2020-12-26 16:25:41'),(9023,5915,'action started via WP Cron','2020-12-27 00:33:58','2020-12-26 16:33:58'),(9024,5915,'action complete via WP Cron','2020-12-27 00:33:58','2020-12-26 16:33:58'),(9025,5916,'action created','2020-12-27 00:33:58','2020-12-26 16:33:58'),(9026,5916,'action started via WP Cron','2020-12-27 00:46:49','2020-12-26 16:46:49'),(9027,5916,'action complete via WP Cron','2020-12-27 00:46:49','2020-12-26 16:46:49'),(9028,5917,'action created','2020-12-27 00:46:49','2020-12-26 16:46:49'),(9029,5917,'action started via WP Cron','2020-12-27 01:10:29','2020-12-26 17:10:29'),(9030,5917,'action complete via WP Cron','2020-12-27 01:10:29','2020-12-26 17:10:29'),(9031,5918,'action created','2020-12-27 01:10:29','2020-12-26 17:10:29'),(9032,5918,'action started via WP Cron','2020-12-27 01:11:37','2020-12-26 17:11:37'),(9033,5918,'action complete via WP Cron','2020-12-27 01:11:37','2020-12-26 17:11:37'),(9034,5919,'action created','2020-12-27 01:11:37','2020-12-26 17:11:37'),(9035,5919,'action started via WP Cron','2020-12-27 01:24:16','2020-12-26 17:24:16'),(9036,5919,'action complete via WP Cron','2020-12-27 01:24:16','2020-12-26 17:24:16'),(9037,5920,'action created','2020-12-27 01:24:17','2020-12-26 17:24:17'),(9038,5527,'action started via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9039,5527,'action complete via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9040,5921,'action created','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9041,5528,'action started via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9042,5528,'action complete via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9043,5922,'action created','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9044,5920,'action started via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9045,5920,'action complete via WP Cron','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9046,5923,'action created','2020-12-27 01:50:12','2020-12-26 17:50:12'),(9047,5923,'action started via WP Cron','2020-12-27 01:54:04','2020-12-26 17:54:04'),(9048,5923,'action complete via WP Cron','2020-12-27 01:54:04','2020-12-26 17:54:04'),(9049,5924,'action created','2020-12-27 01:54:04','2020-12-26 17:54:04'),(9050,5924,'action started via WP Cron','2020-12-27 02:02:38','2020-12-26 18:02:38'),(9051,5924,'action complete via WP Cron','2020-12-27 02:02:38','2020-12-26 18:02:38'),(9052,5925,'action created','2020-12-27 02:02:38','2020-12-26 18:02:38'),(9053,5925,'action started via WP Cron','2020-12-27 02:10:39','2020-12-26 18:10:39'),(9054,5925,'action complete via WP Cron','2020-12-27 02:10:39','2020-12-26 18:10:39'),(9055,5926,'action created','2020-12-27 02:10:39','2020-12-26 18:10:39'),(9056,5926,'action started via WP Cron','2020-12-27 02:25:45','2020-12-26 18:25:45'),(9057,5926,'action complete via WP Cron','2020-12-27 02:25:45','2020-12-26 18:25:45'),(9058,5927,'action created','2020-12-27 02:25:45','2020-12-26 18:25:45'),(9059,5927,'action started via WP Cron','2020-12-27 02:42:08','2020-12-26 18:42:08'),(9060,5927,'action complete via WP Cron','2020-12-27 02:42:08','2020-12-26 18:42:08'),(9061,5928,'action created','2020-12-27 02:42:08','2020-12-26 18:42:08'),(9062,5928,'action started via WP Cron','2020-12-27 02:43:32','2020-12-26 18:43:32'),(9063,5928,'action complete via WP Cron','2020-12-27 02:43:32','2020-12-26 18:43:32'),(9064,5929,'action created','2020-12-27 02:43:32','2020-12-26 18:43:32'),(9065,5929,'action started via WP Cron','2020-12-27 02:45:18','2020-12-26 18:45:18'),(9066,5929,'action complete via WP Cron','2020-12-27 02:45:18','2020-12-26 18:45:18'),(9067,5930,'action created','2020-12-27 02:47:56','2020-12-26 18:47:56'),(9068,5930,'action started via WP Cron','2020-12-27 02:49:56','2020-12-26 18:49:56'),(9069,5930,'action complete via WP Cron','2020-12-27 02:49:56','2020-12-26 18:49:56'),(9070,5931,'action created','2020-12-27 02:49:56','2020-12-26 18:49:56'),(9071,5931,'action started via WP Cron','2020-12-27 03:02:03','2020-12-26 19:02:03'),(9072,5931,'action complete via WP Cron','2020-12-27 03:02:03','2020-12-26 19:02:03'),(9073,5932,'action created','2020-12-27 03:02:03','2020-12-26 19:02:03'),(9074,5932,'action started via WP Cron','2020-12-27 03:10:33','2020-12-26 19:10:33'),(9075,5932,'action complete via WP Cron','2020-12-27 03:10:33','2020-12-26 19:10:33'),(9076,5933,'action created','2020-12-27 03:10:33','2020-12-26 19:10:33'),(9077,5933,'action started via WP Cron','2020-12-27 03:18:42','2020-12-26 19:18:42'),(9078,5933,'action complete via WP Cron','2020-12-27 03:18:42','2020-12-26 19:18:42'),(9079,5934,'action created','2020-12-27 03:18:42','2020-12-26 19:18:42'),(9080,5935,'action created','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9081,5936,'action created','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9082,5934,'action started via WP Cron','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9083,5934,'action complete via WP Cron','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9084,5936,'action started via WP Cron','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9085,5936,'action complete via WP Cron','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9086,5937,'action created','2020-12-27 03:25:14','2020-12-26 19:25:14'),(9087,5937,'action started via WP Cron','2020-12-27 03:34:35','2020-12-26 19:34:35'),(9088,5937,'action complete via WP Cron','2020-12-27 03:34:35','2020-12-26 19:34:35'),(9089,5938,'action created','2020-12-27 03:34:35','2020-12-26 19:34:35'),(9090,5938,'action started via WP Cron','2020-12-27 03:36:22','2020-12-26 19:36:22'),(9091,5938,'action complete via WP Cron','2020-12-27 03:36:22','2020-12-26 19:36:22'),(9092,5939,'action created','2020-12-27 03:36:22','2020-12-26 19:36:22'),(9093,5939,'action started via WP Cron','2020-12-27 03:36:45','2020-12-26 19:36:45'),(9094,5939,'action complete via WP Cron','2020-12-27 03:36:45','2020-12-26 19:36:45'),(9095,5940,'action created','2020-12-27 03:36:45','2020-12-26 19:36:45'),(9096,5940,'action started via WP Cron','2020-12-27 03:37:42','2020-12-26 19:37:42'),(9097,5940,'action complete via WP Cron','2020-12-27 03:37:42','2020-12-26 19:37:42'),(9098,5941,'action created','2020-12-27 03:37:42','2020-12-26 19:37:42'),(9099,5941,'action started via WP Cron','2020-12-27 03:38:41','2020-12-26 19:38:41'),(9100,5941,'action complete via WP Cron','2020-12-27 03:38:41','2020-12-26 19:38:41'),(9101,5942,'action created','2020-12-27 03:38:42','2020-12-26 19:38:42'),(9102,5942,'action started via WP Cron','2020-12-27 03:39:42','2020-12-26 19:39:42'),(9103,5942,'action complete via WP Cron','2020-12-27 03:39:42','2020-12-26 19:39:42'),(9104,5943,'action created','2020-12-27 03:39:42','2020-12-26 19:39:42'),(9105,5943,'action started via WP Cron','2020-12-27 03:40:43','2020-12-26 19:40:43'),(9106,5943,'action complete via WP Cron','2020-12-27 03:40:43','2020-12-26 19:40:43'),(9107,5944,'action created','2020-12-27 03:40:43','2020-12-26 19:40:43'),(9108,5944,'action started via WP Cron','2020-12-27 03:41:41','2020-12-26 19:41:41'),(9109,5944,'action complete via WP Cron','2020-12-27 03:41:41','2020-12-26 19:41:41'),(9110,5945,'action created','2020-12-27 03:41:41','2020-12-26 19:41:41'),(9111,5945,'action started via WP Cron','2020-12-27 03:42:41','2020-12-26 19:42:41'),(9112,5945,'action complete via WP Cron','2020-12-27 03:42:41','2020-12-26 19:42:41'),(9113,5946,'action created','2020-12-27 03:42:41','2020-12-26 19:42:41'),(9114,5946,'action started via WP Cron','2020-12-27 03:43:42','2020-12-26 19:43:42'),(9115,5946,'action complete via WP Cron','2020-12-27 03:43:42','2020-12-26 19:43:42'),(9116,5947,'action created','2020-12-27 03:43:44','2020-12-26 19:43:44'),(9117,5947,'action started via WP Cron','2020-12-27 03:44:41','2020-12-26 19:44:41'),(9118,5947,'action complete via WP Cron','2020-12-27 03:44:41','2020-12-26 19:44:41'),(9119,5948,'action created','2020-12-27 03:44:41','2020-12-26 19:44:41'),(9120,5948,'action started via WP Cron','2020-12-27 03:45:41','2020-12-26 19:45:41'),(9121,5948,'action complete via WP Cron','2020-12-27 03:45:41','2020-12-26 19:45:41'),(9122,5949,'action created','2020-12-27 03:45:41','2020-12-26 19:45:41'),(9123,5949,'action started via WP Cron','2020-12-27 03:46:41','2020-12-26 19:46:41'),(9124,5949,'action complete via WP Cron','2020-12-27 03:46:41','2020-12-26 19:46:41'),(9125,5950,'action created','2020-12-27 03:46:41','2020-12-26 19:46:41'),(9126,5950,'action started via WP Cron','2020-12-27 03:49:26','2020-12-26 19:49:26'),(9127,5950,'action complete via WP Cron','2020-12-27 03:49:26','2020-12-26 19:49:26'),(9128,5951,'action created','2020-12-27 03:49:26','2020-12-26 19:49:26'),(9129,5951,'action started via WP Cron','2020-12-27 03:49:57','2020-12-26 19:49:57'),(9130,5951,'action complete via WP Cron','2020-12-27 03:49:57','2020-12-26 19:49:57'),(9131,5952,'action created','2020-12-27 03:49:57','2020-12-26 19:49:57'),(9132,5952,'action started via WP Cron','2020-12-27 03:51:02','2020-12-26 19:51:02'),(9133,5952,'action complete via WP Cron','2020-12-27 03:51:02','2020-12-26 19:51:02'),(9134,5953,'action created','2020-12-27 03:51:02','2020-12-26 19:51:02'),(9135,5953,'action started via WP Cron','2020-12-27 03:53:42','2020-12-26 19:53:42'),(9136,5953,'action complete via WP Cron','2020-12-27 03:53:42','2020-12-26 19:53:42'),(9137,5954,'action created','2020-12-27 03:53:42','2020-12-26 19:53:42'),(9138,5954,'action started via WP Cron','2020-12-27 03:54:41','2020-12-26 19:54:41'),(9139,5954,'action complete via WP Cron','2020-12-27 03:54:41','2020-12-26 19:54:41'),(9140,5955,'action created','2020-12-27 03:54:41','2020-12-26 19:54:41'),(9141,5955,'action started via WP Cron','2020-12-27 03:55:51','2020-12-26 19:55:51'),(9142,5955,'action complete via WP Cron','2020-12-27 03:55:51','2020-12-26 19:55:51'),(9143,5956,'action created','2020-12-27 03:55:51','2020-12-26 19:55:51'),(9144,5956,'action started via WP Cron','2020-12-27 03:56:50','2020-12-26 19:56:50'),(9145,5956,'action complete via WP Cron','2020-12-27 03:56:50','2020-12-26 19:56:50'),(9146,5957,'action created','2020-12-27 03:56:50','2020-12-26 19:56:50'),(9147,5957,'action started via WP Cron','2020-12-27 03:57:48','2020-12-26 19:57:48'),(9148,5957,'action complete via WP Cron','2020-12-27 03:57:48','2020-12-26 19:57:48'),(9149,5958,'action created','2020-12-27 03:57:49','2020-12-26 19:57:49'),(9150,5958,'action started via WP Cron','2020-12-27 03:58:41','2020-12-26 19:58:41'),(9151,5958,'action complete via WP Cron','2020-12-27 03:58:41','2020-12-26 19:58:41'),(9152,5959,'action created','2020-12-27 03:58:42','2020-12-26 19:58:42'),(9153,5959,'action started via WP Cron','2020-12-27 04:00:21','2020-12-26 20:00:21'),(9154,5959,'action complete via WP Cron','2020-12-27 04:00:21','2020-12-26 20:00:21'),(9155,5960,'action created','2020-12-27 04:00:21','2020-12-26 20:00:21'),(9156,5960,'action started via WP Cron','2020-12-27 04:00:49','2020-12-26 20:00:49'),(9157,5960,'action complete via WP Cron','2020-12-27 04:00:49','2020-12-26 20:00:49'),(9158,5961,'action created','2020-12-27 04:00:49','2020-12-26 20:00:49'),(9159,5961,'action started via WP Cron','2020-12-27 04:01:41','2020-12-26 20:01:41'),(9160,5961,'action complete via WP Cron','2020-12-27 04:01:41','2020-12-26 20:01:41'),(9161,5962,'action created','2020-12-27 04:01:41','2020-12-26 20:01:41'),(9162,5962,'action started via WP Cron','2020-12-27 04:05:55','2020-12-26 20:05:55'),(9163,5962,'action complete via WP Cron','2020-12-27 04:05:55','2020-12-26 20:05:55'),(9164,5963,'action created','2020-12-27 04:05:55','2020-12-26 20:05:55'),(9165,5963,'action started via WP Cron','2020-12-27 04:12:05','2020-12-26 20:12:05'),(9166,5963,'action complete via WP Cron','2020-12-27 04:12:05','2020-12-26 20:12:05'),(9167,5964,'action created','2020-12-27 04:12:05','2020-12-26 20:12:05'),(9168,5964,'action started via WP Cron','2020-12-27 04:14:40','2020-12-26 20:14:40'),(9169,5964,'action complete via WP Cron','2020-12-27 04:14:40','2020-12-26 20:14:40'),(9170,5965,'action created','2020-12-27 04:14:40','2020-12-26 20:14:40'),(9171,5965,'action started via WP Cron','2020-12-27 04:16:17','2020-12-26 20:16:17'),(9172,5965,'action complete via WP Cron','2020-12-27 04:16:17','2020-12-26 20:16:17'),(9173,5966,'action created','2020-12-27 04:16:18','2020-12-26 20:16:18'),(9174,5966,'action started via WP Cron','2020-12-27 04:16:59','2020-12-26 20:16:59'),(9175,5966,'action complete via WP Cron','2020-12-27 04:16:59','2020-12-26 20:16:59'),(9176,5967,'action created','2020-12-27 04:16:59','2020-12-26 20:16:59'),(9177,5967,'action started via WP Cron','2020-12-27 04:21:30','2020-12-26 20:21:30'),(9178,5967,'action complete via WP Cron','2020-12-27 04:21:30','2020-12-26 20:21:30'),(9179,5968,'action created','2020-12-27 04:21:30','2020-12-26 20:21:30'),(9180,5968,'action started via WP Cron','2020-12-27 04:25:40','2020-12-26 20:25:40'),(9181,5968,'action complete via WP Cron','2020-12-27 04:25:40','2020-12-26 20:25:40'),(9182,5969,'action created','2020-12-27 04:25:40','2020-12-26 20:25:40'),(9183,5969,'action started via WP Cron','2020-12-27 04:33:53','2020-12-26 20:33:53'),(9184,5969,'action complete via WP Cron','2020-12-27 04:33:53','2020-12-26 20:33:53'),(9185,5970,'action created','2020-12-27 04:33:53','2020-12-26 20:33:53'),(9186,5970,'action started via WP Cron','2020-12-27 04:39:50','2020-12-26 20:39:50'),(9187,5970,'action complete via WP Cron','2020-12-27 04:39:50','2020-12-26 20:39:50'),(9188,5971,'action created','2020-12-27 04:39:50','2020-12-26 20:39:50'),(9189,5971,'action started via WP Cron','2020-12-27 04:42:49','2020-12-26 20:42:49'),(9190,5971,'action complete via WP Cron','2020-12-27 04:42:49','2020-12-26 20:42:49'),(9191,5972,'action created','2020-12-27 04:42:49','2020-12-26 20:42:49'),(9192,5972,'action started via WP Cron','2020-12-27 04:53:47','2020-12-26 20:53:47'),(9193,5972,'action complete via WP Cron','2020-12-27 04:53:47','2020-12-26 20:53:47'),(9194,5973,'action created','2020-12-27 04:53:48','2020-12-26 20:53:48'),(9195,5973,'action started via WP Cron','2020-12-27 04:56:33','2020-12-26 20:56:33'),(9196,5973,'action complete via WP Cron','2020-12-27 04:56:33','2020-12-26 20:56:33'),(9197,5974,'action created','2020-12-27 04:56:34','2020-12-26 20:56:34'),(9198,5974,'action started via WP Cron','2020-12-27 04:57:47','2020-12-26 20:57:47'),(9199,5974,'action complete via WP Cron','2020-12-27 04:57:47','2020-12-26 20:57:47'),(9200,5975,'action created','2020-12-27 04:57:47','2020-12-26 20:57:47'),(9201,5975,'action started via WP Cron','2020-12-27 04:59:48','2020-12-26 20:59:48'),(9202,5975,'action complete via WP Cron','2020-12-27 04:59:48','2020-12-26 20:59:48'),(9203,5976,'action created','2020-12-27 04:59:48','2020-12-26 20:59:48'),(9204,5976,'action started via WP Cron','2020-12-27 05:05:12','2020-12-26 21:05:12'),(9205,5976,'action complete via WP Cron','2020-12-27 05:05:12','2020-12-26 21:05:12'),(9206,5977,'action created','2020-12-27 05:05:12','2020-12-26 21:05:12'),(9207,5977,'action started via WP Cron','2020-12-27 05:07:53','2020-12-26 21:07:53'),(9208,5977,'action complete via WP Cron','2020-12-27 05:07:53','2020-12-26 21:07:53'),(9209,5978,'action created','2020-12-27 05:07:53','2020-12-26 21:07:53'),(9210,5978,'action started via WP Cron','2020-12-27 05:09:52','2020-12-26 21:09:52'),(9211,5978,'action complete via WP Cron','2020-12-27 05:09:52','2020-12-26 21:09:52'),(9212,5979,'action created','2020-12-27 05:09:52','2020-12-26 21:09:52'),(9213,5979,'action started via WP Cron','2020-12-27 05:13:32','2020-12-26 21:13:32'),(9214,5979,'action complete via WP Cron','2020-12-27 05:13:32','2020-12-26 21:13:32'),(9215,5980,'action created','2020-12-27 05:13:32','2020-12-26 21:13:32'),(9216,5980,'action started via WP Cron','2020-12-27 05:14:56','2020-12-26 21:14:56'),(9217,5980,'action complete via WP Cron','2020-12-27 05:14:56','2020-12-26 21:14:56'),(9218,5981,'action created','2020-12-27 05:14:56','2020-12-26 21:14:56'),(9219,5981,'action started via WP Cron','2020-12-27 05:15:45','2020-12-26 21:15:45'),(9220,5981,'action complete via WP Cron','2020-12-27 05:15:45','2020-12-26 21:15:45'),(9221,5982,'action created','2020-12-27 05:15:45','2020-12-26 21:15:45'),(9222,5982,'action started via WP Cron','2020-12-27 05:18:54','2020-12-26 21:18:54'),(9223,5982,'action complete via WP Cron','2020-12-27 05:18:54','2020-12-26 21:18:54'),(9224,5983,'action created','2020-12-27 05:18:54','2020-12-26 21:18:54'),(9225,5983,'action started via WP Cron','2020-12-27 05:20:00','2020-12-26 21:20:00'),(9226,5983,'action complete via WP Cron','2020-12-27 05:20:00','2020-12-26 21:20:00'),(9227,5984,'action created','2020-12-27 05:20:00','2020-12-26 21:20:00'),(9228,5984,'action started via WP Cron','2020-12-27 05:26:22','2020-12-26 21:26:22'),(9229,5984,'action complete via WP Cron','2020-12-27 05:26:22','2020-12-26 21:26:22'),(9230,5985,'action created','2020-12-27 05:26:22','2020-12-26 21:26:22'),(9231,5985,'action started via WP Cron','2020-12-27 05:27:15','2020-12-26 21:27:15'),(9232,5985,'action complete via WP Cron','2020-12-27 05:27:15','2020-12-26 21:27:15'),(9233,5986,'action created','2020-12-27 05:27:16','2020-12-26 21:27:16'),(9234,5986,'action started via WP Cron','2020-12-27 05:27:43','2020-12-26 21:27:43'),(9235,5986,'action complete via WP Cron','2020-12-27 05:27:43','2020-12-26 21:27:43'),(9236,5987,'action created','2020-12-27 05:27:43','2020-12-26 21:27:43'),(9237,5987,'action started via WP Cron','2020-12-27 05:30:37','2020-12-26 21:30:37'),(9238,5987,'action complete via WP Cron','2020-12-27 05:30:37','2020-12-26 21:30:37'),(9239,5988,'action created','2020-12-27 05:30:37','2020-12-26 21:30:37'),(9240,5988,'action started via WP Cron','2020-12-27 05:32:15','2020-12-26 21:32:15'),(9241,5988,'action complete via WP Cron','2020-12-27 05:32:15','2020-12-26 21:32:15'),(9242,5989,'action created','2020-12-27 05:32:15','2020-12-26 21:32:15'),(9243,5989,'action started via WP Cron','2020-12-27 05:33:19','2020-12-26 21:33:19'),(9244,5989,'action complete via WP Cron','2020-12-27 05:33:19','2020-12-26 21:33:19'),(9245,5990,'action created','2020-12-27 05:33:19','2020-12-26 21:33:19'),(9249,5991,'action started via WP Cron','2020-12-27 05:49:16','2020-12-26 21:49:16'),(9250,5991,'action complete via WP Cron','2020-12-27 05:49:16','2020-12-26 21:49:16'),(9251,5992,'action created','2020-12-27 05:49:17','2020-12-26 21:49:17'),(9252,5992,'action started via WP Cron','2020-12-27 05:49:41','2020-12-26 21:49:41'),(9253,5992,'action complete via WP Cron','2020-12-27 05:49:41','2020-12-26 21:49:41'),(9254,5993,'action created','2020-12-27 05:49:41','2020-12-26 21:49:41'),(9255,5993,'action started via WP Cron','2020-12-27 05:51:30','2020-12-26 21:51:30'),(9256,5993,'action complete via WP Cron','2020-12-27 05:51:30','2020-12-26 21:51:30'),(9257,5994,'action created','2020-12-27 05:51:30','2020-12-26 21:51:30'),(9258,5994,'action started via WP Cron','2020-12-27 06:13:04','2020-12-26 22:13:04'),(9259,5994,'action complete via WP Cron','2020-12-27 06:13:04','2020-12-26 22:13:04'),(9260,5995,'action created','2020-12-27 06:18:37','2020-12-26 22:18:37'),(9261,5995,'action started via WP Cron','2020-12-27 06:29:38','2020-12-26 22:29:38'),(9262,5995,'action complete via WP Cron','2020-12-27 06:29:38','2020-12-26 22:29:38'),(9263,5996,'action created','2020-12-27 06:29:38','2020-12-26 22:29:38'),(9264,5996,'action started via WP Cron','2020-12-27 06:31:16','2020-12-26 22:31:16'),(9265,5996,'action complete via WP Cron','2020-12-27 06:31:16','2020-12-26 22:31:16'),(9266,5997,'action created','2020-12-27 06:31:16','2020-12-26 22:31:16'),(9267,5997,'action started via WP Cron','2020-12-27 06:34:53','2020-12-26 22:34:53'),(9268,5997,'action complete via WP Cron','2020-12-27 06:34:53','2020-12-26 22:34:53'),(9269,5998,'action created','2020-12-27 06:34:53','2020-12-26 22:34:53'),(9270,5998,'action started via WP Cron','2020-12-27 06:36:12','2020-12-26 22:36:12'),(9271,5998,'action complete via WP Cron','2020-12-27 06:36:12','2020-12-26 22:36:12'),(9272,5999,'action created','2020-12-27 06:36:12','2020-12-26 22:36:12'),(62084,23605,'action complete via WP Cron','2021-01-27 06:47:18','2021-01-26 22:47:18'),(62083,23605,'action started via WP Cron','2021-01-27 06:47:18','2021-01-26 22:47:18'),(63903,24212,'action created','2021-01-28 06:56:06','2021-01-27 22:56:06'),(9276,5999,'action started via WP Cron','2020-12-27 06:46:03','2020-12-26 22:46:03'),(9277,5999,'action complete via WP Cron','2020-12-27 06:46:03','2020-12-26 22:46:03'),(9278,6001,'action created','2020-12-27 06:46:03','2020-12-26 22:46:03'),(9279,6001,'action started via WP Cron','2020-12-27 06:52:50','2020-12-26 22:52:50'),(9280,6001,'action complete via WP Cron','2020-12-27 06:52:50','2020-12-26 22:52:50'),(9281,6002,'action created','2020-12-27 06:52:50','2020-12-26 22:52:50'),(9282,6002,'action started via WP Cron','2020-12-27 06:53:44','2020-12-26 22:53:44'),(9283,6002,'action complete via WP Cron','2020-12-27 06:53:44','2020-12-26 22:53:44'),(9284,6003,'action created','2020-12-27 06:53:44','2020-12-26 22:53:44'),(9285,6003,'action started via WP Cron','2020-12-27 06:55:05','2020-12-26 22:55:05'),(9286,6003,'action complete via WP Cron','2020-12-27 06:55:05','2020-12-26 22:55:05'),(9287,6004,'action created','2020-12-27 06:55:05','2020-12-26 22:55:05'),(9288,6004,'action started via WP Cron','2020-12-27 06:56:46','2020-12-26 22:56:46'),(9289,6004,'action complete via WP Cron','2020-12-27 06:56:46','2020-12-26 22:56:46'),(9290,6005,'action created','2020-12-27 06:56:46','2020-12-26 22:56:46'),(9291,6005,'action started via WP Cron','2020-12-27 06:58:22','2020-12-26 22:58:22'),(9292,6005,'action complete via WP Cron','2020-12-27 06:58:22','2020-12-26 22:58:22'),(9293,6006,'action created','2020-12-27 06:58:22','2020-12-26 22:58:22'),(9294,6006,'action started via WP Cron','2020-12-27 07:00:48','2020-12-26 23:00:48'),(9295,6006,'action complete via WP Cron','2020-12-27 07:00:48','2020-12-26 23:00:48'),(9296,6007,'action created','2020-12-27 07:00:48','2020-12-26 23:00:48'),(9297,6007,'action started via WP Cron','2020-12-27 07:02:58','2020-12-26 23:02:58'),(9298,6007,'action complete via WP Cron','2020-12-27 07:02:58','2020-12-26 23:02:58'),(9299,6008,'action created','2020-12-27 07:02:58','2020-12-26 23:02:58'),(9300,6008,'action started via WP Cron','2020-12-27 07:04:12','2020-12-26 23:04:12'),(9301,6008,'action complete via WP Cron','2020-12-27 07:04:12','2020-12-26 23:04:12'),(9302,6009,'action created','2020-12-27 07:04:12','2020-12-26 23:04:12'),(9303,6009,'action started via WP Cron','2020-12-27 07:05:16','2020-12-26 23:05:16'),(9304,6009,'action complete via WP Cron','2020-12-27 07:05:16','2020-12-26 23:05:16'),(9305,6010,'action created','2020-12-27 07:05:16','2020-12-26 23:05:16'),(9306,6010,'action started via WP Cron','2020-12-27 07:08:30','2020-12-26 23:08:30'),(9307,6010,'action complete via WP Cron','2020-12-27 07:08:30','2020-12-26 23:08:30'),(9308,6011,'action created','2020-12-27 07:08:30','2020-12-26 23:08:30'),(9309,6011,'action started via WP Cron','2020-12-27 07:12:31','2020-12-26 23:12:31'),(9310,6011,'action complete via WP Cron','2020-12-27 07:12:31','2020-12-26 23:12:31'),(9311,6012,'action created','2020-12-27 07:12:31','2020-12-26 23:12:31'),(9312,6012,'action started via WP Cron','2020-12-27 07:13:09','2020-12-26 23:13:09'),(9313,6012,'action complete via WP Cron','2020-12-27 07:13:09','2020-12-26 23:13:09'),(9314,6013,'action created','2020-12-27 07:13:09','2020-12-26 23:13:09'),(9315,6013,'action started via WP Cron','2020-12-27 07:14:31','2020-12-26 23:14:31'),(9316,6013,'action complete via WP Cron','2020-12-27 07:14:31','2020-12-26 23:14:31'),(9317,6014,'action created','2020-12-27 07:14:31','2020-12-26 23:14:31'),(9318,6014,'action started via WP Cron','2020-12-27 07:16:22','2020-12-26 23:16:22'),(9319,6014,'action complete via WP Cron','2020-12-27 07:16:22','2020-12-26 23:16:22'),(9320,6015,'action created','2020-12-27 07:16:22','2020-12-26 23:16:22'),(9321,6015,'action started via WP Cron','2020-12-27 07:22:53','2020-12-26 23:22:53'),(9322,6015,'action complete via WP Cron','2020-12-27 07:22:53','2020-12-26 23:22:53'),(9323,6016,'action created','2020-12-27 07:22:53','2020-12-26 23:22:53'),(9324,6016,'action started via WP Cron','2020-12-27 07:24:59','2020-12-26 23:24:59'),(9325,6016,'action complete via WP Cron','2020-12-27 07:24:59','2020-12-26 23:24:59'),(9326,6017,'action created','2020-12-27 07:24:59','2020-12-26 23:24:59'),(9327,6017,'action started via WP Cron','2020-12-27 07:26:08','2020-12-26 23:26:08'),(9328,6017,'action complete via WP Cron','2020-12-27 07:26:08','2020-12-26 23:26:08'),(9329,6018,'action created','2020-12-27 07:26:08','2020-12-26 23:26:08'),(9330,6018,'action started via WP Cron','2020-12-27 07:30:12','2020-12-26 23:30:12'),(9331,6018,'action complete via WP Cron','2020-12-27 07:30:12','2020-12-26 23:30:12'),(9332,6019,'action created','2020-12-27 07:30:12','2020-12-26 23:30:12'),(9333,6019,'action started via WP Cron','2020-12-27 07:33:54','2020-12-26 23:33:54'),(9334,6019,'action complete via WP Cron','2020-12-27 07:33:54','2020-12-26 23:33:54'),(9335,6020,'action created','2020-12-27 07:33:54','2020-12-26 23:33:54'),(9336,6020,'action started via WP Cron','2020-12-27 07:36:56','2020-12-26 23:36:56'),(9337,6020,'action complete via WP Cron','2020-12-27 07:36:56','2020-12-26 23:36:56'),(9338,6021,'action created','2020-12-27 07:36:56','2020-12-26 23:36:56'),(9339,6021,'action started via WP Cron','2020-12-27 07:41:24','2020-12-26 23:41:24'),(9340,6021,'action complete via WP Cron','2020-12-27 07:41:24','2020-12-26 23:41:24'),(9341,6022,'action created','2020-12-27 07:41:25','2020-12-26 23:41:25'),(9342,6022,'action started via WP Cron','2020-12-27 07:41:53','2020-12-26 23:41:53'),(9343,6022,'action complete via WP Cron','2020-12-27 07:41:53','2020-12-26 23:41:53'),(9344,6023,'action created','2020-12-27 07:41:53','2020-12-26 23:41:53'),(9345,6023,'action started via WP Cron','2020-12-27 07:45:41','2020-12-26 23:45:41'),(9346,6023,'action complete via WP Cron','2020-12-27 07:45:41','2020-12-26 23:45:41'),(9347,6024,'action created','2020-12-27 07:45:41','2020-12-26 23:45:41'),(9348,6024,'action started via WP Cron','2020-12-27 07:51:21','2020-12-26 23:51:21'),(9349,6024,'action complete via WP Cron','2020-12-27 07:51:21','2020-12-26 23:51:21'),(9350,6025,'action created','2020-12-27 07:51:21','2020-12-26 23:51:21'),(9351,6025,'action started via WP Cron','2020-12-27 07:53:11','2020-12-26 23:53:11'),(9352,6025,'action complete via WP Cron','2020-12-27 07:53:11','2020-12-26 23:53:11'),(9353,6026,'action created','2020-12-27 07:53:11','2020-12-26 23:53:11'),(9354,6026,'action started via WP Cron','2020-12-27 07:54:12','2020-12-26 23:54:12'),(9355,6026,'action complete via WP Cron','2020-12-27 07:54:12','2020-12-26 23:54:12'),(9356,6027,'action created','2020-12-27 07:54:13','2020-12-26 23:54:13'),(9357,6027,'action started via WP Cron','2020-12-27 08:01:46','2020-12-27 00:01:46'),(9358,6027,'action complete via WP Cron','2020-12-27 08:01:46','2020-12-27 00:01:46'),(9359,6028,'action created','2020-12-27 08:01:46','2020-12-27 00:01:46'),(9360,6028,'action started via WP Cron','2020-12-27 08:06:18','2020-12-27 00:06:18'),(9361,6028,'action complete via WP Cron','2020-12-27 08:06:18','2020-12-27 00:06:18'),(9362,6029,'action created','2020-12-27 08:06:18','2020-12-27 00:06:18'),(9363,6029,'action started via WP Cron','2020-12-27 08:06:49','2020-12-27 00:06:49'),(9364,6029,'action complete via WP Cron','2020-12-27 08:06:49','2020-12-27 00:06:49'),(9365,6030,'action created','2020-12-27 08:06:49','2020-12-27 00:06:49'),(9366,6030,'action started via WP Cron','2020-12-27 08:07:50','2020-12-27 00:07:50'),(9367,6030,'action complete via WP Cron','2020-12-27 08:07:50','2020-12-27 00:07:50'),(9368,6031,'action created','2020-12-27 08:07:50','2020-12-27 00:07:50'),(9369,6031,'action started via WP Cron','2020-12-27 08:08:50','2020-12-27 00:08:50'),(9370,6031,'action complete via WP Cron','2020-12-27 08:08:50','2020-12-27 00:08:50'),(9371,6032,'action created','2020-12-27 08:08:50','2020-12-27 00:08:50'),(9372,6032,'action started via WP Cron','2020-12-27 08:10:02','2020-12-27 00:10:02'),(9373,6032,'action complete via WP Cron','2020-12-27 08:10:02','2020-12-27 00:10:02'),(9374,6033,'action created','2020-12-27 08:10:02','2020-12-27 00:10:02'),(9375,6033,'action started via WP Cron','2020-12-27 08:10:46','2020-12-27 00:10:46'),(9376,6033,'action complete via WP Cron','2020-12-27 08:10:46','2020-12-27 00:10:46'),(9377,6034,'action created','2020-12-27 08:10:46','2020-12-27 00:10:46'),(9378,6034,'action started via WP Cron','2020-12-27 08:11:51','2020-12-27 00:11:51'),(9379,6034,'action complete via WP Cron','2020-12-27 08:11:51','2020-12-27 00:11:51'),(9380,6035,'action created','2020-12-27 08:11:52','2020-12-27 00:11:52'),(9381,6035,'action started via WP Cron','2020-12-27 08:20:20','2020-12-27 00:20:20'),(9382,6035,'action complete via WP Cron','2020-12-27 08:20:20','2020-12-27 00:20:20'),(9383,6036,'action created','2020-12-27 08:20:20','2020-12-27 00:20:20'),(9384,6036,'action started via WP Cron','2020-12-27 08:22:30','2020-12-27 00:22:30'),(9385,6036,'action complete via WP Cron','2020-12-27 08:22:30','2020-12-27 00:22:30'),(9386,6037,'action created','2020-12-27 08:22:30','2020-12-27 00:22:30'),(9387,6037,'action started via WP Cron','2020-12-27 08:23:34','2020-12-27 00:23:34'),(9388,6037,'action complete via WP Cron','2020-12-27 08:23:34','2020-12-27 00:23:34'),(9389,6038,'action created','2020-12-27 08:23:34','2020-12-27 00:23:34'),(9390,6038,'action started via WP Cron','2020-12-27 08:25:27','2020-12-27 00:25:27'),(9391,6038,'action complete via WP Cron','2020-12-27 08:25:27','2020-12-27 00:25:27'),(9392,6039,'action created','2020-12-27 08:25:27','2020-12-27 00:25:27'),(9393,6039,'action started via WP Cron','2020-12-27 08:25:43','2020-12-27 00:25:43'),(9394,6039,'action complete via WP Cron','2020-12-27 08:25:43','2020-12-27 00:25:43'),(9395,6040,'action created','2020-12-27 08:25:43','2020-12-27 00:25:43'),(9396,6040,'action started via WP Cron','2020-12-27 08:27:05','2020-12-27 00:27:05'),(9397,6040,'action complete via WP Cron','2020-12-27 08:27:05','2020-12-27 00:27:05'),(9398,6041,'action created','2020-12-27 08:27:05','2020-12-27 00:27:05'),(9399,6041,'action started via WP Cron','2020-12-27 08:27:44','2020-12-27 00:27:44'),(9400,6041,'action complete via WP Cron','2020-12-27 08:27:44','2020-12-27 00:27:44'),(9401,6042,'action created','2020-12-27 08:27:44','2020-12-27 00:27:44'),(9402,6042,'action started via WP Cron','2020-12-27 08:40:15','2020-12-27 00:40:15'),(9403,6042,'action complete via WP Cron','2020-12-27 08:40:15','2020-12-27 00:40:15'),(9404,6043,'action created','2020-12-27 08:40:15','2020-12-27 00:40:15'),(9405,6043,'action started via WP Cron','2020-12-27 08:40:43','2020-12-27 00:40:43'),(9406,6043,'action complete via WP Cron','2020-12-27 08:40:43','2020-12-27 00:40:43'),(9407,6044,'action created','2020-12-27 08:40:43','2020-12-27 00:40:43'),(9408,6044,'action started via WP Cron','2020-12-27 08:42:46','2020-12-27 00:42:46'),(9409,6044,'action complete via WP Cron','2020-12-27 08:42:46','2020-12-27 00:42:46'),(9410,6045,'action created','2020-12-27 08:42:46','2020-12-27 00:42:46'),(9411,6045,'action started via WP Cron','2020-12-27 08:49:12','2020-12-27 00:49:12'),(9412,6045,'action complete via WP Cron','2020-12-27 08:49:12','2020-12-27 00:49:12'),(9413,6046,'action created','2020-12-27 08:49:12','2020-12-27 00:49:12'),(9414,6046,'action started via WP Cron','2020-12-27 08:52:05','2020-12-27 00:52:05'),(9415,6046,'action complete via WP Cron','2020-12-27 08:52:05','2020-12-27 00:52:05'),(9416,6047,'action created','2020-12-27 08:52:05','2020-12-27 00:52:05'),(9417,6047,'action started via WP Cron','2020-12-27 08:53:57','2020-12-27 00:53:57'),(9418,6047,'action complete via WP Cron','2020-12-27 08:53:57','2020-12-27 00:53:57'),(9419,6048,'action created','2020-12-27 08:53:57','2020-12-27 00:53:57'),(9420,6048,'action started via WP Cron','2020-12-27 09:03:31','2020-12-27 01:03:31'),(9421,6048,'action complete via WP Cron','2020-12-27 09:03:31','2020-12-27 01:03:31'),(9422,6049,'action created','2020-12-27 09:03:31','2020-12-27 01:03:31'),(9423,6049,'action started via WP Cron','2020-12-27 09:04:21','2020-12-27 01:04:21'),(9424,6049,'action complete via WP Cron','2020-12-27 09:04:21','2020-12-27 01:04:21'),(9425,6050,'action created','2020-12-27 09:04:21','2020-12-27 01:04:21'),(9426,6050,'action started via WP Cron','2020-12-27 09:06:28','2020-12-27 01:06:28'),(9427,6050,'action complete via WP Cron','2020-12-27 09:06:28','2020-12-27 01:06:28'),(9428,6051,'action created','2020-12-27 09:06:28','2020-12-27 01:06:28'),(9429,6051,'action started via WP Cron','2020-12-27 09:10:37','2020-12-27 01:10:37'),(9430,6051,'action complete via WP Cron','2020-12-27 09:10:37','2020-12-27 01:10:37'),(9431,6052,'action created','2020-12-27 09:10:37','2020-12-27 01:10:37'),(9432,6052,'action started via WP Cron','2020-12-27 09:12:20','2020-12-27 01:12:20'),(9433,6052,'action complete via WP Cron','2020-12-27 09:12:20','2020-12-27 01:12:20'),(9434,6053,'action created','2020-12-27 09:12:20','2020-12-27 01:12:20'),(9435,6053,'action started via WP Cron','2020-12-27 09:13:21','2020-12-27 01:13:21'),(9436,6053,'action complete via WP Cron','2020-12-27 09:13:21','2020-12-27 01:13:21'),(9437,6054,'action created','2020-12-27 09:13:21','2020-12-27 01:13:21'),(9438,6054,'action started via WP Cron','2020-12-27 09:14:22','2020-12-27 01:14:22'),(9439,6054,'action complete via WP Cron','2020-12-27 09:14:22','2020-12-27 01:14:22'),(9440,6055,'action created','2020-12-27 09:14:22','2020-12-27 01:14:22'),(9441,6055,'action started via WP Cron','2020-12-27 09:17:55','2020-12-27 01:17:55'),(9442,6055,'action complete via WP Cron','2020-12-27 09:17:55','2020-12-27 01:17:55'),(9443,6056,'action created','2020-12-27 09:17:55','2020-12-27 01:17:55'),(9444,6056,'action started via WP Cron','2020-12-27 09:19:03','2020-12-27 01:19:03'),(9445,6056,'action complete via WP Cron','2020-12-27 09:19:03','2020-12-27 01:19:03'),(9446,6057,'action created','2020-12-27 09:19:04','2020-12-27 01:19:04'),(9447,6057,'action started via WP Cron','2020-12-27 09:20:05','2020-12-27 01:20:05'),(9448,6057,'action complete via WP Cron','2020-12-27 09:20:05','2020-12-27 01:20:05'),(9449,6058,'action created','2020-12-27 09:20:05','2020-12-27 01:20:05'),(9450,6058,'action started via WP Cron','2020-12-27 09:21:06','2020-12-27 01:21:06'),(9451,6058,'action complete via WP Cron','2020-12-27 09:21:06','2020-12-27 01:21:06'),(9452,6059,'action created','2020-12-27 09:22:06','2020-12-27 01:22:06'),(9453,6059,'action started via WP Cron','2020-12-27 09:23:54','2020-12-27 01:23:54'),(9454,6059,'action complete via WP Cron','2020-12-27 09:23:54','2020-12-27 01:23:54'),(9455,6060,'action created','2020-12-27 09:23:54','2020-12-27 01:23:54'),(9456,6060,'action started via WP Cron','2020-12-27 09:29:01','2020-12-27 01:29:01'),(9457,6060,'action complete via WP Cron','2020-12-27 09:29:01','2020-12-27 01:29:01'),(9458,6061,'action created','2020-12-27 09:29:02','2020-12-27 01:29:02'),(9459,6061,'action started via WP Cron','2020-12-27 09:29:46','2020-12-27 01:29:46'),(9460,6061,'action complete via WP Cron','2020-12-27 09:29:46','2020-12-27 01:29:46'),(9461,6062,'action created','2020-12-27 09:29:46','2020-12-27 01:29:46'),(9462,6062,'action started via WP Cron','2020-12-27 09:31:37','2020-12-27 01:31:37'),(9463,6062,'action complete via WP Cron','2020-12-27 09:31:37','2020-12-27 01:31:37'),(9464,6063,'action created','2020-12-27 09:31:37','2020-12-27 01:31:37'),(9465,6063,'action started via WP Cron','2020-12-27 09:31:48','2020-12-27 01:31:48'),(9466,6063,'action complete via WP Cron','2020-12-27 09:31:48','2020-12-27 01:31:48'),(9467,6064,'action created','2020-12-27 09:31:48','2020-12-27 01:31:48'),(9468,6064,'action started via WP Cron','2020-12-27 09:37:27','2020-12-27 01:37:27'),(9469,6064,'action complete via WP Cron','2020-12-27 09:37:27','2020-12-27 01:37:27'),(9470,6065,'action created','2020-12-27 09:37:27','2020-12-27 01:37:27'),(9471,6065,'action started via WP Cron','2020-12-27 09:41:49','2020-12-27 01:41:49'),(9472,6065,'action complete via WP Cron','2020-12-27 09:41:49','2020-12-27 01:41:49'),(9473,6066,'action created','2020-12-27 09:41:49','2020-12-27 01:41:49'),(9474,6066,'action started via WP Cron','2020-12-27 09:46:06','2020-12-27 01:46:06'),(9475,6066,'action complete via WP Cron','2020-12-27 09:46:06','2020-12-27 01:46:06'),(9476,6067,'action created','2020-12-27 09:46:06','2020-12-27 01:46:06'),(9477,6067,'action started via WP Cron','2020-12-27 09:47:41','2020-12-27 01:47:41'),(9478,6067,'action complete via WP Cron','2020-12-27 09:47:41','2020-12-27 01:47:41'),(9479,6068,'action created','2020-12-27 09:47:41','2020-12-27 01:47:41'),(9480,6068,'action started via WP Cron','2020-12-27 09:48:43','2020-12-27 01:48:43'),(9481,6068,'action complete via WP Cron','2020-12-27 09:48:43','2020-12-27 01:48:43'),(9482,6069,'action created','2020-12-27 09:48:43','2020-12-27 01:48:43'),(9483,6069,'action started via WP Cron','2020-12-27 09:49:42','2020-12-27 01:49:42'),(9484,6069,'action complete via WP Cron','2020-12-27 09:49:42','2020-12-27 01:49:42'),(9485,6070,'action created','2020-12-27 09:49:42','2020-12-27 01:49:42'),(9486,6070,'action started via WP Cron','2020-12-27 09:50:41','2020-12-27 01:50:41'),(9487,6070,'action complete via WP Cron','2020-12-27 09:50:41','2020-12-27 01:50:41'),(9488,6071,'action created','2020-12-27 09:50:48','2020-12-27 01:50:48'),(9489,6071,'action started via WP Cron','2020-12-27 09:51:47','2020-12-27 01:51:47'),(9490,6071,'action complete via WP Cron','2020-12-27 09:51:47','2020-12-27 01:51:47'),(9491,6072,'action created','2020-12-27 09:51:47','2020-12-27 01:51:47'),(9492,6072,'action started via WP Cron','2020-12-27 09:52:41','2020-12-27 01:52:41'),(9493,6072,'action complete via WP Cron','2020-12-27 09:52:41','2020-12-27 01:52:41'),(9494,6073,'action created','2020-12-27 09:52:41','2020-12-27 01:52:41'),(9495,6073,'action started via WP Cron','2020-12-27 09:53:40','2020-12-27 01:53:40'),(9496,6073,'action complete via WP Cron','2020-12-27 09:53:40','2020-12-27 01:53:40'),(9497,6074,'action created','2020-12-27 09:53:41','2020-12-27 01:53:41'),(9498,6074,'action started via WP Cron','2020-12-27 09:54:44','2020-12-27 01:54:44'),(9499,6074,'action complete via WP Cron','2020-12-27 09:54:44','2020-12-27 01:54:44'),(9500,6075,'action created','2020-12-27 09:54:44','2020-12-27 01:54:44'),(9501,6075,'action started via WP Cron','2020-12-27 09:55:46','2020-12-27 01:55:46'),(9502,6075,'action complete via WP Cron','2020-12-27 09:55:46','2020-12-27 01:55:46'),(9503,6076,'action created','2020-12-27 09:55:46','2020-12-27 01:55:46'),(9504,6076,'action started via WP Cron','2020-12-27 09:56:41','2020-12-27 01:56:41'),(9505,6076,'action complete via WP Cron','2020-12-27 09:56:41','2020-12-27 01:56:41'),(9506,6077,'action created','2020-12-27 09:56:41','2020-12-27 01:56:41'),(9507,6077,'action started via WP Cron','2020-12-27 09:57:43','2020-12-27 01:57:43'),(9508,6077,'action complete via WP Cron','2020-12-27 09:57:43','2020-12-27 01:57:43'),(9509,6078,'action created','2020-12-27 09:57:43','2020-12-27 01:57:43'),(9510,6078,'action started via WP Cron','2020-12-27 09:58:49','2020-12-27 01:58:49'),(9511,6078,'action complete via WP Cron','2020-12-27 09:58:49','2020-12-27 01:58:49'),(9512,6079,'action created','2020-12-27 09:58:49','2020-12-27 01:58:49'),(9513,6079,'action started via WP Cron','2020-12-27 09:59:54','2020-12-27 01:59:54'),(9514,6079,'action complete via WP Cron','2020-12-27 09:59:54','2020-12-27 01:59:54'),(9515,6080,'action created','2020-12-27 09:59:54','2020-12-27 01:59:54'),(9516,6080,'action started via WP Cron','2020-12-27 10:00:41','2020-12-27 02:00:41'),(9517,6080,'action complete via WP Cron','2020-12-27 10:00:41','2020-12-27 02:00:41'),(9518,6081,'action created','2020-12-27 10:00:42','2020-12-27 02:00:42'),(9519,6081,'action started via WP Cron','2020-12-27 10:01:43','2020-12-27 02:01:43'),(9520,6081,'action complete via WP Cron','2020-12-27 10:01:43','2020-12-27 02:01:43'),(9521,6082,'action created','2020-12-27 10:01:43','2020-12-27 02:01:43'),(9522,6082,'action started via WP Cron','2020-12-27 10:02:41','2020-12-27 02:02:41'),(9523,6082,'action complete via WP Cron','2020-12-27 10:02:41','2020-12-27 02:02:41'),(9524,6083,'action created','2020-12-27 10:02:41','2020-12-27 02:02:41'),(9525,6083,'action started via WP Cron','2020-12-27 10:03:47','2020-12-27 02:03:47'),(9526,6083,'action complete via WP Cron','2020-12-27 10:03:47','2020-12-27 02:03:47'),(9527,6084,'action created','2020-12-27 10:03:47','2020-12-27 02:03:47'),(9528,6084,'action started via WP Cron','2020-12-27 10:05:01','2020-12-27 02:05:01'),(9529,6084,'action complete via WP Cron','2020-12-27 10:05:01','2020-12-27 02:05:01'),(9530,6085,'action created','2020-12-27 10:05:01','2020-12-27 02:05:01'),(9531,6085,'action started via WP Cron','2020-12-27 10:05:42','2020-12-27 02:05:42'),(9532,6085,'action complete via WP Cron','2020-12-27 10:05:42','2020-12-27 02:05:42'),(9533,6086,'action created','2020-12-27 10:05:42','2020-12-27 02:05:42'),(9534,6086,'action started via WP Cron','2020-12-27 10:06:47','2020-12-27 02:06:47'),(9535,6086,'action complete via WP Cron','2020-12-27 10:06:47','2020-12-27 02:06:47'),(9536,6087,'action created','2020-12-27 10:06:47','2020-12-27 02:06:47'),(9537,6087,'action started via WP Cron','2020-12-27 10:07:45','2020-12-27 02:07:45'),(9538,6087,'action complete via WP Cron','2020-12-27 10:07:45','2020-12-27 02:07:45'),(9539,6088,'action created','2020-12-27 10:07:45','2020-12-27 02:07:45'),(9540,6088,'action started via WP Cron','2020-12-27 10:08:45','2020-12-27 02:08:45'),(9541,6088,'action complete via WP Cron','2020-12-27 10:08:45','2020-12-27 02:08:45'),(9542,6089,'action created','2020-12-27 10:08:46','2020-12-27 02:08:46'),(9543,6089,'action started via WP Cron','2020-12-27 10:09:43','2020-12-27 02:09:43'),(9544,6089,'action complete via WP Cron','2020-12-27 10:09:43','2020-12-27 02:09:43'),(9545,6090,'action created','2020-12-27 10:09:43','2020-12-27 02:09:43'),(9546,6090,'action started via WP Cron','2020-12-27 10:10:48','2020-12-27 02:10:48'),(9547,6090,'action complete via WP Cron','2020-12-27 10:10:48','2020-12-27 02:10:48'),(9548,6091,'action created','2020-12-27 10:10:48','2020-12-27 02:10:48'),(9549,6091,'action started via WP Cron','2020-12-27 10:11:46','2020-12-27 02:11:46'),(9550,6091,'action complete via WP Cron','2020-12-27 10:11:46','2020-12-27 02:11:46'),(9551,6092,'action created','2020-12-27 10:11:46','2020-12-27 02:11:46'),(9552,6092,'action started via WP Cron','2020-12-27 10:12:44','2020-12-27 02:12:44'),(9553,6092,'action complete via WP Cron','2020-12-27 10:12:44','2020-12-27 02:12:44'),(9554,6093,'action created','2020-12-27 10:12:44','2020-12-27 02:12:44'),(9555,6093,'action started via WP Cron','2020-12-27 10:13:42','2020-12-27 02:13:42'),(9556,6093,'action complete via WP Cron','2020-12-27 10:13:42','2020-12-27 02:13:42'),(9557,6094,'action created','2020-12-27 10:13:42','2020-12-27 02:13:42'),(9558,6094,'action started via WP Cron','2020-12-27 10:14:43','2020-12-27 02:14:43'),(9559,6094,'action complete via WP Cron','2020-12-27 10:14:43','2020-12-27 02:14:43'),(9560,6095,'action created','2020-12-27 10:14:44','2020-12-27 02:14:44'),(9561,6095,'action started via WP Cron','2020-12-27 10:16:10','2020-12-27 02:16:10'),(9562,6095,'action complete via WP Cron','2020-12-27 10:16:10','2020-12-27 02:16:10'),(9563,6096,'action created','2020-12-27 10:16:10','2020-12-27 02:16:10'),(9564,6096,'action started via WP Cron','2020-12-27 10:16:45','2020-12-27 02:16:45'),(9565,6096,'action complete via WP Cron','2020-12-27 10:16:45','2020-12-27 02:16:45'),(9566,6097,'action created','2020-12-27 10:16:45','2020-12-27 02:16:45'),(9567,6097,'action started via WP Cron','2020-12-27 10:17:43','2020-12-27 02:17:43'),(9568,6097,'action complete via WP Cron','2020-12-27 10:17:43','2020-12-27 02:17:43'),(9569,6098,'action created','2020-12-27 10:17:43','2020-12-27 02:17:43'),(9570,6098,'action started via WP Cron','2020-12-27 10:18:45','2020-12-27 02:18:45'),(9571,6098,'action complete via WP Cron','2020-12-27 10:18:45','2020-12-27 02:18:45'),(9572,6099,'action created','2020-12-27 10:18:45','2020-12-27 02:18:45'),(9573,6099,'action started via WP Cron','2020-12-27 10:19:50','2020-12-27 02:19:50'),(9574,6099,'action complete via WP Cron','2020-12-27 10:19:50','2020-12-27 02:19:50'),(9575,6100,'action created','2020-12-27 10:19:50','2020-12-27 02:19:50'),(9576,6100,'action started via WP Cron','2020-12-27 10:20:43','2020-12-27 02:20:43'),(9577,6100,'action complete via WP Cron','2020-12-27 10:20:43','2020-12-27 02:20:43'),(9578,6101,'action created','2020-12-27 10:20:43','2020-12-27 02:20:43'),(9579,6101,'action started via WP Cron','2020-12-27 10:21:42','2020-12-27 02:21:42'),(9580,6101,'action complete via WP Cron','2020-12-27 10:21:42','2020-12-27 02:21:42'),(9581,6102,'action created','2020-12-27 10:21:42','2020-12-27 02:21:42'),(9582,6102,'action started via WP Cron','2020-12-27 10:22:52','2020-12-27 02:22:52'),(9583,6102,'action complete via WP Cron','2020-12-27 10:22:52','2020-12-27 02:22:52'),(9584,6103,'action created','2020-12-27 10:22:52','2020-12-27 02:22:52'),(9585,6103,'action started via WP Cron','2020-12-27 10:23:45','2020-12-27 02:23:45'),(9586,6103,'action complete via WP Cron','2020-12-27 10:23:45','2020-12-27 02:23:45'),(9587,6104,'action created','2020-12-27 10:23:45','2020-12-27 02:23:45'),(9588,6104,'action started via WP Cron','2020-12-27 10:24:51','2020-12-27 02:24:51'),(9589,6104,'action complete via WP Cron','2020-12-27 10:24:51','2020-12-27 02:24:51'),(9590,6105,'action created','2020-12-27 10:24:51','2020-12-27 02:24:51'),(9591,6105,'action started via WP Cron','2020-12-27 10:25:42','2020-12-27 02:25:42'),(9592,6105,'action complete via WP Cron','2020-12-27 10:25:42','2020-12-27 02:25:42'),(9593,6106,'action created','2020-12-27 10:25:42','2020-12-27 02:25:42'),(9594,6106,'action started via WP Cron','2020-12-27 10:30:10','2020-12-27 02:30:10'),(9595,6106,'action complete via WP Cron','2020-12-27 10:30:10','2020-12-27 02:30:10'),(9596,6107,'action created','2020-12-27 10:30:10','2020-12-27 02:30:10'),(9597,6107,'action started via WP Cron','2020-12-27 10:32:54','2020-12-27 02:32:54'),(9598,6107,'action complete via WP Cron','2020-12-27 10:32:54','2020-12-27 02:32:54'),(9599,6108,'action created','2020-12-27 10:32:54','2020-12-27 02:32:54'),(9600,6108,'action started via WP Cron','2020-12-27 10:44:48','2020-12-27 02:44:48'),(9601,6108,'action complete via WP Cron','2020-12-27 10:44:48','2020-12-27 02:44:48'),(9602,6109,'action created','2020-12-27 10:44:48','2020-12-27 02:44:48'),(9603,6109,'action started via WP Cron','2020-12-27 10:47:33','2020-12-27 02:47:33'),(9604,6109,'action complete via WP Cron','2020-12-27 10:47:33','2020-12-27 02:47:33'),(9605,6110,'action created','2020-12-27 10:47:33','2020-12-27 02:47:33'),(9606,6110,'action started via WP Cron','2020-12-27 10:53:29','2020-12-27 02:53:29'),(9607,6110,'action complete via WP Cron','2020-12-27 10:53:29','2020-12-27 02:53:29'),(9608,6111,'action created','2020-12-27 10:53:30','2020-12-27 02:53:30'),(9609,6111,'action started via WP Cron','2020-12-27 10:54:37','2020-12-27 02:54:37'),(9610,6111,'action complete via WP Cron','2020-12-27 10:54:37','2020-12-27 02:54:37'),(9611,6112,'action created','2020-12-27 10:54:37','2020-12-27 02:54:37'),(9612,6112,'action started via WP Cron','2020-12-27 10:55:38','2020-12-27 02:55:38'),(9613,6112,'action complete via WP Cron','2020-12-27 10:55:38','2020-12-27 02:55:38'),(9614,6113,'action created','2020-12-27 10:55:38','2020-12-27 02:55:38'),(9615,6113,'action started via WP Cron','2020-12-27 10:56:40','2020-12-27 02:56:40'),(9616,6113,'action complete via WP Cron','2020-12-27 10:56:40','2020-12-27 02:56:40'),(9617,6114,'action created','2020-12-27 10:56:40','2020-12-27 02:56:40'),(9618,6114,'action started via WP Cron','2020-12-27 10:59:14','2020-12-27 02:59:14'),(9619,6114,'action complete via WP Cron','2020-12-27 10:59:14','2020-12-27 02:59:14'),(9620,6115,'action created','2020-12-27 10:59:14','2020-12-27 02:59:14'),(9621,6115,'action started via WP Cron','2020-12-27 11:00:50','2020-12-27 03:00:50'),(9622,6115,'action complete via WP Cron','2020-12-27 11:00:50','2020-12-27 03:00:50'),(9623,6116,'action created','2020-12-27 11:00:51','2020-12-27 03:00:51'),(9624,6116,'action started via WP Cron','2020-12-27 11:01:56','2020-12-27 03:01:56'),(9625,6116,'action complete via WP Cron','2020-12-27 11:01:56','2020-12-27 03:01:56'),(9626,6117,'action created','2020-12-27 11:01:56','2020-12-27 03:01:56'),(9627,6117,'action started via WP Cron','2020-12-27 11:03:09','2020-12-27 03:03:09'),(9628,6117,'action complete via WP Cron','2020-12-27 11:03:09','2020-12-27 03:03:09'),(9629,6118,'action created','2020-12-27 11:03:09','2020-12-27 03:03:09'),(9630,6118,'action started via WP Cron','2020-12-27 11:04:35','2020-12-27 03:04:35'),(9631,6118,'action complete via WP Cron','2020-12-27 11:04:35','2020-12-27 03:04:35'),(9632,6119,'action created','2020-12-27 11:04:35','2020-12-27 03:04:35'),(9633,6119,'action started via WP Cron','2020-12-27 11:17:16','2020-12-27 03:17:16'),(9634,6119,'action complete via WP Cron','2020-12-27 11:17:16','2020-12-27 03:17:16'),(9635,6120,'action created','2020-12-27 11:17:16','2020-12-27 03:17:16'),(9636,6120,'action started via WP Cron','2020-12-27 11:17:40','2020-12-27 03:17:40'),(9637,6120,'action complete via WP Cron','2020-12-27 11:17:40','2020-12-27 03:17:40'),(9638,6121,'action created','2020-12-27 11:17:41','2020-12-27 03:17:41'),(9639,6121,'action started via WP Cron','2020-12-27 11:19:16','2020-12-27 03:19:16'),(9640,6121,'action complete via WP Cron','2020-12-27 11:19:16','2020-12-27 03:19:16'),(9641,6122,'action created','2020-12-27 11:19:16','2020-12-27 03:19:16'),(9642,6122,'action started via WP Cron','2020-12-27 11:21:17','2020-12-27 03:21:17'),(9643,6122,'action complete via WP Cron','2020-12-27 11:21:17','2020-12-27 03:21:17'),(9644,6123,'action created','2020-12-27 11:21:18','2020-12-27 03:21:18'),(9645,6123,'action started via WP Cron','2020-12-27 11:22:18','2020-12-27 03:22:18'),(9646,6123,'action complete via WP Cron','2020-12-27 11:22:18','2020-12-27 03:22:18'),(9647,6124,'action created','2020-12-27 11:22:18','2020-12-27 03:22:18'),(9648,6124,'action started via WP Cron','2020-12-27 11:23:20','2020-12-27 03:23:20'),(9649,6124,'action complete via WP Cron','2020-12-27 11:23:20','2020-12-27 03:23:20'),(9650,6125,'action created','2020-12-27 11:23:20','2020-12-27 03:23:20'),(9651,6125,'action started via WP Cron','2020-12-27 11:26:15','2020-12-27 03:26:15'),(9652,6125,'action complete via WP Cron','2020-12-27 11:26:15','2020-12-27 03:26:15'),(9653,6126,'action created','2020-12-27 11:26:15','2020-12-27 03:26:15'),(9654,6126,'action started via WP Cron','2020-12-27 11:27:04','2020-12-27 03:27:04'),(9655,6126,'action complete via WP Cron','2020-12-27 11:27:04','2020-12-27 03:27:04'),(9656,6127,'action created','2020-12-27 11:27:04','2020-12-27 03:27:04'),(9657,6127,'action started via WP Cron','2020-12-27 11:28:10','2020-12-27 03:28:10'),(9658,6127,'action complete via WP Cron','2020-12-27 11:28:10','2020-12-27 03:28:10'),(9659,6128,'action created','2020-12-27 11:28:10','2020-12-27 03:28:10'),(9660,6128,'action started via WP Cron','2020-12-27 11:31:10','2020-12-27 03:31:10'),(9661,6128,'action complete via WP Cron','2020-12-27 11:31:10','2020-12-27 03:31:10'),(9662,6129,'action created','2020-12-27 11:31:10','2020-12-27 03:31:10'),(9663,6129,'action started via WP Cron','2020-12-27 11:31:52','2020-12-27 03:31:52'),(9664,6129,'action complete via WP Cron','2020-12-27 11:31:52','2020-12-27 03:31:52'),(9665,6130,'action created','2020-12-27 11:31:52','2020-12-27 03:31:52'),(9666,6130,'action started via WP Cron','2020-12-27 11:33:12','2020-12-27 03:33:12'),(9667,6130,'action complete via WP Cron','2020-12-27 11:33:12','2020-12-27 03:33:12'),(9668,6131,'action created','2020-12-27 11:33:12','2020-12-27 03:33:12'),(9669,6131,'action started via WP Cron','2020-12-27 11:36:26','2020-12-27 03:36:26'),(9670,6131,'action complete via WP Cron','2020-12-27 11:36:26','2020-12-27 03:36:26'),(9671,6132,'action created','2020-12-27 11:36:26','2020-12-27 03:36:26'),(9672,6132,'action started via WP Cron','2020-12-27 11:40:21','2020-12-27 03:40:21'),(9673,6132,'action complete via WP Cron','2020-12-27 11:40:21','2020-12-27 03:40:21'),(9674,6133,'action created','2020-12-27 11:40:21','2020-12-27 03:40:21'),(9675,6133,'action started via WP Cron','2020-12-27 11:44:58','2020-12-27 03:44:58'),(9676,6133,'action complete via WP Cron','2020-12-27 11:44:58','2020-12-27 03:44:58'),(9677,6134,'action created','2020-12-27 11:45:28','2020-12-27 03:45:28'),(9678,6134,'action started via WP Cron','2020-12-27 11:46:14','2020-12-27 03:46:14'),(9679,6134,'action complete via WP Cron','2020-12-27 11:46:14','2020-12-27 03:46:14'),(9680,6135,'action created','2020-12-27 11:46:15','2020-12-27 03:46:15'),(9681,6135,'action started via WP Cron','2020-12-27 11:47:23','2020-12-27 03:47:23'),(9682,6135,'action complete via WP Cron','2020-12-27 11:47:23','2020-12-27 03:47:23'),(9683,6136,'action created','2020-12-27 11:47:23','2020-12-27 03:47:23'),(9684,6136,'action started via WP Cron','2020-12-27 11:47:54','2020-12-27 03:47:54'),(9685,6136,'action complete via WP Cron','2020-12-27 11:47:54','2020-12-27 03:47:54'),(9686,6137,'action created','2020-12-27 11:47:54','2020-12-27 03:47:54'),(9687,6137,'action started via WP Cron','2020-12-27 11:51:04','2020-12-27 03:51:04'),(9688,6137,'action complete via WP Cron','2020-12-27 11:51:04','2020-12-27 03:51:04'),(9689,6138,'action created','2020-12-27 11:51:04','2020-12-27 03:51:04'),(9690,6138,'action started via WP Cron','2020-12-27 11:58:12','2020-12-27 03:58:12'),(9691,6138,'action complete via WP Cron','2020-12-27 11:58:12','2020-12-27 03:58:12'),(9692,6139,'action created','2020-12-27 11:58:12','2020-12-27 03:58:12'),(9693,6139,'action started via WP Cron','2020-12-27 11:59:13','2020-12-27 03:59:13'),(9694,6139,'action complete via WP Cron','2020-12-27 11:59:13','2020-12-27 03:59:13'),(9695,6140,'action created','2020-12-27 11:59:13','2020-12-27 03:59:13'),(9696,6140,'action started via WP Cron','2020-12-27 12:00:14','2020-12-27 04:00:14'),(9697,6140,'action complete via WP Cron','2020-12-27 12:00:14','2020-12-27 04:00:14'),(9698,6141,'action created','2020-12-27 12:00:14','2020-12-27 04:00:14'),(9699,6141,'action started via WP Cron','2020-12-27 12:02:00','2020-12-27 04:02:00'),(9700,6141,'action complete via WP Cron','2020-12-27 12:02:00','2020-12-27 04:02:00'),(9701,6142,'action created','2020-12-27 12:02:00','2020-12-27 04:02:00'),(9702,6142,'action started via WP Cron','2020-12-27 12:03:06','2020-12-27 04:03:06'),(9703,6142,'action complete via WP Cron','2020-12-27 12:03:06','2020-12-27 04:03:06'),(9704,6143,'action created','2020-12-27 12:03:06','2020-12-27 04:03:06'),(9705,6143,'action started via WP Cron','2020-12-27 12:04:18','2020-12-27 04:04:18'),(9706,6143,'action complete via WP Cron','2020-12-27 12:04:18','2020-12-27 04:04:18'),(9707,6144,'action created','2020-12-27 12:04:18','2020-12-27 04:04:18'),(9708,6144,'action started via WP Cron','2020-12-27 12:05:03','2020-12-27 04:05:03'),(9709,6144,'action complete via WP Cron','2020-12-27 12:05:03','2020-12-27 04:05:03'),(9710,6145,'action created','2020-12-27 12:05:03','2020-12-27 04:05:03'),(9711,6145,'action started via WP Cron','2020-12-27 12:09:17','2020-12-27 04:09:17'),(9712,6145,'action complete via WP Cron','2020-12-27 12:09:17','2020-12-27 04:09:17'),(9713,6146,'action created','2020-12-27 12:09:18','2020-12-27 04:09:18'),(9714,6146,'action started via WP Cron','2020-12-27 12:09:44','2020-12-27 04:09:44'),(9715,6146,'action complete via WP Cron','2020-12-27 12:09:44','2020-12-27 04:09:44'),(9716,6147,'action created','2020-12-27 12:09:45','2020-12-27 04:09:45'),(9717,6147,'action started via WP Cron','2020-12-27 12:10:40','2020-12-27 04:10:40'),(9718,6147,'action complete via WP Cron','2020-12-27 12:10:40','2020-12-27 04:10:40'),(9719,6148,'action created','2020-12-27 12:10:40','2020-12-27 04:10:40'),(9720,6148,'action started via WP Cron','2020-12-27 12:14:53','2020-12-27 04:14:53'),(9721,6148,'action complete via WP Cron','2020-12-27 12:14:53','2020-12-27 04:14:53'),(9722,6149,'action created','2020-12-27 12:14:53','2020-12-27 04:14:53'),(9723,6149,'action started via WP Cron','2020-12-27 12:16:21','2020-12-27 04:16:21'),(9724,6149,'action complete via WP Cron','2020-12-27 12:16:21','2020-12-27 04:16:21'),(9725,6150,'action created','2020-12-27 12:16:29','2020-12-27 04:16:29'),(9726,6150,'action started via WP Cron','2020-12-27 12:21:41','2020-12-27 04:21:41'),(9727,6150,'action complete via WP Cron','2020-12-27 12:21:41','2020-12-27 04:21:41'),(9728,6151,'action created','2020-12-27 12:21:41','2020-12-27 04:21:41'),(9729,6151,'action started via WP Cron','2020-12-27 12:23:47','2020-12-27 04:23:47'),(9730,6151,'action complete via WP Cron','2020-12-27 12:23:47','2020-12-27 04:23:47'),(9731,6152,'action created','2020-12-27 12:23:47','2020-12-27 04:23:47'),(9732,6152,'action started via WP Cron','2020-12-27 12:24:48','2020-12-27 04:24:48'),(9733,6152,'action complete via WP Cron','2020-12-27 12:24:48','2020-12-27 04:24:48'),(9734,6153,'action created','2020-12-27 12:24:48','2020-12-27 04:24:48'),(9735,6153,'action started via WP Cron','2020-12-27 12:25:49','2020-12-27 04:25:49'),(9736,6153,'action complete via WP Cron','2020-12-27 12:25:49','2020-12-27 04:25:49'),(9737,6154,'action created','2020-12-27 12:25:49','2020-12-27 04:25:49'),(9738,6154,'action started via WP Cron','2020-12-27 12:27:31','2020-12-27 04:27:31'),(9739,6154,'action complete via WP Cron','2020-12-27 12:27:31','2020-12-27 04:27:31'),(9740,6155,'action created','2020-12-27 12:27:31','2020-12-27 04:27:31'),(9741,6155,'action started via WP Cron','2020-12-27 12:27:51','2020-12-27 04:27:51'),(9742,6155,'action complete via WP Cron','2020-12-27 12:27:51','2020-12-27 04:27:51'),(9743,6156,'action created','2020-12-27 12:27:51','2020-12-27 04:27:51'),(9744,6156,'action started via WP Cron','2020-12-27 12:29:10','2020-12-27 04:29:10'),(9745,6156,'action complete via WP Cron','2020-12-27 12:29:10','2020-12-27 04:29:10'),(9746,6157,'action created','2020-12-27 12:29:10','2020-12-27 04:29:10'),(9747,6157,'action started via WP Cron','2020-12-27 12:30:11','2020-12-27 04:30:11'),(9748,6157,'action complete via WP Cron','2020-12-27 12:30:11','2020-12-27 04:30:11'),(9749,6158,'action created','2020-12-27 12:30:11','2020-12-27 04:30:11'),(9750,6158,'action started via WP Cron','2020-12-27 12:38:31','2020-12-27 04:38:31'),(9751,6158,'action complete via WP Cron','2020-12-27 12:38:31','2020-12-27 04:38:31'),(9752,6159,'action created','2020-12-27 12:38:31','2020-12-27 04:38:31'),(9753,6159,'action started via WP Cron','2020-12-27 12:45:29','2020-12-27 04:45:29'),(9754,6159,'action complete via WP Cron','2020-12-27 12:45:29','2020-12-27 04:45:29'),(9755,6160,'action created','2020-12-27 12:45:29','2020-12-27 04:45:29'),(9756,6160,'action started via WP Cron','2020-12-27 12:48:24','2020-12-27 04:48:24'),(9757,6160,'action complete via WP Cron','2020-12-27 12:48:24','2020-12-27 04:48:24'),(9758,6161,'action created','2020-12-27 12:48:24','2020-12-27 04:48:24'),(9759,6161,'action started via WP Cron','2020-12-27 12:50:49','2020-12-27 04:50:49'),(9760,6161,'action complete via WP Cron','2020-12-27 12:50:49','2020-12-27 04:50:49'),(9761,6162,'action created','2020-12-27 12:50:49','2020-12-27 04:50:49'),(9762,6162,'action started via WP Cron','2020-12-27 12:59:20','2020-12-27 04:59:20'),(9763,6162,'action complete via WP Cron','2020-12-27 12:59:20','2020-12-27 04:59:20'),(9764,6163,'action created','2020-12-27 12:59:21','2020-12-27 04:59:21'),(9765,6163,'action started via WP Cron','2020-12-27 13:02:01','2020-12-27 05:02:01'),(9766,6163,'action complete via WP Cron','2020-12-27 13:02:01','2020-12-27 05:02:01'),(9767,6164,'action created','2020-12-27 13:02:01','2020-12-27 05:02:01'),(9768,6164,'action started via WP Cron','2020-12-27 13:07:25','2020-12-27 05:07:25'),(9769,6164,'action complete via WP Cron','2020-12-27 13:07:26','2020-12-27 05:07:26'),(9770,6165,'action created','2020-12-27 13:07:26','2020-12-27 05:07:26'),(9771,6165,'action started via WP Cron','2020-12-27 13:11:06','2020-12-27 05:11:06'),(9772,6165,'action complete via WP Cron','2020-12-27 13:11:06','2020-12-27 05:11:06'),(9773,6166,'action created','2020-12-27 13:11:06','2020-12-27 05:11:06'),(9774,6166,'action started via WP Cron','2020-12-27 13:16:12','2020-12-27 05:16:12'),(9775,6166,'action complete via WP Cron','2020-12-27 13:16:12','2020-12-27 05:16:12'),(9776,6167,'action created','2020-12-27 13:16:12','2020-12-27 05:16:12'),(9777,6167,'action started via WP Cron','2020-12-27 13:16:56','2020-12-27 05:16:56'),(9778,6167,'action complete via WP Cron','2020-12-27 13:16:56','2020-12-27 05:16:56'),(9779,6168,'action created','2020-12-27 13:16:56','2020-12-27 05:16:56'),(9780,6168,'action started via WP Cron','2020-12-27 13:19:08','2020-12-27 05:19:08'),(9781,6168,'action complete via WP Cron','2020-12-27 13:19:08','2020-12-27 05:19:08'),(9782,6169,'action created','2020-12-27 13:19:08','2020-12-27 05:19:08'),(9783,6169,'action started via WP Cron','2020-12-27 13:20:34','2020-12-27 05:20:34'),(9784,6169,'action complete via WP Cron','2020-12-27 13:20:34','2020-12-27 05:20:34'),(9785,6170,'action created','2020-12-27 13:20:34','2020-12-27 05:20:34'),(9786,6170,'action started via WP Cron','2020-12-27 13:21:26','2020-12-27 05:21:26'),(9787,6170,'action complete via WP Cron','2020-12-27 13:21:26','2020-12-27 05:21:26'),(9788,6171,'action created','2020-12-27 13:21:26','2020-12-27 05:21:26'),(9789,6171,'action started via WP Cron','2020-12-27 13:21:41','2020-12-27 05:21:41'),(9790,6171,'action complete via WP Cron','2020-12-27 13:21:41','2020-12-27 05:21:41'),(9791,6172,'action created','2020-12-27 13:21:41','2020-12-27 05:21:41'),(9792,6172,'action started via WP Cron','2020-12-27 13:22:51','2020-12-27 05:22:51'),(9793,6172,'action complete via WP Cron','2020-12-27 13:22:51','2020-12-27 05:22:51'),(9794,6173,'action created','2020-12-27 13:22:51','2020-12-27 05:22:51'),(9795,6173,'action started via WP Cron','2020-12-27 13:27:12','2020-12-27 05:27:12'),(9796,6173,'action complete via WP Cron','2020-12-27 13:27:12','2020-12-27 05:27:12'),(9797,6174,'action created','2020-12-27 13:27:12','2020-12-27 05:27:12'),(9798,6174,'action started via WP Cron','2020-12-27 13:28:14','2020-12-27 05:28:14'),(9799,6174,'action complete via WP Cron','2020-12-27 13:28:14','2020-12-27 05:28:14'),(9800,6175,'action created','2020-12-27 13:28:14','2020-12-27 05:28:14'),(9801,6175,'action started via WP Cron','2020-12-27 13:28:56','2020-12-27 05:28:56'),(9802,6175,'action complete via WP Cron','2020-12-27 13:28:56','2020-12-27 05:28:56'),(9803,6176,'action created','2020-12-27 13:28:56','2020-12-27 05:28:56'),(9804,6176,'action started via WP Cron','2020-12-27 13:29:56','2020-12-27 05:29:56'),(9805,6176,'action complete via WP Cron','2020-12-27 13:29:56','2020-12-27 05:29:56'),(9806,6177,'action created','2020-12-27 13:29:57','2020-12-27 05:29:57'),(9807,6177,'action started via WP Cron','2020-12-27 13:30:41','2020-12-27 05:30:41'),(9808,6177,'action complete via WP Cron','2020-12-27 13:30:41','2020-12-27 05:30:41'),(9809,6178,'action created','2020-12-27 13:30:41','2020-12-27 05:30:41'),(9810,6178,'action started via WP Cron','2020-12-27 13:31:43','2020-12-27 05:31:43'),(9811,6178,'action complete via WP Cron','2020-12-27 13:31:43','2020-12-27 05:31:43'),(9812,6179,'action created','2020-12-27 13:31:43','2020-12-27 05:31:43'),(9813,6179,'action started via WP Cron','2020-12-27 13:32:59','2020-12-27 05:32:59'),(9814,6179,'action complete via WP Cron','2020-12-27 13:32:59','2020-12-27 05:32:59'),(9815,6180,'action created','2020-12-27 13:32:59','2020-12-27 05:32:59'),(9816,6180,'action started via WP Cron','2020-12-27 13:34:12','2020-12-27 05:34:12'),(9817,6180,'action complete via WP Cron','2020-12-27 13:34:12','2020-12-27 05:34:12'),(9818,6181,'action created','2020-12-27 13:34:12','2020-12-27 05:34:12'),(9819,6181,'action started via WP Cron','2020-12-27 13:35:33','2020-12-27 05:35:33'),(9820,6181,'action complete via WP Cron','2020-12-27 13:35:33','2020-12-27 05:35:33'),(9821,6182,'action created','2020-12-27 13:35:33','2020-12-27 05:35:33'),(9822,6182,'action started via WP Cron','2020-12-27 13:39:30','2020-12-27 05:39:30'),(9823,6182,'action complete via WP Cron','2020-12-27 13:39:30','2020-12-27 05:39:30'),(9824,6183,'action created','2020-12-27 13:39:30','2020-12-27 05:39:30'),(9825,6183,'action started via WP Cron','2020-12-27 13:50:37','2020-12-27 05:50:37'),(9826,6183,'action complete via WP Cron','2020-12-27 13:50:37','2020-12-27 05:50:37'),(9827,6184,'action created','2020-12-27 13:50:37','2020-12-27 05:50:37'),(9828,6184,'action started via WP Cron','2020-12-27 13:53:12','2020-12-27 05:53:12'),(9829,6184,'action complete via WP Cron','2020-12-27 13:53:12','2020-12-27 05:53:12'),(9830,6185,'action created','2020-12-27 13:53:13','2020-12-27 05:53:13'),(9831,6185,'action started via WP Cron','2020-12-27 13:57:43','2020-12-27 05:57:43'),(9832,6185,'action complete via WP Cron','2020-12-27 13:57:43','2020-12-27 05:57:43'),(9833,6186,'action created','2020-12-27 13:57:44','2020-12-27 05:57:44'),(9834,6186,'action started via WP Cron','2020-12-27 14:11:26','2020-12-27 06:11:26'),(9835,6186,'action complete via WP Cron','2020-12-27 14:11:26','2020-12-27 06:11:26'),(9836,6187,'action created','2020-12-27 14:11:26','2020-12-27 06:11:26'),(9837,6187,'action started via WP Cron','2020-12-27 14:11:43','2020-12-27 06:11:43'),(9838,6187,'action complete via WP Cron','2020-12-27 14:11:43','2020-12-27 06:11:43'),(9839,6188,'action created','2020-12-27 14:11:43','2020-12-27 06:11:43'),(9840,6188,'action started via WP Cron','2020-12-27 14:12:54','2020-12-27 06:12:54'),(9841,6188,'action complete via WP Cron','2020-12-27 14:12:54','2020-12-27 06:12:54'),(9842,6189,'action created','2020-12-27 14:12:54','2020-12-27 06:12:54'),(9843,6189,'action started via WP Cron','2020-12-27 14:15:39','2020-12-27 06:15:39'),(9844,6189,'action complete via WP Cron','2020-12-27 14:15:39','2020-12-27 06:15:39'),(9845,6190,'action created','2020-12-27 14:15:39','2020-12-27 06:15:39'),(9846,6190,'action started via WP Cron','2020-12-27 14:16:52','2020-12-27 06:16:52'),(9847,6190,'action complete via WP Cron','2020-12-27 14:16:52','2020-12-27 06:16:52'),(9848,6191,'action created','2020-12-27 14:16:52','2020-12-27 06:16:52'),(9849,6191,'action started via WP Cron','2020-12-27 14:17:53','2020-12-27 06:17:53'),(9850,6191,'action complete via WP Cron','2020-12-27 14:17:53','2020-12-27 06:17:53'),(9851,6192,'action created','2020-12-27 14:17:53','2020-12-27 06:17:53'),(9852,6192,'action started via WP Cron','2020-12-27 14:19:18','2020-12-27 06:19:18'),(9853,6192,'action complete via WP Cron','2020-12-27 14:19:18','2020-12-27 06:19:18'),(9854,6193,'action created','2020-12-27 14:19:18','2020-12-27 06:19:18'),(9855,6193,'action started via WP Cron','2020-12-27 14:19:46','2020-12-27 06:19:46'),(9856,6193,'action complete via WP Cron','2020-12-27 14:19:46','2020-12-27 06:19:46'),(9857,6194,'action created','2020-12-27 14:19:47','2020-12-27 06:19:47'),(9858,6194,'action started via WP Cron','2020-12-27 14:21:02','2020-12-27 06:21:02'),(9859,6194,'action complete via WP Cron','2020-12-27 14:21:02','2020-12-27 06:21:02'),(9860,6195,'action created','2020-12-27 14:21:02','2020-12-27 06:21:02'),(9861,6195,'action started via WP Cron','2020-12-27 14:21:54','2020-12-27 06:21:54'),(9862,6195,'action complete via WP Cron','2020-12-27 14:21:54','2020-12-27 06:21:54'),(9863,6196,'action created','2020-12-27 14:21:54','2020-12-27 06:21:54'),(9864,6196,'action started via WP Cron','2020-12-27 14:24:19','2020-12-27 06:24:19'),(9865,6196,'action complete via WP Cron','2020-12-27 14:24:19','2020-12-27 06:24:19'),(9866,6197,'action created','2020-12-27 14:24:20','2020-12-27 06:24:20'),(9867,6197,'action started via WP Cron','2020-12-27 14:24:46','2020-12-27 06:24:46'),(9868,6197,'action complete via WP Cron','2020-12-27 14:24:46','2020-12-27 06:24:46'),(9869,6198,'action created','2020-12-27 14:24:46','2020-12-27 06:24:46'),(9870,6198,'action started via WP Cron','2020-12-27 14:26:10','2020-12-27 06:26:10'),(9871,6198,'action complete via WP Cron','2020-12-27 14:26:10','2020-12-27 06:26:10'),(9872,6199,'action created','2020-12-27 14:26:10','2020-12-27 06:26:10'),(9873,6199,'action started via WP Cron','2020-12-27 14:30:41','2020-12-27 06:30:41'),(9874,6199,'action complete via WP Cron','2020-12-27 14:30:41','2020-12-27 06:30:41'),(9875,6200,'action created','2020-12-27 14:30:42','2020-12-27 06:30:42'),(9876,6200,'action started via WP Cron','2020-12-27 14:32:00','2020-12-27 06:32:00'),(9877,6200,'action complete via WP Cron','2020-12-27 14:32:00','2020-12-27 06:32:00'),(9878,6201,'action created','2020-12-27 14:32:00','2020-12-27 06:32:00'),(9879,6201,'action started via WP Cron','2020-12-27 14:33:01','2020-12-27 06:33:01'),(9880,6201,'action complete via WP Cron','2020-12-27 14:33:01','2020-12-27 06:33:01'),(9881,6202,'action created','2020-12-27 14:33:01','2020-12-27 06:33:01'),(9882,6202,'action started via WP Cron','2020-12-27 14:34:05','2020-12-27 06:34:05'),(9883,6202,'action complete via WP Cron','2020-12-27 14:34:05','2020-12-27 06:34:05'),(9884,6203,'action created','2020-12-27 14:34:05','2020-12-27 06:34:05'),(9885,6203,'action started via WP Cron','2020-12-27 14:35:03','2020-12-27 06:35:03'),(9886,6203,'action complete via WP Cron','2020-12-27 14:35:03','2020-12-27 06:35:03'),(9887,6204,'action created','2020-12-27 14:35:04','2020-12-27 06:35:04'),(9888,6204,'action started via WP Cron','2020-12-27 14:36:04','2020-12-27 06:36:04'),(9889,6204,'action complete via WP Cron','2020-12-27 14:36:04','2020-12-27 06:36:04'),(9890,6205,'action created','2020-12-27 14:36:04','2020-12-27 06:36:04'),(9891,6205,'action started via WP Cron','2020-12-27 14:37:05','2020-12-27 06:37:05'),(9892,6205,'action complete via WP Cron','2020-12-27 14:37:05','2020-12-27 06:37:05'),(9893,6206,'action created','2020-12-27 14:37:05','2020-12-27 06:37:05'),(9894,6206,'action started via WP Cron','2020-12-27 14:40:17','2020-12-27 06:40:17'),(9895,6206,'action complete via WP Cron','2020-12-27 14:40:17','2020-12-27 06:40:17'),(9896,6207,'action created','2020-12-27 14:40:17','2020-12-27 06:40:17'),(9897,6207,'action started via WP Cron','2020-12-27 14:41:33','2020-12-27 06:41:33'),(9898,6207,'action complete via WP Cron','2020-12-27 14:41:33','2020-12-27 06:41:33'),(9899,6208,'action created','2020-12-27 14:41:33','2020-12-27 06:41:33'),(9900,6208,'action started via WP Cron','2020-12-27 14:42:01','2020-12-27 06:42:01'),(9901,6208,'action complete via WP Cron','2020-12-27 14:42:01','2020-12-27 06:42:01'),(9902,6209,'action created','2020-12-27 14:42:01','2020-12-27 06:42:01'),(9903,6209,'action started via WP Cron','2020-12-27 14:42:57','2020-12-27 06:42:57'),(9904,6209,'action complete via WP Cron','2020-12-27 14:42:57','2020-12-27 06:42:57'),(9905,6210,'action created','2020-12-27 14:42:57','2020-12-27 06:42:57'),(9906,6210,'action started via WP Cron','2020-12-27 14:43:41','2020-12-27 06:43:41'),(9907,6210,'action complete via WP Cron','2020-12-27 14:43:41','2020-12-27 06:43:41'),(9908,6211,'action created','2020-12-27 14:43:41','2020-12-27 06:43:41'),(9909,6211,'action started via WP Cron','2020-12-27 14:46:35','2020-12-27 06:46:35'),(9910,6211,'action complete via WP Cron','2020-12-27 14:46:35','2020-12-27 06:46:35'),(9911,6212,'action created','2020-12-27 14:46:35','2020-12-27 06:46:35'),(9912,6212,'action started via WP Cron','2020-12-27 14:48:18','2020-12-27 06:48:18'),(9913,6212,'action complete via WP Cron','2020-12-27 14:48:18','2020-12-27 06:48:18'),(9914,6213,'action created','2020-12-27 14:48:18','2020-12-27 06:48:18'),(9915,6213,'action started via WP Cron','2020-12-27 14:48:46','2020-12-27 06:48:46'),(9916,6213,'action complete via WP Cron','2020-12-27 14:48:46','2020-12-27 06:48:46'),(9917,6214,'action created','2020-12-27 14:48:46','2020-12-27 06:48:46'),(9918,6214,'action started via WP Cron','2020-12-27 14:50:00','2020-12-27 06:50:00'),(9919,6214,'action complete via WP Cron','2020-12-27 14:50:00','2020-12-27 06:50:00'),(9920,6215,'action created','2020-12-27 14:50:00','2020-12-27 06:50:00'),(9921,6215,'action started via WP Cron','2020-12-27 14:59:50','2020-12-27 06:59:50'),(9922,6215,'action complete via WP Cron','2020-12-27 14:59:50','2020-12-27 06:59:50'),(9923,6216,'action created','2020-12-27 14:59:50','2020-12-27 06:59:50'),(9924,6216,'action started via WP Cron','2020-12-27 15:05:31','2020-12-27 07:05:31'),(9925,6216,'action complete via WP Cron','2020-12-27 15:05:31','2020-12-27 07:05:31'),(9926,6217,'action created','2020-12-27 15:05:31','2020-12-27 07:05:31'),(9927,6217,'action started via WP Cron','2020-12-27 15:05:54','2020-12-27 07:05:54'),(9928,6217,'action complete via WP Cron','2020-12-27 15:05:54','2020-12-27 07:05:54'),(9929,6218,'action created','2020-12-27 15:05:54','2020-12-27 07:05:54'),(9930,6218,'action started via WP Cron','2020-12-27 15:07:32','2020-12-27 07:07:32'),(9931,6218,'action complete via WP Cron','2020-12-27 15:07:32','2020-12-27 07:07:32'),(9932,6219,'action created','2020-12-27 15:07:33','2020-12-27 07:07:33'),(9933,6219,'action started via WP Cron','2020-12-27 15:09:34','2020-12-27 07:09:34'),(9934,6219,'action complete via WP Cron','2020-12-27 15:09:34','2020-12-27 07:09:34'),(9935,6220,'action created','2020-12-27 15:09:34','2020-12-27 07:09:34'),(9936,6220,'action started via WP Cron','2020-12-27 15:10:36','2020-12-27 07:10:36'),(9937,6220,'action complete via WP Cron','2020-12-27 15:10:36','2020-12-27 07:10:36'),(9938,6221,'action created','2020-12-27 15:10:36','2020-12-27 07:10:36'),(9939,6221,'action started via WP Cron','2020-12-27 15:10:53','2020-12-27 07:10:53'),(9940,6221,'action complete via WP Cron','2020-12-27 15:10:53','2020-12-27 07:10:53'),(9941,6222,'action created','2020-12-27 15:10:53','2020-12-27 07:10:53'),(9942,6222,'action started via WP Cron','2020-12-27 15:11:57','2020-12-27 07:11:57'),(9943,6222,'action complete via WP Cron','2020-12-27 15:11:57','2020-12-27 07:11:57'),(9944,6223,'action created','2020-12-27 15:11:57','2020-12-27 07:11:57'),(9945,6223,'action started via WP Cron','2020-12-27 15:16:21','2020-12-27 07:16:21'),(9946,6223,'action complete via WP Cron','2020-12-27 15:16:21','2020-12-27 07:16:21'),(9947,6224,'action created','2020-12-27 15:16:21','2020-12-27 07:16:21'),(9948,6224,'action started via WP Cron','2020-12-27 15:17:59','2020-12-27 07:17:59'),(9949,6224,'action complete via WP Cron','2020-12-27 15:17:59','2020-12-27 07:17:59'),(9950,6225,'action created','2020-12-27 15:17:59','2020-12-27 07:17:59'),(9951,6225,'action started via WP Cron','2020-12-27 15:18:53','2020-12-27 07:18:53'),(9952,6225,'action complete via WP Cron','2020-12-27 15:18:53','2020-12-27 07:18:53'),(9953,6226,'action created','2020-12-27 15:18:53','2020-12-27 07:18:53'),(9954,6226,'action started via WP Cron','2020-12-27 15:19:54','2020-12-27 07:19:54'),(9955,6226,'action complete via WP Cron','2020-12-27 15:19:54','2020-12-27 07:19:54'),(9956,6227,'action created','2020-12-27 15:19:54','2020-12-27 07:19:54'),(9957,6227,'action started via WP Cron','2020-12-27 15:20:55','2020-12-27 07:20:55'),(9958,6227,'action complete via WP Cron','2020-12-27 15:20:55','2020-12-27 07:20:55'),(9959,6228,'action created','2020-12-27 15:20:55','2020-12-27 07:20:55'),(9960,6228,'action started via WP Cron','2020-12-27 15:21:48','2020-12-27 07:21:48'),(9961,6228,'action complete via WP Cron','2020-12-27 15:21:48','2020-12-27 07:21:48'),(9962,6229,'action created','2020-12-27 15:21:49','2020-12-27 07:21:49'),(62793,23842,'action created','2021-01-27 15:22:16','2021-01-27 07:22:16'),(62792,23841,'action complete via WP Cron','2021-01-27 15:22:16','2021-01-27 07:22:16'),(62791,23841,'action started via WP Cron','2021-01-27 15:22:16','2021-01-27 07:22:16'),(9966,6229,'action started via Async Request','2020-12-27 15:22:05','2020-12-27 07:22:05'),(9967,6229,'action complete via Async Request','2020-12-27 15:22:05','2020-12-27 07:22:05'),(9968,6231,'action created','2020-12-27 15:22:13','2020-12-27 07:22:13'),(9969,6231,'action started via WP Cron','2020-12-27 15:22:51','2020-12-27 07:22:51'),(9970,6231,'action complete via WP Cron','2020-12-27 15:22:51','2020-12-27 07:22:51'),(9971,6232,'action created','2020-12-27 15:22:56','2020-12-27 07:22:56'),(9972,6232,'action started via Async Request','2020-12-27 15:23:07','2020-12-27 07:23:07'),(9973,6232,'action complete via Async Request','2020-12-27 15:23:07','2020-12-27 07:23:07'),(9974,6233,'action created','2020-12-27 15:23:25','2020-12-27 07:23:25'),(9975,6234,'action created','2020-12-27 15:23:26','2020-12-27 07:23:26'),(9976,6234,'action started via WP Cron','2020-12-27 15:24:08','2020-12-27 07:24:08'),(9977,6234,'action complete via WP Cron','2020-12-27 15:24:08','2020-12-27 07:24:08'),(9978,6233,'action started via WP Cron','2020-12-27 15:24:08','2020-12-27 07:24:08'),(9979,6233,'action complete via WP Cron','2020-12-27 15:24:08','2020-12-27 07:24:08'),(9980,6235,'action created','2020-12-27 15:24:08','2020-12-27 07:24:08'),(9981,6235,'action started via WP Cron','2020-12-27 15:24:52','2020-12-27 07:24:52'),(9982,6235,'action complete via WP Cron','2020-12-27 15:24:52','2020-12-27 07:24:52'),(9983,6236,'action created','2020-12-27 15:24:52','2020-12-27 07:24:52'),(9984,6236,'action started via Async Request','2020-12-27 15:25:17','2020-12-27 07:25:17'),(9985,6236,'action complete via Async Request','2020-12-27 15:25:17','2020-12-27 07:25:17'),(9986,6237,'action created','2020-12-27 15:25:43','2020-12-27 07:25:43'),(9987,6237,'action started via Async Request','2020-12-27 15:26:18','2020-12-27 07:26:18'),(9988,6237,'action complete via Async Request','2020-12-27 15:26:18','2020-12-27 07:26:18'),(9989,6238,'action created','2020-12-27 15:26:21','2020-12-27 07:26:21'),(9991,6238,'action started via WP Cron','2020-12-27 15:26:40','2020-12-27 07:26:40'),(9992,6238,'action complete via WP Cron','2020-12-27 15:26:40','2020-12-27 07:26:40'),(9993,6240,'action created','2020-12-27 15:26:40','2020-12-27 07:26:40'),(9996,6241,'action started via WP Cron','2020-12-27 15:29:06','2020-12-27 07:29:06'),(9995,6241,'action created','2020-12-27 15:27:00','2020-12-27 07:27:00'),(9997,6241,'action complete via WP Cron','2020-12-27 15:29:06','2020-12-27 07:29:06'),(9998,6240,'action started via WP Cron','2020-12-27 15:29:06','2020-12-27 07:29:06'),(9999,6240,'action complete via WP Cron','2020-12-27 15:29:06','2020-12-27 07:29:06'),(10000,6242,'action created','2020-12-27 15:29:06','2020-12-27 07:29:06'),(10001,6242,'action started via WP Cron','2020-12-27 15:31:38','2020-12-27 07:31:38'),(10002,6242,'action complete via WP Cron','2020-12-27 15:31:38','2020-12-27 07:31:38'),(10003,6243,'action created','2020-12-27 15:31:38','2020-12-27 07:31:38'),(10004,6243,'action started via WP Cron','2020-12-27 15:32:51','2020-12-27 07:32:51'),(10005,6243,'action complete via WP Cron','2020-12-27 15:32:51','2020-12-27 07:32:51'),(10006,6244,'action created','2020-12-27 15:32:57','2020-12-27 07:32:57'),(10007,6244,'action started via WP Cron','2020-12-27 15:33:59','2020-12-27 07:33:59'),(10008,6244,'action complete via WP Cron','2020-12-27 15:33:59','2020-12-27 07:33:59'),(10009,6245,'action created','2020-12-27 15:34:01','2020-12-27 07:34:01'),(62802,23845,'action created','2021-01-27 15:41:41','2021-01-27 07:41:41'),(10011,6245,'action started via WP Cron','2020-12-27 15:34:42','2020-12-27 07:34:42'),(10012,6245,'action complete via WP Cron','2020-12-27 15:34:42','2020-12-27 07:34:42'),(10013,6247,'action created','2020-12-27 15:34:52','2020-12-27 07:34:52'),(10014,6247,'action started via Async Request','2020-12-27 15:35:05','2020-12-27 07:35:05'),(10015,6247,'action complete via Async Request','2020-12-27 15:35:05','2020-12-27 07:35:05'),(62801,23844,'action complete via WP Cron','2021-01-27 15:36:56','2021-01-27 07:36:56'),(62800,23844,'action started via WP Cron','2021-01-27 15:36:56','2021-01-27 07:36:56'),(10018,6248,'action created','2020-12-27 15:35:09','2020-12-27 07:35:09'),(10019,6248,'action started via WP Cron','2020-12-27 15:35:42','2020-12-27 07:35:42'),(10020,6248,'action complete via WP Cron','2020-12-27 15:35:42','2020-12-27 07:35:42'),(10021,6249,'action created','2020-12-27 15:35:43','2020-12-27 07:35:43'),(10022,6250,'action created','2020-12-27 15:35:43','2020-12-27 07:35:43'),(10023,6249,'action started via Async Request','2020-12-27 15:36:11','2020-12-27 07:36:11'),(10024,6249,'action complete via Async Request','2020-12-27 15:36:11','2020-12-27 07:36:11'),(10025,6251,'action created','2020-12-27 15:36:11','2020-12-27 07:36:11'),(10026,6251,'action started via Async Request','2020-12-27 15:36:22','2020-12-27 07:36:22'),(10027,6251,'action complete via Async Request','2020-12-27 15:36:22','2020-12-27 07:36:22'),(10028,6250,'action started via Async Request','2020-12-27 15:36:22','2020-12-27 07:36:22'),(10029,6250,'action complete via Async Request','2020-12-27 15:36:22','2020-12-27 07:36:22'),(10030,6252,'action created','2020-12-27 15:36:23','2020-12-27 07:36:23'),(10031,6252,'action started via WP Cron','2020-12-27 15:37:04','2020-12-27 07:37:04'),(10032,6252,'action complete via WP Cron','2020-12-27 15:37:04','2020-12-27 07:37:04'),(10033,6253,'action created','2020-12-27 15:37:04','2020-12-27 07:37:04'),(10034,6253,'action started via WP Cron','2020-12-27 15:37:40','2020-12-27 07:37:40'),(10035,6253,'action complete via WP Cron','2020-12-27 15:37:40','2020-12-27 07:37:40'),(10036,6254,'action created','2020-12-27 15:37:41','2020-12-27 07:37:41'),(10037,6254,'action started via Async Request','2020-12-27 15:38:12','2020-12-27 07:38:12'),(10038,6254,'action complete via Async Request','2020-12-27 15:38:12','2020-12-27 07:38:12'),(10039,6255,'action created','2020-12-27 15:38:15','2020-12-27 07:38:15'),(10040,6255,'action started via WP Cron','2020-12-27 15:38:42','2020-12-27 07:38:42'),(10041,6255,'action complete via WP Cron','2020-12-27 15:38:42','2020-12-27 07:38:42'),(10042,6256,'action created','2020-12-27 15:39:05','2020-12-27 07:39:05'),(10043,6256,'action started via Async Request','2020-12-27 15:39:17','2020-12-27 07:39:17'),(10044,6256,'action complete via Async Request','2020-12-27 15:39:17','2020-12-27 07:39:17'),(10045,6257,'action created','2020-12-27 15:39:18','2020-12-27 07:39:18'),(10046,6257,'action started via WP Cron','2020-12-27 15:39:43','2020-12-27 07:39:43'),(10047,6257,'action complete via WP Cron','2020-12-27 15:39:43','2020-12-27 07:39:43'),(10048,6258,'action created','2020-12-27 15:39:43','2020-12-27 07:39:43'),(10049,6259,'action created','2020-12-27 15:39:43','2020-12-27 07:39:43'),(10050,6259,'action started via WP Cron','2020-12-27 15:40:41','2020-12-27 07:40:41'),(10051,6259,'action complete via WP Cron','2020-12-27 15:40:41','2020-12-27 07:40:41'),(10052,6258,'action started via WP Cron','2020-12-27 15:40:41','2020-12-27 07:40:41'),(10053,6258,'action complete via WP Cron','2020-12-27 15:40:41','2020-12-27 07:40:41'),(10054,6260,'action created','2020-12-27 15:40:41','2020-12-27 07:40:41'),(10055,6260,'action started via WP Cron','2020-12-27 15:41:47','2020-12-27 07:41:47'),(10056,6260,'action complete via WP Cron','2020-12-27 15:41:47','2020-12-27 07:41:47'),(10057,6261,'action created','2020-12-27 15:41:47','2020-12-27 07:41:47'),(10058,6261,'action started via WP Cron','2020-12-27 15:43:00','2020-12-27 07:43:00'),(10059,6261,'action complete via WP Cron','2020-12-27 15:43:00','2020-12-27 07:43:00'),(10060,6262,'action created','2020-12-27 15:43:37','2020-12-27 07:43:37'),(10061,6262,'action started via WP Cron','2020-12-27 15:47:38','2020-12-27 07:47:38'),(10062,6262,'action complete via WP Cron','2020-12-27 15:47:38','2020-12-27 07:47:38'),(10063,6263,'action created','2020-12-27 15:47:39','2020-12-27 07:47:39'),(10064,6263,'action started via WP Cron','2020-12-27 15:47:56','2020-12-27 07:47:56'),(10065,6263,'action complete via WP Cron','2020-12-27 15:47:56','2020-12-27 07:47:56'),(10066,6264,'action created','2020-12-27 15:47:56','2020-12-27 07:47:56'),(10067,6264,'action started via WP Cron','2020-12-27 15:55:58','2020-12-27 07:55:58'),(10068,6264,'action complete via WP Cron','2020-12-27 15:55:58','2020-12-27 07:55:58'),(10069,6265,'action created','2020-12-27 15:55:58','2020-12-27 07:55:58'),(10070,6265,'action started via WP Cron','2020-12-27 16:01:47','2020-12-27 08:01:47'),(10071,6265,'action complete via WP Cron','2020-12-27 16:01:47','2020-12-27 08:01:47'),(10072,6266,'action created','2020-12-27 16:01:47','2020-12-27 08:01:47'),(10073,6266,'action started via WP Cron','2020-12-27 16:04:12','2020-12-27 08:04:12'),(10074,6266,'action complete via WP Cron','2020-12-27 16:04:12','2020-12-27 08:04:12'),(10075,6267,'action created','2020-12-27 16:04:12','2020-12-27 08:04:12'),(10076,6267,'action started via WP Cron','2020-12-27 16:04:44','2020-12-27 08:04:44'),(10077,6267,'action complete via WP Cron','2020-12-27 16:04:44','2020-12-27 08:04:44'),(10078,6268,'action created','2020-12-27 16:04:44','2020-12-27 08:04:44'),(10079,6268,'action started via WP Cron','2020-12-27 16:08:42','2020-12-27 08:08:42'),(10080,6268,'action complete via WP Cron','2020-12-27 16:08:42','2020-12-27 08:08:42'),(10081,6269,'action created','2020-12-27 16:08:42','2020-12-27 08:08:42'),(10082,6269,'action started via WP Cron','2020-12-27 16:10:37','2020-12-27 08:10:37'),(10083,6269,'action complete via WP Cron','2020-12-27 16:10:37','2020-12-27 08:10:37'),(10084,6270,'action created','2020-12-27 16:10:37','2020-12-27 08:10:37'),(10085,6270,'action started via WP Cron','2020-12-27 16:11:37','2020-12-27 08:11:37'),(10086,6270,'action complete via WP Cron','2020-12-27 16:11:37','2020-12-27 08:11:37'),(10087,6271,'action created','2020-12-27 16:11:38','2020-12-27 08:11:38'),(10088,6271,'action started via WP Cron','2020-12-27 16:12:42','2020-12-27 08:12:42'),(10089,6271,'action complete via WP Cron','2020-12-27 16:12:42','2020-12-27 08:12:42'),(10090,6272,'action created','2020-12-27 16:12:42','2020-12-27 08:12:42'),(10091,6272,'action started via WP Cron','2020-12-27 16:14:41','2020-12-27 08:14:41'),(10092,6272,'action complete via WP Cron','2020-12-27 16:14:41','2020-12-27 08:14:41'),(10093,6273,'action created','2020-12-27 16:14:41','2020-12-27 08:14:41'),(10094,6273,'action started via WP Cron','2020-12-27 16:25:37','2020-12-27 08:25:37'),(10095,6273,'action complete via WP Cron','2020-12-27 16:25:37','2020-12-27 08:25:37'),(10096,6274,'action created','2020-12-27 16:26:51','2020-12-27 08:26:51'),(10097,6274,'action started via WP Cron','2020-12-27 16:27:42','2020-12-27 08:27:42'),(10098,6274,'action complete via WP Cron','2020-12-27 16:27:42','2020-12-27 08:27:42'),(10099,6275,'action created','2020-12-27 16:27:43','2020-12-27 08:27:43'),(10100,6275,'action started via WP Cron','2020-12-27 16:33:00','2020-12-27 08:33:00'),(10101,6275,'action complete via WP Cron','2020-12-27 16:33:00','2020-12-27 08:33:00'),(10102,6276,'action created','2020-12-27 16:33:00','2020-12-27 08:33:00'),(10103,6276,'action started via WP Cron','2020-12-27 16:34:54','2020-12-27 08:34:54'),(10104,6276,'action complete via WP Cron','2020-12-27 16:34:54','2020-12-27 08:34:54'),(10105,6277,'action created','2020-12-27 16:34:55','2020-12-27 08:34:55'),(10106,6277,'action started via WP Cron','2020-12-27 16:35:55','2020-12-27 08:35:55'),(10107,6277,'action complete via WP Cron','2020-12-27 16:35:55','2020-12-27 08:35:55'),(10108,6278,'action created','2020-12-27 16:35:55','2020-12-27 08:35:55'),(10109,6278,'action started via WP Cron','2020-12-27 16:36:56','2020-12-27 08:36:56'),(10110,6278,'action complete via WP Cron','2020-12-27 16:36:56','2020-12-27 08:36:56'),(10111,6279,'action created','2020-12-27 16:36:56','2020-12-27 08:36:56'),(10112,6279,'action started via WP Cron','2020-12-27 16:38:58','2020-12-27 08:38:58'),(10113,6279,'action complete via WP Cron','2020-12-27 16:38:58','2020-12-27 08:38:58'),(10114,6280,'action created','2020-12-27 16:38:58','2020-12-27 08:38:58'),(10115,6280,'action started via WP Cron','2020-12-27 16:39:58','2020-12-27 08:39:58'),(10116,6280,'action complete via WP Cron','2020-12-27 16:39:58','2020-12-27 08:39:58'),(10117,6281,'action created','2020-12-27 16:39:59','2020-12-27 08:39:59'),(10118,6281,'action started via WP Cron','2020-12-27 16:40:59','2020-12-27 08:40:59'),(10119,6281,'action complete via WP Cron','2020-12-27 16:40:59','2020-12-27 08:40:59'),(10120,6282,'action created','2020-12-27 16:41:00','2020-12-27 08:41:00'),(10121,6282,'action started via WP Cron','2020-12-27 16:42:35','2020-12-27 08:42:35'),(10122,6282,'action complete via WP Cron','2020-12-27 16:42:35','2020-12-27 08:42:35'),(10123,6283,'action created','2020-12-27 16:42:35','2020-12-27 08:42:35'),(10124,6283,'action started via WP Cron','2020-12-27 16:43:03','2020-12-27 08:43:03'),(10125,6283,'action complete via WP Cron','2020-12-27 16:43:03','2020-12-27 08:43:03'),(10126,6284,'action created','2020-12-27 16:43:04','2020-12-27 08:43:04'),(10127,6284,'action started via WP Cron','2020-12-27 16:44:59','2020-12-27 08:44:59'),(10128,6284,'action complete via WP Cron','2020-12-27 16:44:59','2020-12-27 08:44:59'),(10129,6285,'action created','2020-12-27 16:44:59','2020-12-27 08:44:59'),(10130,6285,'action started via Async Request','2020-12-27 16:45:26','2020-12-27 08:45:26'),(10131,6285,'action complete via Async Request','2020-12-27 16:45:26','2020-12-27 08:45:26'),(10132,6286,'action created','2020-12-27 16:45:32','2020-12-27 08:45:32'),(10133,6286,'action started via WP Cron','2020-12-27 16:45:43','2020-12-27 08:45:43'),(10134,6286,'action complete via WP Cron','2020-12-27 16:45:43','2020-12-27 08:45:43'),(10135,6287,'action created','2020-12-27 16:45:43','2020-12-27 08:45:43'),(10136,6287,'action started via WP Cron','2020-12-27 16:46:43','2020-12-27 08:46:43'),(10137,6287,'action complete via WP Cron','2020-12-27 16:46:43','2020-12-27 08:46:43'),(10138,6288,'action created','2020-12-27 16:46:54','2020-12-27 08:46:54'),(10139,6289,'action created','2020-12-27 16:47:35','2020-12-27 08:47:35'),(10140,6288,'action started via WP Cron','2020-12-27 16:47:41','2020-12-27 08:47:41'),(10141,6288,'action complete via WP Cron','2020-12-27 16:47:41','2020-12-27 08:47:41'),(10142,6290,'action created','2020-12-27 16:47:41','2020-12-27 08:47:41'),(62847,23860,'action created','2021-01-27 16:53:55','2021-01-27 08:53:55'),(10144,6290,'action started via Async Request','2020-12-27 16:47:58','2020-12-27 08:47:58'),(10145,6290,'action complete via Async Request','2020-12-27 16:47:58','2020-12-27 08:47:58'),(10146,6292,'action created','2020-12-27 16:48:01','2020-12-27 08:48:01'),(10147,6292,'action started via WP Cron','2020-12-27 16:48:41','2020-12-27 08:48:41'),(10148,6292,'action complete via WP Cron','2020-12-27 16:48:41','2020-12-27 08:48:41'),(10149,6289,'action started via WP Cron','2020-12-27 16:48:41','2020-12-27 08:48:41'),(10150,6289,'action complete via WP Cron','2020-12-27 16:48:41','2020-12-27 08:48:41'),(10151,6293,'action created','2020-12-27 16:48:41','2020-12-27 08:48:41'),(10152,6293,'action started via Async Request','2020-12-27 16:48:59','2020-12-27 08:48:59'),(10153,6293,'action complete via Async Request','2020-12-27 16:48:59','2020-12-27 08:48:59'),(62846,23859,'action complete via WP Cron','2021-01-27 16:53:55','2021-01-27 08:53:55'),(62845,23859,'action started via WP Cron','2021-01-27 16:53:55','2021-01-27 08:53:55'),(10156,6294,'action created','2020-12-27 16:49:05','2020-12-27 08:49:05'),(10157,6294,'action started via WP Cron','2020-12-27 16:49:54','2020-12-27 08:49:54'),(10158,6294,'action complete via WP Cron','2020-12-27 16:49:54','2020-12-27 08:49:54'),(10159,6295,'action created','2020-12-27 16:49:58','2020-12-27 08:49:58'),(10160,6295,'action started via WP Cron','2020-12-27 16:51:08','2020-12-27 08:51:08'),(10161,6295,'action complete via WP Cron','2020-12-27 16:51:08','2020-12-27 08:51:08'),(10162,6296,'action created','2020-12-27 16:51:08','2020-12-27 08:51:08'),(10163,6296,'action started via WP Cron','2020-12-27 16:52:53','2020-12-27 08:52:53'),(10164,6296,'action complete via WP Cron','2020-12-27 16:52:53','2020-12-27 08:52:53'),(10165,6297,'action created','2020-12-27 16:52:53','2020-12-27 08:52:53'),(10166,6297,'action started via WP Cron','2020-12-27 16:55:21','2020-12-27 08:55:21'),(10167,6297,'action complete via WP Cron','2020-12-27 16:55:21','2020-12-27 08:55:21'),(10168,6298,'action created','2020-12-27 16:55:21','2020-12-27 08:55:21'),(10169,6298,'action started via WP Cron','2020-12-27 16:57:18','2020-12-27 08:57:18'),(10170,6298,'action complete via WP Cron','2020-12-27 16:57:18','2020-12-27 08:57:18'),(10171,6299,'action created','2020-12-27 17:00:09','2020-12-27 09:00:09'),(10172,6299,'action started via WP Cron','2020-12-27 17:01:05','2020-12-27 09:01:05'),(10173,6299,'action complete via WP Cron','2020-12-27 17:01:05','2020-12-27 09:01:05'),(10174,6300,'action created','2020-12-27 17:01:05','2020-12-27 09:01:05'),(10175,6300,'action started via WP Cron','2020-12-27 17:01:41','2020-12-27 09:01:41'),(10176,6300,'action complete via WP Cron','2020-12-27 17:01:42','2020-12-27 09:01:42'),(10177,6301,'action created','2020-12-27 17:01:42','2020-12-27 09:01:42'),(10178,6301,'action started via WP Cron','2020-12-27 17:02:45','2020-12-27 09:02:45'),(10179,6301,'action complete via WP Cron','2020-12-27 17:02:45','2020-12-27 09:02:45'),(10180,6302,'action created','2020-12-27 17:02:50','2020-12-27 09:02:50'),(10181,6302,'action started via WP Cron','2020-12-27 17:12:44','2020-12-27 09:12:44'),(10182,6302,'action complete via WP Cron','2020-12-27 17:12:44','2020-12-27 09:12:44'),(10183,6303,'action created','2020-12-27 17:12:44','2020-12-27 09:12:44'),(10184,6303,'action started via WP Cron','2020-12-27 17:14:39','2020-12-27 09:14:39'),(10185,6303,'action complete via WP Cron','2020-12-27 17:14:39','2020-12-27 09:14:39'),(10186,6304,'action created','2020-12-27 17:14:39','2020-12-27 09:14:39'),(10187,6304,'action started via WP Cron','2020-12-27 17:16:41','2020-12-27 09:16:41'),(10188,6304,'action complete via WP Cron','2020-12-27 17:16:41','2020-12-27 09:16:41'),(10189,6305,'action created','2020-12-27 17:16:41','2020-12-27 09:16:41'),(10190,6305,'action started via WP Cron','2020-12-27 17:17:42','2020-12-27 09:17:42'),(10191,6305,'action complete via WP Cron','2020-12-27 17:17:42','2020-12-27 09:17:42'),(10192,6306,'action created','2020-12-27 17:17:43','2020-12-27 09:17:43'),(10193,6306,'action started via WP Cron','2020-12-27 17:18:43','2020-12-27 09:18:43'),(10194,6306,'action complete via WP Cron','2020-12-27 17:18:43','2020-12-27 09:18:43'),(10195,6307,'action created','2020-12-27 17:18:43','2020-12-27 09:18:43'),(10196,6307,'action started via WP Cron','2020-12-27 17:26:47','2020-12-27 09:26:47'),(10197,6307,'action complete via WP Cron','2020-12-27 17:26:47','2020-12-27 09:26:47'),(10198,6308,'action created','2020-12-27 17:26:47','2020-12-27 09:26:47'),(10199,6308,'action started via WP Cron','2020-12-27 17:29:07','2020-12-27 09:29:07'),(10200,6308,'action complete via WP Cron','2020-12-27 17:29:07','2020-12-27 09:29:07'),(10201,6309,'action created','2020-12-27 17:29:07','2020-12-27 09:29:07'),(10202,6309,'action started via WP Cron','2020-12-27 17:31:00','2020-12-27 09:31:00'),(10203,6309,'action complete via WP Cron','2020-12-27 17:31:00','2020-12-27 09:31:00'),(10204,6310,'action created','2020-12-27 17:31:00','2020-12-27 09:31:00'),(10205,6310,'action started via WP Cron','2020-12-27 17:34:04','2020-12-27 09:34:04'),(10206,6310,'action complete via WP Cron','2020-12-27 17:34:04','2020-12-27 09:34:04'),(10207,6311,'action created','2020-12-27 17:34:04','2020-12-27 09:34:04'),(10208,6311,'action started via WP Cron','2020-12-27 17:43:35','2020-12-27 09:43:35'),(10209,6311,'action complete via WP Cron','2020-12-27 17:43:35','2020-12-27 09:43:35'),(10210,6312,'action created','2020-12-27 17:43:35','2020-12-27 09:43:35'),(10211,6312,'action started via WP Cron','2020-12-27 17:44:36','2020-12-27 09:44:36'),(10212,6312,'action complete via WP Cron','2020-12-27 17:44:36','2020-12-27 09:44:36'),(10213,6313,'action created','2020-12-27 17:44:36','2020-12-27 09:44:36'),(10214,6313,'action started via WP Cron','2020-12-27 17:45:23','2020-12-27 09:45:23'),(10215,6313,'action complete via WP Cron','2020-12-27 17:45:23','2020-12-27 09:45:23'),(10216,6314,'action created','2020-12-27 17:45:23','2020-12-27 09:45:23'),(10217,6314,'action started via WP Cron','2020-12-27 17:47:08','2020-12-27 09:47:08'),(10218,6314,'action complete via WP Cron','2020-12-27 17:47:08','2020-12-27 09:47:08'),(10219,6315,'action created','2020-12-27 17:47:08','2020-12-27 09:47:08'),(10220,6315,'action started via WP Cron','2020-12-27 17:48:09','2020-12-27 09:48:09'),(10221,6315,'action complete via WP Cron','2020-12-27 17:48:09','2020-12-27 09:48:09'),(10222,6316,'action created','2020-12-27 17:48:09','2020-12-27 09:48:09'),(10223,6316,'action started via WP Cron','2020-12-27 17:49:09','2020-12-27 09:49:09'),(10224,6316,'action complete via WP Cron','2020-12-27 17:49:09','2020-12-27 09:49:09'),(10225,6317,'action created','2020-12-27 17:49:10','2020-12-27 09:49:10'),(10226,6317,'action started via WP Cron','2020-12-27 17:50:05','2020-12-27 09:50:05'),(10227,6317,'action complete via WP Cron','2020-12-27 17:50:05','2020-12-27 09:50:05'),(10228,6318,'action created','2020-12-27 17:50:05','2020-12-27 09:50:05'),(10229,6318,'action started via WP Cron','2020-12-27 17:51:46','2020-12-27 09:51:46'),(10230,6318,'action complete via WP Cron','2020-12-27 17:51:46','2020-12-27 09:51:46'),(10231,6319,'action created','2020-12-27 17:51:46','2020-12-27 09:51:46'),(10232,6319,'action started via WP Cron','2020-12-27 17:52:48','2020-12-27 09:52:48'),(10233,6319,'action complete via WP Cron','2020-12-27 17:52:48','2020-12-27 09:52:48'),(10234,6320,'action created','2020-12-27 17:52:49','2020-12-27 09:52:49'),(10235,6320,'action started via WP Cron','2020-12-27 17:53:53','2020-12-27 09:53:53'),(10236,6320,'action complete via WP Cron','2020-12-27 17:53:53','2020-12-27 09:53:53'),(10237,6321,'action created','2020-12-27 17:55:59','2020-12-27 09:55:59'),(10238,6321,'action started via WP Cron','2020-12-27 17:56:56','2020-12-27 09:56:56'),(10239,6321,'action complete via WP Cron','2020-12-27 17:56:56','2020-12-27 09:56:56'),(10240,6322,'action created','2020-12-27 17:56:56','2020-12-27 09:56:56'),(10241,6322,'action started via WP Cron','2020-12-27 17:59:18','2020-12-27 09:59:18'),(10242,6322,'action complete via WP Cron','2020-12-27 17:59:18','2020-12-27 09:59:18'),(10243,6323,'action created','2020-12-27 17:59:18','2020-12-27 09:59:18'),(10244,6323,'action started via WP Cron','2020-12-27 18:01:55','2020-12-27 10:01:55'),(10245,6323,'action complete via WP Cron','2020-12-27 18:01:55','2020-12-27 10:01:55'),(10246,6324,'action created','2020-12-27 18:08:05','2020-12-27 10:08:05'),(10247,6324,'action started via WP Cron','2020-12-27 18:09:08','2020-12-27 10:09:08'),(10248,6324,'action complete via WP Cron','2020-12-27 18:09:08','2020-12-27 10:09:08'),(10249,6325,'action created','2020-12-27 18:09:08','2020-12-27 10:09:08'),(10250,6325,'action started via WP Cron','2020-12-27 18:09:43','2020-12-27 10:09:43'),(10251,6325,'action complete via WP Cron','2020-12-27 18:09:43','2020-12-27 10:09:43'),(10252,6326,'action created','2020-12-27 18:09:46','2020-12-27 10:09:46'),(10253,6326,'action started via Async Request','2020-12-27 18:10:10','2020-12-27 10:10:10'),(10254,6326,'action complete via Async Request','2020-12-27 18:10:10','2020-12-27 10:10:10'),(10255,6327,'action created','2020-12-27 18:10:15','2020-12-27 10:10:15'),(10256,6327,'action started via WP Cron','2020-12-27 18:10:46','2020-12-27 10:10:46'),(10257,6327,'action complete via WP Cron','2020-12-27 18:10:46','2020-12-27 10:10:46'),(10258,6328,'action created','2020-12-27 18:12:42','2020-12-27 10:12:42'),(10259,6329,'action created','2020-12-27 18:12:42','2020-12-27 10:12:42'),(10260,6329,'action started via Async Request','2020-12-27 18:13:37','2020-12-27 10:13:37'),(10261,6329,'action complete via Async Request','2020-12-27 18:13:37','2020-12-27 10:13:37'),(10262,6328,'action started via Async Request','2020-12-27 18:13:37','2020-12-27 10:13:37'),(10263,6328,'action complete via Async Request','2020-12-27 18:13:37','2020-12-27 10:13:37'),(10264,6330,'action created','2020-12-27 18:13:52','2020-12-27 10:13:52'),(10265,6331,'action created','2020-12-27 18:14:05','2020-12-27 10:14:05'),(10266,6331,'action started via WP Cron','2020-12-27 18:14:50','2020-12-27 10:14:50'),(10267,6331,'action complete via WP Cron','2020-12-27 18:14:50','2020-12-27 10:14:50'),(10268,6330,'action started via WP Cron','2020-12-27 18:14:50','2020-12-27 10:14:50'),(10269,6330,'action complete via WP Cron','2020-12-27 18:14:50','2020-12-27 10:14:50'),(10270,6332,'action created','2020-12-27 18:14:50','2020-12-27 10:14:50'),(10271,6332,'action started via WP Cron','2020-12-27 18:15:41','2020-12-27 10:15:41'),(10272,6332,'action complete via WP Cron','2020-12-27 18:15:41','2020-12-27 10:15:41'),(10273,6333,'action created','2020-12-27 18:16:01','2020-12-27 10:16:01'),(10274,6334,'action created','2020-12-27 18:16:01','2020-12-27 10:16:01'),(10275,6334,'action started via WP Cron','2020-12-27 18:18:36','2020-12-27 10:18:36'),(10276,6334,'action complete via WP Cron','2020-12-27 18:18:36','2020-12-27 10:18:36'),(10277,6333,'action started via WP Cron','2020-12-27 18:18:36','2020-12-27 10:18:36'),(10278,6333,'action complete via WP Cron','2020-12-27 18:18:36','2020-12-27 10:18:36'),(10279,6335,'action created','2020-12-27 18:18:36','2020-12-27 10:18:36'),(10280,6335,'action started via WP Cron','2020-12-27 18:19:43','2020-12-27 10:19:43'),(10281,6335,'action complete via WP Cron','2020-12-27 18:19:43','2020-12-27 10:19:43'),(10282,6336,'action created','2020-12-27 18:19:43','2020-12-27 10:19:43'),(10283,6336,'action started via WP Cron','2020-12-27 18:20:44','2020-12-27 10:20:44'),(10284,6336,'action complete via WP Cron','2020-12-27 18:20:44','2020-12-27 10:20:44'),(10285,6337,'action created','2020-12-27 18:20:44','2020-12-27 10:20:44'),(10286,6337,'action started via WP Cron','2020-12-27 18:22:46','2020-12-27 10:22:46'),(10287,6337,'action complete via WP Cron','2020-12-27 18:22:46','2020-12-27 10:22:46'),(10288,6338,'action created','2020-12-27 18:22:46','2020-12-27 10:22:46'),(10289,6338,'action started via WP Cron','2020-12-27 18:23:47','2020-12-27 10:23:47'),(10290,6338,'action complete via WP Cron','2020-12-27 18:23:47','2020-12-27 10:23:47'),(10291,6339,'action created','2020-12-27 18:23:47','2020-12-27 10:23:47'),(10292,6339,'action started via WP Cron','2020-12-27 18:26:11','2020-12-27 10:26:11'),(10293,6339,'action complete via WP Cron','2020-12-27 18:26:11','2020-12-27 10:26:11'),(10294,6340,'action created','2020-12-27 18:26:11','2020-12-27 10:26:11'),(10295,6340,'action started via WP Cron','2020-12-27 18:27:38','2020-12-27 10:27:38'),(10296,6340,'action complete via WP Cron','2020-12-27 18:27:38','2020-12-27 10:27:38'),(10297,6341,'action created','2020-12-27 18:27:38','2020-12-27 10:27:38'),(10298,6341,'action started via WP Cron','2020-12-27 18:28:40','2020-12-27 10:28:40'),(10299,6341,'action complete via WP Cron','2020-12-27 18:28:40','2020-12-27 10:28:40'),(10300,6342,'action created','2020-12-27 18:28:40','2020-12-27 10:28:40'),(10301,6342,'action started via WP Cron','2020-12-27 18:29:41','2020-12-27 10:29:41'),(10302,6342,'action complete via WP Cron','2020-12-27 18:29:41','2020-12-27 10:29:41'),(10303,6343,'action created','2020-12-27 18:32:11','2020-12-27 10:32:11'),(10304,6343,'action started via WP Cron','2020-12-27 18:33:10','2020-12-27 10:33:10'),(10305,6343,'action complete via WP Cron','2020-12-27 18:33:10','2020-12-27 10:33:10'),(10306,6344,'action created','2020-12-27 18:33:10','2020-12-27 10:33:10'),(10307,6344,'action started via WP Cron','2020-12-27 18:34:10','2020-12-27 10:34:10'),(10308,6344,'action complete via WP Cron','2020-12-27 18:34:10','2020-12-27 10:34:10'),(10309,6345,'action created','2020-12-27 18:34:10','2020-12-27 10:34:10'),(10310,6345,'action started via WP Cron','2020-12-27 18:35:51','2020-12-27 10:35:51'),(10311,6345,'action complete via WP Cron','2020-12-27 18:35:51','2020-12-27 10:35:51'),(10312,6346,'action created','2020-12-27 18:35:51','2020-12-27 10:35:51'),(10313,6346,'action started via WP Cron','2020-12-27 18:38:29','2020-12-27 10:38:29'),(10314,6346,'action complete via WP Cron','2020-12-27 18:38:29','2020-12-27 10:38:29'),(10315,6347,'action created','2020-12-27 18:38:29','2020-12-27 10:38:29'),(10316,6347,'action started via WP Cron','2020-12-27 18:39:59','2020-12-27 10:39:59'),(10317,6347,'action complete via WP Cron','2020-12-27 18:39:59','2020-12-27 10:39:59'),(10318,6348,'action created','2020-12-27 18:39:59','2020-12-27 10:39:59'),(10319,6348,'action started via WP Cron','2020-12-27 18:42:00','2020-12-27 10:42:00'),(10320,6348,'action complete via WP Cron','2020-12-27 18:42:00','2020-12-27 10:42:00'),(10321,6349,'action created','2020-12-27 18:42:01','2020-12-27 10:42:01'),(10322,6349,'action started via WP Cron','2020-12-27 18:43:02','2020-12-27 10:43:02'),(10323,6349,'action complete via WP Cron','2020-12-27 18:43:02','2020-12-27 10:43:02'),(10324,6350,'action created','2020-12-27 18:43:02','2020-12-27 10:43:02'),(10325,6350,'action started via WP Cron','2020-12-27 18:44:02','2020-12-27 10:44:02'),(10326,6350,'action complete via WP Cron','2020-12-27 18:44:02','2020-12-27 10:44:02'),(10327,6351,'action created','2020-12-27 18:44:02','2020-12-27 10:44:02'),(10328,6351,'action started via WP Cron','2020-12-27 18:45:35','2020-12-27 10:45:35'),(10329,6351,'action complete via WP Cron','2020-12-27 18:45:35','2020-12-27 10:45:35'),(10330,6352,'action created','2020-12-27 18:45:35','2020-12-27 10:45:35'),(10331,6352,'action started via WP Cron','2020-12-27 18:48:46','2020-12-27 10:48:46'),(10332,6352,'action complete via WP Cron','2020-12-27 18:48:46','2020-12-27 10:48:46'),(10333,6353,'action created','2020-12-27 18:48:46','2020-12-27 10:48:46'),(10334,6353,'action started via WP Cron','2020-12-27 18:50:10','2020-12-27 10:50:10'),(10335,6353,'action complete via WP Cron','2020-12-27 18:50:10','2020-12-27 10:50:10'),(10336,6354,'action created','2020-12-27 18:50:10','2020-12-27 10:50:10'),(10337,6354,'action started via WP Cron','2020-12-27 18:50:41','2020-12-27 10:50:41'),(10338,6354,'action complete via WP Cron','2020-12-27 18:50:41','2020-12-27 10:50:41'),(10339,6355,'action created','2020-12-27 18:50:41','2020-12-27 10:50:41'),(10340,6355,'action started via WP Cron','2020-12-27 18:52:11','2020-12-27 10:52:11'),(10341,6355,'action complete via WP Cron','2020-12-27 18:52:11','2020-12-27 10:52:11'),(10342,6356,'action created','2020-12-27 18:52:11','2020-12-27 10:52:11'),(10343,6356,'action started via WP Cron','2020-12-27 18:53:12','2020-12-27 10:53:12'),(10344,6356,'action complete via WP Cron','2020-12-27 18:53:12','2020-12-27 10:53:12'),(10345,6357,'action created','2020-12-27 18:53:12','2020-12-27 10:53:12'),(10346,6357,'action started via WP Cron','2020-12-27 18:55:14','2020-12-27 10:55:14'),(10347,6357,'action complete via WP Cron','2020-12-27 18:55:14','2020-12-27 10:55:14'),(10348,6358,'action created','2020-12-27 18:55:14','2020-12-27 10:55:14'),(10349,6358,'action started via WP Cron','2020-12-27 19:10:11','2020-12-27 11:10:11'),(10350,6358,'action complete via WP Cron','2020-12-27 19:10:11','2020-12-27 11:10:11'),(10351,6359,'action created','2020-12-27 19:10:11','2020-12-27 11:10:11'),(10352,6359,'action started via WP Cron','2020-12-27 19:10:50','2020-12-27 11:10:50'),(10353,6359,'action complete via WP Cron','2020-12-27 19:10:50','2020-12-27 11:10:50'),(10354,6360,'action created','2020-12-27 19:10:50','2020-12-27 11:10:50'),(10355,6360,'action started via WP Cron','2020-12-27 19:17:42','2020-12-27 11:17:42'),(10356,6360,'action complete via WP Cron','2020-12-27 19:17:42','2020-12-27 11:17:42'),(10357,6361,'action created','2020-12-27 19:17:42','2020-12-27 11:17:42'),(10358,6361,'action started via Async Request','2020-12-27 19:18:53','2020-12-27 11:18:53'),(10359,6361,'action complete via Async Request','2020-12-27 19:18:53','2020-12-27 11:18:53'),(10360,6362,'action created','2020-12-27 19:18:54','2020-12-27 11:18:54'),(10361,6362,'action started via WP Cron','2020-12-27 19:24:09','2020-12-27 11:24:09'),(10362,6362,'action complete via WP Cron','2020-12-27 19:24:09','2020-12-27 11:24:09'),(10363,6363,'action created','2020-12-27 19:24:09','2020-12-27 11:24:09'),(10364,6363,'action started via WP Cron','2020-12-27 19:24:47','2020-12-27 11:24:47'),(10365,6363,'action complete via WP Cron','2020-12-27 19:24:47','2020-12-27 11:24:47'),(10366,6364,'action created','2020-12-27 19:24:47','2020-12-27 11:24:47'),(10367,6364,'action started via WP Cron','2020-12-27 19:25:48','2020-12-27 11:25:48'),(10368,6364,'action complete via WP Cron','2020-12-27 19:25:48','2020-12-27 11:25:48'),(10369,6365,'action created','2020-12-27 19:25:48','2020-12-27 11:25:48'),(10370,6365,'action started via WP Cron','2020-12-27 19:26:49','2020-12-27 11:26:49'),(10371,6365,'action complete via WP Cron','2020-12-27 19:26:49','2020-12-27 11:26:49'),(10372,6366,'action created','2020-12-27 19:26:49','2020-12-27 11:26:49'),(10373,6366,'action started via WP Cron','2020-12-27 19:27:50','2020-12-27 11:27:50'),(10374,6366,'action complete via WP Cron','2020-12-27 19:27:50','2020-12-27 11:27:50'),(10375,6367,'action created','2020-12-27 19:27:50','2020-12-27 11:27:50'),(10376,6367,'action started via WP Cron','2020-12-27 19:29:46','2020-12-27 11:29:46'),(10377,6367,'action complete via WP Cron','2020-12-27 19:29:46','2020-12-27 11:29:46'),(10378,6368,'action created','2020-12-27 19:29:46','2020-12-27 11:29:46'),(10379,6368,'action started via WP Cron','2020-12-27 19:30:51','2020-12-27 11:30:51'),(10380,6368,'action complete via WP Cron','2020-12-27 19:30:51','2020-12-27 11:30:51'),(10381,6369,'action created','2020-12-27 19:30:51','2020-12-27 11:30:51'),(10382,6369,'action started via WP Cron','2020-12-27 19:31:52','2020-12-27 11:31:52'),(10383,6369,'action complete via WP Cron','2020-12-27 19:31:52','2020-12-27 11:31:52'),(10384,6370,'action created','2020-12-27 19:31:53','2020-12-27 11:31:53'),(10385,6370,'action started via WP Cron','2020-12-27 19:35:04','2020-12-27 11:35:04'),(10386,6370,'action complete via WP Cron','2020-12-27 19:35:04','2020-12-27 11:35:04'),(10387,6371,'action created','2020-12-27 19:35:04','2020-12-27 11:35:04'),(10388,6371,'action started via WP Cron','2020-12-27 19:43:43','2020-12-27 11:43:43'),(10389,6371,'action complete via WP Cron','2020-12-27 19:43:43','2020-12-27 11:43:43'),(10390,6372,'action created','2020-12-27 19:43:43','2020-12-27 11:43:43'),(10391,6372,'action started via WP Cron','2020-12-27 19:44:44','2020-12-27 11:44:44'),(10392,6372,'action complete via WP Cron','2020-12-27 19:44:44','2020-12-27 11:44:44'),(10393,6373,'action created','2020-12-27 19:44:44','2020-12-27 11:44:44'),(10394,6373,'action started via WP Cron','2020-12-27 19:45:45','2020-12-27 11:45:45'),(10395,6373,'action complete via WP Cron','2020-12-27 19:45:45','2020-12-27 11:45:45'),(10396,6374,'action created','2020-12-27 19:45:45','2020-12-27 11:45:45'),(10397,6374,'action started via WP Cron','2020-12-27 19:47:47','2020-12-27 11:47:47'),(10398,6374,'action complete via WP Cron','2020-12-27 19:47:47','2020-12-27 11:47:47'),(10399,6375,'action created','2020-12-27 19:47:47','2020-12-27 11:47:47'),(10400,6375,'action started via WP Cron','2020-12-27 19:48:48','2020-12-27 11:48:48'),(10401,6375,'action complete via WP Cron','2020-12-27 19:48:48','2020-12-27 11:48:48'),(10402,6376,'action created','2020-12-27 19:48:48','2020-12-27 11:48:48'),(10403,6376,'action started via WP Cron','2020-12-27 19:50:38','2020-12-27 11:50:38'),(10404,6376,'action complete via WP Cron','2020-12-27 19:50:38','2020-12-27 11:50:38'),(10405,6377,'action created','2020-12-27 19:50:38','2020-12-27 11:50:38'),(10406,6377,'action started via WP Cron','2020-12-27 19:51:41','2020-12-27 11:51:41'),(10407,6377,'action complete via WP Cron','2020-12-27 19:51:41','2020-12-27 11:51:41'),(10408,6378,'action created','2020-12-27 19:51:41','2020-12-27 11:51:41'),(10409,6378,'action started via WP Cron','2020-12-27 19:52:42','2020-12-27 11:52:42'),(10410,6378,'action complete via WP Cron','2020-12-27 19:52:42','2020-12-27 11:52:42'),(10411,6379,'action created','2020-12-27 19:52:42','2020-12-27 11:52:42'),(10412,6379,'action started via WP Cron','2020-12-27 19:53:43','2020-12-27 11:53:43'),(10413,6379,'action complete via WP Cron','2020-12-27 19:53:43','2020-12-27 11:53:43'),(10414,6380,'action created','2020-12-27 19:53:43','2020-12-27 11:53:43'),(10415,6380,'action started via WP Cron','2020-12-27 19:55:18','2020-12-27 11:55:18'),(10416,6380,'action complete via WP Cron','2020-12-27 19:55:18','2020-12-27 11:55:18'),(10417,6381,'action created','2020-12-27 19:55:18','2020-12-27 11:55:18'),(10418,6381,'action started via WP Cron','2020-12-27 19:56:17','2020-12-27 11:56:17'),(10419,6381,'action complete via WP Cron','2020-12-27 19:56:17','2020-12-27 11:56:17'),(10420,6382,'action created','2020-12-27 19:56:17','2020-12-27 11:56:17'),(10421,6382,'action started via WP Cron','2020-12-27 19:57:20','2020-12-27 11:57:20'),(10422,6382,'action complete via WP Cron','2020-12-27 19:57:20','2020-12-27 11:57:20'),(10423,6383,'action created','2020-12-27 19:57:20','2020-12-27 11:57:20'),(10424,6383,'action started via WP Cron','2020-12-27 19:58:10','2020-12-27 11:58:10'),(10425,6383,'action complete via WP Cron','2020-12-27 19:58:10','2020-12-27 11:58:10'),(10426,6384,'action created','2020-12-27 19:58:10','2020-12-27 11:58:10'),(10427,6384,'action started via WP Cron','2020-12-27 19:59:22','2020-12-27 11:59:22'),(10428,6384,'action complete via WP Cron','2020-12-27 19:59:22','2020-12-27 11:59:22'),(10429,6385,'action created','2020-12-27 19:59:22','2020-12-27 11:59:22'),(10430,6385,'action started via WP Cron','2020-12-27 20:01:26','2020-12-27 12:01:26'),(10431,6385,'action complete via WP Cron','2020-12-27 20:01:26','2020-12-27 12:01:26'),(10432,6386,'action created','2020-12-27 20:01:26','2020-12-27 12:01:26'),(10433,6386,'action started via WP Cron','2020-12-27 20:10:22','2020-12-27 12:10:22'),(10434,6386,'action complete via WP Cron','2020-12-27 20:10:22','2020-12-27 12:10:22'),(10435,6387,'action created','2020-12-27 20:10:22','2020-12-27 12:10:22'),(10436,6387,'action started via WP Cron','2020-12-27 20:10:41','2020-12-27 12:10:41'),(10437,6387,'action complete via WP Cron','2020-12-27 20:10:41','2020-12-27 12:10:41'),(10438,6388,'action created','2020-12-27 20:10:41','2020-12-27 12:10:41'),(10439,6388,'action started via WP Cron','2020-12-27 20:13:27','2020-12-27 12:13:27'),(10440,6388,'action complete via WP Cron','2020-12-27 20:13:27','2020-12-27 12:13:27'),(10441,6389,'action created','2020-12-27 20:13:27','2020-12-27 12:13:27'),(10442,6389,'action started via WP Cron','2020-12-27 20:14:35','2020-12-27 12:14:35'),(10443,6389,'action complete via WP Cron','2020-12-27 20:14:35','2020-12-27 12:14:35'),(10444,6390,'action created','2020-12-27 20:14:35','2020-12-27 12:14:35'),(10445,6390,'action started via WP Cron','2020-12-27 20:15:36','2020-12-27 12:15:36'),(10446,6390,'action complete via WP Cron','2020-12-27 20:15:36','2020-12-27 12:15:36'),(10447,6391,'action created','2020-12-27 20:15:36','2020-12-27 12:15:36'),(10448,6391,'action started via WP Cron','2020-12-27 20:17:38','2020-12-27 12:17:38'),(10449,6391,'action complete via WP Cron','2020-12-27 20:17:38','2020-12-27 12:17:38'),(10450,6392,'action created','2020-12-27 20:17:38','2020-12-27 12:17:38'),(10451,6392,'action started via WP Cron','2020-12-27 20:18:39','2020-12-27 12:18:39'),(10452,6392,'action complete via WP Cron','2020-12-27 20:18:39','2020-12-27 12:18:39'),(10453,6393,'action created','2020-12-27 20:18:39','2020-12-27 12:18:39'),(10454,6393,'action started via WP Cron','2020-12-27 20:19:40','2020-12-27 12:19:40'),(10455,6393,'action complete via WP Cron','2020-12-27 20:19:40','2020-12-27 12:19:40'),(10456,6394,'action created','2020-12-27 20:19:40','2020-12-27 12:19:40'),(10457,6394,'action started via WP Cron','2020-12-27 20:21:21','2020-12-27 12:21:21'),(10458,6394,'action complete via WP Cron','2020-12-27 20:21:21','2020-12-27 12:21:21'),(10459,6395,'action created','2020-12-27 20:21:21','2020-12-27 12:21:21'),(10460,6395,'action started via WP Cron','2020-12-27 20:28:19','2020-12-27 12:28:19'),(10461,6395,'action complete via WP Cron','2020-12-27 20:28:19','2020-12-27 12:28:19'),(10462,6396,'action created','2020-12-27 20:28:19','2020-12-27 12:28:19'),(10463,6396,'action started via WP Cron','2020-12-27 20:29:08','2020-12-27 12:29:08'),(10464,6396,'action complete via WP Cron','2020-12-27 20:29:08','2020-12-27 12:29:08'),(10465,6397,'action created','2020-12-27 20:29:08','2020-12-27 12:29:08'),(10466,6397,'action started via WP Cron','2020-12-27 20:29:43','2020-12-27 12:29:43'),(10467,6397,'action complete via WP Cron','2020-12-27 20:29:43','2020-12-27 12:29:43'),(10468,6398,'action created','2020-12-27 20:29:43','2020-12-27 12:29:43'),(10469,6398,'action started via Async Request','2020-12-27 20:30:11','2020-12-27 12:30:11'),(10470,6398,'action complete via Async Request','2020-12-27 20:30:11','2020-12-27 12:30:11'),(10471,6399,'action created','2020-12-27 20:30:13','2020-12-27 12:30:13'),(10472,6399,'action started via WP Cron','2020-12-27 20:31:36','2020-12-27 12:31:36'),(10473,6399,'action complete via WP Cron','2020-12-27 20:31:36','2020-12-27 12:31:36'),(10474,6400,'action created','2020-12-27 20:31:59','2020-12-27 12:31:59'),(10475,6400,'action started via WP Cron','2020-12-27 20:32:53','2020-12-27 12:32:53'),(10476,6400,'action complete via WP Cron','2020-12-27 20:32:53','2020-12-27 12:32:53'),(10477,6401,'action created','2020-12-27 20:32:53','2020-12-27 12:32:53'),(10478,6401,'action started via Async Request','2020-12-27 20:33:36','2020-12-27 12:33:36'),(10479,6401,'action complete via Async Request','2020-12-27 20:33:36','2020-12-27 12:33:36'),(10480,6402,'action created','2020-12-27 20:34:07','2020-12-27 12:34:07'),(10481,6402,'action started via WP Cron','2020-12-27 20:35:31','2020-12-27 12:35:31'),(10482,6402,'action complete via WP Cron','2020-12-27 20:35:31','2020-12-27 12:35:31'),(10483,6403,'action created','2020-12-27 20:35:31','2020-12-27 12:35:31'),(10484,6403,'action started via WP Cron','2020-12-27 20:35:44','2020-12-27 12:35:44'),(10485,6403,'action complete via WP Cron','2020-12-27 20:35:44','2020-12-27 12:35:44'),(10486,6404,'action created','2020-12-27 20:35:52','2020-12-27 12:35:52'),(10487,6404,'action started via WP Cron','2020-12-27 20:36:43','2020-12-27 12:36:43'),(10488,6404,'action complete via WP Cron','2020-12-27 20:36:43','2020-12-27 12:36:43'),(10489,6405,'action created','2020-12-27 20:36:43','2020-12-27 12:36:43'),(10490,6405,'action started via WP Cron','2020-12-27 20:37:47','2020-12-27 12:37:47'),(10491,6405,'action complete via WP Cron','2020-12-27 20:37:47','2020-12-27 12:37:47'),(10492,6406,'action created','2020-12-27 20:38:27','2020-12-27 12:38:27'),(10493,6406,'action started via WP Cron','2020-12-27 20:38:40','2020-12-27 12:38:40'),(10494,6406,'action complete via WP Cron','2020-12-27 20:38:40','2020-12-27 12:38:40'),(10495,6407,'action created','2020-12-27 20:39:03','2020-12-27 12:39:03'),(10496,6407,'action started via WP Cron','2020-12-27 20:39:43','2020-12-27 12:39:43'),(10497,6407,'action complete via WP Cron','2020-12-27 20:39:43','2020-12-27 12:39:43'),(10498,6408,'action created','2020-12-27 20:39:43','2020-12-27 12:39:43'),(10499,6408,'action started via Async Request','2020-12-27 20:40:00','2020-12-27 12:40:00'),(10500,6408,'action complete via Async Request','2020-12-27 20:40:00','2020-12-27 12:40:00'),(10501,6409,'action created','2020-12-27 20:40:01','2020-12-27 12:40:01'),(10502,6409,'action started via WP Cron','2020-12-27 20:41:12','2020-12-27 12:41:12'),(10503,6409,'action complete via WP Cron','2020-12-27 20:41:12','2020-12-27 12:41:12'),(10504,6410,'action created','2020-12-27 20:41:50','2020-12-27 12:41:50'),(10505,6410,'action started via Async Request','2020-12-27 20:42:33','2020-12-27 12:42:33'),(10506,6410,'action complete via Async Request','2020-12-27 20:42:33','2020-12-27 12:42:33'),(10507,6411,'action created','2020-12-27 20:42:34','2020-12-27 12:42:34'),(10508,6411,'action started via WP Cron','2020-12-27 20:42:47','2020-12-27 12:42:47'),(10509,6411,'action complete via WP Cron','2020-12-27 20:42:47','2020-12-27 12:42:47'),(10510,6412,'action created','2020-12-27 20:43:04','2020-12-27 12:43:04'),(10511,6412,'action started via WP Cron','2020-12-27 20:43:41','2020-12-27 12:43:41'),(10512,6412,'action complete via WP Cron','2020-12-27 20:43:41','2020-12-27 12:43:41'),(10513,6413,'action created','2020-12-27 20:43:41','2020-12-27 12:43:41'),(10514,6413,'action started via WP Cron','2020-12-27 20:44:43','2020-12-27 12:44:43'),(10515,6413,'action complete via WP Cron','2020-12-27 20:44:43','2020-12-27 12:44:43'),(10516,6414,'action created','2020-12-27 20:44:43','2020-12-27 12:44:43'),(10517,6415,'action created','2020-12-27 20:45:13','2020-12-27 12:45:13'),(10518,6415,'action started via WP Cron','2020-12-27 20:46:29','2020-12-27 12:46:29'),(10519,6415,'action complete via WP Cron','2020-12-27 20:46:29','2020-12-27 12:46:29'),(10520,6414,'action started via WP Cron','2020-12-27 20:46:29','2020-12-27 12:46:29'),(10521,6414,'action complete via WP Cron','2020-12-27 20:46:29','2020-12-27 12:46:29'),(10522,6416,'action created','2020-12-27 20:46:29','2020-12-27 12:46:29'),(10523,6416,'action started via WP Cron','2020-12-27 20:46:41','2020-12-27 12:46:41'),(10524,6416,'action complete via WP Cron','2020-12-27 20:46:41','2020-12-27 12:46:41'),(10525,6417,'action created','2020-12-27 20:46:41','2020-12-27 12:46:41'),(10526,6417,'action started via WP Cron','2020-12-27 20:48:53','2020-12-27 12:48:53'),(10527,6417,'action complete via WP Cron','2020-12-27 20:48:53','2020-12-27 12:48:53'),(10528,6418,'action created','2020-12-27 20:48:53','2020-12-27 12:48:53'),(10529,6418,'action started via WP Cron','2020-12-27 20:49:43','2020-12-27 12:49:43'),(10530,6418,'action complete via WP Cron','2020-12-27 20:49:43','2020-12-27 12:49:43'),(10531,6419,'action created','2020-12-27 20:49:43','2020-12-27 12:49:43'),(10532,6419,'action started via WP Cron','2020-12-27 20:50:55','2020-12-27 12:50:55'),(10533,6419,'action complete via WP Cron','2020-12-27 20:50:55','2020-12-27 12:50:55'),(10534,6420,'action created','2020-12-27 20:50:55','2020-12-27 12:50:55'),(10535,6420,'action started via WP Cron','2020-12-27 20:52:05','2020-12-27 12:52:05'),(10536,6420,'action complete via WP Cron','2020-12-27 20:52:05','2020-12-27 12:52:05'),(10537,6421,'action created','2020-12-27 20:52:05','2020-12-27 12:52:05'),(10538,6421,'action started via WP Cron','2020-12-27 20:56:30','2020-12-27 12:56:30'),(10539,6421,'action complete via WP Cron','2020-12-27 20:56:30','2020-12-27 12:56:30'),(10540,6422,'action created','2020-12-27 20:56:30','2020-12-27 12:56:30'),(10541,6422,'action started via WP Cron','2020-12-27 21:07:28','2020-12-27 13:07:28'),(10542,6422,'action complete via WP Cron','2020-12-27 21:07:28','2020-12-27 13:07:28'),(10543,6423,'action created','2020-12-27 21:07:28','2020-12-27 13:07:28'),(10544,6423,'action started via WP Cron','2020-12-27 21:08:31','2020-12-27 13:08:31'),(10545,6423,'action complete via WP Cron','2020-12-27 21:08:31','2020-12-27 13:08:31'),(10546,6424,'action created','2020-12-27 21:08:32','2020-12-27 13:08:32'),(10547,6424,'action started via WP Cron','2020-12-27 21:17:00','2020-12-27 13:17:00'),(10548,6424,'action complete via WP Cron','2020-12-27 21:17:00','2020-12-27 13:17:00'),(10549,6425,'action created','2020-12-27 21:17:00','2020-12-27 13:17:00'),(10550,6425,'action started via WP Cron','2020-12-27 21:19:10','2020-12-27 13:19:10'),(10551,6425,'action complete via WP Cron','2020-12-27 21:19:10','2020-12-27 13:19:10'),(10552,6426,'action created','2020-12-27 21:19:10','2020-12-27 13:19:10'),(10553,6426,'action started via WP Cron','2020-12-27 21:19:47','2020-12-27 13:19:47'),(10554,6426,'action complete via WP Cron','2020-12-27 21:19:47','2020-12-27 13:19:47'),(10555,6427,'action created','2020-12-27 21:19:47','2020-12-27 13:19:47'),(10556,6427,'action started via WP Cron','2020-12-27 21:21:07','2020-12-27 13:21:07'),(10557,6427,'action complete via WP Cron','2020-12-27 21:21:07','2020-12-27 13:21:07'),(10558,6428,'action created','2020-12-27 21:21:07','2020-12-27 13:21:07'),(10559,6428,'action started via WP Cron','2020-12-27 21:22:18','2020-12-27 13:22:18'),(10560,6428,'action complete via WP Cron','2020-12-27 21:22:18','2020-12-27 13:22:18'),(10561,6429,'action created','2020-12-27 21:22:18','2020-12-27 13:22:18'),(10562,6429,'action started via WP Cron','2020-12-27 21:24:21','2020-12-27 13:24:21'),(10563,6429,'action complete via WP Cron','2020-12-27 21:24:21','2020-12-27 13:24:21'),(10564,6430,'action created','2020-12-27 21:24:21','2020-12-27 13:24:21'),(10565,6430,'action started via WP Cron','2020-12-27 21:25:22','2020-12-27 13:25:22'),(10566,6430,'action complete via WP Cron','2020-12-27 21:25:22','2020-12-27 13:25:22'),(10567,6431,'action created','2020-12-27 21:25:23','2020-12-27 13:25:23'),(10568,6431,'action started via WP Cron','2020-12-27 21:26:06','2020-12-27 13:26:06'),(10569,6431,'action complete via WP Cron','2020-12-27 21:26:06','2020-12-27 13:26:06'),(10570,6432,'action created','2020-12-27 21:26:23','2020-12-27 13:26:23'),(10571,6432,'action started via WP Cron','2020-12-27 21:26:55','2020-12-27 13:26:55'),(10572,6432,'action complete via WP Cron','2020-12-27 21:26:55','2020-12-27 13:26:55'),(10573,6433,'action created','2020-12-27 21:26:55','2020-12-27 13:26:55'),(10574,6433,'action started via WP Cron','2020-12-27 21:28:03','2020-12-27 13:28:03'),(10575,6433,'action complete via WP Cron','2020-12-27 21:28:03','2020-12-27 13:28:03'),(10576,6434,'action created','2020-12-27 21:28:03','2020-12-27 13:28:03'),(10577,6434,'action started via WP Cron','2020-12-27 21:31:07','2020-12-27 13:31:07'),(10578,6434,'action complete via WP Cron','2020-12-27 21:31:07','2020-12-27 13:31:07'),(10579,6435,'action created','2020-12-27 21:31:07','2020-12-27 13:31:07'),(10580,6435,'action started via WP Cron','2020-12-27 21:34:24','2020-12-27 13:34:24'),(10581,6435,'action complete via WP Cron','2020-12-27 21:34:24','2020-12-27 13:34:24'),(10582,6436,'action created','2020-12-27 21:34:24','2020-12-27 13:34:24'),(10583,6436,'action started via WP Cron','2020-12-27 21:34:56','2020-12-27 13:34:56'),(10584,6436,'action complete via WP Cron','2020-12-27 21:34:56','2020-12-27 13:34:56'),(10585,6437,'action created','2020-12-27 21:35:17','2020-12-27 13:35:17'),(10586,6437,'action started via WP Cron','2020-12-27 21:36:20','2020-12-27 13:36:20'),(10587,6437,'action complete via WP Cron','2020-12-27 21:36:20','2020-12-27 13:36:20'),(10588,6438,'action created','2020-12-27 21:36:20','2020-12-27 13:36:20'),(10589,6438,'action started via WP Cron','2020-12-27 21:36:56','2020-12-27 13:36:56'),(10590,6438,'action complete via WP Cron','2020-12-27 21:36:56','2020-12-27 13:36:56'),(10591,6439,'action created','2020-12-27 21:36:56','2020-12-27 13:36:56'),(10592,6439,'action started via WP Cron','2020-12-27 21:37:57','2020-12-27 13:37:57'),(10593,6439,'action complete via WP Cron','2020-12-27 21:37:57','2020-12-27 13:37:57'),(10594,6440,'action created','2020-12-27 21:37:57','2020-12-27 13:37:57'),(10595,6440,'action started via WP Cron','2020-12-27 21:42:10','2020-12-27 13:42:10'),(10596,6440,'action complete via WP Cron','2020-12-27 21:42:10','2020-12-27 13:42:10'),(10597,6441,'action created','2020-12-27 21:42:10','2020-12-27 13:42:10'),(10598,6441,'action started via WP Cron','2020-12-27 21:42:46','2020-12-27 13:42:46'),(10599,6441,'action complete via WP Cron','2020-12-27 21:42:46','2020-12-27 13:42:46'),(10600,6442,'action created','2020-12-27 21:42:46','2020-12-27 13:42:46'),(10601,6442,'action started via Async Request','2020-12-27 21:43:37','2020-12-27 13:43:37'),(10602,6442,'action complete via Async Request','2020-12-27 21:43:37','2020-12-27 13:43:37'),(10603,6443,'action created','2020-12-27 21:43:52','2020-12-27 13:43:52'),(10604,6443,'action started via WP Cron','2020-12-27 21:45:18','2020-12-27 13:45:18'),(10605,6443,'action complete via WP Cron','2020-12-27 21:45:18','2020-12-27 13:45:18'),(10606,6444,'action created','2020-12-27 21:45:19','2020-12-27 13:45:19'),(10607,6444,'action started via WP Cron','2020-12-27 21:46:15','2020-12-27 13:46:15'),(10608,6444,'action complete via WP Cron','2020-12-27 21:46:15','2020-12-27 13:46:15'),(10609,6445,'action created','2020-12-27 21:46:15','2020-12-27 13:46:15'),(10610,6445,'action started via WP Cron','2020-12-27 21:46:56','2020-12-27 13:46:56'),(10611,6445,'action complete via WP Cron','2020-12-27 21:46:56','2020-12-27 13:46:56'),(10612,6446,'action created','2020-12-27 21:46:56','2020-12-27 13:46:56'),(10613,6446,'action started via WP Cron','2020-12-27 21:47:50','2020-12-27 13:47:50'),(10614,6446,'action complete via WP Cron','2020-12-27 21:47:50','2020-12-27 13:47:50'),(10615,6447,'action created','2020-12-27 21:47:50','2020-12-27 13:47:50'),(10616,6447,'action started via WP Cron','2020-12-27 21:52:39','2020-12-27 13:52:39'),(10617,6447,'action complete via WP Cron','2020-12-27 21:52:39','2020-12-27 13:52:39'),(10618,6448,'action created','2020-12-27 21:52:39','2020-12-27 13:52:39'),(10619,6448,'action started via WP Cron','2020-12-27 21:53:50','2020-12-27 13:53:50'),(10620,6448,'action complete via WP Cron','2020-12-27 21:53:50','2020-12-27 13:53:50'),(10621,6449,'action created','2020-12-27 21:53:50','2020-12-27 13:53:50'),(10622,6449,'action started via WP Cron','2020-12-27 21:54:51','2020-12-27 13:54:51'),(10623,6449,'action complete via WP Cron','2020-12-27 21:54:51','2020-12-27 13:54:51'),(10624,6450,'action created','2020-12-27 21:54:51','2020-12-27 13:54:51'),(10625,6450,'action started via WP Cron','2020-12-27 21:55:48','2020-12-27 13:55:48'),(10626,6450,'action complete via WP Cron','2020-12-27 21:55:48','2020-12-27 13:55:48'),(10627,6451,'action created','2020-12-27 21:55:49','2020-12-27 13:55:49'),(10628,6451,'action started via WP Cron','2020-12-27 21:56:43','2020-12-27 13:56:43'),(10629,6451,'action complete via WP Cron','2020-12-27 21:56:43','2020-12-27 13:56:43'),(10630,6452,'action created','2020-12-27 21:56:43','2020-12-27 13:56:43'),(10631,6452,'action started via Async Request','2020-12-27 21:57:31','2020-12-27 13:57:31'),(10632,6452,'action complete via Async Request','2020-12-27 21:57:31','2020-12-27 13:57:31'),(10633,6453,'action created','2020-12-27 21:57:32','2020-12-27 13:57:32'),(10634,6453,'action started via WP Cron','2020-12-27 21:57:49','2020-12-27 13:57:49'),(10635,6453,'action complete via WP Cron','2020-12-27 21:57:49','2020-12-27 13:57:49'),(10636,6454,'action created','2020-12-27 21:57:49','2020-12-27 13:57:49'),(10637,6454,'action started via WP Cron','2020-12-27 21:58:51','2020-12-27 13:58:51'),(10638,6454,'action complete via WP Cron','2020-12-27 21:58:51','2020-12-27 13:58:51'),(10639,6455,'action created','2020-12-27 21:58:51','2020-12-27 13:58:51'),(10640,6455,'action started via Async Request','2020-12-27 21:59:32','2020-12-27 13:59:32'),(10641,6455,'action complete via Async Request','2020-12-27 21:59:32','2020-12-27 13:59:32'),(10642,6456,'action created','2020-12-27 21:59:34','2020-12-27 13:59:34'),(10643,6456,'action started via Async Request','2020-12-27 22:00:34','2020-12-27 14:00:34'),(10644,6456,'action complete via Async Request','2020-12-27 22:00:34','2020-12-27 14:00:34'),(10645,6457,'action created','2020-12-27 22:00:41','2020-12-27 14:00:41'),(10646,6457,'action started via WP Cron','2020-12-27 22:01:42','2020-12-27 14:01:42'),(10647,6457,'action complete via WP Cron','2020-12-27 22:01:42','2020-12-27 14:01:42'),(10648,6458,'action created','2020-12-27 22:01:43','2020-12-27 14:01:43'),(10649,6458,'action started via WP Cron','2020-12-27 22:03:29','2020-12-27 14:03:29'),(10650,6458,'action complete via WP Cron','2020-12-27 22:03:29','2020-12-27 14:03:29'),(10651,6459,'action created','2020-12-27 22:03:29','2020-12-27 14:03:29'),(10652,6459,'action started via WP Cron','2020-12-27 22:03:41','2020-12-27 14:03:41'),(10653,6459,'action complete via WP Cron','2020-12-27 22:03:41','2020-12-27 14:03:41'),(10654,6460,'action created','2020-12-27 22:03:41','2020-12-27 14:03:41'),(10655,6460,'action started via WP Cron','2020-12-27 22:04:59','2020-12-27 14:04:59'),(10656,6460,'action complete via WP Cron','2020-12-27 22:04:59','2020-12-27 14:04:59'),(10657,6461,'action created','2020-12-27 22:04:59','2020-12-27 14:04:59'),(10658,6461,'action started via WP Cron','2020-12-27 22:26:57','2020-12-27 14:26:57'),(10659,6461,'action complete via WP Cron','2020-12-27 22:26:57','2020-12-27 14:26:57'),(10660,6462,'action created','2020-12-27 22:26:57','2020-12-27 14:26:57'),(10661,6462,'action started via WP Cron','2020-12-27 22:27:45','2020-12-27 14:27:45'),(10662,6462,'action complete via WP Cron','2020-12-27 22:27:45','2020-12-27 14:27:45'),(10663,6463,'action created','2020-12-27 22:27:45','2020-12-27 14:27:45'),(10664,6463,'action started via WP Cron','2020-12-27 22:29:04','2020-12-27 14:29:04'),(10665,6463,'action complete via WP Cron','2020-12-27 22:29:04','2020-12-27 14:29:04'),(10666,6464,'action created','2020-12-27 22:29:04','2020-12-27 14:29:04'),(10667,6464,'action started via WP Cron','2020-12-27 22:31:05','2020-12-27 14:31:05'),(10668,6464,'action complete via WP Cron','2020-12-27 22:31:05','2020-12-27 14:31:05'),(10669,6465,'action created','2020-12-27 22:31:05','2020-12-27 14:31:05'),(10670,6465,'action started via WP Cron','2020-12-27 22:32:06','2020-12-27 14:32:06'),(10671,6465,'action complete via WP Cron','2020-12-27 22:32:06','2020-12-27 14:32:06'),(10672,6466,'action created','2020-12-27 22:32:07','2020-12-27 14:32:07'),(10673,6466,'action started via WP Cron','2020-12-27 22:33:08','2020-12-27 14:33:08'),(10674,6466,'action complete via WP Cron','2020-12-27 22:33:08','2020-12-27 14:33:08'),(10675,6467,'action created','2020-12-27 22:33:08','2020-12-27 14:33:08'),(10676,6467,'action started via WP Cron','2020-12-27 22:35:01','2020-12-27 14:35:01'),(10677,6467,'action complete via WP Cron','2020-12-27 22:35:01','2020-12-27 14:35:01'),(10678,6468,'action created','2020-12-27 22:35:01','2020-12-27 14:35:01'),(10679,6468,'action started via WP Cron','2020-12-27 22:39:06','2020-12-27 14:39:06'),(10680,6468,'action complete via WP Cron','2020-12-27 22:39:06','2020-12-27 14:39:06'),(10681,6469,'action created','2020-12-27 22:39:06','2020-12-27 14:39:06'),(10682,6469,'action started via WP Cron','2020-12-27 22:41:49','2020-12-27 14:41:49'),(10683,6469,'action complete via WP Cron','2020-12-27 22:41:49','2020-12-27 14:41:49'),(10684,6470,'action created','2020-12-27 22:41:49','2020-12-27 14:41:49'),(10685,6470,'action started via WP Cron','2020-12-27 22:48:34','2020-12-27 14:48:34'),(10686,6470,'action complete via WP Cron','2020-12-27 22:48:34','2020-12-27 14:48:34'),(10687,6471,'action created','2020-12-27 22:48:34','2020-12-27 14:48:34'),(10688,6471,'action started via WP Cron','2020-12-27 22:59:01','2020-12-27 14:59:01'),(10689,6471,'action complete via WP Cron','2020-12-27 22:59:01','2020-12-27 14:59:01'),(10690,6472,'action created','2020-12-27 22:59:01','2020-12-27 14:59:01'),(10691,6472,'action started via WP Cron','2020-12-27 22:59:55','2020-12-27 14:59:55'),(10692,6472,'action complete via WP Cron','2020-12-27 22:59:55','2020-12-27 14:59:55'),(10693,6473,'action created','2020-12-27 22:59:55','2020-12-27 14:59:55'),(10694,6473,'action started via WP Cron','2020-12-27 23:01:55','2020-12-27 15:01:55'),(10695,6473,'action complete via WP Cron','2020-12-27 23:01:55','2020-12-27 15:01:55'),(10696,6474,'action created','2020-12-27 23:01:55','2020-12-27 15:01:55'),(10697,6474,'action started via WP Cron','2020-12-27 23:02:58','2020-12-27 15:02:58'),(10698,6474,'action complete via WP Cron','2020-12-27 23:02:58','2020-12-27 15:02:58'),(10699,6475,'action created','2020-12-27 23:02:58','2020-12-27 15:02:58'),(10700,6475,'action started via WP Cron','2020-12-27 23:03:59','2020-12-27 15:03:59'),(10701,6475,'action complete via WP Cron','2020-12-27 23:03:59','2020-12-27 15:03:59'),(10702,6476,'action created','2020-12-27 23:03:59','2020-12-27 15:03:59'),(10703,6476,'action started via WP Cron','2020-12-27 23:06:26','2020-12-27 15:06:26'),(10704,6476,'action complete via WP Cron','2020-12-27 23:06:26','2020-12-27 15:06:26'),(10705,6477,'action created','2020-12-27 23:06:26','2020-12-27 15:06:26'),(10706,6477,'action started via WP Cron','2020-12-27 23:07:30','2020-12-27 15:07:30'),(10707,6477,'action complete via WP Cron','2020-12-27 23:07:30','2020-12-27 15:07:30'),(10708,6478,'action created','2020-12-27 23:07:31','2020-12-27 15:07:31'),(10709,6478,'action started via WP Cron','2020-12-27 23:10:03','2020-12-27 15:10:03'),(10710,6478,'action complete via WP Cron','2020-12-27 23:10:03','2020-12-27 15:10:03'),(10711,6479,'action created','2020-12-27 23:10:04','2020-12-27 15:10:04'),(10712,6479,'action started via WP Cron','2020-12-27 23:25:29','2020-12-27 15:25:29'),(10713,6479,'action complete via WP Cron','2020-12-27 23:25:29','2020-12-27 15:25:29'),(10714,6480,'action created','2020-12-27 23:25:29','2020-12-27 15:25:29'),(10715,6480,'action started via WP Cron','2020-12-27 23:25:53','2020-12-27 15:25:53'),(10716,6480,'action complete via WP Cron','2020-12-27 23:25:53','2020-12-27 15:25:53'),(10717,6481,'action created','2020-12-27 23:25:58','2020-12-27 15:25:58'),(10718,6481,'action started via WP Cron','2020-12-27 23:26:54','2020-12-27 15:26:54'),(10719,6481,'action complete via WP Cron','2020-12-27 23:26:54','2020-12-27 15:26:54'),(10720,6482,'action created','2020-12-27 23:26:54','2020-12-27 15:26:54'),(10721,6482,'action started via WP Cron','2020-12-27 23:27:40','2020-12-27 15:27:40'),(10722,6482,'action complete via WP Cron','2020-12-27 23:27:40','2020-12-27 15:27:40'),(10723,6483,'action created','2020-12-27 23:27:41','2020-12-27 15:27:41'),(10724,6483,'action started via WP Cron','2020-12-27 23:29:00','2020-12-27 15:29:00'),(10725,6483,'action complete via WP Cron','2020-12-27 23:29:00','2020-12-27 15:29:00'),(10726,6484,'action created','2020-12-27 23:29:00','2020-12-27 15:29:00'),(10727,6484,'action started via WP Cron','2020-12-27 23:29:42','2020-12-27 15:29:42'),(10728,6484,'action complete via WP Cron','2020-12-27 23:29:42','2020-12-27 15:29:42'),(10729,6485,'action created','2020-12-27 23:29:42','2020-12-27 15:29:42'),(10730,6485,'action started via WP Cron','2020-12-27 23:30:48','2020-12-27 15:30:48'),(10731,6485,'action complete via WP Cron','2020-12-27 23:30:48','2020-12-27 15:30:48'),(10732,6486,'action created','2020-12-27 23:30:48','2020-12-27 15:30:48'),(10733,6486,'action started via WP Cron','2020-12-27 23:31:41','2020-12-27 15:31:41'),(10734,6486,'action complete via WP Cron','2020-12-27 23:31:41','2020-12-27 15:31:41'),(10735,6487,'action created','2020-12-27 23:31:41','2020-12-27 15:31:41'),(10736,6487,'action started via WP Cron','2020-12-27 23:32:43','2020-12-27 15:32:43'),(10737,6487,'action complete via WP Cron','2020-12-27 23:32:43','2020-12-27 15:32:43'),(10738,6488,'action created','2020-12-27 23:32:43','2020-12-27 15:32:43'),(10739,6488,'action started via WP Cron','2020-12-27 23:33:42','2020-12-27 15:33:42'),(10740,6488,'action complete via WP Cron','2020-12-27 23:33:42','2020-12-27 15:33:42'),(10741,6489,'action created','2020-12-27 23:33:42','2020-12-27 15:33:42'),(10742,6489,'action started via WP Cron','2020-12-27 23:34:42','2020-12-27 15:34:42'),(10743,6489,'action complete via WP Cron','2020-12-27 23:34:42','2020-12-27 15:34:42'),(10744,6490,'action created','2020-12-27 23:34:42','2020-12-27 15:34:42'),(10745,6490,'action started via WP Cron','2020-12-27 23:35:42','2020-12-27 15:35:42'),(10746,6490,'action complete via WP Cron','2020-12-27 23:35:42','2020-12-27 15:35:42'),(10747,6491,'action created','2020-12-27 23:35:42','2020-12-27 15:35:42'),(10748,6491,'action started via WP Cron','2020-12-27 23:36:49','2020-12-27 15:36:49'),(10749,6491,'action complete via WP Cron','2020-12-27 23:36:49','2020-12-27 15:36:49'),(10750,6492,'action created','2020-12-27 23:36:49','2020-12-27 15:36:49'),(10751,6492,'action started via WP Cron','2020-12-27 23:37:42','2020-12-27 15:37:42'),(10752,6492,'action complete via WP Cron','2020-12-27 23:37:42','2020-12-27 15:37:42'),(10753,6493,'action created','2020-12-27 23:37:42','2020-12-27 15:37:42'),(10754,6493,'action started via WP Cron','2020-12-27 23:38:51','2020-12-27 15:38:51'),(10755,6493,'action complete via WP Cron','2020-12-27 23:38:51','2020-12-27 15:38:51'),(10756,6494,'action created','2020-12-27 23:38:51','2020-12-27 15:38:51'),(10757,6494,'action started via WP Cron','2020-12-27 23:40:02','2020-12-27 15:40:02'),(10758,6494,'action complete via WP Cron','2020-12-27 23:40:02','2020-12-27 15:40:02'),(10759,6495,'action created','2020-12-27 23:40:25','2020-12-27 15:40:25'),(10760,6495,'action started via WP Cron','2020-12-27 23:40:51','2020-12-27 15:40:51'),(10761,6495,'action complete via WP Cron','2020-12-27 23:40:51','2020-12-27 15:40:51'),(10762,6496,'action created','2020-12-27 23:40:51','2020-12-27 15:40:51'),(10763,6496,'action started via WP Cron','2020-12-27 23:41:56','2020-12-27 15:41:56'),(10764,6496,'action complete via WP Cron','2020-12-27 23:41:56','2020-12-27 15:41:56'),(10765,6497,'action created','2020-12-27 23:41:56','2020-12-27 15:41:56'),(10766,6497,'action started via WP Cron','2020-12-27 23:42:45','2020-12-27 15:42:45'),(10767,6497,'action complete via WP Cron','2020-12-27 23:42:45','2020-12-27 15:42:45'),(10768,6498,'action created','2020-12-27 23:42:45','2020-12-27 15:42:45'),(10769,6498,'action started via WP Cron','2020-12-27 23:43:44','2020-12-27 15:43:44'),(10770,6498,'action complete via WP Cron','2020-12-27 23:43:44','2020-12-27 15:43:44'),(10771,6499,'action created','2020-12-27 23:43:44','2020-12-27 15:43:44'),(10772,6499,'action started via WP Cron','2020-12-27 23:44:44','2020-12-27 15:44:44'),(10773,6499,'action complete via WP Cron','2020-12-27 23:44:44','2020-12-27 15:44:44'),(10774,6500,'action created','2020-12-27 23:44:44','2020-12-27 15:44:44'),(10775,6500,'action started via WP Cron','2020-12-27 23:45:47','2020-12-27 15:45:47'),(10776,6500,'action complete via WP Cron','2020-12-27 23:45:47','2020-12-27 15:45:47'),(10777,6501,'action created','2020-12-27 23:45:47','2020-12-27 15:45:47'),(10778,6501,'action started via WP Cron','2020-12-27 23:46:57','2020-12-27 15:46:57'),(10779,6501,'action complete via WP Cron','2020-12-27 23:46:57','2020-12-27 15:46:57'),(10780,6502,'action created','2020-12-27 23:46:57','2020-12-27 15:46:57'),(10781,6502,'action started via WP Cron','2020-12-27 23:47:42','2020-12-27 15:47:42'),(10782,6502,'action complete via WP Cron','2020-12-27 23:47:42','2020-12-27 15:47:42'),(10783,6503,'action created','2020-12-27 23:47:42','2020-12-27 15:47:42'),(10784,6503,'action started via WP Cron','2020-12-27 23:48:45','2020-12-27 15:48:45'),(10785,6503,'action complete via WP Cron','2020-12-27 23:48:45','2020-12-27 15:48:45'),(10786,6504,'action created','2020-12-27 23:48:45','2020-12-27 15:48:45'),(10787,6504,'action started via WP Cron','2020-12-27 23:49:41','2020-12-27 15:49:41'),(10788,6504,'action complete via WP Cron','2020-12-27 23:49:41','2020-12-27 15:49:41'),(10789,6505,'action created','2020-12-27 23:49:41','2020-12-27 15:49:41'),(10790,6505,'action started via WP Cron','2020-12-27 23:50:49','2020-12-27 15:50:49'),(10791,6505,'action complete via WP Cron','2020-12-27 23:50:49','2020-12-27 15:50:49'),(10792,6506,'action created','2020-12-27 23:50:49','2020-12-27 15:50:49'),(10793,6506,'action started via WP Cron','2020-12-27 23:51:45','2020-12-27 15:51:45'),(10794,6506,'action complete via WP Cron','2020-12-27 23:51:45','2020-12-27 15:51:45'),(10795,6507,'action created','2020-12-27 23:51:45','2020-12-27 15:51:45'),(10796,6507,'action started via WP Cron','2020-12-27 23:52:45','2020-12-27 15:52:45'),(10797,6507,'action complete via WP Cron','2020-12-27 23:52:45','2020-12-27 15:52:45'),(10798,6508,'action created','2020-12-27 23:52:45','2020-12-27 15:52:45'),(10799,6508,'action started via WP Cron','2020-12-27 23:53:56','2020-12-27 15:53:56'),(10800,6508,'action complete via WP Cron','2020-12-27 23:53:56','2020-12-27 15:53:56'),(10801,6509,'action created','2020-12-27 23:53:56','2020-12-27 15:53:56'),(10802,6509,'action started via WP Cron','2020-12-27 23:54:43','2020-12-27 15:54:43'),(10803,6509,'action complete via WP Cron','2020-12-27 23:54:43','2020-12-27 15:54:43'),(10804,6510,'action created','2020-12-27 23:54:43','2020-12-27 15:54:43'),(10805,6510,'action started via WP Cron','2020-12-27 23:55:43','2020-12-27 15:55:43'),(10806,6510,'action complete via WP Cron','2020-12-27 23:55:43','2020-12-27 15:55:43'),(10807,6511,'action created','2020-12-27 23:55:44','2020-12-27 15:55:44'),(10808,6511,'action started via WP Cron','2020-12-27 23:56:54','2020-12-27 15:56:54'),(10809,6511,'action complete via WP Cron','2020-12-27 23:56:54','2020-12-27 15:56:54'),(10810,6512,'action created','2020-12-27 23:56:54','2020-12-27 15:56:54'),(10811,6512,'action started via WP Cron','2020-12-27 23:57:45','2020-12-27 15:57:45'),(10812,6512,'action complete via WP Cron','2020-12-27 23:57:45','2020-12-27 15:57:45'),(10813,6513,'action created','2020-12-27 23:57:45','2020-12-27 15:57:45'),(10814,6513,'action started via WP Cron','2020-12-27 23:58:50','2020-12-27 15:58:50'),(10815,6513,'action complete via WP Cron','2020-12-27 23:58:50','2020-12-27 15:58:50'),(10816,6514,'action created','2020-12-27 23:58:51','2020-12-27 15:58:51'),(10817,6514,'action started via WP Cron','2020-12-27 23:59:46','2020-12-27 15:59:46'),(10818,6514,'action complete via WP Cron','2020-12-27 23:59:46','2020-12-27 15:59:46'),(10819,6515,'action created','2020-12-27 23:59:46','2020-12-27 15:59:46'),(10820,6515,'action started via WP Cron','2020-12-28 00:00:48','2020-12-27 16:00:48'),(10821,6515,'action complete via WP Cron','2020-12-28 00:00:48','2020-12-27 16:00:48'),(10822,6516,'action created','2020-12-28 00:00:48','2020-12-27 16:00:48'),(10823,6516,'action started via WP Cron','2020-12-28 00:01:44','2020-12-27 16:01:44'),(10824,6516,'action complete via WP Cron','2020-12-28 00:01:44','2020-12-27 16:01:44'),(10825,6517,'action created','2020-12-28 00:01:44','2020-12-27 16:01:44'),(10826,6517,'action started via WP Cron','2020-12-28 00:02:55','2020-12-27 16:02:55'),(10827,6517,'action complete via WP Cron','2020-12-28 00:02:55','2020-12-27 16:02:55'),(10828,6518,'action created','2020-12-28 00:02:55','2020-12-27 16:02:55'),(10829,6518,'action started via WP Cron','2020-12-28 00:03:55','2020-12-27 16:03:55'),(10830,6518,'action complete via WP Cron','2020-12-28 00:03:55','2020-12-27 16:03:55'),(10831,6519,'action created','2020-12-28 00:03:55','2020-12-27 16:03:55'),(10832,6519,'action started via WP Cron','2020-12-28 00:04:42','2020-12-27 16:04:42'),(10833,6519,'action complete via WP Cron','2020-12-28 00:04:42','2020-12-27 16:04:42'),(10834,6520,'action created','2020-12-28 00:04:43','2020-12-27 16:04:43'),(10835,6520,'action started via WP Cron','2020-12-28 00:05:42','2020-12-27 16:05:42'),(10836,6520,'action complete via WP Cron','2020-12-28 00:05:42','2020-12-27 16:05:42'),(10837,6521,'action created','2020-12-28 00:05:42','2020-12-27 16:05:42'),(10838,6521,'action started via WP Cron','2020-12-28 00:06:45','2020-12-27 16:06:45'),(10839,6521,'action complete via WP Cron','2020-12-28 00:06:45','2020-12-27 16:06:45'),(10840,6522,'action created','2020-12-28 00:06:45','2020-12-27 16:06:45'),(10841,6522,'action started via WP Cron','2020-12-28 00:07:55','2020-12-27 16:07:55'),(10842,6522,'action complete via WP Cron','2020-12-28 00:07:55','2020-12-27 16:07:55'),(10843,6523,'action created','2020-12-28 00:07:55','2020-12-27 16:07:55'),(10844,6523,'action started via WP Cron','2020-12-28 00:08:41','2020-12-27 16:08:41'),(10845,6523,'action complete via WP Cron','2020-12-28 00:08:41','2020-12-27 16:08:41'),(10846,6524,'action created','2020-12-28 00:08:41','2020-12-27 16:08:41'),(10847,6524,'action started via WP Cron','2020-12-28 00:09:54','2020-12-27 16:09:54'),(10848,6524,'action complete via WP Cron','2020-12-28 00:09:54','2020-12-27 16:09:54'),(10849,6525,'action created','2020-12-28 00:09:54','2020-12-27 16:09:54'),(10850,6525,'action started via WP Cron','2020-12-28 00:10:47','2020-12-27 16:10:47'),(10851,6525,'action complete via WP Cron','2020-12-28 00:10:47','2020-12-27 16:10:47'),(10852,6526,'action created','2020-12-28 00:10:47','2020-12-27 16:10:47'),(10853,6526,'action started via WP Cron','2020-12-28 00:12:21','2020-12-27 16:12:21'),(10854,6526,'action complete via WP Cron','2020-12-28 00:12:21','2020-12-27 16:12:21'),(10855,6527,'action created','2020-12-28 00:12:21','2020-12-27 16:12:21'),(10856,6527,'action started via WP Cron','2020-12-28 00:13:46','2020-12-27 16:13:46'),(10857,6527,'action complete via WP Cron','2020-12-28 00:13:46','2020-12-27 16:13:46'),(10858,6528,'action created','2020-12-28 00:13:46','2020-12-27 16:13:46'),(10859,6528,'action started via WP Cron','2020-12-28 00:15:36','2020-12-27 16:15:36'),(10860,6528,'action complete via WP Cron','2020-12-28 00:15:36','2020-12-27 16:15:36'),(10861,6529,'action created','2020-12-28 00:15:36','2020-12-27 16:15:36'),(10862,6529,'action started via WP Cron','2020-12-28 00:18:14','2020-12-27 16:18:14'),(10863,6529,'action complete via WP Cron','2020-12-28 00:18:14','2020-12-27 16:18:14'),(10864,6530,'action created','2020-12-28 00:18:14','2020-12-27 16:18:14'),(10865,6530,'action started via WP Cron','2020-12-28 00:19:19','2020-12-27 16:19:19'),(10866,6530,'action complete via WP Cron','2020-12-28 00:19:19','2020-12-27 16:19:19'),(10867,6531,'action created','2020-12-28 00:19:19','2020-12-27 16:19:19'),(10868,6531,'action started via WP Cron','2020-12-28 00:20:37','2020-12-27 16:20:37'),(10869,6531,'action complete via WP Cron','2020-12-28 00:20:37','2020-12-27 16:20:37'),(10870,6532,'action created','2020-12-28 00:20:37','2020-12-27 16:20:37'),(10871,6532,'action started via WP Cron','2020-12-28 00:23:14','2020-12-27 16:23:14'),(10872,6532,'action complete via WP Cron','2020-12-28 00:23:14','2020-12-27 16:23:14'),(10873,6533,'action created','2020-12-28 00:23:14','2020-12-27 16:23:14'),(10874,6533,'action started via WP Cron','2020-12-28 00:27:07','2020-12-27 16:27:07'),(10875,6533,'action complete via WP Cron','2020-12-28 00:27:07','2020-12-27 16:27:07'),(10876,6534,'action created','2020-12-28 00:27:07','2020-12-27 16:27:07'),(10877,6534,'action started via WP Cron','2020-12-28 00:27:54','2020-12-27 16:27:54'),(10878,6534,'action complete via WP Cron','2020-12-28 00:27:54','2020-12-27 16:27:54'),(10879,6535,'action created','2020-12-28 00:27:54','2020-12-27 16:27:54'),(10880,6535,'action started via WP Cron','2020-12-28 00:31:54','2020-12-27 16:31:54'),(10881,6535,'action complete via WP Cron','2020-12-28 00:31:54','2020-12-27 16:31:54'),(10882,6536,'action created','2020-12-28 00:31:54','2020-12-27 16:31:54'),(10883,6536,'action started via WP Cron','2020-12-28 00:37:51','2020-12-27 16:37:51'),(10884,6536,'action complete via WP Cron','2020-12-28 00:37:51','2020-12-27 16:37:51'),(10885,6537,'action created','2020-12-28 00:37:51','2020-12-27 16:37:51'),(10886,6537,'action started via WP Cron','2020-12-28 00:39:34','2020-12-27 16:39:34'),(10887,6537,'action complete via WP Cron','2020-12-28 00:39:34','2020-12-27 16:39:34'),(10888,6538,'action created','2020-12-28 00:39:35','2020-12-27 16:39:35'),(10889,6538,'action started via WP Cron','2020-12-28 00:40:33','2020-12-27 16:40:33'),(10890,6538,'action complete via WP Cron','2020-12-28 00:40:33','2020-12-27 16:40:33'),(10891,6539,'action created','2020-12-28 00:40:33','2020-12-27 16:40:33'),(10892,6539,'action started via WP Cron','2020-12-28 00:42:11','2020-12-27 16:42:11'),(10893,6539,'action complete via WP Cron','2020-12-28 00:42:11','2020-12-27 16:42:11'),(10894,6540,'action created','2020-12-28 00:42:11','2020-12-27 16:42:11'),(10895,6540,'action started via WP Cron','2020-12-28 00:43:35','2020-12-27 16:43:35'),(10896,6540,'action complete via WP Cron','2020-12-28 00:43:35','2020-12-27 16:43:35'),(10897,6541,'action created','2020-12-28 00:43:36','2020-12-27 16:43:36'),(10898,6541,'action started via WP Cron','2020-12-28 00:44:37','2020-12-27 16:44:37'),(10899,6541,'action complete via WP Cron','2020-12-28 00:44:37','2020-12-27 16:44:37'),(10900,6542,'action created','2020-12-28 00:44:37','2020-12-27 16:44:37'),(10901,6542,'action started via WP Cron','2020-12-28 00:47:42','2020-12-27 16:47:42'),(10902,6542,'action complete via WP Cron','2020-12-28 00:47:42','2020-12-27 16:47:42'),(10903,6543,'action created','2020-12-28 00:47:48','2020-12-27 16:47:48'),(10904,6543,'action started via WP Cron','2020-12-28 00:48:43','2020-12-27 16:48:43'),(10905,6543,'action complete via WP Cron','2020-12-28 00:48:43','2020-12-27 16:48:43'),(10906,6544,'action created','2020-12-28 00:48:43','2020-12-27 16:48:43'),(10907,6544,'action started via WP Cron','2020-12-28 00:56:46','2020-12-27 16:56:46'),(10908,6544,'action complete via WP Cron','2020-12-28 00:56:46','2020-12-27 16:56:46'),(10909,6545,'action created','2020-12-28 00:56:46','2020-12-27 16:56:46'),(10910,6545,'action started via WP Cron','2020-12-28 01:03:56','2020-12-27 17:03:56'),(10911,6545,'action complete via WP Cron','2020-12-28 01:03:56','2020-12-27 17:03:56'),(10912,6546,'action created','2020-12-28 01:03:56','2020-12-27 17:03:56'),(10913,6546,'action started via WP Cron','2020-12-28 01:04:55','2020-12-27 17:04:55'),(10914,6546,'action complete via WP Cron','2020-12-28 01:04:55','2020-12-27 17:04:55'),(10915,6547,'action created','2020-12-28 01:04:56','2020-12-27 17:04:56'),(10916,6547,'action started via WP Cron','2020-12-28 01:06:57','2020-12-27 17:06:57'),(10917,6547,'action complete via WP Cron','2020-12-28 01:06:57','2020-12-27 17:06:57'),(10918,6548,'action created','2020-12-28 01:06:57','2020-12-27 17:06:57'),(10919,6548,'action started via WP Cron','2020-12-28 01:07:59','2020-12-27 17:07:59'),(10920,6548,'action complete via WP Cron','2020-12-28 01:07:59','2020-12-27 17:07:59'),(10921,6549,'action created','2020-12-28 01:07:59','2020-12-27 17:07:59'),(10922,6549,'action started via WP Cron','2020-12-28 01:10:50','2020-12-27 17:10:50'),(10923,6549,'action complete via WP Cron','2020-12-28 01:10:50','2020-12-27 17:10:50'),(10924,6550,'action created','2020-12-28 01:10:50','2020-12-27 17:10:50'),(10925,6550,'action started via WP Cron','2020-12-28 01:31:32','2020-12-27 17:31:32'),(10926,6550,'action complete via WP Cron','2020-12-28 01:31:32','2020-12-27 17:31:32'),(10927,6551,'action created','2020-12-28 01:31:33','2020-12-27 17:31:33'),(10928,6551,'action started via WP Cron','2020-12-28 01:32:42','2020-12-27 17:32:42'),(10929,6551,'action complete via WP Cron','2020-12-28 01:32:42','2020-12-27 17:32:42'),(10930,6552,'action created','2020-12-28 01:32:42','2020-12-27 17:32:42'),(10931,6552,'action started via WP Cron','2020-12-28 01:33:43','2020-12-27 17:33:43'),(10932,6552,'action complete via WP Cron','2020-12-28 01:33:43','2020-12-27 17:33:43'),(10933,6553,'action created','2020-12-28 01:33:43','2020-12-27 17:33:43'),(10934,6553,'action started via WP Cron','2020-12-28 01:35:45','2020-12-27 17:35:45'),(10935,6553,'action complete via WP Cron','2020-12-28 01:35:45','2020-12-27 17:35:45'),(10936,6554,'action created','2020-12-28 01:35:45','2020-12-27 17:35:45'),(10937,6554,'action started via WP Cron','2020-12-28 01:36:46','2020-12-27 17:36:46'),(10938,6554,'action complete via WP Cron','2020-12-28 01:36:46','2020-12-27 17:36:46'),(10939,6555,'action created','2020-12-28 01:36:46','2020-12-27 17:36:46'),(10940,6555,'action started via WP Cron','2020-12-28 01:37:47','2020-12-27 17:37:47'),(10941,6555,'action complete via WP Cron','2020-12-28 01:37:47','2020-12-27 17:37:47'),(10942,6556,'action created','2020-12-28 01:37:47','2020-12-27 17:37:47'),(10943,6556,'action started via WP Cron','2020-12-28 01:44:43','2020-12-27 17:44:43'),(10944,6556,'action complete via WP Cron','2020-12-28 01:44:43','2020-12-27 17:44:43'),(10945,6557,'action created','2020-12-28 01:44:43','2020-12-27 17:44:43'),(10946,6557,'action started via WP Cron','2020-12-28 01:46:38','2020-12-27 17:46:38'),(10947,6557,'action complete via WP Cron','2020-12-28 01:46:38','2020-12-27 17:46:38'),(10948,6558,'action created','2020-12-28 01:47:39','2020-12-27 17:47:39'),(10949,6558,'action started via WP Cron','2020-12-28 01:48:39','2020-12-27 17:48:39'),(10950,6558,'action complete via WP Cron','2020-12-28 01:48:39','2020-12-27 17:48:39'),(10951,6559,'action created','2020-12-28 01:48:40','2020-12-27 17:48:40'),(10952,6559,'action started via WP Cron','2020-12-28 01:49:41','2020-12-27 17:49:41'),(10953,6559,'action complete via WP Cron','2020-12-28 01:49:41','2020-12-27 17:49:41'),(10954,5921,'action started via WP Cron','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10955,5921,'action complete via WP Cron','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10956,6560,'action created','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10957,5922,'action started via WP Cron','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10958,5922,'action complete via WP Cron','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10959,6561,'action created','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10960,6562,'action created','2020-12-28 01:50:42','2020-12-27 17:50:42'),(10961,6562,'action started via WP Cron','2020-12-28 01:51:42','2020-12-27 17:51:42'),(10962,6562,'action complete via WP Cron','2020-12-28 01:51:42','2020-12-27 17:51:42'),(10963,6563,'action created','2020-12-28 01:51:42','2020-12-27 17:51:42'),(10964,6563,'action started via WP Cron','2020-12-28 01:52:51','2020-12-27 17:52:51'),(10965,6563,'action complete via WP Cron','2020-12-28 01:52:51','2020-12-27 17:52:51'),(10966,6564,'action created','2020-12-28 01:52:51','2020-12-27 17:52:51'),(10967,6564,'action started via WP Cron','2020-12-28 01:58:11','2020-12-27 17:58:11'),(10968,6564,'action complete via WP Cron','2020-12-28 01:58:11','2020-12-27 17:58:11'),(10969,6565,'action created','2020-12-28 01:58:11','2020-12-27 17:58:11'),(10970,6565,'action started via WP Cron','2020-12-28 02:02:53','2020-12-27 18:02:53'),(10971,6565,'action complete via WP Cron','2020-12-28 02:02:53','2020-12-27 18:02:53'),(10972,6566,'action created','2020-12-28 02:02:53','2020-12-27 18:02:53'),(10973,6566,'action started via WP Cron','2020-12-28 02:05:22','2020-12-27 18:05:22'),(10974,6566,'action complete via WP Cron','2020-12-28 02:05:22','2020-12-27 18:05:22'),(10975,6567,'action created','2020-12-28 02:05:22','2020-12-27 18:05:22'),(10976,6567,'action started via WP Cron','2020-12-28 02:07:22','2020-12-27 18:07:22'),(10977,6567,'action complete via WP Cron','2020-12-28 02:07:22','2020-12-27 18:07:22'),(10978,6568,'action created','2020-12-28 02:07:22','2020-12-27 18:07:22'),(10979,6568,'action started via WP Cron','2020-12-28 02:18:23','2020-12-27 18:18:23'),(10980,6568,'action complete via WP Cron','2020-12-28 02:18:23','2020-12-27 18:18:23'),(10981,6569,'action created','2020-12-28 02:18:24','2020-12-27 18:18:24'),(10982,6569,'action started via WP Cron','2020-12-28 02:33:28','2020-12-27 18:33:28'),(10983,6569,'action complete via WP Cron','2020-12-28 02:33:28','2020-12-27 18:33:28'),(10984,6570,'action created','2020-12-28 02:33:28','2020-12-27 18:33:28'),(10985,6570,'action started via WP Cron','2020-12-28 02:38:46','2020-12-27 18:38:46'),(10986,6570,'action complete via WP Cron','2020-12-28 02:38:46','2020-12-27 18:38:46'),(10987,6571,'action created','2020-12-28 02:38:46','2020-12-27 18:38:46'),(10988,6571,'action started via WP Cron','2020-12-28 02:39:47','2020-12-27 18:39:47'),(10989,6571,'action complete via WP Cron','2020-12-28 02:39:47','2020-12-27 18:39:47'),(10990,6572,'action created','2020-12-28 02:39:47','2020-12-27 18:39:47'),(10991,6572,'action started via WP Cron','2020-12-28 02:41:49','2020-12-27 18:41:49'),(10992,6572,'action complete via WP Cron','2020-12-28 02:41:49','2020-12-27 18:41:49'),(10993,6573,'action created','2020-12-28 02:41:49','2020-12-27 18:41:49'),(10994,6573,'action started via WP Cron','2020-12-28 02:42:50','2020-12-27 18:42:50'),(10995,6573,'action complete via WP Cron','2020-12-28 02:42:50','2020-12-27 18:42:50'),(10996,6574,'action created','2020-12-28 02:42:50','2020-12-27 18:42:50'),(10997,6574,'action started via WP Cron','2020-12-28 02:49:27','2020-12-27 18:49:27'),(10998,6574,'action complete via WP Cron','2020-12-28 02:49:27','2020-12-27 18:49:27'),(10999,6575,'action created','2020-12-28 02:49:27','2020-12-27 18:49:27'),(11000,6575,'action started via WP Cron','2020-12-28 02:49:47','2020-12-27 18:49:47'),(11001,6575,'action complete via WP Cron','2020-12-28 02:49:47','2020-12-27 18:49:47'),(11002,6576,'action created','2020-12-28 02:49:47','2020-12-27 18:49:47'),(11003,6576,'action started via WP Cron','2020-12-28 02:50:41','2020-12-27 18:50:41'),(11004,6576,'action complete via WP Cron','2020-12-28 02:50:41','2020-12-27 18:50:41'),(11005,6577,'action created','2020-12-28 02:50:41','2020-12-27 18:50:41'),(11006,6577,'action started via WP Cron','2020-12-28 02:51:42','2020-12-27 18:51:42'),(11007,6577,'action complete via WP Cron','2020-12-28 02:51:42','2020-12-27 18:51:42'),(11008,6578,'action created','2020-12-28 02:51:42','2020-12-27 18:51:42'),(11009,6578,'action started via WP Cron','2020-12-28 02:52:43','2020-12-27 18:52:43'),(11010,6578,'action complete via WP Cron','2020-12-28 02:52:43','2020-12-27 18:52:43'),(11011,6579,'action created','2020-12-28 02:53:42','2020-12-27 18:53:42'),(11012,6579,'action started via WP Cron','2020-12-28 02:56:21','2020-12-27 18:56:21'),(11013,6579,'action complete via WP Cron','2020-12-28 02:56:21','2020-12-27 18:56:21'),(11014,6580,'action created','2020-12-28 02:56:21','2020-12-27 18:56:21'),(11015,6580,'action started via WP Cron','2020-12-28 02:57:33','2020-12-27 18:57:33'),(11016,6580,'action complete via WP Cron','2020-12-28 02:57:33','2020-12-27 18:57:33'),(11017,6581,'action created','2020-12-28 02:57:33','2020-12-27 18:57:33'),(11018,6581,'action started via WP Cron','2020-12-28 03:03:00','2020-12-27 19:03:00'),(11019,6581,'action complete via WP Cron','2020-12-28 03:03:00','2020-12-27 19:03:00'),(11020,6582,'action created','2020-12-28 03:03:00','2020-12-27 19:03:00'),(11021,6582,'action started via WP Cron','2020-12-28 03:08:25','2020-12-27 19:08:25'),(11022,6582,'action complete via WP Cron','2020-12-28 03:08:25','2020-12-27 19:08:25'),(11023,6583,'action created','2020-12-28 03:08:25','2020-12-27 19:08:25'),(11024,6583,'action started via WP Cron','2020-12-28 03:12:37','2020-12-27 19:12:37'),(11025,6583,'action complete via WP Cron','2020-12-28 03:12:37','2020-12-27 19:12:37'),(11026,6584,'action created','2020-12-28 03:12:37','2020-12-27 19:12:37'),(11027,6584,'action started via WP Cron','2020-12-28 03:14:25','2020-12-27 19:14:25'),(11028,6584,'action complete via WP Cron','2020-12-28 03:14:25','2020-12-27 19:14:25'),(11029,6585,'action created','2020-12-28 03:14:25','2020-12-27 19:14:25'),(11030,6585,'action started via WP Cron','2020-12-28 03:15:07','2020-12-27 19:15:07'),(11031,6585,'action complete via WP Cron','2020-12-28 03:15:07','2020-12-27 19:15:07'),(11032,6586,'action created','2020-12-28 03:15:07','2020-12-27 19:15:07'),(11033,6586,'action started via WP Cron','2020-12-28 03:20:34','2020-12-27 19:20:34'),(11034,6586,'action complete via WP Cron','2020-12-28 03:20:34','2020-12-27 19:20:34'),(11035,6587,'action created','2020-12-28 03:20:35','2020-12-27 19:20:35'),(11036,6587,'action started via WP Cron','2020-12-28 03:20:53','2020-12-27 19:20:53'),(11037,6587,'action complete via WP Cron','2020-12-28 03:20:53','2020-12-27 19:20:53'),(11038,6588,'action created','2020-12-28 03:20:53','2020-12-27 19:20:53'),(11039,6588,'action started via WP Cron','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11040,6588,'action complete via WP Cron','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11041,5935,'action started via WP Cron','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11042,5935,'action complete via WP Cron','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11043,6589,'action created','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11044,6590,'action created','2020-12-28 03:25:49','2020-12-27 19:25:49'),(11045,6590,'action started via WP Cron','2020-12-28 03:29:40','2020-12-27 19:29:40'),(11046,6590,'action complete via WP Cron','2020-12-28 03:29:40','2020-12-27 19:29:40'),(11047,6591,'action created','2020-12-28 03:29:40','2020-12-27 19:29:40'),(11048,6591,'action started via WP Cron','2020-12-28 03:33:08','2020-12-27 19:33:08'),(11049,6591,'action complete via WP Cron','2020-12-28 03:33:08','2020-12-27 19:33:08'),(11050,6592,'action created','2020-12-28 03:33:08','2020-12-27 19:33:08'),(11051,6592,'action started via WP Cron','2020-12-28 03:33:58','2020-12-27 19:33:58'),(11052,6592,'action complete via WP Cron','2020-12-28 03:33:58','2020-12-27 19:33:58'),(11053,6593,'action created','2020-12-28 03:33:58','2020-12-27 19:33:58'),(11054,6593,'action started via WP Cron','2020-12-28 03:42:24','2020-12-27 19:42:24'),(11055,6593,'action complete via WP Cron','2020-12-28 03:42:24','2020-12-27 19:42:24'),(11056,6594,'action created','2020-12-28 03:42:24','2020-12-27 19:42:24'),(11057,6594,'action started via WP Cron','2020-12-28 03:43:50','2020-12-27 19:43:50'),(11058,6594,'action complete via WP Cron','2020-12-28 03:43:50','2020-12-27 19:43:50'),(11059,6595,'action created','2020-12-28 03:43:51','2020-12-27 19:43:51'),(11060,6595,'action started via WP Cron','2020-12-28 03:44:51','2020-12-27 19:44:51'),(11061,6595,'action complete via WP Cron','2020-12-28 03:44:51','2020-12-27 19:44:51'),(11062,6596,'action created','2020-12-28 03:44:51','2020-12-27 19:44:51'),(11063,6596,'action started via WP Cron','2020-12-28 03:46:53','2020-12-27 19:46:53'),(11064,6596,'action complete via WP Cron','2020-12-28 03:46:53','2020-12-27 19:46:53'),(11065,6597,'action created','2020-12-28 03:46:53','2020-12-27 19:46:53'),(11066,6597,'action started via WP Cron','2020-12-28 03:47:54','2020-12-27 19:47:54'),(11067,6597,'action complete via WP Cron','2020-12-28 03:47:54','2020-12-27 19:47:54'),(11068,6598,'action created','2020-12-28 03:47:54','2020-12-27 19:47:54'),(11069,6598,'action started via WP Cron','2020-12-28 03:53:25','2020-12-27 19:53:25'),(11070,6598,'action complete via WP Cron','2020-12-28 03:53:25','2020-12-27 19:53:25'),(11071,6599,'action created','2020-12-28 03:53:25','2020-12-27 19:53:25'),(11072,6599,'action started via WP Cron','2020-12-28 03:53:50','2020-12-27 19:53:50'),(11073,6599,'action complete via WP Cron','2020-12-28 03:53:50','2020-12-27 19:53:50'),(11074,6600,'action created','2020-12-28 03:53:50','2020-12-27 19:53:50'),(11075,6600,'action started via WP Cron','2020-12-28 03:54:44','2020-12-27 19:54:44'),(11076,6600,'action complete via WP Cron','2020-12-28 03:54:44','2020-12-27 19:54:44'),(11077,6601,'action created','2020-12-28 03:54:44','2020-12-27 19:54:44'),(11078,6601,'action started via WP Cron','2020-12-28 03:55:45','2020-12-27 19:55:45'),(11079,6601,'action complete via WP Cron','2020-12-28 03:55:45','2020-12-27 19:55:45'),(11080,6602,'action created','2020-12-28 03:55:45','2020-12-27 19:55:45'),(11081,6602,'action started via WP Cron','2020-12-28 03:59:02','2020-12-27 19:59:02'),(11082,6602,'action complete via WP Cron','2020-12-28 03:59:02','2020-12-27 19:59:02'),(11083,6603,'action created','2020-12-28 03:59:02','2020-12-27 19:59:02'),(11084,6603,'action started via WP Cron','2020-12-28 04:00:43','2020-12-27 20:00:43'),(11085,6603,'action complete via WP Cron','2020-12-28 04:00:43','2020-12-27 20:00:43'),(11086,6604,'action created','2020-12-28 04:00:43','2020-12-27 20:00:43'),(11087,6604,'action started via WP Cron','2020-12-28 04:07:40','2020-12-27 20:07:40'),(11088,6604,'action complete via WP Cron','2020-12-28 04:07:40','2020-12-27 20:07:40'),(11089,6605,'action created','2020-12-28 04:07:40','2020-12-27 20:07:40'),(11090,6605,'action started via WP Cron','2020-12-28 04:12:36','2020-12-27 20:12:36'),(11091,6605,'action complete via WP Cron','2020-12-28 04:12:36','2020-12-27 20:12:36'),(11092,6606,'action created','2020-12-28 04:12:36','2020-12-27 20:12:36'),(11093,6606,'action started via WP Cron','2020-12-28 04:17:37','2020-12-27 20:17:37'),(11094,6606,'action complete via WP Cron','2020-12-28 04:17:37','2020-12-27 20:17:37'),(11095,6607,'action created','2020-12-28 04:17:37','2020-12-27 20:17:37'),(11096,6607,'action started via WP Cron','2020-12-28 04:24:33','2020-12-27 20:24:33'),(11097,6607,'action complete via WP Cron','2020-12-28 04:24:33','2020-12-27 20:24:33'),(11098,6608,'action created','2020-12-28 04:24:33','2020-12-27 20:24:33'),(11099,6608,'action started via WP Cron','2020-12-28 04:25:51','2020-12-27 20:25:51'),(11100,6608,'action complete via WP Cron','2020-12-28 04:25:51','2020-12-27 20:25:51'),(11101,6609,'action created','2020-12-28 04:25:51','2020-12-27 20:25:51'),(11102,6609,'action started via WP Cron','2020-12-28 04:28:26','2020-12-27 20:28:26'),(11103,6609,'action complete via WP Cron','2020-12-28 04:28:26','2020-12-27 20:28:26'),(11104,6610,'action created','2020-12-28 04:28:26','2020-12-27 20:28:26'),(11105,6610,'action started via WP Cron','2020-12-28 04:36:21','2020-12-27 20:36:21'),(11106,6610,'action complete via WP Cron','2020-12-28 04:36:21','2020-12-27 20:36:21'),(11107,6611,'action created','2020-12-28 04:36:21','2020-12-27 20:36:21'),(11108,6611,'action started via WP Cron','2020-12-28 04:47:54','2020-12-27 20:47:54'),(11109,6611,'action complete via WP Cron','2020-12-28 04:47:54','2020-12-27 20:47:54'),(11110,6612,'action created','2020-12-28 04:47:54','2020-12-27 20:47:54'),(63740,24157,'action complete via WP Cron','2021-01-28 04:59:36','2021-01-27 20:59:36'),(63739,24157,'action started via WP Cron','2021-01-28 04:59:36','2021-01-27 20:59:36'),(78159,28964,'action created','2021-02-04 04:54:16','2021-02-03 20:54:16'),(11114,6612,'action started via WP Cron','2020-12-28 04:52:30','2020-12-27 20:52:30'),(11115,6612,'action complete via WP Cron','2020-12-28 04:52:30','2020-12-27 20:52:30'),(11116,6614,'action created','2020-12-28 04:52:30','2020-12-27 20:52:30'),(11117,6614,'action started via WP Cron','2020-12-28 04:52:52','2020-12-27 20:52:52'),(11118,6614,'action complete via WP Cron','2020-12-28 04:52:52','2020-12-27 20:52:52'),(11119,6615,'action created','2020-12-28 04:52:52','2020-12-27 20:52:52'),(11120,6615,'action started via WP Cron','2020-12-28 04:55:46','2020-12-27 20:55:46'),(11121,6615,'action complete via WP Cron','2020-12-28 04:55:46','2020-12-27 20:55:46'),(11122,6616,'action created','2020-12-28 04:55:46','2020-12-27 20:55:46'),(11123,6616,'action started via WP Cron','2020-12-28 05:03:05','2020-12-27 21:03:05'),(11124,6616,'action complete via WP Cron','2020-12-28 05:03:05','2020-12-27 21:03:05'),(11125,6617,'action created','2020-12-28 05:03:05','2020-12-27 21:03:05'),(11126,6617,'action started via WP Cron','2020-12-28 05:04:08','2020-12-27 21:04:08'),(11127,6617,'action complete via WP Cron','2020-12-28 05:04:08','2020-12-27 21:04:08'),(11128,6618,'action created','2020-12-28 05:04:08','2020-12-27 21:04:08'),(11129,6618,'action started via WP Cron','2020-12-28 05:05:07','2020-12-27 21:05:07'),(11130,6618,'action complete via WP Cron','2020-12-28 05:05:07','2020-12-27 21:05:07'),(11131,6619,'action created','2020-12-28 05:05:08','2020-12-27 21:05:08'),(11132,6619,'action started via WP Cron','2020-12-28 05:09:55','2020-12-27 21:09:55'),(11133,6619,'action complete via WP Cron','2020-12-28 05:09:55','2020-12-27 21:09:55'),(11134,6620,'action created','2020-12-28 05:09:55','2020-12-27 21:09:55'),(11135,6620,'action started via WP Cron','2020-12-28 05:12:30','2020-12-27 21:12:30'),(11136,6620,'action complete via WP Cron','2020-12-28 05:12:30','2020-12-27 21:12:30'),(11137,6621,'action created','2020-12-28 05:12:30','2020-12-27 21:12:30'),(11138,6621,'action started via WP Cron','2020-12-28 05:13:04','2020-12-27 21:13:04'),(11139,6621,'action complete via WP Cron','2020-12-28 05:13:04','2020-12-27 21:13:04'),(11140,6622,'action created','2020-12-28 05:13:04','2020-12-27 21:13:04'),(11141,6622,'action started via WP Cron','2020-12-28 05:14:55','2020-12-27 21:14:55'),(11142,6622,'action complete via WP Cron','2020-12-28 05:14:55','2020-12-27 21:14:55'),(11143,6623,'action created','2020-12-28 05:14:55','2020-12-27 21:14:55'),(11144,6623,'action started via WP Cron','2020-12-28 05:17:06','2020-12-27 21:17:06'),(11145,6623,'action complete via WP Cron','2020-12-28 05:17:06','2020-12-27 21:17:06'),(11146,6624,'action created','2020-12-28 05:17:06','2020-12-27 21:17:06'),(11147,6624,'action started via WP Cron','2020-12-28 05:25:03','2020-12-27 21:25:03'),(11148,6624,'action complete via WP Cron','2020-12-28 05:25:03','2020-12-27 21:25:03'),(11149,6625,'action created','2020-12-28 05:30:11','2020-12-27 21:30:11'),(11150,6625,'action started via WP Cron','2020-12-28 05:36:25','2020-12-27 21:36:25'),(11151,6625,'action complete via WP Cron','2020-12-28 05:36:25','2020-12-27 21:36:25'),(11152,6626,'action created','2020-12-28 05:36:25','2020-12-27 21:36:25'),(11153,6626,'action started via WP Cron','2020-12-28 05:37:20','2020-12-27 21:37:20'),(11154,6626,'action complete via WP Cron','2020-12-28 05:37:20','2020-12-27 21:37:20'),(11155,6627,'action created','2020-12-28 05:37:21','2020-12-27 21:37:21'),(11159,6628,'action started via WP Cron','2020-12-28 05:48:55','2020-12-27 21:48:55'),(11160,6628,'action complete via WP Cron','2020-12-28 05:48:55','2020-12-27 21:48:55'),(11161,6629,'action created','2020-12-28 05:48:55','2020-12-27 21:48:55'),(11162,6629,'action started via WP Cron','2020-12-28 05:57:20','2020-12-27 21:57:20'),(11163,6629,'action complete via WP Cron','2020-12-28 05:57:20','2020-12-27 21:57:20'),(11164,6630,'action created','2020-12-28 05:57:21','2020-12-27 21:57:21'),(11165,6630,'action started via Async Request','2020-12-28 05:57:34','2020-12-27 21:57:34'),(11166,6630,'action complete via Async Request','2020-12-28 05:57:34','2020-12-27 21:57:34'),(11167,6631,'action created','2020-12-28 05:57:36','2020-12-27 21:57:36'),(11168,6631,'action started via WP Cron','2020-12-28 06:00:46','2020-12-27 22:00:46'),(11169,6631,'action complete via WP Cron','2020-12-28 06:00:46','2020-12-27 22:00:46'),(11170,6632,'action created','2020-12-28 06:00:46','2020-12-27 22:00:46'),(11171,6632,'action started via WP Cron','2020-12-28 06:17:23','2020-12-27 22:17:23'),(11172,6632,'action complete via WP Cron','2020-12-28 06:17:23','2020-12-27 22:17:23'),(11173,6633,'action created','2020-12-28 06:17:23','2020-12-27 22:17:23'),(11174,6633,'action started via WP Cron','2020-12-28 06:25:06','2020-12-27 22:25:06'),(11175,6633,'action complete via WP Cron','2020-12-28 06:25:06','2020-12-27 22:25:06'),(11176,6634,'action created','2020-12-28 06:25:06','2020-12-27 22:25:06'),(11177,6634,'action started via WP Cron','2020-12-28 06:25:46','2020-12-27 22:25:46'),(11178,6634,'action complete via WP Cron','2020-12-28 06:25:46','2020-12-27 22:25:46'),(11179,6635,'action created','2020-12-28 06:25:46','2020-12-27 22:25:46'),(11180,6635,'action started via WP Cron','2020-12-28 06:30:23','2020-12-27 22:30:23'),(11181,6635,'action complete via WP Cron','2020-12-28 06:30:23','2020-12-27 22:30:23'),(11182,6636,'action created','2020-12-28 06:30:23','2020-12-27 22:30:23'),(11183,6636,'action started via WP Cron','2020-12-28 06:31:00','2020-12-27 22:31:00'),(11184,6636,'action complete via WP Cron','2020-12-28 06:31:00','2020-12-27 22:31:00'),(11185,6637,'action created','2020-12-28 06:31:00','2020-12-27 22:31:00'),(11186,6637,'action started via WP Cron','2020-12-28 06:31:48','2020-12-27 22:31:48'),(11187,6637,'action complete via WP Cron','2020-12-28 06:31:48','2020-12-27 22:31:48'),(11188,6638,'action created','2020-12-28 06:31:48','2020-12-27 22:31:48'),(11189,6638,'action started via WP Cron','2020-12-28 06:39:55','2020-12-27 22:39:55'),(11190,6638,'action complete via WP Cron','2020-12-28 06:39:55','2020-12-27 22:39:55'),(11191,6639,'action created','2020-12-28 06:39:55','2020-12-27 22:39:55'),(11192,6639,'action started via WP Cron','2020-12-28 06:40:46','2020-12-27 22:40:46'),(11193,6639,'action complete via WP Cron','2020-12-28 06:40:46','2020-12-27 22:40:46'),(11194,6640,'action created','2020-12-28 06:40:47','2020-12-27 22:40:47'),(11195,6640,'action started via WP Cron','2020-12-28 06:41:46','2020-12-27 22:41:46'),(11196,6640,'action complete via WP Cron','2020-12-28 06:41:46','2020-12-27 22:41:46'),(11197,6641,'action created','2020-12-28 06:41:47','2020-12-27 22:41:47'),(11198,6641,'action started via WP Cron','2020-12-28 06:42:41','2020-12-27 22:42:41'),(11199,6641,'action complete via WP Cron','2020-12-28 06:42:41','2020-12-27 22:42:41'),(11200,6642,'action created','2020-12-28 06:42:41','2020-12-27 22:42:41'),(11201,6642,'action started via WP Cron','2020-12-28 06:43:50','2020-12-27 22:43:50'),(11202,6642,'action complete via WP Cron','2020-12-28 06:43:50','2020-12-27 22:43:50'),(11203,6643,'action created','2020-12-28 06:43:50','2020-12-27 22:43:50'),(11204,6643,'action started via WP Cron','2020-12-28 06:44:46','2020-12-27 22:44:46'),(11205,6643,'action complete via WP Cron','2020-12-28 06:44:46','2020-12-27 22:44:46'),(11206,6644,'action created','2020-12-28 06:44:46','2020-12-27 22:44:46'),(11207,6644,'action started via WP Cron','2020-12-28 06:45:49','2020-12-27 22:45:49'),(11208,6644,'action complete via WP Cron','2020-12-28 06:45:49','2020-12-27 22:45:49'),(11209,6645,'action created','2020-12-28 06:45:49','2020-12-27 22:45:49'),(63902,24211,'action complete via WP Cron','2021-01-28 06:56:06','2021-01-27 22:56:06'),(63901,24211,'action started via WP Cron','2021-01-28 06:56:06','2021-01-27 22:56:06'),(66174,24969,'action created','2021-01-29 06:50:46','2021-01-28 22:50:46'),(11213,6645,'action started via WP Cron','2020-12-28 06:47:02','2020-12-27 22:47:02'),(11214,6645,'action complete via WP Cron','2020-12-28 06:47:02','2020-12-27 22:47:02'),(11215,6647,'action created','2020-12-28 06:47:02','2020-12-27 22:47:02'),(11216,6647,'action started via WP Cron','2020-12-28 06:47:49','2020-12-27 22:47:49'),(11217,6647,'action complete via WP Cron','2020-12-28 06:47:49','2020-12-27 22:47:49'),(11218,6648,'action created','2020-12-28 06:47:49','2020-12-27 22:47:49'),(11219,6648,'action started via WP Cron','2020-12-28 06:48:48','2020-12-27 22:48:48'),(11220,6648,'action complete via WP Cron','2020-12-28 06:48:48','2020-12-27 22:48:48'),(11221,6649,'action created','2020-12-28 06:48:48','2020-12-27 22:48:48'),(11222,6649,'action started via WP Cron','2020-12-28 06:49:52','2020-12-27 22:49:52'),(11223,6649,'action complete via WP Cron','2020-12-28 06:49:52','2020-12-27 22:49:52'),(11224,6650,'action created','2020-12-28 06:49:52','2020-12-27 22:49:52'),(11225,6650,'action started via WP Cron','2020-12-28 06:50:46','2020-12-27 22:50:46'),(11226,6650,'action complete via WP Cron','2020-12-28 06:50:46','2020-12-27 22:50:46'),(11227,6651,'action created','2020-12-28 06:50:46','2020-12-27 22:50:46'),(11228,6651,'action started via WP Cron','2020-12-28 06:52:59','2020-12-27 22:52:59'),(11229,6651,'action complete via WP Cron','2020-12-28 06:52:59','2020-12-27 22:52:59'),(11230,6652,'action created','2020-12-28 06:52:59','2020-12-27 22:52:59'),(11231,6652,'action started via WP Cron','2020-12-28 06:53:47','2020-12-27 22:53:47'),(11232,6652,'action complete via WP Cron','2020-12-28 06:53:47','2020-12-27 22:53:47'),(11233,6653,'action created','2020-12-28 06:53:47','2020-12-27 22:53:47'),(11234,6653,'action started via WP Cron','2020-12-28 06:54:42','2020-12-27 22:54:42'),(11235,6653,'action complete via WP Cron','2020-12-28 06:54:42','2020-12-27 22:54:42'),(11236,6654,'action created','2020-12-28 06:54:42','2020-12-27 22:54:42'),(11237,6654,'action started via WP Cron','2020-12-28 06:56:24','2020-12-27 22:56:24'),(11238,6654,'action complete via WP Cron','2020-12-28 06:56:24','2020-12-27 22:56:24'),(11239,6655,'action created','2020-12-28 06:56:24','2020-12-27 22:56:24'),(11240,6655,'action started via WP Cron','2020-12-28 06:56:49','2020-12-27 22:56:49'),(11241,6655,'action complete via WP Cron','2020-12-28 06:56:49','2020-12-27 22:56:49'),(11242,6656,'action created','2020-12-28 06:56:50','2020-12-27 22:56:50'),(11243,6656,'action started via WP Cron','2020-12-28 06:57:45','2020-12-27 22:57:45'),(11244,6656,'action complete via WP Cron','2020-12-28 06:57:45','2020-12-27 22:57:45'),(11245,6657,'action created','2020-12-28 06:57:45','2020-12-27 22:57:45'),(11246,6657,'action started via WP Cron','2020-12-28 07:19:55','2020-12-27 23:19:55'),(11247,6657,'action complete via WP Cron','2020-12-28 07:19:55','2020-12-27 23:19:55'),(11248,6658,'action created','2020-12-28 07:36:33','2020-12-27 23:36:33'),(11249,6658,'action started via WP Cron','2020-12-28 07:38:34','2020-12-27 23:38:34'),(11250,6658,'action complete via WP Cron','2020-12-28 07:38:34','2020-12-27 23:38:34'),(11251,6659,'action created','2020-12-28 07:38:34','2020-12-27 23:38:34'),(11252,6659,'action started via WP Cron','2020-12-28 07:49:12','2020-12-27 23:49:12'),(11253,6659,'action complete via WP Cron','2020-12-28 07:49:12','2020-12-27 23:49:12'),(11254,6660,'action created','2020-12-28 07:49:12','2020-12-27 23:49:12'),(11255,6660,'action started via WP Cron','2020-12-28 07:53:48','2020-12-27 23:53:48'),(11256,6660,'action complete via WP Cron','2020-12-28 07:53:48','2020-12-27 23:53:48'),(11257,6661,'action created','2020-12-28 07:53:49','2020-12-27 23:53:49'),(11258,6661,'action started via WP Cron','2020-12-28 07:57:20','2020-12-27 23:57:20'),(11259,6661,'action complete via WP Cron','2020-12-28 07:57:20','2020-12-27 23:57:20'),(11260,6662,'action created','2020-12-28 07:57:20','2020-12-27 23:57:20'),(11261,6662,'action started via WP Cron','2020-12-28 07:57:59','2020-12-27 23:57:59'),(11262,6662,'action complete via WP Cron','2020-12-28 07:57:59','2020-12-27 23:57:59'),(11263,6663,'action created','2020-12-28 07:57:59','2020-12-27 23:57:59'),(11264,6663,'action started via WP Cron','2020-12-28 07:58:42','2020-12-27 23:58:42'),(11265,6663,'action complete via WP Cron','2020-12-28 07:58:42','2020-12-27 23:58:42'),(11266,6664,'action created','2020-12-28 07:58:42','2020-12-27 23:58:42'),(11267,6664,'action started via WP Cron','2020-12-28 08:02:20','2020-12-28 00:02:20'),(11268,6664,'action complete via WP Cron','2020-12-28 08:02:20','2020-12-28 00:02:20'),(11269,6665,'action created','2020-12-28 08:02:20','2020-12-28 00:02:20'),(11270,6665,'action started via WP Cron','2020-12-28 08:09:39','2020-12-28 00:09:39'),(11271,6665,'action complete via WP Cron','2020-12-28 08:09:39','2020-12-28 00:09:39'),(11272,6666,'action created','2020-12-28 08:09:39','2020-12-28 00:09:39'),(11273,6666,'action started via WP Cron','2020-12-28 08:10:44','2020-12-28 00:10:44'),(11274,6666,'action complete via WP Cron','2020-12-28 08:10:44','2020-12-28 00:10:44'),(11275,6667,'action created','2020-12-28 08:10:44','2020-12-28 00:10:44'),(11276,6667,'action started via WP Cron','2020-12-28 08:11:52','2020-12-28 00:11:52'),(11277,6667,'action complete via WP Cron','2020-12-28 08:11:52','2020-12-28 00:11:52'),(11278,6668,'action created','2020-12-28 08:11:52','2020-12-28 00:11:52'),(11279,6668,'action started via WP Cron','2020-12-28 08:13:54','2020-12-28 00:13:54'),(11280,6668,'action complete via WP Cron','2020-12-28 08:13:54','2020-12-28 00:13:54'),(11281,6669,'action created','2020-12-28 08:13:54','2020-12-28 00:13:54'),(11282,6669,'action started via WP Cron','2020-12-28 08:14:55','2020-12-28 00:14:55'),(11283,6669,'action complete via WP Cron','2020-12-28 08:14:55','2020-12-28 00:14:55'),(11284,6670,'action created','2020-12-28 08:14:55','2020-12-28 00:14:55'),(11285,6670,'action started via WP Cron','2020-12-28 08:15:55','2020-12-28 00:15:55'),(11286,6670,'action complete via WP Cron','2020-12-28 08:15:55','2020-12-28 00:15:55'),(11287,6671,'action created','2020-12-28 08:15:55','2020-12-28 00:15:55'),(11288,6671,'action started via WP Cron','2020-12-28 08:16:52','2020-12-28 00:16:52'),(11289,6671,'action complete via WP Cron','2020-12-28 08:16:52','2020-12-28 00:16:52'),(11290,6672,'action created','2020-12-28 08:16:52','2020-12-28 00:16:52'),(11291,6672,'action started via WP Cron','2020-12-28 08:22:51','2020-12-28 00:22:51'),(11292,6672,'action complete via WP Cron','2020-12-28 08:22:51','2020-12-28 00:22:51'),(11293,6673,'action created','2020-12-28 08:22:51','2020-12-28 00:22:51'),(11294,6673,'action started via WP Cron','2020-12-28 08:23:47','2020-12-28 00:23:47'),(11295,6673,'action complete via WP Cron','2020-12-28 08:23:47','2020-12-28 00:23:47'),(11296,6674,'action created','2020-12-28 08:23:47','2020-12-28 00:23:47'),(11297,6674,'action started via WP Cron','2020-12-28 08:24:43','2020-12-28 00:24:43'),(11298,6674,'action complete via WP Cron','2020-12-28 08:24:43','2020-12-28 00:24:43'),(11299,6675,'action created','2020-12-28 08:24:44','2020-12-28 00:24:44'),(11300,6675,'action started via WP Cron','2020-12-28 08:25:52','2020-12-28 00:25:52'),(11301,6675,'action complete via WP Cron','2020-12-28 08:25:52','2020-12-28 00:25:52'),(11302,6676,'action created','2020-12-28 08:25:52','2020-12-28 00:25:52'),(11303,6676,'action started via WP Cron','2020-12-28 08:26:44','2020-12-28 00:26:44'),(11304,6676,'action complete via WP Cron','2020-12-28 08:26:44','2020-12-28 00:26:44'),(11305,6677,'action created','2020-12-28 08:26:44','2020-12-28 00:26:44'),(11306,6677,'action started via WP Cron','2020-12-28 08:27:44','2020-12-28 00:27:44'),(11307,6677,'action complete via WP Cron','2020-12-28 08:27:44','2020-12-28 00:27:44'),(11308,6678,'action created','2020-12-28 08:27:45','2020-12-28 00:27:45'),(11309,6678,'action started via WP Cron','2020-12-28 08:28:45','2020-12-28 00:28:45'),(11310,6678,'action complete via WP Cron','2020-12-28 08:28:45','2020-12-28 00:28:45'),(11311,6679,'action created','2020-12-28 08:28:45','2020-12-28 00:28:45'),(11312,6679,'action started via WP Cron','2020-12-28 08:29:50','2020-12-28 00:29:50'),(11313,6679,'action complete via WP Cron','2020-12-28 08:29:50','2020-12-28 00:29:50'),(11314,6680,'action created','2020-12-28 08:29:50','2020-12-28 00:29:50'),(11315,6680,'action started via WP Cron','2020-12-28 08:30:40','2020-12-28 00:30:40'),(11316,6680,'action complete via WP Cron','2020-12-28 08:30:40','2020-12-28 00:30:40'),(11317,6681,'action created','2020-12-28 08:30:41','2020-12-28 00:30:41'),(11318,6681,'action started via WP Cron','2020-12-28 08:31:56','2020-12-28 00:31:56'),(11319,6681,'action complete via WP Cron','2020-12-28 08:31:56','2020-12-28 00:31:56'),(11320,6682,'action created','2020-12-28 08:31:56','2020-12-28 00:31:56'),(11321,6682,'action started via WP Cron','2020-12-28 08:32:42','2020-12-28 00:32:42'),(11322,6682,'action complete via WP Cron','2020-12-28 08:32:42','2020-12-28 00:32:42'),(11323,6683,'action created','2020-12-28 08:32:42','2020-12-28 00:32:42'),(11324,6683,'action started via WP Cron','2020-12-28 08:33:47','2020-12-28 00:33:47'),(11325,6683,'action complete via WP Cron','2020-12-28 08:33:47','2020-12-28 00:33:47'),(11326,6684,'action created','2020-12-28 08:33:47','2020-12-28 00:33:47'),(11327,6684,'action started via WP Cron','2020-12-28 08:34:43','2020-12-28 00:34:43'),(11328,6684,'action complete via WP Cron','2020-12-28 08:34:43','2020-12-28 00:34:43'),(11329,6685,'action created','2020-12-28 08:34:43','2020-12-28 00:34:43'),(11330,6685,'action started via WP Cron','2020-12-28 08:37:25','2020-12-28 00:37:25'),(11331,6685,'action complete via WP Cron','2020-12-28 08:37:25','2020-12-28 00:37:25'),(11332,6686,'action created','2020-12-28 08:37:26','2020-12-28 00:37:26'),(11333,6686,'action started via WP Cron','2020-12-28 08:39:59','2020-12-28 00:39:59'),(11334,6686,'action complete via WP Cron','2020-12-28 08:39:59','2020-12-28 00:39:59'),(11335,6687,'action created','2020-12-28 08:39:59','2020-12-28 00:39:59'),(11336,6687,'action started via WP Cron','2020-12-28 08:41:53','2020-12-28 00:41:53'),(11337,6687,'action complete via WP Cron','2020-12-28 08:41:53','2020-12-28 00:41:53'),(11338,6688,'action created','2020-12-28 08:41:54','2020-12-28 00:41:54'),(11339,6688,'action started via WP Cron','2020-12-28 08:43:39','2020-12-28 00:43:39'),(11340,6688,'action complete via WP Cron','2020-12-28 08:43:39','2020-12-28 00:43:39'),(11341,6689,'action created','2020-12-28 08:43:40','2020-12-28 00:43:40'),(11342,6689,'action started via WP Cron','2020-12-28 08:50:14','2020-12-28 00:50:14'),(11343,6689,'action complete via WP Cron','2020-12-28 08:50:14','2020-12-28 00:50:14'),(11344,6690,'action created','2020-12-28 08:50:14','2020-12-28 00:50:14'),(11345,6690,'action started via WP Cron','2020-12-28 09:00:50','2020-12-28 01:00:50'),(11346,6690,'action complete via WP Cron','2020-12-28 09:00:50','2020-12-28 01:00:50'),(11347,6691,'action created','2020-12-28 09:00:50','2020-12-28 01:00:50'),(11348,6691,'action started via WP Cron','2020-12-28 09:02:31','2020-12-28 01:02:31'),(11349,6691,'action complete via WP Cron','2020-12-28 09:02:31','2020-12-28 01:02:31'),(11350,6692,'action created','2020-12-28 09:02:31','2020-12-28 01:02:31'),(11351,6692,'action started via WP Cron','2020-12-28 09:03:34','2020-12-28 01:03:34'),(11352,6692,'action complete via WP Cron','2020-12-28 09:03:34','2020-12-28 01:03:34'),(11353,6693,'action created','2020-12-28 09:03:35','2020-12-28 01:03:35'),(11354,6693,'action started via WP Cron','2020-12-28 09:04:33','2020-12-28 01:04:33'),(11355,6693,'action complete via WP Cron','2020-12-28 09:04:33','2020-12-28 01:04:33'),(11356,6694,'action created','2020-12-28 09:04:33','2020-12-28 01:04:33'),(11357,6694,'action started via WP Cron','2020-12-28 09:05:34','2020-12-28 01:05:34'),(11358,6694,'action complete via WP Cron','2020-12-28 09:05:34','2020-12-28 01:05:34'),(11359,6695,'action created','2020-12-28 09:05:34','2020-12-28 01:05:34'),(11360,6695,'action started via WP Cron','2020-12-28 09:11:47','2020-12-28 01:11:47'),(11361,6695,'action complete via WP Cron','2020-12-28 09:11:47','2020-12-28 01:11:47'),(11362,6696,'action created','2020-12-28 09:11:48','2020-12-28 01:11:48'),(11363,6696,'action started via WP Cron','2020-12-28 09:13:33','2020-12-28 01:13:33'),(11364,6696,'action complete via WP Cron','2020-12-28 09:13:33','2020-12-28 01:13:33'),(11365,6697,'action created','2020-12-28 09:13:33','2020-12-28 01:13:33'),(11366,6697,'action started via WP Cron','2020-12-28 09:16:01','2020-12-28 01:16:01'),(11367,6697,'action complete via WP Cron','2020-12-28 09:16:01','2020-12-28 01:16:01'),(11368,6698,'action created','2020-12-28 09:16:01','2020-12-28 01:16:01'),(11369,6698,'action started via WP Cron','2020-12-28 09:16:56','2020-12-28 01:16:56'),(11370,6698,'action complete via WP Cron','2020-12-28 09:16:56','2020-12-28 01:16:56'),(11371,6699,'action created','2020-12-28 09:16:56','2020-12-28 01:16:56'),(11372,6699,'action started via WP Cron','2020-12-28 09:18:45','2020-12-28 01:18:45'),(11373,6699,'action complete via WP Cron','2020-12-28 09:18:45','2020-12-28 01:18:45'),(11374,6700,'action created','2020-12-28 09:18:45','2020-12-28 01:18:45'),(11375,6700,'action started via WP Cron','2020-12-28 09:19:58','2020-12-28 01:19:58'),(11376,6700,'action complete via WP Cron','2020-12-28 09:19:58','2020-12-28 01:19:58'),(11377,6701,'action created','2020-12-28 09:19:58','2020-12-28 01:19:58'),(11378,6701,'action started via WP Cron','2020-12-28 09:20:59','2020-12-28 01:20:59'),(11379,6701,'action complete via WP Cron','2020-12-28 09:20:59','2020-12-28 01:20:59'),(11380,6702,'action created','2020-12-28 09:20:59','2020-12-28 01:20:59'),(11381,6702,'action started via WP Cron','2020-12-28 09:28:46','2020-12-28 01:28:46'),(11382,6702,'action complete via WP Cron','2020-12-28 09:28:46','2020-12-28 01:28:46'),(11383,6703,'action created','2020-12-28 09:28:46','2020-12-28 01:28:46'),(11384,6703,'action started via WP Cron','2020-12-28 09:34:57','2020-12-28 01:34:57'),(11385,6703,'action complete via WP Cron','2020-12-28 09:34:57','2020-12-28 01:34:57'),(11386,6704,'action created','2020-12-28 09:34:57','2020-12-28 01:34:57'),(11387,6704,'action started via WP Cron','2020-12-28 09:36:23','2020-12-28 01:36:23'),(11388,6704,'action complete via WP Cron','2020-12-28 09:36:23','2020-12-28 01:36:23'),(11389,6705,'action created','2020-12-28 09:36:23','2020-12-28 01:36:23'),(11390,6705,'action started via WP Cron','2020-12-28 09:37:31','2020-12-28 01:37:31'),(11391,6705,'action complete via WP Cron','2020-12-28 09:37:31','2020-12-28 01:37:31'),(11392,6706,'action created','2020-12-28 09:37:31','2020-12-28 01:37:31'),(11393,6706,'action started via WP Cron','2020-12-28 09:37:59','2020-12-28 01:37:59'),(11394,6706,'action complete via WP Cron','2020-12-28 09:37:59','2020-12-28 01:37:59'),(11395,6707,'action created','2020-12-28 09:37:59','2020-12-28 01:37:59'),(11396,6707,'action started via WP Cron','2020-12-28 09:48:12','2020-12-28 01:48:12'),(11397,6707,'action complete via WP Cron','2020-12-28 09:48:12','2020-12-28 01:48:12'),(11398,6708,'action created','2020-12-28 09:48:12','2020-12-28 01:48:12'),(11399,6708,'action started via WP Cron','2020-12-28 09:54:24','2020-12-28 01:54:24'),(11400,6708,'action complete via WP Cron','2020-12-28 09:54:24','2020-12-28 01:54:24'),(11401,6709,'action created','2020-12-28 09:54:24','2020-12-28 01:54:24'),(11402,6709,'action started via WP Cron','2020-12-28 09:54:54','2020-12-28 01:54:54'),(11403,6709,'action complete via WP Cron','2020-12-28 09:54:54','2020-12-28 01:54:54'),(11404,6710,'action created','2020-12-28 09:54:54','2020-12-28 01:54:54'),(11405,6710,'action started via WP Cron','2020-12-28 09:55:48','2020-12-28 01:55:48'),(11406,6710,'action complete via WP Cron','2020-12-28 09:55:48','2020-12-28 01:55:48'),(11407,6711,'action created','2020-12-28 09:55:48','2020-12-28 01:55:48'),(11408,6711,'action started via WP Cron','2020-12-28 10:02:27','2020-12-28 02:02:27'),(11409,6711,'action complete via WP Cron','2020-12-28 10:02:27','2020-12-28 02:02:27'),(11410,6712,'action created','2020-12-28 10:02:27','2020-12-28 02:02:27'),(11411,6712,'action started via WP Cron','2020-12-28 10:05:39','2020-12-28 02:05:39'),(11412,6712,'action complete via WP Cron','2020-12-28 10:05:39','2020-12-28 02:05:39'),(11413,6713,'action created','2020-12-28 10:05:40','2020-12-28 02:05:40'),(11414,6713,'action started via WP Cron','2020-12-28 10:07:34','2020-12-28 02:07:34'),(11415,6713,'action complete via WP Cron','2020-12-28 10:07:34','2020-12-28 02:07:34'),(11416,6714,'action created','2020-12-28 10:07:34','2020-12-28 02:07:34'),(11417,6714,'action started via WP Cron','2020-12-28 10:08:36','2020-12-28 02:08:36'),(11418,6714,'action complete via WP Cron','2020-12-28 10:08:36','2020-12-28 02:08:36'),(11419,6715,'action created','2020-12-28 10:08:36','2020-12-28 02:08:36'),(11420,6715,'action started via WP Cron','2020-12-28 10:09:36','2020-12-28 02:09:36'),(11421,6715,'action complete via WP Cron','2020-12-28 10:09:36','2020-12-28 02:09:36'),(11422,6716,'action created','2020-12-28 10:09:36','2020-12-28 02:09:36'),(11423,6716,'action started via WP Cron','2020-12-28 10:11:52','2020-12-28 02:11:52'),(11424,6716,'action complete via WP Cron','2020-12-28 10:11:52','2020-12-28 02:11:52'),(11425,6717,'action created','2020-12-28 10:11:52','2020-12-28 02:11:52'),(11426,6717,'action started via WP Cron','2020-12-28 10:16:03','2020-12-28 02:16:03'),(11427,6717,'action complete via WP Cron','2020-12-28 10:16:03','2020-12-28 02:16:03'),(11428,6718,'action created','2020-12-28 10:16:03','2020-12-28 02:16:03'),(11429,6718,'action started via WP Cron','2020-12-28 10:21:05','2020-12-28 02:21:05'),(11430,6718,'action complete via WP Cron','2020-12-28 10:21:05','2020-12-28 02:21:05'),(11431,6719,'action created','2020-12-28 10:21:05','2020-12-28 02:21:05'),(11432,6719,'action started via WP Cron','2020-12-28 10:21:59','2020-12-28 02:21:59'),(11433,6719,'action complete via WP Cron','2020-12-28 10:21:59','2020-12-28 02:21:59'),(11434,6720,'action created','2020-12-28 10:22:00','2020-12-28 02:22:00'),(11435,6720,'action started via WP Cron','2020-12-28 10:23:00','2020-12-28 02:23:00'),(11436,6720,'action complete via WP Cron','2020-12-28 10:23:00','2020-12-28 02:23:00'),(11437,6721,'action created','2020-12-28 10:23:00','2020-12-28 02:23:00'),(11438,6721,'action started via WP Cron','2020-12-28 10:24:44','2020-12-28 02:24:44'),(11439,6721,'action complete via WP Cron','2020-12-28 10:24:44','2020-12-28 02:24:44'),(11440,6722,'action created','2020-12-28 10:24:44','2020-12-28 02:24:44'),(11441,6722,'action started via WP Cron','2020-12-28 10:26:04','2020-12-28 02:26:04'),(11442,6722,'action complete via WP Cron','2020-12-28 10:26:04','2020-12-28 02:26:04'),(11443,6723,'action created','2020-12-28 10:26:04','2020-12-28 02:26:04'),(11444,6723,'action started via WP Cron','2020-12-28 10:27:04','2020-12-28 02:27:04'),(11445,6723,'action complete via WP Cron','2020-12-28 10:27:04','2020-12-28 02:27:04'),(11446,6724,'action created','2020-12-28 10:27:05','2020-12-28 02:27:05'),(11447,6724,'action started via WP Cron','2020-12-28 10:27:47','2020-12-28 02:27:47'),(11448,6724,'action complete via WP Cron','2020-12-28 10:27:47','2020-12-28 02:27:47'),(11449,6725,'action created','2020-12-28 10:27:47','2020-12-28 02:27:47'),(11450,6725,'action started via WP Cron','2020-12-28 10:28:57','2020-12-28 02:28:57'),(11451,6725,'action complete via WP Cron','2020-12-28 10:28:57','2020-12-28 02:28:57'),(11452,6726,'action created','2020-12-28 10:28:57','2020-12-28 02:28:57'),(11453,6726,'action started via WP Cron','2020-12-28 10:31:12','2020-12-28 02:31:12'),(11454,6726,'action complete via WP Cron','2020-12-28 10:31:12','2020-12-28 02:31:12'),(11455,6727,'action created','2020-12-28 10:31:12','2020-12-28 02:31:12'),(11456,6727,'action started via WP Cron','2020-12-28 10:31:44','2020-12-28 02:31:44'),(11457,6727,'action complete via WP Cron','2020-12-28 10:31:44','2020-12-28 02:31:44'),(11458,6728,'action created','2020-12-28 10:31:44','2020-12-28 02:31:44'),(11459,6728,'action started via WP Cron','2020-12-28 10:33:54','2020-12-28 02:33:54'),(11460,6728,'action complete via WP Cron','2020-12-28 10:33:54','2020-12-28 02:33:54'),(11461,6729,'action created','2020-12-28 10:33:54','2020-12-28 02:33:54'),(11462,6729,'action started via WP Cron','2020-12-28 10:35:03','2020-12-28 02:35:03'),(11463,6729,'action complete via WP Cron','2020-12-28 10:35:03','2020-12-28 02:35:03'),(11464,6730,'action created','2020-12-28 10:46:17','2020-12-28 02:46:17'),(11465,6730,'action started via WP Cron','2020-12-28 10:47:45','2020-12-28 02:47:45'),(11466,6730,'action complete via WP Cron','2020-12-28 10:47:45','2020-12-28 02:47:45'),(11467,6731,'action created','2020-12-28 10:47:45','2020-12-28 02:47:45'),(11468,6731,'action started via WP Cron','2020-12-28 10:49:19','2020-12-28 02:49:19'),(11469,6731,'action complete via WP Cron','2020-12-28 10:49:19','2020-12-28 02:49:19'),(11470,6732,'action created','2020-12-28 10:49:19','2020-12-28 02:49:19'),(11471,6732,'action started via WP Cron','2020-12-28 10:50:21','2020-12-28 02:50:21'),(11472,6732,'action complete via WP Cron','2020-12-28 10:50:21','2020-12-28 02:50:21'),(11473,6733,'action created','2020-12-28 10:50:21','2020-12-28 02:50:21'),(11474,6733,'action started via WP Cron','2020-12-28 10:52:22','2020-12-28 02:52:22'),(11475,6733,'action complete via WP Cron','2020-12-28 10:52:22','2020-12-28 02:52:22'),(11476,6734,'action created','2020-12-28 10:52:22','2020-12-28 02:52:22'),(11477,6734,'action started via WP Cron','2020-12-28 10:53:23','2020-12-28 02:53:23'),(11478,6734,'action complete via WP Cron','2020-12-28 10:53:23','2020-12-28 02:53:23'),(11479,6735,'action created','2020-12-28 10:53:23','2020-12-28 02:53:23'),(11480,6735,'action started via WP Cron','2020-12-28 10:54:24','2020-12-28 02:54:24'),(11481,6735,'action complete via WP Cron','2020-12-28 10:54:24','2020-12-28 02:54:24'),(11482,6736,'action created','2020-12-28 10:54:24','2020-12-28 02:54:24'),(11483,6736,'action started via WP Cron','2020-12-28 10:57:19','2020-12-28 02:57:19'),(11484,6736,'action complete via WP Cron','2020-12-28 10:57:19','2020-12-28 02:57:19'),(11485,6737,'action created','2020-12-28 10:57:19','2020-12-28 02:57:19'),(11486,6737,'action started via WP Cron','2020-12-28 11:00:11','2020-12-28 03:00:11'),(11487,6737,'action complete via WP Cron','2020-12-28 11:00:11','2020-12-28 03:00:11'),(11488,6738,'action created','2020-12-28 11:00:11','2020-12-28 03:00:11'),(11489,6738,'action started via WP Cron','2020-12-28 11:03:04','2020-12-28 03:03:04'),(11490,6738,'action complete via WP Cron','2020-12-28 11:03:04','2020-12-28 03:03:04'),(11491,6739,'action created','2020-12-28 11:03:04','2020-12-28 03:03:04'),(11492,6739,'action started via WP Cron','2020-12-28 11:03:42','2020-12-28 03:03:42'),(11493,6739,'action complete via WP Cron','2020-12-28 11:03:42','2020-12-28 03:03:42'),(11494,6740,'action created','2020-12-28 11:03:43','2020-12-28 03:03:43'),(11495,6740,'action started via WP Cron','2020-12-28 11:06:28','2020-12-28 03:06:28'),(11496,6740,'action complete via WP Cron','2020-12-28 11:06:28','2020-12-28 03:06:28'),(11497,6741,'action created','2020-12-28 11:06:28','2020-12-28 03:06:28'),(11498,6741,'action started via WP Cron','2020-12-28 11:07:24','2020-12-28 03:07:24'),(11499,6741,'action complete via WP Cron','2020-12-28 11:07:24','2020-12-28 03:07:24'),(11500,6742,'action created','2020-12-28 11:07:24','2020-12-28 03:07:24'),(11501,6742,'action started via WP Cron','2020-12-28 11:07:47','2020-12-28 03:07:47'),(11502,6742,'action complete via WP Cron','2020-12-28 11:07:47','2020-12-28 03:07:47'),(11503,6743,'action created','2020-12-28 11:07:47','2020-12-28 03:07:47'),(11504,6743,'action started via WP Cron','2020-12-28 11:09:44','2020-12-28 03:09:44'),(11505,6743,'action complete via WP Cron','2020-12-28 11:09:44','2020-12-28 03:09:44'),(11506,6744,'action created','2020-12-28 11:10:44','2020-12-28 03:10:44'),(11507,6744,'action started via WP Cron','2020-12-28 11:11:45','2020-12-28 03:11:45'),(11508,6744,'action complete via WP Cron','2020-12-28 11:11:45','2020-12-28 03:11:45'),(11509,6745,'action created','2020-12-28 11:11:45','2020-12-28 03:11:45'),(11510,6745,'action started via WP Cron','2020-12-28 11:12:46','2020-12-28 03:12:46'),(11511,6745,'action complete via WP Cron','2020-12-28 11:12:46','2020-12-28 03:12:46'),(11512,6746,'action created','2020-12-28 11:12:46','2020-12-28 03:12:46'),(11513,6746,'action started via WP Cron','2020-12-28 11:13:47','2020-12-28 03:13:47'),(11514,6746,'action complete via WP Cron','2020-12-28 11:13:47','2020-12-28 03:13:47'),(11515,6747,'action created','2020-12-28 11:13:47','2020-12-28 03:13:47'),(11516,6747,'action started via WP Cron','2020-12-28 11:16:28','2020-12-28 03:16:28'),(11517,6747,'action complete via WP Cron','2020-12-28 11:16:28','2020-12-28 03:16:28'),(11518,6748,'action created','2020-12-28 11:16:29','2020-12-28 03:16:29'),(11519,6748,'action started via WP Cron','2020-12-28 11:23:37','2020-12-28 03:23:37'),(11520,6748,'action complete via WP Cron','2020-12-28 11:23:37','2020-12-28 03:23:37'),(11521,6749,'action created','2020-12-28 11:23:37','2020-12-28 03:23:37'),(11522,6749,'action started via WP Cron','2020-12-28 11:27:11','2020-12-28 03:27:11'),(11523,6749,'action complete via WP Cron','2020-12-28 11:27:11','2020-12-28 03:27:11'),(11524,6750,'action created','2020-12-28 11:27:11','2020-12-28 03:27:11'),(11525,6750,'action started via WP Cron','2020-12-28 11:28:05','2020-12-28 03:28:05'),(11526,6750,'action complete via WP Cron','2020-12-28 11:28:05','2020-12-28 03:28:05'),(11527,6751,'action created','2020-12-28 11:28:06','2020-12-28 03:28:06'),(11528,6751,'action started via WP Cron','2020-12-28 11:29:06','2020-12-28 03:29:06'),(11529,6751,'action complete via WP Cron','2020-12-28 11:29:06','2020-12-28 03:29:06'),(11530,6752,'action created','2020-12-28 11:29:06','2020-12-28 03:29:06'),(11531,6752,'action started via WP Cron','2020-12-28 11:31:08','2020-12-28 03:31:08'),(11532,6752,'action complete via WP Cron','2020-12-28 11:31:08','2020-12-28 03:31:08'),(11533,6753,'action created','2020-12-28 11:31:08','2020-12-28 03:31:08'),(11534,6753,'action started via WP Cron','2020-12-28 11:32:09','2020-12-28 03:32:09'),(11535,6753,'action complete via WP Cron','2020-12-28 11:32:09','2020-12-28 03:32:09'),(11536,6754,'action created','2020-12-28 11:32:09','2020-12-28 03:32:09'),(11537,6754,'action started via WP Cron','2020-12-28 11:33:10','2020-12-28 03:33:10'),(11538,6754,'action complete via WP Cron','2020-12-28 11:33:10','2020-12-28 03:33:10'),(11539,6755,'action created','2020-12-28 11:33:10','2020-12-28 03:33:10'),(11540,6755,'action started via WP Cron','2020-12-28 11:37:54','2020-12-28 03:37:54'),(11541,6755,'action complete via WP Cron','2020-12-28 11:37:54','2020-12-28 03:37:54'),(11542,6756,'action created','2020-12-28 11:37:54','2020-12-28 03:37:54'),(11543,6756,'action started via WP Cron','2020-12-28 11:40:10','2020-12-28 03:40:10'),(11544,6756,'action complete via WP Cron','2020-12-28 11:40:10','2020-12-28 03:40:10'),(11545,6757,'action created','2020-12-28 11:40:10','2020-12-28 03:40:10'),(11546,6757,'action started via WP Cron','2020-12-28 11:54:32','2020-12-28 03:54:32'),(11547,6757,'action complete via WP Cron','2020-12-28 11:54:32','2020-12-28 03:54:32'),(11548,6758,'action created','2020-12-28 11:54:32','2020-12-28 03:54:32'),(11549,6758,'action started via WP Cron','2020-12-28 11:55:25','2020-12-28 03:55:25'),(11550,6758,'action complete via WP Cron','2020-12-28 11:55:25','2020-12-28 03:55:25'),(11551,6759,'action created','2020-12-28 11:55:25','2020-12-28 03:55:25'),(11552,6759,'action started via WP Cron','2020-12-28 11:56:26','2020-12-28 03:56:26'),(11553,6759,'action complete via WP Cron','2020-12-28 11:56:26','2020-12-28 03:56:26'),(11554,6760,'action created','2020-12-28 11:56:26','2020-12-28 03:56:26'),(11555,6760,'action started via WP Cron','2020-12-28 11:58:27','2020-12-28 03:58:27'),(11556,6760,'action complete via WP Cron','2020-12-28 11:58:27','2020-12-28 03:58:27'),(11557,6761,'action created','2020-12-28 11:58:28','2020-12-28 03:58:28'),(11558,6761,'action started via WP Cron','2020-12-28 11:58:46','2020-12-28 03:58:46'),(11559,6761,'action complete via WP Cron','2020-12-28 11:58:46','2020-12-28 03:58:46'),(11560,6762,'action created','2020-12-28 11:58:46','2020-12-28 03:58:46'),(11561,6762,'action started via Async Request','2020-12-28 11:59:24','2020-12-28 03:59:24'),(11562,6762,'action complete via Async Request','2020-12-28 11:59:24','2020-12-28 03:59:24'),(11563,6763,'action created','2020-12-28 11:59:26','2020-12-28 03:59:26'),(11564,6763,'action started via WP Cron','2020-12-28 12:00:30','2020-12-28 04:00:30'),(11565,6763,'action complete via WP Cron','2020-12-28 12:00:30','2020-12-28 04:00:30'),(11566,6764,'action created','2020-12-28 12:00:30','2020-12-28 04:00:30'),(11567,6764,'action started via WP Cron','2020-12-28 12:04:12','2020-12-28 04:04:12'),(11568,6764,'action complete via WP Cron','2020-12-28 12:04:12','2020-12-28 04:04:12'),(11569,6765,'action created','2020-12-28 12:04:12','2020-12-28 04:04:12'),(11570,6765,'action started via WP Cron','2020-12-28 12:07:05','2020-12-28 04:07:05'),(11571,6765,'action complete via WP Cron','2020-12-28 12:07:05','2020-12-28 04:07:05'),(11572,6766,'action created','2020-12-28 12:07:05','2020-12-28 04:07:05'),(11573,6766,'action started via WP Cron','2020-12-28 12:11:58','2020-12-28 04:11:58'),(11574,6766,'action complete via WP Cron','2020-12-28 12:11:58','2020-12-28 04:11:58'),(11575,6767,'action created','2020-12-28 12:11:58','2020-12-28 04:11:58'),(11576,6767,'action started via WP Cron','2020-12-28 12:13:12','2020-12-28 04:13:12'),(11577,6767,'action complete via WP Cron','2020-12-28 12:13:12','2020-12-28 04:13:12'),(11578,6768,'action created','2020-12-28 12:13:12','2020-12-28 04:13:12'),(11579,6768,'action started via WP Cron','2020-12-28 12:13:54','2020-12-28 04:13:54'),(11580,6768,'action complete via WP Cron','2020-12-28 12:13:54','2020-12-28 04:13:54'),(11581,6769,'action created','2020-12-28 12:13:54','2020-12-28 04:13:54'),(11582,6769,'action started via WP Cron','2020-12-28 12:14:46','2020-12-28 04:14:46'),(11583,6769,'action complete via WP Cron','2020-12-28 12:14:46','2020-12-28 04:14:46'),(11584,6770,'action created','2020-12-28 12:14:46','2020-12-28 04:14:46'),(11585,6770,'action started via WP Cron','2020-12-28 12:15:49','2020-12-28 04:15:49'),(11586,6770,'action complete via WP Cron','2020-12-28 12:15:49','2020-12-28 04:15:49'),(11587,6771,'action created','2020-12-28 12:15:49','2020-12-28 04:15:49'),(11588,6771,'action started via WP Cron','2020-12-28 12:16:51','2020-12-28 04:16:51'),(11589,6771,'action complete via WP Cron','2020-12-28 12:16:51','2020-12-28 04:16:51'),(11590,6772,'action created','2020-12-28 12:16:52','2020-12-28 04:16:52'),(11591,6772,'action started via WP Cron','2020-12-28 12:17:43','2020-12-28 04:17:43'),(11592,6772,'action complete via WP Cron','2020-12-28 12:17:43','2020-12-28 04:17:43'),(11593,6773,'action created','2020-12-28 12:17:43','2020-12-28 04:17:43'),(11594,6773,'action started via WP Cron','2020-12-28 12:24:43','2020-12-28 04:24:43'),(11595,6773,'action complete via WP Cron','2020-12-28 12:24:43','2020-12-28 04:24:43'),(11596,6774,'action created','2020-12-28 12:24:43','2020-12-28 04:24:43'),(11597,6774,'action started via WP Cron','2020-12-28 12:29:51','2020-12-28 04:29:51'),(11598,6774,'action complete via WP Cron','2020-12-28 12:29:51','2020-12-28 04:29:51'),(11599,6775,'action created','2020-12-28 12:29:51','2020-12-28 04:29:51'),(11600,6775,'action started via WP Cron','2020-12-28 12:32:34','2020-12-28 04:32:34'),(11601,6775,'action complete via WP Cron','2020-12-28 12:32:34','2020-12-28 04:32:34'),(11602,6776,'action created','2020-12-28 12:32:34','2020-12-28 04:32:34'),(11603,6776,'action started via WP Cron','2020-12-28 12:33:16','2020-12-28 04:33:16'),(11604,6776,'action complete via WP Cron','2020-12-28 12:33:16','2020-12-28 04:33:16'),(11605,6777,'action created','2020-12-28 12:33:16','2020-12-28 04:33:16'),(11606,6777,'action started via WP Cron','2020-12-28 12:34:10','2020-12-28 04:34:10'),(11607,6777,'action complete via WP Cron','2020-12-28 12:34:10','2020-12-28 04:34:10'),(11608,6778,'action created','2020-12-28 12:34:10','2020-12-28 04:34:10'),(11609,6778,'action started via WP Cron','2020-12-28 12:36:12','2020-12-28 04:36:12'),(11610,6778,'action complete via WP Cron','2020-12-28 12:36:12','2020-12-28 04:36:12'),(11611,6779,'action created','2020-12-28 12:36:12','2020-12-28 04:36:12'),(11612,6779,'action started via WP Cron','2020-12-28 12:37:13','2020-12-28 04:37:13'),(11613,6779,'action complete via WP Cron','2020-12-28 12:37:13','2020-12-28 04:37:13'),(11614,6780,'action created','2020-12-28 12:37:13','2020-12-28 04:37:13'),(11615,6780,'action started via WP Cron','2020-12-28 12:38:14','2020-12-28 04:38:14'),(11616,6780,'action complete via WP Cron','2020-12-28 12:38:14','2020-12-28 04:38:14'),(11617,6781,'action created','2020-12-28 12:38:14','2020-12-28 04:38:14'),(11618,6781,'action started via WP Cron','2020-12-28 12:40:52','2020-12-28 04:40:52'),(11619,6781,'action complete via WP Cron','2020-12-28 12:40:52','2020-12-28 04:40:52'),(11620,6782,'action created','2020-12-28 12:40:52','2020-12-28 04:40:52'),(11621,6782,'action started via WP Cron','2020-12-28 12:45:50','2020-12-28 04:45:50'),(11622,6782,'action complete via WP Cron','2020-12-28 12:45:50','2020-12-28 04:45:50'),(11623,6783,'action created','2020-12-28 12:45:50','2020-12-28 04:45:50'),(11624,6783,'action started via WP Cron','2020-12-28 12:51:02','2020-12-28 04:51:02'),(11625,6783,'action complete via WP Cron','2020-12-28 12:51:02','2020-12-28 04:51:02'),(11626,6784,'action created','2020-12-28 12:51:02','2020-12-28 04:51:02'),(11627,6784,'action started via WP Cron','2020-12-28 13:00:36','2020-12-28 05:00:36'),(11628,6784,'action complete via WP Cron','2020-12-28 13:00:36','2020-12-28 05:00:36'),(11629,6785,'action created','2020-12-28 13:00:36','2020-12-28 05:00:36'),(11630,6785,'action started via WP Cron','2020-12-28 13:00:49','2020-12-28 05:00:49'),(11631,6785,'action complete via WP Cron','2020-12-28 13:00:49','2020-12-28 05:00:49'),(11632,6786,'action created','2020-12-28 13:00:49','2020-12-28 05:00:49'),(11633,6786,'action started via WP Cron','2020-12-28 13:02:33','2020-12-28 05:02:33'),(11634,6786,'action complete via WP Cron','2020-12-28 13:02:33','2020-12-28 05:02:33'),(11635,6787,'action created','2020-12-28 13:02:33','2020-12-28 05:02:33'),(11636,6787,'action started via WP Cron','2020-12-28 13:02:50','2020-12-28 05:02:50'),(11637,6787,'action complete via WP Cron','2020-12-28 13:02:50','2020-12-28 05:02:50'),(11638,6788,'action created','2020-12-28 13:02:50','2020-12-28 05:02:50'),(11639,6788,'action started via WP Cron','2020-12-28 13:04:47','2020-12-28 05:04:47'),(11640,6788,'action complete via WP Cron','2020-12-28 13:04:47','2020-12-28 05:04:47'),(11641,6789,'action created','2020-12-28 13:04:47','2020-12-28 05:04:47'),(11642,6789,'action started via WP Cron','2020-12-28 13:08:54','2020-12-28 05:08:54'),(11643,6789,'action complete via WP Cron','2020-12-28 13:08:54','2020-12-28 05:08:54'),(11644,6790,'action created','2020-12-28 13:08:54','2020-12-28 05:08:54'),(11645,6790,'action started via WP Cron','2020-12-28 13:11:15','2020-12-28 05:11:15'),(11646,6790,'action complete via WP Cron','2020-12-28 13:11:15','2020-12-28 05:11:15'),(11647,6791,'action created','2020-12-28 13:11:15','2020-12-28 05:11:15'),(11648,6791,'action started via WP Cron','2020-12-28 13:13:40','2020-12-28 05:13:40'),(11649,6791,'action complete via WP Cron','2020-12-28 13:13:40','2020-12-28 05:13:40'),(11650,6792,'action created','2020-12-28 13:13:40','2020-12-28 05:13:40'),(11651,6792,'action started via WP Cron','2020-12-28 13:21:29','2020-12-28 05:21:29'),(11652,6792,'action complete via WP Cron','2020-12-28 13:21:29','2020-12-28 05:21:29'),(11653,6793,'action created','2020-12-28 13:21:29','2020-12-28 05:21:29'),(11654,6793,'action started via WP Cron','2020-12-28 13:21:42','2020-12-28 05:21:42'),(11655,6793,'action complete via WP Cron','2020-12-28 13:21:42','2020-12-28 05:21:42'),(11656,6794,'action created','2020-12-28 13:21:42','2020-12-28 05:21:42'),(11657,6794,'action started via WP Cron','2020-12-28 13:23:24','2020-12-28 05:23:24'),(11658,6794,'action complete via WP Cron','2020-12-28 13:23:24','2020-12-28 05:23:24'),(11659,6795,'action created','2020-12-28 13:23:24','2020-12-28 05:23:24'),(11660,6795,'action started via WP Cron','2020-12-28 13:23:42','2020-12-28 05:23:42'),(11661,6795,'action complete via WP Cron','2020-12-28 13:23:42','2020-12-28 05:23:42'),(11662,6796,'action created','2020-12-28 13:23:42','2020-12-28 05:23:42'),(11663,6796,'action started via WP Cron','2020-12-28 13:24:42','2020-12-28 05:24:42'),(11664,6796,'action complete via WP Cron','2020-12-28 13:24:42','2020-12-28 05:24:42'),(11665,6797,'action created','2020-12-28 13:24:42','2020-12-28 05:24:42'),(11666,6797,'action started via WP Cron','2020-12-28 13:26:27','2020-12-28 05:26:27'),(11667,6797,'action complete via WP Cron','2020-12-28 13:26:27','2020-12-28 05:26:27'),(11668,6798,'action created','2020-12-28 13:26:27','2020-12-28 05:26:27'),(11669,6798,'action started via WP Cron','2020-12-28 13:27:28','2020-12-28 05:27:28'),(11670,6798,'action complete via WP Cron','2020-12-28 13:27:28','2020-12-28 05:27:28'),(11671,6799,'action created','2020-12-28 13:27:28','2020-12-28 05:27:28'),(11672,6799,'action started via WP Cron','2020-12-28 13:28:29','2020-12-28 05:28:29'),(11673,6799,'action complete via WP Cron','2020-12-28 13:28:29','2020-12-28 05:28:29'),(11674,6800,'action created','2020-12-28 13:28:29','2020-12-28 05:28:29'),(11675,6800,'action started via WP Cron','2020-12-28 13:33:51','2020-12-28 05:33:51'),(11676,6800,'action complete via WP Cron','2020-12-28 13:33:52','2020-12-28 05:33:52'),(11677,6801,'action created','2020-12-28 13:33:52','2020-12-28 05:33:52'),(11678,6801,'action started via WP Cron','2020-12-28 13:36:04','2020-12-28 05:36:04'),(11679,6801,'action complete via WP Cron','2020-12-28 13:36:04','2020-12-28 05:36:04'),(11680,6802,'action created','2020-12-28 13:36:04','2020-12-28 05:36:04'),(11681,6802,'action started via WP Cron','2020-12-28 13:37:45','2020-12-28 05:37:45'),(11682,6802,'action complete via WP Cron','2020-12-28 13:37:45','2020-12-28 05:37:45'),(11683,6803,'action created','2020-12-28 13:37:45','2020-12-28 05:37:45'),(11684,6803,'action started via WP Cron','2020-12-28 13:41:22','2020-12-28 05:41:22'),(11685,6803,'action complete via WP Cron','2020-12-28 13:41:22','2020-12-28 05:41:22'),(11686,6804,'action created','2020-12-28 13:41:22','2020-12-28 05:41:22'),(11687,6804,'action started via WP Cron','2020-12-28 13:42:23','2020-12-28 05:42:23'),(11688,6804,'action complete via WP Cron','2020-12-28 13:42:23','2020-12-28 05:42:23'),(11689,6805,'action created','2020-12-28 13:42:23','2020-12-28 05:42:23'),(11690,6805,'action started via WP Cron','2020-12-28 13:44:36','2020-12-28 05:44:36'),(11691,6805,'action complete via WP Cron','2020-12-28 13:44:36','2020-12-28 05:44:36'),(11692,6806,'action created','2020-12-28 13:44:36','2020-12-28 05:44:36'),(11693,6806,'action started via WP Cron','2020-12-28 13:46:33','2020-12-28 05:46:33'),(11694,6806,'action complete via WP Cron','2020-12-28 13:46:33','2020-12-28 05:46:33'),(11695,6807,'action created','2020-12-28 13:46:33','2020-12-28 05:46:33'),(11696,6807,'action started via WP Cron','2020-12-28 13:48:34','2020-12-28 05:48:34'),(11697,6807,'action complete via WP Cron','2020-12-28 13:48:34','2020-12-28 05:48:34'),(11698,6808,'action created','2020-12-28 13:48:34','2020-12-28 05:48:34'),(11699,6808,'action started via WP Cron','2020-12-28 13:49:40','2020-12-28 05:49:40'),(11700,6808,'action complete via WP Cron','2020-12-28 13:49:40','2020-12-28 05:49:40'),(11701,6809,'action created','2020-12-28 13:49:40','2020-12-28 05:49:40'),(11702,6809,'action started via WP Cron','2020-12-28 13:53:22','2020-12-28 05:53:22'),(11703,6809,'action complete via WP Cron','2020-12-28 13:53:22','2020-12-28 05:53:22'),(11704,6810,'action created','2020-12-28 13:53:39','2020-12-28 05:53:39'),(11705,6810,'action started via WP Cron','2020-12-28 13:57:00','2020-12-28 05:57:00'),(11706,6810,'action complete via WP Cron','2020-12-28 13:57:00','2020-12-28 05:57:00'),(11707,6811,'action created','2020-12-28 13:57:31','2020-12-28 05:57:31'),(11708,6811,'action started via WP Cron','2020-12-28 13:58:50','2020-12-28 05:58:50'),(11709,6811,'action complete via WP Cron','2020-12-28 13:58:50','2020-12-28 05:58:50'),(11710,6812,'action created','2020-12-28 13:58:50','2020-12-28 05:58:50'),(11711,6812,'action started via WP Cron','2020-12-28 14:00:00','2020-12-28 06:00:00'),(11712,6812,'action complete via WP Cron','2020-12-28 14:00:00','2020-12-28 06:00:00'),(11713,6813,'action created','2020-12-28 14:00:00','2020-12-28 06:00:00'),(11714,6813,'action started via WP Cron','2020-12-28 14:04:34','2020-12-28 06:04:34'),(11715,6813,'action complete via WP Cron','2020-12-28 14:04:34','2020-12-28 06:04:34'),(11716,6814,'action created','2020-12-28 14:04:34','2020-12-28 06:04:34'),(11717,6814,'action started via WP Cron','2020-12-28 14:05:35','2020-12-28 06:05:35'),(11718,6814,'action complete via WP Cron','2020-12-28 14:05:35','2020-12-28 06:05:35'),(11719,6815,'action created','2020-12-28 14:05:35','2020-12-28 06:05:35'),(11720,6815,'action started via WP Cron','2020-12-28 14:05:47','2020-12-28 06:05:47'),(11721,6815,'action complete via WP Cron','2020-12-28 14:05:47','2020-12-28 06:05:47'),(11722,6816,'action created','2020-12-28 14:05:47','2020-12-28 06:05:47'),(11723,6816,'action started via WP Cron','2020-12-28 14:07:39','2020-12-28 06:07:39'),(11724,6816,'action complete via WP Cron','2020-12-28 14:07:39','2020-12-28 06:07:39'),(11725,6817,'action created','2020-12-28 14:07:39','2020-12-28 06:07:39'),(11726,6817,'action started via WP Cron','2020-12-28 14:09:00','2020-12-28 06:09:00'),(11727,6817,'action complete via WP Cron','2020-12-28 14:09:00','2020-12-28 06:09:00'),(11728,6818,'action created','2020-12-28 14:09:00','2020-12-28 06:09:00'),(11729,6818,'action started via WP Cron','2020-12-28 14:09:50','2020-12-28 06:09:50'),(11730,6818,'action complete via WP Cron','2020-12-28 14:09:50','2020-12-28 06:09:50'),(11731,6819,'action created','2020-12-28 14:09:50','2020-12-28 06:09:50'),(11732,6819,'action started via WP Cron','2020-12-28 14:14:09','2020-12-28 06:14:09'),(11733,6819,'action complete via WP Cron','2020-12-28 14:14:09','2020-12-28 06:14:09'),(11734,6820,'action created','2020-12-28 14:14:09','2020-12-28 06:14:09'),(11735,6820,'action started via WP Cron','2020-12-28 14:18:34','2020-12-28 06:18:34'),(11736,6820,'action complete via WP Cron','2020-12-28 14:18:34','2020-12-28 06:18:34'),(11737,6821,'action created','2020-12-28 14:18:34','2020-12-28 06:18:34'),(11738,6821,'action started via WP Cron','2020-12-28 14:21:24','2020-12-28 06:21:24'),(11739,6821,'action complete via WP Cron','2020-12-28 14:21:24','2020-12-28 06:21:24'),(11740,6822,'action created','2020-12-28 14:21:24','2020-12-28 06:21:24'),(11741,6822,'action started via WP Cron','2020-12-28 14:28:35','2020-12-28 06:28:35'),(11742,6822,'action complete via WP Cron','2020-12-28 14:28:35','2020-12-28 06:28:35'),(11743,6823,'action created','2020-12-28 14:28:35','2020-12-28 06:28:35'),(11744,6823,'action started via WP Cron','2020-12-28 14:29:29','2020-12-28 06:29:29'),(11745,6823,'action complete via WP Cron','2020-12-28 14:29:29','2020-12-28 06:29:29'),(11746,6824,'action created','2020-12-28 14:29:29','2020-12-28 06:29:29'),(11747,6824,'action started via WP Cron','2020-12-28 14:30:55','2020-12-28 06:30:55'),(11748,6824,'action complete via WP Cron','2020-12-28 14:30:55','2020-12-28 06:30:55'),(11749,6825,'action created','2020-12-28 14:30:55','2020-12-28 06:30:55'),(11750,6825,'action started via WP Cron','2020-12-28 14:32:32','2020-12-28 06:32:32'),(11751,6825,'action complete via WP Cron','2020-12-28 14:32:32','2020-12-28 06:32:32'),(11752,6826,'action created','2020-12-28 14:32:32','2020-12-28 06:32:32'),(11753,6826,'action started via WP Cron','2020-12-28 14:33:33','2020-12-28 06:33:33'),(11754,6826,'action complete via WP Cron','2020-12-28 14:33:33','2020-12-28 06:33:33'),(11755,6827,'action created','2020-12-28 14:33:33','2020-12-28 06:33:33'),(11756,6827,'action started via WP Cron','2020-12-28 14:40:00','2020-12-28 06:40:00'),(11757,6827,'action complete via WP Cron','2020-12-28 14:40:00','2020-12-28 06:40:00'),(11758,6828,'action created','2020-12-28 14:40:01','2020-12-28 06:40:01'),(11759,6828,'action started via WP Cron','2020-12-28 14:47:21','2020-12-28 06:47:21'),(11760,6828,'action complete via WP Cron','2020-12-28 14:47:21','2020-12-28 06:47:21'),(11761,6829,'action created','2020-12-28 14:47:21','2020-12-28 06:47:21'),(11762,6829,'action started via WP Cron','2020-12-28 14:48:09','2020-12-28 06:48:09'),(11763,6829,'action complete via WP Cron','2020-12-28 14:48:09','2020-12-28 06:48:09'),(11764,6830,'action created','2020-12-28 14:48:09','2020-12-28 06:48:09'),(11765,6830,'action started via WP Cron','2020-12-28 14:50:32','2020-12-28 06:50:32'),(11766,6830,'action complete via WP Cron','2020-12-28 14:50:32','2020-12-28 06:50:32'),(11767,6831,'action created','2020-12-28 14:50:32','2020-12-28 06:50:32'),(11768,6831,'action started via WP Cron','2020-12-28 14:51:23','2020-12-28 06:51:23'),(11769,6831,'action complete via WP Cron','2020-12-28 14:51:23','2020-12-28 06:51:23'),(11770,6832,'action created','2020-12-28 14:51:24','2020-12-28 06:51:24'),(11771,6832,'action started via WP Cron','2020-12-28 14:51:52','2020-12-28 06:51:52'),(11772,6832,'action complete via WP Cron','2020-12-28 14:51:52','2020-12-28 06:51:52'),(11773,6833,'action created','2020-12-28 14:51:52','2020-12-28 06:51:52'),(11774,6833,'action started via WP Cron','2020-12-28 14:52:53','2020-12-28 06:52:53'),(11775,6833,'action complete via WP Cron','2020-12-28 14:52:53','2020-12-28 06:52:53'),(11776,6834,'action created','2020-12-28 14:52:53','2020-12-28 06:52:53'),(11777,6834,'action started via WP Cron','2020-12-28 14:54:13','2020-12-28 06:54:13'),(11778,6834,'action complete via WP Cron','2020-12-28 14:54:13','2020-12-28 06:54:13'),(11779,6835,'action created','2020-12-28 14:54:14','2020-12-28 06:54:14'),(11780,6835,'action started via WP Cron','2020-12-28 15:03:35','2020-12-28 07:03:35'),(11781,6835,'action complete via WP Cron','2020-12-28 15:03:35','2020-12-28 07:03:35'),(11782,6836,'action created','2020-12-28 15:03:35','2020-12-28 07:03:35'),(11783,6836,'action started via WP Cron','2020-12-28 15:10:44','2020-12-28 07:10:44'),(11784,6836,'action complete via WP Cron','2020-12-28 15:10:44','2020-12-28 07:10:44'),(11785,6837,'action created','2020-12-28 15:10:44','2020-12-28 07:10:44'),(11786,6837,'action started via WP Cron','2020-12-28 15:17:14','2020-12-28 07:17:14'),(11787,6837,'action complete via WP Cron','2020-12-28 15:17:14','2020-12-28 07:17:14'),(11788,6838,'action created','2020-12-28 15:17:14','2020-12-28 07:17:14'),(11789,6838,'action started via WP Cron','2020-12-28 15:18:15','2020-12-28 07:18:15'),(11790,6838,'action complete via WP Cron','2020-12-28 15:18:15','2020-12-28 07:18:15'),(11791,6839,'action created','2020-12-28 15:19:15','2020-12-28 07:19:15'),(11792,6839,'action started via WP Cron','2020-12-28 15:20:16','2020-12-28 07:20:16'),(11793,6839,'action complete via WP Cron','2020-12-28 15:20:16','2020-12-28 07:20:16'),(11794,6840,'action created','2020-12-28 15:20:16','2020-12-28 07:20:16'),(11795,6840,'action started via WP Cron','2020-12-28 15:22:44','2020-12-28 07:22:44'),(11796,6840,'action complete via WP Cron','2020-12-28 15:22:44','2020-12-28 07:22:44'),(11797,6841,'action created','2020-12-28 15:22:44','2020-12-28 07:22:44'),(11798,6841,'action started via WP Cron','2020-12-28 15:30:57','2020-12-28 07:30:57'),(11799,6841,'action complete via WP Cron','2020-12-28 15:30:57','2020-12-28 07:30:57'),(11800,6842,'action created','2020-12-28 15:30:58','2020-12-28 07:30:58'),(11801,6842,'action started via WP Cron','2020-12-28 15:33:05','2020-12-28 07:33:05'),(11802,6842,'action complete via WP Cron','2020-12-28 15:33:05','2020-12-28 07:33:05'),(11803,6843,'action created','2020-12-28 15:33:05','2020-12-28 07:33:05'),(11804,6843,'action started via WP Cron','2020-12-28 15:34:33','2020-12-28 07:34:33'),(11805,6843,'action complete via WP Cron','2020-12-28 15:34:33','2020-12-28 07:34:33'),(11806,6844,'action created','2020-12-28 15:34:33','2020-12-28 07:34:33'),(11807,6844,'action started via WP Cron','2020-12-28 15:36:35','2020-12-28 07:36:35'),(11808,6844,'action complete via WP Cron','2020-12-28 15:36:35','2020-12-28 07:36:35'),(11809,6845,'action created','2020-12-28 15:36:35','2020-12-28 07:36:35'),(11810,6845,'action started via WP Cron','2020-12-28 15:37:42','2020-12-28 07:37:42'),(11811,6845,'action complete via WP Cron','2020-12-28 15:37:42','2020-12-28 07:37:42'),(11812,6846,'action created','2020-12-28 15:37:42','2020-12-28 07:37:42'),(11813,6846,'action started via WP Cron','2020-12-28 15:41:42','2020-12-28 07:41:42'),(11814,6846,'action complete via WP Cron','2020-12-28 15:41:42','2020-12-28 07:41:42'),(11815,6847,'action created','2020-12-28 15:41:42','2020-12-28 07:41:42'),(11816,6847,'action started via WP Cron','2020-12-28 15:43:57','2020-12-28 07:43:57'),(11817,6847,'action complete via WP Cron','2020-12-28 15:43:57','2020-12-28 07:43:57'),(11818,6848,'action created','2020-12-28 15:43:57','2020-12-28 07:43:57'),(11819,6848,'action started via WP Cron','2020-12-28 15:46:26','2020-12-28 07:46:26'),(11820,6848,'action complete via WP Cron','2020-12-28 15:46:26','2020-12-28 07:46:26'),(11821,6849,'action created','2020-12-28 15:46:26','2020-12-28 07:46:26'),(11822,6849,'action started via WP Cron','2020-12-28 15:47:10','2020-12-28 07:47:10'),(11823,6849,'action complete via WP Cron','2020-12-28 15:47:10','2020-12-28 07:47:10'),(11824,6850,'action created','2020-12-28 15:47:10','2020-12-28 07:47:10'),(11825,6850,'action started via WP Cron','2020-12-28 15:51:08','2020-12-28 07:51:08'),(11826,6850,'action complete via WP Cron','2020-12-28 15:51:08','2020-12-28 07:51:08'),(11827,6851,'action created','2020-12-28 15:51:08','2020-12-28 07:51:08'),(11828,6851,'action started via WP Cron','2020-12-28 15:57:20','2020-12-28 07:57:20'),(11829,6851,'action complete via WP Cron','2020-12-28 15:57:20','2020-12-28 07:57:20'),(11830,6852,'action created','2020-12-28 15:57:20','2020-12-28 07:57:20'),(11831,6852,'action started via WP Cron','2020-12-28 15:58:27','2020-12-28 07:58:27'),(11832,6852,'action complete via WP Cron','2020-12-28 15:58:27','2020-12-28 07:58:27'),(11833,6853,'action created','2020-12-28 15:58:27','2020-12-28 07:58:27'),(11834,6853,'action started via WP Cron','2020-12-28 15:58:58','2020-12-28 07:58:58'),(11835,6853,'action complete via WP Cron','2020-12-28 15:58:58','2020-12-28 07:58:58'),(11836,6854,'action created','2020-12-28 15:58:58','2020-12-28 07:58:58'),(11837,6854,'action started via WP Cron','2020-12-28 16:00:24','2020-12-28 08:00:24'),(11838,6854,'action complete via WP Cron','2020-12-28 16:00:24','2020-12-28 08:00:24'),(11839,6855,'action created','2020-12-28 16:00:25','2020-12-28 08:00:25'),(11840,6855,'action started via WP Cron','2020-12-28 16:00:45','2020-12-28 08:00:45'),(11841,6855,'action complete via WP Cron','2020-12-28 16:00:45','2020-12-28 08:00:45'),(11842,6856,'action created','2020-12-28 16:00:45','2020-12-28 08:00:45'),(11843,6856,'action started via WP Cron','2020-12-28 16:01:57','2020-12-28 08:01:57'),(11844,6856,'action complete via WP Cron','2020-12-28 16:01:57','2020-12-28 08:01:57'),(11845,6857,'action created','2020-12-28 16:01:57','2020-12-28 08:01:57'),(11846,6857,'action started via WP Cron','2020-12-28 16:08:23','2020-12-28 08:08:23'),(11847,6857,'action complete via WP Cron','2020-12-28 16:08:23','2020-12-28 08:08:23'),(11848,6858,'action created','2020-12-28 16:08:23','2020-12-28 08:08:23'),(11849,6858,'action started via WP Cron','2020-12-28 16:19:32','2020-12-28 08:19:32'),(11850,6858,'action complete via WP Cron','2020-12-28 16:19:32','2020-12-28 08:19:32'),(11851,6859,'action created','2020-12-28 16:19:32','2020-12-28 08:19:32'),(11852,6859,'action started via WP Cron','2020-12-28 16:21:26','2020-12-28 08:21:26'),(11853,6859,'action complete via WP Cron','2020-12-28 16:21:26','2020-12-28 08:21:26'),(11854,6860,'action created','2020-12-28 16:21:26','2020-12-28 08:21:26'),(11855,6860,'action started via WP Cron','2020-12-28 16:24:56','2020-12-28 08:24:56'),(11856,6860,'action complete via WP Cron','2020-12-28 16:24:56','2020-12-28 08:24:56'),(11857,6861,'action created','2020-12-28 16:24:56','2020-12-28 08:24:56'),(11858,6861,'action started via WP Cron','2020-12-28 16:27:56','2020-12-28 08:27:56'),(11859,6861,'action complete via WP Cron','2020-12-28 16:27:56','2020-12-28 08:27:56'),(11860,6862,'action created','2020-12-28 16:27:57','2020-12-28 08:27:57'),(11861,6862,'action started via WP Cron','2020-12-28 16:30:39','2020-12-28 08:30:39'),(11862,6862,'action complete via WP Cron','2020-12-28 16:30:39','2020-12-28 08:30:39'),(11863,6863,'action created','2020-12-28 16:30:39','2020-12-28 08:30:39'),(11864,6863,'action started via WP Cron','2020-12-28 16:32:12','2020-12-28 08:32:12'),(11865,6863,'action complete via WP Cron','2020-12-28 16:32:12','2020-12-28 08:32:12'),(11866,6864,'action created','2020-12-28 16:32:12','2020-12-28 08:32:12'),(11867,6864,'action started via WP Cron','2020-12-28 16:39:08','2020-12-28 08:39:08'),(11868,6864,'action complete via WP Cron','2020-12-28 16:39:08','2020-12-28 08:39:08'),(11869,6865,'action created','2020-12-28 16:39:08','2020-12-28 08:39:08'),(11870,6865,'action started via WP Cron','2020-12-28 16:39:51','2020-12-28 08:39:51'),(11871,6865,'action complete via WP Cron','2020-12-28 16:39:51','2020-12-28 08:39:51'),(11872,6866,'action created','2020-12-28 16:39:51','2020-12-28 08:39:51'),(11873,6866,'action started via WP Cron','2020-12-28 16:40:54','2020-12-28 08:40:54'),(11874,6866,'action complete via WP Cron','2020-12-28 16:40:54','2020-12-28 08:40:54'),(11875,6867,'action created','2020-12-28 16:40:54','2020-12-28 08:40:54'),(11876,6867,'action started via WP Cron','2020-12-28 16:41:54','2020-12-28 08:41:54'),(11877,6867,'action complete via WP Cron','2020-12-28 16:41:54','2020-12-28 08:41:54'),(11878,6868,'action created','2020-12-28 16:41:55','2020-12-28 08:41:55'),(11879,6868,'action started via WP Cron','2020-12-28 16:45:59','2020-12-28 08:45:59'),(11880,6868,'action complete via WP Cron','2020-12-28 16:45:59','2020-12-28 08:45:59'),(11881,6869,'action created','2020-12-28 16:45:59','2020-12-28 08:45:59'),(11882,6869,'action started via WP Cron','2020-12-28 16:47:58','2020-12-28 08:47:58'),(11883,6869,'action complete via WP Cron','2020-12-28 16:47:58','2020-12-28 08:47:58'),(11884,6870,'action created','2020-12-28 16:47:59','2020-12-28 08:47:59'),(11885,6870,'action started via WP Cron','2020-12-28 16:50:15','2020-12-28 08:50:15'),(11886,6870,'action complete via WP Cron','2020-12-28 16:50:15','2020-12-28 08:50:15'),(11887,6871,'action created','2020-12-28 16:50:15','2020-12-28 08:50:15'),(11888,6871,'action started via WP Cron','2020-12-28 16:57:37','2020-12-28 08:57:37'),(11889,6871,'action complete via WP Cron','2020-12-28 16:57:37','2020-12-28 08:57:37'),(11890,6872,'action created','2020-12-28 16:57:37','2020-12-28 08:57:37'),(11891,6872,'action started via WP Cron','2020-12-28 17:03:06','2020-12-28 09:03:06'),(11892,6872,'action complete via WP Cron','2020-12-28 17:03:06','2020-12-28 09:03:06'),(11893,6873,'action created','2020-12-28 17:03:06','2020-12-28 09:03:06'),(11894,6873,'action started via WP Cron','2020-12-28 17:05:15','2020-12-28 09:05:15'),(11895,6873,'action complete via WP Cron','2020-12-28 17:05:15','2020-12-28 09:05:15'),(11896,6874,'action created','2020-12-28 17:05:15','2020-12-28 09:05:15'),(11897,6874,'action started via WP Cron','2020-12-28 17:06:16','2020-12-28 09:06:16'),(11898,6874,'action complete via WP Cron','2020-12-28 17:06:16','2020-12-28 09:06:16'),(11899,6875,'action created','2020-12-28 17:07:17','2020-12-28 09:07:17'),(11900,6875,'action started via WP Cron','2020-12-28 17:08:48','2020-12-28 09:08:48'),(11901,6875,'action complete via WP Cron','2020-12-28 17:08:48','2020-12-28 09:08:48'),(11902,6876,'action created','2020-12-28 17:08:48','2020-12-28 09:08:48'),(11903,6876,'action started via WP Cron','2020-12-28 17:10:38','2020-12-28 09:10:38'),(11904,6876,'action complete via WP Cron','2020-12-28 17:10:38','2020-12-28 09:10:38'),(11905,6877,'action created','2020-12-28 17:10:39','2020-12-28 09:10:39'),(11906,6877,'action started via WP Cron','2020-12-28 17:25:46','2020-12-28 09:25:46'),(11907,6877,'action complete via WP Cron','2020-12-28 17:25:46','2020-12-28 09:25:46'),(11908,6878,'action created','2020-12-28 17:25:46','2020-12-28 09:25:46'),(11909,6878,'action started via WP Cron','2020-12-28 17:30:44','2020-12-28 09:30:44'),(11910,6878,'action complete via WP Cron','2020-12-28 17:30:44','2020-12-28 09:30:44'),(11911,6879,'action created','2020-12-28 17:30:44','2020-12-28 09:30:44'),(11912,6879,'action started via WP Cron','2020-12-28 17:37:37','2020-12-28 09:37:37'),(11913,6879,'action complete via WP Cron','2020-12-28 17:37:37','2020-12-28 09:37:37'),(11914,6880,'action created','2020-12-28 17:37:37','2020-12-28 09:37:37'),(11915,6880,'action started via WP Cron','2020-12-28 17:38:25','2020-12-28 09:38:25'),(11916,6880,'action complete via WP Cron','2020-12-28 17:38:25','2020-12-28 09:38:25'),(11917,6881,'action created','2020-12-28 17:38:37','2020-12-28 09:38:37'),(11918,6881,'action started via WP Cron','2020-12-28 17:40:40','2020-12-28 09:40:40'),(11919,6881,'action complete via WP Cron','2020-12-28 17:40:40','2020-12-28 09:40:40'),(11920,6882,'action created','2020-12-28 17:40:40','2020-12-28 09:40:40'),(11921,6882,'action started via WP Cron','2020-12-28 17:41:41','2020-12-28 09:41:41'),(11922,6882,'action complete via WP Cron','2020-12-28 17:41:41','2020-12-28 09:41:41'),(11923,6883,'action created','2020-12-28 17:41:41','2020-12-28 09:41:41'),(11924,6883,'action started via WP Cron','2020-12-28 17:42:42','2020-12-28 09:42:42'),(11925,6883,'action complete via WP Cron','2020-12-28 17:42:42','2020-12-28 09:42:42'),(11926,6884,'action created','2020-12-28 17:42:42','2020-12-28 09:42:42'),(11927,6884,'action started via WP Cron','2020-12-28 17:55:50','2020-12-28 09:55:50'),(11928,6884,'action complete via WP Cron','2020-12-28 17:55:50','2020-12-28 09:55:50'),(11929,6885,'action created','2020-12-28 17:55:51','2020-12-28 09:55:51'),(11930,6885,'action started via WP Cron','2020-12-28 17:59:30','2020-12-28 09:59:30'),(11931,6885,'action complete via WP Cron','2020-12-28 17:59:30','2020-12-28 09:59:30'),(11932,6886,'action created','2020-12-28 17:59:30','2020-12-28 09:59:30'),(11933,6886,'action started via WP Cron','2020-12-28 18:04:35','2020-12-28 10:04:35'),(11934,6886,'action complete via WP Cron','2020-12-28 18:04:35','2020-12-28 10:04:35'),(11935,6887,'action created','2020-12-28 18:04:35','2020-12-28 10:04:35'),(11936,6887,'action started via WP Cron','2020-12-28 18:04:56','2020-12-28 10:04:56'),(11937,6887,'action complete via WP Cron','2020-12-28 18:04:56','2020-12-28 10:04:56'),(11938,6888,'action created','2020-12-28 18:04:56','2020-12-28 10:04:56'),(11939,6888,'action started via WP Cron','2020-12-28 18:07:23','2020-12-28 10:07:23'),(11940,6888,'action complete via WP Cron','2020-12-28 18:07:23','2020-12-28 10:07:23'),(11941,6889,'action created','2020-12-28 18:07:23','2020-12-28 10:07:23'),(11942,6889,'action started via WP Cron','2020-12-28 18:08:18','2020-12-28 10:08:18'),(11943,6889,'action complete via WP Cron','2020-12-28 18:08:18','2020-12-28 10:08:18'),(11944,6890,'action created','2020-12-28 18:08:18','2020-12-28 10:08:18'),(11945,6890,'action started via WP Cron','2020-12-28 18:09:18','2020-12-28 10:09:18'),(11946,6890,'action complete via WP Cron','2020-12-28 18:09:18','2020-12-28 10:09:18'),(11947,6891,'action created','2020-12-28 18:09:18','2020-12-28 10:09:18'),(11948,6891,'action started via WP Cron','2020-12-28 18:11:21','2020-12-28 10:11:21'),(11949,6891,'action complete via WP Cron','2020-12-28 18:11:21','2020-12-28 10:11:21'),(11950,6892,'action created','2020-12-28 18:12:21','2020-12-28 10:12:21'),(11951,6892,'action started via WP Cron','2020-12-28 18:13:08','2020-12-28 10:13:08'),(11952,6892,'action complete via WP Cron','2020-12-28 18:13:08','2020-12-28 10:13:08'),(11953,6893,'action created','2020-12-28 18:13:08','2020-12-28 10:13:08'),(11954,6893,'action started via WP Cron','2020-12-28 18:16:11','2020-12-28 10:16:11'),(11955,6893,'action complete via WP Cron','2020-12-28 18:16:11','2020-12-28 10:16:11'),(11956,6894,'action created','2020-12-28 18:16:11','2020-12-28 10:16:11'),(11957,6894,'action started via WP Cron','2020-12-28 18:21:11','2020-12-28 10:21:11'),(11958,6894,'action complete via WP Cron','2020-12-28 18:21:11','2020-12-28 10:21:11'),(11959,6895,'action created','2020-12-28 18:21:11','2020-12-28 10:21:11'),(11960,6895,'action started via WP Cron','2020-12-28 18:22:16','2020-12-28 10:22:16'),(11961,6895,'action complete via WP Cron','2020-12-28 18:22:16','2020-12-28 10:22:16'),(11962,6896,'action created','2020-12-28 18:22:16','2020-12-28 10:22:16'),(11963,6896,'action started via WP Cron','2020-12-28 18:23:19','2020-12-28 10:23:19'),(11964,6896,'action complete via WP Cron','2020-12-28 18:23:19','2020-12-28 10:23:19'),(11965,6897,'action created','2020-12-28 18:23:19','2020-12-28 10:23:19'),(11966,6897,'action started via WP Cron','2020-12-28 18:26:58','2020-12-28 10:26:58'),(11967,6897,'action complete via WP Cron','2020-12-28 18:26:58','2020-12-28 10:26:58'),(11968,6898,'action created','2020-12-28 18:26:58','2020-12-28 10:26:58'),(11969,6898,'action started via WP Cron','2020-12-28 18:27:42','2020-12-28 10:27:42'),(11970,6898,'action complete via WP Cron','2020-12-28 18:27:42','2020-12-28 10:27:42'),(11971,6899,'action created','2020-12-28 18:27:42','2020-12-28 10:27:42'),(11972,6899,'action started via WP Cron','2020-12-28 18:28:43','2020-12-28 10:28:43'),(11973,6899,'action complete via WP Cron','2020-12-28 18:28:43','2020-12-28 10:28:43'),(11974,6900,'action created','2020-12-28 18:28:43','2020-12-28 10:28:43'),(11975,6900,'action started via WP Cron','2020-12-28 18:29:44','2020-12-28 10:29:44'),(11976,6900,'action complete via WP Cron','2020-12-28 18:29:44','2020-12-28 10:29:44'),(11977,6901,'action created','2020-12-28 18:29:44','2020-12-28 10:29:44'),(11978,6901,'action started via WP Cron','2020-12-28 18:32:27','2020-12-28 10:32:27'),(11979,6901,'action complete via WP Cron','2020-12-28 18:32:27','2020-12-28 10:32:27'),(11980,6902,'action created','2020-12-28 18:32:27','2020-12-28 10:32:27'),(11981,6902,'action started via WP Cron','2020-12-28 18:34:14','2020-12-28 10:34:14'),(11982,6902,'action complete via WP Cron','2020-12-28 18:34:14','2020-12-28 10:34:14'),(11983,6903,'action created','2020-12-28 18:34:14','2020-12-28 10:34:14'),(11984,6903,'action started via WP Cron','2020-12-28 18:34:44','2020-12-28 10:34:44'),(11985,6903,'action complete via WP Cron','2020-12-28 18:34:44','2020-12-28 10:34:44'),(11986,6904,'action created','2020-12-28 18:34:44','2020-12-28 10:34:44'),(11987,6904,'action started via WP Cron','2020-12-28 18:35:50','2020-12-28 10:35:50'),(11988,6904,'action complete via WP Cron','2020-12-28 18:35:50','2020-12-28 10:35:50'),(11989,6905,'action created','2020-12-28 18:35:50','2020-12-28 10:35:50'),(11990,6905,'action started via WP Cron','2020-12-28 18:36:51','2020-12-28 10:36:51'),(11991,6905,'action complete via WP Cron','2020-12-28 18:36:51','2020-12-28 10:36:51'),(11992,6906,'action created','2020-12-28 18:36:51','2020-12-28 10:36:51'),(11993,6906,'action started via WP Cron','2020-12-28 18:37:52','2020-12-28 10:37:52'),(11994,6906,'action complete via WP Cron','2020-12-28 18:37:52','2020-12-28 10:37:52'),(11995,6907,'action created','2020-12-28 18:37:52','2020-12-28 10:37:52'),(11996,6907,'action started via WP Cron','2020-12-28 18:38:53','2020-12-28 10:38:53'),(11997,6907,'action complete via WP Cron','2020-12-28 18:38:53','2020-12-28 10:38:53'),(11998,6908,'action created','2020-12-28 18:38:53','2020-12-28 10:38:53'),(11999,6908,'action started via WP Cron','2020-12-28 18:40:55','2020-12-28 10:40:55'),(12000,6908,'action complete via WP Cron','2020-12-28 18:40:55','2020-12-28 10:40:55'),(12001,6909,'action created','2020-12-28 18:40:55','2020-12-28 10:40:55'),(12002,6909,'action started via WP Cron','2020-12-28 18:42:46','2020-12-28 10:42:46'),(12003,6909,'action complete via WP Cron','2020-12-28 18:42:46','2020-12-28 10:42:46'),(12004,6910,'action created','2020-12-28 18:42:46','2020-12-28 10:42:46'),(12005,6910,'action started via WP Cron','2020-12-28 18:43:47','2020-12-28 10:43:47'),(12006,6910,'action complete via WP Cron','2020-12-28 18:43:47','2020-12-28 10:43:47'),(12007,6911,'action created','2020-12-28 18:43:47','2020-12-28 10:43:47'),(12008,6911,'action started via WP Cron','2020-12-28 18:44:48','2020-12-28 10:44:48'),(12009,6911,'action complete via WP Cron','2020-12-28 18:44:48','2020-12-28 10:44:48'),(12010,6912,'action created','2020-12-28 18:44:48','2020-12-28 10:44:48'),(12011,6912,'action started via WP Cron','2020-12-28 18:46:28','2020-12-28 10:46:28'),(12012,6912,'action complete via WP Cron','2020-12-28 18:46:28','2020-12-28 10:46:28'),(12013,6913,'action created','2020-12-28 18:46:28','2020-12-28 10:46:28'),(12014,6913,'action started via WP Cron','2020-12-28 18:50:05','2020-12-28 10:50:05'),(12015,6913,'action complete via WP Cron','2020-12-28 18:50:05','2020-12-28 10:50:05'),(12016,6914,'action created','2020-12-28 18:50:05','2020-12-28 10:50:05'),(12017,6914,'action started via WP Cron','2020-12-28 18:52:13','2020-12-28 10:52:13'),(12018,6914,'action complete via WP Cron','2020-12-28 18:52:13','2020-12-28 10:52:13'),(12019,6915,'action created','2020-12-28 18:52:13','2020-12-28 10:52:13'),(12020,6915,'action started via WP Cron','2020-12-28 18:53:26','2020-12-28 10:53:26'),(12021,6915,'action complete via WP Cron','2020-12-28 18:53:26','2020-12-28 10:53:26'),(12022,6916,'action created','2020-12-28 18:53:26','2020-12-28 10:53:26'),(12023,6916,'action started via WP Cron','2020-12-28 18:57:52','2020-12-28 10:57:52'),(12024,6916,'action complete via WP Cron','2020-12-28 18:57:52','2020-12-28 10:57:52'),(12025,6917,'action created','2020-12-28 18:57:52','2020-12-28 10:57:52'),(12026,6917,'action started via WP Cron','2020-12-28 19:00:54','2020-12-28 11:00:54'),(12027,6917,'action complete via WP Cron','2020-12-28 19:00:54','2020-12-28 11:00:54'),(12028,6918,'action created','2020-12-28 19:00:54','2020-12-28 11:00:54'),(12029,6918,'action started via WP Cron','2020-12-28 19:03:06','2020-12-28 11:03:06'),(12030,6918,'action complete via WP Cron','2020-12-28 19:03:06','2020-12-28 11:03:06'),(12031,6919,'action created','2020-12-28 19:03:06','2020-12-28 11:03:06'),(12032,6919,'action started via WP Cron','2020-12-28 19:07:57','2020-12-28 11:07:57'),(12033,6919,'action complete via WP Cron','2020-12-28 19:07:57','2020-12-28 11:07:57'),(12034,6920,'action created','2020-12-28 19:07:57','2020-12-28 11:07:57'),(12035,6920,'action started via WP Cron','2020-12-28 19:09:56','2020-12-28 11:09:56'),(12036,6920,'action complete via WP Cron','2020-12-28 19:09:56','2020-12-28 11:09:56'),(12037,6921,'action created','2020-12-28 19:09:56','2020-12-28 11:09:56'),(12038,6921,'action started via WP Cron','2020-12-28 19:12:21','2020-12-28 11:12:21'),(12039,6921,'action complete via WP Cron','2020-12-28 19:12:21','2020-12-28 11:12:21'),(12040,6922,'action created','2020-12-28 19:12:21','2020-12-28 11:12:21'),(12041,6922,'action started via WP Cron','2020-12-28 19:13:21','2020-12-28 11:13:21'),(12042,6922,'action complete via WP Cron','2020-12-28 19:13:21','2020-12-28 11:13:21'),(12043,6923,'action created','2020-12-28 19:13:21','2020-12-28 11:13:21'),(12044,6923,'action started via WP Cron','2020-12-28 19:14:22','2020-12-28 11:14:22'),(12045,6923,'action complete via WP Cron','2020-12-28 19:14:22','2020-12-28 11:14:22'),(12046,6924,'action created','2020-12-28 19:14:22','2020-12-28 11:14:22'),(12047,6924,'action started via WP Cron','2020-12-28 19:16:24','2020-12-28 11:16:24'),(12048,6924,'action complete via WP Cron','2020-12-28 19:16:24','2020-12-28 11:16:24'),(12049,6925,'action created','2020-12-28 19:16:24','2020-12-28 11:16:24'),(12050,6925,'action started via WP Cron','2020-12-28 19:17:25','2020-12-28 11:17:25'),(12051,6925,'action complete via WP Cron','2020-12-28 19:17:25','2020-12-28 11:17:25'),(12052,6926,'action created','2020-12-28 19:17:25','2020-12-28 11:17:25'),(12053,6926,'action started via WP Cron','2020-12-28 19:18:26','2020-12-28 11:18:26'),(12054,6926,'action complete via WP Cron','2020-12-28 19:18:26','2020-12-28 11:18:26'),(12055,6927,'action created','2020-12-28 19:18:26','2020-12-28 11:18:26'),(12056,6927,'action started via WP Cron','2020-12-28 19:20:41','2020-12-28 11:20:41'),(12057,6927,'action complete via WP Cron','2020-12-28 19:20:41','2020-12-28 11:20:41'),(12058,6928,'action created','2020-12-28 19:20:41','2020-12-28 11:20:41'),(12059,6928,'action started via WP Cron','2020-12-28 19:21:45','2020-12-28 11:21:45'),(12060,6928,'action complete via WP Cron','2020-12-28 19:21:45','2020-12-28 11:21:45'),(12061,6929,'action created','2020-12-28 19:21:45','2020-12-28 11:21:45'),(12062,6929,'action started via WP Cron','2020-12-28 19:23:24','2020-12-28 11:23:24'),(12063,6929,'action complete via WP Cron','2020-12-28 19:23:24','2020-12-28 11:23:24'),(12064,6930,'action created','2020-12-28 19:23:35','2020-12-28 11:23:35'),(12065,6930,'action started via WP Cron','2020-12-28 19:24:56','2020-12-28 11:24:56'),(12066,6930,'action complete via WP Cron','2020-12-28 19:24:56','2020-12-28 11:24:56'),(12067,6931,'action created','2020-12-28 19:24:56','2020-12-28 11:24:56'),(12068,6931,'action started via WP Cron','2020-12-28 19:26:24','2020-12-28 11:26:24'),(12069,6931,'action complete via WP Cron','2020-12-28 19:26:24','2020-12-28 11:26:24'),(12070,6932,'action created','2020-12-28 19:26:24','2020-12-28 11:26:24'),(12071,6932,'action started via WP Cron','2020-12-28 19:26:53','2020-12-28 11:26:53'),(12072,6932,'action complete via WP Cron','2020-12-28 19:26:53','2020-12-28 11:26:53'),(12073,6933,'action created','2020-12-28 19:26:53','2020-12-28 11:26:53'),(12074,6933,'action started via WP Cron','2020-12-28 19:27:56','2020-12-28 11:27:56'),(12075,6933,'action complete via WP Cron','2020-12-28 19:27:56','2020-12-28 11:27:56'),(12076,6934,'action created','2020-12-28 19:27:56','2020-12-28 11:27:56'),(12077,6934,'action started via WP Cron','2020-12-28 19:29:27','2020-12-28 11:29:27'),(12078,6934,'action complete via WP Cron','2020-12-28 19:29:27','2020-12-28 11:29:27'),(12079,6935,'action created','2020-12-28 19:29:27','2020-12-28 11:29:27'),(12080,6935,'action started via WP Cron','2020-12-28 19:30:28','2020-12-28 11:30:28'),(12081,6935,'action complete via WP Cron','2020-12-28 19:30:28','2020-12-28 11:30:28'),(12082,6936,'action created','2020-12-28 19:30:28','2020-12-28 11:30:28'),(12083,6936,'action started via WP Cron','2020-12-28 19:31:29','2020-12-28 11:31:29'),(12084,6936,'action complete via WP Cron','2020-12-28 19:31:29','2020-12-28 11:31:29'),(12085,6937,'action created','2020-12-28 19:31:29','2020-12-28 11:31:29'),(12086,6937,'action started via WP Cron','2020-12-28 19:37:06','2020-12-28 11:37:06'),(12087,6937,'action complete via WP Cron','2020-12-28 19:37:06','2020-12-28 11:37:06'),(12088,6938,'action created','2020-12-28 19:37:06','2020-12-28 11:37:06'),(12089,6938,'action started via WP Cron','2020-12-28 19:41:55','2020-12-28 11:41:55'),(12090,6938,'action complete via WP Cron','2020-12-28 19:41:55','2020-12-28 11:41:55'),(12091,6939,'action created','2020-12-28 19:41:55','2020-12-28 11:41:55'),(12092,6939,'action started via WP Cron','2020-12-28 19:42:56','2020-12-28 11:42:56'),(12093,6939,'action complete via WP Cron','2020-12-28 19:42:56','2020-12-28 11:42:56'),(12094,6940,'action created','2020-12-28 19:42:56','2020-12-28 11:42:56'),(12095,6940,'action started via WP Cron','2020-12-28 19:43:57','2020-12-28 11:43:57'),(12096,6940,'action complete via WP Cron','2020-12-28 19:43:57','2020-12-28 11:43:57'),(12097,6941,'action created','2020-12-28 19:43:57','2020-12-28 11:43:57'),(12098,6941,'action started via WP Cron','2020-12-28 19:44:42','2020-12-28 11:44:42'),(12099,6941,'action complete via WP Cron','2020-12-28 19:44:42','2020-12-28 11:44:42'),(12100,6942,'action created','2020-12-28 19:44:42','2020-12-28 11:44:42'),(12101,6942,'action started via WP Cron','2020-12-28 19:45:59','2020-12-28 11:45:59'),(12102,6942,'action complete via WP Cron','2020-12-28 19:45:59','2020-12-28 11:45:59'),(12103,6943,'action created','2020-12-28 19:45:59','2020-12-28 11:45:59'),(12104,6943,'action started via WP Cron','2020-12-28 19:47:00','2020-12-28 11:47:00'),(12105,6943,'action complete via WP Cron','2020-12-28 19:47:00','2020-12-28 11:47:00'),(12106,6944,'action created','2020-12-28 19:47:00','2020-12-28 11:47:00'),(12107,6944,'action started via WP Cron','2020-12-28 19:50:04','2020-12-28 11:50:04'),(12108,6944,'action complete via WP Cron','2020-12-28 19:50:04','2020-12-28 11:50:04'),(12109,6945,'action created','2020-12-28 19:50:04','2020-12-28 11:50:04'),(12110,6945,'action started via WP Cron','2020-12-28 19:51:16','2020-12-28 11:51:16'),(12111,6945,'action complete via WP Cron','2020-12-28 19:51:16','2020-12-28 11:51:16'),(12112,6946,'action created','2020-12-28 19:51:16','2020-12-28 11:51:16'),(12113,6946,'action started via WP Cron','2020-12-28 19:56:28','2020-12-28 11:56:28'),(12114,6946,'action complete via WP Cron','2020-12-28 19:56:28','2020-12-28 11:56:28'),(12115,6947,'action created','2020-12-28 19:56:28','2020-12-28 11:56:28'),(12116,6947,'action started via WP Cron','2020-12-28 19:57:18','2020-12-28 11:57:18'),(12117,6947,'action complete via WP Cron','2020-12-28 19:57:18','2020-12-28 11:57:18'),(12118,6948,'action created','2020-12-28 19:57:18','2020-12-28 11:57:18'),(12119,6948,'action started via WP Cron','2020-12-28 19:59:27','2020-12-28 11:59:27'),(12120,6948,'action complete via WP Cron','2020-12-28 19:59:27','2020-12-28 11:59:27'),(12121,6949,'action created','2020-12-28 19:59:27','2020-12-28 11:59:27'),(12122,6949,'action started via WP Cron','2020-12-28 19:59:45','2020-12-28 11:59:45'),(12123,6949,'action complete via WP Cron','2020-12-28 19:59:45','2020-12-28 11:59:45'),(12124,6950,'action created','2020-12-28 19:59:45','2020-12-28 11:59:45'),(12125,6950,'action started via WP Cron','2020-12-28 20:01:32','2020-12-28 12:01:32'),(12126,6950,'action complete via WP Cron','2020-12-28 20:01:32','2020-12-28 12:01:32'),(12127,6951,'action created','2020-12-28 20:01:32','2020-12-28 12:01:32'),(12128,6951,'action started via WP Cron','2020-12-28 20:02:33','2020-12-28 12:02:33'),(12129,6951,'action complete via WP Cron','2020-12-28 20:02:33','2020-12-28 12:02:33'),(12130,6952,'action created','2020-12-28 20:02:34','2020-12-28 12:02:34'),(12131,6952,'action started via WP Cron','2020-12-28 20:03:36','2020-12-28 12:03:36'),(12132,6952,'action complete via WP Cron','2020-12-28 20:03:36','2020-12-28 12:03:36'),(12133,6953,'action created','2020-12-28 20:03:36','2020-12-28 12:03:36'),(12134,6953,'action started via WP Cron','2020-12-28 20:06:06','2020-12-28 12:06:06'),(12135,6953,'action complete via WP Cron','2020-12-28 20:06:06','2020-12-28 12:06:06'),(12136,6954,'action created','2020-12-28 20:06:06','2020-12-28 12:06:06'),(12137,6954,'action started via WP Cron','2020-12-28 20:10:52','2020-12-28 12:10:52'),(12138,6954,'action complete via WP Cron','2020-12-28 20:10:52','2020-12-28 12:10:52'),(12139,6955,'action created','2020-12-28 20:10:52','2020-12-28 12:10:52'),(12140,6955,'action started via WP Cron','2020-12-28 20:11:53','2020-12-28 12:11:53'),(12141,6955,'action complete via WP Cron','2020-12-28 20:11:53','2020-12-28 12:11:53'),(12142,6956,'action created','2020-12-28 20:11:53','2020-12-28 12:11:53'),(12143,6956,'action started via WP Cron','2020-12-28 20:12:53','2020-12-28 12:12:53'),(12144,6956,'action complete via WP Cron','2020-12-28 20:12:53','2020-12-28 12:12:53'),(12145,6957,'action created','2020-12-28 20:12:54','2020-12-28 12:12:54'),(12146,6957,'action started via WP Cron','2020-12-28 20:13:55','2020-12-28 12:13:55'),(12147,6957,'action complete via WP Cron','2020-12-28 20:13:55','2020-12-28 12:13:55'),(12148,6958,'action created','2020-12-28 20:13:55','2020-12-28 12:13:55'),(12149,6958,'action started via WP Cron','2020-12-28 20:14:56','2020-12-28 12:14:56'),(12150,6958,'action complete via WP Cron','2020-12-28 20:14:56','2020-12-28 12:14:56'),(12151,6959,'action created','2020-12-28 20:14:56','2020-12-28 12:14:56'),(12152,6959,'action started via WP Cron','2020-12-28 20:15:56','2020-12-28 12:15:56'),(12153,6959,'action complete via WP Cron','2020-12-28 20:15:56','2020-12-28 12:15:56'),(12154,6960,'action created','2020-12-28 20:15:57','2020-12-28 12:15:57'),(12155,6960,'action started via WP Cron','2020-12-28 20:18:07','2020-12-28 12:18:07'),(12156,6960,'action complete via WP Cron','2020-12-28 20:18:07','2020-12-28 12:18:07'),(12157,6961,'action created','2020-12-28 20:18:07','2020-12-28 12:18:07'),(12158,6961,'action started via WP Cron','2020-12-28 20:19:26','2020-12-28 12:19:26'),(12159,6961,'action complete via WP Cron','2020-12-28 20:19:26','2020-12-28 12:19:26'),(12160,6962,'action created','2020-12-28 20:19:26','2020-12-28 12:19:26'),(12161,6962,'action started via WP Cron','2020-12-28 20:20:28','2020-12-28 12:20:28'),(12162,6962,'action complete via WP Cron','2020-12-28 20:20:28','2020-12-28 12:20:28'),(12163,6963,'action created','2020-12-28 20:21:25','2020-12-28 12:21:25'),(12164,6963,'action started via WP Cron','2020-12-28 20:22:49','2020-12-28 12:22:49'),(12165,6963,'action complete via WP Cron','2020-12-28 20:22:49','2020-12-28 12:22:49'),(12166,6964,'action created','2020-12-28 20:22:50','2020-12-28 12:22:50'),(12167,6964,'action started via WP Cron','2020-12-28 20:37:10','2020-12-28 12:37:10'),(12168,6964,'action complete via WP Cron','2020-12-28 20:37:10','2020-12-28 12:37:10'),(12169,6965,'action created','2020-12-28 20:37:10','2020-12-28 12:37:10'),(12170,6965,'action started via WP Cron','2020-12-28 20:43:54','2020-12-28 12:43:54'),(12171,6965,'action complete via WP Cron','2020-12-28 20:43:54','2020-12-28 12:43:54'),(12172,6966,'action created','2020-12-28 20:43:54','2020-12-28 12:43:54'),(12173,6966,'action started via WP Cron','2020-12-28 20:46:33','2020-12-28 12:46:33'),(12174,6966,'action complete via WP Cron','2020-12-28 20:46:33','2020-12-28 12:46:33'),(12175,6967,'action created','2020-12-28 20:46:33','2020-12-28 12:46:33'),(12176,6967,'action started via WP Cron','2020-12-28 20:46:58','2020-12-28 12:46:58'),(12177,6967,'action complete via WP Cron','2020-12-28 20:46:58','2020-12-28 12:46:58'),(12178,6968,'action created','2020-12-28 20:46:59','2020-12-28 12:46:59'),(12179,6968,'action started via WP Cron','2020-12-28 20:49:00','2020-12-28 12:49:00'),(12180,6968,'action complete via WP Cron','2020-12-28 20:49:00','2020-12-28 12:49:00'),(12181,6969,'action created','2020-12-28 20:49:00','2020-12-28 12:49:00'),(12182,6969,'action started via WP Cron','2020-12-28 20:50:02','2020-12-28 12:50:02'),(12183,6969,'action complete via WP Cron','2020-12-28 20:50:02','2020-12-28 12:50:02'),(12184,6970,'action created','2020-12-28 20:50:09','2020-12-28 12:50:09'),(12185,6970,'action started via WP Cron','2020-12-28 20:50:55','2020-12-28 12:50:55'),(12186,6970,'action complete via WP Cron','2020-12-28 20:50:55','2020-12-28 12:50:55'),(12187,6971,'action created','2020-12-28 20:50:55','2020-12-28 12:50:55'),(12188,6971,'action started via WP Cron','2020-12-28 20:51:58','2020-12-28 12:51:58'),(12189,6971,'action complete via WP Cron','2020-12-28 20:51:58','2020-12-28 12:51:58'),(12190,6972,'action created','2020-12-28 20:51:58','2020-12-28 12:51:58'),(12191,6972,'action started via WP Cron','2020-12-28 21:00:59','2020-12-28 13:00:59'),(12192,6972,'action complete via WP Cron','2020-12-28 21:00:59','2020-12-28 13:00:59'),(12193,6973,'action created','2020-12-28 21:00:59','2020-12-28 13:00:59'),(12194,6973,'action started via WP Cron','2020-12-28 21:03:10','2020-12-28 13:03:10'),(12195,6973,'action complete via WP Cron','2020-12-28 21:03:10','2020-12-28 13:03:10'),(12196,6974,'action created','2020-12-28 21:03:10','2020-12-28 13:03:10'),(12197,6974,'action started via WP Cron','2020-12-28 21:05:22','2020-12-28 13:05:22'),(12198,6974,'action complete via WP Cron','2020-12-28 21:05:22','2020-12-28 13:05:22'),(12199,6975,'action created','2020-12-28 21:05:22','2020-12-28 13:05:22'),(12200,6975,'action started via WP Cron','2020-12-28 21:07:01','2020-12-28 13:07:01'),(12201,6975,'action complete via WP Cron','2020-12-28 21:07:01','2020-12-28 13:07:01'),(12202,6976,'action created','2020-12-28 21:07:01','2020-12-28 13:07:01'),(12203,6976,'action started via WP Cron','2020-12-28 21:11:38','2020-12-28 13:11:38'),(12204,6976,'action complete via WP Cron','2020-12-28 21:11:38','2020-12-28 13:11:38'),(12205,6977,'action created','2020-12-28 21:11:38','2020-12-28 13:11:38'),(12206,6977,'action started via WP Cron','2020-12-28 21:16:57','2020-12-28 13:16:57'),(12207,6977,'action complete via WP Cron','2020-12-28 21:16:57','2020-12-28 13:16:57'),(12208,6978,'action created','2020-12-28 21:16:57','2020-12-28 13:16:57'),(12209,6978,'action started via WP Cron','2020-12-28 21:17:58','2020-12-28 13:17:58'),(12210,6978,'action complete via WP Cron','2020-12-28 21:17:58','2020-12-28 13:17:58'),(12211,6979,'action created','2020-12-28 21:17:58','2020-12-28 13:17:58'),(12212,6979,'action started via WP Cron','2020-12-28 21:18:58','2020-12-28 13:18:58'),(12213,6979,'action complete via WP Cron','2020-12-28 21:18:58','2020-12-28 13:18:58'),(12214,6980,'action created','2020-12-28 21:18:59','2020-12-28 13:18:59'),(12215,6980,'action started via WP Cron','2020-12-28 21:21:00','2020-12-28 13:21:00'),(12216,6980,'action complete via WP Cron','2020-12-28 21:21:00','2020-12-28 13:21:00'),(12217,6981,'action created','2020-12-28 21:21:00','2020-12-28 13:21:00'),(12218,6981,'action started via WP Cron','2020-12-28 21:21:40','2020-12-28 13:21:40'),(12219,6981,'action complete via WP Cron','2020-12-28 21:21:40','2020-12-28 13:21:40'),(12220,6982,'action created','2020-12-28 21:21:40','2020-12-28 13:21:40'),(12221,6982,'action started via WP Cron','2020-12-28 21:23:02','2020-12-28 13:23:02'),(12222,6982,'action complete via WP Cron','2020-12-28 21:23:02','2020-12-28 13:23:02'),(12223,6983,'action created','2020-12-28 21:23:02','2020-12-28 13:23:02'),(12224,6983,'action started via WP Cron','2020-12-28 21:26:28','2020-12-28 13:26:28'),(12225,6983,'action complete via WP Cron','2020-12-28 21:26:28','2020-12-28 13:26:28'),(12226,6984,'action created','2020-12-28 21:26:28','2020-12-28 13:26:28'),(12227,6984,'action started via WP Cron','2020-12-28 21:30:29','2020-12-28 13:30:29'),(12228,6984,'action complete via WP Cron','2020-12-28 21:30:29','2020-12-28 13:30:29'),(12229,6985,'action created','2020-12-28 21:30:29','2020-12-28 13:30:29'),(12230,6985,'action started via WP Cron','2020-12-28 21:31:31','2020-12-28 13:31:31'),(12231,6985,'action complete via WP Cron','2020-12-28 21:31:31','2020-12-28 13:31:31'),(12232,6986,'action created','2020-12-28 21:31:31','2020-12-28 13:31:31'),(12233,6986,'action started via WP Cron','2020-12-28 21:31:56','2020-12-28 13:31:56'),(12234,6986,'action complete via WP Cron','2020-12-28 21:31:56','2020-12-28 13:31:56'),(12235,6987,'action created','2020-12-28 21:31:56','2020-12-28 13:31:56'),(12236,6987,'action started via WP Cron','2020-12-28 21:32:56','2020-12-28 13:32:56'),(12237,6987,'action complete via WP Cron','2020-12-28 21:32:56','2020-12-28 13:32:56'),(12238,6988,'action created','2020-12-28 21:32:56','2020-12-28 13:32:56'),(12239,6988,'action started via WP Cron','2020-12-28 21:34:03','2020-12-28 13:34:03'),(12240,6988,'action complete via WP Cron','2020-12-28 21:34:03','2020-12-28 13:34:03'),(12241,6989,'action created','2020-12-28 21:34:03','2020-12-28 13:34:03'),(12242,6989,'action started via WP Cron','2020-12-28 21:35:16','2020-12-28 13:35:16'),(12243,6989,'action complete via WP Cron','2020-12-28 21:35:16','2020-12-28 13:35:16'),(12244,6990,'action created','2020-12-28 21:35:16','2020-12-28 13:35:16'),(12245,6990,'action started via WP Cron','2020-12-28 21:37:25','2020-12-28 13:37:25'),(12246,6990,'action complete via WP Cron','2020-12-28 21:37:25','2020-12-28 13:37:25'),(12247,6991,'action created','2020-12-28 21:37:25','2020-12-28 13:37:25'),(12248,6991,'action started via WP Cron','2020-12-28 21:51:02','2020-12-28 13:51:02'),(12249,6991,'action complete via WP Cron','2020-12-28 21:51:02','2020-12-28 13:51:02'),(12250,6992,'action created','2020-12-28 21:51:02','2020-12-28 13:51:02'),(12251,6992,'action started via WP Cron','2020-12-28 21:52:03','2020-12-28 13:52:03'),(12252,6992,'action complete via WP Cron','2020-12-28 21:52:03','2020-12-28 13:52:03'),(12253,6993,'action created','2020-12-28 21:53:04','2020-12-28 13:53:04'),(12254,6993,'action started via WP Cron','2020-12-28 21:55:06','2020-12-28 13:55:06'),(12255,6993,'action complete via WP Cron','2020-12-28 21:55:06','2020-12-28 13:55:06'),(12256,6994,'action created','2020-12-28 21:55:06','2020-12-28 13:55:06'),(12257,6994,'action started via WP Cron','2020-12-28 21:55:40','2020-12-28 13:55:40'),(12258,6994,'action complete via WP Cron','2020-12-28 21:55:40','2020-12-28 13:55:40'),(12259,6995,'action created','2020-12-28 21:55:41','2020-12-28 13:55:41'),(12260,6995,'action started via WP Cron','2020-12-28 21:56:43','2020-12-28 13:56:43'),(12261,6995,'action complete via WP Cron','2020-12-28 21:56:43','2020-12-28 13:56:43'),(12262,6996,'action created','2020-12-28 21:56:43','2020-12-28 13:56:43'),(12263,6996,'action started via WP Cron','2020-12-28 21:57:48','2020-12-28 13:57:48'),(12264,6996,'action complete via WP Cron','2020-12-28 21:57:48','2020-12-28 13:57:48'),(12265,6997,'action created','2020-12-28 21:57:49','2020-12-28 13:57:49'),(12266,6997,'action started via WP Cron','2020-12-28 22:03:57','2020-12-28 14:03:57'),(12267,6997,'action complete via WP Cron','2020-12-28 22:03:57','2020-12-28 14:03:57'),(12268,6998,'action created','2020-12-28 22:03:57','2020-12-28 14:03:57'),(12269,6998,'action started via WP Cron','2020-12-28 22:04:58','2020-12-28 14:04:58'),(12270,6998,'action complete via WP Cron','2020-12-28 22:04:58','2020-12-28 14:04:58'),(12271,6999,'action created','2020-12-28 22:04:58','2020-12-28 14:04:58'),(12272,6999,'action started via WP Cron','2020-12-28 22:25:20','2020-12-28 14:25:20'),(12273,6999,'action complete via WP Cron','2020-12-28 22:25:20','2020-12-28 14:25:20'),(12274,7000,'action created','2020-12-28 22:25:20','2020-12-28 14:25:20'),(12275,7000,'action started via WP Cron','2020-12-28 22:27:43','2020-12-28 14:27:43'),(12276,7000,'action complete via WP Cron','2020-12-28 22:27:43','2020-12-28 14:27:43'),(12277,7001,'action created','2020-12-28 22:27:43','2020-12-28 14:27:43'),(12278,7001,'action started via WP Cron','2020-12-28 22:29:06','2020-12-28 14:29:06'),(12279,7001,'action complete via WP Cron','2020-12-28 22:29:06','2020-12-28 14:29:06'),(12280,7002,'action created','2020-12-28 22:29:06','2020-12-28 14:29:06'),(12281,7002,'action started via WP Cron','2020-12-28 22:37:46','2020-12-28 14:37:46'),(12282,7002,'action complete via WP Cron','2020-12-28 22:37:46','2020-12-28 14:37:46'),(12283,7003,'action created','2020-12-28 22:37:46','2020-12-28 14:37:46'),(12284,7003,'action started via WP Cron','2020-12-28 22:38:46','2020-12-28 14:38:46'),(12285,7003,'action complete via WP Cron','2020-12-28 22:38:46','2020-12-28 14:38:46'),(12286,7004,'action created','2020-12-28 22:38:47','2020-12-28 14:38:47'),(12287,7004,'action started via WP Cron','2020-12-28 22:39:48','2020-12-28 14:39:48'),(12288,7004,'action complete via WP Cron','2020-12-28 22:39:48','2020-12-28 14:39:48'),(12289,7005,'action created','2020-12-28 22:39:48','2020-12-28 14:39:48'),(12290,7005,'action started via WP Cron','2020-12-28 22:42:31','2020-12-28 14:42:31'),(12291,7005,'action complete via WP Cron','2020-12-28 22:42:31','2020-12-28 14:42:31'),(12292,7006,'action created','2020-12-28 22:42:31','2020-12-28 14:42:31'),(12293,7006,'action started via WP Cron','2020-12-28 22:47:40','2020-12-28 14:47:40'),(12294,7006,'action complete via WP Cron','2020-12-28 22:47:40','2020-12-28 14:47:40'),(12295,7007,'action created','2020-12-28 22:47:40','2020-12-28 14:47:40'),(12296,7007,'action started via WP Cron','2020-12-28 22:58:48','2020-12-28 14:58:48'),(12297,7007,'action complete via WP Cron','2020-12-28 22:58:48','2020-12-28 14:58:48'),(12298,7008,'action created','2020-12-28 22:58:48','2020-12-28 14:58:48'),(12299,7008,'action started via WP Cron','2020-12-28 22:59:49','2020-12-28 14:59:49'),(12300,7008,'action complete via WP Cron','2020-12-28 22:59:49','2020-12-28 14:59:49'),(12301,7009,'action created','2020-12-28 22:59:49','2020-12-28 14:59:49'),(12302,7009,'action started via WP Cron','2020-12-28 23:00:50','2020-12-28 15:00:50'),(12303,7009,'action complete via WP Cron','2020-12-28 23:00:50','2020-12-28 15:00:50'),(12304,7010,'action created','2020-12-28 23:00:50','2020-12-28 15:00:50'),(12305,7010,'action started via WP Cron','2020-12-28 23:02:52','2020-12-28 15:02:52'),(12306,7010,'action complete via WP Cron','2020-12-28 23:02:52','2020-12-28 15:02:52'),(12307,7011,'action created','2020-12-28 23:02:52','2020-12-28 15:02:52'),(12308,7011,'action started via WP Cron','2020-12-28 23:03:53','2020-12-28 15:03:53'),(12309,7011,'action complete via WP Cron','2020-12-28 23:03:53','2020-12-28 15:03:53'),(12310,7012,'action created','2020-12-28 23:03:54','2020-12-28 15:03:54'),(12311,7012,'action started via WP Cron','2020-12-28 23:04:50','2020-12-28 15:04:50'),(12312,7012,'action complete via WP Cron','2020-12-28 23:04:50','2020-12-28 15:04:50'),(12313,7013,'action created','2020-12-28 23:04:50','2020-12-28 15:04:50'),(12314,7013,'action started via WP Cron','2020-12-28 23:17:30','2020-12-28 15:17:30'),(12315,7013,'action complete via WP Cron','2020-12-28 23:17:30','2020-12-28 15:17:30'),(12316,7014,'action created','2020-12-28 23:17:30','2020-12-28 15:17:30'),(12317,7014,'action started via WP Cron','2020-12-28 23:23:14','2020-12-28 15:23:14'),(12318,7014,'action complete via WP Cron','2020-12-28 23:23:14','2020-12-28 15:23:14'),(12319,7015,'action created','2020-12-28 23:23:14','2020-12-28 15:23:14'),(12320,7015,'action started via WP Cron','2020-12-28 23:24:45','2020-12-28 15:24:45'),(12321,7015,'action complete via WP Cron','2020-12-28 23:24:45','2020-12-28 15:24:45'),(12322,7016,'action created','2020-12-28 23:24:45','2020-12-28 15:24:45'),(12323,7016,'action started via WP Cron','2020-12-28 23:29:16','2020-12-28 15:29:16'),(12324,7016,'action complete via WP Cron','2020-12-28 23:29:16','2020-12-28 15:29:16'),(12325,7017,'action created','2020-12-28 23:29:16','2020-12-28 15:29:16'),(12326,7017,'action started via WP Cron','2020-12-28 23:29:42','2020-12-28 15:29:42'),(12327,7017,'action complete via WP Cron','2020-12-28 23:29:42','2020-12-28 15:29:42'),(12328,7018,'action created','2020-12-28 23:29:43','2020-12-28 15:29:43'),(12329,7018,'action started via WP Cron','2020-12-28 23:31:59','2020-12-28 15:31:59'),(12330,7018,'action complete via WP Cron','2020-12-28 23:31:59','2020-12-28 15:31:59'),(12331,7019,'action created','2020-12-28 23:31:59','2020-12-28 15:31:59'),(12332,7019,'action started via WP Cron','2020-12-28 23:32:43','2020-12-28 15:32:43'),(12333,7019,'action complete via WP Cron','2020-12-28 23:32:43','2020-12-28 15:32:43'),(12334,7020,'action created','2020-12-28 23:32:43','2020-12-28 15:32:43'),(12335,7020,'action started via WP Cron','2020-12-28 23:33:43','2020-12-28 15:33:43'),(12336,7020,'action complete via WP Cron','2020-12-28 23:33:43','2020-12-28 15:33:43'),(12337,7021,'action created','2020-12-28 23:33:43','2020-12-28 15:33:43'),(12338,7021,'action started via WP Cron','2020-12-28 23:34:48','2020-12-28 15:34:48'),(12339,7021,'action complete via WP Cron','2020-12-28 23:34:48','2020-12-28 15:34:48'),(12340,7022,'action created','2020-12-28 23:34:48','2020-12-28 15:34:48'),(12341,7022,'action started via WP Cron','2020-12-28 23:35:43','2020-12-28 15:35:43'),(12342,7022,'action complete via WP Cron','2020-12-28 23:35:43','2020-12-28 15:35:43'),(12343,7023,'action created','2020-12-28 23:35:44','2020-12-28 15:35:44'),(12344,7023,'action started via WP Cron','2020-12-28 23:36:41','2020-12-28 15:36:41'),(12345,7023,'action complete via WP Cron','2020-12-28 23:36:41','2020-12-28 15:36:41'),(12346,7024,'action created','2020-12-28 23:36:42','2020-12-28 15:36:42'),(12347,7024,'action started via WP Cron','2020-12-28 23:37:43','2020-12-28 15:37:43'),(12348,7024,'action complete via WP Cron','2020-12-28 23:37:43','2020-12-28 15:37:43'),(12349,7025,'action created','2020-12-28 23:37:43','2020-12-28 15:37:43'),(12350,7025,'action started via WP Cron','2020-12-28 23:38:41','2020-12-28 15:38:41'),(12351,7025,'action complete via WP Cron','2020-12-28 23:38:41','2020-12-28 15:38:41'),(12352,7026,'action created','2020-12-28 23:38:41','2020-12-28 15:38:41'),(12353,7026,'action started via WP Cron','2020-12-28 23:39:49','2020-12-28 15:39:49'),(12354,7026,'action complete via WP Cron','2020-12-28 23:39:49','2020-12-28 15:39:49'),(12355,7027,'action created','2020-12-28 23:39:49','2020-12-28 15:39:49'),(12356,7027,'action started via WP Cron','2020-12-28 23:40:42','2020-12-28 15:40:42'),(12357,7027,'action complete via WP Cron','2020-12-28 23:40:42','2020-12-28 15:40:42'),(12358,7028,'action created','2020-12-28 23:40:42','2020-12-28 15:40:42'),(12359,7028,'action started via WP Cron','2020-12-28 23:41:41','2020-12-28 15:41:41'),(12360,7028,'action complete via WP Cron','2020-12-28 23:41:41','2020-12-28 15:41:41'),(12361,7029,'action created','2020-12-28 23:41:41','2020-12-28 15:41:41'),(12362,7029,'action started via WP Cron','2020-12-28 23:42:42','2020-12-28 15:42:42'),(12363,7029,'action complete via WP Cron','2020-12-28 23:42:42','2020-12-28 15:42:42'),(12364,7030,'action created','2020-12-28 23:42:43','2020-12-28 15:42:43'),(12365,7030,'action started via WP Cron','2020-12-28 23:43:45','2020-12-28 15:43:45'),(12366,7030,'action complete via WP Cron','2020-12-28 23:43:45','2020-12-28 15:43:45'),(12367,7031,'action created','2020-12-28 23:43:45','2020-12-28 15:43:45'),(12368,7031,'action started via WP Cron','2020-12-28 23:44:41','2020-12-28 15:44:41'),(12369,7031,'action complete via WP Cron','2020-12-28 23:44:41','2020-12-28 15:44:41'),(12370,7032,'action created','2020-12-28 23:44:41','2020-12-28 15:44:41'),(12371,7032,'action started via WP Cron','2020-12-28 23:45:41','2020-12-28 15:45:41'),(12372,7032,'action complete via WP Cron','2020-12-28 23:45:41','2020-12-28 15:45:41'),(12373,7033,'action created','2020-12-28 23:45:41','2020-12-28 15:45:41'),(12374,7033,'action started via WP Cron','2020-12-28 23:46:42','2020-12-28 15:46:42'),(12375,7033,'action complete via WP Cron','2020-12-28 23:46:42','2020-12-28 15:46:42'),(12376,7034,'action created','2020-12-28 23:46:42','2020-12-28 15:46:42'),(12377,7034,'action started via WP Cron','2020-12-28 23:47:41','2020-12-28 15:47:41'),(12378,7034,'action complete via WP Cron','2020-12-28 23:47:41','2020-12-28 15:47:41'),(12379,7035,'action created','2020-12-28 23:47:41','2020-12-28 15:47:41'),(12380,7035,'action started via WP Cron','2020-12-28 23:48:40','2020-12-28 15:48:40'),(12381,7035,'action complete via WP Cron','2020-12-28 23:48:40','2020-12-28 15:48:40'),(12382,7036,'action created','2020-12-28 23:48:41','2020-12-28 15:48:41'),(12383,7036,'action started via WP Cron','2020-12-28 23:49:42','2020-12-28 15:49:42'),(12384,7036,'action complete via WP Cron','2020-12-28 23:49:42','2020-12-28 15:49:42'),(12385,7037,'action created','2020-12-28 23:49:42','2020-12-28 15:49:42'),(12386,7037,'action started via WP Cron','2020-12-28 23:50:43','2020-12-28 15:50:43'),(12387,7037,'action complete via WP Cron','2020-12-28 23:50:43','2020-12-28 15:50:43'),(12388,7038,'action created','2020-12-28 23:50:44','2020-12-28 15:50:44'),(12389,7038,'action started via WP Cron','2020-12-28 23:51:42','2020-12-28 15:51:42'),(12390,7038,'action complete via WP Cron','2020-12-28 23:51:42','2020-12-28 15:51:42'),(12391,7039,'action created','2020-12-28 23:51:42','2020-12-28 15:51:42'),(12392,7039,'action started via WP Cron','2020-12-28 23:52:45','2020-12-28 15:52:45'),(12393,7039,'action complete via WP Cron','2020-12-28 23:52:45','2020-12-28 15:52:45'),(12394,7040,'action created','2020-12-28 23:52:46','2020-12-28 15:52:46'),(12395,7040,'action started via WP Cron','2020-12-28 23:53:43','2020-12-28 15:53:43'),(12396,7040,'action complete via WP Cron','2020-12-28 23:53:43','2020-12-28 15:53:43'),(12397,7041,'action created','2020-12-28 23:53:43','2020-12-28 15:53:43'),(12398,7041,'action started via WP Cron','2020-12-28 23:54:45','2020-12-28 15:54:45'),(12399,7041,'action complete via WP Cron','2020-12-28 23:54:45','2020-12-28 15:54:45'),(12400,7042,'action created','2020-12-28 23:54:45','2020-12-28 15:54:45'),(12401,7042,'action started via WP Cron','2020-12-28 23:55:43','2020-12-28 15:55:43'),(12402,7042,'action complete via WP Cron','2020-12-28 23:55:43','2020-12-28 15:55:43'),(12403,7043,'action created','2020-12-28 23:55:43','2020-12-28 15:55:43'),(12404,7043,'action started via WP Cron','2020-12-28 23:56:41','2020-12-28 15:56:41'),(12405,7043,'action complete via WP Cron','2020-12-28 23:56:41','2020-12-28 15:56:41'),(12406,7044,'action created','2020-12-28 23:56:41','2020-12-28 15:56:41'),(12407,7044,'action started via WP Cron','2020-12-28 23:57:43','2020-12-28 15:57:43'),(12408,7044,'action complete via WP Cron','2020-12-28 23:57:43','2020-12-28 15:57:43'),(12409,7045,'action created','2020-12-28 23:57:43','2020-12-28 15:57:43'),(12410,7045,'action started via WP Cron','2020-12-28 23:58:46','2020-12-28 15:58:46'),(12411,7045,'action complete via WP Cron','2020-12-28 23:58:46','2020-12-28 15:58:46'),(12412,7046,'action created','2020-12-28 23:58:46','2020-12-28 15:58:46'),(12413,7046,'action started via WP Cron','2020-12-28 23:59:41','2020-12-28 15:59:41'),(12414,7046,'action complete via WP Cron','2020-12-28 23:59:41','2020-12-28 15:59:41'),(12415,7047,'action created','2020-12-28 23:59:41','2020-12-28 15:59:41'),(12416,7047,'action started via WP Cron','2020-12-29 00:00:46','2020-12-28 16:00:46'),(12417,7047,'action complete via WP Cron','2020-12-29 00:00:46','2020-12-28 16:00:46'),(12418,7048,'action created','2020-12-29 00:00:47','2020-12-28 16:00:47'),(12419,7048,'action started via WP Cron','2020-12-29 00:01:42','2020-12-28 16:01:42'),(12420,7048,'action complete via WP Cron','2020-12-29 00:01:42','2020-12-28 16:01:42'),(12421,7049,'action created','2020-12-29 00:01:42','2020-12-28 16:01:42'),(12422,7049,'action started via WP Cron','2020-12-29 00:02:42','2020-12-28 16:02:42'),(12423,7049,'action complete via WP Cron','2020-12-29 00:02:42','2020-12-28 16:02:42'),(12424,7050,'action created','2020-12-29 00:02:42','2020-12-28 16:02:42'),(12425,7050,'action started via WP Cron','2020-12-29 00:03:42','2020-12-28 16:03:42'),(12426,7050,'action complete via WP Cron','2020-12-29 00:03:42','2020-12-28 16:03:42'),(12427,7051,'action created','2020-12-29 00:03:43','2020-12-28 16:03:43'),(12428,7051,'action started via WP Cron','2020-12-29 00:04:42','2020-12-28 16:04:42'),(12429,7051,'action complete via WP Cron','2020-12-29 00:04:42','2020-12-28 16:04:42'),(12430,7052,'action created','2020-12-29 00:04:43','2020-12-28 16:04:43'),(12431,7052,'action started via WP Cron','2020-12-29 00:05:42','2020-12-28 16:05:42'),(12432,7052,'action complete via WP Cron','2020-12-29 00:05:42','2020-12-28 16:05:42'),(12433,7053,'action created','2020-12-29 00:05:43','2020-12-28 16:05:43'),(12434,7053,'action started via WP Cron','2020-12-29 00:06:42','2020-12-28 16:06:42'),(12435,7053,'action complete via WP Cron','2020-12-29 00:06:42','2020-12-28 16:06:42'),(12436,7054,'action created','2020-12-29 00:06:44','2020-12-28 16:06:44'),(12437,7055,'action created','2020-12-29 00:06:44','2020-12-28 16:06:44'),(12438,7055,'action started via WP Cron','2020-12-29 00:07:41','2020-12-28 16:07:41'),(12439,7055,'action complete via WP Cron','2020-12-29 00:07:41','2020-12-28 16:07:41'),(12440,7054,'action started via WP Cron','2020-12-29 00:07:41','2020-12-28 16:07:41'),(12441,7054,'action complete via WP Cron','2020-12-29 00:07:41','2020-12-28 16:07:41'),(12442,7056,'action created','2020-12-29 00:07:41','2020-12-28 16:07:41'),(12443,7056,'action started via WP Cron','2020-12-29 00:08:41','2020-12-28 16:08:41'),(12444,7056,'action complete via WP Cron','2020-12-29 00:08:41','2020-12-28 16:08:41'),(12445,7057,'action created','2020-12-29 00:08:41','2020-12-28 16:08:41'),(12446,7057,'action started via WP Cron','2020-12-29 00:09:41','2020-12-28 16:09:41'),(12447,7057,'action complete via WP Cron','2020-12-29 00:09:41','2020-12-28 16:09:41'),(12448,7058,'action created','2020-12-29 00:09:43','2020-12-28 16:09:43'),(12449,7058,'action started via WP Cron','2020-12-29 00:10:43','2020-12-28 16:10:43'),(12450,7058,'action complete via WP Cron','2020-12-29 00:10:43','2020-12-28 16:10:43'),(12451,7059,'action created','2020-12-29 00:10:45','2020-12-28 16:10:45'),(12452,7059,'action started via WP Cron','2020-12-29 00:11:41','2020-12-28 16:11:41'),(12453,7059,'action complete via WP Cron','2020-12-29 00:11:41','2020-12-28 16:11:41'),(12454,7060,'action created','2020-12-29 00:11:41','2020-12-28 16:11:41'),(12455,7060,'action started via WP Cron','2020-12-29 00:12:43','2020-12-28 16:12:43'),(12456,7060,'action complete via WP Cron','2020-12-29 00:12:43','2020-12-28 16:12:43'),(12457,7061,'action created','2020-12-29 00:12:44','2020-12-28 16:12:44'),(12458,7061,'action started via WP Cron','2020-12-29 00:13:43','2020-12-28 16:13:43'),(12459,7061,'action complete via WP Cron','2020-12-29 00:13:43','2020-12-28 16:13:43'),(12460,7062,'action created','2020-12-29 00:13:44','2020-12-28 16:13:44'),(12461,7062,'action started via WP Cron','2020-12-29 00:15:07','2020-12-28 16:15:07'),(12462,7062,'action complete via WP Cron','2020-12-29 00:15:07','2020-12-28 16:15:07'),(12463,7063,'action created','2020-12-29 00:15:07','2020-12-28 16:15:07'),(12464,7063,'action started via WP Cron','2020-12-29 00:15:58','2020-12-28 16:15:58'),(12465,7063,'action complete via WP Cron','2020-12-29 00:15:58','2020-12-28 16:15:58'),(12466,7064,'action created','2020-12-29 00:15:58','2020-12-28 16:15:58'),(12467,7064,'action started via WP Cron','2020-12-29 00:22:12','2020-12-28 16:22:12'),(12468,7064,'action complete via WP Cron','2020-12-29 00:22:12','2020-12-28 16:22:12'),(12469,7065,'action created','2020-12-29 00:22:12','2020-12-28 16:22:12'),(12470,7065,'action started via WP Cron','2020-12-29 00:24:23','2020-12-28 16:24:23'),(12471,7065,'action complete via WP Cron','2020-12-29 00:24:23','2020-12-28 16:24:23'),(12472,7066,'action created','2020-12-29 00:24:23','2020-12-28 16:24:23'),(12473,7066,'action started via WP Cron','2020-12-29 00:26:42','2020-12-28 16:26:42'),(12474,7066,'action complete via WP Cron','2020-12-29 00:26:42','2020-12-28 16:26:42'),(12475,7067,'action created','2020-12-29 00:26:42','2020-12-28 16:26:42'),(12476,7067,'action started via WP Cron','2020-12-29 00:46:20','2020-12-28 16:46:20'),(12477,7067,'action complete via WP Cron','2020-12-29 00:46:20','2020-12-28 16:46:20'),(12478,7068,'action created','2020-12-29 00:46:21','2020-12-28 16:46:21'),(12479,7068,'action started via WP Cron','2020-12-29 00:47:48','2020-12-28 16:47:48'),(12480,7068,'action complete via WP Cron','2020-12-29 00:47:48','2020-12-28 16:47:48'),(12481,7069,'action created','2020-12-29 00:47:49','2020-12-28 16:47:49'),(12482,7069,'action started via WP Cron','2020-12-29 00:49:36','2020-12-28 16:49:36'),(12483,7069,'action complete via WP Cron','2020-12-29 00:49:36','2020-12-28 16:49:36'),(12484,7070,'action created','2020-12-29 00:49:36','2020-12-28 16:49:36'),(12485,7070,'action started via WP Cron','2020-12-29 00:53:04','2020-12-28 16:53:04'),(12486,7070,'action complete via WP Cron','2020-12-29 00:53:04','2020-12-28 16:53:04'),(12487,7071,'action created','2020-12-29 00:53:04','2020-12-28 16:53:04'),(12488,7071,'action started via WP Cron','2020-12-29 00:54:13','2020-12-28 16:54:13'),(12489,7071,'action complete via WP Cron','2020-12-29 00:54:13','2020-12-28 16:54:13'),(12490,7072,'action created','2020-12-29 00:54:13','2020-12-28 16:54:13'),(12491,7072,'action started via WP Cron','2020-12-29 00:54:43','2020-12-28 16:54:43'),(12492,7072,'action complete via WP Cron','2020-12-29 00:54:43','2020-12-28 16:54:43'),(12493,7073,'action created','2020-12-29 00:54:43','2020-12-28 16:54:43'),(12494,7073,'action started via WP Cron','2020-12-29 00:55:43','2020-12-28 16:55:43'),(12495,7073,'action complete via WP Cron','2020-12-29 00:55:43','2020-12-28 16:55:43'),(12496,7074,'action created','2020-12-29 00:55:43','2020-12-28 16:55:43'),(12497,7074,'action started via WP Cron','2020-12-29 01:00:12','2020-12-28 17:00:12'),(12498,7074,'action complete via WP Cron','2020-12-29 01:00:12','2020-12-28 17:00:12'),(12499,7075,'action created','2020-12-29 01:00:12','2020-12-28 17:00:12'),(12500,7075,'action started via WP Cron','2020-12-29 01:03:05','2020-12-28 17:03:05'),(12501,7075,'action complete via WP Cron','2020-12-29 01:03:05','2020-12-28 17:03:05'),(12502,7076,'action created','2020-12-29 01:03:05','2020-12-28 17:03:05'),(12503,7076,'action started via WP Cron','2020-12-29 01:10:59','2020-12-28 17:10:59'),(12504,7076,'action complete via WP Cron','2020-12-29 01:10:59','2020-12-28 17:10:59'),(12505,7077,'action created','2020-12-29 01:10:59','2020-12-28 17:10:59'),(12506,7077,'action started via WP Cron','2020-12-29 01:12:00','2020-12-28 17:12:00'),(12507,7077,'action complete via WP Cron','2020-12-29 01:12:00','2020-12-28 17:12:00'),(12508,7078,'action created','2020-12-29 01:12:00','2020-12-28 17:12:00'),(12509,7078,'action started via WP Cron','2020-12-29 01:13:01','2020-12-28 17:13:01'),(12510,7078,'action complete via WP Cron','2020-12-29 01:13:01','2020-12-28 17:13:01'),(12511,7079,'action created','2020-12-29 01:13:01','2020-12-28 17:13:01'),(12512,7079,'action started via WP Cron','2020-12-29 01:15:03','2020-12-28 17:15:03'),(12513,7079,'action complete via WP Cron','2020-12-29 01:15:03','2020-12-28 17:15:03'),(12514,7080,'action created','2020-12-29 01:16:03','2020-12-28 17:16:03'),(12515,7080,'action started via WP Cron','2020-12-29 01:29:28','2020-12-28 17:29:28'),(12516,7080,'action complete via WP Cron','2020-12-29 01:29:28','2020-12-28 17:29:28'),(12517,7081,'action created','2020-12-29 01:29:29','2020-12-28 17:29:29'),(12518,7081,'action started via WP Cron','2020-12-29 01:30:35','2020-12-28 17:30:35'),(12519,7081,'action complete via WP Cron','2020-12-29 01:30:35','2020-12-28 17:30:35'),(12520,7082,'action created','2020-12-29 01:30:36','2020-12-28 17:30:36'),(12521,7082,'action started via WP Cron','2020-12-29 01:31:36','2020-12-28 17:31:36'),(12522,7082,'action complete via WP Cron','2020-12-29 01:31:36','2020-12-28 17:31:36'),(12523,7083,'action created','2020-12-29 01:31:36','2020-12-28 17:31:36'),(12524,7083,'action started via WP Cron','2020-12-29 01:33:38','2020-12-28 17:33:38'),(12525,7083,'action complete via WP Cron','2020-12-29 01:33:38','2020-12-28 17:33:38'),(12526,7084,'action created','2020-12-29 01:33:38','2020-12-28 17:33:38'),(12527,7084,'action started via WP Cron','2020-12-29 01:34:39','2020-12-28 17:34:39'),(12528,7084,'action complete via WP Cron','2020-12-29 01:34:39','2020-12-28 17:34:39'),(12529,7085,'action created','2020-12-29 01:34:39','2020-12-28 17:34:39'),(12530,7085,'action started via WP Cron','2020-12-29 01:35:40','2020-12-28 17:35:40'),(12531,7085,'action complete via WP Cron','2020-12-29 01:35:40','2020-12-28 17:35:40'),(12532,7086,'action created','2020-12-29 01:35:40','2020-12-28 17:35:40'),(12533,7086,'action started via WP Cron','2020-12-29 01:41:53','2020-12-28 17:41:53'),(12534,7086,'action complete via WP Cron','2020-12-29 01:41:53','2020-12-28 17:41:53'),(12535,7087,'action created','2020-12-29 01:41:53','2020-12-28 17:41:53'),(12536,7087,'action started via WP Cron','2020-12-29 01:46:27','2020-12-28 17:46:27'),(12537,7087,'action complete via WP Cron','2020-12-29 01:46:27','2020-12-28 17:46:27'),(12538,7088,'action created','2020-12-29 01:46:27','2020-12-28 17:46:27'),(12539,7088,'action started via WP Cron','2020-12-29 01:48:43','2020-12-28 17:48:43'),(12540,7088,'action complete via WP Cron','2020-12-29 01:48:43','2020-12-28 17:48:43'),(12541,7089,'action created','2020-12-29 01:48:43','2020-12-28 17:48:43'),(12542,6561,'action started via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12543,6561,'action complete via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12544,7090,'action created','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12545,6560,'action started via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12546,6560,'action complete via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12547,7091,'action created','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12548,7089,'action started via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12549,7089,'action complete via WP Cron','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12550,7092,'action created','2020-12-29 01:56:25','2020-12-28 17:56:25'),(12551,7092,'action started via WP Cron','2020-12-29 01:57:49','2020-12-28 17:57:49'),(12552,7092,'action complete via WP Cron','2020-12-29 01:57:49','2020-12-28 17:57:49'),(12553,7093,'action created','2020-12-29 01:59:05','2020-12-28 17:59:05'),(12554,7093,'action started via WP Cron','2020-12-29 02:04:51','2020-12-28 18:04:51'),(12555,7093,'action complete via WP Cron','2020-12-29 02:04:51','2020-12-28 18:04:51'),(12556,7094,'action created','2020-12-29 02:04:51','2020-12-28 18:04:51'),(12557,7094,'action started via WP Cron','2020-12-29 02:06:50','2020-12-28 18:06:50'),(12558,7094,'action complete via WP Cron','2020-12-29 02:06:50','2020-12-28 18:06:50'),(12559,7095,'action created','2020-12-29 02:06:50','2020-12-28 18:06:50'),(12560,7095,'action started via WP Cron','2020-12-29 02:09:51','2020-12-28 18:09:51'),(12561,7095,'action complete via WP Cron','2020-12-29 02:09:51','2020-12-28 18:09:51'),(12562,7096,'action created','2020-12-29 02:09:51','2020-12-28 18:09:51'),(12563,7096,'action started via WP Cron','2020-12-29 02:21:38','2020-12-28 18:21:38'),(12564,7096,'action complete via WP Cron','2020-12-29 02:21:38','2020-12-28 18:21:38'),(12565,7097,'action created','2020-12-29 02:21:38','2020-12-28 18:21:38'),(12566,7097,'action started via WP Cron','2020-12-29 02:31:35','2020-12-28 18:31:35'),(12567,7097,'action complete via WP Cron','2020-12-29 02:31:35','2020-12-28 18:31:35'),(12568,7098,'action created','2020-12-29 02:31:35','2020-12-28 18:31:35'),(12569,7098,'action started via WP Cron','2020-12-29 02:33:55','2020-12-28 18:33:55'),(12570,7098,'action complete via WP Cron','2020-12-29 02:33:55','2020-12-28 18:33:55'),(12571,7099,'action created','2020-12-29 02:33:55','2020-12-28 18:33:55'),(12572,7099,'action started via WP Cron','2020-12-29 02:35:52','2020-12-28 18:35:52'),(12573,7099,'action complete via WP Cron','2020-12-29 02:35:53','2020-12-28 18:35:53'),(12574,7100,'action created','2020-12-29 02:35:53','2020-12-28 18:35:53'),(12575,7100,'action started via WP Cron','2020-12-29 02:36:58','2020-12-28 18:36:58'),(12576,7100,'action complete via WP Cron','2020-12-29 02:36:58','2020-12-28 18:36:58'),(12577,7101,'action created','2020-12-29 02:36:58','2020-12-28 18:36:58'),(12578,7101,'action started via WP Cron','2020-12-29 02:38:01','2020-12-28 18:38:01'),(12579,7101,'action complete via WP Cron','2020-12-29 02:38:01','2020-12-28 18:38:01'),(12580,7102,'action created','2020-12-29 02:38:01','2020-12-28 18:38:01'),(12581,7102,'action started via WP Cron','2020-12-29 02:39:05','2020-12-28 18:39:05'),(12582,7102,'action complete via WP Cron','2020-12-29 02:39:05','2020-12-28 18:39:05'),(12583,7103,'action created','2020-12-29 02:39:05','2020-12-28 18:39:05'),(12584,7103,'action started via WP Cron','2020-12-29 02:40:03','2020-12-28 18:40:03'),(12585,7103,'action complete via WP Cron','2020-12-29 02:40:03','2020-12-28 18:40:03'),(12586,7104,'action created','2020-12-29 02:41:03','2020-12-28 18:41:03'),(12587,7104,'action started via WP Cron','2020-12-29 02:42:04','2020-12-28 18:42:04'),(12588,7104,'action complete via WP Cron','2020-12-29 02:42:04','2020-12-28 18:42:04'),(12589,7105,'action created','2020-12-29 02:42:04','2020-12-28 18:42:04'),(12590,7105,'action started via WP Cron','2020-12-29 02:43:56','2020-12-28 18:43:56'),(12591,7105,'action complete via WP Cron','2020-12-29 02:43:56','2020-12-28 18:43:56'),(12592,7106,'action created','2020-12-29 02:43:56','2020-12-28 18:43:56'),(12593,7106,'action started via WP Cron','2020-12-29 02:44:44','2020-12-28 18:44:44'),(12594,7106,'action complete via WP Cron','2020-12-29 02:44:44','2020-12-28 18:44:44'),(12595,7107,'action created','2020-12-29 02:44:44','2020-12-28 18:44:44'),(12596,7107,'action started via WP Cron','2020-12-29 03:00:46','2020-12-28 19:00:46'),(12597,7107,'action complete via WP Cron','2020-12-29 03:00:46','2020-12-28 19:00:46'),(12598,7108,'action created','2020-12-29 03:00:46','2020-12-28 19:00:46'),(12599,7108,'action started via WP Cron','2020-12-29 03:03:18','2020-12-28 19:03:18'),(12600,7108,'action complete via WP Cron','2020-12-29 03:03:18','2020-12-28 19:03:18'),(12601,7109,'action created','2020-12-29 03:03:18','2020-12-28 19:03:18'),(12602,7109,'action started via WP Cron','2020-12-29 03:04:14','2020-12-28 19:04:14'),(12603,7109,'action complete via WP Cron','2020-12-29 03:04:14','2020-12-28 19:04:14'),(12604,7110,'action created','2020-12-29 03:04:14','2020-12-28 19:04:14'),(12605,7110,'action started via WP Cron','2020-12-29 03:13:00','2020-12-28 19:13:00'),(12606,7110,'action complete via WP Cron','2020-12-29 03:13:00','2020-12-28 19:13:00'),(12607,7111,'action created','2020-12-29 03:13:00','2020-12-28 19:13:00'),(12608,7111,'action started via WP Cron','2020-12-29 03:16:58','2020-12-28 19:16:58'),(12609,7111,'action complete via WP Cron','2020-12-29 03:16:58','2020-12-28 19:16:58'),(12610,6589,'action started via WP Cron','2020-12-29 03:32:21','2020-12-28 19:32:21'),(12611,6589,'action complete via WP Cron','2020-12-29 03:32:21','2020-12-28 19:32:21'),(12612,7112,'action created','2020-12-29 03:32:21','2020-12-28 19:32:21'),(12613,7113,'action created','2020-12-29 03:32:22','2020-12-28 19:32:22'),(12614,7113,'action started via WP Cron','2020-12-29 03:33:43','2020-12-28 19:33:43'),(12615,7113,'action complete via WP Cron','2020-12-29 03:33:43','2020-12-28 19:33:43'),(12616,7114,'action created','2020-12-29 03:33:44','2020-12-28 19:33:44'),(12617,7114,'action started via WP Cron','2020-12-29 03:43:04','2020-12-28 19:43:04'),(12618,7114,'action complete via WP Cron','2020-12-29 03:43:04','2020-12-28 19:43:04'),(12619,7115,'action created','2020-12-29 03:43:04','2020-12-28 19:43:04'),(12620,7115,'action started via WP Cron','2020-12-29 03:44:05','2020-12-28 19:44:05'),(12621,7115,'action complete via WP Cron','2020-12-29 03:44:05','2020-12-28 19:44:05'),(12622,7116,'action created','2020-12-29 03:44:05','2020-12-28 19:44:05'),(12623,7116,'action started via WP Cron','2020-12-29 03:45:06','2020-12-28 19:45:06'),(12624,7116,'action complete via WP Cron','2020-12-29 03:45:06','2020-12-28 19:45:06'),(12625,7117,'action created','2020-12-29 03:45:06','2020-12-28 19:45:06'),(12626,7117,'action started via WP Cron','2020-12-29 03:47:08','2020-12-28 19:47:08'),(12627,7117,'action complete via WP Cron','2020-12-29 03:47:08','2020-12-28 19:47:08'),(12628,7118,'action created','2020-12-29 03:47:08','2020-12-28 19:47:08'),(12629,7118,'action started via WP Cron','2020-12-29 03:48:09','2020-12-28 19:48:09'),(12630,7118,'action complete via WP Cron','2020-12-29 03:48:09','2020-12-28 19:48:09'),(12631,7119,'action created','2020-12-29 03:48:09','2020-12-28 19:48:09'),(12632,7119,'action started via WP Cron','2020-12-29 03:59:54','2020-12-28 19:59:54'),(12633,7119,'action complete via WP Cron','2020-12-29 03:59:54','2020-12-28 19:59:54'),(12634,7120,'action created','2020-12-29 03:59:54','2020-12-28 19:59:54'),(12635,7120,'action started via WP Cron','2020-12-29 04:01:59','2020-12-28 20:01:59'),(12636,7120,'action complete via WP Cron','2020-12-29 04:01:59','2020-12-28 20:01:59'),(12637,7121,'action created','2020-12-29 04:01:59','2020-12-28 20:01:59'),(12638,7121,'action started via WP Cron','2020-12-29 04:08:55','2020-12-28 20:08:55'),(12639,7121,'action complete via WP Cron','2020-12-29 04:08:55','2020-12-28 20:08:55'),(12640,7122,'action created','2020-12-29 04:08:55','2020-12-28 20:08:55'),(12641,7122,'action started via WP Cron','2020-12-29 04:12:10','2020-12-28 20:12:10'),(12642,7122,'action complete via WP Cron','2020-12-29 04:12:10','2020-12-28 20:12:10'),(12643,7123,'action created','2020-12-29 04:12:11','2020-12-28 20:12:11'),(12644,7123,'action started via WP Cron','2020-12-29 04:17:23','2020-12-28 20:17:23'),(12645,7123,'action complete via WP Cron','2020-12-29 04:17:23','2020-12-28 20:17:23'),(12646,7124,'action created','2020-12-29 04:17:23','2020-12-28 20:17:23'),(12647,7124,'action started via WP Cron','2020-12-29 04:18:53','2020-12-28 20:18:53'),(12648,7124,'action complete via WP Cron','2020-12-29 04:18:53','2020-12-28 20:18:53'),(12649,7125,'action created','2020-12-29 04:18:53','2020-12-28 20:18:53'),(12650,7125,'action started via WP Cron','2020-12-29 04:20:22','2020-12-28 20:20:22'),(12651,7125,'action complete via WP Cron','2020-12-29 04:20:22','2020-12-28 20:20:22'),(12652,7126,'action created','2020-12-29 04:20:22','2020-12-28 20:20:22'),(12653,7126,'action started via WP Cron','2020-12-29 04:21:32','2020-12-28 20:21:32'),(12654,7126,'action complete via WP Cron','2020-12-29 04:21:32','2020-12-28 20:21:32'),(12655,7127,'action created','2020-12-29 04:21:32','2020-12-28 20:21:32'),(12656,7127,'action started via WP Cron','2020-12-29 04:23:29','2020-12-28 20:23:29'),(12657,7127,'action complete via WP Cron','2020-12-29 04:23:29','2020-12-28 20:23:29'),(12658,7128,'action created','2020-12-29 04:23:29','2020-12-28 20:23:29'),(12659,7128,'action started via WP Cron','2020-12-29 04:24:48','2020-12-28 20:24:48'),(12660,7128,'action complete via WP Cron','2020-12-29 04:24:48','2020-12-28 20:24:48'),(12661,7129,'action created','2020-12-29 04:24:48','2020-12-28 20:24:48'),(12662,7129,'action started via WP Cron','2020-12-29 04:26:20','2020-12-28 20:26:20'),(12663,7129,'action complete via WP Cron','2020-12-29 04:26:20','2020-12-28 20:26:20'),(12664,7130,'action created','2020-12-29 04:26:20','2020-12-28 20:26:20'),(12665,7130,'action started via WP Cron','2020-12-29 04:27:30','2020-12-28 20:27:30'),(12666,7130,'action complete via WP Cron','2020-12-29 04:27:30','2020-12-28 20:27:30'),(12667,7131,'action created','2020-12-29 04:27:30','2020-12-28 20:27:30'),(12668,7131,'action started via WP Cron','2020-12-29 04:28:57','2020-12-28 20:28:57'),(12669,7131,'action complete via WP Cron','2020-12-29 04:28:57','2020-12-28 20:28:57'),(12670,7132,'action created','2020-12-29 04:28:57','2020-12-28 20:28:57'),(12671,7132,'action started via WP Cron','2020-12-29 04:30:02','2020-12-28 20:30:02'),(12672,7132,'action complete via WP Cron','2020-12-29 04:30:02','2020-12-28 20:30:02'),(12673,7133,'action created','2020-12-29 04:31:12','2020-12-28 20:31:12'),(12674,7133,'action started via WP Cron','2020-12-29 04:31:43','2020-12-28 20:31:43'),(12675,7133,'action complete via WP Cron','2020-12-29 04:31:43','2020-12-28 20:31:43'),(12676,7134,'action created','2020-12-29 04:31:44','2020-12-28 20:31:44'),(12677,7134,'action started via WP Cron','2020-12-29 04:33:31','2020-12-28 20:33:31'),(12678,7134,'action complete via WP Cron','2020-12-29 04:33:31','2020-12-28 20:33:31'),(12679,7135,'action created','2020-12-29 04:33:31','2020-12-28 20:33:31'),(12680,7135,'action started via WP Cron','2020-12-29 04:33:48','2020-12-28 20:33:48'),(12681,7135,'action complete via WP Cron','2020-12-29 04:33:48','2020-12-28 20:33:48'),(12682,7136,'action created','2020-12-29 04:33:48','2020-12-28 20:33:48'),(12683,7136,'action started via WP Cron','2020-12-29 04:34:48','2020-12-28 20:34:48'),(12684,7136,'action complete via WP Cron','2020-12-29 04:34:48','2020-12-28 20:34:48'),(12685,7137,'action created','2020-12-29 04:34:48','2020-12-28 20:34:48'),(12686,7137,'action started via WP Cron','2020-12-29 04:35:42','2020-12-28 20:35:42'),(12687,7137,'action complete via WP Cron','2020-12-29 04:35:42','2020-12-28 20:35:42'),(12688,7138,'action created','2020-12-29 04:35:42','2020-12-28 20:35:42'),(12689,7138,'action started via WP Cron','2020-12-29 04:37:12','2020-12-28 20:37:12'),(12690,7138,'action complete via WP Cron','2020-12-29 04:37:12','2020-12-28 20:37:12'),(12691,7139,'action created','2020-12-29 04:37:12','2020-12-28 20:37:12'),(12692,7139,'action started via WP Cron','2020-12-29 04:37:44','2020-12-28 20:37:44'),(12693,7139,'action complete via WP Cron','2020-12-29 04:37:44','2020-12-28 20:37:44'),(12694,7140,'action created','2020-12-29 04:37:44','2020-12-28 20:37:44'),(12695,7140,'action started via WP Cron','2020-12-29 04:39:02','2020-12-28 20:39:02'),(12696,7140,'action complete via WP Cron','2020-12-29 04:39:02','2020-12-28 20:39:02'),(12697,7141,'action created','2020-12-29 04:39:02','2020-12-28 20:39:02'),(12698,7141,'action started via WP Cron','2020-12-29 04:39:46','2020-12-28 20:39:46'),(12699,7141,'action complete via WP Cron','2020-12-29 04:39:46','2020-12-28 20:39:46'),(12700,7142,'action created','2020-12-29 04:39:46','2020-12-28 20:39:46'),(12701,7142,'action started via WP Cron','2020-12-29 04:41:14','2020-12-28 20:41:14'),(12702,7142,'action complete via WP Cron','2020-12-29 04:41:14','2020-12-28 20:41:14'),(12703,7143,'action created','2020-12-29 04:41:14','2020-12-28 20:41:14'),(12704,7143,'action started via WP Cron','2020-12-29 04:41:53','2020-12-28 20:41:53'),(12705,7143,'action complete via WP Cron','2020-12-29 04:41:53','2020-12-28 20:41:53'),(12706,7144,'action created','2020-12-29 04:41:54','2020-12-28 20:41:54'),(12707,7144,'action started via WP Cron','2020-12-29 04:42:45','2020-12-28 20:42:45'),(12708,7144,'action complete via WP Cron','2020-12-29 04:42:45','2020-12-28 20:42:45'),(12709,7145,'action created','2020-12-29 04:42:46','2020-12-28 20:42:46'),(12710,7145,'action started via WP Cron','2020-12-29 04:43:48','2020-12-28 20:43:48'),(12711,7145,'action complete via WP Cron','2020-12-29 04:43:48','2020-12-28 20:43:48'),(12712,7146,'action created','2020-12-29 04:43:48','2020-12-28 20:43:48'),(12713,7146,'action started via WP Cron','2020-12-29 04:44:52','2020-12-28 20:44:52'),(12714,7146,'action complete via WP Cron','2020-12-29 04:44:52','2020-12-28 20:44:52'),(12715,7147,'action created','2020-12-29 04:44:52','2020-12-28 20:44:52'),(12716,7147,'action started via WP Cron','2020-12-29 04:46:28','2020-12-28 20:46:28'),(12717,7147,'action complete via WP Cron','2020-12-29 04:46:28','2020-12-28 20:46:28'),(12718,7148,'action created','2020-12-29 04:46:28','2020-12-28 20:46:28'),(12719,7148,'action started via WP Cron','2020-12-29 04:47:09','2020-12-28 20:47:09'),(12720,7148,'action complete via WP Cron','2020-12-29 04:47:09','2020-12-28 20:47:09'),(12721,7149,'action created','2020-12-29 04:47:09','2020-12-28 20:47:09'),(12722,7149,'action started via WP Cron','2020-12-29 04:48:02','2020-12-28 20:48:02'),(12723,7149,'action complete via WP Cron','2020-12-29 04:48:02','2020-12-28 20:48:02'),(12724,7150,'action created','2020-12-29 04:48:02','2020-12-28 20:48:02'),(12725,7150,'action started via WP Cron','2020-12-29 04:49:09','2020-12-28 20:49:09'),(12726,7150,'action complete via WP Cron','2020-12-29 04:49:09','2020-12-28 20:49:09'),(12727,7151,'action created','2020-12-29 04:49:09','2020-12-28 20:49:09'),(12728,7151,'action started via WP Cron','2020-12-29 04:50:45','2020-12-28 20:50:45'),(12729,7151,'action complete via WP Cron','2020-12-29 04:50:45','2020-12-28 20:50:45'),(12730,7152,'action created','2020-12-29 04:50:46','2020-12-28 20:50:46'),(12731,7152,'action started via WP Cron','2020-12-29 04:51:46','2020-12-28 20:51:46'),(12732,7152,'action complete via WP Cron','2020-12-29 04:51:46','2020-12-28 20:51:46'),(12733,7153,'action created','2020-12-29 04:51:46','2020-12-28 20:51:46'),(12734,7153,'action started via WP Cron','2020-12-29 04:53:08','2020-12-28 20:53:08'),(12735,7153,'action complete via WP Cron','2020-12-29 04:53:08','2020-12-28 20:53:08'),(12736,7154,'action created','2020-12-29 04:53:08','2020-12-28 20:53:08'),(12737,7154,'action started via WP Cron','2020-12-29 04:53:48','2020-12-28 20:53:48'),(12738,7154,'action complete via WP Cron','2020-12-29 04:53:48','2020-12-28 20:53:48'),(12739,7155,'action created','2020-12-29 04:53:48','2020-12-28 20:53:48'),(12740,7155,'action started via WP Cron','2020-12-29 04:55:10','2020-12-28 20:55:10'),(12741,7155,'action complete via WP Cron','2020-12-29 04:55:10','2020-12-28 20:55:10'),(12742,7156,'action created','2020-12-29 04:55:10','2020-12-28 20:55:10'),(12743,7156,'action started via WP Cron','2020-12-29 04:55:52','2020-12-28 20:55:52'),(12744,7156,'action complete via WP Cron','2020-12-29 04:55:52','2020-12-28 20:55:52'),(12745,7157,'action created','2020-12-29 04:55:52','2020-12-28 20:55:52'),(12746,7157,'action started via WP Cron','2020-12-29 04:57:23','2020-12-28 20:57:23'),(12747,7157,'action complete via WP Cron','2020-12-29 04:57:23','2020-12-28 20:57:23'),(12748,7158,'action created','2020-12-29 04:57:23','2020-12-28 20:57:23'),(12749,7158,'action started via WP Cron','2020-12-29 04:57:49','2020-12-28 20:57:49'),(12750,7158,'action complete via WP Cron','2020-12-29 04:57:49','2020-12-28 20:57:49'),(12751,7159,'action created','2020-12-29 04:57:49','2020-12-28 20:57:49'),(12752,7159,'action started via WP Cron','2020-12-29 04:58:54','2020-12-28 20:58:54'),(12753,7159,'action complete via WP Cron','2020-12-29 04:58:54','2020-12-28 20:58:54'),(12754,7160,'action created','2020-12-29 04:58:54','2020-12-28 20:58:54'),(12755,7160,'action started via WP Cron','2020-12-29 05:00:28','2020-12-28 21:00:28'),(12756,7160,'action complete via WP Cron','2020-12-29 05:00:28','2020-12-28 21:00:28'),(12757,7161,'action created','2020-12-29 05:00:28','2020-12-28 21:00:28'),(12758,7161,'action started via WP Cron','2020-12-29 05:00:43','2020-12-28 21:00:43'),(12759,7161,'action complete via WP Cron','2020-12-29 05:00:43','2020-12-28 21:00:43'),(12760,7162,'action created','2020-12-29 05:00:43','2020-12-28 21:00:43'),(12761,7162,'action started via WP Cron','2020-12-29 05:02:08','2020-12-28 21:02:08'),(12762,7162,'action complete via WP Cron','2020-12-29 05:02:08','2020-12-28 21:02:08'),(12763,7163,'action created','2020-12-29 05:02:08','2020-12-28 21:02:08'),(12764,7163,'action started via WP Cron','2020-12-29 05:03:08','2020-12-28 21:03:08'),(12765,7163,'action complete via WP Cron','2020-12-29 05:03:08','2020-12-28 21:03:08'),(12766,7164,'action created','2020-12-29 05:03:08','2020-12-28 21:03:08'),(12767,7164,'action started via WP Cron','2020-12-29 05:03:42','2020-12-28 21:03:42'),(12768,7164,'action complete via WP Cron','2020-12-29 05:03:42','2020-12-28 21:03:42'),(12769,7165,'action created','2020-12-29 05:03:42','2020-12-28 21:03:42'),(12770,7165,'action started via WP Cron','2020-12-29 05:05:22','2020-12-28 21:05:22'),(12771,7165,'action complete via WP Cron','2020-12-29 05:05:22','2020-12-28 21:05:22'),(12772,7166,'action created','2020-12-29 05:05:22','2020-12-28 21:05:22'),(12773,7166,'action started via WP Cron','2020-12-29 05:11:20','2020-12-28 21:11:20'),(12774,7166,'action complete via WP Cron','2020-12-29 05:11:20','2020-12-28 21:11:20'),(12775,7167,'action created','2020-12-29 05:11:20','2020-12-28 21:11:20'),(12776,7167,'action started via WP Cron','2020-12-29 05:12:03','2020-12-28 21:12:03'),(12777,7167,'action complete via WP Cron','2020-12-29 05:12:03','2020-12-28 21:12:03'),(12778,7168,'action created','2020-12-29 05:12:03','2020-12-28 21:12:03'),(12779,7168,'action started via WP Cron','2020-12-29 05:12:43','2020-12-28 21:12:43'),(12780,7168,'action complete via WP Cron','2020-12-29 05:12:43','2020-12-28 21:12:43'),(12781,7169,'action created','2020-12-29 05:12:43','2020-12-28 21:12:43'),(12782,7169,'action started via WP Cron','2020-12-29 05:14:04','2020-12-28 21:14:04'),(12783,7169,'action complete via WP Cron','2020-12-29 05:14:04','2020-12-28 21:14:04'),(12784,7170,'action created','2020-12-29 05:14:04','2020-12-28 21:14:04'),(12785,7170,'action started via WP Cron','2020-12-29 05:14:57','2020-12-28 21:14:57'),(12786,7170,'action complete via WP Cron','2020-12-29 05:14:57','2020-12-28 21:14:57'),(12787,7171,'action created','2020-12-29 05:14:57','2020-12-28 21:14:57'),(12788,7171,'action started via WP Cron','2020-12-29 05:16:24','2020-12-28 21:16:24'),(12789,7171,'action complete via WP Cron','2020-12-29 05:16:24','2020-12-28 21:16:24'),(12790,7172,'action created','2020-12-29 05:16:24','2020-12-28 21:16:24'),(12791,7172,'action started via WP Cron','2020-12-29 05:16:57','2020-12-28 21:16:57'),(12792,7172,'action complete via WP Cron','2020-12-29 05:16:57','2020-12-28 21:16:57'),(12793,7173,'action created','2020-12-29 05:17:37','2020-12-28 21:17:37'),(12794,7173,'action started via WP Cron','2020-12-29 05:21:02','2020-12-28 21:21:02'),(12795,7173,'action complete via WP Cron','2020-12-29 05:21:02','2020-12-28 21:21:02'),(12796,7174,'action created','2020-12-29 05:21:02','2020-12-28 21:21:02'),(12797,7174,'action started via WP Cron','2020-12-29 05:21:45','2020-12-28 21:21:45'),(12798,7174,'action complete via WP Cron','2020-12-29 05:21:45','2020-12-28 21:21:45'),(12799,7175,'action created','2020-12-29 05:21:45','2020-12-28 21:21:45'),(12800,7175,'action started via WP Cron','2020-12-29 05:30:18','2020-12-28 21:30:18'),(12801,7175,'action complete via WP Cron','2020-12-29 05:30:18','2020-12-28 21:30:18'),(12802,7176,'action created','2020-12-29 05:30:18','2020-12-28 21:30:18'),(12803,7176,'action started via WP Cron','2020-12-29 05:31:25','2020-12-28 21:31:25'),(12804,7176,'action complete via WP Cron','2020-12-29 05:31:25','2020-12-28 21:31:25'),(12805,7177,'action created','2020-12-29 05:31:25','2020-12-28 21:31:25'),(12806,7177,'action started via WP Cron','2020-12-29 05:32:26','2020-12-28 21:32:26'),(12807,7177,'action complete via WP Cron','2020-12-29 05:32:26','2020-12-28 21:32:26'),(12808,7178,'action created','2020-12-29 05:32:26','2020-12-28 21:32:26'),(12809,7178,'action started via WP Cron','2020-12-29 05:32:41','2020-12-28 21:32:41'),(12810,7178,'action complete via WP Cron','2020-12-29 05:32:41','2020-12-28 21:32:41'),(12811,7179,'action created','2020-12-29 05:32:41','2020-12-28 21:32:41'),(12812,7179,'action started via WP Cron','2020-12-29 05:33:53','2020-12-28 21:33:53'),(12813,7179,'action complete via WP Cron','2020-12-29 05:33:53','2020-12-28 21:33:53'),(12814,7180,'action created','2020-12-29 05:33:53','2020-12-28 21:33:53'),(12815,7180,'action started via WP Cron','2020-12-29 05:37:30','2020-12-28 21:37:30'),(12816,7180,'action complete via WP Cron','2020-12-29 05:37:30','2020-12-28 21:37:30'),(12817,7181,'action created','2020-12-29 05:37:30','2020-12-28 21:37:30'),(12818,7181,'action started via WP Cron','2020-12-29 05:37:47','2020-12-28 21:37:47'),(12819,7181,'action complete via WP Cron','2020-12-29 05:37:47','2020-12-28 21:37:47'),(12820,7182,'action created','2020-12-29 05:37:47','2020-12-28 21:37:47'),(12821,7182,'action started via WP Cron','2020-12-29 05:39:27','2020-12-28 21:39:27'),(12822,7182,'action complete via WP Cron','2020-12-29 05:39:27','2020-12-28 21:39:27'),(12823,7183,'action created','2020-12-29 05:39:27','2020-12-28 21:39:27'),(12824,7183,'action started via WP Cron','2020-12-29 05:40:32','2020-12-28 21:40:32'),(12825,7183,'action complete via WP Cron','2020-12-29 05:40:32','2020-12-28 21:40:32'),(12826,7184,'action created','2020-12-29 05:40:32','2020-12-28 21:40:32'),(12830,7185,'action started via WP Cron','2020-12-29 05:43:35','2020-12-28 21:43:35'),(12831,7185,'action complete via WP Cron','2020-12-29 05:43:35','2020-12-28 21:43:35'),(12832,7186,'action created','2020-12-29 05:43:35','2020-12-28 21:43:35'),(12833,7186,'action started via WP Cron','2020-12-29 05:44:36','2020-12-28 21:44:36'),(12834,7186,'action complete via WP Cron','2020-12-29 05:44:36','2020-12-28 21:44:36'),(12835,7187,'action created','2020-12-29 05:44:36','2020-12-28 21:44:36'),(12836,7187,'action started via WP Cron','2020-12-29 05:45:37','2020-12-28 21:45:37'),(12837,7187,'action complete via WP Cron','2020-12-29 05:45:37','2020-12-28 21:45:37'),(12838,7188,'action created','2020-12-29 05:45:37','2020-12-28 21:45:37'),(12839,7188,'action started via WP Cron','2020-12-29 06:05:12','2020-12-28 22:05:12'),(12840,7188,'action complete via WP Cron','2020-12-29 06:05:12','2020-12-28 22:05:12'),(12841,7189,'action created','2020-12-29 06:05:12','2020-12-28 22:05:12'),(12842,7189,'action started via WP Cron','2020-12-29 06:14:48','2020-12-28 22:14:48'),(12843,7189,'action complete via WP Cron','2020-12-29 06:14:48','2020-12-28 22:14:48'),(12844,7190,'action created','2020-12-29 06:14:48','2020-12-28 22:14:48'),(12845,7190,'action started via WP Cron','2020-12-29 06:17:38','2020-12-28 22:17:38'),(12846,7190,'action complete via WP Cron','2020-12-29 06:17:38','2020-12-28 22:17:38'),(12847,7191,'action created','2020-12-29 06:18:27','2020-12-28 22:18:27'),(12848,7191,'action started via WP Cron','2020-12-29 06:20:31','2020-12-28 22:20:31'),(12849,7191,'action complete via WP Cron','2020-12-29 06:20:31','2020-12-28 22:20:31'),(12850,7192,'action created','2020-12-29 06:21:31','2020-12-28 22:21:31'),(12851,7192,'action started via WP Cron','2020-12-29 06:22:32','2020-12-28 22:22:32'),(12852,7192,'action complete via WP Cron','2020-12-29 06:22:32','2020-12-28 22:22:32'),(12853,7193,'action created','2020-12-29 06:23:06','2020-12-28 22:23:06'),(12854,7193,'action started via WP Cron','2020-12-29 06:26:47','2020-12-28 22:26:47'),(12855,7193,'action complete via WP Cron','2020-12-29 06:26:47','2020-12-28 22:26:47'),(12856,7194,'action created','2020-12-29 06:26:47','2020-12-28 22:26:47'),(12857,7194,'action started via WP Cron','2020-12-29 06:32:23','2020-12-28 22:32:23'),(12858,7194,'action complete via WP Cron','2020-12-29 06:32:23','2020-12-28 22:32:23'),(12859,7195,'action created','2020-12-29 06:32:23','2020-12-28 22:32:23'),(12860,7195,'action started via WP Cron','2020-12-29 06:36:35','2020-12-28 22:36:35'),(12861,7195,'action complete via WP Cron','2020-12-29 06:36:35','2020-12-28 22:36:35'),(12862,7196,'action created','2020-12-29 06:36:35','2020-12-28 22:36:35'),(12863,7196,'action started via WP Cron','2020-12-29 06:38:26','2020-12-28 22:38:26'),(12864,7196,'action complete via WP Cron','2020-12-29 06:38:26','2020-12-28 22:38:26'),(12865,7197,'action created','2020-12-29 06:38:26','2020-12-28 22:38:26'),(12866,7197,'action started via WP Cron','2020-12-29 06:45:40','2020-12-28 22:45:40'),(12867,7197,'action complete via WP Cron','2020-12-29 06:45:40','2020-12-28 22:45:40'),(12868,7198,'action created','2020-12-29 06:45:40','2020-12-28 22:45:40'),(12869,7198,'action started via WP Cron','2020-12-29 06:48:39','2020-12-28 22:48:39'),(12870,7198,'action complete via WP Cron','2020-12-29 06:48:39','2020-12-28 22:48:39'),(66173,24968,'action complete via WP Cron','2021-01-29 06:50:46','2021-01-28 22:50:46'),(66172,24968,'action started via WP Cron','2021-01-29 06:50:46','2021-01-28 22:50:46'),(68115,25616,'action created','2021-01-30 06:54:14','2021-01-29 22:54:14'),(12874,7200,'action created','2020-12-29 06:48:39','2020-12-28 22:48:39'),(12875,7200,'action started via WP Cron','2020-12-29 06:49:41','2020-12-28 22:49:41'),(12876,7200,'action complete via WP Cron','2020-12-29 06:49:41','2020-12-28 22:49:41'),(12877,7201,'action created','2020-12-29 06:50:20','2020-12-28 22:50:20'),(12878,7201,'action started via WP Cron','2020-12-29 06:50:41','2020-12-28 22:50:41'),(12879,7201,'action complete via WP Cron','2020-12-29 06:50:41','2020-12-28 22:50:41'),(12880,7202,'action created','2020-12-29 06:50:41','2020-12-28 22:50:41'),(12881,7202,'action started via WP Cron','2020-12-29 06:51:51','2020-12-28 22:51:51'),(12882,7202,'action complete via WP Cron','2020-12-29 06:51:51','2020-12-28 22:51:51'),(12883,7203,'action created','2020-12-29 06:51:51','2020-12-28 22:51:51'),(12884,7203,'action started via WP Cron','2020-12-29 06:53:10','2020-12-28 22:53:10'),(12885,7203,'action complete via WP Cron','2020-12-29 06:53:10','2020-12-28 22:53:10'),(12886,7204,'action created','2020-12-29 06:53:10','2020-12-28 22:53:10'),(12887,7204,'action started via WP Cron','2020-12-29 06:53:51','2020-12-28 22:53:51'),(12888,7204,'action complete via WP Cron','2020-12-29 06:53:51','2020-12-28 22:53:51'),(12889,7205,'action created','2020-12-29 06:53:51','2020-12-28 22:53:51'),(12890,7205,'action started via WP Cron','2020-12-29 06:57:01','2020-12-28 22:57:01'),(12891,7205,'action complete via WP Cron','2020-12-29 06:57:01','2020-12-28 22:57:01'),(12892,7206,'action created','2020-12-29 06:57:01','2020-12-28 22:57:01'),(12893,7206,'action started via WP Cron','2020-12-29 06:58:09','2020-12-28 22:58:09'),(12894,7206,'action complete via WP Cron','2020-12-29 06:58:09','2020-12-28 22:58:09'),(12895,7207,'action created','2020-12-29 06:58:09','2020-12-28 22:58:09'),(12896,7207,'action started via WP Cron','2020-12-29 06:59:20','2020-12-28 22:59:20'),(12897,7207,'action complete via WP Cron','2020-12-29 06:59:20','2020-12-28 22:59:20'),(12898,7208,'action created','2020-12-29 06:59:20','2020-12-28 22:59:20'),(12899,7208,'action started via WP Cron','2020-12-29 07:01:47','2020-12-28 23:01:47'),(12900,7208,'action complete via WP Cron','2020-12-29 07:01:47','2020-12-28 23:01:47'),(12901,7209,'action created','2020-12-29 07:01:47','2020-12-28 23:01:47'),(12902,7209,'action started via WP Cron','2020-12-29 07:02:57','2020-12-28 23:02:57'),(12903,7209,'action complete via WP Cron','2020-12-29 07:02:57','2020-12-28 23:02:57'),(12904,7210,'action created','2020-12-29 07:02:57','2020-12-28 23:02:57'),(12905,7210,'action started via WP Cron','2020-12-29 07:04:02','2020-12-28 23:04:02'),(12906,7210,'action complete via WP Cron','2020-12-29 07:04:02','2020-12-28 23:04:02'),(12907,7211,'action created','2020-12-29 07:04:02','2020-12-28 23:04:02'),(12908,7211,'action started via WP Cron','2020-12-29 07:04:51','2020-12-28 23:04:51'),(12909,7211,'action complete via WP Cron','2020-12-29 07:04:51','2020-12-28 23:04:51'),(12910,7212,'action created','2020-12-29 07:04:51','2020-12-28 23:04:51'),(12911,7212,'action started via WP Cron','2020-12-29 07:05:42','2020-12-28 23:05:42'),(12912,7212,'action complete via WP Cron','2020-12-29 07:05:42','2020-12-28 23:05:42'),(12913,7213,'action created','2020-12-29 07:05:42','2020-12-28 23:05:42'),(12914,7213,'action started via WP Cron','2020-12-29 07:07:04','2020-12-28 23:07:04'),(12915,7213,'action complete via WP Cron','2020-12-29 07:07:04','2020-12-28 23:07:04'),(12916,7214,'action created','2020-12-29 07:07:04','2020-12-28 23:07:04'),(12917,7214,'action started via WP Cron','2020-12-29 07:08:04','2020-12-28 23:08:04'),(12918,7214,'action complete via WP Cron','2020-12-29 07:08:04','2020-12-28 23:08:04'),(12919,7215,'action created','2020-12-29 07:08:04','2020-12-28 23:08:04'),(12920,7215,'action started via WP Cron','2020-12-29 07:09:39','2020-12-28 23:09:39'),(12921,7215,'action complete via WP Cron','2020-12-29 07:09:39','2020-12-28 23:09:39'),(12922,7216,'action created','2020-12-29 07:09:39','2020-12-28 23:09:39'),(12923,7216,'action started via WP Cron','2020-12-29 07:10:11','2020-12-28 23:10:11'),(12924,7216,'action complete via WP Cron','2020-12-29 07:10:11','2020-12-28 23:10:11'),(12925,7217,'action created','2020-12-29 07:10:11','2020-12-28 23:10:11'),(12926,7217,'action started via WP Cron','2020-12-29 07:10:47','2020-12-28 23:10:47'),(12927,7217,'action complete via WP Cron','2020-12-29 07:10:47','2020-12-28 23:10:47'),(12928,7218,'action created','2020-12-29 07:10:47','2020-12-28 23:10:47'),(12929,7218,'action started via WP Cron','2020-12-29 07:12:31','2020-12-28 23:12:31'),(12930,7218,'action complete via WP Cron','2020-12-29 07:12:31','2020-12-28 23:12:31'),(12931,7219,'action created','2020-12-29 07:12:31','2020-12-28 23:12:31'),(12932,7219,'action started via WP Cron','2020-12-29 07:12:55','2020-12-28 23:12:55'),(12933,7219,'action complete via WP Cron','2020-12-29 07:12:55','2020-12-28 23:12:55'),(12934,7220,'action created','2020-12-29 07:12:55','2020-12-28 23:12:55'),(12935,7220,'action started via WP Cron','2020-12-29 07:13:53','2020-12-28 23:13:53'),(12936,7220,'action complete via WP Cron','2020-12-29 07:13:53','2020-12-28 23:13:53'),(12937,7221,'action created','2020-12-29 07:13:53','2020-12-28 23:13:53'),(12938,7221,'action started via WP Cron','2020-12-29 07:14:54','2020-12-28 23:14:54'),(12939,7221,'action complete via WP Cron','2020-12-29 07:14:54','2020-12-28 23:14:54'),(12940,7222,'action created','2020-12-29 07:14:54','2020-12-28 23:14:54'),(12941,7222,'action started via WP Cron','2020-12-29 07:16:01','2020-12-28 23:16:01'),(12942,7222,'action complete via WP Cron','2020-12-29 07:16:01','2020-12-28 23:16:01'),(12943,7223,'action created','2020-12-29 07:16:01','2020-12-28 23:16:01'),(12944,7223,'action started via WP Cron','2020-12-29 07:16:45','2020-12-28 23:16:45'),(12945,7223,'action complete via WP Cron','2020-12-29 07:16:45','2020-12-28 23:16:45'),(12946,7224,'action created','2020-12-29 07:16:45','2020-12-28 23:16:45'),(12947,7224,'action started via WP Cron','2020-12-29 07:18:28','2020-12-28 23:18:28'),(12948,7224,'action complete via WP Cron','2020-12-29 07:18:28','2020-12-28 23:18:28'),(12949,7225,'action created','2020-12-29 07:18:29','2020-12-28 23:18:29'),(12950,7225,'action started via WP Cron','2020-12-29 07:18:50','2020-12-28 23:18:50'),(12951,7225,'action complete via WP Cron','2020-12-29 07:18:50','2020-12-28 23:18:50'),(12952,7226,'action created','2020-12-29 07:18:50','2020-12-28 23:18:50'),(12953,7226,'action started via WP Cron','2020-12-29 07:19:58','2020-12-28 23:19:58'),(12954,7226,'action complete via WP Cron','2020-12-29 07:19:58','2020-12-28 23:19:58'),(12955,7227,'action created','2020-12-29 07:19:58','2020-12-28 23:19:58'),(12956,7227,'action started via WP Cron','2020-12-29 07:21:05','2020-12-28 23:21:05'),(12957,7227,'action complete via WP Cron','2020-12-29 07:21:05','2020-12-28 23:21:05'),(12958,7228,'action created','2020-12-29 07:21:05','2020-12-28 23:21:05'),(12959,7228,'action started via WP Cron','2020-12-29 07:21:53','2020-12-28 23:21:53'),(12960,7228,'action complete via WP Cron','2020-12-29 07:21:53','2020-12-28 23:21:53'),(12961,7229,'action created','2020-12-29 07:21:54','2020-12-28 23:21:54'),(12962,7229,'action started via WP Cron','2020-12-29 07:23:07','2020-12-28 23:23:07'),(12963,7229,'action complete via WP Cron','2020-12-29 07:23:07','2020-12-28 23:23:07'),(12964,7230,'action created','2020-12-29 07:23:07','2020-12-28 23:23:07'),(12965,7230,'action started via WP Cron','2020-12-29 07:24:08','2020-12-28 23:24:08'),(12966,7230,'action complete via WP Cron','2020-12-29 07:24:08','2020-12-28 23:24:08'),(12967,7231,'action created','2020-12-29 07:24:08','2020-12-28 23:24:08'),(12968,7231,'action started via WP Cron','2020-12-29 07:25:09','2020-12-28 23:25:09'),(12969,7231,'action complete via WP Cron','2020-12-29 07:25:09','2020-12-28 23:25:09'),(12970,7232,'action created','2020-12-29 07:25:09','2020-12-28 23:25:09'),(12971,7232,'action started via WP Cron','2020-12-29 07:26:43','2020-12-28 23:26:43'),(12972,7232,'action complete via WP Cron','2020-12-29 07:26:43','2020-12-28 23:26:43'),(12973,7233,'action created','2020-12-29 07:26:43','2020-12-28 23:26:43'),(12974,7233,'action started via WP Cron','2020-12-29 07:28:14','2020-12-28 23:28:14'),(12975,7233,'action complete via WP Cron','2020-12-29 07:28:14','2020-12-28 23:28:14'),(12976,7234,'action created','2020-12-29 07:28:14','2020-12-28 23:28:14'),(12977,7234,'action started via WP Cron','2020-12-29 07:29:02','2020-12-28 23:29:02'),(12978,7234,'action complete via WP Cron','2020-12-29 07:29:02','2020-12-28 23:29:02'),(12979,7235,'action created','2020-12-29 07:29:02','2020-12-28 23:29:02'),(12980,7235,'action started via WP Cron','2020-12-29 07:29:51','2020-12-28 23:29:51'),(12981,7235,'action complete via WP Cron','2020-12-29 07:29:51','2020-12-28 23:29:51'),(12982,7236,'action created','2020-12-29 07:29:51','2020-12-28 23:29:51'),(12983,7236,'action started via WP Cron','2020-12-29 07:31:24','2020-12-28 23:31:24'),(12984,7236,'action complete via WP Cron','2020-12-29 07:31:24','2020-12-28 23:31:24'),(12985,7237,'action created','2020-12-29 07:31:24','2020-12-28 23:31:24'),(12986,7237,'action started via WP Cron','2020-12-29 07:31:46','2020-12-28 23:31:46'),(12987,7237,'action complete via WP Cron','2020-12-29 07:31:46','2020-12-28 23:31:46'),(12988,7238,'action created','2020-12-29 07:31:46','2020-12-28 23:31:46'),(12989,7238,'action started via WP Cron','2020-12-29 07:32:53','2020-12-28 23:32:53'),(12990,7238,'action complete via WP Cron','2020-12-29 07:32:53','2020-12-28 23:32:53'),(12991,7239,'action created','2020-12-29 07:32:53','2020-12-28 23:32:53'),(12992,7239,'action started via WP Cron','2020-12-29 07:36:05','2020-12-28 23:36:05'),(12993,7239,'action complete via WP Cron','2020-12-29 07:36:05','2020-12-28 23:36:05'),(12994,7240,'action created','2020-12-29 07:36:06','2020-12-28 23:36:06'),(12995,7240,'action started via WP Cron','2020-12-29 07:37:12','2020-12-28 23:37:12'),(12996,7240,'action complete via WP Cron','2020-12-29 07:37:12','2020-12-28 23:37:12'),(12997,7241,'action created','2020-12-29 07:37:12','2020-12-28 23:37:12'),(12998,7241,'action started via WP Cron','2020-12-29 07:37:54','2020-12-28 23:37:54'),(12999,7241,'action complete via WP Cron','2020-12-29 07:37:54','2020-12-28 23:37:54'),(13000,7242,'action created','2020-12-29 07:37:54','2020-12-28 23:37:54'),(13001,7242,'action started via WP Cron','2020-12-29 07:38:55','2020-12-28 23:38:55'),(13002,7242,'action complete via WP Cron','2020-12-29 07:38:55','2020-12-28 23:38:55'),(13003,7243,'action created','2020-12-29 07:39:22','2020-12-28 23:39:22'),(13004,7243,'action started via WP Cron','2020-12-29 07:40:38','2020-12-28 23:40:38'),(13005,7243,'action complete via WP Cron','2020-12-29 07:40:38','2020-12-28 23:40:38'),(13006,7244,'action created','2020-12-29 07:40:38','2020-12-28 23:40:38'),(13007,7244,'action started via WP Cron','2020-12-29 07:41:19','2020-12-28 23:41:19'),(13008,7244,'action complete via WP Cron','2020-12-29 07:41:19','2020-12-28 23:41:19'),(13009,7245,'action created','2020-12-29 07:42:17','2020-12-28 23:42:17'),(13010,7245,'action started via WP Cron','2020-12-29 07:43:04','2020-12-28 23:43:04'),(13011,7245,'action complete via WP Cron','2020-12-29 07:43:04','2020-12-28 23:43:04'),(13012,7246,'action created','2020-12-29 07:43:04','2020-12-28 23:43:04'),(13013,7246,'action started via WP Cron','2020-12-29 07:44:04','2020-12-28 23:44:04'),(13014,7246,'action complete via WP Cron','2020-12-29 07:44:04','2020-12-28 23:44:04'),(13015,7247,'action created','2020-12-29 07:44:04','2020-12-28 23:44:04'),(13016,7247,'action started via WP Cron','2020-12-29 07:44:53','2020-12-28 23:44:53'),(13017,7247,'action complete via WP Cron','2020-12-29 07:44:53','2020-12-28 23:44:53'),(13018,7248,'action created','2020-12-29 07:44:53','2020-12-28 23:44:53'),(13019,7248,'action started via WP Cron','2020-12-29 07:45:43','2020-12-28 23:45:43'),(13020,7248,'action complete via WP Cron','2020-12-29 07:45:43','2020-12-28 23:45:43'),(13021,7249,'action created','2020-12-29 07:45:43','2020-12-28 23:45:43'),(13022,7249,'action started via WP Cron','2020-12-29 07:47:50','2020-12-28 23:47:50'),(13023,7249,'action complete via WP Cron','2020-12-29 07:47:50','2020-12-28 23:47:50'),(13024,7250,'action created','2020-12-29 07:47:50','2020-12-28 23:47:50'),(13025,7250,'action started via WP Cron','2020-12-29 07:50:47','2020-12-28 23:50:47'),(13026,7250,'action complete via WP Cron','2020-12-29 07:50:47','2020-12-28 23:50:47'),(13027,7251,'action created','2020-12-29 07:50:47','2020-12-28 23:50:47'),(13028,7251,'action started via WP Cron','2020-12-29 07:51:41','2020-12-28 23:51:41'),(13029,7251,'action complete via WP Cron','2020-12-29 07:51:41','2020-12-28 23:51:41'),(13030,7252,'action created','2020-12-29 07:51:41','2020-12-28 23:51:41'),(13031,7252,'action started via WP Cron','2020-12-29 07:53:43','2020-12-28 23:53:43'),(13032,7252,'action complete via WP Cron','2020-12-29 07:53:43','2020-12-28 23:53:43'),(13033,7253,'action created','2020-12-29 07:53:43','2020-12-28 23:53:43'),(13034,7253,'action started via WP Cron','2020-12-29 07:54:44','2020-12-28 23:54:44'),(13035,7253,'action complete via WP Cron','2020-12-29 07:54:44','2020-12-28 23:54:44'),(13036,7254,'action created','2020-12-29 07:54:44','2020-12-28 23:54:44'),(13037,7254,'action started via WP Cron','2020-12-29 07:55:45','2020-12-28 23:55:45'),(13038,7254,'action complete via WP Cron','2020-12-29 07:55:45','2020-12-28 23:55:45'),(13039,7255,'action created','2020-12-29 07:55:45','2020-12-28 23:55:45'),(13040,7255,'action started via WP Cron','2020-12-29 07:57:23','2020-12-28 23:57:23'),(13041,7255,'action complete via WP Cron','2020-12-29 07:57:23','2020-12-28 23:57:23'),(13042,7256,'action created','2020-12-29 07:57:23','2020-12-28 23:57:23'),(13043,7256,'action started via WP Cron','2020-12-29 07:57:46','2020-12-28 23:57:46'),(13044,7256,'action complete via WP Cron','2020-12-29 07:57:46','2020-12-28 23:57:46'),(13045,7257,'action created','2020-12-29 07:57:47','2020-12-28 23:57:47'),(13046,7257,'action started via WP Cron','2020-12-29 07:58:54','2020-12-28 23:58:54'),(13047,7257,'action complete via WP Cron','2020-12-29 07:58:54','2020-12-28 23:58:54'),(13048,7258,'action created','2020-12-29 07:58:54','2020-12-28 23:58:54'),(13049,7258,'action started via WP Cron','2020-12-29 07:59:46','2020-12-28 23:59:46'),(13050,7258,'action complete via WP Cron','2020-12-29 07:59:46','2020-12-28 23:59:46'),(13051,7259,'action created','2020-12-29 07:59:46','2020-12-28 23:59:46'),(13052,7259,'action started via WP Cron','2020-12-29 08:01:03','2020-12-29 00:01:03'),(13053,7259,'action complete via WP Cron','2020-12-29 08:01:03','2020-12-29 00:01:03'),(13054,7260,'action created','2020-12-29 08:01:03','2020-12-29 00:01:03'),(13055,7260,'action started via WP Cron','2020-12-29 08:01:52','2020-12-29 00:01:52'),(13056,7260,'action complete via WP Cron','2020-12-29 08:01:52','2020-12-29 00:01:52'),(13057,7261,'action created','2020-12-29 08:01:52','2020-12-29 00:01:52'),(13058,7261,'action started via WP Cron','2020-12-29 08:02:41','2020-12-29 00:02:41'),(13059,7261,'action complete via WP Cron','2020-12-29 08:02:41','2020-12-29 00:02:41'),(13060,7262,'action created','2020-12-29 08:02:41','2020-12-29 00:02:41'),(13061,7262,'action started via WP Cron','2020-12-29 08:05:29','2020-12-29 00:05:29'),(13062,7262,'action complete via WP Cron','2020-12-29 08:05:29','2020-12-29 00:05:29'),(13063,7263,'action created','2020-12-29 08:05:29','2020-12-29 00:05:29'),(13064,7263,'action started via WP Cron','2020-12-29 08:06:04','2020-12-29 00:06:04'),(13065,7263,'action complete via WP Cron','2020-12-29 08:06:04','2020-12-29 00:06:04'),(13066,7264,'action created','2020-12-29 08:06:04','2020-12-29 00:06:04'),(13067,7264,'action started via WP Cron','2020-12-29 08:07:06','2020-12-29 00:07:06'),(13068,7264,'action complete via WP Cron','2020-12-29 08:07:06','2020-12-29 00:07:06'),(13069,7265,'action created','2020-12-29 08:07:06','2020-12-29 00:07:06'),(13070,7265,'action started via WP Cron','2020-12-29 08:08:06','2020-12-29 00:08:06'),(13071,7265,'action complete via WP Cron','2020-12-29 08:08:06','2020-12-29 00:08:06'),(13072,7266,'action created','2020-12-29 08:08:06','2020-12-29 00:08:06'),(13073,7266,'action started via WP Cron','2020-12-29 08:10:08','2020-12-29 00:10:08'),(13074,7266,'action complete via WP Cron','2020-12-29 08:10:08','2020-12-29 00:10:08'),(13075,7267,'action created','2020-12-29 08:10:08','2020-12-29 00:10:08'),(13076,7267,'action started via WP Cron','2020-12-29 08:11:09','2020-12-29 00:11:09'),(13077,7267,'action complete via WP Cron','2020-12-29 08:11:09','2020-12-29 00:11:09'),(13078,7268,'action created','2020-12-29 08:11:09','2020-12-29 00:11:09'),(13079,7268,'action started via WP Cron','2020-12-29 08:12:10','2020-12-29 00:12:10'),(13080,7268,'action complete via WP Cron','2020-12-29 08:12:10','2020-12-29 00:12:10'),(13081,7269,'action created','2020-12-29 08:12:10','2020-12-29 00:12:10'),(13082,7269,'action started via WP Cron','2020-12-29 08:13:29','2020-12-29 00:13:29'),(13083,7269,'action complete via WP Cron','2020-12-29 08:13:29','2020-12-29 00:13:29'),(13084,7270,'action created','2020-12-29 08:13:29','2020-12-29 00:13:29'),(13085,7270,'action started via WP Cron','2020-12-29 08:14:30','2020-12-29 00:14:30'),(13086,7270,'action complete via WP Cron','2020-12-29 08:14:30','2020-12-29 00:14:30'),(13087,7271,'action created','2020-12-29 08:14:30','2020-12-29 00:14:30'),(13088,7271,'action started via WP Cron','2020-12-29 08:15:55','2020-12-29 00:15:55'),(13089,7271,'action complete via WP Cron','2020-12-29 08:15:55','2020-12-29 00:15:55'),(13090,7272,'action created','2020-12-29 08:15:55','2020-12-29 00:15:55'),(13091,7272,'action started via WP Cron','2020-12-29 08:24:28','2020-12-29 00:24:28'),(13092,7272,'action complete via WP Cron','2020-12-29 08:24:28','2020-12-29 00:24:28'),(13093,7273,'action created','2020-12-29 08:24:28','2020-12-29 00:24:28'),(13094,7273,'action started via WP Cron','2020-12-29 08:27:49','2020-12-29 00:27:49'),(13095,7273,'action complete via WP Cron','2020-12-29 08:27:49','2020-12-29 00:27:49'),(13096,7274,'action created','2020-12-29 08:27:49','2020-12-29 00:27:49'),(13097,7274,'action started via WP Cron','2020-12-29 08:30:00','2020-12-29 00:30:00'),(13098,7274,'action complete via WP Cron','2020-12-29 08:30:00','2020-12-29 00:30:00'),(13099,7275,'action created','2020-12-29 08:30:00','2020-12-29 00:30:00'),(13100,7275,'action started via WP Cron','2020-12-29 08:31:00','2020-12-29 00:31:00'),(13101,7275,'action complete via WP Cron','2020-12-29 08:31:00','2020-12-29 00:31:00'),(13102,7276,'action created','2020-12-29 08:31:00','2020-12-29 00:31:00'),(13103,7276,'action started via WP Cron','2020-12-29 08:33:03','2020-12-29 00:33:03'),(13104,7276,'action complete via WP Cron','2020-12-29 08:33:03','2020-12-29 00:33:03'),(13105,7277,'action created','2020-12-29 08:33:03','2020-12-29 00:33:03'),(13106,7277,'action started via WP Cron','2020-12-29 08:34:12','2020-12-29 00:34:12'),(13107,7277,'action complete via WP Cron','2020-12-29 08:34:12','2020-12-29 00:34:12'),(13108,7278,'action created','2020-12-29 08:34:12','2020-12-29 00:34:12'),(13109,7278,'action started via WP Cron','2020-12-29 08:35:13','2020-12-29 00:35:13'),(13110,7278,'action complete via WP Cron','2020-12-29 08:35:13','2020-12-29 00:35:13'),(13111,7279,'action created','2020-12-29 08:35:13','2020-12-29 00:35:13'),(13112,7279,'action started via WP Cron','2020-12-29 08:38:40','2020-12-29 00:38:40'),(13113,7279,'action complete via WP Cron','2020-12-29 08:38:40','2020-12-29 00:38:40'),(13114,7280,'action created','2020-12-29 08:38:40','2020-12-29 00:38:40'),(13115,7280,'action started via WP Cron','2020-12-29 08:41:35','2020-12-29 00:41:35'),(13116,7280,'action complete via WP Cron','2020-12-29 08:41:35','2020-12-29 00:41:35'),(13117,7281,'action created','2020-12-29 08:41:35','2020-12-29 00:41:35'),(13118,7281,'action started via WP Cron','2020-12-29 08:42:39','2020-12-29 00:42:39'),(13119,7281,'action complete via WP Cron','2020-12-29 08:42:39','2020-12-29 00:42:39'),(13120,7282,'action created','2020-12-29 08:42:39','2020-12-29 00:42:39'),(13121,7282,'action started via WP Cron','2020-12-29 08:43:40','2020-12-29 00:43:40'),(13122,7282,'action complete via WP Cron','2020-12-29 08:43:40','2020-12-29 00:43:40'),(13123,7283,'action created','2020-12-29 08:43:40','2020-12-29 00:43:40'),(13124,7283,'action started via WP Cron','2020-12-29 08:47:22','2020-12-29 00:47:22'),(13125,7283,'action complete via WP Cron','2020-12-29 08:47:22','2020-12-29 00:47:22'),(13126,7284,'action created','2020-12-29 08:47:22','2020-12-29 00:47:22'),(13127,7284,'action started via WP Cron','2020-12-29 08:52:13','2020-12-29 00:52:13'),(13128,7284,'action complete via WP Cron','2020-12-29 08:52:13','2020-12-29 00:52:13'),(13129,7285,'action created','2020-12-29 08:52:13','2020-12-29 00:52:13'),(13130,7285,'action started via WP Cron','2020-12-29 08:54:07','2020-12-29 00:54:07'),(13131,7285,'action complete via WP Cron','2020-12-29 08:54:07','2020-12-29 00:54:07'),(13132,7286,'action created','2020-12-29 08:54:07','2020-12-29 00:54:07'),(13133,7286,'action started via WP Cron','2020-12-29 08:55:52','2020-12-29 00:55:52'),(13134,7286,'action complete via WP Cron','2020-12-29 08:55:52','2020-12-29 00:55:52'),(13135,7287,'action created','2020-12-29 08:55:52','2020-12-29 00:55:52'),(13136,7287,'action started via WP Cron','2020-12-29 08:57:47','2020-12-29 00:57:47'),(13137,7287,'action complete via WP Cron','2020-12-29 08:57:47','2020-12-29 00:57:47'),(13138,7288,'action created','2020-12-29 08:57:47','2020-12-29 00:57:47'),(13139,7288,'action started via WP Cron','2020-12-29 08:58:42','2020-12-29 00:58:42'),(13140,7288,'action complete via WP Cron','2020-12-29 08:58:42','2020-12-29 00:58:42'),(13141,7289,'action created','2020-12-29 08:58:42','2020-12-29 00:58:42'),(13142,7289,'action started via WP Cron','2020-12-29 08:59:47','2020-12-29 00:59:47'),(13143,7289,'action complete via WP Cron','2020-12-29 08:59:47','2020-12-29 00:59:47'),(13144,7290,'action created','2020-12-29 08:59:48','2020-12-29 00:59:48'),(13145,7290,'action started via WP Cron','2020-12-29 09:02:28','2020-12-29 01:02:28'),(13146,7290,'action complete via WP Cron','2020-12-29 09:02:28','2020-12-29 01:02:28'),(13147,7291,'action created','2020-12-29 09:02:28','2020-12-29 01:02:28'),(13148,7291,'action started via WP Cron','2020-12-29 09:04:42','2020-12-29 01:04:42'),(13149,7291,'action complete via WP Cron','2020-12-29 09:04:42','2020-12-29 01:04:42'),(13150,7292,'action created','2020-12-29 09:04:42','2020-12-29 01:04:42'),(13151,7292,'action started via WP Cron','2020-12-29 09:07:36','2020-12-29 01:07:36'),(13152,7292,'action complete via WP Cron','2020-12-29 09:07:36','2020-12-29 01:07:36'),(13153,7293,'action created','2020-12-29 09:07:38','2020-12-29 01:07:38'),(13154,7293,'action started via WP Cron','2020-12-29 09:11:43','2020-12-29 01:11:43'),(13155,7293,'action complete via WP Cron','2020-12-29 09:11:43','2020-12-29 01:11:43'),(13156,7294,'action created','2020-12-29 09:11:43','2020-12-29 01:11:43'),(13157,7294,'action started via WP Cron','2020-12-29 09:12:53','2020-12-29 01:12:53'),(13158,7294,'action complete via WP Cron','2020-12-29 09:12:53','2020-12-29 01:12:53'),(13159,7295,'action created','2020-12-29 09:12:53','2020-12-29 01:12:53'),(13160,7295,'action started via WP Cron','2020-12-29 09:14:11','2020-12-29 01:14:11'),(13161,7295,'action complete via WP Cron','2020-12-29 09:14:11','2020-12-29 01:14:11'),(13162,7296,'action created','2020-12-29 09:14:11','2020-12-29 01:14:11'),(13163,7296,'action started via WP Cron','2020-12-29 09:15:11','2020-12-29 01:15:11'),(13164,7296,'action complete via WP Cron','2020-12-29 09:15:11','2020-12-29 01:15:11'),(13165,7297,'action created','2020-12-29 09:15:11','2020-12-29 01:15:11'),(13166,7297,'action started via WP Cron','2020-12-29 09:15:44','2020-12-29 01:15:44'),(13167,7297,'action complete via WP Cron','2020-12-29 09:15:44','2020-12-29 01:15:44'),(13168,7298,'action created','2020-12-29 09:16:07','2020-12-29 01:16:07'),(13169,7298,'action started via WP Cron','2020-12-29 09:16:43','2020-12-29 01:16:43'),(13170,7298,'action complete via WP Cron','2020-12-29 09:16:43','2020-12-29 01:16:43'),(13171,7299,'action created','2020-12-29 09:17:08','2020-12-29 01:17:08'),(13172,7299,'action started via WP Cron','2020-12-29 09:17:46','2020-12-29 01:17:46'),(13173,7299,'action complete via WP Cron','2020-12-29 09:17:46','2020-12-29 01:17:46'),(13174,7300,'action created','2020-12-29 09:17:46','2020-12-29 01:17:46'),(13175,7300,'action started via WP Cron','2020-12-29 09:18:48','2020-12-29 01:18:48'),(13176,7300,'action complete via WP Cron','2020-12-29 09:18:48','2020-12-29 01:18:48'),(13177,7301,'action created','2020-12-29 09:18:48','2020-12-29 01:18:48'),(13178,7301,'action started via WP Cron','2020-12-29 09:19:45','2020-12-29 01:19:45'),(13179,7301,'action complete via WP Cron','2020-12-29 09:19:45','2020-12-29 01:19:45'),(13180,7302,'action created','2020-12-29 09:19:45','2020-12-29 01:19:45'),(13181,7302,'action started via WP Cron','2020-12-29 09:21:00','2020-12-29 01:21:00'),(13182,7302,'action complete via WP Cron','2020-12-29 09:21:00','2020-12-29 01:21:00'),(13183,7303,'action created','2020-12-29 09:21:00','2020-12-29 01:21:00'),(13184,7303,'action started via WP Cron','2020-12-29 09:21:49','2020-12-29 01:21:49'),(13185,7303,'action complete via WP Cron','2020-12-29 09:21:49','2020-12-29 01:21:49'),(13186,7304,'action created','2020-12-29 09:21:49','2020-12-29 01:21:49'),(13187,7304,'action started via WP Cron','2020-12-29 09:22:59','2020-12-29 01:22:59'),(13188,7304,'action complete via WP Cron','2020-12-29 09:22:59','2020-12-29 01:22:59'),(13189,7305,'action created','2020-12-29 09:22:59','2020-12-29 01:22:59'),(13190,7305,'action started via WP Cron','2020-12-29 09:24:29','2020-12-29 01:24:29'),(13191,7305,'action complete via WP Cron','2020-12-29 09:24:29','2020-12-29 01:24:29'),(13192,7306,'action created','2020-12-29 09:24:29','2020-12-29 01:24:29'),(13193,7306,'action started via WP Cron','2020-12-29 09:24:41','2020-12-29 01:24:41'),(13194,7306,'action complete via WP Cron','2020-12-29 09:24:41','2020-12-29 01:24:41'),(13195,7307,'action created','2020-12-29 09:24:41','2020-12-29 01:24:41'),(13196,7307,'action started via WP Cron','2020-12-29 09:33:47','2020-12-29 01:33:47'),(13197,7307,'action complete via WP Cron','2020-12-29 09:33:47','2020-12-29 01:33:47'),(13198,7308,'action created','2020-12-29 09:33:47','2020-12-29 01:33:47'),(13199,7308,'action started via WP Cron','2020-12-29 09:41:38','2020-12-29 01:41:38'),(13200,7308,'action complete via WP Cron','2020-12-29 09:41:38','2020-12-29 01:41:38'),(13201,7309,'action created','2020-12-29 09:41:38','2020-12-29 01:41:38'),(13202,7309,'action started via WP Cron','2020-12-29 09:42:48','2020-12-29 01:42:48'),(13203,7309,'action complete via WP Cron','2020-12-29 09:42:48','2020-12-29 01:42:48'),(13204,7310,'action created','2020-12-29 09:42:48','2020-12-29 01:42:48'),(13205,7310,'action started via WP Cron','2020-12-29 09:43:49','2020-12-29 01:43:49'),(13206,7310,'action complete via WP Cron','2020-12-29 09:43:49','2020-12-29 01:43:49'),(13207,7311,'action created','2020-12-29 09:43:49','2020-12-29 01:43:49'),(13208,7311,'action started via WP Cron','2020-12-29 09:45:51','2020-12-29 01:45:51'),(13209,7311,'action complete via WP Cron','2020-12-29 09:45:51','2020-12-29 01:45:51'),(13210,7312,'action created','2020-12-29 09:45:51','2020-12-29 01:45:51'),(13211,7312,'action started via WP Cron','2020-12-29 09:46:52','2020-12-29 01:46:52'),(13212,7312,'action complete via WP Cron','2020-12-29 09:46:52','2020-12-29 01:46:52'),(13213,7313,'action created','2020-12-29 09:46:52','2020-12-29 01:46:52'),(13214,7313,'action started via WP Cron','2020-12-29 09:47:53','2020-12-29 01:47:53'),(13215,7313,'action complete via WP Cron','2020-12-29 09:47:53','2020-12-29 01:47:53'),(13216,7314,'action created','2020-12-29 09:47:53','2020-12-29 01:47:53'),(13217,7314,'action started via WP Cron','2020-12-29 09:48:54','2020-12-29 01:48:54'),(13218,7314,'action complete via WP Cron','2020-12-29 09:48:54','2020-12-29 01:48:54'),(13219,7315,'action created','2020-12-29 09:48:54','2020-12-29 01:48:54'),(13220,7315,'action started via WP Cron','2020-12-29 09:49:55','2020-12-29 01:49:55'),(13221,7315,'action complete via WP Cron','2020-12-29 09:49:55','2020-12-29 01:49:55'),(13222,7316,'action created','2020-12-29 09:49:55','2020-12-29 01:49:55'),(13223,7316,'action started via WP Cron','2020-12-29 09:50:56','2020-12-29 01:50:56'),(13224,7316,'action complete via WP Cron','2020-12-29 09:50:56','2020-12-29 01:50:56'),(13225,7317,'action created','2020-12-29 09:50:56','2020-12-29 01:50:56'),(13226,7317,'action started via WP Cron','2020-12-29 09:51:57','2020-12-29 01:51:57'),(13227,7317,'action complete via WP Cron','2020-12-29 09:51:57','2020-12-29 01:51:57'),(13228,7318,'action created','2020-12-29 09:51:57','2020-12-29 01:51:57'),(13229,7318,'action started via WP Cron','2020-12-29 09:52:58','2020-12-29 01:52:58'),(13230,7318,'action complete via WP Cron','2020-12-29 09:52:58','2020-12-29 01:52:58'),(13231,7319,'action created','2020-12-29 09:52:58','2020-12-29 01:52:58'),(13232,7319,'action started via WP Cron','2020-12-29 09:53:45','2020-12-29 01:53:45'),(13233,7319,'action complete via WP Cron','2020-12-29 09:53:45','2020-12-29 01:53:45'),(13234,7320,'action created','2020-12-29 09:53:45','2020-12-29 01:53:45'),(13235,7320,'action started via WP Cron','2020-12-29 09:55:00','2020-12-29 01:55:00'),(13236,7320,'action complete via WP Cron','2020-12-29 09:55:00','2020-12-29 01:55:00'),(13237,7321,'action created','2020-12-29 09:55:00','2020-12-29 01:55:00'),(13238,7321,'action started via WP Cron','2020-12-29 09:55:45','2020-12-29 01:55:45'),(13239,7321,'action complete via WP Cron','2020-12-29 09:55:45','2020-12-29 01:55:45'),(13240,7322,'action created','2020-12-29 09:55:45','2020-12-29 01:55:45'),(13241,7322,'action started via WP Cron','2020-12-29 09:57:03','2020-12-29 01:57:03'),(13242,7322,'action complete via WP Cron','2020-12-29 09:57:03','2020-12-29 01:57:03'),(13243,7323,'action created','2020-12-29 09:58:25','2020-12-29 01:58:25'),(13244,7323,'action started via WP Cron','2020-12-29 09:58:59','2020-12-29 01:58:59'),(13245,7323,'action complete via WP Cron','2020-12-29 09:58:59','2020-12-29 01:58:59'),(13246,7324,'action created','2020-12-29 09:59:00','2020-12-29 01:59:00'),(13247,7324,'action started via WP Cron','2020-12-29 09:59:52','2020-12-29 01:59:52'),(13248,7324,'action complete via WP Cron','2020-12-29 09:59:52','2020-12-29 01:59:52'),(13249,7325,'action created','2020-12-29 10:00:04','2020-12-29 02:00:04'),(13250,7325,'action started via WP Cron','2020-12-29 10:00:49','2020-12-29 02:00:49'),(13251,7325,'action complete via WP Cron','2020-12-29 10:00:49','2020-12-29 02:00:49'),(13252,7326,'action created','2020-12-29 10:00:49','2020-12-29 02:00:49'),(13253,7326,'action started via WP Cron','2020-12-29 10:01:42','2020-12-29 02:01:42'),(13254,7326,'action complete via WP Cron','2020-12-29 10:01:42','2020-12-29 02:01:42'),(13255,7327,'action created','2020-12-29 10:01:42','2020-12-29 02:01:42'),(13256,7327,'action started via WP Cron','2020-12-29 10:02:50','2020-12-29 02:02:50'),(13257,7327,'action complete via WP Cron','2020-12-29 10:02:50','2020-12-29 02:02:50'),(13258,7328,'action created','2020-12-29 10:02:50','2020-12-29 02:02:50'),(13259,7328,'action started via WP Cron','2020-12-29 10:04:05','2020-12-29 02:04:05'),(13260,7328,'action complete via WP Cron','2020-12-29 10:04:05','2020-12-29 02:04:05'),(13261,7329,'action created','2020-12-29 10:04:05','2020-12-29 02:04:05'),(13262,7329,'action started via WP Cron','2020-12-29 10:04:46','2020-12-29 02:04:46'),(13263,7329,'action complete via WP Cron','2020-12-29 10:04:46','2020-12-29 02:04:46'),(13264,7330,'action created','2020-12-29 10:04:46','2020-12-29 02:04:46'),(13265,7330,'action started via WP Cron','2020-12-29 10:05:42','2020-12-29 02:05:42'),(13266,7330,'action complete via WP Cron','2020-12-29 10:05:42','2020-12-29 02:05:42'),(13267,7331,'action created','2020-12-29 10:05:42','2020-12-29 02:05:42'),(13268,7331,'action started via WP Cron','2020-12-29 10:06:48','2020-12-29 02:06:48'),(13269,7331,'action complete via WP Cron','2020-12-29 10:06:48','2020-12-29 02:06:48'),(13270,7332,'action created','2020-12-29 10:06:48','2020-12-29 02:06:48'),(13271,7332,'action started via WP Cron','2020-12-29 10:07:58','2020-12-29 02:07:58'),(13272,7332,'action complete via WP Cron','2020-12-29 10:07:58','2020-12-29 02:07:58'),(13273,7333,'action created','2020-12-29 10:07:58','2020-12-29 02:07:58'),(13274,7333,'action started via WP Cron','2020-12-29 10:09:14','2020-12-29 02:09:14'),(13275,7333,'action complete via WP Cron','2020-12-29 10:09:14','2020-12-29 02:09:14'),(13276,7334,'action created','2020-12-29 10:09:14','2020-12-29 02:09:14'),(13277,7334,'action started via WP Cron','2020-12-29 10:09:40','2020-12-29 02:09:40'),(13278,7334,'action complete via WP Cron','2020-12-29 10:09:40','2020-12-29 02:09:40'),(13279,7335,'action created','2020-12-29 10:09:41','2020-12-29 02:09:41'),(13280,7335,'action started via WP Cron','2020-12-29 10:11:26','2020-12-29 02:11:26'),(13281,7335,'action complete via WP Cron','2020-12-29 10:11:26','2020-12-29 02:11:26'),(13282,7336,'action created','2020-12-29 10:11:26','2020-12-29 02:11:26'),(13283,7336,'action started via WP Cron','2020-12-29 10:12:09','2020-12-29 02:12:09'),(13284,7336,'action complete via WP Cron','2020-12-29 10:12:09','2020-12-29 02:12:09'),(13285,7337,'action created','2020-12-29 10:12:09','2020-12-29 02:12:09'),(13286,7337,'action started via WP Cron','2020-12-29 10:13:15','2020-12-29 02:13:15'),(13287,7337,'action complete via WP Cron','2020-12-29 10:13:15','2020-12-29 02:13:15'),(13288,7338,'action created','2020-12-29 10:13:15','2020-12-29 02:13:15'),(13289,7338,'action started via WP Cron','2020-12-29 10:14:00','2020-12-29 02:14:00'),(13290,7338,'action complete via WP Cron','2020-12-29 10:14:00','2020-12-29 02:14:00'),(13291,7339,'action created','2020-12-29 10:14:00','2020-12-29 02:14:00'),(13292,7339,'action started via WP Cron','2020-12-29 10:14:44','2020-12-29 02:14:44'),(13293,7339,'action complete via WP Cron','2020-12-29 10:14:44','2020-12-29 02:14:44'),(13294,7340,'action created','2020-12-29 10:14:44','2020-12-29 02:14:44'),(13295,7340,'action started via WP Cron','2020-12-29 10:15:41','2020-12-29 02:15:41'),(13296,7340,'action complete via WP Cron','2020-12-29 10:15:41','2020-12-29 02:15:41'),(13297,7341,'action created','2020-12-29 10:15:41','2020-12-29 02:15:41'),(13298,7341,'action started via WP Cron','2020-12-29 10:16:58','2020-12-29 02:16:58'),(13299,7341,'action complete via WP Cron','2020-12-29 10:16:58','2020-12-29 02:16:58'),(13300,7342,'action created','2020-12-29 10:16:58','2020-12-29 02:16:58'),(13301,7342,'action started via WP Cron','2020-12-29 10:17:59','2020-12-29 02:17:59'),(13302,7342,'action complete via WP Cron','2020-12-29 10:17:59','2020-12-29 02:17:59'),(13303,7343,'action created','2020-12-29 10:17:59','2020-12-29 02:17:59'),(13304,7343,'action started via WP Cron','2020-12-29 10:19:00','2020-12-29 02:19:00'),(13305,7343,'action complete via WP Cron','2020-12-29 10:19:00','2020-12-29 02:19:00'),(13306,7344,'action created','2020-12-29 10:19:00','2020-12-29 02:19:00'),(13307,7344,'action started via WP Cron','2020-12-29 10:20:16','2020-12-29 02:20:16'),(13308,7344,'action complete via WP Cron','2020-12-29 10:20:16','2020-12-29 02:20:16'),(13309,7345,'action created','2020-12-29 10:20:16','2020-12-29 02:20:16'),(13310,7345,'action started via WP Cron','2020-12-29 10:21:26','2020-12-29 02:21:26'),(13311,7345,'action complete via WP Cron','2020-12-29 10:21:26','2020-12-29 02:21:26'),(13312,7346,'action created','2020-12-29 10:21:26','2020-12-29 02:21:26'),(13313,7346,'action started via WP Cron','2020-12-29 10:22:27','2020-12-29 02:22:27'),(13314,7346,'action complete via WP Cron','2020-12-29 10:22:27','2020-12-29 02:22:27'),(13315,7347,'action created','2020-12-29 10:22:27','2020-12-29 02:22:27'),(13316,7347,'action started via WP Cron','2020-12-29 10:23:28','2020-12-29 02:23:28'),(13317,7347,'action complete via WP Cron','2020-12-29 10:23:28','2020-12-29 02:23:28'),(13318,7348,'action created','2020-12-29 10:23:28','2020-12-29 02:23:28'),(13319,7348,'action started via WP Cron','2020-12-29 10:24:29','2020-12-29 02:24:29'),(13320,7348,'action complete via WP Cron','2020-12-29 10:24:29','2020-12-29 02:24:29'),(13321,7349,'action created','2020-12-29 10:24:29','2020-12-29 02:24:29'),(13322,7349,'action started via WP Cron','2020-12-29 10:25:30','2020-12-29 02:25:30'),(13323,7349,'action complete via WP Cron','2020-12-29 10:25:30','2020-12-29 02:25:30'),(13324,7350,'action created','2020-12-29 10:25:30','2020-12-29 02:25:30'),(13325,7350,'action started via WP Cron','2020-12-29 10:26:31','2020-12-29 02:26:31'),(13326,7350,'action complete via WP Cron','2020-12-29 10:26:31','2020-12-29 02:26:31'),(13327,7351,'action created','2020-12-29 10:26:31','2020-12-29 02:26:31'),(13328,7351,'action started via WP Cron','2020-12-29 10:27:33','2020-12-29 02:27:33'),(13329,7351,'action complete via WP Cron','2020-12-29 10:27:33','2020-12-29 02:27:33'),(13330,7352,'action created','2020-12-29 10:27:33','2020-12-29 02:27:33'),(13331,7352,'action started via WP Cron','2020-12-29 10:28:33','2020-12-29 02:28:33'),(13332,7352,'action complete via WP Cron','2020-12-29 10:28:33','2020-12-29 02:28:33'),(13333,7353,'action created','2020-12-29 10:28:33','2020-12-29 02:28:33'),(13334,7353,'action started via WP Cron','2020-12-29 10:29:34','2020-12-29 02:29:34'),(13335,7353,'action complete via WP Cron','2020-12-29 10:29:34','2020-12-29 02:29:34'),(13336,7354,'action created','2020-12-29 10:29:34','2020-12-29 02:29:34'),(13337,7354,'action started via WP Cron','2020-12-29 10:30:35','2020-12-29 02:30:35'),(13338,7354,'action complete via WP Cron','2020-12-29 10:30:35','2020-12-29 02:30:35'),(13339,7355,'action created','2020-12-29 10:30:35','2020-12-29 02:30:35'),(13340,7355,'action started via WP Cron','2020-12-29 10:31:37','2020-12-29 02:31:37'),(13341,7355,'action complete via WP Cron','2020-12-29 10:31:37','2020-12-29 02:31:37'),(13342,7356,'action created','2020-12-29 10:31:37','2020-12-29 02:31:37'),(13343,7356,'action started via WP Cron','2020-12-29 10:31:49','2020-12-29 02:31:49'),(13344,7356,'action complete via WP Cron','2020-12-29 10:31:49','2020-12-29 02:31:49'),(13345,7357,'action created','2020-12-29 10:31:50','2020-12-29 02:31:50'),(13346,7357,'action started via WP Cron','2020-12-29 10:33:38','2020-12-29 02:33:38'),(13347,7357,'action complete via WP Cron','2020-12-29 10:33:38','2020-12-29 02:33:38'),(13348,7358,'action created','2020-12-29 10:33:38','2020-12-29 02:33:38'),(13349,7358,'action started via WP Cron','2020-12-29 10:34:39','2020-12-29 02:34:39'),(13350,7358,'action complete via WP Cron','2020-12-29 10:34:39','2020-12-29 02:34:39'),(13351,7359,'action created','2020-12-29 10:34:39','2020-12-29 02:34:39'),(13352,7359,'action started via WP Cron','2020-12-29 10:35:40','2020-12-29 02:35:40'),(13353,7359,'action complete via WP Cron','2020-12-29 10:35:40','2020-12-29 02:35:40'),(13354,7360,'action created','2020-12-29 10:35:40','2020-12-29 02:35:40'),(13355,7360,'action started via WP Cron','2020-12-29 10:36:41','2020-12-29 02:36:41'),(13356,7360,'action complete via WP Cron','2020-12-29 10:36:41','2020-12-29 02:36:41'),(13357,7361,'action created','2020-12-29 10:36:41','2020-12-29 02:36:41'),(13358,7361,'action started via WP Cron','2020-12-29 10:38:43','2020-12-29 02:38:43'),(13359,7361,'action complete via WP Cron','2020-12-29 10:38:43','2020-12-29 02:38:43'),(13360,7362,'action created','2020-12-29 10:38:43','2020-12-29 02:38:43'),(13361,7362,'action started via WP Cron','2020-12-29 10:39:44','2020-12-29 02:39:44'),(13362,7362,'action complete via WP Cron','2020-12-29 10:39:44','2020-12-29 02:39:44'),(13363,7363,'action created','2020-12-29 10:39:44','2020-12-29 02:39:44'),(13364,7363,'action started via WP Cron','2020-12-29 10:40:45','2020-12-29 02:40:45'),(13365,7363,'action complete via WP Cron','2020-12-29 10:40:45','2020-12-29 02:40:45'),(13366,7364,'action created','2020-12-29 10:40:45','2020-12-29 02:40:45'),(13367,7364,'action started via WP Cron','2020-12-29 10:42:08','2020-12-29 02:42:08'),(13368,7364,'action complete via WP Cron','2020-12-29 10:42:08','2020-12-29 02:42:08'),(13369,7365,'action created','2020-12-29 10:42:08','2020-12-29 02:42:08'),(13370,7365,'action started via WP Cron','2020-12-29 10:42:47','2020-12-29 02:42:47'),(13371,7365,'action complete via WP Cron','2020-12-29 10:42:47','2020-12-29 02:42:47'),(13372,7366,'action created','2020-12-29 10:42:47','2020-12-29 02:42:47'),(13373,7366,'action started via WP Cron','2020-12-29 10:43:44','2020-12-29 02:43:44'),(13374,7366,'action complete via WP Cron','2020-12-29 10:43:44','2020-12-29 02:43:44'),(13375,7367,'action created','2020-12-29 10:43:44','2020-12-29 02:43:44'),(13376,7367,'action started via WP Cron','2020-12-29 10:44:47','2020-12-29 02:44:47'),(13377,7367,'action complete via WP Cron','2020-12-29 10:44:47','2020-12-29 02:44:47'),(13378,7368,'action created','2020-12-29 10:44:47','2020-12-29 02:44:47'),(13379,7368,'action started via WP Cron','2020-12-29 10:45:50','2020-12-29 02:45:50'),(13380,7368,'action complete via WP Cron','2020-12-29 10:45:50','2020-12-29 02:45:50'),(13381,7369,'action created','2020-12-29 10:45:50','2020-12-29 02:45:50'),(13382,7369,'action started via WP Cron','2020-12-29 10:46:51','2020-12-29 02:46:51'),(13383,7369,'action complete via WP Cron','2020-12-29 10:46:51','2020-12-29 02:46:51'),(13384,7370,'action created','2020-12-29 10:46:51','2020-12-29 02:46:51'),(13385,7370,'action started via WP Cron','2020-12-29 10:48:46','2020-12-29 02:48:46'),(13386,7370,'action complete via WP Cron','2020-12-29 10:48:46','2020-12-29 02:48:46'),(13387,7371,'action created','2020-12-29 10:48:46','2020-12-29 02:48:46'),(13388,7371,'action started via WP Cron','2020-12-29 10:49:54','2020-12-29 02:49:54'),(13389,7371,'action complete via WP Cron','2020-12-29 10:49:54','2020-12-29 02:49:54'),(13390,7372,'action created','2020-12-29 10:49:54','2020-12-29 02:49:54'),(13391,7372,'action started via WP Cron','2020-12-29 10:51:03','2020-12-29 02:51:03'),(13392,7372,'action complete via WP Cron','2020-12-29 10:51:03','2020-12-29 02:51:03'),(13393,7373,'action created','2020-12-29 10:51:03','2020-12-29 02:51:03'),(13394,7373,'action started via WP Cron','2020-12-29 10:52:52','2020-12-29 02:52:52'),(13395,7373,'action complete via WP Cron','2020-12-29 10:52:52','2020-12-29 02:52:52'),(13396,7374,'action created','2020-12-29 10:52:52','2020-12-29 02:52:52'),(13397,7374,'action started via WP Cron','2020-12-29 10:55:17','2020-12-29 02:55:17'),(13398,7374,'action complete via WP Cron','2020-12-29 10:55:17','2020-12-29 02:55:17'),(13399,7375,'action created','2020-12-29 10:55:17','2020-12-29 02:55:17'),(13400,7375,'action started via WP Cron','2020-12-29 10:56:00','2020-12-29 02:56:00'),(13401,7375,'action complete via WP Cron','2020-12-29 10:56:00','2020-12-29 02:56:00'),(13402,7376,'action created','2020-12-29 10:56:01','2020-12-29 02:56:01'),(13403,7376,'action started via WP Cron','2020-12-29 10:57:01','2020-12-29 02:57:01'),(13404,7376,'action complete via WP Cron','2020-12-29 10:57:01','2020-12-29 02:57:01'),(13405,7377,'action created','2020-12-29 10:57:01','2020-12-29 02:57:01'),(13406,7377,'action started via WP Cron','2020-12-29 10:58:03','2020-12-29 02:58:03'),(13407,7377,'action complete via WP Cron','2020-12-29 10:58:03','2020-12-29 02:58:03'),(13408,7378,'action created','2020-12-29 10:58:03','2020-12-29 02:58:03'),(13409,7378,'action started via WP Cron','2020-12-29 10:58:51','2020-12-29 02:58:51'),(13410,7378,'action complete via WP Cron','2020-12-29 10:58:51','2020-12-29 02:58:51'),(13411,7379,'action created','2020-12-29 10:58:51','2020-12-29 02:58:51'),(13412,7379,'action started via WP Cron','2020-12-29 11:00:09','2020-12-29 03:00:09'),(13413,7379,'action complete via WP Cron','2020-12-29 11:00:09','2020-12-29 03:00:09'),(13414,7380,'action created','2020-12-29 11:00:09','2020-12-29 03:00:09'),(13415,7380,'action started via WP Cron','2020-12-29 11:01:21','2020-12-29 03:01:21'),(13416,7380,'action complete via WP Cron','2020-12-29 11:01:21','2020-12-29 03:01:21'),(13417,7381,'action created','2020-12-29 11:01:21','2020-12-29 03:01:21'),(13418,7381,'action started via WP Cron','2020-12-29 11:03:07','2020-12-29 03:03:07'),(13419,7381,'action complete via WP Cron','2020-12-29 11:03:07','2020-12-29 03:03:07'),(13420,7382,'action created','2020-12-29 11:03:07','2020-12-29 03:03:07'),(13421,7382,'action started via WP Cron','2020-12-29 11:04:25','2020-12-29 03:04:25'),(13422,7382,'action complete via WP Cron','2020-12-29 11:04:25','2020-12-29 03:04:25'),(13423,7383,'action created','2020-12-29 11:04:26','2020-12-29 03:04:26'),(13424,7383,'action started via WP Cron','2020-12-29 11:05:14','2020-12-29 03:05:14'),(13425,7383,'action complete via WP Cron','2020-12-29 11:05:14','2020-12-29 03:05:14'),(13426,7384,'action created','2020-12-29 11:05:14','2020-12-29 03:05:14'),(13427,7384,'action started via WP Cron','2020-12-29 11:06:06','2020-12-29 03:06:06'),(13428,7384,'action complete via WP Cron','2020-12-29 11:06:06','2020-12-29 03:06:06'),(13429,7385,'action created','2020-12-29 11:06:06','2020-12-29 03:06:06'),(13430,7385,'action started via WP Cron','2020-12-29 11:06:59','2020-12-29 03:06:59'),(13431,7385,'action complete via WP Cron','2020-12-29 11:06:59','2020-12-29 03:06:59'),(13432,7386,'action created','2020-12-29 11:06:59','2020-12-29 03:06:59'),(13433,7386,'action started via WP Cron','2020-12-29 11:07:49','2020-12-29 03:07:49'),(13434,7386,'action complete via WP Cron','2020-12-29 11:07:49','2020-12-29 03:07:49'),(13435,7387,'action created','2020-12-29 11:07:50','2020-12-29 03:07:50'),(13436,7387,'action started via WP Cron','2020-12-29 11:08:41','2020-12-29 03:08:41'),(13437,7387,'action complete via WP Cron','2020-12-29 11:08:41','2020-12-29 03:08:41'),(13438,7388,'action created','2020-12-29 11:08:41','2020-12-29 03:08:41'),(13439,7388,'action started via WP Cron','2020-12-29 11:10:22','2020-12-29 03:10:22'),(13440,7388,'action complete via WP Cron','2020-12-29 11:10:22','2020-12-29 03:10:22'),(13441,7389,'action created','2020-12-29 11:10:22','2020-12-29 03:10:22'),(13442,7389,'action started via WP Cron','2020-12-29 11:11:15','2020-12-29 03:11:15'),(13443,7389,'action complete via WP Cron','2020-12-29 11:11:15','2020-12-29 03:11:15'),(13444,7390,'action created','2020-12-29 11:11:15','2020-12-29 03:11:15'),(13445,7390,'action started via WP Cron','2020-12-29 11:12:17','2020-12-29 03:12:17'),(13446,7390,'action complete via WP Cron','2020-12-29 11:12:17','2020-12-29 03:12:17'),(13447,7391,'action created','2020-12-29 11:12:17','2020-12-29 03:12:17'),(13448,7391,'action started via WP Cron','2020-12-29 11:12:52','2020-12-29 03:12:52'),(13449,7391,'action complete via WP Cron','2020-12-29 11:12:52','2020-12-29 03:12:52'),(13450,7392,'action created','2020-12-29 11:13:18','2020-12-29 03:13:18');
INSERT INTO `wp_actionscheduler_logs` VALUES (13451,7392,'action started via WP Cron','2020-12-29 11:14:18','2020-12-29 03:14:18'),(13452,7392,'action complete via WP Cron','2020-12-29 11:14:18','2020-12-29 03:14:18'),(13453,7393,'action created','2020-12-29 11:14:18','2020-12-29 03:14:18'),(13454,7393,'action started via WP Cron','2020-12-29 11:15:48','2020-12-29 03:15:48'),(13455,7393,'action complete via WP Cron','2020-12-29 11:15:48','2020-12-29 03:15:48'),(13456,7394,'action created','2020-12-29 11:15:48','2020-12-29 03:15:48'),(13457,7394,'action started via WP Cron','2020-12-29 11:17:43','2020-12-29 03:17:43'),(13458,7394,'action complete via WP Cron','2020-12-29 11:17:43','2020-12-29 03:17:43'),(13459,7395,'action created','2020-12-29 11:17:44','2020-12-29 03:17:44'),(13460,7395,'action started via WP Cron','2020-12-29 11:18:44','2020-12-29 03:18:44'),(13461,7395,'action complete via WP Cron','2020-12-29 11:18:44','2020-12-29 03:18:44'),(13462,7396,'action created','2020-12-29 11:18:44','2020-12-29 03:18:44'),(13463,7396,'action started via WP Cron','2020-12-29 11:19:41','2020-12-29 03:19:41'),(13464,7396,'action complete via WP Cron','2020-12-29 11:19:41','2020-12-29 03:19:41'),(13465,7397,'action created','2020-12-29 11:19:41','2020-12-29 03:19:41'),(13466,7397,'action started via WP Cron','2020-12-29 11:21:01','2020-12-29 03:21:01'),(13467,7397,'action complete via WP Cron','2020-12-29 11:21:01','2020-12-29 03:21:01'),(13468,7398,'action created','2020-12-29 11:21:01','2020-12-29 03:21:01'),(13469,7398,'action started via WP Cron','2020-12-29 11:22:16','2020-12-29 03:22:16'),(13470,7398,'action complete via WP Cron','2020-12-29 11:22:16','2020-12-29 03:22:16'),(13471,7399,'action created','2020-12-29 11:22:16','2020-12-29 03:22:16'),(13472,7399,'action started via WP Cron','2020-12-29 11:23:27','2020-12-29 03:23:27'),(13473,7399,'action complete via WP Cron','2020-12-29 11:23:27','2020-12-29 03:23:27'),(13474,7400,'action created','2020-12-29 11:23:27','2020-12-29 03:23:27'),(13475,7400,'action started via WP Cron','2020-12-29 11:24:28','2020-12-29 03:24:28'),(13476,7400,'action complete via WP Cron','2020-12-29 11:24:28','2020-12-29 03:24:28'),(13477,7401,'action created','2020-12-29 11:24:28','2020-12-29 03:24:28'),(13478,7401,'action started via WP Cron','2020-12-29 11:24:58','2020-12-29 03:24:58'),(13479,7401,'action complete via WP Cron','2020-12-29 11:24:58','2020-12-29 03:24:58'),(13480,7402,'action created','2020-12-29 11:24:58','2020-12-29 03:24:58'),(13481,7402,'action started via WP Cron','2020-12-29 11:26:02','2020-12-29 03:26:02'),(13482,7402,'action complete via WP Cron','2020-12-29 11:26:02','2020-12-29 03:26:02'),(13483,7403,'action created','2020-12-29 11:26:02','2020-12-29 03:26:02'),(13484,7403,'action started via WP Cron','2020-12-29 11:26:49','2020-12-29 03:26:49'),(13485,7403,'action complete via WP Cron','2020-12-29 11:26:49','2020-12-29 03:26:49'),(13486,7404,'action created','2020-12-29 11:26:49','2020-12-29 03:26:49'),(13487,7404,'action started via WP Cron','2020-12-29 11:27:47','2020-12-29 03:27:47'),(13488,7404,'action complete via WP Cron','2020-12-29 11:27:47','2020-12-29 03:27:47'),(13489,7405,'action created','2020-12-29 11:27:47','2020-12-29 03:27:47'),(13490,7405,'action started via WP Cron','2020-12-29 11:28:57','2020-12-29 03:28:57'),(13491,7405,'action complete via WP Cron','2020-12-29 11:28:57','2020-12-29 03:28:57'),(13492,7406,'action created','2020-12-29 11:28:57','2020-12-29 03:28:57'),(13493,7406,'action started via WP Cron','2020-12-29 11:30:13','2020-12-29 03:30:13'),(13494,7406,'action complete via WP Cron','2020-12-29 11:30:13','2020-12-29 03:30:13'),(13495,7407,'action created','2020-12-29 11:30:13','2020-12-29 03:30:13'),(13496,7407,'action started via WP Cron','2020-12-29 11:31:07','2020-12-29 03:31:07'),(13497,7407,'action complete via WP Cron','2020-12-29 11:31:07','2020-12-29 03:31:07'),(13498,7408,'action created','2020-12-29 11:31:07','2020-12-29 03:31:07'),(13499,7408,'action started via WP Cron','2020-12-29 11:32:37','2020-12-29 03:32:37'),(13500,7408,'action complete via WP Cron','2020-12-29 11:32:37','2020-12-29 03:32:37'),(13501,7409,'action created','2020-12-29 11:33:37','2020-12-29 03:33:37'),(13502,7409,'action started via WP Cron','2020-12-29 11:35:39','2020-12-29 03:35:39'),(13503,7409,'action complete via WP Cron','2020-12-29 11:35:39','2020-12-29 03:35:39'),(13504,7410,'action created','2020-12-29 11:35:39','2020-12-29 03:35:39'),(13505,7410,'action started via WP Cron','2020-12-29 11:36:02','2020-12-29 03:36:02'),(13506,7410,'action complete via WP Cron','2020-12-29 11:36:02','2020-12-29 03:36:02'),(13507,7411,'action created','2020-12-29 11:36:02','2020-12-29 03:36:02'),(13508,7411,'action started via WP Cron','2020-12-29 11:36:40','2020-12-29 03:36:40'),(13509,7411,'action complete via WP Cron','2020-12-29 11:36:40','2020-12-29 03:36:40'),(13510,7412,'action created','2020-12-29 11:36:40','2020-12-29 03:36:40'),(13511,7412,'action started via WP Cron','2020-12-29 11:37:41','2020-12-29 03:37:41'),(13512,7412,'action complete via WP Cron','2020-12-29 11:37:41','2020-12-29 03:37:41'),(13513,7413,'action created','2020-12-29 11:37:41','2020-12-29 03:37:41'),(13514,7413,'action started via WP Cron','2020-12-29 11:38:42','2020-12-29 03:38:42'),(13515,7413,'action complete via WP Cron','2020-12-29 11:38:42','2020-12-29 03:38:42'),(13516,7414,'action created','2020-12-29 11:38:42','2020-12-29 03:38:42'),(13517,7414,'action started via WP Cron','2020-12-29 11:39:43','2020-12-29 03:39:43'),(13518,7414,'action complete via WP Cron','2020-12-29 11:39:43','2020-12-29 03:39:43'),(13519,7415,'action created','2020-12-29 11:39:44','2020-12-29 03:39:44'),(13520,7415,'action started via WP Cron','2020-12-29 11:40:44','2020-12-29 03:40:44'),(13521,7415,'action complete via WP Cron','2020-12-29 11:40:44','2020-12-29 03:40:44'),(13522,7416,'action created','2020-12-29 11:40:44','2020-12-29 03:40:44'),(13523,7416,'action started via WP Cron','2020-12-29 11:41:42','2020-12-29 03:41:42'),(13524,7416,'action complete via WP Cron','2020-12-29 11:41:42','2020-12-29 03:41:42'),(13525,7417,'action created','2020-12-29 11:41:42','2020-12-29 03:41:42'),(13526,7417,'action started via WP Cron','2020-12-29 11:42:46','2020-12-29 03:42:46'),(13527,7417,'action complete via WP Cron','2020-12-29 11:42:46','2020-12-29 03:42:46'),(13528,7418,'action created','2020-12-29 11:42:46','2020-12-29 03:42:46'),(13529,7418,'action started via WP Cron','2020-12-29 11:43:42','2020-12-29 03:43:42'),(13530,7418,'action complete via WP Cron','2020-12-29 11:43:42','2020-12-29 03:43:42'),(13531,7419,'action created','2020-12-29 11:43:43','2020-12-29 03:43:43'),(13532,7419,'action started via WP Cron','2020-12-29 11:44:49','2020-12-29 03:44:49'),(13533,7419,'action complete via WP Cron','2020-12-29 11:44:49','2020-12-29 03:44:49'),(13534,7420,'action created','2020-12-29 11:45:38','2020-12-29 03:45:38'),(13535,7420,'action started via WP Cron','2020-12-29 11:45:56','2020-12-29 03:45:56'),(13536,7420,'action complete via WP Cron','2020-12-29 11:45:56','2020-12-29 03:45:56'),(13537,7421,'action created','2020-12-29 11:45:56','2020-12-29 03:45:56'),(13538,7421,'action started via WP Cron','2020-12-29 11:46:50','2020-12-29 03:46:50'),(13539,7421,'action complete via WP Cron','2020-12-29 11:46:50','2020-12-29 03:46:50'),(13540,7422,'action created','2020-12-29 11:46:50','2020-12-29 03:46:50'),(13541,7422,'action started via WP Cron','2020-12-29 11:47:51','2020-12-29 03:47:51'),(13542,7422,'action complete via WP Cron','2020-12-29 11:47:51','2020-12-29 03:47:51'),(13543,7423,'action created','2020-12-29 11:47:51','2020-12-29 03:47:51'),(13544,7423,'action started via WP Cron','2020-12-29 11:48:52','2020-12-29 03:48:52'),(13545,7423,'action complete via WP Cron','2020-12-29 11:48:52','2020-12-29 03:48:52'),(13546,7424,'action created','2020-12-29 11:48:52','2020-12-29 03:48:52'),(13547,7424,'action started via WP Cron','2020-12-29 11:49:53','2020-12-29 03:49:53'),(13548,7424,'action complete via WP Cron','2020-12-29 11:49:53','2020-12-29 03:49:53'),(13549,7425,'action created','2020-12-29 11:49:53','2020-12-29 03:49:53'),(13550,7425,'action started via WP Cron','2020-12-29 11:51:38','2020-12-29 03:51:38'),(13551,7425,'action complete via WP Cron','2020-12-29 11:51:38','2020-12-29 03:51:38'),(13552,7426,'action created','2020-12-29 11:51:38','2020-12-29 03:51:38'),(13553,7426,'action started via WP Cron','2020-12-29 11:51:55','2020-12-29 03:51:55'),(13554,7426,'action complete via WP Cron','2020-12-29 11:51:55','2020-12-29 03:51:55'),(13555,7427,'action created','2020-12-29 11:51:55','2020-12-29 03:51:55'),(13556,7427,'action started via WP Cron','2020-12-29 11:53:15','2020-12-29 03:53:15'),(13557,7427,'action complete via WP Cron','2020-12-29 11:53:15','2020-12-29 03:53:15'),(13558,7428,'action created','2020-12-29 11:53:15','2020-12-29 03:53:15'),(13559,7428,'action started via WP Cron','2020-12-29 11:53:57','2020-12-29 03:53:57'),(13560,7428,'action complete via WP Cron','2020-12-29 11:53:57','2020-12-29 03:53:57'),(13561,7429,'action created','2020-12-29 11:53:57','2020-12-29 03:53:57'),(13562,7429,'action started via WP Cron','2020-12-29 11:54:58','2020-12-29 03:54:58'),(13563,7429,'action complete via WP Cron','2020-12-29 11:54:58','2020-12-29 03:54:58'),(13564,7430,'action created','2020-12-29 11:54:58','2020-12-29 03:54:58'),(13565,7430,'action started via WP Cron','2020-12-29 11:56:15','2020-12-29 03:56:15'),(13566,7430,'action complete via WP Cron','2020-12-29 11:56:15','2020-12-29 03:56:15'),(13567,7431,'action created','2020-12-29 11:56:15','2020-12-29 03:56:15'),(13568,7431,'action started via WP Cron','2020-12-29 11:57:00','2020-12-29 03:57:00'),(13569,7431,'action complete via WP Cron','2020-12-29 11:57:00','2020-12-29 03:57:00'),(13570,7432,'action created','2020-12-29 11:57:00','2020-12-29 03:57:00'),(13571,7432,'action started via WP Cron','2020-12-29 11:58:34','2020-12-29 03:58:34'),(13572,7432,'action complete via WP Cron','2020-12-29 11:58:34','2020-12-29 03:58:34'),(13573,7433,'action created','2020-12-29 11:58:34','2020-12-29 03:58:34'),(13574,7433,'action started via WP Cron','2020-12-29 11:59:03','2020-12-29 03:59:03'),(13575,7433,'action complete via WP Cron','2020-12-29 11:59:03','2020-12-29 03:59:03'),(13576,7434,'action created','2020-12-29 11:59:03','2020-12-29 03:59:03'),(13577,7434,'action started via WP Cron','2020-12-29 11:59:44','2020-12-29 03:59:44'),(13578,7434,'action complete via WP Cron','2020-12-29 11:59:44','2020-12-29 03:59:44'),(13579,7435,'action created','2020-12-29 11:59:44','2020-12-29 03:59:44'),(13580,7435,'action started via WP Cron','2020-12-29 12:01:04','2020-12-29 04:01:04'),(13581,7435,'action complete via WP Cron','2020-12-29 12:01:04','2020-12-29 04:01:04'),(13582,7436,'action created','2020-12-29 12:01:04','2020-12-29 04:01:04'),(13583,7436,'action started via WP Cron','2020-12-29 12:02:32','2020-12-29 04:02:32'),(13584,7436,'action complete via WP Cron','2020-12-29 12:02:32','2020-12-29 04:02:32'),(13585,7437,'action created','2020-12-29 12:02:32','2020-12-29 04:02:32'),(13586,7437,'action started via WP Cron','2020-12-29 12:03:06','2020-12-29 04:03:06'),(13587,7437,'action complete via WP Cron','2020-12-29 12:03:06','2020-12-29 04:03:06'),(13588,7438,'action created','2020-12-29 12:03:06','2020-12-29 04:03:06'),(13589,7438,'action started via WP Cron','2020-12-29 12:04:07','2020-12-29 04:04:07'),(13590,7438,'action complete via WP Cron','2020-12-29 12:04:07','2020-12-29 04:04:07'),(13591,7439,'action created','2020-12-29 12:04:07','2020-12-29 04:04:07'),(13592,7439,'action started via WP Cron','2020-12-29 12:05:08','2020-12-29 04:05:08'),(13593,7439,'action complete via WP Cron','2020-12-29 12:05:08','2020-12-29 04:05:08'),(13594,7440,'action created','2020-12-29 12:05:08','2020-12-29 04:05:08'),(13595,7440,'action started via WP Cron','2020-12-29 12:06:09','2020-12-29 04:06:09'),(13596,7440,'action complete via WP Cron','2020-12-29 12:06:09','2020-12-29 04:06:09'),(13597,7441,'action created','2020-12-29 12:06:09','2020-12-29 04:06:09'),(13598,7441,'action started via WP Cron','2020-12-29 12:07:10','2020-12-29 04:07:10'),(13599,7441,'action complete via WP Cron','2020-12-29 12:07:10','2020-12-29 04:07:10'),(13600,7442,'action created','2020-12-29 12:07:10','2020-12-29 04:07:10'),(13601,7442,'action started via WP Cron','2020-12-29 12:10:13','2020-12-29 04:10:13'),(13602,7442,'action complete via WP Cron','2020-12-29 12:10:13','2020-12-29 04:10:13'),(13603,7443,'action created','2020-12-29 12:10:13','2020-12-29 04:10:13'),(13604,7443,'action started via WP Cron','2020-12-29 12:11:14','2020-12-29 04:11:14'),(13605,7443,'action complete via WP Cron','2020-12-29 12:11:14','2020-12-29 04:11:14'),(13606,7444,'action created','2020-12-29 12:11:14','2020-12-29 04:11:14'),(13607,7444,'action started via WP Cron','2020-12-29 12:12:07','2020-12-29 04:12:07'),(13608,7444,'action complete via WP Cron','2020-12-29 12:12:07','2020-12-29 04:12:07'),(13609,7445,'action created','2020-12-29 12:12:07','2020-12-29 04:12:07'),(13610,7445,'action started via WP Cron','2020-12-29 12:12:41','2020-12-29 04:12:41'),(13611,7445,'action complete via WP Cron','2020-12-29 12:12:41','2020-12-29 04:12:41'),(13612,7446,'action created','2020-12-29 12:12:41','2020-12-29 04:12:41'),(13613,7446,'action started via WP Cron','2020-12-29 12:14:18','2020-12-29 04:14:18'),(13614,7446,'action complete via WP Cron','2020-12-29 12:14:18','2020-12-29 04:14:18'),(13615,7447,'action created','2020-12-29 12:14:18','2020-12-29 04:14:18'),(13616,7447,'action started via WP Cron','2020-12-29 12:15:18','2020-12-29 04:15:18'),(13617,7447,'action complete via WP Cron','2020-12-29 12:15:18','2020-12-29 04:15:18'),(13618,7448,'action created','2020-12-29 12:15:18','2020-12-29 04:15:18'),(13619,7448,'action started via WP Cron','2020-12-29 12:16:19','2020-12-29 04:16:19'),(13620,7448,'action complete via WP Cron','2020-12-29 12:16:19','2020-12-29 04:16:19'),(13621,7449,'action created','2020-12-29 12:16:19','2020-12-29 04:16:19'),(13622,7449,'action started via WP Cron','2020-12-29 12:17:04','2020-12-29 04:17:04'),(13623,7449,'action complete via WP Cron','2020-12-29 12:17:04','2020-12-29 04:17:04'),(13624,7450,'action created','2020-12-29 12:17:04','2020-12-29 04:17:04'),(13625,7450,'action started via WP Cron','2020-12-29 12:18:21','2020-12-29 04:18:21'),(13626,7450,'action complete via WP Cron','2020-12-29 12:18:21','2020-12-29 04:18:21'),(13627,7451,'action created','2020-12-29 12:18:21','2020-12-29 04:18:21'),(13628,7451,'action started via WP Cron','2020-12-29 12:19:22','2020-12-29 04:19:22'),(13629,7451,'action complete via WP Cron','2020-12-29 12:19:22','2020-12-29 04:19:22'),(13630,7452,'action created','2020-12-29 12:19:22','2020-12-29 04:19:22'),(13631,7452,'action started via WP Cron','2020-12-29 12:20:43','2020-12-29 04:20:43'),(13632,7452,'action complete via WP Cron','2020-12-29 12:20:43','2020-12-29 04:20:43'),(13633,7453,'action created','2020-12-29 12:20:43','2020-12-29 04:20:43'),(13634,7453,'action started via WP Cron','2020-12-29 12:22:01','2020-12-29 04:22:01'),(13635,7453,'action complete via WP Cron','2020-12-29 12:22:01','2020-12-29 04:22:01'),(13636,7454,'action created','2020-12-29 12:22:01','2020-12-29 04:22:01'),(13637,7454,'action started via WP Cron','2020-12-29 12:22:51','2020-12-29 04:22:51'),(13638,7454,'action complete via WP Cron','2020-12-29 12:22:51','2020-12-29 04:22:51'),(13639,7455,'action created','2020-12-29 12:22:51','2020-12-29 04:22:51'),(13640,7455,'action started via WP Cron','2020-12-29 12:23:54','2020-12-29 04:23:54'),(13641,7455,'action complete via WP Cron','2020-12-29 12:23:54','2020-12-29 04:23:54'),(13642,7456,'action created','2020-12-29 12:23:54','2020-12-29 04:23:54'),(13643,7456,'action started via WP Cron','2020-12-29 12:25:04','2020-12-29 04:25:04'),(13644,7456,'action complete via WP Cron','2020-12-29 12:25:04','2020-12-29 04:25:04'),(13645,7457,'action created','2020-12-29 12:25:04','2020-12-29 04:25:04'),(13646,7457,'action started via WP Cron','2020-12-29 12:26:49','2020-12-29 04:26:49'),(13647,7457,'action complete via WP Cron','2020-12-29 12:26:49','2020-12-29 04:26:49'),(13648,7458,'action created','2020-12-29 12:26:49','2020-12-29 04:26:49'),(13649,7458,'action started via WP Cron','2020-12-29 12:28:31','2020-12-29 04:28:31'),(13650,7458,'action complete via WP Cron','2020-12-29 12:28:31','2020-12-29 04:28:31'),(13651,7459,'action created','2020-12-29 12:28:31','2020-12-29 04:28:31'),(13652,7459,'action started via WP Cron','2020-12-29 12:29:33','2020-12-29 04:29:33'),(13653,7459,'action complete via WP Cron','2020-12-29 12:29:33','2020-12-29 04:29:33'),(13654,7460,'action created','2020-12-29 12:29:33','2020-12-29 04:29:33'),(13655,7460,'action started via WP Cron','2020-12-29 12:30:47','2020-12-29 04:30:47'),(13656,7460,'action complete via WP Cron','2020-12-29 12:30:47','2020-12-29 04:30:47'),(13657,7461,'action created','2020-12-29 12:30:49','2020-12-29 04:30:49'),(13658,7461,'action started via WP Cron','2020-12-29 12:31:53','2020-12-29 04:31:53'),(13659,7461,'action complete via WP Cron','2020-12-29 12:31:53','2020-12-29 04:31:53'),(13660,7462,'action created','2020-12-29 12:31:53','2020-12-29 04:31:53'),(13661,7462,'action started via WP Cron','2020-12-29 12:32:54','2020-12-29 04:32:54'),(13662,7462,'action complete via WP Cron','2020-12-29 12:32:54','2020-12-29 04:32:54'),(13663,7463,'action created','2020-12-29 12:32:54','2020-12-29 04:32:54'),(13664,7463,'action started via WP Cron','2020-12-29 12:36:25','2020-12-29 04:36:25'),(13665,7463,'action complete via WP Cron','2020-12-29 12:36:25','2020-12-29 04:36:25'),(13666,7464,'action created','2020-12-29 12:37:41','2020-12-29 04:37:41'),(13667,7464,'action started via WP Cron','2020-12-29 12:40:24','2020-12-29 04:40:24'),(13668,7464,'action complete via WP Cron','2020-12-29 12:40:24','2020-12-29 04:40:24'),(13669,7465,'action created','2020-12-29 12:40:24','2020-12-29 04:40:24'),(13670,7465,'action started via WP Cron','2020-12-29 12:40:44','2020-12-29 04:40:44'),(13671,7465,'action complete via WP Cron','2020-12-29 12:40:44','2020-12-29 04:40:44'),(13672,7466,'action created','2020-12-29 12:40:44','2020-12-29 04:40:44'),(13673,7466,'action started via WP Cron','2020-12-29 12:41:46','2020-12-29 04:41:46'),(13674,7466,'action complete via WP Cron','2020-12-29 12:41:46','2020-12-29 04:41:46'),(13675,7467,'action created','2020-12-29 12:41:46','2020-12-29 04:41:46'),(13676,7467,'action started via WP Cron','2020-12-29 12:42:47','2020-12-29 04:42:47'),(13677,7467,'action complete via WP Cron','2020-12-29 12:42:47','2020-12-29 04:42:47'),(13678,7468,'action created','2020-12-29 12:42:47','2020-12-29 04:42:47'),(13679,7468,'action started via WP Cron','2020-12-29 12:43:42','2020-12-29 04:43:42'),(13680,7468,'action complete via WP Cron','2020-12-29 12:43:42','2020-12-29 04:43:42'),(13681,7469,'action created','2020-12-29 12:43:42','2020-12-29 04:43:42'),(13682,7469,'action started via WP Cron','2020-12-29 12:44:49','2020-12-29 04:44:49'),(13683,7469,'action complete via WP Cron','2020-12-29 12:44:49','2020-12-29 04:44:49'),(13684,7470,'action created','2020-12-29 12:44:49','2020-12-29 04:44:49'),(13685,7470,'action started via WP Cron','2020-12-29 12:45:51','2020-12-29 04:45:51'),(13686,7470,'action complete via WP Cron','2020-12-29 12:45:51','2020-12-29 04:45:51'),(13687,7471,'action created','2020-12-29 12:45:51','2020-12-29 04:45:51'),(13688,7471,'action started via WP Cron','2020-12-29 12:46:51','2020-12-29 04:46:51'),(13689,7471,'action complete via WP Cron','2020-12-29 12:46:51','2020-12-29 04:46:51'),(13690,7472,'action created','2020-12-29 12:46:51','2020-12-29 04:46:51'),(13691,7472,'action started via WP Cron','2020-12-29 12:48:52','2020-12-29 04:48:52'),(13692,7472,'action complete via WP Cron','2020-12-29 12:48:52','2020-12-29 04:48:52'),(13693,7473,'action created','2020-12-29 12:48:52','2020-12-29 04:48:52'),(13694,7473,'action started via WP Cron','2020-12-29 12:49:53','2020-12-29 04:49:53'),(13695,7473,'action complete via WP Cron','2020-12-29 12:49:53','2020-12-29 04:49:53'),(13696,7474,'action created','2020-12-29 12:49:53','2020-12-29 04:49:53'),(13697,7474,'action started via WP Cron','2020-12-29 12:51:55','2020-12-29 04:51:55'),(13698,7474,'action complete via WP Cron','2020-12-29 12:51:55','2020-12-29 04:51:55'),(13699,7475,'action created','2020-12-29 12:51:55','2020-12-29 04:51:55'),(13700,7475,'action started via WP Cron','2020-12-29 12:52:56','2020-12-29 04:52:56'),(13701,7475,'action complete via WP Cron','2020-12-29 12:52:56','2020-12-29 04:52:56'),(13702,7476,'action created','2020-12-29 12:52:57','2020-12-29 04:52:57'),(13703,7476,'action started via WP Cron','2020-12-29 12:56:14','2020-12-29 04:56:14'),(13704,7476,'action complete via WP Cron','2020-12-29 12:56:14','2020-12-29 04:56:14'),(13705,7477,'action created','2020-12-29 12:56:14','2020-12-29 04:56:14'),(13706,7477,'action started via WP Cron','2020-12-29 12:57:16','2020-12-29 04:57:16'),(13707,7477,'action complete via WP Cron','2020-12-29 12:57:16','2020-12-29 04:57:16'),(13708,7478,'action created','2020-12-29 12:57:16','2020-12-29 04:57:16'),(13709,7478,'action started via WP Cron','2020-12-29 13:00:18','2020-12-29 05:00:18'),(13710,7478,'action complete via WP Cron','2020-12-29 13:00:18','2020-12-29 05:00:18'),(13711,7479,'action created','2020-12-29 13:00:18','2020-12-29 05:00:18'),(13712,7479,'action started via WP Cron','2020-12-29 13:02:19','2020-12-29 05:02:19'),(13713,7479,'action complete via WP Cron','2020-12-29 13:02:19','2020-12-29 05:02:19'),(13714,7480,'action created','2020-12-29 13:02:20','2020-12-29 05:02:20'),(13715,7480,'action started via WP Cron','2020-12-29 13:04:09','2020-12-29 05:04:09'),(13716,7480,'action complete via WP Cron','2020-12-29 13:04:09','2020-12-29 05:04:09'),(13717,7481,'action created','2020-12-29 13:04:09','2020-12-29 05:04:09'),(13718,7481,'action started via WP Cron','2020-12-29 13:04:43','2020-12-29 05:04:43'),(13719,7481,'action complete via WP Cron','2020-12-29 13:04:43','2020-12-29 05:04:43'),(13720,7482,'action created','2020-12-29 13:04:43','2020-12-29 05:04:43'),(13721,7482,'action started via WP Cron','2020-12-29 13:06:38','2020-12-29 05:06:38'),(13722,7482,'action complete via WP Cron','2020-12-29 13:06:38','2020-12-29 05:06:38'),(13723,7483,'action created','2020-12-29 13:07:15','2020-12-29 05:07:15'),(13724,7483,'action started via WP Cron','2020-12-29 13:08:39','2020-12-29 05:08:39'),(13725,7483,'action complete via WP Cron','2020-12-29 13:08:39','2020-12-29 05:08:39'),(13726,7484,'action created','2020-12-29 13:08:40','2020-12-29 05:08:40'),(13727,7484,'action started via WP Cron','2020-12-29 13:10:27','2020-12-29 05:10:27'),(13728,7484,'action complete via WP Cron','2020-12-29 13:10:27','2020-12-29 05:10:27'),(13729,7485,'action created','2020-12-29 13:10:27','2020-12-29 05:10:27'),(13730,7485,'action started via WP Cron','2020-12-29 13:11:11','2020-12-29 05:11:11'),(13731,7485,'action complete via WP Cron','2020-12-29 13:11:11','2020-12-29 05:11:11'),(13732,7486,'action created','2020-12-29 13:11:11','2020-12-29 05:11:11'),(13733,7486,'action started via WP Cron','2020-12-29 13:11:47','2020-12-29 05:11:47'),(13734,7486,'action complete via WP Cron','2020-12-29 13:11:47','2020-12-29 05:11:47'),(13735,7487,'action created','2020-12-29 13:11:47','2020-12-29 05:11:47'),(13736,7487,'action started via WP Cron','2020-12-29 13:13:02','2020-12-29 05:13:02'),(13737,7487,'action complete via WP Cron','2020-12-29 13:13:02','2020-12-29 05:13:02'),(13738,7488,'action created','2020-12-29 13:13:02','2020-12-29 05:13:02'),(13739,7488,'action started via WP Cron','2020-12-29 13:15:35','2020-12-29 05:15:35'),(13740,7488,'action complete via WP Cron','2020-12-29 13:15:35','2020-12-29 05:15:35'),(13741,7489,'action created','2020-12-29 13:15:35','2020-12-29 05:15:35'),(13742,7489,'action started via WP Cron','2020-12-29 13:16:34','2020-12-29 05:16:34'),(13743,7489,'action complete via WP Cron','2020-12-29 13:16:34','2020-12-29 05:16:34'),(13744,7490,'action created','2020-12-29 13:16:34','2020-12-29 05:16:34'),(13745,7490,'action started via WP Cron','2020-12-29 13:17:34','2020-12-29 05:17:34'),(13746,7490,'action complete via WP Cron','2020-12-29 13:17:34','2020-12-29 05:17:34'),(13747,7491,'action created','2020-12-29 13:17:34','2020-12-29 05:17:34'),(13748,7491,'action started via WP Cron','2020-12-29 13:18:17','2020-12-29 05:18:17'),(13749,7491,'action complete via WP Cron','2020-12-29 13:18:17','2020-12-29 05:18:17'),(13750,7492,'action created','2020-12-29 13:18:17','2020-12-29 05:18:17'),(13751,7492,'action started via WP Cron','2020-12-29 13:18:41','2020-12-29 05:18:41'),(13752,7492,'action complete via WP Cron','2020-12-29 13:18:41','2020-12-29 05:18:41'),(13753,7493,'action created','2020-12-29 13:18:41','2020-12-29 05:18:41'),(13754,7493,'action started via WP Cron','2020-12-29 13:19:41','2020-12-29 05:19:41'),(13755,7493,'action complete via WP Cron','2020-12-29 13:19:41','2020-12-29 05:19:41'),(13756,7494,'action created','2020-12-29 13:19:41','2020-12-29 05:19:41'),(13757,7494,'action started via WP Cron','2020-12-29 13:21:40','2020-12-29 05:21:40'),(13758,7494,'action complete via WP Cron','2020-12-29 13:21:40','2020-12-29 05:21:40'),(13759,7495,'action created','2020-12-29 13:21:41','2020-12-29 05:21:41'),(13760,7495,'action started via WP Cron','2020-12-29 13:23:40','2020-12-29 05:23:40'),(13761,7495,'action complete via WP Cron','2020-12-29 13:23:40','2020-12-29 05:23:40'),(13762,7496,'action created','2020-12-29 13:23:41','2020-12-29 05:23:41'),(13763,7496,'action started via WP Cron','2020-12-29 13:25:29','2020-12-29 05:25:29'),(13764,7496,'action complete via WP Cron','2020-12-29 13:25:29','2020-12-29 05:25:29'),(13765,7497,'action created','2020-12-29 13:25:30','2020-12-29 05:25:30'),(13766,7497,'action started via WP Cron','2020-12-29 13:25:43','2020-12-29 05:25:43'),(13767,7497,'action complete via WP Cron','2020-12-29 13:25:43','2020-12-29 05:25:43'),(13768,7498,'action created','2020-12-29 13:25:43','2020-12-29 05:25:43'),(13769,7498,'action started via WP Cron','2020-12-29 13:26:50','2020-12-29 05:26:50'),(13770,7498,'action complete via WP Cron','2020-12-29 13:26:50','2020-12-29 05:26:50'),(13771,7499,'action created','2020-12-29 13:26:55','2020-12-29 05:26:55'),(13772,7499,'action started via WP Cron','2020-12-29 13:27:44','2020-12-29 05:27:44'),(13773,7499,'action complete via WP Cron','2020-12-29 13:27:44','2020-12-29 05:27:44'),(13774,7500,'action created','2020-12-29 13:27:44','2020-12-29 05:27:44'),(13775,7500,'action started via WP Cron','2020-12-29 13:29:43','2020-12-29 05:29:43'),(13776,7500,'action complete via WP Cron','2020-12-29 13:29:43','2020-12-29 05:29:43'),(13777,7501,'action created','2020-12-29 13:29:43','2020-12-29 05:29:43'),(13778,7501,'action started via WP Cron','2020-12-29 13:33:00','2020-12-29 05:33:00'),(13779,7501,'action complete via WP Cron','2020-12-29 13:33:00','2020-12-29 05:33:00'),(13780,7502,'action created','2020-12-29 13:33:01','2020-12-29 05:33:01'),(13781,7502,'action started via WP Cron','2020-12-29 13:33:54','2020-12-29 05:33:54'),(13782,7502,'action complete via WP Cron','2020-12-29 13:33:54','2020-12-29 05:33:54'),(13783,7503,'action created','2020-12-29 13:33:54','2020-12-29 05:33:54'),(13784,7503,'action started via WP Cron','2020-12-29 13:34:55','2020-12-29 05:34:55'),(13785,7503,'action complete via WP Cron','2020-12-29 13:34:55','2020-12-29 05:34:55'),(13786,7504,'action created','2020-12-29 13:34:55','2020-12-29 05:34:55'),(13787,7504,'action started via WP Cron','2020-12-29 13:46:39','2020-12-29 05:46:39'),(13788,7504,'action complete via WP Cron','2020-12-29 13:46:39','2020-12-29 05:46:39'),(13789,7505,'action created','2020-12-29 13:46:39','2020-12-29 05:46:39'),(13790,7505,'action started via WP Cron','2020-12-29 13:46:52','2020-12-29 05:46:52'),(13791,7505,'action complete via WP Cron','2020-12-29 13:46:52','2020-12-29 05:46:52'),(13792,7506,'action created','2020-12-29 13:46:52','2020-12-29 05:46:52'),(13793,7506,'action started via WP Cron','2020-12-29 13:59:50','2020-12-29 05:59:50'),(13794,7506,'action complete via WP Cron','2020-12-29 13:59:50','2020-12-29 05:59:50'),(13795,7507,'action created','2020-12-29 13:59:50','2020-12-29 05:59:50'),(13796,7507,'action started via WP Cron','2020-12-29 14:04:30','2020-12-29 06:04:30'),(13797,7507,'action complete via WP Cron','2020-12-29 14:04:30','2020-12-29 06:04:30'),(13798,7508,'action created','2020-12-29 14:04:30','2020-12-29 06:04:30'),(13799,7508,'action started via WP Cron','2020-12-29 14:08:28','2020-12-29 06:08:28'),(13800,7508,'action complete via WP Cron','2020-12-29 14:08:28','2020-12-29 06:08:28'),(13801,7509,'action created','2020-12-29 14:08:29','2020-12-29 06:08:29'),(13802,7509,'action started via WP Cron','2020-12-29 14:19:33','2020-12-29 06:19:33'),(13803,7509,'action complete via WP Cron','2020-12-29 14:19:33','2020-12-29 06:19:33'),(13804,7510,'action created','2020-12-29 14:19:33','2020-12-29 06:19:33'),(13805,7510,'action started via WP Cron','2020-12-29 14:23:40','2020-12-29 06:23:40'),(13806,7510,'action complete via WP Cron','2020-12-29 14:23:40','2020-12-29 06:23:40'),(13807,7511,'action created','2020-12-29 14:23:41','2020-12-29 06:23:41'),(13808,7511,'action started via WP Cron','2020-12-29 14:27:38','2020-12-29 06:27:38'),(13809,7511,'action complete via WP Cron','2020-12-29 14:27:38','2020-12-29 06:27:38'),(13810,7512,'action created','2020-12-29 14:27:38','2020-12-29 06:27:38'),(13811,7512,'action started via WP Cron','2020-12-29 14:28:01','2020-12-29 06:28:01'),(13812,7512,'action complete via WP Cron','2020-12-29 14:28:01','2020-12-29 06:28:01'),(13813,7513,'action created','2020-12-29 14:28:01','2020-12-29 06:28:01'),(13814,7513,'action started via WP Cron','2020-12-29 14:28:58','2020-12-29 06:28:58'),(13815,7513,'action complete via WP Cron','2020-12-29 14:28:58','2020-12-29 06:28:58'),(13816,7514,'action created','2020-12-29 14:28:58','2020-12-29 06:28:58'),(13817,7514,'action started via WP Cron','2020-12-29 14:29:45','2020-12-29 06:29:45'),(13818,7514,'action complete via WP Cron','2020-12-29 14:29:45','2020-12-29 06:29:45'),(13819,7515,'action created','2020-12-29 14:29:45','2020-12-29 06:29:45'),(13820,7515,'action started via WP Cron','2020-12-29 14:30:46','2020-12-29 06:30:46'),(13821,7515,'action complete via WP Cron','2020-12-29 14:30:46','2020-12-29 06:30:46'),(13822,7516,'action created','2020-12-29 14:30:46','2020-12-29 06:30:46'),(13823,7516,'action started via WP Cron','2020-12-29 14:31:47','2020-12-29 06:31:47'),(13824,7516,'action complete via WP Cron','2020-12-29 14:31:47','2020-12-29 06:31:47'),(13825,7517,'action created','2020-12-29 14:31:47','2020-12-29 06:31:47'),(13826,7517,'action started via WP Cron','2020-12-29 14:34:16','2020-12-29 06:34:16'),(13827,7517,'action complete via WP Cron','2020-12-29 14:34:16','2020-12-29 06:34:16'),(13828,7518,'action created','2020-12-29 14:34:16','2020-12-29 06:34:16'),(13829,7518,'action started via WP Cron','2020-12-29 14:35:02','2020-12-29 06:35:02'),(13830,7518,'action complete via WP Cron','2020-12-29 14:35:02','2020-12-29 06:35:02'),(13831,7519,'action created','2020-12-29 14:35:26','2020-12-29 06:35:26'),(13832,7519,'action started via WP Cron','2020-12-29 14:35:55','2020-12-29 06:35:55'),(13833,7519,'action complete via WP Cron','2020-12-29 14:35:55','2020-12-29 06:35:55'),(13834,7520,'action created','2020-12-29 14:35:56','2020-12-29 06:35:56'),(13835,7520,'action started via WP Cron','2020-12-29 14:36:56','2020-12-29 06:36:56'),(13836,7520,'action complete via WP Cron','2020-12-29 14:36:56','2020-12-29 06:36:56'),(13837,7521,'action created','2020-12-29 14:36:57','2020-12-29 06:36:57'),(13838,7521,'action started via WP Cron','2020-12-29 14:38:33','2020-12-29 06:38:33'),(13839,7521,'action complete via WP Cron','2020-12-29 14:38:33','2020-12-29 06:38:33'),(13840,7522,'action created','2020-12-29 14:38:33','2020-12-29 06:38:33'),(13841,7522,'action started via WP Cron','2020-12-29 14:40:16','2020-12-29 06:40:16'),(13842,7522,'action complete via WP Cron','2020-12-29 14:40:16','2020-12-29 06:40:16'),(13843,7523,'action created','2020-12-29 14:40:16','2020-12-29 06:40:16'),(13844,7523,'action started via WP Cron','2020-12-29 14:40:43','2020-12-29 06:40:43'),(13845,7523,'action complete via WP Cron','2020-12-29 14:40:43','2020-12-29 06:40:43'),(13846,7524,'action created','2020-12-29 14:40:43','2020-12-29 06:40:43'),(13847,7524,'action started via WP Cron','2020-12-29 14:44:21','2020-12-29 06:44:21'),(13848,7524,'action complete via WP Cron','2020-12-29 14:44:21','2020-12-29 06:44:21'),(13849,7525,'action created','2020-12-29 14:44:21','2020-12-29 06:44:21'),(13850,7525,'action started via WP Cron','2020-12-29 14:45:51','2020-12-29 06:45:51'),(13851,7525,'action complete via WP Cron','2020-12-29 14:45:51','2020-12-29 06:45:51'),(13852,7526,'action created','2020-12-29 14:45:51','2020-12-29 06:45:51'),(13853,7526,'action started via WP Cron','2020-12-29 14:47:14','2020-12-29 06:47:14'),(13854,7526,'action complete via WP Cron','2020-12-29 14:47:14','2020-12-29 06:47:14'),(13855,7527,'action created','2020-12-29 14:47:14','2020-12-29 06:47:14'),(13856,7527,'action started via WP Cron','2020-12-29 14:47:53','2020-12-29 06:47:53'),(13857,7527,'action complete via WP Cron','2020-12-29 14:47:53','2020-12-29 06:47:53'),(13858,7528,'action created','2020-12-29 14:47:53','2020-12-29 06:47:53'),(13859,7528,'action started via WP Cron','2020-12-29 14:48:43','2020-12-29 06:48:43'),(13860,7528,'action complete via WP Cron','2020-12-29 14:48:43','2020-12-29 06:48:43'),(13861,7529,'action created','2020-12-29 14:48:43','2020-12-29 06:48:43'),(13862,7529,'action started via WP Cron','2020-12-29 14:50:56','2020-12-29 06:50:56'),(13863,7529,'action complete via WP Cron','2020-12-29 14:50:56','2020-12-29 06:50:56'),(13864,7530,'action created','2020-12-29 14:50:56','2020-12-29 06:50:56'),(13865,7530,'action started via WP Cron','2020-12-29 14:55:03','2020-12-29 06:55:03'),(13866,7530,'action complete via WP Cron','2020-12-29 14:55:03','2020-12-29 06:55:03'),(13867,7531,'action created','2020-12-29 14:56:52','2020-12-29 06:56:52'),(13868,7531,'action started via WP Cron','2020-12-29 14:58:02','2020-12-29 06:58:02'),(13869,7531,'action complete via WP Cron','2020-12-29 14:58:02','2020-12-29 06:58:02'),(13870,7532,'action created','2020-12-29 14:58:02','2020-12-29 06:58:02'),(13871,7532,'action started via WP Cron','2020-12-29 15:03:35','2020-12-29 07:03:35'),(13872,7532,'action complete via WP Cron','2020-12-29 15:03:35','2020-12-29 07:03:35'),(13873,7533,'action created','2020-12-29 15:03:36','2020-12-29 07:03:36'),(13874,7533,'action started via WP Cron','2020-12-29 15:05:04','2020-12-29 07:05:04'),(13875,7533,'action complete via WP Cron','2020-12-29 15:05:04','2020-12-29 07:05:04'),(13876,7534,'action created','2020-12-29 15:05:05','2020-12-29 07:05:05'),(13877,7534,'action started via WP Cron','2020-12-29 15:05:50','2020-12-29 07:05:50'),(13878,7534,'action complete via WP Cron','2020-12-29 15:05:50','2020-12-29 07:05:50'),(13879,7535,'action created','2020-12-29 15:05:50','2020-12-29 07:05:50'),(13880,7535,'action started via WP Cron','2020-12-29 15:08:15','2020-12-29 07:08:15'),(13881,7535,'action complete via WP Cron','2020-12-29 15:08:15','2020-12-29 07:08:15'),(13882,7536,'action created','2020-12-29 15:08:15','2020-12-29 07:08:15'),(13883,7536,'action started via WP Cron','2020-12-29 15:10:54','2020-12-29 07:10:54'),(13884,7536,'action complete via WP Cron','2020-12-29 15:10:54','2020-12-29 07:10:54'),(13885,7537,'action created','2020-12-29 15:10:55','2020-12-29 07:10:55'),(13886,7537,'action started via WP Cron','2020-12-29 15:13:40','2020-12-29 07:13:40'),(13887,7537,'action complete via WP Cron','2020-12-29 15:13:40','2020-12-29 07:13:40'),(13888,7538,'action created','2020-12-29 15:13:40','2020-12-29 07:13:40'),(13889,7538,'action started via WP Cron','2020-12-29 15:20:11','2020-12-29 07:20:11'),(13890,7538,'action complete via WP Cron','2020-12-29 15:20:11','2020-12-29 07:20:11'),(13891,7539,'action created','2020-12-29 15:20:11','2020-12-29 07:20:11'),(13892,7539,'action started via WP Cron','2020-12-29 15:22:12','2020-12-29 07:22:12'),(13893,7539,'action complete via WP Cron','2020-12-29 15:22:12','2020-12-29 07:22:12'),(13894,7540,'action created','2020-12-29 15:22:12','2020-12-29 07:22:12'),(13895,7540,'action started via WP Cron','2020-12-29 15:25:06','2020-12-29 07:25:06'),(13896,7540,'action complete via WP Cron','2020-12-29 15:25:06','2020-12-29 07:25:06'),(13897,7541,'action created','2020-12-29 15:25:06','2020-12-29 07:25:06'),(13898,7541,'action started via WP Cron','2020-12-29 15:28:44','2020-12-29 07:28:44'),(13899,7541,'action complete via WP Cron','2020-12-29 15:28:44','2020-12-29 07:28:44'),(13900,7542,'action created','2020-12-29 15:28:44','2020-12-29 07:28:44'),(13901,7542,'action started via WP Cron','2020-12-29 15:30:46','2020-12-29 07:30:46'),(13902,7542,'action complete via WP Cron','2020-12-29 15:30:46','2020-12-29 07:30:46'),(13903,7543,'action created','2020-12-29 15:30:46','2020-12-29 07:30:46'),(13904,7543,'action started via WP Cron','2020-12-29 15:33:12','2020-12-29 07:33:12'),(13905,7543,'action complete via WP Cron','2020-12-29 15:33:12','2020-12-29 07:33:12'),(13906,7544,'action created','2020-12-29 15:33:12','2020-12-29 07:33:12'),(13907,7544,'action started via WP Cron','2020-12-29 15:35:17','2020-12-29 07:35:17'),(13908,7544,'action complete via WP Cron','2020-12-29 15:35:17','2020-12-29 07:35:17'),(13909,7545,'action created','2020-12-29 15:35:17','2020-12-29 07:35:17'),(13910,7545,'action started via WP Cron','2020-12-29 15:38:28','2020-12-29 07:38:28'),(13911,7545,'action complete via WP Cron','2020-12-29 15:38:28','2020-12-29 07:38:28'),(13912,7546,'action created','2020-12-29 15:38:28','2020-12-29 07:38:28'),(13913,7546,'action started via WP Cron','2020-12-29 15:38:53','2020-12-29 07:38:53'),(13914,7546,'action complete via WP Cron','2020-12-29 15:38:53','2020-12-29 07:38:53'),(13915,7547,'action created','2020-12-29 15:38:53','2020-12-29 07:38:53'),(13916,7547,'action started via WP Cron','2020-12-29 15:40:05','2020-12-29 07:40:05'),(13917,7547,'action complete via WP Cron','2020-12-29 15:40:05','2020-12-29 07:40:05'),(13918,7548,'action created','2020-12-29 15:41:35','2020-12-29 07:41:35'),(13919,7548,'action started via WP Cron','2020-12-29 15:42:38','2020-12-29 07:42:38'),(13920,7548,'action complete via WP Cron','2020-12-29 15:42:38','2020-12-29 07:42:38'),(13921,7549,'action created','2020-12-29 15:42:38','2020-12-29 07:42:38'),(13922,7549,'action started via WP Cron','2020-12-29 15:43:42','2020-12-29 07:43:42'),(13923,7549,'action complete via WP Cron','2020-12-29 15:43:42','2020-12-29 07:43:42'),(13924,7550,'action created','2020-12-29 15:43:42','2020-12-29 07:43:42'),(13925,7550,'action started via WP Cron','2020-12-29 15:44:43','2020-12-29 07:44:43'),(13926,7550,'action complete via WP Cron','2020-12-29 15:44:43','2020-12-29 07:44:43'),(13927,7551,'action created','2020-12-29 15:44:44','2020-12-29 07:44:44'),(13928,7551,'action started via WP Cron','2020-12-29 15:46:45','2020-12-29 07:46:45'),(13929,7551,'action complete via WP Cron','2020-12-29 15:46:45','2020-12-29 07:46:45'),(13930,7552,'action created','2020-12-29 15:46:45','2020-12-29 07:46:45'),(13931,7552,'action started via WP Cron','2020-12-29 15:47:46','2020-12-29 07:47:46'),(13932,7552,'action complete via WP Cron','2020-12-29 15:47:46','2020-12-29 07:47:46'),(13933,7553,'action created','2020-12-29 15:47:46','2020-12-29 07:47:46'),(13934,7553,'action started via WP Cron','2020-12-29 15:48:48','2020-12-29 07:48:48'),(13935,7553,'action complete via WP Cron','2020-12-29 15:48:48','2020-12-29 07:48:48'),(13936,7554,'action created','2020-12-29 15:48:48','2020-12-29 07:48:48'),(13937,7554,'action started via WP Cron','2020-12-29 15:52:23','2020-12-29 07:52:23'),(13938,7554,'action complete via WP Cron','2020-12-29 15:52:23','2020-12-29 07:52:23'),(13939,7555,'action created','2020-12-29 15:52:23','2020-12-29 07:52:23'),(13940,7555,'action started via WP Cron','2020-12-29 15:54:37','2020-12-29 07:54:37'),(13941,7555,'action complete via WP Cron','2020-12-29 15:54:37','2020-12-29 07:54:37'),(13942,7556,'action created','2020-12-29 15:54:37','2020-12-29 07:54:37'),(13943,7556,'action started via WP Cron','2020-12-29 15:58:05','2020-12-29 07:58:05'),(13944,7556,'action complete via WP Cron','2020-12-29 15:58:05','2020-12-29 07:58:05'),(13945,7557,'action created','2020-12-29 15:58:05','2020-12-29 07:58:05'),(13946,7557,'action started via WP Cron','2020-12-29 16:00:24','2020-12-29 08:00:24'),(13947,7557,'action complete via WP Cron','2020-12-29 16:00:24','2020-12-29 08:00:24'),(13948,7558,'action created','2020-12-29 16:00:24','2020-12-29 08:00:24'),(13949,7558,'action started via WP Cron','2020-12-29 16:01:11','2020-12-29 08:01:11'),(13950,7558,'action complete via WP Cron','2020-12-29 16:01:11','2020-12-29 08:01:11'),(13951,7559,'action created','2020-12-29 16:01:12','2020-12-29 08:01:12'),(13952,7559,'action started via WP Cron','2020-12-29 16:03:37','2020-12-29 08:03:37'),(13953,7559,'action complete via WP Cron','2020-12-29 16:03:37','2020-12-29 08:03:37'),(13954,7560,'action created','2020-12-29 16:03:37','2020-12-29 08:03:37'),(13955,7560,'action started via WP Cron','2020-12-29 16:08:04','2020-12-29 08:08:04'),(13956,7560,'action complete via WP Cron','2020-12-29 16:08:04','2020-12-29 08:08:04'),(13957,7561,'action created','2020-12-29 16:08:04','2020-12-29 08:08:04'),(13958,7561,'action started via WP Cron','2020-12-29 16:09:40','2020-12-29 08:09:40'),(13959,7561,'action complete via WP Cron','2020-12-29 16:09:40','2020-12-29 08:09:40'),(13960,7562,'action created','2020-12-29 16:09:40','2020-12-29 08:09:40'),(13961,7562,'action started via WP Cron','2020-12-29 16:11:23','2020-12-29 08:11:23'),(13962,7562,'action complete via WP Cron','2020-12-29 16:11:23','2020-12-29 08:11:23'),(13963,7563,'action created','2020-12-29 16:11:23','2020-12-29 08:11:23'),(13964,7563,'action started via WP Cron','2020-12-29 16:17:41','2020-12-29 08:17:41'),(13965,7563,'action complete via WP Cron','2020-12-29 16:17:41','2020-12-29 08:17:41'),(13966,7564,'action created','2020-12-29 16:17:41','2020-12-29 08:17:41'),(13967,7564,'action started via WP Cron','2020-12-29 16:20:50','2020-12-29 08:20:50'),(13968,7564,'action complete via WP Cron','2020-12-29 16:20:50','2020-12-29 08:20:50'),(13969,7565,'action created','2020-12-29 16:20:50','2020-12-29 08:20:50'),(13970,7565,'action started via WP Cron','2020-12-29 16:22:11','2020-12-29 08:22:11'),(13971,7565,'action complete via WP Cron','2020-12-29 16:22:11','2020-12-29 08:22:11'),(13972,7566,'action created','2020-12-29 16:22:11','2020-12-29 08:22:11'),(13973,7566,'action started via WP Cron','2020-12-29 16:23:48','2020-12-29 08:23:48'),(13974,7566,'action complete via WP Cron','2020-12-29 16:23:48','2020-12-29 08:23:48'),(13975,7567,'action created','2020-12-29 16:23:48','2020-12-29 08:23:48'),(13976,7567,'action started via WP Cron','2020-12-29 16:25:26','2020-12-29 08:25:26'),(13977,7567,'action complete via WP Cron','2020-12-29 16:25:26','2020-12-29 08:25:26'),(13978,7568,'action created','2020-12-29 16:25:26','2020-12-29 08:25:26'),(13979,7568,'action started via WP Cron','2020-12-29 16:27:16','2020-12-29 08:27:16'),(13980,7568,'action complete via WP Cron','2020-12-29 16:27:16','2020-12-29 08:27:16'),(13981,7569,'action created','2020-12-29 16:27:22','2020-12-29 08:27:22'),(13982,7569,'action started via WP Cron','2020-12-29 16:28:18','2020-12-29 08:28:18'),(13983,7569,'action complete via WP Cron','2020-12-29 16:28:18','2020-12-29 08:28:18'),(13984,7570,'action created','2020-12-29 16:29:50','2020-12-29 08:29:50'),(13985,7570,'action started via WP Cron','2020-12-29 16:33:17','2020-12-29 08:33:17'),(13986,7570,'action complete via WP Cron','2020-12-29 16:33:17','2020-12-29 08:33:17'),(13987,7571,'action created','2020-12-29 16:33:17','2020-12-29 08:33:17'),(13988,7571,'action started via WP Cron','2020-12-29 16:35:10','2020-12-29 08:35:10'),(13989,7571,'action complete via WP Cron','2020-12-29 16:35:10','2020-12-29 08:35:10'),(13990,7572,'action created','2020-12-29 16:35:10','2020-12-29 08:35:10'),(13991,7572,'action started via WP Cron','2020-12-29 16:38:42','2020-12-29 08:38:42'),(13992,7572,'action complete via WP Cron','2020-12-29 16:38:42','2020-12-29 08:38:42'),(13993,7573,'action created','2020-12-29 16:38:42','2020-12-29 08:38:42'),(13994,7573,'action started via WP Cron','2020-12-29 16:41:07','2020-12-29 08:41:07'),(13995,7573,'action complete via WP Cron','2020-12-29 16:41:07','2020-12-29 08:41:07'),(13996,7574,'action created','2020-12-29 16:41:07','2020-12-29 08:41:07'),(13997,7574,'action started via WP Cron','2020-12-29 16:43:14','2020-12-29 08:43:14'),(13998,7574,'action complete via WP Cron','2020-12-29 16:43:14','2020-12-29 08:43:14'),(13999,7575,'action created','2020-12-29 16:43:14','2020-12-29 08:43:14'),(14000,7575,'action started via WP Cron','2020-12-29 16:45:40','2020-12-29 08:45:40'),(14001,7575,'action complete via WP Cron','2020-12-29 16:45:40','2020-12-29 08:45:40'),(14002,7576,'action created','2020-12-29 16:45:40','2020-12-29 08:45:40'),(14003,7576,'action started via WP Cron','2020-12-29 16:46:50','2020-12-29 08:46:50'),(14004,7576,'action complete via WP Cron','2020-12-29 16:46:50','2020-12-29 08:46:50'),(14005,7577,'action created','2020-12-29 16:46:51','2020-12-29 08:46:51'),(14006,7577,'action started via WP Cron','2020-12-29 16:49:21','2020-12-29 08:49:21'),(14007,7577,'action complete via WP Cron','2020-12-29 16:49:21','2020-12-29 08:49:21'),(14008,7578,'action created','2020-12-29 16:49:21','2020-12-29 08:49:21'),(14009,7578,'action started via WP Cron','2020-12-29 16:49:42','2020-12-29 08:49:42'),(14010,7578,'action complete via WP Cron','2020-12-29 16:49:42','2020-12-29 08:49:42'),(14011,7579,'action created','2020-12-29 16:49:42','2020-12-29 08:49:42'),(14012,7579,'action started via WP Cron','2020-12-29 16:51:23','2020-12-29 08:51:23'),(14013,7579,'action complete via WP Cron','2020-12-29 16:51:23','2020-12-29 08:51:23'),(14014,7580,'action created','2020-12-29 16:51:23','2020-12-29 08:51:23'),(14015,7580,'action started via WP Cron','2020-12-29 16:52:00','2020-12-29 08:52:00'),(14016,7580,'action complete via WP Cron','2020-12-29 16:52:00','2020-12-29 08:52:00'),(14017,7581,'action created','2020-12-29 16:52:00','2020-12-29 08:52:00'),(14018,7581,'action started via WP Cron','2020-12-29 16:53:25','2020-12-29 08:53:25'),(14019,7581,'action complete via WP Cron','2020-12-29 16:53:25','2020-12-29 08:53:25'),(14020,7582,'action created','2020-12-29 16:53:25','2020-12-29 08:53:25'),(14021,7582,'action started via WP Cron','2020-12-29 16:54:11','2020-12-29 08:54:11'),(14022,7582,'action complete via WP Cron','2020-12-29 16:54:11','2020-12-29 08:54:11'),(14023,7583,'action created','2020-12-29 16:54:11','2020-12-29 08:54:11'),(14024,7583,'action started via WP Cron','2020-12-29 16:55:27','2020-12-29 08:55:27'),(14025,7583,'action complete via WP Cron','2020-12-29 16:55:27','2020-12-29 08:55:27'),(14026,7584,'action created','2020-12-29 16:55:27','2020-12-29 08:55:27'),(14027,7584,'action started via WP Cron','2020-12-29 16:58:02','2020-12-29 08:58:02'),(14028,7584,'action complete via WP Cron','2020-12-29 16:58:02','2020-12-29 08:58:02'),(14029,7585,'action created','2020-12-29 16:58:02','2020-12-29 08:58:02'),(14030,7585,'action started via WP Cron','2020-12-29 17:01:15','2020-12-29 09:01:15'),(14031,7585,'action complete via WP Cron','2020-12-29 17:01:15','2020-12-29 09:01:15'),(14032,7586,'action created','2020-12-29 17:01:15','2020-12-29 09:01:15'),(14033,7586,'action started via WP Cron','2020-12-29 17:01:42','2020-12-29 09:01:42'),(14034,7586,'action complete via WP Cron','2020-12-29 17:01:42','2020-12-29 09:01:42'),(14035,7587,'action created','2020-12-29 17:01:42','2020-12-29 09:01:42'),(14036,7587,'action started via WP Cron','2020-12-29 17:02:43','2020-12-29 09:02:43'),(14037,7587,'action complete via WP Cron','2020-12-29 17:02:43','2020-12-29 09:02:43'),(14038,7588,'action created','2020-12-29 17:02:43','2020-12-29 09:02:43'),(14039,7588,'action started via WP Cron','2020-12-29 17:03:45','2020-12-29 09:03:45'),(14040,7588,'action complete via WP Cron','2020-12-29 17:03:45','2020-12-29 09:03:45'),(14041,7589,'action created','2020-12-29 17:03:45','2020-12-29 09:03:45'),(14042,7589,'action started via WP Cron','2020-12-29 17:06:49','2020-12-29 09:06:49'),(14043,7589,'action complete via WP Cron','2020-12-29 17:06:49','2020-12-29 09:06:49'),(14044,7590,'action created','2020-12-29 17:06:49','2020-12-29 09:06:49'),(14045,7590,'action started via WP Cron','2020-12-29 17:08:39','2020-12-29 09:08:39'),(14046,7590,'action complete via WP Cron','2020-12-29 17:08:39','2020-12-29 09:08:39'),(14047,7591,'action created','2020-12-29 17:08:40','2020-12-29 09:08:40'),(14048,7591,'action started via WP Cron','2020-12-29 17:09:00','2020-12-29 09:09:00'),(14049,7591,'action complete via WP Cron','2020-12-29 17:09:00','2020-12-29 09:09:00'),(14050,7592,'action created','2020-12-29 17:09:00','2020-12-29 09:09:00'),(14051,7592,'action started via WP Cron','2020-12-29 17:10:47','2020-12-29 09:10:47'),(14052,7592,'action complete via WP Cron','2020-12-29 17:10:47','2020-12-29 09:10:47'),(14053,7593,'action created','2020-12-29 17:10:47','2020-12-29 09:10:47'),(14054,7593,'action started via WP Cron','2020-12-29 17:12:18','2020-12-29 09:12:18'),(14055,7593,'action complete via WP Cron','2020-12-29 17:12:18','2020-12-29 09:12:18'),(14056,7594,'action created','2020-12-29 17:12:18','2020-12-29 09:12:18'),(14057,7594,'action started via WP Cron','2020-12-29 17:23:59','2020-12-29 09:23:59'),(14058,7594,'action complete via WP Cron','2020-12-29 17:23:59','2020-12-29 09:23:59'),(14059,7595,'action created','2020-12-29 17:23:59','2020-12-29 09:23:59'),(14060,7595,'action started via WP Cron','2020-12-29 17:28:00','2020-12-29 09:28:00'),(14061,7595,'action complete via WP Cron','2020-12-29 17:28:00','2020-12-29 09:28:00'),(14062,7596,'action created','2020-12-29 17:28:00','2020-12-29 09:28:00'),(14063,7596,'action started via WP Cron','2020-12-29 17:30:07','2020-12-29 09:30:07'),(14064,7596,'action complete via WP Cron','2020-12-29 17:30:07','2020-12-29 09:30:07'),(14065,7597,'action created','2020-12-29 17:30:07','2020-12-29 09:30:07'),(14066,7597,'action started via WP Cron','2020-12-29 17:32:17','2020-12-29 09:32:17'),(14067,7597,'action complete via WP Cron','2020-12-29 17:32:17','2020-12-29 09:32:17'),(14068,7598,'action created','2020-12-29 17:36:27','2020-12-29 09:36:27'),(14069,7598,'action started via WP Cron','2020-12-29 17:39:24','2020-12-29 09:39:24'),(14070,7598,'action complete via WP Cron','2020-12-29 17:39:24','2020-12-29 09:39:24'),(14071,7599,'action created','2020-12-29 17:39:24','2020-12-29 09:39:24'),(14072,7599,'action started via WP Cron','2020-12-29 17:40:38','2020-12-29 09:40:38'),(14073,7599,'action complete via WP Cron','2020-12-29 17:40:38','2020-12-29 09:40:38'),(14074,7600,'action created','2020-12-29 17:40:38','2020-12-29 09:40:38'),(14075,7600,'action started via WP Cron','2020-12-29 17:40:55','2020-12-29 09:40:55'),(14076,7600,'action complete via WP Cron','2020-12-29 17:40:55','2020-12-29 09:40:55'),(14077,7601,'action created','2020-12-29 17:40:56','2020-12-29 09:40:56'),(14078,7601,'action started via WP Cron','2020-12-29 17:42:25','2020-12-29 09:42:25'),(14079,7601,'action complete via WP Cron','2020-12-29 17:42:25','2020-12-29 09:42:25'),(14080,7602,'action created','2020-12-29 17:42:26','2020-12-29 09:42:26'),(14081,7602,'action started via WP Cron','2020-12-29 17:44:07','2020-12-29 09:44:07'),(14082,7602,'action complete via WP Cron','2020-12-29 17:44:07','2020-12-29 09:44:07'),(14083,7603,'action created','2020-12-29 17:44:07','2020-12-29 09:44:07'),(14084,7603,'action started via WP Cron','2020-12-29 17:44:49','2020-12-29 09:44:49'),(14085,7603,'action complete via WP Cron','2020-12-29 17:44:49','2020-12-29 09:44:49'),(14086,7604,'action created','2020-12-29 17:44:49','2020-12-29 09:44:49'),(14087,7604,'action started via WP Cron','2020-12-29 17:53:18','2020-12-29 09:53:18'),(14088,7604,'action complete via WP Cron','2020-12-29 17:53:18','2020-12-29 09:53:18'),(14089,7605,'action created','2020-12-29 17:53:18','2020-12-29 09:53:18'),(14090,7605,'action started via WP Cron','2020-12-29 17:55:30','2020-12-29 09:55:30'),(14091,7605,'action complete via WP Cron','2020-12-29 17:55:30','2020-12-29 09:55:30'),(14092,7606,'action created','2020-12-29 17:55:30','2020-12-29 09:55:30'),(14093,7606,'action started via WP Cron','2020-12-29 17:56:27','2020-12-29 09:56:27'),(14094,7606,'action complete via WP Cron','2020-12-29 17:56:27','2020-12-29 09:56:27'),(14095,7607,'action created','2020-12-29 17:56:27','2020-12-29 09:56:27'),(14096,7607,'action started via WP Cron','2020-12-29 17:57:28','2020-12-29 09:57:28'),(14097,7607,'action complete via WP Cron','2020-12-29 17:57:28','2020-12-29 09:57:28'),(14098,7608,'action created','2020-12-29 17:57:28','2020-12-29 09:57:28'),(14099,7608,'action started via WP Cron','2020-12-29 17:59:32','2020-12-29 09:59:32'),(14100,7608,'action complete via WP Cron','2020-12-29 17:59:32','2020-12-29 09:59:32'),(14101,7609,'action created','2020-12-29 17:59:32','2020-12-29 09:59:32'),(14102,7609,'action started via WP Cron','2020-12-29 18:00:30','2020-12-29 10:00:30'),(14103,7609,'action complete via WP Cron','2020-12-29 18:00:30','2020-12-29 10:00:30'),(14104,7610,'action created','2020-12-29 18:00:30','2020-12-29 10:00:30'),(14105,7610,'action started via WP Cron','2020-12-29 18:01:16','2020-12-29 10:01:16'),(14106,7610,'action complete via WP Cron','2020-12-29 18:01:16','2020-12-29 10:01:16'),(14107,7611,'action created','2020-12-29 18:01:16','2020-12-29 10:01:16'),(14108,7611,'action started via WP Cron','2020-12-29 18:02:26','2020-12-29 10:02:26'),(14109,7611,'action complete via WP Cron','2020-12-29 18:02:26','2020-12-29 10:02:26'),(14110,7612,'action created','2020-12-29 18:02:26','2020-12-29 10:02:26'),(14111,7612,'action started via WP Cron','2020-12-29 18:06:52','2020-12-29 10:06:52'),(14112,7612,'action complete via WP Cron','2020-12-29 18:06:52','2020-12-29 10:06:52'),(14113,7613,'action created','2020-12-29 18:06:52','2020-12-29 10:06:52'),(14114,7613,'action started via WP Cron','2020-12-29 18:09:57','2020-12-29 10:09:57'),(14115,7613,'action complete via WP Cron','2020-12-29 18:09:57','2020-12-29 10:09:57'),(14116,7614,'action created','2020-12-29 18:09:57','2020-12-29 10:09:57'),(14117,7614,'action started via WP Cron','2020-12-29 18:10:41','2020-12-29 10:10:41'),(14118,7614,'action complete via WP Cron','2020-12-29 18:10:41','2020-12-29 10:10:41'),(14119,7615,'action created','2020-12-29 18:10:41','2020-12-29 10:10:41'),(14120,7615,'action started via WP Cron','2020-12-29 18:12:17','2020-12-29 10:12:17'),(14121,7615,'action complete via WP Cron','2020-12-29 18:12:17','2020-12-29 10:12:17'),(14122,7616,'action created','2020-12-29 18:12:17','2020-12-29 10:12:17'),(14123,7616,'action started via WP Cron','2020-12-29 18:14:43','2020-12-29 10:14:43'),(14124,7616,'action complete via WP Cron','2020-12-29 18:14:43','2020-12-29 10:14:43'),(14125,7617,'action created','2020-12-29 18:19:40','2020-12-29 10:19:40'),(14126,7617,'action started via WP Cron','2020-12-29 18:21:48','2020-12-29 10:21:48'),(14127,7617,'action complete via WP Cron','2020-12-29 18:21:48','2020-12-29 10:21:48'),(14128,7618,'action created','2020-12-29 18:21:49','2020-12-29 10:21:49'),(14129,7618,'action started via WP Cron','2020-12-29 18:25:13','2020-12-29 10:25:13'),(14130,7618,'action complete via WP Cron','2020-12-29 18:25:13','2020-12-29 10:25:13'),(14131,7619,'action created','2020-12-29 18:25:13','2020-12-29 10:25:13'),(14132,7619,'action started via WP Cron','2020-12-29 18:27:26','2020-12-29 10:27:26'),(14133,7619,'action complete via WP Cron','2020-12-29 18:27:26','2020-12-29 10:27:26'),(14134,7620,'action created','2020-12-29 18:27:26','2020-12-29 10:27:26'),(14135,7620,'action started via WP Cron','2020-12-29 18:33:53','2020-12-29 10:33:53'),(14136,7620,'action complete via WP Cron','2020-12-29 18:33:53','2020-12-29 10:33:53'),(14137,7621,'action created','2020-12-29 18:34:51','2020-12-29 10:34:51'),(14138,7621,'action started via WP Cron','2020-12-29 18:41:27','2020-12-29 10:41:27'),(14139,7621,'action complete via WP Cron','2020-12-29 18:41:27','2020-12-29 10:41:27'),(14140,7622,'action created','2020-12-29 18:41:27','2020-12-29 10:41:27'),(14141,7622,'action started via WP Cron','2020-12-29 18:41:59','2020-12-29 10:41:59'),(14142,7622,'action complete via WP Cron','2020-12-29 18:41:59','2020-12-29 10:41:59'),(14143,7623,'action created','2020-12-29 18:41:59','2020-12-29 10:41:59'),(14144,7623,'action started via WP Cron','2020-12-29 18:43:15','2020-12-29 10:43:15'),(14145,7623,'action complete via WP Cron','2020-12-29 18:43:15','2020-12-29 10:43:15'),(14146,7624,'action created','2020-12-29 18:43:15','2020-12-29 10:43:15'),(14147,7624,'action started via WP Cron','2020-12-29 18:44:36','2020-12-29 10:44:36'),(14148,7624,'action complete via WP Cron','2020-12-29 18:44:36','2020-12-29 10:44:36'),(14149,7625,'action created','2020-12-29 18:44:36','2020-12-29 10:44:36'),(14150,7625,'action started via WP Cron','2020-12-29 18:45:37','2020-12-29 10:45:37'),(14151,7625,'action complete via WP Cron','2020-12-29 18:45:37','2020-12-29 10:45:37'),(14152,7626,'action created','2020-12-29 18:45:37','2020-12-29 10:45:37'),(14153,7626,'action started via WP Cron','2020-12-29 18:47:26','2020-12-29 10:47:26'),(14154,7626,'action complete via WP Cron','2020-12-29 18:47:26','2020-12-29 10:47:26'),(14155,7627,'action created','2020-12-29 18:47:26','2020-12-29 10:47:26'),(14156,7627,'action started via WP Cron','2020-12-29 18:48:39','2020-12-29 10:48:39'),(14157,7627,'action complete via WP Cron','2020-12-29 18:48:39','2020-12-29 10:48:39'),(14158,7628,'action created','2020-12-29 18:48:39','2020-12-29 10:48:39'),(14159,7628,'action started via WP Cron','2020-12-29 18:49:40','2020-12-29 10:49:40'),(14160,7628,'action complete via WP Cron','2020-12-29 18:49:40','2020-12-29 10:49:40'),(14161,7629,'action created','2020-12-29 18:49:41','2020-12-29 10:49:41'),(14162,7629,'action started via WP Cron','2020-12-29 18:56:00','2020-12-29 10:56:00'),(14163,7629,'action complete via WP Cron','2020-12-29 18:56:00','2020-12-29 10:56:00'),(14164,7630,'action created','2020-12-29 18:56:00','2020-12-29 10:56:00'),(14165,7630,'action started via WP Cron','2020-12-29 18:59:05','2020-12-29 10:59:05'),(14166,7630,'action complete via WP Cron','2020-12-29 18:59:05','2020-12-29 10:59:05'),(14167,7631,'action created','2020-12-29 18:59:05','2020-12-29 10:59:05'),(14168,7631,'action started via WP Cron','2020-12-29 19:01:39','2020-12-29 11:01:39'),(14169,7631,'action complete via WP Cron','2020-12-29 19:01:39','2020-12-29 11:01:39'),(14170,7632,'action created','2020-12-29 19:01:39','2020-12-29 11:01:39'),(14171,7632,'action started via WP Cron','2020-12-29 19:02:33','2020-12-29 11:02:33'),(14172,7632,'action complete via WP Cron','2020-12-29 19:02:33','2020-12-29 11:02:33'),(14173,7633,'action created','2020-12-29 19:02:33','2020-12-29 11:02:33'),(14174,7633,'action started via WP Cron','2020-12-29 19:03:33','2020-12-29 11:03:33'),(14175,7633,'action complete via WP Cron','2020-12-29 19:03:33','2020-12-29 11:03:33'),(14176,7634,'action created','2020-12-29 19:03:33','2020-12-29 11:03:33'),(14177,7634,'action started via WP Cron','2020-12-29 19:05:32','2020-12-29 11:05:32'),(14178,7634,'action complete via WP Cron','2020-12-29 19:05:32','2020-12-29 11:05:32'),(14179,7635,'action created','2020-12-29 19:05:32','2020-12-29 11:05:32'),(14180,7635,'action started via WP Cron','2020-12-29 19:06:36','2020-12-29 11:06:36'),(14181,7635,'action complete via WP Cron','2020-12-29 19:06:36','2020-12-29 11:06:36'),(14182,7636,'action created','2020-12-29 19:06:37','2020-12-29 11:06:37'),(14183,7636,'action started via WP Cron','2020-12-29 19:07:37','2020-12-29 11:07:37'),(14184,7636,'action complete via WP Cron','2020-12-29 19:07:37','2020-12-29 11:07:37'),(14185,7637,'action created','2020-12-29 19:07:37','2020-12-29 11:07:37'),(14186,7637,'action started via WP Cron','2020-12-29 19:19:01','2020-12-29 11:19:01'),(14187,7637,'action complete via WP Cron','2020-12-29 19:19:01','2020-12-29 11:19:01'),(14188,7638,'action created','2020-12-29 19:19:01','2020-12-29 11:19:01'),(14189,7638,'action started via WP Cron','2020-12-29 19:19:52','2020-12-29 11:19:52'),(14190,7638,'action complete via WP Cron','2020-12-29 19:19:52','2020-12-29 11:19:52'),(14191,7639,'action created','2020-12-29 19:19:52','2020-12-29 11:19:52'),(14192,7639,'action started via WP Cron','2020-12-29 19:23:13','2020-12-29 11:23:13'),(14193,7639,'action complete via WP Cron','2020-12-29 19:23:13','2020-12-29 11:23:13'),(14194,7640,'action created','2020-12-29 19:23:13','2020-12-29 11:23:13'),(14195,7640,'action started via WP Cron','2020-12-29 19:24:05','2020-12-29 11:24:05'),(14196,7640,'action complete via WP Cron','2020-12-29 19:24:05','2020-12-29 11:24:05'),(14197,7641,'action created','2020-12-29 19:24:05','2020-12-29 11:24:05'),(14198,7641,'action started via WP Cron','2020-12-29 19:25:51','2020-12-29 11:25:51'),(14199,7641,'action complete via WP Cron','2020-12-29 19:25:51','2020-12-29 11:25:51'),(14200,7642,'action created','2020-12-29 19:25:51','2020-12-29 11:25:51'),(14201,7642,'action started via WP Cron','2020-12-29 19:26:43','2020-12-29 11:26:43'),(14202,7642,'action complete via WP Cron','2020-12-29 19:26:43','2020-12-29 11:26:43'),(14203,7643,'action created','2020-12-29 19:26:43','2020-12-29 11:26:43'),(14204,7643,'action started via WP Cron','2020-12-29 19:28:25','2020-12-29 11:28:25'),(14205,7643,'action complete via WP Cron','2020-12-29 19:28:25','2020-12-29 11:28:25'),(14206,7644,'action created','2020-12-29 19:28:25','2020-12-29 11:28:25'),(14207,7644,'action started via WP Cron','2020-12-29 19:33:24','2020-12-29 11:33:24'),(14208,7644,'action complete via WP Cron','2020-12-29 19:33:24','2020-12-29 11:33:24'),(14209,7645,'action created','2020-12-29 19:33:24','2020-12-29 11:33:24'),(14210,7645,'action started via WP Cron','2020-12-29 19:38:22','2020-12-29 11:38:22'),(14211,7645,'action complete via WP Cron','2020-12-29 19:38:22','2020-12-29 11:38:22'),(14212,7646,'action created','2020-12-29 19:38:23','2020-12-29 11:38:23'),(14213,7646,'action started via WP Cron','2020-12-29 19:40:30','2020-12-29 11:40:30'),(14214,7646,'action complete via WP Cron','2020-12-29 19:40:30','2020-12-29 11:40:30'),(14215,7647,'action created','2020-12-29 19:40:30','2020-12-29 11:40:30'),(14216,7647,'action started via WP Cron','2020-12-29 19:44:16','2020-12-29 11:44:16'),(14217,7647,'action complete via WP Cron','2020-12-29 19:44:16','2020-12-29 11:44:16'),(14218,7648,'action created','2020-12-29 19:44:16','2020-12-29 11:44:16'),(14219,7648,'action started via WP Cron','2020-12-29 19:45:43','2020-12-29 11:45:43'),(14220,7648,'action complete via WP Cron','2020-12-29 19:45:43','2020-12-29 11:45:43'),(14221,7649,'action created','2020-12-29 19:45:47','2020-12-29 11:45:47'),(14222,7649,'action started via WP Cron','2020-12-29 19:47:05','2020-12-29 11:47:05'),(14223,7649,'action complete via WP Cron','2020-12-29 19:47:05','2020-12-29 11:47:05'),(14224,7650,'action created','2020-12-29 19:47:06','2020-12-29 11:47:06'),(14225,7650,'action started via WP Cron','2020-12-29 19:48:27','2020-12-29 11:48:27'),(14226,7650,'action complete via WP Cron','2020-12-29 19:48:27','2020-12-29 11:48:27'),(14227,7651,'action created','2020-12-29 19:48:27','2020-12-29 11:48:27'),(14228,7651,'action started via WP Cron','2020-12-29 19:50:49','2020-12-29 11:50:49'),(14229,7651,'action complete via WP Cron','2020-12-29 19:50:49','2020-12-29 11:50:49'),(14230,7652,'action created','2020-12-29 19:50:49','2020-12-29 11:50:49'),(14231,7652,'action started via WP Cron','2020-12-29 19:56:47','2020-12-29 11:56:47'),(14232,7652,'action complete via WP Cron','2020-12-29 19:56:47','2020-12-29 11:56:47'),(14233,7653,'action created','2020-12-29 19:56:47','2020-12-29 11:56:47'),(14234,7653,'action started via WP Cron','2020-12-29 19:58:44','2020-12-29 11:58:44'),(14235,7653,'action complete via WP Cron','2020-12-29 19:58:44','2020-12-29 11:58:44'),(14236,7654,'action created','2020-12-29 19:58:44','2020-12-29 11:58:44'),(14237,7654,'action started via WP Cron','2020-12-29 19:59:43','2020-12-29 11:59:43'),(14238,7654,'action complete via WP Cron','2020-12-29 19:59:43','2020-12-29 11:59:43'),(14239,7655,'action created','2020-12-29 19:59:43','2020-12-29 11:59:43'),(14240,7655,'action started via WP Cron','2020-12-29 20:02:36','2020-12-29 12:02:36'),(14241,7655,'action complete via WP Cron','2020-12-29 20:02:36','2020-12-29 12:02:36'),(14242,7656,'action created','2020-12-29 20:02:36','2020-12-29 12:02:36'),(14243,7656,'action started via WP Cron','2020-12-29 20:04:17','2020-12-29 12:04:17'),(14244,7656,'action complete via WP Cron','2020-12-29 20:04:17','2020-12-29 12:04:17'),(14245,7657,'action created','2020-12-29 20:04:17','2020-12-29 12:04:17'),(14246,7657,'action started via WP Cron','2020-12-29 20:08:39','2020-12-29 12:08:39'),(14247,7657,'action complete via WP Cron','2020-12-29 20:08:39','2020-12-29 12:08:39'),(14248,7658,'action created','2020-12-29 20:08:39','2020-12-29 12:08:39'),(14249,7658,'action started via WP Cron','2020-12-29 20:13:35','2020-12-29 12:13:35'),(14250,7658,'action complete via WP Cron','2020-12-29 20:13:35','2020-12-29 12:13:35'),(14251,7659,'action created','2020-12-29 20:13:36','2020-12-29 12:13:36'),(14252,7659,'action started via WP Cron','2020-12-29 20:24:44','2020-12-29 12:24:44'),(14253,7659,'action complete via WP Cron','2020-12-29 20:24:44','2020-12-29 12:24:44'),(14254,7660,'action created','2020-12-29 20:24:44','2020-12-29 12:24:44'),(14255,7660,'action started via WP Cron','2020-12-29 20:25:49','2020-12-29 12:25:49'),(14256,7660,'action complete via WP Cron','2020-12-29 20:25:49','2020-12-29 12:25:49'),(14257,7661,'action created','2020-12-29 20:25:49','2020-12-29 12:25:49'),(14258,7661,'action started via WP Cron','2020-12-29 20:40:06','2020-12-29 12:40:06'),(14259,7661,'action complete via WP Cron','2020-12-29 20:40:06','2020-12-29 12:40:06'),(14260,7662,'action created','2020-12-29 20:40:06','2020-12-29 12:40:06'),(14261,7662,'action started via WP Cron','2020-12-29 20:41:15','2020-12-29 12:41:15'),(14262,7662,'action complete via WP Cron','2020-12-29 20:41:15','2020-12-29 12:41:15'),(14263,7663,'action created','2020-12-29 20:41:15','2020-12-29 12:41:15'),(14264,7663,'action started via WP Cron','2020-12-29 21:04:33','2020-12-29 13:04:33'),(14265,7663,'action complete via WP Cron','2020-12-29 21:04:33','2020-12-29 13:04:33'),(14266,7664,'action created','2020-12-29 21:04:33','2020-12-29 13:04:33'),(14267,7664,'action started via WP Cron','2020-12-29 21:12:51','2020-12-29 13:12:51'),(14268,7664,'action complete via WP Cron','2020-12-29 21:12:51','2020-12-29 13:12:51'),(14269,7665,'action created','2020-12-29 21:12:51','2020-12-29 13:12:51'),(14270,7665,'action started via WP Cron','2020-12-29 21:17:13','2020-12-29 13:17:13'),(14271,7665,'action complete via WP Cron','2020-12-29 21:17:13','2020-12-29 13:17:13'),(14272,7666,'action created','2020-12-29 21:17:13','2020-12-29 13:17:13'),(14273,7666,'action started via WP Cron','2020-12-29 21:20:03','2020-12-29 13:20:03'),(14274,7666,'action complete via WP Cron','2020-12-29 21:20:03','2020-12-29 13:20:03'),(14275,7667,'action created','2020-12-29 21:41:40','2020-12-29 13:41:40'),(14276,7667,'action started via WP Cron','2020-12-29 21:45:59','2020-12-29 13:45:59'),(14277,7667,'action complete via WP Cron','2020-12-29 21:45:59','2020-12-29 13:45:59'),(14278,7668,'action created','2020-12-29 21:45:59','2020-12-29 13:45:59'),(14279,7668,'action started via WP Cron','2020-12-29 21:56:04','2020-12-29 13:56:04'),(14280,7668,'action complete via WP Cron','2020-12-29 21:56:04','2020-12-29 13:56:04'),(14281,7669,'action created','2020-12-29 22:04:30','2020-12-29 14:04:30'),(14282,7669,'action started via WP Cron','2020-12-29 22:19:25','2020-12-29 14:19:25'),(14283,7669,'action complete via WP Cron','2020-12-29 22:19:25','2020-12-29 14:19:25'),(14284,7670,'action created','2020-12-29 22:19:25','2020-12-29 14:19:25'),(14285,7670,'action started via WP Cron','2020-12-29 22:22:30','2020-12-29 14:22:30'),(14286,7670,'action complete via WP Cron','2020-12-29 22:22:30','2020-12-29 14:22:30'),(14287,7671,'action created','2020-12-29 22:22:30','2020-12-29 14:22:30'),(14288,7671,'action started via WP Cron','2020-12-29 22:25:01','2020-12-29 14:25:01'),(14289,7671,'action complete via WP Cron','2020-12-29 22:25:01','2020-12-29 14:25:01'),(14290,7672,'action created','2020-12-29 22:35:01','2020-12-29 14:35:01'),(14291,7672,'action started via WP Cron','2020-12-29 22:46:38','2020-12-29 14:46:38'),(14292,7672,'action complete via WP Cron','2020-12-29 22:46:38','2020-12-29 14:46:38'),(14293,7673,'action created','2020-12-29 22:46:38','2020-12-29 14:46:38'),(14294,7673,'action started via WP Cron','2020-12-29 22:48:37','2020-12-29 14:48:37'),(14295,7673,'action complete via WP Cron','2020-12-29 22:48:37','2020-12-29 14:48:37'),(14296,7674,'action created','2020-12-29 22:48:37','2020-12-29 14:48:37'),(14297,7674,'action started via WP Cron','2020-12-29 22:55:26','2020-12-29 14:55:26'),(14298,7674,'action complete via WP Cron','2020-12-29 22:55:26','2020-12-29 14:55:26'),(14299,7675,'action created','2020-12-29 22:57:50','2020-12-29 14:57:50'),(14300,7675,'action started via WP Cron','2020-12-29 23:01:33','2020-12-29 15:01:33'),(14301,7675,'action complete via WP Cron','2020-12-29 23:01:33','2020-12-29 15:01:33'),(14302,7676,'action created','2020-12-29 23:01:34','2020-12-29 15:01:34'),(14303,7676,'action started via WP Cron','2020-12-29 23:01:57','2020-12-29 15:01:57'),(14304,7676,'action complete via WP Cron','2020-12-29 23:01:57','2020-12-29 15:01:57'),(14305,7677,'action created','2020-12-29 23:01:57','2020-12-29 15:01:57'),(14306,7677,'action started via WP Cron','2020-12-29 23:16:15','2020-12-29 15:16:15'),(14307,7677,'action complete via WP Cron','2020-12-29 23:16:15','2020-12-29 15:16:15'),(14308,7678,'action created','2020-12-29 23:20:27','2020-12-29 15:20:27'),(14309,7678,'action started via WP Cron','2020-12-29 23:23:28','2020-12-29 15:23:28'),(14310,7678,'action complete via WP Cron','2020-12-29 23:23:28','2020-12-29 15:23:28'),(14311,7679,'action created','2020-12-29 23:23:29','2020-12-29 15:23:29'),(14312,7679,'action started via WP Cron','2020-12-29 23:42:13','2020-12-29 15:42:13'),(14313,7679,'action complete via WP Cron','2020-12-29 23:42:13','2020-12-29 15:42:13'),(14314,7680,'action created','2020-12-29 23:42:13','2020-12-29 15:42:13'),(14315,7680,'action started via WP Cron','2020-12-29 23:45:26','2020-12-29 15:45:26'),(14316,7680,'action complete via WP Cron','2020-12-29 23:45:26','2020-12-29 15:45:26'),(14317,7681,'action created','2020-12-29 23:45:26','2020-12-29 15:45:26'),(14318,7681,'action started via WP Cron','2020-12-29 23:51:19','2020-12-29 15:51:19'),(14319,7681,'action complete via WP Cron','2020-12-29 23:51:19','2020-12-29 15:51:19'),(14320,7682,'action created','2020-12-29 23:51:19','2020-12-29 15:51:19'),(14321,7682,'action started via WP Cron','2020-12-29 23:54:32','2020-12-29 15:54:32'),(14322,7682,'action complete via WP Cron','2020-12-29 23:54:32','2020-12-29 15:54:32'),(14323,7683,'action created','2020-12-29 23:54:32','2020-12-29 15:54:32'),(14324,7683,'action started via WP Cron','2020-12-29 23:57:24','2020-12-29 15:57:24'),(14325,7683,'action complete via WP Cron','2020-12-29 23:57:24','2020-12-29 15:57:24'),(14326,7684,'action created','2020-12-29 23:57:24','2020-12-29 15:57:24'),(14327,7684,'action started via WP Cron','2020-12-30 00:04:13','2020-12-29 16:04:13'),(14328,7684,'action complete via WP Cron','2020-12-30 00:04:14','2020-12-29 16:04:14'),(14329,7685,'action created','2020-12-30 00:04:14','2020-12-29 16:04:14'),(14330,7685,'action started via WP Cron','2020-12-30 00:06:59','2020-12-29 16:06:59'),(14331,7685,'action complete via WP Cron','2020-12-30 00:06:59','2020-12-29 16:06:59'),(14332,7686,'action created','2020-12-30 00:06:59','2020-12-29 16:06:59'),(14333,7686,'action started via WP Cron','2020-12-30 00:11:47','2020-12-29 16:11:47'),(14334,7686,'action complete via WP Cron','2020-12-30 00:11:47','2020-12-29 16:11:47'),(14335,7687,'action created','2020-12-30 00:11:47','2020-12-29 16:11:47'),(14336,7687,'action started via WP Cron','2020-12-30 00:13:42','2020-12-29 16:13:42'),(14337,7687,'action complete via WP Cron','2020-12-30 00:13:42','2020-12-29 16:13:42'),(14338,7688,'action created','2020-12-30 00:15:16','2020-12-29 16:15:16'),(14339,7688,'action started via WP Cron','2020-12-30 00:17:14','2020-12-29 16:17:14'),(14340,7688,'action complete via WP Cron','2020-12-30 00:17:14','2020-12-29 16:17:14'),(14341,7689,'action created','2020-12-30 00:17:14','2020-12-29 16:17:14'),(14342,7689,'action started via WP Cron','2020-12-30 00:19:18','2020-12-29 16:19:18'),(14343,7689,'action complete via WP Cron','2020-12-30 00:19:18','2020-12-29 16:19:18'),(14344,7690,'action created','2020-12-30 00:19:18','2020-12-29 16:19:18'),(14345,7690,'action started via WP Cron','2020-12-30 00:26:16','2020-12-29 16:26:16'),(14346,7690,'action complete via WP Cron','2020-12-30 00:26:16','2020-12-29 16:26:16'),(14347,7691,'action created','2020-12-30 00:26:16','2020-12-29 16:26:16'),(14348,7691,'action started via WP Cron','2020-12-30 00:29:03','2020-12-29 16:29:03'),(14349,7691,'action complete via WP Cron','2020-12-30 00:29:03','2020-12-29 16:29:03'),(14350,7692,'action created','2020-12-30 00:29:03','2020-12-29 16:29:03'),(14351,7692,'action started via WP Cron','2020-12-30 00:34:23','2020-12-29 16:34:23'),(14352,7692,'action complete via WP Cron','2020-12-30 00:34:23','2020-12-29 16:34:23'),(14353,7693,'action created','2020-12-30 00:34:23','2020-12-29 16:34:23'),(14354,7693,'action started via WP Cron','2020-12-30 00:34:48','2020-12-29 16:34:48'),(14355,7693,'action complete via WP Cron','2020-12-30 00:34:48','2020-12-29 16:34:48'),(14356,7694,'action created','2020-12-30 00:37:40','2020-12-29 16:37:40'),(14357,7694,'action started via WP Cron','2020-12-30 00:41:11','2020-12-29 16:41:11'),(14358,7694,'action complete via WP Cron','2020-12-30 00:41:11','2020-12-29 16:41:11'),(14359,7695,'action created','2020-12-30 00:41:11','2020-12-29 16:41:11'),(14360,7695,'action started via WP Cron','2020-12-30 00:45:30','2020-12-29 16:45:30'),(14361,7695,'action complete via WP Cron','2020-12-30 00:45:30','2020-12-29 16:45:30'),(14362,7696,'action created','2020-12-30 00:45:30','2020-12-29 16:45:30'),(14363,7696,'action started via WP Cron','2020-12-30 00:46:17','2020-12-29 16:46:17'),(14364,7696,'action complete via WP Cron','2020-12-30 00:46:17','2020-12-29 16:46:17'),(14365,7697,'action created','2020-12-30 00:46:17','2020-12-29 16:46:17'),(14366,7697,'action started via WP Cron','2020-12-30 00:48:00','2020-12-29 16:48:00'),(14367,7697,'action complete via WP Cron','2020-12-30 00:48:00','2020-12-29 16:48:00'),(14368,7698,'action created','2020-12-30 00:48:00','2020-12-29 16:48:00'),(14369,7698,'action started via WP Cron','2020-12-30 00:51:25','2020-12-29 16:51:25'),(14370,7698,'action complete via WP Cron','2020-12-30 00:51:25','2020-12-29 16:51:25'),(14371,7699,'action created','2020-12-30 00:51:25','2020-12-29 16:51:25'),(14372,7699,'action started via WP Cron','2020-12-30 00:55:07','2020-12-29 16:55:07'),(14373,7699,'action complete via WP Cron','2020-12-30 00:55:07','2020-12-29 16:55:07'),(14374,7700,'action created','2020-12-30 00:55:07','2020-12-29 16:55:07'),(14375,7700,'action started via WP Cron','2020-12-30 00:56:01','2020-12-29 16:56:01'),(14376,7700,'action complete via WP Cron','2020-12-30 00:56:01','2020-12-29 16:56:01'),(14377,7701,'action created','2020-12-30 00:56:02','2020-12-29 16:56:02'),(14378,7701,'action started via WP Cron','2020-12-30 01:01:07','2020-12-29 17:01:07'),(14379,7701,'action complete via WP Cron','2020-12-30 01:01:07','2020-12-29 17:01:07'),(14380,7702,'action created','2020-12-30 01:01:09','2020-12-29 17:01:09'),(14381,7702,'action started via WP Cron','2020-12-30 01:02:46','2020-12-29 17:02:46'),(14382,7702,'action complete via WP Cron','2020-12-30 01:02:46','2020-12-29 17:02:46'),(14383,7703,'action created','2020-12-30 01:02:46','2020-12-29 17:02:46'),(14384,7703,'action started via WP Cron','2020-12-30 01:10:29','2020-12-29 17:10:29'),(14385,7703,'action complete via WP Cron','2020-12-30 01:10:29','2020-12-29 17:10:29'),(14386,7704,'action created','2020-12-30 01:13:26','2020-12-29 17:13:26'),(14387,7704,'action started via WP Cron','2020-12-30 01:16:15','2020-12-29 17:16:15'),(14388,7704,'action complete via WP Cron','2020-12-30 01:16:15','2020-12-29 17:16:15'),(14389,7705,'action created','2020-12-30 01:16:15','2020-12-29 17:16:15'),(14390,7705,'action started via WP Cron','2020-12-30 01:19:22','2020-12-29 17:19:22'),(14391,7705,'action complete via WP Cron','2020-12-30 01:19:22','2020-12-29 17:19:22'),(14392,7706,'action created','2020-12-30 01:20:36','2020-12-29 17:20:36'),(14393,7706,'action started via WP Cron','2020-12-30 01:24:42','2020-12-29 17:24:42'),(14394,7706,'action complete via WP Cron','2020-12-30 01:24:42','2020-12-29 17:24:42'),(14395,7707,'action created','2020-12-30 01:24:42','2020-12-29 17:24:42'),(14396,7707,'action started via WP Cron','2020-12-30 01:26:41','2020-12-29 17:26:41'),(14397,7707,'action complete via WP Cron','2020-12-30 01:26:41','2020-12-29 17:26:41'),(14398,7708,'action created','2020-12-30 01:26:41','2020-12-29 17:26:41'),(14399,7708,'action started via WP Cron','2020-12-30 01:27:44','2020-12-29 17:27:44'),(14400,7708,'action complete via WP Cron','2020-12-30 01:27:44','2020-12-29 17:27:44'),(14401,7709,'action created','2020-12-30 01:27:44','2020-12-29 17:27:44'),(14402,7709,'action started via WP Cron','2020-12-30 01:33:44','2020-12-29 17:33:44'),(14403,7709,'action complete via WP Cron','2020-12-30 01:33:44','2020-12-29 17:33:44'),(14404,7710,'action created','2020-12-30 01:33:44','2020-12-29 17:33:44'),(14405,7710,'action started via WP Cron','2020-12-30 01:38:21','2020-12-29 17:38:21'),(14406,7710,'action complete via WP Cron','2020-12-30 01:38:21','2020-12-29 17:38:21'),(14407,7711,'action created','2020-12-30 01:38:31','2020-12-29 17:38:31'),(14408,7711,'action started via WP Cron','2020-12-30 01:39:21','2020-12-29 17:39:21'),(14409,7711,'action complete via WP Cron','2020-12-30 01:39:21','2020-12-29 17:39:21'),(14410,7712,'action created','2020-12-30 01:39:21','2020-12-29 17:39:21'),(14411,7712,'action started via WP Cron','2020-12-30 01:43:32','2020-12-29 17:43:32'),(14412,7712,'action complete via WP Cron','2020-12-30 01:43:32','2020-12-29 17:43:32'),(14413,7713,'action created','2020-12-30 01:43:32','2020-12-29 17:43:32'),(14414,7713,'action started via WP Cron','2020-12-30 01:44:01','2020-12-29 17:44:01'),(14415,7713,'action complete via WP Cron','2020-12-30 01:44:01','2020-12-29 17:44:01'),(14416,7714,'action created','2020-12-30 01:44:01','2020-12-29 17:44:01'),(14417,7714,'action started via WP Cron','2020-12-30 01:45:04','2020-12-29 17:45:04'),(14418,7714,'action complete via WP Cron','2020-12-30 01:45:04','2020-12-29 17:45:04'),(14419,7715,'action created','2020-12-30 01:45:06','2020-12-29 17:45:06'),(14420,7715,'action started via WP Cron','2020-12-30 01:47:49','2020-12-29 17:47:49'),(14421,7715,'action complete via WP Cron','2020-12-30 01:47:49','2020-12-29 17:47:49'),(14422,7716,'action created','2020-12-30 01:47:49','2020-12-29 17:47:49'),(14423,7716,'action started via WP Cron','2020-12-30 01:50:30','2020-12-29 17:50:30'),(14424,7716,'action complete via WP Cron','2020-12-30 01:50:30','2020-12-29 17:50:30'),(14425,7717,'action created','2020-12-30 01:50:30','2020-12-29 17:50:30'),(14426,7717,'action started via WP Cron','2020-12-30 01:51:56','2020-12-29 17:51:56'),(14427,7717,'action complete via WP Cron','2020-12-30 01:51:56','2020-12-29 17:51:56'),(14428,7718,'action created','2020-12-30 01:51:56','2020-12-29 17:51:56'),(14429,7090,'action started via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14430,7090,'action complete via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14431,7719,'action created','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14432,7091,'action started via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14433,7091,'action complete via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14434,7720,'action created','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14435,7718,'action started via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14436,7718,'action complete via WP Cron','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14437,7721,'action created','2020-12-30 01:58:02','2020-12-29 17:58:02'),(14438,7721,'action started via WP Cron','2020-12-30 01:59:05','2020-12-29 17:59:05'),(14439,7721,'action complete via WP Cron','2020-12-30 01:59:05','2020-12-29 17:59:05'),(14440,7722,'action created','2020-12-30 01:59:06','2020-12-29 17:59:06'),(14441,7722,'action started via WP Cron','2020-12-30 01:59:41','2020-12-29 17:59:41'),(14442,7722,'action complete via WP Cron','2020-12-30 01:59:41','2020-12-29 17:59:41'),(14443,7723,'action created','2020-12-30 01:59:42','2020-12-29 17:59:42'),(14444,7723,'action started via WP Cron','2020-12-30 02:02:02','2020-12-29 18:02:02'),(14445,7723,'action complete via WP Cron','2020-12-30 02:02:02','2020-12-29 18:02:02'),(14446,7724,'action created','2020-12-30 02:02:02','2020-12-29 18:02:02'),(14447,7724,'action started via WP Cron','2020-12-30 02:03:16','2020-12-29 18:03:16'),(14448,7724,'action complete via WP Cron','2020-12-30 02:03:16','2020-12-29 18:03:16'),(14449,7725,'action created','2020-12-30 02:03:16','2020-12-29 18:03:16'),(14450,7725,'action started via WP Cron','2020-12-30 02:05:36','2020-12-29 18:05:36'),(14451,7725,'action complete via WP Cron','2020-12-30 02:05:36','2020-12-29 18:05:36'),(14452,7726,'action created','2020-12-30 02:05:36','2020-12-29 18:05:36'),(14453,7726,'action started via WP Cron','2020-12-30 02:06:36','2020-12-29 18:06:36'),(14454,7726,'action complete via WP Cron','2020-12-30 02:06:36','2020-12-29 18:06:36'),(14455,7727,'action created','2020-12-30 02:06:36','2020-12-29 18:06:36'),(14456,7727,'action started via WP Cron','2020-12-30 02:11:14','2020-12-29 18:11:14'),(14457,7727,'action complete via WP Cron','2020-12-30 02:11:14','2020-12-29 18:11:14'),(14458,7728,'action created','2020-12-30 02:11:14','2020-12-29 18:11:14'),(14459,7728,'action started via WP Cron','2020-12-30 02:13:21','2020-12-29 18:13:21'),(14460,7728,'action complete via WP Cron','2020-12-30 02:13:21','2020-12-29 18:13:21'),(14461,7729,'action created','2020-12-30 02:13:21','2020-12-29 18:13:21'),(14462,7729,'action started via WP Cron','2020-12-30 02:15:05','2020-12-29 18:15:05'),(14463,7729,'action complete via WP Cron','2020-12-30 02:15:05','2020-12-29 18:15:05'),(14464,7730,'action created','2020-12-30 02:15:05','2020-12-29 18:15:05'),(14465,7730,'action started via WP Cron','2020-12-30 02:16:53','2020-12-29 18:16:53'),(14466,7730,'action complete via WP Cron','2020-12-30 02:16:53','2020-12-29 18:16:53'),(14467,7731,'action created','2020-12-30 02:16:53','2020-12-29 18:16:53'),(14468,7731,'action started via WP Cron','2020-12-30 02:25:01','2020-12-29 18:25:01'),(14469,7731,'action complete via WP Cron','2020-12-30 02:25:01','2020-12-29 18:25:01'),(14470,7732,'action created','2020-12-30 02:25:01','2020-12-29 18:25:01'),(14471,7732,'action started via WP Cron','2020-12-30 02:27:48','2020-12-29 18:27:48'),(14472,7732,'action complete via WP Cron','2020-12-30 02:27:48','2020-12-29 18:27:48'),(14473,7733,'action created','2020-12-30 02:27:48','2020-12-29 18:27:48'),(14474,7733,'action started via WP Cron','2020-12-30 02:34:30','2020-12-29 18:34:30'),(14475,7733,'action complete via WP Cron','2020-12-30 02:34:30','2020-12-29 18:34:30'),(14476,7734,'action created','2020-12-30 02:34:30','2020-12-29 18:34:30'),(14477,7734,'action started via WP Cron','2020-12-30 02:37:21','2020-12-29 18:37:21'),(14478,7734,'action complete via WP Cron','2020-12-30 02:37:21','2020-12-29 18:37:21'),(14479,7735,'action created','2020-12-30 02:37:21','2020-12-29 18:37:21'),(14480,7735,'action started via WP Cron','2020-12-30 02:38:06','2020-12-29 18:38:06'),(14481,7735,'action complete via WP Cron','2020-12-30 02:38:06','2020-12-29 18:38:06'),(14482,7736,'action created','2020-12-30 02:38:06','2020-12-29 18:38:06'),(14483,7736,'action started via WP Cron','2020-12-30 02:38:54','2020-12-29 18:38:54'),(14484,7736,'action complete via WP Cron','2020-12-30 02:38:54','2020-12-29 18:38:54'),(14485,7737,'action created','2020-12-30 02:38:54','2020-12-29 18:38:54'),(14486,7737,'action started via WP Cron','2020-12-30 02:42:05','2020-12-29 18:42:05'),(14487,7737,'action complete via WP Cron','2020-12-30 02:42:05','2020-12-29 18:42:05'),(14488,7738,'action created','2020-12-30 02:42:05','2020-12-29 18:42:05'),(14489,7738,'action started via WP Cron','2020-12-30 02:43:31','2020-12-29 18:43:31'),(14490,7738,'action complete via WP Cron','2020-12-30 02:43:31','2020-12-29 18:43:31'),(14491,7739,'action created','2020-12-30 02:43:31','2020-12-29 18:43:31'),(14492,7739,'action started via WP Cron','2020-12-30 02:45:20','2020-12-29 18:45:20'),(14493,7739,'action complete via WP Cron','2020-12-30 02:45:20','2020-12-29 18:45:20'),(14494,7740,'action created','2020-12-30 02:45:20','2020-12-29 18:45:20'),(14495,7740,'action started via WP Cron','2020-12-30 02:50:01','2020-12-29 18:50:01'),(14496,7740,'action complete via WP Cron','2020-12-30 02:50:01','2020-12-29 18:50:01'),(14497,7741,'action created','2020-12-30 02:50:02','2020-12-29 18:50:02'),(14498,7741,'action started via WP Cron','2020-12-30 02:53:59','2020-12-29 18:53:59'),(14499,7741,'action complete via WP Cron','2020-12-30 02:53:59','2020-12-29 18:53:59'),(14500,7742,'action created','2020-12-30 02:53:59','2020-12-29 18:53:59'),(14501,7742,'action started via WP Cron','2020-12-30 02:54:55','2020-12-29 18:54:55'),(14502,7742,'action complete via WP Cron','2020-12-30 02:54:55','2020-12-29 18:54:55'),(14503,7743,'action created','2020-12-30 02:54:55','2020-12-29 18:54:55'),(14504,7743,'action started via WP Cron','2020-12-30 02:57:10','2020-12-29 18:57:10'),(14505,7743,'action complete via WP Cron','2020-12-30 02:57:10','2020-12-29 18:57:10'),(14506,7744,'action created','2020-12-30 02:57:10','2020-12-29 18:57:10'),(14507,7744,'action started via WP Cron','2020-12-30 03:01:29','2020-12-29 19:01:29'),(14508,7744,'action complete via WP Cron','2020-12-30 03:01:29','2020-12-29 19:01:29'),(14509,7745,'action created','2020-12-30 03:01:29','2020-12-29 19:01:29'),(14510,7745,'action started via WP Cron','2020-12-30 03:08:06','2020-12-29 19:08:06'),(14511,7745,'action complete via WP Cron','2020-12-30 03:08:06','2020-12-29 19:08:06'),(14512,7746,'action created','2020-12-30 03:08:06','2020-12-29 19:08:06'),(14513,7746,'action started via WP Cron','2020-12-30 03:16:59','2020-12-29 19:16:59'),(14514,7746,'action complete via WP Cron','2020-12-30 03:16:59','2020-12-29 19:16:59'),(14515,7747,'action created','2020-12-30 03:16:59','2020-12-29 19:16:59'),(14516,7747,'action started via WP Cron','2020-12-30 03:21:11','2020-12-29 19:21:11'),(14517,7747,'action complete via WP Cron','2020-12-30 03:21:11','2020-12-29 19:21:11'),(14518,7748,'action created','2020-12-30 03:21:11','2020-12-29 19:21:11'),(14519,7748,'action started via WP Cron','2020-12-30 03:27:19','2020-12-29 19:27:19'),(14520,7748,'action complete via WP Cron','2020-12-30 03:27:19','2020-12-29 19:27:19'),(14521,7749,'action created','2020-12-30 03:27:19','2020-12-29 19:27:19'),(14522,7749,'action started via WP Cron','2020-12-30 03:30:22','2020-12-29 19:30:22'),(14523,7749,'action complete via WP Cron','2020-12-30 03:30:22','2020-12-29 19:30:22'),(14524,7750,'action created','2020-12-30 03:30:23','2020-12-29 19:30:23'),(14525,7750,'action started via WP Cron','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14526,7750,'action complete via WP Cron','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14527,7112,'action started via WP Cron','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14528,7112,'action complete via WP Cron','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14529,7751,'action created','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14530,7752,'action created','2020-12-30 03:35:49','2020-12-29 19:35:49'),(14531,7752,'action started via WP Cron','2020-12-30 03:37:57','2020-12-29 19:37:57'),(14532,7752,'action complete via WP Cron','2020-12-30 03:37:57','2020-12-29 19:37:57'),(14533,7753,'action created','2020-12-30 03:37:57','2020-12-29 19:37:57'),(14534,7753,'action started via WP Cron','2020-12-30 03:51:43','2020-12-29 19:51:43'),(14535,7753,'action complete via WP Cron','2020-12-30 03:51:43','2020-12-29 19:51:43'),(14536,7754,'action created','2020-12-30 03:51:43','2020-12-29 19:51:43'),(14537,7754,'action started via WP Cron','2020-12-30 03:55:59','2020-12-29 19:55:59'),(14538,7754,'action complete via WP Cron','2020-12-30 03:55:59','2020-12-29 19:55:59'),(14539,7755,'action created','2020-12-30 03:55:59','2020-12-29 19:55:59'),(14540,7755,'action started via WP Cron','2020-12-30 04:05:22','2020-12-29 20:05:22'),(14541,7755,'action complete via WP Cron','2020-12-30 04:05:22','2020-12-29 20:05:22'),(14542,7756,'action created','2020-12-30 04:05:23','2020-12-29 20:05:23'),(14543,7756,'action started via WP Cron','2020-12-30 04:08:02','2020-12-29 20:08:02'),(14544,7756,'action complete via WP Cron','2020-12-30 04:08:02','2020-12-29 20:08:02'),(14545,7757,'action created','2020-12-30 04:08:02','2020-12-29 20:08:02'),(14546,7757,'action started via WP Cron','2020-12-30 04:24:10','2020-12-29 20:24:10'),(14547,7757,'action complete via WP Cron','2020-12-30 04:24:10','2020-12-29 20:24:10'),(14548,7758,'action created','2020-12-30 04:24:11','2020-12-29 20:24:11'),(14549,7758,'action started via WP Cron','2020-12-30 04:29:58','2020-12-29 20:29:58'),(14550,7758,'action complete via WP Cron','2020-12-30 04:29:58','2020-12-29 20:29:58'),(14551,7759,'action created','2020-12-30 04:29:58','2020-12-29 20:29:58'),(14552,7759,'action started via WP Cron','2020-12-30 04:33:19','2020-12-29 20:33:19'),(14553,7759,'action complete via WP Cron','2020-12-30 04:33:19','2020-12-29 20:33:19'),(14554,7760,'action created','2020-12-30 04:33:19','2020-12-29 20:33:19'),(14555,7760,'action started via WP Cron','2020-12-30 04:34:27','2020-12-29 20:34:27'),(14556,7760,'action complete via WP Cron','2020-12-30 04:34:27','2020-12-29 20:34:27'),(14557,7761,'action created','2020-12-30 04:34:27','2020-12-29 20:34:27'),(14558,7761,'action started via WP Cron','2020-12-30 04:35:29','2020-12-29 20:35:29'),(14559,7761,'action complete via WP Cron','2020-12-30 04:35:29','2020-12-29 20:35:29'),(14560,7762,'action created','2020-12-30 04:37:30','2020-12-29 20:37:30'),(14561,7762,'action started via WP Cron','2020-12-30 04:38:07','2020-12-29 20:38:07'),(14562,7762,'action complete via WP Cron','2020-12-30 04:38:07','2020-12-29 20:38:07'),(14563,7763,'action created','2020-12-30 04:38:07','2020-12-29 20:38:07'),(14564,7763,'action started via WP Cron','2020-12-30 04:42:22','2020-12-29 20:42:22'),(14565,7763,'action complete via WP Cron','2020-12-30 04:42:22','2020-12-29 20:42:22'),(14566,7764,'action created','2020-12-30 04:42:23','2020-12-29 20:42:23'),(14567,7764,'action started via WP Cron','2020-12-30 04:42:55','2020-12-29 20:42:55'),(14568,7764,'action complete via WP Cron','2020-12-30 04:42:55','2020-12-29 20:42:55'),(14569,7765,'action created','2020-12-30 04:42:55','2020-12-29 20:42:55'),(14570,7765,'action started via WP Cron','2020-12-30 04:43:50','2020-12-29 20:43:50'),(14571,7765,'action complete via WP Cron','2020-12-30 04:43:50','2020-12-29 20:43:50'),(14572,7766,'action created','2020-12-30 04:43:50','2020-12-29 20:43:50'),(14573,7766,'action started via WP Cron','2020-12-30 04:44:58','2020-12-29 20:44:58'),(14574,7766,'action complete via WP Cron','2020-12-30 04:44:58','2020-12-29 20:44:58'),(14575,7767,'action created','2020-12-30 04:44:58','2020-12-29 20:44:58'),(14576,7767,'action started via WP Cron','2020-12-30 04:46:00','2020-12-29 20:46:00'),(14577,7767,'action complete via WP Cron','2020-12-30 04:46:00','2020-12-29 20:46:00'),(14578,7768,'action created','2020-12-30 04:46:00','2020-12-29 20:46:00'),(14579,7768,'action started via WP Cron','2020-12-30 04:47:03','2020-12-29 20:47:03'),(14580,7768,'action complete via WP Cron','2020-12-30 04:47:03','2020-12-29 20:47:03'),(14581,7769,'action created','2020-12-30 04:47:03','2020-12-29 20:47:03'),(14582,7769,'action started via WP Cron','2020-12-30 04:48:04','2020-12-29 20:48:04'),(14583,7769,'action complete via WP Cron','2020-12-30 04:48:04','2020-12-29 20:48:04'),(14584,7770,'action created','2020-12-30 04:48:04','2020-12-29 20:48:04'),(14585,7770,'action started via WP Cron','2020-12-30 04:49:05','2020-12-29 20:49:05'),(14586,7770,'action complete via WP Cron','2020-12-30 04:49:05','2020-12-29 20:49:05'),(14587,7771,'action created','2020-12-30 04:49:05','2020-12-29 20:49:05'),(14588,7771,'action started via WP Cron','2020-12-30 04:51:07','2020-12-29 20:51:07'),(14589,7771,'action complete via WP Cron','2020-12-30 04:51:07','2020-12-29 20:51:07'),(14590,7772,'action created','2020-12-30 04:51:07','2020-12-29 20:51:07'),(14591,7772,'action started via WP Cron','2020-12-30 04:55:14','2020-12-29 20:55:14'),(14592,7772,'action complete via WP Cron','2020-12-30 04:55:14','2020-12-29 20:55:14'),(14593,7773,'action created','2020-12-30 04:55:14','2020-12-29 20:55:14'),(14594,7773,'action started via WP Cron','2020-12-30 05:01:14','2020-12-29 21:01:14'),(14595,7773,'action complete via WP Cron','2020-12-30 05:01:14','2020-12-29 21:01:14'),(14596,7774,'action created','2020-12-30 05:01:14','2020-12-29 21:01:14'),(14597,7774,'action started via WP Cron','2020-12-30 05:05:31','2020-12-29 21:05:31'),(14598,7774,'action complete via WP Cron','2020-12-30 05:05:31','2020-12-29 21:05:31'),(14599,7775,'action created','2020-12-30 05:05:31','2020-12-29 21:05:31'),(14600,7775,'action started via WP Cron','2020-12-30 05:05:55','2020-12-29 21:05:55'),(14601,7775,'action complete via WP Cron','2020-12-30 05:05:55','2020-12-29 21:05:55'),(14602,7776,'action created','2020-12-30 05:05:55','2020-12-29 21:05:55'),(14603,7776,'action started via WP Cron','2020-12-30 05:07:13','2020-12-29 21:07:13'),(14604,7776,'action complete via WP Cron','2020-12-30 05:07:13','2020-12-29 21:07:13'),(14605,7777,'action created','2020-12-30 05:07:13','2020-12-29 21:07:13'),(14606,7777,'action started via WP Cron','2020-12-30 05:12:01','2020-12-29 21:12:01'),(14607,7777,'action complete via WP Cron','2020-12-30 05:12:01','2020-12-29 21:12:01'),(14608,7778,'action created','2020-12-30 05:12:01','2020-12-29 21:12:01'),(14609,7778,'action started via WP Cron','2020-12-30 05:15:38','2020-12-29 21:15:38'),(14610,7778,'action complete via WP Cron','2020-12-30 05:15:38','2020-12-29 21:15:38'),(14611,7779,'action created','2020-12-30 05:15:38','2020-12-29 21:15:38'),(14612,7779,'action started via WP Cron','2020-12-30 05:16:23','2020-12-29 21:16:23'),(14613,7779,'action complete via WP Cron','2020-12-30 05:16:23','2020-12-29 21:16:23'),(14614,7780,'action created','2020-12-30 05:16:23','2020-12-29 21:16:23'),(14615,7780,'action started via WP Cron','2020-12-30 05:20:04','2020-12-29 21:20:04'),(14616,7780,'action complete via WP Cron','2020-12-30 05:20:04','2020-12-29 21:20:04'),(14617,7781,'action created','2020-12-30 05:20:05','2020-12-29 21:20:05'),(14618,7781,'action started via WP Cron','2020-12-30 05:22:14','2020-12-29 21:22:14'),(14619,7781,'action complete via WP Cron','2020-12-30 05:22:14','2020-12-29 21:22:14'),(14620,7782,'action created','2020-12-30 05:22:14','2020-12-29 21:22:14'),(14621,7782,'action started via WP Cron','2020-12-30 05:22:56','2020-12-29 21:22:56'),(14622,7782,'action complete via WP Cron','2020-12-30 05:22:56','2020-12-29 21:22:56'),(14623,7783,'action created','2020-12-30 05:22:56','2020-12-29 21:22:56'),(14624,7783,'action started via WP Cron','2020-12-30 05:24:09','2020-12-29 21:24:09'),(14625,7783,'action complete via WP Cron','2020-12-30 05:24:09','2020-12-29 21:24:09'),(14626,7784,'action created','2020-12-30 05:24:09','2020-12-29 21:24:09'),(14627,7784,'action started via WP Cron','2020-12-30 05:26:08','2020-12-29 21:26:08'),(14628,7784,'action complete via WP Cron','2020-12-30 05:26:08','2020-12-29 21:26:08'),(14629,7785,'action created','2020-12-30 05:26:08','2020-12-29 21:26:08'),(14630,7785,'action started via WP Cron','2020-12-30 05:29:05','2020-12-29 21:29:05'),(14631,7785,'action complete via WP Cron','2020-12-30 05:29:05','2020-12-29 21:29:05'),(14632,7786,'action created','2020-12-30 05:29:05','2020-12-29 21:29:05'),(14633,7786,'action started via WP Cron','2020-12-30 05:30:35','2020-12-29 21:30:35'),(14634,7786,'action complete via WP Cron','2020-12-30 05:30:35','2020-12-29 21:30:35'),(14635,7787,'action created','2020-12-30 05:30:35','2020-12-29 21:30:35'),(14636,7787,'action started via WP Cron','2020-12-30 05:34:15','2020-12-29 21:34:15'),(14637,7787,'action complete via WP Cron','2020-12-30 05:34:15','2020-12-29 21:34:15'),(14638,7788,'action created','2020-12-30 05:34:15','2020-12-29 21:34:15'),(14639,7788,'action started via WP Cron','2020-12-30 05:36:59','2020-12-29 21:36:59'),(14640,7788,'action complete via WP Cron','2020-12-30 05:36:59','2020-12-29 21:36:59'),(14641,7789,'action created','2020-12-30 05:36:59','2020-12-29 21:36:59'),(14642,7789,'action started via WP Cron','2020-12-30 05:38:04','2020-12-29 21:38:04'),(14643,7789,'action complete via WP Cron','2020-12-30 05:38:04','2020-12-29 21:38:04'),(14644,7790,'action created','2020-12-30 05:38:04','2020-12-29 21:38:04'),(14645,7790,'action started via WP Cron','2020-12-30 05:42:05','2020-12-29 21:42:05'),(14646,7790,'action complete via WP Cron','2020-12-30 05:42:05','2020-12-29 21:42:05'),(14647,7791,'action created','2020-12-30 05:42:05','2020-12-29 21:42:05'),(14651,7792,'action started via WP Cron','2020-12-30 05:45:31','2020-12-29 21:45:31'),(14652,7792,'action complete via WP Cron','2020-12-30 05:45:31','2020-12-29 21:45:31'),(14653,7793,'action created','2020-12-30 05:48:34','2020-12-29 21:48:34'),(14654,7793,'action started via WP Cron','2020-12-30 05:48:44','2020-12-29 21:48:44'),(14655,7793,'action complete via WP Cron','2020-12-30 05:48:44','2020-12-29 21:48:44'),(14656,7794,'action created','2020-12-30 05:51:11','2020-12-29 21:51:11'),(14657,7794,'action started via WP Cron','2020-12-30 05:51:46','2020-12-29 21:51:46'),(14658,7794,'action complete via WP Cron','2020-12-30 05:51:46','2020-12-29 21:51:46'),(14659,7795,'action created','2020-12-30 05:53:36','2020-12-29 21:53:36'),(14660,7795,'action started via WP Cron','2020-12-30 05:54:41','2020-12-29 21:54:41'),(14661,7795,'action complete via WP Cron','2020-12-30 05:54:41','2020-12-29 21:54:41'),(14662,7796,'action created','2020-12-30 05:55:07','2020-12-29 21:55:07'),(14663,7796,'action started via WP Cron','2020-12-30 05:55:47','2020-12-29 21:55:47'),(14664,7796,'action complete via WP Cron','2020-12-30 05:55:47','2020-12-29 21:55:47'),(14665,7797,'action created','2020-12-30 05:57:22','2020-12-29 21:57:22'),(14666,7797,'action started via WP Cron','2020-12-30 06:01:13','2020-12-29 22:01:13'),(14667,7797,'action complete via WP Cron','2020-12-30 06:01:13','2020-12-29 22:01:13'),(14668,7798,'action created','2020-12-30 06:01:13','2020-12-29 22:01:13'),(14669,7798,'action started via WP Cron','2020-12-30 06:02:14','2020-12-29 22:02:14'),(14670,7798,'action complete via WP Cron','2020-12-30 06:02:14','2020-12-29 22:02:14'),(14671,7799,'action created','2020-12-30 06:02:14','2020-12-29 22:02:14'),(14672,7799,'action started via WP Cron','2020-12-30 06:03:15','2020-12-29 22:03:15'),(14673,7799,'action complete via WP Cron','2020-12-30 06:03:15','2020-12-29 22:03:15'),(14674,7800,'action created','2020-12-30 06:03:15','2020-12-29 22:03:15'),(14675,7800,'action started via WP Cron','2020-12-30 06:05:20','2020-12-29 22:05:20'),(14676,7800,'action complete via WP Cron','2020-12-30 06:05:20','2020-12-29 22:05:20'),(14677,7801,'action created','2020-12-30 06:05:20','2020-12-29 22:05:20'),(14678,7801,'action started via WP Cron','2020-12-30 06:05:42','2020-12-29 22:05:42'),(14679,7801,'action complete via WP Cron','2020-12-30 06:05:42','2020-12-29 22:05:42'),(14680,7802,'action created','2020-12-30 06:05:42','2020-12-29 22:05:42'),(14681,7802,'action started via WP Cron','2020-12-30 06:07:30','2020-12-29 22:07:30'),(14682,7802,'action complete via WP Cron','2020-12-30 06:07:30','2020-12-29 22:07:30'),(14683,7803,'action created','2020-12-30 06:07:30','2020-12-29 22:07:30'),(14684,7803,'action started via WP Cron','2020-12-30 06:20:41','2020-12-29 22:20:41'),(14685,7803,'action complete via WP Cron','2020-12-30 06:20:41','2020-12-29 22:20:41'),(14686,7804,'action created','2020-12-30 06:20:41','2020-12-29 22:20:41'),(14687,7804,'action started via WP Cron','2020-12-30 06:24:17','2020-12-29 22:24:17'),(14688,7804,'action complete via WP Cron','2020-12-30 06:24:17','2020-12-29 22:24:17'),(14689,7805,'action created','2020-12-30 06:24:17','2020-12-29 22:24:17'),(14690,7805,'action started via WP Cron','2020-12-30 06:30:34','2020-12-29 22:30:34'),(14691,7805,'action complete via WP Cron','2020-12-30 06:30:34','2020-12-29 22:30:34'),(14692,7806,'action created','2020-12-30 06:30:34','2020-12-29 22:30:34'),(14693,7806,'action started via WP Cron','2020-12-30 06:40:39','2020-12-29 22:40:39'),(14694,7806,'action complete via WP Cron','2020-12-30 06:40:39','2020-12-29 22:40:39'),(14695,7807,'action created','2020-12-30 06:40:39','2020-12-29 22:40:39'),(14696,7807,'action started via WP Cron','2020-12-30 06:45:42','2020-12-29 22:45:42'),(14697,7807,'action complete via WP Cron','2020-12-30 06:45:42','2020-12-29 22:45:42'),(14698,7808,'action created','2020-12-30 06:45:42','2020-12-29 22:45:42'),(14699,7808,'action started via WP Cron','2020-12-30 06:48:28','2020-12-29 22:48:28'),(14700,7808,'action complete via WP Cron','2020-12-30 06:48:28','2020-12-29 22:48:28'),(14701,7809,'action created','2020-12-30 06:48:28','2020-12-29 22:48:28'),(14702,7809,'action started via WP Cron','2020-12-30 06:49:30','2020-12-29 22:49:30'),(14703,7809,'action complete via WP Cron','2020-12-30 06:49:30','2020-12-29 22:49:30'),(68114,25615,'action complete via WP Cron','2021-01-30 06:54:14','2021-01-29 22:54:14'),(68113,25615,'action started via WP Cron','2021-01-30 06:54:14','2021-01-29 22:54:14'),(69696,26143,'action created','2021-01-31 06:53:26','2021-01-30 22:53:26'),(14707,7811,'action created','2020-12-30 06:49:30','2020-12-29 22:49:30'),(14708,7811,'action started via WP Cron','2020-12-30 06:49:42','2020-12-29 22:49:42'),(14709,7811,'action complete via WP Cron','2020-12-30 06:49:42','2020-12-29 22:49:42'),(14710,7812,'action created','2020-12-30 06:49:42','2020-12-29 22:49:42'),(14711,7812,'action started via WP Cron','2020-12-30 06:52:32','2020-12-29 22:52:32'),(14712,7812,'action complete via WP Cron','2020-12-30 06:52:32','2020-12-29 22:52:32'),(14713,7813,'action created','2020-12-30 06:52:32','2020-12-29 22:52:32'),(14714,7813,'action started via WP Cron','2020-12-30 06:53:33','2020-12-29 22:53:33'),(14715,7813,'action complete via WP Cron','2020-12-30 06:53:33','2020-12-29 22:53:33'),(14716,7814,'action created','2020-12-30 06:53:33','2020-12-29 22:53:33'),(14717,7814,'action started via WP Cron','2020-12-30 07:08:15','2020-12-29 23:08:15'),(14718,7814,'action complete via WP Cron','2020-12-30 07:08:15','2020-12-29 23:08:15'),(14719,7815,'action created','2020-12-30 07:08:31','2020-12-29 23:08:31'),(14720,7815,'action started via WP Cron','2020-12-30 07:09:15','2020-12-29 23:09:15'),(14721,7815,'action complete via WP Cron','2020-12-30 07:09:15','2020-12-29 23:09:15'),(14722,7816,'action created','2020-12-30 07:09:15','2020-12-29 23:09:15'),(14723,7816,'action started via WP Cron','2020-12-30 07:10:16','2020-12-29 23:10:16'),(14724,7816,'action complete via WP Cron','2020-12-30 07:10:16','2020-12-29 23:10:16'),(14725,7817,'action created','2020-12-30 07:10:16','2020-12-29 23:10:16'),(14726,7817,'action started via WP Cron','2020-12-30 07:12:18','2020-12-29 23:12:18'),(14727,7817,'action complete via WP Cron','2020-12-30 07:12:18','2020-12-29 23:12:18'),(14728,7818,'action created','2020-12-30 07:12:18','2020-12-29 23:12:18'),(14729,7818,'action started via WP Cron','2020-12-30 07:13:19','2020-12-29 23:13:19'),(14730,7818,'action complete via WP Cron','2020-12-30 07:13:19','2020-12-29 23:13:19'),(14731,7819,'action created','2020-12-30 07:13:19','2020-12-29 23:13:19'),(14732,7819,'action started via WP Cron','2020-12-30 07:13:49','2020-12-29 23:13:49'),(14733,7819,'action complete via WP Cron','2020-12-30 07:13:49','2020-12-29 23:13:49'),(14734,7820,'action created','2020-12-30 07:13:49','2020-12-29 23:13:49'),(14735,7820,'action started via WP Cron','2020-12-30 07:17:09','2020-12-29 23:17:09'),(14736,7820,'action complete via WP Cron','2020-12-30 07:17:09','2020-12-29 23:17:09'),(14737,7821,'action created','2020-12-30 07:18:00','2020-12-29 23:18:00'),(14738,7821,'action started via WP Cron','2020-12-30 07:40:28','2020-12-29 23:40:28'),(14739,7821,'action complete via WP Cron','2020-12-30 07:40:28','2020-12-29 23:40:28'),(14740,7822,'action created','2020-12-30 07:40:29','2020-12-29 23:40:29'),(14741,7822,'action started via WP Cron','2020-12-30 07:44:25','2020-12-29 23:44:25'),(14742,7822,'action complete via WP Cron','2020-12-30 07:44:25','2020-12-29 23:44:25'),(14743,7823,'action created','2020-12-30 07:44:25','2020-12-29 23:44:25'),(14744,7823,'action started via WP Cron','2020-12-30 07:46:03','2020-12-29 23:46:03'),(14745,7823,'action complete via WP Cron','2020-12-30 07:46:03','2020-12-29 23:46:03'),(14746,7824,'action created','2020-12-30 07:46:03','2020-12-29 23:46:03'),(14747,7824,'action started via WP Cron','2020-12-30 07:47:32','2020-12-29 23:47:32'),(14748,7824,'action complete via WP Cron','2020-12-30 07:47:32','2020-12-29 23:47:32'),(14749,7825,'action created','2020-12-30 07:47:32','2020-12-29 23:47:32'),(14750,7825,'action started via WP Cron','2020-12-30 07:47:43','2020-12-29 23:47:43'),(14751,7825,'action complete via WP Cron','2020-12-30 07:47:43','2020-12-29 23:47:43'),(14752,7826,'action created','2020-12-30 07:47:43','2020-12-29 23:47:43'),(14753,7826,'action started via Async Request','2020-12-30 07:48:05','2020-12-29 23:48:05'),(14754,7826,'action complete via Async Request','2020-12-30 07:48:05','2020-12-29 23:48:05'),(14755,7827,'action created','2020-12-30 07:48:06','2020-12-29 23:48:06'),(14756,7827,'action started via WP Cron','2020-12-30 07:48:41','2020-12-29 23:48:41'),(14757,7827,'action complete via WP Cron','2020-12-30 07:48:41','2020-12-29 23:48:41'),(14758,7828,'action created','2020-12-30 07:48:42','2020-12-29 23:48:42'),(14759,7828,'action started via WP Cron','2020-12-30 07:49:52','2020-12-29 23:49:52'),(14760,7828,'action complete via WP Cron','2020-12-30 07:49:52','2020-12-29 23:49:52'),(14761,7829,'action created','2020-12-30 07:49:52','2020-12-29 23:49:52'),(14762,7829,'action started via WP Cron','2020-12-30 07:50:57','2020-12-29 23:50:57'),(14763,7829,'action complete via WP Cron','2020-12-30 07:50:57','2020-12-29 23:50:57'),(14764,7830,'action created','2020-12-30 07:50:57','2020-12-29 23:50:57'),(14765,7830,'action started via WP Cron','2020-12-30 07:52:47','2020-12-29 23:52:47'),(14766,7830,'action complete via WP Cron','2020-12-30 07:52:47','2020-12-29 23:52:47'),(14767,7831,'action created','2020-12-30 07:52:47','2020-12-29 23:52:47'),(14768,7831,'action started via WP Cron','2020-12-30 07:53:41','2020-12-29 23:53:41'),(14769,7831,'action complete via WP Cron','2020-12-30 07:53:41','2020-12-29 23:53:41'),(14770,7832,'action created','2020-12-30 07:53:44','2020-12-29 23:53:44'),(14771,7832,'action started via WP Cron','2020-12-30 07:54:43','2020-12-29 23:54:43'),(14772,7832,'action complete via WP Cron','2020-12-30 07:54:43','2020-12-29 23:54:43'),(14773,7833,'action created','2020-12-30 07:54:43','2020-12-29 23:54:43'),(14774,7833,'action started via WP Cron','2020-12-30 07:55:42','2020-12-29 23:55:42'),(14775,7833,'action complete via WP Cron','2020-12-30 07:55:42','2020-12-29 23:55:42'),(14776,7834,'action created','2020-12-30 07:55:42','2020-12-29 23:55:42'),(14777,7834,'action started via WP Cron','2020-12-30 07:56:42','2020-12-29 23:56:42'),(14778,7834,'action complete via WP Cron','2020-12-30 07:56:42','2020-12-29 23:56:42'),(14779,7835,'action created','2020-12-30 07:56:42','2020-12-29 23:56:42'),(14780,7835,'action started via WP Cron','2020-12-30 07:57:42','2020-12-29 23:57:42'),(14781,7835,'action complete via WP Cron','2020-12-30 07:57:42','2020-12-29 23:57:42'),(14782,7836,'action created','2020-12-30 07:57:42','2020-12-29 23:57:42'),(14783,7836,'action started via WP Cron','2020-12-30 07:58:41','2020-12-29 23:58:41'),(14784,7836,'action complete via WP Cron','2020-12-30 07:58:41','2020-12-29 23:58:41'),(14785,7837,'action created','2020-12-30 07:58:41','2020-12-29 23:58:41'),(14786,7837,'action started via WP Cron','2020-12-30 07:59:42','2020-12-29 23:59:42'),(14787,7837,'action complete via WP Cron','2020-12-30 07:59:42','2020-12-29 23:59:42'),(14788,7838,'action created','2020-12-30 07:59:42','2020-12-29 23:59:42'),(14789,7838,'action started via WP Cron','2020-12-30 08:00:41','2020-12-30 00:00:41'),(14790,7838,'action complete via WP Cron','2020-12-30 08:00:41','2020-12-30 00:00:41'),(14791,7839,'action created','2020-12-30 08:00:41','2020-12-30 00:00:41'),(14792,7839,'action started via WP Cron','2020-12-30 08:01:41','2020-12-30 00:01:41'),(14793,7839,'action complete via WP Cron','2020-12-30 08:01:41','2020-12-30 00:01:41'),(14794,7840,'action created','2020-12-30 08:01:41','2020-12-30 00:01:41'),(14795,7840,'action started via WP Cron','2020-12-30 08:02:42','2020-12-30 00:02:42'),(14796,7840,'action complete via WP Cron','2020-12-30 08:02:42','2020-12-30 00:02:42'),(14797,7841,'action created','2020-12-30 08:02:42','2020-12-30 00:02:42'),(14798,7841,'action started via WP Cron','2020-12-30 08:08:37','2020-12-30 00:08:37'),(14799,7841,'action complete via WP Cron','2020-12-30 08:08:37','2020-12-30 00:08:37'),(14800,7842,'action created','2020-12-30 08:08:37','2020-12-30 00:08:37'),(14801,7842,'action started via WP Cron','2020-12-30 08:15:54','2020-12-30 00:15:54'),(14802,7842,'action complete via WP Cron','2020-12-30 08:15:54','2020-12-30 00:15:54'),(14803,7843,'action created','2020-12-30 08:15:54','2020-12-30 00:15:54'),(14804,7843,'action started via WP Cron','2020-12-30 08:19:32','2020-12-30 00:19:32'),(14805,7843,'action complete via WP Cron','2020-12-30 08:19:32','2020-12-30 00:19:32'),(14806,7844,'action created','2020-12-30 08:19:32','2020-12-30 00:19:32'),(14807,7844,'action started via WP Cron','2020-12-30 08:23:37','2020-12-30 00:23:37'),(14808,7844,'action complete via WP Cron','2020-12-30 08:23:37','2020-12-30 00:23:37'),(14809,7845,'action created','2020-12-30 08:23:37','2020-12-30 00:23:37'),(14810,7845,'action started via WP Cron','2020-12-30 08:30:37','2020-12-30 00:30:37'),(14811,7845,'action complete via WP Cron','2020-12-30 08:30:37','2020-12-30 00:30:37'),(14812,7846,'action created','2020-12-30 08:30:37','2020-12-30 00:30:37'),(14813,7846,'action started via WP Cron','2020-12-30 08:34:34','2020-12-30 00:34:34'),(14814,7846,'action complete via WP Cron','2020-12-30 08:34:34','2020-12-30 00:34:34'),(14815,7847,'action created','2020-12-30 08:34:34','2020-12-30 00:34:34'),(14816,7847,'action started via WP Cron','2020-12-30 08:40:31','2020-12-30 00:40:31'),(14817,7847,'action complete via WP Cron','2020-12-30 08:40:31','2020-12-30 00:40:31'),(14818,7848,'action created','2020-12-30 08:40:31','2020-12-30 00:40:31'),(14819,7848,'action started via WP Cron','2020-12-30 08:43:04','2020-12-30 00:43:04'),(14820,7848,'action complete via WP Cron','2020-12-30 08:43:04','2020-12-30 00:43:04'),(14821,7849,'action created','2020-12-30 08:43:04','2020-12-30 00:43:04'),(14822,7849,'action started via WP Cron','2020-12-30 08:50:42','2020-12-30 00:50:42'),(14823,7849,'action complete via WP Cron','2020-12-30 08:50:42','2020-12-30 00:50:42'),(14824,7850,'action created','2020-12-30 08:50:42','2020-12-30 00:50:42'),(14825,7850,'action started via WP Cron','2020-12-30 09:00:55','2020-12-30 01:00:55'),(14826,7850,'action complete via WP Cron','2020-12-30 09:00:55','2020-12-30 01:00:55'),(14827,7851,'action created','2020-12-30 09:00:55','2020-12-30 01:00:55'),(14828,7851,'action started via WP Cron','2020-12-30 09:02:08','2020-12-30 01:02:08'),(14829,7851,'action complete via WP Cron','2020-12-30 09:02:08','2020-12-30 01:02:08'),(14830,7852,'action created','2020-12-30 09:02:09','2020-12-30 01:02:09'),(14831,7852,'action started via WP Cron','2020-12-30 09:03:32','2020-12-30 01:03:32'),(14832,7852,'action complete via WP Cron','2020-12-30 09:03:32','2020-12-30 01:03:32'),(14833,7853,'action created','2020-12-30 09:03:32','2020-12-30 01:03:32'),(14834,7853,'action started via WP Cron','2020-12-30 09:06:05','2020-12-30 01:06:05'),(14835,7853,'action complete via WP Cron','2020-12-30 09:06:05','2020-12-30 01:06:05'),(14836,7854,'action created','2020-12-30 09:06:05','2020-12-30 01:06:05'),(14837,7854,'action started via WP Cron','2020-12-30 09:07:07','2020-12-30 01:07:07'),(14838,7854,'action complete via WP Cron','2020-12-30 09:07:07','2020-12-30 01:07:07'),(14839,7855,'action created','2020-12-30 09:09:39','2020-12-30 01:09:39'),(14840,7855,'action started via WP Cron','2020-12-30 09:15:24','2020-12-30 01:15:24'),(14841,7855,'action complete via WP Cron','2020-12-30 09:15:24','2020-12-30 01:15:24'),(14842,7856,'action created','2020-12-30 09:23:35','2020-12-30 01:23:35'),(14843,7856,'action started via WP Cron','2020-12-30 09:26:56','2020-12-30 01:26:56'),(14844,7856,'action complete via WP Cron','2020-12-30 09:26:56','2020-12-30 01:26:56'),(14845,7857,'action created','2020-12-30 09:26:56','2020-12-30 01:26:56'),(14846,7857,'action started via WP Cron','2020-12-30 09:31:23','2020-12-30 01:31:23'),(14847,7857,'action complete via WP Cron','2020-12-30 09:31:23','2020-12-30 01:31:23'),(14848,7858,'action created','2020-12-30 09:31:23','2020-12-30 01:31:23'),(14849,7858,'action started via WP Cron','2020-12-30 09:32:21','2020-12-30 01:32:21'),(14850,7858,'action complete via WP Cron','2020-12-30 09:32:21','2020-12-30 01:32:21'),(14851,7859,'action created','2020-12-30 09:32:21','2020-12-30 01:32:21'),(14852,7859,'action started via WP Cron','2020-12-30 09:34:02','2020-12-30 01:34:02'),(14853,7859,'action complete via WP Cron','2020-12-30 09:34:02','2020-12-30 01:34:02'),(14854,7860,'action created','2020-12-30 09:34:02','2020-12-30 01:34:02'),(14855,7860,'action started via WP Cron','2020-12-30 09:45:56','2020-12-30 01:45:56'),(14856,7860,'action complete via WP Cron','2020-12-30 09:45:56','2020-12-30 01:45:56'),(14857,7861,'action created','2020-12-30 09:45:56','2020-12-30 01:45:56'),(14858,7861,'action started via WP Cron','2020-12-30 09:47:10','2020-12-30 01:47:10'),(14859,7861,'action complete via WP Cron','2020-12-30 09:47:10','2020-12-30 01:47:10'),(14860,7862,'action created','2020-12-30 09:47:10','2020-12-30 01:47:10'),(14861,7862,'action started via WP Cron','2020-12-30 09:48:32','2020-12-30 01:48:32'),(14862,7862,'action complete via WP Cron','2020-12-30 09:48:32','2020-12-30 01:48:32'),(14863,7863,'action created','2020-12-30 09:48:32','2020-12-30 01:48:32'),(14864,7863,'action started via WP Cron','2020-12-30 09:49:01','2020-12-30 01:49:01'),(14865,7863,'action complete via WP Cron','2020-12-30 09:49:01','2020-12-30 01:49:01'),(14866,7864,'action created','2020-12-30 09:49:01','2020-12-30 01:49:01'),(14867,7864,'action started via WP Cron','2020-12-30 09:59:17','2020-12-30 01:59:17'),(14868,7864,'action complete via WP Cron','2020-12-30 09:59:17','2020-12-30 01:59:17'),(14869,7865,'action created','2020-12-30 09:59:17','2020-12-30 01:59:17'),(14870,7865,'action started via WP Cron','2020-12-30 10:03:44','2020-12-30 02:03:44'),(14871,7865,'action complete via WP Cron','2020-12-30 10:03:44','2020-12-30 02:03:44'),(14872,7866,'action created','2020-12-30 10:03:44','2020-12-30 02:03:44'),(14873,7866,'action started via WP Cron','2020-12-30 10:07:23','2020-12-30 02:07:23'),(14874,7866,'action complete via WP Cron','2020-12-30 10:07:23','2020-12-30 02:07:23'),(14875,7867,'action created','2020-12-30 10:07:23','2020-12-30 02:07:23'),(14876,7867,'action started via WP Cron','2020-12-30 10:08:06','2020-12-30 02:08:06'),(14877,7867,'action complete via WP Cron','2020-12-30 10:08:06','2020-12-30 02:08:06'),(14878,7868,'action created','2020-12-30 10:08:07','2020-12-30 02:08:07'),(14879,7868,'action started via WP Cron','2020-12-30 10:09:24','2020-12-30 02:09:24'),(14880,7868,'action complete via WP Cron','2020-12-30 10:09:24','2020-12-30 02:09:24'),(14881,7869,'action created','2020-12-30 10:09:24','2020-12-30 02:09:24'),(14882,7869,'action started via WP Cron','2020-12-30 10:11:12','2020-12-30 02:11:12'),(14883,7869,'action complete via WP Cron','2020-12-30 10:11:12','2020-12-30 02:11:12'),(14884,7870,'action created','2020-12-30 10:11:12','2020-12-30 02:11:12'),(14885,7870,'action started via WP Cron','2020-12-30 10:12:23','2020-12-30 02:12:23'),(14886,7870,'action complete via WP Cron','2020-12-30 10:12:23','2020-12-30 02:12:23'),(14887,7871,'action created','2020-12-30 10:12:23','2020-12-30 02:12:23'),(14888,7871,'action started via WP Cron','2020-12-30 10:12:43','2020-12-30 02:12:43'),(14889,7871,'action complete via WP Cron','2020-12-30 10:12:43','2020-12-30 02:12:43'),(14890,7872,'action created','2020-12-30 10:12:43','2020-12-30 02:12:43'),(14891,7872,'action started via WP Cron','2020-12-30 10:14:48','2020-12-30 02:14:48'),(14892,7872,'action complete via WP Cron','2020-12-30 10:14:48','2020-12-30 02:14:48'),(14893,7873,'action created','2020-12-30 10:14:48','2020-12-30 02:14:48'),(14894,7873,'action started via WP Cron','2020-12-30 10:19:00','2020-12-30 02:19:00'),(14895,7873,'action complete via WP Cron','2020-12-30 10:19:00','2020-12-30 02:19:00'),(14896,7874,'action created','2020-12-30 10:19:00','2020-12-30 02:19:00'),(14897,7874,'action started via WP Cron','2020-12-30 10:39:32','2020-12-30 02:39:32'),(14898,7874,'action complete via WP Cron','2020-12-30 10:39:32','2020-12-30 02:39:32'),(14899,7875,'action created','2020-12-30 10:39:32','2020-12-30 02:39:32'),(14900,7875,'action started via WP Cron','2020-12-30 10:39:45','2020-12-30 02:39:45'),(14901,7875,'action complete via WP Cron','2020-12-30 10:39:45','2020-12-30 02:39:45'),(14902,7876,'action created','2020-12-30 10:39:45','2020-12-30 02:39:45'),(14903,7876,'action started via WP Cron','2020-12-30 10:40:45','2020-12-30 02:40:45'),(14904,7876,'action complete via WP Cron','2020-12-30 10:40:45','2020-12-30 02:40:45'),(14905,7877,'action created','2020-12-30 10:40:45','2020-12-30 02:40:45'),(14906,7877,'action started via WP Cron','2020-12-30 10:41:45','2020-12-30 02:41:45'),(14907,7877,'action complete via WP Cron','2020-12-30 10:41:45','2020-12-30 02:41:45'),(14908,7878,'action created','2020-12-30 10:41:46','2020-12-30 02:41:46'),(14909,7878,'action started via WP Cron','2020-12-30 10:42:59','2020-12-30 02:42:59'),(14910,7878,'action complete via WP Cron','2020-12-30 10:42:59','2020-12-30 02:42:59'),(14911,7879,'action created','2020-12-30 10:42:59','2020-12-30 02:42:59'),(14912,7879,'action started via WP Cron','2020-12-30 10:43:48','2020-12-30 02:43:48'),(14913,7879,'action complete via WP Cron','2020-12-30 10:43:48','2020-12-30 02:43:48'),(14914,7880,'action created','2020-12-30 10:43:48','2020-12-30 02:43:48'),(14915,7880,'action started via WP Cron','2020-12-30 10:44:49','2020-12-30 02:44:49'),(14916,7880,'action complete via WP Cron','2020-12-30 10:44:49','2020-12-30 02:44:49'),(14917,7881,'action created','2020-12-30 10:44:49','2020-12-30 02:44:49'),(14918,7881,'action started via WP Cron','2020-12-30 10:45:50','2020-12-30 02:45:50'),(14919,7881,'action complete via WP Cron','2020-12-30 10:45:50','2020-12-30 02:45:50'),(14920,7882,'action created','2020-12-30 10:45:50','2020-12-30 02:45:50'),(14921,7882,'action started via WP Cron','2020-12-30 10:48:41','2020-12-30 02:48:41'),(14922,7882,'action complete via WP Cron','2020-12-30 10:48:41','2020-12-30 02:48:41'),(14923,7883,'action created','2020-12-30 10:48:42','2020-12-30 02:48:42'),(14924,7883,'action started via WP Cron','2020-12-30 10:57:35','2020-12-30 02:57:35'),(14925,7883,'action complete via WP Cron','2020-12-30 10:57:35','2020-12-30 02:57:35'),(14926,7884,'action created','2020-12-30 10:57:35','2020-12-30 02:57:35'),(14927,7884,'action started via WP Cron','2020-12-30 11:01:57','2020-12-30 03:01:57'),(14928,7884,'action complete via WP Cron','2020-12-30 11:01:58','2020-12-30 03:01:58'),(14929,7885,'action created','2020-12-30 11:02:02','2020-12-30 03:02:02'),(14930,7885,'action started via WP Cron','2020-12-30 11:08:50','2020-12-30 03:08:50'),(14931,7885,'action complete via WP Cron','2020-12-30 11:08:50','2020-12-30 03:08:50'),(14932,7886,'action created','2020-12-30 11:08:50','2020-12-30 03:08:50'),(14933,7886,'action started via WP Cron','2020-12-30 11:23:23','2020-12-30 03:23:23'),(14934,7886,'action complete via WP Cron','2020-12-30 11:23:23','2020-12-30 03:23:23'),(14935,7887,'action created','2020-12-30 11:23:23','2020-12-30 03:23:23'),(14936,7887,'action started via WP Cron','2020-12-30 11:25:00','2020-12-30 03:25:00'),(14937,7887,'action complete via WP Cron','2020-12-30 11:25:00','2020-12-30 03:25:00'),(14938,7888,'action created','2020-12-30 11:25:00','2020-12-30 03:25:00'),(14939,7888,'action started via WP Cron','2020-12-30 11:32:36','2020-12-30 03:32:36'),(14940,7888,'action complete via WP Cron','2020-12-30 11:32:36','2020-12-30 03:32:36'),(14941,7889,'action created','2020-12-30 11:32:36','2020-12-30 03:32:36'),(14942,7889,'action started via WP Cron','2020-12-30 11:38:33','2020-12-30 03:38:33'),(14943,7889,'action complete via WP Cron','2020-12-30 11:38:33','2020-12-30 03:38:33'),(14944,7890,'action created','2020-12-30 11:38:33','2020-12-30 03:38:33'),(14945,7890,'action started via WP Cron','2020-12-30 11:42:09','2020-12-30 03:42:09'),(14946,7890,'action complete via WP Cron','2020-12-30 11:42:09','2020-12-30 03:42:09'),(14947,7891,'action created','2020-12-30 11:46:23','2020-12-30 03:46:23'),(14948,7891,'action started via WP Cron','2020-12-30 11:47:02','2020-12-30 03:47:02'),(14949,7891,'action complete via WP Cron','2020-12-30 11:47:02','2020-12-30 03:47:02'),(14950,7892,'action created','2020-12-30 11:47:02','2020-12-30 03:47:02'),(14951,7892,'action started via WP Cron','2020-12-30 11:48:24','2020-12-30 03:48:24'),(14952,7892,'action complete via WP Cron','2020-12-30 11:48:24','2020-12-30 03:48:24'),(14953,7893,'action created','2020-12-30 11:48:24','2020-12-30 03:48:24'),(14954,7893,'action started via WP Cron','2020-12-30 11:50:16','2020-12-30 03:50:16'),(14955,7893,'action complete via WP Cron','2020-12-30 11:50:16','2020-12-30 03:50:16'),(14956,7894,'action created','2020-12-30 11:50:16','2020-12-30 03:50:16'),(14957,7894,'action started via WP Cron','2020-12-30 11:51:27','2020-12-30 03:51:27'),(14958,7894,'action complete via WP Cron','2020-12-30 11:51:27','2020-12-30 03:51:27'),(14959,7895,'action created','2020-12-30 11:51:27','2020-12-30 03:51:27'),(14960,7895,'action started via WP Cron','2020-12-30 11:52:21','2020-12-30 03:52:21'),(14961,7895,'action complete via WP Cron','2020-12-30 11:52:21','2020-12-30 03:52:21'),(14962,7896,'action created','2020-12-30 11:52:21','2020-12-30 03:52:21'),(14963,7896,'action started via WP Cron','2020-12-30 11:54:05','2020-12-30 03:54:05'),(14964,7896,'action complete via WP Cron','2020-12-30 11:54:05','2020-12-30 03:54:05'),(14965,7897,'action created','2020-12-30 11:54:06','2020-12-30 03:54:06'),(14966,7897,'action started via WP Cron','2020-12-30 11:55:26','2020-12-30 03:55:26'),(14967,7897,'action complete via WP Cron','2020-12-30 11:55:26','2020-12-30 03:55:26'),(14968,7898,'action created','2020-12-30 11:55:26','2020-12-30 03:55:26'),(14969,7898,'action started via WP Cron','2020-12-30 11:56:36','2020-12-30 03:56:36'),(14970,7898,'action complete via WP Cron','2020-12-30 11:56:36','2020-12-30 03:56:36'),(14971,7899,'action created','2020-12-30 11:56:36','2020-12-30 03:56:36'),(14972,7899,'action started via WP Cron','2020-12-30 11:57:42','2020-12-30 03:57:42'),(14973,7899,'action complete via WP Cron','2020-12-30 11:57:42','2020-12-30 03:57:42'),(14974,7900,'action created','2020-12-30 11:57:42','2020-12-30 03:57:42'),(14975,7900,'action started via WP Cron','2020-12-30 11:58:43','2020-12-30 03:58:43'),(14976,7900,'action complete via WP Cron','2020-12-30 11:58:43','2020-12-30 03:58:43'),(14977,7901,'action created','2020-12-30 11:58:43','2020-12-30 03:58:43'),(14978,7901,'action started via WP Cron','2020-12-30 12:00:29','2020-12-30 04:00:29'),(14979,7901,'action complete via WP Cron','2020-12-30 12:00:29','2020-12-30 04:00:29'),(14980,7902,'action created','2020-12-30 12:00:29','2020-12-30 04:00:29'),(14981,7902,'action started via WP Cron','2020-12-30 12:02:09','2020-12-30 04:02:09'),(14982,7902,'action complete via WP Cron','2020-12-30 12:02:09','2020-12-30 04:02:09'),(14983,7903,'action created','2020-12-30 12:02:09','2020-12-30 04:02:09'),(14984,7903,'action started via WP Cron','2020-12-30 12:04:02','2020-12-30 04:04:02'),(14985,7903,'action complete via WP Cron','2020-12-30 12:04:02','2020-12-30 04:04:02'),(14986,7904,'action created','2020-12-30 12:04:02','2020-12-30 04:04:02'),(14987,7904,'action started via WP Cron','2020-12-30 12:10:40','2020-12-30 04:10:40'),(14988,7904,'action complete via WP Cron','2020-12-30 12:10:42','2020-12-30 04:10:42'),(14989,7905,'action created','2020-12-30 12:10:47','2020-12-30 04:10:47'),(14990,7905,'action started via WP Cron','2020-12-30 12:12:07','2020-12-30 04:12:07'),(14991,7905,'action complete via WP Cron','2020-12-30 12:12:07','2020-12-30 04:12:07'),(14992,7906,'action created','2020-12-30 12:12:07','2020-12-30 04:12:07'),(14993,7906,'action started via WP Cron','2020-12-30 12:13:26','2020-12-30 04:13:26'),(14994,7906,'action complete via WP Cron','2020-12-30 12:13:26','2020-12-30 04:13:26'),(14995,7907,'action created','2020-12-30 12:13:26','2020-12-30 04:13:26'),(14996,7907,'action started via WP Cron','2020-12-30 12:17:03','2020-12-30 04:17:03'),(14997,7907,'action complete via WP Cron','2020-12-30 12:17:03','2020-12-30 04:17:03'),(14998,7908,'action created','2020-12-30 12:17:03','2020-12-30 04:17:03'),(14999,7908,'action started via WP Cron','2020-12-30 12:21:06','2020-12-30 04:21:06'),(15000,7908,'action complete via WP Cron','2020-12-30 12:21:06','2020-12-30 04:21:06'),(15001,7909,'action created','2020-12-30 12:21:06','2020-12-30 04:21:06'),(15002,7909,'action started via WP Cron','2020-12-30 12:22:05','2020-12-30 04:22:05'),(15003,7909,'action complete via WP Cron','2020-12-30 12:22:05','2020-12-30 04:22:05'),(15004,7910,'action created','2020-12-30 12:22:05','2020-12-30 04:22:05'),(15005,7910,'action started via WP Cron','2020-12-30 12:32:04','2020-12-30 04:32:04'),(15006,7910,'action complete via WP Cron','2020-12-30 12:32:04','2020-12-30 04:32:04'),(15007,7911,'action created','2020-12-30 12:32:04','2020-12-30 04:32:04'),(15008,7911,'action started via WP Cron','2020-12-30 12:35:59','2020-12-30 04:35:59'),(15009,7911,'action complete via WP Cron','2020-12-30 12:35:59','2020-12-30 04:35:59'),(15010,7912,'action created','2020-12-30 12:35:59','2020-12-30 04:35:59'),(15011,7912,'action started via WP Cron','2020-12-30 12:36:45','2020-12-30 04:36:45'),(15012,7912,'action complete via WP Cron','2020-12-30 12:36:45','2020-12-30 04:36:45'),(15013,7913,'action created','2020-12-30 12:36:45','2020-12-30 04:36:45'),(15014,7913,'action started via WP Cron','2020-12-30 12:44:05','2020-12-30 04:44:05'),(15015,7913,'action complete via WP Cron','2020-12-30 12:44:05','2020-12-30 04:44:05'),(15016,7914,'action created','2020-12-30 12:44:05','2020-12-30 04:44:05'),(15017,7914,'action started via WP Cron','2020-12-30 12:45:42','2020-12-30 04:45:42'),(15018,7914,'action complete via WP Cron','2020-12-30 12:45:42','2020-12-30 04:45:42'),(15019,7915,'action created','2020-12-30 12:45:42','2020-12-30 04:45:42'),(15020,7915,'action started via WP Cron','2020-12-30 12:52:42','2020-12-30 04:52:42'),(15021,7915,'action complete via WP Cron','2020-12-30 12:52:42','2020-12-30 04:52:42'),(15022,7916,'action created','2020-12-30 12:52:42','2020-12-30 04:52:42'),(15023,7916,'action started via WP Cron','2020-12-30 12:56:57','2020-12-30 04:56:57'),(15024,7916,'action complete via WP Cron','2020-12-30 12:56:57','2020-12-30 04:56:57'),(15025,7917,'action created','2020-12-30 12:56:57','2020-12-30 04:56:57'),(15026,7917,'action started via WP Cron','2020-12-30 12:58:45','2020-12-30 04:58:45'),(15027,7917,'action complete via WP Cron','2020-12-30 12:58:45','2020-12-30 04:58:45'),(15028,7918,'action created','2020-12-30 12:58:45','2020-12-30 04:58:45'),(15029,7918,'action started via WP Cron','2020-12-30 12:59:45','2020-12-30 04:59:45'),(15030,7918,'action complete via WP Cron','2020-12-30 12:59:45','2020-12-30 04:59:45'),(15031,7919,'action created','2020-12-30 13:00:45','2020-12-30 05:00:45'),(15032,7919,'action started via WP Cron','2020-12-30 13:02:11','2020-12-30 05:02:11'),(15033,7919,'action complete via WP Cron','2020-12-30 13:02:11','2020-12-30 05:02:11'),(15034,7920,'action created','2020-12-30 13:02:11','2020-12-30 05:02:11'),(15035,7920,'action started via WP Cron','2020-12-30 13:02:47','2020-12-30 05:02:47'),(15036,7920,'action complete via WP Cron','2020-12-30 13:02:47','2020-12-30 05:02:47'),(15037,7921,'action created','2020-12-30 13:02:47','2020-12-30 05:02:47'),(15038,7921,'action started via WP Cron','2020-12-30 13:03:48','2020-12-30 05:03:48'),(15039,7921,'action complete via WP Cron','2020-12-30 13:03:48','2020-12-30 05:03:48'),(15040,7922,'action created','2020-12-30 13:03:48','2020-12-30 05:03:48'),(15041,7922,'action started via WP Cron','2020-12-30 13:04:48','2020-12-30 05:04:48'),(15042,7922,'action complete via WP Cron','2020-12-30 13:04:48','2020-12-30 05:04:48'),(15043,7923,'action created','2020-12-30 13:04:48','2020-12-30 05:04:48'),(15044,7923,'action started via WP Cron','2020-12-30 13:06:05','2020-12-30 05:06:05'),(15045,7923,'action complete via WP Cron','2020-12-30 13:06:05','2020-12-30 05:06:05'),(15046,7924,'action created','2020-12-30 13:07:19','2020-12-30 05:07:19'),(15047,7924,'action started via WP Cron','2020-12-30 13:07:43','2020-12-30 05:07:43'),(15048,7924,'action complete via WP Cron','2020-12-30 13:07:43','2020-12-30 05:07:43'),(15049,7925,'action created','2020-12-30 13:07:43','2020-12-30 05:07:43'),(15050,7925,'action started via WP Cron','2020-12-30 13:08:50','2020-12-30 05:08:50'),(15051,7925,'action complete via WP Cron','2020-12-30 13:08:50','2020-12-30 05:08:50'),(15052,7926,'action created','2020-12-30 13:08:50','2020-12-30 05:08:50'),(15053,7926,'action started via WP Cron','2020-12-30 13:09:54','2020-12-30 05:09:54'),(15054,7926,'action complete via WP Cron','2020-12-30 13:09:54','2020-12-30 05:09:54'),(15055,7927,'action created','2020-12-30 13:09:54','2020-12-30 05:09:54'),(15056,7927,'action started via WP Cron','2020-12-30 13:11:28','2020-12-30 05:11:28'),(15057,7927,'action complete via WP Cron','2020-12-30 13:11:28','2020-12-30 05:11:28'),(15058,7928,'action created','2020-12-30 13:11:28','2020-12-30 05:11:28'),(15059,7928,'action started via WP Cron','2020-12-30 13:14:00','2020-12-30 05:14:00'),(15060,7928,'action complete via WP Cron','2020-12-30 13:14:00','2020-12-30 05:14:00'),(15061,7929,'action created','2020-12-30 13:14:00','2020-12-30 05:14:00'),(15062,7929,'action started via WP Cron','2020-12-30 13:15:27','2020-12-30 05:15:27'),(15063,7929,'action complete via WP Cron','2020-12-30 13:15:27','2020-12-30 05:15:27'),(15064,7930,'action created','2020-12-30 13:15:28','2020-12-30 05:15:28'),(15065,7930,'action started via WP Cron','2020-12-30 13:15:42','2020-12-30 05:15:42'),(15066,7930,'action complete via WP Cron','2020-12-30 13:15:42','2020-12-30 05:15:42'),(15067,7931,'action created','2020-12-30 13:15:42','2020-12-30 05:15:42'),(15068,7931,'action started via WP Cron','2020-12-30 13:16:41','2020-12-30 05:16:41'),(15069,7931,'action complete via WP Cron','2020-12-30 13:16:41','2020-12-30 05:16:41'),(15070,7932,'action created','2020-12-30 13:16:41','2020-12-30 05:16:41'),(15071,7932,'action started via WP Cron','2020-12-30 13:23:01','2020-12-30 05:23:01'),(15072,7932,'action complete via WP Cron','2020-12-30 13:23:01','2020-12-30 05:23:01'),(15073,7933,'action created','2020-12-30 13:23:01','2020-12-30 05:23:01'),(15074,7933,'action started via WP Cron','2020-12-30 13:35:41','2020-12-30 05:35:41'),(15075,7933,'action complete via WP Cron','2020-12-30 13:35:41','2020-12-30 05:35:41'),(15076,7934,'action created','2020-12-30 13:35:41','2020-12-30 05:35:41'),(15077,7934,'action started via WP Cron','2020-12-30 13:38:42','2020-12-30 05:38:42'),(15078,7934,'action complete via WP Cron','2020-12-30 13:38:42','2020-12-30 05:38:42'),(15079,7935,'action created','2020-12-30 13:38:42','2020-12-30 05:38:42'),(15080,7935,'action started via WP Cron','2020-12-30 13:41:19','2020-12-30 05:41:19'),(15081,7935,'action complete via WP Cron','2020-12-30 13:41:19','2020-12-30 05:41:19'),(15082,7936,'action created','2020-12-30 13:41:19','2020-12-30 05:41:19'),(15083,7936,'action started via WP Cron','2020-12-30 13:43:44','2020-12-30 05:43:44'),(15084,7936,'action complete via WP Cron','2020-12-30 13:43:44','2020-12-30 05:43:44'),(15085,7937,'action created','2020-12-30 13:43:45','2020-12-30 05:43:45'),(15086,7937,'action started via WP Cron','2020-12-30 13:45:31','2020-12-30 05:45:31'),(15087,7937,'action complete via WP Cron','2020-12-30 13:45:31','2020-12-30 05:45:31'),(15088,7938,'action created','2020-12-30 13:45:31','2020-12-30 05:45:31'),(15089,7938,'action started via WP Cron','2020-12-30 13:46:36','2020-12-30 05:46:36'),(15090,7938,'action complete via WP Cron','2020-12-30 13:46:36','2020-12-30 05:46:36'),(15091,7939,'action created','2020-12-30 13:46:36','2020-12-30 05:46:36'),(15092,7939,'action started via WP Cron','2020-12-30 13:48:00','2020-12-30 05:48:00'),(15093,7939,'action complete via WP Cron','2020-12-30 13:48:00','2020-12-30 05:48:00'),(15094,7940,'action created','2020-12-30 13:48:00','2020-12-30 05:48:00'),(15095,7940,'action started via WP Cron','2020-12-30 13:50:30','2020-12-30 05:50:30'),(15096,7940,'action complete via WP Cron','2020-12-30 13:50:30','2020-12-30 05:50:30'),(15097,7941,'action created','2020-12-30 13:50:30','2020-12-30 05:50:30'),(15098,7941,'action started via WP Cron','2020-12-30 13:51:33','2020-12-30 05:51:33'),(15099,7941,'action complete via WP Cron','2020-12-30 13:51:33','2020-12-30 05:51:33'),(15100,7942,'action created','2020-12-30 13:51:33','2020-12-30 05:51:33'),(15101,7942,'action started via WP Cron','2020-12-30 13:53:05','2020-12-30 05:53:05'),(15102,7942,'action complete via WP Cron','2020-12-30 13:53:05','2020-12-30 05:53:05'),(15103,7943,'action created','2020-12-30 13:53:05','2020-12-30 05:53:05'),(15104,7943,'action started via WP Cron','2020-12-30 13:54:05','2020-12-30 05:54:05'),(15105,7943,'action complete via WP Cron','2020-12-30 13:54:05','2020-12-30 05:54:05'),(15106,7944,'action created','2020-12-30 13:54:05','2020-12-30 05:54:05'),(15107,7944,'action started via WP Cron','2020-12-30 13:55:04','2020-12-30 05:55:04'),(15108,7944,'action complete via WP Cron','2020-12-30 13:55:04','2020-12-30 05:55:04'),(15109,7945,'action created','2020-12-30 13:55:05','2020-12-30 05:55:05'),(15110,7945,'action started via WP Cron','2020-12-30 13:57:08','2020-12-30 05:57:08'),(15111,7945,'action complete via WP Cron','2020-12-30 13:57:08','2020-12-30 05:57:08'),(15112,7946,'action created','2020-12-30 13:57:08','2020-12-30 05:57:08'),(15113,7946,'action started via WP Cron','2020-12-30 13:58:08','2020-12-30 05:58:08'),(15114,7946,'action complete via WP Cron','2020-12-30 13:58:08','2020-12-30 05:58:08'),(15115,7947,'action created','2020-12-30 13:58:08','2020-12-30 05:58:08'),(15116,7947,'action started via WP Cron','2020-12-30 13:59:10','2020-12-30 05:59:10'),(15117,7947,'action complete via WP Cron','2020-12-30 13:59:10','2020-12-30 05:59:10'),(15118,7948,'action created','2020-12-30 13:59:10','2020-12-30 05:59:10'),(15119,7948,'action started via WP Cron','2020-12-30 14:04:54','2020-12-30 06:04:54'),(15120,7948,'action complete via WP Cron','2020-12-30 14:04:54','2020-12-30 06:04:54'),(15121,7949,'action created','2020-12-30 14:04:54','2020-12-30 06:04:54'),(15122,7949,'action started via WP Cron','2020-12-30 14:05:49','2020-12-30 06:05:49'),(15123,7949,'action complete via WP Cron','2020-12-30 14:05:49','2020-12-30 06:05:49'),(15124,7950,'action created','2020-12-30 14:06:49','2020-12-30 06:06:49'),(15125,7950,'action started via WP Cron','2020-12-30 14:07:50','2020-12-30 06:07:50'),(15126,7950,'action complete via WP Cron','2020-12-30 14:07:50','2020-12-30 06:07:50'),(15127,7951,'action created','2020-12-30 14:07:50','2020-12-30 06:07:50'),(15128,7951,'action started via WP Cron','2020-12-30 14:08:51','2020-12-30 06:08:51'),(15129,7951,'action complete via WP Cron','2020-12-30 14:08:51','2020-12-30 06:08:51'),(15130,7952,'action created','2020-12-30 14:08:52','2020-12-30 06:08:52'),(15131,7952,'action started via WP Cron','2020-12-30 14:09:50','2020-12-30 06:09:50'),(15132,7952,'action complete via WP Cron','2020-12-30 14:09:50','2020-12-30 06:09:50'),(15133,7953,'action created','2020-12-30 14:09:50','2020-12-30 06:09:50'),(15134,7953,'action started via WP Cron','2020-12-30 14:10:53','2020-12-30 06:10:53'),(15135,7953,'action complete via WP Cron','2020-12-30 14:10:53','2020-12-30 06:10:53'),(15136,7954,'action created','2020-12-30 14:10:53','2020-12-30 06:10:53'),(15137,7954,'action started via WP Cron','2020-12-30 14:12:12','2020-12-30 06:12:12'),(15138,7954,'action complete via WP Cron','2020-12-30 14:12:12','2020-12-30 06:12:12'),(15139,7955,'action created','2020-12-30 14:12:12','2020-12-30 06:12:12'),(15140,7955,'action started via WP Cron','2020-12-30 14:13:28','2020-12-30 06:13:28'),(15141,7955,'action complete via WP Cron','2020-12-30 14:13:28','2020-12-30 06:13:28'),(15142,7956,'action created','2020-12-30 14:13:28','2020-12-30 06:13:28'),(15143,7956,'action started via WP Cron','2020-12-30 14:15:37','2020-12-30 06:15:37'),(15144,7956,'action complete via WP Cron','2020-12-30 14:15:37','2020-12-30 06:15:37'),(15145,7957,'action created','2020-12-30 14:15:37','2020-12-30 06:15:37'),(15146,7957,'action started via WP Cron','2020-12-30 14:18:35','2020-12-30 06:18:35'),(15147,7957,'action complete via WP Cron','2020-12-30 14:18:35','2020-12-30 06:18:35'),(15148,7958,'action created','2020-12-30 14:18:35','2020-12-30 06:18:35'),(15149,7958,'action started via WP Cron','2020-12-30 14:18:59','2020-12-30 06:18:59'),(15150,7958,'action complete via WP Cron','2020-12-30 14:18:59','2020-12-30 06:18:59'),(15151,7959,'action created','2020-12-30 14:20:40','2020-12-30 06:20:40'),(15152,7959,'action started via WP Cron','2020-12-30 14:23:16','2020-12-30 06:23:16'),(15153,7959,'action complete via WP Cron','2020-12-30 14:23:16','2020-12-30 06:23:16'),(15154,7960,'action created','2020-12-30 14:23:55','2020-12-30 06:23:55'),(15155,7960,'action started via WP Cron','2020-12-30 14:30:57','2020-12-30 06:30:57'),(15156,7960,'action complete via WP Cron','2020-12-30 14:30:57','2020-12-30 06:30:57'),(15157,7961,'action created','2020-12-30 14:30:58','2020-12-30 06:30:58'),(15158,7961,'action started via WP Cron','2020-12-30 14:37:32','2020-12-30 06:37:32'),(15159,7961,'action complete via WP Cron','2020-12-30 14:37:32','2020-12-30 06:37:32'),(15160,7962,'action created','2020-12-30 14:37:32','2020-12-30 06:37:32'),(15161,7962,'action started via WP Cron','2020-12-30 14:38:14','2020-12-30 06:38:14'),(15162,7962,'action complete via WP Cron','2020-12-30 14:38:14','2020-12-30 06:38:14'),(15163,7963,'action created','2020-12-30 14:38:14','2020-12-30 06:38:14'),(15164,7963,'action started via WP Cron','2020-12-30 14:39:49','2020-12-30 06:39:49'),(15165,7963,'action complete via WP Cron','2020-12-30 14:39:49','2020-12-30 06:39:49'),(15166,7964,'action created','2020-12-30 14:39:49','2020-12-30 06:39:49'),(15167,7964,'action started via WP Cron','2020-12-30 14:41:32','2020-12-30 06:41:32'),(15168,7964,'action complete via WP Cron','2020-12-30 14:41:32','2020-12-30 06:41:32'),(15169,7965,'action created','2020-12-30 14:41:32','2020-12-30 06:41:32'),(15170,7965,'action started via WP Cron','2020-12-30 14:42:07','2020-12-30 06:42:07'),(15171,7965,'action complete via WP Cron','2020-12-30 14:42:07','2020-12-30 06:42:07'),(15172,7966,'action created','2020-12-30 14:42:07','2020-12-30 06:42:07'),(15173,7966,'action started via WP Cron','2020-12-30 14:42:43','2020-12-30 06:42:43'),(15174,7966,'action complete via WP Cron','2020-12-30 14:42:43','2020-12-30 06:42:43'),(15175,7967,'action created','2020-12-30 14:42:43','2020-12-30 06:42:43'),(15176,7967,'action started via WP Cron','2020-12-30 14:43:46','2020-12-30 06:43:46'),(15177,7967,'action complete via WP Cron','2020-12-30 14:43:46','2020-12-30 06:43:46'),(15178,7968,'action created','2020-12-30 14:43:46','2020-12-30 06:43:46'),(15179,7968,'action started via WP Cron','2020-12-30 14:45:02','2020-12-30 06:45:02'),(15180,7968,'action complete via WP Cron','2020-12-30 14:45:02','2020-12-30 06:45:02'),(15181,7969,'action created','2020-12-30 14:46:03','2020-12-30 06:46:03'),(15182,7969,'action started via WP Cron','2020-12-30 14:47:11','2020-12-30 06:47:11'),(15183,7969,'action complete via WP Cron','2020-12-30 14:47:11','2020-12-30 06:47:11'),(15184,7970,'action created','2020-12-30 14:47:11','2020-12-30 06:47:11'),(15185,7970,'action started via WP Cron','2020-12-30 14:48:36','2020-12-30 06:48:36'),(15186,7970,'action complete via WP Cron','2020-12-30 14:48:36','2020-12-30 06:48:36'),(15187,7971,'action created','2020-12-30 14:48:36','2020-12-30 06:48:36'),(15188,7971,'action started via WP Cron','2020-12-30 14:50:14','2020-12-30 06:50:14'),(15189,7971,'action complete via WP Cron','2020-12-30 14:50:14','2020-12-30 06:50:14'),(15190,7972,'action created','2020-12-30 14:50:14','2020-12-30 06:50:14'),(15191,7972,'action started via WP Cron','2020-12-30 14:52:44','2020-12-30 06:52:44'),(15192,7972,'action complete via WP Cron','2020-12-30 14:52:44','2020-12-30 06:52:44'),(15193,7973,'action created','2020-12-30 14:53:44','2020-12-30 06:53:44'),(15194,7973,'action started via WP Cron','2020-12-30 14:58:41','2020-12-30 06:58:41'),(15195,7973,'action complete via WP Cron','2020-12-30 14:58:41','2020-12-30 06:58:41'),(15196,7974,'action created','2020-12-30 14:58:41','2020-12-30 06:58:41'),(15197,7974,'action started via WP Cron','2020-12-30 15:00:10','2020-12-30 07:00:10'),(15198,7974,'action complete via WP Cron','2020-12-30 15:00:10','2020-12-30 07:00:10'),(15199,7975,'action created','2020-12-30 15:00:10','2020-12-30 07:00:10'),(15200,7975,'action started via WP Cron','2020-12-30 15:01:11','2020-12-30 07:01:11'),(15201,7975,'action complete via WP Cron','2020-12-30 15:01:11','2020-12-30 07:01:11'),(15202,7976,'action created','2020-12-30 15:01:11','2020-12-30 07:01:11'),(15203,7976,'action started via WP Cron','2020-12-30 15:03:13','2020-12-30 07:03:13'),(15204,7976,'action complete via WP Cron','2020-12-30 15:03:13','2020-12-30 07:03:13'),(15205,7977,'action created','2020-12-30 15:03:13','2020-12-30 07:03:13'),(15206,7977,'action started via WP Cron','2020-12-30 15:04:14','2020-12-30 07:04:14'),(15207,7977,'action complete via WP Cron','2020-12-30 15:04:14','2020-12-30 07:04:14'),(15208,7978,'action created','2020-12-30 15:04:14','2020-12-30 07:04:14'),(15209,7978,'action started via WP Cron','2020-12-30 15:05:20','2020-12-30 07:05:20'),(15210,7978,'action complete via WP Cron','2020-12-30 15:05:20','2020-12-30 07:05:20'),(15211,7979,'action created','2020-12-30 15:05:20','2020-12-30 07:05:20'),(15212,7979,'action started via WP Cron','2020-12-30 15:06:34','2020-12-30 07:06:34'),(15213,7979,'action complete via WP Cron','2020-12-30 15:06:34','2020-12-30 07:06:34'),(15214,7980,'action created','2020-12-30 15:08:36','2020-12-30 07:08:36'),(15215,7980,'action started via WP Cron','2020-12-30 15:11:53','2020-12-30 07:11:53'),(15216,7980,'action complete via WP Cron','2020-12-30 15:11:53','2020-12-30 07:11:53'),(15217,7981,'action created','2020-12-30 15:11:53','2020-12-30 07:11:53'),(15218,7981,'action started via WP Cron','2020-12-30 15:12:54','2020-12-30 07:12:54'),(15219,7981,'action complete via WP Cron','2020-12-30 15:12:54','2020-12-30 07:12:54'),(15220,7982,'action created','2020-12-30 15:12:54','2020-12-30 07:12:54'),(15221,7982,'action started via WP Cron','2020-12-30 15:13:48','2020-12-30 07:13:48'),(15222,7982,'action complete via WP Cron','2020-12-30 15:13:48','2020-12-30 07:13:48'),(15223,7983,'action created','2020-12-30 15:13:49','2020-12-30 07:13:49'),(15224,7983,'action started via WP Cron','2020-12-30 15:15:30','2020-12-30 07:15:30'),(15225,7983,'action complete via WP Cron','2020-12-30 15:15:30','2020-12-30 07:15:30'),(15226,7984,'action created','2020-12-30 15:15:30','2020-12-30 07:15:30'),(15227,7984,'action started via WP Cron','2020-12-30 15:15:57','2020-12-30 07:15:57'),(15228,7984,'action complete via WP Cron','2020-12-30 15:15:57','2020-12-30 07:15:57'),(15229,7985,'action created','2020-12-30 15:15:58','2020-12-30 07:15:58'),(15230,7985,'action started via WP Cron','2020-12-30 15:17:32','2020-12-30 07:17:32'),(15231,7985,'action complete via WP Cron','2020-12-30 15:17:32','2020-12-30 07:17:32'),(15232,7986,'action created','2020-12-30 15:17:32','2020-12-30 07:17:32'),(15233,7986,'action started via WP Cron','2020-12-30 15:20:58','2020-12-30 07:20:58'),(15234,7986,'action complete via WP Cron','2020-12-30 15:20:58','2020-12-30 07:20:58'),(15235,7987,'action created','2020-12-30 15:20:59','2020-12-30 07:20:59'),(15236,7987,'action started via WP Cron','2020-12-30 15:29:46','2020-12-30 07:29:46'),(15237,7987,'action complete via WP Cron','2020-12-30 15:29:46','2020-12-30 07:29:46'),(15238,7988,'action created','2020-12-30 15:29:46','2020-12-30 07:29:46'),(15239,7988,'action started via WP Cron','2020-12-30 15:31:40','2020-12-30 07:31:40'),(15240,7988,'action complete via WP Cron','2020-12-30 15:31:40','2020-12-30 07:31:40'),(15241,7989,'action created','2020-12-30 15:31:40','2020-12-30 07:31:40'),(15242,7989,'action started via WP Cron','2020-12-30 15:32:47','2020-12-30 07:32:47'),(15243,7989,'action complete via WP Cron','2020-12-30 15:32:47','2020-12-30 07:32:47'),(15244,7990,'action created','2020-12-30 15:32:47','2020-12-30 07:32:47'),(15245,7990,'action started via WP Cron','2020-12-30 15:33:47','2020-12-30 07:33:47'),(15246,7990,'action complete via WP Cron','2020-12-30 15:33:47','2020-12-30 07:33:47'),(15247,7991,'action created','2020-12-30 15:33:48','2020-12-30 07:33:48'),(15248,7991,'action started via WP Cron','2020-12-30 15:35:55','2020-12-30 07:35:55'),(15249,7991,'action complete via WP Cron','2020-12-30 15:35:55','2020-12-30 07:35:55'),(15250,7992,'action created','2020-12-30 15:35:55','2020-12-30 07:35:55'),(15251,7992,'action started via WP Cron','2020-12-30 15:36:55','2020-12-30 07:36:55'),(15252,7992,'action complete via WP Cron','2020-12-30 15:36:55','2020-12-30 07:36:55'),(15253,7993,'action created','2020-12-30 15:36:55','2020-12-30 07:36:55'),(15254,7993,'action started via WP Cron','2020-12-30 15:37:57','2020-12-30 07:37:57'),(15255,7993,'action complete via WP Cron','2020-12-30 15:37:57','2020-12-30 07:37:57'),(15256,7994,'action created','2020-12-30 15:37:57','2020-12-30 07:37:57'),(15257,7994,'action started via WP Cron','2020-12-30 15:39:05','2020-12-30 07:39:05'),(15258,7994,'action complete via WP Cron','2020-12-30 15:39:05','2020-12-30 07:39:05'),(15259,7995,'action created','2020-12-30 15:39:05','2020-12-30 07:39:05'),(15260,7995,'action started via WP Cron','2020-12-30 15:41:17','2020-12-30 07:41:17'),(15261,7995,'action complete via WP Cron','2020-12-30 15:41:17','2020-12-30 07:41:17'),(15262,7996,'action created','2020-12-30 15:41:18','2020-12-30 07:41:18'),(15263,7996,'action started via WP Cron','2020-12-30 15:43:41','2020-12-30 07:43:41'),(15264,7996,'action complete via WP Cron','2020-12-30 15:43:41','2020-12-30 07:43:41'),(15265,7997,'action created','2020-12-30 15:43:41','2020-12-30 07:43:41'),(15266,7997,'action started via WP Cron','2020-12-30 15:47:50','2020-12-30 07:47:50'),(15267,7997,'action complete via WP Cron','2020-12-30 15:47:50','2020-12-30 07:47:50'),(15268,7998,'action created','2020-12-30 15:47:50','2020-12-30 07:47:50'),(15269,7998,'action started via WP Cron','2020-12-30 15:49:18','2020-12-30 07:49:18'),(15270,7998,'action complete via WP Cron','2020-12-30 15:49:18','2020-12-30 07:49:18'),(15271,7999,'action created','2020-12-30 15:49:18','2020-12-30 07:49:18'),(15272,7999,'action started via WP Cron','2020-12-30 15:49:52','2020-12-30 07:49:52'),(15273,7999,'action complete via WP Cron','2020-12-30 15:49:52','2020-12-30 07:49:52'),(15274,8000,'action created','2020-12-30 15:49:52','2020-12-30 07:49:52'),(15275,8000,'action started via WP Cron','2020-12-30 15:52:31','2020-12-30 07:52:31'),(15276,8000,'action complete via WP Cron','2020-12-30 15:52:31','2020-12-30 07:52:31'),(15277,8001,'action created','2020-12-30 15:52:32','2020-12-30 07:52:32'),(15278,8001,'action started via WP Cron','2020-12-30 15:53:39','2020-12-30 07:53:39'),(15279,8001,'action complete via WP Cron','2020-12-30 15:53:39','2020-12-30 07:53:39'),(15280,8002,'action created','2020-12-30 15:53:39','2020-12-30 07:53:39'),(15281,8002,'action started via WP Cron','2020-12-30 15:53:57','2020-12-30 07:53:57'),(15282,8002,'action complete via WP Cron','2020-12-30 15:53:57','2020-12-30 07:53:57'),(15283,8003,'action created','2020-12-30 15:53:57','2020-12-30 07:53:57'),(15284,8003,'action started via WP Cron','2020-12-30 15:54:45','2020-12-30 07:54:45'),(15285,8003,'action complete via WP Cron','2020-12-30 15:54:45','2020-12-30 07:54:45'),(15286,8004,'action created','2020-12-30 15:54:45','2020-12-30 07:54:45'),(15287,8004,'action started via WP Cron','2020-12-30 15:58:47','2020-12-30 07:58:47'),(15288,8004,'action complete via WP Cron','2020-12-30 15:58:47','2020-12-30 07:58:47'),(15289,8005,'action created','2020-12-30 15:58:57','2020-12-30 07:58:57'),(15290,8005,'action started via WP Cron','2020-12-30 16:00:29','2020-12-30 08:00:29'),(15291,8005,'action complete via WP Cron','2020-12-30 16:00:29','2020-12-30 08:00:29'),(15292,8006,'action created','2020-12-30 16:00:29','2020-12-30 08:00:29'),(15293,8006,'action started via WP Cron','2020-12-30 16:01:29','2020-12-30 08:01:29'),(15294,8006,'action complete via WP Cron','2020-12-30 16:01:29','2020-12-30 08:01:29'),(15295,8007,'action created','2020-12-30 16:01:30','2020-12-30 08:01:30'),(15296,8007,'action started via WP Cron','2020-12-30 16:01:55','2020-12-30 08:01:55'),(15297,8007,'action complete via WP Cron','2020-12-30 16:01:55','2020-12-30 08:01:55'),(15298,8008,'action created','2020-12-30 16:02:32','2020-12-30 08:02:32'),(15299,8008,'action started via WP Cron','2020-12-30 16:03:32','2020-12-30 08:03:32'),(15300,8008,'action complete via WP Cron','2020-12-30 16:03:32','2020-12-30 08:03:32'),(15301,8009,'action created','2020-12-30 16:03:32','2020-12-30 08:03:32'),(15302,8009,'action started via WP Cron','2020-12-30 16:04:33','2020-12-30 08:04:33'),(15303,8009,'action complete via WP Cron','2020-12-30 16:04:33','2020-12-30 08:04:33'),(15304,8010,'action created','2020-12-30 16:04:33','2020-12-30 08:04:33'),(15305,8010,'action started via WP Cron','2020-12-30 16:06:35','2020-12-30 08:06:35'),(15306,8010,'action complete via WP Cron','2020-12-30 16:06:35','2020-12-30 08:06:35'),(15307,8011,'action created','2020-12-30 16:06:35','2020-12-30 08:06:35'),(15308,8011,'action started via WP Cron','2020-12-30 16:08:44','2020-12-30 08:08:44'),(15309,8011,'action complete via WP Cron','2020-12-30 16:08:44','2020-12-30 08:08:44'),(15310,8012,'action created','2020-12-30 16:08:44','2020-12-30 08:08:44'),(15311,8012,'action started via WP Cron','2020-12-30 16:10:22','2020-12-30 08:10:22'),(15312,8012,'action complete via WP Cron','2020-12-30 16:10:23','2020-12-30 08:10:23'),(15313,8013,'action created','2020-12-30 16:15:17','2020-12-30 08:15:17'),(15314,8013,'action started via WP Cron','2020-12-30 16:17:38','2020-12-30 08:17:38'),(15315,8013,'action complete via WP Cron','2020-12-30 16:17:38','2020-12-30 08:17:38'),(15316,8014,'action created','2020-12-30 16:17:38','2020-12-30 08:17:38'),(15317,8014,'action started via WP Cron','2020-12-30 16:18:14','2020-12-30 08:18:14'),(15318,8014,'action complete via WP Cron','2020-12-30 16:18:14','2020-12-30 08:18:14'),(15319,8015,'action created','2020-12-30 16:18:14','2020-12-30 08:18:14'),(15320,8015,'action started via WP Cron','2020-12-30 16:19:32','2020-12-30 08:19:32'),(15321,8015,'action complete via WP Cron','2020-12-30 16:19:32','2020-12-30 08:19:32'),(15322,8016,'action created','2020-12-30 16:19:33','2020-12-30 08:19:33'),(15323,8016,'action started via WP Cron','2020-12-30 16:20:31','2020-12-30 08:20:31'),(15324,8016,'action complete via WP Cron','2020-12-30 16:20:31','2020-12-30 08:20:31'),(15325,8017,'action created','2020-12-30 16:20:31','2020-12-30 08:20:31'),(15326,8017,'action started via WP Cron','2020-12-30 16:21:35','2020-12-30 08:21:35'),(15327,8017,'action complete via WP Cron','2020-12-30 16:21:35','2020-12-30 08:21:35'),(15328,8018,'action created','2020-12-30 16:21:35','2020-12-30 08:21:35'),(15329,8018,'action started via WP Cron','2020-12-30 16:23:36','2020-12-30 08:23:36'),(15330,8018,'action complete via WP Cron','2020-12-30 16:23:36','2020-12-30 08:23:36'),(15331,8019,'action created','2020-12-30 16:23:37','2020-12-30 08:23:37'),(15332,8019,'action started via WP Cron','2020-12-30 16:24:18','2020-12-30 08:24:18'),(15333,8019,'action complete via WP Cron','2020-12-30 16:24:18','2020-12-30 08:24:18'),(15334,8020,'action created','2020-12-30 16:24:18','2020-12-30 08:24:18'),(15335,8020,'action started via WP Cron','2020-12-30 16:25:42','2020-12-30 08:25:42'),(15336,8020,'action complete via WP Cron','2020-12-30 16:25:42','2020-12-30 08:25:42'),(15337,8021,'action created','2020-12-30 16:25:42','2020-12-30 08:25:42'),(15338,8021,'action started via WP Cron','2020-12-30 16:27:14','2020-12-30 08:27:14'),(15339,8021,'action complete via WP Cron','2020-12-30 16:27:14','2020-12-30 08:27:14'),(15340,8022,'action created','2020-12-30 16:27:14','2020-12-30 08:27:14'),(15341,8022,'action started via WP Cron','2020-12-30 16:32:08','2020-12-30 08:32:08'),(15342,8022,'action complete via WP Cron','2020-12-30 16:32:08','2020-12-30 08:32:08'),(15343,8023,'action created','2020-12-30 16:32:08','2020-12-30 08:32:08'),(15344,8023,'action started via WP Cron','2020-12-30 16:36:03','2020-12-30 08:36:03'),(15345,8023,'action complete via WP Cron','2020-12-30 16:36:03','2020-12-30 08:36:03'),(15346,8024,'action created','2020-12-30 16:36:03','2020-12-30 08:36:03'),(15347,8024,'action started via WP Cron','2020-12-30 16:39:55','2020-12-30 08:39:55'),(15348,8024,'action complete via WP Cron','2020-12-30 16:39:55','2020-12-30 08:39:55'),(15349,8025,'action created','2020-12-30 16:39:55','2020-12-30 08:39:55'),(15350,8025,'action started via WP Cron','2020-12-30 16:49:15','2020-12-30 08:49:15'),(15351,8025,'action complete via WP Cron','2020-12-30 16:49:15','2020-12-30 08:49:15'),(15352,8026,'action created','2020-12-30 16:49:15','2020-12-30 08:49:15'),(15353,8026,'action started via WP Cron','2020-12-30 16:51:57','2020-12-30 08:51:57'),(15354,8026,'action complete via WP Cron','2020-12-30 16:51:57','2020-12-30 08:51:57'),(15355,8027,'action created','2020-12-30 16:51:57','2020-12-30 08:51:57'),(15356,8027,'action started via WP Cron','2020-12-30 16:53:11','2020-12-30 08:53:11'),(15357,8027,'action complete via WP Cron','2020-12-30 16:53:11','2020-12-30 08:53:11'),(15358,8028,'action created','2020-12-30 16:53:11','2020-12-30 08:53:11'),(15359,8028,'action started via WP Cron','2020-12-30 16:54:10','2020-12-30 08:54:10'),(15360,8028,'action complete via WP Cron','2020-12-30 16:54:10','2020-12-30 08:54:10'),(15361,8029,'action created','2020-12-30 16:54:10','2020-12-30 08:54:10'),(15362,8029,'action started via WP Cron','2020-12-30 16:54:50','2020-12-30 08:54:50'),(15363,8029,'action complete via WP Cron','2020-12-30 16:54:50','2020-12-30 08:54:50'),(15364,8030,'action created','2020-12-30 16:54:50','2020-12-30 08:54:50'),(15365,8030,'action started via WP Cron','2020-12-30 16:55:53','2020-12-30 08:55:53'),(15366,8030,'action complete via WP Cron','2020-12-30 16:55:53','2020-12-30 08:55:53'),(15367,8031,'action created','2020-12-30 16:55:53','2020-12-30 08:55:53'),(15368,8031,'action started via WP Cron','2020-12-30 16:57:04','2020-12-30 08:57:04'),(15369,8031,'action complete via WP Cron','2020-12-30 16:57:04','2020-12-30 08:57:04'),(15370,8032,'action created','2020-12-30 16:59:21','2020-12-30 08:59:21'),(15371,8032,'action started via WP Cron','2020-12-30 16:59:43','2020-12-30 08:59:43'),(15372,8032,'action complete via WP Cron','2020-12-30 16:59:43','2020-12-30 08:59:43'),(15373,8033,'action created','2020-12-30 16:59:43','2020-12-30 08:59:43'),(15374,8033,'action started via WP Cron','2020-12-30 17:00:56','2020-12-30 09:00:56'),(15375,8033,'action complete via WP Cron','2020-12-30 17:00:56','2020-12-30 09:00:56'),(15376,8034,'action created','2020-12-30 17:00:56','2020-12-30 09:00:56'),(15377,8034,'action started via WP Cron','2020-12-30 17:02:16','2020-12-30 09:02:16'),(15378,8034,'action complete via WP Cron','2020-12-30 17:02:16','2020-12-30 09:02:16'),(15379,8035,'action created','2020-12-30 17:02:16','2020-12-30 09:02:16'),(15380,8035,'action started via WP Cron','2020-12-30 17:02:50','2020-12-30 09:02:50'),(15381,8035,'action complete via WP Cron','2020-12-30 17:02:50','2020-12-30 09:02:50'),(15385,8037,'action created','2020-12-30 17:07:13','2020-12-30 09:07:13'),(15386,8037,'action started via WP Cron','2020-12-30 17:08:14','2020-12-30 09:08:14'),(15387,8037,'action complete via WP Cron','2020-12-30 17:08:14','2020-12-30 09:08:14'),(15388,8038,'action created','2020-12-30 17:08:14','2020-12-30 09:08:14'),(15389,8038,'action started via WP Cron','2020-12-30 17:09:15','2020-12-30 09:09:15'),(15390,8038,'action complete via WP Cron','2020-12-30 17:09:15','2020-12-30 09:09:15'),(15391,8039,'action created','2020-12-30 17:09:15','2020-12-30 09:09:15'),(15392,8039,'action started via WP Cron','2020-12-30 17:10:15','2020-12-30 09:10:15'),(15393,8039,'action complete via WP Cron','2020-12-30 17:10:15','2020-12-30 09:10:15'),(15394,8040,'action created','2020-12-30 17:10:16','2020-12-30 09:10:16'),(15395,8040,'action started via WP Cron','2020-12-30 17:11:23','2020-12-30 09:11:23'),(15396,8040,'action complete via WP Cron','2020-12-30 17:11:24','2020-12-30 09:11:24'),(15397,8041,'action created','2020-12-30 17:11:30','2020-12-30 09:11:30'),(15398,8041,'action started via WP Cron','2020-12-30 17:12:07','2020-12-30 09:12:07'),(15399,8041,'action complete via WP Cron','2020-12-30 17:12:07','2020-12-30 09:12:07'),(15400,8042,'action created','2020-12-30 17:12:07','2020-12-30 09:12:07'),(15401,8042,'action started via WP Cron','2020-12-30 17:13:19','2020-12-30 09:13:19'),(15402,8042,'action complete via WP Cron','2020-12-30 17:13:19','2020-12-30 09:13:19'),(15403,8043,'action created','2020-12-30 17:13:19','2020-12-30 09:13:19'),(15404,8043,'action started via WP Cron','2020-12-30 17:14:00','2020-12-30 09:14:00'),(15405,8043,'action complete via WP Cron','2020-12-30 17:14:00','2020-12-30 09:14:00'),(15406,8044,'action created','2020-12-30 17:14:00','2020-12-30 09:14:00'),(15407,8044,'action started via WP Cron','2020-12-30 17:17:12','2020-12-30 09:17:12'),(15408,8044,'action complete via WP Cron','2020-12-30 17:17:12','2020-12-30 09:17:12'),(15409,8045,'action created','2020-12-30 17:17:12','2020-12-30 09:17:12'),(15410,8045,'action started via WP Cron','2020-12-30 17:18:37','2020-12-30 09:18:37'),(15411,8045,'action complete via WP Cron','2020-12-30 17:18:37','2020-12-30 09:18:37'),(15412,8046,'action created','2020-12-30 17:18:38','2020-12-30 09:18:38'),(15413,8046,'action started via WP Cron','2020-12-30 17:22:31','2020-12-30 09:22:31'),(15414,8046,'action complete via WP Cron','2020-12-30 17:22:31','2020-12-30 09:22:31'),(15415,8047,'action created','2020-12-30 17:22:31','2020-12-30 09:22:31'),(15416,8047,'action started via WP Cron','2020-12-30 17:23:56','2020-12-30 09:23:56'),(15417,8047,'action complete via WP Cron','2020-12-30 17:23:56','2020-12-30 09:23:56'),(15418,8048,'action created','2020-12-30 17:23:57','2020-12-30 09:23:57'),(15419,8048,'action started via WP Cron','2020-12-30 17:24:41','2020-12-30 09:24:41'),(15420,8048,'action complete via WP Cron','2020-12-30 17:24:41','2020-12-30 09:24:41'),(15421,8049,'action created','2020-12-30 17:24:41','2020-12-30 09:24:41'),(15422,8049,'action started via WP Cron','2020-12-30 17:25:45','2020-12-30 09:25:45'),(15423,8049,'action complete via WP Cron','2020-12-30 17:25:45','2020-12-30 09:25:45'),(15424,8050,'action created','2020-12-30 17:25:45','2020-12-30 09:25:45'),(15425,8050,'action started via WP Cron','2020-12-30 17:28:56','2020-12-30 09:28:56'),(15426,8050,'action complete via WP Cron','2020-12-30 17:28:56','2020-12-30 09:28:56'),(15427,8051,'action created','2020-12-30 17:28:57','2020-12-30 09:28:57'),(15428,8051,'action started via WP Cron','2020-12-30 17:29:58','2020-12-30 09:29:58'),(15429,8051,'action complete via WP Cron','2020-12-30 17:29:58','2020-12-30 09:29:58'),(15430,8052,'action created','2020-12-30 17:30:00','2020-12-30 09:30:00'),(15431,8052,'action started via WP Cron','2020-12-30 17:30:46','2020-12-30 09:30:46'),(15432,8052,'action complete via WP Cron','2020-12-30 17:30:46','2020-12-30 09:30:46'),(15433,8053,'action created','2020-12-30 17:30:46','2020-12-30 09:30:46'),(15434,8053,'action started via WP Cron','2020-12-30 17:34:07','2020-12-30 09:34:07'),(15435,8053,'action complete via WP Cron','2020-12-30 17:34:07','2020-12-30 09:34:07'),(15436,8054,'action created','2020-12-30 17:34:07','2020-12-30 09:34:07'),(15437,8054,'action started via WP Cron','2020-12-30 17:35:45','2020-12-30 09:35:45'),(15438,8054,'action complete via WP Cron','2020-12-30 17:35:45','2020-12-30 09:35:45'),(15439,8055,'action created','2020-12-30 17:35:45','2020-12-30 09:35:45'),(15440,8055,'action started via WP Cron','2020-12-30 17:36:43','2020-12-30 09:36:43'),(15441,8055,'action complete via WP Cron','2020-12-30 17:36:43','2020-12-30 09:36:43'),(15442,8056,'action created','2020-12-30 17:36:43','2020-12-30 09:36:43'),(15443,8056,'action started via WP Cron','2020-12-30 17:42:29','2020-12-30 09:42:29'),(15444,8056,'action complete via WP Cron','2020-12-30 17:42:29','2020-12-30 09:42:29'),(15445,8057,'action created','2020-12-30 17:42:29','2020-12-30 09:42:29'),(15446,8057,'action started via WP Cron','2020-12-30 17:42:44','2020-12-30 09:42:44'),(15447,8057,'action complete via WP Cron','2020-12-30 17:42:44','2020-12-30 09:42:44'),(15448,8058,'action created','2020-12-30 17:42:45','2020-12-30 09:42:45'),(15449,8058,'action started via WP Cron','2020-12-30 17:44:27','2020-12-30 09:44:27'),(15450,8058,'action complete via WP Cron','2020-12-30 17:44:27','2020-12-30 09:44:27'),(15451,8059,'action created','2020-12-30 17:44:28','2020-12-30 09:44:28'),(15452,8059,'action started via WP Cron','2020-12-30 17:44:42','2020-12-30 09:44:42'),(15453,8059,'action complete via WP Cron','2020-12-30 17:44:42','2020-12-30 09:44:42'),(15454,8060,'action created','2020-12-30 17:44:42','2020-12-30 09:44:42'),(15455,8060,'action started via WP Cron','2020-12-30 18:02:57','2020-12-30 10:02:57'),(15456,8060,'action complete via WP Cron','2020-12-30 18:02:57','2020-12-30 10:02:57'),(15457,8061,'action created','2020-12-30 18:04:07','2020-12-30 10:04:07'),(15458,8061,'action started via WP Cron','2020-12-30 18:05:30','2020-12-30 10:05:30'),(15459,8061,'action complete via WP Cron','2020-12-30 18:05:30','2020-12-30 10:05:30'),(15460,8062,'action created','2020-12-30 18:05:30','2020-12-30 10:05:30'),(15461,8062,'action started via WP Cron','2020-12-30 18:05:44','2020-12-30 10:05:44'),(15462,8062,'action complete via WP Cron','2020-12-30 18:05:44','2020-12-30 10:05:44'),(15463,8063,'action created','2020-12-30 18:05:44','2020-12-30 10:05:44'),(15464,8063,'action started via WP Cron','2020-12-30 18:07:55','2020-12-30 10:07:55'),(15465,8063,'action complete via WP Cron','2020-12-30 18:07:55','2020-12-30 10:07:55'),(15466,8064,'action created','2020-12-30 18:07:56','2020-12-30 10:07:56'),(15467,8064,'action started via WP Cron','2020-12-30 18:09:01','2020-12-30 10:09:01'),(15468,8064,'action complete via WP Cron','2020-12-30 18:09:01','2020-12-30 10:09:01'),(15469,8065,'action created','2020-12-30 18:09:01','2020-12-30 10:09:01'),(15470,8065,'action started via WP Cron','2020-12-30 18:10:05','2020-12-30 10:10:05'),(15471,8065,'action complete via WP Cron','2020-12-30 18:10:05','2020-12-30 10:10:05'),(15472,8066,'action created','2020-12-30 18:10:05','2020-12-30 10:10:05'),(15473,8066,'action started via WP Cron','2020-12-30 18:12:34','2020-12-30 10:12:34'),(15474,8066,'action complete via WP Cron','2020-12-30 18:12:34','2020-12-30 10:12:34'),(15475,8067,'action created','2020-12-30 18:12:34','2020-12-30 10:12:34'),(15476,8067,'action started via WP Cron','2020-12-30 18:17:43','2020-12-30 10:17:43'),(15477,8067,'action complete via WP Cron','2020-12-30 18:17:43','2020-12-30 10:17:43'),(15478,8068,'action created','2020-12-30 18:17:43','2020-12-30 10:17:43'),(15479,8068,'action started via WP Cron','2020-12-30 18:25:23','2020-12-30 10:25:23'),(15480,8068,'action complete via WP Cron','2020-12-30 18:25:23','2020-12-30 10:25:23'),(15481,8069,'action created','2020-12-30 18:34:40','2020-12-30 10:34:40'),(15482,8069,'action started via WP Cron','2020-12-30 18:35:43','2020-12-30 10:35:43'),(15483,8069,'action complete via WP Cron','2020-12-30 18:35:43','2020-12-30 10:35:43'),(15484,8070,'action created','2020-12-30 18:36:03','2020-12-30 10:36:03'),(15485,8070,'action started via WP Cron','2020-12-30 18:41:52','2020-12-30 10:41:52'),(15486,8070,'action complete via WP Cron','2020-12-30 18:41:52','2020-12-30 10:41:52'),(15487,8071,'action created','2020-12-30 18:41:52','2020-12-30 10:41:52'),(15488,8071,'action started via WP Cron','2020-12-30 18:45:05','2020-12-30 10:45:05'),(15489,8071,'action complete via WP Cron','2020-12-30 18:45:05','2020-12-30 10:45:05'),(15490,8072,'action created','2020-12-30 18:45:05','2020-12-30 10:45:05'),(15491,8072,'action started via WP Cron','2020-12-30 18:46:08','2020-12-30 10:46:08'),(15492,8072,'action complete via WP Cron','2020-12-30 18:46:08','2020-12-30 10:46:08'),(15493,8073,'action created','2020-12-30 18:46:08','2020-12-30 10:46:08'),(15494,8073,'action started via WP Cron','2020-12-30 18:48:29','2020-12-30 10:48:29'),(15495,8073,'action complete via WP Cron','2020-12-30 18:48:29','2020-12-30 10:48:29'),(15496,8074,'action created','2020-12-30 18:48:29','2020-12-30 10:48:29'),(15497,8074,'action started via WP Cron','2020-12-30 18:50:58','2020-12-30 10:50:58'),(15498,8074,'action complete via WP Cron','2020-12-30 18:50:58','2020-12-30 10:50:58'),(15499,8075,'action created','2020-12-30 18:50:58','2020-12-30 10:50:58'),(15500,8075,'action started via WP Cron','2020-12-30 18:51:59','2020-12-30 10:51:59'),(15501,8075,'action complete via WP Cron','2020-12-30 18:51:59','2020-12-30 10:51:59'),(15502,8076,'action created','2020-12-30 18:51:59','2020-12-30 10:51:59'),(15503,8076,'action started via WP Cron','2020-12-30 18:52:58','2020-12-30 10:52:58'),(15504,8076,'action complete via WP Cron','2020-12-30 18:52:58','2020-12-30 10:52:58'),(15505,8077,'action created','2020-12-30 18:52:58','2020-12-30 10:52:58'),(15506,8077,'action started via WP Cron','2020-12-30 18:54:00','2020-12-30 10:54:00'),(15507,8077,'action complete via WP Cron','2020-12-30 18:54:00','2020-12-30 10:54:00'),(15508,8078,'action created','2020-12-30 18:54:00','2020-12-30 10:54:00'),(15509,8078,'action started via WP Cron','2020-12-30 18:55:02','2020-12-30 10:55:02'),(15510,8078,'action complete via WP Cron','2020-12-30 18:55:02','2020-12-30 10:55:02'),(15511,8079,'action created','2020-12-30 18:56:02','2020-12-30 10:56:02'),(15512,8079,'action started via WP Cron','2020-12-30 19:04:04','2020-12-30 11:04:04'),(15513,8079,'action complete via WP Cron','2020-12-30 19:04:04','2020-12-30 11:04:04'),(15514,8080,'action created','2020-12-30 19:04:05','2020-12-30 11:04:05'),(15515,8080,'action started via WP Cron','2020-12-30 19:04:50','2020-12-30 11:04:50'),(15516,8080,'action complete via WP Cron','2020-12-30 19:04:50','2020-12-30 11:04:50'),(15517,8081,'action created','2020-12-30 19:04:50','2020-12-30 11:04:50'),(15518,8081,'action started via WP Cron','2020-12-30 19:07:26','2020-12-30 11:07:26'),(15519,8081,'action complete via WP Cron','2020-12-30 19:07:26','2020-12-30 11:07:26'),(15520,8082,'action created','2020-12-30 19:07:26','2020-12-30 11:07:26'),(15521,8082,'action started via WP Cron','2020-12-30 19:22:53','2020-12-30 11:22:53'),(15522,8082,'action complete via WP Cron','2020-12-30 19:22:53','2020-12-30 11:22:53'),(15523,8083,'action created','2020-12-30 19:22:53','2020-12-30 11:22:53'),(15524,8083,'action started via WP Cron','2020-12-30 19:23:44','2020-12-30 11:23:44'),(15525,8083,'action complete via WP Cron','2020-12-30 19:23:44','2020-12-30 11:23:44'),(15526,8084,'action created','2020-12-30 19:23:44','2020-12-30 11:23:44'),(15527,8084,'action started via WP Cron','2020-12-30 19:24:47','2020-12-30 11:24:47'),(15528,8084,'action complete via WP Cron','2020-12-30 19:24:47','2020-12-30 11:24:47'),(15529,8085,'action created','2020-12-30 19:24:47','2020-12-30 11:24:47'),(15530,8085,'action started via WP Cron','2020-12-30 19:25:45','2020-12-30 11:25:45'),(15531,8085,'action complete via WP Cron','2020-12-30 19:25:45','2020-12-30 11:25:45'),(15532,8086,'action created','2020-12-30 19:25:45','2020-12-30 11:25:45'),(15533,8086,'action started via WP Cron','2020-12-30 19:26:44','2020-12-30 11:26:44'),(15534,8086,'action complete via WP Cron','2020-12-30 19:26:44','2020-12-30 11:26:44'),(15535,8087,'action created','2020-12-30 19:26:44','2020-12-30 11:26:44'),(15536,8087,'action started via WP Cron','2020-12-30 19:27:55','2020-12-30 11:27:55'),(15537,8087,'action complete via WP Cron','2020-12-30 19:27:55','2020-12-30 11:27:55'),(15538,8088,'action created','2020-12-30 19:27:55','2020-12-30 11:27:55'),(15539,8088,'action started via WP Cron','2020-12-30 19:28:48','2020-12-30 11:28:48'),(15540,8088,'action complete via WP Cron','2020-12-30 19:28:48','2020-12-30 11:28:48'),(15541,8089,'action created','2020-12-30 19:28:48','2020-12-30 11:28:48'),(15542,8089,'action started via WP Cron','2020-12-30 19:30:01','2020-12-30 11:30:01'),(15543,8089,'action complete via WP Cron','2020-12-30 19:30:01','2020-12-30 11:30:01'),(15544,8090,'action created','2020-12-30 19:30:01','2020-12-30 11:30:01'),(15545,8090,'action started via WP Cron','2020-12-30 19:30:42','2020-12-30 11:30:42'),(15546,8090,'action complete via WP Cron','2020-12-30 19:30:42','2020-12-30 11:30:42'),(15547,8091,'action created','2020-12-30 19:30:42','2020-12-30 11:30:42'),(15548,8091,'action started via WP Cron','2020-12-30 19:31:47','2020-12-30 11:31:47'),(15549,8091,'action complete via WP Cron','2020-12-30 19:31:47','2020-12-30 11:31:47'),(15550,8092,'action created','2020-12-30 19:31:47','2020-12-30 11:31:47'),(15551,8092,'action started via WP Cron','2020-12-30 19:32:45','2020-12-30 11:32:45'),(15552,8092,'action complete via WP Cron','2020-12-30 19:32:45','2020-12-30 11:32:45'),(15553,8093,'action created','2020-12-30 19:32:47','2020-12-30 11:32:47'),(15554,8093,'action started via WP Cron','2020-12-30 19:34:02','2020-12-30 11:34:02'),(15555,8093,'action complete via WP Cron','2020-12-30 19:34:02','2020-12-30 11:34:02'),(15556,8094,'action created','2020-12-30 19:34:02','2020-12-30 11:34:02'),(15557,8094,'action started via WP Cron','2020-12-30 19:34:47','2020-12-30 11:34:47'),(15558,8094,'action complete via WP Cron','2020-12-30 19:34:47','2020-12-30 11:34:47'),(15559,8095,'action created','2020-12-30 19:34:47','2020-12-30 11:34:47'),(15560,8095,'action started via WP Cron','2020-12-30 19:35:45','2020-12-30 11:35:45'),(15561,8095,'action complete via WP Cron','2020-12-30 19:35:45','2020-12-30 11:35:45'),(15562,8096,'action created','2020-12-30 19:35:45','2020-12-30 11:35:45'),(15563,8096,'action started via WP Cron','2020-12-30 19:41:02','2020-12-30 11:41:02'),(15564,8096,'action complete via WP Cron','2020-12-30 19:41:02','2020-12-30 11:41:02'),(15565,8097,'action created','2020-12-30 19:41:04','2020-12-30 11:41:04'),(15566,8097,'action started via WP Cron','2020-12-30 19:46:44','2020-12-30 11:46:44'),(15567,8097,'action complete via WP Cron','2020-12-30 19:46:44','2020-12-30 11:46:44'),(15568,8098,'action created','2020-12-30 19:46:44','2020-12-30 11:46:44'),(15569,8098,'action started via WP Cron','2020-12-30 19:48:02','2020-12-30 11:48:02'),(15570,8098,'action complete via WP Cron','2020-12-30 19:48:02','2020-12-30 11:48:02'),(15571,8099,'action created','2020-12-30 19:48:08','2020-12-30 11:48:08'),(15572,8099,'action started via WP Cron','2020-12-30 19:53:04','2020-12-30 11:53:04'),(15573,8099,'action complete via WP Cron','2020-12-30 19:53:04','2020-12-30 11:53:04'),(15574,8100,'action created','2020-12-30 19:53:04','2020-12-30 11:53:04'),(15575,8100,'action started via WP Cron','2020-12-30 19:57:02','2020-12-30 11:57:02'),(15576,8100,'action complete via WP Cron','2020-12-30 19:57:02','2020-12-30 11:57:02'),(15577,8101,'action created','2020-12-30 19:57:02','2020-12-30 11:57:02'),(15578,8101,'action started via WP Cron','2020-12-30 19:58:03','2020-12-30 11:58:03'),(15579,8101,'action complete via WP Cron','2020-12-30 19:58:03','2020-12-30 11:58:03'),(15580,8102,'action created','2020-12-30 19:58:03','2020-12-30 11:58:03'),(15581,8102,'action started via WP Cron','2020-12-30 19:59:05','2020-12-30 11:59:05'),(15582,8102,'action complete via WP Cron','2020-12-30 19:59:05','2020-12-30 11:59:05'),(15583,8103,'action created','2020-12-30 19:59:05','2020-12-30 11:59:05'),(15584,8103,'action started via WP Cron','2020-12-30 20:01:06','2020-12-30 12:01:06'),(15585,8103,'action complete via WP Cron','2020-12-30 20:01:06','2020-12-30 12:01:06'),(15586,8104,'action created','2020-12-30 20:01:06','2020-12-30 12:01:06'),(15587,8104,'action started via WP Cron','2020-12-30 20:02:07','2020-12-30 12:02:07'),(15588,8104,'action complete via WP Cron','2020-12-30 20:02:07','2020-12-30 12:02:07'),(15589,8105,'action created','2020-12-30 20:02:07','2020-12-30 12:02:07'),(15590,8105,'action started via WP Cron','2020-12-30 20:09:44','2020-12-30 12:09:44'),(15591,8105,'action complete via WP Cron','2020-12-30 20:09:44','2020-12-30 12:09:44'),(15592,8106,'action created','2020-12-30 20:17:27','2020-12-30 12:17:27'),(15593,8106,'action started via WP Cron','2020-12-30 20:18:51','2020-12-30 12:18:51'),(15594,8106,'action complete via WP Cron','2020-12-30 20:18:51','2020-12-30 12:18:51'),(15595,8107,'action created','2020-12-30 20:18:51','2020-12-30 12:18:51'),(15596,8107,'action started via WP Cron','2020-12-30 20:44:06','2020-12-30 12:44:06'),(15597,8107,'action complete via WP Cron','2020-12-30 20:44:06','2020-12-30 12:44:06'),(15598,8108,'action created','2020-12-30 20:44:06','2020-12-30 12:44:06'),(15599,8108,'action started via WP Cron','2020-12-30 20:49:12','2020-12-30 12:49:12'),(15600,8108,'action complete via WP Cron','2020-12-30 20:49:12','2020-12-30 12:49:12'),(15601,8109,'action created','2020-12-30 20:49:12','2020-12-30 12:49:12'),(15602,8109,'action started via WP Cron','2020-12-30 20:49:50','2020-12-30 12:49:50'),(15603,8109,'action complete via WP Cron','2020-12-30 20:49:50','2020-12-30 12:49:50'),(15604,8110,'action created','2020-12-30 20:49:50','2020-12-30 12:49:50'),(15605,8110,'action started via WP Cron','2020-12-30 20:50:47','2020-12-30 12:50:47'),(15606,8110,'action complete via WP Cron','2020-12-30 20:50:47','2020-12-30 12:50:47'),(15607,8111,'action created','2020-12-30 20:50:47','2020-12-30 12:50:47'),(15608,8111,'action started via WP Cron','2020-12-30 21:00:04','2020-12-30 13:00:04'),(15609,8111,'action complete via WP Cron','2020-12-30 21:00:04','2020-12-30 13:00:04'),(15610,8112,'action created','2020-12-30 21:00:06','2020-12-30 13:00:06'),(15611,8112,'action started via WP Cron','2020-12-30 21:00:42','2020-12-30 13:00:42'),(15612,8112,'action complete via WP Cron','2020-12-30 21:00:42','2020-12-30 13:00:42'),(15613,8113,'action created','2020-12-30 21:00:42','2020-12-30 13:00:42'),(15614,8113,'action started via WP Cron','2020-12-30 21:01:44','2020-12-30 13:01:44'),(15615,8113,'action complete via WP Cron','2020-12-30 21:01:44','2020-12-30 13:01:44'),(15616,8114,'action created','2020-12-30 21:01:45','2020-12-30 13:01:45'),(15617,8114,'action started via WP Cron','2020-12-30 21:04:08','2020-12-30 13:04:08'),(15618,8114,'action complete via WP Cron','2020-12-30 21:04:08','2020-12-30 13:04:08'),(15619,8115,'action created','2020-12-30 21:04:08','2020-12-30 13:04:08'),(15620,8115,'action started via WP Cron','2020-12-30 21:04:46','2020-12-30 13:04:46'),(15621,8115,'action complete via WP Cron','2020-12-30 21:04:46','2020-12-30 13:04:46'),(15622,8116,'action created','2020-12-30 21:04:46','2020-12-30 13:04:46'),(15623,8116,'action started via WP Cron','2020-12-30 21:05:52','2020-12-30 13:05:52'),(15624,8116,'action complete via WP Cron','2020-12-30 21:05:52','2020-12-30 13:05:52'),(15625,8117,'action created','2020-12-30 21:05:52','2020-12-30 13:05:52'),(15626,8117,'action started via WP Cron','2020-12-30 21:06:54','2020-12-30 13:06:54'),(15627,8117,'action complete via WP Cron','2020-12-30 21:06:54','2020-12-30 13:06:54'),(15628,8118,'action created','2020-12-30 21:07:18','2020-12-30 13:07:18'),(15629,8118,'action started via WP Cron','2020-12-30 21:08:37','2020-12-30 13:08:37'),(15630,8118,'action complete via WP Cron','2020-12-30 21:08:37','2020-12-30 13:08:37'),(15631,8119,'action created','2020-12-30 21:08:37','2020-12-30 13:08:37'),(15632,8119,'action started via WP Cron','2020-12-30 21:19:51','2020-12-30 13:19:51'),(15633,8119,'action complete via WP Cron','2020-12-30 21:19:51','2020-12-30 13:19:51'),(15634,8120,'action created','2020-12-30 21:19:52','2020-12-30 13:19:52'),(15635,8120,'action started via WP Cron','2020-12-30 21:22:31','2020-12-30 13:22:31'),(15636,8120,'action complete via WP Cron','2020-12-30 21:22:31','2020-12-30 13:22:31'),(15637,8121,'action created','2020-12-30 21:22:31','2020-12-30 13:22:31'),(15638,8121,'action started via WP Cron','2020-12-30 21:25:03','2020-12-30 13:25:03'),(15639,8121,'action complete via WP Cron','2020-12-30 21:25:03','2020-12-30 13:25:03'),(15640,8122,'action created','2020-12-30 21:25:03','2020-12-30 13:25:03'),(15641,8122,'action started via WP Cron','2020-12-30 21:42:31','2020-12-30 13:42:31'),(15642,8122,'action complete via WP Cron','2020-12-30 21:42:31','2020-12-30 13:42:31'),(15643,8123,'action created','2020-12-30 21:42:31','2020-12-30 13:42:31'),(15644,8123,'action started via WP Cron','2020-12-30 21:43:04','2020-12-30 13:43:04'),(15645,8123,'action complete via WP Cron','2020-12-30 21:43:04','2020-12-30 13:43:04'),(15646,8124,'action created','2020-12-30 21:43:04','2020-12-30 13:43:04'),(15647,8124,'action started via WP Cron','2020-12-30 21:45:42','2020-12-30 13:45:42'),(15648,8124,'action complete via WP Cron','2020-12-30 21:45:42','2020-12-30 13:45:42'),(15649,8125,'action created','2020-12-30 21:53:53','2020-12-30 13:53:53'),(15650,8125,'action started via WP Cron','2020-12-30 21:54:56','2020-12-30 13:54:56'),(15651,8125,'action complete via WP Cron','2020-12-30 21:54:56','2020-12-30 13:54:56'),(15652,8126,'action created','2020-12-30 21:54:56','2020-12-30 13:54:56'),(15653,8126,'action started via WP Cron','2020-12-30 21:55:57','2020-12-30 13:55:57'),(15654,8126,'action complete via WP Cron','2020-12-30 21:55:57','2020-12-30 13:55:57'),(15655,8127,'action created','2020-12-30 21:55:57','2020-12-30 13:55:57'),(15656,8127,'action started via WP Cron','2020-12-30 21:57:58','2020-12-30 13:57:58'),(15657,8127,'action complete via WP Cron','2020-12-30 21:57:58','2020-12-30 13:57:58'),(15658,8128,'action created','2020-12-30 21:57:59','2020-12-30 13:57:59'),(15659,8128,'action started via WP Cron','2020-12-30 21:58:59','2020-12-30 13:58:59'),(15660,8128,'action complete via WP Cron','2020-12-30 21:58:59','2020-12-30 13:58:59'),(15661,8129,'action created','2020-12-30 21:59:00','2020-12-30 13:59:00'),(15662,8129,'action started via WP Cron','2020-12-30 22:07:53','2020-12-30 14:07:53'),(15663,8129,'action complete via WP Cron','2020-12-30 22:07:53','2020-12-30 14:07:53'),(15664,8130,'action created','2020-12-30 22:07:53','2020-12-30 14:07:53'),(15665,8130,'action started via WP Cron','2020-12-30 22:08:54','2020-12-30 14:08:54'),(15666,8130,'action complete via WP Cron','2020-12-30 22:08:54','2020-12-30 14:08:54'),(15667,8131,'action created','2020-12-30 22:09:39','2020-12-30 14:09:39'),(15668,8131,'action started via WP Cron','2020-12-30 22:10:56','2020-12-30 14:10:56'),(15669,8131,'action complete via WP Cron','2020-12-30 22:10:56','2020-12-30 14:10:56'),(15670,8132,'action created','2020-12-30 22:10:56','2020-12-30 14:10:56'),(15671,8132,'action started via WP Cron','2020-12-30 22:11:58','2020-12-30 14:11:58'),(15672,8132,'action complete via WP Cron','2020-12-30 22:11:58','2020-12-30 14:11:58'),(15673,8133,'action created','2020-12-30 22:11:58','2020-12-30 14:11:58'),(15674,8133,'action started via WP Cron','2020-12-30 22:16:57','2020-12-30 14:16:57'),(15675,8133,'action complete via WP Cron','2020-12-30 22:16:57','2020-12-30 14:16:57'),(15676,8134,'action created','2020-12-30 22:16:57','2020-12-30 14:16:57'),(15677,8134,'action started via WP Cron','2020-12-30 22:31:07','2020-12-30 14:31:07'),(15678,8134,'action complete via WP Cron','2020-12-30 22:31:07','2020-12-30 14:31:07'),(15679,8135,'action created','2020-12-30 22:31:07','2020-12-30 14:31:07'),(15680,8135,'action started via WP Cron','2020-12-30 22:42:53','2020-12-30 14:42:53'),(15681,8135,'action complete via WP Cron','2020-12-30 22:42:53','2020-12-30 14:42:53'),(15682,8136,'action created','2020-12-30 22:42:53','2020-12-30 14:42:53'),(15683,8136,'action started via WP Cron','2020-12-30 22:47:10','2020-12-30 14:47:10'),(15684,8136,'action complete via WP Cron','2020-12-30 22:47:10','2020-12-30 14:47:10'),(15685,8137,'action created','2020-12-30 22:47:11','2020-12-30 14:47:11'),(15686,8137,'action started via WP Cron','2020-12-30 22:52:03','2020-12-30 14:52:03'),(15687,8137,'action complete via WP Cron','2020-12-30 22:52:03','2020-12-30 14:52:03'),(15688,8138,'action created','2020-12-30 22:52:04','2020-12-30 14:52:04'),(15689,8138,'action started via WP Cron','2020-12-30 22:53:37','2020-12-30 14:53:37'),(15690,8138,'action complete via WP Cron','2020-12-30 22:53:37','2020-12-30 14:53:37'),(15691,8139,'action created','2020-12-30 22:53:37','2020-12-30 14:53:37'),(15692,8139,'action started via WP Cron','2020-12-30 22:59:05','2020-12-30 14:59:05'),(15693,8139,'action complete via WP Cron','2020-12-30 22:59:05','2020-12-30 14:59:05'),(15694,8140,'action created','2020-12-30 22:59:06','2020-12-30 14:59:06'),(15695,8140,'action started via WP Cron','2020-12-30 22:59:59','2020-12-30 14:59:59'),(15696,8140,'action complete via WP Cron','2020-12-30 22:59:59','2020-12-30 14:59:59'),(15697,8141,'action created','2020-12-30 22:59:59','2020-12-30 14:59:59'),(15698,8141,'action started via WP Cron','2020-12-30 23:01:00','2020-12-30 15:01:00'),(15699,8141,'action complete via WP Cron','2020-12-30 23:01:00','2020-12-30 15:01:00'),(15700,8142,'action created','2020-12-30 23:01:00','2020-12-30 15:01:00'),(15701,8142,'action started via WP Cron','2020-12-30 23:03:03','2020-12-30 15:03:03'),(15702,8142,'action complete via WP Cron','2020-12-30 23:03:03','2020-12-30 15:03:03'),(15703,8143,'action created','2020-12-30 23:03:03','2020-12-30 15:03:03'),(15704,8143,'action started via WP Cron','2020-12-30 23:04:04','2020-12-30 15:04:04'),(15705,8143,'action complete via WP Cron','2020-12-30 23:04:04','2020-12-30 15:04:04'),(15706,8144,'action created','2020-12-30 23:04:04','2020-12-30 15:04:04'),(15707,8144,'action started via WP Cron','2020-12-30 23:05:04','2020-12-30 15:05:04'),(15708,8144,'action complete via WP Cron','2020-12-30 23:05:04','2020-12-30 15:05:04'),(15709,8145,'action created','2020-12-30 23:05:05','2020-12-30 15:05:05'),(15710,8145,'action started via WP Cron','2020-12-30 23:26:40','2020-12-30 15:26:40'),(15711,8145,'action complete via WP Cron','2020-12-30 23:26:42','2020-12-30 15:26:42'),(15712,8146,'action created','2020-12-30 23:28:30','2020-12-30 15:28:30'),(15713,8146,'action started via WP Cron','2020-12-30 23:29:15','2020-12-30 15:29:15'),(15714,8146,'action complete via WP Cron','2020-12-30 23:29:15','2020-12-30 15:29:15'),(15715,8147,'action created','2020-12-30 23:29:15','2020-12-30 15:29:15'),(15716,8147,'action started via WP Cron','2020-12-30 23:30:18','2020-12-30 15:30:18'),(15717,8147,'action complete via WP Cron','2020-12-30 23:30:18','2020-12-30 15:30:18'),(15718,8148,'action created','2020-12-30 23:30:18','2020-12-30 15:30:18'),(15719,8148,'action started via WP Cron','2020-12-30 23:31:16','2020-12-30 15:31:16'),(15720,8148,'action complete via WP Cron','2020-12-30 23:31:16','2020-12-30 15:31:16'),(15721,8149,'action created','2020-12-30 23:33:20','2020-12-30 15:33:20'),(15722,8149,'action started via WP Cron','2020-12-30 23:34:31','2020-12-30 15:34:31'),(15723,8149,'action complete via WP Cron','2020-12-30 23:34:31','2020-12-30 15:34:31'),(15724,8150,'action created','2020-12-30 23:34:31','2020-12-30 15:34:31'),(15725,8150,'action started via WP Cron','2020-12-30 23:35:35','2020-12-30 15:35:35'),(15726,8150,'action complete via WP Cron','2020-12-30 23:35:35','2020-12-30 15:35:35'),(15727,8151,'action created','2020-12-30 23:35:35','2020-12-30 15:35:35'),(15728,8151,'action started via WP Cron','2020-12-30 23:49:23','2020-12-30 15:49:23'),(15729,8151,'action complete via WP Cron','2020-12-30 23:49:23','2020-12-30 15:49:23'),(15730,8152,'action created','2020-12-30 23:49:23','2020-12-30 15:49:23'),(15731,8152,'action started via WP Cron','2020-12-30 23:51:28','2020-12-30 15:51:28'),(15732,8152,'action complete via WP Cron','2020-12-30 23:51:28','2020-12-30 15:51:28'),(15733,8153,'action created','2020-12-30 23:51:28','2020-12-30 15:51:28'),(15734,8153,'action started via WP Cron','2020-12-31 00:01:05','2020-12-30 16:01:05'),(15735,8153,'action complete via WP Cron','2020-12-31 00:01:05','2020-12-30 16:01:05'),(15736,8154,'action created','2020-12-31 00:01:05','2020-12-30 16:01:05'),(15737,8154,'action started via WP Cron','2020-12-31 00:05:11','2020-12-30 16:05:11'),(15738,8154,'action complete via WP Cron','2020-12-31 00:05:11','2020-12-30 16:05:11'),(15739,8155,'action created','2020-12-31 00:05:11','2020-12-30 16:05:11'),(15740,8155,'action started via WP Cron','2020-12-31 00:06:05','2020-12-30 16:06:05'),(15741,8155,'action complete via WP Cron','2020-12-31 00:06:05','2020-12-30 16:06:05'),(15742,8156,'action created','2020-12-31 00:06:05','2020-12-30 16:06:05'),(15743,8156,'action started via WP Cron','2020-12-31 00:07:05','2020-12-30 16:07:05'),(15744,8156,'action complete via WP Cron','2020-12-31 00:07:05','2020-12-30 16:07:05'),(15745,8157,'action created','2020-12-31 00:07:06','2020-12-30 16:07:06'),(15746,8157,'action started via WP Cron','2020-12-31 00:09:07','2020-12-30 16:09:07'),(15747,8157,'action complete via WP Cron','2020-12-31 00:09:07','2020-12-30 16:09:07'),(15748,8158,'action created','2020-12-31 00:09:08','2020-12-30 16:09:08'),(15749,8158,'action started via WP Cron','2020-12-31 00:10:09','2020-12-30 16:10:09'),(15750,8158,'action complete via WP Cron','2020-12-31 00:10:09','2020-12-30 16:10:09'),(15751,8159,'action created','2020-12-31 00:11:10','2020-12-30 16:11:10'),(15752,8159,'action started via WP Cron','2020-12-31 00:27:05','2020-12-30 16:27:05'),(15753,8159,'action complete via WP Cron','2020-12-31 00:27:05','2020-12-30 16:27:05'),(15754,8160,'action created','2020-12-31 00:27:05','2020-12-30 16:27:05'),(15755,8160,'action started via WP Cron','2020-12-31 00:31:10','2020-12-30 16:31:10'),(15756,8160,'action complete via WP Cron','2020-12-31 00:31:10','2020-12-30 16:31:10'),(15757,8161,'action created','2020-12-31 00:31:10','2020-12-30 16:31:10'),(15758,8161,'action started via WP Cron','2020-12-31 00:33:45','2020-12-30 16:33:45'),(15759,8161,'action complete via WP Cron','2020-12-31 00:33:45','2020-12-30 16:33:45'),(15760,8162,'action created','2020-12-31 00:33:46','2020-12-30 16:33:46'),(15761,8162,'action started via WP Cron','2020-12-31 00:35:47','2020-12-30 16:35:47'),(15762,8162,'action complete via WP Cron','2020-12-31 00:35:47','2020-12-30 16:35:47'),(15763,8163,'action created','2020-12-31 00:35:47','2020-12-30 16:35:47'),(15764,8163,'action started via WP Cron','2020-12-31 00:43:58','2020-12-30 16:43:58'),(15765,8163,'action complete via WP Cron','2020-12-31 00:43:58','2020-12-30 16:43:58'),(15766,8164,'action created','2020-12-31 00:43:58','2020-12-30 16:43:58'),(15767,8164,'action started via WP Cron','2020-12-31 00:52:12','2020-12-30 16:52:12'),(15768,8164,'action complete via WP Cron','2020-12-31 00:52:12','2020-12-30 16:52:12'),(15769,8165,'action created','2020-12-31 00:52:12','2020-12-30 16:52:12'),(15770,8165,'action started via WP Cron','2020-12-31 00:53:37','2020-12-30 16:53:37'),(15771,8165,'action complete via WP Cron','2020-12-31 00:53:37','2020-12-30 16:53:37'),(15772,8166,'action created','2020-12-31 00:53:37','2020-12-30 16:53:37'),(15773,8166,'action started via WP Cron','2020-12-31 01:09:48','2020-12-30 17:09:48'),(15774,8166,'action complete via WP Cron','2020-12-31 01:09:48','2020-12-30 17:09:48'),(15775,8167,'action created','2020-12-31 01:09:48','2020-12-30 17:09:48'),(15776,8167,'action started via WP Cron','2020-12-31 01:11:16','2020-12-30 17:11:16'),(15777,8167,'action complete via WP Cron','2020-12-31 01:11:16','2020-12-30 17:11:16'),(15778,8168,'action created','2020-12-31 01:11:16','2020-12-30 17:11:16'),(15779,8168,'action started via WP Cron','2020-12-31 01:12:10','2020-12-30 17:12:10'),(15780,8168,'action complete via WP Cron','2020-12-31 01:12:10','2020-12-30 17:12:10'),(15781,8169,'action created','2020-12-31 01:12:10','2020-12-30 17:12:10'),(15782,8169,'action started via WP Cron','2020-12-31 01:13:11','2020-12-30 17:13:11'),(15783,8169,'action complete via WP Cron','2020-12-31 01:13:11','2020-12-30 17:13:11'),(15784,8170,'action created','2020-12-31 01:15:13','2020-12-30 17:15:13'),(15785,8170,'action started via WP Cron','2020-12-31 01:16:14','2020-12-30 17:16:14'),(15786,8170,'action complete via WP Cron','2020-12-31 01:16:14','2020-12-30 17:16:14'),(15787,8171,'action created','2020-12-31 01:16:14','2020-12-30 17:16:14'),(15788,8171,'action started via WP Cron','2020-12-31 01:17:14','2020-12-30 17:17:14'),(15789,8171,'action complete via WP Cron','2020-12-31 01:17:14','2020-12-30 17:17:14'),(15790,8172,'action created','2020-12-31 01:17:14','2020-12-30 17:17:14'),(15791,8172,'action started via WP Cron','2020-12-31 01:19:11','2020-12-30 17:19:11'),(15792,8172,'action complete via WP Cron','2020-12-31 01:19:11','2020-12-30 17:19:11'),(15793,8173,'action created','2020-12-31 01:19:11','2020-12-30 17:19:11'),(15794,8173,'action started via WP Cron','2020-12-31 01:25:53','2020-12-30 17:25:53'),(15795,8173,'action complete via WP Cron','2020-12-31 01:25:53','2020-12-30 17:25:53'),(15796,8174,'action created','2020-12-31 01:25:54','2020-12-30 17:25:54'),(15797,8174,'action started via WP Cron','2020-12-31 01:27:28','2020-12-30 17:27:28'),(15798,8174,'action complete via WP Cron','2020-12-31 01:27:28','2020-12-30 17:27:28'),(15799,8175,'action created','2020-12-31 01:27:50','2020-12-30 17:27:50'),(15800,8175,'action started via WP Cron','2020-12-31 01:30:28','2020-12-30 17:30:28'),(15801,8175,'action complete via WP Cron','2020-12-31 01:30:28','2020-12-30 17:30:28'),(15802,8176,'action created','2020-12-31 01:30:28','2020-12-30 17:30:28'),(15803,8176,'action started via WP Cron','2020-12-31 01:32:27','2020-12-30 17:32:27'),(15804,8176,'action complete via WP Cron','2020-12-31 01:32:27','2020-12-30 17:32:27'),(15805,8177,'action created','2020-12-31 01:32:28','2020-12-30 17:32:28'),(15806,8177,'action started via WP Cron','2020-12-31 01:32:55','2020-12-30 17:32:55'),(15807,8177,'action complete via WP Cron','2020-12-31 01:32:55','2020-12-30 17:32:55'),(15808,8178,'action created','2020-12-31 01:32:55','2020-12-30 17:32:55'),(15809,8178,'action started via WP Cron','2020-12-31 01:35:07','2020-12-30 17:35:07'),(15810,8178,'action complete via WP Cron','2020-12-31 01:35:07','2020-12-30 17:35:07'),(15811,8179,'action created','2020-12-31 01:35:07','2020-12-30 17:35:07'),(15812,8179,'action started via WP Cron','2020-12-31 01:36:37','2020-12-30 17:36:37'),(15813,8179,'action complete via WP Cron','2020-12-31 01:36:37','2020-12-30 17:36:37'),(15814,8180,'action created','2020-12-31 01:36:37','2020-12-30 17:36:37'),(15815,8180,'action started via WP Cron','2020-12-31 01:40:28','2020-12-30 17:40:28'),(15816,8180,'action complete via WP Cron','2020-12-31 01:40:28','2020-12-30 17:40:28'),(15817,8181,'action created','2020-12-31 01:40:29','2020-12-30 17:40:29'),(15818,8181,'action started via WP Cron','2020-12-31 01:42:08','2020-12-30 17:42:08'),(15819,8181,'action complete via WP Cron','2020-12-31 01:42:08','2020-12-30 17:42:08'),(15820,8182,'action created','2020-12-31 01:42:08','2020-12-30 17:42:08'),(15821,8182,'action started via WP Cron','2020-12-31 01:44:21','2020-12-30 17:44:21'),(15822,8182,'action complete via WP Cron','2020-12-31 01:44:21','2020-12-30 17:44:21'),(15823,8183,'action created','2020-12-31 01:44:22','2020-12-30 17:44:22'),(15824,8183,'action started via WP Cron','2020-12-31 01:48:47','2020-12-30 17:48:47'),(15825,8183,'action complete via WP Cron','2020-12-31 01:48:47','2020-12-30 17:48:47'),(15826,8184,'action created','2020-12-31 01:48:47','2020-12-30 17:48:47'),(15827,7720,'action started via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15828,7720,'action complete via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15829,8185,'action created','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15830,7719,'action started via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15831,7719,'action complete via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15832,8186,'action created','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15833,8184,'action started via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15834,8184,'action complete via WP Cron','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15835,8187,'action created','2020-12-31 01:58:52','2020-12-30 17:58:52'),(15836,8187,'action started via WP Cron','2020-12-31 02:01:56','2020-12-30 18:01:56'),(15837,8187,'action complete via WP Cron','2020-12-31 02:01:56','2020-12-30 18:01:56'),(15838,8188,'action created','2020-12-31 02:04:38','2020-12-30 18:04:38'),(15839,8188,'action started via WP Cron','2020-12-31 02:17:21','2020-12-30 18:17:21'),(15840,8188,'action complete via WP Cron','2020-12-31 02:17:21','2020-12-30 18:17:21'),(15841,8189,'action created','2020-12-31 02:17:21','2020-12-30 18:17:21'),(15842,8189,'action started via WP Cron','2020-12-31 02:18:15','2020-12-30 18:18:15'),(15843,8189,'action complete via WP Cron','2020-12-31 02:18:15','2020-12-30 18:18:15'),(15844,8190,'action created','2020-12-31 02:19:16','2020-12-30 18:19:16'),(15845,8190,'action started via WP Cron','2020-12-31 02:21:17','2020-12-30 18:21:17'),(15846,8190,'action complete via WP Cron','2020-12-31 02:21:17','2020-12-30 18:21:17'),(15847,8191,'action created','2020-12-31 02:21:18','2020-12-30 18:21:18'),(15848,8191,'action started via WP Cron','2020-12-31 02:22:19','2020-12-30 18:22:19'),(15849,8191,'action complete via WP Cron','2020-12-31 02:22:19','2020-12-30 18:22:19'),(15850,8192,'action created','2020-12-31 02:22:19','2020-12-30 18:22:19'),(15851,8192,'action started via WP Cron','2020-12-31 02:23:20','2020-12-30 18:23:20'),(15852,8192,'action complete via WP Cron','2020-12-31 02:23:20','2020-12-30 18:23:20'),(15853,8193,'action created','2020-12-31 02:23:20','2020-12-30 18:23:20'),(15854,8193,'action started via WP Cron','2020-12-31 02:28:07','2020-12-30 18:28:07'),(15855,8193,'action complete via WP Cron','2020-12-31 02:28:07','2020-12-30 18:28:07'),(15856,8194,'action created','2020-12-31 02:28:08','2020-12-30 18:28:08'),(15857,8194,'action started via WP Cron','2020-12-31 02:38:54','2020-12-30 18:38:54'),(15858,8194,'action complete via WP Cron','2020-12-31 02:38:54','2020-12-30 18:38:54'),(15859,8195,'action created','2020-12-31 02:38:54','2020-12-30 18:38:54'),(15860,8195,'action started via WP Cron','2020-12-31 02:41:26','2020-12-30 18:41:26'),(15861,8195,'action complete via WP Cron','2020-12-31 02:41:26','2020-12-30 18:41:26'),(15862,8196,'action created','2020-12-31 02:41:26','2020-12-30 18:41:26'),(15863,8196,'action started via WP Cron','2020-12-31 02:45:39','2020-12-30 18:45:39'),(15864,8196,'action complete via WP Cron','2020-12-31 02:45:39','2020-12-30 18:45:39'),(15865,8197,'action created','2020-12-31 02:45:39','2020-12-30 18:45:39'),(15866,8197,'action started via WP Cron','2020-12-31 02:45:49','2020-12-30 18:45:49'),(15867,8197,'action complete via WP Cron','2020-12-31 02:45:49','2020-12-30 18:45:49'),(15868,8198,'action created','2020-12-31 02:45:49','2020-12-30 18:45:49'),(15869,8198,'action started via WP Cron','2020-12-31 02:47:04','2020-12-30 18:47:04'),(15870,8198,'action complete via WP Cron','2020-12-31 02:47:04','2020-12-30 18:47:04'),(15871,8199,'action created','2020-12-31 02:47:04','2020-12-30 18:47:04'),(15872,8199,'action started via WP Cron','2020-12-31 02:49:29','2020-12-30 18:49:29'),(15873,8199,'action complete via WP Cron','2020-12-31 02:49:29','2020-12-30 18:49:29'),(15874,8200,'action created','2020-12-31 02:49:29','2020-12-30 18:49:29'),(15875,8200,'action started via WP Cron','2020-12-31 02:53:34','2020-12-30 18:53:34'),(15876,8200,'action complete via WP Cron','2020-12-31 02:53:34','2020-12-30 18:53:34'),(15877,8201,'action created','2020-12-31 02:53:34','2020-12-30 18:53:34'),(15878,8201,'action started via WP Cron','2020-12-31 02:53:49','2020-12-30 18:53:49'),(15879,8201,'action complete via WP Cron','2020-12-31 02:53:49','2020-12-30 18:53:49'),(15880,8202,'action created','2020-12-31 02:53:49','2020-12-30 18:53:49'),(15881,8202,'action started via WP Cron','2020-12-31 02:55:04','2020-12-30 18:55:04'),(15882,8202,'action complete via WP Cron','2020-12-31 02:55:04','2020-12-30 18:55:04'),(15883,8203,'action created','2020-12-31 02:55:04','2020-12-30 18:55:04'),(15884,8203,'action started via WP Cron','2020-12-31 02:56:39','2020-12-30 18:56:39'),(15885,8203,'action complete via WP Cron','2020-12-31 02:56:39','2020-12-30 18:56:39'),(15886,8204,'action created','2020-12-31 03:03:59','2020-12-30 19:03:59'),(15887,8204,'action started via WP Cron','2020-12-31 03:06:01','2020-12-30 19:06:01'),(15888,8204,'action complete via WP Cron','2020-12-31 03:06:01','2020-12-30 19:06:01'),(15889,8205,'action created','2020-12-31 03:06:02','2020-12-30 19:06:02'),(15890,8205,'action started via WP Cron','2020-12-31 03:07:42','2020-12-30 19:07:42'),(15891,8205,'action complete via WP Cron','2020-12-31 03:07:42','2020-12-30 19:07:42'),(15892,8206,'action created','2020-12-31 03:07:42','2020-12-30 19:07:42'),(15893,8206,'action started via WP Cron','2020-12-31 03:08:43','2020-12-30 19:08:43'),(15894,8206,'action complete via WP Cron','2020-12-31 03:08:43','2020-12-30 19:08:43'),(15895,8207,'action created','2020-12-31 03:08:43','2020-12-30 19:08:43'),(15896,8207,'action started via WP Cron','2020-12-31 03:09:49','2020-12-30 19:09:49'),(15897,8207,'action complete via WP Cron','2020-12-31 03:09:49','2020-12-30 19:09:49'),(15898,8208,'action created','2020-12-31 03:09:49','2020-12-30 19:09:49'),(15899,8208,'action started via WP Cron','2020-12-31 03:10:46','2020-12-30 19:10:46'),(15900,8208,'action complete via WP Cron','2020-12-31 03:10:46','2020-12-30 19:10:46'),(15901,8209,'action created','2020-12-31 03:10:46','2020-12-30 19:10:46'),(15902,8209,'action started via WP Cron','2020-12-31 03:12:00','2020-12-30 19:12:00'),(15903,8209,'action complete via WP Cron','2020-12-31 03:12:00','2020-12-30 19:12:00'),(15904,8210,'action created','2020-12-31 03:12:00','2020-12-30 19:12:00'),(15905,8210,'action started via WP Cron','2020-12-31 03:12:56','2020-12-30 19:12:56'),(15906,8210,'action complete via WP Cron','2020-12-31 03:12:56','2020-12-30 19:12:56'),(15907,8211,'action created','2020-12-31 03:12:56','2020-12-30 19:12:56'),(15908,8211,'action started via WP Cron','2020-12-31 03:14:46','2020-12-30 19:14:46'),(15909,8211,'action complete via WP Cron','2020-12-31 03:14:46','2020-12-30 19:14:46'),(15910,8212,'action created','2020-12-31 03:30:20','2020-12-30 19:30:20'),(15911,8212,'action started via WP Cron','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15912,8212,'action complete via WP Cron','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15913,7751,'action started via WP Cron','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15914,7751,'action complete via WP Cron','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15915,8213,'action created','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15916,8214,'action created','2020-12-31 03:38:10','2020-12-30 19:38:10'),(15917,8214,'action started via WP Cron','2020-12-31 03:41:25','2020-12-30 19:41:25'),(15918,8214,'action complete via WP Cron','2020-12-31 03:41:25','2020-12-30 19:41:25'),(15919,8215,'action created','2020-12-31 03:41:25','2020-12-30 19:41:25'),(15920,8215,'action started via WP Cron','2020-12-31 03:41:51','2020-12-30 19:41:51'),(15921,8215,'action complete via WP Cron','2020-12-31 03:41:51','2020-12-30 19:41:51'),(15922,8216,'action created','2020-12-31 03:41:51','2020-12-30 19:41:51'),(15923,8216,'action started via WP Cron','2020-12-31 03:43:49','2020-12-30 19:43:49'),(15924,8216,'action complete via WP Cron','2020-12-31 03:43:49','2020-12-30 19:43:49'),(15925,8217,'action created','2020-12-31 03:43:49','2020-12-30 19:43:49'),(15926,8217,'action started via WP Cron','2020-12-31 03:44:44','2020-12-30 19:44:44'),(15927,8217,'action complete via WP Cron','2020-12-31 03:44:44','2020-12-30 19:44:44'),(15928,8218,'action created','2020-12-31 03:45:35','2020-12-30 19:45:35'),(15929,8218,'action started via WP Cron','2020-12-31 03:46:45','2020-12-30 19:46:45'),(15930,8218,'action complete via WP Cron','2020-12-31 03:46:45','2020-12-30 19:46:45'),(15931,8219,'action created','2020-12-31 03:50:09','2020-12-30 19:50:09'),(15932,8219,'action started via WP Cron','2020-12-31 03:52:55','2020-12-30 19:52:55'),(15933,8219,'action complete via WP Cron','2020-12-31 03:52:55','2020-12-30 19:52:55'),(15934,8220,'action created','2020-12-31 03:52:57','2020-12-30 19:52:57'),(15935,8220,'action started via WP Cron','2020-12-31 03:59:55','2020-12-30 19:59:55'),(15936,8220,'action complete via WP Cron','2020-12-31 03:59:55','2020-12-30 19:59:55'),(15937,8221,'action created','2020-12-31 03:59:55','2020-12-30 19:59:55'),(15938,8221,'action started via WP Cron','2020-12-31 04:00:41','2020-12-30 20:00:41'),(15939,8221,'action complete via WP Cron','2020-12-31 04:00:41','2020-12-30 20:00:41'),(15940,8222,'action created','2020-12-31 04:01:43','2020-12-30 20:01:43'),(15941,8222,'action started via WP Cron','2020-12-31 04:02:44','2020-12-30 20:02:44'),(15942,8222,'action complete via WP Cron','2020-12-31 04:02:44','2020-12-30 20:02:44'),(15943,8223,'action created','2020-12-31 04:02:44','2020-12-30 20:02:44'),(15944,8223,'action started via WP Cron','2020-12-31 04:04:48','2020-12-30 20:04:48'),(15945,8223,'action complete via WP Cron','2020-12-31 04:04:48','2020-12-30 20:04:48'),(15946,8224,'action created','2020-12-31 04:04:48','2020-12-30 20:04:48'),(15947,8224,'action started via WP Cron','2020-12-31 04:05:49','2020-12-30 20:05:49'),(15948,8224,'action complete via WP Cron','2020-12-31 04:05:49','2020-12-30 20:05:49'),(15949,8225,'action created','2020-12-31 04:05:50','2020-12-30 20:05:50'),(15950,8225,'action started via WP Cron','2020-12-31 04:06:50','2020-12-30 20:06:50'),(15951,8225,'action complete via WP Cron','2020-12-31 04:06:50','2020-12-30 20:06:50'),(15952,8226,'action created','2020-12-31 04:06:50','2020-12-30 20:06:50'),(15953,8226,'action started via WP Cron','2020-12-31 04:09:59','2020-12-30 20:09:59'),(15954,8226,'action complete via WP Cron','2020-12-31 04:09:59','2020-12-30 20:09:59'),(15955,8227,'action created','2020-12-31 04:09:59','2020-12-30 20:09:59'),(15956,8227,'action started via WP Cron','2020-12-31 04:11:20','2020-12-30 20:11:20'),(15957,8227,'action complete via WP Cron','2020-12-31 04:11:20','2020-12-30 20:11:20'),(15958,8228,'action created','2020-12-31 04:11:20','2020-12-30 20:11:20'),(15959,8228,'action started via WP Cron','2020-12-31 04:11:57','2020-12-30 20:11:57'),(15960,8228,'action complete via WP Cron','2020-12-31 04:11:57','2020-12-30 20:11:57'),(15961,8229,'action created','2020-12-31 04:11:57','2020-12-30 20:11:57'),(15962,8229,'action started via WP Cron','2020-12-31 04:13:15','2020-12-30 20:13:15'),(15963,8229,'action complete via WP Cron','2020-12-31 04:13:15','2020-12-30 20:13:15'),(15964,8230,'action created','2020-12-31 04:13:15','2020-12-30 20:13:15'),(15965,8230,'action started via WP Cron','2020-12-31 04:17:30','2020-12-30 20:17:30'),(15966,8230,'action complete via WP Cron','2020-12-31 04:17:30','2020-12-30 20:17:30'),(15967,8231,'action created','2020-12-31 04:17:30','2020-12-30 20:17:30'),(15968,8231,'action started via WP Cron','2020-12-31 04:18:37','2020-12-30 20:18:37'),(15969,8231,'action complete via WP Cron','2020-12-31 04:18:37','2020-12-30 20:18:37'),(15970,8232,'action created','2020-12-31 04:18:37','2020-12-30 20:18:37'),(15971,8232,'action started via WP Cron','2020-12-31 04:20:51','2020-12-30 20:20:51'),(15972,8232,'action complete via WP Cron','2020-12-31 04:20:51','2020-12-30 20:20:51'),(15973,8233,'action created','2020-12-31 04:20:51','2020-12-30 20:20:51'),(15974,8233,'action started via WP Cron','2020-12-31 04:21:49','2020-12-30 20:21:49'),(15975,8233,'action complete via WP Cron','2020-12-31 04:21:49','2020-12-30 20:21:49'),(15976,8234,'action created','2020-12-31 04:21:49','2020-12-30 20:21:49'),(15977,8234,'action started via WP Cron','2020-12-31 04:30:46','2020-12-30 20:30:46'),(15978,8234,'action complete via WP Cron','2020-12-31 04:30:46','2020-12-30 20:30:46'),(15979,8235,'action created','2020-12-31 04:30:46','2020-12-30 20:30:46'),(15980,8235,'action started via WP Cron','2020-12-31 04:46:10','2020-12-30 20:46:10'),(15981,8235,'action complete via WP Cron','2020-12-31 04:46:10','2020-12-30 20:46:10'),(15982,8236,'action created','2020-12-31 04:46:10','2020-12-30 20:46:10'),(15983,8236,'action started via WP Cron','2020-12-31 04:48:05','2020-12-30 20:48:05'),(15984,8236,'action complete via WP Cron','2020-12-31 04:48:05','2020-12-30 20:48:05'),(15985,8237,'action created','2020-12-31 04:48:05','2020-12-30 20:48:05'),(15986,8237,'action started via WP Cron','2020-12-31 04:56:06','2020-12-30 20:56:06'),(15987,8237,'action complete via WP Cron','2020-12-31 04:56:06','2020-12-30 20:56:06'),(15988,8238,'action created','2020-12-31 04:56:06','2020-12-30 20:56:06'),(15989,8238,'action started via WP Cron','2020-12-31 05:00:32','2020-12-30 21:00:32'),(15990,8238,'action complete via WP Cron','2020-12-31 05:00:32','2020-12-30 21:00:32'),(15991,8239,'action created','2020-12-31 05:00:33','2020-12-30 21:00:33'),(15992,8239,'action started via WP Cron','2020-12-31 05:07:50','2020-12-30 21:07:50'),(15993,8239,'action complete via WP Cron','2020-12-31 05:07:50','2020-12-30 21:07:50'),(15994,8240,'action created','2020-12-31 05:07:50','2020-12-30 21:07:50'),(15995,8240,'action started via WP Cron','2020-12-31 05:08:51','2020-12-30 21:08:51'),(15996,8240,'action complete via WP Cron','2020-12-31 05:08:51','2020-12-30 21:08:51'),(15997,8241,'action created','2020-12-31 05:08:51','2020-12-30 21:08:51'),(15998,8241,'action started via WP Cron','2020-12-31 05:10:53','2020-12-30 21:10:53'),(15999,8241,'action complete via WP Cron','2020-12-31 05:10:53','2020-12-30 21:10:53'),(16000,8242,'action created','2020-12-31 05:10:53','2020-12-30 21:10:53'),(16001,8242,'action started via WP Cron','2020-12-31 05:11:54','2020-12-30 21:11:54'),(16002,8242,'action complete via WP Cron','2020-12-31 05:11:54','2020-12-30 21:11:54'),(16003,8243,'action created','2020-12-31 05:12:14','2020-12-30 21:12:14'),(16004,8243,'action started via WP Cron','2020-12-31 05:12:54','2020-12-30 21:12:54'),(16005,8243,'action complete via WP Cron','2020-12-31 05:12:54','2020-12-30 21:12:54'),(16006,8244,'action created','2020-12-31 05:12:54','2020-12-30 21:12:54'),(16007,8244,'action started via WP Cron','2020-12-31 05:14:17','2020-12-30 21:14:17'),(16008,8244,'action complete via WP Cron','2020-12-31 05:14:17','2020-12-30 21:14:17'),(16009,8245,'action created','2020-12-31 05:14:17','2020-12-30 21:14:17'),(16010,8245,'action started via WP Cron','2020-12-31 05:15:32','2020-12-30 21:15:32'),(16011,8245,'action complete via WP Cron','2020-12-31 05:15:32','2020-12-30 21:15:32'),(16012,8246,'action created','2020-12-31 05:15:32','2020-12-30 21:15:32'),(16013,8246,'action started via WP Cron','2020-12-31 05:16:01','2020-12-30 21:16:01'),(16014,8246,'action complete via WP Cron','2020-12-31 05:16:01','2020-12-30 21:16:01'),(16015,8247,'action created','2020-12-31 05:16:01','2020-12-30 21:16:01'),(16016,8247,'action started via WP Cron','2020-12-31 05:32:07','2020-12-30 21:32:07'),(16017,8247,'action complete via WP Cron','2020-12-31 05:32:07','2020-12-30 21:32:07'),(16018,8248,'action created','2020-12-31 05:32:07','2020-12-30 21:32:07'),(16019,8248,'action started via WP Cron','2020-12-31 05:40:35','2020-12-30 21:40:35'),(16020,8248,'action complete via WP Cron','2020-12-31 05:40:35','2020-12-30 21:40:35'),(16021,8249,'action created','2020-12-31 05:40:35','2020-12-30 21:40:35'),(16025,8250,'action started via WP Cron','2020-12-31 05:49:39','2020-12-30 21:49:39'),(16026,8250,'action complete via WP Cron','2020-12-31 05:49:39','2020-12-30 21:49:39'),(16027,8251,'action created','2020-12-31 05:49:39','2020-12-30 21:49:39'),(16028,8251,'action started via WP Cron','2020-12-31 05:52:06','2020-12-30 21:52:06'),(16029,8251,'action complete via WP Cron','2020-12-31 05:52:06','2020-12-30 21:52:06'),(16030,8252,'action created','2020-12-31 05:52:06','2020-12-30 21:52:06'),(16031,8252,'action started via WP Cron','2020-12-31 05:52:41','2020-12-30 21:52:41'),(16032,8252,'action complete via WP Cron','2020-12-31 05:52:41','2020-12-30 21:52:41'),(16033,8253,'action created','2020-12-31 05:52:41','2020-12-30 21:52:41'),(16034,8253,'action started via WP Cron','2020-12-31 05:55:14','2020-12-30 21:55:14'),(16035,8253,'action complete via WP Cron','2020-12-31 05:55:14','2020-12-30 21:55:14'),(16036,8254,'action created','2020-12-31 05:55:14','2020-12-30 21:55:14'),(16037,8254,'action started via WP Cron','2020-12-31 05:56:59','2020-12-30 21:56:59'),(16038,8254,'action complete via WP Cron','2020-12-31 05:56:59','2020-12-30 21:56:59'),(16039,8255,'action created','2020-12-31 05:57:00','2020-12-30 21:57:00'),(16040,8255,'action started via WP Cron','2020-12-31 06:00:42','2020-12-30 22:00:42'),(16041,8255,'action complete via WP Cron','2020-12-31 06:00:42','2020-12-30 22:00:42'),(16042,8256,'action created','2020-12-31 06:00:42','2020-12-30 22:00:42'),(16043,8256,'action started via WP Cron','2020-12-31 06:06:06','2020-12-30 22:06:06'),(16044,8256,'action complete via WP Cron','2020-12-31 06:06:06','2020-12-30 22:06:06'),(16045,8257,'action created','2020-12-31 06:06:06','2020-12-30 22:06:06'),(16046,8257,'action started via WP Cron','2020-12-31 06:08:52','2020-12-30 22:08:52'),(16047,8257,'action complete via WP Cron','2020-12-31 06:08:52','2020-12-30 22:08:52'),(16048,8258,'action created','2020-12-31 06:08:52','2020-12-30 22:08:52'),(16049,8258,'action started via WP Cron','2020-12-31 06:10:55','2020-12-30 22:10:55'),(16050,8258,'action complete via WP Cron','2020-12-31 06:10:55','2020-12-30 22:10:55'),(16051,8259,'action created','2020-12-31 06:10:56','2020-12-30 22:10:56'),(16052,8259,'action started via WP Cron','2020-12-31 06:12:01','2020-12-30 22:12:01'),(16053,8259,'action complete via WP Cron','2020-12-31 06:12:01','2020-12-30 22:12:01'),(16054,8260,'action created','2020-12-31 06:12:01','2020-12-30 22:12:01'),(16055,8260,'action started via WP Cron','2020-12-31 06:12:48','2020-12-30 22:12:48'),(16056,8260,'action complete via WP Cron','2020-12-31 06:12:48','2020-12-30 22:12:48'),(16057,8261,'action created','2020-12-31 06:12:48','2020-12-30 22:12:48'),(16058,8261,'action started via WP Cron','2020-12-31 06:15:05','2020-12-30 22:15:05'),(16059,8261,'action complete via WP Cron','2020-12-31 06:15:05','2020-12-30 22:15:05'),(16060,8262,'action created','2020-12-31 06:15:05','2020-12-30 22:15:05'),(16061,8262,'action started via WP Cron','2020-12-31 06:16:05','2020-12-30 22:16:05'),(16062,8262,'action complete via WP Cron','2020-12-31 06:16:05','2020-12-30 22:16:05'),(16063,8263,'action created','2020-12-31 06:16:05','2020-12-30 22:16:05'),(16064,8263,'action started via WP Cron','2020-12-31 06:17:07','2020-12-30 22:17:07'),(16065,8263,'action complete via WP Cron','2020-12-31 06:17:07','2020-12-30 22:17:07'),(16066,8264,'action created','2020-12-31 06:17:29','2020-12-30 22:17:29'),(16067,8264,'action started via WP Cron','2020-12-31 06:18:20','2020-12-30 22:18:20'),(16068,8264,'action complete via WP Cron','2020-12-31 06:18:20','2020-12-30 22:18:20'),(16069,8265,'action created','2020-12-31 06:18:20','2020-12-30 22:18:20'),(16070,8265,'action started via WP Cron','2020-12-31 06:20:05','2020-12-30 22:20:05'),(16071,8265,'action complete via WP Cron','2020-12-31 06:20:05','2020-12-30 22:20:05'),(16072,8266,'action created','2020-12-31 06:27:10','2020-12-30 22:27:10'),(16073,8266,'action started via WP Cron','2020-12-31 06:28:05','2020-12-30 22:28:05'),(16074,8266,'action complete via WP Cron','2020-12-31 06:28:05','2020-12-30 22:28:05'),(16075,8267,'action created','2020-12-31 06:28:05','2020-12-30 22:28:05'),(16076,8267,'action started via WP Cron','2020-12-31 06:28:53','2020-12-30 22:28:53'),(16077,8267,'action complete via WP Cron','2020-12-31 06:28:53','2020-12-30 22:28:53'),(16078,8268,'action created','2020-12-31 06:28:53','2020-12-30 22:28:53'),(16079,8268,'action started via WP Cron','2020-12-31 06:32:37','2020-12-30 22:32:37'),(16080,8268,'action complete via WP Cron','2020-12-31 06:32:37','2020-12-30 22:32:37'),(16081,8269,'action created','2020-12-31 06:32:37','2020-12-30 22:32:37'),(16082,8269,'action started via WP Cron','2020-12-31 06:34:21','2020-12-30 22:34:21'),(16083,8269,'action complete via WP Cron','2020-12-31 06:34:21','2020-12-30 22:34:21'),(16084,8270,'action created','2020-12-31 06:34:21','2020-12-30 22:34:21'),(16085,8270,'action started via WP Cron','2020-12-31 06:34:44','2020-12-30 22:34:44'),(16086,8270,'action complete via WP Cron','2020-12-31 06:34:44','2020-12-30 22:34:44'),(16087,8271,'action created','2020-12-31 06:34:44','2020-12-30 22:34:44'),(16088,8271,'action started via WP Cron','2020-12-31 06:36:35','2020-12-30 22:36:35'),(16089,8271,'action complete via WP Cron','2020-12-31 06:36:35','2020-12-30 22:36:35'),(16090,8272,'action created','2020-12-31 06:36:35','2020-12-30 22:36:35'),(16091,8272,'action started via WP Cron','2020-12-31 06:37:43','2020-12-30 22:37:43'),(16092,8272,'action complete via WP Cron','2020-12-31 06:37:43','2020-12-30 22:37:43'),(16093,8273,'action created','2020-12-31 06:37:43','2020-12-30 22:37:43'),(16094,8273,'action started via WP Cron','2020-12-31 06:38:45','2020-12-30 22:38:45'),(16095,8273,'action complete via WP Cron','2020-12-31 06:38:45','2020-12-30 22:38:45'),(16096,8274,'action created','2020-12-31 06:38:45','2020-12-30 22:38:45'),(16097,8274,'action started via WP Cron','2020-12-31 06:39:46','2020-12-30 22:39:46'),(16098,8274,'action complete via WP Cron','2020-12-31 06:39:46','2020-12-30 22:39:46'),(16099,8275,'action created','2020-12-31 06:40:46','2020-12-30 22:40:46'),(16100,8275,'action started via WP Cron','2020-12-31 06:42:03','2020-12-30 22:42:03'),(16101,8275,'action complete via WP Cron','2020-12-31 06:42:03','2020-12-30 22:42:03'),(16102,8276,'action created','2020-12-31 06:42:03','2020-12-30 22:42:03'),(16103,8276,'action started via WP Cron','2020-12-31 06:42:43','2020-12-30 22:42:43'),(16104,8276,'action complete via WP Cron','2020-12-31 06:42:43','2020-12-30 22:42:43'),(16105,8277,'action created','2020-12-31 06:42:43','2020-12-30 22:42:43'),(16106,8277,'action started via WP Cron','2020-12-31 06:43:52','2020-12-30 22:43:52'),(16107,8277,'action complete via WP Cron','2020-12-31 06:43:52','2020-12-30 22:43:52'),(16108,8278,'action created','2020-12-31 06:43:52','2020-12-30 22:43:52'),(16109,8278,'action started via WP Cron','2020-12-31 06:44:54','2020-12-30 22:44:54'),(16110,8278,'action complete via WP Cron','2020-12-31 06:44:54','2020-12-30 22:44:54'),(16111,8279,'action created','2020-12-31 06:44:54','2020-12-30 22:44:54'),(16112,8279,'action started via WP Cron','2020-12-31 06:45:48','2020-12-30 22:45:48'),(16113,8279,'action complete via WP Cron','2020-12-31 06:45:48','2020-12-30 22:45:48'),(16114,8280,'action created','2020-12-31 06:45:48','2020-12-30 22:45:48'),(69695,26142,'action complete via WP Cron','2021-01-31 06:53:26','2021-01-30 22:53:26'),(69694,26142,'action started via WP Cron','2021-01-31 06:53:26','2021-01-30 22:53:26'),(71883,26872,'action created','2021-02-01 06:56:47','2021-01-31 22:56:47'),(16118,8280,'action started via WP Cron','2020-12-31 06:52:57','2020-12-30 22:52:57'),(16119,8280,'action complete via WP Cron','2020-12-31 06:52:57','2020-12-30 22:52:57'),(16120,8282,'action created','2020-12-31 06:52:57','2020-12-30 22:52:57'),(16121,8282,'action started via WP Cron','2020-12-31 06:54:47','2020-12-30 22:54:47'),(16122,8282,'action complete via WP Cron','2020-12-31 06:54:47','2020-12-30 22:54:47'),(16123,8283,'action created','2020-12-31 06:54:47','2020-12-30 22:54:47'),(16124,8283,'action started via WP Cron','2020-12-31 06:57:40','2020-12-30 22:57:40'),(16125,8283,'action complete via WP Cron','2020-12-31 06:57:40','2020-12-30 22:57:40'),(16126,8284,'action created','2020-12-31 06:57:40','2020-12-30 22:57:40'),(16127,8284,'action started via WP Cron','2020-12-31 07:05:43','2020-12-30 23:05:43'),(16128,8284,'action complete via WP Cron','2020-12-31 07:05:43','2020-12-30 23:05:43'),(16129,8285,'action created','2020-12-31 07:05:43','2020-12-30 23:05:43'),(16130,8285,'action started via WP Cron','2020-12-31 07:07:16','2020-12-30 23:07:16'),(16131,8285,'action complete via WP Cron','2020-12-31 07:07:16','2020-12-30 23:07:16'),(16132,8286,'action created','2020-12-31 07:07:16','2020-12-30 23:07:16'),(16133,8286,'action started via WP Cron','2020-12-31 07:17:18','2020-12-30 23:17:18'),(16134,8286,'action complete via WP Cron','2020-12-31 07:17:18','2020-12-30 23:17:18'),(16135,8287,'action created','2020-12-31 07:17:18','2020-12-30 23:17:18'),(16136,8287,'action started via WP Cron','2020-12-31 07:18:19','2020-12-30 23:18:19'),(16137,8287,'action complete via WP Cron','2020-12-31 07:18:19','2020-12-30 23:18:19'),(16138,8288,'action created','2020-12-31 07:18:19','2020-12-30 23:18:19'),(16139,8288,'action started via WP Cron','2020-12-31 07:19:19','2020-12-30 23:19:19'),(16140,8288,'action complete via WP Cron','2020-12-31 07:19:19','2020-12-30 23:19:19'),(16141,8289,'action created','2020-12-31 07:34:18','2020-12-30 23:34:18'),(16142,8289,'action started via WP Cron','2020-12-31 07:34:48','2020-12-30 23:34:48'),(16143,8289,'action complete via WP Cron','2020-12-31 07:34:48','2020-12-30 23:34:48'),(16144,8290,'action created','2020-12-31 07:34:48','2020-12-30 23:34:48'),(16145,8290,'action started via WP Cron','2020-12-31 07:37:27','2020-12-30 23:37:27'),(16146,8290,'action complete via WP Cron','2020-12-31 07:37:27','2020-12-30 23:37:27'),(16147,8291,'action created','2020-12-31 07:37:27','2020-12-30 23:37:27'),(16148,8291,'action started via WP Cron','2020-12-31 07:38:28','2020-12-30 23:38:28'),(16149,8291,'action complete via WP Cron','2020-12-31 07:38:28','2020-12-30 23:38:28'),(16150,8292,'action created','2020-12-31 07:38:28','2020-12-30 23:38:28'),(16151,8292,'action started via WP Cron','2020-12-31 07:39:29','2020-12-30 23:39:29'),(16152,8292,'action complete via WP Cron','2020-12-31 07:39:29','2020-12-30 23:39:29'),(16153,8293,'action created','2020-12-31 07:39:29','2020-12-30 23:39:29'),(16154,8293,'action started via WP Cron','2020-12-31 07:40:52','2020-12-30 23:40:52'),(16155,8293,'action complete via WP Cron','2020-12-31 07:40:52','2020-12-30 23:40:52'),(16156,8294,'action created','2020-12-31 07:40:52','2020-12-30 23:40:52'),(16157,8294,'action started via WP Cron','2020-12-31 07:41:46','2020-12-30 23:41:46'),(16158,8294,'action complete via WP Cron','2020-12-31 07:41:46','2020-12-30 23:41:46'),(16159,8295,'action created','2020-12-31 07:41:46','2020-12-30 23:41:46'),(16160,8295,'action started via WP Cron','2020-12-31 07:42:47','2020-12-30 23:42:47'),(16161,8295,'action complete via WP Cron','2020-12-31 07:42:47','2020-12-30 23:42:47'),(16162,8296,'action created','2020-12-31 07:42:47','2020-12-30 23:42:47'),(16163,8296,'action started via WP Cron','2020-12-31 07:43:43','2020-12-30 23:43:43'),(16164,8296,'action complete via WP Cron','2020-12-31 07:43:43','2020-12-30 23:43:43'),(16165,8297,'action created','2020-12-31 07:43:43','2020-12-30 23:43:43'),(16166,8297,'action started via WP Cron','2020-12-31 07:46:05','2020-12-30 23:46:05'),(16167,8297,'action complete via WP Cron','2020-12-31 07:46:05','2020-12-30 23:46:05'),(16168,8298,'action created','2020-12-31 07:46:05','2020-12-30 23:46:05'),(16169,8298,'action started via WP Cron','2020-12-31 07:47:22','2020-12-30 23:47:22'),(16170,8298,'action complete via WP Cron','2020-12-31 07:47:22','2020-12-30 23:47:22'),(16171,8299,'action created','2020-12-31 07:47:22','2020-12-30 23:47:22'),(16172,8299,'action started via WP Cron','2020-12-31 07:51:12','2020-12-30 23:51:12'),(16173,8299,'action complete via WP Cron','2020-12-31 07:51:12','2020-12-30 23:51:12'),(16174,8300,'action created','2020-12-31 07:51:12','2020-12-30 23:51:12'),(16175,8300,'action started via WP Cron','2020-12-31 07:51:55','2020-12-30 23:51:55'),(16176,8300,'action complete via WP Cron','2020-12-31 07:51:55','2020-12-30 23:51:55'),(16177,8301,'action created','2020-12-31 07:51:55','2020-12-30 23:51:55'),(16178,8301,'action started via WP Cron','2020-12-31 07:55:23','2020-12-30 23:55:23'),(16179,8301,'action complete via WP Cron','2020-12-31 07:55:23','2020-12-30 23:55:23'),(16180,8302,'action created','2020-12-31 07:55:23','2020-12-30 23:55:23'),(16181,8302,'action started via WP Cron','2020-12-31 08:00:39','2020-12-31 00:00:39'),(16182,8302,'action complete via WP Cron','2020-12-31 08:00:39','2020-12-31 00:00:39'),(16183,8303,'action created','2020-12-31 08:00:39','2020-12-31 00:00:39'),(16184,8303,'action started via WP Cron','2020-12-31 08:01:48','2020-12-31 00:01:48'),(16185,8303,'action complete via WP Cron','2020-12-31 08:01:48','2020-12-31 00:01:48'),(16186,8304,'action created','2020-12-31 08:01:48','2020-12-31 00:01:48'),(16187,8304,'action started via WP Cron','2020-12-31 08:04:10','2020-12-31 00:04:10'),(16188,8304,'action complete via WP Cron','2020-12-31 08:04:10','2020-12-31 00:04:10'),(16189,8305,'action created','2020-12-31 08:04:10','2020-12-31 00:04:10'),(16190,8305,'action started via WP Cron','2020-12-31 08:06:40','2020-12-31 00:06:40'),(16191,8305,'action complete via WP Cron','2020-12-31 08:06:40','2020-12-31 00:06:40'),(16192,8306,'action created','2020-12-31 08:06:40','2020-12-31 00:06:40'),(16193,8306,'action started via WP Cron','2020-12-31 08:11:54','2020-12-31 00:11:54'),(16194,8306,'action complete via WP Cron','2020-12-31 08:11:54','2020-12-31 00:11:54'),(16195,8307,'action created','2020-12-31 08:11:54','2020-12-31 00:11:54'),(16196,8307,'action started via WP Cron','2020-12-31 08:22:12','2020-12-31 00:22:12'),(16197,8307,'action complete via WP Cron','2020-12-31 08:22:12','2020-12-31 00:22:12'),(16198,8308,'action created','2020-12-31 08:22:12','2020-12-31 00:22:12'),(16199,8308,'action started via WP Cron','2020-12-31 08:26:05','2020-12-31 00:26:05'),(16200,8308,'action complete via WP Cron','2020-12-31 08:26:07','2020-12-31 00:26:07'),(16201,8309,'action created','2020-12-31 08:26:08','2020-12-31 00:26:08'),(16202,8309,'action started via WP Cron','2020-12-31 08:26:44','2020-12-31 00:26:44'),(16203,8309,'action complete via WP Cron','2020-12-31 08:26:44','2020-12-31 00:26:44'),(16204,8310,'action created','2020-12-31 08:26:44','2020-12-31 00:26:44'),(16205,8310,'action started via WP Cron','2020-12-31 08:34:51','2020-12-31 00:34:51'),(16206,8310,'action complete via WP Cron','2020-12-31 08:34:51','2020-12-31 00:34:51'),(16207,8311,'action created','2020-12-31 08:34:51','2020-12-31 00:34:51'),(16208,8311,'action started via WP Cron','2020-12-31 08:36:06','2020-12-31 00:36:06'),(16209,8311,'action complete via WP Cron','2020-12-31 08:36:06','2020-12-31 00:36:06'),(16210,8312,'action created','2020-12-31 08:36:06','2020-12-31 00:36:06'),(16211,8312,'action started via WP Cron','2020-12-31 08:40:09','2020-12-31 00:40:09'),(16212,8312,'action complete via WP Cron','2020-12-31 08:40:09','2020-12-31 00:40:09'),(16213,8313,'action created','2020-12-31 08:40:09','2020-12-31 00:40:09'),(16214,8313,'action started via WP Cron','2020-12-31 08:42:11','2020-12-31 00:42:11'),(16215,8313,'action complete via WP Cron','2020-12-31 08:42:11','2020-12-31 00:42:11'),(16216,8314,'action created','2020-12-31 08:42:11','2020-12-31 00:42:11'),(16217,8314,'action started via WP Cron','2020-12-31 08:43:13','2020-12-31 00:43:13'),(16218,8314,'action complete via WP Cron','2020-12-31 08:43:13','2020-12-31 00:43:13'),(16219,8315,'action created','2020-12-31 08:43:37','2020-12-31 00:43:37'),(16220,8315,'action started via WP Cron','2020-12-31 08:44:02','2020-12-31 00:44:02'),(16221,8315,'action complete via WP Cron','2020-12-31 08:44:02','2020-12-31 00:44:02'),(16222,8316,'action created','2020-12-31 08:44:02','2020-12-31 00:44:02'),(16223,8316,'action started via WP Cron','2020-12-31 08:45:14','2020-12-31 00:45:14'),(16224,8316,'action complete via WP Cron','2020-12-31 08:45:14','2020-12-31 00:45:14'),(16225,8317,'action created','2020-12-31 08:45:14','2020-12-31 00:45:14'),(16226,8317,'action started via WP Cron','2020-12-31 08:55:12','2020-12-31 00:55:12'),(16227,8317,'action complete via WP Cron','2020-12-31 08:55:12','2020-12-31 00:55:12'),(16228,8318,'action created','2020-12-31 08:55:13','2020-12-31 00:55:13'),(16229,8318,'action started via WP Cron','2020-12-31 09:06:44','2020-12-31 01:06:44'),(16230,8318,'action complete via WP Cron','2020-12-31 09:06:44','2020-12-31 01:06:44'),(16231,8319,'action created','2020-12-31 09:10:39','2020-12-31 01:10:39'),(16232,8319,'action started via WP Cron','2020-12-31 09:12:54','2020-12-31 01:12:54'),(16233,8319,'action complete via WP Cron','2020-12-31 09:12:54','2020-12-31 01:12:54'),(16234,8320,'action created','2020-12-31 09:12:55','2020-12-31 01:12:55'),(16235,8320,'action started via WP Cron','2020-12-31 09:15:50','2020-12-31 01:15:50'),(16236,8320,'action complete via WP Cron','2020-12-31 09:15:50','2020-12-31 01:15:50'),(16237,8321,'action created','2020-12-31 09:15:50','2020-12-31 01:15:50'),(16238,8321,'action started via WP Cron','2020-12-31 09:18:46','2020-12-31 01:18:46'),(16239,8321,'action complete via WP Cron','2020-12-31 09:18:46','2020-12-31 01:18:46'),(16240,8322,'action created','2020-12-31 09:18:46','2020-12-31 01:18:46'),(16241,8322,'action started via WP Cron','2020-12-31 09:23:14','2020-12-31 01:23:14'),(16242,8322,'action complete via WP Cron','2020-12-31 09:23:14','2020-12-31 01:23:14'),(16243,8323,'action created','2020-12-31 09:23:14','2020-12-31 01:23:14'),(16244,8323,'action started via WP Cron','2020-12-31 09:25:32','2020-12-31 01:25:32'),(16245,8323,'action complete via WP Cron','2020-12-31 09:25:32','2020-12-31 01:25:32'),(16246,8324,'action created','2020-12-31 09:25:32','2020-12-31 01:25:32'),(16247,8324,'action started via WP Cron','2020-12-31 09:31:20','2020-12-31 01:31:20'),(16248,8324,'action complete via WP Cron','2020-12-31 09:31:20','2020-12-31 01:31:20'),(16249,8325,'action created','2020-12-31 09:31:20','2020-12-31 01:31:20'),(16250,8325,'action started via WP Cron','2020-12-31 09:31:58','2020-12-31 01:31:58'),(16251,8325,'action complete via WP Cron','2020-12-31 09:31:58','2020-12-31 01:31:58'),(16252,8326,'action created','2020-12-31 09:31:58','2020-12-31 01:31:58'),(16253,8326,'action started via WP Cron','2020-12-31 09:33:49','2020-12-31 01:33:49'),(16254,8326,'action complete via WP Cron','2020-12-31 09:33:49','2020-12-31 01:33:49'),(16255,8327,'action created','2020-12-31 09:33:49','2020-12-31 01:33:49'),(16256,8327,'action started via WP Cron','2020-12-31 09:36:16','2020-12-31 01:36:16'),(16257,8327,'action complete via WP Cron','2020-12-31 09:36:16','2020-12-31 01:36:16'),(16258,8328,'action created','2020-12-31 09:36:16','2020-12-31 01:36:16'),(16259,8328,'action started via WP Cron','2020-12-31 09:38:57','2020-12-31 01:38:57'),(16260,8328,'action complete via WP Cron','2020-12-31 09:38:57','2020-12-31 01:38:57'),(16261,8329,'action created','2020-12-31 09:38:57','2020-12-31 01:38:57'),(16262,8329,'action started via WP Cron','2020-12-31 09:40:58','2020-12-31 01:40:58'),(16263,8329,'action complete via WP Cron','2020-12-31 09:40:58','2020-12-31 01:40:58'),(16264,8330,'action created','2020-12-31 09:40:58','2020-12-31 01:40:58'),(16265,8330,'action started via WP Cron','2020-12-31 09:43:00','2020-12-31 01:43:00'),(16266,8330,'action complete via WP Cron','2020-12-31 09:43:00','2020-12-31 01:43:00'),(16267,8331,'action created','2020-12-31 09:43:00','2020-12-31 01:43:00'),(16268,8331,'action started via WP Cron','2020-12-31 09:45:22','2020-12-31 01:45:22'),(16269,8331,'action complete via WP Cron','2020-12-31 09:45:22','2020-12-31 01:45:22'),(16270,8332,'action created','2020-12-31 09:45:22','2020-12-31 01:45:22'),(16271,8332,'action started via WP Cron','2020-12-31 09:45:47','2020-12-31 01:45:47'),(16272,8332,'action complete via WP Cron','2020-12-31 09:45:47','2020-12-31 01:45:47'),(16273,8333,'action created','2020-12-31 09:45:47','2020-12-31 01:45:47'),(16274,8333,'action started via WP Cron','2020-12-31 09:48:18','2020-12-31 01:48:18'),(16275,8333,'action complete via WP Cron','2020-12-31 09:48:18','2020-12-31 01:48:18'),(16276,8334,'action created','2020-12-31 09:48:18','2020-12-31 01:48:18'),(16277,8334,'action started via WP Cron','2020-12-31 09:48:44','2020-12-31 01:48:44'),(16278,8334,'action complete via WP Cron','2020-12-31 09:48:44','2020-12-31 01:48:44'),(16279,8335,'action created','2020-12-31 09:48:44','2020-12-31 01:48:44'),(16280,8335,'action started via WP Cron','2020-12-31 09:50:09','2020-12-31 01:50:09'),(16281,8335,'action complete via WP Cron','2020-12-31 09:50:09','2020-12-31 01:50:09'),(16282,8336,'action created','2020-12-31 09:50:09','2020-12-31 01:50:09'),(16283,8336,'action started via WP Cron','2020-12-31 09:54:14','2020-12-31 01:54:14'),(16284,8336,'action complete via WP Cron','2020-12-31 09:54:14','2020-12-31 01:54:14'),(16285,8337,'action created','2020-12-31 09:54:14','2020-12-31 01:54:14'),(16286,8337,'action started via WP Cron','2020-12-31 09:55:58','2020-12-31 01:55:58'),(16287,8337,'action complete via WP Cron','2020-12-31 09:55:58','2020-12-31 01:55:58'),(16288,8338,'action created','2020-12-31 09:55:59','2020-12-31 01:55:59'),(16289,8338,'action started via WP Cron','2020-12-31 09:58:13','2020-12-31 01:58:13'),(16290,8338,'action complete via WP Cron','2020-12-31 09:58:13','2020-12-31 01:58:13'),(16291,8339,'action created','2020-12-31 09:58:13','2020-12-31 01:58:13'),(16292,8339,'action started via WP Cron','2020-12-31 09:59:23','2020-12-31 01:59:23'),(16293,8339,'action complete via WP Cron','2020-12-31 09:59:23','2020-12-31 01:59:23'),(16294,8340,'action created','2020-12-31 09:59:23','2020-12-31 01:59:23'),(16295,8340,'action started via WP Cron','2020-12-31 10:02:38','2020-12-31 02:02:38'),(16296,8340,'action complete via WP Cron','2020-12-31 10:02:38','2020-12-31 02:02:38'),(16297,8341,'action created','2020-12-31 10:02:39','2020-12-31 02:02:39'),(16298,8341,'action started via WP Cron','2020-12-31 10:04:15','2020-12-31 02:04:15'),(16299,8341,'action complete via WP Cron','2020-12-31 10:04:15','2020-12-31 02:04:15'),(16300,8342,'action created','2020-12-31 10:04:15','2020-12-31 02:04:15'),(16301,8342,'action started via WP Cron','2020-12-31 10:05:06','2020-12-31 02:05:06'),(16302,8342,'action complete via WP Cron','2020-12-31 10:05:06','2020-12-31 02:05:06'),(16303,8343,'action created','2020-12-31 10:05:06','2020-12-31 02:05:06'),(16304,8343,'action started via WP Cron','2020-12-31 10:06:48','2020-12-31 02:06:48'),(16305,8343,'action complete via WP Cron','2020-12-31 10:06:48','2020-12-31 02:06:48'),(16306,8344,'action created','2020-12-31 10:06:48','2020-12-31 02:06:48'),(16307,8344,'action started via WP Cron','2020-12-31 10:09:28','2020-12-31 02:09:28'),(16308,8344,'action complete via WP Cron','2020-12-31 10:09:28','2020-12-31 02:09:28'),(16309,8345,'action created','2020-12-31 10:09:28','2020-12-31 02:09:28'),(16310,8345,'action started via WP Cron','2020-12-31 10:12:47','2020-12-31 02:12:47'),(16311,8345,'action complete via WP Cron','2020-12-31 10:12:47','2020-12-31 02:12:47'),(16312,8346,'action created','2020-12-31 10:12:47','2020-12-31 02:12:47'),(16313,8346,'action started via WP Cron','2020-12-31 10:15:54','2020-12-31 02:15:54'),(16314,8346,'action complete via WP Cron','2020-12-31 10:15:54','2020-12-31 02:15:54'),(16315,8347,'action created','2020-12-31 10:15:54','2020-12-31 02:15:54'),(16316,8347,'action started via WP Cron','2020-12-31 10:19:05','2020-12-31 02:19:05'),(16317,8347,'action complete via WP Cron','2020-12-31 10:19:05','2020-12-31 02:19:05'),(16318,8348,'action created','2020-12-31 10:19:05','2020-12-31 02:19:05'),(16319,8348,'action started via WP Cron','2020-12-31 10:29:05','2020-12-31 02:29:05'),(16320,8348,'action complete via WP Cron','2020-12-31 10:29:05','2020-12-31 02:29:05'),(16321,8349,'action created','2020-12-31 10:29:05','2020-12-31 02:29:05'),(16322,8349,'action started via WP Cron','2020-12-31 10:30:10','2020-12-31 02:30:10'),(16323,8349,'action complete via WP Cron','2020-12-31 10:30:10','2020-12-31 02:30:10'),(16324,8350,'action created','2020-12-31 10:30:10','2020-12-31 02:30:10'),(16325,8350,'action started via WP Cron','2020-12-31 10:31:11','2020-12-31 02:31:11'),(16326,8350,'action complete via WP Cron','2020-12-31 10:31:11','2020-12-31 02:31:11'),(16327,8351,'action created','2020-12-31 10:31:11','2020-12-31 02:31:11'),(16328,8351,'action started via WP Cron','2020-12-31 10:32:15','2020-12-31 02:32:15'),(16329,8351,'action complete via WP Cron','2020-12-31 10:32:15','2020-12-31 02:32:15'),(16330,8352,'action created','2020-12-31 10:32:15','2020-12-31 02:32:15'),(16331,8352,'action started via WP Cron','2020-12-31 10:33:37','2020-12-31 02:33:37'),(16332,8352,'action complete via WP Cron','2020-12-31 10:33:37','2020-12-31 02:33:37'),(16333,8353,'action created','2020-12-31 10:33:37','2020-12-31 02:33:37'),(16334,8353,'action started via WP Cron','2020-12-31 10:35:40','2020-12-31 02:35:40'),(16335,8353,'action complete via WP Cron','2020-12-31 10:35:40','2020-12-31 02:35:40'),(16336,8354,'action created','2020-12-31 10:35:40','2020-12-31 02:35:40'),(16337,8354,'action started via WP Cron','2020-12-31 10:43:44','2020-12-31 02:43:44'),(16338,8354,'action complete via WP Cron','2020-12-31 10:43:44','2020-12-31 02:43:44'),(16339,8355,'action created','2020-12-31 10:43:44','2020-12-31 02:43:44'),(16340,8355,'action started via WP Cron','2020-12-31 10:45:11','2020-12-31 02:45:11'),(16341,8355,'action complete via WP Cron','2020-12-31 10:45:11','2020-12-31 02:45:11'),(16342,8356,'action created','2020-12-31 10:45:11','2020-12-31 02:45:11'),(16343,8356,'action started via WP Cron','2020-12-31 10:46:33','2020-12-31 02:46:33'),(16344,8356,'action complete via WP Cron','2020-12-31 10:46:33','2020-12-31 02:46:33'),(16345,8357,'action created','2020-12-31 10:46:33','2020-12-31 02:46:33'),(16346,8357,'action started via WP Cron','2020-12-31 10:48:44','2020-12-31 02:48:44'),(16347,8357,'action complete via WP Cron','2020-12-31 10:48:44','2020-12-31 02:48:44'),(16348,8358,'action created','2020-12-31 10:48:45','2020-12-31 02:48:45'),(16349,8358,'action started via WP Cron','2020-12-31 10:50:16','2020-12-31 02:50:16'),(16350,8358,'action complete via WP Cron','2020-12-31 10:50:16','2020-12-31 02:50:16'),(16351,8359,'action created','2020-12-31 10:50:16','2020-12-31 02:50:16'),(16352,8359,'action started via WP Cron','2020-12-31 10:51:25','2020-12-31 02:51:25'),(16353,8359,'action complete via WP Cron','2020-12-31 10:51:25','2020-12-31 02:51:25'),(16354,8360,'action created','2020-12-31 10:51:25','2020-12-31 02:51:25'),(16355,8360,'action started via WP Cron','2020-12-31 10:55:08','2020-12-31 02:55:08'),(16356,8360,'action complete via WP Cron','2020-12-31 10:55:08','2020-12-31 02:55:08'),(16357,8361,'action created','2020-12-31 10:55:08','2020-12-31 02:55:08'),(16358,8361,'action started via WP Cron','2020-12-31 10:56:17','2020-12-31 02:56:17'),(16359,8361,'action complete via WP Cron','2020-12-31 10:56:17','2020-12-31 02:56:17'),(16360,8362,'action created','2020-12-31 10:56:17','2020-12-31 02:56:17'),(16361,8362,'action started via WP Cron','2020-12-31 11:00:39','2020-12-31 03:00:39'),(16362,8362,'action complete via WP Cron','2020-12-31 11:00:39','2020-12-31 03:00:39'),(16363,8363,'action created','2020-12-31 11:00:39','2020-12-31 03:00:39'),(16364,8363,'action started via WP Cron','2020-12-31 11:01:15','2020-12-31 03:01:15'),(16365,8363,'action complete via WP Cron','2020-12-31 11:01:15','2020-12-31 03:01:15'),(16366,8364,'action created','2020-12-31 11:01:15','2020-12-31 03:01:15'),(16367,8364,'action started via WP Cron','2020-12-31 11:01:49','2020-12-31 03:01:49'),(16368,8364,'action complete via WP Cron','2020-12-31 11:01:49','2020-12-31 03:01:49'),(16369,8365,'action created','2020-12-31 11:03:02','2020-12-31 03:03:02'),(16370,8365,'action started via WP Cron','2020-12-31 11:05:19','2020-12-31 03:05:19'),(16371,8365,'action complete via WP Cron','2020-12-31 11:05:19','2020-12-31 03:05:19'),(16372,8366,'action created','2020-12-31 11:05:19','2020-12-31 03:05:19'),(16373,8366,'action started via WP Cron','2020-12-31 11:06:55','2020-12-31 03:06:55'),(16374,8366,'action complete via WP Cron','2020-12-31 11:06:55','2020-12-31 03:06:55'),(16375,8367,'action created','2020-12-31 11:06:55','2020-12-31 03:06:55'),(16376,8367,'action started via WP Cron','2020-12-31 11:10:27','2020-12-31 03:10:27'),(16377,8367,'action complete via WP Cron','2020-12-31 11:10:27','2020-12-31 03:10:27'),(16378,8368,'action created','2020-12-31 11:12:55','2020-12-31 03:12:55'),(16379,8368,'action started via WP Cron','2020-12-31 11:13:47','2020-12-31 03:13:47'),(16380,8368,'action complete via WP Cron','2020-12-31 11:13:47','2020-12-31 03:13:47'),(16381,8369,'action created','2020-12-31 11:16:25','2020-12-31 03:16:25'),(16382,8369,'action started via WP Cron','2020-12-31 11:17:30','2020-12-31 03:17:30'),(16383,8369,'action complete via WP Cron','2020-12-31 11:17:30','2020-12-31 03:17:30'),(16384,8370,'action created','2020-12-31 11:17:30','2020-12-31 03:17:30'),(16385,8370,'action started via WP Cron','2020-12-31 11:18:14','2020-12-31 03:18:14'),(16386,8370,'action complete via WP Cron','2020-12-31 11:18:14','2020-12-31 03:18:14'),(16387,8371,'action created','2020-12-31 11:18:14','2020-12-31 03:18:14'),(16388,8371,'action started via WP Cron','2020-12-31 11:18:54','2020-12-31 03:18:54'),(16389,8371,'action complete via WP Cron','2020-12-31 11:18:54','2020-12-31 03:18:54'),(16390,8372,'action created','2020-12-31 11:21:27','2020-12-31 03:21:27'),(16391,8372,'action started via WP Cron','2020-12-31 11:22:53','2020-12-31 03:22:53'),(16392,8372,'action complete via WP Cron','2020-12-31 11:22:53','2020-12-31 03:22:53'),(16393,8373,'action created','2020-12-31 11:22:53','2020-12-31 03:22:53'),(16394,8373,'action started via WP Cron','2020-12-31 11:25:56','2020-12-31 03:25:56'),(16395,8373,'action complete via WP Cron','2020-12-31 11:25:56','2020-12-31 03:25:56'),(16396,8374,'action created','2020-12-31 11:25:56','2020-12-31 03:25:56'),(16397,8374,'action started via WP Cron','2020-12-31 11:31:19','2020-12-31 03:31:19'),(16398,8374,'action complete via WP Cron','2020-12-31 11:31:19','2020-12-31 03:31:19'),(16399,8375,'action created','2020-12-31 11:31:20','2020-12-31 03:31:20'),(16400,8375,'action started via WP Cron','2020-12-31 11:32:12','2020-12-31 03:32:12'),(16401,8375,'action complete via WP Cron','2020-12-31 11:32:12','2020-12-31 03:32:12'),(16402,8376,'action created','2020-12-31 11:32:13','2020-12-31 03:32:13'),(16403,8376,'action started via WP Cron','2020-12-31 11:32:46','2020-12-31 03:32:46'),(16404,8376,'action complete via WP Cron','2020-12-31 11:32:46','2020-12-31 03:32:46'),(16405,8377,'action created','2020-12-31 11:32:46','2020-12-31 03:32:46'),(16406,8377,'action started via WP Cron','2020-12-31 11:34:05','2020-12-31 03:34:05'),(16407,8377,'action complete via WP Cron','2020-12-31 11:34:05','2020-12-31 03:34:05'),(16408,8378,'action created','2020-12-31 11:34:05','2020-12-31 03:34:05'),(16409,8378,'action started via WP Cron','2020-12-31 11:35:06','2020-12-31 03:35:06'),(16410,8378,'action complete via WP Cron','2020-12-31 11:35:06','2020-12-31 03:35:06'),(16411,8379,'action created','2020-12-31 11:35:06','2020-12-31 03:35:06'),(16412,8379,'action started via WP Cron','2020-12-31 11:35:54','2020-12-31 03:35:54'),(16413,8379,'action complete via WP Cron','2020-12-31 11:35:54','2020-12-31 03:35:54'),(16414,8380,'action created','2020-12-31 11:35:54','2020-12-31 03:35:54'),(16415,8380,'action started via WP Cron','2020-12-31 11:37:41','2020-12-31 03:37:41'),(16416,8380,'action complete via WP Cron','2020-12-31 11:37:41','2020-12-31 03:37:41'),(16417,8381,'action created','2020-12-31 11:37:41','2020-12-31 03:37:41'),(16418,8381,'action started via WP Cron','2020-12-31 11:38:42','2020-12-31 03:38:42'),(16419,8381,'action complete via WP Cron','2020-12-31 11:38:42','2020-12-31 03:38:42'),(16420,8382,'action created','2020-12-31 11:38:42','2020-12-31 03:38:42'),(16421,8382,'action started via WP Cron','2020-12-31 11:43:14','2020-12-31 03:43:14'),(16422,8382,'action complete via WP Cron','2020-12-31 11:43:14','2020-12-31 03:43:14'),(16423,8383,'action created','2020-12-31 11:43:14','2020-12-31 03:43:14'),(16424,8383,'action started via WP Cron','2020-12-31 11:43:46','2020-12-31 03:43:46'),(16425,8383,'action complete via WP Cron','2020-12-31 11:43:46','2020-12-31 03:43:46'),(16426,8384,'action created','2020-12-31 11:43:46','2020-12-31 03:43:46'),(16427,8384,'action started via WP Cron','2020-12-31 11:44:51','2020-12-31 03:44:51'),(16428,8384,'action complete via WP Cron','2020-12-31 11:44:51','2020-12-31 03:44:51'),(16429,8385,'action created','2020-12-31 11:44:51','2020-12-31 03:44:51'),(16430,8385,'action started via WP Cron','2020-12-31 11:51:39','2020-12-31 03:51:39'),(16431,8385,'action complete via WP Cron','2020-12-31 11:51:39','2020-12-31 03:51:39'),(16432,8386,'action created','2020-12-31 11:51:40','2020-12-31 03:51:40'),(16433,8386,'action started via WP Cron','2020-12-31 11:55:15','2020-12-31 03:55:15'),(16434,8386,'action complete via WP Cron','2020-12-31 11:55:15','2020-12-31 03:55:15'),(16435,8387,'action created','2020-12-31 11:55:15','2020-12-31 03:55:15'),(16436,8387,'action started via WP Cron','2020-12-31 11:57:18','2020-12-31 03:57:18'),(16437,8387,'action complete via WP Cron','2020-12-31 11:57:18','2020-12-31 03:57:18'),(16438,8388,'action created','2020-12-31 11:57:18','2020-12-31 03:57:18'),(16439,8388,'action started via WP Cron','2020-12-31 12:01:31','2020-12-31 04:01:31'),(16440,8388,'action complete via WP Cron','2020-12-31 12:01:31','2020-12-31 04:01:31'),(16441,8389,'action created','2020-12-31 12:01:32','2020-12-31 04:01:32'),(16442,8389,'action started via WP Cron','2020-12-31 12:10:29','2020-12-31 04:10:29'),(16443,8389,'action complete via WP Cron','2020-12-31 12:10:29','2020-12-31 04:10:29'),(16444,8390,'action created','2020-12-31 12:10:30','2020-12-31 04:10:30'),(16445,8390,'action started via WP Cron','2020-12-31 12:12:26','2020-12-31 04:12:26'),(16446,8390,'action complete via WP Cron','2020-12-31 12:12:26','2020-12-31 04:12:26'),(16447,8391,'action created','2020-12-31 12:12:26','2020-12-31 04:12:26'),(16448,8391,'action started via WP Cron','2020-12-31 12:21:24','2020-12-31 04:21:24'),(16449,8391,'action complete via WP Cron','2020-12-31 12:21:24','2020-12-31 04:21:24'),(16450,8392,'action created','2020-12-31 12:21:24','2020-12-31 04:21:24'),(16451,8392,'action started via WP Cron','2020-12-31 12:29:30','2020-12-31 04:29:30'),(16452,8392,'action complete via WP Cron','2020-12-31 12:29:30','2020-12-31 04:29:30'),(16453,8393,'action created','2020-12-31 12:29:30','2020-12-31 04:29:30'),(16454,8393,'action started via WP Cron','2020-12-31 12:29:53','2020-12-31 04:29:53'),(16455,8393,'action complete via WP Cron','2020-12-31 12:29:53','2020-12-31 04:29:53'),(16456,8394,'action created','2020-12-31 12:29:53','2020-12-31 04:29:53'),(16457,8394,'action started via WP Cron','2020-12-31 12:33:20','2020-12-31 04:33:20'),(16458,8394,'action complete via WP Cron','2020-12-31 12:33:20','2020-12-31 04:33:20'),(16459,8395,'action created','2020-12-31 12:33:20','2020-12-31 04:33:20'),(16460,8395,'action started via WP Cron','2020-12-31 12:34:12','2020-12-31 04:34:12'),(16461,8395,'action complete via WP Cron','2020-12-31 12:34:12','2020-12-31 04:34:12'),(16462,8396,'action created','2020-12-31 12:34:12','2020-12-31 04:34:12'),(16463,8396,'action started via WP Cron','2020-12-31 12:35:14','2020-12-31 04:35:14'),(16464,8396,'action complete via WP Cron','2020-12-31 12:35:14','2020-12-31 04:35:14'),(16465,8397,'action created','2020-12-31 12:37:15','2020-12-31 04:37:15'),(16466,8397,'action started via WP Cron','2020-12-31 12:38:16','2020-12-31 04:38:16'),(16467,8397,'action complete via WP Cron','2020-12-31 12:38:16','2020-12-31 04:38:16'),(16468,8398,'action created','2020-12-31 12:38:16','2020-12-31 04:38:16'),(16469,8398,'action started via WP Cron','2020-12-31 12:39:17','2020-12-31 04:39:17'),(16470,8398,'action complete via WP Cron','2020-12-31 12:39:17','2020-12-31 04:39:17'),(16471,8399,'action created','2020-12-31 12:39:18','2020-12-31 04:39:18'),(16472,8399,'action started via WP Cron','2020-12-31 12:40:17','2020-12-31 04:40:17'),(16473,8399,'action complete via WP Cron','2020-12-31 12:40:17','2020-12-31 04:40:17'),(16474,8400,'action created','2020-12-31 12:40:17','2020-12-31 04:40:17'),(16475,8400,'action started via WP Cron','2020-12-31 12:41:03','2020-12-31 04:41:03'),(16476,8400,'action complete via WP Cron','2020-12-31 12:41:03','2020-12-31 04:41:03'),(16477,8401,'action created','2020-12-31 12:41:03','2020-12-31 04:41:03'),(16478,8401,'action started via WP Cron','2020-12-31 12:47:54','2020-12-31 04:47:54'),(16479,8401,'action complete via WP Cron','2020-12-31 12:47:54','2020-12-31 04:47:54'),(16480,8402,'action created','2020-12-31 12:47:54','2020-12-31 04:47:54'),(16481,8402,'action started via WP Cron','2020-12-31 12:48:58','2020-12-31 04:48:58'),(16482,8402,'action complete via WP Cron','2020-12-31 12:48:58','2020-12-31 04:48:58'),(16483,8403,'action created','2020-12-31 12:48:58','2020-12-31 04:48:58'),(16484,8403,'action started via WP Cron','2020-12-31 12:51:58','2020-12-31 04:51:58'),(16485,8403,'action complete via WP Cron','2020-12-31 12:51:58','2020-12-31 04:51:58'),(16486,8404,'action created','2020-12-31 12:51:58','2020-12-31 04:51:58'),(16487,8404,'action started via WP Cron','2020-12-31 12:54:12','2020-12-31 04:54:12'),(16488,8404,'action complete via WP Cron','2020-12-31 12:54:12','2020-12-31 04:54:12'),(16489,8405,'action created','2020-12-31 12:54:12','2020-12-31 04:54:12'),(16490,8405,'action started via WP Cron','2020-12-31 12:55:04','2020-12-31 04:55:04'),(16491,8405,'action complete via WP Cron','2020-12-31 12:55:04','2020-12-31 04:55:04'),(16492,8406,'action created','2020-12-31 12:55:04','2020-12-31 04:55:04'),(16493,8406,'action started via WP Cron','2020-12-31 12:55:46','2020-12-31 04:55:46'),(16494,8406,'action complete via WP Cron','2020-12-31 12:55:46','2020-12-31 04:55:46'),(16495,8407,'action created','2020-12-31 12:55:46','2020-12-31 04:55:46'),(16496,8407,'action started via WP Cron','2020-12-31 12:56:54','2020-12-31 04:56:54'),(16497,8407,'action complete via WP Cron','2020-12-31 12:56:54','2020-12-31 04:56:54'),(16498,8408,'action created','2020-12-31 12:56:54','2020-12-31 04:56:54'),(16499,8408,'action started via WP Cron','2020-12-31 12:57:55','2020-12-31 04:57:55'),(16500,8408,'action complete via WP Cron','2020-12-31 12:57:55','2020-12-31 04:57:55'),(16501,8409,'action created','2020-12-31 12:57:55','2020-12-31 04:57:55'),(16502,8409,'action started via WP Cron','2020-12-31 13:05:07','2020-12-31 05:05:07'),(16503,8409,'action complete via WP Cron','2020-12-31 13:05:07','2020-12-31 05:05:07'),(16504,8410,'action created','2020-12-31 13:05:08','2020-12-31 05:05:08'),(16505,8410,'action started via WP Cron','2020-12-31 13:22:05','2020-12-31 05:22:05'),(16506,8410,'action complete via WP Cron','2020-12-31 13:22:05','2020-12-31 05:22:05'),(16507,8411,'action created','2020-12-31 13:22:05','2020-12-31 05:22:05'),(16508,8411,'action started via WP Cron','2020-12-31 13:26:40','2020-12-31 05:26:40'),(16509,8411,'action complete via WP Cron','2020-12-31 13:26:40','2020-12-31 05:26:40'),(16510,8412,'action created','2020-12-31 13:26:40','2020-12-31 05:26:40'),(16511,8412,'action started via WP Cron','2020-12-31 13:27:45','2020-12-31 05:27:45'),(16512,8412,'action complete via WP Cron','2020-12-31 13:27:45','2020-12-31 05:27:45'),(16513,8413,'action created','2020-12-31 13:27:45','2020-12-31 05:27:45'),(16514,8413,'action started via WP Cron','2020-12-31 13:29:27','2020-12-31 05:29:27'),(16515,8413,'action complete via WP Cron','2020-12-31 13:29:27','2020-12-31 05:29:27'),(16516,8414,'action created','2020-12-31 13:29:27','2020-12-31 05:29:27'),(16517,8414,'action started via WP Cron','2020-12-31 13:34:07','2020-12-31 05:34:07'),(16518,8414,'action complete via WP Cron','2020-12-31 13:34:07','2020-12-31 05:34:07'),(16519,8415,'action created','2020-12-31 13:34:07','2020-12-31 05:34:07'),(16520,8415,'action started via WP Cron','2020-12-31 13:35:08','2020-12-31 05:35:08'),(16521,8415,'action complete via WP Cron','2020-12-31 13:35:08','2020-12-31 05:35:08'),(16522,8416,'action created','2020-12-31 13:35:08','2020-12-31 05:35:08'),(16523,8416,'action started via WP Cron','2020-12-31 13:36:09','2020-12-31 05:36:09'),(16524,8416,'action complete via WP Cron','2020-12-31 13:36:09','2020-12-31 05:36:09'),(16525,8417,'action created','2020-12-31 13:36:09','2020-12-31 05:36:09'),(16526,8417,'action started via WP Cron','2020-12-31 13:37:10','2020-12-31 05:37:10'),(16527,8417,'action complete via WP Cron','2020-12-31 13:37:10','2020-12-31 05:37:10'),(16528,8418,'action created','2020-12-31 13:37:10','2020-12-31 05:37:10'),(16529,8418,'action started via WP Cron','2020-12-31 13:39:26','2020-12-31 05:39:26'),(16530,8418,'action complete via WP Cron','2020-12-31 13:39:26','2020-12-31 05:39:26'),(16531,8419,'action created','2020-12-31 13:39:26','2020-12-31 05:39:26'),(16532,8419,'action started via WP Cron','2020-12-31 13:39:46','2020-12-31 05:39:46'),(16533,8419,'action complete via WP Cron','2020-12-31 13:39:46','2020-12-31 05:39:46'),(16534,8420,'action created','2020-12-31 13:39:46','2020-12-31 05:39:46'),(16535,8420,'action started via WP Cron','2020-12-31 13:41:18','2020-12-31 05:41:18'),(16536,8420,'action complete via WP Cron','2020-12-31 13:41:18','2020-12-31 05:41:18'),(16537,8421,'action created','2020-12-31 13:41:18','2020-12-31 05:41:18'),(16538,8421,'action started via WP Cron','2020-12-31 13:42:22','2020-12-31 05:42:22'),(16539,8421,'action complete via WP Cron','2020-12-31 13:42:22','2020-12-31 05:42:22'),(16540,8422,'action created','2020-12-31 13:42:22','2020-12-31 05:42:22'),(16541,8422,'action started via WP Cron','2020-12-31 13:43:44','2020-12-31 05:43:44'),(16542,8422,'action complete via WP Cron','2020-12-31 13:43:44','2020-12-31 05:43:44'),(16543,8423,'action created','2020-12-31 13:43:44','2020-12-31 05:43:44'),(16544,8423,'action started via WP Cron','2020-12-31 13:45:28','2020-12-31 05:45:28'),(16545,8423,'action complete via WP Cron','2020-12-31 13:45:28','2020-12-31 05:45:28'),(16546,8424,'action created','2020-12-31 13:45:28','2020-12-31 05:45:28'),(16547,8424,'action started via WP Cron','2020-12-31 13:46:29','2020-12-31 05:46:29'),(16548,8424,'action complete via WP Cron','2020-12-31 13:46:29','2020-12-31 05:46:29'),(16549,8425,'action created','2020-12-31 13:46:29','2020-12-31 05:46:29'),(16550,8425,'action started via WP Cron','2020-12-31 13:51:51','2020-12-31 05:51:51'),(16551,8425,'action complete via WP Cron','2020-12-31 13:51:51','2020-12-31 05:51:51'),(16552,8426,'action created','2020-12-31 13:51:51','2020-12-31 05:51:51'),(16553,8426,'action started via WP Cron','2020-12-31 13:55:28','2020-12-31 05:55:28'),(16554,8426,'action complete via WP Cron','2020-12-31 13:55:28','2020-12-31 05:55:28'),(16555,8427,'action created','2020-12-31 13:55:28','2020-12-31 05:55:28'),(16556,8427,'action started via WP Cron','2020-12-31 13:56:18','2020-12-31 05:56:18'),(16557,8427,'action complete via WP Cron','2020-12-31 13:56:18','2020-12-31 05:56:18'),(16558,8428,'action created','2020-12-31 13:56:18','2020-12-31 05:56:18'),(16559,8428,'action started via WP Cron','2020-12-31 13:58:38','2020-12-31 05:58:38'),(16560,8428,'action complete via WP Cron','2020-12-31 13:58:38','2020-12-31 05:58:38'),(16561,8429,'action created','2020-12-31 13:58:38','2020-12-31 05:58:38'),(16562,8429,'action started via WP Cron','2020-12-31 13:58:55','2020-12-31 05:58:55'),(16563,8429,'action complete via WP Cron','2020-12-31 13:58:55','2020-12-31 05:58:55'),(16564,8430,'action created','2020-12-31 13:58:55','2020-12-31 05:58:55'),(16565,8430,'action started via WP Cron','2020-12-31 13:59:56','2020-12-31 05:59:56'),(16566,8430,'action complete via WP Cron','2020-12-31 13:59:56','2020-12-31 05:59:56'),(16567,8431,'action created','2020-12-31 13:59:56','2020-12-31 05:59:56'),(16568,8431,'action started via WP Cron','2020-12-31 14:00:50','2020-12-31 06:00:50'),(16569,8431,'action complete via WP Cron','2020-12-31 14:00:50','2020-12-31 06:00:50'),(16570,8432,'action created','2020-12-31 14:00:50','2020-12-31 06:00:50'),(16571,8432,'action started via WP Cron','2020-12-31 14:05:19','2020-12-31 06:05:19'),(16572,8432,'action complete via WP Cron','2020-12-31 14:05:19','2020-12-31 06:05:19'),(16573,8433,'action created','2020-12-31 14:05:19','2020-12-31 06:05:19'),(16574,8433,'action started via WP Cron','2020-12-31 14:06:25','2020-12-31 06:06:25'),(16575,8433,'action complete via WP Cron','2020-12-31 14:06:25','2020-12-31 06:06:25'),(16576,8434,'action created','2020-12-31 14:06:26','2020-12-31 06:06:26'),(16577,8434,'action started via WP Cron','2020-12-31 14:07:43','2020-12-31 06:07:43'),(16578,8434,'action complete via WP Cron','2020-12-31 14:07:43','2020-12-31 06:07:43'),(16579,8435,'action created','2020-12-31 14:07:43','2020-12-31 06:07:43'),(16580,8435,'action started via WP Cron','2020-12-31 14:10:33','2020-12-31 06:10:33'),(16581,8435,'action complete via WP Cron','2020-12-31 14:10:33','2020-12-31 06:10:33'),(16582,8436,'action created','2020-12-31 14:10:33','2020-12-31 06:10:33'),(16583,8436,'action started via WP Cron','2020-12-31 14:12:15','2020-12-31 06:12:15'),(16584,8436,'action complete via WP Cron','2020-12-31 14:12:15','2020-12-31 06:12:15'),(16585,8437,'action created','2020-12-31 14:14:52','2020-12-31 06:14:52'),(16586,8437,'action started via WP Cron','2020-12-31 14:20:01','2020-12-31 06:20:01'),(16587,8437,'action complete via WP Cron','2020-12-31 14:20:01','2020-12-31 06:20:01'),(16588,8438,'action created','2020-12-31 14:20:01','2020-12-31 06:20:01'),(16589,8438,'action started via WP Cron','2020-12-31 14:21:09','2020-12-31 06:21:09'),(16590,8438,'action complete via WP Cron','2020-12-31 14:21:09','2020-12-31 06:21:09'),(16591,8439,'action created','2020-12-31 14:21:09','2020-12-31 06:21:09'),(16592,8439,'action started via WP Cron','2020-12-31 14:30:38','2020-12-31 06:30:38'),(16593,8439,'action complete via WP Cron','2020-12-31 14:30:38','2020-12-31 06:30:38'),(16594,8440,'action created','2020-12-31 14:30:38','2020-12-31 06:30:38'),(16595,8440,'action started via WP Cron','2020-12-31 14:32:36','2020-12-31 06:32:36'),(16596,8440,'action complete via WP Cron','2020-12-31 14:32:36','2020-12-31 06:32:36'),(16597,8441,'action created','2020-12-31 14:32:36','2020-12-31 06:32:36'),(16598,8441,'action started via WP Cron','2020-12-31 14:32:55','2020-12-31 06:32:55'),(16599,8441,'action complete via WP Cron','2020-12-31 14:32:55','2020-12-31 06:32:55'),(16600,8442,'action created','2020-12-31 14:32:55','2020-12-31 06:32:55'),(16601,8442,'action started via WP Cron','2020-12-31 14:36:12','2020-12-31 06:36:12'),(16602,8442,'action complete via WP Cron','2020-12-31 14:36:12','2020-12-31 06:36:12'),(16603,8443,'action created','2020-12-31 14:36:12','2020-12-31 06:36:12'),(16604,8443,'action started via WP Cron','2020-12-31 14:37:17','2020-12-31 06:37:17'),(16605,8443,'action complete via WP Cron','2020-12-31 14:37:17','2020-12-31 06:37:17'),(16606,8444,'action created','2020-12-31 14:37:17','2020-12-31 06:37:17'),(16607,8444,'action started via WP Cron','2020-12-31 14:38:23','2020-12-31 06:38:23'),(16608,8444,'action complete via WP Cron','2020-12-31 14:38:23','2020-12-31 06:38:23'),(16609,8445,'action created','2020-12-31 14:38:23','2020-12-31 06:38:23'),(16610,8445,'action started via WP Cron','2020-12-31 14:39:14','2020-12-31 06:39:14'),(16611,8445,'action complete via WP Cron','2020-12-31 14:39:14','2020-12-31 06:39:14'),(16612,8446,'action created','2020-12-31 14:39:14','2020-12-31 06:39:14'),(16613,8446,'action started via WP Cron','2020-12-31 14:41:27','2020-12-31 06:41:27'),(16614,8446,'action complete via WP Cron','2020-12-31 14:41:27','2020-12-31 06:41:27'),(16615,8447,'action created','2020-12-31 14:41:27','2020-12-31 06:41:27'),(16616,8447,'action started via WP Cron','2020-12-31 14:42:18','2020-12-31 06:42:18'),(16617,8447,'action complete via WP Cron','2020-12-31 14:42:18','2020-12-31 06:42:18'),(16618,8448,'action created','2020-12-31 14:42:18','2020-12-31 06:42:18'),(16619,8448,'action started via WP Cron','2020-12-31 14:43:19','2020-12-31 06:43:19'),(16620,8448,'action complete via WP Cron','2020-12-31 14:43:19','2020-12-31 06:43:19'),(16621,8449,'action created','2020-12-31 14:43:19','2020-12-31 06:43:19'),(16622,8449,'action started via WP Cron','2020-12-31 14:44:35','2020-12-31 06:44:35'),(16623,8449,'action complete via WP Cron','2020-12-31 14:44:35','2020-12-31 06:44:35'),(16624,8450,'action created','2020-12-31 14:44:35','2020-12-31 06:44:35'),(16625,8450,'action started via WP Cron','2020-12-31 14:45:59','2020-12-31 06:45:59'),(16626,8450,'action complete via WP Cron','2020-12-31 14:45:59','2020-12-31 06:45:59'),(16627,8451,'action created','2020-12-31 14:45:59','2020-12-31 06:45:59'),(16628,8451,'action started via WP Cron','2020-12-31 14:46:51','2020-12-31 06:46:51'),(16629,8451,'action complete via WP Cron','2020-12-31 14:46:51','2020-12-31 06:46:51'),(16630,8452,'action created','2020-12-31 14:46:51','2020-12-31 06:46:51'),(16631,8452,'action started via WP Cron','2020-12-31 14:47:53','2020-12-31 06:47:53'),(16632,8452,'action complete via WP Cron','2020-12-31 14:47:53','2020-12-31 06:47:53'),(16633,8453,'action created','2020-12-31 14:47:53','2020-12-31 06:47:53'),(16634,8453,'action started via WP Cron','2020-12-31 14:49:48','2020-12-31 06:49:48'),(16635,8453,'action complete via WP Cron','2020-12-31 14:49:48','2020-12-31 06:49:48'),(16636,8454,'action created','2020-12-31 14:49:48','2020-12-31 06:49:48'),(16637,8454,'action started via WP Cron','2020-12-31 14:53:03','2020-12-31 06:53:03'),(16638,8454,'action complete via WP Cron','2020-12-31 14:53:03','2020-12-31 06:53:03'),(16639,8455,'action created','2020-12-31 14:53:03','2020-12-31 06:53:03'),(16640,8455,'action started via WP Cron','2020-12-31 15:00:59','2020-12-31 07:00:59'),(16641,8455,'action complete via WP Cron','2020-12-31 15:00:59','2020-12-31 07:00:59'),(16642,8456,'action created','2020-12-31 15:01:57','2020-12-31 07:01:57'),(16643,8456,'action started via WP Cron','2020-12-31 15:03:59','2020-12-31 07:03:59'),(16644,8456,'action complete via WP Cron','2020-12-31 15:03:59','2020-12-31 07:03:59'),(16645,8457,'action created','2020-12-31 15:03:59','2020-12-31 07:03:59'),(16646,8457,'action started via WP Cron','2020-12-31 15:05:00','2020-12-31 07:05:00'),(16647,8457,'action complete via WP Cron','2020-12-31 15:05:00','2020-12-31 07:05:00'),(16648,8458,'action created','2020-12-31 15:05:00','2020-12-31 07:05:00'),(16649,8458,'action started via WP Cron','2020-12-31 15:06:01','2020-12-31 07:06:01'),(16650,8458,'action complete via WP Cron','2020-12-31 15:06:01','2020-12-31 07:06:01'),(16651,8459,'action created','2020-12-31 15:06:01','2020-12-31 07:06:01'),(16652,8459,'action started via WP Cron','2020-12-31 15:16:47','2020-12-31 07:16:47'),(16653,8459,'action complete via WP Cron','2020-12-31 15:16:47','2020-12-31 07:16:47'),(16654,8460,'action created','2020-12-31 15:16:47','2020-12-31 07:16:47'),(16655,8460,'action started via WP Cron','2020-12-31 15:19:54','2020-12-31 07:19:54'),(16656,8460,'action complete via WP Cron','2020-12-31 15:19:54','2020-12-31 07:19:54'),(16657,8461,'action created','2020-12-31 15:19:54','2020-12-31 07:19:54'),(16658,8461,'action started via WP Cron','2020-12-31 15:31:06','2020-12-31 07:31:06'),(16659,8461,'action complete via WP Cron','2020-12-31 15:31:06','2020-12-31 07:31:06'),(16660,8462,'action created','2020-12-31 15:31:06','2020-12-31 07:31:06'),(16661,8462,'action started via WP Cron','2020-12-31 15:33:13','2020-12-31 07:33:13'),(16662,8462,'action complete via WP Cron','2020-12-31 15:33:13','2020-12-31 07:33:13'),(16663,8463,'action created','2020-12-31 15:33:14','2020-12-31 07:33:14'),(16664,8463,'action started via WP Cron','2020-12-31 15:35:19','2020-12-31 07:35:19'),(16665,8463,'action complete via WP Cron','2020-12-31 15:35:19','2020-12-31 07:35:19'),(16666,8464,'action created','2020-12-31 15:35:19','2020-12-31 07:35:19'),(16667,8464,'action started via WP Cron','2020-12-31 15:36:24','2020-12-31 07:36:24'),(16668,8464,'action complete via WP Cron','2020-12-31 15:36:24','2020-12-31 07:36:24'),(16669,8465,'action created','2020-12-31 15:36:24','2020-12-31 07:36:24'),(16670,8465,'action started via WP Cron','2020-12-31 15:38:25','2020-12-31 07:38:25'),(16671,8465,'action complete via WP Cron','2020-12-31 15:38:25','2020-12-31 07:38:25'),(16672,8466,'action created','2020-12-31 15:38:25','2020-12-31 07:38:25'),(16673,8466,'action started via WP Cron','2020-12-31 15:38:50','2020-12-31 07:38:50'),(16674,8466,'action complete via WP Cron','2020-12-31 15:38:50','2020-12-31 07:38:50'),(16675,8467,'action created','2020-12-31 15:38:50','2020-12-31 07:38:50'),(16676,8467,'action started via WP Cron','2020-12-31 15:40:27','2020-12-31 07:40:27'),(16677,8467,'action complete via WP Cron','2020-12-31 15:40:27','2020-12-31 07:40:27'),(16678,8468,'action created','2020-12-31 15:50:46','2020-12-31 07:50:46'),(16679,8468,'action started via WP Cron','2020-12-31 15:59:09','2020-12-31 07:59:09'),(16680,8468,'action complete via WP Cron','2020-12-31 15:59:09','2020-12-31 07:59:09'),(16681,8469,'action created','2020-12-31 15:59:09','2020-12-31 07:59:09'),(16682,8469,'action started via WP Cron','2020-12-31 16:00:22','2020-12-31 08:00:22'),(16683,8469,'action complete via WP Cron','2020-12-31 16:00:22','2020-12-31 08:00:22'),(16684,8470,'action created','2020-12-31 16:00:22','2020-12-31 08:00:22'),(16685,8470,'action started via WP Cron','2020-12-31 16:08:02','2020-12-31 08:08:02'),(16686,8470,'action complete via WP Cron','2020-12-31 16:08:02','2020-12-31 08:08:02'),(16687,8471,'action created','2020-12-31 16:08:09','2020-12-31 08:08:09'),(16688,8471,'action started via WP Cron','2020-12-31 16:09:03','2020-12-31 08:09:03'),(16689,8471,'action complete via WP Cron','2020-12-31 16:09:03','2020-12-31 08:09:03'),(16690,8472,'action created','2020-12-31 16:09:03','2020-12-31 08:09:03'),(16691,8472,'action started via WP Cron','2020-12-31 16:10:12','2020-12-31 08:10:12'),(16692,8472,'action complete via WP Cron','2020-12-31 16:10:12','2020-12-31 08:10:12'),(16693,8473,'action created','2020-12-31 16:10:12','2020-12-31 08:10:12'),(16694,8473,'action started via WP Cron','2020-12-31 16:12:05','2020-12-31 08:12:05'),(16695,8473,'action complete via WP Cron','2020-12-31 16:12:05','2020-12-31 08:12:05'),(16696,8474,'action created','2020-12-31 16:13:09','2020-12-31 08:13:09'),(16697,8474,'action started via WP Cron','2020-12-31 16:18:38','2020-12-31 08:18:38'),(16698,8474,'action complete via WP Cron','2020-12-31 16:18:38','2020-12-31 08:18:38'),(16699,8475,'action created','2020-12-31 16:18:38','2020-12-31 08:18:38'),(16700,8475,'action started via WP Cron','2020-12-31 16:19:31','2020-12-31 08:19:31'),(16701,8475,'action complete via WP Cron','2020-12-31 16:19:31','2020-12-31 08:19:31'),(16702,8476,'action created','2020-12-31 16:19:32','2020-12-31 08:19:32'),(16703,8476,'action started via WP Cron','2020-12-31 16:20:29','2020-12-31 08:20:29'),(16704,8476,'action complete via WP Cron','2020-12-31 16:20:29','2020-12-31 08:20:29'),(16705,8477,'action created','2020-12-31 16:20:29','2020-12-31 08:20:29'),(16706,8477,'action started via WP Cron','2020-12-31 16:29:45','2020-12-31 08:29:45'),(16707,8477,'action complete via WP Cron','2020-12-31 16:29:45','2020-12-31 08:29:45'),(16708,8478,'action created','2020-12-31 16:29:45','2020-12-31 08:29:45'),(16709,8478,'action started via WP Cron','2020-12-31 16:30:51','2020-12-31 08:30:51'),(16710,8478,'action complete via WP Cron','2020-12-31 16:30:51','2020-12-31 08:30:51'),(16711,8479,'action created','2020-12-31 16:30:51','2020-12-31 08:30:51'),(16712,8479,'action started via WP Cron','2020-12-31 16:40:33','2020-12-31 08:40:33'),(16713,8479,'action complete via WP Cron','2020-12-31 16:40:33','2020-12-31 08:40:33'),(16714,8480,'action created','2020-12-31 16:40:33','2020-12-31 08:40:33'),(16715,8480,'action started via WP Cron','2020-12-31 16:41:24','2020-12-31 08:41:24'),(16716,8480,'action complete via WP Cron','2020-12-31 16:41:24','2020-12-31 08:41:24'),(16717,8481,'action created','2020-12-31 16:41:24','2020-12-31 08:41:24'),(16718,8481,'action started via WP Cron','2020-12-31 16:42:06','2020-12-31 08:42:06'),(16719,8481,'action complete via WP Cron','2020-12-31 16:42:06','2020-12-31 08:42:06'),(16720,8482,'action created','2020-12-31 16:42:07','2020-12-31 08:42:07'),(16721,8482,'action started via WP Cron','2020-12-31 16:43:29','2020-12-31 08:43:29'),(16722,8482,'action complete via WP Cron','2020-12-31 16:43:29','2020-12-31 08:43:29'),(16723,8483,'action created','2020-12-31 16:43:29','2020-12-31 08:43:29'),(16724,8483,'action started via WP Cron','2020-12-31 16:44:30','2020-12-31 08:44:30'),(16725,8483,'action complete via WP Cron','2020-12-31 16:44:30','2020-12-31 08:44:30'),(16726,8484,'action created','2020-12-31 16:44:30','2020-12-31 08:44:30'),(16727,8484,'action started via WP Cron','2020-12-31 16:45:31','2020-12-31 08:45:31'),(16728,8484,'action complete via WP Cron','2020-12-31 16:45:31','2020-12-31 08:45:31'),(16729,8485,'action created','2020-12-31 16:45:31','2020-12-31 08:45:31'),(16730,8485,'action started via WP Cron','2020-12-31 16:45:59','2020-12-31 08:45:59'),(16731,8485,'action complete via WP Cron','2020-12-31 16:45:59','2020-12-31 08:45:59'),(16732,8486,'action created','2020-12-31 16:45:59','2020-12-31 08:45:59'),(16733,8486,'action started via WP Cron','2020-12-31 16:51:37','2020-12-31 08:51:37'),(16734,8486,'action complete via WP Cron','2020-12-31 16:51:37','2020-12-31 08:51:37'),(16735,8487,'action created','2020-12-31 16:51:37','2020-12-31 08:51:37'),(16736,8487,'action started via WP Cron','2020-12-31 16:52:48','2020-12-31 08:52:48'),(16737,8487,'action complete via WP Cron','2020-12-31 16:52:48','2020-12-31 08:52:48'),(16738,8488,'action created','2020-12-31 16:52:48','2020-12-31 08:52:48'),(16739,8488,'action started via WP Cron','2020-12-31 16:57:33','2020-12-31 08:57:33'),(16740,8488,'action complete via WP Cron','2020-12-31 16:57:33','2020-12-31 08:57:33'),(16741,8489,'action created','2020-12-31 16:57:33','2020-12-31 08:57:33'),(16742,8489,'action started via WP Cron','2020-12-31 17:00:56','2020-12-31 09:00:56'),(16743,8489,'action complete via WP Cron','2020-12-31 17:00:56','2020-12-31 09:00:56'),(16744,8490,'action created','2020-12-31 17:00:57','2020-12-31 09:00:57'),(16745,8490,'action started via WP Cron','2020-12-31 17:02:03','2020-12-31 09:02:03'),(16746,8490,'action complete via WP Cron','2020-12-31 17:02:03','2020-12-31 09:02:03'),(16747,8491,'action created','2020-12-31 17:02:03','2020-12-31 09:02:03'),(16748,8491,'action started via WP Cron','2020-12-31 17:03:04','2020-12-31 09:03:04'),(16749,8491,'action complete via WP Cron','2020-12-31 17:03:04','2020-12-31 09:03:04'),(16750,8492,'action created','2020-12-31 17:03:04','2020-12-31 09:03:04'),(16751,8492,'action started via WP Cron','2020-12-31 17:04:05','2020-12-31 09:04:05'),(16752,8492,'action complete via WP Cron','2020-12-31 17:04:05','2020-12-31 09:04:05'),(16753,8493,'action created','2020-12-31 17:04:05','2020-12-31 09:04:05'),(16754,8493,'action started via WP Cron','2020-12-31 17:06:45','2020-12-31 09:06:45'),(16755,8493,'action complete via WP Cron','2020-12-31 17:06:45','2020-12-31 09:06:45'),(16756,8494,'action created','2020-12-31 17:06:45','2020-12-31 09:06:45'),(16757,8494,'action started via WP Cron','2020-12-31 17:08:53','2020-12-31 09:08:53'),(16758,8494,'action complete via WP Cron','2020-12-31 17:08:53','2020-12-31 09:08:53'),(16759,8495,'action created','2020-12-31 17:08:53','2020-12-31 09:08:53'),(16760,8495,'action started via WP Cron','2020-12-31 17:11:08','2020-12-31 09:11:08'),(16761,8495,'action complete via WP Cron','2020-12-31 17:11:08','2020-12-31 09:11:08'),(16762,8496,'action created','2020-12-31 17:11:08','2020-12-31 09:11:08'),(16763,8496,'action started via WP Cron','2020-12-31 17:13:09','2020-12-31 09:13:09'),(16764,8496,'action complete via WP Cron','2020-12-31 17:13:09','2020-12-31 09:13:09'),(16765,8497,'action created','2020-12-31 17:13:09','2020-12-31 09:13:09'),(16766,8497,'action started via WP Cron','2020-12-31 17:14:19','2020-12-31 09:14:19'),(16767,8497,'action complete via WP Cron','2020-12-31 17:14:19','2020-12-31 09:14:19'),(16768,8498,'action created','2020-12-31 17:14:19','2020-12-31 09:14:19'),(16769,8498,'action started via WP Cron','2020-12-31 17:18:30','2020-12-31 09:18:30'),(16770,8498,'action complete via WP Cron','2020-12-31 17:18:30','2020-12-31 09:18:30'),(16771,8499,'action created','2020-12-31 17:18:30','2020-12-31 09:18:30'),(16772,8499,'action started via WP Cron','2020-12-31 17:21:09','2020-12-31 09:21:09'),(16773,8499,'action complete via WP Cron','2020-12-31 17:21:09','2020-12-31 09:21:09'),(16774,8500,'action created','2020-12-31 17:21:09','2020-12-31 09:21:09'),(16775,8500,'action started via WP Cron','2020-12-31 17:25:27','2020-12-31 09:25:27'),(16776,8500,'action complete via WP Cron','2020-12-31 17:25:27','2020-12-31 09:25:27'),(16777,8501,'action created','2020-12-31 17:25:27','2020-12-31 09:25:27'),(16778,8501,'action started via WP Cron','2020-12-31 17:25:46','2020-12-31 09:25:46'),(16779,8501,'action complete via WP Cron','2020-12-31 17:25:46','2020-12-31 09:25:46'),(16780,8502,'action created','2020-12-31 17:25:46','2020-12-31 09:25:46'),(16781,8502,'action started via WP Cron','2020-12-31 17:28:36','2020-12-31 09:28:36'),(16782,8502,'action complete via WP Cron','2020-12-31 17:28:36','2020-12-31 09:28:36'),(16783,8503,'action created','2020-12-31 17:28:36','2020-12-31 09:28:36'),(16784,8503,'action started via WP Cron','2020-12-31 17:30:01','2020-12-31 09:30:01'),(16785,8503,'action complete via WP Cron','2020-12-31 17:30:01','2020-12-31 09:30:01'),(16786,8504,'action created','2020-12-31 17:30:09','2020-12-31 09:30:09'),(16787,8504,'action started via WP Cron','2020-12-31 17:32:31','2020-12-31 09:32:31'),(16788,8504,'action complete via WP Cron','2020-12-31 17:32:31','2020-12-31 09:32:31'),(16789,8505,'action created','2020-12-31 17:32:32','2020-12-31 09:32:32'),(16790,8505,'action started via WP Cron','2020-12-31 17:33:41','2020-12-31 09:33:41'),(16791,8505,'action complete via WP Cron','2020-12-31 17:33:41','2020-12-31 09:33:41'),(16792,8506,'action created','2020-12-31 17:33:41','2020-12-31 09:33:41'),(16793,8506,'action started via WP Cron','2020-12-31 17:34:48','2020-12-31 09:34:48'),(16794,8506,'action complete via WP Cron','2020-12-31 17:34:48','2020-12-31 09:34:48'),(16795,8507,'action created','2020-12-31 17:34:48','2020-12-31 09:34:48'),(16796,8507,'action started via WP Cron','2020-12-31 17:35:48','2020-12-31 09:35:48'),(16797,8507,'action complete via WP Cron','2020-12-31 17:35:48','2020-12-31 09:35:48'),(16798,8508,'action created','2020-12-31 17:35:48','2020-12-31 09:35:48'),(16799,8508,'action started via WP Cron','2020-12-31 17:36:43','2020-12-31 09:36:43'),(16800,8508,'action complete via WP Cron','2020-12-31 17:36:43','2020-12-31 09:36:43'),(16801,8509,'action created','2020-12-31 17:36:43','2020-12-31 09:36:43'),(16802,8509,'action started via WP Cron','2020-12-31 17:37:41','2020-12-31 09:37:41'),(16803,8509,'action complete via WP Cron','2020-12-31 17:37:41','2020-12-31 09:37:41'),(16804,8510,'action created','2020-12-31 17:37:42','2020-12-31 09:37:42'),(16805,8510,'action started via WP Cron','2020-12-31 17:38:45','2020-12-31 09:38:45'),(16806,8510,'action complete via WP Cron','2020-12-31 17:38:45','2020-12-31 09:38:45'),(16807,8511,'action created','2020-12-31 17:38:45','2020-12-31 09:38:45'),(16808,8511,'action started via WP Cron','2020-12-31 17:39:41','2020-12-31 09:39:41'),(16809,8511,'action complete via WP Cron','2020-12-31 17:39:41','2020-12-31 09:39:41'),(16810,8512,'action created','2020-12-31 17:39:41','2020-12-31 09:39:41'),(16811,8512,'action started via WP Cron','2020-12-31 17:40:50','2020-12-31 09:40:50'),(16812,8512,'action complete via WP Cron','2020-12-31 17:40:50','2020-12-31 09:40:50'),(16813,8513,'action created','2020-12-31 17:40:50','2020-12-31 09:40:50'),(16814,8513,'action started via WP Cron','2020-12-31 17:41:55','2020-12-31 09:41:55'),(16815,8513,'action complete via WP Cron','2020-12-31 17:41:55','2020-12-31 09:41:55'),(16816,8514,'action created','2020-12-31 17:41:55','2020-12-31 09:41:55'),(16817,8514,'action started via WP Cron','2020-12-31 17:42:48','2020-12-31 09:42:48'),(16818,8514,'action complete via WP Cron','2020-12-31 17:42:48','2020-12-31 09:42:48'),(16819,8515,'action created','2020-12-31 17:42:48','2020-12-31 09:42:48'),(16820,8515,'action started via WP Cron','2020-12-31 17:43:41','2020-12-31 09:43:41'),(16821,8515,'action complete via WP Cron','2020-12-31 17:43:41','2020-12-31 09:43:41'),(16822,8516,'action created','2020-12-31 17:43:42','2020-12-31 09:43:42'),(16823,8516,'action started via WP Cron','2020-12-31 17:44:51','2020-12-31 09:44:51'),(16824,8516,'action complete via WP Cron','2020-12-31 17:44:51','2020-12-31 09:44:51'),(16825,8517,'action created','2020-12-31 17:44:52','2020-12-31 09:44:52'),(16826,8517,'action started via WP Cron','2020-12-31 17:45:50','2020-12-31 09:45:50'),(16827,8517,'action complete via WP Cron','2020-12-31 17:45:50','2020-12-31 09:45:50'),(16828,8518,'action created','2020-12-31 17:45:50','2020-12-31 09:45:50'),(16829,8518,'action started via WP Cron','2020-12-31 17:46:42','2020-12-31 09:46:42'),(16830,8518,'action complete via WP Cron','2020-12-31 17:46:42','2020-12-31 09:46:42'),(16831,8519,'action created','2020-12-31 17:46:43','2020-12-31 09:46:43'),(16832,8519,'action started via WP Cron','2020-12-31 17:47:41','2020-12-31 09:47:41'),(16833,8519,'action complete via WP Cron','2020-12-31 17:47:41','2020-12-31 09:47:41'),(16834,8520,'action created','2020-12-31 17:47:41','2020-12-31 09:47:41'),(16835,8520,'action started via WP Cron','2020-12-31 17:48:43','2020-12-31 09:48:43'),(16836,8520,'action complete via WP Cron','2020-12-31 17:48:43','2020-12-31 09:48:43'),(16837,8521,'action created','2020-12-31 17:48:43','2020-12-31 09:48:43'),(16838,8521,'action started via WP Cron','2020-12-31 17:49:42','2020-12-31 09:49:42'),(16839,8521,'action complete via WP Cron','2020-12-31 17:49:42','2020-12-31 09:49:42'),(16840,8522,'action created','2020-12-31 17:49:42','2020-12-31 09:49:42'),(16841,8522,'action started via WP Cron','2020-12-31 17:50:52','2020-12-31 09:50:52'),(16842,8522,'action complete via WP Cron','2020-12-31 17:50:52','2020-12-31 09:50:52'),(16843,8523,'action created','2020-12-31 17:50:52','2020-12-31 09:50:52'),(16844,8523,'action started via WP Cron','2020-12-31 17:51:43','2020-12-31 09:51:43'),(16845,8523,'action complete via WP Cron','2020-12-31 17:51:43','2020-12-31 09:51:43'),(16846,8524,'action created','2020-12-31 17:51:43','2020-12-31 09:51:43'),(16847,8524,'action started via WP Cron','2020-12-31 17:52:44','2020-12-31 09:52:44'),(16848,8524,'action complete via WP Cron','2020-12-31 17:52:44','2020-12-31 09:52:44'),(16849,8525,'action created','2020-12-31 17:52:44','2020-12-31 09:52:44'),(16850,8525,'action started via WP Cron','2020-12-31 17:53:41','2020-12-31 09:53:41'),(16851,8525,'action complete via WP Cron','2020-12-31 17:53:41','2020-12-31 09:53:41'),(16852,8526,'action created','2020-12-31 17:53:41','2020-12-31 09:53:41'),(16853,8526,'action started via WP Cron','2020-12-31 17:54:46','2020-12-31 09:54:46'),(16854,8526,'action complete via WP Cron','2020-12-31 17:54:46','2020-12-31 09:54:46'),(16855,8527,'action created','2020-12-31 17:54:46','2020-12-31 09:54:46'),(16856,8527,'action started via WP Cron','2020-12-31 17:55:54','2020-12-31 09:55:54'),(16857,8527,'action complete via WP Cron','2020-12-31 17:55:54','2020-12-31 09:55:54'),(16858,8528,'action created','2020-12-31 17:55:54','2020-12-31 09:55:54'),(16859,8528,'action started via WP Cron','2020-12-31 17:56:46','2020-12-31 09:56:46'),(16860,8528,'action complete via WP Cron','2020-12-31 17:56:46','2020-12-31 09:56:46'),(16861,8529,'action created','2020-12-31 17:56:47','2020-12-31 09:56:47'),(16862,8529,'action started via WP Cron','2020-12-31 17:57:41','2020-12-31 09:57:41'),(16863,8529,'action complete via WP Cron','2020-12-31 17:57:41','2020-12-31 09:57:41'),(16864,8530,'action created','2020-12-31 17:57:41','2020-12-31 09:57:41'),(16865,8530,'action started via WP Cron','2020-12-31 17:58:41','2020-12-31 09:58:41'),(16866,8530,'action complete via WP Cron','2020-12-31 17:58:41','2020-12-31 09:58:41'),(16867,8531,'action created','2020-12-31 17:58:41','2020-12-31 09:58:41'),(16868,8531,'action started via WP Cron','2020-12-31 17:59:52','2020-12-31 09:59:52'),(16869,8531,'action complete via WP Cron','2020-12-31 17:59:52','2020-12-31 09:59:52'),(16870,8532,'action created','2020-12-31 17:59:52','2020-12-31 09:59:52'),(16871,8532,'action started via WP Cron','2020-12-31 18:00:49','2020-12-31 10:00:49'),(16872,8532,'action complete via WP Cron','2020-12-31 18:00:49','2020-12-31 10:00:49'),(16873,8533,'action created','2020-12-31 18:00:49','2020-12-31 10:00:49'),(16874,8533,'action started via WP Cron','2020-12-31 18:01:50','2020-12-31 10:01:50'),(16875,8533,'action complete via WP Cron','2020-12-31 18:01:50','2020-12-31 10:01:50'),(16876,8534,'action created','2020-12-31 18:01:50','2020-12-31 10:01:50'),(16877,8534,'action started via WP Cron','2020-12-31 18:02:44','2020-12-31 10:02:44'),(16878,8534,'action complete via WP Cron','2020-12-31 18:02:44','2020-12-31 10:02:44'),(16879,8535,'action created','2020-12-31 18:02:44','2020-12-31 10:02:44'),(16880,8535,'action started via WP Cron','2020-12-31 18:03:47','2020-12-31 10:03:47'),(16881,8535,'action complete via WP Cron','2020-12-31 18:03:47','2020-12-31 10:03:47'),(16882,8536,'action created','2020-12-31 18:03:47','2020-12-31 10:03:47'),(16883,8536,'action started via WP Cron','2020-12-31 18:04:45','2020-12-31 10:04:45'),(16884,8536,'action complete via WP Cron','2020-12-31 18:04:45','2020-12-31 10:04:45'),(16885,8537,'action created','2020-12-31 18:04:45','2020-12-31 10:04:45'),(16886,8537,'action started via WP Cron','2020-12-31 18:05:55','2020-12-31 10:05:55'),(16887,8537,'action complete via WP Cron','2020-12-31 18:05:55','2020-12-31 10:05:55'),(16888,8538,'action created','2020-12-31 18:05:55','2020-12-31 10:05:55'),(16889,8538,'action started via WP Cron','2020-12-31 18:06:55','2020-12-31 10:06:55'),(16890,8538,'action complete via WP Cron','2020-12-31 18:06:55','2020-12-31 10:06:55'),(16891,8539,'action created','2020-12-31 18:06:55','2020-12-31 10:06:55'),(16892,8539,'action started via WP Cron','2020-12-31 18:07:44','2020-12-31 10:07:44'),(16893,8539,'action complete via WP Cron','2020-12-31 18:07:44','2020-12-31 10:07:44'),(16894,8540,'action created','2020-12-31 18:07:44','2020-12-31 10:07:44'),(16895,8540,'action started via WP Cron','2020-12-31 18:08:49','2020-12-31 10:08:49'),(16896,8540,'action complete via WP Cron','2020-12-31 18:08:49','2020-12-31 10:08:49'),(16897,8541,'action created','2020-12-31 18:08:49','2020-12-31 10:08:49'),(16898,8541,'action started via WP Cron','2020-12-31 18:09:45','2020-12-31 10:09:45'),(16899,8541,'action complete via WP Cron','2020-12-31 18:09:45','2020-12-31 10:09:45'),(16900,8542,'action created','2020-12-31 18:09:45','2020-12-31 10:09:45'),(16901,8542,'action started via WP Cron','2020-12-31 18:10:47','2020-12-31 10:10:47'),(16902,8542,'action complete via WP Cron','2020-12-31 18:10:47','2020-12-31 10:10:47'),(16903,8543,'action created','2020-12-31 18:10:47','2020-12-31 10:10:47'),(16904,8543,'action started via WP Cron','2020-12-31 18:11:49','2020-12-31 10:11:49'),(16905,8543,'action complete via WP Cron','2020-12-31 18:11:49','2020-12-31 10:11:49'),(16906,8544,'action created','2020-12-31 18:11:49','2020-12-31 10:11:49'),(16907,8544,'action started via WP Cron','2020-12-31 18:12:43','2020-12-31 10:12:43'),(16908,8544,'action complete via WP Cron','2020-12-31 18:12:43','2020-12-31 10:12:43'),(16909,8545,'action created','2020-12-31 18:12:43','2020-12-31 10:12:43'),(16910,8545,'action started via WP Cron','2020-12-31 18:17:14','2020-12-31 10:17:14'),(16911,8545,'action complete via WP Cron','2020-12-31 18:17:14','2020-12-31 10:17:14'),(16912,8546,'action created','2020-12-31 18:17:14','2020-12-31 10:17:14'),(16913,8546,'action started via WP Cron','2020-12-31 18:18:19','2020-12-31 10:18:19'),(16914,8546,'action complete via WP Cron','2020-12-31 18:18:19','2020-12-31 10:18:19'),(16915,8547,'action created','2020-12-31 18:18:19','2020-12-31 10:18:19'),(16916,8547,'action started via WP Cron','2020-12-31 18:35:24','2020-12-31 10:35:24'),(16917,8547,'action complete via WP Cron','2020-12-31 18:35:24','2020-12-31 10:35:24'),(16918,8548,'action created','2020-12-31 18:35:24','2020-12-31 10:35:24'),(16919,8548,'action started via WP Cron','2020-12-31 18:37:26','2020-12-31 10:37:26'),(16920,8548,'action complete via WP Cron','2020-12-31 18:37:26','2020-12-31 10:37:26'),(16921,8549,'action created','2020-12-31 18:37:26','2020-12-31 10:37:26'),(16922,8549,'action started via WP Cron','2020-12-31 18:45:32','2020-12-31 10:45:32'),(16923,8549,'action complete via WP Cron','2020-12-31 18:45:32','2020-12-31 10:45:32'),(16924,8550,'action created','2020-12-31 18:45:32','2020-12-31 10:45:32'),(16925,8550,'action started via WP Cron','2020-12-31 18:45:54','2020-12-31 10:45:54'),(16926,8550,'action complete via WP Cron','2020-12-31 18:45:54','2020-12-31 10:45:54'),(16927,8551,'action created','2020-12-31 18:45:54','2020-12-31 10:45:54'),(16928,8551,'action started via WP Cron','2020-12-31 18:46:54','2020-12-31 10:46:54'),(16929,8551,'action complete via WP Cron','2020-12-31 18:46:54','2020-12-31 10:46:54'),(16930,8552,'action created','2020-12-31 18:46:54','2020-12-31 10:46:54'),(16931,8552,'action started via WP Cron','2020-12-31 18:52:03','2020-12-31 10:52:03'),(16932,8552,'action complete via WP Cron','2020-12-31 18:52:03','2020-12-31 10:52:03'),(16933,8553,'action created','2020-12-31 18:52:03','2020-12-31 10:52:03'),(16934,8553,'action started via WP Cron','2020-12-31 18:53:15','2020-12-31 10:53:15'),(16935,8553,'action complete via WP Cron','2020-12-31 18:53:15','2020-12-31 10:53:15'),(16936,8554,'action created','2020-12-31 18:53:15','2020-12-31 10:53:15'),(16937,8554,'action started via WP Cron','2020-12-31 18:54:17','2020-12-31 10:54:17'),(16938,8554,'action complete via WP Cron','2020-12-31 18:54:17','2020-12-31 10:54:17'),(16939,8555,'action created','2020-12-31 18:54:17','2020-12-31 10:54:17'),(16940,8555,'action started via WP Cron','2020-12-31 18:56:18','2020-12-31 10:56:18'),(16941,8555,'action complete via WP Cron','2020-12-31 18:56:18','2020-12-31 10:56:18'),(16942,8556,'action created','2020-12-31 18:56:18','2020-12-31 10:56:18'),(16943,8556,'action started via WP Cron','2020-12-31 18:57:18','2020-12-31 10:57:18'),(16944,8556,'action complete via WP Cron','2020-12-31 18:57:18','2020-12-31 10:57:18'),(16945,8557,'action created','2020-12-31 18:57:19','2020-12-31 10:57:19'),(16946,8557,'action started via WP Cron','2020-12-31 18:58:19','2020-12-31 10:58:19'),(16947,8557,'action complete via WP Cron','2020-12-31 18:58:19','2020-12-31 10:58:19'),(16948,8558,'action created','2020-12-31 18:58:19','2020-12-31 10:58:19'),(16949,8558,'action started via WP Cron','2020-12-31 19:07:28','2020-12-31 11:07:28'),(16950,8558,'action complete via WP Cron','2020-12-31 19:07:28','2020-12-31 11:07:28'),(16951,8559,'action created','2020-12-31 19:07:28','2020-12-31 11:07:28'),(16952,8559,'action started via WP Cron','2020-12-31 19:09:51','2020-12-31 11:09:51'),(16953,8559,'action complete via WP Cron','2020-12-31 19:09:51','2020-12-31 11:09:51'),(16954,8560,'action created','2020-12-31 19:10:11','2020-12-31 11:10:11'),(16955,8560,'action started via WP Cron','2020-12-31 19:11:10','2020-12-31 11:11:10'),(16956,8560,'action complete via WP Cron','2020-12-31 19:11:10','2020-12-31 11:11:10'),(16957,8561,'action created','2020-12-31 19:11:10','2020-12-31 11:11:10'),(16958,8561,'action started via WP Cron','2020-12-31 19:12:25','2020-12-31 11:12:25'),(16959,8561,'action complete via WP Cron','2020-12-31 19:12:25','2020-12-31 11:12:25'),(16960,8562,'action created','2020-12-31 19:12:25','2020-12-31 11:12:25'),(16961,8562,'action started via WP Cron','2020-12-31 19:13:12','2020-12-31 11:13:12'),(16962,8562,'action complete via WP Cron','2020-12-31 19:13:12','2020-12-31 11:13:12'),(16963,8563,'action created','2020-12-31 19:13:12','2020-12-31 11:13:12'),(16964,8563,'action started via WP Cron','2020-12-31 19:14:13','2020-12-31 11:14:13'),(16965,8563,'action complete via WP Cron','2020-12-31 19:14:13','2020-12-31 11:14:13'),(16966,8564,'action created','2020-12-31 19:14:13','2020-12-31 11:14:13'),(16967,8564,'action started via WP Cron','2020-12-31 19:15:14','2020-12-31 11:15:14'),(16968,8564,'action complete via WP Cron','2020-12-31 19:15:14','2020-12-31 11:15:14'),(16969,8565,'action created','2020-12-31 19:15:14','2020-12-31 11:15:14'),(16970,8565,'action started via WP Cron','2020-12-31 19:18:15','2020-12-31 11:18:15'),(16971,8565,'action complete via WP Cron','2020-12-31 19:18:15','2020-12-31 11:18:15'),(16972,8566,'action created','2020-12-31 19:18:16','2020-12-31 11:18:16'),(16973,8566,'action started via WP Cron','2020-12-31 19:20:29','2020-12-31 11:20:29'),(16974,8566,'action complete via WP Cron','2020-12-31 19:20:29','2020-12-31 11:20:29'),(16975,8567,'action created','2020-12-31 19:20:29','2020-12-31 11:20:29'),(16976,8567,'action started via WP Cron','2020-12-31 19:32:20','2020-12-31 11:32:20'),(16977,8567,'action complete via WP Cron','2020-12-31 19:32:20','2020-12-31 11:32:20'),(16978,8568,'action created','2020-12-31 19:32:21','2020-12-31 11:32:21'),(16979,8568,'action started via WP Cron','2020-12-31 19:38:55','2020-12-31 11:38:55'),(16980,8568,'action complete via WP Cron','2020-12-31 19:38:55','2020-12-31 11:38:55'),(16981,8569,'action created','2020-12-31 19:39:03','2020-12-31 11:39:03'),(16982,8569,'action started via WP Cron','2020-12-31 19:40:25','2020-12-31 11:40:25'),(16983,8569,'action complete via WP Cron','2020-12-31 19:40:25','2020-12-31 11:40:25'),(16984,8570,'action created','2020-12-31 19:40:25','2020-12-31 11:40:25'),(16985,8570,'action started via WP Cron','2020-12-31 19:42:07','2020-12-31 11:42:07'),(16986,8570,'action complete via WP Cron','2020-12-31 19:42:07','2020-12-31 11:42:07'),(16987,8571,'action created','2020-12-31 19:42:10','2020-12-31 11:42:10'),(16988,8571,'action started via WP Cron','2020-12-31 19:55:37','2020-12-31 11:55:37'),(16989,8571,'action complete via WP Cron','2020-12-31 19:55:37','2020-12-31 11:55:37'),(16990,8572,'action created','2020-12-31 19:55:37','2020-12-31 11:55:37'),(16991,8572,'action started via WP Cron','2020-12-31 19:59:00','2020-12-31 11:59:00'),(16992,8572,'action complete via WP Cron','2020-12-31 19:59:00','2020-12-31 11:59:00'),(16993,8573,'action created','2020-12-31 19:59:00','2020-12-31 11:59:00'),(16994,8573,'action started via WP Cron','2020-12-31 20:00:00','2020-12-31 12:00:00'),(16995,8573,'action complete via WP Cron','2020-12-31 20:00:00','2020-12-31 12:00:00'),(16996,8574,'action created','2020-12-31 20:00:00','2020-12-31 12:00:00'),(16997,8574,'action started via WP Cron','2020-12-31 20:01:02','2020-12-31 12:01:02'),(16998,8574,'action complete via WP Cron','2020-12-31 20:01:02','2020-12-31 12:01:02'),(16999,8575,'action created','2020-12-31 20:03:04','2020-12-31 12:03:04'),(17000,8575,'action started via WP Cron','2020-12-31 20:04:05','2020-12-31 12:04:05'),(17001,8575,'action complete via WP Cron','2020-12-31 20:04:05','2020-12-31 12:04:05'),(17002,8576,'action created','2020-12-31 20:04:05','2020-12-31 12:04:05'),(17003,8576,'action started via WP Cron','2020-12-31 20:08:02','2020-12-31 12:08:02'),(17004,8576,'action complete via WP Cron','2020-12-31 20:08:02','2020-12-31 12:08:02'),(17005,8577,'action created','2020-12-31 20:08:02','2020-12-31 12:08:02'),(17006,8577,'action started via WP Cron','2020-12-31 20:15:20','2020-12-31 12:15:20'),(17007,8577,'action complete via WP Cron','2020-12-31 20:15:20','2020-12-31 12:15:20'),(17008,8578,'action created','2020-12-31 20:15:20','2020-12-31 12:15:20'),(17009,8578,'action started via WP Cron','2020-12-31 20:16:14','2020-12-31 12:16:14'),(17010,8578,'action complete via WP Cron','2020-12-31 20:16:14','2020-12-31 12:16:14'),(17011,8579,'action created','2020-12-31 20:16:14','2020-12-31 12:16:14'),(17012,8579,'action started via WP Cron','2020-12-31 20:17:15','2020-12-31 12:17:15'),(17013,8579,'action complete via WP Cron','2020-12-31 20:17:15','2020-12-31 12:17:15'),(17014,8580,'action created','2020-12-31 20:17:15','2020-12-31 12:17:15'),(17015,8580,'action started via WP Cron','2020-12-31 20:19:17','2020-12-31 12:19:17'),(17016,8580,'action complete via WP Cron','2020-12-31 20:19:17','2020-12-31 12:19:17'),(17017,8581,'action created','2020-12-31 20:19:18','2020-12-31 12:19:18'),(17018,8581,'action started via WP Cron','2020-12-31 20:20:18','2020-12-31 12:20:18'),(17019,8581,'action complete via WP Cron','2020-12-31 20:20:18','2020-12-31 12:20:18'),(17020,8582,'action created','2020-12-31 20:20:18','2020-12-31 12:20:18'),(17021,8582,'action started via WP Cron','2020-12-31 20:21:19','2020-12-31 12:21:19'),(17022,8582,'action complete via WP Cron','2020-12-31 20:21:19','2020-12-31 12:21:19'),(17023,8583,'action created','2020-12-31 20:21:19','2020-12-31 12:21:19'),(17024,8583,'action started via WP Cron','2020-12-31 20:22:36','2020-12-31 12:22:36'),(17025,8583,'action complete via WP Cron','2020-12-31 20:22:36','2020-12-31 12:22:36'),(17026,8584,'action created','2020-12-31 20:22:36','2020-12-31 12:22:36'),(17027,8584,'action started via WP Cron','2020-12-31 20:38:05','2020-12-31 12:38:05'),(17028,8584,'action complete via WP Cron','2020-12-31 20:38:05','2020-12-31 12:38:05'),(17029,8585,'action created','2020-12-31 20:38:06','2020-12-31 12:38:06'),(17030,8585,'action started via WP Cron','2020-12-31 20:41:46','2020-12-31 12:41:46'),(17031,8585,'action complete via WP Cron','2020-12-31 20:41:46','2020-12-31 12:41:46'),(17032,8586,'action created','2020-12-31 20:41:46','2020-12-31 12:41:46'),(17033,8586,'action started via WP Cron','2020-12-31 20:43:22','2020-12-31 12:43:22'),(17034,8586,'action complete via WP Cron','2020-12-31 20:43:22','2020-12-31 12:43:22'),(17035,8587,'action created','2020-12-31 20:43:22','2020-12-31 12:43:22'),(17036,8587,'action started via WP Cron','2020-12-31 20:47:59','2020-12-31 12:47:59'),(17037,8587,'action complete via WP Cron','2020-12-31 20:47:59','2020-12-31 12:47:59'),(17038,8588,'action created','2020-12-31 20:47:59','2020-12-31 12:47:59'),(17039,8588,'action started via WP Cron','2020-12-31 20:50:18','2020-12-31 12:50:18'),(17040,8588,'action complete via WP Cron','2020-12-31 20:50:18','2020-12-31 12:50:18'),(17041,8589,'action created','2020-12-31 20:50:18','2020-12-31 12:50:18'),(17042,8589,'action started via WP Cron','2020-12-31 20:51:30','2020-12-31 12:51:30'),(17043,8589,'action complete via WP Cron','2020-12-31 20:51:30','2020-12-31 12:51:30'),(17044,8590,'action created','2020-12-31 20:51:31','2020-12-31 12:51:31'),(17045,8590,'action started via WP Cron','2020-12-31 20:53:38','2020-12-31 12:53:38'),(17046,8590,'action complete via WP Cron','2020-12-31 20:53:38','2020-12-31 12:53:38'),(17047,8591,'action created','2020-12-31 20:53:41','2020-12-31 12:53:41'),(17048,8591,'action started via WP Cron','2020-12-31 20:55:18','2020-12-31 12:55:18'),(17049,8591,'action complete via WP Cron','2020-12-31 20:55:18','2020-12-31 12:55:18'),(17050,8592,'action created','2020-12-31 20:55:18','2020-12-31 12:55:18'),(17051,8592,'action started via WP Cron','2020-12-31 21:04:11','2020-12-31 13:04:11'),(17052,8592,'action complete via WP Cron','2020-12-31 21:04:12','2020-12-31 13:04:12'),(17053,8593,'action created','2020-12-31 21:04:12','2020-12-31 13:04:12'),(17054,8593,'action started via WP Cron','2020-12-31 21:05:13','2020-12-31 13:05:13'),(17055,8593,'action complete via WP Cron','2020-12-31 21:05:13','2020-12-31 13:05:13'),(17056,8594,'action created','2020-12-31 21:05:13','2020-12-31 13:05:13'),(17057,8594,'action started via WP Cron','2020-12-31 21:06:13','2020-12-31 13:06:13'),(17058,8594,'action complete via WP Cron','2020-12-31 21:06:13','2020-12-31 13:06:13'),(17059,8595,'action created','2020-12-31 21:06:13','2020-12-31 13:06:13'),(17060,8595,'action started via WP Cron','2020-12-31 21:07:14','2020-12-31 13:07:14'),(17061,8595,'action complete via WP Cron','2020-12-31 21:07:14','2020-12-31 13:07:14'),(17062,8596,'action created','2020-12-31 21:07:14','2020-12-31 13:07:14'),(17063,8596,'action started via WP Cron','2020-12-31 21:08:16','2020-12-31 13:08:16'),(17064,8596,'action complete via WP Cron','2020-12-31 21:08:16','2020-12-31 13:08:16'),(17065,8597,'action created','2020-12-31 21:08:16','2020-12-31 13:08:16'),(17066,8597,'action started via WP Cron','2020-12-31 21:10:17','2020-12-31 13:10:17'),(17067,8597,'action complete via WP Cron','2020-12-31 21:10:17','2020-12-31 13:10:17'),(17068,8598,'action created','2020-12-31 21:10:17','2020-12-31 13:10:17'),(17069,8598,'action started via WP Cron','2020-12-31 21:14:04','2020-12-31 13:14:04'),(17070,8598,'action complete via WP Cron','2020-12-31 21:14:04','2020-12-31 13:14:04'),(17071,8599,'action created','2020-12-31 21:20:26','2020-12-31 13:20:26'),(17072,8599,'action started via WP Cron','2020-12-31 21:20:52','2020-12-31 13:20:52'),(17073,8599,'action complete via WP Cron','2020-12-31 21:20:52','2020-12-31 13:20:52'),(17074,8600,'action created','2020-12-31 21:20:52','2020-12-31 13:20:52'),(17075,8600,'action started via WP Cron','2020-12-31 21:38:31','2020-12-31 13:38:31'),(17076,8600,'action complete via WP Cron','2020-12-31 21:38:31','2020-12-31 13:38:31'),(17077,8601,'action created','2020-12-31 21:38:31','2020-12-31 13:38:31'),(17078,8601,'action started via WP Cron','2020-12-31 21:39:05','2020-12-31 13:39:05'),(17079,8601,'action complete via WP Cron','2020-12-31 21:39:05','2020-12-31 13:39:05'),(17080,8602,'action created','2020-12-31 21:39:06','2020-12-31 13:39:06'),(17081,8602,'action started via WP Cron','2020-12-31 21:41:02','2020-12-31 13:41:02'),(17082,8602,'action complete via WP Cron','2020-12-31 21:41:02','2020-12-31 13:41:02'),(17083,8603,'action created','2020-12-31 21:41:02','2020-12-31 13:41:02'),(17084,8603,'action started via WP Cron','2020-12-31 21:41:44','2020-12-31 13:41:44'),(17085,8603,'action complete via WP Cron','2020-12-31 21:41:44','2020-12-31 13:41:44'),(17086,8604,'action created','2020-12-31 21:41:45','2020-12-31 13:41:45'),(17087,8604,'action started via WP Cron','2020-12-31 21:43:32','2020-12-31 13:43:32'),(17088,8604,'action complete via WP Cron','2020-12-31 21:43:32','2020-12-31 13:43:32'),(17089,8605,'action created','2020-12-31 21:43:33','2020-12-31 13:43:33'),(17090,8605,'action started via WP Cron','2020-12-31 21:44:44','2020-12-31 13:44:44'),(17091,8605,'action complete via WP Cron','2020-12-31 21:44:44','2020-12-31 13:44:44'),(17092,8606,'action created','2020-12-31 21:44:44','2020-12-31 13:44:44'),(17093,8606,'action started via WP Cron','2020-12-31 21:46:03','2020-12-31 13:46:03'),(17094,8606,'action complete via WP Cron','2020-12-31 21:46:03','2020-12-31 13:46:03'),(17095,8607,'action created','2020-12-31 21:46:03','2020-12-31 13:46:03'),(17096,8607,'action started via WP Cron','2020-12-31 21:46:50','2020-12-31 13:46:50'),(17097,8607,'action complete via WP Cron','2020-12-31 21:46:50','2020-12-31 13:46:50'),(17098,8608,'action created','2020-12-31 21:46:50','2020-12-31 13:46:50'),(17099,8608,'action started via WP Cron','2020-12-31 21:54:32','2020-12-31 13:54:32'),(17100,8608,'action complete via WP Cron','2020-12-31 21:54:32','2020-12-31 13:54:32'),(17101,8609,'action created','2020-12-31 21:54:32','2020-12-31 13:54:32'),(17102,8609,'action started via WP Cron','2020-12-31 22:08:57','2020-12-31 14:08:57'),(17103,8609,'action complete via WP Cron','2020-12-31 22:08:57','2020-12-31 14:08:57'),(17104,8610,'action created','2020-12-31 22:08:57','2020-12-31 14:08:57'),(17105,8610,'action started via WP Cron','2020-12-31 22:10:25','2020-12-31 14:10:25'),(17106,8610,'action complete via WP Cron','2020-12-31 22:10:25','2020-12-31 14:10:25'),(17107,8611,'action created','2020-12-31 22:10:25','2020-12-31 14:10:25'),(17108,8611,'action started via WP Cron','2020-12-31 22:11:19','2020-12-31 14:11:19'),(17109,8611,'action complete via WP Cron','2020-12-31 22:11:19','2020-12-31 14:11:19'),(17110,8612,'action created','2020-12-31 22:11:19','2020-12-31 14:11:19'),(17111,8612,'action started via WP Cron','2020-12-31 22:12:20','2020-12-31 14:12:20'),(17112,8612,'action complete via WP Cron','2020-12-31 22:12:20','2020-12-31 14:12:20'),(17113,8613,'action created','2020-12-31 22:12:20','2020-12-31 14:12:20'),(17114,8613,'action started via WP Cron','2020-12-31 22:14:22','2020-12-31 14:14:22'),(17115,8613,'action complete via WP Cron','2020-12-31 22:14:22','2020-12-31 14:14:22'),(17116,8614,'action created','2020-12-31 22:15:23','2020-12-31 14:15:23'),(17117,8614,'action started via WP Cron','2020-12-31 22:16:24','2020-12-31 14:16:24'),(17118,8614,'action complete via WP Cron','2020-12-31 22:16:24','2020-12-31 14:16:24'),(17119,8615,'action created','2020-12-31 22:16:24','2020-12-31 14:16:24'),(17120,8615,'action started via WP Cron','2020-12-31 22:41:50','2020-12-31 14:41:50'),(17121,8615,'action complete via WP Cron','2020-12-31 22:41:50','2020-12-31 14:41:50'),(17122,8616,'action created','2020-12-31 22:41:51','2020-12-31 14:41:51'),(17123,8616,'action started via WP Cron','2020-12-31 22:42:58','2020-12-31 14:42:58'),(17124,8616,'action complete via WP Cron','2020-12-31 22:42:58','2020-12-31 14:42:58'),(17125,8617,'action created','2020-12-31 22:42:58','2020-12-31 14:42:58'),(17126,8617,'action started via WP Cron','2020-12-31 22:44:00','2020-12-31 14:44:00'),(17127,8617,'action complete via WP Cron','2020-12-31 22:44:00','2020-12-31 14:44:00'),(17128,8618,'action created','2020-12-31 22:44:00','2020-12-31 14:44:00'),(17129,8618,'action started via WP Cron','2020-12-31 22:46:01','2020-12-31 14:46:01'),(17130,8618,'action complete via WP Cron','2020-12-31 22:46:01','2020-12-31 14:46:01'),(17131,8619,'action created','2020-12-31 22:46:01','2020-12-31 14:46:01'),(17132,8619,'action started via WP Cron','2020-12-31 22:47:02','2020-12-31 14:47:02'),(17133,8619,'action complete via WP Cron','2020-12-31 22:47:02','2020-12-31 14:47:02'),(17134,8620,'action created','2020-12-31 22:47:02','2020-12-31 14:47:02'),(17135,8620,'action started via WP Cron','2020-12-31 22:48:03','2020-12-31 14:48:03'),(17136,8620,'action complete via WP Cron','2020-12-31 22:48:03','2020-12-31 14:48:03'),(17137,8621,'action created','2020-12-31 22:48:03','2020-12-31 14:48:03'),(17138,8621,'action started via WP Cron','2020-12-31 22:54:44','2020-12-31 14:54:44'),(17139,8621,'action complete via WP Cron','2020-12-31 22:54:44','2020-12-31 14:54:44'),(17140,8622,'action created','2020-12-31 22:54:44','2020-12-31 14:54:44'),(17141,8622,'action started via WP Cron','2020-12-31 23:11:27','2020-12-31 15:11:27'),(17142,8622,'action complete via WP Cron','2020-12-31 23:11:27','2020-12-31 15:11:27'),(17143,8623,'action created','2020-12-31 23:11:27','2020-12-31 15:11:27'),(17144,8623,'action started via WP Cron','2020-12-31 23:22:33','2020-12-31 15:22:33'),(17145,8623,'action complete via WP Cron','2020-12-31 23:22:33','2020-12-31 15:22:33'),(17146,8624,'action created','2020-12-31 23:22:33','2020-12-31 15:22:33'),(17147,8624,'action started via WP Cron','2020-12-31 23:31:00','2020-12-31 15:31:00'),(17148,8624,'action complete via WP Cron','2020-12-31 23:31:00','2020-12-31 15:31:00'),(17149,8625,'action created','2020-12-31 23:31:00','2020-12-31 15:31:00'),(17150,8625,'action started via WP Cron','2020-12-31 23:35:38','2020-12-31 15:35:38'),(17151,8625,'action complete via WP Cron','2020-12-31 23:35:38','2020-12-31 15:35:38'),(17152,8626,'action created','2020-12-31 23:35:38','2020-12-31 15:35:38'),(17153,8626,'action started via WP Cron','2020-12-31 23:36:53','2020-12-31 15:36:53'),(17154,8626,'action complete via WP Cron','2020-12-31 23:36:53','2020-12-31 15:36:53'),(17155,8627,'action created','2020-12-31 23:36:53','2020-12-31 15:36:53'),(17156,8627,'action started via WP Cron','2020-12-31 23:37:53','2020-12-31 15:37:53'),(17157,8627,'action complete via WP Cron','2020-12-31 23:37:53','2020-12-31 15:37:53'),(17158,8628,'action created','2020-12-31 23:37:53','2020-12-31 15:37:53'),(17159,8628,'action started via WP Cron','2020-12-31 23:39:55','2020-12-31 15:39:55'),(17160,8628,'action complete via WP Cron','2020-12-31 23:39:55','2020-12-31 15:39:55'),(17161,8629,'action created','2020-12-31 23:39:55','2020-12-31 15:39:55'),(17162,8629,'action started via WP Cron','2020-12-31 23:40:56','2020-12-31 15:40:56'),(17163,8629,'action complete via WP Cron','2020-12-31 23:40:56','2020-12-31 15:40:56'),(17164,8630,'action created','2020-12-31 23:40:56','2020-12-31 15:40:56'),(17165,8630,'action started via WP Cron','2020-12-31 23:41:57','2020-12-31 15:41:57'),(17166,8630,'action complete via WP Cron','2020-12-31 23:41:57','2020-12-31 15:41:57'),(17167,8631,'action created','2020-12-31 23:41:57','2020-12-31 15:41:57'),(17168,8631,'action started via WP Cron','2020-12-31 23:48:05','2020-12-31 15:48:05'),(17169,8631,'action complete via WP Cron','2020-12-31 23:48:05','2020-12-31 15:48:05'),(17170,8632,'action created','2020-12-31 23:48:05','2020-12-31 15:48:05'),(17171,8632,'action started via WP Cron','2020-12-31 23:49:03','2020-12-31 15:49:03'),(17172,8632,'action complete via WP Cron','2020-12-31 23:49:03','2020-12-31 15:49:03'),(17173,8633,'action created','2020-12-31 23:49:03','2020-12-31 15:49:03'),(17174,8633,'action started via WP Cron','2020-12-31 23:50:04','2020-12-31 15:50:04'),(17175,8633,'action complete via WP Cron','2020-12-31 23:50:04','2020-12-31 15:50:04'),(17176,8634,'action created','2020-12-31 23:50:04','2020-12-31 15:50:04'),(17177,8634,'action started via WP Cron','2020-12-31 23:51:05','2020-12-31 15:51:05'),(17178,8634,'action complete via WP Cron','2020-12-31 23:51:05','2020-12-31 15:51:05'),(17179,8635,'action created','2020-12-31 23:51:05','2020-12-31 15:51:05'),(17180,8635,'action started via WP Cron','2020-12-31 23:53:07','2020-12-31 15:53:07'),(17181,8635,'action complete via WP Cron','2020-12-31 23:53:07','2020-12-31 15:53:07'),(17182,8636,'action created','2020-12-31 23:53:07','2020-12-31 15:53:07'),(17183,8636,'action started via WP Cron','2020-12-31 23:53:43','2020-12-31 15:53:43'),(17184,8636,'action complete via WP Cron','2020-12-31 23:53:43','2020-12-31 15:53:43'),(17185,8637,'action created','2020-12-31 23:53:43','2020-12-31 15:53:43'),(17186,8637,'action started via WP Cron','2021-01-01 00:07:45','2020-12-31 16:07:45'),(17187,8637,'action complete via WP Cron','2021-01-01 00:07:45','2020-12-31 16:07:45'),(17188,8638,'action created','2021-01-01 00:07:45','2020-12-31 16:07:45'),(17189,8638,'action started via WP Cron','2021-01-01 00:18:57','2020-12-31 16:18:57'),(17190,8638,'action complete via WP Cron','2021-01-01 00:18:57','2020-12-31 16:18:57'),(17191,8639,'action created','2021-01-01 00:18:57','2020-12-31 16:18:57'),(17192,8639,'action started via WP Cron','2021-01-01 00:20:21','2020-12-31 16:20:21'),(17193,8639,'action complete via WP Cron','2021-01-01 00:20:21','2020-12-31 16:20:21'),(17194,8640,'action created','2021-01-01 00:20:21','2020-12-31 16:20:21'),(17195,8640,'action started via WP Cron','2021-01-01 00:22:04','2020-12-31 16:22:04'),(17196,8640,'action complete via WP Cron','2021-01-01 00:22:04','2020-12-31 16:22:04'),(17197,8641,'action created','2021-01-01 00:22:04','2020-12-31 16:22:04'),(17198,8641,'action started via WP Cron','2021-01-01 00:25:18','2020-12-31 16:25:18'),(17199,8641,'action complete via WP Cron','2021-01-01 00:25:18','2020-12-31 16:25:18'),(17200,8642,'action created','2021-01-01 00:25:18','2020-12-31 16:25:18'),(17201,8642,'action started via WP Cron','2021-01-01 00:28:16','2020-12-31 16:28:16'),(17202,8642,'action complete via WP Cron','2021-01-01 00:28:16','2020-12-31 16:28:16'),(17203,8643,'action created','2021-01-01 00:28:16','2020-12-31 16:28:16'),(17204,8643,'action started via WP Cron','2021-01-01 00:29:17','2020-12-31 16:29:17'),(17205,8643,'action complete via WP Cron','2021-01-01 00:29:17','2020-12-31 16:29:17'),(17206,8644,'action created','2021-01-01 00:29:17','2020-12-31 16:29:17'),(17207,8644,'action started via WP Cron','2021-01-01 00:30:18','2020-12-31 16:30:18'),(17208,8644,'action complete via WP Cron','2021-01-01 00:30:18','2020-12-31 16:30:18'),(17209,8645,'action created','2021-01-01 00:30:18','2020-12-31 16:30:18'),(17210,8645,'action started via WP Cron','2021-01-01 00:35:45','2020-12-31 16:35:45'),(17211,8645,'action complete via WP Cron','2021-01-01 00:35:45','2020-12-31 16:35:45'),(17212,8646,'action created','2021-01-01 00:35:45','2020-12-31 16:35:45'),(17213,8646,'action started via WP Cron','2021-01-01 00:37:43','2020-12-31 16:37:43'),(17214,8646,'action complete via WP Cron','2021-01-01 00:37:43','2020-12-31 16:37:43'),(17215,8647,'action created','2021-01-01 00:37:43','2020-12-31 16:37:43'),(17216,8647,'action started via WP Cron','2021-01-01 00:40:05','2020-12-31 16:40:05'),(17217,8647,'action complete via WP Cron','2021-01-01 00:40:05','2020-12-31 16:40:05'),(17218,8648,'action created','2021-01-01 00:40:05','2020-12-31 16:40:05'),(17219,8648,'action started via WP Cron','2021-01-01 00:48:05','2020-12-31 16:48:05'),(17220,8648,'action complete via WP Cron','2021-01-01 00:48:05','2020-12-31 16:48:05'),(17221,8649,'action created','2021-01-01 00:48:06','2020-12-31 16:48:06'),(17222,8649,'action started via WP Cron','2021-01-01 00:48:42','2020-12-31 16:48:42'),(17223,8649,'action complete via WP Cron','2021-01-01 00:48:42','2020-12-31 16:48:42'),(17224,8650,'action created','2021-01-01 00:48:42','2020-12-31 16:48:42'),(17225,8650,'action started via WP Cron','2021-01-01 00:51:35','2020-12-31 16:51:35'),(17226,8650,'action complete via WP Cron','2021-01-01 00:51:35','2020-12-31 16:51:35'),(17227,8651,'action created','2021-01-01 00:51:35','2020-12-31 16:51:35'),(17228,8651,'action started via WP Cron','2021-01-01 00:54:15','2020-12-31 16:54:15'),(17229,8651,'action complete via WP Cron','2021-01-01 00:54:15','2020-12-31 16:54:15'),(17230,8652,'action created','2021-01-01 00:54:15','2020-12-31 16:54:15'),(17231,8652,'action started via WP Cron','2021-01-01 01:19:34','2020-12-31 17:19:34'),(17232,8652,'action complete via WP Cron','2021-01-01 01:19:34','2020-12-31 17:19:34'),(17233,8653,'action created','2021-01-01 01:19:35','2020-12-31 17:19:35'),(17234,8653,'action started via WP Cron','2021-01-01 01:31:18','2020-12-31 17:31:18'),(17235,8653,'action complete via WP Cron','2021-01-01 01:31:18','2020-12-31 17:31:18'),(17236,8654,'action created','2021-01-01 01:31:18','2020-12-31 17:31:18'),(17237,8654,'action started via WP Cron','2021-01-01 01:32:11','2020-12-31 17:32:11'),(17238,8654,'action complete via WP Cron','2021-01-01 01:32:11','2020-12-31 17:32:11'),(17239,8655,'action created','2021-01-01 01:32:11','2020-12-31 17:32:11'),(17240,8655,'action started via WP Cron','2021-01-01 01:33:20','2020-12-31 17:33:20'),(17241,8655,'action complete via WP Cron','2021-01-01 01:33:20','2020-12-31 17:33:20'),(17242,8656,'action created','2021-01-01 01:33:20','2020-12-31 17:33:20'),(17243,8656,'action started via WP Cron','2021-01-01 01:35:22','2020-12-31 17:35:22'),(17244,8656,'action complete via WP Cron','2021-01-01 01:35:22','2020-12-31 17:35:22'),(17245,8657,'action created','2021-01-01 01:35:22','2020-12-31 17:35:22'),(17246,8657,'action started via WP Cron','2021-01-01 01:36:23','2020-12-31 17:36:23'),(17247,8657,'action complete via WP Cron','2021-01-01 01:36:23','2020-12-31 17:36:23'),(17248,8658,'action created','2021-01-01 01:36:23','2020-12-31 17:36:23'),(17249,8658,'action started via WP Cron','2021-01-01 01:36:41','2020-12-31 17:36:41'),(17250,8658,'action complete via WP Cron','2021-01-01 01:36:41','2020-12-31 17:36:41'),(17251,8659,'action created','2021-01-01 01:36:41','2020-12-31 17:36:41'),(17252,8659,'action started via WP Cron','2021-01-01 01:45:43','2020-12-31 17:45:43'),(17253,8659,'action complete via WP Cron','2021-01-01 01:45:43','2020-12-31 17:45:43'),(17254,8660,'action created','2021-01-01 01:57:05','2020-12-31 17:57:05'),(17255,8660,'action started via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17256,8660,'action complete via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17257,8186,'action started via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17258,8186,'action complete via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17259,8661,'action created','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17260,8185,'action started via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17261,8185,'action complete via WP Cron','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17262,8662,'action created','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17263,8663,'action created','2021-01-01 02:05:16','2020-12-31 18:05:16'),(17264,8663,'action started via WP Cron','2021-01-01 02:07:57','2020-12-31 18:07:57'),(17265,8663,'action complete via WP Cron','2021-01-01 02:07:57','2020-12-31 18:07:57'),(17266,8664,'action created','2021-01-01 02:07:57','2020-12-31 18:07:57'),(17267,8664,'action started via WP Cron','2021-01-01 02:11:29','2020-12-31 18:11:29'),(17268,8664,'action complete via WP Cron','2021-01-01 02:11:29','2020-12-31 18:11:29'),(17269,8665,'action created','2021-01-01 02:11:29','2020-12-31 18:11:29'),(17270,8665,'action started via WP Cron','2021-01-01 02:17:21','2020-12-31 18:17:21'),(17271,8665,'action complete via WP Cron','2021-01-01 02:17:21','2020-12-31 18:17:21'),(17272,8666,'action created','2021-01-01 02:17:21','2020-12-31 18:17:21'),(17273,8666,'action started via WP Cron','2021-01-01 02:19:01','2020-12-31 18:19:01'),(17274,8666,'action complete via WP Cron','2021-01-01 02:19:01','2020-12-31 18:19:01'),(17275,8667,'action created','2021-01-01 02:19:01','2020-12-31 18:19:01'),(17276,8667,'action started via WP Cron','2021-01-01 02:20:09','2020-12-31 18:20:09'),(17277,8667,'action complete via WP Cron','2021-01-01 02:20:09','2020-12-31 18:20:09'),(17278,8668,'action created','2021-01-01 02:20:09','2020-12-31 18:20:09'),(17279,8668,'action started via WP Cron','2021-01-01 02:23:09','2020-12-31 18:23:09'),(17280,8668,'action complete via WP Cron','2021-01-01 02:23:09','2020-12-31 18:23:09'),(17281,8669,'action created','2021-01-01 02:23:09','2020-12-31 18:23:09'),(17282,8669,'action started via WP Cron','2021-01-01 02:24:53','2020-12-31 18:24:53'),(17283,8669,'action complete via WP Cron','2021-01-01 02:24:53','2020-12-31 18:24:53'),(17284,8670,'action created','2021-01-01 02:24:53','2020-12-31 18:24:53'),(17285,8670,'action started via WP Cron','2021-01-01 02:26:09','2020-12-31 18:26:09'),(17286,8670,'action complete via WP Cron','2021-01-01 02:26:09','2020-12-31 18:26:09'),(17287,8671,'action created','2021-01-01 02:26:09','2020-12-31 18:26:09'),(17288,8671,'action started via WP Cron','2021-01-01 02:26:52','2020-12-31 18:26:52'),(17289,8671,'action complete via WP Cron','2021-01-01 02:26:52','2020-12-31 18:26:52'),(17290,8672,'action created','2021-01-01 02:26:52','2020-12-31 18:26:52'),(17291,8672,'action started via WP Cron','2021-01-01 02:29:05','2020-12-31 18:29:05'),(17292,8672,'action complete via WP Cron','2021-01-01 02:29:05','2020-12-31 18:29:05'),(17293,8673,'action created','2021-01-01 02:29:05','2020-12-31 18:29:05'),(17294,8673,'action started via WP Cron','2021-01-01 02:31:44','2020-12-31 18:31:44'),(17295,8673,'action complete via WP Cron','2021-01-01 02:31:44','2020-12-31 18:31:44'),(17296,8674,'action created','2021-01-01 02:31:44','2020-12-31 18:31:44'),(17297,8674,'action started via WP Cron','2021-01-01 02:34:16','2020-12-31 18:34:16'),(17298,8674,'action complete via WP Cron','2021-01-01 02:34:16','2020-12-31 18:34:16'),(17299,8675,'action created','2021-01-01 02:34:16','2020-12-31 18:34:16'),(17300,8675,'action started via WP Cron','2021-01-01 02:34:45','2020-12-31 18:34:45'),(17301,8675,'action complete via WP Cron','2021-01-01 02:34:45','2020-12-31 18:34:45'),(17302,8676,'action created','2021-01-01 02:34:45','2020-12-31 18:34:45'),(17303,8676,'action started via WP Cron','2021-01-01 02:36:25','2020-12-31 18:36:25'),(17304,8676,'action complete via WP Cron','2021-01-01 02:36:25','2020-12-31 18:36:25'),(17305,8677,'action created','2021-01-01 02:36:25','2020-12-31 18:36:25'),(17306,8677,'action started via WP Cron','2021-01-01 02:37:23','2020-12-31 18:37:23'),(17307,8677,'action complete via WP Cron','2021-01-01 02:37:23','2020-12-31 18:37:23'),(17308,8678,'action created','2021-01-01 02:37:23','2020-12-31 18:37:23'),(17309,8678,'action started via WP Cron','2021-01-01 02:38:24','2020-12-31 18:38:24'),(17310,8678,'action complete via WP Cron','2021-01-01 02:38:24','2020-12-31 18:38:24'),(17311,8679,'action created','2021-01-01 02:38:24','2020-12-31 18:38:24'),(17312,8679,'action started via WP Cron','2021-01-01 02:39:38','2020-12-31 18:39:38'),(17313,8679,'action complete via WP Cron','2021-01-01 02:39:38','2020-12-31 18:39:38'),(17314,8680,'action created','2021-01-01 02:39:38','2020-12-31 18:39:38'),(17315,8680,'action started via WP Cron','2021-01-01 02:40:26','2020-12-31 18:40:26'),(17316,8680,'action complete via WP Cron','2021-01-01 02:40:26','2020-12-31 18:40:26'),(17317,8681,'action created','2021-01-01 02:40:26','2020-12-31 18:40:26'),(17318,8681,'action started via WP Cron','2021-01-01 02:41:02','2020-12-31 18:41:02'),(17319,8681,'action complete via WP Cron','2021-01-01 02:41:02','2020-12-31 18:41:02'),(17320,8682,'action created','2021-01-01 02:41:09','2020-12-31 18:41:09'),(17321,8682,'action started via WP Cron','2021-01-01 02:42:28','2020-12-31 18:42:28'),(17322,8682,'action complete via WP Cron','2021-01-01 02:42:28','2020-12-31 18:42:28'),(17323,8683,'action created','2021-01-01 02:42:28','2020-12-31 18:42:28'),(17324,8683,'action started via WP Cron','2021-01-01 02:43:51','2020-12-31 18:43:51'),(17325,8683,'action complete via WP Cron','2021-01-01 02:43:51','2020-12-31 18:43:51'),(17326,8684,'action created','2021-01-01 02:43:51','2020-12-31 18:43:51'),(17327,8684,'action started via WP Cron','2021-01-01 02:44:55','2020-12-31 18:44:55'),(17328,8684,'action complete via WP Cron','2021-01-01 02:44:55','2020-12-31 18:44:55'),(17329,8685,'action created','2021-01-01 02:44:55','2020-12-31 18:44:55'),(17330,8685,'action started via WP Cron','2021-01-01 02:46:15','2020-12-31 18:46:15'),(17331,8685,'action complete via WP Cron','2021-01-01 02:46:15','2020-12-31 18:46:15'),(17332,8686,'action created','2021-01-01 02:46:15','2020-12-31 18:46:15'),(17333,8686,'action started via WP Cron','2021-01-01 02:49:25','2020-12-31 18:49:25'),(17334,8686,'action complete via WP Cron','2021-01-01 02:49:25','2020-12-31 18:49:25'),(17335,8687,'action created','2021-01-01 02:49:25','2020-12-31 18:49:25'),(17336,8687,'action started via WP Cron','2021-01-01 02:49:58','2020-12-31 18:49:58'),(17337,8687,'action complete via WP Cron','2021-01-01 02:49:58','2020-12-31 18:49:58'),(17338,8688,'action created','2021-01-01 02:49:58','2020-12-31 18:49:58'),(17339,8688,'action started via WP Cron','2021-01-01 02:55:01','2020-12-31 18:55:01'),(17340,8688,'action complete via WP Cron','2021-01-01 02:55:01','2020-12-31 18:55:01'),(17341,8689,'action created','2021-01-01 02:55:02','2020-12-31 18:55:02'),(17342,8689,'action started via WP Cron','2021-01-01 02:57:34','2020-12-31 18:57:34'),(17343,8689,'action complete via WP Cron','2021-01-01 02:57:34','2020-12-31 18:57:34'),(17344,8690,'action created','2021-01-01 02:57:34','2020-12-31 18:57:34'),(17345,8690,'action started via WP Cron','2021-01-01 02:57:51','2020-12-31 18:57:51'),(17346,8690,'action complete via WP Cron','2021-01-01 02:57:51','2020-12-31 18:57:51'),(17347,8691,'action created','2021-01-01 02:57:51','2020-12-31 18:57:51'),(17348,8691,'action started via WP Cron','2021-01-01 03:00:01','2020-12-31 19:00:01'),(17349,8691,'action complete via WP Cron','2021-01-01 03:00:01','2020-12-31 19:00:01'),(17350,8692,'action created','2021-01-01 03:00:01','2020-12-31 19:00:01'),(17351,8692,'action started via WP Cron','2021-01-01 03:01:17','2020-12-31 19:01:17'),(17352,8692,'action complete via WP Cron','2021-01-01 03:01:17','2020-12-31 19:01:17'),(17353,8693,'action created','2021-01-01 03:01:18','2020-12-31 19:01:18'),(17354,8693,'action started via WP Cron','2021-01-01 03:02:18','2020-12-31 19:02:18'),(17355,8693,'action complete via WP Cron','2021-01-01 03:02:18','2020-12-31 19:02:18'),(17356,8694,'action created','2021-01-01 03:02:18','2020-12-31 19:02:18'),(17357,8694,'action started via WP Cron','2021-01-01 03:02:41','2020-12-31 19:02:41'),(17358,8694,'action complete via WP Cron','2021-01-01 03:02:41','2020-12-31 19:02:41'),(17359,8695,'action created','2021-01-01 03:02:42','2020-12-31 19:02:42'),(17360,8695,'action started via WP Cron','2021-01-01 03:04:26','2020-12-31 19:04:26'),(17361,8695,'action complete via WP Cron','2021-01-01 03:04:26','2020-12-31 19:04:26'),(17362,8696,'action created','2021-01-01 03:04:26','2020-12-31 19:04:26'),(17363,8696,'action started via WP Cron','2021-01-01 03:05:42','2020-12-31 19:05:42'),(17364,8696,'action complete via WP Cron','2021-01-01 03:05:42','2020-12-31 19:05:42'),(17365,8697,'action created','2021-01-01 03:05:42','2020-12-31 19:05:42'),(17366,8697,'action started via WP Cron','2021-01-01 03:08:23','2020-12-31 19:08:23'),(17367,8697,'action complete via WP Cron','2021-01-01 03:08:23','2020-12-31 19:08:23'),(17368,8698,'action created','2021-01-01 03:08:23','2020-12-31 19:08:23'),(17369,8698,'action started via WP Cron','2021-01-01 03:12:32','2020-12-31 19:12:32'),(17370,8698,'action complete via WP Cron','2021-01-01 03:12:32','2020-12-31 19:12:32'),(17371,8699,'action created','2021-01-01 03:12:32','2020-12-31 19:12:32'),(17372,8699,'action started via WP Cron','2021-01-01 03:13:50','2020-12-31 19:13:50'),(17373,8699,'action complete via WP Cron','2021-01-01 03:13:50','2020-12-31 19:13:50'),(17374,8700,'action created','2021-01-01 03:13:50','2020-12-31 19:13:50'),(17375,8700,'action started via WP Cron','2021-01-01 03:20:09','2020-12-31 19:20:09'),(17376,8700,'action complete via WP Cron','2021-01-01 03:20:09','2020-12-31 19:20:09'),(17377,8701,'action created','2021-01-01 03:20:09','2020-12-31 19:20:09'),(17378,8701,'action started via WP Cron','2021-01-01 03:21:52','2020-12-31 19:21:52'),(17379,8701,'action complete via WP Cron','2021-01-01 03:21:52','2020-12-31 19:21:52'),(17380,8702,'action created','2021-01-01 03:21:52','2020-12-31 19:21:52'),(17381,8702,'action started via WP Cron','2021-01-01 03:22:42','2020-12-31 19:22:42'),(17382,8702,'action complete via WP Cron','2021-01-01 03:22:42','2020-12-31 19:22:42'),(17383,8703,'action created','2021-01-01 03:22:42','2020-12-31 19:22:42'),(17384,8703,'action started via WP Cron','2021-01-01 03:24:32','2020-12-31 19:24:32'),(17385,8703,'action complete via WP Cron','2021-01-01 03:24:32','2020-12-31 19:24:32'),(17386,8704,'action created','2021-01-01 03:24:32','2020-12-31 19:24:32'),(17387,8704,'action started via WP Cron','2021-01-01 03:27:29','2020-12-31 19:27:29'),(17388,8704,'action complete via WP Cron','2021-01-01 03:27:29','2020-12-31 19:27:29'),(17389,8705,'action created','2021-01-01 03:27:29','2020-12-31 19:27:29'),(17390,8705,'action started via WP Cron','2021-01-01 03:29:03','2020-12-31 19:29:03'),(17391,8705,'action complete via WP Cron','2021-01-01 03:29:03','2020-12-31 19:29:03'),(17392,8706,'action created','2021-01-01 03:29:03','2020-12-31 19:29:03'),(17393,8706,'action started via WP Cron','2021-01-01 03:30:22','2020-12-31 19:30:22'),(17394,8706,'action complete via WP Cron','2021-01-01 03:30:22','2020-12-31 19:30:22'),(17395,8707,'action created','2021-01-01 03:30:22','2020-12-31 19:30:22'),(17396,8707,'action started via WP Cron','2021-01-01 03:31:45','2020-12-31 19:31:45'),(17397,8707,'action complete via WP Cron','2021-01-01 03:31:45','2020-12-31 19:31:45'),(17398,8708,'action created','2021-01-01 03:31:45','2020-12-31 19:31:45'),(17399,8708,'action started via WP Cron','2021-01-01 03:35:21','2020-12-31 19:35:21'),(17400,8708,'action complete via WP Cron','2021-01-01 03:35:21','2020-12-31 19:35:21'),(17401,8709,'action created','2021-01-01 03:35:21','2020-12-31 19:35:21'),(17402,8709,'action started via WP Cron','2021-01-01 03:37:10','2020-12-31 19:37:10'),(17403,8709,'action complete via WP Cron','2021-01-01 03:37:10','2020-12-31 19:37:10'),(17404,8710,'action created','2021-01-01 03:37:10','2020-12-31 19:37:10'),(17405,8710,'action started via WP Cron','2021-01-01 03:37:45','2020-12-31 19:37:45'),(17406,8710,'action complete via WP Cron','2021-01-01 03:37:45','2020-12-31 19:37:45'),(17407,8711,'action created','2021-01-01 03:37:45','2020-12-31 19:37:45'),(17408,8711,'action started via WP Cron','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17409,8711,'action complete via WP Cron','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17410,8213,'action started via WP Cron','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17411,8213,'action complete via WP Cron','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17412,8712,'action created','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17413,8713,'action created','2021-01-01 03:38:43','2020-12-31 19:38:43'),(17414,8713,'action started via WP Cron','2021-01-01 03:40:10','2020-12-31 19:40:10'),(17415,8713,'action complete via WP Cron','2021-01-01 03:40:10','2020-12-31 19:40:10'),(17416,8714,'action created','2021-01-01 03:40:10','2020-12-31 19:40:10'),(17417,8714,'action started via WP Cron','2021-01-01 03:41:48','2020-12-31 19:41:48'),(17418,8714,'action complete via WP Cron','2021-01-01 03:41:48','2020-12-31 19:41:48'),(17419,8715,'action created','2021-01-01 03:41:48','2020-12-31 19:41:48'),(17420,8715,'action started via WP Cron','2021-01-01 03:42:53','2020-12-31 19:42:53'),(17421,8715,'action complete via WP Cron','2021-01-01 03:42:53','2020-12-31 19:42:53'),(17422,8716,'action created','2021-01-01 03:42:53','2020-12-31 19:42:53'),(17423,8716,'action started via WP Cron','2021-01-01 03:45:32','2020-12-31 19:45:32'),(17424,8716,'action complete via WP Cron','2021-01-01 03:45:32','2020-12-31 19:45:32'),(17425,8717,'action created','2021-01-01 03:45:32','2020-12-31 19:45:32'),(17426,8717,'action started via WP Cron','2021-01-01 03:46:56','2020-12-31 19:46:56'),(17427,8717,'action complete via WP Cron','2021-01-01 03:46:56','2020-12-31 19:46:56'),(17428,8718,'action created','2021-01-01 03:46:56','2020-12-31 19:46:56'),(17429,8718,'action started via WP Cron','2021-01-01 03:47:49','2020-12-31 19:47:49'),(17430,8718,'action complete via WP Cron','2021-01-01 03:47:49','2020-12-31 19:47:49'),(17431,8719,'action created','2021-01-01 03:47:49','2020-12-31 19:47:49'),(17432,8719,'action started via WP Cron','2021-01-01 03:49:56','2020-12-31 19:49:56'),(17433,8719,'action complete via WP Cron','2021-01-01 03:49:56','2020-12-31 19:49:56'),(17434,8720,'action created','2021-01-01 03:49:56','2020-12-31 19:49:56'),(17435,8720,'action started via WP Cron','2021-01-01 03:52:12','2020-12-31 19:52:12'),(17436,8720,'action complete via WP Cron','2021-01-01 03:52:12','2020-12-31 19:52:12'),(17437,8721,'action created','2021-01-01 03:52:12','2020-12-31 19:52:12'),(17438,8721,'action started via WP Cron','2021-01-01 03:54:25','2020-12-31 19:54:25'),(17439,8721,'action complete via WP Cron','2021-01-01 03:54:25','2020-12-31 19:54:25'),(17440,8722,'action created','2021-01-01 03:54:25','2020-12-31 19:54:25'),(17441,8722,'action started via WP Cron','2021-01-01 03:55:22','2020-12-31 19:55:22'),(17442,8722,'action complete via WP Cron','2021-01-01 03:55:22','2020-12-31 19:55:22'),(17443,8723,'action created','2021-01-01 03:55:22','2020-12-31 19:55:22'),(17444,8723,'action started via WP Cron','2021-01-01 04:04:11','2020-12-31 20:04:11'),(17445,8723,'action complete via WP Cron','2021-01-01 04:04:11','2020-12-31 20:04:11'),(17446,8724,'action created','2021-01-01 04:04:11','2020-12-31 20:04:11'),(17447,8724,'action started via WP Cron','2021-01-01 04:09:08','2020-12-31 20:09:08'),(17448,8724,'action complete via WP Cron','2021-01-01 04:09:08','2020-12-31 20:09:08'),(17449,8725,'action created','2021-01-01 04:09:08','2020-12-31 20:09:08'),(17450,8725,'action started via WP Cron','2021-01-01 04:12:10','2020-12-31 20:12:10'),(17451,8725,'action complete via WP Cron','2021-01-01 04:12:10','2020-12-31 20:12:10'),(17452,8726,'action created','2021-01-01 04:12:10','2020-12-31 20:12:10'),(17453,8726,'action started via WP Cron','2021-01-01 04:13:24','2020-12-31 20:13:24'),(17454,8726,'action complete via WP Cron','2021-01-01 04:13:24','2020-12-31 20:13:24'),(17455,8727,'action created','2021-01-01 04:13:24','2020-12-31 20:13:24'),(17456,8727,'action started via WP Cron','2021-01-01 04:14:25','2020-12-31 20:14:25'),(17457,8727,'action complete via WP Cron','2021-01-01 04:14:25','2020-12-31 20:14:25'),(17458,8728,'action created','2021-01-01 04:14:25','2020-12-31 20:14:25'),(17459,8728,'action started via WP Cron','2021-01-01 04:15:45','2020-12-31 20:15:45'),(17460,8728,'action complete via WP Cron','2021-01-01 04:15:45','2020-12-31 20:15:45'),(17461,8729,'action created','2021-01-01 04:15:45','2020-12-31 20:15:45'),(17462,8729,'action started via WP Cron','2021-01-01 04:23:36','2020-12-31 20:23:36'),(17463,8729,'action complete via WP Cron','2021-01-01 04:23:36','2020-12-31 20:23:36'),(17464,8730,'action created','2021-01-01 04:23:36','2020-12-31 20:23:36'),(17465,8730,'action started via WP Cron','2021-01-01 04:24:28','2020-12-31 20:24:28'),(17466,8730,'action complete via WP Cron','2021-01-01 04:24:28','2020-12-31 20:24:28'),(17467,8731,'action created','2021-01-01 04:24:28','2020-12-31 20:24:28'),(17468,8731,'action started via WP Cron','2021-01-01 04:26:35','2020-12-31 20:26:35'),(17469,8731,'action complete via WP Cron','2021-01-01 04:26:35','2020-12-31 20:26:35'),(17470,8732,'action created','2021-01-01 04:26:35','2020-12-31 20:26:35'),(17471,8732,'action started via WP Cron','2021-01-01 04:27:49','2020-12-31 20:27:49'),(17472,8732,'action complete via WP Cron','2021-01-01 04:27:49','2020-12-31 20:27:49'),(17473,8733,'action created','2021-01-01 04:27:49','2020-12-31 20:27:49'),(17474,8733,'action started via WP Cron','2021-01-01 04:33:32','2020-12-31 20:33:32'),(17475,8733,'action complete via WP Cron','2021-01-01 04:33:32','2020-12-31 20:33:32'),(17476,8734,'action created','2021-01-01 04:33:32','2020-12-31 20:33:32'),(17477,8734,'action started via WP Cron','2021-01-01 04:39:09','2020-12-31 20:39:09'),(17478,8734,'action complete via WP Cron','2021-01-01 04:39:09','2020-12-31 20:39:09'),(17479,8735,'action created','2021-01-01 04:39:09','2020-12-31 20:39:09'),(17480,8735,'action started via WP Cron','2021-01-01 04:46:19','2020-12-31 20:46:19'),(17481,8735,'action complete via WP Cron','2021-01-01 04:46:19','2020-12-31 20:46:19'),(17482,8736,'action created','2021-01-01 04:47:23','2020-12-31 20:47:23'),(17483,8736,'action started via WP Cron','2021-01-01 04:48:12','2020-12-31 20:48:12'),(17484,8736,'action complete via WP Cron','2021-01-01 04:48:12','2020-12-31 20:48:12'),(17485,8737,'action created','2021-01-01 04:48:12','2020-12-31 20:48:12'),(17486,8737,'action started via WP Cron','2021-01-01 04:51:38','2020-12-31 20:51:38'),(17487,8737,'action complete via WP Cron','2021-01-01 04:51:38','2020-12-31 20:51:38'),(17488,8738,'action created','2021-01-01 04:51:39','2020-12-31 20:51:39'),(17489,8738,'action started via WP Cron','2021-01-01 04:53:18','2020-12-31 20:53:18'),(17490,8738,'action complete via WP Cron','2021-01-01 04:53:18','2020-12-31 20:53:18'),(17491,8739,'action created','2021-01-01 04:53:18','2020-12-31 20:53:18'),(17492,8739,'action started via WP Cron','2021-01-01 04:54:26','2020-12-31 20:54:26'),(17493,8739,'action complete via WP Cron','2021-01-01 04:54:26','2020-12-31 20:54:26'),(17494,8740,'action created','2021-01-01 04:54:26','2020-12-31 20:54:26'),(17495,8740,'action started via WP Cron','2021-01-01 04:54:55','2020-12-31 20:54:55'),(17496,8740,'action complete via WP Cron','2021-01-01 04:54:55','2020-12-31 20:54:55'),(17497,8741,'action created','2021-01-01 04:54:55','2020-12-31 20:54:55'),(17498,8741,'action started via WP Cron','2021-01-01 04:55:45','2020-12-31 20:55:45'),(17499,8741,'action complete via WP Cron','2021-01-01 04:55:45','2020-12-31 20:55:45'),(17500,8742,'action created','2021-01-01 04:55:45','2020-12-31 20:55:45'),(17501,8742,'action started via WP Cron','2021-01-01 04:56:42','2020-12-31 20:56:42'),(17502,8742,'action complete via WP Cron','2021-01-01 04:56:42','2020-12-31 20:56:42'),(17503,8743,'action created','2021-01-01 04:56:42','2020-12-31 20:56:42'),(17504,8743,'action started via WP Cron','2021-01-01 04:57:47','2020-12-31 20:57:47'),(17505,8743,'action complete via WP Cron','2021-01-01 04:57:47','2020-12-31 20:57:47'),(17506,8744,'action created','2021-01-01 04:57:47','2020-12-31 20:57:47'),(17507,8744,'action started via WP Cron','2021-01-01 04:58:45','2020-12-31 20:58:45'),(17508,8744,'action complete via WP Cron','2021-01-01 04:58:45','2020-12-31 20:58:45'),(17509,8745,'action created','2021-01-01 04:58:45','2020-12-31 20:58:45'),(17510,8745,'action started via WP Cron','2021-01-01 04:59:51','2020-12-31 20:59:51'),(17511,8745,'action complete via WP Cron','2021-01-01 04:59:51','2020-12-31 20:59:51'),(17512,8746,'action created','2021-01-01 04:59:52','2020-12-31 20:59:52'),(17513,8746,'action started via WP Cron','2021-01-01 05:00:50','2020-12-31 21:00:50'),(17514,8746,'action complete via WP Cron','2021-01-01 05:00:50','2020-12-31 21:00:50'),(17515,8747,'action created','2021-01-01 05:00:50','2020-12-31 21:00:50'),(17516,8747,'action started via WP Cron','2021-01-01 05:01:49','2020-12-31 21:01:49'),(17517,8747,'action complete via WP Cron','2021-01-01 05:01:49','2020-12-31 21:01:49'),(17518,8748,'action created','2021-01-01 05:01:50','2020-12-31 21:01:50'),(17519,8748,'action started via WP Cron','2021-01-01 05:03:13','2020-12-31 21:03:13'),(17520,8748,'action complete via WP Cron','2021-01-01 05:03:13','2020-12-31 21:03:13'),(17521,8749,'action created','2021-01-01 05:03:13','2020-12-31 21:03:13'),(17522,8749,'action started via WP Cron','2021-01-01 05:03:49','2020-12-31 21:03:49'),(17523,8749,'action complete via WP Cron','2021-01-01 05:03:49','2020-12-31 21:03:49'),(17524,8750,'action created','2021-01-01 05:03:49','2020-12-31 21:03:49'),(17525,8750,'action started via WP Cron','2021-01-01 05:05:23','2020-12-31 21:05:23'),(17526,8750,'action complete via WP Cron','2021-01-01 05:05:23','2020-12-31 21:05:23'),(17527,8751,'action created','2021-01-01 05:05:23','2020-12-31 21:05:23'),(17528,8751,'action started via WP Cron','2021-01-01 05:06:07','2020-12-31 21:06:07'),(17529,8751,'action complete via WP Cron','2021-01-01 05:06:07','2020-12-31 21:06:07'),(17530,8752,'action created','2021-01-01 05:06:07','2020-12-31 21:06:07'),(17531,8752,'action started via WP Cron','2021-01-01 05:07:25','2020-12-31 21:07:25'),(17532,8752,'action complete via WP Cron','2021-01-01 05:07:25','2020-12-31 21:07:25'),(17533,8753,'action created','2021-01-01 05:07:25','2020-12-31 21:07:25'),(17534,8753,'action started via WP Cron','2021-01-01 05:08:30','2020-12-31 21:08:30'),(17535,8753,'action complete via WP Cron','2021-01-01 05:08:30','2020-12-31 21:08:30'),(17536,8754,'action created','2021-01-01 05:08:30','2020-12-31 21:08:30'),(17537,8754,'action started via WP Cron','2021-01-01 05:08:53','2020-12-31 21:08:53'),(17538,8754,'action complete via WP Cron','2021-01-01 05:08:53','2020-12-31 21:08:53'),(17539,8755,'action created','2021-01-01 05:08:53','2020-12-31 21:08:53'),(17540,8755,'action started via WP Cron','2021-01-01 05:09:43','2020-12-31 21:09:43'),(17541,8755,'action complete via WP Cron','2021-01-01 05:09:43','2020-12-31 21:09:43'),(17542,8756,'action created','2021-01-01 05:09:43','2020-12-31 21:09:43'),(17543,8756,'action started via WP Cron','2021-01-01 05:11:39','2020-12-31 21:11:39'),(17544,8756,'action complete via WP Cron','2021-01-01 05:11:39','2020-12-31 21:11:39'),(17545,8757,'action created','2021-01-01 05:11:39','2020-12-31 21:11:39'),(17546,8757,'action started via WP Cron','2021-01-01 05:13:38','2020-12-31 21:13:38'),(17547,8757,'action complete via WP Cron','2021-01-01 05:13:38','2020-12-31 21:13:38'),(17548,8758,'action created','2021-01-01 05:18:20','2020-12-31 21:18:20'),(17549,8758,'action started via WP Cron','2021-01-01 05:20:08','2020-12-31 21:20:08'),(17550,8758,'action complete via WP Cron','2021-01-01 05:20:08','2020-12-31 21:20:08'),(17551,8759,'action created','2021-01-01 05:20:08','2020-12-31 21:20:08'),(17552,8759,'action started via WP Cron','2021-01-01 05:22:21','2020-12-31 21:22:21'),(17553,8759,'action complete via WP Cron','2021-01-01 05:22:21','2020-12-31 21:22:21'),(17554,8760,'action created','2021-01-01 05:22:21','2020-12-31 21:22:21'),(17555,8760,'action started via WP Cron','2021-01-01 05:24:16','2020-12-31 21:24:16'),(17556,8760,'action complete via WP Cron','2021-01-01 05:24:16','2020-12-31 21:24:16'),(17557,8761,'action created','2021-01-01 05:24:16','2020-12-31 21:24:16'),(17558,8761,'action started via WP Cron','2021-01-01 05:28:20','2020-12-31 21:28:20'),(17559,8761,'action complete via WP Cron','2021-01-01 05:28:20','2020-12-31 21:28:20'),(17560,8762,'action created','2021-01-01 05:28:20','2020-12-31 21:28:20'),(17561,8762,'action started via WP Cron','2021-01-01 05:29:12','2020-12-31 21:29:12'),(17562,8762,'action complete via WP Cron','2021-01-01 05:29:12','2020-12-31 21:29:12'),(17563,8763,'action created','2021-01-01 05:29:12','2020-12-31 21:29:12'),(17564,8763,'action started via WP Cron','2021-01-01 05:31:09','2020-12-31 21:31:09'),(17565,8763,'action complete via WP Cron','2021-01-01 05:31:09','2020-12-31 21:31:09'),(17566,8764,'action created','2021-01-01 05:31:10','2020-12-31 21:31:10'),(17567,8764,'action started via WP Cron','2021-01-01 05:35:08','2020-12-31 21:35:08'),(17568,8764,'action complete via WP Cron','2021-01-01 05:35:08','2020-12-31 21:35:08'),(17569,8765,'action created','2021-01-01 05:35:08','2020-12-31 21:35:08'),(17570,8765,'action started via WP Cron','2021-01-01 05:36:40','2020-12-31 21:36:40'),(17571,8765,'action complete via WP Cron','2021-01-01 05:36:40','2020-12-31 21:36:40'),(17572,8766,'action created','2021-01-01 05:36:40','2020-12-31 21:36:40'),(17573,8766,'action started via WP Cron','2021-01-01 05:38:10','2020-12-31 21:38:10'),(17574,8766,'action complete via WP Cron','2021-01-01 05:38:10','2020-12-31 21:38:10'),(17575,8767,'action created','2021-01-01 05:38:10','2020-12-31 21:38:10'),(17576,8767,'action started via WP Cron','2021-01-01 05:40:43','2020-12-31 21:40:43'),(17577,8767,'action complete via WP Cron','2021-01-01 05:40:43','2020-12-31 21:40:43'),(17578,8768,'action created','2021-01-01 05:40:43','2020-12-31 21:40:43'),(17579,8768,'action started via WP Cron','2021-01-01 05:42:38','2020-12-31 21:42:38'),(17580,8768,'action complete via WP Cron','2021-01-01 05:42:38','2020-12-31 21:42:38'),(17581,8769,'action created','2021-01-01 05:42:38','2020-12-31 21:42:38'),(17585,8770,'action started via WP Cron','2021-01-01 05:53:22','2020-12-31 21:53:22'),(17586,8770,'action complete via WP Cron','2021-01-01 05:53:22','2020-12-31 21:53:22'),(17587,8771,'action created','2021-01-01 05:53:22','2020-12-31 21:53:22'),(17588,8771,'action started via WP Cron','2021-01-01 05:54:01','2020-12-31 21:54:01'),(17589,8771,'action complete via WP Cron','2021-01-01 05:54:01','2020-12-31 21:54:01'),(17590,8772,'action created','2021-01-01 05:54:01','2020-12-31 21:54:01'),(17591,8772,'action started via WP Cron','2021-01-01 05:56:30','2020-12-31 21:56:30'),(17592,8772,'action complete via WP Cron','2021-01-01 05:56:30','2020-12-31 21:56:30'),(17593,8773,'action created','2021-01-01 05:56:30','2020-12-31 21:56:30'),(17594,8773,'action started via WP Cron','2021-01-01 05:58:38','2020-12-31 21:58:38'),(17595,8773,'action complete via WP Cron','2021-01-01 05:58:38','2020-12-31 21:58:38'),(17596,8774,'action created','2021-01-01 05:58:39','2020-12-31 21:58:39'),(17597,8774,'action started via WP Cron','2021-01-01 06:02:42','2020-12-31 22:02:42'),(17598,8774,'action complete via WP Cron','2021-01-01 06:02:42','2020-12-31 22:02:42'),(17599,8775,'action created','2021-01-01 06:02:42','2020-12-31 22:02:42'),(17600,8775,'action started via WP Cron','2021-01-01 06:04:21','2020-12-31 22:04:21'),(17601,8775,'action complete via WP Cron','2021-01-01 06:04:21','2020-12-31 22:04:21'),(17602,8776,'action created','2021-01-01 06:04:21','2020-12-31 22:04:21'),(17603,8776,'action started via WP Cron','2021-01-01 06:18:36','2020-12-31 22:18:36'),(17604,8776,'action complete via WP Cron','2021-01-01 06:18:36','2020-12-31 22:18:36'),(17605,8777,'action created','2021-01-01 06:18:36','2020-12-31 22:18:36'),(17606,8777,'action started via WP Cron','2021-01-01 06:18:57','2020-12-31 22:18:57'),(17607,8777,'action complete via WP Cron','2021-01-01 06:18:57','2020-12-31 22:18:57'),(17608,8778,'action created','2021-01-01 06:18:58','2020-12-31 22:18:58'),(17609,8778,'action started via Async Request','2021-01-01 06:19:14','2020-12-31 22:19:14'),(17610,8778,'action complete via Async Request','2021-01-01 06:19:14','2020-12-31 22:19:14'),(17611,8779,'action created','2021-01-01 06:19:15','2020-12-31 22:19:15'),(17612,8779,'action started via WP Cron','2021-01-01 06:19:42','2020-12-31 22:19:42'),(17613,8779,'action complete via WP Cron','2021-01-01 06:19:42','2020-12-31 22:19:42'),(17614,8780,'action created','2021-01-01 06:19:42','2020-12-31 22:19:42'),(17615,8780,'action started via WP Cron','2021-01-01 06:20:57','2020-12-31 22:20:57'),(17616,8780,'action complete via WP Cron','2021-01-01 06:20:57','2020-12-31 22:20:57'),(17617,8781,'action created','2021-01-01 06:20:57','2020-12-31 22:20:57'),(17618,8781,'action started via WP Cron','2021-01-01 06:22:21','2020-12-31 22:22:21'),(17619,8781,'action complete via WP Cron','2021-01-01 06:22:21','2020-12-31 22:22:21'),(17620,8782,'action created','2021-01-01 06:22:21','2020-12-31 22:22:21'),(17621,8782,'action started via WP Cron','2021-01-01 06:24:34','2020-12-31 22:24:34'),(17622,8782,'action complete via WP Cron','2021-01-01 06:24:34','2020-12-31 22:24:34'),(17623,8783,'action created','2021-01-01 06:24:34','2020-12-31 22:24:34'),(17624,8783,'action started via WP Cron','2021-01-01 06:25:41','2020-12-31 22:25:41'),(17625,8783,'action complete via WP Cron','2021-01-01 06:25:41','2020-12-31 22:25:41'),(17626,8784,'action created','2021-01-01 06:25:41','2020-12-31 22:25:41'),(17627,8784,'action started via WP Cron','2021-01-01 06:26:41','2020-12-31 22:26:41'),(17628,8784,'action complete via WP Cron','2021-01-01 06:26:41','2020-12-31 22:26:41'),(17629,8785,'action created','2021-01-01 06:26:42','2020-12-31 22:26:42'),(17630,8785,'action started via WP Cron','2021-01-01 06:27:41','2020-12-31 22:27:41'),(17631,8785,'action complete via WP Cron','2021-01-01 06:27:41','2020-12-31 22:27:41'),(17632,8786,'action created','2021-01-01 06:27:41','2020-12-31 22:27:41'),(17633,8786,'action started via WP Cron','2021-01-01 06:28:41','2020-12-31 22:28:41'),(17634,8786,'action complete via WP Cron','2021-01-01 06:28:41','2020-12-31 22:28:41'),(17635,8787,'action created','2021-01-01 06:28:41','2020-12-31 22:28:41'),(17636,8787,'action started via WP Cron','2021-01-01 06:29:48','2020-12-31 22:29:48'),(17637,8787,'action complete via WP Cron','2021-01-01 06:29:48','2020-12-31 22:29:48'),(17638,8788,'action created','2021-01-01 06:29:48','2020-12-31 22:29:48'),(17639,8788,'action started via WP Cron','2021-01-01 06:30:41','2020-12-31 22:30:41'),(17640,8788,'action complete via WP Cron','2021-01-01 06:30:41','2020-12-31 22:30:41'),(17641,8789,'action created','2021-01-01 06:30:41','2020-12-31 22:30:41'),(17642,8789,'action started via WP Cron','2021-01-01 06:31:41','2020-12-31 22:31:41'),(17643,8789,'action complete via WP Cron','2021-01-01 06:31:41','2020-12-31 22:31:41'),(17644,8790,'action created','2021-01-01 06:31:41','2020-12-31 22:31:41'),(17645,8790,'action started via WP Cron','2021-01-01 06:48:02','2020-12-31 22:48:02'),(17646,8790,'action complete via WP Cron','2021-01-01 06:48:02','2020-12-31 22:48:02'),(17647,8791,'action created','2021-01-01 06:48:02','2020-12-31 22:48:02'),(17648,8791,'action started via WP Cron','2021-01-01 06:49:18','2020-12-31 22:49:18'),(17649,8791,'action complete via WP Cron','2021-01-01 06:49:18','2020-12-31 22:49:18'),(17650,8792,'action created','2021-01-01 06:49:19','2020-12-31 22:49:19'),(17651,8792,'action started via WP Cron','2021-01-01 06:51:34','2020-12-31 22:51:34'),(17652,8792,'action complete via WP Cron','2021-01-01 06:51:34','2020-12-31 22:51:34'),(17653,8793,'action created','2021-01-01 06:51:34','2020-12-31 22:51:34'),(17654,8793,'action started via WP Cron','2021-01-01 06:52:22','2020-12-31 22:52:22'),(17655,8793,'action complete via WP Cron','2021-01-01 06:52:22','2020-12-31 22:52:22'),(17656,8794,'action created','2021-01-01 06:52:22','2020-12-31 22:52:22'),(17657,8794,'action started via WP Cron','2021-01-01 06:54:43','2020-12-31 22:54:43'),(17658,8794,'action complete via WP Cron','2021-01-01 06:54:43','2020-12-31 22:54:43'),(71882,26871,'action complete via WP Cron','2021-02-01 06:56:47','2021-01-31 22:56:47'),(71881,26871,'action started via WP Cron','2021-02-01 06:56:47','2021-01-31 22:56:47'),(74238,27657,'action created','2021-02-02 06:58:25','2021-02-01 22:58:25'),(17662,8796,'action created','2021-01-01 06:54:43','2020-12-31 22:54:43'),(17663,8796,'action started via WP Cron','2021-01-01 06:57:18','2020-12-31 22:57:18'),(17664,8796,'action complete via WP Cron','2021-01-01 06:57:18','2020-12-31 22:57:18'),(17665,8797,'action created','2021-01-01 06:57:18','2020-12-31 22:57:18'),(17666,8797,'action started via WP Cron','2021-01-01 07:00:42','2020-12-31 23:00:42'),(17667,8797,'action complete via WP Cron','2021-01-01 07:00:42','2020-12-31 23:00:42'),(17668,8798,'action created','2021-01-01 07:00:42','2020-12-31 23:00:42'),(17669,8798,'action started via WP Cron','2021-01-01 07:02:12','2020-12-31 23:02:12'),(17670,8798,'action complete via WP Cron','2021-01-01 07:02:12','2020-12-31 23:02:12'),(17671,8799,'action created','2021-01-01 07:02:12','2020-12-31 23:02:12'),(17672,8799,'action started via WP Cron','2021-01-01 07:04:39','2020-12-31 23:04:39'),(17673,8799,'action complete via WP Cron','2021-01-01 07:04:39','2020-12-31 23:04:39'),(17674,8800,'action created','2021-01-01 07:04:39','2020-12-31 23:04:39'),(17675,8800,'action started via WP Cron','2021-01-01 07:06:14','2020-12-31 23:06:14'),(17676,8800,'action complete via WP Cron','2021-01-01 07:06:14','2020-12-31 23:06:14'),(17677,8801,'action created','2021-01-01 07:06:14','2020-12-31 23:06:14'),(17678,8801,'action started via WP Cron','2021-01-01 07:06:41','2020-12-31 23:06:41'),(17679,8801,'action complete via WP Cron','2021-01-01 07:06:41','2020-12-31 23:06:41'),(17680,8802,'action created','2021-01-01 07:06:41','2020-12-31 23:06:41'),(17681,8802,'action started via WP Cron','2021-01-01 07:07:44','2020-12-31 23:07:44'),(17682,8802,'action complete via WP Cron','2021-01-01 07:07:44','2020-12-31 23:07:44'),(17683,8803,'action created','2021-01-01 07:07:45','2020-12-31 23:07:45'),(17684,8803,'action started via WP Cron','2021-01-01 07:08:42','2020-12-31 23:08:42'),(17685,8803,'action complete via WP Cron','2021-01-01 07:08:42','2020-12-31 23:08:42'),(17686,8804,'action created','2021-01-01 07:08:43','2020-12-31 23:08:43'),(17687,8804,'action started via WP Cron','2021-01-01 07:09:43','2020-12-31 23:09:43'),(17688,8804,'action complete via WP Cron','2021-01-01 07:09:43','2020-12-31 23:09:43'),(17689,8805,'action created','2021-01-01 07:09:44','2020-12-31 23:09:44'),(17690,8805,'action started via WP Cron','2021-01-01 07:12:38','2020-12-31 23:12:38'),(17691,8805,'action complete via WP Cron','2021-01-01 07:12:38','2020-12-31 23:12:38'),(17692,8806,'action created','2021-01-01 07:12:38','2020-12-31 23:12:38'),(17693,8806,'action started via WP Cron','2021-01-01 07:13:26','2020-12-31 23:13:26'),(17694,8806,'action complete via WP Cron','2021-01-01 07:13:26','2020-12-31 23:13:26'),(17695,8807,'action created','2021-01-01 07:13:26','2020-12-31 23:13:26'),(17696,8807,'action started via WP Cron','2021-01-01 07:14:18','2020-12-31 23:14:18'),(17697,8807,'action complete via WP Cron','2021-01-01 07:14:18','2020-12-31 23:14:18'),(17698,8808,'action created','2021-01-01 07:14:18','2020-12-31 23:14:18'),(17699,8808,'action started via WP Cron','2021-01-01 07:14:42','2020-12-31 23:14:42'),(17700,8808,'action complete via WP Cron','2021-01-01 07:14:42','2020-12-31 23:14:42'),(17701,8809,'action created','2021-01-01 07:14:42','2020-12-31 23:14:42'),(17702,8809,'action started via WP Cron','2021-01-01 07:16:18','2020-12-31 23:16:18'),(17703,8809,'action complete via WP Cron','2021-01-01 07:16:18','2020-12-31 23:16:18'),(17704,8810,'action created','2021-01-01 07:16:18','2020-12-31 23:16:18'),(17705,8810,'action started via WP Cron','2021-01-01 07:17:26','2020-12-31 23:17:26'),(17706,8810,'action complete via WP Cron','2021-01-01 07:17:26','2020-12-31 23:17:26'),(17707,8811,'action created','2021-01-01 07:17:26','2020-12-31 23:17:26'),(17708,8811,'action started via WP Cron','2021-01-01 07:22:04','2020-12-31 23:22:04'),(17709,8811,'action complete via WP Cron','2021-01-01 07:22:04','2020-12-31 23:22:04'),(17710,8812,'action created','2021-01-01 07:22:05','2020-12-31 23:22:05'),(17711,8812,'action started via WP Cron','2021-01-01 07:28:44','2020-12-31 23:28:44'),(17712,8812,'action complete via WP Cron','2021-01-01 07:28:44','2020-12-31 23:28:44'),(17713,8813,'action created','2021-01-01 07:28:45','2020-12-31 23:28:45'),(17714,8813,'action started via WP Cron','2021-01-01 07:36:14','2020-12-31 23:36:14'),(17715,8813,'action complete via WP Cron','2021-01-01 07:36:14','2020-12-31 23:36:14'),(17716,8814,'action created','2021-01-01 07:36:14','2020-12-31 23:36:14'),(17717,8814,'action started via WP Cron','2021-01-01 07:39:41','2020-12-31 23:39:41'),(17718,8814,'action complete via WP Cron','2021-01-01 07:39:41','2020-12-31 23:39:41'),(17719,8815,'action created','2021-01-01 07:39:41','2020-12-31 23:39:41'),(17720,8815,'action started via WP Cron','2021-01-01 07:41:22','2020-12-31 23:41:22'),(17721,8815,'action complete via WP Cron','2021-01-01 07:41:22','2020-12-31 23:41:22'),(17722,8816,'action created','2021-01-01 07:41:22','2020-12-31 23:41:22'),(17723,8816,'action started via WP Cron','2021-01-01 07:42:05','2020-12-31 23:42:05'),(17724,8816,'action complete via WP Cron','2021-01-01 07:42:05','2020-12-31 23:42:05'),(17725,8817,'action created','2021-01-01 07:42:05','2020-12-31 23:42:05'),(17726,8817,'action started via WP Cron','2021-01-01 07:44:17','2020-12-31 23:44:17'),(17727,8817,'action complete via WP Cron','2021-01-01 07:44:17','2020-12-31 23:44:17'),(17728,8818,'action created','2021-01-01 07:44:17','2020-12-31 23:44:17'),(17729,8818,'action started via WP Cron','2021-01-01 07:47:30','2020-12-31 23:47:30'),(17730,8818,'action complete via WP Cron','2021-01-01 07:47:30','2020-12-31 23:47:30'),(17731,8819,'action created','2021-01-01 07:47:30','2020-12-31 23:47:30'),(17732,8819,'action started via WP Cron','2021-01-01 07:51:14','2020-12-31 23:51:14'),(17733,8819,'action complete via WP Cron','2021-01-01 07:51:14','2020-12-31 23:51:14'),(17734,8820,'action created','2021-01-01 07:51:14','2020-12-31 23:51:14'),(17735,8820,'action started via WP Cron','2021-01-01 07:55:18','2020-12-31 23:55:18'),(17736,8820,'action complete via WP Cron','2021-01-01 07:55:18','2020-12-31 23:55:18'),(17737,8821,'action created','2021-01-01 07:55:18','2020-12-31 23:55:18'),(17738,8821,'action started via WP Cron','2021-01-01 07:59:28','2020-12-31 23:59:28'),(17739,8821,'action complete via WP Cron','2021-01-01 07:59:28','2020-12-31 23:59:28'),(17740,8822,'action created','2021-01-01 07:59:28','2020-12-31 23:59:28'),(17741,8822,'action started via WP Cron','2021-01-01 08:00:29','2021-01-01 00:00:29'),(17742,8822,'action complete via WP Cron','2021-01-01 08:00:29','2021-01-01 00:00:29'),(17743,8823,'action created','2021-01-01 08:00:29','2021-01-01 00:00:29'),(17744,8823,'action started via WP Cron','2021-01-01 08:01:13','2021-01-01 00:01:13'),(17745,8823,'action complete via WP Cron','2021-01-01 08:01:13','2021-01-01 00:01:13'),(17746,8824,'action created','2021-01-01 08:01:13','2021-01-01 00:01:13'),(17747,8824,'action started via WP Cron','2021-01-01 08:02:23','2021-01-01 00:02:23'),(17748,8824,'action complete via WP Cron','2021-01-01 08:02:23','2021-01-01 00:02:23'),(17749,8825,'action created','2021-01-01 08:02:23','2021-01-01 00:02:23'),(17750,8825,'action started via WP Cron','2021-01-01 08:07:23','2021-01-01 00:07:23'),(17751,8825,'action complete via WP Cron','2021-01-01 08:07:23','2021-01-01 00:07:23'),(17752,8826,'action created','2021-01-01 08:07:23','2021-01-01 00:07:23'),(17753,8826,'action started via WP Cron','2021-01-01 08:11:50','2021-01-01 00:11:50'),(17754,8826,'action complete via WP Cron','2021-01-01 08:11:50','2021-01-01 00:11:50'),(17755,8827,'action created','2021-01-01 08:11:50','2021-01-01 00:11:50'),(17756,8827,'action started via WP Cron','2021-01-01 08:12:42','2021-01-01 00:12:42'),(17757,8827,'action complete via WP Cron','2021-01-01 08:12:42','2021-01-01 00:12:42'),(17758,8828,'action created','2021-01-01 08:12:42','2021-01-01 00:12:42'),(17759,8828,'action started via WP Cron','2021-01-01 08:14:23','2021-01-01 00:14:23'),(17760,8828,'action complete via WP Cron','2021-01-01 08:14:23','2021-01-01 00:14:23'),(17761,8829,'action created','2021-01-01 08:14:24','2021-01-01 00:14:24'),(17762,8829,'action started via WP Cron','2021-01-01 08:15:36','2021-01-01 00:15:36'),(17763,8829,'action complete via WP Cron','2021-01-01 08:15:36','2021-01-01 00:15:36'),(17764,8830,'action created','2021-01-01 08:15:36','2021-01-01 00:15:36'),(17765,8830,'action started via WP Cron','2021-01-01 08:15:53','2021-01-01 00:15:53'),(17766,8830,'action complete via WP Cron','2021-01-01 08:15:53','2021-01-01 00:15:53'),(17767,8831,'action created','2021-01-01 08:15:53','2021-01-01 00:15:53'),(17768,8831,'action started via WP Cron','2021-01-01 08:17:32','2021-01-01 00:17:32'),(17769,8831,'action complete via WP Cron','2021-01-01 08:17:32','2021-01-01 00:17:32'),(17770,8832,'action created','2021-01-01 08:17:32','2021-01-01 00:17:32'),(17771,8832,'action started via WP Cron','2021-01-01 08:18:53','2021-01-01 00:18:53'),(17772,8832,'action complete via WP Cron','2021-01-01 08:18:53','2021-01-01 00:18:53'),(17773,8833,'action created','2021-01-01 08:18:53','2021-01-01 00:18:53'),(17774,8833,'action started via WP Cron','2021-01-01 08:21:14','2021-01-01 00:21:14'),(17775,8833,'action complete via WP Cron','2021-01-01 08:21:14','2021-01-01 00:21:14'),(17776,8834,'action created','2021-01-01 08:21:14','2021-01-01 00:21:14'),(17777,8834,'action started via WP Cron','2021-01-01 08:24:43','2021-01-01 00:24:43'),(17778,8834,'action complete via WP Cron','2021-01-01 08:24:43','2021-01-01 00:24:43'),(17779,8835,'action created','2021-01-01 08:24:43','2021-01-01 00:24:43'),(17780,8835,'action started via WP Cron','2021-01-01 08:27:21','2021-01-01 00:27:21'),(17781,8835,'action complete via WP Cron','2021-01-01 08:27:21','2021-01-01 00:27:21'),(17782,8836,'action created','2021-01-01 08:27:21','2021-01-01 00:27:21'),(17783,8836,'action started via WP Cron','2021-01-01 08:29:04','2021-01-01 00:29:04'),(17784,8836,'action complete via WP Cron','2021-01-01 08:29:04','2021-01-01 00:29:04'),(17785,8837,'action created','2021-01-01 08:29:04','2021-01-01 00:29:04'),(17786,8837,'action started via WP Cron','2021-01-01 08:32:01','2021-01-01 00:32:01'),(17787,8837,'action complete via WP Cron','2021-01-01 08:32:01','2021-01-01 00:32:01'),(17788,8838,'action created','2021-01-01 08:32:01','2021-01-01 00:32:01'),(17789,8838,'action started via WP Cron','2021-01-01 08:32:56','2021-01-01 00:32:56'),(17790,8838,'action complete via WP Cron','2021-01-01 08:32:56','2021-01-01 00:32:56'),(17791,8839,'action created','2021-01-01 08:32:56','2021-01-01 00:32:56'),(17792,8839,'action started via WP Cron','2021-01-01 08:35:57','2021-01-01 00:35:57'),(17793,8839,'action complete via WP Cron','2021-01-01 08:35:57','2021-01-01 00:35:57'),(17794,8840,'action created','2021-01-01 08:35:57','2021-01-01 00:35:57'),(17795,8840,'action started via WP Cron','2021-01-01 08:38:50','2021-01-01 00:38:50'),(17796,8840,'action complete via WP Cron','2021-01-01 08:38:50','2021-01-01 00:38:50'),(17797,8841,'action created','2021-01-01 08:38:51','2021-01-01 00:38:51'),(17798,8841,'action started via WP Cron','2021-01-01 08:42:08','2021-01-01 00:42:08'),(17799,8841,'action complete via WP Cron','2021-01-01 08:42:08','2021-01-01 00:42:08'),(17800,8842,'action created','2021-01-01 08:42:08','2021-01-01 00:42:08'),(17801,8842,'action started via WP Cron','2021-01-01 08:44:31','2021-01-01 00:44:31'),(17802,8842,'action complete via WP Cron','2021-01-01 08:44:31','2021-01-01 00:44:31'),(17803,8843,'action created','2021-01-01 08:44:31','2021-01-01 00:44:31'),(17804,8843,'action started via WP Cron','2021-01-01 08:44:42','2021-01-01 00:44:42'),(17805,8843,'action complete via WP Cron','2021-01-01 08:44:42','2021-01-01 00:44:42'),(17806,8844,'action created','2021-01-01 08:44:42','2021-01-01 00:44:42'),(17807,8844,'action started via WP Cron','2021-01-01 08:46:02','2021-01-01 00:46:02'),(17808,8844,'action complete via WP Cron','2021-01-01 08:46:02','2021-01-01 00:46:02'),(17809,8845,'action created','2021-01-01 08:46:02','2021-01-01 00:46:02'),(17810,8845,'action started via WP Cron','2021-01-01 08:53:38','2021-01-01 00:53:38'),(17811,8845,'action complete via WP Cron','2021-01-01 08:53:38','2021-01-01 00:53:38'),(17812,8846,'action created','2021-01-01 08:53:38','2021-01-01 00:53:38'),(17813,8846,'action started via WP Cron','2021-01-01 08:54:46','2021-01-01 00:54:46'),(17814,8846,'action complete via WP Cron','2021-01-01 08:54:46','2021-01-01 00:54:46'),(17815,8847,'action created','2021-01-01 08:54:47','2021-01-01 00:54:47'),(17816,8847,'action started via WP Cron','2021-01-01 08:55:48','2021-01-01 00:55:48'),(17817,8847,'action complete via WP Cron','2021-01-01 08:55:48','2021-01-01 00:55:48'),(17818,8848,'action created','2021-01-01 08:55:48','2021-01-01 00:55:48'),(17819,8848,'action started via WP Cron','2021-01-01 08:56:58','2021-01-01 00:56:58'),(17820,8848,'action complete via WP Cron','2021-01-01 08:56:58','2021-01-01 00:56:58'),(17821,8849,'action created','2021-01-01 08:56:58','2021-01-01 00:56:58'),(17822,8849,'action started via WP Cron','2021-01-01 08:57:50','2021-01-01 00:57:50'),(17823,8849,'action complete via WP Cron','2021-01-01 08:57:50','2021-01-01 00:57:50'),(17824,8850,'action created','2021-01-01 08:57:50','2021-01-01 00:57:50'),(17825,8850,'action started via WP Cron','2021-01-01 08:58:51','2021-01-01 00:58:51'),(17826,8850,'action complete via WP Cron','2021-01-01 08:58:51','2021-01-01 00:58:51'),(17827,8851,'action created','2021-01-01 08:58:51','2021-01-01 00:58:51'),(17828,8851,'action started via WP Cron','2021-01-01 08:59:52','2021-01-01 00:59:52'),(17829,8851,'action complete via WP Cron','2021-01-01 08:59:52','2021-01-01 00:59:52'),(17830,8852,'action created','2021-01-01 08:59:52','2021-01-01 00:59:52'),(17831,8852,'action started via WP Cron','2021-01-01 09:00:52','2021-01-01 01:00:52'),(17832,8852,'action complete via WP Cron','2021-01-01 09:00:52','2021-01-01 01:00:52'),(17833,8853,'action created','2021-01-01 09:00:52','2021-01-01 01:00:52'),(17834,8853,'action started via WP Cron','2021-01-01 09:03:17','2021-01-01 01:03:17'),(17835,8853,'action complete via WP Cron','2021-01-01 09:03:17','2021-01-01 01:03:17'),(17836,8854,'action created','2021-01-01 09:03:17','2021-01-01 01:03:17'),(17837,8854,'action started via WP Cron','2021-01-01 09:03:48','2021-01-01 01:03:48'),(17838,8854,'action complete via WP Cron','2021-01-01 09:03:48','2021-01-01 01:03:48'),(17839,8855,'action created','2021-01-01 09:03:48','2021-01-01 01:03:48'),(17840,8855,'action started via WP Cron','2021-01-01 09:05:18','2021-01-01 01:05:18'),(17841,8855,'action complete via WP Cron','2021-01-01 09:05:18','2021-01-01 01:05:18'),(17842,8856,'action created','2021-01-01 09:05:18','2021-01-01 01:05:18'),(17843,8856,'action started via WP Cron','2021-01-01 09:08:16','2021-01-01 01:08:16'),(17844,8856,'action complete via WP Cron','2021-01-01 09:08:16','2021-01-01 01:08:16'),(17845,8857,'action created','2021-01-01 09:08:16','2021-01-01 01:08:16'),(17846,8857,'action started via WP Cron','2021-01-01 09:09:41','2021-01-01 01:09:41'),(17847,8857,'action complete via WP Cron','2021-01-01 09:09:41','2021-01-01 01:09:41'),(17848,8858,'action created','2021-01-01 09:09:42','2021-01-01 01:09:42'),(17849,8858,'action started via WP Cron','2021-01-01 09:15:36','2021-01-01 01:15:36'),(17850,8858,'action complete via WP Cron','2021-01-01 09:15:36','2021-01-01 01:15:36'),(17851,8859,'action created','2021-01-01 09:15:36','2021-01-01 01:15:36'),(17852,8859,'action started via WP Cron','2021-01-01 09:16:24','2021-01-01 01:16:24'),(17853,8859,'action complete via WP Cron','2021-01-01 09:16:24','2021-01-01 01:16:24'),(17854,8860,'action created','2021-01-01 09:16:24','2021-01-01 01:16:24'),(17855,8860,'action started via WP Cron','2021-01-01 09:17:49','2021-01-01 01:17:49'),(17856,8860,'action complete via WP Cron','2021-01-01 09:17:49','2021-01-01 01:17:49'),(17857,8861,'action created','2021-01-01 09:17:49','2021-01-01 01:17:49'),(17858,8861,'action started via WP Cron','2021-01-01 09:21:55','2021-01-01 01:21:55'),(17859,8861,'action complete via WP Cron','2021-01-01 09:21:55','2021-01-01 01:21:55'),(17860,8862,'action created','2021-01-01 09:21:55','2021-01-01 01:21:55'),(17861,8862,'action started via WP Cron','2021-01-01 09:27:36','2021-01-01 01:27:36'),(17862,8862,'action complete via WP Cron','2021-01-01 09:27:36','2021-01-01 01:27:36'),(17863,8863,'action created','2021-01-01 09:27:36','2021-01-01 01:27:36'),(17864,8863,'action started via WP Cron','2021-01-01 09:28:18','2021-01-01 01:28:18'),(17865,8863,'action complete via WP Cron','2021-01-01 09:28:18','2021-01-01 01:28:18'),(17866,8864,'action created','2021-01-01 09:28:18','2021-01-01 01:28:18'),(17867,8864,'action started via WP Cron','2021-01-01 09:28:57','2021-01-01 01:28:57'),(17868,8864,'action complete via WP Cron','2021-01-01 09:28:57','2021-01-01 01:28:57'),(17869,8865,'action created','2021-01-01 09:28:57','2021-01-01 01:28:57'),(17870,8865,'action started via WP Cron','2021-01-01 09:31:25','2021-01-01 01:31:25'),(17871,8865,'action complete via WP Cron','2021-01-01 09:31:25','2021-01-01 01:31:25'),(17872,8866,'action created','2021-01-01 09:31:25','2021-01-01 01:31:25'),(17873,8866,'action started via WP Cron','2021-01-01 09:31:49','2021-01-01 01:31:49'),(17874,8866,'action complete via WP Cron','2021-01-01 09:31:49','2021-01-01 01:31:49'),(17875,8867,'action created','2021-01-01 09:31:49','2021-01-01 01:31:49'),(17876,8867,'action started via WP Cron','2021-01-01 09:33:10','2021-01-01 01:33:10'),(17877,8867,'action complete via WP Cron','2021-01-01 09:33:10','2021-01-01 01:33:10'),(17878,8868,'action created','2021-01-01 09:33:10','2021-01-01 01:33:10'),(17879,8868,'action started via WP Cron','2021-01-01 09:37:45','2021-01-01 01:37:45'),(17880,8868,'action complete via WP Cron','2021-01-01 09:37:45','2021-01-01 01:37:45'),(17881,8869,'action created','2021-01-01 09:37:45','2021-01-01 01:37:45'),(17882,8869,'action started via WP Cron','2021-01-01 09:39:34','2021-01-01 01:39:34'),(17883,8869,'action complete via WP Cron','2021-01-01 09:39:34','2021-01-01 01:39:34'),(17884,8870,'action created','2021-01-01 09:39:35','2021-01-01 01:39:35'),(17885,8870,'action started via WP Cron','2021-01-01 09:41:12','2021-01-01 01:41:12'),(17886,8870,'action complete via WP Cron','2021-01-01 09:41:12','2021-01-01 01:41:12'),(17887,8871,'action created','2021-01-01 09:41:12','2021-01-01 01:41:12'),(17888,8871,'action started via WP Cron','2021-01-01 09:42:15','2021-01-01 01:42:15'),(17889,8871,'action complete via WP Cron','2021-01-01 09:42:15','2021-01-01 01:42:15'),(17890,8872,'action created','2021-01-01 09:42:16','2021-01-01 01:42:16'),(17891,8872,'action started via WP Cron','2021-01-01 09:43:17','2021-01-01 01:43:17'),(17892,8872,'action complete via WP Cron','2021-01-01 09:43:17','2021-01-01 01:43:17'),(17893,8873,'action created','2021-01-01 09:43:17','2021-01-01 01:43:17'),(17894,8873,'action started via WP Cron','2021-01-01 09:45:18','2021-01-01 01:45:18'),(17895,8873,'action complete via WP Cron','2021-01-01 09:45:18','2021-01-01 01:45:18'),(17896,8874,'action created','2021-01-01 09:45:18','2021-01-01 01:45:18'),(17897,8874,'action started via WP Cron','2021-01-01 09:46:19','2021-01-01 01:46:19'),(17898,8874,'action complete via WP Cron','2021-01-01 09:46:19','2021-01-01 01:46:19'),(17899,8875,'action created','2021-01-01 09:46:20','2021-01-01 01:46:20'),(17900,8875,'action started via WP Cron','2021-01-01 09:46:57','2021-01-01 01:46:57'),(17901,8875,'action complete via WP Cron','2021-01-01 09:46:57','2021-01-01 01:46:57'),(17902,8876,'action created','2021-01-01 09:46:57','2021-01-01 01:46:57'),(17903,8876,'action started via WP Cron','2021-01-01 09:47:42','2021-01-01 01:47:42'),(17904,8876,'action complete via WP Cron','2021-01-01 09:47:42','2021-01-01 01:47:42'),(17905,8877,'action created','2021-01-01 09:47:42','2021-01-01 01:47:42'),(17906,8877,'action started via WP Cron','2021-01-01 09:49:45','2021-01-01 01:49:45'),(17907,8877,'action complete via WP Cron','2021-01-01 09:49:45','2021-01-01 01:49:45'),(17908,8878,'action created','2021-01-01 09:49:45','2021-01-01 01:49:45'),(17909,8878,'action started via WP Cron','2021-01-01 09:51:06','2021-01-01 01:51:06'),(17910,8878,'action complete via WP Cron','2021-01-01 09:51:06','2021-01-01 01:51:06'),(17911,8879,'action created','2021-01-01 09:51:06','2021-01-01 01:51:06'),(17912,8879,'action started via WP Cron','2021-01-01 09:52:07','2021-01-01 01:52:07'),(17913,8879,'action complete via WP Cron','2021-01-01 09:52:07','2021-01-01 01:52:07'),(17914,8880,'action created','2021-01-01 09:52:07','2021-01-01 01:52:07'),(17915,8880,'action started via WP Cron','2021-01-01 09:52:50','2021-01-01 01:52:50'),(17916,8880,'action complete via WP Cron','2021-01-01 09:52:50','2021-01-01 01:52:50'),(17917,8881,'action created','2021-01-01 09:52:50','2021-01-01 01:52:50'),(17918,8881,'action started via WP Cron','2021-01-01 09:54:34','2021-01-01 01:54:34'),(17919,8881,'action complete via WP Cron','2021-01-01 09:54:34','2021-01-01 01:54:34'),(17920,8882,'action created','2021-01-01 09:54:34','2021-01-01 01:54:34'),(17921,8882,'action started via WP Cron','2021-01-01 09:55:35','2021-01-01 01:55:35'),(17922,8882,'action complete via WP Cron','2021-01-01 09:55:35','2021-01-01 01:55:35'),(17923,8883,'action created','2021-01-01 09:55:35','2021-01-01 01:55:35'),(17924,8883,'action started via WP Cron','2021-01-01 09:56:36','2021-01-01 01:56:36'),(17925,8883,'action complete via WP Cron','2021-01-01 09:56:36','2021-01-01 01:56:36'),(17926,8884,'action created','2021-01-01 09:56:36','2021-01-01 01:56:36'),(17927,8884,'action started via WP Cron','2021-01-01 09:57:06','2021-01-01 01:57:06'),(17928,8884,'action complete via WP Cron','2021-01-01 09:57:06','2021-01-01 01:57:06'),(17929,8885,'action created','2021-01-01 09:57:07','2021-01-01 01:57:07'),(17930,8885,'action started via WP Cron','2021-01-01 09:58:38','2021-01-01 01:58:38'),(17931,8885,'action complete via WP Cron','2021-01-01 09:58:38','2021-01-01 01:58:38'),(17932,8886,'action created','2021-01-01 09:58:38','2021-01-01 01:58:38'),(17933,8886,'action started via WP Cron','2021-01-01 09:59:25','2021-01-01 01:59:25'),(17934,8886,'action complete via WP Cron','2021-01-01 09:59:25','2021-01-01 01:59:25'),(17935,8887,'action created','2021-01-01 09:59:25','2021-01-01 01:59:25'),(17936,8887,'action started via WP Cron','2021-01-01 10:00:26','2021-01-01 02:00:26'),(17937,8887,'action complete via WP Cron','2021-01-01 10:00:26','2021-01-01 02:00:26'),(17938,8888,'action created','2021-01-01 10:00:26','2021-01-01 02:00:26'),(17939,8888,'action started via WP Cron','2021-01-01 10:00:51','2021-01-01 02:00:51'),(17940,8888,'action complete via WP Cron','2021-01-01 10:00:51','2021-01-01 02:00:51'),(17941,8889,'action created','2021-01-01 10:00:52','2021-01-01 02:00:52'),(17942,8889,'action started via WP Cron','2021-01-01 10:01:53','2021-01-01 02:01:53'),(17943,8889,'action complete via WP Cron','2021-01-01 10:01:53','2021-01-01 02:01:53'),(17944,8890,'action created','2021-01-01 10:01:53','2021-01-01 02:01:53'),(17945,8890,'action started via WP Cron','2021-01-01 10:02:54','2021-01-01 02:02:54'),(17946,8890,'action complete via WP Cron','2021-01-01 10:02:54','2021-01-01 02:02:54'),(17947,8891,'action created','2021-01-01 10:02:54','2021-01-01 02:02:54'),(17948,8891,'action started via WP Cron','2021-01-01 10:05:06','2021-01-01 02:05:06'),(17949,8891,'action complete via WP Cron','2021-01-01 10:05:06','2021-01-01 02:05:06'),(17950,8892,'action created','2021-01-01 10:08:39','2021-01-01 02:08:39'),(17951,8892,'action started via WP Cron','2021-01-01 10:11:12','2021-01-01 02:11:12'),(17952,8892,'action complete via WP Cron','2021-01-01 10:11:12','2021-01-01 02:11:12'),(17953,8893,'action created','2021-01-01 10:11:12','2021-01-01 02:11:12'),(17954,8893,'action started via WP Cron','2021-01-01 10:11:45','2021-01-01 02:11:45'),(17955,8893,'action complete via WP Cron','2021-01-01 10:11:45','2021-01-01 02:11:45'),(17956,8894,'action created','2021-01-01 10:11:45','2021-01-01 02:11:45'),(17957,8894,'action started via WP Cron','2021-01-01 10:14:57','2021-01-01 02:14:57'),(17958,8894,'action complete via WP Cron','2021-01-01 10:14:57','2021-01-01 02:14:57'),(17959,8895,'action created','2021-01-01 10:14:57','2021-01-01 02:14:57'),(17960,8895,'action started via WP Cron','2021-01-01 10:23:50','2021-01-01 02:23:50'),(17961,8895,'action complete via WP Cron','2021-01-01 10:23:50','2021-01-01 02:23:50'),(17962,8896,'action created','2021-01-01 10:23:50','2021-01-01 02:23:50'),(17963,8896,'action started via WP Cron','2021-01-01 10:29:08','2021-01-01 02:29:08'),(17964,8896,'action complete via WP Cron','2021-01-01 10:29:08','2021-01-01 02:29:08'),(17965,8897,'action created','2021-01-01 10:29:08','2021-01-01 02:29:08'),(17966,8897,'action started via WP Cron','2021-01-01 10:31:08','2021-01-01 02:31:08'),(17967,8897,'action complete via WP Cron','2021-01-01 10:31:08','2021-01-01 02:31:08'),(17968,8898,'action created','2021-01-01 10:31:09','2021-01-01 02:31:09'),(17969,8898,'action started via WP Cron','2021-01-01 10:32:00','2021-01-01 02:32:00'),(17970,8898,'action complete via WP Cron','2021-01-01 10:32:00','2021-01-01 02:32:00'),(17971,8899,'action created','2021-01-01 10:32:00','2021-01-01 02:32:00'),(17972,8899,'action started via WP Cron','2021-01-01 10:33:50','2021-01-01 02:33:50'),(17973,8899,'action complete via WP Cron','2021-01-01 10:33:50','2021-01-01 02:33:50'),(17974,8900,'action created','2021-01-01 10:33:50','2021-01-01 02:33:50'),(17975,8900,'action started via WP Cron','2021-01-01 10:35:32','2021-01-01 02:35:32'),(17976,8900,'action complete via WP Cron','2021-01-01 10:35:32','2021-01-01 02:35:32'),(17977,8901,'action created','2021-01-01 10:35:33','2021-01-01 02:35:33'),(17978,8901,'action started via WP Cron','2021-01-01 10:35:46','2021-01-01 02:35:46'),(17979,8901,'action complete via WP Cron','2021-01-01 10:35:46','2021-01-01 02:35:46'),(17980,8902,'action created','2021-01-01 10:35:46','2021-01-01 02:35:46'),(17981,8902,'action started via WP Cron','2021-01-01 10:37:54','2021-01-01 02:37:54'),(17982,8902,'action complete via WP Cron','2021-01-01 10:37:54','2021-01-01 02:37:54'),(17983,8903,'action created','2021-01-01 10:37:55','2021-01-01 02:37:55'),(17984,8903,'action started via WP Cron','2021-01-01 10:40:07','2021-01-01 02:40:07'),(17985,8903,'action complete via WP Cron','2021-01-01 10:40:07','2021-01-01 02:40:07'),(17986,8904,'action created','2021-01-01 10:45:21','2021-01-01 02:45:21'),(17987,8904,'action started via WP Cron','2021-01-01 10:46:50','2021-01-01 02:46:50'),(17988,8904,'action complete via WP Cron','2021-01-01 10:46:50','2021-01-01 02:46:50'),(17989,8905,'action created','2021-01-01 10:46:50','2021-01-01 02:46:50'),(17990,8905,'action started via WP Cron','2021-01-01 10:47:55','2021-01-01 02:47:55'),(17991,8905,'action complete via WP Cron','2021-01-01 10:47:55','2021-01-01 02:47:55'),(17992,8906,'action created','2021-01-01 10:47:55','2021-01-01 02:47:55'),(17993,8906,'action started via WP Cron','2021-01-01 10:48:56','2021-01-01 02:48:56'),(17994,8906,'action complete via WP Cron','2021-01-01 10:48:56','2021-01-01 02:48:56'),(17995,8907,'action created','2021-01-01 10:48:56','2021-01-01 02:48:56'),(17996,8907,'action started via WP Cron','2021-01-01 10:50:58','2021-01-01 02:50:58'),(17997,8907,'action complete via WP Cron','2021-01-01 10:50:58','2021-01-01 02:50:58'),(17998,8908,'action created','2021-01-01 10:50:58','2021-01-01 02:50:58'),(17999,8908,'action started via WP Cron','2021-01-01 10:51:59','2021-01-01 02:51:59'),(18000,8908,'action complete via WP Cron','2021-01-01 10:51:59','2021-01-01 02:51:59'),(18001,8909,'action created','2021-01-01 10:51:59','2021-01-01 02:51:59'),(18002,8909,'action started via WP Cron','2021-01-01 10:53:00','2021-01-01 02:53:00'),(18003,8909,'action complete via WP Cron','2021-01-01 10:53:00','2021-01-01 02:53:00'),(18004,8910,'action created','2021-01-01 10:53:00','2021-01-01 02:53:00'),(18005,8910,'action started via WP Cron','2021-01-01 10:54:09','2021-01-01 02:54:09'),(18006,8910,'action complete via WP Cron','2021-01-01 10:54:09','2021-01-01 02:54:09'),(18007,8911,'action created','2021-01-01 10:54:09','2021-01-01 02:54:09'),(18008,8911,'action started via WP Cron','2021-01-01 10:58:40','2021-01-01 02:58:40'),(18009,8911,'action complete via WP Cron','2021-01-01 10:58:40','2021-01-01 02:58:40'),(18010,8912,'action created','2021-01-01 10:58:41','2021-01-01 02:58:41'),(18011,8912,'action started via WP Cron','2021-01-01 11:00:39','2021-01-01 03:00:39'),(18012,8912,'action complete via WP Cron','2021-01-01 11:00:39','2021-01-01 03:00:39'),(18013,8913,'action created','2021-01-01 11:00:39','2021-01-01 03:00:39'),(18014,8913,'action started via WP Cron','2021-01-01 11:01:40','2021-01-01 03:01:40'),(18015,8913,'action complete via WP Cron','2021-01-01 11:01:40','2021-01-01 03:01:40'),(18016,8914,'action created','2021-01-01 11:01:40','2021-01-01 03:01:40'),(18017,8914,'action started via WP Cron','2021-01-01 11:02:41','2021-01-01 03:02:41'),(18018,8914,'action complete via WP Cron','2021-01-01 11:02:41','2021-01-01 03:02:41'),(18019,8915,'action created','2021-01-01 11:02:41','2021-01-01 03:02:41'),(18020,8915,'action started via WP Cron','2021-01-01 11:03:56','2021-01-01 03:03:56'),(18021,8915,'action complete via WP Cron','2021-01-01 11:03:56','2021-01-01 03:03:56'),(18022,8916,'action created','2021-01-01 11:04:09','2021-01-01 03:04:09'),(18023,8916,'action started via WP Cron','2021-01-01 11:04:44','2021-01-01 03:04:44'),(18024,8916,'action complete via WP Cron','2021-01-01 11:04:44','2021-01-01 03:04:44'),(18025,8917,'action created','2021-01-01 11:04:44','2021-01-01 03:04:44'),(18026,8917,'action started via WP Cron','2021-01-01 11:05:44','2021-01-01 03:05:44'),(18027,8917,'action complete via WP Cron','2021-01-01 11:05:44','2021-01-01 03:05:44'),(18028,8918,'action created','2021-01-01 11:08:27','2021-01-01 03:08:27'),(18029,8918,'action started via WP Cron','2021-01-01 11:10:21','2021-01-01 03:10:21'),(18030,8918,'action complete via WP Cron','2021-01-01 11:10:21','2021-01-01 03:10:21'),(18031,8919,'action created','2021-01-01 11:10:21','2021-01-01 03:10:21'),(18032,8919,'action started via WP Cron','2021-01-01 11:14:36','2021-01-01 03:14:36'),(18033,8919,'action complete via WP Cron','2021-01-01 11:14:36','2021-01-01 03:14:36'),(18034,8920,'action created','2021-01-01 11:14:36','2021-01-01 03:14:36'),(18035,8920,'action started via WP Cron','2021-01-01 11:17:45','2021-01-01 03:17:45'),(18036,8920,'action complete via WP Cron','2021-01-01 11:17:45','2021-01-01 03:17:45'),(18037,8921,'action created','2021-01-01 11:17:45','2021-01-01 03:17:45'),(18038,8921,'action started via WP Cron','2021-01-01 11:21:13','2021-01-01 03:21:13'),(18039,8921,'action complete via WP Cron','2021-01-01 11:21:13','2021-01-01 03:21:13'),(18040,8922,'action created','2021-01-01 11:21:13','2021-01-01 03:21:13'),(18041,8922,'action started via WP Cron','2021-01-01 11:22:36','2021-01-01 03:22:36'),(18042,8922,'action complete via WP Cron','2021-01-01 11:22:36','2021-01-01 03:22:36'),(18043,8923,'action created','2021-01-01 11:22:36','2021-01-01 03:22:36'),(18044,8923,'action started via WP Cron','2021-01-01 11:26:48','2021-01-01 03:26:48'),(18045,8923,'action complete via WP Cron','2021-01-01 11:26:48','2021-01-01 03:26:48'),(18046,8924,'action created','2021-01-01 11:26:48','2021-01-01 03:26:48'),(18047,8924,'action started via WP Cron','2021-01-01 11:29:37','2021-01-01 03:29:37'),(18048,8924,'action complete via WP Cron','2021-01-01 11:29:37','2021-01-01 03:29:37'),(18049,8925,'action created','2021-01-01 11:29:37','2021-01-01 03:29:37'),(18050,8925,'action started via WP Cron','2021-01-01 11:31:26','2021-01-01 03:31:26'),(18051,8925,'action complete via WP Cron','2021-01-01 11:31:26','2021-01-01 03:31:26'),(18052,8926,'action created','2021-01-01 11:31:26','2021-01-01 03:31:26'),(18053,8926,'action started via WP Cron','2021-01-01 11:35:02','2021-01-01 03:35:02'),(18054,8926,'action complete via WP Cron','2021-01-01 11:35:02','2021-01-01 03:35:02'),(18055,8927,'action created','2021-01-01 11:39:29','2021-01-01 03:39:29'),(18056,8927,'action started via WP Cron','2021-01-01 11:41:31','2021-01-01 03:41:31'),(18057,8927,'action complete via WP Cron','2021-01-01 11:41:31','2021-01-01 03:41:31'),(18058,8928,'action created','2021-01-01 11:41:31','2021-01-01 03:41:31'),(18059,8928,'action started via WP Cron','2021-01-01 11:42:22','2021-01-01 03:42:22'),(18060,8928,'action complete via WP Cron','2021-01-01 11:42:22','2021-01-01 03:42:22'),(18061,8929,'action created','2021-01-01 11:42:22','2021-01-01 03:42:22'),(18062,8929,'action started via WP Cron','2021-01-01 11:49:08','2021-01-01 03:49:08'),(18063,8929,'action complete via WP Cron','2021-01-01 11:49:08','2021-01-01 03:49:08'),(18064,8930,'action created','2021-01-01 11:49:08','2021-01-01 03:49:08'),(18065,8930,'action started via WP Cron','2021-01-01 11:50:51','2021-01-01 03:50:51'),(18066,8930,'action complete via WP Cron','2021-01-01 11:50:51','2021-01-01 03:50:51'),(18067,8931,'action created','2021-01-01 11:50:51','2021-01-01 03:50:51'),(18068,8931,'action started via WP Cron','2021-01-01 11:53:20','2021-01-01 03:53:20'),(18069,8931,'action complete via WP Cron','2021-01-01 11:53:20','2021-01-01 03:53:20'),(18070,8932,'action created','2021-01-01 11:53:20','2021-01-01 03:53:20'),(18071,8932,'action started via WP Cron','2021-01-01 11:54:21','2021-01-01 03:54:21'),(18072,8932,'action complete via WP Cron','2021-01-01 11:54:21','2021-01-01 03:54:21'),(18073,8933,'action created','2021-01-01 11:54:21','2021-01-01 03:54:21'),(18074,8933,'action started via WP Cron','2021-01-01 11:55:22','2021-01-01 03:55:22'),(18075,8933,'action complete via WP Cron','2021-01-01 11:55:22','2021-01-01 03:55:22'),(18076,8934,'action created','2021-01-01 11:55:22','2021-01-01 03:55:22'),(18077,8934,'action started via WP Cron','2021-01-01 11:57:24','2021-01-01 03:57:24'),(18078,8934,'action complete via WP Cron','2021-01-01 11:57:24','2021-01-01 03:57:24'),(18079,8935,'action created','2021-01-01 11:57:24','2021-01-01 03:57:24'),(18080,8935,'action started via WP Cron','2021-01-01 11:58:25','2021-01-01 03:58:25'),(18081,8935,'action complete via WP Cron','2021-01-01 11:58:25','2021-01-01 03:58:25'),(18082,8936,'action created','2021-01-01 11:58:25','2021-01-01 03:58:25'),(18083,8936,'action started via WP Cron','2021-01-01 11:59:26','2021-01-01 03:59:26'),(18084,8936,'action complete via WP Cron','2021-01-01 11:59:26','2021-01-01 03:59:26'),(18085,8937,'action created','2021-01-01 11:59:26','2021-01-01 03:59:26'),(18086,8937,'action started via WP Cron','2021-01-01 12:02:09','2021-01-01 04:02:09'),(18087,8937,'action complete via WP Cron','2021-01-01 12:02:09','2021-01-01 04:02:09'),(18088,8938,'action created','2021-01-01 12:02:09','2021-01-01 04:02:09'),(18089,8938,'action started via WP Cron','2021-01-01 12:03:45','2021-01-01 04:03:45'),(18090,8938,'action complete via WP Cron','2021-01-01 12:03:45','2021-01-01 04:03:45'),(18091,8939,'action created','2021-01-01 12:03:45','2021-01-01 04:03:45'),(18092,8939,'action started via WP Cron','2021-01-01 12:05:55','2021-01-01 04:05:55'),(18093,8939,'action complete via WP Cron','2021-01-01 12:05:55','2021-01-01 04:05:55'),(18094,8940,'action created','2021-01-01 12:05:55','2021-01-01 04:05:55'),(18095,8940,'action started via WP Cron','2021-01-01 12:06:44','2021-01-01 04:06:44'),(18096,8940,'action complete via WP Cron','2021-01-01 12:06:44','2021-01-01 04:06:44'),(18097,8941,'action created','2021-01-01 12:06:44','2021-01-01 04:06:44'),(18098,8941,'action started via WP Cron','2021-01-01 12:07:45','2021-01-01 04:07:45'),(18099,8941,'action complete via WP Cron','2021-01-01 12:07:45','2021-01-01 04:07:45'),(18100,8942,'action created','2021-01-01 12:07:45','2021-01-01 04:07:45'),(18101,8942,'action started via WP Cron','2021-01-01 12:08:46','2021-01-01 04:08:46'),(18102,8942,'action complete via WP Cron','2021-01-01 12:08:46','2021-01-01 04:08:46'),(18103,8943,'action created','2021-01-01 12:08:46','2021-01-01 04:08:46'),(18104,8943,'action started via WP Cron','2021-01-01 12:09:47','2021-01-01 04:09:47'),(18105,8943,'action complete via WP Cron','2021-01-01 12:09:47','2021-01-01 04:09:47'),(18106,8944,'action created','2021-01-01 12:09:47','2021-01-01 04:09:47'),(18107,8944,'action started via WP Cron','2021-01-01 12:10:48','2021-01-01 04:10:48'),(18108,8944,'action complete via WP Cron','2021-01-01 12:10:48','2021-01-01 04:10:48'),(18109,8945,'action created','2021-01-01 12:10:48','2021-01-01 04:10:48'),(18110,8945,'action started via WP Cron','2021-01-01 12:16:57','2021-01-01 04:16:57'),(18111,8945,'action complete via WP Cron','2021-01-01 12:16:57','2021-01-01 04:16:57'),(18112,8946,'action created','2021-01-01 12:16:57','2021-01-01 04:16:57'),(18113,8946,'action started via WP Cron','2021-01-01 12:19:27','2021-01-01 04:19:27'),(18114,8946,'action complete via WP Cron','2021-01-01 12:19:27','2021-01-01 04:19:27'),(18115,8947,'action created','2021-01-01 12:19:27','2021-01-01 04:19:27'),(18116,8947,'action started via WP Cron','2021-01-01 12:20:30','2021-01-01 04:20:30'),(18117,8947,'action complete via WP Cron','2021-01-01 12:20:30','2021-01-01 04:20:30'),(18118,8948,'action created','2021-01-01 12:20:56','2021-01-01 04:20:56'),(18119,8948,'action started via WP Cron','2021-01-01 12:24:23','2021-01-01 04:24:23'),(18120,8948,'action complete via WP Cron','2021-01-01 12:24:23','2021-01-01 04:24:23'),(18121,8949,'action created','2021-01-01 12:24:24','2021-01-01 04:24:24'),(18122,8949,'action started via WP Cron','2021-01-01 12:27:49','2021-01-01 04:27:49'),(18123,8949,'action complete via WP Cron','2021-01-01 12:27:49','2021-01-01 04:27:49'),(18124,8950,'action created','2021-01-01 12:27:49','2021-01-01 04:27:49'),(18125,8950,'action started via WP Cron','2021-01-01 12:29:21','2021-01-01 04:29:21'),(18126,8950,'action complete via WP Cron','2021-01-01 12:29:21','2021-01-01 04:29:21'),(18127,8951,'action created','2021-01-01 12:29:22','2021-01-01 04:29:22'),(18128,8951,'action started via WP Cron','2021-01-01 12:30:58','2021-01-01 04:30:58'),(18129,8951,'action complete via WP Cron','2021-01-01 12:30:58','2021-01-01 04:30:58'),(18130,8952,'action created','2021-01-01 12:30:58','2021-01-01 04:30:58'),(18131,8952,'action started via WP Cron','2021-01-01 12:32:21','2021-01-01 04:32:21'),(18132,8952,'action complete via WP Cron','2021-01-01 12:32:21','2021-01-01 04:32:21'),(18133,8953,'action created','2021-01-01 12:32:21','2021-01-01 04:32:21'),(18134,8953,'action started via WP Cron','2021-01-01 12:35:03','2021-01-01 04:35:03'),(18135,8953,'action complete via WP Cron','2021-01-01 12:35:03','2021-01-01 04:35:03'),(18136,8954,'action created','2021-01-01 12:35:03','2021-01-01 04:35:03'),(18137,8954,'action started via WP Cron','2021-01-01 12:46:27','2021-01-01 04:46:27'),(18138,8954,'action complete via WP Cron','2021-01-01 12:46:27','2021-01-01 04:46:27'),(18139,8955,'action created','2021-01-01 12:46:27','2021-01-01 04:46:27'),(18140,8955,'action started via WP Cron','2021-01-01 12:53:03','2021-01-01 04:53:03'),(18141,8955,'action complete via WP Cron','2021-01-01 12:53:03','2021-01-01 04:53:03'),(18142,8956,'action created','2021-01-01 12:53:03','2021-01-01 04:53:03'),(18143,8956,'action started via WP Cron','2021-01-01 12:57:12','2021-01-01 04:57:12'),(18144,8956,'action complete via WP Cron','2021-01-01 12:57:12','2021-01-01 04:57:12'),(18145,8957,'action created','2021-01-01 12:57:12','2021-01-01 04:57:12'),(18146,8957,'action started via WP Cron','2021-01-01 12:58:28','2021-01-01 04:58:28'),(18147,8957,'action complete via WP Cron','2021-01-01 12:58:28','2021-01-01 04:58:28'),(18148,8958,'action created','2021-01-01 12:58:28','2021-01-01 04:58:28'),(18149,8958,'action started via WP Cron','2021-01-01 13:02:24','2021-01-01 05:02:24'),(18150,8958,'action complete via WP Cron','2021-01-01 13:02:24','2021-01-01 05:02:24'),(18151,8959,'action created','2021-01-01 13:02:24','2021-01-01 05:02:24'),(18152,8959,'action started via WP Cron','2021-01-01 13:04:58','2021-01-01 05:04:58'),(18153,8959,'action complete via WP Cron','2021-01-01 13:04:58','2021-01-01 05:04:58'),(18154,8960,'action created','2021-01-01 13:04:58','2021-01-01 05:04:58'),(18155,8960,'action started via WP Cron','2021-01-01 13:10:06','2021-01-01 05:10:06'),(18156,8960,'action complete via WP Cron','2021-01-01 13:10:06','2021-01-01 05:10:06'),(18157,8961,'action created','2021-01-01 13:10:06','2021-01-01 05:10:06'),(18158,8961,'action started via WP Cron','2021-01-01 13:10:54','2021-01-01 05:10:54'),(18159,8961,'action complete via WP Cron','2021-01-01 13:10:54','2021-01-01 05:10:54'),(18160,8962,'action created','2021-01-01 13:10:54','2021-01-01 05:10:54'),(18161,8962,'action started via WP Cron','2021-01-01 13:11:48','2021-01-01 05:11:48'),(18162,8962,'action complete via WP Cron','2021-01-01 13:11:48','2021-01-01 05:11:48'),(18163,8963,'action created','2021-01-01 13:11:48','2021-01-01 05:11:48'),(18164,8963,'action started via WP Cron','2021-01-01 13:12:49','2021-01-01 05:12:49'),(18165,8963,'action complete via WP Cron','2021-01-01 13:12:49','2021-01-01 05:12:49'),(18166,8964,'action created','2021-01-01 13:12:49','2021-01-01 05:12:49'),(18167,8964,'action started via WP Cron','2021-01-01 13:22:00','2021-01-01 05:22:00'),(18168,8964,'action complete via WP Cron','2021-01-01 13:22:00','2021-01-01 05:22:00'),(18169,8965,'action created','2021-01-01 13:22:00','2021-01-01 05:22:00'),(18170,8965,'action started via WP Cron','2021-01-01 13:25:09','2021-01-01 05:25:09'),(18171,8965,'action complete via WP Cron','2021-01-01 13:25:09','2021-01-01 05:25:09'),(18172,8966,'action created','2021-01-01 13:25:09','2021-01-01 05:25:09'),(18173,8966,'action started via WP Cron','2021-01-01 13:25:41','2021-01-01 05:25:41'),(18174,8966,'action complete via WP Cron','2021-01-01 13:25:41','2021-01-01 05:25:41'),(18175,8967,'action created','2021-01-01 13:25:41','2021-01-01 05:25:41'),(18176,8967,'action started via WP Cron','2021-01-01 13:27:35','2021-01-01 05:27:35'),(18177,8967,'action complete via WP Cron','2021-01-01 13:27:35','2021-01-01 05:27:35'),(18178,8968,'action created','2021-01-01 13:27:35','2021-01-01 05:27:35'),(18179,8968,'action started via WP Cron','2021-01-01 13:31:39','2021-01-01 05:31:39'),(18180,8968,'action complete via WP Cron','2021-01-01 13:31:39','2021-01-01 05:31:39'),(18181,8969,'action created','2021-01-01 13:31:39','2021-01-01 05:31:39'),(18182,8969,'action started via WP Cron','2021-01-01 13:32:39','2021-01-01 05:32:39'),(18183,8969,'action complete via WP Cron','2021-01-01 13:32:39','2021-01-01 05:32:39'),(18184,8970,'action created','2021-01-01 13:32:40','2021-01-01 05:32:40'),(18185,8970,'action started via WP Cron','2021-01-01 13:33:41','2021-01-01 05:33:41'),(18186,8970,'action complete via WP Cron','2021-01-01 13:33:41','2021-01-01 05:33:41'),(18187,8971,'action created','2021-01-01 13:33:41','2021-01-01 05:33:41'),(18188,8971,'action started via WP Cron','2021-01-01 13:35:43','2021-01-01 05:35:43'),(18189,8971,'action complete via WP Cron','2021-01-01 13:35:43','2021-01-01 05:35:43'),(18190,8972,'action created','2021-01-01 13:35:43','2021-01-01 05:35:43'),(18191,8972,'action started via WP Cron','2021-01-01 13:36:43','2021-01-01 05:36:43'),(18192,8972,'action complete via WP Cron','2021-01-01 13:36:43','2021-01-01 05:36:43'),(18193,8973,'action created','2021-01-01 13:36:43','2021-01-01 05:36:43'),(18194,8973,'action started via WP Cron','2021-01-01 13:37:45','2021-01-01 05:37:45'),(18195,8973,'action complete via WP Cron','2021-01-01 13:37:45','2021-01-01 05:37:45'),(18196,8974,'action created','2021-01-01 13:37:45','2021-01-01 05:37:45'),(18197,8974,'action started via WP Cron','2021-01-01 13:39:13','2021-01-01 05:39:13'),(18198,8974,'action complete via WP Cron','2021-01-01 13:39:13','2021-01-01 05:39:13'),(18199,8975,'action created','2021-01-01 13:39:13','2021-01-01 05:39:13'),(18200,8975,'action started via WP Cron','2021-01-01 13:44:49','2021-01-01 05:44:49'),(18201,8975,'action complete via WP Cron','2021-01-01 13:44:49','2021-01-01 05:44:49'),(18202,8976,'action created','2021-01-01 13:44:49','2021-01-01 05:44:49'),(18203,8976,'action started via WP Cron','2021-01-01 13:46:43','2021-01-01 05:46:43'),(18204,8976,'action complete via WP Cron','2021-01-01 13:46:43','2021-01-01 05:46:43'),(18205,8977,'action created','2021-01-01 13:46:43','2021-01-01 05:46:43'),(18206,8977,'action started via WP Cron','2021-01-01 13:49:39','2021-01-01 05:49:39'),(18207,8977,'action complete via WP Cron','2021-01-01 13:49:39','2021-01-01 05:49:39'),(18208,8978,'action created','2021-01-01 13:49:39','2021-01-01 05:49:39'),(18209,8978,'action started via WP Cron','2021-01-01 13:51:33','2021-01-01 05:51:33'),(18210,8978,'action complete via WP Cron','2021-01-01 13:51:33','2021-01-01 05:51:33'),(18211,8979,'action created','2021-01-01 13:51:33','2021-01-01 05:51:33'),(18212,8979,'action started via WP Cron','2021-01-01 13:56:30','2021-01-01 05:56:30'),(18213,8979,'action complete via WP Cron','2021-01-01 13:56:30','2021-01-01 05:56:30'),(18214,8980,'action created','2021-01-01 13:56:30','2021-01-01 05:56:30'),(18215,8980,'action started via WP Cron','2021-01-01 13:57:02','2021-01-01 05:57:02'),(18216,8980,'action complete via WP Cron','2021-01-01 13:57:02','2021-01-01 05:57:02'),(18217,8981,'action created','2021-01-01 13:57:02','2021-01-01 05:57:02'),(18218,8981,'action started via WP Cron','2021-01-01 13:57:47','2021-01-01 05:57:47'),(18219,8981,'action complete via WP Cron','2021-01-01 13:57:47','2021-01-01 05:57:47'),(18220,8982,'action created','2021-01-01 13:57:47','2021-01-01 05:57:47'),(18221,8982,'action started via WP Cron','2021-01-01 14:01:48','2021-01-01 06:01:48'),(18222,8982,'action complete via WP Cron','2021-01-01 14:01:48','2021-01-01 06:01:48'),(18223,8983,'action created','2021-01-01 14:01:48','2021-01-01 06:01:48'),(18224,8983,'action started via WP Cron','2021-01-01 14:03:47','2021-01-01 06:03:47'),(18225,8983,'action complete via WP Cron','2021-01-01 14:03:47','2021-01-01 06:03:47'),(18226,8984,'action created','2021-01-01 14:03:47','2021-01-01 06:03:47'),(18227,8984,'action started via WP Cron','2021-01-01 14:05:01','2021-01-01 06:05:01'),(18228,8984,'action complete via WP Cron','2021-01-01 14:05:01','2021-01-01 06:05:01'),(18229,8985,'action created','2021-01-01 14:05:01','2021-01-01 06:05:01'),(18230,8985,'action started via WP Cron','2021-01-01 14:06:45','2021-01-01 06:06:45'),(18231,8985,'action complete via WP Cron','2021-01-01 14:06:45','2021-01-01 06:06:45'),(18232,8986,'action created','2021-01-01 14:06:45','2021-01-01 06:06:45'),(18233,8986,'action started via WP Cron','2021-01-01 14:07:50','2021-01-01 06:07:50'),(18234,8986,'action complete via WP Cron','2021-01-01 14:07:50','2021-01-01 06:07:50'),(18235,8987,'action created','2021-01-01 14:07:50','2021-01-01 06:07:50'),(18236,8987,'action started via WP Cron','2021-01-01 14:09:39','2021-01-01 06:09:39'),(18237,8987,'action complete via WP Cron','2021-01-01 14:09:39','2021-01-01 06:09:39'),(18238,8988,'action created','2021-01-01 14:09:39','2021-01-01 06:09:39'),(18239,8988,'action started via WP Cron','2021-01-01 14:12:44','2021-01-01 06:12:44'),(18240,8988,'action complete via WP Cron','2021-01-01 14:12:44','2021-01-01 06:12:44'),(18241,8989,'action created','2021-01-01 14:12:44','2021-01-01 06:12:44'),(18242,8989,'action started via WP Cron','2021-01-01 14:17:51','2021-01-01 06:17:51'),(18243,8989,'action complete via WP Cron','2021-01-01 14:17:51','2021-01-01 06:17:51'),(18244,8990,'action created','2021-01-01 14:17:51','2021-01-01 06:17:51'),(18245,8990,'action started via WP Cron','2021-01-01 14:19:15','2021-01-01 06:19:15'),(18246,8990,'action complete via WP Cron','2021-01-01 14:19:15','2021-01-01 06:19:15'),(18247,8991,'action created','2021-01-01 14:19:15','2021-01-01 06:19:15'),(18248,8991,'action started via WP Cron','2021-01-01 14:21:29','2021-01-01 06:21:29'),(18249,8991,'action complete via WP Cron','2021-01-01 14:21:29','2021-01-01 06:21:29'),(18250,8992,'action created','2021-01-01 14:21:29','2021-01-01 06:21:29'),(18251,8992,'action started via WP Cron','2021-01-01 14:23:00','2021-01-01 06:23:00'),(18252,8992,'action complete via WP Cron','2021-01-01 14:23:00','2021-01-01 06:23:00'),(18253,8993,'action created','2021-01-01 14:23:00','2021-01-01 06:23:00'),(18254,8993,'action started via WP Cron','2021-01-01 14:25:20','2021-01-01 06:25:20'),(18255,8993,'action complete via WP Cron','2021-01-01 14:25:20','2021-01-01 06:25:20'),(18256,8994,'action created','2021-01-01 14:25:20','2021-01-01 06:25:20'),(18257,8994,'action started via WP Cron','2021-01-01 14:32:04','2021-01-01 06:32:04'),(18258,8994,'action complete via WP Cron','2021-01-01 14:32:04','2021-01-01 06:32:04'),(18259,8995,'action created','2021-01-01 14:32:04','2021-01-01 06:32:04'),(18260,8995,'action started via WP Cron','2021-01-01 14:38:44','2021-01-01 06:38:44'),(18261,8995,'action complete via WP Cron','2021-01-01 14:38:44','2021-01-01 06:38:44'),(18262,8996,'action created','2021-01-01 14:38:44','2021-01-01 06:38:44'),(18263,8996,'action started via WP Cron','2021-01-01 14:39:45','2021-01-01 06:39:45'),(18264,8996,'action complete via WP Cron','2021-01-01 14:39:45','2021-01-01 06:39:45'),(18265,8997,'action created','2021-01-01 14:39:45','2021-01-01 06:39:45'),(18266,8997,'action started via WP Cron','2021-01-01 14:40:46','2021-01-01 06:40:46'),(18267,8997,'action complete via WP Cron','2021-01-01 14:40:46','2021-01-01 06:40:46'),(18268,8998,'action created','2021-01-01 14:40:46','2021-01-01 06:40:46'),(18269,8998,'action started via WP Cron','2021-01-01 14:41:47','2021-01-01 06:41:47'),(18270,8998,'action complete via WP Cron','2021-01-01 14:41:47','2021-01-01 06:41:47'),(18271,8999,'action created','2021-01-01 14:41:47','2021-01-01 06:41:47'),(18272,8999,'action started via WP Cron','2021-01-01 14:42:48','2021-01-01 06:42:48'),(18273,8999,'action complete via WP Cron','2021-01-01 14:42:48','2021-01-01 06:42:48'),(18274,9000,'action created','2021-01-01 14:42:48','2021-01-01 06:42:48'),(18275,9000,'action started via WP Cron','2021-01-01 14:46:53','2021-01-01 06:46:53'),(18276,9000,'action complete via WP Cron','2021-01-01 14:46:53','2021-01-01 06:46:53'),(18277,9001,'action created','2021-01-01 14:46:53','2021-01-01 06:46:53'),(18278,9001,'action started via WP Cron','2021-01-01 14:51:56','2021-01-01 06:51:56'),(18279,9001,'action complete via WP Cron','2021-01-01 14:51:56','2021-01-01 06:51:56'),(18280,9002,'action created','2021-01-01 14:51:56','2021-01-01 06:51:56'),(18281,9002,'action started via WP Cron','2021-01-01 14:54:37','2021-01-01 06:54:37'),(18282,9002,'action complete via WP Cron','2021-01-01 14:54:37','2021-01-01 06:54:37'),(18283,9003,'action created','2021-01-01 14:54:37','2021-01-01 06:54:37'),(18284,9003,'action started via WP Cron','2021-01-01 14:54:54','2021-01-01 06:54:54'),(18285,9003,'action complete via WP Cron','2021-01-01 14:54:54','2021-01-01 06:54:54'),(18286,9004,'action created','2021-01-01 14:54:54','2021-01-01 06:54:54'),(18287,9004,'action started via WP Cron','2021-01-01 14:56:17','2021-01-01 06:56:17'),(18288,9004,'action complete via WP Cron','2021-01-01 14:56:17','2021-01-01 06:56:17'),(18289,9005,'action created','2021-01-01 14:56:17','2021-01-01 06:56:17'),(18290,9005,'action started via WP Cron','2021-01-01 14:57:25','2021-01-01 06:57:25'),(18291,9005,'action complete via WP Cron','2021-01-01 14:57:25','2021-01-01 06:57:25'),(18292,9006,'action created','2021-01-01 14:57:26','2021-01-01 06:57:26'),(18293,9006,'action started via WP Cron','2021-01-01 14:58:03','2021-01-01 06:58:03'),(18294,9006,'action complete via WP Cron','2021-01-01 14:58:03','2021-01-01 06:58:03'),(18295,9007,'action created','2021-01-01 14:58:03','2021-01-01 06:58:03'),(18296,9007,'action started via WP Cron','2021-01-01 15:00:18','2021-01-01 07:00:18'),(18297,9007,'action complete via WP Cron','2021-01-01 15:00:18','2021-01-01 07:00:18'),(18298,9008,'action created','2021-01-01 15:00:19','2021-01-01 07:00:19'),(18299,9008,'action started via WP Cron','2021-01-01 15:02:56','2021-01-01 07:02:56'),(18300,9008,'action complete via WP Cron','2021-01-01 15:02:56','2021-01-01 07:02:56'),(18301,9009,'action created','2021-01-01 15:02:56','2021-01-01 07:02:56'),(18302,9009,'action started via WP Cron','2021-01-01 15:05:59','2021-01-01 07:05:59'),(18303,9009,'action complete via WP Cron','2021-01-01 15:05:59','2021-01-01 07:05:59'),(18304,9010,'action created','2021-01-01 15:06:37','2021-01-01 07:06:37'),(18305,9010,'action started via WP Cron','2021-01-01 15:11:16','2021-01-01 07:11:16'),(18306,9010,'action complete via WP Cron','2021-01-01 15:11:16','2021-01-01 07:11:16'),(18307,9011,'action created','2021-01-01 15:11:16','2021-01-01 07:11:16'),(18308,9011,'action started via WP Cron','2021-01-01 15:14:35','2021-01-01 07:14:35'),(18309,9011,'action complete via WP Cron','2021-01-01 15:14:35','2021-01-01 07:14:35'),(18310,9012,'action created','2021-01-01 15:14:35','2021-01-01 07:14:35'),(18311,9012,'action started via WP Cron','2021-01-01 15:16:59','2021-01-01 07:16:59'),(18312,9012,'action complete via WP Cron','2021-01-01 15:16:59','2021-01-01 07:16:59'),(18313,9013,'action created','2021-01-01 15:16:59','2021-01-01 07:16:59'),(18314,9013,'action started via WP Cron','2021-01-01 15:18:29','2021-01-01 07:18:29'),(18315,9013,'action complete via WP Cron','2021-01-01 15:18:29','2021-01-01 07:18:29'),(18316,9014,'action created','2021-01-01 15:18:29','2021-01-01 07:18:29'),(18317,9014,'action started via WP Cron','2021-01-01 15:19:30','2021-01-01 07:19:30'),(18318,9014,'action complete via WP Cron','2021-01-01 15:19:30','2021-01-01 07:19:30'),(18319,9015,'action created','2021-01-01 15:19:30','2021-01-01 07:19:30'),(18320,9015,'action started via WP Cron','2021-01-01 15:20:31','2021-01-01 07:20:31'),(18321,9015,'action complete via WP Cron','2021-01-01 15:20:31','2021-01-01 07:20:31'),(18322,9016,'action created','2021-01-01 15:20:31','2021-01-01 07:20:31'),(18323,9016,'action started via WP Cron','2021-01-01 15:20:48','2021-01-01 07:20:48'),(18324,9016,'action complete via WP Cron','2021-01-01 15:20:48','2021-01-01 07:20:48'),(18325,9017,'action created','2021-01-01 15:20:48','2021-01-01 07:20:48'),(18326,9017,'action started via WP Cron','2021-01-01 15:22:33','2021-01-01 07:22:33'),(18327,9017,'action complete via WP Cron','2021-01-01 15:22:33','2021-01-01 07:22:33'),(18328,9018,'action created','2021-01-01 15:22:33','2021-01-01 07:22:33'),(18329,9018,'action started via WP Cron','2021-01-01 15:23:22','2021-01-01 07:23:22'),(18330,9018,'action complete via WP Cron','2021-01-01 15:23:22','2021-01-01 07:23:22'),(18331,9019,'action created','2021-01-01 15:23:22','2021-01-01 07:23:22'),(18332,9019,'action started via WP Cron','2021-01-01 15:24:35','2021-01-01 07:24:35'),(18333,9019,'action complete via WP Cron','2021-01-01 15:24:35','2021-01-01 07:24:35'),(18334,9020,'action created','2021-01-01 15:24:52','2021-01-01 07:24:52'),(18335,9020,'action started via WP Cron','2021-01-01 15:27:33','2021-01-01 07:27:33'),(18336,9020,'action complete via WP Cron','2021-01-01 15:27:33','2021-01-01 07:27:33'),(18337,9021,'action created','2021-01-01 15:27:33','2021-01-01 07:27:33'),(18338,9021,'action started via WP Cron','2021-01-01 15:32:15','2021-01-01 07:32:15'),(18339,9021,'action complete via WP Cron','2021-01-01 15:32:15','2021-01-01 07:32:15'),(18340,9022,'action created','2021-01-01 15:32:15','2021-01-01 07:32:15'),(18341,9022,'action started via WP Cron','2021-01-01 15:34:42','2021-01-01 07:34:42'),(18342,9022,'action complete via WP Cron','2021-01-01 15:34:42','2021-01-01 07:34:42'),(18343,9023,'action created','2021-01-01 15:34:42','2021-01-01 07:34:42'),(18344,9023,'action started via WP Cron','2021-01-01 15:36:54','2021-01-01 07:36:54'),(18345,9023,'action complete via WP Cron','2021-01-01 15:36:54','2021-01-01 07:36:54'),(18346,9024,'action created','2021-01-01 15:36:54','2021-01-01 07:36:54'),(18347,9024,'action started via WP Cron','2021-01-01 15:43:41','2021-01-01 07:43:41'),(18348,9024,'action complete via WP Cron','2021-01-01 15:43:41','2021-01-01 07:43:41'),(18349,9025,'action created','2021-01-01 15:43:41','2021-01-01 07:43:41'),(18350,9025,'action started via WP Cron','2021-01-01 15:45:54','2021-01-01 07:45:54'),(18351,9025,'action complete via WP Cron','2021-01-01 15:45:54','2021-01-01 07:45:54'),(18352,9026,'action created','2021-01-01 15:45:54','2021-01-01 07:45:54'),(18353,9026,'action started via WP Cron','2021-01-01 15:46:42','2021-01-01 07:46:42'),(18354,9026,'action complete via WP Cron','2021-01-01 15:46:42','2021-01-01 07:46:42'),(18355,9027,'action created','2021-01-01 15:46:42','2021-01-01 07:46:42'),(18356,9027,'action started via WP Cron','2021-01-01 15:47:43','2021-01-01 07:47:43'),(18357,9027,'action complete via WP Cron','2021-01-01 15:47:43','2021-01-01 07:47:43'),(18358,9028,'action created','2021-01-01 15:47:43','2021-01-01 07:47:43'),(18359,9028,'action started via WP Cron','2021-01-01 15:48:44','2021-01-01 07:48:44'),(18360,9028,'action complete via WP Cron','2021-01-01 15:48:44','2021-01-01 07:48:44'),(18361,9029,'action created','2021-01-01 15:48:44','2021-01-01 07:48:44'),(18362,9029,'action started via WP Cron','2021-01-01 15:51:22','2021-01-01 07:51:22'),(18363,9029,'action complete via WP Cron','2021-01-01 15:51:22','2021-01-01 07:51:22'),(18364,9030,'action created','2021-01-01 15:51:22','2021-01-01 07:51:22'),(18365,9030,'action started via WP Cron','2021-01-01 15:52:57','2021-01-01 07:52:57'),(18366,9030,'action complete via WP Cron','2021-01-01 15:52:57','2021-01-01 07:52:57'),(18367,9031,'action created','2021-01-01 15:52:57','2021-01-01 07:52:57'),(18368,9031,'action started via WP Cron','2021-01-01 15:54:22','2021-01-01 07:54:22'),(18369,9031,'action complete via WP Cron','2021-01-01 15:54:22','2021-01-01 07:54:22'),(18370,9032,'action created','2021-01-01 15:54:22','2021-01-01 07:54:22'),(18371,9032,'action started via WP Cron','2021-01-01 15:56:17','2021-01-01 07:56:17'),(18372,9032,'action complete via WP Cron','2021-01-01 15:56:17','2021-01-01 07:56:17'),(18373,9033,'action created','2021-01-01 15:56:17','2021-01-01 07:56:17'),(18374,9033,'action started via WP Cron','2021-01-01 15:57:32','2021-01-01 07:57:32'),(18375,9033,'action complete via WP Cron','2021-01-01 15:57:32','2021-01-01 07:57:32'),(18376,9034,'action created','2021-01-01 15:57:33','2021-01-01 07:57:33'),(18377,9034,'action started via WP Cron','2021-01-01 15:58:02','2021-01-01 07:58:02'),(18378,9034,'action complete via WP Cron','2021-01-01 15:58:02','2021-01-01 07:58:02'),(18379,9035,'action created','2021-01-01 15:58:02','2021-01-01 07:58:02'),(18380,9035,'action started via WP Cron','2021-01-01 15:58:55','2021-01-01 07:58:55'),(18381,9035,'action complete via WP Cron','2021-01-01 15:58:55','2021-01-01 07:58:55'),(18382,9036,'action created','2021-01-01 15:58:55','2021-01-01 07:58:55'),(18383,9036,'action started via WP Cron','2021-01-01 15:59:46','2021-01-01 07:59:46'),(18384,9036,'action complete via WP Cron','2021-01-01 15:59:46','2021-01-01 07:59:46'),(18385,9037,'action created','2021-01-01 15:59:46','2021-01-01 07:59:46'),(18386,9037,'action started via WP Cron','2021-01-01 16:01:12','2021-01-01 08:01:12'),(18387,9037,'action complete via WP Cron','2021-01-01 16:01:12','2021-01-01 08:01:12'),(18388,9038,'action created','2021-01-01 16:01:12','2021-01-01 08:01:12'),(18389,9038,'action started via WP Cron','2021-01-01 16:02:16','2021-01-01 08:02:16'),(18390,9038,'action complete via WP Cron','2021-01-01 16:02:16','2021-01-01 08:02:16'),(18391,9039,'action created','2021-01-01 16:02:16','2021-01-01 08:02:16'),(18392,9039,'action started via WP Cron','2021-01-01 16:05:15','2021-01-01 08:05:15'),(18393,9039,'action complete via WP Cron','2021-01-01 16:05:15','2021-01-01 08:05:15'),(18394,9040,'action created','2021-01-01 16:05:15','2021-01-01 08:05:15'),(18395,9040,'action started via WP Cron','2021-01-01 16:10:12','2021-01-01 08:10:12'),(18396,9040,'action complete via WP Cron','2021-01-01 16:10:12','2021-01-01 08:10:12'),(18397,9041,'action created','2021-01-01 16:10:13','2021-01-01 08:10:13'),(18398,9041,'action started via WP Cron','2021-01-01 16:11:02','2021-01-01 08:11:02'),(18399,9041,'action complete via WP Cron','2021-01-01 16:11:02','2021-01-01 08:11:02'),(18400,9042,'action created','2021-01-01 16:11:02','2021-01-01 08:11:02'),(18401,9042,'action started via WP Cron','2021-01-01 16:15:49','2021-01-01 08:15:49'),(18402,9042,'action complete via WP Cron','2021-01-01 16:15:49','2021-01-01 08:15:49'),(18403,9043,'action created','2021-01-01 16:15:49','2021-01-01 08:15:49'),(18404,9043,'action started via WP Cron','2021-01-01 16:17:38','2021-01-01 08:17:38'),(18405,9043,'action complete via WP Cron','2021-01-01 16:17:38','2021-01-01 08:17:38'),(18406,9044,'action created','2021-01-01 16:17:38','2021-01-01 08:17:38'),(18407,9044,'action started via WP Cron','2021-01-01 16:24:15','2021-01-01 08:24:15'),(18408,9044,'action complete via WP Cron','2021-01-01 16:24:15','2021-01-01 08:24:15'),(18409,9045,'action created','2021-01-01 16:24:16','2021-01-01 08:24:16'),(18410,9045,'action started via WP Cron','2021-01-01 16:24:41','2021-01-01 08:24:41'),(18411,9045,'action complete via WP Cron','2021-01-01 16:24:41','2021-01-01 08:24:41'),(18412,9046,'action created','2021-01-01 16:24:41','2021-01-01 08:24:41'),(18413,9046,'action started via WP Cron','2021-01-01 16:25:57','2021-01-01 08:25:57'),(18414,9046,'action complete via WP Cron','2021-01-01 16:25:57','2021-01-01 08:25:57'),(18415,9047,'action created','2021-01-01 16:25:57','2021-01-01 08:25:57'),(18416,9047,'action started via WP Cron','2021-01-01 16:27:38','2021-01-01 08:27:38'),(18417,9047,'action complete via WP Cron','2021-01-01 16:27:38','2021-01-01 08:27:38'),(18418,9048,'action created','2021-01-01 16:28:00','2021-01-01 08:28:00'),(18419,9048,'action started via WP Cron','2021-01-01 16:29:39','2021-01-01 08:29:39'),(18420,9048,'action complete via WP Cron','2021-01-01 16:29:39','2021-01-01 08:29:39'),(18421,9049,'action created','2021-01-01 16:29:39','2021-01-01 08:29:39'),(18422,9049,'action started via WP Cron','2021-01-01 16:32:11','2021-01-01 08:32:11'),(18423,9049,'action complete via WP Cron','2021-01-01 16:32:11','2021-01-01 08:32:11'),(18424,9050,'action created','2021-01-01 16:32:11','2021-01-01 08:32:11'),(18425,9050,'action started via WP Cron','2021-01-01 16:33:08','2021-01-01 08:33:08'),(18426,9050,'action complete via WP Cron','2021-01-01 16:33:08','2021-01-01 08:33:08'),(18427,9051,'action created','2021-01-01 16:37:59','2021-01-01 08:37:59'),(18428,9051,'action started via WP Cron','2021-01-01 16:39:33','2021-01-01 08:39:33'),(18429,9051,'action complete via WP Cron','2021-01-01 16:39:33','2021-01-01 08:39:33'),(18430,9052,'action created','2021-01-01 16:39:33','2021-01-01 08:39:33'),(18431,9052,'action started via WP Cron','2021-01-01 16:41:41','2021-01-01 08:41:41'),(18432,9052,'action complete via WP Cron','2021-01-01 16:41:41','2021-01-01 08:41:41'),(18433,9053,'action created','2021-01-01 16:41:41','2021-01-01 08:41:41'),(18434,9053,'action started via WP Cron','2021-01-01 16:43:22','2021-01-01 08:43:22'),(18435,9053,'action complete via WP Cron','2021-01-01 16:43:22','2021-01-01 08:43:22'),(18436,9054,'action created','2021-01-01 16:43:22','2021-01-01 08:43:22'),(18437,9054,'action started via WP Cron','2021-01-01 16:46:09','2021-01-01 08:46:09'),(18438,9054,'action complete via WP Cron','2021-01-01 16:46:09','2021-01-01 08:46:09'),(18439,9055,'action created','2021-01-01 16:46:09','2021-01-01 08:46:09'),(18440,9055,'action started via WP Cron','2021-01-01 16:49:44','2021-01-01 08:49:44'),(18441,9055,'action complete via WP Cron','2021-01-01 16:49:44','2021-01-01 08:49:44'),(18442,9056,'action created','2021-01-01 16:49:57','2021-01-01 08:49:57'),(18443,9056,'action started via WP Cron','2021-01-01 16:50:45','2021-01-01 08:50:45'),(18444,9056,'action complete via WP Cron','2021-01-01 16:50:45','2021-01-01 08:50:45'),(18445,9057,'action created','2021-01-01 16:50:45','2021-01-01 08:50:45'),(18446,9057,'action started via WP Cron','2021-01-01 16:51:46','2021-01-01 08:51:46'),(18447,9057,'action complete via WP Cron','2021-01-01 16:51:46','2021-01-01 08:51:46'),(18448,9058,'action created','2021-01-01 16:51:46','2021-01-01 08:51:46'),(18449,9058,'action started via WP Cron','2021-01-01 16:52:47','2021-01-01 08:52:47'),(18450,9058,'action complete via WP Cron','2021-01-01 16:52:47','2021-01-01 08:52:47'),(18451,9059,'action created','2021-01-01 16:52:47','2021-01-01 08:52:47'),(18452,9059,'action started via WP Cron','2021-01-01 16:53:48','2021-01-01 08:53:48'),(18453,9059,'action complete via WP Cron','2021-01-01 16:53:48','2021-01-01 08:53:48'),(18454,9060,'action created','2021-01-01 16:53:48','2021-01-01 08:53:48'),(18455,9060,'action started via WP Cron','2021-01-01 16:54:54','2021-01-01 08:54:54'),(18456,9060,'action complete via WP Cron','2021-01-01 16:54:54','2021-01-01 08:54:54'),(18457,9061,'action created','2021-01-01 16:54:54','2021-01-01 08:54:54'),(18458,9061,'action started via WP Cron','2021-01-01 16:55:51','2021-01-01 08:55:51'),(18459,9061,'action complete via WP Cron','2021-01-01 16:55:51','2021-01-01 08:55:51'),(18460,9062,'action created','2021-01-01 16:55:52','2021-01-01 08:55:52'),(18461,9062,'action started via WP Cron','2021-01-01 16:58:21','2021-01-01 08:58:21'),(18462,9062,'action complete via WP Cron','2021-01-01 16:58:21','2021-01-01 08:58:21'),(18463,9063,'action created','2021-01-01 16:58:22','2021-01-01 08:58:22'),(18464,9063,'action started via WP Cron','2021-01-01 17:00:32','2021-01-01 09:00:32'),(18465,9063,'action complete via WP Cron','2021-01-01 17:00:32','2021-01-01 09:00:32'),(18466,9064,'action created','2021-01-01 17:00:32','2021-01-01 09:00:32'),(18467,9064,'action started via WP Cron','2021-01-01 17:01:57','2021-01-01 09:01:57'),(18468,9064,'action complete via WP Cron','2021-01-01 17:01:57','2021-01-01 09:01:57'),(18469,9065,'action created','2021-01-01 17:01:57','2021-01-01 09:01:57'),(18470,9065,'action started via WP Cron','2021-01-01 17:04:33','2021-01-01 09:04:33'),(18471,9065,'action complete via WP Cron','2021-01-01 17:04:33','2021-01-01 09:04:33'),(18472,9066,'action created','2021-01-01 17:04:33','2021-01-01 09:04:33'),(18473,9066,'action started via WP Cron','2021-01-01 17:05:43','2021-01-01 09:05:43'),(18474,9066,'action complete via WP Cron','2021-01-01 17:05:44','2021-01-01 09:05:44'),(18475,9067,'action created','2021-01-01 17:05:44','2021-01-01 09:05:44'),(18476,9067,'action started via WP Cron','2021-01-01 17:07:37','2021-01-01 09:07:37'),(18477,9067,'action complete via WP Cron','2021-01-01 17:07:37','2021-01-01 09:07:37'),(18478,9068,'action created','2021-01-01 17:07:37','2021-01-01 09:07:37'),(18479,9068,'action started via WP Cron','2021-01-01 17:11:41','2021-01-01 09:11:41'),(18480,9068,'action complete via WP Cron','2021-01-01 17:11:41','2021-01-01 09:11:41'),(18481,9069,'action created','2021-01-01 17:11:41','2021-01-01 09:11:41'),(18482,9069,'action started via WP Cron','2021-01-01 17:14:24','2021-01-01 09:14:24'),(18483,9069,'action complete via WP Cron','2021-01-01 17:14:24','2021-01-01 09:14:24'),(18484,9070,'action created','2021-01-01 17:14:24','2021-01-01 09:14:24'),(18485,9070,'action started via WP Cron','2021-01-01 17:17:55','2021-01-01 09:17:55'),(18486,9070,'action complete via WP Cron','2021-01-01 17:17:55','2021-01-01 09:17:55'),(18487,9071,'action created','2021-01-01 17:17:55','2021-01-01 09:17:55'),(18488,9071,'action started via WP Cron','2021-01-01 17:20:03','2021-01-01 09:20:03'),(18489,9071,'action complete via WP Cron','2021-01-01 17:20:03','2021-01-01 09:20:03'),(18490,9072,'action created','2021-01-01 17:20:03','2021-01-01 09:20:03'),(18491,9072,'action started via WP Cron','2021-01-01 17:23:30','2021-01-01 09:23:30'),(18492,9072,'action complete via WP Cron','2021-01-01 17:23:30','2021-01-01 09:23:30'),(18493,9073,'action created','2021-01-01 17:23:30','2021-01-01 09:23:30'),(18494,9073,'action started via WP Cron','2021-01-01 17:23:43','2021-01-01 09:23:43'),(18495,9073,'action complete via WP Cron','2021-01-01 17:23:43','2021-01-01 09:23:43'),(18496,9074,'action created','2021-01-01 17:23:43','2021-01-01 09:23:43'),(18497,9074,'action started via WP Cron','2021-01-01 17:25:06','2021-01-01 09:25:06'),(18498,9074,'action complete via WP Cron','2021-01-01 17:25:06','2021-01-01 09:25:06'),(18499,9075,'action created','2021-01-01 17:25:06','2021-01-01 09:25:06'),(18500,9075,'action started via WP Cron','2021-01-01 17:26:09','2021-01-01 09:26:09'),(18501,9075,'action complete via WP Cron','2021-01-01 17:26:09','2021-01-01 09:26:09'),(18502,9076,'action created','2021-01-01 17:26:09','2021-01-01 09:26:09'),(18503,9076,'action started via WP Cron','2021-01-01 17:26:44','2021-01-01 09:26:44'),(18504,9076,'action complete via WP Cron','2021-01-01 17:26:44','2021-01-01 09:26:44'),(18505,9077,'action created','2021-01-01 17:26:44','2021-01-01 09:26:44'),(18506,9077,'action started via WP Cron','2021-01-01 17:28:03','2021-01-01 09:28:03'),(18507,9077,'action complete via WP Cron','2021-01-01 17:28:03','2021-01-01 09:28:03'),(18508,9078,'action created','2021-01-01 17:28:03','2021-01-01 09:28:03'),(18509,9078,'action started via WP Cron','2021-01-01 17:28:54','2021-01-01 09:28:54'),(18510,9078,'action complete via WP Cron','2021-01-01 17:28:54','2021-01-01 09:28:54'),(18511,9079,'action created','2021-01-01 17:28:54','2021-01-01 09:28:54'),(18512,9079,'action started via WP Cron','2021-01-01 17:30:52','2021-01-01 09:30:52'),(18513,9079,'action complete via WP Cron','2021-01-01 17:30:52','2021-01-01 09:30:52'),(18514,9080,'action created','2021-01-01 17:30:52','2021-01-01 09:30:52'),(18515,9080,'action started via WP Cron','2021-01-01 17:32:27','2021-01-01 09:32:27'),(18516,9080,'action complete via WP Cron','2021-01-01 17:32:27','2021-01-01 09:32:27'),(18517,9081,'action created','2021-01-01 17:32:27','2021-01-01 09:32:27'),(18518,9081,'action started via WP Cron','2021-01-01 17:36:23','2021-01-01 09:36:23'),(18519,9081,'action complete via WP Cron','2021-01-01 17:36:23','2021-01-01 09:36:23'),(18520,9082,'action created','2021-01-01 17:36:26','2021-01-01 09:36:26'),(18521,9082,'action started via WP Cron','2021-01-01 17:36:41','2021-01-01 09:36:41'),(18522,9082,'action complete via WP Cron','2021-01-01 17:36:41','2021-01-01 09:36:41'),(18523,9083,'action created','2021-01-01 17:36:41','2021-01-01 09:36:41'),(18524,9083,'action started via WP Cron','2021-01-01 17:39:33','2021-01-01 09:39:33'),(18525,9083,'action complete via WP Cron','2021-01-01 17:39:33','2021-01-01 09:39:33'),(18526,9084,'action created','2021-01-01 17:39:33','2021-01-01 09:39:33'),(18527,9084,'action started via WP Cron','2021-01-01 17:40:38','2021-01-01 09:40:38'),(18528,9084,'action complete via WP Cron','2021-01-01 17:40:38','2021-01-01 09:40:38'),(18529,9085,'action created','2021-01-01 17:40:38','2021-01-01 09:40:38'),(18530,9085,'action started via WP Cron','2021-01-01 17:46:01','2021-01-01 09:46:01'),(18531,9085,'action complete via WP Cron','2021-01-01 17:46:01','2021-01-01 09:46:01'),(18532,9086,'action created','2021-01-01 17:46:02','2021-01-01 09:46:02'),(18533,9086,'action started via WP Cron','2021-01-01 17:47:02','2021-01-01 09:47:02'),(18534,9086,'action complete via WP Cron','2021-01-01 17:47:02','2021-01-01 09:47:02'),(18535,9087,'action created','2021-01-01 17:47:02','2021-01-01 09:47:02'),(18536,9087,'action started via WP Cron','2021-01-01 17:48:06','2021-01-01 09:48:06'),(18537,9087,'action complete via WP Cron','2021-01-01 17:48:06','2021-01-01 09:48:06'),(18538,9088,'action created','2021-01-01 17:48:06','2021-01-01 09:48:06'),(18539,9088,'action started via WP Cron','2021-01-01 17:49:04','2021-01-01 09:49:04'),(18540,9088,'action complete via WP Cron','2021-01-01 17:49:04','2021-01-01 09:49:04'),(18541,9089,'action created','2021-01-01 17:49:04','2021-01-01 09:49:04'),(18542,9089,'action started via WP Cron','2021-01-01 17:50:05','2021-01-01 09:50:05'),(18543,9089,'action complete via WP Cron','2021-01-01 17:50:05','2021-01-01 09:50:05'),(18544,9090,'action created','2021-01-01 17:50:05','2021-01-01 09:50:05'),(18545,9090,'action started via WP Cron','2021-01-01 17:51:06','2021-01-01 09:51:06'),(18546,9090,'action complete via WP Cron','2021-01-01 17:51:06','2021-01-01 09:51:06'),(18547,9091,'action created','2021-01-01 17:51:06','2021-01-01 09:51:06'),(18548,9091,'action started via WP Cron','2021-01-01 17:52:08','2021-01-01 09:52:08'),(18549,9091,'action complete via WP Cron','2021-01-01 17:52:08','2021-01-01 09:52:08'),(18550,9092,'action created','2021-01-01 17:52:08','2021-01-01 09:52:08'),(18551,9092,'action started via WP Cron','2021-01-01 17:53:02','2021-01-01 09:53:02'),(18552,9092,'action complete via WP Cron','2021-01-01 17:53:02','2021-01-01 09:53:02'),(18553,9093,'action created','2021-01-01 17:53:02','2021-01-01 09:53:02'),(18554,9093,'action started via WP Cron','2021-01-01 17:53:51','2021-01-01 09:53:51'),(18555,9093,'action complete via WP Cron','2021-01-01 17:53:51','2021-01-01 09:53:51'),(18556,9094,'action created','2021-01-01 17:53:51','2021-01-01 09:53:51'),(18557,9094,'action started via WP Cron','2021-01-01 17:54:44','2021-01-01 09:54:44'),(18558,9094,'action complete via WP Cron','2021-01-01 17:54:44','2021-01-01 09:54:44'),(18559,9095,'action created','2021-01-01 17:54:44','2021-01-01 09:54:44'),(18560,9095,'action started via WP Cron','2021-01-01 17:55:54','2021-01-01 09:55:54'),(18561,9095,'action complete via WP Cron','2021-01-01 17:55:54','2021-01-01 09:55:54'),(18562,9096,'action created','2021-01-01 17:56:35','2021-01-01 09:56:35'),(18563,9096,'action started via WP Cron','2021-01-01 17:58:13','2021-01-01 09:58:13'),(18564,9096,'action complete via WP Cron','2021-01-01 17:58:13','2021-01-01 09:58:13'),(18565,9097,'action created','2021-01-01 17:58:13','2021-01-01 09:58:13'),(18566,9097,'action started via WP Cron','2021-01-01 17:59:13','2021-01-01 09:59:13'),(18567,9097,'action complete via WP Cron','2021-01-01 17:59:13','2021-01-01 09:59:13'),(18568,9098,'action created','2021-01-01 17:59:14','2021-01-01 09:59:14'),(18569,9098,'action started via WP Cron','2021-01-01 18:00:15','2021-01-01 10:00:15'),(18570,9098,'action complete via WP Cron','2021-01-01 18:00:16','2021-01-01 10:00:16'),(18571,9099,'action created','2021-01-01 18:00:16','2021-01-01 10:00:16'),(18572,9099,'action started via WP Cron','2021-01-01 18:00:57','2021-01-01 10:00:57'),(18573,9099,'action complete via WP Cron','2021-01-01 18:00:57','2021-01-01 10:00:57'),(18574,9100,'action created','2021-01-01 18:00:57','2021-01-01 10:00:57'),(18575,9100,'action started via WP Cron','2021-01-01 18:01:59','2021-01-01 10:01:59'),(18576,9100,'action complete via WP Cron','2021-01-01 18:01:59','2021-01-01 10:01:59'),(18577,9101,'action created','2021-01-01 18:01:59','2021-01-01 10:01:59'),(18578,9101,'action started via WP Cron','2021-01-01 18:03:18','2021-01-01 10:03:18'),(18579,9101,'action complete via WP Cron','2021-01-01 18:03:18','2021-01-01 10:03:18'),(18580,9102,'action created','2021-01-01 18:03:19','2021-01-01 10:03:19'),(18581,9102,'action started via WP Cron','2021-01-01 18:04:08','2021-01-01 10:04:08'),(18582,9102,'action complete via WP Cron','2021-01-01 18:04:08','2021-01-01 10:04:08'),(18583,9103,'action created','2021-01-01 18:04:08','2021-01-01 10:04:08'),(18584,9103,'action started via WP Cron','2021-01-01 18:07:04','2021-01-01 10:07:04'),(18585,9104,'action created','2021-01-01 18:07:04','2021-01-01 10:07:04'),(18586,9103,'action complete via WP Cron','2021-01-01 18:07:04','2021-01-01 10:07:04'),(18587,9104,'action started via WP Cron','2021-01-01 18:08:04','2021-01-01 10:08:04'),(18588,9104,'action complete via WP Cron','2021-01-01 18:08:04','2021-01-01 10:08:04'),(18589,9105,'action created','2021-01-01 18:08:04','2021-01-01 10:08:04'),(18590,9105,'action started via WP Cron','2021-01-01 18:08:45','2021-01-01 10:08:45'),(18591,9105,'action complete via WP Cron','2021-01-01 18:08:45','2021-01-01 10:08:45'),(18592,9106,'action created','2021-01-01 18:08:45','2021-01-01 10:08:45'),(18593,9106,'action started via WP Cron','2021-01-01 18:10:48','2021-01-01 10:10:48'),(18594,9106,'action complete via WP Cron','2021-01-01 18:10:48','2021-01-01 10:10:48'),(18595,9107,'action created','2021-01-01 18:10:48','2021-01-01 10:10:48'),(18596,9107,'action started via WP Cron','2021-01-01 18:12:21','2021-01-01 10:12:21'),(18597,9107,'action complete via WP Cron','2021-01-01 18:12:21','2021-01-01 10:12:21'),(18598,9108,'action created','2021-01-01 18:12:21','2021-01-01 10:12:21'),(18599,9108,'action started via WP Cron','2021-01-01 18:12:57','2021-01-01 10:12:57'),(18600,9108,'action complete via WP Cron','2021-01-01 18:12:57','2021-01-01 10:12:57'),(18601,9109,'action created','2021-01-01 18:12:57','2021-01-01 10:12:57'),(18602,9109,'action started via WP Cron','2021-01-01 18:13:52','2021-01-01 10:13:52'),(18603,9109,'action complete via WP Cron','2021-01-01 18:13:52','2021-01-01 10:13:52'),(18604,9110,'action created','2021-01-01 18:14:49','2021-01-01 10:14:49'),(18605,9110,'action started via WP Cron','2021-01-01 18:18:27','2021-01-01 10:18:27'),(18606,9110,'action complete via WP Cron','2021-01-01 18:18:27','2021-01-01 10:18:27'),(18607,9111,'action created','2021-01-01 18:18:27','2021-01-01 10:18:27'),(18608,9111,'action started via WP Cron','2021-01-01 18:19:13','2021-01-01 10:19:13'),(18609,9111,'action complete via WP Cron','2021-01-01 18:19:13','2021-01-01 10:19:13'),(18610,9112,'action created','2021-01-01 18:19:13','2021-01-01 10:19:13'),(18611,9112,'action started via WP Cron','2021-01-01 18:20:46','2021-01-01 10:20:46'),(18612,9112,'action complete via WP Cron','2021-01-01 18:20:46','2021-01-01 10:20:46'),(18613,9113,'action created','2021-01-01 18:20:46','2021-01-01 10:20:46'),(18614,9113,'action started via WP Cron','2021-01-01 18:22:38','2021-01-01 10:22:38'),(18615,9113,'action complete via WP Cron','2021-01-01 18:22:38','2021-01-01 10:22:38'),(18616,9114,'action created','2021-01-01 18:22:38','2021-01-01 10:22:38'),(18617,9114,'action started via WP Cron','2021-01-01 18:24:44','2021-01-01 10:24:44'),(18618,9114,'action complete via WP Cron','2021-01-01 18:24:44','2021-01-01 10:24:44'),(18619,9115,'action created','2021-01-01 18:24:44','2021-01-01 10:24:44'),(18620,9115,'action started via WP Cron','2021-01-01 18:26:16','2021-01-01 10:26:16'),(18621,9115,'action complete via WP Cron','2021-01-01 18:26:16','2021-01-01 10:26:16'),(18622,9116,'action created','2021-01-01 18:26:16','2021-01-01 10:26:16'),(18623,9116,'action started via WP Cron','2021-01-01 18:26:58','2021-01-01 10:26:58'),(18624,9116,'action complete via WP Cron','2021-01-01 18:26:58','2021-01-01 10:26:58'),(18625,9117,'action created','2021-01-01 18:26:58','2021-01-01 10:26:58'),(18626,9117,'action started via WP Cron','2021-01-01 18:27:59','2021-01-01 10:27:59'),(18627,9117,'action complete via WP Cron','2021-01-01 18:27:59','2021-01-01 10:27:59'),(18628,9118,'action created','2021-01-01 18:27:59','2021-01-01 10:27:59'),(18629,9118,'action started via WP Cron','2021-01-01 18:38:17','2021-01-01 10:38:17'),(18630,9118,'action complete via WP Cron','2021-01-01 18:38:17','2021-01-01 10:38:17'),(18631,9119,'action created','2021-01-01 18:38:17','2021-01-01 10:38:17'),(18632,9119,'action started via WP Cron','2021-01-01 18:38:43','2021-01-01 10:38:43'),(18633,9119,'action complete via WP Cron','2021-01-01 18:38:43','2021-01-01 10:38:43'),(18634,9120,'action created','2021-01-01 18:38:43','2021-01-01 10:38:43'),(18635,9120,'action started via WP Cron','2021-01-01 18:39:59','2021-01-01 10:39:59'),(18636,9120,'action complete via WP Cron','2021-01-01 18:39:59','2021-01-01 10:39:59'),(18637,9121,'action created','2021-01-01 18:40:00','2021-01-01 10:40:00'),(18638,9121,'action started via WP Cron','2021-01-01 18:41:41','2021-01-01 10:41:41'),(18639,9121,'action complete via WP Cron','2021-01-01 18:41:41','2021-01-01 10:41:41'),(18640,9122,'action created','2021-01-01 18:41:41','2021-01-01 10:41:41'),(18641,9122,'action started via WP Cron','2021-01-01 18:43:02','2021-01-01 10:43:02'),(18642,9122,'action complete via WP Cron','2021-01-01 18:43:02','2021-01-01 10:43:02'),(18643,9123,'action created','2021-01-01 18:43:02','2021-01-01 10:43:02'),(18644,9123,'action started via WP Cron','2021-01-01 18:43:47','2021-01-01 10:43:47'),(18645,9123,'action complete via WP Cron','2021-01-01 18:43:47','2021-01-01 10:43:47'),(18646,9124,'action created','2021-01-01 18:43:47','2021-01-01 10:43:47'),(18647,9124,'action started via WP Cron','2021-01-01 18:47:42','2021-01-01 10:47:42'),(18648,9124,'action complete via WP Cron','2021-01-01 18:47:42','2021-01-01 10:47:42'),(18649,9125,'action created','2021-01-01 18:47:42','2021-01-01 10:47:42'),(18650,9125,'action started via WP Cron','2021-01-01 18:48:49','2021-01-01 10:48:49'),(18651,9125,'action complete via WP Cron','2021-01-01 18:48:49','2021-01-01 10:48:49'),(18652,9126,'action created','2021-01-01 18:50:50','2021-01-01 10:50:50'),(18653,9126,'action started via WP Cron','2021-01-01 18:51:51','2021-01-01 10:51:51'),(18654,9126,'action complete via WP Cron','2021-01-01 18:51:51','2021-01-01 10:51:51'),(18655,9127,'action created','2021-01-01 18:51:51','2021-01-01 10:51:51'),(18656,9127,'action started via WP Cron','2021-01-01 18:52:52','2021-01-01 10:52:52'),(18657,9127,'action complete via WP Cron','2021-01-01 18:52:52','2021-01-01 10:52:52'),(18658,9128,'action created','2021-01-01 18:52:52','2021-01-01 10:52:52'),(18659,9128,'action started via WP Cron','2021-01-01 18:54:24','2021-01-01 10:54:24'),(18660,9128,'action complete via WP Cron','2021-01-01 18:54:24','2021-01-01 10:54:24'),(18661,9129,'action created','2021-01-01 18:54:24','2021-01-01 10:54:24'),(18662,9129,'action started via WP Cron','2021-01-01 18:56:52','2021-01-01 10:56:52'),(18663,9129,'action complete via WP Cron','2021-01-01 18:56:52','2021-01-01 10:56:52'),(18664,9130,'action created','2021-01-01 18:56:53','2021-01-01 10:56:53'),(18665,9130,'action started via WP Cron','2021-01-01 18:57:53','2021-01-01 10:57:53'),(18666,9130,'action complete via WP Cron','2021-01-01 18:57:53','2021-01-01 10:57:53'),(18667,9131,'action created','2021-01-01 18:57:53','2021-01-01 10:57:53'),(18668,9131,'action started via WP Cron','2021-01-01 18:58:54','2021-01-01 10:58:54'),(18669,9131,'action complete via WP Cron','2021-01-01 18:58:54','2021-01-01 10:58:54'),(18670,9132,'action created','2021-01-01 18:58:55','2021-01-01 10:58:55'),(18671,9132,'action started via WP Cron','2021-01-01 19:04:22','2021-01-01 11:04:22'),(18672,9132,'action complete via WP Cron','2021-01-01 19:04:22','2021-01-01 11:04:22'),(18673,9133,'action created','2021-01-01 19:04:22','2021-01-01 11:04:22'),(18674,9133,'action started via WP Cron','2021-01-01 19:04:45','2021-01-01 11:04:45'),(18675,9133,'action complete via WP Cron','2021-01-01 19:04:45','2021-01-01 11:04:45'),(18676,9134,'action created','2021-01-01 19:04:45','2021-01-01 11:04:45'),(18677,9134,'action started via WP Cron','2021-01-01 19:07:21','2021-01-01 11:07:21'),(18678,9134,'action complete via WP Cron','2021-01-01 19:07:21','2021-01-01 11:07:21'),(18679,9135,'action created','2021-01-01 19:07:21','2021-01-01 11:07:21'),(18680,9135,'action started via WP Cron','2021-01-01 19:07:59','2021-01-01 11:07:59'),(18681,9135,'action complete via WP Cron','2021-01-01 19:07:59','2021-01-01 11:07:59'),(18682,9136,'action created','2021-01-01 19:07:59','2021-01-01 11:07:59'),(18683,9136,'action started via WP Cron','2021-01-01 19:09:23','2021-01-01 11:09:23'),(18684,9136,'action complete via WP Cron','2021-01-01 19:09:23','2021-01-01 11:09:23'),(18685,9137,'action created','2021-01-01 19:09:24','2021-01-01 11:09:24'),(18686,9137,'action started via WP Cron','2021-01-01 19:11:22','2021-01-01 11:11:22'),(18687,9137,'action complete via WP Cron','2021-01-01 19:11:22','2021-01-01 11:11:22'),(18688,9138,'action created','2021-01-01 19:11:22','2021-01-01 11:11:22'),(18689,9138,'action started via WP Cron','2021-01-01 19:14:07','2021-01-01 11:14:07'),(18690,9138,'action complete via WP Cron','2021-01-01 19:14:07','2021-01-01 11:14:07'),(18691,9139,'action created','2021-01-01 19:14:07','2021-01-01 11:14:07'),(18692,9139,'action started via WP Cron','2021-01-01 19:16:31','2021-01-01 11:16:31'),(18693,9139,'action complete via WP Cron','2021-01-01 19:16:31','2021-01-01 11:16:31'),(18694,9140,'action created','2021-01-01 19:16:31','2021-01-01 11:16:31'),(18695,9140,'action started via WP Cron','2021-01-01 19:19:06','2021-01-01 11:19:06'),(18696,9140,'action complete via WP Cron','2021-01-01 19:19:06','2021-01-01 11:19:06'),(18697,9141,'action created','2021-01-01 19:19:07','2021-01-01 11:19:07'),(18698,9141,'action started via WP Cron','2021-01-01 19:22:10','2021-01-01 11:22:10'),(18699,9141,'action complete via WP Cron','2021-01-01 19:22:10','2021-01-01 11:22:10'),(18700,9142,'action created','2021-01-01 19:22:10','2021-01-01 11:22:10'),(18701,9142,'action started via WP Cron','2021-01-01 19:23:04','2021-01-01 11:23:04'),(18702,9142,'action complete via WP Cron','2021-01-01 19:23:04','2021-01-01 11:23:04'),(18703,9143,'action created','2021-01-01 19:23:04','2021-01-01 11:23:04'),(18704,9143,'action started via WP Cron','2021-01-01 19:24:24','2021-01-01 11:24:24'),(18705,9143,'action complete via WP Cron','2021-01-01 19:24:24','2021-01-01 11:24:24'),(18706,9144,'action created','2021-01-01 19:24:24','2021-01-01 11:24:24'),(18707,9144,'action started via WP Cron','2021-01-01 19:25:36','2021-01-01 11:25:36'),(18708,9144,'action complete via WP Cron','2021-01-01 19:25:36','2021-01-01 11:25:36'),(18709,9145,'action created','2021-01-01 19:25:36','2021-01-01 11:25:36'),(18710,9145,'action started via WP Cron','2021-01-01 19:25:48','2021-01-01 11:25:48'),(18711,9145,'action complete via WP Cron','2021-01-01 19:25:48','2021-01-01 11:25:48'),(18712,9146,'action created','2021-01-01 19:25:48','2021-01-01 11:25:48'),(18713,9146,'action started via WP Cron','2021-01-01 19:27:37','2021-01-01 11:27:37'),(18714,9146,'action complete via WP Cron','2021-01-01 19:27:37','2021-01-01 11:27:37'),(18715,9147,'action created','2021-01-01 19:27:37','2021-01-01 11:27:37'),(18716,9147,'action started via WP Cron','2021-01-01 19:27:57','2021-01-01 11:27:57'),(18717,9147,'action complete via WP Cron','2021-01-01 19:27:57','2021-01-01 11:27:57'),(18718,9148,'action created','2021-01-01 19:27:57','2021-01-01 11:27:57'),(18719,9148,'action started via WP Cron','2021-01-01 19:29:00','2021-01-01 11:29:00'),(18720,9148,'action complete via WP Cron','2021-01-01 19:29:00','2021-01-01 11:29:00'),(18721,9149,'action created','2021-01-01 19:29:00','2021-01-01 11:29:00'),(18722,9149,'action started via WP Cron','2021-01-01 19:30:34','2021-01-01 11:30:34'),(18723,9149,'action complete via WP Cron','2021-01-01 19:30:34','2021-01-01 11:30:34'),(18724,9150,'action created','2021-01-01 19:47:07','2021-01-01 11:47:07'),(18725,9150,'action started via WP Cron','2021-01-01 19:53:53','2021-01-01 11:53:53'),(18726,9150,'action complete via WP Cron','2021-01-01 19:53:53','2021-01-01 11:53:53'),(18727,9151,'action created','2021-01-01 19:53:53','2021-01-01 11:53:53'),(18728,9151,'action started via WP Cron','2021-01-01 19:54:53','2021-01-01 11:54:53'),(18729,9151,'action complete via WP Cron','2021-01-01 19:54:53','2021-01-01 11:54:53'),(18730,9152,'action created','2021-01-01 19:54:53','2021-01-01 11:54:53'),(18731,9152,'action started via WP Cron','2021-01-01 19:55:54','2021-01-01 11:55:54'),(18732,9152,'action complete via WP Cron','2021-01-01 19:55:54','2021-01-01 11:55:54'),(18733,9153,'action created','2021-01-01 19:55:54','2021-01-01 11:55:54'),(18734,9153,'action started via WP Cron','2021-01-01 19:57:56','2021-01-01 11:57:56'),(18735,9153,'action complete via WP Cron','2021-01-01 19:57:56','2021-01-01 11:57:56'),(18736,9154,'action created','2021-01-01 19:57:57','2021-01-01 11:57:57'),(18737,9154,'action started via WP Cron','2021-01-01 19:58:58','2021-01-01 11:58:58'),(18738,9154,'action complete via WP Cron','2021-01-01 19:58:58','2021-01-01 11:58:58'),(18739,9155,'action created','2021-01-01 19:58:58','2021-01-01 11:58:58'),(18740,9155,'action started via WP Cron','2021-01-01 20:04:54','2021-01-01 12:04:54'),(18741,9155,'action complete via WP Cron','2021-01-01 20:04:54','2021-01-01 12:04:54'),(18742,9156,'action created','2021-01-01 20:04:54','2021-01-01 12:04:54'),(18743,9156,'action started via WP Cron','2021-01-01 20:05:48','2021-01-01 12:05:48'),(18744,9156,'action complete via WP Cron','2021-01-01 20:05:48','2021-01-01 12:05:48'),(18745,9157,'action created','2021-01-01 20:05:48','2021-01-01 12:05:48'),(18746,9157,'action started via WP Cron','2021-01-01 20:10:23','2021-01-01 12:10:23'),(18747,9157,'action complete via WP Cron','2021-01-01 20:10:23','2021-01-01 12:10:23'),(18748,9158,'action created','2021-01-01 20:10:23','2021-01-01 12:10:23'),(18749,9158,'action started via WP Cron','2021-01-01 20:11:24','2021-01-01 12:11:24'),(18750,9158,'action complete via WP Cron','2021-01-01 20:11:24','2021-01-01 12:11:24'),(18751,9159,'action created','2021-01-01 20:11:24','2021-01-01 12:11:24'),(18752,9159,'action started via WP Cron','2021-01-01 20:12:25','2021-01-01 12:12:25'),(18753,9159,'action complete via WP Cron','2021-01-01 20:12:25','2021-01-01 12:12:25'),(18754,9160,'action created','2021-01-01 20:12:25','2021-01-01 12:12:25'),(18755,9160,'action started via WP Cron','2021-01-01 20:14:27','2021-01-01 12:14:27'),(18756,9160,'action complete via WP Cron','2021-01-01 20:14:27','2021-01-01 12:14:27'),(18757,9161,'action created','2021-01-01 20:14:28','2021-01-01 12:14:28'),(18758,9161,'action started via WP Cron','2021-01-01 20:15:29','2021-01-01 12:15:29'),(18759,9161,'action complete via WP Cron','2021-01-01 20:15:29','2021-01-01 12:15:29'),(18760,9162,'action created','2021-01-01 20:15:29','2021-01-01 12:15:29'),(18761,9162,'action started via WP Cron','2021-01-01 20:16:52','2021-01-01 12:16:52'),(18762,9162,'action complete via WP Cron','2021-01-01 20:16:52','2021-01-01 12:16:52'),(18763,9163,'action created','2021-01-01 20:16:52','2021-01-01 12:16:52'),(18764,9163,'action started via WP Cron','2021-01-01 20:24:52','2021-01-01 12:24:52'),(18765,9163,'action complete via WP Cron','2021-01-01 20:24:52','2021-01-01 12:24:52'),(18766,9164,'action created','2021-01-01 20:24:52','2021-01-01 12:24:52'),(18767,9164,'action started via WP Cron','2021-01-01 20:26:18','2021-01-01 12:26:18'),(18768,9164,'action complete via WP Cron','2021-01-01 20:26:18','2021-01-01 12:26:18'),(18769,9165,'action created','2021-01-01 20:26:18','2021-01-01 12:26:18'),(18770,9165,'action started via WP Cron','2021-01-01 20:30:47','2021-01-01 12:30:47'),(18771,9165,'action complete via WP Cron','2021-01-01 20:30:47','2021-01-01 12:30:47'),(18772,9166,'action created','2021-01-01 20:30:47','2021-01-01 12:30:47'),(18773,9166,'action started via WP Cron','2021-01-01 20:33:03','2021-01-01 12:33:03'),(18774,9166,'action complete via WP Cron','2021-01-01 20:33:03','2021-01-01 12:33:03'),(18775,9167,'action created','2021-01-01 20:33:03','2021-01-01 12:33:03'),(18776,9167,'action started via WP Cron','2021-01-01 20:33:44','2021-01-01 12:33:44'),(18777,9167,'action complete via WP Cron','2021-01-01 20:33:44','2021-01-01 12:33:44'),(18778,9168,'action created','2021-01-01 20:33:45','2021-01-01 12:33:45'),(18779,9168,'action started via WP Cron','2021-01-01 20:39:42','2021-01-01 12:39:42'),(18780,9168,'action complete via WP Cron','2021-01-01 20:39:42','2021-01-01 12:39:42'),(18781,9169,'action created','2021-01-01 20:39:42','2021-01-01 12:39:42'),(18782,9169,'action started via WP Cron','2021-01-01 20:44:08','2021-01-01 12:44:08'),(18783,9169,'action complete via WP Cron','2021-01-01 20:44:08','2021-01-01 12:44:08'),(18784,9170,'action created','2021-01-01 20:44:08','2021-01-01 12:44:08'),(18785,9170,'action started via WP Cron','2021-01-01 20:47:30','2021-01-01 12:47:30'),(18786,9170,'action complete via WP Cron','2021-01-01 20:47:30','2021-01-01 12:47:30'),(18787,9171,'action created','2021-01-01 20:47:30','2021-01-01 12:47:30'),(18788,9171,'action started via WP Cron','2021-01-01 20:51:17','2021-01-01 12:51:17'),(18789,9171,'action complete via WP Cron','2021-01-01 20:51:17','2021-01-01 12:51:17'),(18790,9172,'action created','2021-01-01 20:51:17','2021-01-01 12:51:17'),(18791,9172,'action started via WP Cron','2021-01-01 20:51:54','2021-01-01 12:51:54'),(18792,9172,'action complete via WP Cron','2021-01-01 20:51:54','2021-01-01 12:51:54'),(18793,9173,'action created','2021-01-01 20:51:54','2021-01-01 12:51:54'),(18794,9173,'action started via WP Cron','2021-01-01 20:53:03','2021-01-01 12:53:03'),(18795,9173,'action complete via WP Cron','2021-01-01 20:53:03','2021-01-01 12:53:03'),(18796,9174,'action created','2021-01-01 20:53:03','2021-01-01 12:53:03'),(18797,9174,'action started via WP Cron','2021-01-01 20:54:26','2021-01-01 12:54:26'),(18798,9174,'action complete via WP Cron','2021-01-01 20:54:26','2021-01-01 12:54:26'),(18799,9175,'action created','2021-01-01 20:54:26','2021-01-01 12:54:26'),(18800,9175,'action started via WP Cron','2021-01-01 20:57:44','2021-01-01 12:57:44'),(18801,9175,'action complete via WP Cron','2021-01-01 20:57:44','2021-01-01 12:57:44'),(18802,9176,'action created','2021-01-01 20:57:44','2021-01-01 12:57:44'),(18803,9176,'action started via WP Cron','2021-01-01 20:59:21','2021-01-01 12:59:21'),(18804,9176,'action complete via WP Cron','2021-01-01 20:59:21','2021-01-01 12:59:21'),(18805,9177,'action created','2021-01-01 20:59:21','2021-01-01 12:59:21'),(18806,9177,'action started via WP Cron','2021-01-01 21:00:34','2021-01-01 13:00:34'),(18807,9177,'action complete via WP Cron','2021-01-01 21:00:34','2021-01-01 13:00:34'),(18808,9178,'action created','2021-01-01 21:00:34','2021-01-01 13:00:34'),(18809,9178,'action started via WP Cron','2021-01-01 21:01:36','2021-01-01 13:01:36'),(18810,9178,'action complete via WP Cron','2021-01-01 21:01:36','2021-01-01 13:01:36'),(18811,9179,'action created','2021-01-01 21:01:36','2021-01-01 13:01:36'),(18812,9179,'action started via WP Cron','2021-01-01 21:03:38','2021-01-01 13:03:38'),(18813,9179,'action complete via WP Cron','2021-01-01 21:03:38','2021-01-01 13:03:38'),(18814,9180,'action created','2021-01-01 21:03:38','2021-01-01 13:03:38'),(18815,9180,'action started via WP Cron','2021-01-01 21:04:39','2021-01-01 13:04:39'),(18816,9180,'action complete via WP Cron','2021-01-01 21:04:39','2021-01-01 13:04:39'),(18817,9181,'action created','2021-01-01 21:04:39','2021-01-01 13:04:39'),(18818,9181,'action started via WP Cron','2021-01-01 21:05:33','2021-01-01 13:05:33'),(18819,9181,'action complete via WP Cron','2021-01-01 21:05:33','2021-01-01 13:05:33'),(18820,9182,'action created','2021-01-01 21:05:33','2021-01-01 13:05:33'),(18821,9182,'action started via WP Cron','2021-01-01 21:07:21','2021-01-01 13:07:21'),(18822,9182,'action complete via WP Cron','2021-01-01 21:07:21','2021-01-01 13:07:21'),(18823,9183,'action created','2021-01-01 21:07:21','2021-01-01 13:07:21'),(18824,9183,'action started via WP Cron','2021-01-01 21:09:07','2021-01-01 13:09:07'),(18825,9183,'action complete via WP Cron','2021-01-01 21:09:07','2021-01-01 13:09:07'),(18826,9184,'action created','2021-01-01 21:09:07','2021-01-01 13:09:07'),(18827,9184,'action started via WP Cron','2021-01-01 21:10:29','2021-01-01 13:10:29'),(18828,9184,'action complete via WP Cron','2021-01-01 21:10:29','2021-01-01 13:10:29'),(18829,9185,'action created','2021-01-01 21:10:29','2021-01-01 13:10:29'),(18830,9185,'action started via WP Cron','2021-01-01 21:10:44','2021-01-01 13:10:44'),(18831,9185,'action complete via WP Cron','2021-01-01 21:10:44','2021-01-01 13:10:44'),(18832,9186,'action created','2021-01-01 21:10:45','2021-01-01 13:10:45'),(18833,9186,'action started via WP Cron','2021-01-01 21:11:41','2021-01-01 13:11:41'),(18834,9186,'action complete via WP Cron','2021-01-01 21:11:41','2021-01-01 13:11:41'),(18835,9187,'action created','2021-01-01 21:11:41','2021-01-01 13:11:41'),(18836,9187,'action started via WP Cron','2021-01-01 21:12:44','2021-01-01 13:12:44'),(18837,9187,'action complete via WP Cron','2021-01-01 21:12:44','2021-01-01 13:12:44'),(18838,9188,'action created','2021-01-01 21:12:44','2021-01-01 13:12:44'),(18839,9188,'action started via WP Cron','2021-01-01 21:13:44','2021-01-01 13:13:44'),(18840,9188,'action complete via WP Cron','2021-01-01 21:13:44','2021-01-01 13:13:44'),(18841,9189,'action created','2021-01-01 21:13:44','2021-01-01 13:13:44'),(18842,9189,'action started via WP Cron','2021-01-01 21:14:46','2021-01-01 13:14:46'),(18843,9189,'action complete via WP Cron','2021-01-01 21:14:46','2021-01-01 13:14:46'),(18844,9190,'action created','2021-01-01 21:14:46','2021-01-01 13:14:46'),(18845,9190,'action started via WP Cron','2021-01-01 21:15:45','2021-01-01 13:15:45'),(18846,9190,'action complete via WP Cron','2021-01-01 21:15:45','2021-01-01 13:15:45'),(18847,9191,'action created','2021-01-01 21:15:45','2021-01-01 13:15:45'),(18848,9191,'action started via WP Cron','2021-01-01 21:16:46','2021-01-01 13:16:46'),(18849,9191,'action complete via WP Cron','2021-01-01 21:16:46','2021-01-01 13:16:46'),(18850,9192,'action created','2021-01-01 21:16:53','2021-01-01 13:16:53'),(18851,9192,'action started via WP Cron','2021-01-01 21:17:46','2021-01-01 13:17:46'),(18852,9192,'action complete via WP Cron','2021-01-01 21:17:46','2021-01-01 13:17:46'),(18853,9193,'action created','2021-01-01 21:17:46','2021-01-01 13:17:46'),(18854,9193,'action started via WP Cron','2021-01-01 21:18:48','2021-01-01 13:18:48'),(18855,9193,'action complete via WP Cron','2021-01-01 21:18:48','2021-01-01 13:18:48'),(18856,9194,'action created','2021-01-01 21:18:49','2021-01-01 13:18:49'),(18857,9194,'action started via WP Cron','2021-01-01 21:19:48','2021-01-01 13:19:48'),(18858,9194,'action complete via WP Cron','2021-01-01 21:19:48','2021-01-01 13:19:48'),(18859,9195,'action created','2021-01-01 21:19:48','2021-01-01 13:19:48'),(18860,9195,'action started via WP Cron','2021-01-01 21:20:48','2021-01-01 13:20:48'),(18861,9195,'action complete via WP Cron','2021-01-01 21:20:48','2021-01-01 13:20:48'),(18862,9196,'action created','2021-01-01 21:20:48','2021-01-01 13:20:48'),(18863,9196,'action started via WP Cron','2021-01-01 21:21:44','2021-01-01 13:21:44'),(18864,9196,'action complete via WP Cron','2021-01-01 21:21:44','2021-01-01 13:21:44'),(18865,9197,'action created','2021-01-01 21:21:44','2021-01-01 13:21:44'),(18866,9197,'action started via WP Cron','2021-01-01 21:22:43','2021-01-01 13:22:43'),(18867,9197,'action complete via WP Cron','2021-01-01 21:22:43','2021-01-01 13:22:43'),(18868,9198,'action created','2021-01-01 21:22:43','2021-01-01 13:22:43'),(18869,9198,'action started via WP Cron','2021-01-01 21:23:47','2021-01-01 13:23:47'),(18870,9198,'action complete via WP Cron','2021-01-01 21:23:47','2021-01-01 13:23:47'),(18871,9199,'action created','2021-01-01 21:23:48','2021-01-01 13:23:48'),(18872,9199,'action started via WP Cron','2021-01-01 21:24:43','2021-01-01 13:24:43'),(18873,9199,'action complete via WP Cron','2021-01-01 21:24:43','2021-01-01 13:24:43'),(18874,9200,'action created','2021-01-01 21:24:43','2021-01-01 13:24:43'),(18875,9200,'action started via WP Cron','2021-01-01 21:25:48','2021-01-01 13:25:48'),(18876,9200,'action complete via WP Cron','2021-01-01 21:25:48','2021-01-01 13:25:48'),(18877,9201,'action created','2021-01-01 21:25:48','2021-01-01 13:25:48'),(18878,9201,'action started via WP Cron','2021-01-01 21:26:42','2021-01-01 13:26:42'),(18879,9201,'action complete via WP Cron','2021-01-01 21:26:42','2021-01-01 13:26:42'),(18880,9202,'action created','2021-01-01 21:26:42','2021-01-01 13:26:42'),(18881,9202,'action started via WP Cron','2021-01-01 21:27:47','2021-01-01 13:27:47'),(18882,9202,'action complete via WP Cron','2021-01-01 21:27:47','2021-01-01 13:27:47'),(18883,9203,'action created','2021-01-01 21:27:47','2021-01-01 13:27:47'),(18884,9203,'action started via WP Cron','2021-01-01 21:28:45','2021-01-01 13:28:45'),(18885,9203,'action complete via WP Cron','2021-01-01 21:28:45','2021-01-01 13:28:45'),(18886,9204,'action created','2021-01-01 21:28:45','2021-01-01 13:28:45'),(18887,9204,'action started via WP Cron','2021-01-01 21:29:46','2021-01-01 13:29:46'),(18888,9204,'action complete via WP Cron','2021-01-01 21:29:46','2021-01-01 13:29:46'),(18889,9205,'action created','2021-01-01 21:29:46','2021-01-01 13:29:46'),(18890,9205,'action started via WP Cron','2021-01-01 21:30:48','2021-01-01 13:30:48'),(18891,9205,'action complete via WP Cron','2021-01-01 21:30:48','2021-01-01 13:30:48'),(18892,9206,'action created','2021-01-01 21:30:48','2021-01-01 13:30:48'),(18893,9206,'action started via WP Cron','2021-01-01 21:31:45','2021-01-01 13:31:45'),(18894,9206,'action complete via WP Cron','2021-01-01 21:31:45','2021-01-01 13:31:45'),(18895,9207,'action created','2021-01-01 21:31:45','2021-01-01 13:31:45'),(18896,9207,'action started via WP Cron','2021-01-01 21:32:50','2021-01-01 13:32:50'),(18897,9207,'action complete via WP Cron','2021-01-01 21:32:50','2021-01-01 13:32:50'),(18898,9208,'action created','2021-01-01 21:32:50','2021-01-01 13:32:50'),(18899,9208,'action started via WP Cron','2021-01-01 21:33:44','2021-01-01 13:33:44'),(18900,9208,'action complete via WP Cron','2021-01-01 21:33:44','2021-01-01 13:33:44'),(18901,9209,'action created','2021-01-01 21:33:44','2021-01-01 13:33:44'),(18902,9209,'action started via WP Cron','2021-01-01 21:34:42','2021-01-01 13:34:42'),(18903,9209,'action complete via WP Cron','2021-01-01 21:34:42','2021-01-01 13:34:42'),(18904,9210,'action created','2021-01-01 21:34:42','2021-01-01 13:34:42'),(18905,9210,'action started via WP Cron','2021-01-01 21:35:45','2021-01-01 13:35:45'),(18906,9210,'action complete via WP Cron','2021-01-01 21:35:45','2021-01-01 13:35:45'),(18907,9211,'action created','2021-01-01 21:35:45','2021-01-01 13:35:45'),(18908,9211,'action started via WP Cron','2021-01-01 21:36:49','2021-01-01 13:36:49'),(18909,9211,'action complete via WP Cron','2021-01-01 21:36:49','2021-01-01 13:36:49'),(18910,9212,'action created','2021-01-01 21:36:49','2021-01-01 13:36:49'),(18911,9212,'action started via WP Cron','2021-01-01 21:37:42','2021-01-01 13:37:42'),(18912,9212,'action complete via WP Cron','2021-01-01 21:37:42','2021-01-01 13:37:42'),(18913,9213,'action created','2021-01-01 21:37:42','2021-01-01 13:37:42'),(18914,9213,'action started via WP Cron','2021-01-01 21:38:43','2021-01-01 13:38:43'),(18915,9213,'action complete via WP Cron','2021-01-01 21:38:43','2021-01-01 13:38:43'),(18916,9214,'action created','2021-01-01 21:38:43','2021-01-01 13:38:43'),(18917,9214,'action started via WP Cron','2021-01-01 21:39:44','2021-01-01 13:39:44'),(18918,9214,'action complete via WP Cron','2021-01-01 21:39:44','2021-01-01 13:39:44'),(18919,9215,'action created','2021-01-01 21:39:51','2021-01-01 13:39:51'),(18920,9215,'action started via WP Cron','2021-01-01 21:40:58','2021-01-01 13:40:58'),(18921,9215,'action complete via WP Cron','2021-01-01 21:40:58','2021-01-01 13:40:58'),(18922,9216,'action created','2021-01-01 21:40:58','2021-01-01 13:40:58'),(18923,9216,'action started via WP Cron','2021-01-01 21:41:48','2021-01-01 13:41:48'),(18924,9216,'action complete via WP Cron','2021-01-01 21:41:48','2021-01-01 13:41:48'),(18925,9217,'action created','2021-01-01 21:41:48','2021-01-01 13:41:48'),(18926,9217,'action started via WP Cron','2021-01-01 21:42:46','2021-01-01 13:42:46'),(18927,9217,'action complete via WP Cron','2021-01-01 21:42:46','2021-01-01 13:42:46'),(18928,9218,'action created','2021-01-01 21:42:46','2021-01-01 13:42:46'),(18929,9218,'action started via WP Cron','2021-01-01 21:43:45','2021-01-01 13:43:45'),(18930,9218,'action complete via WP Cron','2021-01-01 21:43:45','2021-01-01 13:43:45'),(18931,9219,'action created','2021-01-01 21:43:45','2021-01-01 13:43:45'),(18932,9219,'action started via WP Cron','2021-01-01 21:44:40','2021-01-01 13:44:40'),(18933,9219,'action complete via WP Cron','2021-01-01 21:44:40','2021-01-01 13:44:40'),(18934,9220,'action created','2021-01-01 21:44:40','2021-01-01 13:44:40'),(18935,9220,'action started via WP Cron','2021-01-01 21:46:08','2021-01-01 13:46:08'),(18936,9220,'action complete via WP Cron','2021-01-01 21:46:08','2021-01-01 13:46:08'),(18937,9221,'action created','2021-01-01 21:46:08','2021-01-01 13:46:08'),(18938,9221,'action started via WP Cron','2021-01-01 21:46:45','2021-01-01 13:46:45'),(18939,9221,'action complete via WP Cron','2021-01-01 21:46:45','2021-01-01 13:46:45'),(18940,9222,'action created','2021-01-01 21:46:45','2021-01-01 13:46:45'),(18941,9222,'action started via WP Cron','2021-01-01 21:47:45','2021-01-01 13:47:45'),(18942,9222,'action complete via WP Cron','2021-01-01 21:47:45','2021-01-01 13:47:45'),(18943,9223,'action created','2021-01-01 21:47:45','2021-01-01 13:47:45'),(18944,9223,'action started via WP Cron','2021-01-01 21:48:44','2021-01-01 13:48:44'),(18945,9223,'action complete via WP Cron','2021-01-01 21:48:44','2021-01-01 13:48:44'),(18946,9224,'action created','2021-01-01 21:48:44','2021-01-01 13:48:44'),(18947,9224,'action started via WP Cron','2021-01-01 21:49:53','2021-01-01 13:49:53'),(18948,9224,'action complete via WP Cron','2021-01-01 21:49:53','2021-01-01 13:49:53'),(18949,9225,'action created','2021-01-01 21:49:53','2021-01-01 13:49:53'),(18950,9225,'action started via WP Cron','2021-01-01 21:50:52','2021-01-01 13:50:52'),(18951,9225,'action complete via WP Cron','2021-01-01 21:50:52','2021-01-01 13:50:52'),(18952,9226,'action created','2021-01-01 21:50:52','2021-01-01 13:50:52'),(18953,9226,'action started via WP Cron','2021-01-01 21:55:36','2021-01-01 13:55:36'),(18954,9226,'action complete via WP Cron','2021-01-01 21:55:36','2021-01-01 13:55:36'),(18955,9227,'action created','2021-01-01 21:55:36','2021-01-01 13:55:36'),(18956,9227,'action started via WP Cron','2021-01-01 21:58:56','2021-01-01 13:58:56'),(18957,9227,'action complete via WP Cron','2021-01-01 21:58:56','2021-01-01 13:58:56'),(18958,9228,'action created','2021-01-01 21:58:56','2021-01-01 13:58:56'),(18959,9228,'action started via WP Cron','2021-01-01 22:00:48','2021-01-01 14:00:48'),(18960,9228,'action complete via WP Cron','2021-01-01 22:00:48','2021-01-01 14:00:48'),(18961,9229,'action created','2021-01-01 22:00:48','2021-01-01 14:00:48'),(18962,9229,'action started via WP Cron','2021-01-01 22:02:17','2021-01-01 14:02:17'),(18963,9229,'action complete via WP Cron','2021-01-01 22:02:17','2021-01-01 14:02:17'),(18964,9230,'action created','2021-01-01 22:02:18','2021-01-01 14:02:18'),(18965,9230,'action started via WP Cron','2021-01-01 22:03:39','2021-01-01 14:03:39'),(18966,9230,'action complete via WP Cron','2021-01-01 22:03:39','2021-01-01 14:03:39'),(18967,9231,'action created','2021-01-01 22:03:39','2021-01-01 14:03:39'),(18968,9231,'action started via WP Cron','2021-01-01 22:06:12','2021-01-01 14:06:12'),(18969,9231,'action complete via WP Cron','2021-01-01 22:06:12','2021-01-01 14:06:12'),(18970,9232,'action created','2021-01-01 22:06:12','2021-01-01 14:06:12'),(18971,9232,'action started via WP Cron','2021-01-01 22:07:13','2021-01-01 14:07:13'),(18972,9232,'action complete via WP Cron','2021-01-01 22:07:13','2021-01-01 14:07:13'),(18973,9233,'action created','2021-01-01 22:07:13','2021-01-01 14:07:13'),(18974,9233,'action started via WP Cron','2021-01-01 22:07:41','2021-01-01 14:07:41'),(18975,9233,'action complete via WP Cron','2021-01-01 22:07:41','2021-01-01 14:07:41'),(18976,9234,'action created','2021-01-01 22:07:41','2021-01-01 14:07:41'),(18977,9234,'action started via WP Cron','2021-01-01 22:08:42','2021-01-01 14:08:42'),(18978,9234,'action complete via WP Cron','2021-01-01 22:08:42','2021-01-01 14:08:42'),(18979,9235,'action created','2021-01-01 22:08:42','2021-01-01 14:08:42'),(18980,9235,'action started via WP Cron','2021-01-01 22:12:55','2021-01-01 14:12:55'),(18981,9235,'action complete via WP Cron','2021-01-01 22:12:55','2021-01-01 14:12:55'),(18982,9236,'action created','2021-01-01 22:12:55','2021-01-01 14:12:55'),(18983,9236,'action started via WP Cron','2021-01-01 22:15:48','2021-01-01 14:15:48'),(18984,9236,'action complete via WP Cron','2021-01-01 22:15:48','2021-01-01 14:15:48'),(18985,9237,'action created','2021-01-01 22:15:48','2021-01-01 14:15:48'),(18986,9237,'action started via WP Cron','2021-01-01 22:17:10','2021-01-01 14:17:10'),(18987,9237,'action complete via WP Cron','2021-01-01 22:17:10','2021-01-01 14:17:10'),(18988,9238,'action created','2021-01-01 22:17:10','2021-01-01 14:17:10'),(18989,9238,'action started via WP Cron','2021-01-01 22:20:54','2021-01-01 14:20:54'),(18990,9238,'action complete via WP Cron','2021-01-01 22:20:54','2021-01-01 14:20:54'),(18991,9239,'action created','2021-01-01 22:20:54','2021-01-01 14:20:54'),(18992,9239,'action started via WP Cron','2021-01-01 22:23:43','2021-01-01 14:23:43'),(18993,9239,'action complete via WP Cron','2021-01-01 22:23:43','2021-01-01 14:23:43'),(18994,9240,'action created','2021-01-01 22:23:44','2021-01-01 14:23:44'),(18995,9240,'action started via WP Cron','2021-01-01 22:25:35','2021-01-01 14:25:35'),(18996,9240,'action complete via WP Cron','2021-01-01 22:25:35','2021-01-01 14:25:35'),(18997,9241,'action created','2021-01-01 22:25:36','2021-01-01 14:25:36'),(18998,9241,'action started via WP Cron','2021-01-01 22:28:00','2021-01-01 14:28:00'),(18999,9241,'action complete via WP Cron','2021-01-01 22:28:00','2021-01-01 14:28:00'),(19000,9242,'action created','2021-01-01 22:28:00','2021-01-01 14:28:00'),(19001,9242,'action started via WP Cron','2021-01-01 22:29:11','2021-01-01 14:29:11'),(19002,9242,'action complete via WP Cron','2021-01-01 22:29:11','2021-01-01 14:29:11'),(19003,9243,'action created','2021-01-01 22:29:11','2021-01-01 14:29:11'),(19004,9243,'action started via WP Cron','2021-01-01 22:29:54','2021-01-01 14:29:54'),(19005,9243,'action complete via WP Cron','2021-01-01 22:29:54','2021-01-01 14:29:54'),(19006,9244,'action created','2021-01-01 22:29:54','2021-01-01 14:29:54'),(19007,9244,'action started via WP Cron','2021-01-01 22:34:19','2021-01-01 14:34:19'),(19008,9244,'action complete via WP Cron','2021-01-01 22:34:19','2021-01-01 14:34:19'),(19009,9245,'action created','2021-01-01 22:34:19','2021-01-01 14:34:19'),(19010,9245,'action started via WP Cron','2021-01-01 22:35:05','2021-01-01 14:35:05'),(19011,9245,'action complete via WP Cron','2021-01-01 22:35:05','2021-01-01 14:35:05'),(19012,9246,'action created','2021-01-01 22:35:05','2021-01-01 14:35:05'),(19013,9246,'action started via WP Cron','2021-01-01 22:37:22','2021-01-01 14:37:22'),(19014,9246,'action complete via WP Cron','2021-01-01 22:37:22','2021-01-01 14:37:22'),(19015,9247,'action created','2021-01-01 22:37:22','2021-01-01 14:37:22'),(19016,9247,'action started via WP Cron','2021-01-01 22:39:49','2021-01-01 14:39:49'),(19017,9247,'action complete via WP Cron','2021-01-01 22:39:49','2021-01-01 14:39:49'),(19018,9248,'action created','2021-01-01 22:39:49','2021-01-01 14:39:49'),(19019,9248,'action started via WP Cron','2021-01-01 22:40:44','2021-01-01 14:40:44'),(19020,9248,'action complete via WP Cron','2021-01-01 22:40:44','2021-01-01 14:40:44'),(19021,9249,'action created','2021-01-01 22:40:44','2021-01-01 14:40:44'),(19022,9249,'action started via WP Cron','2021-01-01 22:42:49','2021-01-01 14:42:49'),(19023,9249,'action complete via WP Cron','2021-01-01 22:42:49','2021-01-01 14:42:49'),(19024,9250,'action created','2021-01-01 22:42:49','2021-01-01 14:42:49'),(19025,9250,'action started via WP Cron','2021-01-01 22:43:48','2021-01-01 14:43:48'),(19026,9250,'action complete via WP Cron','2021-01-01 22:43:48','2021-01-01 14:43:48'),(19027,9251,'action created','2021-01-01 22:43:48','2021-01-01 14:43:48'),(19028,9251,'action started via WP Cron','2021-01-01 22:44:51','2021-01-01 14:44:51'),(19029,9251,'action complete via WP Cron','2021-01-01 22:44:51','2021-01-01 14:44:51'),(19030,9252,'action created','2021-01-01 22:44:51','2021-01-01 14:44:51'),(19031,9252,'action started via WP Cron','2021-01-01 22:46:24','2021-01-01 14:46:24'),(19032,9252,'action complete via WP Cron','2021-01-01 22:46:24','2021-01-01 14:46:24'),(19033,9253,'action created','2021-01-01 22:46:24','2021-01-01 14:46:24'),(19034,9253,'action started via WP Cron','2021-01-01 22:47:00','2021-01-01 14:47:00'),(19035,9253,'action complete via WP Cron','2021-01-01 22:47:00','2021-01-01 14:47:00'),(19036,9254,'action created','2021-01-01 22:47:00','2021-01-01 14:47:00'),(19037,9254,'action started via WP Cron','2021-01-01 22:48:10','2021-01-01 14:48:10'),(19038,9254,'action complete via WP Cron','2021-01-01 22:48:10','2021-01-01 14:48:10'),(19039,9255,'action created','2021-01-01 22:48:10','2021-01-01 14:48:10'),(19040,9255,'action started via WP Cron','2021-01-01 22:48:43','2021-01-01 14:48:43'),(19041,9255,'action complete via WP Cron','2021-01-01 22:48:43','2021-01-01 14:48:43'),(19042,9256,'action created','2021-01-01 22:48:43','2021-01-01 14:48:43'),(19043,9256,'action started via WP Cron','2021-01-01 22:50:08','2021-01-01 14:50:08'),(19044,9256,'action complete via WP Cron','2021-01-01 22:50:08','2021-01-01 14:50:08'),(19045,9257,'action created','2021-01-01 22:50:09','2021-01-01 14:50:09'),(19046,9257,'action started via WP Cron','2021-01-01 22:50:53','2021-01-01 14:50:53'),(19047,9257,'action complete via WP Cron','2021-01-01 22:50:53','2021-01-01 14:50:53'),(19048,9258,'action created','2021-01-01 22:50:53','2021-01-01 14:50:53'),(19049,9258,'action started via WP Cron','2021-01-01 22:55:12','2021-01-01 14:55:12'),(19050,9258,'action complete via WP Cron','2021-01-01 22:55:12','2021-01-01 14:55:12'),(19051,9259,'action created','2021-01-01 22:55:12','2021-01-01 14:55:12'),(19052,9259,'action started via WP Cron','2021-01-01 22:56:04','2021-01-01 14:56:04'),(19053,9259,'action complete via WP Cron','2021-01-01 22:56:04','2021-01-01 14:56:04'),(19054,9260,'action created','2021-01-01 22:56:04','2021-01-01 14:56:04'),(19055,9260,'action started via WP Cron','2021-01-01 23:00:45','2021-01-01 15:00:45'),(19056,9260,'action complete via WP Cron','2021-01-01 23:00:45','2021-01-01 15:00:45'),(19057,9261,'action created','2021-01-01 23:00:45','2021-01-01 15:00:45'),(19058,9261,'action started via WP Cron','2021-01-01 23:05:05','2021-01-01 15:05:05'),(19059,9261,'action complete via WP Cron','2021-01-01 23:05:05','2021-01-01 15:05:05'),(19060,9262,'action created','2021-01-01 23:05:05','2021-01-01 15:05:05'),(19061,9262,'action started via WP Cron','2021-01-01 23:07:08','2021-01-01 15:07:08'),(19062,9262,'action complete via WP Cron','2021-01-01 23:07:08','2021-01-01 15:07:08'),(19063,9263,'action created','2021-01-01 23:07:09','2021-01-01 15:07:09'),(19064,9263,'action started via WP Cron','2021-01-01 23:08:14','2021-01-01 15:08:14'),(19065,9263,'action complete via WP Cron','2021-01-01 23:08:14','2021-01-01 15:08:14'),(19066,9264,'action created','2021-01-01 23:09:14','2021-01-01 15:09:14'),(19067,9264,'action started via WP Cron','2021-01-01 23:11:16','2021-01-01 15:11:16'),(19068,9264,'action complete via WP Cron','2021-01-01 23:11:16','2021-01-01 15:11:16'),(19069,9265,'action created','2021-01-01 23:11:16','2021-01-01 15:11:16'),(19070,9265,'action started via WP Cron','2021-01-01 23:12:17','2021-01-01 15:12:17'),(19071,9265,'action complete via WP Cron','2021-01-01 23:12:17','2021-01-01 15:12:17'),(19072,9266,'action created','2021-01-01 23:12:17','2021-01-01 15:12:17'),(19073,9266,'action started via WP Cron','2021-01-01 23:13:18','2021-01-01 15:13:18'),(19074,9266,'action complete via WP Cron','2021-01-01 23:13:18','2021-01-01 15:13:18'),(19075,9267,'action created','2021-01-01 23:13:18','2021-01-01 15:13:18'),(19076,9267,'action started via WP Cron','2021-01-01 23:19:14','2021-01-01 15:19:14'),(19077,9267,'action complete via WP Cron','2021-01-01 23:19:14','2021-01-01 15:19:14'),(19078,9268,'action created','2021-01-01 23:19:14','2021-01-01 15:19:14'),(19079,9268,'action started via WP Cron','2021-01-01 23:20:51','2021-01-01 15:20:51'),(19080,9268,'action complete via WP Cron','2021-01-01 23:20:51','2021-01-01 15:20:51'),(19081,9269,'action created','2021-01-01 23:20:51','2021-01-01 15:20:51'),(19082,9269,'action started via WP Cron','2021-01-01 23:23:01','2021-01-01 15:23:01'),(19083,9269,'action complete via WP Cron','2021-01-01 23:23:01','2021-01-01 15:23:01'),(19084,9270,'action created','2021-01-01 23:23:01','2021-01-01 15:23:01'),(19085,9270,'action started via WP Cron','2021-01-01 23:24:38','2021-01-01 15:24:38'),(19086,9270,'action complete via WP Cron','2021-01-01 23:24:38','2021-01-01 15:24:38'),(19087,9271,'action created','2021-01-01 23:24:38','2021-01-01 15:24:38'),(19088,9271,'action started via WP Cron','2021-01-01 23:26:18','2021-01-01 15:26:18'),(19089,9271,'action complete via WP Cron','2021-01-01 23:26:18','2021-01-01 15:26:18'),(19090,9272,'action created','2021-01-01 23:26:18','2021-01-01 15:26:18'),(19091,9272,'action started via WP Cron','2021-01-01 23:27:12','2021-01-01 15:27:12'),(19092,9272,'action complete via WP Cron','2021-01-01 23:27:12','2021-01-01 15:27:12'),(19093,9273,'action created','2021-01-01 23:27:12','2021-01-01 15:27:12'),(19094,9273,'action started via WP Cron','2021-01-01 23:27:46','2021-01-01 15:27:46'),(19095,9273,'action complete via WP Cron','2021-01-01 23:27:46','2021-01-01 15:27:46'),(19096,9274,'action created','2021-01-01 23:27:46','2021-01-01 15:27:46'),(19097,9274,'action started via WP Cron','2021-01-01 23:30:15','2021-01-01 15:30:15'),(19098,9274,'action complete via WP Cron','2021-01-01 23:30:15','2021-01-01 15:30:15'),(19099,9275,'action created','2021-01-01 23:30:15','2021-01-01 15:30:15'),(19100,9275,'action started via WP Cron','2021-01-01 23:32:09','2021-01-01 15:32:09'),(19101,9275,'action complete via WP Cron','2021-01-01 23:32:09','2021-01-01 15:32:09'),(19102,9276,'action created','2021-01-01 23:32:09','2021-01-01 15:32:09'),(19103,9276,'action started via WP Cron','2021-01-01 23:32:47','2021-01-01 15:32:47'),(19104,9276,'action complete via WP Cron','2021-01-01 23:32:47','2021-01-01 15:32:47'),(19105,9277,'action created','2021-01-01 23:32:47','2021-01-01 15:32:47'),(19106,9277,'action started via WP Cron','2021-01-01 23:36:21','2021-01-01 15:36:21'),(19107,9277,'action complete via WP Cron','2021-01-01 23:36:21','2021-01-01 15:36:21'),(19108,9278,'action created','2021-01-01 23:36:21','2021-01-01 15:36:21'),(19109,9278,'action started via WP Cron','2021-01-01 23:39:04','2021-01-01 15:39:04'),(19110,9278,'action complete via WP Cron','2021-01-01 23:39:04','2021-01-01 15:39:04'),(19111,9279,'action created','2021-01-01 23:39:04','2021-01-01 15:39:04'),(19112,9279,'action started via WP Cron','2021-01-01 23:40:51','2021-01-01 15:40:51'),(19113,9279,'action complete via WP Cron','2021-01-01 23:40:51','2021-01-01 15:40:51'),(19114,9280,'action created','2021-01-01 23:40:51','2021-01-01 15:40:51'),(19115,9280,'action started via WP Cron','2021-01-01 23:44:36','2021-01-01 15:44:36'),(19116,9280,'action complete via WP Cron','2021-01-01 23:44:36','2021-01-01 15:44:36'),(19117,9281,'action created','2021-01-01 23:45:00','2021-01-01 15:45:00'),(19118,9281,'action started via WP Cron','2021-01-01 23:46:04','2021-01-01 15:46:04'),(19119,9281,'action complete via WP Cron','2021-01-01 23:46:04','2021-01-01 15:46:04'),(19120,9282,'action created','2021-01-01 23:46:04','2021-01-01 15:46:04'),(19121,9282,'action started via WP Cron','2021-01-01 23:47:24','2021-01-01 15:47:24'),(19122,9282,'action complete via WP Cron','2021-01-01 23:47:24','2021-01-01 15:47:24'),(19123,9283,'action created','2021-01-01 23:47:24','2021-01-01 15:47:24'),(19124,9283,'action started via WP Cron','2021-01-01 23:48:06','2021-01-01 15:48:06'),(19125,9283,'action complete via WP Cron','2021-01-01 23:48:06','2021-01-01 15:48:06'),(19126,9284,'action created','2021-01-01 23:48:06','2021-01-01 15:48:06'),(19127,9284,'action started via WP Cron','2021-01-01 23:49:04','2021-01-01 15:49:04'),(19128,9284,'action complete via WP Cron','2021-01-01 23:49:04','2021-01-01 15:49:04'),(19129,9285,'action created','2021-01-01 23:49:04','2021-01-01 15:49:04'),(19130,9285,'action started via WP Cron','2021-01-01 23:50:10','2021-01-01 15:50:10'),(19131,9285,'action complete via WP Cron','2021-01-01 23:50:10','2021-01-01 15:50:10'),(19132,9286,'action created','2021-01-01 23:50:10','2021-01-01 15:50:10'),(19133,9286,'action started via WP Cron','2021-01-01 23:51:12','2021-01-01 15:51:12'),(19134,9286,'action complete via WP Cron','2021-01-01 23:51:12','2021-01-01 15:51:12'),(19135,9287,'action created','2021-01-01 23:51:12','2021-01-01 15:51:12'),(19136,9287,'action started via WP Cron','2021-01-01 23:52:02','2021-01-01 15:52:02'),(19137,9287,'action complete via WP Cron','2021-01-01 23:52:02','2021-01-01 15:52:02'),(19138,9288,'action created','2021-01-01 23:52:02','2021-01-01 15:52:02'),(19139,9288,'action started via WP Cron','2021-01-01 23:52:46','2021-01-01 15:52:46'),(19140,9288,'action complete via WP Cron','2021-01-01 23:52:46','2021-01-01 15:52:46'),(19141,9289,'action created','2021-01-01 23:52:46','2021-01-01 15:52:46'),(19142,9289,'action started via WP Cron','2021-01-01 23:54:06','2021-01-01 15:54:06'),(19143,9289,'action complete via WP Cron','2021-01-01 23:54:06','2021-01-01 15:54:06'),(19144,9290,'action created','2021-01-01 23:54:06','2021-01-01 15:54:06'),(19145,9290,'action started via WP Cron','2021-01-01 23:56:49','2021-01-01 15:56:49'),(19146,9290,'action complete via WP Cron','2021-01-01 23:56:49','2021-01-01 15:56:49'),(19147,9291,'action created','2021-01-02 00:00:28','2021-01-01 16:00:28'),(19148,9291,'action started via WP Cron','2021-01-02 00:02:53','2021-01-01 16:02:53'),(19149,9291,'action complete via WP Cron','2021-01-02 00:02:53','2021-01-01 16:02:53'),(19150,9292,'action created','2021-01-02 00:02:53','2021-01-01 16:02:53'),(19151,9292,'action started via WP Cron','2021-01-02 00:03:57','2021-01-01 16:03:57'),(19152,9292,'action complete via WP Cron','2021-01-02 00:03:57','2021-01-01 16:03:57'),(19153,9293,'action created','2021-01-02 00:03:57','2021-01-01 16:03:57'),(19154,9293,'action started via WP Cron','2021-01-02 00:06:31','2021-01-01 16:06:31'),(19155,9293,'action complete via WP Cron','2021-01-02 00:06:31','2021-01-01 16:06:31'),(19156,9294,'action created','2021-01-02 00:06:31','2021-01-01 16:06:31'),(19157,9294,'action started via WP Cron','2021-01-02 00:08:26','2021-01-01 16:08:26'),(19158,9294,'action complete via WP Cron','2021-01-02 00:08:26','2021-01-01 16:08:26'),(19159,9295,'action created','2021-01-02 00:08:26','2021-01-01 16:08:26'),(19160,9295,'action started via WP Cron','2021-01-02 00:14:18','2021-01-01 16:14:18'),(19161,9295,'action complete via WP Cron','2021-01-02 00:14:18','2021-01-01 16:14:18'),(19162,9296,'action created','2021-01-02 00:14:18','2021-01-01 16:14:18'),(19163,9296,'action started via WP Cron','2021-01-02 00:15:19','2021-01-01 16:15:19'),(19164,9296,'action complete via WP Cron','2021-01-02 00:15:19','2021-01-01 16:15:19'),(19165,9297,'action created','2021-01-02 00:15:19','2021-01-01 16:15:19'),(19166,9297,'action started via WP Cron','2021-01-02 00:16:20','2021-01-01 16:16:20'),(19167,9297,'action complete via WP Cron','2021-01-02 00:16:20','2021-01-01 16:16:20'),(19168,9298,'action created','2021-01-02 00:16:20','2021-01-01 16:16:20'),(19169,9298,'action started via WP Cron','2021-01-02 00:17:14','2021-01-01 16:17:14'),(19170,9298,'action complete via WP Cron','2021-01-02 00:17:14','2021-01-01 16:17:14'),(19171,9299,'action created','2021-01-02 00:17:14','2021-01-01 16:17:14'),(19172,9299,'action started via WP Cron','2021-01-02 00:18:22','2021-01-01 16:18:22'),(19173,9299,'action complete via WP Cron','2021-01-02 00:18:22','2021-01-01 16:18:22'),(19174,9300,'action created','2021-01-02 00:18:22','2021-01-01 16:18:22'),(19175,9300,'action started via WP Cron','2021-01-02 00:19:23','2021-01-01 16:19:23'),(19176,9300,'action complete via WP Cron','2021-01-02 00:19:23','2021-01-01 16:19:23'),(19177,9301,'action created','2021-01-02 00:19:23','2021-01-01 16:19:23'),(19178,9301,'action started via WP Cron','2021-01-02 00:21:14','2021-01-01 16:21:14'),(19179,9301,'action complete via WP Cron','2021-01-02 00:21:14','2021-01-01 16:21:14'),(19180,9302,'action created','2021-01-02 00:21:14','2021-01-01 16:21:14'),(19181,9302,'action started via WP Cron','2021-01-02 00:25:42','2021-01-01 16:25:42'),(19182,9302,'action complete via WP Cron','2021-01-02 00:25:42','2021-01-01 16:25:42'),(19183,9303,'action created','2021-01-02 00:25:42','2021-01-01 16:25:42'),(19184,9303,'action started via WP Cron','2021-01-02 00:27:35','2021-01-01 16:27:35'),(19185,9303,'action complete via WP Cron','2021-01-02 00:27:36','2021-01-01 16:27:36'),(19186,9304,'action created','2021-01-02 00:27:36','2021-01-01 16:27:36'),(19187,9304,'action started via WP Cron','2021-01-02 00:28:32','2021-01-01 16:28:32'),(19188,9304,'action complete via WP Cron','2021-01-02 00:28:32','2021-01-01 16:28:32'),(19189,9305,'action created','2021-01-02 00:28:32','2021-01-01 16:28:32'),(19190,9305,'action started via WP Cron','2021-01-02 00:31:34','2021-01-01 16:31:34'),(19191,9305,'action complete via WP Cron','2021-01-02 00:31:34','2021-01-01 16:31:34'),(19192,9306,'action created','2021-01-02 00:31:34','2021-01-01 16:31:34'),(19193,9306,'action started via WP Cron','2021-01-02 00:32:10','2021-01-01 16:32:10'),(19194,9306,'action complete via WP Cron','2021-01-02 00:32:10','2021-01-01 16:32:10'),(19195,9307,'action created','2021-01-02 00:32:10','2021-01-01 16:32:10'),(19196,9307,'action started via WP Cron','2021-01-02 00:34:36','2021-01-01 16:34:36'),(19197,9307,'action complete via WP Cron','2021-01-02 00:34:36','2021-01-01 16:34:36'),(19198,9308,'action created','2021-01-02 00:34:36','2021-01-01 16:34:36'),(19199,9308,'action started via WP Cron','2021-01-02 00:34:52','2021-01-01 16:34:52'),(19200,9308,'action complete via WP Cron','2021-01-02 00:34:52','2021-01-01 16:34:52'),(19201,9309,'action created','2021-01-02 00:34:52','2021-01-01 16:34:52'),(19202,9309,'action started via WP Cron','2021-01-02 00:36:00','2021-01-01 16:36:00'),(19203,9309,'action complete via WP Cron','2021-01-02 00:36:00','2021-01-01 16:36:00'),(19204,9310,'action created','2021-01-02 00:36:00','2021-01-01 16:36:00'),(19205,9310,'action started via WP Cron','2021-01-02 00:37:09','2021-01-01 16:37:09'),(19206,9310,'action complete via WP Cron','2021-01-02 00:37:09','2021-01-01 16:37:09'),(19207,9311,'action created','2021-01-02 00:37:09','2021-01-01 16:37:09'),(19208,9311,'action started via WP Cron','2021-01-02 00:38:05','2021-01-01 16:38:05'),(19209,9311,'action complete via WP Cron','2021-01-02 00:38:05','2021-01-01 16:38:05'),(19210,9312,'action created','2021-01-02 00:38:05','2021-01-01 16:38:05'),(19211,9312,'action started via WP Cron','2021-01-02 00:39:47','2021-01-01 16:39:47'),(19212,9312,'action complete via WP Cron','2021-01-02 00:39:47','2021-01-01 16:39:47'),(19213,9313,'action created','2021-01-02 00:39:47','2021-01-01 16:39:47'),(19214,9313,'action started via WP Cron','2021-01-02 00:40:54','2021-01-01 16:40:54'),(19215,9313,'action complete via WP Cron','2021-01-02 00:40:54','2021-01-01 16:40:54'),(19216,9314,'action created','2021-01-02 00:40:54','2021-01-01 16:40:54'),(19217,9314,'action started via WP Cron','2021-01-02 00:41:54','2021-01-01 16:41:54'),(19218,9314,'action complete via WP Cron','2021-01-02 00:41:54','2021-01-01 16:41:54'),(19219,9315,'action created','2021-01-02 00:41:54','2021-01-01 16:41:54'),(19220,9315,'action started via WP Cron','2021-01-02 00:43:56','2021-01-01 16:43:56'),(19221,9315,'action complete via WP Cron','2021-01-02 00:43:56','2021-01-01 16:43:56'),(19222,9316,'action created','2021-01-02 00:43:57','2021-01-01 16:43:57'),(19223,9316,'action started via WP Cron','2021-01-02 00:44:58','2021-01-01 16:44:58'),(19224,9316,'action complete via WP Cron','2021-01-02 00:44:58','2021-01-01 16:44:58'),(19225,9317,'action created','2021-01-02 00:44:58','2021-01-01 16:44:58'),(19226,9317,'action started via WP Cron','2021-01-02 00:45:58','2021-01-01 16:45:58'),(19227,9317,'action complete via WP Cron','2021-01-02 00:45:58','2021-01-01 16:45:58'),(19228,9318,'action created','2021-01-02 00:45:59','2021-01-01 16:45:59'),(19229,9318,'action started via WP Cron','2021-01-02 00:46:41','2021-01-01 16:46:41'),(19230,9318,'action complete via WP Cron','2021-01-02 00:46:41','2021-01-01 16:46:41'),(19231,9319,'action created','2021-01-02 00:46:41','2021-01-01 16:46:41'),(19232,9319,'action started via WP Cron','2021-01-02 00:49:29','2021-01-01 16:49:29'),(19233,9319,'action complete via WP Cron','2021-01-02 00:49:29','2021-01-01 16:49:29'),(19234,9320,'action created','2021-01-02 00:49:29','2021-01-01 16:49:29'),(19235,9320,'action started via WP Cron','2021-01-02 00:50:12','2021-01-01 16:50:12'),(19236,9320,'action complete via WP Cron','2021-01-02 00:50:12','2021-01-01 16:50:12'),(19237,9321,'action created','2021-01-02 00:50:12','2021-01-01 16:50:12'),(19238,9321,'action started via WP Cron','2021-01-02 00:51:20','2021-01-01 16:51:20'),(19239,9321,'action complete via WP Cron','2021-01-02 00:51:20','2021-01-01 16:51:20'),(19240,9322,'action created','2021-01-02 00:51:20','2021-01-01 16:51:20'),(19241,9322,'action started via WP Cron','2021-01-02 00:51:58','2021-01-01 16:51:58'),(19242,9322,'action complete via WP Cron','2021-01-02 00:51:58','2021-01-01 16:51:58'),(19243,9323,'action created','2021-01-02 00:51:58','2021-01-01 16:51:58'),(19244,9323,'action started via WP Cron','2021-01-02 00:55:02','2021-01-01 16:55:02'),(19245,9323,'action complete via WP Cron','2021-01-02 00:55:02','2021-01-01 16:55:02'),(19246,9324,'action created','2021-01-02 00:56:28','2021-01-01 16:56:28'),(19247,9324,'action started via WP Cron','2021-01-02 00:57:29','2021-01-01 16:57:29'),(19248,9324,'action complete via WP Cron','2021-01-02 00:57:29','2021-01-01 16:57:29'),(19249,9325,'action created','2021-01-02 00:57:29','2021-01-01 16:57:29'),(19250,9325,'action started via WP Cron','2021-01-02 00:58:28','2021-01-01 16:58:28'),(19251,9325,'action complete via WP Cron','2021-01-02 00:58:28','2021-01-01 16:58:28'),(19252,9326,'action created','2021-01-02 00:58:28','2021-01-01 16:58:28'),(19253,9326,'action started via WP Cron','2021-01-02 01:00:48','2021-01-01 17:00:48'),(19254,9326,'action complete via WP Cron','2021-01-02 01:00:48','2021-01-01 17:00:48'),(19255,9327,'action created','2021-01-02 01:00:48','2021-01-01 17:00:48'),(19256,9327,'action started via WP Cron','2021-01-02 01:01:50','2021-01-01 17:01:50'),(19257,9327,'action complete via WP Cron','2021-01-02 01:01:50','2021-01-01 17:01:50'),(19258,9328,'action created','2021-01-02 01:01:50','2021-01-01 17:01:50'),(19259,9328,'action started via WP Cron','2021-01-02 01:02:57','2021-01-01 17:02:57'),(19260,9328,'action complete via WP Cron','2021-01-02 01:02:57','2021-01-01 17:02:57'),(19261,9329,'action created','2021-01-02 01:02:57','2021-01-01 17:02:57'),(19262,9329,'action started via WP Cron','2021-01-02 01:06:21','2021-01-01 17:06:21'),(19263,9329,'action complete via WP Cron','2021-01-02 01:06:21','2021-01-01 17:06:21'),(19264,9330,'action created','2021-01-02 01:06:21','2021-01-01 17:06:21'),(19265,9330,'action started via WP Cron','2021-01-02 01:08:14','2021-01-01 17:08:14'),(19266,9330,'action complete via WP Cron','2021-01-02 01:08:14','2021-01-01 17:08:14'),(19267,9331,'action created','2021-01-02 01:08:14','2021-01-01 17:08:14'),(19268,9331,'action started via WP Cron','2021-01-02 01:09:14','2021-01-01 17:09:14'),(19269,9331,'action complete via WP Cron','2021-01-02 01:09:14','2021-01-01 17:09:14'),(19270,9332,'action created','2021-01-02 01:09:15','2021-01-01 17:09:15'),(19271,9332,'action started via WP Cron','2021-01-02 01:10:06','2021-01-01 17:10:06'),(19272,9332,'action complete via WP Cron','2021-01-02 01:10:06','2021-01-01 17:10:06'),(19273,9333,'action created','2021-01-02 01:10:06','2021-01-01 17:10:06'),(19274,9333,'action started via WP Cron','2021-01-02 01:11:54','2021-01-01 17:11:54'),(19275,9333,'action complete via WP Cron','2021-01-02 01:11:54','2021-01-01 17:11:54'),(19276,9334,'action created','2021-01-02 01:11:54','2021-01-01 17:11:54'),(19277,9334,'action started via WP Cron','2021-01-02 01:13:03','2021-01-01 17:13:03'),(19278,9334,'action complete via WP Cron','2021-01-02 01:13:03','2021-01-01 17:13:03'),(19279,9335,'action created','2021-01-02 01:13:03','2021-01-01 17:13:03'),(19280,9335,'action started via WP Cron','2021-01-02 01:14:56','2021-01-01 17:14:56'),(19281,9335,'action complete via WP Cron','2021-01-02 01:14:56','2021-01-01 17:14:56'),(19282,9336,'action created','2021-01-02 01:14:56','2021-01-01 17:14:56'),(19283,9336,'action started via WP Cron','2021-01-02 01:16:19','2021-01-01 17:16:19'),(19284,9336,'action complete via WP Cron','2021-01-02 01:16:19','2021-01-01 17:16:19'),(19285,9337,'action created','2021-01-02 01:16:19','2021-01-01 17:16:19'),(19286,9337,'action started via WP Cron','2021-01-02 01:16:43','2021-01-01 17:16:43'),(19287,9337,'action complete via WP Cron','2021-01-02 01:16:43','2021-01-01 17:16:43'),(19288,9338,'action created','2021-01-02 01:16:46','2021-01-01 17:16:46'),(19289,9338,'action started via WP Cron','2021-01-02 01:28:35','2021-01-01 17:28:35'),(19290,9338,'action complete via WP Cron','2021-01-02 01:28:35','2021-01-01 17:28:35'),(19291,9339,'action created','2021-01-02 01:28:36','2021-01-01 17:28:36'),(19292,9339,'action started via WP Cron','2021-01-02 01:30:06','2021-01-01 17:30:06'),(19293,9339,'action complete via WP Cron','2021-01-02 01:30:06','2021-01-01 17:30:06'),(19294,9340,'action created','2021-01-02 01:30:06','2021-01-01 17:30:06'),(19295,9340,'action started via WP Cron','2021-01-02 01:37:49','2021-01-01 17:37:49'),(19296,9340,'action complete via WP Cron','2021-01-02 01:37:49','2021-01-01 17:37:49'),(19297,9341,'action created','2021-01-02 01:37:49','2021-01-01 17:37:49'),(19298,9341,'action started via WP Cron','2021-01-02 01:38:49','2021-01-01 17:38:49'),(19299,9341,'action complete via WP Cron','2021-01-02 01:38:49','2021-01-01 17:38:49'),(19300,9342,'action created','2021-01-02 01:38:49','2021-01-01 17:38:49'),(19301,9342,'action started via WP Cron','2021-01-02 01:40:37','2021-01-01 17:40:37'),(19302,9342,'action complete via WP Cron','2021-01-02 01:40:37','2021-01-01 17:40:37'),(19303,9343,'action created','2021-01-02 01:40:37','2021-01-01 17:40:37'),(19304,9343,'action started via WP Cron','2021-01-02 01:41:47','2021-01-01 17:41:47'),(19305,9343,'action complete via WP Cron','2021-01-02 01:41:47','2021-01-01 17:41:47'),(19306,9344,'action created','2021-01-02 01:41:48','2021-01-01 17:41:48'),(19307,9344,'action started via WP Cron','2021-01-02 01:44:28','2021-01-01 17:44:28'),(19308,9344,'action complete via WP Cron','2021-01-02 01:44:28','2021-01-01 17:44:28'),(19309,9345,'action created','2021-01-02 01:44:29','2021-01-01 17:44:29'),(19310,9345,'action started via WP Cron','2021-01-02 01:44:55','2021-01-01 17:44:55'),(19311,9345,'action complete via WP Cron','2021-01-02 01:44:55','2021-01-01 17:44:55'),(19312,9346,'action created','2021-01-02 01:44:56','2021-01-01 17:44:56'),(19313,9346,'action started via WP Cron','2021-01-02 01:45:58','2021-01-01 17:45:58'),(19314,9346,'action complete via WP Cron','2021-01-02 01:45:58','2021-01-01 17:45:58'),(19315,9347,'action created','2021-01-02 01:45:58','2021-01-01 17:45:58'),(19316,9347,'action started via WP Cron','2021-01-02 01:46:52','2021-01-01 17:46:52'),(19317,9347,'action complete via WP Cron','2021-01-02 01:46:52','2021-01-01 17:46:52'),(19318,9348,'action created','2021-01-02 01:46:52','2021-01-01 17:46:52'),(19319,9348,'action started via WP Cron','2021-01-02 01:47:46','2021-01-01 17:47:46'),(19320,9348,'action complete via WP Cron','2021-01-02 01:47:46','2021-01-01 17:47:46'),(19321,9349,'action created','2021-01-02 01:47:46','2021-01-01 17:47:46'),(19322,9349,'action started via WP Cron','2021-01-02 01:51:33','2021-01-01 17:51:33'),(19323,9349,'action complete via WP Cron','2021-01-02 01:51:33','2021-01-01 17:51:33'),(19324,9350,'action created','2021-01-02 01:51:33','2021-01-01 17:51:33'),(19325,9350,'action started via WP Cron','2021-01-02 01:52:28','2021-01-01 17:52:28'),(19326,9350,'action complete via WP Cron','2021-01-02 01:52:28','2021-01-01 17:52:28'),(19327,9351,'action created','2021-01-02 01:52:28','2021-01-01 17:52:28'),(19328,9351,'action started via WP Cron','2021-01-02 01:53:29','2021-01-01 17:53:29'),(19329,9351,'action complete via WP Cron','2021-01-02 01:53:29','2021-01-01 17:53:29'),(19330,9352,'action created','2021-01-02 01:53:29','2021-01-01 17:53:29'),(19331,9352,'action started via WP Cron','2021-01-02 01:54:32','2021-01-01 17:54:32'),(19332,9352,'action complete via WP Cron','2021-01-02 01:54:32','2021-01-01 17:54:32'),(19333,9353,'action created','2021-01-02 01:54:32','2021-01-01 17:54:32'),(19334,9353,'action started via WP Cron','2021-01-02 01:55:30','2021-01-01 17:55:30'),(19335,9353,'action complete via WP Cron','2021-01-02 01:55:30','2021-01-01 17:55:30'),(19336,9354,'action created','2021-01-02 01:55:30','2021-01-01 17:55:30'),(19337,9354,'action started via WP Cron','2021-01-02 01:56:32','2021-01-01 17:56:32'),(19338,9354,'action complete via WP Cron','2021-01-02 01:56:32','2021-01-01 17:56:32'),(19339,9355,'action created','2021-01-02 01:56:32','2021-01-01 17:56:32'),(19340,9355,'action started via WP Cron','2021-01-02 01:57:33','2021-01-01 17:57:33'),(19341,9355,'action complete via WP Cron','2021-01-02 01:57:33','2021-01-01 17:57:33'),(19342,9356,'action created','2021-01-02 01:57:33','2021-01-01 17:57:33'),(19343,9356,'action started via WP Cron','2021-01-02 01:59:38','2021-01-01 17:59:38'),(19344,9356,'action complete via WP Cron','2021-01-02 01:59:38','2021-01-01 17:59:38'),(19345,9357,'action created','2021-01-02 01:59:38','2021-01-01 17:59:38'),(19346,9357,'action started via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19347,9357,'action complete via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19348,8662,'action started via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19349,8662,'action complete via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19350,9358,'action created','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19351,8661,'action started via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19352,8661,'action complete via WP Cron','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19353,9359,'action created','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19354,9360,'action created','2021-01-02 02:08:14','2021-01-01 18:08:14'),(19355,9360,'action started via WP Cron','2021-01-02 02:17:03','2021-01-01 18:17:03'),(19356,9360,'action complete via WP Cron','2021-01-02 02:17:03','2021-01-01 18:17:03'),(19357,9361,'action created','2021-01-02 02:17:03','2021-01-01 18:17:03'),(19358,9361,'action started via WP Cron','2021-01-02 02:31:08','2021-01-01 18:31:08'),(19359,9361,'action complete via WP Cron','2021-01-02 02:31:08','2021-01-01 18:31:08'),(19360,9362,'action created','2021-01-02 02:31:08','2021-01-01 18:31:08'),(19361,9362,'action started via WP Cron','2021-01-02 02:37:22','2021-01-01 18:37:22'),(19362,9362,'action complete via WP Cron','2021-01-02 02:37:22','2021-01-01 18:37:22'),(19363,9363,'action created','2021-01-02 02:37:22','2021-01-01 18:37:22'),(19364,9363,'action started via WP Cron','2021-01-02 02:41:21','2021-01-01 18:41:21'),(19365,9363,'action complete via WP Cron','2021-01-02 02:41:21','2021-01-01 18:41:21'),(19366,9364,'action created','2021-01-02 02:41:21','2021-01-01 18:41:21'),(19367,9364,'action started via WP Cron','2021-01-02 02:49:02','2021-01-01 18:49:02'),(19368,9364,'action complete via WP Cron','2021-01-02 02:49:02','2021-01-01 18:49:02'),(19369,9365,'action created','2021-01-02 02:49:02','2021-01-01 18:49:02'),(19370,9365,'action started via WP Cron','2021-01-02 02:52:43','2021-01-01 18:52:43'),(19371,9365,'action complete via WP Cron','2021-01-02 02:52:43','2021-01-01 18:52:43'),(19372,9366,'action created','2021-01-02 02:52:43','2021-01-01 18:52:43'),(19373,9366,'action started via WP Cron','2021-01-02 02:55:50','2021-01-01 18:55:50'),(19374,9366,'action complete via WP Cron','2021-01-02 02:55:50','2021-01-01 18:55:50'),(19375,9367,'action created','2021-01-02 02:55:50','2021-01-01 18:55:50'),(19376,9367,'action started via WP Cron','2021-01-02 02:57:38','2021-01-01 18:57:38'),(19377,9367,'action complete via WP Cron','2021-01-02 02:57:38','2021-01-01 18:57:38'),(19378,9368,'action created','2021-01-02 02:57:39','2021-01-01 18:57:39'),(19379,9368,'action started via WP Cron','2021-01-02 02:58:32','2021-01-01 18:58:32'),(19380,9368,'action complete via WP Cron','2021-01-02 02:58:32','2021-01-01 18:58:32'),(19381,9369,'action created','2021-01-02 02:58:32','2021-01-01 18:58:32'),(19382,9369,'action started via WP Cron','2021-01-02 03:00:04','2021-01-01 19:00:04'),(19383,9369,'action complete via WP Cron','2021-01-02 03:00:04','2021-01-01 19:00:04'),(19384,9370,'action created','2021-01-02 03:00:34','2021-01-01 19:00:34'),(19385,9370,'action started via WP Cron','2021-01-02 03:00:47','2021-01-01 19:00:47'),(19386,9370,'action complete via WP Cron','2021-01-02 03:00:47','2021-01-01 19:00:47'),(19387,9371,'action created','2021-01-02 03:01:35','2021-01-01 19:01:35'),(19388,9371,'action started via WP Cron','2021-01-02 03:02:06','2021-01-01 19:02:06'),(19389,9371,'action complete via WP Cron','2021-01-02 03:02:06','2021-01-01 19:02:06'),(19390,9372,'action created','2021-01-02 03:02:14','2021-01-01 19:02:14'),(19391,9372,'action started via WP Cron','2021-01-02 03:02:42','2021-01-01 19:02:42'),(19392,9372,'action complete via WP Cron','2021-01-02 03:02:42','2021-01-01 19:02:42'),(19393,9373,'action created','2021-01-02 03:05:26','2021-01-01 19:05:26'),(19394,9373,'action started via WP Cron','2021-01-02 03:05:42','2021-01-01 19:05:42'),(19395,9373,'action complete via WP Cron','2021-01-02 03:05:42','2021-01-01 19:05:42'),(19396,9374,'action created','2021-01-02 03:05:42','2021-01-01 19:05:42'),(19397,9374,'action started via WP Cron','2021-01-02 03:06:55','2021-01-01 19:06:55'),(19398,9374,'action complete via WP Cron','2021-01-02 03:06:55','2021-01-01 19:06:55'),(19399,9375,'action created','2021-01-02 03:09:05','2021-01-01 19:09:05'),(19400,9375,'action started via WP Cron','2021-01-02 03:11:58','2021-01-01 19:11:58'),(19401,9375,'action complete via WP Cron','2021-01-02 03:11:58','2021-01-01 19:11:58'),(19402,9376,'action created','2021-01-02 03:11:58','2021-01-01 19:11:58'),(19403,9376,'action started via WP Cron','2021-01-02 03:14:21','2021-01-01 19:14:21'),(19404,9376,'action complete via WP Cron','2021-01-02 03:14:21','2021-01-01 19:14:21'),(19405,9377,'action created','2021-01-02 03:14:21','2021-01-01 19:14:21'),(19406,9377,'action started via WP Cron','2021-01-02 03:18:10','2021-01-01 19:18:10'),(19407,9377,'action complete via WP Cron','2021-01-02 03:18:10','2021-01-01 19:18:10'),(19408,9378,'action created','2021-01-02 03:18:10','2021-01-01 19:18:10'),(19409,9378,'action started via WP Cron','2021-01-02 03:47:48','2021-01-01 19:47:48'),(19410,9378,'action complete via WP Cron','2021-01-02 03:47:48','2021-01-01 19:47:48'),(19411,8712,'action started via WP Cron','2021-01-02 03:47:48','2021-01-01 19:47:48'),(19412,8712,'action complete via WP Cron','2021-01-02 03:47:48','2021-01-01 19:47:48'),(19413,9379,'action created','2021-01-02 03:47:48','2021-01-01 19:47:48'),(19414,9380,'action created','2021-01-02 03:47:49','2021-01-01 19:47:49'),(19415,9380,'action started via WP Cron','2021-01-02 03:51:02','2021-01-01 19:51:02'),(19416,9380,'action complete via WP Cron','2021-01-02 03:51:02','2021-01-01 19:51:02'),(19417,9381,'action created','2021-01-02 03:51:03','2021-01-01 19:51:03'),(19418,9381,'action started via WP Cron','2021-01-02 03:56:54','2021-01-01 19:56:54'),(19419,9381,'action complete via WP Cron','2021-01-02 03:56:54','2021-01-01 19:56:54'),(19420,9382,'action created','2021-01-02 03:59:29','2021-01-01 19:59:29'),(19421,9382,'action started via WP Cron','2021-01-02 04:00:28','2021-01-01 20:00:28'),(19422,9382,'action complete via WP Cron','2021-01-02 04:00:28','2021-01-01 20:00:28'),(19423,9383,'action created','2021-01-02 04:00:28','2021-01-01 20:00:28'),(19424,9383,'action started via WP Cron','2021-01-02 04:00:45','2021-01-01 20:00:45'),(19425,9383,'action complete via WP Cron','2021-01-02 04:00:45','2021-01-01 20:00:45'),(19426,9384,'action created','2021-01-02 04:00:45','2021-01-01 20:00:45'),(19427,9384,'action started via WP Cron','2021-01-02 04:02:50','2021-01-01 20:02:50'),(19428,9384,'action complete via WP Cron','2021-01-02 04:02:50','2021-01-01 20:02:50'),(19429,9385,'action created','2021-01-02 04:02:51','2021-01-01 20:02:51'),(19430,9385,'action started via WP Cron','2021-01-02 04:04:25','2021-01-01 20:04:25'),(19431,9385,'action complete via WP Cron','2021-01-02 04:04:25','2021-01-01 20:04:25'),(19432,9386,'action created','2021-01-02 04:04:25','2021-01-01 20:04:25'),(19433,9386,'action started via WP Cron','2021-01-02 04:04:57','2021-01-01 20:04:57'),(19434,9386,'action complete via WP Cron','2021-01-02 04:04:57','2021-01-01 20:04:57'),(19435,9387,'action created','2021-01-02 04:04:57','2021-01-01 20:04:57'),(19436,9387,'action started via WP Cron','2021-01-02 04:08:35','2021-01-01 20:08:35'),(19437,9387,'action complete via WP Cron','2021-01-02 04:08:35','2021-01-01 20:08:35'),(19438,9388,'action created','2021-01-02 04:08:35','2021-01-01 20:08:35'),(19439,9388,'action started via WP Cron','2021-01-02 04:09:39','2021-01-01 20:09:39'),(19440,9388,'action complete via WP Cron','2021-01-02 04:09:39','2021-01-01 20:09:39'),(19441,9389,'action created','2021-01-02 04:09:39','2021-01-01 20:09:39'),(19442,9389,'action started via WP Cron','2021-01-02 04:10:05','2021-01-01 20:10:05'),(19443,9389,'action complete via WP Cron','2021-01-02 04:10:05','2021-01-01 20:10:05'),(19444,9390,'action created','2021-01-02 04:10:05','2021-01-01 20:10:05'),(19445,9390,'action started via WP Cron','2021-01-02 04:10:46','2021-01-01 20:10:46'),(19446,9390,'action complete via WP Cron','2021-01-02 04:10:46','2021-01-01 20:10:46'),(19447,9391,'action created','2021-01-02 04:10:47','2021-01-01 20:10:47'),(19448,9391,'action started via WP Cron','2021-01-02 04:14:46','2021-01-01 20:14:46'),(19449,9391,'action complete via WP Cron','2021-01-02 04:14:46','2021-01-01 20:14:46'),(19450,9392,'action created','2021-01-02 04:14:46','2021-01-01 20:14:46'),(19451,9392,'action started via WP Cron','2021-01-02 04:18:17','2021-01-01 20:18:17'),(19452,9392,'action complete via WP Cron','2021-01-02 04:18:17','2021-01-01 20:18:17'),(19453,9393,'action created','2021-01-02 04:18:17','2021-01-01 20:18:17'),(19454,9393,'action started via WP Cron','2021-01-02 04:18:42','2021-01-01 20:18:42'),(19455,9393,'action complete via WP Cron','2021-01-02 04:18:42','2021-01-01 20:18:42'),(19456,9394,'action created','2021-01-02 04:18:42','2021-01-01 20:18:42'),(19457,9394,'action started via WP Cron','2021-01-02 04:20:20','2021-01-01 20:20:20'),(19458,9394,'action complete via WP Cron','2021-01-02 04:20:20','2021-01-01 20:20:20'),(19459,9395,'action created','2021-01-02 04:20:20','2021-01-01 20:20:20'),(19460,9395,'action started via WP Cron','2021-01-02 04:20:55','2021-01-01 20:20:55'),(19461,9395,'action complete via WP Cron','2021-01-02 04:20:55','2021-01-01 20:20:55'),(19462,9396,'action created','2021-01-02 04:20:55','2021-01-01 20:20:55'),(19463,9396,'action started via WP Cron','2021-01-02 04:22:09','2021-01-01 20:22:09'),(19464,9396,'action complete via WP Cron','2021-01-02 04:22:09','2021-01-01 20:22:09'),(19465,9397,'action created','2021-01-02 04:22:09','2021-01-01 20:22:09'),(19466,9397,'action started via WP Cron','2021-01-02 04:23:34','2021-01-01 20:23:34'),(19467,9397,'action complete via WP Cron','2021-01-02 04:23:34','2021-01-01 20:23:34'),(19468,9398,'action created','2021-01-02 04:23:34','2021-01-01 20:23:34'),(19469,9398,'action started via WP Cron','2021-01-02 04:24:31','2021-01-01 20:24:31'),(19470,9398,'action complete via WP Cron','2021-01-02 04:24:31','2021-01-01 20:24:31'),(19471,9399,'action created','2021-01-02 04:24:31','2021-01-01 20:24:31'),(19472,9399,'action started via WP Cron','2021-01-02 04:26:14','2021-01-01 20:26:14'),(19473,9399,'action complete via WP Cron','2021-01-02 04:26:14','2021-01-01 20:26:14'),(19474,9400,'action created','2021-01-02 04:26:14','2021-01-01 20:26:14'),(19475,9400,'action started via WP Cron','2021-01-02 04:27:16','2021-01-01 20:27:16'),(19476,9400,'action complete via WP Cron','2021-01-02 04:27:16','2021-01-01 20:27:16'),(19477,9401,'action created','2021-01-02 04:27:16','2021-01-01 20:27:16'),(19478,9401,'action started via WP Cron','2021-01-02 04:28:27','2021-01-01 20:28:27'),(19479,9401,'action complete via WP Cron','2021-01-02 04:28:27','2021-01-01 20:28:27'),(19480,9402,'action created','2021-01-02 04:28:27','2021-01-01 20:28:27'),(19481,9402,'action started via WP Cron','2021-01-02 04:29:27','2021-01-01 20:29:27'),(19482,9402,'action complete via WP Cron','2021-01-02 04:29:27','2021-01-01 20:29:27'),(19483,9403,'action created','2021-01-02 04:29:27','2021-01-01 20:29:27'),(19484,9403,'action started via WP Cron','2021-01-02 04:31:17','2021-01-01 20:31:17'),(19485,9403,'action complete via WP Cron','2021-01-02 04:31:17','2021-01-01 20:31:17'),(19486,9404,'action created','2021-01-02 04:31:17','2021-01-01 20:31:17'),(19487,9404,'action started via WP Cron','2021-01-02 04:31:41','2021-01-01 20:31:41'),(19488,9404,'action complete via WP Cron','2021-01-02 04:31:41','2021-01-01 20:31:41'),(19489,9405,'action created','2021-01-02 04:31:41','2021-01-01 20:31:41'),(19490,9405,'action started via WP Cron','2021-01-02 04:32:57','2021-01-01 20:32:57'),(19491,9405,'action complete via WP Cron','2021-01-02 04:32:57','2021-01-01 20:32:57'),(19492,9406,'action created','2021-01-02 04:32:57','2021-01-01 20:32:57'),(19493,9406,'action started via WP Cron','2021-01-02 04:33:44','2021-01-01 20:33:44'),(19494,9406,'action complete via WP Cron','2021-01-02 04:33:44','2021-01-01 20:33:44'),(19495,9407,'action created','2021-01-02 04:33:44','2021-01-01 20:33:44'),(19496,9407,'action started via WP Cron','2021-01-02 04:34:44','2021-01-01 20:34:44'),(19497,9407,'action complete via WP Cron','2021-01-02 04:34:44','2021-01-01 20:34:44'),(19498,9408,'action created','2021-01-02 04:34:44','2021-01-01 20:34:44'),(19499,9408,'action started via WP Cron','2021-01-02 04:36:30','2021-01-01 20:36:30'),(19500,9408,'action complete via WP Cron','2021-01-02 04:36:30','2021-01-01 20:36:30'),(19501,9409,'action created','2021-01-02 04:36:30','2021-01-01 20:36:30'),(19502,9409,'action started via WP Cron','2021-01-02 04:40:00','2021-01-01 20:40:00'),(19503,9409,'action complete via WP Cron','2021-01-02 04:40:00','2021-01-01 20:40:00'),(19504,9410,'action created','2021-01-02 04:40:00','2021-01-01 20:40:00'),(19505,9410,'action started via WP Cron','2021-01-02 04:40:55','2021-01-01 20:40:55'),(19506,9410,'action complete via WP Cron','2021-01-02 04:40:55','2021-01-01 20:40:55'),(19507,9411,'action created','2021-01-02 04:40:55','2021-01-01 20:40:55'),(19508,9411,'action started via WP Cron','2021-01-02 04:42:05','2021-01-01 20:42:05'),(19509,9411,'action complete via WP Cron','2021-01-02 04:42:05','2021-01-01 20:42:05'),(19510,9412,'action created','2021-01-02 04:42:05','2021-01-01 20:42:05'),(19511,9412,'action started via WP Cron','2021-01-02 04:43:07','2021-01-01 20:43:07'),(19512,9412,'action complete via WP Cron','2021-01-02 04:43:07','2021-01-01 20:43:07'),(19513,9413,'action created','2021-01-02 04:43:07','2021-01-01 20:43:07'),(19514,9413,'action started via WP Cron','2021-01-02 04:45:01','2021-01-01 20:45:01'),(19515,9413,'action complete via WP Cron','2021-01-02 04:45:01','2021-01-01 20:45:01'),(19516,9414,'action created','2021-01-02 04:45:01','2021-01-01 20:45:01'),(19517,9414,'action started via WP Cron','2021-01-02 04:46:34','2021-01-01 20:46:34'),(19518,9414,'action complete via WP Cron','2021-01-02 04:46:34','2021-01-01 20:46:34'),(19519,9415,'action created','2021-01-02 04:46:34','2021-01-01 20:46:34'),(19520,9415,'action started via WP Cron','2021-01-02 04:47:00','2021-01-01 20:47:00'),(19521,9415,'action complete via WP Cron','2021-01-02 04:47:00','2021-01-01 20:47:00'),(19522,9416,'action created','2021-01-02 04:47:00','2021-01-01 20:47:00'),(19523,9416,'action started via WP Cron','2021-01-02 04:47:45','2021-01-01 20:47:45'),(19524,9416,'action complete via WP Cron','2021-01-02 04:47:45','2021-01-01 20:47:45'),(19525,9417,'action created','2021-01-02 04:47:45','2021-01-01 20:47:45'),(19526,9417,'action started via WP Cron','2021-01-02 04:50:11','2021-01-01 20:50:11'),(19527,9417,'action complete via WP Cron','2021-01-02 04:50:11','2021-01-01 20:50:11'),(19528,9418,'action created','2021-01-02 04:50:11','2021-01-01 20:50:11'),(19529,9418,'action started via WP Cron','2021-01-02 04:51:07','2021-01-01 20:51:07'),(19530,9418,'action complete via WP Cron','2021-01-02 04:51:07','2021-01-01 20:51:07'),(19531,9419,'action created','2021-01-02 04:51:07','2021-01-01 20:51:07'),(19532,9419,'action started via WP Cron','2021-01-02 04:52:29','2021-01-01 20:52:29'),(19533,9419,'action complete via WP Cron','2021-01-02 04:52:29','2021-01-01 20:52:29'),(19534,9420,'action created','2021-01-02 04:52:29','2021-01-01 20:52:29'),(19535,9420,'action started via WP Cron','2021-01-02 04:56:31','2021-01-01 20:56:31'),(19536,9420,'action complete via WP Cron','2021-01-02 04:56:31','2021-01-01 20:56:31'),(19537,9421,'action created','2021-01-02 04:56:31','2021-01-01 20:56:31'),(19538,9421,'action started via WP Cron','2021-01-02 04:56:49','2021-01-01 20:56:49'),(19539,9421,'action complete via WP Cron','2021-01-02 04:56:49','2021-01-01 20:56:49'),(19540,9422,'action created','2021-01-02 04:56:49','2021-01-01 20:56:49'),(19541,9422,'action started via WP Cron','2021-01-02 04:58:19','2021-01-01 20:58:19'),(19542,9422,'action complete via WP Cron','2021-01-02 04:58:19','2021-01-01 20:58:19'),(19543,9423,'action created','2021-01-02 04:58:20','2021-01-01 20:58:20'),(19544,9423,'action started via WP Cron','2021-01-02 04:58:41','2021-01-01 20:58:41'),(19545,9423,'action complete via WP Cron','2021-01-02 04:58:41','2021-01-01 20:58:41'),(19546,9424,'action created','2021-01-02 04:58:41','2021-01-01 20:58:41'),(19547,9424,'action started via WP Cron','2021-01-02 05:01:25','2021-01-01 21:01:25'),(19548,9424,'action complete via WP Cron','2021-01-02 05:01:25','2021-01-01 21:01:25'),(19549,9425,'action created','2021-01-02 05:01:25','2021-01-01 21:01:25'),(19550,9425,'action started via WP Cron','2021-01-02 05:02:46','2021-01-01 21:02:46'),(19551,9425,'action complete via WP Cron','2021-01-02 05:02:46','2021-01-01 21:02:46'),(19552,9426,'action created','2021-01-02 05:02:46','2021-01-01 21:02:46'),(19553,9426,'action started via WP Cron','2021-01-02 05:04:06','2021-01-01 21:04:06'),(19554,9426,'action complete via WP Cron','2021-01-02 05:04:06','2021-01-01 21:04:06'),(19555,9427,'action created','2021-01-02 05:04:06','2021-01-01 21:04:06'),(19556,9427,'action started via WP Cron','2021-01-02 05:05:44','2021-01-01 21:05:44'),(19557,9427,'action complete via WP Cron','2021-01-02 05:05:44','2021-01-01 21:05:44'),(19558,9428,'action created','2021-01-02 05:05:45','2021-01-01 21:05:45'),(19559,9428,'action started via WP Cron','2021-01-02 05:06:58','2021-01-01 21:06:58'),(19560,9428,'action complete via WP Cron','2021-01-02 05:06:58','2021-01-01 21:06:58'),(19561,9429,'action created','2021-01-02 05:06:59','2021-01-01 21:06:59'),(19562,9429,'action started via WP Cron','2021-01-02 05:08:43','2021-01-01 21:08:43'),(19563,9429,'action complete via WP Cron','2021-01-02 05:08:43','2021-01-01 21:08:43'),(19564,9430,'action created','2021-01-02 05:08:43','2021-01-01 21:08:43'),(19565,9430,'action started via WP Cron','2021-01-02 05:10:23','2021-01-01 21:10:23'),(19566,9430,'action complete via WP Cron','2021-01-02 05:10:23','2021-01-01 21:10:23'),(19567,9431,'action created','2021-01-02 05:10:23','2021-01-01 21:10:23'),(19568,9431,'action started via WP Cron','2021-01-02 05:10:51','2021-01-01 21:10:51'),(19569,9431,'action complete via WP Cron','2021-01-02 05:10:51','2021-01-01 21:10:51'),(19570,9432,'action created','2021-01-02 05:10:51','2021-01-01 21:10:51'),(19571,9432,'action started via WP Cron','2021-01-02 05:12:04','2021-01-01 21:12:04'),(19572,9432,'action complete via WP Cron','2021-01-02 05:12:04','2021-01-01 21:12:04'),(19573,9433,'action created','2021-01-02 05:12:04','2021-01-01 21:12:04'),(19574,9433,'action started via WP Cron','2021-01-02 05:12:45','2021-01-01 21:12:45'),(19575,9433,'action complete via WP Cron','2021-01-02 05:12:45','2021-01-01 21:12:45'),(19576,9434,'action created','2021-01-02 05:12:45','2021-01-01 21:12:45'),(19577,9434,'action started via WP Cron','2021-01-02 05:14:41','2021-01-01 21:14:41'),(19578,9434,'action complete via WP Cron','2021-01-02 05:14:41','2021-01-01 21:14:41'),(19579,9435,'action created','2021-01-02 05:14:41','2021-01-01 21:14:41'),(19580,9435,'action started via WP Cron','2021-01-02 05:16:10','2021-01-01 21:16:10'),(19581,9435,'action complete via WP Cron','2021-01-02 05:16:10','2021-01-01 21:16:10'),(19582,9436,'action created','2021-01-02 05:16:11','2021-01-01 21:16:11'),(19583,9436,'action started via WP Cron','2021-01-02 05:17:14','2021-01-01 21:17:14'),(19584,9436,'action complete via WP Cron','2021-01-02 05:17:14','2021-01-01 21:17:14'),(19585,9437,'action created','2021-01-02 05:17:14','2021-01-01 21:17:14'),(19586,9437,'action started via WP Cron','2021-01-02 05:18:58','2021-01-01 21:18:58'),(19587,9437,'action complete via WP Cron','2021-01-02 05:18:58','2021-01-01 21:18:58'),(19588,9438,'action created','2021-01-02 05:18:58','2021-01-01 21:18:58'),(19589,9438,'action started via WP Cron','2021-01-02 05:20:15','2021-01-01 21:20:15'),(19590,9438,'action complete via WP Cron','2021-01-02 05:20:15','2021-01-01 21:20:15'),(19591,9439,'action created','2021-01-02 05:20:16','2021-01-01 21:20:16'),(19592,9439,'action started via WP Cron','2021-01-02 05:23:59','2021-01-01 21:23:59'),(19593,9439,'action complete via WP Cron','2021-01-02 05:23:59','2021-01-01 21:23:59'),(19594,9440,'action created','2021-01-02 05:23:59','2021-01-01 21:23:59'),(19595,9440,'action started via WP Cron','2021-01-02 05:26:02','2021-01-01 21:26:02'),(19596,9440,'action complete via WP Cron','2021-01-02 05:26:02','2021-01-01 21:26:02'),(19597,9441,'action created','2021-01-02 05:26:02','2021-01-01 21:26:02'),(19598,9441,'action started via WP Cron','2021-01-02 05:28:31','2021-01-01 21:28:31'),(19599,9441,'action complete via WP Cron','2021-01-02 05:28:31','2021-01-01 21:28:31'),(19600,9442,'action created','2021-01-02 05:28:31','2021-01-01 21:28:31'),(19601,9442,'action started via WP Cron','2021-01-02 05:30:07','2021-01-01 21:30:07'),(19602,9442,'action complete via WP Cron','2021-01-02 05:30:07','2021-01-01 21:30:07'),(19603,9443,'action created','2021-01-02 05:30:07','2021-01-01 21:30:07'),(19604,9443,'action started via WP Cron','2021-01-02 05:32:01','2021-01-01 21:32:01'),(19605,9443,'action complete via WP Cron','2021-01-02 05:32:01','2021-01-01 21:32:01'),(19606,9444,'action created','2021-01-02 05:32:01','2021-01-01 21:32:01'),(19607,9444,'action started via WP Cron','2021-01-02 05:33:03','2021-01-01 21:33:03'),(19608,9444,'action complete via WP Cron','2021-01-02 05:33:03','2021-01-01 21:33:03'),(19609,9445,'action created','2021-01-02 05:33:03','2021-01-01 21:33:03'),(19610,9445,'action started via WP Cron','2021-01-02 05:33:47','2021-01-01 21:33:47'),(19611,9445,'action complete via WP Cron','2021-01-02 05:33:47','2021-01-01 21:33:47'),(19612,9446,'action created','2021-01-02 05:33:47','2021-01-01 21:33:47'),(19613,9446,'action started via WP Cron','2021-01-02 05:34:49','2021-01-01 21:34:49'),(19614,9446,'action complete via WP Cron','2021-01-02 05:34:49','2021-01-01 21:34:49'),(19615,9447,'action created','2021-01-02 05:34:49','2021-01-01 21:34:49'),(19616,9447,'action started via WP Cron','2021-01-02 05:35:55','2021-01-01 21:35:55'),(19617,9447,'action complete via WP Cron','2021-01-02 05:35:55','2021-01-01 21:35:55'),(19618,9448,'action created','2021-01-02 05:35:55','2021-01-01 21:35:55'),(19619,9448,'action started via WP Cron','2021-01-02 05:37:13','2021-01-01 21:37:13'),(19620,9448,'action complete via WP Cron','2021-01-02 05:37:13','2021-01-01 21:37:13'),(19621,9449,'action created','2021-01-02 05:37:14','2021-01-01 21:37:14'),(19622,9449,'action started via WP Cron','2021-01-02 05:39:54','2021-01-01 21:39:54'),(19623,9449,'action complete via WP Cron','2021-01-02 05:39:54','2021-01-01 21:39:54'),(19624,9450,'action created','2021-01-02 05:41:03','2021-01-01 21:41:03'),(19625,9450,'action started via WP Cron','2021-01-02 05:41:46','2021-01-01 21:41:46'),(19626,9450,'action complete via WP Cron','2021-01-02 05:41:46','2021-01-01 21:41:46'),(19627,9451,'action created','2021-01-02 05:41:46','2021-01-01 21:41:46'),(19628,9451,'action started via WP Cron','2021-01-02 05:43:10','2021-01-01 21:43:10'),(19629,9451,'action complete via WP Cron','2021-01-02 05:43:10','2021-01-01 21:43:10'),(19630,9452,'action created','2021-01-02 05:43:10','2021-01-01 21:43:10'),(19634,9453,'action started via WP Cron','2021-01-02 05:46:42','2021-01-01 21:46:42'),(19635,9453,'action complete via WP Cron','2021-01-02 05:46:42','2021-01-01 21:46:42'),(19636,9454,'action created','2021-01-02 05:46:42','2021-01-01 21:46:42'),(19637,9454,'action started via WP Cron','2021-01-02 05:48:16','2021-01-01 21:48:16'),(19638,9454,'action complete via WP Cron','2021-01-02 05:48:16','2021-01-01 21:48:16'),(19639,9455,'action created','2021-01-02 05:48:16','2021-01-01 21:48:16'),(19640,9455,'action started via WP Cron','2021-01-02 05:49:34','2021-01-01 21:49:34'),(19641,9455,'action complete via WP Cron','2021-01-02 05:49:34','2021-01-01 21:49:34'),(19642,9456,'action created','2021-01-02 05:49:34','2021-01-01 21:49:34'),(19643,9456,'action started via WP Cron','2021-01-02 05:50:04','2021-01-01 21:50:04'),(19644,9456,'action complete via WP Cron','2021-01-02 05:50:04','2021-01-01 21:50:04'),(19645,9457,'action created','2021-01-02 05:50:04','2021-01-01 21:50:04'),(19646,9457,'action started via WP Cron','2021-01-02 05:51:10','2021-01-01 21:51:10'),(19647,9457,'action complete via WP Cron','2021-01-02 05:51:10','2021-01-01 21:51:10'),(19648,9458,'action created','2021-01-02 05:51:10','2021-01-01 21:51:10'),(19649,9458,'action started via WP Cron','2021-01-02 05:51:48','2021-01-01 21:51:48'),(19650,9458,'action complete via WP Cron','2021-01-02 05:51:48','2021-01-01 21:51:48'),(19651,9459,'action created','2021-01-02 05:51:49','2021-01-01 21:51:49'),(19652,9459,'action started via WP Cron','2021-01-02 05:52:53','2021-01-01 21:52:53'),(19653,9459,'action complete via WP Cron','2021-01-02 05:52:53','2021-01-01 21:52:53'),(19654,9460,'action created','2021-01-02 05:52:53','2021-01-01 21:52:53'),(19655,9460,'action started via WP Cron','2021-01-02 05:58:20','2021-01-01 21:58:20'),(19656,9460,'action complete via WP Cron','2021-01-02 05:58:20','2021-01-01 21:58:20'),(19657,9461,'action created','2021-01-02 05:58:21','2021-01-01 21:58:21'),(19658,9461,'action started via WP Cron','2021-01-02 06:00:43','2021-01-01 22:00:43'),(19659,9461,'action complete via WP Cron','2021-01-02 06:00:43','2021-01-01 22:00:43'),(19660,9462,'action created','2021-01-02 06:00:43','2021-01-01 22:00:43'),(19661,9462,'action started via WP Cron','2021-01-02 06:01:51','2021-01-01 22:01:51'),(19662,9462,'action complete via WP Cron','2021-01-02 06:01:51','2021-01-01 22:01:51'),(19663,9463,'action created','2021-01-02 06:01:51','2021-01-01 22:01:51'),(19664,9463,'action started via WP Cron','2021-01-02 06:03:44','2021-01-01 22:03:44'),(19665,9463,'action complete via WP Cron','2021-01-02 06:03:44','2021-01-01 22:03:44'),(19666,9464,'action created','2021-01-02 06:03:44','2021-01-01 22:03:44'),(19667,9464,'action started via WP Cron','2021-01-02 06:05:07','2021-01-01 22:05:07'),(19668,9464,'action complete via WP Cron','2021-01-02 06:05:07','2021-01-01 22:05:07'),(19669,9465,'action created','2021-01-02 06:05:07','2021-01-01 22:05:07'),(19670,9465,'action started via WP Cron','2021-01-02 06:06:35','2021-01-01 22:06:35'),(19671,9465,'action complete via WP Cron','2021-01-02 06:06:35','2021-01-01 22:06:35'),(19672,9466,'action created','2021-01-02 06:06:35','2021-01-01 22:06:35'),(19673,9466,'action started via WP Cron','2021-01-02 06:06:59','2021-01-01 22:06:59'),(19674,9466,'action complete via WP Cron','2021-01-02 06:06:59','2021-01-01 22:06:59'),(19675,9467,'action created','2021-01-02 06:06:59','2021-01-01 22:06:59'),(19676,9467,'action started via WP Cron','2021-01-02 06:07:51','2021-01-01 22:07:51'),(19677,9467,'action complete via WP Cron','2021-01-02 06:07:51','2021-01-01 22:07:51'),(19678,9468,'action created','2021-01-02 06:07:51','2021-01-01 22:07:51'),(19679,9468,'action started via WP Cron','2021-01-02 06:09:36','2021-01-01 22:09:36'),(19680,9468,'action complete via WP Cron','2021-01-02 06:09:36','2021-01-01 22:09:36'),(19681,9469,'action created','2021-01-02 06:09:36','2021-01-01 22:09:36'),(19682,9469,'action started via WP Cron','2021-01-02 06:10:50','2021-01-01 22:10:50'),(19683,9469,'action complete via WP Cron','2021-01-02 06:10:50','2021-01-01 22:10:50'),(19684,9470,'action created','2021-01-02 06:10:50','2021-01-01 22:10:50'),(19685,9470,'action started via WP Cron','2021-01-02 06:12:47','2021-01-01 22:12:47'),(19686,9470,'action complete via WP Cron','2021-01-02 06:12:47','2021-01-01 22:12:47'),(19687,9471,'action created','2021-01-02 06:12:48','2021-01-01 22:12:48'),(19688,9471,'action started via WP Cron','2021-01-02 06:14:22','2021-01-01 22:14:22'),(19689,9471,'action complete via WP Cron','2021-01-02 06:14:22','2021-01-01 22:14:22'),(19690,9472,'action created','2021-01-02 06:14:22','2021-01-01 22:14:22'),(19691,9472,'action started via WP Cron','2021-01-02 06:17:24','2021-01-01 22:17:24'),(19692,9472,'action complete via WP Cron','2021-01-02 06:17:24','2021-01-01 22:17:24'),(19693,9473,'action created','2021-01-02 06:17:24','2021-01-01 22:17:24'),(19694,9473,'action started via WP Cron','2021-01-02 06:17:54','2021-01-01 22:17:54'),(19695,9473,'action complete via WP Cron','2021-01-02 06:17:54','2021-01-01 22:17:54'),(19696,9474,'action created','2021-01-02 06:17:55','2021-01-01 22:17:55'),(19697,9474,'action started via WP Cron','2021-01-02 06:18:47','2021-01-01 22:18:47'),(19698,9474,'action complete via WP Cron','2021-01-02 06:18:47','2021-01-01 22:18:47'),(19699,9475,'action created','2021-01-02 06:18:48','2021-01-01 22:18:48'),(19700,9475,'action started via WP Cron','2021-01-02 06:20:53','2021-01-01 22:20:53'),(19701,9475,'action complete via WP Cron','2021-01-02 06:20:53','2021-01-01 22:20:53'),(19702,9476,'action created','2021-01-02 06:20:53','2021-01-01 22:20:53'),(19703,9476,'action started via WP Cron','2021-01-02 06:21:41','2021-01-01 22:21:41'),(19704,9476,'action complete via WP Cron','2021-01-02 06:21:41','2021-01-01 22:21:41'),(19705,9477,'action created','2021-01-02 06:21:41','2021-01-01 22:21:41'),(19706,9477,'action started via WP Cron','2021-01-02 06:22:45','2021-01-01 22:22:45'),(19707,9477,'action complete via WP Cron','2021-01-02 06:22:45','2021-01-01 22:22:45'),(19708,9478,'action created','2021-01-02 06:22:45','2021-01-01 22:22:45'),(19709,9478,'action started via WP Cron','2021-01-02 06:24:07','2021-01-01 22:24:07'),(19710,9478,'action complete via WP Cron','2021-01-02 06:24:07','2021-01-01 22:24:07'),(19711,9479,'action created','2021-01-02 06:24:07','2021-01-01 22:24:07'),(19712,9479,'action started via WP Cron','2021-01-02 06:33:12','2021-01-01 22:33:12'),(19713,9479,'action complete via WP Cron','2021-01-02 06:33:12','2021-01-01 22:33:12'),(19714,9480,'action created','2021-01-02 06:33:12','2021-01-01 22:33:12'),(19715,9480,'action started via WP Cron','2021-01-02 06:37:33','2021-01-01 22:37:33'),(19716,9480,'action complete via WP Cron','2021-01-02 06:37:33','2021-01-01 22:37:33'),(19717,9481,'action created','2021-01-02 06:37:34','2021-01-01 22:37:34'),(19718,9481,'action started via WP Cron','2021-01-02 06:38:34','2021-01-01 22:38:34'),(19719,9481,'action complete via WP Cron','2021-01-02 06:38:34','2021-01-01 22:38:34'),(19720,9482,'action created','2021-01-02 06:38:34','2021-01-01 22:38:34'),(19721,9482,'action started via WP Cron','2021-01-02 06:38:45','2021-01-01 22:38:45'),(19722,9482,'action complete via WP Cron','2021-01-02 06:38:45','2021-01-01 22:38:45'),(19723,9483,'action created','2021-01-02 06:38:45','2021-01-01 22:38:45'),(19724,9483,'action started via WP Cron','2021-01-02 06:40:02','2021-01-01 22:40:02'),(19725,9483,'action complete via WP Cron','2021-01-02 06:40:02','2021-01-01 22:40:02'),(19726,9484,'action created','2021-01-02 06:40:04','2021-01-01 22:40:04'),(19727,9484,'action started via WP Cron','2021-01-02 06:41:09','2021-01-01 22:41:09'),(19728,9484,'action complete via WP Cron','2021-01-02 06:41:09','2021-01-01 22:41:09'),(19729,9485,'action created','2021-01-02 06:41:09','2021-01-01 22:41:09'),(19730,9485,'action started via WP Cron','2021-01-02 06:41:45','2021-01-01 22:41:45'),(19731,9485,'action complete via WP Cron','2021-01-02 06:41:45','2021-01-01 22:41:45'),(19732,9486,'action created','2021-01-02 06:41:45','2021-01-01 22:41:45'),(19733,9486,'action started via WP Cron','2021-01-02 06:43:01','2021-01-01 22:43:01'),(19734,9486,'action complete via WP Cron','2021-01-02 06:43:01','2021-01-01 22:43:01'),(19735,9487,'action created','2021-01-02 06:43:01','2021-01-01 22:43:01'),(19736,9487,'action started via WP Cron','2021-01-02 06:45:45','2021-01-01 22:45:45'),(19737,9487,'action complete via WP Cron','2021-01-02 06:45:45','2021-01-01 22:45:45'),(19738,9488,'action created','2021-01-02 06:45:46','2021-01-01 22:45:46'),(19739,9488,'action started via WP Cron','2021-01-02 06:57:14','2021-01-01 22:57:14'),(19740,9488,'action complete via WP Cron','2021-01-02 06:57:14','2021-01-01 22:57:14'),(74237,27656,'action complete via WP Cron','2021-02-02 06:58:25','2021-02-01 22:58:25'),(74236,27656,'action started via WP Cron','2021-02-02 06:58:25','2021-02-01 22:58:25'),(76242,28325,'action created','2021-02-03 07:07:47','2021-02-02 23:07:47'),(19744,9490,'action created','2021-01-02 06:57:14','2021-01-01 22:57:14'),(19745,9490,'action started via WP Cron','2021-01-02 06:58:51','2021-01-01 22:58:51'),(19746,9490,'action complete via WP Cron','2021-01-02 06:58:51','2021-01-01 22:58:51'),(19747,9491,'action created','2021-01-02 06:58:51','2021-01-01 22:58:51'),(19748,9491,'action started via WP Cron','2021-01-02 07:06:48','2021-01-01 23:06:48'),(19749,9491,'action complete via WP Cron','2021-01-02 07:06:48','2021-01-01 23:06:48'),(19750,9492,'action created','2021-01-02 07:06:48','2021-01-01 23:06:48'),(19751,9492,'action started via WP Cron','2021-01-02 07:11:18','2021-01-01 23:11:18'),(19752,9492,'action complete via WP Cron','2021-01-02 07:11:18','2021-01-01 23:11:18'),(19753,9493,'action created','2021-01-02 07:11:18','2021-01-01 23:11:18'),(19754,9493,'action started via WP Cron','2021-01-02 07:12:56','2021-01-01 23:12:56'),(19755,9493,'action complete via WP Cron','2021-01-02 07:12:56','2021-01-01 23:12:56'),(19756,9494,'action created','2021-01-02 07:12:56','2021-01-01 23:12:56'),(19757,9494,'action started via WP Cron','2021-01-02 07:22:59','2021-01-01 23:22:59'),(19758,9494,'action complete via WP Cron','2021-01-02 07:22:59','2021-01-01 23:22:59'),(19759,9495,'action created','2021-01-02 07:22:59','2021-01-01 23:22:59'),(19760,9495,'action started via WP Cron','2021-01-02 07:31:13','2021-01-01 23:31:13'),(19761,9495,'action complete via WP Cron','2021-01-02 07:31:13','2021-01-01 23:31:13'),(19762,9496,'action created','2021-01-02 07:31:13','2021-01-01 23:31:13'),(19763,9496,'action started via WP Cron','2021-01-02 07:32:13','2021-01-01 23:32:13'),(19764,9496,'action complete via WP Cron','2021-01-02 07:32:13','2021-01-01 23:32:13'),(19765,9497,'action created','2021-01-02 07:32:13','2021-01-01 23:32:13'),(19766,9497,'action started via WP Cron','2021-01-02 07:33:14','2021-01-01 23:33:14'),(19767,9497,'action complete via WP Cron','2021-01-02 07:33:14','2021-01-01 23:33:14'),(19768,9498,'action created','2021-01-02 07:33:14','2021-01-01 23:33:14'),(19769,9498,'action started via WP Cron','2021-01-02 07:35:16','2021-01-01 23:35:16'),(19770,9498,'action complete via WP Cron','2021-01-02 07:35:16','2021-01-01 23:35:16'),(19771,9499,'action created','2021-01-02 07:35:16','2021-01-01 23:35:16'),(19772,9499,'action started via WP Cron','2021-01-02 07:36:17','2021-01-01 23:36:17'),(19773,9499,'action complete via WP Cron','2021-01-02 07:36:17','2021-01-01 23:36:17'),(19774,9500,'action created','2021-01-02 07:36:17','2021-01-01 23:36:17'),(19775,9500,'action started via WP Cron','2021-01-02 07:37:18','2021-01-01 23:37:18'),(19776,9500,'action complete via WP Cron','2021-01-02 07:37:18','2021-01-01 23:37:18'),(19777,9501,'action created','2021-01-02 07:37:18','2021-01-01 23:37:18'),(19778,9501,'action started via WP Cron','2021-01-02 07:40:31','2021-01-01 23:40:31'),(19779,9501,'action complete via WP Cron','2021-01-02 07:40:31','2021-01-01 23:40:31'),(19780,9502,'action created','2021-01-02 07:40:31','2021-01-01 23:40:31'),(19781,9502,'action started via WP Cron','2021-01-02 07:42:25','2021-01-01 23:42:25'),(19782,9502,'action complete via WP Cron','2021-01-02 07:42:25','2021-01-01 23:42:25'),(19783,9503,'action created','2021-01-02 07:42:25','2021-01-01 23:42:25'),(19784,9503,'action started via WP Cron','2021-01-02 07:43:41','2021-01-01 23:43:41'),(19785,9503,'action complete via WP Cron','2021-01-02 07:43:41','2021-01-01 23:43:41'),(19786,9504,'action created','2021-01-02 07:43:41','2021-01-01 23:43:41'),(19787,9504,'action started via WP Cron','2021-01-02 07:44:42','2021-01-01 23:44:42'),(19788,9504,'action complete via WP Cron','2021-01-02 07:44:42','2021-01-01 23:44:42'),(19789,9505,'action created','2021-01-02 07:44:42','2021-01-01 23:44:42'),(19790,9505,'action started via WP Cron','2021-01-02 07:46:14','2021-01-01 23:46:14'),(19791,9505,'action complete via WP Cron','2021-01-02 07:46:14','2021-01-01 23:46:14'),(19792,9506,'action created','2021-01-02 07:46:14','2021-01-01 23:46:14'),(19793,9506,'action started via WP Cron','2021-01-02 07:47:15','2021-01-01 23:47:15'),(19794,9506,'action complete via WP Cron','2021-01-02 07:47:15','2021-01-01 23:47:15'),(19795,9507,'action created','2021-01-02 07:47:15','2021-01-01 23:47:15'),(19796,9507,'action started via WP Cron','2021-01-02 07:48:16','2021-01-01 23:48:16'),(19797,9507,'action complete via WP Cron','2021-01-02 07:48:16','2021-01-01 23:48:16'),(19798,9508,'action created','2021-01-02 07:48:16','2021-01-01 23:48:16'),(19799,9508,'action started via WP Cron','2021-01-02 07:49:40','2021-01-01 23:49:40'),(19800,9508,'action complete via WP Cron','2021-01-02 07:49:40','2021-01-01 23:49:40'),(19801,9509,'action created','2021-01-02 07:49:40','2021-01-01 23:49:40'),(19802,9509,'action started via WP Cron','2021-01-02 07:55:35','2021-01-01 23:55:35'),(19803,9509,'action complete via WP Cron','2021-01-02 07:55:35','2021-01-01 23:55:35'),(19804,9510,'action created','2021-01-02 07:55:35','2021-01-01 23:55:35'),(19805,9510,'action started via WP Cron','2021-01-02 07:57:21','2021-01-01 23:57:21'),(19806,9510,'action complete via WP Cron','2021-01-02 07:57:21','2021-01-01 23:57:21'),(19807,9511,'action created','2021-01-02 07:57:21','2021-01-01 23:57:21'),(19808,9511,'action started via WP Cron','2021-01-02 07:58:28','2021-01-01 23:58:28'),(19809,9511,'action complete via WP Cron','2021-01-02 07:58:28','2021-01-01 23:58:28'),(19810,9512,'action created','2021-01-02 07:58:28','2021-01-01 23:58:28'),(19811,9512,'action started via WP Cron','2021-01-02 07:59:29','2021-01-01 23:59:29'),(19812,9512,'action complete via WP Cron','2021-01-02 07:59:29','2021-01-01 23:59:29'),(19813,9513,'action created','2021-01-02 07:59:29','2021-01-01 23:59:29'),(19814,9513,'action started via WP Cron','2021-01-02 08:01:31','2021-01-02 00:01:31'),(19815,9513,'action complete via WP Cron','2021-01-02 08:01:31','2021-01-02 00:01:31'),(19816,9514,'action created','2021-01-02 08:01:31','2021-01-02 00:01:31'),(19817,9514,'action started via WP Cron','2021-01-02 08:02:32','2021-01-02 00:02:32'),(19818,9514,'action complete via WP Cron','2021-01-02 08:02:32','2021-01-02 00:02:32'),(19819,9515,'action created','2021-01-02 08:02:32','2021-01-02 00:02:32'),(19820,9515,'action started via WP Cron','2021-01-02 08:03:33','2021-01-02 00:03:33'),(19821,9515,'action complete via WP Cron','2021-01-02 08:03:33','2021-01-02 00:03:33'),(19822,9516,'action created','2021-01-02 08:03:34','2021-01-02 00:03:34'),(19823,9516,'action started via WP Cron','2021-01-02 08:04:07','2021-01-02 00:04:07'),(19824,9516,'action complete via WP Cron','2021-01-02 08:04:07','2021-01-02 00:04:07'),(19825,9517,'action created','2021-01-02 08:04:07','2021-01-02 00:04:07'),(19826,9517,'action started via WP Cron','2021-01-02 08:10:04','2021-01-02 00:10:04'),(19827,9517,'action complete via WP Cron','2021-01-02 08:10:04','2021-01-02 00:10:04'),(19828,9518,'action created','2021-01-02 08:10:04','2021-01-02 00:10:04'),(19829,9518,'action started via WP Cron','2021-01-02 08:17:35','2021-01-02 00:17:35'),(19830,9518,'action complete via WP Cron','2021-01-02 08:17:35','2021-01-02 00:17:35'),(19831,9519,'action created','2021-01-02 08:17:35','2021-01-02 00:17:35'),(19832,9519,'action started via WP Cron','2021-01-02 08:18:44','2021-01-02 00:18:44'),(19833,9519,'action complete via WP Cron','2021-01-02 08:18:44','2021-01-02 00:18:44'),(19834,9520,'action created','2021-01-02 08:18:44','2021-01-02 00:18:44'),(19835,9520,'action started via WP Cron','2021-01-02 08:20:08','2021-01-02 00:20:08'),(19836,9520,'action complete via WP Cron','2021-01-02 08:20:08','2021-01-02 00:20:08'),(19837,9521,'action created','2021-01-02 08:20:08','2021-01-02 00:20:08'),(19838,9521,'action started via WP Cron','2021-01-02 08:24:25','2021-01-02 00:24:25'),(19839,9521,'action complete via WP Cron','2021-01-02 08:24:25','2021-01-02 00:24:25'),(19840,9522,'action created','2021-01-02 08:24:25','2021-01-02 00:24:25'),(19841,9522,'action started via WP Cron','2021-01-02 08:32:05','2021-01-02 00:32:05'),(19842,9522,'action complete via WP Cron','2021-01-02 08:32:05','2021-01-02 00:32:05'),(19843,9523,'action created','2021-01-02 08:32:06','2021-01-02 00:32:06'),(19844,9523,'action started via WP Cron','2021-01-02 08:37:34','2021-01-02 00:37:34'),(19845,9523,'action complete via WP Cron','2021-01-02 08:37:34','2021-01-02 00:37:34'),(19846,9524,'action created','2021-01-02 08:37:34','2021-01-02 00:37:34'),(19847,9524,'action started via WP Cron','2021-01-02 08:37:54','2021-01-02 00:37:54'),(19848,9524,'action complete via WP Cron','2021-01-02 08:37:54','2021-01-02 00:37:54'),(19849,9525,'action created','2021-01-02 08:37:54','2021-01-02 00:37:54'),(19850,9525,'action started via WP Cron','2021-01-02 08:39:19','2021-01-02 00:39:19'),(19851,9525,'action complete via WP Cron','2021-01-02 08:39:19','2021-01-02 00:39:19'),(19852,9526,'action created','2021-01-02 08:39:19','2021-01-02 00:39:19'),(19853,9526,'action started via WP Cron','2021-01-02 08:40:20','2021-01-02 00:40:20'),(19854,9526,'action complete via WP Cron','2021-01-02 08:40:20','2021-01-02 00:40:20'),(19855,9527,'action created','2021-01-02 08:40:20','2021-01-02 00:40:20'),(19856,9527,'action started via WP Cron','2021-01-02 08:42:22','2021-01-02 00:42:22'),(19857,9527,'action complete via WP Cron','2021-01-02 08:42:22','2021-01-02 00:42:22'),(19858,9528,'action created','2021-01-02 08:42:22','2021-01-02 00:42:22'),(19859,9528,'action started via WP Cron','2021-01-02 08:43:23','2021-01-02 00:43:23'),(19860,9528,'action complete via WP Cron','2021-01-02 08:43:23','2021-01-02 00:43:23'),(19861,9529,'action created','2021-01-02 08:43:23','2021-01-02 00:43:23'),(19862,9529,'action started via WP Cron','2021-01-02 08:48:23','2021-01-02 00:48:23'),(19863,9529,'action complete via WP Cron','2021-01-02 08:48:23','2021-01-02 00:48:23'),(19864,9530,'action created','2021-01-02 08:48:23','2021-01-02 00:48:23'),(19865,9530,'action started via WP Cron','2021-01-02 08:49:17','2021-01-02 00:49:17'),(19866,9530,'action complete via WP Cron','2021-01-02 08:49:17','2021-01-02 00:49:17'),(19867,9531,'action created','2021-01-02 08:49:17','2021-01-02 00:49:17'),(19868,9531,'action started via WP Cron','2021-01-02 08:49:44','2021-01-02 00:49:44'),(19869,9531,'action complete via WP Cron','2021-01-02 08:49:44','2021-01-02 00:49:44'),(19870,9532,'action created','2021-01-02 08:49:44','2021-01-02 00:49:44'),(19871,9532,'action started via WP Cron','2021-01-02 08:51:47','2021-01-02 00:51:47'),(19872,9532,'action complete via WP Cron','2021-01-02 08:51:47','2021-01-02 00:51:47'),(19873,9533,'action created','2021-01-02 08:51:48','2021-01-02 00:51:48'),(19874,9533,'action started via WP Cron','2021-01-02 08:53:32','2021-01-02 00:53:32'),(19875,9533,'action complete via WP Cron','2021-01-02 08:53:32','2021-01-02 00:53:32'),(19876,9534,'action created','2021-01-02 08:53:32','2021-01-02 00:53:32'),(19877,9534,'action started via WP Cron','2021-01-02 08:56:52','2021-01-02 00:56:52'),(19878,9534,'action complete via WP Cron','2021-01-02 08:56:52','2021-01-02 00:56:52'),(19879,9535,'action created','2021-01-02 08:56:52','2021-01-02 00:56:52'),(19880,9535,'action started via WP Cron','2021-01-02 08:59:01','2021-01-02 00:59:01'),(19881,9535,'action complete via WP Cron','2021-01-02 08:59:01','2021-01-02 00:59:01'),(19882,9536,'action created','2021-01-02 08:59:01','2021-01-02 00:59:01'),(19883,9536,'action started via WP Cron','2021-01-02 09:01:52','2021-01-02 01:01:52'),(19884,9536,'action complete via WP Cron','2021-01-02 09:01:52','2021-01-02 01:01:52'),(19885,9537,'action created','2021-01-02 09:01:52','2021-01-02 01:01:52'),(19886,9537,'action started via WP Cron','2021-01-02 09:02:58','2021-01-02 01:02:58'),(19887,9537,'action complete via WP Cron','2021-01-02 09:02:58','2021-01-02 01:02:58'),(19888,9538,'action created','2021-01-02 09:02:58','2021-01-02 01:02:58'),(19889,9538,'action started via WP Cron','2021-01-02 09:03:54','2021-01-02 01:03:54'),(19890,9538,'action complete via WP Cron','2021-01-02 09:03:54','2021-01-02 01:03:54'),(19891,9539,'action created','2021-01-02 09:03:54','2021-01-02 01:03:54'),(19892,9539,'action started via WP Cron','2021-01-02 09:05:34','2021-01-02 01:05:34'),(19893,9539,'action complete via WP Cron','2021-01-02 09:05:34','2021-01-02 01:05:34'),(19894,9540,'action created','2021-01-02 09:05:34','2021-01-02 01:05:34'),(19895,9540,'action started via WP Cron','2021-01-02 09:10:59','2021-01-02 01:10:59'),(19896,9540,'action complete via WP Cron','2021-01-02 09:10:59','2021-01-02 01:10:59'),(19897,9541,'action created','2021-01-02 09:10:59','2021-01-02 01:10:59'),(19898,9541,'action started via WP Cron','2021-01-02 09:11:49','2021-01-02 01:11:49'),(19899,9541,'action complete via WP Cron','2021-01-02 09:11:49','2021-01-02 01:11:49'),(19900,9542,'action created','2021-01-02 09:11:49','2021-01-02 01:11:49'),(19901,9542,'action started via WP Cron','2021-01-02 09:17:45','2021-01-02 01:17:45'),(19902,9542,'action complete via WP Cron','2021-01-02 09:17:45','2021-01-02 01:17:45'),(19903,9543,'action created','2021-01-02 09:17:45','2021-01-02 01:17:45'),(19904,9543,'action started via WP Cron','2021-01-02 09:26:23','2021-01-02 01:26:23'),(19905,9543,'action complete via WP Cron','2021-01-02 09:26:23','2021-01-02 01:26:23'),(19906,9544,'action created','2021-01-02 09:26:23','2021-01-02 01:26:23'),(19907,9544,'action started via WP Cron','2021-01-02 09:32:12','2021-01-02 01:32:12'),(19908,9544,'action complete via WP Cron','2021-01-02 09:32:12','2021-01-02 01:32:12'),(19909,9545,'action created','2021-01-02 09:32:12','2021-01-02 01:32:12'),(19910,9545,'action started via WP Cron','2021-01-02 09:32:50','2021-01-02 01:32:50'),(19911,9545,'action complete via WP Cron','2021-01-02 09:32:50','2021-01-02 01:32:50'),(19912,9546,'action created','2021-01-02 09:32:50','2021-01-02 01:32:50'),(19913,9546,'action started via WP Cron','2021-01-02 09:33:47','2021-01-02 01:33:47'),(19914,9546,'action complete via WP Cron','2021-01-02 09:33:47','2021-01-02 01:33:47'),(19915,9547,'action created','2021-01-02 09:33:47','2021-01-02 01:33:47'),(19916,9547,'action started via WP Cron','2021-01-02 09:37:19','2021-01-02 01:37:19'),(19917,9547,'action complete via WP Cron','2021-01-02 09:37:19','2021-01-02 01:37:19'),(19918,9548,'action created','2021-01-02 09:37:19','2021-01-02 01:37:19'),(19919,9548,'action started via WP Cron','2021-01-02 09:43:28','2021-01-02 01:43:28'),(19920,9548,'action complete via WP Cron','2021-01-02 09:43:28','2021-01-02 01:43:28'),(19921,9549,'action created','2021-01-02 09:43:29','2021-01-02 01:43:29'),(19922,9549,'action started via WP Cron','2021-01-02 09:44:26','2021-01-02 01:44:26'),(19923,9549,'action complete via WP Cron','2021-01-02 09:44:26','2021-01-02 01:44:26'),(19924,9550,'action created','2021-01-02 09:44:26','2021-01-02 01:44:26'),(19925,9550,'action started via WP Cron','2021-01-02 09:45:27','2021-01-02 01:45:27'),(19926,9550,'action complete via WP Cron','2021-01-02 09:45:27','2021-01-02 01:45:27'),(19927,9551,'action created','2021-01-02 09:45:28','2021-01-02 01:45:28'),(19928,9551,'action started via WP Cron','2021-01-02 09:46:28','2021-01-02 01:46:28'),(19929,9551,'action complete via WP Cron','2021-01-02 09:46:28','2021-01-02 01:46:28'),(19930,9552,'action created','2021-01-02 09:47:30','2021-01-02 01:47:30'),(19931,9552,'action started via WP Cron','2021-01-02 09:49:32','2021-01-02 01:49:32'),(19932,9552,'action complete via WP Cron','2021-01-02 09:49:32','2021-01-02 01:49:32'),(19933,9553,'action created','2021-01-02 09:49:32','2021-01-02 01:49:32'),(19934,9553,'action started via WP Cron','2021-01-02 09:51:19','2021-01-02 01:51:19'),(19935,9553,'action complete via WP Cron','2021-01-02 09:51:19','2021-01-02 01:51:19'),(19936,9554,'action created','2021-01-02 09:51:19','2021-01-02 01:51:19'),(19937,9554,'action started via WP Cron','2021-01-02 09:52:20','2021-01-02 01:52:20'),(19938,9554,'action complete via WP Cron','2021-01-02 09:52:20','2021-01-02 01:52:20'),(19939,9555,'action created','2021-01-02 09:52:20','2021-01-02 01:52:20'),(19940,9555,'action started via WP Cron','2021-01-02 09:53:21','2021-01-02 01:53:21'),(19941,9555,'action complete via WP Cron','2021-01-02 09:53:21','2021-01-02 01:53:21'),(19942,9556,'action created','2021-01-02 09:53:21','2021-01-02 01:53:21'),(19943,9556,'action started via WP Cron','2021-01-02 09:56:28','2021-01-02 01:56:28'),(19944,9556,'action complete via WP Cron','2021-01-02 09:56:28','2021-01-02 01:56:28'),(19945,9557,'action created','2021-01-02 09:56:30','2021-01-02 01:56:30'),(19946,9557,'action started via WP Cron','2021-01-02 10:01:09','2021-01-02 02:01:09'),(19947,9557,'action complete via WP Cron','2021-01-02 10:01:09','2021-01-02 02:01:09'),(19948,9558,'action created','2021-01-02 10:01:09','2021-01-02 02:01:09'),(19949,9558,'action started via WP Cron','2021-01-02 10:05:41','2021-01-02 02:05:41'),(19950,9558,'action complete via WP Cron','2021-01-02 10:05:41','2021-01-02 02:05:41'),(19951,9559,'action created','2021-01-02 10:05:41','2021-01-02 02:05:41'),(19952,9559,'action started via WP Cron','2021-01-02 10:07:35','2021-01-02 02:07:35'),(19953,9559,'action complete via WP Cron','2021-01-02 10:07:35','2021-01-02 02:07:35'),(19954,9560,'action created','2021-01-02 10:07:35','2021-01-02 02:07:35'),(19955,9560,'action started via WP Cron','2021-01-02 10:09:37','2021-01-02 02:09:37'),(19956,9560,'action complete via WP Cron','2021-01-02 10:09:37','2021-01-02 02:09:37'),(19957,9561,'action created','2021-01-02 10:09:37','2021-01-02 02:09:37'),(19958,9561,'action started via WP Cron','2021-01-02 10:10:38','2021-01-02 02:10:38'),(19959,9561,'action complete via WP Cron','2021-01-02 10:10:39','2021-01-02 02:10:39'),(19960,9562,'action created','2021-01-02 10:10:39','2021-01-02 02:10:39'),(19961,9562,'action started via WP Cron','2021-01-02 10:10:59','2021-01-02 02:10:59'),(19962,9562,'action complete via WP Cron','2021-01-02 10:10:59','2021-01-02 02:10:59'),(19963,9563,'action created','2021-01-02 10:11:38','2021-01-02 02:11:38'),(19964,9563,'action started via WP Cron','2021-01-02 10:19:00','2021-01-02 02:19:00'),(19965,9563,'action complete via WP Cron','2021-01-02 10:19:00','2021-01-02 02:19:00'),(19966,9564,'action created','2021-01-02 10:19:00','2021-01-02 02:19:00'),(19967,9564,'action started via WP Cron','2021-01-02 10:24:00','2021-01-02 02:24:00'),(19968,9564,'action complete via WP Cron','2021-01-02 10:24:00','2021-01-02 02:24:00'),(19969,9565,'action created','2021-01-02 10:24:00','2021-01-02 02:24:00'),(19970,9565,'action started via WP Cron','2021-01-02 10:27:48','2021-01-02 02:27:48'),(19971,9565,'action complete via WP Cron','2021-01-02 10:27:48','2021-01-02 02:27:48'),(19972,9566,'action created','2021-01-02 10:27:48','2021-01-02 02:27:48'),(19973,9566,'action started via WP Cron','2021-01-02 10:28:55','2021-01-02 02:28:55'),(19974,9566,'action complete via WP Cron','2021-01-02 10:28:55','2021-01-02 02:28:55'),(19975,9567,'action created','2021-01-02 10:28:55','2021-01-02 02:28:55'),(19976,9567,'action started via WP Cron','2021-01-02 10:29:58','2021-01-02 02:29:58'),(19977,9567,'action complete via WP Cron','2021-01-02 10:29:58','2021-01-02 02:29:58'),(19978,9568,'action created','2021-01-02 10:29:58','2021-01-02 02:29:58'),(19979,9568,'action started via WP Cron','2021-01-02 10:31:58','2021-01-02 02:31:58'),(19980,9568,'action complete via WP Cron','2021-01-02 10:31:58','2021-01-02 02:31:58'),(19981,9569,'action created','2021-01-02 10:31:58','2021-01-02 02:31:58'),(19982,9569,'action started via WP Cron','2021-01-02 10:32:59','2021-01-02 02:32:59'),(19983,9569,'action complete via WP Cron','2021-01-02 10:32:59','2021-01-02 02:32:59'),(19984,9570,'action created','2021-01-02 10:32:59','2021-01-02 02:32:59'),(19985,9570,'action started via WP Cron','2021-01-02 10:34:00','2021-01-02 02:34:00'),(19986,9570,'action complete via WP Cron','2021-01-02 10:34:00','2021-01-02 02:34:00'),(19987,9571,'action created','2021-01-02 10:34:00','2021-01-02 02:34:00'),(19988,9571,'action started via WP Cron','2021-01-02 10:35:48','2021-01-02 02:35:48'),(19989,9571,'action complete via WP Cron','2021-01-02 10:35:48','2021-01-02 02:35:48'),(19990,9572,'action created','2021-01-02 10:35:49','2021-01-02 02:35:49'),(19991,9572,'action started via WP Cron','2021-01-02 10:38:32','2021-01-02 02:38:32'),(19992,9572,'action complete via WP Cron','2021-01-02 10:38:32','2021-01-02 02:38:32'),(19993,9573,'action created','2021-01-02 10:38:32','2021-01-02 02:38:32'),(19994,9573,'action started via WP Cron','2021-01-02 10:48:18','2021-01-02 02:48:18'),(19995,9573,'action complete via WP Cron','2021-01-02 10:48:18','2021-01-02 02:48:18'),(19996,9574,'action created','2021-01-02 10:48:18','2021-01-02 02:48:18'),(19997,9574,'action started via WP Cron','2021-01-02 11:04:13','2021-01-02 03:04:13'),(19998,9574,'action complete via WP Cron','2021-01-02 11:04:13','2021-01-02 03:04:13'),(19999,9575,'action created','2021-01-02 11:04:13','2021-01-02 03:04:13'),(20000,9575,'action started via WP Cron','2021-01-02 11:04:50','2021-01-02 03:04:50'),(20001,9575,'action complete via WP Cron','2021-01-02 11:04:50','2021-01-02 03:04:50'),(20002,9576,'action created','2021-01-02 11:04:50','2021-01-02 03:04:50'),(20003,9576,'action started via WP Cron','2021-01-02 11:11:42','2021-01-02 03:11:42'),(20004,9576,'action complete via WP Cron','2021-01-02 11:11:42','2021-01-02 03:11:42'),(20005,9577,'action created','2021-01-02 11:11:42','2021-01-02 03:11:42'),(20006,9577,'action started via WP Cron','2021-01-02 11:13:40','2021-01-02 03:13:40'),(20007,9577,'action complete via WP Cron','2021-01-02 11:13:40','2021-01-02 03:13:40'),(20008,9578,'action created','2021-01-02 11:13:41','2021-01-02 03:13:41'),(20009,9578,'action started via WP Cron','2021-01-02 11:14:41','2021-01-02 03:14:41'),(20010,9578,'action complete via WP Cron','2021-01-02 11:14:42','2021-01-02 03:14:42'),(20011,9579,'action created','2021-01-02 11:15:43','2021-01-02 03:15:43'),(20012,9579,'action started via WP Cron','2021-01-02 11:16:41','2021-01-02 03:16:41'),(20013,9579,'action complete via WP Cron','2021-01-02 11:16:41','2021-01-02 03:16:41'),(20014,9580,'action created','2021-01-02 11:16:41','2021-01-02 03:16:41'),(20015,9580,'action started via WP Cron','2021-01-02 11:17:44','2021-01-02 03:17:44'),(20016,9580,'action complete via WP Cron','2021-01-02 11:17:44','2021-01-02 03:17:44'),(20017,9581,'action created','2021-01-02 11:17:44','2021-01-02 03:17:44'),(20018,9581,'action started via WP Cron','2021-01-02 11:20:59','2021-01-02 03:20:59'),(20019,9581,'action complete via WP Cron','2021-01-02 11:20:59','2021-01-02 03:20:59'),(20020,9582,'action created','2021-01-02 11:20:59','2021-01-02 03:20:59'),(20021,9582,'action started via WP Cron','2021-01-02 11:21:45','2021-01-02 03:21:45'),(20022,9582,'action complete via WP Cron','2021-01-02 11:21:45','2021-01-02 03:21:45'),(20023,9583,'action created','2021-01-02 11:21:46','2021-01-02 03:21:46'),(20024,9583,'action started via WP Cron','2021-01-02 11:34:06','2021-01-02 03:34:06'),(20025,9583,'action complete via WP Cron','2021-01-02 11:34:06','2021-01-02 03:34:06'),(20026,9584,'action created','2021-01-02 11:34:06','2021-01-02 03:34:06'),(20027,9584,'action started via WP Cron','2021-01-02 11:35:00','2021-01-02 03:35:00'),(20028,9584,'action complete via WP Cron','2021-01-02 11:35:00','2021-01-02 03:35:00'),(20029,9585,'action created','2021-01-02 11:35:00','2021-01-02 03:35:00'),(20030,9585,'action started via WP Cron','2021-01-02 11:36:01','2021-01-02 03:36:01'),(20031,9585,'action complete via WP Cron','2021-01-02 11:36:01','2021-01-02 03:36:01'),(20032,9586,'action created','2021-01-02 11:36:01','2021-01-02 03:36:01'),(20033,9586,'action started via WP Cron','2021-01-02 11:37:48','2021-01-02 03:37:48'),(20034,9586,'action complete via WP Cron','2021-01-02 11:37:48','2021-01-02 03:37:48'),(20035,9587,'action created','2021-01-02 11:37:48','2021-01-02 03:37:48'),(20036,9587,'action started via WP Cron','2021-01-02 11:39:04','2021-01-02 03:39:04'),(20037,9587,'action complete via WP Cron','2021-01-02 11:39:04','2021-01-02 03:39:04'),(20038,9588,'action created','2021-01-02 11:39:04','2021-01-02 03:39:04'),(20039,9588,'action started via WP Cron','2021-01-02 11:40:05','2021-01-02 03:40:05'),(20040,9588,'action complete via WP Cron','2021-01-02 11:40:05','2021-01-02 03:40:05'),(20041,9589,'action created','2021-01-02 11:40:05','2021-01-02 03:40:05'),(20042,9589,'action started via WP Cron','2021-01-02 11:41:32','2021-01-02 03:41:32'),(20043,9589,'action complete via WP Cron','2021-01-02 11:41:32','2021-01-02 03:41:32'),(20044,9590,'action created','2021-01-02 11:41:32','2021-01-02 03:41:32'),(20045,9590,'action started via WP Cron','2021-01-02 11:47:04','2021-01-02 03:47:04'),(20046,9590,'action complete via WP Cron','2021-01-02 11:47:04','2021-01-02 03:47:04'),(20047,9591,'action created','2021-01-02 11:47:04','2021-01-02 03:47:04'),(20048,9591,'action started via WP Cron','2021-01-02 11:56:13','2021-01-02 03:56:13'),(20049,9591,'action complete via WP Cron','2021-01-02 11:56:13','2021-01-02 03:56:13'),(20050,9592,'action created','2021-01-02 11:56:13','2021-01-02 03:56:13'),(20051,9592,'action started via WP Cron','2021-01-02 11:56:41','2021-01-02 03:56:41'),(20052,9592,'action complete via WP Cron','2021-01-02 11:56:41','2021-01-02 03:56:41'),(20053,9593,'action created','2021-01-02 11:56:41','2021-01-02 03:56:41'),(20054,9593,'action started via WP Cron','2021-01-02 11:57:42','2021-01-02 03:57:42'),(20055,9593,'action complete via WP Cron','2021-01-02 11:57:42','2021-01-02 03:57:42'),(20056,9594,'action created','2021-01-02 11:57:42','2021-01-02 03:57:42'),(20057,9594,'action started via Async Request','2021-01-02 11:57:54','2021-01-02 03:57:54'),(20058,9594,'action complete via Async Request','2021-01-02 11:57:54','2021-01-02 03:57:54'),(20059,9595,'action created','2021-01-02 11:57:55','2021-01-02 03:57:55'),(20060,9595,'action started via WP Cron','2021-01-02 11:58:42','2021-01-02 03:58:42'),(20061,9595,'action complete via WP Cron','2021-01-02 11:58:42','2021-01-02 03:58:42'),(20062,9596,'action created','2021-01-02 11:58:42','2021-01-02 03:58:42'),(20063,9596,'action started via Async Request','2021-01-02 11:58:57','2021-01-02 03:58:57'),(20064,9596,'action complete via Async Request','2021-01-02 11:58:57','2021-01-02 03:58:57'),(20065,9597,'action created','2021-01-02 11:58:59','2021-01-02 03:58:59'),(20066,9597,'action started via WP Cron','2021-01-02 12:10:12','2021-01-02 04:10:12'),(20067,9597,'action complete via WP Cron','2021-01-02 12:10:12','2021-01-02 04:10:12'),(20068,9598,'action created','2021-01-02 12:14:20','2021-01-02 04:14:20'),(20069,9598,'action started via WP Cron','2021-01-02 12:17:51','2021-01-02 04:17:51'),(20070,9598,'action complete via WP Cron','2021-01-02 12:17:51','2021-01-02 04:17:51'),(20071,9599,'action created','2021-01-02 12:17:51','2021-01-02 04:17:51'),(20072,9599,'action started via WP Cron','2021-01-02 12:18:44','2021-01-02 04:18:44'),(20073,9599,'action complete via WP Cron','2021-01-02 12:18:44','2021-01-02 04:18:44'),(20074,9600,'action created','2021-01-02 12:18:44','2021-01-02 04:18:44'),(20075,9600,'action started via WP Cron','2021-01-02 12:19:46','2021-01-02 04:19:46'),(20076,9600,'action complete via WP Cron','2021-01-02 12:19:46','2021-01-02 04:19:46'),(20077,9601,'action created','2021-01-02 12:19:46','2021-01-02 04:19:46'),(20078,9601,'action started via WP Cron','2021-01-02 12:20:46','2021-01-02 04:20:46'),(20079,9601,'action complete via WP Cron','2021-01-02 12:20:46','2021-01-02 04:20:46'),(20080,9602,'action created','2021-01-02 12:20:46','2021-01-02 04:20:46'),(20081,9602,'action started via WP Cron','2021-01-02 12:21:47','2021-01-02 04:21:47'),(20082,9602,'action complete via WP Cron','2021-01-02 12:21:47','2021-01-02 04:21:47'),(20083,9603,'action created','2021-01-02 12:21:47','2021-01-02 04:21:47'),(20084,9603,'action started via WP Cron','2021-01-02 12:25:35','2021-01-02 04:25:35'),(20085,9603,'action complete via WP Cron','2021-01-02 12:25:35','2021-01-02 04:25:35'),(20086,9604,'action created','2021-01-02 12:25:35','2021-01-02 04:25:35'),(20087,9604,'action started via WP Cron','2021-01-02 12:28:02','2021-01-02 04:28:02'),(20088,9604,'action complete via WP Cron','2021-01-02 12:28:02','2021-01-02 04:28:02'),(20089,9605,'action created','2021-01-02 12:28:02','2021-01-02 04:28:02'),(20090,9605,'action started via WP Cron','2021-01-02 12:37:03','2021-01-02 04:37:03'),(20091,9605,'action complete via WP Cron','2021-01-02 12:37:03','2021-01-02 04:37:03'),(20092,9606,'action created','2021-01-02 12:37:03','2021-01-02 04:37:03'),(20093,9606,'action started via WP Cron','2021-01-02 12:38:31','2021-01-02 04:38:31'),(20094,9606,'action complete via WP Cron','2021-01-02 12:38:31','2021-01-02 04:38:31'),(20095,9607,'action created','2021-01-02 12:38:31','2021-01-02 04:38:31'),(20096,9607,'action started via WP Cron','2021-01-02 12:39:33','2021-01-02 04:39:33'),(20097,9607,'action complete via WP Cron','2021-01-02 12:39:33','2021-01-02 04:39:33'),(20098,9608,'action created','2021-01-02 12:39:33','2021-01-02 04:39:33'),(20099,9608,'action started via WP Cron','2021-01-02 12:41:06','2021-01-02 04:41:06'),(20100,9608,'action complete via WP Cron','2021-01-02 12:41:06','2021-01-02 04:41:06'),(20101,9609,'action created','2021-01-02 12:41:06','2021-01-02 04:41:06'),(20102,9609,'action started via WP Cron','2021-01-02 12:42:08','2021-01-02 04:42:08'),(20103,9609,'action complete via WP Cron','2021-01-02 12:42:08','2021-01-02 04:42:08'),(20104,9610,'action created','2021-01-02 12:42:08','2021-01-02 04:42:08'),(20105,9610,'action started via WP Cron','2021-01-02 12:43:08','2021-01-02 04:43:08'),(20106,9610,'action complete via WP Cron','2021-01-02 12:43:08','2021-01-02 04:43:08'),(20107,9611,'action created','2021-01-02 12:43:08','2021-01-02 04:43:08'),(20108,9611,'action started via WP Cron','2021-01-02 12:45:10','2021-01-02 04:45:10'),(20109,9611,'action complete via WP Cron','2021-01-02 12:45:10','2021-01-02 04:45:10'),(20110,9612,'action created','2021-01-02 12:45:11','2021-01-02 04:45:11'),(20111,9612,'action started via WP Cron','2021-01-02 12:46:11','2021-01-02 04:46:11'),(20112,9612,'action complete via WP Cron','2021-01-02 12:46:11','2021-01-02 04:46:11'),(20113,9613,'action created','2021-01-02 12:46:12','2021-01-02 04:46:12'),(20114,9613,'action started via WP Cron','2021-01-02 12:48:31','2021-01-02 04:48:31'),(20115,9613,'action complete via WP Cron','2021-01-02 12:48:31','2021-01-02 04:48:31'),(20116,9614,'action created','2021-01-02 12:48:31','2021-01-02 04:48:31'),(20117,9614,'action started via WP Cron','2021-01-02 12:50:40','2021-01-02 04:50:40'),(20118,9614,'action complete via WP Cron','2021-01-02 12:50:40','2021-01-02 04:50:40'),(20119,9615,'action created','2021-01-02 12:50:40','2021-01-02 04:50:40'),(20120,9615,'action started via WP Cron','2021-01-02 12:51:47','2021-01-02 04:51:47'),(20121,9615,'action complete via WP Cron','2021-01-02 12:51:47','2021-01-02 04:51:47'),(20122,9616,'action created','2021-01-02 12:51:48','2021-01-02 04:51:48'),(20123,9616,'action started via WP Cron','2021-01-02 12:52:49','2021-01-02 04:52:49'),(20124,9616,'action complete via WP Cron','2021-01-02 12:52:49','2021-01-02 04:52:49'),(20125,9617,'action created','2021-01-02 12:52:50','2021-01-02 04:52:50'),(20126,9617,'action started via WP Cron','2021-01-02 12:53:41','2021-01-02 04:53:41'),(20127,9617,'action complete via WP Cron','2021-01-02 12:53:41','2021-01-02 04:53:41'),(20128,9618,'action created','2021-01-02 12:53:41','2021-01-02 04:53:41'),(20129,9618,'action started via WP Cron','2021-01-02 12:55:24','2021-01-02 04:55:24'),(20130,9618,'action complete via WP Cron','2021-01-02 12:55:24','2021-01-02 04:55:24'),(20131,9619,'action created','2021-01-02 12:55:25','2021-01-02 04:55:25'),(20132,9619,'action started via WP Cron','2021-01-02 12:56:26','2021-01-02 04:56:26'),(20133,9619,'action complete via WP Cron','2021-01-02 12:56:26','2021-01-02 04:56:26'),(20134,9620,'action created','2021-01-02 12:56:26','2021-01-02 04:56:26'),(20135,9620,'action started via WP Cron','2021-01-02 12:58:27','2021-01-02 04:58:27'),(20136,9620,'action complete via WP Cron','2021-01-02 12:58:27','2021-01-02 04:58:27'),(20137,9621,'action created','2021-01-02 12:58:27','2021-01-02 04:58:27'),(20138,9621,'action started via WP Cron','2021-01-02 13:01:54','2021-01-02 05:01:54'),(20139,9621,'action complete via WP Cron','2021-01-02 13:01:54','2021-01-02 05:01:54'),(20140,9622,'action created','2021-01-02 13:01:54','2021-01-02 05:01:54'),(20141,9622,'action started via WP Cron','2021-01-02 13:06:25','2021-01-02 05:06:25'),(20142,9622,'action complete via WP Cron','2021-01-02 13:06:25','2021-01-02 05:06:25'),(20143,9623,'action created','2021-01-02 13:06:25','2021-01-02 05:06:25'),(20144,9623,'action started via WP Cron','2021-01-02 13:07:12','2021-01-02 05:07:12'),(20145,9623,'action complete via WP Cron','2021-01-02 13:07:12','2021-01-02 05:07:12'),(20146,9624,'action created','2021-01-02 13:07:12','2021-01-02 05:07:12'),(20147,9624,'action started via WP Cron','2021-01-02 13:16:22','2021-01-02 05:16:22'),(20148,9624,'action complete via WP Cron','2021-01-02 13:16:22','2021-01-02 05:16:22'),(20149,9625,'action created','2021-01-02 13:16:22','2021-01-02 05:16:22'),(20150,9625,'action started via WP Cron','2021-01-02 13:16:47','2021-01-02 05:16:47'),(20151,9625,'action complete via WP Cron','2021-01-02 13:16:47','2021-01-02 05:16:47'),(20152,9626,'action created','2021-01-02 13:16:47','2021-01-02 05:16:47'),(20153,9626,'action started via WP Cron','2021-01-02 13:18:34','2021-01-02 05:18:34'),(20154,9626,'action complete via WP Cron','2021-01-02 13:18:34','2021-01-02 05:18:34'),(20155,9627,'action created','2021-01-02 13:18:34','2021-01-02 05:18:34'),(20156,9627,'action started via WP Cron','2021-01-02 13:22:07','2021-01-02 05:22:07'),(20157,9627,'action complete via WP Cron','2021-01-02 13:22:07','2021-01-02 05:22:07'),(20158,9628,'action created','2021-01-02 13:22:07','2021-01-02 05:22:07'),(20159,9628,'action started via WP Cron','2021-01-02 13:22:47','2021-01-02 05:22:47'),(20160,9628,'action complete via WP Cron','2021-01-02 13:22:47','2021-01-02 05:22:47'),(20161,9629,'action created','2021-01-02 13:23:01','2021-01-02 05:23:01'),(20162,9629,'action started via WP Cron','2021-01-02 13:24:02','2021-01-02 05:24:02'),(20163,9629,'action complete via WP Cron','2021-01-02 13:24:02','2021-01-02 05:24:02'),(20164,9630,'action created','2021-01-02 13:24:03','2021-01-02 05:24:03'),(20165,9630,'action started via WP Cron','2021-01-02 13:25:24','2021-01-02 05:25:24'),(20166,9630,'action complete via WP Cron','2021-01-02 13:25:24','2021-01-02 05:25:24'),(20167,9631,'action created','2021-01-02 13:25:24','2021-01-02 05:25:24'),(20168,9631,'action started via WP Cron','2021-01-02 13:26:04','2021-01-02 05:26:04'),(20169,9631,'action complete via WP Cron','2021-01-02 13:26:04','2021-01-02 05:26:04'),(20170,9632,'action created','2021-01-02 13:26:04','2021-01-02 05:26:04'),(20171,9632,'action started via WP Cron','2021-01-02 13:27:06','2021-01-02 05:27:06'),(20172,9632,'action complete via WP Cron','2021-01-02 13:27:06','2021-01-02 05:27:06'),(20173,9633,'action created','2021-01-02 13:27:06','2021-01-02 05:27:06'),(20174,9633,'action started via WP Cron','2021-01-02 13:28:06','2021-01-02 05:28:06'),(20175,9633,'action complete via WP Cron','2021-01-02 13:28:06','2021-01-02 05:28:06'),(20176,9634,'action created','2021-01-02 13:28:06','2021-01-02 05:28:06'),(20177,9634,'action started via WP Cron','2021-01-02 13:33:45','2021-01-02 05:33:45'),(20178,9634,'action complete via WP Cron','2021-01-02 13:33:45','2021-01-02 05:33:45'),(20179,9635,'action created','2021-01-02 13:33:45','2021-01-02 05:33:45'),(20180,9635,'action started via WP Cron','2021-01-02 13:36:09','2021-01-02 05:36:09'),(20181,9635,'action complete via WP Cron','2021-01-02 13:36:09','2021-01-02 05:36:09'),(20182,9636,'action created','2021-01-02 13:36:09','2021-01-02 05:36:09'),(20183,9636,'action started via WP Cron','2021-01-02 13:37:16','2021-01-02 05:37:16'),(20184,9636,'action complete via WP Cron','2021-01-02 13:37:16','2021-01-02 05:37:16'),(20185,9637,'action created','2021-01-02 13:37:16','2021-01-02 05:37:16'),(20186,9637,'action started via WP Cron','2021-01-02 13:41:39','2021-01-02 05:41:39'),(20187,9637,'action complete via WP Cron','2021-01-02 13:41:39','2021-01-02 05:41:39'),(20188,9638,'action created','2021-01-02 13:41:39','2021-01-02 05:41:39'),(20189,9638,'action started via WP Cron','2021-01-02 13:45:13','2021-01-02 05:45:13'),(20190,9638,'action complete via WP Cron','2021-01-02 13:45:13','2021-01-02 05:45:13'),(20191,9639,'action created','2021-01-02 13:45:13','2021-01-02 05:45:13'),(20192,9639,'action started via WP Cron','2021-01-02 13:46:39','2021-01-02 05:46:39'),(20193,9639,'action complete via WP Cron','2021-01-02 13:46:39','2021-01-02 05:46:39'),(20194,9640,'action created','2021-01-02 13:46:39','2021-01-02 05:46:39'),(20195,9640,'action started via WP Cron','2021-01-02 13:47:12','2021-01-02 05:47:12'),(20196,9640,'action complete via WP Cron','2021-01-02 13:47:12','2021-01-02 05:47:12'),(20197,9641,'action created','2021-01-02 13:47:12','2021-01-02 05:47:12'),(20198,9641,'action started via WP Cron','2021-01-02 13:48:13','2021-01-02 05:48:13'),(20199,9641,'action complete via WP Cron','2021-01-02 13:48:13','2021-01-02 05:48:13'),(20200,9642,'action created','2021-01-02 13:48:13','2021-01-02 05:48:13'),(20201,9642,'action started via WP Cron','2021-01-02 13:48:42','2021-01-02 05:48:42'),(20202,9642,'action complete via WP Cron','2021-01-02 13:48:42','2021-01-02 05:48:42'),(20203,9643,'action created','2021-01-02 13:48:42','2021-01-02 05:48:42'),(20204,9643,'action started via WP Cron','2021-01-02 13:49:43','2021-01-02 05:49:43'),(20205,9643,'action complete via WP Cron','2021-01-02 13:49:43','2021-01-02 05:49:43'),(20206,9644,'action created','2021-01-02 13:49:43','2021-01-02 05:49:43'),(20207,9644,'action started via WP Cron','2021-01-02 13:50:44','2021-01-02 05:50:44'),(20208,9644,'action complete via WP Cron','2021-01-02 13:50:44','2021-01-02 05:50:44'),(20209,9645,'action created','2021-01-02 13:50:44','2021-01-02 05:50:44'),(20210,9645,'action started via WP Cron','2021-01-02 13:52:57','2021-01-02 05:52:57'),(20211,9645,'action complete via WP Cron','2021-01-02 13:52:57','2021-01-02 05:52:57'),(20212,9646,'action created','2021-01-02 13:52:57','2021-01-02 05:52:57'),(20213,9646,'action started via WP Cron','2021-01-02 13:53:48','2021-01-02 05:53:48'),(20214,9646,'action complete via WP Cron','2021-01-02 13:53:48','2021-01-02 05:53:48'),(20215,9647,'action created','2021-01-02 13:53:48','2021-01-02 05:53:48'),(20216,9647,'action started via WP Cron','2021-01-02 13:54:49','2021-01-02 05:54:49'),(20217,9647,'action complete via WP Cron','2021-01-02 13:54:49','2021-01-02 05:54:49'),(20218,9648,'action created','2021-01-02 13:54:49','2021-01-02 05:54:49'),(20219,9648,'action started via WP Cron','2021-01-02 13:55:50','2021-01-02 05:55:50'),(20220,9648,'action complete via WP Cron','2021-01-02 13:55:50','2021-01-02 05:55:50'),(20221,9649,'action created','2021-01-02 13:55:50','2021-01-02 05:55:50'),(20222,9649,'action started via WP Cron','2021-01-02 13:59:01','2021-01-02 05:59:01'),(20223,9649,'action complete via WP Cron','2021-01-02 13:59:01','2021-01-02 05:59:01'),(20224,9650,'action created','2021-01-02 13:59:01','2021-01-02 05:59:01'),(20225,9650,'action started via WP Cron','2021-01-02 14:00:04','2021-01-02 06:00:04'),(20226,9650,'action complete via WP Cron','2021-01-02 14:00:04','2021-01-02 06:00:04'),(20227,9651,'action created','2021-01-02 14:00:51','2021-01-02 06:00:51'),(20228,9651,'action started via WP Cron','2021-01-02 14:02:07','2021-01-02 06:02:07'),(20229,9651,'action complete via WP Cron','2021-01-02 14:02:07','2021-01-02 06:02:07'),(20230,9652,'action created','2021-01-02 14:02:08','2021-01-02 06:02:08'),(20231,9652,'action started via WP Cron','2021-01-02 14:03:10','2021-01-02 06:03:10'),(20232,9652,'action complete via WP Cron','2021-01-02 14:03:10','2021-01-02 06:03:10'),(20233,9653,'action created','2021-01-02 14:03:10','2021-01-02 06:03:10'),(20234,9653,'action started via WP Cron','2021-01-02 14:04:13','2021-01-02 06:04:13'),(20235,9653,'action complete via WP Cron','2021-01-02 14:04:13','2021-01-02 06:04:13'),(20236,9654,'action created','2021-01-02 14:04:13','2021-01-02 06:04:13'),(20237,9654,'action started via WP Cron','2021-01-02 14:05:15','2021-01-02 06:05:15'),(20238,9654,'action complete via WP Cron','2021-01-02 14:05:15','2021-01-02 06:05:15'),(20239,9655,'action created','2021-01-02 14:05:16','2021-01-02 06:05:16'),(20240,9655,'action started via WP Cron','2021-01-02 14:07:42','2021-01-02 06:07:42'),(20241,9655,'action complete via WP Cron','2021-01-02 14:07:42','2021-01-02 06:07:42'),(20242,9656,'action created','2021-01-02 14:07:42','2021-01-02 06:07:42'),(20243,9656,'action started via WP Cron','2021-01-02 14:13:48','2021-01-02 06:13:48'),(20244,9656,'action complete via WP Cron','2021-01-02 14:13:48','2021-01-02 06:13:48'),(20245,9657,'action created','2021-01-02 14:13:48','2021-01-02 06:13:48'),(20246,9657,'action started via WP Cron','2021-01-02 14:18:12','2021-01-02 06:18:12'),(20247,9657,'action complete via WP Cron','2021-01-02 14:18:12','2021-01-02 06:18:12'),(20248,9658,'action created','2021-01-02 14:18:12','2021-01-02 06:18:12'),(20249,9658,'action started via WP Cron','2021-01-02 14:19:49','2021-01-02 06:19:49'),(20250,9658,'action complete via WP Cron','2021-01-02 14:19:49','2021-01-02 06:19:49'),(20251,9659,'action created','2021-01-02 14:19:49','2021-01-02 06:19:49'),(20252,9659,'action started via WP Cron','2021-01-02 14:25:42','2021-01-02 06:25:42'),(20253,9659,'action complete via WP Cron','2021-01-02 14:25:42','2021-01-02 06:25:42'),(20254,9660,'action created','2021-01-02 14:25:42','2021-01-02 06:25:42'),(20255,9660,'action started via WP Cron','2021-01-02 14:28:10','2021-01-02 06:28:10'),(20256,9660,'action complete via WP Cron','2021-01-02 14:28:10','2021-01-02 06:28:10'),(20257,9661,'action created','2021-01-02 14:28:10','2021-01-02 06:28:10'),(20258,9661,'action started via WP Cron','2021-01-02 14:29:08','2021-01-02 06:29:08'),(20259,9661,'action complete via WP Cron','2021-01-02 14:29:08','2021-01-02 06:29:08'),(20260,9662,'action created','2021-01-02 14:29:08','2021-01-02 06:29:08'),(20261,9662,'action started via WP Cron','2021-01-02 14:30:09','2021-01-02 06:30:09'),(20262,9662,'action complete via WP Cron','2021-01-02 14:30:09','2021-01-02 06:30:09'),(20263,9663,'action created','2021-01-02 14:30:09','2021-01-02 06:30:09'),(20264,9663,'action started via WP Cron','2021-01-02 14:32:11','2021-01-02 06:32:11'),(20265,9663,'action complete via WP Cron','2021-01-02 14:32:11','2021-01-02 06:32:11'),(20266,9664,'action created','2021-01-02 14:32:11','2021-01-02 06:32:11'),(20267,9664,'action started via WP Cron','2021-01-02 14:33:12','2021-01-02 06:33:12'),(20268,9664,'action complete via WP Cron','2021-01-02 14:33:12','2021-01-02 06:33:12'),(20269,9665,'action created','2021-01-02 14:33:12','2021-01-02 06:33:12'),(20270,9665,'action started via WP Cron','2021-01-02 14:34:13','2021-01-02 06:34:13'),(20271,9665,'action complete via WP Cron','2021-01-02 14:34:13','2021-01-02 06:34:13'),(20272,9666,'action created','2021-01-02 14:34:13','2021-01-02 06:34:13'),(20273,9666,'action started via WP Cron','2021-01-02 14:40:02','2021-01-02 06:40:02'),(20274,9666,'action complete via WP Cron','2021-01-02 14:40:02','2021-01-02 06:40:02'),(20275,9667,'action created','2021-01-02 14:43:00','2021-01-02 06:43:00'),(20276,9667,'action started via WP Cron','2021-01-02 14:43:45','2021-01-02 06:43:45'),(20277,9667,'action complete via WP Cron','2021-01-02 14:43:45','2021-01-02 06:43:45'),(20278,9668,'action created','2021-01-02 14:43:45','2021-01-02 06:43:45'),(20279,9668,'action started via WP Cron','2021-01-02 14:44:51','2021-01-02 06:44:51'),(20280,9668,'action complete via WP Cron','2021-01-02 14:44:51','2021-01-02 06:44:51'),(20281,9669,'action created','2021-01-02 14:44:51','2021-01-02 06:44:51'),(20282,9669,'action started via WP Cron','2021-01-02 14:45:57','2021-01-02 06:45:57'),(20283,9669,'action complete via WP Cron','2021-01-02 14:45:57','2021-01-02 06:45:57'),(20284,9670,'action created','2021-01-02 14:45:57','2021-01-02 06:45:57'),(20285,9670,'action started via WP Cron','2021-01-02 14:46:45','2021-01-02 06:46:45'),(20286,9670,'action complete via WP Cron','2021-01-02 14:46:45','2021-01-02 06:46:45'),(20287,9671,'action created','2021-01-02 14:46:45','2021-01-02 06:46:45'),(20288,9671,'action started via WP Cron','2021-01-02 14:47:53','2021-01-02 06:47:53'),(20289,9671,'action complete via WP Cron','2021-01-02 14:47:53','2021-01-02 06:47:53'),(20290,9672,'action created','2021-01-02 14:47:53','2021-01-02 06:47:53'),(20291,9672,'action started via WP Cron','2021-01-02 14:48:43','2021-01-02 06:48:43'),(20292,9672,'action complete via WP Cron','2021-01-02 14:48:43','2021-01-02 06:48:43'),(20293,9673,'action created','2021-01-02 14:48:43','2021-01-02 06:48:43'),(20294,9673,'action started via WP Cron','2021-01-02 14:49:47','2021-01-02 06:49:47'),(20295,9673,'action complete via WP Cron','2021-01-02 14:49:47','2021-01-02 06:49:47'),(20296,9674,'action created','2021-01-02 14:49:47','2021-01-02 06:49:47'),(20297,9674,'action started via WP Cron','2021-01-02 14:50:54','2021-01-02 06:50:54'),(20298,9674,'action complete via WP Cron','2021-01-02 14:50:54','2021-01-02 06:50:54'),(20299,9675,'action created','2021-01-02 14:50:54','2021-01-02 06:50:54'),(20300,9675,'action started via WP Cron','2021-01-02 14:51:44','2021-01-02 06:51:44'),(20301,9675,'action complete via WP Cron','2021-01-02 14:51:44','2021-01-02 06:51:44'),(20302,9676,'action created','2021-01-02 14:51:44','2021-01-02 06:51:44'),(20303,9676,'action started via WP Cron','2021-01-02 14:52:45','2021-01-02 06:52:45'),(20304,9676,'action complete via WP Cron','2021-01-02 14:52:45','2021-01-02 06:52:45'),(20305,9677,'action created','2021-01-02 14:52:45','2021-01-02 06:52:45'),(20306,9677,'action started via WP Cron','2021-01-02 14:53:42','2021-01-02 06:53:42'),(20307,9677,'action complete via WP Cron','2021-01-02 14:53:42','2021-01-02 06:53:42'),(20308,9678,'action created','2021-01-02 14:53:57','2021-01-02 06:53:57'),(20309,9678,'action started via WP Cron','2021-01-02 14:54:44','2021-01-02 06:54:44'),(20310,9678,'action complete via WP Cron','2021-01-02 14:54:44','2021-01-02 06:54:44'),(20311,9679,'action created','2021-01-02 14:54:44','2021-01-02 06:54:44'),(20312,9679,'action started via WP Cron','2021-01-02 14:55:47','2021-01-02 06:55:47'),(20313,9679,'action complete via WP Cron','2021-01-02 14:55:47','2021-01-02 06:55:47'),(20314,9680,'action created','2021-01-02 14:55:47','2021-01-02 06:55:47'),(20315,9680,'action started via WP Cron','2021-01-02 14:56:55','2021-01-02 06:56:55'),(20316,9680,'action complete via WP Cron','2021-01-02 14:56:55','2021-01-02 06:56:55'),(20317,9681,'action created','2021-01-02 14:56:55','2021-01-02 06:56:55'),(20318,9681,'action started via WP Cron','2021-01-02 14:58:04','2021-01-02 06:58:04'),(20319,9681,'action complete via WP Cron','2021-01-02 14:58:04','2021-01-02 06:58:04'),(20320,9682,'action created','2021-01-02 14:58:04','2021-01-02 06:58:04'),(20321,9682,'action started via WP Cron','2021-01-02 14:58:54','2021-01-02 06:58:54'),(20322,9682,'action complete via WP Cron','2021-01-02 14:58:54','2021-01-02 06:58:54'),(20323,9683,'action created','2021-01-02 14:58:54','2021-01-02 06:58:54'),(20324,9683,'action started via WP Cron','2021-01-02 14:59:42','2021-01-02 06:59:42'),(20325,9683,'action complete via WP Cron','2021-01-02 14:59:42','2021-01-02 06:59:42'),(20326,9684,'action created','2021-01-02 14:59:42','2021-01-02 06:59:42'),(20327,9684,'action started via WP Cron','2021-01-02 15:00:43','2021-01-02 07:00:43'),(20328,9684,'action complete via WP Cron','2021-01-02 15:00:43','2021-01-02 07:00:43'),(20329,9685,'action created','2021-01-02 15:00:43','2021-01-02 07:00:43'),(20330,9685,'action started via WP Cron','2021-01-02 15:01:43','2021-01-02 07:01:43'),(20331,9685,'action complete via WP Cron','2021-01-02 15:01:43','2021-01-02 07:01:43'),(20332,9686,'action created','2021-01-02 15:01:44','2021-01-02 07:01:44'),(20333,9686,'action started via WP Cron','2021-01-02 15:02:48','2021-01-02 07:02:48'),(20334,9686,'action complete via WP Cron','2021-01-02 15:02:48','2021-01-02 07:02:48'),(20335,9687,'action created','2021-01-02 15:02:48','2021-01-02 07:02:48'),(20336,9687,'action started via WP Cron','2021-01-02 15:03:49','2021-01-02 07:03:49'),(20337,9687,'action complete via WP Cron','2021-01-02 15:03:49','2021-01-02 07:03:49'),(20338,9688,'action created','2021-01-02 15:03:49','2021-01-02 07:03:49'),(20339,9688,'action started via WP Cron','2021-01-02 15:04:47','2021-01-02 07:04:47'),(20340,9688,'action complete via WP Cron','2021-01-02 15:04:47','2021-01-02 07:04:47'),(20341,9689,'action created','2021-01-02 15:04:47','2021-01-02 07:04:47'),(20342,9689,'action started via WP Cron','2021-01-02 15:05:41','2021-01-02 07:05:41'),(20343,9689,'action complete via WP Cron','2021-01-02 15:05:41','2021-01-02 07:05:41'),(20344,9690,'action created','2021-01-02 15:05:41','2021-01-02 07:05:41'),(20345,9690,'action started via WP Cron','2021-01-02 15:06:47','2021-01-02 07:06:47'),(20346,9690,'action complete via WP Cron','2021-01-02 15:06:47','2021-01-02 07:06:47'),(20347,9691,'action created','2021-01-02 15:06:47','2021-01-02 07:06:47'),(20348,9691,'action started via WP Cron','2021-01-02 15:07:44','2021-01-02 07:07:44'),(20349,9691,'action complete via WP Cron','2021-01-02 15:07:44','2021-01-02 07:07:44'),(20350,9692,'action created','2021-01-02 15:07:44','2021-01-02 07:07:44'),(20351,9692,'action started via WP Cron','2021-01-02 15:08:43','2021-01-02 07:08:43'),(20352,9692,'action complete via WP Cron','2021-01-02 15:08:43','2021-01-02 07:08:43'),(20353,9693,'action created','2021-01-02 15:08:43','2021-01-02 07:08:43'),(20354,9693,'action started via WP Cron','2021-01-02 15:09:47','2021-01-02 07:09:47'),(20355,9693,'action complete via WP Cron','2021-01-02 15:09:47','2021-01-02 07:09:47'),(20356,9694,'action created','2021-01-02 15:09:47','2021-01-02 07:09:47'),(20357,9694,'action started via WP Cron','2021-01-02 15:10:42','2021-01-02 07:10:42'),(20358,9694,'action complete via WP Cron','2021-01-02 15:10:42','2021-01-02 07:10:42'),(20359,9695,'action created','2021-01-02 15:10:42','2021-01-02 07:10:42'),(20360,9695,'action started via WP Cron','2021-01-02 15:11:57','2021-01-02 07:11:57'),(20361,9695,'action complete via WP Cron','2021-01-02 15:11:57','2021-01-02 07:11:57'),(20362,9696,'action created','2021-01-02 15:11:57','2021-01-02 07:11:57'),(20363,9696,'action started via WP Cron','2021-01-02 15:12:42','2021-01-02 07:12:42'),(20364,9696,'action complete via WP Cron','2021-01-02 15:12:42','2021-01-02 07:12:42'),(20365,9697,'action created','2021-01-02 15:12:42','2021-01-02 07:12:42'),(20366,9697,'action started via WP Cron','2021-01-02 15:13:47','2021-01-02 07:13:47'),(20367,9697,'action complete via WP Cron','2021-01-02 15:13:47','2021-01-02 07:13:47'),(20368,9698,'action created','2021-01-02 15:13:47','2021-01-02 07:13:47'),(20369,9698,'action started via WP Cron','2021-01-02 15:14:47','2021-01-02 07:14:47'),(20370,9698,'action complete via WP Cron','2021-01-02 15:14:47','2021-01-02 07:14:47'),(20371,9699,'action created','2021-01-02 15:14:47','2021-01-02 07:14:47'),(20372,9699,'action started via WP Cron','2021-01-02 15:15:48','2021-01-02 07:15:48'),(20373,9699,'action complete via WP Cron','2021-01-02 15:15:48','2021-01-02 07:15:48'),(20374,9700,'action created','2021-01-02 15:15:48','2021-01-02 07:15:48'),(20375,9700,'action started via WP Cron','2021-01-02 15:16:41','2021-01-02 07:16:41'),(20376,9700,'action complete via WP Cron','2021-01-02 15:16:41','2021-01-02 07:16:41'),(20377,9701,'action created','2021-01-02 15:16:41','2021-01-02 07:16:41'),(20378,9701,'action started via WP Cron','2021-01-02 15:17:41','2021-01-02 07:17:41'),(20379,9701,'action complete via WP Cron','2021-01-02 15:17:41','2021-01-02 07:17:41'),(20380,9702,'action created','2021-01-02 15:17:41','2021-01-02 07:17:41'),(20381,9702,'action started via WP Cron','2021-01-02 15:18:53','2021-01-02 07:18:53'),(20382,9702,'action complete via WP Cron','2021-01-02 15:18:53','2021-01-02 07:18:53'),(20383,9703,'action created','2021-01-02 15:18:54','2021-01-02 07:18:54'),(20384,9703,'action started via WP Cron','2021-01-02 15:19:55','2021-01-02 07:19:55'),(20385,9703,'action complete via WP Cron','2021-01-02 15:19:55','2021-01-02 07:19:55'),(20386,9704,'action created','2021-01-02 15:19:55','2021-01-02 07:19:55'),(20387,9704,'action started via WP Cron','2021-01-02 15:20:41','2021-01-02 07:20:41'),(20388,9704,'action complete via WP Cron','2021-01-02 15:20:41','2021-01-02 07:20:41'),(20389,9705,'action created','2021-01-02 15:20:41','2021-01-02 07:20:41'),(20390,9705,'action started via WP Cron','2021-01-02 15:21:43','2021-01-02 07:21:43'),(20391,9705,'action complete via WP Cron','2021-01-02 15:21:43','2021-01-02 07:21:43'),(20392,9706,'action created','2021-01-02 15:21:43','2021-01-02 07:21:43'),(20393,9706,'action started via WP Cron','2021-01-02 15:22:47','2021-01-02 07:22:47'),(20394,9706,'action complete via WP Cron','2021-01-02 15:22:47','2021-01-02 07:22:47'),(20395,9707,'action created','2021-01-02 15:22:47','2021-01-02 07:22:47'),(20396,9707,'action started via WP Cron','2021-01-02 15:23:44','2021-01-02 07:23:44'),(20397,9707,'action complete via WP Cron','2021-01-02 15:23:44','2021-01-02 07:23:44'),(20398,9708,'action created','2021-01-02 15:23:44','2021-01-02 07:23:44'),(20399,9708,'action started via WP Cron','2021-01-02 15:24:54','2021-01-02 07:24:54'),(20400,9708,'action complete via WP Cron','2021-01-02 15:24:54','2021-01-02 07:24:54'),(20401,9709,'action created','2021-01-02 15:24:54','2021-01-02 07:24:54'),(20402,9709,'action started via WP Cron','2021-01-02 15:25:47','2021-01-02 07:25:47'),(20403,9709,'action complete via WP Cron','2021-01-02 15:25:47','2021-01-02 07:25:47'),(20404,9710,'action created','2021-01-02 15:25:47','2021-01-02 07:25:47'),(20405,9710,'action started via WP Cron','2021-01-02 15:26:44','2021-01-02 07:26:44'),(20406,9710,'action complete via WP Cron','2021-01-02 15:26:44','2021-01-02 07:26:44'),(20407,9711,'action created','2021-01-02 15:26:44','2021-01-02 07:26:44'),(20408,9711,'action started via WP Cron','2021-01-02 15:27:53','2021-01-02 07:27:53'),(20409,9711,'action complete via WP Cron','2021-01-02 15:27:53','2021-01-02 07:27:53'),(20410,9712,'action created','2021-01-02 15:27:53','2021-01-02 07:27:53'),(20411,9712,'action started via WP Cron','2021-01-02 15:28:49','2021-01-02 07:28:49'),(20412,9712,'action complete via WP Cron','2021-01-02 15:28:49','2021-01-02 07:28:49'),(20413,9713,'action created','2021-01-02 15:28:49','2021-01-02 07:28:49'),(20414,9713,'action started via WP Cron','2021-01-02 15:29:50','2021-01-02 07:29:50'),(20415,9713,'action complete via WP Cron','2021-01-02 15:29:50','2021-01-02 07:29:50'),(20416,9714,'action created','2021-01-02 15:29:50','2021-01-02 07:29:50'),(20417,9714,'action started via WP Cron','2021-01-02 15:30:43','2021-01-02 07:30:43'),(20418,9714,'action complete via WP Cron','2021-01-02 15:30:43','2021-01-02 07:30:43'),(20419,9715,'action created','2021-01-02 15:30:43','2021-01-02 07:30:43'),(20420,9715,'action started via WP Cron','2021-01-02 15:31:46','2021-01-02 07:31:46'),(20421,9715,'action complete via WP Cron','2021-01-02 15:31:46','2021-01-02 07:31:46'),(20422,9716,'action created','2021-01-02 15:31:46','2021-01-02 07:31:46'),(20423,9716,'action started via WP Cron','2021-01-02 15:34:19','2021-01-02 07:34:19'),(20424,9716,'action complete via WP Cron','2021-01-02 15:34:19','2021-01-02 07:34:19'),(20425,9717,'action created','2021-01-02 15:34:19','2021-01-02 07:34:19'),(20426,9717,'action started via Async Request','2021-01-02 15:34:42','2021-01-02 07:34:42'),(20427,9717,'action complete via Async Request','2021-01-02 15:34:42','2021-01-02 07:34:42'),(20428,9718,'action created','2021-01-02 15:34:43','2021-01-02 07:34:43'),(20429,9718,'action started via WP Cron','2021-01-02 15:36:15','2021-01-02 07:36:15'),(20430,9718,'action complete via WP Cron','2021-01-02 15:36:15','2021-01-02 07:36:15'),(20431,9719,'action created','2021-01-02 15:36:15','2021-01-02 07:36:15'),(20432,9719,'action started via WP Cron','2021-01-02 15:38:06','2021-01-02 07:38:06'),(20433,9719,'action complete via WP Cron','2021-01-02 15:38:06','2021-01-02 07:38:06'),(20434,9720,'action created','2021-01-02 15:38:06','2021-01-02 07:38:06'),(20435,9720,'action started via WP Cron','2021-01-02 15:39:13','2021-01-02 07:39:13'),(20436,9720,'action complete via WP Cron','2021-01-02 15:39:13','2021-01-02 07:39:13'),(20437,9721,'action created','2021-01-02 15:39:13','2021-01-02 07:39:13'),(20438,9721,'action started via WP Cron','2021-01-02 15:40:14','2021-01-02 07:40:14'),(20439,9721,'action complete via WP Cron','2021-01-02 15:40:14','2021-01-02 07:40:14'),(20440,9722,'action created','2021-01-02 15:40:14','2021-01-02 07:40:14'),(20441,9722,'action started via WP Cron','2021-01-02 15:42:16','2021-01-02 07:42:16'),(20442,9722,'action complete via WP Cron','2021-01-02 15:42:16','2021-01-02 07:42:16'),(20443,9723,'action created','2021-01-02 15:42:16','2021-01-02 07:42:16'),(20444,9723,'action started via WP Cron','2021-01-02 15:43:16','2021-01-02 07:43:16'),(20445,9723,'action complete via WP Cron','2021-01-02 15:43:17','2021-01-02 07:43:17'),(20446,9724,'action created','2021-01-02 15:43:17','2021-01-02 07:43:17'),(20447,9724,'action started via WP Cron','2021-01-02 15:44:17','2021-01-02 07:44:17'),(20448,9724,'action complete via WP Cron','2021-01-02 15:44:17','2021-01-02 07:44:17'),(20449,9725,'action created','2021-01-02 15:44:17','2021-01-02 07:44:17'),(20450,9725,'action started via WP Cron','2021-01-02 15:50:21','2021-01-02 07:50:21'),(20451,9725,'action complete via WP Cron','2021-01-02 15:50:21','2021-01-02 07:50:21'),(20452,9726,'action created','2021-01-02 15:50:21','2021-01-02 07:50:21'),(20453,9726,'action started via WP Cron','2021-01-02 15:53:39','2021-01-02 07:53:39'),(20454,9726,'action complete via WP Cron','2021-01-02 15:53:39','2021-01-02 07:53:39'),(20455,9727,'action created','2021-01-02 15:53:39','2021-01-02 07:53:39'),(20456,9727,'action started via WP Cron','2021-01-02 15:55:08','2021-01-02 07:55:08'),(20457,9727,'action complete via WP Cron','2021-01-02 15:55:08','2021-01-02 07:55:08'),(20458,9728,'action created','2021-01-02 15:55:08','2021-01-02 07:55:08'),(20459,9728,'action started via WP Cron','2021-01-02 15:56:20','2021-01-02 07:56:20'),(20460,9728,'action complete via WP Cron','2021-01-02 15:56:20','2021-01-02 07:56:20'),(20461,9729,'action created','2021-01-02 15:56:20','2021-01-02 07:56:20'),(20462,9729,'action started via WP Cron','2021-01-02 15:58:10','2021-01-02 07:58:10'),(20463,9729,'action complete via WP Cron','2021-01-02 15:58:10','2021-01-02 07:58:10'),(20464,9730,'action created','2021-01-02 15:58:10','2021-01-02 07:58:10'),(20465,9730,'action started via WP Cron','2021-01-02 16:01:33','2021-01-02 08:01:33'),(20466,9730,'action complete via WP Cron','2021-01-02 16:01:33','2021-01-02 08:01:33'),(20467,9731,'action created','2021-01-02 16:01:33','2021-01-02 08:01:33'),(20468,9731,'action started via WP Cron','2021-01-02 16:01:46','2021-01-02 08:01:46'),(20469,9731,'action complete via WP Cron','2021-01-02 16:01:46','2021-01-02 08:01:46'),(20470,9732,'action created','2021-01-02 16:01:46','2021-01-02 08:01:46'),(20471,9732,'action started via WP Cron','2021-01-02 16:02:53','2021-01-02 08:02:53'),(20472,9732,'action complete via WP Cron','2021-01-02 16:02:53','2021-01-02 08:02:53'),(20473,9733,'action created','2021-01-02 16:02:53','2021-01-02 08:02:53'),(20474,9733,'action started via WP Cron','2021-01-02 16:03:54','2021-01-02 08:03:54'),(20475,9733,'action complete via WP Cron','2021-01-02 16:03:54','2021-01-02 08:03:54'),(20476,9734,'action created','2021-01-02 16:03:54','2021-01-02 08:03:54'),(20477,9734,'action started via WP Cron','2021-01-02 16:05:56','2021-01-02 08:05:56'),(20478,9734,'action complete via WP Cron','2021-01-02 16:05:56','2021-01-02 08:05:56'),(20479,9735,'action created','2021-01-02 16:05:56','2021-01-02 08:05:56'),(20480,9735,'action started via WP Cron','2021-01-02 16:06:57','2021-01-02 08:06:57'),(20481,9735,'action complete via WP Cron','2021-01-02 16:06:57','2021-01-02 08:06:57'),(20482,9736,'action created','2021-01-02 16:06:57','2021-01-02 08:06:57'),(20483,9736,'action started via WP Cron','2021-01-02 16:07:58','2021-01-02 08:07:58'),(20484,9736,'action complete via WP Cron','2021-01-02 16:07:58','2021-01-02 08:07:58'),(20485,9737,'action created','2021-01-02 16:07:58','2021-01-02 08:07:58'),(20486,9737,'action started via WP Cron','2021-01-02 16:09:32','2021-01-02 08:09:32'),(20487,9737,'action complete via WP Cron','2021-01-02 16:09:32','2021-01-02 08:09:32'),(20488,9738,'action created','2021-01-02 16:09:32','2021-01-02 08:09:32'),(20489,9738,'action started via WP Cron','2021-01-02 16:10:37','2021-01-02 08:10:37'),(20490,9738,'action complete via WP Cron','2021-01-02 16:10:37','2021-01-02 08:10:37'),(20491,9739,'action created','2021-01-02 16:10:37','2021-01-02 08:10:37'),(20492,9739,'action started via WP Cron','2021-01-02 16:15:13','2021-01-02 08:15:13'),(20493,9739,'action complete via WP Cron','2021-01-02 16:15:13','2021-01-02 08:15:13'),(20494,9740,'action created','2021-01-02 16:15:13','2021-01-02 08:15:13'),(20495,9740,'action started via WP Cron','2021-01-02 16:21:01','2021-01-02 08:21:01'),(20496,9740,'action complete via WP Cron','2021-01-02 16:21:01','2021-01-02 08:21:01'),(20497,9741,'action created','2021-01-02 16:21:01','2021-01-02 08:21:01'),(20498,9741,'action started via WP Cron','2021-01-02 16:26:45','2021-01-02 08:26:45'),(20499,9741,'action complete via WP Cron','2021-01-02 16:26:45','2021-01-02 08:26:45'),(20500,9742,'action created','2021-01-02 16:26:45','2021-01-02 08:26:45'),(20501,9742,'action started via WP Cron','2021-01-02 16:27:50','2021-01-02 08:27:50'),(20502,9742,'action complete via WP Cron','2021-01-02 16:27:50','2021-01-02 08:27:50'),(20503,9743,'action created','2021-01-02 16:27:50','2021-01-02 08:27:50'),(20504,9743,'action started via WP Cron','2021-01-02 16:28:51','2021-01-02 08:28:51'),(20505,9743,'action complete via WP Cron','2021-01-02 16:28:51','2021-01-02 08:28:51'),(20506,9744,'action created','2021-01-02 16:28:51','2021-01-02 08:28:51'),(20507,9744,'action started via WP Cron','2021-01-02 16:30:36','2021-01-02 08:30:36'),(20508,9744,'action complete via WP Cron','2021-01-02 16:30:36','2021-01-02 08:30:36'),(20509,9745,'action created','2021-01-02 16:30:36','2021-01-02 08:30:36'),(20510,9745,'action started via WP Cron','2021-01-02 16:30:53','2021-01-02 08:30:53'),(20511,9745,'action complete via WP Cron','2021-01-02 16:30:53','2021-01-02 08:30:53'),(20512,9746,'action created','2021-01-02 16:30:53','2021-01-02 08:30:53'),(20513,9746,'action started via WP Cron','2021-01-02 16:31:54','2021-01-02 08:31:54'),(20514,9746,'action complete via WP Cron','2021-01-02 16:31:54','2021-01-02 08:31:54'),(20515,9747,'action created','2021-01-02 16:31:54','2021-01-02 08:31:54'),(20516,9747,'action started via WP Cron','2021-01-02 16:32:55','2021-01-02 08:32:55'),(20517,9747,'action complete via WP Cron','2021-01-02 16:32:55','2021-01-02 08:32:55'),(20518,9748,'action created','2021-01-02 16:32:55','2021-01-02 08:32:55'),(20519,9748,'action started via WP Cron','2021-01-02 16:36:22','2021-01-02 08:36:22'),(20520,9748,'action complete via WP Cron','2021-01-02 16:36:22','2021-01-02 08:36:22'),(20521,9749,'action created','2021-01-02 16:36:22','2021-01-02 08:36:22'),(20522,9749,'action started via WP Cron','2021-01-02 16:37:17','2021-01-02 08:37:17'),(20523,9749,'action complete via WP Cron','2021-01-02 16:37:17','2021-01-02 08:37:17'),(20524,9750,'action created','2021-01-02 16:37:17','2021-01-02 08:37:17'),(20525,9750,'action started via WP Cron','2021-01-02 16:38:17','2021-01-02 08:38:17'),(20526,9750,'action complete via WP Cron','2021-01-02 16:38:17','2021-01-02 08:38:17'),(20527,9751,'action created','2021-01-02 16:38:17','2021-01-02 08:38:17'),(20528,9751,'action started via WP Cron','2021-01-02 16:41:37','2021-01-02 08:41:37'),(20529,9751,'action complete via WP Cron','2021-01-02 16:41:37','2021-01-02 08:41:37'),(20530,9752,'action created','2021-01-02 16:41:37','2021-01-02 08:41:37'),(20531,9752,'action started via WP Cron','2021-01-02 16:42:01','2021-01-02 08:42:01'),(20532,9752,'action complete via WP Cron','2021-01-02 16:42:01','2021-01-02 08:42:01'),(20533,9753,'action created','2021-01-02 16:42:01','2021-01-02 08:42:01'),(20534,9753,'action started via WP Cron','2021-01-02 16:44:24','2021-01-02 08:44:24'),(20535,9753,'action complete via WP Cron','2021-01-02 16:44:24','2021-01-02 08:44:24'),(20536,9754,'action created','2021-01-02 16:44:24','2021-01-02 08:44:24'),(20537,9754,'action started via WP Cron','2021-01-02 16:44:43','2021-01-02 08:44:43'),(20538,9754,'action complete via WP Cron','2021-01-02 16:44:43','2021-01-02 08:44:43'),(20539,9755,'action created','2021-01-02 16:44:43','2021-01-02 08:44:43'),(20540,9755,'action started via WP Cron','2021-01-02 16:46:19','2021-01-02 08:46:19'),(20541,9755,'action complete via WP Cron','2021-01-02 16:46:19','2021-01-02 08:46:19'),(20542,9756,'action created','2021-01-02 16:46:19','2021-01-02 08:46:19'),(20543,9756,'action started via WP Cron','2021-01-02 16:48:21','2021-01-02 08:48:21'),(20544,9756,'action complete via WP Cron','2021-01-02 16:48:21','2021-01-02 08:48:21'),(20545,9757,'action created','2021-01-02 16:48:21','2021-01-02 08:48:21'),(20546,9757,'action started via WP Cron','2021-01-02 16:49:21','2021-01-02 08:49:21'),(20547,9757,'action complete via WP Cron','2021-01-02 16:49:21','2021-01-02 08:49:21'),(20548,9758,'action created','2021-01-02 16:49:21','2021-01-02 08:49:21'),(20549,9758,'action started via WP Cron','2021-01-02 16:49:53','2021-01-02 08:49:53'),(20550,9758,'action complete via WP Cron','2021-01-02 16:49:53','2021-01-02 08:49:53'),(20551,9759,'action created','2021-01-02 16:49:53','2021-01-02 08:49:53'),(20552,9759,'action started via WP Cron','2021-01-02 16:55:23','2021-01-02 08:55:23'),(20553,9759,'action complete via WP Cron','2021-01-02 16:55:23','2021-01-02 08:55:23'),(20554,9760,'action created','2021-01-02 16:55:24','2021-01-02 08:55:24'),(20555,9760,'action started via WP Cron','2021-01-02 16:56:56','2021-01-02 08:56:56'),(20556,9760,'action complete via WP Cron','2021-01-02 16:56:56','2021-01-02 08:56:56'),(20557,9761,'action created','2021-01-02 16:56:59','2021-01-02 08:56:59'),(20558,9761,'action started via WP Cron','2021-01-02 17:01:21','2021-01-02 09:01:21'),(20559,9761,'action complete via WP Cron','2021-01-02 17:01:21','2021-01-02 09:01:21'),(20560,9762,'action created','2021-01-02 17:01:21','2021-01-02 09:01:21'),(20561,9762,'action started via WP Cron','2021-01-02 17:04:35','2021-01-02 09:04:35'),(20562,9762,'action complete via WP Cron','2021-01-02 17:04:35','2021-01-02 09:04:35'),(20563,9763,'action created','2021-01-02 17:04:35','2021-01-02 09:04:35'),(20564,9763,'action started via WP Cron','2021-01-02 17:05:42','2021-01-02 09:05:42'),(20565,9763,'action complete via WP Cron','2021-01-02 17:05:42','2021-01-02 09:05:42'),(20566,9764,'action created','2021-01-02 17:05:42','2021-01-02 09:05:42'),(20567,9764,'action started via WP Cron','2021-01-02 17:08:04','2021-01-02 09:08:04'),(20568,9764,'action complete via WP Cron','2021-01-02 17:08:04','2021-01-02 09:08:04'),(20569,9765,'action created','2021-01-02 17:08:04','2021-01-02 09:08:04'),(20570,9765,'action started via WP Cron','2021-01-02 17:08:58','2021-01-02 09:08:58'),(20571,9765,'action complete via WP Cron','2021-01-02 17:08:58','2021-01-02 09:08:58'),(20572,9766,'action created','2021-01-02 17:08:58','2021-01-02 09:08:58'),(20573,9766,'action started via WP Cron','2021-01-02 17:11:00','2021-01-02 09:11:00'),(20574,9766,'action complete via WP Cron','2021-01-02 17:11:00','2021-01-02 09:11:00'),(20575,9767,'action created','2021-01-02 17:11:00','2021-01-02 09:11:00'),(20576,9767,'action started via WP Cron','2021-01-02 17:12:01','2021-01-02 09:12:01'),(20577,9767,'action complete via WP Cron','2021-01-02 17:12:01','2021-01-02 09:12:01'),(20578,9768,'action created','2021-01-02 17:12:01','2021-01-02 09:12:01'),(20579,9768,'action started via WP Cron','2021-01-02 17:13:02','2021-01-02 09:13:02'),(20580,9768,'action complete via WP Cron','2021-01-02 17:13:02','2021-01-02 09:13:02'),(20581,9769,'action created','2021-01-02 17:13:02','2021-01-02 09:13:02'),(20582,9769,'action started via WP Cron','2021-01-02 17:14:20','2021-01-02 09:14:20'),(20583,9769,'action complete via WP Cron','2021-01-02 17:14:20','2021-01-02 09:14:20'),(20584,9770,'action created','2021-01-02 17:15:56','2021-01-02 09:15:56'),(20585,9770,'action started via WP Cron','2021-01-02 17:17:31','2021-01-02 09:17:31'),(20586,9770,'action complete via WP Cron','2021-01-02 17:17:31','2021-01-02 09:17:31'),(20587,9771,'action created','2021-01-02 17:17:31','2021-01-02 09:17:31'),(20588,9771,'action started via WP Cron','2021-01-02 17:18:43','2021-01-02 09:18:43'),(20589,9771,'action complete via WP Cron','2021-01-02 17:18:43','2021-01-02 09:18:43'),(20590,9772,'action created','2021-01-02 17:18:43','2021-01-02 09:18:43'),(20591,9772,'action started via WP Cron','2021-01-02 17:19:53','2021-01-02 09:19:53'),(20592,9772,'action complete via WP Cron','2021-01-02 17:19:53','2021-01-02 09:19:53'),(20593,9773,'action created','2021-01-02 17:19:53','2021-01-02 09:19:53'),(20594,9773,'action started via WP Cron','2021-01-02 17:21:45','2021-01-02 09:21:45'),(20595,9773,'action complete via WP Cron','2021-01-02 17:21:45','2021-01-02 09:21:45'),(20596,9774,'action created','2021-01-02 17:21:45','2021-01-02 09:21:45'),(20597,9774,'action started via WP Cron','2021-01-02 17:27:09','2021-01-02 09:27:09'),(20598,9774,'action complete via WP Cron','2021-01-02 17:27:09','2021-01-02 09:27:09'),(20599,9775,'action created','2021-01-02 17:27:09','2021-01-02 09:27:09'),(20600,9775,'action started via WP Cron','2021-01-02 17:28:18','2021-01-02 09:28:18'),(20601,9775,'action complete via WP Cron','2021-01-02 17:28:18','2021-01-02 09:28:18'),(20602,9776,'action created','2021-01-02 17:28:19','2021-01-02 09:28:19'),(20603,9776,'action started via WP Cron','2021-01-02 17:31:27','2021-01-02 09:31:27'),(20604,9776,'action complete via WP Cron','2021-01-02 17:31:27','2021-01-02 09:31:27'),(20605,9777,'action created','2021-01-02 17:31:27','2021-01-02 09:31:27'),(20606,9777,'action started via WP Cron','2021-01-02 17:32:59','2021-01-02 09:32:59'),(20607,9777,'action complete via WP Cron','2021-01-02 17:32:59','2021-01-02 09:32:59'),(20608,9778,'action created','2021-01-02 17:32:59','2021-01-02 09:32:59'),(20609,9778,'action started via WP Cron','2021-01-02 17:34:36','2021-01-02 09:34:36'),(20610,9778,'action complete via WP Cron','2021-01-02 17:34:36','2021-01-02 09:34:36'),(20611,9779,'action created','2021-01-02 17:34:36','2021-01-02 09:34:36'),(20612,9779,'action started via WP Cron','2021-01-02 17:35:59','2021-01-02 09:35:59'),(20613,9779,'action complete via WP Cron','2021-01-02 17:35:59','2021-01-02 09:35:59'),(20614,9780,'action created','2021-01-02 17:35:59','2021-01-02 09:35:59'),(20615,9780,'action started via WP Cron','2021-01-02 17:36:59','2021-01-02 09:36:59'),(20616,9780,'action complete via WP Cron','2021-01-02 17:36:59','2021-01-02 09:36:59'),(20617,9781,'action created','2021-01-02 17:36:59','2021-01-02 09:36:59'),(20618,9781,'action started via WP Cron','2021-01-02 17:39:08','2021-01-02 09:39:08'),(20619,9781,'action complete via WP Cron','2021-01-02 17:39:08','2021-01-02 09:39:08'),(20620,9782,'action created','2021-01-02 17:39:08','2021-01-02 09:39:08'),(20621,9782,'action started via WP Cron','2021-01-02 17:41:50','2021-01-02 09:41:50'),(20622,9782,'action complete via WP Cron','2021-01-02 17:41:50','2021-01-02 09:41:50'),(20623,9783,'action created','2021-01-02 17:41:50','2021-01-02 09:41:50'),(20624,9783,'action started via WP Cron','2021-01-02 17:44:47','2021-01-02 09:44:47'),(20625,9783,'action complete via WP Cron','2021-01-02 17:44:47','2021-01-02 09:44:47'),(20626,9784,'action created','2021-01-02 17:46:13','2021-01-02 09:46:13'),(20627,9784,'action started via WP Cron','2021-01-02 17:48:19','2021-01-02 09:48:19'),(20628,9784,'action complete via WP Cron','2021-01-02 17:48:19','2021-01-02 09:48:19'),(20629,9785,'action created','2021-01-02 17:48:19','2021-01-02 09:48:19'),(20630,9785,'action started via WP Cron','2021-01-02 17:56:36','2021-01-02 09:56:36'),(20631,9785,'action complete via WP Cron','2021-01-02 17:56:36','2021-01-02 09:56:36'),(20632,9786,'action created','2021-01-02 17:56:36','2021-01-02 09:56:36'),(20633,9786,'action started via WP Cron','2021-01-02 17:59:52','2021-01-02 09:59:52'),(20634,9786,'action complete via WP Cron','2021-01-02 17:59:52','2021-01-02 09:59:52'),(20635,9787,'action created','2021-01-02 17:59:52','2021-01-02 09:59:52'),(20636,9787,'action started via WP Cron','2021-01-02 18:07:12','2021-01-02 10:07:12'),(20637,9787,'action complete via WP Cron','2021-01-02 18:07:12','2021-01-02 10:07:12'),(20638,9788,'action created','2021-01-02 18:07:12','2021-01-02 10:07:12'),(20639,9788,'action started via WP Cron','2021-01-02 18:10:14','2021-01-02 10:10:14'),(20640,9788,'action complete via WP Cron','2021-01-02 18:10:14','2021-01-02 10:10:14'),(20641,9789,'action created','2021-01-02 18:10:14','2021-01-02 10:10:14'),(20642,9789,'action started via WP Cron','2021-01-02 18:14:02','2021-01-02 10:14:02'),(20643,9789,'action complete via WP Cron','2021-01-02 18:14:02','2021-01-02 10:14:02'),(20644,9790,'action created','2021-01-02 18:14:02','2021-01-02 10:14:02'),(20645,9790,'action started via WP Cron','2021-01-02 18:15:03','2021-01-02 10:15:03'),(20646,9790,'action complete via WP Cron','2021-01-02 18:15:03','2021-01-02 10:15:03'),(20647,9791,'action created','2021-01-02 18:16:04','2021-01-02 10:16:04'),(20648,9791,'action started via WP Cron','2021-01-02 18:16:43','2021-01-02 10:16:43'),(20649,9791,'action complete via WP Cron','2021-01-02 18:16:43','2021-01-02 10:16:43'),(20650,9792,'action created','2021-01-02 18:16:43','2021-01-02 10:16:43'),(20651,9792,'action started via WP Cron','2021-01-02 18:18:06','2021-01-02 10:18:06'),(20652,9792,'action complete via WP Cron','2021-01-02 18:18:06','2021-01-02 10:18:06'),(20653,9793,'action created','2021-01-02 18:18:06','2021-01-02 10:18:06'),(20654,9793,'action started via WP Cron','2021-01-02 18:19:07','2021-01-02 10:19:07'),(20655,9793,'action complete via WP Cron','2021-01-02 18:19:07','2021-01-02 10:19:07'),(20656,9794,'action created','2021-01-02 18:19:07','2021-01-02 10:19:07'),(20657,9794,'action started via WP Cron','2021-01-02 18:22:54','2021-01-02 10:22:54'),(20658,9794,'action complete via WP Cron','2021-01-02 18:22:54','2021-01-02 10:22:54'),(20659,9795,'action created','2021-01-02 18:22:54','2021-01-02 10:22:54'),(20660,9795,'action started via WP Cron','2021-01-02 18:23:44','2021-01-02 10:23:44'),(20661,9795,'action complete via WP Cron','2021-01-02 18:23:44','2021-01-02 10:23:44'),(20662,9796,'action created','2021-01-02 18:23:44','2021-01-02 10:23:44'),(20663,9796,'action started via WP Cron','2021-01-02 18:25:43','2021-01-02 10:25:43'),(20664,9796,'action complete via WP Cron','2021-01-02 18:25:43','2021-01-02 10:25:43'),(20665,9797,'action created','2021-01-02 18:25:43','2021-01-02 10:25:43'),(20666,9797,'action started via WP Cron','2021-01-02 18:26:53','2021-01-02 10:26:53'),(20667,9797,'action complete via WP Cron','2021-01-02 18:26:53','2021-01-02 10:26:53'),(20668,9798,'action created','2021-01-02 18:26:53','2021-01-02 10:26:53'),(20669,9798,'action started via WP Cron','2021-01-02 18:36:40','2021-01-02 10:36:40'),(20670,9798,'action complete via WP Cron','2021-01-02 18:36:40','2021-01-02 10:36:40'),(20671,9799,'action created','2021-01-02 18:36:40','2021-01-02 10:36:40'),(20672,9799,'action started via WP Cron','2021-01-02 18:38:39','2021-01-02 10:38:39'),(20673,9799,'action complete via WP Cron','2021-01-02 18:38:39','2021-01-02 10:38:39'),(20674,9800,'action created','2021-01-02 18:38:39','2021-01-02 10:38:39'),(20675,9800,'action started via WP Cron','2021-01-02 18:39:03','2021-01-02 10:39:03'),(20676,9800,'action complete via WP Cron','2021-01-02 18:39:03','2021-01-02 10:39:03'),(20677,9801,'action created','2021-01-02 18:39:03','2021-01-02 10:39:03'),(20678,9801,'action started via WP Cron','2021-01-02 18:39:47','2021-01-02 10:39:47'),(20679,9801,'action complete via WP Cron','2021-01-02 18:39:47','2021-01-02 10:39:47'),(20680,9802,'action created','2021-01-02 18:39:47','2021-01-02 10:39:47'),(20681,9802,'action started via WP Cron','2021-01-02 18:40:41','2021-01-02 10:40:41'),(20682,9802,'action complete via WP Cron','2021-01-02 18:40:41','2021-01-02 10:40:41'),(20683,9803,'action created','2021-01-02 18:40:41','2021-01-02 10:40:41'),(20684,9803,'action started via WP Cron','2021-01-02 18:46:46','2021-01-02 10:46:46'),(20685,9803,'action complete via WP Cron','2021-01-02 18:46:46','2021-01-02 10:46:46'),(20686,9804,'action created','2021-01-02 18:46:46','2021-01-02 10:46:46'),(20687,9804,'action started via WP Cron','2021-01-02 18:50:59','2021-01-02 10:50:59'),(20688,9804,'action complete via WP Cron','2021-01-02 18:50:59','2021-01-02 10:50:59'),(20689,9805,'action created','2021-01-02 18:50:59','2021-01-02 10:50:59'),(20690,9805,'action started via WP Cron','2021-01-02 18:57:43','2021-01-02 10:57:43'),(20691,9805,'action complete via WP Cron','2021-01-02 18:57:43','2021-01-02 10:57:43'),(20692,9806,'action created','2021-01-02 18:57:43','2021-01-02 10:57:43'),(20693,9806,'action started via WP Cron','2021-01-02 19:03:43','2021-01-02 11:03:43'),(20694,9806,'action complete via WP Cron','2021-01-02 19:03:43','2021-01-02 11:03:43'),(20695,9807,'action created','2021-01-02 19:03:45','2021-01-02 11:03:45'),(20696,9807,'action started via WP Cron','2021-01-02 19:04:54','2021-01-02 11:04:54'),(20697,9807,'action complete via WP Cron','2021-01-02 19:04:54','2021-01-02 11:04:54'),(20698,9808,'action created','2021-01-02 19:04:54','2021-01-02 11:04:54'),(20699,9808,'action started via WP Cron','2021-01-02 19:05:47','2021-01-02 11:05:47'),(20700,9808,'action complete via WP Cron','2021-01-02 19:05:47','2021-01-02 11:05:47'),(20701,9809,'action created','2021-01-02 19:06:57','2021-01-02 11:06:57'),(20702,9809,'action started via WP Cron','2021-01-02 19:07:57','2021-01-02 11:07:57'),(20703,9809,'action complete via WP Cron','2021-01-02 19:07:57','2021-01-02 11:07:57'),(20704,9810,'action created','2021-01-02 19:07:58','2021-01-02 11:07:58'),(20705,9810,'action started via WP Cron','2021-01-02 19:08:58','2021-01-02 11:08:58'),(20706,9810,'action complete via WP Cron','2021-01-02 19:08:58','2021-01-02 11:08:58'),(20707,9811,'action created','2021-01-02 19:11:03','2021-01-02 11:11:03'),(20708,9811,'action started via WP Cron','2021-01-02 19:12:57','2021-01-02 11:12:57'),(20709,9811,'action complete via WP Cron','2021-01-02 19:12:57','2021-01-02 11:12:57'),(20710,9812,'action created','2021-01-02 19:12:57','2021-01-02 11:12:57'),(20711,9812,'action started via WP Cron','2021-01-02 19:13:59','2021-01-02 11:13:59'),(20712,9812,'action complete via WP Cron','2021-01-02 19:13:59','2021-01-02 11:13:59'),(20713,9813,'action created','2021-01-02 19:13:59','2021-01-02 11:13:59'),(20714,9813,'action started via WP Cron','2021-01-02 19:16:27','2021-01-02 11:16:27'),(20715,9813,'action complete via WP Cron','2021-01-02 19:16:27','2021-01-02 11:16:27'),(20716,9814,'action created','2021-01-02 19:16:27','2021-01-02 11:16:27'),(20717,9814,'action started via WP Cron','2021-01-02 19:20:07','2021-01-02 11:20:07'),(20718,9814,'action complete via WP Cron','2021-01-02 19:20:07','2021-01-02 11:20:07'),(20719,9815,'action created','2021-01-02 19:20:07','2021-01-02 11:20:07'),(20720,9815,'action started via WP Cron','2021-01-02 19:21:08','2021-01-02 11:21:08'),(20721,9815,'action complete via WP Cron','2021-01-02 19:21:08','2021-01-02 11:21:08'),(20722,9816,'action created','2021-01-02 19:21:08','2021-01-02 11:21:08'),(20723,9816,'action started via WP Cron','2021-01-02 19:22:09','2021-01-02 11:22:09'),(20724,9816,'action complete via WP Cron','2021-01-02 19:22:09','2021-01-02 11:22:09'),(20725,9817,'action created','2021-01-02 19:22:09','2021-01-02 11:22:09'),(20726,9817,'action started via WP Cron','2021-01-02 19:24:07','2021-01-02 11:24:07'),(20727,9817,'action complete via WP Cron','2021-01-02 19:24:07','2021-01-02 11:24:07'),(20728,9818,'action created','2021-01-02 19:24:07','2021-01-02 11:24:07'),(20729,9818,'action started via WP Cron','2021-01-02 19:25:12','2021-01-02 11:25:12'),(20730,9818,'action complete via WP Cron','2021-01-02 19:25:12','2021-01-02 11:25:12'),(20731,9819,'action created','2021-01-02 19:25:12','2021-01-02 11:25:12'),(20732,9819,'action started via WP Cron','2021-01-02 19:27:02','2021-01-02 11:27:02'),(20733,9819,'action complete via WP Cron','2021-01-02 19:27:02','2021-01-02 11:27:02'),(20734,9820,'action created','2021-01-02 19:27:02','2021-01-02 11:27:02'),(20735,9820,'action started via WP Cron','2021-01-02 19:27:53','2021-01-02 11:27:53'),(20736,9820,'action complete via WP Cron','2021-01-02 19:27:53','2021-01-02 11:27:53'),(20737,9821,'action created','2021-01-02 19:27:53','2021-01-02 11:27:53'),(20738,9821,'action started via WP Cron','2021-01-02 19:28:54','2021-01-02 11:28:54'),(20739,9821,'action complete via WP Cron','2021-01-02 19:28:54','2021-01-02 11:28:54'),(20740,9822,'action created','2021-01-02 19:28:54','2021-01-02 11:28:54'),(20741,9822,'action started via WP Cron','2021-01-02 19:33:52','2021-01-02 11:33:52'),(20742,9822,'action complete via WP Cron','2021-01-02 19:33:52','2021-01-02 11:33:52'),(20743,9823,'action created','2021-01-02 19:33:52','2021-01-02 11:33:52'),(20744,9823,'action started via Async Request','2021-01-02 19:34:21','2021-01-02 11:34:21'),(20745,9823,'action complete via Async Request','2021-01-02 19:34:21','2021-01-02 11:34:21'),(20746,9824,'action created','2021-01-02 19:34:23','2021-01-02 11:34:23'),(20747,9824,'action started via WP Cron','2021-01-02 19:41:18','2021-01-02 11:41:18'),(20748,9824,'action complete via WP Cron','2021-01-02 19:41:18','2021-01-02 11:41:18'),(20749,9825,'action created','2021-01-02 19:41:18','2021-01-02 11:41:18'),(20750,9825,'action started via WP Cron','2021-01-02 19:42:09','2021-01-02 11:42:09'),(20751,9825,'action complete via WP Cron','2021-01-02 19:42:09','2021-01-02 11:42:09'),(20752,9826,'action created','2021-01-02 19:42:09','2021-01-02 11:42:09'),(20753,9826,'action started via WP Cron','2021-01-02 19:43:10','2021-01-02 11:43:10'),(20754,9826,'action complete via WP Cron','2021-01-02 19:43:10','2021-01-02 11:43:10'),(20755,9827,'action created','2021-01-02 19:43:10','2021-01-02 11:43:10'),(20756,9827,'action started via WP Cron','2021-01-02 19:44:31','2021-01-02 11:44:31'),(20757,9827,'action complete via WP Cron','2021-01-02 19:44:31','2021-01-02 11:44:31'),(20758,9828,'action created','2021-01-02 19:44:31','2021-01-02 11:44:31'),(20759,9828,'action started via WP Cron','2021-01-02 19:45:12','2021-01-02 11:45:12'),(20760,9828,'action complete via WP Cron','2021-01-02 19:45:12','2021-01-02 11:45:12'),(20761,9829,'action created','2021-01-02 19:45:12','2021-01-02 11:45:12'),(20762,9829,'action started via WP Cron','2021-01-02 19:46:13','2021-01-02 11:46:13'),(20763,9829,'action complete via WP Cron','2021-01-02 19:46:13','2021-01-02 11:46:13'),(20764,9830,'action created','2021-01-02 19:46:13','2021-01-02 11:46:13'),(20765,9830,'action started via WP Cron','2021-01-02 19:47:14','2021-01-02 11:47:14'),(20766,9830,'action complete via WP Cron','2021-01-02 19:47:14','2021-01-02 11:47:14'),(20767,9831,'action created','2021-01-02 19:47:14','2021-01-02 11:47:14'),(20768,9831,'action started via WP Cron','2021-01-02 19:50:12','2021-01-02 11:50:12'),(20769,9831,'action complete via WP Cron','2021-01-02 19:50:12','2021-01-02 11:50:12'),(20770,9832,'action created','2021-01-02 19:50:12','2021-01-02 11:50:12'),(20771,9832,'action started via WP Cron','2021-01-02 19:52:59','2021-01-02 11:52:59'),(20772,9832,'action complete via WP Cron','2021-01-02 19:52:59','2021-01-02 11:52:59'),(20773,9833,'action created','2021-01-02 19:52:59','2021-01-02 11:52:59'),(20774,9833,'action started via WP Cron','2021-01-02 19:57:34','2021-01-02 11:57:34'),(20775,9833,'action complete via WP Cron','2021-01-02 19:57:34','2021-01-02 11:57:34'),(20776,9834,'action created','2021-01-02 19:57:34','2021-01-02 11:57:34'),(20777,9834,'action started via WP Cron','2021-01-02 19:58:14','2021-01-02 11:58:14'),(20778,9834,'action complete via WP Cron','2021-01-02 19:58:14','2021-01-02 11:58:14'),(20779,9835,'action created','2021-01-02 19:58:15','2021-01-02 11:58:15'),(20780,9835,'action started via WP Cron','2021-01-02 20:00:57','2021-01-02 12:00:57'),(20781,9835,'action complete via WP Cron','2021-01-02 20:00:57','2021-01-02 12:00:57'),(20782,9836,'action created','2021-01-02 20:00:57','2021-01-02 12:00:57'),(20783,9836,'action started via WP Cron','2021-01-02 20:06:49','2021-01-02 12:06:49'),(20784,9836,'action complete via WP Cron','2021-01-02 20:06:49','2021-01-02 12:06:49'),(20785,9837,'action created','2021-01-02 20:06:49','2021-01-02 12:06:49'),(20786,9837,'action started via WP Cron','2021-01-02 20:09:04','2021-01-02 12:09:04'),(20787,9837,'action complete via WP Cron','2021-01-02 20:09:04','2021-01-02 12:09:04'),(20788,9838,'action created','2021-01-02 20:09:04','2021-01-02 12:09:04'),(20789,9838,'action started via WP Cron','2021-01-02 20:09:58','2021-01-02 12:09:58'),(20790,9838,'action complete via WP Cron','2021-01-02 20:09:58','2021-01-02 12:09:58'),(20791,9839,'action created','2021-01-02 20:09:58','2021-01-02 12:09:58'),(20792,9839,'action started via WP Cron','2021-01-02 20:10:59','2021-01-02 12:10:59'),(20793,9839,'action complete via WP Cron','2021-01-02 20:10:59','2021-01-02 12:10:59'),(20794,9840,'action created','2021-01-02 20:10:59','2021-01-02 12:10:59'),(20795,9840,'action started via WP Cron','2021-01-02 20:12:01','2021-01-02 12:12:01'),(20796,9840,'action complete via WP Cron','2021-01-02 20:12:01','2021-01-02 12:12:01'),(20797,9841,'action created','2021-01-02 20:12:01','2021-01-02 12:12:01'),(20798,9841,'action started via WP Cron','2021-01-02 20:12:49','2021-01-02 12:12:49'),(20799,9841,'action complete via WP Cron','2021-01-02 20:12:49','2021-01-02 12:12:49'),(20800,9842,'action created','2021-01-02 20:12:49','2021-01-02 12:12:49'),(20801,9842,'action started via WP Cron','2021-01-02 20:13:57','2021-01-02 12:13:57'),(20802,9842,'action complete via WP Cron','2021-01-02 20:13:57','2021-01-02 12:13:57'),(20803,9843,'action created','2021-01-02 20:13:57','2021-01-02 12:13:57'),(20804,9843,'action started via WP Cron','2021-01-02 20:14:58','2021-01-02 12:14:58'),(20805,9843,'action complete via WP Cron','2021-01-02 20:14:58','2021-01-02 12:14:58'),(20806,9844,'action created','2021-01-02 20:14:58','2021-01-02 12:14:58'),(20807,9844,'action started via WP Cron','2021-01-02 20:15:43','2021-01-02 12:15:43'),(20808,9844,'action complete via WP Cron','2021-01-02 20:15:43','2021-01-02 12:15:43'),(20809,9845,'action created','2021-01-02 20:15:43','2021-01-02 12:15:43'),(20810,9845,'action started via WP Cron','2021-01-02 20:18:00','2021-01-02 12:18:00'),(20811,9845,'action complete via WP Cron','2021-01-02 20:18:00','2021-01-02 12:18:00'),(20812,9846,'action created','2021-01-02 20:18:00','2021-01-02 12:18:00'),(20813,9846,'action started via WP Cron','2021-01-02 20:18:57','2021-01-02 12:18:57'),(20814,9846,'action complete via WP Cron','2021-01-02 20:18:57','2021-01-02 12:18:57'),(20815,9847,'action created','2021-01-02 20:18:57','2021-01-02 12:18:57'),(20816,9847,'action started via WP Cron','2021-01-02 20:20:07','2021-01-02 12:20:07'),(20817,9847,'action complete via WP Cron','2021-01-02 20:20:07','2021-01-02 12:20:07'),(20818,9848,'action created','2021-01-02 20:20:07','2021-01-02 12:20:07'),(20819,9848,'action started via WP Cron','2021-01-02 20:31:17','2021-01-02 12:31:17'),(20820,9848,'action complete via WP Cron','2021-01-02 20:31:17','2021-01-02 12:31:17'),(20821,9849,'action created','2021-01-02 20:31:17','2021-01-02 12:31:17'),(20822,9849,'action started via WP Cron','2021-01-02 20:37:33','2021-01-02 12:37:33'),(20823,9849,'action complete via WP Cron','2021-01-02 20:37:33','2021-01-02 12:37:33'),(20824,9850,'action created','2021-01-02 20:37:33','2021-01-02 12:37:33'),(20825,9850,'action started via WP Cron','2021-01-02 20:38:09','2021-01-02 12:38:09'),(20826,9850,'action complete via WP Cron','2021-01-02 20:38:09','2021-01-02 12:38:09'),(20827,9851,'action created','2021-01-02 20:38:09','2021-01-02 12:38:09'),(20828,9851,'action started via WP Cron','2021-01-02 20:39:38','2021-01-02 12:39:38'),(20829,9851,'action complete via WP Cron','2021-01-02 20:39:38','2021-01-02 12:39:38'),(20830,9852,'action created','2021-01-02 20:39:38','2021-01-02 12:39:38'),(20831,9852,'action started via WP Cron','2021-01-02 20:46:55','2021-01-02 12:46:55'),(20832,9852,'action complete via WP Cron','2021-01-02 20:46:55','2021-01-02 12:46:55'),(20833,9853,'action created','2021-01-02 20:46:55','2021-01-02 12:46:55'),(20834,9853,'action started via WP Cron','2021-01-02 20:48:14','2021-01-02 12:48:14'),(20835,9853,'action complete via WP Cron','2021-01-02 20:48:14','2021-01-02 12:48:14'),(20836,9854,'action created','2021-01-02 20:48:14','2021-01-02 12:48:14'),(20837,9854,'action started via WP Cron','2021-01-02 20:49:15','2021-01-02 12:49:15'),(20838,9854,'action complete via WP Cron','2021-01-02 20:49:15','2021-01-02 12:49:15'),(20839,9855,'action created','2021-01-02 20:49:15','2021-01-02 12:49:15'),(20840,9855,'action started via WP Cron','2021-01-02 20:51:16','2021-01-02 12:51:16'),(20841,9855,'action complete via WP Cron','2021-01-02 20:51:16','2021-01-02 12:51:16'),(20842,9856,'action created','2021-01-02 20:51:17','2021-01-02 12:51:17'),(20843,9856,'action started via WP Cron','2021-01-02 20:52:18','2021-01-02 12:52:18'),(20844,9856,'action complete via WP Cron','2021-01-02 20:52:18','2021-01-02 12:52:18'),(20845,9857,'action created','2021-01-02 20:52:18','2021-01-02 12:52:18'),(20846,9857,'action started via WP Cron','2021-01-02 20:53:19','2021-01-02 12:53:19'),(20847,9857,'action complete via WP Cron','2021-01-02 20:53:19','2021-01-02 12:53:19'),(20848,9858,'action created','2021-01-02 20:53:19','2021-01-02 12:53:19'),(20849,9858,'action started via WP Cron','2021-01-02 20:54:07','2021-01-02 12:54:07'),(20850,9858,'action complete via WP Cron','2021-01-02 20:54:07','2021-01-02 12:54:07'),(20851,9859,'action created','2021-01-02 20:54:07','2021-01-02 12:54:07'),(20852,9859,'action started via WP Cron','2021-01-02 20:55:46','2021-01-02 12:55:46'),(20853,9859,'action complete via WP Cron','2021-01-02 20:55:46','2021-01-02 12:55:46'),(20854,9860,'action created','2021-01-02 20:55:46','2021-01-02 12:55:46'),(20855,9860,'action started via WP Cron','2021-01-02 20:58:34','2021-01-02 12:58:34'),(20856,9860,'action complete via WP Cron','2021-01-02 20:58:34','2021-01-02 12:58:34'),(20857,9861,'action created','2021-01-02 20:58:34','2021-01-02 12:58:34'),(20858,9861,'action started via WP Cron','2021-01-02 21:00:51','2021-01-02 13:00:51'),(20859,9861,'action complete via WP Cron','2021-01-02 21:00:51','2021-01-02 13:00:51'),(20860,9862,'action created','2021-01-02 21:00:51','2021-01-02 13:00:51'),(20861,9862,'action started via WP Cron','2021-01-02 21:14:43','2021-01-02 13:14:43'),(20862,9862,'action complete via WP Cron','2021-01-02 21:14:43','2021-01-02 13:14:43'),(20863,9863,'action created','2021-01-02 21:14:43','2021-01-02 13:14:43'),(20864,9863,'action started via WP Cron','2021-01-02 21:15:58','2021-01-02 13:15:58'),(20865,9863,'action complete via WP Cron','2021-01-02 21:15:58','2021-01-02 13:15:58'),(20866,9864,'action created','2021-01-02 21:15:58','2021-01-02 13:15:58'),(20867,9864,'action started via WP Cron','2021-01-02 21:16:59','2021-01-02 13:16:59'),(20868,9864,'action complete via WP Cron','2021-01-02 21:16:59','2021-01-02 13:16:59'),(20869,9865,'action created','2021-01-02 21:16:59','2021-01-02 13:16:59'),(20870,9865,'action started via WP Cron','2021-01-02 21:18:40','2021-01-02 13:18:40'),(20871,9865,'action complete via WP Cron','2021-01-02 21:18:40','2021-01-02 13:18:40'),(20872,9866,'action created','2021-01-02 21:18:40','2021-01-02 13:18:40'),(20873,9866,'action started via WP Cron','2021-01-02 21:20:03','2021-01-02 13:20:03'),(20874,9866,'action complete via WP Cron','2021-01-02 21:20:03','2021-01-02 13:20:03'),(20875,9867,'action created','2021-01-02 21:20:11','2021-01-02 13:20:11'),(20876,9867,'action started via WP Cron','2021-01-02 21:21:03','2021-01-02 13:21:03'),(20877,9867,'action complete via WP Cron','2021-01-02 21:21:03','2021-01-02 13:21:03'),(20878,9868,'action created','2021-01-02 21:21:03','2021-01-02 13:21:03'),(20879,9868,'action started via WP Cron','2021-01-02 21:22:08','2021-01-02 13:22:08'),(20880,9868,'action complete via WP Cron','2021-01-02 21:22:08','2021-01-02 13:22:08'),(20881,9869,'action created','2021-01-02 21:22:08','2021-01-02 13:22:08'),(20882,9869,'action started via WP Cron','2021-01-02 21:24:53','2021-01-02 13:24:53'),(20883,9869,'action complete via WP Cron','2021-01-02 21:24:53','2021-01-02 13:24:53'),(20884,9870,'action created','2021-01-02 21:24:53','2021-01-02 13:24:53'),(20885,9870,'action started via WP Cron','2021-01-02 21:29:25','2021-01-02 13:29:25'),(20886,9870,'action complete via WP Cron','2021-01-02 21:29:25','2021-01-02 13:29:25'),(20887,9871,'action created','2021-01-02 21:29:25','2021-01-02 13:29:25'),(20888,9871,'action started via WP Cron','2021-01-02 21:35:02','2021-01-02 13:35:02'),(20889,9871,'action complete via WP Cron','2021-01-02 21:35:02','2021-01-02 13:35:02'),(20890,9872,'action created','2021-01-02 21:35:36','2021-01-02 13:35:36'),(20891,9872,'action started via WP Cron','2021-01-02 21:38:11','2021-01-02 13:38:11'),(20892,9872,'action complete via WP Cron','2021-01-02 21:38:11','2021-01-02 13:38:11'),(20893,9873,'action created','2021-01-02 21:38:11','2021-01-02 13:38:11'),(20894,9873,'action started via WP Cron','2021-01-02 21:38:53','2021-01-02 13:38:53'),(20895,9873,'action complete via WP Cron','2021-01-02 21:38:53','2021-01-02 13:38:53'),(20896,9874,'action created','2021-01-02 21:38:53','2021-01-02 13:38:53'),(20897,9874,'action started via WP Cron','2021-01-02 21:42:08','2021-01-02 13:42:08'),(20898,9874,'action complete via WP Cron','2021-01-02 21:42:08','2021-01-02 13:42:08'),(20899,9875,'action created','2021-01-02 21:42:08','2021-01-02 13:42:08'),(20900,9875,'action started via WP Cron','2021-01-02 21:43:50','2021-01-02 13:43:50'),(20901,9875,'action complete via WP Cron','2021-01-02 21:43:50','2021-01-02 13:43:50'),(20902,9876,'action created','2021-01-02 21:43:50','2021-01-02 13:43:50'),(20903,9876,'action started via WP Cron','2021-01-02 21:45:52','2021-01-02 13:45:52'),(20904,9876,'action complete via WP Cron','2021-01-02 21:45:52','2021-01-02 13:45:52'),(20905,9877,'action created','2021-01-02 21:45:52','2021-01-02 13:45:52'),(20906,9877,'action started via WP Cron','2021-01-02 21:47:54','2021-01-02 13:47:54'),(20907,9877,'action complete via WP Cron','2021-01-02 21:47:54','2021-01-02 13:47:54'),(20908,9878,'action created','2021-01-02 21:47:55','2021-01-02 13:47:55'),(20909,9878,'action started via WP Cron','2021-01-02 21:52:38','2021-01-02 13:52:38'),(20910,9878,'action complete via WP Cron','2021-01-02 21:52:38','2021-01-02 13:52:38'),(20911,9879,'action created','2021-01-02 21:52:38','2021-01-02 13:52:38'),(20912,9879,'action started via WP Cron','2021-01-02 21:55:51','2021-01-02 13:55:51'),(20913,9879,'action complete via WP Cron','2021-01-02 21:55:51','2021-01-02 13:55:51'),(20914,9880,'action created','2021-01-02 21:55:51','2021-01-02 13:55:51'),(20915,9880,'action started via WP Cron','2021-01-02 21:58:40','2021-01-02 13:58:40'),(20916,9880,'action complete via WP Cron','2021-01-02 21:58:40','2021-01-02 13:58:40'),(20917,9881,'action created','2021-01-02 21:58:40','2021-01-02 13:58:40'),(20918,9881,'action started via WP Cron','2021-01-02 22:00:33','2021-01-02 14:00:33'),(20919,9881,'action complete via WP Cron','2021-01-02 22:00:33','2021-01-02 14:00:33'),(20920,9882,'action created','2021-01-02 22:00:34','2021-01-02 14:00:34'),(20921,9882,'action started via WP Cron','2021-01-02 22:01:22','2021-01-02 14:01:22'),(20922,9882,'action complete via WP Cron','2021-01-02 22:01:22','2021-01-02 14:01:22'),(20923,9883,'action created','2021-01-02 22:01:23','2021-01-02 14:01:23'),(20924,9883,'action started via WP Cron','2021-01-02 22:01:53','2021-01-02 14:01:53'),(20925,9883,'action complete via WP Cron','2021-01-02 22:01:53','2021-01-02 14:01:53'),(20926,9884,'action created','2021-01-02 22:01:53','2021-01-02 14:01:53'),(20927,9884,'action started via WP Cron','2021-01-02 22:04:57','2021-01-02 14:04:57'),(20928,9884,'action complete via WP Cron','2021-01-02 22:04:57','2021-01-02 14:04:57'),(20929,9885,'action created','2021-01-02 22:04:57','2021-01-02 14:04:57'),(20930,9885,'action started via WP Cron','2021-01-02 22:06:55','2021-01-02 14:06:55'),(20931,9885,'action complete via WP Cron','2021-01-02 22:06:55','2021-01-02 14:06:55'),(20932,9886,'action created','2021-01-02 22:06:55','2021-01-02 14:06:55'),(20933,9886,'action started via WP Cron','2021-01-02 22:07:57','2021-01-02 14:07:57'),(20934,9886,'action complete via WP Cron','2021-01-02 22:07:57','2021-01-02 14:07:57'),(20935,9887,'action created','2021-01-02 22:07:58','2021-01-02 14:07:58'),(20936,9887,'action started via WP Cron','2021-01-02 22:16:27','2021-01-02 14:16:27'),(20937,9887,'action complete via WP Cron','2021-01-02 22:16:27','2021-01-02 14:16:27'),(20938,9888,'action created','2021-01-02 22:16:27','2021-01-02 14:16:27'),(20939,9888,'action started via WP Cron','2021-01-02 22:18:19','2021-01-02 14:18:19'),(20940,9888,'action complete via WP Cron','2021-01-02 22:18:19','2021-01-02 14:18:19'),(20941,9889,'action created','2021-01-02 22:18:19','2021-01-02 14:18:19'),(20942,9889,'action started via WP Cron','2021-01-02 22:25:09','2021-01-02 14:25:09'),(20943,9889,'action complete via WP Cron','2021-01-02 22:25:09','2021-01-02 14:25:09'),(20944,9890,'action created','2021-01-02 22:25:09','2021-01-02 14:25:09'),(20945,9890,'action started via WP Cron','2021-01-02 22:26:37','2021-01-02 14:26:37'),(20946,9890,'action complete via WP Cron','2021-01-02 22:26:37','2021-01-02 14:26:37'),(20947,9891,'action created','2021-01-02 22:26:37','2021-01-02 14:26:37'),(20948,9891,'action started via WP Cron','2021-01-02 22:33:16','2021-01-02 14:33:16'),(20949,9891,'action complete via WP Cron','2021-01-02 22:33:16','2021-01-02 14:33:16'),(20950,9892,'action created','2021-01-02 22:33:16','2021-01-02 14:33:16'),(20951,9892,'action started via WP Cron','2021-01-02 22:36:56','2021-01-02 14:36:56'),(20952,9892,'action complete via WP Cron','2021-01-02 22:36:56','2021-01-02 14:36:56'),(20953,9893,'action created','2021-01-02 22:36:56','2021-01-02 14:36:56'),(20954,9893,'action started via WP Cron','2021-01-02 22:40:37','2021-01-02 14:40:37'),(20955,9893,'action complete via WP Cron','2021-01-02 22:40:37','2021-01-02 14:40:37'),(20956,9894,'action created','2021-01-02 22:40:37','2021-01-02 14:40:37'),(20957,9894,'action started via WP Cron','2021-01-02 22:41:20','2021-01-02 14:41:20'),(20958,9894,'action complete via WP Cron','2021-01-02 22:41:20','2021-01-02 14:41:20'),(20959,9895,'action created','2021-01-02 22:41:20','2021-01-02 14:41:20'),(20960,9895,'action started via WP Cron','2021-01-02 22:46:30','2021-01-02 14:46:30'),(20961,9895,'action complete via WP Cron','2021-01-02 22:46:30','2021-01-02 14:46:30'),(20962,9896,'action created','2021-01-02 22:46:30','2021-01-02 14:46:30'),(20963,9896,'action started via WP Cron','2021-01-02 22:48:19','2021-01-02 14:48:19'),(20964,9896,'action complete via WP Cron','2021-01-02 22:48:19','2021-01-02 14:48:19'),(20965,9897,'action created','2021-01-02 22:48:19','2021-01-02 14:48:19'),(20966,9897,'action started via WP Cron','2021-01-02 22:51:50','2021-01-02 14:51:50'),(20967,9897,'action complete via WP Cron','2021-01-02 22:51:50','2021-01-02 14:51:50'),(20968,9898,'action created','2021-01-02 22:51:50','2021-01-02 14:51:50'),(20969,9898,'action started via WP Cron','2021-01-02 22:52:57','2021-01-02 14:52:57'),(20970,9898,'action complete via WP Cron','2021-01-02 22:52:57','2021-01-02 14:52:57'),(20971,9899,'action created','2021-01-02 22:52:57','2021-01-02 14:52:57'),(20972,9899,'action started via WP Cron','2021-01-02 22:53:58','2021-01-02 14:53:58'),(20973,9899,'action complete via WP Cron','2021-01-02 22:53:58','2021-01-02 14:53:58'),(20974,9900,'action created','2021-01-02 22:53:58','2021-01-02 14:53:58'),(20975,9900,'action started via WP Cron','2021-01-02 22:56:01','2021-01-02 14:56:01'),(20976,9900,'action complete via WP Cron','2021-01-02 22:56:01','2021-01-02 14:56:01'),(20977,9901,'action created','2021-01-02 22:56:01','2021-01-02 14:56:01'),(20978,9901,'action started via WP Cron','2021-01-02 22:57:02','2021-01-02 14:57:02'),(20979,9901,'action complete via WP Cron','2021-01-02 22:57:02','2021-01-02 14:57:02'),(20980,9902,'action created','2021-01-02 22:57:02','2021-01-02 14:57:02'),(20981,9902,'action started via WP Cron','2021-01-02 22:58:02','2021-01-02 14:58:02'),(20982,9902,'action complete via WP Cron','2021-01-02 22:58:02','2021-01-02 14:58:02'),(20983,9903,'action created','2021-01-02 22:58:03','2021-01-02 14:58:03'),(20984,9903,'action started via WP Cron','2021-01-02 22:58:46','2021-01-02 14:58:46'),(20985,9903,'action complete via WP Cron','2021-01-02 22:58:46','2021-01-02 14:58:46'),(20986,9904,'action created','2021-01-02 22:58:47','2021-01-02 14:58:47'),(20987,9904,'action started via WP Cron','2021-01-02 23:03:42','2021-01-02 15:03:42'),(20988,9904,'action complete via WP Cron','2021-01-02 23:03:42','2021-01-02 15:03:42'),(20989,9905,'action created','2021-01-02 23:03:42','2021-01-02 15:03:42'),(20990,9905,'action started via WP Cron','2021-01-02 23:04:59','2021-01-02 15:04:59'),(20991,9905,'action complete via WP Cron','2021-01-02 23:04:59','2021-01-02 15:04:59'),(20992,9906,'action created','2021-01-02 23:04:59','2021-01-02 15:04:59'),(20993,9906,'action started via WP Cron','2021-01-02 23:07:24','2021-01-02 15:07:24'),(20994,9906,'action complete via WP Cron','2021-01-02 23:07:24','2021-01-02 15:07:24'),(20995,9907,'action created','2021-01-02 23:19:11','2021-01-02 15:19:11'),(20996,9907,'action started via WP Cron','2021-01-02 23:22:01','2021-01-02 15:22:01'),(20997,9907,'action complete via WP Cron','2021-01-02 23:22:01','2021-01-02 15:22:01'),(20998,9908,'action created','2021-01-02 23:22:01','2021-01-02 15:22:01'),(20999,9908,'action started via WP Cron','2021-01-02 23:24:47','2021-01-02 15:24:47'),(21000,9908,'action complete via WP Cron','2021-01-02 23:24:47','2021-01-02 15:24:47'),(21001,9909,'action created','2021-01-02 23:24:47','2021-01-02 15:24:47'),(21002,9909,'action started via WP Cron','2021-01-02 23:31:07','2021-01-02 15:31:07'),(21003,9909,'action complete via WP Cron','2021-01-02 23:31:07','2021-01-02 15:31:07'),(21004,9910,'action created','2021-01-02 23:31:07','2021-01-02 15:31:07'),(21005,9910,'action started via WP Cron','2021-01-02 23:32:15','2021-01-02 15:32:15'),(21006,9910,'action complete via WP Cron','2021-01-02 23:32:15','2021-01-02 15:32:15'),(21007,9911,'action created','2021-01-02 23:32:30','2021-01-02 15:32:30'),(21008,9911,'action started via WP Cron','2021-01-02 23:32:52','2021-01-02 15:32:52'),(21009,9911,'action complete via WP Cron','2021-01-02 23:32:52','2021-01-02 15:32:52'),(21010,9912,'action created','2021-01-02 23:32:52','2021-01-02 15:32:52'),(21011,9912,'action started via WP Cron','2021-01-02 23:38:56','2021-01-02 15:38:56'),(21012,9912,'action complete via WP Cron','2021-01-02 23:38:56','2021-01-02 15:38:56'),(21013,9913,'action created','2021-01-02 23:38:56','2021-01-02 15:38:56'),(21014,9913,'action started via WP Cron','2021-01-02 23:40:04','2021-01-02 15:40:04'),(21015,9913,'action complete via WP Cron','2021-01-02 23:40:04','2021-01-02 15:40:04'),(21016,9914,'action created','2021-01-02 23:41:04','2021-01-02 15:41:04'),(21017,9914,'action started via WP Cron','2021-01-02 23:43:06','2021-01-02 15:43:06'),(21018,9914,'action complete via WP Cron','2021-01-02 23:43:06','2021-01-02 15:43:06'),(21019,9915,'action created','2021-01-02 23:43:06','2021-01-02 15:43:06'),(21020,9915,'action started via WP Cron','2021-01-02 23:43:56','2021-01-02 15:43:56'),(21021,9915,'action complete via WP Cron','2021-01-02 23:43:56','2021-01-02 15:43:56'),(21022,9916,'action created','2021-01-02 23:43:56','2021-01-02 15:43:56'),(21023,9916,'action started via WP Cron','2021-01-02 23:45:08','2021-01-02 15:45:08'),(21024,9916,'action complete via WP Cron','2021-01-02 23:45:08','2021-01-02 15:45:08'),(21025,9917,'action created','2021-01-02 23:45:08','2021-01-02 15:45:08'),(21026,9917,'action started via WP Cron','2021-01-02 23:50:01','2021-01-02 15:50:01'),(21027,9917,'action complete via WP Cron','2021-01-02 23:50:01','2021-01-02 15:50:01'),(21028,9918,'action created','2021-01-02 23:50:01','2021-01-02 15:50:01'),(21029,9918,'action started via WP Cron','2021-01-02 23:54:14','2021-01-02 15:54:14'),(21030,9918,'action complete via WP Cron','2021-01-02 23:54:14','2021-01-02 15:54:14'),(21031,9919,'action created','2021-01-02 23:54:14','2021-01-02 15:54:14'),(21032,9919,'action started via WP Cron','2021-01-02 23:58:59','2021-01-02 15:58:59'),(21033,9919,'action complete via WP Cron','2021-01-02 23:58:59','2021-01-02 15:58:59'),(21034,9920,'action created','2021-01-02 23:58:59','2021-01-02 15:58:59'),(21035,9920,'action started via WP Cron','2021-01-03 00:06:32','2021-01-02 16:06:32'),(21036,9920,'action complete via WP Cron','2021-01-03 00:06:32','2021-01-02 16:06:32'),(21037,9921,'action created','2021-01-03 00:10:16','2021-01-02 16:10:16'),(21038,9921,'action started via WP Cron','2021-01-03 00:12:46','2021-01-02 16:12:46'),(21039,9921,'action complete via WP Cron','2021-01-03 00:12:46','2021-01-02 16:12:46'),(21040,9922,'action created','2021-01-03 00:12:46','2021-01-02 16:12:46'),(21041,9922,'action started via WP Cron','2021-01-03 00:18:39','2021-01-02 16:18:39'),(21042,9922,'action complete via WP Cron','2021-01-03 00:18:39','2021-01-02 16:18:39'),(21043,9923,'action created','2021-01-03 00:18:39','2021-01-02 16:18:39'),(21044,9923,'action started via WP Cron','2021-01-03 00:19:47','2021-01-02 16:19:47'),(21045,9923,'action complete via WP Cron','2021-01-03 00:19:47','2021-01-02 16:19:47'),(21046,9924,'action created','2021-01-03 00:19:47','2021-01-02 16:19:47'),(21047,9924,'action started via WP Cron','2021-01-03 00:22:56','2021-01-02 16:22:56'),(21048,9924,'action complete via WP Cron','2021-01-03 00:22:56','2021-01-02 16:22:56'),(21049,9925,'action created','2021-01-03 00:22:56','2021-01-02 16:22:56'),(21050,9925,'action started via WP Cron','2021-01-03 00:24:18','2021-01-02 16:24:18'),(21051,9925,'action complete via WP Cron','2021-01-03 00:24:18','2021-01-02 16:24:18'),(21052,9926,'action created','2021-01-03 00:24:18','2021-01-02 16:24:18'),(21053,9926,'action started via WP Cron','2021-01-03 00:30:01','2021-01-02 16:30:01'),(21054,9926,'action complete via WP Cron','2021-01-03 00:30:01','2021-01-02 16:30:01'),(21055,9927,'action created','2021-01-03 00:30:01','2021-01-02 16:30:01'),(21056,9927,'action started via WP Cron','2021-01-03 00:35:10','2021-01-02 16:35:10'),(21057,9927,'action complete via WP Cron','2021-01-03 00:35:10','2021-01-02 16:35:10'),(21058,9928,'action created','2021-01-03 00:35:11','2021-01-02 16:35:11'),(21059,9928,'action started via WP Cron','2021-01-03 00:35:46','2021-01-02 16:35:46'),(21060,9928,'action complete via WP Cron','2021-01-03 00:35:46','2021-01-02 16:35:46'),(21061,9929,'action created','2021-01-03 00:35:46','2021-01-02 16:35:46'),(21062,9929,'action started via WP Cron','2021-01-03 00:39:48','2021-01-02 16:39:48'),(21063,9929,'action complete via WP Cron','2021-01-03 00:39:48','2021-01-02 16:39:48'),(21064,9930,'action created','2021-01-03 00:39:48','2021-01-02 16:39:48'),(21065,9930,'action started via WP Cron','2021-01-03 00:40:48','2021-01-02 16:40:48'),(21066,9930,'action complete via WP Cron','2021-01-03 00:40:48','2021-01-02 16:40:48'),(21067,9931,'action created','2021-01-03 00:40:48','2021-01-02 16:40:48'),(21068,9931,'action started via WP Cron','2021-01-03 00:48:13','2021-01-02 16:48:13'),(21069,9931,'action complete via WP Cron','2021-01-03 00:48:13','2021-01-02 16:48:13'),(21070,9932,'action created','2021-01-03 00:48:13','2021-01-02 16:48:13'),(21071,9932,'action started via WP Cron','2021-01-03 00:51:56','2021-01-02 16:51:56'),(21072,9932,'action complete via WP Cron','2021-01-03 00:51:56','2021-01-02 16:51:56'),(21073,9933,'action created','2021-01-03 00:51:56','2021-01-02 16:51:56'),(21074,9933,'action started via WP Cron','2021-01-03 01:07:02','2021-01-02 17:07:02'),(21075,9933,'action complete via WP Cron','2021-01-03 01:07:02','2021-01-02 17:07:02'),(21076,9934,'action created','2021-01-03 01:07:03','2021-01-02 17:07:03'),(21077,9934,'action started via WP Cron','2021-01-03 01:08:11','2021-01-02 17:08:11'),(21078,9934,'action complete via WP Cron','2021-01-03 01:08:11','2021-01-02 17:08:11'),(21079,9935,'action created','2021-01-03 01:08:11','2021-01-02 17:08:11'),(21080,9935,'action started via WP Cron','2021-01-03 01:09:34','2021-01-02 17:09:34'),(21081,9935,'action complete via WP Cron','2021-01-03 01:09:34','2021-01-02 17:09:34'),(21082,9936,'action created','2021-01-03 01:09:34','2021-01-02 17:09:34'),(21083,9936,'action started via WP Cron','2021-01-03 01:11:24','2021-01-02 17:11:24'),(21084,9936,'action complete via WP Cron','2021-01-03 01:11:24','2021-01-02 17:11:24'),(21085,9937,'action created','2021-01-03 01:11:24','2021-01-02 17:11:24'),(21086,9937,'action started via WP Cron','2021-01-03 01:12:42','2021-01-02 17:12:42'),(21087,9937,'action complete via WP Cron','2021-01-03 01:12:42','2021-01-02 17:12:42'),(21088,9938,'action created','2021-01-03 01:12:42','2021-01-02 17:12:42'),(21089,9938,'action started via WP Cron','2021-01-03 01:13:45','2021-01-02 17:13:45'),(21090,9938,'action complete via WP Cron','2021-01-03 01:13:45','2021-01-02 17:13:45'),(21091,9939,'action created','2021-01-03 01:13:45','2021-01-02 17:13:45'),(21092,9939,'action started via WP Cron','2021-01-03 01:16:04','2021-01-02 17:16:04'),(21093,9939,'action complete via WP Cron','2021-01-03 01:16:04','2021-01-02 17:16:04'),(21094,9940,'action created','2021-01-03 01:16:04','2021-01-02 17:16:04'),(21095,9940,'action started via WP Cron','2021-01-03 01:23:22','2021-01-02 17:23:22'),(21096,9940,'action complete via WP Cron','2021-01-03 01:23:22','2021-01-02 17:23:22'),(21097,9941,'action created','2021-01-03 01:23:22','2021-01-02 17:23:22'),(21098,9941,'action started via WP Cron','2021-01-03 01:29:45','2021-01-02 17:29:45'),(21099,9941,'action complete via WP Cron','2021-01-03 01:29:45','2021-01-02 17:29:45'),(21100,9942,'action created','2021-01-03 01:29:46','2021-01-02 17:29:46'),(21101,9942,'action started via WP Cron','2021-01-03 01:36:57','2021-01-02 17:36:57'),(21102,9942,'action complete via WP Cron','2021-01-03 01:36:57','2021-01-02 17:36:57'),(21103,9943,'action created','2021-01-03 01:36:57','2021-01-02 17:36:57'),(21104,9943,'action started via WP Cron','2021-01-03 01:41:04','2021-01-02 17:41:04'),(21105,9943,'action complete via WP Cron','2021-01-03 01:41:04','2021-01-02 17:41:04'),(21106,9944,'action created','2021-01-03 01:41:05','2021-01-02 17:41:05'),(21107,9944,'action started via WP Cron','2021-01-03 01:43:28','2021-01-02 17:43:28'),(21108,9944,'action complete via WP Cron','2021-01-03 01:43:28','2021-01-02 17:43:28'),(21109,9945,'action created','2021-01-03 01:43:28','2021-01-02 17:43:28'),(21110,9945,'action started via WP Cron','2021-01-03 01:46:27','2021-01-02 17:46:27'),(21111,9945,'action complete via WP Cron','2021-01-03 01:46:27','2021-01-02 17:46:27'),(21112,9946,'action created','2021-01-03 01:46:27','2021-01-02 17:46:27'),(21113,9946,'action started via WP Cron','2021-01-03 01:46:59','2021-01-02 17:46:59'),(21114,9946,'action complete via WP Cron','2021-01-03 01:46:59','2021-01-02 17:46:59'),(21115,9947,'action created','2021-01-03 01:46:59','2021-01-02 17:46:59'),(21116,9947,'action started via WP Cron','2021-01-03 01:51:35','2021-01-02 17:51:35'),(21117,9947,'action complete via WP Cron','2021-01-03 01:51:35','2021-01-02 17:51:35'),(21118,9948,'action created','2021-01-03 01:51:35','2021-01-02 17:51:35'),(21119,9948,'action started via WP Cron','2021-01-03 01:52:40','2021-01-02 17:52:40'),(21120,9948,'action complete via WP Cron','2021-01-03 01:52:40','2021-01-02 17:52:40'),(21121,9949,'action created','2021-01-03 01:52:40','2021-01-02 17:52:40'),(21122,9949,'action started via WP Cron','2021-01-03 01:53:47','2021-01-02 17:53:47'),(21123,9949,'action complete via WP Cron','2021-01-03 01:53:47','2021-01-02 17:53:47'),(21124,9950,'action created','2021-01-03 01:53:47','2021-01-02 17:53:47'),(21125,9950,'action started via WP Cron','2021-01-03 01:54:42','2021-01-02 17:54:42'),(21126,9950,'action complete via WP Cron','2021-01-03 01:54:42','2021-01-02 17:54:42'),(21127,9951,'action created','2021-01-03 01:54:42','2021-01-02 17:54:42'),(21128,9951,'action started via WP Cron','2021-01-03 01:55:49','2021-01-02 17:55:49'),(21129,9951,'action complete via WP Cron','2021-01-03 01:55:49','2021-01-02 17:55:49'),(21130,9952,'action created','2021-01-03 01:55:49','2021-01-02 17:55:49'),(21131,9952,'action started via WP Cron','2021-01-03 01:56:50','2021-01-02 17:56:50'),(21132,9952,'action complete via WP Cron','2021-01-03 01:56:50','2021-01-02 17:56:50'),(21133,9953,'action created','2021-01-03 01:56:50','2021-01-02 17:56:50'),(21134,9953,'action started via WP Cron','2021-01-03 01:57:51','2021-01-02 17:57:51'),(21135,9953,'action complete via WP Cron','2021-01-03 01:57:51','2021-01-02 17:57:51'),(21136,9954,'action created','2021-01-03 01:57:51','2021-01-02 17:57:51'),(21137,9954,'action started via WP Cron','2021-01-03 01:59:47','2021-01-02 17:59:47'),(21138,9954,'action complete via WP Cron','2021-01-03 01:59:47','2021-01-02 17:59:47'),(21139,9955,'action created','2021-01-03 01:59:47','2021-01-02 17:59:47'),(21140,9955,'action started via WP Cron','2021-01-03 02:07:57','2021-01-02 18:07:57'),(21141,9955,'action complete via WP Cron','2021-01-03 02:07:57','2021-01-02 18:07:57'),(21142,9956,'action created','2021-01-03 02:07:57','2021-01-02 18:07:57'),(21143,9359,'action started via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21144,9359,'action complete via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21145,9957,'action created','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21146,9358,'action started via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21147,9358,'action complete via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21148,9958,'action created','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21149,9956,'action started via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21150,9956,'action complete via WP Cron','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21151,9959,'action created','2021-01-03 02:09:18','2021-01-02 18:09:18'),(21152,9959,'action started via WP Cron','2021-01-03 02:11:56','2021-01-02 18:11:56'),(21153,9959,'action complete via WP Cron','2021-01-03 02:11:56','2021-01-02 18:11:56'),(21154,9960,'action created','2021-01-03 02:11:56','2021-01-02 18:11:56'),(21155,9960,'action started via WP Cron','2021-01-03 02:15:37','2021-01-02 18:15:37'),(21156,9960,'action complete via WP Cron','2021-01-03 02:15:37','2021-01-02 18:15:37'),(21157,9961,'action created','2021-01-03 02:15:37','2021-01-02 18:15:37'),(21158,9961,'action started via WP Cron','2021-01-03 02:16:06','2021-01-02 18:16:06'),(21159,9961,'action complete via WP Cron','2021-01-03 02:16:06','2021-01-02 18:16:06'),(21160,9962,'action created','2021-01-03 02:16:06','2021-01-02 18:16:06'),(21161,9962,'action started via WP Cron','2021-01-03 02:18:44','2021-01-02 18:18:44'),(21162,9962,'action complete via WP Cron','2021-01-03 02:18:44','2021-01-02 18:18:44'),(21163,9963,'action created','2021-01-03 02:18:44','2021-01-02 18:18:44'),(21164,9963,'action started via WP Cron','2021-01-03 02:23:58','2021-01-02 18:23:58'),(21165,9963,'action complete via WP Cron','2021-01-03 02:23:58','2021-01-02 18:23:58'),(21166,9964,'action created','2021-01-03 02:23:58','2021-01-02 18:23:58'),(21167,9964,'action started via WP Cron','2021-01-03 02:29:12','2021-01-02 18:29:12'),(21168,9964,'action complete via WP Cron','2021-01-03 02:29:12','2021-01-02 18:29:12'),(21169,9965,'action created','2021-01-03 02:29:12','2021-01-02 18:29:12'),(21170,9965,'action started via WP Cron','2021-01-03 02:36:43','2021-01-02 18:36:43'),(21171,9965,'action complete via WP Cron','2021-01-03 02:36:43','2021-01-02 18:36:43'),(21172,9966,'action created','2021-01-03 02:36:43','2021-01-02 18:36:43'),(21173,9966,'action started via WP Cron','2021-01-03 02:39:21','2021-01-02 18:39:21'),(21174,9966,'action complete via WP Cron','2021-01-03 02:39:21','2021-01-02 18:39:21'),(21175,9967,'action created','2021-01-03 02:39:21','2021-01-02 18:39:21'),(21176,9967,'action started via WP Cron','2021-01-03 02:40:41','2021-01-02 18:40:41'),(21177,9967,'action complete via WP Cron','2021-01-03 02:40:41','2021-01-02 18:40:41'),(21178,9968,'action created','2021-01-03 02:40:41','2021-01-02 18:40:41'),(21179,9968,'action started via WP Cron','2021-01-03 02:41:41','2021-01-02 18:41:41'),(21180,9968,'action complete via WP Cron','2021-01-03 02:41:41','2021-01-02 18:41:41'),(21181,9969,'action created','2021-01-03 02:41:41','2021-01-02 18:41:41'),(21182,9969,'action started via WP Cron','2021-01-03 02:42:42','2021-01-02 18:42:42'),(21183,9969,'action complete via WP Cron','2021-01-03 02:42:42','2021-01-02 18:42:42'),(21184,9970,'action created','2021-01-03 02:42:42','2021-01-02 18:42:42'),(21185,9970,'action started via WP Cron','2021-01-03 02:43:42','2021-01-02 18:43:42'),(21186,9970,'action complete via WP Cron','2021-01-03 02:43:42','2021-01-02 18:43:42'),(21187,9971,'action created','2021-01-03 02:43:43','2021-01-02 18:43:43'),(21188,9971,'action started via WP Cron','2021-01-03 02:45:40','2021-01-02 18:45:40'),(21189,9971,'action complete via WP Cron','2021-01-03 02:45:40','2021-01-02 18:45:40'),(21190,9972,'action created','2021-01-03 02:45:41','2021-01-02 18:45:41'),(21191,9972,'action started via WP Cron','2021-01-03 02:50:10','2021-01-02 18:50:10'),(21192,9972,'action complete via WP Cron','2021-01-03 02:50:10','2021-01-02 18:50:10'),(21193,9973,'action created','2021-01-03 02:50:10','2021-01-02 18:50:10'),(21194,9973,'action started via WP Cron','2021-01-03 02:52:58','2021-01-02 18:52:58'),(21195,9973,'action complete via WP Cron','2021-01-03 02:52:58','2021-01-02 18:52:58'),(21196,9974,'action created','2021-01-03 02:52:58','2021-01-02 18:52:58'),(21197,9974,'action started via WP Cron','2021-01-03 02:54:00','2021-01-02 18:54:00'),(21198,9974,'action complete via WP Cron','2021-01-03 02:54:00','2021-01-02 18:54:00'),(21199,9975,'action created','2021-01-03 02:54:00','2021-01-02 18:54:00'),(21200,9975,'action started via WP Cron','2021-01-03 02:55:02','2021-01-02 18:55:02'),(21201,9975,'action complete via WP Cron','2021-01-03 02:55:02','2021-01-02 18:55:02'),(21202,9976,'action created','2021-01-03 02:57:03','2021-01-02 18:57:03'),(21203,9976,'action started via WP Cron','2021-01-03 02:58:04','2021-01-02 18:58:04'),(21204,9976,'action complete via WP Cron','2021-01-03 02:58:04','2021-01-02 18:58:04'),(21205,9977,'action created','2021-01-03 02:58:04','2021-01-02 18:58:04'),(21206,9977,'action started via WP Cron','2021-01-03 02:58:51','2021-01-02 18:58:51'),(21207,9977,'action complete via WP Cron','2021-01-03 02:58:51','2021-01-02 18:58:51'),(21208,9978,'action created','2021-01-03 02:58:51','2021-01-02 18:58:51'),(21209,9978,'action started via WP Cron','2021-01-03 02:59:52','2021-01-02 18:59:52'),(21210,9978,'action complete via WP Cron','2021-01-03 02:59:52','2021-01-02 18:59:52'),(21211,9979,'action created','2021-01-03 02:59:52','2021-01-02 18:59:52'),(21212,9979,'action started via WP Cron','2021-01-03 03:00:48','2021-01-02 19:00:48'),(21213,9979,'action complete via WP Cron','2021-01-03 03:00:48','2021-01-02 19:00:48'),(21214,9980,'action created','2021-01-03 03:00:48','2021-01-02 19:00:48'),(21215,9980,'action started via WP Cron','2021-01-03 03:05:30','2021-01-02 19:05:30'),(21216,9980,'action complete via WP Cron','2021-01-03 03:05:30','2021-01-02 19:05:30'),(21217,9981,'action created','2021-01-03 03:05:30','2021-01-02 19:05:30'),(21218,9981,'action started via WP Cron','2021-01-03 03:06:40','2021-01-02 19:06:40'),(21219,9981,'action complete via WP Cron','2021-01-03 03:06:40','2021-01-02 19:06:40'),(21220,9982,'action created','2021-01-03 03:06:40','2021-01-02 19:06:40'),(21221,9982,'action started via WP Cron','2021-01-03 03:08:01','2021-01-02 19:08:01'),(21222,9982,'action complete via WP Cron','2021-01-03 03:08:01','2021-01-02 19:08:01'),(21223,9983,'action created','2021-01-03 03:08:01','2021-01-02 19:08:01'),(21224,9983,'action started via WP Cron','2021-01-03 03:19:05','2021-01-02 19:19:05'),(21225,9983,'action complete via WP Cron','2021-01-03 03:19:05','2021-01-02 19:19:05'),(21226,9984,'action created','2021-01-03 03:19:05','2021-01-02 19:19:05'),(21227,9984,'action started via WP Cron','2021-01-03 03:20:34','2021-01-02 19:20:34'),(21228,9984,'action complete via WP Cron','2021-01-03 03:20:34','2021-01-02 19:20:34'),(21229,9985,'action created','2021-01-03 03:20:34','2021-01-02 19:20:34'),(21230,9985,'action started via WP Cron','2021-01-03 03:22:38','2021-01-02 19:22:38'),(21231,9985,'action complete via WP Cron','2021-01-03 03:22:38','2021-01-02 19:22:38'),(21232,9986,'action created','2021-01-03 03:22:38','2021-01-02 19:22:38'),(21233,9986,'action started via WP Cron','2021-01-03 03:24:37','2021-01-02 19:24:37'),(21234,9986,'action complete via WP Cron','2021-01-03 03:24:37','2021-01-02 19:24:37'),(21235,9987,'action created','2021-01-03 03:24:37','2021-01-02 19:24:37'),(21236,9987,'action started via WP Cron','2021-01-03 03:26:43','2021-01-02 19:26:43'),(21237,9987,'action complete via WP Cron','2021-01-03 03:26:43','2021-01-02 19:26:43'),(21238,9988,'action created','2021-01-03 03:26:43','2021-01-02 19:26:43'),(21239,9988,'action started via WP Cron','2021-01-03 03:30:37','2021-01-02 19:30:37'),(21240,9988,'action complete via WP Cron','2021-01-03 03:30:37','2021-01-02 19:30:37'),(21241,9989,'action created','2021-01-03 03:30:37','2021-01-02 19:30:37'),(21242,9989,'action started via WP Cron','2021-01-03 03:33:05','2021-01-02 19:33:05'),(21243,9989,'action complete via WP Cron','2021-01-03 03:33:05','2021-01-02 19:33:05'),(21244,9990,'action created','2021-01-03 03:33:05','2021-01-02 19:33:05'),(21245,9990,'action started via WP Cron','2021-01-03 03:34:14','2021-01-02 19:34:14'),(21246,9990,'action complete via WP Cron','2021-01-03 03:34:14','2021-01-02 19:34:14'),(21247,9991,'action created','2021-01-03 03:34:14','2021-01-02 19:34:14'),(21248,9991,'action started via WP Cron','2021-01-03 03:35:14','2021-01-02 19:35:14'),(21249,9991,'action complete via WP Cron','2021-01-03 03:35:14','2021-01-02 19:35:14'),(21250,9992,'action created','2021-01-03 03:35:14','2021-01-02 19:35:14'),(21251,9992,'action started via WP Cron','2021-01-03 03:37:16','2021-01-02 19:37:16'),(21252,9992,'action complete via WP Cron','2021-01-03 03:37:16','2021-01-02 19:37:16'),(21253,9993,'action created','2021-01-03 03:37:16','2021-01-02 19:37:16'),(21254,9993,'action started via WP Cron','2021-01-03 03:38:17','2021-01-02 19:38:17'),(21255,9993,'action complete via WP Cron','2021-01-03 03:38:17','2021-01-02 19:38:17'),(21256,9994,'action created','2021-01-03 03:38:17','2021-01-02 19:38:17'),(21257,9994,'action started via WP Cron','2021-01-03 03:39:18','2021-01-02 19:39:18'),(21258,9994,'action complete via WP Cron','2021-01-03 03:39:18','2021-01-02 19:39:18'),(21259,9995,'action created','2021-01-03 03:39:18','2021-01-02 19:39:18'),(21260,9995,'action started via WP Cron','2021-01-03 03:44:59','2021-01-02 19:44:59'),(21261,9995,'action complete via WP Cron','2021-01-03 03:44:59','2021-01-02 19:44:59'),(21262,9996,'action created','2021-01-03 03:44:59','2021-01-02 19:44:59'),(21263,9996,'action started via WP Cron','2021-01-03 03:45:47','2021-01-02 19:45:47'),(21264,9996,'action complete via WP Cron','2021-01-03 03:45:47','2021-01-02 19:45:47'),(21265,9997,'action created','2021-01-03 03:45:47','2021-01-02 19:45:47'),(21266,9997,'action started via WP Cron','2021-01-03 03:47:39','2021-01-02 19:47:39'),(21267,9997,'action complete via WP Cron','2021-01-03 03:47:39','2021-01-02 19:47:39'),(21268,9998,'action created','2021-01-03 03:47:39','2021-01-02 19:47:39'),(21269,9379,'action started via WP Cron','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21270,9379,'action complete via WP Cron','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21271,9999,'action created','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21272,9998,'action started via WP Cron','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21273,9998,'action complete via WP Cron','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21274,10000,'action created','2021-01-03 03:48:46','2021-01-02 19:48:46'),(21275,10000,'action started via WP Cron','2021-01-03 03:49:47','2021-01-02 19:49:47'),(21276,10000,'action complete via WP Cron','2021-01-03 03:49:47','2021-01-02 19:49:47'),(21277,10001,'action created','2021-01-03 03:49:47','2021-01-02 19:49:47'),(21278,10001,'action started via WP Cron','2021-01-03 03:51:49','2021-01-02 19:51:49'),(21279,10001,'action complete via WP Cron','2021-01-03 03:51:49','2021-01-02 19:51:49'),(21280,10002,'action created','2021-01-03 03:51:49','2021-01-02 19:51:49'),(21281,10002,'action started via WP Cron','2021-01-03 03:52:50','2021-01-02 19:52:50'),(21282,10002,'action complete via WP Cron','2021-01-03 03:52:50','2021-01-02 19:52:50'),(21283,10003,'action created','2021-01-03 03:52:50','2021-01-02 19:52:50'),(21284,10003,'action started via WP Cron','2021-01-03 03:53:51','2021-01-02 19:53:51'),(21285,10003,'action complete via WP Cron','2021-01-03 03:53:51','2021-01-02 19:53:51'),(21286,10004,'action created','2021-01-03 03:53:51','2021-01-02 19:53:51'),(21287,10004,'action started via WP Cron','2021-01-03 04:00:07','2021-01-02 20:00:07'),(21288,10004,'action complete via WP Cron','2021-01-03 04:00:07','2021-01-02 20:00:07'),(21289,10005,'action created','2021-01-03 04:00:07','2021-01-02 20:00:07'),(21290,10005,'action started via WP Cron','2021-01-03 04:00:55','2021-01-02 20:00:55'),(21291,10005,'action complete via WP Cron','2021-01-03 04:00:55','2021-01-02 20:00:55'),(21292,10006,'action created','2021-01-03 04:00:55','2021-01-02 20:00:55'),(21293,10006,'action started via WP Cron','2021-01-03 04:01:53','2021-01-02 20:01:53'),(21294,10006,'action complete via WP Cron','2021-01-03 04:01:53','2021-01-02 20:01:53'),(21295,10007,'action created','2021-01-03 04:01:53','2021-01-02 20:01:53'),(21296,10007,'action started via WP Cron','2021-01-03 04:02:54','2021-01-02 20:02:54'),(21297,10007,'action complete via WP Cron','2021-01-03 04:02:54','2021-01-02 20:02:54'),(21298,10008,'action created','2021-01-03 04:02:54','2021-01-02 20:02:54'),(21299,10008,'action started via WP Cron','2021-01-03 04:04:56','2021-01-02 20:04:56'),(21300,10008,'action complete via WP Cron','2021-01-03 04:04:56','2021-01-02 20:04:56'),(21301,10009,'action created','2021-01-03 04:04:56','2021-01-02 20:04:56'),(21302,10009,'action started via WP Cron','2021-01-03 04:05:49','2021-01-02 20:05:49'),(21303,10009,'action complete via WP Cron','2021-01-03 04:05:49','2021-01-02 20:05:49'),(21304,10010,'action created','2021-01-03 04:05:49','2021-01-02 20:05:49'),(21305,10010,'action started via WP Cron','2021-01-03 04:06:58','2021-01-02 20:06:58'),(21306,10010,'action complete via WP Cron','2021-01-03 04:06:58','2021-01-02 20:06:58'),(21307,10011,'action created','2021-01-03 04:06:58','2021-01-02 20:06:58'),(21308,10011,'action started via WP Cron','2021-01-03 04:08:12','2021-01-02 20:08:12'),(21309,10011,'action complete via WP Cron','2021-01-03 04:08:12','2021-01-02 20:08:12'),(21310,10012,'action created','2021-01-03 04:08:12','2021-01-02 20:08:12'),(21311,10012,'action started via WP Cron','2021-01-03 04:09:13','2021-01-02 20:09:13'),(21312,10012,'action complete via WP Cron','2021-01-03 04:09:13','2021-01-02 20:09:13'),(21313,10013,'action created','2021-01-03 04:09:13','2021-01-02 20:09:13'),(21314,10013,'action started via WP Cron','2021-01-03 04:10:14','2021-01-02 20:10:14'),(21315,10013,'action complete via WP Cron','2021-01-03 04:10:14','2021-01-02 20:10:14'),(21316,10014,'action created','2021-01-03 04:10:14','2021-01-02 20:10:14'),(21317,10014,'action started via WP Cron','2021-01-03 04:10:42','2021-01-02 20:10:42'),(21318,10014,'action complete via WP Cron','2021-01-03 04:10:42','2021-01-02 20:10:42'),(21319,10015,'action created','2021-01-03 04:10:42','2021-01-02 20:10:42'),(21320,10015,'action started via WP Cron','2021-01-03 04:11:49','2021-01-02 20:11:49'),(21321,10015,'action complete via WP Cron','2021-01-03 04:11:49','2021-01-02 20:11:49'),(21322,10016,'action created','2021-01-03 04:11:49','2021-01-02 20:11:49'),(21323,10016,'action started via WP Cron','2021-01-03 04:12:50','2021-01-02 20:12:50'),(21324,10016,'action complete via WP Cron','2021-01-03 04:12:50','2021-01-02 20:12:50'),(21325,10017,'action created','2021-01-03 04:12:50','2021-01-02 20:12:50'),(21326,10017,'action started via WP Cron','2021-01-03 04:13:48','2021-01-02 20:13:48'),(21327,10017,'action complete via WP Cron','2021-01-03 04:13:48','2021-01-02 20:13:48'),(21328,10018,'action created','2021-01-03 04:13:48','2021-01-02 20:13:48'),(21329,10018,'action started via WP Cron','2021-01-03 04:21:31','2021-01-02 20:21:31'),(21330,10018,'action complete via WP Cron','2021-01-03 04:21:31','2021-01-02 20:21:31'),(21331,10019,'action created','2021-01-03 04:21:31','2021-01-02 20:21:31'),(21332,10019,'action started via WP Cron','2021-01-03 04:39:26','2021-01-02 20:39:26'),(21333,10019,'action complete via WP Cron','2021-01-03 04:39:26','2021-01-02 20:39:26'),(21334,10020,'action created','2021-01-03 04:39:26','2021-01-02 20:39:26'),(21335,10020,'action started via WP Cron','2021-01-03 04:40:18','2021-01-02 20:40:18'),(21336,10020,'action complete via WP Cron','2021-01-03 04:40:18','2021-01-02 20:40:18'),(21337,10021,'action created','2021-01-03 04:40:18','2021-01-02 20:40:18'),(21338,10021,'action started via WP Cron','2021-01-03 04:41:19','2021-01-02 20:41:19'),(21339,10021,'action complete via WP Cron','2021-01-03 04:41:19','2021-01-02 20:41:19'),(21340,10022,'action created','2021-01-03 04:41:19','2021-01-02 20:41:19'),(21341,10022,'action started via WP Cron','2021-01-03 04:41:44','2021-01-02 20:41:44'),(21342,10022,'action complete via WP Cron','2021-01-03 04:41:44','2021-01-02 20:41:44'),(21343,10023,'action created','2021-01-03 04:41:44','2021-01-02 20:41:44'),(21344,10023,'action started via WP Cron','2021-01-03 04:43:21','2021-01-02 20:43:21'),(21345,10023,'action complete via WP Cron','2021-01-03 04:43:21','2021-01-02 20:43:21'),(21346,10024,'action created','2021-01-03 04:43:21','2021-01-02 20:43:21'),(21347,10024,'action started via WP Cron','2021-01-03 04:44:22','2021-01-02 20:44:22'),(21348,10024,'action complete via WP Cron','2021-01-03 04:44:22','2021-01-02 20:44:22'),(21349,10025,'action created','2021-01-03 04:44:22','2021-01-02 20:44:22'),(21350,10025,'action started via WP Cron','2021-01-03 04:45:23','2021-01-02 20:45:23'),(21351,10025,'action complete via WP Cron','2021-01-03 04:45:23','2021-01-02 20:45:23'),(21352,10026,'action created','2021-01-03 04:45:23','2021-01-02 20:45:23'),(21353,10026,'action started via WP Cron','2021-01-03 04:54:02','2021-01-02 20:54:02'),(21354,10026,'action complete via WP Cron','2021-01-03 04:54:02','2021-01-02 20:54:02'),(21355,10027,'action created','2021-01-03 04:54:03','2021-01-02 20:54:03'),(21356,10027,'action started via WP Cron','2021-01-03 04:55:22','2021-01-02 20:55:22'),(21357,10027,'action complete via WP Cron','2021-01-03 04:55:22','2021-01-02 20:55:22'),(21358,10028,'action created','2021-01-03 04:55:22','2021-01-02 20:55:22'),(21359,10028,'action started via WP Cron','2021-01-03 05:00:41','2021-01-02 21:00:41'),(21360,10028,'action complete via WP Cron','2021-01-03 05:00:41','2021-01-02 21:00:41'),(21361,10029,'action created','2021-01-03 05:00:41','2021-01-02 21:00:41'),(21362,10029,'action started via WP Cron','2021-01-03 05:07:04','2021-01-02 21:07:04'),(21363,10029,'action complete via WP Cron','2021-01-03 05:07:04','2021-01-02 21:07:04'),(21364,10030,'action created','2021-01-03 05:07:58','2021-01-02 21:07:58'),(21365,10030,'action started via WP Cron','2021-01-03 05:08:59','2021-01-02 21:08:59'),(21366,10030,'action complete via WP Cron','2021-01-03 05:08:59','2021-01-02 21:08:59'),(21367,10031,'action created','2021-01-03 05:08:59','2021-01-02 21:08:59'),(21368,10031,'action started via WP Cron','2021-01-03 05:11:01','2021-01-02 21:11:01'),(21369,10031,'action complete via WP Cron','2021-01-03 05:11:01','2021-01-02 21:11:01'),(21370,10032,'action created','2021-01-03 05:11:01','2021-01-02 21:11:01'),(21371,10032,'action started via WP Cron','2021-01-03 05:12:02','2021-01-02 21:12:02'),(21372,10032,'action complete via WP Cron','2021-01-03 05:12:02','2021-01-02 21:12:02'),(21373,10033,'action created','2021-01-03 05:12:14','2021-01-02 21:12:14'),(21374,10033,'action started via WP Cron','2021-01-03 05:13:03','2021-01-02 21:13:03'),(21375,10033,'action complete via WP Cron','2021-01-03 05:13:03','2021-01-02 21:13:03'),(21376,10034,'action created','2021-01-03 05:13:03','2021-01-02 21:13:03'),(21377,10034,'action started via WP Cron','2021-01-03 05:13:49','2021-01-02 21:13:49'),(21378,10034,'action complete via WP Cron','2021-01-03 05:13:49','2021-01-02 21:13:49'),(21379,10035,'action created','2021-01-03 05:13:49','2021-01-02 21:13:49'),(21380,10035,'action started via WP Cron','2021-01-03 05:14:50','2021-01-02 21:14:50'),(21381,10035,'action complete via WP Cron','2021-01-03 05:14:50','2021-01-02 21:14:50'),(21382,10036,'action created','2021-01-03 05:14:50','2021-01-02 21:14:50'),(21383,10036,'action started via WP Cron','2021-01-03 05:15:51','2021-01-02 21:15:51'),(21384,10036,'action complete via WP Cron','2021-01-03 05:15:51','2021-01-02 21:15:51'),(21385,10037,'action created','2021-01-03 05:15:52','2021-01-02 21:15:52'),(21386,10037,'action started via WP Cron','2021-01-03 05:19:09','2021-01-02 21:19:09'),(21387,10037,'action complete via WP Cron','2021-01-03 05:19:09','2021-01-02 21:19:09'),(21388,10038,'action created','2021-01-03 05:19:09','2021-01-02 21:19:09'),(21389,10038,'action started via WP Cron','2021-01-03 05:21:38','2021-01-02 21:21:38'),(21390,10038,'action complete via WP Cron','2021-01-03 05:21:38','2021-01-02 21:21:38'),(21391,10039,'action created','2021-01-03 05:21:38','2021-01-02 21:21:38'),(21392,10039,'action started via WP Cron','2021-01-03 05:23:30','2021-01-02 21:23:30'),(21393,10039,'action complete via WP Cron','2021-01-03 05:23:30','2021-01-02 21:23:30'),(21394,10040,'action created','2021-01-03 05:23:30','2021-01-02 21:23:30'),(21395,10040,'action started via WP Cron','2021-01-03 05:23:48','2021-01-02 21:23:48'),(21396,10040,'action complete via WP Cron','2021-01-03 05:23:48','2021-01-02 21:23:48'),(21397,10041,'action created','2021-01-03 05:23:49','2021-01-02 21:23:49'),(21398,10041,'action started via WP Cron','2021-01-03 05:25:40','2021-01-02 21:25:40'),(21399,10041,'action complete via WP Cron','2021-01-03 05:25:40','2021-01-02 21:25:40'),(21400,10042,'action created','2021-01-03 05:25:40','2021-01-02 21:25:40'),(21401,10042,'action started via WP Cron','2021-01-03 05:26:41','2021-01-02 21:26:41'),(21402,10042,'action complete via WP Cron','2021-01-03 05:26:41','2021-01-02 21:26:41'),(21403,10043,'action created','2021-01-03 05:26:42','2021-01-02 21:26:42'),(21404,10043,'action started via WP Cron','2021-01-03 05:32:41','2021-01-02 21:32:41'),(21405,10043,'action complete via WP Cron','2021-01-03 05:32:41','2021-01-02 21:32:41'),(21406,10044,'action created','2021-01-03 05:32:41','2021-01-02 21:32:41'),(21407,10044,'action started via WP Cron','2021-01-03 05:34:07','2021-01-02 21:34:07'),(21408,10044,'action complete via WP Cron','2021-01-03 05:34:07','2021-01-02 21:34:07'),(21409,10045,'action created','2021-01-03 05:36:32','2021-01-02 21:36:32'),(21410,10045,'action started via WP Cron','2021-01-03 05:37:05','2021-01-02 21:37:05'),(21411,10045,'action complete via WP Cron','2021-01-03 05:37:05','2021-01-02 21:37:05'),(21412,10046,'action created','2021-01-03 05:45:32','2021-01-02 21:45:32'),(21416,10047,'action started via WP Cron','2021-01-03 05:47:24','2021-01-02 21:47:24'),(21417,10047,'action complete via WP Cron','2021-01-03 05:47:24','2021-01-02 21:47:24'),(21418,10048,'action created','2021-01-03 05:47:24','2021-01-02 21:47:24'),(21419,10048,'action started via WP Cron','2021-01-03 05:47:46','2021-01-02 21:47:46'),(21420,10048,'action complete via WP Cron','2021-01-03 05:47:47','2021-01-02 21:47:47'),(21421,10049,'action created','2021-01-03 05:47:47','2021-01-02 21:47:47'),(21422,10049,'action started via WP Cron','2021-01-03 05:49:26','2021-01-02 21:49:26'),(21423,10049,'action complete via WP Cron','2021-01-03 05:49:26','2021-01-02 21:49:26'),(21424,10050,'action created','2021-01-03 05:49:26','2021-01-02 21:49:26'),(21425,10050,'action started via WP Cron','2021-01-03 05:50:28','2021-01-02 21:50:28'),(21426,10050,'action complete via WP Cron','2021-01-03 05:50:28','2021-01-02 21:50:28'),(21427,10051,'action created','2021-01-03 05:50:28','2021-01-02 21:50:28'),(21428,10051,'action started via WP Cron','2021-01-03 05:54:22','2021-01-02 21:54:22'),(21429,10051,'action complete via WP Cron','2021-01-03 05:54:22','2021-01-02 21:54:22'),(21430,10052,'action created','2021-01-03 05:54:22','2021-01-02 21:54:22'),(21431,10052,'action started via WP Cron','2021-01-03 05:59:02','2021-01-02 21:59:02'),(21432,10052,'action complete via WP Cron','2021-01-03 05:59:02','2021-01-02 21:59:02'),(21433,10053,'action created','2021-01-03 06:02:22','2021-01-02 22:02:22'),(21434,10053,'action started via WP Cron','2021-01-03 06:07:06','2021-01-02 22:07:06'),(21435,10053,'action complete via WP Cron','2021-01-03 06:07:06','2021-01-02 22:07:06'),(21436,10054,'action created','2021-01-03 06:07:06','2021-01-02 22:07:06'),(21437,10054,'action started via WP Cron','2021-01-03 06:07:43','2021-01-02 22:07:43'),(21438,10054,'action complete via WP Cron','2021-01-03 06:07:43','2021-01-02 22:07:43'),(21439,10055,'action created','2021-01-03 06:07:43','2021-01-02 22:07:43'),(21440,10055,'action started via WP Cron','2021-01-03 06:08:42','2021-01-02 22:08:42'),(21441,10055,'action complete via WP Cron','2021-01-03 06:08:42','2021-01-02 22:08:42'),(21442,10056,'action created','2021-01-03 06:08:43','2021-01-02 22:08:43'),(21443,10056,'action started via WP Cron','2021-01-03 06:14:09','2021-01-02 22:14:09'),(21444,10056,'action complete via WP Cron','2021-01-03 06:14:09','2021-01-02 22:14:09'),(21445,10057,'action created','2021-01-03 06:14:09','2021-01-02 22:14:09'),(21446,10057,'action started via WP Cron','2021-01-03 06:15:09','2021-01-02 22:15:09'),(21447,10057,'action complete via WP Cron','2021-01-03 06:15:09','2021-01-02 22:15:09'),(21448,10058,'action created','2021-01-03 06:15:09','2021-01-02 22:15:09'),(21449,10058,'action started via WP Cron','2021-01-03 06:16:11','2021-01-02 22:16:11'),(21450,10058,'action complete via WP Cron','2021-01-03 06:16:11','2021-01-02 22:16:11'),(21451,10059,'action created','2021-01-03 06:17:11','2021-01-02 22:17:11'),(21452,10059,'action started via WP Cron','2021-01-03 06:17:58','2021-01-02 22:17:58'),(21453,10059,'action complete via WP Cron','2021-01-03 06:17:58','2021-01-02 22:17:58'),(21454,10060,'action created','2021-01-03 06:18:11','2021-01-02 22:18:11'),(21455,10060,'action started via WP Cron','2021-01-03 06:19:05','2021-01-02 22:19:05'),(21456,10060,'action complete via WP Cron','2021-01-03 06:19:05','2021-01-02 22:19:05'),(21457,10061,'action created','2021-01-03 06:19:13','2021-01-02 22:19:13'),(21458,10061,'action started via WP Cron','2021-01-03 06:22:25','2021-01-02 22:22:25'),(21459,10061,'action complete via WP Cron','2021-01-03 06:22:25','2021-01-02 22:22:25'),(21460,10062,'action created','2021-01-03 06:22:25','2021-01-02 22:22:25'),(21461,10062,'action started via WP Cron','2021-01-03 06:32:02','2021-01-02 22:32:02'),(21462,10062,'action complete via WP Cron','2021-01-03 06:32:02','2021-01-02 22:32:02'),(21463,10063,'action created','2021-01-03 06:32:02','2021-01-02 22:32:02'),(21464,10063,'action started via WP Cron','2021-01-03 06:34:19','2021-01-02 22:34:19'),(21465,10063,'action complete via WP Cron','2021-01-03 06:34:19','2021-01-02 22:34:19'),(21466,10064,'action created','2021-01-03 06:34:19','2021-01-02 22:34:19'),(21467,10064,'action started via WP Cron','2021-01-03 06:35:38','2021-01-02 22:35:38'),(21468,10064,'action complete via WP Cron','2021-01-03 06:35:38','2021-01-02 22:35:38'),(21469,10065,'action created','2021-01-03 06:35:38','2021-01-02 22:35:38'),(76241,28324,'action complete via WP Cron','2021-02-03 07:07:46','2021-02-02 23:07:46'),(76240,28324,'action started via WP Cron','2021-02-03 07:07:46','2021-02-02 23:07:46'),(78312,29015,'action created','2021-02-04 07:08:20','2021-02-03 23:08:20'),(21473,10065,'action started via WP Cron','2021-01-03 06:57:45','2021-01-02 22:57:45'),(21474,10065,'action complete via WP Cron','2021-01-03 06:57:45','2021-01-02 22:57:45'),(21475,10067,'action created','2021-01-03 06:57:45','2021-01-02 22:57:45'),(21476,10067,'action started via WP Cron','2021-01-03 06:58:42','2021-01-02 22:58:42'),(21477,10067,'action complete via WP Cron','2021-01-03 06:58:42','2021-01-02 22:58:42'),(21478,10068,'action created','2021-01-03 06:58:42','2021-01-02 22:58:42'),(21479,10068,'action started via WP Cron','2021-01-03 06:59:44','2021-01-02 22:59:44'),(21480,10068,'action complete via WP Cron','2021-01-03 06:59:44','2021-01-02 22:59:44'),(21481,10069,'action created','2021-01-03 06:59:44','2021-01-02 22:59:44'),(21482,10069,'action started via WP Cron','2021-01-03 07:01:14','2021-01-02 23:01:14'),(21483,10069,'action complete via WP Cron','2021-01-03 07:01:14','2021-01-02 23:01:14'),(21484,10070,'action created','2021-01-03 07:01:14','2021-01-02 23:01:14'),(21485,10070,'action started via WP Cron','2021-01-03 07:05:08','2021-01-02 23:05:08'),(21486,10070,'action complete via WP Cron','2021-01-03 07:05:08','2021-01-02 23:05:08'),(21487,10071,'action created','2021-01-03 07:05:08','2021-01-02 23:05:08'),(21488,10071,'action started via WP Cron','2021-01-03 07:12:54','2021-01-02 23:12:54'),(21489,10071,'action complete via WP Cron','2021-01-03 07:12:54','2021-01-02 23:12:54'),(21490,10072,'action created','2021-01-03 07:12:55','2021-01-02 23:12:55'),(21491,10072,'action started via WP Cron','2021-01-03 07:19:51','2021-01-02 23:19:51'),(21492,10072,'action complete via WP Cron','2021-01-03 07:19:51','2021-01-02 23:19:51'),(21493,10073,'action created','2021-01-03 07:19:51','2021-01-02 23:19:51'),(21494,10073,'action started via WP Cron','2021-01-03 07:20:55','2021-01-02 23:20:55'),(21495,10073,'action complete via WP Cron','2021-01-03 07:20:55','2021-01-02 23:20:55'),(21496,10074,'action created','2021-01-03 07:20:55','2021-01-02 23:20:55'),(21497,10074,'action started via WP Cron','2021-01-03 07:22:57','2021-01-02 23:22:57'),(21498,10074,'action complete via WP Cron','2021-01-03 07:22:57','2021-01-02 23:22:57'),(21499,10075,'action created','2021-01-03 07:22:57','2021-01-02 23:22:57'),(21500,10075,'action started via WP Cron','2021-01-03 07:24:59','2021-01-02 23:24:59'),(21501,10075,'action complete via WP Cron','2021-01-03 07:24:59','2021-01-02 23:24:59'),(21502,10076,'action created','2021-01-03 07:24:59','2021-01-02 23:24:59'),(21503,10076,'action started via WP Cron','2021-01-03 07:26:02','2021-01-02 23:26:02'),(21504,10076,'action complete via WP Cron','2021-01-03 07:26:02','2021-01-02 23:26:02'),(21505,10077,'action created','2021-01-03 07:26:02','2021-01-02 23:26:02'),(21506,10077,'action started via WP Cron','2021-01-03 07:30:57','2021-01-02 23:30:57'),(21507,10077,'action complete via WP Cron','2021-01-03 07:30:57','2021-01-02 23:30:57'),(21508,10078,'action created','2021-01-03 07:30:57','2021-01-02 23:30:57'),(21509,10078,'action started via WP Cron','2021-01-03 07:39:17','2021-01-02 23:39:17'),(21510,10078,'action complete via WP Cron','2021-01-03 07:39:17','2021-01-02 23:39:17'),(21511,10079,'action created','2021-01-03 07:39:17','2021-01-02 23:39:17'),(21512,10079,'action started via WP Cron','2021-01-03 07:41:40','2021-01-02 23:41:40'),(21513,10079,'action complete via WP Cron','2021-01-03 07:41:40','2021-01-02 23:41:40'),(21514,10080,'action created','2021-01-03 07:41:40','2021-01-02 23:41:40'),(21515,10080,'action started via WP Cron','2021-01-03 07:44:05','2021-01-02 23:44:05'),(21516,10080,'action complete via WP Cron','2021-01-03 07:44:05','2021-01-02 23:44:05'),(21517,10081,'action created','2021-01-03 07:44:05','2021-01-02 23:44:05'),(21518,10081,'action started via WP Cron','2021-01-03 07:47:37','2021-01-02 23:47:37'),(21519,10081,'action complete via WP Cron','2021-01-03 07:47:37','2021-01-02 23:47:37'),(21520,10082,'action created','2021-01-03 07:47:37','2021-01-02 23:47:37'),(21521,10082,'action started via WP Cron','2021-01-03 07:48:59','2021-01-02 23:48:59'),(21522,10082,'action complete via WP Cron','2021-01-03 07:48:59','2021-01-02 23:48:59'),(21523,10083,'action created','2021-01-03 07:48:59','2021-01-02 23:48:59'),(21524,10083,'action started via WP Cron','2021-01-03 07:50:08','2021-01-02 23:50:08'),(21525,10083,'action complete via WP Cron','2021-01-03 07:50:08','2021-01-02 23:50:08'),(21526,10084,'action created','2021-01-03 07:50:08','2021-01-02 23:50:08'),(21527,10084,'action started via WP Cron','2021-01-03 07:51:09','2021-01-02 23:51:09'),(21528,10084,'action complete via WP Cron','2021-01-03 07:51:09','2021-01-02 23:51:09'),(21529,10085,'action created','2021-01-03 07:51:09','2021-01-02 23:51:09'),(21530,10085,'action started via WP Cron','2021-01-03 07:52:27','2021-01-02 23:52:27'),(21531,10085,'action complete via WP Cron','2021-01-03 07:52:27','2021-01-02 23:52:27'),(21532,10086,'action created','2021-01-03 07:52:28','2021-01-02 23:52:28'),(21533,10086,'action started via WP Cron','2021-01-03 07:53:10','2021-01-02 23:53:10'),(21534,10086,'action complete via WP Cron','2021-01-03 07:53:10','2021-01-02 23:53:10'),(21535,10087,'action created','2021-01-03 07:53:11','2021-01-02 23:53:11'),(21536,10087,'action started via WP Cron','2021-01-03 07:54:12','2021-01-02 23:54:12'),(21537,10087,'action complete via WP Cron','2021-01-03 07:54:12','2021-01-02 23:54:12'),(21538,10088,'action created','2021-01-03 07:54:12','2021-01-02 23:54:12'),(21539,10088,'action started via WP Cron','2021-01-03 07:55:13','2021-01-02 23:55:13'),(21540,10088,'action complete via WP Cron','2021-01-03 07:55:13','2021-01-02 23:55:13'),(21541,10089,'action created','2021-01-03 07:55:13','2021-01-02 23:55:13'),(21542,10089,'action started via WP Cron','2021-01-03 07:56:38','2021-01-02 23:56:38'),(21543,10089,'action complete via WP Cron','2021-01-03 07:56:38','2021-01-02 23:56:38'),(21544,10090,'action created','2021-01-03 07:56:38','2021-01-02 23:56:38'),(21545,10090,'action started via WP Cron','2021-01-03 07:57:00','2021-01-02 23:57:00'),(21546,10090,'action complete via WP Cron','2021-01-03 07:57:00','2021-01-02 23:57:00'),(21547,10091,'action created','2021-01-03 07:57:00','2021-01-02 23:57:00'),(21548,10091,'action started via WP Cron','2021-01-03 08:00:19','2021-01-03 00:00:19'),(21549,10091,'action complete via WP Cron','2021-01-03 08:00:19','2021-01-03 00:00:19'),(21550,10092,'action created','2021-01-03 08:00:19','2021-01-03 00:00:19'),(21551,10092,'action started via WP Cron','2021-01-03 08:02:03','2021-01-03 00:02:03'),(21552,10092,'action complete via WP Cron','2021-01-03 08:02:03','2021-01-03 00:02:03'),(21553,10093,'action created','2021-01-03 08:02:03','2021-01-03 00:02:03'),(21554,10093,'action started via WP Cron','2021-01-03 08:05:38','2021-01-03 00:05:38'),(21555,10093,'action complete via WP Cron','2021-01-03 08:05:38','2021-01-03 00:05:38'),(21556,10094,'action created','2021-01-03 08:05:38','2021-01-03 00:05:38'),(21557,10094,'action started via WP Cron','2021-01-03 08:07:58','2021-01-03 00:07:58'),(21558,10094,'action complete via WP Cron','2021-01-03 08:07:58','2021-01-03 00:07:58'),(21559,10095,'action created','2021-01-03 08:08:33','2021-01-03 00:08:33'),(21560,10095,'action started via WP Cron','2021-01-03 08:12:32','2021-01-03 00:12:32'),(21561,10095,'action complete via WP Cron','2021-01-03 08:12:32','2021-01-03 00:12:32'),(21562,10096,'action created','2021-01-03 08:12:32','2021-01-03 00:12:32'),(21563,10096,'action started via WP Cron','2021-01-03 08:15:15','2021-01-03 00:15:15'),(21564,10096,'action complete via WP Cron','2021-01-03 08:15:15','2021-01-03 00:15:15'),(21565,10097,'action created','2021-01-03 08:15:16','2021-01-03 00:15:16'),(21566,10097,'action started via WP Cron','2021-01-03 08:16:02','2021-01-03 00:16:02'),(21567,10097,'action complete via WP Cron','2021-01-03 08:16:02','2021-01-03 00:16:02'),(21568,10098,'action created','2021-01-03 08:16:02','2021-01-03 00:16:02'),(21569,10098,'action started via WP Cron','2021-01-03 08:17:26','2021-01-03 00:17:26'),(21570,10098,'action complete via WP Cron','2021-01-03 08:17:26','2021-01-03 00:17:26'),(21571,10099,'action created','2021-01-03 08:17:26','2021-01-03 00:17:26'),(21572,10099,'action started via WP Cron','2021-01-03 08:21:12','2021-01-03 00:21:12'),(21573,10099,'action complete via WP Cron','2021-01-03 08:21:12','2021-01-03 00:21:12'),(21574,10100,'action created','2021-01-03 08:21:12','2021-01-03 00:21:12'),(21575,10100,'action started via WP Cron','2021-01-03 08:22:07','2021-01-03 00:22:07'),(21576,10100,'action complete via WP Cron','2021-01-03 08:22:07','2021-01-03 00:22:07'),(21577,10101,'action created','2021-01-03 08:22:07','2021-01-03 00:22:07'),(21578,10101,'action started via WP Cron','2021-01-03 08:25:37','2021-01-03 00:25:37'),(21579,10101,'action complete via WP Cron','2021-01-03 08:25:37','2021-01-03 00:25:37'),(21580,10102,'action created','2021-01-03 08:25:37','2021-01-03 00:25:37'),(21581,10102,'action started via WP Cron','2021-01-03 08:27:12','2021-01-03 00:27:12'),(21582,10102,'action complete via WP Cron','2021-01-03 08:27:12','2021-01-03 00:27:12'),(21583,10103,'action created','2021-01-03 08:27:12','2021-01-03 00:27:12'),(21584,10103,'action started via WP Cron','2021-01-03 08:30:14','2021-01-03 00:30:14'),(21585,10103,'action complete via WP Cron','2021-01-03 08:30:14','2021-01-03 00:30:14'),(21586,10104,'action created','2021-01-03 08:30:14','2021-01-03 00:30:14'),(21587,10104,'action started via WP Cron','2021-01-03 08:32:46','2021-01-03 00:32:46'),(21588,10104,'action complete via WP Cron','2021-01-03 08:32:46','2021-01-03 00:32:46'),(21589,10105,'action created','2021-01-03 08:32:46','2021-01-03 00:32:46'),(21590,10105,'action started via WP Cron','2021-01-03 08:33:56','2021-01-03 00:33:56'),(21591,10105,'action complete via WP Cron','2021-01-03 08:33:56','2021-01-03 00:33:56'),(21592,10106,'action created','2021-01-03 08:34:31','2021-01-03 00:34:31'),(21593,10106,'action started via WP Cron','2021-01-03 08:34:44','2021-01-03 00:34:44'),(21594,10106,'action complete via WP Cron','2021-01-03 08:34:44','2021-01-03 00:34:44'),(21595,10107,'action created','2021-01-03 08:34:44','2021-01-03 00:34:44'),(21596,10107,'action started via WP Cron','2021-01-03 08:37:37','2021-01-03 00:37:37'),(21597,10107,'action complete via WP Cron','2021-01-03 08:37:37','2021-01-03 00:37:37'),(21598,10108,'action created','2021-01-03 08:37:37','2021-01-03 00:37:37'),(21599,10108,'action started via WP Cron','2021-01-03 08:38:07','2021-01-03 00:38:07'),(21600,10108,'action complete via WP Cron','2021-01-03 08:38:07','2021-01-03 00:38:07'),(21601,10109,'action created','2021-01-03 08:38:07','2021-01-03 00:38:07'),(21602,10109,'action started via WP Cron','2021-01-03 08:40:05','2021-01-03 00:40:05'),(21603,10109,'action complete via WP Cron','2021-01-03 08:40:05','2021-01-03 00:40:05'),(21604,10110,'action created','2021-01-03 08:40:05','2021-01-03 00:40:05'),(21605,10110,'action started via WP Cron','2021-01-03 08:41:02','2021-01-03 00:41:02'),(21606,10110,'action complete via WP Cron','2021-01-03 08:41:02','2021-01-03 00:41:02'),(21607,10111,'action created','2021-01-03 08:41:02','2021-01-03 00:41:02'),(21608,10111,'action started via WP Cron','2021-01-03 08:42:24','2021-01-03 00:42:24'),(21609,10111,'action complete via WP Cron','2021-01-03 08:42:24','2021-01-03 00:42:24'),(21610,10112,'action created','2021-01-03 08:42:24','2021-01-03 00:42:24'),(21611,10112,'action started via WP Cron','2021-01-03 08:42:51','2021-01-03 00:42:51'),(21612,10112,'action complete via WP Cron','2021-01-03 08:42:51','2021-01-03 00:42:51'),(21613,10113,'action created','2021-01-03 08:42:51','2021-01-03 00:42:51'),(21614,10113,'action started via WP Cron','2021-01-03 08:43:57','2021-01-03 00:43:57'),(21615,10113,'action complete via WP Cron','2021-01-03 08:43:57','2021-01-03 00:43:57'),(21616,10114,'action created','2021-01-03 08:43:57','2021-01-03 00:43:57'),(21617,10114,'action started via WP Cron','2021-01-03 08:52:09','2021-01-03 00:52:09'),(21618,10114,'action complete via WP Cron','2021-01-03 08:52:09','2021-01-03 00:52:09'),(21619,10115,'action created','2021-01-03 08:52:09','2021-01-03 00:52:09'),(21620,10115,'action started via WP Cron','2021-01-03 08:53:32','2021-01-03 00:53:32'),(21621,10115,'action complete via WP Cron','2021-01-03 08:53:32','2021-01-03 00:53:32'),(21622,10116,'action created','2021-01-03 08:53:32','2021-01-03 00:53:32'),(21623,10116,'action started via WP Cron','2021-01-03 08:55:17','2021-01-03 00:55:17'),(21624,10116,'action complete via WP Cron','2021-01-03 08:55:18','2021-01-03 00:55:18'),(21625,10117,'action created','2021-01-03 08:55:18','2021-01-03 00:55:18'),(21626,10117,'action started via WP Cron','2021-01-03 08:56:15','2021-01-03 00:56:15'),(21627,10117,'action complete via WP Cron','2021-01-03 08:56:15','2021-01-03 00:56:15'),(21628,10118,'action created','2021-01-03 08:56:15','2021-01-03 00:56:15'),(21629,10118,'action started via WP Cron','2021-01-03 08:57:16','2021-01-03 00:57:16'),(21630,10118,'action complete via WP Cron','2021-01-03 08:57:16','2021-01-03 00:57:16'),(21631,10119,'action created','2021-01-03 08:57:16','2021-01-03 00:57:16'),(21632,10119,'action started via WP Cron','2021-01-03 08:59:18','2021-01-03 00:59:18'),(21633,10119,'action complete via WP Cron','2021-01-03 08:59:18','2021-01-03 00:59:18'),(21634,10120,'action created','2021-01-03 08:59:18','2021-01-03 00:59:18'),(21635,10120,'action started via WP Cron','2021-01-03 09:00:20','2021-01-03 01:00:20'),(21636,10120,'action complete via WP Cron','2021-01-03 09:00:20','2021-01-03 01:00:20'),(21637,10121,'action created','2021-01-03 09:00:20','2021-01-03 01:00:20'),(21638,10121,'action started via WP Cron','2021-01-03 09:00:49','2021-01-03 01:00:49'),(21639,10121,'action complete via WP Cron','2021-01-03 09:00:49','2021-01-03 01:00:49'),(21640,10122,'action created','2021-01-03 09:00:49','2021-01-03 01:00:49'),(21641,10122,'action started via WP Cron','2021-01-03 09:04:14','2021-01-03 01:04:14'),(21642,10122,'action complete via WP Cron','2021-01-03 09:04:14','2021-01-03 01:04:14'),(21643,10123,'action created','2021-01-03 09:04:14','2021-01-03 01:04:14'),(21644,10123,'action started via WP Cron','2021-01-03 09:05:52','2021-01-03 01:05:52'),(21645,10123,'action complete via WP Cron','2021-01-03 09:05:52','2021-01-03 01:05:52'),(21646,10124,'action created','2021-01-03 09:05:52','2021-01-03 01:05:52'),(21647,10124,'action started via WP Cron','2021-01-03 09:06:50','2021-01-03 01:06:50'),(21648,10124,'action complete via WP Cron','2021-01-03 09:06:50','2021-01-03 01:06:50'),(21649,10125,'action created','2021-01-03 09:14:33','2021-01-03 01:14:33'),(21650,10125,'action started via WP Cron','2021-01-03 09:21:39','2021-01-03 01:21:39'),(21651,10125,'action complete via WP Cron','2021-01-03 09:21:39','2021-01-03 01:21:39'),(21652,10126,'action created','2021-01-03 09:21:39','2021-01-03 01:21:39'),(21653,10126,'action started via WP Cron','2021-01-03 09:25:51','2021-01-03 01:25:51'),(21654,10126,'action complete via WP Cron','2021-01-03 09:25:51','2021-01-03 01:25:51'),(21655,10127,'action created','2021-01-03 09:25:51','2021-01-03 01:25:51'),(21656,10127,'action started via WP Cron','2021-01-03 09:32:31','2021-01-03 01:32:31'),(21657,10127,'action complete via WP Cron','2021-01-03 09:32:31','2021-01-03 01:32:31'),(21658,10128,'action created','2021-01-03 09:32:31','2021-01-03 01:32:31'),(21659,10128,'action started via WP Cron','2021-01-03 09:33:02','2021-01-03 01:33:02'),(21660,10128,'action complete via WP Cron','2021-01-03 09:33:02','2021-01-03 01:33:02'),(21661,10129,'action created','2021-01-03 09:33:02','2021-01-03 01:33:02'),(21662,10129,'action started via WP Cron','2021-01-03 09:35:42','2021-01-03 01:35:42'),(21663,10129,'action complete via WP Cron','2021-01-03 09:35:42','2021-01-03 01:35:42'),(21664,10130,'action created','2021-01-03 09:35:42','2021-01-03 01:35:42'),(21665,10130,'action started via WP Cron','2021-01-03 09:37:17','2021-01-03 01:37:17'),(21666,10130,'action complete via WP Cron','2021-01-03 09:37:17','2021-01-03 01:37:17'),(21667,10131,'action created','2021-01-03 09:37:17','2021-01-03 01:37:17'),(21668,10131,'action started via WP Cron','2021-01-03 09:37:52','2021-01-03 01:37:52'),(21669,10131,'action complete via WP Cron','2021-01-03 09:37:52','2021-01-03 01:37:52'),(21670,10132,'action created','2021-01-03 09:37:52','2021-01-03 01:37:52'),(21671,10132,'action started via WP Cron','2021-01-03 09:38:46','2021-01-03 01:38:46'),(21672,10132,'action complete via WP Cron','2021-01-03 09:38:46','2021-01-03 01:38:46'),(21673,10133,'action created','2021-01-03 09:38:46','2021-01-03 01:38:46'),(21674,10133,'action started via WP Cron','2021-01-03 09:40:05','2021-01-03 01:40:05'),(21675,10133,'action complete via WP Cron','2021-01-03 09:40:05','2021-01-03 01:40:05'),(21676,10134,'action created','2021-01-03 09:40:05','2021-01-03 01:40:05'),(21677,10134,'action started via WP Cron','2021-01-03 09:41:46','2021-01-03 01:41:46'),(21678,10134,'action complete via WP Cron','2021-01-03 09:41:46','2021-01-03 01:41:46'),(21679,10135,'action created','2021-01-03 09:41:46','2021-01-03 01:41:46'),(21680,10135,'action started via WP Cron','2021-01-03 09:42:54','2021-01-03 01:42:54'),(21681,10135,'action complete via WP Cron','2021-01-03 09:42:54','2021-01-03 01:42:54'),(21682,10136,'action created','2021-01-03 09:42:54','2021-01-03 01:42:54'),(21683,10136,'action started via WP Cron','2021-01-03 09:44:01','2021-01-03 01:44:01'),(21684,10136,'action complete via WP Cron','2021-01-03 09:44:01','2021-01-03 01:44:01'),(21685,10137,'action created','2021-01-03 09:44:01','2021-01-03 01:44:01'),(21686,10137,'action started via WP Cron','2021-01-03 09:44:44','2021-01-03 01:44:44'),(21687,10137,'action complete via WP Cron','2021-01-03 09:44:44','2021-01-03 01:44:44'),(21688,10138,'action created','2021-01-03 09:44:44','2021-01-03 01:44:44'),(21689,10138,'action started via WP Cron','2021-01-03 09:45:49','2021-01-03 01:45:49'),(21690,10138,'action complete via WP Cron','2021-01-03 09:45:49','2021-01-03 01:45:49'),(21691,10139,'action created','2021-01-03 09:45:49','2021-01-03 01:45:49'),(21692,10139,'action started via WP Cron','2021-01-03 09:48:06','2021-01-03 01:48:06'),(21693,10139,'action complete via WP Cron','2021-01-03 09:48:06','2021-01-03 01:48:06'),(21694,10140,'action created','2021-01-03 09:48:06','2021-01-03 01:48:06'),(21695,10140,'action started via WP Cron','2021-01-03 09:49:59','2021-01-03 01:49:59'),(21696,10140,'action complete via WP Cron','2021-01-03 09:49:59','2021-01-03 01:49:59'),(21697,10141,'action created','2021-01-03 09:49:59','2021-01-03 01:49:59'),(21698,10141,'action started via WP Cron','2021-01-03 09:53:55','2021-01-03 01:53:55'),(21699,10141,'action complete via WP Cron','2021-01-03 09:53:55','2021-01-03 01:53:55'),(21700,10142,'action created','2021-01-03 09:53:55','2021-01-03 01:53:55'),(21701,10142,'action started via WP Cron','2021-01-03 09:55:29','2021-01-03 01:55:29'),(21702,10142,'action complete via WP Cron','2021-01-03 09:55:29','2021-01-03 01:55:29'),(21703,10143,'action created','2021-01-03 09:55:29','2021-01-03 01:55:29'),(21704,10143,'action started via WP Cron','2021-01-03 09:58:12','2021-01-03 01:58:12'),(21705,10143,'action complete via WP Cron','2021-01-03 09:58:12','2021-01-03 01:58:12'),(21706,10144,'action created','2021-01-03 09:58:12','2021-01-03 01:58:12'),(21707,10144,'action started via WP Cron','2021-01-03 09:59:03','2021-01-03 01:59:03'),(21708,10144,'action complete via WP Cron','2021-01-03 09:59:03','2021-01-03 01:59:03'),(21709,10145,'action created','2021-01-03 09:59:03','2021-01-03 01:59:03'),(21710,10145,'action started via WP Cron','2021-01-03 10:01:50','2021-01-03 02:01:50'),(21711,10145,'action complete via WP Cron','2021-01-03 10:01:50','2021-01-03 02:01:50'),(21712,10146,'action created','2021-01-03 10:01:50','2021-01-03 02:01:50'),(21713,10146,'action started via WP Cron','2021-01-03 10:03:21','2021-01-03 02:03:21'),(21714,10146,'action complete via WP Cron','2021-01-03 10:03:21','2021-01-03 02:03:21'),(21715,10147,'action created','2021-01-03 10:03:21','2021-01-03 02:03:21'),(21716,10147,'action started via WP Cron','2021-01-03 10:04:24','2021-01-03 02:04:24'),(21717,10147,'action complete via WP Cron','2021-01-03 10:04:24','2021-01-03 02:04:24'),(21718,10148,'action created','2021-01-03 10:06:20','2021-01-03 02:06:20'),(21719,10148,'action started via WP Cron','2021-01-03 10:06:45','2021-01-03 02:06:45'),(21720,10148,'action complete via WP Cron','2021-01-03 10:06:45','2021-01-03 02:06:45'),(21721,10149,'action created','2021-01-03 10:06:45','2021-01-03 02:06:45'),(21722,10149,'action started via WP Cron','2021-01-03 10:08:31','2021-01-03 02:08:31'),(21723,10149,'action complete via WP Cron','2021-01-03 10:08:31','2021-01-03 02:08:31'),(21724,10150,'action created','2021-01-03 10:08:31','2021-01-03 02:08:31'),(21725,10150,'action started via WP Cron','2021-01-03 10:11:37','2021-01-03 02:11:37'),(21726,10150,'action complete via WP Cron','2021-01-03 10:11:37','2021-01-03 02:11:37'),(21727,10151,'action created','2021-01-03 10:11:37','2021-01-03 02:11:37'),(21728,10151,'action started via WP Cron','2021-01-03 10:12:27','2021-01-03 02:12:27'),(21729,10151,'action complete via WP Cron','2021-01-03 10:12:27','2021-01-03 02:12:27'),(21730,10152,'action created','2021-01-03 10:12:27','2021-01-03 02:12:27'),(21731,10152,'action started via WP Cron','2021-01-03 10:12:45','2021-01-03 02:12:45'),(21732,10152,'action complete via WP Cron','2021-01-03 10:12:45','2021-01-03 02:12:45'),(21733,10153,'action created','2021-01-03 10:12:45','2021-01-03 02:12:45'),(21734,10153,'action started via WP Cron','2021-01-03 10:14:34','2021-01-03 02:14:34'),(21735,10153,'action complete via WP Cron','2021-01-03 10:14:34','2021-01-03 02:14:34'),(21736,10154,'action created','2021-01-03 10:14:34','2021-01-03 02:14:34'),(21737,10154,'action started via WP Cron','2021-01-03 10:18:25','2021-01-03 02:18:25'),(21738,10154,'action complete via WP Cron','2021-01-03 10:18:25','2021-01-03 02:18:25'),(21739,10155,'action created','2021-01-03 10:18:25','2021-01-03 02:18:25'),(21740,10155,'action started via WP Cron','2021-01-03 10:19:19','2021-01-03 02:19:19'),(21741,10155,'action complete via WP Cron','2021-01-03 10:19:19','2021-01-03 02:19:19'),(21742,10156,'action created','2021-01-03 10:19:19','2021-01-03 02:19:19'),(21743,10156,'action started via WP Cron','2021-01-03 10:21:42','2021-01-03 02:21:42'),(21744,10156,'action complete via WP Cron','2021-01-03 10:21:42','2021-01-03 02:21:42'),(21745,10157,'action created','2021-01-03 10:21:42','2021-01-03 02:21:42'),(21746,10157,'action started via WP Cron','2021-01-03 10:23:15','2021-01-03 02:23:15'),(21747,10157,'action complete via WP Cron','2021-01-03 10:23:15','2021-01-03 02:23:15'),(21748,10158,'action created','2021-01-03 10:23:56','2021-01-03 02:23:56'),(21749,10158,'action started via WP Cron','2021-01-03 10:25:45','2021-01-03 02:25:45'),(21750,10158,'action complete via WP Cron','2021-01-03 10:25:45','2021-01-03 02:25:45'),(21751,10159,'action created','2021-01-03 10:25:45','2021-01-03 02:25:45'),(21752,10159,'action started via WP Cron','2021-01-03 10:27:55','2021-01-03 02:27:55'),(21753,10159,'action complete via WP Cron','2021-01-03 10:27:55','2021-01-03 02:27:55'),(21754,10160,'action created','2021-01-03 10:27:55','2021-01-03 02:27:55'),(21755,10160,'action started via WP Cron','2021-01-03 10:28:53','2021-01-03 02:28:53'),(21756,10160,'action complete via WP Cron','2021-01-03 10:28:53','2021-01-03 02:28:53'),(21757,10161,'action created','2021-01-03 10:28:53','2021-01-03 02:28:53'),(21758,10161,'action started via WP Cron','2021-01-03 10:32:09','2021-01-03 02:32:09'),(21759,10161,'action complete via WP Cron','2021-01-03 10:32:09','2021-01-03 02:32:09'),(21760,10162,'action created','2021-01-03 10:32:09','2021-01-03 02:32:09'),(21761,10162,'action started via WP Cron','2021-01-03 10:34:31','2021-01-03 02:34:31'),(21762,10162,'action complete via WP Cron','2021-01-03 10:34:31','2021-01-03 02:34:31'),(21763,10163,'action created','2021-01-03 10:34:31','2021-01-03 02:34:31'),(21764,10163,'action started via WP Cron','2021-01-03 10:36:53','2021-01-03 02:36:53'),(21765,10163,'action complete via WP Cron','2021-01-03 10:36:53','2021-01-03 02:36:53'),(21766,10164,'action created','2021-01-03 10:36:53','2021-01-03 02:36:53'),(21767,10164,'action started via WP Cron','2021-01-03 10:38:26','2021-01-03 02:38:26'),(21768,10164,'action complete via WP Cron','2021-01-03 10:38:26','2021-01-03 02:38:26'),(21769,10165,'action created','2021-01-03 10:38:26','2021-01-03 02:38:26'),(21770,10165,'action started via WP Cron','2021-01-03 10:39:33','2021-01-03 02:39:33'),(21771,10165,'action complete via WP Cron','2021-01-03 10:39:33','2021-01-03 02:39:33'),(21772,10166,'action created','2021-01-03 10:39:33','2021-01-03 02:39:33'),(21773,10166,'action started via WP Cron','2021-01-03 10:40:34','2021-01-03 02:40:34'),(21774,10166,'action complete via WP Cron','2021-01-03 10:40:34','2021-01-03 02:40:34'),(21775,10167,'action created','2021-01-03 10:40:34','2021-01-03 02:40:34'),(21776,10167,'action started via WP Cron','2021-01-03 10:42:35','2021-01-03 02:42:35'),(21777,10167,'action complete via WP Cron','2021-01-03 10:42:35','2021-01-03 02:42:35'),(21778,10168,'action created','2021-01-03 10:42:36','2021-01-03 02:42:36'),(21779,10168,'action started via WP Cron','2021-01-03 10:43:36','2021-01-03 02:43:36'),(21780,10168,'action complete via WP Cron','2021-01-03 10:43:36','2021-01-03 02:43:36'),(21781,10169,'action created','2021-01-03 10:43:37','2021-01-03 02:43:37'),(21782,10169,'action started via WP Cron','2021-01-03 10:44:38','2021-01-03 02:44:38'),(21783,10169,'action complete via WP Cron','2021-01-03 10:44:38','2021-01-03 02:44:38'),(21784,10170,'action created','2021-01-03 10:44:38','2021-01-03 02:44:38'),(21785,10170,'action started via WP Cron','2021-01-03 10:45:26','2021-01-03 02:45:26'),(21786,10170,'action complete via WP Cron','2021-01-03 10:45:26','2021-01-03 02:45:26'),(21787,10171,'action created','2021-01-03 10:45:26','2021-01-03 02:45:26'),(21788,10171,'action started via WP Cron','2021-01-03 10:46:44','2021-01-03 02:46:44'),(21789,10171,'action complete via WP Cron','2021-01-03 10:46:44','2021-01-03 02:46:44'),(21790,10172,'action created','2021-01-03 10:46:44','2021-01-03 02:46:44'),(21791,10172,'action started via WP Cron','2021-01-03 10:48:10','2021-01-03 02:48:10'),(21792,10172,'action complete via WP Cron','2021-01-03 10:48:10','2021-01-03 02:48:10'),(21793,10173,'action created','2021-01-03 10:48:10','2021-01-03 02:48:10'),(21794,10173,'action started via WP Cron','2021-01-03 10:49:49','2021-01-03 02:49:49'),(21795,10173,'action complete via WP Cron','2021-01-03 10:49:49','2021-01-03 02:49:49'),(21796,10174,'action created','2021-01-03 10:49:49','2021-01-03 02:49:49'),(21797,10174,'action started via WP Cron','2021-01-03 10:50:49','2021-01-03 02:50:49'),(21798,10174,'action complete via WP Cron','2021-01-03 10:50:49','2021-01-03 02:50:49'),(21799,10175,'action created','2021-01-03 10:50:49','2021-01-03 02:50:49'),(21800,10175,'action started via WP Cron','2021-01-03 10:51:50','2021-01-03 02:51:50'),(21801,10175,'action complete via WP Cron','2021-01-03 10:51:50','2021-01-03 02:51:50'),(21802,10176,'action created','2021-01-03 10:51:50','2021-01-03 02:51:50'),(21803,10176,'action started via WP Cron','2021-01-03 10:52:52','2021-01-03 02:52:52'),(21804,10176,'action complete via WP Cron','2021-01-03 10:52:52','2021-01-03 02:52:52'),(21805,10177,'action created','2021-01-03 10:52:52','2021-01-03 02:52:52'),(21806,10177,'action started via WP Cron','2021-01-03 10:53:52','2021-01-03 02:53:52'),(21807,10177,'action complete via WP Cron','2021-01-03 10:53:52','2021-01-03 02:53:52'),(21808,10178,'action created','2021-01-03 10:53:52','2021-01-03 02:53:52'),(21809,10178,'action started via WP Cron','2021-01-03 10:54:50','2021-01-03 02:54:50'),(21810,10178,'action complete via WP Cron','2021-01-03 10:54:50','2021-01-03 02:54:50'),(21811,10179,'action created','2021-01-03 10:54:50','2021-01-03 02:54:50'),(21812,10179,'action started via WP Cron','2021-01-03 10:55:54','2021-01-03 02:55:54'),(21813,10179,'action complete via WP Cron','2021-01-03 10:55:54','2021-01-03 02:55:54'),(21814,10180,'action created','2021-01-03 10:55:54','2021-01-03 02:55:54'),(21815,10180,'action started via WP Cron','2021-01-03 10:56:52','2021-01-03 02:56:52'),(21816,10180,'action complete via WP Cron','2021-01-03 10:56:52','2021-01-03 02:56:52'),(21817,10181,'action created','2021-01-03 10:56:52','2021-01-03 02:56:52'),(21818,10181,'action started via WP Cron','2021-01-03 10:58:59','2021-01-03 02:58:59'),(21819,10181,'action complete via WP Cron','2021-01-03 10:58:59','2021-01-03 02:58:59'),(21820,10182,'action created','2021-01-03 10:58:59','2021-01-03 02:58:59'),(21821,10182,'action started via WP Cron','2021-01-03 11:04:23','2021-01-03 03:04:23'),(21822,10182,'action complete via WP Cron','2021-01-03 11:04:23','2021-01-03 03:04:23'),(21823,10183,'action created','2021-01-03 11:04:24','2021-01-03 03:04:24'),(21824,10183,'action started via WP Cron','2021-01-03 11:06:44','2021-01-03 03:06:44'),(21825,10183,'action complete via WP Cron','2021-01-03 11:06:44','2021-01-03 03:06:44'),(21826,10184,'action created','2021-01-03 11:06:44','2021-01-03 03:06:44'),(21827,10184,'action started via WP Cron','2021-01-03 11:08:28','2021-01-03 03:08:28'),(21828,10184,'action complete via WP Cron','2021-01-03 11:08:28','2021-01-03 03:08:28'),(21829,10185,'action created','2021-01-03 11:08:29','2021-01-03 03:08:29'),(21830,10185,'action started via WP Cron','2021-01-03 11:09:23','2021-01-03 03:09:23'),(21831,10185,'action complete via WP Cron','2021-01-03 11:09:23','2021-01-03 03:09:23'),(21832,10186,'action created','2021-01-03 11:09:23','2021-01-03 03:09:23'),(21833,10186,'action started via WP Cron','2021-01-03 11:10:30','2021-01-03 03:10:30'),(21834,10186,'action complete via WP Cron','2021-01-03 11:10:30','2021-01-03 03:10:30'),(21835,10187,'action created','2021-01-03 11:10:30','2021-01-03 03:10:30'),(21836,10187,'action started via WP Cron','2021-01-03 11:12:32','2021-01-03 03:12:32'),(21837,10187,'action complete via WP Cron','2021-01-03 11:12:32','2021-01-03 03:12:32'),(21838,10188,'action created','2021-01-03 11:12:32','2021-01-03 03:12:32'),(21839,10188,'action started via WP Cron','2021-01-03 11:13:33','2021-01-03 03:13:33'),(21840,10188,'action complete via WP Cron','2021-01-03 11:13:33','2021-01-03 03:13:33'),(21841,10189,'action created','2021-01-03 11:13:33','2021-01-03 03:13:33'),(21842,10189,'action started via WP Cron','2021-01-03 11:15:16','2021-01-03 03:15:16'),(21843,10189,'action complete via WP Cron','2021-01-03 11:15:16','2021-01-03 03:15:16'),(21844,10190,'action created','2021-01-03 11:15:18','2021-01-03 03:15:18'),(21845,10190,'action started via WP Cron','2021-01-03 11:16:22','2021-01-03 03:16:22'),(21846,10190,'action complete via WP Cron','2021-01-03 11:16:22','2021-01-03 03:16:22'),(21847,10191,'action created','2021-01-03 11:16:22','2021-01-03 03:16:22'),(21848,10191,'action started via WP Cron','2021-01-03 11:16:48','2021-01-03 03:16:48'),(21849,10191,'action complete via WP Cron','2021-01-03 11:16:48','2021-01-03 03:16:48'),(21850,10192,'action created','2021-01-03 11:16:48','2021-01-03 03:16:48'),(21851,10192,'action started via WP Cron','2021-01-03 11:18:45','2021-01-03 03:18:45'),(21852,10192,'action complete via WP Cron','2021-01-03 11:18:45','2021-01-03 03:18:45'),(21853,10193,'action created','2021-01-03 11:18:45','2021-01-03 03:18:45'),(21854,10193,'action started via WP Cron','2021-01-03 11:20:06','2021-01-03 03:20:06'),(21855,10193,'action complete via WP Cron','2021-01-03 11:20:06','2021-01-03 03:20:06'),(21856,10194,'action created','2021-01-03 11:20:06','2021-01-03 03:20:06'),(21857,10194,'action started via WP Cron','2021-01-03 11:21:14','2021-01-03 03:21:14'),(21858,10194,'action complete via WP Cron','2021-01-03 11:21:14','2021-01-03 03:21:14'),(21859,10195,'action created','2021-01-03 11:21:14','2021-01-03 03:21:14'),(21860,10195,'action started via WP Cron','2021-01-03 11:24:26','2021-01-03 03:24:26'),(21861,10195,'action complete via WP Cron','2021-01-03 11:24:26','2021-01-03 03:24:26'),(21862,10196,'action created','2021-01-03 11:24:26','2021-01-03 03:24:26'),(21863,10196,'action started via WP Cron','2021-01-03 11:30:51','2021-01-03 03:30:51'),(21864,10196,'action complete via WP Cron','2021-01-03 11:30:51','2021-01-03 03:30:51'),(21865,10197,'action created','2021-01-03 11:30:51','2021-01-03 03:30:51'),(21866,10197,'action started via WP Cron','2021-01-03 11:33:47','2021-01-03 03:33:47'),(21867,10197,'action complete via WP Cron','2021-01-03 11:33:47','2021-01-03 03:33:47'),(21868,10198,'action created','2021-01-03 11:33:47','2021-01-03 03:33:47'),(21869,10198,'action started via WP Cron','2021-01-03 11:35:42','2021-01-03 03:35:42'),(21870,10198,'action complete via WP Cron','2021-01-03 11:35:42','2021-01-03 03:35:42'),(21871,10199,'action created','2021-01-03 11:35:42','2021-01-03 03:35:42'),(21872,10199,'action started via WP Cron','2021-01-03 11:36:57','2021-01-03 03:36:57'),(21873,10199,'action complete via WP Cron','2021-01-03 11:36:57','2021-01-03 03:36:57'),(21874,10200,'action created','2021-01-03 11:36:57','2021-01-03 03:36:57'),(21875,10200,'action started via WP Cron','2021-01-03 11:37:49','2021-01-03 03:37:49'),(21876,10200,'action complete via WP Cron','2021-01-03 11:37:49','2021-01-03 03:37:49'),(21877,10201,'action created','2021-01-03 11:37:49','2021-01-03 03:37:49'),(21878,10201,'action started via WP Cron','2021-01-03 11:39:00','2021-01-03 03:39:00'),(21879,10201,'action complete via WP Cron','2021-01-03 11:39:00','2021-01-03 03:39:00'),(21880,10202,'action created','2021-01-03 11:39:00','2021-01-03 03:39:00'),(21881,10202,'action started via WP Cron','2021-01-03 11:40:50','2021-01-03 03:40:50'),(21882,10202,'action complete via WP Cron','2021-01-03 11:40:50','2021-01-03 03:40:50'),(21883,10203,'action created','2021-01-03 11:40:50','2021-01-03 03:40:50'),(21884,10203,'action started via WP Cron','2021-01-03 11:42:54','2021-01-03 03:42:54'),(21885,10203,'action complete via WP Cron','2021-01-03 11:42:54','2021-01-03 03:42:54'),(21886,10204,'action created','2021-01-03 11:42:54','2021-01-03 03:42:54'),(21887,10204,'action started via WP Cron','2021-01-03 11:44:27','2021-01-03 03:44:27'),(21888,10204,'action complete via WP Cron','2021-01-03 11:44:27','2021-01-03 03:44:27'),(21889,10205,'action created','2021-01-03 11:44:27','2021-01-03 03:44:27'),(21890,10205,'action started via WP Cron','2021-01-03 11:45:28','2021-01-03 03:45:28'),(21891,10205,'action complete via WP Cron','2021-01-03 11:45:28','2021-01-03 03:45:28'),(21892,10206,'action created','2021-01-03 11:45:28','2021-01-03 03:45:28'),(21893,10206,'action started via WP Cron','2021-01-03 11:45:48','2021-01-03 03:45:48'),(21894,10206,'action complete via WP Cron','2021-01-03 11:45:48','2021-01-03 03:45:48'),(21895,10207,'action created','2021-01-03 11:45:48','2021-01-03 03:45:48'),(21896,10207,'action started via WP Cron','2021-01-03 11:47:10','2021-01-03 03:47:10'),(21897,10207,'action complete via WP Cron','2021-01-03 11:47:10','2021-01-03 03:47:10'),(21898,10208,'action created','2021-01-03 11:47:10','2021-01-03 03:47:10'),(21899,10208,'action started via WP Cron','2021-01-03 11:47:54','2021-01-03 03:47:54'),(21900,10208,'action complete via WP Cron','2021-01-03 11:47:54','2021-01-03 03:47:54'),(21901,10209,'action created','2021-01-03 11:47:54','2021-01-03 03:47:54'),(21902,10209,'action started via WP Cron','2021-01-03 11:49:38','2021-01-03 03:49:38'),(21903,10209,'action complete via WP Cron','2021-01-03 11:49:38','2021-01-03 03:49:38'),(21904,10210,'action created','2021-01-03 11:49:38','2021-01-03 03:49:38'),(21905,10210,'action started via WP Cron','2021-01-03 11:49:54','2021-01-03 03:49:54'),(21906,10210,'action complete via WP Cron','2021-01-03 11:49:54','2021-01-03 03:49:54'),(21907,10211,'action created','2021-01-03 11:49:54','2021-01-03 03:49:54'),(21908,10211,'action started via WP Cron','2021-01-03 11:50:50','2021-01-03 03:50:50'),(21909,10211,'action complete via WP Cron','2021-01-03 11:50:50','2021-01-03 03:50:50'),(21910,10212,'action created','2021-01-03 11:50:50','2021-01-03 03:50:50'),(21911,10212,'action started via WP Cron','2021-01-03 11:52:55','2021-01-03 03:52:55'),(21912,10212,'action complete via WP Cron','2021-01-03 11:52:55','2021-01-03 03:52:55'),(21913,10213,'action created','2021-01-03 11:52:55','2021-01-03 03:52:55'),(21914,10213,'action started via WP Cron','2021-01-03 11:55:00','2021-01-03 03:55:00'),(21915,10213,'action complete via WP Cron','2021-01-03 11:55:00','2021-01-03 03:55:00'),(21916,10214,'action created','2021-01-03 11:55:01','2021-01-03 03:55:01'),(21917,10214,'action started via WP Cron','2021-01-03 11:57:22','2021-01-03 03:57:22'),(21918,10214,'action complete via WP Cron','2021-01-03 11:57:22','2021-01-03 03:57:22'),(21919,10215,'action created','2021-01-03 11:57:22','2021-01-03 03:57:22'),(21920,10215,'action started via WP Cron','2021-01-03 11:58:05','2021-01-03 03:58:05'),(21921,10215,'action complete via WP Cron','2021-01-03 11:58:05','2021-01-03 03:58:05'),(21922,10216,'action created','2021-01-03 11:58:05','2021-01-03 03:58:05'),(21923,10216,'action started via WP Cron','2021-01-03 12:07:27','2021-01-03 04:07:27'),(21924,10216,'action complete via WP Cron','2021-01-03 12:07:27','2021-01-03 04:07:27'),(21925,10217,'action created','2021-01-03 12:07:27','2021-01-03 04:07:27'),(21926,10217,'action started via WP Cron','2021-01-03 12:08:31','2021-01-03 04:08:31'),(21927,10217,'action complete via WP Cron','2021-01-03 12:08:31','2021-01-03 04:08:31'),(21928,10218,'action created','2021-01-03 12:08:31','2021-01-03 04:08:31'),(21929,10218,'action started via WP Cron','2021-01-03 12:09:32','2021-01-03 04:09:32'),(21930,10218,'action complete via WP Cron','2021-01-03 12:09:32','2021-01-03 04:09:32'),(21931,10219,'action created','2021-01-03 12:09:32','2021-01-03 04:09:32'),(21932,10219,'action started via WP Cron','2021-01-03 12:10:18','2021-01-03 04:10:18'),(21933,10219,'action complete via WP Cron','2021-01-03 12:10:18','2021-01-03 04:10:18'),(21934,10220,'action created','2021-01-03 12:10:18','2021-01-03 04:10:18'),(21935,10220,'action started via WP Cron','2021-01-03 12:10:59','2021-01-03 04:10:59'),(21936,10220,'action complete via WP Cron','2021-01-03 12:10:59','2021-01-03 04:10:59'),(21937,10221,'action created','2021-01-03 12:10:59','2021-01-03 04:10:59'),(21938,10221,'action started via WP Cron','2021-01-03 12:12:32','2021-01-03 04:12:32'),(21939,10221,'action complete via WP Cron','2021-01-03 12:12:32','2021-01-03 04:12:32'),(21940,10222,'action created','2021-01-03 12:12:32','2021-01-03 04:12:32'),(21941,10222,'action started via WP Cron','2021-01-03 12:12:58','2021-01-03 04:12:58'),(21942,10222,'action complete via WP Cron','2021-01-03 12:12:58','2021-01-03 04:12:58'),(21943,10223,'action created','2021-01-03 12:12:59','2021-01-03 04:12:59'),(21944,10223,'action started via WP Cron','2021-01-03 12:17:29','2021-01-03 04:17:29'),(21945,10223,'action complete via WP Cron','2021-01-03 12:17:29','2021-01-03 04:17:29'),(21946,10224,'action created','2021-01-03 12:17:29','2021-01-03 04:17:29'),(21947,10224,'action started via WP Cron','2021-01-03 12:18:22','2021-01-03 04:18:22'),(21948,10224,'action complete via WP Cron','2021-01-03 12:18:22','2021-01-03 04:18:22'),(21949,10225,'action created','2021-01-03 12:18:22','2021-01-03 04:18:22'),(21950,10225,'action started via WP Cron','2021-01-03 12:20:43','2021-01-03 04:20:43'),(21951,10225,'action complete via WP Cron','2021-01-03 12:20:43','2021-01-03 04:20:43'),(21952,10226,'action created','2021-01-03 12:20:43','2021-01-03 04:20:43'),(21953,10226,'action started via WP Cron','2021-01-03 12:21:57','2021-01-03 04:21:57'),(21954,10226,'action complete via WP Cron','2021-01-03 12:21:57','2021-01-03 04:21:57'),(21955,10227,'action created','2021-01-03 12:21:57','2021-01-03 04:21:57'),(21956,10227,'action started via WP Cron','2021-01-03 12:23:54','2021-01-03 04:23:54'),(21957,10227,'action complete via WP Cron','2021-01-03 12:23:54','2021-01-03 04:23:54'),(21958,10228,'action created','2021-01-03 12:23:54','2021-01-03 04:23:54'),(21959,10228,'action started via WP Cron','2021-01-03 12:24:56','2021-01-03 04:24:56'),(21960,10228,'action complete via WP Cron','2021-01-03 12:24:56','2021-01-03 04:24:56'),(21961,10229,'action created','2021-01-03 12:24:56','2021-01-03 04:24:56'),(21962,10229,'action started via WP Cron','2021-01-03 12:25:46','2021-01-03 04:25:46'),(21963,10229,'action complete via WP Cron','2021-01-03 12:25:46','2021-01-03 04:25:46'),(21964,10230,'action created','2021-01-03 12:25:46','2021-01-03 04:25:46'),(21965,10230,'action started via WP Cron','2021-01-03 12:26:41','2021-01-03 04:26:41'),(21966,10230,'action complete via WP Cron','2021-01-03 12:26:41','2021-01-03 04:26:41'),(21967,10231,'action created','2021-01-03 12:26:41','2021-01-03 04:26:41'),(21968,10231,'action started via WP Cron','2021-01-03 12:27:47','2021-01-03 04:27:47'),(21969,10231,'action complete via WP Cron','2021-01-03 12:27:47','2021-01-03 04:27:47'),(21970,10232,'action created','2021-01-03 12:27:47','2021-01-03 04:27:47'),(21971,10232,'action started via WP Cron','2021-01-03 12:28:41','2021-01-03 04:28:41'),(21972,10232,'action complete via WP Cron','2021-01-03 12:28:41','2021-01-03 04:28:41'),(21973,10233,'action created','2021-01-03 12:28:41','2021-01-03 04:28:41'),(21974,10233,'action started via WP Cron','2021-01-03 12:29:53','2021-01-03 04:29:53'),(21975,10233,'action complete via WP Cron','2021-01-03 12:29:53','2021-01-03 04:29:53'),(21976,10234,'action created','2021-01-03 12:33:01','2021-01-03 04:33:01'),(21977,10234,'action started via WP Cron','2021-01-03 12:38:18','2021-01-03 04:38:18'),(21978,10234,'action complete via WP Cron','2021-01-03 12:38:18','2021-01-03 04:38:18'),(21979,10235,'action created','2021-01-03 12:38:19','2021-01-03 04:38:19'),(21980,10235,'action started via WP Cron','2021-01-03 12:40:29','2021-01-03 04:40:29'),(21981,10235,'action complete via WP Cron','2021-01-03 12:40:29','2021-01-03 04:40:29'),(21982,10236,'action created','2021-01-03 12:40:29','2021-01-03 04:40:29'),(21983,10236,'action started via WP Cron','2021-01-03 12:46:28','2021-01-03 04:46:28'),(21984,10236,'action complete via WP Cron','2021-01-03 12:46:28','2021-01-03 04:46:28'),(21985,10237,'action created','2021-01-03 12:46:28','2021-01-03 04:46:28'),(21986,10237,'action started via WP Cron','2021-01-03 12:47:29','2021-01-03 04:47:29'),(21987,10237,'action complete via WP Cron','2021-01-03 12:47:29','2021-01-03 04:47:29'),(21988,10238,'action created','2021-01-03 12:47:29','2021-01-03 04:47:29'),(21989,10238,'action started via WP Cron','2021-01-03 12:47:45','2021-01-03 04:47:45'),(21990,10238,'action complete via WP Cron','2021-01-03 12:47:45','2021-01-03 04:47:45'),(21991,10239,'action created','2021-01-03 12:49:31','2021-01-03 04:49:31'),(21992,10239,'action started via WP Cron','2021-01-03 12:50:31','2021-01-03 04:50:31'),(21993,10239,'action complete via WP Cron','2021-01-03 12:50:31','2021-01-03 04:50:31'),(21994,10240,'action created','2021-01-03 12:50:31','2021-01-03 04:50:31'),(21995,10240,'action started via WP Cron','2021-01-03 12:52:33','2021-01-03 04:52:33'),(21996,10240,'action complete via WP Cron','2021-01-03 12:52:33','2021-01-03 04:52:33'),(21997,10241,'action created','2021-01-03 12:52:33','2021-01-03 04:52:33'),(21998,10241,'action started via WP Cron','2021-01-03 12:54:24','2021-01-03 04:54:24'),(21999,10241,'action complete via WP Cron','2021-01-03 12:54:24','2021-01-03 04:54:24'),(22000,10242,'action created','2021-01-03 12:54:24','2021-01-03 04:54:24'),(22001,10242,'action started via WP Cron','2021-01-03 12:54:47','2021-01-03 04:54:47'),(22002,10242,'action complete via WP Cron','2021-01-03 12:54:47','2021-01-03 04:54:47'),(22003,10243,'action created','2021-01-03 12:54:47','2021-01-03 04:54:47'),(22004,10243,'action started via WP Cron','2021-01-03 12:56:05','2021-01-03 04:56:05'),(22005,10243,'action complete via WP Cron','2021-01-03 12:56:05','2021-01-03 04:56:05'),(22006,10244,'action created','2021-01-03 12:56:05','2021-01-03 04:56:05'),(22007,10244,'action started via WP Cron','2021-01-03 12:56:56','2021-01-03 04:56:56'),(22008,10244,'action complete via WP Cron','2021-01-03 12:56:56','2021-01-03 04:56:56'),(22009,10245,'action created','2021-01-03 12:56:56','2021-01-03 04:56:56'),(22010,10245,'action started via Async Request','2021-01-03 12:57:11','2021-01-03 04:57:11'),(22011,10245,'action complete via Async Request','2021-01-03 12:57:11','2021-01-03 04:57:11'),(22012,10246,'action created','2021-01-03 12:58:21','2021-01-03 04:58:21'),(22013,10246,'action started via WP Cron','2021-01-03 12:58:45','2021-01-03 04:58:45'),(22014,10246,'action complete via WP Cron','2021-01-03 12:58:45','2021-01-03 04:58:45'),(22015,10247,'action created','2021-01-03 12:58:45','2021-01-03 04:58:45'),(22016,10247,'action started via WP Cron','2021-01-03 13:00:07','2021-01-03 05:00:07'),(22017,10247,'action complete via WP Cron','2021-01-03 13:00:07','2021-01-03 05:00:07'),(22018,10248,'action created','2021-01-03 13:00:07','2021-01-03 05:00:07'),(22019,10248,'action started via WP Cron','2021-01-03 13:01:16','2021-01-03 05:01:16'),(22020,10248,'action complete via WP Cron','2021-01-03 13:01:16','2021-01-03 05:01:16'),(22021,10249,'action created','2021-01-03 13:01:16','2021-01-03 05:01:16'),(22022,10249,'action started via WP Cron','2021-01-03 13:02:57','2021-01-03 05:02:57'),(22023,10249,'action complete via WP Cron','2021-01-03 13:02:57','2021-01-03 05:02:57'),(22024,10250,'action created','2021-01-03 13:02:58','2021-01-03 05:02:58'),(22025,10250,'action started via WP Cron','2021-01-03 13:07:38','2021-01-03 05:07:38'),(22026,10250,'action complete via WP Cron','2021-01-03 13:07:38','2021-01-03 05:07:38'),(22027,10251,'action created','2021-01-03 13:07:38','2021-01-03 05:07:38'),(22028,10251,'action started via WP Cron','2021-01-03 13:08:23','2021-01-03 05:08:23'),(22029,10251,'action complete via WP Cron','2021-01-03 13:08:23','2021-01-03 05:08:23'),(22030,10252,'action created','2021-01-03 13:08:23','2021-01-03 05:08:23'),(22031,10252,'action started via WP Cron','2021-01-03 13:09:35','2021-01-03 05:09:35'),(22032,10252,'action complete via WP Cron','2021-01-03 13:09:35','2021-01-03 05:09:35'),(22033,10253,'action created','2021-01-03 13:09:35','2021-01-03 05:09:35'),(22034,10253,'action started via WP Cron','2021-01-03 13:11:40','2021-01-03 05:11:40'),(22035,10253,'action complete via WP Cron','2021-01-03 13:11:40','2021-01-03 05:11:40'),(22036,10254,'action created','2021-01-03 13:11:41','2021-01-03 05:11:41'),(22037,10254,'action started via WP Cron','2021-01-03 13:13:50','2021-01-03 05:13:50'),(22038,10254,'action complete via WP Cron','2021-01-03 13:13:50','2021-01-03 05:13:50'),(22039,10255,'action created','2021-01-03 13:13:50','2021-01-03 05:13:50'),(22040,10255,'action started via WP Cron','2021-01-03 13:14:50','2021-01-03 05:14:50'),(22041,10255,'action complete via WP Cron','2021-01-03 13:14:50','2021-01-03 05:14:50'),(22042,10256,'action created','2021-01-03 13:14:50','2021-01-03 05:14:50'),(22043,10256,'action started via WP Cron','2021-01-03 13:15:52','2021-01-03 05:15:52'),(22044,10256,'action complete via WP Cron','2021-01-03 13:15:52','2021-01-03 05:15:52'),(22045,10257,'action created','2021-01-03 13:15:52','2021-01-03 05:15:52'),(22046,10257,'action started via WP Cron','2021-01-03 13:17:38','2021-01-03 05:17:38'),(22047,10257,'action complete via WP Cron','2021-01-03 13:17:38','2021-01-03 05:17:38'),(22048,10258,'action created','2021-01-03 13:17:38','2021-01-03 05:17:38'),(22049,10258,'action started via WP Cron','2021-01-03 13:17:53','2021-01-03 05:17:53'),(22050,10258,'action complete via WP Cron','2021-01-03 13:17:53','2021-01-03 05:17:53'),(22051,10259,'action created','2021-01-03 13:17:53','2021-01-03 05:17:53'),(22052,10259,'action started via WP Cron','2021-01-03 13:18:48','2021-01-03 05:18:48'),(22053,10259,'action complete via WP Cron','2021-01-03 13:18:48','2021-01-03 05:18:48'),(22054,10260,'action created','2021-01-03 13:18:48','2021-01-03 05:18:48'),(22055,10260,'action started via WP Cron','2021-01-03 13:19:56','2021-01-03 05:19:56'),(22056,10260,'action complete via WP Cron','2021-01-03 13:19:56','2021-01-03 05:19:56'),(22057,10261,'action created','2021-01-03 13:19:56','2021-01-03 05:19:56'),(22058,10261,'action started via WP Cron','2021-01-03 13:25:25','2021-01-03 05:25:25'),(22059,10261,'action complete via WP Cron','2021-01-03 13:25:25','2021-01-03 05:25:25'),(22060,10262,'action created','2021-01-03 13:25:25','2021-01-03 05:25:25'),(22061,10262,'action started via WP Cron','2021-01-03 13:26:02','2021-01-03 05:26:02'),(22062,10262,'action complete via WP Cron','2021-01-03 13:26:02','2021-01-03 05:26:02'),(22063,10263,'action created','2021-01-03 13:26:02','2021-01-03 05:26:02'),(22064,10263,'action started via WP Cron','2021-01-03 13:27:16','2021-01-03 05:27:16'),(22065,10263,'action complete via WP Cron','2021-01-03 13:27:16','2021-01-03 05:27:16'),(22066,10264,'action created','2021-01-03 13:27:16','2021-01-03 05:27:16'),(22067,10264,'action started via WP Cron','2021-01-03 13:27:42','2021-01-03 05:27:42'),(22068,10264,'action complete via WP Cron','2021-01-03 13:27:42','2021-01-03 05:27:42'),(22069,10265,'action created','2021-01-03 13:27:42','2021-01-03 05:27:42'),(22070,10265,'action started via WP Cron','2021-01-03 13:30:48','2021-01-03 05:30:48'),(22071,10265,'action complete via WP Cron','2021-01-03 13:30:48','2021-01-03 05:30:48'),(22072,10266,'action created','2021-01-03 13:30:48','2021-01-03 05:30:48'),(22073,10266,'action started via WP Cron','2021-01-03 13:35:59','2021-01-03 05:35:59'),(22074,10266,'action complete via WP Cron','2021-01-03 13:35:59','2021-01-03 05:35:59'),(22075,10267,'action created','2021-01-03 13:35:59','2021-01-03 05:35:59'),(22076,10267,'action started via WP Cron','2021-01-03 13:40:36','2021-01-03 05:40:36'),(22077,10267,'action complete via WP Cron','2021-01-03 13:40:36','2021-01-03 05:40:36'),(22078,10268,'action created','2021-01-03 13:40:37','2021-01-03 05:40:37'),(22079,10268,'action started via WP Cron','2021-01-03 13:41:37','2021-01-03 05:41:37'),(22080,10268,'action complete via WP Cron','2021-01-03 13:41:37','2021-01-03 05:41:37'),(22081,10269,'action created','2021-01-03 13:41:37','2021-01-03 05:41:37'),(22082,10269,'action started via WP Cron','2021-01-03 13:42:38','2021-01-03 05:42:38'),(22083,10269,'action complete via WP Cron','2021-01-03 13:42:38','2021-01-03 05:42:38'),(22084,10270,'action created','2021-01-03 13:42:38','2021-01-03 05:42:38'),(22085,10270,'action started via WP Cron','2021-01-03 13:44:40','2021-01-03 05:44:40'),(22086,10270,'action complete via WP Cron','2021-01-03 13:44:40','2021-01-03 05:44:40'),(22087,10271,'action created','2021-01-03 13:44:40','2021-01-03 05:44:40'),(22088,10271,'action started via WP Cron','2021-01-03 13:45:45','2021-01-03 05:45:45'),(22089,10271,'action complete via WP Cron','2021-01-03 13:45:45','2021-01-03 05:45:45'),(22090,10272,'action created','2021-01-03 13:45:45','2021-01-03 05:45:45'),(22091,10272,'action started via WP Cron','2021-01-03 13:46:46','2021-01-03 05:46:46'),(22092,10272,'action complete via WP Cron','2021-01-03 13:46:46','2021-01-03 05:46:46'),(22093,10273,'action created','2021-01-03 13:46:47','2021-01-03 05:46:47'),(22094,10273,'action started via WP Cron','2021-01-03 13:49:54','2021-01-03 05:49:54'),(22095,10273,'action complete via WP Cron','2021-01-03 13:49:54','2021-01-03 05:49:54'),(22096,10274,'action created','2021-01-03 13:49:54','2021-01-03 05:49:54'),(22097,10274,'action started via WP Cron','2021-01-03 13:50:56','2021-01-03 05:50:56'),(22098,10274,'action complete via WP Cron','2021-01-03 13:50:56','2021-01-03 05:50:56'),(22099,10275,'action created','2021-01-03 13:50:56','2021-01-03 05:50:56'),(22100,10275,'action started via WP Cron','2021-01-03 13:51:57','2021-01-03 05:51:57'),(22101,10275,'action complete via WP Cron','2021-01-03 13:51:57','2021-01-03 05:51:57'),(22102,10276,'action created','2021-01-03 13:51:57','2021-01-03 05:51:57'),(22103,10276,'action started via WP Cron','2021-01-03 13:53:34','2021-01-03 05:53:34'),(22104,10276,'action complete via WP Cron','2021-01-03 13:53:34','2021-01-03 05:53:34'),(22105,10277,'action created','2021-01-03 13:53:34','2021-01-03 05:53:34'),(22106,10277,'action started via WP Cron','2021-01-03 13:58:48','2021-01-03 05:58:48'),(22107,10277,'action complete via WP Cron','2021-01-03 13:58:48','2021-01-03 05:58:48'),(22108,10278,'action created','2021-01-03 13:58:48','2021-01-03 05:58:48'),(22109,10278,'action started via WP Cron','2021-01-03 14:01:04','2021-01-03 06:01:04'),(22110,10278,'action complete via WP Cron','2021-01-03 14:01:04','2021-01-03 06:01:04'),(22111,10279,'action created','2021-01-03 14:01:04','2021-01-03 06:01:04'),(22112,10279,'action started via WP Cron','2021-01-03 14:02:28','2021-01-03 06:02:28'),(22113,10279,'action complete via WP Cron','2021-01-03 14:02:28','2021-01-03 06:02:28'),(22114,10280,'action created','2021-01-03 14:02:28','2021-01-03 06:02:28'),(22115,10280,'action started via WP Cron','2021-01-03 14:03:09','2021-01-03 06:03:09'),(22116,10280,'action complete via WP Cron','2021-01-03 14:03:09','2021-01-03 06:03:09'),(22117,10281,'action created','2021-01-03 14:03:09','2021-01-03 06:03:09'),(22118,10281,'action started via WP Cron','2021-01-03 14:04:14','2021-01-03 06:04:14'),(22119,10281,'action complete via WP Cron','2021-01-03 14:04:14','2021-01-03 06:04:14'),(22120,10282,'action created','2021-01-03 14:04:14','2021-01-03 06:04:14'),(22121,10282,'action started via WP Cron','2021-01-03 14:05:33','2021-01-03 06:05:33'),(22122,10282,'action complete via WP Cron','2021-01-03 14:05:33','2021-01-03 06:05:33'),(22123,10283,'action created','2021-01-03 14:05:33','2021-01-03 06:05:33'),(22124,10283,'action started via WP Cron','2021-01-03 14:08:48','2021-01-03 06:08:48'),(22125,10283,'action complete via WP Cron','2021-01-03 14:08:48','2021-01-03 06:08:48'),(22126,10284,'action created','2021-01-03 14:09:38','2021-01-03 06:09:38'),(22127,10284,'action started via WP Cron','2021-01-03 14:09:50','2021-01-03 06:09:50'),(22128,10284,'action complete via WP Cron','2021-01-03 14:09:50','2021-01-03 06:09:50'),(22129,10285,'action created','2021-01-03 14:09:50','2021-01-03 06:09:50'),(22130,10285,'action started via WP Cron','2021-01-03 14:10:54','2021-01-03 06:10:54'),(22131,10285,'action complete via WP Cron','2021-01-03 14:10:54','2021-01-03 06:10:54'),(22132,10286,'action created','2021-01-03 14:10:54','2021-01-03 06:10:54'),(22133,10286,'action started via WP Cron','2021-01-03 14:12:09','2021-01-03 06:12:09'),(22134,10286,'action complete via WP Cron','2021-01-03 14:12:09','2021-01-03 06:12:09'),(22135,10287,'action created','2021-01-03 14:12:09','2021-01-03 06:12:09'),(22136,10287,'action started via WP Cron','2021-01-03 14:14:44','2021-01-03 06:14:44'),(22137,10287,'action complete via WP Cron','2021-01-03 14:14:44','2021-01-03 06:14:44'),(22138,10288,'action created','2021-01-03 14:14:44','2021-01-03 06:14:44'),(22139,10288,'action started via WP Cron','2021-01-03 14:16:59','2021-01-03 06:16:59'),(22140,10288,'action complete via WP Cron','2021-01-03 14:16:59','2021-01-03 06:16:59'),(22141,10289,'action created','2021-01-03 14:16:59','2021-01-03 06:16:59'),(22142,10289,'action started via WP Cron','2021-01-03 14:18:53','2021-01-03 06:18:53'),(22143,10289,'action complete via WP Cron','2021-01-03 14:18:53','2021-01-03 06:18:53'),(22144,10290,'action created','2021-01-03 14:18:53','2021-01-03 06:18:53'),(22145,10290,'action started via WP Cron','2021-01-03 14:20:16','2021-01-03 06:20:16'),(22146,10290,'action complete via WP Cron','2021-01-03 14:20:16','2021-01-03 06:20:16'),(22147,10291,'action created','2021-01-03 14:20:16','2021-01-03 06:20:16'),(22148,10291,'action started via WP Cron','2021-01-03 14:21:18','2021-01-03 06:21:18'),(22149,10291,'action complete via WP Cron','2021-01-03 14:21:18','2021-01-03 06:21:18'),(22150,10292,'action created','2021-01-03 14:21:18','2021-01-03 06:21:18'),(22151,10292,'action started via WP Cron','2021-01-03 14:21:43','2021-01-03 06:21:43'),(22152,10292,'action complete via WP Cron','2021-01-03 14:21:43','2021-01-03 06:21:43'),(22153,10293,'action created','2021-01-03 14:21:43','2021-01-03 06:21:43'),(22154,10293,'action started via WP Cron','2021-01-03 14:23:19','2021-01-03 06:23:19'),(22155,10293,'action complete via WP Cron','2021-01-03 14:23:19','2021-01-03 06:23:19'),(22156,10294,'action created','2021-01-03 14:23:19','2021-01-03 06:23:19'),(22157,10294,'action started via WP Cron','2021-01-03 14:24:25','2021-01-03 06:24:25'),(22158,10294,'action complete via WP Cron','2021-01-03 14:24:25','2021-01-03 06:24:25'),(22159,10295,'action created','2021-01-03 14:24:25','2021-01-03 06:24:25'),(22160,10295,'action started via WP Cron','2021-01-03 14:36:32','2021-01-03 06:36:32'),(22161,10295,'action complete via WP Cron','2021-01-03 14:36:32','2021-01-03 06:36:32'),(22162,10296,'action created','2021-01-03 14:36:32','2021-01-03 06:36:32'),(22163,10296,'action started via WP Cron','2021-01-03 14:46:52','2021-01-03 06:46:52'),(22164,10296,'action complete via WP Cron','2021-01-03 14:46:52','2021-01-03 06:46:52'),(22165,10297,'action created','2021-01-03 14:46:52','2021-01-03 06:46:52'),(22166,10297,'action started via WP Cron','2021-01-03 14:47:51','2021-01-03 06:47:51'),(22167,10297,'action complete via WP Cron','2021-01-03 14:47:51','2021-01-03 06:47:51'),(22168,10298,'action created','2021-01-03 14:47:51','2021-01-03 06:47:51'),(22169,10298,'action started via WP Cron','2021-01-03 14:50:07','2021-01-03 06:50:07'),(22170,10298,'action complete via WP Cron','2021-01-03 14:50:07','2021-01-03 06:50:07'),(22171,10299,'action created','2021-01-03 14:50:07','2021-01-03 06:50:07'),(22172,10299,'action started via WP Cron','2021-01-03 14:51:04','2021-01-03 06:51:04'),(22173,10299,'action complete via WP Cron','2021-01-03 14:51:04','2021-01-03 06:51:04'),(22174,10300,'action created','2021-01-03 14:51:04','2021-01-03 06:51:04'),(22175,10300,'action started via WP Cron','2021-01-03 14:52:08','2021-01-03 06:52:08'),(22176,10300,'action complete via WP Cron','2021-01-03 14:52:08','2021-01-03 06:52:08'),(22177,10301,'action created','2021-01-03 14:52:09','2021-01-03 06:52:09'),(22178,10301,'action started via WP Cron','2021-01-03 14:54:59','2021-01-03 06:54:59'),(22179,10301,'action complete via WP Cron','2021-01-03 14:54:59','2021-01-03 06:54:59'),(22180,10302,'action created','2021-01-03 14:54:59','2021-01-03 06:54:59'),(22181,10302,'action started via WP Cron','2021-01-03 14:58:15','2021-01-03 06:58:15'),(22182,10302,'action complete via WP Cron','2021-01-03 14:58:15','2021-01-03 06:58:15'),(22183,10303,'action created','2021-01-03 14:58:15','2021-01-03 06:58:15'),(22184,10303,'action started via WP Cron','2021-01-03 14:59:15','2021-01-03 06:59:15'),(22185,10303,'action complete via WP Cron','2021-01-03 14:59:15','2021-01-03 06:59:15'),(22186,10304,'action created','2021-01-03 14:59:15','2021-01-03 06:59:15'),(22187,10304,'action started via WP Cron','2021-01-03 15:00:17','2021-01-03 07:00:17'),(22188,10304,'action complete via WP Cron','2021-01-03 15:00:17','2021-01-03 07:00:17'),(22189,10305,'action created','2021-01-03 15:00:17','2021-01-03 07:00:17'),(22190,10305,'action started via WP Cron','2021-01-03 15:01:18','2021-01-03 07:01:18'),(22191,10305,'action complete via WP Cron','2021-01-03 15:01:18','2021-01-03 07:01:18'),(22192,10306,'action created','2021-01-03 15:01:18','2021-01-03 07:01:18'),(22193,10306,'action started via WP Cron','2021-01-03 15:02:21','2021-01-03 07:02:21'),(22194,10306,'action complete via WP Cron','2021-01-03 15:02:21','2021-01-03 07:02:21'),(22195,10307,'action created','2021-01-03 15:02:21','2021-01-03 07:02:21'),(22196,10307,'action started via WP Cron','2021-01-03 15:03:20','2021-01-03 07:03:20'),(22197,10307,'action complete via WP Cron','2021-01-03 15:03:20','2021-01-03 07:03:20'),(22198,10308,'action created','2021-01-03 15:03:21','2021-01-03 07:03:21'),(22199,10308,'action started via WP Cron','2021-01-03 15:04:21','2021-01-03 07:04:21'),(22200,10308,'action complete via WP Cron','2021-01-03 15:04:21','2021-01-03 07:04:21'),(22201,10309,'action created','2021-01-03 15:04:21','2021-01-03 07:04:21'),(22202,10309,'action started via WP Cron','2021-01-03 15:07:11','2021-01-03 07:07:11'),(22203,10309,'action complete via WP Cron','2021-01-03 15:07:11','2021-01-03 07:07:11'),(22204,10310,'action created','2021-01-03 15:07:11','2021-01-03 07:07:11'),(22205,10310,'action started via WP Cron','2021-01-03 15:12:34','2021-01-03 07:12:34'),(22206,10310,'action complete via WP Cron','2021-01-03 15:12:34','2021-01-03 07:12:34'),(22207,10311,'action created','2021-01-03 15:12:34','2021-01-03 07:12:34'),(22208,10311,'action started via WP Cron','2021-01-03 15:19:36','2021-01-03 07:19:36'),(22209,10311,'action complete via WP Cron','2021-01-03 15:19:36','2021-01-03 07:19:36'),(22210,10312,'action created','2021-01-03 15:19:37','2021-01-03 07:19:37'),(22211,10312,'action started via WP Cron','2021-01-03 15:23:11','2021-01-03 07:23:11'),(22212,10312,'action complete via WP Cron','2021-01-03 15:23:11','2021-01-03 07:23:11'),(22213,10313,'action created','2021-01-03 15:23:11','2021-01-03 07:23:11'),(22214,10313,'action started via WP Cron','2021-01-03 15:24:05','2021-01-03 07:24:05'),(22215,10313,'action complete via WP Cron','2021-01-03 15:24:05','2021-01-03 07:24:05'),(22216,10314,'action created','2021-01-03 15:24:05','2021-01-03 07:24:05'),(22217,10314,'action started via WP Cron','2021-01-03 15:25:44','2021-01-03 07:25:44'),(22218,10314,'action complete via WP Cron','2021-01-03 15:25:44','2021-01-03 07:25:44'),(22219,10315,'action created','2021-01-03 15:25:44','2021-01-03 07:25:44'),(22220,10315,'action started via WP Cron','2021-01-03 15:29:25','2021-01-03 07:29:25'),(22221,10315,'action complete via WP Cron','2021-01-03 15:29:25','2021-01-03 07:29:25'),(22222,10316,'action created','2021-01-03 15:29:25','2021-01-03 07:29:25'),(22223,10316,'action started via WP Cron','2021-01-03 15:30:30','2021-01-03 07:30:30'),(22224,10316,'action complete via WP Cron','2021-01-03 15:30:30','2021-01-03 07:30:30'),(22225,10317,'action created','2021-01-03 15:30:31','2021-01-03 07:30:31'),(22226,10317,'action started via WP Cron','2021-01-03 15:31:43','2021-01-03 07:31:43'),(22227,10317,'action complete via WP Cron','2021-01-03 15:31:43','2021-01-03 07:31:43'),(22228,10318,'action created','2021-01-03 15:31:43','2021-01-03 07:31:43'),(22229,10318,'action started via WP Cron','2021-01-03 15:33:05','2021-01-03 07:33:05'),(22230,10318,'action complete via WP Cron','2021-01-03 15:33:05','2021-01-03 07:33:05'),(22231,10319,'action created','2021-01-03 15:33:05','2021-01-03 07:33:05'),(22232,10319,'action started via WP Cron','2021-01-03 15:35:04','2021-01-03 07:35:04'),(22233,10319,'action complete via WP Cron','2021-01-03 15:35:04','2021-01-03 07:35:04'),(22234,10320,'action created','2021-01-03 15:35:04','2021-01-03 07:35:04'),(22235,10320,'action started via WP Cron','2021-01-03 15:36:06','2021-01-03 07:36:06'),(22236,10320,'action complete via WP Cron','2021-01-03 15:36:06','2021-01-03 07:36:06'),(22237,10321,'action created','2021-01-03 15:36:07','2021-01-03 07:36:07'),(22238,10321,'action started via WP Cron','2021-01-03 15:36:48','2021-01-03 07:36:48'),(22239,10321,'action complete via WP Cron','2021-01-03 15:36:48','2021-01-03 07:36:48'),(22240,10322,'action created','2021-01-03 15:36:48','2021-01-03 07:36:48'),(22241,10322,'action started via WP Cron','2021-01-03 15:37:41','2021-01-03 07:37:41'),(22242,10322,'action complete via WP Cron','2021-01-03 15:37:41','2021-01-03 07:37:41'),(22243,10323,'action created','2021-01-03 15:37:41','2021-01-03 07:37:41'),(22244,10323,'action started via WP Cron','2021-01-03 15:45:28','2021-01-03 07:45:28'),(22245,10323,'action complete via WP Cron','2021-01-03 15:45:28','2021-01-03 07:45:28'),(22246,10324,'action created','2021-01-03 15:45:28','2021-01-03 07:45:28'),(22247,10324,'action started via WP Cron','2021-01-03 15:46:14','2021-01-03 07:46:14'),(22248,10324,'action complete via WP Cron','2021-01-03 15:46:14','2021-01-03 07:46:14'),(22249,10325,'action created','2021-01-03 15:46:14','2021-01-03 07:46:14'),(22250,10325,'action started via WP Cron','2021-01-03 15:49:20','2021-01-03 07:49:20'),(22251,10325,'action complete via WP Cron','2021-01-03 15:49:20','2021-01-03 07:49:20'),(22252,10326,'action created','2021-01-03 15:49:20','2021-01-03 07:49:20'),(22253,10326,'action started via WP Cron','2021-01-03 15:53:35','2021-01-03 07:53:35'),(22254,10326,'action complete via WP Cron','2021-01-03 15:53:35','2021-01-03 07:53:35'),(22255,10327,'action created','2021-01-03 15:53:35','2021-01-03 07:53:35'),(22256,10327,'action started via WP Cron','2021-01-03 15:53:50','2021-01-03 07:53:50'),(22257,10327,'action complete via WP Cron','2021-01-03 15:53:50','2021-01-03 07:53:50'),(22258,10328,'action created','2021-01-03 15:53:50','2021-01-03 07:53:50'),(22259,10328,'action started via WP Cron','2021-01-03 15:54:43','2021-01-03 07:54:43'),(22260,10328,'action complete via WP Cron','2021-01-03 15:54:43','2021-01-03 07:54:43'),(22261,10329,'action created','2021-01-03 15:54:43','2021-01-03 07:54:43'),(22262,10329,'action started via WP Cron','2021-01-03 15:55:44','2021-01-03 07:55:44'),(22263,10329,'action complete via WP Cron','2021-01-03 15:55:44','2021-01-03 07:55:44'),(22264,10330,'action created','2021-01-03 15:55:44','2021-01-03 07:55:44'),(22265,10330,'action started via WP Cron','2021-01-03 15:56:44','2021-01-03 07:56:44'),(22266,10330,'action complete via WP Cron','2021-01-03 15:56:44','2021-01-03 07:56:44'),(22267,10331,'action created','2021-01-03 15:56:45','2021-01-03 07:56:45'),(22268,10331,'action started via WP Cron','2021-01-03 15:57:58','2021-01-03 07:57:58'),(22269,10331,'action complete via WP Cron','2021-01-03 15:57:58','2021-01-03 07:57:58'),(22270,10332,'action created','2021-01-03 15:57:58','2021-01-03 07:57:58'),(22271,10332,'action started via WP Cron','2021-01-03 15:58:59','2021-01-03 07:58:59'),(22272,10332,'action complete via WP Cron','2021-01-03 15:58:59','2021-01-03 07:58:59'),(22273,10333,'action created','2021-01-03 15:58:59','2021-01-03 07:58:59'),(22274,10333,'action started via WP Cron','2021-01-03 15:59:50','2021-01-03 07:59:50'),(22275,10333,'action complete via WP Cron','2021-01-03 15:59:50','2021-01-03 07:59:50'),(22276,10334,'action created','2021-01-03 15:59:51','2021-01-03 07:59:51'),(22277,10334,'action started via WP Cron','2021-01-03 16:02:20','2021-01-03 08:02:20'),(22278,10334,'action complete via WP Cron','2021-01-03 16:02:20','2021-01-03 08:02:20'),(22279,10335,'action created','2021-01-03 16:02:20','2021-01-03 08:02:20'),(22280,10335,'action started via WP Cron','2021-01-03 16:07:21','2021-01-03 08:07:21'),(22281,10335,'action complete via WP Cron','2021-01-03 16:07:21','2021-01-03 08:07:21'),(22282,10336,'action created','2021-01-03 16:07:21','2021-01-03 08:07:21'),(22283,10336,'action started via WP Cron','2021-01-03 16:09:01','2021-01-03 08:09:01'),(22284,10336,'action complete via WP Cron','2021-01-03 16:09:01','2021-01-03 08:09:01'),(22285,10337,'action created','2021-01-03 16:09:01','2021-01-03 08:09:01'),(22286,10337,'action started via WP Cron','2021-01-03 16:10:00','2021-01-03 08:10:00'),(22287,10337,'action complete via WP Cron','2021-01-03 16:10:00','2021-01-03 08:10:00'),(22288,10338,'action created','2021-01-03 16:10:00','2021-01-03 08:10:00'),(22289,10338,'action started via WP Cron','2021-01-03 16:10:57','2021-01-03 08:10:57'),(22290,10338,'action complete via WP Cron','2021-01-03 16:10:57','2021-01-03 08:10:57'),(22291,10339,'action created','2021-01-03 16:10:57','2021-01-03 08:10:57'),(22292,10339,'action started via WP Cron','2021-01-03 16:11:43','2021-01-03 08:11:43'),(22293,10339,'action complete via WP Cron','2021-01-03 16:11:43','2021-01-03 08:11:43'),(22294,10340,'action created','2021-01-03 16:11:43','2021-01-03 08:11:43'),(22295,10340,'action started via WP Cron','2021-01-03 16:13:24','2021-01-03 08:13:24'),(22296,10340,'action complete via WP Cron','2021-01-03 16:13:24','2021-01-03 08:13:24'),(22297,10341,'action created','2021-01-03 16:13:24','2021-01-03 08:13:24'),(22298,10341,'action started via WP Cron','2021-01-03 16:14:04','2021-01-03 08:14:04'),(22299,10341,'action complete via WP Cron','2021-01-03 16:14:04','2021-01-03 08:14:04'),(22300,10342,'action created','2021-01-03 16:14:04','2021-01-03 08:14:04'),(22301,10342,'action started via WP Cron','2021-01-03 16:15:53','2021-01-03 08:15:53'),(22302,10342,'action complete via WP Cron','2021-01-03 16:15:53','2021-01-03 08:15:53'),(22303,10343,'action created','2021-01-03 16:15:54','2021-01-03 08:15:54'),(22304,10343,'action started via WP Cron','2021-01-03 16:17:08','2021-01-03 08:17:08'),(22305,10343,'action complete via WP Cron','2021-01-03 16:17:08','2021-01-03 08:17:08'),(22306,10344,'action created','2021-01-03 16:17:08','2021-01-03 08:17:08'),(22307,10344,'action started via WP Cron','2021-01-03 16:19:43','2021-01-03 08:19:43'),(22308,10344,'action complete via WP Cron','2021-01-03 16:19:43','2021-01-03 08:19:43'),(22309,10345,'action created','2021-01-03 16:19:43','2021-01-03 08:19:43'),(22310,10345,'action started via WP Cron','2021-01-03 16:21:15','2021-01-03 08:21:15'),(22311,10345,'action complete via WP Cron','2021-01-03 16:21:15','2021-01-03 08:21:15'),(22312,10346,'action created','2021-01-03 16:21:15','2021-01-03 08:21:15'),(22313,10346,'action started via WP Cron','2021-01-03 16:22:18','2021-01-03 08:22:18'),(22314,10346,'action complete via WP Cron','2021-01-03 16:22:18','2021-01-03 08:22:18'),(22315,10347,'action created','2021-01-03 16:22:18','2021-01-03 08:22:18'),(22316,10347,'action started via WP Cron','2021-01-03 16:25:53','2021-01-03 08:25:53'),(22317,10347,'action complete via WP Cron','2021-01-03 16:25:53','2021-01-03 08:25:53'),(22318,10348,'action created','2021-01-03 16:25:54','2021-01-03 08:25:54'),(22319,10348,'action started via WP Cron','2021-01-03 16:29:42','2021-01-03 08:29:42'),(22320,10348,'action complete via WP Cron','2021-01-03 16:29:42','2021-01-03 08:29:42'),(22321,10349,'action created','2021-01-03 16:29:42','2021-01-03 08:29:42'),(22322,10349,'action started via WP Cron','2021-01-03 16:32:22','2021-01-03 08:32:22'),(22323,10349,'action complete via WP Cron','2021-01-03 16:32:22','2021-01-03 08:32:22'),(22324,10350,'action created','2021-01-03 16:32:22','2021-01-03 08:32:22'),(22325,10350,'action started via WP Cron','2021-01-03 16:34:05','2021-01-03 08:34:05'),(22326,10350,'action complete via WP Cron','2021-01-03 16:34:05','2021-01-03 08:34:05'),(22327,10351,'action created','2021-01-03 16:34:05','2021-01-03 08:34:05'),(22328,10351,'action started via WP Cron','2021-01-03 16:34:47','2021-01-03 08:34:47'),(22329,10351,'action complete via WP Cron','2021-01-03 16:34:47','2021-01-03 08:34:47'),(22330,10352,'action created','2021-01-03 16:34:48','2021-01-03 08:34:48'),(22331,10352,'action started via WP Cron','2021-01-03 16:35:56','2021-01-03 08:35:56'),(22332,10352,'action complete via WP Cron','2021-01-03 16:35:56','2021-01-03 08:35:56'),(22333,10353,'action created','2021-01-03 16:35:56','2021-01-03 08:35:56'),(22334,10353,'action started via WP Cron','2021-01-03 16:38:02','2021-01-03 08:38:02'),(22335,10353,'action complete via WP Cron','2021-01-03 16:38:02','2021-01-03 08:38:02'),(22336,10354,'action created','2021-01-03 16:38:09','2021-01-03 08:38:09'),(22337,10354,'action started via WP Cron','2021-01-03 16:39:10','2021-01-03 08:39:10'),(22338,10354,'action complete via WP Cron','2021-01-03 16:39:10','2021-01-03 08:39:10'),(22339,10355,'action created','2021-01-03 16:39:10','2021-01-03 08:39:10'),(22340,10355,'action started via WP Cron','2021-01-03 16:39:51','2021-01-03 08:39:51'),(22341,10355,'action complete via WP Cron','2021-01-03 16:39:51','2021-01-03 08:39:51'),(22342,10356,'action created','2021-01-03 16:39:51','2021-01-03 08:39:51'),(22343,10356,'action started via WP Cron','2021-01-03 16:44:57','2021-01-03 08:44:57'),(22344,10356,'action complete via WP Cron','2021-01-03 16:44:57','2021-01-03 08:44:57'),(22345,10357,'action created','2021-01-03 16:44:57','2021-01-03 08:44:57'),(22346,10357,'action started via WP Cron','2021-01-03 16:47:45','2021-01-03 08:47:45'),(22347,10357,'action complete via WP Cron','2021-01-03 16:47:45','2021-01-03 08:47:45'),(22348,10358,'action created','2021-01-03 16:47:45','2021-01-03 08:47:45'),(22349,10358,'action started via WP Cron','2021-01-03 16:50:45','2021-01-03 08:50:45'),(22350,10358,'action complete via WP Cron','2021-01-03 16:50:45','2021-01-03 08:50:45'),(22351,10359,'action created','2021-01-03 16:50:45','2021-01-03 08:50:45'),(22352,10359,'action started via WP Cron','2021-01-03 16:54:08','2021-01-03 08:54:08'),(22353,10359,'action complete via WP Cron','2021-01-03 16:54:08','2021-01-03 08:54:08'),(22354,10360,'action created','2021-01-03 16:54:09','2021-01-03 08:54:09'),(22355,10360,'action started via WP Cron','2021-01-03 16:55:10','2021-01-03 08:55:10'),(22356,10360,'action complete via WP Cron','2021-01-03 16:55:10','2021-01-03 08:55:10'),(22357,10361,'action created','2021-01-03 16:55:10','2021-01-03 08:55:10'),(22358,10361,'action started via WP Cron','2021-01-03 16:58:14','2021-01-03 08:58:14'),(22359,10361,'action complete via WP Cron','2021-01-03 16:58:14','2021-01-03 08:58:14'),(22360,10362,'action created','2021-01-03 16:58:14','2021-01-03 08:58:14'),(22361,10362,'action started via WP Cron','2021-01-03 17:03:30','2021-01-03 09:03:30'),(22362,10362,'action complete via WP Cron','2021-01-03 17:03:30','2021-01-03 09:03:30'),(22363,10363,'action created','2021-01-03 17:03:30','2021-01-03 09:03:30'),(22364,10363,'action started via WP Cron','2021-01-03 17:04:38','2021-01-03 09:04:38'),(22365,10363,'action complete via WP Cron','2021-01-03 17:04:38','2021-01-03 09:04:38'),(22366,10364,'action created','2021-01-03 17:04:39','2021-01-03 09:04:39'),(22367,10364,'action started via WP Cron','2021-01-03 17:06:03','2021-01-03 09:06:03'),(22368,10364,'action complete via WP Cron','2021-01-03 17:06:03','2021-01-03 09:06:03'),(22369,10365,'action created','2021-01-03 17:06:03','2021-01-03 09:06:03'),(22370,10365,'action started via WP Cron','2021-01-03 17:08:22','2021-01-03 09:08:22'),(22371,10365,'action complete via WP Cron','2021-01-03 17:08:22','2021-01-03 09:08:22'),(22372,10366,'action created','2021-01-03 17:08:22','2021-01-03 09:08:22'),(22373,10366,'action started via WP Cron','2021-01-03 17:10:33','2021-01-03 09:10:33'),(22374,10366,'action complete via WP Cron','2021-01-03 17:10:33','2021-01-03 09:10:33'),(22375,10367,'action created','2021-01-03 17:10:33','2021-01-03 09:10:33'),(22376,10367,'action started via WP Cron','2021-01-03 17:11:36','2021-01-03 09:11:36'),(22377,10367,'action complete via WP Cron','2021-01-03 17:11:36','2021-01-03 09:11:36'),(22378,10368,'action created','2021-01-03 17:11:36','2021-01-03 09:11:36'),(22379,10368,'action started via WP Cron','2021-01-03 17:12:03','2021-01-03 09:12:03'),(22380,10368,'action complete via WP Cron','2021-01-03 17:12:03','2021-01-03 09:12:03'),(22381,10369,'action created','2021-01-03 17:12:03','2021-01-03 09:12:03'),(22382,10369,'action started via WP Cron','2021-01-03 17:15:09','2021-01-03 09:15:09'),(22383,10369,'action complete via WP Cron','2021-01-03 17:15:09','2021-01-03 09:15:09'),(22384,10370,'action created','2021-01-03 17:15:09','2021-01-03 09:15:09'),(22385,10370,'action started via WP Cron','2021-01-03 17:16:41','2021-01-03 09:16:41'),(22386,10370,'action complete via WP Cron','2021-01-03 17:16:41','2021-01-03 09:16:41'),(22387,10371,'action created','2021-01-03 17:16:41','2021-01-03 09:16:41'),(22388,10371,'action started via WP Cron','2021-01-03 17:17:45','2021-01-03 09:17:45'),(22389,10371,'action complete via WP Cron','2021-01-03 17:17:45','2021-01-03 09:17:45'),(22390,10372,'action created','2021-01-03 17:17:45','2021-01-03 09:17:45'),(22391,10372,'action started via WP Cron','2021-01-03 17:18:57','2021-01-03 09:18:57'),(22392,10372,'action complete via WP Cron','2021-01-03 17:18:57','2021-01-03 09:18:57'),(22393,10373,'action created','2021-01-03 17:18:57','2021-01-03 09:18:57'),(22394,10373,'action started via WP Cron','2021-01-03 17:20:08','2021-01-03 09:20:08'),(22395,10373,'action complete via WP Cron','2021-01-03 17:20:08','2021-01-03 09:20:08'),(22396,10374,'action created','2021-01-03 17:20:08','2021-01-03 09:20:08'),(22397,10374,'action started via WP Cron','2021-01-03 17:20:48','2021-01-03 09:20:48'),(22398,10374,'action complete via WP Cron','2021-01-03 17:20:48','2021-01-03 09:20:48'),(22399,10375,'action created','2021-01-03 17:20:48','2021-01-03 09:20:48'),(22400,10375,'action started via WP Cron','2021-01-03 17:22:42','2021-01-03 09:22:42'),(22401,10375,'action complete via WP Cron','2021-01-03 17:22:42','2021-01-03 09:22:42'),(22402,10376,'action created','2021-01-03 17:22:42','2021-01-03 09:22:42'),(22403,10376,'action started via WP Cron','2021-01-03 17:23:45','2021-01-03 09:23:45'),(22404,10376,'action complete via WP Cron','2021-01-03 17:23:45','2021-01-03 09:23:45'),(22405,10377,'action created','2021-01-03 17:23:45','2021-01-03 09:23:45'),(22406,10377,'action started via WP Cron','2021-01-03 17:26:24','2021-01-03 09:26:24'),(22407,10377,'action complete via WP Cron','2021-01-03 17:26:24','2021-01-03 09:26:24'),(22408,10378,'action created','2021-01-03 17:26:24','2021-01-03 09:26:24'),(22409,10378,'action started via WP Cron','2021-01-03 17:27:23','2021-01-03 09:27:23'),(22410,10378,'action complete via WP Cron','2021-01-03 17:27:23','2021-01-03 09:27:23'),(22411,10379,'action created','2021-01-03 17:27:23','2021-01-03 09:27:23'),(22412,10379,'action started via WP Cron','2021-01-03 17:28:05','2021-01-03 09:28:05'),(22413,10379,'action complete via WP Cron','2021-01-03 17:28:05','2021-01-03 09:28:05'),(22414,10380,'action created','2021-01-03 17:28:05','2021-01-03 09:28:05'),(22415,10380,'action started via WP Cron','2021-01-03 17:29:32','2021-01-03 09:29:32'),(22416,10380,'action complete via WP Cron','2021-01-03 17:29:32','2021-01-03 09:29:32'),(22417,10381,'action created','2021-01-03 17:29:32','2021-01-03 09:29:32'),(22418,10381,'action started via WP Cron','2021-01-03 17:30:17','2021-01-03 09:30:17'),(22419,10381,'action complete via WP Cron','2021-01-03 17:30:17','2021-01-03 09:30:17'),(22420,10382,'action created','2021-01-03 17:30:17','2021-01-03 09:30:17'),(22421,10382,'action started via WP Cron','2021-01-03 17:35:04','2021-01-03 09:35:04'),(22422,10382,'action complete via WP Cron','2021-01-03 17:35:04','2021-01-03 09:35:04'),(22423,10383,'action created','2021-01-03 17:35:06','2021-01-03 09:35:06'),(22424,10383,'action started via WP Cron','2021-01-03 17:35:43','2021-01-03 09:35:43'),(22425,10383,'action complete via WP Cron','2021-01-03 17:35:43','2021-01-03 09:35:43'),(22426,10384,'action created','2021-01-03 17:35:43','2021-01-03 09:35:43'),(22427,10384,'action started via WP Cron','2021-01-03 17:38:54','2021-01-03 09:38:54'),(22428,10384,'action complete via WP Cron','2021-01-03 17:38:54','2021-01-03 09:38:54'),(22429,10385,'action created','2021-01-03 17:38:54','2021-01-03 09:38:54'),(22430,10385,'action started via WP Cron','2021-01-03 17:39:46','2021-01-03 09:39:46'),(22431,10385,'action complete via WP Cron','2021-01-03 17:39:46','2021-01-03 09:39:46'),(22432,10386,'action created','2021-01-03 17:39:46','2021-01-03 09:39:46'),(22433,10386,'action started via WP Cron','2021-01-03 17:41:12','2021-01-03 09:41:12'),(22434,10386,'action complete via WP Cron','2021-01-03 17:41:12','2021-01-03 09:41:12'),(22435,10387,'action created','2021-01-03 17:42:13','2021-01-03 09:42:13'),(22436,10387,'action started via WP Cron','2021-01-03 17:44:14','2021-01-03 09:44:14'),(22437,10387,'action complete via WP Cron','2021-01-03 17:44:14','2021-01-03 09:44:14'),(22438,10388,'action created','2021-01-03 17:44:15','2021-01-03 09:44:15'),(22439,10388,'action started via WP Cron','2021-01-03 17:45:39','2021-01-03 09:45:39'),(22440,10388,'action complete via WP Cron','2021-01-03 17:45:39','2021-01-03 09:45:39'),(22441,10389,'action created','2021-01-03 17:45:39','2021-01-03 09:45:39'),(22442,10389,'action started via WP Cron','2021-01-03 17:46:15','2021-01-03 09:46:15'),(22443,10389,'action complete via WP Cron','2021-01-03 17:46:15','2021-01-03 09:46:15'),(22444,10390,'action created','2021-01-03 17:46:15','2021-01-03 09:46:15'),(22445,10390,'action started via WP Cron','2021-01-03 17:48:33','2021-01-03 09:48:33'),(22446,10390,'action complete via WP Cron','2021-01-03 17:48:33','2021-01-03 09:48:33'),(22447,10391,'action created','2021-01-03 17:48:33','2021-01-03 09:48:33'),(22448,10391,'action started via WP Cron','2021-01-03 17:51:12','2021-01-03 09:51:12'),(22449,10391,'action complete via WP Cron','2021-01-03 17:51:12','2021-01-03 09:51:12'),(22450,10392,'action created','2021-01-03 17:51:12','2021-01-03 09:51:12'),(22451,10392,'action started via WP Cron','2021-01-03 17:52:15','2021-01-03 09:52:15'),(22452,10392,'action complete via WP Cron','2021-01-03 17:52:15','2021-01-03 09:52:15'),(22453,10393,'action created','2021-01-03 17:52:15','2021-01-03 09:52:15'),(22454,10393,'action started via WP Cron','2021-01-03 17:54:28','2021-01-03 09:54:28'),(22455,10393,'action complete via WP Cron','2021-01-03 17:54:28','2021-01-03 09:54:28'),(22456,10394,'action created','2021-01-03 17:54:28','2021-01-03 09:54:28'),(22457,10394,'action started via WP Cron','2021-01-03 17:55:54','2021-01-03 09:55:54'),(22458,10394,'action complete via WP Cron','2021-01-03 17:55:54','2021-01-03 09:55:54'),(22459,10395,'action created','2021-01-03 17:55:55','2021-01-03 09:55:55'),(22460,10395,'action started via WP Cron','2021-01-03 17:56:53','2021-01-03 09:56:53'),(22461,10395,'action complete via WP Cron','2021-01-03 17:56:53','2021-01-03 09:56:53'),(22462,10396,'action created','2021-01-03 17:56:53','2021-01-03 09:56:53'),(22463,10396,'action started via WP Cron','2021-01-03 17:58:14','2021-01-03 09:58:14'),(22464,10396,'action complete via WP Cron','2021-01-03 17:58:14','2021-01-03 09:58:14'),(22465,10397,'action created','2021-01-03 17:58:14','2021-01-03 09:58:14'),(22466,10397,'action started via WP Cron','2021-01-03 17:59:16','2021-01-03 09:59:16'),(22467,10397,'action complete via WP Cron','2021-01-03 17:59:16','2021-01-03 09:59:16'),(22468,10398,'action created','2021-01-03 17:59:16','2021-01-03 09:59:16'),(22469,10398,'action started via WP Cron','2021-01-03 18:00:32','2021-01-03 10:00:32'),(22470,10398,'action complete via WP Cron','2021-01-03 18:00:32','2021-01-03 10:00:32'),(22471,10399,'action created','2021-01-03 18:00:32','2021-01-03 10:00:32'),(22472,10399,'action started via WP Cron','2021-01-03 18:03:07','2021-01-03 10:03:07'),(22473,10399,'action complete via WP Cron','2021-01-03 18:03:07','2021-01-03 10:03:07'),(22474,10400,'action created','2021-01-03 18:03:07','2021-01-03 10:03:07'),(22475,10400,'action started via WP Cron','2021-01-03 18:05:43','2021-01-03 10:05:43'),(22476,10400,'action complete via WP Cron','2021-01-03 18:05:43','2021-01-03 10:05:43'),(22477,10401,'action created','2021-01-03 18:05:43','2021-01-03 10:05:43'),(22478,10401,'action started via WP Cron','2021-01-03 18:06:42','2021-01-03 10:06:42'),(22479,10401,'action complete via WP Cron','2021-01-03 18:06:42','2021-01-03 10:06:42'),(22480,10402,'action created','2021-01-03 18:06:43','2021-01-03 10:06:43'),(77301,28678,'action created','2021-02-03 18:13:35','2021-02-03 10:13:35'),(77300,28677,'action complete via WP Cron','2021-02-03 18:12:33','2021-02-03 10:12:33'),(77299,28677,'action started via WP Cron','2021-02-03 18:12:33','2021-02-03 10:12:33'),(22484,10402,'action started via WP Cron','2021-01-03 18:07:47','2021-01-03 10:07:47'),(22485,10402,'action complete via WP Cron','2021-01-03 18:07:47','2021-01-03 10:07:47'),(22486,10404,'action created','2021-01-03 18:08:54','2021-01-03 10:08:54'),(22487,10404,'action started via WP Cron','2021-01-03 18:09:50','2021-01-03 10:09:50'),(22488,10404,'action complete via WP Cron','2021-01-03 18:09:50','2021-01-03 10:09:50'),(22489,10405,'action created','2021-01-03 18:10:42','2021-01-03 10:10:42'),(22490,10406,'action created','2021-01-03 18:10:50','2021-01-03 10:10:50'),(22491,10405,'action started via Async Request','2021-01-03 18:11:12','2021-01-03 10:11:12'),(22492,10405,'action complete via Async Request','2021-01-03 18:11:12','2021-01-03 10:11:12'),(22493,10407,'action created','2021-01-03 18:11:21','2021-01-03 10:11:21'),(22494,10407,'action started via WP Cron','2021-01-03 18:11:47','2021-01-03 10:11:47'),(22495,10407,'action complete via WP Cron','2021-01-03 18:11:47','2021-01-03 10:11:47'),(22496,10406,'action started via WP Cron','2021-01-03 18:11:47','2021-01-03 10:11:47'),(22497,10406,'action complete via WP Cron','2021-01-03 18:11:47','2021-01-03 10:11:47'),(22498,10408,'action created','2021-01-03 18:11:47','2021-01-03 10:11:47'),(22499,10408,'action started via WP Cron','2021-01-03 18:11:57','2021-01-03 10:11:57'),(22500,10408,'action complete via WP Cron','2021-01-03 18:11:57','2021-01-03 10:11:57'),(22501,10409,'action created','2021-01-03 18:11:57','2021-01-03 10:11:57'),(22502,10409,'action started via Async Request','2021-01-03 18:12:11','2021-01-03 10:12:11'),(22503,10409,'action complete via Async Request','2021-01-03 18:12:11','2021-01-03 10:12:11'),(22504,10410,'action created','2021-01-03 18:12:11','2021-01-03 10:12:11'),(22505,10410,'action started via WP Cron','2021-01-03 18:12:44','2021-01-03 10:12:44'),(22506,10410,'action complete via WP Cron','2021-01-03 18:12:44','2021-01-03 10:12:44'),(22507,10411,'action created','2021-01-03 18:12:53','2021-01-03 10:12:53'),(22508,10411,'action started via Async Request','2021-01-03 18:13:19','2021-01-03 10:13:19'),(22509,10411,'action complete via Async Request','2021-01-03 18:13:19','2021-01-03 10:13:19'),(22510,10412,'action created','2021-01-03 18:13:55','2021-01-03 10:13:55'),(22511,10412,'action started via Async Request','2021-01-03 18:14:34','2021-01-03 10:14:34'),(22512,10412,'action complete via Async Request','2021-01-03 18:14:34','2021-01-03 10:14:34'),(22513,10413,'action created','2021-01-03 18:14:38','2021-01-03 10:14:38'),(22514,10413,'action started via WP Cron','2021-01-03 18:14:50','2021-01-03 10:14:50'),(22515,10413,'action complete via WP Cron','2021-01-03 18:14:50','2021-01-03 10:14:50'),(22516,10414,'action created','2021-01-03 18:14:50','2021-01-03 10:14:50'),(22520,10416,'action started via WP Cron','2021-01-03 18:15:48','2021-01-03 10:15:48'),(22519,10416,'action created','2021-01-03 18:15:04','2021-01-03 10:15:04'),(22521,10416,'action complete via WP Cron','2021-01-03 18:15:48','2021-01-03 10:15:48'),(22522,10414,'action started via WP Cron','2021-01-03 18:15:48','2021-01-03 10:15:48'),(22523,10414,'action complete via WP Cron','2021-01-03 18:15:48','2021-01-03 10:15:48'),(22524,10417,'action created','2021-01-03 18:15:56','2021-01-03 10:15:56'),(22525,10417,'action started via WP Cron','2021-01-03 18:16:41','2021-01-03 10:16:41'),(22526,10417,'action complete via WP Cron','2021-01-03 18:16:41','2021-01-03 10:16:41'),(22527,10418,'action created','2021-01-03 18:16:44','2021-01-03 10:16:44'),(22528,10419,'action created','2021-01-03 18:16:44','2021-01-03 10:16:44'),(22529,10418,'action started via Async Request','2021-01-03 18:17:04','2021-01-03 10:17:04'),(22530,10418,'action complete via Async Request','2021-01-03 18:17:04','2021-01-03 10:17:04'),(22531,10419,'action started via WP Cron','2021-01-03 18:18:12','2021-01-03 10:18:12'),(22532,10419,'action complete via WP Cron','2021-01-03 18:18:12','2021-01-03 10:18:12'),(22533,10420,'action created','2021-01-03 18:18:12','2021-01-03 10:18:12'),(22534,10420,'action started via WP Cron','2021-01-03 18:19:04','2021-01-03 10:19:04'),(22535,10420,'action complete via WP Cron','2021-01-03 18:19:04','2021-01-03 10:19:04'),(22536,10421,'action created','2021-01-03 18:19:04','2021-01-03 10:19:04'),(22537,10421,'action started via WP Cron','2021-01-03 18:20:06','2021-01-03 10:20:06'),(22538,10421,'action complete via WP Cron','2021-01-03 18:20:06','2021-01-03 10:20:06'),(22539,10422,'action created','2021-01-03 18:20:06','2021-01-03 10:20:06'),(22540,10422,'action started via WP Cron','2021-01-03 18:21:14','2021-01-03 10:21:14'),(22541,10422,'action complete via WP Cron','2021-01-03 18:21:14','2021-01-03 10:21:14'),(22542,10423,'action created','2021-01-03 18:21:14','2021-01-03 10:21:14'),(22543,10423,'action started via WP Cron','2021-01-03 18:22:44','2021-01-03 10:22:44'),(22544,10423,'action complete via WP Cron','2021-01-03 18:22:44','2021-01-03 10:22:44'),(22545,10424,'action created','2021-01-03 18:22:44','2021-01-03 10:22:44'),(22546,10424,'action started via WP Cron','2021-01-03 18:24:48','2021-01-03 10:24:48'),(22547,10424,'action complete via WP Cron','2021-01-03 18:24:48','2021-01-03 10:24:48'),(22548,10425,'action created','2021-01-03 18:24:48','2021-01-03 10:24:48'),(22549,10425,'action started via WP Cron','2021-01-03 18:26:35','2021-01-03 10:26:35'),(22550,10425,'action complete via WP Cron','2021-01-03 18:26:35','2021-01-03 10:26:35'),(22551,10426,'action created','2021-01-03 18:26:35','2021-01-03 10:26:35'),(22552,10426,'action started via WP Cron','2021-01-03 18:26:54','2021-01-03 10:26:54'),(22553,10426,'action complete via WP Cron','2021-01-03 18:26:54','2021-01-03 10:26:54'),(22554,10427,'action created','2021-01-03 18:26:55','2021-01-03 10:26:55'),(22555,10427,'action started via WP Cron','2021-01-03 18:27:42','2021-01-03 10:27:42'),(22556,10427,'action complete via WP Cron','2021-01-03 18:27:42','2021-01-03 10:27:42'),(22557,10428,'action created','2021-01-03 18:27:42','2021-01-03 10:27:42'),(22558,10428,'action started via WP Cron','2021-01-03 18:29:22','2021-01-03 10:29:22'),(22559,10428,'action complete via WP Cron','2021-01-03 18:29:22','2021-01-03 10:29:22'),(22560,10429,'action created','2021-01-03 18:29:22','2021-01-03 10:29:22'),(22561,10429,'action started via WP Cron','2021-01-03 18:29:48','2021-01-03 10:29:48'),(22562,10429,'action complete via WP Cron','2021-01-03 18:29:48','2021-01-03 10:29:48'),(22563,10430,'action created','2021-01-03 18:29:49','2021-01-03 10:29:49'),(22564,10430,'action started via WP Cron','2021-01-03 18:30:42','2021-01-03 10:30:42'),(22565,10430,'action complete via WP Cron','2021-01-03 18:30:42','2021-01-03 10:30:42'),(22566,10431,'action created','2021-01-03 18:30:42','2021-01-03 10:30:42'),(22567,10431,'action started via WP Cron','2021-01-03 18:32:12','2021-01-03 10:32:12'),(22568,10431,'action complete via WP Cron','2021-01-03 18:32:12','2021-01-03 10:32:12'),(22569,10432,'action created','2021-01-03 18:32:12','2021-01-03 10:32:12'),(22570,10432,'action started via WP Cron','2021-01-03 18:32:44','2021-01-03 10:32:44'),(22571,10432,'action complete via WP Cron','2021-01-03 18:32:44','2021-01-03 10:32:44'),(22572,10433,'action created','2021-01-03 18:32:44','2021-01-03 10:32:44'),(22573,10433,'action started via WP Cron','2021-01-03 18:33:45','2021-01-03 10:33:45'),(22574,10433,'action complete via WP Cron','2021-01-03 18:33:45','2021-01-03 10:33:45'),(22575,10434,'action created','2021-01-03 18:33:46','2021-01-03 10:33:46'),(22576,10434,'action started via WP Cron','2021-01-03 18:34:46','2021-01-03 10:34:46'),(22577,10434,'action complete via WP Cron','2021-01-03 18:34:46','2021-01-03 10:34:46'),(22578,10435,'action created','2021-01-03 18:34:46','2021-01-03 10:34:46'),(22579,10435,'action started via WP Cron','2021-01-03 18:38:43','2021-01-03 10:38:43'),(22580,10435,'action complete via WP Cron','2021-01-03 18:38:43','2021-01-03 10:38:43'),(22581,10436,'action created','2021-01-03 18:38:44','2021-01-03 10:38:44'),(22582,10436,'action started via WP Cron','2021-01-03 18:39:53','2021-01-03 10:39:53'),(22583,10436,'action complete via WP Cron','2021-01-03 18:39:53','2021-01-03 10:39:53'),(22584,10437,'action created','2021-01-03 18:39:53','2021-01-03 10:39:53'),(22585,10437,'action started via WP Cron','2021-01-03 18:40:42','2021-01-03 10:40:42'),(22586,10437,'action complete via WP Cron','2021-01-03 18:40:42','2021-01-03 10:40:42'),(22587,10438,'action created','2021-01-03 18:40:42','2021-01-03 10:40:42'),(22588,10438,'action started via WP Cron','2021-01-03 18:42:21','2021-01-03 10:42:21'),(22589,10438,'action complete via WP Cron','2021-01-03 18:42:21','2021-01-03 10:42:21'),(22590,10439,'action created','2021-01-03 18:42:22','2021-01-03 10:42:22'),(22591,10439,'action started via WP Cron','2021-01-03 18:43:06','2021-01-03 10:43:06'),(22592,10439,'action complete via WP Cron','2021-01-03 18:43:06','2021-01-03 10:43:06'),(22593,10440,'action created','2021-01-03 18:43:07','2021-01-03 10:43:07'),(22594,10440,'action started via WP Cron','2021-01-03 18:47:00','2021-01-03 10:47:00'),(22595,10440,'action complete via WP Cron','2021-01-03 18:47:00','2021-01-03 10:47:00'),(22596,10441,'action created','2021-01-03 18:47:00','2021-01-03 10:47:00'),(22597,10441,'action started via WP Cron','2021-01-03 18:48:27','2021-01-03 10:48:27'),(22598,10441,'action complete via WP Cron','2021-01-03 18:48:27','2021-01-03 10:48:27'),(22599,10442,'action created','2021-01-03 18:48:27','2021-01-03 10:48:27'),(22600,10442,'action started via WP Cron','2021-01-03 18:52:48','2021-01-03 10:52:48'),(22601,10442,'action complete via WP Cron','2021-01-03 18:52:48','2021-01-03 10:52:48'),(22602,10443,'action created','2021-01-03 18:52:48','2021-01-03 10:52:48'),(22603,10443,'action started via WP Cron','2021-01-03 18:53:44','2021-01-03 10:53:44'),(22604,10443,'action complete via WP Cron','2021-01-03 18:53:44','2021-01-03 10:53:44'),(22605,10444,'action created','2021-01-03 18:53:44','2021-01-03 10:53:44'),(22606,10444,'action started via WP Cron','2021-01-03 18:54:58','2021-01-03 10:54:58'),(22607,10444,'action complete via WP Cron','2021-01-03 18:54:58','2021-01-03 10:54:58'),(22608,10445,'action created','2021-01-03 18:54:58','2021-01-03 10:54:58'),(22609,10445,'action started via WP Cron','2021-01-03 18:56:01','2021-01-03 10:56:01'),(22610,10445,'action complete via WP Cron','2021-01-03 18:56:01','2021-01-03 10:56:01'),(22611,10446,'action created','2021-01-03 18:56:01','2021-01-03 10:56:01'),(22612,10446,'action started via WP Cron','2021-01-03 18:57:59','2021-01-03 10:57:59'),(22613,10446,'action complete via WP Cron','2021-01-03 18:57:59','2021-01-03 10:57:59'),(22614,10447,'action created','2021-01-03 18:57:59','2021-01-03 10:57:59'),(22615,10447,'action started via WP Cron','2021-01-03 18:58:46','2021-01-03 10:58:46'),(22616,10447,'action complete via WP Cron','2021-01-03 18:58:46','2021-01-03 10:58:46'),(22617,10448,'action created','2021-01-03 18:58:46','2021-01-03 10:58:46'),(22618,10448,'action started via WP Cron','2021-01-03 18:59:48','2021-01-03 10:59:48'),(22619,10448,'action complete via WP Cron','2021-01-03 18:59:48','2021-01-03 10:59:48'),(22620,10449,'action created','2021-01-03 18:59:48','2021-01-03 10:59:48'),(22621,10449,'action started via WP Cron','2021-01-03 19:00:59','2021-01-03 11:00:59'),(22622,10449,'action complete via WP Cron','2021-01-03 19:00:59','2021-01-03 11:00:59'),(22623,10450,'action created','2021-01-03 19:01:56','2021-01-03 11:01:56'),(22624,10450,'action started via WP Cron','2021-01-03 19:03:02','2021-01-03 11:03:02'),(22625,10450,'action complete via WP Cron','2021-01-03 19:03:02','2021-01-03 11:03:02'),(22626,10451,'action created','2021-01-03 19:03:02','2021-01-03 11:03:02'),(22627,10451,'action started via WP Cron','2021-01-03 19:04:03','2021-01-03 11:04:03'),(22628,10451,'action complete via WP Cron','2021-01-03 19:04:03','2021-01-03 11:04:03'),(22629,10452,'action created','2021-01-03 19:04:03','2021-01-03 11:04:03'),(22630,10452,'action started via WP Cron','2021-01-03 19:05:11','2021-01-03 11:05:11'),(22631,10452,'action complete via WP Cron','2021-01-03 19:05:11','2021-01-03 11:05:11'),(22632,10453,'action created','2021-01-03 19:05:11','2021-01-03 11:05:11'),(22633,10453,'action started via WP Cron','2021-01-03 19:06:05','2021-01-03 11:06:05'),(22634,10453,'action complete via WP Cron','2021-01-03 19:06:05','2021-01-03 11:06:05'),(22635,10454,'action created','2021-01-03 19:06:05','2021-01-03 11:06:05'),(22636,10454,'action started via WP Cron','2021-01-03 19:06:53','2021-01-03 11:06:53'),(22637,10454,'action complete via WP Cron','2021-01-03 19:06:53','2021-01-03 11:06:53'),(22638,10455,'action created','2021-01-03 19:06:53','2021-01-03 11:06:53'),(22639,10455,'action started via WP Cron','2021-01-03 19:08:14','2021-01-03 11:08:14'),(22640,10455,'action complete via WP Cron','2021-01-03 19:08:14','2021-01-03 11:08:14'),(22641,10456,'action created','2021-01-03 19:08:17','2021-01-03 11:08:17'),(22642,10456,'action started via WP Cron','2021-01-03 19:08:46','2021-01-03 11:08:46'),(22643,10456,'action complete via WP Cron','2021-01-03 19:08:46','2021-01-03 11:08:46'),(22644,10457,'action created','2021-01-03 19:08:46','2021-01-03 11:08:46'),(22645,10457,'action started via WP Cron','2021-01-03 19:10:02','2021-01-03 11:10:02'),(22646,10457,'action complete via WP Cron','2021-01-03 19:10:02','2021-01-03 11:10:02'),(22647,10458,'action created','2021-01-03 19:10:10','2021-01-03 11:10:10'),(22648,10458,'action started via WP Cron','2021-01-03 19:13:46','2021-01-03 11:13:46'),(22649,10458,'action complete via WP Cron','2021-01-03 19:13:46','2021-01-03 11:13:46'),(22650,10459,'action created','2021-01-03 19:13:46','2021-01-03 11:13:46'),(22651,10459,'action started via WP Cron','2021-01-03 19:15:16','2021-01-03 11:15:16'),(22652,10459,'action complete via WP Cron','2021-01-03 19:15:16','2021-01-03 11:15:16'),(22653,10460,'action created','2021-01-03 19:15:16','2021-01-03 11:15:16'),(22654,10460,'action started via WP Cron','2021-01-03 19:18:12','2021-01-03 11:18:12'),(22655,10460,'action complete via WP Cron','2021-01-03 19:18:12','2021-01-03 11:18:12'),(22656,10461,'action created','2021-01-03 19:18:12','2021-01-03 11:18:12'),(22657,10461,'action started via Async Request','2021-01-03 19:19:36','2021-01-03 11:19:36'),(22658,10461,'action complete via Async Request','2021-01-03 19:19:36','2021-01-03 11:19:36'),(22659,10462,'action created','2021-01-03 19:19:37','2021-01-03 11:19:37'),(22660,10462,'action started via WP Cron','2021-01-03 19:19:56','2021-01-03 11:19:56'),(22661,10462,'action complete via WP Cron','2021-01-03 19:19:56','2021-01-03 11:19:56'),(22662,10463,'action created','2021-01-03 19:19:56','2021-01-03 11:19:56'),(22663,10463,'action started via WP Cron','2021-01-03 19:21:10','2021-01-03 11:21:10'),(22664,10463,'action complete via WP Cron','2021-01-03 19:21:10','2021-01-03 11:21:10'),(22665,10464,'action created','2021-01-03 19:21:10','2021-01-03 11:21:10'),(22666,10464,'action started via WP Cron','2021-01-03 19:22:09','2021-01-03 11:22:09'),(22667,10464,'action complete via WP Cron','2021-01-03 19:22:09','2021-01-03 11:22:09'),(22668,10465,'action created','2021-01-03 19:22:09','2021-01-03 11:22:09'),(22669,10465,'action started via WP Cron','2021-01-03 19:23:11','2021-01-03 11:23:11'),(22670,10465,'action complete via WP Cron','2021-01-03 19:23:11','2021-01-03 11:23:11'),(22671,10466,'action created','2021-01-03 19:23:11','2021-01-03 11:23:11'),(22672,10466,'action started via WP Cron','2021-01-03 19:23:47','2021-01-03 11:23:47'),(22673,10466,'action complete via WP Cron','2021-01-03 19:23:47','2021-01-03 11:23:47'),(22674,10467,'action created','2021-01-03 19:23:48','2021-01-03 11:23:48'),(22675,10467,'action started via WP Cron','2021-01-03 19:25:13','2021-01-03 11:25:13'),(22676,10467,'action complete via WP Cron','2021-01-03 19:25:13','2021-01-03 11:25:13'),(22677,10468,'action created','2021-01-03 19:25:14','2021-01-03 11:25:14'),(22678,10468,'action started via WP Cron','2021-01-03 19:26:15','2021-01-03 11:26:15'),(22679,10468,'action complete via WP Cron','2021-01-03 19:26:15','2021-01-03 11:26:15'),(22680,10469,'action created','2021-01-03 19:26:15','2021-01-03 11:26:15'),(22681,10469,'action started via WP Cron','2021-01-03 19:27:47','2021-01-03 11:27:47'),(22682,10469,'action complete via WP Cron','2021-01-03 19:27:47','2021-01-03 11:27:47'),(22683,10470,'action created','2021-01-03 19:27:47','2021-01-03 11:27:47'),(22684,10470,'action started via WP Cron','2021-01-03 19:29:09','2021-01-03 11:29:09'),(22685,10470,'action complete via WP Cron','2021-01-03 19:29:09','2021-01-03 11:29:09'),(22686,10471,'action created','2021-01-03 19:29:10','2021-01-03 11:29:10'),(22687,10471,'action started via WP Cron','2021-01-03 19:31:16','2021-01-03 11:31:16'),(22688,10471,'action complete via WP Cron','2021-01-03 19:31:16','2021-01-03 11:31:16'),(22689,10472,'action created','2021-01-03 19:31:16','2021-01-03 11:31:16'),(22690,10472,'action started via WP Cron','2021-01-03 19:31:57','2021-01-03 11:31:57'),(22691,10472,'action complete via WP Cron','2021-01-03 19:31:57','2021-01-03 11:31:57'),(22692,10473,'action created','2021-01-03 19:31:57','2021-01-03 11:31:57'),(22693,10473,'action started via WP Cron','2021-01-03 19:32:58','2021-01-03 11:32:58'),(22694,10473,'action complete via WP Cron','2021-01-03 19:32:58','2021-01-03 11:32:58'),(22695,10474,'action created','2021-01-03 19:32:58','2021-01-03 11:32:58'),(22696,10474,'action started via WP Cron','2021-01-03 19:33:59','2021-01-03 11:33:59'),(22697,10474,'action complete via WP Cron','2021-01-03 19:33:59','2021-01-03 11:33:59'),(22698,10475,'action created','2021-01-03 19:33:59','2021-01-03 11:33:59'),(22699,10475,'action started via WP Cron','2021-01-03 19:34:52','2021-01-03 11:34:52'),(22700,10475,'action complete via WP Cron','2021-01-03 19:34:52','2021-01-03 11:34:52'),(22701,10476,'action created','2021-01-03 19:34:52','2021-01-03 11:34:52'),(22702,10476,'action started via WP Cron','2021-01-03 19:36:01','2021-01-03 11:36:01'),(22703,10476,'action complete via WP Cron','2021-01-03 19:36:01','2021-01-03 11:36:01'),(22704,10477,'action created','2021-01-03 19:36:01','2021-01-03 11:36:01'),(22705,10477,'action started via WP Cron','2021-01-03 19:36:47','2021-01-03 11:36:47'),(22706,10477,'action complete via WP Cron','2021-01-03 19:36:47','2021-01-03 11:36:47'),(22707,10478,'action created','2021-01-03 19:36:47','2021-01-03 11:36:47'),(22708,10478,'action started via WP Cron','2021-01-03 19:37:48','2021-01-03 11:37:48'),(22709,10478,'action complete via WP Cron','2021-01-03 19:37:48','2021-01-03 11:37:48'),(22710,10479,'action created','2021-01-03 19:37:48','2021-01-03 11:37:48'),(22711,10479,'action started via WP Cron','2021-01-03 19:38:49','2021-01-03 11:38:49'),(22712,10479,'action complete via WP Cron','2021-01-03 19:38:49','2021-01-03 11:38:49'),(22713,10480,'action created','2021-01-03 19:38:49','2021-01-03 11:38:49'),(22714,10480,'action started via WP Cron','2021-01-03 19:41:12','2021-01-03 11:41:12'),(22715,10480,'action complete via WP Cron','2021-01-03 19:41:12','2021-01-03 11:41:12'),(22716,10481,'action created','2021-01-03 19:41:12','2021-01-03 11:41:12'),(22717,10481,'action started via WP Cron','2021-01-03 19:42:19','2021-01-03 11:42:19'),(22718,10481,'action complete via WP Cron','2021-01-03 19:42:19','2021-01-03 11:42:19'),(22719,10482,'action created','2021-01-03 19:42:19','2021-01-03 11:42:19'),(22720,10482,'action started via WP Cron','2021-01-03 19:45:14','2021-01-03 11:45:14'),(22721,10482,'action complete via WP Cron','2021-01-03 19:45:14','2021-01-03 11:45:14'),(22722,10483,'action created','2021-01-03 19:45:15','2021-01-03 11:45:15'),(22723,10483,'action started via WP Cron','2021-01-03 19:51:12','2021-01-03 11:51:12'),(22724,10483,'action complete via WP Cron','2021-01-03 19:51:12','2021-01-03 11:51:12'),(22725,10484,'action created','2021-01-03 19:51:12','2021-01-03 11:51:12'),(22726,10484,'action started via WP Cron','2021-01-03 19:54:37','2021-01-03 11:54:37'),(22727,10484,'action complete via WP Cron','2021-01-03 19:54:37','2021-01-03 11:54:37'),(22728,10485,'action created','2021-01-03 19:54:37','2021-01-03 11:54:37'),(22729,10485,'action started via WP Cron','2021-01-03 19:55:52','2021-01-03 11:55:52'),(22730,10485,'action complete via WP Cron','2021-01-03 19:55:52','2021-01-03 11:55:52'),(22731,10486,'action created','2021-01-03 19:57:57','2021-01-03 11:57:57'),(22732,10486,'action started via WP Cron','2021-01-03 19:58:43','2021-01-03 11:58:43'),(22733,10486,'action complete via WP Cron','2021-01-03 19:58:43','2021-01-03 11:58:43'),(22734,10487,'action created','2021-01-03 19:58:47','2021-01-03 11:58:47'),(22735,10487,'action started via Async Request','2021-01-03 19:59:10','2021-01-03 11:59:10'),(22736,10487,'action complete via Async Request','2021-01-03 19:59:10','2021-01-03 11:59:10'),(22737,10488,'action created','2021-01-03 19:59:16','2021-01-03 11:59:16'),(22738,10488,'action started via WP Cron','2021-01-03 19:59:49','2021-01-03 11:59:49'),(22739,10488,'action complete via WP Cron','2021-01-03 19:59:49','2021-01-03 11:59:49'),(22740,10489,'action created','2021-01-03 19:59:56','2021-01-03 11:59:56'),(22741,10489,'action started via WP Cron','2021-01-03 20:00:45','2021-01-03 12:00:45'),(22742,10489,'action complete via WP Cron','2021-01-03 20:00:45','2021-01-03 12:00:45'),(22743,10490,'action created','2021-01-03 20:01:06','2021-01-03 12:01:06'),(22744,10490,'action started via WP Cron','2021-01-03 20:02:45','2021-01-03 12:02:45'),(22745,10490,'action complete via WP Cron','2021-01-03 20:02:45','2021-01-03 12:02:45'),(22746,10491,'action created','2021-01-03 20:04:01','2021-01-03 12:04:01'),(22747,10491,'action started via WP Cron','2021-01-03 20:04:45','2021-01-03 12:04:45'),(22748,10491,'action complete via WP Cron','2021-01-03 20:04:45','2021-01-03 12:04:45'),(22749,10492,'action created','2021-01-03 20:09:06','2021-01-03 12:09:06'),(22750,10492,'action started via WP Cron','2021-01-03 20:09:47','2021-01-03 12:09:47'),(22751,10492,'action complete via WP Cron','2021-01-03 20:09:47','2021-01-03 12:09:47'),(22752,10493,'action created','2021-01-03 20:09:47','2021-01-03 12:09:47'),(22753,10493,'action started via Async Request','2021-01-03 20:10:16','2021-01-03 12:10:16'),(22754,10493,'action complete via Async Request','2021-01-03 20:10:16','2021-01-03 12:10:16'),(22755,10494,'action created','2021-01-03 20:10:17','2021-01-03 12:10:17'),(22756,10494,'action started via WP Cron','2021-01-03 20:10:41','2021-01-03 12:10:41'),(22757,10494,'action complete via WP Cron','2021-01-03 20:10:41','2021-01-03 12:10:41'),(22758,10495,'action created','2021-01-03 20:10:41','2021-01-03 12:10:41'),(22759,10495,'action started via WP Cron','2021-01-03 20:12:10','2021-01-03 12:12:10'),(22760,10495,'action complete via WP Cron','2021-01-03 20:12:10','2021-01-03 12:12:10'),(22761,10496,'action created','2021-01-03 20:13:11','2021-01-03 12:13:11'),(22762,10496,'action started via WP Cron','2021-01-03 20:17:04','2021-01-03 12:17:04'),(22763,10496,'action complete via WP Cron','2021-01-03 20:17:04','2021-01-03 12:17:04'),(22764,10497,'action created','2021-01-03 20:18:32','2021-01-03 12:18:32'),(22765,10497,'action started via WP Cron','2021-01-03 20:22:06','2021-01-03 12:22:06'),(22766,10497,'action complete via WP Cron','2021-01-03 20:22:06','2021-01-03 12:22:06'),(22767,10498,'action created','2021-01-03 20:22:06','2021-01-03 12:22:06'),(22768,10498,'action started via WP Cron','2021-01-03 20:23:30','2021-01-03 12:23:30'),(22769,10498,'action complete via WP Cron','2021-01-03 20:23:30','2021-01-03 12:23:30'),(22770,10499,'action created','2021-01-03 20:23:30','2021-01-03 12:23:30'),(22771,10499,'action started via WP Cron','2021-01-03 20:24:02','2021-01-03 12:24:02'),(22772,10499,'action complete via WP Cron','2021-01-03 20:24:02','2021-01-03 12:24:02'),(22773,10500,'action created','2021-01-03 20:24:02','2021-01-03 12:24:02'),(22774,10500,'action started via WP Cron','2021-01-03 20:25:27','2021-01-03 12:25:27'),(22775,10500,'action complete via WP Cron','2021-01-03 20:25:27','2021-01-03 12:25:27'),(22776,10501,'action created','2021-01-03 20:25:27','2021-01-03 12:25:27'),(22777,10501,'action started via WP Cron','2021-01-03 20:27:15','2021-01-03 12:27:15'),(22778,10501,'action complete via WP Cron','2021-01-03 20:27:15','2021-01-03 12:27:15'),(22779,10502,'action created','2021-01-03 20:27:16','2021-01-03 12:27:16'),(22780,10502,'action started via WP Cron','2021-01-03 20:27:56','2021-01-03 12:27:56'),(22781,10502,'action complete via WP Cron','2021-01-03 20:27:56','2021-01-03 12:27:56'),(22782,10503,'action created','2021-01-03 20:27:56','2021-01-03 12:27:56'),(22783,10503,'action started via WP Cron','2021-01-03 20:29:04','2021-01-03 12:29:04'),(22784,10503,'action complete via WP Cron','2021-01-03 20:29:04','2021-01-03 12:29:04'),(22785,10504,'action created','2021-01-03 20:29:04','2021-01-03 12:29:04'),(22786,10504,'action started via WP Cron','2021-01-03 20:31:19','2021-01-03 12:31:19'),(22787,10504,'action complete via WP Cron','2021-01-03 20:31:19','2021-01-03 12:31:19'),(22788,10505,'action created','2021-01-03 20:31:19','2021-01-03 12:31:19'),(22789,10505,'action started via WP Cron','2021-01-03 20:32:21','2021-01-03 12:32:21'),(22790,10505,'action complete via WP Cron','2021-01-03 20:32:21','2021-01-03 12:32:21'),(22791,10506,'action created','2021-01-03 20:32:21','2021-01-03 12:32:21'),(22792,10506,'action started via WP Cron','2021-01-03 20:33:54','2021-01-03 12:33:54'),(22793,10506,'action complete via WP Cron','2021-01-03 20:33:54','2021-01-03 12:33:54'),(22794,10507,'action created','2021-01-03 20:33:54','2021-01-03 12:33:54'),(22795,10507,'action started via WP Cron','2021-01-03 20:41:58','2021-01-03 12:41:58'),(22796,10507,'action complete via WP Cron','2021-01-03 20:41:58','2021-01-03 12:41:58'),(22797,10508,'action created','2021-01-03 20:41:58','2021-01-03 12:41:58'),(22798,10508,'action started via WP Cron','2021-01-03 20:47:17','2021-01-03 12:47:17'),(22799,10508,'action complete via WP Cron','2021-01-03 20:47:17','2021-01-03 12:47:17'),(22800,10509,'action created','2021-01-03 20:47:17','2021-01-03 12:47:17'),(22801,10509,'action started via WP Cron','2021-01-03 20:48:45','2021-01-03 12:48:45'),(22802,10509,'action complete via WP Cron','2021-01-03 20:48:45','2021-01-03 12:48:45'),(22803,10510,'action created','2021-01-03 20:48:46','2021-01-03 12:48:46'),(22804,10510,'action started via WP Cron','2021-01-03 20:51:04','2021-01-03 12:51:04'),(22805,10510,'action complete via WP Cron','2021-01-03 20:51:04','2021-01-03 12:51:04'),(22806,10511,'action created','2021-01-03 20:51:04','2021-01-03 12:51:04'),(22807,10511,'action started via WP Cron','2021-01-03 20:52:09','2021-01-03 12:52:09'),(22808,10511,'action complete via WP Cron','2021-01-03 20:52:09','2021-01-03 12:52:09'),(22809,10512,'action created','2021-01-03 20:52:09','2021-01-03 12:52:09'),(22810,10512,'action started via WP Cron','2021-01-03 20:53:28','2021-01-03 12:53:28'),(22811,10512,'action complete via WP Cron','2021-01-03 20:53:28','2021-01-03 12:53:28'),(22812,10513,'action created','2021-01-03 20:53:28','2021-01-03 12:53:28'),(22813,10513,'action started via WP Cron','2021-01-03 20:54:47','2021-01-03 12:54:47'),(22814,10513,'action complete via WP Cron','2021-01-03 20:54:47','2021-01-03 12:54:47'),(22815,10514,'action created','2021-01-03 20:54:47','2021-01-03 12:54:47'),(22816,10514,'action started via WP Cron','2021-01-03 20:56:19','2021-01-03 12:56:19'),(22817,10514,'action complete via WP Cron','2021-01-03 20:56:19','2021-01-03 12:56:19'),(22818,10515,'action created','2021-01-03 20:56:19','2021-01-03 12:56:19'),(22819,10515,'action started via WP Cron','2021-01-03 20:58:00','2021-01-03 12:58:00'),(22820,10515,'action complete via WP Cron','2021-01-03 20:58:00','2021-01-03 12:58:00'),(22821,10516,'action created','2021-01-03 20:58:00','2021-01-03 12:58:00'),(22822,10516,'action started via WP Cron','2021-01-03 20:58:46','2021-01-03 12:58:46'),(22823,10516,'action complete via WP Cron','2021-01-03 20:58:46','2021-01-03 12:58:46'),(22824,10517,'action created','2021-01-03 20:58:46','2021-01-03 12:58:46'),(22825,10517,'action started via WP Cron','2021-01-03 21:02:24','2021-01-03 13:02:24'),(22826,10517,'action complete via WP Cron','2021-01-03 21:02:24','2021-01-03 13:02:24'),(22827,10518,'action created','2021-01-03 21:07:41','2021-01-03 13:07:41'),(22828,10518,'action started via WP Cron','2021-01-03 21:09:30','2021-01-03 13:09:30'),(22829,10518,'action complete via WP Cron','2021-01-03 21:09:30','2021-01-03 13:09:30'),(22830,10519,'action created','2021-01-03 21:09:30','2021-01-03 13:09:30'),(22831,10519,'action started via WP Cron','2021-01-03 21:10:20','2021-01-03 13:10:20'),(22832,10519,'action complete via WP Cron','2021-01-03 21:10:20','2021-01-03 13:10:20'),(22833,10520,'action created','2021-01-03 21:10:20','2021-01-03 13:10:20'),(22834,10520,'action started via WP Cron','2021-01-03 21:11:53','2021-01-03 13:11:53'),(22835,10520,'action complete via WP Cron','2021-01-03 21:11:53','2021-01-03 13:11:53'),(22836,10521,'action created','2021-01-03 21:11:53','2021-01-03 13:11:53'),(22837,10521,'action started via WP Cron','2021-01-03 21:15:10','2021-01-03 13:15:10'),(22838,10521,'action complete via WP Cron','2021-01-03 21:15:10','2021-01-03 13:15:10'),(22839,10522,'action created','2021-01-03 21:15:10','2021-01-03 13:15:10'),(22840,10522,'action started via WP Cron','2021-01-03 21:16:11','2021-01-03 13:16:11'),(22841,10522,'action complete via WP Cron','2021-01-03 21:16:11','2021-01-03 13:16:11'),(22842,10523,'action created','2021-01-03 21:16:11','2021-01-03 13:16:11'),(22843,10523,'action started via WP Cron','2021-01-03 21:16:41','2021-01-03 13:16:41'),(22844,10523,'action complete via WP Cron','2021-01-03 21:16:41','2021-01-03 13:16:41'),(22845,10524,'action created','2021-01-03 21:16:42','2021-01-03 13:16:42'),(22846,10524,'action started via WP Cron','2021-01-03 21:18:42','2021-01-03 13:18:42'),(22847,10524,'action complete via WP Cron','2021-01-03 21:18:42','2021-01-03 13:18:42'),(22848,10525,'action created','2021-01-03 21:18:43','2021-01-03 13:18:43'),(22849,10525,'action started via WP Cron','2021-01-03 21:20:37','2021-01-03 13:20:37'),(22850,10525,'action complete via WP Cron','2021-01-03 21:20:37','2021-01-03 13:20:37'),(22851,10526,'action created','2021-01-03 21:20:37','2021-01-03 13:20:37'),(22852,10526,'action started via WP Cron','2021-01-03 21:21:38','2021-01-03 13:21:38'),(22853,10526,'action complete via WP Cron','2021-01-03 21:21:38','2021-01-03 13:21:38'),(22854,10527,'action created','2021-01-03 21:21:38','2021-01-03 13:21:38'),(22855,10527,'action started via WP Cron','2021-01-03 21:24:08','2021-01-03 13:24:08'),(22856,10527,'action complete via WP Cron','2021-01-03 21:24:08','2021-01-03 13:24:08'),(22857,10528,'action created','2021-01-03 21:24:08','2021-01-03 13:24:08'),(22858,10528,'action started via WP Cron','2021-01-03 21:25:28','2021-01-03 13:25:28'),(22859,10528,'action complete via WP Cron','2021-01-03 21:25:28','2021-01-03 13:25:28'),(22860,10529,'action created','2021-01-03 21:25:28','2021-01-03 13:25:28'),(22861,10529,'action started via WP Cron','2021-01-03 21:27:37','2021-01-03 13:27:37'),(22862,10529,'action complete via WP Cron','2021-01-03 21:27:37','2021-01-03 13:27:37'),(22863,10530,'action created','2021-01-03 21:27:37','2021-01-03 13:27:37'),(22864,10530,'action started via WP Cron','2021-01-03 21:30:55','2021-01-03 13:30:55'),(22865,10530,'action complete via WP Cron','2021-01-03 21:30:55','2021-01-03 13:30:55'),(22866,10531,'action created','2021-01-03 21:30:55','2021-01-03 13:30:55'),(22867,10531,'action started via WP Cron','2021-01-03 21:32:26','2021-01-03 13:32:26'),(22868,10531,'action complete via WP Cron','2021-01-03 21:32:26','2021-01-03 13:32:26'),(22869,10532,'action created','2021-01-03 21:32:26','2021-01-03 13:32:26'),(22870,10532,'action started via WP Cron','2021-01-03 21:33:20','2021-01-03 13:33:20'),(22871,10532,'action complete via WP Cron','2021-01-03 21:33:20','2021-01-03 13:33:20'),(22872,10533,'action created','2021-01-03 21:33:20','2021-01-03 13:33:20'),(22873,10533,'action started via WP Cron','2021-01-03 21:35:22','2021-01-03 13:35:22'),(22874,10533,'action complete via WP Cron','2021-01-03 21:35:22','2021-01-03 13:35:22'),(22875,10534,'action created','2021-01-03 21:35:22','2021-01-03 13:35:22'),(22876,10534,'action started via WP Cron','2021-01-03 21:36:23','2021-01-03 13:36:23'),(22877,10534,'action complete via WP Cron','2021-01-03 21:36:23','2021-01-03 13:36:23'),(22878,10535,'action created','2021-01-03 21:36:23','2021-01-03 13:36:23'),(22879,10535,'action started via WP Cron','2021-01-03 21:37:25','2021-01-03 13:37:25'),(22880,10535,'action complete via WP Cron','2021-01-03 21:37:25','2021-01-03 13:37:25'),(22881,10536,'action created','2021-01-03 21:37:25','2021-01-03 13:37:25'),(22882,10536,'action started via WP Cron','2021-01-03 21:38:14','2021-01-03 13:38:14'),(22883,10536,'action complete via WP Cron','2021-01-03 21:38:14','2021-01-03 13:38:14'),(22884,10537,'action created','2021-01-03 21:38:14','2021-01-03 13:38:14'),(22885,10537,'action started via WP Cron','2021-01-03 21:41:05','2021-01-03 13:41:05'),(22886,10537,'action complete via WP Cron','2021-01-03 21:41:05','2021-01-03 13:41:05'),(22887,10538,'action created','2021-01-03 21:41:05','2021-01-03 13:41:05'),(22888,10538,'action started via WP Cron','2021-01-03 21:41:49','2021-01-03 13:41:49'),(22889,10538,'action complete via WP Cron','2021-01-03 21:41:49','2021-01-03 13:41:49'),(22890,10539,'action created','2021-01-03 21:41:49','2021-01-03 13:41:49'),(22891,10539,'action started via WP Cron','2021-01-03 21:44:20','2021-01-03 13:44:20'),(22892,10539,'action complete via WP Cron','2021-01-03 21:44:20','2021-01-03 13:44:20'),(22893,10540,'action created','2021-01-03 21:44:20','2021-01-03 13:44:20'),(22894,10540,'action started via WP Cron','2021-01-03 21:44:41','2021-01-03 13:44:41'),(22895,10540,'action complete via WP Cron','2021-01-03 21:44:41','2021-01-03 13:44:41'),(22896,10541,'action created','2021-01-03 21:44:41','2021-01-03 13:44:41'),(22897,10541,'action started via WP Cron','2021-01-03 21:48:09','2021-01-03 13:48:09'),(22898,10541,'action complete via WP Cron','2021-01-03 21:48:09','2021-01-03 13:48:09'),(22899,10542,'action created','2021-01-03 21:48:09','2021-01-03 13:48:09'),(22900,10542,'action started via WP Cron','2021-01-03 21:50:37','2021-01-03 13:50:37'),(22901,10542,'action complete via WP Cron','2021-01-03 21:50:37','2021-01-03 13:50:37'),(22902,10543,'action created','2021-01-03 21:50:37','2021-01-03 13:50:37'),(22903,10543,'action started via WP Cron','2021-01-03 21:51:51','2021-01-03 13:51:51'),(22904,10543,'action complete via WP Cron','2021-01-03 21:51:51','2021-01-03 13:51:51'),(22905,10544,'action created','2021-01-03 21:51:51','2021-01-03 13:51:51'),(22906,10544,'action started via WP Cron','2021-01-03 21:53:02','2021-01-03 13:53:02'),(22907,10544,'action complete via WP Cron','2021-01-03 21:53:02','2021-01-03 13:53:02'),(22908,10545,'action created','2021-01-03 21:53:02','2021-01-03 13:53:02'),(22909,10545,'action started via WP Cron','2021-01-03 21:54:51','2021-01-03 13:54:51'),(22910,10545,'action complete via WP Cron','2021-01-03 21:54:51','2021-01-03 13:54:51'),(22911,10546,'action created','2021-01-03 21:54:51','2021-01-03 13:54:51'),(22912,10546,'action started via WP Cron','2021-01-03 21:57:01','2021-01-03 13:57:01'),(22913,10546,'action complete via WP Cron','2021-01-03 21:57:01','2021-01-03 13:57:01'),(22914,10547,'action created','2021-01-03 21:57:01','2021-01-03 13:57:01'),(22915,10547,'action started via WP Cron','2021-01-03 22:00:16','2021-01-03 14:00:16'),(22916,10547,'action complete via WP Cron','2021-01-03 22:00:16','2021-01-03 14:00:16'),(22917,10548,'action created','2021-01-03 22:00:16','2021-01-03 14:00:16'),(22918,10548,'action started via WP Cron','2021-01-03 22:00:56','2021-01-03 14:00:56'),(22919,10548,'action complete via WP Cron','2021-01-03 22:00:56','2021-01-03 14:00:56'),(22920,10549,'action created','2021-01-03 22:00:56','2021-01-03 14:00:56'),(22921,10549,'action started via WP Cron','2021-01-03 22:01:52','2021-01-03 14:01:52'),(22922,10549,'action complete via WP Cron','2021-01-03 22:01:52','2021-01-03 14:01:52'),(22923,10550,'action created','2021-01-03 22:01:53','2021-01-03 14:01:53'),(22924,10550,'action started via WP Cron','2021-01-03 22:04:52','2021-01-03 14:04:52'),(22925,10550,'action complete via WP Cron','2021-01-03 22:04:52','2021-01-03 14:04:52'),(22926,10551,'action created','2021-01-03 22:04:52','2021-01-03 14:04:52'),(22927,10551,'action started via WP Cron','2021-01-03 22:07:24','2021-01-03 14:07:24'),(22928,10551,'action complete via WP Cron','2021-01-03 22:07:24','2021-01-03 14:07:24'),(22929,10552,'action created','2021-01-03 22:07:24','2021-01-03 14:07:24'),(22930,10552,'action started via WP Cron','2021-01-03 22:08:20','2021-01-03 14:08:20'),(22931,10552,'action complete via WP Cron','2021-01-03 22:08:20','2021-01-03 14:08:20'),(22932,10553,'action created','2021-01-03 22:08:20','2021-01-03 14:08:20'),(22933,10553,'action started via WP Cron','2021-01-03 22:09:12','2021-01-03 14:09:12'),(22934,10553,'action complete via WP Cron','2021-01-03 22:09:12','2021-01-03 14:09:12'),(22935,10554,'action created','2021-01-03 22:09:12','2021-01-03 14:09:12'),(22936,10554,'action started via WP Cron','2021-01-03 22:09:52','2021-01-03 14:09:52'),(22937,10554,'action complete via WP Cron','2021-01-03 22:09:52','2021-01-03 14:09:52'),(22938,10555,'action created','2021-01-03 22:09:52','2021-01-03 14:09:52'),(22939,10555,'action started via WP Cron','2021-01-03 22:11:02','2021-01-03 14:11:02'),(22940,10555,'action complete via WP Cron','2021-01-03 22:11:02','2021-01-03 14:11:02'),(22941,10556,'action created','2021-01-03 22:11:02','2021-01-03 14:11:02'),(22942,10556,'action started via WP Cron','2021-01-03 22:14:10','2021-01-03 14:14:10'),(22943,10556,'action complete via WP Cron','2021-01-03 22:14:10','2021-01-03 14:14:10'),(22944,10557,'action created','2021-01-03 22:14:10','2021-01-03 14:14:10'),(22945,10557,'action started via WP Cron','2021-01-03 22:15:56','2021-01-03 14:15:56'),(22946,10557,'action complete via WP Cron','2021-01-03 22:15:56','2021-01-03 14:15:56'),(22947,10558,'action created','2021-01-03 22:15:56','2021-01-03 14:15:56'),(22948,10558,'action started via WP Cron','2021-01-03 22:16:49','2021-01-03 14:16:49'),(22949,10558,'action complete via WP Cron','2021-01-03 22:16:49','2021-01-03 14:16:49'),(22950,10559,'action created','2021-01-03 22:16:49','2021-01-03 14:16:49'),(22951,10559,'action started via WP Cron','2021-01-03 22:18:06','2021-01-03 14:18:06'),(22952,10559,'action complete via WP Cron','2021-01-03 22:18:06','2021-01-03 14:18:06'),(22953,10560,'action created','2021-01-03 22:18:06','2021-01-03 14:18:06'),(22954,10560,'action started via WP Cron','2021-01-03 22:18:41','2021-01-03 14:18:41'),(22955,10560,'action complete via WP Cron','2021-01-03 22:18:41','2021-01-03 14:18:41'),(22956,10561,'action created','2021-01-03 22:18:41','2021-01-03 14:18:41'),(22957,10561,'action started via WP Cron','2021-01-03 22:20:00','2021-01-03 14:20:00'),(22958,10561,'action complete via WP Cron','2021-01-03 22:20:00','2021-01-03 14:20:00'),(22959,10562,'action created','2021-01-03 22:20:01','2021-01-03 14:20:01'),(22960,10562,'action started via WP Cron','2021-01-03 22:21:07','2021-01-03 14:21:07'),(22961,10562,'action complete via WP Cron','2021-01-03 22:21:07','2021-01-03 14:21:07'),(22962,10563,'action created','2021-01-03 22:21:08','2021-01-03 14:21:08'),(22963,10563,'action started via WP Cron','2021-01-03 22:22:00','2021-01-03 14:22:00'),(22964,10563,'action complete via WP Cron','2021-01-03 22:22:00','2021-01-03 14:22:00'),(22965,10564,'action created','2021-01-03 22:22:00','2021-01-03 14:22:00'),(22966,10564,'action started via WP Cron','2021-01-03 22:25:15','2021-01-03 14:25:15'),(22967,10564,'action complete via WP Cron','2021-01-03 22:25:15','2021-01-03 14:25:15'),(22968,10565,'action created','2021-01-03 22:25:15','2021-01-03 14:25:15'),(22969,10565,'action started via WP Cron','2021-01-03 22:28:20','2021-01-03 14:28:20'),(22970,10565,'action complete via WP Cron','2021-01-03 22:28:20','2021-01-03 14:28:20'),(22971,10566,'action created','2021-01-03 22:28:20','2021-01-03 14:28:20'),(22972,10566,'action started via WP Cron','2021-01-03 22:28:54','2021-01-03 14:28:54'),(22973,10566,'action complete via WP Cron','2021-01-03 22:28:54','2021-01-03 14:28:54'),(22974,10567,'action created','2021-01-03 22:28:54','2021-01-03 14:28:54'),(22975,10567,'action started via WP Cron','2021-01-03 22:30:35','2021-01-03 14:30:35'),(22976,10567,'action complete via WP Cron','2021-01-03 22:30:36','2021-01-03 14:30:36'),(22977,10568,'action created','2021-01-03 22:30:36','2021-01-03 14:30:36'),(22978,10568,'action started via WP Cron','2021-01-03 22:31:06','2021-01-03 14:31:06'),(22979,10568,'action complete via WP Cron','2021-01-03 22:31:06','2021-01-03 14:31:06'),(22980,10569,'action created','2021-01-03 22:31:07','2021-01-03 14:31:07'),(22981,10569,'action started via WP Cron','2021-01-03 22:32:03','2021-01-03 14:32:03'),(22982,10569,'action complete via WP Cron','2021-01-03 22:32:03','2021-01-03 14:32:03'),(22983,10570,'action created','2021-01-03 22:32:29','2021-01-03 14:32:29'),(22984,10570,'action started via WP Cron','2021-01-03 22:34:14','2021-01-03 14:34:14'),(22985,10570,'action complete via WP Cron','2021-01-03 22:34:14','2021-01-03 14:34:14'),(22986,10571,'action created','2021-01-03 22:34:15','2021-01-03 14:34:15'),(22987,10571,'action started via WP Cron','2021-01-03 22:35:20','2021-01-03 14:35:20'),(22988,10571,'action complete via WP Cron','2021-01-03 22:35:20','2021-01-03 14:35:20'),(22989,10572,'action created','2021-01-03 22:35:20','2021-01-03 14:35:20'),(22990,10572,'action started via WP Cron','2021-01-03 22:37:02','2021-01-03 14:37:02'),(22991,10572,'action complete via WP Cron','2021-01-03 22:37:02','2021-01-03 14:37:02'),(22992,10573,'action created','2021-01-03 22:37:02','2021-01-03 14:37:02'),(22993,10573,'action started via WP Cron','2021-01-03 22:38:19','2021-01-03 14:38:19'),(22994,10573,'action complete via WP Cron','2021-01-03 22:38:19','2021-01-03 14:38:19'),(22995,10574,'action created','2021-01-03 22:38:19','2021-01-03 14:38:19'),(22996,10574,'action started via WP Cron','2021-01-03 22:39:24','2021-01-03 14:39:24'),(22997,10574,'action complete via WP Cron','2021-01-03 22:39:24','2021-01-03 14:39:24'),(22998,10575,'action created','2021-01-03 22:39:24','2021-01-03 14:39:24'),(22999,10575,'action started via WP Cron','2021-01-03 22:40:03','2021-01-03 14:40:03'),(23000,10575,'action complete via WP Cron','2021-01-03 22:40:03','2021-01-03 14:40:03'),(23001,10576,'action created','2021-01-03 22:40:03','2021-01-03 14:40:03'),(23002,10576,'action started via WP Cron','2021-01-03 22:41:19','2021-01-03 14:41:19'),(23003,10576,'action complete via WP Cron','2021-01-03 22:41:19','2021-01-03 14:41:19'),(23004,10577,'action created','2021-01-03 22:41:19','2021-01-03 14:41:19'),(23005,10577,'action started via WP Cron','2021-01-03 22:41:53','2021-01-03 14:41:53'),(23006,10577,'action complete via WP Cron','2021-01-03 22:41:53','2021-01-03 14:41:53'),(23007,10578,'action created','2021-01-03 22:41:53','2021-01-03 14:41:53'),(23008,10578,'action started via WP Cron','2021-01-03 22:43:24','2021-01-03 14:43:24'),(23009,10578,'action complete via WP Cron','2021-01-03 22:43:24','2021-01-03 14:43:24'),(23010,10579,'action created','2021-01-03 22:43:24','2021-01-03 14:43:24'),(23011,10579,'action started via WP Cron','2021-01-03 22:44:29','2021-01-03 14:44:29'),(23012,10579,'action complete via WP Cron','2021-01-03 22:44:29','2021-01-03 14:44:29'),(23013,10580,'action created','2021-01-03 22:44:29','2021-01-03 14:44:29'),(23014,10580,'action started via WP Cron','2021-01-03 22:45:12','2021-01-03 14:45:12'),(23015,10580,'action complete via WP Cron','2021-01-03 22:45:12','2021-01-03 14:45:12'),(23016,10581,'action created','2021-01-03 22:45:12','2021-01-03 14:45:12'),(23017,10581,'action started via WP Cron','2021-01-03 22:45:52','2021-01-03 14:45:52'),(23018,10581,'action complete via WP Cron','2021-01-03 22:45:52','2021-01-03 14:45:52'),(23019,10582,'action created','2021-01-03 22:45:52','2021-01-03 14:45:52'),(23020,10582,'action started via WP Cron','2021-01-03 22:47:18','2021-01-03 14:47:18'),(23021,10582,'action complete via WP Cron','2021-01-03 22:47:18','2021-01-03 14:47:18'),(23022,10583,'action created','2021-01-03 22:47:41','2021-01-03 14:47:41'),(23023,10583,'action started via WP Cron','2021-01-03 22:50:16','2021-01-03 14:50:16'),(23024,10583,'action complete via WP Cron','2021-01-03 22:50:16','2021-01-03 14:50:16'),(23025,10584,'action created','2021-01-03 22:50:16','2021-01-03 14:50:16'),(23026,10584,'action started via WP Cron','2021-01-03 23:02:20','2021-01-03 15:02:20'),(23027,10584,'action complete via WP Cron','2021-01-03 23:02:20','2021-01-03 15:02:20'),(23028,10585,'action created','2021-01-03 23:02:20','2021-01-03 15:02:20'),(23029,10585,'action started via WP Cron','2021-01-03 23:02:48','2021-01-03 15:02:48'),(23030,10585,'action complete via WP Cron','2021-01-03 23:02:48','2021-01-03 15:02:48'),(23031,10586,'action created','2021-01-03 23:02:48','2021-01-03 15:02:48'),(23032,10586,'action started via WP Cron','2021-01-03 23:03:46','2021-01-03 15:03:46'),(23033,10586,'action complete via WP Cron','2021-01-03 23:03:46','2021-01-03 15:03:46'),(23034,10587,'action created','2021-01-03 23:03:46','2021-01-03 15:03:46'),(23035,10587,'action started via WP Cron','2021-01-03 23:04:48','2021-01-03 15:04:48'),(23036,10587,'action complete via WP Cron','2021-01-03 23:04:48','2021-01-03 15:04:48'),(23037,10588,'action created','2021-01-03 23:09:14','2021-01-03 15:09:14'),(23038,10588,'action started via WP Cron','2021-01-03 23:09:43','2021-01-03 15:09:43'),(23039,10588,'action complete via WP Cron','2021-01-03 23:09:43','2021-01-03 15:09:43'),(23040,10589,'action created','2021-01-03 23:09:43','2021-01-03 15:09:43'),(23041,10589,'action started via WP Cron','2021-01-03 23:11:06','2021-01-03 15:11:06'),(23042,10589,'action complete via WP Cron','2021-01-03 23:11:06','2021-01-03 15:11:06'),(23043,10590,'action created','2021-01-03 23:11:07','2021-01-03 15:11:07'),(23044,10590,'action started via WP Cron','2021-01-03 23:11:56','2021-01-03 15:11:56'),(23045,10590,'action complete via WP Cron','2021-01-03 23:11:56','2021-01-03 15:11:56'),(23046,10591,'action created','2021-01-03 23:11:56','2021-01-03 15:11:56'),(23047,10591,'action started via WP Cron','2021-01-03 23:13:01','2021-01-03 15:13:01'),(23048,10591,'action complete via WP Cron','2021-01-03 23:13:01','2021-01-03 15:13:01'),(23049,10592,'action created','2021-01-03 23:13:01','2021-01-03 15:13:01'),(23050,10592,'action started via WP Cron','2021-01-03 23:14:17','2021-01-03 15:14:17'),(23051,10592,'action complete via WP Cron','2021-01-03 23:14:17','2021-01-03 15:14:17'),(23052,10593,'action created','2021-01-03 23:14:17','2021-01-03 15:14:17'),(23053,10593,'action started via WP Cron','2021-01-03 23:14:51','2021-01-03 15:14:51'),(23054,10593,'action complete via WP Cron','2021-01-03 23:14:51','2021-01-03 15:14:51'),(23055,10594,'action created','2021-01-03 23:14:51','2021-01-03 15:14:51'),(23056,10594,'action started via WP Cron','2021-01-03 23:19:54','2021-01-03 15:19:54'),(23057,10594,'action complete via WP Cron','2021-01-03 23:19:54','2021-01-03 15:19:54'),(23058,10595,'action created','2021-01-03 23:19:54','2021-01-03 15:19:54'),(23059,10595,'action started via WP Cron','2021-01-03 23:20:57','2021-01-03 15:20:57'),(23060,10595,'action complete via WP Cron','2021-01-03 23:20:57','2021-01-03 15:20:57'),(23061,10596,'action created','2021-01-03 23:20:57','2021-01-03 15:20:57'),(23062,10596,'action started via WP Cron','2021-01-03 23:24:56','2021-01-03 15:24:56'),(23063,10596,'action complete via WP Cron','2021-01-03 23:24:56','2021-01-03 15:24:56'),(23064,10597,'action created','2021-01-03 23:24:56','2021-01-03 15:24:56'),(23065,10597,'action started via WP Cron','2021-01-03 23:25:47','2021-01-03 15:25:47'),(23066,10597,'action complete via WP Cron','2021-01-03 23:25:47','2021-01-03 15:25:47'),(23067,10598,'action created','2021-01-03 23:25:47','2021-01-03 15:25:47'),(23068,10598,'action started via WP Cron','2021-01-03 23:27:21','2021-01-03 15:27:21'),(23069,10598,'action complete via WP Cron','2021-01-03 23:27:21','2021-01-03 15:27:21'),(23070,10599,'action created','2021-01-03 23:27:22','2021-01-03 15:27:22'),(23071,10599,'action started via WP Cron','2021-01-03 23:28:30','2021-01-03 15:28:30'),(23072,10599,'action complete via WP Cron','2021-01-03 23:28:30','2021-01-03 15:28:30'),(23073,10600,'action created','2021-01-03 23:28:30','2021-01-03 15:28:30'),(23074,10600,'action started via WP Cron','2021-01-03 23:28:53','2021-01-03 15:28:53'),(23075,10600,'action complete via WP Cron','2021-01-03 23:28:53','2021-01-03 15:28:53'),(23076,10601,'action created','2021-01-03 23:28:53','2021-01-03 15:28:53'),(23077,10601,'action started via WP Cron','2021-01-03 23:30:11','2021-01-03 15:30:11'),(23078,10601,'action complete via WP Cron','2021-01-03 23:30:11','2021-01-03 15:30:11'),(23079,10602,'action created','2021-01-03 23:30:11','2021-01-03 15:30:11'),(23080,10602,'action started via WP Cron','2021-01-03 23:31:03','2021-01-03 15:31:03'),(23081,10602,'action complete via WP Cron','2021-01-03 23:31:03','2021-01-03 15:31:03'),(23082,10603,'action created','2021-01-03 23:31:03','2021-01-03 15:31:03'),(23083,10603,'action started via WP Cron','2021-01-03 23:41:50','2021-01-03 15:41:50'),(23084,10603,'action complete via WP Cron','2021-01-03 23:41:50','2021-01-03 15:41:50'),(23085,10604,'action created','2021-01-03 23:41:50','2021-01-03 15:41:50'),(23086,10604,'action started via WP Cron','2021-01-03 23:52:40','2021-01-03 15:52:40'),(23087,10604,'action complete via WP Cron','2021-01-03 23:52:40','2021-01-03 15:52:40'),(23088,10605,'action created','2021-01-03 23:52:40','2021-01-03 15:52:40'),(23089,10605,'action started via WP Cron','2021-01-04 00:03:53','2021-01-03 16:03:53'),(23090,10605,'action complete via WP Cron','2021-01-04 00:03:53','2021-01-03 16:03:53'),(23091,10606,'action created','2021-01-04 00:03:53','2021-01-03 16:03:53'),(23092,10606,'action started via WP Cron','2021-01-04 00:23:51','2021-01-03 16:23:51'),(23093,10606,'action complete via WP Cron','2021-01-04 00:23:51','2021-01-03 16:23:51'),(23094,10607,'action created','2021-01-04 00:23:52','2021-01-03 16:23:52'),(23095,10607,'action started via WP Cron','2021-01-04 00:28:57','2021-01-03 16:28:57'),(23096,10607,'action complete via WP Cron','2021-01-04 00:28:57','2021-01-03 16:28:57'),(23097,10608,'action created','2021-01-04 00:28:57','2021-01-03 16:28:57'),(23098,10608,'action started via WP Cron','2021-01-04 00:34:14','2021-01-03 16:34:14'),(23099,10608,'action complete via WP Cron','2021-01-04 00:34:14','2021-01-03 16:34:14'),(23100,10609,'action created','2021-01-04 00:34:14','2021-01-03 16:34:14'),(23101,10609,'action started via WP Cron','2021-01-04 00:36:54','2021-01-03 16:36:54'),(23102,10609,'action complete via WP Cron','2021-01-04 00:36:54','2021-01-03 16:36:54'),(23103,10610,'action created','2021-01-04 00:36:54','2021-01-03 16:36:54'),(23104,10610,'action started via WP Cron','2021-01-04 00:37:45','2021-01-03 16:37:45'),(23105,10610,'action complete via WP Cron','2021-01-04 00:37:45','2021-01-03 16:37:45'),(23106,10611,'action created','2021-01-04 00:37:45','2021-01-03 16:37:45'),(23107,10611,'action started via WP Cron','2021-01-04 00:42:27','2021-01-03 16:42:27'),(23108,10611,'action complete via WP Cron','2021-01-04 00:42:27','2021-01-03 16:42:27'),(23109,10612,'action created','2021-01-04 00:42:27','2021-01-03 16:42:27'),(23110,10612,'action started via WP Cron','2021-01-04 00:52:37','2021-01-03 16:52:37'),(23111,10612,'action complete via WP Cron','2021-01-04 00:52:37','2021-01-03 16:52:37'),(23112,10613,'action created','2021-01-04 00:52:37','2021-01-03 16:52:37'),(23113,10613,'action started via WP Cron','2021-01-04 01:07:21','2021-01-03 17:07:21'),(23114,10613,'action complete via WP Cron','2021-01-04 01:07:21','2021-01-03 17:07:21'),(23115,10614,'action created','2021-01-04 01:07:21','2021-01-03 17:07:21'),(23116,10614,'action started via WP Cron','2021-01-04 01:10:51','2021-01-03 17:10:51'),(23117,10614,'action complete via WP Cron','2021-01-04 01:10:51','2021-01-03 17:10:51'),(23118,10615,'action created','2021-01-04 01:10:51','2021-01-03 17:10:51'),(23119,10615,'action started via WP Cron','2021-01-04 01:15:47','2021-01-03 17:15:47'),(23120,10615,'action complete via WP Cron','2021-01-04 01:15:47','2021-01-03 17:15:47'),(23121,10616,'action created','2021-01-04 01:15:47','2021-01-03 17:15:47'),(23122,10616,'action started via WP Cron','2021-01-04 01:16:52','2021-01-03 17:16:52'),(23123,10616,'action complete via WP Cron','2021-01-04 01:16:52','2021-01-03 17:16:52'),(23124,10617,'action created','2021-01-04 01:16:52','2021-01-03 17:16:52'),(23125,10617,'action started via WP Cron','2021-01-04 01:17:53','2021-01-03 17:17:53'),(23126,10617,'action complete via WP Cron','2021-01-04 01:17:53','2021-01-03 17:17:53'),(23127,10618,'action created','2021-01-04 01:17:53','2021-01-03 17:17:53'),(23128,10618,'action started via WP Cron','2021-01-04 01:20:06','2021-01-03 17:20:06'),(23129,10618,'action complete via WP Cron','2021-01-04 01:20:06','2021-01-03 17:20:06'),(23130,10619,'action created','2021-01-04 01:20:06','2021-01-03 17:20:06'),(23131,10619,'action started via WP Cron','2021-01-04 01:21:09','2021-01-03 17:21:09'),(23132,10619,'action complete via WP Cron','2021-01-04 01:21:09','2021-01-03 17:21:09'),(23133,10620,'action created','2021-01-04 01:22:11','2021-01-03 17:22:11'),(23134,10620,'action started via WP Cron','2021-01-04 01:26:31','2021-01-03 17:26:31'),(23135,10620,'action complete via WP Cron','2021-01-04 01:26:31','2021-01-03 17:26:31'),(23136,10621,'action created','2021-01-04 01:26:31','2021-01-03 17:26:31'),(23137,10621,'action started via WP Cron','2021-01-04 01:38:21','2021-01-03 17:38:21'),(23138,10621,'action complete via WP Cron','2021-01-04 01:38:21','2021-01-03 17:38:21'),(23139,10622,'action created','2021-01-04 01:38:21','2021-01-03 17:38:21'),(23140,10622,'action started via WP Cron','2021-01-04 01:43:21','2021-01-03 17:43:21'),(23141,10622,'action complete via WP Cron','2021-01-04 01:43:21','2021-01-03 17:43:21'),(23142,10623,'action created','2021-01-04 01:43:21','2021-01-03 17:43:21'),(23143,10623,'action started via WP Cron','2021-01-04 01:49:02','2021-01-03 17:49:02'),(23144,10623,'action complete via WP Cron','2021-01-04 01:49:02','2021-01-03 17:49:02'),(23145,10624,'action created','2021-01-04 01:49:02','2021-01-03 17:49:02'),(23146,10624,'action started via WP Cron','2021-01-04 01:53:11','2021-01-03 17:53:11'),(23147,10624,'action complete via WP Cron','2021-01-04 01:53:11','2021-01-03 17:53:11'),(23148,10625,'action created','2021-01-04 01:53:11','2021-01-03 17:53:11'),(23149,10625,'action started via WP Cron','2021-01-04 01:53:41','2021-01-03 17:53:41'),(23150,10625,'action complete via WP Cron','2021-01-04 01:53:41','2021-01-03 17:53:41'),(23151,10626,'action created','2021-01-04 01:53:41','2021-01-03 17:53:41'),(23152,10626,'action started via WP Cron','2021-01-04 01:54:49','2021-01-03 17:54:49'),(23153,10626,'action complete via WP Cron','2021-01-04 01:54:49','2021-01-03 17:54:49'),(23154,10627,'action created','2021-01-04 01:54:49','2021-01-03 17:54:49'),(23155,10627,'action started via WP Cron','2021-01-04 01:55:52','2021-01-03 17:55:52'),(23156,10627,'action complete via WP Cron','2021-01-04 01:55:52','2021-01-03 17:55:52'),(23157,10628,'action created','2021-01-04 01:55:52','2021-01-03 17:55:52'),(23158,10628,'action started via WP Cron','2021-01-04 01:56:46','2021-01-03 17:56:46'),(23159,10628,'action complete via WP Cron','2021-01-04 01:56:46','2021-01-03 17:56:46'),(23160,10629,'action created','2021-01-04 01:56:46','2021-01-03 17:56:46'),(23161,10629,'action started via WP Cron','2021-01-04 01:57:55','2021-01-03 17:57:55'),(23162,10629,'action complete via WP Cron','2021-01-04 01:57:55','2021-01-03 17:57:55'),(23163,10630,'action created','2021-01-04 01:57:55','2021-01-03 17:57:55'),(23164,10630,'action started via WP Cron','2021-01-04 01:58:41','2021-01-03 17:58:41'),(23165,10630,'action complete via WP Cron','2021-01-04 01:58:41','2021-01-03 17:58:41'),(23166,10631,'action created','2021-01-04 01:58:41','2021-01-03 17:58:41'),(23167,10631,'action started via WP Cron','2021-01-04 01:59:48','2021-01-03 17:59:48'),(23168,10631,'action complete via WP Cron','2021-01-04 01:59:48','2021-01-03 17:59:48'),(23169,10632,'action created','2021-01-04 01:59:48','2021-01-03 17:59:48'),(23170,10632,'action started via WP Cron','2021-01-04 02:00:50','2021-01-03 18:00:50'),(23171,10632,'action complete via WP Cron','2021-01-04 02:00:50','2021-01-03 18:00:50'),(23172,10633,'action created','2021-01-04 02:00:50','2021-01-03 18:00:50'),(23173,10633,'action started via WP Cron','2021-01-04 02:01:43','2021-01-03 18:01:43'),(23174,10633,'action complete via WP Cron','2021-01-04 02:01:43','2021-01-03 18:01:43'),(23175,10634,'action created','2021-01-04 02:01:43','2021-01-03 18:01:43'),(23176,10634,'action started via WP Cron','2021-01-04 02:02:46','2021-01-03 18:02:46'),(23177,10634,'action complete via WP Cron','2021-01-04 02:02:46','2021-01-03 18:02:46'),(23178,10635,'action created','2021-01-04 02:02:46','2021-01-03 18:02:46'),(23179,9958,'action started via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23180,9958,'action complete via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23181,10636,'action created','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23182,10635,'action started via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23183,10635,'action complete via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23184,9957,'action started via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23185,9957,'action complete via WP Cron','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23186,10637,'action created','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23187,10638,'action created','2021-01-04 02:11:29','2021-01-03 18:11:29'),(23188,10638,'action started via WP Cron','2021-01-04 02:12:35','2021-01-03 18:12:35'),(23189,10638,'action complete via WP Cron','2021-01-04 02:12:35','2021-01-03 18:12:35'),(23190,10639,'action created','2021-01-04 02:12:35','2021-01-03 18:12:35'),(23191,10639,'action started via WP Cron','2021-01-04 02:13:35','2021-01-03 18:13:35'),(23192,10639,'action complete via WP Cron','2021-01-04 02:13:35','2021-01-03 18:13:35'),(23193,10640,'action created','2021-01-04 02:13:36','2021-01-03 18:13:36'),(23194,10640,'action started via WP Cron','2021-01-04 02:14:37','2021-01-03 18:14:37'),(23195,10640,'action complete via WP Cron','2021-01-04 02:14:37','2021-01-03 18:14:37'),(23196,10641,'action created','2021-01-04 02:14:37','2021-01-03 18:14:37'),(23197,10641,'action started via WP Cron','2021-01-04 02:15:37','2021-01-03 18:15:37'),(23198,10641,'action complete via WP Cron','2021-01-04 02:15:37','2021-01-03 18:15:37'),(23199,10642,'action created','2021-01-04 02:15:38','2021-01-03 18:15:38'),(23200,10642,'action started via WP Cron','2021-01-04 02:16:17','2021-01-03 18:16:17'),(23201,10642,'action complete via WP Cron','2021-01-04 02:16:17','2021-01-03 18:16:17'),(23202,10643,'action created','2021-01-04 02:16:17','2021-01-03 18:16:17'),(23203,10643,'action started via WP Cron','2021-01-04 02:17:39','2021-01-03 18:17:39'),(23204,10643,'action complete via WP Cron','2021-01-04 02:17:39','2021-01-03 18:17:39'),(23205,10644,'action created','2021-01-04 02:17:40','2021-01-03 18:17:40'),(23206,10644,'action started via WP Cron','2021-01-04 02:18:58','2021-01-03 18:18:58'),(23207,10644,'action complete via WP Cron','2021-01-04 02:18:58','2021-01-03 18:18:58'),(23208,10645,'action created','2021-01-04 02:18:58','2021-01-03 18:18:58'),(23209,10645,'action started via WP Cron','2021-01-04 02:22:22','2021-01-03 18:22:22'),(23210,10645,'action complete via WP Cron','2021-01-04 02:22:22','2021-01-03 18:22:22'),(23211,10646,'action created','2021-01-04 02:22:22','2021-01-03 18:22:22'),(23212,10646,'action started via WP Cron','2021-01-04 02:23:08','2021-01-03 18:23:08'),(23213,10646,'action complete via WP Cron','2021-01-04 02:23:08','2021-01-03 18:23:08'),(23214,10647,'action created','2021-01-04 02:23:08','2021-01-03 18:23:08'),(23215,10647,'action started via WP Cron','2021-01-04 02:23:47','2021-01-03 18:23:47'),(23216,10647,'action complete via WP Cron','2021-01-04 02:23:47','2021-01-03 18:23:47'),(23217,10648,'action created','2021-01-04 02:23:48','2021-01-03 18:23:48'),(23218,10648,'action started via WP Cron','2021-01-04 02:28:42','2021-01-03 18:28:42'),(23219,10648,'action complete via WP Cron','2021-01-04 02:28:42','2021-01-03 18:28:42'),(23220,10649,'action created','2021-01-04 02:28:42','2021-01-03 18:28:42'),(23221,10649,'action started via WP Cron','2021-01-04 02:29:49','2021-01-03 18:29:49'),(23222,10649,'action complete via WP Cron','2021-01-04 02:29:49','2021-01-03 18:29:49'),(23223,10650,'action created','2021-01-04 02:29:49','2021-01-03 18:29:49'),(23224,10650,'action started via WP Cron','2021-01-04 02:30:50','2021-01-03 18:30:50'),(23225,10650,'action complete via WP Cron','2021-01-04 02:30:50','2021-01-03 18:30:50'),(23226,10651,'action created','2021-01-04 02:30:50','2021-01-03 18:30:50'),(23227,10651,'action started via WP Cron','2021-01-04 02:32:52','2021-01-03 18:32:52'),(23228,10651,'action complete via WP Cron','2021-01-04 02:32:52','2021-01-03 18:32:52'),(23229,10652,'action created','2021-01-04 02:32:52','2021-01-03 18:32:52'),(23230,10652,'action started via WP Cron','2021-01-04 02:33:53','2021-01-03 18:33:53'),(23231,10652,'action complete via WP Cron','2021-01-04 02:33:53','2021-01-03 18:33:53'),(23232,10653,'action created','2021-01-04 02:33:53','2021-01-03 18:33:53'),(23233,10653,'action started via WP Cron','2021-01-04 02:34:54','2021-01-03 18:34:54'),(23234,10653,'action complete via WP Cron','2021-01-04 02:34:54','2021-01-03 18:34:54'),(23235,10654,'action created','2021-01-04 02:34:54','2021-01-03 18:34:54'),(23236,10654,'action started via WP Cron','2021-01-04 02:50:18','2021-01-03 18:50:18'),(23237,10654,'action complete via WP Cron','2021-01-04 02:50:18','2021-01-03 18:50:18'),(23238,10655,'action created','2021-01-04 02:54:49','2021-01-03 18:54:49'),(23239,10655,'action started via WP Cron','2021-01-04 02:55:41','2021-01-03 18:55:41'),(23240,10655,'action complete via WP Cron','2021-01-04 02:55:41','2021-01-03 18:55:41'),(23241,10656,'action created','2021-01-04 02:55:42','2021-01-03 18:55:42'),(23242,10656,'action started via WP Cron','2021-01-04 03:04:38','2021-01-03 19:04:38'),(23243,10656,'action complete via WP Cron','2021-01-04 03:04:38','2021-01-03 19:04:38'),(23244,10657,'action created','2021-01-04 03:04:38','2021-01-03 19:04:38'),(23245,10657,'action started via WP Cron','2021-01-04 03:07:24','2021-01-03 19:07:24'),(23246,10657,'action complete via WP Cron','2021-01-04 03:07:24','2021-01-03 19:07:24'),(23247,10658,'action created','2021-01-04 03:07:24','2021-01-03 19:07:24'),(23248,10658,'action started via WP Cron','2021-01-04 03:10:50','2021-01-03 19:10:50'),(23249,10658,'action complete via WP Cron','2021-01-04 03:10:50','2021-01-03 19:10:50'),(23250,10659,'action created','2021-01-04 03:10:51','2021-01-03 19:10:51'),(23251,10659,'action started via WP Cron','2021-01-04 03:12:10','2021-01-03 19:12:10'),(23252,10659,'action complete via WP Cron','2021-01-04 03:12:10','2021-01-03 19:12:10'),(23253,10660,'action created','2021-01-04 03:12:11','2021-01-03 19:12:11'),(23254,10660,'action started via WP Cron','2021-01-04 03:15:22','2021-01-03 19:15:22'),(23255,10660,'action complete via WP Cron','2021-01-04 03:15:22','2021-01-03 19:15:22'),(23256,10661,'action created','2021-01-04 03:15:23','2021-01-03 19:15:23'),(23257,10661,'action started via WP Cron','2021-01-04 03:16:09','2021-01-03 19:16:09'),(23258,10661,'action complete via WP Cron','2021-01-04 03:16:09','2021-01-03 19:16:09'),(23259,10662,'action created','2021-01-04 03:16:09','2021-01-03 19:16:09'),(23260,10662,'action started via WP Cron','2021-01-04 03:18:19','2021-01-03 19:18:19'),(23261,10662,'action complete via WP Cron','2021-01-04 03:18:19','2021-01-03 19:18:19'),(23262,10663,'action created','2021-01-04 03:18:19','2021-01-03 19:18:19'),(23263,10663,'action started via WP Cron','2021-01-04 03:19:38','2021-01-03 19:19:38'),(23264,10663,'action complete via WP Cron','2021-01-04 03:19:38','2021-01-03 19:19:38'),(23265,10664,'action created','2021-01-04 03:19:38','2021-01-03 19:19:38'),(23266,10664,'action started via WP Cron','2021-01-04 03:20:31','2021-01-03 19:20:31'),(23267,10664,'action complete via WP Cron','2021-01-04 03:20:31','2021-01-03 19:20:31'),(23268,10665,'action created','2021-01-04 03:20:31','2021-01-03 19:20:31'),(23269,10665,'action started via WP Cron','2021-01-04 03:21:07','2021-01-03 19:21:07'),(23270,10665,'action complete via WP Cron','2021-01-04 03:21:07','2021-01-03 19:21:07'),(23271,10666,'action created','2021-01-04 03:21:07','2021-01-03 19:21:07'),(23272,10666,'action started via WP Cron','2021-01-04 03:21:56','2021-01-03 19:21:56'),(23273,10666,'action complete via WP Cron','2021-01-04 03:21:56','2021-01-03 19:21:56'),(23274,10667,'action created','2021-01-04 03:21:56','2021-01-03 19:21:56'),(23275,10667,'action started via WP Cron','2021-01-04 03:23:05','2021-01-03 19:23:05'),(23276,10667,'action complete via WP Cron','2021-01-04 03:23:05','2021-01-03 19:23:05'),(23277,10668,'action created','2021-01-04 03:23:05','2021-01-03 19:23:05'),(23278,10668,'action started via WP Cron','2021-01-04 03:23:42','2021-01-03 19:23:42'),(23279,10668,'action complete via WP Cron','2021-01-04 03:23:42','2021-01-03 19:23:42'),(23280,10669,'action created','2021-01-04 03:23:42','2021-01-03 19:23:42'),(23281,10669,'action started via WP Cron','2021-01-04 03:25:09','2021-01-03 19:25:09'),(23282,10669,'action complete via WP Cron','2021-01-04 03:25:09','2021-01-03 19:25:09'),(23283,10670,'action created','2021-01-04 03:25:09','2021-01-03 19:25:09'),(23284,10670,'action started via WP Cron','2021-01-04 03:35:54','2021-01-03 19:35:54'),(23285,10670,'action complete via WP Cron','2021-01-04 03:35:54','2021-01-03 19:35:54'),(23286,10671,'action created','2021-01-04 03:35:54','2021-01-03 19:35:54'),(23287,10671,'action started via WP Cron','2021-01-04 03:36:55','2021-01-03 19:36:55'),(23288,10671,'action complete via WP Cron','2021-01-04 03:36:55','2021-01-03 19:36:55'),(23289,10672,'action created','2021-01-04 03:36:55','2021-01-03 19:36:55'),(23290,10672,'action started via WP Cron','2021-01-04 03:37:56','2021-01-03 19:37:56'),(23291,10672,'action complete via WP Cron','2021-01-04 03:37:56','2021-01-03 19:37:56'),(23292,10673,'action created','2021-01-04 03:37:56','2021-01-03 19:37:56'),(23293,10673,'action started via WP Cron','2021-01-04 03:39:41','2021-01-03 19:39:41'),(23294,10673,'action complete via WP Cron','2021-01-04 03:39:41','2021-01-03 19:39:41'),(23295,10674,'action created','2021-01-04 03:39:41','2021-01-03 19:39:41'),(23296,10674,'action started via WP Cron','2021-01-04 03:40:59','2021-01-03 19:40:59'),(23297,10674,'action complete via WP Cron','2021-01-04 03:40:59','2021-01-03 19:40:59'),(23298,10675,'action created','2021-01-04 03:40:59','2021-01-03 19:40:59'),(23299,10675,'action started via WP Cron','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23300,10675,'action complete via WP Cron','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23301,9999,'action started via WP Cron','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23302,9999,'action complete via WP Cron','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23303,10676,'action created','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23304,10677,'action created','2021-01-04 03:51:53','2021-01-03 19:51:53'),(23305,10677,'action started via WP Cron','2021-01-04 03:53:31','2021-01-03 19:53:31'),(23306,10677,'action complete via WP Cron','2021-01-04 03:53:31','2021-01-03 19:53:31'),(23307,10678,'action created','2021-01-04 03:53:31','2021-01-03 19:53:31'),(23308,10678,'action started via WP Cron','2021-01-04 03:57:38','2021-01-03 19:57:38'),(23309,10678,'action complete via WP Cron','2021-01-04 03:57:38','2021-01-03 19:57:38'),(23310,10679,'action created','2021-01-04 03:57:38','2021-01-03 19:57:38'),(23311,10679,'action started via WP Cron','2021-01-04 04:23:26','2021-01-03 20:23:26'),(23312,10679,'action complete via WP Cron','2021-01-04 04:23:26','2021-01-03 20:23:26'),(23313,10680,'action created','2021-01-04 04:23:26','2021-01-03 20:23:26'),(23314,10680,'action started via WP Cron','2021-01-04 04:24:26','2021-01-03 20:24:26'),(23315,10680,'action complete via WP Cron','2021-01-04 04:24:26','2021-01-03 20:24:26'),(23316,10681,'action created','2021-01-04 04:24:26','2021-01-03 20:24:26'),(23317,10681,'action started via WP Cron','2021-01-04 04:25:16','2021-01-03 20:25:16'),(23318,10681,'action complete via WP Cron','2021-01-04 04:25:16','2021-01-03 20:25:16'),(23319,10682,'action created','2021-01-04 04:25:16','2021-01-03 20:25:16'),(23320,10682,'action started via WP Cron','2021-01-04 04:25:45','2021-01-03 20:25:45'),(23321,10682,'action complete via WP Cron','2021-01-04 04:25:45','2021-01-03 20:25:45'),(23322,10683,'action created','2021-01-04 04:26:28','2021-01-03 20:26:28'),(23323,10683,'action started via WP Cron','2021-01-04 04:26:47','2021-01-03 20:26:47'),(23324,10683,'action complete via WP Cron','2021-01-04 04:26:47','2021-01-03 20:26:47'),(23325,10684,'action created','2021-01-04 04:27:28','2021-01-03 20:27:28'),(23326,10684,'action started via WP Cron','2021-01-04 04:27:45','2021-01-03 20:27:45'),(23327,10684,'action complete via WP Cron','2021-01-04 04:27:45','2021-01-03 20:27:45'),(23328,10685,'action created','2021-01-04 04:28:29','2021-01-03 20:28:29'),(23329,10685,'action started via WP Cron','2021-01-04 04:28:42','2021-01-03 20:28:42'),(23330,10685,'action complete via WP Cron','2021-01-04 04:28:42','2021-01-03 20:28:42'),(23331,10686,'action created','2021-01-04 04:28:42','2021-01-03 20:28:42'),(23332,10686,'action started via WP Cron','2021-01-04 04:29:43','2021-01-03 20:29:43'),(23333,10686,'action complete via WP Cron','2021-01-04 04:29:43','2021-01-03 20:29:43'),(23334,10687,'action created','2021-01-04 04:29:43','2021-01-03 20:29:43'),(23335,10687,'action started via WP Cron','2021-01-04 04:33:08','2021-01-03 20:33:08'),(23336,10687,'action complete via WP Cron','2021-01-04 04:33:08','2021-01-03 20:33:08'),(23337,10688,'action created','2021-01-04 04:33:08','2021-01-03 20:33:08'),(23338,10688,'action started via WP Cron','2021-01-04 04:33:43','2021-01-03 20:33:43'),(23339,10688,'action complete via WP Cron','2021-01-04 04:33:43','2021-01-03 20:33:43'),(23340,10689,'action created','2021-01-04 04:33:43','2021-01-03 20:33:43'),(23341,10689,'action started via WP Cron','2021-01-04 04:41:23','2021-01-03 20:41:23'),(23342,10689,'action complete via WP Cron','2021-01-04 04:41:23','2021-01-03 20:41:23'),(23343,10690,'action created','2021-01-04 04:41:23','2021-01-03 20:41:23'),(23344,10690,'action started via WP Cron','2021-01-04 04:42:25','2021-01-03 20:42:25'),(23345,10690,'action complete via WP Cron','2021-01-04 04:42:25','2021-01-03 20:42:25'),(23346,10691,'action created','2021-01-04 04:42:25','2021-01-03 20:42:25'),(23347,10691,'action started via WP Cron','2021-01-04 04:43:25','2021-01-03 20:43:25'),(23348,10691,'action complete via WP Cron','2021-01-04 04:43:25','2021-01-03 20:43:25'),(23349,10692,'action created','2021-01-04 04:43:25','2021-01-03 20:43:25'),(23350,10692,'action started via WP Cron','2021-01-04 04:45:27','2021-01-03 20:45:27'),(23351,10692,'action complete via WP Cron','2021-01-04 04:45:27','2021-01-03 20:45:27'),(23352,10693,'action created','2021-01-04 04:45:27','2021-01-03 20:45:27'),(23353,10693,'action started via WP Cron','2021-01-04 04:46:29','2021-01-03 20:46:29'),(23354,10693,'action complete via WP Cron','2021-01-04 04:46:29','2021-01-03 20:46:29'),(23355,10694,'action created','2021-01-04 04:46:29','2021-01-03 20:46:29'),(23356,10694,'action started via WP Cron','2021-01-04 04:46:47','2021-01-03 20:46:47'),(23357,10694,'action complete via WP Cron','2021-01-04 04:46:47','2021-01-03 20:46:47'),(23358,10695,'action created','2021-01-04 04:46:47','2021-01-03 20:46:47'),(23359,10695,'action started via WP Cron','2021-01-04 04:48:41','2021-01-03 20:48:41'),(23360,10695,'action complete via WP Cron','2021-01-04 04:48:41','2021-01-03 20:48:41'),(23361,10696,'action created','2021-01-04 04:48:41','2021-01-03 20:48:41'),(23362,10696,'action started via WP Cron','2021-01-04 04:50:08','2021-01-03 20:50:08'),(23363,10696,'action complete via WP Cron','2021-01-04 04:50:08','2021-01-03 20:50:08'),(23364,10697,'action created','2021-01-04 04:50:08','2021-01-03 20:50:08'),(23365,10697,'action started via WP Cron','2021-01-04 04:50:42','2021-01-03 20:50:42'),(23366,10697,'action complete via WP Cron','2021-01-04 04:50:42','2021-01-03 20:50:42'),(23367,10698,'action created','2021-01-04 04:50:42','2021-01-03 20:50:42'),(23368,10698,'action started via WP Cron','2021-01-04 04:54:12','2021-01-03 20:54:12'),(23369,10698,'action complete via WP Cron','2021-01-04 04:54:12','2021-01-03 20:54:12'),(78158,28963,'action complete via WP Cron','2021-02-04 04:54:16','2021-02-03 20:54:16'),(78157,28963,'action started via WP Cron','2021-02-04 04:54:16','2021-02-03 20:54:16'),(92733,33822,'action created','2021-02-11 05:01:56','2021-02-10 21:01:56'),(23373,10700,'action created','2021-01-04 04:54:12','2021-01-03 20:54:12'),(23374,10700,'action started via WP Cron','2021-01-04 05:02:17','2021-01-03 21:02:17'),(23375,10700,'action complete via WP Cron','2021-01-04 05:02:17','2021-01-03 21:02:17'),(23376,10701,'action created','2021-01-04 05:02:17','2021-01-03 21:02:17'),(23377,10701,'action started via WP Cron','2021-01-04 05:03:44','2021-01-03 21:03:44'),(23378,10701,'action complete via WP Cron','2021-01-04 05:03:44','2021-01-03 21:03:44'),(23379,10702,'action created','2021-01-04 05:03:45','2021-01-03 21:03:45'),(23380,10702,'action started via WP Cron','2021-01-04 05:04:47','2021-01-03 21:04:47'),(23381,10702,'action complete via WP Cron','2021-01-04 05:04:47','2021-01-03 21:04:47'),(23382,10703,'action created','2021-01-04 05:04:47','2021-01-03 21:04:47'),(23383,10703,'action started via WP Cron','2021-01-04 05:07:30','2021-01-03 21:07:30'),(23384,10703,'action complete via WP Cron','2021-01-04 05:07:30','2021-01-03 21:07:30'),(23385,10704,'action created','2021-01-04 05:07:30','2021-01-03 21:07:30'),(23386,10704,'action started via WP Cron','2021-01-04 05:08:31','2021-01-03 21:08:31'),(23387,10704,'action complete via WP Cron','2021-01-04 05:08:31','2021-01-03 21:08:31'),(23388,10705,'action created','2021-01-04 05:08:31','2021-01-03 21:08:31'),(23389,10705,'action started via WP Cron','2021-01-04 05:09:32','2021-01-03 21:09:32'),(23390,10705,'action complete via WP Cron','2021-01-04 05:09:32','2021-01-03 21:09:32'),(23391,10706,'action created','2021-01-04 05:09:32','2021-01-03 21:09:32'),(23392,10706,'action started via WP Cron','2021-01-04 05:10:36','2021-01-03 21:10:36'),(23393,10706,'action complete via WP Cron','2021-01-04 05:10:36','2021-01-03 21:10:36'),(23394,10707,'action created','2021-01-04 05:10:36','2021-01-03 21:10:36'),(23395,10707,'action started via WP Cron','2021-01-04 05:16:12','2021-01-03 21:16:12'),(23396,10707,'action complete via WP Cron','2021-01-04 05:16:12','2021-01-03 21:16:12'),(23397,10708,'action created','2021-01-04 05:16:12','2021-01-03 21:16:12'),(23398,10708,'action started via WP Cron','2021-01-04 05:24:01','2021-01-03 21:24:01'),(23399,10708,'action complete via WP Cron','2021-01-04 05:24:01','2021-01-03 21:24:01'),(23400,10709,'action created','2021-01-04 05:24:01','2021-01-03 21:24:01'),(23401,10709,'action started via WP Cron','2021-01-04 05:25:09','2021-01-03 21:25:09'),(23402,10709,'action complete via WP Cron','2021-01-04 05:25:09','2021-01-03 21:25:09'),(23403,10710,'action created','2021-01-04 05:25:09','2021-01-03 21:25:09'),(23404,10710,'action started via WP Cron','2021-01-04 05:26:10','2021-01-03 21:26:10'),(23405,10710,'action complete via WP Cron','2021-01-04 05:26:10','2021-01-03 21:26:10'),(23406,10711,'action created','2021-01-04 05:26:10','2021-01-03 21:26:10'),(23407,10711,'action started via WP Cron','2021-01-04 05:28:32','2021-01-03 21:28:32'),(23408,10711,'action complete via WP Cron','2021-01-04 05:28:32','2021-01-03 21:28:32'),(23409,10712,'action created','2021-01-04 05:28:32','2021-01-03 21:28:32'),(23410,10712,'action started via WP Cron','2021-01-04 05:29:13','2021-01-03 21:29:13'),(23411,10712,'action complete via WP Cron','2021-01-04 05:29:13','2021-01-03 21:29:13'),(23412,10713,'action created','2021-01-04 05:29:13','2021-01-03 21:29:13'),(23413,10713,'action started via WP Cron','2021-01-04 05:30:14','2021-01-03 21:30:14'),(23414,10713,'action complete via WP Cron','2021-01-04 05:30:14','2021-01-03 21:30:14'),(23415,10714,'action created','2021-01-04 05:30:14','2021-01-03 21:30:14'),(23416,10714,'action started via WP Cron','2021-01-04 05:31:15','2021-01-03 21:31:15'),(23417,10714,'action complete via WP Cron','2021-01-04 05:31:15','2021-01-03 21:31:15'),(23418,10715,'action created','2021-01-04 05:31:15','2021-01-03 21:31:15'),(23419,10715,'action started via WP Cron','2021-01-04 05:34:27','2021-01-03 21:34:27'),(23420,10715,'action complete via WP Cron','2021-01-04 05:34:27','2021-01-03 21:34:27'),(23421,10716,'action created','2021-01-04 05:34:27','2021-01-03 21:34:27'),(23422,10716,'action started via WP Cron','2021-01-04 05:36:27','2021-01-03 21:36:27'),(23423,10716,'action complete via WP Cron','2021-01-04 05:36:27','2021-01-03 21:36:27'),(23424,10717,'action created','2021-01-04 05:36:27','2021-01-03 21:36:27'),(23425,10717,'action started via WP Cron','2021-01-04 05:37:35','2021-01-03 21:37:35'),(23426,10717,'action complete via WP Cron','2021-01-04 05:37:35','2021-01-03 21:37:35'),(23427,10718,'action created','2021-01-04 05:37:35','2021-01-03 21:37:35'),(23428,10718,'action started via WP Cron','2021-01-04 05:38:06','2021-01-03 21:38:06'),(23429,10718,'action complete via WP Cron','2021-01-04 05:38:06','2021-01-03 21:38:06'),(23430,10719,'action created','2021-01-04 05:38:06','2021-01-03 21:38:06'),(23431,10719,'action started via WP Cron','2021-01-04 05:42:40','2021-01-03 21:42:40'),(23432,10719,'action complete via WP Cron','2021-01-04 05:42:40','2021-01-03 21:42:40'),(23433,10720,'action created','2021-01-04 05:42:40','2021-01-03 21:42:40'),(23434,10720,'action started via WP Cron','2021-01-04 05:43:45','2021-01-03 21:43:45'),(23435,10720,'action complete via WP Cron','2021-01-04 05:43:45','2021-01-03 21:43:45'),(23436,10721,'action created','2021-01-04 05:43:45','2021-01-03 21:43:45'),(23437,10721,'action started via WP Cron','2021-01-04 05:44:47','2021-01-03 21:44:47'),(23438,10721,'action complete via WP Cron','2021-01-04 05:44:47','2021-01-03 21:44:47'),(23439,10722,'action created','2021-01-04 05:44:49','2021-01-03 21:44:49'),(23440,10722,'action started via WP Cron','2021-01-04 05:45:47','2021-01-03 21:45:47'),(23441,10722,'action complete via WP Cron','2021-01-04 05:45:47','2021-01-03 21:45:47'),(23442,10723,'action created','2021-01-04 05:45:48','2021-01-03 21:45:48'),(23446,10724,'action started via WP Cron','2021-01-04 05:47:49','2021-01-03 21:47:49'),(23447,10724,'action complete via WP Cron','2021-01-04 05:47:49','2021-01-03 21:47:49'),(23448,10725,'action created','2021-01-04 05:47:49','2021-01-03 21:47:49'),(23449,10725,'action started via WP Cron','2021-01-04 05:49:36','2021-01-03 21:49:36'),(23450,10725,'action complete via WP Cron','2021-01-04 05:49:36','2021-01-03 21:49:36'),(23451,10726,'action created','2021-01-04 05:49:36','2021-01-03 21:49:36'),(23452,10726,'action started via WP Cron','2021-01-04 05:55:25','2021-01-03 21:55:25'),(23453,10726,'action complete via WP Cron','2021-01-04 05:55:25','2021-01-03 21:55:25'),(23454,10727,'action created','2021-01-04 05:55:25','2021-01-03 21:55:25'),(23455,10727,'action started via WP Cron','2021-01-04 05:59:47','2021-01-03 21:59:47'),(23456,10727,'action complete via WP Cron','2021-01-04 05:59:47','2021-01-03 21:59:47'),(23457,10728,'action created','2021-01-04 05:59:47','2021-01-03 21:59:47'),(23458,10728,'action started via WP Cron','2021-01-04 06:02:28','2021-01-03 22:02:28'),(23459,10728,'action complete via WP Cron','2021-01-04 06:02:28','2021-01-03 22:02:28'),(23460,10729,'action created','2021-01-04 06:02:28','2021-01-03 22:02:28'),(23461,10729,'action started via WP Cron','2021-01-04 06:10:11','2021-01-03 22:10:11'),(23462,10729,'action complete via WP Cron','2021-01-04 06:10:11','2021-01-03 22:10:11'),(23463,10730,'action created','2021-01-04 06:10:11','2021-01-03 22:10:11'),(23464,10730,'action started via WP Cron','2021-01-04 06:11:11','2021-01-03 22:11:11'),(23465,10730,'action complete via WP Cron','2021-01-04 06:11:11','2021-01-03 22:11:11'),(23466,10731,'action created','2021-01-04 06:11:11','2021-01-03 22:11:11'),(23467,10731,'action started via WP Cron','2021-01-04 06:12:12','2021-01-03 22:12:12'),(23468,10731,'action complete via WP Cron','2021-01-04 06:12:12','2021-01-03 22:12:12'),(23469,10732,'action created','2021-01-04 06:12:12','2021-01-03 22:12:12'),(23470,10732,'action started via WP Cron','2021-01-04 06:14:14','2021-01-03 22:14:14'),(23471,10732,'action complete via WP Cron','2021-01-04 06:14:14','2021-01-03 22:14:14'),(23472,10733,'action created','2021-01-04 06:14:15','2021-01-03 22:14:15'),(23473,10733,'action started via WP Cron','2021-01-04 06:15:15','2021-01-03 22:15:15'),(23474,10733,'action complete via WP Cron','2021-01-04 06:15:15','2021-01-03 22:15:15'),(23475,10734,'action created','2021-01-04 06:15:16','2021-01-03 22:15:16'),(23476,10734,'action started via WP Cron','2021-01-04 06:16:17','2021-01-03 22:16:17'),(23477,10734,'action complete via WP Cron','2021-01-04 06:16:17','2021-01-03 22:16:17'),(23478,10735,'action created','2021-01-04 06:16:17','2021-01-03 22:16:17'),(23479,10735,'action started via WP Cron','2021-01-04 06:21:03','2021-01-03 22:21:03'),(23480,10735,'action complete via WP Cron','2021-01-04 06:21:03','2021-01-03 22:21:03'),(23481,10736,'action created','2021-01-04 06:21:04','2021-01-03 22:21:04'),(23482,10736,'action started via WP Cron','2021-01-04 06:22:09','2021-01-03 22:22:09'),(23483,10736,'action complete via WP Cron','2021-01-04 06:22:09','2021-01-03 22:22:09'),(23484,10737,'action created','2021-01-04 06:22:10','2021-01-03 22:22:10'),(23485,10737,'action started via WP Cron','2021-01-04 06:23:10','2021-01-03 22:23:10'),(23486,10737,'action complete via WP Cron','2021-01-04 06:23:10','2021-01-03 22:23:10'),(23487,10738,'action created','2021-01-04 06:23:11','2021-01-03 22:23:11'),(23488,10738,'action started via WP Cron','2021-01-04 06:31:20','2021-01-03 22:31:20'),(23489,10738,'action complete via WP Cron','2021-01-04 06:31:20','2021-01-03 22:31:20'),(23490,10739,'action created','2021-01-04 06:31:20','2021-01-03 22:31:20'),(23491,10739,'action started via WP Cron','2021-01-04 06:32:19','2021-01-03 22:32:19'),(23492,10739,'action complete via WP Cron','2021-01-04 06:32:19','2021-01-03 22:32:19'),(23493,10740,'action created','2021-01-04 06:32:19','2021-01-03 22:32:19'),(23494,10740,'action started via WP Cron','2021-01-04 06:33:19','2021-01-03 22:33:19'),(23495,10740,'action complete via WP Cron','2021-01-04 06:33:19','2021-01-03 22:33:19'),(23496,10741,'action created','2021-01-04 06:33:19','2021-01-03 22:33:19'),(23497,10741,'action started via WP Cron','2021-01-04 06:35:22','2021-01-03 22:35:22'),(23498,10741,'action complete via WP Cron','2021-01-04 06:35:22','2021-01-03 22:35:22'),(23499,10742,'action created','2021-01-04 06:35:22','2021-01-03 22:35:22'),(23500,10742,'action started via WP Cron','2021-01-04 06:36:22','2021-01-03 22:36:22'),(23501,10742,'action complete via WP Cron','2021-01-04 06:36:22','2021-01-03 22:36:22'),(23502,10743,'action created','2021-01-04 06:36:22','2021-01-03 22:36:22'),(23503,10743,'action started via WP Cron','2021-01-04 06:37:02','2021-01-03 22:37:02'),(23504,10743,'action complete via WP Cron','2021-01-04 06:37:02','2021-01-03 22:37:02'),(23505,10744,'action created','2021-01-04 06:37:02','2021-01-03 22:37:02'),(23506,10744,'action started via WP Cron','2021-01-04 06:38:30','2021-01-03 22:38:30'),(23507,10744,'action complete via WP Cron','2021-01-04 06:38:30','2021-01-03 22:38:30'),(23508,10745,'action created','2021-01-04 06:38:30','2021-01-03 22:38:30'),(23509,10745,'action started via WP Cron','2021-01-04 06:38:57','2021-01-03 22:38:57'),(23510,10745,'action complete via WP Cron','2021-01-04 06:38:57','2021-01-03 22:38:57'),(23511,10746,'action created','2021-01-04 06:38:57','2021-01-03 22:38:57'),(23512,10746,'action started via WP Cron','2021-01-04 06:40:00','2021-01-03 22:40:00'),(23513,10746,'action complete via WP Cron','2021-01-04 06:40:00','2021-01-03 22:40:00'),(23514,10747,'action created','2021-01-04 06:40:00','2021-01-03 22:40:00'),(23515,10747,'action started via WP Cron','2021-01-04 06:41:00','2021-01-03 22:41:00'),(23516,10747,'action complete via WP Cron','2021-01-04 06:41:00','2021-01-03 22:41:00'),(23517,10748,'action created','2021-01-04 06:41:00','2021-01-03 22:41:00'),(23518,10748,'action started via WP Cron','2021-01-04 06:47:56','2021-01-03 22:47:56'),(23519,10748,'action complete via WP Cron','2021-01-04 06:47:56','2021-01-03 22:47:56'),(23520,10749,'action created','2021-01-04 06:47:56','2021-01-03 22:47:56'),(23521,10749,'action started via WP Cron','2021-01-04 06:48:49','2021-01-03 22:48:49'),(23522,10749,'action complete via WP Cron','2021-01-04 06:48:49','2021-01-03 22:48:49'),(23523,10750,'action created','2021-01-04 06:48:50','2021-01-03 22:48:50'),(23524,10750,'action started via WP Cron','2021-01-04 06:49:55','2021-01-03 22:49:55'),(23525,10750,'action complete via WP Cron','2021-01-04 06:49:55','2021-01-03 22:49:55'),(23526,10751,'action created','2021-01-04 06:49:55','2021-01-03 22:49:55'),(23527,10751,'action started via WP Cron','2021-01-04 06:50:51','2021-01-03 22:50:51'),(23528,10751,'action complete via WP Cron','2021-01-04 06:50:51','2021-01-03 22:50:51'),(23529,10752,'action created','2021-01-04 06:50:52','2021-01-03 22:50:52'),(23530,10752,'action started via WP Cron','2021-01-04 06:51:52','2021-01-03 22:51:52'),(23531,10752,'action complete via WP Cron','2021-01-04 06:51:52','2021-01-03 22:51:52'),(23532,10753,'action created','2021-01-04 06:51:53','2021-01-03 22:51:53'),(23533,10753,'action started via WP Cron','2021-01-04 06:57:35','2021-01-03 22:57:35'),(23534,10753,'action complete via WP Cron','2021-01-04 06:57:35','2021-01-03 22:57:35'),(23535,10754,'action created','2021-01-04 06:57:35','2021-01-03 22:57:35'),(78311,29014,'action complete via WP Cron','2021-02-04 07:08:20','2021-02-03 23:08:20'),(78310,29014,'action started via WP Cron','2021-02-04 07:08:20','2021-02-03 23:08:20'),(80241,29658,'action created','2021-02-05 07:17:31','2021-02-04 23:17:31'),(23539,10754,'action started via WP Cron','2021-01-04 06:58:02','2021-01-03 22:58:02'),(23540,10754,'action complete via WP Cron','2021-01-04 06:58:02','2021-01-03 22:58:02'),(23541,10756,'action created','2021-01-04 06:58:02','2021-01-03 22:58:02'),(23542,10756,'action started via WP Cron','2021-01-04 07:00:11','2021-01-03 23:00:11'),(23543,10756,'action complete via WP Cron','2021-01-04 07:00:11','2021-01-03 23:00:11'),(23544,10757,'action created','2021-01-04 07:00:11','2021-01-03 23:00:11'),(23545,10757,'action started via WP Cron','2021-01-04 07:02:15','2021-01-03 23:02:15'),(23546,10757,'action complete via WP Cron','2021-01-04 07:02:15','2021-01-03 23:02:15'),(23547,10758,'action created','2021-01-04 07:02:15','2021-01-03 23:02:15'),(23548,10758,'action started via WP Cron','2021-01-04 07:07:04','2021-01-03 23:07:04'),(23549,10758,'action complete via WP Cron','2021-01-04 07:07:04','2021-01-03 23:07:04'),(23550,10759,'action created','2021-01-04 07:07:05','2021-01-03 23:07:05'),(23551,10759,'action started via WP Cron','2021-01-04 07:07:43','2021-01-03 23:07:43'),(23552,10759,'action complete via WP Cron','2021-01-04 07:07:43','2021-01-03 23:07:43'),(23553,10760,'action created','2021-01-04 07:07:43','2021-01-03 23:07:43'),(23554,10760,'action started via WP Cron','2021-01-04 07:08:43','2021-01-03 23:08:43'),(23555,10760,'action complete via WP Cron','2021-01-04 07:08:43','2021-01-03 23:08:43'),(23556,10761,'action created','2021-01-04 07:08:44','2021-01-03 23:08:44'),(23557,10761,'action started via WP Cron','2021-01-04 07:24:11','2021-01-03 23:24:11'),(23558,10761,'action complete via WP Cron','2021-01-04 07:24:11','2021-01-03 23:24:11'),(23559,10762,'action created','2021-01-04 07:24:11','2021-01-03 23:24:11'),(23560,10762,'action started via WP Cron','2021-01-04 07:25:11','2021-01-03 23:25:11'),(23561,10762,'action complete via WP Cron','2021-01-04 07:25:11','2021-01-03 23:25:11'),(23562,10763,'action created','2021-01-04 07:25:12','2021-01-03 23:25:12'),(23563,10763,'action started via WP Cron','2021-01-04 07:27:13','2021-01-03 23:27:13'),(23564,10763,'action complete via WP Cron','2021-01-04 07:27:13','2021-01-03 23:27:13'),(23565,10764,'action created','2021-01-04 07:27:14','2021-01-03 23:27:14'),(23566,10764,'action started via WP Cron','2021-01-04 07:28:14','2021-01-03 23:28:14'),(23567,10764,'action complete via WP Cron','2021-01-04 07:28:14','2021-01-03 23:28:14'),(23568,10765,'action created','2021-01-04 07:28:15','2021-01-03 23:28:15'),(23569,10765,'action started via WP Cron','2021-01-04 07:30:48','2021-01-03 23:30:48'),(23570,10765,'action complete via WP Cron','2021-01-04 07:30:48','2021-01-03 23:30:48'),(23571,10766,'action created','2021-01-04 07:30:48','2021-01-03 23:30:48'),(23572,10766,'action started via WP Cron','2021-01-04 07:34:04','2021-01-03 23:34:04'),(23573,10766,'action complete via WP Cron','2021-01-04 07:34:04','2021-01-03 23:34:04'),(23574,10767,'action created','2021-01-04 07:34:04','2021-01-03 23:34:04'),(23575,10767,'action started via WP Cron','2021-01-04 07:37:28','2021-01-03 23:37:28'),(23576,10767,'action complete via WP Cron','2021-01-04 07:37:28','2021-01-03 23:37:28'),(23577,10768,'action created','2021-01-04 07:37:28','2021-01-03 23:37:28'),(23578,10768,'action started via WP Cron','2021-01-04 07:38:24','2021-01-03 23:38:24'),(23579,10768,'action complete via WP Cron','2021-01-04 07:38:24','2021-01-03 23:38:24'),(23580,10769,'action created','2021-01-04 07:38:24','2021-01-03 23:38:24'),(23581,10769,'action started via WP Cron','2021-01-04 07:39:17','2021-01-03 23:39:17'),(23582,10769,'action complete via WP Cron','2021-01-04 07:39:17','2021-01-03 23:39:17'),(23583,10770,'action created','2021-01-04 07:39:17','2021-01-03 23:39:17'),(23584,10770,'action started via WP Cron','2021-01-04 07:40:03','2021-01-03 23:40:03'),(23585,10770,'action complete via WP Cron','2021-01-04 07:40:03','2021-01-03 23:40:03'),(23586,10771,'action created','2021-01-04 07:40:05','2021-01-03 23:40:05'),(23587,10771,'action started via WP Cron','2021-01-04 07:41:19','2021-01-03 23:41:19'),(23588,10771,'action complete via WP Cron','2021-01-04 07:41:19','2021-01-03 23:41:19'),(23589,10772,'action created','2021-01-04 07:41:26','2021-01-03 23:41:26'),(23590,10772,'action started via WP Cron','2021-01-04 07:42:14','2021-01-03 23:42:14'),(23591,10772,'action complete via WP Cron','2021-01-04 07:42:14','2021-01-03 23:42:14'),(23592,10773,'action created','2021-01-04 07:42:14','2021-01-03 23:42:14'),(23593,10773,'action started via WP Cron','2021-01-04 07:42:54','2021-01-03 23:42:54'),(23594,10773,'action complete via WP Cron','2021-01-04 07:42:54','2021-01-03 23:42:54'),(23595,10774,'action created','2021-01-04 07:42:54','2021-01-03 23:42:54'),(23596,10774,'action started via WP Cron','2021-01-04 07:44:27','2021-01-03 23:44:27'),(23597,10774,'action complete via WP Cron','2021-01-04 07:44:27','2021-01-03 23:44:27'),(23598,10775,'action created','2021-01-04 07:44:27','2021-01-03 23:44:27'),(23599,10775,'action started via WP Cron','2021-01-04 07:44:41','2021-01-03 23:44:41'),(23600,10775,'action complete via WP Cron','2021-01-04 07:44:41','2021-01-03 23:44:41'),(23601,10776,'action created','2021-01-04 07:44:41','2021-01-03 23:44:41'),(23602,10776,'action started via WP Cron','2021-01-04 07:46:56','2021-01-03 23:46:56'),(23603,10776,'action complete via WP Cron','2021-01-04 07:46:56','2021-01-03 23:46:56'),(23604,10777,'action created','2021-01-04 07:46:56','2021-01-03 23:46:56'),(23605,10777,'action started via WP Cron','2021-01-04 07:52:03','2021-01-03 23:52:03'),(23606,10777,'action complete via WP Cron','2021-01-04 07:52:03','2021-01-03 23:52:03'),(23607,10778,'action created','2021-01-04 07:52:03','2021-01-03 23:52:03'),(23608,10778,'action started via WP Cron','2021-01-04 07:52:57','2021-01-03 23:52:57'),(23609,10778,'action complete via WP Cron','2021-01-04 07:52:57','2021-01-03 23:52:57'),(23610,10779,'action created','2021-01-04 07:52:57','2021-01-03 23:52:57'),(23611,10779,'action started via WP Cron','2021-01-04 07:53:58','2021-01-03 23:53:58'),(23612,10779,'action complete via WP Cron','2021-01-04 07:53:58','2021-01-03 23:53:58'),(23613,10780,'action created','2021-01-04 07:53:58','2021-01-03 23:53:58'),(23614,10780,'action started via WP Cron','2021-01-04 07:56:58','2021-01-03 23:56:58'),(23615,10780,'action complete via WP Cron','2021-01-04 07:56:58','2021-01-03 23:56:58'),(23616,10781,'action created','2021-01-04 07:56:58','2021-01-03 23:56:58'),(23617,10781,'action started via WP Cron','2021-01-04 08:02:17','2021-01-04 00:02:17'),(23618,10781,'action complete via WP Cron','2021-01-04 08:02:17','2021-01-04 00:02:17'),(23619,10782,'action created','2021-01-04 08:02:17','2021-01-04 00:02:17'),(23620,10782,'action started via WP Cron','2021-01-04 08:07:14','2021-01-04 00:07:14'),(23621,10782,'action complete via WP Cron','2021-01-04 08:07:14','2021-01-04 00:07:14'),(23622,10783,'action created','2021-01-04 08:07:14','2021-01-04 00:07:14'),(23623,10783,'action started via WP Cron','2021-01-04 08:11:56','2021-01-04 00:11:56'),(23624,10783,'action complete via WP Cron','2021-01-04 08:11:56','2021-01-04 00:11:56'),(23625,10784,'action created','2021-01-04 08:11:57','2021-01-04 00:11:57'),(23626,10784,'action started via WP Cron','2021-01-04 08:21:15','2021-01-04 00:21:15'),(23627,10784,'action complete via WP Cron','2021-01-04 08:21:15','2021-01-04 00:21:15'),(23628,10785,'action created','2021-01-04 08:21:15','2021-01-04 00:21:15'),(23629,10785,'action started via WP Cron','2021-01-04 08:21:43','2021-01-04 00:21:43'),(23630,10785,'action complete via WP Cron','2021-01-04 08:21:43','2021-01-04 00:21:43'),(23631,10786,'action created','2021-01-04 08:21:43','2021-01-04 00:21:43'),(23632,10786,'action started via WP Cron','2021-01-04 08:28:53','2021-01-04 00:28:53'),(23633,10786,'action complete via WP Cron','2021-01-04 08:28:53','2021-01-04 00:28:53'),(23634,10787,'action created','2021-01-04 08:28:54','2021-01-04 00:28:54'),(23635,10787,'action started via WP Cron','2021-01-04 08:30:15','2021-01-04 00:30:15'),(23636,10787,'action complete via WP Cron','2021-01-04 08:30:15','2021-01-04 00:30:15'),(23637,10788,'action created','2021-01-04 08:30:15','2021-01-04 00:30:15'),(23638,10788,'action started via WP Cron','2021-01-04 08:31:16','2021-01-04 00:31:16'),(23639,10788,'action complete via WP Cron','2021-01-04 08:31:16','2021-01-04 00:31:16'),(23640,10789,'action created','2021-01-04 08:31:16','2021-01-04 00:31:16'),(23641,10789,'action started via WP Cron','2021-01-04 08:33:18','2021-01-04 00:33:18'),(23642,10789,'action complete via WP Cron','2021-01-04 08:33:18','2021-01-04 00:33:18'),(23643,10790,'action created','2021-01-04 08:33:18','2021-01-04 00:33:18'),(23644,10790,'action started via WP Cron','2021-01-04 08:34:19','2021-01-04 00:34:19'),(23645,10790,'action complete via WP Cron','2021-01-04 08:34:19','2021-01-04 00:34:19'),(23646,10791,'action created','2021-01-04 08:34:19','2021-01-04 00:34:19'),(23647,10791,'action started via WP Cron','2021-01-04 08:37:46','2021-01-04 00:37:46'),(23648,10791,'action complete via WP Cron','2021-01-04 08:37:46','2021-01-04 00:37:46'),(23649,10792,'action created','2021-01-04 08:37:46','2021-01-04 00:37:46'),(23650,10792,'action started via WP Cron','2021-01-04 08:39:13','2021-01-04 00:39:13'),(23651,10792,'action complete via WP Cron','2021-01-04 08:39:13','2021-01-04 00:39:13'),(23652,10793,'action created','2021-01-04 08:39:13','2021-01-04 00:39:13'),(23653,10793,'action started via WP Cron','2021-01-04 08:39:56','2021-01-04 00:39:56'),(23654,10793,'action complete via WP Cron','2021-01-04 08:39:56','2021-01-04 00:39:56'),(23655,10794,'action created','2021-01-04 08:39:56','2021-01-04 00:39:56'),(23656,10794,'action started via WP Cron','2021-01-04 08:40:46','2021-01-04 00:40:46'),(23657,10794,'action complete via WP Cron','2021-01-04 08:40:46','2021-01-04 00:40:46'),(23658,10795,'action created','2021-01-04 08:40:46','2021-01-04 00:40:46'),(23659,10795,'action started via WP Cron','2021-01-04 08:41:55','2021-01-04 00:41:55'),(23660,10795,'action complete via WP Cron','2021-01-04 08:41:55','2021-01-04 00:41:55'),(23661,10796,'action created','2021-01-04 08:41:55','2021-01-04 00:41:55'),(23662,10796,'action started via WP Cron','2021-01-04 08:42:48','2021-01-04 00:42:48'),(23663,10796,'action complete via WP Cron','2021-01-04 08:42:48','2021-01-04 00:42:48'),(23664,10797,'action created','2021-01-04 08:42:48','2021-01-04 00:42:48'),(23665,10797,'action started via WP Cron','2021-01-04 08:43:41','2021-01-04 00:43:41'),(23666,10797,'action complete via WP Cron','2021-01-04 08:43:41','2021-01-04 00:43:41'),(23667,10798,'action created','2021-01-04 08:43:41','2021-01-04 00:43:41'),(23668,10798,'action started via WP Cron','2021-01-04 08:44:43','2021-01-04 00:44:43'),(23669,10798,'action complete via WP Cron','2021-01-04 08:44:43','2021-01-04 00:44:43'),(23670,10799,'action created','2021-01-04 08:44:43','2021-01-04 00:44:43'),(23671,10799,'action started via WP Cron','2021-01-04 08:45:50','2021-01-04 00:45:50'),(23672,10799,'action complete via WP Cron','2021-01-04 08:45:50','2021-01-04 00:45:50'),(23673,10800,'action created','2021-01-04 08:45:50','2021-01-04 00:45:50'),(23674,10800,'action started via WP Cron','2021-01-04 08:46:51','2021-01-04 00:46:51'),(23675,10800,'action complete via WP Cron','2021-01-04 08:46:51','2021-01-04 00:46:51'),(23676,10801,'action created','2021-01-04 08:46:52','2021-01-04 00:46:52'),(23677,10801,'action started via WP Cron','2021-01-04 08:47:54','2021-01-04 00:47:54'),(23678,10801,'action complete via WP Cron','2021-01-04 08:47:54','2021-01-04 00:47:54'),(23679,10802,'action created','2021-01-04 08:47:54','2021-01-04 00:47:54'),(23680,10802,'action started via WP Cron','2021-01-04 08:48:45','2021-01-04 00:48:45'),(23681,10802,'action complete via WP Cron','2021-01-04 08:48:45','2021-01-04 00:48:45'),(23682,10803,'action created','2021-01-04 08:48:46','2021-01-04 00:48:46'),(23683,10803,'action started via WP Cron','2021-01-04 08:49:42','2021-01-04 00:49:42'),(23684,10803,'action complete via WP Cron','2021-01-04 08:49:42','2021-01-04 00:49:42'),(23685,10804,'action created','2021-01-04 08:49:42','2021-01-04 00:49:42'),(23686,10804,'action started via WP Cron','2021-01-04 08:52:49','2021-01-04 00:52:49'),(23687,10804,'action complete via WP Cron','2021-01-04 08:52:49','2021-01-04 00:52:49'),(23688,10805,'action created','2021-01-04 08:52:49','2021-01-04 00:52:49'),(23689,10805,'action started via WP Cron','2021-01-04 08:54:38','2021-01-04 00:54:38'),(23690,10805,'action complete via WP Cron','2021-01-04 08:54:38','2021-01-04 00:54:38'),(23691,10806,'action created','2021-01-04 08:54:38','2021-01-04 00:54:38'),(23692,10806,'action started via WP Cron','2021-01-04 08:55:41','2021-01-04 00:55:41'),(23693,10806,'action complete via WP Cron','2021-01-04 08:55:41','2021-01-04 00:55:41'),(23694,10807,'action created','2021-01-04 08:55:42','2021-01-04 00:55:42'),(23695,10807,'action started via WP Cron','2021-01-04 08:56:42','2021-01-04 00:56:42'),(23696,10807,'action complete via WP Cron','2021-01-04 08:56:42','2021-01-04 00:56:42'),(23697,10808,'action created','2021-01-04 08:56:42','2021-01-04 00:56:42'),(23698,10808,'action started via WP Cron','2021-01-04 08:58:42','2021-01-04 00:58:42'),(23699,10808,'action complete via WP Cron','2021-01-04 08:58:42','2021-01-04 00:58:42'),(23700,10809,'action created','2021-01-04 08:59:51','2021-01-04 00:59:51'),(23701,10809,'action started via WP Cron','2021-01-04 09:00:57','2021-01-04 01:00:57'),(23702,10809,'action complete via WP Cron','2021-01-04 09:00:57','2021-01-04 01:00:57'),(23703,10810,'action created','2021-01-04 09:00:58','2021-01-04 01:00:58'),(23704,10810,'action started via WP Cron','2021-01-04 09:02:11','2021-01-04 01:02:11'),(23705,10810,'action complete via WP Cron','2021-01-04 09:02:11','2021-01-04 01:02:11'),(23706,10811,'action created','2021-01-04 09:02:11','2021-01-04 01:02:11'),(23707,10811,'action started via WP Cron','2021-01-04 09:04:03','2021-01-04 01:04:03'),(23708,10811,'action complete via WP Cron','2021-01-04 09:04:03','2021-01-04 01:04:03'),(23709,10812,'action created','2021-01-04 09:04:03','2021-01-04 01:04:03'),(23710,10812,'action started via WP Cron','2021-01-04 09:18:55','2021-01-04 01:18:55'),(23711,10812,'action complete via WP Cron','2021-01-04 09:18:55','2021-01-04 01:18:55'),(23712,10813,'action created','2021-01-04 09:18:55','2021-01-04 01:18:55'),(23713,10813,'action started via WP Cron','2021-01-04 09:20:03','2021-01-04 01:20:03'),(23714,10813,'action complete via WP Cron','2021-01-04 09:20:03','2021-01-04 01:20:03'),(23715,10814,'action created','2021-01-04 09:20:03','2021-01-04 01:20:03'),(23716,10814,'action started via WP Cron','2021-01-04 09:21:04','2021-01-04 01:21:04'),(23717,10814,'action complete via WP Cron','2021-01-04 09:21:04','2021-01-04 01:21:04'),(23718,10815,'action created','2021-01-04 09:21:04','2021-01-04 01:21:04'),(23719,10815,'action started via WP Cron','2021-01-04 09:23:05','2021-01-04 01:23:05'),(23720,10815,'action complete via WP Cron','2021-01-04 09:23:05','2021-01-04 01:23:05'),(23721,10816,'action created','2021-01-04 09:23:06','2021-01-04 01:23:06'),(23722,10816,'action started via WP Cron','2021-01-04 09:24:07','2021-01-04 01:24:07'),(23723,10816,'action complete via WP Cron','2021-01-04 09:24:07','2021-01-04 01:24:07'),(23724,10817,'action created','2021-01-04 09:24:07','2021-01-04 01:24:07'),(23725,10817,'action started via WP Cron','2021-01-04 09:25:08','2021-01-04 01:25:08'),(23726,10817,'action complete via WP Cron','2021-01-04 09:25:08','2021-01-04 01:25:08'),(23727,10818,'action created','2021-01-04 09:25:08','2021-01-04 01:25:08'),(23728,10818,'action started via WP Cron','2021-01-04 09:30:27','2021-01-04 01:30:27'),(23729,10818,'action complete via WP Cron','2021-01-04 09:30:28','2021-01-04 01:30:28'),(23730,10819,'action created','2021-01-04 09:36:44','2021-01-04 01:36:44'),(23731,10819,'action started via WP Cron','2021-01-04 09:39:23','2021-01-04 01:39:23'),(23732,10819,'action complete via WP Cron','2021-01-04 09:39:23','2021-01-04 01:39:23'),(23733,10820,'action created','2021-01-04 09:39:23','2021-01-04 01:39:23'),(23734,10820,'action started via WP Cron','2021-01-04 09:40:36','2021-01-04 01:40:36'),(23735,10820,'action complete via WP Cron','2021-01-04 09:40:36','2021-01-04 01:40:36'),(23736,10821,'action created','2021-01-04 09:40:36','2021-01-04 01:40:36'),(23737,10821,'action started via WP Cron','2021-01-04 09:46:32','2021-01-04 01:46:32'),(23738,10821,'action complete via WP Cron','2021-01-04 09:46:32','2021-01-04 01:46:32'),(23739,10822,'action created','2021-01-04 09:46:32','2021-01-04 01:46:32'),(23740,10822,'action started via WP Cron','2021-01-04 09:47:32','2021-01-04 01:47:32'),(23741,10822,'action complete via WP Cron','2021-01-04 09:47:32','2021-01-04 01:47:32'),(23742,10823,'action created','2021-01-04 09:47:32','2021-01-04 01:47:32'),(23743,10823,'action started via WP Cron','2021-01-04 09:48:10','2021-01-04 01:48:10'),(23744,10823,'action complete via WP Cron','2021-01-04 09:48:10','2021-01-04 01:48:10'),(23745,10824,'action created','2021-01-04 09:48:10','2021-01-04 01:48:10'),(23746,10824,'action started via WP Cron','2021-01-04 09:49:16','2021-01-04 01:49:16'),(23747,10824,'action complete via WP Cron','2021-01-04 09:49:16','2021-01-04 01:49:16'),(23748,10825,'action created','2021-01-04 09:49:17','2021-01-04 01:49:17'),(23749,10825,'action started via WP Cron','2021-01-04 09:50:27','2021-01-04 01:50:27'),(23750,10825,'action complete via WP Cron','2021-01-04 09:50:27','2021-01-04 01:50:27'),(23751,10826,'action created','2021-01-04 09:50:27','2021-01-04 01:50:27'),(23752,10826,'action started via WP Cron','2021-01-04 10:11:21','2021-01-04 02:11:21'),(23753,10826,'action complete via WP Cron','2021-01-04 10:11:21','2021-01-04 02:11:21'),(23754,10827,'action created','2021-01-04 10:11:21','2021-01-04 02:11:21'),(23755,10827,'action started via WP Cron','2021-01-04 10:13:58','2021-01-04 02:13:58'),(23756,10827,'action complete via WP Cron','2021-01-04 10:13:58','2021-01-04 02:13:58'),(23757,10828,'action created','2021-01-04 10:16:37','2021-01-04 02:16:37'),(23758,10828,'action started via WP Cron','2021-01-04 10:18:48','2021-01-04 02:18:48'),(23759,10828,'action complete via WP Cron','2021-01-04 10:18:48','2021-01-04 02:18:48'),(23760,10829,'action created','2021-01-04 10:18:48','2021-01-04 02:18:48'),(23761,10829,'action started via WP Cron','2021-01-04 10:20:04','2021-01-04 02:20:04'),(23762,10829,'action complete via WP Cron','2021-01-04 10:20:04','2021-01-04 02:20:04'),(23763,10830,'action created','2021-01-04 10:20:04','2021-01-04 02:20:04'),(23764,10830,'action started via WP Cron','2021-01-04 10:22:45','2021-01-04 02:22:45'),(23765,10830,'action complete via WP Cron','2021-01-04 10:22:45','2021-01-04 02:22:45'),(23766,10831,'action created','2021-01-04 10:22:45','2021-01-04 02:22:45'),(23767,10831,'action started via WP Cron','2021-01-04 10:25:19','2021-01-04 02:25:19'),(23768,10831,'action complete via WP Cron','2021-01-04 10:25:19','2021-01-04 02:25:19'),(23769,10832,'action created','2021-01-04 10:25:19','2021-01-04 02:25:19'),(23770,10832,'action started via WP Cron','2021-01-04 10:26:20','2021-01-04 02:26:20'),(23771,10832,'action complete via WP Cron','2021-01-04 10:26:20','2021-01-04 02:26:20'),(23772,10833,'action created','2021-01-04 10:26:20','2021-01-04 02:26:20'),(23773,10833,'action started via WP Cron','2021-01-04 10:27:21','2021-01-04 02:27:21'),(23774,10833,'action complete via WP Cron','2021-01-04 10:27:21','2021-01-04 02:27:21'),(23775,10834,'action created','2021-01-04 10:27:21','2021-01-04 02:27:21'),(23776,10834,'action started via WP Cron','2021-01-04 10:28:39','2021-01-04 02:28:39'),(23777,10834,'action complete via WP Cron','2021-01-04 10:28:39','2021-01-04 02:28:39'),(23778,10835,'action created','2021-01-04 10:28:39','2021-01-04 02:28:39'),(23779,10835,'action started via WP Cron','2021-01-04 10:31:50','2021-01-04 02:31:50'),(23780,10835,'action complete via WP Cron','2021-01-04 10:31:50','2021-01-04 02:31:50'),(23781,10836,'action created','2021-01-04 10:31:50','2021-01-04 02:31:50'),(23782,10836,'action started via WP Cron','2021-01-04 10:34:32','2021-01-04 02:34:32'),(23783,10836,'action complete via WP Cron','2021-01-04 10:34:32','2021-01-04 02:34:32'),(23784,10837,'action created','2021-01-04 10:34:32','2021-01-04 02:34:32'),(23785,10837,'action started via WP Cron','2021-01-04 10:35:14','2021-01-04 02:35:14'),(23786,10837,'action complete via WP Cron','2021-01-04 10:35:14','2021-01-04 02:35:14'),(23787,10838,'action created','2021-01-04 10:35:14','2021-01-04 02:35:14'),(23788,10838,'action started via WP Cron','2021-01-04 10:36:48','2021-01-04 02:36:48'),(23789,10838,'action complete via WP Cron','2021-01-04 10:36:48','2021-01-04 02:36:48'),(23790,10839,'action created','2021-01-04 10:36:48','2021-01-04 02:36:48'),(23791,10839,'action started via WP Cron','2021-01-04 10:40:55','2021-01-04 02:40:55'),(23792,10839,'action complete via WP Cron','2021-01-04 10:40:55','2021-01-04 02:40:55'),(23793,10840,'action created','2021-01-04 10:40:55','2021-01-04 02:40:55'),(23794,10840,'action started via WP Cron','2021-01-04 10:42:48','2021-01-04 02:42:48'),(23795,10840,'action complete via WP Cron','2021-01-04 10:42:48','2021-01-04 02:42:48'),(23796,10841,'action created','2021-01-04 10:42:48','2021-01-04 02:42:48'),(23797,10841,'action started via WP Cron','2021-01-04 10:44:58','2021-01-04 02:44:58'),(23798,10841,'action complete via WP Cron','2021-01-04 10:44:58','2021-01-04 02:44:58'),(23799,10842,'action created','2021-01-04 10:44:59','2021-01-04 02:44:59'),(23800,10842,'action started via WP Cron','2021-01-04 10:47:21','2021-01-04 02:47:21'),(23801,10842,'action complete via WP Cron','2021-01-04 10:47:21','2021-01-04 02:47:21'),(23802,10843,'action created','2021-01-04 10:47:21','2021-01-04 02:47:21'),(23803,10843,'action started via WP Cron','2021-01-04 10:47:46','2021-01-04 02:47:46'),(23804,10843,'action complete via WP Cron','2021-01-04 10:47:46','2021-01-04 02:47:46'),(23805,10844,'action created','2021-01-04 10:47:46','2021-01-04 02:47:46'),(23806,10844,'action started via WP Cron','2021-01-04 10:50:34','2021-01-04 02:50:34'),(23807,10844,'action complete via WP Cron','2021-01-04 10:50:34','2021-01-04 02:50:34'),(23808,10845,'action created','2021-01-04 10:50:34','2021-01-04 02:50:34'),(23809,10845,'action started via WP Cron','2021-01-04 10:51:47','2021-01-04 02:51:47'),(23810,10845,'action complete via WP Cron','2021-01-04 10:51:47','2021-01-04 02:51:47'),(23811,10846,'action created','2021-01-04 10:51:47','2021-01-04 02:51:47'),(23812,10846,'action started via WP Cron','2021-01-04 10:52:49','2021-01-04 02:52:49'),(23813,10846,'action complete via WP Cron','2021-01-04 10:52:49','2021-01-04 02:52:49'),(23814,10847,'action created','2021-01-04 10:52:49','2021-01-04 02:52:49'),(23815,10847,'action started via WP Cron','2021-01-04 10:54:02','2021-01-04 02:54:02'),(23816,10847,'action complete via WP Cron','2021-01-04 10:54:02','2021-01-04 02:54:02'),(23817,10848,'action created','2021-01-04 10:54:02','2021-01-04 02:54:02'),(23818,10848,'action started via WP Cron','2021-01-04 10:54:59','2021-01-04 02:54:59'),(23819,10848,'action complete via WP Cron','2021-01-04 10:54:59','2021-01-04 02:54:59'),(23820,10849,'action created','2021-01-04 10:54:59','2021-01-04 02:54:59'),(23821,10849,'action started via WP Cron','2021-01-04 10:56:55','2021-01-04 02:56:55'),(23822,10849,'action complete via WP Cron','2021-01-04 10:56:55','2021-01-04 02:56:55'),(23823,10850,'action created','2021-01-04 10:56:55','2021-01-04 02:56:55'),(23824,10850,'action started via WP Cron','2021-01-04 10:58:51','2021-01-04 02:58:51'),(23825,10850,'action complete via WP Cron','2021-01-04 10:58:51','2021-01-04 02:58:51'),(23826,10851,'action created','2021-01-04 10:58:51','2021-01-04 02:58:51'),(23827,10851,'action started via WP Cron','2021-01-04 11:02:38','2021-01-04 03:02:38'),(23828,10851,'action complete via WP Cron','2021-01-04 11:02:38','2021-01-04 03:02:38'),(23829,10852,'action created','2021-01-04 11:02:38','2021-01-04 03:02:38'),(23830,10852,'action started via WP Cron','2021-01-04 11:10:37','2021-01-04 03:10:37'),(23831,10852,'action complete via WP Cron','2021-01-04 11:10:37','2021-01-04 03:10:37'),(23832,10853,'action created','2021-01-04 11:10:37','2021-01-04 03:10:37'),(23833,10853,'action started via WP Cron','2021-01-04 11:12:10','2021-01-04 03:12:10'),(23834,10853,'action complete via WP Cron','2021-01-04 11:12:10','2021-01-04 03:12:10'),(23835,10854,'action created','2021-01-04 11:12:10','2021-01-04 03:12:10'),(23836,10854,'action started via WP Cron','2021-01-04 11:21:09','2021-01-04 03:21:09'),(23837,10854,'action complete via WP Cron','2021-01-04 11:21:09','2021-01-04 03:21:09'),(23838,10855,'action created','2021-01-04 11:21:09','2021-01-04 03:21:09'),(23839,10855,'action started via WP Cron','2021-01-04 11:22:13','2021-01-04 03:22:13'),(23840,10855,'action complete via WP Cron','2021-01-04 11:22:13','2021-01-04 03:22:13'),(23841,10856,'action created','2021-01-04 11:22:13','2021-01-04 03:22:13'),(23842,10856,'action started via WP Cron','2021-01-04 11:23:39','2021-01-04 03:23:39'),(23843,10856,'action complete via WP Cron','2021-01-04 11:23:39','2021-01-04 03:23:39'),(23844,10857,'action created','2021-01-04 11:23:39','2021-01-04 03:23:39'),(23845,10857,'action started via WP Cron','2021-01-04 11:25:03','2021-01-04 03:25:03'),(23846,10857,'action complete via WP Cron','2021-01-04 11:25:03','2021-01-04 03:25:03'),(23847,10858,'action created','2021-01-04 11:25:03','2021-01-04 03:25:03'),(23848,10858,'action started via WP Cron','2021-01-04 11:26:13','2021-01-04 03:26:13'),(23849,10858,'action complete via WP Cron','2021-01-04 11:26:13','2021-01-04 03:26:13'),(23850,10859,'action created','2021-01-04 11:26:13','2021-01-04 03:26:13'),(23851,10859,'action started via WP Cron','2021-01-04 11:28:03','2021-01-04 03:28:03'),(23852,10859,'action complete via WP Cron','2021-01-04 11:28:03','2021-01-04 03:28:03'),(23853,10860,'action created','2021-01-04 11:28:03','2021-01-04 03:28:03'),(23854,10860,'action started via WP Cron','2021-01-04 11:29:22','2021-01-04 03:29:22'),(23855,10860,'action complete via WP Cron','2021-01-04 11:29:22','2021-01-04 03:29:22'),(23856,10861,'action created','2021-01-04 11:29:23','2021-01-04 03:29:23'),(23857,10861,'action started via WP Cron','2021-01-04 11:30:23','2021-01-04 03:30:23'),(23858,10861,'action complete via WP Cron','2021-01-04 11:30:23','2021-01-04 03:30:23'),(23859,10862,'action created','2021-01-04 11:30:24','2021-01-04 03:30:24'),(23860,10862,'action started via WP Cron','2021-01-04 11:48:58','2021-01-04 03:48:58'),(23861,10862,'action complete via WP Cron','2021-01-04 11:48:58','2021-01-04 03:48:58'),(23862,10863,'action created','2021-01-04 11:48:59','2021-01-04 03:48:59'),(23863,10863,'action started via WP Cron','2021-01-04 11:52:15','2021-01-04 03:52:15'),(23864,10863,'action complete via WP Cron','2021-01-04 11:52:15','2021-01-04 03:52:15'),(23865,10864,'action created','2021-01-04 11:52:15','2021-01-04 03:52:15'),(23866,10864,'action started via WP Cron','2021-01-04 11:53:13','2021-01-04 03:53:13'),(23867,10864,'action complete via WP Cron','2021-01-04 11:53:13','2021-01-04 03:53:13'),(23868,10865,'action created','2021-01-04 11:53:13','2021-01-04 03:53:13'),(23869,10865,'action started via WP Cron','2021-01-04 11:56:06','2021-01-04 03:56:06'),(23870,10865,'action complete via WP Cron','2021-01-04 11:56:06','2021-01-04 03:56:06'),(23871,10866,'action created','2021-01-04 11:56:06','2021-01-04 03:56:06'),(23872,10866,'action started via WP Cron','2021-01-04 11:57:16','2021-01-04 03:57:16'),(23873,10866,'action complete via WP Cron','2021-01-04 11:57:16','2021-01-04 03:57:16'),(23874,10867,'action created','2021-01-04 11:57:16','2021-01-04 03:57:16'),(23875,10867,'action started via WP Cron','2021-01-04 11:59:34','2021-01-04 03:59:34'),(23876,10867,'action complete via WP Cron','2021-01-04 11:59:34','2021-01-04 03:59:34'),(23877,10868,'action created','2021-01-04 11:59:34','2021-01-04 03:59:34'),(23878,10868,'action started via WP Cron','2021-01-04 12:00:05','2021-01-04 04:00:05'),(23879,10868,'action complete via WP Cron','2021-01-04 12:00:05','2021-01-04 04:00:05'),(23880,10869,'action created','2021-01-04 12:00:05','2021-01-04 04:00:05'),(23881,10869,'action started via WP Cron','2021-01-04 12:01:06','2021-01-04 04:01:06'),(23882,10869,'action complete via WP Cron','2021-01-04 12:01:06','2021-01-04 04:01:06'),(23883,10870,'action created','2021-01-04 12:01:06','2021-01-04 04:01:06'),(23884,10870,'action started via WP Cron','2021-01-04 12:02:19','2021-01-04 04:02:19'),(23885,10870,'action complete via WP Cron','2021-01-04 12:02:19','2021-01-04 04:02:19'),(23886,10871,'action created','2021-01-04 12:02:19','2021-01-04 04:02:19'),(23887,10871,'action started via WP Cron','2021-01-04 12:02:45','2021-01-04 04:02:45'),(23888,10871,'action complete via WP Cron','2021-01-04 12:02:45','2021-01-04 04:02:45'),(23889,10872,'action created','2021-01-04 12:02:45','2021-01-04 04:02:45'),(23890,10872,'action started via WP Cron','2021-01-04 12:06:52','2021-01-04 04:06:52'),(23891,10872,'action complete via WP Cron','2021-01-04 12:06:52','2021-01-04 04:06:52'),(23892,10873,'action created','2021-01-04 12:12:27','2021-01-04 04:12:27'),(23893,10873,'action started via WP Cron','2021-01-04 12:14:08','2021-01-04 04:14:08'),(23894,10873,'action complete via WP Cron','2021-01-04 12:14:08','2021-01-04 04:14:08'),(23895,10874,'action created','2021-01-04 12:14:09','2021-01-04 04:14:09'),(23896,10874,'action started via WP Cron','2021-01-04 12:15:18','2021-01-04 04:15:18'),(23897,10874,'action complete via WP Cron','2021-01-04 12:15:18','2021-01-04 04:15:18'),(23898,10875,'action created','2021-01-04 12:15:18','2021-01-04 04:15:18'),(23899,10875,'action started via WP Cron','2021-01-04 12:17:06','2021-01-04 04:17:06'),(23900,10875,'action complete via WP Cron','2021-01-04 12:17:06','2021-01-04 04:17:06'),(23901,10876,'action created','2021-01-04 12:17:06','2021-01-04 04:17:06'),(23902,10876,'action started via WP Cron','2021-01-04 12:22:57','2021-01-04 04:22:57'),(23903,10876,'action complete via WP Cron','2021-01-04 12:22:57','2021-01-04 04:22:57'),(23904,10877,'action created','2021-01-04 12:22:57','2021-01-04 04:22:57'),(23905,10877,'action started via WP Cron','2021-01-04 12:23:45','2021-01-04 04:23:45'),(23906,10877,'action complete via WP Cron','2021-01-04 12:23:45','2021-01-04 04:23:45'),(23907,10878,'action created','2021-01-04 12:23:46','2021-01-04 04:23:46'),(23908,10878,'action started via WP Cron','2021-01-04 12:24:45','2021-01-04 04:24:45'),(23909,10878,'action complete via WP Cron','2021-01-04 12:24:45','2021-01-04 04:24:45'),(23910,10879,'action created','2021-01-04 12:24:45','2021-01-04 04:24:45'),(23911,10879,'action started via WP Cron','2021-01-04 12:25:50','2021-01-04 04:25:50'),(23912,10879,'action complete via WP Cron','2021-01-04 12:25:50','2021-01-04 04:25:50'),(23913,10880,'action created','2021-01-04 12:25:50','2021-01-04 04:25:50'),(23914,10880,'action started via WP Cron','2021-01-04 12:26:43','2021-01-04 04:26:43'),(23915,10880,'action complete via WP Cron','2021-01-04 12:26:43','2021-01-04 04:26:43'),(23916,10881,'action created','2021-01-04 12:26:43','2021-01-04 04:26:43'),(23917,10881,'action started via WP Cron','2021-01-04 12:27:44','2021-01-04 04:27:44'),(23918,10881,'action complete via WP Cron','2021-01-04 12:27:44','2021-01-04 04:27:44'),(23919,10882,'action created','2021-01-04 12:27:44','2021-01-04 04:27:44'),(23920,10882,'action started via WP Cron','2021-01-04 12:28:45','2021-01-04 04:28:45'),(23921,10882,'action complete via WP Cron','2021-01-04 12:28:45','2021-01-04 04:28:45'),(23922,10883,'action created','2021-01-04 12:28:45','2021-01-04 04:28:45'),(23923,10883,'action started via WP Cron','2021-01-04 12:30:01','2021-01-04 04:30:01'),(23924,10883,'action complete via WP Cron','2021-01-04 12:30:01','2021-01-04 04:30:01'),(23925,10884,'action created','2021-01-04 12:30:01','2021-01-04 04:30:01'),(23926,10884,'action started via WP Cron','2021-01-04 12:31:19','2021-01-04 04:31:19'),(23927,10884,'action complete via WP Cron','2021-01-04 12:31:19','2021-01-04 04:31:19'),(23928,10885,'action created','2021-01-04 12:31:19','2021-01-04 04:31:19'),(23929,10885,'action started via WP Cron','2021-01-04 12:32:27','2021-01-04 04:32:27'),(23930,10885,'action complete via WP Cron','2021-01-04 12:32:27','2021-01-04 04:32:27'),(23931,10886,'action created','2021-01-04 12:32:27','2021-01-04 04:32:27'),(23932,10886,'action started via WP Cron','2021-01-04 12:33:27','2021-01-04 04:33:27'),(23933,10886,'action complete via WP Cron','2021-01-04 12:33:27','2021-01-04 04:33:27'),(23934,10887,'action created','2021-01-04 12:33:27','2021-01-04 04:33:27'),(23935,10887,'action started via WP Cron','2021-01-04 12:37:36','2021-01-04 04:37:36'),(23936,10887,'action complete via WP Cron','2021-01-04 12:37:36','2021-01-04 04:37:36'),(23937,10888,'action created','2021-01-04 12:37:36','2021-01-04 04:37:36'),(23938,10888,'action started via WP Cron','2021-01-04 12:42:16','2021-01-04 04:42:16'),(23939,10888,'action complete via WP Cron','2021-01-04 12:42:16','2021-01-04 04:42:16'),(23940,10889,'action created','2021-01-04 12:42:16','2021-01-04 04:42:16'),(23941,10889,'action started via WP Cron','2021-01-04 12:44:11','2021-01-04 04:44:11'),(23942,10889,'action complete via WP Cron','2021-01-04 12:44:11','2021-01-04 04:44:11'),(23943,10890,'action created','2021-01-04 12:44:12','2021-01-04 04:44:12'),(23944,10890,'action started via WP Cron','2021-01-04 12:53:41','2021-01-04 04:53:41'),(23945,10890,'action complete via WP Cron','2021-01-04 12:53:41','2021-01-04 04:53:41'),(23946,10891,'action created','2021-01-04 12:53:41','2021-01-04 04:53:41'),(23947,10891,'action started via WP Cron','2021-01-04 12:54:41','2021-01-04 04:54:41'),(23948,10891,'action complete via WP Cron','2021-01-04 12:54:41','2021-01-04 04:54:41'),(23949,10892,'action created','2021-01-04 12:54:42','2021-01-04 04:54:42'),(23950,10892,'action started via WP Cron','2021-01-04 12:55:42','2021-01-04 04:55:42'),(23951,10892,'action complete via WP Cron','2021-01-04 12:55:42','2021-01-04 04:55:42'),(23952,10893,'action created','2021-01-04 12:55:42','2021-01-04 04:55:42'),(23953,10893,'action started via WP Cron','2021-01-04 12:57:44','2021-01-04 04:57:44'),(23954,10893,'action complete via WP Cron','2021-01-04 12:57:44','2021-01-04 04:57:44'),(23955,10894,'action created','2021-01-04 12:57:44','2021-01-04 04:57:44'),(23956,10894,'action started via WP Cron','2021-01-04 12:58:45','2021-01-04 04:58:45'),(23957,10894,'action complete via WP Cron','2021-01-04 12:58:45','2021-01-04 04:58:45'),(23958,10895,'action created','2021-01-04 12:58:45','2021-01-04 04:58:45'),(23959,10895,'action started via WP Cron','2021-01-04 12:59:46','2021-01-04 04:59:46'),(23960,10895,'action complete via WP Cron','2021-01-04 12:59:46','2021-01-04 04:59:46'),(23961,10896,'action created','2021-01-04 12:59:46','2021-01-04 04:59:46'),(23962,10896,'action started via WP Cron','2021-01-04 13:02:36','2021-01-04 05:02:36'),(23963,10896,'action complete via WP Cron','2021-01-04 13:02:36','2021-01-04 05:02:36'),(23964,10897,'action created','2021-01-04 13:02:36','2021-01-04 05:02:36'),(23965,10897,'action started via WP Cron','2021-01-04 13:03:24','2021-01-04 05:03:24'),(23966,10897,'action complete via WP Cron','2021-01-04 13:03:24','2021-01-04 05:03:24'),(23967,10898,'action created','2021-01-04 13:03:24','2021-01-04 05:03:24'),(23968,10898,'action started via WP Cron','2021-01-04 13:04:39','2021-01-04 05:04:39'),(23969,10898,'action complete via WP Cron','2021-01-04 13:04:39','2021-01-04 05:04:39'),(23970,10899,'action created','2021-01-04 13:04:39','2021-01-04 05:04:39'),(23971,10899,'action started via WP Cron','2021-01-04 13:08:53','2021-01-04 05:08:53'),(23972,10899,'action complete via WP Cron','2021-01-04 13:08:53','2021-01-04 05:08:53'),(23973,10900,'action created','2021-01-04 13:08:53','2021-01-04 05:08:53'),(23974,10900,'action started via WP Cron','2021-01-04 13:13:41','2021-01-04 05:13:41'),(23975,10900,'action complete via WP Cron','2021-01-04 13:13:41','2021-01-04 05:13:41'),(23976,10901,'action created','2021-01-04 13:13:41','2021-01-04 05:13:41'),(23977,10901,'action started via WP Cron','2021-01-04 13:16:02','2021-01-04 05:16:02'),(23978,10901,'action complete via WP Cron','2021-01-04 13:16:02','2021-01-04 05:16:02'),(23979,10902,'action created','2021-01-04 13:16:03','2021-01-04 05:16:03'),(23980,10902,'action started via WP Cron','2021-01-04 13:16:49','2021-01-04 05:16:49'),(23981,10902,'action complete via WP Cron','2021-01-04 13:16:49','2021-01-04 05:16:49'),(23982,10903,'action created','2021-01-04 13:16:50','2021-01-04 05:16:50'),(23983,10903,'action started via WP Cron','2021-01-04 13:17:40','2021-01-04 05:17:40'),(23984,10903,'action complete via WP Cron','2021-01-04 13:17:40','2021-01-04 05:17:40'),(23985,10904,'action created','2021-01-04 13:17:41','2021-01-04 05:17:41'),(23986,10904,'action started via WP Cron','2021-01-04 13:29:01','2021-01-04 05:29:01'),(23987,10904,'action complete via WP Cron','2021-01-04 13:29:01','2021-01-04 05:29:01'),(23988,10905,'action created','2021-01-04 13:29:01','2021-01-04 05:29:01'),(23989,10905,'action started via WP Cron','2021-01-04 13:30:04','2021-01-04 05:30:04'),(23990,10905,'action complete via WP Cron','2021-01-04 13:30:04','2021-01-04 05:30:04'),(23991,10906,'action created','2021-01-04 13:31:04','2021-01-04 05:31:04'),(23992,10906,'action started via WP Cron','2021-01-04 13:34:19','2021-01-04 05:34:19'),(23993,10906,'action complete via WP Cron','2021-01-04 13:34:19','2021-01-04 05:34:19'),(23994,10907,'action created','2021-01-04 13:34:19','2021-01-04 05:34:19'),(23995,10907,'action started via WP Cron','2021-01-04 13:41:12','2021-01-04 05:41:12'),(23996,10907,'action complete via WP Cron','2021-01-04 13:41:12','2021-01-04 05:41:12'),(23997,10908,'action created','2021-01-04 13:41:12','2021-01-04 05:41:12'),(23998,10908,'action started via WP Cron','2021-01-04 13:42:04','2021-01-04 05:42:04'),(23999,10908,'action complete via WP Cron','2021-01-04 13:42:04','2021-01-04 05:42:04'),(24000,10909,'action created','2021-01-04 13:42:04','2021-01-04 05:42:04'),(24001,10909,'action started via WP Cron','2021-01-04 13:43:10','2021-01-04 05:43:10'),(24002,10909,'action complete via WP Cron','2021-01-04 13:43:10','2021-01-04 05:43:10'),(24003,10910,'action created','2021-01-04 13:43:10','2021-01-04 05:43:10'),(24004,10910,'action started via WP Cron','2021-01-04 13:45:13','2021-01-04 05:45:13'),(24005,10910,'action complete via WP Cron','2021-01-04 13:45:13','2021-01-04 05:45:13'),(24006,10911,'action created','2021-01-04 13:45:13','2021-01-04 05:45:13'),(24007,10911,'action started via WP Cron','2021-01-04 13:46:13','2021-01-04 05:46:13'),(24008,10911,'action complete via WP Cron','2021-01-04 13:46:13','2021-01-04 05:46:13'),(24009,10912,'action created','2021-01-04 13:46:13','2021-01-04 05:46:13'),(24010,10912,'action started via WP Cron','2021-01-04 13:55:03','2021-01-04 05:55:03'),(24011,10912,'action complete via WP Cron','2021-01-04 13:55:03','2021-01-04 05:55:03'),(24012,10913,'action created','2021-01-04 13:55:04','2021-01-04 05:55:04'),(24013,10913,'action started via WP Cron','2021-01-04 13:59:52','2021-01-04 05:59:52'),(24014,10913,'action complete via WP Cron','2021-01-04 13:59:52','2021-01-04 05:59:52'),(24015,10914,'action created','2021-01-04 13:59:52','2021-01-04 05:59:52'),(24016,10914,'action started via WP Cron','2021-01-04 14:00:46','2021-01-04 06:00:46'),(24017,10914,'action complete via WP Cron','2021-01-04 14:00:46','2021-01-04 06:00:46'),(24018,10915,'action created','2021-01-04 14:00:46','2021-01-04 06:00:46'),(24019,10915,'action started via WP Cron','2021-01-04 14:02:29','2021-01-04 06:02:29'),(24020,10915,'action complete via WP Cron','2021-01-04 14:02:29','2021-01-04 06:02:29'),(24021,10916,'action created','2021-01-04 14:02:30','2021-01-04 06:02:30'),(24022,10916,'action started via WP Cron','2021-01-04 14:02:48','2021-01-04 06:02:48'),(24023,10916,'action complete via WP Cron','2021-01-04 14:02:48','2021-01-04 06:02:48'),(24024,10917,'action created','2021-01-04 14:02:48','2021-01-04 06:02:48'),(24025,10917,'action started via WP Cron','2021-01-04 14:03:41','2021-01-04 06:03:41'),(24026,10917,'action complete via WP Cron','2021-01-04 14:03:41','2021-01-04 06:03:41'),(24027,10918,'action created','2021-01-04 14:03:41','2021-01-04 06:03:41'),(24028,10918,'action started via WP Cron','2021-01-04 14:04:46','2021-01-04 06:04:46'),(24029,10918,'action complete via WP Cron','2021-01-04 14:04:46','2021-01-04 06:04:46'),(24030,10919,'action created','2021-01-04 14:04:46','2021-01-04 06:04:46'),(24031,10919,'action started via WP Cron','2021-01-04 14:06:51','2021-01-04 06:06:51'),(24032,10919,'action complete via WP Cron','2021-01-04 14:06:51','2021-01-04 06:06:51'),(24033,10920,'action created','2021-01-04 14:06:51','2021-01-04 06:06:51'),(24034,10920,'action started via WP Cron','2021-01-04 14:07:50','2021-01-04 06:07:50'),(24035,10920,'action complete via WP Cron','2021-01-04 14:07:50','2021-01-04 06:07:50'),(24036,10921,'action created','2021-01-04 14:07:50','2021-01-04 06:07:50'),(24037,10921,'action started via WP Cron','2021-01-04 14:08:50','2021-01-04 06:08:50'),(24038,10921,'action complete via WP Cron','2021-01-04 14:08:50','2021-01-04 06:08:50'),(24039,10922,'action created','2021-01-04 14:08:50','2021-01-04 06:08:50'),(24040,10922,'action started via WP Cron','2021-01-04 14:27:46','2021-01-04 06:27:46'),(24041,10922,'action complete via WP Cron','2021-01-04 14:27:46','2021-01-04 06:27:46'),(24042,10923,'action created','2021-01-04 14:27:46','2021-01-04 06:27:46'),(24043,10923,'action started via WP Cron','2021-01-04 14:33:00','2021-01-04 06:33:00'),(24044,10923,'action complete via WP Cron','2021-01-04 14:33:00','2021-01-04 06:33:00'),(24045,10924,'action created','2021-01-04 14:33:00','2021-01-04 06:33:00'),(24046,10924,'action started via WP Cron','2021-01-04 14:34:35','2021-01-04 06:34:35'),(24047,10924,'action complete via WP Cron','2021-01-04 14:34:35','2021-01-04 06:34:35'),(24048,10925,'action created','2021-01-04 14:34:35','2021-01-04 06:34:35'),(24049,10925,'action started via WP Cron','2021-01-04 14:35:48','2021-01-04 06:35:48'),(24050,10925,'action complete via WP Cron','2021-01-04 14:35:49','2021-01-04 06:35:49'),(24051,10926,'action created','2021-01-04 14:35:49','2021-01-04 06:35:49'),(24052,10926,'action started via WP Cron','2021-01-04 14:38:15','2021-01-04 06:38:15'),(24053,10926,'action complete via WP Cron','2021-01-04 14:38:15','2021-01-04 06:38:15'),(24054,10927,'action created','2021-01-04 14:38:15','2021-01-04 06:38:15'),(24055,10927,'action started via WP Cron','2021-01-04 14:39:17','2021-01-04 06:39:17'),(24056,10927,'action complete via WP Cron','2021-01-04 14:39:17','2021-01-04 06:39:17'),(24057,10928,'action created','2021-01-04 14:39:18','2021-01-04 06:39:18'),(24058,10928,'action started via WP Cron','2021-01-04 14:40:20','2021-01-04 06:40:20'),(24059,10928,'action complete via WP Cron','2021-01-04 14:40:20','2021-01-04 06:40:20'),(24060,10929,'action created','2021-01-04 14:40:20','2021-01-04 06:40:20'),(24061,10929,'action started via WP Cron','2021-01-04 14:41:36','2021-01-04 06:41:36'),(24062,10929,'action complete via WP Cron','2021-01-04 14:41:36','2021-01-04 06:41:36'),(24063,10930,'action created','2021-01-04 14:41:36','2021-01-04 06:41:36'),(24064,10930,'action started via WP Cron','2021-01-04 14:46:25','2021-01-04 06:46:25'),(24065,10930,'action complete via WP Cron','2021-01-04 14:46:25','2021-01-04 06:46:25'),(24066,10931,'action created','2021-01-04 14:46:25','2021-01-04 06:46:25'),(24067,10931,'action started via WP Cron','2021-01-04 14:47:26','2021-01-04 06:47:26'),(24068,10931,'action complete via WP Cron','2021-01-04 14:47:26','2021-01-04 06:47:26'),(24069,10932,'action created','2021-01-04 14:47:26','2021-01-04 06:47:26'),(24070,10932,'action started via WP Cron','2021-01-04 14:48:27','2021-01-04 06:48:27'),(24071,10932,'action complete via WP Cron','2021-01-04 14:48:27','2021-01-04 06:48:27'),(24072,10933,'action created','2021-01-04 14:48:27','2021-01-04 06:48:27'),(24073,10933,'action started via WP Cron','2021-01-04 14:49:28','2021-01-04 06:49:28'),(24074,10933,'action complete via WP Cron','2021-01-04 14:49:28','2021-01-04 06:49:28'),(24075,10934,'action created','2021-01-04 14:49:28','2021-01-04 06:49:28'),(24076,10934,'action started via WP Cron','2021-01-04 14:50:30','2021-01-04 06:50:30'),(24077,10934,'action complete via WP Cron','2021-01-04 14:50:30','2021-01-04 06:50:30'),(24078,10935,'action created','2021-01-04 14:50:30','2021-01-04 06:50:30'),(24079,10935,'action started via WP Cron','2021-01-04 14:51:31','2021-01-04 06:51:31'),(24080,10935,'action complete via WP Cron','2021-01-04 14:51:31','2021-01-04 06:51:31'),(24081,10936,'action created','2021-01-04 14:51:31','2021-01-04 06:51:31'),(24082,10936,'action started via WP Cron','2021-01-04 14:51:43','2021-01-04 06:51:43'),(24083,10936,'action complete via WP Cron','2021-01-04 14:51:43','2021-01-04 06:51:43'),(24084,10937,'action created','2021-01-04 14:51:43','2021-01-04 06:51:43'),(24085,10937,'action started via WP Cron','2021-01-04 14:53:38','2021-01-04 06:53:38'),(24086,10937,'action complete via WP Cron','2021-01-04 14:53:38','2021-01-04 06:53:38'),(24087,10938,'action created','2021-01-04 14:53:38','2021-01-04 06:53:38'),(24088,10938,'action started via WP Cron','2021-01-04 14:57:12','2021-01-04 06:57:12'),(24089,10938,'action complete via WP Cron','2021-01-04 14:57:12','2021-01-04 06:57:12'),(24090,10939,'action created','2021-01-04 14:57:12','2021-01-04 06:57:12'),(24091,10939,'action started via WP Cron','2021-01-04 15:04:57','2021-01-04 07:04:57'),(24092,10939,'action complete via WP Cron','2021-01-04 15:04:57','2021-01-04 07:04:57'),(24093,10940,'action created','2021-01-04 15:05:37','2021-01-04 07:05:37'),(24094,10940,'action started via WP Cron','2021-01-04 15:05:57','2021-01-04 07:05:57'),(24095,10940,'action complete via WP Cron','2021-01-04 15:05:57','2021-01-04 07:05:57'),(24096,10941,'action created','2021-01-04 15:05:57','2021-01-04 07:05:57'),(24097,10941,'action started via WP Cron','2021-01-04 15:06:57','2021-01-04 07:06:57'),(24098,10941,'action complete via WP Cron','2021-01-04 15:06:57','2021-01-04 07:06:57'),(24099,10942,'action created','2021-01-04 15:06:57','2021-01-04 07:06:57'),(24100,10942,'action started via WP Cron','2021-01-04 15:16:20','2021-01-04 07:16:20'),(24101,10942,'action complete via WP Cron','2021-01-04 15:16:20','2021-01-04 07:16:20'),(24102,10943,'action created','2021-01-04 15:40:25','2021-01-04 07:40:25'),(24103,10943,'action started via WP Cron','2021-01-04 15:41:14','2021-01-04 07:41:14'),(24104,10943,'action complete via WP Cron','2021-01-04 15:41:14','2021-01-04 07:41:14'),(24105,10944,'action created','2021-01-04 15:41:14','2021-01-04 07:41:14'),(24106,10944,'action started via WP Cron','2021-01-04 15:42:33','2021-01-04 07:42:33'),(24107,10944,'action complete via WP Cron','2021-01-04 15:42:33','2021-01-04 07:42:33'),(24108,10945,'action created','2021-01-04 15:42:33','2021-01-04 07:42:33'),(24109,10945,'action started via WP Cron','2021-01-04 15:43:34','2021-01-04 07:43:34'),(24110,10945,'action complete via WP Cron','2021-01-04 15:43:34','2021-01-04 07:43:34'),(24111,10946,'action created','2021-01-04 15:43:34','2021-01-04 07:43:34'),(24112,10946,'action started via WP Cron','2021-01-04 15:45:34','2021-01-04 07:45:34'),(24113,10946,'action complete via WP Cron','2021-01-04 15:45:34','2021-01-04 07:45:34'),(24114,10947,'action created','2021-01-04 15:45:34','2021-01-04 07:45:34'),(24115,10947,'action started via WP Cron','2021-01-04 15:46:34','2021-01-04 07:46:34'),(24116,10947,'action complete via WP Cron','2021-01-04 15:46:34','2021-01-04 07:46:34'),(24117,10948,'action created','2021-01-04 15:46:34','2021-01-04 07:46:34'),(24118,10948,'action started via WP Cron','2021-01-04 15:47:13','2021-01-04 07:47:13'),(24119,10948,'action complete via WP Cron','2021-01-04 15:47:13','2021-01-04 07:47:13'),(24120,10949,'action created','2021-01-04 15:47:13','2021-01-04 07:47:13'),(24121,10949,'action started via WP Cron','2021-01-04 15:49:56','2021-01-04 07:49:56'),(24122,10949,'action complete via WP Cron','2021-01-04 15:49:56','2021-01-04 07:49:56'),(24123,10950,'action created','2021-01-04 15:49:56','2021-01-04 07:49:56'),(24124,10950,'action started via WP Cron','2021-01-04 15:51:39','2021-01-04 07:51:39'),(24125,10950,'action complete via WP Cron','2021-01-04 15:51:39','2021-01-04 07:51:39'),(24126,10951,'action created','2021-01-04 15:51:39','2021-01-04 07:51:39'),(24127,10951,'action started via WP Cron','2021-01-04 15:52:21','2021-01-04 07:52:21'),(24128,10951,'action complete via WP Cron','2021-01-04 15:52:21','2021-01-04 07:52:21'),(24129,10952,'action created','2021-01-04 15:52:21','2021-01-04 07:52:21'),(24130,10952,'action started via WP Cron','2021-01-04 15:53:08','2021-01-04 07:53:08'),(24131,10952,'action complete via WP Cron','2021-01-04 15:53:08','2021-01-04 07:53:08'),(24132,10953,'action created','2021-01-04 15:53:08','2021-01-04 07:53:08'),(24133,10953,'action started via WP Cron','2021-01-04 15:54:32','2021-01-04 07:54:32'),(24134,10953,'action complete via WP Cron','2021-01-04 15:54:32','2021-01-04 07:54:32'),(24135,10954,'action created','2021-01-04 15:58:27','2021-01-04 07:58:27'),(24136,10954,'action started via WP Cron','2021-01-04 16:00:02','2021-01-04 08:00:02'),(24137,10954,'action complete via WP Cron','2021-01-04 16:00:02','2021-01-04 08:00:02'),(24138,10955,'action created','2021-01-04 16:00:02','2021-01-04 08:00:02'),(24139,10955,'action started via WP Cron','2021-01-04 16:01:05','2021-01-04 08:01:05'),(24140,10955,'action complete via WP Cron','2021-01-04 16:01:05','2021-01-04 08:01:05'),(24141,10956,'action created','2021-01-04 16:01:06','2021-01-04 08:01:06'),(24142,10956,'action started via WP Cron','2021-01-04 16:03:31','2021-01-04 08:03:31'),(24143,10956,'action complete via WP Cron','2021-01-04 16:03:31','2021-01-04 08:03:31'),(24144,10957,'action created','2021-01-04 16:03:31','2021-01-04 08:03:31'),(24145,10957,'action started via WP Cron','2021-01-04 16:04:33','2021-01-04 08:04:33'),(24146,10957,'action complete via WP Cron','2021-01-04 16:04:33','2021-01-04 08:04:33'),(24147,10958,'action created','2021-01-04 16:04:33','2021-01-04 08:04:33'),(24148,10958,'action started via WP Cron','2021-01-04 16:05:34','2021-01-04 08:05:34'),(24149,10958,'action complete via WP Cron','2021-01-04 16:05:34','2021-01-04 08:05:34'),(24150,10959,'action created','2021-01-04 16:05:34','2021-01-04 08:05:34'),(24151,10959,'action started via WP Cron','2021-01-04 16:07:40','2021-01-04 08:07:40'),(24152,10959,'action complete via WP Cron','2021-01-04 16:07:40','2021-01-04 08:07:40'),(24153,10960,'action created','2021-01-04 16:07:40','2021-01-04 08:07:40'),(24154,10960,'action started via WP Cron','2021-01-04 16:08:41','2021-01-04 08:08:41'),(24155,10960,'action complete via WP Cron','2021-01-04 16:08:41','2021-01-04 08:08:41'),(24156,10961,'action created','2021-01-04 16:08:41','2021-01-04 08:08:41'),(24157,10961,'action started via WP Cron','2021-01-04 16:09:42','2021-01-04 08:09:42'),(24158,10961,'action complete via WP Cron','2021-01-04 16:09:42','2021-01-04 08:09:42'),(24159,10962,'action created','2021-01-04 16:09:42','2021-01-04 08:09:42'),(24160,10962,'action started via WP Cron','2021-01-04 16:28:51','2021-01-04 08:28:51'),(24161,10962,'action complete via WP Cron','2021-01-04 16:28:51','2021-01-04 08:28:51'),(24162,10963,'action created','2021-01-04 16:28:51','2021-01-04 08:28:51'),(24163,10963,'action started via WP Cron','2021-01-04 16:30:00','2021-01-04 08:30:00'),(24164,10963,'action complete via WP Cron','2021-01-04 16:30:00','2021-01-04 08:30:00'),(24165,10964,'action created','2021-01-04 16:30:00','2021-01-04 08:30:00'),(24166,10964,'action started via WP Cron','2021-01-04 16:31:01','2021-01-04 08:31:01'),(24167,10964,'action complete via WP Cron','2021-01-04 16:31:01','2021-01-04 08:31:01'),(24168,10965,'action created','2021-01-04 16:31:01','2021-01-04 08:31:01'),(24169,10965,'action started via WP Cron','2021-01-04 16:33:03','2021-01-04 08:33:03'),(24170,10965,'action complete via WP Cron','2021-01-04 16:33:03','2021-01-04 08:33:03'),(24171,10966,'action created','2021-01-04 16:33:03','2021-01-04 08:33:03'),(24172,10966,'action started via WP Cron','2021-01-04 16:34:04','2021-01-04 08:34:04'),(24173,10966,'action complete via WP Cron','2021-01-04 16:34:04','2021-01-04 08:34:04'),(24174,10967,'action created','2021-01-04 16:34:04','2021-01-04 08:34:04'),(24175,10967,'action started via WP Cron','2021-01-04 16:37:55','2021-01-04 08:37:55'),(24176,10967,'action complete via WP Cron','2021-01-04 16:37:55','2021-01-04 08:37:55'),(24177,10968,'action created','2021-01-04 16:37:55','2021-01-04 08:37:55'),(24178,10968,'action started via WP Cron','2021-01-04 16:43:19','2021-01-04 08:43:19'),(24179,10968,'action complete via WP Cron','2021-01-04 16:43:19','2021-01-04 08:43:19'),(24180,10969,'action created','2021-01-04 16:43:19','2021-01-04 08:43:19'),(24181,10969,'action started via WP Cron','2021-01-04 16:43:47','2021-01-04 08:43:47'),(24182,10969,'action complete via WP Cron','2021-01-04 16:43:47','2021-01-04 08:43:47'),(24183,10970,'action created','2021-01-04 16:43:47','2021-01-04 08:43:47'),(24184,10970,'action started via WP Cron','2021-01-04 16:44:45','2021-01-04 08:44:45'),(24185,10970,'action complete via WP Cron','2021-01-04 16:44:45','2021-01-04 08:44:45'),(24186,10971,'action created','2021-01-04 16:44:45','2021-01-04 08:44:45'),(24187,10971,'action started via WP Cron','2021-01-04 16:46:59','2021-01-04 08:46:59'),(24188,10971,'action complete via WP Cron','2021-01-04 16:46:59','2021-01-04 08:46:59'),(24189,10972,'action created','2021-01-04 16:46:59','2021-01-04 08:46:59'),(24190,10972,'action started via WP Cron','2021-01-04 16:48:40','2021-01-04 08:48:40'),(24191,10972,'action complete via WP Cron','2021-01-04 16:48:40','2021-01-04 08:48:40'),(24192,10973,'action created','2021-01-04 16:48:40','2021-01-04 08:48:40'),(24193,10973,'action started via WP Cron','2021-01-04 16:50:43','2021-01-04 08:50:43'),(24194,10973,'action complete via WP Cron','2021-01-04 16:50:43','2021-01-04 08:50:43'),(24195,10974,'action created','2021-01-04 16:50:43','2021-01-04 08:50:43'),(24196,10974,'action started via WP Cron','2021-01-04 16:51:44','2021-01-04 08:51:44'),(24197,10974,'action complete via WP Cron','2021-01-04 16:51:44','2021-01-04 08:51:44'),(24198,10975,'action created','2021-01-04 16:51:44','2021-01-04 08:51:44'),(24199,10975,'action started via WP Cron','2021-01-04 16:52:45','2021-01-04 08:52:45'),(24200,10975,'action complete via WP Cron','2021-01-04 16:52:45','2021-01-04 08:52:45'),(24201,10976,'action created','2021-01-04 16:52:45','2021-01-04 08:52:45'),(24202,10976,'action started via WP Cron','2021-01-04 16:55:29','2021-01-04 08:55:29'),(24203,10976,'action complete via WP Cron','2021-01-04 16:55:29','2021-01-04 08:55:29'),(24204,10977,'action created','2021-01-04 16:55:29','2021-01-04 08:55:29'),(24205,10977,'action started via WP Cron','2021-01-04 16:56:30','2021-01-04 08:56:30'),(24206,10977,'action complete via WP Cron','2021-01-04 16:56:30','2021-01-04 08:56:30'),(24207,10978,'action created','2021-01-04 16:56:30','2021-01-04 08:56:30'),(24208,10978,'action started via WP Cron','2021-01-04 16:57:08','2021-01-04 08:57:08'),(24209,10978,'action complete via WP Cron','2021-01-04 16:57:08','2021-01-04 08:57:08'),(24210,10979,'action created','2021-01-04 16:57:08','2021-01-04 08:57:08'),(24211,10979,'action started via WP Cron','2021-01-04 16:59:06','2021-01-04 08:59:06'),(24212,10979,'action complete via WP Cron','2021-01-04 16:59:06','2021-01-04 08:59:06'),(24213,10980,'action created','2021-01-04 16:59:06','2021-01-04 08:59:06'),(24214,10980,'action started via WP Cron','2021-01-04 17:00:42','2021-01-04 09:00:42'),(24215,10980,'action complete via WP Cron','2021-01-04 17:00:42','2021-01-04 09:00:42'),(24216,10981,'action created','2021-01-04 17:02:19','2021-01-04 09:02:19'),(24217,10981,'action started via WP Cron','2021-01-04 17:02:54','2021-01-04 09:02:54'),(24218,10981,'action complete via WP Cron','2021-01-04 17:02:54','2021-01-04 09:02:54'),(24219,10982,'action created','2021-01-04 17:02:54','2021-01-04 09:02:54'),(24220,10982,'action started via WP Cron','2021-01-04 17:04:31','2021-01-04 09:04:31'),(24221,10982,'action complete via WP Cron','2021-01-04 17:04:31','2021-01-04 09:04:31'),(24222,10983,'action created','2021-01-04 17:04:31','2021-01-04 09:04:31'),(24223,10983,'action started via WP Cron','2021-01-04 17:06:36','2021-01-04 09:06:36'),(24224,10983,'action complete via WP Cron','2021-01-04 17:06:36','2021-01-04 09:06:36'),(24225,10984,'action created','2021-01-04 17:06:36','2021-01-04 09:06:36'),(24226,10984,'action started via WP Cron','2021-01-04 17:06:53','2021-01-04 09:06:53'),(24227,10984,'action complete via WP Cron','2021-01-04 17:06:53','2021-01-04 09:06:53'),(24228,10985,'action created','2021-01-04 17:06:53','2021-01-04 09:06:53'),(24229,10985,'action started via WP Cron','2021-01-04 17:07:54','2021-01-04 09:07:54'),(24230,10985,'action complete via WP Cron','2021-01-04 17:07:54','2021-01-04 09:07:54'),(24231,10986,'action created','2021-01-04 17:07:54','2021-01-04 09:07:54'),(24232,10986,'action started via WP Cron','2021-01-04 17:08:55','2021-01-04 09:08:55'),(24233,10986,'action complete via WP Cron','2021-01-04 17:08:55','2021-01-04 09:08:55'),(24234,10987,'action created','2021-01-04 17:08:55','2021-01-04 09:08:55'),(24235,10987,'action started via WP Cron','2021-01-04 17:18:04','2021-01-04 09:18:04'),(24236,10987,'action complete via WP Cron','2021-01-04 17:18:04','2021-01-04 09:18:04'),(24237,10988,'action created','2021-01-04 17:18:04','2021-01-04 09:18:04'),(24238,10988,'action started via WP Cron','2021-01-04 17:31:30','2021-01-04 09:31:30'),(24239,10988,'action complete via WP Cron','2021-01-04 17:31:30','2021-01-04 09:31:30'),(24240,10989,'action created','2021-01-04 17:31:30','2021-01-04 09:31:30'),(24241,10989,'action started via WP Cron','2021-01-04 17:36:21','2021-01-04 09:36:21'),(24242,10989,'action complete via WP Cron','2021-01-04 17:36:21','2021-01-04 09:36:21'),(24243,10990,'action created','2021-01-04 17:36:21','2021-01-04 09:36:21'),(24244,10990,'action started via WP Cron','2021-01-04 17:39:06','2021-01-04 09:39:06'),(24245,10990,'action complete via WP Cron','2021-01-04 17:39:06','2021-01-04 09:39:06'),(24246,10991,'action created','2021-01-04 17:39:06','2021-01-04 09:39:06'),(24247,10991,'action started via WP Cron','2021-01-04 17:41:56','2021-01-04 09:41:56'),(24248,10991,'action complete via WP Cron','2021-01-04 17:41:56','2021-01-04 09:41:56'),(24249,10992,'action created','2021-01-04 17:41:56','2021-01-04 09:41:56'),(24250,10992,'action started via WP Cron','2021-01-04 17:44:20','2021-01-04 09:44:20'),(24251,10992,'action complete via WP Cron','2021-01-04 17:44:20','2021-01-04 09:44:20'),(24252,10993,'action created','2021-01-04 17:44:20','2021-01-04 09:44:20'),(24253,10993,'action started via WP Cron','2021-01-04 17:45:35','2021-01-04 09:45:35'),(24254,10993,'action complete via WP Cron','2021-01-04 17:45:35','2021-01-04 09:45:35'),(24255,10994,'action created','2021-01-04 17:45:35','2021-01-04 09:45:35'),(24256,10994,'action started via WP Cron','2021-01-04 17:52:02','2021-01-04 09:52:02'),(24257,10994,'action complete via WP Cron','2021-01-04 17:52:02','2021-01-04 09:52:02'),(24258,10995,'action created','2021-01-04 17:52:03','2021-01-04 09:52:03'),(24259,10995,'action started via WP Cron','2021-01-04 17:56:53','2021-01-04 09:56:53'),(24260,10995,'action complete via WP Cron','2021-01-04 17:56:53','2021-01-04 09:56:53'),(24261,10996,'action created','2021-01-04 17:56:53','2021-01-04 09:56:53'),(24262,10996,'action started via WP Cron','2021-01-04 18:07:04','2021-01-04 10:07:04'),(24263,10996,'action complete via WP Cron','2021-01-04 18:07:04','2021-01-04 10:07:04'),(24264,10997,'action created','2021-01-04 18:07:04','2021-01-04 10:07:04'),(24265,10997,'action started via WP Cron','2021-01-04 18:08:58','2021-01-04 10:08:58'),(24266,10997,'action complete via WP Cron','2021-01-04 18:08:58','2021-01-04 10:08:58'),(24267,10998,'action created','2021-01-04 18:09:35','2021-01-04 10:09:35'),(24268,10998,'action started via WP Cron','2021-01-04 18:10:40','2021-01-04 10:10:40'),(24269,10998,'action complete via WP Cron','2021-01-04 18:10:40','2021-01-04 10:10:40'),(24270,10999,'action created','2021-01-04 18:10:40','2021-01-04 10:10:40'),(24271,10999,'action started via WP Cron','2021-01-04 18:11:43','2021-01-04 10:11:43'),(24272,10999,'action complete via WP Cron','2021-01-04 18:11:43','2021-01-04 10:11:43'),(24273,11000,'action created','2021-01-04 18:11:43','2021-01-04 10:11:43'),(24274,11000,'action started via WP Cron','2021-01-04 18:12:42','2021-01-04 10:12:42'),(24275,11000,'action complete via WP Cron','2021-01-04 18:12:42','2021-01-04 10:12:42'),(24276,11001,'action created','2021-01-04 18:12:42','2021-01-04 10:12:42'),(24277,11001,'action started via WP Cron','2021-01-04 18:13:49','2021-01-04 10:13:49'),(24278,11001,'action complete via WP Cron','2021-01-04 18:13:49','2021-01-04 10:13:49'),(24279,11002,'action created','2021-01-04 18:13:49','2021-01-04 10:13:49'),(24280,11002,'action started via WP Cron','2021-01-04 18:14:58','2021-01-04 10:14:58'),(24281,11002,'action complete via WP Cron','2021-01-04 18:14:58','2021-01-04 10:14:58'),(24282,11003,'action created','2021-01-04 18:14:58','2021-01-04 10:14:58'),(24283,11003,'action started via WP Cron','2021-01-04 18:23:02','2021-01-04 10:23:02'),(24284,11003,'action complete via WP Cron','2021-01-04 18:23:02','2021-01-04 10:23:02'),(24285,11004,'action created','2021-01-04 18:23:02','2021-01-04 10:23:02'),(24286,11004,'action started via WP Cron','2021-01-04 18:36:49','2021-01-04 10:36:49'),(24287,11004,'action complete via WP Cron','2021-01-04 18:36:49','2021-01-04 10:36:49'),(24288,11005,'action created','2021-01-04 18:36:49','2021-01-04 10:36:49'),(24289,11005,'action started via WP Cron','2021-01-04 18:40:32','2021-01-04 10:40:32'),(24290,11005,'action complete via WP Cron','2021-01-04 18:40:32','2021-01-04 10:40:32'),(24291,11006,'action created','2021-01-04 18:40:32','2021-01-04 10:40:32'),(24292,11006,'action started via WP Cron','2021-01-04 18:40:58','2021-01-04 10:40:58'),(24293,11006,'action complete via WP Cron','2021-01-04 18:40:58','2021-01-04 10:40:58'),(24294,11007,'action created','2021-01-04 18:40:58','2021-01-04 10:40:58'),(24295,11007,'action started via WP Cron','2021-01-04 18:45:51','2021-01-04 10:45:51'),(24296,11007,'action complete via WP Cron','2021-01-04 18:45:51','2021-01-04 10:45:51'),(24297,11008,'action created','2021-01-04 18:45:51','2021-01-04 10:45:51'),(24298,11008,'action started via WP Cron','2021-01-04 18:51:11','2021-01-04 10:51:11'),(24299,11008,'action complete via WP Cron','2021-01-04 18:51:11','2021-01-04 10:51:11'),(24300,11009,'action created','2021-01-04 18:51:12','2021-01-04 10:51:12'),(24301,11009,'action started via WP Cron','2021-01-04 18:54:46','2021-01-04 10:54:46'),(24302,11009,'action complete via WP Cron','2021-01-04 18:54:46','2021-01-04 10:54:46'),(24303,11010,'action created','2021-01-04 18:54:46','2021-01-04 10:54:46'),(24304,11010,'action started via WP Cron','2021-01-04 18:58:15','2021-01-04 10:58:15'),(24305,11010,'action complete via WP Cron','2021-01-04 18:58:15','2021-01-04 10:58:15'),(24306,11011,'action created','2021-01-04 18:58:15','2021-01-04 10:58:15'),(24307,11011,'action started via WP Cron','2021-01-04 19:00:48','2021-01-04 11:00:48'),(24308,11011,'action complete via WP Cron','2021-01-04 19:00:48','2021-01-04 11:00:48'),(24309,11012,'action created','2021-01-04 19:00:48','2021-01-04 11:00:48'),(24310,11012,'action started via WP Cron','2021-01-04 19:01:51','2021-01-04 11:01:51'),(24311,11012,'action complete via WP Cron','2021-01-04 19:01:51','2021-01-04 11:01:51'),(24312,11013,'action created','2021-01-04 19:01:51','2021-01-04 11:01:51'),(24313,11013,'action started via WP Cron','2021-01-04 19:02:51','2021-01-04 11:02:51'),(24314,11013,'action complete via WP Cron','2021-01-04 19:02:51','2021-01-04 11:02:51'),(24315,11014,'action created','2021-01-04 19:02:51','2021-01-04 11:02:51'),(24316,11014,'action started via WP Cron','2021-01-04 19:04:53','2021-01-04 11:04:53'),(24317,11014,'action complete via WP Cron','2021-01-04 19:04:53','2021-01-04 11:04:53'),(24318,11015,'action created','2021-01-04 19:04:53','2021-01-04 11:04:53'),(24319,11015,'action started via WP Cron','2021-01-04 19:05:54','2021-01-04 11:05:54'),(24320,11015,'action complete via WP Cron','2021-01-04 19:05:54','2021-01-04 11:05:54'),(24321,11016,'action created','2021-01-04 19:05:54','2021-01-04 11:05:54'),(24322,11016,'action started via WP Cron','2021-01-04 19:06:55','2021-01-04 11:06:55'),(24323,11016,'action complete via WP Cron','2021-01-04 19:06:55','2021-01-04 11:06:55'),(24324,11017,'action created','2021-01-04 19:06:55','2021-01-04 11:06:55'),(24325,11017,'action started via WP Cron','2021-01-04 19:08:16','2021-01-04 11:08:16'),(24326,11017,'action complete via WP Cron','2021-01-04 19:08:16','2021-01-04 11:08:16'),(24327,11018,'action created','2021-01-04 19:08:16','2021-01-04 11:08:16'),(24328,11018,'action started via WP Cron','2021-01-04 19:09:06','2021-01-04 11:09:06'),(24329,11018,'action complete via WP Cron','2021-01-04 19:09:06','2021-01-04 11:09:06'),(24330,11019,'action created','2021-01-04 19:09:06','2021-01-04 11:09:06'),(24331,11019,'action started via WP Cron','2021-01-04 19:10:42','2021-01-04 11:10:42'),(24332,11019,'action complete via WP Cron','2021-01-04 19:10:42','2021-01-04 11:10:42'),(24333,11020,'action created','2021-01-04 19:10:43','2021-01-04 11:10:43'),(24334,11020,'action started via WP Cron','2021-01-04 19:15:16','2021-01-04 11:15:16'),(24335,11020,'action complete via WP Cron','2021-01-04 19:15:16','2021-01-04 11:15:16'),(24336,11021,'action created','2021-01-04 19:15:16','2021-01-04 11:15:16'),(24337,11021,'action started via WP Cron','2021-01-04 19:16:17','2021-01-04 11:16:17'),(24338,11021,'action complete via WP Cron','2021-01-04 19:16:17','2021-01-04 11:16:17'),(24339,11022,'action created','2021-01-04 19:16:17','2021-01-04 11:16:17'),(24340,11022,'action started via WP Cron','2021-01-04 19:16:55','2021-01-04 11:16:55'),(24341,11022,'action complete via WP Cron','2021-01-04 19:16:55','2021-01-04 11:16:55'),(24342,11023,'action created','2021-01-04 19:16:56','2021-01-04 11:16:56'),(24343,11023,'action started via WP Cron','2021-01-04 19:19:20','2021-01-04 11:19:20'),(24344,11023,'action complete via WP Cron','2021-01-04 19:19:20','2021-01-04 11:19:20'),(24345,11024,'action created','2021-01-04 19:19:20','2021-01-04 11:19:20'),(24346,11024,'action started via WP Cron','2021-01-04 19:20:21','2021-01-04 11:20:21'),(24347,11024,'action complete via WP Cron','2021-01-04 19:20:21','2021-01-04 11:20:21'),(24348,11025,'action created','2021-01-04 19:20:21','2021-01-04 11:20:21'),(24349,11025,'action started via WP Cron','2021-01-04 19:21:22','2021-01-04 11:21:22'),(24350,11025,'action complete via WP Cron','2021-01-04 19:21:22','2021-01-04 11:21:22'),(24351,11026,'action created','2021-01-04 19:21:22','2021-01-04 11:21:22'),(24352,11026,'action started via WP Cron','2021-01-04 19:22:51','2021-01-04 11:22:51'),(24353,11026,'action complete via WP Cron','2021-01-04 19:22:51','2021-01-04 11:22:51'),(24354,11027,'action created','2021-01-04 19:22:51','2021-01-04 11:22:51'),(24355,11027,'action started via WP Cron','2021-01-04 19:23:41','2021-01-04 11:23:41'),(24356,11027,'action complete via WP Cron','2021-01-04 19:23:41','2021-01-04 11:23:41'),(24357,11028,'action created','2021-01-04 19:23:41','2021-01-04 11:23:41'),(24358,11028,'action started via WP Cron','2021-01-04 19:25:55','2021-01-04 11:25:55'),(24359,11028,'action complete via WP Cron','2021-01-04 19:25:55','2021-01-04 11:25:55'),(24360,11029,'action created','2021-01-04 19:25:55','2021-01-04 11:25:55'),(24361,11029,'action started via WP Cron','2021-01-04 19:27:40','2021-01-04 11:27:40'),(24362,11029,'action complete via WP Cron','2021-01-04 19:27:40','2021-01-04 11:27:40'),(24363,11030,'action created','2021-01-04 19:27:40','2021-01-04 11:27:40'),(24364,11030,'action started via WP Cron','2021-01-04 19:28:53','2021-01-04 11:28:53'),(24365,11030,'action complete via WP Cron','2021-01-04 19:28:53','2021-01-04 11:28:53'),(24366,11031,'action created','2021-01-04 19:28:53','2021-01-04 11:28:53'),(24367,11031,'action started via WP Cron','2021-01-04 19:29:55','2021-01-04 11:29:55'),(24368,11031,'action complete via WP Cron','2021-01-04 19:29:55','2021-01-04 11:29:55'),(24369,11032,'action created','2021-01-04 19:29:55','2021-01-04 11:29:55'),(24370,11032,'action started via WP Cron','2021-01-04 19:31:14','2021-01-04 11:31:14'),(24371,11032,'action complete via WP Cron','2021-01-04 19:31:14','2021-01-04 11:31:14'),(24372,11033,'action created','2021-01-04 19:31:14','2021-01-04 11:31:14'),(24373,11033,'action started via WP Cron','2021-01-04 19:32:54','2021-01-04 11:32:54'),(24374,11033,'action complete via WP Cron','2021-01-04 19:32:54','2021-01-04 11:32:54'),(24375,11034,'action created','2021-01-04 19:32:54','2021-01-04 11:32:54'),(24376,11034,'action started via WP Cron','2021-01-04 19:34:17','2021-01-04 11:34:17'),(24377,11034,'action complete via WP Cron','2021-01-04 19:34:17','2021-01-04 11:34:17'),(24378,11035,'action created','2021-01-04 19:34:17','2021-01-04 11:34:17'),(24379,11035,'action started via WP Cron','2021-01-04 19:35:23','2021-01-04 11:35:23'),(24380,11035,'action complete via WP Cron','2021-01-04 19:35:23','2021-01-04 11:35:23'),(24381,11036,'action created','2021-01-04 19:35:23','2021-01-04 11:35:23'),(24382,11036,'action started via WP Cron','2021-01-04 19:37:17','2021-01-04 11:37:17'),(24383,11036,'action complete via WP Cron','2021-01-04 19:37:17','2021-01-04 11:37:17'),(24384,11037,'action created','2021-01-04 19:37:17','2021-01-04 11:37:17'),(24385,11037,'action started via WP Cron','2021-01-04 19:38:26','2021-01-04 11:38:26'),(24386,11037,'action complete via WP Cron','2021-01-04 19:38:26','2021-01-04 11:38:26'),(24387,11038,'action created','2021-01-04 19:38:26','2021-01-04 11:38:26'),(24388,11038,'action started via WP Cron','2021-01-04 19:41:04','2021-01-04 11:41:04'),(24389,11038,'action complete via WP Cron','2021-01-04 19:41:04','2021-01-04 11:41:04'),(24390,11039,'action created','2021-01-04 19:41:04','2021-01-04 11:41:04'),(24391,11039,'action started via WP Cron','2021-01-04 19:46:43','2021-01-04 11:46:43'),(24392,11039,'action complete via WP Cron','2021-01-04 19:46:43','2021-01-04 11:46:43'),(24393,11040,'action created','2021-01-04 19:46:44','2021-01-04 11:46:44'),(24394,11040,'action started via WP Cron','2021-01-04 19:52:44','2021-01-04 11:52:44'),(24395,11040,'action complete via WP Cron','2021-01-04 19:52:44','2021-01-04 11:52:44'),(24396,11041,'action created','2021-01-04 19:52:45','2021-01-04 11:52:45'),(24397,11041,'action started via WP Cron','2021-01-04 19:56:47','2021-01-04 11:56:47'),(24398,11041,'action complete via WP Cron','2021-01-04 19:56:47','2021-01-04 11:56:47'),(24399,11042,'action created','2021-01-04 19:56:47','2021-01-04 11:56:47'),(24400,11042,'action started via WP Cron','2021-01-04 19:59:01','2021-01-04 11:59:01'),(24401,11042,'action complete via WP Cron','2021-01-04 19:59:01','2021-01-04 11:59:01'),(24402,11043,'action created','2021-01-04 19:59:01','2021-01-04 11:59:01'),(24403,11043,'action started via WP Cron','2021-01-04 20:03:34','2021-01-04 12:03:34'),(24404,11043,'action complete via WP Cron','2021-01-04 20:03:34','2021-01-04 12:03:34'),(24405,11044,'action created','2021-01-04 20:03:34','2021-01-04 12:03:34'),(24406,11044,'action started via WP Cron','2021-01-04 20:03:50','2021-01-04 12:03:50'),(24407,11044,'action complete via WP Cron','2021-01-04 20:03:50','2021-01-04 12:03:50'),(24408,11045,'action created','2021-01-04 20:04:56','2021-01-04 12:04:56'),(24409,11045,'action started via WP Cron','2021-01-04 20:05:48','2021-01-04 12:05:48'),(24410,11045,'action complete via WP Cron','2021-01-04 20:05:48','2021-01-04 12:05:48'),(24411,11046,'action created','2021-01-04 20:05:48','2021-01-04 12:05:48'),(24412,11046,'action started via WP Cron','2021-01-04 20:07:02','2021-01-04 12:07:02'),(24413,11046,'action complete via WP Cron','2021-01-04 20:07:02','2021-01-04 12:07:02'),(24414,11047,'action created','2021-01-04 20:07:02','2021-01-04 12:07:02'),(24415,11047,'action started via WP Cron','2021-01-04 20:07:55','2021-01-04 12:07:55'),(24416,11047,'action complete via WP Cron','2021-01-04 20:07:55','2021-01-04 12:07:55'),(24417,11048,'action created','2021-01-04 20:07:55','2021-01-04 12:07:55'),(24418,11048,'action started via WP Cron','2021-01-04 20:08:57','2021-01-04 12:08:57'),(24419,11048,'action complete via WP Cron','2021-01-04 20:08:57','2021-01-04 12:08:57'),(24420,11049,'action created','2021-01-04 20:08:57','2021-01-04 12:08:57'),(24421,11049,'action started via WP Cron','2021-01-04 20:10:24','2021-01-04 12:10:24'),(24422,11049,'action complete via WP Cron','2021-01-04 20:10:24','2021-01-04 12:10:24'),(24423,11050,'action created','2021-01-04 20:12:49','2021-01-04 12:12:49'),(24424,11050,'action started via WP Cron','2021-01-04 20:14:55','2021-01-04 12:14:55'),(24425,11050,'action complete via WP Cron','2021-01-04 20:14:55','2021-01-04 12:14:55'),(24426,11051,'action created','2021-01-04 20:14:55','2021-01-04 12:14:55'),(24427,11051,'action started via WP Cron','2021-01-04 20:20:06','2021-01-04 12:20:06'),(24428,11051,'action complete via WP Cron','2021-01-04 20:20:06','2021-01-04 12:20:06'),(24429,11052,'action created','2021-01-04 20:20:06','2021-01-04 12:20:06'),(24430,11052,'action started via WP Cron','2021-01-04 20:20:41','2021-01-04 12:20:41'),(24431,11052,'action complete via WP Cron','2021-01-04 20:20:41','2021-01-04 12:20:41'),(24432,11053,'action created','2021-01-04 20:20:41','2021-01-04 12:20:41'),(24433,11053,'action started via WP Cron','2021-01-04 20:21:53','2021-01-04 12:21:53'),(24434,11053,'action complete via WP Cron','2021-01-04 20:21:53','2021-01-04 12:21:53'),(24435,11054,'action created','2021-01-04 20:21:54','2021-01-04 12:21:54'),(24436,11054,'action started via WP Cron','2021-01-04 20:33:45','2021-01-04 12:33:45'),(24437,11054,'action complete via WP Cron','2021-01-04 20:33:45','2021-01-04 12:33:45'),(24438,11055,'action created','2021-01-04 20:33:45','2021-01-04 12:33:45'),(24439,11055,'action started via WP Cron','2021-01-04 20:35:32','2021-01-04 12:35:32'),(24440,11055,'action complete via WP Cron','2021-01-04 20:35:34','2021-01-04 12:35:34'),(24441,11056,'action created','2021-01-04 20:36:18','2021-01-04 12:36:18'),(24442,11056,'action started via WP Cron','2021-01-04 20:37:40','2021-01-04 12:37:40'),(24443,11056,'action complete via WP Cron','2021-01-04 20:37:40','2021-01-04 12:37:40'),(24444,11057,'action created','2021-01-04 20:37:40','2021-01-04 12:37:40'),(24445,11057,'action started via WP Cron','2021-01-04 20:39:15','2021-01-04 12:39:15'),(24446,11057,'action complete via WP Cron','2021-01-04 20:39:15','2021-01-04 12:39:15'),(24447,11058,'action created','2021-01-04 20:39:15','2021-01-04 12:39:15'),(24448,11058,'action started via WP Cron','2021-01-04 20:39:44','2021-01-04 12:39:44'),(24449,11058,'action complete via WP Cron','2021-01-04 20:39:44','2021-01-04 12:39:44'),(24450,11059,'action created','2021-01-04 20:39:45','2021-01-04 12:39:45'),(24451,11059,'action started via WP Cron','2021-01-04 20:51:50','2021-01-04 12:51:50'),(24452,11059,'action complete via WP Cron','2021-01-04 20:51:50','2021-01-04 12:51:50'),(24453,11060,'action created','2021-01-04 20:51:50','2021-01-04 12:51:50'),(24454,11060,'action started via WP Cron','2021-01-04 21:00:24','2021-01-04 13:00:24'),(24455,11060,'action complete via WP Cron','2021-01-04 21:00:24','2021-01-04 13:00:24'),(24456,11061,'action created','2021-01-04 21:00:24','2021-01-04 13:00:24'),(24457,11061,'action started via WP Cron','2021-01-04 21:05:58','2021-01-04 13:05:58'),(24458,11061,'action complete via WP Cron','2021-01-04 21:05:59','2021-01-04 13:05:59'),(24459,11062,'action created','2021-01-04 21:05:59','2021-01-04 13:05:59'),(24460,11062,'action started via WP Cron','2021-01-04 21:06:56','2021-01-04 13:06:56'),(24461,11062,'action complete via WP Cron','2021-01-04 21:06:56','2021-01-04 13:06:56'),(24462,11063,'action created','2021-01-04 21:06:57','2021-01-04 13:06:57'),(24463,11063,'action started via WP Cron','2021-01-04 21:07:57','2021-01-04 13:07:57'),(24464,11063,'action complete via WP Cron','2021-01-04 21:07:57','2021-01-04 13:07:57'),(24465,11064,'action created','2021-01-04 21:07:57','2021-01-04 13:07:57'),(24466,11064,'action started via WP Cron','2021-01-04 21:09:50','2021-01-04 13:09:50'),(24467,11064,'action complete via WP Cron','2021-01-04 21:09:50','2021-01-04 13:09:50'),(24468,11065,'action created','2021-01-04 21:09:50','2021-01-04 13:09:50'),(24469,11065,'action started via WP Cron','2021-01-04 21:11:00','2021-01-04 13:11:00'),(24470,11065,'action complete via WP Cron','2021-01-04 21:11:00','2021-01-04 13:11:00'),(24471,11066,'action created','2021-01-04 21:11:00','2021-01-04 13:11:00'),(24472,11066,'action started via WP Cron','2021-01-04 21:12:01','2021-01-04 13:12:01'),(24473,11066,'action complete via WP Cron','2021-01-04 21:12:01','2021-01-04 13:12:01'),(24474,11067,'action created','2021-01-04 21:12:01','2021-01-04 13:12:01'),(24475,11067,'action started via WP Cron','2021-01-04 21:12:47','2021-01-04 13:12:47'),(24476,11067,'action complete via WP Cron','2021-01-04 21:12:47','2021-01-04 13:12:47'),(24477,11068,'action created','2021-01-04 21:12:47','2021-01-04 13:12:47'),(24478,11068,'action started via WP Cron','2021-01-04 21:15:13','2021-01-04 13:15:13'),(24479,11068,'action complete via WP Cron','2021-01-04 21:15:13','2021-01-04 13:15:13'),(24480,11069,'action created','2021-01-04 21:15:14','2021-01-04 13:15:14'),(24481,11069,'action started via WP Cron','2021-01-04 21:16:21','2021-01-04 13:16:21'),(24482,11069,'action complete via WP Cron','2021-01-04 21:16:21','2021-01-04 13:16:21'),(24483,11070,'action created','2021-01-04 21:16:21','2021-01-04 13:16:21'),(24484,11070,'action started via WP Cron','2021-01-04 21:17:42','2021-01-04 13:17:42'),(24485,11070,'action complete via WP Cron','2021-01-04 21:17:42','2021-01-04 13:17:42'),(24486,11071,'action created','2021-01-04 21:17:42','2021-01-04 13:17:42'),(24487,11071,'action started via WP Cron','2021-01-04 21:22:18','2021-01-04 13:22:18'),(24488,11071,'action complete via WP Cron','2021-01-04 21:22:18','2021-01-04 13:22:18'),(24489,11072,'action created','2021-01-04 21:22:18','2021-01-04 13:22:18'),(24490,11072,'action started via WP Cron','2021-01-04 21:25:05','2021-01-04 13:25:05'),(24491,11072,'action complete via WP Cron','2021-01-04 21:25:05','2021-01-04 13:25:05'),(24492,11073,'action created','2021-01-04 21:25:05','2021-01-04 13:25:05'),(24493,11073,'action started via WP Cron','2021-01-04 21:37:32','2021-01-04 13:37:32'),(24494,11073,'action complete via WP Cron','2021-01-04 21:37:32','2021-01-04 13:37:32'),(24495,11074,'action created','2021-01-04 21:37:32','2021-01-04 13:37:32'),(24496,11074,'action started via WP Cron','2021-01-04 21:39:03','2021-01-04 13:39:03'),(24497,11074,'action complete via WP Cron','2021-01-04 21:39:03','2021-01-04 13:39:03'),(24498,11075,'action created','2021-01-04 21:39:03','2021-01-04 13:39:03'),(24499,11075,'action started via WP Cron','2021-01-04 21:46:42','2021-01-04 13:46:42'),(24500,11075,'action complete via WP Cron','2021-01-04 21:46:42','2021-01-04 13:46:42'),(24501,11076,'action created','2021-01-04 21:46:42','2021-01-04 13:46:42'),(24502,11076,'action started via WP Cron','2021-01-04 22:07:51','2021-01-04 14:07:51'),(24503,11076,'action complete via WP Cron','2021-01-04 22:07:51','2021-01-04 14:07:51'),(24504,11077,'action created','2021-01-04 22:08:06','2021-01-04 14:08:06'),(24505,11077,'action started via WP Cron','2021-01-04 22:11:42','2021-01-04 14:11:42'),(24506,11077,'action complete via WP Cron','2021-01-04 22:11:42','2021-01-04 14:11:42'),(24507,11078,'action created','2021-01-04 22:11:42','2021-01-04 14:11:42'),(24508,11078,'action started via WP Cron','2021-01-04 22:15:29','2021-01-04 14:15:29'),(24509,11078,'action complete via WP Cron','2021-01-04 22:15:29','2021-01-04 14:15:29'),(24510,11079,'action created','2021-01-04 22:15:29','2021-01-04 14:15:29'),(24511,11079,'action started via WP Cron','2021-01-04 22:28:07','2021-01-04 14:28:07'),(24512,11079,'action complete via WP Cron','2021-01-04 22:28:07','2021-01-04 14:28:07'),(24513,11080,'action created','2021-01-04 22:37:41','2021-01-04 14:37:41'),(24514,11080,'action started via WP Cron','2021-01-04 22:53:01','2021-01-04 14:53:01'),(24515,11080,'action complete via WP Cron','2021-01-04 22:53:01','2021-01-04 14:53:01'),(24516,11081,'action created','2021-01-04 22:53:01','2021-01-04 14:53:01'),(24517,11081,'action started via WP Cron','2021-01-04 22:54:09','2021-01-04 14:54:09'),(24518,11081,'action complete via WP Cron','2021-01-04 22:54:09','2021-01-04 14:54:09'),(24519,11082,'action created','2021-01-04 22:54:09','2021-01-04 14:54:09'),(24520,11082,'action started via WP Cron','2021-01-04 23:18:25','2021-01-04 15:18:25'),(24521,11082,'action complete via WP Cron','2021-01-04 23:18:25','2021-01-04 15:18:25'),(24522,11083,'action created','2021-01-04 23:18:25','2021-01-04 15:18:25'),(24523,11083,'action started via WP Cron','2021-01-04 23:19:25','2021-01-04 15:19:25'),(24524,11083,'action complete via WP Cron','2021-01-04 23:19:25','2021-01-04 15:19:25'),(24525,11084,'action created','2021-01-04 23:19:25','2021-01-04 15:19:25'),(24526,11084,'action started via WP Cron','2021-01-04 23:20:26','2021-01-04 15:20:26'),(24527,11084,'action complete via WP Cron','2021-01-04 23:20:26','2021-01-04 15:20:26'),(24528,11085,'action created','2021-01-04 23:20:26','2021-01-04 15:20:26'),(24529,11085,'action started via WP Cron','2021-01-04 23:22:27','2021-01-04 15:22:27'),(24530,11085,'action complete via WP Cron','2021-01-04 23:22:27','2021-01-04 15:22:27'),(24531,11086,'action created','2021-01-04 23:22:28','2021-01-04 15:22:28'),(24532,11086,'action started via WP Cron','2021-01-04 23:22:48','2021-01-04 15:22:48'),(24533,11086,'action complete via WP Cron','2021-01-04 23:22:48','2021-01-04 15:22:48'),(24534,11087,'action created','2021-01-04 23:22:48','2021-01-04 15:22:48'),(24535,11087,'action started via WP Cron','2021-01-04 23:24:09','2021-01-04 15:24:09'),(24536,11087,'action complete via WP Cron','2021-01-04 23:24:09','2021-01-04 15:24:09'),(24537,11088,'action created','2021-01-04 23:24:09','2021-01-04 15:24:09'),(24538,11088,'action started via WP Cron','2021-01-04 23:32:40','2021-01-04 15:32:40'),(24539,11088,'action complete via WP Cron','2021-01-04 23:32:40','2021-01-04 15:32:40'),(24540,11089,'action created','2021-01-04 23:32:40','2021-01-04 15:32:40'),(24541,11089,'action started via WP Cron','2021-01-04 23:38:35','2021-01-04 15:38:35'),(24542,11089,'action complete via WP Cron','2021-01-04 23:38:35','2021-01-04 15:38:35'),(24543,11090,'action created','2021-01-04 23:38:35','2021-01-04 15:38:35'),(24544,11090,'action started via WP Cron','2021-01-04 23:39:40','2021-01-04 15:39:40'),(24545,11090,'action complete via WP Cron','2021-01-04 23:39:40','2021-01-04 15:39:40'),(24546,11091,'action created','2021-01-04 23:39:40','2021-01-04 15:39:40'),(24547,11091,'action started via WP Cron','2021-01-04 23:40:45','2021-01-04 15:40:45'),(24548,11091,'action complete via WP Cron','2021-01-04 23:40:45','2021-01-04 15:40:45'),(24549,11092,'action created','2021-01-04 23:40:45','2021-01-04 15:40:45'),(24550,11092,'action started via WP Cron','2021-01-04 23:41:55','2021-01-04 15:41:55'),(24551,11092,'action complete via WP Cron','2021-01-04 23:41:55','2021-01-04 15:41:55'),(24552,11093,'action created','2021-01-04 23:41:55','2021-01-04 15:41:55'),(24553,11093,'action started via WP Cron','2021-01-04 23:43:49','2021-01-04 15:43:49'),(24554,11093,'action complete via WP Cron','2021-01-04 23:43:49','2021-01-04 15:43:49'),(24555,11094,'action created','2021-01-04 23:43:49','2021-01-04 15:43:49'),(24556,11094,'action started via WP Cron','2021-01-04 23:46:49','2021-01-04 15:46:49'),(24557,11094,'action complete via WP Cron','2021-01-04 23:46:49','2021-01-04 15:46:49'),(24558,11095,'action created','2021-01-04 23:50:32','2021-01-04 15:50:32'),(24559,11095,'action started via WP Cron','2021-01-04 23:52:31','2021-01-04 15:52:31'),(24560,11095,'action complete via WP Cron','2021-01-04 23:52:31','2021-01-04 15:52:31'),(24561,11096,'action created','2021-01-04 23:52:31','2021-01-04 15:52:31'),(24562,11096,'action started via WP Cron','2021-01-05 00:02:50','2021-01-04 16:02:50'),(24563,11096,'action complete via WP Cron','2021-01-05 00:02:50','2021-01-04 16:02:50'),(24564,11097,'action created','2021-01-05 00:02:50','2021-01-04 16:02:50'),(24565,11097,'action started via WP Cron','2021-01-05 00:03:56','2021-01-04 16:03:56'),(24566,11097,'action complete via WP Cron','2021-01-05 00:03:56','2021-01-04 16:03:56'),(24567,11098,'action created','2021-01-05 00:03:56','2021-01-04 16:03:56'),(24568,11098,'action started via WP Cron','2021-01-05 00:04:57','2021-01-04 16:04:57'),(24569,11098,'action complete via WP Cron','2021-01-05 00:04:57','2021-01-04 16:04:57'),(24570,11099,'action created','2021-01-05 00:04:57','2021-01-04 16:04:57'),(24571,11099,'action started via WP Cron','2021-01-05 00:06:42','2021-01-04 16:06:42'),(24572,11099,'action complete via WP Cron','2021-01-05 00:06:42','2021-01-04 16:06:42'),(24573,11100,'action created','2021-01-05 00:06:42','2021-01-04 16:06:42'),(24574,11100,'action started via WP Cron','2021-01-05 00:08:00','2021-01-04 16:08:00'),(24575,11100,'action complete via WP Cron','2021-01-05 00:08:00','2021-01-04 16:08:00'),(24576,11101,'action created','2021-01-05 00:08:00','2021-01-04 16:08:00'),(24577,11101,'action started via WP Cron','2021-01-05 00:08:48','2021-01-04 16:08:48'),(24578,11101,'action complete via WP Cron','2021-01-05 00:08:48','2021-01-04 16:08:48'),(24579,11102,'action created','2021-01-05 00:09:00','2021-01-04 16:09:00'),(24580,11102,'action started via WP Cron','2021-01-05 00:15:40','2021-01-04 16:15:40'),(24581,11102,'action complete via WP Cron','2021-01-05 00:15:40','2021-01-04 16:15:40'),(24582,11103,'action created','2021-01-05 00:15:40','2021-01-04 16:15:40'),(24583,11103,'action started via WP Cron','2021-01-05 00:17:28','2021-01-04 16:17:28'),(24584,11103,'action complete via WP Cron','2021-01-05 00:17:28','2021-01-04 16:17:28'),(24585,11104,'action created','2021-01-05 00:17:28','2021-01-04 16:17:28'),(24586,11104,'action started via WP Cron','2021-01-05 00:27:06','2021-01-04 16:27:06'),(24587,11104,'action complete via WP Cron','2021-01-05 00:27:06','2021-01-04 16:27:06'),(24588,11105,'action created','2021-01-05 00:27:06','2021-01-04 16:27:06'),(24589,11105,'action started via WP Cron','2021-01-05 00:39:15','2021-01-04 16:39:15'),(24590,11105,'action complete via WP Cron','2021-01-05 00:39:15','2021-01-04 16:39:15'),(24591,11106,'action created','2021-01-05 00:39:15','2021-01-04 16:39:15'),(24592,11106,'action started via WP Cron','2021-01-05 00:41:43','2021-01-04 16:41:43'),(24593,11106,'action complete via WP Cron','2021-01-05 00:41:43','2021-01-04 16:41:43'),(24594,11107,'action created','2021-01-05 00:41:43','2021-01-04 16:41:43'),(24595,11107,'action started via WP Cron','2021-01-05 00:43:15','2021-01-04 16:43:15'),(24596,11107,'action complete via WP Cron','2021-01-05 00:43:15','2021-01-04 16:43:15'),(24597,11108,'action created','2021-01-05 00:43:15','2021-01-04 16:43:15'),(24598,11108,'action started via WP Cron','2021-01-05 00:45:06','2021-01-04 16:45:06'),(24599,11108,'action complete via WP Cron','2021-01-05 00:45:06','2021-01-04 16:45:06'),(24600,11109,'action created','2021-01-05 00:45:06','2021-01-04 16:45:06'),(24601,11109,'action started via WP Cron','2021-01-05 00:46:16','2021-01-04 16:46:16'),(24602,11109,'action complete via WP Cron','2021-01-05 00:46:16','2021-01-04 16:46:16'),(24603,11110,'action created','2021-01-05 00:46:16','2021-01-04 16:46:16'),(24604,11110,'action started via WP Cron','2021-01-05 00:48:32','2021-01-04 16:48:32'),(24605,11110,'action complete via WP Cron','2021-01-05 00:48:32','2021-01-04 16:48:32'),(24606,11111,'action created','2021-01-05 00:48:32','2021-01-04 16:48:32'),(24607,11111,'action started via WP Cron','2021-01-05 00:48:45','2021-01-04 16:48:45'),(24608,11111,'action complete via WP Cron','2021-01-05 00:48:45','2021-01-04 16:48:45'),(24609,11112,'action created','2021-01-05 00:48:45','2021-01-04 16:48:45'),(24610,11112,'action started via WP Cron','2021-01-05 00:50:48','2021-01-04 16:50:48'),(24611,11112,'action complete via WP Cron','2021-01-05 00:50:48','2021-01-04 16:50:48'),(24612,11113,'action created','2021-01-05 00:50:48','2021-01-04 16:50:48'),(24613,11113,'action started via WP Cron','2021-01-05 00:51:49','2021-01-04 16:51:49'),(24614,11113,'action complete via WP Cron','2021-01-05 00:51:49','2021-01-04 16:51:49'),(24615,11114,'action created','2021-01-05 00:51:49','2021-01-04 16:51:49'),(24616,11114,'action started via WP Cron','2021-01-05 00:52:50','2021-01-04 16:52:50'),(24617,11114,'action complete via WP Cron','2021-01-05 00:52:50','2021-01-04 16:52:50'),(24618,11115,'action created','2021-01-05 00:52:50','2021-01-04 16:52:50'),(24619,11115,'action started via WP Cron','2021-01-05 00:55:05','2021-01-04 16:55:05'),(24620,11115,'action complete via WP Cron','2021-01-05 00:55:05','2021-01-04 16:55:05'),(24621,11116,'action created','2021-01-05 00:55:06','2021-01-04 16:55:06'),(24622,11116,'action started via WP Cron','2021-01-05 00:56:07','2021-01-04 16:56:07'),(24623,11116,'action complete via WP Cron','2021-01-05 00:56:07','2021-01-04 16:56:07'),(24624,11117,'action created','2021-01-05 00:56:07','2021-01-04 16:56:07'),(24625,11117,'action started via WP Cron','2021-01-05 00:58:44','2021-01-04 16:58:44'),(24626,11117,'action complete via WP Cron','2021-01-05 00:58:44','2021-01-04 16:58:44'),(24627,11118,'action created','2021-01-05 00:58:44','2021-01-04 16:58:44'),(24628,11118,'action started via WP Cron','2021-01-05 01:05:34','2021-01-04 17:05:34'),(24629,11118,'action complete via WP Cron','2021-01-05 01:05:34','2021-01-04 17:05:34'),(24630,11119,'action created','2021-01-05 01:05:34','2021-01-04 17:05:34'),(24631,11119,'action started via WP Cron','2021-01-05 01:08:23','2021-01-04 17:08:23'),(24632,11119,'action complete via WP Cron','2021-01-05 01:08:23','2021-01-04 17:08:23'),(24633,11120,'action created','2021-01-05 01:08:23','2021-01-04 17:08:23'),(24634,11120,'action started via WP Cron','2021-01-05 01:09:47','2021-01-04 17:09:47'),(24635,11120,'action complete via WP Cron','2021-01-05 01:09:47','2021-01-04 17:09:47'),(24636,11121,'action created','2021-01-05 01:09:47','2021-01-04 17:09:47'),(24637,11121,'action started via WP Cron','2021-01-05 01:11:12','2021-01-04 17:11:12'),(24638,11121,'action complete via WP Cron','2021-01-05 01:11:12','2021-01-04 17:11:12'),(24639,11122,'action created','2021-01-05 01:11:12','2021-01-04 17:11:12'),(24640,11122,'action started via WP Cron','2021-01-05 01:12:03','2021-01-04 17:12:03'),(24641,11122,'action complete via WP Cron','2021-01-05 01:12:03','2021-01-04 17:12:03'),(24642,11123,'action created','2021-01-05 01:12:03','2021-01-04 17:12:03'),(24643,11123,'action started via WP Cron','2021-01-05 01:13:04','2021-01-04 17:13:04'),(24644,11123,'action complete via WP Cron','2021-01-05 01:13:04','2021-01-04 17:13:04'),(24645,11124,'action created','2021-01-05 01:13:04','2021-01-04 17:13:04'),(24646,11124,'action started via WP Cron','2021-01-05 01:18:21','2021-01-04 17:18:21'),(24647,11124,'action complete via WP Cron','2021-01-05 01:18:21','2021-01-04 17:18:21'),(24648,11125,'action created','2021-01-05 01:18:22','2021-01-04 17:18:22'),(24649,11125,'action started via WP Cron','2021-01-05 01:26:10','2021-01-04 17:26:10'),(24650,11125,'action complete via WP Cron','2021-01-05 01:26:10','2021-01-04 17:26:10'),(24651,11126,'action created','2021-01-05 01:26:10','2021-01-04 17:26:10'),(24652,11126,'action started via WP Cron','2021-01-05 01:31:33','2021-01-04 17:31:33'),(24653,11126,'action complete via WP Cron','2021-01-05 01:31:33','2021-01-04 17:31:33'),(24654,11127,'action created','2021-01-05 01:31:33','2021-01-04 17:31:33'),(24655,11127,'action started via WP Cron','2021-01-05 01:31:45','2021-01-04 17:31:45'),(24656,11127,'action complete via WP Cron','2021-01-05 01:31:45','2021-01-04 17:31:45'),(24657,11128,'action created','2021-01-05 01:31:45','2021-01-04 17:31:45'),(24658,11128,'action started via WP Cron','2021-01-05 01:32:46','2021-01-04 17:32:46'),(24659,11128,'action complete via WP Cron','2021-01-05 01:32:46','2021-01-04 17:32:46'),(24660,11129,'action created','2021-01-05 01:32:47','2021-01-04 17:32:47'),(24661,11129,'action started via WP Cron','2021-01-05 01:34:47','2021-01-04 17:34:47'),(24662,11129,'action complete via WP Cron','2021-01-05 01:34:47','2021-01-04 17:34:47'),(24663,11130,'action created','2021-01-05 01:34:47','2021-01-04 17:34:47'),(24664,11130,'action started via WP Cron','2021-01-05 01:35:49','2021-01-04 17:35:49'),(24665,11130,'action complete via WP Cron','2021-01-05 01:35:49','2021-01-04 17:35:49'),(24666,11131,'action created','2021-01-05 01:35:49','2021-01-04 17:35:49'),(24667,11131,'action started via WP Cron','2021-01-05 01:36:49','2021-01-04 17:36:49'),(24668,11131,'action complete via WP Cron','2021-01-05 01:36:49','2021-01-04 17:36:49'),(24669,11132,'action created','2021-01-05 01:36:50','2021-01-04 17:36:50'),(24670,11132,'action started via WP Cron','2021-01-05 01:38:15','2021-01-04 17:38:15'),(24671,11132,'action complete via WP Cron','2021-01-05 01:38:15','2021-01-04 17:38:15'),(24672,11133,'action created','2021-01-05 01:38:15','2021-01-04 17:38:15'),(24673,11133,'action started via WP Cron','2021-01-05 01:42:55','2021-01-04 17:42:55'),(24674,11133,'action complete via WP Cron','2021-01-05 01:42:55','2021-01-04 17:42:55'),(24675,11134,'action created','2021-01-05 01:42:56','2021-01-04 17:42:56'),(24676,11134,'action started via WP Cron','2021-01-05 01:44:11','2021-01-04 17:44:11'),(24677,11134,'action complete via WP Cron','2021-01-05 01:44:11','2021-01-04 17:44:11'),(24678,11135,'action created','2021-01-05 01:44:11','2021-01-04 17:44:11'),(24679,11135,'action started via WP Cron','2021-01-05 01:51:24','2021-01-04 17:51:24'),(24680,11135,'action complete via WP Cron','2021-01-05 01:51:24','2021-01-04 17:51:24'),(24681,11136,'action created','2021-01-05 01:51:24','2021-01-04 17:51:24'),(24682,11136,'action started via WP Cron','2021-01-05 01:52:30','2021-01-04 17:52:30'),(24683,11136,'action complete via WP Cron','2021-01-05 01:52:30','2021-01-04 17:52:30'),(24684,11137,'action created','2021-01-05 01:52:30','2021-01-04 17:52:30'),(24685,11137,'action started via WP Cron','2021-01-05 01:53:51','2021-01-04 17:53:51'),(24686,11137,'action complete via WP Cron','2021-01-05 01:53:51','2021-01-04 17:53:51'),(24687,11138,'action created','2021-01-05 01:53:51','2021-01-04 17:53:51'),(24688,11138,'action started via WP Cron','2021-01-05 01:54:42','2021-01-04 17:54:42'),(24689,11138,'action complete via WP Cron','2021-01-05 01:54:42','2021-01-04 17:54:42'),(24690,11139,'action created','2021-01-05 01:54:42','2021-01-04 17:54:42'),(24691,11139,'action started via WP Cron','2021-01-05 01:55:52','2021-01-04 17:55:52'),(24692,11139,'action complete via WP Cron','2021-01-05 01:55:52','2021-01-04 17:55:52'),(24693,11140,'action created','2021-01-05 01:55:52','2021-01-04 17:55:52'),(24694,10636,'action started via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24695,10636,'action complete via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24696,11141,'action created','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24697,10637,'action started via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24698,10637,'action complete via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24699,11142,'action created','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24700,11140,'action started via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24701,11140,'action complete via WP Cron','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24702,11143,'action created','2021-01-05 02:13:06','2021-01-04 18:13:06'),(24703,11143,'action started via WP Cron','2021-01-05 02:14:04','2021-01-04 18:14:04'),(24704,11143,'action complete via WP Cron','2021-01-05 02:14:04','2021-01-04 18:14:04'),(24705,11144,'action created','2021-01-05 02:14:04','2021-01-04 18:14:04'),(24706,11144,'action started via WP Cron','2021-01-05 02:16:13','2021-01-04 18:16:13'),(24707,11144,'action complete via WP Cron','2021-01-05 02:16:13','2021-01-04 18:16:13'),(24708,11145,'action created','2021-01-05 02:16:13','2021-01-04 18:16:13'),(24709,11145,'action started via WP Cron','2021-01-05 02:17:16','2021-01-04 18:17:16'),(24710,11145,'action complete via WP Cron','2021-01-05 02:17:16','2021-01-04 18:17:16'),(24711,11146,'action created','2021-01-05 02:29:40','2021-01-04 18:29:40'),(24712,11146,'action started via WP Cron','2021-01-05 02:32:35','2021-01-04 18:32:35'),(24713,11146,'action complete via WP Cron','2021-01-05 02:32:35','2021-01-04 18:32:35'),(24714,11147,'action created','2021-01-05 02:32:35','2021-01-04 18:32:35'),(24715,11147,'action started via WP Cron','2021-01-05 02:33:44','2021-01-04 18:33:44'),(24716,11147,'action complete via WP Cron','2021-01-05 02:33:44','2021-01-04 18:33:44'),(24717,11148,'action created','2021-01-05 02:33:44','2021-01-04 18:33:44'),(24718,11148,'action started via WP Cron','2021-01-05 02:34:45','2021-01-04 18:34:45'),(24719,11148,'action complete via WP Cron','2021-01-05 02:34:45','2021-01-04 18:34:45'),(24720,11149,'action created','2021-01-05 02:34:45','2021-01-04 18:34:45'),(24721,11149,'action started via WP Cron','2021-01-05 02:36:47','2021-01-04 18:36:47'),(24722,11149,'action complete via WP Cron','2021-01-05 02:36:47','2021-01-04 18:36:47'),(24723,11150,'action created','2021-01-05 02:36:47','2021-01-04 18:36:47'),(24724,11150,'action started via WP Cron','2021-01-05 02:37:48','2021-01-04 18:37:48'),(24725,11150,'action complete via WP Cron','2021-01-05 02:37:48','2021-01-04 18:37:48'),(24726,11151,'action created','2021-01-05 02:37:48','2021-01-04 18:37:48'),(24727,11151,'action started via WP Cron','2021-01-05 02:38:49','2021-01-04 18:38:49'),(24728,11151,'action complete via WP Cron','2021-01-05 02:38:49','2021-01-04 18:38:49'),(24729,11152,'action created','2021-01-05 02:38:49','2021-01-04 18:38:49'),(24730,11152,'action started via WP Cron','2021-01-05 02:49:34','2021-01-04 18:49:34'),(24731,11152,'action complete via WP Cron','2021-01-05 02:49:34','2021-01-04 18:49:34'),(24732,11153,'action created','2021-01-05 02:49:34','2021-01-04 18:49:34'),(24733,11153,'action started via WP Cron','2021-01-05 02:50:48','2021-01-04 18:50:48'),(24734,11153,'action complete via WP Cron','2021-01-05 02:50:48','2021-01-04 18:50:48'),(24735,11154,'action created','2021-01-05 02:50:48','2021-01-04 18:50:48'),(24736,11154,'action started via WP Cron','2021-01-05 02:56:51','2021-01-04 18:56:51'),(24737,11154,'action complete via WP Cron','2021-01-05 02:56:51','2021-01-04 18:56:51'),(24738,11155,'action created','2021-01-05 02:56:51','2021-01-04 18:56:51'),(24739,11155,'action started via WP Cron','2021-01-05 02:57:53','2021-01-04 18:57:53'),(24740,11155,'action complete via WP Cron','2021-01-05 02:57:53','2021-01-04 18:57:53'),(24741,11156,'action created','2021-01-05 02:57:54','2021-01-04 18:57:54'),(24742,11156,'action started via WP Cron','2021-01-05 02:58:55','2021-01-04 18:58:55'),(24743,11156,'action complete via WP Cron','2021-01-05 02:58:55','2021-01-04 18:58:55'),(24744,11157,'action created','2021-01-05 02:58:55','2021-01-04 18:58:55'),(24745,11157,'action started via WP Cron','2021-01-05 03:00:57','2021-01-04 19:00:57'),(24746,11157,'action complete via WP Cron','2021-01-05 03:00:57','2021-01-04 19:00:57'),(24747,11158,'action created','2021-01-05 03:00:57','2021-01-04 19:00:57'),(24748,11158,'action started via WP Cron','2021-01-05 03:01:57','2021-01-04 19:01:57'),(24749,11158,'action complete via WP Cron','2021-01-05 03:01:57','2021-01-04 19:01:57'),(24750,11159,'action created','2021-01-05 03:01:57','2021-01-04 19:01:57'),(24751,11159,'action started via WP Cron','2021-01-05 03:02:59','2021-01-04 19:02:59'),(24752,11159,'action complete via WP Cron','2021-01-05 03:02:59','2021-01-04 19:02:59'),(24753,11160,'action created','2021-01-05 03:02:59','2021-01-04 19:02:59'),(24754,11160,'action started via WP Cron','2021-01-05 03:07:21','2021-01-04 19:07:21'),(24755,11160,'action complete via WP Cron','2021-01-05 03:07:21','2021-01-04 19:07:21'),(24756,11161,'action created','2021-01-05 03:07:21','2021-01-04 19:07:21'),(24757,11161,'action started via WP Cron','2021-01-05 03:11:04','2021-01-04 19:11:04'),(24758,11161,'action complete via WP Cron','2021-01-05 03:11:04','2021-01-04 19:11:04'),(24759,11162,'action created','2021-01-05 03:11:04','2021-01-04 19:11:04'),(24760,11162,'action started via WP Cron','2021-01-05 03:12:05','2021-01-04 19:12:05'),(24761,11162,'action complete via WP Cron','2021-01-05 03:12:05','2021-01-04 19:12:05'),(24762,11163,'action created','2021-01-05 03:12:05','2021-01-04 19:12:05'),(24763,11163,'action started via WP Cron','2021-01-05 03:13:13','2021-01-04 19:13:13'),(24764,11163,'action complete via WP Cron','2021-01-05 03:13:13','2021-01-04 19:13:13'),(24765,11164,'action created','2021-01-05 03:13:13','2021-01-04 19:13:13'),(24766,11164,'action started via WP Cron','2021-01-05 03:13:41','2021-01-04 19:13:41'),(24767,11164,'action complete via WP Cron','2021-01-05 03:13:41','2021-01-04 19:13:41'),(24768,11165,'action created','2021-01-05 03:13:41','2021-01-04 19:13:41'),(24769,11165,'action started via WP Cron','2021-01-05 03:14:43','2021-01-04 19:14:43'),(24770,11165,'action complete via WP Cron','2021-01-05 03:14:43','2021-01-04 19:14:43'),(24771,11166,'action created','2021-01-05 03:14:43','2021-01-04 19:14:43'),(24772,11166,'action started via WP Cron','2021-01-05 03:15:47','2021-01-04 19:15:47'),(24773,11166,'action complete via WP Cron','2021-01-05 03:15:47','2021-01-04 19:15:47'),(24774,11167,'action created','2021-01-05 03:15:47','2021-01-04 19:15:47'),(24775,11167,'action started via WP Cron','2021-01-05 03:16:44','2021-01-04 19:16:44'),(24776,11167,'action complete via WP Cron','2021-01-05 03:16:44','2021-01-04 19:16:44'),(24777,11168,'action created','2021-01-05 03:16:44','2021-01-04 19:16:44'),(24778,11168,'action started via WP Cron','2021-01-05 03:17:45','2021-01-04 19:17:45'),(24779,11168,'action complete via WP Cron','2021-01-05 03:17:45','2021-01-04 19:17:45'),(24780,11169,'action created','2021-01-05 03:17:45','2021-01-04 19:17:45'),(24781,11169,'action started via WP Cron','2021-01-05 03:18:53','2021-01-04 19:18:53'),(24782,11169,'action complete via WP Cron','2021-01-05 03:18:53','2021-01-04 19:18:53'),(24783,11170,'action created','2021-01-05 03:19:00','2021-01-04 19:19:00'),(24784,11170,'action started via WP Cron','2021-01-05 03:19:44','2021-01-04 19:19:44'),(24785,11170,'action complete via WP Cron','2021-01-05 03:19:44','2021-01-04 19:19:44'),(24786,11171,'action created','2021-01-05 03:19:44','2021-01-04 19:19:44'),(24787,11171,'action started via WP Cron','2021-01-05 03:20:58','2021-01-04 19:20:58'),(24788,11171,'action complete via WP Cron','2021-01-05 03:20:58','2021-01-04 19:20:58'),(24789,11172,'action created','2021-01-05 03:20:58','2021-01-04 19:20:58'),(24790,11172,'action started via WP Cron','2021-01-05 03:21:53','2021-01-04 19:21:53'),(24791,11172,'action complete via WP Cron','2021-01-05 03:21:53','2021-01-04 19:21:53'),(24792,11173,'action created','2021-01-05 03:21:53','2021-01-04 19:21:53'),(24793,11173,'action started via WP Cron','2021-01-05 03:22:42','2021-01-04 19:22:42'),(24794,11173,'action complete via WP Cron','2021-01-05 03:22:42','2021-01-04 19:22:42'),(24795,11174,'action created','2021-01-05 03:22:42','2021-01-04 19:22:42'),(24796,11174,'action started via WP Cron','2021-01-05 03:23:42','2021-01-04 19:23:42'),(24797,11174,'action complete via WP Cron','2021-01-05 03:23:42','2021-01-04 19:23:42'),(24798,11175,'action created','2021-01-05 03:23:43','2021-01-04 19:23:43'),(24799,11175,'action started via WP Cron','2021-01-05 03:24:47','2021-01-04 19:24:47'),(24800,11175,'action complete via WP Cron','2021-01-05 03:24:47','2021-01-04 19:24:47'),(24801,11176,'action created','2021-01-05 03:24:47','2021-01-04 19:24:47'),(24802,11176,'action started via WP Cron','2021-01-05 03:25:45','2021-01-04 19:25:45'),(24803,11176,'action complete via WP Cron','2021-01-05 03:25:45','2021-01-04 19:25:45'),(24804,11177,'action created','2021-01-05 03:25:45','2021-01-04 19:25:45'),(24805,11177,'action started via WP Cron','2021-01-05 03:26:44','2021-01-04 19:26:44'),(24806,11177,'action complete via WP Cron','2021-01-05 03:26:44','2021-01-04 19:26:44'),(24807,11178,'action created','2021-01-05 03:26:44','2021-01-04 19:26:44'),(24808,11178,'action started via WP Cron','2021-01-05 03:27:40','2021-01-04 19:27:40'),(24809,11178,'action complete via WP Cron','2021-01-05 03:27:40','2021-01-04 19:27:40'),(24810,11179,'action created','2021-01-05 03:27:41','2021-01-04 19:27:41'),(24811,11179,'action started via WP Cron','2021-01-05 03:28:44','2021-01-04 19:28:44'),(24812,11179,'action complete via WP Cron','2021-01-05 03:28:44','2021-01-04 19:28:44'),(24813,11180,'action created','2021-01-05 03:28:44','2021-01-04 19:28:44'),(24814,11180,'action started via WP Cron','2021-01-05 03:29:43','2021-01-04 19:29:43'),(24815,11180,'action complete via WP Cron','2021-01-05 03:29:43','2021-01-04 19:29:43'),(24816,11181,'action created','2021-01-05 03:29:43','2021-01-04 19:29:43'),(24817,11181,'action started via WP Cron','2021-01-05 03:30:42','2021-01-04 19:30:42'),(24818,11181,'action complete via WP Cron','2021-01-05 03:30:42','2021-01-04 19:30:42'),(24819,11182,'action created','2021-01-05 03:30:42','2021-01-04 19:30:42'),(24820,11182,'action started via WP Cron','2021-01-05 03:31:48','2021-01-04 19:31:48'),(24821,11182,'action complete via WP Cron','2021-01-05 03:31:48','2021-01-04 19:31:48'),(24822,11183,'action created','2021-01-05 03:31:48','2021-01-04 19:31:48'),(24823,11183,'action started via WP Cron','2021-01-05 03:32:47','2021-01-04 19:32:47'),(24824,11183,'action complete via WP Cron','2021-01-05 03:32:47','2021-01-04 19:32:47'),(24825,11184,'action created','2021-01-05 03:32:47','2021-01-04 19:32:47'),(24826,11184,'action started via WP Cron','2021-01-05 03:33:42','2021-01-04 19:33:42'),(24827,11184,'action complete via WP Cron','2021-01-05 03:33:42','2021-01-04 19:33:42'),(24828,11185,'action created','2021-01-05 03:33:42','2021-01-04 19:33:42'),(24829,11185,'action started via WP Cron','2021-01-05 03:34:42','2021-01-04 19:34:42'),(24830,11185,'action complete via WP Cron','2021-01-05 03:34:42','2021-01-04 19:34:42'),(24831,11186,'action created','2021-01-05 03:34:43','2021-01-04 19:34:43'),(24832,11186,'action started via WP Cron','2021-01-05 03:35:45','2021-01-04 19:35:45'),(24833,11186,'action complete via WP Cron','2021-01-05 03:35:45','2021-01-04 19:35:45'),(24834,11187,'action created','2021-01-05 03:35:47','2021-01-04 19:35:47'),(24835,11187,'action started via WP Cron','2021-01-05 03:37:04','2021-01-04 19:37:04'),(24836,11187,'action complete via WP Cron','2021-01-05 03:37:04','2021-01-04 19:37:04'),(24837,11188,'action created','2021-01-05 03:37:04','2021-01-04 19:37:04'),(24838,11188,'action started via WP Cron','2021-01-05 03:37:41','2021-01-04 19:37:41'),(24839,11188,'action complete via WP Cron','2021-01-05 03:37:41','2021-01-04 19:37:41'),(24840,11189,'action created','2021-01-05 03:37:42','2021-01-04 19:37:42'),(24841,11189,'action started via WP Cron','2021-01-05 03:38:46','2021-01-04 19:38:46'),(24842,11189,'action complete via WP Cron','2021-01-05 03:38:46','2021-01-04 19:38:46'),(24843,11190,'action created','2021-01-05 03:38:46','2021-01-04 19:38:46'),(24844,11190,'action started via WP Cron','2021-01-05 03:39:45','2021-01-04 19:39:45'),(24845,11190,'action complete via WP Cron','2021-01-05 03:39:45','2021-01-04 19:39:45'),(24846,11191,'action created','2021-01-05 03:39:46','2021-01-04 19:39:46'),(24847,11191,'action started via WP Cron','2021-01-05 03:40:56','2021-01-04 19:40:56'),(24848,11191,'action complete via WP Cron','2021-01-05 03:40:56','2021-01-04 19:40:56'),(24849,11192,'action created','2021-01-05 03:40:56','2021-01-04 19:40:56'),(24850,11192,'action started via WP Cron','2021-01-05 03:41:43','2021-01-04 19:41:43'),(24851,11192,'action complete via WP Cron','2021-01-05 03:41:43','2021-01-04 19:41:43'),(24852,11193,'action created','2021-01-05 03:41:43','2021-01-04 19:41:43'),(24853,11193,'action started via WP Cron','2021-01-05 03:42:41','2021-01-04 19:42:41'),(24854,11193,'action complete via WP Cron','2021-01-05 03:42:41','2021-01-04 19:42:41'),(24855,11194,'action created','2021-01-05 03:42:41','2021-01-04 19:42:41'),(24856,11194,'action started via WP Cron','2021-01-05 03:43:41','2021-01-04 19:43:41'),(24857,11194,'action complete via WP Cron','2021-01-05 03:43:41','2021-01-04 19:43:41'),(24858,11195,'action created','2021-01-05 03:43:42','2021-01-04 19:43:42'),(24859,11195,'action started via WP Cron','2021-01-05 03:44:44','2021-01-04 19:44:44'),(24860,11195,'action complete via WP Cron','2021-01-05 03:44:44','2021-01-04 19:44:44'),(24861,11196,'action created','2021-01-05 03:44:44','2021-01-04 19:44:44'),(24862,11196,'action started via WP Cron','2021-01-05 03:45:42','2021-01-04 19:45:42'),(24863,11196,'action complete via WP Cron','2021-01-05 03:45:42','2021-01-04 19:45:42'),(24864,11197,'action created','2021-01-05 03:45:42','2021-01-04 19:45:42'),(24865,11197,'action started via WP Cron','2021-01-05 03:46:43','2021-01-04 19:46:43'),(24866,11197,'action complete via WP Cron','2021-01-05 03:46:43','2021-01-04 19:46:43'),(24867,11198,'action created','2021-01-05 03:46:43','2021-01-04 19:46:43'),(24868,11198,'action started via WP Cron','2021-01-05 03:47:48','2021-01-04 19:47:48'),(24869,11198,'action complete via WP Cron','2021-01-05 03:47:48','2021-01-04 19:47:48'),(24870,11199,'action created','2021-01-05 03:47:48','2021-01-04 19:47:48'),(24871,11199,'action started via WP Cron','2021-01-05 03:48:41','2021-01-04 19:48:41'),(24872,11199,'action complete via WP Cron','2021-01-05 03:48:41','2021-01-04 19:48:41'),(24873,11200,'action created','2021-01-05 03:48:41','2021-01-04 19:48:41'),(24874,11200,'action started via WP Cron','2021-01-05 03:49:42','2021-01-04 19:49:42'),(24875,11200,'action complete via WP Cron','2021-01-05 03:49:42','2021-01-04 19:49:42'),(24876,11201,'action created','2021-01-05 03:49:42','2021-01-04 19:49:42'),(24877,11201,'action started via WP Cron','2021-01-05 03:50:48','2021-01-04 19:50:48'),(24878,11201,'action complete via WP Cron','2021-01-05 03:50:48','2021-01-04 19:50:48'),(24879,11202,'action created','2021-01-05 03:50:48','2021-01-04 19:50:48'),(24880,11202,'action started via WP Cron','2021-01-05 03:51:45','2021-01-04 19:51:45'),(24881,11202,'action complete via WP Cron','2021-01-05 03:51:45','2021-01-04 19:51:45'),(24882,11203,'action created','2021-01-05 03:51:45','2021-01-04 19:51:45'),(24883,11203,'action started via WP Cron','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24884,11203,'action complete via WP Cron','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24885,10676,'action started via WP Cron','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24886,10676,'action complete via WP Cron','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24887,11204,'action created','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24888,11205,'action created','2021-01-05 03:52:43','2021-01-04 19:52:43'),(24889,11205,'action started via WP Cron','2021-01-05 03:53:43','2021-01-04 19:53:43'),(24890,11205,'action complete via WP Cron','2021-01-05 03:53:43','2021-01-04 19:53:43'),(24891,11206,'action created','2021-01-05 03:53:44','2021-01-04 19:53:44'),(24892,11206,'action started via WP Cron','2021-01-05 03:54:44','2021-01-04 19:54:44'),(24893,11206,'action complete via WP Cron','2021-01-05 03:54:44','2021-01-04 19:54:44'),(24894,11207,'action created','2021-01-05 03:54:44','2021-01-04 19:54:44'),(24895,11207,'action started via WP Cron','2021-01-05 04:03:02','2021-01-04 20:03:02'),(24896,11207,'action complete via WP Cron','2021-01-05 04:03:02','2021-01-04 20:03:02'),(24897,11208,'action created','2021-01-05 04:03:02','2021-01-04 20:03:02'),(24898,11208,'action started via WP Cron','2021-01-05 04:04:38','2021-01-04 20:04:38'),(24899,11208,'action complete via WP Cron','2021-01-05 04:04:38','2021-01-04 20:04:38'),(24900,11209,'action created','2021-01-05 04:04:38','2021-01-04 20:04:38'),(24901,11209,'action started via WP Cron','2021-01-05 04:05:03','2021-01-04 20:05:03'),(24902,11209,'action complete via WP Cron','2021-01-05 04:05:03','2021-01-04 20:05:03'),(24903,11210,'action created','2021-01-05 04:05:03','2021-01-04 20:05:03'),(24904,11210,'action started via WP Cron','2021-01-05 04:06:04','2021-01-04 20:06:04'),(24905,11210,'action complete via WP Cron','2021-01-05 04:06:04','2021-01-04 20:06:04'),(24906,11211,'action created','2021-01-05 04:06:04','2021-01-04 20:06:04'),(24907,11211,'action started via WP Cron','2021-01-05 04:07:05','2021-01-04 20:07:05'),(24908,11211,'action complete via WP Cron','2021-01-05 04:07:05','2021-01-04 20:07:05'),(24909,11212,'action created','2021-01-05 04:07:05','2021-01-04 20:07:05'),(24910,11212,'action started via WP Cron','2021-01-05 04:08:39','2021-01-04 20:08:39'),(24911,11212,'action complete via WP Cron','2021-01-05 04:08:39','2021-01-04 20:08:39'),(24912,11213,'action created','2021-01-05 04:08:39','2021-01-04 20:08:39'),(24913,11213,'action started via WP Cron','2021-01-05 04:18:34','2021-01-04 20:18:34'),(24914,11213,'action complete via WP Cron','2021-01-05 04:18:34','2021-01-04 20:18:34'),(24915,11214,'action created','2021-01-05 04:18:34','2021-01-04 20:18:34'),(24916,11214,'action started via WP Cron','2021-01-05 04:24:16','2021-01-04 20:24:16'),(24917,11214,'action complete via WP Cron','2021-01-05 04:24:16','2021-01-04 20:24:16'),(24918,11215,'action created','2021-01-05 04:24:16','2021-01-04 20:24:16'),(24919,11215,'action started via WP Cron','2021-01-05 04:25:15','2021-01-04 20:25:15'),(24920,11215,'action complete via WP Cron','2021-01-05 04:25:15','2021-01-04 20:25:15'),(24921,11216,'action created','2021-01-05 04:25:15','2021-01-04 20:25:15'),(24922,11216,'action started via WP Cron','2021-01-05 04:26:19','2021-01-04 20:26:19'),(24923,11216,'action complete via WP Cron','2021-01-05 04:26:19','2021-01-04 20:26:19'),(24924,11217,'action created','2021-01-05 04:26:19','2021-01-04 20:26:19'),(24925,11217,'action started via WP Cron','2021-01-05 04:27:47','2021-01-04 20:27:47'),(24926,11217,'action complete via WP Cron','2021-01-05 04:27:47','2021-01-04 20:27:47'),(24927,11218,'action created','2021-01-05 04:27:48','2021-01-04 20:27:48'),(24928,11218,'action started via WP Cron','2021-01-05 04:28:55','2021-01-04 20:28:55'),(24929,11218,'action complete via WP Cron','2021-01-05 04:28:55','2021-01-04 20:28:55'),(24930,11219,'action created','2021-01-05 04:28:55','2021-01-04 20:28:55'),(24931,11219,'action started via WP Cron','2021-01-05 04:29:56','2021-01-04 20:29:56'),(24932,11219,'action complete via WP Cron','2021-01-05 04:29:56','2021-01-04 20:29:56'),(24933,11220,'action created','2021-01-05 04:29:56','2021-01-04 20:29:56'),(24934,11220,'action started via WP Cron','2021-01-05 04:30:57','2021-01-04 20:30:57'),(24935,11220,'action complete via WP Cron','2021-01-05 04:30:57','2021-01-04 20:30:57'),(24936,11221,'action created','2021-01-05 04:30:57','2021-01-04 20:30:57'),(24937,11221,'action started via WP Cron','2021-01-05 04:33:21','2021-01-04 20:33:21'),(24938,11221,'action complete via WP Cron','2021-01-05 04:33:21','2021-01-04 20:33:21'),(24939,11222,'action created','2021-01-05 04:33:21','2021-01-04 20:33:21'),(24940,11222,'action started via WP Cron','2021-01-05 04:37:53','2021-01-04 20:37:53'),(24941,11222,'action complete via WP Cron','2021-01-05 04:37:53','2021-01-04 20:37:53'),(24942,11223,'action created','2021-01-05 04:37:53','2021-01-04 20:37:53'),(24943,11223,'action started via WP Cron','2021-01-05 04:48:36','2021-01-04 20:48:36'),(24944,11223,'action complete via WP Cron','2021-01-05 04:48:36','2021-01-04 20:48:36'),(24945,11224,'action created','2021-01-05 04:48:36','2021-01-04 20:48:36'),(24946,11224,'action started via WP Cron','2021-01-05 04:48:55','2021-01-04 20:48:55'),(24947,11224,'action complete via WP Cron','2021-01-05 04:48:55','2021-01-04 20:48:55'),(24948,11225,'action created','2021-01-05 04:48:55','2021-01-04 20:48:55'),(24949,11225,'action started via WP Cron','2021-01-05 04:49:41','2021-01-04 20:49:41'),(24950,11225,'action complete via WP Cron','2021-01-05 04:49:41','2021-01-04 20:49:41'),(24951,11226,'action created','2021-01-05 04:49:41','2021-01-04 20:49:41'),(24952,11226,'action started via WP Cron','2021-01-05 04:51:55','2021-01-04 20:51:55'),(24953,11226,'action complete via WP Cron','2021-01-05 04:51:55','2021-01-04 20:51:55'),(24954,11227,'action created','2021-01-05 04:51:55','2021-01-04 20:51:55'),(24955,11227,'action started via WP Cron','2021-01-05 04:52:59','2021-01-04 20:52:59'),(24956,11227,'action complete via WP Cron','2021-01-05 04:52:59','2021-01-04 20:52:59'),(24957,11228,'action created','2021-01-05 04:52:59','2021-01-04 20:52:59'),(24958,11228,'action started via WP Cron','2021-01-05 04:54:05','2021-01-04 20:54:05'),(24959,11228,'action complete via WP Cron','2021-01-05 04:54:05','2021-01-04 20:54:05'),(24960,11229,'action created','2021-01-05 04:54:05','2021-01-04 20:54:05'),(24961,11229,'action started via WP Cron','2021-01-05 05:05:20','2021-01-04 21:05:20'),(24962,11229,'action complete via WP Cron','2021-01-05 05:05:20','2021-01-04 21:05:20'),(24963,11230,'action created','2021-01-05 05:05:21','2021-01-04 21:05:21'),(24964,11230,'action started via WP Cron','2021-01-05 05:06:26','2021-01-04 21:06:26'),(24965,11230,'action complete via WP Cron','2021-01-05 05:06:26','2021-01-04 21:06:26'),(24966,11231,'action created','2021-01-05 05:06:26','2021-01-04 21:06:26'),(24967,11231,'action started via WP Cron','2021-01-05 05:06:56','2021-01-04 21:06:56'),(24968,11231,'action complete via WP Cron','2021-01-05 05:06:56','2021-01-04 21:06:56'),(24969,11232,'action created','2021-01-05 05:06:56','2021-01-04 21:06:56'),(24970,11232,'action started via WP Cron','2021-01-05 05:08:06','2021-01-04 21:08:06'),(24971,11232,'action complete via WP Cron','2021-01-05 05:08:06','2021-01-04 21:08:06'),(24972,11233,'action created','2021-01-05 05:08:06','2021-01-04 21:08:06'),(24973,11233,'action started via WP Cron','2021-01-05 05:09:09','2021-01-04 21:09:09'),(24974,11233,'action complete via WP Cron','2021-01-05 05:09:09','2021-01-04 21:09:09'),(24975,11234,'action created','2021-01-05 05:09:09','2021-01-04 21:09:09'),(24976,11234,'action started via WP Cron','2021-01-05 05:10:10','2021-01-04 21:10:10'),(24977,11234,'action complete via WP Cron','2021-01-05 05:10:10','2021-01-04 21:10:10'),(24978,11235,'action created','2021-01-05 05:10:10','2021-01-04 21:10:10'),(24979,11235,'action started via WP Cron','2021-01-05 05:18:02','2021-01-04 21:18:02'),(24980,11235,'action complete via WP Cron','2021-01-05 05:18:02','2021-01-04 21:18:02'),(24981,11236,'action created','2021-01-05 05:18:02','2021-01-04 21:18:02'),(24982,11236,'action started via WP Cron','2021-01-05 05:31:23','2021-01-04 21:31:23'),(24983,11236,'action complete via WP Cron','2021-01-05 05:31:23','2021-01-04 21:31:23'),(24984,11237,'action created','2021-01-05 05:31:24','2021-01-04 21:31:24'),(24985,11237,'action started via WP Cron','2021-01-05 05:32:17','2021-01-04 21:32:17'),(24986,11237,'action complete via WP Cron','2021-01-05 05:32:17','2021-01-04 21:32:17'),(24987,11238,'action created','2021-01-05 05:32:17','2021-01-04 21:32:17'),(24988,11238,'action started via WP Cron','2021-01-05 05:33:18','2021-01-04 21:33:18'),(24989,11238,'action complete via WP Cron','2021-01-05 05:33:18','2021-01-04 21:33:18'),(24990,11239,'action created','2021-01-05 05:33:18','2021-01-04 21:33:18'),(24991,11239,'action started via WP Cron','2021-01-05 05:35:20','2021-01-04 21:35:20'),(24992,11239,'action complete via WP Cron','2021-01-05 05:35:20','2021-01-04 21:35:20'),(24993,11240,'action created','2021-01-05 05:35:20','2021-01-04 21:35:20'),(24994,11240,'action started via WP Cron','2021-01-05 05:36:21','2021-01-04 21:36:21'),(24995,11240,'action complete via WP Cron','2021-01-05 05:36:21','2021-01-04 21:36:21'),(24996,11241,'action created','2021-01-05 05:36:21','2021-01-04 21:36:21'),(24997,11241,'action started via WP Cron','2021-01-05 05:37:23','2021-01-04 21:37:23'),(24998,11241,'action complete via WP Cron','2021-01-05 05:37:23','2021-01-04 21:37:23'),(24999,11242,'action created','2021-01-05 05:37:23','2021-01-04 21:37:23'),(25000,11242,'action started via WP Cron','2021-01-05 05:43:35','2021-01-04 21:43:35'),(25001,11242,'action complete via WP Cron','2021-01-05 05:43:35','2021-01-04 21:43:35'),(25002,11243,'action created','2021-01-05 05:43:35','2021-01-04 21:43:35'),(25006,11244,'action started via WP Cron','2021-01-05 05:56:12','2021-01-04 21:56:12'),(25007,11244,'action complete via WP Cron','2021-01-05 05:56:12','2021-01-04 21:56:12'),(25008,11245,'action created','2021-01-05 05:56:12','2021-01-04 21:56:12'),(25009,11245,'action started via WP Cron','2021-01-05 06:09:56','2021-01-04 22:09:56'),(25010,11245,'action complete via WP Cron','2021-01-05 06:09:56','2021-01-04 22:09:56'),(25011,11246,'action created','2021-01-05 06:09:56','2021-01-04 22:09:56'),(25012,11246,'action started via WP Cron','2021-01-05 06:11:31','2021-01-04 22:11:31'),(25013,11246,'action complete via WP Cron','2021-01-05 06:11:31','2021-01-04 22:11:31'),(25014,11247,'action created','2021-01-05 06:11:31','2021-01-04 22:11:31'),(25015,11247,'action started via WP Cron','2021-01-05 06:12:31','2021-01-04 22:12:31'),(25016,11247,'action complete via WP Cron','2021-01-05 06:12:31','2021-01-04 22:12:31'),(25017,11248,'action created','2021-01-05 06:12:31','2021-01-04 22:12:31'),(25018,11248,'action started via WP Cron','2021-01-05 06:14:33','2021-01-04 22:14:33'),(25019,11248,'action complete via WP Cron','2021-01-05 06:14:33','2021-01-04 22:14:33'),(25020,11249,'action created','2021-01-05 06:14:33','2021-01-04 22:14:33'),(25021,11249,'action started via WP Cron','2021-01-05 06:15:34','2021-01-04 22:15:34'),(25022,11249,'action complete via WP Cron','2021-01-05 06:15:34','2021-01-04 22:15:34'),(25023,11250,'action created','2021-01-05 06:15:35','2021-01-04 22:15:35'),(25024,11250,'action started via WP Cron','2021-01-05 06:16:36','2021-01-04 22:16:36'),(25025,11250,'action complete via WP Cron','2021-01-05 06:16:36','2021-01-04 22:16:36'),(25026,11251,'action created','2021-01-05 06:16:36','2021-01-04 22:16:36'),(25027,11251,'action started via WP Cron','2021-01-05 06:16:59','2021-01-04 22:16:59'),(25028,11251,'action complete via WP Cron','2021-01-05 06:16:59','2021-01-04 22:16:59'),(25029,11252,'action created','2021-01-05 06:17:10','2021-01-04 22:17:10'),(25030,11252,'action started via WP Cron','2021-01-05 06:17:59','2021-01-04 22:17:59'),(25031,11252,'action complete via WP Cron','2021-01-05 06:17:59','2021-01-04 22:17:59'),(25032,11253,'action created','2021-01-05 06:17:59','2021-01-04 22:17:59'),(25033,11253,'action started via WP Cron','2021-01-05 06:22:50','2021-01-04 22:22:50'),(25034,11253,'action complete via WP Cron','2021-01-05 06:22:50','2021-01-04 22:22:50'),(25035,11254,'action created','2021-01-05 06:22:50','2021-01-04 22:22:50'),(25036,11254,'action started via WP Cron','2021-01-05 06:25:58','2021-01-04 22:25:58'),(25037,11254,'action complete via WP Cron','2021-01-05 06:25:58','2021-01-04 22:25:58'),(25038,11255,'action created','2021-01-05 06:25:58','2021-01-04 22:25:58'),(25039,11255,'action started via WP Cron','2021-01-05 06:37:32','2021-01-04 22:37:32'),(25040,11255,'action complete via WP Cron','2021-01-05 06:37:32','2021-01-04 22:37:32'),(25041,11256,'action created','2021-01-05 06:37:33','2021-01-04 22:37:33'),(25042,11256,'action started via WP Cron','2021-01-05 06:38:46','2021-01-04 22:38:46'),(25043,11256,'action complete via WP Cron','2021-01-05 06:38:46','2021-01-04 22:38:46'),(25044,11257,'action created','2021-01-05 06:38:46','2021-01-04 22:38:46'),(25045,11257,'action started via WP Cron','2021-01-05 06:45:11','2021-01-04 22:45:11'),(25046,11257,'action complete via WP Cron','2021-01-05 06:45:11','2021-01-04 22:45:11'),(25047,11258,'action created','2021-01-05 06:45:12','2021-01-04 22:45:12'),(25048,11258,'action started via WP Cron','2021-01-05 06:53:42','2021-01-04 22:53:42'),(25049,11258,'action complete via WP Cron','2021-01-05 06:53:42','2021-01-04 22:53:42'),(25050,11259,'action created','2021-01-05 06:53:42','2021-01-04 22:53:42'),(80240,29657,'action complete via WP Cron','2021-02-05 07:17:31','2021-02-04 23:17:31'),(80239,29657,'action started via WP Cron','2021-02-05 07:17:31','2021-02-04 23:17:31'),(82107,30280,'action created','2021-02-06 07:20:42','2021-02-05 23:20:42'),(25054,11259,'action started via WP Cron','2021-01-05 07:12:29','2021-01-04 23:12:29'),(25055,11259,'action complete via WP Cron','2021-01-05 07:12:29','2021-01-04 23:12:29'),(25056,11261,'action created','2021-01-05 07:12:29','2021-01-04 23:12:29'),(25057,11261,'action started via WP Cron','2021-01-05 07:14:29','2021-01-04 23:14:29'),(25058,11261,'action complete via WP Cron','2021-01-05 07:14:29','2021-01-04 23:14:29'),(25059,11262,'action created','2021-01-05 07:14:29','2021-01-04 23:14:29'),(25060,11262,'action started via WP Cron','2021-01-05 07:17:35','2021-01-04 23:17:35'),(25061,11262,'action complete via WP Cron','2021-01-05 07:17:35','2021-01-04 23:17:35'),(25062,11263,'action created','2021-01-05 07:17:35','2021-01-04 23:17:35'),(25063,11263,'action started via WP Cron','2021-01-05 07:18:03','2021-01-04 23:18:03'),(25064,11263,'action complete via WP Cron','2021-01-05 07:18:03','2021-01-04 23:18:03'),(25065,11264,'action created','2021-01-05 07:18:03','2021-01-04 23:18:03'),(25066,11264,'action started via WP Cron','2021-01-05 07:20:38','2021-01-04 23:20:38'),(25067,11264,'action complete via WP Cron','2021-01-05 07:20:38','2021-01-04 23:20:38'),(25068,11265,'action created','2021-01-05 07:20:39','2021-01-04 23:20:39'),(25069,11265,'action started via WP Cron','2021-01-05 07:21:40','2021-01-04 23:21:40'),(25070,11265,'action complete via WP Cron','2021-01-05 07:21:40','2021-01-04 23:21:40'),(25071,11266,'action created','2021-01-05 07:24:18','2021-01-04 23:24:18'),(25072,11266,'action started via WP Cron','2021-01-05 07:30:10','2021-01-04 23:30:10'),(25073,11266,'action complete via WP Cron','2021-01-05 07:30:10','2021-01-04 23:30:10'),(25074,11267,'action created','2021-01-05 07:30:10','2021-01-04 23:30:10'),(25075,11267,'action started via WP Cron','2021-01-05 07:31:57','2021-01-04 23:31:57'),(25076,11267,'action complete via WP Cron','2021-01-05 07:31:57','2021-01-04 23:31:57'),(25077,11268,'action created','2021-01-05 07:31:57','2021-01-04 23:31:57'),(25078,11268,'action started via WP Cron','2021-01-05 07:32:58','2021-01-04 23:32:58'),(25079,11268,'action complete via WP Cron','2021-01-05 07:32:58','2021-01-04 23:32:58'),(25080,11269,'action created','2021-01-05 07:32:58','2021-01-04 23:32:58'),(25081,11269,'action started via WP Cron','2021-01-05 07:35:01','2021-01-04 23:35:01'),(25082,11269,'action complete via WP Cron','2021-01-05 07:35:01','2021-01-04 23:35:01'),(25083,11270,'action created','2021-01-05 07:35:01','2021-01-04 23:35:01'),(25084,11270,'action started via WP Cron','2021-01-05 07:36:00','2021-01-04 23:36:00'),(25085,11270,'action complete via WP Cron','2021-01-05 07:36:00','2021-01-04 23:36:00'),(25086,11271,'action created','2021-01-05 07:36:00','2021-01-04 23:36:00'),(25087,11271,'action started via WP Cron','2021-01-05 07:37:02','2021-01-04 23:37:02'),(25088,11271,'action complete via WP Cron','2021-01-05 07:37:02','2021-01-04 23:37:02'),(25089,11272,'action created','2021-01-05 07:37:02','2021-01-04 23:37:02'),(25090,11272,'action started via WP Cron','2021-01-05 07:39:23','2021-01-04 23:39:23'),(25091,11272,'action complete via WP Cron','2021-01-05 07:39:23','2021-01-04 23:39:23'),(25092,11273,'action created','2021-01-05 07:39:23','2021-01-04 23:39:23'),(25093,11273,'action started via WP Cron','2021-01-05 07:40:03','2021-01-04 23:40:03'),(25094,11273,'action complete via WP Cron','2021-01-05 07:40:03','2021-01-04 23:40:03'),(25095,11274,'action created','2021-01-05 07:40:03','2021-01-04 23:40:03'),(25096,11274,'action started via WP Cron','2021-01-05 07:48:06','2021-01-04 23:48:06'),(25097,11274,'action complete via WP Cron','2021-01-05 07:48:06','2021-01-04 23:48:06'),(25098,11275,'action created','2021-01-05 07:48:06','2021-01-04 23:48:06'),(25099,11275,'action started via WP Cron','2021-01-05 07:49:07','2021-01-04 23:49:07'),(25100,11275,'action complete via WP Cron','2021-01-05 07:49:07','2021-01-04 23:49:07'),(25101,11276,'action created','2021-01-05 07:49:07','2021-01-04 23:49:07'),(25102,11276,'action started via WP Cron','2021-01-05 07:49:51','2021-01-04 23:49:51'),(25103,11276,'action complete via WP Cron','2021-01-05 07:49:51','2021-01-04 23:49:51'),(25104,11277,'action created','2021-01-05 07:49:52','2021-01-04 23:49:52'),(25105,11277,'action started via WP Cron','2021-01-05 07:52:10','2021-01-04 23:52:10'),(25106,11277,'action complete via WP Cron','2021-01-05 07:52:10','2021-01-04 23:52:10'),(25107,11278,'action created','2021-01-05 07:52:10','2021-01-04 23:52:10'),(25108,11278,'action started via WP Cron','2021-01-05 07:53:11','2021-01-04 23:53:11'),(25109,11278,'action complete via WP Cron','2021-01-05 07:53:11','2021-01-04 23:53:11'),(25110,11279,'action created','2021-01-05 07:53:11','2021-01-04 23:53:11'),(25111,11279,'action started via WP Cron','2021-01-05 07:54:03','2021-01-04 23:54:03'),(25112,11279,'action complete via WP Cron','2021-01-05 07:54:03','2021-01-04 23:54:03'),(25113,11280,'action created','2021-01-05 07:54:03','2021-01-04 23:54:03'),(25114,11280,'action started via WP Cron','2021-01-05 07:59:11','2021-01-04 23:59:11'),(25115,11280,'action complete via WP Cron','2021-01-05 07:59:11','2021-01-04 23:59:11'),(25116,11281,'action created','2021-01-05 07:59:11','2021-01-04 23:59:11'),(25117,11281,'action started via WP Cron','2021-01-05 08:18:53','2021-01-05 00:18:53'),(25118,11281,'action complete via WP Cron','2021-01-05 08:18:53','2021-01-05 00:18:53'),(25119,11282,'action created','2021-01-05 08:18:53','2021-01-05 00:18:53'),(25120,11282,'action started via WP Cron','2021-01-05 08:22:39','2021-01-05 00:22:39'),(25121,11282,'action complete via WP Cron','2021-01-05 08:22:40','2021-01-05 00:22:40'),(25122,11283,'action created','2021-01-05 08:22:40','2021-01-05 00:22:40'),(25123,11283,'action started via WP Cron','2021-01-05 08:24:42','2021-01-05 00:24:42'),(25124,11283,'action complete via WP Cron','2021-01-05 08:24:42','2021-01-05 00:24:42'),(25125,11284,'action created','2021-01-05 08:24:42','2021-01-05 00:24:42'),(25126,11284,'action started via WP Cron','2021-01-05 08:25:42','2021-01-05 00:25:42'),(25127,11284,'action complete via WP Cron','2021-01-05 08:25:42','2021-01-05 00:25:42'),(25128,11285,'action created','2021-01-05 08:25:43','2021-01-05 00:25:43'),(25129,11285,'action started via WP Cron','2021-01-05 08:29:10','2021-01-05 00:29:10'),(25130,11285,'action complete via WP Cron','2021-01-05 08:29:10','2021-01-05 00:29:10'),(25131,11286,'action created','2021-01-05 08:29:10','2021-01-05 00:29:10'),(25132,11286,'action started via WP Cron','2021-01-05 08:30:03','2021-01-05 00:30:03'),(25133,11286,'action complete via WP Cron','2021-01-05 08:30:03','2021-01-05 00:30:03'),(25134,11287,'action created','2021-01-05 08:30:04','2021-01-05 00:30:04'),(25135,11287,'action started via WP Cron','2021-01-05 08:34:46','2021-01-05 00:34:46'),(25136,11287,'action complete via WP Cron','2021-01-05 08:34:46','2021-01-05 00:34:46'),(25137,11288,'action created','2021-01-05 08:34:46','2021-01-05 00:34:46'),(25138,11288,'action started via WP Cron','2021-01-05 08:36:30','2021-01-05 00:36:30'),(25139,11288,'action complete via WP Cron','2021-01-05 08:36:30','2021-01-05 00:36:30'),(25140,11289,'action created','2021-01-05 08:36:30','2021-01-05 00:36:30'),(25141,11289,'action started via WP Cron','2021-01-05 08:38:03','2021-01-05 00:38:03'),(25142,11289,'action complete via WP Cron','2021-01-05 08:38:03','2021-01-05 00:38:03'),(25143,11290,'action created','2021-01-05 08:38:03','2021-01-05 00:38:03'),(25144,11290,'action started via WP Cron','2021-01-05 08:39:04','2021-01-05 00:39:04'),(25145,11290,'action complete via WP Cron','2021-01-05 08:39:04','2021-01-05 00:39:04'),(25146,11291,'action created','2021-01-05 08:39:04','2021-01-05 00:39:04'),(25147,11291,'action started via WP Cron','2021-01-05 08:40:05','2021-01-05 00:40:05'),(25148,11291,'action complete via WP Cron','2021-01-05 08:40:05','2021-01-05 00:40:05'),(25149,11292,'action created','2021-01-05 08:40:05','2021-01-05 00:40:05'),(25150,11292,'action started via WP Cron','2021-01-05 08:40:54','2021-01-05 00:40:54'),(25151,11292,'action complete via WP Cron','2021-01-05 08:40:54','2021-01-05 00:40:54'),(25152,11293,'action created','2021-01-05 08:40:55','2021-01-05 00:40:55'),(25153,11293,'action started via WP Cron','2021-01-05 08:42:07','2021-01-05 00:42:07'),(25154,11293,'action complete via WP Cron','2021-01-05 08:42:07','2021-01-05 00:42:07'),(25155,11294,'action created','2021-01-05 08:42:07','2021-01-05 00:42:07'),(25156,11294,'action started via WP Cron','2021-01-05 08:43:07','2021-01-05 00:43:07'),(25157,11294,'action complete via WP Cron','2021-01-05 08:43:07','2021-01-05 00:43:07'),(25158,11295,'action created','2021-01-05 08:43:07','2021-01-05 00:43:07'),(25159,11295,'action started via WP Cron','2021-01-05 08:43:50','2021-01-05 00:43:50'),(25160,11295,'action complete via WP Cron','2021-01-05 08:43:50','2021-01-05 00:43:50'),(25161,11296,'action created','2021-01-05 08:43:50','2021-01-05 00:43:50'),(25162,11296,'action started via WP Cron','2021-01-05 08:44:50','2021-01-05 00:44:50'),(25163,11296,'action complete via WP Cron','2021-01-05 08:44:50','2021-01-05 00:44:50'),(25164,11297,'action created','2021-01-05 08:44:51','2021-01-05 00:44:51'),(25165,11297,'action started via WP Cron','2021-01-05 08:48:14','2021-01-05 00:48:14'),(25166,11297,'action complete via WP Cron','2021-01-05 08:48:14','2021-01-05 00:48:14'),(25167,11298,'action created','2021-01-05 08:48:15','2021-01-05 00:48:15'),(25168,11298,'action started via WP Cron','2021-01-05 08:49:42','2021-01-05 00:49:42'),(25169,11298,'action complete via WP Cron','2021-01-05 08:49:42','2021-01-05 00:49:42'),(25170,11299,'action created','2021-01-05 08:49:42','2021-01-05 00:49:42'),(25171,11299,'action started via WP Cron','2021-01-05 08:53:59','2021-01-05 00:53:59'),(25172,11299,'action complete via WP Cron','2021-01-05 08:53:59','2021-01-05 00:53:59'),(25173,11300,'action created','2021-01-05 08:53:59','2021-01-05 00:53:59'),(25174,11300,'action started via WP Cron','2021-01-05 08:55:00','2021-01-05 00:55:00'),(25175,11300,'action complete via WP Cron','2021-01-05 08:55:00','2021-01-05 00:55:00'),(25176,11301,'action created','2021-01-05 08:55:01','2021-01-05 00:55:01'),(25177,11301,'action started via WP Cron','2021-01-05 08:56:01','2021-01-05 00:56:01'),(25178,11301,'action complete via WP Cron','2021-01-05 08:56:01','2021-01-05 00:56:01'),(25179,11302,'action created','2021-01-05 08:56:01','2021-01-05 00:56:01'),(25180,11302,'action started via WP Cron','2021-01-05 08:57:02','2021-01-05 00:57:02'),(25181,11302,'action complete via WP Cron','2021-01-05 08:57:02','2021-01-05 00:57:02'),(25182,11303,'action created','2021-01-05 08:57:02','2021-01-05 00:57:02'),(25183,11303,'action started via WP Cron','2021-01-05 08:58:04','2021-01-05 00:58:04'),(25184,11303,'action complete via WP Cron','2021-01-05 08:58:04','2021-01-05 00:58:04'),(25185,11304,'action created','2021-01-05 08:58:04','2021-01-05 00:58:04'),(25186,11304,'action started via WP Cron','2021-01-05 09:01:13','2021-01-05 01:01:13'),(25187,11304,'action complete via WP Cron','2021-01-05 09:01:13','2021-01-05 01:01:13'),(25188,11305,'action created','2021-01-05 09:01:13','2021-01-05 01:01:13'),(25189,11305,'action started via WP Cron','2021-01-05 09:02:22','2021-01-05 01:02:22'),(25190,11305,'action complete via WP Cron','2021-01-05 09:02:22','2021-01-05 01:02:22'),(25191,11306,'action created','2021-01-05 09:02:22','2021-01-05 01:02:22'),(25192,11306,'action started via WP Cron','2021-01-05 09:03:30','2021-01-05 01:03:30'),(25193,11306,'action complete via WP Cron','2021-01-05 09:03:30','2021-01-05 01:03:30'),(25194,11307,'action created','2021-01-05 09:03:30','2021-01-05 01:03:30'),(25195,11307,'action started via WP Cron','2021-01-05 09:04:31','2021-01-05 01:04:31'),(25196,11307,'action complete via WP Cron','2021-01-05 09:04:31','2021-01-05 01:04:31'),(25197,11308,'action created','2021-01-05 09:04:31','2021-01-05 01:04:31'),(25198,11308,'action started via WP Cron','2021-01-05 09:12:34','2021-01-05 01:12:34'),(25199,11308,'action complete via WP Cron','2021-01-05 09:12:34','2021-01-05 01:12:34'),(25200,11309,'action created','2021-01-05 09:12:34','2021-01-05 01:12:34'),(25201,11309,'action started via WP Cron','2021-01-05 09:16:38','2021-01-05 01:16:38'),(25202,11309,'action complete via WP Cron','2021-01-05 09:16:38','2021-01-05 01:16:38'),(25203,11310,'action created','2021-01-05 09:16:38','2021-01-05 01:16:38'),(25204,11310,'action started via WP Cron','2021-01-05 09:22:07','2021-01-05 01:22:07'),(25205,11310,'action complete via WP Cron','2021-01-05 09:22:07','2021-01-05 01:22:07'),(25206,11311,'action created','2021-01-05 09:22:07','2021-01-05 01:22:07'),(25207,11311,'action started via WP Cron','2021-01-05 09:30:12','2021-01-05 01:30:12'),(25208,11311,'action complete via WP Cron','2021-01-05 09:30:12','2021-01-05 01:30:12'),(25209,11312,'action created','2021-01-05 09:30:12','2021-01-05 01:30:12'),(25210,11312,'action started via WP Cron','2021-01-05 09:31:02','2021-01-05 01:31:02'),(25211,11312,'action complete via WP Cron','2021-01-05 09:31:02','2021-01-05 01:31:02'),(25212,11313,'action created','2021-01-05 09:31:02','2021-01-05 01:31:02'),(25213,11313,'action started via WP Cron','2021-01-05 09:39:32','2021-01-05 01:39:32'),(25214,11313,'action complete via WP Cron','2021-01-05 09:39:32','2021-01-05 01:39:32'),(25215,11314,'action created','2021-01-05 09:39:32','2021-01-05 01:39:32'),(25216,11314,'action started via WP Cron','2021-01-05 09:44:09','2021-01-05 01:44:09'),(25217,11314,'action complete via WP Cron','2021-01-05 09:44:09','2021-01-05 01:44:09'),(25218,11315,'action created','2021-01-05 09:44:09','2021-01-05 01:44:09'),(25219,11315,'action started via WP Cron','2021-01-05 09:50:16','2021-01-05 01:50:16'),(25220,11315,'action complete via WP Cron','2021-01-05 09:50:16','2021-01-05 01:50:16'),(25221,11316,'action created','2021-01-05 09:50:16','2021-01-05 01:50:16'),(25222,11316,'action started via WP Cron','2021-01-05 09:50:42','2021-01-05 01:50:42'),(25223,11316,'action complete via WP Cron','2021-01-05 09:50:42','2021-01-05 01:50:42'),(25224,11317,'action created','2021-01-05 09:50:42','2021-01-05 01:50:42'),(25225,11317,'action started via WP Cron','2021-01-05 09:51:55','2021-01-05 01:51:55'),(25226,11317,'action complete via WP Cron','2021-01-05 09:51:55','2021-01-05 01:51:55'),(25227,11318,'action created','2021-01-05 09:51:55','2021-01-05 01:51:55'),(25228,11318,'action started via WP Cron','2021-01-05 09:52:44','2021-01-05 01:52:44'),(25229,11318,'action complete via WP Cron','2021-01-05 09:52:44','2021-01-05 01:52:44'),(25230,11319,'action created','2021-01-05 09:52:44','2021-01-05 01:52:44'),(25231,11319,'action started via WP Cron','2021-01-05 09:58:01','2021-01-05 01:58:01'),(25232,11319,'action complete via WP Cron','2021-01-05 09:58:01','2021-01-05 01:58:01'),(25233,11320,'action created','2021-01-05 09:58:01','2021-01-05 01:58:01'),(25234,11320,'action started via WP Cron','2021-01-05 09:59:01','2021-01-05 01:59:01'),(25235,11320,'action complete via WP Cron','2021-01-05 09:59:01','2021-01-05 01:59:01'),(25236,11321,'action created','2021-01-05 09:59:01','2021-01-05 01:59:01'),(25237,11321,'action started via WP Cron','2021-01-05 10:00:04','2021-01-05 02:00:04'),(25238,11321,'action complete via WP Cron','2021-01-05 10:00:04','2021-01-05 02:00:04'),(25239,11322,'action created','2021-01-05 10:00:04','2021-01-05 02:00:04'),(25240,11322,'action started via WP Cron','2021-01-05 10:01:04','2021-01-05 02:01:04'),(25241,11322,'action complete via WP Cron','2021-01-05 10:01:04','2021-01-05 02:01:04'),(25242,11323,'action created','2021-01-05 10:01:04','2021-01-05 02:01:04'),(25243,11323,'action started via WP Cron','2021-01-05 10:02:06','2021-01-05 02:02:06'),(25244,11323,'action complete via WP Cron','2021-01-05 10:02:06','2021-01-05 02:02:06'),(25245,11324,'action created','2021-01-05 10:02:06','2021-01-05 02:02:06'),(25246,11324,'action started via WP Cron','2021-01-05 10:04:37','2021-01-05 02:04:37'),(25247,11324,'action complete via WP Cron','2021-01-05 10:04:37','2021-01-05 02:04:37'),(25248,11325,'action created','2021-01-05 10:04:37','2021-01-05 02:04:37'),(25249,11325,'action started via WP Cron','2021-01-05 10:05:31','2021-01-05 02:05:31'),(25250,11325,'action complete via WP Cron','2021-01-05 10:05:31','2021-01-05 02:05:31'),(25251,11326,'action created','2021-01-05 10:05:31','2021-01-05 02:05:31'),(25252,11326,'action started via WP Cron','2021-01-05 10:06:32','2021-01-05 02:06:32'),(25253,11326,'action complete via WP Cron','2021-01-05 10:06:32','2021-01-05 02:06:32'),(25254,11327,'action created','2021-01-05 10:06:32','2021-01-05 02:06:32'),(25255,11327,'action started via WP Cron','2021-01-05 10:15:19','2021-01-05 02:15:19'),(25256,11327,'action complete via WP Cron','2021-01-05 10:15:19','2021-01-05 02:15:19'),(25257,11328,'action created','2021-01-05 10:15:19','2021-01-05 02:15:19'),(25258,11328,'action started via WP Cron','2021-01-05 10:15:46','2021-01-05 02:15:46'),(25259,11328,'action complete via WP Cron','2021-01-05 10:15:46','2021-01-05 02:15:46'),(25260,11329,'action created','2021-01-05 10:15:46','2021-01-05 02:15:46'),(25261,11329,'action started via WP Cron','2021-01-05 10:16:48','2021-01-05 02:16:48'),(25262,11329,'action complete via WP Cron','2021-01-05 10:16:48','2021-01-05 02:16:48'),(25263,11330,'action created','2021-01-05 10:16:48','2021-01-05 02:16:48'),(25264,11330,'action started via WP Cron','2021-01-05 10:18:31','2021-01-05 02:18:31'),(25265,11330,'action complete via WP Cron','2021-01-05 10:18:31','2021-01-05 02:18:31'),(25266,11331,'action created','2021-01-05 10:18:31','2021-01-05 02:18:31'),(25267,11331,'action started via WP Cron','2021-01-05 10:18:49','2021-01-05 02:18:49'),(25268,11331,'action complete via WP Cron','2021-01-05 10:18:49','2021-01-05 02:18:49'),(25269,11332,'action created','2021-01-05 10:18:49','2021-01-05 02:18:49'),(25270,11332,'action started via WP Cron','2021-01-05 10:19:42','2021-01-05 02:19:42'),(25271,11332,'action complete via WP Cron','2021-01-05 10:19:42','2021-01-05 02:19:42'),(25272,11333,'action created','2021-01-05 10:19:42','2021-01-05 02:19:42'),(25273,11333,'action started via WP Cron','2021-01-05 10:20:52','2021-01-05 02:20:52'),(25274,11333,'action complete via WP Cron','2021-01-05 10:20:52','2021-01-05 02:20:52'),(25275,11334,'action created','2021-01-05 10:20:52','2021-01-05 02:20:52'),(25276,11334,'action started via WP Cron','2021-01-05 10:24:18','2021-01-05 02:24:18'),(25277,11334,'action complete via WP Cron','2021-01-05 10:24:18','2021-01-05 02:24:18'),(25278,11335,'action created','2021-01-05 10:24:18','2021-01-05 02:24:18'),(25279,11335,'action started via WP Cron','2021-01-05 10:26:54','2021-01-05 02:26:54'),(25280,11335,'action complete via WP Cron','2021-01-05 10:26:54','2021-01-05 02:26:54'),(25281,11336,'action created','2021-01-05 10:26:54','2021-01-05 02:26:54'),(25282,11336,'action started via WP Cron','2021-01-05 10:28:11','2021-01-05 02:28:11'),(25283,11336,'action complete via WP Cron','2021-01-05 10:28:11','2021-01-05 02:28:11'),(25284,11337,'action created','2021-01-05 10:28:11','2021-01-05 02:28:11'),(25285,11337,'action started via WP Cron','2021-01-05 10:29:15','2021-01-05 02:29:15'),(25286,11337,'action complete via WP Cron','2021-01-05 10:29:15','2021-01-05 02:29:15'),(25287,11338,'action created','2021-01-05 10:29:15','2021-01-05 02:29:15'),(25288,11338,'action started via WP Cron','2021-01-05 10:31:17','2021-01-05 02:31:17'),(25289,11338,'action complete via WP Cron','2021-01-05 10:31:17','2021-01-05 02:31:17'),(25290,11339,'action created','2021-01-05 10:31:17','2021-01-05 02:31:17'),(25291,11339,'action started via WP Cron','2021-01-05 10:32:18','2021-01-05 02:32:18'),(25292,11339,'action complete via WP Cron','2021-01-05 10:32:18','2021-01-05 02:32:18'),(25293,11340,'action created','2021-01-05 10:32:18','2021-01-05 02:32:18'),(25294,11340,'action started via WP Cron','2021-01-05 10:36:57','2021-01-05 02:36:57'),(25295,11340,'action complete via WP Cron','2021-01-05 10:36:57','2021-01-05 02:36:57'),(25296,11341,'action created','2021-01-05 10:36:57','2021-01-05 02:36:57'),(25297,11341,'action started via WP Cron','2021-01-05 10:39:00','2021-01-05 02:39:00'),(25298,11341,'action complete via WP Cron','2021-01-05 10:39:00','2021-01-05 02:39:00'),(25299,11342,'action created','2021-01-05 10:39:00','2021-01-05 02:39:00'),(25300,11342,'action started via WP Cron','2021-01-05 10:43:28','2021-01-05 02:43:28'),(25301,11342,'action complete via WP Cron','2021-01-05 10:43:28','2021-01-05 02:43:28'),(25302,11343,'action created','2021-01-05 10:43:28','2021-01-05 02:43:28'),(25303,11343,'action started via WP Cron','2021-01-05 10:45:11','2021-01-05 02:45:11'),(25304,11343,'action complete via WP Cron','2021-01-05 10:45:11','2021-01-05 02:45:11'),(25305,11344,'action created','2021-01-05 10:45:11','2021-01-05 02:45:11'),(25306,11344,'action started via WP Cron','2021-01-05 10:49:20','2021-01-05 02:49:20'),(25307,11344,'action complete via WP Cron','2021-01-05 10:49:20','2021-01-05 02:49:20'),(25308,11345,'action created','2021-01-05 10:49:20','2021-01-05 02:49:20'),(25309,11345,'action started via WP Cron','2021-01-05 10:50:42','2021-01-05 02:50:42'),(25310,11345,'action complete via WP Cron','2021-01-05 10:50:42','2021-01-05 02:50:42'),(25311,11346,'action created','2021-01-05 10:50:42','2021-01-05 02:50:42'),(25312,11346,'action started via WP Cron','2021-01-05 10:52:57','2021-01-05 02:52:57'),(25313,11346,'action complete via WP Cron','2021-01-05 10:52:57','2021-01-05 02:52:57'),(25314,11347,'action created','2021-01-05 10:52:58','2021-01-05 02:52:58'),(25315,11347,'action started via WP Cron','2021-01-05 11:02:11','2021-01-05 03:02:11'),(25316,11347,'action complete via WP Cron','2021-01-05 11:02:11','2021-01-05 03:02:11'),(25317,11348,'action created','2021-01-05 11:02:11','2021-01-05 03:02:11'),(25318,11348,'action started via WP Cron','2021-01-05 11:03:15','2021-01-05 03:03:15'),(25319,11348,'action complete via WP Cron','2021-01-05 11:03:15','2021-01-05 03:03:15'),(25320,11349,'action created','2021-01-05 11:03:15','2021-01-05 03:03:15'),(25321,11349,'action started via WP Cron','2021-01-05 11:04:13','2021-01-05 03:04:13'),(25322,11349,'action complete via WP Cron','2021-01-05 11:04:13','2021-01-05 03:04:13'),(25323,11350,'action created','2021-01-05 11:04:13','2021-01-05 03:04:13'),(25324,11350,'action started via WP Cron','2021-01-05 11:06:17','2021-01-05 03:06:17'),(25325,11350,'action complete via WP Cron','2021-01-05 11:06:17','2021-01-05 03:06:17'),(25326,11351,'action created','2021-01-05 11:06:17','2021-01-05 03:06:17'),(25327,11351,'action started via WP Cron','2021-01-05 11:07:02','2021-01-05 03:07:02'),(25328,11351,'action complete via WP Cron','2021-01-05 11:07:02','2021-01-05 03:07:02'),(25329,11352,'action created','2021-01-05 11:07:02','2021-01-05 03:07:02'),(25330,11352,'action started via WP Cron','2021-01-05 11:08:03','2021-01-05 03:08:03'),(25331,11352,'action complete via WP Cron','2021-01-05 11:08:03','2021-01-05 03:08:03'),(25332,11353,'action created','2021-01-05 11:08:03','2021-01-05 03:08:03'),(25333,11353,'action started via WP Cron','2021-01-05 11:09:04','2021-01-05 03:09:04'),(25334,11353,'action complete via WP Cron','2021-01-05 11:09:04','2021-01-05 03:09:04'),(25335,11354,'action created','2021-01-05 11:09:04','2021-01-05 03:09:04'),(25336,11354,'action started via WP Cron','2021-01-05 11:14:27','2021-01-05 03:14:27'),(25337,11354,'action complete via WP Cron','2021-01-05 11:14:27','2021-01-05 03:14:27'),(25338,11355,'action created','2021-01-05 11:14:27','2021-01-05 03:14:27'),(25339,11355,'action started via WP Cron','2021-01-05 11:21:03','2021-01-05 03:21:03'),(25340,11355,'action complete via WP Cron','2021-01-05 11:21:03','2021-01-05 03:21:03'),(25341,11356,'action created','2021-01-05 11:21:03','2021-01-05 03:21:03'),(25342,11356,'action started via WP Cron','2021-01-05 11:22:04','2021-01-05 03:22:04'),(25343,11356,'action complete via WP Cron','2021-01-05 11:22:04','2021-01-05 03:22:04'),(25344,11357,'action created','2021-01-05 11:22:04','2021-01-05 03:22:04'),(25345,11357,'action started via WP Cron','2021-01-05 11:22:42','2021-01-05 03:22:42'),(25346,11357,'action complete via WP Cron','2021-01-05 11:22:42','2021-01-05 03:22:42'),(25347,11358,'action created','2021-01-05 11:22:42','2021-01-05 03:22:42'),(25348,11358,'action started via WP Cron','2021-01-05 11:24:08','2021-01-05 03:24:08'),(25349,11358,'action complete via WP Cron','2021-01-05 11:24:08','2021-01-05 03:24:08'),(25350,11359,'action created','2021-01-05 11:24:08','2021-01-05 03:24:08'),(25351,11359,'action started via WP Cron','2021-01-05 11:25:09','2021-01-05 03:25:09'),(25352,11359,'action complete via WP Cron','2021-01-05 11:25:09','2021-01-05 03:25:09'),(25353,11360,'action created','2021-01-05 11:25:09','2021-01-05 03:25:09'),(25354,11360,'action started via WP Cron','2021-01-05 11:26:11','2021-01-05 03:26:11'),(25355,11360,'action complete via WP Cron','2021-01-05 11:26:11','2021-01-05 03:26:11'),(25356,11361,'action created','2021-01-05 11:26:11','2021-01-05 03:26:11'),(25357,11361,'action started via WP Cron','2021-01-05 11:27:22','2021-01-05 03:27:22'),(25358,11361,'action complete via WP Cron','2021-01-05 11:27:22','2021-01-05 03:27:22'),(25359,11362,'action created','2021-01-05 11:27:22','2021-01-05 03:27:22'),(25360,11362,'action started via WP Cron','2021-01-05 11:34:43','2021-01-05 03:34:43'),(25361,11362,'action complete via WP Cron','2021-01-05 11:34:43','2021-01-05 03:34:43'),(25362,11363,'action created','2021-01-05 11:34:43','2021-01-05 03:34:43'),(25363,11363,'action started via WP Cron','2021-01-05 11:35:52','2021-01-05 03:35:52'),(25364,11363,'action complete via WP Cron','2021-01-05 11:35:52','2021-01-05 03:35:52'),(25365,11364,'action created','2021-01-05 11:35:52','2021-01-05 03:35:52'),(25366,11364,'action started via WP Cron','2021-01-05 11:36:53','2021-01-05 03:36:53'),(25367,11364,'action complete via WP Cron','2021-01-05 11:36:53','2021-01-05 03:36:53'),(25368,11365,'action created','2021-01-05 11:36:53','2021-01-05 03:36:53'),(25369,11365,'action started via WP Cron','2021-01-05 11:38:55','2021-01-05 03:38:55'),(25370,11365,'action complete via WP Cron','2021-01-05 11:38:55','2021-01-05 03:38:55'),(25371,11366,'action created','2021-01-05 11:38:55','2021-01-05 03:38:55'),(25372,11366,'action started via WP Cron','2021-01-05 11:39:56','2021-01-05 03:39:56'),(25373,11366,'action complete via WP Cron','2021-01-05 11:39:56','2021-01-05 03:39:56'),(25374,11367,'action created','2021-01-05 11:39:56','2021-01-05 03:39:56'),(25375,11367,'action started via WP Cron','2021-01-05 11:40:57','2021-01-05 03:40:57'),(25376,11367,'action complete via WP Cron','2021-01-05 11:40:57','2021-01-05 03:40:57'),(25377,11368,'action created','2021-01-05 11:40:57','2021-01-05 03:40:57'),(25378,11368,'action started via WP Cron','2021-01-05 11:46:52','2021-01-05 03:46:52'),(25379,11368,'action complete via WP Cron','2021-01-05 11:46:52','2021-01-05 03:46:52'),(25380,11369,'action created','2021-01-05 11:46:52','2021-01-05 03:46:52'),(25381,11369,'action started via WP Cron','2021-01-05 11:52:39','2021-01-05 03:52:39'),(25382,11369,'action complete via WP Cron','2021-01-05 11:52:39','2021-01-05 03:52:39'),(25383,11370,'action created','2021-01-05 11:52:40','2021-01-05 03:52:40'),(25384,11370,'action started via WP Cron','2021-01-05 11:54:14','2021-01-05 03:54:14'),(25385,11370,'action complete via WP Cron','2021-01-05 11:54:15','2021-01-05 03:54:15'),(25386,11371,'action created','2021-01-05 11:55:06','2021-01-05 03:55:06'),(25387,11371,'action started via WP Cron','2021-01-05 11:55:48','2021-01-05 03:55:48'),(25388,11371,'action complete via WP Cron','2021-01-05 11:55:48','2021-01-05 03:55:48'),(25389,11372,'action created','2021-01-05 11:55:48','2021-01-05 03:55:48'),(25390,11372,'action started via WP Cron','2021-01-05 11:56:55','2021-01-05 03:56:55'),(25391,11372,'action complete via WP Cron','2021-01-05 11:56:55','2021-01-05 03:56:55'),(25392,11373,'action created','2021-01-05 11:56:55','2021-01-05 03:56:55'),(25393,11373,'action started via WP Cron','2021-01-05 11:57:56','2021-01-05 03:57:56'),(25394,11373,'action complete via WP Cron','2021-01-05 11:57:56','2021-01-05 03:57:56'),(25395,11374,'action created','2021-01-05 11:57:56','2021-01-05 03:57:56'),(25396,11374,'action started via WP Cron','2021-01-05 11:59:13','2021-01-05 03:59:13'),(25397,11374,'action complete via WP Cron','2021-01-05 11:59:13','2021-01-05 03:59:13'),(25398,11375,'action created','2021-01-05 11:59:13','2021-01-05 03:59:13'),(25399,11375,'action started via WP Cron','2021-01-05 12:00:06','2021-01-05 04:00:06'),(25400,11375,'action complete via WP Cron','2021-01-05 12:00:06','2021-01-05 04:00:06'),(25401,11376,'action created','2021-01-05 12:00:06','2021-01-05 04:00:06'),(25402,11376,'action started via WP Cron','2021-01-05 12:01:27','2021-01-05 04:01:27'),(25403,11376,'action complete via WP Cron','2021-01-05 12:01:27','2021-01-05 04:01:27'),(25404,11377,'action created','2021-01-05 12:01:27','2021-01-05 04:01:27'),(25405,11377,'action started via WP Cron','2021-01-05 12:02:40','2021-01-05 04:02:40'),(25406,11377,'action complete via WP Cron','2021-01-05 12:02:40','2021-01-05 04:02:40'),(25407,11378,'action created','2021-01-05 12:02:41','2021-01-05 04:02:41'),(25408,11378,'action started via WP Cron','2021-01-05 12:03:47','2021-01-05 04:03:47'),(25409,11378,'action complete via WP Cron','2021-01-05 12:03:47','2021-01-05 04:03:47'),(25410,11379,'action created','2021-01-05 12:03:47','2021-01-05 04:03:47'),(25411,11379,'action started via WP Cron','2021-01-05 12:04:49','2021-01-05 04:04:49'),(25412,11379,'action complete via WP Cron','2021-01-05 12:04:49','2021-01-05 04:04:49'),(25413,11380,'action created','2021-01-05 12:05:49','2021-01-05 04:05:49'),(25414,11380,'action started via WP Cron','2021-01-05 12:09:00','2021-01-05 04:09:00'),(25415,11380,'action complete via WP Cron','2021-01-05 12:09:00','2021-01-05 04:09:00'),(25416,11381,'action created','2021-01-05 12:09:00','2021-01-05 04:09:00'),(25417,11381,'action started via WP Cron','2021-01-05 12:09:43','2021-01-05 04:09:43'),(25418,11381,'action complete via WP Cron','2021-01-05 12:09:43','2021-01-05 04:09:43'),(25419,11382,'action created','2021-01-05 12:09:43','2021-01-05 04:09:43'),(25420,11382,'action started via WP Cron','2021-01-05 12:10:45','2021-01-05 04:10:45'),(25421,11382,'action complete via WP Cron','2021-01-05 12:10:45','2021-01-05 04:10:45'),(25422,11383,'action created','2021-01-05 12:10:45','2021-01-05 04:10:45'),(25423,11383,'action started via WP Cron','2021-01-05 12:11:45','2021-01-05 04:11:45'),(25424,11383,'action complete via WP Cron','2021-01-05 12:11:45','2021-01-05 04:11:45'),(25425,11384,'action created','2021-01-05 12:11:45','2021-01-05 04:11:45'),(25426,11384,'action started via WP Cron','2021-01-05 12:33:01','2021-01-05 04:33:01'),(25427,11384,'action complete via WP Cron','2021-01-05 12:33:01','2021-01-05 04:33:01'),(25428,11385,'action created','2021-01-05 12:33:01','2021-01-05 04:33:01'),(25429,11385,'action started via WP Cron','2021-01-05 12:35:54','2021-01-05 04:35:54'),(25430,11385,'action complete via WP Cron','2021-01-05 12:35:54','2021-01-05 04:35:54'),(25431,11386,'action created','2021-01-05 12:35:54','2021-01-05 04:35:54'),(25432,11386,'action started via WP Cron','2021-01-05 12:37:23','2021-01-05 04:37:23'),(25433,11386,'action complete via WP Cron','2021-01-05 12:37:23','2021-01-05 04:37:23'),(25434,11387,'action created','2021-01-05 12:37:23','2021-01-05 04:37:23'),(25435,11387,'action started via WP Cron','2021-01-05 12:40:25','2021-01-05 04:40:25'),(25436,11387,'action complete via WP Cron','2021-01-05 12:40:25','2021-01-05 04:40:25'),(25437,11388,'action created','2021-01-05 12:40:25','2021-01-05 04:40:25'),(25438,11388,'action started via WP Cron','2021-01-05 12:50:21','2021-01-05 04:50:21'),(25439,11388,'action complete via WP Cron','2021-01-05 12:50:21','2021-01-05 04:50:21'),(25440,11389,'action created','2021-01-05 12:50:22','2021-01-05 04:50:22'),(25441,11389,'action started via WP Cron','2021-01-05 12:58:02','2021-01-05 04:58:02'),(25442,11389,'action complete via WP Cron','2021-01-05 12:58:02','2021-01-05 04:58:02'),(25443,11390,'action created','2021-01-05 12:58:02','2021-01-05 04:58:02'),(25444,11390,'action started via WP Cron','2021-01-05 12:58:52','2021-01-05 04:58:52'),(25445,11390,'action complete via WP Cron','2021-01-05 12:58:52','2021-01-05 04:58:52'),(25446,11391,'action created','2021-01-05 12:58:52','2021-01-05 04:58:52'),(25447,11391,'action started via WP Cron','2021-01-05 13:00:53','2021-01-05 05:00:53'),(25448,11391,'action complete via WP Cron','2021-01-05 13:00:53','2021-01-05 05:00:53'),(25449,11392,'action created','2021-01-05 13:00:53','2021-01-05 05:00:53'),(25450,11392,'action started via WP Cron','2021-01-05 13:01:47','2021-01-05 05:01:47'),(25451,11392,'action complete via WP Cron','2021-01-05 13:01:47','2021-01-05 05:01:47'),(25452,11393,'action created','2021-01-05 13:01:47','2021-01-05 05:01:47'),(25453,11393,'action started via WP Cron','2021-01-05 13:03:00','2021-01-05 05:03:00'),(25454,11393,'action complete via WP Cron','2021-01-05 13:03:00','2021-01-05 05:03:00'),(25455,11394,'action created','2021-01-05 13:03:00','2021-01-05 05:03:00'),(25456,11394,'action started via WP Cron','2021-01-05 13:06:49','2021-01-05 05:06:49'),(25457,11394,'action complete via WP Cron','2021-01-05 13:06:49','2021-01-05 05:06:49'),(25458,11395,'action created','2021-01-05 13:06:49','2021-01-05 05:06:49'),(25459,11395,'action started via WP Cron','2021-01-05 13:07:50','2021-01-05 05:07:50'),(25460,11395,'action complete via WP Cron','2021-01-05 13:07:50','2021-01-05 05:07:50'),(25461,11396,'action created','2021-01-05 13:07:50','2021-01-05 05:07:50'),(25462,11396,'action started via WP Cron','2021-01-05 13:08:51','2021-01-05 05:08:51'),(25463,11396,'action complete via WP Cron','2021-01-05 13:08:51','2021-01-05 05:08:51'),(25464,11397,'action created','2021-01-05 13:08:51','2021-01-05 05:08:51'),(25465,11397,'action started via WP Cron','2021-01-05 13:12:43','2021-01-05 05:12:43'),(25466,11397,'action complete via WP Cron','2021-01-05 13:12:43','2021-01-05 05:12:43'),(25467,11398,'action created','2021-01-05 13:12:44','2021-01-05 05:12:44'),(25468,11398,'action started via WP Cron','2021-01-05 13:13:45','2021-01-05 05:13:45'),(25469,11398,'action complete via WP Cron','2021-01-05 13:13:45','2021-01-05 05:13:45'),(25470,11399,'action created','2021-01-05 13:13:45','2021-01-05 05:13:45'),(25471,11399,'action started via WP Cron','2021-01-05 13:14:46','2021-01-05 05:14:46'),(25472,11399,'action complete via WP Cron','2021-01-05 13:14:46','2021-01-05 05:14:46'),(25473,11400,'action created','2021-01-05 13:14:46','2021-01-05 05:14:46'),(25474,11400,'action started via WP Cron','2021-01-05 13:15:47','2021-01-05 05:15:47'),(25475,11400,'action complete via WP Cron','2021-01-05 13:15:47','2021-01-05 05:15:47'),(25476,11401,'action created','2021-01-05 13:15:47','2021-01-05 05:15:47'),(25477,11401,'action started via WP Cron','2021-01-05 13:16:41','2021-01-05 05:16:41'),(25478,11401,'action complete via WP Cron','2021-01-05 13:16:41','2021-01-05 05:16:41'),(25479,11402,'action created','2021-01-05 13:16:41','2021-01-05 05:16:41'),(25480,11402,'action started via WP Cron','2021-01-05 13:17:50','2021-01-05 05:17:50'),(25481,11402,'action complete via WP Cron','2021-01-05 13:17:50','2021-01-05 05:17:50'),(25482,11403,'action created','2021-01-05 13:17:50','2021-01-05 05:17:50'),(25483,11403,'action started via WP Cron','2021-01-05 13:19:32','2021-01-05 05:19:32'),(25484,11403,'action complete via WP Cron','2021-01-05 13:19:32','2021-01-05 05:19:32'),(25485,11404,'action created','2021-01-05 13:19:32','2021-01-05 05:19:32'),(25486,11404,'action started via WP Cron','2021-01-05 13:20:47','2021-01-05 05:20:47'),(25487,11404,'action complete via WP Cron','2021-01-05 13:20:47','2021-01-05 05:20:47'),(25488,11405,'action created','2021-01-05 13:20:47','2021-01-05 05:20:47'),(25489,11405,'action started via WP Cron','2021-01-05 13:21:48','2021-01-05 05:21:48'),(25490,11405,'action complete via WP Cron','2021-01-05 13:21:48','2021-01-05 05:21:48'),(25491,11406,'action created','2021-01-05 13:21:48','2021-01-05 05:21:48'),(25492,11406,'action started via WP Cron','2021-01-05 13:28:16','2021-01-05 05:28:16'),(25493,11406,'action complete via WP Cron','2021-01-05 13:28:16','2021-01-05 05:28:16'),(25494,11407,'action created','2021-01-05 13:28:16','2021-01-05 05:28:16'),(25495,11407,'action started via WP Cron','2021-01-05 13:44:02','2021-01-05 05:44:02'),(25496,11407,'action complete via WP Cron','2021-01-05 13:44:02','2021-01-05 05:44:02'),(25497,11408,'action created','2021-01-05 13:44:02','2021-01-05 05:44:02'),(25498,11408,'action started via WP Cron','2021-01-05 13:46:05','2021-01-05 05:46:05'),(25499,11408,'action complete via WP Cron','2021-01-05 13:46:05','2021-01-05 05:46:05'),(25500,11409,'action created','2021-01-05 13:46:05','2021-01-05 05:46:05'),(25501,11409,'action started via WP Cron','2021-01-05 13:49:36','2021-01-05 05:49:36'),(25502,11409,'action complete via WP Cron','2021-01-05 13:49:36','2021-01-05 05:49:36'),(25503,11410,'action created','2021-01-05 13:49:36','2021-01-05 05:49:36'),(25504,11410,'action started via WP Cron','2021-01-05 13:50:43','2021-01-05 05:50:43'),(25505,11410,'action complete via WP Cron','2021-01-05 13:50:43','2021-01-05 05:50:43'),(25506,11411,'action created','2021-01-05 13:55:51','2021-01-05 05:55:51'),(25507,11411,'action started via WP Cron','2021-01-05 13:59:11','2021-01-05 05:59:11'),(25508,11411,'action complete via WP Cron','2021-01-05 13:59:11','2021-01-05 05:59:11'),(25509,11412,'action created','2021-01-05 13:59:11','2021-01-05 05:59:11'),(25510,11412,'action started via WP Cron','2021-01-05 14:01:51','2021-01-05 06:01:51'),(25511,11412,'action complete via WP Cron','2021-01-05 14:01:51','2021-01-05 06:01:51'),(25512,11413,'action created','2021-01-05 14:01:52','2021-01-05 06:01:52'),(25513,11413,'action started via WP Cron','2021-01-05 14:03:28','2021-01-05 06:03:28'),(25514,11413,'action complete via WP Cron','2021-01-05 14:03:28','2021-01-05 06:03:28'),(25515,11414,'action created','2021-01-05 14:04:01','2021-01-05 06:04:01'),(25516,11414,'action started via WP Cron','2021-01-05 14:05:01','2021-01-05 06:05:01'),(25517,11414,'action complete via WP Cron','2021-01-05 14:05:01','2021-01-05 06:05:01'),(25518,11415,'action created','2021-01-05 14:05:28','2021-01-05 06:05:28'),(25519,11415,'action started via WP Cron','2021-01-05 14:05:58','2021-01-05 06:05:58'),(25520,11415,'action complete via WP Cron','2021-01-05 14:05:58','2021-01-05 06:05:58'),(25521,11416,'action created','2021-01-05 14:05:58','2021-01-05 06:05:58'),(25522,11416,'action started via WP Cron','2021-01-05 14:06:59','2021-01-05 06:06:59'),(25523,11416,'action complete via WP Cron','2021-01-05 14:06:59','2021-01-05 06:06:59'),(25524,11417,'action created','2021-01-05 14:06:59','2021-01-05 06:06:59'),(25525,11417,'action started via WP Cron','2021-01-05 14:07:48','2021-01-05 06:07:48'),(25526,11417,'action complete via WP Cron','2021-01-05 14:07:48','2021-01-05 06:07:48'),(25527,11418,'action created','2021-01-05 14:07:48','2021-01-05 06:07:48'),(25528,11418,'action started via WP Cron','2021-01-05 14:09:11','2021-01-05 06:09:11'),(25529,11418,'action complete via WP Cron','2021-01-05 14:09:11','2021-01-05 06:09:11'),(25530,11419,'action created','2021-01-05 14:09:11','2021-01-05 06:09:11'),(25531,11419,'action started via WP Cron','2021-01-05 14:10:17','2021-01-05 06:10:17'),(25532,11419,'action complete via WP Cron','2021-01-05 14:10:17','2021-01-05 06:10:17'),(25533,11420,'action created','2021-01-05 14:10:17','2021-01-05 06:10:17'),(25534,11420,'action started via WP Cron','2021-01-05 14:11:20','2021-01-05 06:11:20'),(25535,11420,'action complete via WP Cron','2021-01-05 14:11:20','2021-01-05 06:11:20'),(25536,11421,'action created','2021-01-05 14:11:20','2021-01-05 06:11:20'),(25537,11421,'action started via WP Cron','2021-01-05 14:12:16','2021-01-05 06:12:16'),(25538,11421,'action complete via WP Cron','2021-01-05 14:12:16','2021-01-05 06:12:16'),(25539,11422,'action created','2021-01-05 14:13:31','2021-01-05 06:13:31'),(25540,11422,'action started via WP Cron','2021-01-05 14:15:32','2021-01-05 06:15:32'),(25541,11422,'action complete via WP Cron','2021-01-05 14:15:32','2021-01-05 06:15:32'),(25542,11423,'action created','2021-01-05 14:15:33','2021-01-05 06:15:33'),(25543,11423,'action started via WP Cron','2021-01-05 14:17:23','2021-01-05 06:17:23'),(25544,11423,'action complete via WP Cron','2021-01-05 14:17:23','2021-01-05 06:17:23'),(25545,11424,'action created','2021-01-05 14:17:23','2021-01-05 06:17:23'),(25546,11424,'action started via WP Cron','2021-01-05 14:17:42','2021-01-05 06:17:42'),(25547,11424,'action complete via WP Cron','2021-01-05 14:17:42','2021-01-05 06:17:42'),(25548,11425,'action created','2021-01-05 14:17:42','2021-01-05 06:17:42'),(25549,11425,'action started via WP Cron','2021-01-05 14:21:25','2021-01-05 06:21:25'),(25550,11425,'action complete via WP Cron','2021-01-05 14:21:25','2021-01-05 06:21:25'),(25551,11426,'action created','2021-01-05 14:21:25','2021-01-05 06:21:25'),(25552,11426,'action started via WP Cron','2021-01-05 14:21:43','2021-01-05 06:21:43'),(25553,11426,'action complete via WP Cron','2021-01-05 14:21:43','2021-01-05 06:21:43'),(25554,11427,'action created','2021-01-05 14:21:43','2021-01-05 06:21:43'),(25555,11427,'action started via WP Cron','2021-01-05 14:22:59','2021-01-05 06:22:59'),(25556,11427,'action complete via WP Cron','2021-01-05 14:22:59','2021-01-05 06:22:59'),(25557,11428,'action created','2021-01-05 14:22:59','2021-01-05 06:22:59'),(25558,11428,'action started via WP Cron','2021-01-05 14:24:25','2021-01-05 06:24:25'),(25559,11428,'action complete via WP Cron','2021-01-05 14:24:25','2021-01-05 06:24:25'),(25560,11429,'action created','2021-01-05 14:24:25','2021-01-05 06:24:25'),(25561,11429,'action started via WP Cron','2021-01-05 14:26:29','2021-01-05 06:26:29'),(25562,11429,'action complete via WP Cron','2021-01-05 14:26:29','2021-01-05 06:26:29'),(25563,11430,'action created','2021-01-05 14:26:29','2021-01-05 06:26:29'),(25564,11430,'action started via WP Cron','2021-01-05 14:27:25','2021-01-05 06:27:25'),(25565,11430,'action complete via WP Cron','2021-01-05 14:27:25','2021-01-05 06:27:25'),(25566,11431,'action created','2021-01-05 14:27:25','2021-01-05 06:27:25'),(25567,11431,'action started via WP Cron','2021-01-05 14:28:23','2021-01-05 06:28:23'),(25568,11431,'action complete via WP Cron','2021-01-05 14:28:23','2021-01-05 06:28:23'),(25569,11432,'action created','2021-01-05 14:28:23','2021-01-05 06:28:23'),(25570,11432,'action started via WP Cron','2021-01-05 14:28:51','2021-01-05 06:28:51'),(25571,11432,'action complete via WP Cron','2021-01-05 14:28:51','2021-01-05 06:28:51'),(25572,11433,'action created','2021-01-05 14:28:51','2021-01-05 06:28:51'),(25573,11433,'action started via WP Cron','2021-01-05 14:29:42','2021-01-05 06:29:42'),(25574,11433,'action complete via WP Cron','2021-01-05 14:29:42','2021-01-05 06:29:42'),(25575,11434,'action created','2021-01-05 14:29:42','2021-01-05 06:29:42'),(25576,11434,'action started via WP Cron','2021-01-05 14:34:42','2021-01-05 06:34:42'),(25577,11434,'action complete via WP Cron','2021-01-05 14:34:42','2021-01-05 06:34:42'),(25578,11435,'action created','2021-01-05 14:34:42','2021-01-05 06:34:42'),(25579,11435,'action started via WP Cron','2021-01-05 14:39:59','2021-01-05 06:39:59'),(25580,11435,'action complete via WP Cron','2021-01-05 14:39:59','2021-01-05 06:39:59'),(25581,11436,'action created','2021-01-05 14:39:59','2021-01-05 06:39:59'),(25582,11436,'action started via WP Cron','2021-01-05 14:41:06','2021-01-05 06:41:06'),(25583,11436,'action complete via WP Cron','2021-01-05 14:41:06','2021-01-05 06:41:06'),(25584,11437,'action created','2021-01-05 14:41:06','2021-01-05 06:41:06'),(25585,11437,'action started via WP Cron','2021-01-05 14:42:07','2021-01-05 06:42:07'),(25586,11437,'action complete via WP Cron','2021-01-05 14:42:07','2021-01-05 06:42:07'),(25587,11438,'action created','2021-01-05 14:42:07','2021-01-05 06:42:07'),(25588,11438,'action started via WP Cron','2021-01-05 14:43:19','2021-01-05 06:43:19'),(25589,11438,'action complete via WP Cron','2021-01-05 14:43:19','2021-01-05 06:43:19'),(25590,11439,'action created','2021-01-05 14:43:20','2021-01-05 06:43:20'),(25591,11439,'action started via WP Cron','2021-01-05 14:44:09','2021-01-05 06:44:09'),(25592,11439,'action complete via WP Cron','2021-01-05 14:44:09','2021-01-05 06:44:09'),(25593,11440,'action created','2021-01-05 14:44:09','2021-01-05 06:44:09'),(25594,11440,'action started via WP Cron','2021-01-05 14:45:10','2021-01-05 06:45:10'),(25595,11440,'action complete via WP Cron','2021-01-05 14:45:10','2021-01-05 06:45:10'),(25596,11441,'action created','2021-01-05 14:45:10','2021-01-05 06:45:10'),(25597,11441,'action started via WP Cron','2021-01-05 14:46:11','2021-01-05 06:46:11'),(25598,11441,'action complete via WP Cron','2021-01-05 14:46:11','2021-01-05 06:46:11'),(25599,11442,'action created','2021-01-05 14:46:11','2021-01-05 06:46:11'),(25600,11442,'action started via WP Cron','2021-01-05 14:48:37','2021-01-05 06:48:37'),(25601,11442,'action complete via WP Cron','2021-01-05 14:48:37','2021-01-05 06:48:37'),(25602,11443,'action created','2021-01-05 14:48:37','2021-01-05 06:48:37'),(25603,11443,'action started via WP Cron','2021-01-05 14:50:45','2021-01-05 06:50:45'),(25604,11443,'action complete via WP Cron','2021-01-05 14:50:45','2021-01-05 06:50:45'),(25605,11444,'action created','2021-01-05 14:50:46','2021-01-05 06:50:46'),(25606,11444,'action started via WP Cron','2021-01-05 14:52:48','2021-01-05 06:52:48'),(25607,11444,'action complete via WP Cron','2021-01-05 14:52:48','2021-01-05 06:52:48'),(25608,11445,'action created','2021-01-05 14:52:48','2021-01-05 06:52:48'),(25609,11445,'action started via WP Cron','2021-01-05 14:58:01','2021-01-05 06:58:01'),(25610,11445,'action complete via WP Cron','2021-01-05 14:58:01','2021-01-05 06:58:01'),(25611,11446,'action created','2021-01-05 14:58:01','2021-01-05 06:58:01'),(25612,11446,'action started via WP Cron','2021-01-05 15:03:27','2021-01-05 07:03:27'),(25613,11446,'action complete via WP Cron','2021-01-05 15:03:27','2021-01-05 07:03:27'),(25614,11447,'action created','2021-01-05 15:03:27','2021-01-05 07:03:27'),(25615,11447,'action started via WP Cron','2021-01-05 15:05:15','2021-01-05 07:05:15'),(25616,11447,'action complete via WP Cron','2021-01-05 15:05:15','2021-01-05 07:05:15'),(25617,11448,'action created','2021-01-05 15:05:15','2021-01-05 07:05:15'),(25618,11448,'action started via WP Cron','2021-01-05 15:06:04','2021-01-05 07:06:04'),(25619,11448,'action complete via WP Cron','2021-01-05 15:06:04','2021-01-05 07:06:04'),(25620,11449,'action created','2021-01-05 15:06:04','2021-01-05 07:06:04'),(25621,11449,'action started via WP Cron','2021-01-05 15:08:03','2021-01-05 07:08:03'),(25622,11449,'action complete via WP Cron','2021-01-05 15:08:03','2021-01-05 07:08:03'),(25623,11450,'action created','2021-01-05 15:08:03','2021-01-05 07:08:03'),(25624,11450,'action started via WP Cron','2021-01-05 15:09:04','2021-01-05 07:09:04'),(25625,11450,'action complete via WP Cron','2021-01-05 15:09:04','2021-01-05 07:09:04'),(25626,11451,'action created','2021-01-05 15:09:04','2021-01-05 07:09:04'),(25627,11451,'action started via WP Cron','2021-01-05 15:09:57','2021-01-05 07:09:57'),(25628,11451,'action complete via WP Cron','2021-01-05 15:09:57','2021-01-05 07:09:57'),(25629,11452,'action created','2021-01-05 15:09:57','2021-01-05 07:09:57'),(25630,11452,'action started via WP Cron','2021-01-05 15:12:19','2021-01-05 07:12:19'),(25631,11452,'action complete via WP Cron','2021-01-05 15:12:19','2021-01-05 07:12:19'),(25632,11453,'action created','2021-01-05 15:12:19','2021-01-05 07:12:19'),(25633,11453,'action started via WP Cron','2021-01-05 15:13:19','2021-01-05 07:13:19'),(25634,11453,'action complete via WP Cron','2021-01-05 15:13:19','2021-01-05 07:13:19'),(25635,11454,'action created','2021-01-05 15:13:19','2021-01-05 07:13:19'),(25636,11454,'action started via WP Cron','2021-01-05 15:14:22','2021-01-05 07:14:22'),(25637,11454,'action complete via WP Cron','2021-01-05 15:14:22','2021-01-05 07:14:22'),(25638,11455,'action created','2021-01-05 15:14:22','2021-01-05 07:14:22'),(25639,11455,'action started via WP Cron','2021-01-05 15:23:31','2021-01-05 07:23:31'),(25640,11455,'action complete via WP Cron','2021-01-05 15:23:31','2021-01-05 07:23:31'),(25641,11456,'action created','2021-01-05 15:23:31','2021-01-05 07:23:31'),(25642,11456,'action started via WP Cron','2021-01-05 15:24:29','2021-01-05 07:24:29'),(25643,11456,'action complete via WP Cron','2021-01-05 15:24:29','2021-01-05 07:24:29'),(25644,11457,'action created','2021-01-05 15:24:29','2021-01-05 07:24:29'),(25645,11457,'action started via WP Cron','2021-01-05 15:25:30','2021-01-05 07:25:30'),(25646,11457,'action complete via WP Cron','2021-01-05 15:25:30','2021-01-05 07:25:30'),(25647,11458,'action created','2021-01-05 15:25:30','2021-01-05 07:25:30'),(25648,11458,'action started via WP Cron','2021-01-05 15:27:34','2021-01-05 07:27:34'),(25649,11458,'action complete via WP Cron','2021-01-05 15:27:34','2021-01-05 07:27:34'),(25650,11459,'action created','2021-01-05 15:27:34','2021-01-05 07:27:34'),(25651,11459,'action started via WP Cron','2021-01-05 15:28:02','2021-01-05 07:28:02'),(25652,11459,'action complete via WP Cron','2021-01-05 15:28:02','2021-01-05 07:28:02'),(25653,11460,'action created','2021-01-05 15:28:02','2021-01-05 07:28:02'),(25654,11460,'action started via WP Cron','2021-01-05 15:29:36','2021-01-05 07:29:36'),(25655,11460,'action complete via WP Cron','2021-01-05 15:29:36','2021-01-05 07:29:36'),(25656,11461,'action created','2021-01-05 15:29:36','2021-01-05 07:29:36'),(25657,11461,'action started via WP Cron','2021-01-05 15:34:20','2021-01-05 07:34:20'),(25658,11461,'action complete via WP Cron','2021-01-05 15:34:20','2021-01-05 07:34:20'),(25659,11462,'action created','2021-01-05 15:34:22','2021-01-05 07:34:22'),(25660,11462,'action started via WP Cron','2021-01-05 15:43:10','2021-01-05 07:43:10'),(25661,11462,'action complete via WP Cron','2021-01-05 15:43:10','2021-01-05 07:43:10'),(25662,11463,'action created','2021-01-05 15:43:10','2021-01-05 07:43:10'),(25663,11463,'action started via WP Cron','2021-01-05 15:44:16','2021-01-05 07:44:16'),(25664,11463,'action complete via WP Cron','2021-01-05 15:44:16','2021-01-05 07:44:16'),(25665,11464,'action created','2021-01-05 15:44:17','2021-01-05 07:44:17'),(25666,11464,'action started via WP Cron','2021-01-05 15:46:17','2021-01-05 07:46:17'),(25667,11464,'action complete via WP Cron','2021-01-05 15:46:17','2021-01-05 07:46:17'),(25668,11465,'action created','2021-01-05 15:46:17','2021-01-05 07:46:17'),(25669,11465,'action started via WP Cron','2021-01-05 15:47:11','2021-01-05 07:47:11'),(25670,11465,'action complete via WP Cron','2021-01-05 15:47:11','2021-01-05 07:47:11'),(25671,11466,'action created','2021-01-05 15:47:11','2021-01-05 07:47:11'),(25672,11466,'action started via WP Cron','2021-01-05 15:49:13','2021-01-05 07:49:13'),(25673,11466,'action complete via WP Cron','2021-01-05 15:49:13','2021-01-05 07:49:13'),(25674,11467,'action created','2021-01-05 15:49:14','2021-01-05 07:49:14'),(25675,11467,'action started via WP Cron','2021-01-05 15:49:55','2021-01-05 07:49:55'),(25676,11467,'action complete via WP Cron','2021-01-05 15:49:55','2021-01-05 07:49:55'),(25677,11468,'action created','2021-01-05 15:49:55','2021-01-05 07:49:55'),(25678,11468,'action started via WP Cron','2021-01-05 15:51:22','2021-01-05 07:51:22'),(25679,11468,'action complete via WP Cron','2021-01-05 15:51:22','2021-01-05 07:51:22'),(25680,11469,'action created','2021-01-05 15:51:22','2021-01-05 07:51:22'),(25681,11469,'action started via WP Cron','2021-01-05 15:52:21','2021-01-05 07:52:21'),(25682,11469,'action complete via WP Cron','2021-01-05 15:52:21','2021-01-05 07:52:21'),(25683,11470,'action created','2021-01-05 15:52:21','2021-01-05 07:52:21'),(25684,11470,'action started via WP Cron','2021-01-05 15:57:52','2021-01-05 07:57:52'),(25685,11470,'action complete via WP Cron','2021-01-05 15:57:52','2021-01-05 07:57:52'),(25686,11471,'action created','2021-01-05 15:57:52','2021-01-05 07:57:52'),(25687,11471,'action started via WP Cron','2021-01-05 16:06:22','2021-01-05 08:06:22'),(25688,11471,'action complete via WP Cron','2021-01-05 16:06:22','2021-01-05 08:06:22'),(25689,11472,'action created','2021-01-05 16:06:22','2021-01-05 08:06:22'),(25690,11472,'action started via WP Cron','2021-01-05 16:09:20','2021-01-05 08:09:20'),(25691,11472,'action complete via WP Cron','2021-01-05 16:09:20','2021-01-05 08:09:20'),(25692,11473,'action created','2021-01-05 16:09:20','2021-01-05 08:09:20'),(25693,11473,'action started via WP Cron','2021-01-05 16:10:11','2021-01-05 08:10:11'),(25694,11473,'action complete via WP Cron','2021-01-05 16:10:11','2021-01-05 08:10:11'),(25695,11474,'action created','2021-01-05 16:10:11','2021-01-05 08:10:11'),(25696,11474,'action started via WP Cron','2021-01-05 16:11:05','2021-01-05 08:11:05'),(25697,11474,'action complete via WP Cron','2021-01-05 16:11:05','2021-01-05 08:11:05'),(25698,11475,'action created','2021-01-05 16:11:05','2021-01-05 08:11:05'),(25699,11475,'action started via WP Cron','2021-01-05 16:13:07','2021-01-05 08:13:07'),(25700,11475,'action complete via WP Cron','2021-01-05 16:13:07','2021-01-05 08:13:07'),(25701,11476,'action created','2021-01-05 16:13:08','2021-01-05 08:13:08'),(25702,11476,'action started via WP Cron','2021-01-05 16:14:08','2021-01-05 08:14:08'),(25703,11476,'action complete via WP Cron','2021-01-05 16:14:08','2021-01-05 08:14:08'),(25704,11477,'action created','2021-01-05 16:14:08','2021-01-05 08:14:08'),(25705,11477,'action started via WP Cron','2021-01-05 16:15:09','2021-01-05 08:15:09'),(25706,11477,'action complete via WP Cron','2021-01-05 16:15:09','2021-01-05 08:15:09'),(25707,11478,'action created','2021-01-05 16:15:09','2021-01-05 08:15:09'),(25708,11478,'action started via WP Cron','2021-01-05 16:16:22','2021-01-05 08:16:22'),(25709,11478,'action complete via WP Cron','2021-01-05 16:16:22','2021-01-05 08:16:22'),(25710,11479,'action created','2021-01-05 16:16:22','2021-01-05 08:16:22'),(25711,11479,'action started via WP Cron','2021-01-05 16:21:25','2021-01-05 08:21:25'),(25712,11479,'action complete via WP Cron','2021-01-05 16:21:25','2021-01-05 08:21:25'),(25713,11480,'action created','2021-01-05 16:21:25','2021-01-05 08:21:25'),(25714,11480,'action started via WP Cron','2021-01-05 16:24:45','2021-01-05 08:24:45'),(25715,11480,'action complete via WP Cron','2021-01-05 16:24:45','2021-01-05 08:24:45'),(25716,11481,'action created','2021-01-05 16:24:45','2021-01-05 08:24:45'),(25717,11481,'action started via WP Cron','2021-01-05 16:29:52','2021-01-05 08:29:52'),(25718,11481,'action complete via WP Cron','2021-01-05 16:29:52','2021-01-05 08:29:52'),(25719,11482,'action created','2021-01-05 16:29:52','2021-01-05 08:29:52'),(25720,11482,'action started via WP Cron','2021-01-05 16:39:26','2021-01-05 08:39:26'),(25721,11482,'action complete via WP Cron','2021-01-05 16:39:26','2021-01-05 08:39:26'),(25722,11483,'action created','2021-01-05 16:39:26','2021-01-05 08:39:26'),(25723,11483,'action started via WP Cron','2021-01-05 16:39:55','2021-01-05 08:39:55'),(25724,11483,'action complete via WP Cron','2021-01-05 16:39:55','2021-01-05 08:39:55'),(25725,11484,'action created','2021-01-05 16:39:56','2021-01-05 08:39:56'),(25726,11484,'action started via WP Cron','2021-01-05 16:51:30','2021-01-05 08:51:30'),(25727,11484,'action complete via WP Cron','2021-01-05 16:51:30','2021-01-05 08:51:30'),(25728,11485,'action created','2021-01-05 16:51:30','2021-01-05 08:51:30'),(25729,11485,'action started via WP Cron','2021-01-05 16:52:15','2021-01-05 08:52:15'),(25730,11485,'action complete via WP Cron','2021-01-05 16:52:15','2021-01-05 08:52:15'),(25731,11486,'action created','2021-01-05 16:52:15','2021-01-05 08:52:15'),(25732,11486,'action started via WP Cron','2021-01-05 16:53:16','2021-01-05 08:53:16'),(25733,11486,'action complete via WP Cron','2021-01-05 16:53:16','2021-01-05 08:53:16'),(25734,11487,'action created','2021-01-05 16:53:17','2021-01-05 08:53:17'),(25735,11487,'action started via WP Cron','2021-01-05 16:55:19','2021-01-05 08:55:19'),(25736,11487,'action complete via WP Cron','2021-01-05 16:55:19','2021-01-05 08:55:19'),(25737,11488,'action created','2021-01-05 16:55:19','2021-01-05 08:55:19'),(25738,11488,'action started via WP Cron','2021-01-05 16:56:13','2021-01-05 08:56:13'),(25739,11488,'action complete via WP Cron','2021-01-05 16:56:13','2021-01-05 08:56:13'),(25740,11489,'action created','2021-01-05 16:56:13','2021-01-05 08:56:13'),(25741,11489,'action started via WP Cron','2021-01-05 16:56:42','2021-01-05 08:56:42'),(25742,11489,'action complete via WP Cron','2021-01-05 16:56:42','2021-01-05 08:56:42'),(25743,11490,'action created','2021-01-05 16:56:42','2021-01-05 08:56:42'),(25744,11490,'action started via WP Cron','2021-01-05 16:57:44','2021-01-05 08:57:44'),(25745,11490,'action complete via WP Cron','2021-01-05 16:57:44','2021-01-05 08:57:44'),(25746,11491,'action created','2021-01-05 16:57:44','2021-01-05 08:57:44'),(25747,11491,'action started via WP Cron','2021-01-05 17:00:46','2021-01-05 09:00:46'),(25748,11491,'action complete via WP Cron','2021-01-05 17:00:46','2021-01-05 09:00:46'),(25749,11492,'action created','2021-01-05 17:01:03','2021-01-05 09:01:03'),(25750,11492,'action started via WP Cron','2021-01-05 17:02:46','2021-01-05 09:02:46'),(25751,11492,'action complete via WP Cron','2021-01-05 17:02:46','2021-01-05 09:02:46'),(25752,11493,'action created','2021-01-05 17:02:46','2021-01-05 09:02:46'),(25753,11493,'action started via WP Cron','2021-01-05 17:06:31','2021-01-05 09:06:31'),(25754,11493,'action complete via WP Cron','2021-01-05 17:06:31','2021-01-05 09:06:31'),(25755,11494,'action created','2021-01-05 17:06:31','2021-01-05 09:06:31'),(25756,11494,'action started via WP Cron','2021-01-05 17:07:31','2021-01-05 09:07:31'),(25757,11494,'action complete via WP Cron','2021-01-05 17:07:31','2021-01-05 09:07:31'),(25758,11495,'action created','2021-01-05 17:07:31','2021-01-05 09:07:31'),(25759,11495,'action started via WP Cron','2021-01-05 17:08:32','2021-01-05 09:08:32'),(25760,11495,'action complete via WP Cron','2021-01-05 17:08:32','2021-01-05 09:08:32'),(25761,11496,'action created','2021-01-05 17:08:32','2021-01-05 09:08:32'),(25762,11496,'action started via WP Cron','2021-01-05 17:41:18','2021-01-05 09:41:18'),(25763,11496,'action complete via WP Cron','2021-01-05 17:41:18','2021-01-05 09:41:18'),(25764,11497,'action created','2021-01-05 17:41:18','2021-01-05 09:41:18'),(25765,11497,'action started via WP Cron','2021-01-05 17:46:16','2021-01-05 09:46:16'),(25766,11497,'action complete via WP Cron','2021-01-05 17:46:16','2021-01-05 09:46:16'),(25767,11498,'action created','2021-01-05 17:46:16','2021-01-05 09:46:16'),(25768,11498,'action started via WP Cron','2021-01-05 17:57:26','2021-01-05 09:57:26'),(25769,11498,'action complete via WP Cron','2021-01-05 17:57:26','2021-01-05 09:57:26'),(25770,11499,'action created','2021-01-05 17:57:26','2021-01-05 09:57:26'),(25771,11499,'action started via WP Cron','2021-01-05 17:58:22','2021-01-05 09:58:22'),(25772,11499,'action complete via WP Cron','2021-01-05 17:58:22','2021-01-05 09:58:22'),(25773,11500,'action created','2021-01-05 17:59:21','2021-01-05 09:59:21'),(25774,11500,'action started via WP Cron','2021-01-05 17:59:49','2021-01-05 09:59:49'),(25775,11500,'action complete via WP Cron','2021-01-05 17:59:49','2021-01-05 09:59:49'),(25776,11501,'action created','2021-01-05 17:59:49','2021-01-05 09:59:49'),(25777,11501,'action started via WP Cron','2021-01-05 18:00:57','2021-01-05 10:00:57'),(25778,11501,'action complete via WP Cron','2021-01-05 18:00:57','2021-01-05 10:00:57'),(25779,11502,'action created','2021-01-05 18:01:22','2021-01-05 10:01:22'),(25780,11502,'action started via WP Cron','2021-01-05 18:01:56','2021-01-05 10:01:56'),(25781,11502,'action complete via WP Cron','2021-01-05 18:01:56','2021-01-05 10:01:56'),(25782,11503,'action created','2021-01-05 18:02:24','2021-01-05 10:02:24'),(25783,11503,'action started via WP Cron','2021-01-05 18:02:56','2021-01-05 10:02:56'),(25784,11503,'action complete via WP Cron','2021-01-05 18:02:56','2021-01-05 10:02:56'),(25785,11504,'action created','2021-01-05 18:02:56','2021-01-05 10:02:56'),(25786,11504,'action started via WP Cron','2021-01-05 18:04:42','2021-01-05 10:04:42'),(25787,11504,'action complete via WP Cron','2021-01-05 18:04:42','2021-01-05 10:04:42'),(25788,11505,'action created','2021-01-05 18:04:43','2021-01-05 10:04:43'),(25789,11505,'action started via WP Cron','2021-01-05 18:07:14','2021-01-05 10:07:14'),(25790,11505,'action complete via WP Cron','2021-01-05 18:07:14','2021-01-05 10:07:14'),(25791,11506,'action created','2021-01-05 18:07:14','2021-01-05 10:07:14'),(25792,11506,'action started via WP Cron','2021-01-05 18:10:56','2021-01-05 10:10:56'),(25793,11506,'action complete via WP Cron','2021-01-05 18:10:56','2021-01-05 10:10:56'),(25794,11507,'action created','2021-01-05 18:10:56','2021-01-05 10:10:56'),(25795,11507,'action started via WP Cron','2021-01-05 18:15:54','2021-01-05 10:15:54'),(25796,11507,'action complete via WP Cron','2021-01-05 18:15:54','2021-01-05 10:15:54'),(25797,11508,'action created','2021-01-05 18:15:55','2021-01-05 10:15:55'),(25798,11508,'action started via WP Cron','2021-01-05 18:18:33','2021-01-05 10:18:33'),(25799,11508,'action complete via WP Cron','2021-01-05 18:18:33','2021-01-05 10:18:33'),(25800,11509,'action created','2021-01-05 18:19:05','2021-01-05 10:19:05'),(25801,11509,'action started via WP Cron','2021-01-05 18:20:24','2021-01-05 10:20:24'),(25802,11509,'action complete via WP Cron','2021-01-05 18:20:24','2021-01-05 10:20:24'),(25803,11510,'action created','2021-01-05 18:20:24','2021-01-05 10:20:24'),(25804,11510,'action started via WP Cron','2021-01-05 18:21:54','2021-01-05 10:21:54'),(25805,11510,'action complete via WP Cron','2021-01-05 18:21:54','2021-01-05 10:21:54'),(25806,11511,'action created','2021-01-05 18:21:54','2021-01-05 10:21:54'),(25807,11511,'action started via WP Cron','2021-01-05 18:24:56','2021-01-05 10:24:56'),(25808,11511,'action complete via WP Cron','2021-01-05 18:24:56','2021-01-05 10:24:56'),(25809,11512,'action created','2021-01-05 18:24:56','2021-01-05 10:24:56'),(25810,11512,'action started via WP Cron','2021-01-05 18:29:01','2021-01-05 10:29:01'),(25811,11512,'action complete via WP Cron','2021-01-05 18:29:01','2021-01-05 10:29:01'),(25812,11513,'action created','2021-01-05 18:29:01','2021-01-05 10:29:01'),(25813,11513,'action started via WP Cron','2021-01-05 18:34:50','2021-01-05 10:34:50'),(25814,11513,'action complete via WP Cron','2021-01-05 18:34:50','2021-01-05 10:34:50'),(25815,11514,'action created','2021-01-05 18:34:50','2021-01-05 10:34:50'),(25816,11514,'action started via WP Cron','2021-01-05 18:36:57','2021-01-05 10:36:57'),(25817,11514,'action complete via WP Cron','2021-01-05 18:36:57','2021-01-05 10:36:57'),(25818,11515,'action created','2021-01-05 18:36:57','2021-01-05 10:36:57'),(25819,11515,'action started via WP Cron','2021-01-05 18:37:47','2021-01-05 10:37:47'),(25820,11515,'action complete via WP Cron','2021-01-05 18:37:47','2021-01-05 10:37:47'),(25821,11516,'action created','2021-01-05 18:37:47','2021-01-05 10:37:47'),(25822,11516,'action started via WP Cron','2021-01-05 18:41:20','2021-01-05 10:41:20'),(25823,11516,'action complete via WP Cron','2021-01-05 18:41:20','2021-01-05 10:41:20'),(25824,11517,'action created','2021-01-05 18:41:20','2021-01-05 10:41:20'),(25825,11517,'action started via WP Cron','2021-01-05 18:43:08','2021-01-05 10:43:08'),(25826,11517,'action complete via WP Cron','2021-01-05 18:43:08','2021-01-05 10:43:08'),(25827,11518,'action created','2021-01-05 18:43:08','2021-01-05 10:43:08'),(25828,11518,'action started via WP Cron','2021-01-05 18:44:05','2021-01-05 10:44:05'),(25829,11518,'action complete via WP Cron','2021-01-05 18:44:05','2021-01-05 10:44:05'),(25830,11519,'action created','2021-01-05 18:44:05','2021-01-05 10:44:05'),(25831,11519,'action started via WP Cron','2021-01-05 18:44:53','2021-01-05 10:44:53'),(25832,11519,'action complete via WP Cron','2021-01-05 18:44:53','2021-01-05 10:44:53'),(25833,11520,'action created','2021-01-05 18:44:54','2021-01-05 10:44:54'),(25834,11520,'action started via WP Cron','2021-01-05 18:46:02','2021-01-05 10:46:02'),(25835,11520,'action complete via WP Cron','2021-01-05 18:46:02','2021-01-05 10:46:02'),(25836,11521,'action created','2021-01-05 18:46:02','2021-01-05 10:46:02'),(25837,11521,'action started via WP Cron','2021-01-05 18:47:03','2021-01-05 10:47:03'),(25838,11521,'action complete via WP Cron','2021-01-05 18:47:03','2021-01-05 10:47:03'),(25839,11522,'action created','2021-01-05 18:47:03','2021-01-05 10:47:03'),(25840,11522,'action started via WP Cron','2021-01-05 18:49:05','2021-01-05 10:49:05'),(25841,11522,'action complete via WP Cron','2021-01-05 18:49:05','2021-01-05 10:49:05'),(25842,11523,'action created','2021-01-05 18:49:05','2021-01-05 10:49:05'),(25843,11523,'action started via WP Cron','2021-01-05 18:50:06','2021-01-05 10:50:06'),(25844,11523,'action complete via WP Cron','2021-01-05 18:50:06','2021-01-05 10:50:06'),(25845,11524,'action created','2021-01-05 18:50:06','2021-01-05 10:50:06'),(25846,11524,'action started via WP Cron','2021-01-05 18:51:07','2021-01-05 10:51:07'),(25847,11524,'action complete via WP Cron','2021-01-05 18:51:07','2021-01-05 10:51:07'),(25848,11525,'action created','2021-01-05 18:51:07','2021-01-05 10:51:07'),(25849,11525,'action started via WP Cron','2021-01-05 18:57:49','2021-01-05 10:57:49'),(25850,11525,'action complete via WP Cron','2021-01-05 18:57:49','2021-01-05 10:57:49'),(25851,11526,'action created','2021-01-05 18:57:49','2021-01-05 10:57:49'),(25852,11526,'action started via WP Cron','2021-01-05 19:02:02','2021-01-05 11:02:02'),(25853,11526,'action complete via WP Cron','2021-01-05 19:02:02','2021-01-05 11:02:02'),(25854,11527,'action created','2021-01-05 19:02:02','2021-01-05 11:02:02'),(25855,11527,'action started via WP Cron','2021-01-05 19:02:56','2021-01-05 11:02:56'),(25856,11527,'action complete via WP Cron','2021-01-05 19:02:56','2021-01-05 11:02:56'),(25857,11528,'action created','2021-01-05 19:02:56','2021-01-05 11:02:56'),(25858,11528,'action started via WP Cron','2021-01-05 19:03:57','2021-01-05 11:03:57'),(25859,11528,'action complete via WP Cron','2021-01-05 19:03:57','2021-01-05 11:03:57'),(25860,11529,'action created','2021-01-05 19:03:57','2021-01-05 11:03:57'),(25861,11529,'action started via WP Cron','2021-01-05 19:05:10','2021-01-05 11:05:10'),(25862,11529,'action complete via WP Cron','2021-01-05 19:05:10','2021-01-05 11:05:10'),(25863,11530,'action created','2021-01-05 19:05:10','2021-01-05 11:05:10'),(25864,11530,'action started via WP Cron','2021-01-05 19:07:06','2021-01-05 11:07:06'),(25865,11530,'action complete via WP Cron','2021-01-05 19:07:06','2021-01-05 11:07:06'),(25866,11531,'action created','2021-01-05 19:07:06','2021-01-05 11:07:06'),(25867,11531,'action started via WP Cron','2021-01-05 19:09:11','2021-01-05 11:09:11'),(25868,11531,'action complete via WP Cron','2021-01-05 19:09:11','2021-01-05 11:09:11'),(25869,11532,'action created','2021-01-05 19:09:11','2021-01-05 11:09:11'),(25870,11532,'action started via WP Cron','2021-01-05 19:11:29','2021-01-05 11:11:29'),(25871,11532,'action complete via WP Cron','2021-01-05 19:11:29','2021-01-05 11:11:29'),(25872,11533,'action created','2021-01-05 19:11:29','2021-01-05 11:11:29'),(25873,11533,'action started via WP Cron','2021-01-05 19:12:34','2021-01-05 11:12:34'),(25874,11533,'action complete via WP Cron','2021-01-05 19:12:34','2021-01-05 11:12:34'),(25875,11534,'action created','2021-01-05 19:12:34','2021-01-05 11:12:34'),(25876,11534,'action started via WP Cron','2021-01-05 19:13:35','2021-01-05 11:13:35'),(25877,11534,'action complete via WP Cron','2021-01-05 19:13:35','2021-01-05 11:13:35'),(25878,11535,'action created','2021-01-05 19:13:35','2021-01-05 11:13:35'),(25879,11535,'action started via WP Cron','2021-01-05 19:14:36','2021-01-05 11:14:36'),(25880,11535,'action complete via WP Cron','2021-01-05 19:14:36','2021-01-05 11:14:36'),(25881,11536,'action created','2021-01-05 19:14:36','2021-01-05 11:14:36'),(25882,11536,'action started via WP Cron','2021-01-05 19:15:18','2021-01-05 11:15:18'),(25883,11536,'action complete via WP Cron','2021-01-05 19:15:18','2021-01-05 11:15:18'),(25884,11537,'action created','2021-01-05 19:16:38','2021-01-05 11:16:38'),(25885,11537,'action started via WP Cron','2021-01-05 19:17:39','2021-01-05 11:17:39'),(25886,11537,'action complete via WP Cron','2021-01-05 19:17:39','2021-01-05 11:17:39'),(25887,11538,'action created','2021-01-05 19:17:39','2021-01-05 11:17:39'),(25888,11538,'action started via WP Cron','2021-01-05 19:18:51','2021-01-05 11:18:51'),(25889,11538,'action complete via WP Cron','2021-01-05 19:18:51','2021-01-05 11:18:51'),(25890,11539,'action created','2021-01-05 19:18:51','2021-01-05 11:18:51'),(25891,11539,'action started via WP Cron','2021-01-05 19:21:00','2021-01-05 11:21:00'),(25892,11539,'action complete via WP Cron','2021-01-05 19:21:00','2021-01-05 11:21:00'),(25893,11540,'action created','2021-01-05 19:21:00','2021-01-05 11:21:00'),(25894,11540,'action started via WP Cron','2021-01-05 19:23:45','2021-01-05 11:23:45'),(25895,11540,'action complete via WP Cron','2021-01-05 19:23:45','2021-01-05 11:23:45'),(25896,11541,'action created','2021-01-05 19:23:45','2021-01-05 11:23:45'),(25897,11541,'action started via WP Cron','2021-01-05 19:29:12','2021-01-05 11:29:12'),(25898,11541,'action complete via WP Cron','2021-01-05 19:29:12','2021-01-05 11:29:12'),(25899,11542,'action created','2021-01-05 19:29:12','2021-01-05 11:29:12'),(25900,11542,'action started via WP Cron','2021-01-05 19:29:51','2021-01-05 11:29:51'),(25901,11542,'action complete via WP Cron','2021-01-05 19:29:51','2021-01-05 11:29:51'),(25902,11543,'action created','2021-01-05 19:29:52','2021-01-05 11:29:52'),(25903,11543,'action started via WP Cron','2021-01-05 19:31:34','2021-01-05 11:31:34'),(25904,11543,'action complete via WP Cron','2021-01-05 19:31:34','2021-01-05 11:31:34'),(25905,11544,'action created','2021-01-05 19:31:35','2021-01-05 11:31:35'),(25906,11544,'action started via WP Cron','2021-01-05 19:37:31','2021-01-05 11:37:31'),(25907,11544,'action complete via WP Cron','2021-01-05 19:37:31','2021-01-05 11:37:31'),(25908,11545,'action created','2021-01-05 19:37:31','2021-01-05 11:37:31'),(25909,11545,'action started via WP Cron','2021-01-05 19:39:42','2021-01-05 11:39:42'),(25910,11545,'action complete via WP Cron','2021-01-05 19:39:42','2021-01-05 11:39:42'),(25911,11546,'action created','2021-01-05 19:39:42','2021-01-05 11:39:42'),(25912,11546,'action started via WP Cron','2021-01-05 19:40:43','2021-01-05 11:40:43'),(25913,11546,'action complete via WP Cron','2021-01-05 19:40:43','2021-01-05 11:40:43'),(25914,11547,'action created','2021-01-05 19:40:43','2021-01-05 11:40:43'),(25915,11547,'action started via WP Cron','2021-01-05 19:41:44','2021-01-05 11:41:44'),(25916,11547,'action complete via WP Cron','2021-01-05 19:41:44','2021-01-05 11:41:44'),(25917,11548,'action created','2021-01-05 19:41:44','2021-01-05 11:41:44'),(25918,11548,'action started via WP Cron','2021-01-05 19:42:45','2021-01-05 11:42:45'),(25919,11548,'action complete via WP Cron','2021-01-05 19:42:45','2021-01-05 11:42:45'),(25920,11549,'action created','2021-01-05 19:42:45','2021-01-05 11:42:45'),(25921,11549,'action started via WP Cron','2021-01-05 19:43:47','2021-01-05 11:43:47'),(25922,11549,'action complete via WP Cron','2021-01-05 19:43:47','2021-01-05 11:43:47'),(25923,11550,'action created','2021-01-05 19:43:47','2021-01-05 11:43:47'),(25924,11550,'action started via WP Cron','2021-01-05 19:44:48','2021-01-05 11:44:48'),(25925,11550,'action complete via WP Cron','2021-01-05 19:44:48','2021-01-05 11:44:48'),(25926,11551,'action created','2021-01-05 19:44:48','2021-01-05 11:44:48'),(25927,11551,'action started via WP Cron','2021-01-05 19:50:30','2021-01-05 11:50:30'),(25928,11551,'action complete via WP Cron','2021-01-05 19:50:30','2021-01-05 11:50:30'),(25929,11552,'action created','2021-01-05 19:50:31','2021-01-05 11:50:31'),(25930,11552,'action started via WP Cron','2021-01-05 19:51:42','2021-01-05 11:51:42'),(25931,11552,'action complete via WP Cron','2021-01-05 19:51:42','2021-01-05 11:51:42'),(25932,11553,'action created','2021-01-05 19:51:42','2021-01-05 11:51:42'),(25933,11553,'action started via WP Cron','2021-01-05 19:52:43','2021-01-05 11:52:43'),(25934,11553,'action complete via WP Cron','2021-01-05 19:52:43','2021-01-05 11:52:43'),(25935,11554,'action created','2021-01-05 19:52:43','2021-01-05 11:52:43'),(25936,11554,'action started via WP Cron','2021-01-05 19:53:44','2021-01-05 11:53:44'),(25937,11554,'action complete via WP Cron','2021-01-05 19:53:44','2021-01-05 11:53:44'),(25938,11555,'action created','2021-01-05 19:53:44','2021-01-05 11:53:44'),(25939,11555,'action started via WP Cron','2021-01-05 19:57:13','2021-01-05 11:57:13'),(25940,11555,'action complete via WP Cron','2021-01-05 19:57:13','2021-01-05 11:57:13'),(25941,11556,'action created','2021-01-05 19:57:13','2021-01-05 11:57:13'),(25942,11556,'action started via WP Cron','2021-01-05 20:03:42','2021-01-05 12:03:42'),(25943,11556,'action complete via WP Cron','2021-01-05 20:03:42','2021-01-05 12:03:42'),(25944,11557,'action created','2021-01-05 20:03:43','2021-01-05 12:03:43'),(25945,11557,'action started via WP Cron','2021-01-05 20:04:57','2021-01-05 12:04:57'),(25946,11557,'action complete via WP Cron','2021-01-05 20:04:57','2021-01-05 12:04:57'),(25947,11558,'action created','2021-01-05 20:04:57','2021-01-05 12:04:57'),(25948,11558,'action started via WP Cron','2021-01-05 20:05:58','2021-01-05 12:05:58'),(25949,11558,'action complete via WP Cron','2021-01-05 20:05:58','2021-01-05 12:05:58'),(25950,11559,'action created','2021-01-05 20:05:58','2021-01-05 12:05:58'),(25951,11559,'action started via WP Cron','2021-01-05 20:06:59','2021-01-05 12:06:59'),(25952,11559,'action complete via WP Cron','2021-01-05 20:06:59','2021-01-05 12:06:59'),(25953,11560,'action created','2021-01-05 20:06:59','2021-01-05 12:06:59'),(25954,11560,'action started via WP Cron','2021-01-05 20:08:00','2021-01-05 12:08:00'),(25955,11560,'action complete via WP Cron','2021-01-05 20:08:00','2021-01-05 12:08:00'),(25956,11561,'action created','2021-01-05 20:08:00','2021-01-05 12:08:00'),(25957,11561,'action started via WP Cron','2021-01-05 20:09:56','2021-01-05 12:09:56'),(25958,11561,'action complete via WP Cron','2021-01-05 20:09:56','2021-01-05 12:09:56'),(25959,11562,'action created','2021-01-05 20:09:56','2021-01-05 12:09:56'),(25960,11562,'action started via WP Cron','2021-01-05 20:15:50','2021-01-05 12:15:50'),(25961,11562,'action complete via WP Cron','2021-01-05 20:15:50','2021-01-05 12:15:50'),(25962,11563,'action created','2021-01-05 20:15:50','2021-01-05 12:15:50'),(25963,11563,'action started via WP Cron','2021-01-05 20:18:39','2021-01-05 12:18:39'),(25964,11563,'action complete via WP Cron','2021-01-05 20:18:39','2021-01-05 12:18:39'),(25965,11564,'action created','2021-01-05 20:18:39','2021-01-05 12:18:39'),(25966,11564,'action started via WP Cron','2021-01-05 20:19:40','2021-01-05 12:19:40'),(25967,11564,'action complete via WP Cron','2021-01-05 20:19:40','2021-01-05 12:19:40'),(25968,11565,'action created','2021-01-05 20:19:40','2021-01-05 12:19:40'),(25969,11565,'action started via WP Cron','2021-01-05 20:20:41','2021-01-05 12:20:41'),(25970,11565,'action complete via WP Cron','2021-01-05 20:20:41','2021-01-05 12:20:41'),(25971,11566,'action created','2021-01-05 20:20:41','2021-01-05 12:20:41'),(25972,11566,'action started via WP Cron','2021-01-05 20:22:43','2021-01-05 12:22:43'),(25973,11566,'action complete via WP Cron','2021-01-05 20:22:43','2021-01-05 12:22:43'),(25974,11567,'action created','2021-01-05 20:22:43','2021-01-05 12:22:43'),(25975,11567,'action started via WP Cron','2021-01-05 20:23:44','2021-01-05 12:23:44');
INSERT INTO `wp_actionscheduler_logs` VALUES (25976,11567,'action complete via WP Cron','2021-01-05 20:23:44','2021-01-05 12:23:44'),(25977,11568,'action created','2021-01-05 20:23:44','2021-01-05 12:23:44'),(25978,11568,'action started via WP Cron','2021-01-05 20:25:22','2021-01-05 12:25:22'),(25979,11568,'action complete via WP Cron','2021-01-05 20:25:22','2021-01-05 12:25:22'),(25980,11569,'action created','2021-01-05 20:25:22','2021-01-05 12:25:22'),(25981,11569,'action started via WP Cron','2021-01-05 20:25:54','2021-01-05 12:25:54'),(25982,11569,'action complete via WP Cron','2021-01-05 20:25:54','2021-01-05 12:25:54'),(25983,11570,'action created','2021-01-05 20:25:54','2021-01-05 12:25:54'),(25984,11570,'action started via WP Cron','2021-01-05 20:30:58','2021-01-05 12:30:58'),(25985,11570,'action complete via WP Cron','2021-01-05 20:30:58','2021-01-05 12:30:58'),(25986,11571,'action created','2021-01-05 20:30:58','2021-01-05 12:30:58'),(25987,11571,'action started via WP Cron','2021-01-05 20:36:54','2021-01-05 12:36:54'),(25988,11571,'action complete via WP Cron','2021-01-05 20:36:54','2021-01-05 12:36:54'),(25989,11572,'action created','2021-01-05 20:38:46','2021-01-05 12:38:46'),(25990,11572,'action started via WP Cron','2021-01-05 20:40:32','2021-01-05 12:40:32'),(25991,11572,'action complete via WP Cron','2021-01-05 20:40:32','2021-01-05 12:40:32'),(25992,11573,'action created','2021-01-05 20:40:32','2021-01-05 12:40:32'),(25993,11573,'action started via WP Cron','2021-01-05 20:41:04','2021-01-05 12:41:04'),(25994,11573,'action complete via WP Cron','2021-01-05 20:41:04','2021-01-05 12:41:04'),(25995,11574,'action created','2021-01-05 20:41:25','2021-01-05 12:41:25'),(25996,11574,'action started via WP Cron','2021-01-05 20:42:30','2021-01-05 12:42:30'),(25997,11574,'action complete via WP Cron','2021-01-05 20:42:30','2021-01-05 12:42:30'),(25998,11575,'action created','2021-01-05 20:42:31','2021-01-05 12:42:31'),(25999,11575,'action started via WP Cron','2021-01-05 20:43:32','2021-01-05 12:43:32'),(26000,11575,'action complete via WP Cron','2021-01-05 20:43:32','2021-01-05 12:43:32'),(26001,11576,'action created','2021-01-05 20:43:32','2021-01-05 12:43:32'),(26002,11576,'action started via WP Cron','2021-01-05 20:44:32','2021-01-05 12:44:32'),(26003,11576,'action complete via WP Cron','2021-01-05 20:44:32','2021-01-05 12:44:32'),(26004,11577,'action created','2021-01-05 20:44:33','2021-01-05 12:44:33'),(26005,11577,'action started via WP Cron','2021-01-05 20:47:49','2021-01-05 12:47:49'),(26006,11577,'action complete via WP Cron','2021-01-05 20:47:49','2021-01-05 12:47:49'),(26007,11578,'action created','2021-01-05 20:47:49','2021-01-05 12:47:49'),(26008,11578,'action started via WP Cron','2021-01-05 20:56:52','2021-01-05 12:56:52'),(26009,11578,'action complete via WP Cron','2021-01-05 20:56:52','2021-01-05 12:56:52'),(26010,11579,'action created','2021-01-05 20:56:53','2021-01-05 12:56:53'),(26011,11579,'action started via WP Cron','2021-01-05 20:59:30','2021-01-05 12:59:30'),(26012,11579,'action complete via WP Cron','2021-01-05 20:59:30','2021-01-05 12:59:30'),(26013,11580,'action created','2021-01-05 20:59:30','2021-01-05 12:59:30'),(26014,11580,'action started via WP Cron','2021-01-05 21:00:50','2021-01-05 13:00:50'),(26015,11580,'action complete via WP Cron','2021-01-05 21:00:50','2021-01-05 13:00:50'),(26016,11581,'action created','2021-01-05 21:00:50','2021-01-05 13:00:50'),(26017,11581,'action started via WP Cron','2021-01-05 21:02:55','2021-01-05 13:02:55'),(26018,11581,'action complete via WP Cron','2021-01-05 21:02:55','2021-01-05 13:02:55'),(26019,11582,'action created','2021-01-05 21:03:53','2021-01-05 13:03:53'),(26020,11582,'action started via WP Cron','2021-01-05 21:04:56','2021-01-05 13:04:56'),(26021,11582,'action complete via WP Cron','2021-01-05 21:04:56','2021-01-05 13:04:56'),(26022,11583,'action created','2021-01-05 21:04:56','2021-01-05 13:04:56'),(26023,11583,'action started via WP Cron','2021-01-05 21:05:58','2021-01-05 13:05:58'),(26024,11583,'action complete via WP Cron','2021-01-05 21:05:58','2021-01-05 13:05:58'),(26025,11584,'action created','2021-01-05 21:05:58','2021-01-05 13:05:58'),(26026,11584,'action started via WP Cron','2021-01-05 21:06:41','2021-01-05 13:06:41'),(26027,11584,'action complete via WP Cron','2021-01-05 21:06:41','2021-01-05 13:06:41'),(26028,11585,'action created','2021-01-05 21:06:41','2021-01-05 13:06:41'),(26029,11585,'action started via WP Cron','2021-01-05 21:08:06','2021-01-05 13:08:06'),(26030,11585,'action complete via WP Cron','2021-01-05 21:08:06','2021-01-05 13:08:06'),(26031,11586,'action created','2021-01-05 21:08:06','2021-01-05 13:08:06'),(26032,11586,'action started via WP Cron','2021-01-05 21:09:00','2021-01-05 13:09:00'),(26033,11586,'action complete via WP Cron','2021-01-05 21:09:00','2021-01-05 13:09:00'),(26034,11587,'action created','2021-01-05 21:09:00','2021-01-05 13:09:00'),(26035,11587,'action started via WP Cron','2021-01-05 21:10:01','2021-01-05 13:10:01'),(26036,11587,'action complete via WP Cron','2021-01-05 21:10:01','2021-01-05 13:10:01'),(26037,11588,'action created','2021-01-05 21:10:01','2021-01-05 13:10:01'),(26038,11588,'action started via WP Cron','2021-01-05 21:11:52','2021-01-05 13:11:52'),(26039,11588,'action complete via WP Cron','2021-01-05 21:11:52','2021-01-05 13:11:52'),(26040,11589,'action created','2021-01-05 21:11:52','2021-01-05 13:11:52'),(26041,11589,'action started via WP Cron','2021-01-05 21:16:03','2021-01-05 13:16:03'),(26042,11589,'action complete via WP Cron','2021-01-05 21:16:03','2021-01-05 13:16:03'),(26043,11590,'action created','2021-01-05 21:16:04','2021-01-05 13:16:04'),(26044,11590,'action started via WP Cron','2021-01-05 21:18:00','2021-01-05 13:18:00'),(26045,11590,'action complete via WP Cron','2021-01-05 21:18:00','2021-01-05 13:18:00'),(26046,11591,'action created','2021-01-05 21:18:00','2021-01-05 13:18:00'),(26047,11591,'action started via WP Cron','2021-01-05 21:20:12','2021-01-05 13:20:12'),(26048,11591,'action complete via WP Cron','2021-01-05 21:20:12','2021-01-05 13:20:12'),(26049,11592,'action created','2021-01-05 21:20:12','2021-01-05 13:20:12'),(26050,11592,'action started via WP Cron','2021-01-05 21:22:44','2021-01-05 13:22:44'),(26051,11592,'action complete via WP Cron','2021-01-05 21:22:44','2021-01-05 13:22:44'),(26052,11593,'action created','2021-01-05 21:22:45','2021-01-05 13:22:45'),(26053,11593,'action started via WP Cron','2021-01-05 21:23:48','2021-01-05 13:23:48'),(26054,11593,'action complete via WP Cron','2021-01-05 21:23:48','2021-01-05 13:23:48'),(26055,11594,'action created','2021-01-05 21:23:49','2021-01-05 13:23:49'),(26056,11594,'action started via WP Cron','2021-01-05 21:24:56','2021-01-05 13:24:56'),(26057,11594,'action complete via WP Cron','2021-01-05 21:24:56','2021-01-05 13:24:56'),(26058,11595,'action created','2021-01-05 21:24:56','2021-01-05 13:24:56'),(26059,11595,'action started via WP Cron','2021-01-05 21:26:00','2021-01-05 13:26:00'),(26060,11595,'action complete via WP Cron','2021-01-05 21:26:00','2021-01-05 13:26:00'),(26061,11596,'action created','2021-01-05 21:26:00','2021-01-05 13:26:00'),(26062,11596,'action started via WP Cron','2021-01-05 21:29:12','2021-01-05 13:29:12'),(26063,11596,'action complete via WP Cron','2021-01-05 21:29:12','2021-01-05 13:29:12'),(26064,11597,'action created','2021-01-05 21:29:12','2021-01-05 13:29:12'),(26065,11597,'action started via WP Cron','2021-01-05 21:33:15','2021-01-05 13:33:15'),(26066,11597,'action complete via WP Cron','2021-01-05 21:33:15','2021-01-05 13:33:15'),(26067,11598,'action created','2021-01-05 21:33:15','2021-01-05 13:33:15'),(26068,11598,'action started via WP Cron','2021-01-05 21:38:27','2021-01-05 13:38:27'),(26069,11598,'action complete via WP Cron','2021-01-05 21:38:27','2021-01-05 13:38:27'),(26070,11599,'action created','2021-01-05 21:38:27','2021-01-05 13:38:27'),(26071,11599,'action started via WP Cron','2021-01-05 21:41:15','2021-01-05 13:41:15'),(26072,11599,'action complete via WP Cron','2021-01-05 21:41:15','2021-01-05 13:41:15'),(26073,11600,'action created','2021-01-05 21:41:15','2021-01-05 13:41:15'),(26074,11600,'action started via WP Cron','2021-01-05 21:42:06','2021-01-05 13:42:06'),(26075,11600,'action complete via WP Cron','2021-01-05 21:42:06','2021-01-05 13:42:06'),(26076,11601,'action created','2021-01-05 21:42:07','2021-01-05 13:42:07'),(26077,11601,'action started via WP Cron','2021-01-05 21:45:32','2021-01-05 13:45:32'),(26078,11601,'action complete via WP Cron','2021-01-05 21:45:32','2021-01-05 13:45:32'),(26079,11602,'action created','2021-01-05 21:45:33','2021-01-05 13:45:33'),(26080,11602,'action started via WP Cron','2021-01-05 21:45:48','2021-01-05 13:45:48'),(26081,11602,'action complete via WP Cron','2021-01-05 21:45:48','2021-01-05 13:45:48'),(26082,11603,'action created','2021-01-05 21:45:48','2021-01-05 13:45:48'),(26083,11603,'action started via WP Cron','2021-01-05 21:47:25','2021-01-05 13:47:25'),(26084,11603,'action complete via WP Cron','2021-01-05 21:47:25','2021-01-05 13:47:25'),(26085,11604,'action created','2021-01-05 21:47:34','2021-01-05 13:47:34'),(26086,11604,'action started via WP Cron','2021-01-05 21:47:54','2021-01-05 13:47:54'),(26087,11604,'action complete via WP Cron','2021-01-05 21:47:54','2021-01-05 13:47:54'),(26088,11605,'action created','2021-01-05 21:47:54','2021-01-05 13:47:54'),(26089,11605,'action started via WP Cron','2021-01-05 21:49:36','2021-01-05 13:49:36'),(26090,11605,'action complete via WP Cron','2021-01-05 21:49:36','2021-01-05 13:49:36'),(26091,11606,'action created','2021-01-05 21:49:37','2021-01-05 13:49:37'),(26092,11606,'action started via WP Cron','2021-01-05 21:50:37','2021-01-05 13:50:37'),(26093,11606,'action complete via WP Cron','2021-01-05 21:50:37','2021-01-05 13:50:37'),(26094,11607,'action created','2021-01-05 21:50:38','2021-01-05 13:50:38'),(26095,11607,'action started via WP Cron','2021-01-05 21:50:55','2021-01-05 13:50:55'),(26096,11607,'action complete via WP Cron','2021-01-05 21:50:55','2021-01-05 13:50:55'),(26097,11608,'action created','2021-01-05 21:50:55','2021-01-05 13:50:55'),(26098,11608,'action started via WP Cron','2021-01-05 21:54:35','2021-01-05 13:54:35'),(26099,11608,'action complete via WP Cron','2021-01-05 21:54:35','2021-01-05 13:54:35'),(26100,11609,'action created','2021-01-05 21:54:35','2021-01-05 13:54:35'),(26101,11609,'action started via WP Cron','2021-01-05 21:55:12','2021-01-05 13:55:12'),(26102,11609,'action complete via WP Cron','2021-01-05 21:55:12','2021-01-05 13:55:12'),(26103,11610,'action created','2021-01-05 21:55:12','2021-01-05 13:55:12'),(26104,11610,'action started via WP Cron','2021-01-05 21:55:46','2021-01-05 13:55:46'),(26105,11610,'action complete via WP Cron','2021-01-05 21:55:46','2021-01-05 13:55:46'),(26106,11611,'action created','2021-01-05 21:55:46','2021-01-05 13:55:46'),(26107,11611,'action started via WP Cron','2021-01-05 22:06:05','2021-01-05 14:06:05'),(26108,11611,'action complete via WP Cron','2021-01-05 22:06:05','2021-01-05 14:06:05'),(26109,11612,'action created','2021-01-05 22:06:06','2021-01-05 14:06:06'),(26110,11612,'action started via WP Cron','2021-01-05 22:07:06','2021-01-05 14:07:06'),(26111,11612,'action complete via WP Cron','2021-01-05 22:07:06','2021-01-05 14:07:06'),(26112,11613,'action created','2021-01-05 22:07:06','2021-01-05 14:07:06'),(26113,11613,'action started via WP Cron','2021-01-05 22:08:07','2021-01-05 14:08:07'),(26114,11613,'action complete via WP Cron','2021-01-05 22:08:07','2021-01-05 14:08:07'),(26115,11614,'action created','2021-01-05 22:08:08','2021-01-05 14:08:08'),(26116,11614,'action started via WP Cron','2021-01-05 22:10:07','2021-01-05 14:10:07'),(26117,11614,'action complete via WP Cron','2021-01-05 22:10:07','2021-01-05 14:10:07'),(26118,11615,'action created','2021-01-05 22:10:07','2021-01-05 14:10:07'),(26119,11615,'action started via WP Cron','2021-01-05 22:11:01','2021-01-05 14:11:01'),(26120,11615,'action complete via WP Cron','2021-01-05 22:11:01','2021-01-05 14:11:01'),(26121,11616,'action created','2021-01-05 22:11:01','2021-01-05 14:11:01'),(26122,11616,'action started via WP Cron','2021-01-05 22:11:41','2021-01-05 14:11:41'),(26123,11616,'action complete via WP Cron','2021-01-05 22:11:41','2021-01-05 14:11:41'),(26124,11617,'action created','2021-01-05 22:11:41','2021-01-05 14:11:41'),(26125,11617,'action started via WP Cron','2021-01-05 22:12:58','2021-01-05 14:12:58'),(26126,11617,'action complete via WP Cron','2021-01-05 22:12:58','2021-01-05 14:12:58'),(26127,11618,'action created','2021-01-05 22:12:58','2021-01-05 14:12:58'),(26128,11618,'action started via WP Cron','2021-01-05 22:17:09','2021-01-05 14:17:09'),(26129,11618,'action complete via WP Cron','2021-01-05 22:17:09','2021-01-05 14:17:09'),(26130,11619,'action created','2021-01-05 22:17:09','2021-01-05 14:17:09'),(26131,11619,'action started via WP Cron','2021-01-05 22:17:48','2021-01-05 14:17:48'),(26132,11619,'action complete via WP Cron','2021-01-05 22:17:48','2021-01-05 14:17:48'),(26133,11620,'action created','2021-01-05 22:17:48','2021-01-05 14:17:48'),(26134,11620,'action started via WP Cron','2021-01-05 22:26:08','2021-01-05 14:26:08'),(26135,11620,'action complete via WP Cron','2021-01-05 22:26:08','2021-01-05 14:26:08'),(26136,11621,'action created','2021-01-05 22:26:08','2021-01-05 14:26:08'),(26137,11621,'action started via WP Cron','2021-01-05 22:27:05','2021-01-05 14:27:05'),(26138,11621,'action complete via WP Cron','2021-01-05 22:27:05','2021-01-05 14:27:05'),(26139,11622,'action created','2021-01-05 22:27:05','2021-01-05 14:27:05'),(26140,11622,'action started via WP Cron','2021-01-05 22:28:06','2021-01-05 14:28:06'),(26141,11622,'action complete via WP Cron','2021-01-05 22:28:06','2021-01-05 14:28:06'),(26142,11623,'action created','2021-01-05 22:28:06','2021-01-05 14:28:06'),(26143,11623,'action started via WP Cron','2021-01-05 22:30:08','2021-01-05 14:30:08'),(26144,11623,'action complete via WP Cron','2021-01-05 22:30:08','2021-01-05 14:30:08'),(26145,11624,'action created','2021-01-05 22:30:08','2021-01-05 14:30:08'),(26146,11624,'action started via WP Cron','2021-01-05 22:31:09','2021-01-05 14:31:09'),(26147,11624,'action complete via WP Cron','2021-01-05 22:31:09','2021-01-05 14:31:09'),(26148,11625,'action created','2021-01-05 22:31:09','2021-01-05 14:31:09'),(26149,11625,'action started via WP Cron','2021-01-05 22:31:49','2021-01-05 14:31:49'),(26150,11625,'action complete via WP Cron','2021-01-05 22:31:49','2021-01-05 14:31:49'),(26151,11626,'action created','2021-01-05 22:32:09','2021-01-05 14:32:09'),(26152,11626,'action started via WP Cron','2021-01-05 22:32:57','2021-01-05 14:32:57'),(26153,11626,'action complete via WP Cron','2021-01-05 22:32:57','2021-01-05 14:32:57'),(26154,11627,'action created','2021-01-05 22:32:57','2021-01-05 14:32:57'),(26155,11627,'action started via WP Cron','2021-01-05 22:40:57','2021-01-05 14:40:57'),(26156,11627,'action complete via WP Cron','2021-01-05 22:40:57','2021-01-05 14:40:57'),(26157,11628,'action created','2021-01-05 22:40:57','2021-01-05 14:40:57'),(26158,11628,'action started via WP Cron','2021-01-05 22:43:25','2021-01-05 14:43:25'),(26159,11628,'action complete via WP Cron','2021-01-05 22:43:25','2021-01-05 14:43:25'),(26160,11629,'action created','2021-01-05 22:43:26','2021-01-05 14:43:26'),(26161,11629,'action started via WP Cron','2021-01-05 22:43:48','2021-01-05 14:43:48'),(26162,11629,'action complete via WP Cron','2021-01-05 22:43:48','2021-01-05 14:43:48'),(26163,11630,'action created','2021-01-05 22:50:20','2021-01-05 14:50:20'),(26164,11630,'action started via WP Cron','2021-01-05 22:53:16','2021-01-05 14:53:16'),(26165,11630,'action complete via WP Cron','2021-01-05 22:53:16','2021-01-05 14:53:16'),(26166,11631,'action created','2021-01-05 22:53:16','2021-01-05 14:53:16'),(26167,11631,'action started via WP Cron','2021-01-05 22:55:28','2021-01-05 14:55:28'),(26168,11631,'action complete via WP Cron','2021-01-05 22:55:28','2021-01-05 14:55:28'),(26169,11632,'action created','2021-01-05 22:55:28','2021-01-05 14:55:28'),(26170,11632,'action started via WP Cron','2021-01-05 23:14:54','2021-01-05 15:14:54'),(26171,11632,'action complete via WP Cron','2021-01-05 23:14:54','2021-01-05 15:14:54'),(26172,11633,'action created','2021-01-05 23:14:54','2021-01-05 15:14:54'),(26173,11633,'action started via WP Cron','2021-01-05 23:16:32','2021-01-05 15:16:32'),(26174,11633,'action complete via WP Cron','2021-01-05 23:16:32','2021-01-05 15:16:32'),(26175,11634,'action created','2021-01-05 23:16:32','2021-01-05 15:16:32'),(26176,11634,'action started via WP Cron','2021-01-05 23:18:22','2021-01-05 15:18:22'),(26177,11634,'action complete via WP Cron','2021-01-05 23:18:22','2021-01-05 15:18:22'),(26178,11635,'action created','2021-01-05 23:18:22','2021-01-05 15:18:22'),(26179,11635,'action started via WP Cron','2021-01-05 23:32:13','2021-01-05 15:32:13'),(26180,11635,'action complete via WP Cron','2021-01-05 23:32:13','2021-01-05 15:32:13'),(26181,11636,'action created','2021-01-05 23:32:13','2021-01-05 15:32:13'),(26182,11636,'action started via WP Cron','2021-01-05 23:33:10','2021-01-05 15:33:10'),(26183,11636,'action complete via WP Cron','2021-01-05 23:33:10','2021-01-05 15:33:10'),(26184,11637,'action created','2021-01-05 23:33:10','2021-01-05 15:33:10'),(26185,11637,'action started via WP Cron','2021-01-05 23:34:09','2021-01-05 15:34:09'),(26186,11637,'action complete via WP Cron','2021-01-05 23:34:09','2021-01-05 15:34:09'),(26187,11638,'action created','2021-01-05 23:34:09','2021-01-05 15:34:09'),(26188,11638,'action started via WP Cron','2021-01-05 23:36:12','2021-01-05 15:36:12'),(26189,11638,'action complete via WP Cron','2021-01-05 23:36:12','2021-01-05 15:36:12'),(26190,11639,'action created','2021-01-05 23:36:12','2021-01-05 15:36:12'),(26191,11639,'action started via WP Cron','2021-01-05 23:37:27','2021-01-05 15:37:27'),(26192,11639,'action complete via WP Cron','2021-01-05 23:37:27','2021-01-05 15:37:27'),(26193,11640,'action created','2021-01-05 23:37:27','2021-01-05 15:37:27'),(26194,11640,'action started via WP Cron','2021-01-05 23:39:12','2021-01-05 15:39:12'),(26195,11640,'action complete via WP Cron','2021-01-05 23:39:12','2021-01-05 15:39:12'),(26196,11641,'action created','2021-01-05 23:39:13','2021-01-05 15:39:13'),(26197,11641,'action started via WP Cron','2021-01-05 23:39:51','2021-01-05 15:39:51'),(26198,11641,'action complete via WP Cron','2021-01-05 23:39:51','2021-01-05 15:39:51'),(26199,11642,'action created','2021-01-05 23:39:51','2021-01-05 15:39:51'),(26200,11642,'action started via WP Cron','2021-01-05 23:44:16','2021-01-05 15:44:16'),(26201,11642,'action complete via WP Cron','2021-01-05 23:44:16','2021-01-05 15:44:16'),(26202,11643,'action created','2021-01-05 23:44:16','2021-01-05 15:44:16'),(26203,11643,'action started via WP Cron','2021-01-05 23:49:38','2021-01-05 15:49:38'),(26204,11643,'action complete via WP Cron','2021-01-05 23:49:38','2021-01-05 15:49:38'),(26205,11644,'action created','2021-01-05 23:49:39','2021-01-05 15:49:39'),(26206,11644,'action started via WP Cron','2021-01-05 23:51:06','2021-01-05 15:51:06'),(26207,11644,'action complete via WP Cron','2021-01-05 23:51:06','2021-01-05 15:51:06'),(26208,11645,'action created','2021-01-05 23:51:06','2021-01-05 15:51:06'),(26209,11645,'action started via WP Cron','2021-01-05 23:55:41','2021-01-05 15:55:41'),(26210,11645,'action complete via WP Cron','2021-01-05 23:55:41','2021-01-05 15:55:41'),(26211,11646,'action created','2021-01-05 23:55:41','2021-01-05 15:55:41'),(26212,11646,'action started via WP Cron','2021-01-05 23:56:55','2021-01-05 15:56:55'),(26213,11646,'action complete via WP Cron','2021-01-05 23:56:55','2021-01-05 15:56:55'),(26214,11647,'action created','2021-01-05 23:56:55','2021-01-05 15:56:55'),(26215,11647,'action started via WP Cron','2021-01-05 23:58:18','2021-01-05 15:58:18'),(26216,11647,'action complete via WP Cron','2021-01-05 23:58:18','2021-01-05 15:58:18'),(26217,11648,'action created','2021-01-05 23:58:19','2021-01-05 15:58:19'),(26218,11648,'action started via WP Cron','2021-01-05 23:58:58','2021-01-05 15:58:58'),(26219,11648,'action complete via WP Cron','2021-01-05 23:58:58','2021-01-05 15:58:58'),(26220,11649,'action created','2021-01-05 23:58:58','2021-01-05 15:58:58'),(26221,11649,'action started via WP Cron','2021-01-06 00:00:36','2021-01-05 16:00:36'),(26222,11649,'action complete via WP Cron','2021-01-06 00:00:36','2021-01-05 16:00:36'),(26223,11650,'action created','2021-01-06 00:00:36','2021-01-05 16:00:36'),(26224,11650,'action started via WP Cron','2021-01-06 00:02:46','2021-01-05 16:02:46'),(26225,11650,'action complete via WP Cron','2021-01-06 00:02:46','2021-01-05 16:02:46'),(26226,11651,'action created','2021-01-06 00:02:46','2021-01-05 16:02:46'),(26227,11651,'action started via WP Cron','2021-01-06 00:03:46','2021-01-05 16:03:46'),(26228,11651,'action complete via WP Cron','2021-01-06 00:03:46','2021-01-05 16:03:46'),(26229,11652,'action created','2021-01-06 00:03:46','2021-01-05 16:03:46'),(26230,11652,'action started via WP Cron','2021-01-06 00:04:50','2021-01-05 16:04:50'),(26231,11652,'action complete via WP Cron','2021-01-06 00:04:50','2021-01-05 16:04:50'),(26232,11653,'action created','2021-01-06 00:04:50','2021-01-05 16:04:50'),(26233,11653,'action started via WP Cron','2021-01-06 00:07:38','2021-01-05 16:07:38'),(26234,11653,'action complete via WP Cron','2021-01-06 00:07:38','2021-01-05 16:07:38'),(26235,11654,'action created','2021-01-06 00:07:38','2021-01-05 16:07:38'),(26236,11654,'action started via WP Cron','2021-01-06 00:13:13','2021-01-05 16:13:13'),(26237,11654,'action complete via WP Cron','2021-01-06 00:13:13','2021-01-05 16:13:13'),(26238,11655,'action created','2021-01-06 00:13:13','2021-01-05 16:13:13'),(26239,11655,'action started via WP Cron','2021-01-06 00:19:20','2021-01-05 16:19:20'),(26240,11655,'action complete via WP Cron','2021-01-06 00:19:20','2021-01-05 16:19:20'),(26241,11656,'action created','2021-01-06 00:19:20','2021-01-05 16:19:20'),(26242,11656,'action started via WP Cron','2021-01-06 00:21:03','2021-01-05 16:21:03'),(26243,11656,'action complete via WP Cron','2021-01-06 00:21:03','2021-01-05 16:21:03'),(26244,11657,'action created','2021-01-06 00:24:18','2021-01-05 16:24:18'),(26245,11657,'action started via WP Cron','2021-01-06 00:24:49','2021-01-05 16:24:49'),(26246,11657,'action complete via WP Cron','2021-01-06 00:24:49','2021-01-05 16:24:49'),(26247,11658,'action created','2021-01-06 00:24:49','2021-01-05 16:24:49'),(26248,11658,'action started via WP Cron','2021-01-06 00:30:32','2021-01-05 16:30:32'),(26249,11658,'action complete via WP Cron','2021-01-06 00:30:32','2021-01-05 16:30:32'),(26250,11659,'action created','2021-01-06 00:30:32','2021-01-05 16:30:32'),(26251,11659,'action started via WP Cron','2021-01-06 00:35:06','2021-01-05 16:35:06'),(26252,11659,'action complete via WP Cron','2021-01-06 00:35:06','2021-01-05 16:35:06'),(26253,11660,'action created','2021-01-06 00:35:06','2021-01-05 16:35:06'),(26254,11660,'action started via WP Cron','2021-01-06 00:40:16','2021-01-05 16:40:16'),(26255,11660,'action complete via WP Cron','2021-01-06 00:40:16','2021-01-05 16:40:16'),(26256,11661,'action created','2021-01-06 00:40:16','2021-01-05 16:40:16'),(26257,11661,'action started via WP Cron','2021-01-06 00:40:57','2021-01-05 16:40:57'),(26258,11661,'action complete via WP Cron','2021-01-06 00:40:57','2021-01-05 16:40:57'),(26259,11662,'action created','2021-01-06 00:40:57','2021-01-05 16:40:57'),(26260,11662,'action started via WP Cron','2021-01-06 00:42:54','2021-01-05 16:42:54'),(26261,11662,'action complete via WP Cron','2021-01-06 00:42:54','2021-01-05 16:42:54'),(26262,11663,'action created','2021-01-06 00:42:54','2021-01-05 16:42:54'),(26263,11663,'action started via WP Cron','2021-01-06 00:43:55','2021-01-05 16:43:55'),(26264,11663,'action complete via WP Cron','2021-01-06 00:43:55','2021-01-05 16:43:55'),(26265,11664,'action created','2021-01-06 00:43:55','2021-01-05 16:43:55'),(26266,11664,'action started via WP Cron','2021-01-06 00:44:56','2021-01-05 16:44:56'),(26267,11664,'action complete via WP Cron','2021-01-06 00:44:56','2021-01-05 16:44:56'),(26268,11665,'action created','2021-01-06 00:44:56','2021-01-05 16:44:56'),(26269,11665,'action started via WP Cron','2021-01-06 00:45:45','2021-01-05 16:45:45'),(26270,11665,'action complete via WP Cron','2021-01-06 00:45:45','2021-01-05 16:45:45'),(26271,11666,'action created','2021-01-06 00:45:45','2021-01-05 16:45:45'),(26272,11666,'action started via WP Cron','2021-01-06 00:46:49','2021-01-05 16:46:49'),(26273,11666,'action complete via WP Cron','2021-01-06 00:46:49','2021-01-05 16:46:49'),(26274,11667,'action created','2021-01-06 00:46:49','2021-01-05 16:46:49'),(26275,11667,'action started via WP Cron','2021-01-06 00:48:31','2021-01-05 16:48:31'),(26276,11667,'action complete via WP Cron','2021-01-06 00:48:31','2021-01-05 16:48:31'),(26277,11668,'action created','2021-01-06 00:48:31','2021-01-05 16:48:31'),(26278,11668,'action started via WP Cron','2021-01-06 00:50:05','2021-01-05 16:50:05'),(26279,11668,'action complete via WP Cron','2021-01-06 00:50:05','2021-01-05 16:50:05'),(26280,11669,'action created','2021-01-06 00:50:05','2021-01-05 16:50:05'),(26281,11669,'action started via WP Cron','2021-01-06 00:55:36','2021-01-05 16:55:36'),(26282,11669,'action complete via WP Cron','2021-01-06 00:55:36','2021-01-05 16:55:36'),(26283,11670,'action created','2021-01-06 00:55:36','2021-01-05 16:55:36'),(26284,11670,'action started via WP Cron','2021-01-06 01:04:55','2021-01-05 17:04:55'),(26285,11670,'action complete via WP Cron','2021-01-06 01:04:55','2021-01-05 17:04:55'),(26286,11671,'action created','2021-01-06 01:04:56','2021-01-05 17:04:56'),(26287,11671,'action started via WP Cron','2021-01-06 01:05:59','2021-01-05 17:05:59'),(26288,11671,'action complete via WP Cron','2021-01-06 01:05:59','2021-01-05 17:05:59'),(26289,11672,'action created','2021-01-06 01:05:59','2021-01-05 17:05:59'),(26290,11672,'action started via WP Cron','2021-01-06 01:06:59','2021-01-05 17:06:59'),(26291,11672,'action complete via WP Cron','2021-01-06 01:06:59','2021-01-05 17:06:59'),(26292,11673,'action created','2021-01-06 01:07:00','2021-01-05 17:07:00'),(26293,11673,'action started via WP Cron','2021-01-06 01:08:13','2021-01-05 17:08:13'),(26294,11673,'action complete via WP Cron','2021-01-06 01:08:13','2021-01-05 17:08:13'),(26295,11674,'action created','2021-01-06 01:08:13','2021-01-05 17:08:13'),(26296,11674,'action started via WP Cron','2021-01-06 01:09:02','2021-01-05 17:09:02'),(26297,11674,'action complete via WP Cron','2021-01-06 01:09:02','2021-01-05 17:09:02'),(26298,11675,'action created','2021-01-06 01:09:02','2021-01-05 17:09:02'),(26299,11675,'action started via WP Cron','2021-01-06 01:10:03','2021-01-05 17:10:03'),(26300,11675,'action complete via WP Cron','2021-01-06 01:10:03','2021-01-05 17:10:03'),(26301,11676,'action created','2021-01-06 01:10:03','2021-01-05 17:10:03'),(26302,11676,'action started via WP Cron','2021-01-06 01:11:05','2021-01-05 17:11:05'),(26303,11676,'action complete via WP Cron','2021-01-06 01:11:05','2021-01-05 17:11:05'),(26304,11677,'action created','2021-01-06 01:11:05','2021-01-05 17:11:05'),(26305,11677,'action started via WP Cron','2021-01-06 01:12:39','2021-01-05 17:12:39'),(26306,11677,'action complete via WP Cron','2021-01-06 01:12:39','2021-01-05 17:12:39'),(26307,11678,'action created','2021-01-06 01:12:39','2021-01-05 17:12:39'),(26308,11678,'action started via WP Cron','2021-01-06 01:15:59','2021-01-05 17:15:59'),(26309,11678,'action complete via WP Cron','2021-01-06 01:15:59','2021-01-05 17:15:59'),(26310,11679,'action created','2021-01-06 01:15:59','2021-01-05 17:15:59'),(26311,11679,'action started via WP Cron','2021-01-06 01:17:55','2021-01-05 17:17:55'),(26312,11679,'action complete via WP Cron','2021-01-06 01:17:55','2021-01-05 17:17:55'),(26313,11680,'action created','2021-01-06 01:17:55','2021-01-05 17:17:55'),(26314,11680,'action started via WP Cron','2021-01-06 01:28:26','2021-01-05 17:28:26'),(26315,11680,'action complete via WP Cron','2021-01-06 01:28:26','2021-01-05 17:28:26'),(26316,11681,'action created','2021-01-06 01:28:26','2021-01-05 17:28:26'),(26317,11681,'action started via WP Cron','2021-01-06 01:31:00','2021-01-05 17:31:00'),(26318,11681,'action complete via WP Cron','2021-01-06 01:31:00','2021-01-05 17:31:00'),(26319,11682,'action created','2021-01-06 01:31:00','2021-01-05 17:31:00'),(26320,11682,'action started via WP Cron','2021-01-06 01:35:23','2021-01-05 17:35:23'),(26321,11682,'action complete via WP Cron','2021-01-06 01:35:23','2021-01-05 17:35:23'),(26322,11683,'action created','2021-01-06 01:35:23','2021-01-05 17:35:23'),(26323,11683,'action started via WP Cron','2021-01-06 01:45:59','2021-01-05 17:45:59'),(26324,11683,'action complete via WP Cron','2021-01-06 01:45:59','2021-01-05 17:45:59'),(26325,11684,'action created','2021-01-06 01:45:59','2021-01-05 17:45:59'),(26326,11684,'action started via WP Cron','2021-01-06 01:46:42','2021-01-05 17:46:42'),(26327,11684,'action complete via WP Cron','2021-01-06 01:46:42','2021-01-05 17:46:42'),(26328,11685,'action created','2021-01-06 01:46:42','2021-01-05 17:46:42'),(26329,11685,'action started via WP Cron','2021-01-06 01:53:09','2021-01-05 17:53:09'),(26330,11685,'action complete via WP Cron','2021-01-06 01:53:09','2021-01-05 17:53:09'),(26331,11686,'action created','2021-01-06 01:53:09','2021-01-05 17:53:09'),(26332,11686,'action started via WP Cron','2021-01-06 01:54:16','2021-01-05 17:54:16'),(26333,11686,'action complete via WP Cron','2021-01-06 01:54:16','2021-01-05 17:54:16'),(26334,11687,'action created','2021-01-06 01:54:16','2021-01-05 17:54:16'),(26335,11687,'action started via WP Cron','2021-01-06 01:56:52','2021-01-05 17:56:52'),(26336,11687,'action complete via WP Cron','2021-01-06 01:56:52','2021-01-05 17:56:52'),(26337,11688,'action created','2021-01-06 01:56:52','2021-01-05 17:56:52'),(26338,11688,'action started via WP Cron','2021-01-06 01:58:04','2021-01-05 17:58:04'),(26339,11688,'action complete via WP Cron','2021-01-06 01:58:04','2021-01-05 17:58:04'),(26340,11689,'action created','2021-01-06 01:58:05','2021-01-05 17:58:05'),(26341,11689,'action started via WP Cron','2021-01-06 01:59:05','2021-01-05 17:59:05'),(26342,11689,'action complete via WP Cron','2021-01-06 01:59:05','2021-01-05 17:59:05'),(26343,11690,'action created','2021-01-06 01:59:05','2021-01-05 17:59:05'),(26344,11690,'action started via WP Cron','2021-01-06 02:01:08','2021-01-05 18:01:08'),(26345,11690,'action complete via WP Cron','2021-01-06 02:01:08','2021-01-05 18:01:08'),(26346,11691,'action created','2021-01-06 02:01:08','2021-01-05 18:01:08'),(26347,11691,'action started via WP Cron','2021-01-06 02:02:09','2021-01-05 18:02:09'),(26348,11691,'action complete via WP Cron','2021-01-06 02:02:09','2021-01-05 18:02:09'),(26349,11692,'action created','2021-01-06 02:02:09','2021-01-05 18:02:09'),(26350,11692,'action started via WP Cron','2021-01-06 02:03:11','2021-01-05 18:03:11'),(26351,11692,'action complete via WP Cron','2021-01-06 02:03:11','2021-01-05 18:03:11'),(26352,11693,'action created','2021-01-06 02:03:11','2021-01-05 18:03:11'),(26353,11693,'action started via WP Cron','2021-01-06 02:09:41','2021-01-05 18:09:41'),(26354,11693,'action complete via WP Cron','2021-01-06 02:09:41','2021-01-05 18:09:41'),(26355,11694,'action created','2021-01-06 02:09:41','2021-01-05 18:09:41'),(26356,11141,'action started via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26357,11141,'action complete via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26358,11695,'action created','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26359,11142,'action started via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26360,11142,'action complete via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26361,11696,'action created','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26362,11694,'action started via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26363,11694,'action complete via WP Cron','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26364,11697,'action created','2021-01-06 02:14:29','2021-01-05 18:14:29'),(26365,11697,'action started via WP Cron','2021-01-06 02:18:35','2021-01-05 18:18:35'),(26366,11697,'action complete via WP Cron','2021-01-06 02:18:35','2021-01-05 18:18:35'),(26367,11698,'action created','2021-01-06 02:18:35','2021-01-05 18:18:35'),(26368,11698,'action started via WP Cron','2021-01-06 02:22:26','2021-01-05 18:22:26'),(26369,11698,'action complete via WP Cron','2021-01-06 02:22:26','2021-01-05 18:22:26'),(26370,11699,'action created','2021-01-06 02:22:26','2021-01-05 18:22:26'),(26371,11699,'action started via WP Cron','2021-01-06 02:33:43','2021-01-05 18:33:43'),(26372,11699,'action complete via WP Cron','2021-01-06 02:33:43','2021-01-05 18:33:43'),(26373,11700,'action created','2021-01-06 02:33:43','2021-01-05 18:33:43'),(26374,11700,'action started via WP Cron','2021-01-06 02:43:22','2021-01-05 18:43:22'),(26375,11700,'action complete via WP Cron','2021-01-06 02:43:22','2021-01-05 18:43:22'),(26376,11701,'action created','2021-01-06 02:43:22','2021-01-05 18:43:22'),(26377,11701,'action started via WP Cron','2021-01-06 02:44:24','2021-01-05 18:44:24'),(26378,11701,'action complete via WP Cron','2021-01-06 02:44:24','2021-01-05 18:44:24'),(26379,11702,'action created','2021-01-06 02:44:24','2021-01-05 18:44:24'),(26380,11702,'action started via WP Cron','2021-01-06 02:46:06','2021-01-05 18:46:06'),(26381,11702,'action complete via WP Cron','2021-01-06 02:46:06','2021-01-05 18:46:06'),(26382,11703,'action created','2021-01-06 02:46:07','2021-01-05 18:46:07'),(26383,11703,'action started via WP Cron','2021-01-06 02:51:43','2021-01-05 18:51:43'),(26384,11703,'action complete via WP Cron','2021-01-06 02:51:43','2021-01-05 18:51:43'),(26385,11704,'action created','2021-01-06 02:51:43','2021-01-05 18:51:43'),(26386,11704,'action started via WP Cron','2021-01-06 02:54:20','2021-01-05 18:54:20'),(26387,11704,'action complete via WP Cron','2021-01-06 02:54:20','2021-01-05 18:54:20'),(26388,11705,'action created','2021-01-06 02:54:21','2021-01-05 18:54:21'),(26389,11705,'action started via WP Cron','2021-01-06 02:56:42','2021-01-05 18:56:42'),(26390,11705,'action complete via WP Cron','2021-01-06 02:56:42','2021-01-05 18:56:42'),(26391,11706,'action created','2021-01-06 02:56:42','2021-01-05 18:56:42'),(26392,11706,'action started via WP Cron','2021-01-06 02:57:55','2021-01-05 18:57:55'),(26393,11706,'action complete via WP Cron','2021-01-06 02:57:55','2021-01-05 18:57:55'),(26394,11707,'action created','2021-01-06 02:57:55','2021-01-05 18:57:55'),(26395,11707,'action started via WP Cron','2021-01-06 02:58:57','2021-01-05 18:58:57'),(26396,11707,'action complete via WP Cron','2021-01-06 02:58:57','2021-01-05 18:58:57'),(26397,11708,'action created','2021-01-06 02:58:57','2021-01-05 18:58:57'),(26398,11708,'action started via WP Cron','2021-01-06 03:00:01','2021-01-05 19:00:01'),(26399,11708,'action complete via WP Cron','2021-01-06 03:00:01','2021-01-05 19:00:01'),(26400,11709,'action created','2021-01-06 03:00:01','2021-01-05 19:00:01'),(26401,11709,'action started via WP Cron','2021-01-06 03:01:21','2021-01-05 19:01:21'),(26402,11709,'action complete via WP Cron','2021-01-06 03:01:21','2021-01-05 19:01:21'),(26403,11710,'action created','2021-01-06 03:01:21','2021-01-05 19:01:21'),(26404,11710,'action started via WP Cron','2021-01-06 03:03:32','2021-01-05 19:03:32'),(26405,11710,'action complete via WP Cron','2021-01-06 03:03:32','2021-01-05 19:03:32'),(26406,11711,'action created','2021-01-06 03:03:32','2021-01-05 19:03:32'),(26407,11711,'action started via WP Cron','2021-01-06 03:04:28','2021-01-05 19:04:28'),(26408,11711,'action complete via WP Cron','2021-01-06 03:04:28','2021-01-05 19:04:28'),(26409,11712,'action created','2021-01-06 03:04:28','2021-01-05 19:04:28'),(26410,11712,'action started via WP Cron','2021-01-06 03:05:44','2021-01-05 19:05:44'),(26411,11712,'action complete via WP Cron','2021-01-06 03:05:44','2021-01-05 19:05:44'),(26412,11713,'action created','2021-01-06 03:05:44','2021-01-05 19:05:44'),(26413,11713,'action started via WP Cron','2021-01-06 03:06:43','2021-01-05 19:06:43'),(26414,11713,'action complete via WP Cron','2021-01-06 03:06:43','2021-01-05 19:06:43'),(26415,11714,'action created','2021-01-06 03:06:43','2021-01-05 19:06:43'),(26416,11714,'action started via WP Cron','2021-01-06 03:12:58','2021-01-05 19:12:58'),(26417,11714,'action complete via WP Cron','2021-01-06 03:12:58','2021-01-05 19:12:58'),(26418,11715,'action created','2021-01-06 03:12:58','2021-01-05 19:12:58'),(26419,11715,'action started via WP Cron','2021-01-06 03:16:01','2021-01-05 19:16:01'),(26420,11715,'action complete via WP Cron','2021-01-06 03:16:01','2021-01-05 19:16:01'),(26421,11716,'action created','2021-01-06 03:17:29','2021-01-05 19:17:29'),(26422,11716,'action started via WP Cron','2021-01-06 03:18:30','2021-01-05 19:18:30'),(26423,11716,'action complete via WP Cron','2021-01-06 03:18:30','2021-01-05 19:18:30'),(26424,11717,'action created','2021-01-06 03:18:30','2021-01-05 19:18:30'),(26425,11717,'action started via WP Cron','2021-01-06 03:19:36','2021-01-05 19:19:36'),(26426,11717,'action complete via WP Cron','2021-01-06 03:19:36','2021-01-05 19:19:36'),(26427,11718,'action created','2021-01-06 03:19:36','2021-01-05 19:19:36'),(26428,11718,'action started via WP Cron','2021-01-06 03:20:37','2021-01-05 19:20:37'),(26429,11718,'action complete via WP Cron','2021-01-06 03:20:37','2021-01-05 19:20:37'),(26430,11719,'action created','2021-01-06 03:20:37','2021-01-05 19:20:37'),(26431,11719,'action started via WP Cron','2021-01-06 03:28:26','2021-01-05 19:28:26'),(26432,11719,'action complete via WP Cron','2021-01-06 03:28:26','2021-01-05 19:28:26'),(26433,11720,'action created','2021-01-06 03:28:26','2021-01-05 19:28:26'),(26434,11720,'action started via WP Cron','2021-01-06 03:28:56','2021-01-05 19:28:56'),(26435,11720,'action complete via WP Cron','2021-01-06 03:28:56','2021-01-05 19:28:56'),(26436,11721,'action created','2021-01-06 03:28:56','2021-01-05 19:28:56'),(26437,11721,'action started via WP Cron','2021-01-06 03:29:56','2021-01-05 19:29:56'),(26438,11721,'action complete via WP Cron','2021-01-06 03:29:56','2021-01-05 19:29:56'),(26439,11722,'action created','2021-01-06 03:29:56','2021-01-05 19:29:56'),(26440,11722,'action started via WP Cron','2021-01-06 03:30:57','2021-01-05 19:30:57'),(26441,11722,'action complete via WP Cron','2021-01-06 03:30:57','2021-01-05 19:30:57'),(26442,11723,'action created','2021-01-06 03:30:57','2021-01-05 19:30:57'),(26443,11723,'action started via WP Cron','2021-01-06 03:31:58','2021-01-05 19:31:58'),(26444,11723,'action complete via WP Cron','2021-01-06 03:31:58','2021-01-05 19:31:58'),(26445,11724,'action created','2021-01-06 03:31:58','2021-01-05 19:31:58'),(26446,11724,'action started via WP Cron','2021-01-06 03:33:00','2021-01-05 19:33:00'),(26447,11724,'action complete via WP Cron','2021-01-06 03:33:00','2021-01-05 19:33:00'),(26448,11725,'action created','2021-01-06 03:33:00','2021-01-05 19:33:00'),(26449,11725,'action started via WP Cron','2021-01-06 03:34:27','2021-01-05 19:34:27'),(26450,11725,'action complete via WP Cron','2021-01-06 03:34:27','2021-01-05 19:34:27'),(26451,11726,'action created','2021-01-06 03:34:27','2021-01-05 19:34:27'),(26452,11726,'action started via WP Cron','2021-01-06 03:35:03','2021-01-05 19:35:03'),(26453,11726,'action complete via WP Cron','2021-01-06 03:35:03','2021-01-05 19:35:03'),(26454,11727,'action created','2021-01-06 03:41:29','2021-01-05 19:41:29'),(26455,11727,'action started via WP Cron','2021-01-06 03:42:57','2021-01-05 19:42:57'),(26456,11727,'action complete via WP Cron','2021-01-06 03:42:57','2021-01-05 19:42:57'),(26457,11728,'action created','2021-01-06 03:42:57','2021-01-05 19:42:57'),(26458,11728,'action started via WP Cron','2021-01-06 03:43:58','2021-01-05 19:43:58'),(26459,11728,'action complete via WP Cron','2021-01-06 03:43:58','2021-01-05 19:43:58'),(26460,11729,'action created','2021-01-06 03:43:58','2021-01-05 19:43:58'),(26461,11729,'action started via WP Cron','2021-01-06 03:45:04','2021-01-05 19:45:04'),(26462,11729,'action complete via WP Cron','2021-01-06 03:45:04','2021-01-05 19:45:04'),(26463,11730,'action created','2021-01-06 03:51:36','2021-01-05 19:51:36'),(26464,11730,'action started via WP Cron','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26465,11730,'action complete via WP Cron','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26466,11204,'action started via WP Cron','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26467,11204,'action complete via WP Cron','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26468,11731,'action created','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26469,11732,'action created','2021-01-06 03:57:11','2021-01-05 19:57:11'),(26470,11732,'action started via WP Cron','2021-01-06 04:02:32','2021-01-05 20:02:32'),(26471,11732,'action complete via WP Cron','2021-01-06 04:02:32','2021-01-05 20:02:32'),(26472,11733,'action created','2021-01-06 04:02:32','2021-01-05 20:02:32'),(26473,11733,'action started via WP Cron','2021-01-06 04:03:49','2021-01-05 20:03:49'),(26474,11733,'action complete via WP Cron','2021-01-06 04:03:49','2021-01-05 20:03:49'),(26475,11734,'action created','2021-01-06 04:03:49','2021-01-05 20:03:49'),(26476,11734,'action started via WP Cron','2021-01-06 04:05:16','2021-01-05 20:05:16'),(26477,11734,'action complete via WP Cron','2021-01-06 04:05:16','2021-01-05 20:05:16'),(26478,11735,'action created','2021-01-06 04:05:16','2021-01-05 20:05:16'),(26479,11735,'action started via WP Cron','2021-01-06 04:05:51','2021-01-05 20:05:51'),(26480,11735,'action complete via WP Cron','2021-01-06 04:05:51','2021-01-05 20:05:51'),(26481,11736,'action created','2021-01-06 04:05:51','2021-01-05 20:05:51'),(26482,11736,'action started via WP Cron','2021-01-06 04:06:52','2021-01-05 20:06:52'),(26483,11736,'action complete via WP Cron','2021-01-06 04:06:52','2021-01-05 20:06:52'),(26484,11737,'action created','2021-01-06 04:06:52','2021-01-05 20:06:52'),(26485,11737,'action started via WP Cron','2021-01-06 04:07:53','2021-01-05 20:07:53'),(26486,11737,'action complete via WP Cron','2021-01-06 04:07:53','2021-01-05 20:07:53'),(26487,11738,'action created','2021-01-06 04:07:53','2021-01-05 20:07:53'),(26488,11738,'action started via WP Cron','2021-01-06 04:09:17','2021-01-05 20:09:17'),(26489,11738,'action complete via WP Cron','2021-01-06 04:09:17','2021-01-05 20:09:17'),(26490,11739,'action created','2021-01-06 04:09:17','2021-01-05 20:09:17'),(26491,11739,'action started via WP Cron','2021-01-06 04:09:43','2021-01-05 20:09:43'),(26492,11739,'action complete via WP Cron','2021-01-06 04:09:43','2021-01-05 20:09:43'),(26493,11740,'action created','2021-01-06 04:09:43','2021-01-05 20:09:43'),(26494,11740,'action started via WP Cron','2021-01-06 04:14:37','2021-01-05 20:14:37'),(26495,11740,'action complete via WP Cron','2021-01-06 04:14:37','2021-01-05 20:14:37'),(26496,11741,'action created','2021-01-06 04:14:37','2021-01-05 20:14:37'),(26497,11741,'action started via WP Cron','2021-01-06 04:21:02','2021-01-05 20:21:02'),(26498,11741,'action complete via WP Cron','2021-01-06 04:21:02','2021-01-05 20:21:02'),(26499,11742,'action created','2021-01-06 04:21:02','2021-01-05 20:21:02'),(26500,11742,'action started via WP Cron','2021-01-06 04:22:03','2021-01-05 20:22:03'),(26501,11742,'action complete via WP Cron','2021-01-06 04:22:03','2021-01-05 20:22:03'),(26502,11743,'action created','2021-01-06 04:22:03','2021-01-05 20:22:03'),(26503,11743,'action started via WP Cron','2021-01-06 04:23:04','2021-01-05 20:23:04'),(26504,11743,'action complete via WP Cron','2021-01-06 04:23:04','2021-01-05 20:23:04'),(26505,11744,'action created','2021-01-06 04:23:04','2021-01-05 20:23:04'),(26506,11744,'action started via WP Cron','2021-01-06 04:25:07','2021-01-05 20:25:07'),(26507,11744,'action complete via WP Cron','2021-01-06 04:25:07','2021-01-05 20:25:07'),(26508,11745,'action created','2021-01-06 04:25:07','2021-01-05 20:25:07'),(26509,11745,'action started via WP Cron','2021-01-06 04:26:08','2021-01-05 20:26:08'),(26510,11745,'action complete via WP Cron','2021-01-06 04:26:08','2021-01-05 20:26:08'),(26511,11746,'action created','2021-01-06 04:26:08','2021-01-05 20:26:08'),(26512,11746,'action started via WP Cron','2021-01-06 04:27:27','2021-01-05 20:27:27'),(26513,11746,'action complete via WP Cron','2021-01-06 04:27:27','2021-01-05 20:27:27'),(26514,11747,'action created','2021-01-06 04:27:27','2021-01-05 20:27:27'),(26515,11747,'action started via WP Cron','2021-01-06 04:27:57','2021-01-05 20:27:57'),(26516,11747,'action complete via WP Cron','2021-01-06 04:27:57','2021-01-05 20:27:57'),(26517,11748,'action created','2021-01-06 04:27:58','2021-01-05 20:27:58'),(26518,11748,'action started via WP Cron','2021-01-06 04:32:32','2021-01-05 20:32:32'),(26519,11748,'action complete via WP Cron','2021-01-06 04:32:32','2021-01-05 20:32:32'),(26520,11749,'action created','2021-01-06 04:32:32','2021-01-05 20:32:32'),(26521,11749,'action started via WP Cron','2021-01-06 04:33:34','2021-01-05 20:33:34'),(26522,11749,'action complete via WP Cron','2021-01-06 04:33:34','2021-01-05 20:33:34'),(26523,11750,'action created','2021-01-06 04:33:34','2021-01-05 20:33:34'),(26524,11750,'action started via WP Cron','2021-01-06 04:34:35','2021-01-05 20:34:35'),(26525,11750,'action complete via WP Cron','2021-01-06 04:34:35','2021-01-05 20:34:35'),(26526,11751,'action created','2021-01-06 04:34:35','2021-01-05 20:34:35'),(26527,11751,'action started via WP Cron','2021-01-06 04:36:37','2021-01-05 20:36:37'),(26528,11751,'action complete via WP Cron','2021-01-06 04:36:37','2021-01-05 20:36:37'),(26529,11752,'action created','2021-01-06 04:36:37','2021-01-05 20:36:37'),(26530,11752,'action started via WP Cron','2021-01-06 04:36:48','2021-01-05 20:36:48'),(26531,11752,'action complete via WP Cron','2021-01-06 04:36:48','2021-01-05 20:36:48'),(26532,11753,'action created','2021-01-06 04:36:48','2021-01-05 20:36:48'),(26533,11753,'action started via WP Cron','2021-01-06 04:37:45','2021-01-05 20:37:45'),(26534,11753,'action complete via WP Cron','2021-01-06 04:37:45','2021-01-05 20:37:45'),(26535,11754,'action created','2021-01-06 04:37:45','2021-01-05 20:37:45'),(26536,11754,'action started via WP Cron','2021-01-06 04:38:47','2021-01-05 20:38:47'),(26537,11754,'action complete via WP Cron','2021-01-06 04:38:47','2021-01-05 20:38:47'),(26538,11755,'action created','2021-01-06 04:38:47','2021-01-05 20:38:47'),(26539,11755,'action started via WP Cron','2021-01-06 04:39:50','2021-01-05 20:39:50'),(26540,11755,'action complete via WP Cron','2021-01-06 04:39:50','2021-01-05 20:39:50'),(26541,11756,'action created','2021-01-06 04:39:50','2021-01-05 20:39:50'),(26542,11756,'action started via WP Cron','2021-01-06 04:41:51','2021-01-05 20:41:51'),(26543,11756,'action complete via WP Cron','2021-01-06 04:41:51','2021-01-05 20:41:51'),(26544,11757,'action created','2021-01-06 04:41:52','2021-01-05 20:41:52'),(26545,11757,'action started via WP Cron','2021-01-06 04:46:04','2021-01-05 20:46:04'),(26546,11757,'action complete via WP Cron','2021-01-06 04:46:04','2021-01-05 20:46:04'),(26547,11758,'action created','2021-01-06 04:46:04','2021-01-05 20:46:04'),(26548,11758,'action started via WP Cron','2021-01-06 04:47:41','2021-01-05 20:47:41'),(26549,11758,'action complete via WP Cron','2021-01-06 04:47:41','2021-01-05 20:47:41'),(26550,11759,'action created','2021-01-06 04:47:41','2021-01-05 20:47:41'),(26551,11759,'action started via WP Cron','2021-01-06 04:54:01','2021-01-05 20:54:01'),(26552,11759,'action complete via WP Cron','2021-01-06 04:54:01','2021-01-05 20:54:01'),(26553,11760,'action created','2021-01-06 05:00:35','2021-01-05 21:00:35'),(26554,11760,'action started via WP Cron','2021-01-06 05:02:46','2021-01-05 21:02:46'),(26555,11760,'action complete via WP Cron','2021-01-06 05:02:46','2021-01-05 21:02:46'),(26556,11761,'action created','2021-01-06 05:02:46','2021-01-05 21:02:46'),(26557,11761,'action started via WP Cron','2021-01-06 05:05:56','2021-01-05 21:05:56'),(26558,11761,'action complete via WP Cron','2021-01-06 05:05:56','2021-01-05 21:05:56'),(26559,11762,'action created','2021-01-06 05:05:56','2021-01-05 21:05:56'),(26560,11762,'action started via WP Cron','2021-01-06 05:08:32','2021-01-05 21:08:32'),(26561,11762,'action complete via WP Cron','2021-01-06 05:08:32','2021-01-05 21:08:32'),(26562,11763,'action created','2021-01-06 05:08:32','2021-01-05 21:08:32'),(26563,11763,'action started via WP Cron','2021-01-06 05:09:30','2021-01-05 21:09:30'),(26564,11763,'action complete via WP Cron','2021-01-06 05:09:30','2021-01-05 21:09:30'),(26565,11764,'action created','2021-01-06 05:09:30','2021-01-05 21:09:30'),(26566,11764,'action started via WP Cron','2021-01-06 05:10:07','2021-01-05 21:10:07'),(26567,11764,'action complete via WP Cron','2021-01-06 05:10:07','2021-01-05 21:10:07'),(26568,11765,'action created','2021-01-06 05:10:07','2021-01-05 21:10:07'),(26569,11765,'action started via WP Cron','2021-01-06 05:11:16','2021-01-05 21:11:16'),(26570,11765,'action complete via WP Cron','2021-01-06 05:11:16','2021-01-05 21:11:16'),(26571,11766,'action created','2021-01-06 05:11:16','2021-01-05 21:11:16'),(26572,11766,'action started via WP Cron','2021-01-06 05:12:24','2021-01-05 21:12:24'),(26573,11766,'action complete via WP Cron','2021-01-06 05:12:24','2021-01-05 21:12:24'),(26574,11767,'action created','2021-01-06 05:12:24','2021-01-05 21:12:24'),(26575,11767,'action started via WP Cron','2021-01-06 05:14:42','2021-01-05 21:14:42'),(26576,11767,'action complete via WP Cron','2021-01-06 05:14:42','2021-01-05 21:14:42'),(26577,11768,'action created','2021-01-06 05:14:42','2021-01-05 21:14:42'),(26578,11768,'action started via WP Cron','2021-01-06 05:15:46','2021-01-05 21:15:46'),(26579,11768,'action complete via WP Cron','2021-01-06 05:15:46','2021-01-05 21:15:46'),(26580,11769,'action created','2021-01-06 05:18:30','2021-01-05 21:18:30'),(26581,11769,'action started via WP Cron','2021-01-06 05:19:31','2021-01-05 21:19:31'),(26582,11769,'action complete via WP Cron','2021-01-06 05:19:31','2021-01-05 21:19:31'),(26583,11770,'action created','2021-01-06 05:19:32','2021-01-05 21:19:32'),(26584,11770,'action started via WP Cron','2021-01-06 05:20:36','2021-01-05 21:20:36'),(26585,11770,'action complete via WP Cron','2021-01-06 05:20:36','2021-01-05 21:20:36'),(26586,11771,'action created','2021-01-06 05:20:36','2021-01-05 21:20:36'),(26587,11771,'action started via WP Cron','2021-01-06 05:21:38','2021-01-05 21:21:38'),(26588,11771,'action complete via WP Cron','2021-01-06 05:21:38','2021-01-05 21:21:38'),(26589,11772,'action created','2021-01-06 05:22:38','2021-01-05 21:22:38'),(26590,11772,'action started via WP Cron','2021-01-06 05:24:40','2021-01-05 21:24:40'),(26591,11772,'action complete via WP Cron','2021-01-06 05:24:40','2021-01-05 21:24:40'),(26592,11773,'action created','2021-01-06 05:24:40','2021-01-05 21:24:40'),(26593,11773,'action started via WP Cron','2021-01-06 05:37:34','2021-01-05 21:37:34'),(26594,11773,'action complete via WP Cron','2021-01-06 05:37:34','2021-01-05 21:37:34'),(26595,11774,'action created','2021-01-06 05:37:34','2021-01-05 21:37:34'),(26596,11774,'action started via WP Cron','2021-01-06 05:39:57','2021-01-05 21:39:57'),(26597,11774,'action complete via WP Cron','2021-01-06 05:39:57','2021-01-05 21:39:57'),(26598,11775,'action created','2021-01-06 05:39:57','2021-01-05 21:39:57'),(26599,11775,'action started via WP Cron','2021-01-06 05:41:53','2021-01-05 21:41:53'),(26600,11775,'action complete via WP Cron','2021-01-06 05:41:53','2021-01-05 21:41:53'),(26601,11776,'action created','2021-01-06 05:41:53','2021-01-05 21:41:53'),(26602,11776,'action started via WP Cron','2021-01-06 05:42:53','2021-01-05 21:42:53'),(26603,11776,'action complete via WP Cron','2021-01-06 05:42:53','2021-01-05 21:42:53'),(26604,11777,'action created','2021-01-06 05:42:53','2021-01-05 21:42:53'),(26605,11777,'action started via WP Cron','2021-01-06 05:43:49','2021-01-05 21:43:49'),(26606,11777,'action complete via WP Cron','2021-01-06 05:43:49','2021-01-05 21:43:49'),(26607,11778,'action created','2021-01-06 05:43:49','2021-01-05 21:43:49'),(26608,11778,'action started via WP Cron','2021-01-06 05:44:55','2021-01-05 21:44:55'),(26609,11778,'action complete via WP Cron','2021-01-06 05:44:55','2021-01-05 21:44:55'),(26610,11779,'action created','2021-01-06 05:44:55','2021-01-05 21:44:55'),(26611,11779,'action started via WP Cron','2021-01-06 05:45:56','2021-01-05 21:45:56'),(26612,11779,'action complete via WP Cron','2021-01-06 05:45:56','2021-01-05 21:45:56'),(26613,11780,'action created','2021-01-06 05:45:56','2021-01-05 21:45:56'),(26617,11781,'action started via WP Cron','2021-01-06 05:51:02','2021-01-05 21:51:02'),(26618,11781,'action complete via WP Cron','2021-01-06 05:51:02','2021-01-05 21:51:02'),(26619,11782,'action created','2021-01-06 05:51:02','2021-01-05 21:51:02'),(26620,11782,'action started via WP Cron','2021-01-06 05:52:03','2021-01-05 21:52:03'),(26621,11782,'action complete via WP Cron','2021-01-06 05:52:03','2021-01-05 21:52:03'),(26622,11783,'action created','2021-01-06 05:52:03','2021-01-05 21:52:03'),(26623,11783,'action started via WP Cron','2021-01-06 05:52:41','2021-01-05 21:52:41'),(26624,11783,'action complete via WP Cron','2021-01-06 05:52:41','2021-01-05 21:52:41'),(26625,11784,'action created','2021-01-06 05:52:41','2021-01-05 21:52:41'),(26626,11784,'action started via WP Cron','2021-01-06 05:54:06','2021-01-05 21:54:06'),(26627,11784,'action complete via WP Cron','2021-01-06 05:54:06','2021-01-05 21:54:06'),(26628,11785,'action created','2021-01-06 05:54:06','2021-01-05 21:54:06'),(26629,11785,'action started via WP Cron','2021-01-06 05:54:48','2021-01-05 21:54:48'),(26630,11785,'action complete via WP Cron','2021-01-06 05:54:48','2021-01-05 21:54:48'),(26631,11786,'action created','2021-01-06 05:54:48','2021-01-05 21:54:48'),(26632,11786,'action started via WP Cron','2021-01-06 05:55:49','2021-01-05 21:55:49'),(26633,11786,'action complete via WP Cron','2021-01-06 05:55:49','2021-01-05 21:55:49'),(26634,11787,'action created','2021-01-06 05:55:49','2021-01-05 21:55:49'),(26635,11787,'action started via WP Cron','2021-01-06 05:56:51','2021-01-05 21:56:51'),(26636,11787,'action complete via WP Cron','2021-01-06 05:56:51','2021-01-05 21:56:51'),(26637,11788,'action created','2021-01-06 05:56:51','2021-01-05 21:56:51'),(26638,11788,'action started via WP Cron','2021-01-06 05:57:57','2021-01-05 21:57:57'),(26639,11788,'action complete via WP Cron','2021-01-06 05:57:57','2021-01-05 21:57:57'),(26640,11789,'action created','2021-01-06 05:57:57','2021-01-05 21:57:57'),(26641,11789,'action started via WP Cron','2021-01-06 06:07:54','2021-01-05 22:07:54'),(26642,11789,'action complete via WP Cron','2021-01-06 06:07:54','2021-01-05 22:07:54'),(26643,11790,'action created','2021-01-06 06:07:54','2021-01-05 22:07:54'),(26644,11790,'action started via WP Cron','2021-01-06 06:13:31','2021-01-05 22:13:31'),(26645,11790,'action complete via WP Cron','2021-01-06 06:13:31','2021-01-05 22:13:31'),(26646,11791,'action created','2021-01-06 06:13:31','2021-01-05 22:13:31'),(26647,11791,'action started via WP Cron','2021-01-06 06:17:33','2021-01-05 22:17:33'),(26648,11791,'action complete via WP Cron','2021-01-06 06:17:33','2021-01-05 22:17:33'),(26649,11792,'action created','2021-01-06 06:17:33','2021-01-05 22:17:33'),(26650,11792,'action started via WP Cron','2021-01-06 06:18:30','2021-01-05 22:18:30'),(26651,11792,'action complete via WP Cron','2021-01-06 06:18:30','2021-01-05 22:18:30'),(26652,11793,'action created','2021-01-06 06:18:30','2021-01-05 22:18:30'),(26653,11793,'action started via WP Cron','2021-01-06 06:23:03','2021-01-05 22:23:03'),(26654,11793,'action complete via WP Cron','2021-01-06 06:23:03','2021-01-05 22:23:03'),(26655,11794,'action created','2021-01-06 06:23:03','2021-01-05 22:23:03'),(26656,11794,'action started via WP Cron','2021-01-06 06:25:40','2021-01-05 22:25:40'),(26657,11794,'action complete via WP Cron','2021-01-06 06:25:40','2021-01-05 22:25:40'),(26658,11795,'action created','2021-01-06 06:25:40','2021-01-05 22:25:40'),(26659,11795,'action started via WP Cron','2021-01-06 06:26:41','2021-01-05 22:26:41'),(26660,11795,'action complete via WP Cron','2021-01-06 06:26:41','2021-01-05 22:26:41'),(26661,11796,'action created','2021-01-06 06:26:41','2021-01-05 22:26:41'),(26662,11796,'action started via WP Cron','2021-01-06 06:27:42','2021-01-05 22:27:42'),(26663,11796,'action complete via WP Cron','2021-01-06 06:27:42','2021-01-05 22:27:42'),(26664,11797,'action created','2021-01-06 06:27:42','2021-01-05 22:27:42'),(26665,11797,'action started via WP Cron','2021-01-06 06:29:26','2021-01-05 22:29:26'),(26666,11797,'action complete via WP Cron','2021-01-06 06:29:26','2021-01-05 22:29:26'),(26667,11798,'action created','2021-01-06 06:29:26','2021-01-05 22:29:26'),(26668,11798,'action started via WP Cron','2021-01-06 06:32:11','2021-01-05 22:32:11'),(26669,11798,'action complete via WP Cron','2021-01-06 06:32:11','2021-01-05 22:32:11'),(26670,11799,'action created','2021-01-06 06:32:11','2021-01-05 22:32:11'),(26671,11799,'action started via Async Request','2021-01-06 06:32:31','2021-01-05 22:32:31'),(26672,11799,'action complete via Async Request','2021-01-06 06:32:31','2021-01-05 22:32:31'),(26673,11800,'action created','2021-01-06 06:32:32','2021-01-05 22:32:32'),(26674,11800,'action started via WP Cron','2021-01-06 06:34:56','2021-01-05 22:34:56'),(26675,11800,'action complete via WP Cron','2021-01-06 06:34:56','2021-01-05 22:34:56'),(26676,11801,'action created','2021-01-06 06:34:56','2021-01-05 22:34:56'),(26677,11801,'action started via WP Cron','2021-01-06 06:36:04','2021-01-05 22:36:04'),(26678,11801,'action complete via WP Cron','2021-01-06 06:36:04','2021-01-05 22:36:04'),(26679,11802,'action created','2021-01-06 06:36:04','2021-01-05 22:36:04'),(26680,11802,'action started via WP Cron','2021-01-06 06:42:21','2021-01-05 22:42:21'),(26681,11802,'action complete via WP Cron','2021-01-06 06:42:21','2021-01-05 22:42:21'),(26682,11803,'action created','2021-01-06 06:42:21','2021-01-05 22:42:21'),(26683,11803,'action started via WP Cron','2021-01-06 06:44:01','2021-01-05 22:44:01'),(26684,11803,'action complete via WP Cron','2021-01-06 06:44:01','2021-01-05 22:44:01'),(26685,11804,'action created','2021-01-06 06:44:01','2021-01-05 22:44:01'),(26686,11804,'action started via WP Cron','2021-01-06 06:48:27','2021-01-05 22:48:27'),(26687,11804,'action complete via WP Cron','2021-01-06 06:48:27','2021-01-05 22:48:27'),(26688,11805,'action created','2021-01-06 06:48:27','2021-01-05 22:48:27'),(26689,11805,'action started via WP Cron','2021-01-06 06:50:06','2021-01-05 22:50:06'),(26690,11805,'action complete via WP Cron','2021-01-06 06:50:06','2021-01-05 22:50:06'),(26691,11806,'action created','2021-01-06 06:50:06','2021-01-05 22:50:06'),(26692,11806,'action started via WP Cron','2021-01-06 06:57:31','2021-01-05 22:57:31'),(26693,11806,'action complete via WP Cron','2021-01-06 06:57:31','2021-01-05 22:57:31'),(26694,11807,'action created','2021-01-06 06:57:31','2021-01-05 22:57:31'),(26695,11807,'action started via WP Cron','2021-01-06 06:58:33','2021-01-05 22:58:33'),(26696,11807,'action complete via WP Cron','2021-01-06 06:58:33','2021-01-05 22:58:33'),(26697,11808,'action created','2021-01-06 06:58:33','2021-01-05 22:58:33'),(26698,11808,'action started via WP Cron','2021-01-06 07:00:34','2021-01-05 23:00:34'),(26699,11808,'action complete via WP Cron','2021-01-06 07:00:34','2021-01-05 23:00:34'),(26700,11809,'action created','2021-01-06 07:00:34','2021-01-05 23:00:34'),(26701,11809,'action started via WP Cron','2021-01-06 07:01:38','2021-01-05 23:01:38'),(26702,11809,'action complete via WP Cron','2021-01-06 07:01:38','2021-01-05 23:01:38'),(26703,11810,'action created','2021-01-06 07:01:38','2021-01-05 23:01:38'),(26704,11810,'action started via WP Cron','2021-01-06 07:02:36','2021-01-05 23:02:36'),(26705,11810,'action complete via WP Cron','2021-01-06 07:02:36','2021-01-05 23:02:36'),(26706,11811,'action created','2021-01-06 07:02:37','2021-01-05 23:02:37'),(26707,11811,'action started via WP Cron','2021-01-06 07:04:46','2021-01-05 23:04:46'),(26708,11811,'action complete via WP Cron','2021-01-06 07:04:46','2021-01-05 23:04:46'),(26709,11812,'action created','2021-01-06 07:04:46','2021-01-05 23:04:46'),(26710,11812,'action started via WP Cron','2021-01-06 07:07:08','2021-01-05 23:07:08'),(26711,11812,'action complete via WP Cron','2021-01-06 07:07:08','2021-01-05 23:07:08'),(26712,11813,'action created','2021-01-06 07:07:08','2021-01-05 23:07:08'),(26713,11813,'action started via WP Cron','2021-01-06 07:08:08','2021-01-05 23:08:08'),(26714,11813,'action complete via WP Cron','2021-01-06 07:08:08','2021-01-05 23:08:08'),(26715,11814,'action created','2021-01-06 07:08:08','2021-01-05 23:08:08'),(26716,11814,'action started via WP Cron','2021-01-06 07:09:09','2021-01-05 23:09:09'),(26717,11814,'action complete via WP Cron','2021-01-06 07:09:09','2021-01-05 23:09:09'),(26718,11815,'action created','2021-01-06 07:09:09','2021-01-05 23:09:09'),(26719,11815,'action started via WP Cron','2021-01-06 07:10:10','2021-01-05 23:10:10'),(26720,11815,'action complete via WP Cron','2021-01-06 07:10:10','2021-01-05 23:10:10'),(26721,11816,'action created','2021-01-06 07:10:10','2021-01-05 23:10:10'),(26722,11816,'action started via WP Cron','2021-01-06 07:11:11','2021-01-05 23:11:11'),(26723,11816,'action complete via WP Cron','2021-01-06 07:11:11','2021-01-05 23:11:11'),(26724,11817,'action created','2021-01-06 07:11:11','2021-01-05 23:11:11'),(26725,11817,'action started via WP Cron','2021-01-06 07:12:12','2021-01-05 23:12:12'),(26726,11817,'action complete via WP Cron','2021-01-06 07:12:12','2021-01-05 23:12:12'),(26727,11818,'action created','2021-01-06 07:12:12','2021-01-05 23:12:12'),(26728,11818,'action started via WP Cron','2021-01-06 07:14:15','2021-01-05 23:14:15'),(26729,11818,'action complete via WP Cron','2021-01-06 07:14:15','2021-01-05 23:14:15'),(82106,30279,'action complete via WP Cron','2021-02-06 07:20:42','2021-02-05 23:20:42'),(82105,30279,'action started via WP Cron','2021-02-06 07:20:42','2021-02-05 23:20:42'),(83745,30826,'action created','2021-02-07 07:20:31','2021-02-06 23:20:31'),(26733,11820,'action created','2021-01-06 07:14:15','2021-01-05 23:14:15'),(26734,11820,'action started via WP Cron','2021-01-06 07:15:15','2021-01-05 23:15:15'),(26735,11820,'action complete via WP Cron','2021-01-06 07:15:15','2021-01-05 23:15:15'),(26736,11821,'action created','2021-01-06 07:15:15','2021-01-05 23:15:15'),(26737,11821,'action started via WP Cron','2021-01-06 07:17:17','2021-01-05 23:17:17'),(26738,11821,'action complete via WP Cron','2021-01-06 07:17:17','2021-01-05 23:17:17'),(26739,11822,'action created','2021-01-06 07:17:17','2021-01-05 23:17:17'),(26740,11822,'action started via WP Cron','2021-01-06 07:17:54','2021-01-05 23:17:54'),(26741,11822,'action complete via WP Cron','2021-01-06 07:17:54','2021-01-05 23:17:54'),(26742,11823,'action created','2021-01-06 07:17:55','2021-01-05 23:17:55'),(26743,11823,'action started via WP Cron','2021-01-06 07:18:41','2021-01-05 23:18:41'),(26744,11823,'action complete via WP Cron','2021-01-06 07:18:41','2021-01-05 23:18:41'),(26745,11824,'action created','2021-01-06 07:18:41','2021-01-05 23:18:41'),(26746,11824,'action started via WP Cron','2021-01-06 07:19:52','2021-01-05 23:19:52'),(26747,11824,'action complete via WP Cron','2021-01-06 07:19:52','2021-01-05 23:19:52'),(26748,11825,'action created','2021-01-06 07:19:52','2021-01-05 23:19:52'),(26749,11825,'action started via WP Cron','2021-01-06 07:25:24','2021-01-05 23:25:24'),(26750,11825,'action complete via WP Cron','2021-01-06 07:25:24','2021-01-05 23:25:24'),(26751,11826,'action created','2021-01-06 07:25:24','2021-01-05 23:25:24'),(26752,11826,'action started via WP Cron','2021-01-06 07:27:23','2021-01-05 23:27:23'),(26753,11826,'action complete via WP Cron','2021-01-06 07:27:23','2021-01-05 23:27:23'),(26754,11827,'action created','2021-01-06 07:27:23','2021-01-05 23:27:23'),(26755,11827,'action started via WP Cron','2021-01-06 07:27:41','2021-01-05 23:27:41'),(26756,11827,'action complete via WP Cron','2021-01-06 07:27:41','2021-01-05 23:27:41'),(26757,11828,'action created','2021-01-06 07:27:41','2021-01-05 23:27:41'),(26758,11828,'action started via WP Cron','2021-01-06 07:28:42','2021-01-05 23:28:42'),(26759,11828,'action complete via WP Cron','2021-01-06 07:28:42','2021-01-05 23:28:42'),(26760,11829,'action created','2021-01-06 07:28:42','2021-01-05 23:28:42'),(26761,11829,'action started via WP Cron','2021-01-06 07:29:45','2021-01-05 23:29:45'),(26762,11829,'action complete via WP Cron','2021-01-06 07:29:45','2021-01-05 23:29:45'),(26763,11830,'action created','2021-01-06 07:29:45','2021-01-05 23:29:45'),(26764,11830,'action started via WP Cron','2021-01-06 07:31:46','2021-01-05 23:31:46'),(26765,11830,'action complete via WP Cron','2021-01-06 07:31:46','2021-01-05 23:31:46'),(26766,11831,'action created','2021-01-06 07:31:46','2021-01-05 23:31:46'),(26767,11831,'action started via WP Cron','2021-01-06 07:32:47','2021-01-05 23:32:47'),(26768,11831,'action complete via WP Cron','2021-01-06 07:32:47','2021-01-05 23:32:47'),(26769,11832,'action created','2021-01-06 07:32:47','2021-01-05 23:32:47'),(26770,11832,'action started via WP Cron','2021-01-06 07:35:37','2021-01-05 23:35:37'),(26771,11832,'action complete via WP Cron','2021-01-06 07:35:37','2021-01-05 23:35:37'),(26772,11833,'action created','2021-01-06 07:39:13','2021-01-05 23:39:13'),(26773,11833,'action started via WP Cron','2021-01-06 07:40:43','2021-01-05 23:40:43'),(26774,11833,'action complete via WP Cron','2021-01-06 07:40:43','2021-01-05 23:40:43'),(26775,11834,'action created','2021-01-06 07:40:43','2021-01-05 23:40:43'),(26776,11834,'action started via WP Cron','2021-01-06 07:45:56','2021-01-05 23:45:56'),(26777,11834,'action complete via WP Cron','2021-01-06 07:45:56','2021-01-05 23:45:56'),(26778,11835,'action created','2021-01-06 07:45:56','2021-01-05 23:45:56'),(26779,11835,'action started via WP Cron','2021-01-06 07:47:53','2021-01-05 23:47:53'),(26780,11835,'action complete via WP Cron','2021-01-06 07:47:53','2021-01-05 23:47:53'),(26781,11836,'action created','2021-01-06 07:47:53','2021-01-05 23:47:53'),(26782,11836,'action started via WP Cron','2021-01-06 07:51:38','2021-01-05 23:51:38'),(26783,11836,'action complete via WP Cron','2021-01-06 07:51:38','2021-01-05 23:51:38'),(26784,11837,'action created','2021-01-06 07:51:39','2021-01-05 23:51:39'),(26785,11837,'action started via WP Cron','2021-01-06 07:55:36','2021-01-05 23:55:36'),(26786,11837,'action complete via WP Cron','2021-01-06 07:55:36','2021-01-05 23:55:36'),(26787,11838,'action created','2021-01-06 07:55:36','2021-01-05 23:55:36'),(26788,11838,'action started via WP Cron','2021-01-06 07:56:50','2021-01-05 23:56:50'),(26789,11838,'action complete via WP Cron','2021-01-06 07:56:50','2021-01-05 23:56:50'),(26790,11839,'action created','2021-01-06 07:56:51','2021-01-05 23:56:51'),(26791,11839,'action started via WP Cron','2021-01-06 08:02:46','2021-01-06 00:02:46'),(26792,11839,'action complete via WP Cron','2021-01-06 08:02:46','2021-01-06 00:02:46'),(26793,11840,'action created','2021-01-06 08:02:47','2021-01-06 00:02:47'),(26794,11840,'action started via WP Cron','2021-01-06 08:03:48','2021-01-06 00:03:48'),(26795,11840,'action complete via WP Cron','2021-01-06 08:03:48','2021-01-06 00:03:48'),(26796,11841,'action created','2021-01-06 08:03:48','2021-01-06 00:03:48'),(26797,11841,'action started via WP Cron','2021-01-06 08:04:48','2021-01-06 00:04:48'),(26798,11841,'action complete via WP Cron','2021-01-06 08:04:48','2021-01-06 00:04:48'),(26799,11842,'action created','2021-01-06 08:04:49','2021-01-06 00:04:49'),(26800,11842,'action started via WP Cron','2021-01-06 08:06:35','2021-01-06 00:06:35'),(26801,11842,'action complete via WP Cron','2021-01-06 08:06:35','2021-01-06 00:06:35'),(26802,11843,'action created','2021-01-06 08:06:35','2021-01-06 00:06:35'),(26803,11843,'action started via WP Cron','2021-01-06 08:07:36','2021-01-06 00:07:36'),(26804,11843,'action complete via WP Cron','2021-01-06 08:07:36','2021-01-06 00:07:36'),(26805,11844,'action created','2021-01-06 08:07:36','2021-01-06 00:07:36'),(26806,11844,'action started via WP Cron','2021-01-06 08:12:30','2021-01-06 00:12:30'),(26807,11844,'action complete via WP Cron','2021-01-06 08:12:30','2021-01-06 00:12:30'),(26808,11845,'action created','2021-01-06 08:12:30','2021-01-06 00:12:30'),(26809,11845,'action started via WP Cron','2021-01-06 08:12:49','2021-01-06 00:12:49'),(26810,11845,'action complete via WP Cron','2021-01-06 08:12:49','2021-01-06 00:12:49'),(26811,11846,'action created','2021-01-06 08:12:49','2021-01-06 00:12:49'),(26812,11846,'action started via WP Cron','2021-01-06 08:14:22','2021-01-06 00:14:22'),(26813,11846,'action complete via WP Cron','2021-01-06 08:14:22','2021-01-06 00:14:22'),(26814,11847,'action created','2021-01-06 08:14:22','2021-01-06 00:14:22'),(26815,11847,'action started via WP Cron','2021-01-06 08:15:26','2021-01-06 00:15:26'),(26816,11847,'action complete via WP Cron','2021-01-06 08:15:26','2021-01-06 00:15:26'),(26817,11848,'action created','2021-01-06 08:15:26','2021-01-06 00:15:26'),(26818,11848,'action started via WP Cron','2021-01-06 08:17:16','2021-01-06 00:17:16'),(26819,11848,'action complete via WP Cron','2021-01-06 08:17:16','2021-01-06 00:17:16'),(26820,11849,'action created','2021-01-06 08:17:16','2021-01-06 00:17:16'),(26821,11849,'action started via WP Cron','2021-01-06 08:18:17','2021-01-06 00:18:17'),(26822,11849,'action complete via WP Cron','2021-01-06 08:18:17','2021-01-06 00:18:17'),(26823,11850,'action created','2021-01-06 08:18:18','2021-01-06 00:18:18'),(26824,11850,'action started via WP Cron','2021-01-06 08:19:18','2021-01-06 00:19:18'),(26825,11850,'action complete via WP Cron','2021-01-06 08:19:18','2021-01-06 00:19:18'),(26826,11851,'action created','2021-01-06 08:19:18','2021-01-06 00:19:18'),(26827,11851,'action started via WP Cron','2021-01-06 08:20:19','2021-01-06 00:20:19'),(26828,11851,'action complete via WP Cron','2021-01-06 08:20:19','2021-01-06 00:20:19'),(26829,11852,'action created','2021-01-06 08:20:19','2021-01-06 00:20:19'),(26830,11852,'action started via WP Cron','2021-01-06 08:21:20','2021-01-06 00:21:20'),(26831,11852,'action complete via WP Cron','2021-01-06 08:21:20','2021-01-06 00:21:20'),(26832,11853,'action created','2021-01-06 08:21:20','2021-01-06 00:21:20'),(26833,11853,'action started via WP Cron','2021-01-06 08:22:48','2021-01-06 00:22:48'),(26834,11853,'action complete via WP Cron','2021-01-06 08:22:48','2021-01-06 00:22:48'),(26835,11854,'action created','2021-01-06 08:22:48','2021-01-06 00:22:48'),(26836,11854,'action started via WP Cron','2021-01-06 08:23:51','2021-01-06 00:23:51'),(26837,11854,'action complete via WP Cron','2021-01-06 08:23:51','2021-01-06 00:23:51'),(26838,11855,'action created','2021-01-06 08:23:52','2021-01-06 00:23:52'),(26839,11855,'action started via WP Cron','2021-01-06 08:28:44','2021-01-06 00:28:44'),(26840,11855,'action complete via WP Cron','2021-01-06 08:28:44','2021-01-06 00:28:44'),(26841,11856,'action created','2021-01-06 08:28:44','2021-01-06 00:28:44'),(26842,11856,'action started via WP Cron','2021-01-06 08:31:24','2021-01-06 00:31:24'),(26843,11856,'action complete via WP Cron','2021-01-06 08:31:24','2021-01-06 00:31:24'),(26844,11857,'action created','2021-01-06 08:31:24','2021-01-06 00:31:24'),(26845,11857,'action started via WP Cron','2021-01-06 08:32:31','2021-01-06 00:32:31'),(26846,11857,'action complete via WP Cron','2021-01-06 08:32:31','2021-01-06 00:32:31'),(26847,11858,'action created','2021-01-06 08:32:31','2021-01-06 00:32:31'),(26848,11858,'action started via WP Cron','2021-01-06 08:32:53','2021-01-06 00:32:53'),(26849,11858,'action complete via WP Cron','2021-01-06 08:32:53','2021-01-06 00:32:53'),(26850,11859,'action created','2021-01-06 08:32:53','2021-01-06 00:32:53'),(26851,11859,'action started via WP Cron','2021-01-06 08:33:51','2021-01-06 00:33:51'),(26852,11859,'action complete via WP Cron','2021-01-06 08:33:51','2021-01-06 00:33:51'),(26853,11860,'action created','2021-01-06 08:33:51','2021-01-06 00:33:51'),(26854,11860,'action started via WP Cron','2021-01-06 08:34:51','2021-01-06 00:34:51'),(26855,11860,'action complete via WP Cron','2021-01-06 08:34:51','2021-01-06 00:34:51'),(26856,11861,'action created','2021-01-06 08:34:52','2021-01-06 00:34:52'),(26857,11861,'action started via WP Cron','2021-01-06 08:35:52','2021-01-06 00:35:52'),(26858,11861,'action complete via WP Cron','2021-01-06 08:35:52','2021-01-06 00:35:52'),(26859,11862,'action created','2021-01-06 08:35:53','2021-01-06 00:35:53'),(26860,11862,'action started via WP Cron','2021-01-06 08:36:54','2021-01-06 00:36:54'),(26861,11862,'action complete via WP Cron','2021-01-06 08:36:54','2021-01-06 00:36:54'),(26862,11863,'action created','2021-01-06 08:36:54','2021-01-06 00:36:54'),(26863,11863,'action started via WP Cron','2021-01-06 08:37:54','2021-01-06 00:37:54'),(26864,11863,'action complete via WP Cron','2021-01-06 08:37:54','2021-01-06 00:37:54'),(26865,11864,'action created','2021-01-06 08:37:55','2021-01-06 00:37:55'),(26866,11864,'action started via WP Cron','2021-01-06 08:38:58','2021-01-06 00:38:58'),(26867,11864,'action complete via WP Cron','2021-01-06 08:38:58','2021-01-06 00:38:58'),(26868,11865,'action created','2021-01-06 08:39:49','2021-01-06 00:39:49'),(26869,11865,'action started via WP Cron','2021-01-06 08:40:45','2021-01-06 00:40:45'),(26870,11865,'action complete via WP Cron','2021-01-06 08:40:45','2021-01-06 00:40:45'),(26871,11866,'action created','2021-01-06 08:40:45','2021-01-06 00:40:45'),(26872,11866,'action started via WP Cron','2021-01-06 08:49:56','2021-01-06 00:49:56'),(26873,11866,'action complete via WP Cron','2021-01-06 08:49:56','2021-01-06 00:49:56'),(26874,11867,'action created','2021-01-06 08:49:56','2021-01-06 00:49:56'),(26875,11867,'action started via WP Cron','2021-01-06 08:56:42','2021-01-06 00:56:42'),(26876,11867,'action complete via WP Cron','2021-01-06 08:56:42','2021-01-06 00:56:42'),(26877,11868,'action created','2021-01-06 08:56:43','2021-01-06 00:56:43'),(26878,11868,'action started via WP Cron','2021-01-06 08:59:21','2021-01-06 00:59:21'),(26879,11868,'action complete via WP Cron','2021-01-06 08:59:21','2021-01-06 00:59:21'),(26880,11869,'action created','2021-01-06 08:59:22','2021-01-06 00:59:22'),(26881,11869,'action started via WP Cron','2021-01-06 09:04:11','2021-01-06 01:04:11'),(26882,11869,'action complete via WP Cron','2021-01-06 09:04:11','2021-01-06 01:04:11'),(26883,11870,'action created','2021-01-06 09:04:11','2021-01-06 01:04:11'),(26884,11870,'action started via WP Cron','2021-01-06 09:06:00','2021-01-06 01:06:00'),(26885,11870,'action complete via WP Cron','2021-01-06 09:06:00','2021-01-06 01:06:00'),(26886,11871,'action created','2021-01-06 09:06:00','2021-01-06 01:06:00'),(26887,11871,'action started via WP Cron','2021-01-06 09:07:08','2021-01-06 01:07:08'),(26888,11871,'action complete via WP Cron','2021-01-06 09:07:08','2021-01-06 01:07:08'),(26889,11872,'action created','2021-01-06 09:07:08','2021-01-06 01:07:08'),(26890,11872,'action started via WP Cron','2021-01-06 09:08:09','2021-01-06 01:08:09'),(26891,11872,'action complete via WP Cron','2021-01-06 09:08:09','2021-01-06 01:08:09'),(26892,11873,'action created','2021-01-06 09:08:09','2021-01-06 01:08:09'),(26893,11873,'action started via WP Cron','2021-01-06 09:09:10','2021-01-06 01:09:10'),(26894,11873,'action complete via WP Cron','2021-01-06 09:09:10','2021-01-06 01:09:10'),(26895,11874,'action created','2021-01-06 09:09:10','2021-01-06 01:09:10'),(26896,11874,'action started via WP Cron','2021-01-06 09:10:11','2021-01-06 01:10:11'),(26897,11874,'action complete via WP Cron','2021-01-06 09:10:11','2021-01-06 01:10:11'),(26898,11875,'action created','2021-01-06 09:10:11','2021-01-06 01:10:11'),(26899,11875,'action started via WP Cron','2021-01-06 09:19:15','2021-01-06 01:19:15'),(26900,11875,'action complete via WP Cron','2021-01-06 09:19:16','2021-01-06 01:19:16'),(26901,11876,'action created','2021-01-06 09:19:16','2021-01-06 01:19:16'),(26902,11876,'action started via WP Cron','2021-01-06 09:19:41','2021-01-06 01:19:41'),(26903,11876,'action complete via WP Cron','2021-01-06 09:19:41','2021-01-06 01:19:41'),(26904,11877,'action created','2021-01-06 09:19:41','2021-01-06 01:19:41'),(26905,11877,'action started via WP Cron','2021-01-06 09:22:37','2021-01-06 01:22:37'),(26906,11877,'action complete via WP Cron','2021-01-06 09:22:37','2021-01-06 01:22:37'),(26907,11878,'action created','2021-01-06 09:22:37','2021-01-06 01:22:37'),(26908,11878,'action started via WP Cron','2021-01-06 09:23:38','2021-01-06 01:23:38'),(26909,11878,'action complete via WP Cron','2021-01-06 09:23:38','2021-01-06 01:23:38'),(26910,11879,'action created','2021-01-06 09:23:38','2021-01-06 01:23:38'),(26911,11879,'action started via WP Cron','2021-01-06 09:24:17','2021-01-06 01:24:17'),(26912,11879,'action complete via WP Cron','2021-01-06 09:24:17','2021-01-06 01:24:17'),(26913,11880,'action created','2021-01-06 09:24:17','2021-01-06 01:24:17'),(26914,11880,'action started via WP Cron','2021-01-06 09:28:32','2021-01-06 01:28:32'),(26915,11880,'action complete via WP Cron','2021-01-06 09:28:32','2021-01-06 01:28:32'),(26916,11881,'action created','2021-01-06 09:28:32','2021-01-06 01:28:32'),(26917,11881,'action started via WP Cron','2021-01-06 09:33:40','2021-01-06 01:33:40'),(26918,11881,'action complete via WP Cron','2021-01-06 09:33:40','2021-01-06 01:33:40'),(26919,11882,'action created','2021-01-06 09:33:40','2021-01-06 01:33:40'),(26920,11882,'action started via WP Cron','2021-01-06 09:35:39','2021-01-06 01:35:39'),(26921,11882,'action complete via WP Cron','2021-01-06 09:35:39','2021-01-06 01:35:39'),(26922,11883,'action created','2021-01-06 09:35:39','2021-01-06 01:35:39'),(26923,11883,'action started via WP Cron','2021-01-06 09:36:41','2021-01-06 01:36:41'),(26924,11883,'action complete via WP Cron','2021-01-06 09:36:41','2021-01-06 01:36:41'),(26925,11884,'action created','2021-01-06 09:36:41','2021-01-06 01:36:41'),(26926,11884,'action started via WP Cron','2021-01-06 09:37:41','2021-01-06 01:37:41'),(26927,11884,'action complete via WP Cron','2021-01-06 09:37:41','2021-01-06 01:37:41'),(26928,11885,'action created','2021-01-06 09:37:41','2021-01-06 01:37:41'),(26929,11885,'action started via WP Cron','2021-01-06 09:38:42','2021-01-06 01:38:42'),(26930,11885,'action complete via WP Cron','2021-01-06 09:38:42','2021-01-06 01:38:42'),(26931,11886,'action created','2021-01-06 09:38:42','2021-01-06 01:38:42'),(26932,11886,'action started via WP Cron','2021-01-06 09:41:19','2021-01-06 01:41:19'),(26933,11886,'action complete via WP Cron','2021-01-06 09:41:19','2021-01-06 01:41:19'),(26934,11887,'action created','2021-01-06 09:41:19','2021-01-06 01:41:19'),(26935,11887,'action started via WP Cron','2021-01-06 09:42:10','2021-01-06 01:42:10'),(26936,11887,'action complete via WP Cron','2021-01-06 09:42:10','2021-01-06 01:42:10'),(26937,11888,'action created','2021-01-06 09:42:10','2021-01-06 01:42:10'),(26938,11888,'action started via WP Cron','2021-01-06 09:47:14','2021-01-06 01:47:14'),(26939,11888,'action complete via WP Cron','2021-01-06 09:47:14','2021-01-06 01:47:14'),(26940,11889,'action created','2021-01-06 09:47:14','2021-01-06 01:47:14'),(26941,11889,'action started via WP Cron','2021-01-06 09:51:02','2021-01-06 01:51:02'),(26942,11889,'action complete via WP Cron','2021-01-06 09:51:02','2021-01-06 01:51:02'),(26943,11890,'action created','2021-01-06 09:51:02','2021-01-06 01:51:02'),(26944,11890,'action started via WP Cron','2021-01-06 09:52:47','2021-01-06 01:52:47'),(26945,11890,'action complete via WP Cron','2021-01-06 09:52:47','2021-01-06 01:52:47'),(26946,11891,'action created','2021-01-06 09:52:47','2021-01-06 01:52:47'),(26947,11891,'action started via WP Cron','2021-01-06 09:54:11','2021-01-06 01:54:11'),(26948,11891,'action complete via WP Cron','2021-01-06 09:54:11','2021-01-06 01:54:11'),(26949,11892,'action created','2021-01-06 09:54:11','2021-01-06 01:54:11'),(26950,11892,'action started via WP Cron','2021-01-06 09:55:21','2021-01-06 01:55:21'),(26951,11892,'action complete via WP Cron','2021-01-06 09:55:21','2021-01-06 01:55:21'),(26952,11893,'action created','2021-01-06 09:55:21','2021-01-06 01:55:21'),(26953,11893,'action started via WP Cron','2021-01-06 09:56:21','2021-01-06 01:56:21'),(26954,11893,'action complete via WP Cron','2021-01-06 09:56:21','2021-01-06 01:56:21'),(26955,11894,'action created','2021-01-06 09:56:22','2021-01-06 01:56:22'),(26956,11894,'action started via WP Cron','2021-01-06 09:57:22','2021-01-06 01:57:22'),(26957,11894,'action complete via WP Cron','2021-01-06 09:57:22','2021-01-06 01:57:22'),(26958,11895,'action created','2021-01-06 09:57:22','2021-01-06 01:57:22'),(26959,11895,'action started via WP Cron','2021-01-06 09:59:27','2021-01-06 01:59:27'),(26960,11895,'action complete via WP Cron','2021-01-06 09:59:27','2021-01-06 01:59:27'),(26961,11896,'action created','2021-01-06 09:59:27','2021-01-06 01:59:27'),(26962,11896,'action started via WP Cron','2021-01-06 10:00:40','2021-01-06 02:00:40'),(26963,11896,'action complete via WP Cron','2021-01-06 10:00:40','2021-01-06 02:00:40'),(26964,11897,'action created','2021-01-06 10:00:40','2021-01-06 02:00:40'),(26965,11897,'action started via WP Cron','2021-01-06 10:01:52','2021-01-06 02:01:52'),(26966,11897,'action complete via WP Cron','2021-01-06 10:01:52','2021-01-06 02:01:52'),(26967,11898,'action created','2021-01-06 10:01:52','2021-01-06 02:01:52'),(26968,11898,'action started via WP Cron','2021-01-06 10:02:54','2021-01-06 02:02:54'),(26969,11898,'action complete via WP Cron','2021-01-06 10:02:54','2021-01-06 02:02:54'),(26970,11899,'action created','2021-01-06 10:02:55','2021-01-06 02:02:55'),(26971,11899,'action started via WP Cron','2021-01-06 10:05:18','2021-01-06 02:05:18'),(26972,11899,'action complete via WP Cron','2021-01-06 10:05:18','2021-01-06 02:05:18'),(26973,11900,'action created','2021-01-06 10:05:18','2021-01-06 02:05:18'),(26974,11900,'action started via WP Cron','2021-01-06 10:07:42','2021-01-06 02:07:42'),(26975,11900,'action complete via WP Cron','2021-01-06 10:07:42','2021-01-06 02:07:42'),(26976,11901,'action created','2021-01-06 10:07:42','2021-01-06 02:07:42'),(26977,11901,'action started via WP Cron','2021-01-06 10:10:17','2021-01-06 02:10:17'),(26978,11901,'action complete via WP Cron','2021-01-06 10:10:17','2021-01-06 02:10:17'),(26979,11902,'action created','2021-01-06 10:11:11','2021-01-06 02:11:11'),(26980,11902,'action started via WP Cron','2021-01-06 10:11:41','2021-01-06 02:11:41'),(26981,11902,'action complete via WP Cron','2021-01-06 10:11:41','2021-01-06 02:11:41'),(26982,11903,'action created','2021-01-06 10:11:41','2021-01-06 02:11:41'),(26983,11903,'action started via WP Cron','2021-01-06 10:12:51','2021-01-06 02:12:51'),(26984,11903,'action complete via WP Cron','2021-01-06 10:12:51','2021-01-06 02:12:51'),(26985,11904,'action created','2021-01-06 10:12:51','2021-01-06 02:12:51'),(26986,11904,'action started via WP Cron','2021-01-06 10:16:47','2021-01-06 02:16:47'),(26987,11904,'action complete via WP Cron','2021-01-06 10:16:47','2021-01-06 02:16:47'),(26988,11905,'action created','2021-01-06 10:16:47','2021-01-06 02:16:47'),(26989,11905,'action started via WP Cron','2021-01-06 10:19:58','2021-01-06 02:19:58'),(26990,11905,'action complete via WP Cron','2021-01-06 10:19:58','2021-01-06 02:19:58'),(26991,11906,'action created','2021-01-06 10:19:58','2021-01-06 02:19:58'),(26992,11906,'action started via WP Cron','2021-01-06 10:25:39','2021-01-06 02:25:39'),(26993,11906,'action complete via WP Cron','2021-01-06 10:25:39','2021-01-06 02:25:39'),(26994,11907,'action created','2021-01-06 10:25:39','2021-01-06 02:25:39'),(26995,11907,'action started via WP Cron','2021-01-06 10:26:40','2021-01-06 02:26:40'),(26996,11907,'action complete via WP Cron','2021-01-06 10:26:40','2021-01-06 02:26:40'),(26997,11908,'action created','2021-01-06 10:26:40','2021-01-06 02:26:40'),(26998,11908,'action started via WP Cron','2021-01-06 10:27:41','2021-01-06 02:27:41'),(26999,11908,'action complete via WP Cron','2021-01-06 10:27:41','2021-01-06 02:27:41'),(27000,11909,'action created','2021-01-06 10:27:41','2021-01-06 02:27:41'),(27001,11909,'action started via WP Cron','2021-01-06 10:28:42','2021-01-06 02:28:42'),(27002,11909,'action complete via WP Cron','2021-01-06 10:28:42','2021-01-06 02:28:42'),(27003,11910,'action created','2021-01-06 10:28:42','2021-01-06 02:28:42'),(27004,11910,'action started via WP Cron','2021-01-06 10:29:43','2021-01-06 02:29:43'),(27005,11910,'action complete via WP Cron','2021-01-06 10:29:43','2021-01-06 02:29:43'),(27006,11911,'action created','2021-01-06 10:29:43','2021-01-06 02:29:43'),(27007,11911,'action started via WP Cron','2021-01-06 10:30:44','2021-01-06 02:30:44'),(27008,11911,'action complete via WP Cron','2021-01-06 10:30:44','2021-01-06 02:30:44'),(27009,11912,'action created','2021-01-06 10:30:44','2021-01-06 02:30:44'),(27010,11912,'action started via WP Cron','2021-01-06 10:37:21','2021-01-06 02:37:21'),(27011,11912,'action complete via WP Cron','2021-01-06 10:37:21','2021-01-06 02:37:21'),(27012,11913,'action created','2021-01-06 10:37:21','2021-01-06 02:37:21'),(27013,11913,'action started via WP Cron','2021-01-06 10:38:48','2021-01-06 02:38:48'),(27014,11913,'action complete via WP Cron','2021-01-06 10:38:48','2021-01-06 02:38:48'),(27015,11914,'action created','2021-01-06 10:38:48','2021-01-06 02:38:48'),(27016,11914,'action started via WP Cron','2021-01-06 10:39:50','2021-01-06 02:39:50'),(27017,11914,'action complete via WP Cron','2021-01-06 10:39:50','2021-01-06 02:39:50'),(27018,11915,'action created','2021-01-06 10:39:50','2021-01-06 02:39:50'),(27019,11915,'action started via WP Cron','2021-01-06 10:40:51','2021-01-06 02:40:51'),(27020,11915,'action complete via WP Cron','2021-01-06 10:40:51','2021-01-06 02:40:51'),(27021,11916,'action created','2021-01-06 10:40:51','2021-01-06 02:40:51'),(27022,11916,'action started via WP Cron','2021-01-06 10:41:52','2021-01-06 02:41:52'),(27023,11916,'action complete via WP Cron','2021-01-06 10:41:52','2021-01-06 02:41:52'),(27024,11917,'action created','2021-01-06 10:41:52','2021-01-06 02:41:52'),(27025,11917,'action started via WP Cron','2021-01-06 10:42:54','2021-01-06 02:42:54'),(27026,11917,'action complete via WP Cron','2021-01-06 10:42:54','2021-01-06 02:42:54'),(27027,11918,'action created','2021-01-06 10:42:54','2021-01-06 02:42:54'),(27028,11918,'action started via WP Cron','2021-01-06 10:43:55','2021-01-06 02:43:55'),(27029,11918,'action complete via WP Cron','2021-01-06 10:43:55','2021-01-06 02:43:55'),(27030,11919,'action created','2021-01-06 10:43:55','2021-01-06 02:43:55'),(27031,11919,'action started via WP Cron','2021-01-06 10:47:37','2021-01-06 02:47:37'),(27032,11919,'action complete via WP Cron','2021-01-06 10:47:37','2021-01-06 02:47:37'),(27033,11920,'action created','2021-01-06 10:47:38','2021-01-06 02:47:38'),(27034,11920,'action started via WP Cron','2021-01-06 10:48:52','2021-01-06 02:48:52'),(27035,11920,'action complete via WP Cron','2021-01-06 10:48:52','2021-01-06 02:48:52'),(27036,11921,'action created','2021-01-06 10:48:52','2021-01-06 02:48:52'),(27037,11921,'action started via WP Cron','2021-01-06 10:50:08','2021-01-06 02:50:08'),(27038,11921,'action complete via WP Cron','2021-01-06 10:50:08','2021-01-06 02:50:08'),(27039,11922,'action created','2021-01-06 10:50:08','2021-01-06 02:50:08'),(27040,11922,'action started via WP Cron','2021-01-06 10:52:32','2021-01-06 02:52:32'),(27041,11922,'action complete via WP Cron','2021-01-06 10:52:32','2021-01-06 02:52:32'),(27042,11923,'action created','2021-01-06 10:52:32','2021-01-06 02:52:32'),(27043,11923,'action started via WP Cron','2021-01-06 10:55:47','2021-01-06 02:55:47'),(27044,11923,'action complete via WP Cron','2021-01-06 10:55:47','2021-01-06 02:55:47'),(27045,11924,'action created','2021-01-06 10:55:47','2021-01-06 02:55:47'),(27046,11924,'action started via WP Cron','2021-01-06 11:03:20','2021-01-06 03:03:20'),(27047,11924,'action complete via WP Cron','2021-01-06 11:03:20','2021-01-06 03:03:20'),(27048,11925,'action created','2021-01-06 11:04:20','2021-01-06 03:04:20'),(27049,11925,'action started via WP Cron','2021-01-06 11:05:22','2021-01-06 03:05:22'),(27050,11925,'action complete via WP Cron','2021-01-06 11:05:22','2021-01-06 03:05:22'),(27051,11926,'action created','2021-01-06 11:05:22','2021-01-06 03:05:22'),(27052,11926,'action started via WP Cron','2021-01-06 11:07:23','2021-01-06 03:07:23'),(27053,11926,'action complete via WP Cron','2021-01-06 11:07:23','2021-01-06 03:07:23'),(27054,11927,'action created','2021-01-06 11:07:24','2021-01-06 03:07:24'),(27055,11927,'action started via WP Cron','2021-01-06 11:08:25','2021-01-06 03:08:25'),(27056,11927,'action complete via WP Cron','2021-01-06 11:08:25','2021-01-06 03:08:25'),(27057,11928,'action created','2021-01-06 11:08:25','2021-01-06 03:08:25'),(27058,11928,'action started via WP Cron','2021-01-06 11:09:26','2021-01-06 03:09:26'),(27059,11928,'action complete via WP Cron','2021-01-06 11:09:26','2021-01-06 03:09:26'),(27060,11929,'action created','2021-01-06 11:09:26','2021-01-06 03:09:26'),(27061,11929,'action started via WP Cron','2021-01-06 11:12:26','2021-01-06 03:12:26'),(27062,11929,'action complete via WP Cron','2021-01-06 11:12:26','2021-01-06 03:12:26'),(27063,11930,'action created','2021-01-06 11:12:26','2021-01-06 03:12:26'),(27064,11930,'action started via WP Cron','2021-01-06 11:13:20','2021-01-06 03:13:20'),(27065,11930,'action complete via WP Cron','2021-01-06 11:13:20','2021-01-06 03:13:20'),(27066,11931,'action created','2021-01-06 11:13:20','2021-01-06 03:13:20'),(27067,11931,'action started via WP Cron','2021-01-06 11:13:46','2021-01-06 03:13:46'),(27068,11931,'action complete via WP Cron','2021-01-06 11:13:46','2021-01-06 03:13:46'),(27069,11932,'action created','2021-01-06 11:13:46','2021-01-06 03:13:46'),(27070,11932,'action started via WP Cron','2021-01-06 11:14:55','2021-01-06 03:14:55'),(27071,11932,'action complete via WP Cron','2021-01-06 11:14:55','2021-01-06 03:14:55'),(27072,11933,'action created','2021-01-06 11:14:55','2021-01-06 03:14:55'),(27073,11933,'action started via WP Cron','2021-01-06 11:15:41','2021-01-06 03:15:41'),(27074,11933,'action complete via WP Cron','2021-01-06 11:15:41','2021-01-06 03:15:41'),(27075,11934,'action created','2021-01-06 11:15:41','2021-01-06 03:15:41'),(27076,11934,'action started via WP Cron','2021-01-06 11:20:48','2021-01-06 03:20:48'),(27077,11934,'action complete via WP Cron','2021-01-06 11:20:48','2021-01-06 03:20:48'),(27078,11935,'action created','2021-01-06 11:20:48','2021-01-06 03:20:48'),(27079,11935,'action started via WP Cron','2021-01-06 11:31:06','2021-01-06 03:31:06'),(27080,11935,'action complete via WP Cron','2021-01-06 11:31:06','2021-01-06 03:31:06'),(27081,11936,'action created','2021-01-06 11:31:06','2021-01-06 03:31:06'),(27082,11936,'action started via WP Cron','2021-01-06 11:31:44','2021-01-06 03:31:44'),(27083,11936,'action complete via WP Cron','2021-01-06 11:31:44','2021-01-06 03:31:44'),(27084,11937,'action created','2021-01-06 11:31:44','2021-01-06 03:31:44'),(27085,11937,'action started via WP Cron','2021-01-06 11:32:45','2021-01-06 03:32:45'),(27086,11937,'action complete via WP Cron','2021-01-06 11:32:45','2021-01-06 03:32:45'),(27087,11938,'action created','2021-01-06 11:32:45','2021-01-06 03:32:45'),(27088,11938,'action started via WP Cron','2021-01-06 11:33:47','2021-01-06 03:33:47'),(27089,11938,'action complete via WP Cron','2021-01-06 11:33:47','2021-01-06 03:33:47'),(27090,11939,'action created','2021-01-06 11:33:47','2021-01-06 03:33:47'),(27091,11939,'action started via WP Cron','2021-01-06 11:34:47','2021-01-06 03:34:47'),(27092,11939,'action complete via WP Cron','2021-01-06 11:34:47','2021-01-06 03:34:47'),(27093,11940,'action created','2021-01-06 11:34:47','2021-01-06 03:34:47'),(27094,11940,'action started via WP Cron','2021-01-06 11:40:29','2021-01-06 03:40:29'),(27095,11940,'action complete via WP Cron','2021-01-06 11:40:29','2021-01-06 03:40:29'),(27096,11941,'action created','2021-01-06 11:40:29','2021-01-06 03:40:29'),(27097,11941,'action started via WP Cron','2021-01-06 11:41:41','2021-01-06 03:41:41'),(27098,11941,'action complete via WP Cron','2021-01-06 11:41:41','2021-01-06 03:41:41'),(27099,11942,'action created','2021-01-06 11:41:41','2021-01-06 03:41:41'),(27100,11942,'action started via WP Cron','2021-01-06 11:42:42','2021-01-06 03:42:42'),(27101,11942,'action complete via WP Cron','2021-01-06 11:42:42','2021-01-06 03:42:42'),(27102,11943,'action created','2021-01-06 11:42:42','2021-01-06 03:42:42'),(27103,11943,'action started via WP Cron','2021-01-06 11:43:42','2021-01-06 03:43:42'),(27104,11943,'action complete via WP Cron','2021-01-06 11:43:42','2021-01-06 03:43:42'),(27105,11944,'action created','2021-01-06 11:43:42','2021-01-06 03:43:42'),(27106,11944,'action started via WP Cron','2021-01-06 11:44:57','2021-01-06 03:44:57'),(27107,11944,'action complete via WP Cron','2021-01-06 11:44:57','2021-01-06 03:44:57'),(27108,11945,'action created','2021-01-06 11:44:57','2021-01-06 03:44:57'),(27109,11945,'action started via WP Cron','2021-01-06 11:45:44','2021-01-06 03:45:44'),(27110,11945,'action complete via WP Cron','2021-01-06 11:45:44','2021-01-06 03:45:44'),(27111,11946,'action created','2021-01-06 11:45:44','2021-01-06 03:45:44'),(27112,11946,'action started via WP Cron','2021-01-06 11:46:45','2021-01-06 03:46:45'),(27113,11946,'action complete via WP Cron','2021-01-06 11:46:45','2021-01-06 03:46:45'),(27114,11947,'action created','2021-01-06 11:46:45','2021-01-06 03:46:45'),(27115,11947,'action started via WP Cron','2021-01-06 11:49:08','2021-01-06 03:49:08'),(27116,11947,'action complete via WP Cron','2021-01-06 11:49:08','2021-01-06 03:49:08'),(27117,11948,'action created','2021-01-06 11:49:08','2021-01-06 03:49:08'),(27118,11948,'action started via WP Cron','2021-01-06 11:50:28','2021-01-06 03:50:28'),(27119,11948,'action complete via WP Cron','2021-01-06 11:50:28','2021-01-06 03:50:28'),(27120,11949,'action created','2021-01-06 11:50:28','2021-01-06 03:50:28'),(27121,11949,'action started via WP Cron','2021-01-06 11:51:29','2021-01-06 03:51:29'),(27122,11949,'action complete via WP Cron','2021-01-06 11:51:29','2021-01-06 03:51:29'),(27123,11950,'action created','2021-01-06 11:51:29','2021-01-06 03:51:29'),(27124,11950,'action started via WP Cron','2021-01-06 11:51:52','2021-01-06 03:51:52'),(27125,11950,'action complete via WP Cron','2021-01-06 11:51:52','2021-01-06 03:51:52'),(27126,11951,'action created','2021-01-06 11:51:52','2021-01-06 03:51:52'),(27127,11951,'action started via WP Cron','2021-01-06 11:55:06','2021-01-06 03:55:06'),(27128,11951,'action complete via WP Cron','2021-01-06 11:55:06','2021-01-06 03:55:06'),(27129,11952,'action created','2021-01-06 11:55:06','2021-01-06 03:55:06'),(27130,11952,'action started via WP Cron','2021-01-06 11:56:35','2021-01-06 03:56:35'),(27131,11952,'action complete via WP Cron','2021-01-06 11:56:35','2021-01-06 03:56:35'),(27132,11953,'action created','2021-01-06 11:56:35','2021-01-06 03:56:35'),(27133,11953,'action started via WP Cron','2021-01-06 12:03:52','2021-01-06 04:03:52'),(27134,11953,'action complete via WP Cron','2021-01-06 12:03:52','2021-01-06 04:03:52'),(27135,11954,'action created','2021-01-06 12:03:52','2021-01-06 04:03:52'),(27136,11954,'action started via WP Cron','2021-01-06 12:05:55','2021-01-06 04:05:55'),(27137,11954,'action complete via WP Cron','2021-01-06 12:05:55','2021-01-06 04:05:55'),(27138,11955,'action created','2021-01-06 12:05:55','2021-01-06 04:05:55'),(27139,11955,'action started via WP Cron','2021-01-06 12:09:32','2021-01-06 04:09:32'),(27140,11955,'action complete via WP Cron','2021-01-06 12:09:32','2021-01-06 04:09:32'),(27141,11956,'action created','2021-01-06 12:09:32','2021-01-06 04:09:32'),(27142,11956,'action started via WP Cron','2021-01-06 12:09:42','2021-01-06 04:09:42'),(27143,11956,'action complete via WP Cron','2021-01-06 12:09:42','2021-01-06 04:09:42'),(27144,11957,'action created','2021-01-06 12:09:42','2021-01-06 04:09:42'),(27145,11957,'action started via WP Cron','2021-01-06 12:11:27','2021-01-06 04:11:27'),(27146,11957,'action complete via WP Cron','2021-01-06 12:11:27','2021-01-06 04:11:27'),(27147,11958,'action created','2021-01-06 12:11:27','2021-01-06 04:11:27'),(27148,11958,'action started via WP Cron','2021-01-06 12:15:17','2021-01-06 04:15:17'),(27149,11958,'action complete via WP Cron','2021-01-06 12:15:17','2021-01-06 04:15:17'),(27150,11959,'action created','2021-01-06 12:15:17','2021-01-06 04:15:17'),(27151,11959,'action started via WP Cron','2021-01-06 12:16:07','2021-01-06 04:16:07'),(27152,11959,'action complete via WP Cron','2021-01-06 12:16:07','2021-01-06 04:16:07'),(27153,11960,'action created','2021-01-06 12:16:07','2021-01-06 04:16:07'),(27154,11960,'action started via WP Cron','2021-01-06 12:16:53','2021-01-06 04:16:53'),(27155,11960,'action complete via WP Cron','2021-01-06 12:16:53','2021-01-06 04:16:53'),(27156,11961,'action created','2021-01-06 12:16:53','2021-01-06 04:16:53'),(27157,11961,'action started via WP Cron','2021-01-06 12:18:07','2021-01-06 04:18:07'),(27158,11961,'action complete via WP Cron','2021-01-06 12:18:07','2021-01-06 04:18:07'),(27159,11962,'action created','2021-01-06 12:18:09','2021-01-06 04:18:09'),(27160,11962,'action started via WP Cron','2021-01-06 12:30:40','2021-01-06 04:30:40'),(27161,11962,'action complete via WP Cron','2021-01-06 12:30:40','2021-01-06 04:30:40'),(27162,11963,'action created','2021-01-06 12:30:40','2021-01-06 04:30:40'),(27163,11963,'action started via WP Cron','2021-01-06 12:33:05','2021-01-06 04:33:05'),(27164,11963,'action complete via WP Cron','2021-01-06 12:33:05','2021-01-06 04:33:05'),(27165,11964,'action created','2021-01-06 12:33:05','2021-01-06 04:33:05'),(27166,11964,'action started via WP Cron','2021-01-06 12:34:14','2021-01-06 04:34:14'),(27167,11964,'action complete via WP Cron','2021-01-06 12:34:14','2021-01-06 04:34:14'),(27168,11965,'action created','2021-01-06 12:34:14','2021-01-06 04:34:14'),(27169,11965,'action started via WP Cron','2021-01-06 12:35:08','2021-01-06 04:35:08'),(27170,11965,'action complete via WP Cron','2021-01-06 12:35:08','2021-01-06 04:35:08'),(27171,11966,'action created','2021-01-06 12:35:08','2021-01-06 04:35:08'),(27172,11966,'action started via WP Cron','2021-01-06 12:35:53','2021-01-06 04:35:53'),(27173,11966,'action complete via WP Cron','2021-01-06 12:35:53','2021-01-06 04:35:53'),(27174,11967,'action created','2021-01-06 12:35:53','2021-01-06 04:35:53'),(27175,11967,'action started via WP Cron','2021-01-06 12:37:09','2021-01-06 04:37:09'),(27176,11967,'action complete via WP Cron','2021-01-06 12:37:09','2021-01-06 04:37:09'),(27177,11968,'action created','2021-01-06 12:37:10','2021-01-06 04:37:10'),(27178,11968,'action started via WP Cron','2021-01-06 12:38:11','2021-01-06 04:38:11'),(27179,11968,'action complete via WP Cron','2021-01-06 12:38:11','2021-01-06 04:38:11'),(27180,11969,'action created','2021-01-06 12:38:11','2021-01-06 04:38:11'),(27181,11969,'action started via WP Cron','2021-01-06 12:39:11','2021-01-06 04:39:11'),(27182,11969,'action complete via WP Cron','2021-01-06 12:39:11','2021-01-06 04:39:11'),(27183,11970,'action created','2021-01-06 12:39:12','2021-01-06 04:39:12'),(27184,11970,'action started via WP Cron','2021-01-06 12:39:51','2021-01-06 04:39:51'),(27185,11970,'action complete via WP Cron','2021-01-06 12:39:51','2021-01-06 04:39:51'),(27186,11971,'action created','2021-01-06 12:39:51','2021-01-06 04:39:51'),(27187,11971,'action started via WP Cron','2021-01-06 12:41:56','2021-01-06 04:41:56'),(27188,11971,'action complete via WP Cron','2021-01-06 12:41:56','2021-01-06 04:41:56'),(27189,11972,'action created','2021-01-06 12:41:56','2021-01-06 04:41:56'),(27190,11972,'action started via WP Cron','2021-01-06 12:43:27','2021-01-06 04:43:27'),(27191,11972,'action complete via WP Cron','2021-01-06 12:43:27','2021-01-06 04:43:27'),(27192,11973,'action created','2021-01-06 12:43:27','2021-01-06 04:43:27'),(27193,11973,'action started via WP Cron','2021-01-06 12:47:08','2021-01-06 04:47:08'),(27194,11973,'action complete via WP Cron','2021-01-06 12:47:08','2021-01-06 04:47:08'),(27195,11974,'action created','2021-01-06 12:47:08','2021-01-06 04:47:08'),(27196,11974,'action started via WP Cron','2021-01-06 12:48:20','2021-01-06 04:48:20'),(27197,11974,'action complete via WP Cron','2021-01-06 12:48:20','2021-01-06 04:48:20'),(27198,11975,'action created','2021-01-06 12:48:24','2021-01-06 04:48:24'),(27199,11975,'action started via WP Cron','2021-01-06 12:50:16','2021-01-06 04:50:16'),(27200,11975,'action complete via WP Cron','2021-01-06 12:50:16','2021-01-06 04:50:16'),(27201,11976,'action created','2021-01-06 12:50:16','2021-01-06 04:50:16'),(27202,11976,'action started via WP Cron','2021-01-06 12:52:16','2021-01-06 04:52:16'),(27203,11976,'action complete via WP Cron','2021-01-06 12:52:16','2021-01-06 04:52:16'),(27204,11977,'action created','2021-01-06 12:52:16','2021-01-06 04:52:16'),(27205,11977,'action started via WP Cron','2021-01-06 12:54:16','2021-01-06 04:54:16'),(27206,11977,'action complete via WP Cron','2021-01-06 12:54:16','2021-01-06 04:54:16'),(27207,11978,'action created','2021-01-06 12:54:16','2021-01-06 04:54:16'),(27208,11978,'action started via WP Cron','2021-01-06 12:54:48','2021-01-06 04:54:48'),(27209,11978,'action complete via WP Cron','2021-01-06 12:54:48','2021-01-06 04:54:48'),(27210,11979,'action created','2021-01-06 12:54:48','2021-01-06 04:54:48'),(27211,11979,'action started via WP Cron','2021-01-06 12:56:18','2021-01-06 04:56:18'),(27212,11979,'action complete via WP Cron','2021-01-06 12:56:18','2021-01-06 04:56:18'),(27213,11980,'action created','2021-01-06 12:56:18','2021-01-06 04:56:18'),(27214,11980,'action started via WP Cron','2021-01-06 12:56:50','2021-01-06 04:56:50'),(27215,11980,'action complete via WP Cron','2021-01-06 12:56:50','2021-01-06 04:56:50'),(27216,11981,'action created','2021-01-06 12:56:50','2021-01-06 04:56:50'),(27217,11981,'action started via WP Cron','2021-01-06 12:58:02','2021-01-06 04:58:02'),(27218,11981,'action complete via WP Cron','2021-01-06 12:58:02','2021-01-06 04:58:02'),(27219,11982,'action created','2021-01-06 12:58:02','2021-01-06 04:58:02'),(27220,11982,'action started via WP Cron','2021-01-06 13:00:51','2021-01-06 05:00:51'),(27221,11982,'action complete via WP Cron','2021-01-06 13:00:51','2021-01-06 05:00:51'),(27222,11983,'action created','2021-01-06 13:00:51','2021-01-06 05:00:51'),(27223,11983,'action started via WP Cron','2021-01-06 13:02:10','2021-01-06 05:02:10'),(27224,11983,'action complete via WP Cron','2021-01-06 13:02:10','2021-01-06 05:02:10'),(27225,11984,'action created','2021-01-06 13:02:10','2021-01-06 05:02:10'),(27226,11984,'action started via WP Cron','2021-01-06 13:02:59','2021-01-06 05:02:59'),(27227,11984,'action complete via WP Cron','2021-01-06 13:02:59','2021-01-06 05:02:59'),(27228,11985,'action created','2021-01-06 13:02:59','2021-01-06 05:02:59'),(27229,11985,'action started via WP Cron','2021-01-06 13:06:27','2021-01-06 05:06:27'),(27230,11985,'action complete via WP Cron','2021-01-06 13:06:27','2021-01-06 05:06:27'),(27231,11986,'action created','2021-01-06 13:06:27','2021-01-06 05:06:27'),(27232,11986,'action started via WP Cron','2021-01-06 13:07:32','2021-01-06 05:07:32'),(27233,11986,'action complete via WP Cron','2021-01-06 13:07:32','2021-01-06 05:07:32'),(27234,11987,'action created','2021-01-06 13:07:32','2021-01-06 05:07:32'),(27235,11987,'action started via WP Cron','2021-01-06 13:11:33','2021-01-06 05:11:33'),(27236,11987,'action complete via WP Cron','2021-01-06 13:11:33','2021-01-06 05:11:33'),(27237,11988,'action created','2021-01-06 13:11:33','2021-01-06 05:11:33'),(27238,11988,'action started via WP Cron','2021-01-06 13:12:27','2021-01-06 05:12:27'),(27239,11988,'action complete via WP Cron','2021-01-06 13:12:27','2021-01-06 05:12:27'),(27240,11989,'action created','2021-01-06 13:12:27','2021-01-06 05:12:27'),(27241,11989,'action started via WP Cron','2021-01-06 13:14:16','2021-01-06 05:14:16'),(27242,11989,'action complete via WP Cron','2021-01-06 13:14:16','2021-01-06 05:14:16'),(27243,11990,'action created','2021-01-06 13:14:16','2021-01-06 05:14:16'),(27244,11990,'action started via WP Cron','2021-01-06 13:15:30','2021-01-06 05:15:30'),(27245,11990,'action complete via WP Cron','2021-01-06 13:15:30','2021-01-06 05:15:30'),(27246,11991,'action created','2021-01-06 13:15:30','2021-01-06 05:15:30'),(27247,11991,'action started via WP Cron','2021-01-06 13:15:47','2021-01-06 05:15:47'),(27248,11991,'action complete via WP Cron','2021-01-06 13:15:47','2021-01-06 05:15:47'),(27249,11992,'action created','2021-01-06 13:15:48','2021-01-06 05:15:48'),(27250,11992,'action started via WP Cron','2021-01-06 13:16:48','2021-01-06 05:16:48'),(27251,11992,'action complete via WP Cron','2021-01-06 13:16:48','2021-01-06 05:16:48'),(27252,11993,'action created','2021-01-06 13:16:49','2021-01-06 05:16:49'),(27253,11993,'action started via WP Cron','2021-01-06 13:17:50','2021-01-06 05:17:50'),(27254,11993,'action complete via WP Cron','2021-01-06 13:17:50','2021-01-06 05:17:50'),(27255,11994,'action created','2021-01-06 13:17:50','2021-01-06 05:17:50'),(27256,11994,'action started via WP Cron','2021-01-06 13:25:36','2021-01-06 05:25:36'),(27257,11994,'action complete via WP Cron','2021-01-06 13:25:36','2021-01-06 05:25:36'),(27258,11995,'action created','2021-01-06 13:25:36','2021-01-06 05:25:36'),(27259,11995,'action started via WP Cron','2021-01-06 13:26:41','2021-01-06 05:26:41'),(27260,11995,'action complete via WP Cron','2021-01-06 13:26:41','2021-01-06 05:26:41'),(27261,11996,'action created','2021-01-06 13:26:41','2021-01-06 05:26:41'),(27262,11996,'action started via WP Cron','2021-01-06 13:28:16','2021-01-06 05:28:16'),(27263,11996,'action complete via WP Cron','2021-01-06 13:28:16','2021-01-06 05:28:16'),(27264,11997,'action created','2021-01-06 13:28:17','2021-01-06 05:28:17'),(27265,11997,'action started via WP Cron','2021-01-06 13:29:02','2021-01-06 05:29:02'),(27266,11997,'action complete via WP Cron','2021-01-06 13:29:02','2021-01-06 05:29:02'),(27267,11998,'action created','2021-01-06 13:29:02','2021-01-06 05:29:02'),(27268,11998,'action started via WP Cron','2021-01-06 13:30:33','2021-01-06 05:30:33'),(27269,11998,'action complete via WP Cron','2021-01-06 13:30:33','2021-01-06 05:30:33'),(27270,11999,'action created','2021-01-06 13:30:33','2021-01-06 05:30:33'),(27271,11999,'action started via WP Cron','2021-01-06 13:44:23','2021-01-06 05:44:23'),(27272,11999,'action complete via WP Cron','2021-01-06 13:44:23','2021-01-06 05:44:23'),(27273,12000,'action created','2021-01-06 13:44:24','2021-01-06 05:44:24'),(27274,12000,'action started via WP Cron','2021-01-06 13:45:50','2021-01-06 05:45:50'),(27275,12000,'action complete via WP Cron','2021-01-06 13:45:50','2021-01-06 05:45:50'),(27276,12001,'action created','2021-01-06 13:45:50','2021-01-06 05:45:50'),(27277,12001,'action started via WP Cron','2021-01-06 13:47:13','2021-01-06 05:47:13'),(27278,12001,'action complete via WP Cron','2021-01-06 13:47:13','2021-01-06 05:47:13'),(27279,12002,'action created','2021-01-06 13:47:13','2021-01-06 05:47:13'),(27280,12002,'action started via WP Cron','2021-01-06 13:48:20','2021-01-06 05:48:20'),(27281,12002,'action complete via WP Cron','2021-01-06 13:48:20','2021-01-06 05:48:20'),(27282,12003,'action created','2021-01-06 13:48:20','2021-01-06 05:48:20'),(27283,12003,'action started via WP Cron','2021-01-06 13:50:28','2021-01-06 05:50:28'),(27284,12003,'action complete via WP Cron','2021-01-06 13:50:28','2021-01-06 05:50:28'),(27285,12004,'action created','2021-01-06 13:50:29','2021-01-06 05:50:29'),(27286,12004,'action started via WP Cron','2021-01-06 13:51:29','2021-01-06 05:51:29'),(27287,12004,'action complete via WP Cron','2021-01-06 13:51:29','2021-01-06 05:51:29'),(27288,12005,'action created','2021-01-06 13:51:30','2021-01-06 05:51:30'),(27289,12005,'action started via WP Cron','2021-01-06 13:52:30','2021-01-06 05:52:30'),(27290,12005,'action complete via WP Cron','2021-01-06 13:52:30','2021-01-06 05:52:30'),(27291,12006,'action created','2021-01-06 13:52:31','2021-01-06 05:52:31'),(27292,12006,'action started via WP Cron','2021-01-06 13:54:07','2021-01-06 05:54:07'),(27293,12006,'action complete via WP Cron','2021-01-06 13:54:07','2021-01-06 05:54:07'),(27294,12007,'action created','2021-01-06 13:54:07','2021-01-06 05:54:07'),(27295,12007,'action started via WP Cron','2021-01-06 13:56:29','2021-01-06 05:56:29'),(27296,12007,'action complete via WP Cron','2021-01-06 13:56:29','2021-01-06 05:56:29'),(27297,12008,'action created','2021-01-06 13:56:30','2021-01-06 05:56:30'),(27298,12008,'action started via WP Cron','2021-01-06 14:03:47','2021-01-06 06:03:47'),(27299,12008,'action complete via WP Cron','2021-01-06 14:03:47','2021-01-06 06:03:47'),(27300,12009,'action created','2021-01-06 14:03:47','2021-01-06 06:03:47'),(27301,12009,'action started via WP Cron','2021-01-06 14:04:56','2021-01-06 06:04:56'),(27302,12009,'action complete via WP Cron','2021-01-06 14:04:56','2021-01-06 06:04:56'),(27303,12010,'action created','2021-01-06 14:04:56','2021-01-06 06:04:56'),(27304,12010,'action started via WP Cron','2021-01-06 14:05:46','2021-01-06 06:05:46'),(27305,12010,'action complete via WP Cron','2021-01-06 14:05:46','2021-01-06 06:05:46'),(27306,12011,'action created','2021-01-06 14:05:46','2021-01-06 06:05:46'),(27307,12011,'action started via WP Cron','2021-01-06 14:06:58','2021-01-06 06:06:58'),(27308,12011,'action complete via WP Cron','2021-01-06 14:06:58','2021-01-06 06:06:58'),(27309,12012,'action created','2021-01-06 14:06:58','2021-01-06 06:06:58'),(27310,12012,'action started via WP Cron','2021-01-06 14:07:52','2021-01-06 06:07:52'),(27311,12012,'action complete via WP Cron','2021-01-06 14:07:52','2021-01-06 06:07:52'),(27312,12013,'action created','2021-01-06 14:07:52','2021-01-06 06:07:52'),(27313,12013,'action started via WP Cron','2021-01-06 14:09:00','2021-01-06 06:09:00'),(27314,12013,'action complete via WP Cron','2021-01-06 14:09:00','2021-01-06 06:09:00'),(27315,12014,'action created','2021-01-06 14:09:00','2021-01-06 06:09:00'),(27316,12014,'action started via WP Cron','2021-01-06 14:10:27','2021-01-06 06:10:27'),(27317,12014,'action complete via WP Cron','2021-01-06 14:10:27','2021-01-06 06:10:27'),(27318,12015,'action created','2021-01-06 14:10:35','2021-01-06 06:10:35'),(27319,12015,'action started via WP Cron','2021-01-06 14:12:16','2021-01-06 06:12:16'),(27320,12015,'action complete via WP Cron','2021-01-06 14:12:16','2021-01-06 06:12:16'),(27321,12016,'action created','2021-01-06 14:12:16','2021-01-06 06:12:16'),(27322,12016,'action started via WP Cron','2021-01-06 14:13:22','2021-01-06 06:13:22'),(27323,12016,'action complete via WP Cron','2021-01-06 14:13:22','2021-01-06 06:13:22'),(27324,12017,'action created','2021-01-06 14:13:22','2021-01-06 06:13:22'),(27325,12017,'action started via WP Cron','2021-01-06 14:14:23','2021-01-06 06:14:23'),(27326,12017,'action complete via WP Cron','2021-01-06 14:14:23','2021-01-06 06:14:23'),(27327,12018,'action created','2021-01-06 14:14:24','2021-01-06 06:14:24'),(27328,12018,'action started via WP Cron','2021-01-06 14:16:39','2021-01-06 06:16:39'),(27329,12018,'action complete via WP Cron','2021-01-06 14:16:39','2021-01-06 06:16:39'),(27330,12019,'action created','2021-01-06 14:16:39','2021-01-06 06:16:39'),(27331,12019,'action started via WP Cron','2021-01-06 14:17:33','2021-01-06 06:17:33'),(27332,12019,'action complete via WP Cron','2021-01-06 14:17:33','2021-01-06 06:17:33'),(27333,12020,'action created','2021-01-06 14:17:33','2021-01-06 06:17:33'),(27334,12020,'action started via WP Cron','2021-01-06 14:17:56','2021-01-06 06:17:56'),(27335,12020,'action complete via WP Cron','2021-01-06 14:17:56','2021-01-06 06:17:56'),(27336,12021,'action created','2021-01-06 14:17:56','2021-01-06 06:17:56'),(27337,12021,'action started via WP Cron','2021-01-06 14:18:50','2021-01-06 06:18:50'),(27338,12021,'action complete via WP Cron','2021-01-06 14:18:50','2021-01-06 06:18:50'),(27339,12022,'action created','2021-01-06 14:19:33','2021-01-06 06:19:33'),(27340,12022,'action started via WP Cron','2021-01-06 14:19:51','2021-01-06 06:19:51'),(27341,12022,'action complete via WP Cron','2021-01-06 14:19:51','2021-01-06 06:19:51'),(27342,12023,'action created','2021-01-06 14:19:51','2021-01-06 06:19:51'),(27343,12023,'action started via WP Cron','2021-01-06 14:20:52','2021-01-06 06:20:52'),(27344,12023,'action complete via WP Cron','2021-01-06 14:20:52','2021-01-06 06:20:52'),(27345,12024,'action created','2021-01-06 14:20:52','2021-01-06 06:20:52'),(27346,12024,'action started via WP Cron','2021-01-06 14:26:01','2021-01-06 06:26:01'),(27347,12024,'action complete via WP Cron','2021-01-06 14:26:01','2021-01-06 06:26:01'),(27348,12025,'action created','2021-01-06 14:26:01','2021-01-06 06:26:01'),(27349,12025,'action started via WP Cron','2021-01-06 14:30:49','2021-01-06 06:30:49'),(27350,12025,'action complete via WP Cron','2021-01-06 14:30:49','2021-01-06 06:30:49'),(27351,12026,'action created','2021-01-06 14:30:49','2021-01-06 06:30:49'),(27352,12026,'action started via WP Cron','2021-01-06 14:33:49','2021-01-06 06:33:49'),(27353,12026,'action complete via WP Cron','2021-01-06 14:33:49','2021-01-06 06:33:49'),(27354,12027,'action created','2021-01-06 14:33:49','2021-01-06 06:33:49'),(27355,12027,'action started via WP Cron','2021-01-06 14:34:50','2021-01-06 06:34:50'),(27356,12027,'action complete via WP Cron','2021-01-06 14:34:50','2021-01-06 06:34:50'),(27357,12028,'action created','2021-01-06 14:34:50','2021-01-06 06:34:50'),(27358,12028,'action started via WP Cron','2021-01-06 14:36:56','2021-01-06 06:36:56'),(27359,12028,'action complete via WP Cron','2021-01-06 14:36:56','2021-01-06 06:36:56'),(27360,12029,'action created','2021-01-06 14:36:56','2021-01-06 06:36:56'),(27361,12029,'action started via WP Cron','2021-01-06 14:37:46','2021-01-06 06:37:46'),(27362,12029,'action complete via WP Cron','2021-01-06 14:37:46','2021-01-06 06:37:46'),(27363,12030,'action created','2021-01-06 14:37:46','2021-01-06 06:37:46'),(27364,12030,'action started via WP Cron','2021-01-06 14:38:55','2021-01-06 06:38:55'),(27365,12030,'action complete via WP Cron','2021-01-06 14:38:55','2021-01-06 06:38:55'),(27366,12031,'action created','2021-01-06 14:38:55','2021-01-06 06:38:55'),(27367,12031,'action started via WP Cron','2021-01-06 14:39:57','2021-01-06 06:39:57'),(27368,12031,'action complete via WP Cron','2021-01-06 14:39:57','2021-01-06 06:39:57'),(27369,12032,'action created','2021-01-06 14:39:57','2021-01-06 06:39:57'),(27370,12032,'action started via WP Cron','2021-01-06 14:41:24','2021-01-06 06:41:24'),(27371,12032,'action complete via WP Cron','2021-01-06 14:41:24','2021-01-06 06:41:24'),(27372,12033,'action created','2021-01-06 14:41:24','2021-01-06 06:41:24'),(27373,12033,'action started via WP Cron','2021-01-06 14:41:57','2021-01-06 06:41:57'),(27374,12033,'action complete via WP Cron','2021-01-06 14:41:57','2021-01-06 06:41:57'),(27375,12034,'action created','2021-01-06 14:41:57','2021-01-06 06:41:57'),(27376,12034,'action started via WP Cron','2021-01-06 14:44:30','2021-01-06 06:44:30'),(27377,12034,'action complete via WP Cron','2021-01-06 14:44:30','2021-01-06 06:44:30'),(27378,12035,'action created','2021-01-06 14:44:30','2021-01-06 06:44:30'),(27379,12035,'action started via WP Cron','2021-01-06 14:48:19','2021-01-06 06:48:19'),(27380,12035,'action complete via WP Cron','2021-01-06 14:48:19','2021-01-06 06:48:19'),(27381,12036,'action created','2021-01-06 14:48:19','2021-01-06 06:48:19'),(27382,12036,'action started via WP Cron','2021-01-06 14:50:35','2021-01-06 06:50:35'),(27383,12036,'action complete via WP Cron','2021-01-06 14:50:35','2021-01-06 06:50:35'),(27384,12037,'action created','2021-01-06 14:50:35','2021-01-06 06:50:35'),(27385,12037,'action started via WP Cron','2021-01-06 14:51:19','2021-01-06 06:51:19'),(27386,12037,'action complete via WP Cron','2021-01-06 14:51:19','2021-01-06 06:51:19'),(27387,12038,'action created','2021-01-06 14:51:19','2021-01-06 06:51:19'),(27388,12038,'action started via WP Cron','2021-01-06 14:52:06','2021-01-06 06:52:06'),(27389,12038,'action complete via WP Cron','2021-01-06 14:52:06','2021-01-06 06:52:06'),(27390,12039,'action created','2021-01-06 14:52:06','2021-01-06 06:52:06'),(27391,12039,'action started via WP Cron','2021-01-06 14:52:45','2021-01-06 06:52:45'),(27392,12039,'action complete via WP Cron','2021-01-06 14:52:45','2021-01-06 06:52:45'),(27393,12040,'action created','2021-01-06 14:52:45','2021-01-06 06:52:45'),(27394,12040,'action started via WP Cron','2021-01-06 14:54:33','2021-01-06 06:54:33'),(27395,12040,'action complete via WP Cron','2021-01-06 14:54:33','2021-01-06 06:54:33'),(27396,12041,'action created','2021-01-06 15:01:34','2021-01-06 07:01:34'),(27397,12041,'action started via WP Cron','2021-01-06 15:02:42','2021-01-06 07:02:42'),(27398,12041,'action complete via WP Cron','2021-01-06 15:02:42','2021-01-06 07:02:42'),(27399,12042,'action created','2021-01-06 15:02:42','2021-01-06 07:02:42'),(27400,12042,'action started via WP Cron','2021-01-06 15:08:13','2021-01-06 07:08:13'),(27401,12042,'action complete via WP Cron','2021-01-06 15:08:13','2021-01-06 07:08:13'),(27402,12043,'action created','2021-01-06 15:08:13','2021-01-06 07:08:13'),(27403,12043,'action started via WP Cron','2021-01-06 15:09:29','2021-01-06 07:09:29'),(27404,12043,'action complete via WP Cron','2021-01-06 15:09:29','2021-01-06 07:09:29'),(27405,12044,'action created','2021-01-06 15:09:29','2021-01-06 07:09:29'),(27406,12044,'action started via WP Cron','2021-01-06 15:11:00','2021-01-06 07:11:00'),(27407,12044,'action complete via WP Cron','2021-01-06 15:11:00','2021-01-06 07:11:00'),(27408,12045,'action created','2021-01-06 15:11:00','2021-01-06 07:11:00'),(27409,12045,'action started via WP Cron','2021-01-06 15:12:09','2021-01-06 07:12:09'),(27410,12045,'action complete via WP Cron','2021-01-06 15:12:09','2021-01-06 07:12:09'),(27411,12046,'action created','2021-01-06 15:12:09','2021-01-06 07:12:09'),(27412,12046,'action started via WP Cron','2021-01-06 15:16:58','2021-01-06 07:16:58'),(27413,12046,'action complete via WP Cron','2021-01-06 15:16:58','2021-01-06 07:16:58'),(27414,12047,'action created','2021-01-06 15:16:58','2021-01-06 07:16:58'),(27415,12047,'action started via WP Cron','2021-01-06 15:19:51','2021-01-06 07:19:51'),(27416,12047,'action complete via WP Cron','2021-01-06 15:19:51','2021-01-06 07:19:51'),(27417,12048,'action created','2021-01-06 15:19:51','2021-01-06 07:19:51'),(27418,12048,'action started via WP Cron','2021-01-06 15:21:06','2021-01-06 07:21:06'),(27419,12048,'action complete via WP Cron','2021-01-06 15:21:06','2021-01-06 07:21:06'),(27420,12049,'action created','2021-01-06 15:21:06','2021-01-06 07:21:06'),(27421,12049,'action started via WP Cron','2021-01-06 15:21:52','2021-01-06 07:21:52'),(27422,12049,'action complete via WP Cron','2021-01-06 15:21:52','2021-01-06 07:21:52'),(27423,12050,'action created','2021-01-06 15:21:52','2021-01-06 07:21:52'),(27424,12050,'action started via WP Cron','2021-01-06 15:22:53','2021-01-06 07:22:53'),(27425,12050,'action complete via WP Cron','2021-01-06 15:22:53','2021-01-06 07:22:53'),(27426,12051,'action created','2021-01-06 15:22:53','2021-01-06 07:22:53'),(27427,12051,'action started via WP Cron','2021-01-06 15:26:59','2021-01-06 07:26:59'),(27428,12051,'action complete via WP Cron','2021-01-06 15:26:59','2021-01-06 07:26:59'),(27429,12052,'action created','2021-01-06 15:26:59','2021-01-06 07:26:59'),(27433,12053,'action started via WP Cron','2021-01-06 15:38:38','2021-01-06 07:38:38'),(27434,12053,'action complete via WP Cron','2021-01-06 15:38:38','2021-01-06 07:38:38'),(27435,12054,'action created','2021-01-06 15:38:38','2021-01-06 07:38:38'),(27436,12054,'action started via WP Cron','2021-01-06 15:40:22','2021-01-06 07:40:22'),(27437,12054,'action complete via WP Cron','2021-01-06 15:40:22','2021-01-06 07:40:22'),(27438,12055,'action created','2021-01-06 15:40:22','2021-01-06 07:40:22'),(27439,12055,'action started via WP Cron','2021-01-06 15:42:27','2021-01-06 07:42:27'),(27440,12055,'action complete via WP Cron','2021-01-06 15:42:27','2021-01-06 07:42:27'),(27441,12056,'action created','2021-01-06 15:42:27','2021-01-06 07:42:27'),(27442,12056,'action started via WP Cron','2021-01-06 15:43:27','2021-01-06 07:43:27'),(27443,12056,'action complete via WP Cron','2021-01-06 15:43:27','2021-01-06 07:43:27'),(27444,12057,'action created','2021-01-06 15:43:27','2021-01-06 07:43:27'),(27445,12057,'action started via WP Cron','2021-01-06 15:44:28','2021-01-06 07:44:28'),(27446,12057,'action complete via WP Cron','2021-01-06 15:44:28','2021-01-06 07:44:28'),(27447,12058,'action created','2021-01-06 15:44:28','2021-01-06 07:44:28'),(27448,12058,'action started via WP Cron','2021-01-06 15:52:25','2021-01-06 07:52:25'),(27449,12058,'action complete via WP Cron','2021-01-06 15:52:25','2021-01-06 07:52:25'),(27450,12059,'action created','2021-01-06 15:58:36','2021-01-06 07:58:36'),(27451,12059,'action started via WP Cron','2021-01-06 16:03:11','2021-01-06 08:03:11'),(27452,12059,'action complete via WP Cron','2021-01-06 16:03:11','2021-01-06 08:03:11'),(27453,12060,'action created','2021-01-06 16:03:11','2021-01-06 08:03:11'),(27454,12060,'action started via WP Cron','2021-01-06 16:09:12','2021-01-06 08:09:12'),(27455,12060,'action complete via WP Cron','2021-01-06 16:09:12','2021-01-06 08:09:12'),(27456,12061,'action created','2021-01-06 16:09:12','2021-01-06 08:09:12'),(27457,12061,'action started via WP Cron','2021-01-06 16:11:24','2021-01-06 08:11:24'),(27458,12061,'action complete via WP Cron','2021-01-06 16:11:24','2021-01-06 08:11:24'),(27459,12062,'action created','2021-01-06 16:11:24','2021-01-06 08:11:24'),(27460,12062,'action started via WP Cron','2021-01-06 16:13:15','2021-01-06 08:13:15'),(27461,12062,'action complete via WP Cron','2021-01-06 16:13:15','2021-01-06 08:13:15'),(27462,12063,'action created','2021-01-06 16:14:25','2021-01-06 08:14:25'),(27463,12063,'action started via WP Cron','2021-01-06 16:15:47','2021-01-06 08:15:47'),(27464,12063,'action complete via WP Cron','2021-01-06 16:15:47','2021-01-06 08:15:47'),(27465,12064,'action created','2021-01-06 16:15:47','2021-01-06 08:15:47'),(27466,12064,'action started via WP Cron','2021-01-06 16:18:13','2021-01-06 08:18:13'),(27467,12064,'action complete via WP Cron','2021-01-06 16:18:13','2021-01-06 08:18:13'),(27468,12065,'action created','2021-01-06 16:18:13','2021-01-06 08:18:13'),(27469,12065,'action started via WP Cron','2021-01-06 16:19:20','2021-01-06 08:19:20'),(27470,12065,'action complete via WP Cron','2021-01-06 16:19:20','2021-01-06 08:19:20'),(27471,12066,'action created','2021-01-06 16:19:20','2021-01-06 08:19:20'),(27472,12066,'action started via WP Cron','2021-01-06 16:20:21','2021-01-06 08:20:21'),(27473,12066,'action complete via WP Cron','2021-01-06 16:20:21','2021-01-06 08:20:21'),(27474,12067,'action created','2021-01-06 16:20:21','2021-01-06 08:20:21'),(27475,12067,'action started via WP Cron','2021-01-06 16:21:22','2021-01-06 08:21:22'),(27476,12067,'action complete via WP Cron','2021-01-06 16:21:22','2021-01-06 08:21:22'),(27477,12068,'action created','2021-01-06 16:21:22','2021-01-06 08:21:22'),(27478,12068,'action started via WP Cron','2021-01-06 16:22:59','2021-01-06 08:22:59'),(27479,12068,'action complete via WP Cron','2021-01-06 16:22:59','2021-01-06 08:22:59'),(27480,12069,'action created','2021-01-06 16:22:59','2021-01-06 08:22:59'),(27481,12069,'action started via WP Cron','2021-01-06 16:23:53','2021-01-06 08:23:53'),(27482,12069,'action complete via WP Cron','2021-01-06 16:23:53','2021-01-06 08:23:53'),(27483,12070,'action created','2021-01-06 16:23:53','2021-01-06 08:23:53'),(27484,12070,'action started via WP Cron','2021-01-06 16:24:54','2021-01-06 08:24:54'),(27485,12070,'action complete via WP Cron','2021-01-06 16:24:54','2021-01-06 08:24:54'),(27486,12071,'action created','2021-01-06 16:24:54','2021-01-06 08:24:54'),(27487,12071,'action started via WP Cron','2021-01-06 16:28:34','2021-01-06 08:28:34'),(27488,12071,'action complete via WP Cron','2021-01-06 16:28:34','2021-01-06 08:28:34'),(27489,12072,'action created','2021-01-06 16:28:34','2021-01-06 08:28:34'),(27490,12072,'action started via WP Cron','2021-01-06 16:36:08','2021-01-06 08:36:08'),(27491,12072,'action complete via WP Cron','2021-01-06 16:36:08','2021-01-06 08:36:08'),(27492,12073,'action created','2021-01-06 16:36:08','2021-01-06 08:36:08'),(27493,12073,'action started via WP Cron','2021-01-06 16:43:53','2021-01-06 08:43:53'),(27494,12073,'action complete via WP Cron','2021-01-06 16:43:53','2021-01-06 08:43:53'),(27495,12074,'action created','2021-01-06 16:43:53','2021-01-06 08:43:53'),(27496,12074,'action started via WP Cron','2021-01-06 16:44:57','2021-01-06 08:44:57'),(27497,12074,'action complete via WP Cron','2021-01-06 16:44:57','2021-01-06 08:44:57'),(27498,12075,'action created','2021-01-06 16:44:57','2021-01-06 08:44:57'),(27499,12075,'action started via WP Cron','2021-01-06 16:45:59','2021-01-06 08:45:59'),(27500,12075,'action complete via WP Cron','2021-01-06 16:45:59','2021-01-06 08:45:59'),(27501,12076,'action created','2021-01-06 16:45:59','2021-01-06 08:45:59'),(27502,12076,'action started via WP Cron','2021-01-06 16:47:00','2021-01-06 08:47:00'),(27503,12076,'action complete via WP Cron','2021-01-06 16:47:00','2021-01-06 08:47:00'),(27504,12077,'action created','2021-01-06 16:47:00','2021-01-06 08:47:00'),(27505,12077,'action started via WP Cron','2021-01-06 16:48:01','2021-01-06 08:48:01'),(27506,12077,'action complete via WP Cron','2021-01-06 16:48:01','2021-01-06 08:48:01'),(27507,12078,'action created','2021-01-06 16:48:01','2021-01-06 08:48:01'),(27508,12078,'action started via WP Cron','2021-01-06 16:49:02','2021-01-06 08:49:02'),(27509,12078,'action complete via WP Cron','2021-01-06 16:49:02','2021-01-06 08:49:02'),(27510,12079,'action created','2021-01-06 16:49:02','2021-01-06 08:49:02'),(27511,12079,'action started via WP Cron','2021-01-06 16:50:04','2021-01-06 08:50:04'),(27512,12079,'action complete via WP Cron','2021-01-06 16:50:04','2021-01-06 08:50:04'),(27513,12080,'action created','2021-01-06 16:50:06','2021-01-06 08:50:06'),(27514,12080,'action started via WP Cron','2021-01-06 16:50:58','2021-01-06 08:50:58'),(27515,12080,'action complete via WP Cron','2021-01-06 16:50:58','2021-01-06 08:50:58'),(27516,12081,'action created','2021-01-06 16:50:59','2021-01-06 08:50:59'),(27517,12081,'action started via WP Cron','2021-01-06 16:52:08','2021-01-06 08:52:08'),(27518,12081,'action complete via WP Cron','2021-01-06 16:52:08','2021-01-06 08:52:08'),(27519,12082,'action created','2021-01-06 16:52:08','2021-01-06 08:52:08'),(27520,12082,'action started via WP Cron','2021-01-06 16:53:08','2021-01-06 08:53:08'),(27521,12082,'action complete via WP Cron','2021-01-06 16:53:08','2021-01-06 08:53:08'),(27522,12083,'action created','2021-01-06 16:53:09','2021-01-06 08:53:09'),(27523,12083,'action started via WP Cron','2021-01-06 17:00:20','2021-01-06 09:00:20'),(27524,12083,'action complete via WP Cron','2021-01-06 17:00:20','2021-01-06 09:00:20'),(27525,12084,'action created','2021-01-06 17:00:20','2021-01-06 09:00:20'),(27526,12084,'action started via WP Cron','2021-01-06 17:01:20','2021-01-06 09:01:20'),(27527,12084,'action complete via WP Cron','2021-01-06 17:01:20','2021-01-06 09:01:20'),(27528,12085,'action created','2021-01-06 17:01:20','2021-01-06 09:01:20'),(27529,12085,'action started via WP Cron','2021-01-06 17:02:21','2021-01-06 09:02:21'),(27530,12085,'action complete via WP Cron','2021-01-06 17:02:21','2021-01-06 09:02:21'),(27531,12086,'action created','2021-01-06 17:02:21','2021-01-06 09:02:21'),(27532,12086,'action started via WP Cron','2021-01-06 17:04:23','2021-01-06 09:04:23'),(27533,12086,'action complete via WP Cron','2021-01-06 17:04:23','2021-01-06 09:04:23'),(27534,12087,'action created','2021-01-06 17:04:23','2021-01-06 09:04:23'),(27535,12087,'action started via WP Cron','2021-01-06 17:05:24','2021-01-06 09:05:24'),(27536,12087,'action complete via WP Cron','2021-01-06 17:05:24','2021-01-06 09:05:24'),(27537,12088,'action created','2021-01-06 17:05:24','2021-01-06 09:05:24'),(27538,12088,'action started via WP Cron','2021-01-06 17:06:27','2021-01-06 09:06:27'),(27539,12088,'action complete via WP Cron','2021-01-06 17:06:27','2021-01-06 09:06:27'),(27540,12089,'action created','2021-01-06 17:06:27','2021-01-06 09:06:27'),(27541,12089,'action started via WP Cron','2021-01-06 17:23:26','2021-01-06 09:23:26'),(27542,12089,'action complete via WP Cron','2021-01-06 17:23:26','2021-01-06 09:23:26'),(27543,12090,'action created','2021-01-06 17:23:26','2021-01-06 09:23:26'),(27544,12090,'action started via WP Cron','2021-01-06 17:25:25','2021-01-06 09:25:25'),(27545,12090,'action complete via WP Cron','2021-01-06 17:25:25','2021-01-06 09:25:25'),(27546,12091,'action created','2021-01-06 17:25:25','2021-01-06 09:25:25'),(27547,12091,'action started via WP Cron','2021-01-06 17:26:26','2021-01-06 09:26:26'),(27548,12091,'action complete via WP Cron','2021-01-06 17:26:26','2021-01-06 09:26:26'),(27549,12092,'action created','2021-01-06 17:27:28','2021-01-06 09:27:28'),(27550,12093,'action created','2021-01-06 17:27:28','2021-01-06 09:27:28'),(27551,12093,'action started via WP Cron','2021-01-06 17:28:28','2021-01-06 09:28:28'),(27552,12093,'action complete via WP Cron','2021-01-06 17:28:28','2021-01-06 09:28:28'),(27553,12092,'action started via WP Cron','2021-01-06 17:28:28','2021-01-06 09:28:28'),(27554,12092,'action complete via WP Cron','2021-01-06 17:28:28','2021-01-06 09:28:28'),(27555,12094,'action created','2021-01-06 17:28:28','2021-01-06 09:28:28'),(27556,12094,'action started via WP Cron','2021-01-06 17:28:44','2021-01-06 09:28:44'),(27557,12094,'action complete via WP Cron','2021-01-06 17:28:44','2021-01-06 09:28:44'),(27558,12095,'action created','2021-01-06 17:28:44','2021-01-06 09:28:44'),(27559,12095,'action started via WP Cron','2021-01-06 17:29:44','2021-01-06 09:29:44'),(27560,12095,'action complete via WP Cron','2021-01-06 17:29:44','2021-01-06 09:29:44'),(27561,12096,'action created','2021-01-06 17:29:44','2021-01-06 09:29:44'),(27562,12096,'action started via WP Cron','2021-01-06 17:30:45','2021-01-06 09:30:45'),(27563,12096,'action complete via WP Cron','2021-01-06 17:30:45','2021-01-06 09:30:45'),(27564,12097,'action created','2021-01-06 17:30:45','2021-01-06 09:30:45'),(27565,12097,'action started via WP Cron','2021-01-06 17:33:39','2021-01-06 09:33:39'),(27566,12097,'action complete via WP Cron','2021-01-06 17:33:39','2021-01-06 09:33:39'),(27567,12098,'action created','2021-01-06 17:33:39','2021-01-06 09:33:39'),(27568,12098,'action started via WP Cron','2021-01-06 17:36:12','2021-01-06 09:36:12'),(27569,12098,'action complete via WP Cron','2021-01-06 17:36:12','2021-01-06 09:36:12'),(27570,12099,'action created','2021-01-06 17:36:12','2021-01-06 09:36:12'),(27571,12099,'action started via WP Cron','2021-01-06 17:38:30','2021-01-06 09:38:30'),(27572,12099,'action complete via WP Cron','2021-01-06 17:38:30','2021-01-06 09:38:30'),(27573,12100,'action created','2021-01-06 17:38:30','2021-01-06 09:38:30'),(27574,12100,'action started via WP Cron','2021-01-06 17:38:56','2021-01-06 09:38:56'),(27575,12100,'action complete via WP Cron','2021-01-06 17:38:56','2021-01-06 09:38:56'),(27576,12101,'action created','2021-01-06 17:38:56','2021-01-06 09:38:56'),(27577,12101,'action started via WP Cron','2021-01-06 17:40:00','2021-01-06 09:40:00'),(27578,12101,'action complete via WP Cron','2021-01-06 17:40:00','2021-01-06 09:40:00'),(27579,12102,'action created','2021-01-06 17:40:00','2021-01-06 09:40:00'),(27580,12102,'action started via WP Cron','2021-01-06 17:42:00','2021-01-06 09:42:00'),(27581,12102,'action complete via WP Cron','2021-01-06 17:42:00','2021-01-06 09:42:00'),(27582,12103,'action created','2021-01-06 17:42:00','2021-01-06 09:42:00'),(27583,12103,'action started via WP Cron','2021-01-06 17:45:43','2021-01-06 09:45:43'),(27584,12103,'action complete via WP Cron','2021-01-06 17:45:43','2021-01-06 09:45:43'),(27585,12104,'action created','2021-01-06 17:45:43','2021-01-06 09:45:43'),(27586,12104,'action started via WP Cron','2021-01-06 17:50:31','2021-01-06 09:50:31'),(27587,12104,'action complete via WP Cron','2021-01-06 17:50:31','2021-01-06 09:50:31'),(27588,12105,'action created','2021-01-06 17:50:31','2021-01-06 09:50:31'),(27589,12105,'action started via WP Cron','2021-01-06 17:51:26','2021-01-06 09:51:26'),(27590,12105,'action complete via WP Cron','2021-01-06 17:51:26','2021-01-06 09:51:26'),(27591,12106,'action created','2021-01-06 17:51:26','2021-01-06 09:51:26'),(27592,12106,'action started via WP Cron','2021-01-06 17:53:25','2021-01-06 09:53:25'),(27593,12106,'action complete via WP Cron','2021-01-06 17:53:25','2021-01-06 09:53:25'),(27594,12107,'action created','2021-01-06 17:53:26','2021-01-06 09:53:26'),(27595,12107,'action started via WP Cron','2021-01-06 17:54:28','2021-01-06 09:54:28'),(27596,12107,'action complete via WP Cron','2021-01-06 17:54:28','2021-01-06 09:54:28'),(27597,12108,'action created','2021-01-06 17:54:28','2021-01-06 09:54:28'),(27598,12108,'action started via WP Cron','2021-01-06 17:55:21','2021-01-06 09:55:21'),(27599,12108,'action complete via WP Cron','2021-01-06 17:55:21','2021-01-06 09:55:21'),(27600,12109,'action created','2021-01-06 17:55:22','2021-01-06 09:55:22'),(27601,12109,'action started via WP Cron','2021-01-06 17:56:15','2021-01-06 09:56:15'),(27602,12109,'action complete via WP Cron','2021-01-06 17:56:15','2021-01-06 09:56:15'),(27603,12110,'action created','2021-01-06 17:56:16','2021-01-06 09:56:16'),(82854,30529,'action created','2021-02-06 17:59:44','2021-02-06 09:59:44'),(82853,30528,'action complete via WP Cron','2021-02-06 17:59:44','2021-02-06 09:59:44'),(82852,30528,'action started via WP Cron','2021-02-06 17:59:44','2021-02-06 09:59:44'),(27607,12110,'action started via Async Request','2021-01-06 17:56:31','2021-01-06 09:56:31'),(27608,12110,'action complete via Async Request','2021-01-06 17:56:31','2021-01-06 09:56:31'),(27609,12112,'action created','2021-01-06 17:56:33','2021-01-06 09:56:33'),(82851,30528,'action created','2021-02-06 17:59:13','2021-02-06 09:59:13'),(82850,30527,'action complete via WP Cron','2021-02-06 17:59:13','2021-02-06 09:59:13'),(82849,30527,'action started via WP Cron','2021-02-06 17:59:13','2021-02-06 09:59:13'),(27613,12112,'action started via Async Request','2021-01-06 17:56:44','2021-01-06 09:56:44'),(27614,12112,'action complete via Async Request','2021-01-06 17:56:44','2021-01-06 09:56:44'),(27615,12114,'action created','2021-01-06 17:56:46','2021-01-06 09:56:46'),(27616,12114,'action started via Async Request','2021-01-06 17:57:36','2021-01-06 09:57:36'),(27617,12114,'action complete via Async Request','2021-01-06 17:57:36','2021-01-06 09:57:36'),(27618,12115,'action created','2021-01-06 17:58:05','2021-01-06 09:58:05'),(27619,12116,'action created','2021-01-06 17:58:06','2021-01-06 09:58:06'),(27620,12116,'action started via WP Cron','2021-01-06 17:59:16','2021-01-06 09:59:16'),(27621,12116,'action complete via WP Cron','2021-01-06 17:59:16','2021-01-06 09:59:16'),(27622,12115,'action started via WP Cron','2021-01-06 17:59:16','2021-01-06 09:59:16'),(27623,12115,'action complete via WP Cron','2021-01-06 17:59:16','2021-01-06 09:59:16'),(27624,12117,'action created','2021-01-06 17:59:16','2021-01-06 09:59:16'),(27625,12117,'action started via WP Cron','2021-01-06 18:00:04','2021-01-06 10:00:04'),(27626,12117,'action complete via WP Cron','2021-01-06 18:00:04','2021-01-06 10:00:04'),(27627,12118,'action created','2021-01-06 18:00:31','2021-01-06 10:00:31'),(27628,12118,'action started via WP Cron','2021-01-06 18:01:21','2021-01-06 10:01:21'),(27629,12118,'action complete via WP Cron','2021-01-06 18:01:21','2021-01-06 10:01:21'),(27630,12119,'action created','2021-01-06 18:01:25','2021-01-06 10:01:25'),(27631,12119,'action started via WP Cron','2021-01-06 18:01:44','2021-01-06 10:01:44'),(27632,12119,'action complete via WP Cron','2021-01-06 18:01:44','2021-01-06 10:01:44'),(27633,12120,'action created','2021-01-06 18:01:50','2021-01-06 10:01:50'),(27634,12120,'action started via WP Cron','2021-01-06 18:02:44','2021-01-06 10:02:44'),(27635,12120,'action complete via WP Cron','2021-01-06 18:02:44','2021-01-06 10:02:44'),(27636,12121,'action created','2021-01-06 18:02:45','2021-01-06 10:02:45'),(27637,12121,'action started via WP Cron','2021-01-06 18:04:16','2021-01-06 10:04:16'),(27638,12121,'action complete via WP Cron','2021-01-06 18:04:16','2021-01-06 10:04:16'),(27639,12122,'action created','2021-01-06 18:05:54','2021-01-06 10:05:54'),(27640,12122,'action started via Async Request','2021-01-06 18:06:17','2021-01-06 10:06:17'),(27641,12122,'action complete via Async Request','2021-01-06 18:06:17','2021-01-06 10:06:17'),(27642,12123,'action created','2021-01-06 18:07:46','2021-01-06 10:07:46'),(27643,12123,'action started via Async Request','2021-01-06 18:08:16','2021-01-06 10:08:16'),(27644,12123,'action complete via Async Request','2021-01-06 18:08:16','2021-01-06 10:08:16'),(27645,12124,'action created','2021-01-06 18:09:03','2021-01-06 10:09:03'),(27646,12124,'action started via WP Cron','2021-01-06 18:10:05','2021-01-06 10:10:05'),(27647,12124,'action complete via WP Cron','2021-01-06 18:10:05','2021-01-06 10:10:05'),(27648,12125,'action created','2021-01-06 18:10:05','2021-01-06 10:10:05'),(27649,12125,'action started via Async Request','2021-01-06 18:10:16','2021-01-06 10:10:16'),(27650,12125,'action complete via Async Request','2021-01-06 18:10:16','2021-01-06 10:10:16'),(27651,12126,'action created','2021-01-06 18:10:50','2021-01-06 10:10:50'),(82883,30538,'action complete via WP Cron','2021-02-06 18:15:17','2021-02-06 10:15:17'),(27653,12126,'action started via Async Request','2021-01-06 18:11:18','2021-01-06 10:11:18'),(27654,12126,'action complete via Async Request','2021-01-06 18:11:18','2021-01-06 10:11:18'),(27655,12128,'action created','2021-01-06 18:11:38','2021-01-06 10:11:38'),(27656,12128,'action started via Async Request','2021-01-06 18:12:34','2021-01-06 10:12:34'),(27657,12128,'action complete via Async Request','2021-01-06 18:12:34','2021-01-06 10:12:34'),(82882,30538,'action started via WP Cron','2021-02-06 18:15:17','2021-02-06 10:15:17'),(82881,30538,'action created','2021-02-06 18:13:15','2021-02-06 10:13:15'),(27660,12129,'action created','2021-01-06 18:13:06','2021-01-06 10:13:06'),(27661,12129,'action started via Async Request','2021-01-06 18:13:35','2021-01-06 10:13:35'),(27662,12129,'action complete via Async Request','2021-01-06 18:13:36','2021-01-06 10:13:36'),(27663,12130,'action created','2021-01-06 18:13:44','2021-01-06 10:13:44'),(27664,12130,'action started via Async Request','2021-01-06 18:14:44','2021-01-06 10:14:44'),(27665,12130,'action complete via Async Request','2021-01-06 18:14:44','2021-01-06 10:14:44'),(27666,12131,'action created','2021-01-06 18:15:37','2021-01-06 10:15:37'),(27667,12131,'action started via Async Request','2021-01-06 18:16:06','2021-01-06 10:16:06'),(27668,12131,'action complete via Async Request','2021-01-06 18:16:06','2021-01-06 10:16:06'),(27669,12132,'action created','2021-01-06 18:16:37','2021-01-06 10:16:37'),(27670,12132,'action started via Async Request','2021-01-06 18:17:20','2021-01-06 10:17:20'),(27671,12132,'action complete via Async Request','2021-01-06 18:17:20','2021-01-06 10:17:20'),(27672,12133,'action created','2021-01-06 18:18:09','2021-01-06 10:18:09'),(27673,12133,'action started via WP Cron','2021-01-06 18:18:42','2021-01-06 10:18:42'),(27674,12133,'action complete via WP Cron','2021-01-06 18:18:42','2021-01-06 10:18:42'),(27675,12134,'action created','2021-01-06 18:18:42','2021-01-06 10:18:42'),(27676,12134,'action started via WP Cron','2021-01-06 18:19:41','2021-01-06 10:19:41'),(27677,12134,'action complete via WP Cron','2021-01-06 18:19:41','2021-01-06 10:19:41'),(27678,12135,'action created','2021-01-06 18:19:41','2021-01-06 10:19:41'),(27679,12135,'action started via Async Request','2021-01-06 18:20:19','2021-01-06 10:20:19'),(27680,12135,'action complete via Async Request','2021-01-06 18:20:19','2021-01-06 10:20:19'),(27681,12136,'action created','2021-01-06 18:20:26','2021-01-06 10:20:26'),(82896,30543,'action created','2021-02-06 18:26:27','2021-02-06 10:26:27'),(27683,12136,'action started via WP Cron','2021-01-06 18:20:41','2021-01-06 10:20:41'),(27684,12136,'action complete via WP Cron','2021-01-06 18:20:41','2021-01-06 10:20:41'),(27685,12138,'action created','2021-01-06 18:20:41','2021-01-06 10:20:41'),(27686,12138,'action started via Async Request','2021-01-06 18:21:23','2021-01-06 10:21:23'),(27687,12138,'action complete via Async Request','2021-01-06 18:21:23','2021-01-06 10:21:23'),(27688,12139,'action created','2021-01-06 18:21:25','2021-01-06 10:21:25'),(27689,12139,'action started via WP Cron','2021-01-06 18:21:41','2021-01-06 10:21:41'),(27690,12139,'action complete via WP Cron','2021-01-06 18:21:41','2021-01-06 10:21:41'),(82895,30542,'action complete via WP Cron','2021-02-06 18:26:27','2021-02-06 10:26:27'),(82894,30542,'action started via WP Cron','2021-02-06 18:26:27','2021-02-06 10:26:27'),(27693,12140,'action created','2021-01-06 18:21:41','2021-01-06 10:21:41'),(82893,30542,'action created','2021-02-06 18:23:35','2021-02-06 10:23:35'),(27695,12140,'action started via Async Request','2021-01-06 18:22:25','2021-01-06 10:22:25'),(27696,12140,'action complete via Async Request','2021-01-06 18:22:25','2021-01-06 10:22:25'),(27697,12142,'action created','2021-01-06 18:22:28','2021-01-06 10:22:28'),(27698,12142,'action started via WP Cron','2021-01-06 18:23:15','2021-01-06 10:23:15'),(27699,12142,'action complete via WP Cron','2021-01-06 18:23:15','2021-01-06 10:23:15'),(82892,30541,'action complete via WP Cron','2021-02-06 18:23:35','2021-02-06 10:23:35'),(82891,30541,'action started via WP Cron','2021-02-06 18:23:35','2021-02-06 10:23:35'),(27702,12143,'action created','2021-01-06 18:23:16','2021-01-06 10:23:16'),(27703,12143,'action started via Async Request','2021-01-06 18:23:32','2021-01-06 10:23:32'),(27704,12143,'action complete via Async Request','2021-01-06 18:23:32','2021-01-06 10:23:32'),(27705,12144,'action created','2021-01-06 18:23:41','2021-01-06 10:23:41'),(27706,12145,'action created','2021-01-06 18:24:13','2021-01-06 10:24:13'),(27707,12144,'action started via WP Cron','2021-01-06 18:24:54','2021-01-06 10:24:54'),(27708,12144,'action complete via WP Cron','2021-01-06 18:24:55','2021-01-06 10:24:55'),(27709,12145,'action started via WP Cron','2021-01-06 18:24:55','2021-01-06 10:24:55'),(27710,12145,'action complete via WP Cron','2021-01-06 18:24:55','2021-01-06 10:24:55'),(27711,12146,'action created','2021-01-06 18:24:55','2021-01-06 10:24:55'),(27712,12146,'action started via WP Cron','2021-01-06 18:26:01','2021-01-06 10:26:01'),(27713,12146,'action complete via WP Cron','2021-01-06 18:26:01','2021-01-06 10:26:01'),(27714,12147,'action created','2021-01-06 18:26:01','2021-01-06 10:26:01'),(27715,12147,'action started via WP Cron','2021-01-06 18:27:26','2021-01-06 10:27:26'),(27716,12147,'action complete via WP Cron','2021-01-06 18:27:26','2021-01-06 10:27:26'),(27717,12148,'action created','2021-01-06 18:27:26','2021-01-06 10:27:26'),(27718,12148,'action started via WP Cron','2021-01-06 18:28:32','2021-01-06 10:28:32'),(27719,12148,'action complete via WP Cron','2021-01-06 18:28:32','2021-01-06 10:28:32'),(27720,12149,'action created','2021-01-06 18:28:32','2021-01-06 10:28:32'),(27721,12149,'action started via WP Cron','2021-01-06 18:30:34','2021-01-06 10:30:34'),(27722,12149,'action complete via WP Cron','2021-01-06 18:30:34','2021-01-06 10:30:34'),(27723,12150,'action created','2021-01-06 18:30:34','2021-01-06 10:30:34'),(27724,12150,'action started via WP Cron','2021-01-06 18:31:30','2021-01-06 10:31:30'),(27725,12150,'action complete via WP Cron','2021-01-06 18:31:30','2021-01-06 10:31:30'),(27726,12151,'action created','2021-01-06 18:31:30','2021-01-06 10:31:30'),(27727,12151,'action started via WP Cron','2021-01-06 18:32:31','2021-01-06 10:32:31'),(27728,12151,'action complete via WP Cron','2021-01-06 18:32:31','2021-01-06 10:32:31'),(27729,12152,'action created','2021-01-06 18:32:31','2021-01-06 10:32:31'),(27730,12152,'action started via WP Cron','2021-01-06 18:33:31','2021-01-06 10:33:31'),(27731,12152,'action complete via WP Cron','2021-01-06 18:33:31','2021-01-06 10:33:31'),(27732,12153,'action created','2021-01-06 18:33:32','2021-01-06 10:33:32'),(27733,12153,'action started via WP Cron','2021-01-06 18:34:39','2021-01-06 10:34:39'),(27734,12153,'action complete via WP Cron','2021-01-06 18:34:39','2021-01-06 10:34:39'),(27735,12154,'action created','2021-01-06 18:34:39','2021-01-06 10:34:39'),(27736,12154,'action started via WP Cron','2021-01-06 18:35:42','2021-01-06 10:35:42'),(27737,12154,'action complete via WP Cron','2021-01-06 18:35:42','2021-01-06 10:35:42'),(27738,12155,'action created','2021-01-06 18:35:42','2021-01-06 10:35:42'),(27739,12155,'action started via WP Cron','2021-01-06 18:37:55','2021-01-06 10:37:55'),(27740,12155,'action complete via WP Cron','2021-01-06 18:37:55','2021-01-06 10:37:55'),(27741,12156,'action created','2021-01-06 18:37:55','2021-01-06 10:37:55'),(27742,12156,'action started via WP Cron','2021-01-06 18:39:36','2021-01-06 10:39:36'),(27743,12156,'action complete via WP Cron','2021-01-06 18:39:36','2021-01-06 10:39:36'),(27744,12157,'action created','2021-01-06 18:39:36','2021-01-06 10:39:36'),(27745,12157,'action started via WP Cron','2021-01-06 18:58:30','2021-01-06 10:58:30'),(27746,12157,'action complete via WP Cron','2021-01-06 18:58:30','2021-01-06 10:58:30'),(27747,12158,'action created','2021-01-06 18:58:30','2021-01-06 10:58:30'),(27748,12158,'action started via WP Cron','2021-01-06 18:59:38','2021-01-06 10:59:38'),(27749,12158,'action complete via WP Cron','2021-01-06 18:59:38','2021-01-06 10:59:38'),(27750,12159,'action created','2021-01-06 18:59:38','2021-01-06 10:59:38'),(27751,12159,'action started via WP Cron','2021-01-06 19:00:39','2021-01-06 11:00:39'),(27752,12159,'action complete via WP Cron','2021-01-06 19:00:39','2021-01-06 11:00:39'),(27753,12160,'action created','2021-01-06 19:00:39','2021-01-06 11:00:39'),(27754,12160,'action started via WP Cron','2021-01-06 19:02:27','2021-01-06 11:02:27'),(27755,12160,'action complete via WP Cron','2021-01-06 19:02:27','2021-01-06 11:02:27'),(27756,12161,'action created','2021-01-06 19:02:27','2021-01-06 11:02:27'),(27757,12161,'action started via WP Cron','2021-01-06 19:02:41','2021-01-06 11:02:41'),(27758,12161,'action complete via WP Cron','2021-01-06 19:02:41','2021-01-06 11:02:41'),(27759,12162,'action created','2021-01-06 19:02:41','2021-01-06 11:02:41'),(27760,12162,'action started via WP Cron','2021-01-06 19:04:03','2021-01-06 11:04:03'),(27761,12162,'action complete via WP Cron','2021-01-06 19:04:03','2021-01-06 11:04:03'),(27762,12163,'action created','2021-01-06 19:04:03','2021-01-06 11:04:03'),(27763,12163,'action started via WP Cron','2021-01-06 19:05:04','2021-01-06 11:05:04'),(27764,12163,'action complete via WP Cron','2021-01-06 19:05:04','2021-01-06 11:05:04'),(27765,12164,'action created','2021-01-06 19:05:04','2021-01-06 11:05:04'),(27766,12164,'action started via WP Cron','2021-01-06 19:07:05','2021-01-06 11:07:05'),(27767,12164,'action complete via WP Cron','2021-01-06 19:07:05','2021-01-06 11:07:05'),(27768,12165,'action created','2021-01-06 19:07:05','2021-01-06 11:07:05'),(27769,12165,'action started via WP Cron','2021-01-06 19:25:21','2021-01-06 11:25:21'),(27770,12165,'action complete via WP Cron','2021-01-06 19:25:21','2021-01-06 11:25:21'),(27771,12166,'action created','2021-01-06 19:25:21','2021-01-06 11:25:21'),(27772,12166,'action started via Async Request','2021-01-06 19:25:43','2021-01-06 11:25:43'),(27773,12166,'action complete via Async Request','2021-01-06 19:25:43','2021-01-06 11:25:43'),(27774,12167,'action created','2021-01-06 19:25:47','2021-01-06 11:25:47'),(82953,30562,'action created','2021-02-06 19:30:47','2021-02-06 11:30:47'),(82952,30561,'action complete via WP Cron','2021-02-06 19:30:47','2021-02-06 11:30:47'),(82951,30561,'action started via WP Cron','2021-02-06 19:30:47','2021-02-06 11:30:47'),(27778,12167,'action started via WP Cron','2021-01-06 19:27:01','2021-01-06 11:27:01'),(27779,12167,'action complete via WP Cron','2021-01-06 19:27:01','2021-01-06 11:27:01'),(27780,12169,'action created','2021-01-06 19:27:06','2021-01-06 11:27:06'),(27781,12169,'action started via WP Cron','2021-01-06 19:27:51','2021-01-06 11:27:51'),(27782,12169,'action complete via WP Cron','2021-01-06 19:27:51','2021-01-06 11:27:51'),(27783,12170,'action created','2021-01-06 19:27:51','2021-01-06 11:27:51'),(27784,12170,'action started via Async Request','2021-01-06 19:28:11','2021-01-06 11:28:11'),(27785,12170,'action complete via Async Request','2021-01-06 19:28:11','2021-01-06 11:28:11'),(27786,12171,'action created','2021-01-06 19:28:13','2021-01-06 11:28:13'),(27787,12171,'action started via WP Cron','2021-01-06 19:28:41','2021-01-06 11:28:41'),(27788,12171,'action complete via WP Cron','2021-01-06 19:28:41','2021-01-06 11:28:41'),(27789,12172,'action created','2021-01-06 19:28:41','2021-01-06 11:28:41'),(27790,12173,'action created','2021-01-06 19:28:42','2021-01-06 11:28:42'),(27791,12173,'action started via Async Request','2021-01-06 19:29:22','2021-01-06 11:29:22'),(27792,12173,'action complete via Async Request','2021-01-06 19:29:22','2021-01-06 11:29:22'),(27793,12172,'action started via Async Request','2021-01-06 19:29:22','2021-01-06 11:29:22'),(27794,12172,'action complete via Async Request','2021-01-06 19:29:22','2021-01-06 11:29:22'),(27795,12174,'action created','2021-01-06 19:29:22','2021-01-06 11:29:22'),(27796,12174,'action started via WP Cron','2021-01-06 19:29:52','2021-01-06 11:29:52'),(27797,12174,'action complete via WP Cron','2021-01-06 19:29:52','2021-01-06 11:29:52'),(27798,12175,'action created','2021-01-06 19:29:52','2021-01-06 11:29:52'),(27799,12175,'action started via Async Request','2021-01-06 19:30:32','2021-01-06 11:30:32'),(27800,12175,'action complete via Async Request','2021-01-06 19:30:32','2021-01-06 11:30:32'),(27801,12176,'action created','2021-01-06 19:30:33','2021-01-06 11:30:33'),(27802,12176,'action started via WP Cron','2021-01-06 19:30:44','2021-01-06 11:30:44'),(27803,12176,'action complete via WP Cron','2021-01-06 19:30:44','2021-01-06 11:30:44'),(27804,12177,'action created','2021-01-06 19:31:54','2021-01-06 11:31:54'),(27805,12178,'action created','2021-01-06 19:32:01','2021-01-06 11:32:01'),(27806,12178,'action started via WP Cron','2021-01-06 19:32:49','2021-01-06 11:32:49'),(27807,12178,'action complete via WP Cron','2021-01-06 19:32:49','2021-01-06 11:32:49'),(27808,12177,'action started via WP Cron','2021-01-06 19:32:49','2021-01-06 11:32:49'),(27809,12177,'action complete via WP Cron','2021-01-06 19:32:49','2021-01-06 11:32:49'),(27810,12179,'action created','2021-01-06 19:32:49','2021-01-06 11:32:49'),(82959,30564,'action created','2021-02-06 19:36:36','2021-02-06 11:36:36'),(27812,12181,'action created','2021-01-06 19:33:36','2021-01-06 11:33:36'),(27813,12179,'action started via WP Cron','2021-01-06 19:33:49','2021-01-06 11:33:49'),(27814,12179,'action complete via WP Cron','2021-01-06 19:33:49','2021-01-06 11:33:49'),(27815,12182,'action created','2021-01-06 19:33:49','2021-01-06 11:33:49'),(27816,12182,'action started via WP Cron','2021-01-06 19:35:33','2021-01-06 11:35:33'),(27817,12182,'action complete via WP Cron','2021-01-06 19:35:33','2021-01-06 11:35:33'),(27818,12181,'action started via WP Cron','2021-01-06 19:35:33','2021-01-06 11:35:33'),(27819,12181,'action complete via WP Cron','2021-01-06 19:35:33','2021-01-06 11:35:33'),(82958,30563,'action complete via WP Cron','2021-02-06 19:36:36','2021-02-06 11:36:36'),(82957,30563,'action started via WP Cron','2021-02-06 19:36:36','2021-02-06 11:36:36'),(27822,12183,'action created','2021-01-06 19:35:33','2021-01-06 11:35:33'),(82962,30565,'action created','2021-02-06 19:38:00','2021-02-06 11:38:00'),(82961,30564,'action complete via WP Cron','2021-02-06 19:38:00','2021-02-06 11:38:00'),(82960,30564,'action started via WP Cron','2021-02-06 19:38:00','2021-02-06 11:38:00'),(27826,12183,'action started via WP Cron','2021-01-06 19:37:34','2021-01-06 11:37:34'),(27827,12183,'action complete via WP Cron','2021-01-06 19:37:34','2021-01-06 11:37:34'),(27828,12185,'action created','2021-01-06 19:37:35','2021-01-06 11:37:35'),(27829,12185,'action started via WP Cron','2021-01-06 19:38:35','2021-01-06 11:38:35'),(27830,12185,'action complete via WP Cron','2021-01-06 19:38:35','2021-01-06 11:38:35'),(27831,12186,'action created','2021-01-06 19:38:36','2021-01-06 11:38:36'),(27832,12186,'action started via WP Cron','2021-01-06 19:39:36','2021-01-06 11:39:36'),(27833,12186,'action complete via WP Cron','2021-01-06 19:39:36','2021-01-06 11:39:36'),(27834,12187,'action created','2021-01-06 19:39:37','2021-01-06 11:39:37'),(27835,12187,'action started via WP Cron','2021-01-06 19:40:24','2021-01-06 11:40:24'),(27836,12187,'action complete via WP Cron','2021-01-06 19:40:24','2021-01-06 11:40:24'),(27837,12188,'action created','2021-01-06 19:40:24','2021-01-06 11:40:24'),(27838,12188,'action started via WP Cron','2021-01-06 19:41:51','2021-01-06 11:41:51'),(27839,12188,'action complete via WP Cron','2021-01-06 19:41:51','2021-01-06 11:41:51'),(27840,12189,'action created','2021-01-06 19:41:51','2021-01-06 11:41:51'),(27841,12189,'action started via WP Cron','2021-01-06 19:43:59','2021-01-06 11:43:59'),(27842,12189,'action complete via WP Cron','2021-01-06 19:43:59','2021-01-06 11:43:59'),(27843,12190,'action created','2021-01-06 19:43:59','2021-01-06 11:43:59'),(27844,12190,'action started via WP Cron','2021-01-06 20:03:01','2021-01-06 12:03:01'),(27845,12190,'action complete via WP Cron','2021-01-06 20:03:01','2021-01-06 12:03:01'),(27846,12191,'action created','2021-01-06 20:03:01','2021-01-06 12:03:01'),(27847,12191,'action started via WP Cron','2021-01-06 20:09:31','2021-01-06 12:09:31'),(27848,12191,'action complete via WP Cron','2021-01-06 20:09:31','2021-01-06 12:09:31'),(27849,12192,'action created','2021-01-06 20:09:31','2021-01-06 12:09:31'),(27850,12192,'action started via WP Cron','2021-01-06 20:14:33','2021-01-06 12:14:33'),(27851,12192,'action complete via WP Cron','2021-01-06 20:14:33','2021-01-06 12:14:33'),(27852,12193,'action created','2021-01-06 20:14:33','2021-01-06 12:14:33'),(27853,12193,'action started via WP Cron','2021-01-06 20:15:54','2021-01-06 12:15:54'),(27854,12193,'action complete via WP Cron','2021-01-06 20:15:54','2021-01-06 12:15:54'),(27855,12194,'action created','2021-01-06 20:15:54','2021-01-06 12:15:54'),(27856,12194,'action started via WP Cron','2021-01-06 20:17:48','2021-01-06 12:17:48'),(27857,12194,'action complete via WP Cron','2021-01-06 20:17:48','2021-01-06 12:17:48'),(27858,12195,'action created','2021-01-06 20:17:48','2021-01-06 12:17:48'),(27859,12195,'action started via WP Cron','2021-01-06 20:25:37','2021-01-06 12:25:37'),(27860,12195,'action complete via WP Cron','2021-01-06 20:25:37','2021-01-06 12:25:37'),(27861,12196,'action created','2021-01-06 20:25:37','2021-01-06 12:25:37'),(27862,12196,'action started via WP Cron','2021-01-06 20:27:09','2021-01-06 12:27:09'),(27863,12196,'action complete via WP Cron','2021-01-06 20:27:09','2021-01-06 12:27:09'),(27864,12197,'action created','2021-01-06 20:27:09','2021-01-06 12:27:09'),(27865,12197,'action started via WP Cron','2021-01-06 20:28:10','2021-01-06 12:28:10'),(27866,12197,'action complete via WP Cron','2021-01-06 20:28:10','2021-01-06 12:28:10'),(27867,12198,'action created','2021-01-06 20:28:10','2021-01-06 12:28:10'),(27868,12198,'action started via WP Cron','2021-01-06 20:29:15','2021-01-06 12:29:15'),(27869,12198,'action complete via WP Cron','2021-01-06 20:29:15','2021-01-06 12:29:15'),(27870,12199,'action created','2021-01-06 20:29:15','2021-01-06 12:29:15'),(27871,12199,'action started via WP Cron','2021-01-06 20:31:13','2021-01-06 12:31:13'),(27872,12199,'action complete via WP Cron','2021-01-06 20:31:13','2021-01-06 12:31:13'),(27873,12200,'action created','2021-01-06 20:31:13','2021-01-06 12:31:13'),(27874,12200,'action started via WP Cron','2021-01-06 20:32:14','2021-01-06 12:32:14'),(27875,12200,'action complete via WP Cron','2021-01-06 20:32:14','2021-01-06 12:32:14'),(27876,12201,'action created','2021-01-06 20:32:15','2021-01-06 12:32:15'),(27877,12201,'action started via WP Cron','2021-01-06 20:33:22','2021-01-06 12:33:22'),(27878,12201,'action complete via WP Cron','2021-01-06 20:33:22','2021-01-06 12:33:22'),(27879,12202,'action created','2021-01-06 20:33:22','2021-01-06 12:33:22'),(27880,12202,'action started via WP Cron','2021-01-06 20:34:23','2021-01-06 12:34:23'),(27881,12202,'action complete via WP Cron','2021-01-06 20:34:23','2021-01-06 12:34:23'),(27882,12203,'action created','2021-01-06 20:34:23','2021-01-06 12:34:23'),(27883,12203,'action started via WP Cron','2021-01-06 20:37:46','2021-01-06 12:37:46'),(27884,12203,'action complete via WP Cron','2021-01-06 20:37:46','2021-01-06 12:37:46'),(27885,12204,'action created','2021-01-06 20:37:46','2021-01-06 12:37:46'),(27886,12204,'action started via WP Cron','2021-01-06 20:42:41','2021-01-06 12:42:41'),(27887,12204,'action complete via WP Cron','2021-01-06 20:42:41','2021-01-06 12:42:41'),(27888,12205,'action created','2021-01-06 20:42:41','2021-01-06 12:42:41'),(27889,12205,'action started via WP Cron','2021-01-06 20:50:06','2021-01-06 12:50:06'),(27890,12205,'action complete via WP Cron','2021-01-06 20:50:06','2021-01-06 12:50:06'),(27891,12206,'action created','2021-01-06 20:50:06','2021-01-06 12:50:06'),(27892,12206,'action started via WP Cron','2021-01-06 20:58:21','2021-01-06 12:58:21'),(27893,12206,'action complete via WP Cron','2021-01-06 20:58:21','2021-01-06 12:58:21'),(27894,12207,'action created','2021-01-06 20:58:21','2021-01-06 12:58:21'),(27895,12207,'action started via WP Cron','2021-01-06 20:59:52','2021-01-06 12:59:52'),(27896,12207,'action complete via WP Cron','2021-01-06 20:59:52','2021-01-06 12:59:52'),(27897,12208,'action created','2021-01-06 20:59:52','2021-01-06 12:59:52'),(27898,12208,'action started via WP Cron','2021-01-06 21:02:14','2021-01-06 13:02:14'),(27899,12208,'action complete via WP Cron','2021-01-06 21:02:14','2021-01-06 13:02:14'),(27900,12209,'action created','2021-01-06 21:02:14','2021-01-06 13:02:14'),(27901,12209,'action started via WP Cron','2021-01-06 21:03:13','2021-01-06 13:03:13'),(27902,12209,'action complete via WP Cron','2021-01-06 21:03:13','2021-01-06 13:03:13'),(27903,12210,'action created','2021-01-06 21:03:13','2021-01-06 13:03:13'),(27904,12210,'action started via WP Cron','2021-01-06 21:05:16','2021-01-06 13:05:16'),(27905,12210,'action complete via WP Cron','2021-01-06 21:05:16','2021-01-06 13:05:16'),(27906,12211,'action created','2021-01-06 21:05:17','2021-01-06 13:05:17'),(27907,12211,'action started via WP Cron','2021-01-06 21:06:16','2021-01-06 13:06:16'),(27908,12211,'action complete via WP Cron','2021-01-06 21:06:16','2021-01-06 13:06:16'),(27909,12212,'action created','2021-01-06 21:06:16','2021-01-06 13:06:16'),(27910,12212,'action started via WP Cron','2021-01-06 21:07:18','2021-01-06 13:07:18'),(27911,12212,'action complete via WP Cron','2021-01-06 21:07:18','2021-01-06 13:07:18'),(27912,12213,'action created','2021-01-06 21:07:18','2021-01-06 13:07:18'),(27913,12213,'action started via WP Cron','2021-01-06 21:13:05','2021-01-06 13:13:05'),(27914,12213,'action complete via WP Cron','2021-01-06 21:13:05','2021-01-06 13:13:05'),(27915,12214,'action created','2021-01-06 21:20:39','2021-01-06 13:20:39'),(27916,12214,'action started via WP Cron','2021-01-06 21:21:47','2021-01-06 13:21:47'),(27917,12214,'action complete via WP Cron','2021-01-06 21:21:47','2021-01-06 13:21:47'),(27918,12215,'action created','2021-01-06 21:21:47','2021-01-06 13:21:47'),(27919,12215,'action started via WP Cron','2021-01-06 21:23:49','2021-01-06 13:23:49'),(27920,12215,'action complete via WP Cron','2021-01-06 21:23:49','2021-01-06 13:23:49'),(27921,12216,'action created','2021-01-06 21:23:49','2021-01-06 13:23:49'),(27922,12216,'action started via WP Cron','2021-01-06 21:24:50','2021-01-06 13:24:50'),(27923,12216,'action complete via WP Cron','2021-01-06 21:24:50','2021-01-06 13:24:50'),(27924,12217,'action created','2021-01-06 21:24:50','2021-01-06 13:24:50'),(27925,12217,'action started via WP Cron','2021-01-06 21:25:52','2021-01-06 13:25:52'),(27926,12217,'action complete via WP Cron','2021-01-06 21:25:52','2021-01-06 13:25:52'),(27927,12218,'action created','2021-01-06 21:32:04','2021-01-06 13:32:04'),(27928,12218,'action started via WP Cron','2021-01-06 21:33:15','2021-01-06 13:33:15'),(27929,12218,'action complete via WP Cron','2021-01-06 21:33:15','2021-01-06 13:33:15'),(27930,12219,'action created','2021-01-06 21:33:15','2021-01-06 13:33:15'),(27931,12219,'action started via WP Cron','2021-01-06 21:34:17','2021-01-06 13:34:17'),(27932,12219,'action complete via WP Cron','2021-01-06 21:34:17','2021-01-06 13:34:17'),(27933,12220,'action created','2021-01-06 21:34:17','2021-01-06 13:34:17'),(27934,12220,'action started via WP Cron','2021-01-06 21:34:41','2021-01-06 13:34:41'),(27935,12220,'action complete via WP Cron','2021-01-06 21:34:41','2021-01-06 13:34:41'),(27936,12221,'action created','2021-01-06 21:34:42','2021-01-06 13:34:42'),(27937,12221,'action started via WP Cron','2021-01-06 21:36:18','2021-01-06 13:36:18'),(27938,12221,'action complete via WP Cron','2021-01-06 21:36:18','2021-01-06 13:36:18'),(27939,12222,'action created','2021-01-06 21:36:18','2021-01-06 13:36:18'),(27940,12222,'action started via WP Cron','2021-01-06 21:37:19','2021-01-06 13:37:19'),(27941,12222,'action complete via WP Cron','2021-01-06 21:37:19','2021-01-06 13:37:19'),(27942,12223,'action created','2021-01-06 21:37:19','2021-01-06 13:37:19'),(27943,12223,'action started via WP Cron','2021-01-06 21:42:38','2021-01-06 13:42:38'),(27944,12223,'action complete via WP Cron','2021-01-06 21:42:38','2021-01-06 13:42:38'),(27945,12224,'action created','2021-01-06 21:42:39','2021-01-06 13:42:39'),(27946,12224,'action started via WP Cron','2021-01-06 21:42:57','2021-01-06 13:42:57'),(27947,12224,'action complete via WP Cron','2021-01-06 21:42:57','2021-01-06 13:42:57'),(27948,12225,'action created','2021-01-06 21:42:57','2021-01-06 13:42:57'),(27949,12225,'action started via WP Cron','2021-01-06 21:43:49','2021-01-06 13:43:49'),(27950,12225,'action complete via WP Cron','2021-01-06 21:43:49','2021-01-06 13:43:49'),(27951,12226,'action created','2021-01-06 21:43:49','2021-01-06 13:43:49'),(27952,12226,'action started via WP Cron','2021-01-06 21:47:27','2021-01-06 13:47:27'),(27953,12226,'action complete via WP Cron','2021-01-06 21:47:27','2021-01-06 13:47:27'),(27954,12227,'action created','2021-01-06 21:47:27','2021-01-06 13:47:27'),(27955,12227,'action started via WP Cron','2021-01-06 21:47:45','2021-01-06 13:47:45'),(27956,12227,'action complete via WP Cron','2021-01-06 21:47:45','2021-01-06 13:47:45'),(27957,12228,'action created','2021-01-06 21:47:45','2021-01-06 13:47:45'),(27958,12228,'action started via WP Cron','2021-01-06 21:48:55','2021-01-06 13:48:55'),(27959,12228,'action complete via WP Cron','2021-01-06 21:48:55','2021-01-06 13:48:55'),(27960,12229,'action created','2021-01-06 21:48:55','2021-01-06 13:48:55'),(27961,12229,'action started via WP Cron','2021-01-06 21:49:41','2021-01-06 13:49:41'),(27962,12229,'action complete via WP Cron','2021-01-06 21:49:41','2021-01-06 13:49:41'),(27963,12230,'action created','2021-01-06 21:49:41','2021-01-06 13:49:41'),(27964,12230,'action started via WP Cron','2021-01-06 21:50:42','2021-01-06 13:50:42'),(27965,12230,'action complete via WP Cron','2021-01-06 21:50:42','2021-01-06 13:50:42'),(27966,12231,'action created','2021-01-06 21:50:42','2021-01-06 13:50:42'),(27967,12231,'action started via WP Cron','2021-01-06 22:00:37','2021-01-06 14:00:37'),(27968,12231,'action complete via WP Cron','2021-01-06 22:00:37','2021-01-06 14:00:37'),(27969,12232,'action created','2021-01-06 22:00:37','2021-01-06 14:00:37'),(27970,12232,'action started via WP Cron','2021-01-06 22:03:11','2021-01-06 14:03:11'),(27971,12232,'action complete via WP Cron','2021-01-06 22:03:11','2021-01-06 14:03:11'),(27972,12233,'action created','2021-01-06 22:03:11','2021-01-06 14:03:11'),(27973,12233,'action started via WP Cron','2021-01-06 22:05:58','2021-01-06 14:05:58'),(27974,12233,'action complete via WP Cron','2021-01-06 22:05:58','2021-01-06 14:05:58'),(27975,12234,'action created','2021-01-06 22:05:58','2021-01-06 14:05:58'),(27976,12234,'action started via WP Cron','2021-01-06 22:10:36','2021-01-06 14:10:36'),(27977,12234,'action complete via WP Cron','2021-01-06 22:10:36','2021-01-06 14:10:36'),(27978,12235,'action created','2021-01-06 22:10:36','2021-01-06 14:10:36'),(27979,12235,'action started via WP Cron','2021-01-06 22:25:20','2021-01-06 14:25:20'),(27980,12235,'action complete via WP Cron','2021-01-06 22:25:20','2021-01-06 14:25:20'),(27981,12236,'action created','2021-01-06 22:25:20','2021-01-06 14:25:20'),(27982,12236,'action started via WP Cron','2021-01-06 22:26:33','2021-01-06 14:26:33'),(27983,12236,'action complete via WP Cron','2021-01-06 22:26:33','2021-01-06 14:26:33'),(27984,12237,'action created','2021-01-06 22:26:33','2021-01-06 14:26:33'),(27985,12237,'action started via WP Cron','2021-01-06 22:27:35','2021-01-06 14:27:35'),(27986,12237,'action complete via WP Cron','2021-01-06 22:27:35','2021-01-06 14:27:35'),(27987,12238,'action created','2021-01-06 22:30:06','2021-01-06 14:30:06'),(27988,12238,'action started via WP Cron','2021-01-06 22:38:06','2021-01-06 14:38:06'),(27989,12238,'action complete via WP Cron','2021-01-06 22:38:06','2021-01-06 14:38:06'),(27990,12239,'action created','2021-01-06 22:38:06','2021-01-06 14:38:06'),(27991,12239,'action started via WP Cron','2021-01-06 22:38:42','2021-01-06 14:38:42'),(27992,12239,'action complete via WP Cron','2021-01-06 22:38:42','2021-01-06 14:38:42'),(27993,12240,'action created','2021-01-06 22:38:43','2021-01-06 14:38:43'),(27994,12240,'action started via WP Cron','2021-01-06 22:39:45','2021-01-06 14:39:45'),(27995,12240,'action complete via WP Cron','2021-01-06 22:39:45','2021-01-06 14:39:45'),(27996,12241,'action created','2021-01-06 22:39:45','2021-01-06 14:39:45'),(27997,12241,'action started via WP Cron','2021-01-06 22:41:09','2021-01-06 14:41:09'),(27998,12241,'action complete via WP Cron','2021-01-06 22:41:09','2021-01-06 14:41:09'),(27999,12242,'action created','2021-01-06 22:41:09','2021-01-06 14:41:09'),(28000,12242,'action started via WP Cron','2021-01-06 22:42:10','2021-01-06 14:42:10'),(28001,12242,'action complete via WP Cron','2021-01-06 22:42:10','2021-01-06 14:42:10'),(28002,12243,'action created','2021-01-06 22:42:10','2021-01-06 14:42:10'),(28003,12243,'action started via WP Cron','2021-01-06 22:43:13','2021-01-06 14:43:13'),(28004,12243,'action complete via WP Cron','2021-01-06 22:43:13','2021-01-06 14:43:13'),(28005,12244,'action created','2021-01-06 22:43:13','2021-01-06 14:43:13'),(28006,12244,'action started via WP Cron','2021-01-06 22:47:02','2021-01-06 14:47:02'),(28007,12244,'action complete via WP Cron','2021-01-06 22:47:02','2021-01-06 14:47:02'),(28008,12245,'action created','2021-01-06 22:47:02','2021-01-06 14:47:02'),(28009,12245,'action started via WP Cron','2021-01-06 22:49:31','2021-01-06 14:49:31'),(28010,12245,'action complete via WP Cron','2021-01-06 22:49:31','2021-01-06 14:49:31'),(28011,12246,'action created','2021-01-06 22:49:31','2021-01-06 14:49:31'),(28012,12246,'action started via WP Cron','2021-01-06 22:50:04','2021-01-06 14:50:04'),(28013,12246,'action complete via WP Cron','2021-01-06 22:50:04','2021-01-06 14:50:04'),(28014,12247,'action created','2021-01-06 22:50:04','2021-01-06 14:50:04'),(28015,12247,'action started via WP Cron','2021-01-06 22:51:12','2021-01-06 14:51:12'),(28016,12247,'action complete via WP Cron','2021-01-06 22:51:12','2021-01-06 14:51:12'),(28017,12248,'action created','2021-01-06 22:51:12','2021-01-06 14:51:12'),(28018,12248,'action started via WP Cron','2021-01-06 22:52:51','2021-01-06 14:52:51'),(28019,12248,'action complete via WP Cron','2021-01-06 22:52:51','2021-01-06 14:52:51'),(28020,12249,'action created','2021-01-06 22:52:52','2021-01-06 14:52:52'),(28021,12249,'action started via WP Cron','2021-01-06 22:59:57','2021-01-06 14:59:57'),(28022,12249,'action complete via WP Cron','2021-01-06 22:59:57','2021-01-06 14:59:57'),(28023,12250,'action created','2021-01-06 22:59:57','2021-01-06 14:59:57'),(28024,12250,'action started via WP Cron','2021-01-06 23:01:50','2021-01-06 15:01:50'),(28025,12250,'action complete via WP Cron','2021-01-06 23:01:50','2021-01-06 15:01:50'),(28026,12251,'action created','2021-01-06 23:01:50','2021-01-06 15:01:50'),(28027,12251,'action started via WP Cron','2021-01-06 23:03:24','2021-01-06 15:03:24'),(28028,12251,'action complete via WP Cron','2021-01-06 23:03:24','2021-01-06 15:03:24'),(28029,12252,'action created','2021-01-06 23:03:24','2021-01-06 15:03:24'),(28030,12252,'action started via WP Cron','2021-01-06 23:03:44','2021-01-06 15:03:44'),(28031,12252,'action complete via WP Cron','2021-01-06 23:03:44','2021-01-06 15:03:44'),(28032,12253,'action created','2021-01-06 23:03:45','2021-01-06 15:03:45'),(28033,12253,'action started via WP Cron','2021-01-06 23:07:54','2021-01-06 15:07:54'),(28034,12253,'action complete via WP Cron','2021-01-06 23:07:54','2021-01-06 15:07:54'),(28035,12254,'action created','2021-01-06 23:07:54','2021-01-06 15:07:54'),(28036,12254,'action started via WP Cron','2021-01-06 23:20:56','2021-01-06 15:20:56'),(28037,12254,'action complete via WP Cron','2021-01-06 23:20:56','2021-01-06 15:20:56'),(28038,12255,'action created','2021-01-06 23:22:54','2021-01-06 15:22:54'),(28039,12255,'action started via WP Cron','2021-01-06 23:26:56','2021-01-06 15:26:56'),(28040,12255,'action complete via WP Cron','2021-01-06 23:26:56','2021-01-06 15:26:56'),(28041,12256,'action created','2021-01-06 23:26:56','2021-01-06 15:26:56'),(28042,12256,'action started via WP Cron','2021-01-06 23:36:01','2021-01-06 15:36:01'),(28043,12256,'action complete via WP Cron','2021-01-06 23:36:01','2021-01-06 15:36:01'),(28044,12257,'action created','2021-01-06 23:39:47','2021-01-06 15:39:47'),(28045,12257,'action started via WP Cron','2021-01-06 23:40:54','2021-01-06 15:40:54'),(28046,12257,'action complete via WP Cron','2021-01-06 23:40:54','2021-01-06 15:40:54'),(28047,12258,'action created','2021-01-06 23:40:54','2021-01-06 15:40:54'),(28048,12258,'action started via WP Cron','2021-01-06 23:43:00','2021-01-06 15:43:00'),(28049,12258,'action complete via WP Cron','2021-01-06 23:43:00','2021-01-06 15:43:00'),(28050,12259,'action created','2021-01-06 23:43:00','2021-01-06 15:43:00'),(28051,12259,'action started via WP Cron','2021-01-06 23:44:00','2021-01-06 15:44:00'),(28052,12259,'action complete via WP Cron','2021-01-06 23:44:00','2021-01-06 15:44:00'),(28053,12260,'action created','2021-01-06 23:44:00','2021-01-06 15:44:00'),(28054,12260,'action started via WP Cron','2021-01-06 23:45:02','2021-01-06 15:45:02'),(28055,12260,'action complete via WP Cron','2021-01-06 23:45:02','2021-01-06 15:45:02'),(28056,12261,'action created','2021-01-06 23:45:11','2021-01-06 15:45:11'),(28057,12261,'action started via WP Cron','2021-01-06 23:46:14','2021-01-06 15:46:14'),(28058,12261,'action complete via WP Cron','2021-01-06 23:46:14','2021-01-06 15:46:14'),(28059,12262,'action created','2021-01-06 23:46:14','2021-01-06 15:46:14'),(28060,12262,'action started via WP Cron','2021-01-07 00:18:29','2021-01-06 16:18:29'),(28061,12262,'action complete via WP Cron','2021-01-07 00:18:29','2021-01-06 16:18:29'),(28062,12263,'action created','2021-01-07 00:21:50','2021-01-06 16:21:50'),(28063,12263,'action started via WP Cron','2021-01-07 00:32:02','2021-01-06 16:32:02'),(28064,12263,'action complete via WP Cron','2021-01-07 00:32:02','2021-01-06 16:32:02'),(28065,12264,'action created','2021-01-07 00:32:02','2021-01-06 16:32:02'),(28066,12264,'action started via WP Cron','2021-01-07 00:35:40','2021-01-06 16:35:40'),(28067,12264,'action complete via WP Cron','2021-01-07 00:35:40','2021-01-06 16:35:40'),(28068,12265,'action created','2021-01-07 00:35:41','2021-01-06 16:35:41'),(28069,12265,'action started via WP Cron','2021-01-07 00:40:24','2021-01-06 16:40:24'),(28070,12265,'action complete via WP Cron','2021-01-07 00:40:24','2021-01-06 16:40:24'),(28071,12266,'action created','2021-01-07 00:40:24','2021-01-06 16:40:24'),(28072,12266,'action started via WP Cron','2021-01-07 00:40:48','2021-01-06 16:40:48'),(28073,12266,'action complete via WP Cron','2021-01-07 00:40:48','2021-01-06 16:40:48'),(28074,12267,'action created','2021-01-07 00:40:48','2021-01-06 16:40:48'),(28075,12267,'action started via WP Cron','2021-01-07 00:41:42','2021-01-06 16:41:42'),(28076,12267,'action complete via WP Cron','2021-01-07 00:41:42','2021-01-06 16:41:42'),(28077,12268,'action created','2021-01-07 00:41:42','2021-01-06 16:41:42'),(28078,12268,'action started via WP Cron','2021-01-07 00:45:20','2021-01-06 16:45:20'),(28079,12268,'action complete via WP Cron','2021-01-07 00:45:20','2021-01-06 16:45:20'),(28080,12269,'action created','2021-01-07 00:45:20','2021-01-06 16:45:20'),(28081,12269,'action started via WP Cron','2021-01-07 00:46:21','2021-01-06 16:46:21'),(28082,12269,'action complete via WP Cron','2021-01-07 00:46:21','2021-01-06 16:46:21'),(28083,12270,'action created','2021-01-07 00:46:21','2021-01-06 16:46:21'),(28084,12270,'action started via WP Cron','2021-01-07 00:48:25','2021-01-06 16:48:25'),(28085,12270,'action complete via WP Cron','2021-01-07 00:48:25','2021-01-06 16:48:25'),(28086,12271,'action created','2021-01-07 00:48:25','2021-01-06 16:48:25'),(28087,12271,'action started via WP Cron','2021-01-07 00:49:26','2021-01-06 16:49:26'),(28088,12271,'action complete via WP Cron','2021-01-07 00:49:26','2021-01-06 16:49:26'),(28089,12272,'action created','2021-01-07 00:50:26','2021-01-06 16:50:26'),(28090,12272,'action started via WP Cron','2021-01-07 00:55:03','2021-01-06 16:55:03'),(28091,12272,'action complete via WP Cron','2021-01-07 00:55:03','2021-01-06 16:55:03'),(28092,12273,'action created','2021-01-07 00:55:04','2021-01-06 16:55:04'),(28093,12273,'action started via WP Cron','2021-01-07 01:14:19','2021-01-06 17:14:19'),(28094,12273,'action complete via WP Cron','2021-01-07 01:14:19','2021-01-06 17:14:19'),(28095,12274,'action created','2021-01-07 01:14:19','2021-01-06 17:14:19'),(28096,12274,'action started via WP Cron','2021-01-07 01:14:46','2021-01-06 17:14:46'),(28097,12274,'action complete via WP Cron','2021-01-07 01:14:46','2021-01-06 17:14:46'),(28098,12275,'action created','2021-01-07 01:14:46','2021-01-06 17:14:46'),(28099,12275,'action started via WP Cron','2021-01-07 01:21:30','2021-01-06 17:21:30'),(28100,12275,'action complete via WP Cron','2021-01-07 01:21:30','2021-01-06 17:21:30'),(28101,12276,'action created','2021-01-07 01:21:30','2021-01-06 17:21:30'),(28102,12276,'action started via WP Cron','2021-01-07 01:25:56','2021-01-06 17:25:56'),(28103,12276,'action complete via WP Cron','2021-01-07 01:25:56','2021-01-06 17:25:56'),(28104,12277,'action created','2021-01-07 01:25:56','2021-01-06 17:25:56'),(28105,12277,'action started via WP Cron','2021-01-07 01:29:48','2021-01-06 17:29:48'),(28106,12277,'action complete via WP Cron','2021-01-07 01:29:48','2021-01-06 17:29:48'),(28107,12278,'action created','2021-01-07 01:29:49','2021-01-06 17:29:49'),(28108,12278,'action started via WP Cron','2021-01-07 01:31:46','2021-01-06 17:31:46'),(28109,12278,'action complete via WP Cron','2021-01-07 01:31:46','2021-01-06 17:31:46'),(28110,12279,'action created','2021-01-07 01:31:46','2021-01-06 17:31:46'),(28111,12279,'action started via WP Cron','2021-01-07 01:32:48','2021-01-06 17:32:48'),(28112,12279,'action complete via WP Cron','2021-01-07 01:32:48','2021-01-06 17:32:48'),(28113,12280,'action created','2021-01-07 01:32:48','2021-01-06 17:32:48'),(28114,12280,'action started via WP Cron','2021-01-07 01:33:53','2021-01-06 17:33:53'),(28115,12280,'action complete via WP Cron','2021-01-07 01:33:53','2021-01-06 17:33:53'),(28116,12281,'action created','2021-01-07 01:33:53','2021-01-06 17:33:53'),(28117,12281,'action started via WP Cron','2021-01-07 01:34:40','2021-01-06 17:34:40'),(28118,12281,'action complete via WP Cron','2021-01-07 01:34:40','2021-01-06 17:34:40'),(28119,12282,'action created','2021-01-07 01:34:41','2021-01-06 17:34:41'),(28120,12282,'action started via WP Cron','2021-01-07 01:37:05','2021-01-06 17:37:05'),(28121,12282,'action complete via WP Cron','2021-01-07 01:37:05','2021-01-06 17:37:05'),(28122,12283,'action created','2021-01-07 01:37:05','2021-01-06 17:37:05'),(28123,12283,'action started via WP Cron','2021-01-07 01:39:48','2021-01-06 17:39:48'),(28124,12283,'action complete via WP Cron','2021-01-07 01:39:48','2021-01-06 17:39:48'),(28125,12284,'action created','2021-01-07 01:39:48','2021-01-06 17:39:48'),(28126,12284,'action started via WP Cron','2021-01-07 01:49:02','2021-01-06 17:49:02'),(28127,12284,'action complete via WP Cron','2021-01-07 01:49:02','2021-01-06 17:49:02'),(28128,12285,'action created','2021-01-07 01:49:02','2021-01-06 17:49:02'),(28129,12285,'action started via WP Cron','2021-01-07 01:57:52','2021-01-06 17:57:52'),(28130,12285,'action complete via WP Cron','2021-01-07 01:57:52','2021-01-06 17:57:52'),(28131,12286,'action created','2021-01-07 01:57:52','2021-01-06 17:57:52'),(28132,12286,'action started via WP Cron','2021-01-07 02:04:09','2021-01-06 18:04:09'),(28133,12286,'action complete via WP Cron','2021-01-07 02:04:09','2021-01-06 18:04:09'),(28134,12287,'action created','2021-01-07 02:04:09','2021-01-06 18:04:09'),(28135,12287,'action started via WP Cron','2021-01-07 02:06:17','2021-01-06 18:06:17'),(28136,12287,'action complete via WP Cron','2021-01-07 02:06:17','2021-01-06 18:06:17'),(28137,12288,'action created','2021-01-07 02:06:17','2021-01-06 18:06:17'),(28138,12288,'action started via WP Cron','2021-01-07 02:06:43','2021-01-06 18:06:43'),(28139,12288,'action complete via WP Cron','2021-01-07 02:06:43','2021-01-06 18:06:43'),(28140,12289,'action created','2021-01-07 02:06:43','2021-01-06 18:06:43'),(28141,12289,'action started via WP Cron','2021-01-07 02:08:01','2021-01-06 18:08:01'),(28142,12289,'action complete via WP Cron','2021-01-07 02:08:01','2021-01-06 18:08:01'),(28143,12290,'action created','2021-01-07 02:08:01','2021-01-06 18:08:01'),(28144,12290,'action started via WP Cron','2021-01-07 02:11:08','2021-01-06 18:11:08'),(28145,12290,'action complete via WP Cron','2021-01-07 02:11:08','2021-01-06 18:11:08'),(28146,12291,'action created','2021-01-07 02:11:08','2021-01-06 18:11:08'),(28147,11696,'action started via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28148,11696,'action complete via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28149,12292,'action created','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28150,11695,'action started via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28151,11695,'action complete via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28152,12293,'action created','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28153,12291,'action started via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28154,12291,'action complete via WP Cron','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28155,12294,'action created','2021-01-07 02:15:37','2021-01-06 18:15:37'),(28156,12294,'action started via WP Cron','2021-01-07 02:21:37','2021-01-06 18:21:37'),(28157,12294,'action complete via WP Cron','2021-01-07 02:21:37','2021-01-06 18:21:37'),(28158,12295,'action created','2021-01-07 02:21:37','2021-01-06 18:21:37'),(28159,12295,'action started via WP Cron','2021-01-07 02:27:41','2021-01-06 18:27:41'),(28160,12295,'action complete via WP Cron','2021-01-07 02:27:41','2021-01-06 18:27:41'),(28161,12296,'action created','2021-01-07 02:27:41','2021-01-06 18:27:41'),(28162,12296,'action started via WP Cron','2021-01-07 02:30:28','2021-01-06 18:30:28'),(28163,12296,'action complete via WP Cron','2021-01-07 02:30:28','2021-01-06 18:30:28'),(28164,12297,'action created','2021-01-07 02:30:28','2021-01-06 18:30:28'),(28165,12297,'action started via WP Cron','2021-01-07 02:31:49','2021-01-06 18:31:49'),(28166,12297,'action complete via WP Cron','2021-01-07 02:31:49','2021-01-06 18:31:49'),(28167,12298,'action created','2021-01-07 02:31:49','2021-01-06 18:31:49'),(28168,12298,'action started via WP Cron','2021-01-07 02:32:55','2021-01-06 18:32:55'),(28169,12298,'action complete via WP Cron','2021-01-07 02:32:55','2021-01-06 18:32:55'),(28170,12299,'action created','2021-01-07 02:32:55','2021-01-06 18:32:55'),(28171,12299,'action started via WP Cron','2021-01-07 02:33:54','2021-01-06 18:33:54'),(28172,12299,'action complete via WP Cron','2021-01-07 02:33:54','2021-01-06 18:33:54'),(28173,12300,'action created','2021-01-07 02:33:54','2021-01-06 18:33:54'),(28174,12300,'action started via WP Cron','2021-01-07 02:36:20','2021-01-06 18:36:20'),(28175,12300,'action complete via WP Cron','2021-01-07 02:36:20','2021-01-06 18:36:20'),(28176,12301,'action created','2021-01-07 02:36:20','2021-01-06 18:36:20'),(28177,12301,'action started via WP Cron','2021-01-07 02:39:17','2021-01-06 18:39:17'),(28178,12301,'action complete via WP Cron','2021-01-07 02:39:18','2021-01-06 18:39:18'),(28179,12302,'action created','2021-01-07 02:39:18','2021-01-06 18:39:18'),(28180,12302,'action started via WP Cron','2021-01-07 02:42:36','2021-01-06 18:42:36'),(28181,12302,'action complete via WP Cron','2021-01-07 02:42:36','2021-01-06 18:42:36'),(28182,12303,'action created','2021-01-07 02:42:36','2021-01-06 18:42:36'),(28183,12303,'action started via WP Cron','2021-01-07 02:43:37','2021-01-06 18:43:37'),(28184,12303,'action complete via WP Cron','2021-01-07 02:43:37','2021-01-06 18:43:37'),(28185,12304,'action created','2021-01-07 02:43:37','2021-01-06 18:43:37'),(28186,12304,'action started via WP Cron','2021-01-07 02:44:56','2021-01-06 18:44:56'),(28187,12304,'action complete via WP Cron','2021-01-07 02:44:56','2021-01-06 18:44:56'),(28188,12305,'action created','2021-01-07 02:44:56','2021-01-06 18:44:56'),(28189,12305,'action started via WP Cron','2021-01-07 02:48:06','2021-01-06 18:48:06'),(28190,12305,'action complete via WP Cron','2021-01-07 02:48:06','2021-01-06 18:48:06'),(28191,12306,'action created','2021-01-07 02:48:06','2021-01-06 18:48:06'),(28192,12306,'action started via WP Cron','2021-01-07 03:00:39','2021-01-06 19:00:39'),(28193,12306,'action complete via WP Cron','2021-01-07 03:00:39','2021-01-06 19:00:39'),(28194,12307,'action created','2021-01-07 03:00:39','2021-01-06 19:00:39'),(28195,12307,'action started via WP Cron','2021-01-07 03:02:35','2021-01-06 19:02:35'),(28196,12307,'action complete via WP Cron','2021-01-07 03:02:35','2021-01-06 19:02:35'),(28197,12308,'action created','2021-01-07 03:02:35','2021-01-06 19:02:35'),(28198,12308,'action started via WP Cron','2021-01-07 03:03:48','2021-01-06 19:03:48'),(28199,12308,'action complete via WP Cron','2021-01-07 03:03:48','2021-01-06 19:03:48'),(28200,12309,'action created','2021-01-07 03:03:48','2021-01-06 19:03:48'),(28201,12309,'action started via WP Cron','2021-01-07 03:09:19','2021-01-06 19:09:19'),(28202,12309,'action complete via WP Cron','2021-01-07 03:09:19','2021-01-06 19:09:19'),(28203,12310,'action created','2021-01-07 03:09:19','2021-01-06 19:09:19'),(28204,12310,'action started via WP Cron','2021-01-07 03:10:20','2021-01-06 19:10:20'),(28205,12310,'action complete via WP Cron','2021-01-07 03:10:20','2021-01-06 19:10:20'),(28206,12311,'action created','2021-01-07 03:10:21','2021-01-06 19:10:21'),(28207,12311,'action started via WP Cron','2021-01-07 03:11:21','2021-01-06 19:11:21'),(28208,12311,'action complete via WP Cron','2021-01-07 03:11:21','2021-01-06 19:11:21'),(28209,12312,'action created','2021-01-07 03:11:21','2021-01-06 19:11:21'),(28210,12312,'action started via WP Cron','2021-01-07 03:12:22','2021-01-06 19:12:22'),(28211,12312,'action complete via WP Cron','2021-01-07 03:12:22','2021-01-06 19:12:22'),(28212,12313,'action created','2021-01-07 03:12:22','2021-01-06 19:12:22'),(28213,12313,'action started via WP Cron','2021-01-07 03:13:28','2021-01-06 19:13:28'),(28214,12313,'action complete via WP Cron','2021-01-07 03:13:28','2021-01-06 19:13:28'),(28215,12314,'action created','2021-01-07 03:13:28','2021-01-06 19:13:28'),(28216,12314,'action started via WP Cron','2021-01-07 03:15:19','2021-01-06 19:15:19'),(28217,12314,'action complete via WP Cron','2021-01-07 03:15:19','2021-01-06 19:15:19'),(28218,12315,'action created','2021-01-07 03:15:19','2021-01-06 19:15:19'),(28219,12315,'action started via WP Cron','2021-01-07 03:16:48','2021-01-06 19:16:48'),(28220,12315,'action complete via WP Cron','2021-01-07 03:16:48','2021-01-06 19:16:48'),(28221,12316,'action created','2021-01-07 03:16:48','2021-01-06 19:16:48'),(28222,12316,'action started via WP Cron','2021-01-07 03:18:29','2021-01-06 19:18:29'),(28223,12316,'action complete via WP Cron','2021-01-07 03:18:29','2021-01-06 19:18:29'),(28224,12317,'action created','2021-01-07 03:18:29','2021-01-06 19:18:29'),(28225,12317,'action started via WP Cron','2021-01-07 03:18:49','2021-01-06 19:18:49'),(28226,12317,'action complete via WP Cron','2021-01-07 03:18:49','2021-01-06 19:18:49'),(28227,12318,'action created','2021-01-07 03:18:49','2021-01-06 19:18:49'),(28228,12318,'action started via WP Cron','2021-01-07 03:19:46','2021-01-06 19:19:46'),(28229,12318,'action complete via WP Cron','2021-01-07 03:19:46','2021-01-06 19:19:46'),(28230,12319,'action created','2021-01-07 03:19:46','2021-01-06 19:19:46'),(28231,12319,'action started via WP Cron','2021-01-07 03:20:48','2021-01-06 19:20:48'),(28232,12319,'action complete via WP Cron','2021-01-07 03:20:48','2021-01-06 19:20:48'),(28233,12320,'action created','2021-01-07 03:20:48','2021-01-06 19:20:48'),(28234,12320,'action started via WP Cron','2021-01-07 03:22:20','2021-01-06 19:22:20'),(28235,12320,'action complete via WP Cron','2021-01-07 03:22:20','2021-01-06 19:22:20'),(28236,12321,'action created','2021-01-07 03:22:20','2021-01-06 19:22:20'),(28237,12321,'action started via WP Cron','2021-01-07 03:22:58','2021-01-06 19:22:58'),(28238,12321,'action complete via WP Cron','2021-01-07 03:22:58','2021-01-06 19:22:58'),(28239,12322,'action created','2021-01-07 03:22:58','2021-01-06 19:22:58'),(28240,12322,'action started via WP Cron','2021-01-07 03:26:57','2021-01-06 19:26:57'),(28241,12322,'action complete via WP Cron','2021-01-07 03:26:57','2021-01-06 19:26:57'),(28242,12323,'action created','2021-01-07 03:26:57','2021-01-06 19:26:57'),(28243,12323,'action started via WP Cron','2021-01-07 03:28:28','2021-01-06 19:28:28'),(28244,12323,'action complete via WP Cron','2021-01-07 03:28:28','2021-01-06 19:28:28'),(28245,12324,'action created','2021-01-07 03:28:28','2021-01-06 19:28:28'),(28246,12324,'action started via WP Cron','2021-01-07 03:28:51','2021-01-06 19:28:51'),(28247,12324,'action complete via WP Cron','2021-01-07 03:28:51','2021-01-06 19:28:51'),(28248,12325,'action created','2021-01-07 03:28:51','2021-01-06 19:28:51'),(28249,12325,'action started via WP Cron','2021-01-07 03:30:24','2021-01-06 19:30:24'),(28250,12325,'action complete via WP Cron','2021-01-07 03:30:24','2021-01-06 19:30:24'),(28251,12326,'action created','2021-01-07 03:30:31','2021-01-06 19:30:31'),(28252,12326,'action started via WP Cron','2021-01-07 03:30:59','2021-01-06 19:30:59'),(28253,12326,'action complete via WP Cron','2021-01-07 03:30:59','2021-01-06 19:30:59'),(28254,12327,'action created','2021-01-07 03:31:08','2021-01-06 19:31:08'),(28255,12327,'action started via WP Cron','2021-01-07 03:32:19','2021-01-06 19:32:19'),(28256,12327,'action complete via WP Cron','2021-01-07 03:32:19','2021-01-06 19:32:19'),(28257,12328,'action created','2021-01-07 03:34:00','2021-01-06 19:34:00'),(28258,12328,'action started via WP Cron','2021-01-07 03:34:43','2021-01-06 19:34:43'),(28259,12328,'action complete via WP Cron','2021-01-07 03:34:43','2021-01-06 19:34:43'),(28260,12329,'action created','2021-01-07 03:34:53','2021-01-06 19:34:53'),(28261,12329,'action started via WP Cron','2021-01-07 03:35:55','2021-01-06 19:35:55'),(28262,12329,'action complete via WP Cron','2021-01-07 03:35:55','2021-01-06 19:35:55'),(28263,12330,'action created','2021-01-07 03:35:55','2021-01-06 19:35:55'),(28264,12330,'action started via WP Cron','2021-01-07 03:37:08','2021-01-06 19:37:08'),(28265,12330,'action complete via WP Cron','2021-01-07 03:37:08','2021-01-06 19:37:08'),(28266,12331,'action created','2021-01-07 03:37:57','2021-01-06 19:37:57'),(28267,12331,'action started via WP Cron','2021-01-07 03:38:58','2021-01-06 19:38:58'),(28268,12331,'action complete via WP Cron','2021-01-07 03:38:58','2021-01-06 19:38:58'),(28269,12332,'action created','2021-01-07 03:38:58','2021-01-06 19:38:58'),(28270,12332,'action started via WP Cron','2021-01-07 03:39:59','2021-01-06 19:39:59'),(28271,12332,'action complete via WP Cron','2021-01-07 03:39:59','2021-01-06 19:39:59'),(28272,12333,'action created','2021-01-07 03:39:59','2021-01-06 19:39:59'),(28273,12333,'action started via WP Cron','2021-01-07 03:41:13','2021-01-06 19:41:13'),(28274,12333,'action complete via WP Cron','2021-01-07 03:41:13','2021-01-06 19:41:13'),(28275,12334,'action created','2021-01-07 03:41:13','2021-01-06 19:41:13'),(28276,12334,'action started via WP Cron','2021-01-07 03:42:04','2021-01-06 19:42:04'),(28277,12334,'action complete via WP Cron','2021-01-07 03:42:04','2021-01-06 19:42:04'),(28278,12335,'action created','2021-01-07 03:44:57','2021-01-06 19:44:57'),(28279,12335,'action started via WP Cron','2021-01-07 03:45:43','2021-01-06 19:45:43'),(28280,12335,'action complete via WP Cron','2021-01-07 03:45:43','2021-01-06 19:45:43'),(28281,12336,'action created','2021-01-07 03:48:55','2021-01-06 19:48:55'),(28282,12336,'action started via WP Cron','2021-01-07 03:50:26','2021-01-06 19:50:26'),(28283,12336,'action complete via WP Cron','2021-01-07 03:50:26','2021-01-06 19:50:26'),(28284,12337,'action created','2021-01-07 03:54:26','2021-01-06 19:54:26'),(28285,12337,'action started via WP Cron','2021-01-07 03:54:49','2021-01-06 19:54:49'),(28286,12337,'action complete via WP Cron','2021-01-07 03:54:49','2021-01-06 19:54:49'),(28287,12338,'action created','2021-01-07 03:55:26','2021-01-06 19:55:26'),(28288,12338,'action started via WP Cron','2021-01-07 03:56:28','2021-01-06 19:56:28'),(28289,12338,'action complete via WP Cron','2021-01-07 03:56:28','2021-01-06 19:56:28'),(28290,12339,'action created','2021-01-07 03:56:29','2021-01-06 19:56:29'),(28291,12339,'action started via WP Cron','2021-01-07 03:57:04','2021-01-06 19:57:04'),(28292,12339,'action complete via WP Cron','2021-01-07 03:57:04','2021-01-06 19:57:04'),(28293,11731,'action started via WP Cron','2021-01-07 03:57:44','2021-01-06 19:57:44'),(28294,11731,'action complete via WP Cron','2021-01-07 03:57:44','2021-01-06 19:57:44'),(28295,12340,'action created','2021-01-07 03:57:44','2021-01-06 19:57:44'),(28296,12341,'action created','2021-01-07 03:58:29','2021-01-06 19:58:29'),(28297,12341,'action started via WP Cron','2021-01-07 03:59:12','2021-01-06 19:59:12'),(28298,12341,'action complete via WP Cron','2021-01-07 03:59:12','2021-01-06 19:59:12'),(28299,12342,'action created','2021-01-07 03:59:30','2021-01-06 19:59:30'),(28300,12342,'action started via WP Cron','2021-01-07 03:59:57','2021-01-06 19:59:57'),(28301,12342,'action complete via WP Cron','2021-01-07 03:59:57','2021-01-06 19:59:57'),(28302,12343,'action created','2021-01-07 04:00:31','2021-01-06 20:00:31'),(28303,12343,'action started via WP Cron','2021-01-07 04:01:15','2021-01-06 20:01:15'),(28304,12343,'action complete via WP Cron','2021-01-07 04:01:15','2021-01-06 20:01:15'),(28305,12344,'action created','2021-01-07 04:01:45','2021-01-06 20:01:45'),(28306,12344,'action started via WP Cron','2021-01-07 04:02:49','2021-01-06 20:02:49'),(28307,12344,'action complete via WP Cron','2021-01-07 04:02:49','2021-01-06 20:02:49'),(28308,12345,'action created','2021-01-07 04:02:49','2021-01-06 20:02:49'),(28309,12345,'action started via WP Cron','2021-01-07 04:03:54','2021-01-06 20:03:54'),(28310,12345,'action complete via WP Cron','2021-01-07 04:03:54','2021-01-06 20:03:54'),(28311,12346,'action created','2021-01-07 04:03:55','2021-01-06 20:03:55'),(28312,12346,'action started via WP Cron','2021-01-07 04:05:05','2021-01-06 20:05:05'),(28313,12346,'action complete via WP Cron','2021-01-07 04:05:05','2021-01-06 20:05:05'),(28314,12347,'action created','2021-01-07 04:08:39','2021-01-06 20:08:39'),(28315,12347,'action started via WP Cron','2021-01-07 04:10:19','2021-01-06 20:10:19'),(28316,12347,'action complete via WP Cron','2021-01-07 04:10:19','2021-01-06 20:10:19'),(28317,12348,'action created','2021-01-07 04:10:31','2021-01-06 20:10:31'),(28318,12348,'action started via WP Cron','2021-01-07 04:11:01','2021-01-06 20:11:01'),(28319,12348,'action complete via WP Cron','2021-01-07 04:11:01','2021-01-06 20:11:01'),(28320,12349,'action created','2021-01-07 04:11:56','2021-01-06 20:11:56'),(28321,12349,'action started via WP Cron','2021-01-07 04:12:40','2021-01-06 20:12:40'),(28322,12349,'action complete via WP Cron','2021-01-07 04:12:40','2021-01-06 20:12:40'),(28323,12350,'action created','2021-01-07 04:12:41','2021-01-06 20:12:41'),(28324,12350,'action started via WP Cron','2021-01-07 04:14:11','2021-01-06 20:14:11'),(28325,12350,'action complete via WP Cron','2021-01-07 04:14:11','2021-01-06 20:14:11'),(28326,12351,'action created','2021-01-07 04:14:36','2021-01-06 20:14:36'),(28327,12351,'action started via WP Cron','2021-01-07 04:15:19','2021-01-06 20:15:19'),(28328,12351,'action complete via WP Cron','2021-01-07 04:15:19','2021-01-06 20:15:19'),(28329,12352,'action created','2021-01-07 04:19:58','2021-01-06 20:19:58'),(28330,12352,'action started via WP Cron','2021-01-07 04:21:01','2021-01-06 20:21:01'),(28331,12352,'action complete via WP Cron','2021-01-07 04:21:01','2021-01-06 20:21:01'),(28332,12353,'action created','2021-01-07 04:28:01','2021-01-06 20:28:01'),(28333,12353,'action started via WP Cron','2021-01-07 04:28:52','2021-01-06 20:28:52'),(28334,12353,'action complete via WP Cron','2021-01-07 04:28:52','2021-01-06 20:28:52'),(28335,12354,'action created','2021-01-07 04:58:32','2021-01-06 20:58:32'),(28336,12354,'action started via WP Cron','2021-01-07 04:59:38','2021-01-06 20:59:38'),(28337,12354,'action complete via WP Cron','2021-01-07 04:59:38','2021-01-06 20:59:38'),(28338,12355,'action created','2021-01-07 04:59:38','2021-01-06 20:59:38'),(28339,12355,'action started via WP Cron','2021-01-07 05:01:32','2021-01-06 21:01:32'),(28340,12355,'action complete via WP Cron','2021-01-07 05:01:32','2021-01-06 21:01:32'),(28341,12356,'action created','2021-01-07 05:02:41','2021-01-06 21:02:41'),(28342,12356,'action started via WP Cron','2021-01-07 05:03:42','2021-01-06 21:03:42'),(28343,12356,'action complete via WP Cron','2021-01-07 05:03:42','2021-01-06 21:03:42'),(28344,12357,'action created','2021-01-07 05:03:42','2021-01-06 21:03:42'),(28345,12357,'action started via WP Cron','2021-01-07 05:04:45','2021-01-06 21:04:45'),(28346,12357,'action complete via WP Cron','2021-01-07 05:04:45','2021-01-06 21:04:45'),(28347,12358,'action created','2021-01-07 05:05:22','2021-01-06 21:05:22'),(28348,12358,'action started via WP Cron','2021-01-07 05:06:33','2021-01-06 21:06:33'),(28349,12358,'action complete via WP Cron','2021-01-07 05:06:33','2021-01-06 21:06:33'),(28350,12359,'action created','2021-01-07 05:08:09','2021-01-06 21:08:09'),(28351,12359,'action started via WP Cron','2021-01-07 05:09:07','2021-01-06 21:09:07'),(28352,12359,'action complete via WP Cron','2021-01-07 05:09:07','2021-01-06 21:09:07'),(28353,12360,'action created','2021-01-07 05:09:23','2021-01-06 21:09:23'),(28354,12360,'action started via WP Cron','2021-01-07 05:10:16','2021-01-06 21:10:16'),(28355,12360,'action complete via WP Cron','2021-01-07 05:10:16','2021-01-06 21:10:16'),(28356,12361,'action created','2021-01-07 05:17:24','2021-01-06 21:17:24'),(28357,12361,'action started via WP Cron','2021-01-07 05:18:19','2021-01-06 21:18:19'),(28358,12361,'action complete via WP Cron','2021-01-07 05:18:19','2021-01-06 21:18:19'),(28359,12362,'action created','2021-01-07 05:18:48','2021-01-06 21:18:48'),(28360,12362,'action started via WP Cron','2021-01-07 05:19:54','2021-01-06 21:19:54'),(28361,12362,'action complete via WP Cron','2021-01-07 05:19:54','2021-01-06 21:19:54'),(28362,12363,'action created','2021-01-07 05:19:55','2021-01-06 21:19:55'),(28363,12363,'action started via WP Cron','2021-01-07 05:20:53','2021-01-06 21:20:53'),(28364,12363,'action complete via WP Cron','2021-01-07 05:20:53','2021-01-06 21:20:53'),(28365,12364,'action created','2021-01-07 05:23:22','2021-01-06 21:23:22'),(28366,12364,'action started via WP Cron','2021-01-07 05:24:06','2021-01-06 21:24:06'),(28367,12364,'action complete via WP Cron','2021-01-07 05:24:06','2021-01-06 21:24:06'),(28368,12365,'action created','2021-01-07 05:25:20','2021-01-06 21:25:20'),(28369,12365,'action started via WP Cron','2021-01-07 05:26:06','2021-01-06 21:26:06'),(28370,12365,'action complete via WP Cron','2021-01-07 05:26:06','2021-01-06 21:26:06'),(28371,12366,'action created','2021-01-07 05:36:25','2021-01-06 21:36:25'),(28372,12366,'action started via WP Cron','2021-01-07 05:37:18','2021-01-06 21:37:18'),(28373,12366,'action complete via WP Cron','2021-01-07 05:37:18','2021-01-06 21:37:18'),(28374,12367,'action created','2021-01-07 05:37:19','2021-01-06 21:37:19'),(28375,12367,'action started via WP Cron','2021-01-07 05:37:54','2021-01-06 21:37:54'),(28376,12367,'action complete via WP Cron','2021-01-07 05:37:54','2021-01-06 21:37:54'),(28377,12368,'action created','2021-01-07 05:37:54','2021-01-06 21:37:54'),(28378,12368,'action started via WP Cron','2021-01-07 05:38:55','2021-01-06 21:38:55'),(28379,12368,'action complete via WP Cron','2021-01-07 05:38:55','2021-01-06 21:38:55'),(28380,12369,'action created','2021-01-07 05:38:55','2021-01-06 21:38:55'),(28381,12369,'action started via WP Cron','2021-01-07 05:39:56','2021-01-06 21:39:56'),(28382,12369,'action complete via WP Cron','2021-01-07 05:39:56','2021-01-06 21:39:56'),(28383,12370,'action created','2021-01-07 05:39:56','2021-01-06 21:39:56'),(28384,12370,'action started via WP Cron','2021-01-07 05:41:01','2021-01-06 21:41:01'),(28385,12370,'action complete via WP Cron','2021-01-07 05:41:01','2021-01-06 21:41:01'),(28386,12371,'action created','2021-01-07 05:41:26','2021-01-06 21:41:26'),(28387,12371,'action started via WP Cron','2021-01-07 05:41:59','2021-01-06 21:41:59'),(28388,12371,'action complete via WP Cron','2021-01-07 05:41:59','2021-01-06 21:41:59'),(28389,12372,'action created','2021-01-07 05:41:59','2021-01-06 21:41:59'),(28390,12372,'action started via WP Cron','2021-01-07 05:43:09','2021-01-06 21:43:09'),(28391,12372,'action complete via WP Cron','2021-01-07 05:43:09','2021-01-06 21:43:09'),(28392,12373,'action created','2021-01-07 05:43:25','2021-01-06 21:43:25'),(28393,12373,'action started via WP Cron','2021-01-07 05:43:43','2021-01-06 21:43:43'),(28394,12373,'action complete via WP Cron','2021-01-07 05:43:43','2021-01-06 21:43:43'),(28395,12374,'action created','2021-01-07 05:43:44','2021-01-06 21:43:44'),(28396,12374,'action started via WP Cron','2021-01-07 05:45:07','2021-01-06 21:45:07'),(28397,12374,'action complete via WP Cron','2021-01-07 05:45:07','2021-01-06 21:45:07'),(28401,12376,'action created','2021-01-07 05:50:59','2021-01-06 21:50:59'),(28402,12376,'action started via WP Cron','2021-01-07 05:51:52','2021-01-06 21:51:52'),(28403,12376,'action complete via WP Cron','2021-01-07 05:51:52','2021-01-06 21:51:52'),(28404,12377,'action created','2021-01-07 05:57:19','2021-01-06 21:57:19'),(28405,12377,'action started via WP Cron','2021-01-07 05:57:53','2021-01-06 21:57:53'),(28406,12377,'action complete via WP Cron','2021-01-07 05:57:53','2021-01-06 21:57:53'),(28407,12378,'action created','2021-01-07 06:04:51','2021-01-06 22:04:51'),(28408,12378,'action started via WP Cron','2021-01-07 06:05:43','2021-01-06 22:05:43'),(28409,12378,'action complete via WP Cron','2021-01-07 06:05:43','2021-01-06 22:05:43'),(28410,12379,'action created','2021-01-07 06:05:43','2021-01-06 22:05:43'),(28411,12379,'action started via WP Cron','2021-01-07 06:06:57','2021-01-06 22:06:57'),(28412,12379,'action complete via WP Cron','2021-01-07 06:06:57','2021-01-06 22:06:57'),(28413,12380,'action created','2021-01-07 06:07:45','2021-01-06 22:07:45'),(28414,12380,'action started via WP Cron','2021-01-07 06:08:46','2021-01-06 22:08:46'),(28415,12380,'action complete via WP Cron','2021-01-07 06:08:46','2021-01-06 22:08:46'),(28416,12381,'action created','2021-01-07 06:08:46','2021-01-06 22:08:46'),(28417,12381,'action started via WP Cron','2021-01-07 06:09:47','2021-01-06 22:09:47'),(28418,12381,'action complete via WP Cron','2021-01-07 06:09:47','2021-01-06 22:09:47'),(28419,12382,'action created','2021-01-07 06:09:47','2021-01-06 22:09:47'),(28420,12382,'action started via WP Cron','2021-01-07 06:11:14','2021-01-06 22:11:14'),(28421,12382,'action complete via WP Cron','2021-01-07 06:11:14','2021-01-06 22:11:14'),(28422,12383,'action created','2021-01-07 06:18:42','2021-01-06 22:18:42'),(28423,12383,'action started via WP Cron','2021-01-07 06:20:02','2021-01-06 22:20:02'),(28424,12383,'action complete via WP Cron','2021-01-07 06:20:02','2021-01-06 22:20:02'),(28425,12384,'action created','2021-01-07 06:38:42','2021-01-06 22:38:42'),(28426,12384,'action started via WP Cron','2021-01-07 06:40:11','2021-01-06 22:40:11'),(28427,12384,'action complete via WP Cron','2021-01-07 06:40:11','2021-01-06 22:40:11'),(28428,12385,'action created','2021-01-07 06:44:07','2021-01-06 22:44:07'),(28429,12385,'action started via WP Cron','2021-01-07 06:46:00','2021-01-06 22:46:00'),(28430,12385,'action complete via WP Cron','2021-01-07 06:46:00','2021-01-06 22:46:00'),(28431,12386,'action created','2021-01-07 06:47:21','2021-01-06 22:47:21'),(28432,12386,'action started via WP Cron','2021-01-07 06:47:45','2021-01-06 22:47:45'),(28433,12386,'action complete via WP Cron','2021-01-07 06:47:45','2021-01-06 22:47:45'),(28434,12387,'action created','2021-01-07 06:54:03','2021-01-06 22:54:03'),(28435,12387,'action started via WP Cron','2021-01-07 06:55:09','2021-01-06 22:55:09'),(28436,12387,'action complete via WP Cron','2021-01-07 06:55:09','2021-01-06 22:55:09'),(28437,12388,'action created','2021-01-07 06:56:14','2021-01-06 22:56:14'),(28438,12388,'action started via WP Cron','2021-01-07 06:56:56','2021-01-06 22:56:56'),(28439,12388,'action complete via WP Cron','2021-01-07 06:56:56','2021-01-06 22:56:56'),(28440,12389,'action created','2021-01-07 07:09:55','2021-01-06 23:09:55'),(28441,12389,'action started via WP Cron','2021-01-07 07:10:46','2021-01-06 23:10:46'),(28442,12389,'action complete via WP Cron','2021-01-07 07:10:46','2021-01-06 23:10:46'),(28443,12390,'action created','2021-01-07 07:10:47','2021-01-06 23:10:47'),(28444,12390,'action started via WP Cron','2021-01-07 07:11:47','2021-01-06 23:11:47'),(28445,12390,'action complete via WP Cron','2021-01-07 07:11:47','2021-01-06 23:11:47'),(28446,12391,'action created','2021-01-07 07:11:47','2021-01-06 23:11:47'),(28447,12391,'action started via WP Cron','2021-01-07 07:13:23','2021-01-06 23:13:23'),(28448,12391,'action complete via WP Cron','2021-01-07 07:13:23','2021-01-06 23:13:23'),(28449,12392,'action created','2021-01-07 07:13:50','2021-01-06 23:13:50'),(83744,30825,'action complete via WP Cron','2021-02-07 07:20:31','2021-02-06 23:20:31'),(83743,30825,'action started via WP Cron','2021-02-07 07:20:31','2021-02-06 23:20:31'),(85938,31557,'action created','2021-02-08 07:16:30','2021-02-07 23:16:30'),(28453,12392,'action started via WP Cron','2021-01-07 07:14:51','2021-01-06 23:14:51'),(28454,12392,'action complete via WP Cron','2021-01-07 07:14:51','2021-01-06 23:14:51'),(28455,12394,'action created','2021-01-07 07:14:51','2021-01-06 23:14:51'),(28456,12394,'action started via WP Cron','2021-01-07 07:15:52','2021-01-06 23:15:52'),(28457,12394,'action complete via WP Cron','2021-01-07 07:15:52','2021-01-06 23:15:52'),(28458,12395,'action created','2021-01-07 07:15:52','2021-01-06 23:15:52'),(28459,12395,'action started via WP Cron','2021-01-07 07:16:48','2021-01-06 23:16:48'),(28460,12395,'action complete via WP Cron','2021-01-07 07:16:48','2021-01-06 23:16:48'),(28461,12396,'action created','2021-01-07 07:24:14','2021-01-06 23:24:14'),(28462,12396,'action started via WP Cron','2021-01-07 07:25:05','2021-01-06 23:25:05'),(28463,12396,'action complete via WP Cron','2021-01-07 07:25:05','2021-01-06 23:25:05'),(28464,12397,'action created','2021-01-07 07:29:11','2021-01-06 23:29:11'),(28465,12397,'action started via WP Cron','2021-01-07 07:29:45','2021-01-06 23:29:45'),(28466,12397,'action complete via WP Cron','2021-01-07 07:29:45','2021-01-06 23:29:45'),(28467,12398,'action created','2021-01-07 07:30:27','2021-01-06 23:30:27'),(28468,12398,'action started via WP Cron','2021-01-07 07:31:31','2021-01-06 23:31:31'),(28469,12398,'action complete via WP Cron','2021-01-07 07:31:31','2021-01-06 23:31:31'),(28470,12399,'action created','2021-01-07 07:37:42','2021-01-06 23:37:42'),(28471,12399,'action started via WP Cron','2021-01-07 07:49:23','2021-01-06 23:49:23'),(28472,12399,'action complete via WP Cron','2021-01-07 07:49:23','2021-01-06 23:49:23'),(28473,12400,'action created','2021-01-07 07:49:23','2021-01-06 23:49:23'),(28474,12400,'action started via WP Cron','2021-01-07 07:50:32','2021-01-06 23:50:32'),(28475,12400,'action complete via WP Cron','2021-01-07 07:50:32','2021-01-06 23:50:32'),(28476,12401,'action created','2021-01-07 07:50:32','2021-01-06 23:50:32'),(28477,12401,'action started via WP Cron','2021-01-07 07:52:15','2021-01-06 23:52:15'),(28478,12401,'action complete via WP Cron','2021-01-07 07:52:15','2021-01-06 23:52:15'),(28479,12402,'action created','2021-01-07 07:52:15','2021-01-06 23:52:15'),(28480,12402,'action started via WP Cron','2021-01-07 07:53:53','2021-01-06 23:53:53'),(28481,12402,'action complete via WP Cron','2021-01-07 07:53:53','2021-01-06 23:53:53'),(28482,12403,'action created','2021-01-07 07:53:54','2021-01-06 23:53:54'),(28483,12403,'action started via WP Cron','2021-01-07 07:55:41','2021-01-06 23:55:41'),(28484,12403,'action complete via WP Cron','2021-01-07 07:55:41','2021-01-06 23:55:41'),(28485,12404,'action created','2021-01-07 07:57:06','2021-01-06 23:57:06'),(28486,12404,'action started via WP Cron','2021-01-07 07:59:36','2021-01-06 23:59:36'),(28487,12404,'action complete via WP Cron','2021-01-07 07:59:36','2021-01-06 23:59:36'),(28488,12405,'action created','2021-01-07 07:59:36','2021-01-06 23:59:36'),(28489,12405,'action started via WP Cron','2021-01-07 08:00:37','2021-01-07 00:00:37'),(28490,12405,'action complete via WP Cron','2021-01-07 08:00:37','2021-01-07 00:00:37'),(28491,12406,'action created','2021-01-07 08:00:37','2021-01-07 00:00:37'),(28492,12406,'action started via WP Cron','2021-01-07 08:01:38','2021-01-07 00:01:38'),(28493,12406,'action complete via WP Cron','2021-01-07 08:01:38','2021-01-07 00:01:38'),(28494,12407,'action created','2021-01-07 08:01:38','2021-01-07 00:01:38'),(28495,12407,'action started via WP Cron','2021-01-07 08:11:17','2021-01-07 00:11:17'),(28496,12407,'action complete via WP Cron','2021-01-07 08:11:17','2021-01-07 00:11:17'),(28497,12408,'action created','2021-01-07 08:11:17','2021-01-07 00:11:17'),(28498,12408,'action started via WP Cron','2021-01-07 08:16:00','2021-01-07 00:16:00'),(28499,12408,'action complete via WP Cron','2021-01-07 08:16:00','2021-01-07 00:16:00'),(28500,12409,'action created','2021-01-07 08:16:00','2021-01-07 00:16:00'),(28501,12409,'action started via WP Cron','2021-01-07 08:16:51','2021-01-07 00:16:51'),(28502,12409,'action complete via WP Cron','2021-01-07 08:16:51','2021-01-07 00:16:51'),(28503,12410,'action created','2021-01-07 08:16:52','2021-01-07 00:16:52'),(28504,12410,'action started via WP Cron','2021-01-07 08:18:53','2021-01-07 00:18:53'),(28505,12410,'action complete via WP Cron','2021-01-07 08:18:53','2021-01-07 00:18:53'),(28506,12411,'action created','2021-01-07 08:18:53','2021-01-07 00:18:53'),(28507,12411,'action started via WP Cron','2021-01-07 08:19:52','2021-01-07 00:19:52'),(28508,12411,'action complete via WP Cron','2021-01-07 08:19:52','2021-01-07 00:19:52'),(28509,12412,'action created','2021-01-07 08:19:52','2021-01-07 00:19:52'),(28510,12412,'action started via Async Request','2021-01-07 08:20:16','2021-01-07 00:20:16'),(28511,12412,'action complete via Async Request','2021-01-07 08:20:16','2021-01-07 00:20:16'),(28512,12413,'action created','2021-01-07 08:20:17','2021-01-07 00:20:17'),(28513,12413,'action started via WP Cron','2021-01-07 08:20:45','2021-01-07 00:20:45'),(28514,12413,'action complete via WP Cron','2021-01-07 08:20:45','2021-01-07 00:20:45'),(28515,12414,'action created','2021-01-07 08:20:45','2021-01-07 00:20:45'),(28516,12414,'action started via WP Cron','2021-01-07 08:21:44','2021-01-07 00:21:44'),(28517,12414,'action complete via WP Cron','2021-01-07 08:21:44','2021-01-07 00:21:44'),(28518,12415,'action created','2021-01-07 08:21:44','2021-01-07 00:21:44'),(28519,12415,'action started via WP Cron','2021-01-07 08:24:32','2021-01-07 00:24:32'),(28520,12415,'action complete via WP Cron','2021-01-07 08:24:32','2021-01-07 00:24:32'),(28521,12416,'action created','2021-01-07 08:24:33','2021-01-07 00:24:33'),(28522,12416,'action started via WP Cron','2021-01-07 08:26:08','2021-01-07 00:26:08'),(28523,12416,'action complete via WP Cron','2021-01-07 08:26:08','2021-01-07 00:26:08'),(28524,12417,'action created','2021-01-07 08:26:08','2021-01-07 00:26:08'),(28525,12417,'action started via WP Cron','2021-01-07 08:27:09','2021-01-07 00:27:09'),(28526,12417,'action complete via WP Cron','2021-01-07 08:27:09','2021-01-07 00:27:09'),(28527,12418,'action created','2021-01-07 08:27:09','2021-01-07 00:27:09'),(28528,12418,'action started via WP Cron','2021-01-07 08:28:03','2021-01-07 00:28:03'),(28529,12418,'action complete via WP Cron','2021-01-07 08:28:03','2021-01-07 00:28:03'),(28530,12419,'action created','2021-01-07 08:28:03','2021-01-07 00:28:03'),(28531,12419,'action started via WP Cron','2021-01-07 08:29:07','2021-01-07 00:29:07'),(28532,12419,'action complete via WP Cron','2021-01-07 08:29:07','2021-01-07 00:29:07'),(28533,12420,'action created','2021-01-07 08:29:07','2021-01-07 00:29:07'),(28534,12420,'action started via WP Cron','2021-01-07 08:30:16','2021-01-07 00:30:16'),(28535,12420,'action complete via WP Cron','2021-01-07 08:30:16','2021-01-07 00:30:16'),(28536,12421,'action created','2021-01-07 08:30:16','2021-01-07 00:30:16'),(28537,12421,'action started via WP Cron','2021-01-07 08:31:14','2021-01-07 00:31:14'),(28538,12421,'action complete via WP Cron','2021-01-07 08:31:14','2021-01-07 00:31:14'),(28539,12422,'action created','2021-01-07 08:31:14','2021-01-07 00:31:14'),(28540,12422,'action started via WP Cron','2021-01-07 08:32:22','2021-01-07 00:32:22'),(28541,12422,'action complete via WP Cron','2021-01-07 08:32:22','2021-01-07 00:32:22'),(28542,12423,'action created','2021-01-07 08:32:23','2021-01-07 00:32:23'),(28543,12423,'action started via WP Cron','2021-01-07 08:33:10','2021-01-07 00:33:10'),(28544,12423,'action complete via WP Cron','2021-01-07 08:33:10','2021-01-07 00:33:10'),(28545,12424,'action created','2021-01-07 08:33:10','2021-01-07 00:33:10'),(28546,12424,'action started via WP Cron','2021-01-07 08:34:23','2021-01-07 00:34:23'),(28547,12424,'action complete via WP Cron','2021-01-07 08:34:23','2021-01-07 00:34:23'),(28548,12425,'action created','2021-01-07 08:34:23','2021-01-07 00:34:23'),(28549,12425,'action started via WP Cron','2021-01-07 08:35:09','2021-01-07 00:35:09'),(28550,12425,'action complete via WP Cron','2021-01-07 08:35:09','2021-01-07 00:35:09'),(28551,12426,'action created','2021-01-07 08:35:09','2021-01-07 00:35:09'),(28552,12426,'action started via WP Cron','2021-01-07 08:36:24','2021-01-07 00:36:24'),(28553,12426,'action complete via WP Cron','2021-01-07 08:36:24','2021-01-07 00:36:24'),(28554,12427,'action created','2021-01-07 08:36:24','2021-01-07 00:36:24'),(28555,12427,'action started via WP Cron','2021-01-07 08:36:49','2021-01-07 00:36:49'),(28556,12427,'action complete via WP Cron','2021-01-07 08:36:49','2021-01-07 00:36:49'),(28557,12428,'action created','2021-01-07 08:36:49','2021-01-07 00:36:49'),(28558,12428,'action started via WP Cron','2021-01-07 08:42:45','2021-01-07 00:42:45'),(28559,12428,'action complete via WP Cron','2021-01-07 08:42:45','2021-01-07 00:42:45'),(28560,12429,'action created','2021-01-07 08:42:45','2021-01-07 00:42:45'),(28561,12429,'action started via WP Cron','2021-01-07 08:45:21','2021-01-07 00:45:21'),(28562,12429,'action complete via WP Cron','2021-01-07 08:45:21','2021-01-07 00:45:21'),(28563,12430,'action created','2021-01-07 08:45:21','2021-01-07 00:45:21'),(28564,12430,'action started via WP Cron','2021-01-07 08:51:25','2021-01-07 00:51:25'),(28565,12430,'action complete via WP Cron','2021-01-07 08:51:25','2021-01-07 00:51:25'),(28566,12431,'action created','2021-01-07 08:51:26','2021-01-07 00:51:26'),(28567,12431,'action started via WP Cron','2021-01-07 08:51:51','2021-01-07 00:51:51'),(28568,12431,'action complete via WP Cron','2021-01-07 08:51:51','2021-01-07 00:51:51'),(28569,12432,'action created','2021-01-07 08:51:51','2021-01-07 00:51:51'),(28570,12432,'action started via WP Cron','2021-01-07 08:52:58','2021-01-07 00:52:58'),(28571,12432,'action complete via WP Cron','2021-01-07 08:52:59','2021-01-07 00:52:59'),(28572,12433,'action created','2021-01-07 08:52:59','2021-01-07 00:52:59'),(28573,12433,'action started via WP Cron','2021-01-07 08:54:00','2021-01-07 00:54:00'),(28574,12433,'action complete via WP Cron','2021-01-07 08:54:00','2021-01-07 00:54:00'),(28575,12434,'action created','2021-01-07 08:54:00','2021-01-07 00:54:00'),(28576,12434,'action started via WP Cron','2021-01-07 08:56:02','2021-01-07 00:56:02'),(28577,12434,'action complete via WP Cron','2021-01-07 08:56:02','2021-01-07 00:56:02'),(28578,12435,'action created','2021-01-07 08:56:02','2021-01-07 00:56:02'),(28579,12435,'action started via WP Cron','2021-01-07 08:57:03','2021-01-07 00:57:03'),(28580,12435,'action complete via WP Cron','2021-01-07 08:57:03','2021-01-07 00:57:03'),(28581,12436,'action created','2021-01-07 08:57:03','2021-01-07 00:57:03'),(28582,12436,'action started via WP Cron','2021-01-07 08:58:04','2021-01-07 00:58:04'),(28583,12436,'action complete via WP Cron','2021-01-07 08:58:04','2021-01-07 00:58:04'),(28584,12437,'action created','2021-01-07 08:58:04','2021-01-07 00:58:04'),(28585,12437,'action started via WP Cron','2021-01-07 09:01:56','2021-01-07 01:01:56'),(28586,12437,'action complete via WP Cron','2021-01-07 09:01:56','2021-01-07 01:01:56'),(28587,12438,'action created','2021-01-07 09:01:56','2021-01-07 01:01:56'),(28588,12438,'action started via WP Cron','2021-01-07 09:02:56','2021-01-07 01:02:56'),(28589,12438,'action complete via WP Cron','2021-01-07 09:02:56','2021-01-07 01:02:56'),(28590,12439,'action created','2021-01-07 09:02:56','2021-01-07 01:02:56'),(28591,12439,'action started via WP Cron','2021-01-07 09:03:58','2021-01-07 01:03:58'),(28592,12439,'action complete via WP Cron','2021-01-07 09:03:58','2021-01-07 01:03:58'),(28593,12440,'action created','2021-01-07 09:05:04','2021-01-07 01:05:04'),(28594,12440,'action started via WP Cron','2021-01-07 09:06:34','2021-01-07 01:06:34'),(28595,12440,'action complete via WP Cron','2021-01-07 09:06:34','2021-01-07 01:06:34'),(28596,12441,'action created','2021-01-07 09:06:34','2021-01-07 01:06:34'),(28597,12441,'action started via WP Cron','2021-01-07 09:21:14','2021-01-07 01:21:14'),(28598,12441,'action complete via WP Cron','2021-01-07 09:21:14','2021-01-07 01:21:14'),(28599,12442,'action created','2021-01-07 09:21:55','2021-01-07 01:21:55'),(28600,12442,'action started via WP Cron','2021-01-07 09:22:56','2021-01-07 01:22:56'),(28601,12442,'action complete via WP Cron','2021-01-07 09:22:56','2021-01-07 01:22:56'),(28602,12443,'action created','2021-01-07 09:22:56','2021-01-07 01:22:56'),(28603,12443,'action started via WP Cron','2021-01-07 09:24:58','2021-01-07 01:24:58'),(28604,12443,'action complete via WP Cron','2021-01-07 09:24:58','2021-01-07 01:24:58'),(28605,12444,'action created','2021-01-07 09:24:58','2021-01-07 01:24:58'),(28606,12444,'action started via WP Cron','2021-01-07 09:25:59','2021-01-07 01:25:59'),(28607,12444,'action complete via WP Cron','2021-01-07 09:25:59','2021-01-07 01:25:59'),(28608,12445,'action created','2021-01-07 09:25:59','2021-01-07 01:25:59'),(28609,12445,'action started via WP Cron','2021-01-07 09:26:57','2021-01-07 01:26:57'),(28610,12445,'action complete via WP Cron','2021-01-07 09:26:57','2021-01-07 01:26:57'),(28611,12446,'action created','2021-01-07 09:26:58','2021-01-07 01:26:58'),(28612,12446,'action started via WP Cron','2021-01-07 09:30:28','2021-01-07 01:30:28'),(28613,12446,'action complete via WP Cron','2021-01-07 09:30:28','2021-01-07 01:30:28'),(28614,12447,'action created','2021-01-07 09:30:28','2021-01-07 01:30:28'),(28615,12447,'action started via WP Cron','2021-01-07 09:31:29','2021-01-07 01:31:29'),(28616,12447,'action complete via WP Cron','2021-01-07 09:31:29','2021-01-07 01:31:29'),(28617,12448,'action created','2021-01-07 09:31:29','2021-01-07 01:31:29'),(28618,12448,'action started via WP Cron','2021-01-07 09:32:30','2021-01-07 01:32:30'),(28619,12448,'action complete via WP Cron','2021-01-07 09:32:30','2021-01-07 01:32:30'),(28620,12449,'action created','2021-01-07 09:32:30','2021-01-07 01:32:30'),(28621,12449,'action started via WP Cron','2021-01-07 09:37:25','2021-01-07 01:37:25'),(28622,12449,'action complete via WP Cron','2021-01-07 09:37:25','2021-01-07 01:37:25'),(28623,12450,'action created','2021-01-07 09:37:25','2021-01-07 01:37:25'),(28624,12450,'action started via WP Cron','2021-01-07 09:38:25','2021-01-07 01:38:25'),(28625,12450,'action complete via WP Cron','2021-01-07 09:38:25','2021-01-07 01:38:25'),(28626,12451,'action created','2021-01-07 09:38:26','2021-01-07 01:38:26'),(28627,12451,'action started via WP Cron','2021-01-07 09:39:26','2021-01-07 01:39:26'),(28628,12451,'action complete via WP Cron','2021-01-07 09:39:26','2021-01-07 01:39:26'),(28629,12452,'action created','2021-01-07 09:39:26','2021-01-07 01:39:26'),(28630,12452,'action started via WP Cron','2021-01-07 09:41:28','2021-01-07 01:41:28'),(28631,12452,'action complete via WP Cron','2021-01-07 09:41:28','2021-01-07 01:41:28'),(28632,12453,'action created','2021-01-07 09:41:28','2021-01-07 01:41:28'),(28633,12453,'action started via WP Cron','2021-01-07 09:42:29','2021-01-07 01:42:29'),(28634,12453,'action complete via WP Cron','2021-01-07 09:42:29','2021-01-07 01:42:29'),(28635,12454,'action created','2021-01-07 09:42:29','2021-01-07 01:42:29'),(28636,12454,'action started via WP Cron','2021-01-07 09:51:15','2021-01-07 01:51:15'),(28637,12454,'action complete via WP Cron','2021-01-07 09:51:15','2021-01-07 01:51:15'),(28638,12455,'action created','2021-01-07 09:51:15','2021-01-07 01:51:15'),(28639,12455,'action started via WP Cron','2021-01-07 09:53:39','2021-01-07 01:53:39'),(28640,12455,'action complete via WP Cron','2021-01-07 09:53:39','2021-01-07 01:53:39'),(28641,12456,'action created','2021-01-07 09:53:39','2021-01-07 01:53:39'),(28642,12456,'action started via WP Cron','2021-01-07 09:54:03','2021-01-07 01:54:03'),(28643,12456,'action complete via WP Cron','2021-01-07 09:54:03','2021-01-07 01:54:03'),(28644,12457,'action created','2021-01-07 09:54:03','2021-01-07 01:54:03'),(28645,12457,'action started via WP Cron','2021-01-07 10:00:05','2021-01-07 02:00:05'),(28646,12457,'action complete via WP Cron','2021-01-07 10:00:05','2021-01-07 02:00:05'),(28647,12458,'action created','2021-01-07 10:00:05','2021-01-07 02:00:05'),(28648,12458,'action started via WP Cron','2021-01-07 10:00:41','2021-01-07 02:00:41'),(28649,12458,'action complete via WP Cron','2021-01-07 10:00:41','2021-01-07 02:00:41'),(28650,12459,'action created','2021-01-07 10:00:41','2021-01-07 02:00:41'),(28651,12459,'action started via WP Cron','2021-01-07 10:04:39','2021-01-07 02:04:39'),(28652,12459,'action complete via WP Cron','2021-01-07 10:04:39','2021-01-07 02:04:39'),(28653,12460,'action created','2021-01-07 10:04:39','2021-01-07 02:04:39'),(28654,12460,'action started via WP Cron','2021-01-07 10:05:40','2021-01-07 02:05:40'),(28655,12460,'action complete via WP Cron','2021-01-07 10:05:40','2021-01-07 02:05:40'),(28656,12461,'action created','2021-01-07 10:05:40','2021-01-07 02:05:40'),(28657,12461,'action started via WP Cron','2021-01-07 10:12:05','2021-01-07 02:12:05'),(28658,12461,'action complete via WP Cron','2021-01-07 10:12:05','2021-01-07 02:12:05'),(28659,12462,'action created','2021-01-07 10:12:06','2021-01-07 02:12:06'),(28660,12462,'action started via WP Cron','2021-01-07 10:15:14','2021-01-07 02:15:14'),(28661,12462,'action complete via WP Cron','2021-01-07 10:15:14','2021-01-07 02:15:14'),(28662,12463,'action created','2021-01-07 10:15:14','2021-01-07 02:15:14'),(28663,12463,'action started via WP Cron','2021-01-07 10:17:41','2021-01-07 02:17:41'),(28664,12463,'action complete via WP Cron','2021-01-07 10:17:41','2021-01-07 02:17:41'),(28665,12464,'action created','2021-01-07 10:17:41','2021-01-07 02:17:41'),(28666,12464,'action started via WP Cron','2021-01-07 10:18:48','2021-01-07 02:18:48'),(28667,12464,'action complete via WP Cron','2021-01-07 10:18:48','2021-01-07 02:18:48'),(28668,12465,'action created','2021-01-07 10:18:48','2021-01-07 02:18:48'),(28669,12465,'action started via WP Cron','2021-01-07 10:20:05','2021-01-07 02:20:05'),(28670,12465,'action complete via WP Cron','2021-01-07 10:20:05','2021-01-07 02:20:05'),(28671,12466,'action created','2021-01-07 10:20:05','2021-01-07 02:20:05'),(28672,12466,'action started via WP Cron','2021-01-07 10:26:47','2021-01-07 02:26:47'),(28673,12466,'action complete via WP Cron','2021-01-07 10:26:47','2021-01-07 02:26:47'),(28674,12467,'action created','2021-01-07 10:26:47','2021-01-07 02:26:47'),(28675,12467,'action started via WP Cron','2021-01-07 10:32:36','2021-01-07 02:32:36'),(28676,12467,'action complete via WP Cron','2021-01-07 10:32:36','2021-01-07 02:32:36'),(28677,12468,'action created','2021-01-07 10:32:36','2021-01-07 02:32:36'),(28678,12468,'action started via WP Cron','2021-01-07 10:33:31','2021-01-07 02:33:31'),(28679,12468,'action complete via WP Cron','2021-01-07 10:33:31','2021-01-07 02:33:31'),(28680,12469,'action created','2021-01-07 10:33:31','2021-01-07 02:33:31'),(28681,12469,'action started via WP Cron','2021-01-07 10:34:31','2021-01-07 02:34:31'),(28682,12469,'action complete via WP Cron','2021-01-07 10:34:31','2021-01-07 02:34:31'),(28683,12470,'action created','2021-01-07 10:34:31','2021-01-07 02:34:31'),(28684,12470,'action started via WP Cron','2021-01-07 10:38:54','2021-01-07 02:38:54'),(28685,12470,'action complete via WP Cron','2021-01-07 10:38:54','2021-01-07 02:38:54'),(28686,12471,'action created','2021-01-07 10:38:54','2021-01-07 02:38:54'),(28687,12471,'action started via WP Cron','2021-01-07 10:43:29','2021-01-07 02:43:29'),(28688,12471,'action complete via WP Cron','2021-01-07 10:43:29','2021-01-07 02:43:29'),(28689,12472,'action created','2021-01-07 10:43:29','2021-01-07 02:43:29'),(28690,12472,'action started via WP Cron','2021-01-07 10:44:30','2021-01-07 02:44:30'),(28691,12472,'action complete via WP Cron','2021-01-07 10:44:30','2021-01-07 02:44:30'),(28692,12473,'action created','2021-01-07 10:44:30','2021-01-07 02:44:30'),(28693,12473,'action started via WP Cron','2021-01-07 10:46:10','2021-01-07 02:46:10'),(28694,12473,'action complete via WP Cron','2021-01-07 10:46:10','2021-01-07 02:46:10'),(28695,12474,'action created','2021-01-07 10:46:10','2021-01-07 02:46:10'),(28696,12474,'action started via WP Cron','2021-01-07 10:47:17','2021-01-07 02:47:17'),(28697,12474,'action complete via WP Cron','2021-01-07 10:47:17','2021-01-07 02:47:17'),(28698,12475,'action created','2021-01-07 10:47:17','2021-01-07 02:47:17'),(28699,12475,'action started via WP Cron','2021-01-07 10:47:48','2021-01-07 02:47:48'),(28700,12475,'action complete via WP Cron','2021-01-07 10:47:48','2021-01-07 02:47:48'),(28701,12476,'action created','2021-01-07 10:47:48','2021-01-07 02:47:48'),(28702,12476,'action started via WP Cron','2021-01-07 10:52:13','2021-01-07 02:52:13'),(28703,12476,'action complete via WP Cron','2021-01-07 10:52:13','2021-01-07 02:52:13'),(28704,12477,'action created','2021-01-07 10:52:14','2021-01-07 02:52:14'),(28705,12477,'action started via WP Cron','2021-01-07 11:01:12','2021-01-07 03:01:12'),(28706,12477,'action complete via WP Cron','2021-01-07 11:01:12','2021-01-07 03:01:12'),(28707,12478,'action created','2021-01-07 11:01:12','2021-01-07 03:01:12'),(28708,12478,'action started via WP Cron','2021-01-07 11:02:06','2021-01-07 03:02:06'),(28709,12478,'action complete via WP Cron','2021-01-07 11:02:06','2021-01-07 03:02:06'),(28710,12479,'action created','2021-01-07 11:02:06','2021-01-07 03:02:06'),(28711,12479,'action started via WP Cron','2021-01-07 11:03:07','2021-01-07 03:03:07'),(28712,12479,'action complete via WP Cron','2021-01-07 11:03:07','2021-01-07 03:03:07'),(28713,12480,'action created','2021-01-07 11:03:07','2021-01-07 03:03:07'),(28714,12480,'action started via WP Cron','2021-01-07 11:04:15','2021-01-07 03:04:15'),(28715,12480,'action complete via WP Cron','2021-01-07 11:04:15','2021-01-07 03:04:15'),(28716,12481,'action created','2021-01-07 11:04:15','2021-01-07 03:04:15'),(28717,12481,'action started via WP Cron','2021-01-07 11:05:09','2021-01-07 03:05:09'),(28718,12481,'action complete via WP Cron','2021-01-07 11:05:09','2021-01-07 03:05:09'),(28719,12482,'action created','2021-01-07 11:05:09','2021-01-07 03:05:09'),(28720,12482,'action started via WP Cron','2021-01-07 11:06:10','2021-01-07 03:06:10'),(28721,12482,'action complete via WP Cron','2021-01-07 11:06:10','2021-01-07 03:06:10'),(28722,12483,'action created','2021-01-07 11:06:10','2021-01-07 03:06:10'),(28723,12483,'action started via WP Cron','2021-01-07 11:06:58','2021-01-07 03:06:58'),(28724,12483,'action complete via WP Cron','2021-01-07 11:06:58','2021-01-07 03:06:58'),(28725,12484,'action created','2021-01-07 11:06:58','2021-01-07 03:06:58'),(28726,12484,'action started via WP Cron','2021-01-07 11:07:58','2021-01-07 03:07:58'),(28727,12484,'action complete via WP Cron','2021-01-07 11:07:58','2021-01-07 03:07:58'),(28728,12485,'action created','2021-01-07 11:07:59','2021-01-07 03:07:59'),(28729,12485,'action started via WP Cron','2021-01-07 11:09:05','2021-01-07 03:09:05'),(28730,12485,'action complete via WP Cron','2021-01-07 11:09:05','2021-01-07 03:09:05'),(28731,12486,'action created','2021-01-07 11:09:05','2021-01-07 03:09:05'),(28732,12486,'action started via WP Cron','2021-01-07 11:11:49','2021-01-07 03:11:49'),(28733,12486,'action complete via WP Cron','2021-01-07 11:11:49','2021-01-07 03:11:49'),(28734,12487,'action created','2021-01-07 11:12:32','2021-01-07 03:12:32'),(28735,12487,'action started via WP Cron','2021-01-07 11:13:51','2021-01-07 03:13:51'),(28736,12487,'action complete via WP Cron','2021-01-07 11:13:51','2021-01-07 03:13:51'),(28737,12488,'action created','2021-01-07 11:13:51','2021-01-07 03:13:51'),(28738,12488,'action started via WP Cron','2021-01-07 11:15:09','2021-01-07 03:15:09'),(28739,12488,'action complete via WP Cron','2021-01-07 11:15:09','2021-01-07 03:15:09'),(28740,12489,'action created','2021-01-07 11:15:09','2021-01-07 03:15:09'),(28741,12489,'action started via WP Cron','2021-01-07 11:15:42','2021-01-07 03:15:42'),(28742,12489,'action complete via WP Cron','2021-01-07 11:15:42','2021-01-07 03:15:42'),(28743,12490,'action created','2021-01-07 11:15:42','2021-01-07 03:15:42'),(28744,12490,'action started via WP Cron','2021-01-07 11:17:36','2021-01-07 03:17:36'),(28745,12490,'action complete via WP Cron','2021-01-07 11:17:36','2021-01-07 03:17:36'),(28746,12491,'action created','2021-01-07 11:17:36','2021-01-07 03:17:36'),(28747,12491,'action started via WP Cron','2021-01-07 11:18:55','2021-01-07 03:18:55'),(28748,12491,'action complete via WP Cron','2021-01-07 11:18:55','2021-01-07 03:18:55'),(28749,12492,'action created','2021-01-07 11:20:45','2021-01-07 03:20:45'),(28750,12492,'action started via WP Cron','2021-01-07 11:21:57','2021-01-07 03:21:57'),(28751,12492,'action complete via WP Cron','2021-01-07 11:21:57','2021-01-07 03:21:57'),(28752,12493,'action created','2021-01-07 11:21:57','2021-01-07 03:21:57'),(28753,12493,'action started via WP Cron','2021-01-07 11:23:08','2021-01-07 03:23:08'),(28754,12493,'action complete via WP Cron','2021-01-07 11:23:08','2021-01-07 03:23:08'),(28755,12494,'action created','2021-01-07 11:23:08','2021-01-07 03:23:08'),(28756,12494,'action started via WP Cron','2021-01-07 11:29:08','2021-01-07 03:29:08'),(28757,12494,'action complete via WP Cron','2021-01-07 11:29:08','2021-01-07 03:29:08'),(28758,12495,'action created','2021-01-07 11:29:08','2021-01-07 03:29:08'),(28759,12495,'action started via WP Cron','2021-01-07 11:34:02','2021-01-07 03:34:02'),(28760,12495,'action complete via WP Cron','2021-01-07 11:34:02','2021-01-07 03:34:02'),(28761,12496,'action created','2021-01-07 11:34:47','2021-01-07 03:34:47'),(28762,12496,'action started via WP Cron','2021-01-07 11:35:48','2021-01-07 03:35:48'),(28763,12496,'action complete via WP Cron','2021-01-07 11:35:48','2021-01-07 03:35:48'),(28764,12497,'action created','2021-01-07 11:35:48','2021-01-07 03:35:48'),(28765,12497,'action started via WP Cron','2021-01-07 11:36:49','2021-01-07 03:36:49'),(28766,12497,'action complete via WP Cron','2021-01-07 11:36:49','2021-01-07 03:36:49'),(28767,12498,'action created','2021-01-07 11:36:49','2021-01-07 03:36:49'),(28768,12498,'action started via WP Cron','2021-01-07 11:38:52','2021-01-07 03:38:52'),(28769,12498,'action complete via WP Cron','2021-01-07 11:38:52','2021-01-07 03:38:52'),(28770,12499,'action created','2021-01-07 11:38:52','2021-01-07 03:38:52'),(28771,12499,'action started via WP Cron','2021-01-07 11:39:52','2021-01-07 03:39:52'),(28772,12499,'action complete via WP Cron','2021-01-07 11:39:52','2021-01-07 03:39:52'),(28773,12500,'action created','2021-01-07 11:39:52','2021-01-07 03:39:52'),(28774,12500,'action started via WP Cron','2021-01-07 11:40:48','2021-01-07 03:40:48'),(28775,12500,'action complete via WP Cron','2021-01-07 11:40:48','2021-01-07 03:40:48'),(28776,12501,'action created','2021-01-07 11:40:48','2021-01-07 03:40:48'),(28777,12501,'action started via WP Cron','2021-01-07 11:43:26','2021-01-07 03:43:26'),(28778,12501,'action complete via WP Cron','2021-01-07 11:43:26','2021-01-07 03:43:26'),(28779,12502,'action created','2021-01-07 11:43:26','2021-01-07 03:43:26'),(28780,12502,'action started via WP Cron','2021-01-07 11:44:22','2021-01-07 03:44:22'),(28781,12502,'action complete via WP Cron','2021-01-07 11:44:22','2021-01-07 03:44:22'),(28782,12503,'action created','2021-01-07 11:44:22','2021-01-07 03:44:22'),(28783,12503,'action started via WP Cron','2021-01-07 11:44:56','2021-01-07 03:44:56'),(28784,12503,'action complete via WP Cron','2021-01-07 11:44:56','2021-01-07 03:44:56'),(28785,12504,'action created','2021-01-07 11:44:56','2021-01-07 03:44:56'),(28786,12504,'action started via WP Cron','2021-01-07 11:47:35','2021-01-07 03:47:35'),(28787,12504,'action complete via WP Cron','2021-01-07 11:47:35','2021-01-07 03:47:35'),(28788,12505,'action created','2021-01-07 11:47:35','2021-01-07 03:47:35'),(28789,12505,'action started via WP Cron','2021-01-07 11:48:22','2021-01-07 03:48:22'),(28790,12505,'action complete via WP Cron','2021-01-07 11:48:22','2021-01-07 03:48:22'),(28791,12506,'action created','2021-01-07 11:48:22','2021-01-07 03:48:22'),(28792,12506,'action started via WP Cron','2021-01-07 11:48:59','2021-01-07 03:48:59'),(28793,12506,'action complete via WP Cron','2021-01-07 11:48:59','2021-01-07 03:48:59'),(28794,12507,'action created','2021-01-07 11:48:59','2021-01-07 03:48:59'),(28795,12507,'action started via WP Cron','2021-01-07 11:50:25','2021-01-07 03:50:25'),(28796,12507,'action complete via WP Cron','2021-01-07 11:50:25','2021-01-07 03:50:25'),(28797,12508,'action created','2021-01-07 11:50:25','2021-01-07 03:50:25'),(28798,12508,'action started via WP Cron','2021-01-07 11:50:54','2021-01-07 03:50:54'),(28799,12508,'action complete via WP Cron','2021-01-07 11:50:54','2021-01-07 03:50:54'),(28800,12509,'action created','2021-01-07 11:50:54','2021-01-07 03:50:54'),(28801,12509,'action started via WP Cron','2021-01-07 11:51:51','2021-01-07 03:51:51'),(28802,12509,'action complete via WP Cron','2021-01-07 11:51:51','2021-01-07 03:51:51'),(28803,12510,'action created','2021-01-07 11:51:51','2021-01-07 03:51:51'),(28804,12510,'action started via WP Cron','2021-01-07 11:57:40','2021-01-07 03:57:40'),(28805,12510,'action complete via WP Cron','2021-01-07 11:57:40','2021-01-07 03:57:40'),(28806,12511,'action created','2021-01-07 11:57:40','2021-01-07 03:57:40'),(28807,12511,'action started via WP Cron','2021-01-07 12:07:14','2021-01-07 04:07:14'),(28808,12511,'action complete via WP Cron','2021-01-07 12:07:14','2021-01-07 04:07:14'),(28809,12512,'action created','2021-01-07 12:07:14','2021-01-07 04:07:14'),(28810,12512,'action started via WP Cron','2021-01-07 12:08:12','2021-01-07 04:08:12'),(28811,12512,'action complete via WP Cron','2021-01-07 12:08:12','2021-01-07 04:08:12'),(28812,12513,'action created','2021-01-07 12:08:12','2021-01-07 04:08:12'),(28813,12513,'action started via WP Cron','2021-01-07 12:09:38','2021-01-07 04:09:38'),(28814,12513,'action complete via WP Cron','2021-01-07 12:09:38','2021-01-07 04:09:38'),(28815,12514,'action created','2021-01-07 12:09:38','2021-01-07 04:09:38'),(28816,12514,'action started via WP Cron','2021-01-07 12:10:14','2021-01-07 04:10:14'),(28817,12514,'action complete via WP Cron','2021-01-07 12:10:14','2021-01-07 04:10:14'),(28818,12515,'action created','2021-01-07 12:10:15','2021-01-07 04:10:15'),(28819,12515,'action started via WP Cron','2021-01-07 12:11:15','2021-01-07 04:11:15'),(28820,12515,'action complete via WP Cron','2021-01-07 12:11:15','2021-01-07 04:11:15'),(28821,12516,'action created','2021-01-07 12:11:15','2021-01-07 04:11:15'),(28822,12516,'action started via WP Cron','2021-01-07 12:12:16','2021-01-07 04:12:16'),(28823,12516,'action complete via WP Cron','2021-01-07 12:12:16','2021-01-07 04:12:16'),(28824,12517,'action created','2021-01-07 12:12:16','2021-01-07 04:12:16'),(28825,12517,'action started via WP Cron','2021-01-07 12:14:22','2021-01-07 04:14:22'),(28826,12517,'action complete via WP Cron','2021-01-07 12:14:22','2021-01-07 04:14:22'),(28827,12518,'action created','2021-01-07 12:14:22','2021-01-07 04:14:22'),(28828,12518,'action started via WP Cron','2021-01-07 12:15:42','2021-01-07 04:15:42'),(28829,12518,'action complete via WP Cron','2021-01-07 12:15:42','2021-01-07 04:15:42'),(28830,12519,'action created','2021-01-07 12:15:43','2021-01-07 04:15:43'),(28831,12519,'action started via WP Cron','2021-01-07 12:22:26','2021-01-07 04:22:26'),(28832,12519,'action complete via WP Cron','2021-01-07 12:22:26','2021-01-07 04:22:26'),(28833,12520,'action created','2021-01-07 12:22:26','2021-01-07 04:22:26'),(28834,12520,'action started via WP Cron','2021-01-07 12:33:01','2021-01-07 04:33:01'),(28835,12520,'action complete via WP Cron','2021-01-07 12:33:01','2021-01-07 04:33:01'),(28836,12521,'action created','2021-01-07 12:33:01','2021-01-07 04:33:01'),(28837,12521,'action started via WP Cron','2021-01-07 12:40:19','2021-01-07 04:40:19'),(28838,12521,'action complete via WP Cron','2021-01-07 12:40:19','2021-01-07 04:40:19'),(28839,12522,'action created','2021-01-07 12:40:19','2021-01-07 04:40:19'),(28840,12522,'action started via WP Cron','2021-01-07 12:43:23','2021-01-07 04:43:23'),(28841,12522,'action complete via WP Cron','2021-01-07 12:43:23','2021-01-07 04:43:23'),(28842,12523,'action created','2021-01-07 12:43:23','2021-01-07 04:43:23'),(28843,12523,'action started via WP Cron','2021-01-07 12:43:50','2021-01-07 04:43:50'),(28844,12523,'action complete via WP Cron','2021-01-07 12:43:50','2021-01-07 04:43:50'),(28845,12524,'action created','2021-01-07 12:43:50','2021-01-07 04:43:50'),(28846,12524,'action started via WP Cron','2021-01-07 12:48:36','2021-01-07 04:48:36'),(28847,12524,'action complete via WP Cron','2021-01-07 12:48:36','2021-01-07 04:48:36'),(28848,12525,'action created','2021-01-07 12:48:36','2021-01-07 04:48:36'),(28849,12525,'action started via WP Cron','2021-01-07 12:50:44','2021-01-07 04:50:44'),(28850,12525,'action complete via WP Cron','2021-01-07 12:50:44','2021-01-07 04:50:44'),(28851,12526,'action created','2021-01-07 12:50:44','2021-01-07 04:50:44'),(28852,12526,'action started via WP Cron','2021-01-07 12:52:02','2021-01-07 04:52:02'),(28853,12526,'action complete via WP Cron','2021-01-07 12:52:02','2021-01-07 04:52:02'),(28854,12527,'action created','2021-01-07 12:52:03','2021-01-07 04:52:03'),(28855,12527,'action started via WP Cron','2021-01-07 12:52:56','2021-01-07 04:52:56'),(28856,12527,'action complete via WP Cron','2021-01-07 12:52:56','2021-01-07 04:52:56'),(28857,12528,'action created','2021-01-07 12:52:56','2021-01-07 04:52:56'),(28858,12528,'action started via WP Cron','2021-01-07 12:54:04','2021-01-07 04:54:04'),(28859,12528,'action complete via WP Cron','2021-01-07 12:54:04','2021-01-07 04:54:04'),(28860,12529,'action created','2021-01-07 12:54:05','2021-01-07 04:54:05'),(28861,12529,'action started via WP Cron','2021-01-07 12:55:06','2021-01-07 04:55:06'),(28862,12529,'action complete via WP Cron','2021-01-07 12:55:06','2021-01-07 04:55:06'),(28863,12530,'action created','2021-01-07 12:55:06','2021-01-07 04:55:06'),(28864,12530,'action started via WP Cron','2021-01-07 12:57:06','2021-01-07 04:57:06'),(28865,12530,'action complete via WP Cron','2021-01-07 12:57:06','2021-01-07 04:57:06'),(28866,12531,'action created','2021-01-07 12:57:06','2021-01-07 04:57:06'),(28867,12531,'action started via WP Cron','2021-01-07 12:57:45','2021-01-07 04:57:45'),(28868,12531,'action complete via WP Cron','2021-01-07 12:57:45','2021-01-07 04:57:45'),(28869,12532,'action created','2021-01-07 12:57:46','2021-01-07 04:57:46'),(28870,12532,'action started via WP Cron','2021-01-07 13:02:44','2021-01-07 05:02:44'),(28871,12532,'action complete via WP Cron','2021-01-07 13:02:44','2021-01-07 05:02:44'),(28872,12533,'action created','2021-01-07 13:02:44','2021-01-07 05:02:44'),(28873,12533,'action started via WP Cron','2021-01-07 13:05:19','2021-01-07 05:05:19'),(28874,12533,'action complete via WP Cron','2021-01-07 13:05:19','2021-01-07 05:05:19'),(28875,12534,'action created','2021-01-07 13:05:19','2021-01-07 05:05:19'),(28876,12534,'action started via WP Cron','2021-01-07 13:05:41','2021-01-07 05:05:41'),(28877,12534,'action complete via WP Cron','2021-01-07 13:05:41','2021-01-07 05:05:41'),(28878,12535,'action created','2021-01-07 13:09:07','2021-01-07 05:09:07'),(28879,12535,'action started via WP Cron','2021-01-07 13:11:42','2021-01-07 05:11:42'),(28880,12535,'action complete via WP Cron','2021-01-07 13:11:42','2021-01-07 05:11:42'),(28881,12536,'action created','2021-01-07 13:11:42','2021-01-07 05:11:42'),(28882,12536,'action started via WP Cron','2021-01-07 13:13:41','2021-01-07 05:13:41'),(28883,12536,'action complete via WP Cron','2021-01-07 13:13:41','2021-01-07 05:13:41'),(28884,12537,'action created','2021-01-07 13:13:41','2021-01-07 05:13:41'),(28885,12537,'action started via WP Cron','2021-01-07 13:15:17','2021-01-07 05:15:17'),(28886,12537,'action complete via WP Cron','2021-01-07 13:15:17','2021-01-07 05:15:17'),(28887,12538,'action created','2021-01-07 13:15:18','2021-01-07 05:15:18'),(28888,12538,'action started via WP Cron','2021-01-07 13:15:54','2021-01-07 05:15:54'),(28889,12538,'action complete via WP Cron','2021-01-07 13:15:54','2021-01-07 05:15:54'),(28890,12539,'action created','2021-01-07 13:15:54','2021-01-07 05:15:54'),(28891,12539,'action started via WP Cron','2021-01-07 13:22:25','2021-01-07 05:22:25'),(28892,12539,'action complete via WP Cron','2021-01-07 13:22:25','2021-01-07 05:22:25'),(28893,12540,'action created','2021-01-07 13:22:25','2021-01-07 05:22:25'),(28894,12540,'action started via WP Cron','2021-01-07 13:29:59','2021-01-07 05:29:59'),(28895,12540,'action complete via WP Cron','2021-01-07 13:29:59','2021-01-07 05:29:59'),(28896,12541,'action created','2021-01-07 13:29:59','2021-01-07 05:29:59'),(28897,12541,'action started via WP Cron','2021-01-07 13:30:40','2021-01-07 05:30:40'),(28898,12541,'action complete via WP Cron','2021-01-07 13:30:40','2021-01-07 05:30:40'),(28899,12542,'action created','2021-01-07 13:30:41','2021-01-07 05:30:41'),(28900,12542,'action started via WP Cron','2021-01-07 13:32:36','2021-01-07 05:32:36'),(28901,12542,'action complete via WP Cron','2021-01-07 13:32:36','2021-01-07 05:32:36'),(28902,12543,'action created','2021-01-07 13:32:36','2021-01-07 05:32:36'),(28903,12543,'action started via WP Cron','2021-01-07 13:43:55','2021-01-07 05:43:55'),(28904,12543,'action complete via WP Cron','2021-01-07 13:43:55','2021-01-07 05:43:55'),(28905,12544,'action created','2021-01-07 13:43:55','2021-01-07 05:43:55'),(28906,12544,'action started via WP Cron','2021-01-07 13:49:50','2021-01-07 05:49:50'),(28907,12544,'action complete via WP Cron','2021-01-07 13:49:50','2021-01-07 05:49:50'),(28908,12545,'action created','2021-01-07 13:49:50','2021-01-07 05:49:50'),(28909,12545,'action started via WP Cron','2021-01-07 13:51:48','2021-01-07 05:51:48'),(28910,12545,'action complete via WP Cron','2021-01-07 13:51:48','2021-01-07 05:51:48'),(28911,12546,'action created','2021-01-07 13:51:48','2021-01-07 05:51:48'),(28912,12546,'action started via WP Cron','2021-01-07 13:52:44','2021-01-07 05:52:44'),(28913,12546,'action complete via WP Cron','2021-01-07 13:52:44','2021-01-07 05:52:44'),(28914,12547,'action created','2021-01-07 13:52:44','2021-01-07 05:52:44'),(28915,12547,'action started via WP Cron','2021-01-07 13:53:42','2021-01-07 05:53:42'),(28916,12547,'action complete via WP Cron','2021-01-07 13:53:42','2021-01-07 05:53:42'),(28917,12548,'action created','2021-01-07 13:53:42','2021-01-07 05:53:42'),(28918,12548,'action started via WP Cron','2021-01-07 13:55:41','2021-01-07 05:55:41'),(28919,12548,'action complete via WP Cron','2021-01-07 13:55:41','2021-01-07 05:55:41'),(28920,12549,'action created','2021-01-07 13:55:41','2021-01-07 05:55:41'),(28921,12549,'action started via WP Cron','2021-01-07 13:57:34','2021-01-07 05:57:34'),(28922,12549,'action complete via WP Cron','2021-01-07 13:57:34','2021-01-07 05:57:34'),(28923,12550,'action created','2021-01-07 13:57:35','2021-01-07 05:57:35'),(28924,12550,'action started via WP Cron','2021-01-07 13:58:44','2021-01-07 05:58:44'),(28925,12550,'action complete via WP Cron','2021-01-07 13:58:44','2021-01-07 05:58:44'),(28926,12551,'action created','2021-01-07 13:58:44','2021-01-07 05:58:44'),(28927,12551,'action started via WP Cron','2021-01-07 13:59:45','2021-01-07 05:59:45'),(28928,12551,'action complete via WP Cron','2021-01-07 13:59:45','2021-01-07 05:59:45'),(28929,12552,'action created','2021-01-07 13:59:45','2021-01-07 05:59:45'),(28930,12552,'action started via WP Cron','2021-01-07 14:06:31','2021-01-07 06:06:31'),(28931,12552,'action complete via WP Cron','2021-01-07 14:06:31','2021-01-07 06:06:31'),(28932,12553,'action created','2021-01-07 14:06:31','2021-01-07 06:06:31'),(28933,12553,'action started via WP Cron','2021-01-07 14:09:06','2021-01-07 06:09:06'),(28934,12553,'action complete via WP Cron','2021-01-07 14:09:06','2021-01-07 06:09:06'),(28935,12554,'action created','2021-01-07 14:09:06','2021-01-07 06:09:06'),(28936,12554,'action started via WP Cron','2021-01-07 14:10:31','2021-01-07 06:10:31'),(28937,12554,'action complete via WP Cron','2021-01-07 14:10:31','2021-01-07 06:10:31'),(28938,12555,'action created','2021-01-07 14:10:31','2021-01-07 06:10:31'),(28939,12555,'action started via WP Cron','2021-01-07 14:12:30','2021-01-07 06:12:30'),(28940,12555,'action complete via WP Cron','2021-01-07 14:12:30','2021-01-07 06:12:30'),(28941,12556,'action created','2021-01-07 14:12:30','2021-01-07 06:12:30'),(28942,12556,'action started via WP Cron','2021-01-07 14:13:47','2021-01-07 06:13:47'),(28943,12556,'action complete via WP Cron','2021-01-07 14:13:47','2021-01-07 06:13:47'),(28944,12557,'action created','2021-01-07 14:13:47','2021-01-07 06:13:47'),(28945,12557,'action started via WP Cron','2021-01-07 14:14:44','2021-01-07 06:14:44'),(28946,12557,'action complete via WP Cron','2021-01-07 14:14:44','2021-01-07 06:14:44'),(28947,12558,'action created','2021-01-07 14:14:44','2021-01-07 06:14:44'),(28948,12558,'action started via WP Cron','2021-01-07 14:15:42','2021-01-07 06:15:42'),(28949,12558,'action complete via WP Cron','2021-01-07 14:15:42','2021-01-07 06:15:42'),(28950,12559,'action created','2021-01-07 14:15:42','2021-01-07 06:15:42'),(28951,12559,'action started via WP Cron','2021-01-07 14:16:44','2021-01-07 06:16:44'),(28952,12559,'action complete via WP Cron','2021-01-07 14:16:44','2021-01-07 06:16:44'),(28953,12560,'action created','2021-01-07 14:16:44','2021-01-07 06:16:44'),(28954,12560,'action started via WP Cron','2021-01-07 14:18:29','2021-01-07 06:18:29'),(28955,12560,'action complete via WP Cron','2021-01-07 14:18:29','2021-01-07 06:18:29'),(28956,12561,'action created','2021-01-07 14:18:29','2021-01-07 06:18:29'),(28957,12561,'action started via WP Cron','2021-01-07 14:20:57','2021-01-07 06:20:57'),(28958,12561,'action complete via WP Cron','2021-01-07 14:20:57','2021-01-07 06:20:57'),(28959,12562,'action created','2021-01-07 14:20:57','2021-01-07 06:20:57'),(28960,12562,'action started via WP Cron','2021-01-07 14:22:48','2021-01-07 06:22:48'),(28961,12562,'action complete via WP Cron','2021-01-07 14:22:48','2021-01-07 06:22:48'),(28962,12563,'action created','2021-01-07 14:22:48','2021-01-07 06:22:48'),(28963,12563,'action started via WP Cron','2021-01-07 14:25:15','2021-01-07 06:25:15'),(28964,12563,'action complete via WP Cron','2021-01-07 14:25:15','2021-01-07 06:25:15'),(28965,12564,'action created','2021-01-07 14:25:15','2021-01-07 06:25:15'),(28966,12564,'action started via WP Cron','2021-01-07 14:27:07','2021-01-07 06:27:07'),(28967,12564,'action complete via WP Cron','2021-01-07 14:27:07','2021-01-07 06:27:07'),(28968,12565,'action created','2021-01-07 14:27:07','2021-01-07 06:27:07'),(28969,12565,'action started via WP Cron','2021-01-07 14:28:16','2021-01-07 06:28:16'),(28970,12565,'action complete via WP Cron','2021-01-07 14:28:16','2021-01-07 06:28:16'),(28971,12566,'action created','2021-01-07 14:28:16','2021-01-07 06:28:16'),(28972,12566,'action started via WP Cron','2021-01-07 14:36:42','2021-01-07 06:36:42'),(28973,12566,'action complete via WP Cron','2021-01-07 14:36:42','2021-01-07 06:36:42'),(28974,12567,'action created','2021-01-07 14:36:42','2021-01-07 06:36:42'),(28975,12567,'action started via WP Cron','2021-01-07 14:38:41','2021-01-07 06:38:41'),(28976,12567,'action complete via WP Cron','2021-01-07 14:38:41','2021-01-07 06:38:41'),(28977,12568,'action created','2021-01-07 14:38:41','2021-01-07 06:38:41'),(28978,12568,'action started via WP Cron','2021-01-07 14:39:49','2021-01-07 06:39:49'),(28979,12568,'action complete via WP Cron','2021-01-07 14:39:49','2021-01-07 06:39:49'),(28980,12569,'action created','2021-01-07 14:39:49','2021-01-07 06:39:49'),(28981,12569,'action started via WP Cron','2021-01-07 14:40:50','2021-01-07 06:40:50'),(28982,12569,'action complete via WP Cron','2021-01-07 14:40:50','2021-01-07 06:40:50'),(28983,12570,'action created','2021-01-07 14:40:50','2021-01-07 06:40:50'),(28984,12570,'action started via WP Cron','2021-01-07 14:41:51','2021-01-07 06:41:51'),(28985,12570,'action complete via WP Cron','2021-01-07 14:41:51','2021-01-07 06:41:51'),(28986,12571,'action created','2021-01-07 14:41:51','2021-01-07 06:41:51'),(28987,12571,'action started via WP Cron','2021-01-07 14:45:20','2021-01-07 06:45:20'),(28988,12571,'action complete via WP Cron','2021-01-07 14:45:20','2021-01-07 06:45:20'),(28989,12572,'action created','2021-01-07 14:45:20','2021-01-07 06:45:20'),(28990,12572,'action started via WP Cron','2021-01-07 14:45:57','2021-01-07 06:45:57'),(28991,12572,'action complete via WP Cron','2021-01-07 14:45:57','2021-01-07 06:45:57'),(28992,12573,'action created','2021-01-07 14:45:57','2021-01-07 06:45:57'),(28993,12573,'action started via WP Cron','2021-01-07 14:48:26','2021-01-07 06:48:26'),(28994,12573,'action complete via WP Cron','2021-01-07 14:48:26','2021-01-07 06:48:26'),(28995,12574,'action created','2021-01-07 14:48:26','2021-01-07 06:48:26'),(28996,12574,'action started via WP Cron','2021-01-07 14:49:04','2021-01-07 06:49:04'),(28997,12574,'action complete via WP Cron','2021-01-07 14:49:04','2021-01-07 06:49:04'),(28998,12575,'action created','2021-01-07 14:49:04','2021-01-07 06:49:04'),(28999,12575,'action started via WP Cron','2021-01-07 14:55:35','2021-01-07 06:55:35'),(29000,12575,'action complete via WP Cron','2021-01-07 14:55:35','2021-01-07 06:55:35'),(29001,12576,'action created','2021-01-07 14:55:35','2021-01-07 06:55:35'),(29002,12576,'action started via WP Cron','2021-01-07 14:59:50','2021-01-07 06:59:50'),(29003,12576,'action complete via WP Cron','2021-01-07 14:59:50','2021-01-07 06:59:50'),(29004,12577,'action created','2021-01-07 14:59:51','2021-01-07 06:59:51'),(29005,12577,'action started via WP Cron','2021-01-07 15:00:45','2021-01-07 07:00:45'),(29006,12577,'action complete via WP Cron','2021-01-07 15:00:45','2021-01-07 07:00:45'),(29007,12578,'action created','2021-01-07 15:00:45','2021-01-07 07:00:45'),(29008,12578,'action started via WP Cron','2021-01-07 15:01:46','2021-01-07 07:01:46'),(29009,12578,'action complete via WP Cron','2021-01-07 15:01:46','2021-01-07 07:01:46'),(29010,12579,'action created','2021-01-07 15:01:46','2021-01-07 07:01:46'),(29011,12579,'action started via WP Cron','2021-01-07 15:02:47','2021-01-07 07:02:47'),(29012,12579,'action complete via WP Cron','2021-01-07 15:02:47','2021-01-07 07:02:47'),(29013,12580,'action created','2021-01-07 15:02:47','2021-01-07 07:02:47'),(29014,12580,'action started via WP Cron','2021-01-07 15:03:48','2021-01-07 07:03:48'),(29015,12580,'action complete via WP Cron','2021-01-07 15:03:48','2021-01-07 07:03:48'),(29016,12581,'action created','2021-01-07 15:03:48','2021-01-07 07:03:48'),(29017,12581,'action started via WP Cron','2021-01-07 15:04:49','2021-01-07 07:04:49'),(29018,12581,'action complete via WP Cron','2021-01-07 15:04:49','2021-01-07 07:04:49'),(29019,12582,'action created','2021-01-07 15:04:49','2021-01-07 07:04:49'),(29020,12582,'action started via WP Cron','2021-01-07 15:05:50','2021-01-07 07:05:50'),(29021,12582,'action complete via WP Cron','2021-01-07 15:05:50','2021-01-07 07:05:50'),(29022,12583,'action created','2021-01-07 15:05:50','2021-01-07 07:05:50'),(29023,12583,'action started via WP Cron','2021-01-07 15:06:54','2021-01-07 07:06:54'),(29024,12583,'action complete via WP Cron','2021-01-07 15:06:54','2021-01-07 07:06:54'),(29025,12584,'action created','2021-01-07 15:06:54','2021-01-07 07:06:54'),(29026,12584,'action started via WP Cron','2021-01-07 15:08:01','2021-01-07 07:08:01'),(29027,12584,'action complete via WP Cron','2021-01-07 15:08:01','2021-01-07 07:08:01'),(29028,12585,'action created','2021-01-07 15:09:02','2021-01-07 07:09:02'),(29029,12585,'action started via WP Cron','2021-01-07 15:10:25','2021-01-07 07:10:25'),(29030,12585,'action complete via WP Cron','2021-01-07 15:10:25','2021-01-07 07:10:25'),(29031,12586,'action created','2021-01-07 15:10:25','2021-01-07 07:10:25'),(29032,12586,'action started via WP Cron','2021-01-07 15:10:46','2021-01-07 07:10:46'),(29033,12586,'action complete via WP Cron','2021-01-07 15:10:46','2021-01-07 07:10:46'),(29034,12587,'action created','2021-01-07 15:10:46','2021-01-07 07:10:46'),(29035,12587,'action started via WP Cron','2021-01-07 15:13:42','2021-01-07 07:13:42'),(29036,12587,'action complete via WP Cron','2021-01-07 15:13:42','2021-01-07 07:13:42'),(29037,12588,'action created','2021-01-07 15:13:42','2021-01-07 07:13:42'),(29038,12588,'action started via WP Cron','2021-01-07 15:16:49','2021-01-07 07:16:49'),(29039,12588,'action complete via WP Cron','2021-01-07 15:16:49','2021-01-07 07:16:49'),(29040,12589,'action created','2021-01-07 15:16:49','2021-01-07 07:16:49'),(29041,12589,'action started via WP Cron','2021-01-07 15:17:43','2021-01-07 07:17:43'),(29042,12589,'action complete via WP Cron','2021-01-07 15:17:43','2021-01-07 07:17:43'),(29043,12590,'action created','2021-01-07 15:17:43','2021-01-07 07:17:43'),(29044,12590,'action started via WP Cron','2021-01-07 15:19:45','2021-01-07 07:19:45'),(29045,12590,'action complete via WP Cron','2021-01-07 15:19:45','2021-01-07 07:19:45'),(29046,12591,'action created','2021-01-07 15:19:45','2021-01-07 07:19:45'),(29047,12591,'action started via WP Cron','2021-01-07 15:20:46','2021-01-07 07:20:46'),(29048,12591,'action complete via WP Cron','2021-01-07 15:20:46','2021-01-07 07:20:46'),(29049,12592,'action created','2021-01-07 15:20:46','2021-01-07 07:20:46'),(29050,12592,'action started via WP Cron','2021-01-07 15:21:48','2021-01-07 07:21:48'),(29051,12592,'action complete via WP Cron','2021-01-07 15:21:48','2021-01-07 07:21:48'),(29052,12593,'action created','2021-01-07 15:21:48','2021-01-07 07:21:48'),(29053,12593,'action started via WP Cron','2021-01-07 15:23:10','2021-01-07 07:23:10'),(29054,12593,'action complete via WP Cron','2021-01-07 15:23:10','2021-01-07 07:23:10'),(29055,12594,'action created','2021-01-07 15:23:10','2021-01-07 07:23:10'),(29056,12594,'action started via WP Cron','2021-01-07 15:38:23','2021-01-07 07:38:23'),(29057,12594,'action complete via WP Cron','2021-01-07 15:38:23','2021-01-07 07:38:23'),(29058,12595,'action created','2021-01-07 15:38:23','2021-01-07 07:38:23'),(29059,12595,'action started via WP Cron','2021-01-07 15:38:44','2021-01-07 07:38:44'),(29060,12595,'action complete via WP Cron','2021-01-07 15:38:44','2021-01-07 07:38:44'),(29061,12596,'action created','2021-01-07 15:38:44','2021-01-07 07:38:44'),(29062,12596,'action started via WP Cron','2021-01-07 15:39:46','2021-01-07 07:39:46'),(29063,12596,'action complete via WP Cron','2021-01-07 15:39:46','2021-01-07 07:39:46'),(29064,12597,'action created','2021-01-07 15:39:46','2021-01-07 07:39:46'),(29065,12597,'action started via WP Cron','2021-01-07 15:40:47','2021-01-07 07:40:47'),(29066,12597,'action complete via WP Cron','2021-01-07 15:40:47','2021-01-07 07:40:47'),(29067,12598,'action created','2021-01-07 15:40:47','2021-01-07 07:40:47'),(29068,12598,'action started via WP Cron','2021-01-07 15:41:47','2021-01-07 07:41:47'),(29069,12598,'action complete via WP Cron','2021-01-07 15:41:47','2021-01-07 07:41:47'),(29070,12599,'action created','2021-01-07 15:41:47','2021-01-07 07:41:47'),(29071,12599,'action started via WP Cron','2021-01-07 15:42:48','2021-01-07 07:42:48'),(29072,12599,'action complete via WP Cron','2021-01-07 15:42:48','2021-01-07 07:42:48'),(29073,12600,'action created','2021-01-07 15:42:48','2021-01-07 07:42:48'),(29074,12600,'action started via WP Cron','2021-01-07 15:43:52','2021-01-07 07:43:52'),(29075,12600,'action complete via WP Cron','2021-01-07 15:43:52','2021-01-07 07:43:52'),(29076,12601,'action created','2021-01-07 15:43:52','2021-01-07 07:43:52'),(29077,12601,'action started via WP Cron','2021-01-07 15:44:55','2021-01-07 07:44:55'),(29078,12601,'action complete via WP Cron','2021-01-07 15:44:55','2021-01-07 07:44:55'),(29079,12602,'action created','2021-01-07 15:44:55','2021-01-07 07:44:55'),(29080,12602,'action started via WP Cron','2021-01-07 15:46:16','2021-01-07 07:46:16'),(29081,12602,'action complete via WP Cron','2021-01-07 15:46:16','2021-01-07 07:46:16'),(29082,12603,'action created','2021-01-07 15:46:16','2021-01-07 07:46:16'),(29083,12603,'action started via WP Cron','2021-01-07 15:46:58','2021-01-07 07:46:58'),(29084,12603,'action complete via WP Cron','2021-01-07 15:46:58','2021-01-07 07:46:58'),(29085,12604,'action created','2021-01-07 15:46:58','2021-01-07 07:46:58'),(29086,12604,'action started via WP Cron','2021-01-07 15:47:50','2021-01-07 07:47:50'),(29087,12604,'action complete via WP Cron','2021-01-07 15:47:50','2021-01-07 07:47:50'),(29088,12605,'action created','2021-01-07 15:47:50','2021-01-07 07:47:50'),(29089,12605,'action started via WP Cron','2021-01-07 15:48:51','2021-01-07 07:48:51'),(29090,12605,'action complete via WP Cron','2021-01-07 15:48:51','2021-01-07 07:48:51'),(29091,12606,'action created','2021-01-07 15:48:51','2021-01-07 07:48:51'),(29092,12606,'action started via WP Cron','2021-01-07 15:49:52','2021-01-07 07:49:52'),(29093,12606,'action complete via WP Cron','2021-01-07 15:49:52','2021-01-07 07:49:52'),(29094,12607,'action created','2021-01-07 15:51:31','2021-01-07 07:51:31'),(29095,12607,'action started via WP Cron','2021-01-07 15:54:39','2021-01-07 07:54:39'),(29096,12607,'action complete via WP Cron','2021-01-07 15:54:39','2021-01-07 07:54:39'),(29097,12608,'action created','2021-01-07 15:54:39','2021-01-07 07:54:39'),(29098,12608,'action started via WP Cron','2021-01-07 15:55:13','2021-01-07 07:55:13'),(29099,12608,'action complete via WP Cron','2021-01-07 15:55:13','2021-01-07 07:55:13'),(29100,12609,'action created','2021-01-07 15:55:13','2021-01-07 07:55:13'),(29101,12609,'action started via WP Cron','2021-01-07 15:56:28','2021-01-07 07:56:28'),(29102,12609,'action complete via WP Cron','2021-01-07 15:56:28','2021-01-07 07:56:28'),(29103,12610,'action created','2021-01-07 15:56:29','2021-01-07 07:56:29'),(29104,12610,'action started via WP Cron','2021-01-07 16:00:06','2021-01-07 08:00:06'),(29105,12610,'action complete via WP Cron','2021-01-07 16:00:06','2021-01-07 08:00:06'),(29106,12611,'action created','2021-01-07 16:00:06','2021-01-07 08:00:06'),(29107,12611,'action started via WP Cron','2021-01-07 16:01:07','2021-01-07 08:01:07'),(29108,12611,'action complete via WP Cron','2021-01-07 16:01:07','2021-01-07 08:01:07'),(29109,12612,'action created','2021-01-07 16:01:07','2021-01-07 08:01:07'),(29110,12612,'action started via WP Cron','2021-01-07 16:01:46','2021-01-07 08:01:46'),(29111,12612,'action complete via WP Cron','2021-01-07 16:01:46','2021-01-07 08:01:46'),(29112,12613,'action created','2021-01-07 16:01:46','2021-01-07 08:01:46'),(29113,12613,'action started via WP Cron','2021-01-07 16:04:26','2021-01-07 08:04:26'),(29114,12613,'action complete via WP Cron','2021-01-07 16:04:26','2021-01-07 08:04:26'),(29115,12614,'action created','2021-01-07 16:04:26','2021-01-07 08:04:26'),(29116,12614,'action started via WP Cron','2021-01-07 16:08:45','2021-01-07 08:08:45'),(29117,12614,'action complete via WP Cron','2021-01-07 16:08:45','2021-01-07 08:08:45'),(29118,12615,'action created','2021-01-07 16:08:46','2021-01-07 08:08:46'),(29119,12615,'action started via WP Cron','2021-01-07 16:10:04','2021-01-07 08:10:04'),(29120,12615,'action complete via WP Cron','2021-01-07 16:10:04','2021-01-07 08:10:04'),(29121,12616,'action created','2021-01-07 16:11:04','2021-01-07 08:11:04'),(29122,12616,'action started via WP Cron','2021-01-07 16:12:04','2021-01-07 08:12:04'),(29123,12616,'action complete via WP Cron','2021-01-07 16:12:04','2021-01-07 08:12:04'),(29124,12617,'action created','2021-01-07 16:12:04','2021-01-07 08:12:04'),(29125,12617,'action started via WP Cron','2021-01-07 16:13:05','2021-01-07 08:13:05'),(29126,12617,'action complete via WP Cron','2021-01-07 16:13:05','2021-01-07 08:13:05'),(29127,12618,'action created','2021-01-07 16:14:06','2021-01-07 08:14:06'),(29128,12618,'action started via WP Cron','2021-01-07 16:15:14','2021-01-07 08:15:14'),(29129,12618,'action complete via WP Cron','2021-01-07 16:15:14','2021-01-07 08:15:14'),(29130,12619,'action created','2021-01-07 16:15:15','2021-01-07 08:15:15'),(29131,12619,'action started via WP Cron','2021-01-07 16:17:28','2021-01-07 08:17:28'),(29132,12619,'action complete via WP Cron','2021-01-07 16:17:28','2021-01-07 08:17:28'),(29133,12620,'action created','2021-01-07 16:17:28','2021-01-07 08:17:28'),(29134,12620,'action started via WP Cron','2021-01-07 16:17:44','2021-01-07 08:17:44'),(29135,12620,'action complete via WP Cron','2021-01-07 16:17:44','2021-01-07 08:17:44'),(29136,12621,'action created','2021-01-07 16:17:44','2021-01-07 08:17:44'),(29137,12621,'action started via WP Cron','2021-01-07 16:20:08','2021-01-07 08:20:08'),(29138,12621,'action complete via WP Cron','2021-01-07 16:20:08','2021-01-07 08:20:08'),(29139,12622,'action created','2021-01-07 16:21:49','2021-01-07 08:21:49'),(29140,12622,'action started via WP Cron','2021-01-07 16:22:47','2021-01-07 08:22:47'),(29141,12622,'action complete via WP Cron','2021-01-07 16:22:47','2021-01-07 08:22:47'),(29142,12623,'action created','2021-01-07 16:22:47','2021-01-07 08:22:47'),(29143,12623,'action started via WP Cron','2021-01-07 16:23:48','2021-01-07 08:23:48'),(29144,12623,'action complete via WP Cron','2021-01-07 16:23:48','2021-01-07 08:23:48'),(29145,12624,'action created','2021-01-07 16:23:48','2021-01-07 08:23:48'),(29146,12624,'action started via WP Cron','2021-01-07 16:24:42','2021-01-07 08:24:42'),(29147,12624,'action complete via WP Cron','2021-01-07 16:24:42','2021-01-07 08:24:42'),(29148,12625,'action created','2021-01-07 16:24:42','2021-01-07 08:24:42'),(29149,12625,'action started via WP Cron','2021-01-07 16:26:01','2021-01-07 08:26:01'),(29150,12625,'action complete via WP Cron','2021-01-07 16:26:01','2021-01-07 08:26:01'),(29151,12626,'action created','2021-01-07 16:26:01','2021-01-07 08:26:01'),(29152,12626,'action started via WP Cron','2021-01-07 16:30:40','2021-01-07 08:30:40'),(29153,12626,'action complete via WP Cron','2021-01-07 16:30:40','2021-01-07 08:30:40'),(29154,12627,'action created','2021-01-07 16:30:40','2021-01-07 08:30:40'),(29155,12627,'action started via WP Cron','2021-01-07 16:31:55','2021-01-07 08:31:55'),(29156,12627,'action complete via WP Cron','2021-01-07 16:31:55','2021-01-07 08:31:55'),(29157,12628,'action created','2021-01-07 16:31:55','2021-01-07 08:31:55'),(29158,12628,'action started via WP Cron','2021-01-07 16:32:56','2021-01-07 08:32:56'),(29159,12628,'action complete via WP Cron','2021-01-07 16:32:56','2021-01-07 08:32:56'),(29160,12629,'action created','2021-01-07 16:32:56','2021-01-07 08:32:56'),(29161,12629,'action started via WP Cron','2021-01-07 16:34:58','2021-01-07 08:34:58'),(29162,12629,'action complete via WP Cron','2021-01-07 16:34:58','2021-01-07 08:34:58'),(29163,12630,'action created','2021-01-07 16:34:58','2021-01-07 08:34:58'),(29164,12630,'action started via WP Cron','2021-01-07 16:35:59','2021-01-07 08:35:59'),(29165,12630,'action complete via WP Cron','2021-01-07 16:35:59','2021-01-07 08:35:59'),(29166,12631,'action created','2021-01-07 16:35:59','2021-01-07 08:35:59'),(29167,12631,'action started via WP Cron','2021-01-07 16:37:01','2021-01-07 08:37:01'),(29168,12631,'action complete via WP Cron','2021-01-07 16:37:01','2021-01-07 08:37:01'),(29169,12632,'action created','2021-01-07 16:37:02','2021-01-07 08:37:02'),(29170,12632,'action started via WP Cron','2021-01-07 16:40:18','2021-01-07 08:40:18'),(29171,12632,'action complete via WP Cron','2021-01-07 16:40:18','2021-01-07 08:40:18'),(29172,12633,'action created','2021-01-07 16:40:18','2021-01-07 08:40:18'),(29173,12633,'action started via WP Cron','2021-01-07 16:41:16','2021-01-07 08:41:16'),(29174,12633,'action complete via WP Cron','2021-01-07 16:41:16','2021-01-07 08:41:16'),(29175,12634,'action created','2021-01-07 16:41:16','2021-01-07 08:41:16'),(29176,12634,'action started via WP Cron','2021-01-07 16:41:47','2021-01-07 08:41:47'),(29177,12634,'action complete via WP Cron','2021-01-07 16:41:47','2021-01-07 08:41:47'),(29178,12635,'action created','2021-01-07 16:41:47','2021-01-07 08:41:47'),(29179,12635,'action started via WP Cron','2021-01-07 16:44:20','2021-01-07 08:44:20'),(29180,12635,'action complete via WP Cron','2021-01-07 16:44:20','2021-01-07 08:44:20'),(29181,12636,'action created','2021-01-07 16:44:20','2021-01-07 08:44:20'),(29182,12636,'action started via WP Cron','2021-01-07 16:45:48','2021-01-07 08:45:48'),(29183,12636,'action complete via WP Cron','2021-01-07 16:45:48','2021-01-07 08:45:48'),(29184,12637,'action created','2021-01-07 16:45:48','2021-01-07 08:45:48'),(29185,12637,'action started via WP Cron','2021-01-07 16:46:54','2021-01-07 08:46:54'),(29186,12637,'action complete via WP Cron','2021-01-07 16:46:54','2021-01-07 08:46:54'),(29187,12638,'action created','2021-01-07 16:47:43','2021-01-07 08:47:43'),(29188,12638,'action started via WP Cron','2021-01-07 16:48:44','2021-01-07 08:48:44'),(29189,12638,'action complete via WP Cron','2021-01-07 16:48:44','2021-01-07 08:48:44'),(29190,12639,'action created','2021-01-07 16:48:44','2021-01-07 08:48:44'),(29191,12639,'action started via WP Cron','2021-01-07 16:49:58','2021-01-07 08:49:58'),(29192,12639,'action complete via WP Cron','2021-01-07 16:49:58','2021-01-07 08:49:58'),(29193,12640,'action created','2021-01-07 16:49:58','2021-01-07 08:49:58'),(29194,12640,'action started via WP Cron','2021-01-07 16:53:59','2021-01-07 08:53:59'),(29195,12640,'action complete via WP Cron','2021-01-07 16:53:59','2021-01-07 08:53:59'),(29196,12641,'action created','2021-01-07 16:53:59','2021-01-07 08:53:59'),(29197,12641,'action started via WP Cron','2021-01-07 16:54:40','2021-01-07 08:54:40'),(29198,12641,'action complete via WP Cron','2021-01-07 16:54:40','2021-01-07 08:54:40'),(29199,12642,'action created','2021-01-07 16:54:41','2021-01-07 08:54:41'),(29200,12642,'action started via WP Cron','2021-01-07 16:55:53','2021-01-07 08:55:53'),(29201,12642,'action complete via WP Cron','2021-01-07 16:55:53','2021-01-07 08:55:53'),(29202,12643,'action created','2021-01-07 16:57:17','2021-01-07 08:57:17'),(29203,12643,'action started via WP Cron','2021-01-07 16:57:55','2021-01-07 08:57:55'),(29204,12643,'action complete via WP Cron','2021-01-07 16:57:55','2021-01-07 08:57:55'),(29205,12644,'action created','2021-01-07 16:58:19','2021-01-07 08:58:19'),(29206,12644,'action started via WP Cron','2021-01-07 16:58:52','2021-01-07 08:58:52'),(29207,12644,'action complete via WP Cron','2021-01-07 16:58:52','2021-01-07 08:58:52'),(29208,12645,'action created','2021-01-07 16:58:52','2021-01-07 08:58:52'),(29209,12645,'action started via WP Cron','2021-01-07 16:59:55','2021-01-07 08:59:55'),(29210,12645,'action complete via WP Cron','2021-01-07 16:59:55','2021-01-07 08:59:55'),(29211,12646,'action created','2021-01-07 16:59:58','2021-01-07 08:59:58'),(29212,12646,'action started via WP Cron','2021-01-07 17:01:00','2021-01-07 09:01:00'),(29213,12646,'action complete via WP Cron','2021-01-07 17:01:00','2021-01-07 09:01:00'),(29214,12647,'action created','2021-01-07 17:01:00','2021-01-07 09:01:00'),(29215,12647,'action started via WP Cron','2021-01-07 17:02:26','2021-01-07 09:02:26'),(29216,12647,'action complete via WP Cron','2021-01-07 17:02:26','2021-01-07 09:02:26'),(29217,12648,'action created','2021-01-07 17:02:27','2021-01-07 09:02:27'),(29218,12648,'action started via WP Cron','2021-01-07 17:03:27','2021-01-07 09:03:27'),(29219,12648,'action complete via WP Cron','2021-01-07 17:03:27','2021-01-07 09:03:27'),(29220,12649,'action created','2021-01-07 17:03:27','2021-01-07 09:03:27'),(29221,12649,'action started via WP Cron','2021-01-07 17:04:18','2021-01-07 09:04:18'),(29222,12649,'action complete via WP Cron','2021-01-07 17:04:18','2021-01-07 09:04:18'),(29223,12650,'action created','2021-01-07 17:04:18','2021-01-07 09:04:18'),(29224,12650,'action started via WP Cron','2021-01-07 17:05:27','2021-01-07 09:05:27'),(29225,12650,'action complete via WP Cron','2021-01-07 17:05:27','2021-01-07 09:05:27'),(29226,12651,'action created','2021-01-07 17:05:28','2021-01-07 09:05:28'),(29227,12651,'action started via WP Cron','2021-01-07 17:06:28','2021-01-07 09:06:28'),(29228,12651,'action complete via WP Cron','2021-01-07 17:06:28','2021-01-07 09:06:28'),(29229,12652,'action created','2021-01-07 17:06:28','2021-01-07 09:06:28'),(29230,12652,'action started via WP Cron','2021-01-07 17:07:29','2021-01-07 09:07:29'),(29231,12652,'action complete via WP Cron','2021-01-07 17:07:29','2021-01-07 09:07:29'),(29232,12653,'action created','2021-01-07 17:07:29','2021-01-07 09:07:29'),(29233,12653,'action started via WP Cron','2021-01-07 17:09:35','2021-01-07 09:09:35'),(29234,12653,'action complete via WP Cron','2021-01-07 17:09:35','2021-01-07 09:09:35'),(29235,12654,'action created','2021-01-07 17:09:35','2021-01-07 09:09:35'),(29236,12654,'action started via WP Cron','2021-01-07 17:10:37','2021-01-07 09:10:37'),(29237,12654,'action complete via WP Cron','2021-01-07 17:10:37','2021-01-07 09:10:37'),(29238,12655,'action created','2021-01-07 17:10:37','2021-01-07 09:10:37'),(29239,12655,'action started via WP Cron','2021-01-07 17:14:12','2021-01-07 09:14:12'),(29240,12655,'action complete via WP Cron','2021-01-07 17:14:12','2021-01-07 09:14:12'),(29241,12656,'action created','2021-01-07 17:14:12','2021-01-07 09:14:12'),(29242,12656,'action started via WP Cron','2021-01-07 17:15:06','2021-01-07 09:15:06'),(29243,12656,'action complete via WP Cron','2021-01-07 17:15:06','2021-01-07 09:15:06'),(29244,12657,'action created','2021-01-07 17:15:06','2021-01-07 09:15:06'),(29245,12657,'action started via WP Cron','2021-01-07 17:16:07','2021-01-07 09:16:07'),(29246,12657,'action complete via WP Cron','2021-01-07 17:16:07','2021-01-07 09:16:07'),(29247,12658,'action created','2021-01-07 17:16:07','2021-01-07 09:16:07'),(29248,12658,'action started via WP Cron','2021-01-07 17:20:44','2021-01-07 09:20:44'),(29249,12658,'action complete via WP Cron','2021-01-07 17:20:44','2021-01-07 09:20:44'),(29250,12659,'action created','2021-01-07 17:20:45','2021-01-07 09:20:45'),(29251,12659,'action started via WP Cron','2021-01-07 17:21:45','2021-01-07 09:21:45'),(29252,12659,'action complete via WP Cron','2021-01-07 17:21:45','2021-01-07 09:21:45'),(29253,12660,'action created','2021-01-07 17:21:45','2021-01-07 09:21:45'),(29254,12660,'action started via WP Cron','2021-01-07 17:23:48','2021-01-07 09:23:48'),(29255,12660,'action complete via WP Cron','2021-01-07 17:23:48','2021-01-07 09:23:48'),(29256,12661,'action created','2021-01-07 17:24:48','2021-01-07 09:24:48'),(29257,12661,'action started via WP Cron','2021-01-07 17:25:50','2021-01-07 09:25:50'),(29258,12661,'action complete via WP Cron','2021-01-07 17:25:50','2021-01-07 09:25:50'),(29259,12662,'action created','2021-01-07 17:27:17','2021-01-07 09:27:17'),(29260,12662,'action started via WP Cron','2021-01-07 17:30:01','2021-01-07 09:30:01'),(29261,12662,'action complete via WP Cron','2021-01-07 17:30:01','2021-01-07 09:30:01'),(29262,12663,'action created','2021-01-07 17:30:01','2021-01-07 09:30:01'),(29263,12663,'action started via WP Cron','2021-01-07 17:31:01','2021-01-07 09:31:01'),(29264,12663,'action complete via WP Cron','2021-01-07 17:31:01','2021-01-07 09:31:01'),(29265,12664,'action created','2021-01-07 17:31:01','2021-01-07 09:31:01'),(29266,12664,'action started via WP Cron','2021-01-07 17:34:24','2021-01-07 09:34:24'),(29267,12664,'action complete via WP Cron','2021-01-07 17:34:24','2021-01-07 09:34:24'),(29268,12665,'action created','2021-01-07 17:34:24','2021-01-07 09:34:24'),(29269,12665,'action started via WP Cron','2021-01-07 17:46:18','2021-01-07 09:46:18'),(29270,12665,'action complete via WP Cron','2021-01-07 17:46:18','2021-01-07 09:46:18'),(29271,12666,'action created','2021-01-07 17:46:19','2021-01-07 09:46:19'),(29272,12666,'action started via WP Cron','2021-01-07 17:49:26','2021-01-07 09:49:26'),(29273,12666,'action complete via WP Cron','2021-01-07 17:49:26','2021-01-07 09:49:26'),(29274,12667,'action created','2021-01-07 17:49:26','2021-01-07 09:49:26'),(29275,12667,'action started via WP Cron','2021-01-07 17:50:27','2021-01-07 09:50:27'),(29276,12667,'action complete via WP Cron','2021-01-07 17:50:27','2021-01-07 09:50:27'),(29277,12668,'action created','2021-01-07 17:50:27','2021-01-07 09:50:27'),(29278,12668,'action started via WP Cron','2021-01-07 17:51:28','2021-01-07 09:51:28'),(29279,12668,'action complete via WP Cron','2021-01-07 17:51:28','2021-01-07 09:51:28'),(29280,12669,'action created','2021-01-07 17:51:28','2021-01-07 09:51:28'),(29281,12669,'action started via WP Cron','2021-01-07 17:53:30','2021-01-07 09:53:30'),(29282,12669,'action complete via WP Cron','2021-01-07 17:53:30','2021-01-07 09:53:30'),(29283,12670,'action created','2021-01-07 17:53:30','2021-01-07 09:53:30'),(29284,12670,'action started via WP Cron','2021-01-07 17:54:33','2021-01-07 09:54:33'),(29285,12670,'action complete via WP Cron','2021-01-07 17:54:33','2021-01-07 09:54:33'),(29286,12671,'action created','2021-01-07 17:55:05','2021-01-07 09:55:05'),(29287,12671,'action started via WP Cron','2021-01-07 17:58:11','2021-01-07 09:58:11'),(29288,12671,'action complete via WP Cron','2021-01-07 17:58:11','2021-01-07 09:58:11'),(29289,12672,'action created','2021-01-07 17:58:11','2021-01-07 09:58:11'),(29290,12672,'action started via WP Cron','2021-01-07 17:59:18','2021-01-07 09:59:18'),(29291,12672,'action complete via WP Cron','2021-01-07 17:59:18','2021-01-07 09:59:18'),(29292,12673,'action created','2021-01-07 17:59:19','2021-01-07 09:59:19'),(29293,12673,'action started via WP Cron','2021-01-07 17:59:42','2021-01-07 09:59:42'),(29294,12673,'action complete via WP Cron','2021-01-07 17:59:42','2021-01-07 09:59:42'),(29295,12674,'action created','2021-01-07 17:59:42','2021-01-07 09:59:42'),(29296,12674,'action started via WP Cron','2021-01-07 18:00:52','2021-01-07 10:00:52'),(29297,12674,'action complete via WP Cron','2021-01-07 18:00:52','2021-01-07 10:00:52'),(29298,12675,'action created','2021-01-07 18:00:52','2021-01-07 10:00:52'),(29299,12675,'action started via WP Cron','2021-01-07 18:02:19','2021-01-07 10:02:19'),(29300,12675,'action complete via WP Cron','2021-01-07 18:02:19','2021-01-07 10:02:19'),(29301,12676,'action created','2021-01-07 18:02:19','2021-01-07 10:02:19'),(29302,12676,'action started via WP Cron','2021-01-07 18:05:05','2021-01-07 10:05:05'),(29303,12676,'action complete via WP Cron','2021-01-07 18:05:05','2021-01-07 10:05:05'),(29304,12677,'action created','2021-01-07 18:05:05','2021-01-07 10:05:05'),(29305,12677,'action started via WP Cron','2021-01-07 18:06:06','2021-01-07 10:06:06'),(29306,12677,'action complete via WP Cron','2021-01-07 18:06:06','2021-01-07 10:06:06'),(29307,12678,'action created','2021-01-07 18:06:06','2021-01-07 10:06:06'),(29308,12678,'action started via WP Cron','2021-01-07 18:07:08','2021-01-07 10:07:08'),(29309,12678,'action complete via WP Cron','2021-01-07 18:07:08','2021-01-07 10:07:08'),(29310,12679,'action created','2021-01-07 18:08:18','2021-01-07 10:08:18'),(29311,12679,'action started via WP Cron','2021-01-07 18:08:46','2021-01-07 10:08:46'),(29312,12679,'action complete via WP Cron','2021-01-07 18:08:46','2021-01-07 10:08:46'),(29313,12680,'action created','2021-01-07 18:08:46','2021-01-07 10:08:46'),(29314,12680,'action started via WP Cron','2021-01-07 18:09:49','2021-01-07 10:09:49'),(29315,12680,'action complete via WP Cron','2021-01-07 18:09:49','2021-01-07 10:09:49'),(29316,12681,'action created','2021-01-07 18:09:49','2021-01-07 10:09:49'),(29317,12681,'action started via WP Cron','2021-01-07 18:10:41','2021-01-07 10:10:41'),(29318,12681,'action complete via WP Cron','2021-01-07 18:10:41','2021-01-07 10:10:41'),(29319,12682,'action created','2021-01-07 18:10:41','2021-01-07 10:10:41'),(29320,12682,'action started via WP Cron','2021-01-07 18:12:42','2021-01-07 10:12:42'),(29321,12682,'action complete via WP Cron','2021-01-07 18:12:42','2021-01-07 10:12:42'),(29322,12683,'action created','2021-01-07 18:12:42','2021-01-07 10:12:42'),(29323,12683,'action started via WP Cron','2021-01-07 18:14:04','2021-01-07 10:14:04'),(29324,12683,'action complete via WP Cron','2021-01-07 18:14:04','2021-01-07 10:14:04'),(29325,12684,'action created','2021-01-07 18:14:04','2021-01-07 10:14:04'),(29326,12684,'action started via WP Cron','2021-01-07 18:15:46','2021-01-07 10:15:46'),(29327,12684,'action complete via WP Cron','2021-01-07 18:15:46','2021-01-07 10:15:46'),(29328,12685,'action created','2021-01-07 18:15:46','2021-01-07 10:15:46'),(29329,12685,'action started via WP Cron','2021-01-07 18:17:09','2021-01-07 10:17:09'),(29330,12685,'action complete via WP Cron','2021-01-07 18:17:09','2021-01-07 10:17:09'),(29331,12686,'action created','2021-01-07 18:17:09','2021-01-07 10:17:09'),(29332,12686,'action started via WP Cron','2021-01-07 18:18:09','2021-01-07 10:18:09'),(29333,12686,'action complete via WP Cron','2021-01-07 18:18:09','2021-01-07 10:18:09'),(29334,12687,'action created','2021-01-07 18:18:09','2021-01-07 10:18:09'),(29335,12687,'action started via WP Cron','2021-01-07 18:21:52','2021-01-07 10:21:52'),(29336,12687,'action complete via WP Cron','2021-01-07 18:21:52','2021-01-07 10:21:52'),(29337,12688,'action created','2021-01-07 18:21:52','2021-01-07 10:21:52'),(29338,12688,'action started via WP Cron','2021-01-07 18:24:38','2021-01-07 10:24:38'),(29339,12688,'action complete via WP Cron','2021-01-07 18:24:38','2021-01-07 10:24:38'),(29340,12689,'action created','2021-01-07 18:24:38','2021-01-07 10:24:38'),(29341,12689,'action started via WP Cron','2021-01-07 18:25:46','2021-01-07 10:25:46'),(29342,12689,'action complete via WP Cron','2021-01-07 18:25:46','2021-01-07 10:25:46'),(29343,12690,'action created','2021-01-07 18:25:46','2021-01-07 10:25:46'),(29344,12690,'action started via WP Cron','2021-01-07 18:26:47','2021-01-07 10:26:47'),(29345,12690,'action complete via WP Cron','2021-01-07 18:26:47','2021-01-07 10:26:47'),(29346,12691,'action created','2021-01-07 18:26:47','2021-01-07 10:26:47'),(29347,12691,'action started via WP Cron','2021-01-07 18:27:48','2021-01-07 10:27:48'),(29348,12691,'action complete via WP Cron','2021-01-07 18:27:48','2021-01-07 10:27:48'),(29349,12692,'action created','2021-01-07 18:27:48','2021-01-07 10:27:48'),(29350,12692,'action started via WP Cron','2021-01-07 18:28:49','2021-01-07 10:28:49'),(29351,12692,'action complete via WP Cron','2021-01-07 18:28:49','2021-01-07 10:28:49'),(29352,12693,'action created','2021-01-07 18:28:49','2021-01-07 10:28:49'),(29353,12693,'action started via WP Cron','2021-01-07 18:29:51','2021-01-07 10:29:51'),(29354,12693,'action complete via WP Cron','2021-01-07 18:29:51','2021-01-07 10:29:51'),(29355,12694,'action created','2021-01-07 18:29:51','2021-01-07 10:29:51'),(29356,12694,'action started via WP Cron','2021-01-07 18:32:04','2021-01-07 10:32:04'),(29357,12694,'action complete via WP Cron','2021-01-07 18:32:04','2021-01-07 10:32:04'),(29358,12695,'action created','2021-01-07 18:32:04','2021-01-07 10:32:04'),(29359,12695,'action started via WP Cron','2021-01-07 18:33:11','2021-01-07 10:33:11'),(29360,12695,'action complete via WP Cron','2021-01-07 18:33:11','2021-01-07 10:33:11'),(29361,12696,'action created','2021-01-07 18:33:11','2021-01-07 10:33:11'),(29362,12696,'action started via WP Cron','2021-01-07 18:34:12','2021-01-07 10:34:12'),(29363,12696,'action complete via WP Cron','2021-01-07 18:34:12','2021-01-07 10:34:12'),(29364,12697,'action created','2021-01-07 18:34:12','2021-01-07 10:34:12'),(29365,12697,'action started via WP Cron','2021-01-07 18:35:45','2021-01-07 10:35:45'),(29366,12697,'action complete via WP Cron','2021-01-07 18:35:45','2021-01-07 10:35:45'),(29367,12698,'action created','2021-01-07 18:35:45','2021-01-07 10:35:45'),(29368,12698,'action started via WP Cron','2021-01-07 18:36:43','2021-01-07 10:36:43'),(29369,12698,'action complete via WP Cron','2021-01-07 18:36:43','2021-01-07 10:36:43'),(29370,12699,'action created','2021-01-07 18:36:43','2021-01-07 10:36:43'),(29371,12699,'action started via WP Cron','2021-01-07 18:40:59','2021-01-07 10:40:59'),(29372,12699,'action complete via WP Cron','2021-01-07 18:40:59','2021-01-07 10:40:59'),(29373,12700,'action created','2021-01-07 18:40:59','2021-01-07 10:40:59'),(29374,12700,'action started via WP Cron','2021-01-07 18:43:23','2021-01-07 10:43:23'),(29375,12700,'action complete via WP Cron','2021-01-07 18:43:23','2021-01-07 10:43:23'),(29376,12701,'action created','2021-01-07 18:43:23','2021-01-07 10:43:23'),(29377,12701,'action started via WP Cron','2021-01-07 18:53:21','2021-01-07 10:53:21'),(29378,12701,'action complete via WP Cron','2021-01-07 18:53:21','2021-01-07 10:53:21'),(29379,12702,'action created','2021-01-07 18:53:21','2021-01-07 10:53:21'),(29380,12702,'action started via WP Cron','2021-01-07 18:56:34','2021-01-07 10:56:34'),(29381,12702,'action complete via WP Cron','2021-01-07 18:56:34','2021-01-07 10:56:34'),(29382,12703,'action created','2021-01-07 18:56:34','2021-01-07 10:56:34'),(29383,12703,'action started via WP Cron','2021-01-07 18:59:34','2021-01-07 10:59:34'),(29384,12703,'action complete via WP Cron','2021-01-07 18:59:34','2021-01-07 10:59:34'),(29385,12704,'action created','2021-01-07 18:59:35','2021-01-07 10:59:35'),(29386,12704,'action started via WP Cron','2021-01-07 19:03:23','2021-01-07 11:03:23'),(29387,12704,'action complete via WP Cron','2021-01-07 19:03:23','2021-01-07 11:03:23'),(29388,12705,'action created','2021-01-07 19:03:23','2021-01-07 11:03:23'),(29389,12705,'action started via WP Cron','2021-01-07 19:07:57','2021-01-07 11:07:57'),(29390,12705,'action complete via WP Cron','2021-01-07 19:07:57','2021-01-07 11:07:57'),(29391,12706,'action created','2021-01-07 19:07:57','2021-01-07 11:07:57'),(29392,12706,'action started via WP Cron','2021-01-07 19:08:59','2021-01-07 11:08:59'),(29393,12706,'action complete via WP Cron','2021-01-07 19:08:59','2021-01-07 11:08:59'),(29394,12707,'action created','2021-01-07 19:09:00','2021-01-07 11:09:00'),(29395,12707,'action started via WP Cron','2021-01-07 19:13:22','2021-01-07 11:13:22'),(29396,12707,'action complete via WP Cron','2021-01-07 19:13:22','2021-01-07 11:13:22'),(29397,12708,'action created','2021-01-07 19:13:22','2021-01-07 11:13:22'),(29398,12708,'action started via WP Cron','2021-01-07 19:14:28','2021-01-07 11:14:28'),(29399,12708,'action complete via WP Cron','2021-01-07 19:14:28','2021-01-07 11:14:28'),(29400,12709,'action created','2021-01-07 19:14:28','2021-01-07 11:14:28'),(29401,12709,'action started via WP Cron','2021-01-07 19:15:30','2021-01-07 11:15:30'),(29402,12709,'action complete via WP Cron','2021-01-07 19:15:30','2021-01-07 11:15:30'),(29403,12710,'action created','2021-01-07 19:15:30','2021-01-07 11:15:30'),(29404,12710,'action started via WP Cron','2021-01-07 19:18:16','2021-01-07 11:18:16'),(29405,12710,'action complete via WP Cron','2021-01-07 19:18:16','2021-01-07 11:18:16'),(29406,12711,'action created','2021-01-07 19:18:16','2021-01-07 11:18:16'),(29407,12711,'action started via WP Cron','2021-01-07 19:19:10','2021-01-07 11:19:10'),(29408,12711,'action complete via WP Cron','2021-01-07 19:19:10','2021-01-07 11:19:10'),(29409,12712,'action created','2021-01-07 19:19:10','2021-01-07 11:19:10'),(29410,12712,'action started via WP Cron','2021-01-07 19:20:11','2021-01-07 11:20:11'),(29411,12712,'action complete via WP Cron','2021-01-07 19:20:11','2021-01-07 11:20:11'),(29412,12713,'action created','2021-01-07 19:20:11','2021-01-07 11:20:11'),(29413,12713,'action started via WP Cron','2021-01-07 19:21:11','2021-01-07 11:21:11'),(29414,12713,'action complete via WP Cron','2021-01-07 19:21:11','2021-01-07 11:21:11'),(29415,12714,'action created','2021-01-07 19:21:11','2021-01-07 11:21:11'),(29416,12714,'action started via WP Cron','2021-01-07 19:22:12','2021-01-07 11:22:12'),(29417,12714,'action complete via WP Cron','2021-01-07 19:22:12','2021-01-07 11:22:12'),(29418,12715,'action created','2021-01-07 19:22:12','2021-01-07 11:22:12'),(29419,12715,'action started via WP Cron','2021-01-07 19:24:12','2021-01-07 11:24:12'),(29420,12715,'action complete via WP Cron','2021-01-07 19:24:12','2021-01-07 11:24:12'),(29421,12716,'action created','2021-01-07 19:24:13','2021-01-07 11:24:13'),(29422,12716,'action started via WP Cron','2021-01-07 19:27:48','2021-01-07 11:27:48'),(29423,12716,'action complete via WP Cron','2021-01-07 19:27:48','2021-01-07 11:27:48'),(29424,12717,'action created','2021-01-07 19:27:48','2021-01-07 11:27:48'),(29425,12717,'action started via WP Cron','2021-01-07 19:29:38','2021-01-07 11:29:38'),(29426,12717,'action complete via WP Cron','2021-01-07 19:29:38','2021-01-07 11:29:38'),(29427,12718,'action created','2021-01-07 19:29:38','2021-01-07 11:29:38'),(29428,12718,'action started via WP Cron','2021-01-07 19:30:39','2021-01-07 11:30:39'),(29429,12718,'action complete via WP Cron','2021-01-07 19:30:39','2021-01-07 11:30:39'),(29430,12719,'action created','2021-01-07 19:30:39','2021-01-07 11:30:39'),(29431,12719,'action started via WP Cron','2021-01-07 19:31:25','2021-01-07 11:31:25'),(29432,12719,'action complete via WP Cron','2021-01-07 19:31:25','2021-01-07 11:31:25'),(29433,12720,'action created','2021-01-07 19:31:25','2021-01-07 11:31:25'),(29434,12720,'action started via WP Cron','2021-01-07 19:33:24','2021-01-07 11:33:24'),(29435,12720,'action complete via WP Cron','2021-01-07 19:33:24','2021-01-07 11:33:24'),(29436,12721,'action created','2021-01-07 19:33:24','2021-01-07 11:33:24'),(29437,12721,'action started via WP Cron','2021-01-07 19:34:18','2021-01-07 11:34:18'),(29438,12721,'action complete via WP Cron','2021-01-07 19:34:18','2021-01-07 11:34:18'),(29439,12722,'action created','2021-01-07 19:34:18','2021-01-07 11:34:18'),(29440,12722,'action started via WP Cron','2021-01-07 19:34:45','2021-01-07 11:34:45'),(29441,12722,'action complete via WP Cron','2021-01-07 19:34:45','2021-01-07 11:34:45'),(29442,12723,'action created','2021-01-07 19:34:45','2021-01-07 11:34:45'),(29443,12723,'action started via WP Cron','2021-01-07 19:39:09','2021-01-07 11:39:09'),(29444,12723,'action complete via WP Cron','2021-01-07 19:39:09','2021-01-07 11:39:09'),(29445,12724,'action created','2021-01-07 19:39:09','2021-01-07 11:39:09'),(29446,12724,'action started via WP Cron','2021-01-07 19:41:09','2021-01-07 11:41:09'),(29447,12724,'action complete via WP Cron','2021-01-07 19:41:09','2021-01-07 11:41:09'),(29448,12725,'action created','2021-01-07 19:41:09','2021-01-07 11:41:09'),(29449,12725,'action started via WP Cron','2021-01-07 19:41:46','2021-01-07 11:41:46'),(29450,12725,'action complete via WP Cron','2021-01-07 19:41:46','2021-01-07 11:41:46'),(29451,12726,'action created','2021-01-07 19:41:48','2021-01-07 11:41:48'),(29452,12726,'action started via WP Cron','2021-01-07 19:42:45','2021-01-07 11:42:45'),(29453,12726,'action complete via WP Cron','2021-01-07 19:42:45','2021-01-07 11:42:45'),(29454,12727,'action created','2021-01-07 19:42:45','2021-01-07 11:42:45'),(29455,12727,'action started via WP Cron','2021-01-07 19:43:54','2021-01-07 11:43:54'),(29456,12727,'action complete via WP Cron','2021-01-07 19:43:54','2021-01-07 11:43:54'),(29457,12728,'action created','2021-01-07 19:43:54','2021-01-07 11:43:54'),(29458,12728,'action started via WP Cron','2021-01-07 19:44:55','2021-01-07 11:44:55'),(29459,12728,'action complete via WP Cron','2021-01-07 19:44:55','2021-01-07 11:44:55'),(29460,12729,'action created','2021-01-07 19:44:55','2021-01-07 11:44:55'),(29461,12729,'action started via WP Cron','2021-01-07 19:48:15','2021-01-07 11:48:15'),(29462,12729,'action complete via WP Cron','2021-01-07 19:48:15','2021-01-07 11:48:15'),(29463,12730,'action created','2021-01-07 19:48:15','2021-01-07 11:48:15'),(29464,12730,'action started via WP Cron','2021-01-07 19:49:17','2021-01-07 11:49:17'),(29465,12730,'action complete via WP Cron','2021-01-07 19:49:17','2021-01-07 11:49:17'),(29466,12731,'action created','2021-01-07 19:49:17','2021-01-07 11:49:17'),(29467,12731,'action started via WP Cron','2021-01-07 19:50:31','2021-01-07 11:50:31'),(29468,12731,'action complete via WP Cron','2021-01-07 19:50:31','2021-01-07 11:50:31'),(29469,12732,'action created','2021-01-07 19:50:31','2021-01-07 11:50:31'),(29470,12732,'action started via WP Cron','2021-01-07 19:51:37','2021-01-07 11:51:37'),(29471,12732,'action complete via WP Cron','2021-01-07 19:51:37','2021-01-07 11:51:37'),(29472,12733,'action created','2021-01-07 19:51:37','2021-01-07 11:51:37'),(29473,12733,'action started via WP Cron','2021-01-07 19:51:48','2021-01-07 11:51:48'),(29474,12733,'action complete via WP Cron','2021-01-07 19:51:48','2021-01-07 11:51:48'),(29475,12734,'action created','2021-01-07 19:51:48','2021-01-07 11:51:48'),(29476,12734,'action started via WP Cron','2021-01-07 19:52:58','2021-01-07 11:52:58'),(29477,12734,'action complete via WP Cron','2021-01-07 19:52:58','2021-01-07 11:52:58'),(29478,12735,'action created','2021-01-07 19:52:59','2021-01-07 11:52:59'),(29479,12735,'action started via WP Cron','2021-01-07 19:54:35','2021-01-07 11:54:35'),(29480,12735,'action complete via WP Cron','2021-01-07 19:54:35','2021-01-07 11:54:35'),(29481,12736,'action created','2021-01-07 19:55:36','2021-01-07 11:55:36'),(29482,12736,'action started via WP Cron','2021-01-07 20:06:02','2021-01-07 12:06:02'),(29483,12736,'action complete via WP Cron','2021-01-07 20:06:02','2021-01-07 12:06:02'),(29484,12737,'action created','2021-01-07 20:06:02','2021-01-07 12:06:02'),(29485,12737,'action started via WP Cron','2021-01-07 20:09:08','2021-01-07 12:09:08'),(29486,12737,'action complete via WP Cron','2021-01-07 20:09:08','2021-01-07 12:09:08'),(29487,12738,'action created','2021-01-07 20:11:24','2021-01-07 12:11:24'),(29488,12738,'action started via WP Cron','2021-01-07 20:14:37','2021-01-07 12:14:37'),(29489,12738,'action complete via WP Cron','2021-01-07 20:14:37','2021-01-07 12:14:37'),(29490,12739,'action created','2021-01-07 20:14:37','2021-01-07 12:14:37'),(29491,12739,'action started via WP Cron','2021-01-07 20:16:05','2021-01-07 12:16:05'),(29492,12739,'action complete via WP Cron','2021-01-07 20:16:05','2021-01-07 12:16:05'),(29493,12740,'action created','2021-01-07 20:16:05','2021-01-07 12:16:05'),(29494,12740,'action started via WP Cron','2021-01-07 20:18:07','2021-01-07 12:18:07'),(29495,12740,'action complete via WP Cron','2021-01-07 20:18:07','2021-01-07 12:18:07'),(29496,12741,'action created','2021-01-07 20:18:07','2021-01-07 12:18:07'),(29497,12741,'action started via WP Cron','2021-01-07 20:19:10','2021-01-07 12:19:10'),(29498,12741,'action complete via WP Cron','2021-01-07 20:19:10','2021-01-07 12:19:10'),(29499,12742,'action created','2021-01-07 20:20:10','2021-01-07 12:20:10'),(29500,12742,'action started via WP Cron','2021-01-07 20:22:13','2021-01-07 12:22:13'),(29501,12742,'action complete via WP Cron','2021-01-07 20:22:13','2021-01-07 12:22:13'),(29502,12743,'action created','2021-01-07 20:22:13','2021-01-07 12:22:13'),(29503,12743,'action started via WP Cron','2021-01-07 20:26:59','2021-01-07 12:26:59'),(29504,12743,'action complete via WP Cron','2021-01-07 20:26:59','2021-01-07 12:26:59'),(29505,12744,'action created','2021-01-07 20:27:00','2021-01-07 12:27:00'),(29506,12744,'action started via WP Cron','2021-01-07 20:30:01','2021-01-07 12:30:01'),(29507,12744,'action complete via WP Cron','2021-01-07 20:30:01','2021-01-07 12:30:01'),(29508,12745,'action created','2021-01-07 20:30:01','2021-01-07 12:30:01'),(29509,12745,'action started via WP Cron','2021-01-07 20:31:09','2021-01-07 12:31:09'),(29510,12745,'action complete via WP Cron','2021-01-07 20:31:09','2021-01-07 12:31:09'),(29511,12746,'action created','2021-01-07 20:31:09','2021-01-07 12:31:09'),(29512,12746,'action started via WP Cron','2021-01-07 20:32:10','2021-01-07 12:32:10'),(29513,12746,'action complete via WP Cron','2021-01-07 20:32:10','2021-01-07 12:32:10'),(29514,12747,'action created','2021-01-07 20:32:10','2021-01-07 12:32:10'),(29515,12747,'action started via WP Cron','2021-01-07 20:34:12','2021-01-07 12:34:12'),(29516,12747,'action complete via WP Cron','2021-01-07 20:34:12','2021-01-07 12:34:12'),(29517,12748,'action created','2021-01-07 20:34:12','2021-01-07 12:34:12'),(29518,12748,'action started via WP Cron','2021-01-07 20:35:13','2021-01-07 12:35:13'),(29519,12748,'action complete via WP Cron','2021-01-07 20:35:13','2021-01-07 12:35:13'),(29520,12749,'action created','2021-01-07 20:36:14','2021-01-07 12:36:14'),(29521,12749,'action started via WP Cron','2021-01-07 20:38:28','2021-01-07 12:38:28'),(29522,12749,'action complete via WP Cron','2021-01-07 20:38:28','2021-01-07 12:38:28'),(29523,12750,'action created','2021-01-07 20:38:28','2021-01-07 12:38:28'),(29524,12750,'action started via WP Cron','2021-01-07 20:41:52','2021-01-07 12:41:52'),(29525,12750,'action complete via WP Cron','2021-01-07 20:41:52','2021-01-07 12:41:52'),(29526,12751,'action created','2021-01-07 20:41:53','2021-01-07 12:41:53'),(29527,12751,'action started via WP Cron','2021-01-07 20:45:24','2021-01-07 12:45:24'),(29528,12751,'action complete via WP Cron','2021-01-07 20:45:24','2021-01-07 12:45:24'),(29529,12752,'action created','2021-01-07 20:45:24','2021-01-07 12:45:24'),(29530,12752,'action started via WP Cron','2021-01-07 20:45:44','2021-01-07 12:45:44'),(29531,12752,'action complete via WP Cron','2021-01-07 20:45:44','2021-01-07 12:45:44'),(29532,12753,'action created','2021-01-07 20:45:44','2021-01-07 12:45:44'),(29533,12753,'action started via WP Cron','2021-01-07 20:46:56','2021-01-07 12:46:56'),(29534,12753,'action complete via WP Cron','2021-01-07 20:46:56','2021-01-07 12:46:56'),(29535,12754,'action created','2021-01-07 20:46:56','2021-01-07 12:46:56'),(29536,12754,'action started via WP Cron','2021-01-07 20:47:57','2021-01-07 12:47:57'),(29537,12754,'action complete via WP Cron','2021-01-07 20:47:57','2021-01-07 12:47:57'),(29538,12755,'action created','2021-01-07 20:47:57','2021-01-07 12:47:57'),(29539,12755,'action started via WP Cron','2021-01-07 20:49:59','2021-01-07 12:49:59'),(29540,12755,'action complete via WP Cron','2021-01-07 20:49:59','2021-01-07 12:49:59'),(29541,12756,'action created','2021-01-07 20:49:59','2021-01-07 12:49:59'),(29542,12756,'action started via WP Cron','2021-01-07 20:51:00','2021-01-07 12:51:00'),(29543,12756,'action complete via WP Cron','2021-01-07 20:51:00','2021-01-07 12:51:00'),(29544,12757,'action created','2021-01-07 20:51:00','2021-01-07 12:51:00'),(29545,12757,'action started via WP Cron','2021-01-07 20:55:43','2021-01-07 12:55:43'),(29546,12757,'action complete via WP Cron','2021-01-07 20:55:43','2021-01-07 12:55:43'),(29547,12758,'action created','2021-01-07 20:55:43','2021-01-07 12:55:43'),(29548,12758,'action started via WP Cron','2021-01-07 20:57:39','2021-01-07 12:57:39'),(29549,12758,'action complete via WP Cron','2021-01-07 20:57:39','2021-01-07 12:57:39'),(29550,12759,'action created','2021-01-07 20:57:39','2021-01-07 12:57:39'),(29551,12759,'action started via WP Cron','2021-01-07 21:01:30','2021-01-07 13:01:30'),(29552,12759,'action complete via WP Cron','2021-01-07 21:01:30','2021-01-07 13:01:30'),(29553,12760,'action created','2021-01-07 21:01:30','2021-01-07 13:01:30'),(29554,12760,'action started via WP Cron','2021-01-07 21:21:15','2021-01-07 13:21:15'),(29555,12760,'action complete via WP Cron','2021-01-07 21:21:15','2021-01-07 13:21:15'),(29556,12761,'action created','2021-01-07 21:25:06','2021-01-07 13:25:06'),(29557,12761,'action started via WP Cron','2021-01-07 21:32:48','2021-01-07 13:32:48'),(29558,12761,'action complete via WP Cron','2021-01-07 21:32:48','2021-01-07 13:32:48'),(29559,12762,'action created','2021-01-07 21:32:48','2021-01-07 13:32:48'),(29560,12762,'action started via WP Cron','2021-01-07 21:34:56','2021-01-07 13:34:56'),(29561,12762,'action complete via WP Cron','2021-01-07 21:34:56','2021-01-07 13:34:56'),(29562,12763,'action created','2021-01-07 21:34:57','2021-01-07 13:34:57'),(29563,12763,'action started via WP Cron','2021-01-07 21:36:20','2021-01-07 13:36:20'),(29564,12763,'action complete via WP Cron','2021-01-07 21:36:20','2021-01-07 13:36:20'),(29565,12764,'action created','2021-01-07 21:36:20','2021-01-07 13:36:20'),(29566,12764,'action started via WP Cron','2021-01-07 21:38:15','2021-01-07 13:38:15'),(29567,12764,'action complete via WP Cron','2021-01-07 21:38:15','2021-01-07 13:38:15'),(29568,12765,'action created','2021-01-07 21:38:15','2021-01-07 13:38:15'),(29569,12765,'action started via WP Cron','2021-01-07 21:39:16','2021-01-07 13:39:16'),(29570,12765,'action complete via WP Cron','2021-01-07 21:39:16','2021-01-07 13:39:16'),(29571,12766,'action created','2021-01-07 21:39:16','2021-01-07 13:39:16'),(29572,12766,'action started via WP Cron','2021-01-07 21:40:17','2021-01-07 13:40:17'),(29573,12766,'action complete via WP Cron','2021-01-07 21:40:17','2021-01-07 13:40:17'),(29574,12767,'action created','2021-01-07 21:40:17','2021-01-07 13:40:17'),(29575,12767,'action started via WP Cron','2021-01-07 21:44:16','2021-01-07 13:44:16'),(29576,12767,'action complete via WP Cron','2021-01-07 21:44:16','2021-01-07 13:44:16'),(29577,12768,'action created','2021-01-07 21:44:16','2021-01-07 13:44:16'),(29578,12768,'action started via WP Cron','2021-01-07 21:45:47','2021-01-07 13:45:47'),(29579,12768,'action complete via WP Cron','2021-01-07 21:45:47','2021-01-07 13:45:47'),(29580,12769,'action created','2021-01-07 21:45:47','2021-01-07 13:45:47'),(29581,12769,'action started via WP Cron','2021-01-07 21:47:39','2021-01-07 13:47:39'),(29582,12769,'action complete via WP Cron','2021-01-07 21:47:39','2021-01-07 13:47:39'),(29583,12770,'action created','2021-01-07 21:47:39','2021-01-07 13:47:39'),(29584,12770,'action started via WP Cron','2021-01-07 21:51:46','2021-01-07 13:51:46'),(29585,12770,'action complete via WP Cron','2021-01-07 21:51:46','2021-01-07 13:51:46'),(29586,12771,'action created','2021-01-07 21:51:46','2021-01-07 13:51:46'),(29587,12771,'action started via Async Request','2021-01-07 21:52:16','2021-01-07 13:52:16'),(29588,12771,'action complete via Async Request','2021-01-07 21:52:16','2021-01-07 13:52:16'),(29589,12772,'action created','2021-01-07 21:52:17','2021-01-07 13:52:17'),(29590,12772,'action started via WP Cron','2021-01-07 21:52:41','2021-01-07 13:52:41'),(29591,12772,'action complete via WP Cron','2021-01-07 21:52:41','2021-01-07 13:52:41'),(29592,12773,'action created','2021-01-07 21:52:42','2021-01-07 13:52:42'),(29593,12773,'action started via WP Cron','2021-01-07 21:54:02','2021-01-07 13:54:02'),(29594,12773,'action complete via WP Cron','2021-01-07 21:54:02','2021-01-07 13:54:02'),(29595,12774,'action created','2021-01-07 21:54:02','2021-01-07 13:54:02'),(29596,12774,'action started via WP Cron','2021-01-07 21:55:04','2021-01-07 13:55:04'),(29597,12774,'action complete via WP Cron','2021-01-07 21:55:04','2021-01-07 13:55:04'),(29598,12775,'action created','2021-01-07 21:59:34','2021-01-07 13:59:34'),(29599,12775,'action started via WP Cron','2021-01-07 22:10:05','2021-01-07 14:10:05'),(29600,12775,'action complete via WP Cron','2021-01-07 22:10:05','2021-01-07 14:10:05'),(29601,12776,'action created','2021-01-07 22:10:05','2021-01-07 14:10:05'),(29602,12776,'action started via WP Cron','2021-01-07 22:19:27','2021-01-07 14:19:27'),(29603,12776,'action complete via WP Cron','2021-01-07 22:19:27','2021-01-07 14:19:27'),(29604,12777,'action created','2021-01-07 22:19:27','2021-01-07 14:19:27'),(29605,12777,'action started via WP Cron','2021-01-07 22:22:25','2021-01-07 14:22:25'),(29606,12777,'action complete via WP Cron','2021-01-07 22:22:25','2021-01-07 14:22:25'),(29607,12778,'action created','2021-01-07 22:22:25','2021-01-07 14:22:25'),(29608,12778,'action started via WP Cron','2021-01-07 22:23:32','2021-01-07 14:23:32'),(29609,12778,'action complete via WP Cron','2021-01-07 22:23:32','2021-01-07 14:23:32'),(29610,12779,'action created','2021-01-07 22:23:32','2021-01-07 14:23:32'),(29611,12779,'action started via WP Cron','2021-01-07 22:24:33','2021-01-07 14:24:33'),(29612,12779,'action complete via WP Cron','2021-01-07 22:24:33','2021-01-07 14:24:33'),(29613,12780,'action created','2021-01-07 22:24:33','2021-01-07 14:24:33'),(29614,12780,'action started via WP Cron','2021-01-07 22:24:50','2021-01-07 14:24:50'),(29615,12780,'action complete via WP Cron','2021-01-07 22:24:50','2021-01-07 14:24:50'),(29616,12781,'action created','2021-01-07 22:24:50','2021-01-07 14:24:50'),(29617,12781,'action started via WP Cron','2021-01-07 22:25:41','2021-01-07 14:25:41'),(29618,12781,'action complete via WP Cron','2021-01-07 22:25:41','2021-01-07 14:25:41'),(29619,12782,'action created','2021-01-07 22:25:41','2021-01-07 14:25:41'),(29620,12782,'action started via WP Cron','2021-01-07 22:26:47','2021-01-07 14:26:47'),(29621,12782,'action complete via WP Cron','2021-01-07 22:26:47','2021-01-07 14:26:47'),(29622,12783,'action created','2021-01-07 22:26:47','2021-01-07 14:26:47'),(29623,12783,'action started via WP Cron','2021-01-07 22:27:43','2021-01-07 14:27:43'),(29624,12783,'action complete via WP Cron','2021-01-07 22:27:43','2021-01-07 14:27:43'),(29625,12784,'action created','2021-01-07 22:27:43','2021-01-07 14:27:43'),(29626,12784,'action started via WP Cron','2021-01-07 22:31:17','2021-01-07 14:31:17'),(29627,12784,'action complete via WP Cron','2021-01-07 22:31:17','2021-01-07 14:31:17'),(29628,12785,'action created','2021-01-07 22:31:17','2021-01-07 14:31:17'),(29629,12785,'action started via WP Cron','2021-01-07 22:35:27','2021-01-07 14:35:27'),(29630,12785,'action complete via WP Cron','2021-01-07 22:35:27','2021-01-07 14:35:27'),(29631,12786,'action created','2021-01-07 22:35:27','2021-01-07 14:35:27'),(29632,12786,'action started via WP Cron','2021-01-07 22:36:17','2021-01-07 14:36:17'),(29633,12786,'action complete via WP Cron','2021-01-07 22:36:17','2021-01-07 14:36:17'),(29634,12787,'action created','2021-01-07 22:36:17','2021-01-07 14:36:17'),(29635,12787,'action started via WP Cron','2021-01-07 22:40:23','2021-01-07 14:40:23'),(29636,12787,'action complete via WP Cron','2021-01-07 22:40:23','2021-01-07 14:40:23'),(29637,12788,'action created','2021-01-07 22:40:23','2021-01-07 14:40:23'),(29638,12788,'action started via WP Cron','2021-01-07 22:41:17','2021-01-07 14:41:17'),(29639,12788,'action complete via WP Cron','2021-01-07 22:41:17','2021-01-07 14:41:17'),(29640,12789,'action created','2021-01-07 22:41:17','2021-01-07 14:41:17'),(29641,12789,'action started via WP Cron','2021-01-07 22:42:18','2021-01-07 14:42:18'),(29642,12789,'action complete via WP Cron','2021-01-07 22:42:18','2021-01-07 14:42:18'),(29643,12790,'action created','2021-01-07 22:42:18','2021-01-07 14:42:18'),(29644,12790,'action started via WP Cron','2021-01-07 22:43:34','2021-01-07 14:43:34'),(29645,12790,'action complete via WP Cron','2021-01-07 22:43:34','2021-01-07 14:43:34'),(29646,12791,'action created','2021-01-07 22:43:34','2021-01-07 14:43:34'),(29647,12791,'action started via WP Cron','2021-01-07 22:43:54','2021-01-07 14:43:54'),(29648,12791,'action complete via WP Cron','2021-01-07 22:43:54','2021-01-07 14:43:54'),(29649,12792,'action created','2021-01-07 22:43:54','2021-01-07 14:43:54'),(29650,12792,'action started via WP Cron','2021-01-07 22:45:21','2021-01-07 14:45:21'),(29651,12792,'action complete via WP Cron','2021-01-07 22:45:21','2021-01-07 14:45:21'),(29652,12793,'action created','2021-01-07 22:45:21','2021-01-07 14:45:21'),(29653,12793,'action started via WP Cron','2021-01-07 22:46:22','2021-01-07 14:46:22'),(29654,12793,'action complete via WP Cron','2021-01-07 22:46:22','2021-01-07 14:46:22'),(29655,12794,'action created','2021-01-07 22:46:22','2021-01-07 14:46:22'),(29656,12794,'action started via WP Cron','2021-01-07 22:55:09','2021-01-07 14:55:09'),(29657,12794,'action complete via WP Cron','2021-01-07 22:55:09','2021-01-07 14:55:09'),(29658,12795,'action created','2021-01-07 22:55:09','2021-01-07 14:55:09'),(29659,12795,'action started via WP Cron','2021-01-07 22:56:03','2021-01-07 14:56:03'),(29660,12795,'action complete via WP Cron','2021-01-07 22:56:03','2021-01-07 14:56:03'),(29661,12796,'action created','2021-01-07 22:56:03','2021-01-07 14:56:03'),(29662,12796,'action started via WP Cron','2021-01-07 22:57:04','2021-01-07 14:57:04'),(29663,12796,'action complete via WP Cron','2021-01-07 22:57:04','2021-01-07 14:57:04'),(29664,12797,'action created','2021-01-07 22:57:04','2021-01-07 14:57:04'),(29665,12797,'action started via WP Cron','2021-01-07 22:58:34','2021-01-07 14:58:34'),(29666,12797,'action complete via WP Cron','2021-01-07 22:58:34','2021-01-07 14:58:34'),(29667,12798,'action created','2021-01-07 22:58:34','2021-01-07 14:58:34'),(29668,12798,'action started via WP Cron','2021-01-07 22:59:06','2021-01-07 14:59:06'),(29669,12798,'action complete via WP Cron','2021-01-07 22:59:06','2021-01-07 14:59:06'),(29670,12799,'action created','2021-01-07 22:59:06','2021-01-07 14:59:06'),(29671,12799,'action started via WP Cron','2021-01-07 23:00:07','2021-01-07 15:00:07'),(29672,12799,'action complete via WP Cron','2021-01-07 23:00:07','2021-01-07 15:00:07'),(29673,12800,'action created','2021-01-07 23:00:07','2021-01-07 15:00:07'),(29674,12800,'action started via WP Cron','2021-01-07 23:00:45','2021-01-07 15:00:45'),(29675,12800,'action complete via WP Cron','2021-01-07 23:00:45','2021-01-07 15:00:45'),(29676,12801,'action created','2021-01-07 23:01:07','2021-01-07 15:01:07'),(29677,12801,'action started via WP Cron','2021-01-07 23:05:23','2021-01-07 15:05:23'),(29678,12801,'action complete via WP Cron','2021-01-07 23:05:23','2021-01-07 15:05:23'),(29679,12802,'action created','2021-01-07 23:17:39','2021-01-07 15:17:39'),(29680,12802,'action started via WP Cron','2021-01-07 23:18:18','2021-01-07 15:18:18'),(29681,12802,'action complete via WP Cron','2021-01-07 23:18:18','2021-01-07 15:18:18'),(29682,12803,'action created','2021-01-07 23:18:18','2021-01-07 15:18:18'),(29683,12803,'action started via WP Cron','2021-01-07 23:20:08','2021-01-07 15:20:08'),(29684,12803,'action complete via WP Cron','2021-01-07 23:20:08','2021-01-07 15:20:08'),(29685,12804,'action created','2021-01-07 23:20:08','2021-01-07 15:20:08'),(29686,12804,'action started via WP Cron','2021-01-07 23:21:43','2021-01-07 15:21:43'),(29687,12804,'action complete via WP Cron','2021-01-07 23:21:43','2021-01-07 15:21:43'),(29688,12805,'action created','2021-01-07 23:21:43','2021-01-07 15:21:43'),(29689,12805,'action started via WP Cron','2021-01-07 23:26:23','2021-01-07 15:26:23'),(29690,12805,'action complete via WP Cron','2021-01-07 23:26:23','2021-01-07 15:26:23'),(29691,12806,'action created','2021-01-07 23:26:23','2021-01-07 15:26:23'),(29692,12806,'action started via WP Cron','2021-01-07 23:28:26','2021-01-07 15:28:26'),(29693,12806,'action complete via WP Cron','2021-01-07 23:28:26','2021-01-07 15:28:26'),(29694,12807,'action created','2021-01-07 23:28:26','2021-01-07 15:28:26'),(29695,12807,'action started via WP Cron','2021-01-07 23:29:37','2021-01-07 15:29:37'),(29696,12807,'action complete via WP Cron','2021-01-07 23:29:37','2021-01-07 15:29:37'),(29697,12808,'action created','2021-01-07 23:29:37','2021-01-07 15:29:37'),(29698,12808,'action started via WP Cron','2021-01-07 23:30:38','2021-01-07 15:30:38'),(29699,12808,'action complete via WP Cron','2021-01-07 23:30:38','2021-01-07 15:30:38'),(29700,12809,'action created','2021-01-07 23:30:38','2021-01-07 15:30:38'),(29701,12809,'action started via WP Cron','2021-01-07 23:32:40','2021-01-07 15:32:40'),(29702,12809,'action complete via WP Cron','2021-01-07 23:32:40','2021-01-07 15:32:40'),(29703,12810,'action created','2021-01-07 23:32:40','2021-01-07 15:32:40'),(29704,12810,'action started via WP Cron','2021-01-07 23:33:41','2021-01-07 15:33:41'),(29705,12810,'action complete via WP Cron','2021-01-07 23:33:41','2021-01-07 15:33:41'),(29706,12811,'action created','2021-01-07 23:33:41','2021-01-07 15:33:41'),(29707,12811,'action started via WP Cron','2021-01-07 23:34:42','2021-01-07 15:34:42'),(29708,12811,'action complete via WP Cron','2021-01-07 23:34:42','2021-01-07 15:34:42'),(29709,12812,'action created','2021-01-07 23:34:42','2021-01-07 15:34:42'),(29710,12812,'action started via WP Cron','2021-01-07 23:39:12','2021-01-07 15:39:12'),(29711,12812,'action complete via WP Cron','2021-01-07 23:39:12','2021-01-07 15:39:12'),(29712,12813,'action created','2021-01-07 23:39:12','2021-01-07 15:39:12'),(29713,12813,'action started via WP Cron','2021-01-07 23:43:08','2021-01-07 15:43:08'),(29714,12813,'action complete via WP Cron','2021-01-07 23:43:08','2021-01-07 15:43:08'),(29715,12814,'action created','2021-01-07 23:43:08','2021-01-07 15:43:08'),(29716,12814,'action started via WP Cron','2021-01-07 23:43:40','2021-01-07 15:43:40'),(29717,12814,'action complete via WP Cron','2021-01-07 23:43:40','2021-01-07 15:43:40'),(29718,12815,'action created','2021-01-07 23:43:41','2021-01-07 15:43:41'),(29719,12815,'action started via WP Cron','2021-01-07 23:46:27','2021-01-07 15:46:27'),(29720,12815,'action complete via WP Cron','2021-01-07 23:46:27','2021-01-07 15:46:27'),(29721,12816,'action created','2021-01-07 23:46:28','2021-01-07 15:46:28'),(29722,12816,'action started via WP Cron','2021-01-07 23:47:22','2021-01-07 15:47:22'),(29723,12816,'action complete via WP Cron','2021-01-07 23:47:22','2021-01-07 15:47:22'),(29724,12817,'action created','2021-01-07 23:47:22','2021-01-07 15:47:22'),(29725,12817,'action started via WP Cron','2021-01-07 23:48:23','2021-01-07 15:48:23'),(29726,12817,'action complete via WP Cron','2021-01-07 23:48:23','2021-01-07 15:48:23'),(29727,12818,'action created','2021-01-07 23:48:23','2021-01-07 15:48:23'),(29728,12818,'action started via WP Cron','2021-01-07 23:50:24','2021-01-07 15:50:24'),(29729,12818,'action complete via WP Cron','2021-01-07 23:50:24','2021-01-07 15:50:24'),(29730,12819,'action created','2021-01-07 23:50:24','2021-01-07 15:50:24'),(29731,12819,'action started via WP Cron','2021-01-07 23:51:19','2021-01-07 15:51:19'),(29732,12819,'action complete via WP Cron','2021-01-07 23:51:19','2021-01-07 15:51:19'),(29733,12820,'action created','2021-01-07 23:51:19','2021-01-07 15:51:19'),(29734,12820,'action started via WP Cron','2021-01-07 23:51:57','2021-01-07 15:51:57'),(29735,12820,'action complete via WP Cron','2021-01-07 23:51:57','2021-01-07 15:51:57'),(29736,12821,'action created','2021-01-07 23:51:57','2021-01-07 15:51:57'),(29737,12821,'action started via WP Cron','2021-01-07 23:53:06','2021-01-07 15:53:06'),(29738,12821,'action complete via WP Cron','2021-01-07 23:53:06','2021-01-07 15:53:06'),(29739,12822,'action created','2021-01-07 23:53:06','2021-01-07 15:53:06'),(29740,12822,'action started via WP Cron','2021-01-07 23:54:07','2021-01-07 15:54:07'),(29741,12822,'action complete via WP Cron','2021-01-07 23:54:07','2021-01-07 15:54:07'),(29742,12823,'action created','2021-01-07 23:54:07','2021-01-07 15:54:07'),(29743,12823,'action started via WP Cron','2021-01-07 23:57:34','2021-01-07 15:57:34'),(29744,12823,'action complete via WP Cron','2021-01-07 23:57:34','2021-01-07 15:57:34'),(29745,12824,'action created','2021-01-07 23:57:34','2021-01-07 15:57:34'),(29746,12824,'action started via WP Cron','2021-01-08 00:12:00','2021-01-07 16:12:00'),(29747,12824,'action complete via WP Cron','2021-01-08 00:12:00','2021-01-07 16:12:00'),(29748,12825,'action created','2021-01-08 00:22:33','2021-01-07 16:22:33'),(29749,12825,'action started via WP Cron','2021-01-08 00:24:41','2021-01-07 16:24:41'),(29750,12825,'action complete via WP Cron','2021-01-08 00:24:41','2021-01-07 16:24:41'),(29751,12826,'action created','2021-01-08 00:24:41','2021-01-07 16:24:41'),(29752,12826,'action started via WP Cron','2021-01-08 00:25:45','2021-01-07 16:25:45'),(29753,12826,'action complete via WP Cron','2021-01-08 00:25:45','2021-01-07 16:25:45'),(29754,12827,'action created','2021-01-08 00:25:46','2021-01-07 16:25:46'),(29755,12827,'action started via WP Cron','2021-01-08 00:31:04','2021-01-07 16:31:04'),(29756,12827,'action complete via WP Cron','2021-01-08 00:31:04','2021-01-07 16:31:04'),(29757,12828,'action created','2021-01-08 00:31:04','2021-01-07 16:31:04'),(29758,12828,'action started via WP Cron','2021-01-08 00:35:42','2021-01-07 16:35:42'),(29759,12828,'action complete via WP Cron','2021-01-08 00:35:42','2021-01-07 16:35:42'),(29760,12829,'action created','2021-01-08 00:35:42','2021-01-07 16:35:42'),(29761,12829,'action started via WP Cron','2021-01-08 00:36:43','2021-01-07 16:36:43'),(29762,12829,'action complete via WP Cron','2021-01-08 00:36:43','2021-01-07 16:36:43'),(29763,12830,'action created','2021-01-08 00:36:43','2021-01-07 16:36:43'),(29764,12830,'action started via WP Cron','2021-01-08 00:37:43','2021-01-07 16:37:43'),(29765,12830,'action complete via WP Cron','2021-01-08 00:37:44','2021-01-07 16:37:44'),(29766,12831,'action created','2021-01-08 00:37:44','2021-01-07 16:37:44'),(29767,12831,'action started via WP Cron','2021-01-08 00:48:21','2021-01-07 16:48:21'),(29768,12831,'action complete via WP Cron','2021-01-08 00:48:21','2021-01-07 16:48:21'),(29769,12832,'action created','2021-01-08 00:48:22','2021-01-07 16:48:22'),(29770,12832,'action started via WP Cron','2021-01-08 00:52:33','2021-01-07 16:52:33'),(29771,12832,'action complete via WP Cron','2021-01-08 00:52:33','2021-01-07 16:52:33'),(29772,12833,'action created','2021-01-08 00:52:33','2021-01-07 16:52:33'),(29773,12833,'action started via WP Cron','2021-01-08 00:53:27','2021-01-07 16:53:27'),(29774,12833,'action complete via WP Cron','2021-01-08 00:53:27','2021-01-07 16:53:27'),(29775,12834,'action created','2021-01-08 00:53:27','2021-01-07 16:53:27'),(29776,12834,'action started via WP Cron','2021-01-08 00:54:11','2021-01-07 16:54:11'),(29777,12834,'action complete via WP Cron','2021-01-08 00:54:11','2021-01-07 16:54:11'),(29778,12835,'action created','2021-01-08 00:54:11','2021-01-07 16:54:11'),(29779,12835,'action started via WP Cron','2021-01-08 00:55:09','2021-01-07 16:55:09'),(29780,12835,'action complete via WP Cron','2021-01-08 00:55:09','2021-01-07 16:55:09'),(29781,12836,'action created','2021-01-08 00:55:09','2021-01-07 16:55:09'),(29782,12836,'action started via WP Cron','2021-01-08 00:56:10','2021-01-07 16:56:10'),(29783,12836,'action complete via WP Cron','2021-01-08 00:56:10','2021-01-07 16:56:10'),(29784,12837,'action created','2021-01-08 00:56:10','2021-01-07 16:56:10'),(29785,12837,'action started via WP Cron','2021-01-08 00:56:55','2021-01-07 16:56:55'),(29786,12837,'action complete via WP Cron','2021-01-08 00:56:55','2021-01-07 16:56:55'),(29787,12838,'action created','2021-01-08 00:56:55','2021-01-07 16:56:55'),(29788,12838,'action started via WP Cron','2021-01-08 00:58:07','2021-01-07 16:58:07'),(29789,12838,'action complete via WP Cron','2021-01-08 00:58:07','2021-01-07 16:58:07'),(29790,12839,'action created','2021-01-08 00:58:08','2021-01-07 16:58:08'),(29791,12839,'action started via WP Cron','2021-01-08 00:59:09','2021-01-07 16:59:09'),(29792,12839,'action complete via WP Cron','2021-01-08 00:59:09','2021-01-07 16:59:09'),(29793,12840,'action created','2021-01-08 00:59:09','2021-01-07 16:59:09'),(29794,12840,'action started via WP Cron','2021-01-08 01:08:11','2021-01-07 17:08:11'),(29795,12840,'action complete via WP Cron','2021-01-08 01:08:11','2021-01-07 17:08:11'),(29796,12841,'action created','2021-01-08 01:08:11','2021-01-07 17:08:11'),(29797,12841,'action started via WP Cron','2021-01-08 01:09:08','2021-01-07 17:09:08'),(29798,12841,'action complete via WP Cron','2021-01-08 01:09:08','2021-01-07 17:09:08'),(29799,12842,'action created','2021-01-08 01:09:09','2021-01-07 17:09:09'),(29800,12842,'action started via WP Cron','2021-01-08 01:10:43','2021-01-07 17:10:43'),(29801,12842,'action complete via WP Cron','2021-01-08 01:10:43','2021-01-07 17:10:43'),(29802,12843,'action created','2021-01-08 01:10:43','2021-01-07 17:10:43'),(29803,12843,'action started via WP Cron','2021-01-08 01:11:49','2021-01-07 17:11:49'),(29804,12843,'action complete via WP Cron','2021-01-08 01:11:49','2021-01-07 17:11:49'),(29805,12844,'action created','2021-01-08 01:11:49','2021-01-07 17:11:49'),(29806,12844,'action started via WP Cron','2021-01-08 01:20:08','2021-01-07 17:20:08'),(29807,12844,'action complete via WP Cron','2021-01-08 01:20:08','2021-01-07 17:20:08'),(29808,12845,'action created','2021-01-08 01:20:08','2021-01-07 17:20:08'),(29809,12845,'action started via WP Cron','2021-01-08 01:23:17','2021-01-07 17:23:17'),(29810,12845,'action complete via WP Cron','2021-01-08 01:23:17','2021-01-07 17:23:17'),(29811,12846,'action created','2021-01-08 01:23:18','2021-01-07 17:23:18'),(29812,12846,'action started via WP Cron','2021-01-08 01:23:44','2021-01-07 17:23:44'),(29813,12846,'action complete via WP Cron','2021-01-08 01:23:44','2021-01-07 17:23:44'),(29814,12847,'action created','2021-01-08 01:23:44','2021-01-07 17:23:44'),(29815,12847,'action started via WP Cron','2021-01-08 01:30:10','2021-01-07 17:30:10'),(29816,12847,'action complete via WP Cron','2021-01-08 01:30:10','2021-01-07 17:30:10'),(29817,12848,'action created','2021-01-08 01:30:10','2021-01-07 17:30:10'),(29818,12848,'action started via WP Cron','2021-01-08 01:31:51','2021-01-07 17:31:51'),(29819,12848,'action complete via WP Cron','2021-01-08 01:31:51','2021-01-07 17:31:51'),(29820,12849,'action created','2021-01-08 01:31:51','2021-01-07 17:31:51'),(29821,12849,'action started via WP Cron','2021-01-08 01:33:08','2021-01-07 17:33:08'),(29822,12849,'action complete via WP Cron','2021-01-08 01:33:08','2021-01-07 17:33:08'),(29823,12850,'action created','2021-01-08 01:33:08','2021-01-07 17:33:08'),(29824,12850,'action started via WP Cron','2021-01-08 01:35:28','2021-01-07 17:35:28'),(29825,12850,'action complete via WP Cron','2021-01-08 01:35:28','2021-01-07 17:35:28'),(29826,12851,'action created','2021-01-08 01:35:28','2021-01-07 17:35:28'),(29827,12851,'action started via WP Cron','2021-01-08 01:36:30','2021-01-07 17:36:30'),(29828,12851,'action complete via WP Cron','2021-01-08 01:36:30','2021-01-07 17:36:30'),(29829,12852,'action created','2021-01-08 01:36:30','2021-01-07 17:36:30'),(29830,12852,'action started via WP Cron','2021-01-08 01:37:30','2021-01-07 17:37:30'),(29831,12852,'action complete via WP Cron','2021-01-08 01:37:30','2021-01-07 17:37:30'),(29832,12853,'action created','2021-01-08 01:37:30','2021-01-07 17:37:30'),(29833,12853,'action started via WP Cron','2021-01-08 01:39:35','2021-01-07 17:39:35'),(29834,12853,'action complete via WP Cron','2021-01-08 01:39:35','2021-01-07 17:39:35'),(29835,12854,'action created','2021-01-08 01:39:35','2021-01-07 17:39:35'),(29836,12854,'action started via WP Cron','2021-01-08 01:40:45','2021-01-07 17:40:45'),(29837,12854,'action complete via WP Cron','2021-01-08 01:40:45','2021-01-07 17:40:45'),(29838,12855,'action created','2021-01-08 01:40:45','2021-01-07 17:40:45'),(29839,12855,'action started via WP Cron','2021-01-08 01:43:34','2021-01-07 17:43:34'),(29840,12855,'action complete via WP Cron','2021-01-08 01:43:34','2021-01-07 17:43:34'),(29841,12856,'action created','2021-01-08 01:43:34','2021-01-07 17:43:34'),(29842,12856,'action started via WP Cron','2021-01-08 01:45:22','2021-01-07 17:45:22'),(29843,12856,'action complete via WP Cron','2021-01-08 01:45:22','2021-01-07 17:45:22'),(29844,12857,'action created','2021-01-08 01:45:22','2021-01-07 17:45:22'),(29845,12857,'action started via WP Cron','2021-01-08 01:50:18','2021-01-07 17:50:18'),(29846,12857,'action complete via WP Cron','2021-01-08 01:50:18','2021-01-07 17:50:18'),(29847,12858,'action created','2021-01-08 01:50:18','2021-01-07 17:50:18'),(29848,12858,'action started via WP Cron','2021-01-08 01:51:38','2021-01-07 17:51:38'),(29849,12858,'action complete via WP Cron','2021-01-08 01:51:38','2021-01-07 17:51:38'),(29850,12859,'action created','2021-01-08 01:51:38','2021-01-07 17:51:38'),(29851,12859,'action started via WP Cron','2021-01-08 01:54:47','2021-01-07 17:54:47'),(29852,12859,'action complete via WP Cron','2021-01-08 01:54:47','2021-01-07 17:54:47'),(29853,12860,'action created','2021-01-08 01:54:47','2021-01-07 17:54:47'),(29854,12860,'action started via WP Cron','2021-01-08 01:55:41','2021-01-07 17:55:41'),(29855,12860,'action complete via WP Cron','2021-01-08 01:55:41','2021-01-07 17:55:41'),(29856,12861,'action created','2021-01-08 01:55:41','2021-01-07 17:55:41'),(29857,12861,'action started via WP Cron','2021-01-08 01:56:49','2021-01-07 17:56:49'),(29858,12861,'action complete via WP Cron','2021-01-08 01:56:49','2021-01-07 17:56:49'),(29859,12862,'action created','2021-01-08 01:56:49','2021-01-07 17:56:49'),(29860,12862,'action started via WP Cron','2021-01-08 01:58:11','2021-01-07 17:58:11'),(29861,12862,'action complete via WP Cron','2021-01-08 01:58:11','2021-01-07 17:58:11'),(29862,12863,'action created','2021-01-08 01:58:11','2021-01-07 17:58:11'),(29863,12863,'action started via WP Cron','2021-01-08 01:59:12','2021-01-07 17:59:12'),(29864,12863,'action complete via WP Cron','2021-01-08 01:59:12','2021-01-07 17:59:12'),(29865,12864,'action created','2021-01-08 01:59:12','2021-01-07 17:59:12'),(29866,12864,'action started via WP Cron','2021-01-08 02:02:05','2021-01-07 18:02:05'),(29867,12864,'action complete via WP Cron','2021-01-08 02:02:05','2021-01-07 18:02:05'),(29868,12865,'action created','2021-01-08 02:02:05','2021-01-07 18:02:05'),(29869,12865,'action started via WP Cron','2021-01-08 02:03:27','2021-01-07 18:03:27'),(29870,12865,'action complete via WP Cron','2021-01-08 02:03:27','2021-01-07 18:03:27'),(29871,12866,'action created','2021-01-08 02:03:27','2021-01-07 18:03:27'),(29872,12866,'action started via WP Cron','2021-01-08 02:04:29','2021-01-07 18:04:29'),(29873,12866,'action complete via WP Cron','2021-01-08 02:04:29','2021-01-07 18:04:29'),(29874,12867,'action created','2021-01-08 02:04:29','2021-01-07 18:04:29'),(29875,12867,'action started via WP Cron','2021-01-08 02:05:29','2021-01-07 18:05:29'),(29876,12867,'action complete via WP Cron','2021-01-08 02:05:29','2021-01-07 18:05:29'),(29877,12868,'action created','2021-01-08 02:05:29','2021-01-07 18:05:29'),(29878,12868,'action started via WP Cron','2021-01-08 02:06:31','2021-01-07 18:06:31'),(29879,12868,'action complete via WP Cron','2021-01-08 02:06:31','2021-01-07 18:06:31'),(29880,12869,'action created','2021-01-08 02:06:31','2021-01-07 18:06:31'),(29881,12869,'action started via WP Cron','2021-01-08 02:08:32','2021-01-07 18:08:32'),(29882,12869,'action complete via WP Cron','2021-01-08 02:08:32','2021-01-07 18:08:32'),(29883,12870,'action created','2021-01-08 02:08:32','2021-01-07 18:08:32'),(29884,12870,'action started via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29885,12870,'action complete via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29886,12293,'action started via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29887,12293,'action complete via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29888,12871,'action created','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29889,12292,'action started via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29890,12292,'action complete via WP Cron','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29891,12872,'action created','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29892,12873,'action created','2021-01-08 02:21:36','2021-01-07 18:21:36'),(29893,12873,'action started via WP Cron','2021-01-08 02:26:52','2021-01-07 18:26:52'),(29894,12873,'action complete via WP Cron','2021-01-08 02:26:52','2021-01-07 18:26:52'),(29895,12874,'action created','2021-01-08 02:26:52','2021-01-07 18:26:52'),(29896,12874,'action started via WP Cron','2021-01-08 02:27:44','2021-01-07 18:27:44'),(29897,12874,'action complete via WP Cron','2021-01-08 02:27:44','2021-01-07 18:27:44'),(29898,12875,'action created','2021-01-08 02:27:44','2021-01-07 18:27:44'),(29899,12875,'action started via WP Cron','2021-01-08 02:30:02','2021-01-07 18:30:02'),(29900,12875,'action complete via WP Cron','2021-01-08 02:30:02','2021-01-07 18:30:02'),(29901,12876,'action created','2021-01-08 02:31:03','2021-01-07 18:31:03'),(29902,12876,'action started via WP Cron','2021-01-08 02:32:04','2021-01-07 18:32:04'),(29903,12876,'action complete via WP Cron','2021-01-08 02:32:04','2021-01-07 18:32:04'),(29904,12877,'action created','2021-01-08 02:32:04','2021-01-07 18:32:04'),(29905,12877,'action started via WP Cron','2021-01-08 02:51:33','2021-01-07 18:51:33'),(29906,12877,'action complete via WP Cron','2021-01-08 02:51:33','2021-01-07 18:51:33'),(29907,12878,'action created','2021-01-08 02:55:38','2021-01-07 18:55:38'),(29908,12878,'action started via WP Cron','2021-01-08 02:57:48','2021-01-07 18:57:48'),(29909,12878,'action complete via WP Cron','2021-01-08 02:57:48','2021-01-07 18:57:48'),(29910,12879,'action created','2021-01-08 02:57:48','2021-01-07 18:57:48'),(29911,12879,'action started via WP Cron','2021-01-08 02:58:49','2021-01-07 18:58:49'),(29912,12879,'action complete via WP Cron','2021-01-08 02:58:49','2021-01-07 18:58:49'),(29913,12880,'action created','2021-01-08 02:58:49','2021-01-07 18:58:49'),(29914,12880,'action started via WP Cron','2021-01-08 02:59:50','2021-01-07 18:59:50'),(29915,12880,'action complete via WP Cron','2021-01-08 02:59:50','2021-01-07 18:59:50'),(29916,12881,'action created','2021-01-08 02:59:50','2021-01-07 18:59:50'),(29917,12881,'action started via WP Cron','2021-01-08 03:01:52','2021-01-07 19:01:52'),(29918,12881,'action complete via WP Cron','2021-01-08 03:01:52','2021-01-07 19:01:52'),(29919,12882,'action created','2021-01-08 03:01:52','2021-01-07 19:01:52'),(29920,12882,'action started via WP Cron','2021-01-08 03:02:53','2021-01-07 19:02:53'),(29921,12882,'action complete via WP Cron','2021-01-08 03:02:53','2021-01-07 19:02:53'),(29922,12883,'action created','2021-01-08 03:02:53','2021-01-07 19:02:53'),(29923,12883,'action started via WP Cron','2021-01-08 03:05:33','2021-01-07 19:05:33'),(29924,12883,'action complete via WP Cron','2021-01-08 03:05:33','2021-01-07 19:05:33'),(29925,12884,'action created','2021-01-08 03:05:33','2021-01-07 19:05:33'),(29926,12884,'action started via WP Cron','2021-01-08 03:07:02','2021-01-07 19:07:02'),(29927,12884,'action complete via WP Cron','2021-01-08 03:07:02','2021-01-07 19:07:02'),(29928,12885,'action created','2021-01-08 03:07:02','2021-01-07 19:07:02'),(29929,12885,'action started via WP Cron','2021-01-08 03:07:41','2021-01-07 19:07:41'),(29930,12885,'action complete via WP Cron','2021-01-08 03:07:41','2021-01-07 19:07:41'),(29931,12886,'action created','2021-01-08 03:07:41','2021-01-07 19:07:41'),(29932,12886,'action started via WP Cron','2021-01-08 03:09:14','2021-01-07 19:09:14'),(29933,12886,'action complete via WP Cron','2021-01-08 03:09:14','2021-01-07 19:09:14'),(29934,12887,'action created','2021-01-08 03:09:14','2021-01-07 19:09:14'),(29935,12887,'action started via WP Cron','2021-01-08 03:10:33','2021-01-07 19:10:33'),(29936,12887,'action complete via WP Cron','2021-01-08 03:10:33','2021-01-07 19:10:33'),(29937,12888,'action created','2021-01-08 03:10:33','2021-01-07 19:10:33'),(29938,12888,'action started via WP Cron','2021-01-08 03:11:33','2021-01-07 19:11:33'),(29939,12888,'action complete via WP Cron','2021-01-08 03:11:33','2021-01-07 19:11:33'),(29940,12889,'action created','2021-01-08 03:11:33','2021-01-07 19:11:33'),(29941,12889,'action started via WP Cron','2021-01-08 03:27:11','2021-01-07 19:27:11'),(29942,12889,'action complete via WP Cron','2021-01-08 03:27:12','2021-01-07 19:27:12'),(29943,12890,'action created','2021-01-08 03:27:12','2021-01-07 19:27:12'),(29944,12890,'action started via WP Cron','2021-01-08 03:28:25','2021-01-07 19:28:25'),(29945,12890,'action complete via WP Cron','2021-01-08 03:28:25','2021-01-07 19:28:25'),(29946,12891,'action created','2021-01-08 03:28:25','2021-01-07 19:28:25'),(29947,12891,'action started via WP Cron','2021-01-08 03:31:53','2021-01-07 19:31:53'),(29948,12891,'action complete via WP Cron','2021-01-08 03:31:53','2021-01-07 19:31:53'),(29949,12892,'action created','2021-01-08 03:31:53','2021-01-07 19:31:53'),(29950,12892,'action started via WP Cron','2021-01-08 03:33:04','2021-01-07 19:33:04'),(29951,12892,'action complete via WP Cron','2021-01-08 03:33:04','2021-01-07 19:33:04'),(29952,12893,'action created','2021-01-08 03:33:04','2021-01-07 19:33:04'),(29953,12893,'action started via WP Cron','2021-01-08 03:34:05','2021-01-07 19:34:05'),(29954,12893,'action complete via WP Cron','2021-01-08 03:34:05','2021-01-07 19:34:05'),(29955,12894,'action created','2021-01-08 03:34:05','2021-01-07 19:34:05'),(29956,12894,'action started via WP Cron','2021-01-08 03:36:07','2021-01-07 19:36:07'),(29957,12894,'action complete via WP Cron','2021-01-08 03:36:07','2021-01-07 19:36:07'),(29958,12895,'action created','2021-01-08 03:36:07','2021-01-07 19:36:07'),(29959,12895,'action started via WP Cron','2021-01-08 03:37:08','2021-01-07 19:37:08'),(29960,12895,'action complete via WP Cron','2021-01-08 03:37:08','2021-01-07 19:37:08'),(29961,12896,'action created','2021-01-08 03:37:08','2021-01-07 19:37:08'),(29962,12896,'action started via WP Cron','2021-01-08 03:45:50','2021-01-07 19:45:50'),(29963,12896,'action complete via WP Cron','2021-01-08 03:45:50','2021-01-07 19:45:50'),(29964,12897,'action created','2021-01-08 03:45:50','2021-01-07 19:45:50'),(29965,12897,'action started via WP Cron','2021-01-08 03:50:33','2021-01-07 19:50:33'),(29966,12897,'action complete via WP Cron','2021-01-08 03:50:33','2021-01-07 19:50:33'),(29967,12898,'action created','2021-01-08 03:50:33','2021-01-07 19:50:33'),(29968,12898,'action started via WP Cron','2021-01-08 04:07:38','2021-01-07 20:07:38'),(29969,12898,'action complete via WP Cron','2021-01-08 04:07:38','2021-01-07 20:07:38'),(29970,12340,'action started via WP Cron','2021-01-08 04:07:38','2021-01-07 20:07:38'),(29971,12340,'action complete via WP Cron','2021-01-08 04:07:39','2021-01-07 20:07:39'),(29972,12899,'action created','2021-01-08 04:07:39','2021-01-07 20:07:39'),(29973,12900,'action created','2021-01-08 04:07:39','2021-01-07 20:07:39'),(29974,12900,'action started via WP Cron','2021-01-08 04:13:44','2021-01-07 20:13:44'),(29975,12900,'action complete via WP Cron','2021-01-08 04:13:44','2021-01-07 20:13:44'),(29976,12901,'action created','2021-01-08 04:13:45','2021-01-07 20:13:45'),(29977,12901,'action started via WP Cron','2021-01-08 04:14:47','2021-01-07 20:14:47'),(29978,12901,'action complete via WP Cron','2021-01-08 04:14:47','2021-01-07 20:14:47'),(29979,12902,'action created','2021-01-08 04:14:47','2021-01-07 20:14:47'),(29980,12902,'action started via WP Cron','2021-01-08 04:16:48','2021-01-07 20:16:48'),(29981,12902,'action complete via WP Cron','2021-01-08 04:16:48','2021-01-07 20:16:48'),(29982,12903,'action created','2021-01-08 04:16:48','2021-01-07 20:16:48'),(29983,12903,'action started via WP Cron','2021-01-08 04:17:50','2021-01-07 20:17:50'),(29984,12903,'action complete via WP Cron','2021-01-08 04:17:50','2021-01-07 20:17:50'),(29985,12904,'action created','2021-01-08 04:17:50','2021-01-07 20:17:50'),(29986,12904,'action started via WP Cron','2021-01-08 04:18:49','2021-01-07 20:18:49'),(29987,12904,'action complete via WP Cron','2021-01-08 04:18:49','2021-01-07 20:18:49'),(29988,12905,'action created','2021-01-08 04:18:49','2021-01-07 20:18:49'),(29989,12905,'action started via WP Cron','2021-01-08 04:20:46','2021-01-07 20:20:46'),(29990,12905,'action complete via WP Cron','2021-01-08 04:20:46','2021-01-07 20:20:46'),(29991,12906,'action created','2021-01-08 04:20:46','2021-01-07 20:20:46'),(29992,12906,'action started via WP Cron','2021-01-08 04:22:18','2021-01-07 20:22:18'),(29993,12906,'action complete via WP Cron','2021-01-08 04:22:18','2021-01-07 20:22:18'),(29994,12907,'action created','2021-01-08 04:22:18','2021-01-07 20:22:18'),(29995,12907,'action started via WP Cron','2021-01-08 04:25:39','2021-01-07 20:25:39'),(29996,12907,'action complete via WP Cron','2021-01-08 04:25:39','2021-01-07 20:25:39'),(29997,12908,'action created','2021-01-08 04:25:39','2021-01-07 20:25:39'),(29998,12908,'action started via WP Cron','2021-01-08 04:26:11','2021-01-07 20:26:11'),(29999,12908,'action complete via WP Cron','2021-01-08 04:26:11','2021-01-07 20:26:11'),(30000,12909,'action created','2021-01-08 04:26:11','2021-01-07 20:26:11'),(30001,12909,'action started via WP Cron','2021-01-08 04:27:18','2021-01-07 20:27:18'),(30002,12909,'action complete via WP Cron','2021-01-08 04:27:18','2021-01-07 20:27:18'),(30003,12910,'action created','2021-01-08 04:27:18','2021-01-07 20:27:18'),(30004,12910,'action started via WP Cron','2021-01-08 04:28:19','2021-01-07 20:28:19'),(30005,12910,'action complete via WP Cron','2021-01-08 04:28:19','2021-01-07 20:28:19'),(30006,12911,'action created','2021-01-08 04:28:19','2021-01-07 20:28:19'),(30007,12911,'action started via WP Cron','2021-01-08 04:29:57','2021-01-07 20:29:57'),(30008,12911,'action complete via WP Cron','2021-01-08 04:29:57','2021-01-07 20:29:57'),(30009,12912,'action created','2021-01-08 04:29:57','2021-01-07 20:29:57'),(30010,12912,'action started via WP Cron','2021-01-08 04:31:23','2021-01-07 20:31:23'),(30011,12912,'action complete via WP Cron','2021-01-08 04:31:23','2021-01-07 20:31:23'),(30012,12913,'action created','2021-01-08 04:31:23','2021-01-07 20:31:23'),(30013,12913,'action started via WP Cron','2021-01-08 04:31:41','2021-01-07 20:31:41'),(30014,12913,'action complete via WP Cron','2021-01-08 04:31:41','2021-01-07 20:31:41'),(30015,12914,'action created','2021-01-08 04:31:41','2021-01-07 20:31:41'),(30016,12914,'action started via WP Cron','2021-01-08 04:34:26','2021-01-07 20:34:26'),(30017,12914,'action complete via WP Cron','2021-01-08 04:34:26','2021-01-07 20:34:26'),(30018,12915,'action created','2021-01-08 04:34:27','2021-01-07 20:34:27'),(30019,12915,'action started via WP Cron','2021-01-08 04:38:08','2021-01-07 20:38:08'),(30020,12915,'action complete via WP Cron','2021-01-08 04:38:08','2021-01-07 20:38:08'),(30021,12916,'action created','2021-01-08 04:38:08','2021-01-07 20:38:08'),(30022,12916,'action started via WP Cron','2021-01-08 04:39:05','2021-01-07 20:39:05'),(30023,12916,'action complete via WP Cron','2021-01-08 04:39:05','2021-01-07 20:39:05'),(30024,12917,'action created','2021-01-08 04:39:08','2021-01-07 20:39:08'),(30025,12917,'action started via WP Cron','2021-01-08 04:40:10','2021-01-07 20:40:10'),(30026,12917,'action complete via WP Cron','2021-01-08 04:40:10','2021-01-07 20:40:10'),(30027,12918,'action created','2021-01-08 04:40:10','2021-01-07 20:40:10'),(30028,12918,'action started via WP Cron','2021-01-08 04:41:11','2021-01-07 20:41:11'),(30029,12918,'action complete via WP Cron','2021-01-08 04:41:11','2021-01-07 20:41:11'),(30030,12919,'action created','2021-01-08 04:41:11','2021-01-07 20:41:11'),(30031,12919,'action started via WP Cron','2021-01-08 04:42:12','2021-01-07 20:42:12'),(30032,12919,'action complete via WP Cron','2021-01-08 04:42:12','2021-01-07 20:42:12'),(30033,12920,'action created','2021-01-08 04:42:12','2021-01-07 20:42:12'),(30034,12920,'action started via WP Cron','2021-01-08 04:57:27','2021-01-07 20:57:27'),(30035,12920,'action complete via WP Cron','2021-01-08 04:57:27','2021-01-07 20:57:27'),(30036,12921,'action created','2021-01-08 04:57:27','2021-01-07 20:57:27'),(30037,12921,'action started via WP Cron','2021-01-08 04:57:41','2021-01-07 20:57:41'),(30038,12921,'action complete via WP Cron','2021-01-08 04:57:41','2021-01-07 20:57:41'),(30039,12922,'action created','2021-01-08 04:57:41','2021-01-07 20:57:41'),(30040,12922,'action started via WP Cron','2021-01-08 05:02:10','2021-01-07 21:02:10'),(30041,12922,'action complete via WP Cron','2021-01-08 05:02:10','2021-01-07 21:02:10'),(30042,12923,'action created','2021-01-08 05:02:10','2021-01-07 21:02:10'),(30043,12923,'action started via WP Cron','2021-01-08 05:05:27','2021-01-07 21:05:27'),(30044,12923,'action complete via WP Cron','2021-01-08 05:05:27','2021-01-07 21:05:27'),(30045,12924,'action created','2021-01-08 05:05:27','2021-01-07 21:05:27'),(30046,12924,'action started via WP Cron','2021-01-08 05:05:54','2021-01-07 21:05:54'),(30047,12924,'action complete via WP Cron','2021-01-08 05:05:54','2021-01-07 21:05:54'),(30048,12925,'action created','2021-01-08 05:05:54','2021-01-07 21:05:54'),(30049,12925,'action started via WP Cron','2021-01-08 05:07:43','2021-01-07 21:07:43'),(30050,12925,'action complete via WP Cron','2021-01-08 05:07:43','2021-01-07 21:07:43'),(30051,12926,'action created','2021-01-08 05:07:43','2021-01-07 21:07:43'),(30052,12926,'action started via WP Cron','2021-01-08 05:12:52','2021-01-07 21:12:52'),(30053,12926,'action complete via WP Cron','2021-01-08 05:12:52','2021-01-07 21:12:52'),(30054,12927,'action created','2021-01-08 05:12:52','2021-01-07 21:12:52'),(30055,12927,'action started via WP Cron','2021-01-08 05:14:50','2021-01-07 21:14:50'),(30056,12927,'action complete via WP Cron','2021-01-08 05:14:50','2021-01-07 21:14:50'),(30057,12928,'action created','2021-01-08 05:14:50','2021-01-07 21:14:50'),(30058,12928,'action started via WP Cron','2021-01-08 05:16:36','2021-01-07 21:16:36'),(30059,12928,'action complete via WP Cron','2021-01-08 05:16:36','2021-01-07 21:16:36'),(30060,12929,'action created','2021-01-08 05:16:36','2021-01-07 21:16:36'),(30061,12929,'action started via WP Cron','2021-01-08 05:18:22','2021-01-07 21:18:22'),(30062,12929,'action complete via WP Cron','2021-01-08 05:18:22','2021-01-07 21:18:22'),(30063,12930,'action created','2021-01-08 05:18:22','2021-01-07 21:18:22'),(30064,12930,'action started via WP Cron','2021-01-08 05:19:57','2021-01-07 21:19:57'),(30065,12930,'action complete via WP Cron','2021-01-08 05:19:57','2021-01-07 21:19:57'),(30066,12931,'action created','2021-01-08 05:19:57','2021-01-07 21:19:57'),(30067,12931,'action started via WP Cron','2021-01-08 05:20:58','2021-01-07 21:20:58'),(30068,12931,'action complete via WP Cron','2021-01-08 05:20:58','2021-01-07 21:20:58'),(30069,12932,'action created','2021-01-08 05:20:58','2021-01-07 21:20:58'),(30070,12932,'action started via WP Cron','2021-01-08 05:21:59','2021-01-07 21:21:59'),(30071,12932,'action complete via WP Cron','2021-01-08 05:21:59','2021-01-07 21:21:59'),(30072,12933,'action created','2021-01-08 05:22:00','2021-01-07 21:22:00'),(30073,12933,'action started via WP Cron','2021-01-08 05:23:10','2021-01-07 21:23:10'),(30074,12933,'action complete via WP Cron','2021-01-08 05:23:10','2021-01-07 21:23:10'),(30075,12934,'action created','2021-01-08 05:23:10','2021-01-07 21:23:10'),(30076,12934,'action started via WP Cron','2021-01-08 05:24:10','2021-01-07 21:24:10'),(30077,12934,'action complete via WP Cron','2021-01-08 05:24:10','2021-01-07 21:24:10'),(30078,12935,'action created','2021-01-08 05:24:10','2021-01-07 21:24:10'),(30079,12935,'action started via WP Cron','2021-01-08 05:25:12','2021-01-07 21:25:12'),(30080,12935,'action complete via WP Cron','2021-01-08 05:25:12','2021-01-07 21:25:12'),(30081,12936,'action created','2021-01-08 05:25:12','2021-01-07 21:25:12'),(30082,12936,'action started via WP Cron','2021-01-08 05:26:53','2021-01-07 21:26:53'),(30083,12936,'action complete via WP Cron','2021-01-08 05:26:53','2021-01-07 21:26:53'),(30084,12937,'action created','2021-01-08 05:26:53','2021-01-07 21:26:53'),(30085,12937,'action started via WP Cron','2021-01-08 05:27:55','2021-01-07 21:27:55'),(30086,12937,'action complete via WP Cron','2021-01-08 05:27:55','2021-01-07 21:27:55'),(30087,12938,'action created','2021-01-08 05:27:55','2021-01-07 21:27:55'),(30088,12938,'action started via WP Cron','2021-01-08 05:32:45','2021-01-07 21:32:45'),(30089,12938,'action complete via WP Cron','2021-01-08 05:32:45','2021-01-07 21:32:45'),(30090,12939,'action created','2021-01-08 05:32:45','2021-01-07 21:32:45'),(30091,12939,'action started via WP Cron','2021-01-08 05:34:02','2021-01-07 21:34:02'),(30092,12939,'action complete via WP Cron','2021-01-08 05:34:02','2021-01-07 21:34:02'),(30093,12940,'action created','2021-01-08 05:34:03','2021-01-07 21:34:03'),(30094,12940,'action started via WP Cron','2021-01-08 05:35:12','2021-01-07 21:35:12'),(30095,12940,'action complete via WP Cron','2021-01-08 05:35:12','2021-01-07 21:35:12'),(30096,12941,'action created','2021-01-08 05:35:12','2021-01-07 21:35:12'),(30097,12941,'action started via WP Cron','2021-01-08 05:37:44','2021-01-07 21:37:44'),(30098,12941,'action complete via WP Cron','2021-01-08 05:37:44','2021-01-07 21:37:44'),(30099,12942,'action created','2021-01-08 05:37:44','2021-01-07 21:37:44'),(30100,12942,'action started via WP Cron','2021-01-08 05:38:48','2021-01-07 21:38:48'),(30101,12942,'action complete via WP Cron','2021-01-08 05:38:48','2021-01-07 21:38:48'),(30102,12943,'action created','2021-01-08 05:38:48','2021-01-07 21:38:48'),(30103,12943,'action started via WP Cron','2021-01-08 05:39:51','2021-01-07 21:39:51'),(30104,12943,'action complete via WP Cron','2021-01-08 05:39:51','2021-01-07 21:39:51'),(30105,12944,'action created','2021-01-08 05:39:51','2021-01-07 21:39:51'),(30106,12944,'action started via WP Cron','2021-01-08 05:43:43','2021-01-07 21:43:43'),(30107,12944,'action complete via WP Cron','2021-01-08 05:43:43','2021-01-07 21:43:43'),(30108,12945,'action created','2021-01-08 05:43:43','2021-01-07 21:43:43'),(30109,12945,'action started via WP Cron','2021-01-08 05:44:44','2021-01-07 21:44:44'),(30110,12945,'action complete via WP Cron','2021-01-08 05:44:44','2021-01-07 21:44:44'),(30111,12946,'action created','2021-01-08 05:44:44','2021-01-07 21:44:44'),(30112,12946,'action started via WP Cron','2021-01-08 05:45:45','2021-01-07 21:45:45'),(30113,12946,'action complete via WP Cron','2021-01-08 05:45:45','2021-01-07 21:45:45'),(30114,12947,'action created','2021-01-08 05:45:45','2021-01-07 21:45:45'),(30115,12947,'action started via WP Cron','2021-01-08 05:47:39','2021-01-07 21:47:39'),(30116,12947,'action complete via WP Cron','2021-01-08 05:47:39','2021-01-07 21:47:39'),(30117,12948,'action created','2021-01-08 05:47:39','2021-01-07 21:47:39'),(30118,12948,'action started via WP Cron','2021-01-08 05:48:34','2021-01-07 21:48:34'),(30119,12948,'action complete via WP Cron','2021-01-08 05:48:34','2021-01-07 21:48:34'),(30123,12950,'action created','2021-01-08 06:02:13','2021-01-07 22:02:13'),(30124,12950,'action started via WP Cron','2021-01-08 06:03:00','2021-01-07 22:03:00'),(30125,12950,'action complete via WP Cron','2021-01-08 06:03:00','2021-01-07 22:03:00'),(30126,12951,'action created','2021-01-08 06:09:48','2021-01-07 22:09:48'),(30127,12951,'action started via WP Cron','2021-01-08 06:10:56','2021-01-07 22:10:56'),(30128,12951,'action complete via WP Cron','2021-01-08 06:10:56','2021-01-07 22:10:56'),(30129,12952,'action created','2021-01-08 06:11:08','2021-01-07 22:11:08'),(30130,12952,'action started via WP Cron','2021-01-08 06:11:51','2021-01-07 22:11:51'),(30131,12952,'action complete via WP Cron','2021-01-08 06:11:51','2021-01-07 22:11:51'),(30132,12953,'action created','2021-01-08 06:13:10','2021-01-07 22:13:10'),(30133,12953,'action started via WP Cron','2021-01-08 06:14:02','2021-01-07 22:14:02'),(30134,12953,'action complete via WP Cron','2021-01-08 06:14:02','2021-01-07 22:14:02'),(30135,12954,'action created','2021-01-08 06:14:15','2021-01-07 22:14:15'),(30136,12954,'action started via WP Cron','2021-01-08 06:15:05','2021-01-07 22:15:05'),(30137,12954,'action complete via WP Cron','2021-01-08 06:15:05','2021-01-07 22:15:05'),(30138,12955,'action created','2021-01-08 06:15:13','2021-01-07 22:15:13'),(30139,12956,'action created','2021-01-08 06:15:13','2021-01-07 22:15:13'),(30140,12956,'action started via WP Cron','2021-01-08 06:16:20','2021-01-07 22:16:20'),(30141,12956,'action complete via WP Cron','2021-01-08 06:16:20','2021-01-07 22:16:20'),(30142,12955,'action started via WP Cron','2021-01-08 06:16:20','2021-01-07 22:16:20'),(30143,12955,'action complete via WP Cron','2021-01-08 06:16:20','2021-01-07 22:16:20'),(30144,12957,'action created','2021-01-08 06:17:03','2021-01-07 22:17:03'),(30145,12957,'action started via WP Cron','2021-01-08 06:17:42','2021-01-07 22:17:42'),(30146,12957,'action complete via WP Cron','2021-01-08 06:17:42','2021-01-07 22:17:42'),(30147,12958,'action created','2021-01-08 06:17:42','2021-01-07 22:17:42'),(30148,12958,'action started via WP Cron','2021-01-08 06:19:10','2021-01-07 22:19:10'),(30149,12958,'action complete via WP Cron','2021-01-08 06:19:10','2021-01-07 22:19:10'),(30150,12959,'action created','2021-01-08 06:20:54','2021-01-07 22:20:54'),(30151,12959,'action started via WP Cron','2021-01-08 06:22:09','2021-01-07 22:22:09'),(30152,12959,'action complete via WP Cron','2021-01-08 06:22:09','2021-01-07 22:22:09'),(30153,12960,'action created','2021-01-08 06:22:37','2021-01-07 22:22:37'),(30154,12960,'action started via WP Cron','2021-01-08 06:23:40','2021-01-07 22:23:40'),(30155,12960,'action complete via WP Cron','2021-01-08 06:23:40','2021-01-07 22:23:40'),(30156,12961,'action created','2021-01-08 06:23:40','2021-01-07 22:23:40'),(30157,12961,'action started via WP Cron','2021-01-08 06:36:49','2021-01-07 22:36:49'),(30158,12961,'action complete via WP Cron','2021-01-08 06:36:49','2021-01-07 22:36:49'),(30159,12962,'action created','2021-01-08 06:36:49','2021-01-07 22:36:49'),(30160,12962,'action started via WP Cron','2021-01-08 06:39:14','2021-01-07 22:39:14'),(30161,12962,'action complete via WP Cron','2021-01-08 06:39:14','2021-01-07 22:39:14'),(30162,12963,'action created','2021-01-08 06:40:04','2021-01-07 22:40:04'),(30163,12963,'action started via WP Cron','2021-01-08 06:41:10','2021-01-07 22:41:10'),(30164,12963,'action complete via WP Cron','2021-01-08 06:41:10','2021-01-07 22:41:10'),(30165,12964,'action created','2021-01-08 06:41:10','2021-01-07 22:41:10'),(30166,12964,'action started via WP Cron','2021-01-08 06:42:36','2021-01-07 22:42:36'),(30167,12964,'action complete via WP Cron','2021-01-08 06:42:36','2021-01-07 22:42:36'),(30168,12965,'action created','2021-01-08 06:42:36','2021-01-07 22:42:36'),(30169,12965,'action started via WP Cron','2021-01-08 06:43:40','2021-01-07 22:43:40'),(30170,12965,'action complete via WP Cron','2021-01-08 06:43:40','2021-01-07 22:43:40'),(30171,12966,'action created','2021-01-08 06:43:40','2021-01-07 22:43:40'),(30172,12966,'action started via WP Cron','2021-01-08 06:44:41','2021-01-07 22:44:41'),(30173,12966,'action complete via WP Cron','2021-01-08 06:44:41','2021-01-07 22:44:41'),(30174,12967,'action created','2021-01-08 06:44:41','2021-01-07 22:44:41'),(30175,12967,'action started via WP Cron','2021-01-08 06:47:54','2021-01-07 22:47:54'),(30176,12967,'action complete via WP Cron','2021-01-08 06:47:54','2021-01-07 22:47:54'),(30177,12968,'action created','2021-01-08 06:47:54','2021-01-07 22:47:54'),(30178,12968,'action started via WP Cron','2021-01-08 06:57:02','2021-01-07 22:57:02'),(30179,12968,'action complete via WP Cron','2021-01-08 06:57:02','2021-01-07 22:57:02'),(30180,12969,'action created','2021-01-08 06:57:02','2021-01-07 22:57:02'),(30181,12969,'action started via WP Cron','2021-01-08 07:01:01','2021-01-07 23:01:01'),(30182,12969,'action complete via WP Cron','2021-01-08 07:01:01','2021-01-07 23:01:01'),(30183,12970,'action created','2021-01-08 07:01:02','2021-01-07 23:01:02'),(30184,12970,'action started via WP Cron','2021-01-08 07:14:40','2021-01-07 23:14:40'),(30185,12970,'action complete via WP Cron','2021-01-08 07:14:40','2021-01-07 23:14:40'),(30186,12971,'action created','2021-01-08 07:14:40','2021-01-07 23:14:40'),(85937,31556,'action complete via WP Cron','2021-02-08 07:16:30','2021-02-07 23:16:30'),(85936,31556,'action started via WP Cron','2021-02-08 07:16:30','2021-02-07 23:16:30'),(88305,32346,'action created','2021-02-09 07:31:09','2021-02-08 23:31:09'),(30190,12971,'action started via WP Cron','2021-01-08 07:15:47','2021-01-07 23:15:47'),(30191,12971,'action complete via WP Cron','2021-01-08 07:15:47','2021-01-07 23:15:47'),(30192,12973,'action created','2021-01-08 07:15:47','2021-01-07 23:15:47'),(30193,12973,'action started via WP Cron','2021-01-08 07:16:49','2021-01-07 23:16:49'),(30194,12973,'action complete via WP Cron','2021-01-08 07:16:49','2021-01-07 23:16:49'),(30195,12974,'action created','2021-01-08 07:16:49','2021-01-07 23:16:49'),(30196,12974,'action started via WP Cron','2021-01-08 07:17:50','2021-01-07 23:17:50'),(30197,12974,'action complete via WP Cron','2021-01-08 07:17:50','2021-01-07 23:17:50'),(30198,12975,'action created','2021-01-08 07:17:50','2021-01-07 23:17:50'),(30199,12975,'action started via WP Cron','2021-01-08 07:18:50','2021-01-07 23:18:50'),(30200,12975,'action complete via WP Cron','2021-01-08 07:18:50','2021-01-07 23:18:50'),(30201,12976,'action created','2021-01-08 07:18:50','2021-01-07 23:18:50'),(30202,12976,'action started via WP Cron','2021-01-08 07:26:35','2021-01-07 23:26:35'),(30203,12976,'action complete via WP Cron','2021-01-08 07:26:35','2021-01-07 23:26:35'),(30204,12977,'action created','2021-01-08 07:26:35','2021-01-07 23:26:35'),(30205,12977,'action started via WP Cron','2021-01-08 07:28:51','2021-01-07 23:28:51'),(30206,12977,'action complete via WP Cron','2021-01-08 07:28:51','2021-01-07 23:28:51'),(30207,12978,'action created','2021-01-08 07:28:51','2021-01-07 23:28:51'),(30208,12978,'action started via WP Cron','2021-01-08 07:29:54','2021-01-07 23:29:54'),(30209,12978,'action complete via WP Cron','2021-01-08 07:29:54','2021-01-07 23:29:54'),(30210,12979,'action created','2021-01-08 07:29:54','2021-01-07 23:29:54'),(30211,12979,'action started via WP Cron','2021-01-08 07:31:59','2021-01-07 23:31:59'),(30212,12979,'action complete via WP Cron','2021-01-08 07:31:59','2021-01-07 23:31:59'),(30213,12980,'action created','2021-01-08 07:31:59','2021-01-07 23:31:59'),(30214,12980,'action started via WP Cron','2021-01-08 07:33:00','2021-01-07 23:33:00'),(30215,12980,'action complete via WP Cron','2021-01-08 07:33:00','2021-01-07 23:33:00'),(30216,12981,'action created','2021-01-08 07:33:01','2021-01-07 23:33:01'),(30217,12981,'action started via WP Cron','2021-01-08 07:34:01','2021-01-07 23:34:01'),(30218,12981,'action complete via WP Cron','2021-01-08 07:34:01','2021-01-07 23:34:01'),(30219,12982,'action created','2021-01-08 07:34:01','2021-01-07 23:34:01'),(30220,12982,'action started via WP Cron','2021-01-08 07:36:31','2021-01-07 23:36:31'),(30221,12982,'action complete via WP Cron','2021-01-08 07:36:31','2021-01-07 23:36:31'),(30222,12983,'action created','2021-01-08 07:36:31','2021-01-07 23:36:31'),(30223,12983,'action started via WP Cron','2021-01-08 07:36:49','2021-01-07 23:36:49'),(30224,12983,'action complete via WP Cron','2021-01-08 07:36:49','2021-01-07 23:36:49'),(30225,12984,'action created','2021-01-08 07:36:50','2021-01-07 23:36:50'),(30226,12984,'action started via WP Cron','2021-01-08 07:38:14','2021-01-07 23:38:14'),(30227,12984,'action complete via WP Cron','2021-01-08 07:38:14','2021-01-07 23:38:14'),(30228,12985,'action created','2021-01-08 07:38:14','2021-01-07 23:38:14'),(30229,12985,'action started via WP Cron','2021-01-08 07:39:51','2021-01-07 23:39:51'),(30230,12985,'action complete via WP Cron','2021-01-08 07:39:51','2021-01-07 23:39:51'),(30231,12986,'action created','2021-01-08 07:39:51','2021-01-07 23:39:51'),(30232,12986,'action started via WP Cron','2021-01-08 07:48:31','2021-01-07 23:48:31'),(30233,12986,'action complete via WP Cron','2021-01-08 07:48:31','2021-01-07 23:48:31'),(30234,12987,'action created','2021-01-08 07:48:31','2021-01-07 23:48:31'),(30235,12987,'action started via WP Cron','2021-01-08 07:48:56','2021-01-07 23:48:56'),(30236,12987,'action complete via WP Cron','2021-01-08 07:48:56','2021-01-07 23:48:56'),(30237,12988,'action created','2021-01-08 07:48:56','2021-01-07 23:48:56'),(30238,12988,'action started via WP Cron','2021-01-08 07:49:42','2021-01-07 23:49:42'),(30239,12988,'action complete via WP Cron','2021-01-08 07:49:42','2021-01-07 23:49:42'),(30240,12989,'action created','2021-01-08 07:49:42','2021-01-07 23:49:42'),(30241,12989,'action started via WP Cron','2021-01-08 07:50:44','2021-01-07 23:50:44'),(30242,12989,'action complete via WP Cron','2021-01-08 07:50:44','2021-01-07 23:50:44'),(30243,12990,'action created','2021-01-08 07:50:44','2021-01-07 23:50:44'),(30244,12990,'action started via WP Cron','2021-01-08 07:52:46','2021-01-07 23:52:46'),(30245,12990,'action complete via WP Cron','2021-01-08 07:52:46','2021-01-07 23:52:46'),(30246,12991,'action created','2021-01-08 07:52:46','2021-01-07 23:52:46'),(30247,12991,'action started via WP Cron','2021-01-08 07:53:46','2021-01-07 23:53:46'),(30248,12991,'action complete via WP Cron','2021-01-08 07:53:46','2021-01-07 23:53:46'),(30249,12992,'action created','2021-01-08 07:53:46','2021-01-07 23:53:46'),(30250,12992,'action started via WP Cron','2021-01-08 07:54:49','2021-01-07 23:54:49'),(30251,12992,'action complete via WP Cron','2021-01-08 07:54:49','2021-01-07 23:54:49'),(30252,12993,'action created','2021-01-08 07:54:49','2021-01-07 23:54:49'),(30253,12993,'action started via WP Cron','2021-01-08 07:57:34','2021-01-07 23:57:34'),(30254,12993,'action complete via WP Cron','2021-01-08 07:57:34','2021-01-07 23:57:34'),(30255,12994,'action created','2021-01-08 07:58:15','2021-01-07 23:58:15'),(30256,12994,'action started via WP Cron','2021-01-08 07:58:45','2021-01-07 23:58:45'),(30257,12994,'action complete via WP Cron','2021-01-08 07:58:45','2021-01-07 23:58:45'),(30258,12995,'action created','2021-01-08 07:58:45','2021-01-07 23:58:45'),(30259,12995,'action started via WP Cron','2021-01-08 07:59:41','2021-01-07 23:59:41'),(30260,12995,'action complete via WP Cron','2021-01-08 07:59:42','2021-01-07 23:59:42'),(30261,12996,'action created','2021-01-08 08:03:11','2021-01-08 00:03:11'),(30262,12996,'action started via WP Cron','2021-01-08 08:03:56','2021-01-08 00:03:56'),(30263,12996,'action complete via WP Cron','2021-01-08 08:03:56','2021-01-08 00:03:56'),(30264,12997,'action created','2021-01-08 08:08:10','2021-01-08 00:08:10'),(30265,12997,'action started via WP Cron','2021-01-08 08:09:04','2021-01-08 00:09:04'),(30266,12997,'action complete via WP Cron','2021-01-08 08:09:04','2021-01-08 00:09:04'),(30267,12998,'action created','2021-01-08 08:14:21','2021-01-08 00:14:21'),(30268,12998,'action started via WP Cron','2021-01-08 08:15:07','2021-01-08 00:15:07'),(30269,12998,'action complete via WP Cron','2021-01-08 08:15:07','2021-01-08 00:15:07'),(30270,12999,'action created','2021-01-08 08:19:51','2021-01-08 00:19:51'),(30271,12999,'action started via WP Cron','2021-01-08 08:20:49','2021-01-08 00:20:49'),(30272,12999,'action complete via WP Cron','2021-01-08 08:20:49','2021-01-08 00:20:49'),(30273,13000,'action created','2021-01-08 08:20:51','2021-01-08 00:20:51'),(30274,13000,'action started via WP Cron','2021-01-08 08:21:49','2021-01-08 00:21:49'),(30275,13000,'action complete via WP Cron','2021-01-08 08:21:49','2021-01-08 00:21:49'),(30276,13001,'action created','2021-01-08 08:21:52','2021-01-08 00:21:52'),(30277,13001,'action started via WP Cron','2021-01-08 08:24:29','2021-01-08 00:24:29'),(30278,13001,'action complete via WP Cron','2021-01-08 08:24:29','2021-01-08 00:24:29'),(30279,13002,'action created','2021-01-08 08:24:29','2021-01-08 00:24:29'),(30280,13002,'action started via WP Cron','2021-01-08 08:26:28','2021-01-08 00:26:28'),(30281,13002,'action complete via WP Cron','2021-01-08 08:26:28','2021-01-08 00:26:28'),(30282,13003,'action created','2021-01-08 08:26:28','2021-01-08 00:26:28'),(30283,13003,'action started via WP Cron','2021-01-08 08:27:29','2021-01-08 00:27:29'),(30284,13003,'action complete via WP Cron','2021-01-08 08:27:29','2021-01-08 00:27:29'),(30285,13004,'action created','2021-01-08 08:28:36','2021-01-08 00:28:36'),(30286,13004,'action started via WP Cron','2021-01-08 08:29:37','2021-01-08 00:29:37'),(30287,13004,'action complete via WP Cron','2021-01-08 08:29:37','2021-01-08 00:29:37'),(30288,13005,'action created','2021-01-08 08:29:37','2021-01-08 00:29:37'),(30289,13005,'action started via WP Cron','2021-01-08 08:30:39','2021-01-08 00:30:39'),(30290,13005,'action complete via WP Cron','2021-01-08 08:30:39','2021-01-08 00:30:39'),(30291,13006,'action created','2021-01-08 08:30:39','2021-01-08 00:30:39'),(30292,13006,'action started via WP Cron','2021-01-08 08:31:39','2021-01-08 00:31:39'),(30293,13006,'action complete via WP Cron','2021-01-08 08:31:39','2021-01-08 00:31:39'),(30294,13007,'action created','2021-01-08 08:31:39','2021-01-08 00:31:39'),(30295,13007,'action started via WP Cron','2021-01-08 08:33:41','2021-01-08 00:33:41'),(30296,13007,'action complete via WP Cron','2021-01-08 08:33:41','2021-01-08 00:33:41'),(30297,13008,'action created','2021-01-08 08:33:41','2021-01-08 00:33:41'),(30298,13008,'action started via WP Cron','2021-01-08 08:35:29','2021-01-08 00:35:29'),(30299,13008,'action complete via WP Cron','2021-01-08 08:35:29','2021-01-08 00:35:29'),(30300,13009,'action created','2021-01-08 08:35:29','2021-01-08 00:35:29'),(30301,13009,'action started via WP Cron','2021-01-08 08:39:13','2021-01-08 00:39:13'),(30302,13009,'action complete via WP Cron','2021-01-08 08:39:13','2021-01-08 00:39:13'),(30303,13010,'action created','2021-01-08 08:39:13','2021-01-08 00:39:13'),(30304,13010,'action started via WP Cron','2021-01-08 08:41:35','2021-01-08 00:41:35'),(30305,13010,'action complete via WP Cron','2021-01-08 08:41:35','2021-01-08 00:41:35'),(30306,13011,'action created','2021-01-08 08:41:35','2021-01-08 00:41:35'),(30307,13011,'action started via WP Cron','2021-01-08 09:00:28','2021-01-08 01:00:28'),(30308,13011,'action complete via WP Cron','2021-01-08 09:00:28','2021-01-08 01:00:28'),(30309,13012,'action created','2021-01-08 09:00:28','2021-01-08 01:00:28'),(30310,13012,'action started via WP Cron','2021-01-08 09:07:47','2021-01-08 01:07:47'),(30311,13012,'action complete via WP Cron','2021-01-08 09:07:47','2021-01-08 01:07:47'),(30312,13013,'action created','2021-01-08 09:07:47','2021-01-08 01:07:47'),(30313,13013,'action started via WP Cron','2021-01-08 09:10:03','2021-01-08 01:10:03'),(30314,13013,'action complete via WP Cron','2021-01-08 09:10:03','2021-01-08 01:10:03'),(30315,13014,'action created','2021-01-08 09:10:04','2021-01-08 01:10:04'),(30316,13014,'action started via WP Cron','2021-01-08 09:18:39','2021-01-08 01:18:39'),(30317,13014,'action complete via WP Cron','2021-01-08 09:18:39','2021-01-08 01:18:39'),(30318,13015,'action created','2021-01-08 09:19:29','2021-01-08 01:19:29'),(30319,13015,'action started via WP Cron','2021-01-08 09:24:59','2021-01-08 01:24:59'),(30320,13015,'action complete via WP Cron','2021-01-08 09:24:59','2021-01-08 01:24:59'),(30321,13016,'action created','2021-01-08 09:25:00','2021-01-08 01:25:00'),(30322,13016,'action started via WP Cron','2021-01-08 09:26:10','2021-01-08 01:26:10'),(30323,13016,'action complete via WP Cron','2021-01-08 09:26:10','2021-01-08 01:26:10'),(30324,13017,'action created','2021-01-08 09:26:10','2021-01-08 01:26:10'),(30325,13017,'action started via WP Cron','2021-01-08 09:27:11','2021-01-08 01:27:11'),(30326,13017,'action complete via WP Cron','2021-01-08 09:27:11','2021-01-08 01:27:11'),(30327,13018,'action created','2021-01-08 09:27:11','2021-01-08 01:27:11'),(30328,13018,'action started via WP Cron','2021-01-08 09:28:12','2021-01-08 01:28:12'),(30329,13018,'action complete via WP Cron','2021-01-08 09:28:12','2021-01-08 01:28:12'),(30330,13019,'action created','2021-01-08 09:28:12','2021-01-08 01:28:12'),(30331,13019,'action started via WP Cron','2021-01-08 09:29:29','2021-01-08 01:29:29'),(30332,13019,'action complete via WP Cron','2021-01-08 09:29:29','2021-01-08 01:29:29'),(30333,13020,'action created','2021-01-08 09:29:29','2021-01-08 01:29:29'),(30334,13020,'action started via WP Cron','2021-01-08 09:31:24','2021-01-08 01:31:24'),(30335,13020,'action complete via WP Cron','2021-01-08 09:31:24','2021-01-08 01:31:24'),(30336,13021,'action created','2021-01-08 09:31:25','2021-01-08 01:31:25'),(30337,13021,'action started via WP Cron','2021-01-08 09:31:45','2021-01-08 01:31:45'),(30338,13021,'action complete via WP Cron','2021-01-08 09:31:45','2021-01-08 01:31:45'),(30339,13022,'action created','2021-01-08 09:31:45','2021-01-08 01:31:45'),(30340,13022,'action started via WP Cron','2021-01-08 09:33:29','2021-01-08 01:33:29'),(30341,13022,'action complete via WP Cron','2021-01-08 09:33:29','2021-01-08 01:33:29'),(30342,13023,'action created','2021-01-08 09:33:30','2021-01-08 01:33:30'),(30343,13023,'action started via WP Cron','2021-01-08 09:37:03','2021-01-08 01:37:03'),(30344,13023,'action complete via WP Cron','2021-01-08 09:37:03','2021-01-08 01:37:03'),(30345,13024,'action created','2021-01-08 09:37:03','2021-01-08 01:37:03'),(30346,13024,'action started via WP Cron','2021-01-08 09:38:04','2021-01-08 01:38:04'),(30347,13024,'action complete via WP Cron','2021-01-08 09:38:04','2021-01-08 01:38:04'),(30348,13025,'action created','2021-01-08 09:38:04','2021-01-08 01:38:04'),(30349,13025,'action started via WP Cron','2021-01-08 09:39:04','2021-01-08 01:39:04'),(30350,13025,'action complete via WP Cron','2021-01-08 09:39:04','2021-01-08 01:39:04'),(30351,13026,'action created','2021-01-08 09:39:04','2021-01-08 01:39:04'),(30352,13026,'action started via WP Cron','2021-01-08 09:40:41','2021-01-08 01:40:41'),(30353,13026,'action complete via WP Cron','2021-01-08 09:40:41','2021-01-08 01:40:41'),(30354,13027,'action created','2021-01-08 09:40:41','2021-01-08 01:40:41'),(30355,13027,'action started via WP Cron','2021-01-08 09:42:57','2021-01-08 01:42:57'),(30356,13027,'action complete via WP Cron','2021-01-08 09:42:57','2021-01-08 01:42:57'),(30357,13028,'action created','2021-01-08 09:42:57','2021-01-08 01:42:57'),(30358,13028,'action started via WP Cron','2021-01-08 09:47:38','2021-01-08 01:47:38'),(30359,13028,'action complete via WP Cron','2021-01-08 09:47:39','2021-01-08 01:47:39'),(30360,13029,'action created','2021-01-08 09:47:39','2021-01-08 01:47:39'),(30361,13029,'action started via WP Cron','2021-01-08 09:48:55','2021-01-08 01:48:55'),(30362,13029,'action complete via WP Cron','2021-01-08 09:48:55','2021-01-08 01:48:55'),(30363,13030,'action created','2021-01-08 09:48:55','2021-01-08 01:48:55'),(30364,13030,'action started via WP Cron','2021-01-08 10:05:15','2021-01-08 02:05:15'),(30365,13030,'action complete via WP Cron','2021-01-08 10:05:15','2021-01-08 02:05:15'),(30366,13031,'action created','2021-01-08 10:05:15','2021-01-08 02:05:15'),(30367,13031,'action started via WP Cron','2021-01-08 10:08:56','2021-01-08 02:08:56'),(30368,13031,'action complete via WP Cron','2021-01-08 10:08:56','2021-01-08 02:08:56'),(30369,13032,'action created','2021-01-08 10:08:56','2021-01-08 02:08:56'),(30370,13032,'action started via WP Cron','2021-01-08 10:09:41','2021-01-08 02:09:41'),(30371,13032,'action complete via WP Cron','2021-01-08 10:09:41','2021-01-08 02:09:41'),(30372,13033,'action created','2021-01-08 10:09:41','2021-01-08 02:09:41'),(30373,13033,'action started via WP Cron','2021-01-08 10:10:55','2021-01-08 02:10:55'),(30374,13033,'action complete via WP Cron','2021-01-08 10:10:55','2021-01-08 02:10:55'),(30375,13034,'action created','2021-01-08 10:10:55','2021-01-08 02:10:55'),(30376,13034,'action started via WP Cron','2021-01-08 10:19:44','2021-01-08 02:19:44'),(30377,13034,'action complete via WP Cron','2021-01-08 10:19:44','2021-01-08 02:19:44'),(30378,13035,'action created','2021-01-08 10:19:44','2021-01-08 02:19:44'),(30379,13035,'action started via WP Cron','2021-01-08 10:24:32','2021-01-08 02:24:32'),(30380,13035,'action complete via WP Cron','2021-01-08 10:24:32','2021-01-08 02:24:32'),(30381,13036,'action created','2021-01-08 10:24:32','2021-01-08 02:24:32'),(30382,13036,'action started via WP Cron','2021-01-08 10:26:04','2021-01-08 02:26:04'),(30383,13036,'action complete via WP Cron','2021-01-08 10:26:04','2021-01-08 02:26:04'),(30384,13037,'action created','2021-01-08 10:26:04','2021-01-08 02:26:04'),(30385,13037,'action started via WP Cron','2021-01-08 10:28:25','2021-01-08 02:28:25'),(30386,13037,'action complete via WP Cron','2021-01-08 10:28:25','2021-01-08 02:28:25'),(30387,13038,'action created','2021-01-08 10:28:25','2021-01-08 02:28:25'),(30388,13038,'action started via WP Cron','2021-01-08 10:29:25','2021-01-08 02:29:25'),(30389,13038,'action complete via WP Cron','2021-01-08 10:29:25','2021-01-08 02:29:25'),(30390,13039,'action created','2021-01-08 10:29:25','2021-01-08 02:29:25'),(30391,13039,'action started via WP Cron','2021-01-08 10:30:27','2021-01-08 02:30:27'),(30392,13039,'action complete via WP Cron','2021-01-08 10:30:27','2021-01-08 02:30:27'),(30393,13040,'action created','2021-01-08 10:30:27','2021-01-08 02:30:27'),(30394,13040,'action started via WP Cron','2021-01-08 10:31:31','2021-01-08 02:31:31'),(30395,13040,'action complete via WP Cron','2021-01-08 10:31:31','2021-01-08 02:31:31'),(30396,13041,'action created','2021-01-08 10:32:31','2021-01-08 02:32:31'),(30397,13041,'action started via WP Cron','2021-01-08 10:38:08','2021-01-08 02:38:08'),(30398,13041,'action complete via WP Cron','2021-01-08 10:38:08','2021-01-08 02:38:08'),(30399,13042,'action created','2021-01-08 10:38:46','2021-01-08 02:38:46'),(30400,13042,'action started via WP Cron','2021-01-08 10:44:29','2021-01-08 02:44:29'),(30401,13042,'action complete via WP Cron','2021-01-08 10:44:29','2021-01-08 02:44:29'),(30402,13043,'action created','2021-01-08 10:44:29','2021-01-08 02:44:29'),(30403,13043,'action started via WP Cron','2021-01-08 10:50:21','2021-01-08 02:50:21'),(30404,13043,'action complete via WP Cron','2021-01-08 10:50:21','2021-01-08 02:50:21'),(30405,13044,'action created','2021-01-08 10:50:21','2021-01-08 02:50:21'),(30406,13044,'action started via WP Cron','2021-01-08 10:53:47','2021-01-08 02:53:47'),(30407,13044,'action complete via WP Cron','2021-01-08 10:53:47','2021-01-08 02:53:47'),(30408,13045,'action created','2021-01-08 10:53:47','2021-01-08 02:53:47'),(30409,13045,'action started via WP Cron','2021-01-08 10:56:21','2021-01-08 02:56:21'),(30410,13045,'action complete via WP Cron','2021-01-08 10:56:21','2021-01-08 02:56:21'),(30411,13046,'action created','2021-01-08 10:56:21','2021-01-08 02:56:21'),(30412,13046,'action started via WP Cron','2021-01-08 11:00:09','2021-01-08 03:00:09'),(30413,13046,'action complete via WP Cron','2021-01-08 11:00:09','2021-01-08 03:00:09'),(30414,13047,'action created','2021-01-08 11:00:13','2021-01-08 03:00:13'),(30415,13047,'action started via WP Cron','2021-01-08 11:00:43','2021-01-08 03:00:43'),(30416,13047,'action complete via WP Cron','2021-01-08 11:00:43','2021-01-08 03:00:43'),(30417,13048,'action created','2021-01-08 11:00:43','2021-01-08 03:00:43'),(30418,13048,'action started via WP Cron','2021-01-08 11:02:31','2021-01-08 03:02:31'),(30419,13048,'action complete via WP Cron','2021-01-08 11:02:31','2021-01-08 03:02:31'),(30420,13049,'action created','2021-01-08 11:02:31','2021-01-08 03:02:31'),(30421,13049,'action started via WP Cron','2021-01-08 11:13:23','2021-01-08 03:13:23'),(30422,13049,'action complete via WP Cron','2021-01-08 11:13:23','2021-01-08 03:13:23'),(30423,13050,'action created','2021-01-08 11:13:23','2021-01-08 03:13:23'),(30424,13050,'action started via WP Cron','2021-01-08 11:13:42','2021-01-08 03:13:42'),(30425,13050,'action complete via WP Cron','2021-01-08 11:13:42','2021-01-08 03:13:42'),(30426,13051,'action created','2021-01-08 11:13:42','2021-01-08 03:13:42'),(30427,13051,'action started via WP Cron','2021-01-08 11:14:50','2021-01-08 03:14:50'),(30428,13051,'action complete via WP Cron','2021-01-08 11:14:50','2021-01-08 03:14:50'),(30429,13052,'action created','2021-01-08 11:14:50','2021-01-08 03:14:50'),(30430,13052,'action started via WP Cron','2021-01-08 11:15:51','2021-01-08 03:15:51'),(30431,13052,'action complete via WP Cron','2021-01-08 11:15:51','2021-01-08 03:15:51'),(30432,13053,'action created','2021-01-08 11:15:51','2021-01-08 03:15:51'),(30433,13053,'action started via WP Cron','2021-01-08 11:21:53','2021-01-08 03:21:53'),(30434,13053,'action complete via WP Cron','2021-01-08 11:21:53','2021-01-08 03:21:53'),(30435,13054,'action created','2021-01-08 11:21:53','2021-01-08 03:21:53'),(30436,13054,'action started via WP Cron','2021-01-08 11:29:11','2021-01-08 03:29:11'),(30437,13054,'action complete via WP Cron','2021-01-08 11:29:11','2021-01-08 03:29:11'),(30438,13055,'action created','2021-01-08 11:29:11','2021-01-08 03:29:11'),(30439,13055,'action started via WP Cron','2021-01-08 11:32:39','2021-01-08 03:32:39'),(30440,13055,'action complete via WP Cron','2021-01-08 11:32:39','2021-01-08 03:32:39'),(30441,13056,'action created','2021-01-08 11:32:39','2021-01-08 03:32:39'),(30442,13056,'action started via WP Cron','2021-01-08 11:34:32','2021-01-08 03:34:32'),(30443,13056,'action complete via WP Cron','2021-01-08 11:34:32','2021-01-08 03:34:32'),(30444,13057,'action created','2021-01-08 11:34:32','2021-01-08 03:34:32'),(30445,13057,'action started via WP Cron','2021-01-08 11:36:04','2021-01-08 03:36:04'),(30446,13057,'action complete via WP Cron','2021-01-08 11:36:04','2021-01-08 03:36:04'),(30447,13058,'action created','2021-01-08 11:36:04','2021-01-08 03:36:04'),(30448,13058,'action started via WP Cron','2021-01-08 11:37:35','2021-01-08 03:37:35'),(30449,13058,'action complete via WP Cron','2021-01-08 11:37:35','2021-01-08 03:37:35'),(30450,13059,'action created','2021-01-08 11:37:36','2021-01-08 03:37:36'),(30451,13059,'action started via WP Cron','2021-01-08 11:38:36','2021-01-08 03:38:36'),(30452,13059,'action complete via WP Cron','2021-01-08 11:38:36','2021-01-08 03:38:36'),(30453,13060,'action created','2021-01-08 11:38:36','2021-01-08 03:38:36'),(30454,13060,'action started via WP Cron','2021-01-08 11:42:13','2021-01-08 03:42:13'),(30455,13060,'action complete via WP Cron','2021-01-08 11:42:13','2021-01-08 03:42:13'),(30456,13061,'action created','2021-01-08 11:42:13','2021-01-08 03:42:13'),(30457,13061,'action started via WP Cron','2021-01-08 11:48:04','2021-01-08 03:48:04'),(30458,13061,'action complete via WP Cron','2021-01-08 11:48:04','2021-01-08 03:48:04'),(30459,13062,'action created','2021-01-08 11:54:09','2021-01-08 03:54:09'),(30460,13062,'action started via WP Cron','2021-01-08 11:59:01','2021-01-08 03:59:01'),(30461,13062,'action complete via WP Cron','2021-01-08 11:59:01','2021-01-08 03:59:01'),(30462,13063,'action created','2021-01-08 11:59:01','2021-01-08 03:59:01'),(30463,13063,'action started via WP Cron','2021-01-08 12:01:44','2021-01-08 04:01:44'),(30464,13063,'action complete via WP Cron','2021-01-08 12:01:44','2021-01-08 04:01:44'),(30465,13064,'action created','2021-01-08 12:01:45','2021-01-08 04:01:45'),(30466,13064,'action started via WP Cron','2021-01-08 12:06:17','2021-01-08 04:06:17'),(30467,13064,'action complete via WP Cron','2021-01-08 12:06:17','2021-01-08 04:06:17'),(30468,13065,'action created','2021-01-08 12:06:17','2021-01-08 04:06:17'),(30469,13065,'action started via WP Cron','2021-01-08 12:06:44','2021-01-08 04:06:44'),(30470,13065,'action complete via WP Cron','2021-01-08 12:06:44','2021-01-08 04:06:44'),(30471,13066,'action created','2021-01-08 12:06:44','2021-01-08 04:06:44'),(30472,13066,'action started via WP Cron','2021-01-08 12:08:00','2021-01-08 04:08:00'),(30473,13066,'action complete via WP Cron','2021-01-08 12:08:00','2021-01-08 04:08:00'),(30474,13067,'action created','2021-01-08 12:08:00','2021-01-08 04:08:00'),(30475,13067,'action started via WP Cron','2021-01-08 12:16:55','2021-01-08 04:16:55'),(30476,13067,'action complete via WP Cron','2021-01-08 12:16:55','2021-01-08 04:16:55'),(30477,13068,'action created','2021-01-08 12:16:55','2021-01-08 04:16:55'),(30478,13068,'action started via WP Cron','2021-01-08 12:17:56','2021-01-08 04:17:56'),(30479,13068,'action complete via WP Cron','2021-01-08 12:17:56','2021-01-08 04:17:56'),(30480,13069,'action created','2021-01-08 12:17:56','2021-01-08 04:17:56'),(30481,13069,'action started via WP Cron','2021-01-08 12:18:58','2021-01-08 04:18:58'),(30482,13069,'action complete via WP Cron','2021-01-08 12:18:58','2021-01-08 04:18:58'),(30483,13070,'action created','2021-01-08 12:18:58','2021-01-08 04:18:58'),(30484,13070,'action started via WP Cron','2021-01-08 12:26:57','2021-01-08 04:26:57'),(30485,13070,'action complete via WP Cron','2021-01-08 12:26:57','2021-01-08 04:26:57'),(30486,13071,'action created','2021-01-08 12:26:57','2021-01-08 04:26:57'),(30487,13071,'action started via WP Cron','2021-01-08 12:28:42','2021-01-08 04:28:42'),(30488,13071,'action complete via WP Cron','2021-01-08 12:28:42','2021-01-08 04:28:42'),(30489,13072,'action created','2021-01-08 12:28:42','2021-01-08 04:28:42'),(30490,13072,'action started via WP Cron','2021-01-08 12:31:08','2021-01-08 04:31:08'),(30491,13072,'action complete via WP Cron','2021-01-08 12:31:08','2021-01-08 04:31:08'),(30492,13073,'action created','2021-01-08 12:31:08','2021-01-08 04:31:08'),(30493,13073,'action started via WP Cron','2021-01-08 12:33:12','2021-01-08 04:33:12'),(30494,13073,'action complete via WP Cron','2021-01-08 12:33:12','2021-01-08 04:33:12'),(30495,13074,'action created','2021-01-08 12:33:12','2021-01-08 04:33:12'),(30496,13074,'action started via WP Cron','2021-01-08 12:34:13','2021-01-08 04:34:13'),(30497,13074,'action complete via WP Cron','2021-01-08 12:34:13','2021-01-08 04:34:13'),(30498,13075,'action created','2021-01-08 12:34:13','2021-01-08 04:34:13'),(30499,13075,'action started via WP Cron','2021-01-08 12:35:14','2021-01-08 04:35:14'),(30500,13075,'action complete via WP Cron','2021-01-08 12:35:14','2021-01-08 04:35:14'),(30501,13076,'action created','2021-01-08 12:35:15','2021-01-08 04:35:15'),(30502,13076,'action started via WP Cron','2021-01-08 12:37:59','2021-01-08 04:37:59'),(30503,13076,'action complete via WP Cron','2021-01-08 12:37:59','2021-01-08 04:37:59'),(30504,13077,'action created','2021-01-08 12:37:59','2021-01-08 04:37:59'),(30505,13077,'action started via WP Cron','2021-01-08 12:38:58','2021-01-08 04:38:58'),(30506,13077,'action complete via WP Cron','2021-01-08 12:38:58','2021-01-08 04:38:58'),(30507,13078,'action created','2021-01-08 12:38:58','2021-01-08 04:38:58'),(30508,13078,'action started via WP Cron','2021-01-08 12:39:59','2021-01-08 04:39:59'),(30509,13078,'action complete via WP Cron','2021-01-08 12:39:59','2021-01-08 04:39:59'),(30510,13079,'action created','2021-01-08 12:39:59','2021-01-08 04:39:59'),(30511,13079,'action started via WP Cron','2021-01-08 12:41:00','2021-01-08 04:41:00'),(30512,13079,'action complete via WP Cron','2021-01-08 12:41:00','2021-01-08 04:41:00'),(30513,13080,'action created','2021-01-08 12:41:00','2021-01-08 04:41:00'),(30514,13080,'action started via WP Cron','2021-01-08 12:43:39','2021-01-08 04:43:39'),(30515,13080,'action complete via WP Cron','2021-01-08 12:43:39','2021-01-08 04:43:39'),(30516,13081,'action created','2021-01-08 12:43:39','2021-01-08 04:43:39'),(30517,13081,'action started via WP Cron','2021-01-08 12:46:37','2021-01-08 04:46:37'),(30518,13081,'action complete via WP Cron','2021-01-08 12:46:37','2021-01-08 04:46:37'),(30519,13082,'action created','2021-01-08 12:46:37','2021-01-08 04:46:37'),(30520,13082,'action started via WP Cron','2021-01-08 12:49:13','2021-01-08 04:49:13'),(30521,13082,'action complete via WP Cron','2021-01-08 12:49:13','2021-01-08 04:49:13'),(30522,13083,'action created','2021-01-08 12:49:13','2021-01-08 04:49:13'),(30523,13083,'action started via WP Cron','2021-01-08 12:49:46','2021-01-08 04:49:46'),(30524,13083,'action complete via WP Cron','2021-01-08 12:49:46','2021-01-08 04:49:46'),(30525,13084,'action created','2021-01-08 12:49:46','2021-01-08 04:49:46'),(30526,13084,'action started via WP Cron','2021-01-08 12:56:34','2021-01-08 04:56:34'),(30527,13084,'action complete via WP Cron','2021-01-08 12:56:34','2021-01-08 04:56:34'),(30528,13085,'action created','2021-01-08 12:56:34','2021-01-08 04:56:34'),(30529,13085,'action started via WP Cron','2021-01-08 13:02:58','2021-01-08 05:02:58'),(30530,13085,'action complete via WP Cron','2021-01-08 13:02:58','2021-01-08 05:02:58'),(30531,13086,'action created','2021-01-08 13:02:58','2021-01-08 05:02:58'),(30532,13086,'action started via WP Cron','2021-01-08 13:10:13','2021-01-08 05:10:13'),(30533,13086,'action complete via WP Cron','2021-01-08 13:10:13','2021-01-08 05:10:13'),(30534,13087,'action created','2021-01-08 13:10:13','2021-01-08 05:10:13'),(30535,13087,'action started via WP Cron','2021-01-08 13:10:49','2021-01-08 05:10:49'),(30536,13087,'action complete via WP Cron','2021-01-08 13:10:49','2021-01-08 05:10:49'),(30537,13088,'action created','2021-01-08 13:10:49','2021-01-08 05:10:49'),(30538,13088,'action started via WP Cron','2021-01-08 13:13:08','2021-01-08 05:13:08'),(30539,13088,'action complete via WP Cron','2021-01-08 13:13:08','2021-01-08 05:13:08'),(30540,13089,'action created','2021-01-08 13:13:08','2021-01-08 05:13:08'),(30541,13089,'action started via WP Cron','2021-01-08 13:14:43','2021-01-08 05:14:43'),(30542,13089,'action complete via WP Cron','2021-01-08 13:14:43','2021-01-08 05:14:43'),(30543,13090,'action created','2021-01-08 13:14:43','2021-01-08 05:14:43'),(30544,13090,'action started via WP Cron','2021-01-08 13:16:50','2021-01-08 05:16:50'),(30545,13090,'action complete via WP Cron','2021-01-08 13:16:50','2021-01-08 05:16:50'),(30546,13091,'action created','2021-01-08 13:16:50','2021-01-08 05:16:50'),(30547,13091,'action started via WP Cron','2021-01-08 13:19:59','2021-01-08 05:19:59'),(30548,13091,'action complete via WP Cron','2021-01-08 13:19:59','2021-01-08 05:19:59'),(30549,13092,'action created','2021-01-08 13:19:59','2021-01-08 05:19:59'),(30550,13092,'action started via WP Cron','2021-01-08 13:21:47','2021-01-08 05:21:47'),(30551,13092,'action complete via WP Cron','2021-01-08 13:21:47','2021-01-08 05:21:47'),(30552,13093,'action created','2021-01-08 13:21:47','2021-01-08 05:21:47'),(30553,13093,'action started via WP Cron','2021-01-08 13:23:03','2021-01-08 05:23:03'),(30554,13093,'action complete via WP Cron','2021-01-08 13:23:03','2021-01-08 05:23:03'),(30555,13094,'action created','2021-01-08 13:23:03','2021-01-08 05:23:03'),(30556,13094,'action started via WP Cron','2021-01-08 13:23:49','2021-01-08 05:23:49'),(30557,13094,'action complete via WP Cron','2021-01-08 13:23:49','2021-01-08 05:23:49'),(30558,13095,'action created','2021-01-08 13:23:49','2021-01-08 05:23:49'),(30559,13095,'action started via WP Cron','2021-01-08 13:24:48','2021-01-08 05:24:48'),(30560,13095,'action complete via WP Cron','2021-01-08 13:24:48','2021-01-08 05:24:48'),(30561,13096,'action created','2021-01-08 13:24:48','2021-01-08 05:24:48'),(30562,13096,'action started via WP Cron','2021-01-08 13:31:01','2021-01-08 05:31:01'),(30563,13096,'action complete via WP Cron','2021-01-08 13:31:01','2021-01-08 05:31:01'),(30564,13097,'action created','2021-01-08 13:31:01','2021-01-08 05:31:01'),(30565,13097,'action started via WP Cron','2021-01-08 13:35:19','2021-01-08 05:35:19'),(30566,13097,'action complete via WP Cron','2021-01-08 13:35:19','2021-01-08 05:35:19'),(30567,13098,'action created','2021-01-08 13:35:19','2021-01-08 05:35:19'),(30568,13098,'action started via WP Cron','2021-01-08 13:36:17','2021-01-08 05:36:17'),(30569,13098,'action complete via WP Cron','2021-01-08 13:36:17','2021-01-08 05:36:17'),(30570,13099,'action created','2021-01-08 13:36:17','2021-01-08 05:36:17'),(30571,13099,'action started via WP Cron','2021-01-08 13:37:19','2021-01-08 05:37:19'),(30572,13099,'action complete via WP Cron','2021-01-08 13:37:19','2021-01-08 05:37:19'),(30573,13100,'action created','2021-01-08 13:37:19','2021-01-08 05:37:19'),(30574,13100,'action started via WP Cron','2021-01-08 13:39:23','2021-01-08 05:39:23'),(30575,13100,'action complete via WP Cron','2021-01-08 13:39:23','2021-01-08 05:39:23'),(30576,13101,'action created','2021-01-08 13:39:23','2021-01-08 05:39:23'),(30577,13101,'action started via WP Cron','2021-01-08 13:40:24','2021-01-08 05:40:24'),(30578,13101,'action complete via WP Cron','2021-01-08 13:40:24','2021-01-08 05:40:24'),(30579,13102,'action created','2021-01-08 13:40:24','2021-01-08 05:40:24'),(30580,13102,'action started via WP Cron','2021-01-08 13:41:25','2021-01-08 05:41:25'),(30581,13102,'action complete via WP Cron','2021-01-08 13:41:25','2021-01-08 05:41:25'),(30582,13103,'action created','2021-01-08 13:41:25','2021-01-08 05:41:25'),(30583,13103,'action started via WP Cron','2021-01-08 13:42:09','2021-01-08 05:42:09'),(30584,13103,'action complete via WP Cron','2021-01-08 13:42:09','2021-01-08 05:42:09'),(30585,13104,'action created','2021-01-08 13:42:09','2021-01-08 05:42:09'),(30586,13104,'action started via WP Cron','2021-01-08 13:42:51','2021-01-08 05:42:51'),(30587,13104,'action complete via WP Cron','2021-01-08 13:42:51','2021-01-08 05:42:51'),(30588,13105,'action created','2021-01-08 13:42:51','2021-01-08 05:42:51'),(30589,13105,'action started via WP Cron','2021-01-08 13:43:52','2021-01-08 05:43:52'),(30590,13105,'action complete via WP Cron','2021-01-08 13:43:52','2021-01-08 05:43:52'),(30591,13106,'action created','2021-01-08 13:43:52','2021-01-08 05:43:52'),(30592,13106,'action started via WP Cron','2021-01-08 13:46:20','2021-01-08 05:46:20'),(30593,13106,'action complete via WP Cron','2021-01-08 13:46:20','2021-01-08 05:46:20'),(30594,13107,'action created','2021-01-08 13:46:20','2021-01-08 05:46:20'),(30595,13107,'action started via WP Cron','2021-01-08 13:48:12','2021-01-08 05:48:12'),(30596,13107,'action complete via WP Cron','2021-01-08 13:48:12','2021-01-08 05:48:12'),(30597,13108,'action created','2021-01-08 13:48:12','2021-01-08 05:48:12'),(30598,13108,'action started via WP Cron','2021-01-08 13:57:33','2021-01-08 05:57:33'),(30599,13108,'action complete via WP Cron','2021-01-08 13:57:33','2021-01-08 05:57:33'),(30600,13109,'action created','2021-01-08 13:57:33','2021-01-08 05:57:33'),(30601,13109,'action started via WP Cron','2021-01-08 13:58:44','2021-01-08 05:58:44'),(30602,13109,'action complete via WP Cron','2021-01-08 13:58:44','2021-01-08 05:58:44'),(30603,13110,'action created','2021-01-08 13:58:44','2021-01-08 05:58:44'),(30604,13110,'action started via WP Cron','2021-01-08 13:59:41','2021-01-08 05:59:41'),(30605,13110,'action complete via WP Cron','2021-01-08 13:59:41','2021-01-08 05:59:41'),(30606,13111,'action created','2021-01-08 13:59:41','2021-01-08 05:59:41'),(30607,13111,'action started via WP Cron','2021-01-08 14:00:58','2021-01-08 06:00:58'),(30608,13111,'action complete via WP Cron','2021-01-08 14:00:58','2021-01-08 06:00:58'),(30609,13112,'action created','2021-01-08 14:00:58','2021-01-08 06:00:58'),(30610,13112,'action started via WP Cron','2021-01-08 14:01:59','2021-01-08 06:01:59'),(30611,13112,'action complete via WP Cron','2021-01-08 14:01:59','2021-01-08 06:01:59'),(30612,13113,'action created','2021-01-08 14:01:59','2021-01-08 06:01:59'),(30613,13113,'action started via WP Cron','2021-01-08 14:02:49','2021-01-08 06:02:49'),(30614,13113,'action complete via WP Cron','2021-01-08 14:02:49','2021-01-08 06:02:49'),(30615,13114,'action created','2021-01-08 14:02:49','2021-01-08 06:02:49'),(30616,13114,'action started via WP Cron','2021-01-08 14:03:43','2021-01-08 06:03:43'),(30617,13114,'action complete via WP Cron','2021-01-08 14:03:43','2021-01-08 06:03:43'),(30618,13115,'action created','2021-01-08 14:03:44','2021-01-08 06:03:44'),(30619,13115,'action started via WP Cron','2021-01-08 14:04:41','2021-01-08 06:04:41'),(30620,13115,'action complete via WP Cron','2021-01-08 14:04:41','2021-01-08 06:04:41'),(30621,13116,'action created','2021-01-08 14:04:42','2021-01-08 06:04:42'),(30622,13116,'action started via WP Cron','2021-01-08 14:05:43','2021-01-08 06:05:43'),(30623,13116,'action complete via WP Cron','2021-01-08 14:05:43','2021-01-08 06:05:43'),(30624,13117,'action created','2021-01-08 14:05:43','2021-01-08 06:05:43'),(30625,13117,'action started via WP Cron','2021-01-08 14:06:42','2021-01-08 06:06:42'),(30626,13117,'action complete via WP Cron','2021-01-08 14:06:42','2021-01-08 06:06:42'),(30627,13118,'action created','2021-01-08 14:06:42','2021-01-08 06:06:42'),(30628,13118,'action started via WP Cron','2021-01-08 14:07:54','2021-01-08 06:07:54'),(30629,13118,'action complete via WP Cron','2021-01-08 14:07:54','2021-01-08 06:07:54'),(30630,13119,'action created','2021-01-08 14:07:55','2021-01-08 06:07:55'),(30631,13119,'action started via WP Cron','2021-01-08 14:08:57','2021-01-08 06:08:57'),(30632,13119,'action complete via WP Cron','2021-01-08 14:08:57','2021-01-08 06:08:57'),(30633,13120,'action created','2021-01-08 14:08:57','2021-01-08 06:08:57'),(30634,13120,'action started via WP Cron','2021-01-08 14:09:58','2021-01-08 06:09:58'),(30635,13120,'action complete via WP Cron','2021-01-08 14:09:58','2021-01-08 06:09:58'),(30636,13121,'action created','2021-01-08 14:09:58','2021-01-08 06:09:58'),(30637,13121,'action started via WP Cron','2021-01-08 14:11:15','2021-01-08 06:11:15'),(30638,13121,'action complete via WP Cron','2021-01-08 14:11:15','2021-01-08 06:11:15'),(30639,13122,'action created','2021-01-08 14:11:15','2021-01-08 06:11:15'),(30640,13122,'action started via WP Cron','2021-01-08 14:11:48','2021-01-08 06:11:48'),(30641,13122,'action complete via WP Cron','2021-01-08 14:11:48','2021-01-08 06:11:48'),(30642,13123,'action created','2021-01-08 14:11:48','2021-01-08 06:11:48'),(30643,13123,'action started via WP Cron','2021-01-08 14:12:41','2021-01-08 06:12:41'),(30644,13123,'action complete via WP Cron','2021-01-08 14:12:41','2021-01-08 06:12:41'),(30645,13124,'action created','2021-01-08 14:12:42','2021-01-08 06:12:42'),(30646,13124,'action started via WP Cron','2021-01-08 14:15:02','2021-01-08 06:15:02'),(30647,13124,'action complete via WP Cron','2021-01-08 14:15:02','2021-01-08 06:15:02'),(30648,13125,'action created','2021-01-08 14:15:04','2021-01-08 06:15:04'),(30649,13125,'action started via WP Cron','2021-01-08 14:16:10','2021-01-08 06:16:10'),(30650,13125,'action complete via WP Cron','2021-01-08 14:16:10','2021-01-08 06:16:10'),(30651,13126,'action created','2021-01-08 14:16:10','2021-01-08 06:16:10'),(30652,13126,'action started via WP Cron','2021-01-08 14:17:11','2021-01-08 06:17:11'),(30653,13126,'action complete via WP Cron','2021-01-08 14:17:11','2021-01-08 06:17:11'),(30654,13127,'action created','2021-01-08 14:17:11','2021-01-08 06:17:11'),(30655,13127,'action started via WP Cron','2021-01-08 14:18:12','2021-01-08 06:18:12'),(30656,13127,'action complete via WP Cron','2021-01-08 14:18:12','2021-01-08 06:18:12'),(30657,13128,'action created','2021-01-08 14:18:12','2021-01-08 06:18:12'),(30658,13128,'action started via WP Cron','2021-01-08 14:19:13','2021-01-08 06:19:13'),(30659,13128,'action complete via WP Cron','2021-01-08 14:19:13','2021-01-08 06:19:13'),(30660,13129,'action created','2021-01-08 14:19:13','2021-01-08 06:19:13'),(30661,13129,'action started via WP Cron','2021-01-08 14:21:15','2021-01-08 06:21:15'),(30662,13129,'action complete via WP Cron','2021-01-08 14:21:15','2021-01-08 06:21:15'),(30663,13130,'action created','2021-01-08 14:21:15','2021-01-08 06:21:15'),(30664,13130,'action started via WP Cron','2021-01-08 14:22:16','2021-01-08 06:22:16'),(30665,13130,'action complete via WP Cron','2021-01-08 14:22:16','2021-01-08 06:22:16'),(30666,13131,'action created','2021-01-08 14:22:16','2021-01-08 06:22:16'),(30667,13131,'action started via WP Cron','2021-01-08 14:23:06','2021-01-08 06:23:06'),(30668,13131,'action complete via WP Cron','2021-01-08 14:23:06','2021-01-08 06:23:06'),(30669,13132,'action created','2021-01-08 14:23:06','2021-01-08 06:23:06'),(30670,13132,'action started via WP Cron','2021-01-08 14:24:18','2021-01-08 06:24:18'),(30671,13132,'action complete via WP Cron','2021-01-08 14:24:18','2021-01-08 06:24:18'),(30672,13133,'action created','2021-01-08 14:24:18','2021-01-08 06:24:18'),(30673,13133,'action started via WP Cron','2021-01-08 14:25:28','2021-01-08 06:25:28'),(30674,13133,'action complete via WP Cron','2021-01-08 14:25:28','2021-01-08 06:25:28'),(30675,13134,'action created','2021-01-08 14:25:28','2021-01-08 06:25:28'),(30676,13134,'action started via WP Cron','2021-01-08 14:33:16','2021-01-08 06:33:16'),(30677,13134,'action complete via WP Cron','2021-01-08 14:33:16','2021-01-08 06:33:16'),(30678,13135,'action created','2021-01-08 14:33:16','2021-01-08 06:33:16'),(30679,13135,'action started via WP Cron','2021-01-08 14:34:26','2021-01-08 06:34:26'),(30680,13135,'action complete via WP Cron','2021-01-08 14:34:26','2021-01-08 06:34:26'),(30681,13136,'action created','2021-01-08 14:34:26','2021-01-08 06:34:26'),(30682,13136,'action started via WP Cron','2021-01-08 14:36:57','2021-01-08 06:36:57'),(30683,13136,'action complete via WP Cron','2021-01-08 14:36:57','2021-01-08 06:36:57'),(30684,13137,'action created','2021-01-08 14:36:57','2021-01-08 06:36:57'),(30685,13137,'action started via WP Cron','2021-01-08 14:41:04','2021-01-08 06:41:04'),(30686,13137,'action complete via WP Cron','2021-01-08 14:41:04','2021-01-08 06:41:04'),(30687,13138,'action created','2021-01-08 14:41:04','2021-01-08 06:41:04'),(30688,13138,'action started via WP Cron','2021-01-08 14:42:24','2021-01-08 06:42:24'),(30689,13138,'action complete via WP Cron','2021-01-08 14:42:24','2021-01-08 06:42:24'),(30690,13139,'action created','2021-01-08 14:42:24','2021-01-08 06:42:24'),(30691,13139,'action started via WP Cron','2021-01-08 14:43:25','2021-01-08 06:43:25'),(30692,13139,'action complete via WP Cron','2021-01-08 14:43:25','2021-01-08 06:43:25'),(30693,13140,'action created','2021-01-08 14:43:25','2021-01-08 06:43:25'),(30694,13140,'action started via WP Cron','2021-01-08 14:43:58','2021-01-08 06:43:58'),(30695,13140,'action complete via WP Cron','2021-01-08 14:43:58','2021-01-08 06:43:58'),(30696,13141,'action created','2021-01-08 14:43:58','2021-01-08 06:43:58'),(30697,13141,'action started via WP Cron','2021-01-08 14:44:51','2021-01-08 06:44:51'),(30698,13141,'action complete via WP Cron','2021-01-08 14:44:51','2021-01-08 06:44:51'),(30699,13142,'action created','2021-01-08 14:44:52','2021-01-08 06:44:52'),(30700,13142,'action started via WP Cron','2021-01-08 14:45:53','2021-01-08 06:45:53'),(30701,13142,'action complete via WP Cron','2021-01-08 14:45:53','2021-01-08 06:45:53'),(30702,13143,'action created','2021-01-08 14:45:53','2021-01-08 06:45:53'),(30703,13143,'action started via WP Cron','2021-01-08 14:48:08','2021-01-08 06:48:08'),(30704,13143,'action complete via WP Cron','2021-01-08 14:48:08','2021-01-08 06:48:08'),(30705,13144,'action created','2021-01-08 14:48:08','2021-01-08 06:48:08'),(30706,13144,'action started via WP Cron','2021-01-08 14:56:03','2021-01-08 06:56:03'),(30707,13144,'action complete via WP Cron','2021-01-08 14:56:03','2021-01-08 06:56:03'),(30708,13145,'action created','2021-01-08 14:56:03','2021-01-08 06:56:03'),(30709,13145,'action started via WP Cron','2021-01-08 14:56:42','2021-01-08 06:56:42'),(30710,13145,'action complete via WP Cron','2021-01-08 14:56:42','2021-01-08 06:56:42'),(30711,13146,'action created','2021-01-08 14:56:43','2021-01-08 06:56:43'),(30712,13146,'action started via WP Cron','2021-01-08 15:02:03','2021-01-08 07:02:03'),(30713,13146,'action complete via WP Cron','2021-01-08 15:02:03','2021-01-08 07:02:03'),(30714,13147,'action created','2021-01-08 15:02:03','2021-01-08 07:02:03'),(30715,13147,'action started via WP Cron','2021-01-08 15:05:35','2021-01-08 07:05:35'),(30716,13147,'action complete via WP Cron','2021-01-08 15:05:35','2021-01-08 07:05:35'),(30717,13148,'action created','2021-01-08 15:05:35','2021-01-08 07:05:35'),(30718,13148,'action started via WP Cron','2021-01-08 15:06:02','2021-01-08 07:06:02'),(30719,13148,'action complete via WP Cron','2021-01-08 15:06:02','2021-01-08 07:06:02'),(30720,13149,'action created','2021-01-08 15:06:02','2021-01-08 07:06:02'),(30721,13149,'action started via WP Cron','2021-01-08 15:10:12','2021-01-08 07:10:12'),(30722,13149,'action complete via WP Cron','2021-01-08 15:10:12','2021-01-08 07:10:12'),(30723,13150,'action created','2021-01-08 15:10:12','2021-01-08 07:10:12'),(30724,13150,'action started via WP Cron','2021-01-08 15:12:15','2021-01-08 07:12:15'),(30725,13150,'action complete via WP Cron','2021-01-08 15:12:15','2021-01-08 07:12:15'),(30726,13151,'action created','2021-01-08 15:13:18','2021-01-08 07:13:18'),(30727,13151,'action started via WP Cron','2021-01-08 15:14:56','2021-01-08 07:14:56'),(30728,13151,'action complete via WP Cron','2021-01-08 15:14:56','2021-01-08 07:14:56'),(30729,13152,'action created','2021-01-08 15:14:57','2021-01-08 07:14:57'),(30730,13152,'action started via WP Cron','2021-01-08 15:23:23','2021-01-08 07:23:23'),(30731,13152,'action complete via WP Cron','2021-01-08 15:23:23','2021-01-08 07:23:23'),(30732,13153,'action created','2021-01-08 15:23:23','2021-01-08 07:23:23'),(30733,13153,'action started via WP Cron','2021-01-08 15:24:17','2021-01-08 07:24:17'),(30734,13153,'action complete via WP Cron','2021-01-08 15:24:17','2021-01-08 07:24:17'),(30735,13154,'action created','2021-01-08 15:24:17','2021-01-08 07:24:17'),(30736,13154,'action started via WP Cron','2021-01-08 15:26:19','2021-01-08 07:26:19'),(30737,13154,'action complete via WP Cron','2021-01-08 15:26:19','2021-01-08 07:26:19'),(30738,13155,'action created','2021-01-08 15:26:19','2021-01-08 07:26:19'),(30739,13155,'action started via WP Cron','2021-01-08 15:27:20','2021-01-08 07:27:20'),(30740,13155,'action complete via WP Cron','2021-01-08 15:27:20','2021-01-08 07:27:20'),(30741,13156,'action created','2021-01-08 15:27:20','2021-01-08 07:27:20'),(30742,13156,'action started via WP Cron','2021-01-08 15:28:21','2021-01-08 07:28:21'),(30743,13156,'action complete via WP Cron','2021-01-08 15:28:21','2021-01-08 07:28:21'),(30744,13157,'action created','2021-01-08 15:28:21','2021-01-08 07:28:21'),(30745,13157,'action started via WP Cron','2021-01-08 15:29:15','2021-01-08 07:29:15'),(30746,13157,'action complete via WP Cron','2021-01-08 15:29:15','2021-01-08 07:29:15'),(30747,13158,'action created','2021-01-08 15:29:15','2021-01-08 07:29:15'),(30748,13158,'action started via WP Cron','2021-01-08 15:31:24','2021-01-08 07:31:24'),(30749,13158,'action complete via WP Cron','2021-01-08 15:31:24','2021-01-08 07:31:24'),(30750,13159,'action created','2021-01-08 15:31:24','2021-01-08 07:31:24'),(30751,13159,'action started via WP Cron','2021-01-08 15:31:42','2021-01-08 07:31:42'),(30752,13159,'action complete via WP Cron','2021-01-08 15:31:42','2021-01-08 07:31:42'),(30753,13160,'action created','2021-01-08 15:31:42','2021-01-08 07:31:42'),(30754,13160,'action started via WP Cron','2021-01-08 15:33:26','2021-01-08 07:33:26'),(30755,13160,'action complete via WP Cron','2021-01-08 15:33:26','2021-01-08 07:33:26'),(30756,13161,'action created','2021-01-08 15:33:26','2021-01-08 07:33:26'),(30757,13161,'action started via WP Cron','2021-01-08 15:33:50','2021-01-08 07:33:50'),(30758,13161,'action complete via WP Cron','2021-01-08 15:33:50','2021-01-08 07:33:50'),(30759,13162,'action created','2021-01-08 15:35:28','2021-01-08 07:35:28'),(30760,13162,'action started via WP Cron','2021-01-08 15:43:49','2021-01-08 07:43:49'),(30761,13162,'action complete via WP Cron','2021-01-08 15:43:49','2021-01-08 07:43:49'),(30762,13163,'action created','2021-01-08 15:43:49','2021-01-08 07:43:49'),(30763,13163,'action started via WP Cron','2021-01-08 15:44:42','2021-01-08 07:44:42'),(30764,13163,'action complete via WP Cron','2021-01-08 15:44:43','2021-01-08 07:44:43'),(30765,13164,'action created','2021-01-08 15:44:43','2021-01-08 07:44:43'),(30766,13164,'action started via WP Cron','2021-01-08 15:46:31','2021-01-08 07:46:31'),(30767,13164,'action complete via WP Cron','2021-01-08 15:46:31','2021-01-08 07:46:31'),(30768,13165,'action created','2021-01-08 15:46:31','2021-01-08 07:46:31'),(30769,13165,'action started via WP Cron','2021-01-08 15:46:52','2021-01-08 07:46:52'),(30770,13165,'action complete via WP Cron','2021-01-08 15:46:52','2021-01-08 07:46:52'),(30771,13166,'action created','2021-01-08 15:46:52','2021-01-08 07:46:52'),(30772,13166,'action started via WP Cron','2021-01-08 15:47:54','2021-01-08 07:47:54'),(30773,13166,'action complete via WP Cron','2021-01-08 15:47:54','2021-01-08 07:47:54'),(30774,13167,'action created','2021-01-08 15:47:56','2021-01-08 07:47:56'),(30775,13167,'action started via WP Cron','2021-01-08 15:48:54','2021-01-08 07:48:54'),(30776,13167,'action complete via WP Cron','2021-01-08 15:48:54','2021-01-08 07:48:54'),(30777,13168,'action created','2021-01-08 15:48:54','2021-01-08 07:48:54'),(30778,13168,'action started via WP Cron','2021-01-08 15:53:02','2021-01-08 07:53:02'),(30779,13168,'action complete via WP Cron','2021-01-08 15:53:02','2021-01-08 07:53:02'),(30780,13169,'action created','2021-01-08 15:53:02','2021-01-08 07:53:02'),(30781,13169,'action started via WP Cron','2021-01-08 15:54:17','2021-01-08 07:54:17'),(30782,13169,'action complete via WP Cron','2021-01-08 15:54:17','2021-01-08 07:54:17'),(30783,13170,'action created','2021-01-08 15:54:18','2021-01-08 07:54:18'),(30784,13170,'action started via WP Cron','2021-01-08 15:54:45','2021-01-08 07:54:45'),(30785,13170,'action complete via WP Cron','2021-01-08 15:54:45','2021-01-08 07:54:45'),(30786,13171,'action created','2021-01-08 15:54:45','2021-01-08 07:54:45'),(30787,13171,'action started via WP Cron','2021-01-08 16:04:00','2021-01-08 08:04:00'),(30788,13171,'action complete via WP Cron','2021-01-08 16:04:00','2021-01-08 08:04:00'),(30789,13172,'action created','2021-01-08 16:04:00','2021-01-08 08:04:00'),(30790,13172,'action started via WP Cron','2021-01-08 16:04:42','2021-01-08 08:04:42'),(30791,13172,'action complete via WP Cron','2021-01-08 16:04:42','2021-01-08 08:04:42'),(30792,13173,'action created','2021-01-08 16:04:42','2021-01-08 08:04:42'),(30793,13173,'action started via WP Cron','2021-01-08 16:07:49','2021-01-08 08:07:49'),(30794,13173,'action complete via WP Cron','2021-01-08 16:07:49','2021-01-08 08:07:49'),(30795,13174,'action created','2021-01-08 16:07:49','2021-01-08 08:07:49'),(30796,13174,'action started via WP Cron','2021-01-08 16:24:05','2021-01-08 08:24:05'),(30797,13174,'action complete via WP Cron','2021-01-08 16:24:05','2021-01-08 08:24:05'),(30798,13175,'action created','2021-01-08 16:24:05','2021-01-08 08:24:05'),(30799,13175,'action started via WP Cron','2021-01-08 16:25:29','2021-01-08 08:25:29'),(30800,13175,'action complete via WP Cron','2021-01-08 16:25:29','2021-01-08 08:25:29'),(30801,13176,'action created','2021-01-08 16:25:29','2021-01-08 08:25:29'),(30802,13176,'action started via WP Cron','2021-01-08 16:26:30','2021-01-08 08:26:30'),(30803,13176,'action complete via WP Cron','2021-01-08 16:26:30','2021-01-08 08:26:30'),(30804,13177,'action created','2021-01-08 16:26:30','2021-01-08 08:26:30'),(30805,13177,'action started via WP Cron','2021-01-08 16:28:32','2021-01-08 08:28:32'),(30806,13177,'action complete via WP Cron','2021-01-08 16:28:32','2021-01-08 08:28:32'),(30807,13178,'action created','2021-01-08 16:28:32','2021-01-08 08:28:32'),(30808,13178,'action started via WP Cron','2021-01-08 16:29:33','2021-01-08 08:29:33'),(30809,13178,'action complete via WP Cron','2021-01-08 16:29:33','2021-01-08 08:29:33'),(30810,13179,'action created','2021-01-08 16:29:33','2021-01-08 08:29:33'),(30811,13179,'action started via WP Cron','2021-01-08 16:30:22','2021-01-08 08:30:22'),(30812,13179,'action complete via WP Cron','2021-01-08 16:30:22','2021-01-08 08:30:22'),(30813,13180,'action created','2021-01-08 16:30:22','2021-01-08 08:30:22'),(30814,13180,'action started via WP Cron','2021-01-08 16:33:32','2021-01-08 08:33:32'),(30815,13180,'action complete via WP Cron','2021-01-08 16:33:32','2021-01-08 08:33:32'),(30816,13181,'action created','2021-01-08 16:33:32','2021-01-08 08:33:32'),(30817,13181,'action started via WP Cron','2021-01-08 16:34:26','2021-01-08 08:34:26'),(30818,13181,'action complete via WP Cron','2021-01-08 16:34:26','2021-01-08 08:34:26'),(30819,13182,'action created','2021-01-08 16:34:26','2021-01-08 08:34:26'),(30820,13182,'action started via WP Cron','2021-01-08 16:35:04','2021-01-08 08:35:04'),(30821,13182,'action complete via WP Cron','2021-01-08 16:35:04','2021-01-08 08:35:04'),(30822,13183,'action created','2021-01-08 16:35:04','2021-01-08 08:35:04'),(30823,13183,'action started via WP Cron','2021-01-08 16:36:28','2021-01-08 08:36:28'),(30824,13183,'action complete via WP Cron','2021-01-08 16:36:28','2021-01-08 08:36:28'),(30825,13184,'action created','2021-01-08 16:36:28','2021-01-08 08:36:28'),(30826,13184,'action started via WP Cron','2021-01-08 16:37:38','2021-01-08 08:37:38'),(30827,13184,'action complete via WP Cron','2021-01-08 16:37:38','2021-01-08 08:37:38'),(30828,13185,'action created','2021-01-08 16:37:39','2021-01-08 08:37:39'),(30829,13185,'action started via WP Cron','2021-01-08 16:40:32','2021-01-08 08:40:32'),(30830,13185,'action complete via WP Cron','2021-01-08 16:40:32','2021-01-08 08:40:32'),(30831,13186,'action created','2021-01-08 16:40:32','2021-01-08 08:40:32'),(30832,13186,'action started via WP Cron','2021-01-08 16:47:32','2021-01-08 08:47:32'),(30833,13186,'action complete via WP Cron','2021-01-08 16:47:32','2021-01-08 08:47:32'),(30834,13187,'action created','2021-01-08 16:47:32','2021-01-08 08:47:32'),(30835,13187,'action started via WP Cron','2021-01-08 16:47:46','2021-01-08 08:47:46'),(30836,13187,'action complete via WP Cron','2021-01-08 16:47:46','2021-01-08 08:47:46'),(30837,13188,'action created','2021-01-08 16:47:46','2021-01-08 08:47:46'),(30838,13188,'action started via WP Cron','2021-01-08 16:53:51','2021-01-08 08:53:51'),(30839,13188,'action complete via WP Cron','2021-01-08 16:53:51','2021-01-08 08:53:51'),(30840,13189,'action created','2021-01-08 16:53:51','2021-01-08 08:53:51'),(30841,13189,'action started via WP Cron','2021-01-08 16:59:35','2021-01-08 08:59:35'),(30842,13189,'action complete via WP Cron','2021-01-08 16:59:35','2021-01-08 08:59:35'),(30843,13190,'action created','2021-01-08 16:59:35','2021-01-08 08:59:35'),(30844,13190,'action started via WP Cron','2021-01-08 17:00:13','2021-01-08 09:00:13'),(30845,13190,'action complete via WP Cron','2021-01-08 17:00:13','2021-01-08 09:00:13'),(30846,13191,'action created','2021-01-08 17:00:13','2021-01-08 09:00:13'),(30847,13191,'action started via WP Cron','2021-01-08 17:04:11','2021-01-08 09:04:11'),(30848,13191,'action complete via WP Cron','2021-01-08 17:04:11','2021-01-08 09:04:11'),(30849,13192,'action created','2021-01-08 17:04:11','2021-01-08 09:04:11'),(30850,13192,'action started via WP Cron','2021-01-08 17:06:52','2021-01-08 09:06:52'),(30851,13192,'action complete via WP Cron','2021-01-08 17:06:52','2021-01-08 09:06:52'),(30852,13193,'action created','2021-01-08 17:06:52','2021-01-08 09:06:52'),(30853,13193,'action started via WP Cron','2021-01-08 17:07:58','2021-01-08 09:07:58'),(30854,13193,'action complete via WP Cron','2021-01-08 17:07:58','2021-01-08 09:07:58'),(30855,13194,'action created','2021-01-08 17:07:58','2021-01-08 09:07:58'),(30856,13194,'action started via WP Cron','2021-01-08 17:08:46','2021-01-08 09:08:46'),(30857,13194,'action complete via WP Cron','2021-01-08 17:08:46','2021-01-08 09:08:46'),(30858,13195,'action created','2021-01-08 17:13:33','2021-01-08 09:13:33'),(30859,13195,'action started via WP Cron','2021-01-08 17:17:17','2021-01-08 09:17:17'),(30860,13195,'action complete via WP Cron','2021-01-08 17:17:17','2021-01-08 09:17:17'),(30861,13196,'action created','2021-01-08 17:17:17','2021-01-08 09:17:17'),(30862,13196,'action started via WP Cron','2021-01-08 17:22:37','2021-01-08 09:22:37'),(30863,13196,'action complete via WP Cron','2021-01-08 17:22:37','2021-01-08 09:22:37'),(30864,13197,'action created','2021-01-08 17:22:37','2021-01-08 09:22:37'),(30865,13197,'action started via WP Cron','2021-01-08 17:24:29','2021-01-08 09:24:29'),(30866,13197,'action complete via WP Cron','2021-01-08 17:24:29','2021-01-08 09:24:29'),(30867,13198,'action created','2021-01-08 17:24:29','2021-01-08 09:24:29'),(30868,13198,'action started via WP Cron','2021-01-08 17:25:12','2021-01-08 09:25:12'),(30869,13198,'action complete via WP Cron','2021-01-08 17:25:12','2021-01-08 09:25:12'),(30870,13199,'action created','2021-01-08 17:25:12','2021-01-08 09:25:12'),(30871,13199,'action started via WP Cron','2021-01-08 17:25:47','2021-01-08 09:25:47'),(30872,13199,'action complete via WP Cron','2021-01-08 17:25:47','2021-01-08 09:25:47'),(30873,13200,'action created','2021-01-08 17:25:47','2021-01-08 09:25:47'),(30874,13200,'action started via WP Cron','2021-01-08 17:28:49','2021-01-08 09:28:49'),(30875,13200,'action complete via WP Cron','2021-01-08 17:28:49','2021-01-08 09:28:49'),(30876,13201,'action created','2021-01-08 17:28:49','2021-01-08 09:28:49'),(30877,13201,'action started via WP Cron','2021-01-08 17:30:17','2021-01-08 09:30:17'),(30878,13201,'action complete via WP Cron','2021-01-08 17:30:17','2021-01-08 09:30:17'),(30879,13202,'action created','2021-01-08 17:30:17','2021-01-08 09:30:17'),(30880,13202,'action started via WP Cron','2021-01-08 17:30:58','2021-01-08 09:30:58'),(30881,13202,'action complete via WP Cron','2021-01-08 17:30:58','2021-01-08 09:30:58'),(30882,13203,'action created','2021-01-08 17:30:58','2021-01-08 09:30:58'),(30883,13203,'action started via WP Cron','2021-01-08 17:32:23','2021-01-08 09:32:23'),(30884,13203,'action complete via WP Cron','2021-01-08 17:32:23','2021-01-08 09:32:23'),(30885,13204,'action created','2021-01-08 17:32:23','2021-01-08 09:32:23'),(30886,13204,'action started via WP Cron','2021-01-08 17:34:32','2021-01-08 09:34:32'),(30887,13204,'action complete via WP Cron','2021-01-08 17:34:32','2021-01-08 09:34:32'),(30888,13205,'action created','2021-01-08 17:34:32','2021-01-08 09:34:32'),(30889,13205,'action started via WP Cron','2021-01-08 17:34:55','2021-01-08 09:34:55'),(30890,13205,'action complete via WP Cron','2021-01-08 17:34:55','2021-01-08 09:34:55'),(30891,13206,'action created','2021-01-08 17:34:55','2021-01-08 09:34:55'),(30892,13206,'action started via WP Cron','2021-01-08 17:36:38','2021-01-08 09:36:38'),(30893,13206,'action complete via WP Cron','2021-01-08 17:36:38','2021-01-08 09:36:38'),(30894,13207,'action created','2021-01-08 17:36:38','2021-01-08 09:36:38'),(30895,13207,'action started via WP Cron','2021-01-08 17:37:13','2021-01-08 09:37:13'),(30896,13207,'action complete via WP Cron','2021-01-08 17:37:13','2021-01-08 09:37:13'),(30897,13208,'action created','2021-01-08 17:37:13','2021-01-08 09:37:13'),(30898,13208,'action started via WP Cron','2021-01-08 17:38:03','2021-01-08 09:38:03'),(30899,13208,'action complete via WP Cron','2021-01-08 17:38:03','2021-01-08 09:38:03'),(30900,13209,'action created','2021-01-08 17:38:03','2021-01-08 09:38:03'),(30901,13209,'action started via WP Cron','2021-01-08 17:39:08','2021-01-08 09:39:08'),(30902,13209,'action complete via WP Cron','2021-01-08 17:39:08','2021-01-08 09:39:08'),(30903,13210,'action created','2021-01-08 17:39:08','2021-01-08 09:39:08'),(30904,13210,'action started via WP Cron','2021-01-08 17:40:31','2021-01-08 09:40:31'),(30905,13210,'action complete via WP Cron','2021-01-08 17:40:31','2021-01-08 09:40:31'),(30906,13211,'action created','2021-01-08 17:40:31','2021-01-08 09:40:31'),(30907,13211,'action started via WP Cron','2021-01-08 17:41:45','2021-01-08 09:41:45'),(30908,13211,'action complete via WP Cron','2021-01-08 17:41:45','2021-01-08 09:41:45'),(30909,13212,'action created','2021-01-08 17:41:45','2021-01-08 09:41:45'),(30910,13212,'action started via WP Cron','2021-01-08 17:45:36','2021-01-08 09:45:36'),(30911,13212,'action complete via WP Cron','2021-01-08 17:45:36','2021-01-08 09:45:36'),(30912,13213,'action created','2021-01-08 17:45:36','2021-01-08 09:45:36'),(30913,13213,'action started via WP Cron','2021-01-08 17:46:01','2021-01-08 09:46:01'),(30914,13213,'action complete via WP Cron','2021-01-08 17:46:01','2021-01-08 09:46:01'),(30915,13214,'action created','2021-01-08 17:46:01','2021-01-08 09:46:01'),(30916,13214,'action started via WP Cron','2021-01-08 17:46:45','2021-01-08 09:46:45'),(30917,13214,'action complete via WP Cron','2021-01-08 17:46:45','2021-01-08 09:46:45'),(30918,13215,'action created','2021-01-08 17:46:45','2021-01-08 09:46:45'),(30919,13215,'action started via WP Cron','2021-01-08 17:47:40','2021-01-08 09:47:40'),(30920,13215,'action complete via WP Cron','2021-01-08 17:47:40','2021-01-08 09:47:40'),(30921,13216,'action created','2021-01-08 17:47:41','2021-01-08 09:47:41'),(30922,13216,'action started via WP Cron','2021-01-08 17:48:41','2021-01-08 09:48:41'),(30923,13216,'action complete via WP Cron','2021-01-08 17:48:41','2021-01-08 09:48:41'),(30924,13217,'action created','2021-01-08 17:48:41','2021-01-08 09:48:41'),(30925,13217,'action started via WP Cron','2021-01-08 17:49:42','2021-01-08 09:49:42'),(30926,13217,'action complete via WP Cron','2021-01-08 17:49:42','2021-01-08 09:49:42'),(30927,13218,'action created','2021-01-08 17:49:42','2021-01-08 09:49:42'),(30928,13218,'action started via WP Cron','2021-01-08 17:50:41','2021-01-08 09:50:41'),(30929,13218,'action complete via WP Cron','2021-01-08 17:50:41','2021-01-08 09:50:41'),(30930,13219,'action created','2021-01-08 17:50:41','2021-01-08 09:50:41'),(30931,13219,'action started via WP Cron','2021-01-08 17:51:42','2021-01-08 09:51:42'),(30932,13219,'action complete via WP Cron','2021-01-08 17:51:42','2021-01-08 09:51:42'),(30933,13220,'action created','2021-01-08 17:51:57','2021-01-08 09:51:57'),(30934,13220,'action started via WP Cron','2021-01-08 17:52:43','2021-01-08 09:52:43'),(30935,13220,'action complete via WP Cron','2021-01-08 17:52:43','2021-01-08 09:52:43'),(30936,13221,'action created','2021-01-08 17:52:57','2021-01-08 09:52:57'),(30937,13221,'action started via WP Cron','2021-01-08 17:54:45','2021-01-08 09:54:45'),(30938,13221,'action complete via WP Cron','2021-01-08 17:54:45','2021-01-08 09:54:45'),(30939,13222,'action created','2021-01-08 17:54:45','2021-01-08 09:54:45'),(30940,13222,'action started via WP Cron','2021-01-08 17:59:30','2021-01-08 09:59:30'),(30941,13222,'action complete via WP Cron','2021-01-08 17:59:30','2021-01-08 09:59:30'),(30942,13223,'action created','2021-01-08 17:59:30','2021-01-08 09:59:30'),(30943,13223,'action started via WP Cron','2021-01-08 17:59:48','2021-01-08 09:59:48'),(30944,13223,'action complete via WP Cron','2021-01-08 17:59:48','2021-01-08 09:59:48'),(30945,13224,'action created','2021-01-08 17:59:48','2021-01-08 09:59:48'),(30946,13224,'action started via WP Cron','2021-01-08 18:01:34','2021-01-08 10:01:34'),(30947,13224,'action complete via WP Cron','2021-01-08 18:01:34','2021-01-08 10:01:34'),(30948,13225,'action created','2021-01-08 18:01:34','2021-01-08 10:01:34'),(30949,13225,'action started via WP Cron','2021-01-08 18:02:33','2021-01-08 10:02:33'),(30950,13225,'action complete via WP Cron','2021-01-08 18:02:33','2021-01-08 10:02:33'),(30951,13226,'action created','2021-01-08 18:02:33','2021-01-08 10:02:33'),(30952,13226,'action started via WP Cron','2021-01-08 18:02:56','2021-01-08 10:02:56'),(30953,13226,'action complete via WP Cron','2021-01-08 18:02:56','2021-01-08 10:02:56'),(30954,13227,'action created','2021-01-08 18:02:57','2021-01-08 10:02:57'),(30955,13227,'action started via WP Cron','2021-01-08 18:04:08','2021-01-08 10:04:08'),(30956,13227,'action complete via WP Cron','2021-01-08 18:04:08','2021-01-08 10:04:08'),(30957,13228,'action created','2021-01-08 18:04:11','2021-01-08 10:04:11'),(30958,13228,'action started via WP Cron','2021-01-08 18:05:10','2021-01-08 10:05:10'),(30959,13228,'action complete via WP Cron','2021-01-08 18:05:10','2021-01-08 10:05:10'),(30960,13229,'action created','2021-01-08 18:06:40','2021-01-08 10:06:40'),(30961,13229,'action started via WP Cron','2021-01-08 18:07:46','2021-01-08 10:07:46'),(30962,13229,'action complete via WP Cron','2021-01-08 18:07:46','2021-01-08 10:07:46'),(30963,13230,'action created','2021-01-08 18:07:48','2021-01-08 10:07:48'),(30964,13230,'action started via WP Cron','2021-01-08 18:16:08','2021-01-08 10:16:08'),(30965,13230,'action complete via WP Cron','2021-01-08 18:16:08','2021-01-08 10:16:08'),(30966,13231,'action created','2021-01-08 18:16:08','2021-01-08 10:16:08'),(30967,13231,'action started via WP Cron','2021-01-08 18:20:59','2021-01-08 10:20:59'),(30968,13231,'action complete via WP Cron','2021-01-08 18:20:59','2021-01-08 10:20:59'),(30969,13232,'action created','2021-01-08 18:20:59','2021-01-08 10:20:59'),(30970,13232,'action started via WP Cron','2021-01-08 18:29:28','2021-01-08 10:29:28'),(30971,13232,'action complete via WP Cron','2021-01-08 18:29:28','2021-01-08 10:29:28'),(30972,13233,'action created','2021-01-08 18:29:28','2021-01-08 10:29:28'),(30973,13233,'action started via WP Cron','2021-01-08 18:41:31','2021-01-08 10:41:31'),(30974,13233,'action complete via WP Cron','2021-01-08 18:41:31','2021-01-08 10:41:31'),(30975,13234,'action created','2021-01-08 18:41:31','2021-01-08 10:41:31'),(30976,13234,'action started via WP Cron','2021-01-08 18:42:32','2021-01-08 10:42:32'),(30977,13234,'action complete via WP Cron','2021-01-08 18:42:32','2021-01-08 10:42:32'),(30978,13235,'action created','2021-01-08 18:42:32','2021-01-08 10:42:32'),(30979,13235,'action started via WP Cron','2021-01-08 18:44:47','2021-01-08 10:44:47'),(30980,13235,'action complete via WP Cron','2021-01-08 18:44:47','2021-01-08 10:44:47'),(30981,13236,'action created','2021-01-08 18:44:47','2021-01-08 10:44:47'),(30982,13236,'action started via WP Cron','2021-01-08 18:48:38','2021-01-08 10:48:38'),(30983,13236,'action complete via WP Cron','2021-01-08 18:48:38','2021-01-08 10:48:38'),(30984,13237,'action created','2021-01-08 18:48:38','2021-01-08 10:48:38'),(30985,13237,'action started via WP Cron','2021-01-08 18:51:41','2021-01-08 10:51:41'),(30986,13237,'action complete via WP Cron','2021-01-08 18:51:41','2021-01-08 10:51:41'),(30987,13238,'action created','2021-01-08 18:51:41','2021-01-08 10:51:41'),(30988,13238,'action started via WP Cron','2021-01-08 18:52:42','2021-01-08 10:52:42'),(30989,13238,'action complete via WP Cron','2021-01-08 18:52:42','2021-01-08 10:52:42'),(30990,13239,'action created','2021-01-08 18:52:42','2021-01-08 10:52:42'),(30991,13239,'action started via WP Cron','2021-01-08 18:53:43','2021-01-08 10:53:43'),(30992,13239,'action complete via WP Cron','2021-01-08 18:53:43','2021-01-08 10:53:43'),(30993,13240,'action created','2021-01-08 18:53:43','2021-01-08 10:53:43'),(30994,13240,'action started via WP Cron','2021-01-08 18:54:44','2021-01-08 10:54:44'),(30995,13240,'action complete via WP Cron','2021-01-08 18:54:44','2021-01-08 10:54:44'),(30996,13241,'action created','2021-01-08 18:54:44','2021-01-08 10:54:44'),(30997,13241,'action started via WP Cron','2021-01-08 18:55:45','2021-01-08 10:55:45'),(30998,13241,'action complete via WP Cron','2021-01-08 18:55:45','2021-01-08 10:55:45'),(30999,13242,'action created','2021-01-08 18:55:45','2021-01-08 10:55:45'),(31000,13242,'action started via WP Cron','2021-01-08 18:56:46','2021-01-08 10:56:46'),(31001,13242,'action complete via WP Cron','2021-01-08 18:56:46','2021-01-08 10:56:46'),(31002,13243,'action created','2021-01-08 18:56:46','2021-01-08 10:56:46'),(31003,13243,'action started via WP Cron','2021-01-08 18:58:12','2021-01-08 10:58:12'),(31004,13243,'action complete via WP Cron','2021-01-08 18:58:12','2021-01-08 10:58:12'),(31005,13244,'action created','2021-01-08 18:58:12','2021-01-08 10:58:12'),(31006,13244,'action started via WP Cron','2021-01-08 18:58:45','2021-01-08 10:58:45'),(31007,13244,'action complete via WP Cron','2021-01-08 18:58:45','2021-01-08 10:58:45'),(31008,13245,'action created','2021-01-08 18:58:45','2021-01-08 10:58:45'),(31009,13245,'action started via WP Cron','2021-01-08 19:04:38','2021-01-08 11:04:38'),(31010,13245,'action complete via WP Cron','2021-01-08 19:04:38','2021-01-08 11:04:38'),(31011,13246,'action created','2021-01-08 19:04:38','2021-01-08 11:04:38'),(31012,13246,'action started via WP Cron','2021-01-08 19:05:46','2021-01-08 11:05:46'),(31013,13246,'action complete via WP Cron','2021-01-08 19:05:46','2021-01-08 11:05:46'),(31014,13247,'action created','2021-01-08 19:05:46','2021-01-08 11:05:46'),(31015,13247,'action started via WP Cron','2021-01-08 19:06:47','2021-01-08 11:06:47'),(31016,13247,'action complete via WP Cron','2021-01-08 19:06:47','2021-01-08 11:06:47'),(31017,13248,'action created','2021-01-08 19:06:47','2021-01-08 11:06:47'),(31018,13248,'action started via WP Cron','2021-01-08 19:07:47','2021-01-08 11:07:47'),(31019,13248,'action complete via WP Cron','2021-01-08 19:07:47','2021-01-08 11:07:47'),(31020,13249,'action created','2021-01-08 19:07:48','2021-01-08 11:07:48'),(31021,13249,'action started via WP Cron','2021-01-08 19:28:56','2021-01-08 11:28:56'),(31022,13249,'action complete via WP Cron','2021-01-08 19:28:56','2021-01-08 11:28:56'),(31023,13250,'action created','2021-01-08 19:30:44','2021-01-08 11:30:44'),(31024,13250,'action started via WP Cron','2021-01-08 19:35:46','2021-01-08 11:35:46'),(31025,13250,'action complete via WP Cron','2021-01-08 19:35:46','2021-01-08 11:35:46'),(31026,13251,'action created','2021-01-08 19:35:46','2021-01-08 11:35:46'),(31027,13251,'action started via WP Cron','2021-01-08 19:40:20','2021-01-08 11:40:20'),(31028,13251,'action complete via WP Cron','2021-01-08 19:40:20','2021-01-08 11:40:20'),(31029,13252,'action created','2021-01-08 19:40:20','2021-01-08 11:40:20'),(31030,13252,'action started via WP Cron','2021-01-08 19:55:17','2021-01-08 11:55:17'),(31031,13252,'action complete via WP Cron','2021-01-08 19:55:17','2021-01-08 11:55:17'),(31032,13253,'action created','2021-01-08 19:55:17','2021-01-08 11:55:17'),(31033,13253,'action started via WP Cron','2021-01-08 19:55:44','2021-01-08 11:55:44'),(31034,13253,'action complete via WP Cron','2021-01-08 19:55:44','2021-01-08 11:55:44'),(31035,13254,'action created','2021-01-08 19:55:44','2021-01-08 11:55:44'),(31036,13254,'action started via WP Cron','2021-01-08 20:03:07','2021-01-08 12:03:07'),(31037,13254,'action complete via WP Cron','2021-01-08 20:03:07','2021-01-08 12:03:07'),(31038,13255,'action created','2021-01-08 20:03:07','2021-01-08 12:03:07'),(31039,13255,'action started via WP Cron','2021-01-08 20:07:54','2021-01-08 12:07:54'),(31040,13255,'action complete via WP Cron','2021-01-08 20:07:54','2021-01-08 12:07:54'),(31041,13256,'action created','2021-01-08 20:07:54','2021-01-08 12:07:54'),(31042,13256,'action started via WP Cron','2021-01-08 20:08:47','2021-01-08 12:08:47'),(31043,13256,'action complete via WP Cron','2021-01-08 20:08:47','2021-01-08 12:08:47'),(31044,13257,'action created','2021-01-08 20:08:48','2021-01-08 12:08:48'),(31045,13257,'action started via WP Cron','2021-01-08 20:09:48','2021-01-08 12:09:48'),(31046,13257,'action complete via WP Cron','2021-01-08 20:09:48','2021-01-08 12:09:48'),(31047,13258,'action created','2021-01-08 20:09:48','2021-01-08 12:09:48'),(31048,13258,'action started via WP Cron','2021-01-08 20:10:49','2021-01-08 12:10:49'),(31049,13258,'action complete via WP Cron','2021-01-08 20:10:49','2021-01-08 12:10:49'),(31050,13259,'action created','2021-01-08 20:10:50','2021-01-08 12:10:50'),(31051,13259,'action started via WP Cron','2021-01-08 20:11:50','2021-01-08 12:11:50'),(31052,13259,'action complete via WP Cron','2021-01-08 20:11:50','2021-01-08 12:11:50'),(31053,13260,'action created','2021-01-08 20:11:51','2021-01-08 12:11:51'),(31054,13260,'action started via WP Cron','2021-01-08 20:43:04','2021-01-08 12:43:04'),(31055,13260,'action complete via WP Cron','2021-01-08 20:43:04','2021-01-08 12:43:04'),(31056,13261,'action created','2021-01-08 20:43:04','2021-01-08 12:43:04'),(31057,13261,'action started via WP Cron','2021-01-08 21:00:17','2021-01-08 13:00:17'),(31058,13261,'action complete via WP Cron','2021-01-08 21:00:17','2021-01-08 13:00:17'),(31059,13262,'action created','2021-01-08 21:00:17','2021-01-08 13:00:17'),(31060,13262,'action started via WP Cron','2021-01-08 21:04:54','2021-01-08 13:04:54'),(31061,13262,'action complete via WP Cron','2021-01-08 21:04:54','2021-01-08 13:04:54'),(31062,13263,'action created','2021-01-08 21:04:54','2021-01-08 13:04:54'),(31063,13263,'action started via WP Cron','2021-01-08 21:06:02','2021-01-08 13:06:02'),(31064,13263,'action complete via WP Cron','2021-01-08 21:06:02','2021-01-08 13:06:02'),(31065,13264,'action created','2021-01-08 21:06:02','2021-01-08 13:06:02'),(31066,13264,'action started via WP Cron','2021-01-08 21:06:46','2021-01-08 13:06:46'),(31067,13264,'action complete via WP Cron','2021-01-08 21:06:46','2021-01-08 13:06:46'),(31068,13265,'action created','2021-01-08 21:06:46','2021-01-08 13:06:46'),(31069,13265,'action started via WP Cron','2021-01-08 21:10:17','2021-01-08 13:10:17'),(31070,13265,'action complete via WP Cron','2021-01-08 21:10:17','2021-01-08 13:10:17'),(31071,13266,'action created','2021-01-08 21:10:17','2021-01-08 13:10:17'),(31072,13266,'action started via WP Cron','2021-01-08 21:11:19','2021-01-08 13:11:19'),(31073,13266,'action complete via WP Cron','2021-01-08 21:11:19','2021-01-08 13:11:19'),(31074,13267,'action created','2021-01-08 21:11:19','2021-01-08 13:11:19'),(31075,13267,'action started via WP Cron','2021-01-08 21:11:56','2021-01-08 13:11:56'),(31076,13267,'action complete via WP Cron','2021-01-08 21:11:56','2021-01-08 13:11:56'),(31077,13268,'action created','2021-01-08 21:11:56','2021-01-08 13:11:56'),(31078,13268,'action started via WP Cron','2021-01-08 21:12:50','2021-01-08 13:12:50'),(31079,13268,'action complete via WP Cron','2021-01-08 21:12:50','2021-01-08 13:12:50'),(31080,13269,'action created','2021-01-08 21:12:50','2021-01-08 13:12:50'),(31081,13269,'action started via WP Cron','2021-01-08 21:13:51','2021-01-08 13:13:51'),(31082,13269,'action complete via WP Cron','2021-01-08 21:13:51','2021-01-08 13:13:51'),(31083,13270,'action created','2021-01-08 21:13:51','2021-01-08 13:13:51'),(31084,13270,'action started via WP Cron','2021-01-08 21:14:52','2021-01-08 13:14:52'),(31085,13270,'action complete via WP Cron','2021-01-08 21:14:52','2021-01-08 13:14:52'),(31086,13271,'action created','2021-01-08 21:14:52','2021-01-08 13:14:52'),(31087,13271,'action started via WP Cron','2021-01-08 21:19:39','2021-01-08 13:19:39'),(31088,13271,'action complete via WP Cron','2021-01-08 21:19:39','2021-01-08 13:19:39'),(31089,13272,'action created','2021-01-08 21:19:39','2021-01-08 13:19:39'),(31090,13272,'action started via WP Cron','2021-01-08 21:20:36','2021-01-08 13:20:36'),(31091,13272,'action complete via WP Cron','2021-01-08 21:20:36','2021-01-08 13:20:36'),(31092,13273,'action created','2021-01-08 21:20:36','2021-01-08 13:20:36'),(31093,13273,'action started via WP Cron','2021-01-08 21:45:02','2021-01-08 13:45:02'),(31094,13273,'action complete via WP Cron','2021-01-08 21:45:02','2021-01-08 13:45:02'),(31095,13274,'action created','2021-01-08 21:58:24','2021-01-08 13:58:24'),(31096,13274,'action started via WP Cron','2021-01-08 21:58:51','2021-01-08 13:58:51'),(31097,13274,'action complete via WP Cron','2021-01-08 21:58:51','2021-01-08 13:58:51'),(31098,13275,'action created','2021-01-08 21:58:51','2021-01-08 13:58:51'),(31099,13275,'action started via WP Cron','2021-01-08 22:01:13','2021-01-08 14:01:13'),(31100,13275,'action complete via WP Cron','2021-01-08 22:01:13','2021-01-08 14:01:13'),(31101,13276,'action created','2021-01-08 22:01:13','2021-01-08 14:01:13'),(31102,13276,'action started via WP Cron','2021-01-08 22:01:45','2021-01-08 14:01:45'),(31103,13276,'action complete via WP Cron','2021-01-08 22:01:45','2021-01-08 14:01:45'),(31104,13277,'action created','2021-01-08 22:01:45','2021-01-08 14:01:45'),(31105,13277,'action started via WP Cron','2021-01-08 22:05:25','2021-01-08 14:05:25'),(31106,13277,'action complete via WP Cron','2021-01-08 22:05:25','2021-01-08 14:05:25'),(31107,13278,'action created','2021-01-08 22:05:25','2021-01-08 14:05:25'),(31108,13278,'action started via WP Cron','2021-01-08 22:05:54','2021-01-08 14:05:54'),(31109,13278,'action complete via WP Cron','2021-01-08 22:05:54','2021-01-08 14:05:54'),(31110,13279,'action created','2021-01-08 22:05:54','2021-01-08 14:05:54'),(31111,13279,'action started via WP Cron','2021-01-08 22:09:56','2021-01-08 14:09:56'),(31112,13279,'action complete via WP Cron','2021-01-08 22:09:56','2021-01-08 14:09:56'),(31113,13280,'action created','2021-01-08 22:09:56','2021-01-08 14:09:56'),(31114,13280,'action started via WP Cron','2021-01-08 22:14:59','2021-01-08 14:14:59'),(31115,13280,'action complete via WP Cron','2021-01-08 22:14:59','2021-01-08 14:14:59'),(31116,13281,'action created','2021-01-08 22:15:27','2021-01-08 14:15:27'),(31117,13281,'action started via WP Cron','2021-01-08 22:15:52','2021-01-08 14:15:52'),(31118,13281,'action complete via WP Cron','2021-01-08 22:15:52','2021-01-08 14:15:52'),(31119,13282,'action created','2021-01-08 22:15:52','2021-01-08 14:15:52'),(31120,13282,'action started via WP Cron','2021-01-08 22:16:52','2021-01-08 14:16:52'),(31121,13282,'action complete via WP Cron','2021-01-08 22:16:52','2021-01-08 14:16:52'),(31122,13283,'action created','2021-01-08 22:16:53','2021-01-08 14:16:53'),(31123,13283,'action started via WP Cron','2021-01-08 22:17:53','2021-01-08 14:17:53'),(31124,13283,'action complete via WP Cron','2021-01-08 22:17:53','2021-01-08 14:17:53'),(31125,13284,'action created','2021-01-08 22:17:53','2021-01-08 14:17:53'),(31126,13284,'action started via WP Cron','2021-01-08 22:18:54','2021-01-08 14:18:54'),(31127,13284,'action complete via WP Cron','2021-01-08 22:18:54','2021-01-08 14:18:54'),(31128,13285,'action created','2021-01-08 22:18:54','2021-01-08 14:18:54'),(31129,13285,'action started via WP Cron','2021-01-08 22:26:02','2021-01-08 14:26:02'),(31130,13285,'action complete via WP Cron','2021-01-08 22:26:02','2021-01-08 14:26:02'),(31131,13286,'action created','2021-01-08 22:26:02','2021-01-08 14:26:02'),(31132,13286,'action started via WP Cron','2021-01-08 22:27:01','2021-01-08 14:27:01'),(31133,13286,'action complete via WP Cron','2021-01-08 22:27:01','2021-01-08 14:27:01'),(31134,13287,'action created','2021-01-08 22:27:02','2021-01-08 14:27:02'),(31135,13287,'action started via WP Cron','2021-01-08 22:28:03','2021-01-08 14:28:03'),(31136,13287,'action complete via WP Cron','2021-01-08 22:28:03','2021-01-08 14:28:03'),(31137,13288,'action created','2021-01-08 22:28:03','2021-01-08 14:28:03'),(31138,13288,'action started via WP Cron','2021-01-08 22:30:06','2021-01-08 14:30:06'),(31139,13288,'action complete via WP Cron','2021-01-08 22:30:06','2021-01-08 14:30:06'),(31140,13289,'action created','2021-01-08 22:31:06','2021-01-08 14:31:06'),(31141,13289,'action started via WP Cron','2021-01-08 22:32:06','2021-01-08 14:32:06'),(31142,13289,'action complete via WP Cron','2021-01-08 22:32:06','2021-01-08 14:32:06'),(31143,13290,'action created','2021-01-08 22:32:07','2021-01-08 14:32:07'),(31144,13290,'action started via WP Cron','2021-01-08 22:40:15','2021-01-08 14:40:15'),(31145,13290,'action complete via WP Cron','2021-01-08 22:40:15','2021-01-08 14:40:15'),(31146,13291,'action created','2021-01-08 22:40:15','2021-01-08 14:40:15'),(31147,13291,'action started via WP Cron','2021-01-08 22:41:09','2021-01-08 14:41:09'),(31148,13291,'action complete via WP Cron','2021-01-08 22:41:09','2021-01-08 14:41:09'),(31149,13292,'action created','2021-01-08 22:41:09','2021-01-08 14:41:09'),(31150,13292,'action started via WP Cron','2021-01-08 22:53:00','2021-01-08 14:53:00'),(31151,13292,'action complete via WP Cron','2021-01-08 22:53:00','2021-01-08 14:53:00'),(31152,13293,'action created','2021-01-08 22:53:00','2021-01-08 14:53:00'),(31153,13293,'action started via WP Cron','2021-01-08 22:58:38','2021-01-08 14:58:38'),(31154,13293,'action complete via WP Cron','2021-01-08 22:58:38','2021-01-08 14:58:38'),(31155,13294,'action created','2021-01-08 22:58:38','2021-01-08 14:58:38'),(31156,13294,'action started via WP Cron','2021-01-08 22:59:39','2021-01-08 14:59:39'),(31157,13294,'action complete via WP Cron','2021-01-08 22:59:40','2021-01-08 14:59:40'),(31158,13295,'action created','2021-01-08 22:59:40','2021-01-08 14:59:40'),(31159,13295,'action started via WP Cron','2021-01-08 23:05:20','2021-01-08 15:05:20'),(31160,13295,'action complete via WP Cron','2021-01-08 23:05:20','2021-01-08 15:05:20'),(31161,13296,'action created','2021-01-08 23:05:20','2021-01-08 15:05:20'),(31162,13296,'action started via WP Cron','2021-01-08 23:05:46','2021-01-08 15:05:46'),(31163,13296,'action complete via WP Cron','2021-01-08 23:05:46','2021-01-08 15:05:46'),(31164,13297,'action created','2021-01-08 23:05:46','2021-01-08 15:05:46'),(31165,13297,'action started via WP Cron','2021-01-08 23:13:47','2021-01-08 15:13:47'),(31166,13297,'action complete via WP Cron','2021-01-08 23:13:47','2021-01-08 15:13:47'),(31167,13298,'action created','2021-01-08 23:13:47','2021-01-08 15:13:47'),(31168,13298,'action started via WP Cron','2021-01-08 23:18:01','2021-01-08 15:18:01'),(31169,13298,'action complete via WP Cron','2021-01-08 23:18:01','2021-01-08 15:18:01'),(31170,13299,'action created','2021-01-08 23:18:02','2021-01-08 15:18:02'),(31171,13299,'action started via WP Cron','2021-01-08 23:18:55','2021-01-08 15:18:55'),(31172,13299,'action complete via WP Cron','2021-01-08 23:18:55','2021-01-08 15:18:55'),(31173,13300,'action created','2021-01-08 23:18:55','2021-01-08 15:18:55'),(31174,13300,'action started via WP Cron','2021-01-08 23:19:56','2021-01-08 15:19:56'),(31175,13300,'action complete via WP Cron','2021-01-08 23:19:56','2021-01-08 15:19:56'),(31176,13301,'action created','2021-01-08 23:19:56','2021-01-08 15:19:56'),(31177,13301,'action started via WP Cron','2021-01-08 23:21:58','2021-01-08 15:21:58'),(31178,13301,'action complete via WP Cron','2021-01-08 23:21:58','2021-01-08 15:21:58'),(31179,13302,'action created','2021-01-08 23:21:58','2021-01-08 15:21:58'),(31180,13302,'action started via WP Cron','2021-01-08 23:22:42','2021-01-08 15:22:42'),(31181,13302,'action complete via WP Cron','2021-01-08 23:22:42','2021-01-08 15:22:42'),(31182,13303,'action created','2021-01-08 23:22:43','2021-01-08 15:22:43'),(31183,13303,'action started via WP Cron','2021-01-08 23:24:00','2021-01-08 15:24:00'),(31184,13303,'action complete via WP Cron','2021-01-08 23:24:00','2021-01-08 15:24:00'),(31185,13304,'action created','2021-01-08 23:24:01','2021-01-08 15:24:01'),(31186,13304,'action started via WP Cron','2021-01-08 23:26:46','2021-01-08 15:26:46'),(31187,13304,'action complete via WP Cron','2021-01-08 23:26:46','2021-01-08 15:26:46'),(31188,13305,'action created','2021-01-08 23:26:46','2021-01-08 15:26:46'),(31189,13305,'action started via WP Cron','2021-01-08 23:34:39','2021-01-08 15:34:39'),(31190,13305,'action complete via WP Cron','2021-01-08 23:34:39','2021-01-08 15:34:39'),(31191,13306,'action created','2021-01-08 23:34:42','2021-01-08 15:34:42'),(31192,13306,'action started via WP Cron','2021-01-08 23:36:34','2021-01-08 15:36:34'),(31193,13306,'action complete via WP Cron','2021-01-08 23:36:34','2021-01-08 15:36:34'),(31194,13307,'action created','2021-01-08 23:36:34','2021-01-08 15:36:34'),(31195,13307,'action started via WP Cron','2021-01-08 23:37:38','2021-01-08 15:37:38'),(31196,13307,'action complete via WP Cron','2021-01-08 23:37:38','2021-01-08 15:37:38'),(31197,13308,'action created','2021-01-08 23:37:38','2021-01-08 15:37:38'),(31198,13308,'action started via WP Cron','2021-01-08 23:38:35','2021-01-08 15:38:35'),(31199,13308,'action complete via WP Cron','2021-01-08 23:38:35','2021-01-08 15:38:35'),(31200,13309,'action created','2021-01-08 23:38:35','2021-01-08 15:38:35'),(31201,13309,'action started via WP Cron','2021-01-08 23:40:00','2021-01-08 15:40:00'),(31202,13309,'action complete via WP Cron','2021-01-08 23:40:00','2021-01-08 15:40:00'),(31203,13310,'action created','2021-01-08 23:40:00','2021-01-08 15:40:00'),(31204,13310,'action started via WP Cron','2021-01-08 23:40:41','2021-01-08 15:40:41'),(31205,13310,'action complete via WP Cron','2021-01-08 23:40:41','2021-01-08 15:40:41'),(31206,13311,'action created','2021-01-08 23:40:41','2021-01-08 15:40:41'),(31207,13311,'action started via WP Cron','2021-01-08 23:41:43','2021-01-08 15:41:43'),(31208,13311,'action complete via WP Cron','2021-01-08 23:41:43','2021-01-08 15:41:43'),(31209,13312,'action created','2021-01-08 23:41:43','2021-01-08 15:41:43'),(31210,13312,'action started via WP Cron','2021-01-08 23:47:13','2021-01-08 15:47:13'),(31211,13312,'action complete via WP Cron','2021-01-08 23:47:13','2021-01-08 15:47:13'),(31212,13313,'action created','2021-01-08 23:47:13','2021-01-08 15:47:13'),(31213,13313,'action started via WP Cron','2021-01-09 00:01:50','2021-01-08 16:01:50'),(31214,13313,'action complete via WP Cron','2021-01-09 00:01:50','2021-01-08 16:01:50'),(31215,13314,'action created','2021-01-09 00:01:50','2021-01-08 16:01:50'),(31216,13314,'action started via WP Cron','2021-01-09 00:04:20','2021-01-08 16:04:20'),(31217,13314,'action complete via WP Cron','2021-01-09 00:04:20','2021-01-08 16:04:20'),(31218,13315,'action created','2021-01-09 00:04:20','2021-01-08 16:04:20'),(31219,13315,'action started via WP Cron','2021-01-09 00:06:51','2021-01-08 16:06:51'),(31220,13315,'action complete via WP Cron','2021-01-09 00:06:51','2021-01-08 16:06:51'),(31221,13316,'action created','2021-01-09 00:06:51','2021-01-08 16:06:51'),(31222,13316,'action started via WP Cron','2021-01-09 00:10:20','2021-01-08 16:10:20'),(31223,13316,'action complete via WP Cron','2021-01-09 00:10:20','2021-01-08 16:10:20'),(31224,13317,'action created','2021-01-09 00:10:20','2021-01-08 16:10:20'),(31225,13317,'action started via WP Cron','2021-01-09 00:11:21','2021-01-08 16:11:21'),(31226,13317,'action complete via WP Cron','2021-01-09 00:11:22','2021-01-08 16:11:22'),(31227,13318,'action created','2021-01-09 00:11:22','2021-01-08 16:11:22'),(31228,13318,'action started via WP Cron','2021-01-09 00:13:23','2021-01-08 16:13:23'),(31229,13318,'action complete via WP Cron','2021-01-09 00:13:23','2021-01-08 16:13:23'),(31230,13319,'action created','2021-01-09 00:13:23','2021-01-08 16:13:23'),(31231,13319,'action started via WP Cron','2021-01-09 00:14:23','2021-01-08 16:14:23'),(31232,13319,'action complete via WP Cron','2021-01-09 00:14:23','2021-01-08 16:14:23'),(31233,13320,'action created','2021-01-09 00:14:23','2021-01-08 16:14:23'),(31234,13320,'action started via WP Cron','2021-01-09 00:15:25','2021-01-08 16:15:25'),(31235,13320,'action complete via WP Cron','2021-01-09 00:15:25','2021-01-08 16:15:25'),(31236,13321,'action created','2021-01-09 00:15:25','2021-01-08 16:15:25'),(31237,13321,'action started via WP Cron','2021-01-09 00:28:06','2021-01-08 16:28:06'),(31238,13321,'action complete via WP Cron','2021-01-09 00:28:06','2021-01-08 16:28:06'),(31239,13322,'action created','2021-01-09 00:29:58','2021-01-08 16:29:58'),(31240,13322,'action started via WP Cron','2021-01-09 00:36:51','2021-01-08 16:36:51'),(31241,13322,'action complete via WP Cron','2021-01-09 00:36:51','2021-01-08 16:36:51'),(31242,13323,'action created','2021-01-09 00:36:51','2021-01-08 16:36:51'),(31243,13323,'action started via WP Cron','2021-01-09 00:42:10','2021-01-08 16:42:10'),(31244,13323,'action complete via WP Cron','2021-01-09 00:42:10','2021-01-08 16:42:10'),(31245,13324,'action created','2021-01-09 00:42:10','2021-01-08 16:42:10'),(31246,13324,'action started via WP Cron','2021-01-09 00:43:23','2021-01-08 16:43:23'),(31247,13324,'action complete via WP Cron','2021-01-09 00:43:23','2021-01-08 16:43:23'),(31248,13325,'action created','2021-01-09 00:43:23','2021-01-08 16:43:23'),(31249,13325,'action started via WP Cron','2021-01-09 00:43:45','2021-01-08 16:43:45'),(31250,13325,'action complete via WP Cron','2021-01-09 00:43:45','2021-01-08 16:43:45'),(31251,13326,'action created','2021-01-09 00:43:45','2021-01-08 16:43:45'),(31252,13326,'action started via WP Cron','2021-01-09 00:44:47','2021-01-08 16:44:47'),(31253,13326,'action complete via WP Cron','2021-01-09 00:44:47','2021-01-08 16:44:47'),(31254,13327,'action created','2021-01-09 00:46:50','2021-01-08 16:46:50'),(31255,13327,'action started via WP Cron','2021-01-09 00:47:55','2021-01-08 16:47:55'),(31256,13327,'action complete via WP Cron','2021-01-09 00:47:55','2021-01-08 16:47:55'),(31257,13328,'action created','2021-01-09 00:47:55','2021-01-08 16:47:55'),(31258,13328,'action started via WP Cron','2021-01-09 00:48:55','2021-01-08 16:48:55'),(31259,13328,'action complete via WP Cron','2021-01-09 00:48:55','2021-01-08 16:48:55'),(31260,13329,'action created','2021-01-09 00:48:55','2021-01-08 16:48:55'),(31261,13329,'action started via WP Cron','2021-01-09 00:52:52','2021-01-08 16:52:52'),(31262,13329,'action complete via WP Cron','2021-01-09 00:52:52','2021-01-08 16:52:52'),(31263,13330,'action created','2021-01-09 00:52:52','2021-01-08 16:52:52'),(31264,13330,'action started via WP Cron','2021-01-09 00:53:57','2021-01-08 16:53:57'),(31265,13330,'action complete via WP Cron','2021-01-09 00:53:57','2021-01-08 16:53:57'),(31266,13331,'action created','2021-01-09 00:53:57','2021-01-08 16:53:57'),(31267,13331,'action started via WP Cron','2021-01-09 00:54:46','2021-01-08 16:54:46'),(31268,13331,'action complete via WP Cron','2021-01-09 00:54:46','2021-01-08 16:54:46'),(31269,13332,'action created','2021-01-09 00:54:46','2021-01-08 16:54:46'),(31270,13332,'action started via WP Cron','2021-01-09 01:03:32','2021-01-08 17:03:32'),(31271,13332,'action complete via WP Cron','2021-01-09 01:03:32','2021-01-08 17:03:32'),(31272,13333,'action created','2021-01-09 01:03:33','2021-01-08 17:03:33'),(31273,13333,'action started via WP Cron','2021-01-09 01:04:26','2021-01-08 17:04:26'),(31274,13333,'action complete via WP Cron','2021-01-09 01:04:26','2021-01-08 17:04:26'),(31275,13334,'action created','2021-01-09 01:04:26','2021-01-08 17:04:26'),(31276,13334,'action started via WP Cron','2021-01-09 01:05:08','2021-01-08 17:05:08'),(31277,13334,'action complete via WP Cron','2021-01-09 01:05:08','2021-01-08 17:05:08'),(31278,13335,'action created','2021-01-09 01:05:08','2021-01-08 17:05:08'),(31279,13335,'action started via WP Cron','2021-01-09 01:11:14','2021-01-08 17:11:14'),(31280,13335,'action complete via WP Cron','2021-01-09 01:11:14','2021-01-08 17:11:14'),(31281,13336,'action created','2021-01-09 01:11:14','2021-01-08 17:11:14'),(31282,13336,'action started via WP Cron','2021-01-09 01:15:30','2021-01-08 17:15:30'),(31283,13336,'action complete via WP Cron','2021-01-09 01:15:30','2021-01-08 17:15:30'),(31284,13337,'action created','2021-01-09 01:15:30','2021-01-08 17:15:30'),(31285,13337,'action started via WP Cron','2021-01-09 01:16:17','2021-01-08 17:16:17'),(31286,13337,'action complete via WP Cron','2021-01-09 01:16:17','2021-01-08 17:16:17'),(31287,13338,'action created','2021-01-09 01:16:17','2021-01-08 17:16:17'),(31288,13338,'action started via WP Cron','2021-01-09 01:17:25','2021-01-08 17:17:25'),(31289,13338,'action complete via WP Cron','2021-01-09 01:17:25','2021-01-08 17:17:25'),(31290,13339,'action created','2021-01-09 01:17:25','2021-01-08 17:17:25'),(31291,13339,'action started via WP Cron','2021-01-09 01:19:28','2021-01-08 17:19:28'),(31292,13339,'action complete via WP Cron','2021-01-09 01:19:28','2021-01-08 17:19:28'),(31293,13340,'action created','2021-01-09 01:19:28','2021-01-08 17:19:28'),(31294,13340,'action started via WP Cron','2021-01-09 01:20:28','2021-01-08 17:20:28'),(31295,13340,'action complete via WP Cron','2021-01-09 01:20:28','2021-01-08 17:20:28'),(31296,13341,'action created','2021-01-09 01:20:29','2021-01-08 17:20:29'),(31297,13341,'action started via WP Cron','2021-01-09 01:21:29','2021-01-08 17:21:29'),(31298,13341,'action complete via WP Cron','2021-01-09 01:21:29','2021-01-08 17:21:29'),(31299,13342,'action created','2021-01-09 01:21:29','2021-01-08 17:21:29'),(31300,13342,'action started via WP Cron','2021-01-09 01:22:51','2021-01-08 17:22:51'),(31301,13342,'action complete via WP Cron','2021-01-09 01:22:51','2021-01-08 17:22:51'),(31302,13343,'action created','2021-01-09 01:22:51','2021-01-08 17:22:51'),(31303,13343,'action started via WP Cron','2021-01-09 01:30:08','2021-01-08 17:30:08'),(31304,13343,'action complete via WP Cron','2021-01-09 01:30:08','2021-01-08 17:30:08'),(31305,13344,'action created','2021-01-09 01:30:08','2021-01-08 17:30:08'),(31306,13344,'action started via WP Cron','2021-01-09 01:33:35','2021-01-08 17:33:35'),(31307,13344,'action complete via WP Cron','2021-01-09 01:33:35','2021-01-08 17:33:35'),(31308,13345,'action created','2021-01-09 01:33:35','2021-01-08 17:33:35'),(31309,13345,'action started via WP Cron','2021-01-09 01:34:45','2021-01-08 17:34:45'),(31310,13345,'action complete via WP Cron','2021-01-09 01:34:45','2021-01-08 17:34:45'),(31311,13346,'action created','2021-01-09 01:34:45','2021-01-08 17:34:45'),(31312,13346,'action started via WP Cron','2021-01-09 01:35:46','2021-01-08 17:35:46'),(31313,13346,'action complete via WP Cron','2021-01-09 01:35:46','2021-01-08 17:35:46'),(31314,13347,'action created','2021-01-09 01:35:46','2021-01-08 17:35:46'),(31315,13347,'action started via WP Cron','2021-01-09 01:37:48','2021-01-08 17:37:48'),(31316,13347,'action complete via WP Cron','2021-01-09 01:37:48','2021-01-08 17:37:48'),(31317,13348,'action created','2021-01-09 01:37:48','2021-01-08 17:37:48'),(31318,13348,'action started via WP Cron','2021-01-09 01:38:49','2021-01-08 17:38:49'),(31319,13348,'action complete via WP Cron','2021-01-09 01:38:49','2021-01-08 17:38:49'),(31320,13349,'action created','2021-01-09 01:38:49','2021-01-08 17:38:49'),(31321,13349,'action started via WP Cron','2021-01-09 01:39:50','2021-01-08 17:39:50'),(31322,13349,'action complete via WP Cron','2021-01-09 01:39:50','2021-01-08 17:39:50'),(31323,13350,'action created','2021-01-09 01:39:50','2021-01-08 17:39:50'),(31324,13350,'action started via WP Cron','2021-01-09 01:41:39','2021-01-08 17:41:39'),(31325,13350,'action complete via WP Cron','2021-01-09 01:41:39','2021-01-08 17:41:39'),(31326,13351,'action created','2021-01-09 01:41:39','2021-01-08 17:41:39'),(31327,13351,'action started via WP Cron','2021-01-09 01:49:07','2021-01-08 17:49:07'),(31328,13351,'action complete via WP Cron','2021-01-09 01:49:07','2021-01-08 17:49:07'),(31329,13352,'action created','2021-01-09 01:49:07','2021-01-08 17:49:07'),(31330,13352,'action started via WP Cron','2021-01-09 01:50:07','2021-01-08 17:50:07'),(31331,13352,'action complete via WP Cron','2021-01-09 01:50:07','2021-01-08 17:50:07'),(31332,13353,'action created','2021-01-09 01:50:07','2021-01-08 17:50:07'),(31333,13353,'action started via WP Cron','2021-01-09 01:50:53','2021-01-08 17:50:53'),(31334,13353,'action complete via WP Cron','2021-01-09 01:50:54','2021-01-08 17:50:54'),(31335,13354,'action created','2021-01-09 01:50:54','2021-01-08 17:50:54'),(31336,13354,'action started via WP Cron','2021-01-09 01:51:41','2021-01-08 17:51:41'),(31337,13354,'action complete via WP Cron','2021-01-09 01:51:41','2021-01-08 17:51:41'),(31338,13355,'action created','2021-01-09 01:51:41','2021-01-08 17:51:41'),(31339,13355,'action started via WP Cron','2021-01-09 01:53:10','2021-01-08 17:53:10'),(31340,13355,'action complete via WP Cron','2021-01-09 01:53:10','2021-01-08 17:53:10'),(31341,13356,'action created','2021-01-09 01:53:10','2021-01-08 17:53:10'),(31342,13356,'action started via WP Cron','2021-01-09 01:54:12','2021-01-08 17:54:12'),(31343,13356,'action complete via WP Cron','2021-01-09 01:54:12','2021-01-08 17:54:12'),(31344,13357,'action created','2021-01-09 01:54:12','2021-01-08 17:54:12'),(31345,13357,'action started via WP Cron','2021-01-09 01:55:14','2021-01-08 17:55:14'),(31346,13357,'action complete via WP Cron','2021-01-09 01:55:14','2021-01-08 17:55:14'),(31347,13358,'action created','2021-01-09 01:55:14','2021-01-08 17:55:14'),(31348,13358,'action started via WP Cron','2021-01-09 02:02:02','2021-01-08 18:02:02'),(31349,13358,'action complete via WP Cron','2021-01-09 02:02:02','2021-01-08 18:02:02'),(31350,13359,'action created','2021-01-09 02:02:02','2021-01-08 18:02:02'),(31351,13359,'action started via WP Cron','2021-01-09 02:04:45','2021-01-08 18:04:45'),(31352,13359,'action complete via WP Cron','2021-01-09 02:04:45','2021-01-08 18:04:45'),(31353,13360,'action created','2021-01-09 02:04:45','2021-01-08 18:04:45'),(31354,13360,'action started via WP Cron','2021-01-09 02:09:48','2021-01-08 18:09:48'),(31355,13360,'action complete via WP Cron','2021-01-09 02:09:48','2021-01-08 18:09:48'),(31356,13361,'action created','2021-01-09 02:09:48','2021-01-08 18:09:48'),(31357,13361,'action started via WP Cron','2021-01-09 02:11:48','2021-01-08 18:11:48'),(31358,13361,'action complete via WP Cron','2021-01-09 02:11:48','2021-01-08 18:11:48'),(31359,13362,'action created','2021-01-09 02:11:48','2021-01-08 18:11:48'),(31360,13362,'action started via WP Cron','2021-01-09 02:20:04','2021-01-08 18:20:04'),(31361,13362,'action complete via WP Cron','2021-01-09 02:20:04','2021-01-08 18:20:04'),(31362,13363,'action created','2021-01-09 02:20:04','2021-01-08 18:20:04'),(31363,12872,'action started via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31364,12872,'action complete via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31365,13364,'action created','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31366,12871,'action started via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31367,12871,'action complete via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31368,13365,'action created','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31369,13363,'action started via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31370,13363,'action complete via WP Cron','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31371,13366,'action created','2021-01-09 02:25:24','2021-01-08 18:25:24'),(31372,13366,'action started via WP Cron','2021-01-09 02:33:58','2021-01-08 18:33:58'),(31373,13366,'action complete via WP Cron','2021-01-09 02:33:58','2021-01-08 18:33:58'),(31374,13367,'action created','2021-01-09 02:33:58','2021-01-08 18:33:58'),(31375,13367,'action started via WP Cron','2021-01-09 02:40:30','2021-01-08 18:40:30'),(31376,13367,'action complete via WP Cron','2021-01-09 02:40:30','2021-01-08 18:40:30'),(31377,13368,'action created','2021-01-09 02:40:30','2021-01-08 18:40:30'),(31378,13368,'action started via WP Cron','2021-01-09 02:44:31','2021-01-08 18:44:31'),(31379,13368,'action complete via WP Cron','2021-01-09 02:44:31','2021-01-08 18:44:31'),(31380,13369,'action created','2021-01-09 02:44:31','2021-01-08 18:44:31'),(31381,13369,'action started via WP Cron','2021-01-09 02:48:01','2021-01-08 18:48:01'),(31382,13369,'action complete via WP Cron','2021-01-09 02:48:01','2021-01-08 18:48:01'),(31383,13370,'action created','2021-01-09 02:48:01','2021-01-08 18:48:01'),(31384,13370,'action started via WP Cron','2021-01-09 02:55:39','2021-01-08 18:55:39'),(31385,13370,'action complete via WP Cron','2021-01-09 02:55:39','2021-01-08 18:55:39'),(31386,13371,'action created','2021-01-09 02:55:40','2021-01-08 18:55:40'),(31387,13371,'action started via WP Cron','2021-01-09 02:56:41','2021-01-08 18:56:41'),(31388,13371,'action complete via WP Cron','2021-01-09 02:56:41','2021-01-08 18:56:41'),(31389,13372,'action created','2021-01-09 02:56:41','2021-01-08 18:56:41'),(31390,13372,'action started via WP Cron','2021-01-09 02:57:43','2021-01-08 18:57:43'),(31391,13372,'action complete via WP Cron','2021-01-09 02:57:43','2021-01-08 18:57:43'),(31392,13373,'action created','2021-01-09 02:57:43','2021-01-08 18:57:43'),(31393,13373,'action started via WP Cron','2021-01-09 03:03:12','2021-01-08 19:03:12'),(31394,13373,'action complete via WP Cron','2021-01-09 03:03:12','2021-01-08 19:03:12'),(31395,13374,'action created','2021-01-09 03:03:12','2021-01-08 19:03:12'),(31396,13374,'action started via WP Cron','2021-01-09 03:03:44','2021-01-08 19:03:44'),(31397,13374,'action complete via WP Cron','2021-01-09 03:03:44','2021-01-08 19:03:44'),(31398,13375,'action created','2021-01-09 03:03:44','2021-01-08 19:03:44'),(31399,13375,'action started via WP Cron','2021-01-09 03:07:34','2021-01-08 19:07:34'),(31400,13375,'action complete via WP Cron','2021-01-09 03:07:34','2021-01-08 19:07:34'),(31401,13376,'action created','2021-01-09 03:19:36','2021-01-08 19:19:36'),(31402,13376,'action started via WP Cron','2021-01-09 03:20:42','2021-01-08 19:20:42'),(31403,13376,'action complete via WP Cron','2021-01-09 03:20:42','2021-01-08 19:20:42'),(31404,13377,'action created','2021-01-09 03:20:42','2021-01-08 19:20:42'),(31405,13377,'action started via WP Cron','2021-01-09 03:21:43','2021-01-08 19:21:43'),(31406,13377,'action complete via WP Cron','2021-01-09 03:21:43','2021-01-08 19:21:43'),(31407,13378,'action created','2021-01-09 03:21:43','2021-01-08 19:21:43'),(31408,13378,'action started via WP Cron','2021-01-09 03:23:45','2021-01-08 19:23:45'),(31409,13378,'action complete via WP Cron','2021-01-09 03:23:45','2021-01-08 19:23:45'),(31410,13379,'action created','2021-01-09 03:23:45','2021-01-08 19:23:45'),(31411,13379,'action started via WP Cron','2021-01-09 03:24:46','2021-01-08 19:24:46'),(31412,13379,'action complete via WP Cron','2021-01-09 03:24:46','2021-01-08 19:24:46'),(31413,13380,'action created','2021-01-09 03:24:46','2021-01-08 19:24:46'),(31414,13380,'action started via WP Cron','2021-01-09 03:25:47','2021-01-08 19:25:47'),(31415,13380,'action complete via WP Cron','2021-01-09 03:25:47','2021-01-08 19:25:47'),(31416,13381,'action created','2021-01-09 03:25:47','2021-01-08 19:25:47'),(31417,13381,'action started via WP Cron','2021-01-09 03:27:08','2021-01-08 19:27:08'),(31418,13381,'action complete via WP Cron','2021-01-09 03:27:08','2021-01-08 19:27:08'),(31419,13382,'action created','2021-01-09 03:27:08','2021-01-08 19:27:08'),(31420,13382,'action started via WP Cron','2021-01-09 03:28:00','2021-01-08 19:28:00'),(31421,13382,'action complete via WP Cron','2021-01-09 03:28:00','2021-01-08 19:28:00'),(31422,13383,'action created','2021-01-09 03:28:00','2021-01-08 19:28:00'),(31423,13383,'action started via WP Cron','2021-01-09 03:28:50','2021-01-08 19:28:50'),(31424,13383,'action complete via WP Cron','2021-01-09 03:28:50','2021-01-08 19:28:50'),(31425,13384,'action created','2021-01-09 03:28:50','2021-01-08 19:28:50'),(31426,13384,'action started via WP Cron','2021-01-09 03:35:15','2021-01-08 19:35:15'),(31427,13384,'action complete via WP Cron','2021-01-09 03:35:15','2021-01-08 19:35:15'),(31428,13385,'action created','2021-01-09 03:35:15','2021-01-08 19:35:15'),(31429,13385,'action started via WP Cron','2021-01-09 03:35:51','2021-01-08 19:35:51'),(31430,13385,'action complete via WP Cron','2021-01-09 03:35:51','2021-01-08 19:35:51'),(31431,13386,'action created','2021-01-09 03:35:51','2021-01-08 19:35:51'),(31432,13386,'action started via WP Cron','2021-01-09 03:46:45','2021-01-08 19:46:45'),(31433,13386,'action complete via WP Cron','2021-01-09 03:46:45','2021-01-08 19:46:45'),(31434,13387,'action created','2021-01-09 03:46:45','2021-01-08 19:46:45'),(31435,13387,'action started via WP Cron','2021-01-09 04:06:13','2021-01-08 20:06:13'),(31436,13387,'action complete via WP Cron','2021-01-09 04:06:13','2021-01-08 20:06:13'),(31437,13388,'action created','2021-01-09 04:06:13','2021-01-08 20:06:13'),(31438,13388,'action started via WP Cron','2021-01-09 04:06:46','2021-01-08 20:06:46'),(31439,13388,'action complete via WP Cron','2021-01-09 04:06:46','2021-01-08 20:06:46'),(31440,13389,'action created','2021-01-09 04:06:46','2021-01-08 20:06:46'),(31441,13389,'action started via WP Cron','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31442,13389,'action complete via WP Cron','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31443,12899,'action started via WP Cron','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31444,12899,'action complete via WP Cron','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31445,13390,'action created','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31446,13391,'action created','2021-01-09 04:10:49','2021-01-08 20:10:49'),(31447,13391,'action started via WP Cron','2021-01-09 04:17:00','2021-01-08 20:17:00'),(31448,13391,'action complete via WP Cron','2021-01-09 04:17:00','2021-01-08 20:17:00'),(31449,13392,'action created','2021-01-09 04:17:00','2021-01-08 20:17:00'),(31450,13392,'action started via WP Cron','2021-01-09 04:18:00','2021-01-08 20:18:00'),(31451,13392,'action complete via WP Cron','2021-01-09 04:18:00','2021-01-08 20:18:00'),(31452,13393,'action created','2021-01-09 04:18:00','2021-01-08 20:18:00'),(31453,13393,'action started via WP Cron','2021-01-09 04:18:41','2021-01-08 20:18:41'),(31454,13393,'action complete via WP Cron','2021-01-09 04:18:41','2021-01-08 20:18:41'),(31455,13394,'action created','2021-01-09 04:18:41','2021-01-08 20:18:41'),(31456,13394,'action started via WP Cron','2021-01-09 04:19:45','2021-01-08 20:19:45'),(31457,13394,'action complete via WP Cron','2021-01-09 04:19:45','2021-01-08 20:19:45'),(31458,13395,'action created','2021-01-09 04:19:45','2021-01-08 20:19:45'),(31459,13395,'action started via WP Cron','2021-01-09 04:20:46','2021-01-08 20:20:46'),(31460,13395,'action complete via WP Cron','2021-01-09 04:20:46','2021-01-08 20:20:46'),(31461,13396,'action created','2021-01-09 04:20:46','2021-01-08 20:20:46'),(31462,13396,'action started via WP Cron','2021-01-09 04:22:48','2021-01-08 20:22:48'),(31463,13396,'action complete via WP Cron','2021-01-09 04:22:48','2021-01-08 20:22:48'),(31464,13397,'action created','2021-01-09 04:22:48','2021-01-08 20:22:48'),(31465,13397,'action started via WP Cron','2021-01-09 04:23:49','2021-01-08 20:23:49'),(31466,13397,'action complete via WP Cron','2021-01-09 04:23:49','2021-01-08 20:23:49'),(31467,13398,'action created','2021-01-09 04:23:49','2021-01-08 20:23:49'),(31468,13398,'action started via WP Cron','2021-01-09 04:24:50','2021-01-08 20:24:50'),(31469,13398,'action complete via WP Cron','2021-01-09 04:24:50','2021-01-08 20:24:50'),(31470,13399,'action created','2021-01-09 04:24:50','2021-01-08 20:24:50'),(31471,13399,'action started via WP Cron','2021-01-09 04:53:00','2021-01-08 20:53:00'),(31472,13399,'action complete via WP Cron','2021-01-09 04:53:00','2021-01-08 20:53:00'),(31473,13400,'action created','2021-01-09 04:53:00','2021-01-08 20:53:00'),(31474,13400,'action started via WP Cron','2021-01-09 05:02:55','2021-01-08 21:02:55'),(31475,13400,'action complete via WP Cron','2021-01-09 05:02:55','2021-01-08 21:02:55'),(31476,13401,'action created','2021-01-09 05:02:55','2021-01-08 21:02:55'),(31477,13401,'action started via WP Cron','2021-01-09 05:03:41','2021-01-08 21:03:41'),(31478,13401,'action complete via WP Cron','2021-01-09 05:03:41','2021-01-08 21:03:41'),(31479,13402,'action created','2021-01-09 05:04:02','2021-01-08 21:04:02'),(31480,13402,'action started via WP Cron','2021-01-09 05:12:10','2021-01-08 21:12:10'),(31481,13402,'action complete via WP Cron','2021-01-09 05:12:10','2021-01-08 21:12:10'),(31482,13403,'action created','2021-01-09 05:12:10','2021-01-08 21:12:10'),(31483,13403,'action started via WP Cron','2021-01-09 05:12:42','2021-01-08 21:12:42'),(31484,13403,'action complete via WP Cron','2021-01-09 05:12:42','2021-01-08 21:12:42'),(31485,13404,'action created','2021-01-09 05:12:42','2021-01-08 21:12:42'),(31486,13404,'action started via WP Cron','2021-01-09 05:18:28','2021-01-08 21:18:28'),(31487,13404,'action complete via WP Cron','2021-01-09 05:18:28','2021-01-08 21:18:28'),(31488,13405,'action created','2021-01-09 05:18:28','2021-01-08 21:18:28'),(31489,13405,'action started via WP Cron','2021-01-09 05:24:56','2021-01-08 21:24:56'),(31490,13405,'action complete via WP Cron','2021-01-09 05:24:56','2021-01-08 21:24:56'),(31491,13406,'action created','2021-01-09 05:24:56','2021-01-08 21:24:56'),(31492,13406,'action started via WP Cron','2021-01-09 05:25:50','2021-01-08 21:25:50'),(31493,13406,'action complete via WP Cron','2021-01-09 05:25:50','2021-01-08 21:25:50'),(31494,13407,'action created','2021-01-09 05:25:50','2021-01-08 21:25:50'),(31495,13407,'action started via WP Cron','2021-01-09 05:27:17','2021-01-08 21:27:17'),(31496,13407,'action complete via WP Cron','2021-01-09 05:27:17','2021-01-08 21:27:17'),(31497,13408,'action created','2021-01-09 05:27:17','2021-01-08 21:27:17'),(31498,13408,'action started via WP Cron','2021-01-09 05:27:52','2021-01-08 21:27:52'),(31499,13408,'action complete via WP Cron','2021-01-09 05:27:52','2021-01-08 21:27:52'),(31500,13409,'action created','2021-01-09 05:27:52','2021-01-08 21:27:52'),(31501,13409,'action started via WP Cron','2021-01-09 05:28:53','2021-01-08 21:28:53'),(31502,13409,'action complete via WP Cron','2021-01-09 05:28:53','2021-01-08 21:28:53'),(31503,13410,'action created','2021-01-09 05:28:53','2021-01-08 21:28:53'),(31504,13410,'action started via WP Cron','2021-01-09 05:29:54','2021-01-08 21:29:54'),(31505,13410,'action complete via WP Cron','2021-01-09 05:29:54','2021-01-08 21:29:54'),(31506,13411,'action created','2021-01-09 05:29:54','2021-01-08 21:29:54'),(31507,13411,'action started via WP Cron','2021-01-09 05:31:17','2021-01-08 21:31:17'),(31508,13411,'action complete via WP Cron','2021-01-09 05:31:17','2021-01-08 21:31:17'),(31509,13412,'action created','2021-01-09 05:31:17','2021-01-08 21:31:17'),(31510,13412,'action started via WP Cron','2021-01-09 05:32:02','2021-01-08 21:32:02'),(31511,13412,'action complete via WP Cron','2021-01-09 05:32:02','2021-01-08 21:32:02'),(31512,13413,'action created','2021-01-09 05:32:38','2021-01-08 21:32:38'),(31513,13413,'action started via WP Cron','2021-01-09 05:44:24','2021-01-08 21:44:24'),(31514,13413,'action complete via WP Cron','2021-01-09 05:44:24','2021-01-08 21:44:24'),(31515,13414,'action created','2021-01-09 05:44:24','2021-01-08 21:44:24'),(31519,13415,'action started via WP Cron','2021-01-09 06:03:09','2021-01-08 22:03:09'),(31520,13415,'action complete via WP Cron','2021-01-09 06:03:09','2021-01-08 22:03:09'),(31521,13416,'action created','2021-01-09 06:03:20','2021-01-08 22:03:20'),(31522,13416,'action started via WP Cron','2021-01-09 06:04:09','2021-01-08 22:04:09'),(31523,13416,'action complete via WP Cron','2021-01-09 06:04:09','2021-01-08 22:04:09'),(31524,13417,'action created','2021-01-09 06:05:09','2021-01-08 22:05:09'),(31525,13417,'action started via WP Cron','2021-01-09 06:05:45','2021-01-08 22:05:45'),(31526,13417,'action complete via WP Cron','2021-01-09 06:05:45','2021-01-08 22:05:45'),(31527,13418,'action created','2021-01-09 06:05:45','2021-01-08 22:05:45'),(31528,13418,'action started via WP Cron','2021-01-09 06:07:11','2021-01-08 22:07:11'),(31529,13418,'action complete via WP Cron','2021-01-09 06:07:11','2021-01-08 22:07:11'),(31530,13419,'action created','2021-01-09 06:07:11','2021-01-08 22:07:11'),(31531,13419,'action started via WP Cron','2021-01-09 06:09:16','2021-01-08 22:09:16'),(31532,13419,'action complete via WP Cron','2021-01-09 06:09:16','2021-01-08 22:09:16'),(31533,13420,'action created','2021-01-09 06:09:16','2021-01-08 22:09:16'),(31534,13420,'action started via WP Cron','2021-01-09 06:09:42','2021-01-08 22:09:42'),(31535,13420,'action complete via WP Cron','2021-01-09 06:09:42','2021-01-08 22:09:42'),(31536,13421,'action created','2021-01-09 06:09:42','2021-01-08 22:09:42'),(31537,13421,'action started via WP Cron','2021-01-09 06:18:35','2021-01-08 22:18:35'),(31538,13421,'action complete via WP Cron','2021-01-09 06:18:35','2021-01-08 22:18:35'),(31539,13422,'action created','2021-01-09 06:18:35','2021-01-08 22:18:35'),(31540,13422,'action started via WP Cron','2021-01-09 06:31:57','2021-01-08 22:31:57'),(31541,13422,'action complete via WP Cron','2021-01-09 06:31:57','2021-01-08 22:31:57'),(31542,13423,'action created','2021-01-09 06:32:34','2021-01-08 22:32:34'),(31543,13423,'action started via WP Cron','2021-01-09 06:33:57','2021-01-08 22:33:57'),(31544,13423,'action complete via WP Cron','2021-01-09 06:33:57','2021-01-08 22:33:57'),(31545,13424,'action created','2021-01-09 06:33:57','2021-01-08 22:33:57'),(31546,13424,'action started via WP Cron','2021-01-09 06:34:58','2021-01-08 22:34:58'),(31547,13424,'action complete via WP Cron','2021-01-09 06:34:58','2021-01-08 22:34:58'),(31548,13425,'action created','2021-01-09 06:34:58','2021-01-08 22:34:58'),(31549,13425,'action started via WP Cron','2021-01-09 06:35:59','2021-01-08 22:35:59'),(31550,13425,'action complete via WP Cron','2021-01-09 06:35:59','2021-01-08 22:35:59'),(31551,13426,'action created','2021-01-09 06:35:59','2021-01-08 22:35:59'),(31552,13426,'action started via WP Cron','2021-01-09 06:48:46','2021-01-08 22:48:46'),(31553,13426,'action complete via WP Cron','2021-01-09 06:48:46','2021-01-08 22:48:46'),(31554,13427,'action created','2021-01-09 06:48:46','2021-01-08 22:48:46'),(31555,13427,'action started via WP Cron','2021-01-09 07:01:47','2021-01-08 23:01:47'),(31556,13427,'action complete via WP Cron','2021-01-09 07:01:47','2021-01-08 23:01:47'),(31557,13428,'action created','2021-01-09 07:01:47','2021-01-08 23:01:47'),(31558,13428,'action started via WP Cron','2021-01-09 07:04:58','2021-01-08 23:04:58'),(31559,13428,'action complete via WP Cron','2021-01-09 07:04:58','2021-01-08 23:04:58'),(31560,13429,'action created','2021-01-09 07:04:58','2021-01-08 23:04:58'),(31561,13429,'action started via WP Cron','2021-01-09 07:06:40','2021-01-08 23:06:40'),(31562,13429,'action complete via WP Cron','2021-01-09 07:06:40','2021-01-08 23:06:40'),(31563,13430,'action created','2021-01-09 07:06:40','2021-01-08 23:06:40'),(31564,13430,'action started via WP Cron','2021-01-09 07:08:15','2021-01-08 23:08:15'),(31565,13430,'action complete via WP Cron','2021-01-09 07:08:15','2021-01-08 23:08:15'),(31566,13431,'action created','2021-01-09 07:08:15','2021-01-08 23:08:15'),(31567,13431,'action started via WP Cron','2021-01-09 07:09:16','2021-01-08 23:09:16'),(31568,13431,'action complete via WP Cron','2021-01-09 07:09:16','2021-01-08 23:09:16'),(31569,13432,'action created','2021-01-09 07:09:16','2021-01-08 23:09:16'),(31570,13432,'action started via WP Cron','2021-01-09 07:11:18','2021-01-08 23:11:18'),(31571,13432,'action complete via WP Cron','2021-01-09 07:11:18','2021-01-08 23:11:18'),(31572,13433,'action created','2021-01-09 07:11:18','2021-01-08 23:11:18'),(31573,13433,'action started via WP Cron','2021-01-09 07:12:19','2021-01-08 23:12:19'),(31574,13433,'action complete via WP Cron','2021-01-09 07:12:19','2021-01-08 23:12:19'),(31575,13434,'action created','2021-01-09 07:12:19','2021-01-08 23:12:19'),(31576,13434,'action started via WP Cron','2021-01-09 07:13:20','2021-01-08 23:13:20'),(31577,13434,'action complete via WP Cron','2021-01-09 07:13:20','2021-01-08 23:13:20'),(31578,13435,'action created','2021-01-09 07:13:20','2021-01-08 23:13:20'),(88304,32345,'action complete via WP Cron','2021-02-09 07:31:09','2021-02-08 23:31:09'),(88303,32345,'action started via WP Cron','2021-02-09 07:31:09','2021-02-08 23:31:09'),(90318,33017,'action created','2021-02-10 07:32:35','2021-02-09 23:32:35'),(31582,13435,'action started via WP Cron','2021-01-09 07:30:39','2021-01-08 23:30:39'),(31583,13435,'action complete via WP Cron','2021-01-09 07:30:39','2021-01-08 23:30:39'),(31584,13437,'action created','2021-01-09 07:36:05','2021-01-08 23:36:05'),(31585,13437,'action started via WP Cron','2021-01-09 07:36:59','2021-01-08 23:36:59'),(31586,13437,'action complete via WP Cron','2021-01-09 07:36:59','2021-01-08 23:36:59'),(31587,13438,'action created','2021-01-09 07:36:59','2021-01-08 23:36:59'),(31588,13438,'action started via WP Cron','2021-01-09 07:38:00','2021-01-08 23:38:00'),(31589,13438,'action complete via WP Cron','2021-01-09 07:38:00','2021-01-08 23:38:00'),(31590,13439,'action created','2021-01-09 07:38:00','2021-01-08 23:38:00'),(31591,13439,'action started via WP Cron','2021-01-09 07:40:02','2021-01-08 23:40:02'),(31592,13439,'action complete via WP Cron','2021-01-09 07:40:02','2021-01-08 23:40:02'),(31593,13440,'action created','2021-01-09 07:41:03','2021-01-08 23:41:03'),(31594,13440,'action started via WP Cron','2021-01-09 07:42:04','2021-01-08 23:42:04'),(31595,13440,'action complete via WP Cron','2021-01-09 07:42:04','2021-01-08 23:42:04'),(31596,13441,'action created','2021-01-09 07:42:04','2021-01-08 23:42:04'),(31597,13441,'action started via WP Cron','2021-01-09 07:55:25','2021-01-08 23:55:25'),(31598,13441,'action complete via WP Cron','2021-01-09 07:55:25','2021-01-08 23:55:25'),(31599,13442,'action created','2021-01-09 07:55:25','2021-01-08 23:55:25'),(31600,13442,'action started via WP Cron','2021-01-09 08:02:40','2021-01-09 00:02:40'),(31601,13442,'action complete via WP Cron','2021-01-09 08:02:40','2021-01-09 00:02:40'),(31602,13443,'action created','2021-01-09 08:02:41','2021-01-09 00:02:41'),(31603,13443,'action started via WP Cron','2021-01-09 08:10:47','2021-01-09 00:10:47'),(31604,13443,'action complete via WP Cron','2021-01-09 08:10:47','2021-01-09 00:10:47'),(31605,13444,'action created','2021-01-09 08:14:20','2021-01-09 00:14:20'),(31606,13444,'action started via WP Cron','2021-01-09 08:15:21','2021-01-09 00:15:21'),(31607,13444,'action complete via WP Cron','2021-01-09 08:15:21','2021-01-09 00:15:21'),(31608,13445,'action created','2021-01-09 08:15:21','2021-01-09 00:15:21'),(31609,13445,'action started via WP Cron','2021-01-09 08:16:21','2021-01-09 00:16:21'),(31610,13445,'action complete via WP Cron','2021-01-09 08:16:21','2021-01-09 00:16:21'),(31611,13446,'action created','2021-01-09 08:16:21','2021-01-09 00:16:21'),(31612,13446,'action started via WP Cron','2021-01-09 08:17:04','2021-01-09 00:17:04'),(31613,13446,'action complete via WP Cron','2021-01-09 08:17:04','2021-01-09 00:17:04'),(31614,13447,'action created','2021-01-09 08:17:04','2021-01-09 00:17:04'),(31615,13447,'action started via WP Cron','2021-01-09 08:18:05','2021-01-09 00:18:05'),(31616,13447,'action complete via WP Cron','2021-01-09 08:18:05','2021-01-09 00:18:05'),(31617,13448,'action created','2021-01-09 08:18:23','2021-01-09 00:18:23'),(31618,13448,'action started via WP Cron','2021-01-09 08:19:25','2021-01-09 00:19:25'),(31619,13448,'action complete via WP Cron','2021-01-09 08:19:25','2021-01-09 00:19:25'),(31620,13449,'action created','2021-01-09 08:19:25','2021-01-09 00:19:25'),(31621,13449,'action started via WP Cron','2021-01-09 08:23:40','2021-01-09 00:23:40'),(31622,13449,'action complete via WP Cron','2021-01-09 08:23:40','2021-01-09 00:23:40'),(31623,13450,'action created','2021-01-09 08:23:40','2021-01-09 00:23:40'),(31624,13450,'action started via WP Cron','2021-01-09 08:35:35','2021-01-09 00:35:35'),(31625,13450,'action complete via WP Cron','2021-01-09 08:35:35','2021-01-09 00:35:35'),(31626,13451,'action created','2021-01-09 08:35:35','2021-01-09 00:35:35'),(31627,13451,'action started via WP Cron','2021-01-09 08:40:57','2021-01-09 00:40:57'),(31628,13451,'action complete via WP Cron','2021-01-09 08:40:57','2021-01-09 00:40:57'),(31629,13452,'action created','2021-01-09 08:40:57','2021-01-09 00:40:57'),(31630,13452,'action started via WP Cron','2021-01-09 08:42:10','2021-01-09 00:42:10'),(31631,13452,'action complete via WP Cron','2021-01-09 08:42:10','2021-01-09 00:42:10'),(31632,13453,'action created','2021-01-09 08:42:10','2021-01-09 00:42:10'),(31633,13453,'action started via WP Cron','2021-01-09 08:43:04','2021-01-09 00:43:04'),(31634,13453,'action complete via WP Cron','2021-01-09 08:43:04','2021-01-09 00:43:04'),(31635,13454,'action created','2021-01-09 08:43:04','2021-01-09 00:43:04'),(31636,13454,'action started via WP Cron','2021-01-09 08:44:05','2021-01-09 00:44:05'),(31637,13454,'action complete via WP Cron','2021-01-09 08:44:05','2021-01-09 00:44:05'),(31638,13455,'action created','2021-01-09 08:44:05','2021-01-09 00:44:05'),(31639,13455,'action started via WP Cron','2021-01-09 08:46:07','2021-01-09 00:46:07'),(31640,13455,'action complete via WP Cron','2021-01-09 08:46:07','2021-01-09 00:46:07'),(31641,13456,'action created','2021-01-09 08:46:07','2021-01-09 00:46:07'),(31642,13456,'action started via WP Cron','2021-01-09 08:47:08','2021-01-09 00:47:08'),(31643,13456,'action complete via WP Cron','2021-01-09 08:47:08','2021-01-09 00:47:08'),(31644,13457,'action created','2021-01-09 08:47:08','2021-01-09 00:47:08'),(31645,13457,'action started via WP Cron','2021-01-09 08:47:49','2021-01-09 00:47:49'),(31646,13457,'action complete via WP Cron','2021-01-09 08:47:49','2021-01-09 00:47:49'),(31647,13458,'action created','2021-01-09 08:47:49','2021-01-09 00:47:49'),(31648,13458,'action started via WP Cron','2021-01-09 08:56:19','2021-01-09 00:56:19'),(31649,13458,'action complete via WP Cron','2021-01-09 08:56:19','2021-01-09 00:56:19'),(31650,13459,'action created','2021-01-09 08:56:20','2021-01-09 00:56:20'),(31651,13459,'action started via WP Cron','2021-01-09 08:56:45','2021-01-09 00:56:45'),(31652,13459,'action complete via WP Cron','2021-01-09 08:56:45','2021-01-09 00:56:45'),(31653,13460,'action created','2021-01-09 08:56:46','2021-01-09 00:56:46'),(31654,13460,'action started via WP Cron','2021-01-09 09:19:54','2021-01-09 01:19:54'),(31655,13460,'action complete via WP Cron','2021-01-09 09:19:54','2021-01-09 01:19:54'),(31656,13461,'action created','2021-01-09 09:19:54','2021-01-09 01:19:54'),(31657,13461,'action started via WP Cron','2021-01-09 09:21:19','2021-01-09 01:21:19'),(31658,13461,'action complete via WP Cron','2021-01-09 09:21:19','2021-01-09 01:21:19'),(31659,13462,'action created','2021-01-09 09:21:19','2021-01-09 01:21:19'),(31660,13462,'action started via WP Cron','2021-01-09 09:22:21','2021-01-09 01:22:21'),(31661,13462,'action complete via WP Cron','2021-01-09 09:22:21','2021-01-09 01:22:21'),(31662,13463,'action created','2021-01-09 09:22:21','2021-01-09 01:22:21'),(31663,13463,'action started via WP Cron','2021-01-09 09:23:21','2021-01-09 01:23:21'),(31664,13463,'action complete via WP Cron','2021-01-09 09:23:21','2021-01-09 01:23:21'),(31665,13464,'action created','2021-01-09 09:23:21','2021-01-09 01:23:21'),(31666,13464,'action started via WP Cron','2021-01-09 09:25:23','2021-01-09 01:25:23'),(31667,13464,'action complete via WP Cron','2021-01-09 09:25:23','2021-01-09 01:25:23'),(31668,13465,'action created','2021-01-09 09:25:23','2021-01-09 01:25:23'),(31669,13465,'action started via WP Cron','2021-01-09 09:26:25','2021-01-09 01:26:25'),(31670,13465,'action complete via WP Cron','2021-01-09 09:26:25','2021-01-09 01:26:25'),(31671,13466,'action created','2021-01-09 09:26:25','2021-01-09 01:26:25'),(31672,13466,'action started via WP Cron','2021-01-09 09:46:16','2021-01-09 01:46:16'),(31673,13466,'action complete via WP Cron','2021-01-09 09:46:16','2021-01-09 01:46:16'),(31674,13467,'action created','2021-01-09 09:46:16','2021-01-09 01:46:16'),(31675,13467,'action started via WP Cron','2021-01-09 09:52:11','2021-01-09 01:52:11'),(31676,13467,'action complete via WP Cron','2021-01-09 09:52:11','2021-01-09 01:52:11'),(31677,13468,'action created','2021-01-09 09:52:11','2021-01-09 01:52:11'),(31678,13468,'action started via WP Cron','2021-01-09 09:52:59','2021-01-09 01:52:59'),(31679,13468,'action complete via WP Cron','2021-01-09 09:52:59','2021-01-09 01:52:59'),(31680,13469,'action created','2021-01-09 09:52:59','2021-01-09 01:52:59'),(31681,13469,'action started via WP Cron','2021-01-09 09:59:24','2021-01-09 01:59:24'),(31682,13469,'action complete via WP Cron','2021-01-09 09:59:24','2021-01-09 01:59:24'),(31683,13470,'action created','2021-01-09 09:59:24','2021-01-09 01:59:24'),(31684,13470,'action started via WP Cron','2021-01-09 10:01:09','2021-01-09 02:01:09'),(31685,13470,'action complete via WP Cron','2021-01-09 10:01:09','2021-01-09 02:01:09'),(31686,13471,'action created','2021-01-09 10:01:09','2021-01-09 02:01:09'),(31687,13471,'action started via WP Cron','2021-01-09 10:06:57','2021-01-09 02:06:57'),(31688,13471,'action complete via WP Cron','2021-01-09 10:06:57','2021-01-09 02:06:57'),(31689,13472,'action created','2021-01-09 10:06:57','2021-01-09 02:06:57'),(31690,13472,'action started via WP Cron','2021-01-09 10:07:45','2021-01-09 02:07:45'),(31691,13472,'action complete via WP Cron','2021-01-09 10:07:45','2021-01-09 02:07:45'),(31692,13473,'action created','2021-01-09 10:07:45','2021-01-09 02:07:45'),(31693,13473,'action started via WP Cron','2021-01-09 10:15:35','2021-01-09 02:15:35'),(31694,13473,'action complete via WP Cron','2021-01-09 10:15:35','2021-01-09 02:15:35'),(31695,13474,'action created','2021-01-09 10:15:35','2021-01-09 02:15:35'),(31696,13474,'action started via WP Cron','2021-01-09 10:20:24','2021-01-09 02:20:24'),(31697,13474,'action complete via WP Cron','2021-01-09 10:20:24','2021-01-09 02:20:24'),(31698,13475,'action created','2021-01-09 10:20:24','2021-01-09 02:20:24'),(31699,13475,'action started via WP Cron','2021-01-09 10:26:29','2021-01-09 02:26:29'),(31700,13475,'action complete via WP Cron','2021-01-09 10:26:29','2021-01-09 02:26:29'),(31701,13476,'action created','2021-01-09 10:26:29','2021-01-09 02:26:29'),(31702,13476,'action started via WP Cron','2021-01-09 10:27:27','2021-01-09 02:27:27'),(31703,13476,'action complete via WP Cron','2021-01-09 10:27:27','2021-01-09 02:27:27'),(31704,13477,'action created','2021-01-09 10:27:28','2021-01-09 02:27:28'),(31705,13477,'action started via WP Cron','2021-01-09 10:28:28','2021-01-09 02:28:28'),(31706,13477,'action complete via WP Cron','2021-01-09 10:28:28','2021-01-09 02:28:28'),(31707,13478,'action created','2021-01-09 10:28:28','2021-01-09 02:28:28'),(31708,13478,'action started via WP Cron','2021-01-09 10:30:30','2021-01-09 02:30:30'),(31709,13478,'action complete via WP Cron','2021-01-09 10:30:30','2021-01-09 02:30:30'),(31710,13479,'action created','2021-01-09 10:30:30','2021-01-09 02:30:30'),(31711,13479,'action started via WP Cron','2021-01-09 10:31:32','2021-01-09 02:31:32'),(31712,13479,'action complete via WP Cron','2021-01-09 10:31:32','2021-01-09 02:31:32'),(31713,13480,'action created','2021-01-09 10:31:32','2021-01-09 02:31:32'),(31714,13480,'action started via WP Cron','2021-01-09 10:32:33','2021-01-09 02:32:33'),(31715,13480,'action complete via WP Cron','2021-01-09 10:32:33','2021-01-09 02:32:33'),(31716,13481,'action created','2021-01-09 10:32:33','2021-01-09 02:32:33'),(31717,13481,'action started via WP Cron','2021-01-09 10:52:06','2021-01-09 02:52:06'),(31718,13481,'action complete via WP Cron','2021-01-09 10:52:06','2021-01-09 02:52:06'),(31719,13482,'action created','2021-01-09 10:52:06','2021-01-09 02:52:06'),(31720,13482,'action started via WP Cron','2021-01-09 10:53:04','2021-01-09 02:53:04'),(31721,13482,'action complete via WP Cron','2021-01-09 10:53:04','2021-01-09 02:53:04'),(31722,13483,'action created','2021-01-09 10:53:04','2021-01-09 02:53:04'),(31723,13483,'action started via WP Cron','2021-01-09 10:54:22','2021-01-09 02:54:22'),(31724,13483,'action complete via WP Cron','2021-01-09 10:54:22','2021-01-09 02:54:22'),(31725,13484,'action created','2021-01-09 10:54:22','2021-01-09 02:54:22'),(31726,13484,'action started via WP Cron','2021-01-09 10:56:20','2021-01-09 02:56:20'),(31727,13484,'action complete via WP Cron','2021-01-09 10:56:20','2021-01-09 02:56:20'),(31728,13485,'action created','2021-01-09 10:56:20','2021-01-09 02:56:20'),(31729,13485,'action started via WP Cron','2021-01-09 10:57:16','2021-01-09 02:57:16'),(31730,13485,'action complete via WP Cron','2021-01-09 10:57:16','2021-01-09 02:57:16'),(31731,13486,'action created','2021-01-09 10:57:16','2021-01-09 02:57:16'),(31732,13486,'action started via WP Cron','2021-01-09 10:58:31','2021-01-09 02:58:31'),(31733,13486,'action complete via WP Cron','2021-01-09 10:58:31','2021-01-09 02:58:31'),(31734,13487,'action created','2021-01-09 10:58:31','2021-01-09 02:58:31'),(31735,13487,'action started via WP Cron','2021-01-09 11:06:38','2021-01-09 03:06:38'),(31736,13487,'action complete via WP Cron','2021-01-09 11:06:38','2021-01-09 03:06:38'),(31737,13488,'action created','2021-01-09 11:06:38','2021-01-09 03:06:38'),(31738,13488,'action started via WP Cron','2021-01-09 11:09:31','2021-01-09 03:09:31'),(31739,13488,'action complete via WP Cron','2021-01-09 11:09:31','2021-01-09 03:09:31'),(31740,13489,'action created','2021-01-09 11:09:31','2021-01-09 03:09:31'),(31741,13489,'action started via WP Cron','2021-01-09 11:11:42','2021-01-09 03:11:42'),(31742,13489,'action complete via WP Cron','2021-01-09 11:11:42','2021-01-09 03:11:42'),(31743,13490,'action created','2021-01-09 11:11:42','2021-01-09 03:11:42'),(31744,13490,'action started via WP Cron','2021-01-09 11:12:59','2021-01-09 03:12:59'),(31745,13490,'action complete via WP Cron','2021-01-09 11:12:59','2021-01-09 03:12:59'),(31746,13491,'action created','2021-01-09 11:12:59','2021-01-09 03:12:59'),(31747,13491,'action started via WP Cron','2021-01-09 11:23:39','2021-01-09 03:23:39'),(31748,13491,'action complete via WP Cron','2021-01-09 11:23:39','2021-01-09 03:23:39'),(31749,13492,'action created','2021-01-09 11:23:39','2021-01-09 03:23:39'),(31750,13492,'action started via WP Cron','2021-01-09 11:25:29','2021-01-09 03:25:29'),(31751,13492,'action complete via WP Cron','2021-01-09 11:25:29','2021-01-09 03:25:29'),(31752,13493,'action created','2021-01-09 11:25:29','2021-01-09 03:25:29'),(31753,13493,'action started via WP Cron','2021-01-09 11:32:39','2021-01-09 03:32:39'),(31754,13493,'action complete via WP Cron','2021-01-09 11:32:39','2021-01-09 03:32:39'),(31755,13494,'action created','2021-01-09 11:32:39','2021-01-09 03:32:39'),(31756,13494,'action started via WP Cron','2021-01-09 11:33:32','2021-01-09 03:33:32'),(31757,13494,'action complete via WP Cron','2021-01-09 11:33:32','2021-01-09 03:33:32'),(31758,13495,'action created','2021-01-09 11:33:32','2021-01-09 03:33:32'),(31759,13495,'action started via WP Cron','2021-01-09 11:34:24','2021-01-09 03:34:24'),(31760,13495,'action complete via WP Cron','2021-01-09 11:34:24','2021-01-09 03:34:24'),(31761,13496,'action created','2021-01-09 11:34:24','2021-01-09 03:34:24'),(31762,13496,'action started via WP Cron','2021-01-09 11:35:34','2021-01-09 03:35:34'),(31763,13496,'action complete via WP Cron','2021-01-09 11:35:34','2021-01-09 03:35:34'),(31764,13497,'action created','2021-01-09 11:35:34','2021-01-09 03:35:34'),(31765,13497,'action started via WP Cron','2021-01-09 11:36:35','2021-01-09 03:36:35'),(31766,13497,'action complete via WP Cron','2021-01-09 11:36:35','2021-01-09 03:36:35'),(31767,13498,'action created','2021-01-09 11:36:36','2021-01-09 03:36:36'),(31768,13498,'action started via WP Cron','2021-01-09 11:37:37','2021-01-09 03:37:37'),(31769,13498,'action complete via WP Cron','2021-01-09 11:37:37','2021-01-09 03:37:37'),(31770,13499,'action created','2021-01-09 11:37:37','2021-01-09 03:37:37'),(31771,13499,'action started via WP Cron','2021-01-09 11:44:01','2021-01-09 03:44:01'),(31772,13499,'action complete via WP Cron','2021-01-09 11:44:01','2021-01-09 03:44:01'),(31773,13500,'action created','2021-01-09 11:44:01','2021-01-09 03:44:01'),(31774,13500,'action started via WP Cron','2021-01-09 11:49:25','2021-01-09 03:49:25'),(31775,13500,'action complete via WP Cron','2021-01-09 11:49:25','2021-01-09 03:49:25'),(31776,13501,'action created','2021-01-09 11:50:50','2021-01-09 03:50:50'),(31777,13501,'action started via WP Cron','2021-01-09 11:54:31','2021-01-09 03:54:31'),(31778,13501,'action complete via WP Cron','2021-01-09 11:54:31','2021-01-09 03:54:31'),(31779,13502,'action created','2021-01-09 11:54:31','2021-01-09 03:54:31'),(31780,13502,'action started via WP Cron','2021-01-09 11:55:38','2021-01-09 03:55:38'),(31781,13502,'action complete via WP Cron','2021-01-09 11:55:38','2021-01-09 03:55:38'),(31782,13503,'action created','2021-01-09 11:55:38','2021-01-09 03:55:38'),(31783,13503,'action started via WP Cron','2021-01-09 11:56:40','2021-01-09 03:56:40'),(31784,13503,'action complete via WP Cron','2021-01-09 11:56:40','2021-01-09 03:56:40'),(31785,13504,'action created','2021-01-09 11:56:40','2021-01-09 03:56:40'),(31786,13504,'action started via WP Cron','2021-01-09 11:58:40','2021-01-09 03:58:40'),(31787,13504,'action complete via WP Cron','2021-01-09 11:58:40','2021-01-09 03:58:40'),(31788,13505,'action created','2021-01-09 11:58:40','2021-01-09 03:58:40'),(31789,13505,'action started via WP Cron','2021-01-09 11:59:44','2021-01-09 03:59:44'),(31790,13505,'action complete via WP Cron','2021-01-09 11:59:44','2021-01-09 03:59:44'),(31791,13506,'action created','2021-01-09 11:59:44','2021-01-09 03:59:44'),(31792,13506,'action started via WP Cron','2021-01-09 12:00:45','2021-01-09 04:00:45'),(31793,13506,'action complete via WP Cron','2021-01-09 12:00:45','2021-01-09 04:00:45'),(31794,13507,'action created','2021-01-09 12:00:45','2021-01-09 04:00:45'),(31795,13507,'action started via WP Cron','2021-01-09 12:04:56','2021-01-09 04:04:56'),(31796,13507,'action complete via WP Cron','2021-01-09 12:04:56','2021-01-09 04:04:56'),(31797,13508,'action created','2021-01-09 12:04:56','2021-01-09 04:04:56'),(31798,13508,'action started via WP Cron','2021-01-09 12:11:15','2021-01-09 04:11:15'),(31799,13508,'action complete via WP Cron','2021-01-09 12:11:15','2021-01-09 04:11:15'),(31800,13509,'action created','2021-01-09 12:11:15','2021-01-09 04:11:15'),(31801,13509,'action started via WP Cron','2021-01-09 12:27:37','2021-01-09 04:27:37'),(31802,13509,'action complete via WP Cron','2021-01-09 12:27:37','2021-01-09 04:27:37'),(31803,13510,'action created','2021-01-09 12:27:37','2021-01-09 04:27:37'),(31804,13510,'action started via WP Cron','2021-01-09 12:37:43','2021-01-09 04:37:43'),(31805,13510,'action complete via WP Cron','2021-01-09 12:37:43','2021-01-09 04:37:43'),(31806,13511,'action created','2021-01-09 12:37:43','2021-01-09 04:37:43'),(31807,13511,'action started via WP Cron','2021-01-09 12:39:38','2021-01-09 04:39:38'),(31808,13511,'action complete via WP Cron','2021-01-09 12:39:38','2021-01-09 04:39:38'),(31809,13512,'action created','2021-01-09 12:39:38','2021-01-09 04:39:38'),(31810,13512,'action started via WP Cron','2021-01-09 12:41:40','2021-01-09 04:41:40'),(31811,13512,'action complete via WP Cron','2021-01-09 12:41:40','2021-01-09 04:41:40'),(31812,13513,'action created','2021-01-09 12:41:40','2021-01-09 04:41:40'),(31813,13513,'action started via WP Cron','2021-01-09 12:42:41','2021-01-09 04:42:41'),(31814,13513,'action complete via WP Cron','2021-01-09 12:42:41','2021-01-09 04:42:41'),(31815,13514,'action created','2021-01-09 12:42:41','2021-01-09 04:42:41'),(31816,13514,'action started via WP Cron','2021-01-09 12:43:42','2021-01-09 04:43:42'),(31817,13514,'action complete via WP Cron','2021-01-09 12:43:42','2021-01-09 04:43:42'),(31818,13515,'action created','2021-01-09 12:43:42','2021-01-09 04:43:42'),(31819,13515,'action started via WP Cron','2021-01-09 13:01:45','2021-01-09 05:01:45'),(31820,13515,'action complete via WP Cron','2021-01-09 13:01:45','2021-01-09 05:01:45'),(31821,13516,'action created','2021-01-09 13:01:45','2021-01-09 05:01:45'),(31822,13516,'action started via WP Cron','2021-01-09 13:02:46','2021-01-09 05:02:46'),(31823,13516,'action complete via WP Cron','2021-01-09 13:02:46','2021-01-09 05:02:46'),(31824,13517,'action created','2021-01-09 13:02:46','2021-01-09 05:02:46'),(31825,13517,'action started via WP Cron','2021-01-09 13:04:33','2021-01-09 05:04:33'),(31826,13517,'action complete via WP Cron','2021-01-09 13:04:33','2021-01-09 05:04:33'),(31827,13518,'action created','2021-01-09 13:04:33','2021-01-09 05:04:33'),(31828,13518,'action started via WP Cron','2021-01-09 13:04:48','2021-01-09 05:04:48'),(31829,13518,'action complete via WP Cron','2021-01-09 13:04:48','2021-01-09 05:04:48'),(31830,13519,'action created','2021-01-09 13:04:48','2021-01-09 05:04:48'),(31831,13519,'action started via WP Cron','2021-01-09 13:05:49','2021-01-09 05:05:49'),(31832,13519,'action complete via WP Cron','2021-01-09 13:05:49','2021-01-09 05:05:49'),(31833,13520,'action created','2021-01-09 13:05:49','2021-01-09 05:05:49'),(31834,13520,'action started via WP Cron','2021-01-09 13:15:38','2021-01-09 05:15:38'),(31835,13520,'action complete via WP Cron','2021-01-09 13:15:38','2021-01-09 05:15:38'),(31836,13521,'action created','2021-01-09 13:15:38','2021-01-09 05:15:38'),(31837,13521,'action started via WP Cron','2021-01-09 13:16:39','2021-01-09 05:16:39'),(31838,13521,'action complete via WP Cron','2021-01-09 13:16:39','2021-01-09 05:16:39'),(31839,13522,'action created','2021-01-09 13:16:39','2021-01-09 05:16:39'),(31840,13522,'action started via WP Cron','2021-01-09 13:17:42','2021-01-09 05:17:42'),(31841,13522,'action complete via WP Cron','2021-01-09 13:17:42','2021-01-09 05:17:42'),(31842,13523,'action created','2021-01-09 13:17:42','2021-01-09 05:17:42'),(31843,13523,'action started via WP Cron','2021-01-09 13:19:58','2021-01-09 05:19:58'),(31844,13523,'action complete via WP Cron','2021-01-09 13:19:58','2021-01-09 05:19:58'),(31845,13524,'action created','2021-01-09 13:19:58','2021-01-09 05:19:58'),(31846,13524,'action started via WP Cron','2021-01-09 13:20:58','2021-01-09 05:20:58'),(31847,13524,'action complete via WP Cron','2021-01-09 13:20:58','2021-01-09 05:20:58'),(31848,13525,'action created','2021-01-09 13:20:58','2021-01-09 05:20:58'),(31849,13525,'action started via WP Cron','2021-01-09 13:21:59','2021-01-09 05:21:59'),(31850,13525,'action complete via WP Cron','2021-01-09 13:21:59','2021-01-09 05:21:59'),(31851,13526,'action created','2021-01-09 13:21:59','2021-01-09 05:21:59'),(31852,13526,'action started via WP Cron','2021-01-09 13:23:15','2021-01-09 05:23:15'),(31853,13526,'action complete via WP Cron','2021-01-09 13:23:15','2021-01-09 05:23:15'),(31854,13527,'action created','2021-01-09 13:23:15','2021-01-09 05:23:15'),(31855,13527,'action started via WP Cron','2021-01-09 13:24:03','2021-01-09 05:24:03'),(31856,13527,'action complete via WP Cron','2021-01-09 13:24:03','2021-01-09 05:24:03'),(31857,13528,'action created','2021-01-09 13:24:03','2021-01-09 05:24:03'),(31858,13528,'action started via WP Cron','2021-01-09 13:25:04','2021-01-09 05:25:04'),(31859,13528,'action complete via WP Cron','2021-01-09 13:25:04','2021-01-09 05:25:04'),(31860,13529,'action created','2021-01-09 13:25:04','2021-01-09 05:25:04'),(31861,13529,'action started via WP Cron','2021-01-09 13:26:04','2021-01-09 05:26:04'),(31862,13529,'action complete via WP Cron','2021-01-09 13:26:04','2021-01-09 05:26:04'),(31863,13530,'action created','2021-01-09 13:26:04','2021-01-09 05:26:04'),(31864,13530,'action started via WP Cron','2021-01-09 13:31:18','2021-01-09 05:31:18'),(31865,13530,'action complete via WP Cron','2021-01-09 13:31:18','2021-01-09 05:31:18'),(31866,13531,'action created','2021-01-09 13:31:18','2021-01-09 05:31:18'),(31867,13531,'action started via WP Cron','2021-01-09 13:38:15','2021-01-09 05:38:15'),(31868,13531,'action complete via WP Cron','2021-01-09 13:38:15','2021-01-09 05:38:15'),(31869,13532,'action created','2021-01-09 13:38:15','2021-01-09 05:38:15'),(31870,13532,'action started via WP Cron','2021-01-09 13:43:08','2021-01-09 05:43:08'),(31871,13532,'action complete via WP Cron','2021-01-09 13:43:08','2021-01-09 05:43:08'),(31872,13533,'action created','2021-01-09 13:43:08','2021-01-09 05:43:08'),(31873,13533,'action started via WP Cron','2021-01-09 13:44:12','2021-01-09 05:44:12'),(31874,13533,'action complete via WP Cron','2021-01-09 13:44:12','2021-01-09 05:44:12'),(31875,13534,'action created','2021-01-09 13:44:13','2021-01-09 05:44:13'),(31876,13534,'action started via WP Cron','2021-01-09 13:45:13','2021-01-09 05:45:13'),(31877,13534,'action complete via WP Cron','2021-01-09 13:45:13','2021-01-09 05:45:13'),(31878,13535,'action created','2021-01-09 13:45:13','2021-01-09 05:45:13'),(31879,13535,'action started via WP Cron','2021-01-09 13:47:16','2021-01-09 05:47:16'),(31880,13535,'action complete via WP Cron','2021-01-09 13:47:16','2021-01-09 05:47:16'),(31881,13536,'action created','2021-01-09 13:47:16','2021-01-09 05:47:16'),(31882,13536,'action started via WP Cron','2021-01-09 13:48:17','2021-01-09 05:48:17'),(31883,13536,'action complete via WP Cron','2021-01-09 13:48:17','2021-01-09 05:48:17'),(31884,13537,'action created','2021-01-09 13:48:17','2021-01-09 05:48:17'),(31885,13537,'action started via WP Cron','2021-01-09 13:49:17','2021-01-09 05:49:17'),(31886,13537,'action complete via WP Cron','2021-01-09 13:49:17','2021-01-09 05:49:17'),(31887,13538,'action created','2021-01-09 13:49:17','2021-01-09 05:49:17'),(31888,13538,'action started via WP Cron','2021-01-09 13:53:45','2021-01-09 05:53:45'),(31889,13538,'action complete via WP Cron','2021-01-09 13:53:45','2021-01-09 05:53:45'),(31890,13539,'action created','2021-01-09 13:53:45','2021-01-09 05:53:45'),(31891,13539,'action started via WP Cron','2021-01-09 14:04:10','2021-01-09 06:04:10'),(31892,13539,'action complete via WP Cron','2021-01-09 14:04:10','2021-01-09 06:04:10'),(31893,13540,'action created','2021-01-09 14:04:10','2021-01-09 06:04:10'),(31894,13540,'action started via WP Cron','2021-01-09 14:05:56','2021-01-09 06:05:56'),(31895,13540,'action complete via WP Cron','2021-01-09 14:05:56','2021-01-09 06:05:56'),(31896,13541,'action created','2021-01-09 14:05:56','2021-01-09 06:05:56'),(31897,13541,'action started via WP Cron','2021-01-09 14:06:51','2021-01-09 06:06:51'),(31898,13541,'action complete via WP Cron','2021-01-09 14:06:51','2021-01-09 06:06:51'),(31899,13542,'action created','2021-01-09 14:06:51','2021-01-09 06:06:51'),(31900,13542,'action started via WP Cron','2021-01-09 14:07:52','2021-01-09 06:07:52'),(31901,13542,'action complete via WP Cron','2021-01-09 14:07:52','2021-01-09 06:07:52'),(31902,13543,'action created','2021-01-09 14:07:52','2021-01-09 06:07:52'),(31903,13543,'action started via WP Cron','2021-01-09 14:09:56','2021-01-09 06:09:56'),(31904,13543,'action complete via WP Cron','2021-01-09 14:09:56','2021-01-09 06:09:56'),(31905,13544,'action created','2021-01-09 14:09:56','2021-01-09 06:09:56'),(31906,13544,'action started via WP Cron','2021-01-09 14:10:56','2021-01-09 06:10:56'),(31907,13544,'action complete via WP Cron','2021-01-09 14:10:56','2021-01-09 06:10:56'),(31908,13545,'action created','2021-01-09 14:10:57','2021-01-09 06:10:57'),(31909,13545,'action started via WP Cron','2021-01-09 14:11:57','2021-01-09 06:11:57'),(31910,13545,'action complete via WP Cron','2021-01-09 14:11:57','2021-01-09 06:11:57'),(31911,13546,'action created','2021-01-09 14:11:57','2021-01-09 06:11:57'),(31912,13546,'action started via WP Cron','2021-01-09 14:21:44','2021-01-09 06:21:44'),(31913,13546,'action complete via WP Cron','2021-01-09 14:21:44','2021-01-09 06:21:44'),(31914,13547,'action created','2021-01-09 14:21:44','2021-01-09 06:21:44'),(31915,13547,'action started via WP Cron','2021-01-09 14:29:28','2021-01-09 06:29:28'),(31916,13547,'action complete via WP Cron','2021-01-09 14:29:28','2021-01-09 06:29:28'),(31917,13548,'action created','2021-01-09 14:29:28','2021-01-09 06:29:28'),(31918,13548,'action started via WP Cron','2021-01-09 14:35:24','2021-01-09 06:35:24'),(31919,13548,'action complete via WP Cron','2021-01-09 14:35:24','2021-01-09 06:35:24'),(31920,13549,'action created','2021-01-09 14:35:24','2021-01-09 06:35:24'),(31921,13549,'action started via WP Cron','2021-01-09 14:36:19','2021-01-09 06:36:19'),(31922,13549,'action complete via WP Cron','2021-01-09 14:36:19','2021-01-09 06:36:19'),(31923,13550,'action created','2021-01-09 14:36:19','2021-01-09 06:36:19'),(31924,13550,'action started via WP Cron','2021-01-09 14:40:54','2021-01-09 06:40:54'),(31925,13550,'action complete via WP Cron','2021-01-09 14:40:54','2021-01-09 06:40:54'),(31926,13551,'action created','2021-01-09 14:47:25','2021-01-09 06:47:25'),(31927,13551,'action started via WP Cron','2021-01-09 15:05:27','2021-01-09 07:05:27'),(31928,13551,'action complete via WP Cron','2021-01-09 15:05:27','2021-01-09 07:05:27'),(31929,13552,'action created','2021-01-09 15:05:27','2021-01-09 07:05:27'),(31930,13552,'action started via WP Cron','2021-01-09 15:05:42','2021-01-09 07:05:42'),(31931,13552,'action complete via WP Cron','2021-01-09 15:05:42','2021-01-09 07:05:42'),(31932,13553,'action created','2021-01-09 15:05:43','2021-01-09 07:05:43'),(31933,13553,'action started via WP Cron','2021-01-09 15:06:51','2021-01-09 07:06:51'),(31934,13553,'action complete via WP Cron','2021-01-09 15:06:51','2021-01-09 07:06:51'),(31935,13554,'action created','2021-01-09 15:06:51','2021-01-09 07:06:51'),(31936,13554,'action started via WP Cron','2021-01-09 15:12:03','2021-01-09 07:12:03'),(31937,13554,'action complete via WP Cron','2021-01-09 15:12:03','2021-01-09 07:12:03'),(31938,13555,'action created','2021-01-09 15:12:03','2021-01-09 07:12:03'),(31939,13555,'action started via WP Cron','2021-01-09 15:13:05','2021-01-09 07:13:05'),(31940,13555,'action complete via WP Cron','2021-01-09 15:13:05','2021-01-09 07:13:05'),(31941,13556,'action created','2021-01-09 15:13:06','2021-01-09 07:13:06'),(31942,13556,'action started via WP Cron','2021-01-09 15:14:07','2021-01-09 07:14:07'),(31943,13556,'action complete via WP Cron','2021-01-09 15:14:07','2021-01-09 07:14:07'),(31944,13557,'action created','2021-01-09 15:16:07','2021-01-09 07:16:07'),(31945,13557,'action started via WP Cron','2021-01-09 15:17:10','2021-01-09 07:17:10'),(31946,13557,'action complete via WP Cron','2021-01-09 15:17:10','2021-01-09 07:17:10'),(31947,13558,'action created','2021-01-09 15:17:10','2021-01-09 07:17:10'),(31948,13558,'action started via WP Cron','2021-01-09 15:18:09','2021-01-09 07:18:09'),(31949,13558,'action complete via WP Cron','2021-01-09 15:18:09','2021-01-09 07:18:09'),(31950,13559,'action created','2021-01-09 15:18:09','2021-01-09 07:18:09'),(31951,13559,'action started via WP Cron','2021-01-09 15:21:10','2021-01-09 07:21:10'),(31952,13559,'action complete via WP Cron','2021-01-09 15:21:10','2021-01-09 07:21:10'),(31953,13560,'action created','2021-01-09 15:21:10','2021-01-09 07:21:10'),(31954,13560,'action started via WP Cron','2021-01-09 15:24:13','2021-01-09 07:24:13'),(31955,13560,'action complete via WP Cron','2021-01-09 15:24:13','2021-01-09 07:24:13'),(31956,13561,'action created','2021-01-09 15:24:13','2021-01-09 07:24:13'),(31957,13561,'action started via WP Cron','2021-01-09 15:31:38','2021-01-09 07:31:38'),(31958,13561,'action complete via WP Cron','2021-01-09 15:31:38','2021-01-09 07:31:38'),(31959,13562,'action created','2021-01-09 15:31:38','2021-01-09 07:31:38'),(31960,13562,'action started via WP Cron','2021-01-09 15:34:05','2021-01-09 07:34:05'),(31961,13562,'action complete via WP Cron','2021-01-09 15:34:05','2021-01-09 07:34:05'),(31962,13563,'action created','2021-01-09 15:34:06','2021-01-09 07:34:06'),(31963,13563,'action started via WP Cron','2021-01-09 15:36:16','2021-01-09 07:36:16'),(31964,13563,'action complete via WP Cron','2021-01-09 15:36:16','2021-01-09 07:36:16'),(31965,13564,'action created','2021-01-09 15:36:16','2021-01-09 07:36:16'),(31966,13564,'action started via WP Cron','2021-01-09 15:39:35','2021-01-09 07:39:35'),(31967,13564,'action complete via WP Cron','2021-01-09 15:39:35','2021-01-09 07:39:35'),(31968,13565,'action created','2021-01-09 15:39:35','2021-01-09 07:39:35'),(31969,13565,'action started via WP Cron','2021-01-09 15:40:21','2021-01-09 07:40:21'),(31970,13565,'action complete via WP Cron','2021-01-09 15:40:21','2021-01-09 07:40:21'),(31971,13566,'action created','2021-01-09 15:40:21','2021-01-09 07:40:21'),(31972,13566,'action started via WP Cron','2021-01-09 15:49:12','2021-01-09 07:49:12'),(31973,13566,'action complete via WP Cron','2021-01-09 15:49:12','2021-01-09 07:49:12'),(31974,13567,'action created','2021-01-09 15:49:12','2021-01-09 07:49:12'),(31975,13567,'action started via WP Cron','2021-01-09 15:50:16','2021-01-09 07:50:16'),(31976,13567,'action complete via WP Cron','2021-01-09 15:50:16','2021-01-09 07:50:16'),(31977,13568,'action created','2021-01-09 15:50:16','2021-01-09 07:50:16'),(31978,13568,'action started via WP Cron','2021-01-09 15:55:20','2021-01-09 07:55:20'),(31979,13568,'action complete via WP Cron','2021-01-09 15:55:20','2021-01-09 07:55:20'),(31980,13569,'action created','2021-01-09 15:55:20','2021-01-09 07:55:20'),(31981,13569,'action started via WP Cron','2021-01-09 15:56:11','2021-01-09 07:56:11'),(31982,13569,'action complete via WP Cron','2021-01-09 15:56:11','2021-01-09 07:56:11'),(31983,13570,'action created','2021-01-09 15:56:11','2021-01-09 07:56:11'),(31984,13570,'action started via WP Cron','2021-01-09 15:57:21','2021-01-09 07:57:21'),(31985,13570,'action complete via WP Cron','2021-01-09 15:57:21','2021-01-09 07:57:21'),(31986,13571,'action created','2021-01-09 15:57:21','2021-01-09 07:57:21'),(31987,13571,'action started via WP Cron','2021-01-09 15:58:25','2021-01-09 07:58:25'),(31988,13571,'action complete via WP Cron','2021-01-09 15:58:25','2021-01-09 07:58:25'),(31989,13572,'action created','2021-01-09 15:58:25','2021-01-09 07:58:25'),(31990,13572,'action started via WP Cron','2021-01-09 15:59:59','2021-01-09 07:59:59'),(31991,13572,'action complete via WP Cron','2021-01-09 15:59:59','2021-01-09 07:59:59'),(31992,13573,'action created','2021-01-09 15:59:59','2021-01-09 07:59:59'),(31993,13573,'action started via WP Cron','2021-01-09 16:01:26','2021-01-09 08:01:26'),(31994,13573,'action complete via WP Cron','2021-01-09 16:01:26','2021-01-09 08:01:26'),(31995,13574,'action created','2021-01-09 16:01:26','2021-01-09 08:01:26'),(31996,13574,'action started via WP Cron','2021-01-09 16:02:32','2021-01-09 08:02:32'),(31997,13574,'action complete via WP Cron','2021-01-09 16:02:32','2021-01-09 08:02:32'),(31998,13575,'action created','2021-01-09 16:02:32','2021-01-09 08:02:32'),(31999,13575,'action started via WP Cron','2021-01-09 16:09:49','2021-01-09 08:09:49'),(32000,13575,'action complete via WP Cron','2021-01-09 16:09:49','2021-01-09 08:09:49'),(32001,13576,'action created','2021-01-09 16:09:49','2021-01-09 08:09:49'),(32002,13576,'action started via WP Cron','2021-01-09 16:16:24','2021-01-09 08:16:24'),(32003,13576,'action complete via WP Cron','2021-01-09 16:16:24','2021-01-09 08:16:24'),(32004,13577,'action created','2021-01-09 16:16:24','2021-01-09 08:16:24'),(32005,13577,'action started via WP Cron','2021-01-09 16:21:12','2021-01-09 08:21:12'),(32006,13577,'action complete via WP Cron','2021-01-09 16:21:12','2021-01-09 08:21:12'),(32007,13578,'action created','2021-01-09 16:21:12','2021-01-09 08:21:12'),(32008,13578,'action started via WP Cron','2021-01-09 16:24:45','2021-01-09 08:24:45'),(32009,13578,'action complete via WP Cron','2021-01-09 16:24:45','2021-01-09 08:24:45'),(32010,13579,'action created','2021-01-09 16:24:45','2021-01-09 08:24:45'),(32011,13579,'action started via WP Cron','2021-01-09 16:26:42','2021-01-09 08:26:42'),(32012,13579,'action complete via WP Cron','2021-01-09 16:26:42','2021-01-09 08:26:42'),(32013,13580,'action created','2021-01-09 16:26:42','2021-01-09 08:26:42'),(32014,13580,'action started via WP Cron','2021-01-09 16:28:15','2021-01-09 08:28:15'),(32015,13580,'action complete via WP Cron','2021-01-09 16:28:15','2021-01-09 08:28:15'),(32016,13581,'action created','2021-01-09 16:28:15','2021-01-09 08:28:15'),(32017,13581,'action started via WP Cron','2021-01-09 16:29:16','2021-01-09 08:29:16'),(32018,13581,'action complete via WP Cron','2021-01-09 16:29:16','2021-01-09 08:29:16'),(32019,13582,'action created','2021-01-09 16:29:16','2021-01-09 08:29:16'),(32020,13582,'action started via WP Cron','2021-01-09 16:31:18','2021-01-09 08:31:18'),(32021,13582,'action complete via WP Cron','2021-01-09 16:31:18','2021-01-09 08:31:18'),(32022,13583,'action created','2021-01-09 16:31:18','2021-01-09 08:31:18'),(32023,13583,'action started via WP Cron','2021-01-09 16:32:19','2021-01-09 08:32:19'),(32024,13583,'action complete via WP Cron','2021-01-09 16:32:19','2021-01-09 08:32:19'),(32025,13584,'action created','2021-01-09 16:32:19','2021-01-09 08:32:19'),(32026,13584,'action started via WP Cron','2021-01-09 16:33:20','2021-01-09 08:33:20'),(32027,13584,'action complete via WP Cron','2021-01-09 16:33:20','2021-01-09 08:33:20'),(32028,13585,'action created','2021-01-09 16:33:20','2021-01-09 08:33:20'),(32029,13585,'action started via WP Cron','2021-01-09 16:33:52','2021-01-09 08:33:52'),(32030,13585,'action complete via WP Cron','2021-01-09 16:33:52','2021-01-09 08:33:52'),(32031,13586,'action created','2021-01-09 16:33:53','2021-01-09 08:33:53'),(32032,13586,'action started via WP Cron','2021-01-09 16:39:17','2021-01-09 08:39:17'),(32033,13586,'action complete via WP Cron','2021-01-09 16:39:17','2021-01-09 08:39:17'),(32034,13587,'action created','2021-01-09 16:39:17','2021-01-09 08:39:17'),(32035,13587,'action started via WP Cron','2021-01-09 16:40:24','2021-01-09 08:40:24'),(32036,13587,'action complete via WP Cron','2021-01-09 16:40:24','2021-01-09 08:40:24'),(32037,13588,'action created','2021-01-09 16:40:24','2021-01-09 08:40:24'),(32038,13588,'action started via WP Cron','2021-01-09 16:41:24','2021-01-09 08:41:24'),(32039,13588,'action complete via WP Cron','2021-01-09 16:41:24','2021-01-09 08:41:24'),(32040,13589,'action created','2021-01-09 16:41:24','2021-01-09 08:41:24'),(32041,13589,'action started via WP Cron','2021-01-09 16:42:25','2021-01-09 08:42:25'),(32042,13589,'action complete via WP Cron','2021-01-09 16:42:25','2021-01-09 08:42:25'),(32043,13590,'action created','2021-01-09 16:42:25','2021-01-09 08:42:25'),(32044,13590,'action started via WP Cron','2021-01-09 16:44:27','2021-01-09 08:44:27'),(32045,13590,'action complete via WP Cron','2021-01-09 16:44:27','2021-01-09 08:44:27'),(32046,13591,'action created','2021-01-09 16:44:27','2021-01-09 08:44:27'),(32047,13591,'action started via WP Cron','2021-01-09 16:45:29','2021-01-09 08:45:29'),(32048,13591,'action complete via WP Cron','2021-01-09 16:45:29','2021-01-09 08:45:29'),(32049,13592,'action created','2021-01-09 16:45:29','2021-01-09 08:45:29'),(32050,13592,'action started via WP Cron','2021-01-09 16:54:05','2021-01-09 08:54:05'),(32051,13592,'action complete via WP Cron','2021-01-09 16:54:05','2021-01-09 08:54:05'),(32052,13593,'action created','2021-01-09 16:54:05','2021-01-09 08:54:05'),(32053,13593,'action started via WP Cron','2021-01-09 16:57:27','2021-01-09 08:57:27'),(32054,13593,'action complete via WP Cron','2021-01-09 16:57:27','2021-01-09 08:57:27'),(32055,13594,'action created','2021-01-09 16:57:27','2021-01-09 08:57:27'),(32056,13594,'action started via WP Cron','2021-01-09 16:58:56','2021-01-09 08:58:56'),(32057,13594,'action complete via WP Cron','2021-01-09 16:58:56','2021-01-09 08:58:56'),(32058,13595,'action created','2021-01-09 16:58:56','2021-01-09 08:58:56'),(32059,13595,'action started via WP Cron','2021-01-09 17:00:16','2021-01-09 09:00:16'),(32060,13595,'action complete via WP Cron','2021-01-09 17:00:16','2021-01-09 09:00:16'),(32061,13596,'action created','2021-01-09 17:00:16','2021-01-09 09:00:16'),(32062,13596,'action started via WP Cron','2021-01-09 17:01:22','2021-01-09 09:01:22'),(32063,13596,'action complete via WP Cron','2021-01-09 17:01:22','2021-01-09 09:01:22'),(32064,13597,'action created','2021-01-09 17:01:22','2021-01-09 09:01:22'),(32065,13597,'action started via WP Cron','2021-01-09 17:02:23','2021-01-09 09:02:23'),(32066,13597,'action complete via WP Cron','2021-01-09 17:02:23','2021-01-09 09:02:23'),(32067,13598,'action created','2021-01-09 17:02:23','2021-01-09 09:02:23'),(32068,13598,'action started via WP Cron','2021-01-09 17:03:25','2021-01-09 09:03:25'),(32069,13598,'action complete via WP Cron','2021-01-09 17:03:25','2021-01-09 09:03:25'),(32070,13599,'action created','2021-01-09 17:03:27','2021-01-09 09:03:27'),(32071,13599,'action started via WP Cron','2021-01-09 17:03:57','2021-01-09 09:03:57'),(32072,13599,'action complete via WP Cron','2021-01-09 17:03:57','2021-01-09 09:03:57'),(32073,13600,'action created','2021-01-09 17:03:57','2021-01-09 09:03:57'),(32074,13600,'action started via WP Cron','2021-01-09 17:05:02','2021-01-09 09:05:02'),(32075,13600,'action complete via WP Cron','2021-01-09 17:05:02','2021-01-09 09:05:02'),(32076,13601,'action created','2021-01-09 17:06:18','2021-01-09 09:06:18'),(32077,13601,'action started via WP Cron','2021-01-09 17:09:07','2021-01-09 09:09:07'),(32078,13601,'action complete via WP Cron','2021-01-09 17:09:07','2021-01-09 09:09:07'),(32079,13602,'action created','2021-01-09 17:09:07','2021-01-09 09:09:07'),(32080,13602,'action started via WP Cron','2021-01-09 17:16:02','2021-01-09 09:16:02'),(32081,13602,'action complete via WP Cron','2021-01-09 17:16:02','2021-01-09 09:16:02'),(32082,13603,'action created','2021-01-09 17:16:02','2021-01-09 09:16:02'),(32083,13603,'action started via WP Cron','2021-01-09 17:18:09','2021-01-09 09:18:09'),(32084,13603,'action complete via WP Cron','2021-01-09 17:18:09','2021-01-09 09:18:09'),(32085,13604,'action created','2021-01-09 17:18:09','2021-01-09 09:18:09'),(32086,13604,'action started via WP Cron','2021-01-09 17:29:19','2021-01-09 09:29:19'),(32087,13604,'action complete via WP Cron','2021-01-09 17:29:19','2021-01-09 09:29:19'),(32088,13605,'action created','2021-01-09 17:29:19','2021-01-09 09:29:19'),(32089,13605,'action started via WP Cron','2021-01-09 17:33:33','2021-01-09 09:33:33'),(32090,13605,'action complete via WP Cron','2021-01-09 17:33:33','2021-01-09 09:33:33'),(32091,13606,'action created','2021-01-09 17:33:33','2021-01-09 09:33:33'),(32092,13606,'action started via WP Cron','2021-01-09 17:34:35','2021-01-09 09:34:35'),(32093,13606,'action complete via WP Cron','2021-01-09 17:34:35','2021-01-09 09:34:35'),(32094,13607,'action created','2021-01-09 17:34:35','2021-01-09 09:34:35'),(32095,13607,'action started via WP Cron','2021-01-09 17:35:35','2021-01-09 09:35:35'),(32096,13607,'action complete via WP Cron','2021-01-09 17:35:35','2021-01-09 09:35:35'),(32097,13608,'action created','2021-01-09 17:35:35','2021-01-09 09:35:35'),(32098,13608,'action started via WP Cron','2021-01-09 17:37:31','2021-01-09 09:37:31'),(32099,13608,'action complete via WP Cron','2021-01-09 17:37:31','2021-01-09 09:37:31'),(32100,13609,'action created','2021-01-09 17:37:31','2021-01-09 09:37:31'),(32101,13609,'action started via WP Cron','2021-01-09 17:38:38','2021-01-09 09:38:38'),(32102,13609,'action complete via WP Cron','2021-01-09 17:38:38','2021-01-09 09:38:38'),(32103,13610,'action created','2021-01-09 17:38:39','2021-01-09 09:38:39'),(32104,13610,'action started via WP Cron','2021-01-09 17:39:39','2021-01-09 09:39:39'),(32105,13610,'action complete via WP Cron','2021-01-09 17:39:39','2021-01-09 09:39:39'),(32106,13611,'action created','2021-01-09 17:39:39','2021-01-09 09:39:39'),(32107,13611,'action started via WP Cron','2021-01-09 17:40:26','2021-01-09 09:40:26'),(32108,13611,'action complete via WP Cron','2021-01-09 17:40:26','2021-01-09 09:40:26'),(32109,13612,'action created','2021-01-09 17:40:26','2021-01-09 09:40:26'),(32110,13612,'action started via WP Cron','2021-01-09 17:42:15','2021-01-09 09:42:15'),(32111,13612,'action complete via WP Cron','2021-01-09 17:42:15','2021-01-09 09:42:15'),(32112,13613,'action created','2021-01-09 17:42:16','2021-01-09 09:42:16'),(32113,13613,'action started via WP Cron','2021-01-09 17:43:20','2021-01-09 09:43:20'),(32114,13613,'action complete via WP Cron','2021-01-09 17:43:20','2021-01-09 09:43:20'),(32115,13614,'action created','2021-01-09 17:43:20','2021-01-09 09:43:20'),(32116,13614,'action started via WP Cron','2021-01-09 17:45:11','2021-01-09 09:45:11'),(32117,13614,'action complete via WP Cron','2021-01-09 17:45:11','2021-01-09 09:45:11'),(32118,13615,'action created','2021-01-09 17:45:12','2021-01-09 09:45:12'),(32119,13615,'action started via WP Cron','2021-01-09 17:46:29','2021-01-09 09:46:29'),(32120,13615,'action complete via WP Cron','2021-01-09 17:46:29','2021-01-09 09:46:29'),(32121,13616,'action created','2021-01-09 17:46:30','2021-01-09 09:46:30'),(32122,13616,'action started via WP Cron','2021-01-09 17:47:31','2021-01-09 09:47:31'),(32123,13616,'action complete via WP Cron','2021-01-09 17:47:31','2021-01-09 09:47:31'),(32124,13617,'action created','2021-01-09 17:47:31','2021-01-09 09:47:31'),(32125,13617,'action started via WP Cron','2021-01-09 17:48:24','2021-01-09 09:48:24'),(32126,13617,'action complete via WP Cron','2021-01-09 17:48:24','2021-01-09 09:48:24'),(32127,13618,'action created','2021-01-09 17:48:24','2021-01-09 09:48:24'),(32128,13618,'action started via WP Cron','2021-01-09 17:49:33','2021-01-09 09:49:33'),(32129,13618,'action complete via WP Cron','2021-01-09 17:49:33','2021-01-09 09:49:33'),(32130,13619,'action created','2021-01-09 17:49:33','2021-01-09 09:49:33'),(32131,13619,'action started via WP Cron','2021-01-09 17:50:34','2021-01-09 09:50:34'),(32132,13619,'action complete via WP Cron','2021-01-09 17:50:34','2021-01-09 09:50:34'),(32133,13620,'action created','2021-01-09 17:50:34','2021-01-09 09:50:34'),(32134,13620,'action started via WP Cron','2021-01-09 17:54:08','2021-01-09 09:54:08'),(32135,13620,'action complete via WP Cron','2021-01-09 17:54:08','2021-01-09 09:54:08'),(32136,13621,'action created','2021-01-09 17:54:08','2021-01-09 09:54:08'),(32140,13622,'action started via WP Cron','2021-01-09 18:04:27','2021-01-09 10:04:27'),(32141,13622,'action complete via WP Cron','2021-01-09 18:04:27','2021-01-09 10:04:27'),(32142,13623,'action created','2021-01-09 18:04:27','2021-01-09 10:04:27'),(32143,13623,'action started via WP Cron','2021-01-09 18:05:27','2021-01-09 10:05:27'),(32144,13623,'action complete via WP Cron','2021-01-09 18:05:27','2021-01-09 10:05:27'),(32145,13624,'action created','2021-01-09 18:05:27','2021-01-09 10:05:27'),(32146,13624,'action started via WP Cron','2021-01-09 18:05:55','2021-01-09 10:05:55'),(32147,13624,'action complete via WP Cron','2021-01-09 18:05:55','2021-01-09 10:05:55'),(32148,13625,'action created','2021-01-09 18:05:55','2021-01-09 10:05:55'),(32149,13625,'action started via WP Cron','2021-01-09 18:07:29','2021-01-09 10:07:29'),(32150,13625,'action complete via WP Cron','2021-01-09 18:07:29','2021-01-09 10:07:29'),(32151,13626,'action created','2021-01-09 18:07:29','2021-01-09 10:07:29'),(32152,13626,'action started via WP Cron','2021-01-09 18:07:56','2021-01-09 10:07:56'),(32153,13626,'action complete via WP Cron','2021-01-09 18:07:56','2021-01-09 10:07:56'),(32154,13627,'action created','2021-01-09 18:07:56','2021-01-09 10:07:56'),(32155,13627,'action started via WP Cron','2021-01-09 18:08:54','2021-01-09 10:08:54'),(32156,13627,'action complete via WP Cron','2021-01-09 18:08:54','2021-01-09 10:08:54'),(32157,13628,'action created','2021-01-09 18:08:54','2021-01-09 10:08:54'),(32158,13628,'action started via WP Cron','2021-01-09 18:09:54','2021-01-09 10:09:54'),(32159,13628,'action complete via WP Cron','2021-01-09 18:09:54','2021-01-09 10:09:54'),(32160,13629,'action created','2021-01-09 18:09:54','2021-01-09 10:09:54'),(32161,13629,'action started via WP Cron','2021-01-09 18:24:08','2021-01-09 10:24:08'),(32162,13629,'action complete via WP Cron','2021-01-09 18:24:08','2021-01-09 10:24:08'),(32163,13630,'action created','2021-01-09 18:24:08','2021-01-09 10:24:08'),(32164,13630,'action started via WP Cron','2021-01-09 18:28:34','2021-01-09 10:28:34'),(32165,13630,'action complete via WP Cron','2021-01-09 18:28:34','2021-01-09 10:28:34'),(32166,13631,'action created','2021-01-09 18:28:34','2021-01-09 10:28:34'),(32167,13631,'action started via WP Cron','2021-01-09 18:29:52','2021-01-09 10:29:52'),(32168,13631,'action complete via WP Cron','2021-01-09 18:29:53','2021-01-09 10:29:53'),(32169,13632,'action created','2021-01-09 18:29:53','2021-01-09 10:29:53'),(32170,13632,'action started via WP Cron','2021-01-09 18:39:45','2021-01-09 10:39:45'),(32171,13632,'action complete via WP Cron','2021-01-09 18:39:45','2021-01-09 10:39:45'),(32172,13633,'action created','2021-01-09 18:39:45','2021-01-09 10:39:45'),(32173,13633,'action started via WP Cron','2021-01-09 18:40:45','2021-01-09 10:40:45'),(32174,13633,'action complete via WP Cron','2021-01-09 18:40:45','2021-01-09 10:40:45'),(32175,13634,'action created','2021-01-09 18:40:46','2021-01-09 10:40:46'),(32176,13634,'action started via WP Cron','2021-01-09 18:41:47','2021-01-09 10:41:47'),(32177,13634,'action complete via WP Cron','2021-01-09 18:41:47','2021-01-09 10:41:47'),(32178,13635,'action created','2021-01-09 18:41:47','2021-01-09 10:41:47'),(32179,13635,'action started via WP Cron','2021-01-09 18:42:43','2021-01-09 10:42:43'),(32180,13635,'action complete via WP Cron','2021-01-09 18:42:43','2021-01-09 10:42:43'),(32181,13636,'action created','2021-01-09 18:42:43','2021-01-09 10:42:43'),(32182,13636,'action started via WP Cron','2021-01-09 18:43:43','2021-01-09 10:43:43'),(32183,13636,'action complete via WP Cron','2021-01-09 18:43:43','2021-01-09 10:43:43'),(32184,13637,'action created','2021-01-09 18:43:44','2021-01-09 10:43:44'),(32185,13637,'action started via WP Cron','2021-01-09 18:44:44','2021-01-09 10:44:44'),(32186,13637,'action complete via WP Cron','2021-01-09 18:44:44','2021-01-09 10:44:44'),(32187,13638,'action created','2021-01-09 18:44:44','2021-01-09 10:44:44'),(32188,13638,'action started via WP Cron','2021-01-09 18:47:03','2021-01-09 10:47:03'),(32189,13638,'action complete via WP Cron','2021-01-09 18:47:03','2021-01-09 10:47:03'),(32190,13639,'action created','2021-01-09 18:47:03','2021-01-09 10:47:03'),(32191,13639,'action started via WP Cron','2021-01-09 18:47:41','2021-01-09 10:47:41'),(32192,13639,'action complete via WP Cron','2021-01-09 18:47:41','2021-01-09 10:47:41'),(32193,13640,'action created','2021-01-09 18:47:41','2021-01-09 10:47:41'),(32194,13640,'action started via WP Cron','2021-01-09 18:50:00','2021-01-09 10:50:00'),(32195,13640,'action complete via WP Cron','2021-01-09 18:50:00','2021-01-09 10:50:00'),(32196,13641,'action created','2021-01-09 18:50:00','2021-01-09 10:50:00'),(32197,13641,'action started via WP Cron','2021-01-09 18:51:10','2021-01-09 10:51:10'),(32198,13641,'action complete via WP Cron','2021-01-09 18:51:10','2021-01-09 10:51:10'),(32199,13642,'action created','2021-01-09 18:51:19','2021-01-09 10:51:19'),(32200,13642,'action started via WP Cron','2021-01-09 18:52:10','2021-01-09 10:52:10'),(32201,13642,'action complete via WP Cron','2021-01-09 18:52:10','2021-01-09 10:52:10'),(32202,13643,'action created','2021-01-09 18:53:10','2021-01-09 10:53:10'),(32203,13643,'action started via WP Cron','2021-01-09 18:54:06','2021-01-09 10:54:06'),(32204,13643,'action complete via WP Cron','2021-01-09 18:54:06','2021-01-09 10:54:06'),(32205,13644,'action created','2021-01-09 18:54:06','2021-01-09 10:54:06'),(32206,13644,'action started via WP Cron','2021-01-09 18:55:15','2021-01-09 10:55:15'),(32207,13644,'action complete via WP Cron','2021-01-09 18:55:15','2021-01-09 10:55:15'),(32208,13645,'action created','2021-01-09 18:56:14','2021-01-09 10:56:14'),(32209,13645,'action started via WP Cron','2021-01-09 18:57:17','2021-01-09 10:57:17'),(32210,13645,'action complete via WP Cron','2021-01-09 18:57:17','2021-01-09 10:57:17'),(32211,13646,'action created','2021-01-09 18:57:17','2021-01-09 10:57:17'),(32212,13646,'action started via WP Cron','2021-01-09 18:58:00','2021-01-09 10:58:00'),(32213,13646,'action complete via WP Cron','2021-01-09 18:58:00','2021-01-09 10:58:00'),(32214,13647,'action created','2021-01-09 18:58:00','2021-01-09 10:58:00'),(32215,13647,'action started via WP Cron','2021-01-09 19:02:11','2021-01-09 11:02:11'),(32216,13647,'action complete via WP Cron','2021-01-09 19:02:11','2021-01-09 11:02:11'),(32217,13648,'action created','2021-01-09 19:02:11','2021-01-09 11:02:11'),(32218,13648,'action started via WP Cron','2021-01-09 19:04:53','2021-01-09 11:04:53'),(32219,13648,'action complete via WP Cron','2021-01-09 19:04:53','2021-01-09 11:04:53'),(32220,13649,'action created','2021-01-09 19:04:53','2021-01-09 11:04:53'),(32221,13649,'action started via WP Cron','2021-01-09 19:06:44','2021-01-09 11:06:44'),(32222,13649,'action complete via WP Cron','2021-01-09 19:06:44','2021-01-09 11:06:44'),(32223,13650,'action created','2021-01-09 19:06:44','2021-01-09 11:06:44'),(32224,13650,'action started via WP Cron','2021-01-09 19:08:08','2021-01-09 11:08:08'),(32225,13650,'action complete via WP Cron','2021-01-09 19:08:08','2021-01-09 11:08:08'),(32226,13651,'action created','2021-01-09 19:08:08','2021-01-09 11:08:08'),(32227,13651,'action started via WP Cron','2021-01-09 19:09:33','2021-01-09 11:09:33'),(32228,13651,'action complete via WP Cron','2021-01-09 19:09:33','2021-01-09 11:09:33'),(32229,13652,'action created','2021-01-09 19:09:59','2021-01-09 11:09:59'),(32230,13652,'action started via WP Cron','2021-01-09 19:11:32','2021-01-09 11:11:32'),(32231,13652,'action complete via WP Cron','2021-01-09 19:11:32','2021-01-09 11:11:32'),(32232,13653,'action created','2021-01-09 19:11:32','2021-01-09 11:11:32'),(32233,13653,'action started via WP Cron','2021-01-09 19:12:00','2021-01-09 11:12:00'),(32234,13653,'action complete via WP Cron','2021-01-09 19:12:01','2021-01-09 11:12:01'),(32235,13654,'action created','2021-01-09 19:12:33','2021-01-09 11:12:33'),(32236,13654,'action started via WP Cron','2021-01-09 19:13:01','2021-01-09 11:13:01'),(32237,13654,'action complete via WP Cron','2021-01-09 19:13:01','2021-01-09 11:13:01'),(32238,13655,'action created','2021-01-09 19:13:01','2021-01-09 11:13:01'),(32239,13655,'action started via WP Cron','2021-01-09 19:14:02','2021-01-09 11:14:02'),(32240,13655,'action complete via WP Cron','2021-01-09 19:14:02','2021-01-09 11:14:02'),(32241,13656,'action created','2021-01-09 19:14:02','2021-01-09 11:14:02'),(32242,13656,'action started via WP Cron','2021-01-09 19:15:03','2021-01-09 11:15:03'),(32243,13656,'action complete via WP Cron','2021-01-09 19:15:03','2021-01-09 11:15:03'),(32244,13657,'action created','2021-01-09 19:15:04','2021-01-09 11:15:04'),(32245,13657,'action started via WP Cron','2021-01-09 19:16:25','2021-01-09 11:16:25'),(32246,13657,'action complete via WP Cron','2021-01-09 19:16:25','2021-01-09 11:16:25'),(32247,13658,'action created','2021-01-09 19:16:25','2021-01-09 11:16:25'),(32248,13658,'action started via WP Cron','2021-01-09 19:17:49','2021-01-09 11:17:49'),(32249,13658,'action complete via WP Cron','2021-01-09 19:17:49','2021-01-09 11:17:49'),(32250,13659,'action created','2021-01-09 19:17:49','2021-01-09 11:17:49'),(32251,13659,'action started via WP Cron','2021-01-09 19:19:58','2021-01-09 11:19:58'),(32252,13659,'action complete via WP Cron','2021-01-09 19:19:58','2021-01-09 11:19:58'),(32253,13660,'action created','2021-01-09 19:19:58','2021-01-09 11:19:58'),(32254,13660,'action started via WP Cron','2021-01-09 19:24:39','2021-01-09 11:24:39'),(32255,13660,'action complete via WP Cron','2021-01-09 19:24:39','2021-01-09 11:24:39'),(32256,13661,'action created','2021-01-09 19:24:39','2021-01-09 11:24:39'),(32257,13661,'action started via WP Cron','2021-01-09 19:25:43','2021-01-09 11:25:43'),(32258,13661,'action complete via WP Cron','2021-01-09 19:25:43','2021-01-09 11:25:43'),(32259,13662,'action created','2021-01-09 19:25:43','2021-01-09 11:25:43'),(32260,13662,'action started via WP Cron','2021-01-09 19:29:31','2021-01-09 11:29:31'),(32261,13662,'action complete via WP Cron','2021-01-09 19:29:31','2021-01-09 11:29:31'),(32262,13663,'action created','2021-01-09 19:29:31','2021-01-09 11:29:31'),(32263,13663,'action started via WP Cron','2021-01-09 19:29:43','2021-01-09 11:29:43'),(32264,13663,'action complete via WP Cron','2021-01-09 19:29:43','2021-01-09 11:29:43'),(32265,13664,'action created','2021-01-09 19:29:43','2021-01-09 11:29:43'),(32266,13664,'action started via WP Cron','2021-01-09 19:31:26','2021-01-09 11:31:26'),(32267,13664,'action complete via WP Cron','2021-01-09 19:31:26','2021-01-09 11:31:26'),(32268,13665,'action created','2021-01-09 19:31:26','2021-01-09 11:31:26'),(32269,13665,'action started via WP Cron','2021-01-09 19:31:48','2021-01-09 11:31:48'),(32270,13665,'action complete via WP Cron','2021-01-09 19:31:48','2021-01-09 11:31:48'),(32271,13666,'action created','2021-01-09 19:31:48','2021-01-09 11:31:48'),(32272,13666,'action started via WP Cron','2021-01-09 19:33:48','2021-01-09 11:33:48'),(32273,13666,'action complete via WP Cron','2021-01-09 19:33:48','2021-01-09 11:33:48'),(32274,13667,'action created','2021-01-09 19:33:48','2021-01-09 11:33:48'),(32275,13667,'action started via WP Cron','2021-01-09 19:45:32','2021-01-09 11:45:32'),(32276,13667,'action complete via WP Cron','2021-01-09 19:45:32','2021-01-09 11:45:32'),(32277,13668,'action created','2021-01-09 19:45:32','2021-01-09 11:45:32'),(32278,13668,'action started via WP Cron','2021-01-09 19:45:53','2021-01-09 11:45:53'),(32279,13668,'action complete via WP Cron','2021-01-09 19:45:53','2021-01-09 11:45:53'),(32280,13669,'action created','2021-01-09 19:45:53','2021-01-09 11:45:53'),(32281,13669,'action started via WP Cron','2021-01-09 19:52:43','2021-01-09 11:52:43'),(32282,13669,'action complete via WP Cron','2021-01-09 19:52:43','2021-01-09 11:52:43'),(32283,13670,'action created','2021-01-09 19:52:43','2021-01-09 11:52:43'),(32284,13670,'action started via WP Cron','2021-01-09 19:56:20','2021-01-09 11:56:20'),(32285,13670,'action complete via WP Cron','2021-01-09 19:56:20','2021-01-09 11:56:20'),(32286,13671,'action created','2021-01-09 19:56:20','2021-01-09 11:56:20'),(32287,13671,'action started via WP Cron','2021-01-09 19:57:04','2021-01-09 11:57:04'),(32288,13671,'action complete via WP Cron','2021-01-09 19:57:04','2021-01-09 11:57:04'),(32289,13672,'action created','2021-01-09 19:57:04','2021-01-09 11:57:04'),(32290,13672,'action started via WP Cron','2021-01-09 19:57:48','2021-01-09 11:57:48'),(32291,13672,'action complete via WP Cron','2021-01-09 19:57:48','2021-01-09 11:57:48'),(32292,13673,'action created','2021-01-09 19:58:15','2021-01-09 11:58:15'),(32293,13673,'action started via WP Cron','2021-01-09 19:58:49','2021-01-09 11:58:49'),(32294,13673,'action complete via WP Cron','2021-01-09 19:58:49','2021-01-09 11:58:49'),(32295,13674,'action created','2021-01-09 19:59:16','2021-01-09 11:59:16'),(32296,13674,'action started via WP Cron','2021-01-09 19:59:49','2021-01-09 11:59:49'),(32297,13674,'action complete via WP Cron','2021-01-09 19:59:49','2021-01-09 11:59:49'),(32298,13675,'action created','2021-01-09 19:59:50','2021-01-09 11:59:50'),(32299,13675,'action started via WP Cron','2021-01-09 20:00:50','2021-01-09 12:00:50'),(32300,13675,'action complete via WP Cron','2021-01-09 20:00:50','2021-01-09 12:00:50'),(32301,13676,'action created','2021-01-09 20:00:50','2021-01-09 12:00:50'),(32302,13676,'action started via WP Cron','2021-01-09 20:05:09','2021-01-09 12:05:09'),(32303,13676,'action complete via WP Cron','2021-01-09 20:05:09','2021-01-09 12:05:09'),(32304,13677,'action created','2021-01-09 20:05:09','2021-01-09 12:05:09'),(32305,13677,'action started via WP Cron','2021-01-09 20:11:24','2021-01-09 12:11:24'),(32306,13677,'action complete via WP Cron','2021-01-09 20:11:24','2021-01-09 12:11:24'),(32307,13678,'action created','2021-01-09 20:11:24','2021-01-09 12:11:24'),(32308,13678,'action started via WP Cron','2021-01-09 20:12:40','2021-01-09 12:12:40'),(32309,13678,'action complete via WP Cron','2021-01-09 20:12:40','2021-01-09 12:12:40'),(32310,13679,'action created','2021-01-09 20:12:40','2021-01-09 12:12:40'),(32311,13679,'action started via WP Cron','2021-01-09 20:14:34','2021-01-09 12:14:34'),(32312,13679,'action complete via WP Cron','2021-01-09 20:14:34','2021-01-09 12:14:34'),(32313,13680,'action created','2021-01-09 20:14:34','2021-01-09 12:14:34'),(32314,13680,'action started via WP Cron','2021-01-09 20:15:35','2021-01-09 12:15:35'),(32315,13680,'action complete via WP Cron','2021-01-09 20:15:35','2021-01-09 12:15:35'),(32316,13681,'action created','2021-01-09 20:15:35','2021-01-09 12:15:35'),(32317,13681,'action started via WP Cron','2021-01-09 20:17:37','2021-01-09 12:17:37'),(32318,13681,'action complete via WP Cron','2021-01-09 20:17:37','2021-01-09 12:17:37'),(32319,13682,'action created','2021-01-09 20:17:37','2021-01-09 12:17:37'),(32320,13682,'action started via WP Cron','2021-01-09 20:18:37','2021-01-09 12:18:37'),(32321,13682,'action complete via WP Cron','2021-01-09 20:18:37','2021-01-09 12:18:37'),(32322,13683,'action created','2021-01-09 20:18:38','2021-01-09 12:18:38'),(32323,13683,'action started via WP Cron','2021-01-09 20:19:39','2021-01-09 12:19:39'),(32324,13683,'action complete via WP Cron','2021-01-09 20:19:39','2021-01-09 12:19:39'),(32325,13684,'action created','2021-01-09 20:19:40','2021-01-09 12:19:40'),(32326,13684,'action started via WP Cron','2021-01-09 20:27:05','2021-01-09 12:27:05'),(32327,13684,'action complete via WP Cron','2021-01-09 20:27:05','2021-01-09 12:27:05'),(32328,13685,'action created','2021-01-09 20:27:05','2021-01-09 12:27:05'),(32329,13685,'action started via WP Cron','2021-01-09 20:31:48','2021-01-09 12:31:48'),(32330,13685,'action complete via WP Cron','2021-01-09 20:31:48','2021-01-09 12:31:48'),(32331,13686,'action created','2021-01-09 20:31:48','2021-01-09 12:31:48'),(32332,13686,'action started via WP Cron','2021-01-09 21:00:36','2021-01-09 13:00:36'),(32333,13686,'action complete via WP Cron','2021-01-09 21:00:36','2021-01-09 13:00:36'),(32334,13687,'action created','2021-01-09 21:00:37','2021-01-09 13:00:37'),(32335,13687,'action started via WP Cron','2021-01-09 21:01:36','2021-01-09 13:01:36'),(32336,13687,'action complete via WP Cron','2021-01-09 21:01:36','2021-01-09 13:01:36'),(32337,13688,'action created','2021-01-09 21:01:36','2021-01-09 13:01:36'),(32338,13688,'action started via WP Cron','2021-01-09 21:02:36','2021-01-09 13:02:36'),(32339,13688,'action complete via WP Cron','2021-01-09 21:02:36','2021-01-09 13:02:36'),(32340,13689,'action created','2021-01-09 21:02:36','2021-01-09 13:02:36'),(32341,13689,'action started via WP Cron','2021-01-09 21:03:39','2021-01-09 13:03:39'),(32342,13689,'action complete via WP Cron','2021-01-09 21:03:39','2021-01-09 13:03:39'),(32343,13690,'action created','2021-01-09 21:04:40','2021-01-09 13:04:40'),(32344,13690,'action started via WP Cron','2021-01-09 21:05:43','2021-01-09 13:05:43'),(32345,13690,'action complete via WP Cron','2021-01-09 21:05:43','2021-01-09 13:05:43'),(32346,13691,'action created','2021-01-09 21:20:25','2021-01-09 13:20:25'),(32347,13691,'action started via WP Cron','2021-01-09 21:32:29','2021-01-09 13:32:29'),(32348,13691,'action complete via WP Cron','2021-01-09 21:32:29','2021-01-09 13:32:29'),(32349,13692,'action created','2021-01-09 21:32:29','2021-01-09 13:32:29'),(32350,13692,'action started via WP Cron','2021-01-09 21:33:36','2021-01-09 13:33:36'),(32351,13692,'action complete via WP Cron','2021-01-09 21:33:36','2021-01-09 13:33:36'),(32352,13693,'action created','2021-01-09 21:33:36','2021-01-09 13:33:36'),(32353,13693,'action started via WP Cron','2021-01-09 21:34:37','2021-01-09 13:34:37'),(32354,13693,'action complete via WP Cron','2021-01-09 21:34:37','2021-01-09 13:34:37'),(32355,13694,'action created','2021-01-09 21:34:37','2021-01-09 13:34:37'),(32356,13694,'action started via WP Cron','2021-01-09 21:36:39','2021-01-09 13:36:39'),(32357,13694,'action complete via WP Cron','2021-01-09 21:36:39','2021-01-09 13:36:39'),(32358,13695,'action created','2021-01-09 21:36:39','2021-01-09 13:36:39'),(32359,13695,'action started via WP Cron','2021-01-09 21:37:40','2021-01-09 13:37:40'),(32360,13695,'action complete via WP Cron','2021-01-09 21:37:40','2021-01-09 13:37:40'),(32361,13696,'action created','2021-01-09 21:37:40','2021-01-09 13:37:40'),(32362,13696,'action started via WP Cron','2021-01-09 21:38:41','2021-01-09 13:38:41'),(32363,13696,'action complete via WP Cron','2021-01-09 21:38:41','2021-01-09 13:38:41'),(32364,13697,'action created','2021-01-09 21:38:41','2021-01-09 13:38:41'),(32365,13697,'action started via WP Cron','2021-01-09 21:44:18','2021-01-09 13:44:18'),(32366,13697,'action complete via WP Cron','2021-01-09 21:44:18','2021-01-09 13:44:18'),(32367,13698,'action created','2021-01-09 21:44:18','2021-01-09 13:44:18'),(32368,13698,'action started via WP Cron','2021-01-09 21:49:33','2021-01-09 13:49:33'),(32369,13698,'action complete via WP Cron','2021-01-09 21:49:33','2021-01-09 13:49:33'),(32370,13699,'action created','2021-01-09 21:49:33','2021-01-09 13:49:33'),(32371,13699,'action started via WP Cron','2021-01-09 21:49:55','2021-01-09 13:49:55'),(32372,13699,'action complete via WP Cron','2021-01-09 21:49:55','2021-01-09 13:49:55'),(32373,13700,'action created','2021-01-09 21:49:55','2021-01-09 13:49:55'),(32374,13700,'action started via WP Cron','2021-01-09 21:51:37','2021-01-09 13:51:37'),(32375,13700,'action complete via WP Cron','2021-01-09 21:51:37','2021-01-09 13:51:37'),(32376,13701,'action created','2021-01-09 21:51:37','2021-01-09 13:51:37'),(32377,13701,'action started via WP Cron','2021-01-09 21:53:39','2021-01-09 13:53:39'),(32378,13701,'action complete via WP Cron','2021-01-09 21:53:39','2021-01-09 13:53:39'),(32379,13702,'action created','2021-01-09 21:53:39','2021-01-09 13:53:39'),(32380,13702,'action started via WP Cron','2021-01-09 21:54:39','2021-01-09 13:54:39'),(32381,13702,'action complete via WP Cron','2021-01-09 21:54:39','2021-01-09 13:54:39'),(32382,13703,'action created','2021-01-09 21:54:39','2021-01-09 13:54:39'),(32383,13703,'action started via WP Cron','2021-01-09 21:55:43','2021-01-09 13:55:43'),(32384,13703,'action complete via WP Cron','2021-01-09 21:55:43','2021-01-09 13:55:43'),(32385,13704,'action created','2021-01-09 21:55:43','2021-01-09 13:55:43'),(32386,13704,'action started via WP Cron','2021-01-09 22:02:13','2021-01-09 14:02:13'),(32387,13704,'action complete via WP Cron','2021-01-09 22:02:13','2021-01-09 14:02:13'),(32388,13705,'action created','2021-01-09 22:02:13','2021-01-09 14:02:13'),(32389,13705,'action started via WP Cron','2021-01-09 22:03:16','2021-01-09 14:03:16'),(32390,13705,'action complete via WP Cron','2021-01-09 22:03:16','2021-01-09 14:03:16'),(32391,13706,'action created','2021-01-09 22:03:17','2021-01-09 14:03:17'),(32392,13706,'action started via WP Cron','2021-01-09 22:06:03','2021-01-09 14:06:03'),(32393,13706,'action complete via WP Cron','2021-01-09 22:06:03','2021-01-09 14:06:03'),(32394,13707,'action created','2021-01-09 22:06:03','2021-01-09 14:06:03'),(32395,13707,'action started via WP Cron','2021-01-09 22:07:04','2021-01-09 14:07:04'),(32396,13707,'action complete via WP Cron','2021-01-09 22:07:04','2021-01-09 14:07:04'),(32397,13708,'action created','2021-01-09 22:07:04','2021-01-09 14:07:04'),(32398,13708,'action started via WP Cron','2021-01-09 22:08:05','2021-01-09 14:08:05'),(32399,13708,'action complete via WP Cron','2021-01-09 22:08:05','2021-01-09 14:08:05'),(32400,13709,'action created','2021-01-09 22:08:05','2021-01-09 14:08:05'),(32401,13709,'action started via WP Cron','2021-01-09 22:09:06','2021-01-09 14:09:06'),(32402,13709,'action complete via WP Cron','2021-01-09 22:09:06','2021-01-09 14:09:06'),(32403,13710,'action created','2021-01-09 22:09:06','2021-01-09 14:09:06'),(32404,13710,'action started via WP Cron','2021-01-09 22:10:07','2021-01-09 14:10:07'),(32405,13710,'action complete via WP Cron','2021-01-09 22:10:07','2021-01-09 14:10:07'),(32406,13711,'action created','2021-01-09 22:10:07','2021-01-09 14:10:07'),(32407,13711,'action started via WP Cron','2021-01-09 22:21:06','2021-01-09 14:21:06'),(32408,13711,'action complete via WP Cron','2021-01-09 22:21:06','2021-01-09 14:21:06'),(32409,13712,'action created','2021-01-09 22:21:06','2021-01-09 14:21:06'),(32410,13712,'action started via WP Cron','2021-01-09 22:24:13','2021-01-09 14:24:13'),(32411,13712,'action complete via WP Cron','2021-01-09 22:24:13','2021-01-09 14:24:13'),(32412,13713,'action created','2021-01-09 22:24:13','2021-01-09 14:24:13'),(32413,13713,'action started via WP Cron','2021-01-09 22:26:39','2021-01-09 14:26:39'),(32414,13713,'action complete via WP Cron','2021-01-09 22:26:39','2021-01-09 14:26:39'),(32415,13714,'action created','2021-01-09 22:26:39','2021-01-09 14:26:39'),(32416,13714,'action started via WP Cron','2021-01-09 22:28:13','2021-01-09 14:28:13'),(32417,13714,'action complete via WP Cron','2021-01-09 22:28:13','2021-01-09 14:28:13'),(32418,13715,'action created','2021-01-09 22:32:26','2021-01-09 14:32:26'),(32419,13715,'action started via WP Cron','2021-01-09 22:33:04','2021-01-09 14:33:04'),(32420,13715,'action complete via WP Cron','2021-01-09 22:33:04','2021-01-09 14:33:04'),(32421,13716,'action created','2021-01-09 22:33:04','2021-01-09 14:33:04'),(32422,13716,'action started via WP Cron','2021-01-09 22:39:00','2021-01-09 14:39:00'),(32423,13716,'action complete via WP Cron','2021-01-09 22:39:00','2021-01-09 14:39:00'),(32424,13717,'action created','2021-01-09 22:39:00','2021-01-09 14:39:00'),(32425,13717,'action started via WP Cron','2021-01-09 22:40:01','2021-01-09 14:40:01'),(32426,13717,'action complete via WP Cron','2021-01-09 22:40:01','2021-01-09 14:40:01'),(32427,13718,'action created','2021-01-09 22:40:01','2021-01-09 14:40:01'),(32428,13718,'action started via WP Cron','2021-01-09 22:41:02','2021-01-09 14:41:02'),(32429,13718,'action complete via WP Cron','2021-01-09 22:41:02','2021-01-09 14:41:02'),(32430,13719,'action created','2021-01-09 22:41:02','2021-01-09 14:41:02'),(32431,13719,'action started via WP Cron','2021-01-09 22:43:04','2021-01-09 14:43:04'),(32432,13719,'action complete via WP Cron','2021-01-09 22:43:04','2021-01-09 14:43:04'),(32433,13720,'action created','2021-01-09 22:44:05','2021-01-09 14:44:05'),(32434,13720,'action started via WP Cron','2021-01-09 22:45:06','2021-01-09 14:45:06'),(32435,13720,'action complete via WP Cron','2021-01-09 22:45:06','2021-01-09 14:45:06'),(32436,13721,'action created','2021-01-09 22:45:06','2021-01-09 14:45:06'),(32437,13721,'action started via WP Cron','2021-01-09 22:46:28','2021-01-09 14:46:28'),(32438,13721,'action complete via WP Cron','2021-01-09 22:46:28','2021-01-09 14:46:28'),(32439,13722,'action created','2021-01-09 22:46:29','2021-01-09 14:46:29'),(32440,13722,'action started via WP Cron','2021-01-09 22:56:22','2021-01-09 14:56:22'),(32441,13722,'action complete via WP Cron','2021-01-09 22:56:22','2021-01-09 14:56:22'),(32442,13723,'action created','2021-01-09 22:56:22','2021-01-09 14:56:22'),(32443,13723,'action started via WP Cron','2021-01-09 22:57:23','2021-01-09 14:57:23'),(32444,13723,'action complete via WP Cron','2021-01-09 22:57:23','2021-01-09 14:57:23'),(32445,13724,'action created','2021-01-09 22:57:23','2021-01-09 14:57:23'),(32446,13724,'action started via WP Cron','2021-01-09 22:58:24','2021-01-09 14:58:24'),(32447,13724,'action complete via WP Cron','2021-01-09 22:58:24','2021-01-09 14:58:24'),(32448,13725,'action created','2021-01-09 22:58:24','2021-01-09 14:58:24'),(32449,13725,'action started via WP Cron','2021-01-09 23:00:26','2021-01-09 15:00:26'),(32450,13725,'action complete via WP Cron','2021-01-09 23:00:26','2021-01-09 15:00:26'),(32451,13726,'action created','2021-01-09 23:00:26','2021-01-09 15:00:26'),(32452,13726,'action started via WP Cron','2021-01-09 23:01:27','2021-01-09 15:01:27'),(32453,13726,'action complete via WP Cron','2021-01-09 23:01:27','2021-01-09 15:01:27'),(32454,13727,'action created','2021-01-09 23:01:27','2021-01-09 15:01:27'),(32455,13727,'action started via WP Cron','2021-01-09 23:25:55','2021-01-09 15:25:55'),(32456,13727,'action complete via WP Cron','2021-01-09 23:25:55','2021-01-09 15:25:55'),(32457,13728,'action created','2021-01-09 23:25:55','2021-01-09 15:25:55'),(32458,13728,'action started via WP Cron','2021-01-09 23:45:12','2021-01-09 15:45:12'),(32459,13728,'action complete via WP Cron','2021-01-09 23:45:12','2021-01-09 15:45:12'),(32460,13729,'action created','2021-01-09 23:45:12','2021-01-09 15:45:12'),(32461,13729,'action started via WP Cron','2021-01-09 23:46:07','2021-01-09 15:46:07'),(32462,13729,'action complete via WP Cron','2021-01-09 23:46:07','2021-01-09 15:46:07'),(32463,13730,'action created','2021-01-09 23:46:07','2021-01-09 15:46:07'),(32464,13730,'action started via WP Cron','2021-01-09 23:47:07','2021-01-09 15:47:07'),(32465,13730,'action complete via WP Cron','2021-01-09 23:47:07','2021-01-09 15:47:07'),(32466,13731,'action created','2021-01-09 23:49:10','2021-01-09 15:49:10'),(32467,13731,'action started via WP Cron','2021-01-09 23:50:10','2021-01-09 15:50:10'),(32468,13731,'action complete via WP Cron','2021-01-09 23:50:10','2021-01-09 15:50:10'),(32469,13732,'action created','2021-01-09 23:50:10','2021-01-09 15:50:10'),(32470,13732,'action started via WP Cron','2021-01-09 23:51:11','2021-01-09 15:51:11'),(32471,13732,'action complete via WP Cron','2021-01-09 23:51:11','2021-01-09 15:51:11'),(32472,13733,'action created','2021-01-09 23:51:11','2021-01-09 15:51:11'),(32473,13733,'action started via WP Cron','2021-01-09 23:55:18','2021-01-09 15:55:18'),(32474,13733,'action complete via WP Cron','2021-01-09 23:55:18','2021-01-09 15:55:18'),(32475,13734,'action created','2021-01-09 23:55:19','2021-01-09 15:55:19'),(32476,13734,'action started via WP Cron','2021-01-10 00:10:25','2021-01-09 16:10:25'),(32477,13734,'action complete via WP Cron','2021-01-10 00:10:25','2021-01-09 16:10:25'),(32478,13735,'action created','2021-01-10 00:15:48','2021-01-09 16:15:48'),(32479,13735,'action started via WP Cron','2021-01-10 00:17:12','2021-01-09 16:17:12'),(32480,13735,'action complete via WP Cron','2021-01-10 00:17:12','2021-01-09 16:17:12'),(32481,13736,'action created','2021-01-10 00:17:12','2021-01-09 16:17:12'),(32482,13736,'action started via WP Cron','2021-01-10 00:23:29','2021-01-09 16:23:29'),(32483,13736,'action complete via WP Cron','2021-01-10 00:23:29','2021-01-09 16:23:29'),(32484,13737,'action created','2021-01-10 00:23:29','2021-01-09 16:23:29'),(32485,13737,'action started via WP Cron','2021-01-10 00:24:00','2021-01-09 16:24:00'),(32486,13737,'action complete via WP Cron','2021-01-10 00:24:00','2021-01-09 16:24:00'),(32487,13738,'action created','2021-01-10 00:24:00','2021-01-09 16:24:00'),(32488,13738,'action started via WP Cron','2021-01-10 00:38:00','2021-01-09 16:38:00'),(32489,13738,'action complete via WP Cron','2021-01-10 00:38:00','2021-01-09 16:38:00'),(32490,13739,'action created','2021-01-10 00:38:00','2021-01-09 16:38:00'),(32491,13739,'action started via WP Cron','2021-01-10 00:49:21','2021-01-09 16:49:21'),(32492,13739,'action complete via WP Cron','2021-01-10 00:49:21','2021-01-09 16:49:21'),(32493,13740,'action created','2021-01-10 00:49:22','2021-01-09 16:49:22'),(32494,13740,'action started via WP Cron','2021-01-10 00:51:18','2021-01-09 16:51:18'),(32495,13740,'action complete via WP Cron','2021-01-10 00:51:18','2021-01-09 16:51:18'),(32496,13741,'action created','2021-01-10 00:51:18','2021-01-09 16:51:18'),(32497,13741,'action started via WP Cron','2021-01-10 00:52:12','2021-01-09 16:52:12'),(32498,13741,'action complete via WP Cron','2021-01-10 00:52:12','2021-01-09 16:52:12'),(32499,13742,'action created','2021-01-10 00:53:12','2021-01-09 16:53:12'),(32500,13742,'action started via WP Cron','2021-01-10 00:55:14','2021-01-09 16:55:14'),(32501,13742,'action complete via WP Cron','2021-01-10 00:55:14','2021-01-09 16:55:14'),(32502,13743,'action created','2021-01-10 00:55:14','2021-01-09 16:55:14'),(32503,13743,'action started via WP Cron','2021-01-10 00:56:15','2021-01-09 16:56:15'),(32504,13743,'action complete via WP Cron','2021-01-10 00:56:15','2021-01-09 16:56:15'),(32505,13744,'action created','2021-01-10 00:56:15','2021-01-09 16:56:15'),(32506,13744,'action started via WP Cron','2021-01-10 00:57:16','2021-01-09 16:57:16'),(32507,13744,'action complete via WP Cron','2021-01-10 00:57:16','2021-01-09 16:57:16'),(32508,13745,'action created','2021-01-10 00:57:16','2021-01-09 16:57:16'),(32509,13745,'action started via WP Cron','2021-01-10 00:57:47','2021-01-09 16:57:47'),(32510,13745,'action complete via WP Cron','2021-01-10 00:57:47','2021-01-09 16:57:47'),(32511,13746,'action created','2021-01-10 00:57:48','2021-01-09 16:57:48'),(32512,13746,'action started via WP Cron','2021-01-10 01:02:54','2021-01-09 17:02:54'),(32513,13746,'action complete via WP Cron','2021-01-10 01:02:54','2021-01-09 17:02:54'),(32514,13747,'action created','2021-01-10 01:02:55','2021-01-09 17:02:55'),(32515,13747,'action started via WP Cron','2021-01-10 01:03:59','2021-01-09 17:03:59'),(32516,13747,'action complete via WP Cron','2021-01-10 01:03:59','2021-01-09 17:03:59'),(32517,13748,'action created','2021-01-10 01:03:59','2021-01-09 17:03:59'),(32518,13748,'action started via Async Request','2021-01-10 01:04:28','2021-01-09 17:04:28'),(32519,13748,'action complete via Async Request','2021-01-10 01:04:28','2021-01-09 17:04:28'),(32520,13749,'action created','2021-01-10 01:05:01','2021-01-09 17:05:01'),(32521,13749,'action started via WP Cron','2021-01-10 01:09:43','2021-01-09 17:09:43'),(32522,13749,'action complete via WP Cron','2021-01-10 01:09:43','2021-01-09 17:09:43'),(32523,13750,'action created','2021-01-10 01:09:44','2021-01-09 17:09:44'),(32524,13750,'action started via WP Cron','2021-01-10 01:10:45','2021-01-09 17:10:45'),(32525,13750,'action complete via WP Cron','2021-01-10 01:10:45','2021-01-09 17:10:45'),(32526,13751,'action created','2021-01-10 01:10:45','2021-01-09 17:10:45'),(32527,13751,'action started via WP Cron','2021-01-10 01:13:26','2021-01-09 17:13:26'),(32528,13751,'action complete via WP Cron','2021-01-10 01:13:26','2021-01-09 17:13:26'),(32529,13752,'action created','2021-01-10 01:13:26','2021-01-09 17:13:26'),(32530,13752,'action started via WP Cron','2021-01-10 01:16:49','2021-01-09 17:16:49'),(32531,13752,'action complete via WP Cron','2021-01-10 01:16:49','2021-01-09 17:16:49'),(32532,13753,'action created','2021-01-10 01:16:49','2021-01-09 17:16:49'),(32533,13753,'action started via WP Cron','2021-01-10 01:31:36','2021-01-09 17:31:36'),(32534,13753,'action complete via WP Cron','2021-01-10 01:31:36','2021-01-09 17:31:36'),(32535,13754,'action created','2021-01-10 01:31:37','2021-01-09 17:31:37'),(32536,13754,'action started via WP Cron','2021-01-10 01:51:27','2021-01-09 17:51:27'),(32537,13754,'action complete via WP Cron','2021-01-10 01:51:28','2021-01-09 17:51:28'),(32538,13755,'action created','2021-01-10 01:51:28','2021-01-09 17:51:28'),(32539,13755,'action started via WP Cron','2021-01-10 01:55:19','2021-01-09 17:55:19'),(32540,13755,'action complete via WP Cron','2021-01-10 01:55:19','2021-01-09 17:55:19'),(32541,13756,'action created','2021-01-10 01:55:21','2021-01-09 17:55:21'),(32542,13756,'action started via WP Cron','2021-01-10 01:57:22','2021-01-09 17:57:22'),(32543,13756,'action complete via WP Cron','2021-01-10 01:57:22','2021-01-09 17:57:22'),(32544,13757,'action created','2021-01-10 01:57:23','2021-01-09 17:57:23'),(32545,13757,'action started via WP Cron','2021-01-10 01:58:16','2021-01-09 17:58:16'),(32546,13757,'action complete via WP Cron','2021-01-10 01:58:16','2021-01-09 17:58:16'),(32547,13758,'action created','2021-01-10 01:58:16','2021-01-09 17:58:16'),(32548,13758,'action started via WP Cron','2021-01-10 01:59:17','2021-01-09 17:59:17'),(32549,13758,'action complete via WP Cron','2021-01-10 01:59:17','2021-01-09 17:59:17'),(32550,13759,'action created','2021-01-10 01:59:17','2021-01-09 17:59:17'),(32551,13759,'action started via WP Cron','2021-01-10 02:01:19','2021-01-09 18:01:19'),(32552,13759,'action complete via WP Cron','2021-01-10 02:01:19','2021-01-09 18:01:19'),(32553,13760,'action created','2021-01-10 02:01:19','2021-01-09 18:01:19'),(32554,13760,'action started via WP Cron','2021-01-10 02:02:07','2021-01-09 18:02:07'),(32555,13760,'action complete via WP Cron','2021-01-10 02:02:07','2021-01-09 18:02:07'),(32556,13761,'action created','2021-01-10 02:02:07','2021-01-09 18:02:07'),(32557,13761,'action started via WP Cron','2021-01-10 02:03:21','2021-01-09 18:03:21'),(32558,13761,'action complete via WP Cron','2021-01-10 02:03:21','2021-01-09 18:03:21'),(32559,13762,'action created','2021-01-10 02:03:21','2021-01-09 18:03:21'),(32560,13762,'action started via WP Cron','2021-01-10 02:04:49','2021-01-09 18:04:49'),(32561,13762,'action complete via WP Cron','2021-01-10 02:04:49','2021-01-09 18:04:49'),(32562,13763,'action created','2021-01-10 02:04:49','2021-01-09 18:04:49'),(32563,13763,'action started via WP Cron','2021-01-10 02:06:00','2021-01-09 18:06:00'),(32564,13763,'action complete via WP Cron','2021-01-10 02:06:00','2021-01-09 18:06:00'),(32565,13764,'action created','2021-01-10 02:06:00','2021-01-09 18:06:00'),(32566,13764,'action started via WP Cron','2021-01-10 02:07:01','2021-01-09 18:07:01'),(32567,13764,'action complete via WP Cron','2021-01-10 02:07:01','2021-01-09 18:07:01'),(32568,13765,'action created','2021-01-10 02:07:01','2021-01-09 18:07:01'),(32569,13765,'action started via WP Cron','2021-01-10 02:10:38','2021-01-09 18:10:38'),(32570,13765,'action complete via WP Cron','2021-01-10 02:10:38','2021-01-09 18:10:38'),(32571,13766,'action created','2021-01-10 02:10:38','2021-01-09 18:10:38'),(32572,13766,'action started via WP Cron','2021-01-10 02:15:14','2021-01-09 18:15:14'),(32573,13766,'action complete via WP Cron','2021-01-10 02:15:14','2021-01-09 18:15:14'),(32574,13767,'action created','2021-01-10 02:15:14','2021-01-09 18:15:14'),(32575,13767,'action started via WP Cron','2021-01-10 02:16:19','2021-01-09 18:16:19'),(32576,13767,'action complete via WP Cron','2021-01-10 02:16:19','2021-01-09 18:16:19'),(32577,13768,'action created','2021-01-10 02:16:19','2021-01-09 18:16:19'),(32578,13768,'action started via WP Cron','2021-01-10 02:17:21','2021-01-09 18:17:21'),(32579,13768,'action complete via WP Cron','2021-01-10 02:17:21','2021-01-09 18:17:21'),(32580,13769,'action created','2021-01-10 02:17:21','2021-01-09 18:17:21'),(32581,13769,'action started via WP Cron','2021-01-10 02:19:22','2021-01-09 18:19:22'),(32582,13769,'action complete via WP Cron','2021-01-10 02:19:22','2021-01-09 18:19:22'),(32583,13770,'action created','2021-01-10 02:19:23','2021-01-09 18:19:23'),(32584,13770,'action started via WP Cron','2021-01-10 02:20:23','2021-01-09 18:20:23'),(32585,13770,'action complete via WP Cron','2021-01-10 02:20:23','2021-01-09 18:20:23'),(32586,13771,'action created','2021-01-10 02:20:24','2021-01-09 18:20:24'),(32587,13771,'action started via WP Cron','2021-01-10 02:21:24','2021-01-09 18:21:24'),(32588,13771,'action complete via WP Cron','2021-01-10 02:21:24','2021-01-09 18:21:24'),(32589,13772,'action created','2021-01-10 02:21:25','2021-01-09 18:21:25'),(32590,13364,'action started via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32591,13364,'action complete via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32592,13773,'action created','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32593,13365,'action started via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32594,13365,'action complete via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32595,13774,'action created','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32596,13772,'action started via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32597,13772,'action complete via WP Cron','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32598,13775,'action created','2021-01-10 02:31:01','2021-01-09 18:31:01'),(32599,13775,'action started via WP Cron','2021-01-10 02:36:45','2021-01-09 18:36:45'),(32600,13775,'action complete via WP Cron','2021-01-10 02:36:45','2021-01-09 18:36:45'),(32601,13776,'action created','2021-01-10 02:36:45','2021-01-09 18:36:45'),(32602,13776,'action started via WP Cron','2021-01-10 02:38:31','2021-01-09 18:38:31'),(32603,13776,'action complete via WP Cron','2021-01-10 02:38:31','2021-01-09 18:38:31'),(32604,13777,'action created','2021-01-10 02:38:31','2021-01-09 18:38:31'),(32605,13777,'action started via WP Cron','2021-01-10 02:39:28','2021-01-09 18:39:28'),(32606,13777,'action complete via WP Cron','2021-01-10 02:39:28','2021-01-09 18:39:28'),(32607,13778,'action created','2021-01-10 02:39:28','2021-01-09 18:39:28'),(32608,13778,'action started via WP Cron','2021-01-10 02:47:29','2021-01-09 18:47:29'),(32609,13778,'action complete via WP Cron','2021-01-10 02:47:29','2021-01-09 18:47:29'),(32610,13779,'action created','2021-01-10 02:47:29','2021-01-09 18:47:29'),(32611,13779,'action started via WP Cron','2021-01-10 02:48:35','2021-01-09 18:48:35'),(32612,13779,'action complete via WP Cron','2021-01-10 02:48:35','2021-01-09 18:48:35'),(32613,13780,'action created','2021-01-10 02:48:35','2021-01-09 18:48:35'),(32614,13780,'action started via WP Cron','2021-01-10 02:50:31','2021-01-09 18:50:31'),(32615,13780,'action complete via WP Cron','2021-01-10 02:50:31','2021-01-09 18:50:31'),(32616,13781,'action created','2021-01-10 02:50:31','2021-01-09 18:50:31'),(32617,13781,'action started via WP Cron','2021-01-10 02:50:44','2021-01-09 18:50:44'),(32618,13781,'action complete via WP Cron','2021-01-10 02:50:44','2021-01-09 18:50:44'),(32619,13782,'action created','2021-01-10 02:50:44','2021-01-09 18:50:44'),(32620,13782,'action started via WP Cron','2021-01-10 02:52:39','2021-01-09 18:52:39'),(32621,13782,'action complete via WP Cron','2021-01-10 02:52:39','2021-01-09 18:52:39'),(32622,13783,'action created','2021-01-10 02:52:39','2021-01-09 18:52:39'),(32623,13783,'action started via WP Cron','2021-01-10 02:55:18','2021-01-09 18:55:18'),(32624,13783,'action complete via WP Cron','2021-01-10 02:55:18','2021-01-09 18:55:18'),(32625,13784,'action created','2021-01-10 02:55:18','2021-01-09 18:55:18'),(32626,13784,'action started via WP Cron','2021-01-10 02:57:03','2021-01-09 18:57:03'),(32627,13784,'action complete via WP Cron','2021-01-10 02:57:03','2021-01-09 18:57:03'),(32628,13785,'action created','2021-01-10 02:57:03','2021-01-09 18:57:03'),(32629,13785,'action started via WP Cron','2021-01-10 02:58:34','2021-01-09 18:58:34'),(32630,13785,'action complete via WP Cron','2021-01-10 02:58:34','2021-01-09 18:58:34'),(32631,13786,'action created','2021-01-10 02:58:35','2021-01-09 18:58:35'),(32632,13786,'action started via WP Cron','2021-01-10 03:07:06','2021-01-09 19:07:06'),(32633,13786,'action complete via WP Cron','2021-01-10 03:07:06','2021-01-09 19:07:06'),(32634,13787,'action created','2021-01-10 03:07:06','2021-01-09 19:07:06'),(32635,13787,'action started via WP Cron','2021-01-10 03:08:06','2021-01-09 19:08:06'),(32636,13787,'action complete via WP Cron','2021-01-10 03:08:06','2021-01-09 19:08:06'),(32637,13788,'action created','2021-01-10 03:08:06','2021-01-09 19:08:06'),(32638,13788,'action started via WP Cron','2021-01-10 03:09:07','2021-01-09 19:09:07'),(32639,13788,'action complete via WP Cron','2021-01-10 03:09:07','2021-01-09 19:09:07'),(32640,13789,'action created','2021-01-10 03:09:07','2021-01-09 19:09:07'),(32641,13789,'action started via WP Cron','2021-01-10 03:11:09','2021-01-09 19:11:09'),(32642,13789,'action complete via WP Cron','2021-01-10 03:11:09','2021-01-09 19:11:09'),(32643,13790,'action created','2021-01-10 03:11:09','2021-01-09 19:11:09'),(32644,13790,'action started via WP Cron','2021-01-10 03:12:10','2021-01-09 19:12:10'),(32645,13790,'action complete via WP Cron','2021-01-10 03:12:10','2021-01-09 19:12:10'),(32646,13791,'action created','2021-01-10 03:12:10','2021-01-09 19:12:10'),(32647,13791,'action started via WP Cron','2021-01-10 03:13:11','2021-01-09 19:13:11'),(32648,13791,'action complete via WP Cron','2021-01-10 03:13:11','2021-01-09 19:13:11'),(32649,13792,'action created','2021-01-10 03:13:11','2021-01-09 19:13:11'),(32650,13792,'action started via WP Cron','2021-01-10 03:14:32','2021-01-09 19:14:32'),(32651,13792,'action complete via WP Cron','2021-01-10 03:14:32','2021-01-09 19:14:32'),(32652,13793,'action created','2021-01-10 03:14:32','2021-01-09 19:14:32'),(32653,13793,'action started via WP Cron','2021-01-10 03:14:42','2021-01-09 19:14:42'),(32654,13793,'action complete via WP Cron','2021-01-10 03:14:42','2021-01-09 19:14:42'),(32655,13794,'action created','2021-01-10 03:14:42','2021-01-09 19:14:42'),(32656,13794,'action started via WP Cron','2021-01-10 03:15:41','2021-01-09 19:15:41'),(32657,13794,'action complete via WP Cron','2021-01-10 03:15:41','2021-01-09 19:15:41'),(32658,13795,'action created','2021-01-10 03:15:41','2021-01-09 19:15:41'),(32659,13795,'action started via WP Cron','2021-01-10 03:16:41','2021-01-09 19:16:41'),(32660,13795,'action complete via WP Cron','2021-01-10 03:16:41','2021-01-09 19:16:41'),(32661,13796,'action created','2021-01-10 03:16:41','2021-01-09 19:16:41'),(32662,13796,'action started via WP Cron','2021-01-10 03:21:30','2021-01-09 19:21:30'),(32663,13796,'action complete via WP Cron','2021-01-10 03:21:30','2021-01-09 19:21:30'),(32664,13797,'action created','2021-01-10 03:21:30','2021-01-09 19:21:30'),(32665,13797,'action started via WP Cron','2021-01-10 03:22:24','2021-01-09 19:22:24'),(32666,13797,'action complete via WP Cron','2021-01-10 03:22:24','2021-01-09 19:22:24'),(32667,13798,'action created','2021-01-10 03:22:24','2021-01-09 19:22:24'),(32668,13798,'action started via WP Cron','2021-01-10 03:23:25','2021-01-09 19:23:25'),(32669,13798,'action complete via WP Cron','2021-01-10 03:23:25','2021-01-09 19:23:25'),(32670,13799,'action created','2021-01-10 03:23:26','2021-01-09 19:23:26'),(32671,13799,'action started via WP Cron','2021-01-10 03:26:26','2021-01-09 19:26:26'),(32672,13799,'action complete via WP Cron','2021-01-10 03:26:26','2021-01-09 19:26:26'),(32673,13800,'action created','2021-01-10 03:26:26','2021-01-09 19:26:26'),(32674,13800,'action started via WP Cron','2021-01-10 03:27:06','2021-01-09 19:27:06'),(32675,13800,'action complete via WP Cron','2021-01-10 03:27:06','2021-01-09 19:27:06'),(32676,13801,'action created','2021-01-10 03:27:06','2021-01-09 19:27:06'),(32677,13801,'action started via WP Cron','2021-01-10 03:28:13','2021-01-09 19:28:13'),(32678,13801,'action complete via WP Cron','2021-01-10 03:28:13','2021-01-09 19:28:13'),(32679,13802,'action created','2021-01-10 03:28:13','2021-01-09 19:28:13'),(32680,13802,'action started via WP Cron','2021-01-10 03:29:14','2021-01-09 19:29:14'),(32681,13802,'action complete via WP Cron','2021-01-10 03:29:14','2021-01-09 19:29:14'),(32682,13803,'action created','2021-01-10 03:29:14','2021-01-09 19:29:14'),(32683,13803,'action started via WP Cron','2021-01-10 03:31:15','2021-01-09 19:31:15'),(32684,13803,'action complete via WP Cron','2021-01-10 03:31:15','2021-01-09 19:31:15'),(32685,13804,'action created','2021-01-10 03:31:15','2021-01-09 19:31:15'),(32686,13804,'action started via WP Cron','2021-01-10 03:31:51','2021-01-09 19:31:51'),(32687,13804,'action complete via WP Cron','2021-01-10 03:31:51','2021-01-09 19:31:51'),(32688,13805,'action created','2021-01-10 03:31:51','2021-01-09 19:31:51'),(32689,13805,'action started via WP Cron','2021-01-10 03:32:51','2021-01-09 19:32:51'),(32690,13805,'action complete via WP Cron','2021-01-10 03:32:51','2021-01-09 19:32:51'),(32691,13806,'action created','2021-01-10 03:32:51','2021-01-09 19:32:51'),(32692,13806,'action started via WP Cron','2021-01-10 03:33:52','2021-01-09 19:33:52'),(32693,13806,'action complete via WP Cron','2021-01-10 03:33:52','2021-01-09 19:33:52'),(32694,13807,'action created','2021-01-10 03:33:52','2021-01-09 19:33:52'),(32695,13807,'action started via WP Cron','2021-01-10 03:36:36','2021-01-09 19:36:36'),(32696,13807,'action complete via WP Cron','2021-01-10 03:36:36','2021-01-09 19:36:36'),(32697,13808,'action created','2021-01-10 03:36:37','2021-01-09 19:36:37'),(32698,13808,'action started via WP Cron','2021-01-10 03:40:45','2021-01-09 19:40:45'),(32699,13808,'action complete via WP Cron','2021-01-10 03:40:45','2021-01-09 19:40:45'),(32700,13809,'action created','2021-01-10 03:40:45','2021-01-09 19:40:45'),(32701,13809,'action started via WP Cron','2021-01-10 03:42:08','2021-01-09 19:42:08'),(32702,13809,'action complete via WP Cron','2021-01-10 03:42:08','2021-01-09 19:42:08'),(32703,13810,'action created','2021-01-10 03:42:08','2021-01-09 19:42:08'),(32704,13810,'action started via WP Cron','2021-01-10 03:44:22','2021-01-09 19:44:22'),(32705,13810,'action complete via WP Cron','2021-01-10 03:44:22','2021-01-09 19:44:22'),(32706,13811,'action created','2021-01-10 03:44:22','2021-01-09 19:44:22'),(32707,13811,'action started via WP Cron','2021-01-10 03:53:20','2021-01-09 19:53:20'),(32708,13811,'action complete via WP Cron','2021-01-10 03:53:20','2021-01-09 19:53:20'),(32709,13812,'action created','2021-01-10 03:53:20','2021-01-09 19:53:20'),(32710,13812,'action started via WP Cron','2021-01-10 03:54:40','2021-01-09 19:54:40'),(32711,13812,'action complete via WP Cron','2021-01-10 03:54:40','2021-01-09 19:54:40'),(32712,13813,'action created','2021-01-10 03:54:40','2021-01-09 19:54:40'),(32713,13813,'action started via WP Cron','2021-01-10 03:56:42','2021-01-09 19:56:42'),(32714,13813,'action complete via WP Cron','2021-01-10 03:56:42','2021-01-09 19:56:42'),(32715,13814,'action created','2021-01-10 03:56:42','2021-01-09 19:56:42'),(32716,13814,'action started via WP Cron','2021-01-10 03:57:44','2021-01-09 19:57:44'),(32717,13814,'action complete via WP Cron','2021-01-10 03:57:44','2021-01-09 19:57:44'),(32718,13815,'action created','2021-01-10 03:57:44','2021-01-09 19:57:44'),(32719,13815,'action started via WP Cron','2021-01-10 04:00:00','2021-01-09 20:00:00'),(32720,13815,'action complete via WP Cron','2021-01-10 04:00:00','2021-01-09 20:00:00'),(32721,13816,'action created','2021-01-10 04:00:00','2021-01-09 20:00:00'),(32722,13816,'action started via WP Cron','2021-01-10 04:03:15','2021-01-09 20:03:15'),(32723,13816,'action complete via WP Cron','2021-01-10 04:03:15','2021-01-09 20:03:15'),(32724,13817,'action created','2021-01-10 04:03:15','2021-01-09 20:03:15'),(32725,13817,'action started via WP Cron','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32726,13817,'action complete via WP Cron','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32727,13390,'action started via WP Cron','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32728,13390,'action complete via WP Cron','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32729,13818,'action created','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32730,13819,'action created','2021-01-10 04:13:17','2021-01-09 20:13:17'),(32731,13819,'action started via WP Cron','2021-01-10 04:14:11','2021-01-09 20:14:11'),(32732,13819,'action complete via WP Cron','2021-01-10 04:14:11','2021-01-09 20:14:11'),(32733,13820,'action created','2021-01-10 04:14:11','2021-01-09 20:14:11'),(32734,13820,'action started via WP Cron','2021-01-10 04:15:12','2021-01-09 20:15:12'),(32735,13820,'action complete via WP Cron','2021-01-10 04:15:12','2021-01-09 20:15:12'),(32736,13821,'action created','2021-01-10 04:15:12','2021-01-09 20:15:12'),(32737,13821,'action started via WP Cron','2021-01-10 04:16:16','2021-01-09 20:16:16'),(32738,13821,'action complete via WP Cron','2021-01-10 04:16:16','2021-01-09 20:16:16'),(32739,13822,'action created','2021-01-10 04:16:16','2021-01-09 20:16:16'),(32740,13822,'action started via WP Cron','2021-01-10 04:17:14','2021-01-09 20:17:14'),(32741,13822,'action complete via WP Cron','2021-01-10 04:17:14','2021-01-09 20:17:14'),(32742,13823,'action created','2021-01-10 04:17:14','2021-01-09 20:17:14'),(32743,13823,'action started via WP Cron','2021-01-10 04:18:15','2021-01-09 20:18:15'),(32744,13823,'action complete via WP Cron','2021-01-10 04:18:15','2021-01-09 20:18:15'),(32745,13824,'action created','2021-01-10 04:18:15','2021-01-09 20:18:15'),(32746,13824,'action started via WP Cron','2021-01-10 04:19:16','2021-01-09 20:19:16'),(32747,13824,'action complete via WP Cron','2021-01-10 04:19:16','2021-01-09 20:19:16'),(32748,13825,'action created','2021-01-10 04:19:16','2021-01-09 20:19:16'),(32749,13825,'action started via WP Cron','2021-01-10 04:20:21','2021-01-09 20:20:21'),(32750,13825,'action complete via WP Cron','2021-01-10 04:20:21','2021-01-09 20:20:21'),(32751,13826,'action created','2021-01-10 04:20:21','2021-01-09 20:20:21'),(32752,13826,'action started via WP Cron','2021-01-10 04:23:31','2021-01-09 20:23:31'),(32753,13826,'action complete via WP Cron','2021-01-10 04:23:31','2021-01-09 20:23:31'),(32754,13827,'action created','2021-01-10 04:23:31','2021-01-09 20:23:31'),(32755,13827,'action started via WP Cron','2021-01-10 04:24:25','2021-01-09 20:24:25'),(32756,13827,'action complete via WP Cron','2021-01-10 04:24:25','2021-01-09 20:24:25'),(32757,13828,'action created','2021-01-10 04:24:25','2021-01-09 20:24:25'),(32758,13828,'action started via WP Cron','2021-01-10 04:25:26','2021-01-09 20:25:26'),(32759,13828,'action complete via WP Cron','2021-01-10 04:25:26','2021-01-09 20:25:26'),(32760,13829,'action created','2021-01-10 04:25:26','2021-01-09 20:25:26'),(32761,13829,'action started via WP Cron','2021-01-10 04:33:55','2021-01-09 20:33:55'),(32762,13829,'action complete via WP Cron','2021-01-10 04:33:55','2021-01-09 20:33:55'),(32763,13830,'action created','2021-01-10 04:33:55','2021-01-09 20:33:55'),(32764,13830,'action started via WP Cron','2021-01-10 04:34:52','2021-01-09 20:34:52'),(32765,13830,'action complete via WP Cron','2021-01-10 04:34:52','2021-01-09 20:34:52'),(32766,13831,'action created','2021-01-10 04:34:52','2021-01-09 20:34:52'),(32767,13831,'action started via WP Cron','2021-01-10 04:35:53','2021-01-09 20:35:53'),(32768,13831,'action complete via WP Cron','2021-01-10 04:35:53','2021-01-09 20:35:53'),(32769,13832,'action created','2021-01-10 04:35:53','2021-01-09 20:35:53'),(32770,13832,'action started via WP Cron','2021-01-10 04:36:54','2021-01-09 20:36:54'),(32771,13832,'action complete via WP Cron','2021-01-10 04:36:54','2021-01-09 20:36:54'),(32772,13833,'action created','2021-01-10 04:36:54','2021-01-09 20:36:54'),(32773,13833,'action started via WP Cron','2021-01-10 04:37:55','2021-01-09 20:37:55'),(32774,13833,'action complete via WP Cron','2021-01-10 04:37:55','2021-01-09 20:37:55'),(32775,13834,'action created','2021-01-10 04:37:55','2021-01-09 20:37:55'),(32776,13834,'action started via WP Cron','2021-01-10 04:39:57','2021-01-09 20:39:57'),(32777,13834,'action complete via WP Cron','2021-01-10 04:39:57','2021-01-09 20:39:57'),(32778,13835,'action created','2021-01-10 04:39:57','2021-01-09 20:39:57'),(32779,13835,'action started via WP Cron','2021-01-10 04:44:53','2021-01-09 20:44:53'),(32780,13835,'action complete via WP Cron','2021-01-10 04:44:53','2021-01-09 20:44:53'),(32781,13836,'action created','2021-01-10 04:44:53','2021-01-09 20:44:53'),(32782,13836,'action started via WP Cron','2021-01-10 04:49:25','2021-01-09 20:49:25'),(32783,13836,'action complete via WP Cron','2021-01-10 04:49:25','2021-01-09 20:49:25'),(32784,13837,'action created','2021-01-10 04:49:25','2021-01-09 20:49:25'),(32785,13837,'action started via WP Cron','2021-01-10 04:50:42','2021-01-09 20:50:42'),(32786,13837,'action complete via WP Cron','2021-01-10 04:50:42','2021-01-09 20:50:42'),(32787,13838,'action created','2021-01-10 04:50:42','2021-01-09 20:50:42'),(32788,13838,'action started via WP Cron','2021-01-10 04:51:40','2021-01-09 20:51:40'),(32789,13838,'action complete via WP Cron','2021-01-10 04:51:40','2021-01-09 20:51:40'),(32790,13839,'action created','2021-01-10 04:51:41','2021-01-09 20:51:41'),(32791,13839,'action started via WP Cron','2021-01-10 04:53:51','2021-01-09 20:53:51'),(32792,13839,'action complete via WP Cron','2021-01-10 04:53:51','2021-01-09 20:53:51'),(32793,13840,'action created','2021-01-10 04:53:51','2021-01-09 20:53:51'),(32794,13840,'action started via WP Cron','2021-01-10 04:54:52','2021-01-09 20:54:52'),(32795,13840,'action complete via WP Cron','2021-01-10 04:54:52','2021-01-09 20:54:52'),(32796,13841,'action created','2021-01-10 04:54:52','2021-01-09 20:54:52'),(32797,13841,'action started via WP Cron','2021-01-10 04:55:53','2021-01-09 20:55:53'),(32798,13841,'action complete via WP Cron','2021-01-10 04:55:53','2021-01-09 20:55:53'),(32799,13842,'action created','2021-01-10 04:55:53','2021-01-09 20:55:53'),(32800,13842,'action started via WP Cron','2021-01-10 04:58:43','2021-01-09 20:58:43'),(32801,13842,'action complete via WP Cron','2021-01-10 04:58:43','2021-01-09 20:58:43'),(32802,13843,'action created','2021-01-10 04:58:44','2021-01-09 20:58:44'),(32803,13843,'action started via WP Cron','2021-01-10 04:59:44','2021-01-09 20:59:44'),(32804,13843,'action complete via WP Cron','2021-01-10 04:59:44','2021-01-09 20:59:44'),(32805,13844,'action created','2021-01-10 04:59:45','2021-01-09 20:59:45'),(32806,13844,'action started via WP Cron','2021-01-10 05:00:45','2021-01-09 21:00:45'),(32807,13844,'action complete via WP Cron','2021-01-10 05:00:45','2021-01-09 21:00:45'),(32808,13845,'action created','2021-01-10 05:00:46','2021-01-09 21:00:46'),(32809,13845,'action started via WP Cron','2021-01-10 05:03:57','2021-01-09 21:03:57'),(32810,13845,'action complete via WP Cron','2021-01-10 05:03:57','2021-01-09 21:03:57'),(32811,13846,'action created','2021-01-10 05:03:57','2021-01-09 21:03:57'),(32812,13846,'action started via WP Cron','2021-01-10 05:08:06','2021-01-09 21:08:06'),(32813,13846,'action complete via WP Cron','2021-01-10 05:08:06','2021-01-09 21:08:06'),(32814,13847,'action created','2021-01-10 05:08:06','2021-01-09 21:08:06'),(32815,13847,'action started via WP Cron','2021-01-10 05:12:32','2021-01-09 21:12:32'),(32816,13847,'action complete via WP Cron','2021-01-10 05:12:32','2021-01-09 21:12:32'),(32817,13848,'action created','2021-01-10 05:12:32','2021-01-09 21:12:32'),(32818,13848,'action started via WP Cron','2021-01-10 05:12:43','2021-01-09 21:12:43'),(32819,13848,'action complete via WP Cron','2021-01-10 05:12:43','2021-01-09 21:12:43'),(32820,13849,'action created','2021-01-10 05:19:24','2021-01-09 21:19:24'),(32821,13849,'action started via WP Cron','2021-01-10 05:20:25','2021-01-09 21:20:25'),(32822,13849,'action complete via WP Cron','2021-01-10 05:20:25','2021-01-09 21:20:25'),(32823,13850,'action created','2021-01-10 05:20:25','2021-01-09 21:20:25'),(32824,13850,'action started via WP Cron','2021-01-10 05:21:26','2021-01-09 21:21:26'),(32825,13850,'action complete via WP Cron','2021-01-10 05:21:26','2021-01-09 21:21:26'),(32826,13851,'action created','2021-01-10 05:21:27','2021-01-09 21:21:27'),(32827,13851,'action started via WP Cron','2021-01-10 05:22:27','2021-01-09 21:22:27'),(32828,13851,'action complete via WP Cron','2021-01-10 05:22:27','2021-01-09 21:22:27'),(32829,13852,'action created','2021-01-10 05:22:27','2021-01-09 21:22:27'),(32830,13852,'action started via WP Cron','2021-01-10 05:23:28','2021-01-09 21:23:28'),(32831,13852,'action complete via WP Cron','2021-01-10 05:23:28','2021-01-09 21:23:28'),(32832,13853,'action created','2021-01-10 05:23:28','2021-01-09 21:23:28'),(32833,13853,'action started via WP Cron','2021-01-10 05:24:29','2021-01-09 21:24:29'),(32834,13853,'action complete via WP Cron','2021-01-10 05:24:29','2021-01-09 21:24:29'),(32835,13854,'action created','2021-01-10 05:24:29','2021-01-09 21:24:29'),(32836,13854,'action started via WP Cron','2021-01-10 05:29:45','2021-01-09 21:29:45'),(32837,13854,'action complete via WP Cron','2021-01-10 05:29:45','2021-01-09 21:29:45'),(32838,13855,'action created','2021-01-10 05:29:45','2021-01-09 21:29:45'),(32839,13855,'action started via WP Cron','2021-01-10 05:30:46','2021-01-09 21:30:46'),(32840,13855,'action complete via WP Cron','2021-01-10 05:30:46','2021-01-09 21:30:46'),(32841,13856,'action created','2021-01-10 05:30:46','2021-01-09 21:30:46'),(32842,13856,'action started via WP Cron','2021-01-10 05:31:46','2021-01-09 21:31:46'),(32843,13856,'action complete via WP Cron','2021-01-10 05:31:46','2021-01-09 21:31:46'),(32844,13857,'action created','2021-01-10 05:31:47','2021-01-09 21:31:47'),(32845,13857,'action started via WP Cron','2021-01-10 05:32:48','2021-01-09 21:32:48'),(32846,13857,'action complete via WP Cron','2021-01-10 05:32:48','2021-01-09 21:32:48'),(32847,13858,'action created','2021-01-10 05:32:48','2021-01-09 21:32:48'),(32848,13858,'action started via WP Cron','2021-01-10 05:33:49','2021-01-09 21:33:49'),(32849,13858,'action complete via WP Cron','2021-01-10 05:33:49','2021-01-09 21:33:49'),(32850,13859,'action created','2021-01-10 05:33:49','2021-01-09 21:33:49'),(32851,13859,'action started via WP Cron','2021-01-10 05:35:58','2021-01-09 21:35:58'),(32852,13859,'action complete via WP Cron','2021-01-10 05:35:58','2021-01-09 21:35:58'),(32853,13860,'action created','2021-01-10 05:35:58','2021-01-09 21:35:58'),(32854,13860,'action started via WP Cron','2021-01-10 05:40:00','2021-01-09 21:40:00'),(32855,13860,'action complete via WP Cron','2021-01-10 05:40:00','2021-01-09 21:40:00'),(32856,13861,'action created','2021-01-10 05:40:00','2021-01-09 21:40:00'),(32857,13861,'action started via WP Cron','2021-01-10 05:40:57','2021-01-09 21:40:57'),(32858,13861,'action complete via WP Cron','2021-01-10 05:40:57','2021-01-09 21:40:57'),(32859,13862,'action created','2021-01-10 05:40:57','2021-01-09 21:40:57'),(32860,13862,'action started via WP Cron','2021-01-10 05:41:58','2021-01-09 21:41:58'),(32861,13862,'action complete via WP Cron','2021-01-10 05:41:58','2021-01-09 21:41:58'),(32862,13863,'action created','2021-01-10 05:41:58','2021-01-09 21:41:58'),(32863,13863,'action started via WP Cron','2021-01-10 05:49:20','2021-01-09 21:49:20'),(32864,13863,'action complete via WP Cron','2021-01-10 05:49:20','2021-01-09 21:49:20'),(32865,13864,'action created','2021-01-10 05:49:20','2021-01-09 21:49:20'),(32866,13864,'action started via WP Cron','2021-01-10 05:50:40','2021-01-09 21:50:40'),(32867,13864,'action complete via WP Cron','2021-01-10 05:50:40','2021-01-09 21:50:40'),(32868,13865,'action created','2021-01-10 05:50:40','2021-01-09 21:50:40'),(32872,13866,'action started via WP Cron','2021-01-10 06:01:46','2021-01-09 22:01:46'),(32873,13866,'action complete via WP Cron','2021-01-10 06:01:46','2021-01-09 22:01:46'),(32874,13867,'action created','2021-01-10 06:01:46','2021-01-09 22:01:46'),(32875,13867,'action started via WP Cron','2021-01-10 06:02:47','2021-01-09 22:02:47'),(32876,13867,'action complete via WP Cron','2021-01-10 06:02:47','2021-01-09 22:02:47'),(32877,13868,'action created','2021-01-10 06:02:47','2021-01-09 22:02:47'),(32878,13868,'action started via WP Cron','2021-01-10 06:03:48','2021-01-09 22:03:48'),(32879,13868,'action complete via WP Cron','2021-01-10 06:03:48','2021-01-09 22:03:48'),(32880,13869,'action created','2021-01-10 06:03:48','2021-01-09 22:03:48'),(32881,13869,'action started via WP Cron','2021-01-10 06:05:50','2021-01-09 22:05:50'),(32882,13869,'action complete via WP Cron','2021-01-10 06:05:50','2021-01-09 22:05:50'),(32883,13870,'action created','2021-01-10 06:05:50','2021-01-09 22:05:50'),(32884,13870,'action started via WP Cron','2021-01-10 06:06:51','2021-01-09 22:06:51'),(32885,13870,'action complete via WP Cron','2021-01-10 06:06:51','2021-01-09 22:06:51'),(32886,13871,'action created','2021-01-10 06:06:52','2021-01-09 22:06:52'),(32887,13871,'action started via WP Cron','2021-01-10 06:08:09','2021-01-09 22:08:09'),(32888,13871,'action complete via WP Cron','2021-01-10 06:08:09','2021-01-09 22:08:09'),(32889,13872,'action created','2021-01-10 06:08:09','2021-01-09 22:08:09'),(32890,13872,'action started via WP Cron','2021-01-10 06:24:44','2021-01-09 22:24:44'),(32891,13872,'action complete via WP Cron','2021-01-10 06:24:44','2021-01-09 22:24:44'),(32892,13873,'action created','2021-01-10 06:24:44','2021-01-09 22:24:44'),(32893,13873,'action started via WP Cron','2021-01-10 06:25:47','2021-01-09 22:25:47'),(32894,13873,'action complete via WP Cron','2021-01-10 06:25:47','2021-01-09 22:25:47'),(32895,13874,'action created','2021-01-10 06:25:47','2021-01-09 22:25:47'),(32896,13874,'action started via WP Cron','2021-01-10 06:26:44','2021-01-09 22:26:44'),(32897,13874,'action complete via WP Cron','2021-01-10 06:26:44','2021-01-09 22:26:44'),(32898,13875,'action created','2021-01-10 06:26:44','2021-01-09 22:26:44'),(32899,13875,'action started via WP Cron','2021-01-10 06:28:50','2021-01-09 22:28:50'),(32900,13875,'action complete via WP Cron','2021-01-10 06:28:50','2021-01-09 22:28:50'),(32901,13876,'action created','2021-01-10 06:28:50','2021-01-09 22:28:50'),(32902,13876,'action started via WP Cron','2021-01-10 06:29:52','2021-01-09 22:29:52'),(32903,13876,'action complete via WP Cron','2021-01-10 06:29:52','2021-01-09 22:29:52'),(32904,13877,'action created','2021-01-10 06:29:52','2021-01-09 22:29:52'),(32905,13877,'action started via WP Cron','2021-01-10 06:30:51','2021-01-09 22:30:51'),(32906,13877,'action complete via WP Cron','2021-01-10 06:30:51','2021-01-09 22:30:51'),(32907,13878,'action created','2021-01-10 06:30:51','2021-01-09 22:30:51'),(32908,13878,'action started via WP Cron','2021-01-10 06:50:41','2021-01-09 22:50:41'),(32909,13878,'action complete via WP Cron','2021-01-10 06:50:41','2021-01-09 22:50:41'),(32910,13879,'action created','2021-01-10 06:50:41','2021-01-09 22:50:41'),(32911,13879,'action started via WP Cron','2021-01-10 06:54:07','2021-01-09 22:54:07'),(32912,13879,'action complete via WP Cron','2021-01-10 06:54:07','2021-01-09 22:54:07'),(32913,13880,'action created','2021-01-10 06:54:07','2021-01-09 22:54:07'),(32914,13880,'action started via WP Cron','2021-01-10 06:58:47','2021-01-09 22:58:47'),(32915,13880,'action complete via WP Cron','2021-01-10 06:58:47','2021-01-09 22:58:47'),(32916,13881,'action created','2021-01-10 06:58:47','2021-01-09 22:58:47'),(32917,13881,'action started via WP Cron','2021-01-10 07:05:08','2021-01-09 23:05:08'),(32918,13881,'action complete via WP Cron','2021-01-10 07:05:08','2021-01-09 23:05:08'),(32919,13882,'action created','2021-01-10 07:05:08','2021-01-09 23:05:08'),(32920,13882,'action started via WP Cron','2021-01-10 07:16:27','2021-01-09 23:16:27'),(32921,13882,'action complete via WP Cron','2021-01-10 07:16:27','2021-01-09 23:16:27'),(32922,13883,'action created','2021-01-10 07:16:27','2021-01-09 23:16:27'),(32923,13883,'action started via WP Cron','2021-01-10 07:25:31','2021-01-09 23:25:31'),(32924,13883,'action complete via WP Cron','2021-01-10 07:25:31','2021-01-09 23:25:31'),(32925,13884,'action created','2021-01-10 07:25:31','2021-01-09 23:25:31'),(32926,13884,'action started via WP Cron','2021-01-10 07:25:44','2021-01-09 23:25:44'),(32927,13884,'action complete via WP Cron','2021-01-10 07:25:44','2021-01-09 23:25:44'),(32928,13885,'action created','2021-01-10 07:25:44','2021-01-09 23:25:44'),(32929,13885,'action started via WP Cron','2021-01-10 07:27:29','2021-01-09 23:27:29'),(32930,13885,'action complete via WP Cron','2021-01-10 07:27:29','2021-01-09 23:27:29'),(32931,13886,'action created','2021-01-10 07:27:29','2021-01-09 23:27:29'),(32932,13886,'action started via WP Cron','2021-01-10 07:28:29','2021-01-09 23:28:29'),(32933,13886,'action complete via WP Cron','2021-01-10 07:28:29','2021-01-09 23:28:29'),(32934,13887,'action created','2021-01-10 07:28:29','2021-01-09 23:28:29'),(32935,13887,'action started via WP Cron','2021-01-10 07:29:30','2021-01-09 23:29:30'),(32936,13887,'action complete via WP Cron','2021-01-10 07:29:30','2021-01-09 23:29:30'),(32937,13888,'action created','2021-01-10 07:29:30','2021-01-09 23:29:30'),(90317,33016,'action complete via WP Cron','2021-02-10 07:32:35','2021-02-09 23:32:35'),(90316,33016,'action started via WP Cron','2021-02-10 07:32:35','2021-02-09 23:32:35'),(92910,33881,'action created','2021-02-11 07:39:39','2021-02-10 23:39:39'),(32941,13888,'action started via WP Cron','2021-01-10 07:31:32','2021-01-09 23:31:32'),(32942,13888,'action complete via WP Cron','2021-01-10 07:31:32','2021-01-09 23:31:32'),(32943,13890,'action created','2021-01-10 07:31:32','2021-01-09 23:31:32'),(32944,13890,'action started via WP Cron','2021-01-10 07:32:34','2021-01-09 23:32:34'),(32945,13890,'action complete via WP Cron','2021-01-10 07:32:34','2021-01-09 23:32:34'),(32946,13891,'action created','2021-01-10 07:32:34','2021-01-09 23:32:34'),(32947,13891,'action started via WP Cron','2021-01-10 07:33:35','2021-01-09 23:33:35'),(32948,13891,'action complete via WP Cron','2021-01-10 07:33:35','2021-01-09 23:33:35'),(32949,13892,'action created','2021-01-10 07:33:35','2021-01-09 23:33:35'),(32950,13892,'action started via WP Cron','2021-01-10 07:35:14','2021-01-09 23:35:14'),(32951,13892,'action complete via WP Cron','2021-01-10 07:35:14','2021-01-09 23:35:14'),(32952,13893,'action created','2021-01-10 07:35:14','2021-01-09 23:35:14'),(32953,13893,'action started via WP Cron','2021-01-10 07:36:15','2021-01-09 23:36:15'),(32954,13893,'action complete via WP Cron','2021-01-10 07:36:15','2021-01-09 23:36:15'),(32955,13894,'action created','2021-01-10 07:36:15','2021-01-09 23:36:15'),(32956,13894,'action started via WP Cron','2021-01-10 07:48:34','2021-01-09 23:48:34'),(32957,13894,'action complete via WP Cron','2021-01-10 07:48:34','2021-01-09 23:48:34'),(32958,13895,'action created','2021-01-10 07:48:34','2021-01-09 23:48:34'),(32959,13895,'action started via WP Cron','2021-01-10 08:04:31','2021-01-10 00:04:31'),(32960,13895,'action complete via WP Cron','2021-01-10 08:04:31','2021-01-10 00:04:31'),(32961,13896,'action created','2021-01-10 08:04:32','2021-01-10 00:04:32'),(32962,13896,'action started via WP Cron','2021-01-10 08:05:43','2021-01-10 00:05:43'),(32963,13896,'action complete via WP Cron','2021-01-10 08:05:43','2021-01-10 00:05:43'),(32964,13897,'action created','2021-01-10 08:05:43','2021-01-10 00:05:43'),(32965,13897,'action started via WP Cron','2021-01-10 08:06:45','2021-01-10 00:06:45'),(32966,13897,'action complete via WP Cron','2021-01-10 08:06:45','2021-01-10 00:06:45'),(32967,13898,'action created','2021-01-10 08:06:45','2021-01-10 00:06:45'),(32968,13898,'action started via WP Cron','2021-01-10 08:08:46','2021-01-10 00:08:46'),(32969,13898,'action complete via WP Cron','2021-01-10 08:08:46','2021-01-10 00:08:46'),(32970,13899,'action created','2021-01-10 08:08:46','2021-01-10 00:08:46'),(32971,13899,'action started via WP Cron','2021-01-10 08:09:47','2021-01-10 00:09:47'),(32972,13899,'action complete via WP Cron','2021-01-10 08:09:47','2021-01-10 00:09:47'),(32973,13900,'action created','2021-01-10 08:09:47','2021-01-10 00:09:47'),(32974,13900,'action started via WP Cron','2021-01-10 08:10:48','2021-01-10 00:10:48'),(32975,13900,'action complete via WP Cron','2021-01-10 08:10:48','2021-01-10 00:10:48'),(32976,13901,'action created','2021-01-10 08:10:48','2021-01-10 00:10:48'),(32977,13901,'action started via WP Cron','2021-01-10 08:17:48','2021-01-10 00:17:48'),(32978,13901,'action complete via WP Cron','2021-01-10 08:17:48','2021-01-10 00:17:48'),(32979,13902,'action created','2021-01-10 08:17:48','2021-01-10 00:17:48'),(32980,13902,'action started via WP Cron','2021-01-10 08:20:47','2021-01-10 00:20:47'),(32981,13902,'action complete via WP Cron','2021-01-10 08:20:47','2021-01-10 00:20:47'),(32982,13903,'action created','2021-01-10 08:20:47','2021-01-10 00:20:47'),(32983,13903,'action started via WP Cron','2021-01-10 08:23:19','2021-01-10 00:23:19'),(32984,13903,'action complete via WP Cron','2021-01-10 08:23:19','2021-01-10 00:23:19'),(32985,13904,'action created','2021-01-10 08:23:20','2021-01-10 00:23:20'),(32986,13904,'action started via WP Cron','2021-01-10 08:25:26','2021-01-10 00:25:26'),(32987,13904,'action complete via WP Cron','2021-01-10 08:25:26','2021-01-10 00:25:26'),(32988,13905,'action created','2021-01-10 08:25:26','2021-01-10 00:25:26'),(32989,13905,'action started via WP Cron','2021-01-10 08:34:07','2021-01-10 00:34:07'),(32990,13905,'action complete via WP Cron','2021-01-10 08:34:07','2021-01-10 00:34:07'),(32991,13906,'action created','2021-01-10 08:34:07','2021-01-10 00:34:07'),(32992,13906,'action started via WP Cron','2021-01-10 08:34:42','2021-01-10 00:34:42'),(32993,13906,'action complete via WP Cron','2021-01-10 08:34:42','2021-01-10 00:34:42'),(32994,13907,'action created','2021-01-10 08:34:42','2021-01-10 00:34:42'),(32995,13907,'action started via WP Cron','2021-01-10 08:36:39','2021-01-10 00:36:39'),(32996,13907,'action complete via WP Cron','2021-01-10 08:36:39','2021-01-10 00:36:39'),(32997,13908,'action created','2021-01-10 08:36:39','2021-01-10 00:36:39'),(32998,13908,'action started via WP Cron','2021-01-10 08:37:18','2021-01-10 00:37:18'),(32999,13908,'action complete via WP Cron','2021-01-10 08:37:18','2021-01-10 00:37:18'),(33000,13909,'action created','2021-01-10 08:37:18','2021-01-10 00:37:18'),(33001,13909,'action started via WP Cron','2021-01-10 08:37:41','2021-01-10 00:37:41'),(33002,13909,'action complete via WP Cron','2021-01-10 08:37:41','2021-01-10 00:37:41'),(33003,13910,'action created','2021-01-10 08:37:41','2021-01-10 00:37:41'),(33004,13910,'action started via WP Cron','2021-01-10 08:38:44','2021-01-10 00:38:44'),(33005,13910,'action complete via WP Cron','2021-01-10 08:38:44','2021-01-10 00:38:44'),(33006,13911,'action created','2021-01-10 08:38:44','2021-01-10 00:38:44'),(33007,13911,'action started via WP Cron','2021-01-10 08:44:03','2021-01-10 00:44:03'),(33008,13911,'action complete via WP Cron','2021-01-10 08:44:03','2021-01-10 00:44:03'),(33009,13912,'action created','2021-01-10 08:44:03','2021-01-10 00:44:03'),(33010,13912,'action started via WP Cron','2021-01-10 08:45:47','2021-01-10 00:45:47'),(33011,13912,'action complete via WP Cron','2021-01-10 08:45:47','2021-01-10 00:45:47'),(33012,13913,'action created','2021-01-10 08:45:47','2021-01-10 00:45:47'),(33013,13913,'action started via WP Cron','2021-01-10 08:47:00','2021-01-10 00:47:00'),(33014,13913,'action complete via WP Cron','2021-01-10 08:47:00','2021-01-10 00:47:00'),(33015,13914,'action created','2021-01-10 08:47:00','2021-01-10 00:47:00'),(33016,13914,'action started via WP Cron','2021-01-10 08:49:38','2021-01-10 00:49:38'),(33017,13914,'action complete via WP Cron','2021-01-10 08:49:38','2021-01-10 00:49:38'),(33018,13915,'action created','2021-01-10 08:49:38','2021-01-10 00:49:38'),(33019,13915,'action started via WP Cron','2021-01-10 08:50:50','2021-01-10 00:50:50'),(33020,13915,'action complete via WP Cron','2021-01-10 08:50:50','2021-01-10 00:50:50'),(33021,13916,'action created','2021-01-10 08:50:50','2021-01-10 00:50:50'),(33022,13916,'action started via WP Cron','2021-01-10 08:54:04','2021-01-10 00:54:04'),(33023,13916,'action complete via WP Cron','2021-01-10 08:54:04','2021-01-10 00:54:04'),(33024,13917,'action created','2021-01-10 08:54:04','2021-01-10 00:54:04'),(33025,13917,'action started via WP Cron','2021-01-10 08:55:10','2021-01-10 00:55:10'),(33026,13917,'action complete via WP Cron','2021-01-10 08:55:10','2021-01-10 00:55:10'),(33027,13918,'action created','2021-01-10 08:55:10','2021-01-10 00:55:10'),(33028,13918,'action started via WP Cron','2021-01-10 08:56:05','2021-01-10 00:56:05'),(33029,13918,'action complete via WP Cron','2021-01-10 08:56:05','2021-01-10 00:56:05'),(33030,13919,'action created','2021-01-10 08:56:05','2021-01-10 00:56:05'),(33031,13919,'action started via WP Cron','2021-01-10 09:10:54','2021-01-10 01:10:54'),(33032,13919,'action complete via WP Cron','2021-01-10 09:10:54','2021-01-10 01:10:54'),(33033,13920,'action created','2021-01-10 09:10:54','2021-01-10 01:10:54'),(33034,13920,'action started via WP Cron','2021-01-10 09:11:45','2021-01-10 01:11:45'),(33035,13920,'action complete via WP Cron','2021-01-10 09:11:45','2021-01-10 01:11:45'),(33036,13921,'action created','2021-01-10 09:11:45','2021-01-10 01:11:45'),(33037,13921,'action started via WP Cron','2021-01-10 09:12:49','2021-01-10 01:12:49'),(33038,13921,'action complete via WP Cron','2021-01-10 09:12:49','2021-01-10 01:12:49'),(33039,13922,'action created','2021-01-10 09:12:49','2021-01-10 01:12:49'),(33040,13922,'action started via WP Cron','2021-01-10 09:13:57','2021-01-10 01:13:57'),(33041,13922,'action complete via WP Cron','2021-01-10 09:13:57','2021-01-10 01:13:57'),(33042,13923,'action created','2021-01-10 09:13:57','2021-01-10 01:13:57'),(33043,13923,'action started via WP Cron','2021-01-10 09:14:51','2021-01-10 01:14:51'),(33044,13923,'action complete via WP Cron','2021-01-10 09:14:51','2021-01-10 01:14:51'),(33045,13924,'action created','2021-01-10 09:14:51','2021-01-10 01:14:51'),(33046,13924,'action started via WP Cron','2021-01-10 09:15:52','2021-01-10 01:15:52'),(33047,13924,'action complete via WP Cron','2021-01-10 09:15:52','2021-01-10 01:15:52'),(33048,13925,'action created','2021-01-10 09:15:52','2021-01-10 01:15:52'),(33049,13925,'action started via WP Cron','2021-01-10 09:16:55','2021-01-10 01:16:55'),(33050,13925,'action complete via WP Cron','2021-01-10 09:16:55','2021-01-10 01:16:55'),(33051,13926,'action created','2021-01-10 09:28:53','2021-01-10 01:28:53'),(33052,13926,'action started via WP Cron','2021-01-10 09:35:05','2021-01-10 01:35:05'),(33053,13926,'action complete via WP Cron','2021-01-10 09:35:05','2021-01-10 01:35:05'),(33054,13927,'action created','2021-01-10 09:35:52','2021-01-10 01:35:52'),(33055,13927,'action started via WP Cron','2021-01-10 09:38:52','2021-01-10 01:38:52'),(33056,13927,'action complete via WP Cron','2021-01-10 09:38:52','2021-01-10 01:38:52'),(33057,13928,'action created','2021-01-10 09:38:52','2021-01-10 01:38:52'),(33058,13928,'action started via WP Cron','2021-01-10 09:39:52','2021-01-10 01:39:52'),(33059,13928,'action complete via WP Cron','2021-01-10 09:39:52','2021-01-10 01:39:52'),(33060,13929,'action created','2021-01-10 09:39:52','2021-01-10 01:39:52'),(33061,13929,'action started via WP Cron','2021-01-10 09:41:55','2021-01-10 01:41:55'),(33062,13929,'action complete via WP Cron','2021-01-10 09:41:55','2021-01-10 01:41:55'),(33063,13930,'action created','2021-01-10 09:41:55','2021-01-10 01:41:55'),(33064,13930,'action started via WP Cron','2021-01-10 09:42:59','2021-01-10 01:42:59'),(33065,13930,'action complete via WP Cron','2021-01-10 09:42:59','2021-01-10 01:42:59'),(33066,13931,'action created','2021-01-10 09:42:59','2021-01-10 01:42:59'),(33067,13931,'action started via WP Cron','2021-01-10 09:43:56','2021-01-10 01:43:56'),(33068,13931,'action complete via WP Cron','2021-01-10 09:43:56','2021-01-10 01:43:56'),(33069,13932,'action created','2021-01-10 09:43:56','2021-01-10 01:43:56'),(33070,13932,'action started via WP Cron','2021-01-10 09:46:26','2021-01-10 01:46:26'),(33071,13932,'action complete via WP Cron','2021-01-10 09:46:26','2021-01-10 01:46:26'),(33072,13933,'action created','2021-01-10 09:46:26','2021-01-10 01:46:26'),(33073,13933,'action started via WP Cron','2021-01-10 09:59:37','2021-01-10 01:59:37'),(33074,13933,'action complete via WP Cron','2021-01-10 09:59:37','2021-01-10 01:59:37'),(33075,13934,'action created','2021-01-10 09:59:37','2021-01-10 01:59:37'),(33076,13934,'action started via WP Cron','2021-01-10 10:03:39','2021-01-10 02:03:39'),(33077,13934,'action complete via WP Cron','2021-01-10 10:03:39','2021-01-10 02:03:39'),(33078,13935,'action created','2021-01-10 10:03:39','2021-01-10 02:03:39'),(33079,13935,'action started via WP Cron','2021-01-10 10:05:06','2021-01-10 02:05:06'),(33080,13935,'action complete via WP Cron','2021-01-10 10:05:06','2021-01-10 02:05:06'),(33081,13936,'action created','2021-01-10 10:05:06','2021-01-10 02:05:06'),(33082,13936,'action started via WP Cron','2021-01-10 10:05:52','2021-01-10 02:05:52'),(33083,13936,'action complete via WP Cron','2021-01-10 10:05:52','2021-01-10 02:05:52'),(33084,13937,'action created','2021-01-10 10:05:53','2021-01-10 02:05:53'),(33085,13937,'action started via WP Cron','2021-01-10 10:17:20','2021-01-10 02:17:20'),(33086,13937,'action complete via WP Cron','2021-01-10 10:17:20','2021-01-10 02:17:20'),(33087,13938,'action created','2021-01-10 10:17:20','2021-01-10 02:17:20'),(33088,13938,'action started via WP Cron','2021-01-10 10:18:21','2021-01-10 02:18:21'),(33089,13938,'action complete via WP Cron','2021-01-10 10:18:21','2021-01-10 02:18:21'),(33090,13939,'action created','2021-01-10 10:18:21','2021-01-10 02:18:21'),(33091,13939,'action started via WP Cron','2021-01-10 10:19:22','2021-01-10 02:19:22'),(33092,13939,'action complete via WP Cron','2021-01-10 10:19:22','2021-01-10 02:19:22'),(33093,13940,'action created','2021-01-10 10:19:22','2021-01-10 02:19:22'),(33094,13940,'action started via WP Cron','2021-01-10 10:20:47','2021-01-10 02:20:47'),(33095,13940,'action complete via WP Cron','2021-01-10 10:20:47','2021-01-10 02:20:47'),(33096,13941,'action created','2021-01-10 10:20:47','2021-01-10 02:20:47'),(33097,13941,'action started via WP Cron','2021-01-10 10:22:25','2021-01-10 02:22:25'),(33098,13941,'action complete via WP Cron','2021-01-10 10:22:25','2021-01-10 02:22:25'),(33099,13942,'action created','2021-01-10 10:22:25','2021-01-10 02:22:25'),(33100,13942,'action started via WP Cron','2021-01-10 10:22:49','2021-01-10 02:22:49'),(33101,13942,'action complete via WP Cron','2021-01-10 10:22:49','2021-01-10 02:22:49'),(33102,13943,'action created','2021-01-10 10:22:49','2021-01-10 02:22:49'),(33103,13943,'action started via WP Cron','2021-01-10 10:28:05','2021-01-10 02:28:05'),(33104,13943,'action complete via WP Cron','2021-01-10 10:28:05','2021-01-10 02:28:05'),(33105,13944,'action created','2021-01-10 10:28:05','2021-01-10 02:28:05'),(33106,13944,'action started via WP Cron','2021-01-10 10:28:43','2021-01-10 02:28:43'),(33107,13944,'action complete via WP Cron','2021-01-10 10:28:43','2021-01-10 02:28:43'),(33108,13945,'action created','2021-01-10 10:28:44','2021-01-10 02:28:44'),(33109,13945,'action started via WP Cron','2021-01-10 10:32:06','2021-01-10 02:32:06'),(33110,13945,'action complete via WP Cron','2021-01-10 10:32:06','2021-01-10 02:32:06'),(33111,13946,'action created','2021-01-10 10:32:06','2021-01-10 02:32:06'),(33112,13946,'action started via WP Cron','2021-01-10 10:37:38','2021-01-10 02:37:38'),(33113,13946,'action complete via WP Cron','2021-01-10 10:37:38','2021-01-10 02:37:38'),(33114,13947,'action created','2021-01-10 10:37:38','2021-01-10 02:37:38'),(33115,13947,'action started via WP Cron','2021-01-10 10:47:15','2021-01-10 02:47:15'),(33116,13947,'action complete via WP Cron','2021-01-10 10:47:15','2021-01-10 02:47:15'),(33117,13948,'action created','2021-01-10 10:47:16','2021-01-10 02:47:16'),(33118,13948,'action started via WP Cron','2021-01-10 10:48:15','2021-01-10 02:48:15'),(33119,13948,'action complete via WP Cron','2021-01-10 10:48:15','2021-01-10 02:48:15'),(33120,13949,'action created','2021-01-10 10:48:16','2021-01-10 02:48:16'),(33121,13949,'action started via WP Cron','2021-01-10 10:49:17','2021-01-10 02:49:17'),(33122,13949,'action complete via WP Cron','2021-01-10 10:49:17','2021-01-10 02:49:17'),(33123,13950,'action created','2021-01-10 10:49:17','2021-01-10 02:49:17'),(33124,13950,'action started via WP Cron','2021-01-10 10:51:20','2021-01-10 02:51:20'),(33125,13950,'action complete via WP Cron','2021-01-10 10:51:20','2021-01-10 02:51:20'),(33126,13951,'action created','2021-01-10 10:51:20','2021-01-10 02:51:20'),(33127,13951,'action started via WP Cron','2021-01-10 10:52:21','2021-01-10 02:52:21'),(33128,13951,'action complete via WP Cron','2021-01-10 10:52:21','2021-01-10 02:52:21'),(33129,13952,'action created','2021-01-10 10:52:21','2021-01-10 02:52:21'),(33130,13952,'action started via WP Cron','2021-01-10 10:53:21','2021-01-10 02:53:21'),(33131,13952,'action complete via WP Cron','2021-01-10 10:53:21','2021-01-10 02:53:21'),(33132,13953,'action created','2021-01-10 10:53:22','2021-01-10 02:53:22'),(33133,13953,'action started via WP Cron','2021-01-10 10:57:27','2021-01-10 02:57:27'),(33134,13953,'action complete via WP Cron','2021-01-10 10:57:27','2021-01-10 02:57:27'),(33135,13954,'action created','2021-01-10 10:57:27','2021-01-10 02:57:27'),(33136,13954,'action started via WP Cron','2021-01-10 10:57:58','2021-01-10 02:57:58'),(33137,13954,'action complete via WP Cron','2021-01-10 10:57:58','2021-01-10 02:57:58'),(33138,13955,'action created','2021-01-10 10:57:58','2021-01-10 02:57:58'),(33139,13955,'action started via WP Cron','2021-01-10 11:13:14','2021-01-10 03:13:14'),(33140,13955,'action complete via WP Cron','2021-01-10 11:13:14','2021-01-10 03:13:14'),(33141,13956,'action created','2021-01-10 11:13:14','2021-01-10 03:13:14'),(33142,13956,'action started via WP Cron','2021-01-10 11:21:15','2021-01-10 03:21:15'),(33143,13956,'action complete via WP Cron','2021-01-10 11:21:15','2021-01-10 03:21:15'),(33144,13957,'action created','2021-01-10 11:21:15','2021-01-10 03:21:15'),(33145,13957,'action started via WP Cron','2021-01-10 11:25:19','2021-01-10 03:25:19'),(33146,13957,'action complete via WP Cron','2021-01-10 11:25:19','2021-01-10 03:25:19'),(33147,13958,'action created','2021-01-10 11:25:19','2021-01-10 03:25:19'),(33148,13958,'action started via WP Cron','2021-01-10 11:28:37','2021-01-10 03:28:37'),(33149,13958,'action complete via WP Cron','2021-01-10 11:28:37','2021-01-10 03:28:37'),(33150,13959,'action created','2021-01-10 11:28:37','2021-01-10 03:28:37'),(33151,13959,'action started via WP Cron','2021-01-10 11:46:09','2021-01-10 03:46:09'),(33152,13959,'action complete via WP Cron','2021-01-10 11:46:09','2021-01-10 03:46:09'),(33153,13960,'action created','2021-01-10 11:46:09','2021-01-10 03:46:09'),(33154,13960,'action started via WP Cron','2021-01-10 11:46:57','2021-01-10 03:46:57'),(33155,13960,'action complete via WP Cron','2021-01-10 11:46:57','2021-01-10 03:46:57'),(33156,13961,'action created','2021-01-10 11:46:57','2021-01-10 03:46:57'),(33157,13961,'action started via WP Cron','2021-01-10 11:53:29','2021-01-10 03:53:29'),(33158,13961,'action complete via WP Cron','2021-01-10 11:53:29','2021-01-10 03:53:29'),(33159,13962,'action created','2021-01-10 11:53:30','2021-01-10 03:53:30'),(33160,13962,'action started via WP Cron','2021-01-10 11:54:30','2021-01-10 03:54:30'),(33161,13962,'action complete via WP Cron','2021-01-10 11:54:30','2021-01-10 03:54:30'),(33162,13963,'action created','2021-01-10 11:54:30','2021-01-10 03:54:30'),(33163,13963,'action started via WP Cron','2021-01-10 11:55:31','2021-01-10 03:55:31'),(33164,13963,'action complete via WP Cron','2021-01-10 11:55:31','2021-01-10 03:55:31'),(33165,13964,'action created','2021-01-10 11:55:31','2021-01-10 03:55:31'),(33166,13964,'action started via WP Cron','2021-01-10 11:57:33','2021-01-10 03:57:33'),(33167,13964,'action complete via WP Cron','2021-01-10 11:57:34','2021-01-10 03:57:34'),(33168,13965,'action created','2021-01-10 11:57:34','2021-01-10 03:57:34'),(33169,13965,'action started via WP Cron','2021-01-10 11:58:34','2021-01-10 03:58:34'),(33170,13965,'action complete via WP Cron','2021-01-10 11:58:34','2021-01-10 03:58:34'),(33171,13966,'action created','2021-01-10 11:58:34','2021-01-10 03:58:34'),(33172,13966,'action started via WP Cron','2021-01-10 11:59:36','2021-01-10 03:59:36'),(33173,13966,'action complete via WP Cron','2021-01-10 11:59:36','2021-01-10 03:59:36'),(33174,13967,'action created','2021-01-10 11:59:36','2021-01-10 03:59:36'),(33175,13967,'action started via WP Cron','2021-01-10 12:00:58','2021-01-10 04:00:58'),(33176,13967,'action complete via WP Cron','2021-01-10 12:00:58','2021-01-10 04:00:58'),(33177,13968,'action created','2021-01-10 12:00:58','2021-01-10 04:00:58'),(33178,13968,'action started via WP Cron','2021-01-10 12:02:33','2021-01-10 04:02:33'),(33179,13968,'action complete via WP Cron','2021-01-10 12:02:33','2021-01-10 04:02:33'),(33180,13969,'action created','2021-01-10 12:02:33','2021-01-10 04:02:33'),(33181,13969,'action started via WP Cron','2021-01-10 12:03:59','2021-01-10 04:03:59'),(33182,13969,'action complete via WP Cron','2021-01-10 12:03:59','2021-01-10 04:03:59'),(33183,13970,'action created','2021-01-10 12:03:59','2021-01-10 04:03:59'),(33184,13970,'action started via WP Cron','2021-01-10 12:06:04','2021-01-10 04:06:04'),(33185,13970,'action complete via WP Cron','2021-01-10 12:06:04','2021-01-10 04:06:04'),(33186,13971,'action created','2021-01-10 12:06:04','2021-01-10 04:06:04'),(33187,13971,'action started via WP Cron','2021-01-10 12:27:27','2021-01-10 04:27:27'),(33188,13971,'action complete via WP Cron','2021-01-10 12:27:27','2021-01-10 04:27:27'),(33189,13972,'action created','2021-01-10 12:27:27','2021-01-10 04:27:27'),(33190,13972,'action started via WP Cron','2021-01-10 12:27:41','2021-01-10 04:27:41'),(33191,13972,'action complete via WP Cron','2021-01-10 12:27:41','2021-01-10 04:27:41'),(33192,13973,'action created','2021-01-10 12:27:41','2021-01-10 04:27:41'),(33193,13973,'action started via WP Cron','2021-01-10 12:29:46','2021-01-10 04:29:46'),(33194,13973,'action complete via WP Cron','2021-01-10 12:29:46','2021-01-10 04:29:46'),(33195,13974,'action created','2021-01-10 12:29:46','2021-01-10 04:29:46'),(33196,13974,'action started via WP Cron','2021-01-10 12:35:37','2021-01-10 04:35:37'),(33197,13974,'action complete via WP Cron','2021-01-10 12:35:37','2021-01-10 04:35:37'),(33198,13975,'action created','2021-01-10 12:35:37','2021-01-10 04:35:37'),(33199,13975,'action started via WP Cron','2021-01-10 12:36:45','2021-01-10 04:36:45'),(33200,13975,'action complete via WP Cron','2021-01-10 12:36:45','2021-01-10 04:36:45'),(33201,13976,'action created','2021-01-10 12:36:45','2021-01-10 04:36:45'),(33202,13976,'action started via WP Cron','2021-01-10 12:37:46','2021-01-10 04:37:46'),(33203,13976,'action complete via WP Cron','2021-01-10 12:37:46','2021-01-10 04:37:46'),(33204,13977,'action created','2021-01-10 12:37:46','2021-01-10 04:37:46'),(33205,13977,'action started via WP Cron','2021-01-10 12:39:48','2021-01-10 04:39:48'),(33206,13977,'action complete via WP Cron','2021-01-10 12:39:48','2021-01-10 04:39:48'),(33207,13978,'action created','2021-01-10 12:39:48','2021-01-10 04:39:48'),(33208,13978,'action started via WP Cron','2021-01-10 12:40:49','2021-01-10 04:40:49'),(33209,13978,'action complete via WP Cron','2021-01-10 12:40:49','2021-01-10 04:40:49'),(33210,13979,'action created','2021-01-10 12:40:49','2021-01-10 04:40:49'),(33211,13979,'action started via WP Cron','2021-01-10 12:41:50','2021-01-10 04:41:50'),(33212,13979,'action complete via WP Cron','2021-01-10 12:41:50','2021-01-10 04:41:50'),(33213,13980,'action created','2021-01-10 12:41:50','2021-01-10 04:41:50'),(33214,13980,'action started via WP Cron','2021-01-10 12:46:22','2021-01-10 04:46:22'),(33215,13980,'action complete via WP Cron','2021-01-10 12:46:22','2021-01-10 04:46:22'),(33216,13981,'action created','2021-01-10 12:46:22','2021-01-10 04:46:22'),(33217,13981,'action started via WP Cron','2021-01-10 12:54:12','2021-01-10 04:54:12'),(33218,13981,'action complete via WP Cron','2021-01-10 12:54:12','2021-01-10 04:54:12'),(33219,13982,'action created','2021-01-10 12:54:12','2021-01-10 04:54:12'),(33220,13982,'action started via WP Cron','2021-01-10 12:59:06','2021-01-10 04:59:06'),(33221,13982,'action complete via WP Cron','2021-01-10 12:59:06','2021-01-10 04:59:06'),(33222,13983,'action created','2021-01-10 12:59:06','2021-01-10 04:59:06'),(33223,13983,'action started via WP Cron','2021-01-10 12:59:44','2021-01-10 04:59:44'),(33224,13983,'action complete via WP Cron','2021-01-10 12:59:44','2021-01-10 04:59:44'),(33225,13984,'action created','2021-01-10 12:59:44','2021-01-10 04:59:44'),(33226,13984,'action started via WP Cron','2021-01-10 13:00:41','2021-01-10 05:00:41'),(33227,13984,'action complete via WP Cron','2021-01-10 13:00:41','2021-01-10 05:00:41'),(33228,13985,'action created','2021-01-10 13:00:41','2021-01-10 05:00:41'),(33229,13985,'action started via WP Cron','2021-01-10 13:01:59','2021-01-10 05:01:59'),(33230,13985,'action complete via WP Cron','2021-01-10 13:01:59','2021-01-10 05:01:59'),(33231,13986,'action created','2021-01-10 13:01:59','2021-01-10 05:01:59'),(33232,13986,'action started via WP Cron','2021-01-10 13:04:01','2021-01-10 05:04:01'),(33233,13986,'action complete via WP Cron','2021-01-10 13:04:01','2021-01-10 05:04:01'),(33234,13987,'action created','2021-01-10 13:04:01','2021-01-10 05:04:01'),(33235,13987,'action started via WP Cron','2021-01-10 13:05:03','2021-01-10 05:05:03'),(33236,13987,'action complete via WP Cron','2021-01-10 13:05:03','2021-01-10 05:05:03'),(33237,13988,'action created','2021-01-10 13:05:03','2021-01-10 05:05:03'),(33238,13988,'action started via WP Cron','2021-01-10 13:06:04','2021-01-10 05:06:04'),(33239,13988,'action complete via WP Cron','2021-01-10 13:06:04','2021-01-10 05:06:04'),(33240,13989,'action created','2021-01-10 13:06:04','2021-01-10 05:06:04'),(33241,13989,'action started via WP Cron','2021-01-10 13:07:41','2021-01-10 05:07:41'),(33242,13989,'action complete via WP Cron','2021-01-10 13:07:41','2021-01-10 05:07:41'),(33243,13990,'action created','2021-01-10 13:07:41','2021-01-10 05:07:41'),(33244,13990,'action started via WP Cron','2021-01-10 13:08:41','2021-01-10 05:08:41'),(33245,13990,'action complete via WP Cron','2021-01-10 13:08:41','2021-01-10 05:08:41'),(33246,13991,'action created','2021-01-10 13:08:41','2021-01-10 05:08:41'),(33247,13991,'action started via WP Cron','2021-01-10 13:09:42','2021-01-10 05:09:42'),(33248,13991,'action complete via WP Cron','2021-01-10 13:09:42','2021-01-10 05:09:42'),(33249,13992,'action created','2021-01-10 13:09:42','2021-01-10 05:09:42'),(33250,13992,'action started via WP Cron','2021-01-10 13:15:15','2021-01-10 05:15:15'),(33251,13992,'action complete via WP Cron','2021-01-10 13:15:15','2021-01-10 05:15:15'),(33252,13993,'action created','2021-01-10 13:15:15','2021-01-10 05:15:15'),(33253,13993,'action started via WP Cron','2021-01-10 13:15:42','2021-01-10 05:15:42'),(33254,13993,'action complete via WP Cron','2021-01-10 13:15:42','2021-01-10 05:15:42'),(33255,13994,'action created','2021-01-10 13:15:42','2021-01-10 05:15:42'),(33256,13994,'action started via WP Cron','2021-01-10 13:18:00','2021-01-10 05:18:00'),(33257,13994,'action complete via WP Cron','2021-01-10 13:18:00','2021-01-10 05:18:00'),(33258,13995,'action created','2021-01-10 13:18:00','2021-01-10 05:18:00'),(33259,13995,'action started via WP Cron','2021-01-10 13:18:41','2021-01-10 05:18:41'),(33260,13995,'action complete via WP Cron','2021-01-10 13:18:41','2021-01-10 05:18:41'),(33261,13996,'action created','2021-01-10 13:18:41','2021-01-10 05:18:41'),(33262,13996,'action started via WP Cron','2021-01-10 13:28:27','2021-01-10 05:28:27'),(33263,13996,'action complete via WP Cron','2021-01-10 13:28:27','2021-01-10 05:28:27'),(33264,13997,'action created','2021-01-10 13:28:27','2021-01-10 05:28:27'),(33265,13997,'action started via WP Cron','2021-01-10 13:41:56','2021-01-10 05:41:56'),(33266,13997,'action complete via WP Cron','2021-01-10 13:41:56','2021-01-10 05:41:56'),(33267,13998,'action created','2021-01-10 13:41:56','2021-01-10 05:41:56'),(33268,13998,'action started via WP Cron','2021-01-10 13:42:50','2021-01-10 05:42:50'),(33269,13998,'action complete via WP Cron','2021-01-10 13:42:50','2021-01-10 05:42:50'),(33270,13999,'action created','2021-01-10 13:42:50','2021-01-10 05:42:50'),(33271,13999,'action started via WP Cron','2021-01-10 13:43:51','2021-01-10 05:43:51'),(33272,13999,'action complete via WP Cron','2021-01-10 13:43:51','2021-01-10 05:43:51'),(33273,14000,'action created','2021-01-10 13:43:51','2021-01-10 05:43:51'),(33274,14000,'action started via WP Cron','2021-01-10 13:45:53','2021-01-10 05:45:53'),(33275,14000,'action complete via WP Cron','2021-01-10 13:45:53','2021-01-10 05:45:53'),(33276,14001,'action created','2021-01-10 13:45:53','2021-01-10 05:45:53'),(33277,14001,'action started via WP Cron','2021-01-10 13:46:55','2021-01-10 05:46:55'),(33278,14001,'action complete via WP Cron','2021-01-10 13:46:55','2021-01-10 05:46:55'),(33279,14002,'action created','2021-01-10 13:46:55','2021-01-10 05:46:55'),(33280,14002,'action started via WP Cron','2021-01-10 13:47:57','2021-01-10 05:47:57'),(33281,14002,'action complete via WP Cron','2021-01-10 13:47:57','2021-01-10 05:47:57'),(33282,14003,'action created','2021-01-10 13:47:57','2021-01-10 05:47:57'),(33283,14003,'action started via WP Cron','2021-01-10 13:48:58','2021-01-10 05:48:58'),(33284,14003,'action complete via WP Cron','2021-01-10 13:48:58','2021-01-10 05:48:58'),(33285,14004,'action created','2021-01-10 13:49:58','2021-01-10 05:49:58'),(33286,14004,'action started via WP Cron','2021-01-10 14:00:25','2021-01-10 06:00:25'),(33287,14004,'action complete via WP Cron','2021-01-10 14:00:25','2021-01-10 06:00:25'),(33288,14005,'action created','2021-01-10 14:00:25','2021-01-10 06:00:25'),(33289,14005,'action started via WP Cron','2021-01-10 14:01:14','2021-01-10 06:01:14'),(33290,14005,'action complete via WP Cron','2021-01-10 14:01:14','2021-01-10 06:01:14'),(33291,14006,'action created','2021-01-10 14:01:17','2021-01-10 06:01:17'),(33292,14006,'action started via WP Cron','2021-01-10 14:02:28','2021-01-10 06:02:28'),(33293,14006,'action complete via WP Cron','2021-01-10 14:02:28','2021-01-10 06:02:28'),(33294,14007,'action created','2021-01-10 14:02:29','2021-01-10 06:02:29'),(33295,14007,'action started via WP Cron','2021-01-10 14:02:43','2021-01-10 06:02:43'),(33296,14007,'action complete via WP Cron','2021-01-10 14:02:43','2021-01-10 06:02:43'),(33297,14008,'action created','2021-01-10 14:02:43','2021-01-10 06:02:43'),(33298,14008,'action started via WP Cron','2021-01-10 14:09:48','2021-01-10 06:09:48'),(33299,14008,'action complete via WP Cron','2021-01-10 14:09:48','2021-01-10 06:09:48'),(33300,14009,'action created','2021-01-10 14:09:48','2021-01-10 06:09:48'),(33301,14009,'action started via WP Cron','2021-01-10 14:10:42','2021-01-10 06:10:42'),(33302,14009,'action complete via WP Cron','2021-01-10 14:10:42','2021-01-10 06:10:42'),(33303,14010,'action created','2021-01-10 14:10:42','2021-01-10 06:10:42'),(33304,14010,'action started via WP Cron','2021-01-10 14:11:43','2021-01-10 06:11:43'),(33305,14010,'action complete via WP Cron','2021-01-10 14:11:43','2021-01-10 06:11:43'),(33306,14011,'action created','2021-01-10 14:11:43','2021-01-10 06:11:43'),(33307,14011,'action started via WP Cron','2021-01-10 14:13:45','2021-01-10 06:13:45'),(33308,14011,'action complete via WP Cron','2021-01-10 14:13:45','2021-01-10 06:13:45'),(33309,14012,'action created','2021-01-10 14:13:45','2021-01-10 06:13:45'),(33310,14012,'action started via WP Cron','2021-01-10 14:18:56','2021-01-10 06:18:56'),(33311,14012,'action complete via WP Cron','2021-01-10 14:18:56','2021-01-10 06:18:56'),(33312,14013,'action created','2021-01-10 14:18:56','2021-01-10 06:18:56'),(33313,14013,'action started via WP Cron','2021-01-10 14:20:03','2021-01-10 06:20:03'),(33314,14013,'action complete via WP Cron','2021-01-10 14:20:03','2021-01-10 06:20:03'),(33315,14014,'action created','2021-01-10 14:20:03','2021-01-10 06:20:03'),(33316,14014,'action started via WP Cron','2021-01-10 14:21:04','2021-01-10 06:21:04'),(33317,14014,'action complete via WP Cron','2021-01-10 14:21:04','2021-01-10 06:21:04'),(33318,14015,'action created','2021-01-10 14:21:04','2021-01-10 06:21:04'),(33319,14015,'action started via WP Cron','2021-01-10 14:25:14','2021-01-10 06:25:14'),(33320,14015,'action complete via WP Cron','2021-01-10 14:25:14','2021-01-10 06:25:14'),(33321,14016,'action created','2021-01-10 14:25:15','2021-01-10 06:25:15'),(33322,14016,'action started via WP Cron','2021-01-10 14:36:26','2021-01-10 06:36:26'),(33323,14016,'action complete via WP Cron','2021-01-10 14:36:26','2021-01-10 06:36:26'),(33324,14017,'action created','2021-01-10 14:36:26','2021-01-10 06:36:26'),(33325,14017,'action started via WP Cron','2021-01-10 14:43:28','2021-01-10 06:43:28'),(33326,14017,'action complete via WP Cron','2021-01-10 14:43:28','2021-01-10 06:43:28'),(33327,14018,'action created','2021-01-10 14:43:28','2021-01-10 06:43:28'),(33328,14018,'action started via WP Cron','2021-01-10 14:47:54','2021-01-10 06:47:54'),(33329,14018,'action complete via WP Cron','2021-01-10 14:47:54','2021-01-10 06:47:54'),(33330,14019,'action created','2021-01-10 14:47:54','2021-01-10 06:47:54'),(33331,14019,'action started via WP Cron','2021-01-10 14:48:55','2021-01-10 06:48:55'),(33332,14019,'action complete via WP Cron','2021-01-10 14:48:55','2021-01-10 06:48:55'),(33333,14020,'action created','2021-01-10 14:48:55','2021-01-10 06:48:55'),(33334,14020,'action started via WP Cron','2021-01-10 14:49:56','2021-01-10 06:49:56'),(33335,14020,'action complete via WP Cron','2021-01-10 14:49:56','2021-01-10 06:49:56'),(33336,14021,'action created','2021-01-10 14:49:56','2021-01-10 06:49:56'),(33337,14021,'action started via WP Cron','2021-01-10 14:51:58','2021-01-10 06:51:58'),(33338,14021,'action complete via WP Cron','2021-01-10 14:51:58','2021-01-10 06:51:58'),(33339,14022,'action created','2021-01-10 14:51:58','2021-01-10 06:51:58'),(33340,14022,'action started via WP Cron','2021-01-10 14:52:59','2021-01-10 06:52:59'),(33341,14022,'action complete via WP Cron','2021-01-10 14:52:59','2021-01-10 06:52:59'),(33342,14023,'action created','2021-01-10 14:52:59','2021-01-10 06:52:59'),(33343,14023,'action started via WP Cron','2021-01-10 14:55:44','2021-01-10 06:55:44'),(33344,14023,'action complete via WP Cron','2021-01-10 14:55:44','2021-01-10 06:55:44'),(33345,14024,'action created','2021-01-10 14:55:44','2021-01-10 06:55:44'),(33346,14024,'action started via WP Cron','2021-01-10 14:57:13','2021-01-10 06:57:13'),(33347,14024,'action complete via WP Cron','2021-01-10 14:57:13','2021-01-10 06:57:13'),(33348,14025,'action created','2021-01-10 14:57:13','2021-01-10 06:57:13'),(33349,14025,'action started via WP Cron','2021-01-10 15:21:10','2021-01-10 07:21:10'),(33350,14025,'action complete via WP Cron','2021-01-10 15:21:10','2021-01-10 07:21:10'),(33351,14026,'action created','2021-01-10 15:21:10','2021-01-10 07:21:10'),(33352,14026,'action started via WP Cron','2021-01-10 15:22:04','2021-01-10 07:22:04'),(33353,14026,'action complete via WP Cron','2021-01-10 15:22:04','2021-01-10 07:22:04'),(33354,14027,'action created','2021-01-10 15:22:04','2021-01-10 07:22:04'),(33355,14027,'action started via WP Cron','2021-01-10 15:23:05','2021-01-10 07:23:05'),(33356,14027,'action complete via WP Cron','2021-01-10 15:23:05','2021-01-10 07:23:05'),(33357,14028,'action created','2021-01-10 15:23:05','2021-01-10 07:23:05'),(33358,14028,'action started via WP Cron','2021-01-10 15:25:07','2021-01-10 07:25:07'),(33359,14028,'action complete via WP Cron','2021-01-10 15:25:07','2021-01-10 07:25:07'),(33360,14029,'action created','2021-01-10 15:25:07','2021-01-10 07:25:07'),(33361,14029,'action started via WP Cron','2021-01-10 15:26:08','2021-01-10 07:26:08'),(33362,14029,'action complete via WP Cron','2021-01-10 15:26:08','2021-01-10 07:26:08'),(33363,14030,'action created','2021-01-10 15:26:08','2021-01-10 07:26:08'),(33364,14030,'action started via WP Cron','2021-01-10 15:27:09','2021-01-10 07:27:09'),(33365,14030,'action complete via WP Cron','2021-01-10 15:27:09','2021-01-10 07:27:09'),(33366,14031,'action created','2021-01-10 15:27:09','2021-01-10 07:27:09'),(33367,14031,'action started via WP Cron','2021-01-10 15:39:34','2021-01-10 07:39:34'),(33368,14031,'action complete via WP Cron','2021-01-10 15:39:34','2021-01-10 07:39:34'),(33369,14032,'action created','2021-01-10 15:39:34','2021-01-10 07:39:34'),(91242,33325,'action created','2021-02-10 15:40:51','2021-02-10 07:40:51'),(91241,33324,'action complete via WP Cron','2021-02-10 15:40:51','2021-02-10 07:40:51'),(91240,33324,'action started via WP Cron','2021-02-10 15:40:51','2021-02-10 07:40:51'),(33373,14032,'action started via Async Request','2021-01-10 15:40:24','2021-01-10 07:40:24'),(33374,14032,'action complete via Async Request','2021-01-10 15:40:24','2021-01-10 07:40:24'),(33375,14034,'action created','2021-01-10 15:40:31','2021-01-10 07:40:31'),(33376,14034,'action started via WP Cron','2021-01-10 15:40:45','2021-01-10 07:40:45'),(33377,14034,'action complete via WP Cron','2021-01-10 15:40:45','2021-01-10 07:40:45'),(33378,14035,'action created','2021-01-10 15:40:48','2021-01-10 07:40:48'),(33379,14035,'action started via Async Request','2021-01-10 15:41:27','2021-01-10 07:41:27'),(33380,14035,'action complete via Async Request','2021-01-10 15:41:27','2021-01-10 07:41:27'),(33381,14036,'action created','2021-01-10 15:43:43','2021-01-10 07:43:43'),(33382,14037,'action created','2021-01-10 15:43:43','2021-01-10 07:43:43'),(33383,14037,'action started via WP Cron','2021-01-10 15:45:18','2021-01-10 07:45:18'),(33384,14037,'action complete via WP Cron','2021-01-10 15:45:18','2021-01-10 07:45:18'),(33385,14036,'action started via WP Cron','2021-01-10 15:45:18','2021-01-10 07:45:18'),(33386,14036,'action complete via WP Cron','2021-01-10 15:45:18','2021-01-10 07:45:18'),(33387,14038,'action created','2021-01-10 15:45:18','2021-01-10 07:45:18'),(33388,14038,'action started via WP Cron','2021-01-10 15:53:16','2021-01-10 07:53:16'),(33389,14038,'action complete via WP Cron','2021-01-10 15:53:16','2021-01-10 07:53:16'),(33390,14039,'action created','2021-01-10 15:53:16','2021-01-10 07:53:16'),(33391,14039,'action started via WP Cron','2021-01-10 15:54:17','2021-01-10 07:54:17'),(33392,14039,'action complete via WP Cron','2021-01-10 15:54:17','2021-01-10 07:54:17'),(33393,14040,'action created','2021-01-10 15:54:17','2021-01-10 07:54:17'),(33394,14040,'action started via WP Cron','2021-01-10 15:55:18','2021-01-10 07:55:18'),(33395,14040,'action complete via WP Cron','2021-01-10 15:55:18','2021-01-10 07:55:18'),(33396,14041,'action created','2021-01-10 15:55:18','2021-01-10 07:55:18'),(33397,14041,'action started via WP Cron','2021-01-10 15:57:20','2021-01-10 07:57:20'),(33398,14041,'action complete via WP Cron','2021-01-10 15:57:20','2021-01-10 07:57:20'),(33399,14042,'action created','2021-01-10 15:57:20','2021-01-10 07:57:20'),(33400,14042,'action started via WP Cron','2021-01-10 15:58:21','2021-01-10 07:58:21'),(33401,14042,'action complete via WP Cron','2021-01-10 15:58:21','2021-01-10 07:58:21'),(33402,14043,'action created','2021-01-10 15:58:21','2021-01-10 07:58:21'),(33403,14043,'action started via WP Cron','2021-01-10 15:58:59','2021-01-10 07:58:59'),(33404,14043,'action complete via WP Cron','2021-01-10 15:58:59','2021-01-10 07:58:59'),(33405,14044,'action created','2021-01-10 15:59:00','2021-01-10 07:59:00'),(33406,14044,'action started via WP Cron','2021-01-10 16:07:15','2021-01-10 08:07:15'),(33407,14044,'action complete via WP Cron','2021-01-10 16:07:15','2021-01-10 08:07:15'),(33408,14045,'action created','2021-01-10 16:07:15','2021-01-10 08:07:15'),(33409,14045,'action started via WP Cron','2021-01-10 16:09:45','2021-01-10 08:09:45'),(33410,14045,'action complete via WP Cron','2021-01-10 16:09:45','2021-01-10 08:09:45'),(33411,14046,'action created','2021-01-10 16:09:45','2021-01-10 08:09:45'),(33412,14046,'action started via WP Cron','2021-01-10 16:12:04','2021-01-10 08:12:04'),(33413,14046,'action complete via WP Cron','2021-01-10 16:12:04','2021-01-10 08:12:04'),(33414,14047,'action created','2021-01-10 16:12:04','2021-01-10 08:12:04'),(33415,14047,'action started via WP Cron','2021-01-10 16:14:21','2021-01-10 08:14:21'),(33416,14047,'action complete via WP Cron','2021-01-10 16:14:21','2021-01-10 08:14:21'),(33417,14048,'action created','2021-01-10 16:14:21','2021-01-10 08:14:21'),(33418,14048,'action started via WP Cron','2021-01-10 16:21:08','2021-01-10 08:21:08'),(33419,14048,'action complete via WP Cron','2021-01-10 16:21:08','2021-01-10 08:21:08'),(33420,14049,'action created','2021-01-10 16:21:08','2021-01-10 08:21:08'),(33421,14049,'action started via WP Cron','2021-01-10 16:28:09','2021-01-10 08:28:09'),(33422,14049,'action complete via WP Cron','2021-01-10 16:28:09','2021-01-10 08:28:09'),(33423,14050,'action created','2021-01-10 16:28:09','2021-01-10 08:28:09'),(33424,14050,'action started via WP Cron','2021-01-10 16:29:10','2021-01-10 08:29:10'),(33425,14050,'action complete via WP Cron','2021-01-10 16:29:10','2021-01-10 08:29:10'),(33426,14051,'action created','2021-01-10 16:29:10','2021-01-10 08:29:10'),(33427,14051,'action started via WP Cron','2021-01-10 16:30:11','2021-01-10 08:30:11'),(33428,14051,'action complete via WP Cron','2021-01-10 16:30:11','2021-01-10 08:30:11'),(33429,14052,'action created','2021-01-10 16:30:11','2021-01-10 08:30:11'),(33430,14052,'action started via WP Cron','2021-01-10 16:32:13','2021-01-10 08:32:13'),(33431,14052,'action complete via WP Cron','2021-01-10 16:32:13','2021-01-10 08:32:13'),(33432,14053,'action created','2021-01-10 16:32:13','2021-01-10 08:32:13'),(33433,14053,'action started via WP Cron','2021-01-10 16:33:14','2021-01-10 08:33:14'),(33434,14053,'action complete via WP Cron','2021-01-10 16:33:14','2021-01-10 08:33:14'),(33435,14054,'action created','2021-01-10 16:33:14','2021-01-10 08:33:14'),(33436,14054,'action started via WP Cron','2021-01-10 16:50:23','2021-01-10 08:50:23'),(33437,14054,'action complete via WP Cron','2021-01-10 16:50:23','2021-01-10 08:50:23'),(33438,14055,'action created','2021-01-10 16:50:23','2021-01-10 08:50:23'),(33439,14055,'action started via WP Cron','2021-01-10 16:51:00','2021-01-10 08:51:00'),(33440,14055,'action complete via WP Cron','2021-01-10 16:51:00','2021-01-10 08:51:00'),(33441,14056,'action created','2021-01-10 16:51:00','2021-01-10 08:51:00'),(33442,14056,'action started via WP Cron','2021-01-10 16:53:34','2021-01-10 08:53:34'),(33443,14056,'action complete via WP Cron','2021-01-10 16:53:34','2021-01-10 08:53:34'),(33444,14057,'action created','2021-01-10 16:53:34','2021-01-10 08:53:34'),(33445,14057,'action started via WP Cron','2021-01-10 16:57:47','2021-01-10 08:57:47'),(33446,14057,'action complete via WP Cron','2021-01-10 16:57:47','2021-01-10 08:57:47'),(33447,14058,'action created','2021-01-10 16:57:47','2021-01-10 08:57:47'),(33448,14058,'action started via WP Cron','2021-01-10 16:58:57','2021-01-10 08:58:57'),(33449,14058,'action complete via WP Cron','2021-01-10 16:58:57','2021-01-10 08:58:57'),(33450,14059,'action created','2021-01-10 16:58:57','2021-01-10 08:58:57'),(33451,14059,'action started via WP Cron','2021-01-10 16:59:58','2021-01-10 08:59:58'),(33452,14059,'action complete via WP Cron','2021-01-10 16:59:58','2021-01-10 08:59:58'),(33453,14060,'action created','2021-01-10 16:59:58','2021-01-10 08:59:58'),(33454,14060,'action started via WP Cron','2021-01-10 17:02:00','2021-01-10 09:02:00'),(33455,14060,'action complete via WP Cron','2021-01-10 17:02:00','2021-01-10 09:02:00'),(33456,14061,'action created','2021-01-10 17:02:00','2021-01-10 09:02:00'),(33457,14061,'action started via WP Cron','2021-01-10 17:03:01','2021-01-10 09:03:01'),(33458,14061,'action complete via WP Cron','2021-01-10 17:03:01','2021-01-10 09:03:01'),(33459,14062,'action created','2021-01-10 17:03:01','2021-01-10 09:03:01'),(33460,14062,'action started via WP Cron','2021-01-10 17:03:42','2021-01-10 09:03:42'),(33461,14062,'action complete via WP Cron','2021-01-10 17:03:42','2021-01-10 09:03:42'),(33462,14063,'action created','2021-01-10 17:03:42','2021-01-10 09:03:42'),(33463,14063,'action started via WP Cron','2021-01-10 17:05:29','2021-01-10 09:05:29'),(33464,14063,'action complete via WP Cron','2021-01-10 17:05:29','2021-01-10 09:05:29'),(33465,14064,'action created','2021-01-10 17:05:29','2021-01-10 09:05:29'),(33466,14064,'action started via WP Cron','2021-01-10 17:07:19','2021-01-10 09:07:19'),(33467,14064,'action complete via WP Cron','2021-01-10 17:07:19','2021-01-10 09:07:19'),(33468,14065,'action created','2021-01-10 17:07:19','2021-01-10 09:07:19'),(33469,14065,'action started via WP Cron','2021-01-10 17:10:32','2021-01-10 09:10:32'),(33470,14065,'action complete via WP Cron','2021-01-10 17:10:32','2021-01-10 09:10:32'),(33471,14066,'action created','2021-01-10 17:10:32','2021-01-10 09:10:32'),(33472,14066,'action started via WP Cron','2021-01-10 17:11:51','2021-01-10 09:11:51'),(33473,14066,'action complete via WP Cron','2021-01-10 17:11:51','2021-01-10 09:11:51'),(33474,14067,'action created','2021-01-10 17:11:51','2021-01-10 09:11:51'),(33475,14067,'action started via WP Cron','2021-01-10 17:14:46','2021-01-10 09:14:46'),(33476,14067,'action complete via WP Cron','2021-01-10 17:14:46','2021-01-10 09:14:46'),(33477,14068,'action created','2021-01-10 17:14:46','2021-01-10 09:14:46'),(33478,14068,'action started via WP Cron','2021-01-10 17:15:51','2021-01-10 09:15:51'),(33479,14068,'action complete via WP Cron','2021-01-10 17:15:51','2021-01-10 09:15:51'),(33480,14069,'action created','2021-01-10 17:15:51','2021-01-10 09:15:51'),(33481,14069,'action started via WP Cron','2021-01-10 17:29:56','2021-01-10 09:29:56'),(33482,14069,'action complete via WP Cron','2021-01-10 17:29:56','2021-01-10 09:29:56'),(33483,14070,'action created','2021-01-10 17:29:56','2021-01-10 09:29:56'),(33484,14070,'action started via WP Cron','2021-01-10 17:31:03','2021-01-10 09:31:03'),(33485,14070,'action complete via WP Cron','2021-01-10 17:31:03','2021-01-10 09:31:03'),(33486,14071,'action created','2021-01-10 17:31:03','2021-01-10 09:31:03'),(33487,14071,'action started via WP Cron','2021-01-10 17:32:37','2021-01-10 09:32:37'),(33488,14071,'action complete via WP Cron','2021-01-10 17:32:37','2021-01-10 09:32:37'),(33489,14072,'action created','2021-01-10 17:32:37','2021-01-10 09:32:37'),(33490,14072,'action started via WP Cron','2021-01-10 17:33:37','2021-01-10 09:33:37'),(33491,14072,'action complete via WP Cron','2021-01-10 17:33:37','2021-01-10 09:33:37'),(33492,14073,'action created','2021-01-10 17:33:37','2021-01-10 09:33:37'),(33493,14073,'action started via WP Cron','2021-01-10 17:34:38','2021-01-10 09:34:38'),(33494,14073,'action complete via WP Cron','2021-01-10 17:34:38','2021-01-10 09:34:38'),(33495,14074,'action created','2021-01-10 17:34:38','2021-01-10 09:34:38'),(33496,14074,'action started via WP Cron','2021-01-10 17:35:16','2021-01-10 09:35:16'),(33497,14074,'action complete via WP Cron','2021-01-10 17:35:16','2021-01-10 09:35:16'),(33498,14075,'action created','2021-01-10 17:35:16','2021-01-10 09:35:16'),(33499,14075,'action started via WP Cron','2021-01-10 17:36:17','2021-01-10 09:36:17'),(33500,14075,'action complete via WP Cron','2021-01-10 17:36:17','2021-01-10 09:36:17'),(33501,14076,'action created','2021-01-10 17:36:17','2021-01-10 09:36:17'),(33502,14076,'action started via WP Cron','2021-01-10 17:36:41','2021-01-10 09:36:41'),(33503,14076,'action complete via WP Cron','2021-01-10 17:36:41','2021-01-10 09:36:41'),(33504,14077,'action created','2021-01-10 17:36:41','2021-01-10 09:36:41'),(33505,14077,'action started via WP Cron','2021-01-10 17:50:04','2021-01-10 09:50:04'),(33506,14077,'action complete via WP Cron','2021-01-10 17:50:04','2021-01-10 09:50:04'),(33507,14078,'action created','2021-01-10 17:50:05','2021-01-10 09:50:05'),(33508,14078,'action started via WP Cron','2021-01-10 17:51:02','2021-01-10 09:51:02'),(33509,14078,'action complete via WP Cron','2021-01-10 17:51:02','2021-01-10 09:51:02'),(33510,14079,'action created','2021-01-10 17:51:03','2021-01-10 09:51:03'),(33511,14079,'action started via WP Cron','2021-01-10 17:52:09','2021-01-10 09:52:09'),(33512,14079,'action complete via WP Cron','2021-01-10 17:52:09','2021-01-10 09:52:09'),(33513,14080,'action created','2021-01-10 17:52:10','2021-01-10 09:52:10'),(33514,14080,'action started via WP Cron','2021-01-10 17:53:16','2021-01-10 09:53:16'),(33515,14080,'action complete via WP Cron','2021-01-10 17:53:16','2021-01-10 09:53:16'),(33516,14081,'action created','2021-01-10 17:53:16','2021-01-10 09:53:16'),(33517,14081,'action started via WP Cron','2021-01-10 17:55:35','2021-01-10 09:55:35'),(33518,14081,'action complete via WP Cron','2021-01-10 17:55:35','2021-01-10 09:55:35'),(33519,14082,'action created','2021-01-10 17:55:35','2021-01-10 09:55:35'),(33520,14082,'action started via WP Cron','2021-01-10 17:56:37','2021-01-10 09:56:37'),(33521,14082,'action complete via WP Cron','2021-01-10 17:56:37','2021-01-10 09:56:37'),(33522,14083,'action created','2021-01-10 17:56:37','2021-01-10 09:56:37'),(33523,14083,'action started via WP Cron','2021-01-10 17:57:45','2021-01-10 09:57:45'),(33524,14083,'action complete via WP Cron','2021-01-10 17:57:45','2021-01-10 09:57:45'),(33525,14084,'action created','2021-01-10 17:57:45','2021-01-10 09:57:45'),(33526,14084,'action started via WP Cron','2021-01-10 18:01:08','2021-01-10 10:01:08'),(33527,14084,'action complete via WP Cron','2021-01-10 18:01:08','2021-01-10 10:01:08'),(33528,14085,'action created','2021-01-10 18:01:08','2021-01-10 10:01:08'),(33529,14085,'action started via Async Request','2021-01-10 18:01:26','2021-01-10 10:01:26'),(33530,14085,'action complete via Async Request','2021-01-10 18:01:26','2021-01-10 10:01:26'),(33531,14086,'action created','2021-01-10 18:01:28','2021-01-10 10:01:28'),(33532,14086,'action started via WP Cron','2021-01-10 18:01:48','2021-01-10 10:01:48'),(33533,14086,'action complete via WP Cron','2021-01-10 18:01:48','2021-01-10 10:01:48'),(33534,14087,'action created','2021-01-10 18:01:51','2021-01-10 10:01:51'),(33536,14087,'action started via Async Request','2021-01-10 18:02:43','2021-01-10 10:02:43'),(33537,14087,'action complete via Async Request','2021-01-10 18:02:43','2021-01-10 10:02:43'),(33538,14089,'action created','2021-01-10 18:02:45','2021-01-10 10:02:45'),(33541,14090,'action started via WP Cron','2021-01-10 18:04:05','2021-01-10 10:04:05'),(33540,14090,'action created','2021-01-10 18:03:04','2021-01-10 10:03:04'),(33542,14090,'action complete via WP Cron','2021-01-10 18:04:05','2021-01-10 10:04:05'),(33543,14089,'action started via WP Cron','2021-01-10 18:04:05','2021-01-10 10:04:05'),(33544,14089,'action complete via WP Cron','2021-01-10 18:04:05','2021-01-10 10:04:05'),(33545,14091,'action created','2021-01-10 18:04:06','2021-01-10 10:04:06'),(33546,14091,'action started via WP Cron','2021-01-10 18:05:06','2021-01-10 10:05:06'),(33547,14091,'action complete via WP Cron','2021-01-10 18:05:06','2021-01-10 10:05:06'),(33548,14092,'action created','2021-01-10 18:05:06','2021-01-10 10:05:06'),(33549,14092,'action started via WP Cron','2021-01-10 18:06:07','2021-01-10 10:06:07'),(33550,14092,'action complete via WP Cron','2021-01-10 18:06:07','2021-01-10 10:06:07'),(33551,14093,'action created','2021-01-10 18:06:07','2021-01-10 10:06:07'),(33552,14093,'action started via WP Cron','2021-01-10 18:07:36','2021-01-10 10:07:36'),(33553,14093,'action complete via WP Cron','2021-01-10 18:07:36','2021-01-10 10:07:36'),(33554,14094,'action created','2021-01-10 18:07:36','2021-01-10 10:07:36'),(33555,14094,'action started via WP Cron','2021-01-10 18:19:05','2021-01-10 10:19:05'),(33556,14094,'action complete via WP Cron','2021-01-10 18:19:05','2021-01-10 10:19:05'),(33557,14095,'action created','2021-01-10 18:19:05','2021-01-10 10:19:05'),(33558,14095,'action started via WP Cron','2021-01-10 18:29:10','2021-01-10 10:29:10'),(33559,14095,'action complete via WP Cron','2021-01-10 18:29:10','2021-01-10 10:29:10'),(33560,14096,'action created','2021-01-10 18:29:10','2021-01-10 10:29:10'),(33561,14096,'action started via WP Cron','2021-01-10 18:30:13','2021-01-10 10:30:13'),(33562,14096,'action complete via WP Cron','2021-01-10 18:30:13','2021-01-10 10:30:13'),(33563,14097,'action created','2021-01-10 18:30:13','2021-01-10 10:30:13'),(33564,14097,'action started via WP Cron','2021-01-10 18:30:50','2021-01-10 10:30:50'),(33565,14097,'action complete via WP Cron','2021-01-10 18:30:50','2021-01-10 10:30:50'),(33566,14098,'action created','2021-01-10 18:30:50','2021-01-10 10:30:50'),(33567,14098,'action started via WP Cron','2021-01-10 18:33:15','2021-01-10 10:33:15'),(33568,14098,'action complete via WP Cron','2021-01-10 18:33:15','2021-01-10 10:33:15'),(33569,14099,'action created','2021-01-10 18:33:16','2021-01-10 10:33:16'),(33570,14099,'action started via WP Cron','2021-01-10 18:34:16','2021-01-10 10:34:16'),(33571,14099,'action complete via WP Cron','2021-01-10 18:34:16','2021-01-10 10:34:16'),(33572,14100,'action created','2021-01-10 18:34:16','2021-01-10 10:34:16'),(33573,14100,'action started via WP Cron','2021-01-10 18:35:17','2021-01-10 10:35:17'),(33574,14100,'action complete via WP Cron','2021-01-10 18:35:17','2021-01-10 10:35:17'),(33575,14101,'action created','2021-01-10 18:35:17','2021-01-10 10:35:17'),(33576,14101,'action started via WP Cron','2021-01-10 18:36:46','2021-01-10 10:36:46'),(33577,14101,'action complete via WP Cron','2021-01-10 18:36:46','2021-01-10 10:36:46'),(33578,14102,'action created','2021-01-10 18:36:46','2021-01-10 10:36:46'),(33579,14102,'action started via WP Cron','2021-01-10 18:50:20','2021-01-10 10:50:20'),(33580,14102,'action complete via WP Cron','2021-01-10 18:50:20','2021-01-10 10:50:20'),(33581,14103,'action created','2021-01-10 18:50:20','2021-01-10 10:50:20'),(33582,14103,'action started via WP Cron','2021-01-10 18:58:36','2021-01-10 10:58:36'),(33583,14103,'action complete via WP Cron','2021-01-10 18:58:36','2021-01-10 10:58:36'),(33584,14104,'action created','2021-01-10 18:58:36','2021-01-10 10:58:36'),(33585,14104,'action started via WP Cron','2021-01-10 18:58:47','2021-01-10 10:58:47'),(33586,14104,'action complete via WP Cron','2021-01-10 18:58:47','2021-01-10 10:58:47'),(33587,14105,'action created','2021-01-10 18:58:47','2021-01-10 10:58:47'),(33588,14105,'action started via WP Cron','2021-01-10 19:01:14','2021-01-10 11:01:14'),(33589,14105,'action complete via WP Cron','2021-01-10 19:01:14','2021-01-10 11:01:14'),(33590,14106,'action created','2021-01-10 19:03:01','2021-01-10 11:03:01'),(33591,14106,'action started via WP Cron','2021-01-10 19:04:28','2021-01-10 11:04:28'),(33592,14106,'action complete via WP Cron','2021-01-10 19:04:28','2021-01-10 11:04:28'),(33593,14107,'action created','2021-01-10 19:04:29','2021-01-10 11:04:29'),(33594,14107,'action started via WP Cron','2021-01-10 19:06:13','2021-01-10 11:06:13'),(33595,14107,'action complete via WP Cron','2021-01-10 19:06:13','2021-01-10 11:06:13'),(33596,14108,'action created','2021-01-10 19:06:13','2021-01-10 11:06:13'),(33597,14108,'action started via WP Cron','2021-01-10 19:07:11','2021-01-10 11:07:11'),(33598,14108,'action complete via WP Cron','2021-01-10 19:07:11','2021-01-10 11:07:11'),(33599,14109,'action created','2021-01-10 19:07:11','2021-01-10 11:07:11'),(33600,14109,'action started via WP Cron','2021-01-10 19:08:12','2021-01-10 11:08:12'),(33601,14109,'action complete via WP Cron','2021-01-10 19:08:12','2021-01-10 11:08:12'),(33602,14110,'action created','2021-01-10 19:08:12','2021-01-10 11:08:12'),(33603,14110,'action started via WP Cron','2021-01-10 19:09:41','2021-01-10 11:09:41'),(33604,14110,'action complete via WP Cron','2021-01-10 19:09:41','2021-01-10 11:09:41'),(33605,14111,'action created','2021-01-10 19:09:41','2021-01-10 11:09:41'),(33606,14111,'action started via WP Cron','2021-01-10 19:10:50','2021-01-10 11:10:50'),(33607,14111,'action complete via WP Cron','2021-01-10 19:10:50','2021-01-10 11:10:50'),(33608,14112,'action created','2021-01-10 19:10:50','2021-01-10 11:10:50'),(33609,14112,'action started via WP Cron','2021-01-10 19:11:51','2021-01-10 11:11:51'),(33610,14112,'action complete via WP Cron','2021-01-10 19:11:51','2021-01-10 11:11:51'),(33611,14113,'action created','2021-01-10 19:11:51','2021-01-10 11:11:51'),(33612,14113,'action started via WP Cron','2021-01-10 19:14:25','2021-01-10 11:14:25'),(33613,14113,'action complete via WP Cron','2021-01-10 19:14:25','2021-01-10 11:14:25'),(33614,14114,'action created','2021-01-10 19:14:25','2021-01-10 11:14:25'),(33615,14114,'action started via WP Cron','2021-01-10 19:18:12','2021-01-10 11:18:12'),(33616,14114,'action complete via WP Cron','2021-01-10 19:18:12','2021-01-10 11:18:12'),(33617,14115,'action created','2021-01-10 19:18:12','2021-01-10 11:18:12'),(33618,14115,'action started via Async Request','2021-01-10 19:18:43','2021-01-10 11:18:43'),(33619,14115,'action complete via Async Request','2021-01-10 19:18:43','2021-01-10 11:18:43'),(33620,14116,'action created','2021-01-10 19:18:44','2021-01-10 11:18:44'),(33621,14116,'action started via WP Cron','2021-01-10 19:35:14','2021-01-10 11:35:14'),(33622,14116,'action complete via WP Cron','2021-01-10 19:35:14','2021-01-10 11:35:14'),(33623,14117,'action created','2021-01-10 19:35:15','2021-01-10 11:35:15'),(33624,14117,'action started via WP Cron','2021-01-10 19:36:20','2021-01-10 11:36:20'),(33625,14117,'action complete via WP Cron','2021-01-10 19:36:20','2021-01-10 11:36:20'),(33626,14118,'action created','2021-01-10 19:36:20','2021-01-10 11:36:20'),(33627,14118,'action started via WP Cron','2021-01-10 19:38:16','2021-01-10 11:38:16'),(33628,14118,'action complete via WP Cron','2021-01-10 19:38:16','2021-01-10 11:38:16'),(33629,14119,'action created','2021-01-10 19:38:16','2021-01-10 11:38:16'),(33630,14119,'action started via WP Cron','2021-01-10 19:42:13','2021-01-10 11:42:13'),(33631,14119,'action complete via WP Cron','2021-01-10 19:42:13','2021-01-10 11:42:13'),(33632,14120,'action created','2021-01-10 19:42:13','2021-01-10 11:42:13'),(33633,14120,'action started via WP Cron','2021-01-10 19:43:52','2021-01-10 11:43:52'),(33634,14120,'action complete via WP Cron','2021-01-10 19:43:52','2021-01-10 11:43:52'),(33635,14121,'action created','2021-01-10 19:43:53','2021-01-10 11:43:53'),(33636,14121,'action started via WP Cron','2021-01-10 19:54:32','2021-01-10 11:54:32'),(33637,14121,'action complete via WP Cron','2021-01-10 19:54:32','2021-01-10 11:54:32'),(33638,14122,'action created','2021-01-10 19:54:32','2021-01-10 11:54:32'),(33639,14122,'action started via WP Cron','2021-01-10 20:02:22','2021-01-10 12:02:22'),(33640,14122,'action complete via WP Cron','2021-01-10 20:02:22','2021-01-10 12:02:22'),(33641,14123,'action created','2021-01-10 20:02:22','2021-01-10 12:02:22'),(33642,14123,'action started via WP Cron','2021-01-10 20:04:02','2021-01-10 12:04:02'),(33643,14123,'action complete via WP Cron','2021-01-10 20:04:02','2021-01-10 12:04:02'),(33644,14124,'action created','2021-01-10 20:04:02','2021-01-10 12:04:02'),(33645,14124,'action started via WP Cron','2021-01-10 20:05:28','2021-01-10 12:05:28'),(33646,14124,'action complete via WP Cron','2021-01-10 20:05:28','2021-01-10 12:05:28'),(33647,14125,'action created','2021-01-10 20:05:29','2021-01-10 12:05:29'),(33648,14125,'action started via WP Cron','2021-01-10 20:06:23','2021-01-10 12:06:23'),(33649,14125,'action complete via WP Cron','2021-01-10 20:06:23','2021-01-10 12:06:23'),(33650,14126,'action created','2021-01-10 20:06:23','2021-01-10 12:06:23'),(33651,14126,'action started via WP Cron','2021-01-10 20:07:54','2021-01-10 12:07:54'),(33652,14126,'action complete via WP Cron','2021-01-10 20:07:54','2021-01-10 12:07:54'),(33653,14127,'action created','2021-01-10 20:07:54','2021-01-10 12:07:54'),(33654,14127,'action started via WP Cron','2021-01-10 20:08:57','2021-01-10 12:08:57'),(33655,14127,'action complete via WP Cron','2021-01-10 20:08:57','2021-01-10 12:08:57'),(33656,14128,'action created','2021-01-10 20:08:57','2021-01-10 12:08:57'),(33657,14128,'action started via WP Cron','2021-01-10 20:10:11','2021-01-10 12:10:11'),(33658,14128,'action complete via WP Cron','2021-01-10 20:10:11','2021-01-10 12:10:11'),(33659,14129,'action created','2021-01-10 20:10:11','2021-01-10 12:10:11'),(33660,14129,'action started via WP Cron','2021-01-10 20:11:18','2021-01-10 12:11:18'),(33661,14129,'action complete via WP Cron','2021-01-10 20:11:18','2021-01-10 12:11:18'),(33662,14130,'action created','2021-01-10 20:12:19','2021-01-10 12:12:19'),(33663,14130,'action started via WP Cron','2021-01-10 20:13:21','2021-01-10 12:13:21'),(33664,14130,'action complete via WP Cron','2021-01-10 20:13:21','2021-01-10 12:13:21'),(33665,14131,'action created','2021-01-10 20:13:21','2021-01-10 12:13:21'),(33666,14131,'action started via WP Cron','2021-01-10 20:14:21','2021-01-10 12:14:21'),(33667,14131,'action complete via WP Cron','2021-01-10 20:14:21','2021-01-10 12:14:21'),(33668,14132,'action created','2021-01-10 20:14:21','2021-01-10 12:14:21'),(33669,14132,'action started via WP Cron','2021-01-10 20:29:12','2021-01-10 12:29:12'),(33670,14132,'action complete via WP Cron','2021-01-10 20:29:12','2021-01-10 12:29:12'),(33671,14133,'action created','2021-01-10 20:43:34','2021-01-10 12:43:34'),(33672,14133,'action started via WP Cron','2021-01-10 20:44:08','2021-01-10 12:44:08'),(33673,14133,'action complete via WP Cron','2021-01-10 20:44:08','2021-01-10 12:44:08'),(33674,14134,'action created','2021-01-10 20:44:08','2021-01-10 12:44:08'),(33675,14134,'action started via WP Cron','2021-01-10 20:48:29','2021-01-10 12:48:29'),(33676,14134,'action complete via WP Cron','2021-01-10 20:48:29','2021-01-10 12:48:29'),(33677,14135,'action created','2021-01-10 20:48:30','2021-01-10 12:48:30'),(33678,14135,'action started via WP Cron','2021-01-10 21:11:31','2021-01-10 13:11:31'),(33679,14135,'action complete via WP Cron','2021-01-10 21:11:31','2021-01-10 13:11:31'),(33680,14136,'action created','2021-01-10 21:11:31','2021-01-10 13:11:31'),(33681,14136,'action started via WP Cron','2021-01-10 21:11:46','2021-01-10 13:11:46'),(33682,14136,'action complete via WP Cron','2021-01-10 21:11:46','2021-01-10 13:11:46'),(33683,14137,'action created','2021-01-10 21:11:46','2021-01-10 13:11:46'),(33684,14137,'action started via WP Cron','2021-01-10 21:14:25','2021-01-10 13:14:25'),(33685,14137,'action complete via WP Cron','2021-01-10 21:14:25','2021-01-10 13:14:25'),(33686,14138,'action created','2021-01-10 21:14:25','2021-01-10 13:14:25'),(33687,14138,'action started via WP Cron','2021-01-10 21:15:14','2021-01-10 13:15:14'),(33688,14138,'action complete via WP Cron','2021-01-10 21:15:14','2021-01-10 13:15:14'),(33689,14139,'action created','2021-01-10 21:15:15','2021-01-10 13:15:15'),(33690,14139,'action started via WP Cron','2021-01-10 21:16:26','2021-01-10 13:16:26'),(33691,14139,'action complete via WP Cron','2021-01-10 21:16:26','2021-01-10 13:16:26'),(33692,14140,'action created','2021-01-10 21:16:26','2021-01-10 13:16:26'),(33693,14140,'action started via WP Cron','2021-01-10 21:18:28','2021-01-10 13:18:28'),(33694,14140,'action complete via WP Cron','2021-01-10 21:18:28','2021-01-10 13:18:28'),(33695,14141,'action created','2021-01-10 21:18:28','2021-01-10 13:18:28'),(33696,14141,'action started via WP Cron','2021-01-10 21:19:29','2021-01-10 13:19:29'),(33697,14141,'action complete via WP Cron','2021-01-10 21:19:29','2021-01-10 13:19:29'),(33698,14142,'action created','2021-01-10 21:19:29','2021-01-10 13:19:29'),(33699,14142,'action started via WP Cron','2021-01-10 21:20:30','2021-01-10 13:20:30'),(33700,14142,'action complete via WP Cron','2021-01-10 21:20:30','2021-01-10 13:20:30'),(33701,14143,'action created','2021-01-10 21:20:30','2021-01-10 13:20:30'),(33702,14143,'action started via WP Cron','2021-01-10 21:22:05','2021-01-10 13:22:05'),(33703,14143,'action complete via WP Cron','2021-01-10 21:22:05','2021-01-10 13:22:05'),(33704,14144,'action created','2021-01-10 21:22:05','2021-01-10 13:22:05'),(33705,14144,'action started via WP Cron','2021-01-10 21:24:00','2021-01-10 13:24:00'),(33706,14144,'action complete via WP Cron','2021-01-10 21:24:00','2021-01-10 13:24:00'),(33707,14145,'action created','2021-01-10 21:24:00','2021-01-10 13:24:00'),(33708,14145,'action started via WP Cron','2021-01-10 21:28:55','2021-01-10 13:28:55'),(33709,14145,'action complete via WP Cron','2021-01-10 21:28:55','2021-01-10 13:28:55'),(33710,14146,'action created','2021-01-10 21:28:55','2021-01-10 13:28:55'),(33711,14146,'action started via WP Cron','2021-01-10 21:30:04','2021-01-10 13:30:04'),(33712,14146,'action complete via WP Cron','2021-01-10 21:30:04','2021-01-10 13:30:04'),(33713,14147,'action created','2021-01-10 21:30:04','2021-01-10 13:30:04'),(33714,14147,'action started via WP Cron','2021-01-10 21:31:00','2021-01-10 13:31:00'),(33715,14147,'action complete via WP Cron','2021-01-10 21:31:00','2021-01-10 13:31:00'),(33716,14148,'action created','2021-01-10 21:31:00','2021-01-10 13:31:00'),(33717,14148,'action started via WP Cron','2021-01-10 21:32:52','2021-01-10 13:32:52'),(33718,14148,'action complete via WP Cron','2021-01-10 21:32:52','2021-01-10 13:32:52'),(33719,14149,'action created','2021-01-10 21:32:52','2021-01-10 13:32:52'),(33720,14149,'action started via WP Cron','2021-01-10 21:33:54','2021-01-10 13:33:54'),(33721,14149,'action complete via WP Cron','2021-01-10 21:33:54','2021-01-10 13:33:54'),(33722,14150,'action created','2021-01-10 21:33:54','2021-01-10 13:33:54'),(33723,14150,'action started via WP Cron','2021-01-10 21:34:55','2021-01-10 13:34:55'),(33724,14150,'action complete via WP Cron','2021-01-10 21:34:55','2021-01-10 13:34:55'),(33725,14151,'action created','2021-01-10 21:34:55','2021-01-10 13:34:55'),(33726,14151,'action started via WP Cron','2021-01-10 21:42:02','2021-01-10 13:42:02'),(33727,14151,'action complete via WP Cron','2021-01-10 21:42:02','2021-01-10 13:42:02'),(33728,14152,'action created','2021-01-10 21:42:02','2021-01-10 13:42:02'),(33729,14152,'action started via WP Cron','2021-01-10 21:46:07','2021-01-10 13:46:07'),(33730,14152,'action complete via WP Cron','2021-01-10 21:46:07','2021-01-10 13:46:07'),(33731,14153,'action created','2021-01-10 21:46:07','2021-01-10 13:46:07'),(33732,14153,'action started via WP Cron','2021-01-10 21:46:41','2021-01-10 13:46:41'),(33733,14153,'action complete via WP Cron','2021-01-10 21:46:41','2021-01-10 13:46:41'),(33734,14154,'action created','2021-01-10 21:46:41','2021-01-10 13:46:41'),(33735,14154,'action started via WP Cron','2021-01-10 21:53:05','2021-01-10 13:53:05'),(33736,14154,'action complete via WP Cron','2021-01-10 21:53:05','2021-01-10 13:53:05'),(33737,14155,'action created','2021-01-10 21:53:05','2021-01-10 13:53:05'),(33738,14155,'action started via WP Cron','2021-01-10 21:53:41','2021-01-10 13:53:41'),(33739,14155,'action complete via WP Cron','2021-01-10 21:53:41','2021-01-10 13:53:41'),(33740,14156,'action created','2021-01-10 21:53:41','2021-01-10 13:53:41'),(33741,14156,'action started via WP Cron','2021-01-10 21:55:12','2021-01-10 13:55:12'),(33742,14156,'action complete via WP Cron','2021-01-10 21:55:12','2021-01-10 13:55:12'),(33743,14157,'action created','2021-01-10 21:55:12','2021-01-10 13:55:12'),(33744,14157,'action started via WP Cron','2021-01-10 21:55:53','2021-01-10 13:55:53'),(33745,14157,'action complete via WP Cron','2021-01-10 21:55:53','2021-01-10 13:55:53'),(33746,14158,'action created','2021-01-10 21:55:53','2021-01-10 13:55:53'),(33747,14158,'action started via WP Cron','2021-01-10 21:57:37','2021-01-10 13:57:37'),(33748,14158,'action complete via WP Cron','2021-01-10 21:57:37','2021-01-10 13:57:37'),(33749,14159,'action created','2021-01-10 21:57:37','2021-01-10 13:57:37'),(33750,14159,'action started via WP Cron','2021-01-10 21:58:38','2021-01-10 13:58:38'),(33751,14159,'action complete via WP Cron','2021-01-10 21:58:38','2021-01-10 13:58:38'),(33752,14160,'action created','2021-01-10 21:58:38','2021-01-10 13:58:38'),(33753,14160,'action started via WP Cron','2021-01-10 21:59:40','2021-01-10 13:59:40'),(33754,14160,'action complete via WP Cron','2021-01-10 21:59:40','2021-01-10 13:59:40'),(33755,14161,'action created','2021-01-10 21:59:40','2021-01-10 13:59:40'),(33756,14161,'action started via WP Cron','2021-01-10 22:02:20','2021-01-10 14:02:20'),(33757,14161,'action complete via WP Cron','2021-01-10 22:02:20','2021-01-10 14:02:20'),(33758,14162,'action created','2021-01-10 22:02:20','2021-01-10 14:02:20'),(33759,14162,'action started via WP Cron','2021-01-10 22:05:50','2021-01-10 14:05:50'),(33760,14162,'action complete via WP Cron','2021-01-10 22:05:50','2021-01-10 14:05:50'),(33761,14163,'action created','2021-01-10 22:05:50','2021-01-10 14:05:50'),(33762,14163,'action started via WP Cron','2021-01-10 22:06:44','2021-01-10 14:06:44'),(33763,14163,'action complete via WP Cron','2021-01-10 22:06:44','2021-01-10 14:06:44'),(33764,14164,'action created','2021-01-10 22:06:44','2021-01-10 14:06:44'),(33765,14164,'action started via WP Cron','2021-01-10 22:10:14','2021-01-10 14:10:14'),(33766,14164,'action complete via WP Cron','2021-01-10 22:10:14','2021-01-10 14:10:14'),(33767,14165,'action created','2021-01-10 22:10:14','2021-01-10 14:10:14'),(33768,14165,'action started via WP Cron','2021-01-10 22:11:14','2021-01-10 14:11:14'),(33769,14165,'action complete via WP Cron','2021-01-10 22:11:14','2021-01-10 14:11:14'),(33770,14166,'action created','2021-01-10 22:11:14','2021-01-10 14:11:14'),(33771,14166,'action started via WP Cron','2021-01-10 22:12:15','2021-01-10 14:12:15'),(33772,14166,'action complete via WP Cron','2021-01-10 22:12:15','2021-01-10 14:12:15'),(33773,14167,'action created','2021-01-10 22:12:15','2021-01-10 14:12:15'),(33774,14167,'action started via WP Cron','2021-01-10 22:17:36','2021-01-10 14:17:36'),(33775,14167,'action complete via WP Cron','2021-01-10 22:17:36','2021-01-10 14:17:36'),(33776,14168,'action created','2021-01-10 22:17:36','2021-01-10 14:17:36'),(33777,14168,'action started via WP Cron','2021-01-10 22:20:33','2021-01-10 14:20:33'),(33778,14168,'action complete via WP Cron','2021-01-10 22:20:33','2021-01-10 14:20:33'),(33779,14169,'action created','2021-01-10 22:20:33','2021-01-10 14:20:33'),(33780,14169,'action started via WP Cron','2021-01-10 22:21:33','2021-01-10 14:21:33'),(33781,14169,'action complete via WP Cron','2021-01-10 22:21:33','2021-01-10 14:21:33'),(33782,14170,'action created','2021-01-10 22:21:33','2021-01-10 14:21:33'),(33783,14170,'action started via WP Cron','2021-01-10 22:22:32','2021-01-10 14:22:32'),(33784,14170,'action complete via WP Cron','2021-01-10 22:22:32','2021-01-10 14:22:32'),(33785,14171,'action created','2021-01-10 22:22:32','2021-01-10 14:22:32'),(33786,14171,'action started via WP Cron','2021-01-10 22:24:34','2021-01-10 14:24:34'),(33787,14171,'action complete via WP Cron','2021-01-10 22:24:34','2021-01-10 14:24:34'),(33788,14172,'action created','2021-01-10 22:24:34','2021-01-10 14:24:34'),(33789,14172,'action started via WP Cron','2021-01-10 22:25:35','2021-01-10 14:25:35'),(33790,14172,'action complete via WP Cron','2021-01-10 22:25:35','2021-01-10 14:25:35'),(33791,14173,'action created','2021-01-10 22:25:35','2021-01-10 14:25:35'),(33792,14173,'action started via WP Cron','2021-01-10 22:26:36','2021-01-10 14:26:36'),(33793,14173,'action complete via WP Cron','2021-01-10 22:26:36','2021-01-10 14:26:36'),(33794,14174,'action created','2021-01-10 22:26:36','2021-01-10 14:26:36'),(33795,14174,'action started via WP Cron','2021-01-10 22:28:17','2021-01-10 14:28:17'),(33796,14174,'action complete via WP Cron','2021-01-10 22:28:17','2021-01-10 14:28:17'),(33797,14175,'action created','2021-01-10 22:28:18','2021-01-10 14:28:18'),(33798,14175,'action started via WP Cron','2021-01-10 22:34:35','2021-01-10 14:34:35'),(33799,14175,'action complete via WP Cron','2021-01-10 22:34:35','2021-01-10 14:34:35'),(33800,14176,'action created','2021-01-10 22:34:35','2021-01-10 14:34:35'),(33801,14176,'action started via WP Cron','2021-01-10 22:37:20','2021-01-10 14:37:20'),(33802,14176,'action complete via WP Cron','2021-01-10 22:37:20','2021-01-10 14:37:20'),(33803,14177,'action created','2021-01-10 22:37:20','2021-01-10 14:37:20'),(33804,14177,'action started via WP Cron','2021-01-10 22:52:34','2021-01-10 14:52:34'),(33805,14177,'action complete via WP Cron','2021-01-10 22:52:34','2021-01-10 14:52:34'),(33806,14178,'action created','2021-01-10 22:52:35','2021-01-10 14:52:35'),(33807,14178,'action started via WP Cron','2021-01-10 22:53:50','2021-01-10 14:53:50'),(33808,14178,'action complete via WP Cron','2021-01-10 22:53:50','2021-01-10 14:53:50'),(33809,14179,'action created','2021-01-10 22:53:50','2021-01-10 14:53:50'),(33810,14179,'action started via WP Cron','2021-01-10 22:54:54','2021-01-10 14:54:54'),(33811,14179,'action complete via WP Cron','2021-01-10 22:54:54','2021-01-10 14:54:54'),(33812,14180,'action created','2021-01-10 22:54:54','2021-01-10 14:54:54'),(33813,14180,'action started via WP Cron','2021-01-10 22:55:50','2021-01-10 14:55:50'),(33814,14180,'action complete via WP Cron','2021-01-10 22:55:50','2021-01-10 14:55:50'),(33815,14181,'action created','2021-01-10 22:55:50','2021-01-10 14:55:50'),(33816,14181,'action started via WP Cron','2021-01-10 22:57:05','2021-01-10 14:57:05'),(33817,14181,'action complete via WP Cron','2021-01-10 22:57:05','2021-01-10 14:57:05'),(33818,14182,'action created','2021-01-10 22:57:05','2021-01-10 14:57:05'),(33819,14182,'action started via WP Cron','2021-01-10 22:57:54','2021-01-10 14:57:54'),(33820,14182,'action complete via WP Cron','2021-01-10 22:57:54','2021-01-10 14:57:54'),(33821,14183,'action created','2021-01-10 22:57:54','2021-01-10 14:57:54'),(33822,14183,'action started via WP Cron','2021-01-10 22:59:07','2021-01-10 14:59:07'),(33823,14183,'action complete via WP Cron','2021-01-10 22:59:07','2021-01-10 14:59:07'),(33824,14184,'action created','2021-01-10 22:59:07','2021-01-10 14:59:07'),(33825,14184,'action started via WP Cron','2021-01-10 22:59:45','2021-01-10 14:59:45'),(33826,14184,'action complete via WP Cron','2021-01-10 22:59:45','2021-01-10 14:59:45'),(33827,14185,'action created','2021-01-10 22:59:45','2021-01-10 14:59:45'),(33828,14185,'action started via WP Cron','2021-01-10 23:01:09','2021-01-10 15:01:09'),(33829,14185,'action complete via WP Cron','2021-01-10 23:01:09','2021-01-10 15:01:09'),(33830,14186,'action created','2021-01-10 23:01:09','2021-01-10 15:01:09'),(33831,14186,'action started via WP Cron','2021-01-10 23:12:21','2021-01-10 15:12:21'),(33832,14186,'action complete via WP Cron','2021-01-10 23:12:21','2021-01-10 15:12:21'),(33833,14187,'action created','2021-01-10 23:12:21','2021-01-10 15:12:21'),(33834,14187,'action started via WP Cron','2021-01-10 23:13:15','2021-01-10 15:13:15'),(33835,14187,'action complete via WP Cron','2021-01-10 23:13:15','2021-01-10 15:13:15'),(33836,14188,'action created','2021-01-10 23:13:15','2021-01-10 15:13:15'),(33837,14188,'action started via WP Cron','2021-01-10 23:14:17','2021-01-10 15:14:17'),(33838,14188,'action complete via WP Cron','2021-01-10 23:14:17','2021-01-10 15:14:17'),(33839,14189,'action created','2021-01-10 23:14:17','2021-01-10 15:14:17'),(33840,14189,'action started via WP Cron','2021-01-10 23:16:19','2021-01-10 15:16:19'),(33841,14189,'action complete via WP Cron','2021-01-10 23:16:19','2021-01-10 15:16:19'),(33842,14190,'action created','2021-01-10 23:16:19','2021-01-10 15:16:19'),(33843,14190,'action started via WP Cron','2021-01-10 23:17:19','2021-01-10 15:17:19'),(33844,14190,'action complete via WP Cron','2021-01-10 23:17:19','2021-01-10 15:17:19'),(33845,14191,'action created','2021-01-10 23:17:19','2021-01-10 15:17:19'),(33846,14191,'action started via WP Cron','2021-01-10 23:22:37','2021-01-10 15:22:37'),(33847,14191,'action complete via WP Cron','2021-01-10 23:22:37','2021-01-10 15:22:37'),(33848,14192,'action created','2021-01-10 23:22:37','2021-01-10 15:22:37'),(33849,14192,'action started via WP Cron','2021-01-10 23:26:40','2021-01-10 15:26:40'),(33850,14192,'action complete via WP Cron','2021-01-10 23:26:40','2021-01-10 15:26:40'),(33851,14193,'action created','2021-01-10 23:26:40','2021-01-10 15:26:40'),(33852,14193,'action started via WP Cron','2021-01-10 23:28:05','2021-01-10 15:28:05'),(33853,14193,'action complete via WP Cron','2021-01-10 23:28:05','2021-01-10 15:28:05'),(33854,14194,'action created','2021-01-10 23:28:05','2021-01-10 15:28:05'),(33858,14195,'action started via WP Cron','2021-01-10 23:30:19','2021-01-10 15:30:19'),(33859,14195,'action complete via WP Cron','2021-01-10 23:30:19','2021-01-10 15:30:19'),(33860,14196,'action created','2021-01-10 23:30:37','2021-01-10 15:30:37'),(33861,14196,'action started via WP Cron','2021-01-10 23:31:40','2021-01-10 15:31:40'),(33862,14196,'action complete via WP Cron','2021-01-10 23:31:40','2021-01-10 15:31:40'),(33863,14197,'action created','2021-01-10 23:31:40','2021-01-10 15:31:40'),(33864,14197,'action started via WP Cron','2021-01-10 23:53:13','2021-01-10 15:53:13'),(33865,14197,'action complete via WP Cron','2021-01-10 23:53:13','2021-01-10 15:53:13'),(33866,14198,'action created','2021-01-10 23:53:13','2021-01-10 15:53:13'),(33867,14198,'action started via WP Cron','2021-01-10 23:57:47','2021-01-10 15:57:47'),(33868,14198,'action complete via WP Cron','2021-01-10 23:57:47','2021-01-10 15:57:47'),(33869,14199,'action created','2021-01-10 23:57:47','2021-01-10 15:57:47'),(33870,14199,'action started via WP Cron','2021-01-11 00:01:46','2021-01-10 16:01:46'),(33871,14199,'action complete via WP Cron','2021-01-11 00:01:46','2021-01-10 16:01:46'),(33872,14200,'action created','2021-01-11 00:01:47','2021-01-10 16:01:47'),(33873,14200,'action started via WP Cron','2021-01-11 00:03:41','2021-01-10 16:03:41'),(33874,14200,'action complete via WP Cron','2021-01-11 00:03:41','2021-01-10 16:03:41'),(33875,14201,'action created','2021-01-11 00:03:41','2021-01-10 16:03:41'),(33876,14201,'action started via WP Cron','2021-01-11 00:05:43','2021-01-10 16:05:43'),(33877,14201,'action complete via WP Cron','2021-01-11 00:05:43','2021-01-10 16:05:43'),(33878,14202,'action created','2021-01-11 00:05:44','2021-01-10 16:05:44'),(33879,14202,'action started via WP Cron','2021-01-11 00:06:44','2021-01-10 16:06:44'),(33880,14202,'action complete via WP Cron','2021-01-11 00:06:44','2021-01-10 16:06:44'),(33881,14203,'action created','2021-01-11 00:06:44','2021-01-10 16:06:44'),(33882,14203,'action started via WP Cron','2021-01-11 00:07:43','2021-01-10 16:07:43'),(33883,14203,'action complete via WP Cron','2021-01-11 00:07:43','2021-01-10 16:07:43'),(33884,14204,'action created','2021-01-11 00:07:43','2021-01-10 16:07:43'),(33885,14204,'action started via WP Cron','2021-01-11 00:10:59','2021-01-10 16:10:59'),(33886,14204,'action complete via WP Cron','2021-01-11 00:10:59','2021-01-10 16:10:59'),(33887,14205,'action created','2021-01-11 00:11:00','2021-01-10 16:11:00'),(33888,14205,'action started via WP Cron','2021-01-11 00:17:25','2021-01-10 16:17:25'),(33889,14205,'action complete via WP Cron','2021-01-11 00:17:25','2021-01-10 16:17:25'),(33890,14206,'action created','2021-01-11 00:17:25','2021-01-10 16:17:25'),(33891,14206,'action started via WP Cron','2021-01-11 00:18:19','2021-01-10 16:18:19'),(33892,14206,'action complete via WP Cron','2021-01-11 00:18:19','2021-01-10 16:18:19'),(33893,14207,'action created','2021-01-11 00:18:19','2021-01-10 16:18:19'),(33894,14207,'action started via WP Cron','2021-01-11 00:19:20','2021-01-10 16:19:20'),(33895,14207,'action complete via WP Cron','2021-01-11 00:19:20','2021-01-10 16:19:20'),(33896,14208,'action created','2021-01-11 00:19:20','2021-01-10 16:19:20'),(33897,14208,'action started via WP Cron','2021-01-11 00:21:23','2021-01-10 16:21:23'),(33898,14208,'action complete via WP Cron','2021-01-11 00:21:23','2021-01-10 16:21:23'),(33899,14209,'action created','2021-01-11 00:21:23','2021-01-10 16:21:23'),(33900,14209,'action started via WP Cron','2021-01-11 00:22:23','2021-01-10 16:22:23'),(33901,14209,'action complete via WP Cron','2021-01-11 00:22:23','2021-01-10 16:22:23'),(33902,14210,'action created','2021-01-11 00:22:23','2021-01-10 16:22:23'),(33903,14210,'action started via WP Cron','2021-01-11 00:23:24','2021-01-10 16:23:24'),(33904,14210,'action complete via WP Cron','2021-01-11 00:23:24','2021-01-10 16:23:24'),(33905,14211,'action created','2021-01-11 00:23:24','2021-01-10 16:23:24'),(33906,14211,'action started via WP Cron','2021-01-11 00:28:41','2021-01-10 16:28:41'),(33907,14211,'action complete via WP Cron','2021-01-11 00:28:41','2021-01-10 16:28:41'),(33908,14212,'action created','2021-01-11 00:28:41','2021-01-10 16:28:41'),(33909,14212,'action started via WP Cron','2021-01-11 00:35:03','2021-01-10 16:35:03'),(33910,14212,'action complete via WP Cron','2021-01-11 00:35:03','2021-01-10 16:35:03'),(33911,14213,'action created','2021-01-11 00:35:04','2021-01-10 16:35:04'),(33912,14213,'action started via WP Cron','2021-01-11 00:58:55','2021-01-10 16:58:55'),(33913,14213,'action complete via WP Cron','2021-01-11 00:58:55','2021-01-10 16:58:55'),(33914,14214,'action created','2021-01-11 00:58:55','2021-01-10 16:58:55'),(33915,14214,'action started via WP Cron','2021-01-11 01:08:40','2021-01-10 17:08:40'),(33916,14214,'action complete via WP Cron','2021-01-11 01:08:40','2021-01-10 17:08:40'),(33917,14215,'action created','2021-01-11 01:08:41','2021-01-10 17:08:41'),(33918,14215,'action started via WP Cron','2021-01-11 01:16:34','2021-01-10 17:16:34'),(33919,14215,'action complete via WP Cron','2021-01-11 01:16:34','2021-01-10 17:16:34'),(33920,14216,'action created','2021-01-11 02:06:23','2021-01-10 18:06:23'),(33921,14216,'action started via WP Cron','2021-01-11 02:07:06','2021-01-10 18:07:06'),(33922,14216,'action complete via WP Cron','2021-01-11 02:07:06','2021-01-10 18:07:06'),(33923,14217,'action created','2021-01-11 02:07:07','2021-01-10 18:07:07'),(33924,14217,'action started via WP Cron','2021-01-11 02:08:25','2021-01-10 18:08:25'),(33925,14217,'action complete via WP Cron','2021-01-11 02:08:25','2021-01-10 18:08:25'),(33926,14218,'action created','2021-01-11 02:08:25','2021-01-10 18:08:25'),(33927,14218,'action started via WP Cron','2021-01-11 02:09:56','2021-01-10 18:09:56'),(33928,14218,'action complete via WP Cron','2021-01-11 02:09:56','2021-01-10 18:09:56'),(33929,14219,'action created','2021-01-11 02:09:56','2021-01-10 18:09:56'),(33930,14219,'action started via WP Cron','2021-01-11 02:13:04','2021-01-10 18:13:04'),(33931,14219,'action complete via WP Cron','2021-01-11 02:13:04','2021-01-10 18:13:04'),(33932,14220,'action created','2021-01-11 02:13:04','2021-01-10 18:13:04'),(33933,14220,'action started via WP Cron','2021-01-11 02:17:32','2021-01-10 18:17:32'),(33934,14220,'action complete via WP Cron','2021-01-11 02:17:32','2021-01-10 18:17:32'),(33935,14221,'action created','2021-01-11 02:17:32','2021-01-10 18:17:32'),(33936,14221,'action started via WP Cron','2021-01-11 02:22:04','2021-01-10 18:22:04'),(33937,14221,'action complete via WP Cron','2021-01-11 02:22:04','2021-01-10 18:22:04'),(33938,14222,'action created','2021-01-11 02:22:04','2021-01-10 18:22:04'),(33939,14222,'action started via WP Cron','2021-01-11 02:25:07','2021-01-10 18:25:07'),(33940,14222,'action complete via WP Cron','2021-01-11 02:25:07','2021-01-10 18:25:07'),(33941,14223,'action created','2021-01-11 02:25:07','2021-01-10 18:25:07'),(33942,14223,'action started via WP Cron','2021-01-11 02:27:30','2021-01-10 18:27:30'),(33943,14223,'action complete via WP Cron','2021-01-11 02:27:30','2021-01-10 18:27:30'),(33944,14224,'action created','2021-01-11 02:27:30','2021-01-10 18:27:30'),(33945,14224,'action started via WP Cron','2021-01-11 02:29:36','2021-01-10 18:29:36'),(33946,14224,'action complete via WP Cron','2021-01-11 02:29:36','2021-01-10 18:29:36'),(33947,14225,'action created','2021-01-11 02:29:36','2021-01-10 18:29:36'),(33948,14225,'action started via WP Cron','2021-01-11 02:29:48','2021-01-10 18:29:48'),(33949,14225,'action complete via WP Cron','2021-01-11 02:29:48','2021-01-10 18:29:48'),(33950,14226,'action created','2021-01-11 02:29:48','2021-01-10 18:29:48'),(33951,14226,'action started via WP Cron','2021-01-11 02:30:43','2021-01-10 18:30:43'),(33952,14226,'action complete via WP Cron','2021-01-11 02:30:43','2021-01-10 18:30:43'),(33953,14227,'action created','2021-01-11 02:30:43','2021-01-10 18:30:43'),(33954,13774,'action started via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33955,13774,'action complete via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33956,14228,'action created','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33957,13773,'action started via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33958,13773,'action complete via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33959,14229,'action created','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33960,14227,'action started via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33961,14227,'action complete via WP Cron','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33962,14230,'action created','2021-01-11 02:31:55','2021-01-10 18:31:55'),(33963,14230,'action started via WP Cron','2021-01-11 02:45:29','2021-01-10 18:45:29'),(33964,14230,'action complete via WP Cron','2021-01-11 02:45:29','2021-01-10 18:45:29'),(33965,14231,'action created','2021-01-11 02:45:29','2021-01-10 18:45:29'),(33966,14231,'action started via WP Cron','2021-01-11 02:49:33','2021-01-10 18:49:33'),(33967,14231,'action complete via WP Cron','2021-01-11 02:49:33','2021-01-10 18:49:33'),(33968,14232,'action created','2021-01-11 02:49:33','2021-01-10 18:49:33'),(33969,14232,'action started via WP Cron','2021-01-11 02:49:45','2021-01-10 18:49:45'),(33970,14232,'action complete via WP Cron','2021-01-11 02:49:45','2021-01-10 18:49:45'),(33971,14233,'action created','2021-01-11 02:49:45','2021-01-10 18:49:45'),(33972,14233,'action started via WP Cron','2021-01-11 02:56:30','2021-01-10 18:56:30'),(33973,14233,'action complete via WP Cron','2021-01-11 02:56:30','2021-01-10 18:56:30'),(33974,14234,'action created','2021-01-11 02:56:30','2021-01-10 18:56:30'),(33975,14234,'action started via WP Cron','2021-01-11 02:56:44','2021-01-10 18:56:44'),(33976,14234,'action complete via WP Cron','2021-01-11 02:56:44','2021-01-10 18:56:44'),(33977,14235,'action created','2021-01-11 02:56:44','2021-01-10 18:56:44'),(33978,14235,'action started via WP Cron','2021-01-11 03:09:04','2021-01-10 19:09:04'),(33979,14235,'action complete via WP Cron','2021-01-11 03:09:04','2021-01-10 19:09:04'),(33980,14236,'action created','2021-01-11 03:09:04','2021-01-10 19:09:04'),(33981,14236,'action started via WP Cron','2021-01-11 03:13:21','2021-01-10 19:13:21'),(33982,14236,'action complete via WP Cron','2021-01-11 03:13:21','2021-01-10 19:13:21'),(33983,14237,'action created','2021-01-11 03:13:22','2021-01-10 19:13:22'),(33984,14237,'action started via WP Cron','2021-01-11 03:32:05','2021-01-10 19:32:05'),(33985,14237,'action complete via WP Cron','2021-01-11 03:32:05','2021-01-10 19:32:05'),(33986,14238,'action created','2021-01-11 03:32:05','2021-01-10 19:32:05'),(33987,14238,'action started via WP Cron','2021-01-11 03:33:21','2021-01-10 19:33:21'),(33988,14238,'action complete via WP Cron','2021-01-11 03:33:21','2021-01-10 19:33:21'),(33989,14239,'action created','2021-01-11 03:33:21','2021-01-10 19:33:21'),(33990,14239,'action started via WP Cron','2021-01-11 03:33:44','2021-01-10 19:33:44'),(33991,14239,'action complete via WP Cron','2021-01-11 03:33:44','2021-01-10 19:33:44'),(33992,14240,'action created','2021-01-11 03:33:45','2021-01-10 19:33:45'),(33993,14240,'action started via WP Cron','2021-01-11 03:36:14','2021-01-10 19:36:14'),(33994,14240,'action complete via WP Cron','2021-01-11 03:36:14','2021-01-10 19:36:14'),(33995,14241,'action created','2021-01-11 03:36:14','2021-01-10 19:36:14'),(33996,14241,'action started via WP Cron','2021-01-11 03:37:17','2021-01-10 19:37:17'),(33997,14241,'action complete via WP Cron','2021-01-11 03:37:17','2021-01-10 19:37:17'),(33998,14242,'action created','2021-01-11 03:37:17','2021-01-10 19:37:17'),(33999,14242,'action started via WP Cron','2021-01-11 03:38:58','2021-01-10 19:38:58'),(34000,14242,'action complete via WP Cron','2021-01-11 03:38:58','2021-01-10 19:38:58'),(34001,14243,'action created','2021-01-11 03:38:58','2021-01-10 19:38:58'),(34002,14243,'action started via WP Cron','2021-01-11 03:43:29','2021-01-10 19:43:29'),(34003,14243,'action complete via WP Cron','2021-01-11 03:43:29','2021-01-10 19:43:29'),(34004,14244,'action created','2021-01-11 03:43:30','2021-01-10 19:43:30'),(34005,14244,'action started via WP Cron','2021-01-11 03:44:28','2021-01-10 19:44:28'),(34006,14244,'action complete via WP Cron','2021-01-11 03:44:28','2021-01-10 19:44:28'),(34007,14245,'action created','2021-01-11 03:44:28','2021-01-10 19:44:28'),(34008,14245,'action started via WP Cron','2021-01-11 03:45:38','2021-01-10 19:45:38'),(34009,14245,'action complete via WP Cron','2021-01-11 03:45:38','2021-01-10 19:45:38'),(34010,14246,'action created','2021-01-11 03:45:38','2021-01-10 19:45:38'),(34011,14246,'action started via WP Cron','2021-01-11 03:46:39','2021-01-10 19:46:39'),(34012,14246,'action complete via WP Cron','2021-01-11 03:46:39','2021-01-10 19:46:39'),(34013,14247,'action created','2021-01-11 03:46:39','2021-01-10 19:46:39'),(34014,14247,'action started via WP Cron','2021-01-11 03:47:40','2021-01-10 19:47:40'),(34015,14247,'action complete via WP Cron','2021-01-11 03:47:40','2021-01-10 19:47:40'),(34016,14248,'action created','2021-01-11 03:47:40','2021-01-10 19:47:40'),(34017,14248,'action started via WP Cron','2021-01-11 03:49:42','2021-01-10 19:49:42'),(34018,14248,'action complete via WP Cron','2021-01-11 03:49:42','2021-01-10 19:49:42'),(34019,14249,'action created','2021-01-11 03:49:42','2021-01-10 19:49:42'),(34020,14249,'action started via WP Cron','2021-01-11 03:58:40','2021-01-10 19:58:40'),(34021,14249,'action complete via WP Cron','2021-01-11 03:58:40','2021-01-10 19:58:40'),(34022,14250,'action created','2021-01-11 03:58:40','2021-01-10 19:58:40'),(34023,14250,'action started via WP Cron','2021-01-11 04:00:54','2021-01-10 20:00:54'),(34024,14250,'action complete via WP Cron','2021-01-11 04:00:54','2021-01-10 20:00:54'),(34025,14251,'action created','2021-01-11 04:00:54','2021-01-10 20:00:54'),(34026,14251,'action started via WP Cron','2021-01-11 04:01:55','2021-01-10 20:01:55'),(34027,14251,'action complete via WP Cron','2021-01-11 04:01:55','2021-01-10 20:01:55'),(34028,14252,'action created','2021-01-11 04:01:55','2021-01-10 20:01:55'),(34029,14252,'action started via WP Cron','2021-01-11 04:02:56','2021-01-10 20:02:56'),(34030,14252,'action complete via WP Cron','2021-01-11 04:02:56','2021-01-10 20:02:56'),(34031,14253,'action created','2021-01-11 04:02:56','2021-01-10 20:02:56'),(34032,14253,'action started via WP Cron','2021-01-11 04:04:57','2021-01-10 20:04:57'),(34033,14253,'action complete via WP Cron','2021-01-11 04:04:57','2021-01-10 20:04:57'),(34034,14254,'action created','2021-01-11 04:04:57','2021-01-10 20:04:57'),(34035,14254,'action started via WP Cron','2021-01-11 04:05:59','2021-01-10 20:05:59'),(34036,14254,'action complete via WP Cron','2021-01-11 04:05:59','2021-01-10 20:05:59'),(34037,14255,'action created','2021-01-11 04:05:59','2021-01-10 20:05:59'),(34038,14255,'action started via WP Cron','2021-01-11 04:07:00','2021-01-10 20:07:00'),(34039,14255,'action complete via WP Cron','2021-01-11 04:07:00','2021-01-10 20:07:00'),(34040,14256,'action created','2021-01-11 04:07:00','2021-01-10 20:07:00'),(34041,14256,'action started via WP Cron','2021-01-11 04:12:14','2021-01-10 20:12:14'),(34042,14256,'action complete via WP Cron','2021-01-11 04:12:14','2021-01-10 20:12:14'),(34043,14257,'action created','2021-01-11 04:12:14','2021-01-10 20:12:14'),(34044,14257,'action started via WP Cron','2021-01-11 04:13:30','2021-01-10 20:13:30'),(34045,14257,'action complete via WP Cron','2021-01-11 04:13:30','2021-01-10 20:13:30'),(34046,13818,'action started via WP Cron','2021-01-11 04:13:30','2021-01-10 20:13:30'),(34047,13818,'action complete via WP Cron','2021-01-11 04:13:30','2021-01-10 20:13:30'),(34048,14258,'action created','2021-01-11 04:13:30','2021-01-10 20:13:30'),(34049,14259,'action created','2021-01-11 04:13:31','2021-01-10 20:13:31'),(34050,14259,'action started via WP Cron','2021-01-11 04:13:47','2021-01-10 20:13:47'),(34051,14259,'action complete via WP Cron','2021-01-11 04:13:47','2021-01-10 20:13:47'),(34052,14260,'action created','2021-01-11 04:13:47','2021-01-10 20:13:47'),(34053,14260,'action started via WP Cron','2021-01-11 04:15:09','2021-01-10 20:15:09'),(34054,14260,'action complete via WP Cron','2021-01-11 04:15:09','2021-01-10 20:15:09'),(34055,14261,'action created','2021-01-11 04:15:09','2021-01-10 20:15:09'),(34056,14261,'action started via WP Cron','2021-01-11 04:16:10','2021-01-10 20:16:10'),(34057,14261,'action complete via WP Cron','2021-01-11 04:16:10','2021-01-10 20:16:10'),(34058,14262,'action created','2021-01-11 04:16:32','2021-01-10 20:16:32'),(34059,14262,'action started via WP Cron','2021-01-11 04:17:11','2021-01-10 20:17:11'),(34060,14262,'action complete via WP Cron','2021-01-11 04:17:11','2021-01-10 20:17:11'),(34061,14263,'action created','2021-01-11 04:17:11','2021-01-10 20:17:11'),(34062,14263,'action started via WP Cron','2021-01-11 04:17:54','2021-01-10 20:17:54'),(34063,14263,'action complete via WP Cron','2021-01-11 04:17:54','2021-01-10 20:17:54'),(34064,14264,'action created','2021-01-11 04:17:54','2021-01-10 20:17:54'),(34065,14264,'action started via WP Cron','2021-01-11 04:19:54','2021-01-10 20:19:54'),(34066,14264,'action complete via WP Cron','2021-01-11 04:19:54','2021-01-10 20:19:54'),(34067,14265,'action created','2021-01-11 04:19:56','2021-01-10 20:19:56'),(34068,14265,'action started via WP Cron','2021-01-11 04:39:59','2021-01-10 20:39:59'),(34069,14265,'action complete via WP Cron','2021-01-11 04:39:59','2021-01-10 20:39:59'),(34070,14266,'action created','2021-01-11 04:39:59','2021-01-10 20:39:59'),(34071,14266,'action started via WP Cron','2021-01-11 04:41:08','2021-01-10 20:41:08'),(34072,14266,'action complete via WP Cron','2021-01-11 04:41:08','2021-01-10 20:41:08'),(34073,14267,'action created','2021-01-11 04:41:08','2021-01-10 20:41:08'),(34074,14267,'action started via WP Cron','2021-01-11 04:42:02','2021-01-10 20:42:02'),(34075,14267,'action complete via WP Cron','2021-01-11 04:42:02','2021-01-10 20:42:02'),(34076,14268,'action created','2021-01-11 04:42:02','2021-01-10 20:42:02'),(34077,14268,'action started via WP Cron','2021-01-11 04:45:18','2021-01-10 20:45:18'),(34078,14268,'action complete via WP Cron','2021-01-11 04:45:18','2021-01-10 20:45:18'),(34079,14269,'action created','2021-01-11 04:45:19','2021-01-10 20:45:19'),(34080,14269,'action started via WP Cron','2021-01-11 04:46:27','2021-01-10 20:46:27'),(34081,14269,'action complete via WP Cron','2021-01-11 04:46:27','2021-01-10 20:46:27'),(34082,14270,'action created','2021-01-11 04:46:27','2021-01-10 20:46:27'),(34083,14270,'action started via WP Cron','2021-01-11 04:47:49','2021-01-10 20:47:49'),(34084,14270,'action complete via WP Cron','2021-01-11 04:47:49','2021-01-10 20:47:49'),(34085,14271,'action created','2021-01-11 04:47:49','2021-01-10 20:47:49'),(34086,14271,'action started via WP Cron','2021-01-11 04:50:42','2021-01-10 20:50:42'),(34087,14271,'action complete via WP Cron','2021-01-11 04:50:42','2021-01-10 20:50:42'),(34088,14272,'action created','2021-01-11 04:50:42','2021-01-10 20:50:42'),(34089,14272,'action started via WP Cron','2021-01-11 04:51:43','2021-01-10 20:51:43'),(34090,14272,'action complete via WP Cron','2021-01-11 04:51:43','2021-01-10 20:51:43'),(34091,14273,'action created','2021-01-11 04:51:43','2021-01-10 20:51:43'),(34092,14273,'action started via WP Cron','2021-01-11 04:52:44','2021-01-10 20:52:44'),(34093,14273,'action complete via WP Cron','2021-01-11 04:52:44','2021-01-10 20:52:44'),(34094,14274,'action created','2021-01-11 04:52:44','2021-01-10 20:52:44'),(92732,33821,'action complete via WP Cron','2021-02-11 05:01:56','2021-02-10 21:01:56'),(92731,33821,'action started via WP Cron','2021-02-11 05:01:56','2021-02-10 21:01:56'),(106628,38454,'action created','2021-02-18 05:01:03','2021-02-17 21:01:03'),(34098,14274,'action started via WP Cron','2021-01-11 04:59:21','2021-01-10 20:59:21'),(34099,14274,'action complete via WP Cron','2021-01-11 04:59:21','2021-01-10 20:59:21'),(34100,14276,'action created','2021-01-11 04:59:21','2021-01-10 20:59:21'),(34101,14276,'action started via WP Cron','2021-01-11 05:07:03','2021-01-10 21:07:03'),(34102,14276,'action complete via WP Cron','2021-01-11 05:07:03','2021-01-10 21:07:03'),(34103,14277,'action created','2021-01-11 05:07:04','2021-01-10 21:07:04'),(34104,14277,'action started via WP Cron','2021-01-11 05:08:02','2021-01-10 21:08:02'),(34105,14277,'action complete via WP Cron','2021-01-11 05:08:02','2021-01-10 21:08:02'),(34106,14278,'action created','2021-01-11 05:08:03','2021-01-10 21:08:03'),(34107,14278,'action started via WP Cron','2021-01-11 05:09:03','2021-01-10 21:09:03'),(34108,14278,'action complete via WP Cron','2021-01-11 05:09:03','2021-01-10 21:09:03'),(34109,14279,'action created','2021-01-11 05:11:05','2021-01-10 21:11:05'),(34110,14279,'action started via WP Cron','2021-01-11 05:12:05','2021-01-10 21:12:05'),(34111,14279,'action complete via WP Cron','2021-01-11 05:12:05','2021-01-10 21:12:05'),(34112,14280,'action created','2021-01-11 05:12:05','2021-01-10 21:12:05'),(34113,14280,'action started via WP Cron','2021-01-11 05:17:39','2021-01-10 21:17:39'),(34114,14280,'action complete via WP Cron','2021-01-11 05:17:39','2021-01-10 21:17:39'),(34115,14281,'action created','2021-01-11 05:17:40','2021-01-10 21:17:40'),(34116,14281,'action started via WP Cron','2021-01-11 05:18:19','2021-01-10 21:18:19'),(34117,14281,'action complete via WP Cron','2021-01-11 05:18:19','2021-01-10 21:18:19'),(34118,14282,'action created','2021-01-11 05:18:19','2021-01-10 21:18:19'),(34119,14282,'action started via WP Cron','2021-01-11 05:19:12','2021-01-10 21:19:12'),(34120,14282,'action complete via WP Cron','2021-01-11 05:19:12','2021-01-10 21:19:12'),(34121,14283,'action created','2021-01-11 05:19:12','2021-01-10 21:19:12'),(34122,14283,'action started via WP Cron','2021-01-11 05:20:13','2021-01-10 21:20:13'),(34123,14283,'action complete via WP Cron','2021-01-11 05:20:13','2021-01-10 21:20:13'),(34124,14284,'action created','2021-01-11 05:20:14','2021-01-10 21:20:14'),(34125,14284,'action started via WP Cron','2021-01-11 05:21:15','2021-01-10 21:21:15'),(34126,14284,'action complete via WP Cron','2021-01-11 05:21:15','2021-01-10 21:21:15'),(34127,14285,'action created','2021-01-11 05:21:15','2021-01-10 21:21:15'),(34128,14285,'action started via WP Cron','2021-01-11 05:22:15','2021-01-10 21:22:15'),(34129,14285,'action complete via WP Cron','2021-01-11 05:22:15','2021-01-10 21:22:15'),(34130,14286,'action created','2021-01-11 05:22:16','2021-01-10 21:22:16'),(34131,14286,'action started via WP Cron','2021-01-11 05:27:14','2021-01-10 21:27:14'),(34132,14286,'action complete via WP Cron','2021-01-11 05:27:14','2021-01-10 21:27:14'),(34133,14287,'action created','2021-01-11 05:27:14','2021-01-10 21:27:14'),(34134,14287,'action started via WP Cron','2021-01-11 05:28:22','2021-01-10 21:28:22'),(34135,14287,'action complete via WP Cron','2021-01-11 05:28:22','2021-01-10 21:28:22'),(34136,14288,'action created','2021-01-11 05:28:22','2021-01-10 21:28:22'),(34137,14288,'action started via WP Cron','2021-01-11 05:29:24','2021-01-10 21:29:24'),(34138,14288,'action complete via WP Cron','2021-01-11 05:29:24','2021-01-10 21:29:24'),(34139,14289,'action created','2021-01-11 05:29:24','2021-01-10 21:29:24'),(34140,14289,'action started via WP Cron','2021-01-11 05:30:52','2021-01-10 21:30:52'),(34141,14289,'action complete via WP Cron','2021-01-11 05:30:52','2021-01-10 21:30:52'),(34142,14290,'action created','2021-01-11 05:30:52','2021-01-10 21:30:52'),(34143,14290,'action started via WP Cron','2021-01-11 05:31:52','2021-01-10 21:31:52'),(34144,14290,'action complete via WP Cron','2021-01-11 05:31:52','2021-01-10 21:31:52'),(34145,14291,'action created','2021-01-11 05:31:52','2021-01-10 21:31:52'),(34146,14291,'action started via WP Cron','2021-01-11 05:32:53','2021-01-10 21:32:53'),(34147,14291,'action complete via WP Cron','2021-01-11 05:32:53','2021-01-10 21:32:53'),(34148,14292,'action created','2021-01-11 05:32:53','2021-01-10 21:32:53'),(34149,14292,'action started via WP Cron','2021-01-11 05:37:44','2021-01-10 21:37:44'),(34150,14292,'action complete via WP Cron','2021-01-11 05:37:44','2021-01-10 21:37:44'),(34151,14293,'action created','2021-01-11 05:37:44','2021-01-10 21:37:44'),(34152,14293,'action started via WP Cron','2021-01-11 05:43:03','2021-01-10 21:43:03'),(34153,14293,'action complete via WP Cron','2021-01-11 05:43:03','2021-01-10 21:43:03'),(34154,14294,'action created','2021-01-11 05:43:03','2021-01-10 21:43:03'),(34155,14294,'action started via WP Cron','2021-01-11 05:46:22','2021-01-10 21:46:22'),(34156,14294,'action complete via WP Cron','2021-01-11 05:46:22','2021-01-10 21:46:22'),(34157,14295,'action created','2021-01-11 05:46:22','2021-01-10 21:46:22'),(34158,14295,'action started via WP Cron','2021-01-11 05:48:40','2021-01-10 21:48:40'),(34159,14295,'action complete via WP Cron','2021-01-11 05:48:40','2021-01-10 21:48:40'),(34160,14296,'action created','2021-01-11 05:48:41','2021-01-10 21:48:41'),(34161,14296,'action started via WP Cron','2021-01-11 05:49:47','2021-01-10 21:49:47'),(34162,14296,'action complete via WP Cron','2021-01-11 05:49:47','2021-01-10 21:49:47'),(34163,14297,'action created','2021-01-11 05:49:47','2021-01-10 21:49:47'),(34167,14298,'action started via WP Cron','2021-01-11 05:52:02','2021-01-10 21:52:02'),(34168,14298,'action complete via WP Cron','2021-01-11 05:52:02','2021-01-10 21:52:02'),(34169,14299,'action created','2021-01-11 05:52:02','2021-01-10 21:52:02'),(34170,14299,'action started via WP Cron','2021-01-11 05:53:09','2021-01-10 21:53:09'),(34171,14299,'action complete via WP Cron','2021-01-11 05:53:09','2021-01-10 21:53:09'),(34172,14300,'action created','2021-01-11 05:53:09','2021-01-10 21:53:09'),(34173,14300,'action started via WP Cron','2021-01-11 05:53:46','2021-01-10 21:53:46'),(34174,14300,'action complete via WP Cron','2021-01-11 05:53:46','2021-01-10 21:53:46'),(34175,14301,'action created','2021-01-11 05:53:46','2021-01-10 21:53:46'),(34176,14301,'action started via WP Cron','2021-01-11 05:54:46','2021-01-10 21:54:46'),(34177,14301,'action complete via WP Cron','2021-01-11 05:54:46','2021-01-10 21:54:46'),(34178,14302,'action created','2021-01-11 05:54:46','2021-01-10 21:54:46'),(34179,14302,'action started via WP Cron','2021-01-11 05:55:47','2021-01-10 21:55:47'),(34180,14302,'action complete via WP Cron','2021-01-11 05:55:47','2021-01-10 21:55:47'),(34181,14303,'action created','2021-01-11 05:55:47','2021-01-10 21:55:47'),(34182,14303,'action started via WP Cron','2021-01-11 06:02:03','2021-01-10 22:02:03'),(34183,14303,'action complete via WP Cron','2021-01-11 06:02:03','2021-01-10 22:02:03'),(34184,14304,'action created','2021-01-11 06:02:03','2021-01-10 22:02:03'),(34185,14304,'action started via WP Cron','2021-01-11 06:03:49','2021-01-10 22:03:49'),(34186,14304,'action complete via WP Cron','2021-01-11 06:03:49','2021-01-10 22:03:49'),(34187,14305,'action created','2021-01-11 06:03:49','2021-01-10 22:03:49'),(34188,14305,'action started via WP Cron','2021-01-11 06:05:04','2021-01-10 22:05:04'),(34189,14305,'action complete via WP Cron','2021-01-11 06:05:04','2021-01-10 22:05:04'),(34190,14306,'action created','2021-01-11 06:05:04','2021-01-10 22:05:04'),(34191,14306,'action started via WP Cron','2021-01-11 06:07:15','2021-01-10 22:07:15'),(34192,14306,'action complete via WP Cron','2021-01-11 06:07:15','2021-01-10 22:07:15'),(34193,14307,'action created','2021-01-11 06:07:15','2021-01-10 22:07:15'),(34194,14307,'action started via WP Cron','2021-01-11 06:08:15','2021-01-10 22:08:15'),(34195,14307,'action complete via WP Cron','2021-01-11 06:08:15','2021-01-10 22:08:15'),(34196,14308,'action created','2021-01-11 06:08:15','2021-01-10 22:08:15'),(34197,14308,'action started via WP Cron','2021-01-11 06:09:17','2021-01-10 22:09:17'),(34198,14308,'action complete via WP Cron','2021-01-11 06:09:17','2021-01-10 22:09:17'),(34199,14309,'action created','2021-01-11 06:09:17','2021-01-10 22:09:17'),(34200,14309,'action started via WP Cron','2021-01-11 06:10:22','2021-01-10 22:10:22'),(34201,14309,'action complete via WP Cron','2021-01-11 06:10:22','2021-01-10 22:10:22'),(34202,14310,'action created','2021-01-11 06:10:22','2021-01-10 22:10:22'),(34203,14310,'action started via WP Cron','2021-01-11 06:10:59','2021-01-10 22:10:59'),(34204,14310,'action complete via WP Cron','2021-01-11 06:10:59','2021-01-10 22:10:59'),(34205,14311,'action created','2021-01-11 06:11:02','2021-01-10 22:11:02'),(34206,14311,'action started via WP Cron','2021-01-11 06:12:32','2021-01-10 22:12:32'),(34207,14311,'action complete via WP Cron','2021-01-11 06:12:32','2021-01-10 22:12:32'),(34208,14312,'action created','2021-01-11 06:12:32','2021-01-10 22:12:32'),(34209,14312,'action started via WP Cron','2021-01-11 06:15:21','2021-01-10 22:15:21'),(34210,14312,'action complete via WP Cron','2021-01-11 06:15:21','2021-01-10 22:15:21'),(34211,14313,'action created','2021-01-11 06:15:21','2021-01-10 22:15:21'),(34212,14313,'action started via WP Cron','2021-01-11 06:16:08','2021-01-10 22:16:08'),(34213,14313,'action complete via WP Cron','2021-01-11 06:16:08','2021-01-10 22:16:08'),(34214,14314,'action created','2021-01-11 06:16:28','2021-01-10 22:16:28'),(34215,14314,'action started via WP Cron','2021-01-11 06:17:20','2021-01-10 22:17:20'),(34216,14314,'action complete via WP Cron','2021-01-11 06:17:20','2021-01-10 22:17:20'),(34217,14315,'action created','2021-01-11 06:17:29','2021-01-10 22:17:29'),(34218,14315,'action started via WP Cron','2021-01-11 06:17:57','2021-01-10 22:17:57'),(34219,14315,'action complete via WP Cron','2021-01-11 06:17:57','2021-01-10 22:17:57'),(34220,14316,'action created','2021-01-11 06:17:57','2021-01-10 22:17:57'),(34221,14316,'action started via WP Cron','2021-01-11 06:19:14','2021-01-10 22:19:14'),(34222,14316,'action complete via WP Cron','2021-01-11 06:19:14','2021-01-10 22:19:14'),(34223,14317,'action created','2021-01-11 06:19:15','2021-01-10 22:19:15'),(34224,14317,'action started via WP Cron','2021-01-11 06:19:45','2021-01-10 22:19:45'),(34225,14317,'action complete via WP Cron','2021-01-11 06:19:45','2021-01-10 22:19:45'),(34226,14318,'action created','2021-01-11 06:19:45','2021-01-10 22:19:45'),(34227,14318,'action started via WP Cron','2021-01-11 06:21:19','2021-01-10 22:21:19'),(34228,14318,'action complete via WP Cron','2021-01-11 06:21:19','2021-01-10 22:21:19'),(34229,14319,'action created','2021-01-11 06:21:19','2021-01-10 22:21:19'),(34230,14319,'action started via WP Cron','2021-01-11 06:28:33','2021-01-10 22:28:33'),(34231,14319,'action complete via WP Cron','2021-01-11 06:28:33','2021-01-10 22:28:33'),(34232,14320,'action created','2021-01-11 06:28:33','2021-01-10 22:28:33'),(34233,14320,'action started via WP Cron','2021-01-11 06:32:12','2021-01-10 22:32:12'),(34234,14320,'action complete via WP Cron','2021-01-11 06:32:12','2021-01-10 22:32:12'),(34235,14321,'action created','2021-01-11 06:32:13','2021-01-10 22:32:13'),(34236,14321,'action started via WP Cron','2021-01-11 06:33:12','2021-01-10 22:33:12'),(34237,14321,'action complete via WP Cron','2021-01-11 06:33:12','2021-01-10 22:33:12'),(34238,14322,'action created','2021-01-11 06:33:12','2021-01-10 22:33:12'),(34239,14322,'action started via WP Cron','2021-01-11 06:35:14','2021-01-10 22:35:14'),(34240,14322,'action complete via WP Cron','2021-01-11 06:35:14','2021-01-10 22:35:14'),(34241,14323,'action created','2021-01-11 06:35:14','2021-01-10 22:35:14'),(34242,14323,'action started via WP Cron','2021-01-11 06:36:11','2021-01-10 22:36:11'),(34243,14323,'action complete via WP Cron','2021-01-11 06:36:11','2021-01-10 22:36:11'),(34244,14324,'action created','2021-01-11 06:36:11','2021-01-10 22:36:11'),(34245,14324,'action started via WP Cron','2021-01-11 06:37:15','2021-01-10 22:37:15'),(34246,14324,'action complete via WP Cron','2021-01-11 06:37:15','2021-01-10 22:37:15'),(34247,14325,'action created','2021-01-11 06:37:16','2021-01-10 22:37:16'),(34248,14325,'action started via WP Cron','2021-01-11 06:38:19','2021-01-10 22:38:19'),(34249,14325,'action complete via WP Cron','2021-01-11 06:38:19','2021-01-10 22:38:19'),(34250,14326,'action created','2021-01-11 06:38:19','2021-01-10 22:38:19'),(34251,14326,'action started via WP Cron','2021-01-11 06:39:52','2021-01-10 22:39:52'),(34252,14326,'action complete via WP Cron','2021-01-11 06:39:52','2021-01-10 22:39:52'),(34253,14327,'action created','2021-01-11 06:39:52','2021-01-10 22:39:52'),(34254,14327,'action started via WP Cron','2021-01-11 06:42:41','2021-01-10 22:42:41'),(34255,14327,'action complete via WP Cron','2021-01-11 06:42:41','2021-01-10 22:42:41'),(34256,14328,'action created','2021-01-11 06:42:41','2021-01-10 22:42:41'),(34257,14328,'action started via WP Cron','2021-01-11 06:47:29','2021-01-10 22:47:29'),(34258,14328,'action complete via WP Cron','2021-01-11 06:47:29','2021-01-10 22:47:29'),(34259,14329,'action created','2021-01-11 06:47:29','2021-01-10 22:47:29'),(34260,14329,'action started via WP Cron','2021-01-11 06:50:14','2021-01-10 22:50:14'),(34261,14329,'action complete via WP Cron','2021-01-11 06:50:14','2021-01-10 22:50:14'),(34262,14330,'action created','2021-01-11 06:50:14','2021-01-10 22:50:14'),(34263,14330,'action started via WP Cron','2021-01-11 06:53:47','2021-01-10 22:53:47'),(34264,14330,'action complete via WP Cron','2021-01-11 06:53:47','2021-01-10 22:53:47'),(34265,14331,'action created','2021-01-11 06:54:48','2021-01-10 22:54:48'),(34266,14331,'action started via WP Cron','2021-01-11 06:55:53','2021-01-10 22:55:53'),(34267,14331,'action complete via WP Cron','2021-01-11 06:55:53','2021-01-10 22:55:53'),(34268,14332,'action created','2021-01-11 06:55:53','2021-01-10 22:55:53'),(34269,14332,'action started via WP Cron','2021-01-11 06:56:47','2021-01-10 22:56:47'),(34270,14332,'action complete via WP Cron','2021-01-11 06:56:47','2021-01-10 22:56:47'),(34271,14333,'action created','2021-01-11 06:56:47','2021-01-10 22:56:47'),(34272,14333,'action started via WP Cron','2021-01-11 06:57:48','2021-01-10 22:57:48'),(34273,14333,'action complete via WP Cron','2021-01-11 06:57:48','2021-01-10 22:57:48'),(34274,14334,'action created','2021-01-11 06:57:48','2021-01-10 22:57:48'),(34275,14334,'action started via WP Cron','2021-01-11 06:58:52','2021-01-10 22:58:52'),(34276,14334,'action complete via WP Cron','2021-01-11 06:58:52','2021-01-10 22:58:52'),(34277,14335,'action created','2021-01-11 06:58:52','2021-01-10 22:58:52'),(34278,14335,'action started via WP Cron','2021-01-11 07:02:40','2021-01-10 23:02:40'),(34279,14335,'action complete via WP Cron','2021-01-11 07:02:40','2021-01-10 23:02:40'),(34280,14336,'action created','2021-01-11 07:02:40','2021-01-10 23:02:40'),(34281,14336,'action started via WP Cron','2021-01-11 07:09:22','2021-01-10 23:09:22'),(34282,14336,'action complete via WP Cron','2021-01-11 07:09:22','2021-01-10 23:09:22'),(34283,14337,'action created','2021-01-11 07:09:23','2021-01-10 23:09:23'),(34284,14337,'action started via WP Cron','2021-01-11 07:10:17','2021-01-10 23:10:17'),(34285,14337,'action complete via WP Cron','2021-01-11 07:10:17','2021-01-10 23:10:17'),(34286,14338,'action created','2021-01-11 07:10:17','2021-01-10 23:10:17'),(34287,14338,'action started via WP Cron','2021-01-11 07:11:18','2021-01-10 23:11:18'),(34288,14338,'action complete via WP Cron','2021-01-11 07:11:18','2021-01-10 23:11:18'),(34289,14339,'action created','2021-01-11 07:11:18','2021-01-10 23:11:18'),(34290,14339,'action started via WP Cron','2021-01-11 07:13:20','2021-01-10 23:13:20'),(34291,14339,'action complete via WP Cron','2021-01-11 07:13:20','2021-01-10 23:13:20'),(34292,14340,'action created','2021-01-11 07:13:20','2021-01-10 23:13:20'),(34293,14340,'action started via WP Cron','2021-01-11 07:14:06','2021-01-10 23:14:06'),(34294,14340,'action complete via WP Cron','2021-01-11 07:14:06','2021-01-10 23:14:06'),(34295,14341,'action created','2021-01-11 07:14:06','2021-01-10 23:14:06'),(34296,14341,'action started via WP Cron','2021-01-11 07:15:21','2021-01-10 23:15:21'),(34297,14341,'action complete via WP Cron','2021-01-11 07:15:21','2021-01-10 23:15:21'),(34298,14342,'action created','2021-01-11 07:15:22','2021-01-10 23:15:22'),(34299,14342,'action started via WP Cron','2021-01-11 07:19:48','2021-01-10 23:19:48'),(34300,14342,'action complete via WP Cron','2021-01-11 07:19:48','2021-01-10 23:19:48'),(34301,14343,'action created','2021-01-11 07:19:48','2021-01-10 23:19:48'),(34302,14343,'action started via WP Cron','2021-01-11 07:39:20','2021-01-10 23:39:20'),(34303,14343,'action complete via WP Cron','2021-01-11 07:39:20','2021-01-10 23:39:20'),(92909,33880,'action complete via WP Cron','2021-02-11 07:39:39','2021-02-10 23:39:39'),(92908,33880,'action started via WP Cron','2021-02-11 07:39:39','2021-02-10 23:39:39'),(94515,34416,'action created','2021-02-12 07:53:07','2021-02-11 23:53:07'),(34307,14345,'action created','2021-01-11 07:39:20','2021-01-10 23:39:20'),(34308,14345,'action started via WP Cron','2021-01-11 07:40:20','2021-01-10 23:40:20'),(34309,14345,'action complete via WP Cron','2021-01-11 07:40:20','2021-01-10 23:40:20'),(34310,14346,'action created','2021-01-11 07:40:20','2021-01-10 23:40:20'),(34311,14346,'action started via WP Cron','2021-01-11 07:41:21','2021-01-10 23:41:21'),(34312,14346,'action complete via WP Cron','2021-01-11 07:41:21','2021-01-10 23:41:21'),(34313,14347,'action created','2021-01-11 07:41:21','2021-01-10 23:41:21'),(34314,14347,'action started via WP Cron','2021-01-11 07:43:11','2021-01-10 23:43:11'),(34315,14347,'action complete via WP Cron','2021-01-11 07:43:11','2021-01-10 23:43:11'),(34316,14348,'action created','2021-01-11 07:43:11','2021-01-10 23:43:11'),(34317,14348,'action started via WP Cron','2021-01-11 07:44:17','2021-01-10 23:44:17'),(34318,14348,'action complete via WP Cron','2021-01-11 07:44:17','2021-01-10 23:44:17'),(34319,14349,'action created','2021-01-11 07:44:23','2021-01-10 23:44:23'),(34320,14349,'action started via WP Cron','2021-01-11 07:45:13','2021-01-10 23:45:13'),(34321,14349,'action complete via WP Cron','2021-01-11 07:45:13','2021-01-10 23:45:13'),(34322,14350,'action created','2021-01-11 07:45:13','2021-01-10 23:45:13'),(34323,14350,'action started via WP Cron','2021-01-11 08:05:38','2021-01-11 00:05:38'),(34324,14350,'action complete via WP Cron','2021-01-11 08:05:38','2021-01-11 00:05:38'),(34325,14351,'action created','2021-01-11 08:05:38','2021-01-11 00:05:38'),(34326,14351,'action started via WP Cron','2021-01-11 08:09:14','2021-01-11 00:09:14'),(34327,14351,'action complete via WP Cron','2021-01-11 08:09:14','2021-01-11 00:09:14'),(34328,14352,'action created','2021-01-11 08:09:14','2021-01-11 00:09:14'),(34329,14352,'action started via WP Cron','2021-01-11 08:09:52','2021-01-11 00:09:52'),(34330,14352,'action complete via WP Cron','2021-01-11 08:09:52','2021-01-11 00:09:52'),(34331,14353,'action created','2021-01-11 08:09:52','2021-01-11 00:09:52'),(34332,14353,'action started via WP Cron','2021-01-11 08:15:27','2021-01-11 00:15:27'),(34333,14353,'action complete via WP Cron','2021-01-11 08:15:27','2021-01-11 00:15:27'),(34334,14354,'action created','2021-01-11 08:15:27','2021-01-11 00:15:27'),(34335,14354,'action started via WP Cron','2021-01-11 08:16:21','2021-01-11 00:16:21'),(34336,14354,'action complete via WP Cron','2021-01-11 08:16:21','2021-01-11 00:16:21'),(34337,14355,'action created','2021-01-11 08:16:21','2021-01-11 00:16:21'),(34338,14355,'action started via WP Cron','2021-01-11 08:17:22','2021-01-11 00:17:22'),(34339,14355,'action complete via WP Cron','2021-01-11 08:17:22','2021-01-11 00:17:22'),(34340,14356,'action created','2021-01-11 08:17:22','2021-01-11 00:17:22'),(34341,14356,'action started via WP Cron','2021-01-11 08:19:25','2021-01-11 00:19:25'),(34342,14356,'action complete via WP Cron','2021-01-11 08:19:25','2021-01-11 00:19:25'),(34343,14357,'action created','2021-01-11 08:19:25','2021-01-11 00:19:25'),(34344,14357,'action started via WP Cron','2021-01-11 08:20:25','2021-01-11 00:20:25'),(34345,14357,'action complete via WP Cron','2021-01-11 08:20:25','2021-01-11 00:20:25'),(34346,14358,'action created','2021-01-11 08:20:25','2021-01-11 00:20:25'),(34347,14358,'action started via WP Cron','2021-01-11 08:20:57','2021-01-11 00:20:57'),(34348,14358,'action complete via WP Cron','2021-01-11 08:20:57','2021-01-11 00:20:57'),(34349,14359,'action created','2021-01-11 08:20:57','2021-01-11 00:20:57'),(34350,14359,'action started via WP Cron','2021-01-11 08:22:41','2021-01-11 00:22:41'),(34351,14359,'action complete via WP Cron','2021-01-11 08:22:41','2021-01-11 00:22:41'),(34352,14360,'action created','2021-01-11 08:22:41','2021-01-11 00:22:41'),(34353,14360,'action started via WP Cron','2021-01-11 08:24:20','2021-01-11 00:24:20'),(34354,14360,'action complete via WP Cron','2021-01-11 08:24:20','2021-01-11 00:24:20'),(34355,14361,'action created','2021-01-11 08:24:20','2021-01-11 00:24:20'),(34356,14361,'action started via WP Cron','2021-01-11 08:24:43','2021-01-11 00:24:43'),(34357,14361,'action complete via WP Cron','2021-01-11 08:24:43','2021-01-11 00:24:43'),(34358,14362,'action created','2021-01-11 08:24:43','2021-01-11 00:24:43'),(34359,14362,'action started via WP Cron','2021-01-11 08:29:09','2021-01-11 00:29:09'),(34360,14362,'action complete via WP Cron','2021-01-11 08:29:09','2021-01-11 00:29:09'),(34361,14363,'action created','2021-01-11 08:29:09','2021-01-11 00:29:09'),(34362,14363,'action started via WP Cron','2021-01-11 08:32:09','2021-01-11 00:32:09'),(34363,14363,'action complete via WP Cron','2021-01-11 08:32:09','2021-01-11 00:32:09'),(34364,14364,'action created','2021-01-11 08:32:09','2021-01-11 00:32:09'),(34365,14364,'action started via WP Cron','2021-01-11 08:34:46','2021-01-11 00:34:46'),(34366,14364,'action complete via WP Cron','2021-01-11 08:34:46','2021-01-11 00:34:46'),(34367,14365,'action created','2021-01-11 08:34:46','2021-01-11 00:34:46'),(34368,14365,'action started via WP Cron','2021-01-11 08:37:13','2021-01-11 00:37:13'),(34369,14365,'action complete via WP Cron','2021-01-11 08:37:13','2021-01-11 00:37:13'),(34370,14366,'action created','2021-01-11 08:37:13','2021-01-11 00:37:13'),(34371,14366,'action started via WP Cron','2021-01-11 08:38:16','2021-01-11 00:38:16'),(34372,14366,'action complete via WP Cron','2021-01-11 08:38:16','2021-01-11 00:38:16'),(34373,14367,'action created','2021-01-11 08:38:16','2021-01-11 00:38:16'),(34374,14367,'action started via WP Cron','2021-01-11 08:38:58','2021-01-11 00:38:58'),(34375,14367,'action complete via WP Cron','2021-01-11 08:38:58','2021-01-11 00:38:58'),(34376,14368,'action created','2021-01-11 08:38:58','2021-01-11 00:38:58'),(34377,14368,'action started via WP Cron','2021-01-11 08:43:00','2021-01-11 00:43:00'),(34378,14368,'action complete via WP Cron','2021-01-11 08:43:00','2021-01-11 00:43:00'),(34379,14369,'action created','2021-01-11 08:43:00','2021-01-11 00:43:00'),(34380,14369,'action started via WP Cron','2021-01-11 08:44:30','2021-01-11 00:44:30'),(34381,14369,'action complete via WP Cron','2021-01-11 08:44:30','2021-01-11 00:44:30'),(34382,14370,'action created','2021-01-11 08:44:31','2021-01-11 00:44:31'),(34383,14370,'action started via WP Cron','2021-01-11 08:45:21','2021-01-11 00:45:21'),(34384,14370,'action complete via WP Cron','2021-01-11 08:45:21','2021-01-11 00:45:21'),(34385,14371,'action created','2021-01-11 08:45:21','2021-01-11 00:45:21'),(34386,14371,'action started via WP Cron','2021-01-11 08:45:42','2021-01-11 00:45:42'),(34387,14371,'action complete via WP Cron','2021-01-11 08:45:42','2021-01-11 00:45:42'),(34388,14372,'action created','2021-01-11 08:45:42','2021-01-11 00:45:42'),(34389,14372,'action started via WP Cron','2021-01-11 08:47:08','2021-01-11 00:47:08'),(34390,14372,'action complete via WP Cron','2021-01-11 08:47:08','2021-01-11 00:47:08'),(34391,14373,'action created','2021-01-11 08:47:08','2021-01-11 00:47:08'),(34392,14373,'action started via WP Cron','2021-01-11 08:48:11','2021-01-11 00:48:11'),(34393,14373,'action complete via WP Cron','2021-01-11 08:48:11','2021-01-11 00:48:11'),(34394,14374,'action created','2021-01-11 08:48:11','2021-01-11 00:48:11'),(34395,14374,'action started via WP Cron','2021-01-11 08:51:23','2021-01-11 00:51:23'),(34396,14374,'action complete via WP Cron','2021-01-11 08:51:23','2021-01-11 00:51:23'),(34397,14375,'action created','2021-01-11 08:51:23','2021-01-11 00:51:23'),(34398,14375,'action started via WP Cron','2021-01-11 08:55:04','2021-01-11 00:55:04'),(34399,14375,'action complete via WP Cron','2021-01-11 08:55:04','2021-01-11 00:55:04'),(34400,14376,'action created','2021-01-11 08:55:05','2021-01-11 00:55:05'),(34401,14376,'action started via WP Cron','2021-01-11 09:02:50','2021-01-11 01:02:50'),(34402,14376,'action complete via WP Cron','2021-01-11 09:02:50','2021-01-11 01:02:50'),(34403,14377,'action created','2021-01-11 09:02:50','2021-01-11 01:02:50'),(34404,14377,'action started via WP Cron','2021-01-11 09:03:41','2021-01-11 01:03:41'),(34405,14377,'action complete via WP Cron','2021-01-11 09:03:41','2021-01-11 01:03:41'),(34406,14378,'action created','2021-01-11 09:03:41','2021-01-11 01:03:41'),(34407,14378,'action started via WP Cron','2021-01-11 09:07:14','2021-01-11 01:07:14'),(34408,14378,'action complete via WP Cron','2021-01-11 09:07:14','2021-01-11 01:07:14'),(34409,14379,'action created','2021-01-11 09:07:14','2021-01-11 01:07:14'),(34410,14379,'action started via WP Cron','2021-01-11 09:08:45','2021-01-11 01:08:45'),(34411,14379,'action complete via WP Cron','2021-01-11 09:08:45','2021-01-11 01:08:45'),(34412,14380,'action created','2021-01-11 09:08:45','2021-01-11 01:08:45'),(34413,14380,'action started via WP Cron','2021-01-11 09:12:13','2021-01-11 01:12:13'),(34414,14380,'action complete via WP Cron','2021-01-11 09:12:13','2021-01-11 01:12:13'),(34415,14381,'action created','2021-01-11 09:12:13','2021-01-11 01:12:13'),(34416,14381,'action started via WP Cron','2021-01-11 09:12:50','2021-01-11 01:12:50'),(34417,14381,'action complete via WP Cron','2021-01-11 09:12:50','2021-01-11 01:12:50'),(34418,14382,'action created','2021-01-11 09:12:50','2021-01-11 01:12:50'),(34419,14382,'action started via WP Cron','2021-01-11 09:13:41','2021-01-11 01:13:41'),(34420,14382,'action complete via WP Cron','2021-01-11 09:13:41','2021-01-11 01:13:41'),(34421,14383,'action created','2021-01-11 09:13:41','2021-01-11 01:13:41'),(34422,14383,'action started via WP Cron','2021-01-11 09:14:47','2021-01-11 01:14:47'),(34423,14383,'action complete via WP Cron','2021-01-11 09:14:47','2021-01-11 01:14:47'),(34424,14384,'action created','2021-01-11 09:14:48','2021-01-11 01:14:48'),(34425,14384,'action started via WP Cron','2021-01-11 09:15:49','2021-01-11 01:15:49'),(34426,14384,'action complete via WP Cron','2021-01-11 09:15:49','2021-01-11 01:15:49'),(34427,14385,'action created','2021-01-11 09:15:49','2021-01-11 01:15:49'),(34428,14385,'action started via WP Cron','2021-01-11 09:16:45','2021-01-11 01:16:45'),(34429,14385,'action complete via WP Cron','2021-01-11 09:16:45','2021-01-11 01:16:45'),(34430,14386,'action created','2021-01-11 09:16:45','2021-01-11 01:16:45'),(34431,14386,'action started via WP Cron','2021-01-11 09:17:46','2021-01-11 01:17:46'),(34432,14386,'action complete via WP Cron','2021-01-11 09:17:46','2021-01-11 01:17:46'),(34433,14387,'action created','2021-01-11 09:17:46','2021-01-11 01:17:46'),(34434,14387,'action started via WP Cron','2021-01-11 09:18:45','2021-01-11 01:18:45'),(34435,14387,'action complete via WP Cron','2021-01-11 09:18:45','2021-01-11 01:18:45'),(34436,14388,'action created','2021-01-11 09:18:45','2021-01-11 01:18:45'),(34437,14388,'action started via WP Cron','2021-01-11 09:19:41','2021-01-11 01:19:41'),(34438,14388,'action complete via WP Cron','2021-01-11 09:19:41','2021-01-11 01:19:41'),(34439,14389,'action created','2021-01-11 09:19:41','2021-01-11 01:19:41'),(34440,14389,'action started via WP Cron','2021-01-11 09:20:55','2021-01-11 01:20:55'),(34441,14389,'action complete via WP Cron','2021-01-11 09:20:55','2021-01-11 01:20:55'),(34442,14390,'action created','2021-01-11 09:20:55','2021-01-11 01:20:55'),(34443,14390,'action started via WP Cron','2021-01-11 09:21:41','2021-01-11 01:21:41'),(34444,14390,'action complete via WP Cron','2021-01-11 09:21:41','2021-01-11 01:21:41'),(34445,14391,'action created','2021-01-11 09:21:41','2021-01-11 01:21:41'),(34446,14391,'action started via WP Cron','2021-01-11 09:22:43','2021-01-11 01:22:43'),(34447,14391,'action complete via WP Cron','2021-01-11 09:22:43','2021-01-11 01:22:43'),(34448,14392,'action created','2021-01-11 09:22:43','2021-01-11 01:22:43'),(34449,14392,'action started via WP Cron','2021-01-11 09:23:44','2021-01-11 01:23:44'),(34450,14392,'action complete via WP Cron','2021-01-11 09:23:44','2021-01-11 01:23:44'),(34451,14393,'action created','2021-01-11 09:23:44','2021-01-11 01:23:44'),(34452,14393,'action started via WP Cron','2021-01-11 09:24:44','2021-01-11 01:24:44'),(34453,14393,'action complete via WP Cron','2021-01-11 09:24:44','2021-01-11 01:24:44'),(34454,14394,'action created','2021-01-11 09:24:49','2021-01-11 01:24:49'),(34455,14394,'action started via WP Cron','2021-01-11 09:25:47','2021-01-11 01:25:47'),(34456,14394,'action complete via WP Cron','2021-01-11 09:25:47','2021-01-11 01:25:47'),(34457,14395,'action created','2021-01-11 09:25:47','2021-01-11 01:25:47'),(34458,14395,'action started via WP Cron','2021-01-11 09:26:43','2021-01-11 01:26:43'),(34459,14395,'action complete via WP Cron','2021-01-11 09:26:43','2021-01-11 01:26:43'),(34460,14396,'action created','2021-01-11 09:26:43','2021-01-11 01:26:43'),(34461,14396,'action started via WP Cron','2021-01-11 09:27:48','2021-01-11 01:27:48'),(34462,14396,'action complete via WP Cron','2021-01-11 09:27:48','2021-01-11 01:27:48'),(34463,14397,'action created','2021-01-11 09:27:48','2021-01-11 01:27:48'),(34464,14397,'action started via WP Cron','2021-01-11 09:28:46','2021-01-11 01:28:46'),(34465,14397,'action complete via WP Cron','2021-01-11 09:28:46','2021-01-11 01:28:46'),(34466,14398,'action created','2021-01-11 09:28:46','2021-01-11 01:28:46'),(34467,14398,'action started via WP Cron','2021-01-11 09:29:48','2021-01-11 01:29:48'),(34468,14398,'action complete via WP Cron','2021-01-11 09:29:48','2021-01-11 01:29:48'),(34469,14399,'action created','2021-01-11 09:29:48','2021-01-11 01:29:48'),(34470,14399,'action started via WP Cron','2021-01-11 09:30:42','2021-01-11 01:30:42'),(34471,14399,'action complete via WP Cron','2021-01-11 09:30:42','2021-01-11 01:30:42'),(34472,14400,'action created','2021-01-11 09:30:42','2021-01-11 01:30:42'),(34473,14400,'action started via WP Cron','2021-01-11 09:31:44','2021-01-11 01:31:44'),(34474,14400,'action complete via WP Cron','2021-01-11 09:31:44','2021-01-11 01:31:44'),(34475,14401,'action created','2021-01-11 09:31:44','2021-01-11 01:31:44'),(34476,14401,'action started via WP Cron','2021-01-11 09:32:47','2021-01-11 01:32:47'),(34477,14401,'action complete via WP Cron','2021-01-11 09:32:47','2021-01-11 01:32:47'),(34478,14402,'action created','2021-01-11 09:32:47','2021-01-11 01:32:47'),(34479,14402,'action started via WP Cron','2021-01-11 09:33:43','2021-01-11 01:33:43'),(34480,14402,'action complete via WP Cron','2021-01-11 09:33:43','2021-01-11 01:33:43'),(34481,14403,'action created','2021-01-11 09:33:43','2021-01-11 01:33:43'),(34482,14403,'action started via WP Cron','2021-01-11 09:34:47','2021-01-11 01:34:47'),(34483,14403,'action complete via WP Cron','2021-01-11 09:34:47','2021-01-11 01:34:47'),(34484,14404,'action created','2021-01-11 09:34:48','2021-01-11 01:34:48'),(34485,14404,'action started via WP Cron','2021-01-11 09:35:46','2021-01-11 01:35:46'),(34486,14404,'action complete via WP Cron','2021-01-11 09:35:46','2021-01-11 01:35:46'),(34487,14405,'action created','2021-01-11 09:35:46','2021-01-11 01:35:46'),(34488,14405,'action started via WP Cron','2021-01-11 09:36:45','2021-01-11 01:36:45'),(34489,14405,'action complete via WP Cron','2021-01-11 09:36:45','2021-01-11 01:36:45'),(34490,14406,'action created','2021-01-11 09:36:45','2021-01-11 01:36:45'),(34491,14406,'action started via WP Cron','2021-01-11 09:37:43','2021-01-11 01:37:43'),(34492,14406,'action complete via WP Cron','2021-01-11 09:37:43','2021-01-11 01:37:43'),(34493,14407,'action created','2021-01-11 09:37:44','2021-01-11 01:37:44'),(34494,14407,'action started via WP Cron','2021-01-11 09:38:43','2021-01-11 01:38:43'),(34495,14407,'action complete via WP Cron','2021-01-11 09:38:43','2021-01-11 01:38:43'),(34496,14408,'action created','2021-01-11 09:38:43','2021-01-11 01:38:43'),(34497,14408,'action started via WP Cron','2021-01-11 09:39:44','2021-01-11 01:39:44'),(34498,14408,'action complete via WP Cron','2021-01-11 09:39:44','2021-01-11 01:39:44'),(34499,14409,'action created','2021-01-11 09:39:44','2021-01-11 01:39:44'),(34500,14409,'action started via WP Cron','2021-01-11 09:40:42','2021-01-11 01:40:42'),(34501,14409,'action complete via WP Cron','2021-01-11 09:40:42','2021-01-11 01:40:42'),(34502,14410,'action created','2021-01-11 09:40:42','2021-01-11 01:40:42'),(34503,14410,'action started via WP Cron','2021-01-11 09:41:42','2021-01-11 01:41:42'),(34504,14410,'action complete via WP Cron','2021-01-11 09:41:42','2021-01-11 01:41:42'),(34505,14411,'action created','2021-01-11 09:41:43','2021-01-11 01:41:43'),(34506,14411,'action started via WP Cron','2021-01-11 09:42:44','2021-01-11 01:42:44'),(34507,14411,'action complete via WP Cron','2021-01-11 09:42:44','2021-01-11 01:42:44'),(34508,14412,'action created','2021-01-11 09:42:44','2021-01-11 01:42:44'),(34509,14412,'action started via WP Cron','2021-01-11 09:43:45','2021-01-11 01:43:45'),(34510,14412,'action complete via WP Cron','2021-01-11 09:43:45','2021-01-11 01:43:45'),(34511,14413,'action created','2021-01-11 09:43:45','2021-01-11 01:43:45'),(34512,14413,'action started via WP Cron','2021-01-11 09:44:43','2021-01-11 01:44:43'),(34513,14413,'action complete via WP Cron','2021-01-11 09:44:43','2021-01-11 01:44:43'),(34514,14414,'action created','2021-01-11 09:44:43','2021-01-11 01:44:43'),(34515,14414,'action started via WP Cron','2021-01-11 09:45:41','2021-01-11 01:45:41'),(34516,14414,'action complete via WP Cron','2021-01-11 09:45:41','2021-01-11 01:45:41'),(34517,14415,'action created','2021-01-11 09:45:41','2021-01-11 01:45:41'),(34518,14415,'action started via WP Cron','2021-01-11 09:46:57','2021-01-11 01:46:57'),(34519,14415,'action complete via WP Cron','2021-01-11 09:46:57','2021-01-11 01:46:57'),(34520,14416,'action created','2021-01-11 09:46:57','2021-01-11 01:46:57'),(34521,14416,'action started via WP Cron','2021-01-11 09:47:46','2021-01-11 01:47:46'),(34522,14416,'action complete via WP Cron','2021-01-11 09:47:46','2021-01-11 01:47:46'),(34523,14417,'action created','2021-01-11 09:47:47','2021-01-11 01:47:47'),(34524,14417,'action started via WP Cron','2021-01-11 09:48:57','2021-01-11 01:48:57'),(34525,14417,'action complete via WP Cron','2021-01-11 09:48:57','2021-01-11 01:48:57'),(34526,14418,'action created','2021-01-11 09:48:58','2021-01-11 01:48:58'),(34527,14418,'action started via WP Cron','2021-01-11 09:49:42','2021-01-11 01:49:42'),(34528,14418,'action complete via WP Cron','2021-01-11 09:49:42','2021-01-11 01:49:42'),(34529,14419,'action created','2021-01-11 09:49:42','2021-01-11 01:49:42'),(34530,14419,'action started via WP Cron','2021-01-11 09:50:41','2021-01-11 01:50:41'),(34531,14419,'action complete via WP Cron','2021-01-11 09:50:41','2021-01-11 01:50:41'),(34532,14420,'action created','2021-01-11 09:50:41','2021-01-11 01:50:41'),(34533,14420,'action started via WP Cron','2021-01-11 09:51:45','2021-01-11 01:51:45'),(34534,14420,'action complete via WP Cron','2021-01-11 09:51:45','2021-01-11 01:51:45'),(34535,14421,'action created','2021-01-11 09:51:45','2021-01-11 01:51:45'),(34536,14421,'action started via WP Cron','2021-01-11 09:52:43','2021-01-11 01:52:43'),(34537,14421,'action complete via WP Cron','2021-01-11 09:52:43','2021-01-11 01:52:43'),(34538,14422,'action created','2021-01-11 09:52:51','2021-01-11 01:52:51'),(34539,14422,'action started via WP Cron','2021-01-11 09:53:44','2021-01-11 01:53:44'),(34540,14422,'action complete via WP Cron','2021-01-11 09:53:44','2021-01-11 01:53:44'),(34541,14423,'action created','2021-01-11 09:53:44','2021-01-11 01:53:44'),(34542,14423,'action started via WP Cron','2021-01-11 09:54:47','2021-01-11 01:54:47'),(34543,14423,'action complete via WP Cron','2021-01-11 09:54:47','2021-01-11 01:54:47'),(34544,14424,'action created','2021-01-11 09:54:54','2021-01-11 01:54:54'),(34545,14424,'action started via WP Cron','2021-01-11 09:55:48','2021-01-11 01:55:48'),(34546,14424,'action complete via WP Cron','2021-01-11 09:55:48','2021-01-11 01:55:48'),(34547,14425,'action created','2021-01-11 09:55:48','2021-01-11 01:55:48'),(34548,14425,'action started via WP Cron','2021-01-11 09:56:52','2021-01-11 01:56:52'),(34549,14425,'action complete via WP Cron','2021-01-11 09:56:52','2021-01-11 01:56:52'),(34550,14426,'action created','2021-01-11 09:56:52','2021-01-11 01:56:52'),(34551,14426,'action started via WP Cron','2021-01-11 09:57:44','2021-01-11 01:57:44'),(34552,14426,'action complete via WP Cron','2021-01-11 09:57:44','2021-01-11 01:57:44'),(34553,14427,'action created','2021-01-11 09:57:44','2021-01-11 01:57:44'),(34554,14427,'action started via WP Cron','2021-01-11 10:06:03','2021-01-11 02:06:03'),(34555,14427,'action complete via WP Cron','2021-01-11 10:06:03','2021-01-11 02:06:03'),(34556,14428,'action created','2021-01-11 10:06:03','2021-01-11 02:06:03'),(34557,14428,'action started via WP Cron','2021-01-11 10:11:05','2021-01-11 02:11:05'),(34558,14428,'action complete via WP Cron','2021-01-11 10:11:05','2021-01-11 02:11:05'),(34559,14429,'action created','2021-01-11 10:11:05','2021-01-11 02:11:05'),(34560,14429,'action started via WP Cron','2021-01-11 10:16:24','2021-01-11 02:16:24'),(34561,14429,'action complete via WP Cron','2021-01-11 10:16:24','2021-01-11 02:16:24'),(34562,14430,'action created','2021-01-11 10:16:25','2021-01-11 02:16:25'),(34563,14430,'action started via WP Cron','2021-01-11 10:16:46','2021-01-11 02:16:46'),(34564,14430,'action complete via WP Cron','2021-01-11 10:16:46','2021-01-11 02:16:46'),(34565,14431,'action created','2021-01-11 10:16:46','2021-01-11 02:16:46'),(34566,14431,'action started via WP Cron','2021-01-11 10:19:28','2021-01-11 02:19:28'),(34567,14431,'action complete via WP Cron','2021-01-11 10:19:28','2021-01-11 02:19:28'),(34568,14432,'action created','2021-01-11 10:19:28','2021-01-11 02:19:28'),(34569,14432,'action started via WP Cron','2021-01-11 10:20:57','2021-01-11 02:20:57'),(34570,14432,'action complete via WP Cron','2021-01-11 10:20:57','2021-01-11 02:20:57'),(34571,14433,'action created','2021-01-11 10:20:57','2021-01-11 02:20:57'),(34572,14433,'action started via WP Cron','2021-01-11 10:27:23','2021-01-11 02:27:23'),(34573,14433,'action complete via WP Cron','2021-01-11 10:27:23','2021-01-11 02:27:23'),(34574,14434,'action created','2021-01-11 10:27:23','2021-01-11 02:27:23'),(34575,14434,'action started via WP Cron','2021-01-11 10:32:54','2021-01-11 02:32:54'),(34576,14434,'action complete via WP Cron','2021-01-11 10:32:54','2021-01-11 02:32:54'),(34577,14435,'action created','2021-01-11 10:32:54','2021-01-11 02:32:54'),(34578,14435,'action started via WP Cron','2021-01-11 10:43:40','2021-01-11 02:43:40'),(34579,14435,'action complete via WP Cron','2021-01-11 10:43:40','2021-01-11 02:43:40'),(34580,14436,'action created','2021-01-11 10:43:40','2021-01-11 02:43:40'),(34581,14436,'action started via WP Cron','2021-01-11 10:50:25','2021-01-11 02:50:25'),(34582,14436,'action complete via WP Cron','2021-01-11 10:50:25','2021-01-11 02:50:25'),(34583,14437,'action created','2021-01-11 10:50:25','2021-01-11 02:50:25'),(34584,14437,'action started via WP Cron','2021-01-11 10:52:54','2021-01-11 02:52:54'),(34585,14437,'action complete via WP Cron','2021-01-11 10:52:54','2021-01-11 02:52:54'),(34586,14438,'action created','2021-01-11 10:52:54','2021-01-11 02:52:54'),(34587,14438,'action started via WP Cron','2021-01-11 10:56:26','2021-01-11 02:56:26'),(34588,14438,'action complete via WP Cron','2021-01-11 10:56:26','2021-01-11 02:56:26'),(34589,14439,'action created','2021-01-11 10:56:26','2021-01-11 02:56:26'),(34590,14439,'action started via WP Cron','2021-01-11 11:03:36','2021-01-11 03:03:36'),(34591,14439,'action complete via WP Cron','2021-01-11 11:03:36','2021-01-11 03:03:36'),(34592,14440,'action created','2021-01-11 11:03:36','2021-01-11 03:03:36'),(34593,14440,'action started via WP Cron','2021-01-11 11:04:43','2021-01-11 03:04:43'),(34594,14440,'action complete via WP Cron','2021-01-11 11:04:43','2021-01-11 03:04:43'),(34595,14441,'action created','2021-01-11 11:04:44','2021-01-11 03:04:44'),(34596,14441,'action started via WP Cron','2021-01-11 11:05:44','2021-01-11 03:05:44'),(34597,14441,'action complete via WP Cron','2021-01-11 11:05:44','2021-01-11 03:05:44'),(34598,14442,'action created','2021-01-11 11:05:44','2021-01-11 03:05:44'),(34599,14442,'action started via WP Cron','2021-01-11 11:06:45','2021-01-11 03:06:45'),(34600,14442,'action complete via WP Cron','2021-01-11 11:06:45','2021-01-11 03:06:45'),(34601,14443,'action created','2021-01-11 11:06:45','2021-01-11 03:06:45'),(34602,14443,'action started via WP Cron','2021-01-11 11:07:47','2021-01-11 03:07:47'),(34603,14443,'action complete via WP Cron','2021-01-11 11:07:47','2021-01-11 03:07:47'),(34604,14444,'action created','2021-01-11 11:08:16','2021-01-11 03:08:16'),(34605,14444,'action started via WP Cron','2021-01-11 11:12:19','2021-01-11 03:12:19'),(34606,14444,'action complete via WP Cron','2021-01-11 11:12:19','2021-01-11 03:12:19'),(34607,14445,'action created','2021-01-11 11:12:19','2021-01-11 03:12:19'),(34608,14445,'action started via WP Cron','2021-01-11 11:19:18','2021-01-11 03:19:18'),(34609,14445,'action complete via WP Cron','2021-01-11 11:19:18','2021-01-11 03:19:18'),(34610,14446,'action created','2021-01-11 11:19:18','2021-01-11 03:19:18'),(34611,14446,'action started via WP Cron','2021-01-11 11:21:46','2021-01-11 03:21:46'),(34612,14446,'action complete via WP Cron','2021-01-11 11:21:46','2021-01-11 03:21:46'),(34613,14447,'action created','2021-01-11 11:21:46','2021-01-11 03:21:46'),(34614,14447,'action started via WP Cron','2021-01-11 11:27:40','2021-01-11 03:27:40'),(34615,14447,'action complete via WP Cron','2021-01-11 11:27:40','2021-01-11 03:27:40'),(34616,14448,'action created','2021-01-11 11:27:40','2021-01-11 03:27:40'),(34617,14448,'action started via WP Cron','2021-01-11 11:44:44','2021-01-11 03:44:44'),(34618,14448,'action complete via WP Cron','2021-01-11 11:44:44','2021-01-11 03:44:44'),(34619,14449,'action created','2021-01-11 11:44:44','2021-01-11 03:44:44'),(34620,14449,'action started via WP Cron','2021-01-11 12:04:05','2021-01-11 04:04:05'),(34621,14449,'action complete via WP Cron','2021-01-11 12:04:05','2021-01-11 04:04:05'),(34622,14450,'action created','2021-01-11 12:04:05','2021-01-11 04:04:05'),(34623,14450,'action started via WP Cron','2021-01-11 12:08:19','2021-01-11 04:08:19'),(34624,14450,'action complete via WP Cron','2021-01-11 12:08:19','2021-01-11 04:08:19'),(34625,14451,'action created','2021-01-11 12:08:19','2021-01-11 04:08:19'),(34626,14451,'action started via WP Cron','2021-01-11 12:08:47','2021-01-11 04:08:47'),(34627,14451,'action complete via WP Cron','2021-01-11 12:08:47','2021-01-11 04:08:47'),(34628,14452,'action created','2021-01-11 12:08:47','2021-01-11 04:08:47'),(34629,14452,'action started via WP Cron','2021-01-11 12:10:18','2021-01-11 04:10:18'),(34630,14452,'action complete via WP Cron','2021-01-11 12:10:18','2021-01-11 04:10:18'),(34631,14453,'action created','2021-01-11 12:10:49','2021-01-11 04:10:49'),(34632,14453,'action started via WP Cron','2021-01-11 12:11:50','2021-01-11 04:11:50'),(34633,14453,'action complete via WP Cron','2021-01-11 12:11:50','2021-01-11 04:11:50'),(34634,14454,'action created','2021-01-11 12:11:50','2021-01-11 04:11:50'),(34635,14454,'action started via WP Cron','2021-01-11 12:15:32','2021-01-11 04:15:32'),(34636,14454,'action complete via WP Cron','2021-01-11 12:15:32','2021-01-11 04:15:32'),(34637,14455,'action created','2021-01-11 12:15:32','2021-01-11 04:15:32'),(34638,14455,'action started via WP Cron','2021-01-11 12:16:41','2021-01-11 04:16:41'),(34639,14455,'action complete via WP Cron','2021-01-11 12:16:41','2021-01-11 04:16:41'),(34640,14456,'action created','2021-01-11 12:16:41','2021-01-11 04:16:41'),(34641,14456,'action started via WP Cron','2021-01-11 12:17:42','2021-01-11 04:17:42'),(34642,14456,'action complete via WP Cron','2021-01-11 12:17:42','2021-01-11 04:17:42'),(34643,14457,'action created','2021-01-11 12:17:42','2021-01-11 04:17:42'),(34644,14457,'action started via WP Cron','2021-01-11 12:20:57','2021-01-11 04:20:57'),(34645,14457,'action complete via WP Cron','2021-01-11 12:20:57','2021-01-11 04:20:57'),(34646,14458,'action created','2021-01-11 12:20:57','2021-01-11 04:20:57'),(34647,14458,'action started via WP Cron','2021-01-11 12:28:51','2021-01-11 04:28:51'),(34648,14458,'action complete via WP Cron','2021-01-11 12:28:51','2021-01-11 04:28:51'),(34649,14459,'action created','2021-01-11 12:28:51','2021-01-11 04:28:51'),(34650,14459,'action started via WP Cron','2021-01-11 12:31:15','2021-01-11 04:31:15'),(34651,14459,'action complete via WP Cron','2021-01-11 12:31:15','2021-01-11 04:31:15'),(34652,14460,'action created','2021-01-11 12:31:15','2021-01-11 04:31:15'),(34653,14460,'action started via WP Cron','2021-01-11 12:31:53','2021-01-11 04:31:53'),(34654,14460,'action complete via WP Cron','2021-01-11 12:31:53','2021-01-11 04:31:53'),(34655,14461,'action created','2021-01-11 12:31:54','2021-01-11 04:31:54'),(34656,14461,'action started via WP Cron','2021-01-11 12:33:54','2021-01-11 04:33:54'),(34657,14461,'action complete via WP Cron','2021-01-11 12:33:54','2021-01-11 04:33:54'),(34658,14462,'action created','2021-01-11 12:33:54','2021-01-11 04:33:54'),(34659,14462,'action started via WP Cron','2021-01-11 12:34:55','2021-01-11 04:34:55'),(34660,14462,'action complete via WP Cron','2021-01-11 12:34:55','2021-01-11 04:34:55'),(34661,14463,'action created','2021-01-11 12:34:55','2021-01-11 04:34:55'),(34662,14463,'action started via WP Cron','2021-01-11 12:35:57','2021-01-11 04:35:57'),(34663,14463,'action complete via WP Cron','2021-01-11 12:35:57','2021-01-11 04:35:57'),(34664,14464,'action created','2021-01-11 12:35:57','2021-01-11 04:35:57'),(34665,14464,'action started via WP Cron','2021-01-11 12:56:19','2021-01-11 04:56:19'),(34666,14464,'action complete via WP Cron','2021-01-11 12:56:19','2021-01-11 04:56:19'),(34667,14465,'action created','2021-01-11 12:56:19','2021-01-11 04:56:19'),(34668,14465,'action started via WP Cron','2021-01-11 13:02:27','2021-01-11 05:02:27'),(34669,14465,'action complete via WP Cron','2021-01-11 13:02:27','2021-01-11 05:02:27'),(34670,14466,'action created','2021-01-11 13:02:27','2021-01-11 05:02:27'),(34671,14466,'action started via WP Cron','2021-01-11 13:03:34','2021-01-11 05:03:34'),(34672,14466,'action complete via WP Cron','2021-01-11 13:03:34','2021-01-11 05:03:34'),(34673,14467,'action created','2021-01-11 13:03:34','2021-01-11 05:03:34'),(34674,14467,'action started via WP Cron','2021-01-11 13:04:35','2021-01-11 05:04:35'),(34675,14467,'action complete via WP Cron','2021-01-11 13:04:35','2021-01-11 05:04:35'),(34676,14468,'action created','2021-01-11 13:04:36','2021-01-11 05:04:36'),(34677,14468,'action started via WP Cron','2021-01-11 13:06:37','2021-01-11 05:06:37'),(34678,14468,'action complete via WP Cron','2021-01-11 13:06:37','2021-01-11 05:06:37'),(34679,14469,'action created','2021-01-11 13:06:38','2021-01-11 05:06:38'),(34680,14469,'action started via WP Cron','2021-01-11 13:07:38','2021-01-11 05:07:38'),(34681,14469,'action complete via WP Cron','2021-01-11 13:07:38','2021-01-11 05:07:38'),(34682,14470,'action created','2021-01-11 13:07:39','2021-01-11 05:07:39'),(34683,14470,'action started via WP Cron','2021-01-11 13:08:39','2021-01-11 05:08:39'),(34684,14470,'action complete via WP Cron','2021-01-11 13:08:39','2021-01-11 05:08:39'),(34685,14471,'action created','2021-01-11 13:08:39','2021-01-11 05:08:39'),(34686,14471,'action started via WP Cron','2021-01-11 13:12:22','2021-01-11 05:12:22'),(34687,14471,'action complete via WP Cron','2021-01-11 13:12:22','2021-01-11 05:12:22'),(34688,14472,'action created','2021-01-11 13:12:22','2021-01-11 05:12:22'),(34689,14472,'action started via WP Cron','2021-01-11 13:12:50','2021-01-11 05:12:50'),(34690,14472,'action complete via WP Cron','2021-01-11 13:12:50','2021-01-11 05:12:50'),(34691,14473,'action created','2021-01-11 13:13:20','2021-01-11 05:13:20'),(34692,14473,'action started via WP Cron','2021-01-11 13:13:50','2021-01-11 05:13:50'),(34693,14473,'action complete via WP Cron','2021-01-11 13:13:50','2021-01-11 05:13:50'),(34694,14474,'action created','2021-01-11 13:13:50','2021-01-11 05:13:50'),(34695,14474,'action started via WP Cron','2021-01-11 13:14:51','2021-01-11 05:14:51'),(34696,14474,'action complete via WP Cron','2021-01-11 13:14:51','2021-01-11 05:14:51'),(34697,14475,'action created','2021-01-11 13:14:51','2021-01-11 05:14:51'),(34698,14475,'action started via WP Cron','2021-01-11 13:16:43','2021-01-11 05:16:43'),(34699,14475,'action complete via WP Cron','2021-01-11 13:16:43','2021-01-11 05:16:43'),(34700,14476,'action created','2021-01-11 13:16:43','2021-01-11 05:16:43'),(34701,14476,'action started via WP Cron','2021-01-11 13:17:41','2021-01-11 05:17:41'),(34702,14476,'action complete via WP Cron','2021-01-11 13:17:41','2021-01-11 05:17:41'),(34703,14477,'action created','2021-01-11 13:17:41','2021-01-11 05:17:41'),(34704,14477,'action started via WP Cron','2021-01-11 13:28:45','2021-01-11 05:28:45'),(34705,14477,'action complete via WP Cron','2021-01-11 13:28:45','2021-01-11 05:28:45'),(34706,14478,'action created','2021-01-11 13:28:45','2021-01-11 05:28:45'),(34707,14478,'action started via WP Cron','2021-01-11 13:30:15','2021-01-11 05:30:15'),(34708,14478,'action complete via WP Cron','2021-01-11 13:30:15','2021-01-11 05:30:15'),(34709,14479,'action created','2021-01-11 13:30:15','2021-01-11 05:30:15'),(34710,14479,'action started via WP Cron','2021-01-11 13:32:13','2021-01-11 05:32:13'),(34711,14479,'action complete via WP Cron','2021-01-11 13:32:13','2021-01-11 05:32:13'),(34712,14480,'action created','2021-01-11 13:32:13','2021-01-11 05:32:13'),(34713,14480,'action started via WP Cron','2021-01-11 13:44:33','2021-01-11 05:44:33'),(34714,14480,'action complete via WP Cron','2021-01-11 13:44:33','2021-01-11 05:44:33'),(34715,14481,'action created','2021-01-11 13:44:34','2021-01-11 05:44:34'),(34716,14481,'action started via WP Cron','2021-01-11 13:46:46','2021-01-11 05:46:46'),(34717,14481,'action complete via WP Cron','2021-01-11 13:46:46','2021-01-11 05:46:46'),(34718,14482,'action created','2021-01-11 13:46:46','2021-01-11 05:46:46'),(34719,14482,'action started via WP Cron','2021-01-11 13:47:47','2021-01-11 05:47:47'),(34720,14482,'action complete via WP Cron','2021-01-11 13:47:47','2021-01-11 05:47:47'),(34721,14483,'action created','2021-01-11 13:47:47','2021-01-11 05:47:47'),(34722,14483,'action started via WP Cron','2021-01-11 13:48:47','2021-01-11 05:48:47'),(34723,14483,'action complete via WP Cron','2021-01-11 13:48:47','2021-01-11 05:48:47'),(34724,14484,'action created','2021-01-11 13:48:47','2021-01-11 05:48:47'),(34725,14484,'action started via WP Cron','2021-01-11 13:49:48','2021-01-11 05:49:48'),(34726,14484,'action complete via WP Cron','2021-01-11 13:49:48','2021-01-11 05:49:48'),(34727,14485,'action created','2021-01-11 13:49:49','2021-01-11 05:49:49'),(34728,14485,'action started via WP Cron','2021-01-11 13:50:49','2021-01-11 05:50:49'),(34729,14485,'action complete via WP Cron','2021-01-11 13:50:49','2021-01-11 05:50:49'),(34730,14486,'action created','2021-01-11 13:50:49','2021-01-11 05:50:49'),(34731,14486,'action started via WP Cron','2021-01-11 13:51:50','2021-01-11 05:51:50'),(34732,14486,'action complete via WP Cron','2021-01-11 13:51:50','2021-01-11 05:51:50'),(34733,14487,'action created','2021-01-11 13:51:50','2021-01-11 05:51:50'),(34734,14487,'action started via WP Cron','2021-01-11 14:03:39','2021-01-11 06:03:39'),(34735,14487,'action complete via WP Cron','2021-01-11 14:03:39','2021-01-11 06:03:39'),(34736,14488,'action created','2021-01-11 14:03:43','2021-01-11 06:03:43'),(34737,14488,'action started via WP Cron','2021-01-11 14:09:08','2021-01-11 06:09:08'),(34738,14488,'action complete via WP Cron','2021-01-11 14:09:08','2021-01-11 06:09:08'),(34739,14489,'action created','2021-01-11 14:09:08','2021-01-11 06:09:08'),(34740,14489,'action started via WP Cron','2021-01-11 14:10:42','2021-01-11 06:10:42'),(34741,14489,'action complete via WP Cron','2021-01-11 14:10:42','2021-01-11 06:10:42'),(34742,14490,'action created','2021-01-11 14:11:41','2021-01-11 06:11:41'),(34743,14490,'action started via WP Cron','2021-01-11 14:13:43','2021-01-11 06:13:43'),(34744,14490,'action complete via WP Cron','2021-01-11 14:13:43','2021-01-11 06:13:43'),(34745,14491,'action created','2021-01-11 14:13:44','2021-01-11 06:13:44'),(34746,14491,'action started via WP Cron','2021-01-11 14:14:44','2021-01-11 06:14:44'),(34747,14491,'action complete via WP Cron','2021-01-11 14:14:44','2021-01-11 06:14:44'),(34748,14492,'action created','2021-01-11 14:14:45','2021-01-11 06:14:45'),(34749,14492,'action started via WP Cron','2021-01-11 14:15:51','2021-01-11 06:15:51'),(34750,14492,'action complete via WP Cron','2021-01-11 14:15:51','2021-01-11 06:15:51'),(34751,14493,'action created','2021-01-11 14:15:51','2021-01-11 06:15:51'),(34752,14493,'action started via WP Cron','2021-01-11 14:16:52','2021-01-11 06:16:52'),(34753,14493,'action complete via WP Cron','2021-01-11 14:16:52','2021-01-11 06:16:52'),(34754,14494,'action created','2021-01-11 14:16:53','2021-01-11 06:16:53'),(34755,14494,'action started via WP Cron','2021-01-11 14:36:10','2021-01-11 06:36:10'),(34756,14494,'action complete via WP Cron','2021-01-11 14:36:10','2021-01-11 06:36:10'),(34757,14495,'action created','2021-01-11 14:36:10','2021-01-11 06:36:10'),(34758,14495,'action started via WP Cron','2021-01-11 14:42:33','2021-01-11 06:42:33'),(34759,14495,'action complete via WP Cron','2021-01-11 14:42:33','2021-01-11 06:42:33'),(34760,14496,'action created','2021-01-11 14:42:33','2021-01-11 06:42:33'),(34761,14496,'action started via WP Cron','2021-01-11 14:46:32','2021-01-11 06:46:32'),(34762,14496,'action complete via WP Cron','2021-01-11 14:46:32','2021-01-11 06:46:32'),(34763,14497,'action created','2021-01-11 14:46:32','2021-01-11 06:46:32'),(34764,14497,'action started via WP Cron','2021-01-11 14:49:12','2021-01-11 06:49:12'),(34765,14497,'action complete via WP Cron','2021-01-11 14:49:12','2021-01-11 06:49:12'),(34766,14498,'action created','2021-01-11 14:49:12','2021-01-11 06:49:12'),(34767,14498,'action started via WP Cron','2021-01-11 14:51:54','2021-01-11 06:51:54'),(34768,14498,'action complete via WP Cron','2021-01-11 14:51:54','2021-01-11 06:51:54'),(34769,14499,'action created','2021-01-11 14:51:54','2021-01-11 06:51:54'),(34770,14499,'action started via WP Cron','2021-01-11 14:53:27','2021-01-11 06:53:27'),(34771,14499,'action complete via WP Cron','2021-01-11 14:53:27','2021-01-11 06:53:27'),(34772,14500,'action created','2021-01-11 14:53:27','2021-01-11 06:53:27'),(34773,14500,'action started via WP Cron','2021-01-11 14:53:53','2021-01-11 06:53:53'),(34774,14500,'action complete via WP Cron','2021-01-11 14:53:53','2021-01-11 06:53:53'),(34775,14501,'action created','2021-01-11 14:53:53','2021-01-11 06:53:53'),(34776,14501,'action started via WP Cron','2021-01-11 14:54:54','2021-01-11 06:54:54'),(34777,14501,'action complete via WP Cron','2021-01-11 14:54:54','2021-01-11 06:54:54'),(34778,14502,'action created','2021-01-11 14:54:54','2021-01-11 06:54:54'),(34779,14502,'action started via WP Cron','2021-01-11 14:55:55','2021-01-11 06:55:55'),(34780,14502,'action complete via WP Cron','2021-01-11 14:55:55','2021-01-11 06:55:55'),(34781,14503,'action created','2021-01-11 14:55:55','2021-01-11 06:55:55'),(34782,14503,'action started via WP Cron','2021-01-11 14:59:16','2021-01-11 06:59:16'),(34783,14503,'action complete via WP Cron','2021-01-11 14:59:16','2021-01-11 06:59:16'),(34784,14504,'action created','2021-01-11 14:59:16','2021-01-11 06:59:16'),(34785,14504,'action started via WP Cron','2021-01-11 15:00:31','2021-01-11 07:00:31'),(34786,14504,'action complete via WP Cron','2021-01-11 15:00:31','2021-01-11 07:00:31'),(34787,14505,'action created','2021-01-11 15:00:31','2021-01-11 07:00:31'),(34788,14505,'action started via WP Cron','2021-01-11 15:01:18','2021-01-11 07:01:18'),(34789,14505,'action complete via WP Cron','2021-01-11 15:01:18','2021-01-11 07:01:18'),(34790,14506,'action created','2021-01-11 15:01:18','2021-01-11 07:01:18'),(34791,14506,'action started via WP Cron','2021-01-11 15:01:45','2021-01-11 07:01:45'),(34792,14506,'action complete via WP Cron','2021-01-11 15:01:45','2021-01-11 07:01:45'),(34793,14507,'action created','2021-01-11 15:01:45','2021-01-11 07:01:45'),(34794,14507,'action started via WP Cron','2021-01-11 15:06:40','2021-01-11 07:06:40'),(34795,14507,'action complete via WP Cron','2021-01-11 15:06:40','2021-01-11 07:06:40'),(34796,14508,'action created','2021-01-11 15:06:40','2021-01-11 07:06:40'),(34797,14508,'action started via WP Cron','2021-01-11 15:09:37','2021-01-11 07:09:37'),(34798,14508,'action complete via WP Cron','2021-01-11 15:09:37','2021-01-11 07:09:37'),(34799,14509,'action created','2021-01-11 15:09:37','2021-01-11 07:09:37'),(34800,14509,'action started via WP Cron','2021-01-11 15:11:01','2021-01-11 07:11:01'),(34801,14509,'action complete via WP Cron','2021-01-11 15:11:01','2021-01-11 07:11:01'),(34802,14510,'action created','2021-01-11 15:11:01','2021-01-11 07:11:01'),(34803,14510,'action started via WP Cron','2021-01-11 15:13:34','2021-01-11 07:13:34'),(34804,14510,'action complete via WP Cron','2021-01-11 15:13:34','2021-01-11 07:13:34'),(34805,14511,'action created','2021-01-11 15:13:34','2021-01-11 07:13:34'),(34806,14511,'action started via WP Cron','2021-01-11 15:14:03','2021-01-11 07:14:03'),(34807,14511,'action complete via WP Cron','2021-01-11 15:14:03','2021-01-11 07:14:03'),(34808,14512,'action created','2021-01-11 15:14:03','2021-01-11 07:14:03'),(34809,14512,'action started via WP Cron','2021-01-11 15:15:14','2021-01-11 07:15:14'),(34810,14512,'action complete via WP Cron','2021-01-11 15:15:14','2021-01-11 07:15:14'),(34811,14513,'action created','2021-01-11 15:15:14','2021-01-11 07:15:14'),(34812,14513,'action started via WP Cron','2021-01-11 15:15:46','2021-01-11 07:15:46'),(34813,14513,'action complete via WP Cron','2021-01-11 15:15:46','2021-01-11 07:15:46'),(34814,14514,'action created','2021-01-11 15:15:47','2021-01-11 07:15:47'),(34815,14514,'action started via WP Cron','2021-01-11 15:16:47','2021-01-11 07:16:47'),(34816,14514,'action complete via WP Cron','2021-01-11 15:16:47','2021-01-11 07:16:47'),(34817,14515,'action created','2021-01-11 15:16:48','2021-01-11 07:16:48'),(34818,14515,'action started via WP Cron','2021-01-11 15:17:48','2021-01-11 07:17:48'),(34819,14515,'action complete via WP Cron','2021-01-11 15:17:48','2021-01-11 07:17:48'),(34820,14516,'action created','2021-01-11 15:17:49','2021-01-11 07:17:49'),(34821,14516,'action started via WP Cron','2021-01-11 15:20:08','2021-01-11 07:20:08'),(34822,14516,'action complete via WP Cron','2021-01-11 15:20:08','2021-01-11 07:20:08'),(34823,14517,'action created','2021-01-11 15:20:08','2021-01-11 07:20:08'),(34824,14517,'action started via WP Cron','2021-01-11 15:21:33','2021-01-11 07:21:33'),(34825,14517,'action complete via WP Cron','2021-01-11 15:21:33','2021-01-11 07:21:33'),(34826,14518,'action created','2021-01-11 15:21:33','2021-01-11 07:21:33'),(34827,14518,'action started via WP Cron','2021-01-11 15:24:34','2021-01-11 07:24:34'),(34828,14518,'action complete via WP Cron','2021-01-11 15:24:34','2021-01-11 07:24:34'),(34829,14519,'action created','2021-01-11 15:24:34','2021-01-11 07:24:34'),(34830,14519,'action started via WP Cron','2021-01-11 15:25:51','2021-01-11 07:25:51'),(34831,14519,'action complete via WP Cron','2021-01-11 15:25:51','2021-01-11 07:25:51'),(34832,14520,'action created','2021-01-11 15:25:51','2021-01-11 07:25:51'),(34833,14520,'action started via WP Cron','2021-01-11 15:33:52','2021-01-11 07:33:52'),(34834,14520,'action complete via WP Cron','2021-01-11 15:33:52','2021-01-11 07:33:52'),(34835,14521,'action created','2021-01-11 15:33:52','2021-01-11 07:33:52'),(34836,14521,'action started via WP Cron','2021-01-11 15:35:00','2021-01-11 07:35:00'),(34837,14521,'action complete via WP Cron','2021-01-11 15:35:00','2021-01-11 07:35:00'),(34838,14522,'action created','2021-01-11 15:35:00','2021-01-11 07:35:00'),(34839,14522,'action started via WP Cron','2021-01-11 15:36:01','2021-01-11 07:36:01'),(34840,14522,'action complete via WP Cron','2021-01-11 15:36:01','2021-01-11 07:36:01'),(34841,14523,'action created','2021-01-11 15:36:01','2021-01-11 07:36:01'),(34842,14523,'action started via WP Cron','2021-01-11 15:38:03','2021-01-11 07:38:03'),(34843,14523,'action complete via WP Cron','2021-01-11 15:38:03','2021-01-11 07:38:03'),(34844,14524,'action created','2021-01-11 15:38:03','2021-01-11 07:38:03'),(34845,14524,'action started via WP Cron','2021-01-11 15:39:04','2021-01-11 07:39:04'),(34846,14524,'action complete via WP Cron','2021-01-11 15:39:04','2021-01-11 07:39:04'),(34847,14525,'action created','2021-01-11 15:39:04','2021-01-11 07:39:04'),(34848,14525,'action started via WP Cron','2021-01-11 15:40:05','2021-01-11 07:40:05'),(34849,14525,'action complete via WP Cron','2021-01-11 15:40:05','2021-01-11 07:40:05'),(34850,14526,'action created','2021-01-11 15:40:05','2021-01-11 07:40:05'),(34851,14526,'action started via WP Cron','2021-01-11 15:41:03','2021-01-11 07:41:03'),(34852,14526,'action complete via WP Cron','2021-01-11 15:41:03','2021-01-11 07:41:03'),(34853,14527,'action created','2021-01-11 15:41:03','2021-01-11 07:41:03'),(34854,14527,'action started via WP Cron','2021-01-11 15:47:08','2021-01-11 07:47:08'),(34855,14527,'action complete via WP Cron','2021-01-11 15:47:08','2021-01-11 07:47:08'),(34856,14528,'action created','2021-01-11 15:47:08','2021-01-11 07:47:08'),(34857,14528,'action started via WP Cron','2021-01-11 15:48:54','2021-01-11 07:48:54'),(34858,14528,'action complete via WP Cron','2021-01-11 15:48:54','2021-01-11 07:48:54'),(34859,14529,'action created','2021-01-11 15:48:54','2021-01-11 07:48:54'),(34860,14529,'action started via WP Cron','2021-01-11 15:58:37','2021-01-11 07:58:37'),(34861,14529,'action complete via WP Cron','2021-01-11 15:58:37','2021-01-11 07:58:37'),(34862,14530,'action created','2021-01-11 15:58:37','2021-01-11 07:58:37'),(34863,14530,'action started via WP Cron','2021-01-11 16:01:36','2021-01-11 08:01:36'),(34864,14530,'action complete via WP Cron','2021-01-11 16:01:36','2021-01-11 08:01:36'),(34865,14531,'action created','2021-01-11 16:01:36','2021-01-11 08:01:36'),(34866,14531,'action started via WP Cron','2021-01-11 16:02:33','2021-01-11 08:02:33'),(34867,14531,'action complete via WP Cron','2021-01-11 16:02:33','2021-01-11 08:02:33'),(34868,14532,'action created','2021-01-11 16:02:33','2021-01-11 08:02:33'),(34869,14532,'action started via WP Cron','2021-01-11 16:03:36','2021-01-11 08:03:36'),(34870,14532,'action complete via WP Cron','2021-01-11 16:03:36','2021-01-11 08:03:36'),(34871,14533,'action created','2021-01-11 16:03:36','2021-01-11 08:03:36'),(34872,14533,'action started via WP Cron','2021-01-11 16:05:20','2021-01-11 08:05:20'),(34873,14533,'action complete via WP Cron','2021-01-11 16:05:20','2021-01-11 08:05:20'),(34874,14534,'action created','2021-01-11 16:05:20','2021-01-11 08:05:20'),(34875,14534,'action started via WP Cron','2021-01-11 16:05:40','2021-01-11 08:05:40'),(34876,14534,'action complete via WP Cron','2021-01-11 16:05:41','2021-01-11 08:05:41'),(34877,14535,'action created','2021-01-11 16:05:41','2021-01-11 08:05:41'),(34878,14535,'action started via WP Cron','2021-01-11 16:07:39','2021-01-11 08:07:39'),(34879,14535,'action complete via WP Cron','2021-01-11 16:07:39','2021-01-11 08:07:39'),(34880,14536,'action created','2021-01-11 16:07:39','2021-01-11 08:07:39'),(34881,14536,'action started via WP Cron','2021-01-11 16:09:49','2021-01-11 08:09:49'),(34882,14536,'action complete via WP Cron','2021-01-11 16:09:49','2021-01-11 08:09:49'),(34883,14537,'action created','2021-01-11 16:09:49','2021-01-11 08:09:49'),(34884,14537,'action started via WP Cron','2021-01-11 16:11:00','2021-01-11 08:11:00'),(34885,14537,'action complete via WP Cron','2021-01-11 16:11:00','2021-01-11 08:11:00'),(34886,14538,'action created','2021-01-11 16:11:11','2021-01-11 08:11:11'),(34887,14538,'action started via WP Cron','2021-01-11 16:12:01','2021-01-11 08:12:01'),(34888,14538,'action complete via WP Cron','2021-01-11 16:12:01','2021-01-11 08:12:01'),(34889,14539,'action created','2021-01-11 16:12:01','2021-01-11 08:12:01'),(34890,14539,'action started via WP Cron','2021-01-11 16:17:58','2021-01-11 08:17:58'),(34891,14539,'action complete via WP Cron','2021-01-11 16:17:58','2021-01-11 08:17:58'),(34892,14540,'action created','2021-01-11 16:17:58','2021-01-11 08:17:58'),(34893,14540,'action started via WP Cron','2021-01-11 16:18:48','2021-01-11 08:18:48'),(34894,14540,'action complete via WP Cron','2021-01-11 16:18:48','2021-01-11 08:18:48'),(34895,14541,'action created','2021-01-11 16:18:48','2021-01-11 08:18:48'),(34896,14541,'action started via WP Cron','2021-01-11 16:19:59','2021-01-11 08:19:59'),(34897,14541,'action complete via WP Cron','2021-01-11 16:19:59','2021-01-11 08:19:59'),(34898,14542,'action created','2021-01-11 16:19:59','2021-01-11 08:19:59'),(34899,14542,'action started via WP Cron','2021-01-11 16:20:51','2021-01-11 08:20:51'),(34900,14542,'action complete via WP Cron','2021-01-11 16:20:51','2021-01-11 08:20:51'),(34901,14543,'action created','2021-01-11 16:20:51','2021-01-11 08:20:51'),(34902,14543,'action started via WP Cron','2021-01-11 16:21:52','2021-01-11 08:21:52'),(34903,14543,'action complete via WP Cron','2021-01-11 16:21:52','2021-01-11 08:21:52'),(34904,14544,'action created','2021-01-11 16:22:00','2021-01-11 08:22:00'),(34905,14544,'action started via WP Cron','2021-01-11 16:23:02','2021-01-11 08:23:02'),(34906,14544,'action complete via WP Cron','2021-01-11 16:23:02','2021-01-11 08:23:02'),(34907,14545,'action created','2021-01-11 16:23:02','2021-01-11 08:23:02'),(34908,14545,'action started via WP Cron','2021-01-11 16:24:04','2021-01-11 08:24:04'),(34909,14545,'action complete via WP Cron','2021-01-11 16:24:04','2021-01-11 08:24:04'),(34910,14546,'action created','2021-01-11 16:24:04','2021-01-11 08:24:04'),(34911,14546,'action started via WP Cron','2021-01-11 16:26:10','2021-01-11 08:26:10'),(34912,14546,'action complete via WP Cron','2021-01-11 16:26:10','2021-01-11 08:26:10'),(34913,14547,'action created','2021-01-11 16:26:10','2021-01-11 08:26:10'),(34914,14547,'action started via WP Cron','2021-01-11 16:27:18','2021-01-11 08:27:18'),(34915,14547,'action complete via WP Cron','2021-01-11 16:27:18','2021-01-11 08:27:18'),(34916,14548,'action created','2021-01-11 16:27:18','2021-01-11 08:27:18'),(34917,14548,'action started via WP Cron','2021-01-11 16:28:19','2021-01-11 08:28:19'),(34918,14548,'action complete via WP Cron','2021-01-11 16:28:19','2021-01-11 08:28:19'),(34919,14549,'action created','2021-01-11 16:28:19','2021-01-11 08:28:19'),(34920,14549,'action started via WP Cron','2021-01-11 16:31:50','2021-01-11 08:31:50'),(34921,14549,'action complete via WP Cron','2021-01-11 16:31:50','2021-01-11 08:31:50'),(34922,14550,'action created','2021-01-11 16:31:50','2021-01-11 08:31:50'),(34923,14550,'action started via WP Cron','2021-01-11 16:33:17','2021-01-11 08:33:17'),(34924,14550,'action complete via WP Cron','2021-01-11 16:33:17','2021-01-11 08:33:17'),(34925,14551,'action created','2021-01-11 16:33:17','2021-01-11 08:33:17'),(34926,14551,'action started via WP Cron','2021-01-11 16:34:29','2021-01-11 08:34:29'),(34927,14551,'action complete via WP Cron','2021-01-11 16:34:29','2021-01-11 08:34:29'),(34928,14552,'action created','2021-01-11 16:37:08','2021-01-11 08:37:08'),(34929,14552,'action started via WP Cron','2021-01-11 16:40:00','2021-01-11 08:40:00'),(34930,14552,'action complete via WP Cron','2021-01-11 16:40:00','2021-01-11 08:40:00'),(34931,14553,'action created','2021-01-11 16:40:00','2021-01-11 08:40:00'),(34932,14553,'action started via WP Cron','2021-01-11 16:41:19','2021-01-11 08:41:19'),(34933,14553,'action complete via WP Cron','2021-01-11 16:41:19','2021-01-11 08:41:19'),(34934,14554,'action created','2021-01-11 16:41:19','2021-01-11 08:41:19'),(34935,14554,'action started via WP Cron','2021-01-11 16:44:32','2021-01-11 08:44:32'),(34936,14554,'action complete via WP Cron','2021-01-11 16:44:32','2021-01-11 08:44:32'),(34937,14555,'action created','2021-01-11 16:44:32','2021-01-11 08:44:32'),(34938,14555,'action started via WP Cron','2021-01-11 16:50:15','2021-01-11 08:50:15'),(34939,14555,'action complete via WP Cron','2021-01-11 16:50:15','2021-01-11 08:50:15'),(34940,14556,'action created','2021-01-11 16:50:15','2021-01-11 08:50:15'),(34941,14556,'action started via WP Cron','2021-01-11 16:52:49','2021-01-11 08:52:49'),(34942,14556,'action complete via WP Cron','2021-01-11 16:52:49','2021-01-11 08:52:49'),(34943,14557,'action created','2021-01-11 16:52:49','2021-01-11 08:52:49'),(34944,14557,'action started via WP Cron','2021-01-11 16:54:12','2021-01-11 08:54:12'),(34945,14557,'action complete via WP Cron','2021-01-11 16:54:12','2021-01-11 08:54:12'),(34946,14558,'action created','2021-01-11 16:54:12','2021-01-11 08:54:12'),(34947,14558,'action started via WP Cron','2021-01-11 16:59:00','2021-01-11 08:59:00'),(34948,14558,'action complete via WP Cron','2021-01-11 16:59:00','2021-01-11 08:59:00'),(34949,14559,'action created','2021-01-11 16:59:00','2021-01-11 08:59:00'),(34950,14559,'action started via WP Cron','2021-01-11 17:04:14','2021-01-11 09:04:14'),(34951,14559,'action complete via WP Cron','2021-01-11 17:04:14','2021-01-11 09:04:14'),(34952,14560,'action created','2021-01-11 17:04:15','2021-01-11 09:04:15'),(34953,14560,'action started via WP Cron','2021-01-11 17:07:55','2021-01-11 09:07:55'),(34954,14560,'action complete via WP Cron','2021-01-11 17:07:55','2021-01-11 09:07:55'),(34955,14561,'action created','2021-01-11 17:07:55','2021-01-11 09:07:55'),(34956,14561,'action started via WP Cron','2021-01-11 17:08:56','2021-01-11 09:08:56'),(34957,14561,'action complete via WP Cron','2021-01-11 17:08:56','2021-01-11 09:08:56'),(34958,14562,'action created','2021-01-11 17:08:56','2021-01-11 09:08:56'),(34959,14562,'action started via WP Cron','2021-01-11 17:10:01','2021-01-11 09:10:01'),(34960,14562,'action complete via WP Cron','2021-01-11 17:10:01','2021-01-11 09:10:01'),(34961,14563,'action created','2021-01-11 17:10:01','2021-01-11 09:10:01'),(34962,14563,'action started via WP Cron','2021-01-11 17:11:06','2021-01-11 09:11:06'),(34963,14563,'action complete via WP Cron','2021-01-11 17:11:06','2021-01-11 09:11:06'),(34964,14564,'action created','2021-01-11 17:11:07','2021-01-11 09:11:07'),(34965,14564,'action started via WP Cron','2021-01-11 17:12:14','2021-01-11 09:12:14'),(34966,14564,'action complete via WP Cron','2021-01-11 17:12:14','2021-01-11 09:12:14'),(34967,14565,'action created','2021-01-11 17:12:14','2021-01-11 09:12:14'),(34968,14565,'action started via WP Cron','2021-01-11 17:13:21','2021-01-11 09:13:21'),(34969,14565,'action complete via WP Cron','2021-01-11 17:13:21','2021-01-11 09:13:21'),(34970,14566,'action created','2021-01-11 17:14:22','2021-01-11 09:14:22'),(34971,14566,'action started via WP Cron','2021-01-11 17:15:23','2021-01-11 09:15:23'),(34972,14566,'action complete via WP Cron','2021-01-11 17:15:23','2021-01-11 09:15:23'),(34973,14567,'action created','2021-01-11 17:15:23','2021-01-11 09:15:23'),(34974,14567,'action started via WP Cron','2021-01-11 17:16:48','2021-01-11 09:16:48'),(34975,14567,'action complete via WP Cron','2021-01-11 17:16:48','2021-01-11 09:16:48'),(34976,14568,'action created','2021-01-11 17:16:48','2021-01-11 09:16:48'),(34977,14568,'action started via WP Cron','2021-01-11 17:17:55','2021-01-11 09:17:55'),(34978,14568,'action complete via WP Cron','2021-01-11 17:17:55','2021-01-11 09:17:55'),(34979,14569,'action created','2021-01-11 17:17:55','2021-01-11 09:17:55'),(34980,14569,'action started via WP Cron','2021-01-11 17:22:03','2021-01-11 09:22:03'),(34981,14569,'action complete via WP Cron','2021-01-11 17:22:03','2021-01-11 09:22:03'),(34982,14570,'action created','2021-01-11 17:23:01','2021-01-11 09:23:01'),(34983,14570,'action started via WP Cron','2021-01-11 17:24:02','2021-01-11 09:24:02'),(34984,14570,'action complete via WP Cron','2021-01-11 17:24:02','2021-01-11 09:24:02'),(34985,14571,'action created','2021-01-11 17:24:02','2021-01-11 09:24:02'),(34986,14571,'action started via WP Cron','2021-01-11 17:25:09','2021-01-11 09:25:09'),(34987,14571,'action complete via WP Cron','2021-01-11 17:25:09','2021-01-11 09:25:09'),(34988,14572,'action created','2021-01-11 17:25:09','2021-01-11 09:25:09'),(34989,14572,'action started via WP Cron','2021-01-11 17:26:04','2021-01-11 09:26:04'),(34990,14572,'action complete via WP Cron','2021-01-11 17:26:04','2021-01-11 09:26:04'),(34991,14573,'action created','2021-01-11 17:26:04','2021-01-11 09:26:04'),(34992,14573,'action started via WP Cron','2021-01-11 17:27:05','2021-01-11 09:27:05'),(34993,14573,'action complete via WP Cron','2021-01-11 17:27:05','2021-01-11 09:27:05'),(34994,14574,'action created','2021-01-11 17:27:05','2021-01-11 09:27:05'),(34995,14574,'action started via WP Cron','2021-01-11 17:27:55','2021-01-11 09:27:55'),(34996,14574,'action complete via WP Cron','2021-01-11 17:27:55','2021-01-11 09:27:55'),(34997,14575,'action created','2021-01-11 17:27:55','2021-01-11 09:27:55'),(34998,14575,'action started via WP Cron','2021-01-11 17:29:21','2021-01-11 09:29:21'),(34999,14575,'action complete via WP Cron','2021-01-11 17:29:21','2021-01-11 09:29:21'),(35000,14576,'action created','2021-01-11 17:29:21','2021-01-11 09:29:21'),(35001,14576,'action started via WP Cron','2021-01-11 17:30:21','2021-01-11 09:30:21'),(35002,14576,'action complete via WP Cron','2021-01-11 17:30:21','2021-01-11 09:30:21'),(35003,14577,'action created','2021-01-11 17:30:21','2021-01-11 09:30:21'),(35004,14577,'action started via WP Cron','2021-01-11 17:42:19','2021-01-11 09:42:19'),(35005,14577,'action complete via WP Cron','2021-01-11 17:42:19','2021-01-11 09:42:19'),(35006,14578,'action created','2021-01-11 17:42:19','2021-01-11 09:42:19'),(35007,14578,'action started via WP Cron','2021-01-11 17:44:32','2021-01-11 09:44:32'),(35008,14578,'action complete via WP Cron','2021-01-11 17:44:32','2021-01-11 09:44:32'),(35009,14579,'action created','2021-01-11 17:44:32','2021-01-11 09:44:32'),(35010,14579,'action started via WP Cron','2021-01-11 17:55:31','2021-01-11 09:55:31'),(35011,14579,'action complete via WP Cron','2021-01-11 17:55:31','2021-01-11 09:55:31'),(35012,14580,'action created','2021-01-11 17:55:32','2021-01-11 09:55:32'),(35013,14580,'action started via WP Cron','2021-01-11 17:55:56','2021-01-11 09:55:56'),(35014,14580,'action complete via WP Cron','2021-01-11 17:55:56','2021-01-11 09:55:56'),(35015,14581,'action created','2021-01-11 17:56:08','2021-01-11 09:56:08'),(35016,14581,'action started via WP Cron','2021-01-11 18:10:34','2021-01-11 10:10:34'),(35017,14581,'action complete via WP Cron','2021-01-11 18:10:34','2021-01-11 10:10:34'),(35018,14582,'action created','2021-01-11 18:10:34','2021-01-11 10:10:34'),(35019,14582,'action started via WP Cron','2021-01-11 18:13:36','2021-01-11 10:13:36'),(35020,14582,'action complete via WP Cron','2021-01-11 18:13:36','2021-01-11 10:13:36'),(35021,14583,'action created','2021-01-11 18:13:36','2021-01-11 10:13:36'),(35022,14583,'action started via WP Cron','2021-01-11 18:14:38','2021-01-11 10:14:38'),(35023,14583,'action complete via WP Cron','2021-01-11 18:14:38','2021-01-11 10:14:38'),(35024,14584,'action created','2021-01-11 18:14:38','2021-01-11 10:14:38'),(35025,14584,'action started via WP Cron','2021-01-11 18:15:39','2021-01-11 10:15:39'),(35026,14584,'action complete via WP Cron','2021-01-11 18:15:39','2021-01-11 10:15:39'),(35027,14585,'action created','2021-01-11 18:15:39','2021-01-11 10:15:39'),(35028,14585,'action started via WP Cron','2021-01-11 18:16:40','2021-01-11 10:16:40'),(35029,14585,'action complete via WP Cron','2021-01-11 18:16:40','2021-01-11 10:16:40'),(35030,14586,'action created','2021-01-11 18:16:40','2021-01-11 10:16:40'),(35031,14586,'action started via WP Cron','2021-01-11 18:17:41','2021-01-11 10:17:41'),(35032,14586,'action complete via WP Cron','2021-01-11 18:17:41','2021-01-11 10:17:41'),(35033,14587,'action created','2021-01-11 18:17:41','2021-01-11 10:17:41'),(35034,14587,'action started via WP Cron','2021-01-11 18:18:41','2021-01-11 10:18:41'),(35035,14587,'action complete via WP Cron','2021-01-11 18:18:41','2021-01-11 10:18:41'),(35036,14588,'action created','2021-01-11 18:18:41','2021-01-11 10:18:41'),(35037,14588,'action started via WP Cron','2021-01-11 18:21:14','2021-01-11 10:21:14'),(35038,14588,'action complete via WP Cron','2021-01-11 18:21:14','2021-01-11 10:21:14'),(35039,14589,'action created','2021-01-11 18:21:14','2021-01-11 10:21:14'),(35040,14589,'action started via WP Cron','2021-01-11 18:21:42','2021-01-11 10:21:42'),(35041,14589,'action complete via WP Cron','2021-01-11 18:21:42','2021-01-11 10:21:42'),(35042,14590,'action created','2021-01-11 18:21:42','2021-01-11 10:21:42'),(35043,14590,'action started via WP Cron','2021-01-11 18:22:45','2021-01-11 10:22:45'),(35044,14590,'action complete via WP Cron','2021-01-11 18:22:45','2021-01-11 10:22:45'),(35045,14591,'action created','2021-01-11 18:22:45','2021-01-11 10:22:45'),(35046,14591,'action started via WP Cron','2021-01-11 18:24:04','2021-01-11 10:24:04'),(35047,14591,'action complete via WP Cron','2021-01-11 18:24:04','2021-01-11 10:24:04'),(35048,14592,'action created','2021-01-11 18:24:13','2021-01-11 10:24:13'),(35049,14592,'action started via WP Cron','2021-01-11 18:24:46','2021-01-11 10:24:46'),(35050,14592,'action complete via WP Cron','2021-01-11 18:24:46','2021-01-11 10:24:46'),(35051,14593,'action created','2021-01-11 18:24:46','2021-01-11 10:24:46'),(35052,14593,'action started via WP Cron','2021-01-11 18:25:41','2021-01-11 10:25:41'),(35053,14593,'action complete via WP Cron','2021-01-11 18:25:41','2021-01-11 10:25:41'),(35054,14594,'action created','2021-01-11 18:25:41','2021-01-11 10:25:41'),(35055,14594,'action started via WP Cron','2021-01-11 18:26:44','2021-01-11 10:26:44'),(35056,14594,'action complete via WP Cron','2021-01-11 18:26:44','2021-01-11 10:26:44'),(35057,14595,'action created','2021-01-11 18:26:44','2021-01-11 10:26:44'),(35058,14595,'action started via WP Cron','2021-01-11 18:27:47','2021-01-11 10:27:47'),(35059,14595,'action complete via WP Cron','2021-01-11 18:27:47','2021-01-11 10:27:47'),(35060,14596,'action created','2021-01-11 18:27:47','2021-01-11 10:27:47'),(35061,14596,'action started via WP Cron','2021-01-11 18:28:53','2021-01-11 10:28:53'),(35062,14596,'action complete via WP Cron','2021-01-11 18:28:53','2021-01-11 10:28:53'),(35063,14597,'action created','2021-01-11 18:28:53','2021-01-11 10:28:53'),(35064,14597,'action started via WP Cron','2021-01-11 18:29:46','2021-01-11 10:29:46'),(35065,14597,'action complete via WP Cron','2021-01-11 18:29:46','2021-01-11 10:29:46'),(35066,14598,'action created','2021-01-11 18:29:46','2021-01-11 10:29:46'),(35067,14598,'action started via WP Cron','2021-01-11 18:30:48','2021-01-11 10:30:48'),(35068,14598,'action complete via WP Cron','2021-01-11 18:30:48','2021-01-11 10:30:48'),(35069,14599,'action created','2021-01-11 18:30:48','2021-01-11 10:30:48'),(35070,14599,'action started via WP Cron','2021-01-11 18:31:49','2021-01-11 10:31:49'),(35071,14599,'action complete via WP Cron','2021-01-11 18:31:49','2021-01-11 10:31:49'),(35072,14600,'action created','2021-01-11 18:31:49','2021-01-11 10:31:49'),(35073,14600,'action started via WP Cron','2021-01-11 18:32:44','2021-01-11 10:32:44'),(35074,14600,'action complete via WP Cron','2021-01-11 18:32:44','2021-01-11 10:32:44'),(35075,14601,'action created','2021-01-11 18:32:44','2021-01-11 10:32:44'),(35076,14601,'action started via WP Cron','2021-01-11 18:34:02','2021-01-11 10:34:02'),(35077,14601,'action complete via WP Cron','2021-01-11 18:34:02','2021-01-11 10:34:02'),(35078,14602,'action created','2021-01-11 18:34:02','2021-01-11 10:34:02'),(35079,14602,'action started via WP Cron','2021-01-11 18:34:47','2021-01-11 10:34:47'),(35080,14602,'action complete via WP Cron','2021-01-11 18:34:47','2021-01-11 10:34:47'),(35081,14603,'action created','2021-01-11 18:34:48','2021-01-11 10:34:48'),(35082,14603,'action started via WP Cron','2021-01-11 18:35:45','2021-01-11 10:35:45'),(35083,14603,'action complete via WP Cron','2021-01-11 18:35:45','2021-01-11 10:35:45'),(35084,14604,'action created','2021-01-11 18:35:45','2021-01-11 10:35:45'),(35085,14604,'action started via WP Cron','2021-01-11 18:36:44','2021-01-11 10:36:44'),(35086,14604,'action complete via WP Cron','2021-01-11 18:36:44','2021-01-11 10:36:44'),(35087,14605,'action created','2021-01-11 18:36:44','2021-01-11 10:36:44'),(35088,14605,'action started via WP Cron','2021-01-11 18:37:43','2021-01-11 10:37:43'),(35089,14605,'action complete via WP Cron','2021-01-11 18:37:43','2021-01-11 10:37:43'),(35090,14606,'action created','2021-01-11 18:37:43','2021-01-11 10:37:43'),(35091,14606,'action started via WP Cron','2021-01-11 18:38:42','2021-01-11 10:38:42'),(35092,14606,'action complete via WP Cron','2021-01-11 18:38:42','2021-01-11 10:38:42'),(35093,14607,'action created','2021-01-11 18:38:42','2021-01-11 10:38:42'),(35094,14607,'action started via WP Cron','2021-01-11 18:39:54','2021-01-11 10:39:54'),(35095,14607,'action complete via WP Cron','2021-01-11 18:39:54','2021-01-11 10:39:54'),(35096,14608,'action created','2021-01-11 18:39:54','2021-01-11 10:39:54'),(35097,14608,'action started via WP Cron','2021-01-11 18:40:54','2021-01-11 10:40:54'),(35098,14608,'action complete via WP Cron','2021-01-11 18:40:54','2021-01-11 10:40:54'),(35099,14609,'action created','2021-01-11 18:41:04','2021-01-11 10:41:04'),(35100,14609,'action started via WP Cron','2021-01-11 18:41:52','2021-01-11 10:41:52'),(35101,14609,'action complete via WP Cron','2021-01-11 18:41:52','2021-01-11 10:41:52'),(35102,14610,'action created','2021-01-11 18:41:52','2021-01-11 10:41:52'),(35103,14610,'action started via WP Cron','2021-01-11 18:42:45','2021-01-11 10:42:45'),(35104,14610,'action complete via WP Cron','2021-01-11 18:42:45','2021-01-11 10:42:45'),(35105,14611,'action created','2021-01-11 18:42:46','2021-01-11 10:42:46'),(35106,14611,'action started via WP Cron','2021-01-11 18:43:41','2021-01-11 10:43:41'),(35107,14611,'action complete via WP Cron','2021-01-11 18:43:41','2021-01-11 10:43:41'),(35108,14612,'action created','2021-01-11 18:43:42','2021-01-11 10:43:42'),(35109,14612,'action started via WP Cron','2021-01-11 18:44:42','2021-01-11 10:44:42'),(35110,14612,'action complete via WP Cron','2021-01-11 18:44:42','2021-01-11 10:44:42'),(35111,14613,'action created','2021-01-11 18:44:42','2021-01-11 10:44:42'),(35112,14613,'action started via WP Cron','2021-01-11 18:45:55','2021-01-11 10:45:55'),(35113,14613,'action complete via WP Cron','2021-01-11 18:45:55','2021-01-11 10:45:55'),(35114,14614,'action created','2021-01-11 18:46:02','2021-01-11 10:46:02'),(35115,14614,'action started via WP Cron','2021-01-11 18:46:52','2021-01-11 10:46:52'),(35116,14614,'action complete via WP Cron','2021-01-11 18:46:52','2021-01-11 10:46:52'),(35117,14615,'action created','2021-01-11 18:46:52','2021-01-11 10:46:52'),(35118,14615,'action started via WP Cron','2021-01-11 18:47:51','2021-01-11 10:47:51'),(35119,14615,'action complete via WP Cron','2021-01-11 18:47:51','2021-01-11 10:47:51'),(35120,14616,'action created','2021-01-11 18:47:51','2021-01-11 10:47:51'),(35121,14616,'action started via WP Cron','2021-01-11 18:48:43','2021-01-11 10:48:43'),(35122,14616,'action complete via WP Cron','2021-01-11 18:48:43','2021-01-11 10:48:43'),(35123,14617,'action created','2021-01-11 18:48:43','2021-01-11 10:48:43'),(35124,14617,'action started via WP Cron','2021-01-11 18:49:44','2021-01-11 10:49:44'),(35125,14617,'action complete via WP Cron','2021-01-11 18:49:44','2021-01-11 10:49:44'),(35126,14618,'action created','2021-01-11 18:49:44','2021-01-11 10:49:44'),(35127,14618,'action started via WP Cron','2021-01-11 18:50:41','2021-01-11 10:50:41'),(35128,14618,'action complete via WP Cron','2021-01-11 18:50:41','2021-01-11 10:50:41'),(35129,14619,'action created','2021-01-11 18:50:41','2021-01-11 10:50:41'),(35130,14619,'action started via WP Cron','2021-01-11 18:51:41','2021-01-11 10:51:41'),(35131,14619,'action complete via WP Cron','2021-01-11 18:51:41','2021-01-11 10:51:41'),(35132,14620,'action created','2021-01-11 18:51:42','2021-01-11 10:51:42'),(35133,14620,'action started via WP Cron','2021-01-11 18:52:45','2021-01-11 10:52:45'),(35134,14620,'action complete via WP Cron','2021-01-11 18:52:45','2021-01-11 10:52:45'),(35135,14621,'action created','2021-01-11 18:52:45','2021-01-11 10:52:45'),(35136,14621,'action started via WP Cron','2021-01-11 18:53:52','2021-01-11 10:53:52'),(35137,14621,'action complete via WP Cron','2021-01-11 18:53:52','2021-01-11 10:53:52'),(35138,14622,'action created','2021-01-11 18:53:52','2021-01-11 10:53:52'),(35139,14622,'action started via WP Cron','2021-01-11 18:54:45','2021-01-11 10:54:45'),(35140,14622,'action complete via WP Cron','2021-01-11 18:54:45','2021-01-11 10:54:45'),(35141,14623,'action created','2021-01-11 18:54:45','2021-01-11 10:54:45'),(35142,14623,'action started via WP Cron','2021-01-11 18:55:52','2021-01-11 10:55:52'),(35143,14623,'action complete via WP Cron','2021-01-11 18:55:52','2021-01-11 10:55:52'),(35144,14624,'action created','2021-01-11 18:55:52','2021-01-11 10:55:52'),(35145,14624,'action started via WP Cron','2021-01-11 18:56:48','2021-01-11 10:56:48'),(35146,14624,'action complete via WP Cron','2021-01-11 18:56:48','2021-01-11 10:56:48'),(35147,14625,'action created','2021-01-11 18:56:48','2021-01-11 10:56:48'),(35148,14625,'action started via WP Cron','2021-01-11 18:57:44','2021-01-11 10:57:44'),(35149,14625,'action complete via WP Cron','2021-01-11 18:57:44','2021-01-11 10:57:44'),(35150,14626,'action created','2021-01-11 18:57:44','2021-01-11 10:57:44'),(35151,14626,'action started via WP Cron','2021-01-11 18:58:43','2021-01-11 10:58:43'),(35152,14626,'action complete via WP Cron','2021-01-11 18:58:43','2021-01-11 10:58:43'),(35153,14627,'action created','2021-01-11 18:58:43','2021-01-11 10:58:43'),(35154,14627,'action started via WP Cron','2021-01-11 19:00:02','2021-01-11 11:00:02'),(35155,14627,'action complete via WP Cron','2021-01-11 19:00:03','2021-01-11 11:00:03'),(35156,14628,'action created','2021-01-11 19:00:08','2021-01-11 11:00:08'),(35157,14628,'action started via WP Cron','2021-01-11 19:00:47','2021-01-11 11:00:47'),(35158,14628,'action complete via WP Cron','2021-01-11 19:00:47','2021-01-11 11:00:47'),(35159,14629,'action created','2021-01-11 19:00:47','2021-01-11 11:00:47'),(35160,14629,'action started via WP Cron','2021-01-11 19:01:47','2021-01-11 11:01:47'),(35161,14629,'action complete via WP Cron','2021-01-11 19:01:47','2021-01-11 11:01:47'),(35162,14630,'action created','2021-01-11 19:01:47','2021-01-11 11:01:47'),(35163,14630,'action started via WP Cron','2021-01-11 19:02:43','2021-01-11 11:02:43'),(35164,14630,'action complete via WP Cron','2021-01-11 19:02:43','2021-01-11 11:02:43'),(35165,14631,'action created','2021-01-11 19:02:43','2021-01-11 11:02:43'),(35166,14631,'action started via WP Cron','2021-01-11 19:05:49','2021-01-11 11:05:49'),(35167,14631,'action complete via WP Cron','2021-01-11 19:05:49','2021-01-11 11:05:49'),(35168,14632,'action created','2021-01-11 19:05:49','2021-01-11 11:05:49'),(35169,14632,'action started via WP Cron','2021-01-11 19:07:40','2021-01-11 11:07:40'),(35170,14632,'action complete via WP Cron','2021-01-11 19:07:40','2021-01-11 11:07:40'),(35171,14633,'action created','2021-01-11 19:07:40','2021-01-11 11:07:40'),(35172,14633,'action started via WP Cron','2021-01-11 19:10:55','2021-01-11 11:10:55'),(35173,14633,'action complete via WP Cron','2021-01-11 19:10:55','2021-01-11 11:10:55'),(35174,14634,'action created','2021-01-11 19:10:55','2021-01-11 11:10:55'),(35175,14634,'action started via WP Cron','2021-01-11 19:14:04','2021-01-11 11:14:04'),(35176,14634,'action complete via WP Cron','2021-01-11 19:14:04','2021-01-11 11:14:04'),(35177,14635,'action created','2021-01-11 19:14:04','2021-01-11 11:14:04'),(35178,14635,'action started via WP Cron','2021-01-11 19:20:24','2021-01-11 11:20:24'),(35179,14635,'action complete via WP Cron','2021-01-11 19:20:24','2021-01-11 11:20:24'),(35180,14636,'action created','2021-01-11 19:20:24','2021-01-11 11:20:24'),(35181,14636,'action started via WP Cron','2021-01-11 19:21:26','2021-01-11 11:21:26'),(35182,14636,'action complete via WP Cron','2021-01-11 19:21:26','2021-01-11 11:21:26'),(35183,14637,'action created','2021-01-11 19:21:26','2021-01-11 11:21:26'),(35184,14637,'action started via WP Cron','2021-01-11 19:22:09','2021-01-11 11:22:09'),(35185,14637,'action complete via WP Cron','2021-01-11 19:22:09','2021-01-11 11:22:09'),(35186,14638,'action created','2021-01-11 19:22:09','2021-01-11 11:22:09'),(35187,14638,'action started via WP Cron','2021-01-11 19:22:43','2021-01-11 11:22:43'),(35188,14638,'action complete via WP Cron','2021-01-11 19:22:43','2021-01-11 11:22:43'),(35189,14639,'action created','2021-01-11 19:22:43','2021-01-11 11:22:43'),(35190,14639,'action started via WP Cron','2021-01-11 19:24:28','2021-01-11 11:24:28'),(35191,14639,'action complete via WP Cron','2021-01-11 19:24:28','2021-01-11 11:24:28'),(35192,14640,'action created','2021-01-11 19:24:28','2021-01-11 11:24:28'),(35193,14640,'action started via WP Cron','2021-01-11 19:25:46','2021-01-11 11:25:46'),(35194,14640,'action complete via WP Cron','2021-01-11 19:25:46','2021-01-11 11:25:46'),(35195,14641,'action created','2021-01-11 19:25:46','2021-01-11 11:25:46'),(35196,14641,'action started via WP Cron','2021-01-11 19:26:50','2021-01-11 11:26:50'),(35197,14641,'action complete via WP Cron','2021-01-11 19:26:50','2021-01-11 11:26:50'),(35198,14642,'action created','2021-01-11 19:26:50','2021-01-11 11:26:50'),(35199,14642,'action started via WP Cron','2021-01-11 19:33:29','2021-01-11 11:33:29'),(35200,14642,'action complete via WP Cron','2021-01-11 19:33:29','2021-01-11 11:33:29'),(35201,14643,'action created','2021-01-11 19:33:29','2021-01-11 11:33:29'),(35202,14643,'action started via WP Cron','2021-01-11 19:33:42','2021-01-11 11:33:42'),(35203,14643,'action complete via WP Cron','2021-01-11 19:33:42','2021-01-11 11:33:42'),(35204,14644,'action created','2021-01-11 19:33:42','2021-01-11 11:33:42'),(35205,14644,'action started via WP Cron','2021-01-11 19:35:24','2021-01-11 11:35:24'),(35206,14644,'action complete via WP Cron','2021-01-11 19:35:24','2021-01-11 11:35:24'),(35207,14645,'action created','2021-01-11 19:35:24','2021-01-11 11:35:24'),(35208,14645,'action started via WP Cron','2021-01-11 19:36:33','2021-01-11 11:36:33'),(35209,14645,'action complete via WP Cron','2021-01-11 19:36:33','2021-01-11 11:36:33'),(35210,14646,'action created','2021-01-11 19:36:33','2021-01-11 11:36:33'),(35211,14646,'action started via WP Cron','2021-01-11 19:37:26','2021-01-11 11:37:26'),(35212,14646,'action complete via WP Cron','2021-01-11 19:37:26','2021-01-11 11:37:26'),(35213,14647,'action created','2021-01-11 19:37:26','2021-01-11 11:37:26'),(35214,14647,'action started via WP Cron','2021-01-11 19:38:27','2021-01-11 11:38:27'),(35215,14647,'action complete via WP Cron','2021-01-11 19:38:27','2021-01-11 11:38:27'),(35216,14648,'action created','2021-01-11 19:38:27','2021-01-11 11:38:27'),(35217,14648,'action started via WP Cron','2021-01-11 19:39:28','2021-01-11 11:39:28'),(35218,14648,'action complete via WP Cron','2021-01-11 19:39:28','2021-01-11 11:39:28'),(35219,14649,'action created','2021-01-11 19:39:28','2021-01-11 11:39:28'),(35220,14649,'action started via WP Cron','2021-01-11 19:39:43','2021-01-11 11:39:43'),(35221,14649,'action complete via WP Cron','2021-01-11 19:39:43','2021-01-11 11:39:43'),(35222,14650,'action created','2021-01-11 19:39:43','2021-01-11 11:39:43'),(35223,14650,'action started via WP Cron','2021-01-11 19:51:44','2021-01-11 11:51:44'),(35224,14650,'action complete via WP Cron','2021-01-11 19:51:44','2021-01-11 11:51:44'),(35225,14651,'action created','2021-01-11 19:51:44','2021-01-11 11:51:44'),(35226,14651,'action started via WP Cron','2021-01-11 20:20:11','2021-01-11 12:20:11'),(35227,14651,'action complete via WP Cron','2021-01-11 20:20:11','2021-01-11 12:20:11'),(35228,14652,'action created','2021-01-11 20:20:11','2021-01-11 12:20:11'),(35229,14652,'action started via WP Cron','2021-01-11 20:22:13','2021-01-11 12:22:13'),(35230,14652,'action complete via WP Cron','2021-01-11 20:22:13','2021-01-11 12:22:13'),(35231,14653,'action created','2021-01-11 20:22:14','2021-01-11 12:22:14'),(35232,14653,'action started via WP Cron','2021-01-11 20:34:36','2021-01-11 12:34:36'),(35233,14653,'action complete via WP Cron','2021-01-11 20:34:36','2021-01-11 12:34:36'),(35234,14654,'action created','2021-01-11 20:34:36','2021-01-11 12:34:36'),(35235,14654,'action started via WP Cron','2021-01-11 20:35:48','2021-01-11 12:35:48'),(35236,14654,'action complete via WP Cron','2021-01-11 20:35:48','2021-01-11 12:35:48'),(35237,14655,'action created','2021-01-11 20:35:48','2021-01-11 12:35:48'),(35238,14655,'action started via WP Cron','2021-01-11 20:36:48','2021-01-11 12:36:48'),(35239,14655,'action complete via WP Cron','2021-01-11 20:36:48','2021-01-11 12:36:48'),(35240,14656,'action created','2021-01-11 20:36:48','2021-01-11 12:36:48'),(35241,14656,'action started via WP Cron','2021-01-11 20:38:52','2021-01-11 12:38:52'),(35242,14656,'action complete via WP Cron','2021-01-11 20:38:52','2021-01-11 12:38:52'),(35243,14657,'action created','2021-01-11 20:38:52','2021-01-11 12:38:52'),(35244,14657,'action started via WP Cron','2021-01-11 20:39:53','2021-01-11 12:39:53'),(35245,14657,'action complete via WP Cron','2021-01-11 20:39:53','2021-01-11 12:39:53'),(35246,14658,'action created','2021-01-11 20:39:53','2021-01-11 12:39:53'),(35247,14658,'action started via WP Cron','2021-01-11 20:40:56','2021-01-11 12:40:56'),(35248,14658,'action complete via WP Cron','2021-01-11 20:40:56','2021-01-11 12:40:56'),(35249,14659,'action created','2021-01-11 20:40:56','2021-01-11 12:40:56'),(35250,14659,'action started via WP Cron','2021-01-11 21:01:03','2021-01-11 13:01:03'),(35251,14659,'action complete via WP Cron','2021-01-11 21:01:03','2021-01-11 13:01:03'),(35252,14660,'action created','2021-01-11 21:01:03','2021-01-11 13:01:03'),(35253,14660,'action started via WP Cron','2021-01-11 21:02:20','2021-01-11 13:02:20'),(35254,14660,'action complete via WP Cron','2021-01-11 21:02:20','2021-01-11 13:02:20'),(35255,14661,'action created','2021-01-11 21:02:20','2021-01-11 13:02:20'),(35256,14661,'action started via WP Cron','2021-01-11 21:12:54','2021-01-11 13:12:54'),(35257,14661,'action complete via WP Cron','2021-01-11 21:12:54','2021-01-11 13:12:54'),(35258,14662,'action created','2021-01-11 21:12:54','2021-01-11 13:12:54'),(35259,14662,'action started via WP Cron','2021-01-11 21:27:45','2021-01-11 13:27:45'),(35260,14662,'action complete via WP Cron','2021-01-11 21:27:45','2021-01-11 13:27:45'),(35261,14663,'action created','2021-01-11 21:27:46','2021-01-11 13:27:46'),(35262,14663,'action started via WP Cron','2021-01-11 21:30:36','2021-01-11 13:30:36'),(35263,14663,'action complete via WP Cron','2021-01-11 21:30:36','2021-01-11 13:30:36'),(35264,14664,'action created','2021-01-11 21:30:37','2021-01-11 13:30:37'),(35265,14664,'action started via WP Cron','2021-01-11 21:35:37','2021-01-11 13:35:37'),(35266,14664,'action complete via WP Cron','2021-01-11 21:35:37','2021-01-11 13:35:37'),(35267,14665,'action created','2021-01-11 21:35:38','2021-01-11 13:35:38'),(35268,14665,'action started via WP Cron','2021-01-11 21:36:10','2021-01-11 13:36:10'),(35269,14665,'action complete via WP Cron','2021-01-11 21:36:10','2021-01-11 13:36:10'),(35270,14666,'action created','2021-01-11 21:36:10','2021-01-11 13:36:10'),(35271,14666,'action started via WP Cron','2021-01-11 21:37:05','2021-01-11 13:37:05'),(35272,14666,'action complete via WP Cron','2021-01-11 21:37:05','2021-01-11 13:37:05'),(35273,14667,'action created','2021-01-11 21:37:05','2021-01-11 13:37:05'),(35274,14667,'action started via WP Cron','2021-01-11 21:41:29','2021-01-11 13:41:29'),(35275,14667,'action complete via WP Cron','2021-01-11 21:41:29','2021-01-11 13:41:29'),(35276,14668,'action created','2021-01-11 21:41:30','2021-01-11 13:41:30'),(35277,14668,'action started via WP Cron','2021-01-11 21:42:30','2021-01-11 13:42:30'),(35278,14668,'action complete via WP Cron','2021-01-11 21:42:30','2021-01-11 13:42:30'),(35279,14669,'action created','2021-01-11 21:42:30','2021-01-11 13:42:30'),(35280,14669,'action started via WP Cron','2021-01-11 21:44:32','2021-01-11 13:44:32'),(35281,14669,'action complete via WP Cron','2021-01-11 21:44:32','2021-01-11 13:44:32'),(35282,14670,'action created','2021-01-11 21:44:32','2021-01-11 13:44:32'),(35283,14670,'action started via WP Cron','2021-01-11 21:45:19','2021-01-11 13:45:19'),(35284,14670,'action complete via WP Cron','2021-01-11 21:45:19','2021-01-11 13:45:19'),(35285,14671,'action created','2021-01-11 21:45:19','2021-01-11 13:45:19'),(35286,14671,'action started via WP Cron','2021-01-11 21:46:34','2021-01-11 13:46:34'),(35287,14671,'action complete via WP Cron','2021-01-11 21:46:34','2021-01-11 13:46:34'),(35288,14672,'action created','2021-01-11 21:46:34','2021-01-11 13:46:34'),(35289,14672,'action started via WP Cron','2021-01-11 21:54:48','2021-01-11 13:54:48'),(35290,14672,'action complete via WP Cron','2021-01-11 21:54:48','2021-01-11 13:54:48'),(35291,14673,'action created','2021-01-11 21:54:48','2021-01-11 13:54:48'),(35292,14673,'action started via WP Cron','2021-01-11 22:03:14','2021-01-11 14:03:14'),(35293,14673,'action complete via WP Cron','2021-01-11 22:03:14','2021-01-11 14:03:14'),(35294,14674,'action created','2021-01-11 22:03:14','2021-01-11 14:03:14'),(35295,14674,'action started via WP Cron','2021-01-11 22:07:40','2021-01-11 14:07:40'),(35296,14674,'action complete via WP Cron','2021-01-11 22:07:40','2021-01-11 14:07:40'),(35297,14675,'action created','2021-01-11 22:07:40','2021-01-11 14:07:40'),(35298,14675,'action started via WP Cron','2021-01-11 22:09:58','2021-01-11 14:09:58'),(35299,14675,'action complete via WP Cron','2021-01-11 22:09:58','2021-01-11 14:09:58'),(35300,14676,'action created','2021-01-11 22:09:58','2021-01-11 14:09:58'),(35301,14676,'action started via WP Cron','2021-01-11 22:15:31','2021-01-11 14:15:31'),(35302,14676,'action complete via WP Cron','2021-01-11 22:15:31','2021-01-11 14:15:31'),(35303,14677,'action created','2021-01-11 22:15:31','2021-01-11 14:15:31'),(35304,14677,'action started via WP Cron','2021-01-11 22:20:11','2021-01-11 14:20:11'),(35305,14677,'action complete via WP Cron','2021-01-11 22:20:11','2021-01-11 14:20:11'),(35306,14678,'action created','2021-01-11 22:20:11','2021-01-11 14:20:11'),(35307,14678,'action started via WP Cron','2021-01-11 22:25:55','2021-01-11 14:25:55'),(35308,14678,'action complete via WP Cron','2021-01-11 22:25:55','2021-01-11 14:25:55'),(35309,14679,'action created','2021-01-11 22:25:55','2021-01-11 14:25:55'),(35310,14679,'action started via WP Cron','2021-01-11 22:28:34','2021-01-11 14:28:34'),(35311,14679,'action complete via WP Cron','2021-01-11 22:28:34','2021-01-11 14:28:34'),(35312,14680,'action created','2021-01-11 22:28:34','2021-01-11 14:28:34'),(35313,14680,'action started via WP Cron','2021-01-11 22:30:54','2021-01-11 14:30:54'),(35314,14680,'action complete via WP Cron','2021-01-11 22:30:54','2021-01-11 14:30:54'),(35315,14681,'action created','2021-01-11 22:30:54','2021-01-11 14:30:54'),(35316,14681,'action started via WP Cron','2021-01-11 22:32:35','2021-01-11 14:32:35'),(35317,14681,'action complete via WP Cron','2021-01-11 22:32:36','2021-01-11 14:32:36'),(35318,14682,'action created','2021-01-11 22:32:36','2021-01-11 14:32:36'),(35319,14682,'action started via WP Cron','2021-01-11 22:36:49','2021-01-11 14:36:49'),(35320,14682,'action complete via WP Cron','2021-01-11 22:36:49','2021-01-11 14:36:49'),(35321,14683,'action created','2021-01-11 22:36:49','2021-01-11 14:36:49'),(35322,14683,'action started via WP Cron','2021-01-11 22:39:28','2021-01-11 14:39:28'),(35323,14683,'action complete via WP Cron','2021-01-11 22:39:28','2021-01-11 14:39:28'),(35324,14684,'action created','2021-01-11 22:39:28','2021-01-11 14:39:28'),(35325,14684,'action started via WP Cron','2021-01-11 22:40:14','2021-01-11 14:40:14'),(35326,14684,'action complete via WP Cron','2021-01-11 22:40:14','2021-01-11 14:40:14'),(35327,14685,'action created','2021-01-11 22:40:14','2021-01-11 14:40:14'),(35328,14685,'action started via WP Cron','2021-01-11 22:41:45','2021-01-11 14:41:45'),(35329,14685,'action complete via WP Cron','2021-01-11 22:41:45','2021-01-11 14:41:45'),(35330,14686,'action created','2021-01-11 22:41:46','2021-01-11 14:41:46'),(35331,14686,'action started via WP Cron','2021-01-11 22:44:01','2021-01-11 14:44:01'),(35332,14686,'action complete via WP Cron','2021-01-11 22:44:01','2021-01-11 14:44:01'),(35333,14687,'action created','2021-01-11 22:44:01','2021-01-11 14:44:01'),(35334,14687,'action started via WP Cron','2021-01-11 22:47:05','2021-01-11 14:47:05'),(35335,14687,'action complete via WP Cron','2021-01-11 22:47:05','2021-01-11 14:47:05'),(35336,14688,'action created','2021-01-11 22:47:05','2021-01-11 14:47:05'),(35337,14688,'action started via WP Cron','2021-01-11 22:48:06','2021-01-11 14:48:06'),(35338,14688,'action complete via WP Cron','2021-01-11 22:48:06','2021-01-11 14:48:06'),(35339,14689,'action created','2021-01-11 22:48:06','2021-01-11 14:48:06'),(35340,14689,'action started via WP Cron','2021-01-11 22:49:07','2021-01-11 14:49:07'),(35341,14689,'action complete via WP Cron','2021-01-11 22:49:07','2021-01-11 14:49:07'),(35342,14690,'action created','2021-01-11 22:49:07','2021-01-11 14:49:07'),(35343,14690,'action started via WP Cron','2021-01-11 22:50:09','2021-01-11 14:50:09'),(35344,14690,'action complete via WP Cron','2021-01-11 22:50:09','2021-01-11 14:50:09'),(35345,14691,'action created','2021-01-11 22:50:09','2021-01-11 14:50:09'),(35346,14691,'action started via WP Cron','2021-01-11 22:52:10','2021-01-11 14:52:10'),(35347,14691,'action complete via WP Cron','2021-01-11 22:52:10','2021-01-11 14:52:10'),(35348,14692,'action created','2021-01-11 22:52:10','2021-01-11 14:52:10'),(35349,14692,'action started via WP Cron','2021-01-11 22:53:11','2021-01-11 14:53:11'),(35350,14692,'action complete via WP Cron','2021-01-11 22:53:11','2021-01-11 14:53:11'),(35351,14693,'action created','2021-01-11 22:53:12','2021-01-11 14:53:12'),(35352,14693,'action started via WP Cron','2021-01-11 22:56:34','2021-01-11 14:56:34'),(35353,14693,'action complete via WP Cron','2021-01-11 22:56:34','2021-01-11 14:56:34'),(35354,14694,'action created','2021-01-11 22:56:34','2021-01-11 14:56:34'),(35355,14694,'action started via WP Cron','2021-01-11 23:01:27','2021-01-11 15:01:27'),(35356,14694,'action complete via WP Cron','2021-01-11 23:01:27','2021-01-11 15:01:27'),(35357,14695,'action created','2021-01-11 23:01:27','2021-01-11 15:01:27'),(35358,14695,'action started via WP Cron','2021-01-11 23:02:41','2021-01-11 15:02:41'),(35359,14695,'action complete via WP Cron','2021-01-11 23:02:41','2021-01-11 15:02:41'),(35360,14696,'action created','2021-01-11 23:02:41','2021-01-11 15:02:41'),(35361,14696,'action started via WP Cron','2021-01-11 23:08:39','2021-01-11 15:08:39'),(35362,14696,'action complete via WP Cron','2021-01-11 23:08:39','2021-01-11 15:08:39'),(35363,14697,'action created','2021-01-11 23:08:39','2021-01-11 15:08:39'),(35364,14697,'action started via WP Cron','2021-01-11 23:13:50','2021-01-11 15:13:50'),(35365,14697,'action complete via WP Cron','2021-01-11 23:13:50','2021-01-11 15:13:50'),(35366,14698,'action created','2021-01-11 23:13:50','2021-01-11 15:13:50'),(35367,14698,'action started via WP Cron','2021-01-11 23:19:00','2021-01-11 15:19:00'),(35368,14698,'action complete via WP Cron','2021-01-11 23:19:00','2021-01-11 15:19:00'),(35369,14699,'action created','2021-01-11 23:19:01','2021-01-11 15:19:01'),(35370,14699,'action started via WP Cron','2021-01-11 23:20:06','2021-01-11 15:20:06'),(35371,14699,'action complete via WP Cron','2021-01-11 23:20:06','2021-01-11 15:20:06'),(35372,14700,'action created','2021-01-11 23:20:06','2021-01-11 15:20:06'),(35373,14700,'action started via WP Cron','2021-01-11 23:21:09','2021-01-11 15:21:09'),(35374,14700,'action complete via WP Cron','2021-01-11 23:21:09','2021-01-11 15:21:09'),(35375,14701,'action created','2021-01-11 23:21:09','2021-01-11 15:21:09'),(35376,14701,'action started via WP Cron','2021-01-11 23:23:11','2021-01-11 15:23:11'),(35377,14701,'action complete via WP Cron','2021-01-11 23:23:11','2021-01-11 15:23:11'),(35378,14702,'action created','2021-01-11 23:23:11','2021-01-11 15:23:11'),(35379,14702,'action started via WP Cron','2021-01-11 23:23:54','2021-01-11 15:23:54'),(35380,14702,'action complete via WP Cron','2021-01-11 23:23:54','2021-01-11 15:23:54'),(35381,14703,'action created','2021-01-11 23:23:54','2021-01-11 15:23:54'),(35382,14703,'action started via WP Cron','2021-01-11 23:24:42','2021-01-11 15:24:42'),(35383,14703,'action complete via WP Cron','2021-01-11 23:24:42','2021-01-11 15:24:42'),(35384,14704,'action created','2021-01-11 23:24:42','2021-01-11 15:24:42'),(35385,14704,'action started via WP Cron','2021-01-11 23:26:01','2021-01-11 15:26:01'),(35386,14704,'action complete via WP Cron','2021-01-11 23:26:01','2021-01-11 15:26:01'),(35387,14705,'action created','2021-01-11 23:26:01','2021-01-11 15:26:01'),(35388,14705,'action started via WP Cron','2021-01-11 23:27:35','2021-01-11 15:27:35'),(35389,14705,'action complete via WP Cron','2021-01-11 23:27:35','2021-01-11 15:27:35'),(35390,14706,'action created','2021-01-11 23:27:35','2021-01-11 15:27:35'),(35391,14706,'action started via WP Cron','2021-01-11 23:31:25','2021-01-11 15:31:25'),(35392,14706,'action complete via WP Cron','2021-01-11 23:31:25','2021-01-11 15:31:25'),(35393,14707,'action created','2021-01-11 23:31:25','2021-01-11 15:31:25'),(35394,14707,'action started via WP Cron','2021-01-11 23:31:41','2021-01-11 15:31:41'),(35395,14707,'action complete via WP Cron','2021-01-11 23:31:41','2021-01-11 15:31:41'),(35396,14708,'action created','2021-01-11 23:31:41','2021-01-11 15:31:41'),(35397,14708,'action started via WP Cron','2021-01-11 23:32:41','2021-01-11 15:32:41'),(35398,14708,'action complete via WP Cron','2021-01-11 23:32:41','2021-01-11 15:32:41'),(35399,14709,'action created','2021-01-11 23:32:41','2021-01-11 15:32:41'),(35400,14709,'action started via WP Cron','2021-01-11 23:33:42','2021-01-11 15:33:42'),(35401,14709,'action complete via WP Cron','2021-01-11 23:33:42','2021-01-11 15:33:42'),(35402,14710,'action created','2021-01-11 23:33:42','2021-01-11 15:33:42'),(35403,14710,'action started via WP Cron','2021-01-11 23:34:51','2021-01-11 15:34:51'),(35404,14710,'action complete via WP Cron','2021-01-11 23:34:51','2021-01-11 15:34:51'),(35405,14711,'action created','2021-01-11 23:34:51','2021-01-11 15:34:51'),(35406,14711,'action started via WP Cron','2021-01-11 23:41:41','2021-01-11 15:41:41'),(35407,14711,'action complete via WP Cron','2021-01-11 23:41:41','2021-01-11 15:41:41'),(35408,14712,'action created','2021-01-11 23:41:41','2021-01-11 15:41:41'),(35409,14712,'action started via WP Cron','2021-01-11 23:42:48','2021-01-11 15:42:48'),(35410,14712,'action complete via WP Cron','2021-01-11 23:42:48','2021-01-11 15:42:48'),(35411,14713,'action created','2021-01-11 23:42:48','2021-01-11 15:42:48'),(35412,14713,'action started via WP Cron','2021-01-11 23:44:39','2021-01-11 15:44:39'),(35413,14713,'action complete via WP Cron','2021-01-11 23:44:39','2021-01-11 15:44:39'),(35414,14714,'action created','2021-01-11 23:44:39','2021-01-11 15:44:39'),(35415,14714,'action started via WP Cron','2021-01-11 23:45:41','2021-01-11 15:45:41'),(35416,14714,'action complete via WP Cron','2021-01-11 23:45:41','2021-01-11 15:45:41'),(35417,14715,'action created','2021-01-11 23:45:41','2021-01-11 15:45:41'),(35418,14715,'action started via WP Cron','2021-01-11 23:47:12','2021-01-11 15:47:12'),(35419,14715,'action complete via WP Cron','2021-01-11 23:47:12','2021-01-11 15:47:12'),(35420,14716,'action created','2021-01-11 23:47:12','2021-01-11 15:47:12'),(35421,14716,'action started via WP Cron','2021-01-11 23:48:03','2021-01-11 15:48:03'),(35422,14716,'action complete via WP Cron','2021-01-11 23:48:03','2021-01-11 15:48:03'),(35423,14717,'action created','2021-01-11 23:48:03','2021-01-11 15:48:03'),(35424,14717,'action started via WP Cron','2021-01-11 23:49:52','2021-01-11 15:49:52'),(35425,14717,'action complete via WP Cron','2021-01-11 23:49:52','2021-01-11 15:49:52'),(35426,14718,'action created','2021-01-11 23:49:52','2021-01-11 15:49:52'),(35427,14718,'action started via WP Cron','2021-01-11 23:50:43','2021-01-11 15:50:43'),(35428,14718,'action complete via WP Cron','2021-01-11 23:50:43','2021-01-11 15:50:43'),(35429,14719,'action created','2021-01-11 23:50:43','2021-01-11 15:50:43'),(35430,14719,'action started via WP Cron','2021-01-11 23:52:18','2021-01-11 15:52:18'),(35431,14719,'action complete via WP Cron','2021-01-11 23:52:18','2021-01-11 15:52:18'),(35432,14720,'action created','2021-01-11 23:52:18','2021-01-11 15:52:18'),(35433,14720,'action started via WP Cron','2021-01-11 23:52:44','2021-01-11 15:52:44'),(35434,14720,'action complete via WP Cron','2021-01-11 23:52:44','2021-01-11 15:52:44'),(35435,14721,'action created','2021-01-11 23:52:44','2021-01-11 15:52:44'),(35436,14721,'action started via WP Cron','2021-01-11 23:53:41','2021-01-11 15:53:41'),(35437,14721,'action complete via WP Cron','2021-01-11 23:53:41','2021-01-11 15:53:41'),(35438,14722,'action created','2021-01-11 23:53:41','2021-01-11 15:53:41'),(35439,14722,'action started via WP Cron','2021-01-11 23:54:56','2021-01-11 15:54:56'),(35440,14722,'action complete via WP Cron','2021-01-11 23:54:56','2021-01-11 15:54:56'),(35441,14723,'action created','2021-01-11 23:54:57','2021-01-11 15:54:57'),(35442,14723,'action started via WP Cron','2021-01-11 23:55:58','2021-01-11 15:55:58'),(35443,14723,'action complete via WP Cron','2021-01-11 23:55:58','2021-01-11 15:55:58'),(35444,14724,'action created','2021-01-11 23:55:58','2021-01-11 15:55:58'),(35445,14724,'action started via WP Cron','2021-01-11 23:56:49','2021-01-11 15:56:49'),(35446,14724,'action complete via WP Cron','2021-01-11 23:56:49','2021-01-11 15:56:49'),(35447,14725,'action created','2021-01-11 23:56:49','2021-01-11 15:56:49'),(35448,14725,'action started via WP Cron','2021-01-11 23:58:13','2021-01-11 15:58:13'),(35449,14725,'action complete via WP Cron','2021-01-11 23:58:13','2021-01-11 15:58:13'),(35450,14726,'action created','2021-01-11 23:58:13','2021-01-11 15:58:13'),(35451,14726,'action started via WP Cron','2021-01-12 00:01:09','2021-01-11 16:01:09'),(35452,14726,'action complete via WP Cron','2021-01-12 00:01:09','2021-01-11 16:01:09'),(35453,14727,'action created','2021-01-12 00:01:09','2021-01-11 16:01:09'),(35454,14727,'action started via WP Cron','2021-01-12 00:02:15','2021-01-11 16:02:15'),(35455,14727,'action complete via WP Cron','2021-01-12 00:02:15','2021-01-11 16:02:15'),(35456,14728,'action created','2021-01-12 00:02:15','2021-01-11 16:02:15'),(35457,14728,'action started via WP Cron','2021-01-12 00:02:47','2021-01-11 16:02:47'),(35458,14728,'action complete via WP Cron','2021-01-12 00:02:47','2021-01-11 16:02:47'),(35459,14729,'action created','2021-01-12 00:02:47','2021-01-11 16:02:47'),(35460,14729,'action started via WP Cron','2021-01-12 00:04:17','2021-01-11 16:04:17'),(35461,14729,'action complete via WP Cron','2021-01-12 00:04:17','2021-01-11 16:04:17'),(35462,14730,'action created','2021-01-12 00:04:17','2021-01-11 16:04:17'),(35463,14730,'action started via WP Cron','2021-01-12 00:09:05','2021-01-11 16:09:05'),(35464,14730,'action complete via WP Cron','2021-01-12 00:09:05','2021-01-11 16:09:05'),(35465,14731,'action created','2021-01-12 00:09:05','2021-01-11 16:09:05'),(35466,14731,'action started via WP Cron','2021-01-12 00:19:41','2021-01-11 16:19:41'),(35467,14731,'action complete via WP Cron','2021-01-12 00:19:41','2021-01-11 16:19:41'),(35468,14732,'action created','2021-01-12 00:19:41','2021-01-11 16:19:41'),(35469,14732,'action started via WP Cron','2021-01-12 00:20:53','2021-01-11 16:20:53'),(35470,14732,'action complete via WP Cron','2021-01-12 00:20:53','2021-01-11 16:20:53'),(35471,14733,'action created','2021-01-12 00:20:53','2021-01-11 16:20:53'),(35472,14733,'action started via WP Cron','2021-01-12 00:25:29','2021-01-11 16:25:29'),(35473,14733,'action complete via WP Cron','2021-01-12 00:25:29','2021-01-11 16:25:29'),(35474,14734,'action created','2021-01-12 00:25:29','2021-01-11 16:25:29'),(35475,14734,'action started via WP Cron','2021-01-12 00:26:29','2021-01-11 16:26:29'),(35476,14734,'action complete via WP Cron','2021-01-12 00:26:29','2021-01-11 16:26:29'),(35477,14735,'action created','2021-01-12 00:26:29','2021-01-11 16:26:29'),(35478,14735,'action started via WP Cron','2021-01-12 00:28:32','2021-01-11 16:28:32'),(35479,14735,'action complete via WP Cron','2021-01-12 00:28:32','2021-01-11 16:28:32'),(35480,14736,'action created','2021-01-12 00:28:32','2021-01-11 16:28:32'),(35481,14736,'action started via WP Cron','2021-01-12 00:29:33','2021-01-11 16:29:33'),(35482,14736,'action complete via WP Cron','2021-01-12 00:29:33','2021-01-11 16:29:33'),(35483,14737,'action created','2021-01-12 00:29:33','2021-01-11 16:29:33'),(35484,14737,'action started via WP Cron','2021-01-12 00:30:34','2021-01-11 16:30:34'),(35485,14737,'action complete via WP Cron','2021-01-12 00:30:34','2021-01-11 16:30:34'),(35486,14738,'action created','2021-01-12 00:30:34','2021-01-11 16:30:34'),(35487,14738,'action started via WP Cron','2021-01-12 00:32:58','2021-01-11 16:32:58'),(35488,14738,'action complete via WP Cron','2021-01-12 00:32:58','2021-01-11 16:32:58'),(35489,14739,'action created','2021-01-12 00:32:58','2021-01-11 16:32:58'),(35490,14739,'action started via WP Cron','2021-01-12 00:34:38','2021-01-11 16:34:38'),(35491,14739,'action complete via WP Cron','2021-01-12 00:34:38','2021-01-11 16:34:38'),(35492,14740,'action created','2021-01-12 00:34:38','2021-01-11 16:34:38'),(35493,14740,'action started via WP Cron','2021-01-12 00:39:04','2021-01-11 16:39:04'),(35494,14740,'action complete via WP Cron','2021-01-12 00:39:04','2021-01-11 16:39:04'),(35495,14741,'action created','2021-01-12 00:39:04','2021-01-11 16:39:04'),(35496,14741,'action started via WP Cron','2021-01-12 00:41:07','2021-01-11 16:41:07'),(35497,14741,'action complete via WP Cron','2021-01-12 00:41:07','2021-01-11 16:41:07'),(35498,14742,'action created','2021-01-12 00:41:07','2021-01-11 16:41:07'),(35499,14742,'action started via WP Cron','2021-01-12 00:44:01','2021-01-11 16:44:01'),(35500,14742,'action complete via WP Cron','2021-01-12 00:44:01','2021-01-11 16:44:01'),(35501,14743,'action created','2021-01-12 00:44:01','2021-01-11 16:44:01'),(35502,14743,'action started via WP Cron','2021-01-12 00:47:51','2021-01-11 16:47:51'),(35503,14743,'action complete via WP Cron','2021-01-12 00:47:51','2021-01-11 16:47:51'),(35504,14744,'action created','2021-01-12 00:47:51','2021-01-11 16:47:51'),(35505,14744,'action started via WP Cron','2021-01-12 00:55:11','2021-01-11 16:55:11'),(35506,14744,'action complete via WP Cron','2021-01-12 00:55:11','2021-01-11 16:55:11'),(35507,14745,'action created','2021-01-12 00:55:11','2021-01-11 16:55:11'),(35508,14745,'action started via WP Cron','2021-01-12 00:56:05','2021-01-11 16:56:05'),(35509,14745,'action complete via WP Cron','2021-01-12 00:56:05','2021-01-11 16:56:05'),(35510,14746,'action created','2021-01-12 00:56:05','2021-01-11 16:56:05'),(35511,14746,'action started via WP Cron','2021-01-12 00:57:06','2021-01-11 16:57:06'),(35512,14746,'action complete via WP Cron','2021-01-12 00:57:06','2021-01-11 16:57:06'),(35513,14747,'action created','2021-01-12 00:57:06','2021-01-11 16:57:06'),(35514,14747,'action started via WP Cron','2021-01-12 01:10:22','2021-01-11 17:10:22'),(35515,14747,'action complete via WP Cron','2021-01-12 01:10:22','2021-01-11 17:10:22'),(35516,14748,'action created','2021-01-12 01:10:22','2021-01-11 17:10:22'),(35517,14748,'action started via WP Cron','2021-01-12 01:10:46','2021-01-11 17:10:46'),(35518,14748,'action complete via WP Cron','2021-01-12 01:10:46','2021-01-11 17:10:46'),(35519,14749,'action created','2021-01-12 01:10:46','2021-01-11 17:10:46'),(35520,14749,'action started via WP Cron','2021-01-12 01:12:54','2021-01-11 17:12:54'),(35521,14749,'action complete via WP Cron','2021-01-12 01:12:54','2021-01-11 17:12:54'),(35522,14750,'action created','2021-01-12 01:12:54','2021-01-11 17:12:54'),(35523,14750,'action started via WP Cron','2021-01-12 01:18:08','2021-01-11 17:18:08'),(35524,14750,'action complete via WP Cron','2021-01-12 01:18:08','2021-01-11 17:18:08'),(35525,14751,'action created','2021-01-12 01:18:08','2021-01-11 17:18:08'),(35526,14751,'action started via WP Cron','2021-01-12 01:19:41','2021-01-11 17:19:41'),(35527,14751,'action complete via WP Cron','2021-01-12 01:19:41','2021-01-11 17:19:41'),(35528,14752,'action created','2021-01-12 01:19:41','2021-01-11 17:19:41'),(35529,14752,'action started via WP Cron','2021-01-12 01:26:39','2021-01-11 17:26:39'),(35530,14752,'action complete via WP Cron','2021-01-12 01:26:39','2021-01-11 17:26:39'),(35531,14753,'action created','2021-01-12 01:30:57','2021-01-11 17:30:57'),(35532,14753,'action started via WP Cron','2021-01-12 01:31:58','2021-01-11 17:31:58'),(35533,14753,'action complete via WP Cron','2021-01-12 01:31:58','2021-01-11 17:31:58'),(35534,14754,'action created','2021-01-12 01:31:58','2021-01-11 17:31:58'),(35535,14754,'action started via WP Cron','2021-01-12 01:32:59','2021-01-11 17:32:59'),(35536,14754,'action complete via WP Cron','2021-01-12 01:32:59','2021-01-11 17:32:59'),(35537,14755,'action created','2021-01-12 01:32:59','2021-01-11 17:32:59'),(35538,14755,'action started via WP Cron','2021-01-12 01:35:02','2021-01-11 17:35:02'),(35539,14755,'action complete via WP Cron','2021-01-12 01:35:02','2021-01-11 17:35:02'),(35540,14756,'action created','2021-01-12 01:36:03','2021-01-11 17:36:03'),(35541,14756,'action started via WP Cron','2021-01-12 01:37:04','2021-01-11 17:37:04'),(35542,14756,'action complete via WP Cron','2021-01-12 01:37:04','2021-01-11 17:37:04'),(35543,14757,'action created','2021-01-12 01:37:04','2021-01-11 17:37:04'),(35544,14757,'action started via WP Cron','2021-01-12 01:40:51','2021-01-11 17:40:51'),(35545,14757,'action complete via WP Cron','2021-01-12 01:40:51','2021-01-11 17:40:51'),(35546,14758,'action created','2021-01-12 01:40:51','2021-01-11 17:40:51'),(35547,14758,'action started via WP Cron','2021-01-12 01:42:55','2021-01-11 17:42:55'),(35548,14758,'action complete via WP Cron','2021-01-12 01:42:55','2021-01-11 17:42:55'),(35549,14759,'action created','2021-01-12 01:42:55','2021-01-11 17:42:55'),(35550,14759,'action started via WP Cron','2021-01-12 01:44:30','2021-01-11 17:44:30'),(35551,14759,'action complete via WP Cron','2021-01-12 01:44:30','2021-01-11 17:44:30'),(35552,14760,'action created','2021-01-12 01:44:30','2021-01-11 17:44:30'),(35553,14760,'action started via WP Cron','2021-01-12 01:46:47','2021-01-11 17:46:47'),(35554,14760,'action complete via WP Cron','2021-01-12 01:46:47','2021-01-11 17:46:47'),(35555,14761,'action created','2021-01-12 01:46:47','2021-01-11 17:46:47'),(35556,14761,'action started via WP Cron','2021-01-12 01:49:08','2021-01-11 17:49:08'),(35557,14761,'action complete via WP Cron','2021-01-12 01:49:08','2021-01-11 17:49:08'),(35558,14762,'action created','2021-01-12 01:49:08','2021-01-11 17:49:08'),(35559,14762,'action started via WP Cron','2021-01-12 01:51:08','2021-01-11 17:51:08'),(35560,14762,'action complete via WP Cron','2021-01-12 01:51:08','2021-01-11 17:51:08'),(35561,14763,'action created','2021-01-12 01:51:08','2021-01-11 17:51:08'),(35562,14763,'action started via WP Cron','2021-01-12 01:53:52','2021-01-11 17:53:52'),(35563,14763,'action complete via WP Cron','2021-01-12 01:53:52','2021-01-11 17:53:52'),(35564,14764,'action created','2021-01-12 01:53:52','2021-01-11 17:53:52'),(35565,14764,'action started via WP Cron','2021-01-12 01:57:12','2021-01-11 17:57:12'),(35566,14764,'action complete via WP Cron','2021-01-12 01:57:12','2021-01-11 17:57:12'),(35567,14765,'action created','2021-01-12 01:57:12','2021-01-11 17:57:12'),(35568,14765,'action started via WP Cron','2021-01-12 01:58:06','2021-01-11 17:58:06'),(35569,14765,'action complete via WP Cron','2021-01-12 01:58:06','2021-01-11 17:58:06'),(35570,14766,'action created','2021-01-12 01:58:06','2021-01-11 17:58:06'),(35571,14766,'action started via WP Cron','2021-01-12 01:59:07','2021-01-11 17:59:07'),(35572,14766,'action complete via WP Cron','2021-01-12 01:59:07','2021-01-11 17:59:07'),(35573,14767,'action created','2021-01-12 01:59:07','2021-01-11 17:59:07'),(35574,14767,'action started via WP Cron','2021-01-12 02:03:50','2021-01-11 18:03:50'),(35575,14767,'action complete via WP Cron','2021-01-12 02:03:50','2021-01-11 18:03:50'),(35576,14768,'action created','2021-01-12 02:03:50','2021-01-11 18:03:50'),(35577,14768,'action started via WP Cron','2021-01-12 02:05:55','2021-01-11 18:05:55'),(35578,14768,'action complete via WP Cron','2021-01-12 02:05:55','2021-01-11 18:05:55'),(35579,14769,'action created','2021-01-12 02:05:56','2021-01-11 18:05:56'),(35580,14769,'action started via WP Cron','2021-01-12 02:07:28','2021-01-11 18:07:28'),(35581,14769,'action complete via WP Cron','2021-01-12 02:07:28','2021-01-11 18:07:28'),(35582,14770,'action created','2021-01-12 02:07:28','2021-01-11 18:07:28'),(35583,14770,'action started via WP Cron','2021-01-12 02:09:34','2021-01-11 18:09:34'),(35584,14770,'action complete via WP Cron','2021-01-12 02:09:34','2021-01-11 18:09:34'),(35585,14771,'action created','2021-01-12 02:09:34','2021-01-11 18:09:34'),(35586,14771,'action started via WP Cron','2021-01-12 02:11:03','2021-01-11 18:11:03'),(35587,14771,'action complete via WP Cron','2021-01-12 02:11:03','2021-01-11 18:11:03'),(35588,14772,'action created','2021-01-12 02:11:03','2021-01-11 18:11:03'),(35589,14772,'action started via WP Cron','2021-01-12 02:12:31','2021-01-11 18:12:31'),(35590,14772,'action complete via WP Cron','2021-01-12 02:12:31','2021-01-11 18:12:31'),(35591,14773,'action created','2021-01-12 02:12:31','2021-01-11 18:12:31'),(35592,14773,'action started via WP Cron','2021-01-12 02:15:28','2021-01-11 18:15:28'),(35593,14773,'action complete via WP Cron','2021-01-12 02:15:28','2021-01-11 18:15:28'),(35594,14774,'action created','2021-01-12 02:15:28','2021-01-11 18:15:28'),(35595,14774,'action started via WP Cron','2021-01-12 02:15:41','2021-01-11 18:15:41'),(35596,14774,'action complete via WP Cron','2021-01-12 02:15:41','2021-01-11 18:15:41'),(35597,14775,'action created','2021-01-12 02:15:41','2021-01-11 18:15:41'),(35598,14775,'action started via WP Cron','2021-01-12 02:16:49','2021-01-11 18:16:49'),(35599,14775,'action complete via WP Cron','2021-01-12 02:16:49','2021-01-11 18:16:49'),(35600,14776,'action created','2021-01-12 02:16:49','2021-01-11 18:16:49'),(35601,14776,'action started via WP Cron','2021-01-12 02:18:03','2021-01-11 18:18:03'),(35602,14776,'action complete via WP Cron','2021-01-12 02:18:03','2021-01-11 18:18:03'),(35603,14777,'action created','2021-01-12 02:18:07','2021-01-11 18:18:07'),(35604,14777,'action started via WP Cron','2021-01-12 02:18:59','2021-01-11 18:18:59'),(35605,14777,'action complete via WP Cron','2021-01-12 02:18:59','2021-01-11 18:18:59'),(35606,14778,'action created','2021-01-12 02:19:00','2021-01-11 18:19:00'),(35607,14778,'action started via WP Cron','2021-01-12 02:19:57','2021-01-11 18:19:57'),(35608,14778,'action complete via WP Cron','2021-01-12 02:19:57','2021-01-11 18:19:57'),(35609,14779,'action created','2021-01-12 02:19:57','2021-01-11 18:19:57'),(35610,14779,'action started via WP Cron','2021-01-12 02:21:21','2021-01-11 18:21:21'),(35611,14779,'action complete via WP Cron','2021-01-12 02:21:21','2021-01-11 18:21:21'),(35612,14780,'action created','2021-01-12 02:21:22','2021-01-11 18:21:22'),(35613,14780,'action started via WP Cron','2021-01-12 02:30:24','2021-01-11 18:30:24'),(35614,14780,'action complete via WP Cron','2021-01-12 02:30:24','2021-01-11 18:30:24'),(35615,14781,'action created','2021-01-12 02:30:24','2021-01-11 18:30:24'),(35616,14781,'action started via WP Cron','2021-01-12 02:31:43','2021-01-11 18:31:43'),(35617,14781,'action complete via WP Cron','2021-01-12 02:31:43','2021-01-11 18:31:43'),(35618,14782,'action created','2021-01-12 02:31:43','2021-01-11 18:31:43'),(35619,14229,'action started via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35620,14229,'action complete via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35621,14783,'action created','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35622,14228,'action started via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35623,14228,'action complete via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35624,14784,'action created','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35625,14782,'action started via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35626,14782,'action complete via WP Cron','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35627,14785,'action created','2021-01-12 02:37:16','2021-01-11 18:37:16'),(35628,14785,'action started via WP Cron','2021-01-12 02:38:16','2021-01-11 18:38:16'),(35629,14785,'action complete via WP Cron','2021-01-12 02:38:16','2021-01-11 18:38:16'),(35630,14786,'action created','2021-01-12 02:38:16','2021-01-11 18:38:16'),(35631,14786,'action started via WP Cron','2021-01-12 02:39:18','2021-01-11 18:39:18'),(35632,14786,'action complete via WP Cron','2021-01-12 02:39:18','2021-01-11 18:39:18'),(35633,14787,'action created','2021-01-12 02:39:18','2021-01-11 18:39:18'),(35634,14787,'action started via WP Cron','2021-01-12 02:40:18','2021-01-11 18:40:18'),(35635,14787,'action complete via WP Cron','2021-01-12 02:40:18','2021-01-11 18:40:18'),(35636,14788,'action created','2021-01-12 02:40:18','2021-01-11 18:40:18'),(35637,14788,'action started via WP Cron','2021-01-12 02:41:20','2021-01-11 18:41:20'),(35638,14788,'action complete via WP Cron','2021-01-12 02:41:20','2021-01-11 18:41:20'),(35639,14789,'action created','2021-01-12 02:41:20','2021-01-11 18:41:20'),(35640,14789,'action started via WP Cron','2021-01-12 02:42:21','2021-01-11 18:42:21'),(35641,14789,'action complete via WP Cron','2021-01-12 02:42:21','2021-01-11 18:42:21'),(35642,14790,'action created','2021-01-12 02:42:21','2021-01-11 18:42:21'),(35643,14790,'action started via WP Cron','2021-01-12 02:50:41','2021-01-11 18:50:41'),(35644,14790,'action complete via WP Cron','2021-01-12 02:50:41','2021-01-11 18:50:41'),(35645,14791,'action created','2021-01-12 02:50:41','2021-01-11 18:50:41'),(35646,14791,'action started via WP Cron','2021-01-12 02:58:16','2021-01-11 18:58:16'),(35647,14791,'action complete via WP Cron','2021-01-12 02:58:16','2021-01-11 18:58:16'),(35648,14792,'action created','2021-01-12 02:58:16','2021-01-11 18:58:16'),(35649,14792,'action started via WP Cron','2021-01-12 02:59:13','2021-01-11 18:59:13'),(35650,14792,'action complete via WP Cron','2021-01-12 02:59:13','2021-01-11 18:59:13'),(35651,14793,'action created','2021-01-12 02:59:13','2021-01-11 18:59:13'),(35652,14793,'action started via WP Cron','2021-01-12 02:59:48','2021-01-11 18:59:48'),(35653,14793,'action complete via WP Cron','2021-01-12 02:59:48','2021-01-11 18:59:48'),(35654,14794,'action created','2021-01-12 02:59:48','2021-01-11 18:59:48'),(35655,14794,'action started via WP Cron','2021-01-12 03:00:41','2021-01-11 19:00:41'),(35656,14794,'action complete via WP Cron','2021-01-12 03:00:41','2021-01-11 19:00:41'),(35657,14795,'action created','2021-01-12 03:00:41','2021-01-11 19:00:41'),(35658,14795,'action started via WP Cron','2021-01-12 03:01:57','2021-01-11 19:01:57'),(35659,14795,'action complete via WP Cron','2021-01-12 03:01:57','2021-01-11 19:01:57'),(35660,14796,'action created','2021-01-12 03:01:58','2021-01-11 19:01:58'),(35661,14796,'action started via WP Cron','2021-01-12 03:02:59','2021-01-11 19:02:59'),(35662,14796,'action complete via WP Cron','2021-01-12 03:02:59','2021-01-11 19:02:59'),(35663,14797,'action created','2021-01-12 03:02:59','2021-01-11 19:02:59'),(35664,14797,'action started via WP Cron','2021-01-12 03:03:59','2021-01-11 19:03:59'),(35665,14797,'action complete via WP Cron','2021-01-12 03:03:59','2021-01-11 19:03:59'),(35666,14798,'action created','2021-01-12 03:04:00','2021-01-11 19:04:00'),(35667,14798,'action started via WP Cron','2021-01-12 03:12:16','2021-01-11 19:12:16'),(35668,14798,'action complete via WP Cron','2021-01-12 03:12:16','2021-01-11 19:12:16'),(35669,14799,'action created','2021-01-12 03:12:16','2021-01-11 19:12:16'),(35670,14799,'action started via WP Cron','2021-01-12 03:13:17','2021-01-11 19:13:17'),(35671,14799,'action complete via WP Cron','2021-01-12 03:13:17','2021-01-11 19:13:17'),(35672,14800,'action created','2021-01-12 03:13:17','2021-01-11 19:13:17'),(35673,14800,'action started via WP Cron','2021-01-12 03:14:18','2021-01-11 19:14:18'),(35674,14800,'action complete via WP Cron','2021-01-12 03:14:18','2021-01-11 19:14:18'),(35675,14801,'action created','2021-01-12 03:14:18','2021-01-11 19:14:18'),(35676,14801,'action started via WP Cron','2021-01-12 03:16:20','2021-01-11 19:16:20'),(35677,14801,'action complete via WP Cron','2021-01-12 03:16:20','2021-01-11 19:16:20'),(35678,14802,'action created','2021-01-12 03:16:20','2021-01-11 19:16:20'),(35679,14802,'action started via WP Cron','2021-01-12 03:17:21','2021-01-11 19:17:21'),(35680,14802,'action complete via WP Cron','2021-01-12 03:17:21','2021-01-11 19:17:21'),(35681,14803,'action created','2021-01-12 03:17:21','2021-01-11 19:17:21'),(35682,14803,'action started via WP Cron','2021-01-12 03:18:22','2021-01-11 19:18:22'),(35683,14803,'action complete via WP Cron','2021-01-12 03:18:22','2021-01-11 19:18:22'),(35684,14804,'action created','2021-01-12 03:18:22','2021-01-11 19:18:22'),(35685,14804,'action started via WP Cron','2021-01-12 03:21:57','2021-01-11 19:21:57'),(35686,14804,'action complete via WP Cron','2021-01-12 03:21:57','2021-01-11 19:21:57'),(35687,14805,'action created','2021-01-12 03:21:57','2021-01-11 19:21:57'),(35688,14805,'action started via WP Cron','2021-01-12 03:23:09','2021-01-11 19:23:09'),(35689,14805,'action complete via WP Cron','2021-01-12 03:23:09','2021-01-11 19:23:09'),(35690,14806,'action created','2021-01-12 03:23:09','2021-01-11 19:23:09'),(35691,14806,'action started via WP Cron','2021-01-12 03:23:48','2021-01-11 19:23:48'),(35692,14806,'action complete via WP Cron','2021-01-12 03:23:48','2021-01-11 19:23:48'),(35693,14807,'action created','2021-01-12 03:23:48','2021-01-11 19:23:48'),(35694,14807,'action started via WP Cron','2021-01-12 03:24:52','2021-01-11 19:24:52'),(35695,14807,'action complete via WP Cron','2021-01-12 03:24:52','2021-01-11 19:24:52'),(35696,14808,'action created','2021-01-12 03:24:52','2021-01-11 19:24:52'),(35697,14808,'action started via WP Cron','2021-01-12 03:25:53','2021-01-11 19:25:53'),(35698,14808,'action complete via WP Cron','2021-01-12 03:25:53','2021-01-11 19:25:53'),(35699,14809,'action created','2021-01-12 03:25:53','2021-01-11 19:25:53'),(35700,14809,'action started via WP Cron','2021-01-12 03:26:54','2021-01-11 19:26:54'),(35701,14809,'action complete via WP Cron','2021-01-12 03:26:54','2021-01-11 19:26:54'),(35702,14810,'action created','2021-01-12 03:26:54','2021-01-11 19:26:54'),(35703,14810,'action started via WP Cron','2021-01-12 03:27:54','2021-01-11 19:27:54'),(35704,14810,'action complete via WP Cron','2021-01-12 03:27:54','2021-01-11 19:27:54'),(35705,14811,'action created','2021-01-12 03:27:54','2021-01-11 19:27:54'),(35706,14811,'action started via WP Cron','2021-01-12 03:29:57','2021-01-11 19:29:57'),(35707,14811,'action complete via WP Cron','2021-01-12 03:29:57','2021-01-11 19:29:57'),(35708,14812,'action created','2021-01-12 03:29:57','2021-01-11 19:29:57'),(35709,14812,'action started via WP Cron','2021-01-12 03:33:59','2021-01-11 19:33:59'),(35710,14812,'action complete via WP Cron','2021-01-12 03:33:59','2021-01-11 19:33:59'),(35711,14813,'action created','2021-01-12 03:34:00','2021-01-11 19:34:00'),(35712,14813,'action started via WP Cron','2021-01-12 03:37:08','2021-01-11 19:37:08'),(35713,14813,'action complete via WP Cron','2021-01-12 03:37:08','2021-01-11 19:37:08'),(35714,14814,'action created','2021-01-12 03:37:08','2021-01-11 19:37:08'),(35715,14814,'action started via WP Cron','2021-01-12 03:40:39','2021-01-11 19:40:39'),(35716,14814,'action complete via WP Cron','2021-01-12 03:40:39','2021-01-11 19:40:39'),(35717,14815,'action created','2021-01-12 03:40:39','2021-01-11 19:40:39'),(35718,14815,'action started via WP Cron','2021-01-12 03:41:33','2021-01-11 19:41:33'),(35719,14815,'action complete via WP Cron','2021-01-12 03:41:33','2021-01-11 19:41:33'),(35720,14816,'action created','2021-01-12 03:41:33','2021-01-11 19:41:33'),(35721,14816,'action started via WP Cron','2021-01-12 03:42:39','2021-01-11 19:42:39'),(35722,14816,'action complete via WP Cron','2021-01-12 03:42:39','2021-01-11 19:42:39'),(35723,14817,'action created','2021-01-12 03:42:40','2021-01-11 19:42:40'),(35724,14817,'action started via WP Cron','2021-01-12 03:44:42','2021-01-11 19:44:42'),(35725,14817,'action complete via WP Cron','2021-01-12 03:44:42','2021-01-11 19:44:42'),(35726,14818,'action created','2021-01-12 03:44:42','2021-01-11 19:44:42'),(35727,14818,'action started via WP Cron','2021-01-12 03:45:45','2021-01-11 19:45:45'),(35728,14818,'action complete via WP Cron','2021-01-12 03:45:45','2021-01-11 19:45:45'),(35729,14819,'action created','2021-01-12 03:45:45','2021-01-11 19:45:45'),(35730,14819,'action started via WP Cron','2021-01-12 03:46:46','2021-01-11 19:46:46'),(35731,14819,'action complete via WP Cron','2021-01-12 03:46:46','2021-01-11 19:46:46'),(35732,14820,'action created','2021-01-12 03:46:46','2021-01-11 19:46:46'),(35733,14820,'action started via WP Cron','2021-01-12 03:47:57','2021-01-11 19:47:57'),(35734,14820,'action complete via WP Cron','2021-01-12 03:47:57','2021-01-11 19:47:57'),(35735,14821,'action created','2021-01-12 03:47:57','2021-01-11 19:47:57'),(35736,14821,'action started via WP Cron','2021-01-12 03:59:48','2021-01-11 19:59:48'),(35737,14821,'action complete via WP Cron','2021-01-12 03:59:48','2021-01-11 19:59:48'),(35738,14822,'action created','2021-01-12 03:59:48','2021-01-11 19:59:48'),(35739,14822,'action started via WP Cron','2021-01-12 04:03:18','2021-01-11 20:03:18'),(35740,14822,'action complete via WP Cron','2021-01-12 04:03:18','2021-01-11 20:03:18'),(35741,14823,'action created','2021-01-12 04:03:18','2021-01-11 20:03:18'),(35742,14823,'action started via WP Cron','2021-01-12 04:04:10','2021-01-11 20:04:10'),(35743,14823,'action complete via WP Cron','2021-01-12 04:04:10','2021-01-11 20:04:10'),(35744,14824,'action created','2021-01-12 04:04:10','2021-01-11 20:04:10'),(35745,14824,'action started via WP Cron','2021-01-12 04:05:19','2021-01-11 20:05:19'),(35746,14824,'action complete via WP Cron','2021-01-12 04:05:19','2021-01-11 20:05:19'),(35747,14825,'action created','2021-01-12 04:05:19','2021-01-11 20:05:19'),(35748,14825,'action started via WP Cron','2021-01-12 04:06:12','2021-01-11 20:06:12'),(35749,14825,'action complete via WP Cron','2021-01-12 04:06:12','2021-01-11 20:06:12'),(35750,14826,'action created','2021-01-12 04:06:12','2021-01-11 20:06:12'),(35751,14826,'action started via WP Cron','2021-01-12 04:06:54','2021-01-11 20:06:54'),(35752,14826,'action complete via WP Cron','2021-01-12 04:06:54','2021-01-11 20:06:54'),(35753,14827,'action created','2021-01-12 04:06:54','2021-01-11 20:06:54'),(35754,14827,'action started via WP Cron','2021-01-12 04:09:52','2021-01-11 20:09:52'),(35755,14827,'action complete via WP Cron','2021-01-12 04:09:52','2021-01-11 20:09:52'),(35756,14828,'action created','2021-01-12 04:09:52','2021-01-11 20:09:52'),(35757,14828,'action started via WP Cron','2021-01-12 04:11:45','2021-01-11 20:11:45'),(35758,14828,'action complete via WP Cron','2021-01-12 04:11:45','2021-01-11 20:11:45'),(35759,14829,'action created','2021-01-12 04:11:45','2021-01-11 20:11:45'),(35760,14829,'action started via WP Cron','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35761,14829,'action complete via WP Cron','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35762,14258,'action started via WP Cron','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35763,14258,'action complete via WP Cron','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35764,14830,'action created','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35765,14831,'action created','2021-01-12 04:14:40','2021-01-11 20:14:40'),(35766,14831,'action started via WP Cron','2021-01-12 04:19:03','2021-01-11 20:19:03'),(35767,14831,'action complete via WP Cron','2021-01-12 04:19:03','2021-01-11 20:19:03'),(35768,14832,'action created','2021-01-12 04:19:03','2021-01-11 20:19:03'),(35769,14832,'action started via WP Cron','2021-01-12 04:20:06','2021-01-11 20:20:06'),(35770,14832,'action complete via WP Cron','2021-01-12 04:20:06','2021-01-11 20:20:06'),(35771,14833,'action created','2021-01-12 04:21:05','2021-01-11 20:21:05'),(35772,14833,'action started via WP Cron','2021-01-12 04:22:55','2021-01-11 20:22:55'),(35773,14833,'action complete via WP Cron','2021-01-12 04:22:55','2021-01-11 20:22:55'),(35774,14834,'action created','2021-01-12 04:22:55','2021-01-11 20:22:55'),(35775,14834,'action started via WP Cron','2021-01-12 04:24:08','2021-01-11 20:24:08'),(35776,14834,'action complete via WP Cron','2021-01-12 04:24:08','2021-01-11 20:24:08'),(35777,14835,'action created','2021-01-12 04:24:08','2021-01-11 20:24:08'),(35778,14835,'action started via WP Cron','2021-01-12 04:25:09','2021-01-11 20:25:09'),(35779,14835,'action complete via WP Cron','2021-01-12 04:25:09','2021-01-11 20:25:09'),(35780,14836,'action created','2021-01-12 04:25:09','2021-01-11 20:25:09'),(35781,14836,'action started via WP Cron','2021-01-12 04:29:49','2021-01-11 20:29:49'),(35782,14836,'action complete via WP Cron','2021-01-12 04:29:49','2021-01-11 20:29:49'),(35783,14837,'action created','2021-01-12 04:29:50','2021-01-11 20:29:50'),(35784,14837,'action started via WP Cron','2021-01-12 04:30:52','2021-01-11 20:30:52'),(35785,14837,'action complete via WP Cron','2021-01-12 04:30:52','2021-01-11 20:30:52'),(35786,14838,'action created','2021-01-12 04:30:52','2021-01-11 20:30:52'),(35787,14838,'action started via WP Cron','2021-01-12 04:32:02','2021-01-11 20:32:02'),(35788,14838,'action complete via WP Cron','2021-01-12 04:32:02','2021-01-11 20:32:02'),(35789,14839,'action created','2021-01-12 04:32:02','2021-01-11 20:32:02'),(35790,14839,'action started via WP Cron','2021-01-12 04:33:59','2021-01-11 20:33:59'),(35791,14839,'action complete via WP Cron','2021-01-12 04:33:59','2021-01-11 20:33:59'),(35792,14840,'action created','2021-01-12 04:37:00','2021-01-11 20:37:00'),(35793,14840,'action started via WP Cron','2021-01-12 04:51:51','2021-01-11 20:51:51'),(35794,14840,'action complete via WP Cron','2021-01-12 04:51:51','2021-01-11 20:51:51'),(35795,14841,'action created','2021-01-12 04:52:56','2021-01-11 20:52:56'),(35796,14841,'action started via WP Cron','2021-01-12 04:56:17','2021-01-11 20:56:17'),(35797,14841,'action complete via WP Cron','2021-01-12 04:56:17','2021-01-11 20:56:17'),(35798,14842,'action created','2021-01-12 04:56:17','2021-01-11 20:56:17'),(35799,14842,'action started via WP Cron','2021-01-12 04:56:44','2021-01-11 20:56:44'),(35800,14842,'action complete via WP Cron','2021-01-12 04:56:44','2021-01-11 20:56:44'),(35801,14843,'action created','2021-01-12 04:56:44','2021-01-11 20:56:44'),(35802,14843,'action started via WP Cron','2021-01-12 05:05:18','2021-01-11 21:05:18'),(35803,14843,'action complete via WP Cron','2021-01-12 05:05:18','2021-01-11 21:05:18'),(35804,14844,'action created','2021-01-12 05:05:18','2021-01-11 21:05:18'),(35805,14844,'action started via WP Cron','2021-01-12 05:08:16','2021-01-11 21:08:16'),(35806,14844,'action complete via WP Cron','2021-01-12 05:08:16','2021-01-11 21:08:16'),(35807,14845,'action created','2021-01-12 05:08:16','2021-01-11 21:08:16'),(35808,14845,'action started via WP Cron','2021-01-12 05:09:17','2021-01-11 21:09:17'),(35809,14845,'action complete via WP Cron','2021-01-12 05:09:17','2021-01-11 21:09:17'),(35810,14846,'action created','2021-01-12 05:10:18','2021-01-11 21:10:18'),(35811,14846,'action started via WP Cron','2021-01-12 05:11:49','2021-01-11 21:11:49'),(35812,14846,'action complete via WP Cron','2021-01-12 05:11:49','2021-01-11 21:11:49'),(35813,14847,'action created','2021-01-12 05:11:49','2021-01-11 21:11:49'),(35814,14847,'action started via WP Cron','2021-01-12 05:13:21','2021-01-11 21:13:21'),(35815,14847,'action complete via WP Cron','2021-01-12 05:13:21','2021-01-11 21:13:21'),(35816,14848,'action created','2021-01-12 05:13:22','2021-01-11 21:13:22'),(35817,14848,'action started via WP Cron','2021-01-12 05:18:13','2021-01-11 21:18:13'),(35818,14848,'action complete via WP Cron','2021-01-12 05:18:13','2021-01-11 21:18:13'),(35819,14849,'action created','2021-01-12 05:18:13','2021-01-11 21:18:13'),(35820,14849,'action started via WP Cron','2021-01-12 05:23:44','2021-01-11 21:23:44'),(35821,14849,'action complete via WP Cron','2021-01-12 05:23:44','2021-01-11 21:23:44'),(35822,14850,'action created','2021-01-12 05:23:44','2021-01-11 21:23:44'),(35823,14850,'action started via WP Cron','2021-01-12 05:24:53','2021-01-11 21:24:53'),(35824,14850,'action complete via WP Cron','2021-01-12 05:24:53','2021-01-11 21:24:53'),(35825,14851,'action created','2021-01-12 05:24:53','2021-01-11 21:24:53'),(35826,14851,'action started via WP Cron','2021-01-12 05:25:44','2021-01-11 21:25:44'),(35827,14851,'action complete via WP Cron','2021-01-12 05:25:44','2021-01-11 21:25:44'),(35828,14852,'action created','2021-01-12 05:25:44','2021-01-11 21:25:44'),(35829,14852,'action started via WP Cron','2021-01-12 05:27:56','2021-01-11 21:27:56'),(35830,14852,'action complete via WP Cron','2021-01-12 05:27:56','2021-01-11 21:27:56'),(35831,14853,'action created','2021-01-12 05:27:56','2021-01-11 21:27:56'),(35832,14853,'action started via WP Cron','2021-01-12 05:28:57','2021-01-11 21:28:57'),(35833,14853,'action complete via WP Cron','2021-01-12 05:28:57','2021-01-11 21:28:57'),(35834,14854,'action created','2021-01-12 05:28:57','2021-01-11 21:28:57'),(35835,14854,'action started via WP Cron','2021-01-12 05:29:59','2021-01-11 21:29:59'),(35836,14854,'action complete via WP Cron','2021-01-12 05:29:59','2021-01-11 21:29:59'),(35837,14855,'action created','2021-01-12 05:29:59','2021-01-11 21:29:59'),(35838,14855,'action started via WP Cron','2021-01-12 05:34:25','2021-01-11 21:34:25'),(35839,14855,'action complete via WP Cron','2021-01-12 05:34:25','2021-01-11 21:34:25'),(35840,14856,'action created','2021-01-12 05:34:25','2021-01-11 21:34:25'),(35841,14856,'action started via WP Cron','2021-01-12 05:45:59','2021-01-11 21:45:59'),(35842,14856,'action complete via WP Cron','2021-01-12 05:45:59','2021-01-11 21:45:59'),(35843,14857,'action created','2021-01-12 05:45:59','2021-01-11 21:45:59'),(35847,14858,'action started via WP Cron','2021-01-12 06:00:06','2021-01-11 22:00:06'),(35848,14858,'action complete via WP Cron','2021-01-12 06:00:06','2021-01-11 22:00:06'),(35849,14859,'action created','2021-01-12 06:00:06','2021-01-11 22:00:06'),(35850,14859,'action started via WP Cron','2021-01-12 06:01:31','2021-01-11 22:01:31'),(35851,14859,'action complete via WP Cron','2021-01-12 06:01:31','2021-01-11 22:01:31'),(35852,14860,'action created','2021-01-12 06:01:31','2021-01-11 22:01:31'),(35853,14860,'action started via WP Cron','2021-01-12 06:01:45','2021-01-11 22:01:45'),(35854,14860,'action complete via WP Cron','2021-01-12 06:01:45','2021-01-11 22:01:45'),(35855,14861,'action created','2021-01-12 06:01:45','2021-01-11 22:01:45'),(35856,14861,'action started via WP Cron','2021-01-12 06:13:43','2021-01-11 22:13:43'),(35857,14861,'action complete via WP Cron','2021-01-12 06:13:43','2021-01-11 22:13:43'),(35858,14862,'action created','2021-01-12 06:13:43','2021-01-11 22:13:43'),(35859,14862,'action started via WP Cron','2021-01-12 06:15:23','2021-01-11 22:15:23'),(35860,14862,'action complete via WP Cron','2021-01-12 06:15:23','2021-01-11 22:15:23'),(35861,14863,'action created','2021-01-12 06:15:23','2021-01-11 22:15:23'),(35862,14863,'action started via WP Cron','2021-01-12 06:16:24','2021-01-11 22:16:24'),(35863,14863,'action complete via WP Cron','2021-01-12 06:16:24','2021-01-11 22:16:24'),(35864,14864,'action created','2021-01-12 06:16:24','2021-01-11 22:16:24'),(35865,14864,'action started via WP Cron','2021-01-12 06:18:34','2021-01-11 22:18:34'),(35866,14864,'action complete via WP Cron','2021-01-12 06:18:34','2021-01-11 22:18:34'),(35867,14865,'action created','2021-01-12 06:18:35','2021-01-11 22:18:35'),(35868,14865,'action started via WP Cron','2021-01-12 06:19:27','2021-01-11 22:19:27'),(35869,14865,'action complete via WP Cron','2021-01-12 06:19:27','2021-01-11 22:19:27'),(35870,14866,'action created','2021-01-12 06:19:27','2021-01-11 22:19:27'),(35871,14866,'action started via WP Cron','2021-01-12 06:20:28','2021-01-11 22:20:28'),(35872,14866,'action complete via WP Cron','2021-01-12 06:20:28','2021-01-11 22:20:28'),(35873,14867,'action created','2021-01-12 06:20:28','2021-01-11 22:20:28'),(35874,14867,'action started via WP Cron','2021-01-12 06:25:50','2021-01-11 22:25:50'),(35875,14867,'action complete via WP Cron','2021-01-12 06:25:50','2021-01-11 22:25:50'),(35876,14868,'action created','2021-01-12 06:25:50','2021-01-11 22:25:50'),(35877,14868,'action started via WP Cron','2021-01-12 06:30:09','2021-01-11 22:30:09'),(35878,14868,'action complete via WP Cron','2021-01-12 06:30:09','2021-01-11 22:30:09'),(35879,14869,'action created','2021-01-12 06:30:09','2021-01-11 22:30:09'),(35880,14869,'action started via WP Cron','2021-01-12 06:31:10','2021-01-11 22:31:10'),(35881,14869,'action complete via WP Cron','2021-01-12 06:31:10','2021-01-11 22:31:10'),(35882,14870,'action created','2021-01-12 06:31:10','2021-01-11 22:31:10'),(35883,14870,'action started via WP Cron','2021-01-12 06:32:11','2021-01-11 22:32:11'),(35884,14870,'action complete via WP Cron','2021-01-12 06:32:11','2021-01-11 22:32:11'),(35885,14871,'action created','2021-01-12 06:32:11','2021-01-11 22:32:11'),(35886,14871,'action started via WP Cron','2021-01-12 06:33:36','2021-01-11 22:33:36'),(35887,14871,'action complete via WP Cron','2021-01-12 06:33:36','2021-01-11 22:33:36'),(35888,14872,'action created','2021-01-12 06:33:36','2021-01-11 22:33:36'),(35889,14872,'action started via WP Cron','2021-01-12 06:34:13','2021-01-11 22:34:13'),(35890,14872,'action complete via WP Cron','2021-01-12 06:34:13','2021-01-11 22:34:13'),(35891,14873,'action created','2021-01-12 06:34:13','2021-01-11 22:34:13'),(35892,14873,'action started via WP Cron','2021-01-12 06:35:14','2021-01-11 22:35:14'),(35893,14873,'action complete via WP Cron','2021-01-12 06:35:14','2021-01-11 22:35:14'),(35894,14874,'action created','2021-01-12 06:35:14','2021-01-11 22:35:14'),(35895,14874,'action started via WP Cron','2021-01-12 06:36:00','2021-01-11 22:36:00'),(35896,14874,'action complete via WP Cron','2021-01-12 06:36:00','2021-01-11 22:36:00'),(35897,14875,'action created','2021-01-12 06:36:00','2021-01-11 22:36:00'),(35898,14875,'action started via WP Cron','2021-01-12 06:42:14','2021-01-11 22:42:14'),(35899,14875,'action complete via WP Cron','2021-01-12 06:42:14','2021-01-11 22:42:14'),(35900,14876,'action created','2021-01-12 06:42:14','2021-01-11 22:42:14'),(35901,14876,'action started via WP Cron','2021-01-12 06:54:43','2021-01-11 22:54:43'),(35902,14876,'action complete via WP Cron','2021-01-12 06:54:43','2021-01-11 22:54:43'),(35903,14877,'action created','2021-01-12 06:54:43','2021-01-11 22:54:43'),(35904,14877,'action started via WP Cron','2021-01-12 06:56:58','2021-01-11 22:56:58'),(35905,14877,'action complete via WP Cron','2021-01-12 06:56:58','2021-01-11 22:56:58'),(35906,14878,'action created','2021-01-12 06:56:58','2021-01-11 22:56:58'),(35907,14878,'action started via WP Cron','2021-01-12 07:18:13','2021-01-11 23:18:13'),(35908,14878,'action complete via WP Cron','2021-01-12 07:18:13','2021-01-11 23:18:13'),(35909,14879,'action created','2021-01-12 07:18:13','2021-01-11 23:18:13'),(35910,14879,'action started via WP Cron','2021-01-12 07:29:11','2021-01-11 23:29:11'),(35911,14879,'action complete via WP Cron','2021-01-12 07:29:11','2021-01-11 23:29:11'),(35912,14880,'action created','2021-01-12 07:29:11','2021-01-11 23:29:11'),(35913,14880,'action started via WP Cron','2021-01-12 07:35:47','2021-01-11 23:35:47'),(35914,14880,'action complete via WP Cron','2021-01-12 07:35:47','2021-01-11 23:35:47'),(35915,14881,'action created','2021-01-12 07:35:48','2021-01-11 23:35:48'),(35916,14881,'action started via WP Cron','2021-01-12 07:37:18','2021-01-11 23:37:18'),(35917,14881,'action complete via WP Cron','2021-01-12 07:37:18','2021-01-11 23:37:18'),(35918,14882,'action created','2021-01-12 07:37:18','2021-01-11 23:37:18'),(35919,14882,'action started via WP Cron','2021-01-12 07:37:52','2021-01-11 23:37:52'),(35920,14882,'action complete via WP Cron','2021-01-12 07:37:52','2021-01-11 23:37:52'),(35921,14883,'action created','2021-01-12 07:37:52','2021-01-11 23:37:52'),(94514,34415,'action complete via WP Cron','2021-02-12 07:51:32','2021-02-11 23:51:32'),(94513,34415,'action started via WP Cron','2021-02-12 07:51:32','2021-02-11 23:51:32'),(96228,34987,'action created','2021-02-13 08:03:16','2021-02-13 00:03:16'),(35925,14883,'action started via WP Cron','2021-01-12 07:40:21','2021-01-11 23:40:21'),(35926,14883,'action complete via WP Cron','2021-01-12 07:40:21','2021-01-11 23:40:21'),(35927,14885,'action created','2021-01-12 07:40:21','2021-01-11 23:40:21'),(35928,14885,'action started via WP Cron','2021-01-12 07:41:23','2021-01-11 23:41:23'),(35929,14885,'action complete via WP Cron','2021-01-12 07:41:23','2021-01-11 23:41:23'),(35930,14886,'action created','2021-01-12 07:41:23','2021-01-11 23:41:23'),(35931,14886,'action started via WP Cron','2021-01-12 07:42:25','2021-01-11 23:42:25'),(35932,14886,'action complete via WP Cron','2021-01-12 07:42:25','2021-01-11 23:42:25'),(35933,14887,'action created','2021-01-12 07:46:36','2021-01-11 23:46:36'),(35934,14887,'action started via WP Cron','2021-01-12 07:50:31','2021-01-11 23:50:31'),(35935,14887,'action complete via WP Cron','2021-01-12 07:50:31','2021-01-11 23:50:31'),(35936,14888,'action created','2021-01-12 07:50:31','2021-01-11 23:50:31'),(35937,14888,'action started via WP Cron','2021-01-12 07:50:43','2021-01-11 23:50:43'),(35938,14888,'action complete via WP Cron','2021-01-12 07:50:43','2021-01-11 23:50:43'),(35939,14889,'action created','2021-01-12 07:50:43','2021-01-11 23:50:43'),(35940,14889,'action started via WP Cron','2021-01-12 07:51:58','2021-01-11 23:51:58'),(35941,14889,'action complete via WP Cron','2021-01-12 07:51:58','2021-01-11 23:51:58'),(35942,14890,'action created','2021-01-12 07:51:58','2021-01-11 23:51:58'),(35943,14890,'action started via WP Cron','2021-01-12 07:52:54','2021-01-11 23:52:54'),(35944,14890,'action complete via WP Cron','2021-01-12 07:52:54','2021-01-11 23:52:54'),(35945,14891,'action created','2021-01-12 07:52:55','2021-01-11 23:52:55'),(35946,14891,'action started via WP Cron','2021-01-12 07:57:26','2021-01-11 23:57:26'),(35947,14891,'action complete via WP Cron','2021-01-12 07:57:26','2021-01-11 23:57:26'),(35948,14892,'action created','2021-01-12 07:57:26','2021-01-11 23:57:26'),(35949,14892,'action started via WP Cron','2021-01-12 07:57:40','2021-01-11 23:57:40'),(35950,14892,'action complete via WP Cron','2021-01-12 07:57:40','2021-01-11 23:57:40'),(35951,14893,'action created','2021-01-12 07:57:41','2021-01-11 23:57:41'),(35952,14893,'action started via WP Cron','2021-01-12 08:06:23','2021-01-12 00:06:23'),(35953,14893,'action complete via WP Cron','2021-01-12 08:06:23','2021-01-12 00:06:23'),(35954,14894,'action created','2021-01-12 08:06:23','2021-01-12 00:06:23'),(35955,14894,'action started via WP Cron','2021-01-12 08:06:52','2021-01-12 00:06:52'),(35956,14894,'action complete via WP Cron','2021-01-12 08:06:52','2021-01-12 00:06:52'),(35957,14895,'action created','2021-01-12 08:07:20','2021-01-12 00:07:20'),(35958,14895,'action started via WP Cron','2021-01-12 08:07:49','2021-01-12 00:07:49'),(35959,14895,'action complete via WP Cron','2021-01-12 08:07:49','2021-01-12 00:07:49'),(35960,14896,'action created','2021-01-12 08:07:49','2021-01-12 00:07:49'),(35961,14896,'action started via WP Cron','2021-01-12 08:08:46','2021-01-12 00:08:46'),(35962,14896,'action complete via WP Cron','2021-01-12 08:08:46','2021-01-12 00:08:46'),(35963,14897,'action created','2021-01-12 08:08:46','2021-01-12 00:08:46'),(35964,14897,'action started via WP Cron','2021-01-12 08:09:46','2021-01-12 00:09:46'),(35965,14897,'action complete via WP Cron','2021-01-12 08:09:46','2021-01-12 00:09:46'),(35966,14898,'action created','2021-01-12 08:09:46','2021-01-12 00:09:46'),(35967,14898,'action started via WP Cron','2021-01-12 08:10:52','2021-01-12 00:10:52'),(35968,14898,'action complete via WP Cron','2021-01-12 08:10:52','2021-01-12 00:10:52'),(35969,14899,'action created','2021-01-12 08:10:53','2021-01-12 00:10:53'),(35970,14899,'action started via WP Cron','2021-01-12 08:14:33','2021-01-12 00:14:33'),(35971,14899,'action complete via WP Cron','2021-01-12 08:14:33','2021-01-12 00:14:33'),(35972,14900,'action created','2021-01-12 08:14:33','2021-01-12 00:14:33'),(35973,14900,'action started via WP Cron','2021-01-12 08:15:37','2021-01-12 00:15:37'),(35974,14900,'action complete via WP Cron','2021-01-12 08:15:37','2021-01-12 00:15:37'),(35975,14901,'action created','2021-01-12 08:15:37','2021-01-12 00:15:37'),(35976,14901,'action started via WP Cron','2021-01-12 08:16:40','2021-01-12 00:16:40'),(35977,14901,'action complete via WP Cron','2021-01-12 08:16:40','2021-01-12 00:16:40'),(35978,14902,'action created','2021-01-12 08:16:40','2021-01-12 00:16:40'),(35979,14902,'action started via WP Cron','2021-01-12 08:18:34','2021-01-12 00:18:34'),(35980,14902,'action complete via WP Cron','2021-01-12 08:18:34','2021-01-12 00:18:34'),(35981,14903,'action created','2021-01-12 08:18:34','2021-01-12 00:18:34'),(35982,14903,'action started via WP Cron','2021-01-12 08:19:42','2021-01-12 00:19:42'),(35983,14903,'action complete via WP Cron','2021-01-12 08:19:42','2021-01-12 00:19:42'),(35984,14904,'action created','2021-01-12 08:19:42','2021-01-12 00:19:42'),(35985,14904,'action started via WP Cron','2021-01-12 08:20:44','2021-01-12 00:20:44'),(35986,14904,'action complete via WP Cron','2021-01-12 08:20:44','2021-01-12 00:20:44'),(35987,14905,'action created','2021-01-12 08:20:44','2021-01-12 00:20:44'),(35988,14905,'action started via WP Cron','2021-01-12 08:42:45','2021-01-12 00:42:45'),(35989,14905,'action complete via WP Cron','2021-01-12 08:42:45','2021-01-12 00:42:45'),(35990,14906,'action created','2021-01-12 08:42:45','2021-01-12 00:42:45'),(35991,14906,'action started via WP Cron','2021-01-12 08:43:45','2021-01-12 00:43:45'),(35992,14906,'action complete via WP Cron','2021-01-12 08:43:45','2021-01-12 00:43:45'),(35993,14907,'action created','2021-01-12 08:43:45','2021-01-12 00:43:45'),(35994,14907,'action started via WP Cron','2021-01-12 08:44:46','2021-01-12 00:44:46'),(35995,14907,'action complete via WP Cron','2021-01-12 08:44:46','2021-01-12 00:44:46'),(35996,14908,'action created','2021-01-12 08:44:46','2021-01-12 00:44:46'),(35997,14908,'action started via WP Cron','2021-01-12 08:46:26','2021-01-12 00:46:26'),(35998,14908,'action complete via WP Cron','2021-01-12 08:46:26','2021-01-12 00:46:26'),(35999,14909,'action created','2021-01-12 08:46:26','2021-01-12 00:46:26'),(36000,14909,'action started via WP Cron','2021-01-12 08:46:48','2021-01-12 00:46:48'),(36001,14909,'action complete via WP Cron','2021-01-12 08:46:48','2021-01-12 00:46:48'),(36002,14910,'action created','2021-01-12 08:46:48','2021-01-12 00:46:48'),(36003,14910,'action started via WP Cron','2021-01-12 08:47:49','2021-01-12 00:47:49'),(36004,14910,'action complete via WP Cron','2021-01-12 08:47:49','2021-01-12 00:47:49'),(36005,14911,'action created','2021-01-12 08:47:49','2021-01-12 00:47:49'),(36006,14911,'action started via WP Cron','2021-01-12 08:48:50','2021-01-12 00:48:50'),(36007,14911,'action complete via WP Cron','2021-01-12 08:48:50','2021-01-12 00:48:50'),(36008,14912,'action created','2021-01-12 08:48:50','2021-01-12 00:48:50'),(36009,14912,'action started via WP Cron','2021-01-12 08:50:15','2021-01-12 00:50:15'),(36010,14912,'action complete via WP Cron','2021-01-12 08:50:15','2021-01-12 00:50:15'),(36011,14913,'action created','2021-01-12 08:50:15','2021-01-12 00:50:15'),(36012,14913,'action started via WP Cron','2021-01-12 08:50:49','2021-01-12 00:50:49'),(36013,14913,'action complete via WP Cron','2021-01-12 08:50:49','2021-01-12 00:50:49'),(36014,14914,'action created','2021-01-12 08:50:49','2021-01-12 00:50:49'),(36015,14914,'action started via WP Cron','2021-01-12 08:52:22','2021-01-12 00:52:22'),(36016,14914,'action complete via WP Cron','2021-01-12 08:52:22','2021-01-12 00:52:22'),(36017,14915,'action created','2021-01-12 08:52:22','2021-01-12 00:52:22'),(36018,14915,'action started via WP Cron','2021-01-12 08:56:12','2021-01-12 00:56:12'),(36019,14915,'action complete via WP Cron','2021-01-12 08:56:12','2021-01-12 00:56:12'),(36020,14916,'action created','2021-01-12 08:56:12','2021-01-12 00:56:12'),(36021,14916,'action started via WP Cron','2021-01-12 08:56:45','2021-01-12 00:56:45'),(36022,14916,'action complete via WP Cron','2021-01-12 08:56:45','2021-01-12 00:56:45'),(36023,14917,'action created','2021-01-12 08:56:45','2021-01-12 00:56:45'),(36024,14917,'action started via WP Cron','2021-01-12 09:11:07','2021-01-12 01:11:07'),(36025,14917,'action complete via WP Cron','2021-01-12 09:11:07','2021-01-12 01:11:07'),(36026,14918,'action created','2021-01-12 09:20:48','2021-01-12 01:20:48'),(36027,14918,'action started via WP Cron','2021-01-12 09:21:45','2021-01-12 01:21:45'),(36028,14918,'action complete via WP Cron','2021-01-12 09:21:45','2021-01-12 01:21:45'),(36029,14919,'action created','2021-01-12 09:21:45','2021-01-12 01:21:45'),(36030,14919,'action started via WP Cron','2021-01-12 09:22:46','2021-01-12 01:22:46'),(36031,14919,'action complete via WP Cron','2021-01-12 09:22:47','2021-01-12 01:22:47'),(36032,14920,'action created','2021-01-12 09:22:47','2021-01-12 01:22:47'),(36033,14920,'action started via WP Cron','2021-01-12 09:24:48','2021-01-12 01:24:48'),(36034,14920,'action complete via WP Cron','2021-01-12 09:24:48','2021-01-12 01:24:48'),(36035,14921,'action created','2021-01-12 09:24:48','2021-01-12 01:24:48'),(36036,14921,'action started via WP Cron','2021-01-12 09:25:49','2021-01-12 01:25:49'),(36037,14921,'action complete via WP Cron','2021-01-12 09:25:49','2021-01-12 01:25:49'),(36038,14922,'action created','2021-01-12 09:25:50','2021-01-12 01:25:50'),(36039,14922,'action started via WP Cron','2021-01-12 09:26:50','2021-01-12 01:26:50'),(36040,14922,'action complete via WP Cron','2021-01-12 09:26:50','2021-01-12 01:26:50'),(36041,14923,'action created','2021-01-12 09:26:50','2021-01-12 01:26:50'),(36042,14923,'action started via WP Cron','2021-01-12 09:31:32','2021-01-12 01:31:32'),(36043,14923,'action complete via WP Cron','2021-01-12 09:31:32','2021-01-12 01:31:32'),(36044,14924,'action created','2021-01-12 09:31:32','2021-01-12 01:31:32'),(36045,14924,'action started via WP Cron','2021-01-12 09:35:50','2021-01-12 01:35:50'),(36046,14924,'action complete via WP Cron','2021-01-12 09:35:50','2021-01-12 01:35:50'),(36047,14925,'action created','2021-01-12 09:35:50','2021-01-12 01:35:50'),(36048,14925,'action started via WP Cron','2021-01-12 09:37:14','2021-01-12 01:37:14'),(36049,14925,'action complete via WP Cron','2021-01-12 09:37:14','2021-01-12 01:37:14'),(36050,14926,'action created','2021-01-12 09:37:15','2021-01-12 01:37:15'),(36051,14926,'action started via WP Cron','2021-01-12 09:37:55','2021-01-12 01:37:55'),(36052,14926,'action complete via WP Cron','2021-01-12 09:37:55','2021-01-12 01:37:55'),(36053,14927,'action created','2021-01-12 09:37:55','2021-01-12 01:37:55'),(36054,14927,'action started via WP Cron','2021-01-12 09:39:24','2021-01-12 01:39:24'),(36055,14927,'action complete via WP Cron','2021-01-12 09:39:24','2021-01-12 01:39:24'),(36056,14928,'action created','2021-01-12 09:39:24','2021-01-12 01:39:24'),(36057,14928,'action started via WP Cron','2021-01-12 09:40:25','2021-01-12 01:40:25'),(36058,14928,'action complete via WP Cron','2021-01-12 09:40:25','2021-01-12 01:40:25'),(36059,14929,'action created','2021-01-12 09:40:25','2021-01-12 01:40:25'),(36060,14929,'action started via WP Cron','2021-01-12 09:41:21','2021-01-12 01:41:21'),(36061,14929,'action complete via WP Cron','2021-01-12 09:41:21','2021-01-12 01:41:21'),(36062,14930,'action created','2021-01-12 09:41:21','2021-01-12 01:41:21'),(36063,14930,'action started via WP Cron','2021-01-12 09:42:44','2021-01-12 01:42:44'),(36064,14930,'action complete via WP Cron','2021-01-12 09:42:44','2021-01-12 01:42:44'),(36065,14931,'action created','2021-01-12 09:42:44','2021-01-12 01:42:44'),(36066,14931,'action started via WP Cron','2021-01-12 09:43:51','2021-01-12 01:43:51'),(36067,14931,'action complete via WP Cron','2021-01-12 09:43:51','2021-01-12 01:43:51'),(36068,14932,'action created','2021-01-12 09:43:51','2021-01-12 01:43:51'),(36069,14932,'action started via WP Cron','2021-01-12 09:46:04','2021-01-12 01:46:04'),(36070,14932,'action complete via WP Cron','2021-01-12 09:46:04','2021-01-12 01:46:04'),(36071,14933,'action created','2021-01-12 09:46:04','2021-01-12 01:46:04'),(36072,14933,'action started via WP Cron','2021-01-12 09:48:28','2021-01-12 01:48:28'),(36073,14933,'action complete via WP Cron','2021-01-12 09:48:28','2021-01-12 01:48:28'),(36074,14934,'action created','2021-01-12 09:48:28','2021-01-12 01:48:28'),(36075,14934,'action started via WP Cron','2021-01-12 09:48:55','2021-01-12 01:48:55'),(36076,14934,'action complete via WP Cron','2021-01-12 09:48:55','2021-01-12 01:48:55'),(36077,14935,'action created','2021-01-12 09:48:55','2021-01-12 01:48:55'),(36078,14935,'action started via WP Cron','2021-01-12 09:49:56','2021-01-12 01:49:56'),(36079,14935,'action complete via WP Cron','2021-01-12 09:49:56','2021-01-12 01:49:56'),(36080,14936,'action created','2021-01-12 09:49:56','2021-01-12 01:49:56'),(36081,14936,'action started via WP Cron','2021-01-12 09:50:57','2021-01-12 01:50:57'),(36082,14936,'action complete via WP Cron','2021-01-12 09:50:57','2021-01-12 01:50:57'),(36083,14937,'action created','2021-01-12 09:50:57','2021-01-12 01:50:57'),(36084,14937,'action started via WP Cron','2021-01-12 09:52:10','2021-01-12 01:52:10'),(36085,14937,'action complete via WP Cron','2021-01-12 09:52:10','2021-01-12 01:52:10'),(36086,14938,'action created','2021-01-12 09:52:10','2021-01-12 01:52:10'),(36087,14938,'action started via WP Cron','2021-01-12 09:52:59','2021-01-12 01:52:59'),(36088,14938,'action complete via WP Cron','2021-01-12 09:52:59','2021-01-12 01:52:59'),(36089,14939,'action created','2021-01-12 09:52:59','2021-01-12 01:52:59'),(36090,14939,'action started via WP Cron','2021-01-12 09:53:59','2021-01-12 01:53:59'),(36091,14939,'action complete via WP Cron','2021-01-12 09:53:59','2021-01-12 01:53:59'),(36092,14940,'action created','2021-01-12 09:53:59','2021-01-12 01:53:59'),(36093,14940,'action started via WP Cron','2021-01-12 09:55:01','2021-01-12 01:55:01'),(36094,14940,'action complete via WP Cron','2021-01-12 09:55:01','2021-01-12 01:55:01'),(36095,14941,'action created','2021-01-12 09:55:01','2021-01-12 01:55:01'),(36096,14941,'action started via WP Cron','2021-01-12 09:58:50','2021-01-12 01:58:50'),(36097,14941,'action complete via WP Cron','2021-01-12 09:58:50','2021-01-12 01:58:50'),(36098,14942,'action created','2021-01-12 09:58:50','2021-01-12 01:58:50'),(36099,14942,'action started via WP Cron','2021-01-12 10:00:20','2021-01-12 02:00:20'),(36100,14942,'action complete via WP Cron','2021-01-12 10:00:20','2021-01-12 02:00:20'),(36101,14943,'action created','2021-01-12 10:00:21','2021-01-12 02:00:21'),(36102,14943,'action started via WP Cron','2021-01-12 10:00:50','2021-01-12 02:00:50'),(36103,14943,'action complete via WP Cron','2021-01-12 10:00:50','2021-01-12 02:00:50'),(36104,14944,'action created','2021-01-12 10:00:50','2021-01-12 02:00:50'),(36105,14944,'action started via WP Cron','2021-01-12 10:02:28','2021-01-12 02:02:28'),(36106,14944,'action complete via WP Cron','2021-01-12 10:02:28','2021-01-12 02:02:28'),(36107,14945,'action created','2021-01-12 10:02:28','2021-01-12 02:02:28'),(36108,14945,'action started via WP Cron','2021-01-12 10:02:42','2021-01-12 02:02:42'),(36109,14945,'action complete via WP Cron','2021-01-12 10:02:42','2021-01-12 02:02:42'),(36110,14946,'action created','2021-01-12 10:02:43','2021-01-12 02:02:43'),(36111,14946,'action started via WP Cron','2021-01-12 10:06:05','2021-01-12 02:06:05'),(36112,14946,'action complete via WP Cron','2021-01-12 10:06:05','2021-01-12 02:06:05'),(36113,14947,'action created','2021-01-12 10:06:05','2021-01-12 02:06:05'),(36114,14947,'action started via WP Cron','2021-01-12 10:09:03','2021-01-12 02:09:03'),(36115,14947,'action complete via WP Cron','2021-01-12 10:09:03','2021-01-12 02:09:03'),(36116,14948,'action created','2021-01-12 10:09:03','2021-01-12 02:09:03'),(36117,14948,'action started via WP Cron','2021-01-12 10:29:54','2021-01-12 02:29:54'),(36118,14948,'action complete via WP Cron','2021-01-12 10:29:54','2021-01-12 02:29:54'),(36119,14949,'action created','2021-01-12 10:29:54','2021-01-12 02:29:54'),(36120,14949,'action started via WP Cron','2021-01-12 10:37:04','2021-01-12 02:37:04'),(36121,14949,'action complete via WP Cron','2021-01-12 10:37:04','2021-01-12 02:37:04'),(36122,14950,'action created','2021-01-12 10:37:04','2021-01-12 02:37:04'),(36123,14950,'action started via WP Cron','2021-01-12 10:38:05','2021-01-12 02:38:05'),(36124,14950,'action complete via WP Cron','2021-01-12 10:38:05','2021-01-12 02:38:05'),(36125,14951,'action created','2021-01-12 10:38:05','2021-01-12 02:38:05'),(36126,14951,'action started via WP Cron','2021-01-12 10:39:06','2021-01-12 02:39:06'),(36127,14951,'action complete via WP Cron','2021-01-12 10:39:06','2021-01-12 02:39:06'),(36128,14952,'action created','2021-01-12 10:39:07','2021-01-12 02:39:07'),(36129,14952,'action started via WP Cron','2021-01-12 10:41:09','2021-01-12 02:41:09'),(36130,14952,'action complete via WP Cron','2021-01-12 10:41:09','2021-01-12 02:41:09'),(36131,14953,'action created','2021-01-12 10:41:09','2021-01-12 02:41:09'),(36132,14953,'action started via WP Cron','2021-01-12 10:42:10','2021-01-12 02:42:10'),(36133,14953,'action complete via WP Cron','2021-01-12 10:42:10','2021-01-12 02:42:10'),(36134,14954,'action created','2021-01-12 10:42:10','2021-01-12 02:42:10'),(36135,14954,'action started via WP Cron','2021-01-12 10:43:11','2021-01-12 02:43:11'),(36136,14954,'action complete via WP Cron','2021-01-12 10:43:11','2021-01-12 02:43:11'),(36137,14955,'action created','2021-01-12 10:43:11','2021-01-12 02:43:11'),(36138,14955,'action started via WP Cron','2021-01-12 10:48:53','2021-01-12 02:48:53'),(36139,14955,'action complete via WP Cron','2021-01-12 10:48:53','2021-01-12 02:48:53'),(36140,14956,'action created','2021-01-12 10:48:53','2021-01-12 02:48:53'),(36141,14956,'action started via WP Cron','2021-01-12 10:50:19','2021-01-12 02:50:19'),(36142,14956,'action complete via WP Cron','2021-01-12 10:50:19','2021-01-12 02:50:19'),(36143,14957,'action created','2021-01-12 10:50:19','2021-01-12 02:50:19'),(36144,14957,'action started via WP Cron','2021-01-12 10:52:15','2021-01-12 02:52:15'),(36145,14957,'action complete via WP Cron','2021-01-12 10:52:15','2021-01-12 02:52:15'),(36146,14958,'action created','2021-01-12 10:52:15','2021-01-12 02:52:15'),(36147,14958,'action started via WP Cron','2021-01-12 10:55:25','2021-01-12 02:55:25'),(36148,14958,'action complete via WP Cron','2021-01-12 10:55:25','2021-01-12 02:55:25'),(36149,14959,'action created','2021-01-12 10:55:25','2021-01-12 02:55:25'),(36150,14959,'action started via WP Cron','2021-01-12 10:56:25','2021-01-12 02:56:25'),(36151,14959,'action complete via WP Cron','2021-01-12 10:56:25','2021-01-12 02:56:25'),(36152,14960,'action created','2021-01-12 10:56:25','2021-01-12 02:56:25'),(36153,14960,'action started via WP Cron','2021-01-12 10:57:26','2021-01-12 02:57:26'),(36154,14960,'action complete via WP Cron','2021-01-12 10:57:26','2021-01-12 02:57:26'),(36155,14961,'action created','2021-01-12 10:57:26','2021-01-12 02:57:26'),(36156,14961,'action started via WP Cron','2021-01-12 10:57:53','2021-01-12 02:57:53'),(36157,14961,'action complete via WP Cron','2021-01-12 10:57:53','2021-01-12 02:57:53'),(36158,14962,'action created','2021-01-12 10:57:53','2021-01-12 02:57:53'),(36159,14962,'action started via WP Cron','2021-01-12 10:58:59','2021-01-12 02:58:59'),(36160,14962,'action complete via WP Cron','2021-01-12 10:58:59','2021-01-12 02:58:59'),(36161,14963,'action created','2021-01-12 10:58:59','2021-01-12 02:58:59'),(36162,14963,'action started via WP Cron','2021-01-12 11:01:38','2021-01-12 03:01:38'),(36163,14963,'action complete via WP Cron','2021-01-12 11:01:38','2021-01-12 03:01:38'),(36164,14964,'action created','2021-01-12 11:01:38','2021-01-12 03:01:38'),(36165,14964,'action started via WP Cron','2021-01-12 11:02:41','2021-01-12 03:02:41'),(36166,14964,'action complete via WP Cron','2021-01-12 11:02:41','2021-01-12 03:02:41'),(36167,14965,'action created','2021-01-12 11:02:41','2021-01-12 03:02:41'),(36168,14965,'action started via WP Cron','2021-01-12 11:03:42','2021-01-12 03:03:42'),(36169,14965,'action complete via WP Cron','2021-01-12 11:03:42','2021-01-12 03:03:42'),(36170,14966,'action created','2021-01-12 11:03:43','2021-01-12 03:03:43'),(36171,14966,'action started via WP Cron','2021-01-12 11:10:30','2021-01-12 03:10:30'),(36172,14966,'action complete via WP Cron','2021-01-12 11:10:30','2021-01-12 03:10:30'),(36173,14967,'action created','2021-01-12 11:10:30','2021-01-12 03:10:30'),(36174,14967,'action started via WP Cron','2021-01-12 11:11:30','2021-01-12 03:11:30'),(36175,14967,'action complete via WP Cron','2021-01-12 11:11:30','2021-01-12 03:11:30'),(36176,14968,'action created','2021-01-12 11:11:30','2021-01-12 03:11:30'),(36177,14968,'action started via WP Cron','2021-01-12 11:12:17','2021-01-12 03:12:17'),(36178,14968,'action complete via WP Cron','2021-01-12 11:12:17','2021-01-12 03:12:17'),(36179,14969,'action created','2021-01-12 11:12:17','2021-01-12 03:12:17'),(36180,14969,'action started via WP Cron','2021-01-12 11:16:53','2021-01-12 03:16:53'),(36181,14969,'action complete via WP Cron','2021-01-12 11:16:53','2021-01-12 03:16:53'),(36182,14970,'action created','2021-01-12 11:16:53','2021-01-12 03:16:53'),(36183,14970,'action started via WP Cron','2021-01-12 11:18:47','2021-01-12 03:18:47'),(36184,14970,'action complete via WP Cron','2021-01-12 11:18:47','2021-01-12 03:18:47'),(36185,14971,'action created','2021-01-12 11:18:47','2021-01-12 03:18:47'),(36186,14971,'action started via WP Cron','2021-01-12 11:31:17','2021-01-12 03:31:17'),(36187,14971,'action complete via WP Cron','2021-01-12 11:31:17','2021-01-12 03:31:17'),(36188,14972,'action created','2021-01-12 11:31:17','2021-01-12 03:31:17'),(36189,14972,'action started via WP Cron','2021-01-12 11:34:42','2021-01-12 03:34:42'),(36190,14972,'action complete via WP Cron','2021-01-12 11:34:42','2021-01-12 03:34:42'),(36191,14973,'action created','2021-01-12 11:34:42','2021-01-12 03:34:42'),(36192,14973,'action started via WP Cron','2021-01-12 11:39:57','2021-01-12 03:39:57'),(36193,14973,'action complete via WP Cron','2021-01-12 11:39:57','2021-01-12 03:39:57'),(36194,14974,'action created','2021-01-12 11:39:57','2021-01-12 03:39:57'),(36195,14974,'action started via WP Cron','2021-01-12 11:41:35','2021-01-12 03:41:35'),(36196,14974,'action complete via WP Cron','2021-01-12 11:41:35','2021-01-12 03:41:35'),(36197,14975,'action created','2021-01-12 11:41:35','2021-01-12 03:41:35'),(36198,14975,'action started via WP Cron','2021-01-12 11:43:34','2021-01-12 03:43:34'),(36199,14975,'action complete via WP Cron','2021-01-12 11:43:34','2021-01-12 03:43:34'),(36200,14976,'action created','2021-01-12 11:43:34','2021-01-12 03:43:34'),(36201,14976,'action started via WP Cron','2021-01-12 11:44:27','2021-01-12 03:44:27'),(36202,14976,'action complete via WP Cron','2021-01-12 11:44:27','2021-01-12 03:44:27'),(36203,14977,'action created','2021-01-12 11:44:27','2021-01-12 03:44:27'),(36204,14977,'action started via WP Cron','2021-01-12 11:45:28','2021-01-12 03:45:28'),(36205,14977,'action complete via WP Cron','2021-01-12 11:45:28','2021-01-12 03:45:28'),(36206,14978,'action created','2021-01-12 11:45:28','2021-01-12 03:45:28'),(36207,14978,'action started via WP Cron','2021-01-12 11:47:30','2021-01-12 03:47:30'),(36208,14978,'action complete via WP Cron','2021-01-12 11:47:30','2021-01-12 03:47:30'),(36209,14979,'action created','2021-01-12 11:47:30','2021-01-12 03:47:30'),(36210,14979,'action started via WP Cron','2021-01-12 11:48:31','2021-01-12 03:48:31'),(36211,14979,'action complete via WP Cron','2021-01-12 11:48:31','2021-01-12 03:48:31'),(36212,14980,'action created','2021-01-12 11:48:31','2021-01-12 03:48:31'),(36213,14980,'action started via WP Cron','2021-01-12 11:49:32','2021-01-12 03:49:32'),(36214,14980,'action complete via WP Cron','2021-01-12 11:49:32','2021-01-12 03:49:32'),(36215,14981,'action created','2021-01-12 11:49:32','2021-01-12 03:49:32'),(36216,14981,'action started via WP Cron','2021-01-12 11:52:06','2021-01-12 03:52:06'),(36217,14981,'action complete via WP Cron','2021-01-12 11:52:06','2021-01-12 03:52:06'),(36218,14982,'action created','2021-01-12 11:52:06','2021-01-12 03:52:06'),(36219,14982,'action started via WP Cron','2021-01-12 11:53:22','2021-01-12 03:53:22'),(36220,14982,'action complete via WP Cron','2021-01-12 11:53:22','2021-01-12 03:53:22'),(36221,14983,'action created','2021-01-12 11:53:22','2021-01-12 03:53:22'),(36222,14983,'action started via WP Cron','2021-01-12 11:53:42','2021-01-12 03:53:42'),(36223,14983,'action complete via WP Cron','2021-01-12 11:53:42','2021-01-12 03:53:42'),(36224,14984,'action created','2021-01-12 11:53:43','2021-01-12 03:53:43'),(36225,14984,'action started via WP Cron','2021-01-12 11:57:15','2021-01-12 03:57:15'),(36226,14984,'action complete via WP Cron','2021-01-12 11:57:15','2021-01-12 03:57:15'),(36227,14985,'action created','2021-01-12 11:57:15','2021-01-12 03:57:15'),(36228,14985,'action started via WP Cron','2021-01-12 11:58:17','2021-01-12 03:58:17'),(36229,14985,'action complete via WP Cron','2021-01-12 11:58:17','2021-01-12 03:58:17'),(36230,14986,'action created','2021-01-12 11:58:17','2021-01-12 03:58:17'),(36231,14986,'action started via WP Cron','2021-01-12 11:59:43','2021-01-12 03:59:43'),(36232,14986,'action complete via WP Cron','2021-01-12 11:59:43','2021-01-12 03:59:43'),(36233,14987,'action created','2021-01-12 11:59:43','2021-01-12 03:59:43'),(36234,14987,'action started via WP Cron','2021-01-12 12:01:19','2021-01-12 04:01:19'),(36235,14987,'action complete via WP Cron','2021-01-12 12:01:19','2021-01-12 04:01:19'),(36236,14988,'action created','2021-01-12 12:01:19','2021-01-12 04:01:19'),(36237,14988,'action started via WP Cron','2021-01-12 12:02:30','2021-01-12 04:02:30'),(36238,14988,'action complete via WP Cron','2021-01-12 12:02:30','2021-01-12 04:02:30'),(36239,14989,'action created','2021-01-12 12:02:30','2021-01-12 04:02:30'),(36240,14989,'action started via WP Cron','2021-01-12 12:03:48','2021-01-12 04:03:48'),(36241,14989,'action complete via WP Cron','2021-01-12 12:03:48','2021-01-12 04:03:48'),(36242,14990,'action created','2021-01-12 12:03:48','2021-01-12 04:03:48'),(36243,14990,'action started via WP Cron','2021-01-12 12:04:49','2021-01-12 04:04:49'),(36244,14990,'action complete via WP Cron','2021-01-12 12:04:49','2021-01-12 04:04:49'),(36245,14991,'action created','2021-01-12 12:04:49','2021-01-12 04:04:49'),(36246,14991,'action started via WP Cron','2021-01-12 12:05:49','2021-01-12 04:05:49'),(36247,14991,'action complete via WP Cron','2021-01-12 12:05:49','2021-01-12 04:05:49'),(36248,14992,'action created','2021-01-12 12:05:49','2021-01-12 04:05:49'),(36249,14992,'action started via WP Cron','2021-01-12 12:13:46','2021-01-12 04:13:46'),(36250,14992,'action complete via WP Cron','2021-01-12 12:13:46','2021-01-12 04:13:46'),(36251,14993,'action created','2021-01-12 12:13:46','2021-01-12 04:13:46'),(36252,14993,'action started via WP Cron','2021-01-12 12:17:22','2021-01-12 04:17:22'),(36253,14993,'action complete via WP Cron','2021-01-12 12:17:22','2021-01-12 04:17:22'),(36254,14994,'action created','2021-01-12 12:17:22','2021-01-12 04:17:22'),(36255,14994,'action started via WP Cron','2021-01-12 12:25:11','2021-01-12 04:25:11'),(36256,14994,'action complete via WP Cron','2021-01-12 12:25:11','2021-01-12 04:25:11'),(36257,14995,'action created','2021-01-12 12:25:11','2021-01-12 04:25:11'),(36258,14995,'action started via WP Cron','2021-01-12 12:31:48','2021-01-12 04:31:48'),(36259,14995,'action complete via WP Cron','2021-01-12 12:31:48','2021-01-12 04:31:48'),(36260,14996,'action created','2021-01-12 12:31:48','2021-01-12 04:31:48'),(36261,14996,'action started via WP Cron','2021-01-12 12:33:33','2021-01-12 04:33:33'),(36262,14996,'action complete via WP Cron','2021-01-12 12:33:33','2021-01-12 04:33:33'),(36263,14997,'action created','2021-01-12 12:33:33','2021-01-12 04:33:33'),(36264,14997,'action started via WP Cron','2021-01-12 12:36:38','2021-01-12 04:36:38'),(36265,14997,'action complete via WP Cron','2021-01-12 12:36:38','2021-01-12 04:36:38'),(36266,14998,'action created','2021-01-12 12:36:38','2021-01-12 04:36:38'),(36267,14998,'action started via WP Cron','2021-01-12 12:42:52','2021-01-12 04:42:52'),(36268,14998,'action complete via WP Cron','2021-01-12 12:42:52','2021-01-12 04:42:52'),(36269,14999,'action created','2021-01-12 12:42:52','2021-01-12 04:42:52'),(36270,14999,'action started via WP Cron','2021-01-12 12:47:26','2021-01-12 04:47:26'),(36271,14999,'action complete via WP Cron','2021-01-12 12:47:26','2021-01-12 04:47:26'),(36272,15000,'action created','2021-01-12 12:47:26','2021-01-12 04:47:26'),(36273,15000,'action started via WP Cron','2021-01-12 12:49:07','2021-01-12 04:49:07'),(36274,15000,'action complete via WP Cron','2021-01-12 12:49:07','2021-01-12 04:49:07'),(36275,15001,'action created','2021-01-12 12:49:07','2021-01-12 04:49:07'),(36276,15001,'action started via WP Cron','2021-01-12 12:49:47','2021-01-12 04:49:47'),(36277,15001,'action complete via WP Cron','2021-01-12 12:49:47','2021-01-12 04:49:47'),(36278,15002,'action created','2021-01-12 12:49:47','2021-01-12 04:49:47'),(36279,15002,'action started via WP Cron','2021-01-12 12:51:33','2021-01-12 04:51:33'),(36280,15002,'action complete via WP Cron','2021-01-12 12:51:33','2021-01-12 04:51:33'),(36281,15003,'action created','2021-01-12 12:51:33','2021-01-12 04:51:33'),(36282,15003,'action started via WP Cron','2021-01-12 12:51:54','2021-01-12 04:51:54'),(36283,15003,'action complete via WP Cron','2021-01-12 12:51:54','2021-01-12 04:51:54'),(36284,15004,'action created','2021-01-12 12:51:54','2021-01-12 04:51:54'),(36285,15004,'action started via WP Cron','2021-01-12 12:53:35','2021-01-12 04:53:35'),(36286,15004,'action complete via WP Cron','2021-01-12 12:53:35','2021-01-12 04:53:35'),(36287,15005,'action created','2021-01-12 12:53:35','2021-01-12 04:53:35'),(36288,15005,'action started via WP Cron','2021-01-12 12:56:24','2021-01-12 04:56:24'),(36289,15005,'action complete via WP Cron','2021-01-12 12:56:24','2021-01-12 04:56:24'),(36290,15006,'action created','2021-01-12 12:56:24','2021-01-12 04:56:24'),(36291,15006,'action started via WP Cron','2021-01-12 12:56:44','2021-01-12 04:56:44'),(36292,15006,'action complete via WP Cron','2021-01-12 12:56:44','2021-01-12 04:56:44'),(36293,15007,'action created','2021-01-12 12:56:44','2021-01-12 04:56:44'),(36294,15007,'action started via WP Cron','2021-01-12 13:01:05','2021-01-12 05:01:05'),(36295,15007,'action complete via WP Cron','2021-01-12 13:01:05','2021-01-12 05:01:05'),(36296,15008,'action created','2021-01-12 13:01:05','2021-01-12 05:01:05'),(36297,15008,'action started via WP Cron','2021-01-12 13:03:19','2021-01-12 05:03:19'),(36298,15008,'action complete via WP Cron','2021-01-12 13:03:19','2021-01-12 05:03:19'),(36299,15009,'action created','2021-01-12 13:03:19','2021-01-12 05:03:19'),(36300,15009,'action started via WP Cron','2021-01-12 13:04:54','2021-01-12 05:04:54'),(36301,15009,'action complete via WP Cron','2021-01-12 13:04:54','2021-01-12 05:04:54'),(36302,15010,'action created','2021-01-12 13:04:55','2021-01-12 05:04:55'),(36303,15010,'action started via WP Cron','2021-01-12 13:05:41','2021-01-12 05:05:41'),(36304,15010,'action complete via WP Cron','2021-01-12 13:05:41','2021-01-12 05:05:41'),(36305,15011,'action created','2021-01-12 13:05:41','2021-01-12 05:05:41'),(36306,15011,'action started via WP Cron','2021-01-12 13:07:03','2021-01-12 05:07:03'),(36307,15011,'action complete via WP Cron','2021-01-12 13:07:03','2021-01-12 05:07:03'),(36308,15012,'action created','2021-01-12 13:07:03','2021-01-12 05:07:03'),(36309,15012,'action started via WP Cron','2021-01-12 13:08:05','2021-01-12 05:08:05'),(36310,15012,'action complete via WP Cron','2021-01-12 13:08:05','2021-01-12 05:08:05'),(36311,15013,'action created','2021-01-12 13:08:05','2021-01-12 05:08:05'),(36312,15013,'action started via WP Cron','2021-01-12 13:17:09','2021-01-12 05:17:09'),(36313,15013,'action complete via WP Cron','2021-01-12 13:17:09','2021-01-12 05:17:09'),(36314,15014,'action created','2021-01-12 13:17:09','2021-01-12 05:17:09'),(36315,15014,'action started via WP Cron','2021-01-12 13:17:44','2021-01-12 05:17:44'),(36316,15014,'action complete via WP Cron','2021-01-12 13:17:44','2021-01-12 05:17:44'),(36317,15015,'action created','2021-01-12 13:17:44','2021-01-12 05:17:44'),(36318,15015,'action started via WP Cron','2021-01-12 13:20:03','2021-01-12 05:20:03'),(36319,15015,'action complete via WP Cron','2021-01-12 13:20:03','2021-01-12 05:20:03'),(36320,15016,'action created','2021-01-12 13:20:05','2021-01-12 05:20:05'),(36321,15016,'action started via WP Cron','2021-01-12 13:23:35','2021-01-12 05:23:35'),(36322,15016,'action complete via WP Cron','2021-01-12 13:23:35','2021-01-12 05:23:35'),(36323,15017,'action created','2021-01-12 13:23:35','2021-01-12 05:23:35'),(36324,15017,'action started via WP Cron','2021-01-12 13:26:37','2021-01-12 05:26:37'),(36325,15017,'action complete via WP Cron','2021-01-12 13:26:37','2021-01-12 05:26:37'),(36326,15018,'action created','2021-01-12 13:26:37','2021-01-12 05:26:37'),(36327,15018,'action started via WP Cron','2021-01-12 13:27:03','2021-01-12 05:27:03'),(36328,15018,'action complete via WP Cron','2021-01-12 13:27:03','2021-01-12 05:27:03'),(36329,15019,'action created','2021-01-12 13:27:03','2021-01-12 05:27:03'),(36330,15019,'action started via WP Cron','2021-01-12 13:30:02','2021-01-12 05:30:02'),(36331,15019,'action complete via WP Cron','2021-01-12 13:30:02','2021-01-12 05:30:02'),(36332,15020,'action created','2021-01-12 13:30:03','2021-01-12 05:30:03'),(36333,15020,'action started via WP Cron','2021-01-12 13:30:41','2021-01-12 05:30:41'),(36334,15020,'action complete via WP Cron','2021-01-12 13:30:41','2021-01-12 05:30:41'),(36335,15021,'action created','2021-01-12 13:30:41','2021-01-12 05:30:41'),(36336,15021,'action started via WP Cron','2021-01-12 13:32:10','2021-01-12 05:32:10'),(36337,15021,'action complete via WP Cron','2021-01-12 13:32:10','2021-01-12 05:32:10'),(36338,15022,'action created','2021-01-12 13:32:11','2021-01-12 05:32:11'),(36339,15022,'action started via WP Cron','2021-01-12 13:33:42','2021-01-12 05:33:42'),(36340,15022,'action complete via WP Cron','2021-01-12 13:33:42','2021-01-12 05:33:42'),(36341,15023,'action created','2021-01-12 13:33:42','2021-01-12 05:33:42'),(36342,15023,'action started via WP Cron','2021-01-12 13:35:40','2021-01-12 05:35:40'),(36343,15023,'action complete via WP Cron','2021-01-12 13:35:40','2021-01-12 05:35:40'),(36344,15024,'action created','2021-01-12 13:35:40','2021-01-12 05:35:40'),(36345,15024,'action started via Async Request','2021-01-12 13:36:05','2021-01-12 05:36:05'),(36346,15024,'action complete via Async Request','2021-01-12 13:36:05','2021-01-12 05:36:05'),(36347,15025,'action created','2021-01-12 13:36:41','2021-01-12 05:36:41'),(36348,15025,'action started via WP Cron','2021-01-12 13:37:42','2021-01-12 05:37:42'),(36349,15025,'action complete via WP Cron','2021-01-12 13:37:42','2021-01-12 05:37:42'),(36350,15026,'action created','2021-01-12 13:37:42','2021-01-12 05:37:42'),(36351,15026,'action started via WP Cron','2021-01-12 13:45:22','2021-01-12 05:45:22'),(36352,15026,'action complete via WP Cron','2021-01-12 13:45:22','2021-01-12 05:45:22'),(36353,15027,'action created','2021-01-12 13:45:23','2021-01-12 05:45:23'),(36354,15027,'action started via WP Cron','2021-01-12 13:46:52','2021-01-12 05:46:52'),(36355,15027,'action complete via WP Cron','2021-01-12 13:46:52','2021-01-12 05:46:52'),(36356,15028,'action created','2021-01-12 13:46:52','2021-01-12 05:46:52'),(36357,15028,'action started via WP Cron','2021-01-12 13:52:42','2021-01-12 05:52:42'),(36358,15028,'action complete via WP Cron','2021-01-12 13:52:42','2021-01-12 05:52:42'),(36359,15029,'action created','2021-01-12 13:52:42','2021-01-12 05:52:42'),(36360,15029,'action started via WP Cron','2021-01-12 13:54:39','2021-01-12 05:54:39'),(36361,15029,'action complete via WP Cron','2021-01-12 13:54:39','2021-01-12 05:54:39'),(36362,15030,'action created','2021-01-12 13:54:39','2021-01-12 05:54:39'),(36363,15030,'action started via WP Cron','2021-01-12 13:54:49','2021-01-12 05:54:49'),(36364,15030,'action complete via WP Cron','2021-01-12 13:54:49','2021-01-12 05:54:49'),(36365,15031,'action created','2021-01-12 13:54:50','2021-01-12 05:54:50'),(36366,15031,'action started via WP Cron','2021-01-12 14:01:37','2021-01-12 06:01:37'),(36367,15031,'action complete via WP Cron','2021-01-12 14:01:37','2021-01-12 06:01:37'),(36368,15032,'action created','2021-01-12 14:01:37','2021-01-12 06:01:37'),(36369,15032,'action started via WP Cron','2021-01-12 14:02:46','2021-01-12 06:02:46'),(36370,15032,'action complete via WP Cron','2021-01-12 14:02:46','2021-01-12 06:02:46'),(36371,15033,'action created','2021-01-12 14:02:46','2021-01-12 06:02:46'),(36372,15033,'action started via WP Cron','2021-01-12 14:09:05','2021-01-12 06:09:05'),(36373,15033,'action complete via WP Cron','2021-01-12 14:09:05','2021-01-12 06:09:05'),(36374,15034,'action created','2021-01-12 14:09:05','2021-01-12 06:09:05'),(36375,15034,'action started via WP Cron','2021-01-12 14:10:07','2021-01-12 06:10:07'),(36376,15034,'action complete via WP Cron','2021-01-12 14:10:07','2021-01-12 06:10:07'),(36377,15035,'action created','2021-01-12 14:10:07','2021-01-12 06:10:07'),(36378,15035,'action started via WP Cron','2021-01-12 14:11:08','2021-01-12 06:11:08'),(36379,15035,'action complete via WP Cron','2021-01-12 14:11:08','2021-01-12 06:11:08'),(36380,15036,'action created','2021-01-12 14:11:08','2021-01-12 06:11:08'),(36381,15036,'action started via WP Cron','2021-01-12 14:14:02','2021-01-12 06:14:02'),(36382,15036,'action complete via WP Cron','2021-01-12 14:14:02','2021-01-12 06:14:02'),(36383,15037,'action created','2021-01-12 14:14:02','2021-01-12 06:14:02'),(36384,15037,'action started via WP Cron','2021-01-12 14:19:48','2021-01-12 06:19:48'),(36385,15037,'action complete via WP Cron','2021-01-12 14:19:48','2021-01-12 06:19:48'),(36386,15038,'action created','2021-01-12 14:19:49','2021-01-12 06:19:49'),(36387,15038,'action started via WP Cron','2021-01-12 14:20:59','2021-01-12 06:20:59'),(36388,15038,'action complete via WP Cron','2021-01-12 14:20:59','2021-01-12 06:20:59'),(36389,15039,'action created','2021-01-12 14:21:00','2021-01-12 06:21:00'),(36390,15039,'action started via WP Cron','2021-01-12 14:23:08','2021-01-12 06:23:08'),(36391,15039,'action complete via WP Cron','2021-01-12 14:23:08','2021-01-12 06:23:08'),(36392,15040,'action created','2021-01-12 14:23:08','2021-01-12 06:23:08'),(36393,15040,'action started via WP Cron','2021-01-12 14:31:45','2021-01-12 06:31:45'),(36394,15040,'action complete via WP Cron','2021-01-12 14:31:45','2021-01-12 06:31:45'),(36395,15041,'action created','2021-01-12 14:31:45','2021-01-12 06:31:45'),(36396,15041,'action started via WP Cron','2021-01-12 14:37:48','2021-01-12 06:37:48'),(36397,15041,'action complete via WP Cron','2021-01-12 14:37:48','2021-01-12 06:37:48'),(36398,15042,'action created','2021-01-12 14:37:48','2021-01-12 06:37:48'),(36399,15042,'action started via WP Cron','2021-01-12 14:39:34','2021-01-12 06:39:34'),(36400,15042,'action complete via WP Cron','2021-01-12 14:39:34','2021-01-12 06:39:34'),(36401,15043,'action created','2021-01-12 14:39:35','2021-01-12 06:39:35'),(36402,15043,'action started via WP Cron','2021-01-12 14:39:49','2021-01-12 06:39:49'),(36403,15043,'action complete via WP Cron','2021-01-12 14:39:49','2021-01-12 06:39:49'),(36404,15044,'action created','2021-01-12 14:39:50','2021-01-12 06:39:50'),(36405,15044,'action started via WP Cron','2021-01-12 14:40:45','2021-01-12 06:40:45'),(36406,15044,'action complete via WP Cron','2021-01-12 14:40:45','2021-01-12 06:40:45'),(36407,15045,'action created','2021-01-12 14:40:45','2021-01-12 06:40:45'),(36408,15045,'action started via WP Cron','2021-01-12 14:41:58','2021-01-12 06:41:58'),(36409,15045,'action complete via WP Cron','2021-01-12 14:41:58','2021-01-12 06:41:58'),(36410,15046,'action created','2021-01-12 14:41:58','2021-01-12 06:41:58'),(36411,15046,'action started via WP Cron','2021-01-12 14:42:59','2021-01-12 06:42:59'),(36412,15046,'action complete via WP Cron','2021-01-12 14:42:59','2021-01-12 06:42:59'),(36413,15047,'action created','2021-01-12 14:42:59','2021-01-12 06:42:59'),(36414,15047,'action started via WP Cron','2021-01-12 14:48:01','2021-01-12 06:48:01'),(36415,15047,'action complete via WP Cron','2021-01-12 14:48:01','2021-01-12 06:48:01'),(36416,15048,'action created','2021-01-12 14:48:01','2021-01-12 06:48:01'),(36417,15048,'action started via Async Request','2021-01-12 14:48:25','2021-01-12 06:48:25'),(36418,15048,'action complete via Async Request','2021-01-12 14:48:25','2021-01-12 06:48:25'),(36419,15049,'action created','2021-01-12 14:48:27','2021-01-12 06:48:27'),(36420,15049,'action started via WP Cron','2021-01-12 14:48:41','2021-01-12 06:48:41'),(36421,15049,'action complete via WP Cron','2021-01-12 14:48:41','2021-01-12 06:48:41'),(36422,15050,'action created','2021-01-12 14:48:42','2021-01-12 06:48:42'),(36423,15050,'action started via WP Cron','2021-01-12 14:49:43','2021-01-12 06:49:43'),(36424,15050,'action complete via WP Cron','2021-01-12 14:49:43','2021-01-12 06:49:43'),(36425,15051,'action created','2021-01-12 14:49:44','2021-01-12 06:49:44'),(36426,15051,'action started via Async Request','2021-01-12 14:50:04','2021-01-12 06:50:04'),(36427,15051,'action complete via Async Request','2021-01-12 14:50:04','2021-01-12 06:50:04'),(36428,15052,'action created','2021-01-12 14:50:06','2021-01-12 06:50:06'),(36429,15052,'action started via WP Cron','2021-01-12 14:50:42','2021-01-12 06:50:42'),(36430,15052,'action complete via WP Cron','2021-01-12 14:50:42','2021-01-12 06:50:42'),(36431,15053,'action created','2021-01-12 14:50:42','2021-01-12 06:50:42'),(36432,15053,'action started via Async Request','2021-01-12 14:51:09','2021-01-12 06:51:09'),(36433,15053,'action complete via Async Request','2021-01-12 14:51:09','2021-01-12 06:51:09'),(36434,15054,'action created','2021-01-12 14:51:11','2021-01-12 06:51:11'),(36435,15054,'action started via WP Cron','2021-01-12 14:51:49','2021-01-12 06:51:49'),(36436,15054,'action complete via WP Cron','2021-01-12 14:51:49','2021-01-12 06:51:49'),(36437,15055,'action created','2021-01-12 14:51:50','2021-01-12 06:51:50'),(36438,15055,'action started via WP Cron','2021-01-12 14:53:12','2021-01-12 06:53:12'),(36439,15055,'action complete via WP Cron','2021-01-12 14:53:12','2021-01-12 06:53:12'),(36440,15056,'action created','2021-01-12 14:54:12','2021-01-12 06:54:12'),(36441,15056,'action started via WP Cron','2021-01-12 15:01:00','2021-01-12 07:01:00'),(36442,15056,'action complete via WP Cron','2021-01-12 15:01:00','2021-01-12 07:01:00'),(36443,15057,'action created','2021-01-12 15:01:00','2021-01-12 07:01:00'),(36444,15057,'action started via WP Cron','2021-01-12 15:03:25','2021-01-12 07:03:25'),(36445,15057,'action complete via WP Cron','2021-01-12 15:03:25','2021-01-12 07:03:25'),(36446,15058,'action created','2021-01-12 15:03:25','2021-01-12 07:03:25'),(36447,15058,'action started via WP Cron','2021-01-12 15:12:13','2021-01-12 07:12:13'),(36448,15058,'action complete via WP Cron','2021-01-12 15:12:13','2021-01-12 07:12:13'),(36449,15059,'action created','2021-01-12 15:12:13','2021-01-12 07:12:13'),(36450,15059,'action started via WP Cron','2021-01-12 15:13:13','2021-01-12 07:13:13'),(36451,15059,'action complete via WP Cron','2021-01-12 15:13:13','2021-01-12 07:13:13'),(36452,15060,'action created','2021-01-12 15:15:22','2021-01-12 07:15:22'),(36453,15060,'action started via WP Cron','2021-01-12 15:16:21','2021-01-12 07:16:21'),(36454,15060,'action complete via WP Cron','2021-01-12 15:16:21','2021-01-12 07:16:21'),(36455,15061,'action created','2021-01-12 15:16:21','2021-01-12 07:16:21'),(36456,15061,'action started via WP Cron','2021-01-12 15:17:22','2021-01-12 07:17:22'),(36457,15061,'action complete via WP Cron','2021-01-12 15:17:22','2021-01-12 07:17:22'),(36458,15062,'action created','2021-01-12 15:17:22','2021-01-12 07:17:22'),(36459,15062,'action started via WP Cron','2021-01-12 15:26:18','2021-01-12 07:26:18'),(36460,15062,'action complete via WP Cron','2021-01-12 15:26:18','2021-01-12 07:26:18'),(36461,15063,'action created','2021-01-12 15:26:18','2021-01-12 07:26:18'),(36462,15063,'action started via WP Cron','2021-01-12 15:30:04','2021-01-12 07:30:04'),(36463,15063,'action complete via WP Cron','2021-01-12 15:30:04','2021-01-12 07:30:04'),(36464,15064,'action created','2021-01-12 15:30:04','2021-01-12 07:30:04'),(36465,15064,'action started via WP Cron','2021-01-12 15:31:31','2021-01-12 07:31:31'),(36466,15064,'action complete via WP Cron','2021-01-12 15:31:31','2021-01-12 07:31:31'),(36467,15065,'action created','2021-01-12 15:31:31','2021-01-12 07:31:31'),(36468,15065,'action started via WP Cron','2021-01-12 15:33:46','2021-01-12 07:33:46'),(36469,15065,'action complete via WP Cron','2021-01-12 15:33:46','2021-01-12 07:33:46'),(36470,15066,'action created','2021-01-12 15:33:46','2021-01-12 07:33:46'),(36471,15066,'action started via WP Cron','2021-01-12 15:36:36','2021-01-12 07:36:36'),(36472,15066,'action complete via WP Cron','2021-01-12 15:36:36','2021-01-12 07:36:36'),(36473,15067,'action created','2021-01-12 15:36:36','2021-01-12 07:36:36'),(36474,15067,'action started via WP Cron','2021-01-12 15:40:09','2021-01-12 07:40:09'),(36475,15067,'action complete via WP Cron','2021-01-12 15:40:09','2021-01-12 07:40:09'),(36476,15068,'action created','2021-01-12 15:40:09','2021-01-12 07:40:09'),(36477,15068,'action started via WP Cron','2021-01-12 15:41:08','2021-01-12 07:41:08'),(36478,15068,'action complete via WP Cron','2021-01-12 15:41:08','2021-01-12 07:41:08'),(36479,15069,'action created','2021-01-12 15:41:09','2021-01-12 07:41:09'),(36480,15069,'action started via WP Cron','2021-01-12 15:42:19','2021-01-12 07:42:19'),(36481,15069,'action complete via WP Cron','2021-01-12 15:42:19','2021-01-12 07:42:19'),(36482,15070,'action created','2021-01-12 15:43:53','2021-01-12 07:43:53'),(36483,15070,'action started via WP Cron','2021-01-12 15:44:47','2021-01-12 07:44:47'),(36484,15070,'action complete via WP Cron','2021-01-12 15:44:47','2021-01-12 07:44:47'),(36485,15071,'action created','2021-01-12 15:44:47','2021-01-12 07:44:47'),(36486,15071,'action started via WP Cron','2021-01-12 15:47:15','2021-01-12 07:47:15'),(36487,15071,'action complete via WP Cron','2021-01-12 15:47:15','2021-01-12 07:47:15'),(36488,15072,'action created','2021-01-12 15:47:15','2021-01-12 07:47:15'),(36489,15072,'action started via WP Cron','2021-01-12 15:48:04','2021-01-12 07:48:04'),(36490,15072,'action complete via WP Cron','2021-01-12 15:48:04','2021-01-12 07:48:04'),(36491,15073,'action created','2021-01-12 15:48:04','2021-01-12 07:48:04'),(36492,15073,'action started via WP Cron','2021-01-12 15:49:05','2021-01-12 07:49:05'),(36493,15073,'action complete via WP Cron','2021-01-12 15:49:05','2021-01-12 07:49:05'),(36494,15074,'action created','2021-01-12 15:49:05','2021-01-12 07:49:05'),(36495,15074,'action started via WP Cron','2021-01-12 15:50:06','2021-01-12 07:50:06'),(36496,15074,'action complete via WP Cron','2021-01-12 15:50:06','2021-01-12 07:50:06'),(36497,15075,'action created','2021-01-12 15:50:06','2021-01-12 07:50:06'),(36498,15075,'action started via WP Cron','2021-01-12 15:51:34','2021-01-12 07:51:34'),(36499,15075,'action complete via WP Cron','2021-01-12 15:51:34','2021-01-12 07:51:34'),(36500,15076,'action created','2021-01-12 15:51:35','2021-01-12 07:51:35'),(36501,15076,'action started via WP Cron','2021-01-12 15:53:53','2021-01-12 07:53:53'),(36502,15076,'action complete via WP Cron','2021-01-12 15:53:53','2021-01-12 07:53:53'),(36503,15077,'action created','2021-01-12 15:53:53','2021-01-12 07:53:53'),(36504,15077,'action started via WP Cron','2021-01-12 15:55:14','2021-01-12 07:55:14'),(36505,15077,'action complete via WP Cron','2021-01-12 15:55:14','2021-01-12 07:55:14'),(36506,15078,'action created','2021-01-12 15:55:14','2021-01-12 07:55:14'),(36507,15078,'action started via WP Cron','2021-01-12 15:56:13','2021-01-12 07:56:13'),(36508,15078,'action complete via WP Cron','2021-01-12 15:56:13','2021-01-12 07:56:13'),(36509,15079,'action created','2021-01-12 15:56:13','2021-01-12 07:56:13'),(36510,15079,'action started via WP Cron','2021-01-12 15:59:52','2021-01-12 07:59:52'),(36511,15079,'action complete via WP Cron','2021-01-12 15:59:53','2021-01-12 07:59:53'),(36512,15080,'action created','2021-01-12 15:59:53','2021-01-12 07:59:53'),(36513,15080,'action started via WP Cron','2021-01-12 16:02:22','2021-01-12 08:02:22'),(36514,15080,'action complete via WP Cron','2021-01-12 16:02:22','2021-01-12 08:02:22'),(36515,15081,'action created','2021-01-12 16:02:22','2021-01-12 08:02:22'),(36516,15081,'action started via WP Cron','2021-01-12 16:02:43','2021-01-12 08:02:43'),(36517,15081,'action complete via WP Cron','2021-01-12 16:02:43','2021-01-12 08:02:43'),(36518,15082,'action created','2021-01-12 16:02:43','2021-01-12 08:02:43'),(36519,15082,'action started via WP Cron','2021-01-12 16:07:20','2021-01-12 08:07:20'),(36520,15082,'action complete via WP Cron','2021-01-12 16:07:20','2021-01-12 08:07:20'),(36521,15083,'action created','2021-01-12 16:07:20','2021-01-12 08:07:20'),(36522,15083,'action started via WP Cron','2021-01-12 16:11:52','2021-01-12 08:11:52'),(36523,15083,'action complete via WP Cron','2021-01-12 16:11:52','2021-01-12 08:11:52'),(36524,15084,'action created','2021-01-12 16:11:52','2021-01-12 08:11:52'),(36525,15084,'action started via WP Cron','2021-01-12 16:18:03','2021-01-12 08:18:03'),(36526,15084,'action complete via WP Cron','2021-01-12 16:18:03','2021-01-12 08:18:03'),(36527,15085,'action created','2021-01-12 16:18:03','2021-01-12 08:18:03'),(36528,15085,'action started via WP Cron','2021-01-12 16:20:05','2021-01-12 08:20:05'),(36529,15085,'action complete via WP Cron','2021-01-12 16:20:05','2021-01-12 08:20:05'),(36530,15086,'action created','2021-01-12 16:20:05','2021-01-12 08:20:05'),(36531,15086,'action started via WP Cron','2021-01-12 16:21:07','2021-01-12 08:21:07'),(36532,15086,'action complete via WP Cron','2021-01-12 16:21:07','2021-01-12 08:21:07'),(36533,15087,'action created','2021-01-12 16:21:07','2021-01-12 08:21:07'),(36534,15087,'action started via WP Cron','2021-01-12 16:22:08','2021-01-12 08:22:08'),(36535,15087,'action complete via WP Cron','2021-01-12 16:22:08','2021-01-12 08:22:08'),(36536,15088,'action created','2021-01-12 16:22:08','2021-01-12 08:22:08'),(36537,15088,'action started via WP Cron','2021-01-12 16:24:31','2021-01-12 08:24:31'),(36538,15088,'action complete via WP Cron','2021-01-12 16:24:31','2021-01-12 08:24:31'),(36539,15089,'action created','2021-01-12 16:24:31','2021-01-12 08:24:31'),(36540,15089,'action started via WP Cron','2021-01-12 16:24:46','2021-01-12 08:24:46'),(36541,15089,'action complete via WP Cron','2021-01-12 16:24:46','2021-01-12 08:24:46'),(36542,15090,'action created','2021-01-12 16:24:47','2021-01-12 08:24:47'),(36543,15090,'action started via WP Cron','2021-01-12 16:29:50','2021-01-12 08:29:50'),(36544,15090,'action complete via WP Cron','2021-01-12 16:29:50','2021-01-12 08:29:50'),(36545,15091,'action created','2021-01-12 16:29:50','2021-01-12 08:29:50'),(36546,15091,'action started via WP Cron','2021-01-12 16:31:20','2021-01-12 08:31:20'),(36547,15091,'action complete via WP Cron','2021-01-12 16:31:20','2021-01-12 08:31:20'),(36548,15092,'action created','2021-01-12 16:31:20','2021-01-12 08:31:20'),(36549,15092,'action started via WP Cron','2021-01-12 16:35:08','2021-01-12 08:35:08'),(36550,15092,'action complete via WP Cron','2021-01-12 16:35:08','2021-01-12 08:35:08'),(36551,15093,'action created','2021-01-12 16:35:08','2021-01-12 08:35:08'),(36552,15093,'action started via WP Cron','2021-01-12 16:37:06','2021-01-12 08:37:06'),(36553,15093,'action complete via WP Cron','2021-01-12 16:37:06','2021-01-12 08:37:06'),(36554,15094,'action created','2021-01-12 16:37:06','2021-01-12 08:37:06'),(36555,15094,'action started via WP Cron','2021-01-12 16:39:17','2021-01-12 08:39:17'),(36556,15094,'action complete via WP Cron','2021-01-12 16:39:17','2021-01-12 08:39:17'),(36557,15095,'action created','2021-01-12 16:39:17','2021-01-12 08:39:17'),(36558,15095,'action started via WP Cron','2021-01-12 16:42:44','2021-01-12 08:42:44'),(36559,15095,'action complete via WP Cron','2021-01-12 16:42:44','2021-01-12 08:42:44'),(36560,15096,'action created','2021-01-12 16:42:44','2021-01-12 08:42:44'),(36561,15096,'action started via WP Cron','2021-01-12 16:43:47','2021-01-12 08:43:47'),(36562,15096,'action complete via WP Cron','2021-01-12 16:43:47','2021-01-12 08:43:47'),(36563,15097,'action created','2021-01-12 16:43:48','2021-01-12 08:43:48'),(36564,15097,'action started via WP Cron','2021-01-12 16:44:46','2021-01-12 08:44:46'),(36565,15097,'action complete via WP Cron','2021-01-12 16:44:46','2021-01-12 08:44:46'),(36566,15098,'action created','2021-01-12 16:44:47','2021-01-12 08:44:47'),(36567,15098,'action started via WP Cron','2021-01-12 16:45:56','2021-01-12 08:45:56'),(36568,15098,'action complete via WP Cron','2021-01-12 16:45:56','2021-01-12 08:45:56'),(36569,15099,'action created','2021-01-12 16:45:56','2021-01-12 08:45:56'),(36570,15099,'action started via WP Cron','2021-01-12 16:50:29','2021-01-12 08:50:29'),(36571,15099,'action complete via WP Cron','2021-01-12 16:50:29','2021-01-12 08:50:29'),(36572,15100,'action created','2021-01-12 16:50:29','2021-01-12 08:50:29'),(36573,15100,'action started via WP Cron','2021-01-12 16:51:39','2021-01-12 08:51:39'),(36574,15100,'action complete via WP Cron','2021-01-12 16:51:39','2021-01-12 08:51:39'),(36575,15101,'action created','2021-01-12 16:51:39','2021-01-12 08:51:39'),(36576,15101,'action started via WP Cron','2021-01-12 16:52:39','2021-01-12 08:52:39'),(36577,15101,'action complete via WP Cron','2021-01-12 16:52:39','2021-01-12 08:52:39'),(36578,15102,'action created','2021-01-12 16:52:39','2021-01-12 08:52:39'),(36579,15102,'action started via WP Cron','2021-01-12 16:56:03','2021-01-12 08:56:03'),(36580,15102,'action complete via WP Cron','2021-01-12 16:56:03','2021-01-12 08:56:03'),(36581,15103,'action created','2021-01-12 16:56:03','2021-01-12 08:56:03'),(36582,15103,'action started via WP Cron','2021-01-12 16:57:18','2021-01-12 08:57:18'),(36583,15103,'action complete via WP Cron','2021-01-12 16:57:18','2021-01-12 08:57:18'),(36584,15104,'action created','2021-01-12 16:57:18','2021-01-12 08:57:18'),(36585,15104,'action started via WP Cron','2021-01-12 16:59:24','2021-01-12 08:59:24'),(36586,15104,'action complete via WP Cron','2021-01-12 16:59:24','2021-01-12 08:59:24'),(36587,15105,'action created','2021-01-12 16:59:24','2021-01-12 08:59:24'),(36588,15105,'action started via WP Cron','2021-01-12 17:00:27','2021-01-12 09:00:27'),(36589,15105,'action complete via WP Cron','2021-01-12 17:00:27','2021-01-12 09:00:27'),(36590,15106,'action created','2021-01-12 17:00:27','2021-01-12 09:00:27'),(36591,15106,'action started via WP Cron','2021-01-12 17:00:42','2021-01-12 09:00:42'),(36592,15106,'action complete via WP Cron','2021-01-12 17:00:42','2021-01-12 09:00:42'),(36593,15107,'action created','2021-01-12 17:00:42','2021-01-12 09:00:42'),(36594,15107,'action started via WP Cron','2021-01-12 17:02:25','2021-01-12 09:02:25'),(36595,15107,'action complete via WP Cron','2021-01-12 17:02:25','2021-01-12 09:02:25'),(36596,15108,'action created','2021-01-12 17:02:25','2021-01-12 09:02:25'),(36597,15108,'action started via WP Cron','2021-01-12 17:07:43','2021-01-12 09:07:43'),(36598,15108,'action complete via WP Cron','2021-01-12 17:07:43','2021-01-12 09:07:43'),(36599,15109,'action created','2021-01-12 17:07:44','2021-01-12 09:07:44'),(36600,15109,'action started via WP Cron','2021-01-12 17:14:55','2021-01-12 09:14:55'),(36601,15109,'action complete via WP Cron','2021-01-12 17:14:55','2021-01-12 09:14:55'),(36602,15110,'action created','2021-01-12 17:14:55','2021-01-12 09:14:55'),(36603,15110,'action started via WP Cron','2021-01-12 17:17:58','2021-01-12 09:17:58'),(36604,15110,'action complete via WP Cron','2021-01-12 17:17:58','2021-01-12 09:17:58'),(36605,15111,'action created','2021-01-12 17:17:58','2021-01-12 09:17:58'),(36606,15111,'action started via WP Cron','2021-01-12 17:23:11','2021-01-12 09:23:11'),(36607,15111,'action complete via WP Cron','2021-01-12 17:23:11','2021-01-12 09:23:11'),(36608,15112,'action created','2021-01-12 17:23:11','2021-01-12 09:23:11'),(36609,15112,'action started via WP Cron','2021-01-12 17:24:53','2021-01-12 09:24:53'),(36610,15112,'action complete via WP Cron','2021-01-12 17:24:53','2021-01-12 09:24:53'),(36611,15113,'action created','2021-01-12 17:24:53','2021-01-12 09:24:53'),(36612,15113,'action started via WP Cron','2021-01-12 17:30:00','2021-01-12 09:30:00'),(36613,15113,'action complete via WP Cron','2021-01-12 17:30:00','2021-01-12 09:30:00'),(36614,15114,'action created','2021-01-12 17:30:00','2021-01-12 09:30:00'),(36615,15114,'action started via WP Cron','2021-01-12 17:35:06','2021-01-12 09:35:06'),(36616,15114,'action complete via WP Cron','2021-01-12 17:35:06','2021-01-12 09:35:06'),(36617,15115,'action created','2021-01-12 17:35:06','2021-01-12 09:35:06'),(36618,15115,'action started via WP Cron','2021-01-12 17:37:36','2021-01-12 09:37:36'),(36619,15115,'action complete via WP Cron','2021-01-12 17:37:36','2021-01-12 09:37:36'),(36620,15116,'action created','2021-01-12 17:37:36','2021-01-12 09:37:36'),(36621,15116,'action started via WP Cron','2021-01-12 17:40:42','2021-01-12 09:40:42'),(36622,15116,'action complete via WP Cron','2021-01-12 17:40:42','2021-01-12 09:40:42'),(36623,15117,'action created','2021-01-12 17:40:42','2021-01-12 09:40:42'),(36624,15117,'action started via WP Cron','2021-01-12 17:45:04','2021-01-12 09:45:04'),(36625,15117,'action complete via WP Cron','2021-01-12 17:45:04','2021-01-12 09:45:04'),(36626,15118,'action created','2021-01-12 17:46:05','2021-01-12 09:46:05'),(36627,15118,'action started via WP Cron','2021-01-12 17:46:47','2021-01-12 09:46:47'),(36628,15118,'action complete via WP Cron','2021-01-12 17:46:47','2021-01-12 09:46:47'),(36629,15119,'action created','2021-01-12 17:46:47','2021-01-12 09:46:47'),(36630,15119,'action started via WP Cron','2021-01-12 17:47:48','2021-01-12 09:47:48'),(36631,15119,'action complete via WP Cron','2021-01-12 17:47:48','2021-01-12 09:47:48'),(36632,15120,'action created','2021-01-12 17:47:48','2021-01-12 09:47:48'),(36633,15120,'action started via WP Cron','2021-01-12 17:48:48','2021-01-12 09:48:48'),(36634,15120,'action complete via WP Cron','2021-01-12 17:48:48','2021-01-12 09:48:48'),(36635,15121,'action created','2021-01-12 17:48:49','2021-01-12 09:48:49'),(36636,15121,'action started via WP Cron','2021-01-12 17:49:50','2021-01-12 09:49:50'),(36637,15121,'action complete via WP Cron','2021-01-12 17:49:50','2021-01-12 09:49:50'),(36638,15122,'action created','2021-01-12 17:49:50','2021-01-12 09:49:50'),(36639,15122,'action started via WP Cron','2021-01-12 17:57:12','2021-01-12 09:57:12'),(36640,15122,'action complete via WP Cron','2021-01-12 17:57:12','2021-01-12 09:57:12'),(36641,15123,'action created','2021-01-12 17:57:12','2021-01-12 09:57:12'),(36642,15123,'action started via WP Cron','2021-01-12 17:57:45','2021-01-12 09:57:45'),(36643,15123,'action complete via WP Cron','2021-01-12 17:57:45','2021-01-12 09:57:45'),(36644,15124,'action created','2021-01-12 17:57:45','2021-01-12 09:57:45'),(36645,15124,'action started via WP Cron','2021-01-12 17:59:03','2021-01-12 09:59:03'),(36646,15124,'action complete via WP Cron','2021-01-12 17:59:03','2021-01-12 09:59:03'),(36647,15125,'action created','2021-01-12 17:59:03','2021-01-12 09:59:03'),(36648,15125,'action started via WP Cron','2021-01-12 18:08:22','2021-01-12 10:08:22'),(36649,15125,'action complete via WP Cron','2021-01-12 18:08:22','2021-01-12 10:08:22'),(36650,15126,'action created','2021-01-12 18:16:32','2021-01-12 10:16:32'),(36651,15126,'action started via WP Cron','2021-01-12 18:21:37','2021-01-12 10:21:37'),(36652,15126,'action complete via WP Cron','2021-01-12 18:21:37','2021-01-12 10:21:37'),(36653,15127,'action created','2021-01-12 18:21:38','2021-01-12 10:21:38'),(36654,15127,'action started via WP Cron','2021-01-12 18:32:10','2021-01-12 10:32:10'),(36655,15127,'action complete via WP Cron','2021-01-12 18:32:10','2021-01-12 10:32:10'),(36656,15128,'action created','2021-01-12 18:32:10','2021-01-12 10:32:10'),(36657,15128,'action started via WP Cron','2021-01-12 18:34:41','2021-01-12 10:34:41'),(36658,15128,'action complete via WP Cron','2021-01-12 18:34:41','2021-01-12 10:34:41'),(36659,15129,'action created','2021-01-12 18:34:41','2021-01-12 10:34:41'),(36660,15129,'action started via WP Cron','2021-01-12 18:38:21','2021-01-12 10:38:21'),(36661,15129,'action complete via WP Cron','2021-01-12 18:38:21','2021-01-12 10:38:21'),(36662,15130,'action created','2021-01-12 18:38:21','2021-01-12 10:38:21'),(36663,15130,'action started via WP Cron','2021-01-12 18:42:42','2021-01-12 10:42:42'),(36664,15130,'action complete via WP Cron','2021-01-12 18:42:42','2021-01-12 10:42:42'),(36665,15131,'action created','2021-01-12 18:42:42','2021-01-12 10:42:42'),(36666,15131,'action started via WP Cron','2021-01-12 18:43:51','2021-01-12 10:43:51'),(36667,15131,'action complete via WP Cron','2021-01-12 18:43:51','2021-01-12 10:43:51'),(36668,15132,'action created','2021-01-12 18:43:51','2021-01-12 10:43:51'),(36669,15132,'action started via WP Cron','2021-01-12 18:45:05','2021-01-12 10:45:05'),(36670,15132,'action complete via WP Cron','2021-01-12 18:45:05','2021-01-12 10:45:05'),(36671,15133,'action created','2021-01-12 18:45:05','2021-01-12 10:45:05'),(36672,15133,'action started via WP Cron','2021-01-12 18:48:23','2021-01-12 10:48:23'),(36673,15133,'action complete via WP Cron','2021-01-12 18:48:23','2021-01-12 10:48:23'),(36674,15134,'action created','2021-01-12 18:48:23','2021-01-12 10:48:23'),(36675,15134,'action started via WP Cron','2021-01-12 18:48:58','2021-01-12 10:48:58'),(36676,15134,'action complete via WP Cron','2021-01-12 18:48:58','2021-01-12 10:48:58'),(36677,15135,'action created','2021-01-12 18:48:58','2021-01-12 10:48:58'),(36678,15135,'action started via WP Cron','2021-01-12 18:50:03','2021-01-12 10:50:03'),(36679,15135,'action complete via WP Cron','2021-01-12 18:50:03','2021-01-12 10:50:03'),(36680,15136,'action created','2021-01-12 18:51:19','2021-01-12 10:51:19'),(36681,15136,'action started via WP Cron','2021-01-12 18:52:19','2021-01-12 10:52:19'),(36682,15136,'action complete via WP Cron','2021-01-12 18:52:19','2021-01-12 10:52:19'),(36683,15137,'action created','2021-01-12 18:52:20','2021-01-12 10:52:20'),(36684,15137,'action started via WP Cron','2021-01-12 18:52:49','2021-01-12 10:52:49'),(36685,15137,'action complete via WP Cron','2021-01-12 18:52:49','2021-01-12 10:52:49'),(36686,15138,'action created','2021-01-12 18:52:49','2021-01-12 10:52:49'),(36687,15138,'action started via WP Cron','2021-01-12 18:54:17','2021-01-12 10:54:17'),(36688,15138,'action complete via WP Cron','2021-01-12 18:54:17','2021-01-12 10:54:17'),(36689,15139,'action created','2021-01-12 18:54:17','2021-01-12 10:54:17'),(36690,15139,'action started via WP Cron','2021-01-12 18:55:24','2021-01-12 10:55:24'),(36691,15139,'action complete via WP Cron','2021-01-12 18:55:24','2021-01-12 10:55:24'),(36692,15140,'action created','2021-01-12 18:55:24','2021-01-12 10:55:24'),(36693,15140,'action started via WP Cron','2021-01-12 18:55:50','2021-01-12 10:55:50'),(36694,15140,'action complete via WP Cron','2021-01-12 18:55:50','2021-01-12 10:55:50'),(36695,15141,'action created','2021-01-12 18:55:50','2021-01-12 10:55:50'),(36696,15141,'action started via WP Cron','2021-01-12 18:57:59','2021-01-12 10:57:59'),(36697,15141,'action complete via WP Cron','2021-01-12 18:57:59','2021-01-12 10:57:59'),(36698,15142,'action created','2021-01-12 18:57:59','2021-01-12 10:57:59'),(36699,15142,'action started via WP Cron','2021-01-12 19:02:46','2021-01-12 11:02:46'),(36700,15142,'action complete via WP Cron','2021-01-12 19:02:46','2021-01-12 11:02:46'),(36701,15143,'action created','2021-01-12 19:02:46','2021-01-12 11:02:46'),(36702,15143,'action started via WP Cron','2021-01-12 19:03:43','2021-01-12 11:03:43'),(36703,15143,'action complete via WP Cron','2021-01-12 19:03:43','2021-01-12 11:03:43'),(36704,15144,'action created','2021-01-12 19:03:43','2021-01-12 11:03:43'),(36705,15144,'action started via WP Cron','2021-01-12 19:04:54','2021-01-12 11:04:54'),(36706,15144,'action complete via WP Cron','2021-01-12 19:04:54','2021-01-12 11:04:54'),(36707,15145,'action created','2021-01-12 19:04:54','2021-01-12 11:04:54'),(36708,15145,'action started via WP Cron','2021-01-12 19:15:26','2021-01-12 11:15:26'),(36709,15145,'action complete via WP Cron','2021-01-12 19:15:26','2021-01-12 11:15:26'),(36710,15146,'action created','2021-01-12 19:16:46','2021-01-12 11:16:46'),(36711,15146,'action started via WP Cron','2021-01-12 19:19:01','2021-01-12 11:19:01'),(36712,15146,'action complete via WP Cron','2021-01-12 19:19:01','2021-01-12 11:19:01'),(36713,15147,'action created','2021-01-12 19:19:01','2021-01-12 11:19:01'),(36714,15147,'action started via WP Cron','2021-01-12 19:28:02','2021-01-12 11:28:02'),(36715,15147,'action complete via WP Cron','2021-01-12 19:28:02','2021-01-12 11:28:02'),(36716,15148,'action created','2021-01-12 19:28:02','2021-01-12 11:28:02'),(36717,15148,'action started via WP Cron','2021-01-12 19:29:49','2021-01-12 11:29:49'),(36718,15148,'action complete via WP Cron','2021-01-12 19:29:49','2021-01-12 11:29:49'),(36719,15149,'action created','2021-01-12 19:29:49','2021-01-12 11:29:49'),(36720,15149,'action started via WP Cron','2021-01-12 19:31:00','2021-01-12 11:31:00'),(36721,15149,'action complete via WP Cron','2021-01-12 19:31:00','2021-01-12 11:31:00'),(36722,15150,'action created','2021-01-12 19:31:00','2021-01-12 11:31:00'),(36723,15150,'action started via WP Cron','2021-01-12 19:32:20','2021-01-12 11:32:20'),(36724,15150,'action complete via WP Cron','2021-01-12 19:32:20','2021-01-12 11:32:20'),(36725,15151,'action created','2021-01-12 19:32:20','2021-01-12 11:32:20'),(36726,15151,'action started via WP Cron','2021-01-12 19:36:58','2021-01-12 11:36:58'),(36727,15151,'action complete via WP Cron','2021-01-12 19:36:58','2021-01-12 11:36:58'),(36728,15152,'action created','2021-01-12 19:36:58','2021-01-12 11:36:58'),(36729,15152,'action started via WP Cron','2021-01-12 19:37:43','2021-01-12 11:37:43'),(36730,15152,'action complete via WP Cron','2021-01-12 19:37:43','2021-01-12 11:37:43'),(36731,15153,'action created','2021-01-12 19:37:43','2021-01-12 11:37:43'),(36732,15153,'action started via WP Cron','2021-01-12 19:42:21','2021-01-12 11:42:21'),(36733,15153,'action complete via WP Cron','2021-01-12 19:42:21','2021-01-12 11:42:21'),(36734,15154,'action created','2021-01-12 19:42:21','2021-01-12 11:42:21'),(36735,15154,'action started via WP Cron','2021-01-12 19:45:26','2021-01-12 11:45:26'),(36736,15154,'action complete via WP Cron','2021-01-12 19:45:26','2021-01-12 11:45:26'),(36737,15155,'action created','2021-01-12 19:45:26','2021-01-12 11:45:26'),(36738,15155,'action started via WP Cron','2021-01-12 19:45:41','2021-01-12 11:45:41'),(36739,15155,'action complete via WP Cron','2021-01-12 19:45:41','2021-01-12 11:45:41'),(36740,15156,'action created','2021-01-12 19:45:41','2021-01-12 11:45:41'),(36741,15156,'action started via WP Cron','2021-01-12 19:46:51','2021-01-12 11:46:51'),(36742,15156,'action complete via WP Cron','2021-01-12 19:46:51','2021-01-12 11:46:51'),(36743,15157,'action created','2021-01-12 19:46:51','2021-01-12 11:46:51'),(36744,15157,'action started via WP Cron','2021-01-12 19:48:04','2021-01-12 11:48:04'),(36745,15157,'action complete via WP Cron','2021-01-12 19:48:04','2021-01-12 11:48:04'),(36746,15158,'action created','2021-01-12 19:48:04','2021-01-12 11:48:04'),(36747,15158,'action started via WP Cron','2021-01-12 19:53:01','2021-01-12 11:53:01'),(36748,15158,'action complete via WP Cron','2021-01-12 19:53:01','2021-01-12 11:53:01'),(36749,15159,'action created','2021-01-12 19:53:01','2021-01-12 11:53:01'),(36750,15159,'action started via WP Cron','2021-01-12 19:54:56','2021-01-12 11:54:56'),(36751,15159,'action complete via WP Cron','2021-01-12 19:54:56','2021-01-12 11:54:56'),(36752,15160,'action created','2021-01-12 19:54:56','2021-01-12 11:54:56'),(36753,15160,'action started via WP Cron','2021-01-12 19:56:03','2021-01-12 11:56:03'),(36754,15160,'action complete via WP Cron','2021-01-12 19:56:03','2021-01-12 11:56:03'),(36755,15161,'action created','2021-01-12 19:56:03','2021-01-12 11:56:03'),(36756,15161,'action started via WP Cron','2021-01-12 19:57:15','2021-01-12 11:57:15'),(36757,15161,'action complete via WP Cron','2021-01-12 19:57:15','2021-01-12 11:57:15'),(36758,15162,'action created','2021-01-12 19:57:15','2021-01-12 11:57:15'),(36759,15162,'action started via WP Cron','2021-01-12 20:01:13','2021-01-12 12:01:13'),(36760,15162,'action complete via WP Cron','2021-01-12 20:01:13','2021-01-12 12:01:13'),(36761,15163,'action created','2021-01-12 20:01:13','2021-01-12 12:01:13'),(36762,15163,'action started via WP Cron','2021-01-12 20:06:23','2021-01-12 12:06:23'),(36763,15163,'action complete via WP Cron','2021-01-12 20:06:23','2021-01-12 12:06:23'),(36764,15164,'action created','2021-01-12 20:06:23','2021-01-12 12:06:23'),(36765,15164,'action started via WP Cron','2021-01-12 20:06:43','2021-01-12 12:06:43'),(36766,15164,'action complete via WP Cron','2021-01-12 20:06:43','2021-01-12 12:06:43'),(36767,15165,'action created','2021-01-12 20:06:43','2021-01-12 12:06:43'),(36768,15165,'action started via WP Cron','2021-01-12 20:07:45','2021-01-12 12:07:45'),(36769,15165,'action complete via WP Cron','2021-01-12 20:07:45','2021-01-12 12:07:45'),(36770,15166,'action created','2021-01-12 20:07:45','2021-01-12 12:07:45'),(36771,15166,'action started via WP Cron','2021-01-12 20:11:20','2021-01-12 12:11:20'),(36772,15166,'action complete via WP Cron','2021-01-12 20:11:20','2021-01-12 12:11:20'),(36773,15167,'action created','2021-01-12 20:11:20','2021-01-12 12:11:20'),(36774,15167,'action started via WP Cron','2021-01-12 20:13:06','2021-01-12 12:13:06'),(36775,15167,'action complete via WP Cron','2021-01-12 20:13:06','2021-01-12 12:13:06'),(36776,15168,'action created','2021-01-12 20:13:06','2021-01-12 12:13:06'),(36777,15168,'action started via WP Cron','2021-01-12 20:14:15','2021-01-12 12:14:15'),(36778,15168,'action complete via WP Cron','2021-01-12 20:14:15','2021-01-12 12:14:15'),(36779,15169,'action created','2021-01-12 20:14:15','2021-01-12 12:14:15'),(36780,15169,'action started via WP Cron','2021-01-12 20:17:38','2021-01-12 12:17:38'),(36781,15169,'action complete via WP Cron','2021-01-12 20:17:38','2021-01-12 12:17:38'),(36782,15170,'action created','2021-01-12 20:17:39','2021-01-12 12:17:39'),(36783,15170,'action started via WP Cron','2021-01-12 20:18:32','2021-01-12 12:18:32'),(36784,15170,'action complete via WP Cron','2021-01-12 20:18:32','2021-01-12 12:18:32'),(36785,15171,'action created','2021-01-12 20:18:32','2021-01-12 12:18:32'),(36786,15171,'action started via WP Cron','2021-01-12 20:22:13','2021-01-12 12:22:13'),(36787,15171,'action complete via WP Cron','2021-01-12 20:22:13','2021-01-12 12:22:13'),(36788,15172,'action created','2021-01-12 20:25:53','2021-01-12 12:25:53'),(36789,15172,'action started via WP Cron','2021-01-12 20:28:33','2021-01-12 12:28:33'),(36790,15172,'action complete via WP Cron','2021-01-12 20:28:33','2021-01-12 12:28:33'),(36791,15173,'action created','2021-01-12 20:28:33','2021-01-12 12:28:33'),(36792,15173,'action started via WP Cron','2021-01-12 20:32:11','2021-01-12 12:32:11'),(36793,15173,'action complete via WP Cron','2021-01-12 20:32:11','2021-01-12 12:32:11'),(36794,15174,'action created','2021-01-12 20:32:11','2021-01-12 12:32:11'),(36795,15174,'action started via WP Cron','2021-01-12 20:33:33','2021-01-12 12:33:33'),(36796,15174,'action complete via WP Cron','2021-01-12 20:33:33','2021-01-12 12:33:33'),(36797,15175,'action created','2021-01-12 20:33:34','2021-01-12 12:33:34'),(36798,15175,'action started via WP Cron','2021-01-12 20:34:17','2021-01-12 12:34:17'),(36799,15175,'action complete via WP Cron','2021-01-12 20:34:17','2021-01-12 12:34:17'),(36800,15176,'action created','2021-01-12 20:34:18','2021-01-12 12:34:18'),(36801,15176,'action started via WP Cron','2021-01-12 20:35:20','2021-01-12 12:35:20'),(36802,15176,'action complete via WP Cron','2021-01-12 20:35:20','2021-01-12 12:35:20'),(36803,15177,'action created','2021-01-12 20:35:20','2021-01-12 12:35:20'),(36804,15177,'action started via WP Cron','2021-01-12 20:36:20','2021-01-12 12:36:20'),(36805,15177,'action complete via WP Cron','2021-01-12 20:36:20','2021-01-12 12:36:20'),(36806,15178,'action created','2021-01-12 20:36:20','2021-01-12 12:36:20'),(36807,15178,'action started via WP Cron','2021-01-12 20:41:56','2021-01-12 12:41:56'),(36808,15178,'action complete via WP Cron','2021-01-12 20:41:56','2021-01-12 12:41:56'),(36809,15179,'action created','2021-01-12 20:41:56','2021-01-12 12:41:56'),(36810,15179,'action started via WP Cron','2021-01-12 20:45:22','2021-01-12 12:45:22'),(36811,15179,'action complete via WP Cron','2021-01-12 20:45:22','2021-01-12 12:45:22'),(36812,15180,'action created','2021-01-12 20:45:22','2021-01-12 12:45:22'),(36813,15180,'action started via WP Cron','2021-01-12 20:50:11','2021-01-12 12:50:11'),(36814,15180,'action complete via WP Cron','2021-01-12 20:50:11','2021-01-12 12:50:11'),(36815,15181,'action created','2021-01-12 20:50:11','2021-01-12 12:50:11'),(36816,15181,'action started via WP Cron','2021-01-12 20:51:33','2021-01-12 12:51:33'),(36817,15181,'action complete via WP Cron','2021-01-12 20:51:33','2021-01-12 12:51:33'),(36818,15182,'action created','2021-01-12 20:51:33','2021-01-12 12:51:33'),(36819,15182,'action started via WP Cron','2021-01-12 20:51:48','2021-01-12 12:51:48'),(36820,15182,'action complete via WP Cron','2021-01-12 20:51:48','2021-01-12 12:51:48'),(36821,15183,'action created','2021-01-12 20:51:48','2021-01-12 12:51:48'),(36822,15183,'action started via WP Cron','2021-01-12 21:01:16','2021-01-12 13:01:16'),(36823,15183,'action complete via WP Cron','2021-01-12 21:01:16','2021-01-12 13:01:16'),(36824,15184,'action created','2021-01-12 21:01:16','2021-01-12 13:01:16'),(36825,15184,'action started via WP Cron','2021-01-12 21:04:47','2021-01-12 13:04:47'),(36826,15184,'action complete via WP Cron','2021-01-12 21:04:47','2021-01-12 13:04:47'),(36827,15185,'action created','2021-01-12 21:04:47','2021-01-12 13:04:47'),(36828,15185,'action started via WP Cron','2021-01-12 21:08:17','2021-01-12 13:08:17'),(36829,15185,'action complete via WP Cron','2021-01-12 21:08:17','2021-01-12 13:08:17'),(36830,15186,'action created','2021-01-12 21:08:17','2021-01-12 13:08:17'),(36831,15186,'action started via WP Cron','2021-01-12 21:15:49','2021-01-12 13:15:49'),(36832,15186,'action complete via WP Cron','2021-01-12 21:15:49','2021-01-12 13:15:49'),(36833,15187,'action created','2021-01-12 21:15:49','2021-01-12 13:15:49'),(36834,15187,'action started via WP Cron','2021-01-12 21:18:27','2021-01-12 13:18:27'),(36835,15187,'action complete via WP Cron','2021-01-12 21:18:27','2021-01-12 13:18:27'),(36836,15188,'action created','2021-01-12 21:18:27','2021-01-12 13:18:27'),(36837,15188,'action started via WP Cron','2021-01-12 21:19:34','2021-01-12 13:19:34'),(36838,15188,'action complete via WP Cron','2021-01-12 21:19:34','2021-01-12 13:19:34'),(36839,15189,'action created','2021-01-12 21:19:34','2021-01-12 13:19:34'),(36840,15189,'action started via WP Cron','2021-01-12 21:20:11','2021-01-12 13:20:11'),(36841,15189,'action complete via WP Cron','2021-01-12 21:20:11','2021-01-12 13:20:11'),(36842,15190,'action created','2021-01-12 21:20:11','2021-01-12 13:20:11'),(36843,15190,'action started via WP Cron','2021-01-12 21:25:34','2021-01-12 13:25:34'),(36844,15190,'action complete via WP Cron','2021-01-12 21:25:34','2021-01-12 13:25:34'),(36845,15191,'action created','2021-01-12 21:25:34','2021-01-12 13:25:34'),(36846,15191,'action started via WP Cron','2021-01-12 21:26:41','2021-01-12 13:26:41'),(36847,15191,'action complete via WP Cron','2021-01-12 21:26:41','2021-01-12 13:26:41'),(36848,15192,'action created','2021-01-12 21:26:41','2021-01-12 13:26:41'),(36849,15192,'action started via WP Cron','2021-01-12 21:29:00','2021-01-12 13:29:00'),(36850,15192,'action complete via WP Cron','2021-01-12 21:29:00','2021-01-12 13:29:00'),(36851,15193,'action created','2021-01-12 21:29:00','2021-01-12 13:29:00'),(36852,15193,'action started via WP Cron','2021-01-12 21:36:26','2021-01-12 13:36:26'),(36853,15193,'action complete via WP Cron','2021-01-12 21:36:26','2021-01-12 13:36:26'),(36854,15194,'action created','2021-01-12 21:36:27','2021-01-12 13:36:27'),(36855,15194,'action started via WP Cron','2021-01-12 21:38:12','2021-01-12 13:38:12'),(36856,15194,'action complete via WP Cron','2021-01-12 21:38:12','2021-01-12 13:38:12'),(36857,15195,'action created','2021-01-12 21:38:12','2021-01-12 13:38:12'),(36858,15195,'action started via WP Cron','2021-01-12 21:39:22','2021-01-12 13:39:22'),(36859,15195,'action complete via WP Cron','2021-01-12 21:39:22','2021-01-12 13:39:22'),(36860,15196,'action created','2021-01-12 21:39:22','2021-01-12 13:39:22'),(36861,15196,'action started via WP Cron','2021-01-12 21:41:25','2021-01-12 13:41:25'),(36862,15196,'action complete via WP Cron','2021-01-12 21:41:25','2021-01-12 13:41:25'),(36863,15197,'action created','2021-01-12 21:41:25','2021-01-12 13:41:25'),(36864,15197,'action started via WP Cron','2021-01-12 21:42:34','2021-01-12 13:42:34'),(36865,15197,'action complete via WP Cron','2021-01-12 21:42:34','2021-01-12 13:42:34'),(36866,15198,'action created','2021-01-12 21:42:34','2021-01-12 13:42:34'),(36867,15198,'action started via WP Cron','2021-01-12 21:43:20','2021-01-12 13:43:20'),(36868,15198,'action complete via WP Cron','2021-01-12 21:43:20','2021-01-12 13:43:20'),(36869,15199,'action created','2021-01-12 21:43:20','2021-01-12 13:43:20'),(36870,15199,'action started via WP Cron','2021-01-12 21:43:41','2021-01-12 13:43:41'),(36871,15199,'action complete via WP Cron','2021-01-12 21:43:41','2021-01-12 13:43:41'),(36872,15200,'action created','2021-01-12 21:43:41','2021-01-12 13:43:41'),(36873,15200,'action started via WP Cron','2021-01-12 21:45:32','2021-01-12 13:45:32'),(36874,15200,'action complete via WP Cron','2021-01-12 21:45:32','2021-01-12 13:45:32'),(36875,15201,'action created','2021-01-12 21:45:32','2021-01-12 13:45:32'),(36876,15201,'action started via WP Cron','2021-01-12 21:47:28','2021-01-12 13:47:28'),(36877,15201,'action complete via WP Cron','2021-01-12 21:47:28','2021-01-12 13:47:28'),(36878,15202,'action created','2021-01-12 21:47:29','2021-01-12 13:47:29'),(36879,15202,'action started via WP Cron','2021-01-12 21:48:59','2021-01-12 13:48:59'),(36880,15202,'action complete via WP Cron','2021-01-12 21:48:59','2021-01-12 13:48:59'),(36881,15203,'action created','2021-01-12 21:48:59','2021-01-12 13:48:59'),(36882,15203,'action started via WP Cron','2021-01-12 21:51:54','2021-01-12 13:51:54'),(36883,15203,'action complete via WP Cron','2021-01-12 21:51:54','2021-01-12 13:51:54'),(36884,15204,'action created','2021-01-12 21:51:54','2021-01-12 13:51:54'),(36885,15204,'action started via WP Cron','2021-01-12 21:55:27','2021-01-12 13:55:27'),(36886,15204,'action complete via WP Cron','2021-01-12 21:55:27','2021-01-12 13:55:27'),(36887,15205,'action created','2021-01-12 21:55:28','2021-01-12 13:55:28'),(36888,15205,'action started via WP Cron','2021-01-12 21:55:43','2021-01-12 13:55:43'),(36889,15205,'action complete via WP Cron','2021-01-12 21:55:43','2021-01-12 13:55:43'),(36890,15206,'action created','2021-01-12 21:55:43','2021-01-12 13:55:43'),(36891,15206,'action started via WP Cron','2021-01-12 21:58:10','2021-01-12 13:58:10'),(36892,15206,'action complete via WP Cron','2021-01-12 21:58:10','2021-01-12 13:58:10'),(36893,15207,'action created','2021-01-12 21:58:10','2021-01-12 13:58:10'),(36894,15207,'action started via WP Cron','2021-01-12 22:07:07','2021-01-12 14:07:07'),(36895,15207,'action complete via WP Cron','2021-01-12 22:07:07','2021-01-12 14:07:07'),(36896,15208,'action created','2021-01-12 22:07:07','2021-01-12 14:07:07'),(36897,15208,'action started via WP Cron','2021-01-12 22:10:39','2021-01-12 14:10:39'),(36898,15208,'action complete via WP Cron','2021-01-12 22:10:39','2021-01-12 14:10:39'),(36899,15209,'action created','2021-01-12 22:10:40','2021-01-12 14:10:40'),(36900,15209,'action started via WP Cron','2021-01-12 22:14:37','2021-01-12 14:14:37'),(36901,15209,'action complete via WP Cron','2021-01-12 22:14:37','2021-01-12 14:14:37'),(36902,15210,'action created','2021-01-12 22:14:37','2021-01-12 14:14:37'),(36903,15210,'action started via WP Cron','2021-01-12 22:16:16','2021-01-12 14:16:16'),(36904,15210,'action complete via WP Cron','2021-01-12 22:16:16','2021-01-12 14:16:16'),(36905,15211,'action created','2021-01-12 22:16:16','2021-01-12 14:16:16'),(36906,15211,'action started via WP Cron','2021-01-12 22:21:35','2021-01-12 14:21:35'),(36907,15211,'action complete via WP Cron','2021-01-12 22:21:35','2021-01-12 14:21:35'),(36908,15212,'action created','2021-01-12 22:21:35','2021-01-12 14:21:35'),(36909,15212,'action started via WP Cron','2021-01-12 22:22:36','2021-01-12 14:22:36'),(36910,15212,'action complete via WP Cron','2021-01-12 22:22:36','2021-01-12 14:22:36'),(36911,15213,'action created','2021-01-12 22:22:36','2021-01-12 14:22:36'),(36912,15213,'action started via WP Cron','2021-01-12 22:23:23','2021-01-12 14:23:23'),(36913,15213,'action complete via WP Cron','2021-01-12 22:23:23','2021-01-12 14:23:23'),(36914,15214,'action created','2021-01-12 22:23:23','2021-01-12 14:23:23'),(36915,15214,'action started via WP Cron','2021-01-12 22:23:53','2021-01-12 14:23:53'),(36916,15214,'action complete via WP Cron','2021-01-12 22:23:53','2021-01-12 14:23:53'),(36917,15215,'action created','2021-01-12 22:24:37','2021-01-12 14:24:37'),(36918,15215,'action started via WP Cron','2021-01-12 22:25:39','2021-01-12 14:25:39'),(36919,15215,'action complete via WP Cron','2021-01-12 22:25:39','2021-01-12 14:25:39'),(36920,15216,'action created','2021-01-12 22:25:39','2021-01-12 14:25:39'),(36921,15216,'action started via WP Cron','2021-01-12 22:26:14','2021-01-12 14:26:14'),(36922,15216,'action complete via WP Cron','2021-01-12 22:26:14','2021-01-12 14:26:14'),(36923,15217,'action created','2021-01-12 22:26:15','2021-01-12 14:26:15'),(36924,15217,'action started via WP Cron','2021-01-12 22:31:37','2021-01-12 14:31:37'),(36925,15217,'action complete via WP Cron','2021-01-12 22:31:37','2021-01-12 14:31:37'),(36926,15218,'action created','2021-01-12 22:31:37','2021-01-12 14:31:37'),(36927,15218,'action started via WP Cron','2021-01-12 22:31:59','2021-01-12 14:31:59'),(36928,15218,'action complete via WP Cron','2021-01-12 22:31:59','2021-01-12 14:31:59'),(36929,15219,'action created','2021-01-12 22:31:59','2021-01-12 14:31:59'),(36930,15219,'action started via WP Cron','2021-01-12 22:34:02','2021-01-12 14:34:02'),(36931,15219,'action complete via WP Cron','2021-01-12 22:34:02','2021-01-12 14:34:02'),(36932,15220,'action created','2021-01-12 22:34:02','2021-01-12 14:34:02'),(36933,15220,'action started via WP Cron','2021-01-12 22:35:26','2021-01-12 14:35:26'),(36934,15220,'action complete via WP Cron','2021-01-12 22:35:26','2021-01-12 14:35:26'),(36935,15221,'action created','2021-01-12 22:35:26','2021-01-12 14:35:26'),(36936,15221,'action started via WP Cron','2021-01-12 22:36:29','2021-01-12 14:36:29'),(36937,15221,'action complete via WP Cron','2021-01-12 22:36:29','2021-01-12 14:36:29'),(36938,15222,'action created','2021-01-12 22:36:29','2021-01-12 14:36:29'),(36939,15222,'action started via WP Cron','2021-01-12 22:38:34','2021-01-12 14:38:34'),(36940,15222,'action complete via WP Cron','2021-01-12 22:38:34','2021-01-12 14:38:34'),(36941,15223,'action created','2021-01-12 22:38:34','2021-01-12 14:38:34'),(36942,15223,'action started via WP Cron','2021-01-12 22:39:35','2021-01-12 14:39:35'),(36943,15223,'action complete via WP Cron','2021-01-12 22:39:35','2021-01-12 14:39:35'),(36944,15224,'action created','2021-01-12 22:39:35','2021-01-12 14:39:35'),(36945,15224,'action started via WP Cron','2021-01-12 22:40:22','2021-01-12 14:40:22'),(36946,15224,'action complete via WP Cron','2021-01-12 22:40:22','2021-01-12 14:40:22'),(36947,15225,'action created','2021-01-12 22:40:22','2021-01-12 14:40:22'),(36948,15225,'action started via WP Cron','2021-01-12 22:41:13','2021-01-12 14:41:13'),(36949,15225,'action complete via WP Cron','2021-01-12 22:41:13','2021-01-12 14:41:13'),(36950,15226,'action created','2021-01-12 22:41:13','2021-01-12 14:41:13'),(36951,15226,'action started via WP Cron','2021-01-12 22:42:12','2021-01-12 14:42:12'),(36952,15226,'action complete via WP Cron','2021-01-12 22:42:12','2021-01-12 14:42:12'),(36953,15227,'action created','2021-01-12 22:42:12','2021-01-12 14:42:12'),(36954,15227,'action started via WP Cron','2021-01-12 22:43:56','2021-01-12 14:43:56'),(36955,15227,'action complete via WP Cron','2021-01-12 22:43:56','2021-01-12 14:43:56'),(36956,15228,'action created','2021-01-12 22:43:56','2021-01-12 14:43:56'),(36957,15228,'action started via WP Cron','2021-01-12 22:44:55','2021-01-12 14:44:55'),(36958,15228,'action complete via WP Cron','2021-01-12 22:44:55','2021-01-12 14:44:55'),(36959,15229,'action created','2021-01-12 22:44:56','2021-01-12 14:44:56'),(36960,15229,'action started via WP Cron','2021-01-12 22:51:25','2021-01-12 14:51:25'),(36961,15229,'action complete via WP Cron','2021-01-12 22:51:25','2021-01-12 14:51:25'),(36962,15230,'action created','2021-01-12 22:51:26','2021-01-12 14:51:26'),(36963,15230,'action started via WP Cron','2021-01-12 22:53:09','2021-01-12 14:53:09'),(36964,15230,'action complete via WP Cron','2021-01-12 22:53:09','2021-01-12 14:53:09'),(36965,15231,'action created','2021-01-12 22:53:10','2021-01-12 14:53:10'),(36966,15231,'action started via WP Cron','2021-01-12 23:06:03','2021-01-12 15:06:03'),(36967,15231,'action complete via WP Cron','2021-01-12 23:06:03','2021-01-12 15:06:03'),(36968,15232,'action created','2021-01-12 23:06:03','2021-01-12 15:06:03'),(36969,15232,'action started via WP Cron','2021-01-12 23:09:49','2021-01-12 15:09:49'),(36970,15232,'action complete via WP Cron','2021-01-12 23:09:49','2021-01-12 15:09:49'),(36971,15233,'action created','2021-01-12 23:09:49','2021-01-12 15:09:49'),(36972,15233,'action started via WP Cron','2021-01-12 23:14:45','2021-01-12 15:14:45'),(36973,15233,'action complete via WP Cron','2021-01-12 23:14:45','2021-01-12 15:14:45'),(36974,15234,'action created','2021-01-12 23:14:45','2021-01-12 15:14:45'),(36975,15234,'action started via WP Cron','2021-01-12 23:18:05','2021-01-12 15:18:05'),(36976,15234,'action complete via WP Cron','2021-01-12 23:18:05','2021-01-12 15:18:05'),(36977,15235,'action created','2021-01-12 23:18:05','2021-01-12 15:18:05'),(36978,15235,'action started via WP Cron','2021-01-12 23:25:00','2021-01-12 15:25:00'),(36979,15235,'action complete via WP Cron','2021-01-12 23:25:00','2021-01-12 15:25:00'),(36980,15236,'action created','2021-01-12 23:25:00','2021-01-12 15:25:00'),(36981,15236,'action started via WP Cron','2021-01-12 23:26:42','2021-01-12 15:26:42'),(36982,15236,'action complete via WP Cron','2021-01-12 23:26:42','2021-01-12 15:26:42'),(36983,15237,'action created','2021-01-12 23:26:42','2021-01-12 15:26:42'),(36984,15237,'action started via WP Cron','2021-01-12 23:29:42','2021-01-12 15:29:42'),(36985,15237,'action complete via WP Cron','2021-01-12 23:29:42','2021-01-12 15:29:42'),(36986,15238,'action created','2021-01-12 23:29:42','2021-01-12 15:29:42'),(36987,15238,'action started via WP Cron','2021-01-12 23:30:43','2021-01-12 15:30:43'),(36988,15238,'action complete via WP Cron','2021-01-12 23:30:43','2021-01-12 15:30:43'),(36989,15239,'action created','2021-01-12 23:30:43','2021-01-12 15:30:43'),(36990,15239,'action started via WP Cron','2021-01-12 23:31:44','2021-01-12 15:31:44'),(36991,15239,'action complete via WP Cron','2021-01-12 23:31:44','2021-01-12 15:31:44'),(36992,15240,'action created','2021-01-12 23:31:44','2021-01-12 15:31:44'),(36993,15240,'action started via WP Cron','2021-01-12 23:39:45','2021-01-12 15:39:45'),(36994,15240,'action complete via WP Cron','2021-01-12 23:39:45','2021-01-12 15:39:45'),(36995,15241,'action created','2021-01-12 23:39:45','2021-01-12 15:39:45'),(36996,15241,'action started via WP Cron','2021-01-12 23:40:46','2021-01-12 15:40:46'),(36997,15241,'action complete via WP Cron','2021-01-12 23:40:46','2021-01-12 15:40:46'),(36998,15242,'action created','2021-01-12 23:40:46','2021-01-12 15:40:46'),(36999,15242,'action started via WP Cron','2021-01-12 23:41:47','2021-01-12 15:41:47'),(37000,15242,'action complete via WP Cron','2021-01-12 23:41:47','2021-01-12 15:41:47'),(37001,15243,'action created','2021-01-12 23:41:47','2021-01-12 15:41:47'),(37002,15243,'action started via WP Cron','2021-01-12 23:43:23','2021-01-12 15:43:23'),(37003,15243,'action complete via WP Cron','2021-01-12 23:43:23','2021-01-12 15:43:23'),(37004,15244,'action created','2021-01-12 23:43:23','2021-01-12 15:43:23'),(37005,15244,'action started via WP Cron','2021-01-12 23:43:49','2021-01-12 15:43:49'),(37006,15244,'action complete via WP Cron','2021-01-12 23:43:49','2021-01-12 15:43:49'),(37007,15245,'action created','2021-01-12 23:43:49','2021-01-12 15:43:49'),(37008,15245,'action started via WP Cron','2021-01-12 23:44:50','2021-01-12 15:44:50'),(37009,15245,'action complete via WP Cron','2021-01-12 23:44:50','2021-01-12 15:44:50'),(37010,15246,'action created','2021-01-12 23:44:50','2021-01-12 15:44:50'),(37011,15246,'action started via WP Cron','2021-01-12 23:45:51','2021-01-12 15:45:51'),(37012,15246,'action complete via WP Cron','2021-01-12 23:45:51','2021-01-12 15:45:51'),(37013,15247,'action created','2021-01-12 23:45:51','2021-01-12 15:45:51'),(37014,15247,'action started via WP Cron','2021-01-12 23:48:41','2021-01-12 15:48:41'),(37015,15247,'action complete via WP Cron','2021-01-12 23:48:41','2021-01-12 15:48:41'),(37016,15248,'action created','2021-01-12 23:48:41','2021-01-12 15:48:41'),(37017,15248,'action started via WP Cron','2021-01-12 23:53:09','2021-01-12 15:53:09'),(37018,15248,'action complete via WP Cron','2021-01-12 23:53:09','2021-01-12 15:53:09'),(37019,15249,'action created','2021-01-12 23:53:10','2021-01-12 15:53:10'),(37020,15249,'action started via WP Cron','2021-01-12 23:56:18','2021-01-12 15:56:18'),(37021,15249,'action complete via WP Cron','2021-01-12 23:56:18','2021-01-12 15:56:18'),(37022,15250,'action created','2021-01-12 23:56:18','2021-01-12 15:56:18'),(37023,15250,'action started via WP Cron','2021-01-12 23:58:37','2021-01-12 15:58:37'),(37024,15250,'action complete via WP Cron','2021-01-12 23:58:37','2021-01-12 15:58:37'),(37025,15251,'action created','2021-01-12 23:58:37','2021-01-12 15:58:37'),(37026,15251,'action started via WP Cron','2021-01-13 00:01:19','2021-01-12 16:01:19'),(37027,15251,'action complete via WP Cron','2021-01-13 00:01:19','2021-01-12 16:01:19'),(37028,15252,'action created','2021-01-13 00:01:19','2021-01-12 16:01:19'),(37029,15252,'action started via WP Cron','2021-01-13 00:04:18','2021-01-12 16:04:18'),(37030,15252,'action complete via WP Cron','2021-01-13 00:04:18','2021-01-12 16:04:18'),(37031,15253,'action created','2021-01-13 00:04:18','2021-01-12 16:04:18'),(37032,15253,'action started via WP Cron','2021-01-13 00:11:46','2021-01-12 16:11:46'),(37033,15253,'action complete via WP Cron','2021-01-13 00:11:46','2021-01-12 16:11:46'),(37034,15254,'action created','2021-01-13 00:11:46','2021-01-12 16:11:46'),(37035,15254,'action started via WP Cron','2021-01-13 00:15:31','2021-01-12 16:15:31'),(37036,15254,'action complete via WP Cron','2021-01-13 00:15:31','2021-01-12 16:15:31'),(37037,15255,'action created','2021-01-13 00:15:31','2021-01-12 16:15:31'),(37038,15255,'action started via WP Cron','2021-01-13 00:16:44','2021-01-12 16:16:44'),(37039,15255,'action complete via WP Cron','2021-01-13 00:16:44','2021-01-12 16:16:44'),(37040,15256,'action created','2021-01-13 00:16:44','2021-01-12 16:16:44'),(37041,15256,'action started via WP Cron','2021-01-13 00:18:30','2021-01-12 16:18:30'),(37042,15256,'action complete via WP Cron','2021-01-13 00:18:30','2021-01-12 16:18:30'),(37043,15257,'action created','2021-01-13 00:18:30','2021-01-12 16:18:30'),(37044,15257,'action started via WP Cron','2021-01-13 00:18:47','2021-01-12 16:18:47'),(37045,15257,'action complete via WP Cron','2021-01-13 00:18:47','2021-01-12 16:18:47'),(37046,15258,'action created','2021-01-13 00:18:47','2021-01-12 16:18:47'),(37047,15258,'action started via WP Cron','2021-01-13 00:20:36','2021-01-12 16:20:36'),(37048,15258,'action complete via WP Cron','2021-01-13 00:20:36','2021-01-12 16:20:36'),(37049,15259,'action created','2021-01-13 00:20:36','2021-01-12 16:20:36'),(37050,15259,'action started via WP Cron','2021-01-13 00:24:16','2021-01-12 16:24:16'),(37051,15259,'action complete via WP Cron','2021-01-13 00:24:16','2021-01-12 16:24:16'),(37052,15260,'action created','2021-01-13 00:24:16','2021-01-12 16:24:16'),(37053,15260,'action started via WP Cron','2021-01-13 00:25:33','2021-01-12 16:25:33'),(37054,15260,'action complete via WP Cron','2021-01-13 00:25:33','2021-01-12 16:25:33'),(37055,15261,'action created','2021-01-13 00:25:33','2021-01-12 16:25:33'),(37056,15261,'action started via WP Cron','2021-01-13 00:29:51','2021-01-12 16:29:51'),(37057,15261,'action complete via WP Cron','2021-01-13 00:29:51','2021-01-12 16:29:51'),(37058,15262,'action created','2021-01-13 00:29:51','2021-01-12 16:29:51'),(37059,15262,'action started via WP Cron','2021-01-13 00:32:44','2021-01-12 16:32:44'),(37060,15262,'action complete via WP Cron','2021-01-13 00:32:44','2021-01-12 16:32:44'),(37061,15263,'action created','2021-01-13 00:32:44','2021-01-12 16:32:44'),(37062,15263,'action started via WP Cron','2021-01-13 00:33:45','2021-01-12 16:33:45'),(37063,15263,'action complete via WP Cron','2021-01-13 00:33:45','2021-01-12 16:33:45'),(37064,15264,'action created','2021-01-13 00:33:45','2021-01-12 16:33:45'),(37065,15264,'action started via WP Cron','2021-01-13 00:34:46','2021-01-12 16:34:46'),(37066,15264,'action complete via WP Cron','2021-01-13 00:34:46','2021-01-12 16:34:46'),(37067,15265,'action created','2021-01-13 00:34:46','2021-01-12 16:34:46'),(37068,15265,'action started via WP Cron','2021-01-13 00:35:47','2021-01-12 16:35:47'),(37069,15265,'action complete via WP Cron','2021-01-13 00:35:47','2021-01-12 16:35:47'),(37070,15266,'action created','2021-01-13 00:35:47','2021-01-12 16:35:47'),(37071,15266,'action started via WP Cron','2021-01-13 00:37:49','2021-01-12 16:37:49'),(37072,15266,'action complete via WP Cron','2021-01-13 00:37:49','2021-01-12 16:37:49'),(37073,15267,'action created','2021-01-13 00:37:49','2021-01-12 16:37:49'),(37074,15267,'action started via WP Cron','2021-01-13 01:03:51','2021-01-12 17:03:51'),(37075,15267,'action complete via WP Cron','2021-01-13 01:03:51','2021-01-12 17:03:51'),(37076,15268,'action created','2021-01-13 01:03:51','2021-01-12 17:03:51'),(37077,15268,'action started via WP Cron','2021-01-13 01:05:01','2021-01-12 17:05:01'),(37078,15268,'action complete via WP Cron','2021-01-13 01:05:01','2021-01-12 17:05:01'),(37079,15269,'action created','2021-01-13 01:06:02','2021-01-12 17:06:02'),(37080,15269,'action started via WP Cron','2021-01-13 01:08:05','2021-01-12 17:08:05'),(37081,15269,'action complete via WP Cron','2021-01-13 01:08:05','2021-01-12 17:08:05'),(37082,15270,'action created','2021-01-13 01:08:05','2021-01-12 17:08:05'),(37083,15270,'action started via WP Cron','2021-01-13 01:09:05','2021-01-12 17:09:05'),(37084,15270,'action complete via WP Cron','2021-01-13 01:09:05','2021-01-12 17:09:05'),(37085,15271,'action created','2021-01-13 01:09:05','2021-01-12 17:09:05'),(37086,15271,'action started via WP Cron','2021-01-13 01:10:06','2021-01-12 17:10:06'),(37087,15271,'action complete via WP Cron','2021-01-13 01:10:06','2021-01-12 17:10:06'),(37088,15272,'action created','2021-01-13 01:10:06','2021-01-12 17:10:06'),(37089,15272,'action started via WP Cron','2021-01-13 01:13:51','2021-01-12 17:13:51'),(37090,15272,'action complete via WP Cron','2021-01-13 01:13:51','2021-01-12 17:13:51'),(37091,15273,'action created','2021-01-13 01:13:52','2021-01-12 17:13:52'),(37092,15273,'action started via WP Cron','2021-01-13 01:16:29','2021-01-12 17:16:29'),(37093,15273,'action complete via WP Cron','2021-01-13 01:16:29','2021-01-12 17:16:29'),(37094,15274,'action created','2021-01-13 01:16:29','2021-01-12 17:16:29'),(37095,15274,'action started via WP Cron','2021-01-13 01:18:05','2021-01-12 17:18:05'),(37096,15274,'action complete via WP Cron','2021-01-13 01:18:05','2021-01-12 17:18:05'),(37097,15275,'action created','2021-01-13 01:18:05','2021-01-12 17:18:05'),(37098,15275,'action started via WP Cron','2021-01-13 01:19:07','2021-01-12 17:19:07'),(37099,15275,'action complete via WP Cron','2021-01-13 01:19:07','2021-01-12 17:19:07'),(37100,15276,'action created','2021-01-13 01:19:07','2021-01-12 17:19:07'),(37101,15276,'action started via WP Cron','2021-01-13 01:20:45','2021-01-12 17:20:45'),(37102,15276,'action complete via WP Cron','2021-01-13 01:20:45','2021-01-12 17:20:45'),(37103,15277,'action created','2021-01-13 01:20:45','2021-01-12 17:20:45'),(37104,15277,'action started via WP Cron','2021-01-13 01:21:52','2021-01-12 17:21:52'),(37105,15277,'action complete via WP Cron','2021-01-13 01:21:52','2021-01-12 17:21:52'),(37106,15278,'action created','2021-01-13 01:21:52','2021-01-12 17:21:52'),(37107,15278,'action started via WP Cron','2021-01-13 01:24:29','2021-01-12 17:24:29'),(37108,15278,'action complete via WP Cron','2021-01-13 01:24:29','2021-01-12 17:24:29'),(37109,15279,'action created','2021-01-13 01:24:29','2021-01-12 17:24:29'),(37110,15279,'action started via WP Cron','2021-01-13 01:26:24','2021-01-12 17:26:24'),(37111,15279,'action complete via WP Cron','2021-01-13 01:26:24','2021-01-12 17:26:24'),(37112,15280,'action created','2021-01-13 01:26:24','2021-01-12 17:26:24'),(37113,15280,'action started via WP Cron','2021-01-13 01:30:04','2021-01-12 17:30:04'),(37114,15280,'action complete via WP Cron','2021-01-13 01:30:04','2021-01-12 17:30:04'),(37115,15281,'action created','2021-01-13 01:30:04','2021-01-12 17:30:04'),(37116,15281,'action started via WP Cron','2021-01-13 01:31:50','2021-01-12 17:31:50'),(37117,15281,'action complete via WP Cron','2021-01-13 01:31:50','2021-01-12 17:31:50'),(37118,15282,'action created','2021-01-13 01:31:50','2021-01-12 17:31:50'),(37119,15282,'action started via WP Cron','2021-01-13 01:38:38','2021-01-12 17:38:38'),(37120,15282,'action complete via WP Cron','2021-01-13 01:38:38','2021-01-12 17:38:38'),(37121,15283,'action created','2021-01-13 01:38:38','2021-01-12 17:38:38'),(37122,15283,'action started via WP Cron','2021-01-13 01:43:32','2021-01-12 17:43:32'),(37123,15283,'action complete via WP Cron','2021-01-13 01:43:32','2021-01-12 17:43:32'),(37124,15284,'action created','2021-01-13 01:43:32','2021-01-12 17:43:32'),(37125,15284,'action started via WP Cron','2021-01-13 01:44:49','2021-01-12 17:44:49'),(37126,15284,'action complete via WP Cron','2021-01-13 01:44:49','2021-01-12 17:44:49'),(37127,15285,'action created','2021-01-13 01:44:49','2021-01-12 17:44:49'),(37128,15285,'action started via WP Cron','2021-01-13 01:47:25','2021-01-12 17:47:25'),(37129,15285,'action complete via WP Cron','2021-01-13 01:47:25','2021-01-12 17:47:25'),(37130,15286,'action created','2021-01-13 01:47:25','2021-01-12 17:47:25'),(37131,15286,'action started via WP Cron','2021-01-13 01:50:16','2021-01-12 17:50:16'),(37132,15286,'action complete via WP Cron','2021-01-13 01:50:16','2021-01-12 17:50:16'),(37133,15287,'action created','2021-01-13 01:50:16','2021-01-12 17:50:16'),(37134,15287,'action started via WP Cron','2021-01-13 01:53:05','2021-01-12 17:53:05'),(37135,15287,'action complete via WP Cron','2021-01-13 01:53:05','2021-01-12 17:53:05'),(37136,15288,'action created','2021-01-13 01:53:05','2021-01-12 17:53:05'),(37137,15288,'action started via WP Cron','2021-01-13 02:07:37','2021-01-12 18:07:37'),(37138,15288,'action complete via WP Cron','2021-01-13 02:07:37','2021-01-12 18:07:37'),(37139,15289,'action created','2021-01-13 02:07:37','2021-01-12 18:07:37'),(37140,15289,'action started via WP Cron','2021-01-13 02:10:29','2021-01-12 18:10:29'),(37141,15289,'action complete via WP Cron','2021-01-13 02:10:29','2021-01-12 18:10:29'),(37142,15290,'action created','2021-01-13 02:10:29','2021-01-12 18:10:29'),(37143,15290,'action started via WP Cron','2021-01-13 02:11:30','2021-01-12 18:11:30'),(37144,15290,'action complete via WP Cron','2021-01-13 02:11:30','2021-01-12 18:11:30'),(37145,15291,'action created','2021-01-13 02:11:31','2021-01-12 18:11:31'),(37146,15291,'action started via WP Cron','2021-01-13 02:12:32','2021-01-12 18:12:32'),(37147,15291,'action complete via WP Cron','2021-01-13 02:12:32','2021-01-12 18:12:32'),(37148,15292,'action created','2021-01-13 02:12:32','2021-01-12 18:12:32'),(37149,15292,'action started via WP Cron','2021-01-13 02:14:34','2021-01-12 18:14:34'),(37150,15292,'action complete via WP Cron','2021-01-13 02:14:34','2021-01-12 18:14:34'),(37151,15293,'action created','2021-01-13 02:14:34','2021-01-12 18:14:34'),(37152,15293,'action started via WP Cron','2021-01-13 02:15:34','2021-01-12 18:15:34'),(37153,15293,'action complete via WP Cron','2021-01-13 02:15:34','2021-01-12 18:15:34'),(37154,15294,'action created','2021-01-13 02:15:35','2021-01-12 18:15:35'),(37155,15294,'action started via WP Cron','2021-01-13 02:16:06','2021-01-12 18:16:06'),(37156,15294,'action complete via WP Cron','2021-01-13 02:16:06','2021-01-12 18:16:06'),(37157,15295,'action created','2021-01-13 02:16:06','2021-01-12 18:16:06'),(37158,15295,'action started via WP Cron','2021-01-13 02:17:33','2021-01-12 18:17:33'),(37159,15295,'action complete via WP Cron','2021-01-13 02:17:33','2021-01-12 18:17:33'),(37160,15296,'action created','2021-01-13 02:17:33','2021-01-12 18:17:33'),(37161,15296,'action started via WP Cron','2021-01-13 02:18:55','2021-01-12 18:18:55'),(37162,15296,'action complete via WP Cron','2021-01-13 02:18:55','2021-01-12 18:18:55'),(37163,15297,'action created','2021-01-13 02:18:55','2021-01-12 18:18:55'),(37164,15297,'action started via WP Cron','2021-01-13 02:26:50','2021-01-12 18:26:50'),(37165,15297,'action complete via WP Cron','2021-01-13 02:26:50','2021-01-12 18:26:50'),(37166,15298,'action created','2021-01-13 02:26:50','2021-01-12 18:26:50'),(37167,15298,'action started via WP Cron','2021-01-13 02:31:33','2021-01-12 18:31:33'),(37168,15298,'action complete via WP Cron','2021-01-13 02:31:33','2021-01-12 18:31:33'),(37169,15299,'action created','2021-01-13 02:31:33','2021-01-12 18:31:33'),(37170,14784,'action started via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37171,14784,'action complete via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37172,15300,'action created','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37173,14783,'action started via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37174,14783,'action complete via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37175,15301,'action created','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37176,15299,'action started via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37177,15299,'action complete via WP Cron','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37178,15302,'action created','2021-01-13 02:37:58','2021-01-12 18:37:58'),(37179,15302,'action started via WP Cron','2021-01-13 02:48:37','2021-01-12 18:48:37'),(37180,15302,'action complete via WP Cron','2021-01-13 02:48:37','2021-01-12 18:48:37'),(37181,15303,'action created','2021-01-13 02:48:37','2021-01-12 18:48:37'),(37182,15303,'action started via WP Cron','2021-01-13 02:53:32','2021-01-12 18:53:32'),(37183,15303,'action complete via WP Cron','2021-01-13 02:53:32','2021-01-12 18:53:32'),(37184,15304,'action created','2021-01-13 02:53:32','2021-01-12 18:53:32'),(37185,15304,'action started via WP Cron','2021-01-13 02:55:51','2021-01-12 18:55:51'),(37186,15304,'action complete via WP Cron','2021-01-13 02:55:51','2021-01-12 18:55:51'),(37187,15305,'action created','2021-01-13 02:55:51','2021-01-12 18:55:51'),(37188,15305,'action started via WP Cron','2021-01-13 03:00:09','2021-01-12 19:00:09'),(37189,15305,'action complete via WP Cron','2021-01-13 03:00:09','2021-01-12 19:00:09'),(37190,15306,'action created','2021-01-13 03:00:09','2021-01-12 19:00:09'),(37191,15306,'action started via WP Cron','2021-01-13 03:01:22','2021-01-12 19:01:22'),(37192,15306,'action complete via WP Cron','2021-01-13 03:01:22','2021-01-12 19:01:22'),(37193,15307,'action created','2021-01-13 03:01:22','2021-01-12 19:01:22'),(37194,15307,'action started via WP Cron','2021-01-13 03:02:42','2021-01-12 19:02:42'),(37195,15307,'action complete via WP Cron','2021-01-13 03:02:42','2021-01-12 19:02:42'),(37196,15308,'action created','2021-01-13 03:02:42','2021-01-12 19:02:42'),(37197,15308,'action started via WP Cron','2021-01-13 03:03:58','2021-01-12 19:03:58'),(37198,15308,'action complete via WP Cron','2021-01-13 03:03:58','2021-01-12 19:03:58'),(37199,15309,'action created','2021-01-13 03:03:58','2021-01-12 19:03:58'),(37200,15309,'action started via WP Cron','2021-01-13 03:04:53','2021-01-12 19:04:53'),(37201,15309,'action complete via WP Cron','2021-01-13 03:04:53','2021-01-12 19:04:53'),(37202,15310,'action created','2021-01-13 03:04:53','2021-01-12 19:04:53'),(37203,15310,'action started via WP Cron','2021-01-13 03:05:54','2021-01-12 19:05:54'),(37204,15310,'action complete via WP Cron','2021-01-13 03:05:54','2021-01-12 19:05:54'),(37205,15311,'action created','2021-01-13 03:05:54','2021-01-12 19:05:54'),(37206,15311,'action started via WP Cron','2021-01-13 03:06:56','2021-01-12 19:06:56'),(37207,15311,'action complete via WP Cron','2021-01-13 03:06:56','2021-01-12 19:06:56'),(37208,15312,'action created','2021-01-13 03:06:56','2021-01-12 19:06:56'),(37209,15312,'action started via WP Cron','2021-01-13 03:10:46','2021-01-12 19:10:46'),(37210,15312,'action complete via WP Cron','2021-01-13 03:10:46','2021-01-12 19:10:46'),(37211,15313,'action created','2021-01-13 03:10:47','2021-01-12 19:10:47'),(37212,15313,'action started via WP Cron','2021-01-13 03:12:34','2021-01-12 19:12:34'),(37213,15313,'action complete via WP Cron','2021-01-13 03:12:34','2021-01-12 19:12:34'),(37214,15314,'action created','2021-01-13 03:12:34','2021-01-12 19:12:34'),(37215,15314,'action started via WP Cron','2021-01-13 03:17:04','2021-01-12 19:17:04'),(37216,15314,'action complete via WP Cron','2021-01-13 03:17:04','2021-01-12 19:17:04'),(37217,15315,'action created','2021-01-13 03:17:04','2021-01-12 19:17:04'),(37218,15315,'action started via WP Cron','2021-01-13 03:18:26','2021-01-12 19:18:26'),(37219,15315,'action complete via WP Cron','2021-01-13 03:18:26','2021-01-12 19:18:26'),(37220,15316,'action created','2021-01-13 03:18:26','2021-01-12 19:18:26'),(37221,15316,'action started via WP Cron','2021-01-13 03:19:28','2021-01-12 19:19:28'),(37222,15316,'action complete via WP Cron','2021-01-13 03:19:28','2021-01-12 19:19:28'),(37223,15317,'action created','2021-01-13 03:19:28','2021-01-12 19:19:28'),(37224,15317,'action started via WP Cron','2021-01-13 03:22:59','2021-01-12 19:22:59'),(37225,15317,'action complete via WP Cron','2021-01-13 03:22:59','2021-01-12 19:22:59'),(37226,15318,'action created','2021-01-13 03:22:59','2021-01-12 19:22:59'),(37227,15318,'action started via WP Cron','2021-01-13 03:24:00','2021-01-12 19:24:00'),(37228,15318,'action complete via WP Cron','2021-01-13 03:24:00','2021-01-12 19:24:00'),(37229,15319,'action created','2021-01-13 03:24:00','2021-01-12 19:24:00'),(37230,15319,'action started via WP Cron','2021-01-13 03:31:23','2021-01-12 19:31:23'),(37231,15319,'action complete via WP Cron','2021-01-13 03:31:23','2021-01-12 19:31:23'),(37232,15320,'action created','2021-01-13 03:31:23','2021-01-12 19:31:23'),(37233,15320,'action started via WP Cron','2021-01-13 03:35:21','2021-01-12 19:35:21'),(37234,15320,'action complete via WP Cron','2021-01-13 03:35:21','2021-01-12 19:35:21'),(37235,15321,'action created','2021-01-13 03:35:21','2021-01-12 19:35:21'),(37236,15321,'action started via WP Cron','2021-01-13 03:38:02','2021-01-12 19:38:02'),(37237,15321,'action complete via WP Cron','2021-01-13 03:38:02','2021-01-12 19:38:02'),(37238,15322,'action created','2021-01-13 03:38:02','2021-01-12 19:38:02'),(37239,15322,'action started via WP Cron','2021-01-13 03:39:53','2021-01-12 19:39:53'),(37240,15322,'action complete via WP Cron','2021-01-13 03:39:53','2021-01-12 19:39:53'),(37241,15323,'action created','2021-01-13 03:39:53','2021-01-12 19:39:53'),(37242,15323,'action started via WP Cron','2021-01-13 03:41:54','2021-01-12 19:41:54'),(37243,15323,'action complete via WP Cron','2021-01-13 03:41:54','2021-01-12 19:41:54'),(37244,15324,'action created','2021-01-13 03:41:54','2021-01-12 19:41:54'),(37245,15324,'action started via WP Cron','2021-01-13 03:42:55','2021-01-12 19:42:55'),(37246,15324,'action complete via WP Cron','2021-01-13 03:42:55','2021-01-12 19:42:55'),(37247,15325,'action created','2021-01-13 03:42:55','2021-01-12 19:42:55'),(37248,15325,'action started via WP Cron','2021-01-13 03:43:56','2021-01-12 19:43:56'),(37249,15325,'action complete via WP Cron','2021-01-13 03:43:56','2021-01-12 19:43:56'),(37250,15326,'action created','2021-01-13 03:43:56','2021-01-12 19:43:56'),(37251,15326,'action started via WP Cron','2021-01-13 03:50:03','2021-01-12 19:50:03'),(37252,15326,'action complete via WP Cron','2021-01-13 03:50:03','2021-01-12 19:50:03'),(37253,15327,'action created','2021-01-13 03:52:05','2021-01-12 19:52:05'),(37254,15327,'action started via WP Cron','2021-01-13 03:53:05','2021-01-12 19:53:05'),(37255,15327,'action complete via WP Cron','2021-01-13 03:53:05','2021-01-12 19:53:05'),(37256,15328,'action created','2021-01-13 03:53:05','2021-01-12 19:53:05'),(37257,15328,'action started via WP Cron','2021-01-13 03:54:06','2021-01-12 19:54:06'),(37258,15328,'action complete via WP Cron','2021-01-13 03:54:06','2021-01-12 19:54:06'),(37259,15329,'action created','2021-01-13 03:54:06','2021-01-12 19:54:06'),(37260,15329,'action started via WP Cron','2021-01-13 03:56:09','2021-01-12 19:56:09'),(37261,15329,'action complete via WP Cron','2021-01-13 03:56:09','2021-01-12 19:56:09'),(37262,15330,'action created','2021-01-13 03:56:10','2021-01-12 19:56:10'),(37263,15330,'action started via WP Cron','2021-01-13 03:57:11','2021-01-12 19:57:11'),(37264,15330,'action complete via WP Cron','2021-01-13 03:57:11','2021-01-12 19:57:11'),(37265,15331,'action created','2021-01-13 03:57:11','2021-01-12 19:57:11'),(37266,15331,'action started via WP Cron','2021-01-13 03:58:13','2021-01-12 19:58:13'),(37267,15331,'action complete via WP Cron','2021-01-13 03:58:13','2021-01-12 19:58:13'),(37268,15332,'action created','2021-01-13 03:58:13','2021-01-12 19:58:13'),(37269,15332,'action started via WP Cron','2021-01-13 04:01:55','2021-01-12 20:01:55'),(37270,15332,'action complete via WP Cron','2021-01-13 04:01:55','2021-01-12 20:01:55'),(37271,15333,'action created','2021-01-13 04:01:55','2021-01-12 20:01:55'),(37272,15333,'action started via WP Cron','2021-01-13 04:06:12','2021-01-12 20:06:12'),(37273,15333,'action complete via WP Cron','2021-01-13 04:06:12','2021-01-12 20:06:12'),(37274,15334,'action created','2021-01-13 04:06:12','2021-01-12 20:06:12'),(37275,15334,'action started via WP Cron','2021-01-13 04:07:49','2021-01-12 20:07:49'),(37276,15334,'action complete via WP Cron','2021-01-13 04:07:49','2021-01-12 20:07:49'),(37277,15335,'action created','2021-01-13 04:07:49','2021-01-12 20:07:49'),(37278,15335,'action started via WP Cron','2021-01-13 04:08:44','2021-01-12 20:08:44'),(37279,15335,'action complete via WP Cron','2021-01-13 04:08:44','2021-01-12 20:08:44'),(37280,15336,'action created','2021-01-13 04:08:44','2021-01-12 20:08:44'),(37281,15336,'action started via WP Cron','2021-01-13 04:09:51','2021-01-12 20:09:51'),(37282,15336,'action complete via WP Cron','2021-01-13 04:09:51','2021-01-12 20:09:51'),(37283,15337,'action created','2021-01-13 04:09:51','2021-01-12 20:09:51'),(37284,15337,'action started via WP Cron','2021-01-13 04:11:53','2021-01-12 20:11:53'),(37285,15337,'action complete via WP Cron','2021-01-13 04:11:53','2021-01-12 20:11:53'),(37286,15338,'action created','2021-01-13 04:11:53','2021-01-12 20:11:53'),(37287,15338,'action started via WP Cron','2021-01-13 04:12:54','2021-01-12 20:12:54'),(37288,15338,'action complete via WP Cron','2021-01-13 04:12:54','2021-01-12 20:12:54'),(37289,15339,'action created','2021-01-13 04:12:54','2021-01-12 20:12:54'),(37290,15339,'action started via WP Cron','2021-01-13 04:14:05','2021-01-12 20:14:05'),(37291,15339,'action complete via WP Cron','2021-01-13 04:14:05','2021-01-12 20:14:05'),(37292,15340,'action created','2021-01-13 04:14:05','2021-01-12 20:14:05'),(37293,14830,'action started via WP Cron','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37294,14830,'action complete via WP Cron','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37295,15341,'action created','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37296,15340,'action started via WP Cron','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37297,15340,'action complete via WP Cron','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37298,15342,'action created','2021-01-13 04:18:09','2021-01-12 20:18:09'),(37299,15342,'action started via WP Cron','2021-01-13 04:24:03','2021-01-12 20:24:03'),(37300,15342,'action complete via WP Cron','2021-01-13 04:24:03','2021-01-12 20:24:03'),(37301,15343,'action created','2021-01-13 04:24:03','2021-01-12 20:24:03'),(37302,15343,'action started via WP Cron','2021-01-13 04:24:44','2021-01-12 20:24:44'),(37303,15343,'action complete via WP Cron','2021-01-13 04:24:44','2021-01-12 20:24:44'),(37304,15344,'action created','2021-01-13 04:24:44','2021-01-12 20:24:44'),(95934,34889,'action created','2021-02-13 04:35:44','2021-02-12 20:35:44'),(37306,15344,'action started via WP Cron','2021-01-13 04:25:41','2021-01-12 20:25:41'),(37307,15344,'action complete via WP Cron','2021-01-13 04:25:41','2021-01-12 20:25:41'),(95933,34366,'action complete via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95932,34366,'action started via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(37310,15346,'action created','2021-01-13 04:25:46','2021-01-12 20:25:46'),(37311,15346,'action started via Async Request','2021-01-13 04:26:11','2021-01-12 20:26:11'),(37312,15346,'action complete via Async Request','2021-01-13 04:26:11','2021-01-12 20:26:11'),(37313,15347,'action created','2021-01-13 04:26:13','2021-01-12 20:26:13'),(37314,15347,'action started via WP Cron','2021-01-13 04:26:52','2021-01-12 20:26:52'),(37315,15347,'action complete via WP Cron','2021-01-13 04:26:52','2021-01-12 20:26:52'),(37316,15348,'action created','2021-01-13 04:27:17','2021-01-12 20:27:17'),(37317,15349,'action created','2021-01-13 04:27:17','2021-01-12 20:27:17'),(37318,15349,'action started via WP Cron','2021-01-13 04:28:35','2021-01-12 20:28:35'),(37319,15349,'action complete via WP Cron','2021-01-13 04:28:35','2021-01-12 20:28:35'),(37320,15348,'action started via WP Cron','2021-01-13 04:28:35','2021-01-12 20:28:35'),(37321,15348,'action complete via WP Cron','2021-01-13 04:28:35','2021-01-12 20:28:35'),(37322,15350,'action created','2021-01-13 04:28:35','2021-01-12 20:28:35'),(37323,15350,'action started via WP Cron','2021-01-13 04:29:04','2021-01-12 20:29:04'),(37324,15350,'action complete via WP Cron','2021-01-13 04:29:04','2021-01-12 20:29:04'),(37325,15351,'action created','2021-01-13 04:29:04','2021-01-12 20:29:04'),(37326,15351,'action started via Async Request','2021-01-13 04:29:39','2021-01-12 20:29:39'),(37327,15351,'action complete via Async Request','2021-01-13 04:29:39','2021-01-12 20:29:39'),(37328,15352,'action created','2021-01-13 04:30:38','2021-01-12 20:30:38'),(37329,15352,'action started via WP Cron','2021-01-13 04:31:41','2021-01-12 20:31:41'),(37330,15352,'action complete via WP Cron','2021-01-13 04:31:41','2021-01-12 20:31:41'),(37331,15353,'action created','2021-01-13 04:35:25','2021-01-12 20:35:25'),(37332,15353,'action started via WP Cron','2021-01-13 04:35:41','2021-01-12 20:35:41'),(37333,15353,'action complete via WP Cron','2021-01-13 04:35:41','2021-01-12 20:35:41'),(37334,15354,'action created','2021-01-13 04:59:57','2021-01-12 20:59:57'),(37335,15354,'action started via WP Cron','2021-01-13 05:01:36','2021-01-12 21:01:36'),(37336,15354,'action complete via WP Cron','2021-01-13 05:01:36','2021-01-12 21:01:36'),(37337,15355,'action created','2021-01-13 05:01:36','2021-01-12 21:01:36'),(37338,15355,'action started via WP Cron','2021-01-13 05:01:47','2021-01-12 21:01:47'),(37339,15355,'action complete via WP Cron','2021-01-13 05:01:47','2021-01-12 21:01:47'),(37340,15356,'action created','2021-01-13 05:07:08','2021-01-12 21:07:08'),(37341,15356,'action started via WP Cron','2021-01-13 05:07:49','2021-01-12 21:07:49'),(37342,15356,'action complete via WP Cron','2021-01-13 05:07:49','2021-01-12 21:07:49'),(37343,15357,'action created','2021-01-13 05:09:07','2021-01-12 21:09:07'),(37344,15357,'action started via WP Cron','2021-01-13 05:09:50','2021-01-12 21:09:50'),(37345,15357,'action complete via WP Cron','2021-01-13 05:09:50','2021-01-12 21:09:50'),(37346,15358,'action created','2021-01-13 05:13:16','2021-01-12 21:13:16'),(37347,15358,'action started via WP Cron','2021-01-13 05:13:50','2021-01-12 21:13:50'),(37348,15358,'action complete via WP Cron','2021-01-13 05:13:50','2021-01-12 21:13:50'),(37349,15359,'action created','2021-01-13 05:22:45','2021-01-12 21:22:45'),(37350,15359,'action started via WP Cron','2021-01-13 05:23:53','2021-01-12 21:23:53'),(37351,15359,'action complete via WP Cron','2021-01-13 05:23:53','2021-01-12 21:23:53'),(37352,15360,'action created','2021-01-13 05:31:45','2021-01-12 21:31:45'),(37353,15360,'action started via WP Cron','2021-01-13 05:33:56','2021-01-12 21:33:56'),(37354,15360,'action complete via WP Cron','2021-01-13 05:33:56','2021-01-12 21:33:56'),(37355,15361,'action created','2021-01-13 05:35:03','2021-01-12 21:35:03'),(37356,15361,'action started via WP Cron','2021-01-13 05:35:56','2021-01-12 21:35:56'),(37357,15361,'action complete via WP Cron','2021-01-13 05:35:56','2021-01-12 21:35:56'),(37358,15362,'action created','2021-01-13 05:44:46','2021-01-12 21:44:46'),(37359,15362,'action started via WP Cron','2021-01-13 05:45:59','2021-01-12 21:45:59'),(37360,15362,'action complete via WP Cron','2021-01-13 05:45:59','2021-01-12 21:45:59'),(37364,15364,'action created','2021-01-13 06:02:04','2021-01-12 22:02:04'),(37365,15364,'action started via WP Cron','2021-01-13 06:04:54','2021-01-12 22:04:54'),(37366,15364,'action complete via WP Cron','2021-01-13 06:04:54','2021-01-12 22:04:54'),(37367,15365,'action created','2021-01-13 06:04:54','2021-01-12 22:04:54'),(37368,15365,'action started via WP Cron','2021-01-13 06:10:38','2021-01-12 22:10:38'),(37369,15365,'action complete via WP Cron','2021-01-13 06:10:38','2021-01-12 22:10:38'),(37370,15366,'action created','2021-01-13 06:10:38','2021-01-12 22:10:38'),(37371,15366,'action started via WP Cron','2021-01-13 06:11:57','2021-01-12 22:11:57'),(37372,15366,'action complete via WP Cron','2021-01-13 06:11:57','2021-01-12 22:11:57'),(37373,15367,'action created','2021-01-13 06:11:57','2021-01-12 22:11:57'),(37374,15367,'action started via WP Cron','2021-01-13 06:18:24','2021-01-12 22:18:24'),(37375,15367,'action complete via WP Cron','2021-01-13 06:18:24','2021-01-12 22:18:24'),(37376,15368,'action created','2021-01-13 06:18:25','2021-01-12 22:18:25'),(37377,15368,'action started via WP Cron','2021-01-13 06:21:09','2021-01-12 22:21:09'),(37378,15368,'action complete via WP Cron','2021-01-13 06:21:09','2021-01-12 22:21:09'),(37379,15369,'action created','2021-01-13 06:54:13','2021-01-12 22:54:13'),(37380,15369,'action started via WP Cron','2021-01-13 06:56:32','2021-01-12 22:56:32'),(37381,15369,'action complete via WP Cron','2021-01-13 06:56:32','2021-01-12 22:56:32'),(37382,15370,'action created','2021-01-13 06:56:32','2021-01-12 22:56:32'),(37383,15370,'action started via WP Cron','2021-01-13 06:58:51','2021-01-12 22:58:51'),(37384,15370,'action complete via WP Cron','2021-01-13 06:58:51','2021-01-12 22:58:51'),(37385,15371,'action created','2021-01-13 06:58:51','2021-01-12 22:58:51'),(37386,15371,'action started via WP Cron','2021-01-13 07:00:30','2021-01-12 23:00:30'),(37387,15371,'action complete via WP Cron','2021-01-13 07:00:30','2021-01-12 23:00:30'),(37388,15372,'action created','2021-01-13 07:00:30','2021-01-12 23:00:30'),(37389,15372,'action started via WP Cron','2021-01-13 07:01:32','2021-01-12 23:01:32'),(37390,15372,'action complete via WP Cron','2021-01-13 07:01:32','2021-01-12 23:01:32'),(37391,15373,'action created','2021-01-13 07:01:32','2021-01-12 23:01:32'),(37392,15373,'action started via WP Cron','2021-01-13 07:05:43','2021-01-12 23:05:43'),(37393,15373,'action complete via WP Cron','2021-01-13 07:05:43','2021-01-12 23:05:43'),(37394,15374,'action created','2021-01-13 07:05:43','2021-01-12 23:05:43'),(37395,15374,'action started via WP Cron','2021-01-13 07:07:00','2021-01-12 23:07:00'),(37396,15374,'action complete via WP Cron','2021-01-13 07:07:00','2021-01-12 23:07:00'),(37397,15375,'action created','2021-01-13 07:07:00','2021-01-12 23:07:00'),(37398,15375,'action started via WP Cron','2021-01-13 07:11:10','2021-01-12 23:11:10'),(37399,15375,'action complete via WP Cron','2021-01-13 07:11:10','2021-01-12 23:11:10'),(37400,15376,'action created','2021-01-13 07:11:10','2021-01-12 23:11:10'),(37401,15376,'action started via WP Cron','2021-01-13 07:18:22','2021-01-12 23:18:22'),(37402,15376,'action complete via WP Cron','2021-01-13 07:18:22','2021-01-12 23:18:22'),(37403,15377,'action created','2021-01-13 07:18:22','2021-01-12 23:18:22'),(37404,15377,'action started via WP Cron','2021-01-13 07:19:27','2021-01-12 23:19:27'),(37405,15377,'action complete via WP Cron','2021-01-13 07:19:27','2021-01-12 23:19:27'),(37406,15378,'action created','2021-01-13 07:19:27','2021-01-12 23:19:27'),(37407,15378,'action started via WP Cron','2021-01-13 07:20:28','2021-01-12 23:20:28'),(37408,15378,'action complete via WP Cron','2021-01-13 07:20:28','2021-01-12 23:20:28'),(37409,15379,'action created','2021-01-13 07:20:28','2021-01-12 23:20:28'),(37410,15379,'action started via WP Cron','2021-01-13 07:23:56','2021-01-12 23:23:56'),(37411,15379,'action complete via WP Cron','2021-01-13 07:23:56','2021-01-12 23:23:56'),(37412,15380,'action created','2021-01-13 07:23:56','2021-01-12 23:23:56'),(37413,15380,'action started via WP Cron','2021-01-13 07:24:46','2021-01-12 23:24:46'),(37414,15380,'action complete via WP Cron','2021-01-13 07:24:46','2021-01-12 23:24:46'),(37415,15381,'action created','2021-01-13 07:24:46','2021-01-12 23:24:46'),(96227,34986,'action complete via WP Cron','2021-02-13 08:03:16','2021-02-13 00:03:16'),(96226,34986,'action started via WP Cron','2021-02-13 08:03:16','2021-02-13 00:03:16'),(98340,35691,'action created','2021-02-14 08:11:54','2021-02-14 00:11:54'),(37419,15381,'action started via WP Cron','2021-01-13 08:02:52','2021-01-13 00:02:52'),(37420,15381,'action complete via WP Cron','2021-01-13 08:02:52','2021-01-13 00:02:52'),(37421,15383,'action created','2021-01-13 08:02:52','2021-01-13 00:02:52'),(37422,15383,'action started via WP Cron','2021-01-13 08:12:58','2021-01-13 00:12:58'),(37423,15383,'action complete via WP Cron','2021-01-13 08:12:58','2021-01-13 00:12:58'),(37424,15384,'action created','2021-01-13 08:12:58','2021-01-13 00:12:58'),(37425,15384,'action started via WP Cron','2021-01-13 08:13:43','2021-01-13 00:13:43'),(37426,15384,'action complete via WP Cron','2021-01-13 08:13:43','2021-01-13 00:13:43'),(37427,15385,'action created','2021-01-13 08:13:43','2021-01-13 00:13:43'),(37428,15385,'action started via WP Cron','2021-01-13 08:14:42','2021-01-13 00:14:42'),(37429,15385,'action complete via WP Cron','2021-01-13 08:14:42','2021-01-13 00:14:42'),(37430,15386,'action created','2021-01-13 08:14:42','2021-01-13 00:14:42'),(37431,15386,'action started via WP Cron','2021-01-13 08:17:19','2021-01-13 00:17:19'),(37432,15386,'action complete via WP Cron','2021-01-13 08:17:19','2021-01-13 00:17:19'),(37433,15387,'action created','2021-01-13 08:17:19','2021-01-13 00:17:19'),(37434,15387,'action started via WP Cron','2021-01-13 08:20:09','2021-01-13 00:20:09'),(37435,15387,'action complete via WP Cron','2021-01-13 08:20:09','2021-01-13 00:20:09'),(37436,15388,'action created','2021-01-13 08:20:09','2021-01-13 00:20:09'),(37437,15388,'action started via WP Cron','2021-01-13 08:21:28','2021-01-13 00:21:28'),(37438,15388,'action complete via WP Cron','2021-01-13 08:21:28','2021-01-13 00:21:28'),(37439,15389,'action created','2021-01-13 08:21:28','2021-01-13 00:21:28'),(37440,15389,'action started via WP Cron','2021-01-13 08:21:50','2021-01-13 00:21:50'),(37441,15389,'action complete via WP Cron','2021-01-13 08:21:50','2021-01-13 00:21:50'),(37442,15390,'action created','2021-01-13 08:21:52','2021-01-13 00:21:52'),(37443,15390,'action started via WP Cron','2021-01-13 08:31:51','2021-01-13 00:31:51'),(37444,15390,'action complete via WP Cron','2021-01-13 08:31:51','2021-01-13 00:31:51'),(37445,15391,'action created','2021-01-13 08:31:51','2021-01-13 00:31:51'),(37446,15391,'action started via WP Cron','2021-01-13 08:32:58','2021-01-13 00:32:58'),(37447,15391,'action complete via WP Cron','2021-01-13 08:32:58','2021-01-13 00:32:58'),(37448,15392,'action created','2021-01-13 08:32:58','2021-01-13 00:32:58'),(37449,15392,'action started via WP Cron','2021-01-13 08:33:58','2021-01-13 00:33:58'),(37450,15392,'action complete via WP Cron','2021-01-13 08:33:59','2021-01-13 00:33:59'),(37451,15393,'action created','2021-01-13 08:33:59','2021-01-13 00:33:59'),(37452,15393,'action started via WP Cron','2021-01-13 08:36:01','2021-01-13 00:36:01'),(37453,15393,'action complete via WP Cron','2021-01-13 08:36:01','2021-01-13 00:36:01'),(37454,15394,'action created','2021-01-13 08:36:01','2021-01-13 00:36:01'),(37455,15394,'action started via WP Cron','2021-01-13 08:37:02','2021-01-13 00:37:02'),(37456,15394,'action complete via WP Cron','2021-01-13 08:37:02','2021-01-13 00:37:02'),(37457,15395,'action created','2021-01-13 08:37:02','2021-01-13 00:37:02'),(37458,15395,'action started via WP Cron','2021-01-13 08:38:03','2021-01-13 00:38:03'),(37459,15395,'action complete via WP Cron','2021-01-13 08:38:03','2021-01-13 00:38:03'),(37460,15396,'action created','2021-01-13 08:38:03','2021-01-13 00:38:03'),(37461,15396,'action started via WP Cron','2021-01-13 08:42:32','2021-01-13 00:42:32'),(37462,15396,'action complete via WP Cron','2021-01-13 08:42:32','2021-01-13 00:42:32'),(37463,15397,'action created','2021-01-13 08:42:32','2021-01-13 00:42:32'),(37464,15397,'action started via WP Cron','2021-01-13 08:46:03','2021-01-13 00:46:03'),(37465,15397,'action complete via WP Cron','2021-01-13 08:46:03','2021-01-13 00:46:03'),(37466,15398,'action created','2021-01-13 08:46:03','2021-01-13 00:46:03'),(37467,15398,'action started via WP Cron','2021-01-13 08:54:22','2021-01-13 00:54:22'),(37468,15398,'action complete via WP Cron','2021-01-13 08:54:22','2021-01-13 00:54:22'),(37469,15399,'action created','2021-01-13 08:54:22','2021-01-13 00:54:22'),(37470,15399,'action started via WP Cron','2021-01-13 09:01:19','2021-01-13 01:01:19'),(37471,15399,'action complete via WP Cron','2021-01-13 09:01:19','2021-01-13 01:01:19'),(37472,15400,'action created','2021-01-13 09:01:20','2021-01-13 01:01:20'),(37473,15400,'action started via WP Cron','2021-01-13 09:01:42','2021-01-13 01:01:42'),(37474,15400,'action complete via WP Cron','2021-01-13 09:01:42','2021-01-13 01:01:42'),(37475,15401,'action created','2021-01-13 09:01:42','2021-01-13 01:01:42'),(37476,15401,'action started via WP Cron','2021-01-13 09:05:26','2021-01-13 01:05:26'),(37477,15401,'action complete via WP Cron','2021-01-13 09:05:26','2021-01-13 01:05:26'),(37478,15402,'action created','2021-01-13 09:05:26','2021-01-13 01:05:26'),(37479,15402,'action started via WP Cron','2021-01-13 09:17:51','2021-01-13 01:17:51'),(37480,15402,'action complete via WP Cron','2021-01-13 09:17:51','2021-01-13 01:17:51'),(37481,15403,'action created','2021-01-13 09:17:51','2021-01-13 01:17:51'),(37482,15403,'action started via WP Cron','2021-01-13 09:18:57','2021-01-13 01:18:57'),(37483,15403,'action complete via WP Cron','2021-01-13 09:18:57','2021-01-13 01:18:57'),(37484,15404,'action created','2021-01-13 09:18:57','2021-01-13 01:18:57'),(37485,15404,'action started via WP Cron','2021-01-13 09:19:58','2021-01-13 01:19:58'),(37486,15404,'action complete via WP Cron','2021-01-13 09:19:58','2021-01-13 01:19:58'),(37487,15405,'action created','2021-01-13 09:19:58','2021-01-13 01:19:58'),(37488,15405,'action started via WP Cron','2021-01-13 09:22:00','2021-01-13 01:22:00'),(37489,15405,'action complete via WP Cron','2021-01-13 09:22:00','2021-01-13 01:22:00'),(37490,15406,'action created','2021-01-13 09:22:00','2021-01-13 01:22:00'),(37491,15406,'action started via WP Cron','2021-01-13 09:23:01','2021-01-13 01:23:01'),(37492,15406,'action complete via WP Cron','2021-01-13 09:23:01','2021-01-13 01:23:01'),(37493,15407,'action created','2021-01-13 09:23:02','2021-01-13 01:23:02'),(37494,15407,'action started via WP Cron','2021-01-13 09:24:03','2021-01-13 01:24:03'),(37495,15407,'action complete via WP Cron','2021-01-13 09:24:03','2021-01-13 01:24:03'),(37496,15408,'action created','2021-01-13 09:24:03','2021-01-13 01:24:03'),(37497,15408,'action started via WP Cron','2021-01-13 09:29:44','2021-01-13 01:29:44'),(37498,15408,'action complete via WP Cron','2021-01-13 09:29:44','2021-01-13 01:29:44'),(37499,15409,'action created','2021-01-13 09:29:44','2021-01-13 01:29:44'),(37500,15409,'action started via WP Cron','2021-01-13 09:32:08','2021-01-13 01:32:08'),(37501,15409,'action complete via WP Cron','2021-01-13 09:32:08','2021-01-13 01:32:08'),(37502,15410,'action created','2021-01-13 09:32:08','2021-01-13 01:32:08'),(37503,15410,'action started via WP Cron','2021-01-13 09:39:03','2021-01-13 01:39:03'),(37504,15410,'action complete via WP Cron','2021-01-13 09:39:03','2021-01-13 01:39:03'),(37505,15411,'action created','2021-01-13 09:39:04','2021-01-13 01:39:04'),(37506,15411,'action started via WP Cron','2021-01-13 09:40:05','2021-01-13 01:40:05'),(37507,15411,'action complete via WP Cron','2021-01-13 09:40:05','2021-01-13 01:40:05'),(37508,15412,'action created','2021-01-13 09:40:05','2021-01-13 01:40:05'),(37509,15412,'action started via WP Cron','2021-01-13 09:42:07','2021-01-13 01:42:07'),(37510,15412,'action complete via WP Cron','2021-01-13 09:42:07','2021-01-13 01:42:07'),(37511,15413,'action created','2021-01-13 09:42:07','2021-01-13 01:42:07'),(37512,15413,'action started via WP Cron','2021-01-13 09:43:08','2021-01-13 01:43:08'),(37513,15413,'action complete via WP Cron','2021-01-13 09:43:08','2021-01-13 01:43:08'),(37514,15414,'action created','2021-01-13 09:43:08','2021-01-13 01:43:08'),(37515,15414,'action started via WP Cron','2021-01-13 10:02:24','2021-01-13 02:02:24'),(37516,15414,'action complete via WP Cron','2021-01-13 10:02:24','2021-01-13 02:02:24'),(37517,15415,'action created','2021-01-13 10:02:30','2021-01-13 02:02:30'),(37518,15415,'action started via WP Cron','2021-01-13 10:06:25','2021-01-13 02:06:25'),(37519,15415,'action complete via WP Cron','2021-01-13 10:06:25','2021-01-13 02:06:25'),(37520,15416,'action created','2021-01-13 10:06:25','2021-01-13 02:06:25'),(37521,15416,'action started via WP Cron','2021-01-13 10:06:41','2021-01-13 02:06:41'),(37522,15416,'action complete via WP Cron','2021-01-13 10:06:41','2021-01-13 02:06:41'),(37523,15417,'action created','2021-01-13 10:06:41','2021-01-13 02:06:41'),(37524,15417,'action started via WP Cron','2021-01-13 10:11:51','2021-01-13 02:11:51'),(37525,15417,'action complete via WP Cron','2021-01-13 10:11:51','2021-01-13 02:11:51'),(37526,15418,'action created','2021-01-13 10:11:51','2021-01-13 02:11:51'),(37527,15418,'action started via WP Cron','2021-01-13 10:13:43','2021-01-13 02:13:43'),(37528,15418,'action complete via WP Cron','2021-01-13 10:13:43','2021-01-13 02:13:43'),(37529,15419,'action created','2021-01-13 10:13:45','2021-01-13 02:13:45'),(37530,15419,'action started via WP Cron','2021-01-13 10:20:43','2021-01-13 02:20:43'),(37531,15419,'action complete via WP Cron','2021-01-13 10:20:43','2021-01-13 02:20:43'),(37532,15420,'action created','2021-01-13 10:20:43','2021-01-13 02:20:43'),(37533,15420,'action started via WP Cron','2021-01-13 10:24:24','2021-01-13 02:24:24'),(37534,15420,'action complete via WP Cron','2021-01-13 10:24:24','2021-01-13 02:24:24'),(37535,15421,'action created','2021-01-13 10:24:24','2021-01-13 02:24:24'),(37536,15421,'action started via WP Cron','2021-01-13 10:25:25','2021-01-13 02:25:25'),(37537,15421,'action complete via WP Cron','2021-01-13 10:25:25','2021-01-13 02:25:25'),(37538,15422,'action created','2021-01-13 10:25:25','2021-01-13 02:25:25'),(37539,15422,'action started via WP Cron','2021-01-13 10:26:26','2021-01-13 02:26:26'),(37540,15422,'action complete via WP Cron','2021-01-13 10:26:26','2021-01-13 02:26:26'),(37541,15423,'action created','2021-01-13 10:26:26','2021-01-13 02:26:26'),(37542,15423,'action started via WP Cron','2021-01-13 10:28:28','2021-01-13 02:28:28'),(37543,15423,'action complete via WP Cron','2021-01-13 10:28:28','2021-01-13 02:28:28'),(37544,15424,'action created','2021-01-13 10:28:28','2021-01-13 02:28:28'),(37545,15424,'action started via WP Cron','2021-01-13 10:29:29','2021-01-13 02:29:29'),(37546,15424,'action complete via WP Cron','2021-01-13 10:29:29','2021-01-13 02:29:29'),(37547,15425,'action created','2021-01-13 10:29:29','2021-01-13 02:29:29'),(37548,15425,'action started via WP Cron','2021-01-13 10:30:30','2021-01-13 02:30:30'),(37549,15425,'action complete via WP Cron','2021-01-13 10:30:30','2021-01-13 02:30:30'),(37550,15426,'action created','2021-01-13 10:30:30','2021-01-13 02:30:30'),(37551,15426,'action started via WP Cron','2021-01-13 10:37:24','2021-01-13 02:37:24'),(37552,15426,'action complete via WP Cron','2021-01-13 10:37:24','2021-01-13 02:37:24'),(37553,15427,'action created','2021-01-13 10:37:24','2021-01-13 02:37:24'),(37554,15427,'action started via WP Cron','2021-01-13 10:42:19','2021-01-13 02:42:19'),(37555,15427,'action complete via WP Cron','2021-01-13 10:42:19','2021-01-13 02:42:19'),(37556,15428,'action created','2021-01-13 10:42:19','2021-01-13 02:42:19'),(37557,15428,'action started via WP Cron','2021-01-13 10:44:05','2021-01-13 02:44:05'),(37558,15428,'action complete via WP Cron','2021-01-13 10:44:05','2021-01-13 02:44:05'),(37559,15429,'action created','2021-01-13 10:44:05','2021-01-13 02:44:05'),(37560,15429,'action started via WP Cron','2021-01-13 10:45:06','2021-01-13 02:45:06'),(37561,15429,'action complete via WP Cron','2021-01-13 10:45:06','2021-01-13 02:45:06'),(37562,15430,'action created','2021-01-13 10:45:06','2021-01-13 02:45:06'),(37563,15430,'action started via WP Cron','2021-01-13 10:46:06','2021-01-13 02:46:06'),(37564,15430,'action complete via WP Cron','2021-01-13 10:46:06','2021-01-13 02:46:06'),(37565,15431,'action created','2021-01-13 10:46:06','2021-01-13 02:46:06'),(37566,15431,'action started via WP Cron','2021-01-13 10:46:53','2021-01-13 02:46:53'),(37567,15431,'action complete via WP Cron','2021-01-13 10:46:53','2021-01-13 02:46:53'),(37568,15432,'action created','2021-01-13 10:46:53','2021-01-13 02:46:53'),(37569,15432,'action started via WP Cron','2021-01-13 10:53:04','2021-01-13 02:53:04'),(37570,15432,'action complete via WP Cron','2021-01-13 10:53:04','2021-01-13 02:53:04'),(37571,15433,'action created','2021-01-13 10:53:04','2021-01-13 02:53:04'),(37572,15433,'action started via WP Cron','2021-01-13 10:54:32','2021-01-13 02:54:32'),(37573,15433,'action complete via WP Cron','2021-01-13 10:54:32','2021-01-13 02:54:32'),(37574,15434,'action created','2021-01-13 10:54:32','2021-01-13 02:54:32'),(37575,15434,'action started via WP Cron','2021-01-13 10:55:33','2021-01-13 02:55:33'),(37576,15434,'action complete via WP Cron','2021-01-13 10:55:33','2021-01-13 02:55:33'),(37577,15435,'action created','2021-01-13 10:55:33','2021-01-13 02:55:33'),(37578,15435,'action started via WP Cron','2021-01-13 10:56:34','2021-01-13 02:56:34'),(37579,15435,'action complete via WP Cron','2021-01-13 10:56:34','2021-01-13 02:56:34'),(37580,15436,'action created','2021-01-13 10:56:34','2021-01-13 02:56:34'),(37581,15436,'action started via WP Cron','2021-01-13 10:57:07','2021-01-13 02:57:07'),(37582,15436,'action complete via WP Cron','2021-01-13 10:57:07','2021-01-13 02:57:07'),(37583,15437,'action created','2021-01-13 10:57:07','2021-01-13 02:57:07'),(37584,15437,'action started via WP Cron','2021-01-13 10:58:09','2021-01-13 02:58:09'),(37585,15437,'action complete via WP Cron','2021-01-13 10:58:09','2021-01-13 02:58:09'),(37586,15438,'action created','2021-01-13 10:58:09','2021-01-13 02:58:09'),(37587,15438,'action started via WP Cron','2021-01-13 10:58:50','2021-01-13 02:58:50'),(37588,15438,'action complete via WP Cron','2021-01-13 10:58:50','2021-01-13 02:58:50'),(37589,15439,'action created','2021-01-13 10:58:50','2021-01-13 02:58:50'),(37590,15439,'action started via WP Cron','2021-01-13 11:01:04','2021-01-13 03:01:04'),(37591,15439,'action complete via WP Cron','2021-01-13 11:01:04','2021-01-13 03:01:04'),(37592,15440,'action created','2021-01-13 11:01:04','2021-01-13 03:01:04'),(37593,15440,'action started via WP Cron','2021-01-13 11:02:05','2021-01-13 03:02:05'),(37594,15440,'action complete via WP Cron','2021-01-13 11:02:05','2021-01-13 03:02:05'),(37595,15441,'action created','2021-01-13 11:02:05','2021-01-13 03:02:05'),(37596,15441,'action started via WP Cron','2021-01-13 11:03:06','2021-01-13 03:03:06'),(37597,15441,'action complete via WP Cron','2021-01-13 11:03:06','2021-01-13 03:03:06'),(37598,15442,'action created','2021-01-13 11:03:06','2021-01-13 03:03:06'),(37599,15442,'action started via WP Cron','2021-01-13 11:11:52','2021-01-13 03:11:52'),(37600,15442,'action complete via WP Cron','2021-01-13 11:11:52','2021-01-13 03:11:52'),(37601,15443,'action created','2021-01-13 11:11:52','2021-01-13 03:11:52'),(37602,15443,'action started via WP Cron','2021-01-13 11:14:14','2021-01-13 03:14:14'),(37603,15443,'action complete via WP Cron','2021-01-13 11:14:14','2021-01-13 03:14:14'),(37604,15444,'action created','2021-01-13 11:14:14','2021-01-13 03:14:14'),(37605,15444,'action started via WP Cron','2021-01-13 11:34:52','2021-01-13 03:34:52'),(37606,15444,'action complete via WP Cron','2021-01-13 11:34:52','2021-01-13 03:34:52'),(37607,15445,'action created','2021-01-13 11:34:52','2021-01-13 03:34:52'),(37608,15445,'action started via WP Cron','2021-01-13 11:38:31','2021-01-13 03:38:31'),(37609,15445,'action complete via WP Cron','2021-01-13 11:38:31','2021-01-13 03:38:31'),(37610,15446,'action created','2021-01-13 11:38:32','2021-01-13 03:38:32'),(37611,15446,'action started via WP Cron','2021-01-13 11:40:57','2021-01-13 03:40:57'),(37612,15446,'action complete via WP Cron','2021-01-13 11:40:57','2021-01-13 03:40:57'),(37613,15447,'action created','2021-01-13 11:40:57','2021-01-13 03:40:57'),(37614,15447,'action started via WP Cron','2021-01-13 11:41:58','2021-01-13 03:41:58'),(37615,15447,'action complete via WP Cron','2021-01-13 11:41:58','2021-01-13 03:41:58'),(37616,15448,'action created','2021-01-13 11:41:58','2021-01-13 03:41:58'),(37617,15448,'action started via WP Cron','2021-01-13 11:43:01','2021-01-13 03:43:01'),(37618,15448,'action complete via WP Cron','2021-01-13 11:43:01','2021-01-13 03:43:01'),(37619,15449,'action created','2021-01-13 11:43:01','2021-01-13 03:43:01'),(37620,15449,'action started via WP Cron','2021-01-13 11:45:22','2021-01-13 03:45:22'),(37621,15449,'action complete via WP Cron','2021-01-13 11:45:22','2021-01-13 03:45:22'),(37622,15450,'action created','2021-01-13 11:45:22','2021-01-13 03:45:22'),(37623,15450,'action started via WP Cron','2021-01-13 11:46:21','2021-01-13 03:46:21'),(37624,15450,'action complete via WP Cron','2021-01-13 11:46:21','2021-01-13 03:46:21'),(37625,15451,'action created','2021-01-13 11:46:21','2021-01-13 03:46:21'),(37626,15451,'action started via WP Cron','2021-01-13 11:47:06','2021-01-13 03:47:06'),(37627,15451,'action complete via WP Cron','2021-01-13 11:47:06','2021-01-13 03:47:06'),(37628,15452,'action created','2021-01-13 11:47:06','2021-01-13 03:47:06'),(37629,15452,'action started via WP Cron','2021-01-13 11:48:07','2021-01-13 03:48:07'),(37630,15452,'action complete via WP Cron','2021-01-13 11:48:07','2021-01-13 03:48:07'),(37631,15453,'action created','2021-01-13 11:48:07','2021-01-13 03:48:07'),(37632,15453,'action started via WP Cron','2021-01-13 11:48:51','2021-01-13 03:48:51'),(37633,15453,'action complete via WP Cron','2021-01-13 11:48:51','2021-01-13 03:48:51'),(37634,15454,'action created','2021-01-13 11:48:51','2021-01-13 03:48:51'),(37635,15454,'action started via WP Cron','2021-01-13 11:49:52','2021-01-13 03:49:52'),(37636,15454,'action complete via WP Cron','2021-01-13 11:49:52','2021-01-13 03:49:52'),(37637,15455,'action created','2021-01-13 11:49:52','2021-01-13 03:49:52'),(37638,15455,'action started via WP Cron','2021-01-13 11:50:53','2021-01-13 03:50:53'),(37639,15455,'action complete via WP Cron','2021-01-13 11:50:53','2021-01-13 03:50:53'),(37640,15456,'action created','2021-01-13 11:50:53','2021-01-13 03:50:53'),(37641,15456,'action started via WP Cron','2021-01-13 11:57:34','2021-01-13 03:57:34'),(37642,15456,'action complete via WP Cron','2021-01-13 11:57:34','2021-01-13 03:57:34'),(37643,15457,'action created','2021-01-13 11:57:34','2021-01-13 03:57:34'),(37644,15457,'action started via WP Cron','2021-01-13 11:57:50','2021-01-13 03:57:50'),(37645,15457,'action complete via WP Cron','2021-01-13 11:57:50','2021-01-13 03:57:50'),(37646,15458,'action created','2021-01-13 11:57:50','2021-01-13 03:57:50'),(37647,15458,'action started via WP Cron','2021-01-13 11:59:38','2021-01-13 03:59:38'),(37648,15458,'action complete via WP Cron','2021-01-13 11:59:38','2021-01-13 03:59:38'),(37649,15459,'action created','2021-01-13 12:00:29','2021-01-13 04:00:29'),(37650,15459,'action started via WP Cron','2021-01-13 12:00:48','2021-01-13 04:00:48'),(37651,15459,'action complete via WP Cron','2021-01-13 12:00:48','2021-01-13 04:00:48'),(37652,15460,'action created','2021-01-13 12:00:48','2021-01-13 04:00:48'),(37653,15460,'action started via WP Cron','2021-01-13 12:01:43','2021-01-13 04:01:43'),(37654,15460,'action complete via WP Cron','2021-01-13 12:01:43','2021-01-13 04:01:43'),(37655,15461,'action created','2021-01-13 12:01:43','2021-01-13 04:01:43'),(37656,15461,'action started via WP Cron','2021-01-13 12:03:16','2021-01-13 04:03:16'),(37657,15461,'action complete via WP Cron','2021-01-13 12:03:16','2021-01-13 04:03:16'),(37658,15462,'action created','2021-01-13 12:03:16','2021-01-13 04:03:16'),(37659,15462,'action started via WP Cron','2021-01-13 12:04:14','2021-01-13 04:04:14'),(37660,15462,'action complete via WP Cron','2021-01-13 12:04:14','2021-01-13 04:04:14'),(37661,15463,'action created','2021-01-13 12:04:14','2021-01-13 04:04:14'),(37662,15463,'action started via WP Cron','2021-01-13 12:05:08','2021-01-13 04:05:08'),(37663,15463,'action complete via WP Cron','2021-01-13 12:05:08','2021-01-13 04:05:08'),(37664,15464,'action created','2021-01-13 12:05:08','2021-01-13 04:05:08'),(37665,15464,'action started via WP Cron','2021-01-13 12:08:54','2021-01-13 04:08:54'),(37666,15464,'action complete via WP Cron','2021-01-13 12:08:54','2021-01-13 04:08:54'),(37667,15465,'action created','2021-01-13 12:08:54','2021-01-13 04:08:54'),(37668,15465,'action started via WP Cron','2021-01-13 12:10:11','2021-01-13 04:10:11'),(37669,15465,'action complete via WP Cron','2021-01-13 12:10:11','2021-01-13 04:10:11'),(37670,15466,'action created','2021-01-13 12:11:11','2021-01-13 04:11:11'),(37671,15466,'action started via WP Cron','2021-01-13 12:24:23','2021-01-13 04:24:23'),(37672,15466,'action complete via WP Cron','2021-01-13 12:24:23','2021-01-13 04:24:23'),(37673,15467,'action created','2021-01-13 12:24:23','2021-01-13 04:24:23'),(37674,15467,'action started via WP Cron','2021-01-13 12:27:42','2021-01-13 04:27:42'),(37675,15467,'action complete via WP Cron','2021-01-13 12:27:42','2021-01-13 04:27:42'),(37676,15468,'action created','2021-01-13 12:27:42','2021-01-13 04:27:42'),(37677,15468,'action started via WP Cron','2021-01-13 12:46:16','2021-01-13 04:46:16'),(37678,15468,'action complete via WP Cron','2021-01-13 12:46:16','2021-01-13 04:46:16'),(37679,15469,'action created','2021-01-13 12:46:16','2021-01-13 04:46:16'),(37680,15469,'action started via WP Cron','2021-01-13 12:47:24','2021-01-13 04:47:24'),(37681,15469,'action complete via WP Cron','2021-01-13 12:47:24','2021-01-13 04:47:24'),(37682,15470,'action created','2021-01-13 12:47:24','2021-01-13 04:47:24'),(37683,15470,'action started via WP Cron','2021-01-13 12:48:26','2021-01-13 04:48:26'),(37684,15470,'action complete via WP Cron','2021-01-13 12:48:26','2021-01-13 04:48:26'),(37685,15471,'action created','2021-01-13 12:50:27','2021-01-13 04:50:27'),(37686,15471,'action started via WP Cron','2021-01-13 12:51:28','2021-01-13 04:51:28'),(37687,15471,'action complete via WP Cron','2021-01-13 12:51:28','2021-01-13 04:51:28'),(37688,15472,'action created','2021-01-13 12:51:28','2021-01-13 04:51:28'),(37689,15472,'action started via WP Cron','2021-01-13 12:52:29','2021-01-13 04:52:29'),(37690,15472,'action complete via WP Cron','2021-01-13 12:52:29','2021-01-13 04:52:29'),(37691,15473,'action created','2021-01-13 12:52:29','2021-01-13 04:52:29'),(37692,15473,'action started via WP Cron','2021-01-13 12:53:50','2021-01-13 04:53:50'),(37693,15473,'action complete via WP Cron','2021-01-13 12:53:50','2021-01-13 04:53:50'),(37694,15474,'action created','2021-01-13 12:53:50','2021-01-13 04:53:50'),(37695,15474,'action started via WP Cron','2021-01-13 12:54:56','2021-01-13 04:54:56'),(37696,15474,'action complete via WP Cron','2021-01-13 12:54:56','2021-01-13 04:54:56'),(37697,15475,'action created','2021-01-13 12:54:56','2021-01-13 04:54:56'),(37698,15475,'action started via WP Cron','2021-01-13 12:55:57','2021-01-13 04:55:57'),(37699,15475,'action complete via WP Cron','2021-01-13 12:55:57','2021-01-13 04:55:57'),(37700,15476,'action created','2021-01-13 12:55:57','2021-01-13 04:55:57'),(37701,15476,'action started via WP Cron','2021-01-13 13:02:15','2021-01-13 05:02:15'),(37702,15476,'action complete via WP Cron','2021-01-13 13:02:15','2021-01-13 05:02:15'),(37703,15477,'action created','2021-01-13 13:02:15','2021-01-13 05:02:15'),(37704,15477,'action started via WP Cron','2021-01-13 13:05:19','2021-01-13 05:05:19'),(37705,15477,'action complete via WP Cron','2021-01-13 13:05:19','2021-01-13 05:05:19'),(37706,15478,'action created','2021-01-13 13:05:19','2021-01-13 05:05:19'),(37707,15478,'action started via WP Cron','2021-01-13 13:05:45','2021-01-13 05:05:45'),(37708,15478,'action complete via WP Cron','2021-01-13 13:05:45','2021-01-13 05:05:45'),(37709,15479,'action created','2021-01-13 13:05:45','2021-01-13 05:05:45'),(37710,15479,'action started via WP Cron','2021-01-13 13:08:15','2021-01-13 05:08:15'),(37711,15479,'action complete via WP Cron','2021-01-13 13:08:15','2021-01-13 05:08:15'),(37712,15480,'action created','2021-01-13 13:08:15','2021-01-13 05:08:15'),(37713,15480,'action started via WP Cron','2021-01-13 13:09:17','2021-01-13 05:09:17'),(37714,15480,'action complete via WP Cron','2021-01-13 13:09:17','2021-01-13 05:09:17'),(37715,15481,'action created','2021-01-13 13:09:17','2021-01-13 05:09:17'),(37716,15481,'action started via WP Cron','2021-01-13 13:10:17','2021-01-13 05:10:17'),(37717,15481,'action complete via WP Cron','2021-01-13 13:10:17','2021-01-13 05:10:17'),(37718,15482,'action created','2021-01-13 13:10:17','2021-01-13 05:10:17'),(37719,15482,'action started via WP Cron','2021-01-13 13:11:10','2021-01-13 05:11:10'),(37720,15482,'action complete via WP Cron','2021-01-13 13:11:10','2021-01-13 05:11:10'),(37721,15483,'action created','2021-01-13 13:11:11','2021-01-13 05:11:11'),(37722,15483,'action started via WP Cron','2021-01-13 13:14:17','2021-01-13 05:14:17'),(37723,15483,'action complete via WP Cron','2021-01-13 13:14:17','2021-01-13 05:14:17'),(37724,15484,'action created','2021-01-13 13:14:17','2021-01-13 05:14:17'),(37725,15484,'action started via WP Cron','2021-01-13 13:17:52','2021-01-13 05:17:52'),(37726,15484,'action complete via WP Cron','2021-01-13 13:17:52','2021-01-13 05:17:52'),(37727,15485,'action created','2021-01-13 13:17:52','2021-01-13 05:17:52'),(37728,15485,'action started via WP Cron','2021-01-13 13:22:44','2021-01-13 05:22:44'),(37729,15485,'action complete via WP Cron','2021-01-13 13:22:44','2021-01-13 05:22:44'),(37730,15486,'action created','2021-01-13 13:22:45','2021-01-13 05:22:45'),(37731,15486,'action started via WP Cron','2021-01-13 13:23:41','2021-01-13 05:23:41'),(37732,15486,'action complete via WP Cron','2021-01-13 13:23:41','2021-01-13 05:23:41'),(37733,15487,'action created','2021-01-13 13:23:41','2021-01-13 05:23:41'),(37734,15487,'action started via WP Cron','2021-01-13 13:25:39','2021-01-13 05:25:39'),(37735,15487,'action complete via WP Cron','2021-01-13 13:25:39','2021-01-13 05:25:39'),(37736,15488,'action created','2021-01-13 13:25:39','2021-01-13 05:25:39'),(37737,15488,'action started via WP Cron','2021-01-13 13:26:52','2021-01-13 05:26:52'),(37738,15488,'action complete via WP Cron','2021-01-13 13:26:52','2021-01-13 05:26:52'),(37739,15489,'action created','2021-01-13 13:26:52','2021-01-13 05:26:52'),(37740,15489,'action started via WP Cron','2021-01-13 13:28:10','2021-01-13 05:28:10'),(37741,15489,'action complete via WP Cron','2021-01-13 13:28:10','2021-01-13 05:28:10'),(37742,15490,'action created','2021-01-13 13:28:10','2021-01-13 05:28:10'),(37743,15490,'action started via WP Cron','2021-01-13 13:29:06','2021-01-13 05:29:06'),(37744,15490,'action complete via WP Cron','2021-01-13 13:29:06','2021-01-13 05:29:06'),(37745,15491,'action created','2021-01-13 13:29:06','2021-01-13 05:29:06'),(37746,15491,'action started via WP Cron','2021-01-13 13:30:06','2021-01-13 05:30:06'),(37747,15491,'action complete via WP Cron','2021-01-13 13:30:06','2021-01-13 05:30:06'),(37748,15492,'action created','2021-01-13 13:30:07','2021-01-13 05:30:07'),(37749,15492,'action started via WP Cron','2021-01-13 13:31:07','2021-01-13 05:31:07'),(37750,15492,'action complete via WP Cron','2021-01-13 13:31:07','2021-01-13 05:31:07'),(37751,15493,'action created','2021-01-13 13:31:07','2021-01-13 05:31:07'),(37752,15493,'action started via WP Cron','2021-01-13 13:41:40','2021-01-13 05:41:40'),(37753,15493,'action complete via WP Cron','2021-01-13 13:41:40','2021-01-13 05:41:40'),(37754,15494,'action created','2021-01-13 13:41:42','2021-01-13 05:41:42'),(37755,15494,'action started via WP Cron','2021-01-13 13:52:35','2021-01-13 05:52:35'),(37756,15494,'action complete via WP Cron','2021-01-13 13:52:35','2021-01-13 05:52:35'),(37757,15495,'action created','2021-01-13 13:52:35','2021-01-13 05:52:35'),(37758,15495,'action started via WP Cron','2021-01-13 13:53:29','2021-01-13 05:53:29'),(37759,15495,'action complete via WP Cron','2021-01-13 13:53:29','2021-01-13 05:53:29'),(37760,15496,'action created','2021-01-13 13:53:29','2021-01-13 05:53:29'),(37761,15496,'action started via WP Cron','2021-01-13 13:54:30','2021-01-13 05:54:30'),(37762,15496,'action complete via WP Cron','2021-01-13 13:54:30','2021-01-13 05:54:30'),(37763,15497,'action created','2021-01-13 13:54:30','2021-01-13 05:54:30'),(37764,15497,'action started via WP Cron','2021-01-13 13:56:03','2021-01-13 05:56:03'),(37765,15497,'action complete via WP Cron','2021-01-13 13:56:03','2021-01-13 05:56:03'),(37766,15498,'action created','2021-01-13 13:56:03','2021-01-13 05:56:03'),(37767,15498,'action started via WP Cron','2021-01-13 13:56:57','2021-01-13 05:56:57'),(37768,15498,'action complete via WP Cron','2021-01-13 13:56:57','2021-01-13 05:56:57'),(37769,15499,'action created','2021-01-13 13:56:57','2021-01-13 05:56:57'),(37770,15499,'action started via WP Cron','2021-01-13 13:57:58','2021-01-13 05:57:58'),(37771,15499,'action complete via WP Cron','2021-01-13 13:57:58','2021-01-13 05:57:58'),(37772,15500,'action created','2021-01-13 13:57:58','2021-01-13 05:57:58'),(37773,15500,'action started via WP Cron','2021-01-13 14:01:42','2021-01-13 06:01:42'),(37774,15500,'action complete via WP Cron','2021-01-13 14:01:42','2021-01-13 06:01:42'),(37775,15501,'action created','2021-01-13 14:01:42','2021-01-13 06:01:42'),(37776,15501,'action started via WP Cron','2021-01-13 14:04:25','2021-01-13 06:04:25'),(37777,15501,'action complete via WP Cron','2021-01-13 14:04:25','2021-01-13 06:04:25'),(37778,15502,'action created','2021-01-13 14:04:25','2021-01-13 06:04:25'),(37779,15502,'action started via WP Cron','2021-01-13 14:16:45','2021-01-13 06:16:45'),(37780,15502,'action complete via WP Cron','2021-01-13 14:16:45','2021-01-13 06:16:45'),(37781,15503,'action created','2021-01-13 14:16:45','2021-01-13 06:16:45'),(37782,15503,'action started via WP Cron','2021-01-13 14:21:46','2021-01-13 06:21:46'),(37783,15503,'action complete via WP Cron','2021-01-13 14:21:46','2021-01-13 06:21:46'),(37784,15504,'action created','2021-01-13 14:21:46','2021-01-13 06:21:46'),(37785,15504,'action started via WP Cron','2021-01-13 14:23:07','2021-01-13 06:23:07'),(37786,15504,'action complete via WP Cron','2021-01-13 14:23:07','2021-01-13 06:23:07'),(37787,15505,'action created','2021-01-13 14:23:07','2021-01-13 06:23:07'),(37788,15505,'action started via WP Cron','2021-01-13 14:24:08','2021-01-13 06:24:08'),(37789,15505,'action complete via WP Cron','2021-01-13 14:24:08','2021-01-13 06:24:08'),(37790,15506,'action created','2021-01-13 14:24:08','2021-01-13 06:24:08'),(37791,15506,'action started via WP Cron','2021-01-13 14:26:10','2021-01-13 06:26:10'),(37792,15506,'action complete via WP Cron','2021-01-13 14:26:10','2021-01-13 06:26:10'),(37793,15507,'action created','2021-01-13 14:26:10','2021-01-13 06:26:10'),(37794,15507,'action started via WP Cron','2021-01-13 14:31:52','2021-01-13 06:31:52'),(37795,15507,'action complete via WP Cron','2021-01-13 14:31:52','2021-01-13 06:31:52'),(37796,15508,'action created','2021-01-13 14:31:52','2021-01-13 06:31:52'),(37797,15508,'action started via WP Cron','2021-01-13 14:32:53','2021-01-13 06:32:53'),(37798,15508,'action complete via WP Cron','2021-01-13 14:32:53','2021-01-13 06:32:53'),(37799,15509,'action created','2021-01-13 14:32:53','2021-01-13 06:32:53'),(37800,15509,'action started via WP Cron','2021-01-13 14:33:56','2021-01-13 06:33:56'),(37801,15509,'action complete via WP Cron','2021-01-13 14:33:56','2021-01-13 06:33:56'),(37802,15510,'action created','2021-01-13 14:33:56','2021-01-13 06:33:56'),(37803,15510,'action started via WP Cron','2021-01-13 14:37:14','2021-01-13 06:37:14'),(37804,15510,'action complete via WP Cron','2021-01-13 14:37:14','2021-01-13 06:37:14'),(37805,15511,'action created','2021-01-13 14:37:14','2021-01-13 06:37:14'),(37806,15511,'action started via WP Cron','2021-01-13 14:42:55','2021-01-13 06:42:55'),(37807,15511,'action complete via WP Cron','2021-01-13 14:42:55','2021-01-13 06:42:55'),(37808,15512,'action created','2021-01-13 14:42:55','2021-01-13 06:42:55'),(37809,15512,'action started via WP Cron','2021-01-13 14:44:09','2021-01-13 06:44:09'),(37810,15512,'action complete via WP Cron','2021-01-13 14:44:09','2021-01-13 06:44:09'),(37811,15513,'action created','2021-01-13 14:44:09','2021-01-13 06:44:09'),(37812,15513,'action started via WP Cron','2021-01-13 14:50:40','2021-01-13 06:50:40'),(37813,15513,'action complete via WP Cron','2021-01-13 14:50:40','2021-01-13 06:50:40'),(37814,15514,'action created','2021-01-13 14:50:40','2021-01-13 06:50:40'),(37815,15514,'action started via WP Cron','2021-01-13 14:58:04','2021-01-13 06:58:04'),(37816,15514,'action complete via WP Cron','2021-01-13 14:58:04','2021-01-13 06:58:04'),(37817,15515,'action created','2021-01-13 14:58:04','2021-01-13 06:58:04'),(37818,15515,'action started via WP Cron','2021-01-13 14:58:58','2021-01-13 06:58:58'),(37819,15515,'action complete via WP Cron','2021-01-13 14:58:58','2021-01-13 06:58:58'),(37820,15516,'action created','2021-01-13 14:58:58','2021-01-13 06:58:58'),(37821,15516,'action started via WP Cron','2021-01-13 14:59:59','2021-01-13 06:59:59'),(37822,15516,'action complete via WP Cron','2021-01-13 14:59:59','2021-01-13 06:59:59'),(37823,15517,'action created','2021-01-13 15:00:00','2021-01-13 07:00:00'),(37824,15517,'action started via WP Cron','2021-01-13 15:02:01','2021-01-13 07:02:01'),(37825,15517,'action complete via WP Cron','2021-01-13 15:02:01','2021-01-13 07:02:01'),(37826,15518,'action created','2021-01-13 15:02:01','2021-01-13 07:02:01'),(37827,15518,'action started via WP Cron','2021-01-13 15:03:02','2021-01-13 07:03:02'),(37828,15518,'action complete via WP Cron','2021-01-13 15:03:02','2021-01-13 07:03:02'),(37829,15519,'action created','2021-01-13 15:03:02','2021-01-13 07:03:02'),(37830,15519,'action started via WP Cron','2021-01-13 15:04:04','2021-01-13 07:04:04'),(37831,15519,'action complete via WP Cron','2021-01-13 15:04:04','2021-01-13 07:04:04'),(37832,15520,'action created','2021-01-13 15:04:04','2021-01-13 07:04:04'),(37833,15520,'action started via WP Cron','2021-01-13 15:19:23','2021-01-13 07:19:23'),(37834,15520,'action complete via WP Cron','2021-01-13 15:19:23','2021-01-13 07:19:23'),(37835,15521,'action created','2021-01-13 15:22:54','2021-01-13 07:22:54'),(37836,15521,'action started via WP Cron','2021-01-13 15:23:49','2021-01-13 07:23:49'),(37837,15521,'action complete via WP Cron','2021-01-13 15:23:49','2021-01-13 07:23:49'),(37838,15522,'action created','2021-01-13 15:23:49','2021-01-13 07:23:49'),(37839,15522,'action started via WP Cron','2021-01-13 15:31:02','2021-01-13 07:31:02'),(37840,15522,'action complete via WP Cron','2021-01-13 15:31:02','2021-01-13 07:31:02'),(37841,15523,'action created','2021-01-13 15:31:02','2021-01-13 07:31:02'),(37842,15523,'action started via WP Cron','2021-01-13 15:32:10','2021-01-13 07:32:10'),(37843,15523,'action complete via WP Cron','2021-01-13 15:32:10','2021-01-13 07:32:10'),(37844,15524,'action created','2021-01-13 15:32:10','2021-01-13 07:32:10'),(37845,15524,'action started via WP Cron','2021-01-13 15:33:12','2021-01-13 07:33:12'),(37846,15524,'action complete via WP Cron','2021-01-13 15:33:12','2021-01-13 07:33:12'),(37847,15525,'action created','2021-01-13 15:33:12','2021-01-13 07:33:12'),(37848,15525,'action started via WP Cron','2021-01-13 15:34:06','2021-01-13 07:34:06'),(37849,15525,'action complete via WP Cron','2021-01-13 15:34:06','2021-01-13 07:34:06'),(37850,15526,'action created','2021-01-13 15:34:06','2021-01-13 07:34:06'),(37851,15526,'action started via WP Cron','2021-01-13 15:35:13','2021-01-13 07:35:13'),(37852,15526,'action complete via WP Cron','2021-01-13 15:35:13','2021-01-13 07:35:13'),(37853,15527,'action created','2021-01-13 15:35:13','2021-01-13 07:35:13'),(37854,15527,'action started via WP Cron','2021-01-13 15:36:04','2021-01-13 07:36:04'),(37855,15527,'action complete via WP Cron','2021-01-13 15:36:04','2021-01-13 07:36:04'),(37856,15528,'action created','2021-01-13 15:36:04','2021-01-13 07:36:04'),(37857,15528,'action started via WP Cron','2021-01-13 15:37:11','2021-01-13 07:37:11'),(37858,15528,'action complete via WP Cron','2021-01-13 15:37:11','2021-01-13 07:37:11'),(37859,15529,'action created','2021-01-13 15:37:11','2021-01-13 07:37:11'),(37866,15531,'action started via WP Cron','2021-01-13 15:44:46','2021-01-13 07:44:46'),(37867,15531,'action complete via WP Cron','2021-01-13 15:44:46','2021-01-13 07:44:46'),(37868,15532,'action created','2021-01-13 15:44:46','2021-01-13 07:44:46'),(37869,15532,'action started via WP Cron','2021-01-13 15:45:45','2021-01-13 07:45:45'),(37870,15532,'action complete via WP Cron','2021-01-13 15:45:45','2021-01-13 07:45:45'),(37871,15533,'action created','2021-01-13 15:45:45','2021-01-13 07:45:45'),(37872,15533,'action started via WP Cron','2021-01-13 15:46:58','2021-01-13 07:46:58'),(37873,15533,'action complete via WP Cron','2021-01-13 15:46:58','2021-01-13 07:46:58'),(37874,15534,'action created','2021-01-13 15:46:58','2021-01-13 07:46:58'),(37875,15534,'action started via WP Cron','2021-01-13 15:57:42','2021-01-13 07:57:42'),(37876,15534,'action complete via WP Cron','2021-01-13 15:57:42','2021-01-13 07:57:42'),(37877,15535,'action created','2021-01-13 16:08:24','2021-01-13 08:08:24'),(37878,15535,'action started via WP Cron','2021-01-13 16:13:59','2021-01-13 08:13:59'),(37879,15535,'action complete via WP Cron','2021-01-13 16:13:59','2021-01-13 08:13:59'),(37880,15536,'action created','2021-01-13 16:14:00','2021-01-13 08:14:00'),(37881,15536,'action started via WP Cron','2021-01-13 16:16:36','2021-01-13 08:16:36'),(37882,15536,'action complete via WP Cron','2021-01-13 16:16:36','2021-01-13 08:16:36'),(37883,15537,'action created','2021-01-13 16:16:36','2021-01-13 08:16:36'),(37884,15537,'action started via WP Cron','2021-01-13 16:17:41','2021-01-13 08:17:41'),(37885,15537,'action complete via WP Cron','2021-01-13 16:17:41','2021-01-13 08:17:41'),(37886,15538,'action created','2021-01-13 16:17:41','2021-01-13 08:17:41'),(37887,15538,'action started via WP Cron','2021-01-13 16:18:47','2021-01-13 08:18:47'),(37888,15538,'action complete via WP Cron','2021-01-13 16:18:48','2021-01-13 08:18:48'),(37889,15539,'action created','2021-01-13 16:18:48','2021-01-13 08:18:48'),(37890,15539,'action started via WP Cron','2021-01-13 16:20:17','2021-01-13 08:20:17'),(37891,15539,'action complete via WP Cron','2021-01-13 16:20:17','2021-01-13 08:20:17'),(37892,15540,'action created','2021-01-13 16:20:17','2021-01-13 08:20:17'),(37893,15540,'action started via WP Cron','2021-01-13 16:21:34','2021-01-13 08:21:34'),(37894,15540,'action complete via WP Cron','2021-01-13 16:21:34','2021-01-13 08:21:34'),(37895,15541,'action created','2021-01-13 16:21:34','2021-01-13 08:21:34'),(37896,15541,'action started via WP Cron','2021-01-13 16:26:26','2021-01-13 08:26:26'),(37897,15541,'action complete via WP Cron','2021-01-13 16:26:26','2021-01-13 08:26:26'),(37898,15542,'action created','2021-01-13 16:26:27','2021-01-13 08:26:27'),(37899,15542,'action started via WP Cron','2021-01-13 16:28:29','2021-01-13 08:28:29'),(37900,15542,'action complete via WP Cron','2021-01-13 16:28:29','2021-01-13 08:28:29'),(37901,15543,'action created','2021-01-13 16:28:29','2021-01-13 08:28:29'),(37902,15543,'action started via WP Cron','2021-01-13 16:36:16','2021-01-13 08:36:16'),(37903,15543,'action complete via WP Cron','2021-01-13 16:36:16','2021-01-13 08:36:16'),(37904,15544,'action created','2021-01-13 16:36:54','2021-01-13 08:36:54'),(37905,15544,'action started via WP Cron','2021-01-13 16:38:15','2021-01-13 08:38:15'),(37906,15544,'action complete via WP Cron','2021-01-13 16:38:15','2021-01-13 08:38:15'),(37907,15545,'action created','2021-01-13 16:38:15','2021-01-13 08:38:15'),(37908,15545,'action started via WP Cron','2021-01-13 16:39:16','2021-01-13 08:39:16'),(37909,15545,'action complete via WP Cron','2021-01-13 16:39:16','2021-01-13 08:39:16'),(37910,15546,'action created','2021-01-13 16:39:16','2021-01-13 08:39:16'),(37911,15546,'action started via WP Cron','2021-01-13 16:40:17','2021-01-13 08:40:17'),(37912,15546,'action complete via WP Cron','2021-01-13 16:40:17','2021-01-13 08:40:17'),(37913,15547,'action created','2021-01-13 16:40:17','2021-01-13 08:40:17'),(37914,15547,'action started via WP Cron','2021-01-13 16:41:09','2021-01-13 08:41:09'),(37915,15547,'action complete via WP Cron','2021-01-13 16:41:09','2021-01-13 08:41:09'),(37916,15548,'action created','2021-01-13 16:41:09','2021-01-13 08:41:09'),(37917,15548,'action started via WP Cron','2021-01-13 16:42:27','2021-01-13 08:42:27'),(37918,15548,'action complete via WP Cron','2021-01-13 16:42:27','2021-01-13 08:42:27'),(37919,15549,'action created','2021-01-13 16:42:27','2021-01-13 08:42:27'),(37920,15549,'action started via WP Cron','2021-01-13 16:48:34','2021-01-13 08:48:34'),(37921,15549,'action complete via WP Cron','2021-01-13 16:48:34','2021-01-13 08:48:34'),(37922,15550,'action created','2021-01-13 16:48:35','2021-01-13 08:48:35'),(37923,15550,'action started via WP Cron','2021-01-13 16:50:15','2021-01-13 08:50:15'),(37924,15550,'action complete via WP Cron','2021-01-13 16:50:15','2021-01-13 08:50:15'),(37925,15551,'action created','2021-01-13 16:50:15','2021-01-13 08:50:15'),(37926,15551,'action started via WP Cron','2021-01-13 16:51:26','2021-01-13 08:51:26'),(37927,15551,'action complete via WP Cron','2021-01-13 16:51:26','2021-01-13 08:51:26'),(37928,15552,'action created','2021-01-13 16:51:26','2021-01-13 08:51:26'),(37929,15552,'action started via WP Cron','2021-01-13 16:52:43','2021-01-13 08:52:43'),(37930,15552,'action complete via WP Cron','2021-01-13 16:52:43','2021-01-13 08:52:43'),(37931,15553,'action created','2021-01-13 16:52:43','2021-01-13 08:52:43'),(37932,15553,'action started via WP Cron','2021-01-13 16:53:44','2021-01-13 08:53:44'),(37933,15553,'action complete via WP Cron','2021-01-13 16:53:44','2021-01-13 08:53:44'),(37934,15554,'action created','2021-01-13 16:53:44','2021-01-13 08:53:44'),(37935,15554,'action started via WP Cron','2021-01-13 16:55:32','2021-01-13 08:55:32'),(37936,15554,'action complete via WP Cron','2021-01-13 16:55:32','2021-01-13 08:55:32'),(37937,15555,'action created','2021-01-13 16:55:32','2021-01-13 08:55:32'),(37938,15555,'action started via WP Cron','2021-01-13 16:56:33','2021-01-13 08:56:33'),(37939,15555,'action complete via WP Cron','2021-01-13 16:56:33','2021-01-13 08:56:33'),(37940,15556,'action created','2021-01-13 16:56:33','2021-01-13 08:56:33'),(37941,15556,'action started via WP Cron','2021-01-13 16:57:34','2021-01-13 08:57:34'),(37942,15556,'action complete via WP Cron','2021-01-13 16:57:34','2021-01-13 08:57:34'),(37943,15557,'action created','2021-01-13 16:57:34','2021-01-13 08:57:34'),(37944,15557,'action started via WP Cron','2021-01-13 16:59:42','2021-01-13 08:59:42'),(37945,15557,'action complete via WP Cron','2021-01-13 16:59:42','2021-01-13 08:59:42'),(37946,15558,'action created','2021-01-13 16:59:42','2021-01-13 08:59:42'),(37947,15558,'action started via WP Cron','2021-01-13 17:02:45','2021-01-13 09:02:45'),(37948,15558,'action complete via WP Cron','2021-01-13 17:02:45','2021-01-13 09:02:45'),(37949,15559,'action created','2021-01-13 17:02:46','2021-01-13 09:02:46'),(37950,15559,'action started via WP Cron','2021-01-13 17:03:54','2021-01-13 09:03:54'),(37951,15559,'action complete via WP Cron','2021-01-13 17:03:54','2021-01-13 09:03:54'),(37952,15560,'action created','2021-01-13 17:03:54','2021-01-13 09:03:54'),(37953,15560,'action started via WP Cron','2021-01-13 17:04:55','2021-01-13 09:04:55'),(37954,15560,'action complete via WP Cron','2021-01-13 17:04:55','2021-01-13 09:04:55'),(37955,15561,'action created','2021-01-13 17:04:55','2021-01-13 09:04:55'),(37956,15561,'action started via WP Cron','2021-01-13 17:05:42','2021-01-13 09:05:42'),(37957,15561,'action complete via WP Cron','2021-01-13 17:05:42','2021-01-13 09:05:42'),(37958,15562,'action created','2021-01-13 17:05:42','2021-01-13 09:05:42'),(37959,15562,'action started via WP Cron','2021-01-13 17:06:57','2021-01-13 09:06:57'),(37960,15562,'action complete via WP Cron','2021-01-13 17:06:57','2021-01-13 09:06:57'),(37961,15563,'action created','2021-01-13 17:06:57','2021-01-13 09:06:57'),(37962,15563,'action started via WP Cron','2021-01-13 17:07:58','2021-01-13 09:07:58'),(37963,15563,'action complete via WP Cron','2021-01-13 17:07:58','2021-01-13 09:07:58'),(37964,15564,'action created','2021-01-13 17:07:58','2021-01-13 09:07:58'),(37965,15564,'action started via WP Cron','2021-01-13 17:08:59','2021-01-13 09:08:59'),(37966,15564,'action complete via WP Cron','2021-01-13 17:08:59','2021-01-13 09:08:59'),(37967,15565,'action created','2021-01-13 17:08:59','2021-01-13 09:08:59'),(37968,15565,'action started via WP Cron','2021-01-13 17:19:41','2021-01-13 09:19:41'),(37969,15565,'action complete via WP Cron','2021-01-13 17:19:41','2021-01-13 09:19:41'),(37970,15566,'action created','2021-01-13 17:19:41','2021-01-13 09:19:41'),(37971,15566,'action started via WP Cron','2021-01-13 17:21:24','2021-01-13 09:21:24'),(37972,15566,'action complete via WP Cron','2021-01-13 17:21:24','2021-01-13 09:21:24'),(37973,15567,'action created','2021-01-13 17:21:24','2021-01-13 09:21:24'),(37974,15567,'action started via WP Cron','2021-01-13 17:21:54','2021-01-13 09:21:54'),(37975,15567,'action complete via WP Cron','2021-01-13 17:21:54','2021-01-13 09:21:54'),(37976,15568,'action created','2021-01-13 17:21:54','2021-01-13 09:21:54'),(37977,15568,'action started via WP Cron','2021-01-13 17:24:31','2021-01-13 09:24:31'),(37978,15568,'action complete via WP Cron','2021-01-13 17:24:31','2021-01-13 09:24:31'),(37979,15569,'action created','2021-01-13 17:24:31','2021-01-13 09:24:31'),(37980,15569,'action started via WP Cron','2021-01-13 17:25:32','2021-01-13 09:25:32'),(37981,15569,'action complete via WP Cron','2021-01-13 17:25:32','2021-01-13 09:25:32'),(37982,15570,'action created','2021-01-13 17:25:32','2021-01-13 09:25:32'),(37983,15570,'action started via WP Cron','2021-01-13 17:26:33','2021-01-13 09:26:33'),(37984,15570,'action complete via WP Cron','2021-01-13 17:26:33','2021-01-13 09:26:33'),(37985,15571,'action created','2021-01-13 17:26:33','2021-01-13 09:26:33'),(37986,15571,'action started via WP Cron','2021-01-13 17:47:27','2021-01-13 09:47:27'),(37987,15571,'action complete via WP Cron','2021-01-13 17:47:27','2021-01-13 09:47:27'),(37988,15572,'action created','2021-01-13 17:47:27','2021-01-13 09:47:27'),(37989,15572,'action started via WP Cron','2021-01-13 17:47:51','2021-01-13 09:47:51'),(37990,15572,'action complete via WP Cron','2021-01-13 17:47:51','2021-01-13 09:47:51'),(37991,15573,'action created','2021-01-13 17:47:51','2021-01-13 09:47:51'),(37992,15573,'action started via WP Cron','2021-01-13 17:50:40','2021-01-13 09:50:40'),(37993,15573,'action complete via WP Cron','2021-01-13 17:50:40','2021-01-13 09:50:40'),(37994,15574,'action created','2021-01-13 17:50:40','2021-01-13 09:50:40'),(37995,15574,'action started via WP Cron','2021-01-13 17:52:58','2021-01-13 09:52:58'),(37996,15574,'action complete via WP Cron','2021-01-13 17:52:58','2021-01-13 09:52:58'),(37997,15575,'action created','2021-01-13 17:52:58','2021-01-13 09:52:58'),(37998,15575,'action started via WP Cron','2021-01-13 17:58:06','2021-01-13 09:58:06'),(37999,15575,'action complete via WP Cron','2021-01-13 17:58:06','2021-01-13 09:58:06'),(38000,15576,'action created','2021-01-13 17:58:06','2021-01-13 09:58:06'),(38001,15576,'action started via WP Cron','2021-01-13 17:59:07','2021-01-13 09:59:07'),(38002,15576,'action complete via WP Cron','2021-01-13 17:59:07','2021-01-13 09:59:07'),(38003,15577,'action created','2021-01-13 17:59:07','2021-01-13 09:59:07'),(38004,15577,'action started via WP Cron','2021-01-13 17:59:45','2021-01-13 09:59:45'),(38005,15577,'action complete via WP Cron','2021-01-13 17:59:45','2021-01-13 09:59:45'),(38006,15578,'action created','2021-01-13 17:59:45','2021-01-13 09:59:45'),(38007,15578,'action started via WP Cron','2021-01-13 18:02:10','2021-01-13 10:02:10'),(38008,15578,'action complete via WP Cron','2021-01-13 18:02:10','2021-01-13 10:02:10'),(38009,15579,'action created','2021-01-13 18:02:10','2021-01-13 10:02:10'),(38010,15579,'action started via WP Cron','2021-01-13 18:03:11','2021-01-13 10:03:11'),(38011,15579,'action complete via WP Cron','2021-01-13 18:03:11','2021-01-13 10:03:11'),(38012,15580,'action created','2021-01-13 18:03:11','2021-01-13 10:03:11'),(38013,15580,'action started via WP Cron','2021-01-13 18:04:12','2021-01-13 10:04:12'),(38014,15580,'action complete via WP Cron','2021-01-13 18:04:12','2021-01-13 10:04:12'),(38015,15581,'action created','2021-01-13 18:04:12','2021-01-13 10:04:12'),(38016,15581,'action started via WP Cron','2021-01-13 18:09:05','2021-01-13 10:09:05'),(38017,15581,'action complete via WP Cron','2021-01-13 18:09:05','2021-01-13 10:09:05'),(38018,15582,'action created','2021-01-13 18:09:05','2021-01-13 10:09:05'),(38019,15582,'action started via WP Cron','2021-01-13 18:09:59','2021-01-13 10:09:59'),(38020,15582,'action complete via WP Cron','2021-01-13 18:09:59','2021-01-13 10:09:59'),(38021,15583,'action created','2021-01-13 18:09:59','2021-01-13 10:09:59'),(38022,15583,'action started via WP Cron','2021-01-13 18:11:00','2021-01-13 10:11:00'),(38023,15583,'action complete via WP Cron','2021-01-13 18:11:00','2021-01-13 10:11:00'),(38024,15584,'action created','2021-01-13 18:11:00','2021-01-13 10:11:00'),(38025,15584,'action started via WP Cron','2021-01-13 18:12:36','2021-01-13 10:12:36'),(38026,15584,'action complete via WP Cron','2021-01-13 18:12:36','2021-01-13 10:12:36'),(38027,15585,'action created','2021-01-13 18:12:36','2021-01-13 10:12:36'),(38028,15585,'action started via WP Cron','2021-01-13 18:13:28','2021-01-13 10:13:28'),(38029,15585,'action complete via WP Cron','2021-01-13 18:13:28','2021-01-13 10:13:28'),(38030,15586,'action created','2021-01-13 18:13:28','2021-01-13 10:13:28'),(38031,15586,'action started via WP Cron','2021-01-13 18:14:51','2021-01-13 10:14:51'),(38032,15586,'action complete via WP Cron','2021-01-13 18:14:51','2021-01-13 10:14:51'),(38033,15587,'action created','2021-01-13 18:14:52','2021-01-13 10:14:52'),(38034,15587,'action started via WP Cron','2021-01-13 18:16:24','2021-01-13 10:16:24'),(38035,15587,'action complete via WP Cron','2021-01-13 18:16:24','2021-01-13 10:16:24'),(38036,15588,'action created','2021-01-13 18:16:24','2021-01-13 10:16:24'),(38037,15588,'action started via WP Cron','2021-01-13 18:22:01','2021-01-13 10:22:01'),(38038,15588,'action complete via WP Cron','2021-01-13 18:22:01','2021-01-13 10:22:01'),(38039,15589,'action created','2021-01-13 18:22:01','2021-01-13 10:22:01'),(38040,15589,'action started via WP Cron','2021-01-13 18:38:21','2021-01-13 10:38:21'),(38041,15589,'action complete via WP Cron','2021-01-13 18:38:21','2021-01-13 10:38:21'),(38042,15590,'action created','2021-01-13 18:38:22','2021-01-13 10:38:22'),(38043,15590,'action started via WP Cron','2021-01-13 18:42:47','2021-01-13 10:42:47'),(38044,15590,'action complete via WP Cron','2021-01-13 18:42:47','2021-01-13 10:42:47'),(38045,15591,'action created','2021-01-13 18:42:47','2021-01-13 10:42:47'),(38046,15591,'action started via WP Cron','2021-01-13 18:47:21','2021-01-13 10:47:21'),(38047,15591,'action complete via WP Cron','2021-01-13 18:47:21','2021-01-13 10:47:21'),(38048,15592,'action created','2021-01-13 18:47:21','2021-01-13 10:47:21'),(38049,15592,'action started via WP Cron','2021-01-13 18:56:29','2021-01-13 10:56:29'),(38050,15592,'action complete via WP Cron','2021-01-13 18:56:29','2021-01-13 10:56:29'),(38051,15593,'action created','2021-01-13 18:56:29','2021-01-13 10:56:29'),(38052,15593,'action started via WP Cron','2021-01-13 18:58:10','2021-01-13 10:58:10'),(38053,15593,'action complete via WP Cron','2021-01-13 18:58:10','2021-01-13 10:58:10'),(38054,15594,'action created','2021-01-13 18:58:10','2021-01-13 10:58:10'),(38055,15594,'action started via WP Cron','2021-01-13 18:59:47','2021-01-13 10:59:47'),(38056,15594,'action complete via WP Cron','2021-01-13 18:59:47','2021-01-13 10:59:47'),(38057,15595,'action created','2021-01-13 18:59:47','2021-01-13 10:59:47'),(38058,15595,'action started via WP Cron','2021-01-13 19:05:12','2021-01-13 11:05:12'),(38059,15595,'action complete via WP Cron','2021-01-13 19:05:12','2021-01-13 11:05:12'),(38060,15596,'action created','2021-01-13 19:05:13','2021-01-13 11:05:13'),(38061,15596,'action started via WP Cron','2021-01-13 19:06:13','2021-01-13 11:06:13'),(38062,15596,'action complete via WP Cron','2021-01-13 19:06:13','2021-01-13 11:06:13'),(38063,15597,'action created','2021-01-13 19:06:13','2021-01-13 11:06:13'),(38064,15597,'action started via WP Cron','2021-01-13 19:07:14','2021-01-13 11:07:14'),(38065,15597,'action complete via WP Cron','2021-01-13 19:07:14','2021-01-13 11:07:14'),(38066,15598,'action created','2021-01-13 19:07:14','2021-01-13 11:07:14'),(38067,15598,'action started via WP Cron','2021-01-13 19:09:17','2021-01-13 11:09:17'),(38068,15598,'action complete via WP Cron','2021-01-13 19:09:17','2021-01-13 11:09:17'),(38069,15599,'action created','2021-01-13 19:09:17','2021-01-13 11:09:17'),(38070,15599,'action started via WP Cron','2021-01-13 19:09:41','2021-01-13 11:09:41'),(38071,15599,'action complete via WP Cron','2021-01-13 19:09:41','2021-01-13 11:09:41'),(38072,15600,'action created','2021-01-13 19:09:41','2021-01-13 11:09:41'),(38073,15600,'action started via WP Cron','2021-01-13 19:14:35','2021-01-13 11:14:35'),(38074,15600,'action complete via WP Cron','2021-01-13 19:14:35','2021-01-13 11:14:35'),(38075,15601,'action created','2021-01-13 19:14:35','2021-01-13 11:14:35'),(38076,15601,'action started via WP Cron','2021-01-13 19:15:45','2021-01-13 11:15:45'),(38077,15601,'action complete via WP Cron','2021-01-13 19:15:45','2021-01-13 11:15:45'),(38078,15602,'action created','2021-01-13 19:15:45','2021-01-13 11:15:45'),(38079,15602,'action started via WP Cron','2021-01-13 19:17:41','2021-01-13 11:17:41'),(38080,15602,'action complete via WP Cron','2021-01-13 19:17:41','2021-01-13 11:17:41'),(38081,15603,'action created','2021-01-13 19:27:03','2021-01-13 11:27:03'),(38082,15603,'action started via WP Cron','2021-01-13 19:30:15','2021-01-13 11:30:15'),(38083,15603,'action complete via WP Cron','2021-01-13 19:30:15','2021-01-13 11:30:15'),(38084,15604,'action created','2021-01-13 19:30:15','2021-01-13 11:30:15'),(38085,15604,'action started via WP Cron','2021-01-13 19:31:26','2021-01-13 11:31:26'),(38086,15604,'action complete via WP Cron','2021-01-13 19:31:26','2021-01-13 11:31:26'),(38087,15605,'action created','2021-01-13 19:31:26','2021-01-13 11:31:26'),(38088,15605,'action started via WP Cron','2021-01-13 19:32:27','2021-01-13 11:32:27'),(38089,15605,'action complete via WP Cron','2021-01-13 19:32:27','2021-01-13 11:32:27'),(38090,15606,'action created','2021-01-13 19:34:30','2021-01-13 11:34:30'),(38091,15606,'action started via WP Cron','2021-01-13 19:35:30','2021-01-13 11:35:30'),(38092,15606,'action complete via WP Cron','2021-01-13 19:35:30','2021-01-13 11:35:30'),(38093,15607,'action created','2021-01-13 19:35:30','2021-01-13 11:35:30'),(38094,15607,'action started via WP Cron','2021-01-13 19:36:31','2021-01-13 11:36:31'),(38095,15607,'action complete via WP Cron','2021-01-13 19:36:31','2021-01-13 11:36:31'),(38096,15608,'action created','2021-01-13 19:42:17','2021-01-13 11:42:17'),(38097,15608,'action started via WP Cron','2021-01-13 20:03:56','2021-01-13 12:03:56'),(38098,15608,'action complete via WP Cron','2021-01-13 20:03:56','2021-01-13 12:03:56'),(38099,15609,'action created','2021-01-13 20:03:56','2021-01-13 12:03:56'),(38100,15609,'action started via WP Cron','2021-01-13 20:07:00','2021-01-13 12:07:00'),(38101,15609,'action complete via WP Cron','2021-01-13 20:07:00','2021-01-13 12:07:00'),(38102,15610,'action created','2021-01-13 20:07:00','2021-01-13 12:07:00'),(38103,15610,'action started via WP Cron','2021-01-13 20:13:15','2021-01-13 12:13:15'),(38104,15610,'action complete via WP Cron','2021-01-13 20:13:15','2021-01-13 12:13:15'),(38105,15611,'action created','2021-01-13 20:13:15','2021-01-13 12:13:15'),(38106,15611,'action started via WP Cron','2021-01-13 20:27:48','2021-01-13 12:27:48'),(38107,15611,'action complete via WP Cron','2021-01-13 20:27:48','2021-01-13 12:27:48'),(38108,15612,'action created','2021-01-13 20:27:49','2021-01-13 12:27:49'),(38109,15612,'action started via WP Cron','2021-01-13 20:29:10','2021-01-13 12:29:10'),(38110,15612,'action complete via WP Cron','2021-01-13 20:29:10','2021-01-13 12:29:10'),(38111,15613,'action created','2021-01-13 20:29:12','2021-01-13 12:29:12'),(38112,15613,'action started via WP Cron','2021-01-13 20:35:15','2021-01-13 12:35:15'),(38113,15613,'action complete via WP Cron','2021-01-13 20:35:15','2021-01-13 12:35:15'),(38114,15614,'action created','2021-01-13 20:35:15','2021-01-13 12:35:15'),(38115,15614,'action started via WP Cron','2021-01-13 20:40:05','2021-01-13 12:40:05'),(38116,15614,'action complete via WP Cron','2021-01-13 20:40:05','2021-01-13 12:40:05'),(38117,15615,'action created','2021-01-13 20:40:05','2021-01-13 12:40:05'),(38118,15615,'action started via WP Cron','2021-01-13 20:41:26','2021-01-13 12:41:26'),(38119,15615,'action complete via WP Cron','2021-01-13 20:41:26','2021-01-13 12:41:26'),(38120,15616,'action created','2021-01-13 20:41:26','2021-01-13 12:41:26'),(38121,15616,'action started via WP Cron','2021-01-13 20:42:41','2021-01-13 12:42:41'),(38122,15616,'action complete via WP Cron','2021-01-13 20:42:41','2021-01-13 12:42:41'),(38123,15617,'action created','2021-01-13 20:42:41','2021-01-13 12:42:41'),(38124,15617,'action started via WP Cron','2021-01-13 20:44:43','2021-01-13 12:44:43'),(38125,15617,'action complete via WP Cron','2021-01-13 20:44:43','2021-01-13 12:44:43'),(38126,15618,'action created','2021-01-13 20:44:43','2021-01-13 12:44:43'),(38127,15618,'action started via WP Cron','2021-01-13 20:45:44','2021-01-13 12:45:44'),(38128,15618,'action complete via WP Cron','2021-01-13 20:45:44','2021-01-13 12:45:44'),(38129,15619,'action created','2021-01-13 20:45:44','2021-01-13 12:45:44'),(38130,15619,'action started via WP Cron','2021-01-13 20:46:45','2021-01-13 12:46:45'),(38131,15619,'action complete via WP Cron','2021-01-13 20:46:45','2021-01-13 12:46:45'),(38132,15620,'action created','2021-01-13 20:46:45','2021-01-13 12:46:45'),(38133,15620,'action started via WP Cron','2021-01-13 20:53:44','2021-01-13 12:53:44'),(38134,15620,'action complete via WP Cron','2021-01-13 20:53:44','2021-01-13 12:53:44'),(38135,15621,'action created','2021-01-13 20:53:45','2021-01-13 12:53:45'),(38136,15621,'action started via WP Cron','2021-01-13 21:01:58','2021-01-13 13:01:58'),(38137,15621,'action complete via WP Cron','2021-01-13 21:01:58','2021-01-13 13:01:58'),(38138,15622,'action created','2021-01-13 21:01:58','2021-01-13 13:01:58'),(38139,15622,'action started via WP Cron','2021-01-13 21:06:06','2021-01-13 13:06:06'),(38140,15622,'action complete via WP Cron','2021-01-13 21:06:06','2021-01-13 13:06:06'),(38141,15623,'action created','2021-01-13 21:06:06','2021-01-13 13:06:06'),(38142,15623,'action started via WP Cron','2021-01-13 21:13:32','2021-01-13 13:13:32'),(38143,15623,'action complete via WP Cron','2021-01-13 21:13:32','2021-01-13 13:13:32'),(38144,15624,'action created','2021-01-13 21:13:52','2021-01-13 13:13:52'),(38145,15624,'action started via WP Cron','2021-01-13 21:15:19','2021-01-13 13:15:19'),(38146,15624,'action complete via WP Cron','2021-01-13 21:15:19','2021-01-13 13:15:19'),(38147,15625,'action created','2021-01-13 21:15:19','2021-01-13 13:15:19'),(38148,15625,'action started via WP Cron','2021-01-13 21:21:10','2021-01-13 13:21:10'),(38149,15625,'action complete via WP Cron','2021-01-13 21:21:10','2021-01-13 13:21:10'),(38150,15626,'action created','2021-01-13 21:21:10','2021-01-13 13:21:10'),(38151,15626,'action started via WP Cron','2021-01-13 21:26:19','2021-01-13 13:26:19'),(38152,15626,'action complete via WP Cron','2021-01-13 21:26:19','2021-01-13 13:26:19'),(38153,15627,'action created','2021-01-13 21:26:19','2021-01-13 13:26:19'),(38154,15627,'action started via WP Cron','2021-01-13 21:33:23','2021-01-13 13:33:23'),(38155,15627,'action complete via WP Cron','2021-01-13 21:33:23','2021-01-13 13:33:23'),(38156,15628,'action created','2021-01-13 21:33:24','2021-01-13 13:33:24'),(38157,15628,'action started via WP Cron','2021-01-13 21:47:45','2021-01-13 13:47:45'),(38158,15628,'action complete via WP Cron','2021-01-13 21:47:45','2021-01-13 13:47:45'),(38159,15629,'action created','2021-01-13 21:47:45','2021-01-13 13:47:45'),(38160,15629,'action started via WP Cron','2021-01-13 21:48:46','2021-01-13 13:48:46'),(38161,15629,'action complete via WP Cron','2021-01-13 21:48:46','2021-01-13 13:48:46'),(38162,15630,'action created','2021-01-13 21:48:46','2021-01-13 13:48:46'),(38163,15630,'action started via WP Cron','2021-01-13 21:49:47','2021-01-13 13:49:47'),(38164,15630,'action complete via WP Cron','2021-01-13 21:49:47','2021-01-13 13:49:47'),(38165,15631,'action created','2021-01-13 21:49:47','2021-01-13 13:49:47'),(38166,15631,'action started via WP Cron','2021-01-13 21:51:49','2021-01-13 13:51:49'),(38167,15631,'action complete via WP Cron','2021-01-13 21:51:49','2021-01-13 13:51:49'),(38168,15632,'action created','2021-01-13 21:51:49','2021-01-13 13:51:49'),(38169,15632,'action started via WP Cron','2021-01-13 21:52:50','2021-01-13 13:52:50'),(38170,15632,'action complete via WP Cron','2021-01-13 21:52:50','2021-01-13 13:52:50'),(38171,15633,'action created','2021-01-13 21:52:50','2021-01-13 13:52:50'),(38172,15633,'action started via WP Cron','2021-01-13 21:53:56','2021-01-13 13:53:56'),(38173,15633,'action complete via WP Cron','2021-01-13 21:53:56','2021-01-13 13:53:56'),(38174,15634,'action created','2021-01-13 21:53:56','2021-01-13 13:53:56'),(38175,15634,'action started via WP Cron','2021-01-13 22:00:13','2021-01-13 14:00:13'),(38176,15634,'action complete via WP Cron','2021-01-13 22:00:13','2021-01-13 14:00:13'),(38177,15635,'action created','2021-01-13 22:00:13','2021-01-13 14:00:13'),(38178,15635,'action started via WP Cron','2021-01-13 22:04:30','2021-01-13 14:04:30'),(38179,15635,'action complete via WP Cron','2021-01-13 22:04:30','2021-01-13 14:04:30'),(38180,15636,'action created','2021-01-13 22:04:30','2021-01-13 14:04:30'),(38181,15636,'action started via WP Cron','2021-01-13 22:05:02','2021-01-13 14:05:02'),(38182,15636,'action complete via WP Cron','2021-01-13 22:05:02','2021-01-13 14:05:02'),(38183,15637,'action created','2021-01-13 22:12:04','2021-01-13 14:12:04'),(38184,15637,'action started via WP Cron','2021-01-13 22:15:35','2021-01-13 14:15:35'),(38185,15637,'action complete via WP Cron','2021-01-13 22:15:35','2021-01-13 14:15:35'),(38186,15638,'action created','2021-01-13 22:15:35','2021-01-13 14:15:35'),(38187,15638,'action started via WP Cron','2021-01-13 22:19:51','2021-01-13 14:19:51'),(38188,15638,'action complete via WP Cron','2021-01-13 22:19:51','2021-01-13 14:19:51'),(38189,15639,'action created','2021-01-13 22:19:51','2021-01-13 14:19:51'),(38190,15639,'action started via WP Cron','2021-01-13 22:22:26','2021-01-13 14:22:26'),(38191,15639,'action complete via WP Cron','2021-01-13 22:22:26','2021-01-13 14:22:26'),(38192,15640,'action created','2021-01-13 22:22:26','2021-01-13 14:22:26'),(38193,15640,'action started via WP Cron','2021-01-13 22:37:57','2021-01-13 14:37:57'),(38194,15640,'action complete via WP Cron','2021-01-13 22:37:57','2021-01-13 14:37:57'),(38195,15641,'action created','2021-01-13 22:37:57','2021-01-13 14:37:57'),(38196,15641,'action started via WP Cron','2021-01-13 22:40:55','2021-01-13 14:40:55'),(38197,15641,'action complete via WP Cron','2021-01-13 22:40:55','2021-01-13 14:40:55'),(38198,15642,'action created','2021-01-13 22:40:55','2021-01-13 14:40:55'),(38199,15642,'action started via WP Cron','2021-01-13 22:43:22','2021-01-13 14:43:22'),(38200,15642,'action complete via WP Cron','2021-01-13 22:43:22','2021-01-13 14:43:22'),(38201,15643,'action created','2021-01-13 22:43:23','2021-01-13 14:43:23'),(38202,15643,'action started via WP Cron','2021-01-13 22:52:56','2021-01-13 14:52:56'),(38203,15643,'action complete via WP Cron','2021-01-13 22:52:56','2021-01-13 14:52:56'),(38204,15644,'action created','2021-01-13 22:52:56','2021-01-13 14:52:56'),(38205,15644,'action started via WP Cron','2021-01-13 22:53:57','2021-01-13 14:53:57'),(38206,15644,'action complete via WP Cron','2021-01-13 22:53:57','2021-01-13 14:53:57'),(38207,15645,'action created','2021-01-13 22:54:51','2021-01-13 14:54:51'),(38208,15645,'action started via WP Cron','2021-01-13 22:56:53','2021-01-13 14:56:53'),(38209,15645,'action complete via WP Cron','2021-01-13 22:56:53','2021-01-13 14:56:53'),(38210,15646,'action created','2021-01-13 22:57:54','2021-01-13 14:57:54'),(38211,15646,'action started via WP Cron','2021-01-13 22:58:55','2021-01-13 14:58:55'),(38212,15646,'action complete via WP Cron','2021-01-13 22:58:55','2021-01-13 14:58:55'),(38213,15647,'action created','2021-01-13 22:58:55','2021-01-13 14:58:55'),(38214,15647,'action started via WP Cron','2021-01-13 23:01:30','2021-01-13 15:01:30'),(38215,15647,'action complete via WP Cron','2021-01-13 23:01:30','2021-01-13 15:01:30'),(38216,15648,'action created','2021-01-13 23:01:30','2021-01-13 15:01:30'),(38217,15648,'action started via WP Cron','2021-01-13 23:07:57','2021-01-13 15:07:57'),(38218,15648,'action complete via WP Cron','2021-01-13 23:07:57','2021-01-13 15:07:57'),(38219,15649,'action created','2021-01-13 23:08:32','2021-01-13 15:08:32'),(38220,15649,'action started via WP Cron','2021-01-13 23:08:45','2021-01-13 15:08:45'),(38221,15649,'action complete via WP Cron','2021-01-13 23:08:45','2021-01-13 15:08:45'),(38222,15650,'action created','2021-01-13 23:09:13','2021-01-13 15:09:13'),(38223,15650,'action started via WP Cron','2021-01-13 23:09:43','2021-01-13 15:09:43'),(38224,15650,'action complete via WP Cron','2021-01-13 23:09:43','2021-01-13 15:09:43'),(38225,15651,'action created','2021-01-13 23:09:43','2021-01-13 15:09:43'),(38226,15651,'action started via WP Cron','2021-01-13 23:20:13','2021-01-13 15:20:13'),(38227,15651,'action complete via WP Cron','2021-01-13 23:20:13','2021-01-13 15:20:13'),(38228,15652,'action created','2021-01-13 23:20:13','2021-01-13 15:20:13'),(38229,15652,'action started via WP Cron','2021-01-13 23:20:46','2021-01-13 15:20:46'),(38230,15652,'action complete via WP Cron','2021-01-13 23:20:46','2021-01-13 15:20:46'),(38231,15653,'action created','2021-01-13 23:20:46','2021-01-13 15:20:46'),(38232,15653,'action started via WP Cron','2021-01-13 23:22:05','2021-01-13 15:22:05'),(38233,15653,'action complete via WP Cron','2021-01-13 23:22:05','2021-01-13 15:22:05'),(38234,15654,'action created','2021-01-13 23:22:05','2021-01-13 15:22:05'),(38235,15654,'action started via WP Cron','2021-01-13 23:24:00','2021-01-13 15:24:00'),(38236,15654,'action complete via WP Cron','2021-01-13 23:24:00','2021-01-13 15:24:00'),(38237,15655,'action created','2021-01-13 23:24:00','2021-01-13 15:24:00'),(38238,15655,'action started via WP Cron','2021-01-13 23:25:13','2021-01-13 15:25:13'),(38239,15655,'action complete via WP Cron','2021-01-13 23:25:13','2021-01-13 15:25:13'),(38240,15656,'action created','2021-01-13 23:25:13','2021-01-13 15:25:13'),(38241,15656,'action started via WP Cron','2021-01-13 23:27:12','2021-01-13 15:27:12'),(38242,15656,'action complete via WP Cron','2021-01-13 23:27:12','2021-01-13 15:27:12'),(38243,15657,'action created','2021-01-13 23:27:12','2021-01-13 15:27:12'),(38244,15657,'action started via WP Cron','2021-01-13 23:29:17','2021-01-13 15:29:17'),(38245,15657,'action complete via WP Cron','2021-01-13 23:29:17','2021-01-13 15:29:17'),(38246,15658,'action created','2021-01-13 23:29:17','2021-01-13 15:29:17'),(38247,15658,'action started via WP Cron','2021-01-13 23:40:49','2021-01-13 15:40:49'),(38248,15658,'action complete via WP Cron','2021-01-13 23:40:49','2021-01-13 15:40:49'),(38249,15659,'action created','2021-01-13 23:40:49','2021-01-13 15:40:49'),(38250,15659,'action started via WP Cron','2021-01-13 23:43:39','2021-01-13 15:43:39'),(38251,15659,'action complete via WP Cron','2021-01-13 23:43:39','2021-01-13 15:43:39'),(38252,15660,'action created','2021-01-13 23:43:39','2021-01-13 15:43:39'),(38253,15660,'action started via WP Cron','2021-01-13 23:43:49','2021-01-13 15:43:49'),(38254,15660,'action complete via WP Cron','2021-01-13 23:43:49','2021-01-13 15:43:49'),(38255,15661,'action created','2021-01-13 23:43:49','2021-01-13 15:43:49'),(38256,15661,'action started via WP Cron','2021-01-13 23:44:52','2021-01-13 15:44:52'),(38257,15661,'action complete via WP Cron','2021-01-13 23:44:52','2021-01-13 15:44:52'),(38258,15662,'action created','2021-01-13 23:44:52','2021-01-13 15:44:52'),(38259,15662,'action started via WP Cron','2021-01-14 00:02:43','2021-01-13 16:02:43'),(38260,15662,'action complete via WP Cron','2021-01-14 00:02:43','2021-01-13 16:02:43'),(38261,15663,'action created','2021-01-14 00:02:43','2021-01-13 16:02:43'),(38262,15663,'action started via WP Cron','2021-01-14 00:03:47','2021-01-13 16:03:47'),(38263,15663,'action complete via WP Cron','2021-01-14 00:03:47','2021-01-13 16:03:47'),(38264,15664,'action created','2021-01-14 00:03:47','2021-01-13 16:03:47'),(38265,15664,'action started via WP Cron','2021-01-14 00:04:58','2021-01-13 16:04:58'),(38266,15664,'action complete via WP Cron','2021-01-14 00:04:58','2021-01-13 16:04:58'),(38267,15665,'action created','2021-01-14 00:04:58','2021-01-13 16:04:58'),(38268,15665,'action started via WP Cron','2021-01-14 00:11:52','2021-01-13 16:11:52'),(38269,15665,'action complete via WP Cron','2021-01-14 00:11:52','2021-01-13 16:11:52'),(38270,15666,'action created','2021-01-14 00:11:52','2021-01-13 16:11:52'),(38271,15666,'action started via WP Cron','2021-01-14 00:14:02','2021-01-13 16:14:02'),(38272,15666,'action complete via WP Cron','2021-01-14 00:14:02','2021-01-13 16:14:02'),(38273,15667,'action created','2021-01-14 00:14:03','2021-01-13 16:14:03'),(38274,15667,'action started via WP Cron','2021-01-14 00:16:07','2021-01-13 16:16:07'),(38275,15667,'action complete via WP Cron','2021-01-14 00:16:07','2021-01-13 16:16:07'),(38276,15668,'action created','2021-01-14 00:16:08','2021-01-13 16:16:08'),(38277,15668,'action started via WP Cron','2021-01-14 00:18:51','2021-01-13 16:18:51'),(38278,15668,'action complete via WP Cron','2021-01-14 00:18:51','2021-01-13 16:18:51'),(38279,15669,'action created','2021-01-14 00:18:52','2021-01-13 16:18:52'),(38280,15669,'action started via WP Cron','2021-01-14 00:20:05','2021-01-13 16:20:05'),(38281,15669,'action complete via WP Cron','2021-01-14 00:20:05','2021-01-13 16:20:05'),(38282,15670,'action created','2021-01-14 00:20:05','2021-01-13 16:20:05'),(38283,15670,'action started via WP Cron','2021-01-14 00:26:24','2021-01-13 16:26:24'),(38284,15670,'action complete via WP Cron','2021-01-14 00:26:24','2021-01-13 16:26:24'),(38285,15671,'action created','2021-01-14 00:26:25','2021-01-13 16:26:25'),(38286,15671,'action started via WP Cron','2021-01-14 00:27:29','2021-01-13 16:27:29'),(38287,15671,'action complete via WP Cron','2021-01-14 00:27:29','2021-01-13 16:27:29'),(38288,15672,'action created','2021-01-14 00:27:29','2021-01-13 16:27:29'),(38289,15672,'action started via WP Cron','2021-01-14 00:35:40','2021-01-13 16:35:40'),(38290,15672,'action complete via WP Cron','2021-01-14 00:35:40','2021-01-13 16:35:40'),(38291,15673,'action created','2021-01-14 00:40:04','2021-01-13 16:40:04'),(38292,15673,'action started via WP Cron','2021-01-14 00:41:04','2021-01-13 16:41:04'),(38293,15673,'action complete via WP Cron','2021-01-14 00:41:05','2021-01-13 16:41:05'),(38294,15674,'action created','2021-01-14 00:41:05','2021-01-13 16:41:05'),(38295,15674,'action started via WP Cron','2021-01-14 00:43:28','2021-01-13 16:43:28'),(38296,15674,'action complete via WP Cron','2021-01-14 00:43:28','2021-01-13 16:43:28'),(38297,15675,'action created','2021-01-14 00:43:28','2021-01-13 16:43:28'),(38298,15675,'action started via WP Cron','2021-01-14 00:45:58','2021-01-13 16:45:58'),(38299,15675,'action complete via WP Cron','2021-01-14 00:45:58','2021-01-13 16:45:58'),(38300,15676,'action created','2021-01-14 00:45:58','2021-01-13 16:45:58'),(38301,15676,'action started via WP Cron','2021-01-14 00:48:00','2021-01-13 16:48:00'),(38302,15676,'action complete via WP Cron','2021-01-14 00:48:00','2021-01-13 16:48:00'),(38303,15677,'action created','2021-01-14 00:49:01','2021-01-13 16:49:01'),(38304,15677,'action started via WP Cron','2021-01-14 00:50:02','2021-01-13 16:50:02'),(38305,15677,'action complete via WP Cron','2021-01-14 00:50:02','2021-01-13 16:50:02'),(38306,15678,'action created','2021-01-14 00:50:57','2021-01-13 16:50:57'),(38307,15678,'action started via WP Cron','2021-01-14 00:59:07','2021-01-13 16:59:07'),(38308,15678,'action complete via WP Cron','2021-01-14 00:59:07','2021-01-13 16:59:07'),(38309,15679,'action created','2021-01-14 00:59:07','2021-01-13 16:59:07'),(38310,15679,'action started via WP Cron','2021-01-14 01:02:24','2021-01-13 17:02:24'),(38311,15679,'action complete via WP Cron','2021-01-14 01:02:24','2021-01-13 17:02:24'),(38312,15680,'action created','2021-01-14 01:03:18','2021-01-13 17:03:18'),(38313,15680,'action started via WP Cron','2021-01-14 01:15:08','2021-01-13 17:15:08'),(38314,15680,'action complete via WP Cron','2021-01-14 01:15:08','2021-01-13 17:15:08'),(38315,15681,'action created','2021-01-14 01:35:25','2021-01-13 17:35:25'),(38316,15681,'action started via WP Cron','2021-01-14 01:50:05','2021-01-13 17:50:05'),(38317,15681,'action complete via WP Cron','2021-01-14 01:50:05','2021-01-13 17:50:05'),(38318,15682,'action created','2021-01-14 01:50:05','2021-01-13 17:50:05'),(38319,15682,'action started via WP Cron','2021-01-14 01:51:05','2021-01-13 17:51:05'),(38320,15682,'action complete via WP Cron','2021-01-14 01:51:05','2021-01-13 17:51:05'),(38321,15683,'action created','2021-01-14 01:51:05','2021-01-13 17:51:05'),(38322,15683,'action started via WP Cron','2021-01-14 01:52:06','2021-01-13 17:52:06'),(38323,15683,'action complete via WP Cron','2021-01-14 01:52:06','2021-01-13 17:52:06'),(38324,15684,'action created','2021-01-14 01:52:06','2021-01-13 17:52:06'),(38325,15684,'action started via WP Cron','2021-01-14 01:54:08','2021-01-13 17:54:08'),(38326,15684,'action complete via WP Cron','2021-01-14 01:54:08','2021-01-13 17:54:08'),(38327,15685,'action created','2021-01-14 01:54:08','2021-01-13 17:54:08'),(38328,15685,'action started via WP Cron','2021-01-14 01:55:09','2021-01-13 17:55:09'),(38329,15685,'action complete via WP Cron','2021-01-14 01:55:09','2021-01-13 17:55:09'),(38330,15686,'action created','2021-01-14 01:55:09','2021-01-13 17:55:09'),(38331,15686,'action started via WP Cron','2021-01-14 01:56:01','2021-01-13 17:56:01'),(38332,15686,'action complete via WP Cron','2021-01-14 01:56:01','2021-01-13 17:56:01'),(38333,15687,'action created','2021-01-14 01:56:01','2021-01-13 17:56:01'),(38334,15687,'action started via WP Cron','2021-01-14 01:56:42','2021-01-13 17:56:42'),(38335,15687,'action complete via WP Cron','2021-01-14 01:56:42','2021-01-13 17:56:42'),(38336,15688,'action created','2021-01-14 01:56:42','2021-01-13 17:56:42'),(38337,15688,'action started via WP Cron','2021-01-14 01:57:49','2021-01-13 17:57:49'),(38338,15688,'action complete via WP Cron','2021-01-14 01:57:49','2021-01-13 17:57:49'),(38339,15689,'action created','2021-01-14 01:57:49','2021-01-13 17:57:49'),(38340,15689,'action started via WP Cron','2021-01-14 01:58:47','2021-01-13 17:58:47'),(38341,15689,'action complete via WP Cron','2021-01-14 01:58:47','2021-01-13 17:58:47'),(38342,15690,'action created','2021-01-14 01:58:47','2021-01-13 17:58:47'),(38343,15690,'action started via WP Cron','2021-01-14 01:59:44','2021-01-13 17:59:44'),(38344,15690,'action complete via WP Cron','2021-01-14 01:59:44','2021-01-13 17:59:44'),(38345,15691,'action created','2021-01-14 01:59:45','2021-01-13 17:59:45'),(38346,15691,'action started via WP Cron','2021-01-14 02:01:21','2021-01-13 18:01:21'),(38347,15691,'action complete via WP Cron','2021-01-14 02:01:21','2021-01-13 18:01:21'),(38348,15692,'action created','2021-01-14 02:01:21','2021-01-13 18:01:21'),(38349,15692,'action started via WP Cron','2021-01-14 02:02:05','2021-01-13 18:02:05'),(38350,15692,'action complete via WP Cron','2021-01-14 02:02:05','2021-01-13 18:02:05'),(38351,15693,'action created','2021-01-14 02:02:05','2021-01-13 18:02:05'),(38352,15693,'action started via WP Cron','2021-01-14 02:02:50','2021-01-13 18:02:50'),(38353,15693,'action complete via WP Cron','2021-01-14 02:02:50','2021-01-13 18:02:50'),(38354,15694,'action created','2021-01-14 02:02:50','2021-01-13 18:02:50'),(38355,15694,'action started via WP Cron','2021-01-14 02:12:45','2021-01-13 18:12:45'),(38356,15694,'action complete via WP Cron','2021-01-14 02:12:45','2021-01-13 18:12:45'),(38357,15695,'action created','2021-01-14 02:12:45','2021-01-13 18:12:45'),(38358,15695,'action started via WP Cron','2021-01-14 02:14:38','2021-01-13 18:14:38'),(38359,15695,'action complete via WP Cron','2021-01-14 02:14:38','2021-01-13 18:14:38'),(38360,15696,'action created','2021-01-14 02:14:38','2021-01-13 18:14:38'),(38361,15696,'action started via WP Cron','2021-01-14 02:24:44','2021-01-13 18:24:44'),(38362,15696,'action complete via WP Cron','2021-01-14 02:24:44','2021-01-13 18:24:44'),(38363,15697,'action created','2021-01-14 02:24:44','2021-01-13 18:24:44'),(38364,15697,'action started via WP Cron','2021-01-14 02:26:44','2021-01-13 18:26:44'),(38365,15697,'action complete via WP Cron','2021-01-14 02:26:44','2021-01-13 18:26:44'),(38366,15698,'action created','2021-01-14 02:26:44','2021-01-13 18:26:44'),(38367,15698,'action started via WP Cron','2021-01-14 02:34:57','2021-01-13 18:34:57'),(38368,15698,'action complete via WP Cron','2021-01-14 02:34:57','2021-01-13 18:34:57'),(38369,15699,'action created','2021-01-14 02:34:57','2021-01-13 18:34:57'),(38370,15300,'action started via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38371,15300,'action complete via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38372,15700,'action created','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38373,15301,'action started via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38374,15301,'action complete via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38375,15701,'action created','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38376,15699,'action started via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38377,15699,'action complete via WP Cron','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38378,15702,'action created','2021-01-14 02:53:31','2021-01-13 18:53:31'),(38379,15702,'action started via WP Cron','2021-01-14 02:55:12','2021-01-13 18:55:12'),(38380,15702,'action complete via WP Cron','2021-01-14 02:55:12','2021-01-13 18:55:12'),(38381,15703,'action created','2021-01-14 02:55:12','2021-01-13 18:55:12'),(38382,15703,'action started via WP Cron','2021-01-14 02:56:15','2021-01-13 18:56:15'),(38383,15703,'action complete via WP Cron','2021-01-14 02:56:15','2021-01-13 18:56:15'),(38384,15704,'action created','2021-01-14 02:56:15','2021-01-13 18:56:15'),(38385,15704,'action started via WP Cron','2021-01-14 02:56:57','2021-01-13 18:56:57'),(38386,15704,'action complete via WP Cron','2021-01-14 02:56:57','2021-01-13 18:56:57'),(38387,15705,'action created','2021-01-14 02:56:57','2021-01-13 18:56:57'),(38388,15705,'action started via WP Cron','2021-01-14 02:59:18','2021-01-13 18:59:18'),(38389,15705,'action complete via WP Cron','2021-01-14 02:59:18','2021-01-13 18:59:18'),(38390,15706,'action created','2021-01-14 02:59:18','2021-01-13 18:59:18'),(38391,15706,'action started via WP Cron','2021-01-14 02:59:57','2021-01-13 18:59:57'),(38392,15706,'action complete via WP Cron','2021-01-14 02:59:57','2021-01-13 18:59:57'),(38393,15707,'action created','2021-01-14 02:59:57','2021-01-13 18:59:57'),(38394,15707,'action started via WP Cron','2021-01-14 03:01:20','2021-01-13 19:01:20'),(38395,15707,'action complete via WP Cron','2021-01-14 03:01:20','2021-01-13 19:01:20'),(38396,15708,'action created','2021-01-14 03:01:20','2021-01-13 19:01:20'),(38397,15708,'action started via WP Cron','2021-01-14 03:06:04','2021-01-13 19:06:04'),(38398,15708,'action complete via WP Cron','2021-01-14 03:06:04','2021-01-13 19:06:04'),(38399,15709,'action created','2021-01-14 03:06:04','2021-01-13 19:06:04'),(38400,15709,'action started via WP Cron','2021-01-14 03:06:53','2021-01-13 19:06:53'),(38401,15709,'action complete via WP Cron','2021-01-14 03:06:53','2021-01-13 19:06:53'),(38402,15710,'action created','2021-01-14 03:06:53','2021-01-13 19:06:53'),(38403,15710,'action started via WP Cron','2021-01-14 03:08:26','2021-01-13 19:08:26'),(38404,15710,'action complete via WP Cron','2021-01-14 03:08:26','2021-01-13 19:08:26'),(38405,15711,'action created','2021-01-14 03:08:26','2021-01-13 19:08:26'),(38406,15711,'action started via WP Cron','2021-01-14 03:09:48','2021-01-13 19:09:48'),(38407,15711,'action complete via WP Cron','2021-01-14 03:09:48','2021-01-13 19:09:48'),(38408,15712,'action created','2021-01-14 03:09:48','2021-01-13 19:09:48'),(38409,15712,'action started via WP Cron','2021-01-14 03:11:53','2021-01-13 19:11:53'),(38410,15712,'action complete via WP Cron','2021-01-14 03:11:53','2021-01-13 19:11:53'),(38411,15713,'action created','2021-01-14 03:11:53','2021-01-13 19:11:53'),(38412,15713,'action started via WP Cron','2021-01-14 03:16:54','2021-01-13 19:16:54'),(38413,15713,'action complete via WP Cron','2021-01-14 03:16:54','2021-01-13 19:16:54'),(38414,15714,'action created','2021-01-14 03:16:54','2021-01-13 19:16:54'),(38415,15714,'action started via WP Cron','2021-01-14 03:19:46','2021-01-13 19:19:46'),(38416,15714,'action complete via WP Cron','2021-01-14 03:19:46','2021-01-13 19:19:46'),(38417,15715,'action created','2021-01-14 03:19:46','2021-01-13 19:19:46'),(38418,15715,'action started via WP Cron','2021-01-14 03:21:25','2021-01-13 19:21:25'),(38419,15715,'action complete via WP Cron','2021-01-14 03:21:25','2021-01-13 19:21:25');
INSERT INTO `wp_actionscheduler_logs` VALUES (38420,15716,'action created','2021-01-14 03:21:26','2021-01-13 19:21:26'),(38421,15716,'action started via WP Cron','2021-01-14 03:24:24','2021-01-13 19:24:24'),(38422,15716,'action complete via WP Cron','2021-01-14 03:24:24','2021-01-13 19:24:24'),(38423,15717,'action created','2021-01-14 03:24:24','2021-01-13 19:24:24'),(38424,15717,'action started via WP Cron','2021-01-14 03:25:43','2021-01-13 19:25:43'),(38425,15717,'action complete via WP Cron','2021-01-14 03:25:43','2021-01-13 19:25:43'),(38426,15718,'action created','2021-01-14 03:25:43','2021-01-13 19:25:43'),(38427,15718,'action started via WP Cron','2021-01-14 03:27:02','2021-01-13 19:27:02'),(38428,15718,'action complete via WP Cron','2021-01-14 03:27:02','2021-01-13 19:27:02'),(38429,15719,'action created','2021-01-14 03:27:02','2021-01-13 19:27:02'),(38430,15719,'action started via WP Cron','2021-01-14 03:28:24','2021-01-13 19:28:24'),(38431,15719,'action complete via WP Cron','2021-01-14 03:28:24','2021-01-13 19:28:24'),(38432,15720,'action created','2021-01-14 03:28:24','2021-01-13 19:28:24'),(38433,15720,'action started via WP Cron','2021-01-14 03:33:29','2021-01-13 19:33:29'),(38434,15720,'action complete via WP Cron','2021-01-14 03:33:29','2021-01-13 19:33:29'),(38435,15721,'action created','2021-01-14 03:33:29','2021-01-13 19:33:29'),(38436,15721,'action started via WP Cron','2021-01-14 03:33:44','2021-01-13 19:33:44'),(38437,15721,'action complete via WP Cron','2021-01-14 03:33:44','2021-01-13 19:33:44'),(38438,15722,'action created','2021-01-14 03:33:44','2021-01-13 19:33:44'),(38439,15722,'action started via WP Cron','2021-01-14 03:50:13','2021-01-13 19:50:13'),(38440,15722,'action complete via WP Cron','2021-01-14 03:50:13','2021-01-13 19:50:13'),(38441,15723,'action created','2021-01-14 03:56:22','2021-01-13 19:56:22'),(38442,15723,'action started via WP Cron','2021-01-14 04:01:26','2021-01-13 20:01:26'),(38443,15723,'action complete via WP Cron','2021-01-14 04:01:26','2021-01-13 20:01:26'),(38444,15724,'action created','2021-01-14 04:01:26','2021-01-13 20:01:26'),(38445,15724,'action started via WP Cron','2021-01-14 04:01:44','2021-01-13 20:01:44'),(38446,15724,'action complete via WP Cron','2021-01-14 04:01:44','2021-01-13 20:01:44'),(38447,15725,'action created','2021-01-14 04:01:44','2021-01-13 20:01:44'),(38448,15725,'action started via WP Cron','2021-01-14 04:03:27','2021-01-13 20:03:27'),(38449,15725,'action complete via WP Cron','2021-01-14 04:03:27','2021-01-13 20:03:27'),(38450,15726,'action created','2021-01-14 04:03:27','2021-01-13 20:03:27'),(38451,15726,'action started via WP Cron','2021-01-14 04:05:29','2021-01-13 20:05:29'),(38452,15726,'action complete via WP Cron','2021-01-14 04:05:29','2021-01-13 20:05:29'),(38453,15727,'action created','2021-01-14 04:05:29','2021-01-13 20:05:29'),(38454,15727,'action started via WP Cron','2021-01-14 04:06:31','2021-01-13 20:06:31'),(38455,15727,'action complete via WP Cron','2021-01-14 04:06:31','2021-01-13 20:06:31'),(38456,15728,'action created','2021-01-14 04:06:31','2021-01-13 20:06:31'),(38457,15728,'action started via WP Cron','2021-01-14 04:07:32','2021-01-13 20:07:32'),(38458,15728,'action complete via WP Cron','2021-01-14 04:07:32','2021-01-13 20:07:32'),(38459,15729,'action created','2021-01-14 04:07:32','2021-01-13 20:07:32'),(38460,15729,'action started via WP Cron','2021-01-14 04:08:04','2021-01-13 20:08:04'),(38461,15729,'action complete via WP Cron','2021-01-14 04:08:04','2021-01-13 20:08:04'),(38462,15730,'action created','2021-01-14 04:08:04','2021-01-13 20:08:04'),(38463,15730,'action started via WP Cron','2021-01-14 04:13:14','2021-01-13 20:13:14'),(38464,15730,'action complete via WP Cron','2021-01-14 04:13:14','2021-01-13 20:13:14'),(38465,15731,'action created','2021-01-14 04:13:14','2021-01-13 20:13:14'),(38466,15731,'action started via WP Cron','2021-01-14 04:17:03','2021-01-13 20:17:03'),(38467,15731,'action complete via WP Cron','2021-01-14 04:17:03','2021-01-13 20:17:03'),(38468,15732,'action created','2021-01-14 04:17:03','2021-01-13 20:17:03'),(38469,15732,'action started via WP Cron','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38470,15732,'action complete via WP Cron','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38471,15341,'action started via WP Cron','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38472,15341,'action complete via WP Cron','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38473,15733,'action created','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38474,15734,'action created','2021-01-14 04:30:43','2021-01-13 20:30:43'),(38475,15734,'action started via WP Cron','2021-01-14 04:32:39','2021-01-13 20:32:39'),(38476,15734,'action complete via WP Cron','2021-01-14 04:32:40','2021-01-13 20:32:40'),(38477,15735,'action created','2021-01-14 04:32:40','2021-01-13 20:32:40'),(38478,15735,'action started via WP Cron','2021-01-14 04:39:12','2021-01-13 20:39:12'),(38479,15735,'action complete via WP Cron','2021-01-14 04:39:12','2021-01-13 20:39:12'),(38480,15736,'action created','2021-01-14 04:39:12','2021-01-13 20:39:12'),(38481,15736,'action started via WP Cron','2021-01-14 04:40:17','2021-01-13 20:40:17'),(38482,15736,'action complete via WP Cron','2021-01-14 04:40:17','2021-01-13 20:40:17'),(38483,15737,'action created','2021-01-14 04:40:17','2021-01-13 20:40:17'),(38484,15737,'action started via WP Cron','2021-01-14 04:43:14','2021-01-13 20:43:14'),(38485,15737,'action complete via WP Cron','2021-01-14 04:43:14','2021-01-13 20:43:14'),(38486,15738,'action created','2021-01-14 04:43:14','2021-01-13 20:43:14'),(38487,15738,'action started via WP Cron','2021-01-14 04:44:51','2021-01-13 20:44:51'),(38488,15738,'action complete via WP Cron','2021-01-14 04:44:51','2021-01-13 20:44:51'),(38489,15739,'action created','2021-01-14 04:44:51','2021-01-13 20:44:51'),(38490,15739,'action started via WP Cron','2021-01-14 04:49:55','2021-01-13 20:49:55'),(38491,15739,'action complete via WP Cron','2021-01-14 04:49:55','2021-01-13 20:49:55'),(38492,15740,'action created','2021-01-14 04:49:55','2021-01-13 20:49:55'),(38493,15740,'action started via WP Cron','2021-01-14 04:55:31','2021-01-13 20:55:31'),(38494,15740,'action complete via WP Cron','2021-01-14 04:55:31','2021-01-13 20:55:31'),(38495,15741,'action created','2021-01-14 04:55:32','2021-01-13 20:55:32'),(38496,15741,'action started via WP Cron','2021-01-14 04:58:46','2021-01-13 20:58:46'),(38497,15741,'action complete via WP Cron','2021-01-14 04:58:46','2021-01-13 20:58:46'),(38498,15742,'action created','2021-01-14 04:58:46','2021-01-13 20:58:46'),(38499,15742,'action started via WP Cron','2021-01-14 05:04:01','2021-01-13 21:04:01'),(38500,15742,'action complete via WP Cron','2021-01-14 05:04:01','2021-01-13 21:04:01'),(38501,15743,'action created','2021-01-14 05:04:01','2021-01-13 21:04:01'),(38502,15743,'action started via WP Cron','2021-01-14 05:04:59','2021-01-13 21:04:59'),(38503,15743,'action complete via WP Cron','2021-01-14 05:04:59','2021-01-13 21:04:59'),(38504,15744,'action created','2021-01-14 05:04:59','2021-01-13 21:04:59'),(38505,15744,'action started via WP Cron','2021-01-14 05:06:21','2021-01-13 21:06:21'),(38506,15744,'action complete via WP Cron','2021-01-14 05:06:21','2021-01-13 21:06:21'),(38507,15745,'action created','2021-01-14 05:06:21','2021-01-13 21:06:21'),(38508,15745,'action started via WP Cron','2021-01-14 05:06:41','2021-01-13 21:06:41'),(38509,15745,'action complete via WP Cron','2021-01-14 05:06:41','2021-01-13 21:06:41'),(38510,15746,'action created','2021-01-14 05:06:42','2021-01-13 21:06:42'),(38511,15746,'action started via WP Cron','2021-01-14 05:11:17','2021-01-13 21:11:17'),(38512,15746,'action complete via WP Cron','2021-01-14 05:11:17','2021-01-13 21:11:17'),(38513,15747,'action created','2021-01-14 05:11:17','2021-01-13 21:11:17'),(38514,15747,'action started via WP Cron','2021-01-14 05:14:16','2021-01-13 21:14:16'),(38515,15747,'action complete via WP Cron','2021-01-14 05:14:16','2021-01-13 21:14:16'),(38516,15748,'action created','2021-01-14 05:14:16','2021-01-13 21:14:16'),(38517,15748,'action started via WP Cron','2021-01-14 05:14:46','2021-01-13 21:14:46'),(38518,15748,'action complete via WP Cron','2021-01-14 05:14:46','2021-01-13 21:14:46'),(38519,15749,'action created','2021-01-14 05:14:46','2021-01-13 21:14:46'),(38520,15749,'action started via WP Cron','2021-01-14 05:16:22','2021-01-13 21:16:22'),(38521,15749,'action complete via WP Cron','2021-01-14 05:16:22','2021-01-13 21:16:22'),(38522,15750,'action created','2021-01-14 05:16:22','2021-01-13 21:16:22'),(38523,15750,'action started via WP Cron','2021-01-14 05:19:20','2021-01-13 21:19:20'),(38524,15750,'action complete via WP Cron','2021-01-14 05:19:20','2021-01-13 21:19:20'),(38525,15751,'action created','2021-01-14 05:19:20','2021-01-13 21:19:20'),(38526,15751,'action started via WP Cron','2021-01-14 05:20:28','2021-01-13 21:20:28'),(38527,15751,'action complete via WP Cron','2021-01-14 05:20:28','2021-01-13 21:20:28'),(38528,15752,'action created','2021-01-14 05:20:28','2021-01-13 21:20:28'),(38529,15752,'action started via WP Cron','2021-01-14 05:21:29','2021-01-13 21:21:29'),(38530,15752,'action complete via WP Cron','2021-01-14 05:21:29','2021-01-13 21:21:29'),(38531,15753,'action created','2021-01-14 05:21:29','2021-01-13 21:21:29'),(38532,15753,'action started via WP Cron','2021-01-14 05:23:31','2021-01-13 21:23:31'),(38533,15753,'action complete via WP Cron','2021-01-14 05:23:31','2021-01-13 21:23:31'),(38534,15754,'action created','2021-01-14 05:23:31','2021-01-13 21:23:31'),(38535,15754,'action started via WP Cron','2021-01-14 05:24:32','2021-01-13 21:24:32'),(38536,15754,'action complete via WP Cron','2021-01-14 05:24:32','2021-01-13 21:24:32'),(38537,15755,'action created','2021-01-14 05:24:32','2021-01-13 21:24:32'),(38538,15755,'action started via WP Cron','2021-01-14 05:25:33','2021-01-13 21:25:33'),(38539,15755,'action complete via WP Cron','2021-01-14 05:25:33','2021-01-13 21:25:33'),(38540,15756,'action created','2021-01-14 05:25:33','2021-01-13 21:25:33'),(38541,15756,'action started via WP Cron','2021-01-14 05:26:12','2021-01-13 21:26:12'),(38542,15756,'action complete via WP Cron','2021-01-14 05:26:12','2021-01-13 21:26:12'),(38543,15757,'action created','2021-01-14 05:26:12','2021-01-13 21:26:12'),(38544,15757,'action started via WP Cron','2021-01-14 05:31:51','2021-01-13 21:31:51'),(38545,15757,'action complete via WP Cron','2021-01-14 05:31:51','2021-01-13 21:31:51'),(38546,15758,'action created','2021-01-14 05:31:51','2021-01-13 21:31:51'),(38547,15758,'action started via WP Cron','2021-01-14 05:35:22','2021-01-13 21:35:22'),(38548,15758,'action complete via WP Cron','2021-01-14 05:35:22','2021-01-13 21:35:22'),(38549,15759,'action created','2021-01-14 05:35:22','2021-01-13 21:35:22'),(38550,15759,'action started via WP Cron','2021-01-14 05:36:23','2021-01-13 21:36:23'),(38551,15759,'action complete via WP Cron','2021-01-14 05:36:23','2021-01-13 21:36:23'),(38552,15760,'action created','2021-01-14 05:36:23','2021-01-13 21:36:23'),(38553,15760,'action started via WP Cron','2021-01-14 05:36:56','2021-01-13 21:36:56'),(38554,15760,'action complete via WP Cron','2021-01-14 05:36:56','2021-01-13 21:36:56'),(38555,15761,'action created','2021-01-14 05:36:56','2021-01-13 21:36:56'),(38556,15761,'action started via WP Cron','2021-01-14 05:40:37','2021-01-13 21:40:37'),(38557,15761,'action complete via WP Cron','2021-01-14 05:40:37','2021-01-13 21:40:37'),(38558,15762,'action created','2021-01-14 05:40:38','2021-01-13 21:40:38'),(38559,15762,'action started via WP Cron','2021-01-14 05:41:26','2021-01-13 21:41:26'),(38560,15762,'action complete via WP Cron','2021-01-14 05:41:26','2021-01-13 21:41:26'),(38561,15763,'action created','2021-01-14 05:41:26','2021-01-13 21:41:26'),(38562,15763,'action started via WP Cron','2021-01-14 05:42:33','2021-01-13 21:42:33'),(38563,15763,'action complete via WP Cron','2021-01-14 05:42:33','2021-01-13 21:42:33'),(38564,15764,'action created','2021-01-14 05:42:33','2021-01-13 21:42:33'),(38565,15764,'action started via WP Cron','2021-01-14 05:42:57','2021-01-13 21:42:57'),(38566,15764,'action complete via WP Cron','2021-01-14 05:42:57','2021-01-13 21:42:57'),(38567,15765,'action created','2021-01-14 05:42:57','2021-01-13 21:42:57'),(38568,15765,'action started via WP Cron','2021-01-14 05:50:20','2021-01-13 21:50:20'),(38569,15765,'action complete via WP Cron','2021-01-14 05:50:20','2021-01-13 21:50:20'),(38570,15766,'action created','2021-01-14 05:50:20','2021-01-13 21:50:20'),(38574,15767,'action started via WP Cron','2021-01-14 05:55:48','2021-01-13 21:55:48'),(38575,15767,'action complete via WP Cron','2021-01-14 05:55:48','2021-01-13 21:55:48'),(38576,15768,'action created','2021-01-14 05:55:48','2021-01-13 21:55:48'),(38577,15768,'action started via WP Cron','2021-01-14 06:00:15','2021-01-13 22:00:15'),(38578,15768,'action complete via WP Cron','2021-01-14 06:00:15','2021-01-13 22:00:15'),(38579,15769,'action created','2021-01-14 06:00:15','2021-01-13 22:00:15'),(38580,15769,'action started via WP Cron','2021-01-14 06:01:36','2021-01-13 22:01:36'),(38581,15769,'action complete via WP Cron','2021-01-14 06:01:36','2021-01-13 22:01:36'),(38582,15770,'action created','2021-01-14 06:01:36','2021-01-13 22:01:36'),(38583,15770,'action started via WP Cron','2021-01-14 06:02:39','2021-01-13 22:02:39'),(38584,15770,'action complete via WP Cron','2021-01-14 06:02:39','2021-01-13 22:02:39'),(38585,15771,'action created','2021-01-14 06:02:39','2021-01-13 22:02:39'),(38586,15771,'action started via WP Cron','2021-01-14 06:03:12','2021-01-13 22:03:12'),(38587,15771,'action complete via WP Cron','2021-01-14 06:03:12','2021-01-13 22:03:12'),(38588,15772,'action created','2021-01-14 06:03:12','2021-01-13 22:03:12'),(38589,15772,'action started via WP Cron','2021-01-14 06:11:44','2021-01-13 22:11:44'),(38590,15772,'action complete via WP Cron','2021-01-14 06:11:44','2021-01-13 22:11:44'),(38591,15773,'action created','2021-01-14 06:11:44','2021-01-13 22:11:44'),(38592,15773,'action started via WP Cron','2021-01-14 06:15:15','2021-01-13 22:15:15'),(38593,15773,'action complete via WP Cron','2021-01-14 06:15:15','2021-01-13 22:15:15'),(38594,15774,'action created','2021-01-14 06:15:16','2021-01-13 22:15:16'),(38595,15774,'action started via WP Cron','2021-01-14 06:17:11','2021-01-13 22:17:11'),(38596,15774,'action complete via WP Cron','2021-01-14 06:17:11','2021-01-13 22:17:11'),(38597,15775,'action created','2021-01-14 06:17:11','2021-01-13 22:17:11'),(38598,15775,'action started via WP Cron','2021-01-14 06:18:19','2021-01-13 22:18:19'),(38599,15775,'action complete via WP Cron','2021-01-14 06:18:19','2021-01-13 22:18:19'),(38600,15776,'action created','2021-01-14 06:18:19','2021-01-13 22:18:19'),(38601,15776,'action started via WP Cron','2021-01-14 06:19:20','2021-01-13 22:19:20'),(38602,15776,'action complete via WP Cron','2021-01-14 06:19:20','2021-01-13 22:19:20'),(38603,15777,'action created','2021-01-14 06:19:20','2021-01-13 22:19:20'),(38604,15777,'action started via WP Cron','2021-01-14 06:21:23','2021-01-13 22:21:23'),(38605,15777,'action complete via WP Cron','2021-01-14 06:21:23','2021-01-13 22:21:23'),(38606,15778,'action created','2021-01-14 06:22:23','2021-01-13 22:22:23'),(38607,15778,'action started via WP Cron','2021-01-14 06:23:24','2021-01-13 22:23:24'),(38608,15778,'action complete via WP Cron','2021-01-14 06:23:24','2021-01-13 22:23:24'),(38609,15779,'action created','2021-01-14 06:23:24','2021-01-13 22:23:24'),(38610,15779,'action started via WP Cron','2021-01-14 06:25:36','2021-01-13 22:25:36'),(38611,15779,'action complete via WP Cron','2021-01-14 06:25:36','2021-01-13 22:25:36'),(38612,15780,'action created','2021-01-14 06:25:36','2021-01-13 22:25:36'),(38613,15780,'action started via WP Cron','2021-01-14 06:25:46','2021-01-13 22:25:46'),(38614,15780,'action complete via WP Cron','2021-01-14 06:25:46','2021-01-13 22:25:46'),(38615,15781,'action created','2021-01-14 06:25:46','2021-01-13 22:25:46'),(38616,15781,'action started via WP Cron','2021-01-14 06:27:35','2021-01-13 22:27:35'),(38617,15781,'action complete via WP Cron','2021-01-14 06:27:35','2021-01-13 22:27:35'),(38618,15782,'action created','2021-01-14 06:27:35','2021-01-13 22:27:35'),(38619,15782,'action started via WP Cron','2021-01-14 06:29:36','2021-01-13 22:29:36'),(38620,15782,'action complete via WP Cron','2021-01-14 06:29:36','2021-01-13 22:29:36'),(38621,15783,'action created','2021-01-14 06:29:37','2021-01-13 22:29:37'),(38622,15783,'action started via WP Cron','2021-01-14 06:30:37','2021-01-13 22:30:37'),(38623,15783,'action complete via WP Cron','2021-01-14 06:30:37','2021-01-13 22:30:37'),(38624,15784,'action created','2021-01-14 06:30:37','2021-01-13 22:30:37'),(38625,15784,'action started via WP Cron','2021-01-14 06:31:38','2021-01-13 22:31:38'),(38626,15784,'action complete via WP Cron','2021-01-14 06:31:38','2021-01-13 22:31:38'),(38627,15785,'action created','2021-01-14 06:31:38','2021-01-13 22:31:38'),(38628,15785,'action started via WP Cron','2021-01-14 06:33:06','2021-01-13 22:33:06'),(38629,15785,'action complete via WP Cron','2021-01-14 06:33:06','2021-01-13 22:33:06'),(38630,15786,'action created','2021-01-14 06:33:06','2021-01-13 22:33:06'),(38631,15786,'action started via WP Cron','2021-01-14 06:35:34','2021-01-13 22:35:34'),(38632,15786,'action complete via WP Cron','2021-01-14 06:35:34','2021-01-13 22:35:34'),(38633,15787,'action created','2021-01-14 06:35:34','2021-01-13 22:35:34'),(38634,15787,'action started via WP Cron','2021-01-14 06:36:36','2021-01-13 22:36:36'),(38635,15787,'action complete via WP Cron','2021-01-14 06:36:36','2021-01-13 22:36:36'),(38636,15788,'action created','2021-01-14 06:36:37','2021-01-13 22:36:37'),(38637,15788,'action started via WP Cron','2021-01-14 06:37:37','2021-01-13 22:37:37'),(38638,15788,'action complete via WP Cron','2021-01-14 06:37:37','2021-01-13 22:37:37'),(38639,15789,'action created','2021-01-14 06:37:37','2021-01-13 22:37:37'),(38640,15789,'action started via WP Cron','2021-01-14 06:39:38','2021-01-13 22:39:38'),(38641,15789,'action complete via WP Cron','2021-01-14 06:39:38','2021-01-13 22:39:38'),(38642,15790,'action created','2021-01-14 06:39:38','2021-01-13 22:39:38'),(38643,15790,'action started via WP Cron','2021-01-14 06:40:39','2021-01-13 22:40:39'),(38644,15790,'action complete via WP Cron','2021-01-14 06:40:39','2021-01-13 22:40:39'),(38645,15791,'action created','2021-01-14 06:40:39','2021-01-13 22:40:39'),(38646,15791,'action started via WP Cron','2021-01-14 06:41:18','2021-01-13 22:41:18'),(38647,15791,'action complete via WP Cron','2021-01-14 06:41:18','2021-01-13 22:41:18'),(38648,15792,'action created','2021-01-14 06:41:18','2021-01-13 22:41:18'),(38649,15792,'action started via WP Cron','2021-01-14 06:51:08','2021-01-13 22:51:08'),(38650,15792,'action complete via WP Cron','2021-01-14 06:51:08','2021-01-13 22:51:08'),(38651,15793,'action created','2021-01-14 06:51:08','2021-01-13 22:51:08'),(38652,15793,'action started via WP Cron','2021-01-14 06:54:40','2021-01-13 22:54:40'),(38653,15793,'action complete via WP Cron','2021-01-14 06:54:40','2021-01-13 22:54:40'),(38654,15794,'action created','2021-01-14 06:54:40','2021-01-13 22:54:40'),(38655,15794,'action started via WP Cron','2021-01-14 06:56:00','2021-01-13 22:56:00'),(38656,15794,'action complete via WP Cron','2021-01-14 06:56:00','2021-01-13 22:56:00'),(38657,15795,'action created','2021-01-14 06:56:00','2021-01-13 22:56:00'),(38658,15795,'action started via WP Cron','2021-01-14 07:01:05','2021-01-13 23:01:05'),(38659,15795,'action complete via WP Cron','2021-01-14 07:01:05','2021-01-13 23:01:05'),(38660,15796,'action created','2021-01-14 07:01:05','2021-01-13 23:01:05'),(38661,15796,'action started via WP Cron','2021-01-14 07:01:45','2021-01-13 23:01:45'),(38662,15796,'action complete via WP Cron','2021-01-14 07:01:45','2021-01-13 23:01:45'),(38663,15797,'action created','2021-01-14 07:01:45','2021-01-13 23:01:45'),(38664,15797,'action started via WP Cron','2021-01-14 07:02:42','2021-01-13 23:02:42'),(38665,15797,'action complete via WP Cron','2021-01-14 07:02:42','2021-01-13 23:02:42'),(38666,15798,'action created','2021-01-14 07:02:42','2021-01-13 23:02:42'),(38667,15798,'action started via WP Cron','2021-01-14 07:04:09','2021-01-13 23:04:09'),(38668,15798,'action complete via WP Cron','2021-01-14 07:04:09','2021-01-13 23:04:09'),(38669,15799,'action created','2021-01-14 07:04:10','2021-01-13 23:04:10'),(38670,15799,'action started via WP Cron','2021-01-14 07:04:43','2021-01-13 23:04:43'),(38671,15799,'action complete via WP Cron','2021-01-14 07:04:43','2021-01-13 23:04:43'),(38672,15800,'action created','2021-01-14 07:04:43','2021-01-13 23:04:43'),(38673,15800,'action started via WP Cron','2021-01-14 07:06:19','2021-01-13 23:06:19'),(38674,15800,'action complete via WP Cron','2021-01-14 07:06:19','2021-01-13 23:06:19'),(38675,15801,'action created','2021-01-14 07:06:19','2021-01-13 23:06:19'),(38676,15801,'action started via WP Cron','2021-01-14 07:06:41','2021-01-13 23:06:41'),(38677,15801,'action complete via WP Cron','2021-01-14 07:06:41','2021-01-13 23:06:41'),(38678,15802,'action created','2021-01-14 07:06:41','2021-01-13 23:06:41'),(38679,15802,'action started via WP Cron','2021-01-14 07:07:41','2021-01-13 23:07:41'),(38680,15802,'action complete via WP Cron','2021-01-14 07:07:41','2021-01-13 23:07:41'),(38681,15803,'action created','2021-01-14 07:07:41','2021-01-13 23:07:41'),(38682,15803,'action started via WP Cron','2021-01-14 07:08:48','2021-01-13 23:08:48'),(38683,15803,'action complete via WP Cron','2021-01-14 07:08:48','2021-01-13 23:08:48'),(38684,15804,'action created','2021-01-14 07:08:49','2021-01-13 23:08:49'),(38685,15804,'action started via WP Cron','2021-01-14 07:09:51','2021-01-13 23:09:51'),(38686,15804,'action complete via WP Cron','2021-01-14 07:09:51','2021-01-13 23:09:51'),(38687,15805,'action created','2021-01-14 07:09:51','2021-01-13 23:09:51'),(38688,15805,'action started via WP Cron','2021-01-14 07:10:42','2021-01-13 23:10:42'),(38689,15805,'action complete via WP Cron','2021-01-14 07:10:42','2021-01-13 23:10:42'),(38690,15806,'action created','2021-01-14 07:10:43','2021-01-13 23:10:43'),(38691,15806,'action started via WP Cron','2021-01-14 07:11:46','2021-01-13 23:11:46'),(38692,15806,'action complete via WP Cron','2021-01-14 07:11:46','2021-01-13 23:11:46'),(38693,15807,'action created','2021-01-14 07:11:46','2021-01-13 23:11:46'),(38694,15807,'action started via WP Cron','2021-01-14 07:12:45','2021-01-13 23:12:45'),(38695,15807,'action complete via WP Cron','2021-01-14 07:12:45','2021-01-13 23:12:45'),(38696,15808,'action created','2021-01-14 07:12:45','2021-01-13 23:12:45'),(38697,15808,'action started via WP Cron','2021-01-14 07:13:52','2021-01-13 23:13:52'),(38698,15808,'action complete via WP Cron','2021-01-14 07:13:52','2021-01-13 23:13:52'),(38699,15809,'action created','2021-01-14 07:13:52','2021-01-13 23:13:52'),(38700,15809,'action started via WP Cron','2021-01-14 07:14:52','2021-01-13 23:14:52'),(38701,15809,'action complete via WP Cron','2021-01-14 07:14:52','2021-01-13 23:14:52'),(38702,15810,'action created','2021-01-14 07:14:52','2021-01-13 23:14:52'),(38703,15810,'action started via WP Cron','2021-01-14 07:15:44','2021-01-13 23:15:44'),(38704,15810,'action complete via WP Cron','2021-01-14 07:15:44','2021-01-13 23:15:44'),(38705,15811,'action created','2021-01-14 07:16:02','2021-01-13 23:16:02'),(38706,15811,'action started via WP Cron','2021-01-14 07:16:47','2021-01-13 23:16:47'),(38707,15811,'action complete via WP Cron','2021-01-14 07:16:47','2021-01-13 23:16:47'),(38708,15812,'action created','2021-01-14 07:16:47','2021-01-13 23:16:47'),(38709,15812,'action started via WP Cron','2021-01-14 07:18:02','2021-01-13 23:18:02'),(38710,15812,'action complete via WP Cron','2021-01-14 07:18:02','2021-01-13 23:18:02'),(38711,15813,'action created','2021-01-14 07:18:02','2021-01-13 23:18:02'),(38712,15813,'action started via WP Cron','2021-01-14 07:18:51','2021-01-13 23:18:51'),(38713,15813,'action complete via WP Cron','2021-01-14 07:18:51','2021-01-13 23:18:51'),(38714,15814,'action created','2021-01-14 07:18:52','2021-01-13 23:18:52'),(38715,15814,'action started via WP Cron','2021-01-14 07:19:55','2021-01-13 23:19:55'),(38716,15814,'action complete via WP Cron','2021-01-14 07:19:55','2021-01-13 23:19:55'),(38717,15815,'action created','2021-01-14 07:19:55','2021-01-13 23:19:55'),(38718,15815,'action started via WP Cron','2021-01-14 07:20:42','2021-01-13 23:20:42'),(38719,15815,'action complete via WP Cron','2021-01-14 07:20:42','2021-01-13 23:20:42'),(38720,15816,'action created','2021-01-14 07:20:42','2021-01-13 23:20:42'),(38721,15816,'action started via WP Cron','2021-01-14 07:21:48','2021-01-13 23:21:48'),(38722,15816,'action complete via WP Cron','2021-01-14 07:21:48','2021-01-13 23:21:48'),(38723,15817,'action created','2021-01-14 07:21:48','2021-01-13 23:21:48'),(38724,15817,'action started via WP Cron','2021-01-14 07:22:42','2021-01-13 23:22:42'),(38725,15817,'action complete via WP Cron','2021-01-14 07:22:42','2021-01-13 23:22:42'),(38726,15818,'action created','2021-01-14 07:22:42','2021-01-13 23:22:42'),(38727,15818,'action started via WP Cron','2021-01-14 07:23:57','2021-01-13 23:23:57'),(38728,15818,'action complete via WP Cron','2021-01-14 07:23:57','2021-01-13 23:23:57'),(38729,15819,'action created','2021-01-14 07:23:57','2021-01-13 23:23:57'),(38730,15819,'action started via WP Cron','2021-01-14 07:24:46','2021-01-13 23:24:46'),(38731,15819,'action complete via WP Cron','2021-01-14 07:24:46','2021-01-13 23:24:46'),(38732,15820,'action created','2021-01-14 07:24:46','2021-01-13 23:24:46'),(38733,15820,'action started via WP Cron','2021-01-14 07:25:45','2021-01-13 23:25:45'),(38734,15820,'action complete via WP Cron','2021-01-14 07:25:45','2021-01-13 23:25:45'),(38735,15821,'action created','2021-01-14 07:25:45','2021-01-13 23:25:45'),(38736,15821,'action started via WP Cron','2021-01-14 07:26:43','2021-01-13 23:26:43'),(38737,15821,'action complete via WP Cron','2021-01-14 07:26:43','2021-01-13 23:26:43'),(38738,15822,'action created','2021-01-14 07:26:43','2021-01-13 23:26:43'),(38739,15822,'action started via WP Cron','2021-01-14 07:27:48','2021-01-13 23:27:48'),(38740,15822,'action complete via WP Cron','2021-01-14 07:27:48','2021-01-13 23:27:48'),(38741,15823,'action created','2021-01-14 07:27:48','2021-01-13 23:27:48'),(38742,15823,'action started via WP Cron','2021-01-14 07:28:41','2021-01-13 23:28:41'),(38743,15823,'action complete via WP Cron','2021-01-14 07:28:41','2021-01-13 23:28:41'),(38744,15824,'action created','2021-01-14 07:28:41','2021-01-13 23:28:41'),(38745,15824,'action started via WP Cron','2021-01-14 07:29:44','2021-01-13 23:29:44'),(38746,15824,'action complete via WP Cron','2021-01-14 07:29:44','2021-01-13 23:29:44'),(38747,15825,'action created','2021-01-14 07:29:44','2021-01-13 23:29:44'),(38748,15825,'action started via WP Cron','2021-01-14 07:30:57','2021-01-13 23:30:57'),(38749,15825,'action complete via WP Cron','2021-01-14 07:30:57','2021-01-13 23:30:57'),(38750,15826,'action created','2021-01-14 07:30:57','2021-01-13 23:30:57'),(38751,15826,'action started via WP Cron','2021-01-14 07:31:42','2021-01-13 23:31:42'),(38752,15826,'action complete via WP Cron','2021-01-14 07:31:42','2021-01-13 23:31:42'),(38753,15827,'action created','2021-01-14 07:31:42','2021-01-13 23:31:42'),(38754,15827,'action started via WP Cron','2021-01-14 07:32:42','2021-01-13 23:32:42'),(38755,15827,'action complete via WP Cron','2021-01-14 07:32:42','2021-01-13 23:32:42'),(38756,15828,'action created','2021-01-14 07:32:43','2021-01-13 23:32:43'),(38757,15828,'action started via WP Cron','2021-01-14 07:34:41','2021-01-13 23:34:41'),(38758,15828,'action complete via WP Cron','2021-01-14 07:34:41','2021-01-13 23:34:41'),(38759,15829,'action created','2021-01-14 07:35:42','2021-01-13 23:35:42'),(38760,15829,'action started via WP Cron','2021-01-14 07:36:42','2021-01-13 23:36:42'),(38761,15829,'action complete via WP Cron','2021-01-14 07:36:42','2021-01-13 23:36:42'),(38762,15830,'action created','2021-01-14 07:36:42','2021-01-13 23:36:42'),(38763,15830,'action started via WP Cron','2021-01-14 07:41:42','2021-01-13 23:41:42'),(38764,15830,'action complete via WP Cron','2021-01-14 07:41:42','2021-01-13 23:41:42'),(38765,15831,'action created','2021-01-14 07:41:42','2021-01-13 23:41:42'),(38766,15831,'action started via WP Cron','2021-01-14 07:43:41','2021-01-13 23:43:41'),(38767,15831,'action complete via WP Cron','2021-01-14 07:43:41','2021-01-13 23:43:41'),(38768,15832,'action created','2021-01-14 07:43:41','2021-01-13 23:43:41'),(38769,15832,'action started via WP Cron','2021-01-14 07:45:40','2021-01-13 23:45:40'),(38770,15832,'action complete via WP Cron','2021-01-14 07:45:40','2021-01-13 23:45:40'),(38771,15833,'action created','2021-01-14 07:45:40','2021-01-13 23:45:40'),(38772,15833,'action started via WP Cron','2021-01-14 07:46:44','2021-01-13 23:46:44'),(38773,15833,'action complete via WP Cron','2021-01-14 07:46:44','2021-01-13 23:46:44'),(38774,15834,'action created','2021-01-14 07:46:44','2021-01-13 23:46:44'),(38775,15834,'action started via WP Cron','2021-01-14 07:47:45','2021-01-13 23:47:45'),(38776,15834,'action complete via WP Cron','2021-01-14 07:47:45','2021-01-13 23:47:45'),(38777,15835,'action created','2021-01-14 07:47:45','2021-01-13 23:47:45'),(38778,15835,'action started via WP Cron','2021-01-14 07:55:14','2021-01-13 23:55:14'),(38779,15835,'action complete via WP Cron','2021-01-14 07:55:14','2021-01-13 23:55:14'),(38780,15836,'action created','2021-01-14 07:55:14','2021-01-13 23:55:14'),(38781,15836,'action started via WP Cron','2021-01-14 08:01:38','2021-01-14 00:01:38'),(38782,15836,'action complete via WP Cron','2021-01-14 08:01:38','2021-01-14 00:01:38'),(38783,15837,'action created','2021-01-14 08:01:38','2021-01-14 00:01:38'),(38784,15837,'action started via WP Cron','2021-01-14 08:08:05','2021-01-14 00:08:05'),(38785,15837,'action complete via WP Cron','2021-01-14 08:08:05','2021-01-14 00:08:05'),(98339,35690,'action complete via WP Cron','2021-02-14 08:11:54','2021-02-14 00:11:54'),(98338,35690,'action started via WP Cron','2021-02-14 08:11:54','2021-02-14 00:11:54'),(100841,36525,'action created','2021-02-15 08:08:59','2021-02-15 00:08:59'),(38789,15839,'action created','2021-01-14 08:08:05','2021-01-14 00:08:05'),(38790,15839,'action started via WP Cron','2021-01-14 08:17:46','2021-01-14 00:17:46'),(38791,15839,'action complete via WP Cron','2021-01-14 08:17:46','2021-01-14 00:17:46'),(38792,15840,'action created','2021-01-14 08:17:46','2021-01-14 00:17:46'),(38793,15840,'action started via WP Cron','2021-01-14 08:21:04','2021-01-14 00:21:04'),(38794,15840,'action complete via WP Cron','2021-01-14 08:21:04','2021-01-14 00:21:04'),(38795,15841,'action created','2021-01-14 08:21:04','2021-01-14 00:21:04'),(38796,15841,'action started via WP Cron','2021-01-14 08:31:08','2021-01-14 00:31:08'),(38797,15841,'action complete via WP Cron','2021-01-14 08:31:08','2021-01-14 00:31:08'),(38798,15842,'action created','2021-01-14 08:31:08','2021-01-14 00:31:08'),(38799,15842,'action started via WP Cron','2021-01-14 08:37:42','2021-01-14 00:37:42'),(38800,15842,'action complete via WP Cron','2021-01-14 08:37:42','2021-01-14 00:37:42'),(38801,15843,'action created','2021-01-14 08:37:43','2021-01-14 00:37:43'),(38802,15843,'action started via WP Cron','2021-01-14 08:38:43','2021-01-14 00:38:43'),(38803,15843,'action complete via WP Cron','2021-01-14 08:38:43','2021-01-14 00:38:43'),(38804,15844,'action created','2021-01-14 08:38:43','2021-01-14 00:38:43'),(38805,15844,'action started via WP Cron','2021-01-14 08:39:44','2021-01-14 00:39:44'),(38806,15844,'action complete via WP Cron','2021-01-14 08:39:44','2021-01-14 00:39:44'),(38807,15845,'action created','2021-01-14 08:39:44','2021-01-14 00:39:44'),(38808,15845,'action started via WP Cron','2021-01-14 08:41:46','2021-01-14 00:41:46'),(38809,15845,'action complete via WP Cron','2021-01-14 08:41:46','2021-01-14 00:41:46'),(38810,15846,'action created','2021-01-14 08:41:46','2021-01-14 00:41:46'),(38811,15846,'action started via WP Cron','2021-01-14 08:42:47','2021-01-14 00:42:47'),(38812,15846,'action complete via WP Cron','2021-01-14 08:42:47','2021-01-14 00:42:47'),(38813,15847,'action created','2021-01-14 08:42:47','2021-01-14 00:42:47'),(38814,15847,'action started via WP Cron','2021-01-14 08:47:19','2021-01-14 00:47:19'),(38815,15847,'action complete via WP Cron','2021-01-14 08:47:19','2021-01-14 00:47:19'),(38816,15848,'action created','2021-01-14 08:47:19','2021-01-14 00:47:19'),(38817,15848,'action started via WP Cron','2021-01-14 08:47:52','2021-01-14 00:47:52'),(38818,15848,'action complete via WP Cron','2021-01-14 08:47:52','2021-01-14 00:47:52'),(38819,15849,'action created','2021-01-14 08:48:46','2021-01-14 00:48:46'),(38820,15849,'action started via WP Cron','2021-01-14 08:49:46','2021-01-14 00:49:46'),(38821,15849,'action complete via WP Cron','2021-01-14 08:49:46','2021-01-14 00:49:46'),(38822,15850,'action created','2021-01-14 08:49:46','2021-01-14 00:49:46'),(38823,15850,'action started via WP Cron','2021-01-14 08:51:49','2021-01-14 00:51:49'),(38824,15850,'action complete via WP Cron','2021-01-14 08:51:49','2021-01-14 00:51:49'),(38825,15851,'action created','2021-01-14 08:51:49','2021-01-14 00:51:49'),(38826,15851,'action started via WP Cron','2021-01-14 08:52:49','2021-01-14 00:52:49'),(38827,15851,'action complete via WP Cron','2021-01-14 08:52:49','2021-01-14 00:52:49'),(38828,15852,'action created','2021-01-14 08:52:50','2021-01-14 00:52:50'),(38829,15852,'action started via WP Cron','2021-01-14 08:53:51','2021-01-14 00:53:51'),(38830,15852,'action complete via WP Cron','2021-01-14 08:53:51','2021-01-14 00:53:51'),(38831,15853,'action created','2021-01-14 08:53:51','2021-01-14 00:53:51'),(38832,15853,'action started via WP Cron','2021-01-14 08:59:05','2021-01-14 00:59:05'),(38833,15853,'action complete via WP Cron','2021-01-14 08:59:05','2021-01-14 00:59:05'),(38834,15854,'action created','2021-01-14 08:59:05','2021-01-14 00:59:05'),(38835,15854,'action started via WP Cron','2021-01-14 09:00:06','2021-01-14 01:00:06'),(38836,15854,'action complete via WP Cron','2021-01-14 09:00:06','2021-01-14 01:00:06'),(38837,15855,'action created','2021-01-14 09:00:21','2021-01-14 01:00:21'),(38838,15855,'action started via WP Cron','2021-01-14 09:01:07','2021-01-14 01:01:07'),(38839,15855,'action complete via WP Cron','2021-01-14 09:01:07','2021-01-14 01:01:07'),(38840,15856,'action created','2021-01-14 09:01:07','2021-01-14 01:01:07'),(38841,15856,'action started via WP Cron','2021-01-14 09:01:59','2021-01-14 01:01:59'),(38842,15856,'action complete via WP Cron','2021-01-14 09:01:59','2021-01-14 01:01:59'),(38843,15857,'action created','2021-01-14 09:01:59','2021-01-14 01:01:59'),(38844,15857,'action started via WP Cron','2021-01-14 09:03:45','2021-01-14 01:03:45'),(38845,15857,'action complete via WP Cron','2021-01-14 09:03:45','2021-01-14 01:03:45'),(38846,15858,'action created','2021-01-14 09:03:45','2021-01-14 01:03:45'),(38847,15858,'action started via WP Cron','2021-01-14 09:10:44','2021-01-14 01:10:44'),(38848,15858,'action complete via WP Cron','2021-01-14 09:10:44','2021-01-14 01:10:44'),(38849,15859,'action created','2021-01-14 09:10:44','2021-01-14 01:10:44'),(38850,15859,'action started via WP Cron','2021-01-14 09:26:38','2021-01-14 01:26:38'),(38851,15859,'action complete via WP Cron','2021-01-14 09:26:38','2021-01-14 01:26:38'),(38852,15860,'action created','2021-01-14 09:27:05','2021-01-14 01:27:05'),(38853,15860,'action started via WP Cron','2021-01-14 09:27:51','2021-01-14 01:27:51'),(38854,15860,'action complete via WP Cron','2021-01-14 09:27:51','2021-01-14 01:27:51'),(38855,15861,'action created','2021-01-14 09:27:51','2021-01-14 01:27:51'),(38856,15861,'action started via WP Cron','2021-01-14 09:31:11','2021-01-14 01:31:11'),(38857,15861,'action complete via WP Cron','2021-01-14 09:31:11','2021-01-14 01:31:11'),(38858,15862,'action created','2021-01-14 09:31:11','2021-01-14 01:31:11'),(38859,15862,'action started via WP Cron','2021-01-14 09:32:18','2021-01-14 01:32:18'),(38860,15862,'action complete via WP Cron','2021-01-14 09:32:18','2021-01-14 01:32:18'),(38861,15863,'action created','2021-01-14 09:32:18','2021-01-14 01:32:18'),(38862,15863,'action started via WP Cron','2021-01-14 09:41:42','2021-01-14 01:41:42'),(38863,15863,'action complete via WP Cron','2021-01-14 09:41:42','2021-01-14 01:41:42'),(38864,15864,'action created','2021-01-14 09:41:42','2021-01-14 01:41:42'),(38865,15864,'action started via WP Cron','2021-01-14 09:42:48','2021-01-14 01:42:48'),(38866,15864,'action complete via WP Cron','2021-01-14 09:42:48','2021-01-14 01:42:48'),(38867,15865,'action created','2021-01-14 09:42:49','2021-01-14 01:42:49'),(38868,15865,'action started via WP Cron','2021-01-14 09:44:22','2021-01-14 01:44:22'),(38869,15865,'action complete via WP Cron','2021-01-14 09:44:22','2021-01-14 01:44:22'),(38870,15866,'action created','2021-01-14 09:44:22','2021-01-14 01:44:22'),(38871,15866,'action started via WP Cron','2021-01-14 09:45:33','2021-01-14 01:45:33'),(38872,15866,'action complete via WP Cron','2021-01-14 09:45:33','2021-01-14 01:45:33'),(38873,15867,'action created','2021-01-14 09:45:33','2021-01-14 01:45:33'),(38874,15867,'action started via WP Cron','2021-01-14 09:50:28','2021-01-14 01:50:28'),(38875,15867,'action complete via WP Cron','2021-01-14 09:50:28','2021-01-14 01:50:28'),(38876,15868,'action created','2021-01-14 09:50:28','2021-01-14 01:50:28'),(38877,15868,'action started via WP Cron','2021-01-14 09:51:41','2021-01-14 01:51:41'),(38878,15868,'action complete via WP Cron','2021-01-14 09:51:41','2021-01-14 01:51:41'),(38879,15869,'action created','2021-01-14 09:51:41','2021-01-14 01:51:41'),(38880,15869,'action started via WP Cron','2021-01-14 09:54:02','2021-01-14 01:54:02'),(38881,15869,'action complete via WP Cron','2021-01-14 09:54:02','2021-01-14 01:54:02'),(38882,15870,'action created','2021-01-14 09:54:02','2021-01-14 01:54:02'),(38883,15870,'action started via WP Cron','2021-01-14 10:03:30','2021-01-14 02:03:30'),(38884,15870,'action complete via WP Cron','2021-01-14 10:03:30','2021-01-14 02:03:30'),(38885,15871,'action created','2021-01-14 10:03:30','2021-01-14 02:03:30'),(38886,15871,'action started via WP Cron','2021-01-14 10:06:47','2021-01-14 02:06:47'),(38887,15871,'action complete via WP Cron','2021-01-14 10:06:47','2021-01-14 02:06:47'),(38888,15872,'action created','2021-01-14 10:14:37','2021-01-14 02:14:37'),(38889,15872,'action started via WP Cron','2021-01-14 10:15:13','2021-01-14 02:15:13'),(38890,15872,'action complete via WP Cron','2021-01-14 10:15:13','2021-01-14 02:15:13'),(38891,15873,'action created','2021-01-14 10:15:13','2021-01-14 02:15:13'),(38892,15873,'action started via WP Cron','2021-01-14 10:22:00','2021-01-14 02:22:00'),(38893,15873,'action complete via WP Cron','2021-01-14 10:22:00','2021-01-14 02:22:00'),(38894,15874,'action created','2021-01-14 10:22:00','2021-01-14 02:22:00'),(38895,15874,'action started via WP Cron','2021-01-14 10:25:12','2021-01-14 02:25:12'),(38896,15874,'action complete via WP Cron','2021-01-14 10:25:12','2021-01-14 02:25:12'),(38897,15875,'action created','2021-01-14 10:25:13','2021-01-14 02:25:13'),(38898,15875,'action started via WP Cron','2021-01-14 10:29:09','2021-01-14 02:29:09'),(38899,15875,'action complete via WP Cron','2021-01-14 10:29:09','2021-01-14 02:29:09'),(38900,15876,'action created','2021-01-14 10:29:09','2021-01-14 02:29:09'),(38901,15876,'action started via WP Cron','2021-01-14 10:31:43','2021-01-14 02:31:43'),(38902,15876,'action complete via WP Cron','2021-01-14 10:31:43','2021-01-14 02:31:43'),(38903,15877,'action created','2021-01-14 10:31:43','2021-01-14 02:31:43'),(38904,15877,'action started via WP Cron','2021-01-14 10:32:43','2021-01-14 02:32:43'),(38905,15877,'action complete via WP Cron','2021-01-14 10:32:43','2021-01-14 02:32:43'),(38906,15878,'action created','2021-01-14 10:32:43','2021-01-14 02:32:43'),(38907,15878,'action started via WP Cron','2021-01-14 10:34:23','2021-01-14 02:34:23'),(38908,15878,'action complete via WP Cron','2021-01-14 10:34:23','2021-01-14 02:34:23'),(38909,15879,'action created','2021-01-14 10:34:42','2021-01-14 02:34:42'),(38910,15879,'action started via WP Cron','2021-01-14 10:35:46','2021-01-14 02:35:46'),(38911,15879,'action complete via WP Cron','2021-01-14 10:35:46','2021-01-14 02:35:46'),(38912,15880,'action created','2021-01-14 10:35:46','2021-01-14 02:35:46'),(38913,15880,'action started via WP Cron','2021-01-14 10:36:47','2021-01-14 02:36:47'),(38914,15880,'action complete via WP Cron','2021-01-14 10:36:47','2021-01-14 02:36:47'),(38915,15881,'action created','2021-01-14 10:36:47','2021-01-14 02:36:47'),(38916,15881,'action started via WP Cron','2021-01-14 10:37:51','2021-01-14 02:37:51'),(38917,15881,'action complete via WP Cron','2021-01-14 10:37:51','2021-01-14 02:37:51'),(38918,15882,'action created','2021-01-14 10:37:51','2021-01-14 02:37:51'),(38919,15882,'action started via WP Cron','2021-01-14 10:43:57','2021-01-14 02:43:57'),(38920,15882,'action complete via WP Cron','2021-01-14 10:43:57','2021-01-14 02:43:57'),(38921,15883,'action created','2021-01-14 10:45:37','2021-01-14 02:45:37'),(38922,15883,'action started via WP Cron','2021-01-14 10:53:53','2021-01-14 02:53:53'),(38923,15883,'action complete via WP Cron','2021-01-14 10:53:53','2021-01-14 02:53:53'),(38924,15884,'action created','2021-01-14 10:53:53','2021-01-14 02:53:53'),(38925,15884,'action started via WP Cron','2021-01-14 10:54:50','2021-01-14 02:54:50'),(38926,15884,'action complete via WP Cron','2021-01-14 10:54:50','2021-01-14 02:54:50'),(38927,15885,'action created','2021-01-14 10:54:51','2021-01-14 02:54:51'),(38928,15885,'action started via WP Cron','2021-01-14 10:56:49','2021-01-14 02:56:49'),(38929,15885,'action complete via WP Cron','2021-01-14 10:56:49','2021-01-14 02:56:49'),(38930,15886,'action created','2021-01-14 10:56:49','2021-01-14 02:56:49'),(38931,15886,'action started via WP Cron','2021-01-14 10:58:06','2021-01-14 02:58:06'),(38932,15886,'action complete via WP Cron','2021-01-14 10:58:06','2021-01-14 02:58:06'),(38933,15887,'action created','2021-01-14 10:58:06','2021-01-14 02:58:06'),(38934,15887,'action started via WP Cron','2021-01-14 11:00:15','2021-01-14 03:00:15'),(38935,15887,'action complete via WP Cron','2021-01-14 11:00:15','2021-01-14 03:00:15'),(38936,15888,'action created','2021-01-14 11:05:08','2021-01-14 03:05:08'),(38937,15888,'action started via WP Cron','2021-01-14 11:06:49','2021-01-14 03:06:49'),(38938,15888,'action complete via WP Cron','2021-01-14 11:06:49','2021-01-14 03:06:49'),(38939,15889,'action created','2021-01-14 11:06:49','2021-01-14 03:06:49'),(38940,15889,'action started via WP Cron','2021-01-14 11:09:51','2021-01-14 03:09:51'),(38941,15889,'action complete via WP Cron','2021-01-14 11:09:51','2021-01-14 03:09:51'),(38942,15890,'action created','2021-01-14 11:09:51','2021-01-14 03:09:51'),(38943,15890,'action started via WP Cron','2021-01-14 11:11:54','2021-01-14 03:11:54'),(38944,15890,'action complete via WP Cron','2021-01-14 11:11:54','2021-01-14 03:11:54'),(38945,15891,'action created','2021-01-14 11:11:54','2021-01-14 03:11:54'),(38946,15891,'action started via WP Cron','2021-01-14 11:16:49','2021-01-14 03:16:49'),(38947,15891,'action complete via WP Cron','2021-01-14 11:16:49','2021-01-14 03:16:49'),(38948,15892,'action created','2021-01-14 11:16:49','2021-01-14 03:16:49'),(38949,15892,'action started via WP Cron','2021-01-14 11:17:58','2021-01-14 03:17:58'),(38950,15892,'action complete via WP Cron','2021-01-14 11:17:58','2021-01-14 03:17:58'),(38951,15893,'action created','2021-01-14 11:17:58','2021-01-14 03:17:58'),(38952,15893,'action started via WP Cron','2021-01-14 11:18:59','2021-01-14 03:18:59'),(38953,15893,'action complete via WP Cron','2021-01-14 11:18:59','2021-01-14 03:18:59'),(38954,15894,'action created','2021-01-14 11:18:59','2021-01-14 03:18:59'),(38955,15894,'action started via WP Cron','2021-01-14 11:21:01','2021-01-14 03:21:01'),(38956,15894,'action complete via WP Cron','2021-01-14 11:21:01','2021-01-14 03:21:01'),(38957,15895,'action created','2021-01-14 11:21:01','2021-01-14 03:21:01'),(38958,15895,'action started via WP Cron','2021-01-14 11:22:03','2021-01-14 03:22:03'),(38959,15895,'action complete via WP Cron','2021-01-14 11:22:03','2021-01-14 03:22:03'),(38960,15896,'action created','2021-01-14 11:22:03','2021-01-14 03:22:03'),(38961,15896,'action started via WP Cron','2021-01-14 11:23:16','2021-01-14 03:23:16'),(38962,15896,'action complete via WP Cron','2021-01-14 11:23:16','2021-01-14 03:23:16'),(38963,15897,'action created','2021-01-14 11:23:17','2021-01-14 03:23:17'),(38964,15897,'action started via WP Cron','2021-01-14 11:24:33','2021-01-14 03:24:33'),(38965,15897,'action complete via WP Cron','2021-01-14 11:24:33','2021-01-14 03:24:33'),(38966,15898,'action created','2021-01-14 11:24:33','2021-01-14 03:24:33'),(38967,15898,'action started via WP Cron','2021-01-14 11:25:39','2021-01-14 03:25:39'),(38968,15898,'action complete via WP Cron','2021-01-14 11:25:39','2021-01-14 03:25:39'),(38969,15899,'action created','2021-01-14 11:25:40','2021-01-14 03:25:40'),(38970,15899,'action started via WP Cron','2021-01-14 11:26:40','2021-01-14 03:26:40'),(38971,15899,'action complete via WP Cron','2021-01-14 11:26:40','2021-01-14 03:26:40'),(38972,15900,'action created','2021-01-14 11:26:40','2021-01-14 03:26:40'),(38973,15900,'action started via WP Cron','2021-01-14 11:44:17','2021-01-14 03:44:17'),(38974,15900,'action complete via WP Cron','2021-01-14 11:44:17','2021-01-14 03:44:17'),(38975,15901,'action created','2021-01-14 11:44:39','2021-01-14 03:44:39'),(38976,15901,'action started via WP Cron','2021-01-14 11:45:31','2021-01-14 03:45:31'),(38977,15901,'action complete via WP Cron','2021-01-14 11:45:31','2021-01-14 03:45:31'),(38978,15902,'action created','2021-01-14 11:45:31','2021-01-14 03:45:31'),(38979,15902,'action started via WP Cron','2021-01-14 11:53:55','2021-01-14 03:53:55'),(38980,15902,'action complete via WP Cron','2021-01-14 11:53:55','2021-01-14 03:53:55'),(38981,15903,'action created','2021-01-14 11:53:55','2021-01-14 03:53:55'),(38982,15903,'action started via WP Cron','2021-01-14 12:08:05','2021-01-14 04:08:05'),(38983,15903,'action complete via WP Cron','2021-01-14 12:08:05','2021-01-14 04:08:05'),(38984,15904,'action created','2021-01-14 12:14:38','2021-01-14 04:14:38'),(38985,15904,'action started via WP Cron','2021-01-14 12:15:22','2021-01-14 04:15:22'),(38986,15904,'action complete via WP Cron','2021-01-14 12:15:22','2021-01-14 04:15:22'),(38987,15905,'action created','2021-01-14 12:15:22','2021-01-14 04:15:22'),(38988,15905,'action started via WP Cron','2021-01-14 12:21:40','2021-01-14 04:21:40'),(38989,15905,'action complete via WP Cron','2021-01-14 12:21:40','2021-01-14 04:21:40'),(38990,15906,'action created','2021-01-14 12:21:40','2021-01-14 04:21:40'),(38991,15906,'action started via WP Cron','2021-01-14 12:23:35','2021-01-14 04:23:35'),(38992,15906,'action complete via WP Cron','2021-01-14 12:23:35','2021-01-14 04:23:35'),(38993,15907,'action created','2021-01-14 12:23:35','2021-01-14 04:23:35'),(38994,15907,'action started via WP Cron','2021-01-14 12:24:36','2021-01-14 04:24:36'),(38995,15907,'action complete via WP Cron','2021-01-14 12:24:36','2021-01-14 04:24:36'),(38996,15908,'action created','2021-01-14 12:24:36','2021-01-14 04:24:36'),(38997,15908,'action started via WP Cron','2021-01-14 12:26:38','2021-01-14 04:26:38'),(38998,15908,'action complete via WP Cron','2021-01-14 12:26:38','2021-01-14 04:26:38'),(38999,15909,'action created','2021-01-14 12:26:38','2021-01-14 04:26:38'),(39000,15909,'action started via WP Cron','2021-01-14 12:27:19','2021-01-14 04:27:19'),(39001,15909,'action complete via WP Cron','2021-01-14 12:27:19','2021-01-14 04:27:19'),(39002,15910,'action created','2021-01-14 12:27:20','2021-01-14 04:27:20'),(39003,15910,'action started via WP Cron','2021-01-14 12:28:20','2021-01-14 04:28:20'),(39004,15910,'action complete via WP Cron','2021-01-14 12:28:20','2021-01-14 04:28:20'),(39005,15911,'action created','2021-01-14 12:28:20','2021-01-14 04:28:20'),(39006,15911,'action started via WP Cron','2021-01-14 12:29:22','2021-01-14 04:29:22'),(39007,15911,'action complete via WP Cron','2021-01-14 12:29:22','2021-01-14 04:29:22'),(39008,15912,'action created','2021-01-14 12:29:22','2021-01-14 04:29:22'),(39009,15912,'action started via WP Cron','2021-01-14 12:34:10','2021-01-14 04:34:10'),(39010,15912,'action complete via WP Cron','2021-01-14 12:34:10','2021-01-14 04:34:10'),(39011,15913,'action created','2021-01-14 12:34:10','2021-01-14 04:34:10'),(39012,15913,'action started via WP Cron','2021-01-14 12:37:28','2021-01-14 04:37:28'),(39013,15913,'action complete via WP Cron','2021-01-14 12:37:28','2021-01-14 04:37:28'),(39014,15914,'action created','2021-01-14 12:37:28','2021-01-14 04:37:28'),(39015,15914,'action started via WP Cron','2021-01-14 12:38:01','2021-01-14 04:38:01'),(39016,15914,'action complete via WP Cron','2021-01-14 12:38:01','2021-01-14 04:38:01'),(39017,15915,'action created','2021-01-14 12:38:01','2021-01-14 04:38:01'),(39018,15915,'action started via WP Cron','2021-01-14 12:42:54','2021-01-14 04:42:54'),(39019,15915,'action complete via WP Cron','2021-01-14 12:42:54','2021-01-14 04:42:54'),(39020,15916,'action created','2021-01-14 12:42:54','2021-01-14 04:42:54'),(39021,15916,'action started via WP Cron','2021-01-14 12:51:28','2021-01-14 04:51:28'),(39022,15916,'action complete via WP Cron','2021-01-14 12:51:28','2021-01-14 04:51:28'),(39023,15917,'action created','2021-01-14 12:51:28','2021-01-14 04:51:28'),(39024,15917,'action started via WP Cron','2021-01-14 12:55:22','2021-01-14 04:55:22'),(39025,15917,'action complete via WP Cron','2021-01-14 12:55:22','2021-01-14 04:55:22'),(39026,15918,'action created','2021-01-14 12:55:22','2021-01-14 04:55:22'),(39027,15918,'action started via WP Cron','2021-01-14 13:00:24','2021-01-14 05:00:24'),(39028,15918,'action complete via WP Cron','2021-01-14 13:00:24','2021-01-14 05:00:24'),(39029,15919,'action created','2021-01-14 13:00:24','2021-01-14 05:00:24'),(39030,15919,'action started via WP Cron','2021-01-14 13:05:57','2021-01-14 05:05:57'),(39031,15919,'action complete via WP Cron','2021-01-14 13:05:57','2021-01-14 05:05:57'),(39032,15920,'action created','2021-01-14 13:05:58','2021-01-14 05:05:58'),(39033,15920,'action started via WP Cron','2021-01-14 13:07:25','2021-01-14 05:07:25'),(39034,15920,'action complete via WP Cron','2021-01-14 13:07:25','2021-01-14 05:07:25'),(39035,15921,'action created','2021-01-14 13:07:26','2021-01-14 05:07:26'),(39036,15921,'action started via WP Cron','2021-01-14 13:07:50','2021-01-14 05:07:50'),(39037,15921,'action complete via WP Cron','2021-01-14 13:07:50','2021-01-14 05:07:50'),(39038,15922,'action created','2021-01-14 13:07:50','2021-01-14 05:07:50'),(39039,15922,'action started via WP Cron','2021-01-14 13:08:58','2021-01-14 05:08:58'),(39040,15922,'action complete via WP Cron','2021-01-14 13:08:58','2021-01-14 05:08:58'),(39041,15923,'action created','2021-01-14 13:08:58','2021-01-14 05:08:58'),(39042,15923,'action started via WP Cron','2021-01-14 13:10:09','2021-01-14 05:10:09'),(39043,15923,'action complete via WP Cron','2021-01-14 13:10:09','2021-01-14 05:10:09'),(39044,15924,'action created','2021-01-14 13:10:09','2021-01-14 05:10:09'),(39045,15924,'action started via WP Cron','2021-01-14 13:10:47','2021-01-14 05:10:47'),(39046,15924,'action complete via WP Cron','2021-01-14 13:10:47','2021-01-14 05:10:47'),(39047,15925,'action created','2021-01-14 13:10:48','2021-01-14 05:10:48'),(39048,15925,'action started via WP Cron','2021-01-14 13:12:10','2021-01-14 05:12:10'),(39049,15925,'action complete via WP Cron','2021-01-14 13:12:10','2021-01-14 05:12:10'),(39050,15926,'action created','2021-01-14 13:12:10','2021-01-14 05:12:10'),(39051,15926,'action started via WP Cron','2021-01-14 13:13:24','2021-01-14 05:13:24'),(39052,15926,'action complete via WP Cron','2021-01-14 13:13:24','2021-01-14 05:13:24'),(39053,15927,'action created','2021-01-14 13:13:24','2021-01-14 05:13:24'),(39054,15927,'action started via WP Cron','2021-01-14 13:13:58','2021-01-14 05:13:58'),(39055,15927,'action complete via WP Cron','2021-01-14 13:13:58','2021-01-14 05:13:58'),(39056,15928,'action created','2021-01-14 13:13:58','2021-01-14 05:13:58'),(39057,15928,'action started via WP Cron','2021-01-14 13:27:34','2021-01-14 05:27:34'),(39058,15928,'action complete via WP Cron','2021-01-14 13:27:34','2021-01-14 05:27:34'),(39059,15929,'action created','2021-01-14 13:27:34','2021-01-14 05:27:34'),(39060,15929,'action started via WP Cron','2021-01-14 13:28:51','2021-01-14 05:28:51'),(39061,15929,'action complete via WP Cron','2021-01-14 13:28:51','2021-01-14 05:28:51'),(39062,15930,'action created','2021-01-14 13:28:51','2021-01-14 05:28:51'),(39063,15930,'action started via WP Cron','2021-01-14 13:29:47','2021-01-14 05:29:47'),(39064,15930,'action complete via WP Cron','2021-01-14 13:29:47','2021-01-14 05:29:47'),(39065,15931,'action created','2021-01-14 13:29:47','2021-01-14 05:29:47'),(39066,15931,'action started via WP Cron','2021-01-14 13:30:49','2021-01-14 05:30:49'),(39067,15931,'action complete via WP Cron','2021-01-14 13:30:49','2021-01-14 05:30:49'),(39068,15932,'action created','2021-01-14 13:30:49','2021-01-14 05:30:49'),(39069,15932,'action started via WP Cron','2021-01-14 13:31:55','2021-01-14 05:31:55'),(39070,15932,'action complete via WP Cron','2021-01-14 13:31:55','2021-01-14 05:31:55'),(39071,15933,'action created','2021-01-14 13:31:55','2021-01-14 05:31:55'),(39072,15933,'action started via WP Cron','2021-01-14 13:32:54','2021-01-14 05:32:54'),(39073,15933,'action complete via WP Cron','2021-01-14 13:32:54','2021-01-14 05:32:54'),(39074,15934,'action created','2021-01-14 13:32:54','2021-01-14 05:32:54'),(39075,15934,'action started via WP Cron','2021-01-14 13:33:42','2021-01-14 05:33:42'),(39076,15934,'action complete via WP Cron','2021-01-14 13:33:42','2021-01-14 05:33:42'),(39077,15935,'action created','2021-01-14 13:33:42','2021-01-14 05:33:42'),(39078,15935,'action started via WP Cron','2021-01-14 13:35:11','2021-01-14 05:35:11'),(39079,15935,'action complete via WP Cron','2021-01-14 13:35:11','2021-01-14 05:35:11'),(39080,15936,'action created','2021-01-14 13:35:11','2021-01-14 05:35:11'),(39081,15936,'action started via WP Cron','2021-01-14 13:37:41','2021-01-14 05:37:41'),(39082,15936,'action complete via WP Cron','2021-01-14 13:37:41','2021-01-14 05:37:41'),(39083,15937,'action created','2021-01-14 13:37:41','2021-01-14 05:37:41'),(39084,15937,'action started via WP Cron','2021-01-14 13:43:04','2021-01-14 05:43:04'),(39085,15937,'action complete via WP Cron','2021-01-14 13:43:04','2021-01-14 05:43:04'),(39086,15938,'action created','2021-01-14 13:43:04','2021-01-14 05:43:04'),(39087,15938,'action started via WP Cron','2021-01-14 14:21:30','2021-01-14 06:21:30'),(39088,15938,'action complete via WP Cron','2021-01-14 14:21:30','2021-01-14 06:21:30'),(39089,15939,'action created','2021-01-14 14:26:50','2021-01-14 06:26:50'),(39090,15939,'action started via WP Cron','2021-01-14 14:28:56','2021-01-14 06:28:56'),(39091,15939,'action complete via WP Cron','2021-01-14 14:28:56','2021-01-14 06:28:56'),(39092,15940,'action created','2021-01-14 14:28:56','2021-01-14 06:28:56'),(39093,15940,'action started via WP Cron','2021-01-14 14:33:46','2021-01-14 06:33:46'),(39094,15940,'action complete via WP Cron','2021-01-14 14:33:46','2021-01-14 06:33:46'),(39095,15941,'action created','2021-01-14 14:33:47','2021-01-14 06:33:47'),(39096,15941,'action started via WP Cron','2021-01-14 14:34:45','2021-01-14 06:34:45'),(39097,15941,'action complete via WP Cron','2021-01-14 14:34:45','2021-01-14 06:34:45'),(39098,15942,'action created','2021-01-14 14:34:45','2021-01-14 06:34:45'),(39099,15942,'action started via WP Cron','2021-01-14 14:36:49','2021-01-14 06:36:49'),(39100,15942,'action complete via WP Cron','2021-01-14 14:36:49','2021-01-14 06:36:49'),(39101,15943,'action created','2021-01-14 14:36:49','2021-01-14 06:36:49'),(39102,15943,'action started via WP Cron','2021-01-14 14:37:59','2021-01-14 06:37:59'),(39103,15943,'action complete via WP Cron','2021-01-14 14:37:59','2021-01-14 06:37:59'),(39104,15944,'action created','2021-01-14 14:37:59','2021-01-14 06:37:59'),(39105,15944,'action started via WP Cron','2021-01-14 14:38:46','2021-01-14 06:38:46'),(39106,15944,'action complete via WP Cron','2021-01-14 14:38:46','2021-01-14 06:38:46'),(39107,15945,'action created','2021-01-14 14:38:46','2021-01-14 06:38:46'),(39108,15945,'action started via WP Cron','2021-01-14 14:40:21','2021-01-14 06:40:21'),(39109,15945,'action complete via WP Cron','2021-01-14 14:40:21','2021-01-14 06:40:21'),(39110,15946,'action created','2021-01-14 14:40:22','2021-01-14 06:40:22'),(39111,15946,'action started via WP Cron','2021-01-14 14:53:39','2021-01-14 06:53:39'),(39112,15946,'action complete via WP Cron','2021-01-14 14:53:39','2021-01-14 06:53:39'),(39113,15947,'action created','2021-01-14 14:53:39','2021-01-14 06:53:39'),(39114,15947,'action started via WP Cron','2021-01-14 15:00:06','2021-01-14 07:00:06'),(39115,15947,'action complete via WP Cron','2021-01-14 15:00:06','2021-01-14 07:00:06'),(39116,15948,'action created','2021-01-14 15:00:06','2021-01-14 07:00:06'),(39117,15948,'action started via WP Cron','2021-01-14 15:05:55','2021-01-14 07:05:55'),(39118,15948,'action complete via WP Cron','2021-01-14 15:05:55','2021-01-14 07:05:55'),(39119,15949,'action created','2021-01-14 15:05:55','2021-01-14 07:05:55'),(39120,15949,'action started via WP Cron','2021-01-14 15:28:20','2021-01-14 07:28:20'),(39121,15949,'action complete via WP Cron','2021-01-14 15:28:20','2021-01-14 07:28:20'),(39122,15950,'action created','2021-01-14 15:28:20','2021-01-14 07:28:20'),(39123,15950,'action started via WP Cron','2021-01-14 15:32:49','2021-01-14 07:32:49'),(39124,15950,'action complete via WP Cron','2021-01-14 15:32:49','2021-01-14 07:32:49'),(39125,15951,'action created','2021-01-14 15:32:49','2021-01-14 07:32:49'),(39126,15951,'action started via WP Cron','2021-01-14 15:39:31','2021-01-14 07:39:31'),(39127,15951,'action complete via WP Cron','2021-01-14 15:39:31','2021-01-14 07:39:31'),(39128,15952,'action created','2021-01-14 15:39:31','2021-01-14 07:39:31'),(39129,15952,'action started via WP Cron','2021-01-14 15:40:25','2021-01-14 07:40:25'),(39130,15952,'action complete via WP Cron','2021-01-14 15:40:25','2021-01-14 07:40:25'),(39131,15953,'action created','2021-01-14 15:40:25','2021-01-14 07:40:25'),(39132,15953,'action started via WP Cron','2021-01-14 15:41:35','2021-01-14 07:41:35'),(39133,15953,'action complete via WP Cron','2021-01-14 15:41:35','2021-01-14 07:41:35'),(39134,15954,'action created','2021-01-14 15:41:35','2021-01-14 07:41:35'),(39135,15954,'action started via WP Cron','2021-01-14 15:42:24','2021-01-14 07:42:24'),(39136,15954,'action complete via WP Cron','2021-01-14 15:42:24','2021-01-14 07:42:24'),(39137,15955,'action created','2021-01-14 15:42:24','2021-01-14 07:42:24'),(39138,15955,'action started via WP Cron','2021-01-14 15:43:26','2021-01-14 07:43:26'),(39139,15955,'action complete via WP Cron','2021-01-14 15:43:26','2021-01-14 07:43:26'),(39140,15956,'action created','2021-01-14 15:43:26','2021-01-14 07:43:26'),(39141,15956,'action started via WP Cron','2021-01-14 15:44:27','2021-01-14 07:44:27'),(39142,15956,'action complete via WP Cron','2021-01-14 15:44:27','2021-01-14 07:44:27'),(39143,15957,'action created','2021-01-14 15:44:27','2021-01-14 07:44:27'),(39144,15957,'action started via WP Cron','2021-01-14 15:56:10','2021-01-14 07:56:10'),(39145,15957,'action complete via WP Cron','2021-01-14 15:56:10','2021-01-14 07:56:10'),(39146,15958,'action created','2021-01-14 15:56:10','2021-01-14 07:56:10'),(39147,15958,'action started via WP Cron','2021-01-14 15:57:11','2021-01-14 07:57:11'),(39148,15958,'action complete via WP Cron','2021-01-14 15:57:11','2021-01-14 07:57:11'),(39149,15959,'action created','2021-01-14 15:57:11','2021-01-14 07:57:11'),(39150,15959,'action started via WP Cron','2021-01-14 15:57:46','2021-01-14 07:57:46'),(39151,15959,'action complete via WP Cron','2021-01-14 15:57:46','2021-01-14 07:57:46'),(39152,15960,'action created','2021-01-14 15:57:46','2021-01-14 07:57:46'),(39153,15960,'action started via WP Cron','2021-01-14 16:10:38','2021-01-14 08:10:38'),(39154,15960,'action complete via WP Cron','2021-01-14 16:10:38','2021-01-14 08:10:38'),(39155,15961,'action created','2021-01-14 16:10:38','2021-01-14 08:10:38'),(39156,15961,'action started via WP Cron','2021-01-14 16:12:13','2021-01-14 08:12:13'),(39157,15961,'action complete via WP Cron','2021-01-14 16:12:13','2021-01-14 08:12:13'),(39158,15962,'action created','2021-01-14 16:12:13','2021-01-14 08:12:13'),(39159,15962,'action started via WP Cron','2021-01-14 16:15:19','2021-01-14 08:15:19'),(39160,15962,'action complete via WP Cron','2021-01-14 16:15:19','2021-01-14 08:15:19'),(39161,15963,'action created','2021-01-14 16:15:19','2021-01-14 08:15:19'),(39162,15963,'action started via WP Cron','2021-01-14 16:16:12','2021-01-14 08:16:12'),(39163,15963,'action complete via WP Cron','2021-01-14 16:16:12','2021-01-14 08:16:12'),(39164,15964,'action created','2021-01-14 16:16:12','2021-01-14 08:16:12'),(39165,15964,'action started via WP Cron','2021-01-14 16:18:44','2021-01-14 08:18:44'),(39166,15964,'action complete via WP Cron','2021-01-14 16:18:44','2021-01-14 08:18:44'),(39167,15965,'action created','2021-01-14 16:18:45','2021-01-14 08:18:45'),(39168,15965,'action started via WP Cron','2021-01-14 16:21:20','2021-01-14 08:21:20'),(39169,15965,'action complete via WP Cron','2021-01-14 16:21:20','2021-01-14 08:21:20'),(39170,15966,'action created','2021-01-14 16:21:20','2021-01-14 08:21:20'),(39171,15966,'action started via WP Cron','2021-01-14 16:22:11','2021-01-14 08:22:11'),(39172,15966,'action complete via WP Cron','2021-01-14 16:22:11','2021-01-14 08:22:11'),(39173,15967,'action created','2021-01-14 16:22:11','2021-01-14 08:22:11'),(39174,15967,'action started via WP Cron','2021-01-14 16:22:58','2021-01-14 08:22:58'),(39175,15967,'action complete via WP Cron','2021-01-14 16:22:58','2021-01-14 08:22:58'),(39176,15968,'action created','2021-01-14 16:22:58','2021-01-14 08:22:58'),(39177,15968,'action started via WP Cron','2021-01-14 16:27:07','2021-01-14 08:27:07'),(39178,15968,'action complete via WP Cron','2021-01-14 16:27:07','2021-01-14 08:27:07'),(39179,15969,'action created','2021-01-14 16:27:07','2021-01-14 08:27:07'),(39180,15969,'action started via WP Cron','2021-01-14 16:36:17','2021-01-14 08:36:17'),(39181,15969,'action complete via WP Cron','2021-01-14 16:36:17','2021-01-14 08:36:17'),(39182,15970,'action created','2021-01-14 16:36:17','2021-01-14 08:36:17'),(39183,15970,'action started via WP Cron','2021-01-14 16:50:46','2021-01-14 08:50:46'),(39184,15970,'action complete via WP Cron','2021-01-14 16:50:46','2021-01-14 08:50:46'),(39185,15971,'action created','2021-01-14 16:50:46','2021-01-14 08:50:46'),(39186,15971,'action started via WP Cron','2021-01-14 16:55:10','2021-01-14 08:55:10'),(39187,15971,'action complete via WP Cron','2021-01-14 16:55:10','2021-01-14 08:55:10'),(39188,15972,'action created','2021-01-14 16:55:10','2021-01-14 08:55:10'),(39189,15972,'action started via WP Cron','2021-01-14 16:56:12','2021-01-14 08:56:12'),(39190,15972,'action complete via WP Cron','2021-01-14 16:56:12','2021-01-14 08:56:12'),(39191,15973,'action created','2021-01-14 16:56:12','2021-01-14 08:56:12'),(39192,15973,'action started via WP Cron','2021-01-14 16:57:12','2021-01-14 08:57:12'),(39193,15973,'action complete via WP Cron','2021-01-14 16:57:12','2021-01-14 08:57:12'),(39194,15974,'action created','2021-01-14 16:57:12','2021-01-14 08:57:12'),(39195,15974,'action started via WP Cron','2021-01-14 16:59:14','2021-01-14 08:59:14'),(39196,15974,'action complete via WP Cron','2021-01-14 16:59:14','2021-01-14 08:59:14'),(39197,15975,'action created','2021-01-14 16:59:14','2021-01-14 08:59:14'),(39198,15975,'action started via WP Cron','2021-01-14 17:00:16','2021-01-14 09:00:16'),(39199,15975,'action complete via WP Cron','2021-01-14 17:00:16','2021-01-14 09:00:16'),(39200,15976,'action created','2021-01-14 17:00:16','2021-01-14 09:00:16'),(39201,15976,'action started via WP Cron','2021-01-14 17:01:16','2021-01-14 09:01:16'),(39202,15976,'action complete via WP Cron','2021-01-14 17:01:16','2021-01-14 09:01:16'),(39203,15977,'action created','2021-01-14 17:01:16','2021-01-14 09:01:16'),(39204,15977,'action started via WP Cron','2021-01-14 17:02:41','2021-01-14 09:02:41'),(39205,15977,'action complete via WP Cron','2021-01-14 17:02:41','2021-01-14 09:02:41'),(39206,15978,'action created','2021-01-14 17:02:41','2021-01-14 09:02:41'),(39207,15978,'action started via WP Cron','2021-01-14 17:08:46','2021-01-14 09:08:46'),(39208,15978,'action complete via WP Cron','2021-01-14 17:08:46','2021-01-14 09:08:46'),(39209,15979,'action created','2021-01-14 17:08:46','2021-01-14 09:08:46'),(39210,15979,'action started via WP Cron','2021-01-14 17:10:10','2021-01-14 09:10:10'),(39211,15979,'action complete via WP Cron','2021-01-14 17:10:10','2021-01-14 09:10:10'),(39212,15980,'action created','2021-01-14 17:10:10','2021-01-14 09:10:10'),(39213,15980,'action started via WP Cron','2021-01-14 17:13:08','2021-01-14 09:13:08'),(39214,15980,'action complete via WP Cron','2021-01-14 17:13:08','2021-01-14 09:13:08'),(39215,15981,'action created','2021-01-14 17:13:08','2021-01-14 09:13:08'),(39216,15981,'action started via WP Cron','2021-01-14 17:13:46','2021-01-14 09:13:46'),(39217,15981,'action complete via WP Cron','2021-01-14 17:13:46','2021-01-14 09:13:46'),(39218,15982,'action created','2021-01-14 17:13:46','2021-01-14 09:13:46'),(39219,15982,'action started via WP Cron','2021-01-14 17:14:44','2021-01-14 09:14:44'),(39220,15982,'action complete via WP Cron','2021-01-14 17:14:44','2021-01-14 09:14:44'),(39221,15983,'action created','2021-01-14 17:14:44','2021-01-14 09:14:44'),(39222,15983,'action started via WP Cron','2021-01-14 17:26:36','2021-01-14 09:26:36'),(39223,15983,'action complete via WP Cron','2021-01-14 17:26:36','2021-01-14 09:26:36'),(39224,15984,'action created','2021-01-14 17:26:36','2021-01-14 09:26:36'),(39225,15984,'action started via WP Cron','2021-01-14 17:27:37','2021-01-14 09:27:37'),(39226,15984,'action complete via WP Cron','2021-01-14 17:27:37','2021-01-14 09:27:37'),(39227,15985,'action created','2021-01-14 17:27:37','2021-01-14 09:27:37'),(39228,15985,'action started via WP Cron','2021-01-14 17:28:46','2021-01-14 09:28:46'),(39229,15985,'action complete via WP Cron','2021-01-14 17:28:46','2021-01-14 09:28:46'),(39230,15986,'action created','2021-01-14 17:28:46','2021-01-14 09:28:46'),(39231,15986,'action started via WP Cron','2021-01-14 17:29:47','2021-01-14 09:29:47'),(39232,15986,'action complete via WP Cron','2021-01-14 17:29:47','2021-01-14 09:29:47'),(39233,15987,'action created','2021-01-14 17:29:48','2021-01-14 09:29:48'),(39234,15987,'action started via WP Cron','2021-01-14 17:30:58','2021-01-14 09:30:58'),(39235,15987,'action complete via WP Cron','2021-01-14 17:30:58','2021-01-14 09:30:58'),(39236,15988,'action created','2021-01-14 17:31:29','2021-01-14 09:31:29'),(39237,15988,'action started via WP Cron','2021-01-14 17:31:41','2021-01-14 09:31:41'),(39238,15988,'action complete via WP Cron','2021-01-14 17:31:41','2021-01-14 09:31:41'),(39239,15989,'action created','2021-01-14 17:31:41','2021-01-14 09:31:41'),(39240,15989,'action started via WP Cron','2021-01-14 17:32:44','2021-01-14 09:32:44'),(39241,15989,'action complete via WP Cron','2021-01-14 17:32:44','2021-01-14 09:32:44'),(39242,15990,'action created','2021-01-14 17:32:49','2021-01-14 09:32:49'),(39243,15990,'action started via WP Cron','2021-01-14 17:33:51','2021-01-14 09:33:51'),(39244,15990,'action complete via WP Cron','2021-01-14 17:33:51','2021-01-14 09:33:51'),(39245,15991,'action created','2021-01-14 17:33:51','2021-01-14 09:33:51'),(39246,15991,'action started via WP Cron','2021-01-14 17:35:04','2021-01-14 09:35:04'),(39247,15991,'action complete via WP Cron','2021-01-14 17:35:04','2021-01-14 09:35:04'),(39248,15992,'action created','2021-01-14 17:35:18','2021-01-14 09:35:18'),(39249,15992,'action started via WP Cron','2021-01-14 17:35:57','2021-01-14 09:35:57'),(39250,15992,'action complete via WP Cron','2021-01-14 17:35:57','2021-01-14 09:35:57'),(39251,15993,'action created','2021-01-14 17:35:57','2021-01-14 09:35:57'),(39252,15993,'action started via WP Cron','2021-01-14 17:36:58','2021-01-14 09:36:58'),(39253,15993,'action complete via WP Cron','2021-01-14 17:36:58','2021-01-14 09:36:58'),(39254,15994,'action created','2021-01-14 17:36:58','2021-01-14 09:36:58'),(39255,15994,'action started via WP Cron','2021-01-14 17:38:51','2021-01-14 09:38:51'),(39256,15994,'action complete via WP Cron','2021-01-14 17:38:51','2021-01-14 09:38:51'),(39257,15995,'action created','2021-01-14 17:38:51','2021-01-14 09:38:51'),(39258,15995,'action started via WP Cron','2021-01-14 17:43:17','2021-01-14 09:43:17'),(39259,15995,'action complete via WP Cron','2021-01-14 17:43:17','2021-01-14 09:43:17'),(39260,15996,'action created','2021-01-14 17:43:17','2021-01-14 09:43:17'),(39261,15996,'action started via WP Cron','2021-01-14 17:59:54','2021-01-14 09:59:54'),(39262,15996,'action complete via WP Cron','2021-01-14 17:59:54','2021-01-14 09:59:54'),(39263,15997,'action created','2021-01-14 17:59:54','2021-01-14 09:59:54'),(39264,15997,'action started via WP Cron','2021-01-14 18:23:38','2021-01-14 10:23:38'),(39265,15997,'action complete via WP Cron','2021-01-14 18:23:38','2021-01-14 10:23:38'),(39266,15998,'action created','2021-01-14 18:23:38','2021-01-14 10:23:38'),(39267,15998,'action started via WP Cron','2021-01-14 18:26:55','2021-01-14 10:26:55'),(39268,15998,'action complete via WP Cron','2021-01-14 18:26:55','2021-01-14 10:26:55'),(39269,15999,'action created','2021-01-14 18:26:55','2021-01-14 10:26:55'),(39270,15999,'action started via WP Cron','2021-01-14 18:27:42','2021-01-14 10:27:42'),(39271,15999,'action complete via WP Cron','2021-01-14 18:27:42','2021-01-14 10:27:42'),(39272,16000,'action created','2021-01-14 18:27:42','2021-01-14 10:27:42'),(39273,16000,'action started via WP Cron','2021-01-14 18:29:49','2021-01-14 10:29:49'),(39274,16000,'action complete via WP Cron','2021-01-14 18:29:49','2021-01-14 10:29:49'),(39275,16001,'action created','2021-01-14 18:29:49','2021-01-14 10:29:49'),(39276,16001,'action started via WP Cron','2021-01-14 18:34:11','2021-01-14 10:34:11'),(39277,16001,'action complete via WP Cron','2021-01-14 18:34:11','2021-01-14 10:34:11'),(39278,16002,'action created','2021-01-14 18:34:11','2021-01-14 10:34:11'),(39279,16002,'action started via WP Cron','2021-01-14 18:37:03','2021-01-14 10:37:03'),(39280,16002,'action complete via WP Cron','2021-01-14 18:37:03','2021-01-14 10:37:03'),(39281,16003,'action created','2021-01-14 18:37:03','2021-01-14 10:37:03'),(39282,16003,'action started via WP Cron','2021-01-14 18:37:46','2021-01-14 10:37:46'),(39283,16003,'action complete via WP Cron','2021-01-14 18:37:46','2021-01-14 10:37:46'),(39284,16004,'action created','2021-01-14 18:37:46','2021-01-14 10:37:46'),(39285,16004,'action started via WP Cron','2021-01-14 18:38:47','2021-01-14 10:38:47'),(39286,16004,'action complete via WP Cron','2021-01-14 18:38:47','2021-01-14 10:38:47'),(39287,16005,'action created','2021-01-14 18:38:47','2021-01-14 10:38:47'),(39288,16005,'action started via WP Cron','2021-01-14 18:39:47','2021-01-14 10:39:47'),(39289,16005,'action complete via WP Cron','2021-01-14 18:39:47','2021-01-14 10:39:47'),(39290,16006,'action created','2021-01-14 18:39:47','2021-01-14 10:39:47'),(39291,16006,'action started via WP Cron','2021-01-14 18:41:29','2021-01-14 10:41:29'),(39292,16006,'action complete via WP Cron','2021-01-14 18:41:29','2021-01-14 10:41:29'),(39293,16007,'action created','2021-01-14 18:41:29','2021-01-14 10:41:29'),(39294,16007,'action started via WP Cron','2021-01-14 18:41:50','2021-01-14 10:41:50'),(39295,16007,'action complete via WP Cron','2021-01-14 18:41:50','2021-01-14 10:41:50'),(39296,16008,'action created','2021-01-14 18:41:50','2021-01-14 10:41:50'),(39297,16008,'action started via WP Cron','2021-01-14 18:42:50','2021-01-14 10:42:50'),(39298,16008,'action complete via WP Cron','2021-01-14 18:42:50','2021-01-14 10:42:50'),(39299,16009,'action created','2021-01-14 18:42:50','2021-01-14 10:42:50'),(39300,16009,'action started via WP Cron','2021-01-14 18:43:52','2021-01-14 10:43:52'),(39301,16009,'action complete via WP Cron','2021-01-14 18:43:52','2021-01-14 10:43:52'),(39302,16010,'action created','2021-01-14 18:43:52','2021-01-14 10:43:52'),(39303,16010,'action started via WP Cron','2021-01-14 18:55:20','2021-01-14 10:55:20'),(39304,16010,'action complete via WP Cron','2021-01-14 18:55:20','2021-01-14 10:55:20'),(39305,16011,'action created','2021-01-14 18:55:20','2021-01-14 10:55:20'),(39306,16011,'action started via WP Cron','2021-01-14 19:08:57','2021-01-14 11:08:57'),(39307,16011,'action complete via WP Cron','2021-01-14 19:08:57','2021-01-14 11:08:57'),(39308,16012,'action created','2021-01-14 19:08:57','2021-01-14 11:08:57'),(39309,16012,'action started via WP Cron','2021-01-14 19:28:07','2021-01-14 11:28:07'),(39310,16012,'action complete via WP Cron','2021-01-14 19:28:07','2021-01-14 11:28:07'),(39311,16013,'action created','2021-01-14 19:28:08','2021-01-14 11:28:08'),(39312,16013,'action started via WP Cron','2021-01-14 19:30:20','2021-01-14 11:30:20'),(39313,16013,'action complete via WP Cron','2021-01-14 19:30:20','2021-01-14 11:30:20'),(39314,16014,'action created','2021-01-14 19:30:21','2021-01-14 11:30:21'),(39315,16014,'action started via WP Cron','2021-01-14 19:31:15','2021-01-14 11:31:15'),(39316,16014,'action complete via WP Cron','2021-01-14 19:31:15','2021-01-14 11:31:15'),(39317,16015,'action created','2021-01-14 19:31:15','2021-01-14 11:31:15'),(39318,16015,'action started via WP Cron','2021-01-14 19:31:54','2021-01-14 11:31:54'),(39319,16015,'action complete via WP Cron','2021-01-14 19:31:54','2021-01-14 11:31:54'),(39320,16016,'action created','2021-01-14 19:31:54','2021-01-14 11:31:54'),(39321,16016,'action started via WP Cron','2021-01-14 19:36:49','2021-01-14 11:36:49'),(39322,16016,'action complete via WP Cron','2021-01-14 19:36:49','2021-01-14 11:36:49'),(39323,16017,'action created','2021-01-14 19:36:49','2021-01-14 11:36:49'),(39324,16017,'action started via WP Cron','2021-01-14 19:42:56','2021-01-14 11:42:56'),(39325,16017,'action complete via WP Cron','2021-01-14 19:42:56','2021-01-14 11:42:56'),(39326,16018,'action created','2021-01-14 19:42:56','2021-01-14 11:42:56'),(39327,16018,'action started via WP Cron','2021-01-14 19:44:53','2021-01-14 11:44:53'),(39328,16018,'action complete via WP Cron','2021-01-14 19:44:53','2021-01-14 11:44:53'),(39329,16019,'action created','2021-01-14 19:44:53','2021-01-14 11:44:53'),(39330,16019,'action started via WP Cron','2021-01-14 19:45:54','2021-01-14 11:45:54'),(39331,16019,'action complete via WP Cron','2021-01-14 19:45:54','2021-01-14 11:45:54'),(39332,16020,'action created','2021-01-14 19:45:54','2021-01-14 11:45:54'),(39333,16020,'action started via WP Cron','2021-01-14 19:46:55','2021-01-14 11:46:55'),(39334,16020,'action complete via WP Cron','2021-01-14 19:46:55','2021-01-14 11:46:55'),(39335,16021,'action created','2021-01-14 19:46:55','2021-01-14 11:46:55'),(39336,16021,'action started via WP Cron','2021-01-14 19:48:57','2021-01-14 11:48:57'),(39337,16021,'action complete via WP Cron','2021-01-14 19:48:57','2021-01-14 11:48:57'),(39338,16022,'action created','2021-01-14 19:48:57','2021-01-14 11:48:57'),(39339,16022,'action started via WP Cron','2021-01-14 19:49:59','2021-01-14 11:49:59'),(39340,16022,'action complete via WP Cron','2021-01-14 19:49:59','2021-01-14 11:49:59'),(39341,16023,'action created','2021-01-14 19:49:59','2021-01-14 11:49:59'),(39342,16023,'action started via WP Cron','2021-01-14 20:13:33','2021-01-14 12:13:33'),(39343,16023,'action complete via WP Cron','2021-01-14 20:13:33','2021-01-14 12:13:33'),(39344,16024,'action created','2021-01-14 20:17:35','2021-01-14 12:17:35'),(39345,16024,'action started via WP Cron','2021-01-14 20:19:01','2021-01-14 12:19:01'),(39346,16024,'action complete via WP Cron','2021-01-14 20:19:01','2021-01-14 12:19:01'),(39347,16025,'action created','2021-01-14 20:19:01','2021-01-14 12:19:01'),(39348,16025,'action started via WP Cron','2021-01-14 20:24:16','2021-01-14 12:24:16'),(39349,16025,'action complete via WP Cron','2021-01-14 20:24:16','2021-01-14 12:24:16'),(39350,16026,'action created','2021-01-14 20:24:16','2021-01-14 12:24:16'),(39351,16026,'action started via WP Cron','2021-01-14 20:33:01','2021-01-14 12:33:01'),(39352,16026,'action complete via WP Cron','2021-01-14 20:33:01','2021-01-14 12:33:01'),(39353,16027,'action created','2021-01-14 20:33:01','2021-01-14 12:33:01'),(39354,16027,'action started via WP Cron','2021-01-14 20:36:32','2021-01-14 12:36:32'),(39355,16027,'action complete via WP Cron','2021-01-14 20:36:32','2021-01-14 12:36:32'),(39356,16028,'action created','2021-01-14 20:36:32','2021-01-14 12:36:32'),(39357,16028,'action started via WP Cron','2021-01-14 20:39:38','2021-01-14 12:39:38'),(39358,16028,'action complete via WP Cron','2021-01-14 20:39:38','2021-01-14 12:39:38'),(39359,16029,'action created','2021-01-14 20:39:38','2021-01-14 12:39:38'),(39360,16029,'action started via WP Cron','2021-01-14 20:44:57','2021-01-14 12:44:57'),(39361,16029,'action complete via WP Cron','2021-01-14 20:44:57','2021-01-14 12:44:57'),(39362,16030,'action created','2021-01-14 20:44:57','2021-01-14 12:44:57'),(39363,16030,'action started via WP Cron','2021-01-14 20:50:58','2021-01-14 12:50:58'),(39364,16030,'action complete via WP Cron','2021-01-14 20:50:58','2021-01-14 12:50:58'),(39365,16031,'action created','2021-01-14 20:50:58','2021-01-14 12:50:58'),(39366,16031,'action started via WP Cron','2021-01-14 20:51:59','2021-01-14 12:51:59'),(39367,16031,'action complete via WP Cron','2021-01-14 20:51:59','2021-01-14 12:51:59'),(39368,16032,'action created','2021-01-14 20:51:59','2021-01-14 12:51:59'),(39369,16032,'action started via WP Cron','2021-01-14 20:52:59','2021-01-14 12:52:59'),(39370,16032,'action complete via WP Cron','2021-01-14 20:52:59','2021-01-14 12:52:59'),(39371,16033,'action created','2021-01-14 20:53:00','2021-01-14 12:53:00'),(39372,16033,'action started via WP Cron','2021-01-14 20:54:00','2021-01-14 12:54:00'),(39373,16033,'action complete via WP Cron','2021-01-14 20:54:00','2021-01-14 12:54:00'),(39374,16034,'action created','2021-01-14 20:54:00','2021-01-14 12:54:00'),(39375,16034,'action started via WP Cron','2021-01-14 20:55:03','2021-01-14 12:55:03'),(39376,16034,'action complete via WP Cron','2021-01-14 20:55:03','2021-01-14 12:55:03'),(39377,16035,'action created','2021-01-14 20:55:03','2021-01-14 12:55:03'),(39378,16035,'action started via WP Cron','2021-01-14 20:56:03','2021-01-14 12:56:03'),(39379,16035,'action complete via WP Cron','2021-01-14 20:56:03','2021-01-14 12:56:03'),(39380,16036,'action created','2021-01-14 20:56:03','2021-01-14 12:56:03'),(39381,16036,'action started via WP Cron','2021-01-14 20:59:39','2021-01-14 12:59:39'),(39382,16036,'action complete via WP Cron','2021-01-14 20:59:39','2021-01-14 12:59:39'),(39383,16037,'action created','2021-01-14 20:59:39','2021-01-14 12:59:39'),(39384,16037,'action started via WP Cron','2021-01-14 21:01:48','2021-01-14 13:01:48'),(39385,16037,'action complete via WP Cron','2021-01-14 21:01:48','2021-01-14 13:01:48'),(39386,16038,'action created','2021-01-14 21:01:49','2021-01-14 13:01:49'),(39387,16038,'action started via WP Cron','2021-01-14 21:03:17','2021-01-14 13:03:17'),(39388,16038,'action complete via WP Cron','2021-01-14 21:03:17','2021-01-14 13:03:17'),(39389,16039,'action created','2021-01-14 21:03:17','2021-01-14 13:03:17'),(39390,16039,'action started via WP Cron','2021-01-14 21:20:49','2021-01-14 13:20:49'),(39391,16039,'action complete via WP Cron','2021-01-14 21:20:49','2021-01-14 13:20:49'),(39392,16040,'action created','2021-01-14 21:20:49','2021-01-14 13:20:49'),(39393,16040,'action started via WP Cron','2021-01-14 21:21:57','2021-01-14 13:21:57'),(39394,16040,'action complete via WP Cron','2021-01-14 21:21:57','2021-01-14 13:21:57'),(39395,16041,'action created','2021-01-14 21:21:57','2021-01-14 13:21:57'),(39396,16041,'action started via WP Cron','2021-01-14 21:22:58','2021-01-14 13:22:58'),(39397,16041,'action complete via WP Cron','2021-01-14 21:22:58','2021-01-14 13:22:58'),(39398,16042,'action created','2021-01-14 21:22:58','2021-01-14 13:22:58'),(39399,16042,'action started via WP Cron','2021-01-14 21:25:00','2021-01-14 13:25:00'),(39400,16042,'action complete via WP Cron','2021-01-14 21:25:00','2021-01-14 13:25:00'),(39401,16043,'action created','2021-01-14 21:25:00','2021-01-14 13:25:00'),(39402,16043,'action started via WP Cron','2021-01-14 21:26:01','2021-01-14 13:26:01'),(39403,16043,'action complete via WP Cron','2021-01-14 21:26:01','2021-01-14 13:26:01'),(39404,16044,'action created','2021-01-14 21:26:01','2021-01-14 13:26:01'),(39405,16044,'action started via WP Cron','2021-01-14 21:27:02','2021-01-14 13:27:02'),(39406,16044,'action complete via WP Cron','2021-01-14 21:27:02','2021-01-14 13:27:02'),(39407,16045,'action created','2021-01-14 21:27:02','2021-01-14 13:27:02'),(39408,16045,'action started via WP Cron','2021-01-14 21:28:22','2021-01-14 13:28:22'),(39409,16045,'action complete via WP Cron','2021-01-14 21:28:22','2021-01-14 13:28:22'),(39410,16046,'action created','2021-01-14 21:28:22','2021-01-14 13:28:22'),(39411,16046,'action started via WP Cron','2021-01-14 21:29:12','2021-01-14 13:29:12'),(39412,16046,'action complete via WP Cron','2021-01-14 21:29:12','2021-01-14 13:29:12'),(39413,16047,'action created','2021-01-14 21:29:12','2021-01-14 13:29:12'),(39414,16047,'action started via WP Cron','2021-01-14 21:31:06','2021-01-14 13:31:06'),(39415,16047,'action complete via WP Cron','2021-01-14 21:31:06','2021-01-14 13:31:06'),(39416,16048,'action created','2021-01-14 21:31:06','2021-01-14 13:31:06'),(39417,16048,'action started via WP Cron','2021-01-14 21:32:26','2021-01-14 13:32:26'),(39418,16048,'action complete via WP Cron','2021-01-14 21:32:26','2021-01-14 13:32:26'),(39419,16049,'action created','2021-01-14 21:32:26','2021-01-14 13:32:26'),(39420,16049,'action started via WP Cron','2021-01-14 21:33:53','2021-01-14 13:33:53'),(39421,16049,'action complete via WP Cron','2021-01-14 21:33:53','2021-01-14 13:33:53'),(39422,16050,'action created','2021-01-14 21:33:53','2021-01-14 13:33:53'),(39423,16050,'action started via WP Cron','2021-01-14 21:39:35','2021-01-14 13:39:35'),(39424,16050,'action complete via WP Cron','2021-01-14 21:39:35','2021-01-14 13:39:35'),(39425,16051,'action created','2021-01-14 21:39:35','2021-01-14 13:39:35'),(39426,16051,'action started via WP Cron','2021-01-14 21:41:36','2021-01-14 13:41:36'),(39427,16051,'action complete via WP Cron','2021-01-14 21:41:36','2021-01-14 13:41:36'),(39428,16052,'action created','2021-01-14 21:41:36','2021-01-14 13:41:36'),(39429,16052,'action started via WP Cron','2021-01-14 21:53:42','2021-01-14 13:53:42'),(39430,16052,'action complete via WP Cron','2021-01-14 21:53:42','2021-01-14 13:53:42'),(39431,16053,'action created','2021-01-14 21:53:42','2021-01-14 13:53:42'),(39432,16053,'action started via WP Cron','2021-01-14 21:57:20','2021-01-14 13:57:20'),(39433,16053,'action complete via WP Cron','2021-01-14 21:57:20','2021-01-14 13:57:20'),(39434,16054,'action created','2021-01-14 21:57:20','2021-01-14 13:57:20'),(39435,16054,'action started via WP Cron','2021-01-14 22:02:50','2021-01-14 14:02:50'),(39436,16054,'action complete via WP Cron','2021-01-14 22:02:50','2021-01-14 14:02:50'),(39437,16055,'action created','2021-01-14 22:02:50','2021-01-14 14:02:50'),(39438,16055,'action started via WP Cron','2021-01-14 22:07:18','2021-01-14 14:07:18'),(39439,16055,'action complete via WP Cron','2021-01-14 22:07:18','2021-01-14 14:07:18'),(39440,16056,'action created','2021-01-14 22:07:19','2021-01-14 14:07:19'),(39441,16056,'action started via WP Cron','2021-01-14 22:17:16','2021-01-14 14:17:16'),(39442,16056,'action complete via WP Cron','2021-01-14 22:17:16','2021-01-14 14:17:16'),(39443,16057,'action created','2021-01-14 22:17:16','2021-01-14 14:17:16'),(39444,16057,'action started via WP Cron','2021-01-14 22:18:03','2021-01-14 14:18:03'),(39445,16057,'action complete via WP Cron','2021-01-14 22:18:03','2021-01-14 14:18:03'),(39446,16058,'action created','2021-01-14 22:18:03','2021-01-14 14:18:03'),(39447,16058,'action started via WP Cron','2021-01-14 22:20:29','2021-01-14 14:20:29'),(39448,16058,'action complete via WP Cron','2021-01-14 22:20:29','2021-01-14 14:20:29'),(39449,16059,'action created','2021-01-14 22:20:29','2021-01-14 14:20:29'),(39450,16059,'action started via WP Cron','2021-01-14 22:27:08','2021-01-14 14:27:08'),(39451,16059,'action complete via WP Cron','2021-01-14 22:27:08','2021-01-14 14:27:08'),(39452,16060,'action created','2021-01-14 22:27:08','2021-01-14 14:27:08'),(39453,16060,'action started via WP Cron','2021-01-14 22:28:02','2021-01-14 14:28:02'),(39454,16060,'action complete via WP Cron','2021-01-14 22:28:02','2021-01-14 14:28:02'),(39455,16061,'action created','2021-01-14 22:28:02','2021-01-14 14:28:02'),(39456,16061,'action started via WP Cron','2021-01-14 22:30:04','2021-01-14 14:30:04'),(39457,16061,'action complete via WP Cron','2021-01-14 22:30:04','2021-01-14 14:30:04'),(39458,16062,'action created','2021-01-14 22:30:04','2021-01-14 14:30:04'),(39459,16062,'action started via WP Cron','2021-01-14 22:31:05','2021-01-14 14:31:05'),(39460,16062,'action complete via WP Cron','2021-01-14 22:31:05','2021-01-14 14:31:05'),(39461,16063,'action created','2021-01-14 22:31:05','2021-01-14 14:31:05'),(39462,16063,'action started via WP Cron','2021-01-14 22:32:06','2021-01-14 14:32:06'),(39463,16063,'action complete via WP Cron','2021-01-14 22:32:06','2021-01-14 14:32:06'),(39464,16064,'action created','2021-01-14 22:32:06','2021-01-14 14:32:06'),(39465,16064,'action started via WP Cron','2021-01-14 22:34:27','2021-01-14 14:34:27'),(39466,16064,'action complete via WP Cron','2021-01-14 22:34:27','2021-01-14 14:34:27'),(39467,16065,'action created','2021-01-14 22:34:27','2021-01-14 14:34:27'),(39468,16065,'action started via WP Cron','2021-01-14 22:35:28','2021-01-14 14:35:28'),(39469,16065,'action complete via WP Cron','2021-01-14 22:35:28','2021-01-14 14:35:28'),(39470,16066,'action created','2021-01-14 22:35:28','2021-01-14 14:35:28'),(39471,16066,'action started via WP Cron','2021-01-14 22:36:29','2021-01-14 14:36:29'),(39472,16066,'action complete via WP Cron','2021-01-14 22:36:29','2021-01-14 14:36:29'),(39473,16067,'action created','2021-01-14 22:36:29','2021-01-14 14:36:29'),(39474,16067,'action started via WP Cron','2021-01-14 22:38:31','2021-01-14 14:38:31'),(39475,16067,'action complete via WP Cron','2021-01-14 22:38:31','2021-01-14 14:38:31'),(39476,16068,'action created','2021-01-14 22:38:31','2021-01-14 14:38:31'),(39477,16068,'action started via WP Cron','2021-01-14 22:39:32','2021-01-14 14:39:32'),(39478,16068,'action complete via WP Cron','2021-01-14 22:39:32','2021-01-14 14:39:32'),(39479,16069,'action created','2021-01-14 22:39:32','2021-01-14 14:39:32'),(39480,16069,'action started via WP Cron','2021-01-14 22:41:10','2021-01-14 14:41:10'),(39481,16069,'action complete via WP Cron','2021-01-14 22:41:10','2021-01-14 14:41:10'),(39482,16070,'action created','2021-01-14 22:44:14','2021-01-14 14:44:14'),(39483,16070,'action started via WP Cron','2021-01-14 22:52:48','2021-01-14 14:52:48'),(39484,16070,'action complete via WP Cron','2021-01-14 22:52:48','2021-01-14 14:52:48'),(39485,16071,'action created','2021-01-14 22:52:48','2021-01-14 14:52:48'),(39486,16071,'action started via WP Cron','2021-01-14 22:56:40','2021-01-14 14:56:40'),(39487,16071,'action complete via WP Cron','2021-01-14 22:56:40','2021-01-14 14:56:40'),(39488,16072,'action created','2021-01-14 22:56:40','2021-01-14 14:56:40'),(39489,16072,'action started via WP Cron','2021-01-14 22:57:58','2021-01-14 14:57:58'),(39490,16072,'action complete via WP Cron','2021-01-14 22:57:58','2021-01-14 14:57:58'),(39491,16073,'action created','2021-01-14 22:57:58','2021-01-14 14:57:58'),(39492,16073,'action started via WP Cron','2021-01-14 23:11:52','2021-01-14 15:11:52'),(39493,16073,'action complete via WP Cron','2021-01-14 23:11:52','2021-01-14 15:11:52'),(39494,16074,'action created','2021-01-14 23:11:52','2021-01-14 15:11:52'),(39495,16074,'action started via WP Cron','2021-01-14 23:15:09','2021-01-14 15:15:09'),(39496,16074,'action complete via WP Cron','2021-01-14 23:15:09','2021-01-14 15:15:09'),(39497,16075,'action created','2021-01-14 23:15:09','2021-01-14 15:15:09'),(39498,16075,'action started via WP Cron','2021-01-14 23:19:16','2021-01-14 15:19:16'),(39499,16075,'action complete via WP Cron','2021-01-14 23:19:16','2021-01-14 15:19:16'),(39500,16076,'action created','2021-01-14 23:19:16','2021-01-14 15:19:16'),(39501,16076,'action started via WP Cron','2021-01-14 23:19:43','2021-01-14 15:19:43'),(39502,16076,'action complete via WP Cron','2021-01-14 23:19:43','2021-01-14 15:19:43'),(39503,16077,'action created','2021-01-14 23:19:43','2021-01-14 15:19:43'),(39504,16077,'action started via WP Cron','2021-01-14 23:20:42','2021-01-14 15:20:42'),(39505,16077,'action complete via WP Cron','2021-01-14 23:20:42','2021-01-14 15:20:42'),(39506,16078,'action created','2021-01-14 23:20:42','2021-01-14 15:20:42'),(39507,16078,'action started via WP Cron','2021-01-14 23:21:43','2021-01-14 15:21:43'),(39508,16078,'action complete via WP Cron','2021-01-14 23:21:43','2021-01-14 15:21:43'),(39509,16079,'action created','2021-01-14 23:21:43','2021-01-14 15:21:43'),(39510,16079,'action started via WP Cron','2021-01-14 23:22:42','2021-01-14 15:22:42'),(39511,16079,'action complete via WP Cron','2021-01-14 23:22:42','2021-01-14 15:22:42'),(39512,16080,'action created','2021-01-14 23:22:42','2021-01-14 15:22:42'),(39513,16080,'action started via WP Cron','2021-01-14 23:23:41','2021-01-14 15:23:41'),(39514,16080,'action complete via WP Cron','2021-01-14 23:23:41','2021-01-14 15:23:41'),(39515,16081,'action created','2021-01-14 23:23:41','2021-01-14 15:23:41'),(39516,16081,'action started via WP Cron','2021-01-14 23:24:47','2021-01-14 15:24:47'),(39517,16081,'action complete via WP Cron','2021-01-14 23:24:47','2021-01-14 15:24:47'),(39518,16082,'action created','2021-01-14 23:24:47','2021-01-14 15:24:47'),(39519,16082,'action started via WP Cron','2021-01-14 23:25:46','2021-01-14 15:25:46'),(39520,16082,'action complete via WP Cron','2021-01-14 23:25:46','2021-01-14 15:25:46'),(39521,16083,'action created','2021-01-14 23:25:46','2021-01-14 15:25:46'),(39522,16083,'action started via WP Cron','2021-01-14 23:26:41','2021-01-14 15:26:41'),(39523,16083,'action complete via WP Cron','2021-01-14 23:26:41','2021-01-14 15:26:41'),(39524,16084,'action created','2021-01-14 23:26:41','2021-01-14 15:26:41'),(39525,16084,'action started via WP Cron','2021-01-14 23:27:46','2021-01-14 15:27:46'),(39526,16084,'action complete via WP Cron','2021-01-14 23:27:46','2021-01-14 15:27:46'),(39527,16085,'action created','2021-01-14 23:27:46','2021-01-14 15:27:46'),(39528,16085,'action started via WP Cron','2021-01-14 23:28:44','2021-01-14 15:28:44'),(39529,16085,'action complete via WP Cron','2021-01-14 23:28:44','2021-01-14 15:28:44'),(39530,16086,'action created','2021-01-14 23:28:44','2021-01-14 15:28:44'),(39531,16086,'action started via WP Cron','2021-01-14 23:39:12','2021-01-14 15:39:12'),(39532,16086,'action complete via WP Cron','2021-01-14 23:39:12','2021-01-14 15:39:12'),(39533,16087,'action created','2021-01-14 23:39:12','2021-01-14 15:39:12'),(39534,16087,'action started via WP Cron','2021-01-14 23:40:32','2021-01-14 15:40:32'),(39535,16087,'action complete via WP Cron','2021-01-14 23:40:32','2021-01-14 15:40:32'),(39536,16088,'action created','2021-01-14 23:40:32','2021-01-14 15:40:32'),(39537,16088,'action started via WP Cron','2021-01-14 23:41:33','2021-01-14 15:41:33'),(39538,16088,'action complete via WP Cron','2021-01-14 23:41:33','2021-01-14 15:41:33'),(39539,16089,'action created','2021-01-14 23:41:33','2021-01-14 15:41:33'),(39540,16089,'action started via WP Cron','2021-01-14 23:43:35','2021-01-14 15:43:35'),(39541,16089,'action complete via WP Cron','2021-01-14 23:43:35','2021-01-14 15:43:35'),(39542,16090,'action created','2021-01-14 23:43:35','2021-01-14 15:43:35'),(39543,16090,'action started via WP Cron','2021-01-14 23:44:33','2021-01-14 15:44:33'),(39544,16090,'action complete via WP Cron','2021-01-14 23:44:33','2021-01-14 15:44:33'),(39545,16091,'action created','2021-01-14 23:44:33','2021-01-14 15:44:33'),(39546,16091,'action started via WP Cron','2021-01-14 23:45:37','2021-01-14 15:45:37'),(39547,16091,'action complete via WP Cron','2021-01-14 23:45:37','2021-01-14 15:45:37'),(39548,16092,'action created','2021-01-14 23:45:37','2021-01-14 15:45:37'),(39549,16092,'action started via WP Cron','2021-01-14 23:48:12','2021-01-14 15:48:12'),(39550,16092,'action complete via WP Cron','2021-01-14 23:48:12','2021-01-14 15:48:12'),(39551,16093,'action created','2021-01-14 23:48:12','2021-01-14 15:48:12'),(39552,16093,'action started via WP Cron','2021-01-14 23:50:37','2021-01-14 15:50:37'),(39553,16093,'action complete via WP Cron','2021-01-14 23:50:37','2021-01-14 15:50:37'),(39554,16094,'action created','2021-01-14 23:50:37','2021-01-14 15:50:37'),(39555,16094,'action started via WP Cron','2021-01-14 23:51:43','2021-01-14 15:51:43'),(39556,16094,'action complete via WP Cron','2021-01-14 23:51:43','2021-01-14 15:51:43'),(39557,16095,'action created','2021-01-14 23:51:43','2021-01-14 15:51:43'),(39558,16095,'action started via WP Cron','2021-01-14 23:53:08','2021-01-14 15:53:08'),(39559,16095,'action complete via WP Cron','2021-01-14 23:53:08','2021-01-14 15:53:08'),(39560,16096,'action created','2021-01-14 23:53:08','2021-01-14 15:53:08'),(39561,16096,'action started via WP Cron','2021-01-14 23:54:14','2021-01-14 15:54:14'),(39562,16096,'action complete via WP Cron','2021-01-14 23:54:14','2021-01-14 15:54:14'),(39563,16097,'action created','2021-01-14 23:54:14','2021-01-14 15:54:14'),(39564,16097,'action started via WP Cron','2021-01-15 00:00:59','2021-01-14 16:00:59'),(39565,16097,'action complete via WP Cron','2021-01-15 00:00:59','2021-01-14 16:00:59'),(39566,16098,'action created','2021-01-15 00:01:00','2021-01-14 16:01:00'),(39567,16098,'action started via WP Cron','2021-01-15 00:02:01','2021-01-14 16:02:01'),(39568,16098,'action complete via WP Cron','2021-01-15 00:02:01','2021-01-14 16:02:01'),(39569,16099,'action created','2021-01-15 00:02:01','2021-01-14 16:02:01'),(39570,16099,'action started via WP Cron','2021-01-15 00:10:23','2021-01-14 16:10:23'),(39571,16099,'action complete via WP Cron','2021-01-15 00:10:23','2021-01-14 16:10:23'),(39572,16100,'action created','2021-01-15 00:10:23','2021-01-14 16:10:23'),(39573,16100,'action started via WP Cron','2021-01-15 00:26:15','2021-01-14 16:26:15'),(39574,16100,'action complete via WP Cron','2021-01-15 00:26:15','2021-01-14 16:26:15'),(39575,16101,'action created','2021-01-15 00:26:24','2021-01-14 16:26:24'),(39576,16101,'action started via WP Cron','2021-01-15 00:32:02','2021-01-14 16:32:02'),(39577,16101,'action complete via WP Cron','2021-01-15 00:32:02','2021-01-14 16:32:02'),(39578,16102,'action created','2021-01-15 00:32:02','2021-01-14 16:32:02'),(39579,16102,'action started via WP Cron','2021-01-15 00:45:43','2021-01-14 16:45:43'),(39580,16102,'action complete via WP Cron','2021-01-15 00:45:43','2021-01-14 16:45:43'),(39581,16103,'action created','2021-01-15 00:45:43','2021-01-14 16:45:43'),(39582,16103,'action started via WP Cron','2021-01-15 00:47:38','2021-01-14 16:47:38'),(39583,16103,'action complete via WP Cron','2021-01-15 00:47:38','2021-01-14 16:47:38'),(39584,16104,'action created','2021-01-15 00:47:38','2021-01-14 16:47:38'),(39585,16104,'action started via WP Cron','2021-01-15 00:49:40','2021-01-14 16:49:40'),(39586,16104,'action complete via WP Cron','2021-01-15 00:49:40','2021-01-14 16:49:40'),(39587,16105,'action created','2021-01-15 00:49:40','2021-01-14 16:49:40'),(39588,16105,'action started via WP Cron','2021-01-15 00:50:41','2021-01-14 16:50:41'),(39589,16105,'action complete via WP Cron','2021-01-15 00:50:41','2021-01-14 16:50:41'),(39590,16106,'action created','2021-01-15 00:50:41','2021-01-14 16:50:41'),(39591,16106,'action started via WP Cron','2021-01-15 00:51:42','2021-01-14 16:51:42'),(39592,16106,'action complete via WP Cron','2021-01-15 00:51:42','2021-01-14 16:51:42'),(39593,16107,'action created','2021-01-15 00:51:42','2021-01-14 16:51:42'),(39594,16107,'action started via WP Cron','2021-01-15 00:56:04','2021-01-14 16:56:04'),(39595,16107,'action complete via WP Cron','2021-01-15 00:56:04','2021-01-14 16:56:04'),(39596,16108,'action created','2021-01-15 00:56:05','2021-01-14 16:56:05'),(39597,16108,'action started via WP Cron','2021-01-15 00:59:41','2021-01-14 16:59:41'),(39598,16108,'action complete via WP Cron','2021-01-15 00:59:41','2021-01-14 16:59:41'),(39599,16109,'action created','2021-01-15 00:59:41','2021-01-14 16:59:41'),(39600,16109,'action started via WP Cron','2021-01-15 01:01:53','2021-01-14 17:01:53'),(39601,16109,'action complete via WP Cron','2021-01-15 01:01:53','2021-01-14 17:01:53'),(39602,16110,'action created','2021-01-15 01:01:53','2021-01-14 17:01:53'),(39603,16110,'action started via WP Cron','2021-01-15 01:20:54','2021-01-14 17:20:54'),(39604,16110,'action complete via WP Cron','2021-01-15 01:20:54','2021-01-14 17:20:54'),(39605,16111,'action created','2021-01-15 01:20:54','2021-01-14 17:20:54'),(39606,16111,'action started via WP Cron','2021-01-15 01:23:06','2021-01-14 17:23:06'),(39607,16111,'action complete via WP Cron','2021-01-15 01:23:06','2021-01-14 17:23:06'),(39608,16112,'action created','2021-01-15 01:23:06','2021-01-14 17:23:06'),(39609,16112,'action started via WP Cron','2021-01-15 01:26:42','2021-01-14 17:26:42'),(39610,16112,'action complete via WP Cron','2021-01-15 01:26:42','2021-01-14 17:26:42'),(39611,16113,'action created','2021-01-15 01:26:42','2021-01-14 17:26:42'),(39612,16113,'action started via WP Cron','2021-01-15 01:31:50','2021-01-14 17:31:50'),(39613,16113,'action complete via WP Cron','2021-01-15 01:31:50','2021-01-14 17:31:50'),(39614,16114,'action created','2021-01-15 01:31:50','2021-01-14 17:31:50'),(39615,16114,'action started via WP Cron','2021-01-15 01:51:48','2021-01-14 17:51:48'),(39616,16114,'action complete via WP Cron','2021-01-15 01:51:48','2021-01-14 17:51:48'),(39617,16115,'action created','2021-01-15 01:51:48','2021-01-14 17:51:48'),(39618,16115,'action started via WP Cron','2021-01-15 01:52:42','2021-01-14 17:52:42'),(39619,16115,'action complete via WP Cron','2021-01-15 01:52:42','2021-01-14 17:52:42'),(39620,16116,'action created','2021-01-15 01:52:42','2021-01-14 17:52:42'),(39621,16116,'action started via WP Cron','2021-01-15 01:53:43','2021-01-14 17:53:43'),(39622,16116,'action complete via WP Cron','2021-01-15 01:53:43','2021-01-14 17:53:43'),(39623,16117,'action created','2021-01-15 01:53:43','2021-01-14 17:53:43'),(39624,16117,'action started via WP Cron','2021-01-15 01:55:44','2021-01-14 17:55:44'),(39625,16117,'action complete via WP Cron','2021-01-15 01:55:44','2021-01-14 17:55:44'),(39626,16118,'action created','2021-01-15 01:55:45','2021-01-14 17:55:45'),(39627,16118,'action started via WP Cron','2021-01-15 01:56:46','2021-01-14 17:56:46'),(39628,16118,'action complete via WP Cron','2021-01-15 01:56:46','2021-01-14 17:56:46'),(39629,16119,'action created','2021-01-15 01:56:46','2021-01-14 17:56:46'),(39630,16119,'action started via WP Cron','2021-01-15 01:57:47','2021-01-14 17:57:47'),(39631,16119,'action complete via WP Cron','2021-01-15 01:57:47','2021-01-14 17:57:47'),(39632,16120,'action created','2021-01-15 01:57:47','2021-01-14 17:57:47'),(39633,16120,'action started via WP Cron','2021-01-15 02:02:40','2021-01-14 18:02:40'),(39634,16120,'action complete via WP Cron','2021-01-15 02:02:40','2021-01-14 18:02:40'),(39635,16121,'action created','2021-01-15 02:02:40','2021-01-14 18:02:40'),(39636,16121,'action started via WP Cron','2021-01-15 02:04:32','2021-01-14 18:04:32'),(39637,16121,'action complete via WP Cron','2021-01-15 02:04:32','2021-01-14 18:04:32'),(39638,16122,'action created','2021-01-15 02:04:32','2021-01-14 18:04:32'),(39639,16122,'action started via WP Cron','2021-01-15 02:05:46','2021-01-14 18:05:46'),(39640,16122,'action complete via WP Cron','2021-01-15 02:05:46','2021-01-14 18:05:46'),(39641,16123,'action created','2021-01-15 02:05:46','2021-01-14 18:05:46'),(39642,16123,'action started via WP Cron','2021-01-15 02:07:00','2021-01-14 18:07:00'),(39643,16123,'action complete via WP Cron','2021-01-15 02:07:00','2021-01-14 18:07:00'),(39644,16124,'action created','2021-01-15 02:07:00','2021-01-14 18:07:00'),(39645,16124,'action started via WP Cron','2021-01-15 02:08:36','2021-01-14 18:08:36'),(39646,16124,'action complete via WP Cron','2021-01-15 02:08:36','2021-01-14 18:08:36'),(39647,16125,'action created','2021-01-15 02:08:37','2021-01-14 18:08:37'),(39648,16125,'action started via WP Cron','2021-01-15 02:09:36','2021-01-14 18:09:36'),(39649,16125,'action complete via WP Cron','2021-01-15 02:09:36','2021-01-14 18:09:36'),(39650,16126,'action created','2021-01-15 02:09:36','2021-01-14 18:09:36'),(39651,16126,'action started via WP Cron','2021-01-15 02:10:29','2021-01-14 18:10:29'),(39652,16126,'action complete via WP Cron','2021-01-15 02:10:29','2021-01-14 18:10:29'),(39653,16127,'action created','2021-01-15 02:10:29','2021-01-14 18:10:29'),(39654,16127,'action started via WP Cron','2021-01-15 02:11:24','2021-01-14 18:11:24'),(39655,16127,'action complete via WP Cron','2021-01-15 02:11:24','2021-01-14 18:11:24'),(39656,16128,'action created','2021-01-15 02:11:24','2021-01-14 18:11:24'),(39657,16128,'action started via WP Cron','2021-01-15 02:13:29','2021-01-14 18:13:29'),(39658,16128,'action complete via WP Cron','2021-01-15 02:13:29','2021-01-14 18:13:29'),(39659,16129,'action created','2021-01-15 02:13:29','2021-01-14 18:13:29'),(39660,16129,'action started via WP Cron','2021-01-15 02:14:14','2021-01-14 18:14:14'),(39661,16129,'action complete via WP Cron','2021-01-15 02:14:14','2021-01-14 18:14:14'),(39662,16130,'action created','2021-01-15 02:14:14','2021-01-14 18:14:14'),(39663,16130,'action started via WP Cron','2021-01-15 02:15:07','2021-01-14 18:15:07'),(39664,16130,'action complete via WP Cron','2021-01-15 02:15:07','2021-01-14 18:15:07'),(39665,16131,'action created','2021-01-15 02:15:07','2021-01-14 18:15:07'),(39666,16131,'action started via WP Cron','2021-01-15 02:16:43','2021-01-14 18:16:43'),(39667,16131,'action complete via WP Cron','2021-01-15 02:16:43','2021-01-14 18:16:43'),(39668,16132,'action created','2021-01-15 02:16:43','2021-01-14 18:16:43'),(39669,16132,'action started via WP Cron','2021-01-15 02:18:11','2021-01-14 18:18:11'),(39670,16132,'action complete via WP Cron','2021-01-15 02:18:11','2021-01-14 18:18:11'),(39671,16133,'action created','2021-01-15 02:18:11','2021-01-14 18:18:11'),(39672,16133,'action started via WP Cron','2021-01-15 02:18:48','2021-01-14 18:18:48'),(39673,16133,'action complete via WP Cron','2021-01-15 02:18:48','2021-01-14 18:18:48'),(39674,16134,'action created','2021-01-15 02:18:48','2021-01-14 18:18:48'),(39675,16134,'action started via WP Cron','2021-01-15 02:20:15','2021-01-14 18:20:15'),(39676,16134,'action complete via WP Cron','2021-01-15 02:20:15','2021-01-14 18:20:15'),(39677,16135,'action created','2021-01-15 02:20:15','2021-01-14 18:20:15'),(39678,16135,'action started via WP Cron','2021-01-15 02:21:01','2021-01-14 18:21:01'),(39679,16135,'action complete via WP Cron','2021-01-15 02:21:01','2021-01-14 18:21:01'),(39680,16136,'action created','2021-01-15 02:21:01','2021-01-14 18:21:01'),(39681,16136,'action started via WP Cron','2021-01-15 02:22:14','2021-01-14 18:22:14'),(39682,16136,'action complete via WP Cron','2021-01-15 02:22:14','2021-01-14 18:22:14'),(39683,16137,'action created','2021-01-15 02:22:14','2021-01-14 18:22:14'),(39684,16137,'action started via WP Cron','2021-01-15 02:23:28','2021-01-14 18:23:28'),(39685,16137,'action complete via WP Cron','2021-01-15 02:23:28','2021-01-14 18:23:28'),(39686,16138,'action created','2021-01-15 02:23:28','2021-01-14 18:23:28'),(39687,16138,'action started via WP Cron','2021-01-15 02:24:35','2021-01-14 18:24:35'),(39688,16138,'action complete via WP Cron','2021-01-15 02:24:35','2021-01-14 18:24:35'),(39689,16139,'action created','2021-01-15 02:24:36','2021-01-14 18:24:36'),(39690,16139,'action started via WP Cron','2021-01-15 02:25:52','2021-01-14 18:25:52'),(39691,16139,'action complete via WP Cron','2021-01-15 02:25:52','2021-01-14 18:25:52'),(39692,16140,'action created','2021-01-15 02:25:52','2021-01-14 18:25:52'),(39693,16140,'action started via WP Cron','2021-01-15 02:27:10','2021-01-14 18:27:10'),(39694,16140,'action complete via WP Cron','2021-01-15 02:27:10','2021-01-14 18:27:10'),(39695,16141,'action created','2021-01-15 02:28:44','2021-01-14 18:28:44'),(39696,16141,'action started via WP Cron','2021-01-15 02:30:30','2021-01-14 18:30:30'),(39697,16141,'action complete via WP Cron','2021-01-15 02:30:30','2021-01-14 18:30:30'),(39698,16142,'action created','2021-01-15 02:30:31','2021-01-14 18:30:31'),(39699,16142,'action started via WP Cron','2021-01-15 02:32:00','2021-01-14 18:32:00'),(39700,16142,'action complete via WP Cron','2021-01-15 02:32:00','2021-01-14 18:32:00'),(39701,16143,'action created','2021-01-15 02:32:00','2021-01-14 18:32:00'),(39702,16143,'action started via WP Cron','2021-01-15 02:33:14','2021-01-14 18:33:14'),(39703,16143,'action complete via WP Cron','2021-01-15 02:33:14','2021-01-14 18:33:14'),(39704,16144,'action created','2021-01-15 02:33:14','2021-01-14 18:33:14'),(39705,16144,'action started via WP Cron','2021-01-15 02:34:01','2021-01-14 18:34:01'),(39706,16144,'action complete via WP Cron','2021-01-15 02:34:01','2021-01-14 18:34:01'),(39707,16145,'action created','2021-01-15 02:34:01','2021-01-14 18:34:01'),(39708,16145,'action started via WP Cron','2021-01-15 02:35:19','2021-01-14 18:35:19'),(39709,16145,'action complete via WP Cron','2021-01-15 02:35:19','2021-01-14 18:35:19'),(39710,16146,'action created','2021-01-15 02:35:19','2021-01-14 18:35:19'),(39711,16146,'action started via WP Cron','2021-01-15 02:36:33','2021-01-14 18:36:33'),(39712,16146,'action complete via WP Cron','2021-01-15 02:36:33','2021-01-14 18:36:33'),(39713,16147,'action created','2021-01-15 02:36:33','2021-01-14 18:36:33'),(39714,16147,'action started via WP Cron','2021-01-15 02:36:44','2021-01-14 18:36:44'),(39715,16147,'action complete via WP Cron','2021-01-15 02:36:44','2021-01-14 18:36:44'),(39716,16148,'action created','2021-01-15 02:36:44','2021-01-14 18:36:44'),(39717,16148,'action started via WP Cron','2021-01-15 02:38:09','2021-01-14 18:38:09'),(39718,16148,'action complete via WP Cron','2021-01-15 02:38:09','2021-01-14 18:38:09'),(39719,16149,'action created','2021-01-15 02:38:09','2021-01-14 18:38:09'),(39720,16149,'action started via WP Cron','2021-01-15 02:39:23','2021-01-14 18:39:23'),(39721,16149,'action complete via WP Cron','2021-01-15 02:39:23','2021-01-14 18:39:23'),(39722,16150,'action created','2021-01-15 02:39:23','2021-01-14 18:39:23'),(39723,16150,'action started via WP Cron','2021-01-15 02:40:24','2021-01-14 18:40:24'),(39724,16150,'action complete via WP Cron','2021-01-15 02:40:24','2021-01-14 18:40:24'),(39725,16151,'action created','2021-01-15 02:40:24','2021-01-14 18:40:24'),(39726,16151,'action started via WP Cron','2021-01-15 02:41:29','2021-01-14 18:41:29'),(39727,16151,'action complete via WP Cron','2021-01-15 02:41:29','2021-01-14 18:41:29'),(39728,16152,'action created','2021-01-15 02:41:29','2021-01-14 18:41:29'),(39729,16152,'action started via WP Cron','2021-01-15 02:42:11','2021-01-14 18:42:11'),(39730,16152,'action complete via WP Cron','2021-01-15 02:42:11','2021-01-14 18:42:11'),(39731,16153,'action created','2021-01-15 02:42:11','2021-01-14 18:42:11'),(39732,16153,'action started via WP Cron','2021-01-15 02:43:24','2021-01-14 18:43:24'),(39733,16153,'action complete via WP Cron','2021-01-15 02:43:24','2021-01-14 18:43:24'),(39734,16154,'action created','2021-01-15 02:43:24','2021-01-14 18:43:24'),(39735,16154,'action started via WP Cron','2021-01-15 02:43:47','2021-01-14 18:43:47'),(39736,16154,'action complete via WP Cron','2021-01-15 02:43:47','2021-01-14 18:43:47'),(39737,16155,'action created','2021-01-15 02:43:47','2021-01-14 18:43:47'),(39738,16155,'action started via WP Cron','2021-01-15 02:45:16','2021-01-14 18:45:16'),(39739,16155,'action complete via WP Cron','2021-01-15 02:45:16','2021-01-14 18:45:16'),(39740,16156,'action created','2021-01-15 02:45:16','2021-01-14 18:45:16'),(39741,16156,'action started via WP Cron','2021-01-15 02:46:49','2021-01-14 18:46:49'),(39742,16156,'action complete via WP Cron','2021-01-15 02:46:49','2021-01-14 18:46:49'),(39743,16157,'action created','2021-01-15 02:46:49','2021-01-14 18:46:49'),(39744,16157,'action started via WP Cron','2021-01-15 02:47:43','2021-01-14 18:47:43'),(39745,16157,'action complete via WP Cron','2021-01-15 02:47:43','2021-01-14 18:47:43'),(39746,16158,'action created','2021-01-15 02:47:43','2021-01-14 18:47:43'),(39747,16158,'action started via WP Cron','2021-01-15 02:49:05','2021-01-14 18:49:05'),(39748,16158,'action complete via WP Cron','2021-01-15 02:49:05','2021-01-14 18:49:05'),(39749,16159,'action created','2021-01-15 02:49:05','2021-01-14 18:49:05'),(39750,16159,'action started via WP Cron','2021-01-15 02:51:30','2021-01-14 18:51:30'),(39751,16159,'action complete via WP Cron','2021-01-15 02:51:30','2021-01-14 18:51:30'),(39752,16160,'action created','2021-01-15 02:51:30','2021-01-14 18:51:30'),(39753,16160,'action started via WP Cron','2021-01-15 02:52:34','2021-01-14 18:52:34'),(39754,16160,'action complete via WP Cron','2021-01-15 02:52:34','2021-01-14 18:52:34'),(39755,16161,'action created','2021-01-15 02:52:34','2021-01-14 18:52:34'),(39756,16161,'action started via WP Cron','2021-01-15 02:53:20','2021-01-14 18:53:20'),(39757,16161,'action complete via WP Cron','2021-01-15 02:53:20','2021-01-14 18:53:20'),(39758,16162,'action created','2021-01-15 02:53:20','2021-01-14 18:53:20'),(39759,15700,'action started via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39760,15700,'action complete via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39761,16163,'action created','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39762,16162,'action started via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39763,16162,'action complete via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39764,15701,'action started via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39765,15701,'action complete via WP Cron','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39766,16164,'action created','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39767,16165,'action created','2021-01-15 02:54:02','2021-01-14 18:54:02'),(39768,16165,'action started via WP Cron','2021-01-15 02:55:45','2021-01-14 18:55:45'),(39769,16165,'action complete via WP Cron','2021-01-15 02:55:45','2021-01-14 18:55:45'),(39770,16166,'action created','2021-01-15 02:55:45','2021-01-14 18:55:45'),(39771,16166,'action started via WP Cron','2021-01-15 02:58:45','2021-01-14 18:58:45'),(39772,16166,'action complete via WP Cron','2021-01-15 02:58:45','2021-01-14 18:58:45'),(39773,16167,'action created','2021-01-15 02:58:45','2021-01-14 18:58:45'),(39774,16167,'action started via WP Cron','2021-01-15 02:59:45','2021-01-14 18:59:45'),(39775,16167,'action complete via WP Cron','2021-01-15 02:59:45','2021-01-14 18:59:45'),(39776,16168,'action created','2021-01-15 02:59:45','2021-01-14 18:59:45'),(39777,16168,'action started via WP Cron','2021-01-15 03:01:03','2021-01-14 19:01:03'),(39778,16168,'action complete via WP Cron','2021-01-15 03:01:03','2021-01-14 19:01:03'),(39779,16169,'action created','2021-01-15 03:01:03','2021-01-14 19:01:03'),(39780,16169,'action started via WP Cron','2021-01-15 03:02:52','2021-01-14 19:02:52'),(39781,16169,'action complete via WP Cron','2021-01-15 03:02:52','2021-01-14 19:02:52'),(39782,16170,'action created','2021-01-15 03:02:53','2021-01-14 19:02:53'),(39783,16170,'action started via WP Cron','2021-01-15 03:04:20','2021-01-14 19:04:20'),(39784,16170,'action complete via WP Cron','2021-01-15 03:04:20','2021-01-14 19:04:20'),(39785,16171,'action created','2021-01-15 03:04:21','2021-01-14 19:04:21'),(39786,16171,'action started via WP Cron','2021-01-15 03:05:42','2021-01-14 19:05:42'),(39787,16171,'action complete via WP Cron','2021-01-15 03:05:42','2021-01-14 19:05:42'),(39788,16172,'action created','2021-01-15 03:05:42','2021-01-14 19:05:42'),(39789,16172,'action started via WP Cron','2021-01-15 03:07:12','2021-01-14 19:07:12'),(39790,16172,'action complete via WP Cron','2021-01-15 03:07:12','2021-01-14 19:07:12'),(39791,16173,'action created','2021-01-15 03:07:12','2021-01-14 19:07:12'),(39792,16173,'action started via WP Cron','2021-01-15 03:08:39','2021-01-14 19:08:39'),(39793,16173,'action complete via WP Cron','2021-01-15 03:08:39','2021-01-14 19:08:39'),(39794,16174,'action created','2021-01-15 03:08:39','2021-01-14 19:08:39'),(39795,16174,'action started via WP Cron','2021-01-15 03:09:18','2021-01-14 19:09:18'),(39796,16174,'action complete via WP Cron','2021-01-15 03:09:18','2021-01-14 19:09:18'),(39797,16175,'action created','2021-01-15 03:09:18','2021-01-14 19:09:18'),(39798,16175,'action started via WP Cron','2021-01-15 03:10:26','2021-01-14 19:10:26'),(39799,16175,'action complete via WP Cron','2021-01-15 03:10:26','2021-01-14 19:10:26'),(39800,16176,'action created','2021-01-15 03:10:26','2021-01-14 19:10:26'),(39801,16176,'action started via WP Cron','2021-01-15 03:11:21','2021-01-14 19:11:21'),(39802,16176,'action complete via WP Cron','2021-01-15 03:11:21','2021-01-14 19:11:21'),(39803,16177,'action created','2021-01-15 03:11:21','2021-01-14 19:11:21'),(39804,16177,'action started via WP Cron','2021-01-15 03:12:17','2021-01-14 19:12:17'),(39805,16177,'action complete via WP Cron','2021-01-15 03:12:17','2021-01-14 19:12:17'),(39806,16178,'action created','2021-01-15 03:12:17','2021-01-14 19:12:17'),(39807,16178,'action started via WP Cron','2021-01-15 03:12:42','2021-01-14 19:12:42'),(39808,16178,'action complete via WP Cron','2021-01-15 03:12:42','2021-01-14 19:12:42'),(39809,16179,'action created','2021-01-15 03:12:42','2021-01-14 19:12:42'),(39810,16179,'action started via WP Cron','2021-01-15 03:13:53','2021-01-14 19:13:53'),(39811,16179,'action complete via WP Cron','2021-01-15 03:13:53','2021-01-14 19:13:53'),(39812,16180,'action created','2021-01-15 03:13:53','2021-01-14 19:13:53'),(39813,16180,'action started via WP Cron','2021-01-15 03:14:46','2021-01-14 19:14:46'),(39814,16180,'action complete via WP Cron','2021-01-15 03:14:46','2021-01-14 19:14:46'),(39815,16181,'action created','2021-01-15 03:14:46','2021-01-14 19:14:46'),(39816,16181,'action started via WP Cron','2021-01-15 03:16:48','2021-01-14 19:16:48'),(39817,16181,'action complete via WP Cron','2021-01-15 03:16:48','2021-01-14 19:16:48'),(39818,16182,'action created','2021-01-15 03:19:53','2021-01-14 19:19:53'),(39819,16182,'action started via WP Cron','2021-01-15 03:21:24','2021-01-14 19:21:24'),(39820,16182,'action complete via WP Cron','2021-01-15 03:21:24','2021-01-14 19:21:24'),(39821,16183,'action created','2021-01-15 03:21:24','2021-01-14 19:21:24'),(39822,16183,'action started via WP Cron','2021-01-15 03:28:59','2021-01-14 19:28:59'),(39823,16183,'action complete via WP Cron','2021-01-15 03:28:59','2021-01-14 19:28:59'),(39824,16184,'action created','2021-01-15 03:28:59','2021-01-14 19:28:59'),(39825,16184,'action started via WP Cron','2021-01-15 03:30:45','2021-01-14 19:30:45'),(39826,16184,'action complete via WP Cron','2021-01-15 03:30:45','2021-01-14 19:30:45'),(39827,16185,'action created','2021-01-15 03:30:45','2021-01-14 19:30:45'),(39828,16185,'action started via WP Cron','2021-01-15 03:32:43','2021-01-14 19:32:43'),(39829,16185,'action complete via WP Cron','2021-01-15 03:32:43','2021-01-14 19:32:43'),(39830,16186,'action created','2021-01-15 03:34:57','2021-01-14 19:34:57'),(39831,16186,'action started via WP Cron','2021-01-15 03:38:09','2021-01-14 19:38:09'),(39832,16186,'action complete via WP Cron','2021-01-15 03:38:09','2021-01-14 19:38:09'),(39833,16187,'action created','2021-01-15 03:38:09','2021-01-14 19:38:09'),(39834,16187,'action started via WP Cron','2021-01-15 03:40:33','2021-01-14 19:40:33'),(39835,16187,'action complete via WP Cron','2021-01-15 03:40:33','2021-01-14 19:40:33'),(39836,16188,'action created','2021-01-15 03:40:33','2021-01-14 19:40:33'),(39837,16188,'action started via WP Cron','2021-01-15 03:53:37','2021-01-14 19:53:37'),(39838,16188,'action complete via WP Cron','2021-01-15 03:53:37','2021-01-14 19:53:37'),(39839,16189,'action created','2021-01-15 03:53:37','2021-01-14 19:53:37'),(39840,16189,'action started via WP Cron','2021-01-15 03:54:46','2021-01-14 19:54:46'),(39841,16189,'action complete via WP Cron','2021-01-15 03:54:46','2021-01-14 19:54:46'),(39842,16190,'action created','2021-01-15 03:54:46','2021-01-14 19:54:46'),(39843,16190,'action started via WP Cron','2021-01-15 03:55:47','2021-01-14 19:55:47'),(39844,16190,'action complete via WP Cron','2021-01-15 03:55:47','2021-01-14 19:55:47'),(39845,16191,'action created','2021-01-15 03:55:47','2021-01-14 19:55:47'),(39846,16191,'action started via WP Cron','2021-01-15 03:56:55','2021-01-14 19:56:55'),(39847,16191,'action complete via WP Cron','2021-01-15 03:56:55','2021-01-14 19:56:55'),(39848,16192,'action created','2021-01-15 03:56:55','2021-01-14 19:56:55'),(39849,16192,'action started via WP Cron','2021-01-15 03:57:49','2021-01-14 19:57:49'),(39850,16192,'action complete via WP Cron','2021-01-15 03:57:49','2021-01-14 19:57:49'),(39851,16193,'action created','2021-01-15 03:57:49','2021-01-14 19:57:49'),(39852,16193,'action started via WP Cron','2021-01-15 03:58:50','2021-01-14 19:58:50'),(39853,16193,'action complete via WP Cron','2021-01-15 03:58:50','2021-01-14 19:58:50'),(39854,16194,'action created','2021-01-15 03:58:50','2021-01-14 19:58:50'),(39855,16194,'action started via WP Cron','2021-01-15 03:59:50','2021-01-14 19:59:50'),(39856,16194,'action complete via WP Cron','2021-01-15 03:59:50','2021-01-14 19:59:50'),(39857,16195,'action created','2021-01-15 03:59:50','2021-01-14 19:59:50'),(39858,16195,'action started via WP Cron','2021-01-15 04:07:07','2021-01-14 20:07:07'),(39859,16195,'action complete via WP Cron','2021-01-15 04:07:07','2021-01-14 20:07:07'),(39860,16196,'action created','2021-01-15 04:07:07','2021-01-14 20:07:07'),(39861,16196,'action started via WP Cron','2021-01-15 04:10:20','2021-01-14 20:10:20'),(39862,16196,'action complete via WP Cron','2021-01-15 04:10:20','2021-01-14 20:10:20'),(39863,16197,'action created','2021-01-15 04:10:20','2021-01-14 20:10:20'),(39864,16197,'action started via WP Cron','2021-01-15 04:12:12','2021-01-14 20:12:12'),(39865,16197,'action complete via WP Cron','2021-01-15 04:12:12','2021-01-14 20:12:12'),(39866,16198,'action created','2021-01-15 04:12:12','2021-01-14 20:12:12'),(39867,16198,'action started via WP Cron','2021-01-15 04:13:04','2021-01-14 20:13:04'),(39868,16198,'action complete via WP Cron','2021-01-15 04:13:04','2021-01-14 20:13:04'),(39869,16199,'action created','2021-01-15 04:13:04','2021-01-14 20:13:04'),(39870,16199,'action started via WP Cron','2021-01-15 04:24:44','2021-01-14 20:24:44'),(39871,16199,'action complete via WP Cron','2021-01-15 04:24:44','2021-01-14 20:24:44'),(39872,16200,'action created','2021-01-15 04:24:44','2021-01-14 20:24:44'),(39873,16200,'action started via WP Cron','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39874,16200,'action complete via WP Cron','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39875,15733,'action started via WP Cron','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39876,15733,'action complete via WP Cron','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39877,16201,'action created','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39878,16202,'action created','2021-01-15 04:33:56','2021-01-14 20:33:56'),(39879,16202,'action started via WP Cron','2021-01-15 04:35:43','2021-01-14 20:35:43'),(39880,16202,'action complete via WP Cron','2021-01-15 04:35:43','2021-01-14 20:35:43'),(39881,16203,'action created','2021-01-15 04:35:43','2021-01-14 20:35:43'),(39882,16203,'action started via WP Cron','2021-01-15 04:37:57','2021-01-14 20:37:57'),(39883,16203,'action complete via WP Cron','2021-01-15 04:37:57','2021-01-14 20:37:57'),(39884,16204,'action created','2021-01-15 04:37:57','2021-01-14 20:37:57'),(39885,16204,'action started via WP Cron','2021-01-15 04:44:05','2021-01-14 20:44:05'),(39886,16204,'action complete via WP Cron','2021-01-15 04:44:05','2021-01-14 20:44:05'),(39887,16205,'action created','2021-01-15 04:44:05','2021-01-14 20:44:05'),(39888,16205,'action started via WP Cron','2021-01-15 04:47:09','2021-01-14 20:47:09'),(39889,16205,'action complete via WP Cron','2021-01-15 04:47:09','2021-01-14 20:47:09'),(39890,16206,'action created','2021-01-15 04:47:09','2021-01-14 20:47:09'),(39891,16206,'action started via WP Cron','2021-01-15 04:48:13','2021-01-14 20:48:13'),(39892,16206,'action complete via WP Cron','2021-01-15 04:48:13','2021-01-14 20:48:13'),(39893,16207,'action created','2021-01-15 04:48:13','2021-01-14 20:48:13'),(39894,16207,'action started via WP Cron','2021-01-15 04:50:16','2021-01-14 20:50:16'),(39895,16207,'action complete via WP Cron','2021-01-15 04:50:16','2021-01-14 20:50:16'),(39896,16208,'action created','2021-01-15 04:50:16','2021-01-14 20:50:16'),(39897,16208,'action started via WP Cron','2021-01-15 04:55:24','2021-01-14 20:55:24'),(39898,16208,'action complete via WP Cron','2021-01-15 04:55:24','2021-01-14 20:55:24'),(39899,16209,'action created','2021-01-15 04:55:24','2021-01-14 20:55:24'),(39900,16209,'action started via WP Cron','2021-01-15 05:00:35','2021-01-14 21:00:35'),(39901,16209,'action complete via WP Cron','2021-01-15 05:00:35','2021-01-14 21:00:35'),(39902,16210,'action created','2021-01-15 05:00:35','2021-01-14 21:00:35'),(39903,16210,'action started via WP Cron','2021-01-15 05:00:45','2021-01-14 21:00:45'),(39904,16210,'action complete via WP Cron','2021-01-15 05:00:45','2021-01-14 21:00:45'),(39905,16211,'action created','2021-01-15 05:00:45','2021-01-14 21:00:45'),(39906,16211,'action started via WP Cron','2021-01-15 05:05:16','2021-01-14 21:05:16'),(39907,16211,'action complete via WP Cron','2021-01-15 05:05:16','2021-01-14 21:05:16'),(39908,16212,'action created','2021-01-15 05:05:16','2021-01-14 21:05:16'),(39909,16212,'action started via WP Cron','2021-01-15 05:05:47','2021-01-14 21:05:47'),(39910,16212,'action complete via WP Cron','2021-01-15 05:05:47','2021-01-14 21:05:47'),(39911,16213,'action created','2021-01-15 05:05:47','2021-01-14 21:05:47'),(39912,16213,'action started via WP Cron','2021-01-15 05:08:24','2021-01-14 21:08:24'),(39913,16213,'action complete via WP Cron','2021-01-15 05:08:24','2021-01-14 21:08:24'),(39914,16214,'action created','2021-01-15 05:08:24','2021-01-14 21:08:24'),(39915,16214,'action started via WP Cron','2021-01-15 05:08:50','2021-01-14 21:08:50'),(39916,16214,'action complete via WP Cron','2021-01-15 05:08:50','2021-01-14 21:08:50'),(39917,16215,'action created','2021-01-15 05:08:50','2021-01-14 21:08:50'),(39918,16215,'action started via WP Cron','2021-01-15 05:10:29','2021-01-14 21:10:29'),(39919,16215,'action complete via WP Cron','2021-01-15 05:10:29','2021-01-14 21:10:29'),(39920,16216,'action created','2021-01-15 05:10:29','2021-01-14 21:10:29'),(39921,16216,'action started via WP Cron','2021-01-15 05:14:33','2021-01-14 21:14:33'),(39922,16216,'action complete via WP Cron','2021-01-15 05:14:33','2021-01-14 21:14:33'),(39923,16217,'action created','2021-01-15 05:14:33','2021-01-14 21:14:33'),(39924,16217,'action started via WP Cron','2021-01-15 05:15:21','2021-01-14 21:15:21'),(39925,16217,'action complete via WP Cron','2021-01-15 05:15:21','2021-01-14 21:15:21'),(39926,16218,'action created','2021-01-15 05:15:21','2021-01-14 21:15:21'),(39927,16218,'action started via WP Cron','2021-01-15 05:19:55','2021-01-14 21:19:55'),(39928,16218,'action complete via WP Cron','2021-01-15 05:19:55','2021-01-14 21:19:55'),(39929,16219,'action created','2021-01-15 05:19:56','2021-01-14 21:19:56'),(39930,16219,'action started via WP Cron','2021-01-15 05:20:59','2021-01-14 21:20:59'),(39931,16219,'action complete via WP Cron','2021-01-15 05:20:59','2021-01-14 21:20:59'),(39932,16220,'action created','2021-01-15 05:20:59','2021-01-14 21:20:59'),(39933,16220,'action started via WP Cron','2021-01-15 05:23:01','2021-01-14 21:23:01'),(39934,16220,'action complete via WP Cron','2021-01-15 05:23:01','2021-01-14 21:23:01'),(39935,16221,'action created','2021-01-15 05:23:01','2021-01-14 21:23:01'),(39936,16221,'action started via WP Cron','2021-01-15 05:24:03','2021-01-14 21:24:03'),(39937,16221,'action complete via WP Cron','2021-01-15 05:24:03','2021-01-14 21:24:03'),(39938,16222,'action created','2021-01-15 05:24:03','2021-01-14 21:24:03'),(39939,16222,'action started via WP Cron','2021-01-15 05:24:53','2021-01-14 21:24:53'),(39940,16222,'action complete via WP Cron','2021-01-15 05:24:53','2021-01-14 21:24:53'),(39941,16223,'action created','2021-01-15 05:24:53','2021-01-14 21:24:53'),(39942,16223,'action started via WP Cron','2021-01-15 05:26:07','2021-01-14 21:26:07'),(39943,16223,'action complete via WP Cron','2021-01-15 05:26:07','2021-01-14 21:26:07'),(39944,16224,'action created','2021-01-15 05:26:07','2021-01-14 21:26:07'),(39945,16224,'action started via WP Cron','2021-01-15 05:27:07','2021-01-14 21:27:07'),(39946,16224,'action complete via WP Cron','2021-01-15 05:27:07','2021-01-14 21:27:07'),(39947,16225,'action created','2021-01-15 05:27:08','2021-01-14 21:27:08'),(39948,16225,'action started via WP Cron','2021-01-15 05:27:53','2021-01-14 21:27:53'),(39949,16225,'action complete via WP Cron','2021-01-15 05:27:53','2021-01-14 21:27:53'),(39950,16226,'action created','2021-01-15 05:27:53','2021-01-14 21:27:53'),(39951,16226,'action started via WP Cron','2021-01-15 05:28:48','2021-01-14 21:28:48'),(39952,16226,'action complete via WP Cron','2021-01-15 05:28:48','2021-01-14 21:28:48'),(39953,16227,'action created','2021-01-15 05:28:49','2021-01-14 21:28:49'),(39954,16227,'action started via WP Cron','2021-01-15 05:30:12','2021-01-14 21:30:12'),(39955,16227,'action complete via WP Cron','2021-01-15 05:30:12','2021-01-14 21:30:12'),(39956,16228,'action created','2021-01-15 05:30:12','2021-01-14 21:30:12'),(39957,16228,'action started via WP Cron','2021-01-15 05:31:56','2021-01-14 21:31:56'),(39958,16228,'action complete via WP Cron','2021-01-15 05:31:56','2021-01-14 21:31:56'),(39959,16229,'action created','2021-01-15 05:31:56','2021-01-14 21:31:56'),(39960,16229,'action started via WP Cron','2021-01-15 05:32:46','2021-01-14 21:32:46'),(39961,16229,'action complete via WP Cron','2021-01-15 05:32:46','2021-01-14 21:32:46'),(39962,16230,'action created','2021-01-15 05:32:46','2021-01-14 21:32:46'),(39963,16230,'action started via WP Cron','2021-01-15 05:34:24','2021-01-14 21:34:24'),(39964,16230,'action complete via WP Cron','2021-01-15 05:34:24','2021-01-14 21:34:24'),(39965,16231,'action created','2021-01-15 05:34:24','2021-01-14 21:34:24'),(39966,16231,'action started via WP Cron','2021-01-15 05:34:54','2021-01-14 21:34:54'),(39967,16231,'action complete via WP Cron','2021-01-15 05:34:54','2021-01-14 21:34:54'),(39968,16232,'action created','2021-01-15 05:34:54','2021-01-14 21:34:54'),(39969,16232,'action started via WP Cron','2021-01-15 05:36:06','2021-01-14 21:36:06'),(39970,16232,'action complete via WP Cron','2021-01-15 05:36:06','2021-01-14 21:36:06'),(39971,16233,'action created','2021-01-15 05:36:06','2021-01-14 21:36:06'),(39972,16233,'action started via WP Cron','2021-01-15 05:36:53','2021-01-14 21:36:53'),(39973,16233,'action complete via WP Cron','2021-01-15 05:36:53','2021-01-14 21:36:53'),(39974,16234,'action created','2021-01-15 05:36:53','2021-01-14 21:36:53'),(39975,16234,'action started via WP Cron','2021-01-15 05:38:10','2021-01-14 21:38:10'),(39976,16234,'action complete via WP Cron','2021-01-15 05:38:10','2021-01-14 21:38:10'),(39977,16235,'action created','2021-01-15 05:38:10','2021-01-14 21:38:10'),(39978,16235,'action started via WP Cron','2021-01-15 05:38:53','2021-01-14 21:38:53'),(39979,16235,'action complete via WP Cron','2021-01-15 05:38:53','2021-01-14 21:38:53'),(39980,16236,'action created','2021-01-15 05:38:53','2021-01-14 21:38:53'),(39981,16236,'action started via WP Cron','2021-01-15 05:39:54','2021-01-14 21:39:54'),(39982,16236,'action complete via WP Cron','2021-01-15 05:39:54','2021-01-14 21:39:54'),(39983,16237,'action created','2021-01-15 05:39:54','2021-01-14 21:39:54'),(39984,16237,'action started via WP Cron','2021-01-15 05:40:58','2021-01-14 21:40:58'),(39985,16237,'action complete via WP Cron','2021-01-15 05:40:58','2021-01-14 21:40:58'),(39986,16238,'action created','2021-01-15 05:40:58','2021-01-14 21:40:58'),(39987,16238,'action started via WP Cron','2021-01-15 05:42:12','2021-01-14 21:42:12'),(39988,16238,'action complete via WP Cron','2021-01-15 05:42:12','2021-01-14 21:42:12'),(39989,16239,'action created','2021-01-15 05:42:12','2021-01-14 21:42:12'),(39990,16239,'action started via WP Cron','2021-01-15 05:42:51','2021-01-14 21:42:51'),(39991,16239,'action complete via WP Cron','2021-01-15 05:42:51','2021-01-14 21:42:51'),(39992,16240,'action created','2021-01-15 05:42:51','2021-01-14 21:42:51'),(39993,16240,'action started via WP Cron','2021-01-15 05:44:12','2021-01-14 21:44:12'),(39994,16240,'action complete via WP Cron','2021-01-15 05:44:12','2021-01-14 21:44:12'),(39995,16241,'action created','2021-01-15 05:44:12','2021-01-14 21:44:12'),(39996,16241,'action started via WP Cron','2021-01-15 05:45:04','2021-01-14 21:45:04'),(39997,16241,'action complete via WP Cron','2021-01-15 05:45:04','2021-01-14 21:45:04'),(39998,16242,'action created','2021-01-15 05:46:22','2021-01-14 21:46:22'),(39999,16242,'action started via WP Cron','2021-01-15 05:47:12','2021-01-14 21:47:12'),(40000,16242,'action complete via WP Cron','2021-01-15 05:47:12','2021-01-14 21:47:12'),(40001,16243,'action created','2021-01-15 05:47:12','2021-01-14 21:47:12'),(40002,16243,'action started via WP Cron','2021-01-15 05:48:07','2021-01-14 21:48:07'),(40003,16243,'action complete via WP Cron','2021-01-15 05:48:07','2021-01-14 21:48:07'),(40004,16244,'action created','2021-01-15 05:48:07','2021-01-14 21:48:07'),(40005,16244,'action started via WP Cron','2021-01-15 05:49:25','2021-01-14 21:49:25'),(40006,16244,'action complete via WP Cron','2021-01-15 05:49:25','2021-01-14 21:49:25'),(40007,16245,'action created','2021-01-15 05:49:25','2021-01-14 21:49:25'),(40008,16245,'action started via WP Cron','2021-01-15 05:50:25','2021-01-14 21:50:25'),(40009,16245,'action complete via WP Cron','2021-01-15 05:50:25','2021-01-14 21:50:25'),(40010,16246,'action created','2021-01-15 05:50:25','2021-01-14 21:50:25'),(40011,16246,'action started via WP Cron','2021-01-15 05:50:58','2021-01-14 21:50:58'),(40012,16246,'action complete via WP Cron','2021-01-15 05:50:58','2021-01-14 21:50:58'),(40013,16247,'action created','2021-01-15 05:50:58','2021-01-14 21:50:58'),(40014,16247,'action started via WP Cron','2021-01-15 05:52:53','2021-01-14 21:52:53'),(40015,16247,'action complete via WP Cron','2021-01-15 05:52:53','2021-01-14 21:52:53'),(40016,16248,'action created','2021-01-15 05:52:53','2021-01-14 21:52:53'),(40017,16248,'action started via WP Cron','2021-01-15 05:54:12','2021-01-14 21:54:12'),(40018,16248,'action complete via WP Cron','2021-01-15 05:54:12','2021-01-14 21:54:12'),(40019,16249,'action created','2021-01-15 05:54:12','2021-01-14 21:54:12'),(40023,16250,'action started via WP Cron','2021-01-15 05:56:02','2021-01-14 21:56:02'),(40024,16250,'action complete via WP Cron','2021-01-15 05:56:02','2021-01-14 21:56:02'),(40025,16251,'action created','2021-01-15 05:56:02','2021-01-14 21:56:02'),(40026,16251,'action started via WP Cron','2021-01-15 05:56:48','2021-01-14 21:56:48'),(40027,16251,'action complete via WP Cron','2021-01-15 05:56:48','2021-01-14 21:56:48'),(40028,16252,'action created','2021-01-15 05:56:48','2021-01-14 21:56:48'),(40029,16252,'action started via WP Cron','2021-01-15 05:57:55','2021-01-14 21:57:55'),(40030,16252,'action complete via WP Cron','2021-01-15 05:57:55','2021-01-14 21:57:55'),(40031,16253,'action created','2021-01-15 05:57:55','2021-01-14 21:57:55'),(40032,16253,'action started via WP Cron','2021-01-15 05:59:07','2021-01-14 21:59:07'),(40033,16253,'action complete via WP Cron','2021-01-15 05:59:07','2021-01-14 21:59:07'),(40034,16254,'action created','2021-01-15 05:59:07','2021-01-14 21:59:07'),(40035,16254,'action started via WP Cron','2021-01-15 06:00:24','2021-01-14 22:00:24'),(40036,16254,'action complete via WP Cron','2021-01-15 06:00:24','2021-01-14 22:00:24'),(40037,16255,'action created','2021-01-15 06:00:25','2021-01-14 22:00:25'),(40038,16255,'action started via WP Cron','2021-01-15 06:00:49','2021-01-14 22:00:49'),(40039,16255,'action complete via WP Cron','2021-01-15 06:00:49','2021-01-14 22:00:49'),(40040,16256,'action created','2021-01-15 06:00:49','2021-01-14 22:00:49'),(40041,16256,'action started via WP Cron','2021-01-15 06:01:53','2021-01-14 22:01:53'),(40042,16256,'action complete via WP Cron','2021-01-15 06:01:53','2021-01-14 22:01:53'),(40043,16257,'action created','2021-01-15 06:01:53','2021-01-14 22:01:53'),(40044,16257,'action started via WP Cron','2021-01-15 06:03:01','2021-01-14 22:03:01'),(40045,16257,'action complete via WP Cron','2021-01-15 06:03:01','2021-01-14 22:03:01'),(40046,16258,'action created','2021-01-15 06:03:02','2021-01-14 22:03:02'),(40047,16258,'action started via WP Cron','2021-01-15 06:03:45','2021-01-14 22:03:45'),(40048,16258,'action complete via WP Cron','2021-01-15 06:03:45','2021-01-14 22:03:45'),(40049,16259,'action created','2021-01-15 06:03:45','2021-01-14 22:03:45'),(40050,16259,'action started via WP Cron','2021-01-15 06:05:04','2021-01-14 22:05:04'),(40051,16259,'action complete via WP Cron','2021-01-15 06:05:04','2021-01-14 22:05:04'),(40052,16260,'action created','2021-01-15 06:05:54','2021-01-14 22:05:54'),(40053,16260,'action started via WP Cron','2021-01-15 06:07:55','2021-01-14 22:07:55'),(40054,16260,'action complete via WP Cron','2021-01-15 06:07:55','2021-01-14 22:07:55'),(40055,16261,'action created','2021-01-15 06:07:55','2021-01-14 22:07:55'),(40056,16261,'action started via WP Cron','2021-01-15 06:09:24','2021-01-14 22:09:24'),(40057,16261,'action complete via WP Cron','2021-01-15 06:09:24','2021-01-14 22:09:24'),(40058,16262,'action created','2021-01-15 06:09:24','2021-01-14 22:09:24'),(40059,16262,'action started via WP Cron','2021-01-15 06:09:53','2021-01-14 22:09:53'),(40060,16262,'action complete via WP Cron','2021-01-15 06:09:53','2021-01-14 22:09:53'),(40061,16263,'action created','2021-01-15 06:09:53','2021-01-14 22:09:53'),(40062,16263,'action started via WP Cron','2021-01-15 06:10:57','2021-01-14 22:10:57'),(40063,16263,'action complete via WP Cron','2021-01-15 06:10:57','2021-01-14 22:10:57'),(40064,16264,'action created','2021-01-15 06:10:57','2021-01-14 22:10:57'),(40065,16264,'action started via WP Cron','2021-01-15 06:12:04','2021-01-14 22:12:04'),(40066,16264,'action complete via WP Cron','2021-01-15 06:12:04','2021-01-14 22:12:04'),(40067,16265,'action created','2021-01-15 06:12:04','2021-01-14 22:12:04'),(40068,16265,'action started via WP Cron','2021-01-15 06:12:51','2021-01-14 22:12:51'),(40069,16265,'action complete via WP Cron','2021-01-15 06:12:51','2021-01-14 22:12:51'),(40070,16266,'action created','2021-01-15 06:12:51','2021-01-14 22:12:51'),(40071,16266,'action started via WP Cron','2021-01-15 06:14:05','2021-01-14 22:14:05'),(40072,16266,'action complete via WP Cron','2021-01-15 06:14:05','2021-01-14 22:14:05'),(40073,16267,'action created','2021-01-15 06:14:05','2021-01-14 22:14:05'),(40074,16267,'action started via WP Cron','2021-01-15 06:15:38','2021-01-14 22:15:38'),(40075,16267,'action complete via WP Cron','2021-01-15 06:15:38','2021-01-14 22:15:38'),(40076,16268,'action created','2021-01-15 06:15:38','2021-01-14 22:15:38'),(40077,16268,'action started via WP Cron','2021-01-15 06:16:13','2021-01-14 22:16:13'),(40078,16268,'action complete via WP Cron','2021-01-15 06:16:13','2021-01-14 22:16:13'),(40079,16269,'action created','2021-01-15 06:16:13','2021-01-14 22:16:13'),(40080,16269,'action started via WP Cron','2021-01-15 06:16:56','2021-01-14 22:16:56'),(40081,16269,'action complete via WP Cron','2021-01-15 06:16:56','2021-01-14 22:16:56'),(40082,16270,'action created','2021-01-15 06:16:56','2021-01-14 22:16:56'),(40083,16270,'action started via WP Cron','2021-01-15 06:17:50','2021-01-14 22:17:50'),(40084,16270,'action complete via WP Cron','2021-01-15 06:17:50','2021-01-14 22:17:50'),(40085,16271,'action created','2021-01-15 06:17:50','2021-01-14 22:17:50'),(40086,16271,'action started via WP Cron','2021-01-15 06:18:41','2021-01-14 22:18:41'),(40087,16271,'action complete via WP Cron','2021-01-15 06:18:41','2021-01-14 22:18:41'),(40088,16272,'action created','2021-01-15 06:18:41','2021-01-14 22:18:41'),(40089,16272,'action started via WP Cron','2021-01-15 06:19:43','2021-01-14 22:19:43'),(40090,16272,'action complete via WP Cron','2021-01-15 06:19:43','2021-01-14 22:19:43'),(40091,16273,'action created','2021-01-15 06:19:43','2021-01-14 22:19:43'),(40092,16273,'action started via WP Cron','2021-01-15 06:21:58','2021-01-14 22:21:58'),(40093,16273,'action complete via WP Cron','2021-01-15 06:21:58','2021-01-14 22:21:58'),(40094,16274,'action created','2021-01-15 06:23:00','2021-01-14 22:23:00'),(40095,16274,'action started via WP Cron','2021-01-15 06:25:24','2021-01-14 22:25:24'),(40096,16274,'action complete via WP Cron','2021-01-15 06:25:24','2021-01-14 22:25:24'),(40097,16275,'action created','2021-01-15 06:25:24','2021-01-14 22:25:24'),(40098,16275,'action started via WP Cron','2021-01-15 06:27:04','2021-01-14 22:27:04'),(40099,16275,'action complete via WP Cron','2021-01-15 06:27:04','2021-01-14 22:27:04'),(40100,16276,'action created','2021-01-15 06:27:04','2021-01-14 22:27:04'),(40101,16276,'action started via WP Cron','2021-01-15 06:28:11','2021-01-14 22:28:11'),(40102,16276,'action complete via WP Cron','2021-01-15 06:28:11','2021-01-14 22:28:11'),(40103,16277,'action created','2021-01-15 06:28:11','2021-01-14 22:28:11'),(40104,16277,'action started via WP Cron','2021-01-15 06:28:57','2021-01-14 22:28:57'),(40105,16277,'action complete via WP Cron','2021-01-15 06:28:57','2021-01-14 22:28:57'),(40106,16278,'action created','2021-01-15 06:28:57','2021-01-14 22:28:57'),(40107,16278,'action started via WP Cron','2021-01-15 06:30:10','2021-01-14 22:30:10'),(40108,16278,'action complete via WP Cron','2021-01-15 06:30:10','2021-01-14 22:30:10'),(40109,16279,'action created','2021-01-15 06:30:10','2021-01-14 22:30:10'),(40110,16279,'action started via WP Cron','2021-01-15 06:30:43','2021-01-14 22:30:43'),(40111,16279,'action complete via WP Cron','2021-01-15 06:30:43','2021-01-14 22:30:43'),(40112,16280,'action created','2021-01-15 06:30:43','2021-01-14 22:30:43'),(40113,16280,'action started via WP Cron','2021-01-15 06:31:51','2021-01-14 22:31:51'),(40114,16280,'action complete via WP Cron','2021-01-15 06:31:51','2021-01-14 22:31:51'),(40115,16281,'action created','2021-01-15 06:31:51','2021-01-14 22:31:51'),(40116,16281,'action started via WP Cron','2021-01-15 06:33:01','2021-01-14 22:33:01'),(40117,16281,'action complete via WP Cron','2021-01-15 06:33:01','2021-01-14 22:33:01'),(40118,16282,'action created','2021-01-15 06:33:01','2021-01-14 22:33:01'),(40119,16282,'action started via WP Cron','2021-01-15 06:34:11','2021-01-14 22:34:11'),(40120,16282,'action complete via WP Cron','2021-01-15 06:34:11','2021-01-14 22:34:11'),(40121,16283,'action created','2021-01-15 06:34:11','2021-01-14 22:34:11'),(40122,16283,'action started via WP Cron','2021-01-15 06:35:13','2021-01-14 22:35:13'),(40123,16283,'action complete via WP Cron','2021-01-15 06:35:13','2021-01-14 22:35:13'),(40124,16284,'action created','2021-01-15 06:35:13','2021-01-14 22:35:13'),(40125,16284,'action started via WP Cron','2021-01-15 06:36:11','2021-01-14 22:36:11'),(40126,16284,'action complete via WP Cron','2021-01-15 06:36:11','2021-01-14 22:36:11'),(40127,16285,'action created','2021-01-15 06:36:11','2021-01-14 22:36:11'),(40128,16285,'action started via WP Cron','2021-01-15 06:36:58','2021-01-14 22:36:58'),(40129,16285,'action complete via WP Cron','2021-01-15 06:36:58','2021-01-14 22:36:58'),(40130,16286,'action created','2021-01-15 06:36:58','2021-01-14 22:36:58'),(40131,16286,'action started via WP Cron','2021-01-15 06:37:45','2021-01-14 22:37:45'),(40132,16286,'action complete via WP Cron','2021-01-15 06:37:45','2021-01-14 22:37:45'),(40133,16287,'action created','2021-01-15 06:37:45','2021-01-14 22:37:45'),(40134,16287,'action started via WP Cron','2021-01-15 06:38:44','2021-01-14 22:38:44'),(40135,16287,'action complete via WP Cron','2021-01-15 06:38:44','2021-01-14 22:38:44'),(40136,16288,'action created','2021-01-15 06:38:44','2021-01-14 22:38:44'),(40137,16288,'action started via WP Cron','2021-01-15 06:40:35','2021-01-14 22:40:35'),(40138,16288,'action complete via WP Cron','2021-01-15 06:40:35','2021-01-14 22:40:35'),(40139,16289,'action created','2021-01-15 06:40:35','2021-01-14 22:40:35'),(40140,16289,'action started via WP Cron','2021-01-15 06:41:11','2021-01-14 22:41:11'),(40141,16289,'action complete via WP Cron','2021-01-15 06:41:11','2021-01-14 22:41:11'),(40142,16290,'action created','2021-01-15 06:41:11','2021-01-14 22:41:11'),(40143,16290,'action started via WP Cron','2021-01-15 06:42:23','2021-01-14 22:42:23'),(40144,16290,'action complete via WP Cron','2021-01-15 06:42:23','2021-01-14 22:42:23'),(40145,16291,'action created','2021-01-15 06:42:23','2021-01-14 22:42:23'),(40146,16291,'action started via WP Cron','2021-01-15 06:43:17','2021-01-14 22:43:17'),(40147,16291,'action complete via WP Cron','2021-01-15 06:43:17','2021-01-14 22:43:17'),(40148,16292,'action created','2021-01-15 06:43:18','2021-01-14 22:43:18'),(40149,16292,'action started via WP Cron','2021-01-15 06:43:57','2021-01-14 22:43:57'),(40150,16292,'action complete via WP Cron','2021-01-15 06:43:57','2021-01-14 22:43:57'),(40151,16293,'action created','2021-01-15 06:43:58','2021-01-14 22:43:58'),(40152,16293,'action started via WP Cron','2021-01-15 06:45:46','2021-01-14 22:45:46'),(40153,16293,'action complete via WP Cron','2021-01-15 06:45:46','2021-01-14 22:45:46'),(40154,16294,'action created','2021-01-15 06:45:46','2021-01-14 22:45:46'),(40155,16294,'action started via WP Cron','2021-01-15 06:47:37','2021-01-14 22:47:37'),(40156,16294,'action complete via WP Cron','2021-01-15 06:47:37','2021-01-14 22:47:37'),(40157,16295,'action created','2021-01-15 06:47:38','2021-01-14 22:47:38'),(40158,16295,'action started via WP Cron','2021-01-15 06:47:49','2021-01-14 22:47:49'),(40159,16295,'action complete via WP Cron','2021-01-15 06:47:49','2021-01-14 22:47:49'),(40160,16296,'action created','2021-01-15 06:47:49','2021-01-14 22:47:49'),(40161,16296,'action started via WP Cron','2021-01-15 06:48:58','2021-01-14 22:48:58'),(40162,16296,'action complete via WP Cron','2021-01-15 06:48:58','2021-01-14 22:48:58'),(40163,16297,'action created','2021-01-15 06:48:58','2021-01-14 22:48:58'),(40164,16297,'action started via WP Cron','2021-01-15 06:49:53','2021-01-14 22:49:53'),(40165,16297,'action complete via WP Cron','2021-01-15 06:49:53','2021-01-14 22:49:53'),(40166,16298,'action created','2021-01-15 06:49:53','2021-01-14 22:49:53'),(40167,16298,'action started via WP Cron','2021-01-15 06:51:34','2021-01-14 22:51:34'),(40168,16298,'action complete via WP Cron','2021-01-15 06:51:34','2021-01-14 22:51:34'),(40169,16299,'action created','2021-01-15 06:51:34','2021-01-14 22:51:34'),(40170,16299,'action started via WP Cron','2021-01-15 06:52:17','2021-01-14 22:52:17'),(40171,16299,'action complete via WP Cron','2021-01-15 06:52:17','2021-01-14 22:52:17'),(40172,16300,'action created','2021-01-15 06:52:17','2021-01-14 22:52:17'),(40173,16300,'action started via WP Cron','2021-01-15 06:52:49','2021-01-14 22:52:49'),(40174,16300,'action complete via WP Cron','2021-01-15 06:52:49','2021-01-14 22:52:49'),(40175,16301,'action created','2021-01-15 06:52:49','2021-01-14 22:52:49'),(40176,16301,'action started via WP Cron','2021-01-15 06:53:42','2021-01-14 22:53:42'),(40177,16301,'action complete via WP Cron','2021-01-15 06:53:42','2021-01-14 22:53:42'),(40178,16302,'action created','2021-01-15 06:53:42','2021-01-14 22:53:42'),(40179,16302,'action started via WP Cron','2021-01-15 07:01:08','2021-01-14 23:01:08'),(40180,16302,'action complete via WP Cron','2021-01-15 07:01:08','2021-01-14 23:01:08'),(40181,16303,'action created','2021-01-15 07:01:09','2021-01-14 23:01:09'),(40182,16303,'action started via WP Cron','2021-01-15 07:01:46','2021-01-14 23:01:46'),(40183,16303,'action complete via WP Cron','2021-01-15 07:01:46','2021-01-14 23:01:46'),(40184,16304,'action created','2021-01-15 07:01:46','2021-01-14 23:01:46'),(40185,16304,'action started via WP Cron','2021-01-15 07:02:42','2021-01-14 23:02:42'),(40186,16304,'action complete via WP Cron','2021-01-15 07:02:42','2021-01-14 23:02:42'),(40187,16305,'action created','2021-01-15 07:02:43','2021-01-14 23:02:43'),(40188,16305,'action started via WP Cron','2021-01-15 07:03:44','2021-01-14 23:03:44'),(40189,16305,'action complete via WP Cron','2021-01-15 07:03:44','2021-01-14 23:03:44'),(40190,16306,'action created','2021-01-15 07:03:44','2021-01-14 23:03:44'),(40191,16306,'action started via WP Cron','2021-01-15 07:04:41','2021-01-14 23:04:41'),(40192,16306,'action complete via WP Cron','2021-01-15 07:04:41','2021-01-14 23:04:41'),(40193,16307,'action created','2021-01-15 07:04:41','2021-01-14 23:04:41'),(40194,16307,'action started via WP Cron','2021-01-15 07:05:44','2021-01-14 23:05:44'),(40195,16307,'action complete via WP Cron','2021-01-15 07:05:44','2021-01-14 23:05:44'),(40196,16308,'action created','2021-01-15 07:05:44','2021-01-14 23:05:44'),(40197,16308,'action started via WP Cron','2021-01-15 07:06:53','2021-01-14 23:06:53'),(40198,16308,'action complete via WP Cron','2021-01-15 07:06:53','2021-01-14 23:06:53'),(40199,16309,'action created','2021-01-15 07:06:53','2021-01-14 23:06:53'),(40200,16309,'action started via WP Cron','2021-01-15 07:07:44','2021-01-14 23:07:44'),(40201,16309,'action complete via WP Cron','2021-01-15 07:07:44','2021-01-14 23:07:44'),(40202,16310,'action created','2021-01-15 07:07:44','2021-01-14 23:07:44'),(40203,16310,'action started via WP Cron','2021-01-15 07:08:42','2021-01-14 23:08:42'),(40204,16310,'action complete via WP Cron','2021-01-15 07:08:42','2021-01-14 23:08:42'),(40205,16311,'action created','2021-01-15 07:08:42','2021-01-14 23:08:42'),(40206,16311,'action started via WP Cron','2021-01-15 07:09:43','2021-01-14 23:09:43'),(40207,16311,'action complete via WP Cron','2021-01-15 07:09:43','2021-01-14 23:09:43'),(40208,16312,'action created','2021-01-15 07:09:43','2021-01-14 23:09:43'),(40209,16312,'action started via WP Cron','2021-01-15 07:10:41','2021-01-14 23:10:41'),(40210,16312,'action complete via WP Cron','2021-01-15 07:10:41','2021-01-14 23:10:41'),(40211,16313,'action created','2021-01-15 07:10:41','2021-01-14 23:10:41'),(40212,16313,'action started via WP Cron','2021-01-15 07:11:43','2021-01-14 23:11:43'),(40213,16313,'action complete via WP Cron','2021-01-15 07:11:43','2021-01-14 23:11:43'),(40214,16314,'action created','2021-01-15 07:11:57','2021-01-14 23:11:57'),(40215,16314,'action started via WP Cron','2021-01-15 07:12:53','2021-01-14 23:12:53'),(40216,16314,'action complete via WP Cron','2021-01-15 07:12:53','2021-01-14 23:12:53'),(40217,16315,'action created','2021-01-15 07:12:53','2021-01-14 23:12:53'),(40218,16315,'action started via WP Cron','2021-01-15 07:13:59','2021-01-14 23:13:59'),(40219,16315,'action complete via WP Cron','2021-01-15 07:13:59','2021-01-14 23:13:59'),(40220,16316,'action created','2021-01-15 07:13:59','2021-01-14 23:13:59'),(40221,16316,'action started via WP Cron','2021-01-15 07:14:41','2021-01-14 23:14:41'),(40222,16316,'action complete via WP Cron','2021-01-15 07:14:41','2021-01-14 23:14:41'),(40223,16317,'action created','2021-01-15 07:14:41','2021-01-14 23:14:41'),(40224,16317,'action started via WP Cron','2021-01-15 07:15:45','2021-01-14 23:15:45'),(40225,16317,'action complete via WP Cron','2021-01-15 07:15:45','2021-01-14 23:15:45'),(40226,16318,'action created','2021-01-15 07:15:46','2021-01-14 23:15:46'),(40227,16318,'action started via WP Cron','2021-01-15 07:16:42','2021-01-14 23:16:42'),(40228,16318,'action complete via WP Cron','2021-01-15 07:16:42','2021-01-14 23:16:42'),(40229,16319,'action created','2021-01-15 07:16:42','2021-01-14 23:16:42'),(40230,16319,'action started via WP Cron','2021-01-15 07:17:41','2021-01-14 23:17:41'),(40231,16319,'action complete via WP Cron','2021-01-15 07:17:41','2021-01-14 23:17:41'),(40232,16320,'action created','2021-01-15 07:17:41','2021-01-14 23:17:41'),(40233,16320,'action started via WP Cron','2021-01-15 07:19:00','2021-01-14 23:19:00'),(40234,16320,'action complete via WP Cron','2021-01-15 07:19:00','2021-01-14 23:19:00'),(40235,16321,'action created','2021-01-15 07:19:00','2021-01-14 23:19:00'),(40236,16321,'action started via WP Cron','2021-01-15 07:19:41','2021-01-14 23:19:41'),(40237,16321,'action complete via WP Cron','2021-01-15 07:19:41','2021-01-14 23:19:41'),(40238,16322,'action created','2021-01-15 07:19:47','2021-01-14 23:19:47'),(40239,16322,'action started via WP Cron','2021-01-15 07:22:16','2021-01-14 23:22:16'),(40240,16322,'action complete via WP Cron','2021-01-15 07:22:16','2021-01-14 23:22:16'),(40241,16323,'action created','2021-01-15 07:22:16','2021-01-14 23:22:16'),(40242,16323,'action started via WP Cron','2021-01-15 07:27:02','2021-01-14 23:27:02'),(40243,16323,'action complete via WP Cron','2021-01-15 07:27:02','2021-01-14 23:27:02'),(40244,16324,'action created','2021-01-15 07:27:02','2021-01-14 23:27:02'),(40245,16324,'action started via WP Cron','2021-01-15 07:32:14','2021-01-14 23:32:14'),(40246,16324,'action complete via WP Cron','2021-01-15 07:32:14','2021-01-14 23:32:14'),(40247,16325,'action created','2021-01-15 07:32:14','2021-01-14 23:32:14'),(40248,16325,'action started via WP Cron','2021-01-15 07:33:12','2021-01-14 23:33:12'),(40249,16325,'action complete via WP Cron','2021-01-15 07:33:12','2021-01-14 23:33:12'),(40250,16326,'action created','2021-01-15 07:33:13','2021-01-14 23:33:13'),(40251,16326,'action started via WP Cron','2021-01-15 07:34:11','2021-01-14 23:34:11'),(40252,16326,'action complete via WP Cron','2021-01-15 07:34:11','2021-01-14 23:34:11'),(40253,16327,'action created','2021-01-15 07:34:11','2021-01-14 23:34:11'),(40254,16327,'action started via WP Cron','2021-01-15 07:35:14','2021-01-14 23:35:14'),(40255,16327,'action complete via WP Cron','2021-01-15 07:35:14','2021-01-14 23:35:14'),(40256,16328,'action created','2021-01-15 07:35:14','2021-01-14 23:35:14'),(40257,16328,'action started via WP Cron','2021-01-15 07:45:54','2021-01-14 23:45:54'),(40258,16328,'action complete via WP Cron','2021-01-15 07:45:54','2021-01-14 23:45:54'),(40259,16329,'action created','2021-01-15 07:47:05','2021-01-14 23:47:05'),(40260,16329,'action started via WP Cron','2021-01-15 07:48:34','2021-01-14 23:48:34'),(40261,16329,'action complete via WP Cron','2021-01-15 07:48:34','2021-01-14 23:48:34'),(40262,16330,'action created','2021-01-15 07:48:34','2021-01-14 23:48:34'),(40263,16330,'action started via WP Cron','2021-01-15 07:51:24','2021-01-14 23:51:24'),(40264,16330,'action complete via WP Cron','2021-01-15 07:51:24','2021-01-14 23:51:24'),(40265,16331,'action created','2021-01-15 07:52:07','2021-01-14 23:52:07'),(40266,16331,'action started via WP Cron','2021-01-15 07:53:33','2021-01-14 23:53:33'),(40267,16331,'action complete via WP Cron','2021-01-15 07:53:33','2021-01-14 23:53:33'),(40268,16332,'action created','2021-01-15 07:53:33','2021-01-14 23:53:33'),(40269,16332,'action started via WP Cron','2021-01-15 07:54:54','2021-01-14 23:54:54'),(40270,16332,'action complete via WP Cron','2021-01-15 07:54:54','2021-01-14 23:54:54'),(40271,16333,'action created','2021-01-15 07:54:55','2021-01-14 23:54:55'),(40272,16333,'action started via WP Cron','2021-01-15 07:56:14','2021-01-14 23:56:14'),(40273,16333,'action complete via WP Cron','2021-01-15 07:56:14','2021-01-14 23:56:14'),(40274,16334,'action created','2021-01-15 07:56:14','2021-01-14 23:56:14'),(40275,16334,'action started via WP Cron','2021-01-15 07:57:20','2021-01-14 23:57:20'),(40276,16334,'action complete via WP Cron','2021-01-15 07:57:20','2021-01-14 23:57:20'),(40277,16335,'action created','2021-01-15 08:00:23','2021-01-15 00:00:23'),(40278,16335,'action started via WP Cron','2021-01-15 08:01:11','2021-01-15 00:01:11'),(40279,16335,'action complete via WP Cron','2021-01-15 08:01:11','2021-01-15 00:01:11'),(40280,16336,'action created','2021-01-15 08:01:11','2021-01-15 00:01:11'),(40281,16336,'action started via WP Cron','2021-01-15 08:01:42','2021-01-15 00:01:42'),(40282,16336,'action complete via WP Cron','2021-01-15 08:01:42','2021-01-15 00:01:42'),(40283,16337,'action created','2021-01-15 08:01:43','2021-01-15 00:01:43'),(40284,16337,'action started via WP Cron','2021-01-15 08:04:03','2021-01-15 00:04:03'),(40285,16337,'action complete via WP Cron','2021-01-15 08:04:03','2021-01-15 00:04:03'),(40286,16338,'action created','2021-01-15 08:04:04','2021-01-15 00:04:04'),(40287,16338,'action started via WP Cron','2021-01-15 08:06:27','2021-01-15 00:06:27'),(40288,16338,'action complete via WP Cron','2021-01-15 08:06:27','2021-01-15 00:06:27'),(40289,16339,'action created','2021-01-15 08:06:27','2021-01-15 00:06:27'),(40290,16339,'action started via WP Cron','2021-01-15 08:08:17','2021-01-15 00:08:17'),(40291,16339,'action complete via WP Cron','2021-01-15 08:08:17','2021-01-15 00:08:17'),(100840,36524,'action complete via WP Cron','2021-02-15 08:08:58','2021-02-15 00:08:58'),(100839,36524,'action started via WP Cron','2021-02-15 08:08:58','2021-02-15 00:08:58'),(102656,37130,'action created','2021-02-16 08:17:50','2021-02-16 00:17:50'),(40295,16341,'action created','2021-01-15 08:08:18','2021-01-15 00:08:18'),(40296,16341,'action started via WP Cron','2021-01-15 08:09:26','2021-01-15 00:09:26'),(40297,16341,'action complete via WP Cron','2021-01-15 08:09:26','2021-01-15 00:09:26'),(40298,16342,'action created','2021-01-15 08:09:55','2021-01-15 00:09:55'),(40299,16342,'action started via WP Cron','2021-01-15 08:12:14','2021-01-15 00:12:14'),(40300,16342,'action complete via WP Cron','2021-01-15 08:12:14','2021-01-15 00:12:14'),(40301,16343,'action created','2021-01-15 08:12:28','2021-01-15 00:12:28'),(40302,16343,'action started via WP Cron','2021-01-15 08:12:46','2021-01-15 00:12:46'),(40303,16343,'action complete via WP Cron','2021-01-15 08:12:46','2021-01-15 00:12:46'),(40304,16344,'action created','2021-01-15 08:12:46','2021-01-15 00:12:46'),(40305,16344,'action started via WP Cron','2021-01-15 08:13:47','2021-01-15 00:13:47'),(40306,16344,'action complete via WP Cron','2021-01-15 08:13:47','2021-01-15 00:13:47'),(40307,16345,'action created','2021-01-15 08:13:47','2021-01-15 00:13:47'),(40308,16345,'action started via WP Cron','2021-01-15 08:14:47','2021-01-15 00:14:47'),(40309,16345,'action complete via WP Cron','2021-01-15 08:14:47','2021-01-15 00:14:47'),(40310,16346,'action created','2021-01-15 08:14:48','2021-01-15 00:14:48'),(40311,16346,'action started via WP Cron','2021-01-15 08:15:59','2021-01-15 00:15:59'),(40312,16346,'action complete via WP Cron','2021-01-15 08:15:59','2021-01-15 00:15:59'),(40313,16347,'action created','2021-01-15 08:15:59','2021-01-15 00:15:59'),(40314,16347,'action started via WP Cron','2021-01-15 08:16:50','2021-01-15 00:16:50'),(40315,16347,'action complete via WP Cron','2021-01-15 08:16:50','2021-01-15 00:16:50'),(40316,16348,'action created','2021-01-15 08:16:50','2021-01-15 00:16:50'),(40317,16348,'action started via WP Cron','2021-01-15 08:17:43','2021-01-15 00:17:43'),(40318,16348,'action complete via WP Cron','2021-01-15 08:17:43','2021-01-15 00:17:43'),(40319,16349,'action created','2021-01-15 08:17:50','2021-01-15 00:17:50'),(40320,16349,'action started via WP Cron','2021-01-15 08:20:02','2021-01-15 00:20:02'),(40321,16349,'action complete via WP Cron','2021-01-15 08:20:02','2021-01-15 00:20:02'),(40322,16350,'action created','2021-01-15 08:20:02','2021-01-15 00:20:02'),(40323,16350,'action started via WP Cron','2021-01-15 08:20:53','2021-01-15 00:20:53'),(40324,16350,'action complete via WP Cron','2021-01-15 08:20:53','2021-01-15 00:20:53'),(40325,16351,'action created','2021-01-15 08:20:53','2021-01-15 00:20:53'),(40326,16351,'action started via WP Cron','2021-01-15 08:24:13','2021-01-15 00:24:13'),(40327,16351,'action complete via WP Cron','2021-01-15 08:24:13','2021-01-15 00:24:13'),(40328,16352,'action created','2021-01-15 08:24:13','2021-01-15 00:24:13'),(40329,16352,'action started via WP Cron','2021-01-15 08:25:15','2021-01-15 00:25:15'),(40330,16352,'action complete via WP Cron','2021-01-15 08:25:16','2021-01-15 00:25:16'),(40331,16353,'action created','2021-01-15 08:25:16','2021-01-15 00:25:16'),(40332,16353,'action started via WP Cron','2021-01-15 08:26:36','2021-01-15 00:26:36'),(40333,16353,'action complete via WP Cron','2021-01-15 08:26:36','2021-01-15 00:26:36'),(40334,16354,'action created','2021-01-15 08:26:37','2021-01-15 00:26:37'),(40335,16354,'action started via WP Cron','2021-01-15 08:26:59','2021-01-15 00:26:59'),(40336,16354,'action complete via WP Cron','2021-01-15 08:26:59','2021-01-15 00:26:59'),(40337,16355,'action created','2021-01-15 08:26:59','2021-01-15 00:26:59'),(40338,16355,'action started via WP Cron','2021-01-15 08:28:07','2021-01-15 00:28:07'),(40339,16355,'action complete via WP Cron','2021-01-15 08:28:07','2021-01-15 00:28:07'),(40340,16356,'action created','2021-01-15 08:28:07','2021-01-15 00:28:07'),(40341,16356,'action started via WP Cron','2021-01-15 08:29:38','2021-01-15 00:29:38'),(40342,16356,'action complete via WP Cron','2021-01-15 08:29:38','2021-01-15 00:29:38'),(40343,16357,'action created','2021-01-15 08:29:38','2021-01-15 00:29:38'),(40344,16357,'action started via WP Cron','2021-01-15 08:30:08','2021-01-15 00:30:08'),(40345,16357,'action complete via WP Cron','2021-01-15 08:30:08','2021-01-15 00:30:08'),(40346,16358,'action created','2021-01-15 08:30:08','2021-01-15 00:30:08'),(40347,16358,'action started via WP Cron','2021-01-15 08:30:48','2021-01-15 00:30:48'),(40348,16358,'action complete via WP Cron','2021-01-15 08:30:48','2021-01-15 00:30:48'),(40349,16359,'action created','2021-01-15 08:30:48','2021-01-15 00:30:48'),(40350,16359,'action started via WP Cron','2021-01-15 08:32:17','2021-01-15 00:32:17'),(40351,16359,'action complete via WP Cron','2021-01-15 08:32:17','2021-01-15 00:32:17'),(40352,16360,'action created','2021-01-15 08:32:17','2021-01-15 00:32:17'),(40353,16360,'action started via WP Cron','2021-01-15 08:32:55','2021-01-15 00:32:55'),(40354,16360,'action complete via WP Cron','2021-01-15 08:32:55','2021-01-15 00:32:55'),(40355,16361,'action created','2021-01-15 08:32:55','2021-01-15 00:32:55'),(40356,16361,'action started via WP Cron','2021-01-15 08:33:49','2021-01-15 00:33:49'),(40357,16361,'action complete via WP Cron','2021-01-15 08:33:49','2021-01-15 00:33:49'),(40358,16362,'action created','2021-01-15 08:33:49','2021-01-15 00:33:49'),(40359,16362,'action started via WP Cron','2021-01-15 08:36:13','2021-01-15 00:36:13'),(40360,16362,'action complete via WP Cron','2021-01-15 08:36:13','2021-01-15 00:36:13'),(40361,16363,'action created','2021-01-15 08:36:14','2021-01-15 00:36:14'),(40362,16363,'action started via WP Cron','2021-01-15 08:36:43','2021-01-15 00:36:43'),(40363,16363,'action complete via WP Cron','2021-01-15 08:36:43','2021-01-15 00:36:43'),(40364,16364,'action created','2021-01-15 08:36:43','2021-01-15 00:36:43'),(40365,16364,'action started via WP Cron','2021-01-15 08:37:50','2021-01-15 00:37:50'),(40366,16364,'action complete via WP Cron','2021-01-15 08:37:50','2021-01-15 00:37:50'),(40367,16365,'action created','2021-01-15 08:37:50','2021-01-15 00:37:50'),(40368,16365,'action started via WP Cron','2021-01-15 08:40:14','2021-01-15 00:40:14'),(40369,16365,'action complete via WP Cron','2021-01-15 08:40:14','2021-01-15 00:40:14'),(40370,16366,'action created','2021-01-15 08:40:14','2021-01-15 00:40:14'),(40371,16366,'action started via WP Cron','2021-01-15 08:41:12','2021-01-15 00:41:12'),(40372,16366,'action complete via WP Cron','2021-01-15 08:41:12','2021-01-15 00:41:12'),(40373,16367,'action created','2021-01-15 08:41:12','2021-01-15 00:41:12'),(40374,16367,'action started via WP Cron','2021-01-15 08:42:21','2021-01-15 00:42:21'),(40375,16367,'action complete via WP Cron','2021-01-15 08:42:21','2021-01-15 00:42:21'),(40376,16368,'action created','2021-01-15 08:42:21','2021-01-15 00:42:21'),(40377,16368,'action started via WP Cron','2021-01-15 08:42:59','2021-01-15 00:42:59'),(40378,16368,'action complete via WP Cron','2021-01-15 08:42:59','2021-01-15 00:42:59'),(40379,16369,'action created','2021-01-15 08:43:00','2021-01-15 00:43:00'),(40380,16369,'action started via WP Cron','2021-01-15 08:44:20','2021-01-15 00:44:20'),(40381,16369,'action complete via WP Cron','2021-01-15 08:44:20','2021-01-15 00:44:20'),(40382,16370,'action created','2021-01-15 08:44:20','2021-01-15 00:44:20'),(40383,16370,'action started via WP Cron','2021-01-15 08:45:07','2021-01-15 00:45:07'),(40384,16370,'action complete via WP Cron','2021-01-15 08:45:07','2021-01-15 00:45:07'),(40385,16371,'action created','2021-01-15 08:45:07','2021-01-15 00:45:07'),(40386,16371,'action started via WP Cron','2021-01-15 08:46:49','2021-01-15 00:46:49'),(40387,16371,'action complete via WP Cron','2021-01-15 08:46:49','2021-01-15 00:46:49'),(40388,16372,'action created','2021-01-15 08:46:49','2021-01-15 00:46:49'),(40389,16372,'action started via WP Cron','2021-01-15 08:47:43','2021-01-15 00:47:43'),(40390,16372,'action complete via WP Cron','2021-01-15 08:47:43','2021-01-15 00:47:43'),(40391,16373,'action created','2021-01-15 08:47:43','2021-01-15 00:47:43'),(40392,16373,'action started via WP Cron','2021-01-15 08:48:43','2021-01-15 00:48:43'),(40393,16373,'action complete via WP Cron','2021-01-15 08:48:43','2021-01-15 00:48:43'),(40394,16374,'action created','2021-01-15 08:48:43','2021-01-15 00:48:43'),(40395,16374,'action started via WP Cron','2021-01-15 08:50:55','2021-01-15 00:50:55'),(40396,16374,'action complete via WP Cron','2021-01-15 08:50:55','2021-01-15 00:50:55'),(40397,16375,'action created','2021-01-15 08:50:55','2021-01-15 00:50:55'),(40398,16375,'action started via WP Cron','2021-01-15 08:53:06','2021-01-15 00:53:06'),(40399,16375,'action complete via WP Cron','2021-01-15 08:53:06','2021-01-15 00:53:06'),(40400,16376,'action created','2021-01-15 08:53:07','2021-01-15 00:53:07'),(40401,16376,'action started via WP Cron','2021-01-15 08:54:22','2021-01-15 00:54:22'),(40402,16376,'action complete via WP Cron','2021-01-15 08:54:22','2021-01-15 00:54:22'),(40403,16377,'action created','2021-01-15 08:54:22','2021-01-15 00:54:22'),(40404,16377,'action started via WP Cron','2021-01-15 08:55:41','2021-01-15 00:55:41'),(40405,16377,'action complete via WP Cron','2021-01-15 08:55:41','2021-01-15 00:55:41'),(40406,16378,'action created','2021-01-15 08:55:41','2021-01-15 00:55:41'),(40407,16378,'action started via WP Cron','2021-01-15 08:57:09','2021-01-15 00:57:09'),(40408,16378,'action complete via WP Cron','2021-01-15 08:57:09','2021-01-15 00:57:09'),(40409,16379,'action created','2021-01-15 08:57:09','2021-01-15 00:57:09'),(40410,16379,'action started via WP Cron','2021-01-15 08:58:45','2021-01-15 00:58:45'),(40411,16379,'action complete via WP Cron','2021-01-15 08:58:45','2021-01-15 00:58:45'),(40412,16380,'action created','2021-01-15 08:58:45','2021-01-15 00:58:45'),(40413,16380,'action started via WP Cron','2021-01-15 09:00:10','2021-01-15 01:00:10'),(40414,16380,'action complete via WP Cron','2021-01-15 09:00:10','2021-01-15 01:00:10'),(40415,16381,'action created','2021-01-15 09:00:10','2021-01-15 01:00:10'),(40416,16381,'action started via WP Cron','2021-01-15 09:01:05','2021-01-15 01:01:05'),(40417,16381,'action complete via WP Cron','2021-01-15 09:01:05','2021-01-15 01:01:05'),(40418,16382,'action created','2021-01-15 09:01:05','2021-01-15 01:01:05'),(40419,16382,'action started via WP Cron','2021-01-15 09:02:14','2021-01-15 01:02:14'),(40420,16382,'action complete via WP Cron','2021-01-15 09:02:14','2021-01-15 01:02:14'),(40421,16383,'action created','2021-01-15 09:02:14','2021-01-15 01:02:14'),(40422,16383,'action started via WP Cron','2021-01-15 09:03:28','2021-01-15 01:03:28'),(40423,16383,'action complete via WP Cron','2021-01-15 09:03:28','2021-01-15 01:03:28'),(40424,16384,'action created','2021-01-15 09:03:28','2021-01-15 01:03:28'),(40425,16384,'action started via WP Cron','2021-01-15 09:04:34','2021-01-15 01:04:34'),(40426,16384,'action complete via WP Cron','2021-01-15 09:04:34','2021-01-15 01:04:34'),(40427,16385,'action created','2021-01-15 09:04:34','2021-01-15 01:04:34'),(40428,16385,'action started via WP Cron','2021-01-15 09:05:34','2021-01-15 01:05:34'),(40429,16385,'action complete via WP Cron','2021-01-15 09:05:34','2021-01-15 01:05:34'),(40430,16386,'action created','2021-01-15 09:05:34','2021-01-15 01:05:34'),(40431,16386,'action started via WP Cron','2021-01-15 09:06:10','2021-01-15 01:06:10'),(40432,16386,'action complete via WP Cron','2021-01-15 09:06:10','2021-01-15 01:06:10'),(40433,16387,'action created','2021-01-15 09:06:10','2021-01-15 01:06:10'),(40434,16387,'action started via WP Cron','2021-01-15 09:06:50','2021-01-15 01:06:50'),(40435,16387,'action complete via WP Cron','2021-01-15 09:06:50','2021-01-15 01:06:50'),(40436,16388,'action created','2021-01-15 09:06:51','2021-01-15 01:06:51'),(40437,16388,'action started via WP Cron','2021-01-15 09:08:18','2021-01-15 01:08:18'),(40438,16388,'action complete via WP Cron','2021-01-15 09:08:18','2021-01-15 01:08:18'),(40439,16389,'action created','2021-01-15 09:08:18','2021-01-15 01:08:18'),(40440,16389,'action started via WP Cron','2021-01-15 09:09:17','2021-01-15 01:09:17'),(40441,16389,'action complete via WP Cron','2021-01-15 09:09:17','2021-01-15 01:09:17'),(40442,16390,'action created','2021-01-15 09:09:17','2021-01-15 01:09:17'),(40443,16390,'action started via WP Cron','2021-01-15 09:10:21','2021-01-15 01:10:21'),(40444,16390,'action complete via WP Cron','2021-01-15 09:10:21','2021-01-15 01:10:21'),(40445,16391,'action created','2021-01-15 09:10:22','2021-01-15 01:10:22'),(40446,16391,'action started via WP Cron','2021-01-15 09:11:00','2021-01-15 01:11:00'),(40447,16391,'action complete via WP Cron','2021-01-15 09:11:00','2021-01-15 01:11:00'),(40448,16392,'action created','2021-01-15 09:11:00','2021-01-15 01:11:00'),(40449,16392,'action started via WP Cron','2021-01-15 09:11:50','2021-01-15 01:11:50'),(40450,16392,'action complete via WP Cron','2021-01-15 09:11:50','2021-01-15 01:11:50'),(40451,16393,'action created','2021-01-15 09:11:50','2021-01-15 01:11:50'),(40452,16393,'action started via WP Cron','2021-01-15 09:13:31','2021-01-15 01:13:31'),(40453,16393,'action complete via WP Cron','2021-01-15 09:13:31','2021-01-15 01:13:31'),(40454,16394,'action created','2021-01-15 09:13:31','2021-01-15 01:13:31'),(40455,16394,'action started via WP Cron','2021-01-15 09:14:18','2021-01-15 01:14:18'),(40456,16394,'action complete via WP Cron','2021-01-15 09:14:18','2021-01-15 01:14:18'),(40457,16395,'action created','2021-01-15 09:14:18','2021-01-15 01:14:18'),(40458,16395,'action started via WP Cron','2021-01-15 09:15:09','2021-01-15 01:15:09'),(40459,16395,'action complete via WP Cron','2021-01-15 09:15:09','2021-01-15 01:15:09'),(40460,16396,'action created','2021-01-15 09:15:09','2021-01-15 01:15:09'),(40461,16396,'action started via WP Cron','2021-01-15 09:16:44','2021-01-15 01:16:44'),(40462,16396,'action complete via WP Cron','2021-01-15 09:16:44','2021-01-15 01:16:44'),(40463,16397,'action created','2021-01-15 09:16:44','2021-01-15 01:16:44'),(40464,16397,'action started via WP Cron','2021-01-15 09:18:01','2021-01-15 01:18:01'),(40465,16397,'action complete via WP Cron','2021-01-15 09:18:01','2021-01-15 01:18:01'),(40466,16398,'action created','2021-01-15 09:18:01','2021-01-15 01:18:01'),(40467,16398,'action started via WP Cron','2021-01-15 09:19:11','2021-01-15 01:19:11'),(40468,16398,'action complete via WP Cron','2021-01-15 09:19:11','2021-01-15 01:19:11'),(40469,16399,'action created','2021-01-15 09:19:12','2021-01-15 01:19:12'),(40470,16399,'action started via WP Cron','2021-01-15 09:20:12','2021-01-15 01:20:12'),(40471,16399,'action complete via WP Cron','2021-01-15 09:20:13','2021-01-15 01:20:13'),(40472,16400,'action created','2021-01-15 09:20:13','2021-01-15 01:20:13'),(40473,16400,'action started via WP Cron','2021-01-15 09:21:53','2021-01-15 01:21:53'),(40474,16400,'action complete via WP Cron','2021-01-15 09:21:53','2021-01-15 01:21:53'),(40475,16401,'action created','2021-01-15 09:21:53','2021-01-15 01:21:53'),(40476,16401,'action started via WP Cron','2021-01-15 09:22:56','2021-01-15 01:22:56'),(40477,16401,'action complete via WP Cron','2021-01-15 09:22:56','2021-01-15 01:22:56'),(40478,16402,'action created','2021-01-15 09:22:56','2021-01-15 01:22:56'),(40479,16402,'action started via WP Cron','2021-01-15 09:23:42','2021-01-15 01:23:42'),(40480,16402,'action complete via WP Cron','2021-01-15 09:23:42','2021-01-15 01:23:42'),(40481,16403,'action created','2021-01-15 09:23:42','2021-01-15 01:23:42'),(40482,16403,'action started via WP Cron','2021-01-15 09:24:52','2021-01-15 01:24:52'),(40483,16403,'action complete via WP Cron','2021-01-15 09:24:52','2021-01-15 01:24:52'),(40484,16404,'action created','2021-01-15 09:24:52','2021-01-15 01:24:52'),(40485,16404,'action started via WP Cron','2021-01-15 09:25:54','2021-01-15 01:25:54'),(40486,16404,'action complete via WP Cron','2021-01-15 09:25:54','2021-01-15 01:25:54'),(40487,16405,'action created','2021-01-15 09:25:54','2021-01-15 01:25:54'),(40488,16405,'action started via WP Cron','2021-01-15 09:27:27','2021-01-15 01:27:27'),(40489,16405,'action complete via WP Cron','2021-01-15 09:27:27','2021-01-15 01:27:27'),(40490,16406,'action created','2021-01-15 09:27:27','2021-01-15 01:27:27'),(40491,16406,'action started via WP Cron','2021-01-15 09:28:48','2021-01-15 01:28:48'),(40492,16406,'action complete via WP Cron','2021-01-15 09:28:48','2021-01-15 01:28:48'),(40493,16407,'action created','2021-01-15 09:28:48','2021-01-15 01:28:48'),(40494,16407,'action started via WP Cron','2021-01-15 09:30:36','2021-01-15 01:30:36'),(40495,16407,'action complete via WP Cron','2021-01-15 09:30:36','2021-01-15 01:30:36'),(40496,16408,'action created','2021-01-15 09:30:36','2021-01-15 01:30:36'),(40497,16408,'action started via WP Cron','2021-01-15 09:31:26','2021-01-15 01:31:26'),(40498,16408,'action complete via WP Cron','2021-01-15 09:31:26','2021-01-15 01:31:26'),(40499,16409,'action created','2021-01-15 09:31:26','2021-01-15 01:31:26'),(40500,16409,'action started via WP Cron','2021-01-15 09:32:10','2021-01-15 01:32:10'),(40501,16409,'action complete via WP Cron','2021-01-15 09:32:10','2021-01-15 01:32:10'),(40502,16410,'action created','2021-01-15 09:32:11','2021-01-15 01:32:11'),(40503,16410,'action started via WP Cron','2021-01-15 09:32:58','2021-01-15 01:32:58'),(40504,16410,'action complete via WP Cron','2021-01-15 09:32:58','2021-01-15 01:32:58'),(40505,16411,'action created','2021-01-15 09:32:58','2021-01-15 01:32:58'),(40506,16411,'action started via WP Cron','2021-01-15 09:33:58','2021-01-15 01:33:58'),(40507,16411,'action complete via WP Cron','2021-01-15 09:33:58','2021-01-15 01:33:58'),(40508,16412,'action created','2021-01-15 09:33:58','2021-01-15 01:33:58'),(40509,16412,'action started via WP Cron','2021-01-15 09:35:13','2021-01-15 01:35:13'),(40510,16412,'action complete via WP Cron','2021-01-15 09:35:13','2021-01-15 01:35:13'),(40511,16413,'action created','2021-01-15 09:35:13','2021-01-15 01:35:13'),(40512,16413,'action started via WP Cron','2021-01-15 09:35:42','2021-01-15 01:35:42'),(40513,16413,'action complete via WP Cron','2021-01-15 09:35:42','2021-01-15 01:35:42'),(40514,16414,'action created','2021-01-15 09:35:42','2021-01-15 01:35:42'),(40515,16414,'action started via WP Cron','2021-01-15 09:36:45','2021-01-15 01:36:45'),(40516,16414,'action complete via WP Cron','2021-01-15 09:36:45','2021-01-15 01:36:45'),(40517,16415,'action created','2021-01-15 09:36:45','2021-01-15 01:36:45'),(40518,16415,'action started via WP Cron','2021-01-15 09:38:16','2021-01-15 01:38:16'),(40519,16415,'action complete via WP Cron','2021-01-15 09:38:16','2021-01-15 01:38:16'),(40520,16416,'action created','2021-01-15 09:38:16','2021-01-15 01:38:16'),(40521,16416,'action started via WP Cron','2021-01-15 09:39:17','2021-01-15 01:39:17'),(40522,16416,'action complete via WP Cron','2021-01-15 09:39:17','2021-01-15 01:39:17'),(40523,16417,'action created','2021-01-15 09:39:17','2021-01-15 01:39:17'),(40524,16417,'action started via WP Cron','2021-01-15 09:40:18','2021-01-15 01:40:18'),(40525,16417,'action complete via WP Cron','2021-01-15 09:40:18','2021-01-15 01:40:18'),(40526,16418,'action created','2021-01-15 09:40:18','2021-01-15 01:40:18'),(40527,16418,'action started via WP Cron','2021-01-15 09:41:19','2021-01-15 01:41:19'),(40528,16418,'action complete via WP Cron','2021-01-15 09:41:19','2021-01-15 01:41:19'),(40529,16419,'action created','2021-01-15 09:41:19','2021-01-15 01:41:19'),(40530,16419,'action started via WP Cron','2021-01-15 09:43:19','2021-01-15 01:43:19'),(40531,16419,'action complete via WP Cron','2021-01-15 09:43:19','2021-01-15 01:43:19'),(40532,16420,'action created','2021-01-15 09:43:19','2021-01-15 01:43:19'),(40533,16420,'action started via WP Cron','2021-01-15 09:48:22','2021-01-15 01:48:22'),(40534,16420,'action complete via WP Cron','2021-01-15 09:48:22','2021-01-15 01:48:22'),(40535,16421,'action created','2021-01-15 09:48:23','2021-01-15 01:48:23'),(40536,16421,'action started via WP Cron','2021-01-15 09:52:34','2021-01-15 01:52:34'),(40537,16421,'action complete via WP Cron','2021-01-15 09:52:34','2021-01-15 01:52:34'),(40538,16422,'action created','2021-01-15 09:52:34','2021-01-15 01:52:34'),(40539,16422,'action started via WP Cron','2021-01-15 09:53:32','2021-01-15 01:53:32'),(40540,16422,'action complete via WP Cron','2021-01-15 09:53:32','2021-01-15 01:53:32'),(40541,16423,'action created','2021-01-15 09:53:32','2021-01-15 01:53:32'),(40542,16423,'action started via WP Cron','2021-01-15 10:09:05','2021-01-15 02:09:05'),(40543,16423,'action complete via WP Cron','2021-01-15 10:09:05','2021-01-15 02:09:05'),(40544,16424,'action created','2021-01-15 10:09:05','2021-01-15 02:09:05'),(40545,16424,'action started via WP Cron','2021-01-15 10:21:56','2021-01-15 02:21:56'),(40546,16424,'action complete via WP Cron','2021-01-15 10:21:56','2021-01-15 02:21:56'),(40547,16425,'action created','2021-01-15 10:21:56','2021-01-15 02:21:56'),(40548,16425,'action started via WP Cron','2021-01-15 10:25:31','2021-01-15 02:25:31'),(40549,16425,'action complete via WP Cron','2021-01-15 10:25:31','2021-01-15 02:25:31'),(40550,16426,'action created','2021-01-15 10:25:31','2021-01-15 02:25:31'),(40551,16426,'action started via WP Cron','2021-01-15 10:35:32','2021-01-15 02:35:32'),(40552,16426,'action complete via WP Cron','2021-01-15 10:35:32','2021-01-15 02:35:32'),(40553,16427,'action created','2021-01-15 10:35:32','2021-01-15 02:35:32'),(40554,16427,'action started via WP Cron','2021-01-15 10:36:08','2021-01-15 02:36:08'),(40555,16427,'action complete via WP Cron','2021-01-15 10:36:08','2021-01-15 02:36:08'),(40556,16428,'action created','2021-01-15 10:36:08','2021-01-15 02:36:08'),(40557,16428,'action started via WP Cron','2021-01-15 10:43:52','2021-01-15 02:43:52'),(40558,16428,'action complete via WP Cron','2021-01-15 10:43:52','2021-01-15 02:43:52'),(40559,16429,'action created','2021-01-15 10:43:52','2021-01-15 02:43:52'),(40560,16429,'action started via WP Cron','2021-01-15 10:56:52','2021-01-15 02:56:52'),(40561,16429,'action complete via WP Cron','2021-01-15 10:56:52','2021-01-15 02:56:52'),(40562,16430,'action created','2021-01-15 10:56:53','2021-01-15 02:56:53'),(40563,16430,'action started via WP Cron','2021-01-15 10:59:29','2021-01-15 02:59:29'),(40564,16430,'action complete via WP Cron','2021-01-15 10:59:29','2021-01-15 02:59:29'),(40565,16431,'action created','2021-01-15 10:59:29','2021-01-15 02:59:29'),(40566,16431,'action started via WP Cron','2021-01-15 11:07:06','2021-01-15 03:07:06'),(40567,16431,'action complete via WP Cron','2021-01-15 11:07:06','2021-01-15 03:07:06'),(40568,16432,'action created','2021-01-15 11:07:08','2021-01-15 03:07:08'),(40569,16432,'action started via WP Cron','2021-01-15 11:08:04','2021-01-15 03:08:04'),(40570,16432,'action complete via WP Cron','2021-01-15 11:08:04','2021-01-15 03:08:04'),(40571,16433,'action created','2021-01-15 11:08:04','2021-01-15 03:08:04'),(40572,16433,'action started via WP Cron','2021-01-15 11:13:31','2021-01-15 03:13:31'),(40573,16433,'action complete via WP Cron','2021-01-15 11:13:31','2021-01-15 03:13:31'),(40574,16434,'action created','2021-01-15 11:13:31','2021-01-15 03:13:31'),(40575,16434,'action started via WP Cron','2021-01-15 11:18:58','2021-01-15 03:18:58'),(40576,16434,'action complete via WP Cron','2021-01-15 11:18:58','2021-01-15 03:18:58'),(40577,16435,'action created','2021-01-15 11:18:58','2021-01-15 03:18:58'),(40578,16435,'action started via WP Cron','2021-01-15 11:25:23','2021-01-15 03:25:23'),(40579,16435,'action complete via WP Cron','2021-01-15 11:25:23','2021-01-15 03:25:23'),(40580,16436,'action created','2021-01-15 11:25:23','2021-01-15 03:25:23'),(40581,16436,'action started via WP Cron','2021-01-15 11:29:50','2021-01-15 03:29:50'),(40582,16436,'action complete via WP Cron','2021-01-15 11:29:50','2021-01-15 03:29:50'),(40583,16437,'action created','2021-01-15 11:29:50','2021-01-15 03:29:50'),(40584,16437,'action started via WP Cron','2021-01-15 11:31:42','2021-01-15 03:31:42'),(40585,16437,'action complete via WP Cron','2021-01-15 11:31:42','2021-01-15 03:31:42'),(40586,16438,'action created','2021-01-15 11:31:42','2021-01-15 03:31:42'),(40587,16438,'action started via WP Cron','2021-01-15 11:33:05','2021-01-15 03:33:05'),(40588,16438,'action complete via WP Cron','2021-01-15 11:33:05','2021-01-15 03:33:05'),(40589,16439,'action created','2021-01-15 11:33:05','2021-01-15 03:33:05'),(40590,16439,'action started via WP Cron','2021-01-15 11:34:33','2021-01-15 03:34:33'),(40591,16439,'action complete via WP Cron','2021-01-15 11:34:33','2021-01-15 03:34:33'),(40592,16440,'action created','2021-01-15 11:34:33','2021-01-15 03:34:33'),(40593,16440,'action started via WP Cron','2021-01-15 11:34:46','2021-01-15 03:34:46'),(40594,16440,'action complete via WP Cron','2021-01-15 11:34:46','2021-01-15 03:34:46'),(40595,16441,'action created','2021-01-15 11:34:46','2021-01-15 03:34:46'),(40596,16441,'action started via WP Cron','2021-01-15 11:36:30','2021-01-15 03:36:30'),(40597,16441,'action complete via WP Cron','2021-01-15 11:36:30','2021-01-15 03:36:30'),(40598,16442,'action created','2021-01-15 11:36:30','2021-01-15 03:36:30'),(40599,16442,'action started via WP Cron','2021-01-15 11:37:37','2021-01-15 03:37:37'),(40600,16442,'action complete via WP Cron','2021-01-15 11:37:37','2021-01-15 03:37:37'),(40601,16443,'action created','2021-01-15 11:37:37','2021-01-15 03:37:37'),(40602,16443,'action started via WP Cron','2021-01-15 11:40:13','2021-01-15 03:40:13'),(40603,16443,'action complete via WP Cron','2021-01-15 11:40:13','2021-01-15 03:40:13'),(40604,16444,'action created','2021-01-15 11:40:13','2021-01-15 03:40:13'),(40605,16444,'action started via WP Cron','2021-01-15 11:40:41','2021-01-15 03:40:41'),(40606,16444,'action complete via WP Cron','2021-01-15 11:40:41','2021-01-15 03:40:41'),(40607,16445,'action created','2021-01-15 11:40:41','2021-01-15 03:40:41'),(40608,16445,'action started via WP Cron','2021-01-15 11:41:48','2021-01-15 03:41:48'),(40609,16445,'action complete via WP Cron','2021-01-15 11:41:48','2021-01-15 03:41:48'),(40610,16446,'action created','2021-01-15 11:41:48','2021-01-15 03:41:48'),(40611,16446,'action started via WP Cron','2021-01-15 11:42:50','2021-01-15 03:42:50'),(40612,16446,'action complete via WP Cron','2021-01-15 11:42:50','2021-01-15 03:42:50'),(40613,16447,'action created','2021-01-15 11:42:50','2021-01-15 03:42:50'),(40614,16447,'action started via WP Cron','2021-01-15 11:44:06','2021-01-15 03:44:06'),(40615,16447,'action complete via WP Cron','2021-01-15 11:44:06','2021-01-15 03:44:06'),(40616,16448,'action created','2021-01-15 11:44:06','2021-01-15 03:44:06'),(40617,16448,'action started via WP Cron','2021-01-15 11:45:25','2021-01-15 03:45:25'),(40618,16448,'action complete via WP Cron','2021-01-15 11:45:25','2021-01-15 03:45:25'),(40619,16449,'action created','2021-01-15 11:45:25','2021-01-15 03:45:25'),(40620,16449,'action started via WP Cron','2021-01-15 11:46:09','2021-01-15 03:46:09'),(40621,16449,'action complete via WP Cron','2021-01-15 11:46:09','2021-01-15 03:46:09'),(40622,16450,'action created','2021-01-15 11:46:09','2021-01-15 03:46:09'),(40623,16450,'action started via WP Cron','2021-01-15 11:47:14','2021-01-15 03:47:14'),(40624,16450,'action complete via WP Cron','2021-01-15 11:47:14','2021-01-15 03:47:14'),(40625,16451,'action created','2021-01-15 11:47:14','2021-01-15 03:47:14'),(40626,16451,'action started via WP Cron','2021-01-15 11:48:02','2021-01-15 03:48:02'),(40627,16451,'action complete via WP Cron','2021-01-15 11:48:02','2021-01-15 03:48:02'),(40628,16452,'action created','2021-01-15 11:48:02','2021-01-15 03:48:02'),(40629,16452,'action started via WP Cron','2021-01-15 11:48:46','2021-01-15 03:48:46'),(40630,16452,'action complete via WP Cron','2021-01-15 11:48:46','2021-01-15 03:48:46'),(40631,16453,'action created','2021-01-15 11:48:46','2021-01-15 03:48:46'),(40632,16453,'action started via WP Cron','2021-01-15 11:50:45','2021-01-15 03:50:45'),(40633,16453,'action complete via WP Cron','2021-01-15 11:50:45','2021-01-15 03:50:45'),(40634,16454,'action created','2021-01-15 11:50:46','2021-01-15 03:50:46'),(40635,16454,'action started via WP Cron','2021-01-15 11:52:49','2021-01-15 03:52:49'),(40636,16454,'action complete via WP Cron','2021-01-15 11:52:49','2021-01-15 03:52:49'),(40637,16455,'action created','2021-01-15 11:52:49','2021-01-15 03:52:49'),(40638,16455,'action started via WP Cron','2021-01-15 11:53:53','2021-01-15 03:53:53'),(40639,16455,'action complete via WP Cron','2021-01-15 11:53:53','2021-01-15 03:53:53'),(40640,16456,'action created','2021-01-15 11:53:53','2021-01-15 03:53:53'),(40641,16456,'action started via WP Cron','2021-01-15 11:55:57','2021-01-15 03:55:57'),(40642,16456,'action complete via WP Cron','2021-01-15 11:55:57','2021-01-15 03:55:57'),(40643,16457,'action created','2021-01-15 11:55:57','2021-01-15 03:55:57'),(40644,16457,'action started via WP Cron','2021-01-15 11:57:13','2021-01-15 03:57:13'),(40645,16457,'action complete via WP Cron','2021-01-15 11:57:13','2021-01-15 03:57:13'),(40646,16458,'action created','2021-01-15 11:57:14','2021-01-15 03:57:14'),(40647,16458,'action started via WP Cron','2021-01-15 11:58:04','2021-01-15 03:58:04'),(40648,16458,'action complete via WP Cron','2021-01-15 11:58:04','2021-01-15 03:58:04'),(40649,16459,'action created','2021-01-15 11:58:04','2021-01-15 03:58:04'),(40650,16459,'action started via WP Cron','2021-01-15 11:58:50','2021-01-15 03:58:50'),(40651,16459,'action complete via WP Cron','2021-01-15 11:58:50','2021-01-15 03:58:50'),(40652,16460,'action created','2021-01-15 11:58:50','2021-01-15 03:58:50'),(40653,16460,'action started via WP Cron','2021-01-15 12:00:37','2021-01-15 04:00:37'),(40654,16460,'action complete via WP Cron','2021-01-15 12:00:37','2021-01-15 04:00:37'),(40655,16461,'action created','2021-01-15 12:00:37','2021-01-15 04:00:37'),(40656,16461,'action started via WP Cron','2021-01-15 12:01:44','2021-01-15 04:01:44'),(40657,16461,'action complete via WP Cron','2021-01-15 12:01:44','2021-01-15 04:01:44'),(40658,16462,'action created','2021-01-15 12:01:44','2021-01-15 04:01:44'),(40659,16462,'action started via WP Cron','2021-01-15 12:03:25','2021-01-15 04:03:25'),(40660,16462,'action complete via WP Cron','2021-01-15 12:03:25','2021-01-15 04:03:25'),(40661,16463,'action created','2021-01-15 12:03:26','2021-01-15 04:03:26'),(40662,16463,'action started via WP Cron','2021-01-15 12:04:08','2021-01-15 04:04:08'),(40663,16463,'action complete via WP Cron','2021-01-15 12:04:08','2021-01-15 04:04:08'),(40664,16464,'action created','2021-01-15 12:04:08','2021-01-15 04:04:08'),(40665,16464,'action started via WP Cron','2021-01-15 12:04:58','2021-01-15 04:04:58'),(40666,16464,'action complete via WP Cron','2021-01-15 12:04:58','2021-01-15 04:04:58'),(40667,16465,'action created','2021-01-15 12:04:58','2021-01-15 04:04:58'),(40668,16465,'action started via WP Cron','2021-01-15 12:05:45','2021-01-15 04:05:45'),(40669,16465,'action complete via WP Cron','2021-01-15 12:05:45','2021-01-15 04:05:45'),(40670,16466,'action created','2021-01-15 12:05:45','2021-01-15 04:05:45'),(40671,16466,'action started via WP Cron','2021-01-15 12:07:34','2021-01-15 04:07:34'),(40672,16466,'action complete via WP Cron','2021-01-15 12:07:34','2021-01-15 04:07:34'),(40673,16467,'action created','2021-01-15 12:07:34','2021-01-15 04:07:34'),(40674,16467,'action started via WP Cron','2021-01-15 12:08:34','2021-01-15 04:08:34'),(40675,16467,'action complete via WP Cron','2021-01-15 12:08:34','2021-01-15 04:08:34'),(40676,16468,'action created','2021-01-15 12:08:34','2021-01-15 04:08:34'),(40677,16468,'action started via WP Cron','2021-01-15 12:09:03','2021-01-15 04:09:03'),(40678,16468,'action complete via WP Cron','2021-01-15 12:09:03','2021-01-15 04:09:03'),(40679,16469,'action created','2021-01-15 12:09:04','2021-01-15 04:09:04'),(40680,16469,'action started via WP Cron','2021-01-15 12:10:01','2021-01-15 04:10:01'),(40681,16469,'action complete via WP Cron','2021-01-15 12:10:01','2021-01-15 04:10:01'),(40682,16470,'action created','2021-01-15 12:10:01','2021-01-15 04:10:01'),(40683,16470,'action started via WP Cron','2021-01-15 12:11:00','2021-01-15 04:11:00'),(40684,16470,'action complete via WP Cron','2021-01-15 12:11:00','2021-01-15 04:11:00'),(40685,16471,'action created','2021-01-15 12:11:00','2021-01-15 04:11:00'),(40686,16471,'action started via WP Cron','2021-01-15 12:12:08','2021-01-15 04:12:08'),(40687,16471,'action complete via WP Cron','2021-01-15 12:12:08','2021-01-15 04:12:08'),(40688,16472,'action created','2021-01-15 12:12:08','2021-01-15 04:12:08'),(40689,16472,'action started via WP Cron','2021-01-15 12:13:14','2021-01-15 04:13:14'),(40690,16472,'action complete via WP Cron','2021-01-15 12:13:14','2021-01-15 04:13:14'),(40691,16473,'action created','2021-01-15 12:13:14','2021-01-15 04:13:14'),(40692,16473,'action started via WP Cron','2021-01-15 12:14:33','2021-01-15 04:14:33'),(40693,16473,'action complete via WP Cron','2021-01-15 12:14:33','2021-01-15 04:14:33'),(40694,16474,'action created','2021-01-15 12:14:33','2021-01-15 04:14:33'),(40695,16474,'action started via WP Cron','2021-01-15 12:15:38','2021-01-15 04:15:38'),(40696,16474,'action complete via WP Cron','2021-01-15 12:15:38','2021-01-15 04:15:38'),(40697,16475,'action created','2021-01-15 12:15:38','2021-01-15 04:15:38'),(40698,16475,'action started via WP Cron','2021-01-15 12:16:20','2021-01-15 04:16:20'),(40699,16475,'action complete via WP Cron','2021-01-15 12:16:20','2021-01-15 04:16:20'),(40700,16476,'action created','2021-01-15 12:16:20','2021-01-15 04:16:20'),(40701,16476,'action started via WP Cron','2021-01-15 12:16:41','2021-01-15 04:16:41'),(40702,16476,'action complete via WP Cron','2021-01-15 12:16:41','2021-01-15 04:16:41'),(40703,16477,'action created','2021-01-15 12:16:41','2021-01-15 04:16:41'),(40704,16477,'action started via WP Cron','2021-01-15 12:17:43','2021-01-15 04:17:43'),(40705,16477,'action complete via WP Cron','2021-01-15 12:17:43','2021-01-15 04:17:43'),(40706,16478,'action created','2021-01-15 12:17:43','2021-01-15 04:17:43'),(40707,16478,'action started via WP Cron','2021-01-15 12:20:28','2021-01-15 04:20:28'),(40708,16478,'action complete via WP Cron','2021-01-15 12:20:28','2021-01-15 04:20:28'),(40709,16479,'action created','2021-01-15 12:20:28','2021-01-15 04:20:28'),(40710,16479,'action started via WP Cron','2021-01-15 12:20:55','2021-01-15 04:20:55'),(40711,16479,'action complete via WP Cron','2021-01-15 12:20:55','2021-01-15 04:20:55'),(40712,16480,'action created','2021-01-15 12:20:55','2021-01-15 04:20:55'),(40713,16480,'action started via WP Cron','2021-01-15 12:22:26','2021-01-15 04:22:26'),(40714,16480,'action complete via WP Cron','2021-01-15 12:22:26','2021-01-15 04:22:26'),(40715,16481,'action created','2021-01-15 12:22:26','2021-01-15 04:22:26'),(40716,16481,'action started via WP Cron','2021-01-15 12:23:18','2021-01-15 04:23:18'),(40717,16481,'action complete via WP Cron','2021-01-15 12:23:18','2021-01-15 04:23:18'),(40718,16482,'action created','2021-01-15 12:23:19','2021-01-15 04:23:19'),(40719,16482,'action started via WP Cron','2021-01-15 12:23:49','2021-01-15 04:23:49'),(40720,16482,'action complete via WP Cron','2021-01-15 12:23:49','2021-01-15 04:23:49'),(40721,16483,'action created','2021-01-15 12:23:49','2021-01-15 04:23:49'),(40722,16483,'action started via WP Cron','2021-01-15 12:25:24','2021-01-15 04:25:24'),(40723,16483,'action complete via WP Cron','2021-01-15 12:25:24','2021-01-15 04:25:24'),(40724,16484,'action created','2021-01-15 12:25:24','2021-01-15 04:25:24'),(40725,16484,'action started via WP Cron','2021-01-15 12:29:21','2021-01-15 04:29:21'),(40726,16484,'action complete via WP Cron','2021-01-15 12:29:21','2021-01-15 04:29:21'),(40727,16485,'action created','2021-01-15 12:29:21','2021-01-15 04:29:21'),(40728,16485,'action started via WP Cron','2021-01-15 12:29:46','2021-01-15 04:29:46'),(40729,16485,'action complete via WP Cron','2021-01-15 12:29:46','2021-01-15 04:29:46'),(40730,16486,'action created','2021-01-15 12:29:46','2021-01-15 04:29:46'),(40731,16486,'action started via WP Cron','2021-01-15 12:31:24','2021-01-15 04:31:24'),(40732,16486,'action complete via WP Cron','2021-01-15 12:31:24','2021-01-15 04:31:24'),(40733,16487,'action created','2021-01-15 12:31:24','2021-01-15 04:31:24'),(40734,16487,'action started via WP Cron','2021-01-15 12:32:01','2021-01-15 04:32:01'),(40735,16487,'action complete via WP Cron','2021-01-15 12:32:01','2021-01-15 04:32:01'),(40736,16488,'action created','2021-01-15 12:32:01','2021-01-15 04:32:01'),(40737,16488,'action started via WP Cron','2021-01-15 12:33:41','2021-01-15 04:33:41'),(40738,16488,'action complete via WP Cron','2021-01-15 12:33:41','2021-01-15 04:33:41'),(40739,16489,'action created','2021-01-15 12:33:41','2021-01-15 04:33:41'),(40740,16489,'action started via WP Cron','2021-01-15 12:34:55','2021-01-15 04:34:55'),(40741,16489,'action complete via WP Cron','2021-01-15 12:34:55','2021-01-15 04:34:55'),(40742,16490,'action created','2021-01-15 12:34:55','2021-01-15 04:34:55'),(40743,16490,'action started via WP Cron','2021-01-15 12:35:50','2021-01-15 04:35:50'),(40744,16490,'action complete via WP Cron','2021-01-15 12:35:50','2021-01-15 04:35:50'),(40745,16491,'action created','2021-01-15 12:35:50','2021-01-15 04:35:50'),(40746,16491,'action started via WP Cron','2021-01-15 12:38:44','2021-01-15 04:38:44'),(40747,16491,'action complete via WP Cron','2021-01-15 12:38:44','2021-01-15 04:38:44'),(40748,16492,'action created','2021-01-15 12:38:44','2021-01-15 04:38:44'),(40749,16492,'action started via WP Cron','2021-01-15 12:46:02','2021-01-15 04:46:02'),(40750,16492,'action complete via WP Cron','2021-01-15 12:46:02','2021-01-15 04:46:02'),(40751,16493,'action created','2021-01-15 12:46:02','2021-01-15 04:46:02'),(40752,16493,'action started via WP Cron','2021-01-15 12:53:15','2021-01-15 04:53:15'),(40753,16493,'action complete via WP Cron','2021-01-15 12:53:16','2021-01-15 04:53:16'),(40754,16494,'action created','2021-01-15 12:53:16','2021-01-15 04:53:16'),(40755,16494,'action started via WP Cron','2021-01-15 12:56:12','2021-01-15 04:56:12'),(40756,16494,'action complete via WP Cron','2021-01-15 12:56:12','2021-01-15 04:56:12'),(40757,16495,'action created','2021-01-15 12:56:12','2021-01-15 04:56:12'),(40758,16495,'action started via WP Cron','2021-01-15 13:09:43','2021-01-15 05:09:43'),(40759,16495,'action complete via WP Cron','2021-01-15 13:09:43','2021-01-15 05:09:43'),(40760,16496,'action created','2021-01-15 13:09:43','2021-01-15 05:09:43'),(40761,16496,'action started via WP Cron','2021-01-15 13:11:54','2021-01-15 05:11:54'),(40762,16496,'action complete via WP Cron','2021-01-15 13:11:54','2021-01-15 05:11:54'),(40763,16497,'action created','2021-01-15 13:11:54','2021-01-15 05:11:54'),(40764,16497,'action started via WP Cron','2021-01-15 13:16:10','2021-01-15 05:16:10'),(40765,16497,'action complete via WP Cron','2021-01-15 13:16:10','2021-01-15 05:16:10'),(40766,16498,'action created','2021-01-15 13:16:11','2021-01-15 05:16:11'),(40767,16498,'action started via WP Cron','2021-01-15 13:24:54','2021-01-15 05:24:54'),(40768,16498,'action complete via WP Cron','2021-01-15 13:24:54','2021-01-15 05:24:54'),(40769,16499,'action created','2021-01-15 13:24:54','2021-01-15 05:24:54'),(40770,16499,'action started via WP Cron','2021-01-15 13:25:48','2021-01-15 05:25:48'),(40771,16499,'action complete via WP Cron','2021-01-15 13:25:48','2021-01-15 05:25:48'),(40772,16500,'action created','2021-01-15 13:25:49','2021-01-15 05:25:49'),(40773,16500,'action started via WP Cron','2021-01-15 13:27:00','2021-01-15 05:27:00'),(40774,16500,'action complete via WP Cron','2021-01-15 13:27:00','2021-01-15 05:27:00'),(40775,16501,'action created','2021-01-15 13:40:50','2021-01-15 05:40:50'),(40776,16501,'action started via WP Cron','2021-01-15 13:45:25','2021-01-15 05:45:25'),(40777,16501,'action complete via WP Cron','2021-01-15 13:45:25','2021-01-15 05:45:25'),(40778,16502,'action created','2021-01-15 13:45:25','2021-01-15 05:45:25'),(40779,16502,'action started via WP Cron','2021-01-15 13:48:31','2021-01-15 05:48:31'),(40780,16502,'action complete via WP Cron','2021-01-15 13:48:31','2021-01-15 05:48:31'),(40781,16503,'action created','2021-01-15 13:48:31','2021-01-15 05:48:31'),(40782,16503,'action started via WP Cron','2021-01-15 13:54:37','2021-01-15 05:54:37'),(40783,16503,'action complete via WP Cron','2021-01-15 13:54:37','2021-01-15 05:54:37'),(40784,16504,'action created','2021-01-15 13:54:37','2021-01-15 05:54:37'),(40785,16504,'action started via WP Cron','2021-01-15 13:57:47','2021-01-15 05:57:47'),(40786,16504,'action complete via WP Cron','2021-01-15 13:57:47','2021-01-15 05:57:47'),(40787,16505,'action created','2021-01-15 13:57:47','2021-01-15 05:57:47'),(40788,16505,'action started via WP Cron','2021-01-15 14:06:16','2021-01-15 06:06:16'),(40789,16505,'action complete via WP Cron','2021-01-15 14:06:16','2021-01-15 06:06:16'),(40790,16506,'action created','2021-01-15 14:06:16','2021-01-15 06:06:16'),(40791,16506,'action started via WP Cron','2021-01-15 14:12:07','2021-01-15 06:12:07'),(40792,16506,'action complete via WP Cron','2021-01-15 14:12:07','2021-01-15 06:12:07'),(40793,16507,'action created','2021-01-15 14:12:07','2021-01-15 06:12:07'),(40794,16507,'action started via WP Cron','2021-01-15 14:31:54','2021-01-15 06:31:54'),(40795,16507,'action complete via WP Cron','2021-01-15 14:31:54','2021-01-15 06:31:54'),(40796,16508,'action created','2021-01-15 14:31:54','2021-01-15 06:31:54'),(40797,16508,'action started via WP Cron','2021-01-15 14:33:59','2021-01-15 06:33:59'),(40798,16508,'action complete via WP Cron','2021-01-15 14:33:59','2021-01-15 06:33:59'),(40799,16509,'action created','2021-01-15 14:33:59','2021-01-15 06:33:59'),(40800,16509,'action started via WP Cron','2021-01-15 14:45:32','2021-01-15 06:45:32'),(40801,16509,'action complete via WP Cron','2021-01-15 14:45:32','2021-01-15 06:45:32'),(40802,16510,'action created','2021-01-15 14:45:32','2021-01-15 06:45:32'),(40803,16510,'action started via WP Cron','2021-01-15 15:03:43','2021-01-15 07:03:43'),(40804,16510,'action complete via WP Cron','2021-01-15 15:03:43','2021-01-15 07:03:43'),(40805,16511,'action created','2021-01-15 15:03:43','2021-01-15 07:03:43'),(40806,16511,'action started via WP Cron','2021-01-15 15:06:58','2021-01-15 07:06:58'),(40807,16511,'action complete via WP Cron','2021-01-15 15:06:58','2021-01-15 07:06:58'),(40808,16512,'action created','2021-01-15 15:06:58','2021-01-15 07:06:58'),(40809,16512,'action started via WP Cron','2021-01-15 15:19:16','2021-01-15 07:19:16'),(40810,16512,'action complete via WP Cron','2021-01-15 15:19:16','2021-01-15 07:19:16'),(40811,16513,'action created','2021-01-15 15:19:17','2021-01-15 07:19:17'),(40812,16513,'action started via WP Cron','2021-01-15 15:20:25','2021-01-15 07:20:25'),(40813,16513,'action complete via WP Cron','2021-01-15 15:20:25','2021-01-15 07:20:25'),(40814,16514,'action created','2021-01-15 15:20:25','2021-01-15 07:20:25'),(40815,16514,'action started via WP Cron','2021-01-15 15:21:26','2021-01-15 07:21:26'),(40816,16514,'action complete via WP Cron','2021-01-15 15:21:26','2021-01-15 07:21:26'),(40817,16515,'action created','2021-01-15 15:21:26','2021-01-15 07:21:26'),(40818,16515,'action started via WP Cron','2021-01-15 15:23:28','2021-01-15 07:23:28'),(40819,16515,'action complete via WP Cron','2021-01-15 15:23:28','2021-01-15 07:23:28'),(40820,16516,'action created','2021-01-15 15:23:28','2021-01-15 07:23:28'),(40821,16516,'action started via WP Cron','2021-01-15 15:24:29','2021-01-15 07:24:29'),(40822,16516,'action complete via WP Cron','2021-01-15 15:24:29','2021-01-15 07:24:29'),(40823,16517,'action created','2021-01-15 15:24:29','2021-01-15 07:24:29'),(40824,16517,'action started via WP Cron','2021-01-15 15:25:30','2021-01-15 07:25:30'),(40825,16517,'action complete via WP Cron','2021-01-15 15:25:30','2021-01-15 07:25:30'),(40826,16518,'action created','2021-01-15 15:25:30','2021-01-15 07:25:30'),(40827,16518,'action started via WP Cron','2021-01-15 15:29:51','2021-01-15 07:29:51'),(40828,16518,'action complete via WP Cron','2021-01-15 15:29:51','2021-01-15 07:29:51'),(40829,16519,'action created','2021-01-15 15:29:51','2021-01-15 07:29:51'),(40830,16519,'action started via WP Cron','2021-01-15 15:32:14','2021-01-15 07:32:14'),(40831,16519,'action complete via WP Cron','2021-01-15 15:32:14','2021-01-15 07:32:14'),(40832,16520,'action created','2021-01-15 15:32:14','2021-01-15 07:32:14'),(40833,16520,'action started via WP Cron','2021-01-15 15:45:34','2021-01-15 07:45:34'),(40834,16520,'action complete via WP Cron','2021-01-15 15:45:34','2021-01-15 07:45:34'),(40835,16521,'action created','2021-01-15 15:45:34','2021-01-15 07:45:34'),(40836,16521,'action started via WP Cron','2021-01-15 16:01:42','2021-01-15 08:01:42'),(40837,16521,'action complete via WP Cron','2021-01-15 16:01:42','2021-01-15 08:01:42'),(40838,16522,'action created','2021-01-15 16:01:42','2021-01-15 08:01:42'),(40839,16522,'action started via WP Cron','2021-01-15 16:03:59','2021-01-15 08:03:59'),(40840,16522,'action complete via WP Cron','2021-01-15 16:03:59','2021-01-15 08:03:59'),(40841,16523,'action created','2021-01-15 16:03:59','2021-01-15 08:03:59'),(40842,16523,'action started via WP Cron','2021-01-15 16:09:33','2021-01-15 08:09:33'),(40843,16523,'action complete via WP Cron','2021-01-15 16:09:33','2021-01-15 08:09:33'),(40844,16524,'action created','2021-01-15 16:09:33','2021-01-15 08:09:33'),(40845,16524,'action started via WP Cron','2021-01-15 16:12:45','2021-01-15 08:12:45'),(40846,16524,'action complete via WP Cron','2021-01-15 16:12:45','2021-01-15 08:12:45'),(40847,16525,'action created','2021-01-15 16:12:45','2021-01-15 08:12:45'),(40848,16525,'action started via WP Cron','2021-01-15 16:15:06','2021-01-15 08:15:06'),(40849,16525,'action complete via WP Cron','2021-01-15 16:15:06','2021-01-15 08:15:06'),(40850,16526,'action created','2021-01-15 16:15:06','2021-01-15 08:15:06'),(40851,16526,'action started via WP Cron','2021-01-15 16:16:57','2021-01-15 08:16:57'),(40852,16526,'action complete via WP Cron','2021-01-15 16:16:57','2021-01-15 08:16:57'),(40853,16527,'action created','2021-01-15 16:16:57','2021-01-15 08:16:57'),(40854,16527,'action started via WP Cron','2021-01-15 16:18:10','2021-01-15 08:18:10'),(40855,16527,'action complete via WP Cron','2021-01-15 16:18:10','2021-01-15 08:18:10'),(40856,16528,'action created','2021-01-15 16:18:18','2021-01-15 08:18:18'),(40857,16528,'action started via WP Cron','2021-01-15 16:19:25','2021-01-15 08:19:25'),(40858,16528,'action complete via WP Cron','2021-01-15 16:19:25','2021-01-15 08:19:25'),(40859,16529,'action created','2021-01-15 16:19:25','2021-01-15 08:19:25'),(40860,16529,'action started via WP Cron','2021-01-15 16:21:39','2021-01-15 08:21:39'),(40861,16529,'action complete via WP Cron','2021-01-15 16:21:39','2021-01-15 08:21:39'),(40862,16530,'action created','2021-01-15 16:21:39','2021-01-15 08:21:39'),(40863,16530,'action started via WP Cron','2021-01-15 16:23:29','2021-01-15 08:23:29'),(40864,16530,'action complete via WP Cron','2021-01-15 16:23:29','2021-01-15 08:23:29'),(40865,16531,'action created','2021-01-15 16:23:29','2021-01-15 08:23:29'),(40866,16531,'action started via WP Cron','2021-01-15 16:24:30','2021-01-15 08:24:30'),(40867,16531,'action complete via WP Cron','2021-01-15 16:24:30','2021-01-15 08:24:30'),(40868,16532,'action created','2021-01-15 16:24:30','2021-01-15 08:24:30'),(40869,16532,'action started via WP Cron','2021-01-15 16:26:16','2021-01-15 08:26:16'),(40870,16532,'action complete via WP Cron','2021-01-15 16:26:16','2021-01-15 08:26:16'),(40871,16533,'action created','2021-01-15 16:26:16','2021-01-15 08:26:16'),(40872,16533,'action started via WP Cron','2021-01-15 16:27:17','2021-01-15 08:27:17'),(40873,16533,'action complete via WP Cron','2021-01-15 16:27:17','2021-01-15 08:27:17'),(40874,16534,'action created','2021-01-15 16:27:17','2021-01-15 08:27:17'),(40875,16534,'action started via WP Cron','2021-01-15 16:28:18','2021-01-15 08:28:18'),(40876,16534,'action complete via WP Cron','2021-01-15 16:28:18','2021-01-15 08:28:18'),(40877,16535,'action created','2021-01-15 16:28:18','2021-01-15 08:28:18'),(40878,16535,'action started via WP Cron','2021-01-15 16:47:52','2021-01-15 08:47:52'),(40879,16535,'action complete via WP Cron','2021-01-15 16:47:52','2021-01-15 08:47:52'),(40880,16536,'action created','2021-01-15 16:47:52','2021-01-15 08:47:52'),(40881,16536,'action started via WP Cron','2021-01-15 17:05:09','2021-01-15 09:05:09'),(40882,16536,'action complete via WP Cron','2021-01-15 17:05:09','2021-01-15 09:05:09'),(40883,16537,'action created','2021-01-15 17:05:09','2021-01-15 09:05:09'),(40884,16537,'action started via WP Cron','2021-01-15 17:08:34','2021-01-15 09:08:34'),(40885,16537,'action complete via WP Cron','2021-01-15 17:08:34','2021-01-15 09:08:34'),(40886,16538,'action created','2021-01-15 17:08:35','2021-01-15 09:08:35'),(40887,16538,'action started via WP Cron','2021-01-15 17:10:02','2021-01-15 09:10:02'),(40888,16538,'action complete via WP Cron','2021-01-15 17:10:02','2021-01-15 09:10:02'),(40889,16539,'action created','2021-01-15 17:10:03','2021-01-15 09:10:03'),(40890,16539,'action started via WP Cron','2021-01-15 17:26:40','2021-01-15 09:26:40'),(40891,16539,'action complete via WP Cron','2021-01-15 17:26:40','2021-01-15 09:26:40'),(40892,16540,'action created','2021-01-15 17:26:41','2021-01-15 09:26:41'),(40893,16540,'action started via WP Cron','2021-01-15 17:28:18','2021-01-15 09:28:18'),(40894,16540,'action complete via WP Cron','2021-01-15 17:28:18','2021-01-15 09:28:18'),(40895,16541,'action created','2021-01-15 17:28:18','2021-01-15 09:28:18'),(40896,16541,'action started via WP Cron','2021-01-15 17:28:49','2021-01-15 09:28:49'),(40897,16541,'action complete via WP Cron','2021-01-15 17:28:49','2021-01-15 09:28:49'),(40898,16542,'action created','2021-01-15 17:28:49','2021-01-15 09:28:49'),(40899,16542,'action started via WP Cron','2021-01-15 17:29:46','2021-01-15 09:29:46'),(40900,16542,'action complete via WP Cron','2021-01-15 17:29:46','2021-01-15 09:29:46'),(40901,16543,'action created','2021-01-15 17:29:46','2021-01-15 09:29:46'),(40902,16543,'action started via WP Cron','2021-01-15 17:31:24','2021-01-15 09:31:24'),(40903,16543,'action complete via WP Cron','2021-01-15 17:31:24','2021-01-15 09:31:24'),(40904,16544,'action created','2021-01-15 17:31:24','2021-01-15 09:31:24'),(40905,16544,'action started via WP Cron','2021-01-15 17:32:37','2021-01-15 09:32:37'),(40906,16544,'action complete via WP Cron','2021-01-15 17:32:37','2021-01-15 09:32:37'),(40907,16545,'action created','2021-01-15 17:32:37','2021-01-15 09:32:37'),(40908,16545,'action started via WP Cron','2021-01-15 17:33:45','2021-01-15 09:33:45'),(40909,16545,'action complete via WP Cron','2021-01-15 17:33:45','2021-01-15 09:33:45'),(40910,16546,'action created','2021-01-15 17:33:45','2021-01-15 09:33:45'),(40911,16546,'action started via WP Cron','2021-01-15 17:35:37','2021-01-15 09:35:37'),(40912,16546,'action complete via WP Cron','2021-01-15 17:35:37','2021-01-15 09:35:37'),(40913,16547,'action created','2021-01-15 17:35:37','2021-01-15 09:35:37'),(40914,16547,'action started via WP Cron','2021-01-15 17:36:26','2021-01-15 09:36:26'),(40915,16547,'action complete via WP Cron','2021-01-15 17:36:26','2021-01-15 09:36:26'),(40916,16548,'action created','2021-01-15 17:36:26','2021-01-15 09:36:26'),(40917,16548,'action started via WP Cron','2021-01-15 17:37:03','2021-01-15 09:37:03'),(40918,16548,'action complete via WP Cron','2021-01-15 17:37:03','2021-01-15 09:37:03'),(40919,16549,'action created','2021-01-15 17:37:03','2021-01-15 09:37:03'),(40920,16549,'action started via WP Cron','2021-01-15 17:37:47','2021-01-15 09:37:47'),(40921,16549,'action complete via WP Cron','2021-01-15 17:37:47','2021-01-15 09:37:47'),(40922,16550,'action created','2021-01-15 17:37:47','2021-01-15 09:37:47'),(40923,16550,'action started via WP Cron','2021-01-15 17:38:43','2021-01-15 09:38:43'),(40924,16550,'action complete via WP Cron','2021-01-15 17:38:43','2021-01-15 09:38:43'),(40925,16551,'action created','2021-01-15 17:38:43','2021-01-15 09:38:43'),(40926,16551,'action started via WP Cron','2021-01-15 17:39:50','2021-01-15 09:39:50'),(40927,16551,'action complete via WP Cron','2021-01-15 17:39:50','2021-01-15 09:39:50'),(40928,16552,'action created','2021-01-15 17:39:50','2021-01-15 09:39:50'),(40929,16552,'action started via WP Cron','2021-01-15 17:41:16','2021-01-15 09:41:16'),(40930,16552,'action complete via WP Cron','2021-01-15 17:41:16','2021-01-15 09:41:16'),(40931,16553,'action created','2021-01-15 17:41:16','2021-01-15 09:41:16'),(40932,16553,'action started via WP Cron','2021-01-15 17:41:42','2021-01-15 09:41:42'),(40933,16553,'action complete via WP Cron','2021-01-15 17:41:42','2021-01-15 09:41:42'),(40934,16554,'action created','2021-01-15 17:41:42','2021-01-15 09:41:42'),(40935,16554,'action started via WP Cron','2021-01-15 17:42:49','2021-01-15 09:42:49'),(40936,16554,'action complete via WP Cron','2021-01-15 17:42:49','2021-01-15 09:42:49'),(40937,16555,'action created','2021-01-15 17:42:49','2021-01-15 09:42:49'),(40938,16555,'action started via WP Cron','2021-01-15 17:44:02','2021-01-15 09:44:02'),(40939,16555,'action complete via WP Cron','2021-01-15 17:44:02','2021-01-15 09:44:02'),(40940,16556,'action created','2021-01-15 17:44:02','2021-01-15 09:44:02'),(40941,16556,'action started via WP Cron','2021-01-15 17:44:41','2021-01-15 09:44:41'),(40942,16556,'action complete via WP Cron','2021-01-15 17:44:41','2021-01-15 09:44:41'),(40943,16557,'action created','2021-01-15 17:44:41','2021-01-15 09:44:41'),(40944,16557,'action started via WP Cron','2021-01-15 17:46:09','2021-01-15 09:46:09'),(40945,16557,'action complete via WP Cron','2021-01-15 17:46:09','2021-01-15 09:46:09'),(40946,16558,'action created','2021-01-15 17:46:09','2021-01-15 09:46:09'),(40947,16558,'action started via WP Cron','2021-01-15 17:46:51','2021-01-15 09:46:51'),(40948,16558,'action complete via WP Cron','2021-01-15 17:46:51','2021-01-15 09:46:51'),(40949,16559,'action created','2021-01-15 17:46:51','2021-01-15 09:46:51'),(40950,16559,'action started via WP Cron','2021-01-15 17:48:47','2021-01-15 09:48:47'),(40951,16559,'action complete via WP Cron','2021-01-15 17:48:47','2021-01-15 09:48:47'),(40952,16560,'action created','2021-01-15 17:49:21','2021-01-15 09:49:21'),(40953,16560,'action started via WP Cron','2021-01-15 17:50:39','2021-01-15 09:50:39'),(40954,16560,'action complete via WP Cron','2021-01-15 17:50:39','2021-01-15 09:50:39'),(40955,16561,'action created','2021-01-15 17:50:39','2021-01-15 09:50:39'),(40956,16561,'action started via WP Cron','2021-01-15 17:52:00','2021-01-15 09:52:00'),(40957,16561,'action complete via WP Cron','2021-01-15 17:52:00','2021-01-15 09:52:00'),(40958,16562,'action created','2021-01-15 17:52:00','2021-01-15 09:52:00'),(40959,16562,'action started via WP Cron','2021-01-15 17:53:05','2021-01-15 09:53:05'),(40960,16562,'action complete via WP Cron','2021-01-15 17:53:05','2021-01-15 09:53:05'),(40961,16563,'action created','2021-01-15 17:53:06','2021-01-15 09:53:06'),(40962,16563,'action started via WP Cron','2021-01-15 17:54:23','2021-01-15 09:54:23'),(40963,16563,'action complete via WP Cron','2021-01-15 17:54:23','2021-01-15 09:54:23'),(40964,16564,'action created','2021-01-15 17:54:23','2021-01-15 09:54:23'),(40965,16564,'action started via WP Cron','2021-01-15 17:55:00','2021-01-15 09:55:00'),(40966,16564,'action complete via WP Cron','2021-01-15 17:55:00','2021-01-15 09:55:00'),(40967,16565,'action created','2021-01-15 17:55:00','2021-01-15 09:55:00'),(40968,16565,'action started via WP Cron','2021-01-15 17:56:26','2021-01-15 09:56:26'),(40969,16565,'action complete via WP Cron','2021-01-15 17:56:26','2021-01-15 09:56:26'),(40970,16566,'action created','2021-01-15 17:56:26','2021-01-15 09:56:26'),(40971,16566,'action started via WP Cron','2021-01-15 17:57:19','2021-01-15 09:57:19'),(40972,16566,'action complete via WP Cron','2021-01-15 17:57:19','2021-01-15 09:57:19'),(40973,16567,'action created','2021-01-15 17:57:19','2021-01-15 09:57:19'),(40974,16567,'action started via WP Cron','2021-01-15 17:57:46','2021-01-15 09:57:46'),(40975,16567,'action complete via WP Cron','2021-01-15 17:57:46','2021-01-15 09:57:46'),(40976,16568,'action created','2021-01-15 17:57:46','2021-01-15 09:57:46'),(40977,16568,'action started via WP Cron','2021-01-15 17:58:49','2021-01-15 09:58:49'),(40978,16568,'action complete via WP Cron','2021-01-15 17:58:49','2021-01-15 09:58:49'),(40979,16569,'action created','2021-01-15 17:58:49','2021-01-15 09:58:49'),(40980,16569,'action started via WP Cron','2021-01-15 18:00:13','2021-01-15 10:00:13'),(40981,16569,'action complete via WP Cron','2021-01-15 18:00:13','2021-01-15 10:00:13'),(40982,16570,'action created','2021-01-15 18:00:13','2021-01-15 10:00:13'),(40983,16570,'action started via WP Cron','2021-01-15 18:00:44','2021-01-15 10:00:44'),(40984,16570,'action complete via WP Cron','2021-01-15 18:00:44','2021-01-15 10:00:44'),(40985,16571,'action created','2021-01-15 18:00:44','2021-01-15 10:00:44'),(40986,16571,'action started via WP Cron','2021-01-15 18:02:37','2021-01-15 10:02:37'),(40987,16571,'action complete via WP Cron','2021-01-15 18:02:37','2021-01-15 10:02:37'),(40988,16572,'action created','2021-01-15 18:02:37','2021-01-15 10:02:37'),(40989,16572,'action started via WP Cron','2021-01-15 18:03:13','2021-01-15 10:03:13'),(40990,16572,'action complete via WP Cron','2021-01-15 18:03:13','2021-01-15 10:03:13'),(40991,16573,'action created','2021-01-15 18:03:13','2021-01-15 10:03:13'),(40992,16573,'action started via WP Cron','2021-01-15 18:04:03','2021-01-15 10:04:03'),(40993,16573,'action complete via WP Cron','2021-01-15 18:04:03','2021-01-15 10:04:03'),(40994,16574,'action created','2021-01-15 18:04:03','2021-01-15 10:04:03'),(40995,16574,'action started via WP Cron','2021-01-15 18:04:45','2021-01-15 10:04:45'),(40996,16574,'action complete via WP Cron','2021-01-15 18:04:45','2021-01-15 10:04:45'),(40997,16575,'action created','2021-01-15 18:04:45','2021-01-15 10:04:45'),(40998,16575,'action started via WP Cron','2021-01-15 18:10:41','2021-01-15 10:10:41'),(40999,16575,'action complete via WP Cron','2021-01-15 18:10:41','2021-01-15 10:10:41'),(41000,16576,'action created','2021-01-15 18:10:41','2021-01-15 10:10:41'),(41001,16576,'action started via WP Cron','2021-01-15 18:22:14','2021-01-15 10:22:14'),(41002,16576,'action complete via WP Cron','2021-01-15 18:22:14','2021-01-15 10:22:14'),(41003,16577,'action created','2021-01-15 18:22:14','2021-01-15 10:22:14'),(41004,16577,'action started via WP Cron','2021-01-15 18:27:31','2021-01-15 10:27:31'),(41005,16577,'action complete via WP Cron','2021-01-15 18:27:31','2021-01-15 10:27:31'),(41006,16578,'action created','2021-01-15 18:27:31','2021-01-15 10:27:31'),(41007,16578,'action started via WP Cron','2021-01-15 18:34:41','2021-01-15 10:34:41'),(41008,16578,'action complete via WP Cron','2021-01-15 18:34:41','2021-01-15 10:34:41'),(41009,16579,'action created','2021-01-15 18:34:41','2021-01-15 10:34:41'),(41010,16579,'action started via WP Cron','2021-01-15 18:37:41','2021-01-15 10:37:41'),(41011,16579,'action complete via WP Cron','2021-01-15 18:37:41','2021-01-15 10:37:41'),(41012,16580,'action created','2021-01-15 18:37:41','2021-01-15 10:37:41'),(41013,16580,'action started via WP Cron','2021-01-15 18:38:42','2021-01-15 10:38:42'),(41014,16580,'action complete via WP Cron','2021-01-15 18:38:42','2021-01-15 10:38:42'),(41015,16581,'action created','2021-01-15 18:38:42','2021-01-15 10:38:42'),(41016,16581,'action started via WP Cron','2021-01-15 18:39:43','2021-01-15 10:39:43'),(41017,16581,'action complete via WP Cron','2021-01-15 18:39:43','2021-01-15 10:39:43'),(41018,16582,'action created','2021-01-15 18:39:43','2021-01-15 10:39:43'),(41019,16582,'action started via WP Cron','2021-01-15 18:49:39','2021-01-15 10:49:39'),(41020,16582,'action complete via WP Cron','2021-01-15 18:49:39','2021-01-15 10:49:39'),(41021,16583,'action created','2021-01-15 18:49:39','2021-01-15 10:49:39'),(41022,16583,'action started via WP Cron','2021-01-15 18:50:40','2021-01-15 10:50:40'),(41023,16583,'action complete via WP Cron','2021-01-15 18:50:40','2021-01-15 10:50:40'),(41024,16584,'action created','2021-01-15 18:50:40','2021-01-15 10:50:40'),(41025,16584,'action started via WP Cron','2021-01-15 18:52:58','2021-01-15 10:52:58'),(41026,16584,'action complete via WP Cron','2021-01-15 18:52:58','2021-01-15 10:52:58'),(41027,16585,'action created','2021-01-15 18:52:58','2021-01-15 10:52:58'),(41028,16585,'action started via WP Cron','2021-01-15 19:00:32','2021-01-15 11:00:32'),(41029,16585,'action complete via WP Cron','2021-01-15 19:00:32','2021-01-15 11:00:32'),(41030,16586,'action created','2021-01-15 19:00:32','2021-01-15 11:00:32'),(41031,16586,'action started via WP Cron','2021-01-15 19:01:32','2021-01-15 11:01:32'),(41032,16586,'action complete via WP Cron','2021-01-15 19:01:32','2021-01-15 11:01:32'),(41033,16587,'action created','2021-01-15 19:01:32','2021-01-15 11:01:32'),(41034,16587,'action started via WP Cron','2021-01-15 19:02:33','2021-01-15 11:02:33'),(41035,16587,'action complete via WP Cron','2021-01-15 19:02:33','2021-01-15 11:02:33'),(41036,16588,'action created','2021-01-15 19:02:33','2021-01-15 11:02:33'),(41037,16588,'action started via WP Cron','2021-01-15 19:04:37','2021-01-15 11:04:37'),(41038,16588,'action complete via WP Cron','2021-01-15 19:04:37','2021-01-15 11:04:37'),(41039,16589,'action created','2021-01-15 19:04:37','2021-01-15 11:04:37'),(41040,16589,'action started via WP Cron','2021-01-15 19:05:39','2021-01-15 11:05:39'),(41041,16589,'action complete via WP Cron','2021-01-15 19:05:39','2021-01-15 11:05:39'),(41042,16590,'action created','2021-01-15 19:05:39','2021-01-15 11:05:39'),(41043,16590,'action started via WP Cron','2021-01-15 19:06:40','2021-01-15 11:06:40'),(41044,16590,'action complete via WP Cron','2021-01-15 19:06:40','2021-01-15 11:06:40'),(41045,16591,'action created','2021-01-15 19:06:40','2021-01-15 11:06:40'),(41046,16591,'action started via WP Cron','2021-01-15 19:13:32','2021-01-15 11:13:32'),(41047,16591,'action complete via WP Cron','2021-01-15 19:13:32','2021-01-15 11:13:32'),(41048,16592,'action created','2021-01-15 19:13:32','2021-01-15 11:13:32'),(41049,16592,'action started via WP Cron','2021-01-15 19:14:39','2021-01-15 11:14:39'),(41050,16592,'action complete via WP Cron','2021-01-15 19:14:40','2021-01-15 11:14:40'),(41051,16593,'action created','2021-01-15 19:14:40','2021-01-15 11:14:40'),(41052,16593,'action started via WP Cron','2021-01-15 19:15:34','2021-01-15 11:15:34'),(41053,16593,'action complete via WP Cron','2021-01-15 19:15:34','2021-01-15 11:15:34'),(41054,16594,'action created','2021-01-15 19:15:34','2021-01-15 11:15:34'),(41055,16594,'action started via WP Cron','2021-01-15 19:16:42','2021-01-15 11:16:42'),(41056,16594,'action complete via WP Cron','2021-01-15 19:16:42','2021-01-15 11:16:42'),(41057,16595,'action created','2021-01-15 19:16:42','2021-01-15 11:16:42'),(41058,16595,'action started via WP Cron','2021-01-15 19:17:43','2021-01-15 11:17:43'),(41059,16595,'action complete via WP Cron','2021-01-15 19:17:43','2021-01-15 11:17:43'),(41060,16596,'action created','2021-01-15 19:17:43','2021-01-15 11:17:43'),(41061,16596,'action started via WP Cron','2021-01-15 19:18:44','2021-01-15 11:18:44'),(41062,16596,'action complete via WP Cron','2021-01-15 19:18:44','2021-01-15 11:18:44'),(41063,16597,'action created','2021-01-15 19:18:44','2021-01-15 11:18:44'),(41064,16597,'action started via WP Cron','2021-01-15 19:29:14','2021-01-15 11:29:14'),(41065,16597,'action complete via WP Cron','2021-01-15 19:29:14','2021-01-15 11:29:14'),(41066,16598,'action created','2021-01-15 19:29:14','2021-01-15 11:29:14'),(41067,16598,'action started via WP Cron','2021-01-15 19:40:43','2021-01-15 11:40:43'),(41068,16598,'action complete via WP Cron','2021-01-15 19:40:43','2021-01-15 11:40:43'),(41069,16599,'action created','2021-01-15 19:40:43','2021-01-15 11:40:43'),(41070,16599,'action started via WP Cron','2021-01-15 19:41:44','2021-01-15 11:41:44'),(41071,16599,'action complete via WP Cron','2021-01-15 19:41:44','2021-01-15 11:41:44'),(41072,16600,'action created','2021-01-15 19:41:44','2021-01-15 11:41:44'),(41073,16600,'action started via WP Cron','2021-01-15 19:42:45','2021-01-15 11:42:45'),(41074,16600,'action complete via WP Cron','2021-01-15 19:42:45','2021-01-15 11:42:45'),(41075,16601,'action created','2021-01-15 19:42:45','2021-01-15 11:42:45'),(41076,16601,'action started via WP Cron','2021-01-15 19:44:47','2021-01-15 11:44:47'),(41077,16601,'action complete via WP Cron','2021-01-15 19:44:47','2021-01-15 11:44:47'),(41078,16602,'action created','2021-01-15 19:44:47','2021-01-15 11:44:47'),(41079,16602,'action started via WP Cron','2021-01-15 19:45:48','2021-01-15 11:45:48'),(41080,16602,'action complete via WP Cron','2021-01-15 19:45:48','2021-01-15 11:45:48'),(41081,16603,'action created','2021-01-15 19:45:48','2021-01-15 11:45:48'),(41082,16603,'action started via WP Cron','2021-01-15 20:01:07','2021-01-15 12:01:07'),(41083,16603,'action complete via WP Cron','2021-01-15 20:01:07','2021-01-15 12:01:07'),(41084,16604,'action created','2021-01-15 20:01:07','2021-01-15 12:01:07'),(41085,16604,'action started via WP Cron','2021-01-15 20:03:45','2021-01-15 12:03:45'),(41086,16604,'action complete via WP Cron','2021-01-15 20:03:45','2021-01-15 12:03:45'),(41087,16605,'action created','2021-01-15 20:03:45','2021-01-15 12:03:45'),(41088,16605,'action started via WP Cron','2021-01-15 20:08:40','2021-01-15 12:08:40'),(41089,16605,'action complete via WP Cron','2021-01-15 20:08:40','2021-01-15 12:08:40'),(41090,16606,'action created','2021-01-15 20:08:40','2021-01-15 12:08:40'),(41091,16606,'action started via WP Cron','2021-01-15 20:14:07','2021-01-15 12:14:07'),(41092,16606,'action complete via WP Cron','2021-01-15 20:14:07','2021-01-15 12:14:07'),(41093,16607,'action created','2021-01-15 20:14:07','2021-01-15 12:14:07'),(41094,16607,'action started via WP Cron','2021-01-15 20:15:34','2021-01-15 12:15:34'),(41095,16607,'action complete via WP Cron','2021-01-15 20:15:34','2021-01-15 12:15:34'),(41096,16608,'action created','2021-01-15 20:15:34','2021-01-15 12:15:34'),(41097,16608,'action started via WP Cron','2021-01-15 20:18:50','2021-01-15 12:18:50'),(41098,16608,'action complete via WP Cron','2021-01-15 20:18:50','2021-01-15 12:18:50'),(41099,16609,'action created','2021-01-15 20:18:50','2021-01-15 12:18:50'),(41100,16609,'action started via WP Cron','2021-01-15 20:19:44','2021-01-15 12:19:44'),(41101,16609,'action complete via WP Cron','2021-01-15 20:19:44','2021-01-15 12:19:44'),(41102,16610,'action created','2021-01-15 20:19:44','2021-01-15 12:19:44'),(41103,16610,'action started via WP Cron','2021-01-15 20:20:45','2021-01-15 12:20:45'),(41104,16610,'action complete via WP Cron','2021-01-15 20:20:45','2021-01-15 12:20:45'),(41105,16611,'action created','2021-01-15 20:20:45','2021-01-15 12:20:45'),(41106,16611,'action started via WP Cron','2021-01-15 20:21:57','2021-01-15 12:21:57'),(41107,16611,'action complete via WP Cron','2021-01-15 20:21:57','2021-01-15 12:21:57'),(41108,16612,'action created','2021-01-15 20:21:57','2021-01-15 12:21:57'),(41109,16612,'action started via WP Cron','2021-01-15 20:22:47','2021-01-15 12:22:47'),(41110,16612,'action complete via WP Cron','2021-01-15 20:22:47','2021-01-15 12:22:47'),(41111,16613,'action created','2021-01-15 20:22:47','2021-01-15 12:22:47'),(41112,16613,'action started via WP Cron','2021-01-15 20:23:48','2021-01-15 12:23:48'),(41113,16613,'action complete via WP Cron','2021-01-15 20:23:48','2021-01-15 12:23:48'),(41114,16614,'action created','2021-01-15 20:23:48','2021-01-15 12:23:48'),(41115,16614,'action started via WP Cron','2021-01-15 20:24:49','2021-01-15 12:24:49'),(41116,16614,'action complete via WP Cron','2021-01-15 20:24:49','2021-01-15 12:24:49'),(41117,16615,'action created','2021-01-15 20:24:49','2021-01-15 12:24:49'),(41118,16615,'action started via WP Cron','2021-01-15 20:27:46','2021-01-15 12:27:46'),(41119,16615,'action complete via WP Cron','2021-01-15 20:27:46','2021-01-15 12:27:46'),(41120,16616,'action created','2021-01-15 20:27:46','2021-01-15 12:27:46'),(41121,16616,'action started via WP Cron','2021-01-15 20:37:43','2021-01-15 12:37:43'),(41122,16616,'action complete via WP Cron','2021-01-15 20:37:43','2021-01-15 12:37:43'),(41123,16617,'action created','2021-01-15 20:37:43','2021-01-15 12:37:43'),(41124,16617,'action started via WP Cron','2021-01-15 20:44:57','2021-01-15 12:44:57'),(41125,16617,'action complete via WP Cron','2021-01-15 20:44:57','2021-01-15 12:44:57'),(41126,16618,'action created','2021-01-15 20:44:57','2021-01-15 12:44:57'),(101786,36840,'action created','2021-02-15 20:53:39','2021-02-15 12:53:39'),(101785,36839,'action complete via WP Cron','2021-02-15 20:53:39','2021-02-15 12:53:39'),(101784,36839,'action started via WP Cron','2021-02-15 20:53:39','2021-02-15 12:53:39'),(41130,16618,'action started via Async Request','2021-01-15 20:45:17','2021-01-15 12:45:17'),(41131,16618,'action complete via Async Request','2021-01-15 20:45:17','2021-01-15 12:45:17'),(41132,16620,'action created','2021-01-15 20:45:26','2021-01-15 12:45:26'),(41133,16620,'action started via WP Cron','2021-01-15 20:45:55','2021-01-15 12:45:55'),(41134,16620,'action complete via WP Cron','2021-01-15 20:45:55','2021-01-15 12:45:55'),(41135,16621,'action created','2021-01-15 20:45:55','2021-01-15 12:45:55'),(41136,16621,'action started via Async Request','2021-01-15 20:46:23','2021-01-15 12:46:23'),(41137,16621,'action complete via Async Request','2021-01-15 20:46:23','2021-01-15 12:46:23'),(41138,16622,'action created','2021-01-15 20:46:24','2021-01-15 12:46:24'),(41139,16622,'action started via WP Cron','2021-01-15 20:46:42','2021-01-15 12:46:42'),(41140,16622,'action complete via WP Cron','2021-01-15 20:46:42','2021-01-15 12:46:42'),(41141,16623,'action created','2021-01-15 20:47:44','2021-01-15 12:47:44'),(41142,16623,'action started via Async Request','2021-01-15 20:48:32','2021-01-15 12:48:32'),(41143,16623,'action complete via Async Request','2021-01-15 20:48:32','2021-01-15 12:48:32'),(41144,16624,'action created','2021-01-15 20:48:52','2021-01-15 12:48:52'),(41145,16624,'action started via WP Cron','2021-01-15 20:49:45','2021-01-15 12:49:45'),(41146,16624,'action complete via WP Cron','2021-01-15 20:49:45','2021-01-15 12:49:45'),(41147,16625,'action created','2021-01-15 20:50:22','2021-01-15 12:50:22'),(41148,16625,'action started via WP Cron','2021-01-15 20:50:46','2021-01-15 12:50:46'),(41149,16625,'action complete via WP Cron','2021-01-15 20:50:46','2021-01-15 12:50:46'),(41150,16626,'action created','2021-01-15 20:51:05','2021-01-15 12:51:05'),(41151,16626,'action started via WP Cron','2021-01-15 20:51:42','2021-01-15 12:51:42'),(41152,16626,'action complete via WP Cron','2021-01-15 20:51:42','2021-01-15 12:51:42'),(41153,16627,'action created','2021-01-15 20:53:08','2021-01-15 12:53:08'),(41154,16627,'action started via WP Cron','2021-01-15 20:53:54','2021-01-15 12:53:54'),(41155,16627,'action complete via WP Cron','2021-01-15 20:53:54','2021-01-15 12:53:54'),(41156,16628,'action created','2021-01-15 20:54:20','2021-01-15 12:54:20'),(41157,16628,'action started via WP Cron','2021-01-15 20:54:42','2021-01-15 12:54:42'),(41158,16628,'action complete via WP Cron','2021-01-15 20:54:42','2021-01-15 12:54:42'),(41159,16629,'action created','2021-01-15 20:54:42','2021-01-15 12:54:42'),(41160,16629,'action started via WP Cron','2021-01-15 20:56:20','2021-01-15 12:56:20'),(41161,16629,'action complete via WP Cron','2021-01-15 20:56:20','2021-01-15 12:56:20'),(41162,16630,'action created','2021-01-15 20:56:21','2021-01-15 12:56:21'),(41163,16630,'action started via WP Cron','2021-01-15 20:57:11','2021-01-15 12:57:11'),(41164,16630,'action complete via WP Cron','2021-01-15 20:57:11','2021-01-15 12:57:11'),(41165,16631,'action created','2021-01-15 20:58:44','2021-01-15 12:58:44'),(41166,16631,'action started via Async Request','2021-01-15 20:59:31','2021-01-15 12:59:31'),(41167,16631,'action complete via Async Request','2021-01-15 20:59:31','2021-01-15 12:59:31'),(41168,16632,'action created','2021-01-15 21:11:24','2021-01-15 13:11:24'),(41169,16632,'action started via WP Cron','2021-01-15 21:11:41','2021-01-15 13:11:41'),(41170,16632,'action complete via WP Cron','2021-01-15 21:11:41','2021-01-15 13:11:41'),(41171,16633,'action created','2021-01-15 21:12:07','2021-01-15 13:12:07'),(41172,16633,'action started via Async Request','2021-01-15 21:12:24','2021-01-15 13:12:24'),(41173,16633,'action complete via Async Request','2021-01-15 21:12:24','2021-01-15 13:12:24'),(41174,16634,'action created','2021-01-15 21:12:25','2021-01-15 13:12:25'),(41175,16634,'action started via WP Cron','2021-01-15 21:12:43','2021-01-15 13:12:43'),(41176,16634,'action complete via WP Cron','2021-01-15 21:12:43','2021-01-15 13:12:43'),(41177,16635,'action created','2021-01-15 21:13:17','2021-01-15 13:13:17'),(41178,16635,'action started via Async Request','2021-01-15 21:13:30','2021-01-15 13:13:30'),(41179,16635,'action complete via Async Request','2021-01-15 21:13:30','2021-01-15 13:13:30'),(41180,16636,'action created','2021-01-15 21:13:43','2021-01-15 13:13:43'),(41181,16636,'action started via Async Request','2021-01-15 21:14:31','2021-01-15 13:14:31'),(41182,16636,'action complete via Async Request','2021-01-15 21:14:31','2021-01-15 13:14:31'),(41183,16637,'action created','2021-01-15 21:15:36','2021-01-15 13:15:36'),(41184,16637,'action started via WP Cron','2021-01-15 21:16:44','2021-01-15 13:16:44'),(41185,16637,'action complete via WP Cron','2021-01-15 21:16:44','2021-01-15 13:16:44'),(41186,16638,'action created','2021-01-15 21:16:52','2021-01-15 13:16:52'),(41187,16638,'action started via WP Cron','2021-01-15 21:17:47','2021-01-15 13:17:47'),(41188,16638,'action complete via WP Cron','2021-01-15 21:17:47','2021-01-15 13:17:47'),(41189,16639,'action created','2021-01-15 21:17:57','2021-01-15 13:17:57'),(41190,16639,'action started via WP Cron','2021-01-15 21:18:45','2021-01-15 13:18:45'),(41191,16639,'action complete via WP Cron','2021-01-15 21:18:45','2021-01-15 13:18:45'),(41192,16640,'action created','2021-01-15 21:19:06','2021-01-15 13:19:06'),(41193,16640,'action started via WP Cron','2021-01-15 21:19:43','2021-01-15 13:19:43'),(41194,16640,'action complete via WP Cron','2021-01-15 21:19:43','2021-01-15 13:19:43'),(41195,16641,'action created','2021-01-15 21:19:44','2021-01-15 13:19:44'),(41196,16641,'action started via WP Cron','2021-01-15 21:21:57','2021-01-15 13:21:57'),(41197,16641,'action complete via WP Cron','2021-01-15 21:21:57','2021-01-15 13:21:57'),(41198,16642,'action created','2021-01-15 21:23:35','2021-01-15 13:23:35'),(41199,16642,'action started via Async Request','2021-01-15 21:24:18','2021-01-15 13:24:18'),(41200,16642,'action complete via Async Request','2021-01-15 21:24:18','2021-01-15 13:24:18'),(41201,16643,'action created','2021-01-15 21:25:31','2021-01-15 13:25:31'),(41202,16643,'action started via WP Cron','2021-01-15 21:25:49','2021-01-15 13:25:49'),(41203,16643,'action complete via WP Cron','2021-01-15 21:25:49','2021-01-15 13:25:49'),(41204,16644,'action created','2021-01-15 21:25:49','2021-01-15 13:25:49'),(41205,16644,'action started via Async Request','2021-01-15 21:26:27','2021-01-15 13:26:27'),(41206,16644,'action complete via Async Request','2021-01-15 21:26:27','2021-01-15 13:26:27'),(41207,16645,'action created','2021-01-15 21:26:50','2021-01-15 13:26:50'),(41208,16645,'action started via WP Cron','2021-01-15 21:27:51','2021-01-15 13:27:51'),(41209,16645,'action complete via WP Cron','2021-01-15 21:27:51','2021-01-15 13:27:51'),(41210,16646,'action created','2021-01-15 21:27:51','2021-01-15 13:27:51'),(41211,16646,'action started via Async Request','2021-01-15 21:28:09','2021-01-15 13:28:09'),(41212,16646,'action complete via Async Request','2021-01-15 21:28:09','2021-01-15 13:28:09'),(41213,16647,'action created','2021-01-15 21:29:53','2021-01-15 13:29:53'),(41214,16647,'action started via WP Cron','2021-01-15 21:30:54','2021-01-15 13:30:54'),(41215,16647,'action complete via WP Cron','2021-01-15 21:30:54','2021-01-15 13:30:54'),(41216,16648,'action created','2021-01-15 21:30:54','2021-01-15 13:30:54'),(41217,16648,'action started via Async Request','2021-01-15 21:31:09','2021-01-15 13:31:09'),(41218,16648,'action complete via Async Request','2021-01-15 21:31:09','2021-01-15 13:31:09'),(41219,16649,'action created','2021-01-15 21:33:11','2021-01-15 13:33:11'),(41220,16649,'action started via WP Cron','2021-01-15 21:34:09','2021-01-15 13:34:09'),(41221,16649,'action complete via WP Cron','2021-01-15 21:34:09','2021-01-15 13:34:09'),(41222,16650,'action created','2021-01-15 21:53:53','2021-01-15 13:53:53'),(41223,16650,'action started via Async Request','2021-01-15 21:54:09','2021-01-15 13:54:09'),(41224,16650,'action complete via Async Request','2021-01-15 21:54:09','2021-01-15 13:54:09'),(41225,16651,'action created','2021-01-15 22:01:42','2021-01-15 14:01:42'),(41226,16651,'action started via WP Cron','2021-01-15 22:02:52','2021-01-15 14:02:52'),(41227,16651,'action complete via WP Cron','2021-01-15 22:02:52','2021-01-15 14:02:52'),(41228,16652,'action created','2021-01-15 22:02:52','2021-01-15 14:02:52'),(41229,16652,'action started via Async Request','2021-01-15 22:03:09','2021-01-15 14:03:09'),(41230,16652,'action complete via Async Request','2021-01-15 22:03:09','2021-01-15 14:03:09'),(41231,16653,'action created','2021-01-15 22:03:13','2021-01-15 14:03:13'),(41232,16653,'action started via WP Cron','2021-01-15 22:03:55','2021-01-15 14:03:55'),(41233,16653,'action complete via WP Cron','2021-01-15 22:03:55','2021-01-15 14:03:55'),(41234,16654,'action created','2021-01-15 22:03:55','2021-01-15 14:03:55'),(41235,16654,'action started via WP Cron','2021-01-15 22:04:49','2021-01-15 14:04:49'),(41236,16654,'action complete via WP Cron','2021-01-15 22:04:49','2021-01-15 14:04:49'),(41237,16655,'action created','2021-01-15 22:04:49','2021-01-15 14:04:49'),(41238,16655,'action started via Async Request','2021-01-15 22:05:10','2021-01-15 14:05:10'),(41239,16655,'action complete via Async Request','2021-01-15 22:05:10','2021-01-15 14:05:10'),(41240,16656,'action created','2021-01-15 22:05:10','2021-01-15 14:05:10'),(41241,16656,'action started via WP Cron','2021-01-15 22:05:52','2021-01-15 14:05:52'),(41242,16656,'action complete via WP Cron','2021-01-15 22:05:52','2021-01-15 14:05:52'),(41243,16657,'action created','2021-01-15 22:05:53','2021-01-15 14:05:53'),(41244,16657,'action started via WP Cron','2021-01-15 22:07:09','2021-01-15 14:07:09'),(41245,16657,'action complete via WP Cron','2021-01-15 22:07:09','2021-01-15 14:07:09'),(41246,16658,'action created','2021-01-15 22:07:27','2021-01-15 14:07:27'),(41247,16658,'action started via WP Cron','2021-01-15 22:08:09','2021-01-15 14:08:09'),(41248,16658,'action complete via WP Cron','2021-01-15 22:08:09','2021-01-15 14:08:09'),(41249,16659,'action created','2021-01-15 22:08:58','2021-01-15 14:08:58'),(41250,16659,'action started via Async Request','2021-01-15 22:09:10','2021-01-15 14:09:10'),(41251,16659,'action complete via Async Request','2021-01-15 22:09:10','2021-01-15 14:09:10'),(41252,16660,'action created','2021-01-15 22:09:10','2021-01-15 14:09:10'),(41253,16660,'action started via WP Cron','2021-01-15 22:09:41','2021-01-15 14:09:41'),(41254,16660,'action complete via WP Cron','2021-01-15 22:09:41','2021-01-15 14:09:41'),(41255,16661,'action created','2021-01-15 22:09:41','2021-01-15 14:09:41'),(41256,16661,'action started via WP Cron','2021-01-15 22:11:03','2021-01-15 14:11:03'),(41257,16661,'action complete via WP Cron','2021-01-15 22:11:03','2021-01-15 14:11:03'),(41258,16662,'action created','2021-01-15 22:11:03','2021-01-15 14:11:03'),(41259,16662,'action started via WP Cron','2021-01-15 22:12:09','2021-01-15 14:12:09'),(41260,16662,'action complete via WP Cron','2021-01-15 22:12:09','2021-01-15 14:12:09'),(41261,16663,'action created','2021-01-15 22:12:13','2021-01-15 14:12:13'),(41262,16663,'action started via WP Cron','2021-01-15 22:12:49','2021-01-15 14:12:49'),(41263,16663,'action complete via WP Cron','2021-01-15 22:12:49','2021-01-15 14:12:49'),(41264,16664,'action created','2021-01-15 22:12:49','2021-01-15 14:12:49'),(41265,16664,'action started via WP Cron','2021-01-15 22:13:42','2021-01-15 14:13:42'),(41266,16664,'action complete via WP Cron','2021-01-15 22:13:42','2021-01-15 14:13:42'),(41267,16665,'action created','2021-01-15 22:13:42','2021-01-15 14:13:42'),(41268,16665,'action started via Async Request','2021-01-15 22:14:09','2021-01-15 14:14:09'),(41269,16665,'action complete via Async Request','2021-01-15 22:14:09','2021-01-15 14:14:09'),(41270,16666,'action created','2021-01-15 22:14:14','2021-01-15 14:14:14'),(41271,16666,'action started via WP Cron','2021-01-15 22:14:47','2021-01-15 14:14:47'),(41272,16666,'action complete via WP Cron','2021-01-15 22:14:47','2021-01-15 14:14:47'),(41273,16667,'action created','2021-01-15 22:14:47','2021-01-15 14:14:47'),(41274,16667,'action started via WP Cron','2021-01-15 22:15:50','2021-01-15 14:15:50'),(41275,16667,'action complete via WP Cron','2021-01-15 22:15:50','2021-01-15 14:15:50'),(41276,16668,'action created','2021-01-15 22:15:50','2021-01-15 14:15:50'),(41277,16668,'action started via Async Request','2021-01-15 22:16:09','2021-01-15 14:16:09'),(41278,16668,'action complete via Async Request','2021-01-15 22:16:09','2021-01-15 14:16:09'),(41279,16669,'action created','2021-01-15 22:16:11','2021-01-15 14:16:11'),(41280,16669,'action started via WP Cron','2021-01-15 22:16:50','2021-01-15 14:16:50'),(41281,16669,'action complete via WP Cron','2021-01-15 22:16:50','2021-01-15 14:16:50'),(41282,16670,'action created','2021-01-15 22:16:50','2021-01-15 14:16:50'),(41283,16670,'action started via WP Cron','2021-01-15 22:18:09','2021-01-15 14:18:09'),(41284,16670,'action complete via WP Cron','2021-01-15 22:18:09','2021-01-15 14:18:09'),(41285,16671,'action created','2021-01-15 22:18:18','2021-01-15 14:18:18'),(41286,16671,'action started via WP Cron','2021-01-15 22:18:49','2021-01-15 14:18:49'),(41287,16671,'action complete via WP Cron','2021-01-15 22:18:49','2021-01-15 14:18:49'),(41288,16672,'action created','2021-01-15 22:18:49','2021-01-15 14:18:49'),(41289,16672,'action started via WP Cron','2021-01-15 22:19:42','2021-01-15 14:19:42'),(41290,16672,'action complete via WP Cron','2021-01-15 22:19:42','2021-01-15 14:19:42'),(41291,16673,'action created','2021-01-15 22:19:42','2021-01-15 14:19:42'),(41292,16673,'action started via Async Request','2021-01-15 22:20:09','2021-01-15 14:20:09'),(41293,16673,'action complete via Async Request','2021-01-15 22:20:09','2021-01-15 14:20:09'),(41294,16674,'action created','2021-01-15 22:20:38','2021-01-15 14:20:38'),(41295,16674,'action started via WP Cron','2021-01-15 22:21:09','2021-01-15 14:21:09'),(41296,16674,'action complete via WP Cron','2021-01-15 22:21:09','2021-01-15 14:21:09'),(41297,16675,'action created','2021-01-15 22:22:02','2021-01-15 14:22:02'),(41298,16675,'action started via WP Cron','2021-01-15 22:23:09','2021-01-15 14:23:09'),(41299,16675,'action complete via WP Cron','2021-01-15 22:23:09','2021-01-15 14:23:09'),(41300,16676,'action created','2021-01-15 22:24:03','2021-01-15 14:24:03'),(41301,16676,'action started via WP Cron','2021-01-15 22:24:42','2021-01-15 14:24:42'),(41302,16676,'action complete via WP Cron','2021-01-15 22:24:42','2021-01-15 14:24:42'),(41303,16677,'action created','2021-01-15 22:24:42','2021-01-15 14:24:42'),(41304,16677,'action started via Async Request','2021-01-15 22:25:09','2021-01-15 14:25:09'),(41305,16677,'action complete via Async Request','2021-01-15 22:25:09','2021-01-15 14:25:09'),(41306,16678,'action created','2021-01-15 22:25:15','2021-01-15 14:25:15'),(41307,16678,'action started via WP Cron','2021-01-15 22:26:09','2021-01-15 14:26:09'),(41308,16678,'action complete via WP Cron','2021-01-15 22:26:09','2021-01-15 14:26:09'),(41309,16679,'action created','2021-01-15 22:26:26','2021-01-15 14:26:26'),(41310,16679,'action started via WP Cron','2021-01-15 22:27:09','2021-01-15 14:27:09'),(41311,16679,'action complete via WP Cron','2021-01-15 22:27:09','2021-01-15 14:27:09'),(41312,16680,'action created','2021-01-15 22:27:15','2021-01-15 14:27:15'),(41313,16680,'action started via WP Cron','2021-01-15 22:27:57','2021-01-15 14:27:57'),(41314,16680,'action complete via WP Cron','2021-01-15 22:27:57','2021-01-15 14:27:57'),(41315,16681,'action created','2021-01-15 22:27:57','2021-01-15 14:27:57'),(41316,16681,'action started via Async Request','2021-01-15 22:28:09','2021-01-15 14:28:09'),(41317,16681,'action complete via Async Request','2021-01-15 22:28:09','2021-01-15 14:28:09'),(41318,16682,'action created','2021-01-15 22:29:32','2021-01-15 14:29:32'),(41319,16682,'action started via WP Cron','2021-01-15 22:29:48','2021-01-15 14:29:48'),(41320,16682,'action complete via WP Cron','2021-01-15 22:29:48','2021-01-15 14:29:48'),(41321,16683,'action created','2021-01-15 22:29:48','2021-01-15 14:29:48'),(41322,16683,'action started via WP Cron','2021-01-15 22:31:10','2021-01-15 14:31:10'),(41323,16683,'action complete via WP Cron','2021-01-15 22:31:10','2021-01-15 14:31:10'),(41324,16684,'action created','2021-01-15 22:31:21','2021-01-15 14:31:21'),(41325,16684,'action started via WP Cron','2021-01-15 22:31:54','2021-01-15 14:31:54'),(41326,16684,'action complete via WP Cron','2021-01-15 22:31:54','2021-01-15 14:31:54'),(41327,16685,'action created','2021-01-15 22:31:54','2021-01-15 14:31:54'),(41328,16685,'action started via WP Cron','2021-01-15 22:32:55','2021-01-15 14:32:55'),(41329,16685,'action complete via WP Cron','2021-01-15 22:32:55','2021-01-15 14:32:55'),(41330,16686,'action created','2021-01-15 22:32:55','2021-01-15 14:32:55'),(41331,16686,'action started via Async Request','2021-01-15 22:33:10','2021-01-15 14:33:10'),(41332,16686,'action complete via Async Request','2021-01-15 22:33:10','2021-01-15 14:33:10'),(41333,16687,'action created','2021-01-15 22:33:48','2021-01-15 14:33:48'),(41334,16687,'action started via WP Cron','2021-01-15 22:34:58','2021-01-15 14:34:58'),(41335,16687,'action complete via WP Cron','2021-01-15 22:34:58','2021-01-15 14:34:58'),(41336,16688,'action created','2021-01-15 22:34:58','2021-01-15 14:34:58'),(41337,16688,'action started via Async Request','2021-01-15 22:35:09','2021-01-15 14:35:09'),(41338,16688,'action complete via Async Request','2021-01-15 22:35:09','2021-01-15 14:35:09'),(41339,16689,'action created','2021-01-15 22:35:37','2021-01-15 14:35:37'),(41340,16689,'action started via WP Cron','2021-01-15 22:35:58','2021-01-15 14:35:58'),(41341,16689,'action complete via WP Cron','2021-01-15 22:35:58','2021-01-15 14:35:58'),(41342,16690,'action created','2021-01-15 22:36:25','2021-01-15 14:36:25'),(41343,16690,'action started via WP Cron','2021-01-15 22:36:44','2021-01-15 14:36:44'),(41344,16690,'action complete via WP Cron','2021-01-15 22:36:44','2021-01-15 14:36:44'),(41345,16691,'action created','2021-01-15 22:36:44','2021-01-15 14:36:44'),(41346,16691,'action started via Async Request','2021-01-15 22:37:09','2021-01-15 14:37:09'),(41347,16691,'action complete via Async Request','2021-01-15 22:37:09','2021-01-15 14:37:09'),(41348,16692,'action created','2021-01-15 22:38:03','2021-01-15 14:38:03'),(41349,16692,'action started via WP Cron','2021-01-15 22:38:50','2021-01-15 14:38:50'),(41350,16692,'action complete via WP Cron','2021-01-15 22:38:50','2021-01-15 14:38:50'),(41351,16693,'action created','2021-01-15 22:38:50','2021-01-15 14:38:50'),(41352,16693,'action started via Async Request','2021-01-15 22:39:09','2021-01-15 14:39:09'),(41353,16693,'action complete via Async Request','2021-01-15 22:39:09','2021-01-15 14:39:09'),(41354,16694,'action created','2021-01-15 22:39:25','2021-01-15 14:39:25'),(41355,16694,'action started via WP Cron','2021-01-15 22:40:10','2021-01-15 14:40:10'),(41356,16694,'action complete via WP Cron','2021-01-15 22:40:10','2021-01-15 14:40:10'),(41357,16695,'action created','2021-01-15 22:40:24','2021-01-15 14:40:24'),(41358,16695,'action started via WP Cron','2021-01-15 22:41:09','2021-01-15 14:41:09'),(41359,16695,'action complete via WP Cron','2021-01-15 22:41:09','2021-01-15 14:41:09'),(41360,16696,'action created','2021-01-15 22:41:18','2021-01-15 14:41:18'),(41361,16696,'action started via WP Cron','2021-01-15 22:42:09','2021-01-15 14:42:09'),(41362,16696,'action complete via WP Cron','2021-01-15 22:42:09','2021-01-15 14:42:09'),(41363,16697,'action created','2021-01-15 22:42:17','2021-01-15 14:42:17'),(41364,16697,'action started via WP Cron','2021-01-15 22:42:53','2021-01-15 14:42:53'),(41365,16697,'action complete via WP Cron','2021-01-15 22:42:53','2021-01-15 14:42:53'),(41366,16698,'action created','2021-01-15 22:42:53','2021-01-15 14:42:53'),(41367,16698,'action started via WP Cron','2021-01-15 22:43:55','2021-01-15 14:43:55'),(41368,16698,'action complete via WP Cron','2021-01-15 22:43:55','2021-01-15 14:43:55'),(41369,16699,'action created','2021-01-15 22:43:55','2021-01-15 14:43:55'),(41370,16699,'action started via Async Request','2021-01-15 22:44:10','2021-01-15 14:44:10'),(41371,16699,'action complete via Async Request','2021-01-15 22:44:10','2021-01-15 14:44:10'),(41372,16700,'action created','2021-01-15 22:44:10','2021-01-15 14:44:10'),(41373,16700,'action started via WP Cron','2021-01-15 22:45:09','2021-01-15 14:45:09'),(41374,16700,'action complete via WP Cron','2021-01-15 22:45:09','2021-01-15 14:45:09'),(41375,16701,'action created','2021-01-15 22:45:43','2021-01-15 14:45:43'),(41376,16701,'action started via WP Cron','2021-01-15 22:46:42','2021-01-15 14:46:42'),(41377,16701,'action complete via WP Cron','2021-01-15 22:46:42','2021-01-15 14:46:42'),(41378,16702,'action created','2021-01-15 22:46:42','2021-01-15 14:46:42'),(41379,16702,'action started via Async Request','2021-01-15 22:47:09','2021-01-15 14:47:09'),(41380,16702,'action complete via Async Request','2021-01-15 22:47:09','2021-01-15 14:47:09'),(41381,16703,'action created','2021-01-15 22:47:33','2021-01-15 14:47:33'),(41382,16703,'action started via WP Cron','2021-01-15 22:48:10','2021-01-15 14:48:10'),(41383,16703,'action complete via WP Cron','2021-01-15 22:48:10','2021-01-15 14:48:10'),(41384,16704,'action created','2021-01-15 22:48:10','2021-01-15 14:48:10'),(41385,16704,'action started via WP Cron','2021-01-15 22:48:43','2021-01-15 14:48:43'),(41386,16704,'action complete via WP Cron','2021-01-15 22:48:43','2021-01-15 14:48:43'),(41387,16705,'action created','2021-01-15 22:48:43','2021-01-15 14:48:43'),(41388,16705,'action started via WP Cron','2021-01-15 22:49:50','2021-01-15 14:49:50'),(41389,16705,'action complete via WP Cron','2021-01-15 22:49:50','2021-01-15 14:49:50'),(41390,16706,'action created','2021-01-15 22:49:50','2021-01-15 14:49:50'),(41391,16706,'action started via Async Request','2021-01-15 22:50:09','2021-01-15 14:50:09'),(41392,16706,'action complete via Async Request','2021-01-15 22:50:09','2021-01-15 14:50:09'),(41393,16707,'action created','2021-01-15 22:50:24','2021-01-15 14:50:24'),(41394,16707,'action started via WP Cron','2021-01-15 22:51:01','2021-01-15 14:51:01'),(41395,16707,'action complete via WP Cron','2021-01-15 22:51:01','2021-01-15 14:51:01'),(41396,16708,'action created','2021-01-15 22:51:02','2021-01-15 14:51:02'),(41397,16708,'action started via WP Cron','2021-01-15 22:52:27','2021-01-15 14:52:27'),(41398,16708,'action complete via WP Cron','2021-01-15 22:52:27','2021-01-15 14:52:27'),(41399,16709,'action created','2021-01-15 22:52:27','2021-01-15 14:52:27'),(41400,16709,'action started via WP Cron','2021-01-15 22:53:12','2021-01-15 14:53:12'),(41401,16709,'action complete via WP Cron','2021-01-15 22:53:12','2021-01-15 14:53:12'),(41402,16710,'action created','2021-01-15 22:53:12','2021-01-15 14:53:12'),(41403,16710,'action started via WP Cron','2021-01-15 22:53:45','2021-01-15 14:53:45'),(41404,16710,'action complete via WP Cron','2021-01-15 22:53:45','2021-01-15 14:53:45'),(41405,16711,'action created','2021-01-15 22:53:45','2021-01-15 14:53:45'),(41406,16711,'action started via WP Cron','2021-01-15 22:54:49','2021-01-15 14:54:49'),(41407,16711,'action complete via WP Cron','2021-01-15 22:54:49','2021-01-15 14:54:49'),(41408,16712,'action created','2021-01-15 22:54:49','2021-01-15 14:54:49'),(41409,16712,'action started via WP Cron','2021-01-15 22:55:51','2021-01-15 14:55:51'),(41410,16712,'action complete via WP Cron','2021-01-15 22:55:51','2021-01-15 14:55:51'),(41411,16713,'action created','2021-01-15 22:55:51','2021-01-15 14:55:51'),(41412,16713,'action started via WP Cron','2021-01-15 22:57:41','2021-01-15 14:57:41'),(41413,16713,'action complete via WP Cron','2021-01-15 22:57:41','2021-01-15 14:57:41'),(41414,16714,'action created','2021-01-15 22:57:41','2021-01-15 14:57:41'),(41415,16714,'action started via WP Cron','2021-01-15 22:58:44','2021-01-15 14:58:44'),(41416,16714,'action complete via WP Cron','2021-01-15 22:58:44','2021-01-15 14:58:44'),(41417,16715,'action created','2021-01-15 22:58:44','2021-01-15 14:58:44'),(41418,16715,'action started via WP Cron','2021-01-15 23:00:10','2021-01-15 15:00:10'),(41419,16715,'action complete via WP Cron','2021-01-15 23:00:10','2021-01-15 15:00:10'),(41420,16716,'action created','2021-01-15 23:00:10','2021-01-15 15:00:10'),(41421,16716,'action started via WP Cron','2021-01-15 23:01:44','2021-01-15 15:01:44'),(41422,16716,'action complete via WP Cron','2021-01-15 23:01:44','2021-01-15 15:01:44'),(41423,16717,'action created','2021-01-15 23:01:44','2021-01-15 15:01:44'),(41424,16717,'action started via WP Cron','2021-01-15 23:03:11','2021-01-15 15:03:11'),(41425,16717,'action complete via WP Cron','2021-01-15 23:03:11','2021-01-15 15:03:11'),(41426,16718,'action created','2021-01-15 23:03:12','2021-01-15 15:03:12'),(41427,16718,'action started via WP Cron','2021-01-15 23:04:07','2021-01-15 15:04:07'),(41428,16718,'action complete via WP Cron','2021-01-15 23:04:07','2021-01-15 15:04:07'),(41429,16719,'action created','2021-01-15 23:04:07','2021-01-15 15:04:07'),(41430,16719,'action started via WP Cron','2021-01-15 23:04:44','2021-01-15 15:04:44'),(41431,16719,'action complete via WP Cron','2021-01-15 23:04:44','2021-01-15 15:04:44'),(41432,16720,'action created','2021-01-15 23:04:44','2021-01-15 15:04:44'),(41433,16720,'action started via WP Cron','2021-01-15 23:06:07','2021-01-15 15:06:07'),(41434,16720,'action complete via WP Cron','2021-01-15 23:06:07','2021-01-15 15:06:07'),(41435,16721,'action created','2021-01-15 23:06:07','2021-01-15 15:06:07'),(41436,16721,'action started via WP Cron','2021-01-15 23:09:09','2021-01-15 15:09:09'),(41437,16721,'action complete via WP Cron','2021-01-15 23:09:09','2021-01-15 15:09:09'),(41438,16722,'action created','2021-01-15 23:09:09','2021-01-15 15:09:09'),(41439,16722,'action started via WP Cron','2021-01-15 23:21:16','2021-01-15 15:21:16'),(41440,16722,'action complete via WP Cron','2021-01-15 23:21:16','2021-01-15 15:21:16'),(41441,16723,'action created','2021-01-15 23:21:16','2021-01-15 15:21:16'),(41442,16723,'action started via WP Cron','2021-01-15 23:31:53','2021-01-15 15:31:53'),(41443,16723,'action complete via WP Cron','2021-01-15 23:31:53','2021-01-15 15:31:53'),(41444,16724,'action created','2021-01-15 23:31:53','2021-01-15 15:31:53'),(41445,16724,'action started via WP Cron','2021-01-15 23:49:35','2021-01-15 15:49:35'),(41446,16724,'action complete via WP Cron','2021-01-15 23:49:35','2021-01-15 15:49:35'),(41447,16725,'action created','2021-01-15 23:49:35','2021-01-15 15:49:35'),(41448,16725,'action started via WP Cron','2021-01-16 00:19:49','2021-01-15 16:19:49'),(41449,16725,'action complete via WP Cron','2021-01-16 00:19:49','2021-01-15 16:19:49'),(41450,16726,'action created','2021-01-16 00:19:49','2021-01-15 16:19:49'),(41451,16726,'action started via WP Cron','2021-01-16 00:21:22','2021-01-15 16:21:22'),(41452,16726,'action complete via WP Cron','2021-01-16 00:21:22','2021-01-15 16:21:22'),(41453,16727,'action created','2021-01-16 00:21:22','2021-01-15 16:21:22'),(41454,16727,'action started via WP Cron','2021-01-16 00:22:22','2021-01-15 16:22:22'),(41455,16727,'action complete via WP Cron','2021-01-16 00:22:22','2021-01-15 16:22:22'),(41456,16728,'action created','2021-01-16 00:22:22','2021-01-15 16:22:22'),(41457,16728,'action started via WP Cron','2021-01-16 00:23:29','2021-01-15 16:23:29'),(41458,16728,'action complete via WP Cron','2021-01-16 00:23:29','2021-01-15 16:23:29'),(41459,16729,'action created','2021-01-16 00:23:29','2021-01-15 16:23:29'),(41460,16729,'action started via WP Cron','2021-01-16 00:27:29','2021-01-15 16:27:29'),(41461,16729,'action complete via WP Cron','2021-01-16 00:27:29','2021-01-15 16:27:29'),(41462,16730,'action created','2021-01-16 00:27:29','2021-01-15 16:27:29'),(41463,16730,'action started via WP Cron','2021-01-16 00:30:17','2021-01-15 16:30:17'),(41464,16730,'action complete via WP Cron','2021-01-16 00:30:17','2021-01-15 16:30:17'),(41465,16731,'action created','2021-01-16 00:30:18','2021-01-15 16:30:18'),(41466,16731,'action started via WP Cron','2021-01-16 00:32:04','2021-01-15 16:32:04'),(41467,16731,'action complete via WP Cron','2021-01-16 00:32:04','2021-01-15 16:32:04'),(41468,16732,'action created','2021-01-16 00:32:04','2021-01-15 16:32:04'),(41469,16732,'action started via WP Cron','2021-01-16 00:51:42','2021-01-15 16:51:42'),(41470,16732,'action complete via WP Cron','2021-01-16 00:51:42','2021-01-15 16:51:42'),(41471,16733,'action created','2021-01-16 01:03:56','2021-01-15 17:03:56'),(41472,16733,'action started via WP Cron','2021-01-16 01:08:48','2021-01-15 17:08:48'),(41473,16733,'action complete via WP Cron','2021-01-16 01:08:48','2021-01-15 17:08:48'),(41474,16734,'action created','2021-01-16 01:08:48','2021-01-15 17:08:48'),(41475,16734,'action started via WP Cron','2021-01-16 01:23:16','2021-01-15 17:23:16'),(41476,16734,'action complete via WP Cron','2021-01-16 01:23:16','2021-01-15 17:23:16'),(41477,16735,'action created','2021-01-16 01:23:16','2021-01-15 17:23:16'),(41478,16735,'action started via WP Cron','2021-01-16 01:24:36','2021-01-15 17:24:36'),(41479,16735,'action complete via WP Cron','2021-01-16 01:24:36','2021-01-15 17:24:36'),(41480,16736,'action created','2021-01-16 01:24:37','2021-01-15 17:24:37'),(41481,16736,'action started via WP Cron','2021-01-16 01:26:52','2021-01-15 17:26:52'),(41482,16736,'action complete via WP Cron','2021-01-16 01:26:52','2021-01-15 17:26:52'),(41483,16737,'action created','2021-01-16 01:26:52','2021-01-15 17:26:52'),(41484,16737,'action started via WP Cron','2021-01-16 01:27:57','2021-01-15 17:27:57'),(41485,16737,'action complete via WP Cron','2021-01-16 01:27:57','2021-01-15 17:27:57'),(41486,16738,'action created','2021-01-16 01:27:57','2021-01-15 17:27:57'),(41487,16738,'action started via WP Cron','2021-01-16 01:28:58','2021-01-15 17:28:58'),(41488,16738,'action complete via WP Cron','2021-01-16 01:28:58','2021-01-15 17:28:58'),(41489,16739,'action created','2021-01-16 01:28:58','2021-01-15 17:28:58'),(41490,16739,'action started via WP Cron','2021-01-16 01:31:00','2021-01-15 17:31:00'),(41491,16739,'action complete via WP Cron','2021-01-16 01:31:00','2021-01-15 17:31:00'),(41492,16740,'action created','2021-01-16 01:31:00','2021-01-15 17:31:00'),(41493,16740,'action started via WP Cron','2021-01-16 01:32:01','2021-01-15 17:32:01'),(41494,16740,'action complete via WP Cron','2021-01-16 01:32:01','2021-01-15 17:32:01'),(41495,16741,'action created','2021-01-16 01:32:01','2021-01-15 17:32:01'),(41496,16741,'action started via WP Cron','2021-01-16 01:33:02','2021-01-15 17:33:02'),(41497,16741,'action complete via WP Cron','2021-01-16 01:33:02','2021-01-15 17:33:02'),(41498,16742,'action created','2021-01-16 01:33:02','2021-01-15 17:33:02'),(41499,16742,'action started via WP Cron','2021-01-16 01:34:53','2021-01-15 17:34:53'),(41500,16742,'action complete via WP Cron','2021-01-16 01:34:53','2021-01-15 17:34:53'),(41501,16743,'action created','2021-01-16 01:34:53','2021-01-15 17:34:53'),(41502,16743,'action started via WP Cron','2021-01-16 01:36:23','2021-01-15 17:36:23'),(41503,16743,'action complete via WP Cron','2021-01-16 01:36:23','2021-01-15 17:36:23'),(41504,16744,'action created','2021-01-16 01:36:23','2021-01-15 17:36:23'),(41505,16744,'action started via WP Cron','2021-01-16 01:37:31','2021-01-15 17:37:31'),(41506,16744,'action complete via WP Cron','2021-01-16 01:37:31','2021-01-15 17:37:31'),(41507,16745,'action created','2021-01-16 01:37:31','2021-01-15 17:37:31'),(41508,16745,'action started via WP Cron','2021-01-16 01:38:15','2021-01-15 17:38:15'),(41509,16745,'action complete via WP Cron','2021-01-16 01:38:15','2021-01-15 17:38:15'),(41510,16746,'action created','2021-01-16 01:38:15','2021-01-15 17:38:15'),(41511,16746,'action started via WP Cron','2021-01-16 02:29:34','2021-01-15 18:29:34'),(41512,16746,'action complete via WP Cron','2021-01-16 02:29:34','2021-01-15 18:29:34'),(41513,16747,'action created','2021-01-16 02:34:02','2021-01-15 18:34:02'),(41514,16747,'action started via WP Cron','2021-01-16 02:35:04','2021-01-15 18:35:04'),(41515,16747,'action complete via WP Cron','2021-01-16 02:35:04','2021-01-15 18:35:04'),(41516,16748,'action created','2021-01-16 02:35:04','2021-01-15 18:35:04'),(41517,16748,'action started via WP Cron','2021-01-16 02:37:05','2021-01-15 18:37:05'),(41518,16748,'action complete via WP Cron','2021-01-16 02:37:05','2021-01-15 18:37:05'),(41519,16749,'action created','2021-01-16 02:37:05','2021-01-15 18:37:05'),(41520,16749,'action started via WP Cron','2021-01-16 02:38:06','2021-01-15 18:38:06'),(41521,16749,'action complete via WP Cron','2021-01-16 02:38:06','2021-01-15 18:38:06'),(41522,16750,'action created','2021-01-16 02:38:06','2021-01-15 18:38:06'),(41523,16750,'action started via WP Cron','2021-01-16 02:40:38','2021-01-15 18:40:38'),(41524,16750,'action complete via WP Cron','2021-01-16 02:40:38','2021-01-15 18:40:38'),(41525,16751,'action created','2021-01-16 02:40:38','2021-01-15 18:40:38'),(41526,16751,'action started via WP Cron','2021-01-16 02:46:03','2021-01-15 18:46:03'),(41527,16751,'action complete via WP Cron','2021-01-16 02:46:03','2021-01-15 18:46:03'),(41528,16752,'action created','2021-01-16 02:46:03','2021-01-15 18:46:03'),(41529,16752,'action started via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41530,16752,'action complete via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41531,16163,'action started via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41532,16163,'action complete via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41533,16753,'action created','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41534,16164,'action started via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41535,16164,'action complete via WP Cron','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41536,16754,'action created','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41537,16755,'action created','2021-01-16 03:15:50','2021-01-15 19:15:50'),(41538,16755,'action started via WP Cron','2021-01-16 03:22:45','2021-01-15 19:22:45'),(41539,16755,'action complete via WP Cron','2021-01-16 03:22:45','2021-01-15 19:22:45'),(41540,16756,'action created','2021-01-16 03:22:45','2021-01-15 19:22:45'),(41541,16756,'action started via WP Cron','2021-01-16 03:29:29','2021-01-15 19:29:29'),(41542,16756,'action complete via WP Cron','2021-01-16 03:29:29','2021-01-15 19:29:29'),(41543,16757,'action created','2021-01-16 03:29:29','2021-01-15 19:29:29'),(41544,16757,'action started via WP Cron','2021-01-16 03:38:08','2021-01-15 19:38:08'),(41545,16757,'action complete via WP Cron','2021-01-16 03:38:08','2021-01-15 19:38:08'),(41546,16758,'action created','2021-01-16 03:38:09','2021-01-15 19:38:09'),(41547,16758,'action started via WP Cron','2021-01-16 03:39:06','2021-01-15 19:39:06'),(41548,16758,'action complete via WP Cron','2021-01-16 03:39:06','2021-01-15 19:39:06'),(41549,16759,'action created','2021-01-16 03:39:06','2021-01-15 19:39:06'),(41550,16759,'action started via WP Cron','2021-01-16 03:40:07','2021-01-15 19:40:07'),(41551,16759,'action complete via WP Cron','2021-01-16 03:40:07','2021-01-15 19:40:07'),(41552,16760,'action created','2021-01-16 03:40:07','2021-01-15 19:40:07'),(41553,16760,'action started via WP Cron','2021-01-16 03:42:09','2021-01-15 19:42:09'),(41554,16760,'action complete via WP Cron','2021-01-16 03:42:09','2021-01-15 19:42:09'),(41555,16761,'action created','2021-01-16 03:42:09','2021-01-15 19:42:09'),(41556,16761,'action started via WP Cron','2021-01-16 03:43:11','2021-01-15 19:43:11'),(41557,16761,'action complete via WP Cron','2021-01-16 03:43:11','2021-01-15 19:43:11'),(41558,16762,'action created','2021-01-16 03:43:11','2021-01-15 19:43:11'),(41559,16762,'action started via WP Cron','2021-01-16 03:43:55','2021-01-15 19:43:55'),(41560,16762,'action complete via WP Cron','2021-01-16 03:43:55','2021-01-15 19:43:55'),(41561,16763,'action created','2021-01-16 03:43:56','2021-01-15 19:43:56'),(41562,16763,'action started via WP Cron','2021-01-16 03:45:10','2021-01-15 19:45:10'),(41563,16763,'action complete via WP Cron','2021-01-16 03:45:10','2021-01-15 19:45:10'),(41564,16764,'action created','2021-01-16 03:45:10','2021-01-15 19:45:10'),(41565,16764,'action started via WP Cron','2021-01-16 03:46:34','2021-01-15 19:46:34'),(41566,16764,'action complete via WP Cron','2021-01-16 03:46:34','2021-01-15 19:46:34'),(41567,16765,'action created','2021-01-16 03:46:34','2021-01-15 19:46:34'),(41568,16765,'action started via WP Cron','2021-01-16 03:47:04','2021-01-15 19:47:04'),(41569,16765,'action complete via WP Cron','2021-01-16 03:47:04','2021-01-15 19:47:04'),(41570,16766,'action created','2021-01-16 03:47:04','2021-01-15 19:47:04'),(41571,16766,'action started via WP Cron','2021-01-16 03:54:43','2021-01-15 19:54:43'),(41572,16766,'action complete via WP Cron','2021-01-16 03:54:43','2021-01-15 19:54:43'),(41573,16767,'action created','2021-01-16 03:54:43','2021-01-15 19:54:43'),(41574,16767,'action started via WP Cron','2021-01-16 04:00:00','2021-01-15 20:00:00'),(41575,16767,'action complete via WP Cron','2021-01-16 04:00:00','2021-01-15 20:00:00'),(41576,16768,'action created','2021-01-16 04:00:00','2021-01-15 20:00:00'),(41577,16768,'action started via WP Cron','2021-01-16 04:02:50','2021-01-15 20:02:50'),(41578,16768,'action complete via WP Cron','2021-01-16 04:02:50','2021-01-15 20:02:50'),(41579,16769,'action created','2021-01-16 04:02:50','2021-01-15 20:02:50'),(41580,16769,'action started via WP Cron','2021-01-16 04:06:54','2021-01-15 20:06:54'),(41581,16769,'action complete via WP Cron','2021-01-16 04:06:54','2021-01-15 20:06:54'),(41582,16770,'action created','2021-01-16 04:06:54','2021-01-15 20:06:54'),(41583,16770,'action started via WP Cron','2021-01-16 04:09:41','2021-01-15 20:09:41'),(41584,16770,'action complete via WP Cron','2021-01-16 04:09:41','2021-01-15 20:09:41'),(41585,16771,'action created','2021-01-16 04:09:41','2021-01-15 20:09:41'),(41586,16771,'action started via WP Cron','2021-01-16 04:11:32','2021-01-15 20:11:32'),(41587,16771,'action complete via WP Cron','2021-01-16 04:11:32','2021-01-15 20:11:32'),(41588,16772,'action created','2021-01-16 04:11:32','2021-01-15 20:11:32'),(41589,16772,'action started via WP Cron','2021-01-16 04:11:52','2021-01-15 20:11:52'),(41590,16772,'action complete via WP Cron','2021-01-16 04:11:52','2021-01-15 20:11:52'),(41591,16773,'action created','2021-01-16 04:11:53','2021-01-15 20:11:53'),(41592,16773,'action started via WP Cron','2021-01-16 04:12:57','2021-01-15 20:12:57'),(41593,16773,'action complete via WP Cron','2021-01-16 04:12:57','2021-01-15 20:12:57'),(41594,16774,'action created','2021-01-16 04:12:57','2021-01-15 20:12:57'),(41595,16774,'action started via WP Cron','2021-01-16 04:13:59','2021-01-15 20:13:59'),(41596,16774,'action complete via WP Cron','2021-01-16 04:13:59','2021-01-15 20:13:59'),(41597,16775,'action created','2021-01-16 04:13:59','2021-01-15 20:13:59'),(41598,16775,'action started via WP Cron','2021-01-16 04:14:48','2021-01-15 20:14:48'),(41599,16775,'action complete via WP Cron','2021-01-16 04:14:48','2021-01-15 20:14:48'),(41600,16776,'action created','2021-01-16 04:14:48','2021-01-15 20:14:48'),(41601,16776,'action started via WP Cron','2021-01-16 04:16:12','2021-01-15 20:16:12'),(41602,16776,'action complete via WP Cron','2021-01-16 04:16:12','2021-01-15 20:16:12'),(41603,16777,'action created','2021-01-16 04:16:12','2021-01-15 20:16:12'),(41604,16777,'action started via WP Cron','2021-01-16 04:16:45','2021-01-15 20:16:45'),(41605,16777,'action complete via WP Cron','2021-01-16 04:16:45','2021-01-15 20:16:45'),(41606,16778,'action created','2021-01-16 04:16:45','2021-01-15 20:16:45'),(41607,16778,'action started via WP Cron','2021-01-16 04:18:11','2021-01-15 20:18:11'),(41608,16778,'action complete via WP Cron','2021-01-16 04:18:11','2021-01-15 20:18:11'),(41609,16779,'action created','2021-01-16 04:18:11','2021-01-15 20:18:11'),(41610,16779,'action started via WP Cron','2021-01-16 04:19:01','2021-01-15 20:19:01'),(41611,16779,'action complete via WP Cron','2021-01-16 04:19:01','2021-01-15 20:19:01'),(41612,16780,'action created','2021-01-16 04:19:01','2021-01-15 20:19:01'),(41613,16780,'action started via WP Cron','2021-01-16 04:19:53','2021-01-15 20:19:53'),(41614,16780,'action complete via WP Cron','2021-01-16 04:19:53','2021-01-15 20:19:53'),(41615,16781,'action created','2021-01-16 04:19:53','2021-01-15 20:19:53'),(41616,16781,'action started via WP Cron','2021-01-16 04:21:01','2021-01-15 20:21:01'),(41617,16781,'action complete via WP Cron','2021-01-16 04:21:01','2021-01-15 20:21:01'),(41618,16782,'action created','2021-01-16 04:21:01','2021-01-15 20:21:01'),(41619,16782,'action started via WP Cron','2021-01-16 04:21:50','2021-01-15 20:21:50'),(41620,16782,'action complete via WP Cron','2021-01-16 04:21:50','2021-01-15 20:21:50'),(41621,16783,'action created','2021-01-16 04:21:50','2021-01-15 20:21:50'),(41622,16783,'action started via WP Cron','2021-01-16 04:22:51','2021-01-15 20:22:51'),(41623,16783,'action complete via WP Cron','2021-01-16 04:22:51','2021-01-15 20:22:51'),(41624,16784,'action created','2021-01-16 04:22:51','2021-01-15 20:22:51'),(41625,16784,'action started via WP Cron','2021-01-16 04:23:42','2021-01-15 20:23:42'),(41626,16784,'action complete via WP Cron','2021-01-16 04:23:42','2021-01-15 20:23:42'),(41627,16785,'action created','2021-01-16 04:23:42','2021-01-15 20:23:42'),(41628,16785,'action started via WP Cron','2021-01-16 04:24:57','2021-01-15 20:24:57'),(41629,16785,'action complete via WP Cron','2021-01-16 04:24:57','2021-01-15 20:24:57'),(41630,16786,'action created','2021-01-16 04:24:57','2021-01-15 20:24:57'),(41631,16786,'action started via WP Cron','2021-01-16 04:25:45','2021-01-15 20:25:45'),(41632,16786,'action complete via WP Cron','2021-01-16 04:25:45','2021-01-15 20:25:45'),(41633,16787,'action created','2021-01-16 04:25:45','2021-01-15 20:25:45'),(41634,16787,'action started via WP Cron','2021-01-16 04:26:54','2021-01-15 20:26:54'),(41635,16787,'action complete via WP Cron','2021-01-16 04:26:54','2021-01-15 20:26:54'),(41636,16788,'action created','2021-01-16 04:26:54','2021-01-15 20:26:54'),(41637,16788,'action started via WP Cron','2021-01-16 04:27:48','2021-01-15 20:27:48'),(41638,16788,'action complete via WP Cron','2021-01-16 04:27:48','2021-01-15 20:27:48'),(41639,16789,'action created','2021-01-16 04:27:48','2021-01-15 20:27:48'),(41640,16789,'action started via WP Cron','2021-01-16 04:28:47','2021-01-15 20:28:47'),(41641,16789,'action complete via WP Cron','2021-01-16 04:28:47','2021-01-15 20:28:47'),(41642,16790,'action created','2021-01-16 04:28:48','2021-01-15 20:28:48'),(41643,16790,'action started via WP Cron','2021-01-16 04:29:59','2021-01-15 20:29:59'),(41644,16790,'action complete via WP Cron','2021-01-16 04:29:59','2021-01-15 20:29:59'),(41645,16791,'action created','2021-01-16 04:29:59','2021-01-15 20:29:59'),(41646,16791,'action started via WP Cron','2021-01-16 04:30:54','2021-01-15 20:30:54'),(41647,16791,'action complete via WP Cron','2021-01-16 04:30:54','2021-01-15 20:30:54'),(41648,16792,'action created','2021-01-16 04:30:54','2021-01-15 20:30:54'),(41649,16792,'action started via WP Cron','2021-01-16 04:31:58','2021-01-15 20:31:58'),(41650,16792,'action complete via WP Cron','2021-01-16 04:31:58','2021-01-15 20:31:58'),(41651,16793,'action created','2021-01-16 04:31:58','2021-01-15 20:31:58'),(41652,16793,'action started via WP Cron','2021-01-16 04:32:41','2021-01-15 20:32:41'),(41653,16793,'action complete via WP Cron','2021-01-16 04:32:41','2021-01-15 20:32:41'),(41654,16794,'action created','2021-01-16 04:32:41','2021-01-15 20:32:41'),(41655,16794,'action started via WP Cron','2021-01-16 04:33:50','2021-01-15 20:33:50'),(41656,16794,'action complete via WP Cron','2021-01-16 04:33:50','2021-01-15 20:33:50'),(41657,16795,'action created','2021-01-16 04:33:50','2021-01-15 20:33:50'),(41658,16795,'action started via WP Cron','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41659,16795,'action complete via WP Cron','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41660,16201,'action started via WP Cron','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41661,16201,'action complete via WP Cron','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41662,16796,'action created','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41663,16797,'action created','2021-01-16 04:35:03','2021-01-15 20:35:03'),(41664,16797,'action started via WP Cron','2021-01-16 04:35:54','2021-01-15 20:35:54'),(41665,16797,'action complete via WP Cron','2021-01-16 04:35:54','2021-01-15 20:35:54'),(41666,16798,'action created','2021-01-16 04:35:54','2021-01-15 20:35:54'),(41667,16798,'action started via WP Cron','2021-01-16 04:37:13','2021-01-15 20:37:13'),(41668,16798,'action complete via WP Cron','2021-01-16 04:37:13','2021-01-15 20:37:13'),(41669,16799,'action created','2021-01-16 04:37:13','2021-01-15 20:37:13'),(41670,16799,'action started via WP Cron','2021-01-16 04:37:52','2021-01-15 20:37:52'),(41671,16799,'action complete via WP Cron','2021-01-16 04:37:52','2021-01-15 20:37:52'),(41672,16800,'action created','2021-01-16 04:37:52','2021-01-15 20:37:52'),(41673,16800,'action started via WP Cron','2021-01-16 04:38:45','2021-01-15 20:38:45'),(41674,16800,'action complete via WP Cron','2021-01-16 04:38:45','2021-01-15 20:38:45'),(41675,16801,'action created','2021-01-16 04:38:45','2021-01-15 20:38:45'),(41676,16801,'action started via WP Cron','2021-01-16 04:39:47','2021-01-15 20:39:47'),(41677,16801,'action complete via WP Cron','2021-01-16 04:39:47','2021-01-15 20:39:47'),(41678,16802,'action created','2021-01-16 04:39:47','2021-01-15 20:39:47'),(41679,16802,'action started via WP Cron','2021-01-16 04:40:42','2021-01-15 20:40:42'),(41680,16802,'action complete via WP Cron','2021-01-16 04:40:42','2021-01-15 20:40:42'),(41681,16803,'action created','2021-01-16 04:40:42','2021-01-15 20:40:42'),(41682,16803,'action started via WP Cron','2021-01-16 05:14:40','2021-01-15 21:14:40'),(41683,16803,'action complete via WP Cron','2021-01-16 05:14:40','2021-01-15 21:14:40'),(41684,16804,'action created','2021-01-16 05:14:40','2021-01-15 21:14:40'),(41685,16804,'action started via WP Cron','2021-01-16 05:15:41','2021-01-15 21:15:41'),(41686,16804,'action complete via WP Cron','2021-01-16 05:15:41','2021-01-15 21:15:41'),(41687,16805,'action created','2021-01-16 05:15:41','2021-01-15 21:15:41'),(41688,16805,'action started via WP Cron','2021-01-16 05:16:42','2021-01-15 21:16:42'),(41689,16805,'action complete via WP Cron','2021-01-16 05:16:42','2021-01-15 21:16:42'),(41690,16806,'action created','2021-01-16 05:16:42','2021-01-15 21:16:42'),(41691,16806,'action started via WP Cron','2021-01-16 05:18:45','2021-01-15 21:18:45'),(41692,16806,'action complete via WP Cron','2021-01-16 05:18:45','2021-01-15 21:18:45'),(41693,16807,'action created','2021-01-16 05:19:45','2021-01-15 21:19:45'),(41694,16807,'action started via WP Cron','2021-01-16 05:29:44','2021-01-15 21:29:44'),(41695,16807,'action complete via WP Cron','2021-01-16 05:29:44','2021-01-15 21:29:44'),(41696,16808,'action created','2021-01-16 05:29:45','2021-01-15 21:29:45'),(41697,16808,'action started via WP Cron','2021-01-16 05:41:10','2021-01-15 21:41:10'),(41698,16808,'action complete via WP Cron','2021-01-16 05:41:10','2021-01-15 21:41:10'),(41699,16809,'action created','2021-01-16 05:41:10','2021-01-15 21:41:10'),(41700,16809,'action started via WP Cron','2021-01-16 05:49:36','2021-01-15 21:49:36'),(41701,16809,'action complete via WP Cron','2021-01-16 05:49:36','2021-01-15 21:49:36'),(41702,16810,'action created','2021-01-16 05:49:36','2021-01-15 21:49:36'),(41706,16811,'action started via WP Cron','2021-01-16 06:02:41','2021-01-15 22:02:41'),(41707,16811,'action complete via WP Cron','2021-01-16 06:02:41','2021-01-15 22:02:41'),(41708,16812,'action created','2021-01-16 06:02:41','2021-01-15 22:02:41'),(41709,16812,'action started via WP Cron','2021-01-16 06:03:42','2021-01-15 22:03:42'),(41710,16812,'action complete via WP Cron','2021-01-16 06:03:42','2021-01-15 22:03:42'),(41711,16813,'action created','2021-01-16 06:03:42','2021-01-15 22:03:42'),(41712,16813,'action started via WP Cron','2021-01-16 06:04:57','2021-01-15 22:04:57'),(41713,16813,'action complete via WP Cron','2021-01-16 06:04:57','2021-01-15 22:04:57'),(41714,16814,'action created','2021-01-16 06:04:57','2021-01-15 22:04:57'),(41715,16814,'action started via WP Cron','2021-01-16 06:05:54','2021-01-15 22:05:54'),(41716,16814,'action complete via WP Cron','2021-01-16 06:05:54','2021-01-15 22:05:54'),(41717,16815,'action created','2021-01-16 06:05:54','2021-01-15 22:05:54'),(41718,16815,'action started via WP Cron','2021-01-16 06:06:54','2021-01-15 22:06:54'),(41719,16815,'action complete via WP Cron','2021-01-16 06:06:54','2021-01-15 22:06:54'),(41720,16816,'action created','2021-01-16 06:06:54','2021-01-15 22:06:54'),(41721,16816,'action started via WP Cron','2021-01-16 06:07:55','2021-01-15 22:07:55'),(41722,16816,'action complete via WP Cron','2021-01-16 06:07:55','2021-01-15 22:07:55'),(41723,16817,'action created','2021-01-16 06:07:55','2021-01-15 22:07:55'),(41724,16817,'action started via WP Cron','2021-01-16 06:08:53','2021-01-15 22:08:53'),(41725,16817,'action complete via WP Cron','2021-01-16 06:08:53','2021-01-15 22:08:53'),(41726,16818,'action created','2021-01-16 06:08:53','2021-01-15 22:08:53'),(41727,16818,'action started via WP Cron','2021-01-16 06:10:50','2021-01-15 22:10:50'),(41728,16818,'action complete via WP Cron','2021-01-16 06:10:50','2021-01-15 22:10:50'),(41729,16819,'action created','2021-01-16 06:10:50','2021-01-15 22:10:50'),(41730,16819,'action started via WP Cron','2021-01-16 06:19:50','2021-01-15 22:19:50'),(41731,16819,'action complete via WP Cron','2021-01-16 06:19:50','2021-01-15 22:19:50'),(41732,16820,'action created','2021-01-16 06:19:50','2021-01-15 22:19:50'),(41733,16820,'action started via WP Cron','2021-01-16 06:20:48','2021-01-15 22:20:48'),(41734,16820,'action complete via WP Cron','2021-01-16 06:20:48','2021-01-15 22:20:48'),(41735,16821,'action created','2021-01-16 06:20:48','2021-01-15 22:20:48'),(41736,16821,'action started via WP Cron','2021-01-16 06:21:48','2021-01-15 22:21:48'),(41737,16821,'action complete via WP Cron','2021-01-16 06:21:48','2021-01-15 22:21:48'),(41738,16822,'action created','2021-01-16 06:21:48','2021-01-15 22:21:48'),(41739,16822,'action started via WP Cron','2021-01-16 06:22:49','2021-01-15 22:22:49'),(41740,16822,'action complete via WP Cron','2021-01-16 06:22:49','2021-01-15 22:22:49'),(41741,16823,'action created','2021-01-16 06:22:49','2021-01-15 22:22:49'),(41742,16823,'action started via WP Cron','2021-01-16 06:23:50','2021-01-15 22:23:50'),(41743,16823,'action complete via WP Cron','2021-01-16 06:23:50','2021-01-15 22:23:50'),(41744,16824,'action created','2021-01-16 06:23:51','2021-01-15 22:23:51'),(41745,16824,'action started via WP Cron','2021-01-16 06:24:51','2021-01-15 22:24:51'),(41746,16824,'action complete via WP Cron','2021-01-16 06:24:51','2021-01-15 22:24:51'),(41747,16825,'action created','2021-01-16 06:24:52','2021-01-15 22:24:52'),(41748,16825,'action started via WP Cron','2021-01-16 06:26:09','2021-01-15 22:26:09'),(41749,16825,'action complete via WP Cron','2021-01-16 06:26:09','2021-01-15 22:26:09'),(41750,16826,'action created','2021-01-16 06:26:10','2021-01-15 22:26:10'),(41751,16826,'action started via WP Cron','2021-01-16 06:33:11','2021-01-15 22:33:11'),(41752,16826,'action complete via WP Cron','2021-01-16 06:33:11','2021-01-15 22:33:11'),(41753,16827,'action created','2021-01-16 06:33:11','2021-01-15 22:33:11'),(41754,16827,'action started via WP Cron','2021-01-16 06:34:37','2021-01-15 22:34:37'),(41755,16827,'action complete via WP Cron','2021-01-16 06:34:37','2021-01-15 22:34:37'),(41756,16828,'action created','2021-01-16 06:34:37','2021-01-15 22:34:37'),(41757,16828,'action started via WP Cron','2021-01-16 06:55:36','2021-01-15 22:55:36'),(41758,16828,'action complete via WP Cron','2021-01-16 06:55:36','2021-01-15 22:55:36'),(41759,16829,'action created','2021-01-16 06:55:36','2021-01-15 22:55:36'),(41760,16829,'action started via WP Cron','2021-01-16 06:59:11','2021-01-15 22:59:11'),(41761,16829,'action complete via WP Cron','2021-01-16 06:59:11','2021-01-15 22:59:11'),(41762,16830,'action created','2021-01-16 06:59:11','2021-01-15 22:59:11'),(41763,16830,'action started via WP Cron','2021-01-16 07:09:21','2021-01-15 23:09:21'),(41764,16830,'action complete via WP Cron','2021-01-16 07:09:21','2021-01-15 23:09:21'),(41765,16831,'action created','2021-01-16 07:09:21','2021-01-15 23:09:21'),(41766,16831,'action started via WP Cron','2021-01-16 07:10:29','2021-01-15 23:10:29'),(41767,16831,'action complete via WP Cron','2021-01-16 07:10:29','2021-01-15 23:10:29'),(41768,16832,'action created','2021-01-16 07:10:29','2021-01-15 23:10:29'),(41769,16832,'action started via WP Cron','2021-01-16 07:11:30','2021-01-15 23:11:30'),(41770,16832,'action complete via WP Cron','2021-01-16 07:11:30','2021-01-15 23:11:30'),(41771,16833,'action created','2021-01-16 07:11:30','2021-01-15 23:11:30'),(41772,16833,'action started via WP Cron','2021-01-16 07:13:32','2021-01-15 23:13:32'),(41773,16833,'action complete via WP Cron','2021-01-16 07:13:32','2021-01-15 23:13:32'),(41774,16834,'action created','2021-01-16 07:13:32','2021-01-15 23:13:32'),(41775,16834,'action started via WP Cron','2021-01-16 07:14:33','2021-01-15 23:14:33'),(41776,16834,'action complete via WP Cron','2021-01-16 07:14:33','2021-01-15 23:14:33'),(41777,16835,'action created','2021-01-16 07:14:33','2021-01-15 23:14:33'),(41778,16835,'action started via WP Cron','2021-01-16 07:15:33','2021-01-15 23:15:33'),(41779,16835,'action complete via WP Cron','2021-01-16 07:15:33','2021-01-15 23:15:33'),(41780,16836,'action created','2021-01-16 07:15:33','2021-01-15 23:15:33'),(41781,16836,'action started via WP Cron','2021-01-16 07:16:35','2021-01-15 23:16:35'),(41782,16836,'action complete via WP Cron','2021-01-16 07:16:35','2021-01-15 23:16:35'),(41783,16837,'action created','2021-01-16 07:16:35','2021-01-15 23:16:35'),(41784,16837,'action started via WP Cron','2021-01-16 07:17:36','2021-01-15 23:17:36'),(41785,16837,'action complete via WP Cron','2021-01-16 07:17:36','2021-01-15 23:17:36'),(41786,16838,'action created','2021-01-16 07:17:36','2021-01-15 23:17:36'),(41787,16838,'action started via WP Cron','2021-01-16 07:25:18','2021-01-15 23:25:18'),(41788,16838,'action complete via WP Cron','2021-01-16 07:25:18','2021-01-15 23:25:18'),(41789,16839,'action created','2021-01-16 07:25:18','2021-01-15 23:25:18'),(41790,16839,'action started via WP Cron','2021-01-16 07:25:52','2021-01-15 23:25:52'),(41791,16839,'action complete via WP Cron','2021-01-16 07:25:52','2021-01-15 23:25:52'),(41792,16840,'action created','2021-01-16 07:25:52','2021-01-15 23:25:52'),(41793,16840,'action started via WP Cron','2021-01-16 07:27:19','2021-01-15 23:27:19'),(41794,16840,'action complete via WP Cron','2021-01-16 07:27:19','2021-01-15 23:27:19'),(41795,16841,'action created','2021-01-16 07:27:19','2021-01-15 23:27:19'),(41796,16841,'action started via WP Cron','2021-01-16 07:27:53','2021-01-15 23:27:53'),(41797,16841,'action complete via WP Cron','2021-01-16 07:27:53','2021-01-15 23:27:53'),(41798,16842,'action created','2021-01-16 07:27:53','2021-01-15 23:27:53'),(41799,16842,'action started via WP Cron','2021-01-16 07:28:54','2021-01-15 23:28:54'),(41800,16842,'action complete via WP Cron','2021-01-16 07:28:54','2021-01-15 23:28:54'),(41801,16843,'action created','2021-01-16 07:28:54','2021-01-15 23:28:54'),(41802,16843,'action started via WP Cron','2021-01-16 07:37:16','2021-01-15 23:37:16'),(41803,16843,'action complete via WP Cron','2021-01-16 07:37:16','2021-01-15 23:37:16'),(41804,16844,'action created','2021-01-16 07:37:17','2021-01-15 23:37:17'),(41805,16844,'action started via WP Cron','2021-01-16 07:41:21','2021-01-15 23:41:21'),(41806,16844,'action complete via WP Cron','2021-01-16 07:41:21','2021-01-15 23:41:21'),(41807,16845,'action created','2021-01-16 07:41:21','2021-01-15 23:41:21'),(41808,16845,'action started via WP Cron','2021-01-16 07:45:24','2021-01-15 23:45:24'),(41809,16845,'action complete via WP Cron','2021-01-16 07:45:24','2021-01-15 23:45:24'),(41810,16846,'action created','2021-01-16 07:45:24','2021-01-15 23:45:24'),(41811,16846,'action started via WP Cron','2021-01-16 07:54:16','2021-01-15 23:54:16'),(41812,16846,'action complete via WP Cron','2021-01-16 07:54:16','2021-01-15 23:54:16'),(41813,16847,'action created','2021-01-16 07:54:16','2021-01-15 23:54:16'),(41814,16847,'action started via WP Cron','2021-01-16 07:57:08','2021-01-15 23:57:08'),(41815,16847,'action complete via WP Cron','2021-01-16 07:57:08','2021-01-15 23:57:08'),(102655,37129,'action complete via WP Cron','2021-02-16 08:17:50','2021-02-16 00:17:50'),(102654,37129,'action started via WP Cron','2021-02-16 08:17:50','2021-02-16 00:17:50'),(104933,37889,'action created','2021-02-17 08:26:50','2021-02-17 00:26:50'),(41819,16849,'action created','2021-01-16 08:17:20','2021-01-16 00:17:20'),(41820,16849,'action started via WP Cron','2021-01-16 08:17:57','2021-01-16 00:17:57'),(41821,16849,'action complete via WP Cron','2021-01-16 08:17:57','2021-01-16 00:17:57'),(41822,16850,'action created','2021-01-16 08:17:57','2021-01-16 00:17:57'),(41823,16850,'action started via WP Cron','2021-01-16 08:18:45','2021-01-16 00:18:45'),(41824,16850,'action complete via WP Cron','2021-01-16 08:18:45','2021-01-16 00:18:45'),(41825,16851,'action created','2021-01-16 08:18:45','2021-01-16 00:18:45'),(41826,16851,'action started via WP Cron','2021-01-16 08:20:37','2021-01-16 00:20:37'),(41827,16851,'action complete via WP Cron','2021-01-16 08:20:38','2021-01-16 00:20:38'),(41828,16852,'action created','2021-01-16 08:20:38','2021-01-16 00:20:38'),(41829,16852,'action started via WP Cron','2021-01-16 08:23:06','2021-01-16 00:23:06'),(41830,16852,'action complete via WP Cron','2021-01-16 08:23:06','2021-01-16 00:23:06'),(41831,16853,'action created','2021-01-16 08:23:06','2021-01-16 00:23:06'),(41832,16853,'action started via WP Cron','2021-01-16 08:23:41','2021-01-16 00:23:41'),(41833,16853,'action complete via WP Cron','2021-01-16 08:23:41','2021-01-16 00:23:41'),(41834,16854,'action created','2021-01-16 08:23:41','2021-01-16 00:23:41'),(41835,16854,'action started via WP Cron','2021-01-16 08:24:42','2021-01-16 00:24:42'),(41836,16854,'action complete via WP Cron','2021-01-16 08:24:42','2021-01-16 00:24:42'),(41837,16855,'action created','2021-01-16 08:24:42','2021-01-16 00:24:42'),(41838,16855,'action started via WP Cron','2021-01-16 08:25:43','2021-01-16 00:25:43'),(41839,16855,'action complete via WP Cron','2021-01-16 08:25:43','2021-01-16 00:25:43'),(41840,16856,'action created','2021-01-16 08:25:43','2021-01-16 00:25:43'),(41841,16856,'action started via WP Cron','2021-01-16 08:26:44','2021-01-16 00:26:44'),(41842,16856,'action complete via WP Cron','2021-01-16 08:26:44','2021-01-16 00:26:44'),(41843,16857,'action created','2021-01-16 08:26:44','2021-01-16 00:26:44'),(41844,16857,'action started via WP Cron','2021-01-16 08:27:45','2021-01-16 00:27:45'),(41845,16857,'action complete via WP Cron','2021-01-16 08:27:45','2021-01-16 00:27:45'),(41846,16858,'action created','2021-01-16 08:27:45','2021-01-16 00:27:45'),(41847,16858,'action started via WP Cron','2021-01-16 08:28:45','2021-01-16 00:28:45'),(41848,16858,'action complete via WP Cron','2021-01-16 08:28:45','2021-01-16 00:28:45'),(41849,16859,'action created','2021-01-16 08:28:46','2021-01-16 00:28:46'),(41850,16859,'action started via WP Cron','2021-01-16 08:29:54','2021-01-16 00:29:54'),(41851,16859,'action complete via WP Cron','2021-01-16 08:29:54','2021-01-16 00:29:54'),(41852,16860,'action created','2021-01-16 08:29:54','2021-01-16 00:29:54'),(41853,16860,'action started via WP Cron','2021-01-16 08:30:55','2021-01-16 00:30:55'),(41854,16860,'action complete via WP Cron','2021-01-16 08:30:55','2021-01-16 00:30:55'),(41855,16861,'action created','2021-01-16 08:30:56','2021-01-16 00:30:56'),(41856,16861,'action started via WP Cron','2021-01-16 08:31:56','2021-01-16 00:31:56'),(41857,16861,'action complete via WP Cron','2021-01-16 08:31:56','2021-01-16 00:31:56'),(41858,16862,'action created','2021-01-16 08:31:56','2021-01-16 00:31:56'),(41859,16862,'action started via WP Cron','2021-01-16 08:38:24','2021-01-16 00:38:24'),(41860,16862,'action complete via WP Cron','2021-01-16 08:38:24','2021-01-16 00:38:24'),(41861,16863,'action created','2021-01-16 08:38:24','2021-01-16 00:38:24'),(41862,16863,'action started via WP Cron','2021-01-16 08:47:21','2021-01-16 00:47:21'),(41863,16863,'action complete via WP Cron','2021-01-16 08:47:21','2021-01-16 00:47:21'),(41864,16864,'action created','2021-01-16 08:47:21','2021-01-16 00:47:21'),(41865,16864,'action started via WP Cron','2021-01-16 09:12:09','2021-01-16 01:12:09'),(41866,16864,'action complete via WP Cron','2021-01-16 09:12:09','2021-01-16 01:12:09'),(41867,16865,'action created','2021-01-16 09:13:20','2021-01-16 01:13:20'),(41868,16865,'action started via WP Cron','2021-01-16 09:14:36','2021-01-16 01:14:36'),(41869,16865,'action complete via WP Cron','2021-01-16 09:14:36','2021-01-16 01:14:36'),(41870,16866,'action created','2021-01-16 09:14:36','2021-01-16 01:14:36'),(41871,16866,'action started via WP Cron','2021-01-16 09:16:42','2021-01-16 01:16:42'),(41872,16866,'action complete via WP Cron','2021-01-16 09:16:42','2021-01-16 01:16:42'),(41873,16867,'action created','2021-01-16 09:16:42','2021-01-16 01:16:42'),(41874,16867,'action started via WP Cron','2021-01-16 09:17:43','2021-01-16 01:17:43'),(41875,16867,'action complete via WP Cron','2021-01-16 09:17:43','2021-01-16 01:17:43'),(41876,16868,'action created','2021-01-16 09:17:43','2021-01-16 01:17:43'),(41877,16868,'action started via WP Cron','2021-01-16 09:22:37','2021-01-16 01:22:37'),(41878,16868,'action complete via WP Cron','2021-01-16 09:22:37','2021-01-16 01:22:37'),(41879,16869,'action created','2021-01-16 09:22:37','2021-01-16 01:22:37'),(41880,16869,'action started via WP Cron','2021-01-16 09:30:32','2021-01-16 01:30:32'),(41881,16869,'action complete via WP Cron','2021-01-16 09:30:32','2021-01-16 01:30:32'),(41882,16870,'action created','2021-01-16 09:30:32','2021-01-16 01:30:32'),(41883,16870,'action started via WP Cron','2021-01-16 09:30:55','2021-01-16 01:30:55'),(41884,16870,'action complete via WP Cron','2021-01-16 09:30:55','2021-01-16 01:30:55'),(41885,16871,'action created','2021-01-16 09:30:55','2021-01-16 01:30:55'),(41886,16871,'action started via WP Cron','2021-01-16 09:31:42','2021-01-16 01:31:42'),(41887,16871,'action complete via WP Cron','2021-01-16 09:31:42','2021-01-16 01:31:42'),(41888,16872,'action created','2021-01-16 09:31:42','2021-01-16 01:31:42'),(41889,16872,'action started via WP Cron','2021-01-16 09:32:43','2021-01-16 01:32:43'),(41890,16872,'action complete via WP Cron','2021-01-16 09:32:43','2021-01-16 01:32:43'),(41891,16873,'action created','2021-01-16 09:32:43','2021-01-16 01:32:43'),(41892,16873,'action started via WP Cron','2021-01-16 09:33:45','2021-01-16 01:33:45'),(41893,16873,'action complete via WP Cron','2021-01-16 09:33:45','2021-01-16 01:33:45'),(41894,16874,'action created','2021-01-16 09:33:45','2021-01-16 01:33:45'),(41895,16874,'action started via WP Cron','2021-01-16 09:34:46','2021-01-16 01:34:46'),(41896,16874,'action complete via WP Cron','2021-01-16 09:34:46','2021-01-16 01:34:46'),(41897,16875,'action created','2021-01-16 09:34:46','2021-01-16 01:34:46'),(41898,16875,'action started via WP Cron','2021-01-16 09:35:44','2021-01-16 01:35:44'),(41899,16875,'action complete via WP Cron','2021-01-16 09:35:44','2021-01-16 01:35:44'),(41900,16876,'action created','2021-01-16 09:35:44','2021-01-16 01:35:44'),(41901,16876,'action started via WP Cron','2021-01-16 09:36:48','2021-01-16 01:36:48'),(41902,16876,'action complete via WP Cron','2021-01-16 09:36:48','2021-01-16 01:36:48'),(41903,16877,'action created','2021-01-16 09:36:48','2021-01-16 01:36:48'),(41904,16877,'action started via WP Cron','2021-01-16 09:37:44','2021-01-16 01:37:44'),(41905,16877,'action complete via WP Cron','2021-01-16 09:37:44','2021-01-16 01:37:44'),(41906,16878,'action created','2021-01-16 09:37:44','2021-01-16 01:37:44'),(41907,16878,'action started via WP Cron','2021-01-16 09:38:43','2021-01-16 01:38:43'),(41908,16878,'action complete via WP Cron','2021-01-16 09:38:43','2021-01-16 01:38:43'),(41909,16879,'action created','2021-01-16 09:38:43','2021-01-16 01:38:43'),(41910,16879,'action started via WP Cron','2021-01-16 09:39:41','2021-01-16 01:39:41'),(41911,16879,'action complete via WP Cron','2021-01-16 09:39:41','2021-01-16 01:39:41'),(41912,16880,'action created','2021-01-16 09:39:41','2021-01-16 01:39:41'),(41913,16880,'action started via WP Cron','2021-01-16 09:40:44','2021-01-16 01:40:44'),(41914,16880,'action complete via WP Cron','2021-01-16 09:40:44','2021-01-16 01:40:44'),(41915,16881,'action created','2021-01-16 09:40:45','2021-01-16 01:40:45'),(41916,16881,'action started via WP Cron','2021-01-16 09:41:41','2021-01-16 01:41:41'),(41917,16881,'action complete via WP Cron','2021-01-16 09:41:41','2021-01-16 01:41:41'),(41918,16882,'action created','2021-01-16 09:41:41','2021-01-16 01:41:41'),(41919,16882,'action started via WP Cron','2021-01-16 09:49:59','2021-01-16 01:49:59'),(41920,16882,'action complete via WP Cron','2021-01-16 09:49:59','2021-01-16 01:49:59'),(41921,16883,'action created','2021-01-16 09:49:59','2021-01-16 01:49:59'),(41922,16883,'action started via WP Cron','2021-01-16 09:52:15','2021-01-16 01:52:15'),(41923,16883,'action complete via WP Cron','2021-01-16 09:52:15','2021-01-16 01:52:15'),(41924,16884,'action created','2021-01-16 09:52:15','2021-01-16 01:52:15'),(41925,16884,'action started via WP Cron','2021-01-16 10:03:28','2021-01-16 02:03:28'),(41926,16884,'action complete via WP Cron','2021-01-16 10:03:28','2021-01-16 02:03:28'),(41927,16885,'action created','2021-01-16 10:03:28','2021-01-16 02:03:28'),(41928,16885,'action started via WP Cron','2021-01-16 10:04:55','2021-01-16 02:04:55'),(41929,16885,'action complete via WP Cron','2021-01-16 10:04:55','2021-01-16 02:04:55'),(41930,16886,'action created','2021-01-16 10:04:55','2021-01-16 02:04:55'),(41931,16886,'action started via WP Cron','2021-01-16 10:11:12','2021-01-16 02:11:12'),(41932,16886,'action complete via WP Cron','2021-01-16 10:11:12','2021-01-16 02:11:12'),(41933,16887,'action created','2021-01-16 10:11:12','2021-01-16 02:11:12'),(41934,16887,'action started via WP Cron','2021-01-16 10:12:36','2021-01-16 02:12:36'),(41935,16887,'action complete via WP Cron','2021-01-16 10:12:36','2021-01-16 02:12:36'),(41936,16888,'action created','2021-01-16 10:12:36','2021-01-16 02:12:36'),(41937,16888,'action started via WP Cron','2021-01-16 10:32:07','2021-01-16 02:32:07'),(41938,16888,'action complete via WP Cron','2021-01-16 10:32:07','2021-01-16 02:32:07'),(41939,16889,'action created','2021-01-16 10:32:07','2021-01-16 02:32:07'),(41940,16889,'action started via WP Cron','2021-01-16 10:33:16','2021-01-16 02:33:16'),(41941,16889,'action complete via WP Cron','2021-01-16 10:33:16','2021-01-16 02:33:16'),(41942,16890,'action created','2021-01-16 10:33:16','2021-01-16 02:33:16'),(41943,16890,'action started via WP Cron','2021-01-16 10:34:17','2021-01-16 02:34:17'),(41944,16890,'action complete via WP Cron','2021-01-16 10:34:17','2021-01-16 02:34:17'),(41945,16891,'action created','2021-01-16 10:34:17','2021-01-16 02:34:17'),(41946,16891,'action started via WP Cron','2021-01-16 10:36:19','2021-01-16 02:36:19'),(41947,16891,'action complete via WP Cron','2021-01-16 10:36:19','2021-01-16 02:36:19'),(41948,16892,'action created','2021-01-16 10:36:19','2021-01-16 02:36:19'),(41949,16892,'action started via WP Cron','2021-01-16 10:37:20','2021-01-16 02:37:20'),(41950,16892,'action complete via WP Cron','2021-01-16 10:37:20','2021-01-16 02:37:20'),(41951,16893,'action created','2021-01-16 10:37:20','2021-01-16 02:37:20'),(41952,16893,'action started via WP Cron','2021-01-16 10:38:21','2021-01-16 02:38:21'),(41953,16893,'action complete via WP Cron','2021-01-16 10:38:21','2021-01-16 02:38:21'),(41954,16894,'action created','2021-01-16 10:38:21','2021-01-16 02:38:21'),(41955,16894,'action started via WP Cron','2021-01-16 10:51:26','2021-01-16 02:51:26'),(41956,16894,'action complete via WP Cron','2021-01-16 10:51:26','2021-01-16 02:51:26'),(41957,16895,'action created','2021-01-16 10:51:26','2021-01-16 02:51:26'),(41958,16895,'action started via WP Cron','2021-01-16 10:55:03','2021-01-16 02:55:03'),(41959,16895,'action complete via WP Cron','2021-01-16 10:55:03','2021-01-16 02:55:03'),(41960,16896,'action created','2021-01-16 10:55:03','2021-01-16 02:55:03'),(41961,16896,'action started via WP Cron','2021-01-16 10:55:47','2021-01-16 02:55:47'),(41962,16896,'action complete via WP Cron','2021-01-16 10:55:47','2021-01-16 02:55:47'),(41963,16897,'action created','2021-01-16 10:55:47','2021-01-16 02:55:47'),(41964,16897,'action started via WP Cron','2021-01-16 10:58:17','2021-01-16 02:58:17'),(41965,16897,'action complete via WP Cron','2021-01-16 10:58:17','2021-01-16 02:58:17'),(41966,16898,'action created','2021-01-16 10:58:17','2021-01-16 02:58:17'),(41967,16898,'action started via WP Cron','2021-01-16 10:59:20','2021-01-16 02:59:20'),(41968,16898,'action complete via WP Cron','2021-01-16 10:59:20','2021-01-16 02:59:20'),(41969,16899,'action created','2021-01-16 10:59:20','2021-01-16 02:59:20'),(41970,16899,'action started via WP Cron','2021-01-16 11:00:34','2021-01-16 03:00:34'),(41971,16899,'action complete via WP Cron','2021-01-16 11:00:34','2021-01-16 03:00:34'),(41972,16900,'action created','2021-01-16 11:00:34','2021-01-16 03:00:34'),(41973,16900,'action started via WP Cron','2021-01-16 11:04:24','2021-01-16 03:04:24'),(41974,16900,'action complete via WP Cron','2021-01-16 11:04:24','2021-01-16 03:04:24'),(41975,16901,'action created','2021-01-16 11:04:24','2021-01-16 03:04:24'),(41976,16901,'action started via WP Cron','2021-01-16 11:10:12','2021-01-16 03:10:12'),(41977,16901,'action complete via WP Cron','2021-01-16 11:10:12','2021-01-16 03:10:12'),(41978,16902,'action created','2021-01-16 11:10:12','2021-01-16 03:10:12'),(41979,16902,'action started via WP Cron','2021-01-16 11:11:09','2021-01-16 03:11:09'),(41980,16902,'action complete via WP Cron','2021-01-16 11:11:09','2021-01-16 03:11:09'),(41981,16903,'action created','2021-01-16 11:11:09','2021-01-16 03:11:09'),(41982,16903,'action started via WP Cron','2021-01-16 11:12:11','2021-01-16 03:12:11'),(41983,16903,'action complete via WP Cron','2021-01-16 11:12:11','2021-01-16 03:12:11'),(41984,16904,'action created','2021-01-16 11:12:11','2021-01-16 03:12:11'),(41985,16904,'action started via WP Cron','2021-01-16 11:13:12','2021-01-16 03:13:12'),(41986,16904,'action complete via WP Cron','2021-01-16 11:13:12','2021-01-16 03:13:12'),(41987,16905,'action created','2021-01-16 11:13:12','2021-01-16 03:13:12'),(41988,16905,'action started via WP Cron','2021-01-16 11:14:13','2021-01-16 03:14:13'),(41989,16905,'action complete via WP Cron','2021-01-16 11:14:13','2021-01-16 03:14:13'),(41990,16906,'action created','2021-01-16 11:14:13','2021-01-16 03:14:13'),(41991,16906,'action started via WP Cron','2021-01-16 11:14:53','2021-01-16 03:14:53'),(41992,16906,'action complete via WP Cron','2021-01-16 11:14:53','2021-01-16 03:14:53'),(41993,16907,'action created','2021-01-16 11:14:53','2021-01-16 03:14:53'),(41994,16907,'action started via WP Cron','2021-01-16 11:16:35','2021-01-16 03:16:35'),(41995,16907,'action complete via WP Cron','2021-01-16 11:16:35','2021-01-16 03:16:35'),(41996,16908,'action created','2021-01-16 11:16:36','2021-01-16 03:16:36'),(41997,16908,'action started via WP Cron','2021-01-16 11:18:06','2021-01-16 03:18:06'),(41998,16908,'action complete via WP Cron','2021-01-16 11:18:06','2021-01-16 03:18:06'),(41999,16909,'action created','2021-01-16 11:18:06','2021-01-16 03:18:06'),(42000,16909,'action started via WP Cron','2021-01-16 11:19:27','2021-01-16 03:19:27'),(42001,16909,'action complete via WP Cron','2021-01-16 11:19:27','2021-01-16 03:19:27'),(42002,16910,'action created','2021-01-16 11:19:27','2021-01-16 03:19:27'),(42003,16910,'action started via WP Cron','2021-01-16 11:22:04','2021-01-16 03:22:04'),(42004,16910,'action complete via WP Cron','2021-01-16 11:22:04','2021-01-16 03:22:04'),(42005,16911,'action created','2021-01-16 11:22:04','2021-01-16 03:22:04'),(42006,16911,'action started via WP Cron','2021-01-16 11:27:41','2021-01-16 03:27:41'),(42007,16911,'action complete via WP Cron','2021-01-16 11:27:41','2021-01-16 03:27:41'),(42008,16912,'action created','2021-01-16 11:27:41','2021-01-16 03:27:41'),(42009,16912,'action started via WP Cron','2021-01-16 11:29:07','2021-01-16 03:29:07'),(42010,16912,'action complete via WP Cron','2021-01-16 11:29:07','2021-01-16 03:29:07'),(42011,16913,'action created','2021-01-16 11:29:07','2021-01-16 03:29:07'),(42012,16913,'action started via WP Cron','2021-01-16 11:33:22','2021-01-16 03:33:22'),(42013,16913,'action complete via WP Cron','2021-01-16 11:33:22','2021-01-16 03:33:22'),(42014,16914,'action created','2021-01-16 11:33:22','2021-01-16 03:33:22'),(42015,16914,'action started via WP Cron','2021-01-16 11:36:19','2021-01-16 03:36:19'),(42016,16914,'action complete via WP Cron','2021-01-16 11:36:19','2021-01-16 03:36:19'),(42017,16915,'action created','2021-01-16 11:36:19','2021-01-16 03:36:19'),(42018,16915,'action started via WP Cron','2021-01-16 11:36:49','2021-01-16 03:36:49'),(42019,16915,'action complete via WP Cron','2021-01-16 11:36:49','2021-01-16 03:36:49'),(42020,16916,'action created','2021-01-16 11:36:49','2021-01-16 03:36:49'),(42021,16916,'action started via WP Cron','2021-01-16 11:38:23','2021-01-16 03:38:23'),(42022,16916,'action complete via WP Cron','2021-01-16 11:38:23','2021-01-16 03:38:23'),(42023,16917,'action created','2021-01-16 11:38:23','2021-01-16 03:38:23'),(42024,16917,'action started via WP Cron','2021-01-16 11:43:41','2021-01-16 03:43:41'),(42025,16917,'action complete via WP Cron','2021-01-16 11:43:41','2021-01-16 03:43:41'),(42026,16918,'action created','2021-01-16 11:43:41','2021-01-16 03:43:41'),(42027,16918,'action started via WP Cron','2021-01-16 11:48:40','2021-01-16 03:48:40'),(42028,16918,'action complete via WP Cron','2021-01-16 11:48:40','2021-01-16 03:48:40'),(42029,16919,'action created','2021-01-16 11:48:40','2021-01-16 03:48:40'),(42030,16919,'action started via WP Cron','2021-01-16 11:57:34','2021-01-16 03:57:34'),(42031,16919,'action complete via WP Cron','2021-01-16 11:57:34','2021-01-16 03:57:34'),(42032,16920,'action created','2021-01-16 11:57:34','2021-01-16 03:57:34'),(42033,16920,'action started via WP Cron','2021-01-16 11:58:21','2021-01-16 03:58:21'),(42034,16920,'action complete via WP Cron','2021-01-16 11:58:21','2021-01-16 03:58:21'),(42035,16921,'action created','2021-01-16 11:58:21','2021-01-16 03:58:21'),(42036,16921,'action started via WP Cron','2021-01-16 11:58:56','2021-01-16 03:58:56'),(42037,16921,'action complete via WP Cron','2021-01-16 11:58:56','2021-01-16 03:58:56'),(42038,16922,'action created','2021-01-16 11:58:56','2021-01-16 03:58:56'),(42039,16922,'action started via WP Cron','2021-01-16 12:01:41','2021-01-16 04:01:41'),(42040,16922,'action complete via WP Cron','2021-01-16 12:01:41','2021-01-16 04:01:41'),(42041,16923,'action created','2021-01-16 12:01:41','2021-01-16 04:01:41'),(42042,16923,'action started via WP Cron','2021-01-16 12:02:42','2021-01-16 04:02:42'),(42043,16923,'action complete via WP Cron','2021-01-16 12:02:42','2021-01-16 04:02:42'),(42044,16924,'action created','2021-01-16 12:02:42','2021-01-16 04:02:42'),(42045,16924,'action started via WP Cron','2021-01-16 12:03:43','2021-01-16 04:03:43'),(42046,16924,'action complete via WP Cron','2021-01-16 12:03:43','2021-01-16 04:03:43'),(42047,16925,'action created','2021-01-16 12:03:43','2021-01-16 04:03:43'),(42048,16925,'action started via WP Cron','2021-01-16 12:04:57','2021-01-16 04:04:57'),(42049,16925,'action complete via WP Cron','2021-01-16 12:04:57','2021-01-16 04:04:57'),(42050,16926,'action created','2021-01-16 12:04:57','2021-01-16 04:04:57'),(42051,16926,'action started via WP Cron','2021-01-16 12:08:48','2021-01-16 04:08:48'),(42052,16926,'action complete via WP Cron','2021-01-16 12:08:48','2021-01-16 04:08:48'),(42053,16927,'action created','2021-01-16 12:08:48','2021-01-16 04:08:48'),(42054,16927,'action started via WP Cron','2021-01-16 12:17:44','2021-01-16 04:17:44'),(42055,16927,'action complete via WP Cron','2021-01-16 12:17:44','2021-01-16 04:17:44'),(42056,16928,'action created','2021-01-16 12:17:44','2021-01-16 04:17:44'),(42057,16928,'action started via WP Cron','2021-01-16 12:19:42','2021-01-16 04:19:42'),(42058,16928,'action complete via WP Cron','2021-01-16 12:19:42','2021-01-16 04:19:42'),(42059,16929,'action created','2021-01-16 12:19:43','2021-01-16 04:19:43'),(42060,16929,'action started via WP Cron','2021-01-16 12:20:43','2021-01-16 04:20:43'),(42061,16929,'action complete via WP Cron','2021-01-16 12:20:43','2021-01-16 04:20:43'),(42062,16930,'action created','2021-01-16 12:20:43','2021-01-16 04:20:43'),(42063,16930,'action started via WP Cron','2021-01-16 12:21:45','2021-01-16 04:21:45'),(42064,16930,'action complete via WP Cron','2021-01-16 12:21:45','2021-01-16 04:21:45'),(42065,16931,'action created','2021-01-16 12:23:47','2021-01-16 04:23:47'),(42066,16931,'action started via WP Cron','2021-01-16 12:24:47','2021-01-16 04:24:47'),(42067,16931,'action complete via WP Cron','2021-01-16 12:24:47','2021-01-16 04:24:47'),(42068,16932,'action created','2021-01-16 12:24:47','2021-01-16 04:24:47'),(42069,16932,'action started via WP Cron','2021-01-16 12:25:42','2021-01-16 04:25:42'),(42070,16932,'action complete via WP Cron','2021-01-16 12:25:42','2021-01-16 04:25:42'),(42071,16933,'action created','2021-01-16 12:25:42','2021-01-16 04:25:42'),(42072,16933,'action started via WP Cron','2021-01-16 12:29:01','2021-01-16 04:29:01'),(42073,16933,'action complete via WP Cron','2021-01-16 12:29:01','2021-01-16 04:29:01'),(42074,16934,'action created','2021-01-16 12:29:01','2021-01-16 04:29:01'),(42075,16934,'action started via WP Cron','2021-01-16 12:46:07','2021-01-16 04:46:07'),(42076,16934,'action complete via WP Cron','2021-01-16 12:46:07','2021-01-16 04:46:07'),(42077,16935,'action created','2021-01-16 12:46:07','2021-01-16 04:46:07'),(42078,16935,'action started via WP Cron','2021-01-16 12:47:03','2021-01-16 04:47:03'),(42079,16935,'action complete via WP Cron','2021-01-16 12:47:03','2021-01-16 04:47:03'),(42080,16936,'action created','2021-01-16 12:47:03','2021-01-16 04:47:03'),(42081,16936,'action started via WP Cron','2021-01-16 12:47:53','2021-01-16 04:47:53'),(42082,16936,'action complete via WP Cron','2021-01-16 12:47:53','2021-01-16 04:47:53'),(42083,16937,'action created','2021-01-16 12:47:53','2021-01-16 04:47:53'),(42084,16937,'action started via WP Cron','2021-01-16 12:48:59','2021-01-16 04:48:59'),(42085,16937,'action complete via WP Cron','2021-01-16 12:48:59','2021-01-16 04:48:59'),(42086,16938,'action created','2021-01-16 12:48:59','2021-01-16 04:48:59'),(42087,16938,'action started via WP Cron','2021-01-16 12:49:59','2021-01-16 04:49:59'),(42088,16938,'action complete via WP Cron','2021-01-16 12:49:59','2021-01-16 04:49:59'),(42089,16939,'action created','2021-01-16 12:49:59','2021-01-16 04:49:59'),(42090,16939,'action started via WP Cron','2021-01-16 13:03:47','2021-01-16 05:03:47'),(42091,16939,'action complete via WP Cron','2021-01-16 13:03:47','2021-01-16 05:03:47'),(42092,16940,'action created','2021-01-16 13:03:47','2021-01-16 05:03:47'),(42093,16940,'action started via WP Cron','2021-01-16 13:04:45','2021-01-16 05:04:45'),(42094,16940,'action complete via WP Cron','2021-01-16 13:04:45','2021-01-16 05:04:45'),(42095,16941,'action created','2021-01-16 13:04:45','2021-01-16 05:04:45'),(42096,16941,'action started via WP Cron','2021-01-16 13:05:46','2021-01-16 05:05:46'),(42097,16941,'action complete via WP Cron','2021-01-16 13:05:46','2021-01-16 05:05:46'),(42098,16942,'action created','2021-01-16 13:05:46','2021-01-16 05:05:46'),(42099,16942,'action started via WP Cron','2021-01-16 13:07:38','2021-01-16 05:07:38'),(42100,16942,'action complete via WP Cron','2021-01-16 13:07:38','2021-01-16 05:07:38'),(42101,16943,'action created','2021-01-16 13:07:38','2021-01-16 05:07:38'),(42102,16943,'action started via WP Cron','2021-01-16 13:07:48','2021-01-16 05:07:48'),(42103,16943,'action complete via WP Cron','2021-01-16 13:07:48','2021-01-16 05:07:48'),(42104,16944,'action created','2021-01-16 13:07:48','2021-01-16 05:07:48'),(42105,16944,'action started via WP Cron','2021-01-16 13:08:49','2021-01-16 05:08:49'),(42106,16944,'action complete via WP Cron','2021-01-16 13:08:49','2021-01-16 05:08:49'),(42107,16945,'action created','2021-01-16 13:08:49','2021-01-16 05:08:49'),(42108,16945,'action started via WP Cron','2021-01-16 13:09:50','2021-01-16 05:09:50'),(42109,16945,'action complete via WP Cron','2021-01-16 13:09:50','2021-01-16 05:09:50'),(42110,16946,'action created','2021-01-16 13:09:50','2021-01-16 05:09:50'),(42111,16946,'action started via WP Cron','2021-01-16 13:13:13','2021-01-16 05:13:13'),(42112,16946,'action complete via WP Cron','2021-01-16 13:13:13','2021-01-16 05:13:13'),(42113,16947,'action created','2021-01-16 13:13:13','2021-01-16 05:13:13'),(42114,16947,'action started via WP Cron','2021-01-16 13:21:27','2021-01-16 05:21:27'),(42115,16947,'action complete via WP Cron','2021-01-16 13:21:27','2021-01-16 05:21:27'),(42116,16948,'action created','2021-01-16 13:21:27','2021-01-16 05:21:27'),(42117,16948,'action started via WP Cron','2021-01-16 13:21:41','2021-01-16 05:21:41'),(42118,16948,'action complete via WP Cron','2021-01-16 13:21:41','2021-01-16 05:21:41'),(42119,16949,'action created','2021-01-16 13:21:41','2021-01-16 05:21:41'),(42120,16949,'action started via WP Cron','2021-01-16 13:22:41','2021-01-16 05:22:41'),(42121,16949,'action complete via WP Cron','2021-01-16 13:22:41','2021-01-16 05:22:41'),(42122,16950,'action created','2021-01-16 13:22:41','2021-01-16 05:22:41'),(42123,16950,'action started via WP Cron','2021-01-16 13:27:20','2021-01-16 05:27:20'),(42124,16950,'action complete via WP Cron','2021-01-16 13:27:20','2021-01-16 05:27:20'),(42125,16951,'action created','2021-01-16 13:27:20','2021-01-16 05:27:20'),(42126,16951,'action started via WP Cron','2021-01-16 13:31:57','2021-01-16 05:31:57'),(42127,16951,'action complete via WP Cron','2021-01-16 13:31:57','2021-01-16 05:31:57'),(42128,16952,'action created','2021-01-16 13:47:24','2021-01-16 05:47:24'),(42129,16952,'action started via WP Cron','2021-01-16 13:48:30','2021-01-16 05:48:30'),(42130,16952,'action complete via WP Cron','2021-01-16 13:48:30','2021-01-16 05:48:30'),(42131,16953,'action created','2021-01-16 13:48:30','2021-01-16 05:48:30'),(42132,16953,'action started via WP Cron','2021-01-16 13:49:09','2021-01-16 05:49:09'),(42133,16953,'action complete via WP Cron','2021-01-16 13:49:09','2021-01-16 05:49:09'),(42134,16954,'action created','2021-01-16 13:49:09','2021-01-16 05:49:09'),(42135,16954,'action started via WP Cron','2021-01-16 13:50:32','2021-01-16 05:50:32'),(42136,16954,'action complete via WP Cron','2021-01-16 13:50:32','2021-01-16 05:50:32'),(42137,16955,'action created','2021-01-16 13:50:32','2021-01-16 05:50:32'),(42138,16955,'action started via WP Cron','2021-01-16 13:51:31','2021-01-16 05:51:31'),(42139,16955,'action complete via WP Cron','2021-01-16 13:51:31','2021-01-16 05:51:31'),(42140,16956,'action created','2021-01-16 13:51:31','2021-01-16 05:51:31'),(42141,16956,'action started via WP Cron','2021-01-16 13:52:32','2021-01-16 05:52:32'),(42142,16956,'action complete via WP Cron','2021-01-16 13:52:32','2021-01-16 05:52:32'),(42143,16957,'action created','2021-01-16 13:52:32','2021-01-16 05:52:32'),(42144,16957,'action started via WP Cron','2021-01-16 13:53:33','2021-01-16 05:53:33'),(42145,16957,'action complete via WP Cron','2021-01-16 13:53:33','2021-01-16 05:53:33'),(42146,16958,'action created','2021-01-16 13:53:33','2021-01-16 05:53:33'),(42147,16958,'action started via WP Cron','2021-01-16 13:59:15','2021-01-16 05:59:15'),(42148,16958,'action complete via WP Cron','2021-01-16 13:59:15','2021-01-16 05:59:15'),(42149,16959,'action created','2021-01-16 13:59:15','2021-01-16 05:59:15'),(42150,16959,'action started via WP Cron','2021-01-16 13:59:49','2021-01-16 05:59:49'),(42151,16959,'action complete via WP Cron','2021-01-16 13:59:49','2021-01-16 05:59:49'),(42152,16960,'action created','2021-01-16 13:59:49','2021-01-16 05:59:49'),(42153,16960,'action started via WP Cron','2021-01-16 14:00:53','2021-01-16 06:00:53'),(42154,16960,'action complete via WP Cron','2021-01-16 14:00:53','2021-01-16 06:00:53'),(42155,16961,'action created','2021-01-16 14:00:53','2021-01-16 06:00:53'),(42156,16961,'action started via WP Cron','2021-01-16 14:04:23','2021-01-16 06:04:23'),(42157,16961,'action complete via WP Cron','2021-01-16 14:04:23','2021-01-16 06:04:23'),(42158,16962,'action created','2021-01-16 14:04:23','2021-01-16 06:04:23'),(42159,16962,'action started via WP Cron','2021-01-16 14:09:10','2021-01-16 06:09:10'),(42160,16962,'action complete via WP Cron','2021-01-16 14:09:10','2021-01-16 06:09:10'),(42161,16963,'action created','2021-01-16 14:09:10','2021-01-16 06:09:10'),(42162,16963,'action started via WP Cron','2021-01-16 14:09:59','2021-01-16 06:09:59'),(42163,16963,'action complete via WP Cron','2021-01-16 14:09:59','2021-01-16 06:09:59'),(42164,16964,'action created','2021-01-16 14:09:59','2021-01-16 06:09:59'),(42165,16964,'action started via WP Cron','2021-01-16 14:11:20','2021-01-16 06:11:20'),(42166,16964,'action complete via WP Cron','2021-01-16 14:11:20','2021-01-16 06:11:20'),(42167,16965,'action created','2021-01-16 14:11:20','2021-01-16 06:11:20'),(42168,16965,'action started via WP Cron','2021-01-16 14:14:20','2021-01-16 06:14:20'),(42169,16965,'action complete via WP Cron','2021-01-16 14:14:20','2021-01-16 06:14:20'),(42170,16966,'action created','2021-01-16 14:14:20','2021-01-16 06:14:20'),(42171,16966,'action started via WP Cron','2021-01-16 14:38:28','2021-01-16 06:38:28'),(42172,16966,'action complete via WP Cron','2021-01-16 14:38:28','2021-01-16 06:38:28'),(42173,16967,'action created','2021-01-16 14:38:28','2021-01-16 06:38:28'),(42174,16967,'action started via WP Cron','2021-01-16 14:39:28','2021-01-16 06:39:28'),(42175,16967,'action complete via WP Cron','2021-01-16 14:39:28','2021-01-16 06:39:28'),(42176,16968,'action created','2021-01-16 14:39:29','2021-01-16 06:39:29'),(42177,16968,'action started via WP Cron','2021-01-16 14:40:31','2021-01-16 06:40:31'),(42178,16968,'action complete via WP Cron','2021-01-16 14:40:31','2021-01-16 06:40:31'),(42179,16969,'action created','2021-01-16 14:40:32','2021-01-16 06:40:32'),(42180,16969,'action started via WP Cron','2021-01-16 14:41:31','2021-01-16 06:41:31'),(42181,16969,'action complete via WP Cron','2021-01-16 14:41:31','2021-01-16 06:41:31'),(42182,16970,'action created','2021-01-16 14:41:32','2021-01-16 06:41:32'),(42183,16970,'action started via WP Cron','2021-01-16 14:41:50','2021-01-16 06:41:50'),(42184,16970,'action complete via WP Cron','2021-01-16 14:41:50','2021-01-16 06:41:50'),(42185,16971,'action created','2021-01-16 14:41:50','2021-01-16 06:41:50'),(42186,16971,'action started via WP Cron','2021-01-16 14:42:51','2021-01-16 06:42:51'),(42187,16971,'action complete via WP Cron','2021-01-16 14:42:51','2021-01-16 06:42:51'),(42188,16972,'action created','2021-01-16 14:42:51','2021-01-16 06:42:51'),(42189,16972,'action started via WP Cron','2021-01-16 14:43:51','2021-01-16 06:43:51'),(42190,16972,'action complete via WP Cron','2021-01-16 14:43:51','2021-01-16 06:43:51'),(42191,16973,'action created','2021-01-16 14:43:52','2021-01-16 06:43:52'),(42192,16973,'action started via WP Cron','2021-01-16 14:48:04','2021-01-16 06:48:04'),(42193,16973,'action complete via WP Cron','2021-01-16 14:48:04','2021-01-16 06:48:04'),(42194,16974,'action created','2021-01-16 14:48:05','2021-01-16 06:48:05'),(42195,16974,'action started via WP Cron','2021-01-16 14:53:39','2021-01-16 06:53:39'),(42196,16974,'action complete via WP Cron','2021-01-16 14:53:39','2021-01-16 06:53:39'),(42197,16975,'action created','2021-01-16 14:53:39','2021-01-16 06:53:39'),(42198,16975,'action started via WP Cron','2021-01-16 14:54:37','2021-01-16 06:54:37'),(42199,16975,'action complete via WP Cron','2021-01-16 14:54:37','2021-01-16 06:54:37'),(42200,16976,'action created','2021-01-16 14:54:37','2021-01-16 06:54:37'),(42201,16976,'action started via WP Cron','2021-01-16 14:55:38','2021-01-16 06:55:38'),(42202,16976,'action complete via WP Cron','2021-01-16 14:55:38','2021-01-16 06:55:38'),(42203,16977,'action created','2021-01-16 14:55:38','2021-01-16 06:55:38'),(42204,16977,'action started via WP Cron','2021-01-16 14:57:40','2021-01-16 06:57:40'),(42205,16977,'action complete via WP Cron','2021-01-16 14:57:40','2021-01-16 06:57:40'),(42206,16978,'action created','2021-01-16 14:57:40','2021-01-16 06:57:40'),(42207,16978,'action started via WP Cron','2021-01-16 14:58:41','2021-01-16 06:58:41'),(42208,16978,'action complete via WP Cron','2021-01-16 14:58:41','2021-01-16 06:58:41'),(42209,16979,'action created','2021-01-16 14:58:41','2021-01-16 06:58:41'),(42210,16979,'action started via WP Cron','2021-01-16 14:59:42','2021-01-16 06:59:42'),(42211,16979,'action complete via WP Cron','2021-01-16 14:59:42','2021-01-16 06:59:42'),(42212,16980,'action created','2021-01-16 14:59:42','2021-01-16 06:59:42'),(42213,16980,'action started via WP Cron','2021-01-16 15:12:31','2021-01-16 07:12:31'),(42214,16980,'action complete via WP Cron','2021-01-16 15:12:31','2021-01-16 07:12:31'),(42215,16981,'action created','2021-01-16 15:12:31','2021-01-16 07:12:31'),(42216,16981,'action started via WP Cron','2021-01-16 15:21:48','2021-01-16 07:21:48'),(42217,16981,'action complete via WP Cron','2021-01-16 15:21:48','2021-01-16 07:21:48'),(42218,16982,'action created','2021-01-16 15:21:48','2021-01-16 07:21:48'),(42219,16982,'action started via WP Cron','2021-01-16 15:23:30','2021-01-16 07:23:30'),(42220,16982,'action complete via WP Cron','2021-01-16 15:23:30','2021-01-16 07:23:30'),(42221,16983,'action created','2021-01-16 15:23:30','2021-01-16 07:23:30'),(42222,16983,'action started via WP Cron','2021-01-16 15:25:49','2021-01-16 07:25:49'),(42223,16983,'action complete via WP Cron','2021-01-16 15:25:49','2021-01-16 07:25:49'),(42224,16984,'action created','2021-01-16 15:25:49','2021-01-16 07:25:49'),(42225,16984,'action started via WP Cron','2021-01-16 15:26:51','2021-01-16 07:26:51'),(42226,16984,'action complete via WP Cron','2021-01-16 15:26:51','2021-01-16 07:26:51'),(42227,16985,'action created','2021-01-16 15:26:51','2021-01-16 07:26:51'),(42228,16985,'action started via WP Cron','2021-01-16 15:27:49','2021-01-16 07:27:49'),(42229,16985,'action complete via WP Cron','2021-01-16 15:27:49','2021-01-16 07:27:49'),(42230,16986,'action created','2021-01-16 15:27:49','2021-01-16 07:27:49'),(42231,16986,'action started via WP Cron','2021-01-16 15:29:15','2021-01-16 07:29:15'),(42232,16986,'action complete via WP Cron','2021-01-16 15:29:15','2021-01-16 07:29:15'),(42233,16987,'action created','2021-01-16 15:29:15','2021-01-16 07:29:15'),(42234,16987,'action started via WP Cron','2021-01-16 15:29:52','2021-01-16 07:29:52'),(42235,16987,'action complete via WP Cron','2021-01-16 15:29:52','2021-01-16 07:29:52'),(42236,16988,'action created','2021-01-16 15:29:52','2021-01-16 07:29:52'),(42237,16988,'action started via WP Cron','2021-01-16 15:30:49','2021-01-16 07:30:49'),(42238,16988,'action complete via WP Cron','2021-01-16 15:30:49','2021-01-16 07:30:49'),(42239,16989,'action created','2021-01-16 15:30:49','2021-01-16 07:30:49'),(42240,16989,'action started via WP Cron','2021-01-16 15:31:54','2021-01-16 07:31:54'),(42241,16989,'action complete via WP Cron','2021-01-16 15:31:54','2021-01-16 07:31:54'),(42242,16990,'action created','2021-01-16 15:31:54','2021-01-16 07:31:54'),(42243,16990,'action started via WP Cron','2021-01-16 15:36:16','2021-01-16 07:36:16'),(42244,16990,'action complete via WP Cron','2021-01-16 15:36:16','2021-01-16 07:36:16'),(42245,16991,'action created','2021-01-16 15:36:16','2021-01-16 07:36:16'),(42246,16991,'action started via WP Cron','2021-01-16 15:36:56','2021-01-16 07:36:56'),(42247,16991,'action complete via WP Cron','2021-01-16 15:36:56','2021-01-16 07:36:56'),(42248,16992,'action created','2021-01-16 15:36:57','2021-01-16 07:36:57'),(42249,16992,'action started via WP Cron','2021-01-16 15:37:50','2021-01-16 07:37:50'),(42250,16992,'action complete via WP Cron','2021-01-16 15:37:50','2021-01-16 07:37:50'),(42251,16993,'action created','2021-01-16 15:37:50','2021-01-16 07:37:50'),(42252,16993,'action started via WP Cron','2021-01-16 15:39:19','2021-01-16 07:39:19'),(42253,16993,'action complete via WP Cron','2021-01-16 15:39:19','2021-01-16 07:39:19'),(42254,16994,'action created','2021-01-16 15:40:36','2021-01-16 07:40:36'),(42255,16994,'action started via WP Cron','2021-01-16 15:43:54','2021-01-16 07:43:54'),(42256,16994,'action complete via WP Cron','2021-01-16 15:43:54','2021-01-16 07:43:54'),(42257,16995,'action created','2021-01-16 15:43:54','2021-01-16 07:43:54'),(42258,16995,'action started via WP Cron','2021-01-16 15:45:01','2021-01-16 07:45:01'),(42259,16995,'action complete via WP Cron','2021-01-16 15:45:01','2021-01-16 07:45:01'),(42260,16996,'action created','2021-01-16 15:45:01','2021-01-16 07:45:01'),(42261,16996,'action started via WP Cron','2021-01-16 15:45:58','2021-01-16 07:45:58'),(42262,16996,'action complete via WP Cron','2021-01-16 15:45:58','2021-01-16 07:45:58'),(42263,16997,'action created','2021-01-16 15:45:58','2021-01-16 07:45:58'),(42264,16997,'action started via WP Cron','2021-01-16 15:49:39','2021-01-16 07:49:39'),(42265,16997,'action complete via WP Cron','2021-01-16 15:49:39','2021-01-16 07:49:39'),(42266,16998,'action created','2021-01-16 15:49:39','2021-01-16 07:49:39'),(42267,16998,'action started via WP Cron','2021-01-16 15:50:00','2021-01-16 07:50:00'),(42268,16998,'action complete via WP Cron','2021-01-16 15:50:00','2021-01-16 07:50:00'),(42269,16999,'action created','2021-01-16 15:50:00','2021-01-16 07:50:00'),(42270,16999,'action started via WP Cron','2021-01-16 15:50:41','2021-01-16 07:50:41'),(42271,16999,'action complete via WP Cron','2021-01-16 15:50:41','2021-01-16 07:50:41'),(42272,17000,'action created','2021-01-16 15:50:41','2021-01-16 07:50:41'),(42273,17000,'action started via WP Cron','2021-01-16 15:53:26','2021-01-16 07:53:26'),(42274,17000,'action complete via WP Cron','2021-01-16 15:53:26','2021-01-16 07:53:26'),(42275,17001,'action created','2021-01-16 15:53:26','2021-01-16 07:53:26'),(42276,17001,'action started via WP Cron','2021-01-16 15:55:03','2021-01-16 07:55:03'),(42277,17001,'action complete via WP Cron','2021-01-16 15:55:03','2021-01-16 07:55:03'),(42278,17002,'action created','2021-01-16 15:57:25','2021-01-16 07:57:25'),(42279,17002,'action started via WP Cron','2021-01-16 15:58:10','2021-01-16 07:58:10'),(42280,17002,'action complete via WP Cron','2021-01-16 15:58:10','2021-01-16 07:58:10'),(42281,17003,'action created','2021-01-16 15:58:10','2021-01-16 07:58:10'),(42282,17003,'action started via WP Cron','2021-01-16 15:58:55','2021-01-16 07:58:55'),(42283,17003,'action complete via WP Cron','2021-01-16 15:58:55','2021-01-16 07:58:55'),(42284,17004,'action created','2021-01-16 15:58:55','2021-01-16 07:58:55'),(42285,17004,'action started via WP Cron','2021-01-16 16:00:00','2021-01-16 08:00:00'),(42286,17004,'action complete via WP Cron','2021-01-16 16:00:00','2021-01-16 08:00:00'),(42287,17005,'action created','2021-01-16 16:00:00','2021-01-16 08:00:00'),(42288,17005,'action started via WP Cron','2021-01-16 16:01:04','2021-01-16 08:01:04'),(42289,17005,'action complete via WP Cron','2021-01-16 16:01:04','2021-01-16 08:01:04'),(42290,17006,'action created','2021-01-16 16:01:05','2021-01-16 08:01:05'),(42291,17006,'action started via WP Cron','2021-01-16 16:02:16','2021-01-16 08:02:16'),(42292,17006,'action complete via WP Cron','2021-01-16 16:02:16','2021-01-16 08:02:16'),(42293,17007,'action created','2021-01-16 16:02:16','2021-01-16 08:02:16'),(42294,17007,'action started via WP Cron','2021-01-16 16:03:07','2021-01-16 08:03:07'),(42295,17007,'action complete via WP Cron','2021-01-16 16:03:07','2021-01-16 08:03:07'),(42296,17008,'action created','2021-01-16 16:03:07','2021-01-16 08:03:07'),(42297,17008,'action started via WP Cron','2021-01-16 16:04:08','2021-01-16 08:04:08'),(42298,17008,'action complete via WP Cron','2021-01-16 16:04:08','2021-01-16 08:04:08'),(42299,17009,'action created','2021-01-16 16:04:08','2021-01-16 08:04:08'),(42300,17009,'action started via WP Cron','2021-01-16 16:05:08','2021-01-16 08:05:08'),(42301,17009,'action complete via WP Cron','2021-01-16 16:05:08','2021-01-16 08:05:08'),(42302,17010,'action created','2021-01-16 16:05:09','2021-01-16 08:05:09'),(42303,17010,'action started via WP Cron','2021-01-16 16:05:59','2021-01-16 08:05:59'),(42304,17010,'action complete via WP Cron','2021-01-16 16:05:59','2021-01-16 08:05:59'),(42305,17011,'action created','2021-01-16 16:06:00','2021-01-16 08:06:00'),(42306,17011,'action started via WP Cron','2021-01-16 16:08:14','2021-01-16 08:08:14'),(42307,17011,'action complete via WP Cron','2021-01-16 16:08:14','2021-01-16 08:08:14'),(42308,17012,'action created','2021-01-16 16:08:14','2021-01-16 08:08:14'),(42309,17012,'action started via WP Cron','2021-01-16 16:10:29','2021-01-16 08:10:29'),(42310,17012,'action complete via WP Cron','2021-01-16 16:10:29','2021-01-16 08:10:29'),(42311,17013,'action created','2021-01-16 16:10:29','2021-01-16 08:10:29'),(42312,17013,'action started via WP Cron','2021-01-16 16:10:52','2021-01-16 08:10:52'),(42313,17013,'action complete via WP Cron','2021-01-16 16:10:52','2021-01-16 08:10:52'),(42314,17014,'action created','2021-01-16 16:10:52','2021-01-16 08:10:52'),(42315,17014,'action started via WP Cron','2021-01-16 16:13:51','2021-01-16 08:13:51'),(42316,17014,'action complete via WP Cron','2021-01-16 16:13:51','2021-01-16 08:13:51'),(42317,17015,'action created','2021-01-16 16:13:51','2021-01-16 08:13:51'),(42318,17015,'action started via WP Cron','2021-01-16 16:15:09','2021-01-16 08:15:09'),(42319,17015,'action complete via WP Cron','2021-01-16 16:15:09','2021-01-16 08:15:09'),(42320,17016,'action created','2021-01-16 16:15:09','2021-01-16 08:15:09'),(42321,17016,'action started via WP Cron','2021-01-16 16:15:53','2021-01-16 08:15:53'),(42322,17016,'action complete via WP Cron','2021-01-16 16:15:53','2021-01-16 08:15:53'),(42323,17017,'action created','2021-01-16 16:15:53','2021-01-16 08:15:53'),(42324,17017,'action started via WP Cron','2021-01-16 16:16:48','2021-01-16 08:16:48'),(42325,17017,'action complete via WP Cron','2021-01-16 16:16:48','2021-01-16 08:16:48'),(42326,17018,'action created','2021-01-16 16:16:48','2021-01-16 08:16:48'),(42327,17018,'action started via WP Cron','2021-01-16 16:17:41','2021-01-16 08:17:41'),(42328,17018,'action complete via WP Cron','2021-01-16 16:17:41','2021-01-16 08:17:41'),(42329,17019,'action created','2021-01-16 16:17:41','2021-01-16 08:17:41'),(42330,17019,'action started via WP Cron','2021-01-16 16:19:53','2021-01-16 08:19:53'),(42331,17019,'action complete via WP Cron','2021-01-16 16:19:53','2021-01-16 08:19:53'),(42332,17020,'action created','2021-01-16 16:19:53','2021-01-16 08:19:53'),(42333,17020,'action started via WP Cron','2021-01-16 16:20:44','2021-01-16 08:20:44'),(42334,17020,'action complete via WP Cron','2021-01-16 16:20:44','2021-01-16 08:20:44'),(42335,17021,'action created','2021-01-16 16:20:44','2021-01-16 08:20:44'),(42336,17021,'action started via WP Cron','2021-01-16 16:23:02','2021-01-16 08:23:02'),(42337,17021,'action complete via WP Cron','2021-01-16 16:23:02','2021-01-16 08:23:02'),(42338,17022,'action created','2021-01-16 16:23:02','2021-01-16 08:23:02'),(42339,17022,'action started via WP Cron','2021-01-16 16:23:46','2021-01-16 08:23:46'),(42340,17022,'action complete via WP Cron','2021-01-16 16:23:46','2021-01-16 08:23:46'),(42341,17023,'action created','2021-01-16 16:23:46','2021-01-16 08:23:46'),(42342,17023,'action started via WP Cron','2021-01-16 16:24:52','2021-01-16 08:24:52'),(42343,17023,'action complete via WP Cron','2021-01-16 16:24:52','2021-01-16 08:24:52'),(42344,17024,'action created','2021-01-16 16:24:52','2021-01-16 08:24:52'),(42345,17024,'action started via WP Cron','2021-01-16 16:25:47','2021-01-16 08:25:47'),(42346,17024,'action complete via WP Cron','2021-01-16 16:25:47','2021-01-16 08:25:47'),(42347,17025,'action created','2021-01-16 16:25:47','2021-01-16 08:25:47'),(42348,17025,'action started via WP Cron','2021-01-16 16:27:24','2021-01-16 08:27:24'),(42349,17025,'action complete via WP Cron','2021-01-16 16:27:24','2021-01-16 08:27:24'),(42350,17026,'action created','2021-01-16 16:27:24','2021-01-16 08:27:24'),(42351,17026,'action started via WP Cron','2021-01-16 16:29:11','2021-01-16 08:29:11'),(42352,17026,'action complete via WP Cron','2021-01-16 16:29:11','2021-01-16 08:29:11'),(42353,17027,'action created','2021-01-16 16:29:11','2021-01-16 08:29:11'),(42354,17027,'action started via WP Cron','2021-01-16 16:29:55','2021-01-16 08:29:55'),(42355,17027,'action complete via WP Cron','2021-01-16 16:29:55','2021-01-16 08:29:55'),(42356,17028,'action created','2021-01-16 16:29:55','2021-01-16 08:29:55'),(42357,17028,'action started via WP Cron','2021-01-16 16:30:41','2021-01-16 08:30:41'),(42358,17028,'action complete via WP Cron','2021-01-16 16:30:41','2021-01-16 08:30:41'),(42359,17029,'action created','2021-01-16 16:30:41','2021-01-16 08:30:41'),(42360,17029,'action started via WP Cron','2021-01-16 16:31:59','2021-01-16 08:31:59'),(42361,17029,'action complete via WP Cron','2021-01-16 16:31:59','2021-01-16 08:31:59'),(42362,17030,'action created','2021-01-16 16:31:59','2021-01-16 08:31:59'),(42363,17030,'action started via WP Cron','2021-01-16 16:32:53','2021-01-16 08:32:53'),(42364,17030,'action complete via WP Cron','2021-01-16 16:32:53','2021-01-16 08:32:53'),(42365,17031,'action created','2021-01-16 16:32:53','2021-01-16 08:32:53'),(42366,17031,'action started via WP Cron','2021-01-16 16:33:54','2021-01-16 08:33:54'),(42367,17031,'action complete via WP Cron','2021-01-16 16:33:54','2021-01-16 08:33:54'),(42368,17032,'action created','2021-01-16 16:33:54','2021-01-16 08:33:54'),(42369,17032,'action started via WP Cron','2021-01-16 16:35:09','2021-01-16 08:35:09'),(42370,17032,'action complete via WP Cron','2021-01-16 16:35:09','2021-01-16 08:35:09'),(42371,17033,'action created','2021-01-16 16:35:09','2021-01-16 08:35:09'),(42372,17033,'action started via WP Cron','2021-01-16 16:36:00','2021-01-16 08:36:00'),(42373,17033,'action complete via WP Cron','2021-01-16 16:36:00','2021-01-16 08:36:00'),(42374,17034,'action created','2021-01-16 16:36:00','2021-01-16 08:36:00'),(42375,17034,'action started via WP Cron','2021-01-16 16:36:58','2021-01-16 08:36:58'),(42376,17034,'action complete via WP Cron','2021-01-16 16:36:58','2021-01-16 08:36:58'),(42377,17035,'action created','2021-01-16 16:37:13','2021-01-16 08:37:13'),(42378,17035,'action started via WP Cron','2021-01-16 16:37:51','2021-01-16 08:37:51'),(42379,17035,'action complete via WP Cron','2021-01-16 16:37:51','2021-01-16 08:37:51'),(42380,17036,'action created','2021-01-16 16:37:51','2021-01-16 08:37:51'),(42381,17036,'action started via WP Cron','2021-01-16 16:38:45','2021-01-16 08:38:45'),(42382,17036,'action complete via WP Cron','2021-01-16 16:38:45','2021-01-16 08:38:45'),(42383,17037,'action created','2021-01-16 16:38:45','2021-01-16 08:38:45'),(42384,17037,'action started via WP Cron','2021-01-16 16:39:52','2021-01-16 08:39:52'),(42385,17037,'action complete via WP Cron','2021-01-16 16:39:52','2021-01-16 08:39:52'),(42386,17038,'action created','2021-01-16 16:39:52','2021-01-16 08:39:52'),(42387,17038,'action started via WP Cron','2021-01-16 16:40:49','2021-01-16 08:40:49'),(42388,17038,'action complete via WP Cron','2021-01-16 16:40:49','2021-01-16 08:40:49'),(42389,17039,'action created','2021-01-16 16:41:07','2021-01-16 08:41:07'),(42390,17039,'action started via WP Cron','2021-01-16 16:41:40','2021-01-16 08:41:40'),(42391,17039,'action complete via WP Cron','2021-01-16 16:41:40','2021-01-16 08:41:40'),(42392,17040,'action created','2021-01-16 16:41:41','2021-01-16 08:41:41'),(42393,17040,'action started via WP Cron','2021-01-16 16:42:43','2021-01-16 08:42:43'),(42394,17040,'action complete via WP Cron','2021-01-16 16:42:43','2021-01-16 08:42:43'),(42395,17041,'action created','2021-01-16 16:42:43','2021-01-16 08:42:43'),(42396,17041,'action started via Async Request','2021-01-16 16:43:08','2021-01-16 08:43:08'),(42397,17041,'action complete via Async Request','2021-01-16 16:43:08','2021-01-16 08:43:08'),(42398,17042,'action created','2021-01-16 16:43:09','2021-01-16 08:43:09'),(42399,17042,'action started via WP Cron','2021-01-16 16:43:48','2021-01-16 08:43:48'),(42400,17042,'action complete via WP Cron','2021-01-16 16:43:48','2021-01-16 08:43:48'),(42401,17043,'action created','2021-01-16 16:43:50','2021-01-16 08:43:50'),(42402,17043,'action started via Async Request','2021-01-16 16:44:15','2021-01-16 08:44:15'),(42403,17043,'action complete via Async Request','2021-01-16 16:44:15','2021-01-16 08:44:15'),(42404,17044,'action created','2021-01-16 16:44:21','2021-01-16 08:44:21'),(42405,17044,'action started via WP Cron','2021-01-16 16:44:43','2021-01-16 08:44:43'),(42406,17044,'action complete via WP Cron','2021-01-16 16:44:43','2021-01-16 08:44:43'),(42407,17045,'action created','2021-01-16 16:44:45','2021-01-16 08:44:45'),(42408,17045,'action started via Async Request','2021-01-16 16:45:27','2021-01-16 08:45:27'),(42409,17045,'action complete via Async Request','2021-01-16 16:45:27','2021-01-16 08:45:27'),(42410,17046,'action created','2021-01-16 16:46:19','2021-01-16 08:46:19'),(42411,17046,'action started via WP Cron','2021-01-16 16:46:41','2021-01-16 08:46:41'),(42412,17046,'action complete via WP Cron','2021-01-16 16:46:41','2021-01-16 08:46:41'),(42413,17047,'action created','2021-01-16 16:47:53','2021-01-16 08:47:53'),(42414,17047,'action started via WP Cron','2021-01-16 16:48:41','2021-01-16 08:48:41'),(42415,17047,'action complete via WP Cron','2021-01-16 16:48:41','2021-01-16 08:48:41'),(42416,17048,'action created','2021-01-16 16:49:39','2021-01-16 08:49:39'),(42417,17048,'action started via Async Request','2021-01-16 16:50:27','2021-01-16 08:50:27'),(42418,17048,'action complete via Async Request','2021-01-16 16:50:27','2021-01-16 08:50:27'),(42419,17049,'action created','2021-01-16 16:50:38','2021-01-16 08:50:38'),(42421,17049,'action started via Async Request','2021-01-16 16:51:29','2021-01-16 08:51:29'),(42422,17049,'action complete via Async Request','2021-01-16 16:51:29','2021-01-16 08:51:29'),(42423,17051,'action created','2021-01-16 16:51:46','2021-01-16 08:51:46'),(42426,17051,'action started via Async Request','2021-01-16 16:52:30','2021-01-16 08:52:30'),(42425,17052,'action created','2021-01-16 16:52:20','2021-01-16 08:52:20'),(42427,17051,'action complete via Async Request','2021-01-16 16:52:30','2021-01-16 08:52:30'),(42428,17053,'action created','2021-01-16 16:52:30','2021-01-16 08:52:30'),(42429,17053,'action started via WP Cron','2021-01-16 16:52:42','2021-01-16 08:52:42'),(42430,17053,'action complete via WP Cron','2021-01-16 16:52:42','2021-01-16 08:52:42'),(42431,17054,'action created','2021-01-16 16:53:00','2021-01-16 08:53:00'),(42432,17054,'action started via Async Request','2021-01-16 16:53:34','2021-01-16 08:53:34'),(42433,17054,'action complete via Async Request','2021-01-16 16:53:34','2021-01-16 08:53:34'),(42434,17052,'action started via Async Request','2021-01-16 16:53:34','2021-01-16 08:53:34'),(42435,17052,'action complete via Async Request','2021-01-16 16:53:34','2021-01-16 08:53:34'),(42436,17055,'action created','2021-01-16 16:53:49','2021-01-16 08:53:49'),(42440,17055,'action started via Async Request','2021-01-16 16:54:41','2021-01-16 08:54:41'),(42439,17057,'action created','2021-01-16 16:54:39','2021-01-16 08:54:39'),(42441,17055,'action complete via Async Request','2021-01-16 16:54:41','2021-01-16 08:54:41'),(42442,17058,'action created','2021-01-16 16:54:42','2021-01-16 08:54:42'),(42443,17057,'action started via WP Cron','2021-01-16 16:56:41','2021-01-16 08:56:41'),(42444,17057,'action complete via WP Cron','2021-01-16 16:56:41','2021-01-16 08:56:41'),(42445,17058,'action started via WP Cron','2021-01-16 16:56:41','2021-01-16 08:56:41'),(42446,17058,'action complete via WP Cron','2021-01-16 16:56:41','2021-01-16 08:56:41'),(42447,17059,'action created','2021-01-16 16:56:41','2021-01-16 08:56:41'),(42448,17059,'action started via WP Cron','2021-01-16 16:59:29','2021-01-16 08:59:29'),(42449,17059,'action complete via WP Cron','2021-01-16 16:59:29','2021-01-16 08:59:29'),(42450,17060,'action created','2021-01-16 16:59:29','2021-01-16 08:59:29'),(42451,17060,'action started via WP Cron','2021-01-16 16:59:48','2021-01-16 08:59:48'),(42452,17060,'action complete via WP Cron','2021-01-16 16:59:48','2021-01-16 08:59:48'),(42453,17061,'action created','2021-01-16 16:59:49','2021-01-16 08:59:49'),(42454,17061,'action started via WP Cron','2021-01-16 17:01:59','2021-01-16 09:01:59'),(42455,17061,'action complete via WP Cron','2021-01-16 17:01:59','2021-01-16 09:01:59'),(42456,17062,'action created','2021-01-16 17:01:59','2021-01-16 09:01:59'),(42457,17062,'action started via WP Cron','2021-01-16 17:04:55','2021-01-16 09:04:55'),(42458,17062,'action complete via WP Cron','2021-01-16 17:04:55','2021-01-16 09:04:55'),(42459,17063,'action created','2021-01-16 17:04:55','2021-01-16 09:04:55'),(42460,17063,'action started via WP Cron','2021-01-16 17:06:15','2021-01-16 09:06:15'),(42461,17063,'action complete via WP Cron','2021-01-16 17:06:15','2021-01-16 09:06:15'),(42462,17064,'action created','2021-01-16 17:06:16','2021-01-16 09:06:16'),(42463,17064,'action started via WP Cron','2021-01-16 17:10:05','2021-01-16 09:10:05'),(42464,17064,'action complete via WP Cron','2021-01-16 17:10:05','2021-01-16 09:10:05'),(42465,17065,'action created','2021-01-16 17:10:05','2021-01-16 09:10:05'),(42466,17065,'action started via WP Cron','2021-01-16 17:13:40','2021-01-16 09:13:40'),(42467,17065,'action complete via WP Cron','2021-01-16 17:13:40','2021-01-16 09:13:40'),(42468,17066,'action created','2021-01-16 17:13:41','2021-01-16 09:13:41'),(42469,17066,'action started via WP Cron','2021-01-16 17:15:44','2021-01-16 09:15:44'),(42470,17066,'action complete via WP Cron','2021-01-16 17:15:44','2021-01-16 09:15:44'),(42471,17067,'action created','2021-01-16 17:15:44','2021-01-16 09:15:44'),(42472,17067,'action started via WP Cron','2021-01-16 17:16:57','2021-01-16 09:16:57'),(42473,17067,'action complete via WP Cron','2021-01-16 17:16:57','2021-01-16 09:16:57'),(42474,17068,'action created','2021-01-16 17:16:57','2021-01-16 09:16:57'),(42475,17068,'action started via WP Cron','2021-01-16 17:17:57','2021-01-16 09:17:57'),(42476,17068,'action complete via WP Cron','2021-01-16 17:17:57','2021-01-16 09:17:57'),(42477,17069,'action created','2021-01-16 17:17:57','2021-01-16 09:17:57'),(42478,17069,'action started via WP Cron','2021-01-16 17:19:59','2021-01-16 09:19:59'),(42479,17069,'action complete via WP Cron','2021-01-16 17:19:59','2021-01-16 09:19:59'),(42480,17070,'action created','2021-01-16 17:19:59','2021-01-16 09:19:59'),(42481,17070,'action started via WP Cron','2021-01-16 17:21:00','2021-01-16 09:21:00'),(42482,17070,'action complete via WP Cron','2021-01-16 17:21:00','2021-01-16 09:21:00'),(42483,17071,'action created','2021-01-16 17:21:00','2021-01-16 09:21:00'),(42484,17071,'action started via WP Cron','2021-01-16 17:22:01','2021-01-16 09:22:01'),(42485,17071,'action complete via WP Cron','2021-01-16 17:22:01','2021-01-16 09:22:01'),(42486,17072,'action created','2021-01-16 17:22:01','2021-01-16 09:22:01'),(42487,17072,'action started via WP Cron','2021-01-16 17:22:50','2021-01-16 09:22:50'),(42488,17072,'action complete via WP Cron','2021-01-16 17:22:50','2021-01-16 09:22:50'),(42489,17073,'action created','2021-01-16 17:22:50','2021-01-16 09:22:50'),(42490,17073,'action started via WP Cron','2021-01-16 17:23:52','2021-01-16 09:23:52'),(42491,17073,'action complete via WP Cron','2021-01-16 17:23:52','2021-01-16 09:23:52'),(42492,17074,'action created','2021-01-16 17:23:52','2021-01-16 09:23:52'),(42493,17074,'action started via WP Cron','2021-01-16 17:25:17','2021-01-16 09:25:17'),(42494,17074,'action complete via WP Cron','2021-01-16 17:25:17','2021-01-16 09:25:17'),(42495,17075,'action created','2021-01-16 17:25:17','2021-01-16 09:25:17'),(42496,17075,'action started via WP Cron','2021-01-16 17:25:59','2021-01-16 09:25:59'),(42497,17075,'action complete via WP Cron','2021-01-16 17:25:59','2021-01-16 09:25:59'),(42498,17076,'action created','2021-01-16 17:25:59','2021-01-16 09:25:59'),(42499,17076,'action started via WP Cron','2021-01-16 17:28:55','2021-01-16 09:28:55'),(42500,17076,'action complete via WP Cron','2021-01-16 17:28:55','2021-01-16 09:28:55'),(42501,17077,'action created','2021-01-16 17:28:55','2021-01-16 09:28:55'),(42502,17077,'action started via WP Cron','2021-01-16 17:29:56','2021-01-16 09:29:56'),(42503,17077,'action complete via WP Cron','2021-01-16 17:29:56','2021-01-16 09:29:56'),(42504,17078,'action created','2021-01-16 17:30:02','2021-01-16 09:30:02'),(42505,17078,'action started via WP Cron','2021-01-16 17:30:58','2021-01-16 09:30:58'),(42506,17078,'action complete via WP Cron','2021-01-16 17:30:58','2021-01-16 09:30:58'),(42507,17079,'action created','2021-01-16 17:31:58','2021-01-16 09:31:58'),(42508,17079,'action started via WP Cron','2021-01-16 17:34:00','2021-01-16 09:34:00'),(42509,17079,'action complete via WP Cron','2021-01-16 17:34:00','2021-01-16 09:34:00'),(42510,17080,'action created','2021-01-16 17:34:00','2021-01-16 09:34:00'),(42511,17080,'action started via WP Cron','2021-01-16 17:35:01','2021-01-16 09:35:01'),(42512,17080,'action complete via WP Cron','2021-01-16 17:35:01','2021-01-16 09:35:01'),(42513,17081,'action created','2021-01-16 17:35:01','2021-01-16 09:35:01'),(42514,17081,'action started via WP Cron','2021-01-16 17:36:02','2021-01-16 09:36:02'),(42515,17081,'action complete via WP Cron','2021-01-16 17:36:02','2021-01-16 09:36:02'),(42516,17082,'action created','2021-01-16 17:36:02','2021-01-16 09:36:02'),(42517,17082,'action started via WP Cron','2021-01-16 17:37:00','2021-01-16 09:37:00'),(42518,17082,'action complete via WP Cron','2021-01-16 17:37:00','2021-01-16 09:37:00'),(42519,17083,'action created','2021-01-16 17:37:00','2021-01-16 09:37:00'),(42520,17083,'action started via WP Cron','2021-01-16 17:38:58','2021-01-16 09:38:58'),(42521,17083,'action complete via WP Cron','2021-01-16 17:38:58','2021-01-16 09:38:58'),(42522,17084,'action created','2021-01-16 17:38:58','2021-01-16 09:38:58'),(42523,17084,'action started via WP Cron','2021-01-16 17:39:59','2021-01-16 09:39:59'),(42524,17084,'action complete via WP Cron','2021-01-16 17:39:59','2021-01-16 09:39:59'),(42525,17085,'action created','2021-01-16 17:39:59','2021-01-16 09:39:59'),(42526,17085,'action started via WP Cron','2021-01-16 17:41:00','2021-01-16 09:41:00'),(42527,17085,'action complete via WP Cron','2021-01-16 17:41:00','2021-01-16 09:41:00'),(42528,17086,'action created','2021-01-16 17:41:00','2021-01-16 09:41:00'),(42529,17086,'action started via WP Cron','2021-01-16 17:43:13','2021-01-16 09:43:13'),(42530,17086,'action complete via WP Cron','2021-01-16 17:43:13','2021-01-16 09:43:13'),(42531,17087,'action created','2021-01-16 17:43:13','2021-01-16 09:43:13'),(42532,17087,'action started via WP Cron','2021-01-16 17:43:49','2021-01-16 09:43:49'),(42533,17087,'action complete via WP Cron','2021-01-16 17:43:49','2021-01-16 09:43:49'),(42534,17088,'action created','2021-01-16 17:43:49','2021-01-16 09:43:49'),(42535,17088,'action started via WP Cron','2021-01-16 17:45:27','2021-01-16 09:45:27'),(42536,17088,'action complete via WP Cron','2021-01-16 17:45:27','2021-01-16 09:45:27'),(42537,17089,'action created','2021-01-16 17:45:27','2021-01-16 09:45:27'),(42538,17089,'action started via WP Cron','2021-01-16 17:47:13','2021-01-16 09:47:13'),(42539,17089,'action complete via WP Cron','2021-01-16 17:47:13','2021-01-16 09:47:13'),(42540,17090,'action created','2021-01-16 17:47:13','2021-01-16 09:47:13'),(42541,17090,'action started via WP Cron','2021-01-16 17:48:13','2021-01-16 09:48:13'),(42542,17090,'action complete via WP Cron','2021-01-16 17:48:13','2021-01-16 09:48:13'),(42543,17091,'action created','2021-01-16 17:48:13','2021-01-16 09:48:13'),(42544,17091,'action started via WP Cron','2021-01-16 17:49:04','2021-01-16 09:49:04'),(42545,17091,'action complete via WP Cron','2021-01-16 17:49:04','2021-01-16 09:49:04'),(42546,17092,'action created','2021-01-16 17:49:04','2021-01-16 09:49:04'),(42547,17092,'action started via WP Cron','2021-01-16 17:50:07','2021-01-16 09:50:07'),(42548,17092,'action complete via WP Cron','2021-01-16 17:50:07','2021-01-16 09:50:07'),(42549,17093,'action created','2021-01-16 17:50:08','2021-01-16 09:50:08'),(42550,17093,'action started via WP Cron','2021-01-16 17:51:18','2021-01-16 09:51:18'),(42551,17093,'action complete via WP Cron','2021-01-16 17:51:18','2021-01-16 09:51:18'),(42552,17094,'action created','2021-01-16 17:51:18','2021-01-16 09:51:18'),(42553,17094,'action started via WP Cron','2021-01-16 17:53:01','2021-01-16 09:53:01'),(42554,17094,'action complete via WP Cron','2021-01-16 17:53:01','2021-01-16 09:53:01'),(42555,17095,'action created','2021-01-16 17:53:01','2021-01-16 09:53:01'),(42556,17095,'action started via WP Cron','2021-01-16 17:54:19','2021-01-16 09:54:19'),(42557,17095,'action complete via WP Cron','2021-01-16 17:54:19','2021-01-16 09:54:19'),(42558,17096,'action created','2021-01-16 17:54:20','2021-01-16 09:54:20'),(42559,17096,'action started via WP Cron','2021-01-16 17:55:20','2021-01-16 09:55:20'),(42560,17096,'action complete via WP Cron','2021-01-16 17:55:20','2021-01-16 09:55:20'),(42561,17097,'action created','2021-01-16 17:55:20','2021-01-16 09:55:20'),(42562,17097,'action started via WP Cron','2021-01-16 17:56:26','2021-01-16 09:56:26'),(42563,17097,'action complete via WP Cron','2021-01-16 17:56:26','2021-01-16 09:56:26'),(42564,17098,'action created','2021-01-16 17:56:27','2021-01-16 09:56:27'),(42565,17098,'action started via WP Cron','2021-01-16 17:57:25','2021-01-16 09:57:25'),(42566,17098,'action complete via WP Cron','2021-01-16 17:57:25','2021-01-16 09:57:25'),(42567,17099,'action created','2021-01-16 17:57:25','2021-01-16 09:57:25'),(42568,17099,'action started via WP Cron','2021-01-16 17:58:32','2021-01-16 09:58:32'),(42569,17099,'action complete via WP Cron','2021-01-16 17:58:32','2021-01-16 09:58:32'),(42570,17100,'action created','2021-01-16 17:58:32','2021-01-16 09:58:32'),(42571,17100,'action started via WP Cron','2021-01-16 17:59:53','2021-01-16 09:59:53'),(42572,17100,'action complete via WP Cron','2021-01-16 17:59:53','2021-01-16 09:59:53'),(42573,17101,'action created','2021-01-16 17:59:53','2021-01-16 09:59:53'),(42574,17101,'action started via WP Cron','2021-01-16 18:00:54','2021-01-16 10:00:54'),(42575,17101,'action complete via WP Cron','2021-01-16 18:00:54','2021-01-16 10:00:54'),(42576,17102,'action created','2021-01-16 18:00:54','2021-01-16 10:00:54'),(42577,17102,'action started via WP Cron','2021-01-16 18:01:47','2021-01-16 10:01:47'),(42578,17102,'action complete via WP Cron','2021-01-16 18:01:47','2021-01-16 10:01:47'),(42579,17103,'action created','2021-01-16 18:01:47','2021-01-16 10:01:47'),(42580,17103,'action started via WP Cron','2021-01-16 18:03:09','2021-01-16 10:03:09'),(42581,17103,'action complete via WP Cron','2021-01-16 18:03:09','2021-01-16 10:03:09'),(42582,17104,'action created','2021-01-16 18:03:09','2021-01-16 10:03:09'),(42583,17104,'action started via WP Cron','2021-01-16 18:04:14','2021-01-16 10:04:14'),(42584,17104,'action complete via WP Cron','2021-01-16 18:04:14','2021-01-16 10:04:14'),(42585,17105,'action created','2021-01-16 18:04:14','2021-01-16 10:04:14'),(42586,17105,'action started via WP Cron','2021-01-16 18:04:58','2021-01-16 10:04:58'),(42587,17105,'action complete via WP Cron','2021-01-16 18:04:58','2021-01-16 10:04:58'),(42588,17106,'action created','2021-01-16 18:04:58','2021-01-16 10:04:58'),(42589,17106,'action started via WP Cron','2021-01-16 18:05:46','2021-01-16 10:05:46'),(42590,17106,'action complete via WP Cron','2021-01-16 18:05:46','2021-01-16 10:05:46'),(42591,17107,'action created','2021-01-16 18:05:46','2021-01-16 10:05:46'),(42592,17107,'action started via WP Cron','2021-01-16 18:07:16','2021-01-16 10:07:16'),(42593,17107,'action complete via WP Cron','2021-01-16 18:07:16','2021-01-16 10:07:16'),(42594,17108,'action created','2021-01-16 18:07:17','2021-01-16 10:07:17'),(42595,17108,'action started via WP Cron','2021-01-16 18:09:16','2021-01-16 10:09:16'),(42596,17108,'action complete via WP Cron','2021-01-16 18:09:16','2021-01-16 10:09:16'),(42597,17109,'action created','2021-01-16 18:09:17','2021-01-16 10:09:17'),(42598,17109,'action started via WP Cron','2021-01-16 18:10:11','2021-01-16 10:10:11'),(42599,17109,'action complete via WP Cron','2021-01-16 18:10:11','2021-01-16 10:10:11'),(42600,17110,'action created','2021-01-16 18:10:11','2021-01-16 10:10:11'),(42601,17110,'action started via WP Cron','2021-01-16 18:11:40','2021-01-16 10:11:40'),(42602,17110,'action complete via WP Cron','2021-01-16 18:11:40','2021-01-16 10:11:40'),(42603,17111,'action created','2021-01-16 18:11:40','2021-01-16 10:11:40'),(42604,17111,'action started via WP Cron','2021-01-16 18:12:50','2021-01-16 10:12:50'),(42605,17111,'action complete via WP Cron','2021-01-16 18:12:50','2021-01-16 10:12:50'),(42606,17112,'action created','2021-01-16 18:14:01','2021-01-16 10:14:01'),(42607,17113,'action created','2021-01-16 18:14:01','2021-01-16 10:14:01'),(42608,17113,'action started via WP Cron','2021-01-16 18:15:12','2021-01-16 10:15:12'),(42609,17113,'action complete via WP Cron','2021-01-16 18:15:12','2021-01-16 10:15:12'),(42610,17112,'action started via WP Cron','2021-01-16 18:15:12','2021-01-16 10:15:12'),(42611,17112,'action complete via WP Cron','2021-01-16 18:15:12','2021-01-16 10:15:12'),(42612,17114,'action created','2021-01-16 18:15:12','2021-01-16 10:15:12'),(42613,17114,'action started via WP Cron','2021-01-16 18:18:52','2021-01-16 10:18:52'),(42614,17114,'action complete via WP Cron','2021-01-16 18:18:52','2021-01-16 10:18:52'),(42615,17115,'action created','2021-01-16 18:18:52','2021-01-16 10:18:52'),(42616,17115,'action started via WP Cron','2021-01-16 18:21:25','2021-01-16 10:21:25'),(42617,17115,'action complete via WP Cron','2021-01-16 18:21:25','2021-01-16 10:21:25'),(42618,17116,'action created','2021-01-16 18:21:25','2021-01-16 10:21:25'),(42619,17116,'action started via WP Cron','2021-01-16 18:24:50','2021-01-16 10:24:50'),(42620,17116,'action complete via WP Cron','2021-01-16 18:24:50','2021-01-16 10:24:50'),(42621,17117,'action created','2021-01-16 18:24:50','2021-01-16 10:24:50'),(42622,17117,'action started via WP Cron','2021-01-16 18:25:46','2021-01-16 10:25:46'),(42623,17117,'action complete via WP Cron','2021-01-16 18:25:46','2021-01-16 10:25:46'),(42624,17118,'action created','2021-01-16 18:25:46','2021-01-16 10:25:46'),(42625,17118,'action started via WP Cron','2021-01-16 18:27:11','2021-01-16 10:27:11'),(42626,17118,'action complete via WP Cron','2021-01-16 18:27:11','2021-01-16 10:27:11'),(42627,17119,'action created','2021-01-16 18:27:11','2021-01-16 10:27:11'),(42628,17119,'action started via WP Cron','2021-01-16 18:27:47','2021-01-16 10:27:47'),(42629,17119,'action complete via WP Cron','2021-01-16 18:27:47','2021-01-16 10:27:47'),(42630,17120,'action created','2021-01-16 18:27:47','2021-01-16 10:27:47'),(42631,17120,'action started via WP Cron','2021-01-16 18:28:47','2021-01-16 10:28:47'),(42632,17120,'action complete via WP Cron','2021-01-16 18:28:47','2021-01-16 10:28:47'),(42633,17121,'action created','2021-01-16 18:28:47','2021-01-16 10:28:47'),(42634,17121,'action started via WP Cron','2021-01-16 18:31:17','2021-01-16 10:31:17'),(42635,17121,'action complete via WP Cron','2021-01-16 18:31:17','2021-01-16 10:31:17'),(42636,17122,'action created','2021-01-16 18:31:17','2021-01-16 10:31:17'),(42637,17122,'action started via WP Cron','2021-01-16 18:31:58','2021-01-16 10:31:58'),(42638,17122,'action complete via WP Cron','2021-01-16 18:31:58','2021-01-16 10:31:58'),(42639,17123,'action created','2021-01-16 18:31:58','2021-01-16 10:31:58'),(42640,17123,'action started via WP Cron','2021-01-16 18:35:19','2021-01-16 10:35:19'),(42641,17123,'action complete via WP Cron','2021-01-16 18:35:19','2021-01-16 10:35:19'),(42642,17124,'action created','2021-01-16 18:35:19','2021-01-16 10:35:19'),(42643,17124,'action started via WP Cron','2021-01-16 18:36:08','2021-01-16 10:36:08'),(42644,17124,'action complete via WP Cron','2021-01-16 18:36:08','2021-01-16 10:36:08'),(42645,17125,'action created','2021-01-16 18:36:08','2021-01-16 10:36:08'),(42646,17125,'action started via WP Cron','2021-01-16 18:38:12','2021-01-16 10:38:12'),(42647,17125,'action complete via WP Cron','2021-01-16 18:38:12','2021-01-16 10:38:12'),(42648,17126,'action created','2021-01-16 18:38:12','2021-01-16 10:38:12'),(42649,17126,'action started via WP Cron','2021-01-16 18:41:52','2021-01-16 10:41:52'),(42650,17126,'action complete via WP Cron','2021-01-16 18:41:52','2021-01-16 10:41:52'),(42651,17127,'action created','2021-01-16 18:41:52','2021-01-16 10:41:52'),(42652,17127,'action started via WP Cron','2021-01-16 18:43:22','2021-01-16 10:43:22'),(42653,17127,'action complete via WP Cron','2021-01-16 18:43:22','2021-01-16 10:43:22'),(42654,17128,'action created','2021-01-16 18:43:22','2021-01-16 10:43:22'),(42655,17128,'action started via WP Cron','2021-01-16 18:45:11','2021-01-16 10:45:11'),(42656,17128,'action complete via WP Cron','2021-01-16 18:45:11','2021-01-16 10:45:11'),(42657,17129,'action created','2021-01-16 18:45:11','2021-01-16 10:45:11'),(42658,17129,'action started via WP Cron','2021-01-16 18:45:45','2021-01-16 10:45:45'),(42659,17129,'action complete via WP Cron','2021-01-16 18:45:45','2021-01-16 10:45:45'),(42660,17130,'action created','2021-01-16 18:45:45','2021-01-16 10:45:45'),(42661,17130,'action started via WP Cron','2021-01-16 18:46:48','2021-01-16 10:46:48'),(42662,17130,'action complete via WP Cron','2021-01-16 18:46:48','2021-01-16 10:46:48'),(42663,17131,'action created','2021-01-16 18:47:04','2021-01-16 10:47:04'),(42664,17131,'action started via WP Cron','2021-01-16 18:47:49','2021-01-16 10:47:49'),(42665,17131,'action complete via WP Cron','2021-01-16 18:47:49','2021-01-16 10:47:49'),(42666,17132,'action created','2021-01-16 18:47:49','2021-01-16 10:47:49'),(42667,17132,'action started via WP Cron','2021-01-16 18:49:25','2021-01-16 10:49:25'),(42668,17132,'action complete via WP Cron','2021-01-16 18:49:25','2021-01-16 10:49:25'),(42669,17133,'action created','2021-01-16 18:49:25','2021-01-16 10:49:25'),(42670,17133,'action started via WP Cron','2021-01-16 18:53:18','2021-01-16 10:53:18'),(42671,17133,'action complete via WP Cron','2021-01-16 18:53:18','2021-01-16 10:53:18'),(42672,17134,'action created','2021-01-16 18:53:18','2021-01-16 10:53:18'),(42673,17134,'action started via WP Cron','2021-01-16 18:56:22','2021-01-16 10:56:22'),(42674,17134,'action complete via WP Cron','2021-01-16 18:56:22','2021-01-16 10:56:22'),(42675,17135,'action created','2021-01-16 18:56:22','2021-01-16 10:56:22'),(42676,17135,'action started via WP Cron','2021-01-16 18:57:05','2021-01-16 10:57:05'),(42677,17135,'action complete via WP Cron','2021-01-16 18:57:05','2021-01-16 10:57:05'),(42678,17136,'action created','2021-01-16 18:57:05','2021-01-16 10:57:05'),(42679,17136,'action started via WP Cron','2021-01-16 18:58:23','2021-01-16 10:58:23'),(42680,17136,'action complete via WP Cron','2021-01-16 18:58:23','2021-01-16 10:58:23'),(42681,17137,'action created','2021-01-16 18:58:23','2021-01-16 10:58:23'),(42682,17137,'action started via WP Cron','2021-01-16 19:00:25','2021-01-16 11:00:25'),(42683,17137,'action complete via WP Cron','2021-01-16 19:00:25','2021-01-16 11:00:25'),(42684,17138,'action created','2021-01-16 19:00:25','2021-01-16 11:00:25'),(42685,17138,'action started via WP Cron','2021-01-16 19:01:27','2021-01-16 11:01:27'),(42686,17138,'action complete via WP Cron','2021-01-16 19:01:27','2021-01-16 11:01:27'),(42687,17139,'action created','2021-01-16 19:01:27','2021-01-16 11:01:27'),(42688,17139,'action started via WP Cron','2021-01-16 19:01:41','2021-01-16 11:01:41'),(42689,17139,'action complete via WP Cron','2021-01-16 19:01:41','2021-01-16 11:01:41'),(42690,17140,'action created','2021-01-16 19:01:41','2021-01-16 11:01:41'),(42691,17140,'action started via WP Cron','2021-01-16 19:04:38','2021-01-16 11:04:38'),(42692,17140,'action complete via WP Cron','2021-01-16 19:04:38','2021-01-16 11:04:38'),(42693,17141,'action created','2021-01-16 19:04:38','2021-01-16 11:04:38'),(42694,17141,'action started via WP Cron','2021-01-16 19:09:00','2021-01-16 11:09:00'),(42695,17141,'action complete via WP Cron','2021-01-16 19:09:00','2021-01-16 11:09:00'),(42696,17142,'action created','2021-01-16 19:09:00','2021-01-16 11:09:00'),(42697,17142,'action started via WP Cron','2021-01-16 19:10:40','2021-01-16 11:10:40'),(42698,17142,'action complete via WP Cron','2021-01-16 19:10:40','2021-01-16 11:10:40'),(42699,17143,'action created','2021-01-16 19:10:40','2021-01-16 11:10:40'),(42700,17143,'action started via WP Cron','2021-01-16 19:16:47','2021-01-16 11:16:47'),(42701,17143,'action complete via WP Cron','2021-01-16 19:16:47','2021-01-16 11:16:47'),(42702,17144,'action created','2021-01-16 19:16:47','2021-01-16 11:16:47'),(42703,17144,'action started via WP Cron','2021-01-16 19:20:36','2021-01-16 11:20:36'),(42704,17144,'action complete via WP Cron','2021-01-16 19:20:36','2021-01-16 11:20:36'),(42705,17145,'action created','2021-01-16 19:20:37','2021-01-16 11:20:37'),(42706,17145,'action started via WP Cron','2021-01-16 19:23:08','2021-01-16 11:23:08'),(42707,17145,'action complete via WP Cron','2021-01-16 19:23:08','2021-01-16 11:23:08'),(42708,17146,'action created','2021-01-16 19:23:08','2021-01-16 11:23:08'),(42709,17146,'action started via WP Cron','2021-01-16 19:24:13','2021-01-16 11:24:13'),(42710,17146,'action complete via WP Cron','2021-01-16 19:24:13','2021-01-16 11:24:13'),(42711,17147,'action created','2021-01-16 19:24:13','2021-01-16 11:24:13'),(42712,17147,'action started via WP Cron','2021-01-16 19:25:59','2021-01-16 11:25:59'),(42713,17147,'action complete via WP Cron','2021-01-16 19:25:59','2021-01-16 11:25:59'),(42714,17148,'action created','2021-01-16 19:25:59','2021-01-16 11:25:59'),(42715,17148,'action started via WP Cron','2021-01-16 19:29:26','2021-01-16 11:29:26'),(42716,17148,'action complete via WP Cron','2021-01-16 19:29:26','2021-01-16 11:29:26'),(42717,17149,'action created','2021-01-16 19:29:26','2021-01-16 11:29:26'),(42718,17149,'action started via WP Cron','2021-01-16 19:29:56','2021-01-16 11:29:56'),(42719,17149,'action complete via WP Cron','2021-01-16 19:29:56','2021-01-16 11:29:56'),(42720,17150,'action created','2021-01-16 19:29:56','2021-01-16 11:29:56'),(42721,17150,'action started via WP Cron','2021-01-16 19:31:09','2021-01-16 11:31:09'),(42722,17150,'action complete via WP Cron','2021-01-16 19:31:09','2021-01-16 11:31:09'),(42723,17151,'action created','2021-01-16 19:31:09','2021-01-16 11:31:09'),(42724,17151,'action started via WP Cron','2021-01-16 19:32:19','2021-01-16 11:32:19'),(42725,17151,'action complete via WP Cron','2021-01-16 19:32:19','2021-01-16 11:32:19'),(42726,17152,'action created','2021-01-16 19:32:19','2021-01-16 11:32:19'),(42727,17152,'action started via WP Cron','2021-01-16 19:41:05','2021-01-16 11:41:05'),(42728,17152,'action complete via WP Cron','2021-01-16 19:41:05','2021-01-16 11:41:05'),(42729,17153,'action created','2021-01-16 19:41:05','2021-01-16 11:41:05'),(42730,17153,'action started via WP Cron','2021-01-16 19:59:42','2021-01-16 11:59:42'),(42731,17153,'action complete via WP Cron','2021-01-16 19:59:42','2021-01-16 11:59:42'),(42732,17154,'action created','2021-01-16 19:59:42','2021-01-16 11:59:42'),(42733,17154,'action started via WP Cron','2021-01-16 20:02:51','2021-01-16 12:02:51'),(42734,17154,'action complete via WP Cron','2021-01-16 20:02:51','2021-01-16 12:02:51'),(42735,17155,'action created','2021-01-16 20:02:51','2021-01-16 12:02:51'),(42736,17155,'action started via WP Cron','2021-01-16 20:03:46','2021-01-16 12:03:46'),(42737,17155,'action complete via WP Cron','2021-01-16 20:03:46','2021-01-16 12:03:46'),(42738,17156,'action created','2021-01-16 20:03:46','2021-01-16 12:03:46'),(42739,17156,'action started via WP Cron','2021-01-16 20:05:02','2021-01-16 12:05:02'),(42740,17156,'action complete via WP Cron','2021-01-16 20:05:02','2021-01-16 12:05:02'),(42741,17157,'action created','2021-01-16 20:05:33','2021-01-16 12:05:33'),(42742,17157,'action started via WP Cron','2021-01-16 20:08:53','2021-01-16 12:08:53'),(42743,17157,'action complete via WP Cron','2021-01-16 20:08:53','2021-01-16 12:08:53'),(42744,17158,'action created','2021-01-16 20:08:53','2021-01-16 12:08:53'),(42745,17158,'action started via WP Cron','2021-01-16 20:10:43','2021-01-16 12:10:43'),(42746,17158,'action complete via WP Cron','2021-01-16 20:10:43','2021-01-16 12:10:43'),(42747,17159,'action created','2021-01-16 20:10:44','2021-01-16 12:10:44'),(42748,17159,'action started via WP Cron','2021-01-16 20:12:47','2021-01-16 12:12:47'),(42749,17159,'action complete via WP Cron','2021-01-16 20:12:47','2021-01-16 12:12:47'),(42750,17160,'action created','2021-01-16 20:12:47','2021-01-16 12:12:47'),(42751,17160,'action started via WP Cron','2021-01-16 20:16:27','2021-01-16 12:16:27'),(42752,17160,'action complete via WP Cron','2021-01-16 20:16:27','2021-01-16 12:16:27'),(42753,17161,'action created','2021-01-16 20:16:27','2021-01-16 12:16:27'),(42754,17161,'action started via WP Cron','2021-01-16 20:16:54','2021-01-16 12:16:54'),(42755,17161,'action complete via WP Cron','2021-01-16 20:16:54','2021-01-16 12:16:54'),(42756,17162,'action created','2021-01-16 20:16:54','2021-01-16 12:16:54'),(42757,17162,'action started via WP Cron','2021-01-16 20:17:54','2021-01-16 12:17:54'),(42758,17162,'action complete via WP Cron','2021-01-16 20:17:54','2021-01-16 12:17:54'),(42759,17163,'action created','2021-01-16 20:17:54','2021-01-16 12:17:54'),(42760,17163,'action started via WP Cron','2021-01-16 20:19:19','2021-01-16 12:19:19'),(42761,17163,'action complete via WP Cron','2021-01-16 20:19:19','2021-01-16 12:19:19'),(42762,17164,'action created','2021-01-16 20:19:19','2021-01-16 12:19:19'),(42763,17164,'action started via WP Cron','2021-01-16 20:20:36','2021-01-16 12:20:36'),(42764,17164,'action complete via WP Cron','2021-01-16 20:20:36','2021-01-16 12:20:36'),(42765,17165,'action created','2021-01-16 20:20:36','2021-01-16 12:20:36'),(42766,17165,'action started via WP Cron','2021-01-16 20:21:18','2021-01-16 12:21:18'),(42767,17165,'action complete via WP Cron','2021-01-16 20:21:18','2021-01-16 12:21:18'),(42768,17166,'action created','2021-01-16 20:21:18','2021-01-16 12:21:18'),(42769,17166,'action started via WP Cron','2021-01-16 20:23:19','2021-01-16 12:23:19'),(42770,17166,'action complete via WP Cron','2021-01-16 20:23:19','2021-01-16 12:23:19'),(42771,17167,'action created','2021-01-16 20:23:19','2021-01-16 12:23:19'),(42772,17167,'action started via WP Cron','2021-01-16 20:24:25','2021-01-16 12:24:25'),(42773,17167,'action complete via WP Cron','2021-01-16 20:24:25','2021-01-16 12:24:25'),(42774,17168,'action created','2021-01-16 20:24:25','2021-01-16 12:24:25'),(42775,17168,'action started via WP Cron','2021-01-16 20:25:55','2021-01-16 12:25:55'),(42776,17168,'action complete via WP Cron','2021-01-16 20:25:55','2021-01-16 12:25:55'),(42777,17169,'action created','2021-01-16 20:25:55','2021-01-16 12:25:55'),(42778,17169,'action started via WP Cron','2021-01-16 20:26:56','2021-01-16 12:26:56'),(42779,17169,'action complete via WP Cron','2021-01-16 20:26:56','2021-01-16 12:26:56'),(42780,17170,'action created','2021-01-16 20:26:56','2021-01-16 12:26:56'),(42781,17170,'action started via WP Cron','2021-01-16 20:28:11','2021-01-16 12:28:11'),(42782,17170,'action complete via WP Cron','2021-01-16 20:28:11','2021-01-16 12:28:11'),(42783,17171,'action created','2021-01-16 20:28:11','2021-01-16 12:28:11'),(42784,17171,'action started via WP Cron','2021-01-16 20:30:13','2021-01-16 12:30:13'),(42785,17171,'action complete via WP Cron','2021-01-16 20:30:13','2021-01-16 12:30:13'),(42786,17172,'action created','2021-01-16 20:30:13','2021-01-16 12:30:13'),(42787,17172,'action started via WP Cron','2021-01-16 20:32:46','2021-01-16 12:32:46'),(42788,17172,'action complete via WP Cron','2021-01-16 20:32:46','2021-01-16 12:32:46'),(42789,17173,'action created','2021-01-16 20:32:46','2021-01-16 12:32:46'),(42790,17173,'action started via WP Cron','2021-01-16 20:34:21','2021-01-16 12:34:21'),(42791,17173,'action complete via WP Cron','2021-01-16 20:34:21','2021-01-16 12:34:21'),(42792,17174,'action created','2021-01-16 20:34:21','2021-01-16 12:34:21'),(42793,17174,'action started via WP Cron','2021-01-16 20:36:08','2021-01-16 12:36:08'),(42794,17174,'action complete via WP Cron','2021-01-16 20:36:08','2021-01-16 12:36:08'),(42795,17175,'action created','2021-01-16 20:36:08','2021-01-16 12:36:08'),(42796,17175,'action started via WP Cron','2021-01-16 20:37:42','2021-01-16 12:37:42'),(42797,17175,'action complete via WP Cron','2021-01-16 20:37:42','2021-01-16 12:37:42'),(42798,17176,'action created','2021-01-16 20:37:42','2021-01-16 12:37:42'),(42799,17176,'action started via WP Cron','2021-01-16 20:45:27','2021-01-16 12:45:27'),(42800,17176,'action complete via WP Cron','2021-01-16 20:45:27','2021-01-16 12:45:27'),(42801,17177,'action created','2021-01-16 20:45:27','2021-01-16 12:45:27'),(42802,17177,'action started via WP Cron','2021-01-16 20:46:54','2021-01-16 12:46:54'),(42803,17177,'action complete via WP Cron','2021-01-16 20:46:54','2021-01-16 12:46:54'),(42804,17178,'action created','2021-01-16 20:46:54','2021-01-16 12:46:54'),(42805,17178,'action started via WP Cron','2021-01-16 20:47:46','2021-01-16 12:47:46'),(42806,17178,'action complete via WP Cron','2021-01-16 20:47:46','2021-01-16 12:47:46'),(42807,17179,'action created','2021-01-16 20:47:46','2021-01-16 12:47:46'),(42808,17179,'action started via WP Cron','2021-01-16 20:50:20','2021-01-16 12:50:20'),(42809,17179,'action complete via WP Cron','2021-01-16 20:50:20','2021-01-16 12:50:20'),(42810,17180,'action created','2021-01-16 20:50:20','2021-01-16 12:50:20'),(42811,17180,'action started via WP Cron','2021-01-16 20:51:57','2021-01-16 12:51:57'),(42812,17180,'action complete via WP Cron','2021-01-16 20:51:57','2021-01-16 12:51:57'),(42813,17181,'action created','2021-01-16 20:51:57','2021-01-16 12:51:57'),(42814,17181,'action started via WP Cron','2021-01-16 20:53:26','2021-01-16 12:53:26'),(42815,17181,'action complete via WP Cron','2021-01-16 20:53:26','2021-01-16 12:53:26'),(42816,17182,'action created','2021-01-16 20:53:26','2021-01-16 12:53:26'),(42817,17182,'action started via WP Cron','2021-01-16 20:57:06','2021-01-16 12:57:06'),(42818,17182,'action complete via WP Cron','2021-01-16 20:57:06','2021-01-16 12:57:06'),(42819,17183,'action created','2021-01-16 20:57:07','2021-01-16 12:57:07'),(42820,17183,'action started via WP Cron','2021-01-16 21:04:03','2021-01-16 13:04:03'),(42821,17183,'action complete via WP Cron','2021-01-16 21:04:03','2021-01-16 13:04:03'),(42822,17184,'action created','2021-01-16 21:04:03','2021-01-16 13:04:03'),(42823,17184,'action started via WP Cron','2021-01-16 21:06:16','2021-01-16 13:06:16'),(42824,17184,'action complete via WP Cron','2021-01-16 21:06:16','2021-01-16 13:06:16'),(42825,17185,'action created','2021-01-16 21:06:16','2021-01-16 13:06:16'),(42826,17185,'action started via WP Cron','2021-01-16 21:09:06','2021-01-16 13:09:06'),(42827,17185,'action complete via WP Cron','2021-01-16 21:09:06','2021-01-16 13:09:06'),(42828,17186,'action created','2021-01-16 21:09:06','2021-01-16 13:09:06'),(42829,17186,'action started via WP Cron','2021-01-16 21:17:24','2021-01-16 13:17:24'),(42830,17186,'action complete via WP Cron','2021-01-16 21:17:24','2021-01-16 13:17:24'),(42831,17187,'action created','2021-01-16 21:17:24','2021-01-16 13:17:24'),(42832,17187,'action started via WP Cron','2021-01-16 21:18:46','2021-01-16 13:18:46'),(42833,17187,'action complete via WP Cron','2021-01-16 21:18:46','2021-01-16 13:18:46'),(42834,17188,'action created','2021-01-16 21:18:46','2021-01-16 13:18:46'),(42835,17188,'action started via WP Cron','2021-01-16 21:19:54','2021-01-16 13:19:54'),(42836,17188,'action complete via WP Cron','2021-01-16 21:19:54','2021-01-16 13:19:54'),(42837,17189,'action created','2021-01-16 21:19:54','2021-01-16 13:19:54'),(42838,17189,'action started via WP Cron','2021-01-16 21:21:52','2021-01-16 13:21:52'),(42839,17189,'action complete via WP Cron','2021-01-16 21:21:52','2021-01-16 13:21:52'),(42840,17190,'action created','2021-01-16 21:21:52','2021-01-16 13:21:52'),(42841,17190,'action started via WP Cron','2021-01-16 21:22:57','2021-01-16 13:22:57'),(42842,17190,'action complete via WP Cron','2021-01-16 21:22:57','2021-01-16 13:22:57'),(42843,17191,'action created','2021-01-16 21:22:57','2021-01-16 13:22:57'),(42844,17191,'action started via WP Cron','2021-01-16 21:23:59','2021-01-16 13:23:59'),(42845,17191,'action complete via WP Cron','2021-01-16 21:23:59','2021-01-16 13:23:59'),(42846,17192,'action created','2021-01-16 21:23:59','2021-01-16 13:23:59'),(42847,17192,'action started via WP Cron','2021-01-16 21:26:07','2021-01-16 13:26:07'),(42848,17192,'action complete via WP Cron','2021-01-16 21:26:07','2021-01-16 13:26:07'),(42849,17193,'action created','2021-01-16 21:26:07','2021-01-16 13:26:07'),(42850,17193,'action started via WP Cron','2021-01-16 21:31:44','2021-01-16 13:31:44'),(42851,17193,'action complete via WP Cron','2021-01-16 21:31:44','2021-01-16 13:31:44'),(42852,17194,'action created','2021-01-16 21:31:44','2021-01-16 13:31:44'),(42853,17194,'action started via WP Cron','2021-01-16 21:34:35','2021-01-16 13:34:35'),(42854,17194,'action complete via WP Cron','2021-01-16 21:34:35','2021-01-16 13:34:35'),(42855,17195,'action created','2021-01-16 21:34:35','2021-01-16 13:34:35'),(42856,17195,'action started via WP Cron','2021-01-16 21:39:02','2021-01-16 13:39:02'),(42857,17195,'action complete via WP Cron','2021-01-16 21:39:02','2021-01-16 13:39:02'),(42858,17196,'action created','2021-01-16 21:39:02','2021-01-16 13:39:02'),(42859,17196,'action started via WP Cron','2021-01-16 21:40:40','2021-01-16 13:40:40'),(42860,17196,'action complete via WP Cron','2021-01-16 21:40:40','2021-01-16 13:40:40'),(42861,17197,'action created','2021-01-16 21:40:40','2021-01-16 13:40:40'),(42862,17197,'action started via WP Cron','2021-01-16 21:41:58','2021-01-16 13:41:58'),(42863,17197,'action complete via WP Cron','2021-01-16 21:41:58','2021-01-16 13:41:58'),(42864,17198,'action created','2021-01-16 21:41:58','2021-01-16 13:41:58'),(42865,17198,'action started via WP Cron','2021-01-16 21:46:44','2021-01-16 13:46:44'),(42866,17198,'action complete via WP Cron','2021-01-16 21:46:44','2021-01-16 13:46:44'),(42867,17199,'action created','2021-01-16 21:46:45','2021-01-16 13:46:45'),(42868,17199,'action started via WP Cron','2021-01-16 21:48:31','2021-01-16 13:48:31'),(42869,17199,'action complete via WP Cron','2021-01-16 21:48:31','2021-01-16 13:48:31'),(42870,17200,'action created','2021-01-16 21:48:31','2021-01-16 13:48:31'),(42871,17200,'action started via WP Cron','2021-01-16 21:49:27','2021-01-16 13:49:27'),(42872,17200,'action complete via WP Cron','2021-01-16 21:49:27','2021-01-16 13:49:27'),(42873,17201,'action created','2021-01-16 21:49:27','2021-01-16 13:49:27'),(42874,17201,'action started via WP Cron','2021-01-16 21:52:25','2021-01-16 13:52:25'),(42875,17201,'action complete via WP Cron','2021-01-16 21:52:25','2021-01-16 13:52:25'),(42876,17202,'action created','2021-01-16 21:52:25','2021-01-16 13:52:25'),(42877,17202,'action started via WP Cron','2021-01-16 21:54:14','2021-01-16 13:54:14'),(42878,17202,'action complete via WP Cron','2021-01-16 21:54:14','2021-01-16 13:54:14'),(42879,17203,'action created','2021-01-16 21:54:14','2021-01-16 13:54:14'),(42880,17203,'action started via WP Cron','2021-01-16 21:58:11','2021-01-16 13:58:11'),(42881,17203,'action complete via WP Cron','2021-01-16 21:58:11','2021-01-16 13:58:11'),(42882,17204,'action created','2021-01-16 21:58:11','2021-01-16 13:58:11'),(42883,17204,'action started via WP Cron','2021-01-16 21:59:16','2021-01-16 13:59:16'),(42884,17204,'action complete via WP Cron','2021-01-16 21:59:16','2021-01-16 13:59:16'),(42885,17205,'action created','2021-01-16 21:59:16','2021-01-16 13:59:16'),(42886,17205,'action started via WP Cron','2021-01-16 22:01:29','2021-01-16 14:01:29'),(42887,17205,'action complete via WP Cron','2021-01-16 22:01:29','2021-01-16 14:01:29'),(42888,17206,'action created','2021-01-16 22:01:30','2021-01-16 14:01:30'),(42889,17206,'action started via WP Cron','2021-01-16 22:03:50','2021-01-16 14:03:50'),(42890,17206,'action complete via WP Cron','2021-01-16 22:03:50','2021-01-16 14:03:50'),(42891,17207,'action created','2021-01-16 22:03:50','2021-01-16 14:03:50'),(42892,17207,'action started via WP Cron','2021-01-16 22:05:17','2021-01-16 14:05:17'),(42893,17207,'action complete via WP Cron','2021-01-16 22:05:17','2021-01-16 14:05:17'),(42894,17208,'action created','2021-01-16 22:05:17','2021-01-16 14:05:17'),(42895,17208,'action started via WP Cron','2021-01-16 22:06:18','2021-01-16 14:06:18'),(42896,17208,'action complete via WP Cron','2021-01-16 22:06:18','2021-01-16 14:06:18'),(42897,17209,'action created','2021-01-16 22:06:18','2021-01-16 14:06:18'),(42898,17209,'action started via WP Cron','2021-01-16 22:08:20','2021-01-16 14:08:20'),(42899,17209,'action complete via WP Cron','2021-01-16 22:08:20','2021-01-16 14:08:20'),(42900,17210,'action created','2021-01-16 22:08:20','2021-01-16 14:08:20'),(42901,17210,'action started via WP Cron','2021-01-16 22:09:21','2021-01-16 14:09:21'),(42902,17210,'action complete via WP Cron','2021-01-16 22:09:21','2021-01-16 14:09:21'),(42903,17211,'action created','2021-01-16 22:09:21','2021-01-16 14:09:21'),(42904,17211,'action started via WP Cron','2021-01-16 22:10:22','2021-01-16 14:10:22'),(42905,17211,'action complete via WP Cron','2021-01-16 22:10:22','2021-01-16 14:10:22'),(42906,17212,'action created','2021-01-16 22:10:22','2021-01-16 14:10:22'),(42907,17212,'action started via WP Cron','2021-01-16 22:12:18','2021-01-16 14:12:18'),(42908,17212,'action complete via WP Cron','2021-01-16 22:12:18','2021-01-16 14:12:18'),(42909,17213,'action created','2021-01-16 22:12:18','2021-01-16 14:12:18'),(42910,17213,'action started via WP Cron','2021-01-16 22:13:50','2021-01-16 14:13:50'),(42911,17213,'action complete via WP Cron','2021-01-16 22:13:50','2021-01-16 14:13:50'),(42912,17214,'action created','2021-01-16 22:13:50','2021-01-16 14:13:50'),(42913,17214,'action started via WP Cron','2021-01-16 22:16:04','2021-01-16 14:16:04'),(42914,17214,'action complete via WP Cron','2021-01-16 22:16:04','2021-01-16 14:16:04'),(42915,17215,'action created','2021-01-16 22:16:04','2021-01-16 14:16:04'),(42916,17215,'action started via WP Cron','2021-01-16 22:17:09','2021-01-16 14:17:09'),(42917,17215,'action complete via WP Cron','2021-01-16 22:17:09','2021-01-16 14:17:09'),(42918,17216,'action created','2021-01-16 22:17:09','2021-01-16 14:17:09'),(42919,17216,'action started via WP Cron','2021-01-16 22:17:50','2021-01-16 14:17:50'),(42920,17216,'action complete via WP Cron','2021-01-16 22:17:50','2021-01-16 14:17:50'),(42921,17217,'action created','2021-01-16 22:17:52','2021-01-16 14:17:52'),(42922,17217,'action started via WP Cron','2021-01-16 22:19:08','2021-01-16 14:19:08'),(42923,17217,'action complete via WP Cron','2021-01-16 22:19:08','2021-01-16 14:19:08'),(42924,17218,'action created','2021-01-16 22:19:08','2021-01-16 14:19:08'),(42925,17218,'action started via WP Cron','2021-01-16 22:20:12','2021-01-16 14:20:12'),(42926,17218,'action complete via WP Cron','2021-01-16 22:20:12','2021-01-16 14:20:12'),(42927,17219,'action created','2021-01-16 22:20:13','2021-01-16 14:20:13'),(42928,17219,'action started via WP Cron','2021-01-16 22:21:19','2021-01-16 14:21:19'),(42929,17219,'action complete via WP Cron','2021-01-16 22:21:19','2021-01-16 14:21:19'),(42930,17220,'action created','2021-01-16 22:21:19','2021-01-16 14:21:19'),(42931,17220,'action started via WP Cron','2021-01-16 22:22:14','2021-01-16 14:22:14'),(42932,17220,'action complete via WP Cron','2021-01-16 22:22:14','2021-01-16 14:22:14'),(42933,17221,'action created','2021-01-16 22:22:14','2021-01-16 14:22:14'),(42934,17221,'action started via WP Cron','2021-01-16 22:23:41','2021-01-16 14:23:41'),(42935,17221,'action complete via WP Cron','2021-01-16 22:23:41','2021-01-16 14:23:41'),(42936,17222,'action created','2021-01-16 22:23:41','2021-01-16 14:23:41'),(42937,17222,'action started via WP Cron','2021-01-16 22:25:08','2021-01-16 14:25:08'),(42938,17222,'action complete via WP Cron','2021-01-16 22:25:08','2021-01-16 14:25:08'),(42939,17223,'action created','2021-01-16 22:25:08','2021-01-16 14:25:08'),(42940,17223,'action started via WP Cron','2021-01-16 22:26:09','2021-01-16 14:26:09'),(42941,17223,'action complete via WP Cron','2021-01-16 22:26:09','2021-01-16 14:26:09'),(42942,17224,'action created','2021-01-16 22:26:09','2021-01-16 14:26:09'),(42943,17224,'action started via WP Cron','2021-01-16 22:27:46','2021-01-16 14:27:46'),(42944,17224,'action complete via WP Cron','2021-01-16 22:27:46','2021-01-16 14:27:46'),(42945,17225,'action created','2021-01-16 22:27:46','2021-01-16 14:27:46'),(42946,17225,'action started via WP Cron','2021-01-16 22:32:02','2021-01-16 14:32:02'),(42947,17225,'action complete via WP Cron','2021-01-16 22:32:02','2021-01-16 14:32:02'),(42948,17226,'action created','2021-01-16 22:32:02','2021-01-16 14:32:02'),(42949,17226,'action started via WP Cron','2021-01-16 22:36:41','2021-01-16 14:36:41'),(42950,17226,'action complete via WP Cron','2021-01-16 22:36:41','2021-01-16 14:36:41'),(42951,17227,'action created','2021-01-16 22:36:41','2021-01-16 14:36:41'),(42952,17227,'action started via WP Cron','2021-01-16 22:42:13','2021-01-16 14:42:13'),(42953,17227,'action complete via WP Cron','2021-01-16 22:42:13','2021-01-16 14:42:13'),(42954,17228,'action created','2021-01-16 22:42:13','2021-01-16 14:42:13'),(42955,17228,'action started via WP Cron','2021-01-16 22:42:49','2021-01-16 14:42:49'),(42956,17228,'action complete via WP Cron','2021-01-16 22:42:49','2021-01-16 14:42:49'),(42957,17229,'action created','2021-01-16 22:42:49','2021-01-16 14:42:49'),(42958,17229,'action started via WP Cron','2021-01-16 22:49:52','2021-01-16 14:49:52'),(42959,17229,'action complete via WP Cron','2021-01-16 22:49:52','2021-01-16 14:49:52'),(42960,17230,'action created','2021-01-16 22:49:52','2021-01-16 14:49:52'),(42961,17230,'action started via WP Cron','2021-01-16 22:55:25','2021-01-16 14:55:25'),(42962,17230,'action complete via WP Cron','2021-01-16 22:55:25','2021-01-16 14:55:25'),(42963,17231,'action created','2021-01-16 22:55:25','2021-01-16 14:55:25'),(42964,17231,'action started via WP Cron','2021-01-16 22:58:48','2021-01-16 14:58:48'),(42965,17231,'action complete via WP Cron','2021-01-16 22:58:48','2021-01-16 14:58:48'),(42966,17232,'action created','2021-01-16 22:58:49','2021-01-16 14:58:49'),(42967,17232,'action started via WP Cron','2021-01-16 22:59:42','2021-01-16 14:59:42'),(42968,17232,'action complete via WP Cron','2021-01-16 22:59:42','2021-01-16 14:59:42'),(42969,17233,'action created','2021-01-16 22:59:42','2021-01-16 14:59:42'),(42970,17233,'action started via WP Cron','2021-01-16 23:00:46','2021-01-16 15:00:46'),(42971,17233,'action complete via WP Cron','2021-01-16 23:00:46','2021-01-16 15:00:46'),(42972,17234,'action created','2021-01-16 23:00:46','2021-01-16 15:00:46'),(42973,17234,'action started via WP Cron','2021-01-16 23:06:48','2021-01-16 15:06:48'),(42974,17234,'action complete via WP Cron','2021-01-16 23:06:48','2021-01-16 15:06:48'),(42975,17235,'action created','2021-01-16 23:06:48','2021-01-16 15:06:48'),(42976,17235,'action started via WP Cron','2021-01-16 23:11:56','2021-01-16 15:11:56'),(42977,17235,'action complete via WP Cron','2021-01-16 23:11:56','2021-01-16 15:11:56'),(42978,17236,'action created','2021-01-16 23:11:56','2021-01-16 15:11:56'),(42979,17236,'action started via WP Cron','2021-01-16 23:17:19','2021-01-16 15:17:19'),(42980,17236,'action complete via WP Cron','2021-01-16 23:17:19','2021-01-16 15:17:19'),(42981,17237,'action created','2021-01-16 23:17:19','2021-01-16 15:17:19'),(42982,17237,'action started via WP Cron','2021-01-16 23:18:58','2021-01-16 15:18:58'),(42983,17237,'action complete via WP Cron','2021-01-16 23:18:58','2021-01-16 15:18:58'),(42984,17238,'action created','2021-01-16 23:18:58','2021-01-16 15:18:58'),(42985,17238,'action started via WP Cron','2021-01-16 23:21:15','2021-01-16 15:21:15'),(42986,17238,'action complete via WP Cron','2021-01-16 23:21:15','2021-01-16 15:21:15'),(42987,17239,'action created','2021-01-16 23:21:15','2021-01-16 15:21:15'),(42988,17239,'action started via WP Cron','2021-01-16 23:22:05','2021-01-16 15:22:05'),(42989,17239,'action complete via WP Cron','2021-01-16 23:22:05','2021-01-16 15:22:05'),(42990,17240,'action created','2021-01-16 23:22:05','2021-01-16 15:22:05'),(42991,17240,'action started via WP Cron','2021-01-16 23:22:41','2021-01-16 15:22:41'),(42992,17240,'action complete via WP Cron','2021-01-16 23:22:41','2021-01-16 15:22:41'),(42993,17241,'action created','2021-01-16 23:22:42','2021-01-16 15:22:42'),(42994,17241,'action started via WP Cron','2021-01-16 23:24:15','2021-01-16 15:24:15'),(42995,17241,'action complete via WP Cron','2021-01-16 23:24:15','2021-01-16 15:24:15'),(42996,17242,'action created','2021-01-16 23:24:15','2021-01-16 15:24:15'),(42997,17242,'action started via WP Cron','2021-01-16 23:24:50','2021-01-16 15:24:50'),(42998,17242,'action complete via WP Cron','2021-01-16 23:24:50','2021-01-16 15:24:50'),(42999,17243,'action created','2021-01-16 23:24:50','2021-01-16 15:24:50'),(43000,17243,'action started via WP Cron','2021-01-16 23:26:12','2021-01-16 15:26:12'),(43001,17243,'action complete via WP Cron','2021-01-16 23:26:12','2021-01-16 15:26:12'),(43002,17244,'action created','2021-01-16 23:26:12','2021-01-16 15:26:12'),(43003,17244,'action started via WP Cron','2021-01-16 23:26:44','2021-01-16 15:26:44'),(43004,17244,'action complete via WP Cron','2021-01-16 23:26:44','2021-01-16 15:26:44'),(43005,17245,'action created','2021-01-16 23:26:45','2021-01-16 15:26:45'),(43006,17245,'action started via WP Cron','2021-01-16 23:28:14','2021-01-16 15:28:14'),(43007,17245,'action complete via WP Cron','2021-01-16 23:28:14','2021-01-16 15:28:14'),(43008,17246,'action created','2021-01-16 23:28:14','2021-01-16 15:28:14'),(43009,17246,'action started via WP Cron','2021-01-16 23:28:41','2021-01-16 15:28:41'),(43010,17246,'action complete via WP Cron','2021-01-16 23:28:41','2021-01-16 15:28:41'),(43011,17247,'action created','2021-01-16 23:28:41','2021-01-16 15:28:41'),(43012,17247,'action started via WP Cron','2021-01-16 23:29:49','2021-01-16 15:29:49'),(43013,17247,'action complete via WP Cron','2021-01-16 23:29:49','2021-01-16 15:29:49'),(43014,17248,'action created','2021-01-16 23:29:49','2021-01-16 15:29:49'),(43015,17248,'action started via WP Cron','2021-01-16 23:30:56','2021-01-16 15:30:56'),(43016,17248,'action complete via WP Cron','2021-01-16 23:30:56','2021-01-16 15:30:56'),(43017,17249,'action created','2021-01-16 23:30:57','2021-01-16 15:30:57'),(43018,17249,'action started via WP Cron','2021-01-16 23:32:07','2021-01-16 15:32:07'),(43019,17249,'action complete via WP Cron','2021-01-16 23:32:07','2021-01-16 15:32:07'),(43020,17250,'action created','2021-01-16 23:32:07','2021-01-16 15:32:07'),(43021,17250,'action started via WP Cron','2021-01-16 23:33:06','2021-01-16 15:33:06'),(43022,17250,'action complete via WP Cron','2021-01-16 23:33:06','2021-01-16 15:33:06'),(43023,17251,'action created','2021-01-16 23:33:06','2021-01-16 15:33:06'),(43024,17251,'action started via WP Cron','2021-01-16 23:35:21','2021-01-16 15:35:21'),(43025,17251,'action complete via WP Cron','2021-01-16 23:35:21','2021-01-16 15:35:21'),(43026,17252,'action created','2021-01-16 23:35:21','2021-01-16 15:35:21'),(43027,17252,'action started via WP Cron','2021-01-16 23:36:04','2021-01-16 15:36:04'),(43028,17252,'action complete via WP Cron','2021-01-16 23:36:04','2021-01-16 15:36:04'),(43029,17253,'action created','2021-01-16 23:36:04','2021-01-16 15:36:04'),(43030,17253,'action started via WP Cron','2021-01-16 23:37:13','2021-01-16 15:37:13'),(43031,17253,'action complete via WP Cron','2021-01-16 23:37:13','2021-01-16 15:37:13'),(43032,17254,'action created','2021-01-16 23:37:13','2021-01-16 15:37:13'),(43033,17254,'action started via WP Cron','2021-01-16 23:38:46','2021-01-16 15:38:46'),(43034,17254,'action complete via WP Cron','2021-01-16 23:38:46','2021-01-16 15:38:46'),(43035,17255,'action created','2021-01-16 23:38:47','2021-01-16 15:38:47'),(43036,17255,'action started via WP Cron','2021-01-16 23:40:52','2021-01-16 15:40:52'),(43037,17255,'action complete via WP Cron','2021-01-16 23:40:52','2021-01-16 15:40:52'),(43038,17256,'action created','2021-01-16 23:40:52','2021-01-16 15:40:52'),(43039,17256,'action started via WP Cron','2021-01-16 23:42:16','2021-01-16 15:42:16'),(43040,17256,'action complete via WP Cron','2021-01-16 23:42:16','2021-01-16 15:42:16'),(43041,17257,'action created','2021-01-16 23:42:16','2021-01-16 15:42:16'),(43042,17257,'action started via WP Cron','2021-01-16 23:43:43','2021-01-16 15:43:43'),(43043,17257,'action complete via WP Cron','2021-01-16 23:43:43','2021-01-16 15:43:43'),(43044,17258,'action created','2021-01-16 23:43:44','2021-01-16 15:43:44'),(43045,17258,'action started via WP Cron','2021-01-16 23:45:54','2021-01-16 15:45:54'),(43046,17258,'action complete via WP Cron','2021-01-16 23:45:54','2021-01-16 15:45:54'),(43047,17259,'action created','2021-01-16 23:45:54','2021-01-16 15:45:54'),(43048,17259,'action started via WP Cron','2021-01-16 23:50:03','2021-01-16 15:50:03'),(43049,17259,'action complete via WP Cron','2021-01-16 23:50:03','2021-01-16 15:50:03'),(43050,17260,'action created','2021-01-16 23:50:03','2021-01-16 15:50:03'),(43051,17260,'action started via WP Cron','2021-01-16 23:53:14','2021-01-16 15:53:14'),(43052,17260,'action complete via WP Cron','2021-01-16 23:53:14','2021-01-16 15:53:14'),(43053,17261,'action created','2021-01-16 23:53:15','2021-01-16 15:53:15'),(43054,17261,'action started via WP Cron','2021-01-16 23:54:26','2021-01-16 15:54:26'),(43055,17261,'action complete via WP Cron','2021-01-16 23:54:26','2021-01-16 15:54:26'),(43056,17262,'action created','2021-01-16 23:54:26','2021-01-16 15:54:26'),(43057,17262,'action started via WP Cron','2021-01-16 23:56:47','2021-01-16 15:56:47'),(43058,17262,'action complete via WP Cron','2021-01-16 23:56:47','2021-01-16 15:56:47'),(43059,17263,'action created','2021-01-16 23:56:47','2021-01-16 15:56:47'),(43060,17263,'action started via WP Cron','2021-01-16 23:58:44','2021-01-16 15:58:44'),(43061,17263,'action complete via WP Cron','2021-01-16 23:58:44','2021-01-16 15:58:44'),(43062,17264,'action created','2021-01-16 23:58:44','2021-01-16 15:58:44'),(43063,17264,'action started via WP Cron','2021-01-17 00:00:14','2021-01-16 16:00:14'),(43064,17264,'action complete via WP Cron','2021-01-17 00:00:14','2021-01-16 16:00:14'),(43065,17265,'action created','2021-01-17 00:00:14','2021-01-16 16:00:14'),(43066,17265,'action started via WP Cron','2021-01-17 00:01:12','2021-01-16 16:01:12'),(43067,17265,'action complete via WP Cron','2021-01-17 00:01:12','2021-01-16 16:01:12'),(43068,17266,'action created','2021-01-17 00:01:12','2021-01-16 16:01:12'),(43069,17266,'action started via WP Cron','2021-01-17 00:04:30','2021-01-16 16:04:30'),(43070,17266,'action complete via WP Cron','2021-01-17 00:04:30','2021-01-16 16:04:30'),(43071,17267,'action created','2021-01-17 00:04:30','2021-01-16 16:04:30'),(43072,17267,'action started via WP Cron','2021-01-17 00:06:09','2021-01-16 16:06:09'),(43073,17267,'action complete via WP Cron','2021-01-17 00:06:09','2021-01-16 16:06:09'),(43074,17268,'action created','2021-01-17 00:06:09','2021-01-16 16:06:09'),(43075,17268,'action started via WP Cron','2021-01-17 00:07:37','2021-01-16 16:07:37'),(43076,17268,'action complete via WP Cron','2021-01-17 00:07:37','2021-01-16 16:07:37'),(43077,17269,'action created','2021-01-17 00:07:37','2021-01-16 16:07:37'),(43078,17269,'action started via WP Cron','2021-01-17 00:09:35','2021-01-16 16:09:35'),(43079,17269,'action complete via WP Cron','2021-01-17 00:09:35','2021-01-16 16:09:35'),(43080,17270,'action created','2021-01-17 00:09:35','2021-01-16 16:09:35'),(43081,17270,'action started via WP Cron','2021-01-17 00:11:28','2021-01-16 16:11:28'),(43082,17270,'action complete via WP Cron','2021-01-17 00:11:28','2021-01-16 16:11:28'),(43083,17271,'action created','2021-01-17 00:11:28','2021-01-16 16:11:28'),(43084,17271,'action started via WP Cron','2021-01-17 00:13:38','2021-01-16 16:13:38'),(43085,17271,'action complete via WP Cron','2021-01-17 00:13:38','2021-01-16 16:13:38'),(43086,17272,'action created','2021-01-17 00:13:38','2021-01-16 16:13:38'),(43087,17272,'action started via WP Cron','2021-01-17 00:16:43','2021-01-16 16:16:43'),(43088,17272,'action complete via WP Cron','2021-01-17 00:16:43','2021-01-16 16:16:43'),(43089,17273,'action created','2021-01-17 00:16:43','2021-01-16 16:16:43'),(43090,17273,'action started via WP Cron','2021-01-17 00:18:05','2021-01-16 16:18:05'),(43091,17273,'action complete via WP Cron','2021-01-17 00:18:05','2021-01-16 16:18:05'),(43092,17274,'action created','2021-01-17 00:18:05','2021-01-16 16:18:05'),(43093,17274,'action started via WP Cron','2021-01-17 00:20:59','2021-01-16 16:20:59'),(43094,17274,'action complete via WP Cron','2021-01-17 00:20:59','2021-01-16 16:20:59'),(43095,17275,'action created','2021-01-17 00:20:59','2021-01-16 16:20:59'),(43096,17275,'action started via WP Cron','2021-01-17 00:22:31','2021-01-16 16:22:31'),(43097,17275,'action complete via WP Cron','2021-01-17 00:22:31','2021-01-16 16:22:31'),(43098,17276,'action created','2021-01-17 00:22:31','2021-01-16 16:22:31'),(43099,17276,'action started via WP Cron','2021-01-17 00:24:49','2021-01-16 16:24:49'),(43100,17276,'action complete via WP Cron','2021-01-17 00:24:49','2021-01-16 16:24:49'),(43101,17277,'action created','2021-01-17 00:24:50','2021-01-16 16:24:50'),(43102,17277,'action started via WP Cron','2021-01-17 00:27:21','2021-01-16 16:27:21'),(43103,17277,'action complete via WP Cron','2021-01-17 00:27:21','2021-01-16 16:27:21'),(43104,17278,'action created','2021-01-17 00:27:21','2021-01-16 16:27:21'),(43105,17278,'action started via WP Cron','2021-01-17 00:28:05','2021-01-16 16:28:05'),(43106,17278,'action complete via WP Cron','2021-01-17 00:28:05','2021-01-16 16:28:05'),(43107,17279,'action created','2021-01-17 00:28:05','2021-01-16 16:28:05'),(43108,17279,'action started via WP Cron','2021-01-17 00:29:20','2021-01-16 16:29:20'),(43109,17279,'action complete via WP Cron','2021-01-17 00:29:20','2021-01-16 16:29:20'),(43110,17280,'action created','2021-01-17 00:29:20','2021-01-16 16:29:20'),(43111,17280,'action started via WP Cron','2021-01-17 00:30:18','2021-01-16 16:30:18'),(43112,17280,'action complete via WP Cron','2021-01-17 00:30:18','2021-01-16 16:30:18'),(43113,17281,'action created','2021-01-17 00:30:18','2021-01-16 16:30:18'),(43114,17281,'action started via WP Cron','2021-01-17 00:31:18','2021-01-16 16:31:18'),(43115,17281,'action complete via WP Cron','2021-01-17 00:31:18','2021-01-16 16:31:18'),(43116,17282,'action created','2021-01-17 00:31:18','2021-01-16 16:31:18'),(43117,17282,'action started via WP Cron','2021-01-17 00:32:19','2021-01-16 16:32:19'),(43118,17282,'action complete via WP Cron','2021-01-17 00:32:19','2021-01-16 16:32:19'),(43119,17283,'action created','2021-01-17 00:32:19','2021-01-16 16:32:19'),(43120,17283,'action started via WP Cron','2021-01-17 00:34:05','2021-01-16 16:34:05'),(43121,17283,'action complete via WP Cron','2021-01-17 00:34:05','2021-01-16 16:34:05'),(43122,17284,'action created','2021-01-17 00:34:05','2021-01-16 16:34:05'),(43123,17284,'action started via WP Cron','2021-01-17 00:34:54','2021-01-16 16:34:54'),(43124,17284,'action complete via WP Cron','2021-01-17 00:34:54','2021-01-16 16:34:54'),(43125,17285,'action created','2021-01-17 00:34:54','2021-01-16 16:34:54'),(43126,17285,'action started via WP Cron','2021-01-17 00:42:02','2021-01-16 16:42:02'),(43127,17285,'action complete via WP Cron','2021-01-17 00:42:02','2021-01-16 16:42:02'),(43128,17286,'action created','2021-01-17 00:42:03','2021-01-16 16:42:03'),(43129,17286,'action started via WP Cron','2021-01-17 00:43:04','2021-01-16 16:43:04'),(43130,17286,'action complete via WP Cron','2021-01-17 00:43:04','2021-01-16 16:43:04'),(43131,17287,'action created','2021-01-17 00:43:05','2021-01-16 16:43:05'),(43132,17287,'action started via WP Cron','2021-01-17 00:48:36','2021-01-16 16:48:36'),(43133,17287,'action complete via WP Cron','2021-01-17 00:48:36','2021-01-16 16:48:36'),(43134,17288,'action created','2021-01-17 00:48:36','2021-01-16 16:48:36'),(43135,17288,'action started via WP Cron','2021-01-17 00:52:49','2021-01-16 16:52:49'),(43136,17288,'action complete via WP Cron','2021-01-17 00:52:49','2021-01-16 16:52:49'),(43137,17289,'action created','2021-01-17 00:52:49','2021-01-16 16:52:49'),(43138,17289,'action started via WP Cron','2021-01-17 00:54:20','2021-01-16 16:54:20'),(43139,17289,'action complete via WP Cron','2021-01-17 00:54:20','2021-01-16 16:54:20'),(43140,17290,'action created','2021-01-17 00:54:20','2021-01-16 16:54:20'),(43141,17290,'action started via WP Cron','2021-01-17 00:54:44','2021-01-16 16:54:44'),(43142,17290,'action complete via WP Cron','2021-01-17 00:54:44','2021-01-16 16:54:44'),(43143,17291,'action created','2021-01-17 00:55:20','2021-01-16 16:55:20'),(43144,17291,'action started via WP Cron','2021-01-17 00:56:23','2021-01-16 16:56:23'),(43145,17291,'action complete via WP Cron','2021-01-17 00:56:23','2021-01-16 16:56:23'),(43146,17292,'action created','2021-01-17 00:56:23','2021-01-16 16:56:23'),(43147,17292,'action started via WP Cron','2021-01-17 00:57:08','2021-01-16 16:57:08'),(43148,17292,'action complete via WP Cron','2021-01-17 00:57:08','2021-01-16 16:57:08'),(43149,17293,'action created','2021-01-17 00:57:08','2021-01-16 16:57:08'),(43150,17293,'action started via WP Cron','2021-01-17 00:58:25','2021-01-16 16:58:25'),(43151,17293,'action complete via WP Cron','2021-01-17 00:58:25','2021-01-16 16:58:25'),(43152,17294,'action created','2021-01-17 00:58:25','2021-01-16 16:58:25'),(43153,17294,'action started via WP Cron','2021-01-17 01:02:58','2021-01-16 17:02:58'),(43154,17294,'action complete via WP Cron','2021-01-17 01:02:58','2021-01-16 17:02:58'),(43155,17295,'action created','2021-01-17 01:02:58','2021-01-16 17:02:58'),(43156,17295,'action started via WP Cron','2021-01-17 01:04:22','2021-01-16 17:04:22'),(43157,17295,'action complete via WP Cron','2021-01-17 01:04:22','2021-01-16 17:04:22'),(43158,17296,'action created','2021-01-17 01:04:22','2021-01-16 17:04:22'),(43159,17296,'action started via WP Cron','2021-01-17 01:08:39','2021-01-16 17:08:39'),(43160,17296,'action complete via WP Cron','2021-01-17 01:08:39','2021-01-16 17:08:39'),(43161,17297,'action created','2021-01-17 01:08:39','2021-01-16 17:08:39'),(43162,17297,'action started via WP Cron','2021-01-17 01:14:35','2021-01-16 17:14:35'),(43163,17297,'action complete via WP Cron','2021-01-17 01:14:35','2021-01-16 17:14:35'),(43164,17298,'action created','2021-01-17 01:14:36','2021-01-16 17:14:36'),(43165,17298,'action started via WP Cron','2021-01-17 01:15:42','2021-01-16 17:15:42'),(43166,17298,'action complete via WP Cron','2021-01-17 01:15:42','2021-01-16 17:15:42'),(43167,17299,'action created','2021-01-17 01:15:42','2021-01-16 17:15:42'),(43168,17299,'action started via WP Cron','2021-01-17 01:16:43','2021-01-16 17:16:43'),(43169,17299,'action complete via WP Cron','2021-01-17 01:16:43','2021-01-16 17:16:43'),(43170,17300,'action created','2021-01-17 01:16:43','2021-01-16 17:16:43'),(43171,17300,'action started via WP Cron','2021-01-17 01:18:45','2021-01-16 17:18:45'),(43172,17300,'action complete via WP Cron','2021-01-17 01:18:45','2021-01-16 17:18:45'),(43173,17301,'action created','2021-01-17 01:18:45','2021-01-16 17:18:45'),(43174,17301,'action started via WP Cron','2021-01-17 01:19:46','2021-01-16 17:19:46'),(43175,17301,'action complete via WP Cron','2021-01-17 01:19:46','2021-01-16 17:19:46'),(43176,17302,'action created','2021-01-17 01:19:47','2021-01-16 17:19:47'),(43177,17302,'action started via WP Cron','2021-01-17 01:20:47','2021-01-16 17:20:47'),(43178,17302,'action complete via WP Cron','2021-01-17 01:20:47','2021-01-16 17:20:47'),(43179,17303,'action created','2021-01-17 01:20:47','2021-01-16 17:20:47'),(43180,17303,'action started via WP Cron','2021-01-17 01:24:15','2021-01-16 17:24:15'),(43181,17303,'action complete via WP Cron','2021-01-17 01:24:15','2021-01-16 17:24:15'),(43182,17304,'action created','2021-01-17 01:24:15','2021-01-16 17:24:15'),(43183,17304,'action started via WP Cron','2021-01-17 01:27:55','2021-01-16 17:27:55'),(43184,17304,'action complete via WP Cron','2021-01-17 01:27:55','2021-01-16 17:27:55'),(43185,17305,'action created','2021-01-17 01:27:55','2021-01-16 17:27:55'),(43186,17305,'action started via WP Cron','2021-01-17 01:31:25','2021-01-16 17:31:25'),(43187,17305,'action complete via WP Cron','2021-01-17 01:31:25','2021-01-16 17:31:25'),(43188,17306,'action created','2021-01-17 01:31:25','2021-01-16 17:31:25'),(43189,17306,'action started via WP Cron','2021-01-17 01:31:56','2021-01-16 17:31:56'),(43190,17306,'action complete via WP Cron','2021-01-17 01:31:56','2021-01-16 17:31:56'),(43191,17307,'action created','2021-01-17 01:31:56','2021-01-16 17:31:56'),(43192,17307,'action started via WP Cron','2021-01-17 01:33:24','2021-01-16 17:33:24'),(43193,17307,'action complete via WP Cron','2021-01-17 01:33:24','2021-01-16 17:33:24'),(43194,17308,'action created','2021-01-17 01:33:24','2021-01-16 17:33:24'),(43195,17308,'action started via WP Cron','2021-01-17 01:34:24','2021-01-16 17:34:24'),(43196,17308,'action complete via WP Cron','2021-01-17 01:34:24','2021-01-16 17:34:24'),(43197,17309,'action created','2021-01-17 01:34:24','2021-01-16 17:34:24'),(43198,17309,'action started via WP Cron','2021-01-17 01:35:25','2021-01-16 17:35:25'),(43199,17309,'action complete via WP Cron','2021-01-17 01:35:25','2021-01-16 17:35:25'),(43200,17310,'action created','2021-01-17 01:35:25','2021-01-16 17:35:25'),(43201,17310,'action started via WP Cron','2021-01-17 01:36:26','2021-01-16 17:36:26'),(43202,17310,'action complete via WP Cron','2021-01-17 01:36:26','2021-01-16 17:36:26'),(43203,17311,'action created','2021-01-17 01:36:26','2021-01-16 17:36:26'),(43204,17311,'action started via WP Cron','2021-01-17 01:37:06','2021-01-16 17:37:06'),(43205,17311,'action complete via WP Cron','2021-01-17 01:37:06','2021-01-16 17:37:06'),(43206,17312,'action created','2021-01-17 01:37:07','2021-01-16 17:37:07'),(43207,17312,'action started via WP Cron','2021-01-17 01:46:28','2021-01-16 17:46:28'),(43208,17312,'action complete via WP Cron','2021-01-17 01:46:28','2021-01-16 17:46:28'),(43209,17313,'action created','2021-01-17 01:46:28','2021-01-16 17:46:28'),(43210,17313,'action started via WP Cron','2021-01-17 01:47:41','2021-01-16 17:47:41'),(43211,17313,'action complete via WP Cron','2021-01-17 01:47:41','2021-01-16 17:47:41'),(43212,17314,'action created','2021-01-17 01:47:42','2021-01-16 17:47:42'),(43213,17314,'action started via WP Cron','2021-01-17 01:51:18','2021-01-16 17:51:18'),(43214,17314,'action complete via WP Cron','2021-01-17 01:51:18','2021-01-16 17:51:18'),(43215,17315,'action created','2021-01-17 01:51:18','2021-01-16 17:51:18'),(43216,17315,'action started via WP Cron','2021-01-17 01:52:54','2021-01-16 17:52:54'),(43217,17315,'action complete via WP Cron','2021-01-17 01:52:54','2021-01-16 17:52:54'),(43218,17316,'action created','2021-01-17 01:52:54','2021-01-16 17:52:54'),(43219,17316,'action started via WP Cron','2021-01-17 01:54:42','2021-01-16 17:54:42'),(43220,17316,'action complete via WP Cron','2021-01-17 01:54:42','2021-01-16 17:54:42'),(43221,17317,'action created','2021-01-17 01:54:43','2021-01-16 17:54:43'),(43222,17317,'action started via WP Cron','2021-01-17 01:57:18','2021-01-16 17:57:18'),(43223,17317,'action complete via WP Cron','2021-01-17 01:57:18','2021-01-16 17:57:18'),(43224,17318,'action created','2021-01-17 01:57:18','2021-01-16 17:57:18'),(43225,17318,'action started via WP Cron','2021-01-17 01:58:12','2021-01-16 17:58:12'),(43226,17318,'action complete via WP Cron','2021-01-17 01:58:12','2021-01-16 17:58:12'),(43227,17319,'action created','2021-01-17 01:58:12','2021-01-16 17:58:12'),(43228,17319,'action started via WP Cron','2021-01-17 01:59:59','2021-01-16 17:59:59'),(43229,17319,'action complete via WP Cron','2021-01-17 01:59:59','2021-01-16 17:59:59'),(43230,17320,'action created','2021-01-17 01:59:59','2021-01-16 17:59:59'),(43231,17320,'action started via WP Cron','2021-01-17 02:03:36','2021-01-16 18:03:36'),(43232,17320,'action complete via WP Cron','2021-01-17 02:03:36','2021-01-16 18:03:36'),(43233,17321,'action created','2021-01-17 02:03:36','2021-01-16 18:03:36'),(43234,17321,'action started via WP Cron','2021-01-17 02:04:08','2021-01-16 18:04:08'),(43235,17321,'action complete via WP Cron','2021-01-17 02:04:08','2021-01-16 18:04:08'),(43236,17322,'action created','2021-01-17 02:04:08','2021-01-16 18:04:08'),(43237,17322,'action started via WP Cron','2021-01-17 02:05:15','2021-01-16 18:05:15'),(43238,17322,'action complete via WP Cron','2021-01-17 02:05:15','2021-01-16 18:05:15'),(43239,17323,'action created','2021-01-17 02:05:15','2021-01-16 18:05:15'),(43240,17323,'action started via WP Cron','2021-01-17 02:06:29','2021-01-16 18:06:29'),(43241,17323,'action complete via WP Cron','2021-01-17 02:06:29','2021-01-16 18:06:29'),(43242,17324,'action created','2021-01-17 02:06:29','2021-01-16 18:06:29'),(43243,17324,'action started via WP Cron','2021-01-17 02:06:44','2021-01-16 18:06:44'),(43244,17324,'action complete via WP Cron','2021-01-17 02:06:44','2021-01-16 18:06:44'),(43245,17325,'action created','2021-01-17 02:06:44','2021-01-16 18:06:44'),(43246,17325,'action started via WP Cron','2021-01-17 02:09:48','2021-01-16 18:09:48'),(43247,17325,'action complete via WP Cron','2021-01-17 02:09:48','2021-01-16 18:09:48'),(43248,17326,'action created','2021-01-17 02:09:48','2021-01-16 18:09:48'),(43249,17326,'action started via WP Cron','2021-01-17 02:12:53','2021-01-16 18:12:53'),(43250,17326,'action complete via WP Cron','2021-01-17 02:12:53','2021-01-16 18:12:53'),(43251,17327,'action created','2021-01-17 02:12:53','2021-01-16 18:12:53'),(43252,17327,'action started via WP Cron','2021-01-17 02:14:37','2021-01-16 18:14:37'),(43253,17327,'action complete via WP Cron','2021-01-17 02:14:37','2021-01-16 18:14:37'),(43254,17328,'action created','2021-01-17 02:14:37','2021-01-16 18:14:37'),(43255,17328,'action started via WP Cron','2021-01-17 02:16:56','2021-01-16 18:16:56'),(43256,17328,'action complete via WP Cron','2021-01-17 02:16:56','2021-01-16 18:16:56'),(43257,17329,'action created','2021-01-17 02:16:56','2021-01-16 18:16:56'),(43258,17329,'action started via WP Cron','2021-01-17 02:20:14','2021-01-16 18:20:14'),(43259,17329,'action complete via WP Cron','2021-01-17 02:20:14','2021-01-16 18:20:14'),(43260,17330,'action created','2021-01-17 02:20:14','2021-01-16 18:20:14'),(43261,17330,'action started via WP Cron','2021-01-17 02:21:47','2021-01-16 18:21:47'),(43262,17330,'action complete via WP Cron','2021-01-17 02:21:47','2021-01-16 18:21:47'),(43263,17331,'action created','2021-01-17 02:21:48','2021-01-16 18:21:48'),(43264,17331,'action started via WP Cron','2021-01-17 02:22:48','2021-01-16 18:22:48'),(43265,17331,'action complete via WP Cron','2021-01-17 02:22:48','2021-01-16 18:22:48'),(43266,17332,'action created','2021-01-17 02:22:48','2021-01-16 18:22:48'),(43267,17332,'action started via WP Cron','2021-01-17 02:23:49','2021-01-16 18:23:49'),(43268,17332,'action complete via WP Cron','2021-01-17 02:23:49','2021-01-16 18:23:49'),(43269,17333,'action created','2021-01-17 02:23:49','2021-01-16 18:23:49'),(43270,17333,'action started via WP Cron','2021-01-17 02:24:51','2021-01-16 18:24:51'),(43271,17333,'action complete via WP Cron','2021-01-17 02:24:51','2021-01-16 18:24:51'),(43272,17334,'action created','2021-01-17 02:24:51','2021-01-16 18:24:51'),(43273,17334,'action started via WP Cron','2021-01-17 02:25:51','2021-01-16 18:25:51'),(43274,17334,'action complete via WP Cron','2021-01-17 02:25:51','2021-01-16 18:25:51'),(43275,17335,'action created','2021-01-17 02:25:51','2021-01-16 18:25:51'),(43276,17335,'action started via WP Cron','2021-01-17 02:26:52','2021-01-16 18:26:52'),(43277,17335,'action complete via WP Cron','2021-01-17 02:26:52','2021-01-16 18:26:52'),(43278,17336,'action created','2021-01-17 02:26:52','2021-01-16 18:26:52'),(43279,17336,'action started via WP Cron','2021-01-17 02:29:12','2021-01-16 18:29:12'),(43280,17336,'action complete via WP Cron','2021-01-17 02:29:12','2021-01-16 18:29:12'),(43281,17337,'action created','2021-01-17 02:29:12','2021-01-16 18:29:12'),(43282,17337,'action started via WP Cron','2021-01-17 02:32:17','2021-01-16 18:32:17'),(43283,17337,'action complete via WP Cron','2021-01-17 02:32:17','2021-01-16 18:32:17'),(43284,17338,'action created','2021-01-17 02:32:17','2021-01-16 18:32:17'),(43285,17338,'action started via WP Cron','2021-01-17 02:34:12','2021-01-16 18:34:12'),(43286,17338,'action complete via WP Cron','2021-01-17 02:34:12','2021-01-16 18:34:12'),(43287,17339,'action created','2021-01-17 02:34:12','2021-01-16 18:34:12'),(43288,17339,'action started via WP Cron','2021-01-17 02:35:11','2021-01-16 18:35:11'),(43289,17339,'action complete via WP Cron','2021-01-17 02:35:11','2021-01-16 18:35:11'),(43290,17340,'action created','2021-01-17 02:35:11','2021-01-16 18:35:11'),(43291,17340,'action started via WP Cron','2021-01-17 02:36:19','2021-01-16 18:36:19'),(43292,17340,'action complete via WP Cron','2021-01-17 02:36:19','2021-01-16 18:36:19'),(43293,17341,'action created','2021-01-17 02:36:20','2021-01-16 18:36:20'),(43294,17341,'action started via WP Cron','2021-01-17 02:40:32','2021-01-16 18:40:32'),(43295,17341,'action complete via WP Cron','2021-01-17 02:40:32','2021-01-16 18:40:32'),(43296,17342,'action created','2021-01-17 02:40:32','2021-01-16 18:40:32'),(43297,17342,'action started via WP Cron','2021-01-17 02:44:40','2021-01-16 18:44:40'),(43298,17342,'action complete via WP Cron','2021-01-17 02:44:40','2021-01-16 18:44:40'),(43299,17343,'action created','2021-01-17 02:44:41','2021-01-16 18:44:41'),(43300,17343,'action started via WP Cron','2021-01-17 02:47:15','2021-01-16 18:47:15'),(43301,17343,'action complete via WP Cron','2021-01-17 02:47:15','2021-01-16 18:47:15'),(43302,17344,'action created','2021-01-17 02:47:16','2021-01-16 18:47:16'),(43303,17344,'action started via WP Cron','2021-01-17 02:50:09','2021-01-16 18:50:09'),(43304,17344,'action complete via WP Cron','2021-01-17 02:50:09','2021-01-16 18:50:09'),(43305,17345,'action created','2021-01-17 02:50:09','2021-01-16 18:50:09'),(43306,17345,'action started via WP Cron','2021-01-17 02:51:03','2021-01-16 18:51:03'),(43307,17345,'action complete via WP Cron','2021-01-17 02:51:03','2021-01-16 18:51:03'),(43308,17346,'action created','2021-01-17 02:51:03','2021-01-16 18:51:03'),(43309,17346,'action started via WP Cron','2021-01-17 02:52:22','2021-01-16 18:52:22'),(43310,17346,'action complete via WP Cron','2021-01-17 02:52:22','2021-01-16 18:52:22'),(43311,17347,'action created','2021-01-17 02:52:22','2021-01-16 18:52:22'),(43312,17347,'action started via WP Cron','2021-01-17 02:53:07','2021-01-16 18:53:07'),(43313,17347,'action complete via WP Cron','2021-01-17 02:53:07','2021-01-16 18:53:07'),(43314,17348,'action created','2021-01-17 02:53:07','2021-01-16 18:53:07'),(43315,17348,'action started via WP Cron','2021-01-17 02:54:58','2021-01-16 18:54:58'),(43316,17348,'action complete via WP Cron','2021-01-17 02:54:58','2021-01-16 18:54:58'),(43317,17349,'action created','2021-01-17 02:54:58','2021-01-16 18:54:58'),(43318,17349,'action started via WP Cron','2021-01-17 03:01:18','2021-01-16 19:01:18'),(43319,17349,'action complete via WP Cron','2021-01-17 03:01:18','2021-01-16 19:01:18'),(43320,17350,'action created','2021-01-17 03:01:18','2021-01-16 19:01:18'),(43321,17350,'action started via WP Cron','2021-01-17 03:03:03','2021-01-16 19:03:03'),(43322,17350,'action complete via WP Cron','2021-01-17 03:03:03','2021-01-16 19:03:03'),(43323,17351,'action created','2021-01-17 03:03:03','2021-01-16 19:03:03'),(43324,17351,'action started via WP Cron','2021-01-17 03:04:19','2021-01-16 19:04:19'),(43325,17351,'action complete via WP Cron','2021-01-17 03:04:19','2021-01-16 19:04:19'),(43326,17352,'action created','2021-01-17 03:04:19','2021-01-16 19:04:19'),(43327,17352,'action started via WP Cron','2021-01-17 03:06:20','2021-01-16 19:06:20'),(43328,17352,'action complete via WP Cron','2021-01-17 03:06:20','2021-01-16 19:06:20'),(43329,17353,'action created','2021-01-17 03:06:20','2021-01-16 19:06:20'),(43330,17353,'action started via WP Cron','2021-01-17 03:07:21','2021-01-16 19:07:21'),(43331,17353,'action complete via WP Cron','2021-01-17 03:07:21','2021-01-16 19:07:21'),(43332,17354,'action created','2021-01-17 03:07:21','2021-01-16 19:07:21'),(43333,17354,'action started via WP Cron','2021-01-17 03:08:22','2021-01-16 19:08:22'),(43334,17354,'action complete via WP Cron','2021-01-17 03:08:22','2021-01-16 19:08:22'),(43335,17355,'action created','2021-01-17 03:08:22','2021-01-16 19:08:22'),(43336,17355,'action started via WP Cron','2021-01-17 03:10:34','2021-01-16 19:10:34'),(43337,17355,'action complete via WP Cron','2021-01-17 03:10:34','2021-01-16 19:10:34'),(43338,17356,'action created','2021-01-17 03:10:34','2021-01-16 19:10:34'),(43339,17356,'action started via WP Cron','2021-01-17 03:13:17','2021-01-16 19:13:17'),(43340,17356,'action complete via WP Cron','2021-01-17 03:13:17','2021-01-16 19:13:17'),(43341,17357,'action created','2021-01-17 03:13:17','2021-01-16 19:13:17'),(43342,17357,'action started via WP Cron','2021-01-17 03:15:04','2021-01-16 19:15:04'),(43343,17357,'action complete via WP Cron','2021-01-17 03:15:04','2021-01-16 19:15:04'),(43344,16754,'action started via WP Cron','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43345,16754,'action complete via WP Cron','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43346,17358,'action created','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43347,16753,'action started via WP Cron','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43348,16753,'action complete via WP Cron','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43349,17359,'action created','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43350,17360,'action created','2021-01-17 03:15:51','2021-01-16 19:15:51'),(43351,17360,'action started via WP Cron','2021-01-17 03:16:58','2021-01-16 19:16:58'),(43352,17360,'action complete via WP Cron','2021-01-17 03:16:58','2021-01-16 19:16:58'),(43353,17361,'action created','2021-01-17 03:16:58','2021-01-16 19:16:58'),(43354,17361,'action started via WP Cron','2021-01-17 03:17:46','2021-01-16 19:17:46'),(43355,17361,'action complete via WP Cron','2021-01-17 03:17:46','2021-01-16 19:17:46'),(43356,17362,'action created','2021-01-17 03:17:46','2021-01-16 19:17:46'),(43357,17362,'action started via WP Cron','2021-01-17 03:18:54','2021-01-16 19:18:54'),(43358,17362,'action complete via WP Cron','2021-01-17 03:18:54','2021-01-16 19:18:54'),(43359,17363,'action created','2021-01-17 03:18:54','2021-01-16 19:18:54'),(43360,17363,'action started via WP Cron','2021-01-17 03:20:02','2021-01-16 19:20:02'),(43361,17363,'action complete via WP Cron','2021-01-17 03:20:02','2021-01-16 19:20:02'),(43362,17364,'action created','2021-01-17 03:21:02','2021-01-16 19:21:02'),(43363,17364,'action started via WP Cron','2021-01-17 03:22:04','2021-01-16 19:22:04'),(43364,17364,'action complete via WP Cron','2021-01-17 03:22:04','2021-01-16 19:22:04'),(43365,17365,'action created','2021-01-17 03:22:04','2021-01-16 19:22:04'),(43366,17365,'action started via WP Cron','2021-01-17 03:22:48','2021-01-16 19:22:48'),(43367,17365,'action complete via WP Cron','2021-01-17 03:22:48','2021-01-16 19:22:48'),(43368,17366,'action created','2021-01-17 03:22:48','2021-01-16 19:22:48'),(43369,17366,'action started via WP Cron','2021-01-17 03:24:47','2021-01-16 19:24:47'),(43370,17366,'action complete via WP Cron','2021-01-17 03:24:47','2021-01-16 19:24:47'),(43371,17367,'action created','2021-01-17 03:24:47','2021-01-16 19:24:47'),(43372,17367,'action started via WP Cron','2021-01-17 03:27:53','2021-01-16 19:27:53'),(43373,17367,'action complete via WP Cron','2021-01-17 03:27:53','2021-01-16 19:27:53'),(43374,17368,'action created','2021-01-17 03:28:53','2021-01-16 19:28:53'),(43375,17368,'action started via WP Cron','2021-01-17 03:29:42','2021-01-16 19:29:42'),(43376,17368,'action complete via WP Cron','2021-01-17 03:29:42','2021-01-16 19:29:42'),(43377,17369,'action created','2021-01-17 03:29:42','2021-01-16 19:29:42'),(43378,17369,'action started via WP Cron','2021-01-17 03:30:55','2021-01-16 19:30:55'),(43379,17369,'action complete via WP Cron','2021-01-17 03:30:55','2021-01-16 19:30:55'),(43380,17370,'action created','2021-01-17 03:30:56','2021-01-16 19:30:56'),(43381,17370,'action started via WP Cron','2021-01-17 03:31:56','2021-01-16 19:31:56'),(43382,17370,'action complete via WP Cron','2021-01-17 03:31:56','2021-01-16 19:31:56'),(43383,17371,'action created','2021-01-17 03:31:56','2021-01-16 19:31:56'),(43384,17371,'action started via WP Cron','2021-01-17 03:34:09','2021-01-16 19:34:09'),(43385,17371,'action complete via WP Cron','2021-01-17 03:34:09','2021-01-16 19:34:09'),(43386,17372,'action created','2021-01-17 03:34:09','2021-01-16 19:34:09'),(43387,17372,'action started via WP Cron','2021-01-17 03:38:31','2021-01-16 19:38:31'),(43388,17372,'action complete via WP Cron','2021-01-17 03:38:31','2021-01-16 19:38:31'),(43389,17373,'action created','2021-01-17 03:38:31','2021-01-16 19:38:31'),(43390,17373,'action started via WP Cron','2021-01-17 03:41:07','2021-01-16 19:41:07'),(43391,17373,'action complete via WP Cron','2021-01-17 03:41:07','2021-01-16 19:41:07'),(43392,17374,'action created','2021-01-17 03:41:07','2021-01-16 19:41:07'),(43393,17374,'action started via WP Cron','2021-01-17 03:43:21','2021-01-16 19:43:21'),(43394,17374,'action complete via WP Cron','2021-01-17 03:43:21','2021-01-16 19:43:21'),(43395,17375,'action created','2021-01-17 03:43:21','2021-01-16 19:43:21'),(43396,17375,'action started via WP Cron','2021-01-17 03:45:08','2021-01-16 19:45:08'),(43397,17375,'action complete via WP Cron','2021-01-17 03:45:08','2021-01-16 19:45:08'),(43398,17376,'action created','2021-01-17 03:45:08','2021-01-16 19:45:08'),(43399,17376,'action started via WP Cron','2021-01-17 03:48:39','2021-01-16 19:48:39'),(43400,17376,'action complete via WP Cron','2021-01-17 03:48:39','2021-01-16 19:48:39'),(43401,17377,'action created','2021-01-17 03:48:39','2021-01-16 19:48:39'),(43402,17377,'action started via WP Cron','2021-01-17 03:50:14','2021-01-16 19:50:14'),(43403,17377,'action complete via WP Cron','2021-01-17 03:50:14','2021-01-16 19:50:14'),(43404,17378,'action created','2021-01-17 03:50:14','2021-01-16 19:50:14'),(43405,17378,'action started via WP Cron','2021-01-17 03:52:00','2021-01-16 19:52:00'),(43406,17378,'action complete via WP Cron','2021-01-17 03:52:00','2021-01-16 19:52:00'),(43407,17379,'action created','2021-01-17 03:52:00','2021-01-16 19:52:00'),(43408,17379,'action started via WP Cron','2021-01-17 03:54:07','2021-01-16 19:54:07'),(43409,17379,'action complete via WP Cron','2021-01-17 03:54:07','2021-01-16 19:54:07'),(43410,17380,'action created','2021-01-17 03:54:07','2021-01-16 19:54:07'),(43411,17380,'action started via WP Cron','2021-01-17 03:55:09','2021-01-16 19:55:09'),(43412,17380,'action complete via WP Cron','2021-01-17 03:55:09','2021-01-16 19:55:09'),(43413,17381,'action created','2021-01-17 03:55:09','2021-01-16 19:55:09'),(43414,17381,'action started via WP Cron','2021-01-17 03:56:13','2021-01-16 19:56:13'),(43415,17381,'action complete via WP Cron','2021-01-17 03:56:13','2021-01-16 19:56:13'),(43416,17382,'action created','2021-01-17 03:56:13','2021-01-16 19:56:13'),(43417,17382,'action started via WP Cron','2021-01-17 03:58:27','2021-01-16 19:58:27'),(43418,17382,'action complete via WP Cron','2021-01-17 03:58:27','2021-01-16 19:58:27'),(43419,17383,'action created','2021-01-17 03:58:27','2021-01-16 19:58:27'),(43420,17383,'action started via WP Cron','2021-01-17 04:01:19','2021-01-16 20:01:19'),(43421,17383,'action complete via WP Cron','2021-01-17 04:01:19','2021-01-16 20:01:19'),(43422,17384,'action created','2021-01-17 04:01:19','2021-01-16 20:01:19'),(43423,17384,'action started via WP Cron','2021-01-17 04:03:11','2021-01-16 20:03:11'),(43424,17384,'action complete via WP Cron','2021-01-17 04:03:11','2021-01-16 20:03:11'),(43425,17385,'action created','2021-01-17 04:03:11','2021-01-16 20:03:11'),(43426,17385,'action started via WP Cron','2021-01-17 04:08:00','2021-01-16 20:08:00'),(43427,17385,'action complete via WP Cron','2021-01-17 04:08:00','2021-01-16 20:08:00'),(43428,17386,'action created','2021-01-17 04:08:00','2021-01-16 20:08:00'),(43429,17386,'action started via WP Cron','2021-01-17 04:10:11','2021-01-16 20:10:11'),(43430,17386,'action complete via WP Cron','2021-01-17 04:10:11','2021-01-16 20:10:11'),(43431,17387,'action created','2021-01-17 04:10:11','2021-01-16 20:10:11'),(43432,17387,'action started via WP Cron','2021-01-17 04:11:35','2021-01-16 20:11:35'),(43433,17387,'action complete via WP Cron','2021-01-17 04:11:35','2021-01-16 20:11:35'),(43434,17388,'action created','2021-01-17 04:11:35','2021-01-16 20:11:35'),(43435,17388,'action started via WP Cron','2021-01-17 04:12:04','2021-01-16 20:12:04'),(43436,17388,'action complete via WP Cron','2021-01-17 04:12:04','2021-01-16 20:12:04'),(43437,17389,'action created','2021-01-17 04:12:04','2021-01-16 20:12:04'),(43438,17389,'action started via WP Cron','2021-01-17 04:12:57','2021-01-16 20:12:57'),(43439,17389,'action complete via WP Cron','2021-01-17 04:12:57','2021-01-16 20:12:57'),(43440,17390,'action created','2021-01-17 04:12:58','2021-01-16 20:12:58'),(43441,17390,'action started via WP Cron','2021-01-17 04:14:45','2021-01-16 20:14:45'),(43442,17390,'action complete via WP Cron','2021-01-17 04:14:45','2021-01-16 20:14:45'),(43443,17391,'action created','2021-01-17 04:14:45','2021-01-16 20:14:45'),(43444,17391,'action started via WP Cron','2021-01-17 04:15:41','2021-01-16 20:15:41'),(43445,17391,'action complete via WP Cron','2021-01-17 04:15:41','2021-01-16 20:15:41'),(43446,17392,'action created','2021-01-17 04:15:41','2021-01-16 20:15:41'),(43447,17392,'action started via WP Cron','2021-01-17 04:19:00','2021-01-16 20:19:00'),(43448,17392,'action complete via WP Cron','2021-01-17 04:19:00','2021-01-16 20:19:00'),(43449,17393,'action created','2021-01-17 04:19:00','2021-01-16 20:19:00'),(43450,17393,'action started via WP Cron','2021-01-17 04:22:12','2021-01-16 20:22:12'),(43451,17393,'action complete via WP Cron','2021-01-17 04:22:12','2021-01-16 20:22:12'),(43452,17394,'action created','2021-01-17 04:22:12','2021-01-16 20:22:12'),(43453,17394,'action started via WP Cron','2021-01-17 04:23:00','2021-01-16 20:23:00'),(43454,17394,'action complete via WP Cron','2021-01-17 04:23:00','2021-01-16 20:23:00'),(43455,17395,'action created','2021-01-17 04:23:00','2021-01-16 20:23:00'),(43456,17395,'action started via WP Cron','2021-01-17 04:24:01','2021-01-16 20:24:01'),(43457,17395,'action complete via WP Cron','2021-01-17 04:24:01','2021-01-16 20:24:01'),(43458,17396,'action created','2021-01-17 04:24:01','2021-01-16 20:24:01'),(43459,17396,'action started via WP Cron','2021-01-17 04:26:19','2021-01-16 20:26:19'),(43460,17396,'action complete via WP Cron','2021-01-17 04:26:19','2021-01-16 20:26:19'),(43461,17397,'action created','2021-01-17 04:26:19','2021-01-16 20:26:19'),(43462,17397,'action started via WP Cron','2021-01-17 04:26:57','2021-01-16 20:26:57'),(43463,17397,'action complete via WP Cron','2021-01-17 04:26:57','2021-01-16 20:26:57'),(43464,17398,'action created','2021-01-17 04:26:57','2021-01-16 20:26:57'),(43465,17398,'action started via WP Cron','2021-01-17 04:28:20','2021-01-16 20:28:20'),(43466,17398,'action complete via WP Cron','2021-01-17 04:28:20','2021-01-16 20:28:20'),(43467,17399,'action created','2021-01-17 04:30:04','2021-01-16 20:30:04'),(43468,17399,'action started via WP Cron','2021-01-17 04:33:53','2021-01-16 20:33:53'),(43469,17399,'action complete via WP Cron','2021-01-17 04:33:53','2021-01-16 20:33:53'),(43470,17400,'action created','2021-01-17 04:33:53','2021-01-16 20:33:53'),(43471,17400,'action started via WP Cron','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43472,17400,'action complete via WP Cron','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43473,16796,'action started via WP Cron','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43474,16796,'action complete via WP Cron','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43475,17401,'action created','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43476,17402,'action created','2021-01-17 04:36:08','2021-01-16 20:36:08'),(43477,17402,'action started via WP Cron','2021-01-17 04:40:50','2021-01-16 20:40:50'),(43478,17402,'action complete via WP Cron','2021-01-17 04:40:50','2021-01-16 20:40:50'),(43479,17403,'action created','2021-01-17 04:40:50','2021-01-16 20:40:50'),(43480,17403,'action started via WP Cron','2021-01-17 04:43:07','2021-01-16 20:43:07'),(43481,17403,'action complete via WP Cron','2021-01-17 04:43:07','2021-01-16 20:43:07'),(43482,17404,'action created','2021-01-17 04:43:09','2021-01-16 20:43:09'),(43483,17404,'action started via WP Cron','2021-01-17 04:44:32','2021-01-16 20:44:32'),(43484,17404,'action complete via WP Cron','2021-01-17 04:44:32','2021-01-16 20:44:32'),(43485,17405,'action created','2021-01-17 04:44:32','2021-01-16 20:44:32'),(43486,17405,'action started via WP Cron','2021-01-17 04:48:15','2021-01-16 20:48:15'),(43487,17405,'action complete via WP Cron','2021-01-17 04:48:15','2021-01-16 20:48:15'),(43488,17406,'action created','2021-01-17 04:48:15','2021-01-16 20:48:15'),(43489,17406,'action started via WP Cron','2021-01-17 04:53:49','2021-01-16 20:53:49'),(43490,17406,'action complete via WP Cron','2021-01-17 04:53:49','2021-01-16 20:53:49'),(43491,17407,'action created','2021-01-17 04:53:49','2021-01-16 20:53:49'),(43492,17407,'action started via WP Cron','2021-01-17 04:54:55','2021-01-16 20:54:55'),(43493,17407,'action complete via WP Cron','2021-01-17 04:54:55','2021-01-16 20:54:55'),(43494,17408,'action created','2021-01-17 04:54:55','2021-01-16 20:54:55'),(43495,17408,'action started via WP Cron','2021-01-17 04:59:09','2021-01-16 20:59:09'),(43496,17408,'action complete via WP Cron','2021-01-17 04:59:09','2021-01-16 20:59:09'),(43497,17409,'action created','2021-01-17 04:59:09','2021-01-16 20:59:09'),(43498,17409,'action started via WP Cron','2021-01-17 05:01:22','2021-01-16 21:01:22'),(43499,17409,'action complete via WP Cron','2021-01-17 05:01:22','2021-01-16 21:01:22'),(43500,17410,'action created','2021-01-17 05:01:22','2021-01-16 21:01:22'),(43501,17410,'action started via WP Cron','2021-01-17 05:02:00','2021-01-16 21:02:00'),(43502,17410,'action complete via WP Cron','2021-01-17 05:02:00','2021-01-16 21:02:00'),(43503,17411,'action created','2021-01-17 05:02:00','2021-01-16 21:02:00'),(43504,17411,'action started via WP Cron','2021-01-17 05:02:41','2021-01-16 21:02:41'),(43505,17411,'action complete via WP Cron','2021-01-17 05:02:41','2021-01-16 21:02:41'),(43506,17412,'action created','2021-01-17 05:02:41','2021-01-16 21:02:41'),(43507,17412,'action started via WP Cron','2021-01-17 05:05:26','2021-01-16 21:05:26'),(43508,17412,'action complete via WP Cron','2021-01-17 05:05:26','2021-01-16 21:05:26'),(43509,17413,'action created','2021-01-17 05:05:26','2021-01-16 21:05:26'),(43510,17413,'action started via WP Cron','2021-01-17 05:05:42','2021-01-16 21:05:42'),(43511,17413,'action complete via WP Cron','2021-01-17 05:05:42','2021-01-16 21:05:42'),(43512,17414,'action created','2021-01-17 05:05:42','2021-01-16 21:05:42'),(43513,17414,'action started via WP Cron','2021-01-17 05:07:30','2021-01-16 21:07:30'),(43514,17414,'action complete via WP Cron','2021-01-17 05:07:30','2021-01-16 21:07:30'),(43515,17415,'action created','2021-01-17 05:07:30','2021-01-16 21:07:30'),(43516,17415,'action started via WP Cron','2021-01-17 05:08:33','2021-01-16 21:08:33'),(43517,17415,'action complete via WP Cron','2021-01-17 05:08:33','2021-01-16 21:08:33'),(43518,17416,'action created','2021-01-17 05:08:33','2021-01-16 21:08:33'),(43519,17416,'action started via WP Cron','2021-01-17 05:09:33','2021-01-16 21:09:33'),(43520,17416,'action complete via WP Cron','2021-01-17 05:09:33','2021-01-16 21:09:33'),(43521,17417,'action created','2021-01-17 05:09:33','2021-01-16 21:09:33'),(43522,17417,'action started via WP Cron','2021-01-17 05:10:21','2021-01-16 21:10:21'),(43523,17417,'action complete via WP Cron','2021-01-17 05:10:21','2021-01-16 21:10:21'),(43524,17418,'action created','2021-01-17 05:10:21','2021-01-16 21:10:21'),(43525,17418,'action started via WP Cron','2021-01-17 05:12:08','2021-01-16 21:12:08'),(43526,17418,'action complete via WP Cron','2021-01-17 05:12:08','2021-01-16 21:12:08'),(43527,17419,'action created','2021-01-17 05:12:09','2021-01-16 21:12:09'),(43528,17419,'action started via WP Cron','2021-01-17 05:14:17','2021-01-16 21:14:17'),(43529,17419,'action complete via WP Cron','2021-01-17 05:14:17','2021-01-16 21:14:17'),(43530,17420,'action created','2021-01-17 05:14:17','2021-01-16 21:14:17'),(43531,17420,'action started via WP Cron','2021-01-17 05:18:27','2021-01-16 21:18:27'),(43532,17420,'action complete via WP Cron','2021-01-17 05:18:27','2021-01-16 21:18:27'),(43533,17421,'action created','2021-01-17 05:18:27','2021-01-16 21:18:27'),(43534,17421,'action started via WP Cron','2021-01-17 05:21:24','2021-01-16 21:21:24'),(43535,17421,'action complete via WP Cron','2021-01-17 05:21:24','2021-01-16 21:21:24'),(43536,17422,'action created','2021-01-17 05:21:24','2021-01-16 21:21:24'),(43537,17422,'action started via WP Cron','2021-01-17 05:23:35','2021-01-16 21:23:35'),(43538,17422,'action complete via WP Cron','2021-01-17 05:23:35','2021-01-16 21:23:35'),(43539,17423,'action created','2021-01-17 05:23:36','2021-01-16 21:23:36'),(43540,17423,'action started via WP Cron','2021-01-17 05:23:53','2021-01-16 21:23:53'),(43541,17423,'action complete via WP Cron','2021-01-17 05:23:53','2021-01-16 21:23:53'),(43542,17424,'action created','2021-01-17 05:23:53','2021-01-16 21:23:53'),(43543,17424,'action started via WP Cron','2021-01-17 05:28:22','2021-01-16 21:28:22'),(43544,17424,'action complete via WP Cron','2021-01-17 05:28:22','2021-01-16 21:28:22'),(43545,17425,'action created','2021-01-17 05:28:22','2021-01-16 21:28:22'),(43546,17425,'action started via WP Cron','2021-01-17 05:29:38','2021-01-16 21:29:38'),(43547,17425,'action complete via WP Cron','2021-01-17 05:29:38','2021-01-16 21:29:38'),(43548,17426,'action created','2021-01-17 05:29:38','2021-01-16 21:29:38'),(43549,17426,'action started via WP Cron','2021-01-17 05:30:41','2021-01-16 21:30:41'),(43550,17426,'action complete via WP Cron','2021-01-17 05:30:41','2021-01-16 21:30:41'),(43551,17427,'action created','2021-01-17 05:30:41','2021-01-16 21:30:41'),(43552,17427,'action started via WP Cron','2021-01-17 05:32:28','2021-01-16 21:32:28'),(43553,17427,'action complete via WP Cron','2021-01-17 05:32:28','2021-01-16 21:32:28'),(43554,17428,'action created','2021-01-17 05:32:28','2021-01-16 21:32:28'),(43555,17428,'action started via WP Cron','2021-01-17 05:32:44','2021-01-16 21:32:44'),(43556,17428,'action complete via WP Cron','2021-01-17 05:32:44','2021-01-16 21:32:44'),(43557,17429,'action created','2021-01-17 05:32:44','2021-01-16 21:32:44'),(43558,17429,'action started via WP Cron','2021-01-17 05:33:47','2021-01-16 21:33:47'),(43559,17429,'action complete via WP Cron','2021-01-17 05:33:47','2021-01-16 21:33:47'),(43560,17430,'action created','2021-01-17 05:33:47','2021-01-16 21:33:47'),(43561,17430,'action started via WP Cron','2021-01-17 05:34:47','2021-01-16 21:34:47'),(43562,17430,'action complete via WP Cron','2021-01-17 05:34:47','2021-01-16 21:34:47'),(43563,17431,'action created','2021-01-17 05:34:47','2021-01-16 21:34:47'),(43564,17431,'action started via WP Cron','2021-01-17 05:37:50','2021-01-16 21:37:50'),(43565,17431,'action complete via WP Cron','2021-01-17 05:37:50','2021-01-16 21:37:50'),(43566,17432,'action created','2021-01-17 05:37:50','2021-01-16 21:37:50'),(43567,17432,'action started via WP Cron','2021-01-17 05:39:05','2021-01-16 21:39:05'),(43568,17432,'action complete via WP Cron','2021-01-17 05:39:05','2021-01-16 21:39:05'),(43569,17433,'action created','2021-01-17 05:39:05','2021-01-16 21:39:05'),(43570,17433,'action started via WP Cron','2021-01-17 05:39:51','2021-01-16 21:39:51'),(43571,17433,'action complete via WP Cron','2021-01-17 05:39:51','2021-01-16 21:39:51'),(43572,17434,'action created','2021-01-17 05:39:51','2021-01-16 21:39:51'),(43573,17434,'action started via WP Cron','2021-01-17 05:41:16','2021-01-16 21:41:16'),(43574,17434,'action complete via WP Cron','2021-01-17 05:41:16','2021-01-16 21:41:16'),(43575,17435,'action created','2021-01-17 05:41:16','2021-01-16 21:41:16'),(43576,17435,'action started via WP Cron','2021-01-17 05:42:11','2021-01-16 21:42:11'),(43577,17435,'action complete via WP Cron','2021-01-17 05:42:11','2021-01-16 21:42:11'),(43578,17436,'action created','2021-01-17 05:42:12','2021-01-16 21:42:12'),(43579,17436,'action started via WP Cron','2021-01-17 05:43:38','2021-01-16 21:43:38'),(43580,17436,'action complete via WP Cron','2021-01-17 05:43:38','2021-01-16 21:43:38'),(43581,17437,'action created','2021-01-17 05:43:38','2021-01-16 21:43:38'),(43582,17437,'action started via WP Cron','2021-01-17 05:45:10','2021-01-16 21:45:10'),(43583,17437,'action complete via WP Cron','2021-01-17 05:45:10','2021-01-16 21:45:10'),(43584,17438,'action created','2021-01-17 05:45:10','2021-01-16 21:45:10'),(43585,17438,'action started via WP Cron','2021-01-17 05:45:53','2021-01-16 21:45:53'),(43586,17438,'action complete via WP Cron','2021-01-17 05:45:53','2021-01-16 21:45:53'),(43587,17439,'action created','2021-01-17 05:45:53','2021-01-16 21:45:53'),(43588,17439,'action started via WP Cron','2021-01-17 05:47:29','2021-01-16 21:47:29'),(43589,17439,'action complete via WP Cron','2021-01-17 05:47:29','2021-01-16 21:47:29'),(43590,17440,'action created','2021-01-17 05:47:29','2021-01-16 21:47:29'),(43591,17440,'action started via WP Cron','2021-01-17 05:50:40','2021-01-16 21:50:40'),(43592,17440,'action complete via WP Cron','2021-01-17 05:50:40','2021-01-16 21:50:40'),(43593,17441,'action created','2021-01-17 05:50:40','2021-01-16 21:50:40'),(43594,17441,'action started via WP Cron','2021-01-17 05:51:56','2021-01-16 21:51:56'),(43595,17441,'action complete via WP Cron','2021-01-17 05:51:56','2021-01-16 21:51:56'),(43596,17442,'action created','2021-01-17 05:51:56','2021-01-16 21:51:56'),(43597,17442,'action started via WP Cron','2021-01-17 05:54:23','2021-01-16 21:54:23'),(43598,17442,'action complete via WP Cron','2021-01-17 05:54:23','2021-01-16 21:54:23'),(43599,17443,'action created','2021-01-17 05:54:23','2021-01-16 21:54:23'),(43603,17444,'action started via WP Cron','2021-01-17 06:03:26','2021-01-16 22:03:26'),(43604,17444,'action complete via WP Cron','2021-01-17 06:03:26','2021-01-16 22:03:26'),(43605,17445,'action created','2021-01-17 06:03:26','2021-01-16 22:03:26'),(43606,17445,'action started via WP Cron','2021-01-17 06:07:09','2021-01-16 22:07:09'),(43607,17445,'action complete via WP Cron','2021-01-17 06:07:09','2021-01-16 22:07:09'),(43608,17446,'action created','2021-01-17 06:07:10','2021-01-16 22:07:10'),(43609,17446,'action started via WP Cron','2021-01-17 06:08:10','2021-01-16 22:08:10'),(43610,17446,'action complete via WP Cron','2021-01-17 06:08:10','2021-01-16 22:08:10'),(43611,17447,'action created','2021-01-17 06:08:10','2021-01-16 22:08:10'),(43612,17447,'action started via WP Cron','2021-01-17 06:09:10','2021-01-16 22:09:10'),(43613,17447,'action complete via WP Cron','2021-01-17 06:09:10','2021-01-16 22:09:10'),(43614,17448,'action created','2021-01-17 06:09:10','2021-01-16 22:09:10'),(43615,17448,'action started via WP Cron','2021-01-17 06:09:41','2021-01-16 22:09:41'),(43616,17448,'action complete via WP Cron','2021-01-17 06:09:41','2021-01-16 22:09:41'),(43617,17449,'action created','2021-01-17 06:09:41','2021-01-16 22:09:41'),(43618,17449,'action started via WP Cron','2021-01-17 06:11:12','2021-01-16 22:11:12'),(43619,17449,'action complete via WP Cron','2021-01-17 06:11:12','2021-01-16 22:11:12'),(43620,17450,'action created','2021-01-17 06:11:12','2021-01-16 22:11:12'),(43621,17450,'action started via WP Cron','2021-01-17 06:12:14','2021-01-16 22:12:14'),(43622,17450,'action complete via WP Cron','2021-01-17 06:12:14','2021-01-16 22:12:14'),(43623,17451,'action created','2021-01-17 06:12:14','2021-01-16 22:12:14'),(43624,17451,'action started via WP Cron','2021-01-17 06:13:14','2021-01-16 22:13:14'),(43625,17451,'action complete via WP Cron','2021-01-17 06:13:14','2021-01-16 22:13:14'),(43626,17452,'action created','2021-01-17 06:13:14','2021-01-16 22:13:14'),(43627,17452,'action started via WP Cron','2021-01-17 06:15:47','2021-01-16 22:15:47'),(43628,17452,'action complete via WP Cron','2021-01-17 06:15:47','2021-01-16 22:15:47'),(43629,17453,'action created','2021-01-17 06:15:47','2021-01-16 22:15:47'),(43630,17453,'action started via WP Cron','2021-01-17 06:17:30','2021-01-16 22:17:30'),(43631,17453,'action complete via WP Cron','2021-01-17 06:17:30','2021-01-16 22:17:30'),(43632,17454,'action created','2021-01-17 06:17:30','2021-01-16 22:17:30'),(43633,17454,'action started via WP Cron','2021-01-17 06:18:11','2021-01-16 22:18:11'),(43634,17454,'action complete via WP Cron','2021-01-17 06:18:11','2021-01-16 22:18:11'),(43635,17455,'action created','2021-01-17 06:18:11','2021-01-16 22:18:11'),(43636,17455,'action started via WP Cron','2021-01-17 06:22:15','2021-01-16 22:22:15'),(43637,17455,'action complete via WP Cron','2021-01-17 06:22:15','2021-01-16 22:22:15'),(43638,17456,'action created','2021-01-17 06:22:15','2021-01-16 22:22:15'),(43639,17456,'action started via WP Cron','2021-01-17 06:26:48','2021-01-16 22:26:48'),(43640,17456,'action complete via WP Cron','2021-01-17 06:26:48','2021-01-16 22:26:48'),(43641,17457,'action created','2021-01-17 06:26:48','2021-01-16 22:26:48'),(43642,17457,'action started via WP Cron','2021-01-17 06:33:22','2021-01-16 22:33:22'),(43643,17457,'action complete via WP Cron','2021-01-17 06:33:22','2021-01-16 22:33:22'),(43644,17458,'action created','2021-01-17 06:33:22','2021-01-16 22:33:22'),(43645,17458,'action started via WP Cron','2021-01-17 06:36:24','2021-01-16 22:36:24'),(43646,17458,'action complete via WP Cron','2021-01-17 06:36:24','2021-01-16 22:36:24'),(43647,17459,'action created','2021-01-17 06:36:24','2021-01-16 22:36:24'),(43648,17459,'action started via WP Cron','2021-01-17 06:37:57','2021-01-16 22:37:57'),(43649,17459,'action complete via WP Cron','2021-01-17 06:37:57','2021-01-16 22:37:57'),(43650,17460,'action created','2021-01-17 06:37:57','2021-01-16 22:37:57'),(43651,17460,'action started via WP Cron','2021-01-17 06:39:52','2021-01-16 22:39:52'),(43652,17460,'action complete via WP Cron','2021-01-17 06:39:52','2021-01-16 22:39:52'),(43653,17461,'action created','2021-01-17 06:39:52','2021-01-16 22:39:52'),(43654,17461,'action started via WP Cron','2021-01-17 06:41:44','2021-01-16 22:41:44'),(43655,17461,'action complete via WP Cron','2021-01-17 06:41:44','2021-01-16 22:41:44'),(43656,17462,'action created','2021-01-17 06:41:44','2021-01-16 22:41:44'),(43657,17462,'action started via WP Cron','2021-01-17 06:42:45','2021-01-16 22:42:45'),(43658,17462,'action complete via WP Cron','2021-01-17 06:42:45','2021-01-16 22:42:45'),(43659,17463,'action created','2021-01-17 06:42:45','2021-01-16 22:42:45'),(43660,17463,'action started via WP Cron','2021-01-17 06:43:46','2021-01-16 22:43:46'),(43661,17463,'action complete via WP Cron','2021-01-17 06:43:46','2021-01-16 22:43:46'),(43662,17464,'action created','2021-01-17 06:43:46','2021-01-16 22:43:46'),(43663,17464,'action started via WP Cron','2021-01-17 06:45:10','2021-01-16 22:45:10'),(43664,17464,'action complete via WP Cron','2021-01-17 06:45:10','2021-01-16 22:45:10'),(43665,17465,'action created','2021-01-17 06:45:10','2021-01-16 22:45:10'),(43666,17465,'action started via WP Cron','2021-01-17 06:47:02','2021-01-16 22:47:02'),(43667,17465,'action complete via WP Cron','2021-01-17 06:47:02','2021-01-16 22:47:02'),(43668,17466,'action created','2021-01-17 06:47:02','2021-01-16 22:47:02'),(43669,17466,'action started via WP Cron','2021-01-17 06:49:01','2021-01-16 22:49:01'),(43670,17466,'action complete via WP Cron','2021-01-17 06:49:01','2021-01-16 22:49:01'),(43671,17467,'action created','2021-01-17 06:49:01','2021-01-16 22:49:01'),(43672,17467,'action started via WP Cron','2021-01-17 06:58:15','2021-01-16 22:58:15'),(43673,17467,'action complete via WP Cron','2021-01-17 06:58:15','2021-01-16 22:58:15'),(43674,17468,'action created','2021-01-17 06:58:15','2021-01-16 22:58:15'),(43675,17468,'action started via WP Cron','2021-01-17 06:59:35','2021-01-16 22:59:35'),(43676,17468,'action complete via WP Cron','2021-01-17 06:59:35','2021-01-16 22:59:35'),(43677,17469,'action created','2021-01-17 06:59:35','2021-01-16 22:59:35'),(43678,17469,'action started via WP Cron','2021-01-17 07:00:43','2021-01-16 23:00:43'),(43679,17469,'action complete via WP Cron','2021-01-17 07:00:43','2021-01-16 23:00:43'),(43680,17470,'action created','2021-01-17 07:00:43','2021-01-16 23:00:43'),(43681,17470,'action started via WP Cron','2021-01-17 07:01:42','2021-01-16 23:01:42'),(43682,17470,'action complete via WP Cron','2021-01-17 07:01:42','2021-01-16 23:01:42'),(43683,17471,'action created','2021-01-17 07:01:42','2021-01-16 23:01:42'),(43684,17471,'action started via WP Cron','2021-01-17 07:02:41','2021-01-16 23:02:41'),(43685,17471,'action complete via WP Cron','2021-01-17 07:02:41','2021-01-16 23:02:41'),(43686,17472,'action created','2021-01-17 07:02:41','2021-01-16 23:02:41'),(43687,17472,'action started via WP Cron','2021-01-17 07:03:43','2021-01-16 23:03:43'),(43688,17472,'action complete via WP Cron','2021-01-17 07:03:43','2021-01-16 23:03:43'),(43689,17473,'action created','2021-01-17 07:03:43','2021-01-16 23:03:43'),(43690,17473,'action started via WP Cron','2021-01-17 07:23:02','2021-01-16 23:23:02'),(43691,17473,'action complete via WP Cron','2021-01-17 07:23:02','2021-01-16 23:23:02'),(43692,17474,'action created','2021-01-17 07:23:02','2021-01-16 23:23:02'),(43693,17474,'action started via WP Cron','2021-01-17 07:27:22','2021-01-16 23:27:22'),(43694,17474,'action complete via WP Cron','2021-01-17 07:27:22','2021-01-16 23:27:22'),(43695,17475,'action created','2021-01-17 07:27:22','2021-01-16 23:27:22'),(43696,17475,'action started via WP Cron','2021-01-17 07:37:51','2021-01-16 23:37:51'),(43697,17475,'action complete via WP Cron','2021-01-17 07:37:51','2021-01-16 23:37:51'),(43698,17476,'action created','2021-01-17 07:37:51','2021-01-16 23:37:51'),(43699,17476,'action started via WP Cron','2021-01-17 07:39:36','2021-01-16 23:39:36'),(43700,17476,'action complete via WP Cron','2021-01-17 07:39:36','2021-01-16 23:39:36'),(43701,17477,'action created','2021-01-17 07:39:37','2021-01-16 23:39:37'),(43702,17477,'action started via WP Cron','2021-01-17 07:40:54','2021-01-16 23:40:54'),(43703,17477,'action complete via WP Cron','2021-01-17 07:40:54','2021-01-16 23:40:54'),(43704,17478,'action created','2021-01-17 07:40:54','2021-01-16 23:40:54'),(43705,17478,'action started via WP Cron','2021-01-17 07:43:54','2021-01-16 23:43:54'),(43706,17478,'action complete via WP Cron','2021-01-17 07:43:54','2021-01-16 23:43:54'),(43707,17479,'action created','2021-01-17 07:43:54','2021-01-16 23:43:54'),(43708,17479,'action started via WP Cron','2021-01-17 07:44:49','2021-01-16 23:44:49'),(43709,17479,'action complete via WP Cron','2021-01-17 07:44:49','2021-01-16 23:44:49'),(43710,17480,'action created','2021-01-17 07:44:49','2021-01-16 23:44:49'),(43711,17480,'action started via WP Cron','2021-01-17 07:47:36','2021-01-16 23:47:36'),(43712,17480,'action complete via WP Cron','2021-01-17 07:47:36','2021-01-16 23:47:36'),(43713,17481,'action created','2021-01-17 07:47:36','2021-01-16 23:47:36'),(43714,17481,'action started via WP Cron','2021-01-17 07:50:20','2021-01-16 23:50:20'),(43715,17481,'action complete via WP Cron','2021-01-17 07:50:20','2021-01-16 23:50:20'),(43716,17482,'action created','2021-01-17 07:50:21','2021-01-16 23:50:21'),(43717,17482,'action started via WP Cron','2021-01-17 07:51:20','2021-01-16 23:51:20'),(43718,17482,'action complete via WP Cron','2021-01-17 07:51:20','2021-01-16 23:51:20'),(43719,17483,'action created','2021-01-17 07:51:20','2021-01-16 23:51:20'),(43720,17483,'action started via WP Cron','2021-01-17 07:52:21','2021-01-16 23:52:21'),(43721,17483,'action complete via WP Cron','2021-01-17 07:52:21','2021-01-16 23:52:21'),(43722,17484,'action created','2021-01-17 07:52:21','2021-01-16 23:52:21'),(43723,17484,'action started via WP Cron','2021-01-17 07:56:23','2021-01-16 23:56:23'),(43724,17484,'action complete via WP Cron','2021-01-17 07:56:23','2021-01-16 23:56:23'),(43725,17485,'action created','2021-01-17 07:56:23','2021-01-16 23:56:23'),(43726,17485,'action started via WP Cron','2021-01-17 07:57:34','2021-01-16 23:57:34'),(43727,17485,'action complete via WP Cron','2021-01-17 07:57:34','2021-01-16 23:57:34'),(43728,17486,'action created','2021-01-17 07:57:34','2021-01-16 23:57:34'),(43729,17486,'action started via WP Cron','2021-01-17 08:00:41','2021-01-17 00:00:41'),(43730,17486,'action complete via WP Cron','2021-01-17 08:00:41','2021-01-17 00:00:41'),(43731,17487,'action created','2021-01-17 08:00:42','2021-01-17 00:00:42'),(43732,17487,'action started via WP Cron','2021-01-17 08:02:30','2021-01-17 00:02:30'),(43733,17487,'action complete via WP Cron','2021-01-17 08:02:30','2021-01-17 00:02:30'),(43734,17488,'action created','2021-01-17 08:02:30','2021-01-17 00:02:30'),(43735,17488,'action started via WP Cron','2021-01-17 08:03:08','2021-01-17 00:03:08'),(43736,17488,'action complete via WP Cron','2021-01-17 08:03:08','2021-01-17 00:03:08'),(43737,17489,'action created','2021-01-17 08:03:08','2021-01-17 00:03:08'),(43738,17489,'action started via WP Cron','2021-01-17 08:03:46','2021-01-17 00:03:46'),(43739,17489,'action complete via WP Cron','2021-01-17 08:03:46','2021-01-17 00:03:46'),(43740,17490,'action created','2021-01-17 08:03:46','2021-01-17 00:03:46'),(43741,17490,'action started via WP Cron','2021-01-17 08:06:22','2021-01-17 00:06:22'),(43742,17490,'action complete via WP Cron','2021-01-17 08:06:22','2021-01-17 00:06:22'),(43743,17491,'action created','2021-01-17 08:06:22','2021-01-17 00:06:22'),(43744,17491,'action started via WP Cron','2021-01-17 08:07:31','2021-01-17 00:07:31'),(43745,17491,'action complete via WP Cron','2021-01-17 08:07:31','2021-01-17 00:07:31'),(43746,17492,'action created','2021-01-17 08:07:31','2021-01-17 00:07:31'),(43747,17492,'action started via WP Cron','2021-01-17 08:07:50','2021-01-17 00:07:50'),(43748,17492,'action complete via WP Cron','2021-01-17 08:07:50','2021-01-17 00:07:50'),(43749,17493,'action created','2021-01-17 08:07:51','2021-01-17 00:07:51'),(43750,17493,'action started via WP Cron','2021-01-17 08:08:47','2021-01-17 00:08:47'),(43751,17493,'action complete via WP Cron','2021-01-17 08:08:47','2021-01-17 00:08:47'),(43752,17494,'action created','2021-01-17 08:08:48','2021-01-17 00:08:48'),(43753,17494,'action started via WP Cron','2021-01-17 08:10:26','2021-01-17 00:10:26'),(43754,17494,'action complete via WP Cron','2021-01-17 08:10:26','2021-01-17 00:10:26'),(43755,17495,'action created','2021-01-17 08:10:26','2021-01-17 00:10:26'),(43756,17495,'action started via WP Cron','2021-01-17 08:10:56','2021-01-17 00:10:56'),(43757,17495,'action complete via WP Cron','2021-01-17 08:10:56','2021-01-17 00:10:56'),(43758,17496,'action created','2021-01-17 08:10:56','2021-01-17 00:10:56'),(43759,17496,'action started via WP Cron','2021-01-17 08:13:18','2021-01-17 00:13:18'),(43760,17496,'action complete via WP Cron','2021-01-17 08:13:18','2021-01-17 00:13:18'),(43761,17497,'action created','2021-01-17 08:13:18','2021-01-17 00:13:18'),(43762,17497,'action started via WP Cron','2021-01-17 08:15:21','2021-01-17 00:15:21'),(43763,17497,'action complete via WP Cron','2021-01-17 08:15:21','2021-01-17 00:15:21'),(43764,17498,'action created','2021-01-17 08:15:21','2021-01-17 00:15:21'),(43765,17498,'action started via WP Cron','2021-01-17 08:17:14','2021-01-17 00:17:14'),(43766,17498,'action complete via WP Cron','2021-01-17 08:17:14','2021-01-17 00:17:14'),(43767,17499,'action created','2021-01-17 08:17:14','2021-01-17 00:17:14'),(104932,37888,'action complete via WP Cron','2021-02-17 08:26:50','2021-02-17 00:26:50'),(104931,37888,'action started via WP Cron','2021-02-17 08:26:50','2021-02-17 00:26:50'),(106820,38518,'action created','2021-02-18 08:18:57','2021-02-18 00:18:57'),(43771,17499,'action started via WP Cron','2021-01-17 08:17:56','2021-01-17 00:17:56'),(43772,17499,'action complete via WP Cron','2021-01-17 08:17:56','2021-01-17 00:17:56'),(43773,17501,'action created','2021-01-17 08:17:56','2021-01-17 00:17:56'),(43774,17501,'action started via WP Cron','2021-01-17 08:19:23','2021-01-17 00:19:23'),(43775,17501,'action complete via WP Cron','2021-01-17 08:19:23','2021-01-17 00:19:23'),(43776,17502,'action created','2021-01-17 08:19:23','2021-01-17 00:19:23'),(43777,17502,'action started via WP Cron','2021-01-17 08:22:00','2021-01-17 00:22:00'),(43778,17502,'action complete via WP Cron','2021-01-17 08:22:00','2021-01-17 00:22:00'),(43779,17503,'action created','2021-01-17 08:22:00','2021-01-17 00:22:00'),(43780,17503,'action started via WP Cron','2021-01-17 08:22:51','2021-01-17 00:22:51'),(43781,17503,'action complete via WP Cron','2021-01-17 08:22:51','2021-01-17 00:22:51'),(43782,17504,'action created','2021-01-17 08:22:52','2021-01-17 00:22:52'),(43783,17504,'action started via WP Cron','2021-01-17 08:23:51','2021-01-17 00:23:51'),(43784,17504,'action complete via WP Cron','2021-01-17 08:23:51','2021-01-17 00:23:51'),(43785,17505,'action created','2021-01-17 08:23:51','2021-01-17 00:23:51'),(43786,17505,'action started via WP Cron','2021-01-17 08:24:52','2021-01-17 00:24:52'),(43787,17505,'action complete via WP Cron','2021-01-17 08:24:52','2021-01-17 00:24:52'),(43788,17506,'action created','2021-01-17 08:24:52','2021-01-17 00:24:52'),(43789,17506,'action started via WP Cron','2021-01-17 08:25:44','2021-01-17 00:25:44'),(43790,17506,'action complete via WP Cron','2021-01-17 08:25:44','2021-01-17 00:25:44'),(43791,17507,'action created','2021-01-17 08:25:44','2021-01-17 00:25:44'),(43792,17507,'action started via WP Cron','2021-01-17 08:26:54','2021-01-17 00:26:54'),(43793,17507,'action complete via WP Cron','2021-01-17 08:26:54','2021-01-17 00:26:54'),(43794,17508,'action created','2021-01-17 08:26:55','2021-01-17 00:26:55'),(43795,17508,'action started via WP Cron','2021-01-17 08:27:56','2021-01-17 00:27:56'),(43796,17508,'action complete via WP Cron','2021-01-17 08:27:56','2021-01-17 00:27:56'),(43797,17509,'action created','2021-01-17 08:27:56','2021-01-17 00:27:56'),(43798,17509,'action started via WP Cron','2021-01-17 08:28:57','2021-01-17 00:28:57'),(43799,17509,'action complete via WP Cron','2021-01-17 08:28:57','2021-01-17 00:28:57'),(43800,17510,'action created','2021-01-17 08:28:58','2021-01-17 00:28:58'),(43801,17510,'action started via WP Cron','2021-01-17 08:33:39','2021-01-17 00:33:39'),(43802,17510,'action complete via WP Cron','2021-01-17 08:33:39','2021-01-17 00:33:39'),(43803,17511,'action created','2021-01-17 08:33:40','2021-01-17 00:33:40'),(43804,17511,'action started via WP Cron','2021-01-17 08:34:50','2021-01-17 00:34:50'),(43805,17511,'action complete via WP Cron','2021-01-17 08:34:50','2021-01-17 00:34:50'),(43806,17512,'action created','2021-01-17 08:34:50','2021-01-17 00:34:50'),(43807,17512,'action started via WP Cron','2021-01-17 08:35:51','2021-01-17 00:35:51'),(43808,17512,'action complete via WP Cron','2021-01-17 08:35:51','2021-01-17 00:35:51'),(43809,17513,'action created','2021-01-17 08:35:51','2021-01-17 00:35:51'),(43810,17513,'action started via WP Cron','2021-01-17 08:36:56','2021-01-17 00:36:56'),(43811,17513,'action complete via WP Cron','2021-01-17 08:36:56','2021-01-17 00:36:56'),(43812,17514,'action created','2021-01-17 08:36:56','2021-01-17 00:36:56'),(43813,17514,'action started via WP Cron','2021-01-17 08:38:51','2021-01-17 00:38:51'),(43814,17514,'action complete via WP Cron','2021-01-17 08:38:51','2021-01-17 00:38:51'),(43815,17515,'action created','2021-01-17 08:38:51','2021-01-17 00:38:51'),(43816,17515,'action started via WP Cron','2021-01-17 08:44:16','2021-01-17 00:44:16'),(43817,17515,'action complete via WP Cron','2021-01-17 08:44:16','2021-01-17 00:44:16'),(43818,17516,'action created','2021-01-17 08:44:16','2021-01-17 00:44:16'),(43819,17516,'action started via WP Cron','2021-01-17 08:47:16','2021-01-17 00:47:16'),(43820,17516,'action complete via WP Cron','2021-01-17 08:47:16','2021-01-17 00:47:16'),(43821,17517,'action created','2021-01-17 08:47:16','2021-01-17 00:47:16'),(43822,17517,'action started via WP Cron','2021-01-17 08:47:47','2021-01-17 00:47:47'),(43823,17517,'action complete via WP Cron','2021-01-17 08:47:47','2021-01-17 00:47:47'),(43824,17518,'action created','2021-01-17 08:47:47','2021-01-17 00:47:47'),(43825,17518,'action started via WP Cron','2021-01-17 08:49:24','2021-01-17 00:49:24'),(43826,17518,'action complete via WP Cron','2021-01-17 08:49:24','2021-01-17 00:49:24'),(43827,17519,'action created','2021-01-17 08:49:24','2021-01-17 00:49:24'),(43828,17519,'action started via WP Cron','2021-01-17 08:51:26','2021-01-17 00:51:26'),(43829,17519,'action complete via WP Cron','2021-01-17 08:51:26','2021-01-17 00:51:26'),(43830,17520,'action created','2021-01-17 08:51:26','2021-01-17 00:51:26'),(43831,17520,'action started via WP Cron','2021-01-17 08:51:47','2021-01-17 00:51:47'),(43832,17520,'action complete via WP Cron','2021-01-17 08:51:47','2021-01-17 00:51:47'),(43833,17521,'action created','2021-01-17 08:51:47','2021-01-17 00:51:47'),(43834,17521,'action started via WP Cron','2021-01-17 08:53:02','2021-01-17 00:53:02'),(43835,17521,'action complete via WP Cron','2021-01-17 08:53:02','2021-01-17 00:53:02'),(43836,17522,'action created','2021-01-17 08:53:02','2021-01-17 00:53:02'),(43837,17522,'action started via WP Cron','2021-01-17 08:54:28','2021-01-17 00:54:28'),(43838,17522,'action complete via WP Cron','2021-01-17 08:54:28','2021-01-17 00:54:28'),(43839,17523,'action created','2021-01-17 08:54:28','2021-01-17 00:54:28'),(43840,17523,'action started via WP Cron','2021-01-17 08:54:52','2021-01-17 00:54:52'),(43841,17523,'action complete via WP Cron','2021-01-17 08:54:52','2021-01-17 00:54:52'),(43842,17524,'action created','2021-01-17 08:54:52','2021-01-17 00:54:52'),(43843,17524,'action started via WP Cron','2021-01-17 08:56:38','2021-01-17 00:56:38'),(43844,17524,'action complete via WP Cron','2021-01-17 08:56:38','2021-01-17 00:56:38'),(43845,17525,'action created','2021-01-17 08:56:38','2021-01-17 00:56:38'),(43846,17525,'action started via WP Cron','2021-01-17 08:59:02','2021-01-17 00:59:02'),(43847,17525,'action complete via WP Cron','2021-01-17 08:59:02','2021-01-17 00:59:02'),(43848,17526,'action created','2021-01-17 08:59:02','2021-01-17 00:59:02'),(43849,17526,'action started via WP Cron','2021-01-17 09:03:18','2021-01-17 01:03:18'),(43850,17526,'action complete via WP Cron','2021-01-17 09:03:18','2021-01-17 01:03:18'),(43851,17527,'action created','2021-01-17 09:03:18','2021-01-17 01:03:18'),(43852,17527,'action started via WP Cron','2021-01-17 09:07:28','2021-01-17 01:07:28'),(43853,17527,'action complete via WP Cron','2021-01-17 09:07:28','2021-01-17 01:07:28'),(43854,17528,'action created','2021-01-17 09:07:28','2021-01-17 01:07:28'),(43855,17528,'action started via WP Cron','2021-01-17 09:08:34','2021-01-17 01:08:34'),(43856,17528,'action complete via WP Cron','2021-01-17 09:08:34','2021-01-17 01:08:34'),(43857,17529,'action created','2021-01-17 09:08:34','2021-01-17 01:08:34'),(43858,17529,'action started via WP Cron','2021-01-17 09:09:33','2021-01-17 01:09:33'),(43859,17529,'action complete via WP Cron','2021-01-17 09:09:33','2021-01-17 01:09:33'),(43860,17530,'action created','2021-01-17 09:09:33','2021-01-17 01:09:33'),(43861,17530,'action started via WP Cron','2021-01-17 09:10:33','2021-01-17 01:10:33'),(43862,17530,'action complete via WP Cron','2021-01-17 09:10:33','2021-01-17 01:10:33'),(43863,17531,'action created','2021-01-17 09:10:33','2021-01-17 01:10:33'),(43864,17531,'action started via WP Cron','2021-01-17 09:10:48','2021-01-17 01:10:48'),(43865,17531,'action complete via WP Cron','2021-01-17 09:10:48','2021-01-17 01:10:48'),(43866,17532,'action created','2021-01-17 09:10:48','2021-01-17 01:10:48'),(43867,17532,'action started via WP Cron','2021-01-17 09:11:53','2021-01-17 01:11:53'),(43868,17532,'action complete via WP Cron','2021-01-17 09:11:53','2021-01-17 01:11:53'),(43869,17533,'action created','2021-01-17 09:11:54','2021-01-17 01:11:54'),(43870,17533,'action started via WP Cron','2021-01-17 09:12:54','2021-01-17 01:12:54'),(43871,17533,'action complete via WP Cron','2021-01-17 09:12:54','2021-01-17 01:12:54'),(43872,17534,'action created','2021-01-17 09:12:55','2021-01-17 01:12:55'),(43873,17534,'action started via WP Cron','2021-01-17 09:13:56','2021-01-17 01:13:56'),(43874,17534,'action complete via WP Cron','2021-01-17 09:13:56','2021-01-17 01:13:56'),(43875,17535,'action created','2021-01-17 09:13:56','2021-01-17 01:13:56'),(43876,17535,'action started via Async Request','2021-01-17 09:14:21','2021-01-17 01:14:21'),(43877,17535,'action complete via Async Request','2021-01-17 09:14:21','2021-01-17 01:14:21'),(43878,17536,'action created','2021-01-17 09:14:22','2021-01-17 01:14:22'),(43879,17536,'action started via WP Cron','2021-01-17 09:17:41','2021-01-17 01:17:41'),(43880,17536,'action complete via WP Cron','2021-01-17 09:17:41','2021-01-17 01:17:41'),(43881,17537,'action created','2021-01-17 09:17:41','2021-01-17 01:17:41'),(43882,17537,'action started via WP Cron','2021-01-17 09:19:12','2021-01-17 01:19:12'),(43883,17537,'action complete via WP Cron','2021-01-17 09:19:12','2021-01-17 01:19:12'),(43884,17538,'action created','2021-01-17 09:19:12','2021-01-17 01:19:12'),(43885,17538,'action started via WP Cron','2021-01-17 09:19:42','2021-01-17 01:19:42'),(43886,17538,'action complete via WP Cron','2021-01-17 09:19:42','2021-01-17 01:19:42'),(43887,17539,'action created','2021-01-17 09:19:42','2021-01-17 01:19:42'),(43888,17539,'action started via WP Cron','2021-01-17 09:23:04','2021-01-17 01:23:04'),(43889,17539,'action complete via WP Cron','2021-01-17 09:23:04','2021-01-17 01:23:04'),(43890,17540,'action created','2021-01-17 09:23:04','2021-01-17 01:23:04'),(43891,17540,'action started via WP Cron','2021-01-17 09:26:11','2021-01-17 01:26:11'),(43892,17540,'action complete via WP Cron','2021-01-17 09:26:11','2021-01-17 01:26:11'),(43893,17541,'action created','2021-01-17 09:26:11','2021-01-17 01:26:11'),(43894,17541,'action started via WP Cron','2021-01-17 09:28:00','2021-01-17 01:28:00'),(43895,17541,'action complete via WP Cron','2021-01-17 09:28:00','2021-01-17 01:28:00'),(43896,17542,'action created','2021-01-17 09:28:15','2021-01-17 01:28:15'),(43897,17542,'action started via WP Cron','2021-01-17 09:28:45','2021-01-17 01:28:45'),(43898,17542,'action complete via WP Cron','2021-01-17 09:28:45','2021-01-17 01:28:45'),(43899,17543,'action created','2021-01-17 09:28:46','2021-01-17 01:28:46'),(43900,17543,'action started via WP Cron','2021-01-17 09:29:49','2021-01-17 01:29:49'),(43901,17543,'action complete via WP Cron','2021-01-17 09:29:49','2021-01-17 01:29:49'),(43902,17544,'action created','2021-01-17 09:29:49','2021-01-17 01:29:49'),(43903,17544,'action started via WP Cron','2021-01-17 09:30:48','2021-01-17 01:30:48'),(43904,17544,'action complete via WP Cron','2021-01-17 09:30:48','2021-01-17 01:30:48'),(43905,17545,'action created','2021-01-17 09:30:48','2021-01-17 01:30:48'),(43906,17545,'action started via WP Cron','2021-01-17 09:31:48','2021-01-17 01:31:48'),(43907,17545,'action complete via WP Cron','2021-01-17 09:31:48','2021-01-17 01:31:48'),(43908,17546,'action created','2021-01-17 09:31:49','2021-01-17 01:31:49'),(43909,17546,'action started via WP Cron','2021-01-17 09:32:50','2021-01-17 01:32:50'),(43910,17546,'action complete via WP Cron','2021-01-17 09:32:50','2021-01-17 01:32:50'),(43911,17547,'action created','2021-01-17 09:32:50','2021-01-17 01:32:50'),(43912,17547,'action started via WP Cron','2021-01-17 09:34:03','2021-01-17 01:34:03'),(43913,17547,'action complete via WP Cron','2021-01-17 09:34:03','2021-01-17 01:34:03'),(43914,17548,'action created','2021-01-17 09:34:03','2021-01-17 01:34:03'),(43915,17548,'action started via WP Cron','2021-01-17 09:34:45','2021-01-17 01:34:45'),(43916,17548,'action complete via WP Cron','2021-01-17 09:34:45','2021-01-17 01:34:45'),(43917,17549,'action created','2021-01-17 09:34:45','2021-01-17 01:34:45'),(43918,17549,'action started via WP Cron','2021-01-17 09:35:43','2021-01-17 01:35:43'),(43919,17549,'action complete via WP Cron','2021-01-17 09:35:43','2021-01-17 01:35:43'),(43920,17550,'action created','2021-01-17 09:35:43','2021-01-17 01:35:43'),(43921,17550,'action started via WP Cron','2021-01-17 09:36:51','2021-01-17 01:36:51'),(43922,17550,'action complete via WP Cron','2021-01-17 09:36:51','2021-01-17 01:36:51'),(43923,17551,'action created','2021-01-17 09:36:51','2021-01-17 01:36:51'),(43924,17551,'action started via WP Cron','2021-01-17 09:39:05','2021-01-17 01:39:05'),(43925,17551,'action complete via WP Cron','2021-01-17 09:39:05','2021-01-17 01:39:05'),(43926,17552,'action created','2021-01-17 09:39:06','2021-01-17 01:39:06'),(43927,17552,'action started via WP Cron','2021-01-17 09:40:13','2021-01-17 01:40:13'),(43928,17552,'action complete via WP Cron','2021-01-17 09:40:13','2021-01-17 01:40:13'),(43929,17553,'action created','2021-01-17 09:40:13','2021-01-17 01:40:13'),(43930,17553,'action started via WP Cron','2021-01-17 09:41:09','2021-01-17 01:41:09'),(43931,17553,'action complete via WP Cron','2021-01-17 09:41:09','2021-01-17 01:41:09'),(43932,17554,'action created','2021-01-17 09:41:10','2021-01-17 01:41:10'),(43933,17554,'action started via WP Cron','2021-01-17 09:41:45','2021-01-17 01:41:45'),(43934,17554,'action complete via WP Cron','2021-01-17 09:41:45','2021-01-17 01:41:45'),(43935,17555,'action created','2021-01-17 09:41:45','2021-01-17 01:41:45'),(43936,17555,'action started via WP Cron','2021-01-17 09:43:25','2021-01-17 01:43:25'),(43937,17555,'action complete via WP Cron','2021-01-17 09:43:25','2021-01-17 01:43:25'),(43938,17556,'action created','2021-01-17 09:43:25','2021-01-17 01:43:25'),(43939,17556,'action started via WP Cron','2021-01-17 09:45:24','2021-01-17 01:45:24'),(43940,17556,'action complete via WP Cron','2021-01-17 09:45:24','2021-01-17 01:45:24'),(43941,17557,'action created','2021-01-17 09:45:24','2021-01-17 01:45:24'),(43942,17557,'action started via WP Cron','2021-01-17 09:46:37','2021-01-17 01:46:37'),(43943,17557,'action complete via WP Cron','2021-01-17 09:46:37','2021-01-17 01:46:37'),(43944,17558,'action created','2021-01-17 09:46:37','2021-01-17 01:46:37'),(43945,17558,'action started via WP Cron','2021-01-17 09:47:46','2021-01-17 01:47:46'),(43946,17558,'action complete via WP Cron','2021-01-17 09:47:46','2021-01-17 01:47:46'),(43947,17559,'action created','2021-01-17 09:47:46','2021-01-17 01:47:46'),(43948,17559,'action started via WP Cron','2021-01-17 09:49:10','2021-01-17 01:49:10'),(43949,17559,'action complete via WP Cron','2021-01-17 09:49:10','2021-01-17 01:49:10'),(43950,17560,'action created','2021-01-17 09:49:10','2021-01-17 01:49:10'),(43951,17560,'action started via WP Cron','2021-01-17 09:53:34','2021-01-17 01:53:34'),(43952,17560,'action complete via WP Cron','2021-01-17 09:53:34','2021-01-17 01:53:34'),(43953,17561,'action created','2021-01-17 09:53:34','2021-01-17 01:53:34'),(43954,17561,'action started via WP Cron','2021-01-17 09:54:28','2021-01-17 01:54:28'),(43955,17561,'action complete via WP Cron','2021-01-17 09:54:28','2021-01-17 01:54:28'),(43956,17562,'action created','2021-01-17 09:54:28','2021-01-17 01:54:28'),(43957,17562,'action started via WP Cron','2021-01-17 09:55:29','2021-01-17 01:55:29'),(43958,17562,'action complete via WP Cron','2021-01-17 09:55:29','2021-01-17 01:55:29'),(43959,17563,'action created','2021-01-17 09:55:29','2021-01-17 01:55:29'),(43960,17563,'action started via WP Cron','2021-01-17 09:56:28','2021-01-17 01:56:28'),(43961,17563,'action complete via WP Cron','2021-01-17 09:56:28','2021-01-17 01:56:28'),(43962,17564,'action created','2021-01-17 09:56:28','2021-01-17 01:56:28'),(43963,17564,'action started via WP Cron','2021-01-17 09:57:28','2021-01-17 01:57:28'),(43964,17564,'action complete via WP Cron','2021-01-17 09:57:28','2021-01-17 01:57:28'),(43965,17565,'action created','2021-01-17 09:57:28','2021-01-17 01:57:28'),(43966,17565,'action started via WP Cron','2021-01-17 10:01:06','2021-01-17 02:01:06'),(43967,17565,'action complete via WP Cron','2021-01-17 10:01:06','2021-01-17 02:01:06'),(43968,17566,'action created','2021-01-17 10:01:06','2021-01-17 02:01:06'),(43969,17566,'action started via WP Cron','2021-01-17 10:02:00','2021-01-17 02:02:00'),(43970,17566,'action complete via WP Cron','2021-01-17 10:02:00','2021-01-17 02:02:00'),(43971,17567,'action created','2021-01-17 10:02:00','2021-01-17 02:02:00'),(43972,17567,'action started via WP Cron','2021-01-17 10:03:12','2021-01-17 02:03:12'),(43973,17567,'action complete via WP Cron','2021-01-17 10:03:12','2021-01-17 02:03:12'),(43974,17568,'action created','2021-01-17 10:03:12','2021-01-17 02:03:12'),(43975,17568,'action started via WP Cron','2021-01-17 10:04:03','2021-01-17 02:04:03'),(43976,17568,'action complete via WP Cron','2021-01-17 10:04:03','2021-01-17 02:04:03'),(43977,17569,'action created','2021-01-17 10:04:03','2021-01-17 02:04:03'),(43978,17569,'action started via WP Cron','2021-01-17 10:07:17','2021-01-17 02:07:17'),(43979,17569,'action complete via WP Cron','2021-01-17 10:07:17','2021-01-17 02:07:17'),(43980,17570,'action created','2021-01-17 10:07:17','2021-01-17 02:07:17'),(43981,17570,'action started via WP Cron','2021-01-17 10:07:42','2021-01-17 02:07:42'),(43982,17570,'action complete via WP Cron','2021-01-17 10:07:42','2021-01-17 02:07:42'),(43983,17571,'action created','2021-01-17 10:07:43','2021-01-17 02:07:43'),(43984,17571,'action started via WP Cron','2021-01-17 10:10:34','2021-01-17 02:10:34'),(43985,17571,'action complete via WP Cron','2021-01-17 10:10:34','2021-01-17 02:10:34'),(43986,17572,'action created','2021-01-17 10:10:34','2021-01-17 02:10:34'),(43987,17572,'action started via WP Cron','2021-01-17 10:14:36','2021-01-17 02:14:36'),(43988,17572,'action complete via WP Cron','2021-01-17 10:14:36','2021-01-17 02:14:36'),(43989,17573,'action created','2021-01-17 10:14:36','2021-01-17 02:14:36'),(43990,17573,'action started via WP Cron','2021-01-17 10:15:38','2021-01-17 02:15:38'),(43991,17573,'action complete via WP Cron','2021-01-17 10:15:38','2021-01-17 02:15:38'),(43992,17574,'action created','2021-01-17 10:15:38','2021-01-17 02:15:38'),(43993,17574,'action started via WP Cron','2021-01-17 10:16:08','2021-01-17 02:16:08'),(43994,17574,'action complete via WP Cron','2021-01-17 10:16:08','2021-01-17 02:16:08'),(43995,17575,'action created','2021-01-17 10:16:08','2021-01-17 02:16:08'),(43996,17575,'action started via WP Cron','2021-01-17 10:17:30','2021-01-17 02:17:30'),(43997,17575,'action complete via WP Cron','2021-01-17 10:17:30','2021-01-17 02:17:30'),(43998,17576,'action created','2021-01-17 10:17:30','2021-01-17 02:17:30'),(43999,17576,'action started via WP Cron','2021-01-17 10:18:39','2021-01-17 02:18:39'),(44000,17576,'action complete via WP Cron','2021-01-17 10:18:39','2021-01-17 02:18:39'),(44001,17577,'action created','2021-01-17 10:18:40','2021-01-17 02:18:40'),(44002,17577,'action started via WP Cron','2021-01-17 10:18:55','2021-01-17 02:18:55'),(44003,17577,'action complete via WP Cron','2021-01-17 10:18:55','2021-01-17 02:18:55'),(44004,17578,'action created','2021-01-17 10:18:55','2021-01-17 02:18:55'),(44005,17578,'action started via WP Cron','2021-01-17 10:19:41','2021-01-17 02:19:41'),(44006,17578,'action complete via WP Cron','2021-01-17 10:19:41','2021-01-17 02:19:41'),(44007,17579,'action created','2021-01-17 10:19:41','2021-01-17 02:19:41'),(44008,17579,'action started via WP Cron','2021-01-17 10:23:14','2021-01-17 02:23:14'),(44009,17579,'action complete via WP Cron','2021-01-17 10:23:14','2021-01-17 02:23:14'),(44010,17580,'action created','2021-01-17 10:23:14','2021-01-17 02:23:14'),(44011,17580,'action started via WP Cron','2021-01-17 10:26:19','2021-01-17 02:26:19'),(44012,17580,'action complete via WP Cron','2021-01-17 10:26:19','2021-01-17 02:26:19'),(44013,17581,'action created','2021-01-17 10:26:19','2021-01-17 02:26:19'),(44014,17581,'action started via WP Cron','2021-01-17 10:27:55','2021-01-17 02:27:55'),(44015,17581,'action complete via WP Cron','2021-01-17 10:27:55','2021-01-17 02:27:55'),(44016,17582,'action created','2021-01-17 10:27:55','2021-01-17 02:27:55'),(44017,17582,'action started via WP Cron','2021-01-17 10:31:06','2021-01-17 02:31:06'),(44018,17582,'action complete via WP Cron','2021-01-17 10:31:06','2021-01-17 02:31:06'),(44019,17583,'action created','2021-01-17 10:31:06','2021-01-17 02:31:06'),(44020,17583,'action started via WP Cron','2021-01-17 10:33:08','2021-01-17 02:33:08'),(44021,17583,'action complete via WP Cron','2021-01-17 10:33:08','2021-01-17 02:33:08'),(44022,17584,'action created','2021-01-17 10:33:08','2021-01-17 02:33:08'),(44023,17584,'action started via WP Cron','2021-01-17 10:33:47','2021-01-17 02:33:47'),(44024,17584,'action complete via WP Cron','2021-01-17 10:33:47','2021-01-17 02:33:47'),(44025,17585,'action created','2021-01-17 10:33:47','2021-01-17 02:33:47'),(44026,17585,'action started via WP Cron','2021-01-17 10:35:09','2021-01-17 02:35:09'),(44027,17585,'action complete via WP Cron','2021-01-17 10:35:09','2021-01-17 02:35:09'),(44028,17586,'action created','2021-01-17 10:35:09','2021-01-17 02:35:09'),(44029,17586,'action started via WP Cron','2021-01-17 10:36:03','2021-01-17 02:36:03'),(44030,17586,'action complete via WP Cron','2021-01-17 10:36:03','2021-01-17 02:36:03'),(44031,17587,'action created','2021-01-17 10:36:03','2021-01-17 02:36:03'),(44032,17587,'action started via WP Cron','2021-01-17 10:37:04','2021-01-17 02:37:04'),(44033,17587,'action complete via WP Cron','2021-01-17 10:37:04','2021-01-17 02:37:04'),(44034,17588,'action created','2021-01-17 10:37:04','2021-01-17 02:37:04'),(44035,17588,'action started via WP Cron','2021-01-17 10:38:44','2021-01-17 02:38:44'),(44036,17588,'action complete via WP Cron','2021-01-17 10:38:44','2021-01-17 02:38:44'),(44037,17589,'action created','2021-01-17 10:38:44','2021-01-17 02:38:44'),(44038,17589,'action started via WP Cron','2021-01-17 10:42:47','2021-01-17 02:42:47'),(44039,17589,'action complete via WP Cron','2021-01-17 10:42:47','2021-01-17 02:42:47'),(44040,17590,'action created','2021-01-17 10:42:47','2021-01-17 02:42:47'),(44041,17590,'action started via WP Cron','2021-01-17 10:50:46','2021-01-17 02:50:46'),(44042,17590,'action complete via WP Cron','2021-01-17 10:50:46','2021-01-17 02:50:46'),(44043,17591,'action created','2021-01-17 10:50:46','2021-01-17 02:50:46'),(44044,17591,'action started via WP Cron','2021-01-17 10:52:08','2021-01-17 02:52:08'),(44045,17591,'action complete via WP Cron','2021-01-17 10:52:08','2021-01-17 02:52:08'),(44046,17592,'action created','2021-01-17 10:52:09','2021-01-17 02:52:09'),(44047,17592,'action started via WP Cron','2021-01-17 10:53:15','2021-01-17 02:53:15'),(44048,17592,'action complete via WP Cron','2021-01-17 10:53:15','2021-01-17 02:53:15'),(44049,17593,'action created','2021-01-17 10:53:21','2021-01-17 02:53:21'),(44050,17593,'action started via WP Cron','2021-01-17 10:54:28','2021-01-17 02:54:28'),(44051,17593,'action complete via WP Cron','2021-01-17 10:54:28','2021-01-17 02:54:28'),(44052,17594,'action created','2021-01-17 10:54:29','2021-01-17 02:54:29'),(44053,17594,'action started via WP Cron','2021-01-17 10:55:31','2021-01-17 02:55:31'),(44054,17594,'action complete via WP Cron','2021-01-17 10:55:31','2021-01-17 02:55:31'),(44055,17595,'action created','2021-01-17 10:55:31','2021-01-17 02:55:31'),(44056,17595,'action started via WP Cron','2021-01-17 10:56:20','2021-01-17 02:56:20'),(44057,17595,'action complete via WP Cron','2021-01-17 10:56:20','2021-01-17 02:56:20'),(44058,17596,'action created','2021-01-17 10:56:20','2021-01-17 02:56:20'),(44059,17596,'action started via WP Cron','2021-01-17 10:58:39','2021-01-17 02:58:39'),(44060,17596,'action complete via WP Cron','2021-01-17 10:58:39','2021-01-17 02:58:39'),(44061,17597,'action created','2021-01-17 10:58:39','2021-01-17 02:58:39'),(44062,17597,'action started via WP Cron','2021-01-17 11:03:26','2021-01-17 03:03:26'),(44063,17597,'action complete via WP Cron','2021-01-17 11:03:26','2021-01-17 03:03:26'),(44064,17598,'action created','2021-01-17 11:03:26','2021-01-17 03:03:26'),(44065,17598,'action started via WP Cron','2021-01-17 11:04:27','2021-01-17 03:04:27'),(44066,17598,'action complete via WP Cron','2021-01-17 11:04:27','2021-01-17 03:04:27'),(44067,17599,'action created','2021-01-17 11:04:27','2021-01-17 03:04:27'),(44068,17599,'action started via WP Cron','2021-01-17 11:05:29','2021-01-17 03:05:29'),(44069,17599,'action complete via WP Cron','2021-01-17 11:05:29','2021-01-17 03:05:29'),(44070,17600,'action created','2021-01-17 11:05:29','2021-01-17 03:05:29'),(44071,17600,'action started via WP Cron','2021-01-17 11:07:30','2021-01-17 03:07:30'),(44072,17600,'action complete via WP Cron','2021-01-17 11:07:30','2021-01-17 03:07:30'),(44073,17601,'action created','2021-01-17 11:07:30','2021-01-17 03:07:30'),(44074,17601,'action started via WP Cron','2021-01-17 11:08:31','2021-01-17 03:08:31'),(44075,17601,'action complete via WP Cron','2021-01-17 11:08:31','2021-01-17 03:08:31'),(44076,17602,'action created','2021-01-17 11:08:31','2021-01-17 03:08:31'),(44077,17602,'action started via WP Cron','2021-01-17 11:09:32','2021-01-17 03:09:32'),(44078,17602,'action complete via WP Cron','2021-01-17 11:09:32','2021-01-17 03:09:32'),(44079,17603,'action created','2021-01-17 11:09:32','2021-01-17 03:09:32'),(44080,17603,'action started via WP Cron','2021-01-17 11:09:56','2021-01-17 03:09:56'),(44081,17603,'action complete via WP Cron','2021-01-17 11:09:56','2021-01-17 03:09:56'),(44082,17604,'action created','2021-01-17 11:09:56','2021-01-17 03:09:56'),(44083,17604,'action started via WP Cron','2021-01-17 11:18:36','2021-01-17 03:18:36'),(44084,17604,'action complete via WP Cron','2021-01-17 11:18:36','2021-01-17 03:18:36'),(44085,17605,'action created','2021-01-17 11:18:36','2021-01-17 03:18:36'),(44086,17605,'action started via WP Cron','2021-01-17 11:19:02','2021-01-17 03:19:02'),(44087,17605,'action complete via WP Cron','2021-01-17 11:19:02','2021-01-17 03:19:02'),(44088,17606,'action created','2021-01-17 11:19:02','2021-01-17 03:19:02'),(44089,17606,'action started via WP Cron','2021-01-17 11:19:47','2021-01-17 03:19:47'),(44090,17606,'action complete via WP Cron','2021-01-17 11:19:47','2021-01-17 03:19:47'),(44091,17607,'action created','2021-01-17 11:19:47','2021-01-17 03:19:47'),(44092,17607,'action started via WP Cron','2021-01-17 11:20:41','2021-01-17 03:20:41'),(44093,17607,'action complete via WP Cron','2021-01-17 11:20:41','2021-01-17 03:20:41'),(44094,17608,'action created','2021-01-17 11:20:41','2021-01-17 03:20:41'),(44095,17608,'action started via WP Cron','2021-01-17 11:21:42','2021-01-17 03:21:42'),(44096,17608,'action complete via WP Cron','2021-01-17 11:21:42','2021-01-17 03:21:42'),(44097,17609,'action created','2021-01-17 11:21:42','2021-01-17 03:21:42'),(44098,17609,'action started via WP Cron','2021-01-17 11:23:44','2021-01-17 03:23:44'),(44099,17609,'action complete via WP Cron','2021-01-17 11:23:44','2021-01-17 03:23:44'),(44100,17610,'action created','2021-01-17 11:23:44','2021-01-17 03:23:44'),(44101,17610,'action started via WP Cron','2021-01-17 11:24:45','2021-01-17 03:24:45'),(44102,17610,'action complete via WP Cron','2021-01-17 11:24:45','2021-01-17 03:24:45'),(44103,17611,'action created','2021-01-17 11:24:45','2021-01-17 03:24:45'),(44104,17611,'action started via WP Cron','2021-01-17 11:28:13','2021-01-17 03:28:13'),(44105,17611,'action complete via WP Cron','2021-01-17 11:28:13','2021-01-17 03:28:13'),(44106,17612,'action created','2021-01-17 11:28:13','2021-01-17 03:28:13'),(44107,17612,'action started via WP Cron','2021-01-17 11:37:10','2021-01-17 03:37:10'),(44108,17612,'action complete via WP Cron','2021-01-17 11:37:10','2021-01-17 03:37:10'),(44109,17613,'action created','2021-01-17 11:37:10','2021-01-17 03:37:10'),(44110,17613,'action started via WP Cron','2021-01-17 11:38:04','2021-01-17 03:38:04'),(44111,17613,'action complete via WP Cron','2021-01-17 11:38:04','2021-01-17 03:38:04'),(44112,17614,'action created','2021-01-17 11:38:04','2021-01-17 03:38:04'),(44113,17614,'action started via WP Cron','2021-01-17 11:39:05','2021-01-17 03:39:05'),(44114,17614,'action complete via WP Cron','2021-01-17 11:39:05','2021-01-17 03:39:05'),(44115,17615,'action created','2021-01-17 11:39:05','2021-01-17 03:39:05'),(44116,17615,'action started via WP Cron','2021-01-17 11:40:06','2021-01-17 03:40:06'),(44117,17615,'action complete via WP Cron','2021-01-17 11:40:06','2021-01-17 03:40:06'),(44118,17616,'action created','2021-01-17 11:40:06','2021-01-17 03:40:06'),(44119,17616,'action started via WP Cron','2021-01-17 11:41:07','2021-01-17 03:41:07'),(44120,17616,'action complete via WP Cron','2021-01-17 11:41:07','2021-01-17 03:41:07'),(44121,17617,'action created','2021-01-17 11:41:07','2021-01-17 03:41:07'),(44122,17617,'action started via WP Cron','2021-01-17 11:46:57','2021-01-17 03:46:57'),(44123,17617,'action complete via WP Cron','2021-01-17 11:46:57','2021-01-17 03:46:57'),(44124,17618,'action created','2021-01-17 11:46:57','2021-01-17 03:46:57'),(44125,17618,'action started via WP Cron','2021-01-17 11:48:19','2021-01-17 03:48:19'),(44126,17618,'action complete via WP Cron','2021-01-17 11:48:19','2021-01-17 03:48:19'),(44127,17619,'action created','2021-01-17 11:48:19','2021-01-17 03:48:19'),(44128,17619,'action started via WP Cron','2021-01-17 11:48:45','2021-01-17 03:48:45'),(44129,17619,'action complete via WP Cron','2021-01-17 11:48:45','2021-01-17 03:48:45'),(44130,17620,'action created','2021-01-17 11:48:45','2021-01-17 03:48:45'),(44131,17620,'action started via WP Cron','2021-01-17 11:49:41','2021-01-17 03:49:41'),(44132,17620,'action complete via WP Cron','2021-01-17 11:49:41','2021-01-17 03:49:41'),(44133,17621,'action created','2021-01-17 11:49:46','2021-01-17 03:49:46'),(44134,17621,'action started via WP Cron','2021-01-17 11:50:43','2021-01-17 03:50:43'),(44135,17621,'action complete via WP Cron','2021-01-17 11:50:43','2021-01-17 03:50:43'),(44136,17622,'action created','2021-01-17 11:50:43','2021-01-17 03:50:43'),(44137,17622,'action started via WP Cron','2021-01-17 11:51:45','2021-01-17 03:51:45'),(44138,17622,'action complete via WP Cron','2021-01-17 11:51:45','2021-01-17 03:51:45'),(44139,17623,'action created','2021-01-17 11:51:48','2021-01-17 03:51:48'),(44140,17623,'action started via WP Cron','2021-01-17 11:52:42','2021-01-17 03:52:42'),(44141,17623,'action complete via WP Cron','2021-01-17 11:52:42','2021-01-17 03:52:42'),(44142,17624,'action created','2021-01-17 11:52:42','2021-01-17 03:52:42'),(44143,17624,'action started via WP Cron','2021-01-17 11:53:41','2021-01-17 03:53:41'),(44144,17624,'action complete via WP Cron','2021-01-17 11:53:41','2021-01-17 03:53:41'),(44145,17625,'action created','2021-01-17 11:53:41','2021-01-17 03:53:41'),(44146,17625,'action started via WP Cron','2021-01-17 11:54:49','2021-01-17 03:54:49'),(44147,17625,'action complete via WP Cron','2021-01-17 11:54:49','2021-01-17 03:54:49'),(44148,17626,'action created','2021-01-17 11:54:49','2021-01-17 03:54:49'),(44149,17626,'action started via WP Cron','2021-01-17 11:55:47','2021-01-17 03:55:47'),(44150,17626,'action complete via WP Cron','2021-01-17 11:55:47','2021-01-17 03:55:47'),(44151,17627,'action created','2021-01-17 11:55:47','2021-01-17 03:55:47'),(44152,17627,'action started via WP Cron','2021-01-17 11:56:44','2021-01-17 03:56:44'),(44153,17627,'action complete via WP Cron','2021-01-17 11:56:44','2021-01-17 03:56:44'),(44154,17628,'action created','2021-01-17 11:56:44','2021-01-17 03:56:44'),(44155,17628,'action started via WP Cron','2021-01-17 11:57:41','2021-01-17 03:57:41'),(44156,17628,'action complete via WP Cron','2021-01-17 11:57:41','2021-01-17 03:57:41'),(44157,17629,'action created','2021-01-17 11:57:41','2021-01-17 03:57:41'),(44158,17629,'action started via WP Cron','2021-01-17 11:58:41','2021-01-17 03:58:41'),(44159,17629,'action complete via WP Cron','2021-01-17 11:58:41','2021-01-17 03:58:41'),(44160,17630,'action created','2021-01-17 11:58:41','2021-01-17 03:58:41'),(44161,17630,'action started via WP Cron','2021-01-17 11:59:42','2021-01-17 03:59:42'),(44162,17630,'action complete via WP Cron','2021-01-17 11:59:42','2021-01-17 03:59:42'),(44163,17631,'action created','2021-01-17 11:59:42','2021-01-17 03:59:42'),(44164,17631,'action started via WP Cron','2021-01-17 12:00:47','2021-01-17 04:00:47'),(44165,17631,'action complete via WP Cron','2021-01-17 12:00:47','2021-01-17 04:00:47'),(44166,17632,'action created','2021-01-17 12:00:47','2021-01-17 04:00:47'),(44167,17632,'action started via WP Cron','2021-01-17 12:01:43','2021-01-17 04:01:43'),(44168,17632,'action complete via WP Cron','2021-01-17 12:01:43','2021-01-17 04:01:43'),(44169,17633,'action created','2021-01-17 12:01:43','2021-01-17 04:01:43'),(44170,17633,'action started via WP Cron','2021-01-17 12:02:45','2021-01-17 04:02:45'),(44171,17633,'action complete via WP Cron','2021-01-17 12:02:45','2021-01-17 04:02:45'),(44172,17634,'action created','2021-01-17 12:02:45','2021-01-17 04:02:45'),(44173,17634,'action started via WP Cron','2021-01-17 12:03:45','2021-01-17 04:03:45'),(44174,17634,'action complete via WP Cron','2021-01-17 12:03:45','2021-01-17 04:03:45'),(44175,17635,'action created','2021-01-17 12:03:45','2021-01-17 04:03:45'),(44176,17635,'action started via WP Cron','2021-01-17 12:04:44','2021-01-17 04:04:44'),(44177,17635,'action complete via WP Cron','2021-01-17 12:04:44','2021-01-17 04:04:44'),(44178,17636,'action created','2021-01-17 12:04:47','2021-01-17 04:04:47'),(44179,17636,'action started via WP Cron','2021-01-17 12:05:43','2021-01-17 04:05:43'),(44180,17636,'action complete via WP Cron','2021-01-17 12:05:43','2021-01-17 04:05:43'),(44181,17637,'action created','2021-01-17 12:05:43','2021-01-17 04:05:43'),(44182,17637,'action started via WP Cron','2021-01-17 12:06:41','2021-01-17 04:06:41'),(44183,17637,'action complete via WP Cron','2021-01-17 12:06:41','2021-01-17 04:06:41'),(44184,17638,'action created','2021-01-17 12:06:41','2021-01-17 04:06:41'),(44185,17638,'action started via WP Cron','2021-01-17 12:07:42','2021-01-17 04:07:42'),(44186,17638,'action complete via WP Cron','2021-01-17 12:07:42','2021-01-17 04:07:42'),(44187,17639,'action created','2021-01-17 12:07:42','2021-01-17 04:07:42'),(44188,17639,'action started via WP Cron','2021-01-17 12:08:44','2021-01-17 04:08:44'),(44189,17639,'action complete via WP Cron','2021-01-17 12:08:44','2021-01-17 04:08:44'),(44190,17640,'action created','2021-01-17 12:08:44','2021-01-17 04:08:44'),(44191,17640,'action started via WP Cron','2021-01-17 12:09:43','2021-01-17 04:09:43'),(44192,17640,'action complete via WP Cron','2021-01-17 12:09:43','2021-01-17 04:09:43'),(44193,17641,'action created','2021-01-17 12:09:43','2021-01-17 04:09:43'),(44194,17641,'action started via WP Cron','2021-01-17 12:10:43','2021-01-17 04:10:43'),(44195,17641,'action complete via WP Cron','2021-01-17 12:10:43','2021-01-17 04:10:43'),(44196,17642,'action created','2021-01-17 12:10:44','2021-01-17 04:10:44'),(44197,17642,'action started via WP Cron','2021-01-17 12:11:51','2021-01-17 04:11:51'),(44198,17642,'action complete via WP Cron','2021-01-17 12:11:51','2021-01-17 04:11:51'),(44199,17643,'action created','2021-01-17 12:11:51','2021-01-17 04:11:51'),(44200,17643,'action started via WP Cron','2021-01-17 12:13:03','2021-01-17 04:13:03'),(44201,17643,'action complete via WP Cron','2021-01-17 12:13:03','2021-01-17 04:13:03'),(44202,17644,'action created','2021-01-17 12:13:03','2021-01-17 04:13:03'),(44203,17644,'action started via WP Cron','2021-01-17 12:14:04','2021-01-17 04:14:04'),(44204,17644,'action complete via WP Cron','2021-01-17 12:14:04','2021-01-17 04:14:04'),(44205,17645,'action created','2021-01-17 12:14:26','2021-01-17 04:14:26'),(44206,17645,'action started via WP Cron','2021-01-17 12:16:02','2021-01-17 04:16:02'),(44207,17645,'action complete via WP Cron','2021-01-17 12:16:02','2021-01-17 04:16:02'),(44208,17646,'action created','2021-01-17 12:16:02','2021-01-17 04:16:02'),(44209,17646,'action started via WP Cron','2021-01-17 12:17:32','2021-01-17 04:17:32'),(44210,17646,'action complete via WP Cron','2021-01-17 12:17:32','2021-01-17 04:17:32'),(44211,17647,'action created','2021-01-17 12:17:32','2021-01-17 04:17:32'),(44212,17647,'action started via WP Cron','2021-01-17 12:18:44','2021-01-17 04:18:44'),(44213,17647,'action complete via WP Cron','2021-01-17 12:18:44','2021-01-17 04:18:44'),(44214,17648,'action created','2021-01-17 12:18:44','2021-01-17 04:18:44'),(44215,17648,'action started via WP Cron','2021-01-17 12:24:23','2021-01-17 04:24:23'),(44216,17648,'action complete via WP Cron','2021-01-17 12:24:23','2021-01-17 04:24:23'),(44217,17649,'action created','2021-01-17 12:24:23','2021-01-17 04:24:23'),(44218,17649,'action started via WP Cron','2021-01-17 12:24:43','2021-01-17 04:24:43'),(44219,17649,'action complete via WP Cron','2021-01-17 12:24:43','2021-01-17 04:24:43'),(44220,17650,'action created','2021-01-17 12:24:43','2021-01-17 04:24:43'),(44221,17650,'action started via WP Cron','2021-01-17 12:26:11','2021-01-17 04:26:11'),(44222,17650,'action complete via WP Cron','2021-01-17 12:26:11','2021-01-17 04:26:11'),(44223,17651,'action created','2021-01-17 12:26:11','2021-01-17 04:26:11'),(44224,17651,'action started via WP Cron','2021-01-17 12:29:39','2021-01-17 04:29:39'),(44225,17651,'action complete via WP Cron','2021-01-17 12:29:39','2021-01-17 04:29:39'),(44226,17652,'action created','2021-01-17 12:29:39','2021-01-17 04:29:39'),(44227,17652,'action started via WP Cron','2021-01-17 12:30:54','2021-01-17 04:30:54'),(44228,17652,'action complete via WP Cron','2021-01-17 12:30:54','2021-01-17 04:30:54'),(44229,17653,'action created','2021-01-17 12:30:55','2021-01-17 04:30:55'),(44230,17653,'action started via WP Cron','2021-01-17 12:32:49','2021-01-17 04:32:49'),(44231,17653,'action complete via WP Cron','2021-01-17 12:32:49','2021-01-17 04:32:49'),(44232,17654,'action created','2021-01-17 12:32:49','2021-01-17 04:32:49'),(44233,17654,'action started via WP Cron','2021-01-17 12:37:01','2021-01-17 04:37:01'),(44234,17654,'action complete via WP Cron','2021-01-17 12:37:01','2021-01-17 04:37:01'),(44235,17655,'action created','2021-01-17 12:37:01','2021-01-17 04:37:01'),(44236,17655,'action started via WP Cron','2021-01-17 12:38:08','2021-01-17 04:38:08'),(44237,17655,'action complete via WP Cron','2021-01-17 12:38:08','2021-01-17 04:38:08'),(44238,17656,'action created','2021-01-17 12:38:08','2021-01-17 04:38:08'),(44239,17656,'action started via WP Cron','2021-01-17 12:39:10','2021-01-17 04:39:10'),(44240,17656,'action complete via WP Cron','2021-01-17 12:39:10','2021-01-17 04:39:10'),(44241,17657,'action created','2021-01-17 12:39:10','2021-01-17 04:39:10'),(44242,17657,'action started via WP Cron','2021-01-17 12:40:29','2021-01-17 04:40:29'),(44243,17657,'action complete via WP Cron','2021-01-17 12:40:29','2021-01-17 04:40:29'),(44244,17658,'action created','2021-01-17 12:40:29','2021-01-17 04:40:29'),(44245,17658,'action started via WP Cron','2021-01-17 12:41:13','2021-01-17 04:41:13'),(44246,17658,'action complete via WP Cron','2021-01-17 12:41:13','2021-01-17 04:41:13'),(44247,17659,'action created','2021-01-17 12:41:13','2021-01-17 04:41:13'),(44248,17659,'action started via WP Cron','2021-01-17 12:41:45','2021-01-17 04:41:45'),(44249,17659,'action complete via WP Cron','2021-01-17 12:41:45','2021-01-17 04:41:45'),(44250,17660,'action created','2021-01-17 12:41:45','2021-01-17 04:41:45'),(44251,17660,'action started via WP Cron','2021-01-17 12:42:46','2021-01-17 04:42:46'),(44252,17660,'action complete via WP Cron','2021-01-17 12:42:46','2021-01-17 04:42:46'),(44253,17661,'action created','2021-01-17 12:42:47','2021-01-17 04:42:47'),(44254,17661,'action started via WP Cron','2021-01-17 12:43:47','2021-01-17 04:43:47'),(44255,17661,'action complete via WP Cron','2021-01-17 12:43:47','2021-01-17 04:43:47'),(44256,17662,'action created','2021-01-17 12:43:47','2021-01-17 04:43:47'),(44257,17662,'action started via WP Cron','2021-01-17 12:47:23','2021-01-17 04:47:23'),(44258,17662,'action complete via WP Cron','2021-01-17 12:47:23','2021-01-17 04:47:23'),(44259,17663,'action created','2021-01-17 12:47:23','2021-01-17 04:47:23'),(44260,17663,'action started via WP Cron','2021-01-17 12:48:54','2021-01-17 04:48:54'),(44261,17663,'action complete via WP Cron','2021-01-17 12:48:54','2021-01-17 04:48:54'),(44262,17664,'action created','2021-01-17 12:48:54','2021-01-17 04:48:54'),(44263,17664,'action started via WP Cron','2021-01-17 12:52:46','2021-01-17 04:52:46'),(44264,17664,'action complete via WP Cron','2021-01-17 12:52:46','2021-01-17 04:52:46'),(44265,17665,'action created','2021-01-17 12:52:46','2021-01-17 04:52:46'),(44266,17665,'action started via WP Cron','2021-01-17 12:53:42','2021-01-17 04:53:42'),(44267,17665,'action complete via WP Cron','2021-01-17 12:53:42','2021-01-17 04:53:42'),(44268,17666,'action created','2021-01-17 12:53:42','2021-01-17 04:53:42'),(44269,17666,'action started via WP Cron','2021-01-17 12:56:09','2021-01-17 04:56:09'),(44270,17666,'action complete via WP Cron','2021-01-17 12:56:09','2021-01-17 04:56:09'),(44271,17667,'action created','2021-01-17 12:56:09','2021-01-17 04:56:09'),(44272,17667,'action started via WP Cron','2021-01-17 12:57:19','2021-01-17 04:57:19'),(44273,17667,'action complete via WP Cron','2021-01-17 12:57:19','2021-01-17 04:57:19'),(44274,17668,'action created','2021-01-17 12:58:45','2021-01-17 04:58:45'),(44275,17668,'action started via WP Cron','2021-01-17 12:59:52','2021-01-17 04:59:52'),(44276,17668,'action complete via WP Cron','2021-01-17 12:59:52','2021-01-17 04:59:52'),(44277,17669,'action created','2021-01-17 12:59:52','2021-01-17 04:59:52'),(44278,17669,'action started via WP Cron','2021-01-17 13:00:57','2021-01-17 05:00:57'),(44279,17669,'action complete via WP Cron','2021-01-17 13:00:57','2021-01-17 05:00:57'),(44280,17670,'action created','2021-01-17 13:00:57','2021-01-17 05:00:57'),(44281,17670,'action started via WP Cron','2021-01-17 13:04:30','2021-01-17 05:04:30'),(44282,17670,'action complete via WP Cron','2021-01-17 13:04:30','2021-01-17 05:04:30'),(44283,17671,'action created','2021-01-17 13:04:30','2021-01-17 05:04:30'),(44284,17671,'action started via WP Cron','2021-01-17 13:05:28','2021-01-17 05:05:28'),(44285,17671,'action complete via WP Cron','2021-01-17 13:05:28','2021-01-17 05:05:28'),(44286,17672,'action created','2021-01-17 13:05:28','2021-01-17 05:05:28'),(44287,17672,'action started via WP Cron','2021-01-17 13:06:36','2021-01-17 05:06:36'),(44288,17672,'action complete via WP Cron','2021-01-17 13:06:36','2021-01-17 05:06:36'),(44289,17673,'action created','2021-01-17 13:06:36','2021-01-17 05:06:36'),(44290,17673,'action started via WP Cron','2021-01-17 13:07:21','2021-01-17 05:07:21'),(44291,17673,'action complete via WP Cron','2021-01-17 13:07:21','2021-01-17 05:07:21'),(44292,17674,'action created','2021-01-17 13:07:21','2021-01-17 05:07:21'),(44293,17674,'action started via WP Cron','2021-01-17 13:08:35','2021-01-17 05:08:35'),(44294,17674,'action complete via WP Cron','2021-01-17 13:08:35','2021-01-17 05:08:35'),(44295,17675,'action created','2021-01-17 13:08:35','2021-01-17 05:08:35'),(44296,17675,'action started via WP Cron','2021-01-17 13:09:03','2021-01-17 05:09:03'),(44297,17675,'action complete via WP Cron','2021-01-17 13:09:03','2021-01-17 05:09:03'),(44298,17676,'action created','2021-01-17 13:09:03','2021-01-17 05:09:03'),(44299,17676,'action started via WP Cron','2021-01-17 13:10:18','2021-01-17 05:10:18'),(44300,17676,'action complete via WP Cron','2021-01-17 13:10:18','2021-01-17 05:10:18'),(44301,17677,'action created','2021-01-17 13:10:18','2021-01-17 05:10:18'),(44302,17677,'action started via WP Cron','2021-01-17 13:11:46','2021-01-17 05:11:46'),(44303,17677,'action complete via WP Cron','2021-01-17 13:11:46','2021-01-17 05:11:46'),(44304,17678,'action created','2021-01-17 13:11:46','2021-01-17 05:11:46'),(44305,17678,'action started via WP Cron','2021-01-17 13:13:43','2021-01-17 05:13:43'),(44306,17678,'action complete via WP Cron','2021-01-17 13:13:43','2021-01-17 05:13:43'),(44307,17679,'action created','2021-01-17 13:13:43','2021-01-17 05:13:43'),(44308,17679,'action started via WP Cron','2021-01-17 13:14:50','2021-01-17 05:14:50'),(44309,17679,'action complete via WP Cron','2021-01-17 13:14:50','2021-01-17 05:14:50'),(44310,17680,'action created','2021-01-17 13:14:50','2021-01-17 05:14:50'),(44311,17680,'action started via WP Cron','2021-01-17 13:16:10','2021-01-17 05:16:10'),(44312,17680,'action complete via WP Cron','2021-01-17 13:16:10','2021-01-17 05:16:10'),(44313,17681,'action created','2021-01-17 13:16:10','2021-01-17 05:16:10'),(44314,17681,'action started via WP Cron','2021-01-17 13:17:11','2021-01-17 05:17:11'),(44315,17681,'action complete via WP Cron','2021-01-17 13:17:11','2021-01-17 05:17:11'),(44316,17682,'action created','2021-01-17 13:17:11','2021-01-17 05:17:11'),(44317,17682,'action started via WP Cron','2021-01-17 13:18:16','2021-01-17 05:18:16'),(44318,17682,'action complete via WP Cron','2021-01-17 13:18:16','2021-01-17 05:18:16'),(44319,17683,'action created','2021-01-17 13:23:54','2021-01-17 05:23:54'),(44320,17683,'action started via WP Cron','2021-01-17 13:24:44','2021-01-17 05:24:44'),(44321,17683,'action complete via WP Cron','2021-01-17 13:24:44','2021-01-17 05:24:44'),(44322,17684,'action created','2021-01-17 13:24:44','2021-01-17 05:24:44'),(44323,17684,'action started via WP Cron','2021-01-17 13:27:48','2021-01-17 05:27:48'),(44324,17684,'action complete via WP Cron','2021-01-17 13:27:48','2021-01-17 05:27:48'),(44325,17685,'action created','2021-01-17 13:27:48','2021-01-17 05:27:48'),(44326,17685,'action started via WP Cron','2021-01-17 13:28:55','2021-01-17 05:28:55'),(44327,17685,'action complete via WP Cron','2021-01-17 13:28:55','2021-01-17 05:28:55'),(44328,17686,'action created','2021-01-17 13:32:12','2021-01-17 05:32:12'),(44329,17686,'action started via WP Cron','2021-01-17 13:33:15','2021-01-17 05:33:15'),(44330,17686,'action complete via WP Cron','2021-01-17 13:33:15','2021-01-17 05:33:15'),(44331,17687,'action created','2021-01-17 13:33:15','2021-01-17 05:33:15'),(44332,17687,'action started via WP Cron','2021-01-17 13:36:58','2021-01-17 05:36:58'),(44333,17687,'action complete via WP Cron','2021-01-17 13:36:58','2021-01-17 05:36:58'),(44334,17688,'action created','2021-01-17 13:36:58','2021-01-17 05:36:58'),(44335,17688,'action started via WP Cron','2021-01-17 13:37:54','2021-01-17 05:37:54'),(44336,17688,'action complete via WP Cron','2021-01-17 13:37:54','2021-01-17 05:37:54'),(44337,17689,'action created','2021-01-17 13:37:54','2021-01-17 05:37:54'),(44338,17689,'action started via WP Cron','2021-01-17 13:39:09','2021-01-17 05:39:09'),(44339,17689,'action complete via WP Cron','2021-01-17 13:39:09','2021-01-17 05:39:09'),(44340,17690,'action created','2021-01-17 13:39:09','2021-01-17 05:39:09'),(44341,17690,'action started via WP Cron','2021-01-17 13:40:11','2021-01-17 05:40:11'),(44342,17690,'action complete via WP Cron','2021-01-17 13:40:11','2021-01-17 05:40:11'),(44343,17691,'action created','2021-01-17 13:40:12','2021-01-17 05:40:12'),(44344,17691,'action started via WP Cron','2021-01-17 13:40:51','2021-01-17 05:40:51'),(44345,17691,'action complete via WP Cron','2021-01-17 13:40:51','2021-01-17 05:40:51'),(44346,17692,'action created','2021-01-17 13:40:51','2021-01-17 05:40:51'),(44347,17692,'action started via WP Cron','2021-01-17 13:42:14','2021-01-17 05:42:14'),(44348,17692,'action complete via WP Cron','2021-01-17 13:42:14','2021-01-17 05:42:14'),(44349,17693,'action created','2021-01-17 13:42:14','2021-01-17 05:42:14'),(44350,17693,'action started via WP Cron','2021-01-17 13:43:14','2021-01-17 05:43:14'),(44351,17693,'action complete via WP Cron','2021-01-17 13:43:14','2021-01-17 05:43:14'),(44352,17694,'action created','2021-01-17 13:43:15','2021-01-17 05:43:15'),(44353,17694,'action started via WP Cron','2021-01-17 13:44:08','2021-01-17 05:44:08'),(44354,17694,'action complete via WP Cron','2021-01-17 13:44:08','2021-01-17 05:44:08'),(44355,17695,'action created','2021-01-17 13:44:08','2021-01-17 05:44:08'),(44356,17695,'action started via WP Cron','2021-01-17 13:45:09','2021-01-17 05:45:09'),(44357,17695,'action complete via WP Cron','2021-01-17 13:45:09','2021-01-17 05:45:09'),(44358,17696,'action created','2021-01-17 13:45:09','2021-01-17 05:45:09'),(44359,17696,'action started via WP Cron','2021-01-17 13:46:17','2021-01-17 05:46:17'),(44360,17696,'action complete via WP Cron','2021-01-17 13:46:17','2021-01-17 05:46:17'),(44361,17697,'action created','2021-01-17 13:46:18','2021-01-17 05:46:18'),(44362,17697,'action started via WP Cron','2021-01-17 13:48:55','2021-01-17 05:48:55'),(44363,17697,'action complete via WP Cron','2021-01-17 13:48:55','2021-01-17 05:48:55'),(44364,17698,'action created','2021-01-17 13:48:56','2021-01-17 05:48:56'),(44365,17698,'action started via WP Cron','2021-01-17 13:49:56','2021-01-17 05:49:56'),(44366,17698,'action complete via WP Cron','2021-01-17 13:49:56','2021-01-17 05:49:56'),(44367,17699,'action created','2021-01-17 13:49:56','2021-01-17 05:49:56'),(44368,17699,'action started via WP Cron','2021-01-17 13:50:58','2021-01-17 05:50:58'),(44369,17699,'action complete via WP Cron','2021-01-17 13:50:58','2021-01-17 05:50:58'),(44370,17700,'action created','2021-01-17 13:50:58','2021-01-17 05:50:58'),(44371,17700,'action started via WP Cron','2021-01-17 13:55:08','2021-01-17 05:55:08'),(44372,17700,'action complete via WP Cron','2021-01-17 13:55:08','2021-01-17 05:55:08'),(44373,17701,'action created','2021-01-17 13:55:08','2021-01-17 05:55:08'),(44374,17701,'action started via WP Cron','2021-01-17 13:55:48','2021-01-17 05:55:48'),(44375,17701,'action complete via WP Cron','2021-01-17 13:55:48','2021-01-17 05:55:48'),(44376,17702,'action created','2021-01-17 13:55:48','2021-01-17 05:55:48'),(44377,17702,'action started via WP Cron','2021-01-17 13:57:51','2021-01-17 05:57:51'),(44378,17702,'action complete via WP Cron','2021-01-17 13:57:51','2021-01-17 05:57:51'),(44379,17703,'action created','2021-01-17 13:57:51','2021-01-17 05:57:51'),(44380,17703,'action started via WP Cron','2021-01-17 13:59:35','2021-01-17 05:59:35'),(44381,17703,'action complete via WP Cron','2021-01-17 13:59:35','2021-01-17 05:59:35'),(44382,17704,'action created','2021-01-17 13:59:35','2021-01-17 05:59:35'),(44383,17704,'action started via WP Cron','2021-01-17 13:59:58','2021-01-17 05:59:58'),(44384,17704,'action complete via WP Cron','2021-01-17 13:59:58','2021-01-17 05:59:58'),(44385,17705,'action created','2021-01-17 13:59:58','2021-01-17 05:59:58'),(44386,17705,'action started via WP Cron','2021-01-17 14:08:39','2021-01-17 06:08:39'),(44387,17705,'action complete via WP Cron','2021-01-17 14:08:39','2021-01-17 06:08:39'),(44388,17706,'action created','2021-01-17 14:08:39','2021-01-17 06:08:39'),(44389,17706,'action started via WP Cron','2021-01-17 14:10:42','2021-01-17 06:10:42'),(44390,17706,'action complete via WP Cron','2021-01-17 14:10:42','2021-01-17 06:10:42'),(44391,17707,'action created','2021-01-17 14:10:42','2021-01-17 06:10:42'),(44392,17707,'action started via WP Cron','2021-01-17 14:11:42','2021-01-17 06:11:42'),(44393,17707,'action complete via WP Cron','2021-01-17 14:11:42','2021-01-17 06:11:42'),(44394,17708,'action created','2021-01-17 14:11:42','2021-01-17 06:11:42'),(44395,17708,'action started via WP Cron','2021-01-17 14:12:44','2021-01-17 06:12:44'),(44396,17708,'action complete via WP Cron','2021-01-17 14:12:44','2021-01-17 06:12:44'),(44397,17709,'action created','2021-01-17 14:12:44','2021-01-17 06:12:44'),(44398,17709,'action started via WP Cron','2021-01-17 14:14:46','2021-01-17 06:14:46'),(44399,17709,'action complete via WP Cron','2021-01-17 14:14:46','2021-01-17 06:14:46'),(44400,17710,'action created','2021-01-17 14:14:46','2021-01-17 06:14:46'),(44401,17710,'action started via WP Cron','2021-01-17 14:15:46','2021-01-17 06:15:46'),(44402,17710,'action complete via WP Cron','2021-01-17 14:15:46','2021-01-17 06:15:46'),(44403,17711,'action created','2021-01-17 14:15:46','2021-01-17 06:15:46'),(44404,17711,'action started via WP Cron','2021-01-17 14:16:42','2021-01-17 06:16:42'),(44405,17711,'action complete via WP Cron','2021-01-17 14:16:42','2021-01-17 06:16:42'),(44406,17712,'action created','2021-01-17 14:16:42','2021-01-17 06:16:42'),(44407,17712,'action started via WP Cron','2021-01-17 14:18:12','2021-01-17 06:18:12'),(44408,17712,'action complete via WP Cron','2021-01-17 14:18:12','2021-01-17 06:18:12'),(44409,17713,'action created','2021-01-17 14:18:12','2021-01-17 06:18:12'),(44410,17713,'action started via WP Cron','2021-01-17 14:18:41','2021-01-17 06:18:41'),(44411,17713,'action complete via WP Cron','2021-01-17 14:18:41','2021-01-17 06:18:41'),(44412,17714,'action created','2021-01-17 14:18:41','2021-01-17 06:18:41'),(44413,17714,'action started via WP Cron','2021-01-17 14:19:42','2021-01-17 06:19:42'),(44414,17714,'action complete via WP Cron','2021-01-17 14:19:42','2021-01-17 06:19:42'),(44415,17715,'action created','2021-01-17 14:19:42','2021-01-17 06:19:42'),(44416,17715,'action started via WP Cron','2021-01-17 14:20:42','2021-01-17 06:20:42'),(44417,17715,'action complete via WP Cron','2021-01-17 14:20:42','2021-01-17 06:20:42'),(44418,17716,'action created','2021-01-17 14:20:42','2021-01-17 06:20:42'),(44419,17716,'action started via WP Cron','2021-01-17 14:22:38','2021-01-17 06:22:38'),(44420,17716,'action complete via WP Cron','2021-01-17 14:22:38','2021-01-17 06:22:38'),(44421,17717,'action created','2021-01-17 14:22:38','2021-01-17 06:22:38'),(44422,17717,'action started via WP Cron','2021-01-17 14:23:48','2021-01-17 06:23:48'),(44423,17717,'action complete via WP Cron','2021-01-17 14:23:48','2021-01-17 06:23:48'),(44424,17718,'action created','2021-01-17 14:23:48','2021-01-17 06:23:48'),(44425,17718,'action started via WP Cron','2021-01-17 14:26:16','2021-01-17 06:26:16'),(44426,17718,'action complete via WP Cron','2021-01-17 14:26:16','2021-01-17 06:26:16'),(44427,17719,'action created','2021-01-17 14:26:16','2021-01-17 06:26:16'),(44428,17719,'action started via WP Cron','2021-01-17 14:27:18','2021-01-17 06:27:18'),(44429,17719,'action complete via WP Cron','2021-01-17 14:27:18','2021-01-17 06:27:18'),(44430,17720,'action created','2021-01-17 14:27:18','2021-01-17 06:27:18'),(44431,17720,'action started via WP Cron','2021-01-17 14:30:33','2021-01-17 06:30:33'),(44432,17720,'action complete via WP Cron','2021-01-17 14:30:33','2021-01-17 06:30:33'),(44433,17721,'action created','2021-01-17 14:30:33','2021-01-17 06:30:33'),(44434,17721,'action started via WP Cron','2021-01-17 14:35:06','2021-01-17 06:35:06'),(44435,17721,'action complete via WP Cron','2021-01-17 14:35:06','2021-01-17 06:35:06'),(44436,17722,'action created','2021-01-17 14:35:07','2021-01-17 06:35:07'),(44437,17722,'action started via WP Cron','2021-01-17 14:36:28','2021-01-17 06:36:28'),(44438,17722,'action complete via WP Cron','2021-01-17 14:36:28','2021-01-17 06:36:28'),(44439,17723,'action created','2021-01-17 14:36:28','2021-01-17 06:36:28'),(44440,17723,'action started via WP Cron','2021-01-17 14:37:20','2021-01-17 06:37:20'),(44441,17723,'action complete via WP Cron','2021-01-17 14:37:20','2021-01-17 06:37:20'),(44442,17724,'action created','2021-01-17 14:37:20','2021-01-17 06:37:20'),(44443,17724,'action started via WP Cron','2021-01-17 14:39:47','2021-01-17 06:39:47'),(44444,17724,'action complete via WP Cron','2021-01-17 14:39:47','2021-01-17 06:39:47'),(44445,17725,'action created','2021-01-17 14:39:53','2021-01-17 06:39:53'),(44446,17725,'action started via WP Cron','2021-01-17 14:41:50','2021-01-17 06:41:50'),(44447,17725,'action complete via WP Cron','2021-01-17 14:41:50','2021-01-17 06:41:50'),(44448,17726,'action created','2021-01-17 14:42:51','2021-01-17 06:42:51'),(44449,17726,'action started via WP Cron','2021-01-17 14:43:44','2021-01-17 06:43:44'),(44450,17726,'action complete via WP Cron','2021-01-17 14:43:44','2021-01-17 06:43:44'),(44451,17727,'action created','2021-01-17 14:43:44','2021-01-17 06:43:44'),(44452,17727,'action started via WP Cron','2021-01-17 14:45:20','2021-01-17 06:45:20'),(44453,17727,'action complete via WP Cron','2021-01-17 14:45:20','2021-01-17 06:45:20'),(44454,17728,'action created','2021-01-17 14:45:20','2021-01-17 06:45:20'),(44455,17728,'action started via WP Cron','2021-01-17 14:46:15','2021-01-17 06:46:15'),(44456,17728,'action complete via WP Cron','2021-01-17 14:46:15','2021-01-17 06:46:15'),(44457,17729,'action created','2021-01-17 14:46:15','2021-01-17 06:46:15'),(44458,17729,'action started via WP Cron','2021-01-17 14:47:18','2021-01-17 06:47:18'),(44459,17729,'action complete via WP Cron','2021-01-17 14:47:18','2021-01-17 06:47:18'),(44460,17730,'action created','2021-01-17 14:47:18','2021-01-17 06:47:18'),(44461,17730,'action started via WP Cron','2021-01-17 14:47:53','2021-01-17 06:47:53'),(44462,17730,'action complete via WP Cron','2021-01-17 14:47:53','2021-01-17 06:47:53'),(44463,17731,'action created','2021-01-17 14:47:54','2021-01-17 06:47:54'),(44464,17731,'action started via WP Cron','2021-01-17 14:49:24','2021-01-17 06:49:24'),(44465,17731,'action complete via WP Cron','2021-01-17 14:49:24','2021-01-17 06:49:24'),(44466,17732,'action created','2021-01-17 14:49:24','2021-01-17 06:49:24'),(44467,17732,'action started via WP Cron','2021-01-17 14:50:16','2021-01-17 06:50:16'),(44468,17732,'action complete via WP Cron','2021-01-17 14:50:16','2021-01-17 06:50:16'),(44469,17733,'action created','2021-01-17 14:50:16','2021-01-17 06:50:16'),(44470,17733,'action started via WP Cron','2021-01-17 14:51:16','2021-01-17 06:51:16'),(44471,17733,'action complete via WP Cron','2021-01-17 14:51:16','2021-01-17 06:51:16'),(44472,17734,'action created','2021-01-17 14:51:16','2021-01-17 06:51:16'),(44473,17734,'action started via WP Cron','2021-01-17 14:54:36','2021-01-17 06:54:36'),(44474,17734,'action complete via WP Cron','2021-01-17 14:54:36','2021-01-17 06:54:36'),(44475,17735,'action created','2021-01-17 14:54:36','2021-01-17 06:54:36'),(44476,17735,'action started via WP Cron','2021-01-17 14:55:49','2021-01-17 06:55:49'),(44477,17735,'action complete via WP Cron','2021-01-17 14:55:49','2021-01-17 06:55:49'),(44478,17736,'action created','2021-01-17 14:55:49','2021-01-17 06:55:49'),(44479,17736,'action started via WP Cron','2021-01-17 14:56:50','2021-01-17 06:56:50'),(44480,17736,'action complete via WP Cron','2021-01-17 14:56:50','2021-01-17 06:56:50'),(44481,17737,'action created','2021-01-17 14:56:50','2021-01-17 06:56:50'),(44482,17737,'action started via WP Cron','2021-01-17 14:57:53','2021-01-17 06:57:53'),(44483,17737,'action complete via WP Cron','2021-01-17 14:57:53','2021-01-17 06:57:53'),(44484,17738,'action created','2021-01-17 14:57:53','2021-01-17 06:57:53'),(44485,17738,'action started via WP Cron','2021-01-17 14:59:54','2021-01-17 06:59:54'),(44486,17738,'action complete via WP Cron','2021-01-17 14:59:54','2021-01-17 06:59:54'),(44487,17739,'action created','2021-01-17 14:59:54','2021-01-17 06:59:54'),(44488,17739,'action started via WP Cron','2021-01-17 15:01:35','2021-01-17 07:01:35'),(44489,17739,'action complete via WP Cron','2021-01-17 15:01:35','2021-01-17 07:01:35'),(44490,17740,'action created','2021-01-17 15:01:35','2021-01-17 07:01:35'),(44491,17740,'action started via WP Cron','2021-01-17 15:04:32','2021-01-17 07:04:32'),(44492,17740,'action complete via WP Cron','2021-01-17 15:04:32','2021-01-17 07:04:32'),(44493,17741,'action created','2021-01-17 15:04:32','2021-01-17 07:04:32'),(44494,17741,'action started via WP Cron','2021-01-17 15:05:35','2021-01-17 07:05:35'),(44495,17741,'action complete via WP Cron','2021-01-17 15:05:35','2021-01-17 07:05:35'),(44496,17742,'action created','2021-01-17 15:05:35','2021-01-17 07:05:35'),(44497,17742,'action started via WP Cron','2021-01-17 15:07:17','2021-01-17 07:07:17'),(44498,17742,'action complete via WP Cron','2021-01-17 15:07:17','2021-01-17 07:07:17'),(44499,17743,'action created','2021-01-17 15:07:17','2021-01-17 07:07:17'),(44500,17743,'action started via WP Cron','2021-01-17 15:10:32','2021-01-17 07:10:32'),(44501,17743,'action complete via WP Cron','2021-01-17 15:10:32','2021-01-17 07:10:32'),(44502,17744,'action created','2021-01-17 15:10:32','2021-01-17 07:10:32'),(44503,17744,'action started via WP Cron','2021-01-17 15:12:16','2021-01-17 07:12:16'),(44504,17744,'action complete via WP Cron','2021-01-17 15:12:16','2021-01-17 07:12:16'),(44505,17745,'action created','2021-01-17 15:12:16','2021-01-17 07:12:16'),(44506,17745,'action started via WP Cron','2021-01-17 15:13:02','2021-01-17 07:13:02'),(44507,17745,'action complete via WP Cron','2021-01-17 15:13:02','2021-01-17 07:13:02'),(44508,17746,'action created','2021-01-17 15:13:02','2021-01-17 07:13:02'),(44509,17746,'action started via WP Cron','2021-01-17 15:13:46','2021-01-17 07:13:46'),(44510,17746,'action complete via WP Cron','2021-01-17 15:13:46','2021-01-17 07:13:46'),(44511,17747,'action created','2021-01-17 15:13:46','2021-01-17 07:13:46'),(44512,17747,'action started via WP Cron','2021-01-17 15:15:32','2021-01-17 07:15:32'),(44513,17747,'action complete via WP Cron','2021-01-17 15:15:32','2021-01-17 07:15:32'),(44514,17748,'action created','2021-01-17 15:15:32','2021-01-17 07:15:32'),(44515,17748,'action started via WP Cron','2021-01-17 15:15:48','2021-01-17 07:15:48'),(44516,17748,'action complete via WP Cron','2021-01-17 15:15:48','2021-01-17 07:15:48'),(44517,17749,'action created','2021-01-17 15:15:48','2021-01-17 07:15:48'),(44518,17749,'action started via WP Cron','2021-01-17 15:18:17','2021-01-17 07:18:17'),(44519,17749,'action complete via WP Cron','2021-01-17 15:18:17','2021-01-17 07:18:17'),(44520,17750,'action created','2021-01-17 15:18:17','2021-01-17 07:18:17'),(44521,17750,'action started via WP Cron','2021-01-17 15:19:11','2021-01-17 07:19:11'),(44522,17750,'action complete via WP Cron','2021-01-17 15:19:11','2021-01-17 07:19:11'),(44523,17751,'action created','2021-01-17 15:19:11','2021-01-17 07:19:11'),(44524,17751,'action started via WP Cron','2021-01-17 15:20:12','2021-01-17 07:20:12'),(44525,17751,'action complete via WP Cron','2021-01-17 15:20:12','2021-01-17 07:20:12'),(44526,17752,'action created','2021-01-17 15:20:12','2021-01-17 07:20:12'),(44527,17752,'action started via WP Cron','2021-01-17 15:21:28','2021-01-17 07:21:28'),(44528,17752,'action complete via WP Cron','2021-01-17 15:21:28','2021-01-17 07:21:28'),(44529,17753,'action created','2021-01-17 15:21:28','2021-01-17 07:21:28'),(44530,17753,'action started via WP Cron','2021-01-17 15:22:14','2021-01-17 07:22:14'),(44531,17753,'action complete via WP Cron','2021-01-17 15:22:14','2021-01-17 07:22:14'),(44532,17754,'action created','2021-01-17 15:22:14','2021-01-17 07:22:14'),(44533,17754,'action started via WP Cron','2021-01-17 15:23:08','2021-01-17 07:23:08'),(44534,17754,'action complete via WP Cron','2021-01-17 15:23:08','2021-01-17 07:23:08'),(44535,17755,'action created','2021-01-17 15:23:09','2021-01-17 07:23:09'),(44536,17755,'action started via WP Cron','2021-01-17 15:24:16','2021-01-17 07:24:16'),(44537,17755,'action complete via WP Cron','2021-01-17 15:24:16','2021-01-17 07:24:16'),(44538,17756,'action created','2021-01-17 15:24:16','2021-01-17 07:24:16'),(44539,17756,'action started via WP Cron','2021-01-17 15:25:58','2021-01-17 07:25:58'),(44540,17756,'action complete via WP Cron','2021-01-17 15:25:58','2021-01-17 07:25:58'),(44541,17757,'action created','2021-01-17 15:25:58','2021-01-17 07:25:58'),(44542,17757,'action started via WP Cron','2021-01-17 15:28:11','2021-01-17 07:28:11'),(44543,17757,'action complete via WP Cron','2021-01-17 15:28:11','2021-01-17 07:28:11'),(44544,17758,'action created','2021-01-17 15:28:11','2021-01-17 07:28:11'),(44545,17758,'action started via WP Cron','2021-01-17 15:29:17','2021-01-17 07:29:17'),(44546,17758,'action complete via WP Cron','2021-01-17 15:29:17','2021-01-17 07:29:17'),(44547,17759,'action created','2021-01-17 15:29:17','2021-01-17 07:29:17'),(44548,17759,'action started via WP Cron','2021-01-17 15:30:58','2021-01-17 07:30:58'),(44549,17759,'action complete via WP Cron','2021-01-17 15:30:58','2021-01-17 07:30:58'),(44550,17760,'action created','2021-01-17 15:30:59','2021-01-17 07:30:59'),(44551,17760,'action started via WP Cron','2021-01-17 15:34:26','2021-01-17 07:34:26'),(44552,17760,'action complete via WP Cron','2021-01-17 15:34:26','2021-01-17 07:34:26'),(44553,17761,'action created','2021-01-17 15:34:27','2021-01-17 07:34:27'),(44554,17761,'action started via WP Cron','2021-01-17 15:36:56','2021-01-17 07:36:56'),(44555,17761,'action complete via WP Cron','2021-01-17 15:36:56','2021-01-17 07:36:56'),(44556,17762,'action created','2021-01-17 15:36:56','2021-01-17 07:36:56'),(44557,17762,'action started via WP Cron','2021-01-17 15:38:15','2021-01-17 07:38:15'),(44558,17762,'action complete via WP Cron','2021-01-17 15:38:15','2021-01-17 07:38:15'),(44559,17763,'action created','2021-01-17 15:38:15','2021-01-17 07:38:15'),(44560,17763,'action started via WP Cron','2021-01-17 15:39:12','2021-01-17 07:39:12'),(44561,17763,'action complete via WP Cron','2021-01-17 15:39:12','2021-01-17 07:39:12'),(44562,17764,'action created','2021-01-17 15:39:12','2021-01-17 07:39:12'),(44563,17764,'action started via WP Cron','2021-01-17 15:40:12','2021-01-17 07:40:12'),(44564,17764,'action complete via WP Cron','2021-01-17 15:40:12','2021-01-17 07:40:12'),(44565,17765,'action created','2021-01-17 15:40:13','2021-01-17 07:40:13'),(44566,17765,'action started via WP Cron','2021-01-17 15:41:14','2021-01-17 07:41:14'),(44567,17765,'action complete via WP Cron','2021-01-17 15:41:14','2021-01-17 07:41:14'),(44568,17766,'action created','2021-01-17 15:41:14','2021-01-17 07:41:14'),(44569,17766,'action started via WP Cron','2021-01-17 15:41:57','2021-01-17 07:41:57'),(44570,17766,'action complete via WP Cron','2021-01-17 15:41:57','2021-01-17 07:41:57'),(44571,17767,'action created','2021-01-17 15:41:57','2021-01-17 07:41:57'),(44572,17767,'action started via WP Cron','2021-01-17 15:42:53','2021-01-17 07:42:53'),(44573,17767,'action complete via WP Cron','2021-01-17 15:42:53','2021-01-17 07:42:53'),(44574,17768,'action created','2021-01-17 15:42:53','2021-01-17 07:42:53'),(44575,17768,'action started via WP Cron','2021-01-17 15:43:59','2021-01-17 07:43:59'),(44576,17768,'action complete via WP Cron','2021-01-17 15:43:59','2021-01-17 07:43:59'),(44577,17769,'action created','2021-01-17 15:43:59','2021-01-17 07:43:59'),(44578,17769,'action started via WP Cron','2021-01-17 15:45:38','2021-01-17 07:45:38'),(44579,17769,'action complete via WP Cron','2021-01-17 15:45:38','2021-01-17 07:45:38'),(44580,17770,'action created','2021-01-17 15:45:38','2021-01-17 07:45:38'),(44581,17770,'action started via WP Cron','2021-01-17 15:46:23','2021-01-17 07:46:23'),(44582,17770,'action complete via WP Cron','2021-01-17 15:46:23','2021-01-17 07:46:23'),(44583,17771,'action created','2021-01-17 15:46:23','2021-01-17 07:46:23'),(44584,17771,'action started via WP Cron','2021-01-17 15:47:59','2021-01-17 07:47:59'),(44585,17771,'action complete via WP Cron','2021-01-17 15:47:59','2021-01-17 07:47:59'),(44586,17772,'action created','2021-01-17 15:47:59','2021-01-17 07:47:59'),(44587,17772,'action started via WP Cron','2021-01-17 15:50:13','2021-01-17 07:50:13'),(44588,17772,'action complete via WP Cron','2021-01-17 15:50:13','2021-01-17 07:50:13'),(44589,17773,'action created','2021-01-17 15:50:13','2021-01-17 07:50:13'),(44590,17773,'action started via Async Request','2021-01-17 15:50:42','2021-01-17 07:50:42'),(44591,17773,'action complete via Async Request','2021-01-17 15:50:42','2021-01-17 07:50:42'),(44592,17774,'action created','2021-01-17 15:50:42','2021-01-17 07:50:42'),(105599,38111,'action created','2021-02-17 15:52:42','2021-02-17 07:52:42'),(105598,38110,'action complete via WP Cron','2021-02-17 15:52:42','2021-02-17 07:52:42'),(105597,38110,'action started via WP Cron','2021-02-17 15:52:42','2021-02-17 07:52:42'),(44596,17774,'action started via WP Cron','2021-01-17 15:52:03','2021-01-17 07:52:03'),(44597,17774,'action complete via WP Cron','2021-01-17 15:52:03','2021-01-17 07:52:03'),(44598,17776,'action created','2021-01-17 15:52:03','2021-01-17 07:52:03'),(44599,17776,'action started via WP Cron','2021-01-17 15:54:07','2021-01-17 07:54:07'),(44600,17776,'action complete via WP Cron','2021-01-17 15:54:07','2021-01-17 07:54:07'),(44601,17777,'action created','2021-01-17 15:55:11','2021-01-17 07:55:11'),(44602,17777,'action started via Async Request','2021-01-17 15:55:26','2021-01-17 07:55:26'),(44603,17777,'action complete via Async Request','2021-01-17 15:55:26','2021-01-17 07:55:26'),(44604,17778,'action created','2021-01-17 15:55:31','2021-01-17 07:55:31'),(44605,17778,'action started via WP Cron','2021-01-17 15:56:41','2021-01-17 07:56:41'),(44606,17778,'action complete via WP Cron','2021-01-17 15:56:41','2021-01-17 07:56:41'),(44607,17779,'action created','2021-01-17 15:56:45','2021-01-17 07:56:45'),(44608,17779,'action started via WP Cron','2021-01-17 15:58:24','2021-01-17 07:58:24'),(44609,17779,'action complete via WP Cron','2021-01-17 15:58:24','2021-01-17 07:58:24'),(44610,17780,'action created','2021-01-17 15:58:34','2021-01-17 07:58:34'),(44611,17780,'action started via WP Cron','2021-01-17 16:00:29','2021-01-17 08:00:29'),(44612,17780,'action complete via WP Cron','2021-01-17 16:00:29','2021-01-17 08:00:29'),(44613,17781,'action created','2021-01-17 16:00:29','2021-01-17 08:00:29'),(44614,17781,'action started via WP Cron','2021-01-17 16:06:26','2021-01-17 08:06:26'),(44615,17781,'action complete via WP Cron','2021-01-17 16:06:26','2021-01-17 08:06:26'),(44616,17782,'action created','2021-01-17 16:06:26','2021-01-17 08:06:26'),(44617,17782,'action started via WP Cron','2021-01-17 16:08:42','2021-01-17 08:08:42'),(44618,17782,'action complete via WP Cron','2021-01-17 16:08:42','2021-01-17 08:08:42'),(44619,17783,'action created','2021-01-17 16:08:43','2021-01-17 08:08:43'),(44620,17783,'action started via WP Cron','2021-01-17 16:10:20','2021-01-17 08:10:20'),(44621,17783,'action complete via WP Cron','2021-01-17 16:10:20','2021-01-17 08:10:20'),(44622,17784,'action created','2021-01-17 16:10:20','2021-01-17 08:10:20'),(44623,17784,'action started via WP Cron','2021-01-17 16:10:57','2021-01-17 08:10:57'),(44624,17784,'action complete via WP Cron','2021-01-17 16:10:57','2021-01-17 08:10:57'),(44625,17785,'action created','2021-01-17 16:10:57','2021-01-17 08:10:57'),(44626,17785,'action started via WP Cron','2021-01-17 16:13:47','2021-01-17 08:13:47'),(44627,17785,'action complete via WP Cron','2021-01-17 16:13:47','2021-01-17 08:13:47'),(44628,17786,'action created','2021-01-17 16:13:47','2021-01-17 08:13:47'),(44629,17786,'action started via WP Cron','2021-01-17 16:14:42','2021-01-17 08:14:42'),(44630,17786,'action complete via WP Cron','2021-01-17 16:14:42','2021-01-17 08:14:42'),(44631,17787,'action created','2021-01-17 16:14:42','2021-01-17 08:14:42'),(44632,17787,'action started via WP Cron','2021-01-17 16:17:54','2021-01-17 08:17:54'),(44633,17787,'action complete via WP Cron','2021-01-17 16:17:54','2021-01-17 08:17:54'),(44634,17788,'action created','2021-01-17 16:17:54','2021-01-17 08:17:54'),(44635,17788,'action started via WP Cron','2021-01-17 16:18:47','2021-01-17 08:18:47'),(44636,17788,'action complete via WP Cron','2021-01-17 16:18:47','2021-01-17 08:18:47'),(44637,17789,'action created','2021-01-17 16:18:47','2021-01-17 08:18:47'),(44638,17789,'action started via WP Cron','2021-01-17 16:19:55','2021-01-17 08:19:55'),(44639,17789,'action complete via WP Cron','2021-01-17 16:19:55','2021-01-17 08:19:55'),(44640,17790,'action created','2021-01-17 16:19:55','2021-01-17 08:19:55'),(44641,17790,'action started via WP Cron','2021-01-17 16:20:56','2021-01-17 08:20:56'),(44642,17790,'action complete via WP Cron','2021-01-17 16:20:56','2021-01-17 08:20:56'),(44643,17791,'action created','2021-01-17 16:20:56','2021-01-17 08:20:56'),(44644,17791,'action started via WP Cron','2021-01-17 16:21:53','2021-01-17 08:21:53'),(44645,17791,'action complete via WP Cron','2021-01-17 16:21:53','2021-01-17 08:21:53'),(44646,17792,'action created','2021-01-17 16:21:53','2021-01-17 08:21:53'),(44647,17792,'action started via WP Cron','2021-01-17 16:22:58','2021-01-17 08:22:58'),(44648,17792,'action complete via WP Cron','2021-01-17 16:22:58','2021-01-17 08:22:58'),(44649,17793,'action created','2021-01-17 16:22:58','2021-01-17 08:22:58'),(44650,17793,'action started via WP Cron','2021-01-17 16:23:59','2021-01-17 08:23:59'),(44651,17793,'action complete via WP Cron','2021-01-17 16:23:59','2021-01-17 08:23:59'),(44652,17794,'action created','2021-01-17 16:23:59','2021-01-17 08:23:59'),(44653,17794,'action started via WP Cron','2021-01-17 16:25:00','2021-01-17 08:25:00'),(44654,17794,'action complete via WP Cron','2021-01-17 16:25:00','2021-01-17 08:25:00'),(44655,17795,'action created','2021-01-17 16:25:00','2021-01-17 08:25:00'),(44659,17796,'action started via WP Cron','2021-01-17 16:27:27','2021-01-17 08:27:27'),(44660,17796,'action complete via WP Cron','2021-01-17 16:27:27','2021-01-17 08:27:27'),(44661,17797,'action created','2021-01-17 16:27:27','2021-01-17 08:27:27'),(44662,17797,'action started via WP Cron','2021-01-17 16:27:42','2021-01-17 08:27:42'),(44663,17797,'action complete via WP Cron','2021-01-17 16:27:42','2021-01-17 08:27:42'),(44664,17798,'action created','2021-01-17 16:27:42','2021-01-17 08:27:42'),(44665,17798,'action started via WP Cron','2021-01-17 16:32:24','2021-01-17 08:32:24'),(44666,17798,'action complete via WP Cron','2021-01-17 16:32:24','2021-01-17 08:32:24'),(44667,17799,'action created','2021-01-17 16:32:24','2021-01-17 08:32:24'),(44668,17799,'action started via WP Cron','2021-01-17 16:33:45','2021-01-17 08:33:45'),(44669,17799,'action complete via WP Cron','2021-01-17 16:33:45','2021-01-17 08:33:45'),(44670,17800,'action created','2021-01-17 16:33:45','2021-01-17 08:33:45'),(44671,17800,'action started via WP Cron','2021-01-17 16:34:45','2021-01-17 08:34:45'),(44672,17800,'action complete via WP Cron','2021-01-17 16:34:45','2021-01-17 08:34:45'),(44673,17801,'action created','2021-01-17 16:34:45','2021-01-17 08:34:45'),(44674,17801,'action started via WP Cron','2021-01-17 16:40:18','2021-01-17 08:40:18'),(44675,17801,'action complete via WP Cron','2021-01-17 16:40:18','2021-01-17 08:40:18'),(44676,17802,'action created','2021-01-17 16:40:18','2021-01-17 08:40:18'),(44677,17802,'action started via WP Cron','2021-01-17 16:41:19','2021-01-17 08:41:19'),(44678,17802,'action complete via WP Cron','2021-01-17 16:41:19','2021-01-17 08:41:19'),(44679,17803,'action created','2021-01-17 16:41:19','2021-01-17 08:41:19'),(44680,17803,'action started via WP Cron','2021-01-17 16:42:21','2021-01-17 08:42:21'),(44681,17803,'action complete via WP Cron','2021-01-17 16:42:21','2021-01-17 08:42:21'),(44682,17804,'action created','2021-01-17 16:42:21','2021-01-17 08:42:21'),(44683,17804,'action started via WP Cron','2021-01-17 16:43:21','2021-01-17 08:43:21'),(44684,17804,'action complete via WP Cron','2021-01-17 16:43:21','2021-01-17 08:43:21'),(44685,17805,'action created','2021-01-17 16:43:21','2021-01-17 08:43:21'),(44686,17805,'action started via WP Cron','2021-01-17 16:44:09','2021-01-17 08:44:09'),(44687,17805,'action complete via WP Cron','2021-01-17 16:44:09','2021-01-17 08:44:09'),(44688,17806,'action created','2021-01-17 16:44:09','2021-01-17 08:44:09'),(44689,17806,'action started via WP Cron','2021-01-17 16:45:29','2021-01-17 08:45:29'),(44690,17806,'action complete via WP Cron','2021-01-17 16:45:29','2021-01-17 08:45:29'),(44691,17807,'action created','2021-01-17 16:45:29','2021-01-17 08:45:29'),(44692,17807,'action started via WP Cron','2021-01-17 16:48:44','2021-01-17 08:48:44'),(44693,17807,'action complete via WP Cron','2021-01-17 16:48:44','2021-01-17 08:48:44'),(44694,17808,'action created','2021-01-17 16:48:44','2021-01-17 08:48:44'),(44695,17808,'action started via WP Cron','2021-01-17 16:50:03','2021-01-17 08:50:03'),(44696,17808,'action complete via WP Cron','2021-01-17 16:50:03','2021-01-17 08:50:03'),(44697,17809,'action created','2021-01-17 16:52:39','2021-01-17 08:52:39'),(44698,17809,'action started via WP Cron','2021-01-17 16:54:26','2021-01-17 08:54:26'),(44699,17809,'action complete via WP Cron','2021-01-17 16:54:26','2021-01-17 08:54:26'),(44700,17810,'action created','2021-01-17 16:54:26','2021-01-17 08:54:26'),(44701,17810,'action started via WP Cron','2021-01-17 16:55:06','2021-01-17 08:55:06'),(44702,17810,'action complete via WP Cron','2021-01-17 16:55:06','2021-01-17 08:55:06'),(44703,17811,'action created','2021-01-17 16:55:06','2021-01-17 08:55:06'),(44704,17811,'action started via WP Cron','2021-01-17 16:55:50','2021-01-17 08:55:50'),(44705,17811,'action complete via WP Cron','2021-01-17 16:55:50','2021-01-17 08:55:50'),(44706,17812,'action created','2021-01-17 16:55:50','2021-01-17 08:55:50'),(44707,17812,'action started via WP Cron','2021-01-17 16:57:17','2021-01-17 08:57:17'),(44708,17812,'action complete via WP Cron','2021-01-17 16:57:17','2021-01-17 08:57:17'),(44709,17813,'action created','2021-01-17 16:57:18','2021-01-17 08:57:18'),(44710,17813,'action started via WP Cron','2021-01-17 16:57:56','2021-01-17 08:57:56'),(44711,17813,'action complete via WP Cron','2021-01-17 16:57:56','2021-01-17 08:57:56'),(44712,17814,'action created','2021-01-17 16:57:56','2021-01-17 08:57:56'),(44713,17814,'action started via WP Cron','2021-01-17 16:59:27','2021-01-17 08:59:27'),(44714,17814,'action complete via WP Cron','2021-01-17 16:59:27','2021-01-17 08:59:27'),(44715,17815,'action created','2021-01-17 16:59:27','2021-01-17 08:59:27'),(44716,17815,'action started via WP Cron','2021-01-17 17:02:30','2021-01-17 09:02:30'),(44717,17815,'action complete via WP Cron','2021-01-17 17:02:30','2021-01-17 09:02:30'),(44718,17816,'action created','2021-01-17 17:02:31','2021-01-17 09:02:31'),(44719,17816,'action started via WP Cron','2021-01-17 17:03:33','2021-01-17 09:03:33'),(44720,17816,'action complete via WP Cron','2021-01-17 17:03:33','2021-01-17 09:03:33'),(44721,17817,'action created','2021-01-17 17:03:33','2021-01-17 09:03:33'),(44722,17817,'action started via WP Cron','2021-01-17 17:04:34','2021-01-17 09:04:34'),(44723,17817,'action complete via WP Cron','2021-01-17 17:04:34','2021-01-17 09:04:34'),(44724,17818,'action created','2021-01-17 17:04:34','2021-01-17 09:04:34'),(44725,17818,'action started via WP Cron','2021-01-17 17:05:26','2021-01-17 09:05:26'),(44726,17818,'action complete via WP Cron','2021-01-17 17:05:26','2021-01-17 09:05:26'),(44727,17819,'action created','2021-01-17 17:05:26','2021-01-17 09:05:26'),(44728,17819,'action started via WP Cron','2021-01-17 17:14:12','2021-01-17 09:14:12'),(44729,17819,'action complete via WP Cron','2021-01-17 17:14:12','2021-01-17 09:14:12'),(44730,17820,'action created','2021-01-17 17:14:12','2021-01-17 09:14:12'),(44731,17820,'action started via WP Cron','2021-01-17 17:15:49','2021-01-17 09:15:49'),(44732,17820,'action complete via WP Cron','2021-01-17 17:15:49','2021-01-17 09:15:49'),(44733,17821,'action created','2021-01-17 17:15:49','2021-01-17 09:15:49'),(44734,17821,'action started via WP Cron','2021-01-17 17:16:50','2021-01-17 09:16:50'),(44735,17821,'action complete via WP Cron','2021-01-17 17:16:50','2021-01-17 09:16:50'),(44736,17822,'action created','2021-01-17 17:16:50','2021-01-17 09:16:50'),(44737,17822,'action started via WP Cron','2021-01-17 17:17:43','2021-01-17 09:17:43'),(44738,17822,'action complete via WP Cron','2021-01-17 17:17:43','2021-01-17 09:17:43'),(44739,17823,'action created','2021-01-17 17:17:43','2021-01-17 09:17:43'),(44740,17823,'action started via WP Cron','2021-01-17 17:19:14','2021-01-17 09:19:14'),(44741,17823,'action complete via WP Cron','2021-01-17 17:19:14','2021-01-17 09:19:14'),(44742,17824,'action created','2021-01-17 17:19:14','2021-01-17 09:19:14'),(44743,17824,'action started via WP Cron','2021-01-17 17:21:44','2021-01-17 09:21:44'),(44744,17824,'action complete via WP Cron','2021-01-17 17:21:44','2021-01-17 09:21:44'),(44745,17825,'action created','2021-01-17 17:21:44','2021-01-17 09:21:44'),(44746,17825,'action started via WP Cron','2021-01-17 17:24:48','2021-01-17 09:24:48'),(44747,17825,'action complete via WP Cron','2021-01-17 17:24:48','2021-01-17 09:24:48'),(44748,17826,'action created','2021-01-17 17:24:48','2021-01-17 09:24:48'),(44749,17826,'action started via WP Cron','2021-01-17 17:26:00','2021-01-17 09:26:00'),(44750,17826,'action complete via WP Cron','2021-01-17 17:26:00','2021-01-17 09:26:00'),(44751,17827,'action created','2021-01-17 17:26:00','2021-01-17 09:26:00'),(44752,17827,'action started via WP Cron','2021-01-17 17:27:02','2021-01-17 09:27:02'),(44753,17827,'action complete via WP Cron','2021-01-17 17:27:02','2021-01-17 09:27:02'),(44754,17828,'action created','2021-01-17 17:27:02','2021-01-17 09:27:02'),(44755,17828,'action started via WP Cron','2021-01-17 17:27:43','2021-01-17 09:27:43'),(44756,17828,'action complete via WP Cron','2021-01-17 17:27:43','2021-01-17 09:27:43'),(44757,17829,'action created','2021-01-17 17:27:43','2021-01-17 09:27:43'),(44758,17829,'action started via WP Cron','2021-01-17 17:28:54','2021-01-17 09:28:54'),(44759,17829,'action complete via WP Cron','2021-01-17 17:28:54','2021-01-17 09:28:54'),(44760,17830,'action created','2021-01-17 17:28:54','2021-01-17 09:28:54'),(44761,17830,'action started via WP Cron','2021-01-17 17:29:50','2021-01-17 09:29:50'),(44762,17830,'action complete via WP Cron','2021-01-17 17:29:50','2021-01-17 09:29:50'),(44763,17831,'action created','2021-01-17 17:29:50','2021-01-17 09:29:50'),(44764,17831,'action started via WP Cron','2021-01-17 17:30:42','2021-01-17 09:30:42'),(44765,17831,'action complete via WP Cron','2021-01-17 17:30:42','2021-01-17 09:30:42'),(44766,17832,'action created','2021-01-17 17:32:52','2021-01-17 09:32:52'),(44767,17832,'action started via WP Cron','2021-01-17 17:37:19','2021-01-17 09:37:19'),(44768,17832,'action complete via WP Cron','2021-01-17 17:37:19','2021-01-17 09:37:19'),(44769,17833,'action created','2021-01-17 17:37:19','2021-01-17 09:37:19'),(44770,17833,'action started via WP Cron','2021-01-17 17:40:34','2021-01-17 09:40:34'),(44771,17833,'action complete via WP Cron','2021-01-17 17:40:34','2021-01-17 09:40:34'),(44772,17834,'action created','2021-01-17 17:40:34','2021-01-17 09:40:34'),(44773,17834,'action started via WP Cron','2021-01-17 17:41:42','2021-01-17 09:41:42'),(44774,17834,'action complete via WP Cron','2021-01-17 17:41:42','2021-01-17 09:41:42'),(44775,17835,'action created','2021-01-17 17:41:42','2021-01-17 09:41:42'),(44776,17835,'action started via WP Cron','2021-01-17 17:42:43','2021-01-17 09:42:43'),(44777,17835,'action complete via WP Cron','2021-01-17 17:42:43','2021-01-17 09:42:43'),(44778,17836,'action created','2021-01-17 17:42:43','2021-01-17 09:42:43'),(44779,17836,'action started via WP Cron','2021-01-17 17:43:44','2021-01-17 09:43:44'),(44780,17836,'action complete via WP Cron','2021-01-17 17:43:44','2021-01-17 09:43:44'),(44781,17837,'action created','2021-01-17 17:43:44','2021-01-17 09:43:44'),(44782,17837,'action started via WP Cron','2021-01-17 17:44:45','2021-01-17 09:44:45'),(44783,17837,'action complete via WP Cron','2021-01-17 17:44:45','2021-01-17 09:44:45'),(44784,17838,'action created','2021-01-17 17:44:45','2021-01-17 09:44:45'),(44785,17838,'action started via WP Cron','2021-01-17 17:45:46','2021-01-17 09:45:46'),(44786,17838,'action complete via WP Cron','2021-01-17 17:45:46','2021-01-17 09:45:46'),(44787,17839,'action created','2021-01-17 17:45:46','2021-01-17 09:45:46'),(44788,17839,'action started via WP Cron','2021-01-17 17:46:47','2021-01-17 09:46:47'),(44789,17839,'action complete via WP Cron','2021-01-17 17:46:47','2021-01-17 09:46:47'),(44790,17840,'action created','2021-01-17 17:46:47','2021-01-17 09:46:47'),(44791,17840,'action started via WP Cron','2021-01-17 17:48:44','2021-01-17 09:48:44'),(44792,17840,'action complete via WP Cron','2021-01-17 17:48:44','2021-01-17 09:48:44'),(44793,17841,'action created','2021-01-17 17:48:45','2021-01-17 09:48:45'),(44794,17841,'action started via WP Cron','2021-01-17 17:50:03','2021-01-17 09:50:03'),(44795,17841,'action complete via WP Cron','2021-01-17 17:50:03','2021-01-17 09:50:03'),(44796,17842,'action created','2021-01-17 17:50:28','2021-01-17 09:50:28'),(44797,17842,'action started via WP Cron','2021-01-17 17:50:41','2021-01-17 09:50:41'),(44798,17842,'action complete via WP Cron','2021-01-17 17:50:41','2021-01-17 09:50:41'),(44799,17843,'action created','2021-01-17 17:50:41','2021-01-17 09:50:41'),(44800,17843,'action started via WP Cron','2021-01-17 17:51:48','2021-01-17 09:51:48'),(44801,17843,'action complete via WP Cron','2021-01-17 17:51:48','2021-01-17 09:51:48'),(44802,17844,'action created','2021-01-17 17:51:48','2021-01-17 09:51:48'),(44803,17844,'action started via WP Cron','2021-01-17 17:52:42','2021-01-17 09:52:42'),(44804,17844,'action complete via WP Cron','2021-01-17 17:52:42','2021-01-17 09:52:42'),(44805,17845,'action created','2021-01-17 17:52:44','2021-01-17 09:52:44'),(44806,17845,'action started via WP Cron','2021-01-17 17:53:42','2021-01-17 09:53:42'),(44807,17845,'action complete via WP Cron','2021-01-17 17:53:42','2021-01-17 09:53:42'),(44808,17846,'action created','2021-01-17 17:54:27','2021-01-17 09:54:27'),(44809,17846,'action started via WP Cron','2021-01-17 17:55:12','2021-01-17 09:55:12'),(44810,17846,'action complete via WP Cron','2021-01-17 17:55:12','2021-01-17 09:55:12'),(44811,17847,'action created','2021-01-17 17:55:13','2021-01-17 09:55:13'),(44812,17847,'action started via WP Cron','2021-01-17 17:55:42','2021-01-17 09:55:42'),(44813,17847,'action complete via WP Cron','2021-01-17 17:55:42','2021-01-17 09:55:42'),(44814,17848,'action created','2021-01-17 17:57:43','2021-01-17 09:57:43'),(44815,17848,'action started via WP Cron','2021-01-17 17:59:42','2021-01-17 09:59:42'),(44816,17848,'action complete via WP Cron','2021-01-17 17:59:42','2021-01-17 09:59:42'),(44817,17849,'action created','2021-01-17 17:59:46','2021-01-17 09:59:46'),(44818,17849,'action started via WP Cron','2021-01-17 18:01:42','2021-01-17 10:01:42'),(44819,17849,'action complete via WP Cron','2021-01-17 18:01:42','2021-01-17 10:01:42'),(44820,17850,'action created','2021-01-17 18:02:08','2021-01-17 10:02:08'),(44821,17850,'action started via WP Cron','2021-01-17 18:02:41','2021-01-17 10:02:41'),(44822,17850,'action complete via WP Cron','2021-01-17 18:02:41','2021-01-17 10:02:41'),(44823,17851,'action created','2021-01-17 18:02:41','2021-01-17 10:02:41'),(44824,17851,'action started via WP Cron','2021-01-17 18:03:40','2021-01-17 10:03:40'),(44825,17851,'action complete via WP Cron','2021-01-17 18:03:40','2021-01-17 10:03:40'),(44826,17852,'action created','2021-01-17 18:03:44','2021-01-17 10:03:44'),(44827,17853,'action created','2021-01-17 18:03:56','2021-01-17 10:03:56'),(44828,17853,'action started via WP Cron','2021-01-17 18:04:42','2021-01-17 10:04:42'),(44829,17853,'action complete via WP Cron','2021-01-17 18:04:42','2021-01-17 10:04:42'),(44830,17852,'action started via WP Cron','2021-01-17 18:04:42','2021-01-17 10:04:42'),(44831,17852,'action complete via WP Cron','2021-01-17 18:04:42','2021-01-17 10:04:42'),(44832,17854,'action created','2021-01-17 18:04:48','2021-01-17 10:04:48'),(44833,17855,'action created','2021-01-17 18:04:48','2021-01-17 10:04:48'),(44834,17855,'action started via WP Cron','2021-01-17 18:06:01','2021-01-17 10:06:01'),(44835,17855,'action complete via WP Cron','2021-01-17 18:06:01','2021-01-17 10:06:01'),(44836,17854,'action started via WP Cron','2021-01-17 18:06:01','2021-01-17 10:06:01'),(44837,17854,'action complete via WP Cron','2021-01-17 18:06:01','2021-01-17 10:06:01'),(44838,17856,'action created','2021-01-17 18:06:14','2021-01-17 10:06:14'),(44839,17856,'action started via WP Cron','2021-01-17 18:07:00','2021-01-17 10:07:00'),(44840,17856,'action complete via WP Cron','2021-01-17 18:07:00','2021-01-17 10:07:00'),(44841,17857,'action created','2021-01-17 18:07:00','2021-01-17 10:07:00'),(44842,17857,'action started via WP Cron','2021-01-17 18:10:05','2021-01-17 10:10:05'),(44843,17857,'action complete via WP Cron','2021-01-17 18:10:05','2021-01-17 10:10:05'),(44844,17858,'action created','2021-01-17 18:10:30','2021-01-17 10:10:30'),(44845,17858,'action started via WP Cron','2021-01-17 18:11:07','2021-01-17 10:11:07'),(44846,17858,'action complete via WP Cron','2021-01-17 18:11:07','2021-01-17 10:11:07'),(44847,17859,'action created','2021-01-17 18:11:08','2021-01-17 10:11:08'),(44848,17859,'action started via WP Cron','2021-01-17 18:12:34','2021-01-17 10:12:34'),(44849,17859,'action complete via WP Cron','2021-01-17 18:12:34','2021-01-17 10:12:34'),(44850,17860,'action created','2021-01-17 18:12:35','2021-01-17 10:12:35'),(44851,17860,'action started via WP Cron','2021-01-17 18:13:06','2021-01-17 10:13:06'),(44852,17860,'action complete via WP Cron','2021-01-17 18:13:06','2021-01-17 10:13:06'),(44853,17861,'action created','2021-01-17 18:13:07','2021-01-17 10:13:07'),(44854,17861,'action started via WP Cron','2021-01-17 18:15:00','2021-01-17 10:15:00'),(44855,17861,'action complete via WP Cron','2021-01-17 18:15:00','2021-01-17 10:15:00'),(44856,17862,'action created','2021-01-17 18:15:00','2021-01-17 10:15:00'),(44857,17862,'action started via WP Cron','2021-01-17 18:19:08','2021-01-17 10:19:08'),(44858,17862,'action complete via WP Cron','2021-01-17 18:19:08','2021-01-17 10:19:08'),(44859,17863,'action created','2021-01-17 18:19:08','2021-01-17 10:19:08'),(44860,17863,'action started via WP Cron','2021-01-17 18:20:15','2021-01-17 10:20:15'),(44861,17863,'action complete via WP Cron','2021-01-17 18:20:15','2021-01-17 10:20:15'),(44862,17864,'action created','2021-01-17 18:20:15','2021-01-17 10:20:15'),(44863,17864,'action started via WP Cron','2021-01-17 18:26:26','2021-01-17 10:26:26'),(44864,17864,'action complete via WP Cron','2021-01-17 18:26:26','2021-01-17 10:26:26'),(44865,17865,'action created','2021-01-17 18:26:26','2021-01-17 10:26:26'),(44866,17865,'action started via WP Cron','2021-01-17 18:27:05','2021-01-17 10:27:05'),(44867,17865,'action complete via WP Cron','2021-01-17 18:27:05','2021-01-17 10:27:05'),(44868,17866,'action created','2021-01-17 18:27:06','2021-01-17 10:27:06'),(44869,17866,'action started via WP Cron','2021-01-17 18:28:12','2021-01-17 10:28:12'),(44870,17866,'action complete via WP Cron','2021-01-17 18:28:12','2021-01-17 10:28:12'),(44871,17867,'action created','2021-01-17 18:28:12','2021-01-17 10:28:12'),(44872,17867,'action started via WP Cron','2021-01-17 18:30:10','2021-01-17 10:30:10'),(44873,17867,'action complete via WP Cron','2021-01-17 18:30:10','2021-01-17 10:30:10'),(44874,17868,'action created','2021-01-17 18:30:10','2021-01-17 10:30:10'),(44875,17868,'action started via WP Cron','2021-01-17 18:31:04','2021-01-17 10:31:04'),(44876,17868,'action complete via WP Cron','2021-01-17 18:31:04','2021-01-17 10:31:04'),(44877,17869,'action created','2021-01-17 18:31:04','2021-01-17 10:31:04'),(44878,17869,'action started via WP Cron','2021-01-17 18:32:05','2021-01-17 10:32:05'),(44879,17869,'action complete via WP Cron','2021-01-17 18:32:05','2021-01-17 10:32:05'),(44880,17870,'action created','2021-01-17 18:32:05','2021-01-17 10:32:05'),(44881,17870,'action started via WP Cron','2021-01-17 18:34:07','2021-01-17 10:34:07'),(44882,17870,'action complete via WP Cron','2021-01-17 18:34:07','2021-01-17 10:34:07'),(44883,17871,'action created','2021-01-17 18:34:07','2021-01-17 10:34:07'),(44884,17871,'action started via WP Cron','2021-01-17 18:35:09','2021-01-17 10:35:09'),(44885,17871,'action complete via WP Cron','2021-01-17 18:35:09','2021-01-17 10:35:09'),(44886,17872,'action created','2021-01-17 18:35:09','2021-01-17 10:35:09'),(44887,17872,'action started via WP Cron','2021-01-17 18:36:10','2021-01-17 10:36:10'),(44888,17872,'action complete via WP Cron','2021-01-17 18:36:10','2021-01-17 10:36:10'),(44889,17873,'action created','2021-01-17 18:36:10','2021-01-17 10:36:10'),(44890,17873,'action started via WP Cron','2021-01-17 18:38:47','2021-01-17 10:38:47'),(44891,17873,'action complete via WP Cron','2021-01-17 18:38:47','2021-01-17 10:38:47'),(44892,17874,'action created','2021-01-17 18:38:47','2021-01-17 10:38:47'),(44893,17874,'action started via WP Cron','2021-01-17 18:39:51','2021-01-17 10:39:51'),(44894,17874,'action complete via WP Cron','2021-01-17 18:39:51','2021-01-17 10:39:51'),(44895,17875,'action created','2021-01-17 18:39:51','2021-01-17 10:39:51'),(44896,17875,'action started via WP Cron','2021-01-17 18:42:06','2021-01-17 10:42:06'),(44897,17875,'action complete via WP Cron','2021-01-17 18:42:06','2021-01-17 10:42:06'),(44898,17876,'action created','2021-01-17 18:42:06','2021-01-17 10:42:06'),(44899,17876,'action started via WP Cron','2021-01-17 18:42:43','2021-01-17 10:42:43'),(44900,17876,'action complete via WP Cron','2021-01-17 18:42:43','2021-01-17 10:42:43'),(44901,17877,'action created','2021-01-17 18:42:43','2021-01-17 10:42:43'),(44902,17877,'action started via WP Cron','2021-01-17 18:45:52','2021-01-17 10:45:52'),(44903,17877,'action complete via WP Cron','2021-01-17 18:45:52','2021-01-17 10:45:52'),(44904,17878,'action created','2021-01-17 18:45:52','2021-01-17 10:45:52'),(44905,17878,'action started via WP Cron','2021-01-17 18:46:45','2021-01-17 10:46:45'),(44906,17878,'action complete via WP Cron','2021-01-17 18:46:45','2021-01-17 10:46:45'),(44907,17879,'action created','2021-01-17 18:46:45','2021-01-17 10:46:45'),(44908,17879,'action started via WP Cron','2021-01-17 18:47:47','2021-01-17 10:47:47'),(44909,17879,'action complete via WP Cron','2021-01-17 18:47:47','2021-01-17 10:47:47'),(44910,17880,'action created','2021-01-17 18:47:47','2021-01-17 10:47:47'),(44911,17880,'action started via WP Cron','2021-01-17 18:48:44','2021-01-17 10:48:44'),(44912,17880,'action complete via WP Cron','2021-01-17 18:48:44','2021-01-17 10:48:44'),(44913,17881,'action created','2021-01-17 18:48:44','2021-01-17 10:48:44'),(44914,17881,'action started via WP Cron','2021-01-17 18:49:41','2021-01-17 10:49:41'),(44915,17881,'action complete via WP Cron','2021-01-17 18:49:41','2021-01-17 10:49:41'),(44916,17882,'action created','2021-01-17 18:49:42','2021-01-17 10:49:42'),(44917,17882,'action started via WP Cron','2021-01-17 18:50:46','2021-01-17 10:50:46'),(44918,17882,'action complete via WP Cron','2021-01-17 18:50:46','2021-01-17 10:50:46'),(44919,17883,'action created','2021-01-17 18:50:47','2021-01-17 10:50:47'),(44920,17883,'action started via WP Cron','2021-01-17 18:51:43','2021-01-17 10:51:43'),(44921,17883,'action complete via WP Cron','2021-01-17 18:51:43','2021-01-17 10:51:43'),(44922,17884,'action created','2021-01-17 18:51:43','2021-01-17 10:51:43'),(44923,17884,'action started via WP Cron','2021-01-17 18:52:41','2021-01-17 10:52:41'),(44924,17884,'action complete via WP Cron','2021-01-17 18:52:41','2021-01-17 10:52:41'),(44925,17885,'action created','2021-01-17 18:52:41','2021-01-17 10:52:41'),(44926,17885,'action started via WP Cron','2021-01-17 18:53:48','2021-01-17 10:53:48'),(44927,17885,'action complete via WP Cron','2021-01-17 18:53:48','2021-01-17 10:53:48'),(44928,17886,'action created','2021-01-17 18:53:48','2021-01-17 10:53:48'),(44929,17886,'action started via WP Cron','2021-01-17 18:54:44','2021-01-17 10:54:44'),(44930,17886,'action complete via WP Cron','2021-01-17 18:54:44','2021-01-17 10:54:44'),(44931,17887,'action created','2021-01-17 18:54:44','2021-01-17 10:54:44'),(44932,17887,'action started via WP Cron','2021-01-17 18:55:54','2021-01-17 10:55:54'),(44933,17887,'action complete via WP Cron','2021-01-17 18:55:54','2021-01-17 10:55:54'),(44934,17888,'action created','2021-01-17 18:55:54','2021-01-17 10:55:54'),(44935,17888,'action started via WP Cron','2021-01-17 18:56:47','2021-01-17 10:56:47'),(44936,17888,'action complete via WP Cron','2021-01-17 18:56:47','2021-01-17 10:56:47'),(44937,17889,'action created','2021-01-17 18:56:47','2021-01-17 10:56:47'),(44938,17889,'action started via WP Cron','2021-01-17 18:57:44','2021-01-17 10:57:44'),(44939,17889,'action complete via WP Cron','2021-01-17 18:57:44','2021-01-17 10:57:44'),(44940,17890,'action created','2021-01-17 18:57:44','2021-01-17 10:57:44'),(44941,17890,'action started via WP Cron','2021-01-17 18:58:40','2021-01-17 10:58:40'),(44942,17890,'action complete via WP Cron','2021-01-17 18:58:40','2021-01-17 10:58:40'),(44943,17891,'action created','2021-01-17 18:58:41','2021-01-17 10:58:41'),(44944,17891,'action started via WP Cron','2021-01-17 18:59:41','2021-01-17 10:59:41'),(44945,17891,'action complete via WP Cron','2021-01-17 18:59:41','2021-01-17 10:59:41'),(44946,17892,'action created','2021-01-17 18:59:41','2021-01-17 10:59:41'),(44947,17892,'action started via WP Cron','2021-01-17 19:00:44','2021-01-17 11:00:44'),(44948,17892,'action complete via WP Cron','2021-01-17 19:00:44','2021-01-17 11:00:44'),(44949,17893,'action created','2021-01-17 19:00:44','2021-01-17 11:00:44'),(44950,17893,'action started via WP Cron','2021-01-17 19:01:42','2021-01-17 11:01:42'),(44951,17893,'action complete via WP Cron','2021-01-17 19:01:42','2021-01-17 11:01:42'),(44952,17894,'action created','2021-01-17 19:01:42','2021-01-17 11:01:42'),(44953,17894,'action started via WP Cron','2021-01-17 19:02:43','2021-01-17 11:02:43'),(44954,17894,'action complete via WP Cron','2021-01-17 19:02:43','2021-01-17 11:02:43'),(44955,17895,'action created','2021-01-17 19:02:43','2021-01-17 11:02:43'),(44956,17895,'action started via WP Cron','2021-01-17 19:03:42','2021-01-17 11:03:42'),(44957,17895,'action complete via WP Cron','2021-01-17 19:03:42','2021-01-17 11:03:42'),(44958,17896,'action created','2021-01-17 19:03:42','2021-01-17 11:03:42'),(44959,17896,'action started via WP Cron','2021-01-17 19:04:47','2021-01-17 11:04:47'),(44960,17896,'action complete via WP Cron','2021-01-17 19:04:47','2021-01-17 11:04:47'),(44961,17897,'action created','2021-01-17 19:04:47','2021-01-17 11:04:47'),(44962,17897,'action started via WP Cron','2021-01-17 19:05:45','2021-01-17 11:05:45'),(44963,17897,'action complete via WP Cron','2021-01-17 19:05:45','2021-01-17 11:05:45'),(44964,17898,'action created','2021-01-17 19:05:45','2021-01-17 11:05:45'),(44965,17898,'action started via WP Cron','2021-01-17 19:06:46','2021-01-17 11:06:46'),(44966,17898,'action complete via WP Cron','2021-01-17 19:06:46','2021-01-17 11:06:46'),(44967,17899,'action created','2021-01-17 19:06:46','2021-01-17 11:06:46'),(44968,17899,'action started via WP Cron','2021-01-17 19:07:44','2021-01-17 11:07:44'),(44969,17899,'action complete via WP Cron','2021-01-17 19:07:44','2021-01-17 11:07:44'),(44970,17900,'action created','2021-01-17 19:07:45','2021-01-17 11:07:45'),(44971,17900,'action started via WP Cron','2021-01-17 19:08:45','2021-01-17 11:08:45'),(44972,17900,'action complete via WP Cron','2021-01-17 19:08:45','2021-01-17 11:08:45'),(44973,17901,'action created','2021-01-17 19:08:45','2021-01-17 11:08:45'),(44974,17901,'action started via WP Cron','2021-01-17 19:09:42','2021-01-17 11:09:42'),(44975,17901,'action complete via WP Cron','2021-01-17 19:09:42','2021-01-17 11:09:42'),(44976,17902,'action created','2021-01-17 19:09:42','2021-01-17 11:09:42'),(44977,17902,'action started via WP Cron','2021-01-17 19:10:47','2021-01-17 11:10:47'),(44978,17902,'action complete via WP Cron','2021-01-17 19:10:47','2021-01-17 11:10:47'),(44979,17903,'action created','2021-01-17 19:10:47','2021-01-17 11:10:47'),(44980,17903,'action started via WP Cron','2021-01-17 19:11:44','2021-01-17 11:11:44'),(44981,17903,'action complete via WP Cron','2021-01-17 19:11:44','2021-01-17 11:11:44'),(44982,17904,'action created','2021-01-17 19:11:45','2021-01-17 11:11:45'),(44983,17904,'action started via WP Cron','2021-01-17 19:12:42','2021-01-17 11:12:42'),(44984,17904,'action complete via WP Cron','2021-01-17 19:12:42','2021-01-17 11:12:42'),(44985,17905,'action created','2021-01-17 19:12:42','2021-01-17 11:12:42'),(44986,17905,'action started via WP Cron','2021-01-17 19:13:42','2021-01-17 11:13:42'),(44987,17905,'action complete via WP Cron','2021-01-17 19:13:42','2021-01-17 11:13:42'),(44988,17906,'action created','2021-01-17 19:13:42','2021-01-17 11:13:42'),(44989,17906,'action started via WP Cron','2021-01-17 19:14:43','2021-01-17 11:14:43'),(44990,17906,'action complete via WP Cron','2021-01-17 19:14:43','2021-01-17 11:14:43'),(44991,17907,'action created','2021-01-17 19:14:43','2021-01-17 11:14:43'),(44992,17907,'action started via WP Cron','2021-01-17 19:15:45','2021-01-17 11:15:45'),(44993,17907,'action complete via WP Cron','2021-01-17 19:15:45','2021-01-17 11:15:45'),(44994,17908,'action created','2021-01-17 19:15:45','2021-01-17 11:15:45'),(44995,17908,'action started via WP Cron','2021-01-17 19:16:41','2021-01-17 11:16:41'),(44996,17908,'action complete via WP Cron','2021-01-17 19:16:41','2021-01-17 11:16:41'),(44997,17909,'action created','2021-01-17 19:16:41','2021-01-17 11:16:41'),(44998,17909,'action started via WP Cron','2021-01-17 19:17:41','2021-01-17 11:17:41'),(44999,17909,'action complete via WP Cron','2021-01-17 19:17:41','2021-01-17 11:17:41'),(45000,17910,'action created','2021-01-17 19:17:41','2021-01-17 11:17:41'),(45001,17910,'action started via Async Request','2021-01-17 19:18:41','2021-01-17 11:18:41'),(45002,17910,'action complete via Async Request','2021-01-17 19:18:41','2021-01-17 11:18:41'),(45003,17911,'action created','2021-01-17 19:18:42','2021-01-17 11:18:42'),(45004,17911,'action started via WP Cron','2021-01-17 19:23:13','2021-01-17 11:23:13'),(45005,17911,'action complete via WP Cron','2021-01-17 19:23:13','2021-01-17 11:23:13'),(45006,17912,'action created','2021-01-17 19:23:13','2021-01-17 11:23:13'),(45007,17912,'action started via WP Cron','2021-01-17 19:24:47','2021-01-17 11:24:47'),(45008,17912,'action complete via WP Cron','2021-01-17 19:24:47','2021-01-17 11:24:47'),(45009,17913,'action created','2021-01-17 19:24:48','2021-01-17 11:24:48'),(45010,17913,'action started via WP Cron','2021-01-17 19:26:21','2021-01-17 11:26:21'),(45011,17913,'action complete via WP Cron','2021-01-17 19:26:21','2021-01-17 11:26:21'),(45012,17914,'action created','2021-01-17 19:26:21','2021-01-17 11:26:21'),(45013,17914,'action started via WP Cron','2021-01-17 19:28:08','2021-01-17 11:28:08'),(45014,17914,'action complete via WP Cron','2021-01-17 19:28:08','2021-01-17 11:28:08'),(45015,17915,'action created','2021-01-17 19:28:08','2021-01-17 11:28:08'),(45016,17915,'action started via WP Cron','2021-01-17 19:28:49','2021-01-17 11:28:49'),(45017,17915,'action complete via WP Cron','2021-01-17 19:28:49','2021-01-17 11:28:49'),(45018,17916,'action created','2021-01-17 19:28:49','2021-01-17 11:28:49'),(45019,17916,'action started via WP Cron','2021-01-17 19:30:47','2021-01-17 11:30:47'),(45020,17916,'action complete via WP Cron','2021-01-17 19:30:47','2021-01-17 11:30:47'),(45021,17917,'action created','2021-01-17 19:30:47','2021-01-17 11:30:47'),(45022,17917,'action started via WP Cron','2021-01-17 19:32:17','2021-01-17 11:32:17'),(45023,17917,'action complete via WP Cron','2021-01-17 19:32:17','2021-01-17 11:32:17'),(45024,17918,'action created','2021-01-17 19:32:17','2021-01-17 11:32:17'),(45025,17918,'action started via WP Cron','2021-01-17 19:33:30','2021-01-17 11:33:30'),(45026,17918,'action complete via WP Cron','2021-01-17 19:33:30','2021-01-17 11:33:30'),(45027,17919,'action created','2021-01-17 19:33:30','2021-01-17 11:33:30'),(45028,17919,'action started via WP Cron','2021-01-17 19:33:41','2021-01-17 11:33:41'),(45029,17919,'action complete via WP Cron','2021-01-17 19:33:41','2021-01-17 11:33:41'),(45030,17920,'action created','2021-01-17 19:33:41','2021-01-17 11:33:41'),(45031,17920,'action started via WP Cron','2021-01-17 19:34:43','2021-01-17 11:34:43'),(45032,17920,'action complete via WP Cron','2021-01-17 19:34:43','2021-01-17 11:34:43'),(45033,17921,'action created','2021-01-17 19:34:43','2021-01-17 11:34:43'),(45034,17921,'action started via WP Cron','2021-01-17 19:35:43','2021-01-17 11:35:43'),(45035,17921,'action complete via WP Cron','2021-01-17 19:35:43','2021-01-17 11:35:43'),(45036,17922,'action created','2021-01-17 19:35:43','2021-01-17 11:35:43'),(45037,17922,'action started via WP Cron','2021-01-17 19:36:41','2021-01-17 11:36:41'),(45038,17922,'action complete via WP Cron','2021-01-17 19:36:41','2021-01-17 11:36:41'),(45039,17923,'action created','2021-01-17 19:36:42','2021-01-17 11:36:42'),(45040,17923,'action started via WP Cron','2021-01-17 19:37:42','2021-01-17 11:37:42'),(45041,17923,'action complete via WP Cron','2021-01-17 19:37:42','2021-01-17 11:37:42'),(45042,17924,'action created','2021-01-17 19:37:43','2021-01-17 11:37:43'),(45043,17924,'action started via WP Cron','2021-01-17 19:38:42','2021-01-17 11:38:42'),(45044,17924,'action complete via WP Cron','2021-01-17 19:38:42','2021-01-17 11:38:42'),(45045,17925,'action created','2021-01-17 19:38:42','2021-01-17 11:38:42'),(45046,17925,'action started via WP Cron','2021-01-17 19:39:42','2021-01-17 11:39:42'),(45047,17925,'action complete via WP Cron','2021-01-17 19:39:42','2021-01-17 11:39:42'),(45048,17926,'action created','2021-01-17 19:39:42','2021-01-17 11:39:42'),(45049,17926,'action started via WP Cron','2021-01-17 19:40:42','2021-01-17 11:40:42'),(45050,17926,'action complete via WP Cron','2021-01-17 19:40:42','2021-01-17 11:40:42'),(45051,17927,'action created','2021-01-17 19:40:43','2021-01-17 11:40:43'),(45052,17927,'action started via WP Cron','2021-01-17 19:41:44','2021-01-17 11:41:44'),(45053,17927,'action complete via WP Cron','2021-01-17 19:41:44','2021-01-17 11:41:44'),(45054,17928,'action created','2021-01-17 19:41:47','2021-01-17 11:41:47'),(45055,17928,'action started via WP Cron','2021-01-17 19:42:41','2021-01-17 11:42:41'),(45056,17928,'action complete via WP Cron','2021-01-17 19:42:41','2021-01-17 11:42:41'),(45057,17929,'action created','2021-01-17 19:42:41','2021-01-17 11:42:41'),(45058,17929,'action started via WP Cron','2021-01-17 19:43:44','2021-01-17 11:43:44'),(45059,17929,'action complete via WP Cron','2021-01-17 19:43:44','2021-01-17 11:43:44'),(45060,17930,'action created','2021-01-17 19:43:44','2021-01-17 11:43:44'),(45061,17930,'action started via WP Cron','2021-01-17 19:44:42','2021-01-17 11:44:42'),(45062,17930,'action complete via WP Cron','2021-01-17 19:44:42','2021-01-17 11:44:42'),(45063,17931,'action created','2021-01-17 19:44:42','2021-01-17 11:44:42'),(45064,17931,'action started via WP Cron','2021-01-17 19:45:44','2021-01-17 11:45:44'),(45065,17931,'action complete via WP Cron','2021-01-17 19:45:44','2021-01-17 11:45:44'),(45066,17932,'action created','2021-01-17 19:45:44','2021-01-17 11:45:44'),(45067,17932,'action started via WP Cron','2021-01-17 19:46:41','2021-01-17 11:46:41'),(45068,17932,'action complete via WP Cron','2021-01-17 19:46:41','2021-01-17 11:46:41'),(45069,17933,'action created','2021-01-17 19:46:41','2021-01-17 11:46:41'),(45070,17933,'action started via WP Cron','2021-01-17 19:48:57','2021-01-17 11:48:57'),(45071,17933,'action complete via WP Cron','2021-01-17 19:48:57','2021-01-17 11:48:57'),(45072,17934,'action created','2021-01-17 19:48:57','2021-01-17 11:48:57'),(45073,17934,'action started via WP Cron','2021-01-17 19:49:55','2021-01-17 11:49:55'),(45074,17934,'action complete via WP Cron','2021-01-17 19:49:55','2021-01-17 11:49:55'),(45075,17935,'action created','2021-01-17 19:49:55','2021-01-17 11:49:55'),(45076,17935,'action started via WP Cron','2021-01-17 19:50:49','2021-01-17 11:50:49'),(45077,17935,'action complete via WP Cron','2021-01-17 19:50:49','2021-01-17 11:50:49'),(45078,17936,'action created','2021-01-17 19:50:49','2021-01-17 11:50:49'),(45079,17936,'action started via Async Request','2021-01-17 19:51:27','2021-01-17 11:51:27'),(45080,17936,'action complete via Async Request','2021-01-17 19:51:27','2021-01-17 11:51:27'),(45081,17937,'action created','2021-01-17 19:51:50','2021-01-17 11:51:50'),(45082,17937,'action started via WP Cron','2021-01-17 19:52:51','2021-01-17 11:52:51'),(45083,17937,'action complete via WP Cron','2021-01-17 19:52:51','2021-01-17 11:52:51'),(45084,17938,'action created','2021-01-17 19:52:51','2021-01-17 11:52:51'),(45085,17938,'action started via Async Request','2021-01-17 19:53:27','2021-01-17 11:53:27'),(45086,17938,'action complete via Async Request','2021-01-17 19:53:27','2021-01-17 11:53:27'),(45087,17939,'action created','2021-01-17 19:53:35','2021-01-17 11:53:35'),(45088,17939,'action started via WP Cron','2021-01-17 19:53:52','2021-01-17 11:53:52'),(45089,17939,'action complete via WP Cron','2021-01-17 19:53:52','2021-01-17 11:53:52'),(45090,17940,'action created','2021-01-17 19:53:52','2021-01-17 11:53:52'),(45091,17940,'action started via WP Cron','2021-01-17 19:55:24','2021-01-17 11:55:24'),(45092,17940,'action complete via WP Cron','2021-01-17 19:55:24','2021-01-17 11:55:24'),(45093,17941,'action created','2021-01-17 19:55:24','2021-01-17 11:55:24'),(45094,17941,'action started via WP Cron','2021-01-17 19:57:27','2021-01-17 11:57:27'),(45095,17941,'action complete via WP Cron','2021-01-17 19:57:27','2021-01-17 11:57:27'),(45096,17942,'action created','2021-01-17 19:58:55','2021-01-17 11:58:55'),(45097,17942,'action started via Async Request','2021-01-17 19:59:27','2021-01-17 11:59:27'),(45098,17942,'action complete via Async Request','2021-01-17 19:59:27','2021-01-17 11:59:27'),(45099,17943,'action created','2021-01-17 20:00:55','2021-01-17 12:00:55'),(45100,17943,'action started via Async Request','2021-01-17 20:01:27','2021-01-17 12:01:27'),(45101,17943,'action complete via Async Request','2021-01-17 20:01:27','2021-01-17 12:01:27'),(45102,17944,'action created','2021-01-17 20:08:57','2021-01-17 12:08:57'),(45103,17944,'action started via Async Request','2021-01-17 20:09:27','2021-01-17 12:09:27'),(45104,17944,'action complete via Async Request','2021-01-17 20:09:27','2021-01-17 12:09:27'),(45105,17945,'action created','2021-01-17 20:20:32','2021-01-17 12:20:32'),(45106,17945,'action started via WP Cron','2021-01-17 20:25:00','2021-01-17 12:25:00'),(45107,17945,'action complete via WP Cron','2021-01-17 20:25:00','2021-01-17 12:25:00'),(45108,17946,'action created','2021-01-17 20:25:00','2021-01-17 12:25:00'),(45109,17946,'action started via WP Cron','2021-01-17 20:30:34','2021-01-17 12:30:34'),(45110,17946,'action complete via WP Cron','2021-01-17 20:30:34','2021-01-17 12:30:34'),(45111,17947,'action created','2021-01-17 20:30:34','2021-01-17 12:30:34'),(45112,17947,'action started via WP Cron','2021-01-17 20:36:57','2021-01-17 12:36:57'),(45113,17947,'action complete via WP Cron','2021-01-17 20:36:57','2021-01-17 12:36:57'),(45114,17948,'action created','2021-01-17 20:36:57','2021-01-17 12:36:57'),(45115,17948,'action started via WP Cron','2021-01-17 20:41:33','2021-01-17 12:41:33'),(45116,17948,'action complete via WP Cron','2021-01-17 20:41:33','2021-01-17 12:41:33'),(45117,17949,'action created','2021-01-17 20:41:34','2021-01-17 12:41:34'),(45118,17949,'action started via WP Cron','2021-01-17 20:43:33','2021-01-17 12:43:33'),(45119,17949,'action complete via WP Cron','2021-01-17 20:43:33','2021-01-17 12:43:33'),(45120,17950,'action created','2021-01-17 20:43:33','2021-01-17 12:43:33'),(45121,17950,'action started via WP Cron','2021-01-17 20:44:26','2021-01-17 12:44:26'),(45122,17950,'action complete via WP Cron','2021-01-17 20:44:26','2021-01-17 12:44:26'),(45123,17951,'action created','2021-01-17 20:44:26','2021-01-17 12:44:26'),(45124,17951,'action started via WP Cron','2021-01-17 20:48:18','2021-01-17 12:48:18'),(45125,17951,'action complete via WP Cron','2021-01-17 20:48:18','2021-01-17 12:48:18'),(45126,17952,'action created','2021-01-17 20:48:18','2021-01-17 12:48:18'),(45127,17952,'action started via WP Cron','2021-01-17 20:52:16','2021-01-17 12:52:16'),(45128,17952,'action complete via WP Cron','2021-01-17 20:52:16','2021-01-17 12:52:16'),(45129,17953,'action created','2021-01-17 20:52:16','2021-01-17 12:52:16'),(45130,17953,'action started via WP Cron','2021-01-17 20:52:46','2021-01-17 12:52:46'),(45131,17953,'action complete via WP Cron','2021-01-17 20:52:46','2021-01-17 12:52:46'),(45132,17954,'action created','2021-01-17 20:52:46','2021-01-17 12:52:46'),(45133,17954,'action started via WP Cron','2021-01-17 20:53:48','2021-01-17 12:53:48'),(45134,17954,'action complete via WP Cron','2021-01-17 20:53:48','2021-01-17 12:53:48'),(45135,17955,'action created','2021-01-17 20:53:48','2021-01-17 12:53:48'),(45136,17955,'action started via WP Cron','2021-01-17 20:56:17','2021-01-17 12:56:17'),(45137,17955,'action complete via WP Cron','2021-01-17 20:56:17','2021-01-17 12:56:17'),(45138,17956,'action created','2021-01-17 20:56:18','2021-01-17 12:56:18'),(45139,17956,'action started via WP Cron','2021-01-17 20:58:24','2021-01-17 12:58:24'),(45140,17956,'action complete via WP Cron','2021-01-17 20:58:24','2021-01-17 12:58:24'),(45141,17957,'action created','2021-01-17 20:58:25','2021-01-17 12:58:25'),(45142,17957,'action started via WP Cron','2021-01-17 21:00:38','2021-01-17 13:00:38'),(45143,17957,'action complete via WP Cron','2021-01-17 21:00:38','2021-01-17 13:00:38'),(45144,17958,'action created','2021-01-17 21:00:39','2021-01-17 13:00:39'),(45145,17958,'action started via WP Cron','2021-01-17 21:01:46','2021-01-17 13:01:46'),(45146,17958,'action complete via WP Cron','2021-01-17 21:01:46','2021-01-17 13:01:46'),(45147,17959,'action created','2021-01-17 21:01:46','2021-01-17 13:01:46'),(45148,17959,'action started via WP Cron','2021-01-17 21:03:20','2021-01-17 13:03:20'),(45149,17959,'action complete via WP Cron','2021-01-17 21:03:20','2021-01-17 13:03:20'),(45150,17960,'action created','2021-01-17 21:03:20','2021-01-17 13:03:20'),(45151,17960,'action started via WP Cron','2021-01-17 21:05:10','2021-01-17 13:05:10'),(45152,17960,'action complete via WP Cron','2021-01-17 21:05:10','2021-01-17 13:05:10'),(45153,17961,'action created','2021-01-17 21:05:10','2021-01-17 13:05:10'),(45154,17961,'action started via WP Cron','2021-01-17 21:08:58','2021-01-17 13:08:58'),(45155,17961,'action complete via WP Cron','2021-01-17 21:08:58','2021-01-17 13:08:58'),(45156,17962,'action created','2021-01-17 21:08:58','2021-01-17 13:08:58'),(45157,17962,'action started via WP Cron','2021-01-17 21:11:22','2021-01-17 13:11:22'),(45158,17962,'action complete via WP Cron','2021-01-17 21:11:22','2021-01-17 13:11:22'),(45159,17963,'action created','2021-01-17 21:11:23','2021-01-17 13:11:23'),(45160,17963,'action started via WP Cron','2021-01-17 21:11:55','2021-01-17 13:11:55'),(45161,17963,'action complete via WP Cron','2021-01-17 21:11:55','2021-01-17 13:11:55'),(45162,17964,'action created','2021-01-17 21:11:55','2021-01-17 13:11:55'),(45163,17964,'action started via WP Cron','2021-01-17 21:13:22','2021-01-17 13:13:22'),(45164,17964,'action complete via WP Cron','2021-01-17 21:13:22','2021-01-17 13:13:22'),(45165,17965,'action created','2021-01-17 21:13:23','2021-01-17 13:13:23'),(45166,17965,'action started via WP Cron','2021-01-17 21:13:48','2021-01-17 13:13:48'),(45167,17965,'action complete via WP Cron','2021-01-17 21:13:48','2021-01-17 13:13:48'),(45168,17966,'action created','2021-01-17 21:13:48','2021-01-17 13:13:48'),(45169,17966,'action started via WP Cron','2021-01-17 21:15:27','2021-01-17 13:15:27'),(45170,17966,'action complete via WP Cron','2021-01-17 21:15:27','2021-01-17 13:15:27'),(45171,17967,'action created','2021-01-17 21:15:28','2021-01-17 13:15:28'),(45172,17967,'action started via WP Cron','2021-01-17 21:18:46','2021-01-17 13:18:46'),(45173,17967,'action complete via WP Cron','2021-01-17 21:18:46','2021-01-17 13:18:46'),(45174,17968,'action created','2021-01-17 21:18:46','2021-01-17 13:18:46'),(45175,17968,'action started via WP Cron','2021-01-17 21:20:17','2021-01-17 13:20:17'),(45176,17968,'action complete via WP Cron','2021-01-17 21:20:17','2021-01-17 13:20:17'),(45177,17969,'action created','2021-01-17 21:20:17','2021-01-17 13:20:17'),(45178,17969,'action started via WP Cron','2021-01-17 21:22:12','2021-01-17 13:22:12'),(45179,17969,'action complete via WP Cron','2021-01-17 21:22:12','2021-01-17 13:22:12'),(45180,17970,'action created','2021-01-17 21:22:12','2021-01-17 13:22:12'),(45181,17970,'action started via WP Cron','2021-01-17 21:23:53','2021-01-17 13:23:53'),(45182,17970,'action complete via WP Cron','2021-01-17 21:23:53','2021-01-17 13:23:53'),(45183,17971,'action created','2021-01-17 21:26:47','2021-01-17 13:26:47'),(45184,17971,'action started via WP Cron','2021-01-17 21:27:57','2021-01-17 13:27:57'),(45185,17971,'action complete via WP Cron','2021-01-17 21:27:57','2021-01-17 13:27:57'),(45186,17972,'action created','2021-01-17 21:27:57','2021-01-17 13:27:57'),(45187,17972,'action started via WP Cron','2021-01-17 21:29:09','2021-01-17 13:29:09'),(45188,17972,'action complete via WP Cron','2021-01-17 21:29:09','2021-01-17 13:29:09'),(45189,17973,'action created','2021-01-17 21:29:09','2021-01-17 13:29:09'),(45190,17973,'action started via WP Cron','2021-01-17 21:30:15','2021-01-17 13:30:15'),(45191,17973,'action complete via WP Cron','2021-01-17 21:30:15','2021-01-17 13:30:15'),(45192,17974,'action created','2021-01-17 21:30:15','2021-01-17 13:30:15'),(45193,17974,'action started via WP Cron','2021-01-17 21:31:11','2021-01-17 13:31:11'),(45194,17974,'action complete via WP Cron','2021-01-17 21:31:11','2021-01-17 13:31:11'),(45195,17975,'action created','2021-01-17 21:31:11','2021-01-17 13:31:11'),(45196,17975,'action started via WP Cron','2021-01-17 21:31:45','2021-01-17 13:31:45'),(45197,17975,'action complete via WP Cron','2021-01-17 21:31:45','2021-01-17 13:31:45'),(45198,17976,'action created','2021-01-17 21:31:46','2021-01-17 13:31:46'),(45199,17976,'action started via WP Cron','2021-01-17 21:33:13','2021-01-17 13:33:13'),(45200,17976,'action complete via WP Cron','2021-01-17 21:33:13','2021-01-17 13:33:13'),(45201,17977,'action created','2021-01-17 21:33:13','2021-01-17 13:33:13'),(45202,17977,'action started via WP Cron','2021-01-17 21:34:11','2021-01-17 13:34:11'),(45203,17977,'action complete via WP Cron','2021-01-17 21:34:11','2021-01-17 13:34:11'),(45204,17978,'action created','2021-01-17 21:34:11','2021-01-17 13:34:11'),(45205,17978,'action started via WP Cron','2021-01-17 21:35:57','2021-01-17 13:35:57'),(45206,17978,'action complete via WP Cron','2021-01-17 21:35:57','2021-01-17 13:35:57'),(45207,17979,'action created','2021-01-17 21:35:57','2021-01-17 13:35:57'),(45208,17979,'action started via WP Cron','2021-01-17 21:39:07','2021-01-17 13:39:07'),(45209,17979,'action complete via WP Cron','2021-01-17 21:39:07','2021-01-17 13:39:07'),(45210,17980,'action created','2021-01-17 21:39:07','2021-01-17 13:39:07'),(45211,17980,'action started via WP Cron','2021-01-17 21:40:39','2021-01-17 13:40:39'),(45212,17980,'action complete via WP Cron','2021-01-17 21:40:39','2021-01-17 13:40:39'),(45213,17981,'action created','2021-01-17 21:40:40','2021-01-17 13:40:40'),(45214,17981,'action started via WP Cron','2021-01-17 21:42:40','2021-01-17 13:42:40'),(45215,17981,'action complete via WP Cron','2021-01-17 21:42:40','2021-01-17 13:42:40'),(45216,17982,'action created','2021-01-17 21:42:40','2021-01-17 13:42:40'),(45217,17982,'action started via WP Cron','2021-01-17 21:44:20','2021-01-17 13:44:20'),(45218,17982,'action complete via WP Cron','2021-01-17 21:44:20','2021-01-17 13:44:20'),(45219,17983,'action created','2021-01-17 21:44:20','2021-01-17 13:44:20'),(45220,17983,'action started via WP Cron','2021-01-17 21:47:16','2021-01-17 13:47:16'),(45221,17983,'action complete via WP Cron','2021-01-17 21:47:16','2021-01-17 13:47:16'),(45222,17984,'action created','2021-01-17 21:47:16','2021-01-17 13:47:16'),(45223,17984,'action started via WP Cron','2021-01-17 21:57:16','2021-01-17 13:57:16'),(45224,17984,'action complete via WP Cron','2021-01-17 21:57:16','2021-01-17 13:57:16'),(45225,17985,'action created','2021-01-17 21:57:16','2021-01-17 13:57:16'),(45226,17985,'action started via WP Cron','2021-01-17 22:04:54','2021-01-17 14:04:54'),(45227,17985,'action complete via WP Cron','2021-01-17 22:04:54','2021-01-17 14:04:54'),(45228,17986,'action created','2021-01-17 22:04:54','2021-01-17 14:04:54'),(45229,17986,'action started via WP Cron','2021-01-17 22:08:10','2021-01-17 14:08:10'),(45230,17986,'action complete via WP Cron','2021-01-17 22:08:10','2021-01-17 14:08:10'),(45231,17987,'action created','2021-01-17 22:08:10','2021-01-17 14:08:10'),(45232,17987,'action started via WP Cron','2021-01-17 22:12:15','2021-01-17 14:12:15'),(45233,17987,'action complete via WP Cron','2021-01-17 22:12:15','2021-01-17 14:12:15'),(45234,17988,'action created','2021-01-17 22:12:20','2021-01-17 14:12:20'),(45235,17988,'action started via WP Cron','2021-01-17 22:15:06','2021-01-17 14:15:06'),(45236,17988,'action complete via WP Cron','2021-01-17 22:15:06','2021-01-17 14:15:06'),(45237,17989,'action created','2021-01-17 22:15:06','2021-01-17 14:15:06'),(45238,17989,'action started via WP Cron','2021-01-17 22:16:24','2021-01-17 14:16:24'),(45239,17989,'action complete via WP Cron','2021-01-17 22:16:24','2021-01-17 14:16:24'),(45240,17990,'action created','2021-01-17 22:16:24','2021-01-17 14:16:24'),(45241,17990,'action started via WP Cron','2021-01-17 22:17:24','2021-01-17 14:17:24'),(45242,17990,'action complete via WP Cron','2021-01-17 22:17:24','2021-01-17 14:17:24'),(45243,17991,'action created','2021-01-17 22:17:24','2021-01-17 14:17:24'),(45244,17991,'action started via WP Cron','2021-01-17 22:25:33','2021-01-17 14:25:33'),(45245,17991,'action complete via WP Cron','2021-01-17 22:25:33','2021-01-17 14:25:33'),(45246,17992,'action created','2021-01-17 22:25:33','2021-01-17 14:25:33'),(45247,17992,'action started via WP Cron','2021-01-17 22:28:34','2021-01-17 14:28:34'),(45248,17992,'action complete via WP Cron','2021-01-17 22:28:34','2021-01-17 14:28:34'),(45249,17993,'action created','2021-01-17 22:28:34','2021-01-17 14:28:34'),(45250,17993,'action started via WP Cron','2021-01-17 22:31:36','2021-01-17 14:31:36'),(45251,17993,'action complete via WP Cron','2021-01-17 22:31:36','2021-01-17 14:31:36'),(45252,17994,'action created','2021-01-17 22:31:36','2021-01-17 14:31:36'),(45253,17994,'action started via WP Cron','2021-01-17 22:33:21','2021-01-17 14:33:21'),(45254,17994,'action complete via WP Cron','2021-01-17 22:33:21','2021-01-17 14:33:21'),(45255,17995,'action created','2021-01-17 22:33:21','2021-01-17 14:33:21'),(45256,17995,'action started via WP Cron','2021-01-17 22:34:13','2021-01-17 14:34:13'),(45257,17995,'action complete via WP Cron','2021-01-17 22:34:13','2021-01-17 14:34:13'),(45258,17996,'action created','2021-01-17 22:34:13','2021-01-17 14:34:13'),(45259,17996,'action started via WP Cron','2021-01-17 22:35:14','2021-01-17 14:35:14'),(45260,17996,'action complete via WP Cron','2021-01-17 22:35:14','2021-01-17 14:35:14'),(45261,17997,'action created','2021-01-17 22:35:14','2021-01-17 14:35:14'),(45262,17997,'action started via WP Cron','2021-01-17 22:35:54','2021-01-17 14:35:54'),(45263,17997,'action complete via WP Cron','2021-01-17 22:35:54','2021-01-17 14:35:54'),(45264,17998,'action created','2021-01-17 22:35:54','2021-01-17 14:35:54'),(45265,17998,'action started via WP Cron','2021-01-17 22:37:16','2021-01-17 14:37:16'),(45266,17998,'action complete via WP Cron','2021-01-17 22:37:16','2021-01-17 14:37:16'),(45267,17999,'action created','2021-01-17 22:37:16','2021-01-17 14:37:16'),(45268,17999,'action started via WP Cron','2021-01-17 22:38:17','2021-01-17 14:38:17'),(45269,17999,'action complete via WP Cron','2021-01-17 22:38:17','2021-01-17 14:38:17'),(45270,18000,'action created','2021-01-17 22:38:17','2021-01-17 14:38:17'),(45271,18000,'action started via WP Cron','2021-01-17 22:39:18','2021-01-17 14:39:18'),(45272,18000,'action complete via WP Cron','2021-01-17 22:39:18','2021-01-17 14:39:18'),(45273,18001,'action created','2021-01-17 22:39:18','2021-01-17 14:39:18'),(45274,18001,'action started via WP Cron','2021-01-17 22:40:15','2021-01-17 14:40:15'),(45275,18001,'action complete via WP Cron','2021-01-17 22:40:15','2021-01-17 14:40:15'),(45276,18002,'action created','2021-01-17 22:40:16','2021-01-17 14:40:16'),(45277,18002,'action started via WP Cron','2021-01-17 22:40:56','2021-01-17 14:40:56'),(45278,18002,'action complete via WP Cron','2021-01-17 22:40:56','2021-01-17 14:40:56'),(45279,18003,'action created','2021-01-17 22:40:56','2021-01-17 14:40:56'),(45280,18003,'action started via WP Cron','2021-01-17 22:42:33','2021-01-17 14:42:33'),(45281,18003,'action complete via WP Cron','2021-01-17 22:42:33','2021-01-17 14:42:33'),(45282,18004,'action created','2021-01-17 22:42:33','2021-01-17 14:42:33'),(45283,18004,'action started via WP Cron','2021-01-17 22:47:08','2021-01-17 14:47:08'),(45284,18004,'action complete via WP Cron','2021-01-17 22:47:08','2021-01-17 14:47:08'),(45285,18005,'action created','2021-01-17 22:47:08','2021-01-17 14:47:08'),(45286,18005,'action started via WP Cron','2021-01-17 22:48:42','2021-01-17 14:48:42'),(45287,18005,'action complete via WP Cron','2021-01-17 22:48:42','2021-01-17 14:48:42'),(45288,18006,'action created','2021-01-17 22:48:43','2021-01-17 14:48:43'),(45289,18006,'action started via WP Cron','2021-01-17 22:51:01','2021-01-17 14:51:01'),(45290,18006,'action complete via WP Cron','2021-01-17 22:51:01','2021-01-17 14:51:01'),(45291,18007,'action created','2021-01-17 22:51:02','2021-01-17 14:51:02'),(45292,18007,'action started via WP Cron','2021-01-17 22:54:31','2021-01-17 14:54:31'),(45293,18007,'action complete via WP Cron','2021-01-17 22:54:31','2021-01-17 14:54:31'),(45294,18008,'action created','2021-01-17 22:54:31','2021-01-17 14:54:31'),(45295,18008,'action started via WP Cron','2021-01-17 22:58:57','2021-01-17 14:58:57'),(45296,18008,'action complete via WP Cron','2021-01-17 22:58:57','2021-01-17 14:58:57'),(45297,18009,'action created','2021-01-17 22:58:57','2021-01-17 14:58:57'),(45298,18009,'action started via WP Cron','2021-01-17 23:01:55','2021-01-17 15:01:55'),(45299,18009,'action complete via WP Cron','2021-01-17 23:01:55','2021-01-17 15:01:55'),(45300,18010,'action created','2021-01-17 23:01:55','2021-01-17 15:01:55'),(45301,18010,'action started via WP Cron','2021-01-17 23:04:09','2021-01-17 15:04:09'),(45302,18010,'action complete via WP Cron','2021-01-17 23:04:09','2021-01-17 15:04:09'),(45303,18011,'action created','2021-01-17 23:04:10','2021-01-17 15:04:10'),(45304,18011,'action started via WP Cron','2021-01-17 23:06:54','2021-01-17 15:06:54'),(45305,18011,'action complete via WP Cron','2021-01-17 23:06:54','2021-01-17 15:06:54'),(45306,18012,'action created','2021-01-17 23:06:54','2021-01-17 15:06:54'),(45307,18012,'action started via WP Cron','2021-01-17 23:08:52','2021-01-17 15:08:52'),(45308,18012,'action complete via WP Cron','2021-01-17 23:08:52','2021-01-17 15:08:52'),(45309,18013,'action created','2021-01-17 23:08:52','2021-01-17 15:08:52'),(45310,18013,'action started via WP Cron','2021-01-17 23:09:53','2021-01-17 15:09:53'),(45311,18013,'action complete via WP Cron','2021-01-17 23:09:53','2021-01-17 15:09:53'),(45312,18014,'action created','2021-01-17 23:09:53','2021-01-17 15:09:53'),(45313,18014,'action started via WP Cron','2021-01-17 23:11:58','2021-01-17 15:11:58'),(45314,18014,'action complete via WP Cron','2021-01-17 23:11:58','2021-01-17 15:11:58'),(45315,18015,'action created','2021-01-17 23:11:58','2021-01-17 15:11:58'),(45316,18015,'action started via WP Cron','2021-01-17 23:12:59','2021-01-17 15:12:59'),(45317,18015,'action complete via WP Cron','2021-01-17 23:12:59','2021-01-17 15:12:59'),(45318,18016,'action created','2021-01-17 23:12:59','2021-01-17 15:12:59'),(45319,18016,'action started via WP Cron','2021-01-17 23:14:00','2021-01-17 15:14:00'),(45320,18016,'action complete via WP Cron','2021-01-17 23:14:00','2021-01-17 15:14:00'),(45321,18017,'action created','2021-01-17 23:14:00','2021-01-17 15:14:00'),(45322,18017,'action started via WP Cron','2021-01-17 23:19:18','2021-01-17 15:19:18'),(45323,18017,'action complete via WP Cron','2021-01-17 23:19:18','2021-01-17 15:19:18'),(45324,18018,'action created','2021-01-17 23:19:19','2021-01-17 15:19:19'),(45325,18018,'action started via WP Cron','2021-01-17 23:21:05','2021-01-17 15:21:05'),(45326,18018,'action complete via WP Cron','2021-01-17 23:21:05','2021-01-17 15:21:05'),(45327,18019,'action created','2021-01-17 23:21:05','2021-01-17 15:21:05'),(45328,18019,'action started via WP Cron','2021-01-17 23:23:10','2021-01-17 15:23:10'),(45329,18019,'action complete via WP Cron','2021-01-17 23:23:10','2021-01-17 15:23:10'),(45330,18020,'action created','2021-01-17 23:23:10','2021-01-17 15:23:10'),(45331,18020,'action started via WP Cron','2021-01-17 23:39:26','2021-01-17 15:39:26'),(45332,18020,'action complete via WP Cron','2021-01-17 23:39:26','2021-01-17 15:39:26'),(45333,18021,'action created','2021-01-17 23:39:26','2021-01-17 15:39:26'),(45334,18021,'action started via WP Cron','2021-01-17 23:40:18','2021-01-17 15:40:18'),(45335,18021,'action complete via WP Cron','2021-01-17 23:40:18','2021-01-17 15:40:18'),(45336,18022,'action created','2021-01-17 23:40:18','2021-01-17 15:40:18'),(45337,18022,'action started via WP Cron','2021-01-17 23:41:19','2021-01-17 15:41:19'),(45338,18022,'action complete via WP Cron','2021-01-17 23:41:19','2021-01-17 15:41:19'),(45339,18023,'action created','2021-01-17 23:41:19','2021-01-17 15:41:19'),(45340,18023,'action started via WP Cron','2021-01-17 23:43:21','2021-01-17 15:43:21'),(45341,18023,'action complete via WP Cron','2021-01-17 23:43:21','2021-01-17 15:43:21'),(45342,18024,'action created','2021-01-17 23:43:21','2021-01-17 15:43:21'),(45343,18024,'action started via WP Cron','2021-01-17 23:44:22','2021-01-17 15:44:22'),(45344,18024,'action complete via WP Cron','2021-01-17 23:44:22','2021-01-17 15:44:22'),(45345,18025,'action created','2021-01-17 23:45:23','2021-01-17 15:45:23'),(45346,18025,'action started via WP Cron','2021-01-17 23:48:02','2021-01-17 15:48:02'),(45347,18025,'action complete via WP Cron','2021-01-17 23:48:02','2021-01-17 15:48:02'),(45348,18026,'action created','2021-01-17 23:48:02','2021-01-17 15:48:02'),(45349,18026,'action started via WP Cron','2021-01-18 00:01:10','2021-01-17 16:01:10'),(45350,18026,'action complete via WP Cron','2021-01-18 00:01:10','2021-01-17 16:01:10'),(45351,18027,'action created','2021-01-18 00:01:11','2021-01-17 16:01:11'),(45352,18027,'action started via WP Cron','2021-01-18 00:11:45','2021-01-17 16:11:45'),(45353,18027,'action complete via WP Cron','2021-01-18 00:11:45','2021-01-17 16:11:45'),(45354,18028,'action created','2021-01-18 00:11:45','2021-01-17 16:11:45'),(45355,18028,'action started via WP Cron','2021-01-18 00:18:38','2021-01-17 16:18:38'),(45356,18028,'action complete via WP Cron','2021-01-18 00:18:38','2021-01-17 16:18:38'),(45357,18029,'action created','2021-01-18 00:18:38','2021-01-17 16:18:38'),(45358,18029,'action started via WP Cron','2021-01-18 00:43:07','2021-01-17 16:43:07'),(45359,18029,'action complete via WP Cron','2021-01-18 00:43:07','2021-01-17 16:43:07'),(45360,18030,'action created','2021-01-18 00:43:07','2021-01-17 16:43:07'),(45361,18030,'action started via WP Cron','2021-01-18 00:43:41','2021-01-17 16:43:41'),(45362,18030,'action complete via WP Cron','2021-01-18 00:43:41','2021-01-17 16:43:41'),(45363,18031,'action created','2021-01-18 00:43:41','2021-01-17 16:43:41'),(45364,18031,'action started via WP Cron','2021-01-18 00:45:31','2021-01-17 16:45:31'),(45365,18031,'action complete via WP Cron','2021-01-18 00:45:31','2021-01-17 16:45:31'),(45366,18032,'action created','2021-01-18 00:45:31','2021-01-17 16:45:31'),(45367,18032,'action started via WP Cron','2021-01-18 00:46:25','2021-01-17 16:46:25'),(45368,18032,'action complete via WP Cron','2021-01-18 00:46:25','2021-01-17 16:46:25'),(45369,18033,'action created','2021-01-18 00:46:25','2021-01-17 16:46:25'),(45370,18033,'action started via WP Cron','2021-01-18 00:47:24','2021-01-17 16:47:24'),(45371,18033,'action complete via WP Cron','2021-01-18 00:47:24','2021-01-17 16:47:24'),(45372,18034,'action created','2021-01-18 00:47:24','2021-01-17 16:47:24'),(45373,18034,'action started via WP Cron','2021-01-18 00:48:41','2021-01-17 16:48:41'),(45374,18034,'action complete via WP Cron','2021-01-18 00:48:41','2021-01-17 16:48:41'),(45375,18035,'action created','2021-01-18 00:48:41','2021-01-17 16:48:41'),(45376,18035,'action started via WP Cron','2021-01-18 00:50:27','2021-01-17 16:50:27'),(45377,18035,'action complete via WP Cron','2021-01-18 00:50:27','2021-01-17 16:50:27'),(45378,18036,'action created','2021-01-18 00:50:27','2021-01-17 16:50:27'),(45379,18036,'action started via WP Cron','2021-01-18 00:51:28','2021-01-17 16:51:28'),(45380,18036,'action complete via WP Cron','2021-01-18 00:51:28','2021-01-17 16:51:28'),(45381,18037,'action created','2021-01-18 00:51:28','2021-01-17 16:51:28'),(45382,18037,'action started via WP Cron','2021-01-18 00:51:56','2021-01-17 16:51:56'),(45383,18037,'action complete via WP Cron','2021-01-18 00:51:56','2021-01-17 16:51:56'),(45384,18038,'action created','2021-01-18 00:51:56','2021-01-17 16:51:56'),(45385,18038,'action started via WP Cron','2021-01-18 01:06:16','2021-01-17 17:06:16'),(45386,18038,'action complete via WP Cron','2021-01-18 01:06:16','2021-01-17 17:06:16'),(45387,18039,'action created','2021-01-18 01:06:17','2021-01-17 17:06:17'),(45388,18039,'action started via WP Cron','2021-01-18 01:12:33','2021-01-17 17:12:33'),(45389,18039,'action complete via WP Cron','2021-01-18 01:12:33','2021-01-17 17:12:33'),(45390,18040,'action created','2021-01-18 01:12:33','2021-01-17 17:12:33'),(45391,18040,'action started via WP Cron','2021-01-18 01:17:10','2021-01-17 17:17:10'),(45392,18040,'action complete via WP Cron','2021-01-18 01:17:10','2021-01-17 17:17:10'),(45393,18041,'action created','2021-01-18 01:17:10','2021-01-17 17:17:10'),(45394,18041,'action started via WP Cron','2021-01-18 01:17:53','2021-01-17 17:17:53'),(45395,18041,'action complete via WP Cron','2021-01-18 01:17:53','2021-01-17 17:17:53'),(45396,18042,'action created','2021-01-18 01:17:53','2021-01-17 17:17:53'),(45397,18042,'action started via WP Cron','2021-01-18 01:25:19','2021-01-17 17:25:19'),(45398,18042,'action complete via WP Cron','2021-01-18 01:25:19','2021-01-17 17:25:19'),(45399,18043,'action created','2021-01-18 01:25:19','2021-01-17 17:25:19'),(45400,18043,'action started via WP Cron','2021-01-18 01:25:49','2021-01-17 17:25:49'),(45401,18043,'action complete via WP Cron','2021-01-18 01:25:49','2021-01-17 17:25:49'),(45402,18044,'action created','2021-01-18 01:25:50','2021-01-17 17:25:50'),(45403,18044,'action started via WP Cron','2021-01-18 01:28:53','2021-01-17 17:28:53'),(45404,18044,'action complete via WP Cron','2021-01-18 01:28:53','2021-01-17 17:28:53'),(45405,18045,'action created','2021-01-18 01:28:53','2021-01-17 17:28:53'),(45406,18045,'action started via WP Cron','2021-01-18 01:31:22','2021-01-17 17:31:22'),(45407,18045,'action complete via WP Cron','2021-01-18 01:31:22','2021-01-17 17:31:22'),(45408,18046,'action created','2021-01-18 01:31:22','2021-01-17 17:31:22'),(45409,18046,'action started via WP Cron','2021-01-18 01:33:32','2021-01-17 17:33:32'),(45410,18046,'action complete via WP Cron','2021-01-18 01:33:32','2021-01-17 17:33:32'),(45411,18047,'action created','2021-01-18 01:33:32','2021-01-17 17:33:32'),(45412,18047,'action started via WP Cron','2021-01-18 01:33:45','2021-01-17 17:33:45'),(45413,18047,'action complete via WP Cron','2021-01-18 01:33:45','2021-01-17 17:33:45'),(45414,18048,'action created','2021-01-18 01:33:46','2021-01-17 17:33:46'),(45415,18048,'action started via WP Cron','2021-01-18 01:35:11','2021-01-17 17:35:11'),(45416,18048,'action complete via WP Cron','2021-01-18 01:35:11','2021-01-17 17:35:11'),(45417,18049,'action created','2021-01-18 01:35:11','2021-01-17 17:35:11'),(45418,18049,'action started via WP Cron','2021-01-18 01:36:57','2021-01-17 17:36:57'),(45419,18049,'action complete via WP Cron','2021-01-18 01:36:57','2021-01-17 17:36:57'),(45420,18050,'action created','2021-01-18 01:36:57','2021-01-17 17:36:57'),(45421,18050,'action started via WP Cron','2021-01-18 01:37:48','2021-01-17 17:37:48'),(45422,18050,'action complete via WP Cron','2021-01-18 01:37:48','2021-01-17 17:37:48'),(45423,18051,'action created','2021-01-18 01:37:48','2021-01-17 17:37:48'),(45424,18051,'action started via WP Cron','2021-01-18 01:41:15','2021-01-17 17:41:15'),(45425,18051,'action complete via WP Cron','2021-01-18 01:41:15','2021-01-17 17:41:15'),(45426,18052,'action created','2021-01-18 01:41:16','2021-01-17 17:41:16'),(45427,18052,'action started via WP Cron','2021-01-18 01:45:07','2021-01-17 17:45:07'),(45428,18052,'action complete via WP Cron','2021-01-18 01:45:07','2021-01-17 17:45:07'),(45429,18053,'action created','2021-01-18 01:45:08','2021-01-17 17:45:08'),(45430,18053,'action started via WP Cron','2021-01-18 01:51:12','2021-01-17 17:51:12'),(45431,18053,'action complete via WP Cron','2021-01-18 01:51:12','2021-01-17 17:51:12'),(45432,18054,'action created','2021-01-18 01:51:12','2021-01-17 17:51:12'),(45433,18054,'action started via WP Cron','2021-01-18 01:52:28','2021-01-17 17:52:28'),(45434,18054,'action complete via WP Cron','2021-01-18 01:52:28','2021-01-17 17:52:28'),(45435,18055,'action created','2021-01-18 01:52:28','2021-01-17 17:52:28'),(45436,18055,'action started via WP Cron','2021-01-18 01:53:18','2021-01-17 17:53:18'),(45437,18055,'action complete via WP Cron','2021-01-18 01:53:18','2021-01-17 17:53:18'),(45438,18056,'action created','2021-01-18 01:53:18','2021-01-17 17:53:18'),(45439,18056,'action started via WP Cron','2021-01-18 01:54:30','2021-01-17 17:54:30'),(45440,18056,'action complete via WP Cron','2021-01-18 01:54:30','2021-01-17 17:54:30'),(45441,18057,'action created','2021-01-18 01:54:30','2021-01-17 17:54:30'),(45442,18057,'action started via WP Cron','2021-01-18 01:56:20','2021-01-17 17:56:20'),(45443,18057,'action complete via WP Cron','2021-01-18 01:56:20','2021-01-17 17:56:20'),(45444,18058,'action created','2021-01-18 01:56:21','2021-01-17 17:56:21'),(45445,18058,'action started via WP Cron','2021-01-18 01:57:55','2021-01-17 17:57:55'),(45446,18058,'action complete via WP Cron','2021-01-18 01:57:55','2021-01-17 17:57:55'),(45447,18059,'action created','2021-01-18 01:57:55','2021-01-17 17:57:55'),(45448,18059,'action started via WP Cron','2021-01-18 02:02:02','2021-01-17 18:02:02'),(45449,18059,'action complete via WP Cron','2021-01-18 02:02:02','2021-01-17 18:02:02'),(45450,18060,'action created','2021-01-18 02:02:02','2021-01-17 18:02:02'),(45451,18060,'action started via WP Cron','2021-01-18 02:03:02','2021-01-17 18:03:02'),(45452,18060,'action complete via WP Cron','2021-01-18 02:03:02','2021-01-17 18:03:02'),(45453,18061,'action created','2021-01-18 02:03:02','2021-01-17 18:03:02'),(45454,18061,'action started via WP Cron','2021-01-18 02:05:45','2021-01-17 18:05:45'),(45455,18061,'action complete via WP Cron','2021-01-18 02:05:45','2021-01-17 18:05:45'),(45456,18062,'action created','2021-01-18 02:05:45','2021-01-17 18:05:45'),(45457,18062,'action started via WP Cron','2021-01-18 02:08:31','2021-01-17 18:08:31'),(45458,18062,'action complete via WP Cron','2021-01-18 02:08:31','2021-01-17 18:08:31'),(45459,18063,'action created','2021-01-18 02:08:31','2021-01-17 18:08:31'),(45460,18063,'action started via WP Cron','2021-01-18 02:11:55','2021-01-17 18:11:55'),(45461,18063,'action complete via WP Cron','2021-01-18 02:11:55','2021-01-17 18:11:55'),(45462,18064,'action created','2021-01-18 02:11:55','2021-01-17 18:11:55'),(45463,18064,'action started via WP Cron','2021-01-18 02:16:47','2021-01-17 18:16:47'),(45464,18064,'action complete via WP Cron','2021-01-18 02:16:47','2021-01-17 18:16:47'),(45465,18065,'action created','2021-01-18 02:16:48','2021-01-17 18:16:48'),(45466,18065,'action started via WP Cron','2021-01-18 02:25:49','2021-01-17 18:25:49'),(45467,18065,'action complete via WP Cron','2021-01-18 02:25:49','2021-01-17 18:25:49'),(45468,18066,'action created','2021-01-18 02:25:49','2021-01-17 18:25:49'),(45469,18066,'action started via WP Cron','2021-01-18 02:27:59','2021-01-17 18:27:59'),(45470,18066,'action complete via WP Cron','2021-01-18 02:27:59','2021-01-17 18:27:59'),(45471,18067,'action created','2021-01-18 02:33:57','2021-01-17 18:33:57'),(45472,18067,'action started via WP Cron','2021-01-18 02:37:18','2021-01-17 18:37:18'),(45473,18067,'action complete via WP Cron','2021-01-18 02:37:18','2021-01-17 18:37:18'),(45474,18068,'action created','2021-01-18 02:37:18','2021-01-17 18:37:18'),(45475,18068,'action started via WP Cron','2021-01-18 02:40:25','2021-01-17 18:40:25'),(45476,18068,'action complete via WP Cron','2021-01-18 02:40:25','2021-01-17 18:40:25'),(45477,18069,'action created','2021-01-18 02:40:25','2021-01-17 18:40:25'),(45478,18069,'action started via WP Cron','2021-01-18 02:43:36','2021-01-17 18:43:36'),(45479,18069,'action complete via WP Cron','2021-01-18 02:43:36','2021-01-17 18:43:36'),(45480,18070,'action created','2021-01-18 02:43:36','2021-01-17 18:43:36'),(45481,18070,'action started via WP Cron','2021-01-18 02:44:36','2021-01-17 18:44:36'),(45482,18070,'action complete via WP Cron','2021-01-18 02:44:36','2021-01-17 18:44:36'),(45483,18071,'action created','2021-01-18 02:44:36','2021-01-17 18:44:36'),(45484,18071,'action started via WP Cron','2021-01-18 02:45:37','2021-01-17 18:45:37'),(45485,18071,'action complete via WP Cron','2021-01-18 02:45:37','2021-01-17 18:45:37'),(45486,18072,'action created','2021-01-18 02:45:37','2021-01-17 18:45:37'),(45487,18072,'action started via WP Cron','2021-01-18 02:47:39','2021-01-17 18:47:39'),(45488,18072,'action complete via WP Cron','2021-01-18 02:47:39','2021-01-17 18:47:39'),(45489,18073,'action created','2021-01-18 02:47:40','2021-01-17 18:47:40'),(45490,18073,'action started via WP Cron','2021-01-18 02:48:40','2021-01-17 18:48:40'),(45491,18073,'action complete via WP Cron','2021-01-18 02:48:40','2021-01-17 18:48:40'),(45492,18074,'action created','2021-01-18 02:48:40','2021-01-17 18:48:40'),(45493,18074,'action started via WP Cron','2021-01-18 02:49:41','2021-01-17 18:49:41'),(45494,18074,'action complete via WP Cron','2021-01-18 02:49:41','2021-01-17 18:49:41'),(45495,18075,'action created','2021-01-18 02:49:41','2021-01-17 18:49:41'),(45496,18075,'action started via WP Cron','2021-01-18 03:03:25','2021-01-17 19:03:25'),(45497,18075,'action complete via WP Cron','2021-01-18 03:03:25','2021-01-17 19:03:25'),(45498,18076,'action created','2021-01-18 03:03:26','2021-01-17 19:03:26'),(45499,18076,'action started via WP Cron','2021-01-18 03:06:25','2021-01-17 19:06:25'),(45500,18076,'action complete via WP Cron','2021-01-18 03:06:25','2021-01-17 19:06:25'),(45501,18077,'action created','2021-01-18 03:06:25','2021-01-17 19:06:25'),(45502,18077,'action started via WP Cron','2021-01-18 03:08:28','2021-01-17 19:08:28'),(45503,18077,'action complete via WP Cron','2021-01-18 03:08:28','2021-01-17 19:08:28'),(45504,18078,'action created','2021-01-18 03:08:28','2021-01-17 19:08:28'),(45505,18078,'action started via WP Cron','2021-01-18 03:09:10','2021-01-17 19:09:10'),(45506,18078,'action complete via WP Cron','2021-01-18 03:09:10','2021-01-17 19:09:10'),(45507,18079,'action created','2021-01-18 03:09:10','2021-01-17 19:09:10'),(45508,18079,'action started via WP Cron','2021-01-18 03:11:55','2021-01-17 19:11:55'),(45509,18079,'action complete via WP Cron','2021-01-18 03:11:55','2021-01-17 19:11:55'),(45510,18080,'action created','2021-01-18 03:11:55','2021-01-17 19:11:55'),(45511,18080,'action started via WP Cron','2021-01-18 03:13:12','2021-01-17 19:13:12'),(45512,18080,'action complete via WP Cron','2021-01-18 03:13:12','2021-01-17 19:13:12'),(45513,18081,'action created','2021-01-18 03:13:13','2021-01-17 19:13:13'),(45514,18081,'action started via WP Cron','2021-01-18 03:14:28','2021-01-17 19:14:28'),(45515,18081,'action complete via WP Cron','2021-01-18 03:14:28','2021-01-17 19:14:28'),(45516,18082,'action created','2021-01-18 03:15:13','2021-01-17 19:15:13'),(45517,18082,'action started via WP Cron','2021-01-18 03:15:41','2021-01-17 19:15:41'),(45518,18082,'action complete via WP Cron','2021-01-18 03:15:41','2021-01-17 19:15:41'),(45519,18083,'action created','2021-01-18 03:15:41','2021-01-17 19:15:41'),(45520,18083,'action started via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45521,18083,'action complete via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45522,17359,'action started via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45523,17359,'action complete via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45524,18084,'action created','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45525,17358,'action started via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45526,17358,'action complete via WP Cron','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45527,18085,'action created','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45528,18086,'action created','2021-01-18 03:21:23','2021-01-17 19:21:23'),(45529,18086,'action started via WP Cron','2021-01-18 03:24:56','2021-01-17 19:24:56'),(45530,18086,'action complete via WP Cron','2021-01-18 03:24:56','2021-01-17 19:24:56'),(45531,18087,'action created','2021-01-18 03:25:27','2021-01-17 19:25:27'),(45532,18087,'action started via WP Cron','2021-01-18 03:27:12','2021-01-17 19:27:12'),(45533,18087,'action complete via WP Cron','2021-01-18 03:27:12','2021-01-17 19:27:12'),(45534,18088,'action created','2021-01-18 03:27:12','2021-01-17 19:27:12'),(45535,18088,'action started via WP Cron','2021-01-18 03:30:39','2021-01-17 19:30:39'),(45536,18088,'action complete via WP Cron','2021-01-18 03:30:39','2021-01-17 19:30:39'),(45537,18089,'action created','2021-01-18 03:30:39','2021-01-17 19:30:39'),(45538,18089,'action started via WP Cron','2021-01-18 03:32:54','2021-01-17 19:32:54'),(45539,18089,'action complete via WP Cron','2021-01-18 03:32:54','2021-01-17 19:32:54'),(45540,18090,'action created','2021-01-18 03:32:55','2021-01-17 19:32:55'),(45541,18090,'action started via WP Cron','2021-01-18 03:34:34','2021-01-17 19:34:34'),(45542,18090,'action complete via WP Cron','2021-01-18 03:34:34','2021-01-17 19:34:34'),(45543,18091,'action created','2021-01-18 03:34:34','2021-01-17 19:34:34'),(45544,18091,'action started via WP Cron','2021-01-18 03:35:35','2021-01-17 19:35:35'),(45545,18091,'action complete via WP Cron','2021-01-18 03:35:35','2021-01-17 19:35:35'),(45546,18092,'action created','2021-01-18 03:35:35','2021-01-17 19:35:35'),(45547,18092,'action started via WP Cron','2021-01-18 03:37:11','2021-01-17 19:37:11'),(45548,18092,'action complete via WP Cron','2021-01-18 03:37:11','2021-01-17 19:37:11'),(45549,18093,'action created','2021-01-18 03:37:11','2021-01-17 19:37:11'),(45550,18093,'action started via WP Cron','2021-01-18 03:38:09','2021-01-17 19:38:09'),(45551,18093,'action complete via WP Cron','2021-01-18 03:38:09','2021-01-17 19:38:09'),(45552,18094,'action created','2021-01-18 03:38:09','2021-01-17 19:38:09'),(45553,18094,'action started via WP Cron','2021-01-18 03:39:38','2021-01-17 19:39:38'),(45554,18094,'action complete via WP Cron','2021-01-18 03:39:38','2021-01-17 19:39:38'),(45555,18095,'action created','2021-01-18 03:39:39','2021-01-17 19:39:39'),(45556,18095,'action started via WP Cron','2021-01-18 03:40:54','2021-01-17 19:40:54'),(45557,18095,'action complete via WP Cron','2021-01-18 03:40:54','2021-01-17 19:40:54'),(45558,18096,'action created','2021-01-18 03:40:54','2021-01-17 19:40:54'),(45559,18096,'action started via WP Cron','2021-01-18 03:42:25','2021-01-17 19:42:25'),(45560,18096,'action complete via WP Cron','2021-01-18 03:42:25','2021-01-17 19:42:25'),(45561,18097,'action created','2021-01-18 03:42:25','2021-01-17 19:42:25'),(45562,18097,'action started via WP Cron','2021-01-18 03:43:39','2021-01-17 19:43:39'),(45563,18097,'action complete via WP Cron','2021-01-18 03:43:39','2021-01-17 19:43:39'),(45564,18098,'action created','2021-01-18 03:43:39','2021-01-17 19:43:39'),(45565,18098,'action started via WP Cron','2021-01-18 03:44:40','2021-01-17 19:44:40'),(45566,18098,'action complete via WP Cron','2021-01-18 03:44:40','2021-01-17 19:44:40'),(45567,18099,'action created','2021-01-18 03:44:40','2021-01-17 19:44:40'),(45568,18099,'action started via WP Cron','2021-01-18 03:47:13','2021-01-17 19:47:13'),(45569,18099,'action complete via WP Cron','2021-01-18 03:47:13','2021-01-17 19:47:13'),(45570,18100,'action created','2021-01-18 03:47:13','2021-01-17 19:47:13'),(45571,18100,'action started via WP Cron','2021-01-18 03:48:00','2021-01-17 19:48:00'),(45572,18100,'action complete via WP Cron','2021-01-18 03:48:00','2021-01-17 19:48:00'),(45573,18101,'action created','2021-01-18 03:48:00','2021-01-17 19:48:00'),(45574,18101,'action started via WP Cron','2021-01-18 03:49:46','2021-01-17 19:49:46'),(45575,18101,'action complete via WP Cron','2021-01-18 03:49:46','2021-01-17 19:49:46'),(45576,18102,'action created','2021-01-18 03:50:43','2021-01-17 19:50:43'),(45577,18102,'action started via WP Cron','2021-01-18 03:51:44','2021-01-17 19:51:44'),(45578,18102,'action complete via WP Cron','2021-01-18 03:51:44','2021-01-17 19:51:44'),(45579,18103,'action created','2021-01-18 03:51:44','2021-01-17 19:51:44'),(45580,18103,'action started via WP Cron','2021-01-18 03:53:46','2021-01-17 19:53:46'),(45581,18103,'action complete via WP Cron','2021-01-18 03:53:46','2021-01-17 19:53:46'),(45582,18104,'action created','2021-01-18 03:53:46','2021-01-17 19:53:46'),(45583,18104,'action started via WP Cron','2021-01-18 03:54:47','2021-01-17 19:54:47'),(45584,18104,'action complete via WP Cron','2021-01-18 03:54:47','2021-01-17 19:54:47'),(45585,18105,'action created','2021-01-18 03:54:47','2021-01-17 19:54:47'),(45586,18105,'action started via WP Cron','2021-01-18 03:55:45','2021-01-17 19:55:45'),(45587,18105,'action complete via WP Cron','2021-01-18 03:55:45','2021-01-17 19:55:45'),(45588,18106,'action created','2021-01-18 03:55:47','2021-01-17 19:55:47'),(45589,18106,'action started via WP Cron','2021-01-18 03:57:31','2021-01-17 19:57:31'),(45590,18106,'action complete via WP Cron','2021-01-18 03:57:31','2021-01-17 19:57:31'),(45591,18107,'action created','2021-01-18 03:57:31','2021-01-17 19:57:31'),(45592,18107,'action started via WP Cron','2021-01-18 03:58:31','2021-01-17 19:58:31'),(45593,18107,'action complete via WP Cron','2021-01-18 03:58:31','2021-01-17 19:58:31'),(45594,18108,'action created','2021-01-18 03:58:32','2021-01-17 19:58:32'),(45595,18108,'action started via WP Cron','2021-01-18 03:59:03','2021-01-17 19:59:03'),(45596,18108,'action complete via WP Cron','2021-01-18 03:59:03','2021-01-17 19:59:03'),(45597,18109,'action created','2021-01-18 03:59:03','2021-01-17 19:59:03'),(45598,18109,'action started via WP Cron','2021-01-18 04:01:31','2021-01-17 20:01:31'),(45599,18109,'action complete via WP Cron','2021-01-18 04:01:31','2021-01-17 20:01:31'),(45600,18110,'action created','2021-01-18 04:01:31','2021-01-17 20:01:31'),(45601,18110,'action started via WP Cron','2021-01-18 04:03:48','2021-01-17 20:03:48'),(45602,18110,'action complete via WP Cron','2021-01-18 04:03:48','2021-01-17 20:03:48'),(45603,18111,'action created','2021-01-18 04:03:48','2021-01-17 20:03:48'),(45604,18111,'action started via WP Cron','2021-01-18 04:04:53','2021-01-17 20:04:53'),(45605,18111,'action complete via WP Cron','2021-01-18 04:04:53','2021-01-17 20:04:53'),(45606,18112,'action created','2021-01-18 04:04:53','2021-01-17 20:04:53'),(45607,18112,'action started via WP Cron','2021-01-18 04:06:05','2021-01-17 20:06:05'),(45608,18112,'action complete via WP Cron','2021-01-18 04:06:05','2021-01-17 20:06:05'),(45609,18113,'action created','2021-01-18 04:06:05','2021-01-17 20:06:05'),(45610,18113,'action started via WP Cron','2021-01-18 04:07:06','2021-01-17 20:07:06'),(45611,18113,'action complete via WP Cron','2021-01-18 04:07:06','2021-01-17 20:07:06'),(45612,18114,'action created','2021-01-18 04:07:06','2021-01-17 20:07:06'),(45613,18114,'action started via WP Cron','2021-01-18 04:07:55','2021-01-17 20:07:55'),(45614,18114,'action complete via WP Cron','2021-01-18 04:07:55','2021-01-17 20:07:55'),(45615,18115,'action created','2021-01-18 04:07:55','2021-01-17 20:07:55'),(45616,18115,'action started via WP Cron','2021-01-18 04:09:08','2021-01-17 20:09:08'),(45617,18115,'action complete via WP Cron','2021-01-18 04:09:08','2021-01-17 20:09:08'),(45618,18116,'action created','2021-01-18 04:10:09','2021-01-17 20:10:09'),(45619,18116,'action started via WP Cron','2021-01-18 04:11:11','2021-01-17 20:11:11'),(45620,18116,'action complete via WP Cron','2021-01-18 04:11:11','2021-01-17 20:11:11'),(45621,18117,'action created','2021-01-18 04:11:52','2021-01-17 20:11:52'),(45622,18117,'action started via WP Cron','2021-01-18 04:15:14','2021-01-17 20:15:14'),(45623,18117,'action complete via WP Cron','2021-01-18 04:15:14','2021-01-17 20:15:14'),(45624,18118,'action created','2021-01-18 04:15:14','2021-01-17 20:15:14'),(45625,18118,'action started via WP Cron','2021-01-18 04:17:20','2021-01-17 20:17:20'),(45626,18118,'action complete via WP Cron','2021-01-18 04:17:20','2021-01-17 20:17:20'),(45627,18119,'action created','2021-01-18 04:17:20','2021-01-17 20:17:20'),(45628,18119,'action started via WP Cron','2021-01-18 04:18:24','2021-01-17 20:18:24'),(45629,18119,'action complete via WP Cron','2021-01-18 04:18:24','2021-01-17 20:18:24'),(45630,18120,'action created','2021-01-18 04:18:24','2021-01-17 20:18:24'),(45631,18120,'action started via WP Cron','2021-01-18 04:20:05','2021-01-17 20:20:05'),(45632,18120,'action complete via WP Cron','2021-01-18 04:20:05','2021-01-17 20:20:05'),(45633,18121,'action created','2021-01-18 04:20:05','2021-01-17 20:20:05'),(45634,18121,'action started via WP Cron','2021-01-18 04:21:04','2021-01-17 20:21:04'),(45635,18121,'action complete via WP Cron','2021-01-18 04:21:04','2021-01-17 20:21:04'),(45636,18122,'action created','2021-01-18 04:21:04','2021-01-17 20:21:04'),(45637,18122,'action started via WP Cron','2021-01-18 04:21:43','2021-01-17 20:21:43'),(45638,18122,'action complete via WP Cron','2021-01-18 04:21:43','2021-01-17 20:21:43'),(45639,18123,'action created','2021-01-18 04:21:43','2021-01-17 20:21:43'),(45640,18123,'action started via WP Cron','2021-01-18 04:24:24','2021-01-17 20:24:24'),(45641,18123,'action complete via WP Cron','2021-01-18 04:24:24','2021-01-17 20:24:24'),(45642,18124,'action created','2021-01-18 04:24:24','2021-01-17 20:24:24'),(45643,18124,'action started via WP Cron','2021-01-18 04:25:25','2021-01-17 20:25:25'),(45644,18124,'action complete via WP Cron','2021-01-18 04:25:25','2021-01-17 20:25:25'),(45645,18125,'action created','2021-01-18 04:26:25','2021-01-17 20:26:25'),(45646,18125,'action started via WP Cron','2021-01-18 04:26:42','2021-01-17 20:26:42'),(45647,18125,'action complete via WP Cron','2021-01-18 04:26:42','2021-01-17 20:26:42'),(45648,18126,'action created','2021-01-18 04:26:42','2021-01-17 20:26:42'),(45649,18126,'action started via WP Cron','2021-01-18 04:27:51','2021-01-17 20:27:51'),(45650,18126,'action complete via WP Cron','2021-01-18 04:27:51','2021-01-17 20:27:51'),(45651,18127,'action created','2021-01-18 04:27:51','2021-01-17 20:27:51'),(45652,18127,'action started via WP Cron','2021-01-18 04:28:53','2021-01-17 20:28:53'),(45653,18127,'action complete via WP Cron','2021-01-18 04:28:53','2021-01-17 20:28:53'),(45654,18128,'action created','2021-01-18 04:28:53','2021-01-17 20:28:53'),(45655,18128,'action started via WP Cron','2021-01-18 04:29:51','2021-01-17 20:29:51'),(45656,18128,'action complete via WP Cron','2021-01-18 04:29:51','2021-01-17 20:29:51'),(45657,18129,'action created','2021-01-18 04:29:51','2021-01-17 20:29:51'),(45658,18129,'action started via WP Cron','2021-01-18 04:32:23','2021-01-17 20:32:23'),(45659,18129,'action complete via WP Cron','2021-01-18 04:32:23','2021-01-17 20:32:23'),(45660,18130,'action created','2021-01-18 04:32:23','2021-01-17 20:32:23'),(45661,18130,'action started via WP Cron','2021-01-18 04:33:28','2021-01-17 20:33:28'),(45662,18130,'action complete via WP Cron','2021-01-18 04:33:28','2021-01-17 20:33:28'),(45663,18131,'action created','2021-01-18 04:33:28','2021-01-17 20:33:28'),(45664,18131,'action started via WP Cron','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45665,18131,'action complete via WP Cron','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45666,17401,'action started via WP Cron','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45667,17401,'action complete via WP Cron','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45668,18132,'action created','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45669,18133,'action created','2021-01-18 04:37:14','2021-01-17 20:37:14'),(45670,18133,'action started via WP Cron','2021-01-18 04:38:07','2021-01-17 20:38:07'),(45671,18133,'action complete via WP Cron','2021-01-18 04:38:07','2021-01-17 20:38:07'),(45672,18134,'action created','2021-01-18 04:38:07','2021-01-17 20:38:07'),(45673,18134,'action started via WP Cron','2021-01-18 04:39:44','2021-01-17 20:39:44'),(45674,18134,'action complete via WP Cron','2021-01-18 04:39:44','2021-01-17 20:39:44'),(45675,18135,'action created','2021-01-18 04:39:45','2021-01-17 20:39:45'),(45676,18135,'action started via WP Cron','2021-01-18 04:41:27','2021-01-17 20:41:27'),(45677,18135,'action complete via WP Cron','2021-01-18 04:41:27','2021-01-17 20:41:27'),(45678,18136,'action created','2021-01-18 04:41:27','2021-01-17 20:41:27'),(45679,18136,'action started via WP Cron','2021-01-18 04:42:41','2021-01-17 20:42:41'),(45680,18136,'action complete via WP Cron','2021-01-18 04:42:41','2021-01-17 20:42:41'),(45681,18137,'action created','2021-01-18 04:42:42','2021-01-17 20:42:42'),(45682,18137,'action started via WP Cron','2021-01-18 04:44:56','2021-01-17 20:44:56'),(45683,18137,'action complete via WP Cron','2021-01-18 04:44:56','2021-01-17 20:44:56'),(45684,18138,'action created','2021-01-18 04:44:56','2021-01-17 20:44:56'),(45685,18138,'action started via WP Cron','2021-01-18 04:48:10','2021-01-17 20:48:10'),(45686,18138,'action complete via WP Cron','2021-01-18 04:48:10','2021-01-17 20:48:10'),(45687,18139,'action created','2021-01-18 04:48:10','2021-01-17 20:48:10'),(45688,18139,'action started via WP Cron','2021-01-18 04:50:27','2021-01-17 20:50:27'),(45689,18139,'action complete via WP Cron','2021-01-18 04:50:27','2021-01-17 20:50:27'),(45690,18140,'action created','2021-01-18 04:50:27','2021-01-17 20:50:27'),(45691,18140,'action started via WP Cron','2021-01-18 04:50:45','2021-01-17 20:50:45'),(45692,18140,'action complete via WP Cron','2021-01-18 04:50:45','2021-01-17 20:50:45'),(45693,18141,'action created','2021-01-18 04:50:45','2021-01-17 20:50:45'),(45694,18141,'action started via WP Cron','2021-01-18 04:52:13','2021-01-17 20:52:13'),(45695,18141,'action complete via WP Cron','2021-01-18 04:52:13','2021-01-17 20:52:13'),(45696,18142,'action created','2021-01-18 04:52:13','2021-01-17 20:52:13'),(45697,18142,'action started via WP Cron','2021-01-18 04:52:59','2021-01-17 20:52:59'),(45698,18142,'action complete via WP Cron','2021-01-18 04:52:59','2021-01-17 20:52:59'),(45699,18143,'action created','2021-01-18 04:52:59','2021-01-17 20:52:59'),(45700,18143,'action started via WP Cron','2021-01-18 04:53:50','2021-01-17 20:53:50'),(45701,18143,'action complete via WP Cron','2021-01-18 04:53:50','2021-01-17 20:53:50'),(45702,18144,'action created','2021-01-18 04:53:50','2021-01-17 20:53:50'),(45703,18144,'action started via WP Cron','2021-01-18 04:54:59','2021-01-17 20:54:59'),(45704,18144,'action complete via WP Cron','2021-01-18 04:54:59','2021-01-17 20:54:59'),(45705,18145,'action created','2021-01-18 04:54:59','2021-01-17 20:54:59'),(45706,18145,'action started via WP Cron','2021-01-18 04:55:43','2021-01-17 20:55:43'),(45707,18145,'action complete via WP Cron','2021-01-18 04:55:43','2021-01-17 20:55:43'),(45708,18146,'action created','2021-01-18 04:56:08','2021-01-17 20:56:08'),(45709,18146,'action started via WP Cron','2021-01-18 04:56:54','2021-01-17 20:56:54'),(45710,18146,'action complete via WP Cron','2021-01-18 04:56:54','2021-01-17 20:56:54'),(45711,18147,'action created','2021-01-18 04:56:54','2021-01-17 20:56:54'),(45712,18147,'action started via WP Cron','2021-01-18 04:57:41','2021-01-17 20:57:41'),(45713,18147,'action complete via WP Cron','2021-01-18 04:57:41','2021-01-17 20:57:41'),(45714,18148,'action created','2021-01-18 04:57:41','2021-01-17 20:57:41'),(45715,18148,'action started via WP Cron','2021-01-18 04:58:56','2021-01-17 20:58:56'),(45716,18148,'action complete via WP Cron','2021-01-18 04:58:56','2021-01-17 20:58:56'),(45717,18149,'action created','2021-01-18 04:58:56','2021-01-17 20:58:56'),(45718,18149,'action started via WP Cron','2021-01-18 04:59:43','2021-01-17 20:59:43'),(45719,18149,'action complete via WP Cron','2021-01-18 04:59:43','2021-01-17 20:59:43'),(106627,38453,'action complete via WP Cron','2021-02-18 05:01:03','2021-02-17 21:01:03'),(106626,38453,'action started via WP Cron','2021-02-18 05:01:03','2021-02-17 21:01:03'),(120934,42568,'action started via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(106631,38455,'action created','2021-02-18 05:13:36','2021-02-17 21:13:36'),(106630,38454,'action complete via WP Cron','2021-02-18 05:13:36','2021-02-17 21:13:36'),(106629,38454,'action started via WP Cron','2021-02-18 05:13:36','2021-02-17 21:13:36'),(120936,43223,'action created','2021-02-25 05:03:38','2021-02-24 21:03:38'),(45727,18153,'action created','2021-01-18 04:59:43','2021-01-17 20:59:43'),(45728,18153,'action started via WP Cron','2021-01-18 05:00:41','2021-01-17 21:00:41'),(45729,18153,'action complete via WP Cron','2021-01-18 05:00:41','2021-01-17 21:00:41'),(45730,18154,'action created','2021-01-18 05:00:41','2021-01-17 21:00:41'),(45731,18154,'action started via WP Cron','2021-01-18 05:01:44','2021-01-17 21:01:44'),(45732,18154,'action complete via WP Cron','2021-01-18 05:01:44','2021-01-17 21:01:44'),(45733,18155,'action created','2021-01-18 05:01:53','2021-01-17 21:01:53'),(45734,18155,'action started via WP Cron','2021-01-18 05:03:06','2021-01-17 21:03:06'),(45735,18155,'action complete via WP Cron','2021-01-18 05:03:06','2021-01-17 21:03:06'),(45736,18156,'action created','2021-01-18 05:03:44','2021-01-17 21:03:44'),(45737,18156,'action started via WP Cron','2021-01-18 05:04:46','2021-01-17 21:04:46'),(45738,18156,'action complete via WP Cron','2021-01-18 05:04:46','2021-01-17 21:04:46'),(45739,18157,'action created','2021-01-18 05:04:47','2021-01-17 21:04:47'),(45740,18157,'action started via WP Cron','2021-01-18 05:05:46','2021-01-17 21:05:46'),(45741,18157,'action complete via WP Cron','2021-01-18 05:05:46','2021-01-17 21:05:46'),(45742,18158,'action created','2021-01-18 05:05:46','2021-01-17 21:05:46'),(45743,18158,'action started via WP Cron','2021-01-18 05:06:43','2021-01-17 21:06:43'),(45744,18158,'action complete via WP Cron','2021-01-18 05:06:43','2021-01-17 21:06:43'),(45745,18159,'action created','2021-01-18 05:06:43','2021-01-17 21:06:43'),(45746,18159,'action started via WP Cron','2021-01-18 05:08:09','2021-01-17 21:08:09'),(45747,18159,'action complete via WP Cron','2021-01-18 05:08:09','2021-01-17 21:08:09'),(45748,18160,'action created','2021-01-18 05:08:09','2021-01-17 21:08:09'),(45749,18160,'action started via WP Cron','2021-01-18 05:09:01','2021-01-17 21:09:01'),(45750,18160,'action complete via WP Cron','2021-01-18 05:09:01','2021-01-17 21:09:01'),(45751,18161,'action created','2021-01-18 05:09:01','2021-01-17 21:09:01'),(45752,18161,'action started via WP Cron','2021-01-18 05:09:51','2021-01-17 21:09:51'),(45753,18161,'action complete via WP Cron','2021-01-18 05:09:51','2021-01-17 21:09:51'),(45754,18162,'action created','2021-01-18 05:10:15','2021-01-17 21:10:15'),(45755,18162,'action started via WP Cron','2021-01-18 05:11:07','2021-01-17 21:11:07'),(45756,18162,'action complete via WP Cron','2021-01-18 05:11:07','2021-01-17 21:11:07'),(45757,18163,'action created','2021-01-18 05:11:08','2021-01-17 21:11:08'),(45758,18163,'action started via WP Cron','2021-01-18 05:11:47','2021-01-17 21:11:47'),(45759,18163,'action complete via WP Cron','2021-01-18 05:11:47','2021-01-17 21:11:47'),(45760,18164,'action created','2021-01-18 05:11:47','2021-01-17 21:11:47'),(45761,18164,'action started via WP Cron','2021-01-18 05:13:07','2021-01-17 21:13:07'),(45762,18164,'action complete via WP Cron','2021-01-18 05:13:07','2021-01-17 21:13:07'),(45763,18165,'action created','2021-01-18 05:13:07','2021-01-17 21:13:07'),(45764,18165,'action started via WP Cron','2021-01-18 05:14:16','2021-01-17 21:14:16'),(45765,18165,'action complete via WP Cron','2021-01-18 05:14:16','2021-01-17 21:14:16'),(45766,18166,'action created','2021-01-18 05:14:16','2021-01-17 21:14:16'),(45767,18166,'action started via WP Cron','2021-01-18 05:14:41','2021-01-17 21:14:41'),(45768,18166,'action complete via WP Cron','2021-01-18 05:14:41','2021-01-17 21:14:41'),(45769,18167,'action created','2021-01-18 05:14:41','2021-01-17 21:14:41'),(45770,18167,'action started via WP Cron','2021-01-18 05:15:52','2021-01-17 21:15:52'),(45771,18167,'action complete via WP Cron','2021-01-18 05:15:52','2021-01-17 21:15:52'),(45772,18168,'action created','2021-01-18 05:15:52','2021-01-17 21:15:52'),(45773,18168,'action started via WP Cron','2021-01-18 05:16:43','2021-01-17 21:16:43'),(45774,18168,'action complete via WP Cron','2021-01-18 05:16:43','2021-01-17 21:16:43'),(45775,18169,'action created','2021-01-18 05:16:43','2021-01-17 21:16:43'),(45776,18169,'action started via WP Cron','2021-01-18 05:18:15','2021-01-17 21:18:15'),(45777,18169,'action complete via WP Cron','2021-01-18 05:18:15','2021-01-17 21:18:15'),(45778,18170,'action created','2021-01-18 05:18:15','2021-01-17 21:18:15'),(45779,18170,'action started via WP Cron','2021-01-18 05:19:01','2021-01-17 21:19:01'),(45780,18170,'action complete via WP Cron','2021-01-18 05:19:01','2021-01-17 21:19:01'),(45781,18171,'action created','2021-01-18 05:19:01','2021-01-17 21:19:01'),(45782,18171,'action started via WP Cron','2021-01-18 05:19:54','2021-01-17 21:19:54'),(45783,18171,'action complete via WP Cron','2021-01-18 05:19:54','2021-01-17 21:19:54'),(45784,18172,'action created','2021-01-18 05:19:54','2021-01-17 21:19:54'),(45785,18172,'action started via WP Cron','2021-01-18 05:21:00','2021-01-17 21:21:00'),(45786,18172,'action complete via WP Cron','2021-01-18 05:21:00','2021-01-17 21:21:00'),(45787,18173,'action created','2021-01-18 05:21:00','2021-01-17 21:21:00'),(45788,18173,'action started via WP Cron','2021-01-18 05:21:47','2021-01-17 21:21:47'),(45789,18173,'action complete via WP Cron','2021-01-18 05:21:47','2021-01-17 21:21:47'),(45790,18174,'action created','2021-01-18 05:22:22','2021-01-17 21:22:22'),(45791,18174,'action started via WP Cron','2021-01-18 05:23:01','2021-01-17 21:23:01'),(45792,18174,'action complete via WP Cron','2021-01-18 05:23:01','2021-01-17 21:23:01'),(45793,18175,'action created','2021-01-18 05:23:01','2021-01-17 21:23:01'),(45794,18175,'action started via WP Cron','2021-01-18 05:24:03','2021-01-17 21:24:03'),(45795,18175,'action complete via WP Cron','2021-01-18 05:24:03','2021-01-17 21:24:03'),(45796,18176,'action created','2021-01-18 05:24:03','2021-01-17 21:24:03'),(45797,18176,'action started via WP Cron','2021-01-18 05:24:47','2021-01-17 21:24:47'),(45798,18176,'action complete via WP Cron','2021-01-18 05:24:47','2021-01-17 21:24:47'),(45799,18177,'action created','2021-01-18 05:24:47','2021-01-17 21:24:47'),(45800,18177,'action started via WP Cron','2021-01-18 05:25:52','2021-01-17 21:25:52'),(45801,18177,'action complete via WP Cron','2021-01-18 05:25:52','2021-01-17 21:25:52'),(45802,18178,'action created','2021-01-18 05:25:52','2021-01-17 21:25:52'),(45803,18178,'action started via WP Cron','2021-01-18 05:26:55','2021-01-17 21:26:55'),(45804,18178,'action complete via WP Cron','2021-01-18 05:26:55','2021-01-17 21:26:55'),(45805,18179,'action created','2021-01-18 05:26:55','2021-01-17 21:26:55'),(45806,18179,'action started via WP Cron','2021-01-18 05:27:47','2021-01-17 21:27:47'),(45807,18179,'action complete via WP Cron','2021-01-18 05:27:47','2021-01-17 21:27:47'),(45808,18180,'action created','2021-01-18 05:27:47','2021-01-17 21:27:47'),(45809,18180,'action started via WP Cron','2021-01-18 05:29:24','2021-01-17 21:29:24'),(45810,18180,'action complete via WP Cron','2021-01-18 05:29:24','2021-01-17 21:29:24'),(45811,18181,'action created','2021-01-18 05:29:24','2021-01-17 21:29:24'),(45812,18181,'action started via WP Cron','2021-01-18 05:29:46','2021-01-17 21:29:46'),(45813,18181,'action complete via WP Cron','2021-01-18 05:29:46','2021-01-17 21:29:46'),(45814,18182,'action created','2021-01-18 05:29:46','2021-01-17 21:29:46'),(45815,18182,'action started via WP Cron','2021-01-18 05:31:12','2021-01-17 21:31:12'),(45816,18182,'action complete via WP Cron','2021-01-18 05:31:12','2021-01-17 21:31:12'),(45817,18183,'action created','2021-01-18 05:31:12','2021-01-17 21:31:12'),(45818,18183,'action started via WP Cron','2021-01-18 05:32:22','2021-01-17 21:32:22'),(45819,18183,'action complete via WP Cron','2021-01-18 05:32:22','2021-01-17 21:32:22'),(45820,18184,'action created','2021-01-18 05:32:23','2021-01-17 21:32:23'),(45821,18184,'action started via WP Cron','2021-01-18 05:33:05','2021-01-17 21:33:05'),(45822,18184,'action complete via WP Cron','2021-01-18 05:33:05','2021-01-17 21:33:05'),(45823,18185,'action created','2021-01-18 05:33:05','2021-01-17 21:33:05'),(45824,18185,'action started via WP Cron','2021-01-18 05:38:36','2021-01-17 21:38:36'),(45825,18185,'action complete via WP Cron','2021-01-18 05:38:36','2021-01-17 21:38:36'),(45826,18186,'action created','2021-01-18 05:38:36','2021-01-17 21:38:36'),(45827,18186,'action started via WP Cron','2021-01-18 05:41:42','2021-01-17 21:41:42'),(45828,18186,'action complete via WP Cron','2021-01-18 05:41:42','2021-01-17 21:41:42'),(45829,18187,'action created','2021-01-18 05:41:42','2021-01-17 21:41:42'),(45830,18187,'action started via WP Cron','2021-01-18 05:43:41','2021-01-17 21:43:41'),(45831,18187,'action complete via WP Cron','2021-01-18 05:43:41','2021-01-17 21:43:41'),(45832,18188,'action created','2021-01-18 05:43:41','2021-01-17 21:43:41'),(45833,18188,'action started via WP Cron','2021-01-18 05:45:42','2021-01-17 21:45:42'),(45834,18188,'action complete via WP Cron','2021-01-18 05:45:42','2021-01-17 21:45:42'),(45835,18189,'action created','2021-01-18 05:45:43','2021-01-17 21:45:43'),(45836,18189,'action started via WP Cron','2021-01-18 05:46:44','2021-01-17 21:46:44'),(45837,18189,'action complete via WP Cron','2021-01-18 05:46:44','2021-01-17 21:46:44'),(45838,18190,'action created','2021-01-18 05:46:44','2021-01-17 21:46:44'),(45839,18190,'action started via WP Cron','2021-01-18 05:47:45','2021-01-17 21:47:45'),(45840,18190,'action complete via WP Cron','2021-01-18 05:47:45','2021-01-17 21:47:45'),(45841,18191,'action created','2021-01-18 05:47:45','2021-01-17 21:47:45'),(45842,18191,'action started via WP Cron','2021-01-18 05:49:46','2021-01-17 21:49:46'),(45843,18191,'action complete via WP Cron','2021-01-18 05:49:46','2021-01-17 21:49:46'),(45844,18192,'action created','2021-01-18 05:49:46','2021-01-17 21:49:46'),(45845,18192,'action started via WP Cron','2021-01-18 05:53:17','2021-01-17 21:53:17'),(45846,18192,'action complete via WP Cron','2021-01-18 05:53:17','2021-01-17 21:53:17'),(45847,18193,'action created','2021-01-18 05:53:18','2021-01-17 21:53:18'),(45848,18193,'action started via WP Cron','2021-01-18 05:53:46','2021-01-17 21:53:46'),(45849,18193,'action complete via WP Cron','2021-01-18 05:53:46','2021-01-17 21:53:46'),(45850,18194,'action created','2021-01-18 05:53:46','2021-01-17 21:53:46'),(45851,18194,'action started via WP Cron','2021-01-18 05:55:04','2021-01-17 21:55:04'),(45852,18194,'action complete via WP Cron','2021-01-18 05:55:04','2021-01-17 21:55:04'),(45853,18195,'action created','2021-01-18 05:55:04','2021-01-17 21:55:04'),(45854,18195,'action started via WP Cron','2021-01-18 05:55:45','2021-01-17 21:55:45'),(45855,18195,'action complete via WP Cron','2021-01-18 05:55:45','2021-01-17 21:55:45'),(45856,18196,'action created','2021-01-18 05:55:46','2021-01-17 21:55:46'),(45857,18196,'action started via WP Cron','2021-01-18 05:56:53','2021-01-17 21:56:53'),(45858,18196,'action complete via WP Cron','2021-01-18 05:56:53','2021-01-17 21:56:53'),(45859,18197,'action created','2021-01-18 05:56:53','2021-01-17 21:56:53'),(45860,18197,'action started via WP Cron','2021-01-18 05:57:41','2021-01-17 21:57:41'),(45861,18197,'action complete via WP Cron','2021-01-18 05:57:41','2021-01-17 21:57:41'),(45862,18198,'action created','2021-01-18 05:57:41','2021-01-17 21:57:41'),(45866,18199,'action started via WP Cron','2021-01-18 06:00:20','2021-01-17 22:00:20'),(45867,18199,'action complete via WP Cron','2021-01-18 06:00:20','2021-01-17 22:00:20'),(45868,18200,'action created','2021-01-18 06:00:20','2021-01-17 22:00:20'),(45869,18200,'action started via WP Cron','2021-01-18 06:00:57','2021-01-17 22:00:57'),(45870,18200,'action complete via WP Cron','2021-01-18 06:00:57','2021-01-17 22:00:57'),(45871,18201,'action created','2021-01-18 06:00:57','2021-01-17 22:00:57'),(45872,18201,'action started via WP Cron','2021-01-18 06:01:56','2021-01-17 22:01:56'),(45873,18201,'action complete via WP Cron','2021-01-18 06:01:56','2021-01-17 22:01:56'),(45874,18202,'action created','2021-01-18 06:01:56','2021-01-17 22:01:56'),(45875,18202,'action started via WP Cron','2021-01-18 06:02:53','2021-01-17 22:02:53'),(45876,18202,'action complete via WP Cron','2021-01-18 06:02:53','2021-01-17 22:02:53'),(45877,18203,'action created','2021-01-18 06:02:54','2021-01-17 22:02:54'),(45878,18203,'action started via WP Cron','2021-01-18 06:04:20','2021-01-17 22:04:20'),(45879,18203,'action complete via WP Cron','2021-01-18 06:04:20','2021-01-17 22:04:20'),(45880,18204,'action created','2021-01-18 06:04:20','2021-01-17 22:04:20'),(45881,18204,'action started via WP Cron','2021-01-18 06:05:14','2021-01-17 22:05:14'),(45882,18204,'action complete via WP Cron','2021-01-18 06:05:14','2021-01-17 22:05:14'),(45883,18205,'action created','2021-01-18 06:05:14','2021-01-17 22:05:14'),(45884,18205,'action started via WP Cron','2021-01-18 06:05:49','2021-01-17 22:05:49'),(45885,18205,'action complete via WP Cron','2021-01-18 06:05:49','2021-01-17 22:05:49'),(45886,18206,'action created','2021-01-18 06:05:49','2021-01-17 22:05:49'),(45887,18206,'action started via WP Cron','2021-01-18 06:06:47','2021-01-17 22:06:47'),(45888,18206,'action complete via WP Cron','2021-01-18 06:06:47','2021-01-17 22:06:47'),(45889,18207,'action created','2021-01-18 06:06:47','2021-01-17 22:06:47'),(45890,18207,'action started via WP Cron','2021-01-18 06:07:45','2021-01-17 22:07:45'),(45891,18207,'action complete via WP Cron','2021-01-18 06:07:45','2021-01-17 22:07:45'),(45892,18208,'action created','2021-01-18 06:07:45','2021-01-17 22:07:45'),(45893,18208,'action started via WP Cron','2021-01-18 06:08:59','2021-01-17 22:08:59'),(45894,18208,'action complete via WP Cron','2021-01-18 06:08:59','2021-01-17 22:08:59'),(45895,18209,'action created','2021-01-18 06:08:59','2021-01-17 22:08:59'),(45896,18209,'action started via WP Cron','2021-01-18 06:09:45','2021-01-17 22:09:45'),(45897,18209,'action complete via WP Cron','2021-01-18 06:09:45','2021-01-17 22:09:45'),(45898,18210,'action created','2021-01-18 06:09:45','2021-01-17 22:09:45'),(45899,18210,'action started via WP Cron','2021-01-18 06:10:50','2021-01-17 22:10:50'),(45900,18210,'action complete via WP Cron','2021-01-18 06:10:50','2021-01-17 22:10:50'),(45901,18211,'action created','2021-01-18 06:10:50','2021-01-17 22:10:50'),(45902,18211,'action started via WP Cron','2021-01-18 06:11:51','2021-01-17 22:11:51'),(45903,18211,'action complete via WP Cron','2021-01-18 06:11:51','2021-01-17 22:11:51'),(45904,18212,'action created','2021-01-18 06:11:51','2021-01-17 22:11:51'),(45905,18212,'action started via WP Cron','2021-01-18 06:13:03','2021-01-17 22:13:03'),(45906,18212,'action complete via WP Cron','2021-01-18 06:13:03','2021-01-17 22:13:03'),(45907,18213,'action created','2021-01-18 06:13:04','2021-01-17 22:13:04'),(45908,18213,'action started via WP Cron','2021-01-18 06:13:45','2021-01-17 22:13:45'),(45909,18213,'action complete via WP Cron','2021-01-18 06:13:45','2021-01-17 22:13:45'),(45910,18214,'action created','2021-01-18 06:14:30','2021-01-17 22:14:30'),(45911,18214,'action started via WP Cron','2021-01-18 06:15:05','2021-01-17 22:15:05'),(45912,18214,'action complete via WP Cron','2021-01-18 06:15:05','2021-01-17 22:15:05'),(45913,18215,'action created','2021-01-18 06:15:05','2021-01-17 22:15:05'),(45914,18215,'action started via WP Cron','2021-01-18 06:15:53','2021-01-17 22:15:53'),(45915,18215,'action complete via WP Cron','2021-01-18 06:15:53','2021-01-17 22:15:53'),(45916,18216,'action created','2021-01-18 06:15:53','2021-01-17 22:15:53'),(45917,18216,'action started via WP Cron','2021-01-18 06:17:08','2021-01-17 22:17:08'),(45918,18216,'action complete via WP Cron','2021-01-18 06:17:08','2021-01-17 22:17:08'),(45919,18217,'action created','2021-01-18 06:17:08','2021-01-17 22:17:08'),(45920,18217,'action started via WP Cron','2021-01-18 06:18:04','2021-01-17 22:18:04'),(45921,18217,'action complete via WP Cron','2021-01-18 06:18:04','2021-01-17 22:18:04'),(45922,18218,'action created','2021-01-18 06:18:04','2021-01-17 22:18:04'),(45923,18218,'action started via WP Cron','2021-01-18 06:21:26','2021-01-17 22:21:26'),(45924,18218,'action complete via WP Cron','2021-01-18 06:21:26','2021-01-17 22:21:26'),(45925,18219,'action created','2021-01-18 06:21:26','2021-01-17 22:21:26'),(45926,18219,'action started via WP Cron','2021-01-18 06:23:55','2021-01-17 22:23:55'),(45927,18219,'action complete via WP Cron','2021-01-18 06:23:55','2021-01-17 22:23:55'),(45928,18220,'action created','2021-01-18 06:23:55','2021-01-17 22:23:55'),(45929,18220,'action started via WP Cron','2021-01-18 06:24:48','2021-01-17 22:24:48'),(45930,18220,'action complete via WP Cron','2021-01-18 06:24:48','2021-01-17 22:24:48'),(45931,18221,'action created','2021-01-18 06:24:48','2021-01-17 22:24:48'),(45932,18221,'action started via WP Cron','2021-01-18 06:25:52','2021-01-17 22:25:52'),(45933,18221,'action complete via WP Cron','2021-01-18 06:25:52','2021-01-17 22:25:52'),(45934,18222,'action created','2021-01-18 06:25:52','2021-01-17 22:25:52'),(45935,18222,'action started via WP Cron','2021-01-18 06:26:41','2021-01-17 22:26:41'),(45936,18222,'action complete via WP Cron','2021-01-18 06:26:41','2021-01-17 22:26:41'),(45937,18223,'action created','2021-01-18 06:26:42','2021-01-17 22:26:42'),(45938,18223,'action started via WP Cron','2021-01-18 06:27:44','2021-01-17 22:27:44'),(45939,18223,'action complete via WP Cron','2021-01-18 06:27:44','2021-01-17 22:27:44'),(45940,18224,'action created','2021-01-18 06:27:44','2021-01-17 22:27:44'),(45941,18224,'action started via WP Cron','2021-01-18 06:29:06','2021-01-17 22:29:06'),(45942,18224,'action complete via WP Cron','2021-01-18 06:29:06','2021-01-17 22:29:06'),(45943,18225,'action created','2021-01-18 06:29:06','2021-01-17 22:29:06'),(45944,18225,'action started via WP Cron','2021-01-18 06:30:05','2021-01-17 22:30:05'),(45945,18225,'action complete via WP Cron','2021-01-18 06:30:05','2021-01-17 22:30:05'),(45946,18226,'action created','2021-01-18 06:30:05','2021-01-17 22:30:05'),(45947,18226,'action started via WP Cron','2021-01-18 06:30:43','2021-01-17 22:30:43'),(45948,18226,'action complete via WP Cron','2021-01-18 06:30:43','2021-01-17 22:30:43'),(45949,18227,'action created','2021-01-18 06:30:43','2021-01-17 22:30:43'),(45950,18227,'action started via WP Cron','2021-01-18 06:31:48','2021-01-17 22:31:48'),(45951,18227,'action complete via WP Cron','2021-01-18 06:31:48','2021-01-17 22:31:48'),(45952,18228,'action created','2021-01-18 06:31:48','2021-01-17 22:31:48'),(45953,18228,'action started via WP Cron','2021-01-18 06:32:42','2021-01-17 22:32:42'),(45954,18228,'action complete via WP Cron','2021-01-18 06:32:42','2021-01-17 22:32:42'),(45955,18229,'action created','2021-01-18 06:32:42','2021-01-17 22:32:42'),(45956,18229,'action started via WP Cron','2021-01-18 06:33:44','2021-01-17 22:33:44'),(45957,18229,'action complete via WP Cron','2021-01-18 06:33:44','2021-01-17 22:33:44'),(45958,18230,'action created','2021-01-18 06:33:45','2021-01-17 22:33:45'),(45959,18230,'action started via WP Cron','2021-01-18 06:34:42','2021-01-17 22:34:42'),(45960,18230,'action complete via WP Cron','2021-01-18 06:34:42','2021-01-17 22:34:42'),(45961,18231,'action created','2021-01-18 06:34:42','2021-01-17 22:34:42'),(45962,18231,'action started via WP Cron','2021-01-18 06:36:13','2021-01-17 22:36:13'),(45963,18231,'action complete via WP Cron','2021-01-18 06:36:13','2021-01-17 22:36:13'),(45964,18232,'action created','2021-01-18 06:36:52','2021-01-17 22:36:52'),(45965,18232,'action started via WP Cron','2021-01-18 06:37:56','2021-01-17 22:37:56'),(45966,18232,'action complete via WP Cron','2021-01-18 06:37:56','2021-01-17 22:37:56'),(45967,18233,'action created','2021-01-18 06:37:56','2021-01-17 22:37:56'),(45968,18233,'action started via WP Cron','2021-01-18 06:38:55','2021-01-17 22:38:55'),(45969,18233,'action complete via WP Cron','2021-01-18 06:38:55','2021-01-17 22:38:55'),(45970,18234,'action created','2021-01-18 06:38:56','2021-01-17 22:38:56'),(45971,18234,'action started via WP Cron','2021-01-18 06:39:49','2021-01-17 22:39:49'),(45972,18234,'action complete via WP Cron','2021-01-18 06:39:49','2021-01-17 22:39:49'),(45973,18235,'action created','2021-01-18 06:39:49','2021-01-17 22:39:49'),(45974,18235,'action started via WP Cron','2021-01-18 06:40:44','2021-01-17 22:40:44'),(45975,18235,'action complete via WP Cron','2021-01-18 06:40:44','2021-01-17 22:40:44'),(45976,18236,'action created','2021-01-18 06:40:44','2021-01-17 22:40:44'),(45977,18236,'action started via WP Cron','2021-01-18 06:41:58','2021-01-17 22:41:58'),(45978,18236,'action complete via WP Cron','2021-01-18 06:41:58','2021-01-17 22:41:58'),(45979,18237,'action created','2021-01-18 06:41:58','2021-01-17 22:41:58'),(45980,18237,'action started via WP Cron','2021-01-18 06:42:41','2021-01-17 22:42:41'),(45981,18237,'action complete via WP Cron','2021-01-18 06:42:41','2021-01-17 22:42:41'),(45982,18238,'action created','2021-01-18 06:42:41','2021-01-17 22:42:41'),(45983,18238,'action started via WP Cron','2021-01-18 06:44:01','2021-01-17 22:44:01'),(45984,18238,'action complete via WP Cron','2021-01-18 06:44:01','2021-01-17 22:44:01'),(45985,18239,'action created','2021-01-18 06:44:01','2021-01-17 22:44:01'),(45986,18239,'action started via WP Cron','2021-01-18 06:44:45','2021-01-17 22:44:45'),(45987,18239,'action complete via WP Cron','2021-01-18 06:44:45','2021-01-17 22:44:45'),(45988,18240,'action created','2021-01-18 06:44:45','2021-01-17 22:44:45'),(45989,18240,'action started via WP Cron','2021-01-18 06:46:06','2021-01-17 22:46:06'),(45990,18240,'action complete via WP Cron','2021-01-18 06:46:06','2021-01-17 22:46:06'),(45991,18241,'action created','2021-01-18 06:46:06','2021-01-17 22:46:06'),(45992,18241,'action started via WP Cron','2021-01-18 06:47:17','2021-01-17 22:47:17'),(45993,18241,'action complete via WP Cron','2021-01-18 06:47:17','2021-01-17 22:47:17'),(45994,18242,'action created','2021-01-18 06:47:17','2021-01-17 22:47:17'),(45995,18242,'action started via WP Cron','2021-01-18 06:47:50','2021-01-17 22:47:50'),(45996,18242,'action complete via WP Cron','2021-01-18 06:47:50','2021-01-17 22:47:50'),(45997,18243,'action created','2021-01-18 06:47:50','2021-01-17 22:47:50'),(45998,18243,'action started via WP Cron','2021-01-18 06:48:44','2021-01-17 22:48:44'),(45999,18243,'action complete via WP Cron','2021-01-18 06:48:44','2021-01-17 22:48:44'),(46000,18244,'action created','2021-01-18 06:48:45','2021-01-17 22:48:45'),(46001,18244,'action started via WP Cron','2021-01-18 06:49:47','2021-01-17 22:49:47'),(46002,18244,'action complete via WP Cron','2021-01-18 06:49:47','2021-01-17 22:49:47'),(46003,18245,'action created','2021-01-18 06:50:14','2021-01-17 22:50:14'),(46004,18245,'action started via WP Cron','2021-01-18 06:50:43','2021-01-17 22:50:43'),(46005,18245,'action complete via WP Cron','2021-01-18 06:50:43','2021-01-17 22:50:43'),(46006,18246,'action created','2021-01-18 06:50:43','2021-01-17 22:50:43'),(46007,18246,'action started via WP Cron','2021-01-18 06:51:48','2021-01-17 22:51:48'),(46008,18246,'action complete via WP Cron','2021-01-18 06:51:48','2021-01-17 22:51:48'),(46009,18247,'action created','2021-01-18 06:51:48','2021-01-17 22:51:48'),(46010,18247,'action started via WP Cron','2021-01-18 06:52:48','2021-01-17 22:52:48'),(46011,18247,'action complete via WP Cron','2021-01-18 06:52:48','2021-01-17 22:52:48'),(46012,18248,'action created','2021-01-18 06:52:49','2021-01-17 22:52:49'),(46013,18248,'action started via WP Cron','2021-01-18 06:53:50','2021-01-17 22:53:50'),(46014,18248,'action complete via WP Cron','2021-01-18 06:53:50','2021-01-17 22:53:50'),(46015,18249,'action created','2021-01-18 06:53:50','2021-01-17 22:53:50'),(46016,18249,'action started via WP Cron','2021-01-18 06:54:58','2021-01-17 22:54:58'),(46017,18249,'action complete via WP Cron','2021-01-18 06:54:58','2021-01-17 22:54:58'),(46018,18250,'action created','2021-01-18 06:54:58','2021-01-17 22:54:58'),(46019,18250,'action started via WP Cron','2021-01-18 06:55:45','2021-01-17 22:55:45'),(46020,18250,'action complete via WP Cron','2021-01-18 06:55:45','2021-01-17 22:55:45'),(46021,18251,'action created','2021-01-18 06:55:46','2021-01-17 22:55:46'),(46022,18251,'action started via WP Cron','2021-01-18 06:57:20','2021-01-17 22:57:20'),(46023,18251,'action complete via WP Cron','2021-01-18 06:57:20','2021-01-17 22:57:20'),(46024,18252,'action created','2021-01-18 06:57:30','2021-01-17 22:57:30'),(46025,18252,'action started via WP Cron','2021-01-18 06:57:47','2021-01-17 22:57:47'),(46026,18252,'action complete via WP Cron','2021-01-18 06:57:47','2021-01-17 22:57:47'),(46027,18253,'action created','2021-01-18 06:57:47','2021-01-17 22:57:47'),(46028,18253,'action started via WP Cron','2021-01-18 06:58:48','2021-01-17 22:58:48'),(46029,18253,'action complete via WP Cron','2021-01-18 06:58:48','2021-01-17 22:58:48'),(46030,18254,'action created','2021-01-18 06:58:48','2021-01-17 22:58:48'),(46031,18254,'action started via WP Cron','2021-01-18 06:59:50','2021-01-17 22:59:50'),(46032,18254,'action complete via WP Cron','2021-01-18 06:59:50','2021-01-17 22:59:50'),(46033,18255,'action created','2021-01-18 06:59:50','2021-01-17 22:59:50'),(46034,18255,'action started via WP Cron','2021-01-18 07:01:03','2021-01-17 23:01:03'),(46035,18255,'action complete via WP Cron','2021-01-18 07:01:03','2021-01-17 23:01:03'),(46036,18256,'action created','2021-01-18 07:01:03','2021-01-17 23:01:03'),(46037,18256,'action started via WP Cron','2021-01-18 07:04:53','2021-01-17 23:04:53'),(46038,18256,'action complete via WP Cron','2021-01-18 07:04:53','2021-01-17 23:04:53'),(46039,18257,'action created','2021-01-18 07:04:53','2021-01-17 23:04:53'),(46040,18257,'action started via WP Cron','2021-01-18 07:07:09','2021-01-17 23:07:09'),(46041,18257,'action complete via WP Cron','2021-01-18 07:07:09','2021-01-17 23:07:09'),(46042,18258,'action created','2021-01-18 07:07:09','2021-01-17 23:07:09'),(46043,18258,'action started via WP Cron','2021-01-18 07:07:45','2021-01-17 23:07:45'),(46044,18258,'action complete via WP Cron','2021-01-18 07:07:45','2021-01-17 23:07:45'),(46045,18259,'action created','2021-01-18 07:07:45','2021-01-17 23:07:45'),(46046,18259,'action started via WP Cron','2021-01-18 07:09:47','2021-01-17 23:09:47'),(46047,18259,'action complete via WP Cron','2021-01-18 07:09:47','2021-01-17 23:09:47'),(46048,18260,'action created','2021-01-18 07:09:47','2021-01-17 23:09:47'),(46049,18260,'action started via WP Cron','2021-01-18 07:13:07','2021-01-17 23:13:07'),(46050,18260,'action complete via WP Cron','2021-01-18 07:13:07','2021-01-17 23:13:07'),(46051,18261,'action created','2021-01-18 07:13:07','2021-01-17 23:13:07'),(46052,18261,'action started via WP Cron','2021-01-18 07:14:08','2021-01-17 23:14:08'),(46053,18261,'action complete via WP Cron','2021-01-18 07:14:08','2021-01-17 23:14:08'),(46054,18262,'action created','2021-01-18 07:14:42','2021-01-17 23:14:42'),(46055,18262,'action started via WP Cron','2021-01-18 07:20:48','2021-01-17 23:20:48'),(46056,18262,'action complete via WP Cron','2021-01-18 07:20:48','2021-01-17 23:20:48'),(46057,18263,'action created','2021-01-18 07:20:48','2021-01-17 23:20:48'),(46058,18263,'action started via WP Cron','2021-01-18 07:24:52','2021-01-17 23:24:52'),(46059,18263,'action complete via WP Cron','2021-01-18 07:24:52','2021-01-17 23:24:52'),(46060,18264,'action created','2021-01-18 07:24:52','2021-01-17 23:24:52'),(46061,18264,'action started via WP Cron','2021-01-18 07:26:14','2021-01-17 23:26:14'),(46062,18264,'action complete via WP Cron','2021-01-18 07:26:14','2021-01-17 23:26:14'),(46063,18265,'action created','2021-01-18 07:26:14','2021-01-17 23:26:14'),(46064,18265,'action started via WP Cron','2021-01-18 07:27:47','2021-01-17 23:27:47'),(46065,18265,'action complete via WP Cron','2021-01-18 07:27:47','2021-01-17 23:27:47'),(46066,18266,'action created','2021-01-18 07:27:47','2021-01-17 23:27:47'),(46067,18266,'action started via WP Cron','2021-01-18 07:29:19','2021-01-17 23:29:19'),(46068,18266,'action complete via WP Cron','2021-01-18 07:29:19','2021-01-17 23:29:19'),(46069,18267,'action created','2021-01-18 07:29:20','2021-01-17 23:29:20'),(46070,18267,'action started via WP Cron','2021-01-18 07:30:27','2021-01-17 23:30:27'),(46071,18267,'action complete via WP Cron','2021-01-18 07:30:27','2021-01-17 23:30:27'),(46072,18268,'action created','2021-01-18 07:30:27','2021-01-17 23:30:27'),(46073,18268,'action started via WP Cron','2021-01-18 07:31:00','2021-01-17 23:31:00'),(46074,18268,'action complete via WP Cron','2021-01-18 07:31:00','2021-01-17 23:31:00'),(46075,18269,'action created','2021-01-18 07:31:00','2021-01-17 23:31:00'),(46076,18269,'action started via WP Cron','2021-01-18 07:33:30','2021-01-17 23:33:30'),(46077,18269,'action complete via WP Cron','2021-01-18 07:33:30','2021-01-17 23:33:30'),(46078,18270,'action created','2021-01-18 07:33:30','2021-01-17 23:33:30'),(46079,18270,'action started via WP Cron','2021-01-18 07:34:31','2021-01-17 23:34:31'),(46080,18270,'action complete via WP Cron','2021-01-18 07:34:31','2021-01-17 23:34:31'),(46081,18271,'action created','2021-01-18 07:34:31','2021-01-17 23:34:31'),(46082,18271,'action started via WP Cron','2021-01-18 07:35:32','2021-01-17 23:35:32'),(46083,18271,'action complete via WP Cron','2021-01-18 07:35:32','2021-01-17 23:35:32'),(46084,18272,'action created','2021-01-18 07:35:32','2021-01-17 23:35:32'),(46085,18272,'action started via WP Cron','2021-01-18 07:37:11','2021-01-17 23:37:11'),(46086,18272,'action complete via WP Cron','2021-01-18 07:37:11','2021-01-17 23:37:11'),(46087,18273,'action created','2021-01-18 07:37:11','2021-01-17 23:37:11'),(46088,18273,'action started via WP Cron','2021-01-18 07:39:58','2021-01-17 23:39:58'),(46089,18273,'action complete via WP Cron','2021-01-18 07:39:58','2021-01-17 23:39:58'),(46090,18274,'action created','2021-01-18 07:39:58','2021-01-17 23:39:58'),(46091,18274,'action started via WP Cron','2021-01-18 07:41:03','2021-01-17 23:41:03'),(46092,18274,'action complete via WP Cron','2021-01-18 07:41:03','2021-01-17 23:41:03'),(46093,18275,'action created','2021-01-18 07:41:03','2021-01-17 23:41:03'),(46094,18275,'action started via WP Cron','2021-01-18 07:42:07','2021-01-17 23:42:07'),(46095,18275,'action complete via WP Cron','2021-01-18 07:42:07','2021-01-17 23:42:07'),(46096,18276,'action created','2021-01-18 07:42:08','2021-01-17 23:42:08'),(46097,18276,'action started via WP Cron','2021-01-18 07:45:00','2021-01-17 23:45:00'),(46098,18276,'action complete via WP Cron','2021-01-18 07:45:00','2021-01-17 23:45:00'),(46099,18277,'action created','2021-01-18 07:45:00','2021-01-17 23:45:00'),(46100,18277,'action started via WP Cron','2021-01-18 07:47:30','2021-01-17 23:47:30'),(46101,18277,'action complete via WP Cron','2021-01-18 07:47:30','2021-01-17 23:47:30'),(46102,18278,'action created','2021-01-18 07:47:30','2021-01-17 23:47:30'),(46103,18278,'action started via WP Cron','2021-01-18 07:48:06','2021-01-17 23:48:06'),(46104,18278,'action complete via WP Cron','2021-01-18 07:48:06','2021-01-17 23:48:06'),(46105,18279,'action created','2021-01-18 07:48:06','2021-01-17 23:48:06'),(46106,18279,'action started via WP Cron','2021-01-18 07:49:08','2021-01-17 23:49:08'),(46107,18279,'action complete via WP Cron','2021-01-18 07:49:08','2021-01-17 23:49:08'),(46108,18280,'action created','2021-01-18 07:49:08','2021-01-17 23:49:08'),(46109,18280,'action started via WP Cron','2021-01-18 07:51:15','2021-01-17 23:51:15'),(46110,18280,'action complete via WP Cron','2021-01-18 07:51:15','2021-01-17 23:51:15'),(46111,18281,'action created','2021-01-18 07:51:15','2021-01-17 23:51:15'),(46112,18281,'action started via WP Cron','2021-01-18 07:52:33','2021-01-17 23:52:33'),(46113,18281,'action complete via WP Cron','2021-01-18 07:52:33','2021-01-17 23:52:33'),(46114,18282,'action created','2021-01-18 07:52:33','2021-01-17 23:52:33'),(46115,18282,'action started via WP Cron','2021-01-18 07:52:45','2021-01-17 23:52:45'),(46116,18282,'action complete via WP Cron','2021-01-18 07:52:45','2021-01-17 23:52:45'),(46117,18283,'action created','2021-01-18 07:52:45','2021-01-17 23:52:45'),(46118,18283,'action started via WP Cron','2021-01-18 07:53:51','2021-01-17 23:53:51'),(46119,18283,'action complete via WP Cron','2021-01-18 07:53:51','2021-01-17 23:53:51'),(46120,18284,'action created','2021-01-18 07:53:51','2021-01-17 23:53:51'),(46121,18284,'action started via WP Cron','2021-01-18 07:54:52','2021-01-17 23:54:52'),(46122,18284,'action complete via WP Cron','2021-01-18 07:54:52','2021-01-17 23:54:52'),(46123,18285,'action created','2021-01-18 07:54:52','2021-01-17 23:54:52'),(46124,18285,'action started via WP Cron','2021-01-18 07:55:53','2021-01-17 23:55:53'),(46125,18285,'action complete via WP Cron','2021-01-18 07:55:53','2021-01-17 23:55:53'),(46126,18286,'action created','2021-01-18 07:55:53','2021-01-17 23:55:53'),(46127,18286,'action started via WP Cron','2021-01-18 07:56:54','2021-01-17 23:56:54'),(46128,18286,'action complete via WP Cron','2021-01-18 07:56:54','2021-01-17 23:56:54'),(46129,18287,'action created','2021-01-18 07:56:54','2021-01-17 23:56:54'),(46130,18287,'action started via WP Cron','2021-01-18 07:57:55','2021-01-17 23:57:55'),(46131,18287,'action complete via WP Cron','2021-01-18 07:57:55','2021-01-17 23:57:55'),(46132,18288,'action created','2021-01-18 07:57:55','2021-01-17 23:57:55'),(46133,18288,'action started via WP Cron','2021-01-18 08:00:03','2021-01-18 00:00:03'),(46134,18288,'action complete via WP Cron','2021-01-18 08:00:03','2021-01-18 00:00:03'),(46135,18289,'action created','2021-01-18 08:00:03','2021-01-18 00:00:03'),(46136,18289,'action started via WP Cron','2021-01-18 08:00:54','2021-01-18 00:00:54'),(46137,18289,'action complete via WP Cron','2021-01-18 08:00:54','2021-01-18 00:00:54'),(46138,18290,'action created','2021-01-18 08:00:54','2021-01-18 00:00:54'),(46139,18290,'action started via WP Cron','2021-01-18 08:03:17','2021-01-18 00:03:17'),(46140,18290,'action complete via WP Cron','2021-01-18 08:03:17','2021-01-18 00:03:17'),(46141,18291,'action created','2021-01-18 08:03:18','2021-01-18 00:03:18'),(46142,18291,'action started via WP Cron','2021-01-18 08:08:32','2021-01-18 00:08:32'),(46143,18291,'action complete via WP Cron','2021-01-18 08:08:32','2021-01-18 00:08:32'),(46144,18292,'action created','2021-01-18 08:08:32','2021-01-18 00:08:32'),(46145,18292,'action started via WP Cron','2021-01-18 08:09:57','2021-01-18 00:09:57'),(46146,18292,'action complete via WP Cron','2021-01-18 08:09:57','2021-01-18 00:09:57'),(46147,18293,'action created','2021-01-18 08:09:57','2021-01-18 00:09:57'),(46148,18293,'action started via WP Cron','2021-01-18 08:13:12','2021-01-18 00:13:12'),(46149,18293,'action complete via WP Cron','2021-01-18 08:13:12','2021-01-18 00:13:12'),(46150,18294,'action created','2021-01-18 08:13:12','2021-01-18 00:13:12'),(46151,18294,'action started via WP Cron','2021-01-18 08:18:42','2021-01-18 00:18:42'),(46152,18294,'action complete via WP Cron','2021-01-18 08:18:42','2021-01-18 00:18:42'),(106819,38517,'action complete via WP Cron','2021-02-18 08:18:57','2021-02-18 00:18:57'),(106818,38517,'action started via WP Cron','2021-02-18 08:18:57','2021-02-18 00:18:57'),(108692,39142,'action created','2021-02-19 08:20:46','2021-02-19 00:20:46'),(46156,18296,'action created','2021-01-18 08:18:42','2021-01-18 00:18:42'),(46157,18296,'action started via WP Cron','2021-01-18 08:21:24','2021-01-18 00:21:24'),(46158,18296,'action complete via WP Cron','2021-01-18 08:21:24','2021-01-18 00:21:24'),(46159,18297,'action created','2021-01-18 08:21:24','2021-01-18 00:21:24'),(46160,18297,'action started via WP Cron','2021-01-18 08:25:20','2021-01-18 00:25:20'),(46161,18297,'action complete via WP Cron','2021-01-18 08:25:20','2021-01-18 00:25:20'),(46162,18298,'action created','2021-01-18 08:25:20','2021-01-18 00:25:20'),(46163,18298,'action started via WP Cron','2021-01-18 08:26:23','2021-01-18 00:26:23'),(46164,18298,'action complete via WP Cron','2021-01-18 08:26:23','2021-01-18 00:26:23'),(46165,18299,'action created','2021-01-18 08:26:23','2021-01-18 00:26:23'),(46166,18299,'action started via WP Cron','2021-01-18 08:28:13','2021-01-18 00:28:13'),(46167,18299,'action complete via WP Cron','2021-01-18 08:28:14','2021-01-18 00:28:14'),(46168,18300,'action created','2021-01-18 08:28:14','2021-01-18 00:28:14'),(46169,18300,'action started via WP Cron','2021-01-18 08:30:12','2021-01-18 00:30:12'),(46170,18300,'action complete via WP Cron','2021-01-18 08:30:12','2021-01-18 00:30:12'),(46171,18301,'action created','2021-01-18 08:30:12','2021-01-18 00:30:12'),(46172,18301,'action started via WP Cron','2021-01-18 08:31:20','2021-01-18 00:31:20'),(46173,18301,'action complete via WP Cron','2021-01-18 08:31:20','2021-01-18 00:31:20'),(46174,18302,'action created','2021-01-18 08:31:20','2021-01-18 00:31:20'),(46175,18302,'action started via WP Cron','2021-01-18 08:33:22','2021-01-18 00:33:22'),(46176,18302,'action complete via WP Cron','2021-01-18 08:33:22','2021-01-18 00:33:22'),(46177,18303,'action created','2021-01-18 08:33:22','2021-01-18 00:33:22'),(46178,18303,'action started via WP Cron','2021-01-18 08:34:27','2021-01-18 00:34:27'),(46179,18303,'action complete via WP Cron','2021-01-18 08:34:27','2021-01-18 00:34:27'),(46180,18304,'action created','2021-01-18 08:34:27','2021-01-18 00:34:27'),(46181,18304,'action started via WP Cron','2021-01-18 08:35:37','2021-01-18 00:35:37'),(46182,18304,'action complete via WP Cron','2021-01-18 08:35:37','2021-01-18 00:35:37'),(46183,18305,'action created','2021-01-18 08:35:37','2021-01-18 00:35:37'),(46184,18305,'action started via WP Cron','2021-01-18 08:36:18','2021-01-18 00:36:18'),(46185,18305,'action complete via WP Cron','2021-01-18 08:36:18','2021-01-18 00:36:18'),(46186,18306,'action created','2021-01-18 08:36:18','2021-01-18 00:36:18'),(46187,18306,'action started via WP Cron','2021-01-18 08:37:32','2021-01-18 00:37:32'),(46188,18306,'action complete via WP Cron','2021-01-18 08:37:32','2021-01-18 00:37:32'),(46189,18307,'action created','2021-01-18 08:37:32','2021-01-18 00:37:32'),(46190,18307,'action started via WP Cron','2021-01-18 08:38:13','2021-01-18 00:38:13'),(46191,18307,'action complete via WP Cron','2021-01-18 08:38:13','2021-01-18 00:38:13'),(46192,18308,'action created','2021-01-18 08:38:13','2021-01-18 00:38:13'),(46193,18308,'action started via WP Cron','2021-01-18 08:39:35','2021-01-18 00:39:35'),(46194,18308,'action complete via WP Cron','2021-01-18 08:39:35','2021-01-18 00:39:35'),(46195,18309,'action created','2021-01-18 08:39:35','2021-01-18 00:39:35'),(46196,18309,'action started via WP Cron','2021-01-18 08:44:02','2021-01-18 00:44:02'),(46197,18309,'action complete via WP Cron','2021-01-18 08:44:02','2021-01-18 00:44:02'),(46198,18310,'action created','2021-01-18 08:44:02','2021-01-18 00:44:02'),(46199,18310,'action started via WP Cron','2021-01-18 08:46:34','2021-01-18 00:46:34'),(46200,18310,'action complete via WP Cron','2021-01-18 08:46:34','2021-01-18 00:46:34'),(46201,18311,'action created','2021-01-18 08:46:34','2021-01-18 00:46:34'),(46202,18311,'action started via WP Cron','2021-01-18 08:51:34','2021-01-18 00:51:34'),(46203,18311,'action complete via WP Cron','2021-01-18 08:51:34','2021-01-18 00:51:34'),(46204,18312,'action created','2021-01-18 08:51:35','2021-01-18 00:51:35'),(46205,18312,'action started via WP Cron','2021-01-18 08:55:13','2021-01-18 00:55:13'),(46206,18312,'action complete via WP Cron','2021-01-18 08:55:13','2021-01-18 00:55:13'),(46207,18313,'action created','2021-01-18 08:55:13','2021-01-18 00:55:13'),(46208,18313,'action started via WP Cron','2021-01-18 08:58:55','2021-01-18 00:58:55'),(46209,18313,'action complete via WP Cron','2021-01-18 08:58:55','2021-01-18 00:58:55'),(46210,18314,'action created','2021-01-18 08:58:55','2021-01-18 00:58:55'),(46211,18314,'action started via WP Cron','2021-01-18 08:59:56','2021-01-18 00:59:56'),(46212,18314,'action complete via WP Cron','2021-01-18 08:59:56','2021-01-18 00:59:56'),(46213,18315,'action created','2021-01-18 08:59:56','2021-01-18 00:59:56'),(46214,18315,'action started via WP Cron','2021-01-18 09:00:57','2021-01-18 01:00:57'),(46215,18315,'action complete via WP Cron','2021-01-18 09:00:57','2021-01-18 01:00:57'),(46216,18316,'action created','2021-01-18 09:00:57','2021-01-18 01:00:57'),(46217,18316,'action started via WP Cron','2021-01-18 09:01:53','2021-01-18 01:01:53'),(46218,18316,'action complete via WP Cron','2021-01-18 09:01:53','2021-01-18 01:01:53'),(46219,18317,'action created','2021-01-18 09:01:53','2021-01-18 01:01:53'),(46220,18317,'action started via WP Cron','2021-01-18 09:02:59','2021-01-18 01:02:59'),(46221,18317,'action complete via WP Cron','2021-01-18 09:02:59','2021-01-18 01:02:59'),(46222,18318,'action created','2021-01-18 09:02:59','2021-01-18 01:02:59'),(46223,18318,'action started via WP Cron','2021-01-18 09:04:00','2021-01-18 01:04:00'),(46224,18318,'action complete via WP Cron','2021-01-18 09:04:00','2021-01-18 01:04:00'),(46225,18319,'action created','2021-01-18 09:04:00','2021-01-18 01:04:00'),(46226,18319,'action started via WP Cron','2021-01-18 09:04:47','2021-01-18 01:04:47'),(46227,18319,'action complete via WP Cron','2021-01-18 09:04:47','2021-01-18 01:04:47'),(46228,18320,'action created','2021-01-18 09:04:48','2021-01-18 01:04:48'),(46229,18320,'action started via WP Cron','2021-01-18 09:06:21','2021-01-18 01:06:21'),(46230,18320,'action complete via WP Cron','2021-01-18 09:06:21','2021-01-18 01:06:21'),(46231,18321,'action created','2021-01-18 09:06:21','2021-01-18 01:06:21'),(46232,18321,'action started via WP Cron','2021-01-18 09:07:09','2021-01-18 01:07:09'),(46233,18321,'action complete via WP Cron','2021-01-18 09:07:09','2021-01-18 01:07:09'),(46234,18322,'action created','2021-01-18 09:07:09','2021-01-18 01:07:09'),(46235,18322,'action started via WP Cron','2021-01-18 09:10:44','2021-01-18 01:10:44'),(46236,18322,'action complete via WP Cron','2021-01-18 09:10:44','2021-01-18 01:10:44'),(46237,18323,'action created','2021-01-18 09:10:44','2021-01-18 01:10:44'),(46238,18323,'action started via WP Cron','2021-01-18 09:13:03','2021-01-18 01:13:03'),(46239,18323,'action complete via WP Cron','2021-01-18 09:13:03','2021-01-18 01:13:03'),(46240,18324,'action created','2021-01-18 09:13:03','2021-01-18 01:13:03'),(46241,18324,'action started via WP Cron','2021-01-18 09:15:41','2021-01-18 01:15:41'),(46242,18324,'action complete via WP Cron','2021-01-18 09:15:41','2021-01-18 01:15:41'),(46243,18325,'action created','2021-01-18 09:15:41','2021-01-18 01:15:41'),(46244,18325,'action started via WP Cron','2021-01-18 09:19:12','2021-01-18 01:19:12'),(46245,18325,'action complete via WP Cron','2021-01-18 09:19:12','2021-01-18 01:19:12'),(46246,18326,'action created','2021-01-18 09:19:12','2021-01-18 01:19:12'),(46247,18326,'action started via WP Cron','2021-01-18 09:23:39','2021-01-18 01:23:39'),(46248,18326,'action complete via WP Cron','2021-01-18 09:23:39','2021-01-18 01:23:39'),(46249,18327,'action created','2021-01-18 09:23:39','2021-01-18 01:23:39'),(46250,18327,'action started via WP Cron','2021-01-18 09:24:34','2021-01-18 01:24:34'),(46251,18327,'action complete via WP Cron','2021-01-18 09:24:34','2021-01-18 01:24:34'),(46252,18328,'action created','2021-01-18 09:24:34','2021-01-18 01:24:34'),(46253,18328,'action started via WP Cron','2021-01-18 09:25:16','2021-01-18 01:25:16'),(46254,18328,'action complete via WP Cron','2021-01-18 09:25:16','2021-01-18 01:25:16'),(46255,18329,'action created','2021-01-18 09:25:16','2021-01-18 01:25:16'),(46256,18329,'action started via WP Cron','2021-01-18 09:25:47','2021-01-18 01:25:47'),(46257,18329,'action complete via WP Cron','2021-01-18 09:25:47','2021-01-18 01:25:47'),(46258,18330,'action created','2021-01-18 09:25:47','2021-01-18 01:25:47'),(46259,18330,'action started via WP Cron','2021-01-18 09:30:34','2021-01-18 01:30:34'),(46260,18330,'action complete via WP Cron','2021-01-18 09:30:34','2021-01-18 01:30:34'),(46261,18331,'action created','2021-01-18 09:30:34','2021-01-18 01:30:34'),(46262,18331,'action started via WP Cron','2021-01-18 09:31:54','2021-01-18 01:31:54'),(46263,18331,'action complete via WP Cron','2021-01-18 09:31:54','2021-01-18 01:31:54'),(46264,18332,'action created','2021-01-18 09:31:54','2021-01-18 01:31:54'),(46265,18332,'action started via WP Cron','2021-01-18 09:35:42','2021-01-18 01:35:42'),(46266,18332,'action complete via WP Cron','2021-01-18 09:35:42','2021-01-18 01:35:42'),(46267,18333,'action created','2021-01-18 09:35:42','2021-01-18 01:35:42'),(46268,18333,'action started via WP Cron','2021-01-18 09:36:43','2021-01-18 01:36:43'),(46269,18333,'action complete via WP Cron','2021-01-18 09:36:43','2021-01-18 01:36:43'),(46270,18334,'action created','2021-01-18 09:36:43','2021-01-18 01:36:43'),(46271,18334,'action started via WP Cron','2021-01-18 09:37:55','2021-01-18 01:37:55'),(46272,18334,'action complete via WP Cron','2021-01-18 09:37:55','2021-01-18 01:37:55'),(46273,18335,'action created','2021-01-18 09:37:55','2021-01-18 01:37:55'),(46274,18335,'action started via WP Cron','2021-01-18 09:39:33','2021-01-18 01:39:33'),(46275,18335,'action complete via WP Cron','2021-01-18 09:39:33','2021-01-18 01:39:33'),(46276,18336,'action created','2021-01-18 09:39:33','2021-01-18 01:39:33'),(46277,18336,'action started via WP Cron','2021-01-18 09:40:07','2021-01-18 01:40:07'),(46278,18336,'action complete via WP Cron','2021-01-18 09:40:07','2021-01-18 01:40:07'),(46279,18337,'action created','2021-01-18 09:40:07','2021-01-18 01:40:07'),(46280,18337,'action started via WP Cron','2021-01-18 09:40:44','2021-01-18 01:40:44'),(46281,18337,'action complete via WP Cron','2021-01-18 09:40:44','2021-01-18 01:40:44'),(46282,18338,'action created','2021-01-18 09:40:45','2021-01-18 01:40:45'),(46283,18338,'action started via WP Cron','2021-01-18 09:41:48','2021-01-18 01:41:48'),(46284,18338,'action complete via WP Cron','2021-01-18 09:41:48','2021-01-18 01:41:48'),(46285,18339,'action created','2021-01-18 09:41:48','2021-01-18 01:41:48'),(46286,18339,'action started via WP Cron','2021-01-18 09:43:37','2021-01-18 01:43:37'),(46287,18339,'action complete via WP Cron','2021-01-18 09:43:37','2021-01-18 01:43:37'),(46288,18340,'action created','2021-01-18 09:43:37','2021-01-18 01:43:37'),(46289,18340,'action started via WP Cron','2021-01-18 09:43:47','2021-01-18 01:43:47'),(46290,18340,'action complete via WP Cron','2021-01-18 09:43:47','2021-01-18 01:43:47'),(46291,18341,'action created','2021-01-18 09:43:47','2021-01-18 01:43:47'),(46292,18341,'action started via WP Cron','2021-01-18 09:45:18','2021-01-18 01:45:18'),(46293,18341,'action complete via WP Cron','2021-01-18 09:45:18','2021-01-18 01:45:18'),(46294,18342,'action created','2021-01-18 09:45:18','2021-01-18 01:45:18'),(46295,18342,'action started via WP Cron','2021-01-18 09:49:02','2021-01-18 01:49:02'),(46296,18342,'action complete via WP Cron','2021-01-18 09:49:02','2021-01-18 01:49:02'),(46297,18343,'action created','2021-01-18 09:49:02','2021-01-18 01:49:02'),(46298,18343,'action started via WP Cron','2021-01-18 09:55:21','2021-01-18 01:55:21'),(46299,18343,'action complete via WP Cron','2021-01-18 09:55:21','2021-01-18 01:55:21'),(46300,18344,'action created','2021-01-18 09:55:21','2021-01-18 01:55:21'),(46301,18344,'action started via WP Cron','2021-01-18 09:56:33','2021-01-18 01:56:33'),(46302,18344,'action complete via WP Cron','2021-01-18 09:56:33','2021-01-18 01:56:33'),(46303,18345,'action created','2021-01-18 09:56:33','2021-01-18 01:56:33'),(46304,18345,'action started via WP Cron','2021-01-18 09:59:04','2021-01-18 01:59:04'),(46305,18345,'action complete via WP Cron','2021-01-18 09:59:04','2021-01-18 01:59:04'),(46306,18346,'action created','2021-01-18 09:59:04','2021-01-18 01:59:04'),(46307,18346,'action started via WP Cron','2021-01-18 10:00:27','2021-01-18 02:00:27'),(46308,18346,'action complete via WP Cron','2021-01-18 10:00:27','2021-01-18 02:00:27'),(46309,18347,'action created','2021-01-18 10:00:27','2021-01-18 02:00:27'),(46310,18347,'action started via WP Cron','2021-01-18 10:03:29','2021-01-18 02:03:29'),(46311,18347,'action complete via WP Cron','2021-01-18 10:03:29','2021-01-18 02:03:29'),(46312,18348,'action created','2021-01-18 10:03:29','2021-01-18 02:03:29'),(46313,18348,'action started via WP Cron','2021-01-18 10:04:02','2021-01-18 02:04:02'),(46314,18348,'action complete via WP Cron','2021-01-18 10:04:02','2021-01-18 02:04:02'),(46315,18349,'action created','2021-01-18 10:04:02','2021-01-18 02:04:02'),(46316,18349,'action started via WP Cron','2021-01-18 10:05:00','2021-01-18 02:05:00'),(46317,18349,'action complete via WP Cron','2021-01-18 10:05:00','2021-01-18 02:05:00'),(46318,18350,'action created','2021-01-18 10:05:00','2021-01-18 02:05:00'),(46319,18350,'action started via WP Cron','2021-01-18 10:06:01','2021-01-18 02:06:01'),(46320,18350,'action complete via WP Cron','2021-01-18 10:06:01','2021-01-18 02:06:01'),(46321,18351,'action created','2021-01-18 10:06:01','2021-01-18 02:06:01'),(46322,18351,'action started via WP Cron','2021-01-18 10:07:02','2021-01-18 02:07:02'),(46323,18351,'action complete via WP Cron','2021-01-18 10:07:02','2021-01-18 02:07:02'),(46324,18352,'action created','2021-01-18 10:07:02','2021-01-18 02:07:02'),(46325,18352,'action started via WP Cron','2021-01-18 10:08:03','2021-01-18 02:08:03'),(46326,18352,'action complete via WP Cron','2021-01-18 10:08:03','2021-01-18 02:08:03'),(46327,18353,'action created','2021-01-18 10:08:03','2021-01-18 02:08:03'),(46328,18353,'action started via WP Cron','2021-01-18 10:08:41','2021-01-18 02:08:41'),(46329,18353,'action complete via WP Cron','2021-01-18 10:08:41','2021-01-18 02:08:41'),(46330,18354,'action created','2021-01-18 10:08:41','2021-01-18 02:08:41'),(46331,18354,'action started via WP Cron','2021-01-18 10:09:48','2021-01-18 02:09:48'),(46332,18354,'action complete via WP Cron','2021-01-18 10:09:48','2021-01-18 02:09:48'),(46333,18355,'action created','2021-01-18 10:09:48','2021-01-18 02:09:48'),(46334,18355,'action started via WP Cron','2021-01-18 10:12:02','2021-01-18 02:12:02'),(46335,18355,'action complete via WP Cron','2021-01-18 10:12:02','2021-01-18 02:12:02'),(46336,18356,'action created','2021-01-18 10:12:02','2021-01-18 02:12:02'),(46337,18356,'action started via WP Cron','2021-01-18 10:14:59','2021-01-18 02:14:59'),(46338,18356,'action complete via WP Cron','2021-01-18 10:14:59','2021-01-18 02:14:59'),(46339,18357,'action created','2021-01-18 10:14:59','2021-01-18 02:14:59'),(46340,18357,'action started via WP Cron','2021-01-18 10:15:54','2021-01-18 02:15:54'),(46341,18357,'action complete via WP Cron','2021-01-18 10:15:54','2021-01-18 02:15:54'),(46342,18358,'action created','2021-01-18 10:15:54','2021-01-18 02:15:54'),(46343,18358,'action started via WP Cron','2021-01-18 10:17:36','2021-01-18 02:17:36'),(46344,18358,'action complete via WP Cron','2021-01-18 10:17:36','2021-01-18 02:17:36'),(46345,18359,'action created','2021-01-18 10:17:36','2021-01-18 02:17:36'),(46346,18359,'action started via WP Cron','2021-01-18 10:21:09','2021-01-18 02:21:09'),(46347,18359,'action complete via WP Cron','2021-01-18 10:21:09','2021-01-18 02:21:09'),(46348,18360,'action created','2021-01-18 10:21:09','2021-01-18 02:21:09'),(46349,18360,'action started via WP Cron','2021-01-18 10:22:08','2021-01-18 02:22:08'),(46350,18360,'action complete via WP Cron','2021-01-18 10:22:08','2021-01-18 02:22:08'),(46351,18361,'action created','2021-01-18 10:22:08','2021-01-18 02:22:08'),(46352,18361,'action started via WP Cron','2021-01-18 10:22:56','2021-01-18 02:22:56'),(46353,18361,'action complete via WP Cron','2021-01-18 10:22:56','2021-01-18 02:22:56'),(46354,18362,'action created','2021-01-18 10:22:56','2021-01-18 02:22:56'),(46355,18362,'action started via WP Cron','2021-01-18 10:25:19','2021-01-18 02:25:19'),(46356,18362,'action complete via WP Cron','2021-01-18 10:25:19','2021-01-18 02:25:19'),(46357,18363,'action created','2021-01-18 10:25:19','2021-01-18 02:25:19'),(46358,18363,'action started via WP Cron','2021-01-18 10:28:11','2021-01-18 02:28:11'),(46359,18363,'action complete via WP Cron','2021-01-18 10:28:11','2021-01-18 02:28:11'),(46360,18364,'action created','2021-01-18 10:28:11','2021-01-18 02:28:11'),(46361,18364,'action started via WP Cron','2021-01-18 10:33:12','2021-01-18 02:33:12'),(46362,18364,'action complete via WP Cron','2021-01-18 10:33:12','2021-01-18 02:33:12'),(46363,18365,'action created','2021-01-18 10:33:12','2021-01-18 02:33:12'),(46364,18365,'action started via WP Cron','2021-01-18 10:38:21','2021-01-18 02:38:21'),(46365,18365,'action complete via WP Cron','2021-01-18 10:38:21','2021-01-18 02:38:21'),(46366,18366,'action created','2021-01-18 10:38:21','2021-01-18 02:38:21'),(46367,18366,'action started via WP Cron','2021-01-18 10:40:00','2021-01-18 02:40:00'),(46368,18366,'action complete via WP Cron','2021-01-18 10:40:00','2021-01-18 02:40:00'),(46369,18367,'action created','2021-01-18 10:40:00','2021-01-18 02:40:00'),(46370,18367,'action started via WP Cron','2021-01-18 10:40:41','2021-01-18 02:40:41'),(46371,18367,'action complete via WP Cron','2021-01-18 10:40:41','2021-01-18 02:40:41'),(46372,18368,'action created','2021-01-18 10:40:41','2021-01-18 02:40:41'),(46373,18368,'action started via WP Cron','2021-01-18 10:41:59','2021-01-18 02:41:59'),(46374,18368,'action complete via WP Cron','2021-01-18 10:41:59','2021-01-18 02:41:59'),(46375,18369,'action created','2021-01-18 10:41:59','2021-01-18 02:41:59'),(46376,18369,'action started via WP Cron','2021-01-18 10:43:39','2021-01-18 02:43:39'),(46377,18369,'action complete via WP Cron','2021-01-18 10:43:39','2021-01-18 02:43:39'),(46378,18370,'action created','2021-01-18 10:43:40','2021-01-18 02:43:40'),(46379,18370,'action started via WP Cron','2021-01-18 10:44:37','2021-01-18 02:44:37'),(46380,18370,'action complete via WP Cron','2021-01-18 10:44:37','2021-01-18 02:44:37'),(46381,18371,'action created','2021-01-18 10:44:37','2021-01-18 02:44:37'),(46382,18371,'action started via WP Cron','2021-01-18 10:45:32','2021-01-18 02:45:32'),(46383,18371,'action complete via WP Cron','2021-01-18 10:45:32','2021-01-18 02:45:32'),(46384,18372,'action created','2021-01-18 10:45:32','2021-01-18 02:45:32'),(46385,18372,'action started via WP Cron','2021-01-18 10:46:40','2021-01-18 02:46:40'),(46386,18372,'action complete via WP Cron','2021-01-18 10:46:40','2021-01-18 02:46:40'),(46387,18373,'action created','2021-01-18 10:46:40','2021-01-18 02:46:40'),(46388,18373,'action started via WP Cron','2021-01-18 10:47:41','2021-01-18 02:47:41'),(46389,18373,'action complete via WP Cron','2021-01-18 10:47:41','2021-01-18 02:47:41'),(46390,18374,'action created','2021-01-18 10:47:41','2021-01-18 02:47:41'),(46391,18374,'action started via WP Cron','2021-01-18 10:48:42','2021-01-18 02:48:42'),(46392,18374,'action complete via WP Cron','2021-01-18 10:48:42','2021-01-18 02:48:42'),(46393,18375,'action created','2021-01-18 10:48:42','2021-01-18 02:48:42'),(46394,18375,'action started via WP Cron','2021-01-18 10:51:49','2021-01-18 02:51:49'),(46395,18375,'action complete via WP Cron','2021-01-18 10:51:49','2021-01-18 02:51:49'),(46396,18376,'action created','2021-01-18 10:51:50','2021-01-18 02:51:50'),(46397,18376,'action started via WP Cron','2021-01-18 10:53:27','2021-01-18 02:53:27'),(46398,18376,'action complete via WP Cron','2021-01-18 10:53:27','2021-01-18 02:53:27'),(46399,18377,'action created','2021-01-18 10:53:27','2021-01-18 02:53:27'),(46400,18377,'action started via WP Cron','2021-01-18 10:55:51','2021-01-18 02:55:51'),(46401,18377,'action complete via WP Cron','2021-01-18 10:55:51','2021-01-18 02:55:51'),(46402,18378,'action created','2021-01-18 10:55:52','2021-01-18 02:55:52'),(46403,18378,'action started via WP Cron','2021-01-18 10:57:04','2021-01-18 02:57:04'),(46404,18378,'action complete via WP Cron','2021-01-18 10:57:04','2021-01-18 02:57:04'),(46405,18379,'action created','2021-01-18 10:57:04','2021-01-18 02:57:04'),(46406,18379,'action started via WP Cron','2021-01-18 10:58:19','2021-01-18 02:58:19'),(46407,18379,'action complete via WP Cron','2021-01-18 10:58:19','2021-01-18 02:58:19'),(46408,18380,'action created','2021-01-18 10:58:19','2021-01-18 02:58:19'),(46409,18380,'action started via WP Cron','2021-01-18 11:01:04','2021-01-18 03:01:04'),(46410,18380,'action complete via WP Cron','2021-01-18 11:01:04','2021-01-18 03:01:04'),(46411,18381,'action created','2021-01-18 11:01:04','2021-01-18 03:01:04'),(46412,18381,'action started via WP Cron','2021-01-18 11:02:19','2021-01-18 03:02:19'),(46413,18381,'action complete via WP Cron','2021-01-18 11:02:19','2021-01-18 03:02:19'),(46414,18382,'action created','2021-01-18 11:02:19','2021-01-18 03:02:19'),(46415,18382,'action started via WP Cron','2021-01-18 11:03:28','2021-01-18 03:03:28'),(46416,18382,'action complete via WP Cron','2021-01-18 11:03:28','2021-01-18 03:03:28'),(46417,18383,'action created','2021-01-18 11:03:28','2021-01-18 03:03:28'),(46418,18383,'action started via WP Cron','2021-01-18 11:04:22','2021-01-18 03:04:22'),(46419,18383,'action complete via WP Cron','2021-01-18 11:04:22','2021-01-18 03:04:22'),(46420,18384,'action created','2021-01-18 11:04:22','2021-01-18 03:04:22'),(46421,18384,'action started via WP Cron','2021-01-18 11:05:08','2021-01-18 03:05:08'),(46422,18384,'action complete via WP Cron','2021-01-18 11:05:08','2021-01-18 03:05:08'),(46423,18385,'action created','2021-01-18 11:05:09','2021-01-18 03:05:09'),(46424,18385,'action started via WP Cron','2021-01-18 11:05:47','2021-01-18 03:05:47'),(46425,18385,'action complete via WP Cron','2021-01-18 11:05:47','2021-01-18 03:05:47'),(46426,18386,'action created','2021-01-18 11:05:47','2021-01-18 03:05:47'),(46427,18386,'action started via WP Cron','2021-01-18 11:07:27','2021-01-18 03:07:27'),(46428,18386,'action complete via WP Cron','2021-01-18 11:07:27','2021-01-18 03:07:27'),(46429,18387,'action created','2021-01-18 11:07:27','2021-01-18 03:07:27'),(46430,18387,'action started via WP Cron','2021-01-18 11:10:21','2021-01-18 03:10:21'),(46431,18387,'action complete via WP Cron','2021-01-18 11:10:21','2021-01-18 03:10:21'),(46432,18388,'action created','2021-01-18 11:10:21','2021-01-18 03:10:21'),(46433,18388,'action started via WP Cron','2021-01-18 11:11:05','2021-01-18 03:11:05'),(46434,18388,'action complete via WP Cron','2021-01-18 11:11:05','2021-01-18 03:11:05'),(46435,18389,'action created','2021-01-18 11:11:05','2021-01-18 03:11:05'),(46436,18389,'action started via WP Cron','2021-01-18 11:12:07','2021-01-18 03:12:07'),(46437,18389,'action complete via WP Cron','2021-01-18 11:12:07','2021-01-18 03:12:07'),(46438,18390,'action created','2021-01-18 11:12:07','2021-01-18 03:12:07'),(46439,18390,'action started via WP Cron','2021-01-18 11:13:07','2021-01-18 03:13:07'),(46440,18390,'action complete via WP Cron','2021-01-18 11:13:07','2021-01-18 03:13:07'),(46441,18391,'action created','2021-01-18 11:13:07','2021-01-18 03:13:07'),(46442,18391,'action started via WP Cron','2021-01-18 11:14:10','2021-01-18 03:14:10'),(46443,18391,'action complete via WP Cron','2021-01-18 11:14:10','2021-01-18 03:14:10'),(46444,18392,'action created','2021-01-18 11:14:11','2021-01-18 03:14:11'),(46445,18392,'action started via WP Cron','2021-01-18 11:15:09','2021-01-18 03:15:09'),(46446,18392,'action complete via WP Cron','2021-01-18 11:15:09','2021-01-18 03:15:09'),(46447,18393,'action created','2021-01-18 11:15:09','2021-01-18 03:15:09'),(46448,18393,'action started via WP Cron','2021-01-18 11:16:10','2021-01-18 03:16:10'),(46449,18393,'action complete via WP Cron','2021-01-18 11:16:10','2021-01-18 03:16:10'),(46450,18394,'action created','2021-01-18 11:16:10','2021-01-18 03:16:10'),(46451,18394,'action started via WP Cron','2021-01-18 11:17:38','2021-01-18 03:17:38'),(46452,18394,'action complete via WP Cron','2021-01-18 11:17:38','2021-01-18 03:17:38'),(46453,18395,'action created','2021-01-18 11:17:38','2021-01-18 03:17:38'),(46454,18395,'action started via WP Cron','2021-01-18 11:18:46','2021-01-18 03:18:46'),(46455,18395,'action complete via WP Cron','2021-01-18 11:18:46','2021-01-18 03:18:46'),(46456,18396,'action created','2021-01-18 11:18:46','2021-01-18 03:18:46'),(46457,18396,'action started via WP Cron','2021-01-18 11:19:41','2021-01-18 03:19:41'),(46458,18396,'action complete via WP Cron','2021-01-18 11:19:41','2021-01-18 03:19:41'),(46459,18397,'action created','2021-01-18 11:19:41','2021-01-18 03:19:41'),(46460,18397,'action started via WP Cron','2021-01-18 11:21:10','2021-01-18 03:21:10'),(46461,18397,'action complete via WP Cron','2021-01-18 11:21:10','2021-01-18 03:21:10'),(46462,18398,'action created','2021-01-18 11:21:10','2021-01-18 03:21:10'),(46463,18398,'action started via WP Cron','2021-01-18 11:23:23','2021-01-18 03:23:23'),(46464,18398,'action complete via WP Cron','2021-01-18 11:23:23','2021-01-18 03:23:23'),(46465,18399,'action created','2021-01-18 11:23:23','2021-01-18 03:23:23'),(46466,18399,'action started via WP Cron','2021-01-18 11:24:06','2021-01-18 03:24:06'),(46467,18399,'action complete via WP Cron','2021-01-18 11:24:06','2021-01-18 03:24:06'),(46468,18400,'action created','2021-01-18 11:24:06','2021-01-18 03:24:06'),(46469,18400,'action started via WP Cron','2021-01-18 11:25:00','2021-01-18 03:25:00'),(46470,18400,'action complete via WP Cron','2021-01-18 11:25:00','2021-01-18 03:25:00'),(46471,18401,'action created','2021-01-18 11:25:00','2021-01-18 03:25:00'),(46472,18401,'action started via WP Cron','2021-01-18 11:27:07','2021-01-18 03:27:07'),(46473,18401,'action complete via WP Cron','2021-01-18 11:27:07','2021-01-18 03:27:07'),(46474,18402,'action created','2021-01-18 11:27:07','2021-01-18 03:27:07'),(46475,18402,'action started via WP Cron','2021-01-18 11:28:17','2021-01-18 03:28:17'),(46476,18402,'action complete via WP Cron','2021-01-18 11:28:17','2021-01-18 03:28:17'),(46477,18403,'action created','2021-01-18 11:28:18','2021-01-18 03:28:18'),(46478,18403,'action started via WP Cron','2021-01-18 11:29:45','2021-01-18 03:29:45'),(46479,18403,'action complete via WP Cron','2021-01-18 11:29:45','2021-01-18 03:29:45'),(46480,18404,'action created','2021-01-18 11:29:46','2021-01-18 03:29:46'),(46481,18404,'action started via WP Cron','2021-01-18 11:31:32','2021-01-18 03:31:32'),(46482,18404,'action complete via WP Cron','2021-01-18 11:31:32','2021-01-18 03:31:32'),(46483,18405,'action created','2021-01-18 11:31:32','2021-01-18 03:31:32'),(46484,18405,'action started via WP Cron','2021-01-18 11:32:01','2021-01-18 03:32:01'),(46485,18405,'action complete via WP Cron','2021-01-18 11:32:01','2021-01-18 03:32:01'),(46486,18406,'action created','2021-01-18 11:32:01','2021-01-18 03:32:01'),(46487,18406,'action started via WP Cron','2021-01-18 11:33:45','2021-01-18 03:33:45'),(46488,18406,'action complete via WP Cron','2021-01-18 11:33:45','2021-01-18 03:33:45'),(46489,18407,'action created','2021-01-18 11:33:45','2021-01-18 03:33:45'),(46490,18407,'action started via WP Cron','2021-01-18 11:35:13','2021-01-18 03:35:13'),(46491,18407,'action complete via WP Cron','2021-01-18 11:35:13','2021-01-18 03:35:13'),(46492,18408,'action created','2021-01-18 11:35:13','2021-01-18 03:35:13'),(46493,18408,'action started via WP Cron','2021-01-18 11:35:45','2021-01-18 03:35:45'),(46494,18408,'action complete via WP Cron','2021-01-18 11:35:45','2021-01-18 03:35:45'),(46495,18409,'action created','2021-01-18 11:35:45','2021-01-18 03:35:45'),(46496,18409,'action started via WP Cron','2021-01-18 11:36:46','2021-01-18 03:36:46'),(46497,18409,'action complete via WP Cron','2021-01-18 11:36:46','2021-01-18 03:36:46'),(46498,18410,'action created','2021-01-18 11:36:46','2021-01-18 03:36:46'),(46499,18410,'action started via WP Cron','2021-01-18 11:37:47','2021-01-18 03:37:47'),(46500,18410,'action complete via WP Cron','2021-01-18 11:37:47','2021-01-18 03:37:47'),(46501,18411,'action created','2021-01-18 11:37:47','2021-01-18 03:37:47'),(46502,18411,'action started via WP Cron','2021-01-18 11:38:51','2021-01-18 03:38:51'),(46503,18411,'action complete via WP Cron','2021-01-18 11:38:51','2021-01-18 03:38:51'),(46504,18412,'action created','2021-01-18 11:38:51','2021-01-18 03:38:51'),(46505,18412,'action started via WP Cron','2021-01-18 11:41:18','2021-01-18 03:41:18'),(46506,18412,'action complete via WP Cron','2021-01-18 11:41:18','2021-01-18 03:41:18'),(46507,18413,'action created','2021-01-18 11:41:18','2021-01-18 03:41:18'),(46508,18413,'action started via WP Cron','2021-01-18 11:42:10','2021-01-18 03:42:10'),(46509,18413,'action complete via WP Cron','2021-01-18 11:42:10','2021-01-18 03:42:10'),(46510,18414,'action created','2021-01-18 11:42:10','2021-01-18 03:42:10'),(46511,18414,'action started via WP Cron','2021-01-18 11:42:55','2021-01-18 03:42:55'),(46512,18414,'action complete via WP Cron','2021-01-18 11:42:55','2021-01-18 03:42:55'),(46513,18415,'action created','2021-01-18 11:42:55','2021-01-18 03:42:55'),(46514,18415,'action started via WP Cron','2021-01-18 11:44:48','2021-01-18 03:44:48'),(46515,18415,'action complete via WP Cron','2021-01-18 11:44:48','2021-01-18 03:44:48'),(46516,18416,'action created','2021-01-18 11:44:48','2021-01-18 03:44:48'),(46517,18416,'action started via WP Cron','2021-01-18 11:45:46','2021-01-18 03:45:46'),(46518,18416,'action complete via WP Cron','2021-01-18 11:45:46','2021-01-18 03:45:46'),(46519,18417,'action created','2021-01-18 11:45:46','2021-01-18 03:45:46'),(46520,18417,'action started via WP Cron','2021-01-18 11:46:53','2021-01-18 03:46:53'),(46521,18417,'action complete via WP Cron','2021-01-18 11:46:53','2021-01-18 03:46:53'),(46522,18418,'action created','2021-01-18 11:46:53','2021-01-18 03:46:53'),(46523,18418,'action started via WP Cron','2021-01-18 11:48:48','2021-01-18 03:48:48'),(46524,18418,'action complete via WP Cron','2021-01-18 11:48:48','2021-01-18 03:48:48'),(46525,18419,'action created','2021-01-18 11:48:48','2021-01-18 03:48:48'),(46526,18419,'action started via WP Cron','2021-01-18 11:49:42','2021-01-18 03:49:42'),(46527,18419,'action complete via WP Cron','2021-01-18 11:49:42','2021-01-18 03:49:42'),(46528,18420,'action created','2021-01-18 11:49:42','2021-01-18 03:49:42'),(46529,18420,'action started via WP Cron','2021-01-18 11:50:43','2021-01-18 03:50:43'),(46530,18420,'action complete via WP Cron','2021-01-18 11:50:43','2021-01-18 03:50:43'),(46531,18421,'action created','2021-01-18 11:50:43','2021-01-18 03:50:43'),(46532,18421,'action started via WP Cron','2021-01-18 11:51:44','2021-01-18 03:51:44'),(46533,18421,'action complete via WP Cron','2021-01-18 11:51:44','2021-01-18 03:51:44'),(46534,18422,'action created','2021-01-18 11:51:44','2021-01-18 03:51:44'),(46535,18422,'action started via WP Cron','2021-01-18 11:52:45','2021-01-18 03:52:45'),(46536,18422,'action complete via WP Cron','2021-01-18 11:52:45','2021-01-18 03:52:45'),(46537,18423,'action created','2021-01-18 11:52:45','2021-01-18 03:52:45'),(46538,18423,'action started via WP Cron','2021-01-18 11:56:43','2021-01-18 03:56:43'),(46539,18423,'action complete via WP Cron','2021-01-18 11:56:43','2021-01-18 03:56:43'),(46540,18424,'action created','2021-01-18 11:56:43','2021-01-18 03:56:43'),(46541,18424,'action started via WP Cron','2021-01-18 11:57:59','2021-01-18 03:57:59'),(46542,18424,'action complete via WP Cron','2021-01-18 11:57:59','2021-01-18 03:57:59'),(46543,18425,'action created','2021-01-18 11:57:59','2021-01-18 03:57:59'),(46544,18425,'action started via WP Cron','2021-01-18 12:00:21','2021-01-18 04:00:21'),(46545,18425,'action complete via WP Cron','2021-01-18 12:00:21','2021-01-18 04:00:21'),(46546,18426,'action created','2021-01-18 12:00:21','2021-01-18 04:00:21'),(46547,18426,'action started via WP Cron','2021-01-18 12:02:10','2021-01-18 04:02:10'),(46548,18426,'action complete via WP Cron','2021-01-18 12:02:10','2021-01-18 04:02:10'),(46549,18427,'action created','2021-01-18 12:02:10','2021-01-18 04:02:10'),(46550,18427,'action started via WP Cron','2021-01-18 12:03:10','2021-01-18 04:03:10'),(46551,18427,'action complete via WP Cron','2021-01-18 12:03:10','2021-01-18 04:03:10'),(46552,18428,'action created','2021-01-18 12:03:10','2021-01-18 04:03:10'),(46553,18428,'action started via WP Cron','2021-01-18 12:03:55','2021-01-18 04:03:55'),(46554,18428,'action complete via WP Cron','2021-01-18 12:03:55','2021-01-18 04:03:55'),(46555,18429,'action created','2021-01-18 12:03:55','2021-01-18 04:03:55'),(46556,18429,'action started via WP Cron','2021-01-18 12:04:55','2021-01-18 04:04:55'),(46557,18429,'action complete via WP Cron','2021-01-18 12:04:55','2021-01-18 04:04:55'),(46558,18430,'action created','2021-01-18 12:04:55','2021-01-18 04:04:55'),(46559,18430,'action started via WP Cron','2021-01-18 12:05:50','2021-01-18 04:05:50'),(46560,18430,'action complete via WP Cron','2021-01-18 12:05:50','2021-01-18 04:05:50'),(46561,18431,'action created','2021-01-18 12:05:58','2021-01-18 04:05:58'),(46562,18431,'action started via WP Cron','2021-01-18 12:07:22','2021-01-18 04:07:22'),(46563,18431,'action complete via WP Cron','2021-01-18 12:07:22','2021-01-18 04:07:22'),(46564,18432,'action created','2021-01-18 12:07:22','2021-01-18 04:07:22'),(46565,18432,'action started via WP Cron','2021-01-18 12:09:49','2021-01-18 04:09:49'),(46566,18432,'action complete via WP Cron','2021-01-18 12:09:49','2021-01-18 04:09:49'),(46567,18433,'action created','2021-01-18 12:09:49','2021-01-18 04:09:49'),(46568,18433,'action started via WP Cron','2021-01-18 12:12:25','2021-01-18 04:12:25'),(46569,18433,'action complete via WP Cron','2021-01-18 12:12:25','2021-01-18 04:12:25'),(46570,18434,'action created','2021-01-18 12:12:25','2021-01-18 04:12:25'),(46571,18434,'action started via WP Cron','2021-01-18 12:13:14','2021-01-18 04:13:14'),(46572,18434,'action complete via WP Cron','2021-01-18 12:13:14','2021-01-18 04:13:14'),(46573,18435,'action created','2021-01-18 12:13:14','2021-01-18 04:13:14'),(46574,18435,'action started via WP Cron','2021-01-18 12:17:26','2021-01-18 04:17:26'),(46575,18435,'action complete via WP Cron','2021-01-18 12:17:26','2021-01-18 04:17:26'),(46576,18436,'action created','2021-01-18 12:17:26','2021-01-18 04:17:26'),(46577,18436,'action started via WP Cron','2021-01-18 12:19:37','2021-01-18 04:19:37'),(46578,18436,'action complete via WP Cron','2021-01-18 12:19:37','2021-01-18 04:19:37'),(46579,18437,'action created','2021-01-18 12:19:37','2021-01-18 04:19:37'),(46580,18437,'action started via WP Cron','2021-01-18 12:20:17','2021-01-18 04:20:17'),(46581,18437,'action complete via WP Cron','2021-01-18 12:20:17','2021-01-18 04:20:17'),(46582,18438,'action created','2021-01-18 12:20:17','2021-01-18 04:20:17'),(46583,18438,'action started via WP Cron','2021-01-18 12:22:13','2021-01-18 04:22:13'),(46584,18438,'action complete via WP Cron','2021-01-18 12:22:13','2021-01-18 04:22:13'),(46585,18439,'action created','2021-01-18 12:22:13','2021-01-18 04:22:13'),(46586,18439,'action started via WP Cron','2021-01-18 12:23:50','2021-01-18 04:23:50'),(46587,18439,'action complete via WP Cron','2021-01-18 12:23:50','2021-01-18 04:23:50'),(46588,18440,'action created','2021-01-18 12:23:50','2021-01-18 04:23:50'),(46589,18440,'action started via WP Cron','2021-01-18 12:25:36','2021-01-18 04:25:36'),(46590,18440,'action complete via WP Cron','2021-01-18 12:25:36','2021-01-18 04:25:36'),(46591,18441,'action created','2021-01-18 12:25:36','2021-01-18 04:25:36'),(46592,18441,'action started via WP Cron','2021-01-18 12:26:54','2021-01-18 04:26:54'),(46593,18441,'action complete via WP Cron','2021-01-18 12:26:54','2021-01-18 04:26:54'),(46594,18442,'action created','2021-01-18 12:26:54','2021-01-18 04:26:54'),(46595,18442,'action started via WP Cron','2021-01-18 12:30:49','2021-01-18 04:30:49'),(46596,18442,'action complete via WP Cron','2021-01-18 12:30:49','2021-01-18 04:30:49'),(46597,18443,'action created','2021-01-18 12:30:49','2021-01-18 04:30:49'),(46598,18443,'action started via WP Cron','2021-01-18 12:31:58','2021-01-18 04:31:58'),(46599,18443,'action complete via WP Cron','2021-01-18 12:31:58','2021-01-18 04:31:58'),(46600,18444,'action created','2021-01-18 12:31:58','2021-01-18 04:31:58'),(46601,18444,'action started via WP Cron','2021-01-18 12:33:08','2021-01-18 04:33:08'),(46602,18444,'action complete via WP Cron','2021-01-18 12:33:08','2021-01-18 04:33:08'),(46603,18445,'action created','2021-01-18 12:33:08','2021-01-18 04:33:08'),(46604,18445,'action started via WP Cron','2021-01-18 12:35:09','2021-01-18 04:35:09'),(46605,18445,'action complete via WP Cron','2021-01-18 12:35:09','2021-01-18 04:35:09'),(46606,18446,'action created','2021-01-18 12:35:09','2021-01-18 04:35:09'),(46607,18446,'action started via WP Cron','2021-01-18 12:36:59','2021-01-18 04:36:59'),(46608,18446,'action complete via WP Cron','2021-01-18 12:36:59','2021-01-18 04:36:59'),(46609,18447,'action created','2021-01-18 12:36:59','2021-01-18 04:36:59'),(46610,18447,'action started via WP Cron','2021-01-18 12:38:49','2021-01-18 04:38:49'),(46611,18447,'action complete via WP Cron','2021-01-18 12:38:49','2021-01-18 04:38:49'),(46612,18448,'action created','2021-01-18 12:38:50','2021-01-18 04:38:50'),(46613,18448,'action started via WP Cron','2021-01-18 12:41:20','2021-01-18 04:41:20'),(46614,18448,'action complete via WP Cron','2021-01-18 12:41:20','2021-01-18 04:41:20'),(46615,18449,'action created','2021-01-18 12:41:20','2021-01-18 04:41:20'),(46616,18449,'action started via WP Cron','2021-01-18 12:44:35','2021-01-18 04:44:35'),(46617,18449,'action complete via WP Cron','2021-01-18 12:44:35','2021-01-18 04:44:35'),(46618,18450,'action created','2021-01-18 12:44:35','2021-01-18 04:44:35'),(46619,18450,'action started via WP Cron','2021-01-18 12:45:15','2021-01-18 04:45:15'),(46620,18450,'action complete via WP Cron','2021-01-18 12:45:15','2021-01-18 04:45:15'),(46621,18451,'action created','2021-01-18 12:45:15','2021-01-18 04:45:15'),(46622,18451,'action started via WP Cron','2021-01-18 12:46:25','2021-01-18 04:46:25'),(46623,18451,'action complete via WP Cron','2021-01-18 12:46:25','2021-01-18 04:46:25'),(46624,18452,'action created','2021-01-18 12:46:25','2021-01-18 04:46:25'),(46625,18452,'action started via WP Cron','2021-01-18 12:48:25','2021-01-18 04:48:25'),(46626,18452,'action complete via WP Cron','2021-01-18 12:48:25','2021-01-18 04:48:25'),(46627,18453,'action created','2021-01-18 12:48:25','2021-01-18 04:48:25'),(46628,18453,'action started via WP Cron','2021-01-18 12:52:49','2021-01-18 04:52:49'),(46629,18453,'action complete via WP Cron','2021-01-18 12:52:49','2021-01-18 04:52:49'),(46630,18454,'action created','2021-01-18 12:52:49','2021-01-18 04:52:49'),(46631,18454,'action started via WP Cron','2021-01-18 12:54:00','2021-01-18 04:54:00'),(46632,18454,'action complete via WP Cron','2021-01-18 12:54:00','2021-01-18 04:54:00'),(46633,18455,'action created','2021-01-18 12:54:00','2021-01-18 04:54:00'),(46634,18455,'action started via WP Cron','2021-01-18 12:57:16','2021-01-18 04:57:16'),(46635,18455,'action complete via WP Cron','2021-01-18 12:57:16','2021-01-18 04:57:16'),(46636,18456,'action created','2021-01-18 12:57:16','2021-01-18 04:57:16'),(46637,18456,'action started via WP Cron','2021-01-18 12:59:20','2021-01-18 04:59:20'),(46638,18456,'action complete via WP Cron','2021-01-18 12:59:20','2021-01-18 04:59:20'),(46639,18457,'action created','2021-01-18 12:59:20','2021-01-18 04:59:20'),(46640,18457,'action started via WP Cron','2021-01-18 13:04:25','2021-01-18 05:04:25'),(46641,18457,'action complete via WP Cron','2021-01-18 13:04:25','2021-01-18 05:04:25'),(46642,18458,'action created','2021-01-18 13:04:25','2021-01-18 05:04:25'),(46643,18458,'action started via WP Cron','2021-01-18 13:09:34','2021-01-18 05:09:34'),(46644,18458,'action complete via WP Cron','2021-01-18 13:09:34','2021-01-18 05:09:34'),(46645,18459,'action created','2021-01-18 13:09:35','2021-01-18 05:09:35'),(46646,18459,'action started via WP Cron','2021-01-18 13:10:45','2021-01-18 05:10:45'),(46647,18459,'action complete via WP Cron','2021-01-18 13:10:45','2021-01-18 05:10:45'),(46648,18460,'action created','2021-01-18 13:10:45','2021-01-18 05:10:45'),(46649,18460,'action started via WP Cron','2021-01-18 13:13:21','2021-01-18 05:13:21'),(46650,18460,'action complete via WP Cron','2021-01-18 13:13:21','2021-01-18 05:13:21'),(46651,18461,'action created','2021-01-18 13:13:21','2021-01-18 05:13:21'),(46652,18461,'action started via WP Cron','2021-01-18 13:14:40','2021-01-18 05:14:40'),(46653,18461,'action complete via WP Cron','2021-01-18 13:14:40','2021-01-18 05:14:40'),(46654,18462,'action created','2021-01-18 13:14:40','2021-01-18 05:14:40'),(46655,18462,'action started via WP Cron','2021-01-18 13:16:04','2021-01-18 05:16:04'),(46656,18462,'action complete via WP Cron','2021-01-18 13:16:04','2021-01-18 05:16:04'),(46657,18463,'action created','2021-01-18 13:16:04','2021-01-18 05:16:04'),(46658,18463,'action started via WP Cron','2021-01-18 13:19:01','2021-01-18 05:19:01'),(46659,18463,'action complete via WP Cron','2021-01-18 13:19:01','2021-01-18 05:19:01'),(46660,18464,'action created','2021-01-18 13:19:01','2021-01-18 05:19:01'),(46661,18464,'action started via WP Cron','2021-01-18 13:20:43','2021-01-18 05:20:43'),(46662,18464,'action complete via WP Cron','2021-01-18 13:20:43','2021-01-18 05:20:43'),(46663,18465,'action created','2021-01-18 13:20:43','2021-01-18 05:20:43'),(46664,18465,'action started via WP Cron','2021-01-18 13:24:02','2021-01-18 05:24:02'),(46665,18465,'action complete via WP Cron','2021-01-18 13:24:02','2021-01-18 05:24:02'),(46666,18466,'action created','2021-01-18 13:24:02','2021-01-18 05:24:02'),(46667,18466,'action started via WP Cron','2021-01-18 13:25:00','2021-01-18 05:25:00'),(46668,18466,'action complete via WP Cron','2021-01-18 13:25:00','2021-01-18 05:25:00'),(46669,18467,'action created','2021-01-18 13:25:01','2021-01-18 05:25:01'),(46670,18467,'action started via WP Cron','2021-01-18 13:28:02','2021-01-18 05:28:02'),(46671,18467,'action complete via WP Cron','2021-01-18 13:28:02','2021-01-18 05:28:02'),(46672,18468,'action created','2021-01-18 13:28:02','2021-01-18 05:28:02'),(46673,18468,'action started via WP Cron','2021-01-18 13:28:42','2021-01-18 05:28:42'),(46674,18468,'action complete via WP Cron','2021-01-18 13:28:42','2021-01-18 05:28:42'),(46675,18469,'action created','2021-01-18 13:28:42','2021-01-18 05:28:42'),(46676,18469,'action started via WP Cron','2021-01-18 13:31:55','2021-01-18 05:31:55'),(46677,18469,'action complete via WP Cron','2021-01-18 13:31:55','2021-01-18 05:31:55'),(46678,18470,'action created','2021-01-18 13:31:55','2021-01-18 05:31:55'),(46679,18470,'action started via WP Cron','2021-01-18 13:34:34','2021-01-18 05:34:34'),(46680,18470,'action complete via WP Cron','2021-01-18 13:34:34','2021-01-18 05:34:34'),(46681,18471,'action created','2021-01-18 13:34:35','2021-01-18 05:34:35'),(46682,18471,'action started via WP Cron','2021-01-18 13:35:52','2021-01-18 05:35:52'),(46683,18471,'action complete via WP Cron','2021-01-18 13:35:52','2021-01-18 05:35:52'),(46684,18472,'action created','2021-01-18 13:35:52','2021-01-18 05:35:52'),(46685,18472,'action started via WP Cron','2021-01-18 13:37:22','2021-01-18 05:37:22'),(46686,18472,'action complete via WP Cron','2021-01-18 13:37:22','2021-01-18 05:37:22'),(46687,18473,'action created','2021-01-18 13:37:22','2021-01-18 05:37:22'),(46688,18473,'action started via WP Cron','2021-01-18 13:38:28','2021-01-18 05:38:28'),(46689,18473,'action complete via WP Cron','2021-01-18 13:38:28','2021-01-18 05:38:28'),(46690,18474,'action created','2021-01-18 13:38:28','2021-01-18 05:38:28'),(46691,18474,'action started via WP Cron','2021-01-18 13:39:40','2021-01-18 05:39:40'),(46692,18474,'action complete via WP Cron','2021-01-18 13:39:40','2021-01-18 05:39:40'),(46693,18475,'action created','2021-01-18 13:39:41','2021-01-18 05:39:41'),(46694,18475,'action started via WP Cron','2021-01-18 13:43:55','2021-01-18 05:43:55'),(46695,18475,'action complete via WP Cron','2021-01-18 13:43:55','2021-01-18 05:43:55'),(46696,18476,'action created','2021-01-18 13:43:55','2021-01-18 05:43:55'),(46697,18476,'action started via WP Cron','2021-01-18 13:45:26','2021-01-18 05:45:26'),(46698,18476,'action complete via WP Cron','2021-01-18 13:45:26','2021-01-18 05:45:26'),(46699,18477,'action created','2021-01-18 13:45:26','2021-01-18 05:45:26'),(46700,18477,'action started via WP Cron','2021-01-18 13:50:32','2021-01-18 05:50:32'),(46701,18477,'action complete via WP Cron','2021-01-18 13:50:32','2021-01-18 05:50:32'),(46702,18478,'action created','2021-01-18 13:50:33','2021-01-18 05:50:33'),(46703,18478,'action started via WP Cron','2021-01-18 13:51:08','2021-01-18 05:51:08'),(46704,18478,'action complete via WP Cron','2021-01-18 13:51:08','2021-01-18 05:51:08'),(46705,18479,'action created','2021-01-18 13:51:08','2021-01-18 05:51:08'),(46706,18479,'action started via WP Cron','2021-01-18 13:54:38','2021-01-18 05:54:38'),(46707,18479,'action complete via WP Cron','2021-01-18 13:54:38','2021-01-18 05:54:38'),(46708,18480,'action created','2021-01-18 13:54:38','2021-01-18 05:54:38'),(46709,18480,'action started via WP Cron','2021-01-18 13:59:31','2021-01-18 05:59:31'),(46710,18480,'action complete via WP Cron','2021-01-18 13:59:31','2021-01-18 05:59:31'),(46711,18481,'action created','2021-01-18 13:59:31','2021-01-18 05:59:31'),(46712,18481,'action started via WP Cron','2021-01-18 13:59:49','2021-01-18 05:59:49'),(46713,18481,'action complete via WP Cron','2021-01-18 13:59:49','2021-01-18 05:59:49'),(46714,18482,'action created','2021-01-18 13:59:49','2021-01-18 05:59:49'),(46715,18482,'action started via WP Cron','2021-01-18 14:00:57','2021-01-18 06:00:57'),(46716,18482,'action complete via WP Cron','2021-01-18 14:00:57','2021-01-18 06:00:57'),(46717,18483,'action created','2021-01-18 14:00:57','2021-01-18 06:00:57'),(46718,18483,'action started via WP Cron','2021-01-18 14:02:22','2021-01-18 06:02:22'),(46719,18483,'action complete via WP Cron','2021-01-18 14:02:22','2021-01-18 06:02:22'),(46720,18484,'action created','2021-01-18 14:02:22','2021-01-18 06:02:22'),(46721,18484,'action started via WP Cron','2021-01-18 14:02:43','2021-01-18 06:02:43'),(46722,18484,'action complete via WP Cron','2021-01-18 14:02:43','2021-01-18 06:02:43'),(46723,18485,'action created','2021-01-18 14:02:43','2021-01-18 06:02:43'),(46724,18485,'action started via WP Cron','2021-01-18 14:04:10','2021-01-18 06:04:10'),(46725,18485,'action complete via WP Cron','2021-01-18 14:04:10','2021-01-18 06:04:10'),(46726,18486,'action created','2021-01-18 14:04:10','2021-01-18 06:04:10'),(46727,18486,'action started via WP Cron','2021-01-18 14:05:21','2021-01-18 06:05:21'),(46728,18486,'action complete via WP Cron','2021-01-18 14:05:21','2021-01-18 06:05:21'),(46729,18487,'action created','2021-01-18 14:05:22','2021-01-18 06:05:22'),(46730,18487,'action started via WP Cron','2021-01-18 14:06:09','2021-01-18 06:06:09'),(46731,18487,'action complete via WP Cron','2021-01-18 14:06:09','2021-01-18 06:06:09'),(46732,18488,'action created','2021-01-18 14:06:09','2021-01-18 06:06:09'),(46733,18488,'action started via WP Cron','2021-01-18 14:07:39','2021-01-18 06:07:39'),(46734,18488,'action complete via WP Cron','2021-01-18 14:07:39','2021-01-18 06:07:39'),(46735,18489,'action created','2021-01-18 14:07:40','2021-01-18 06:07:40'),(46736,18489,'action started via WP Cron','2021-01-18 14:08:05','2021-01-18 06:08:05'),(46737,18489,'action complete via WP Cron','2021-01-18 14:08:05','2021-01-18 06:08:05'),(46738,18490,'action created','2021-01-18 14:08:05','2021-01-18 06:08:05'),(46739,18490,'action started via WP Cron','2021-01-18 14:08:41','2021-01-18 06:08:41'),(46740,18490,'action complete via WP Cron','2021-01-18 14:08:41','2021-01-18 06:08:41'),(46741,18491,'action created','2021-01-18 14:08:41','2021-01-18 06:08:41'),(46742,18491,'action started via WP Cron','2021-01-18 14:12:02','2021-01-18 06:12:02'),(46743,18491,'action complete via WP Cron','2021-01-18 14:12:02','2021-01-18 06:12:02'),(46744,18492,'action created','2021-01-18 14:12:02','2021-01-18 06:12:02'),(46745,18492,'action started via WP Cron','2021-01-18 14:13:40','2021-01-18 06:13:40'),(46746,18492,'action complete via WP Cron','2021-01-18 14:13:40','2021-01-18 06:13:40'),(46747,18493,'action created','2021-01-18 14:13:40','2021-01-18 06:13:40'),(46748,18493,'action started via WP Cron','2021-01-18 14:18:10','2021-01-18 06:18:10'),(46749,18493,'action complete via WP Cron','2021-01-18 14:18:10','2021-01-18 06:18:10'),(46750,18494,'action created','2021-01-18 14:18:10','2021-01-18 06:18:10'),(46751,18494,'action started via WP Cron','2021-01-18 14:19:15','2021-01-18 06:19:15'),(46752,18494,'action complete via WP Cron','2021-01-18 14:19:15','2021-01-18 06:19:15'),(46753,18495,'action created','2021-01-18 14:19:15','2021-01-18 06:19:15'),(46754,18495,'action started via WP Cron','2021-01-18 14:23:03','2021-01-18 06:23:03'),(46755,18495,'action complete via WP Cron','2021-01-18 14:23:03','2021-01-18 06:23:03'),(46756,18496,'action created','2021-01-18 14:23:03','2021-01-18 06:23:03'),(46757,18496,'action started via WP Cron','2021-01-18 14:25:59','2021-01-18 06:25:59'),(46758,18496,'action complete via WP Cron','2021-01-18 14:25:59','2021-01-18 06:25:59'),(46759,18497,'action created','2021-01-18 14:25:59','2021-01-18 06:25:59'),(46760,18497,'action started via WP Cron','2021-01-18 14:31:07','2021-01-18 06:31:07'),(46761,18497,'action complete via WP Cron','2021-01-18 14:31:07','2021-01-18 06:31:07'),(46762,18498,'action created','2021-01-18 14:31:07','2021-01-18 06:31:07'),(46763,18498,'action started via WP Cron','2021-01-18 14:33:56','2021-01-18 06:33:56'),(46764,18498,'action complete via WP Cron','2021-01-18 14:33:56','2021-01-18 06:33:56'),(46765,18499,'action created','2021-01-18 14:33:56','2021-01-18 06:33:56'),(46766,18499,'action started via WP Cron','2021-01-18 14:36:40','2021-01-18 06:36:40'),(46767,18499,'action complete via WP Cron','2021-01-18 14:36:40','2021-01-18 06:36:40'),(46768,18500,'action created','2021-01-18 14:36:40','2021-01-18 06:36:40'),(46769,18500,'action started via WP Cron','2021-01-18 14:38:30','2021-01-18 06:38:30'),(46770,18500,'action complete via WP Cron','2021-01-18 14:38:30','2021-01-18 06:38:30'),(46771,18501,'action created','2021-01-18 14:38:30','2021-01-18 06:38:30'),(46772,18501,'action started via WP Cron','2021-01-18 14:38:50','2021-01-18 06:38:50'),(46773,18501,'action complete via WP Cron','2021-01-18 14:38:50','2021-01-18 06:38:50'),(46774,18502,'action created','2021-01-18 14:38:50','2021-01-18 06:38:50'),(46775,18502,'action started via WP Cron','2021-01-18 14:39:53','2021-01-18 06:39:53'),(46776,18502,'action complete via WP Cron','2021-01-18 14:39:53','2021-01-18 06:39:53'),(46777,18503,'action created','2021-01-18 14:39:53','2021-01-18 06:39:53'),(46778,18503,'action started via WP Cron','2021-01-18 14:40:42','2021-01-18 06:40:42'),(46779,18503,'action complete via WP Cron','2021-01-18 14:40:42','2021-01-18 06:40:42'),(46780,18504,'action created','2021-01-18 14:40:42','2021-01-18 06:40:42'),(46781,18504,'action started via WP Cron','2021-01-18 14:41:50','2021-01-18 06:41:50'),(46782,18504,'action complete via WP Cron','2021-01-18 14:41:50','2021-01-18 06:41:50'),(46783,18505,'action created','2021-01-18 14:41:50','2021-01-18 06:41:50'),(46784,18505,'action started via WP Cron','2021-01-18 14:42:50','2021-01-18 06:42:50'),(46785,18505,'action complete via WP Cron','2021-01-18 14:42:50','2021-01-18 06:42:50'),(46786,18506,'action created','2021-01-18 14:42:51','2021-01-18 06:42:51'),(46787,18506,'action started via WP Cron','2021-01-18 14:43:52','2021-01-18 06:43:52'),(46788,18506,'action complete via WP Cron','2021-01-18 14:43:52','2021-01-18 06:43:52'),(46789,18507,'action created','2021-01-18 14:43:52','2021-01-18 06:43:52'),(46790,18507,'action started via WP Cron','2021-01-18 14:46:04','2021-01-18 06:46:04'),(46791,18507,'action complete via WP Cron','2021-01-18 14:46:04','2021-01-18 06:46:04'),(46792,18508,'action created','2021-01-18 14:46:04','2021-01-18 06:46:04'),(46793,18508,'action started via WP Cron','2021-01-18 14:46:47','2021-01-18 06:46:47'),(46794,18508,'action complete via WP Cron','2021-01-18 14:46:47','2021-01-18 06:46:47'),(46795,18509,'action created','2021-01-18 14:46:47','2021-01-18 06:46:47'),(46796,18509,'action started via WP Cron','2021-01-18 14:49:10','2021-01-18 06:49:10'),(46797,18509,'action complete via WP Cron','2021-01-18 14:49:10','2021-01-18 06:49:10'),(46798,18510,'action created','2021-01-18 14:49:10','2021-01-18 06:49:10'),(46799,18510,'action started via WP Cron','2021-01-18 14:52:26','2021-01-18 06:52:26'),(46800,18510,'action complete via WP Cron','2021-01-18 14:52:26','2021-01-18 06:52:26'),(46801,18511,'action created','2021-01-18 14:52:26','2021-01-18 06:52:26'),(46802,18511,'action started via WP Cron','2021-01-18 14:58:43','2021-01-18 06:58:43'),(46803,18511,'action complete via WP Cron','2021-01-18 14:58:43','2021-01-18 06:58:43'),(46804,18512,'action created','2021-01-18 14:58:44','2021-01-18 06:58:44'),(46805,18512,'action started via WP Cron','2021-01-18 15:02:33','2021-01-18 07:02:33'),(46806,18512,'action complete via WP Cron','2021-01-18 15:02:33','2021-01-18 07:02:33'),(46807,18513,'action created','2021-01-18 15:02:33','2021-01-18 07:02:33'),(46808,18513,'action started via WP Cron','2021-01-18 15:04:04','2021-01-18 07:04:04'),(46809,18513,'action complete via WP Cron','2021-01-18 15:04:04','2021-01-18 07:04:04'),(46810,18514,'action created','2021-01-18 15:04:04','2021-01-18 07:04:04'),(46811,18514,'action started via WP Cron','2021-01-18 15:05:41','2021-01-18 07:05:41'),(46812,18514,'action complete via WP Cron','2021-01-18 15:05:41','2021-01-18 07:05:41'),(46813,18515,'action created','2021-01-18 15:05:42','2021-01-18 07:05:42'),(46814,18515,'action started via WP Cron','2021-01-18 15:06:48','2021-01-18 07:06:48'),(46815,18515,'action complete via WP Cron','2021-01-18 15:06:48','2021-01-18 07:06:48'),(46816,18516,'action created','2021-01-18 15:06:49','2021-01-18 07:06:49'),(46817,18516,'action started via WP Cron','2021-01-18 15:08:00','2021-01-18 07:08:00'),(46818,18516,'action complete via WP Cron','2021-01-18 15:08:00','2021-01-18 07:08:00'),(46819,18517,'action created','2021-01-18 15:08:00','2021-01-18 07:08:00'),(46820,18517,'action started via WP Cron','2021-01-18 15:08:44','2021-01-18 07:08:44'),(46821,18517,'action complete via WP Cron','2021-01-18 15:08:44','2021-01-18 07:08:44'),(46822,18518,'action created','2021-01-18 15:08:48','2021-01-18 07:08:48'),(46823,18518,'action started via WP Cron','2021-01-18 15:09:43','2021-01-18 07:09:43'),(46824,18518,'action complete via WP Cron','2021-01-18 15:09:43','2021-01-18 07:09:43'),(46825,18519,'action created','2021-01-18 15:09:44','2021-01-18 07:09:44'),(46826,18519,'action started via WP Cron','2021-01-18 15:10:43','2021-01-18 07:10:43'),(46827,18519,'action complete via WP Cron','2021-01-18 15:10:43','2021-01-18 07:10:43'),(46828,18520,'action created','2021-01-18 15:10:47','2021-01-18 07:10:47'),(46829,18520,'action started via WP Cron','2021-01-18 15:11:44','2021-01-18 07:11:44'),(46830,18520,'action complete via WP Cron','2021-01-18 15:11:44','2021-01-18 07:11:44'),(46831,18521,'action created','2021-01-18 15:11:44','2021-01-18 07:11:44'),(46832,18521,'action started via WP Cron','2021-01-18 15:12:42','2021-01-18 07:12:42'),(46833,18521,'action complete via WP Cron','2021-01-18 15:12:42','2021-01-18 07:12:42'),(46834,18522,'action created','2021-01-18 15:12:43','2021-01-18 07:12:43'),(46835,18522,'action started via WP Cron','2021-01-18 15:13:44','2021-01-18 07:13:44'),(46836,18522,'action complete via WP Cron','2021-01-18 15:13:44','2021-01-18 07:13:44'),(46837,18523,'action created','2021-01-18 15:13:44','2021-01-18 07:13:44'),(46838,18523,'action started via WP Cron','2021-01-18 15:17:41','2021-01-18 07:17:41'),(46839,18523,'action complete via WP Cron','2021-01-18 15:17:41','2021-01-18 07:17:41'),(46840,18524,'action created','2021-01-18 15:17:41','2021-01-18 07:17:41'),(46841,18524,'action started via WP Cron','2021-01-18 15:18:49','2021-01-18 07:18:49'),(46842,18524,'action complete via WP Cron','2021-01-18 15:18:49','2021-01-18 07:18:49'),(46843,18525,'action created','2021-01-18 15:18:49','2021-01-18 07:18:49'),(46844,18525,'action started via WP Cron','2021-01-18 15:20:51','2021-01-18 07:20:51'),(46845,18525,'action complete via WP Cron','2021-01-18 15:20:51','2021-01-18 07:20:51'),(46846,18526,'action created','2021-01-18 15:20:51','2021-01-18 07:20:51'),(46847,18526,'action started via WP Cron','2021-01-18 15:21:52','2021-01-18 07:21:52'),(46848,18526,'action complete via WP Cron','2021-01-18 15:21:52','2021-01-18 07:21:52'),(46849,18527,'action created','2021-01-18 15:21:52','2021-01-18 07:21:52'),(46850,18527,'action started via WP Cron','2021-01-18 15:22:48','2021-01-18 07:22:48'),(46851,18527,'action complete via WP Cron','2021-01-18 15:22:48','2021-01-18 07:22:48'),(46852,18528,'action created','2021-01-18 15:22:48','2021-01-18 07:22:48'),(46853,18528,'action started via WP Cron','2021-01-18 15:24:18','2021-01-18 07:24:18'),(46854,18528,'action complete via WP Cron','2021-01-18 15:24:18','2021-01-18 07:24:18'),(46855,18529,'action created','2021-01-18 15:24:18','2021-01-18 07:24:18'),(46856,18529,'action started via WP Cron','2021-01-18 15:28:16','2021-01-18 07:28:16'),(46857,18529,'action complete via WP Cron','2021-01-18 15:28:16','2021-01-18 07:28:16'),(46858,18530,'action created','2021-01-18 15:28:16','2021-01-18 07:28:16'),(46859,18530,'action started via WP Cron','2021-01-18 15:29:02','2021-01-18 07:29:02'),(46860,18530,'action complete via WP Cron','2021-01-18 15:29:02','2021-01-18 07:29:02'),(46861,18531,'action created','2021-01-18 15:29:02','2021-01-18 07:29:02'),(46862,18531,'action started via WP Cron','2021-01-18 15:30:24','2021-01-18 07:30:24'),(46863,18531,'action complete via WP Cron','2021-01-18 15:30:24','2021-01-18 07:30:24'),(46864,18532,'action created','2021-01-18 15:30:24','2021-01-18 07:30:24'),(46865,18532,'action started via WP Cron','2021-01-18 15:30:54','2021-01-18 07:30:54'),(46866,18532,'action complete via WP Cron','2021-01-18 15:30:54','2021-01-18 07:30:54'),(46867,18533,'action created','2021-01-18 15:30:54','2021-01-18 07:30:54'),(46868,18533,'action started via WP Cron','2021-01-18 15:32:04','2021-01-18 07:32:04'),(46869,18533,'action complete via WP Cron','2021-01-18 15:32:04','2021-01-18 07:32:04'),(46870,18534,'action created','2021-01-18 15:32:04','2021-01-18 07:32:04'),(46871,18534,'action started via WP Cron','2021-01-18 15:33:50','2021-01-18 07:33:50'),(46872,18534,'action complete via WP Cron','2021-01-18 15:33:50','2021-01-18 07:33:50'),(46873,18535,'action created','2021-01-18 15:33:50','2021-01-18 07:33:50'),(46874,18535,'action started via WP Cron','2021-01-18 15:35:18','2021-01-18 07:35:18'),(46875,18535,'action complete via WP Cron','2021-01-18 15:35:18','2021-01-18 07:35:18'),(46876,18536,'action created','2021-01-18 15:35:18','2021-01-18 07:35:18'),(46877,18536,'action started via WP Cron','2021-01-18 15:36:56','2021-01-18 07:36:56'),(46878,18536,'action complete via WP Cron','2021-01-18 15:36:56','2021-01-18 07:36:56'),(46879,18537,'action created','2021-01-18 15:36:56','2021-01-18 07:36:56'),(46880,18537,'action started via WP Cron','2021-01-18 15:38:16','2021-01-18 07:38:16'),(46881,18537,'action complete via WP Cron','2021-01-18 15:38:16','2021-01-18 07:38:16'),(46882,18538,'action created','2021-01-18 15:38:16','2021-01-18 07:38:16'),(46883,18538,'action started via WP Cron','2021-01-18 15:49:34','2021-01-18 07:49:34'),(46884,18538,'action complete via WP Cron','2021-01-18 15:49:34','2021-01-18 07:49:34'),(46885,18539,'action created','2021-01-18 15:49:34','2021-01-18 07:49:34'),(46886,18539,'action started via WP Cron','2021-01-18 15:50:08','2021-01-18 07:50:08'),(46887,18539,'action complete via WP Cron','2021-01-18 15:50:08','2021-01-18 07:50:08'),(46888,18540,'action created','2021-01-18 15:50:08','2021-01-18 07:50:08'),(46889,18540,'action started via WP Cron','2021-01-18 15:52:57','2021-01-18 07:52:57'),(46890,18540,'action complete via WP Cron','2021-01-18 15:52:57','2021-01-18 07:52:57'),(46891,18541,'action created','2021-01-18 15:52:57','2021-01-18 07:52:57'),(46892,18541,'action started via WP Cron','2021-01-18 15:54:23','2021-01-18 07:54:23'),(46893,18541,'action complete via WP Cron','2021-01-18 15:54:23','2021-01-18 07:54:23'),(46894,18542,'action created','2021-01-18 15:54:23','2021-01-18 07:54:23'),(46895,18542,'action started via WP Cron','2021-01-18 15:55:15','2021-01-18 07:55:15'),(46896,18542,'action complete via WP Cron','2021-01-18 15:55:15','2021-01-18 07:55:15'),(46897,18543,'action created','2021-01-18 15:55:15','2021-01-18 07:55:15'),(46898,18543,'action started via WP Cron','2021-01-18 15:58:22','2021-01-18 07:58:22'),(46899,18543,'action complete via WP Cron','2021-01-18 15:58:22','2021-01-18 07:58:22'),(46900,18544,'action created','2021-01-18 15:58:22','2021-01-18 07:58:22'),(46901,18544,'action started via WP Cron','2021-01-18 16:01:01','2021-01-18 08:01:01'),(46902,18544,'action complete via WP Cron','2021-01-18 16:01:01','2021-01-18 08:01:01'),(46903,18545,'action created','2021-01-18 16:01:01','2021-01-18 08:01:01'),(46904,18545,'action started via WP Cron','2021-01-18 16:05:31','2021-01-18 08:05:31'),(46905,18545,'action complete via WP Cron','2021-01-18 16:05:31','2021-01-18 08:05:31'),(46906,18546,'action created','2021-01-18 16:05:31','2021-01-18 08:05:31'),(46907,18546,'action started via WP Cron','2021-01-18 16:07:12','2021-01-18 08:07:12'),(46908,18546,'action complete via WP Cron','2021-01-18 16:07:12','2021-01-18 08:07:12'),(46909,18547,'action created','2021-01-18 16:07:12','2021-01-18 08:07:12'),(46910,18547,'action started via WP Cron','2021-01-18 16:12:06','2021-01-18 08:12:06'),(46911,18547,'action complete via WP Cron','2021-01-18 16:12:06','2021-01-18 08:12:06'),(46912,18548,'action created','2021-01-18 16:12:08','2021-01-18 08:12:08'),(46913,18548,'action started via WP Cron','2021-01-18 16:12:43','2021-01-18 08:12:43'),(46914,18548,'action complete via WP Cron','2021-01-18 16:12:43','2021-01-18 08:12:43'),(46915,18549,'action created','2021-01-18 16:12:43','2021-01-18 08:12:43'),(46916,18549,'action started via WP Cron','2021-01-18 16:13:43','2021-01-18 08:13:43'),(46917,18549,'action complete via WP Cron','2021-01-18 16:13:44','2021-01-18 08:13:44'),(46918,18550,'action created','2021-01-18 16:13:44','2021-01-18 08:13:44'),(46919,18550,'action started via WP Cron','2021-01-18 16:14:44','2021-01-18 08:14:44'),(46920,18550,'action complete via WP Cron','2021-01-18 16:14:44','2021-01-18 08:14:44'),(46921,18551,'action created','2021-01-18 16:14:45','2021-01-18 08:14:45'),(46922,18551,'action started via WP Cron','2021-01-18 16:16:46','2021-01-18 08:16:46'),(46923,18551,'action complete via WP Cron','2021-01-18 16:16:46','2021-01-18 08:16:46'),(46924,18552,'action created','2021-01-18 16:16:46','2021-01-18 08:16:46'),(46925,18552,'action started via WP Cron','2021-01-18 16:17:47','2021-01-18 08:17:47'),(46926,18552,'action complete via WP Cron','2021-01-18 16:17:47','2021-01-18 08:17:47'),(46927,18553,'action created','2021-01-18 16:17:47','2021-01-18 08:17:47'),(46928,18553,'action started via WP Cron','2021-01-18 16:18:48','2021-01-18 08:18:48'),(46929,18553,'action complete via WP Cron','2021-01-18 16:18:48','2021-01-18 08:18:48'),(46930,18554,'action created','2021-01-18 16:18:48','2021-01-18 08:18:48'),(46931,18554,'action started via WP Cron','2021-01-18 16:23:00','2021-01-18 08:23:00'),(46932,18554,'action complete via WP Cron','2021-01-18 16:23:00','2021-01-18 08:23:00'),(46933,18555,'action created','2021-01-18 16:23:00','2021-01-18 08:23:00'),(46934,18555,'action started via WP Cron','2021-01-18 16:23:55','2021-01-18 08:23:55'),(46935,18555,'action complete via WP Cron','2021-01-18 16:23:55','2021-01-18 08:23:55'),(46936,18556,'action created','2021-01-18 16:23:55','2021-01-18 08:23:55'),(46937,18556,'action started via WP Cron','2021-01-18 16:24:56','2021-01-18 08:24:56'),(46938,18556,'action complete via WP Cron','2021-01-18 16:24:56','2021-01-18 08:24:56'),(46939,18557,'action created','2021-01-18 16:24:56','2021-01-18 08:24:56'),(46940,18557,'action started via WP Cron','2021-01-18 16:34:24','2021-01-18 08:34:24'),(46941,18557,'action complete via WP Cron','2021-01-18 16:34:24','2021-01-18 08:34:24'),(46942,18558,'action created','2021-01-18 16:34:24','2021-01-18 08:34:24'),(46943,18558,'action started via WP Cron','2021-01-18 16:35:24','2021-01-18 08:35:24'),(46944,18558,'action complete via WP Cron','2021-01-18 16:35:24','2021-01-18 08:35:24'),(46945,18559,'action created','2021-01-18 16:35:24','2021-01-18 08:35:24'),(46946,18559,'action started via WP Cron','2021-01-18 16:35:51','2021-01-18 08:35:51'),(46947,18559,'action complete via WP Cron','2021-01-18 16:35:51','2021-01-18 08:35:51'),(46948,18560,'action created','2021-01-18 16:35:51','2021-01-18 08:35:51'),(46949,18560,'action started via WP Cron','2021-01-18 16:36:53','2021-01-18 08:36:53'),(46950,18560,'action complete via WP Cron','2021-01-18 16:36:53','2021-01-18 08:36:53'),(46951,18561,'action created','2021-01-18 16:36:53','2021-01-18 08:36:53'),(46952,18561,'action started via WP Cron','2021-01-18 16:38:31','2021-01-18 08:38:31'),(46953,18561,'action complete via WP Cron','2021-01-18 16:38:31','2021-01-18 08:38:31'),(46954,18562,'action created','2021-01-18 16:38:31','2021-01-18 08:38:31'),(46955,18562,'action started via WP Cron','2021-01-18 16:38:55','2021-01-18 08:38:55'),(46956,18562,'action complete via WP Cron','2021-01-18 16:38:55','2021-01-18 08:38:55'),(46957,18563,'action created','2021-01-18 16:38:55','2021-01-18 08:38:55'),(46958,18563,'action started via WP Cron','2021-01-18 16:39:56','2021-01-18 08:39:56'),(46959,18563,'action complete via WP Cron','2021-01-18 16:39:56','2021-01-18 08:39:56'),(46960,18564,'action created','2021-01-18 16:39:56','2021-01-18 08:39:56'),(46961,18564,'action started via WP Cron','2021-01-18 16:41:32','2021-01-18 08:41:32'),(46962,18564,'action complete via WP Cron','2021-01-18 16:41:32','2021-01-18 08:41:32'),(46963,18565,'action created','2021-01-18 16:41:32','2021-01-18 08:41:32'),(46964,18565,'action started via WP Cron','2021-01-18 16:44:52','2021-01-18 08:44:52'),(46965,18565,'action complete via WP Cron','2021-01-18 16:44:52','2021-01-18 08:44:52'),(46966,18566,'action created','2021-01-18 16:44:52','2021-01-18 08:44:52'),(46967,18566,'action started via WP Cron','2021-01-18 16:56:06','2021-01-18 08:56:06'),(46968,18566,'action complete via WP Cron','2021-01-18 16:56:06','2021-01-18 08:56:06'),(46969,18567,'action created','2021-01-18 16:56:06','2021-01-18 08:56:06'),(46970,18567,'action started via WP Cron','2021-01-18 16:56:43','2021-01-18 08:56:43'),(46971,18567,'action complete via WP Cron','2021-01-18 16:56:43','2021-01-18 08:56:43'),(46972,18568,'action created','2021-01-18 16:56:43','2021-01-18 08:56:43'),(46973,18568,'action started via WP Cron','2021-01-18 16:58:40','2021-01-18 08:58:40'),(46974,18568,'action complete via WP Cron','2021-01-18 16:58:40','2021-01-18 08:58:40'),(46975,18569,'action created','2021-01-18 16:58:40','2021-01-18 08:58:40'),(46976,18569,'action started via WP Cron','2021-01-18 16:59:43','2021-01-18 08:59:43'),(46977,18569,'action complete via WP Cron','2021-01-18 16:59:43','2021-01-18 08:59:43'),(46978,18570,'action created','2021-01-18 16:59:43','2021-01-18 08:59:43'),(46979,18570,'action started via WP Cron','2021-01-18 17:00:48','2021-01-18 09:00:48'),(46980,18570,'action complete via WP Cron','2021-01-18 17:00:48','2021-01-18 09:00:48'),(46981,18571,'action created','2021-01-18 17:00:48','2021-01-18 09:00:48'),(46982,18571,'action started via WP Cron','2021-01-18 17:05:04','2021-01-18 09:05:04'),(46983,18571,'action complete via WP Cron','2021-01-18 17:05:04','2021-01-18 09:05:04'),(46984,18572,'action created','2021-01-18 17:05:04','2021-01-18 09:05:04'),(46985,18572,'action started via WP Cron','2021-01-18 17:08:50','2021-01-18 09:08:50'),(46986,18572,'action complete via WP Cron','2021-01-18 17:08:50','2021-01-18 09:08:50'),(46987,18573,'action created','2021-01-18 17:08:50','2021-01-18 09:08:50'),(46988,18573,'action started via WP Cron','2021-01-18 17:09:51','2021-01-18 09:09:51'),(46989,18573,'action complete via WP Cron','2021-01-18 17:09:51','2021-01-18 09:09:51'),(46990,18574,'action created','2021-01-18 17:09:51','2021-01-18 09:09:51'),(46991,18574,'action started via WP Cron','2021-01-18 17:10:52','2021-01-18 09:10:52'),(46992,18574,'action complete via WP Cron','2021-01-18 17:10:52','2021-01-18 09:10:52'),(46993,18575,'action created','2021-01-18 17:10:52','2021-01-18 09:10:52'),(46994,18575,'action started via WP Cron','2021-01-18 17:12:54','2021-01-18 09:12:54'),(46995,18575,'action complete via WP Cron','2021-01-18 17:12:54','2021-01-18 09:12:54'),(46996,18576,'action created','2021-01-18 17:12:54','2021-01-18 09:12:54'),(46997,18576,'action started via WP Cron','2021-01-18 17:13:55','2021-01-18 09:13:55'),(46998,18576,'action complete via WP Cron','2021-01-18 17:13:55','2021-01-18 09:13:55'),(46999,18577,'action created','2021-01-18 17:13:55','2021-01-18 09:13:55'),(47000,18577,'action started via WP Cron','2021-01-18 17:18:51','2021-01-18 09:18:51'),(47001,18577,'action complete via WP Cron','2021-01-18 17:18:51','2021-01-18 09:18:51'),(47002,18578,'action created','2021-01-18 17:19:49','2021-01-18 09:19:49'),(47003,18578,'action started via WP Cron','2021-01-18 17:20:49','2021-01-18 09:20:49'),(47004,18578,'action complete via WP Cron','2021-01-18 17:20:49','2021-01-18 09:20:49'),(47005,18579,'action created','2021-01-18 17:20:50','2021-01-18 09:20:50'),(47006,18579,'action started via WP Cron','2021-01-18 17:25:04','2021-01-18 09:25:04'),(47007,18579,'action complete via WP Cron','2021-01-18 17:25:04','2021-01-18 09:25:04'),(47008,18580,'action created','2021-01-18 17:25:04','2021-01-18 09:25:04'),(47009,18580,'action started via WP Cron','2021-01-18 17:25:57','2021-01-18 09:25:57'),(47010,18580,'action complete via WP Cron','2021-01-18 17:25:57','2021-01-18 09:25:57'),(47011,18581,'action created','2021-01-18 17:25:57','2021-01-18 09:25:57'),(47012,18581,'action started via WP Cron','2021-01-18 17:26:58','2021-01-18 09:26:58'),(47013,18581,'action complete via WP Cron','2021-01-18 17:26:58','2021-01-18 09:26:58'),(47014,18582,'action created','2021-01-18 17:26:59','2021-01-18 09:26:59'),(47015,18582,'action started via WP Cron','2021-01-18 17:29:01','2021-01-18 09:29:01'),(47016,18582,'action complete via WP Cron','2021-01-18 17:29:01','2021-01-18 09:29:01'),(47017,18583,'action created','2021-01-18 17:29:01','2021-01-18 09:29:01'),(47018,18583,'action started via WP Cron','2021-01-18 17:30:03','2021-01-18 09:30:03'),(47019,18583,'action complete via WP Cron','2021-01-18 17:30:03','2021-01-18 09:30:03'),(47020,18584,'action created','2021-01-18 17:31:02','2021-01-18 09:31:02'),(47021,18584,'action started via WP Cron','2021-01-18 17:38:52','2021-01-18 09:38:52'),(47022,18584,'action complete via WP Cron','2021-01-18 17:38:52','2021-01-18 09:38:52'),(47023,18585,'action created','2021-01-18 17:38:52','2021-01-18 09:38:52'),(47024,18585,'action started via WP Cron','2021-01-18 17:41:33','2021-01-18 09:41:33'),(47025,18585,'action complete via WP Cron','2021-01-18 17:41:33','2021-01-18 09:41:33'),(47026,18586,'action created','2021-01-18 17:41:33','2021-01-18 09:41:33'),(47027,18586,'action started via WP Cron','2021-01-18 17:43:25','2021-01-18 09:43:25'),(47028,18586,'action complete via WP Cron','2021-01-18 17:43:25','2021-01-18 09:43:25'),(47029,18587,'action created','2021-01-18 17:43:25','2021-01-18 09:43:25'),(47030,18587,'action started via WP Cron','2021-01-18 17:44:11','2021-01-18 09:44:11'),(47031,18587,'action complete via WP Cron','2021-01-18 17:44:11','2021-01-18 09:44:11'),(47032,18588,'action created','2021-01-18 17:44:11','2021-01-18 09:44:11'),(47033,18588,'action started via WP Cron','2021-01-18 17:45:00','2021-01-18 09:45:00'),(47034,18588,'action complete via WP Cron','2021-01-18 17:45:00','2021-01-18 09:45:00'),(47035,18589,'action created','2021-01-18 17:45:00','2021-01-18 09:45:00'),(47036,18589,'action started via WP Cron','2021-01-18 17:46:03','2021-01-18 09:46:03'),(47037,18589,'action complete via WP Cron','2021-01-18 17:46:03','2021-01-18 09:46:03'),(47038,18590,'action created','2021-01-18 17:46:03','2021-01-18 09:46:03'),(47039,18590,'action started via WP Cron','2021-01-18 17:49:40','2021-01-18 09:49:40'),(47040,18590,'action complete via WP Cron','2021-01-18 17:49:40','2021-01-18 09:49:40'),(47041,18591,'action created','2021-01-18 17:49:40','2021-01-18 09:49:40'),(47042,18591,'action started via WP Cron','2021-01-18 17:50:50','2021-01-18 09:50:50'),(47043,18591,'action complete via WP Cron','2021-01-18 17:50:50','2021-01-18 09:50:50'),(47044,18592,'action created','2021-01-18 17:50:50','2021-01-18 09:50:50'),(47045,18592,'action started via WP Cron','2021-01-18 17:53:41','2021-01-18 09:53:41'),(47046,18592,'action complete via WP Cron','2021-01-18 17:53:41','2021-01-18 09:53:41'),(47047,18593,'action created','2021-01-18 17:53:41','2021-01-18 09:53:41'),(47048,18593,'action started via WP Cron','2021-01-18 17:55:52','2021-01-18 09:55:52'),(47049,18593,'action complete via WP Cron','2021-01-18 17:55:52','2021-01-18 09:55:52'),(47050,18594,'action created','2021-01-18 17:55:53','2021-01-18 09:55:53'),(47051,18594,'action started via WP Cron','2021-01-18 17:56:51','2021-01-18 09:56:51'),(47052,18594,'action complete via WP Cron','2021-01-18 17:56:51','2021-01-18 09:56:51'),(47053,18595,'action created','2021-01-18 17:56:51','2021-01-18 09:56:51'),(47054,18595,'action started via WP Cron','2021-01-18 17:58:47','2021-01-18 09:58:47'),(47055,18595,'action complete via WP Cron','2021-01-18 17:58:47','2021-01-18 09:58:47'),(47056,18596,'action created','2021-01-18 17:58:47','2021-01-18 09:58:47'),(47057,18596,'action started via WP Cron','2021-01-18 18:05:42','2021-01-18 10:05:42'),(47058,18596,'action complete via WP Cron','2021-01-18 18:05:42','2021-01-18 10:05:42'),(47059,18597,'action created','2021-01-18 18:05:42','2021-01-18 10:05:42'),(47060,18597,'action started via WP Cron','2021-01-18 18:07:48','2021-01-18 10:07:48'),(47061,18597,'action complete via WP Cron','2021-01-18 18:07:48','2021-01-18 10:07:48'),(47062,18598,'action created','2021-01-18 18:07:48','2021-01-18 10:07:48'),(47063,18598,'action started via WP Cron','2021-01-18 18:09:25','2021-01-18 10:09:25'),(47064,18598,'action complete via WP Cron','2021-01-18 18:09:25','2021-01-18 10:09:25'),(47065,18599,'action created','2021-01-18 18:09:25','2021-01-18 10:09:25'),(47066,18599,'action started via WP Cron','2021-01-18 18:10:49','2021-01-18 10:10:49'),(47067,18599,'action complete via WP Cron','2021-01-18 18:10:49','2021-01-18 10:10:49'),(47068,18600,'action created','2021-01-18 18:10:50','2021-01-18 10:10:50'),(47069,18600,'action started via WP Cron','2021-01-18 18:13:45','2021-01-18 10:13:45'),(47070,18600,'action complete via WP Cron','2021-01-18 18:13:45','2021-01-18 10:13:45'),(47071,18601,'action created','2021-01-18 18:14:36','2021-01-18 10:14:36'),(47072,18601,'action started via WP Cron','2021-01-18 18:15:42','2021-01-18 10:15:42'),(47073,18601,'action complete via WP Cron','2021-01-18 18:15:42','2021-01-18 10:15:42'),(47074,18602,'action created','2021-01-18 18:15:42','2021-01-18 10:15:42'),(47075,18602,'action started via WP Cron','2021-01-18 18:16:43','2021-01-18 10:16:43'),(47076,18602,'action complete via WP Cron','2021-01-18 18:16:43','2021-01-18 10:16:43'),(47077,18603,'action created','2021-01-18 18:16:43','2021-01-18 10:16:43'),(47078,18603,'action started via WP Cron','2021-01-18 18:20:33','2021-01-18 10:20:33'),(47079,18603,'action complete via WP Cron','2021-01-18 18:20:33','2021-01-18 10:20:33'),(47080,18604,'action created','2021-01-18 18:20:33','2021-01-18 10:20:33'),(47081,18604,'action started via WP Cron','2021-01-18 18:21:42','2021-01-18 10:21:42'),(47082,18604,'action complete via WP Cron','2021-01-18 18:21:42','2021-01-18 10:21:42'),(47083,18605,'action created','2021-01-18 18:21:42','2021-01-18 10:21:42'),(47084,18605,'action started via WP Cron','2021-01-18 18:22:43','2021-01-18 10:22:43'),(47085,18605,'action complete via WP Cron','2021-01-18 18:22:43','2021-01-18 10:22:43'),(47086,18606,'action created','2021-01-18 18:22:43','2021-01-18 10:22:43'),(47087,18606,'action started via WP Cron','2021-01-18 18:23:43','2021-01-18 10:23:43'),(47088,18606,'action complete via WP Cron','2021-01-18 18:23:43','2021-01-18 10:23:43'),(47089,18607,'action created','2021-01-18 18:23:43','2021-01-18 10:23:43'),(47090,18607,'action started via WP Cron','2021-01-18 18:24:44','2021-01-18 10:24:44'),(47091,18607,'action complete via WP Cron','2021-01-18 18:24:44','2021-01-18 10:24:44'),(47092,18608,'action created','2021-01-18 18:24:44','2021-01-18 10:24:44'),(47093,18608,'action started via WP Cron','2021-01-18 18:26:07','2021-01-18 10:26:07'),(47094,18608,'action complete via WP Cron','2021-01-18 18:26:07','2021-01-18 10:26:07'),(47095,18609,'action created','2021-01-18 18:26:07','2021-01-18 10:26:07'),(47096,18609,'action started via WP Cron','2021-01-18 18:26:56','2021-01-18 10:26:56'),(47097,18609,'action complete via WP Cron','2021-01-18 18:26:56','2021-01-18 10:26:56'),(47098,18610,'action created','2021-01-18 18:26:57','2021-01-18 10:26:57'),(47099,18610,'action started via WP Cron','2021-01-18 18:27:44','2021-01-18 10:27:44'),(47100,18610,'action complete via WP Cron','2021-01-18 18:27:44','2021-01-18 10:27:44'),(47101,18611,'action created','2021-01-18 18:27:44','2021-01-18 10:27:44'),(47102,18611,'action started via WP Cron','2021-01-18 18:28:47','2021-01-18 10:28:47'),(47103,18611,'action complete via WP Cron','2021-01-18 18:28:47','2021-01-18 10:28:47'),(47104,18612,'action created','2021-01-18 18:28:48','2021-01-18 10:28:48'),(47105,18612,'action started via WP Cron','2021-01-18 18:29:45','2021-01-18 10:29:45'),(47106,18612,'action complete via WP Cron','2021-01-18 18:29:45','2021-01-18 10:29:45'),(47107,18613,'action created','2021-01-18 18:29:45','2021-01-18 10:29:45'),(47108,18613,'action started via WP Cron','2021-01-18 18:30:48','2021-01-18 10:30:48'),(47109,18613,'action complete via WP Cron','2021-01-18 18:30:48','2021-01-18 10:30:48'),(47110,18614,'action created','2021-01-18 18:30:48','2021-01-18 10:30:48'),(47111,18614,'action started via WP Cron','2021-01-18 18:31:44','2021-01-18 10:31:44'),(47112,18614,'action complete via WP Cron','2021-01-18 18:31:44','2021-01-18 10:31:44'),(47113,18615,'action created','2021-01-18 18:31:44','2021-01-18 10:31:44'),(47114,18615,'action started via WP Cron','2021-01-18 18:32:41','2021-01-18 10:32:41'),(47115,18615,'action complete via WP Cron','2021-01-18 18:32:41','2021-01-18 10:32:41'),(47116,18616,'action created','2021-01-18 18:32:41','2021-01-18 10:32:41'),(47117,18616,'action started via WP Cron','2021-01-18 18:33:43','2021-01-18 10:33:43'),(47118,18616,'action complete via WP Cron','2021-01-18 18:33:43','2021-01-18 10:33:43'),(47119,18617,'action created','2021-01-18 18:33:43','2021-01-18 10:33:43'),(47120,18617,'action started via WP Cron','2021-01-18 18:34:46','2021-01-18 10:34:46'),(47121,18617,'action complete via WP Cron','2021-01-18 18:34:46','2021-01-18 10:34:46'),(47122,18618,'action created','2021-01-18 18:34:46','2021-01-18 10:34:46'),(47123,18618,'action started via WP Cron','2021-01-18 18:35:55','2021-01-18 10:35:55'),(47124,18618,'action complete via WP Cron','2021-01-18 18:35:55','2021-01-18 10:35:55'),(47125,18619,'action created','2021-01-18 18:35:55','2021-01-18 10:35:55'),(47126,18619,'action started via WP Cron','2021-01-18 18:36:46','2021-01-18 10:36:46'),(47127,18619,'action complete via WP Cron','2021-01-18 18:36:46','2021-01-18 10:36:46'),(47128,18620,'action created','2021-01-18 18:36:46','2021-01-18 10:36:46'),(47129,18620,'action started via WP Cron','2021-01-18 18:37:42','2021-01-18 10:37:42'),(47130,18620,'action complete via WP Cron','2021-01-18 18:37:42','2021-01-18 10:37:42'),(47131,18621,'action created','2021-01-18 18:37:42','2021-01-18 10:37:42'),(47132,18621,'action started via WP Cron','2021-01-18 18:38:51','2021-01-18 10:38:51'),(47133,18621,'action complete via WP Cron','2021-01-18 18:38:51','2021-01-18 10:38:51'),(47134,18622,'action created','2021-01-18 18:38:51','2021-01-18 10:38:51'),(47135,18622,'action started via WP Cron','2021-01-18 18:39:43','2021-01-18 10:39:43'),(47136,18622,'action complete via WP Cron','2021-01-18 18:39:43','2021-01-18 10:39:43'),(47137,18623,'action created','2021-01-18 18:39:43','2021-01-18 10:39:43'),(47138,18623,'action started via WP Cron','2021-01-18 18:40:56','2021-01-18 10:40:56'),(47139,18623,'action complete via WP Cron','2021-01-18 18:40:56','2021-01-18 10:40:56'),(47140,18624,'action created','2021-01-18 18:40:56','2021-01-18 10:40:56'),(47141,18624,'action started via WP Cron','2021-01-18 18:41:52','2021-01-18 10:41:52'),(47142,18624,'action complete via WP Cron','2021-01-18 18:41:52','2021-01-18 10:41:52'),(47143,18625,'action created','2021-01-18 18:41:52','2021-01-18 10:41:52'),(47144,18625,'action started via WP Cron','2021-01-18 18:42:42','2021-01-18 10:42:42'),(47145,18625,'action complete via WP Cron','2021-01-18 18:42:42','2021-01-18 10:42:42'),(47146,18626,'action created','2021-01-18 18:42:42','2021-01-18 10:42:42'),(47147,18626,'action started via WP Cron','2021-01-18 18:43:41','2021-01-18 10:43:41'),(47148,18626,'action complete via WP Cron','2021-01-18 18:43:41','2021-01-18 10:43:41'),(47149,18627,'action created','2021-01-18 18:43:41','2021-01-18 10:43:41'),(47150,18627,'action started via WP Cron','2021-01-18 18:44:42','2021-01-18 10:44:42'),(47151,18627,'action complete via WP Cron','2021-01-18 18:44:42','2021-01-18 10:44:42'),(47152,18628,'action created','2021-01-18 18:44:42','2021-01-18 10:44:42'),(47153,18628,'action started via WP Cron','2021-01-18 18:45:49','2021-01-18 10:45:49'),(47154,18628,'action complete via WP Cron','2021-01-18 18:45:49','2021-01-18 10:45:49'),(47155,18629,'action created','2021-01-18 18:45:49','2021-01-18 10:45:49'),(47156,18629,'action started via WP Cron','2021-01-18 18:46:42','2021-01-18 10:46:42'),(47157,18629,'action complete via WP Cron','2021-01-18 18:46:42','2021-01-18 10:46:42'),(47158,18630,'action created','2021-01-18 18:46:42','2021-01-18 10:46:42'),(47159,18630,'action started via WP Cron','2021-01-18 18:47:42','2021-01-18 10:47:42'),(47160,18630,'action complete via WP Cron','2021-01-18 18:47:42','2021-01-18 10:47:42'),(47161,18631,'action created','2021-01-18 18:47:42','2021-01-18 10:47:42'),(47162,18631,'action started via WP Cron','2021-01-18 18:48:47','2021-01-18 10:48:47'),(47163,18631,'action complete via WP Cron','2021-01-18 18:48:47','2021-01-18 10:48:47'),(47164,18632,'action created','2021-01-18 18:48:47','2021-01-18 10:48:47'),(47165,18632,'action started via WP Cron','2021-01-18 18:49:43','2021-01-18 10:49:43'),(47166,18632,'action complete via WP Cron','2021-01-18 18:49:43','2021-01-18 10:49:43'),(47167,18633,'action created','2021-01-18 18:49:43','2021-01-18 10:49:43'),(47168,18633,'action started via WP Cron','2021-01-18 18:50:44','2021-01-18 10:50:44'),(47169,18633,'action complete via WP Cron','2021-01-18 18:50:44','2021-01-18 10:50:44'),(47170,18634,'action created','2021-01-18 18:50:44','2021-01-18 10:50:44'),(47171,18634,'action started via WP Cron','2021-01-18 18:51:47','2021-01-18 10:51:47'),(47172,18634,'action complete via WP Cron','2021-01-18 18:51:47','2021-01-18 10:51:47'),(47173,18635,'action created','2021-01-18 18:51:47','2021-01-18 10:51:47'),(47174,18635,'action started via WP Cron','2021-01-18 18:53:05','2021-01-18 10:53:05'),(47175,18635,'action complete via WP Cron','2021-01-18 18:53:05','2021-01-18 10:53:05'),(47176,18636,'action created','2021-01-18 18:53:05','2021-01-18 10:53:05'),(47177,18636,'action started via WP Cron','2021-01-18 18:53:44','2021-01-18 10:53:44'),(47178,18636,'action complete via WP Cron','2021-01-18 18:53:44','2021-01-18 10:53:44'),(47179,18637,'action created','2021-01-18 18:53:44','2021-01-18 10:53:44'),(47180,18637,'action started via WP Cron','2021-01-18 18:54:49','2021-01-18 10:54:49'),(47181,18637,'action complete via WP Cron','2021-01-18 18:54:49','2021-01-18 10:54:49'),(47182,18638,'action created','2021-01-18 18:54:49','2021-01-18 10:54:49'),(47183,18638,'action started via WP Cron','2021-01-18 18:55:58','2021-01-18 10:55:58'),(47184,18638,'action complete via WP Cron','2021-01-18 18:55:58','2021-01-18 10:55:58'),(47185,18639,'action created','2021-01-18 18:55:58','2021-01-18 10:55:58'),(47186,18639,'action started via WP Cron','2021-01-18 18:56:43','2021-01-18 10:56:43'),(47187,18639,'action complete via WP Cron','2021-01-18 18:56:43','2021-01-18 10:56:43'),(47188,18640,'action created','2021-01-18 18:56:43','2021-01-18 10:56:43'),(47189,18640,'action started via WP Cron','2021-01-18 18:57:41','2021-01-18 10:57:41'),(47190,18640,'action complete via WP Cron','2021-01-18 18:57:41','2021-01-18 10:57:41'),(47191,18641,'action created','2021-01-18 18:57:42','2021-01-18 10:57:42'),(47192,18641,'action started via WP Cron','2021-01-18 18:58:52','2021-01-18 10:58:52'),(47193,18641,'action complete via WP Cron','2021-01-18 18:58:52','2021-01-18 10:58:52'),(47194,18642,'action created','2021-01-18 18:58:52','2021-01-18 10:58:52'),(47195,18642,'action started via WP Cron','2021-01-18 18:59:42','2021-01-18 10:59:42'),(47196,18642,'action complete via WP Cron','2021-01-18 18:59:42','2021-01-18 10:59:42'),(47197,18643,'action created','2021-01-18 18:59:42','2021-01-18 10:59:42'),(47198,18643,'action started via WP Cron','2021-01-18 19:00:41','2021-01-18 11:00:41'),(47199,18643,'action complete via WP Cron','2021-01-18 19:00:41','2021-01-18 11:00:41'),(47200,18644,'action created','2021-01-18 19:00:41','2021-01-18 11:00:41'),(47201,18644,'action started via WP Cron','2021-01-18 19:01:45','2021-01-18 11:01:45'),(47202,18644,'action complete via WP Cron','2021-01-18 19:01:45','2021-01-18 11:01:45'),(47203,18645,'action created','2021-01-18 19:01:45','2021-01-18 11:01:45'),(47204,18645,'action started via WP Cron','2021-01-18 19:02:40','2021-01-18 11:02:40'),(47205,18645,'action complete via WP Cron','2021-01-18 19:02:40','2021-01-18 11:02:40'),(47206,18646,'action created','2021-01-18 19:02:41','2021-01-18 11:02:41'),(47207,18646,'action started via WP Cron','2021-01-18 19:03:45','2021-01-18 11:03:45'),(47208,18646,'action complete via WP Cron','2021-01-18 19:03:45','2021-01-18 11:03:45'),(47209,18647,'action created','2021-01-18 19:03:46','2021-01-18 11:03:46'),(47210,18647,'action started via WP Cron','2021-01-18 19:04:55','2021-01-18 11:04:55'),(47211,18647,'action complete via WP Cron','2021-01-18 19:04:55','2021-01-18 11:04:55'),(47212,18648,'action created','2021-01-18 19:04:55','2021-01-18 11:04:55'),(47213,18648,'action started via WP Cron','2021-01-18 19:05:43','2021-01-18 11:05:43'),(47214,18648,'action complete via WP Cron','2021-01-18 19:05:43','2021-01-18 11:05:43'),(47215,18649,'action created','2021-01-18 19:05:43','2021-01-18 11:05:43'),(47216,18649,'action started via WP Cron','2021-01-18 19:06:45','2021-01-18 11:06:45'),(47217,18649,'action complete via WP Cron','2021-01-18 19:06:45','2021-01-18 11:06:45'),(47218,18650,'action created','2021-01-18 19:06:45','2021-01-18 11:06:45'),(47219,18650,'action started via WP Cron','2021-01-18 19:14:18','2021-01-18 11:14:18'),(47220,18650,'action complete via WP Cron','2021-01-18 19:14:18','2021-01-18 11:14:18'),(47221,18651,'action created','2021-01-18 19:14:18','2021-01-18 11:14:18'),(47222,18651,'action started via WP Cron','2021-01-18 19:15:13','2021-01-18 11:15:13'),(47223,18651,'action complete via WP Cron','2021-01-18 19:15:13','2021-01-18 11:15:13'),(47224,18652,'action created','2021-01-18 19:15:44','2021-01-18 11:15:44'),(47225,18652,'action started via WP Cron','2021-01-18 19:17:39','2021-01-18 11:17:39'),(47226,18652,'action complete via WP Cron','2021-01-18 19:17:39','2021-01-18 11:17:39'),(47227,18653,'action created','2021-01-18 19:17:40','2021-01-18 11:17:40'),(47228,18653,'action started via WP Cron','2021-01-18 19:19:41','2021-01-18 11:19:41'),(47229,18653,'action complete via WP Cron','2021-01-18 19:19:41','2021-01-18 11:19:41'),(47230,18654,'action created','2021-01-18 19:19:41','2021-01-18 11:19:41'),(47231,18654,'action started via WP Cron','2021-01-18 19:20:44','2021-01-18 11:20:44'),(47232,18654,'action complete via WP Cron','2021-01-18 19:20:44','2021-01-18 11:20:44'),(47233,18655,'action created','2021-01-18 19:21:20','2021-01-18 11:21:20'),(47234,18655,'action started via WP Cron','2021-01-18 19:21:43','2021-01-18 11:21:43'),(47235,18655,'action complete via WP Cron','2021-01-18 19:21:43','2021-01-18 11:21:43'),(47236,18656,'action created','2021-01-18 19:21:43','2021-01-18 11:21:43'),(47237,18656,'action started via WP Cron','2021-01-18 19:26:24','2021-01-18 11:26:24'),(47238,18656,'action complete via WP Cron','2021-01-18 19:26:24','2021-01-18 11:26:24'),(47239,18657,'action created','2021-01-18 19:26:24','2021-01-18 11:26:24'),(47240,18657,'action started via WP Cron','2021-01-18 19:27:04','2021-01-18 11:27:04'),(47241,18657,'action complete via WP Cron','2021-01-18 19:27:04','2021-01-18 11:27:04'),(47242,18658,'action created','2021-01-18 19:27:04','2021-01-18 11:27:04'),(47243,18658,'action started via WP Cron','2021-01-18 19:28:05','2021-01-18 11:28:05'),(47244,18658,'action complete via WP Cron','2021-01-18 19:28:05','2021-01-18 11:28:05'),(47245,18659,'action created','2021-01-18 19:28:05','2021-01-18 11:28:05'),(47246,18659,'action started via WP Cron','2021-01-18 19:29:06','2021-01-18 11:29:06'),(47247,18659,'action complete via WP Cron','2021-01-18 19:29:06','2021-01-18 11:29:06'),(47248,18660,'action created','2021-01-18 19:29:06','2021-01-18 11:29:06'),(47249,18660,'action started via WP Cron','2021-01-18 19:30:07','2021-01-18 11:30:07'),(47250,18660,'action complete via WP Cron','2021-01-18 19:30:07','2021-01-18 11:30:07'),(47251,18661,'action created','2021-01-18 19:31:08','2021-01-18 11:31:08'),(47252,18661,'action started via WP Cron','2021-01-18 19:32:10','2021-01-18 11:32:10'),(47253,18661,'action complete via WP Cron','2021-01-18 19:32:10','2021-01-18 11:32:10'),(47254,18662,'action created','2021-01-18 19:33:41','2021-01-18 11:33:41'),(47255,18662,'action started via WP Cron','2021-01-18 19:34:53','2021-01-18 11:34:53'),(47256,18662,'action complete via WP Cron','2021-01-18 19:34:53','2021-01-18 11:34:53'),(47257,18663,'action created','2021-01-18 19:34:53','2021-01-18 11:34:53'),(47258,18663,'action started via WP Cron','2021-01-18 19:36:05','2021-01-18 11:36:05'),(47259,18663,'action complete via WP Cron','2021-01-18 19:36:05','2021-01-18 11:36:05'),(47260,18664,'action created','2021-01-18 19:36:05','2021-01-18 11:36:05'),(47261,18664,'action started via WP Cron','2021-01-18 19:37:42','2021-01-18 11:37:42'),(47262,18664,'action complete via WP Cron','2021-01-18 19:37:42','2021-01-18 11:37:42'),(47263,18665,'action created','2021-01-18 19:37:43','2021-01-18 11:37:43'),(47264,18665,'action started via WP Cron','2021-01-18 19:39:40','2021-01-18 11:39:40'),(47265,18665,'action complete via WP Cron','2021-01-18 19:39:40','2021-01-18 11:39:40'),(47266,18666,'action created','2021-01-18 19:39:40','2021-01-18 11:39:40'),(47267,18666,'action started via WP Cron','2021-01-18 19:47:23','2021-01-18 11:47:23'),(47268,18666,'action complete via WP Cron','2021-01-18 19:47:23','2021-01-18 11:47:23'),(47269,18667,'action created','2021-01-18 19:47:23','2021-01-18 11:47:23'),(47270,18667,'action started via WP Cron','2021-01-18 19:48:17','2021-01-18 11:48:17'),(47271,18667,'action complete via WP Cron','2021-01-18 19:48:17','2021-01-18 11:48:17'),(47272,18668,'action created','2021-01-18 19:48:17','2021-01-18 11:48:17'),(47273,18668,'action started via WP Cron','2021-01-18 19:49:18','2021-01-18 11:49:18'),(47274,18668,'action complete via WP Cron','2021-01-18 19:49:18','2021-01-18 11:49:18'),(47275,18669,'action created','2021-01-18 19:49:18','2021-01-18 11:49:18'),(47276,18669,'action started via WP Cron','2021-01-18 19:51:20','2021-01-18 11:51:20'),(47277,18669,'action complete via WP Cron','2021-01-18 19:51:20','2021-01-18 11:51:20'),(47278,18670,'action created','2021-01-18 19:51:20','2021-01-18 11:51:20'),(47279,18670,'action started via WP Cron','2021-01-18 19:52:21','2021-01-18 11:52:21'),(47280,18670,'action complete via WP Cron','2021-01-18 19:52:21','2021-01-18 11:52:21'),(47281,18671,'action created','2021-01-18 19:53:22','2021-01-18 11:53:22'),(47282,18671,'action started via WP Cron','2021-01-18 19:58:07','2021-01-18 11:58:07'),(47283,18671,'action complete via WP Cron','2021-01-18 19:58:07','2021-01-18 11:58:07'),(47284,18672,'action created','2021-01-18 19:58:07','2021-01-18 11:58:07'),(47285,18672,'action started via WP Cron','2021-01-18 20:04:27','2021-01-18 12:04:27'),(47286,18672,'action complete via WP Cron','2021-01-18 20:04:27','2021-01-18 12:04:27'),(47287,18673,'action created','2021-01-18 20:04:27','2021-01-18 12:04:27'),(47288,18673,'action started via WP Cron','2021-01-18 20:05:03','2021-01-18 12:05:03'),(47289,18673,'action complete via WP Cron','2021-01-18 20:05:03','2021-01-18 12:05:03'),(47290,18674,'action created','2021-01-18 20:05:03','2021-01-18 12:05:03'),(47291,18674,'action started via WP Cron','2021-01-18 20:06:03','2021-01-18 12:06:03'),(47292,18674,'action complete via WP Cron','2021-01-18 20:06:03','2021-01-18 12:06:03'),(47293,18675,'action created','2021-01-18 20:06:04','2021-01-18 12:06:04'),(47294,18675,'action started via WP Cron','2021-01-18 20:07:04','2021-01-18 12:07:04'),(47295,18675,'action complete via WP Cron','2021-01-18 20:07:04','2021-01-18 12:07:04'),(47296,18676,'action created','2021-01-18 20:07:04','2021-01-18 12:07:04'),(47297,18676,'action started via WP Cron','2021-01-18 20:09:06','2021-01-18 12:09:06'),(47298,18676,'action complete via WP Cron','2021-01-18 20:09:06','2021-01-18 12:09:06'),(47299,18677,'action created','2021-01-18 20:09:06','2021-01-18 12:09:06'),(47300,18677,'action started via WP Cron','2021-01-18 20:10:07','2021-01-18 12:10:07'),(47301,18677,'action complete via WP Cron','2021-01-18 20:10:07','2021-01-18 12:10:07'),(47302,18678,'action created','2021-01-18 20:10:07','2021-01-18 12:10:07'),(47303,18678,'action started via WP Cron','2021-01-18 20:11:08','2021-01-18 12:11:08'),(47304,18678,'action complete via WP Cron','2021-01-18 20:11:08','2021-01-18 12:11:08'),(47305,18679,'action created','2021-01-18 20:11:08','2021-01-18 12:11:08'),(47306,18679,'action started via WP Cron','2021-01-18 20:13:09','2021-01-18 12:13:09'),(47307,18679,'action complete via WP Cron','2021-01-18 20:13:09','2021-01-18 12:13:09'),(47308,18680,'action created','2021-01-18 20:13:09','2021-01-18 12:13:09'),(47309,18680,'action started via WP Cron','2021-01-18 20:22:43','2021-01-18 12:22:43'),(47310,18680,'action complete via WP Cron','2021-01-18 20:22:43','2021-01-18 12:22:43'),(47311,18681,'action created','2021-01-18 20:22:43','2021-01-18 12:22:43'),(47312,18681,'action started via WP Cron','2021-01-18 20:23:44','2021-01-18 12:23:44'),(47313,18681,'action complete via WP Cron','2021-01-18 20:23:44','2021-01-18 12:23:44'),(47314,18682,'action created','2021-01-18 20:23:44','2021-01-18 12:23:44'),(47315,18682,'action started via WP Cron','2021-01-18 20:24:45','2021-01-18 12:24:45'),(47316,18682,'action complete via WP Cron','2021-01-18 20:24:45','2021-01-18 12:24:45'),(47317,18683,'action created','2021-01-18 20:24:45','2021-01-18 12:24:45'),(47318,18683,'action started via WP Cron','2021-01-18 20:26:47','2021-01-18 12:26:47'),(47319,18683,'action complete via WP Cron','2021-01-18 20:26:47','2021-01-18 12:26:47'),(47320,18684,'action created','2021-01-18 20:26:47','2021-01-18 12:26:47'),(47321,18684,'action started via WP Cron','2021-01-18 20:27:48','2021-01-18 12:27:48'),(47322,18684,'action complete via WP Cron','2021-01-18 20:27:48','2021-01-18 12:27:48'),(47323,18685,'action created','2021-01-18 20:27:48','2021-01-18 12:27:48'),(47324,18685,'action started via WP Cron','2021-01-18 20:33:09','2021-01-18 12:33:09'),(47325,18685,'action complete via WP Cron','2021-01-18 20:33:09','2021-01-18 12:33:09'),(47326,18686,'action created','2021-01-18 20:33:09','2021-01-18 12:33:09'),(47327,18686,'action started via WP Cron','2021-01-18 20:34:10','2021-01-18 12:34:10'),(47328,18686,'action complete via WP Cron','2021-01-18 20:34:10','2021-01-18 12:34:10'),(47329,18687,'action created','2021-01-18 20:34:10','2021-01-18 12:34:10'),(47330,18687,'action started via WP Cron','2021-01-18 20:35:12','2021-01-18 12:35:12'),(47331,18687,'action complete via WP Cron','2021-01-18 20:35:12','2021-01-18 12:35:12'),(47332,18688,'action created','2021-01-18 20:41:13','2021-01-18 12:41:13'),(47333,18688,'action started via WP Cron','2021-01-18 20:44:43','2021-01-18 12:44:43'),(47334,18688,'action complete via WP Cron','2021-01-18 20:44:43','2021-01-18 12:44:43'),(47335,18689,'action created','2021-01-18 20:44:43','2021-01-18 12:44:43'),(47336,18689,'action started via WP Cron','2021-01-18 20:45:51','2021-01-18 12:45:51'),(47337,18689,'action complete via WP Cron','2021-01-18 20:45:51','2021-01-18 12:45:51'),(47338,18690,'action created','2021-01-18 20:45:51','2021-01-18 12:45:51'),(47339,18690,'action started via WP Cron','2021-01-18 20:46:53','2021-01-18 12:46:53'),(47340,18690,'action complete via WP Cron','2021-01-18 20:46:53','2021-01-18 12:46:53'),(47341,18691,'action created','2021-01-18 20:47:02','2021-01-18 12:47:02'),(47342,18691,'action started via WP Cron','2021-01-18 20:48:55','2021-01-18 12:48:55'),(47343,18691,'action complete via WP Cron','2021-01-18 20:48:55','2021-01-18 12:48:55'),(47344,18692,'action created','2021-01-18 20:48:55','2021-01-18 12:48:55'),(47345,18692,'action started via WP Cron','2021-01-18 20:49:59','2021-01-18 12:49:59'),(47346,18692,'action complete via WP Cron','2021-01-18 20:49:59','2021-01-18 12:49:59'),(47347,18693,'action created','2021-01-18 20:49:59','2021-01-18 12:49:59'),(47348,18693,'action started via WP Cron','2021-01-18 20:51:00','2021-01-18 12:51:00'),(47349,18693,'action complete via WP Cron','2021-01-18 20:51:00','2021-01-18 12:51:00'),(47350,18694,'action created','2021-01-18 20:51:41','2021-01-18 12:51:41'),(47351,18694,'action started via WP Cron','2021-01-18 20:54:22','2021-01-18 12:54:22'),(47352,18694,'action complete via WP Cron','2021-01-18 20:54:22','2021-01-18 12:54:22'),(47353,18695,'action created','2021-01-18 20:54:22','2021-01-18 12:54:22'),(47354,18695,'action started via WP Cron','2021-01-18 20:55:22','2021-01-18 12:55:22'),(47355,18695,'action complete via WP Cron','2021-01-18 20:55:22','2021-01-18 12:55:22'),(47356,18696,'action created','2021-01-18 20:55:22','2021-01-18 12:55:22'),(47357,18696,'action started via WP Cron','2021-01-18 20:56:24','2021-01-18 12:56:24'),(47358,18696,'action complete via WP Cron','2021-01-18 20:56:24','2021-01-18 12:56:24'),(47359,18697,'action created','2021-01-18 20:56:24','2021-01-18 12:56:24'),(47360,18697,'action started via WP Cron','2021-01-18 20:58:44','2021-01-18 12:58:44'),(47361,18697,'action complete via WP Cron','2021-01-18 20:58:44','2021-01-18 12:58:44'),(47362,18698,'action created','2021-01-18 20:58:44','2021-01-18 12:58:44'),(47363,18698,'action started via WP Cron','2021-01-18 21:06:26','2021-01-18 13:06:26'),(47364,18698,'action complete via WP Cron','2021-01-18 21:06:26','2021-01-18 13:06:26'),(47365,18699,'action created','2021-01-18 21:06:27','2021-01-18 13:06:27'),(47366,18699,'action started via WP Cron','2021-01-18 21:31:16','2021-01-18 13:31:16'),(47367,18699,'action complete via WP Cron','2021-01-18 21:31:16','2021-01-18 13:31:16'),(47368,18700,'action created','2021-01-18 21:31:16','2021-01-18 13:31:16'),(47369,18700,'action started via WP Cron','2021-01-18 21:36:11','2021-01-18 13:36:11'),(47370,18700,'action complete via WP Cron','2021-01-18 21:36:11','2021-01-18 13:36:11'),(47371,18701,'action created','2021-01-18 21:36:11','2021-01-18 13:36:11'),(47372,18701,'action started via WP Cron','2021-01-18 21:37:12','2021-01-18 13:37:12'),(47373,18701,'action complete via WP Cron','2021-01-18 21:37:12','2021-01-18 13:37:12'),(47374,18702,'action created','2021-01-18 21:37:12','2021-01-18 13:37:12'),(47375,18702,'action started via WP Cron','2021-01-18 21:38:13','2021-01-18 13:38:13'),(47376,18702,'action complete via WP Cron','2021-01-18 21:38:13','2021-01-18 13:38:13'),(47377,18703,'action created','2021-01-18 21:38:13','2021-01-18 13:38:13'),(47378,18703,'action started via WP Cron','2021-01-18 21:40:15','2021-01-18 13:40:15'),(47379,18703,'action complete via WP Cron','2021-01-18 21:40:15','2021-01-18 13:40:15'),(47380,18704,'action created','2021-01-18 21:40:15','2021-01-18 13:40:15'),(47381,18704,'action started via WP Cron','2021-01-18 21:41:16','2021-01-18 13:41:16'),(47382,18704,'action complete via WP Cron','2021-01-18 21:41:16','2021-01-18 13:41:16'),(47383,18705,'action created','2021-01-18 21:41:16','2021-01-18 13:41:16'),(47384,18705,'action started via WP Cron','2021-01-18 21:49:53','2021-01-18 13:49:53'),(47385,18705,'action complete via WP Cron','2021-01-18 21:49:53','2021-01-18 13:49:53'),(47386,18706,'action created','2021-01-18 21:49:53','2021-01-18 13:49:53'),(47387,18706,'action started via WP Cron','2021-01-18 21:51:13','2021-01-18 13:51:13'),(47388,18706,'action complete via WP Cron','2021-01-18 21:51:13','2021-01-18 13:51:13'),(47389,18707,'action created','2021-01-18 21:51:14','2021-01-18 13:51:14'),(47390,18707,'action started via WP Cron','2021-01-18 21:52:01','2021-01-18 13:52:01'),(47391,18707,'action complete via WP Cron','2021-01-18 21:52:01','2021-01-18 13:52:01'),(47392,18708,'action created','2021-01-18 21:52:01','2021-01-18 13:52:01'),(47393,18708,'action started via WP Cron','2021-01-18 21:53:15','2021-01-18 13:53:15'),(47394,18708,'action complete via WP Cron','2021-01-18 21:53:15','2021-01-18 13:53:15'),(47395,18709,'action created','2021-01-18 21:53:15','2021-01-18 13:53:15'),(47396,18709,'action started via WP Cron','2021-01-18 21:55:19','2021-01-18 13:55:19'),(47397,18709,'action complete via WP Cron','2021-01-18 21:55:19','2021-01-18 13:55:19'),(47398,18710,'action created','2021-01-18 21:55:19','2021-01-18 13:55:19'),(47399,18710,'action started via WP Cron','2021-01-18 21:55:41','2021-01-18 13:55:41'),(47400,18710,'action complete via WP Cron','2021-01-18 21:55:41','2021-01-18 13:55:41'),(47401,18711,'action created','2021-01-18 21:55:41','2021-01-18 13:55:41'),(47402,18711,'action started via WP Cron','2021-01-18 21:57:24','2021-01-18 13:57:24'),(47403,18711,'action complete via WP Cron','2021-01-18 21:57:24','2021-01-18 13:57:24'),(47404,18712,'action created','2021-01-18 21:58:24','2021-01-18 13:58:24'),(47405,18712,'action started via WP Cron','2021-01-18 21:59:07','2021-01-18 13:59:07'),(47406,18712,'action complete via WP Cron','2021-01-18 21:59:07','2021-01-18 13:59:07'),(47407,18713,'action created','2021-01-18 21:59:07','2021-01-18 13:59:07'),(47408,18713,'action started via WP Cron','2021-01-18 22:00:07','2021-01-18 14:00:07'),(47409,18713,'action complete via WP Cron','2021-01-18 22:00:07','2021-01-18 14:00:07'),(47410,18714,'action created','2021-01-18 22:00:07','2021-01-18 14:00:07'),(47411,18714,'action started via WP Cron','2021-01-18 22:00:58','2021-01-18 14:00:58'),(47412,18714,'action complete via WP Cron','2021-01-18 22:00:58','2021-01-18 14:00:58'),(47413,18715,'action created','2021-01-18 22:00:58','2021-01-18 14:00:58'),(47414,18715,'action started via WP Cron','2021-01-18 22:03:57','2021-01-18 14:03:57'),(47415,18715,'action complete via WP Cron','2021-01-18 22:03:57','2021-01-18 14:03:57'),(47416,18716,'action created','2021-01-18 22:03:57','2021-01-18 14:03:57'),(47417,18716,'action started via WP Cron','2021-01-18 22:06:05','2021-01-18 14:06:05'),(47418,18716,'action complete via WP Cron','2021-01-18 22:06:05','2021-01-18 14:06:05'),(47419,18717,'action created','2021-01-18 22:06:05','2021-01-18 14:06:05'),(47420,18717,'action started via WP Cron','2021-01-18 22:08:59','2021-01-18 14:08:59'),(47421,18717,'action complete via WP Cron','2021-01-18 22:08:59','2021-01-18 14:08:59'),(47422,18718,'action created','2021-01-18 22:08:59','2021-01-18 14:08:59'),(47423,18718,'action started via WP Cron','2021-01-18 22:12:02','2021-01-18 14:12:02'),(47424,18718,'action complete via WP Cron','2021-01-18 22:12:02','2021-01-18 14:12:02'),(47425,18719,'action created','2021-01-18 22:12:02','2021-01-18 14:12:02'),(47426,18719,'action started via WP Cron','2021-01-18 22:12:46','2021-01-18 14:12:46'),(47427,18719,'action complete via WP Cron','2021-01-18 22:12:46','2021-01-18 14:12:46'),(47428,18720,'action created','2021-01-18 22:12:47','2021-01-18 14:12:47'),(47429,18720,'action started via WP Cron','2021-01-18 22:15:55','2021-01-18 14:15:55'),(47430,18720,'action complete via WP Cron','2021-01-18 22:15:55','2021-01-18 14:15:55'),(47431,18721,'action created','2021-01-18 22:15:55','2021-01-18 14:15:55'),(47432,18721,'action started via WP Cron','2021-01-18 22:37:02','2021-01-18 14:37:02'),(47433,18721,'action complete via WP Cron','2021-01-18 22:37:02','2021-01-18 14:37:02'),(47434,18722,'action created','2021-01-18 22:37:02','2021-01-18 14:37:02'),(47435,18722,'action started via WP Cron','2021-01-18 22:39:47','2021-01-18 14:39:47'),(47436,18722,'action complete via WP Cron','2021-01-18 22:39:47','2021-01-18 14:39:47'),(47437,18723,'action created','2021-01-18 22:44:03','2021-01-18 14:44:03'),(47438,18723,'action started via WP Cron','2021-01-18 22:44:44','2021-01-18 14:44:44'),(47439,18723,'action complete via WP Cron','2021-01-18 22:44:44','2021-01-18 14:44:44'),(47440,18724,'action created','2021-01-18 22:44:53','2021-01-18 14:44:53'),(47441,18724,'action started via WP Cron','2021-01-18 22:45:42','2021-01-18 14:45:42'),(47442,18724,'action complete via WP Cron','2021-01-18 22:45:42','2021-01-18 14:45:42'),(47443,18725,'action created','2021-01-18 22:45:42','2021-01-18 14:45:42'),(47444,18725,'action started via WP Cron','2021-01-18 22:46:45','2021-01-18 14:46:45'),(47445,18725,'action complete via WP Cron','2021-01-18 22:46:45','2021-01-18 14:46:45'),(47446,18726,'action created','2021-01-18 22:46:45','2021-01-18 14:46:45'),(47447,18726,'action started via WP Cron','2021-01-18 22:47:42','2021-01-18 14:47:42'),(47448,18726,'action complete via WP Cron','2021-01-18 22:47:42','2021-01-18 14:47:42'),(47449,18727,'action created','2021-01-18 22:47:43','2021-01-18 14:47:43'),(47450,18727,'action started via WP Cron','2021-01-18 22:48:45','2021-01-18 14:48:45'),(47451,18727,'action complete via WP Cron','2021-01-18 22:48:45','2021-01-18 14:48:45'),(47452,18728,'action created','2021-01-18 22:48:45','2021-01-18 14:48:45'),(47453,18728,'action started via WP Cron','2021-01-18 22:49:45','2021-01-18 14:49:45'),(47454,18728,'action complete via WP Cron','2021-01-18 22:49:45','2021-01-18 14:49:45'),(47455,18729,'action created','2021-01-18 22:49:45','2021-01-18 14:49:45'),(47456,18729,'action started via WP Cron','2021-01-18 22:50:45','2021-01-18 14:50:45'),(47457,18729,'action complete via WP Cron','2021-01-18 22:50:45','2021-01-18 14:50:45'),(47458,18730,'action created','2021-01-18 22:50:45','2021-01-18 14:50:45'),(47459,18730,'action started via WP Cron','2021-01-18 22:51:41','2021-01-18 14:51:41'),(47460,18730,'action complete via WP Cron','2021-01-18 22:51:41','2021-01-18 14:51:41'),(47461,18731,'action created','2021-01-18 22:51:41','2021-01-18 14:51:41'),(47462,18731,'action started via WP Cron','2021-01-18 22:52:48','2021-01-18 14:52:48'),(47463,18731,'action complete via WP Cron','2021-01-18 22:52:48','2021-01-18 14:52:48'),(47464,18732,'action created','2021-01-18 22:52:48','2021-01-18 14:52:48'),(47465,18732,'action started via WP Cron','2021-01-18 22:53:49','2021-01-18 14:53:49'),(47466,18732,'action complete via WP Cron','2021-01-18 22:53:49','2021-01-18 14:53:49'),(47467,18733,'action created','2021-01-18 22:53:49','2021-01-18 14:53:49'),(47468,18733,'action started via WP Cron','2021-01-18 22:57:47','2021-01-18 14:57:47'),(47469,18733,'action complete via WP Cron','2021-01-18 22:57:47','2021-01-18 14:57:47'),(47470,18734,'action created','2021-01-18 22:57:47','2021-01-18 14:57:47'),(47471,18734,'action started via WP Cron','2021-01-18 22:58:48','2021-01-18 14:58:48'),(47472,18734,'action complete via WP Cron','2021-01-18 22:58:48','2021-01-18 14:58:48'),(47473,18735,'action created','2021-01-18 22:58:48','2021-01-18 14:58:48'),(47474,18735,'action started via WP Cron','2021-01-18 22:59:50','2021-01-18 14:59:50'),(47475,18735,'action complete via WP Cron','2021-01-18 22:59:50','2021-01-18 14:59:50'),(47476,18736,'action created','2021-01-18 22:59:50','2021-01-18 14:59:50'),(47477,18736,'action started via WP Cron','2021-01-18 23:01:51','2021-01-18 15:01:51'),(47478,18736,'action complete via WP Cron','2021-01-18 23:01:51','2021-01-18 15:01:51'),(47479,18737,'action created','2021-01-18 23:01:51','2021-01-18 15:01:51'),(47480,18737,'action started via WP Cron','2021-01-18 23:02:52','2021-01-18 15:02:52'),(47481,18737,'action complete via WP Cron','2021-01-18 23:02:53','2021-01-18 15:02:53'),(47482,18738,'action created','2021-01-18 23:02:53','2021-01-18 15:02:53'),(47483,18738,'action started via WP Cron','2021-01-18 23:03:55','2021-01-18 15:03:55'),(47484,18738,'action complete via WP Cron','2021-01-18 23:03:55','2021-01-18 15:03:55'),(47485,18739,'action created','2021-01-18 23:03:55','2021-01-18 15:03:55'),(47486,18739,'action started via WP Cron','2021-01-18 23:09:50','2021-01-18 15:09:50'),(47487,18739,'action complete via WP Cron','2021-01-18 23:09:50','2021-01-18 15:09:50'),(47488,18740,'action created','2021-01-18 23:09:50','2021-01-18 15:09:50'),(47489,18740,'action started via WP Cron','2021-01-18 23:10:41','2021-01-18 15:10:41'),(47490,18740,'action complete via WP Cron','2021-01-18 23:10:41','2021-01-18 15:10:41'),(47491,18741,'action created','2021-01-18 23:10:41','2021-01-18 15:10:41'),(47492,18741,'action started via WP Cron','2021-01-18 23:13:34','2021-01-18 15:13:34'),(47493,18741,'action complete via WP Cron','2021-01-18 23:13:34','2021-01-18 15:13:34'),(47494,18742,'action created','2021-01-18 23:13:34','2021-01-18 15:13:34'),(47495,18742,'action started via WP Cron','2021-01-18 23:19:36','2021-01-18 15:19:36'),(47496,18742,'action complete via WP Cron','2021-01-18 23:19:36','2021-01-18 15:19:36'),(47497,18743,'action created','2021-01-18 23:19:36','2021-01-18 15:19:36'),(47498,18743,'action started via WP Cron','2021-01-18 23:24:02','2021-01-18 15:24:02'),(47499,18743,'action complete via WP Cron','2021-01-18 23:24:02','2021-01-18 15:24:02'),(47500,18744,'action created','2021-01-18 23:24:02','2021-01-18 15:24:02'),(47501,18744,'action started via WP Cron','2021-01-18 23:25:52','2021-01-18 15:25:52'),(47502,18744,'action complete via WP Cron','2021-01-18 23:25:52','2021-01-18 15:25:52'),(47503,18745,'action created','2021-01-18 23:25:52','2021-01-18 15:25:52'),(47504,18745,'action started via WP Cron','2021-01-18 23:29:36','2021-01-18 15:29:36'),(47505,18745,'action complete via WP Cron','2021-01-18 23:29:36','2021-01-18 15:29:36'),(47506,18746,'action created','2021-01-18 23:29:36','2021-01-18 15:29:36'),(47507,18746,'action started via WP Cron','2021-01-18 23:32:14','2021-01-18 15:32:14'),(47508,18746,'action complete via WP Cron','2021-01-18 23:32:14','2021-01-18 15:32:14'),(47509,18747,'action created','2021-01-18 23:32:14','2021-01-18 15:32:14'),(47510,18747,'action started via WP Cron','2021-01-18 23:37:23','2021-01-18 15:37:23'),(47511,18747,'action complete via WP Cron','2021-01-18 23:37:23','2021-01-18 15:37:23'),(47512,18748,'action created','2021-01-18 23:37:23','2021-01-18 15:37:23'),(47513,18748,'action started via WP Cron','2021-01-18 23:37:41','2021-01-18 15:37:41'),(47514,18748,'action complete via WP Cron','2021-01-18 23:37:41','2021-01-18 15:37:41'),(47515,18749,'action created','2021-01-18 23:37:41','2021-01-18 15:37:41'),(47516,18749,'action started via WP Cron','2021-01-18 23:44:56','2021-01-18 15:44:56'),(47517,18749,'action complete via WP Cron','2021-01-18 23:44:56','2021-01-18 15:44:56'),(47518,18750,'action created','2021-01-18 23:44:56','2021-01-18 15:44:56'),(47519,18750,'action started via WP Cron','2021-01-18 23:46:40','2021-01-18 15:46:40'),(47520,18750,'action complete via WP Cron','2021-01-18 23:46:40','2021-01-18 15:46:40'),(47521,18751,'action created','2021-01-18 23:46:40','2021-01-18 15:46:40'),(47522,18751,'action started via WP Cron','2021-01-18 23:47:44','2021-01-18 15:47:44'),(47523,18751,'action complete via WP Cron','2021-01-18 23:47:44','2021-01-18 15:47:44'),(47524,18752,'action created','2021-01-18 23:47:44','2021-01-18 15:47:44'),(47525,18752,'action started via WP Cron','2021-01-18 23:50:03','2021-01-18 15:50:03'),(47526,18752,'action complete via WP Cron','2021-01-18 23:50:03','2021-01-18 15:50:03'),(47527,18753,'action created','2021-01-18 23:50:03','2021-01-18 15:50:03'),(47528,18753,'action started via WP Cron','2021-01-18 23:51:09','2021-01-18 15:51:09'),(47529,18753,'action complete via WP Cron','2021-01-18 23:51:09','2021-01-18 15:51:09'),(47530,18754,'action created','2021-01-18 23:51:10','2021-01-18 15:51:10'),(47531,18754,'action started via WP Cron','2021-01-18 23:52:08','2021-01-18 15:52:08'),(47532,18754,'action complete via WP Cron','2021-01-18 23:52:08','2021-01-18 15:52:08'),(47533,18755,'action created','2021-01-18 23:52:08','2021-01-18 15:52:08'),(47534,18755,'action started via WP Cron','2021-01-18 23:53:38','2021-01-18 15:53:38'),(47535,18755,'action complete via WP Cron','2021-01-18 23:53:38','2021-01-18 15:53:38'),(47536,18756,'action created','2021-01-18 23:53:38','2021-01-18 15:53:38'),(47537,18756,'action started via WP Cron','2021-01-18 23:55:04','2021-01-18 15:55:04'),(47538,18756,'action complete via WP Cron','2021-01-18 23:55:04','2021-01-18 15:55:04'),(47539,18757,'action created','2021-01-18 23:55:04','2021-01-18 15:55:04'),(47540,18757,'action started via WP Cron','2021-01-18 23:57:09','2021-01-18 15:57:09'),(47541,18757,'action complete via WP Cron','2021-01-18 23:57:09','2021-01-18 15:57:09'),(47542,18758,'action created','2021-01-18 23:57:09','2021-01-18 15:57:09'),(47543,18758,'action started via WP Cron','2021-01-19 00:02:47','2021-01-18 16:02:47'),(47544,18758,'action complete via WP Cron','2021-01-19 00:02:47','2021-01-18 16:02:47'),(47545,18759,'action created','2021-01-19 00:02:47','2021-01-18 16:02:47'),(47546,18759,'action started via WP Cron','2021-01-19 00:04:12','2021-01-18 16:04:12'),(47547,18759,'action complete via WP Cron','2021-01-19 00:04:12','2021-01-18 16:04:12'),(47548,18760,'action created','2021-01-19 00:04:12','2021-01-18 16:04:12'),(47549,18760,'action started via WP Cron','2021-01-19 00:05:14','2021-01-18 16:05:14'),(47550,18760,'action complete via WP Cron','2021-01-19 00:05:14','2021-01-18 16:05:14'),(47551,18761,'action created','2021-01-19 00:05:14','2021-01-18 16:05:14'),(47552,18761,'action started via WP Cron','2021-01-19 00:05:52','2021-01-18 16:05:52'),(47553,18761,'action complete via WP Cron','2021-01-19 00:05:52','2021-01-18 16:05:52'),(47554,18762,'action created','2021-01-19 00:05:52','2021-01-18 16:05:52'),(47555,18762,'action started via WP Cron','2021-01-19 00:07:19','2021-01-18 16:07:19'),(47556,18762,'action complete via WP Cron','2021-01-19 00:07:19','2021-01-18 16:07:19'),(47557,18763,'action created','2021-01-19 00:07:19','2021-01-18 16:07:19'),(47558,18763,'action started via WP Cron','2021-01-19 00:08:07','2021-01-18 16:08:07'),(47559,18763,'action complete via WP Cron','2021-01-19 00:08:07','2021-01-18 16:08:07'),(47560,18764,'action created','2021-01-19 00:08:07','2021-01-18 16:08:07'),(47561,18764,'action started via WP Cron','2021-01-19 00:09:20','2021-01-18 16:09:20'),(47562,18764,'action complete via WP Cron','2021-01-19 00:09:20','2021-01-18 16:09:20'),(47563,18765,'action created','2021-01-19 00:09:20','2021-01-18 16:09:20'),(47564,18765,'action started via WP Cron','2021-01-19 00:09:47','2021-01-18 16:09:47'),(47565,18765,'action complete via WP Cron','2021-01-19 00:09:47','2021-01-18 16:09:47'),(47566,18766,'action created','2021-01-19 00:09:47','2021-01-18 16:09:47'),(47567,18766,'action started via WP Cron','2021-01-19 00:11:11','2021-01-18 16:11:11'),(47568,18766,'action complete via WP Cron','2021-01-19 00:11:11','2021-01-18 16:11:11'),(47569,18767,'action created','2021-01-19 00:11:11','2021-01-18 16:11:11'),(47570,18767,'action started via WP Cron','2021-01-19 00:11:41','2021-01-18 16:11:41'),(47571,18767,'action complete via WP Cron','2021-01-19 00:11:41','2021-01-18 16:11:41'),(47572,18768,'action created','2021-01-19 00:11:41','2021-01-18 16:11:41'),(47573,18768,'action started via WP Cron','2021-01-19 00:17:48','2021-01-18 16:17:48'),(47574,18768,'action complete via WP Cron','2021-01-19 00:17:48','2021-01-18 16:17:48'),(47575,18769,'action created','2021-01-19 00:17:48','2021-01-18 16:17:48'),(47576,18769,'action started via WP Cron','2021-01-19 00:19:45','2021-01-18 16:19:45'),(47577,18769,'action complete via WP Cron','2021-01-19 00:19:45','2021-01-18 16:19:45'),(47578,18770,'action created','2021-01-19 00:19:45','2021-01-18 16:19:45'),(47579,18770,'action started via WP Cron','2021-01-19 00:21:29','2021-01-18 16:21:29'),(47580,18770,'action complete via WP Cron','2021-01-19 00:21:29','2021-01-18 16:21:29'),(47581,18771,'action created','2021-01-19 00:21:29','2021-01-18 16:21:29'),(47582,18771,'action started via WP Cron','2021-01-19 00:22:43','2021-01-18 16:22:43'),(47583,18771,'action complete via WP Cron','2021-01-19 00:22:43','2021-01-18 16:22:43'),(47584,18772,'action created','2021-01-19 00:22:43','2021-01-18 16:22:43'),(47585,18772,'action started via WP Cron','2021-01-19 00:27:17','2021-01-18 16:27:17'),(47586,18772,'action complete via WP Cron','2021-01-19 00:27:17','2021-01-18 16:27:17'),(47587,18773,'action created','2021-01-19 00:27:17','2021-01-18 16:27:17'),(47588,18773,'action started via WP Cron','2021-01-19 00:28:58','2021-01-18 16:28:58'),(47589,18773,'action complete via WP Cron','2021-01-19 00:28:58','2021-01-18 16:28:58'),(47590,18774,'action created','2021-01-19 00:28:59','2021-01-18 16:28:59'),(47591,18774,'action started via WP Cron','2021-01-19 00:33:16','2021-01-18 16:33:16'),(47592,18774,'action complete via WP Cron','2021-01-19 00:33:16','2021-01-18 16:33:16'),(47593,18775,'action created','2021-01-19 00:33:16','2021-01-18 16:33:16'),(47594,18775,'action started via WP Cron','2021-01-19 00:36:34','2021-01-18 16:36:34'),(47595,18775,'action complete via WP Cron','2021-01-19 00:36:34','2021-01-18 16:36:34'),(47596,18776,'action created','2021-01-19 00:36:35','2021-01-18 16:36:35'),(47597,18776,'action started via WP Cron','2021-01-19 00:38:09','2021-01-18 16:38:09'),(47598,18776,'action complete via WP Cron','2021-01-19 00:38:09','2021-01-18 16:38:09'),(47599,18777,'action created','2021-01-19 00:38:09','2021-01-18 16:38:09'),(47600,18777,'action started via WP Cron','2021-01-19 00:40:12','2021-01-18 16:40:12'),(47601,18777,'action complete via WP Cron','2021-01-19 00:40:12','2021-01-18 16:40:12'),(47602,18778,'action created','2021-01-19 00:40:12','2021-01-18 16:40:12'),(47603,18778,'action started via WP Cron','2021-01-19 00:44:40','2021-01-18 16:44:40'),(47604,18778,'action complete via WP Cron','2021-01-19 00:44:40','2021-01-18 16:44:40'),(47605,18779,'action created','2021-01-19 00:44:40','2021-01-18 16:44:40'),(47606,18779,'action started via WP Cron','2021-01-19 00:46:41','2021-01-18 16:46:41'),(47607,18779,'action complete via WP Cron','2021-01-19 00:46:41','2021-01-18 16:46:41'),(47608,18780,'action created','2021-01-19 00:46:41','2021-01-18 16:46:41'),(47609,18780,'action started via WP Cron','2021-01-19 00:51:06','2021-01-18 16:51:06'),(47610,18780,'action complete via WP Cron','2021-01-19 00:51:06','2021-01-18 16:51:06'),(47611,18781,'action created','2021-01-19 00:51:06','2021-01-18 16:51:06'),(47612,18781,'action started via WP Cron','2021-01-19 00:52:25','2021-01-18 16:52:25'),(47613,18781,'action complete via WP Cron','2021-01-19 00:52:25','2021-01-18 16:52:25'),(47614,18782,'action created','2021-01-19 00:53:42','2021-01-18 16:53:42'),(47615,18782,'action started via WP Cron','2021-01-19 00:55:50','2021-01-18 16:55:50'),(47616,18782,'action complete via WP Cron','2021-01-19 00:55:50','2021-01-18 16:55:50'),(47617,18783,'action created','2021-01-19 00:55:50','2021-01-18 16:55:50'),(47618,18783,'action started via WP Cron','2021-01-19 00:56:59','2021-01-18 16:56:59'),(47619,18783,'action complete via WP Cron','2021-01-19 00:56:59','2021-01-18 16:56:59'),(47620,18784,'action created','2021-01-19 00:56:59','2021-01-18 16:56:59'),(47621,18784,'action started via WP Cron','2021-01-19 00:58:43','2021-01-18 16:58:43'),(47622,18784,'action complete via WP Cron','2021-01-19 00:58:43','2021-01-18 16:58:43'),(47623,18785,'action created','2021-01-19 00:58:43','2021-01-18 16:58:43'),(47624,18785,'action started via WP Cron','2021-01-19 01:03:42','2021-01-18 17:03:42'),(47625,18785,'action complete via WP Cron','2021-01-19 01:03:42','2021-01-18 17:03:42'),(47626,18786,'action created','2021-01-19 01:03:42','2021-01-18 17:03:42'),(47627,18786,'action started via WP Cron','2021-01-19 01:05:07','2021-01-18 17:05:07'),(47628,18786,'action complete via WP Cron','2021-01-19 01:05:07','2021-01-18 17:05:07'),(47629,18787,'action created','2021-01-19 01:05:08','2021-01-18 17:05:08'),(47630,18787,'action started via WP Cron','2021-01-19 01:07:45','2021-01-18 17:07:45'),(47631,18787,'action complete via WP Cron','2021-01-19 01:07:45','2021-01-18 17:07:45'),(47632,18788,'action created','2021-01-19 01:07:45','2021-01-18 17:07:45'),(47633,18788,'action started via WP Cron','2021-01-19 01:10:42','2021-01-18 17:10:42'),(47634,18788,'action complete via WP Cron','2021-01-19 01:10:42','2021-01-18 17:10:42'),(47635,18789,'action created','2021-01-19 01:10:42','2021-01-18 17:10:42'),(47636,18789,'action started via WP Cron','2021-01-19 01:11:44','2021-01-18 17:11:44'),(47637,18789,'action complete via WP Cron','2021-01-19 01:11:44','2021-01-18 17:11:44'),(47638,18790,'action created','2021-01-19 01:11:44','2021-01-18 17:11:44'),(47639,18790,'action started via WP Cron','2021-01-19 01:12:45','2021-01-18 17:12:45'),(47640,18790,'action complete via WP Cron','2021-01-19 01:12:45','2021-01-18 17:12:45'),(47641,18791,'action created','2021-01-19 01:12:45','2021-01-18 17:12:45'),(47642,18791,'action started via WP Cron','2021-01-19 01:13:49','2021-01-18 17:13:49'),(47643,18791,'action complete via WP Cron','2021-01-19 01:13:49','2021-01-18 17:13:49'),(47644,18792,'action created','2021-01-19 01:13:49','2021-01-18 17:13:49'),(47645,18792,'action started via WP Cron','2021-01-19 01:14:47','2021-01-18 17:14:47'),(47646,18792,'action complete via WP Cron','2021-01-19 01:14:47','2021-01-18 17:14:47'),(47647,18793,'action created','2021-01-19 01:14:48','2021-01-18 17:14:48'),(47648,18793,'action started via WP Cron','2021-01-19 01:15:48','2021-01-18 17:15:48'),(47649,18793,'action complete via WP Cron','2021-01-19 01:15:48','2021-01-18 17:15:48'),(47650,18794,'action created','2021-01-19 01:15:48','2021-01-18 17:15:48'),(47651,18794,'action started via WP Cron','2021-01-19 01:16:50','2021-01-18 17:16:50'),(47652,18794,'action complete via WP Cron','2021-01-19 01:16:50','2021-01-18 17:16:50'),(47653,18795,'action created','2021-01-19 01:16:50','2021-01-18 17:16:50'),(47654,18795,'action started via WP Cron','2021-01-19 01:21:13','2021-01-18 17:21:13'),(47655,18795,'action complete via WP Cron','2021-01-19 01:21:13','2021-01-18 17:21:13'),(47656,18796,'action created','2021-01-19 01:21:13','2021-01-18 17:21:13'),(47657,18796,'action started via WP Cron','2021-01-19 01:22:18','2021-01-18 17:22:18'),(47658,18796,'action complete via WP Cron','2021-01-19 01:22:18','2021-01-18 17:22:18'),(47659,18797,'action created','2021-01-19 01:22:18','2021-01-18 17:22:18'),(47660,18797,'action started via WP Cron','2021-01-19 01:23:00','2021-01-18 17:23:00'),(47661,18797,'action complete via WP Cron','2021-01-19 01:23:00','2021-01-18 17:23:00'),(47662,18798,'action created','2021-01-19 01:23:00','2021-01-18 17:23:00'),(47663,18798,'action started via WP Cron','2021-01-19 01:24:20','2021-01-18 17:24:20'),(47664,18798,'action complete via WP Cron','2021-01-19 01:24:20','2021-01-18 17:24:20'),(47665,18799,'action created','2021-01-19 01:24:20','2021-01-18 17:24:20'),(47666,18799,'action started via WP Cron','2021-01-19 01:24:50','2021-01-18 17:24:50'),(47667,18799,'action complete via WP Cron','2021-01-19 01:24:50','2021-01-18 17:24:50'),(47668,18800,'action created','2021-01-19 01:24:50','2021-01-18 17:24:50'),(47669,18800,'action started via WP Cron','2021-01-19 01:26:20','2021-01-18 17:26:20'),(47670,18800,'action complete via WP Cron','2021-01-19 01:26:20','2021-01-18 17:26:20'),(47671,18801,'action created','2021-01-19 01:26:20','2021-01-18 17:26:20'),(47672,18801,'action started via WP Cron','2021-01-19 01:26:48','2021-01-18 17:26:48'),(47673,18801,'action complete via WP Cron','2021-01-19 01:26:48','2021-01-18 17:26:48'),(47674,18802,'action created','2021-01-19 01:26:48','2021-01-18 17:26:48'),(47675,18802,'action started via WP Cron','2021-01-19 01:30:07','2021-01-18 17:30:07'),(47676,18802,'action complete via WP Cron','2021-01-19 01:30:07','2021-01-18 17:30:07'),(47677,18803,'action created','2021-01-19 01:30:07','2021-01-18 17:30:07'),(47678,18803,'action started via WP Cron','2021-01-19 01:30:43','2021-01-18 17:30:43'),(47679,18803,'action complete via WP Cron','2021-01-19 01:30:43','2021-01-18 17:30:43'),(47680,18804,'action created','2021-01-19 01:30:43','2021-01-18 17:30:43'),(47681,18804,'action started via WP Cron','2021-01-19 01:31:55','2021-01-18 17:31:55'),(47682,18804,'action complete via WP Cron','2021-01-19 01:31:55','2021-01-18 17:31:55'),(47683,18805,'action created','2021-01-19 01:31:55','2021-01-18 17:31:55'),(47684,18805,'action started via WP Cron','2021-01-19 01:33:08','2021-01-18 17:33:08'),(47685,18805,'action complete via WP Cron','2021-01-19 01:33:08','2021-01-18 17:33:08'),(47686,18806,'action created','2021-01-19 01:33:09','2021-01-18 17:33:09'),(47687,18806,'action started via WP Cron','2021-01-19 01:34:43','2021-01-18 17:34:43'),(47688,18806,'action complete via WP Cron','2021-01-19 01:34:43','2021-01-18 17:34:43'),(47689,18807,'action created','2021-01-19 01:34:43','2021-01-18 17:34:43'),(47690,18807,'action started via WP Cron','2021-01-19 01:35:54','2021-01-18 17:35:54'),(47691,18807,'action complete via WP Cron','2021-01-19 01:35:54','2021-01-18 17:35:54'),(47692,18808,'action created','2021-01-19 01:35:54','2021-01-18 17:35:54'),(47693,18808,'action started via WP Cron','2021-01-19 01:38:38','2021-01-18 17:38:38'),(47694,18808,'action complete via WP Cron','2021-01-19 01:38:38','2021-01-18 17:38:38'),(47695,18809,'action created','2021-01-19 01:38:38','2021-01-18 17:38:38'),(47696,18809,'action started via WP Cron','2021-01-19 01:38:54','2021-01-18 17:38:54'),(47697,18809,'action complete via WP Cron','2021-01-19 01:38:54','2021-01-18 17:38:54'),(47698,18810,'action created','2021-01-19 01:38:54','2021-01-18 17:38:54'),(47699,18810,'action started via WP Cron','2021-01-19 01:40:08','2021-01-18 17:40:08'),(47700,18810,'action complete via WP Cron','2021-01-19 01:40:08','2021-01-18 17:40:08'),(47701,18811,'action created','2021-01-19 01:40:08','2021-01-18 17:40:08'),(47702,18811,'action started via WP Cron','2021-01-19 01:41:12','2021-01-18 17:41:12'),(47703,18811,'action complete via WP Cron','2021-01-19 01:41:12','2021-01-18 17:41:12'),(47704,18812,'action created','2021-01-19 01:41:12','2021-01-18 17:41:12'),(47705,18812,'action started via WP Cron','2021-01-19 01:41:55','2021-01-18 17:41:55'),(47706,18812,'action complete via WP Cron','2021-01-19 01:41:55','2021-01-18 17:41:55'),(47707,18813,'action created','2021-01-19 01:41:55','2021-01-18 17:41:55'),(47708,18813,'action started via WP Cron','2021-01-19 01:44:01','2021-01-18 17:44:01'),(47709,18813,'action complete via WP Cron','2021-01-19 01:44:01','2021-01-18 17:44:01'),(47710,18814,'action created','2021-01-19 01:44:01','2021-01-18 17:44:01'),(47711,18814,'action started via WP Cron','2021-01-19 01:48:02','2021-01-18 17:48:02'),(47712,18814,'action complete via WP Cron','2021-01-19 01:48:02','2021-01-18 17:48:02'),(47713,18815,'action created','2021-01-19 01:48:02','2021-01-18 17:48:02'),(47714,18815,'action started via WP Cron','2021-01-19 01:48:50','2021-01-18 17:48:50'),(47715,18815,'action complete via WP Cron','2021-01-19 01:48:50','2021-01-18 17:48:50'),(47716,18816,'action created','2021-01-19 01:48:50','2021-01-18 17:48:50'),(47717,18816,'action started via WP Cron','2021-01-19 01:49:50','2021-01-18 17:49:50'),(47718,18816,'action complete via WP Cron','2021-01-19 01:49:50','2021-01-18 17:49:50'),(47719,18817,'action created','2021-01-19 01:49:51','2021-01-18 17:49:51'),(47720,18817,'action started via WP Cron','2021-01-19 01:51:44','2021-01-18 17:51:44'),(47721,18817,'action complete via WP Cron','2021-01-19 01:51:44','2021-01-18 17:51:44'),(47722,18818,'action created','2021-01-19 01:51:44','2021-01-18 17:51:44'),(47723,18818,'action started via WP Cron','2021-01-19 01:53:08','2021-01-18 17:53:08'),(47724,18818,'action complete via WP Cron','2021-01-19 01:53:08','2021-01-18 17:53:08'),(47725,18819,'action created','2021-01-19 01:53:08','2021-01-18 17:53:08'),(47726,18819,'action started via WP Cron','2021-01-19 01:53:58','2021-01-18 17:53:58'),(47727,18819,'action complete via WP Cron','2021-01-19 01:53:58','2021-01-18 17:53:58'),(47728,18820,'action created','2021-01-19 01:53:58','2021-01-18 17:53:58'),(47729,18820,'action started via WP Cron','2021-01-19 01:56:53','2021-01-18 17:56:53'),(47730,18820,'action complete via WP Cron','2021-01-19 01:56:53','2021-01-18 17:56:53'),(47731,18821,'action created','2021-01-19 01:56:53','2021-01-18 17:56:53'),(47732,18821,'action started via WP Cron','2021-01-19 01:58:56','2021-01-18 17:58:56'),(47733,18821,'action complete via WP Cron','2021-01-19 01:58:56','2021-01-18 17:58:56'),(47734,18822,'action created','2021-01-19 02:02:25','2021-01-18 18:02:25'),(47735,18822,'action started via WP Cron','2021-01-19 02:03:33','2021-01-18 18:03:33'),(47736,18822,'action complete via WP Cron','2021-01-19 02:03:33','2021-01-18 18:03:33'),(47737,18823,'action created','2021-01-19 02:03:33','2021-01-18 18:03:33'),(47738,18823,'action started via WP Cron','2021-01-19 02:04:51','2021-01-18 18:04:51'),(47739,18823,'action complete via WP Cron','2021-01-19 02:04:51','2021-01-18 18:04:51'),(47740,18824,'action created','2021-01-19 02:04:51','2021-01-18 18:04:51'),(47741,18824,'action started via WP Cron','2021-01-19 02:06:02','2021-01-18 18:06:02'),(47742,18824,'action complete via WP Cron','2021-01-19 02:06:02','2021-01-18 18:06:02'),(47743,18825,'action created','2021-01-19 02:08:11','2021-01-18 18:08:11'),(47744,18825,'action started via WP Cron','2021-01-19 02:09:07','2021-01-18 18:09:07'),(47745,18825,'action complete via WP Cron','2021-01-19 02:09:07','2021-01-18 18:09:07'),(47746,18826,'action created','2021-01-19 02:09:17','2021-01-18 18:09:17'),(47747,18826,'action started via WP Cron','2021-01-19 02:10:19','2021-01-18 18:10:19'),(47748,18826,'action complete via WP Cron','2021-01-19 02:10:19','2021-01-18 18:10:19'),(47749,18827,'action created','2021-01-19 02:10:19','2021-01-18 18:10:19'),(47750,18827,'action started via WP Cron','2021-01-19 02:11:21','2021-01-18 18:11:21'),(47751,18827,'action complete via WP Cron','2021-01-19 02:11:21','2021-01-18 18:11:21'),(47752,18828,'action created','2021-01-19 02:12:21','2021-01-18 18:12:21'),(47753,18828,'action started via WP Cron','2021-01-19 02:14:23','2021-01-18 18:14:23'),(47754,18828,'action complete via WP Cron','2021-01-19 02:14:23','2021-01-18 18:14:23'),(47755,18829,'action created','2021-01-19 02:14:23','2021-01-18 18:14:23'),(47756,18829,'action started via WP Cron','2021-01-19 02:16:55','2021-01-18 18:16:55'),(47757,18829,'action complete via WP Cron','2021-01-19 02:16:55','2021-01-18 18:16:55'),(47758,18830,'action created','2021-01-19 02:17:02','2021-01-18 18:17:02'),(47759,18830,'action started via WP Cron','2021-01-19 02:20:38','2021-01-18 18:20:38'),(47760,18830,'action complete via WP Cron','2021-01-19 02:20:38','2021-01-18 18:20:38'),(47761,18831,'action created','2021-01-19 02:20:38','2021-01-18 18:20:38'),(47762,18831,'action started via WP Cron','2021-01-19 02:23:42','2021-01-18 18:23:42'),(47763,18831,'action complete via WP Cron','2021-01-19 02:23:42','2021-01-18 18:23:42'),(47764,18832,'action created','2021-01-19 02:23:42','2021-01-18 18:23:42'),(47765,18832,'action started via WP Cron','2021-01-19 02:24:41','2021-01-18 18:24:41'),(47766,18832,'action complete via WP Cron','2021-01-19 02:24:41','2021-01-18 18:24:41'),(47767,18833,'action created','2021-01-19 02:24:41','2021-01-18 18:24:41'),(47768,18833,'action started via WP Cron','2021-01-19 02:28:07','2021-01-18 18:28:07'),(47769,18833,'action complete via WP Cron','2021-01-19 02:28:07','2021-01-18 18:28:07'),(47770,18834,'action created','2021-01-19 02:28:07','2021-01-18 18:28:07'),(47771,18834,'action started via WP Cron','2021-01-19 02:28:43','2021-01-18 18:28:43'),(47772,18834,'action complete via WP Cron','2021-01-19 02:28:43','2021-01-18 18:28:43'),(47773,18835,'action created','2021-01-19 02:28:43','2021-01-18 18:28:43'),(47774,18835,'action started via WP Cron','2021-01-19 02:30:50','2021-01-18 18:30:50'),(47775,18835,'action complete via WP Cron','2021-01-19 02:30:50','2021-01-18 18:30:50'),(47776,18836,'action created','2021-01-19 02:30:50','2021-01-18 18:30:50'),(47777,18836,'action started via WP Cron','2021-01-19 02:33:44','2021-01-18 18:33:44'),(47778,18836,'action complete via WP Cron','2021-01-19 02:33:44','2021-01-18 18:33:44'),(47779,18837,'action created','2021-01-19 02:33:44','2021-01-18 18:33:44'),(47780,18837,'action started via WP Cron','2021-01-19 02:35:54','2021-01-18 18:35:54'),(47781,18837,'action complete via WP Cron','2021-01-19 02:35:54','2021-01-18 18:35:54'),(47782,18838,'action created','2021-01-19 02:35:54','2021-01-18 18:35:54'),(47783,18838,'action started via WP Cron','2021-01-19 02:38:04','2021-01-18 18:38:04'),(47784,18838,'action complete via WP Cron','2021-01-19 02:38:04','2021-01-18 18:38:04'),(47785,18839,'action created','2021-01-19 02:38:04','2021-01-18 18:38:04'),(47786,18839,'action started via WP Cron','2021-01-19 02:39:51','2021-01-18 18:39:51'),(47787,18839,'action complete via WP Cron','2021-01-19 02:39:51','2021-01-18 18:39:51'),(47788,18840,'action created','2021-01-19 02:39:51','2021-01-18 18:39:51'),(47789,18840,'action started via WP Cron','2021-01-19 02:41:11','2021-01-18 18:41:11'),(47790,18840,'action complete via WP Cron','2021-01-19 02:41:11','2021-01-18 18:41:11'),(47791,18841,'action created','2021-01-19 02:41:11','2021-01-18 18:41:11'),(47792,18841,'action started via WP Cron','2021-01-19 02:44:32','2021-01-18 18:44:32'),(47793,18841,'action complete via WP Cron','2021-01-19 02:44:32','2021-01-18 18:44:32'),(47794,18842,'action created','2021-01-19 02:44:32','2021-01-18 18:44:32'),(47795,18842,'action started via WP Cron','2021-01-19 02:45:14','2021-01-18 18:45:14'),(47796,18842,'action complete via WP Cron','2021-01-19 02:45:14','2021-01-18 18:45:14'),(47797,18843,'action created','2021-01-19 02:45:14','2021-01-18 18:45:14'),(47798,18843,'action started via WP Cron','2021-01-19 02:46:19','2021-01-18 18:46:19'),(47799,18843,'action complete via WP Cron','2021-01-19 02:46:19','2021-01-18 18:46:19'),(47800,18844,'action created','2021-01-19 02:46:19','2021-01-18 18:46:19'),(47801,18844,'action started via WP Cron','2021-01-19 02:47:00','2021-01-18 18:47:00'),(47802,18844,'action complete via WP Cron','2021-01-19 02:47:00','2021-01-18 18:47:00'),(47803,18845,'action created','2021-01-19 02:47:00','2021-01-18 18:47:00'),(47804,18845,'action started via WP Cron','2021-01-19 02:48:19','2021-01-18 18:48:19'),(47805,18845,'action complete via WP Cron','2021-01-19 02:48:19','2021-01-18 18:48:19'),(47806,18846,'action created','2021-01-19 02:48:19','2021-01-18 18:48:19'),(47807,18846,'action started via WP Cron','2021-01-19 02:49:38','2021-01-18 18:49:38'),(47808,18846,'action complete via WP Cron','2021-01-19 02:49:38','2021-01-18 18:49:38'),(47809,18847,'action created','2021-01-19 02:49:38','2021-01-18 18:49:38'),(47810,18847,'action started via WP Cron','2021-01-19 02:51:57','2021-01-18 18:51:57'),(47811,18847,'action complete via WP Cron','2021-01-19 02:51:57','2021-01-18 18:51:57'),(47812,18848,'action created','2021-01-19 02:51:57','2021-01-18 18:51:57'),(47813,18848,'action started via WP Cron','2021-01-19 02:53:11','2021-01-18 18:53:11'),(47814,18848,'action complete via WP Cron','2021-01-19 02:53:11','2021-01-18 18:53:11'),(47815,18849,'action created','2021-01-19 02:53:11','2021-01-18 18:53:11'),(47816,18849,'action started via WP Cron','2021-01-19 02:56:14','2021-01-18 18:56:14'),(47817,18849,'action complete via WP Cron','2021-01-19 02:56:14','2021-01-18 18:56:14'),(47818,18850,'action created','2021-01-19 02:56:14','2021-01-18 18:56:14'),(47819,18850,'action started via WP Cron','2021-01-19 02:59:02','2021-01-18 18:59:02'),(47820,18850,'action complete via WP Cron','2021-01-19 02:59:02','2021-01-18 18:59:02'),(47821,18851,'action created','2021-01-19 02:59:02','2021-01-18 18:59:02'),(47822,18851,'action started via WP Cron','2021-01-19 03:02:05','2021-01-18 19:02:05'),(47823,18851,'action complete via WP Cron','2021-01-19 03:02:05','2021-01-18 19:02:05'),(47824,18852,'action created','2021-01-19 03:02:05','2021-01-18 19:02:05'),(47825,18852,'action started via WP Cron','2021-01-19 03:02:58','2021-01-18 19:02:58'),(47826,18852,'action complete via WP Cron','2021-01-19 03:02:58','2021-01-18 19:02:58'),(47827,18853,'action created','2021-01-19 03:02:58','2021-01-18 19:02:58'),(47828,18853,'action started via WP Cron','2021-01-19 03:06:59','2021-01-18 19:06:59'),(47829,18853,'action complete via WP Cron','2021-01-19 03:06:59','2021-01-18 19:06:59'),(47830,18854,'action created','2021-01-19 03:06:59','2021-01-18 19:06:59'),(47831,18854,'action started via WP Cron','2021-01-19 03:08:33','2021-01-18 19:08:33'),(47832,18854,'action complete via WP Cron','2021-01-19 03:08:33','2021-01-18 19:08:33'),(47833,18855,'action created','2021-01-19 03:08:33','2021-01-18 19:08:33'),(47834,18855,'action started via WP Cron','2021-01-19 03:08:51','2021-01-18 19:08:51'),(47835,18855,'action complete via WP Cron','2021-01-19 03:08:51','2021-01-18 19:08:51'),(47836,18856,'action created','2021-01-19 03:08:51','2021-01-18 19:08:51'),(47837,18856,'action started via WP Cron','2021-01-19 03:10:03','2021-01-18 19:10:03'),(47838,18856,'action complete via WP Cron','2021-01-19 03:10:03','2021-01-18 19:10:03'),(47839,18857,'action created','2021-01-19 03:10:36','2021-01-18 19:10:36'),(47840,18857,'action started via WP Cron','2021-01-19 03:12:06','2021-01-18 19:12:06'),(47841,18857,'action complete via WP Cron','2021-01-19 03:12:06','2021-01-18 19:12:06'),(47842,18858,'action created','2021-01-19 03:12:06','2021-01-18 19:12:06'),(47843,18858,'action started via WP Cron','2021-01-19 03:13:52','2021-01-18 19:13:52'),(47844,18858,'action complete via WP Cron','2021-01-19 03:13:52','2021-01-18 19:13:52'),(47845,18859,'action created','2021-01-19 03:13:52','2021-01-18 19:13:52'),(47846,18859,'action started via WP Cron','2021-01-19 03:15:24','2021-01-18 19:15:24'),(47847,18859,'action complete via WP Cron','2021-01-19 03:15:24','2021-01-18 19:15:24'),(47848,18860,'action created','2021-01-19 03:15:24','2021-01-18 19:15:24'),(47849,18860,'action started via WP Cron','2021-01-19 03:16:24','2021-01-18 19:16:24'),(47850,18860,'action complete via WP Cron','2021-01-19 03:16:24','2021-01-18 19:16:24'),(47851,18861,'action created','2021-01-19 03:16:24','2021-01-18 19:16:24'),(47852,18861,'action started via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47853,18861,'action complete via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47854,18085,'action started via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47855,18085,'action complete via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47856,18862,'action created','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47857,18084,'action started via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47858,18084,'action complete via WP Cron','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47859,18863,'action created','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47860,18864,'action created','2021-01-19 03:25:53','2021-01-18 19:25:53'),(47861,18864,'action started via WP Cron','2021-01-19 03:31:08','2021-01-18 19:31:08'),(47862,18864,'action complete via WP Cron','2021-01-19 03:31:08','2021-01-18 19:31:08'),(47863,18865,'action created','2021-01-19 03:31:08','2021-01-18 19:31:08'),(47864,18865,'action started via WP Cron','2021-01-19 03:33:56','2021-01-18 19:33:56'),(47865,18865,'action complete via WP Cron','2021-01-19 03:33:56','2021-01-18 19:33:56'),(47866,18866,'action created','2021-01-19 03:33:56','2021-01-18 19:33:56'),(47867,18866,'action started via WP Cron','2021-01-19 03:35:12','2021-01-18 19:35:12'),(47868,18866,'action complete via WP Cron','2021-01-19 03:35:12','2021-01-18 19:35:12'),(47869,18867,'action created','2021-01-19 03:35:13','2021-01-18 19:35:13'),(47870,18867,'action started via WP Cron','2021-01-19 03:37:40','2021-01-18 19:37:40'),(47871,18867,'action complete via WP Cron','2021-01-19 03:37:40','2021-01-18 19:37:40'),(47872,18868,'action created','2021-01-19 03:37:40','2021-01-18 19:37:40'),(47873,18868,'action started via WP Cron','2021-01-19 03:40:23','2021-01-18 19:40:23'),(47874,18868,'action complete via WP Cron','2021-01-19 03:40:23','2021-01-18 19:40:23'),(47875,18869,'action created','2021-01-19 03:40:23','2021-01-18 19:40:23'),(47876,18869,'action started via WP Cron','2021-01-19 03:42:47','2021-01-18 19:42:47'),(47877,18869,'action complete via WP Cron','2021-01-19 03:42:47','2021-01-18 19:42:47'),(47878,18870,'action created','2021-01-19 03:42:47','2021-01-18 19:42:47'),(47879,18870,'action started via WP Cron','2021-01-19 03:45:39','2021-01-18 19:45:39'),(47880,18870,'action complete via WP Cron','2021-01-19 03:45:39','2021-01-18 19:45:39'),(47881,18871,'action created','2021-01-19 03:45:39','2021-01-18 19:45:39'),(47882,18871,'action started via WP Cron','2021-01-19 03:45:59','2021-01-18 19:45:59'),(47883,18871,'action complete via WP Cron','2021-01-19 03:45:59','2021-01-18 19:45:59'),(47884,18872,'action created','2021-01-19 03:45:59','2021-01-18 19:45:59'),(47885,18872,'action started via WP Cron','2021-01-19 03:48:43','2021-01-18 19:48:43'),(47886,18872,'action complete via WP Cron','2021-01-19 03:48:43','2021-01-18 19:48:43'),(47887,18873,'action created','2021-01-19 03:48:44','2021-01-18 19:48:44'),(47888,18873,'action started via WP Cron','2021-01-19 03:52:42','2021-01-18 19:52:42'),(47889,18873,'action complete via WP Cron','2021-01-19 03:52:42','2021-01-18 19:52:42'),(47890,18874,'action created','2021-01-19 03:52:42','2021-01-18 19:52:42'),(47891,18874,'action started via WP Cron','2021-01-19 03:55:32','2021-01-18 19:55:32'),(47892,18874,'action complete via WP Cron','2021-01-19 03:55:32','2021-01-18 19:55:32'),(47893,18875,'action created','2021-01-19 03:55:32','2021-01-18 19:55:32'),(47894,18875,'action started via WP Cron','2021-01-19 03:56:11','2021-01-18 19:56:11'),(47895,18875,'action complete via WP Cron','2021-01-19 03:56:11','2021-01-18 19:56:11'),(47896,18876,'action created','2021-01-19 03:56:11','2021-01-18 19:56:11'),(47897,18876,'action started via WP Cron','2021-01-19 03:57:20','2021-01-18 19:57:20'),(47898,18876,'action complete via WP Cron','2021-01-19 03:57:20','2021-01-18 19:57:20'),(47899,18877,'action created','2021-01-19 03:57:20','2021-01-18 19:57:20'),(47900,18877,'action started via WP Cron','2021-01-19 03:59:31','2021-01-18 19:59:31'),(47901,18877,'action complete via WP Cron','2021-01-19 03:59:31','2021-01-18 19:59:31'),(47902,18878,'action created','2021-01-19 03:59:31','2021-01-18 19:59:31'),(47903,18878,'action started via WP Cron','2021-01-19 04:02:48','2021-01-18 20:02:48'),(47904,18878,'action complete via WP Cron','2021-01-19 04:02:48','2021-01-18 20:02:48'),(47905,18879,'action created','2021-01-19 04:02:48','2021-01-18 20:02:48'),(47906,18879,'action started via WP Cron','2021-01-19 04:04:09','2021-01-18 20:04:09'),(47907,18879,'action complete via WP Cron','2021-01-19 04:04:09','2021-01-18 20:04:09'),(47908,18880,'action created','2021-01-19 04:04:09','2021-01-18 20:04:09'),(47909,18880,'action started via WP Cron','2021-01-19 04:09:11','2021-01-18 20:09:11'),(47910,18880,'action complete via WP Cron','2021-01-19 04:09:11','2021-01-18 20:09:11'),(47911,18881,'action created','2021-01-19 04:09:11','2021-01-18 20:09:11'),(47912,18881,'action started via WP Cron','2021-01-19 04:10:08','2021-01-18 20:10:08'),(47913,18881,'action complete via WP Cron','2021-01-19 04:10:08','2021-01-18 20:10:08'),(47914,18882,'action created','2021-01-19 04:10:08','2021-01-18 20:10:08'),(47915,18882,'action started via WP Cron','2021-01-19 04:12:03','2021-01-18 20:12:03'),(47916,18882,'action complete via WP Cron','2021-01-19 04:12:03','2021-01-18 20:12:03'),(47917,18883,'action created','2021-01-19 04:12:03','2021-01-18 20:12:03'),(47918,18883,'action started via WP Cron','2021-01-19 04:13:04','2021-01-18 20:13:04'),(47919,18883,'action complete via WP Cron','2021-01-19 04:13:04','2021-01-18 20:13:04'),(47920,18884,'action created','2021-01-19 04:13:04','2021-01-18 20:13:04'),(47921,18884,'action started via WP Cron','2021-01-19 04:14:05','2021-01-18 20:14:05'),(47922,18884,'action complete via WP Cron','2021-01-19 04:14:05','2021-01-18 20:14:05'),(47923,18885,'action created','2021-01-19 04:14:05','2021-01-18 20:14:05'),(47924,18885,'action started via WP Cron','2021-01-19 04:16:30','2021-01-18 20:16:30'),(47925,18885,'action complete via WP Cron','2021-01-19 04:16:30','2021-01-18 20:16:30'),(47926,18886,'action created','2021-01-19 04:16:30','2021-01-18 20:16:30'),(47927,18886,'action started via WP Cron','2021-01-19 04:17:24','2021-01-18 20:17:24'),(47928,18886,'action complete via WP Cron','2021-01-19 04:17:24','2021-01-18 20:17:24'),(47929,18887,'action created','2021-01-19 04:17:24','2021-01-18 20:17:24'),(47930,18887,'action started via WP Cron','2021-01-19 04:17:43','2021-01-18 20:17:43'),(47931,18887,'action complete via WP Cron','2021-01-19 04:17:43','2021-01-18 20:17:43'),(47932,18888,'action created','2021-01-19 04:17:43','2021-01-18 20:17:43'),(47933,18888,'action started via WP Cron','2021-01-19 04:21:09','2021-01-18 20:21:09'),(47934,18888,'action complete via WP Cron','2021-01-19 04:21:09','2021-01-18 20:21:09'),(47935,18889,'action created','2021-01-19 04:21:09','2021-01-18 20:21:09'),(47936,18889,'action started via WP Cron','2021-01-19 04:25:25','2021-01-18 20:25:25'),(47937,18889,'action complete via WP Cron','2021-01-19 04:25:25','2021-01-18 20:25:25'),(47938,18890,'action created','2021-01-19 04:25:25','2021-01-18 20:25:25'),(47939,18890,'action started via WP Cron','2021-01-19 04:28:28','2021-01-18 20:28:28'),(47940,18890,'action complete via WP Cron','2021-01-19 04:28:28','2021-01-18 20:28:28'),(47941,18891,'action created','2021-01-19 04:28:28','2021-01-18 20:28:28'),(47942,18891,'action started via WP Cron','2021-01-19 04:29:08','2021-01-18 20:29:08'),(47943,18891,'action complete via WP Cron','2021-01-19 04:29:08','2021-01-18 20:29:08'),(47944,18892,'action created','2021-01-19 04:29:08','2021-01-18 20:29:08'),(47945,18892,'action started via WP Cron','2021-01-19 04:36:03','2021-01-18 20:36:03'),(47946,18892,'action complete via WP Cron','2021-01-19 04:36:03','2021-01-18 20:36:03'),(47947,18893,'action created','2021-01-19 04:36:03','2021-01-18 20:36:03'),(47948,18893,'action started via WP Cron','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47949,18893,'action complete via WP Cron','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47950,18132,'action started via WP Cron','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47951,18132,'action complete via WP Cron','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47952,18894,'action created','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47953,18895,'action created','2021-01-19 04:42:39','2021-01-18 20:42:39'),(47954,18895,'action started via WP Cron','2021-01-19 04:47:54','2021-01-18 20:47:54'),(47955,18895,'action complete via WP Cron','2021-01-19 04:47:54','2021-01-18 20:47:54'),(47956,18896,'action created','2021-01-19 04:47:54','2021-01-18 20:47:54'),(47957,18896,'action started via WP Cron','2021-01-19 04:48:48','2021-01-18 20:48:48'),(47958,18896,'action complete via WP Cron','2021-01-19 04:48:48','2021-01-18 20:48:48'),(47959,18897,'action created','2021-01-19 04:48:48','2021-01-18 20:48:48'),(47960,18897,'action started via WP Cron','2021-01-19 04:51:20','2021-01-18 20:51:20'),(47961,18897,'action complete via WP Cron','2021-01-19 04:51:20','2021-01-18 20:51:20'),(47962,18898,'action created','2021-01-19 04:51:20','2021-01-18 20:51:20'),(47963,18898,'action started via WP Cron','2021-01-19 04:53:21','2021-01-18 20:53:21'),(47964,18898,'action complete via WP Cron','2021-01-19 04:53:21','2021-01-18 20:53:21'),(47965,18899,'action created','2021-01-19 04:53:21','2021-01-18 20:53:21'),(47966,18899,'action started via WP Cron','2021-01-19 04:54:07','2021-01-18 20:54:07'),(47967,18899,'action complete via WP Cron','2021-01-19 04:54:07','2021-01-18 20:54:07'),(47968,18900,'action created','2021-01-19 04:54:07','2021-01-18 20:54:07'),(47969,18900,'action started via WP Cron','2021-01-19 04:54:48','2021-01-18 20:54:48'),(47970,18900,'action complete via WP Cron','2021-01-19 04:54:48','2021-01-18 20:54:48'),(47971,18901,'action created','2021-01-19 04:54:49','2021-01-18 20:54:49'),(47972,18901,'action started via WP Cron','2021-01-19 04:55:56','2021-01-18 20:55:56'),(47973,18901,'action complete via WP Cron','2021-01-19 04:55:56','2021-01-18 20:55:56'),(47974,18902,'action created','2021-01-19 04:55:57','2021-01-18 20:55:57'),(47975,18902,'action started via WP Cron','2021-01-19 04:56:57','2021-01-18 20:56:57'),(47976,18902,'action complete via WP Cron','2021-01-19 04:56:57','2021-01-18 20:56:57'),(47977,18903,'action created','2021-01-19 04:56:57','2021-01-18 20:56:57'),(47978,18903,'action started via WP Cron','2021-01-19 04:58:50','2021-01-18 20:58:50'),(47979,18903,'action complete via WP Cron','2021-01-19 04:58:50','2021-01-18 20:58:50'),(47980,18904,'action created','2021-01-19 04:58:50','2021-01-18 20:58:50'),(47981,18904,'action started via WP Cron','2021-01-19 05:00:01','2021-01-18 21:00:01'),(47982,18904,'action complete via WP Cron','2021-01-19 05:00:01','2021-01-18 21:00:01'),(47983,18905,'action created','2021-01-19 05:01:02','2021-01-18 21:01:02'),(47984,18905,'action started via WP Cron','2021-01-19 05:09:03','2021-01-18 21:09:03'),(47985,18905,'action complete via WP Cron','2021-01-19 05:09:03','2021-01-18 21:09:03'),(47986,18906,'action created','2021-01-19 05:09:03','2021-01-18 21:09:03'),(47987,18906,'action started via WP Cron','2021-01-19 05:09:50','2021-01-18 21:09:50'),(47988,18906,'action complete via WP Cron','2021-01-19 05:09:50','2021-01-18 21:09:50'),(47989,18907,'action created','2021-01-19 05:09:50','2021-01-18 21:09:50'),(47990,18907,'action started via WP Cron','2021-01-19 05:10:50','2021-01-18 21:10:50'),(47991,18907,'action complete via WP Cron','2021-01-19 05:10:50','2021-01-18 21:10:50'),(47992,18908,'action created','2021-01-19 05:10:50','2021-01-18 21:10:50'),(47993,18908,'action started via WP Cron','2021-01-19 05:11:47','2021-01-18 21:11:47'),(47994,18908,'action complete via WP Cron','2021-01-19 05:11:47','2021-01-18 21:11:47'),(47995,18909,'action created','2021-01-19 05:11:47','2021-01-18 21:11:47'),(47996,18909,'action started via WP Cron','2021-01-19 05:14:06','2021-01-18 21:14:06'),(47997,18909,'action complete via WP Cron','2021-01-19 05:14:06','2021-01-18 21:14:06'),(47998,18910,'action created','2021-01-19 05:14:07','2021-01-18 21:14:07'),(47999,18910,'action started via WP Cron','2021-01-19 05:15:05','2021-01-18 21:15:05'),(48000,18910,'action complete via WP Cron','2021-01-19 05:15:05','2021-01-18 21:15:05'),(48001,18911,'action created','2021-01-19 05:15:05','2021-01-18 21:15:05'),(48002,18911,'action started via WP Cron','2021-01-19 05:16:06','2021-01-18 21:16:06'),(48003,18911,'action complete via WP Cron','2021-01-19 05:16:06','2021-01-18 21:16:06'),(48004,18912,'action created','2021-01-19 05:16:07','2021-01-18 21:16:07'),(48005,18912,'action started via WP Cron','2021-01-19 05:17:58','2021-01-18 21:17:58'),(48006,18912,'action complete via WP Cron','2021-01-19 05:17:58','2021-01-18 21:17:58'),(48007,18913,'action created','2021-01-19 05:17:58','2021-01-18 21:17:58'),(48008,18913,'action started via WP Cron','2021-01-19 05:19:09','2021-01-18 21:19:09'),(48009,18913,'action complete via WP Cron','2021-01-19 05:19:09','2021-01-18 21:19:09'),(48010,18914,'action created','2021-01-19 05:19:09','2021-01-18 21:19:09'),(48011,18914,'action started via WP Cron','2021-01-19 05:20:28','2021-01-18 21:20:28'),(48012,18914,'action complete via WP Cron','2021-01-19 05:20:28','2021-01-18 21:20:28'),(48013,18915,'action created','2021-01-19 05:24:19','2021-01-18 21:24:19'),(48014,18915,'action started via WP Cron','2021-01-19 05:29:39','2021-01-18 21:29:39'),(48015,18915,'action complete via WP Cron','2021-01-19 05:29:39','2021-01-18 21:29:39'),(48016,18916,'action created','2021-01-19 05:29:39','2021-01-18 21:29:39'),(48017,18916,'action started via WP Cron','2021-01-19 05:30:39','2021-01-18 21:30:39'),(48018,18916,'action complete via WP Cron','2021-01-19 05:30:39','2021-01-18 21:30:39'),(48019,18917,'action created','2021-01-19 05:30:39','2021-01-18 21:30:39'),(48020,18917,'action started via WP Cron','2021-01-19 05:33:40','2021-01-18 21:33:40'),(48021,18917,'action complete via WP Cron','2021-01-19 05:33:40','2021-01-18 21:33:40'),(48022,18918,'action created','2021-01-19 05:33:40','2021-01-18 21:33:40'),(48023,18918,'action started via WP Cron','2021-01-19 05:34:42','2021-01-18 21:34:42'),(48024,18918,'action complete via WP Cron','2021-01-19 05:34:42','2021-01-18 21:34:42'),(48025,18919,'action created','2021-01-19 05:34:43','2021-01-18 21:34:43'),(48026,18919,'action started via WP Cron','2021-01-19 05:36:31','2021-01-18 21:36:31'),(48027,18919,'action complete via WP Cron','2021-01-19 05:36:31','2021-01-18 21:36:31'),(48028,18920,'action created','2021-01-19 05:36:31','2021-01-18 21:36:31'),(48029,18920,'action started via WP Cron','2021-01-19 05:44:55','2021-01-18 21:44:55'),(48030,18920,'action complete via WP Cron','2021-01-19 05:44:55','2021-01-18 21:44:55'),(48031,18921,'action created','2021-01-19 05:44:55','2021-01-18 21:44:55'),(48032,18921,'action started via WP Cron','2021-01-19 05:48:58','2021-01-18 21:48:58'),(48033,18921,'action complete via WP Cron','2021-01-19 05:48:58','2021-01-18 21:48:58'),(48034,18922,'action created','2021-01-19 05:48:58','2021-01-18 21:48:58'),(48035,18922,'action started via WP Cron','2021-01-19 05:50:50','2021-01-18 21:50:50'),(48036,18922,'action complete via WP Cron','2021-01-19 05:50:50','2021-01-18 21:50:50'),(48037,18923,'action created','2021-01-19 05:50:51','2021-01-18 21:50:51'),(48038,18923,'action started via WP Cron','2021-01-19 05:52:44','2021-01-18 21:52:44'),(48039,18923,'action complete via WP Cron','2021-01-19 05:52:44','2021-01-18 21:52:44'),(48040,18924,'action created','2021-01-19 05:52:45','2021-01-18 21:52:45'),(48041,18924,'action started via WP Cron','2021-01-19 05:54:03','2021-01-18 21:54:03'),(48042,18924,'action complete via WP Cron','2021-01-19 05:54:03','2021-01-18 21:54:03'),(48043,18925,'action created','2021-01-19 05:54:03','2021-01-18 21:54:03'),(48044,18925,'action started via WP Cron','2021-01-19 05:55:03','2021-01-18 21:55:03'),(48045,18925,'action complete via WP Cron','2021-01-19 05:55:03','2021-01-18 21:55:03'),(48046,18926,'action created','2021-01-19 05:55:32','2021-01-18 21:55:32'),(48047,18926,'action started via WP Cron','2021-01-19 05:57:18','2021-01-18 21:57:18'),(48048,18926,'action complete via WP Cron','2021-01-19 05:57:18','2021-01-18 21:57:18'),(48049,18927,'action created','2021-01-19 05:57:18','2021-01-18 21:57:18'),(48050,18927,'action started via WP Cron','2021-01-19 05:57:41','2021-01-18 21:57:41'),(48051,18927,'action complete via WP Cron','2021-01-19 05:57:41','2021-01-18 21:57:41'),(48052,18928,'action created','2021-01-19 05:57:41','2021-01-18 21:57:41'),(48053,18928,'action started via WP Cron','2021-01-19 05:58:54','2021-01-18 21:58:54'),(48054,18928,'action complete via WP Cron','2021-01-19 05:58:54','2021-01-18 21:58:54'),(48055,18929,'action created','2021-01-19 05:58:54','2021-01-18 21:58:54'),(48059,18930,'action started via WP Cron','2021-01-19 06:03:03','2021-01-18 22:03:03'),(48060,18930,'action complete via WP Cron','2021-01-19 06:03:03','2021-01-18 22:03:03'),(48061,18931,'action created','2021-01-19 06:03:03','2021-01-18 22:03:03'),(48062,18931,'action started via WP Cron','2021-01-19 06:04:03','2021-01-18 22:04:03'),(48063,18931,'action complete via WP Cron','2021-01-19 06:04:03','2021-01-18 22:04:03'),(48064,18932,'action created','2021-01-19 06:04:03','2021-01-18 22:04:03'),(48065,18932,'action started via WP Cron','2021-01-19 06:04:57','2021-01-18 22:04:57'),(48066,18932,'action complete via WP Cron','2021-01-19 06:04:57','2021-01-18 22:04:57'),(48067,18933,'action created','2021-01-19 06:04:57','2021-01-18 22:04:57'),(48068,18933,'action started via WP Cron','2021-01-19 06:05:58','2021-01-18 22:05:58'),(48069,18933,'action complete via WP Cron','2021-01-19 06:05:58','2021-01-18 22:05:58'),(48070,18934,'action created','2021-01-19 06:05:58','2021-01-18 22:05:58'),(48071,18934,'action started via WP Cron','2021-01-19 06:06:48','2021-01-18 22:06:48'),(48072,18934,'action complete via WP Cron','2021-01-19 06:06:48','2021-01-18 22:06:48'),(48073,18935,'action created','2021-01-19 06:06:48','2021-01-18 22:06:48'),(48074,18935,'action started via WP Cron','2021-01-19 06:07:47','2021-01-18 22:07:47'),(48075,18935,'action complete via WP Cron','2021-01-19 06:07:47','2021-01-18 22:07:47'),(48076,18936,'action created','2021-01-19 06:08:13','2021-01-18 22:08:13'),(48077,18936,'action started via WP Cron','2021-01-19 06:09:31','2021-01-18 22:09:31'),(48078,18936,'action complete via WP Cron','2021-01-19 06:09:31','2021-01-18 22:09:31'),(48079,18937,'action created','2021-01-19 06:09:31','2021-01-18 22:09:31'),(48080,18937,'action started via WP Cron','2021-01-19 06:11:45','2021-01-18 22:11:45'),(48081,18937,'action complete via WP Cron','2021-01-19 06:11:45','2021-01-18 22:11:45'),(48082,18938,'action created','2021-01-19 06:11:45','2021-01-18 22:11:45'),(48083,18938,'action started via WP Cron','2021-01-19 06:13:33','2021-01-18 22:13:33'),(48084,18938,'action complete via WP Cron','2021-01-19 06:13:33','2021-01-18 22:13:33'),(48085,18939,'action created','2021-01-19 06:13:33','2021-01-18 22:13:33'),(48086,18939,'action started via WP Cron','2021-01-19 06:14:10','2021-01-18 22:14:10'),(48087,18939,'action complete via WP Cron','2021-01-19 06:14:10','2021-01-18 22:14:10'),(48088,18940,'action created','2021-01-19 06:14:10','2021-01-18 22:14:10'),(48089,18940,'action started via WP Cron','2021-01-19 06:14:45','2021-01-18 22:14:45'),(48090,18940,'action complete via WP Cron','2021-01-19 06:14:45','2021-01-18 22:14:45'),(48091,18941,'action created','2021-01-19 06:14:45','2021-01-18 22:14:45'),(48092,18941,'action started via WP Cron','2021-01-19 06:17:27','2021-01-18 22:17:27'),(48093,18941,'action complete via WP Cron','2021-01-19 06:17:27','2021-01-18 22:17:27'),(48094,18942,'action created','2021-01-19 06:17:30','2021-01-18 22:17:30'),(48095,18942,'action started via WP Cron','2021-01-19 06:18:16','2021-01-18 22:18:16'),(48096,18942,'action complete via WP Cron','2021-01-19 06:18:16','2021-01-18 22:18:16'),(48097,18943,'action created','2021-01-19 06:18:17','2021-01-18 22:18:17'),(48098,18943,'action started via WP Cron','2021-01-19 06:18:41','2021-01-18 22:18:41'),(48099,18943,'action complete via WP Cron','2021-01-19 06:18:41','2021-01-18 22:18:41'),(48100,18944,'action created','2021-01-19 06:18:41','2021-01-18 22:18:41'),(48101,18944,'action started via WP Cron','2021-01-19 06:19:53','2021-01-18 22:19:53'),(48102,18944,'action complete via WP Cron','2021-01-19 06:19:53','2021-01-18 22:19:53'),(48103,18945,'action created','2021-01-19 06:19:53','2021-01-18 22:19:53'),(48104,18945,'action started via WP Cron','2021-01-19 06:20:58','2021-01-18 22:20:58'),(48105,18945,'action complete via WP Cron','2021-01-19 06:20:58','2021-01-18 22:20:58'),(48106,18946,'action created','2021-01-19 06:21:25','2021-01-18 22:21:25'),(48107,18946,'action started via WP Cron','2021-01-19 06:22:27','2021-01-18 22:22:27'),(48108,18946,'action complete via WP Cron','2021-01-19 06:22:27','2021-01-18 22:22:27'),(48109,18947,'action created','2021-01-19 06:22:27','2021-01-18 22:22:27'),(48110,18947,'action started via WP Cron','2021-01-19 06:23:28','2021-01-18 22:23:28'),(48111,18947,'action complete via WP Cron','2021-01-19 06:23:28','2021-01-18 22:23:28'),(48112,18948,'action created','2021-01-19 06:23:28','2021-01-18 22:23:28'),(48113,18948,'action started via WP Cron','2021-01-19 06:24:29','2021-01-18 22:24:29'),(48114,18948,'action complete via WP Cron','2021-01-19 06:24:29','2021-01-18 22:24:29'),(48115,18949,'action created','2021-01-19 06:24:29','2021-01-18 22:24:29'),(48116,18949,'action started via WP Cron','2021-01-19 06:24:53','2021-01-18 22:24:53'),(48117,18949,'action complete via WP Cron','2021-01-19 06:24:53','2021-01-18 22:24:53'),(48118,18950,'action created','2021-01-19 06:24:53','2021-01-18 22:24:53'),(48119,18950,'action started via WP Cron','2021-01-19 06:26:00','2021-01-18 22:26:00'),(48120,18950,'action complete via WP Cron','2021-01-19 06:26:00','2021-01-18 22:26:00'),(48121,18951,'action created','2021-01-19 06:26:00','2021-01-18 22:26:00'),(48122,18951,'action started via WP Cron','2021-01-19 06:28:02','2021-01-18 22:28:02'),(48123,18951,'action complete via WP Cron','2021-01-19 06:28:02','2021-01-18 22:28:02'),(48124,18952,'action created','2021-01-19 06:28:03','2021-01-18 22:28:03'),(48125,18952,'action started via WP Cron','2021-01-19 06:28:54','2021-01-18 22:28:54'),(48126,18952,'action complete via WP Cron','2021-01-19 06:28:54','2021-01-18 22:28:54'),(48127,18953,'action created','2021-01-19 06:28:54','2021-01-18 22:28:54'),(48128,18953,'action started via WP Cron','2021-01-19 06:33:01','2021-01-18 22:33:01'),(48129,18953,'action complete via WP Cron','2021-01-19 06:33:01','2021-01-18 22:33:01'),(48130,18954,'action created','2021-01-19 06:34:03','2021-01-18 22:34:03'),(48131,18954,'action started via WP Cron','2021-01-19 06:34:46','2021-01-18 22:34:46'),(48132,18954,'action complete via WP Cron','2021-01-19 06:34:46','2021-01-18 22:34:46'),(48133,18955,'action created','2021-01-19 06:34:46','2021-01-18 22:34:46'),(48134,18955,'action started via WP Cron','2021-01-19 06:36:08','2021-01-18 22:36:08'),(48135,18955,'action complete via WP Cron','2021-01-19 06:36:08','2021-01-18 22:36:08'),(48136,18956,'action created','2021-01-19 06:36:08','2021-01-18 22:36:08'),(48137,18956,'action started via WP Cron','2021-01-19 06:38:04','2021-01-18 22:38:04'),(48138,18956,'action complete via WP Cron','2021-01-19 06:38:04','2021-01-18 22:38:04'),(48139,18957,'action created','2021-01-19 06:38:05','2021-01-18 22:38:05'),(48140,18957,'action started via WP Cron','2021-01-19 06:38:56','2021-01-18 22:38:56'),(48141,18957,'action complete via WP Cron','2021-01-19 06:38:56','2021-01-18 22:38:56'),(48142,18958,'action created','2021-01-19 06:38:56','2021-01-18 22:38:56'),(48143,18958,'action started via WP Cron','2021-01-19 06:42:55','2021-01-18 22:42:55'),(48144,18958,'action complete via WP Cron','2021-01-19 06:42:55','2021-01-18 22:42:55'),(48145,18959,'action created','2021-01-19 06:44:54','2021-01-18 22:44:54'),(48146,18959,'action started via WP Cron','2021-01-19 06:46:03','2021-01-18 22:46:03'),(48147,18959,'action complete via WP Cron','2021-01-19 06:46:03','2021-01-18 22:46:03'),(48148,18960,'action created','2021-01-19 06:46:03','2021-01-18 22:46:03'),(48149,18960,'action started via WP Cron','2021-01-19 06:49:23','2021-01-18 22:49:23'),(48150,18960,'action complete via WP Cron','2021-01-19 06:49:23','2021-01-18 22:49:23'),(48151,18961,'action created','2021-01-19 06:49:23','2021-01-18 22:49:23'),(48152,18961,'action started via WP Cron','2021-01-19 06:50:25','2021-01-18 22:50:25'),(48153,18961,'action complete via WP Cron','2021-01-19 06:50:25','2021-01-18 22:50:25'),(48154,18962,'action created','2021-01-19 06:50:25','2021-01-18 22:50:25'),(48155,18962,'action started via WP Cron','2021-01-19 06:51:32','2021-01-18 22:51:32'),(48156,18962,'action complete via WP Cron','2021-01-19 06:51:32','2021-01-18 22:51:32'),(48157,18963,'action created','2021-01-19 06:51:32','2021-01-18 22:51:32'),(48158,18963,'action started via WP Cron','2021-01-19 06:51:44','2021-01-18 22:51:44'),(48159,18963,'action complete via WP Cron','2021-01-19 06:51:44','2021-01-18 22:51:44'),(48160,18964,'action created','2021-01-19 06:51:44','2021-01-18 22:51:44'),(48161,18964,'action started via WP Cron','2021-01-19 06:53:34','2021-01-18 22:53:34'),(48162,18964,'action complete via WP Cron','2021-01-19 06:53:34','2021-01-18 22:53:34'),(48163,18965,'action created','2021-01-19 06:53:34','2021-01-18 22:53:34'),(48164,18965,'action started via WP Cron','2021-01-19 06:55:36','2021-01-18 22:55:36'),(48165,18965,'action complete via WP Cron','2021-01-19 06:55:36','2021-01-18 22:55:36'),(48166,18966,'action created','2021-01-19 06:55:36','2021-01-18 22:55:36'),(48167,18966,'action started via WP Cron','2021-01-19 06:55:53','2021-01-18 22:55:53'),(48168,18966,'action complete via WP Cron','2021-01-19 06:55:53','2021-01-18 22:55:53'),(48169,18967,'action created','2021-01-19 06:55:53','2021-01-18 22:55:53'),(48170,18967,'action started via WP Cron','2021-01-19 06:57:36','2021-01-18 22:57:36'),(48171,18967,'action complete via WP Cron','2021-01-19 06:57:36','2021-01-18 22:57:36'),(48172,18968,'action created','2021-01-19 06:57:36','2021-01-18 22:57:36'),(48173,18968,'action started via WP Cron','2021-01-19 07:02:33','2021-01-18 23:02:33'),(48174,18968,'action complete via WP Cron','2021-01-19 07:02:33','2021-01-18 23:02:33'),(48175,18969,'action created','2021-01-19 07:02:33','2021-01-18 23:02:33'),(48176,18969,'action started via WP Cron','2021-01-19 07:03:50','2021-01-18 23:03:50'),(48177,18969,'action complete via WP Cron','2021-01-19 07:03:50','2021-01-18 23:03:50'),(48178,18970,'action created','2021-01-19 07:03:50','2021-01-18 23:03:50'),(48179,18970,'action started via WP Cron','2021-01-19 07:04:55','2021-01-18 23:04:55'),(48180,18970,'action complete via WP Cron','2021-01-19 07:04:55','2021-01-18 23:04:55'),(48181,18971,'action created','2021-01-19 07:04:55','2021-01-18 23:04:55'),(48182,18971,'action started via WP Cron','2021-01-19 07:06:06','2021-01-18 23:06:06'),(48183,18971,'action complete via WP Cron','2021-01-19 07:06:06','2021-01-18 23:06:06'),(48184,18972,'action created','2021-01-19 07:06:06','2021-01-18 23:06:06'),(48185,18972,'action started via WP Cron','2021-01-19 07:07:02','2021-01-18 23:07:02'),(48186,18972,'action complete via WP Cron','2021-01-19 07:07:02','2021-01-18 23:07:02'),(48187,18973,'action created','2021-01-19 07:07:02','2021-01-18 23:07:02'),(48188,18973,'action started via WP Cron','2021-01-19 07:08:04','2021-01-18 23:08:04'),(48189,18973,'action complete via WP Cron','2021-01-19 07:08:04','2021-01-18 23:08:04'),(48190,18974,'action created','2021-01-19 07:08:04','2021-01-18 23:08:04'),(48191,18974,'action started via WP Cron','2021-01-19 07:09:08','2021-01-18 23:09:08'),(48192,18974,'action complete via WP Cron','2021-01-19 07:09:08','2021-01-18 23:09:08'),(48193,18975,'action created','2021-01-19 07:09:08','2021-01-18 23:09:08'),(48194,18975,'action started via WP Cron','2021-01-19 07:09:45','2021-01-18 23:09:45'),(48195,18975,'action complete via WP Cron','2021-01-19 07:09:45','2021-01-18 23:09:45'),(48196,18976,'action created','2021-01-19 07:09:45','2021-01-18 23:09:45'),(48197,18976,'action started via WP Cron','2021-01-19 07:11:10','2021-01-18 23:11:10'),(48198,18976,'action complete via WP Cron','2021-01-19 07:11:10','2021-01-18 23:11:10'),(48199,18977,'action created','2021-01-19 07:11:10','2021-01-18 23:11:10'),(48200,18977,'action started via WP Cron','2021-01-19 07:11:49','2021-01-18 23:11:49'),(48201,18977,'action complete via WP Cron','2021-01-19 07:11:49','2021-01-18 23:11:49'),(48202,18978,'action created','2021-01-19 07:11:49','2021-01-18 23:11:49'),(48203,18978,'action started via WP Cron','2021-01-19 07:15:31','2021-01-18 23:15:31'),(48204,18978,'action complete via WP Cron','2021-01-19 07:15:31','2021-01-18 23:15:31'),(48205,18979,'action created','2021-01-19 07:15:31','2021-01-18 23:15:31'),(48206,18979,'action started via WP Cron','2021-01-19 07:16:07','2021-01-18 23:16:07'),(48207,18979,'action complete via WP Cron','2021-01-19 07:16:07','2021-01-18 23:16:07'),(48208,18980,'action created','2021-01-19 07:16:07','2021-01-18 23:16:07'),(48209,18980,'action started via WP Cron','2021-01-19 07:17:59','2021-01-18 23:17:59'),(48210,18980,'action complete via WP Cron','2021-01-19 07:17:59','2021-01-18 23:17:59'),(48211,18981,'action created','2021-01-19 07:18:00','2021-01-18 23:18:00'),(48212,18981,'action started via WP Cron','2021-01-19 07:19:09','2021-01-18 23:19:09'),(48213,18981,'action complete via WP Cron','2021-01-19 07:19:09','2021-01-18 23:19:09'),(48214,18982,'action created','2021-01-19 07:19:09','2021-01-18 23:19:09'),(48215,18982,'action started via WP Cron','2021-01-19 07:20:50','2021-01-18 23:20:50'),(48216,18982,'action complete via WP Cron','2021-01-19 07:20:50','2021-01-18 23:20:50'),(48217,18983,'action created','2021-01-19 07:20:50','2021-01-18 23:20:50'),(48218,18983,'action started via WP Cron','2021-01-19 07:22:06','2021-01-18 23:22:06'),(48219,18983,'action complete via WP Cron','2021-01-19 07:22:06','2021-01-18 23:22:06'),(48220,18984,'action created','2021-01-19 07:22:06','2021-01-18 23:22:06'),(48221,18984,'action started via WP Cron','2021-01-19 07:23:40','2021-01-18 23:23:40'),(48222,18984,'action complete via WP Cron','2021-01-19 07:23:40','2021-01-18 23:23:40'),(48223,18985,'action created','2021-01-19 07:23:40','2021-01-18 23:23:40'),(48224,18985,'action started via WP Cron','2021-01-19 07:25:33','2021-01-18 23:25:33'),(48225,18985,'action complete via WP Cron','2021-01-19 07:25:33','2021-01-18 23:25:33'),(48226,18986,'action created','2021-01-19 07:25:33','2021-01-18 23:25:33'),(48227,18986,'action started via WP Cron','2021-01-19 07:29:51','2021-01-18 23:29:51'),(48228,18986,'action complete via WP Cron','2021-01-19 07:29:51','2021-01-18 23:29:51'),(48229,18987,'action created','2021-01-19 07:29:51','2021-01-18 23:29:51'),(48230,18987,'action started via WP Cron','2021-01-19 07:30:43','2021-01-18 23:30:43'),(48231,18987,'action complete via WP Cron','2021-01-19 07:30:43','2021-01-18 23:30:43'),(48232,18988,'action created','2021-01-19 07:30:43','2021-01-18 23:30:43'),(48233,18988,'action started via WP Cron','2021-01-19 07:31:41','2021-01-18 23:31:41'),(48234,18988,'action complete via WP Cron','2021-01-19 07:31:41','2021-01-18 23:31:41'),(48235,18989,'action created','2021-01-19 07:31:41','2021-01-18 23:31:41'),(48236,18989,'action started via WP Cron','2021-01-19 07:32:41','2021-01-18 23:32:41'),(48237,18989,'action complete via WP Cron','2021-01-19 07:32:41','2021-01-18 23:32:41'),(48238,18990,'action created','2021-01-19 07:32:41','2021-01-18 23:32:41'),(48239,18990,'action started via WP Cron','2021-01-19 07:33:42','2021-01-18 23:33:42'),(48240,18990,'action complete via WP Cron','2021-01-19 07:33:42','2021-01-18 23:33:42'),(48241,18991,'action created','2021-01-19 07:33:42','2021-01-18 23:33:42'),(48242,18991,'action started via WP Cron','2021-01-19 07:34:43','2021-01-18 23:34:43'),(48243,18991,'action complete via WP Cron','2021-01-19 07:34:43','2021-01-18 23:34:43'),(48244,18992,'action created','2021-01-19 07:34:43','2021-01-18 23:34:43'),(48245,18992,'action started via WP Cron','2021-01-19 07:35:44','2021-01-18 23:35:44'),(48246,18992,'action complete via WP Cron','2021-01-19 07:35:44','2021-01-18 23:35:44'),(48247,18993,'action created','2021-01-19 07:35:44','2021-01-18 23:35:44'),(48248,18993,'action started via WP Cron','2021-01-19 07:36:41','2021-01-18 23:36:41'),(48249,18993,'action complete via WP Cron','2021-01-19 07:36:41','2021-01-18 23:36:41'),(48250,18994,'action created','2021-01-19 07:36:41','2021-01-18 23:36:41'),(48251,18994,'action started via WP Cron','2021-01-19 07:37:41','2021-01-18 23:37:41'),(48252,18994,'action complete via WP Cron','2021-01-19 07:37:41','2021-01-18 23:37:41'),(48253,18995,'action created','2021-01-19 07:37:41','2021-01-18 23:37:41'),(48254,18995,'action started via WP Cron','2021-01-19 07:38:42','2021-01-18 23:38:42'),(48255,18995,'action complete via WP Cron','2021-01-19 07:38:42','2021-01-18 23:38:42'),(48256,18996,'action created','2021-01-19 07:38:42','2021-01-18 23:38:42'),(48257,18996,'action started via WP Cron','2021-01-19 07:39:42','2021-01-18 23:39:42'),(48258,18996,'action complete via WP Cron','2021-01-19 07:39:42','2021-01-18 23:39:42'),(48259,18997,'action created','2021-01-19 07:39:42','2021-01-18 23:39:42'),(48260,18997,'action started via WP Cron','2021-01-19 07:40:40','2021-01-18 23:40:40'),(48261,18997,'action complete via WP Cron','2021-01-19 07:40:40','2021-01-18 23:40:40'),(48262,18998,'action created','2021-01-19 07:40:44','2021-01-18 23:40:44'),(48263,18998,'action started via WP Cron','2021-01-19 07:41:41','2021-01-18 23:41:41'),(48264,18998,'action complete via WP Cron','2021-01-19 07:41:41','2021-01-18 23:41:41'),(48265,18999,'action created','2021-01-19 07:41:41','2021-01-18 23:41:41'),(48266,18999,'action started via WP Cron','2021-01-19 07:43:17','2021-01-18 23:43:17'),(48267,18999,'action complete via WP Cron','2021-01-19 07:43:17','2021-01-18 23:43:17'),(48268,19000,'action created','2021-01-19 07:44:06','2021-01-18 23:44:06'),(48269,19000,'action started via WP Cron','2021-01-19 07:46:02','2021-01-18 23:46:02'),(48270,19000,'action complete via WP Cron','2021-01-19 07:46:02','2021-01-18 23:46:02'),(48271,19001,'action created','2021-01-19 07:46:02','2021-01-18 23:46:02'),(48272,19001,'action started via WP Cron','2021-01-19 07:47:56','2021-01-18 23:47:56'),(48273,19001,'action complete via WP Cron','2021-01-19 07:47:56','2021-01-18 23:47:56'),(48274,19002,'action created','2021-01-19 07:47:56','2021-01-18 23:47:56'),(48275,19002,'action started via WP Cron','2021-01-19 07:49:04','2021-01-18 23:49:04'),(48276,19002,'action complete via WP Cron','2021-01-19 07:49:04','2021-01-18 23:49:04'),(48277,19003,'action created','2021-01-19 07:49:04','2021-01-18 23:49:04'),(48278,19003,'action started via WP Cron','2021-01-19 07:50:29','2021-01-18 23:50:29'),(48279,19003,'action complete via WP Cron','2021-01-19 07:50:29','2021-01-18 23:50:29'),(48280,19004,'action created','2021-01-19 07:50:29','2021-01-18 23:50:29'),(48281,19004,'action started via WP Cron','2021-01-19 07:51:18','2021-01-18 23:51:18'),(48282,19004,'action complete via WP Cron','2021-01-19 07:51:18','2021-01-18 23:51:18'),(48283,19005,'action created','2021-01-19 07:51:18','2021-01-18 23:51:18'),(48284,19005,'action started via WP Cron','2021-01-19 07:52:02','2021-01-18 23:52:02'),(48285,19005,'action complete via WP Cron','2021-01-19 07:52:02','2021-01-18 23:52:02'),(48286,19006,'action created','2021-01-19 07:52:02','2021-01-18 23:52:02'),(48287,19006,'action started via WP Cron','2021-01-19 07:54:10','2021-01-18 23:54:10'),(48288,19006,'action complete via WP Cron','2021-01-19 07:54:10','2021-01-18 23:54:10'),(48289,19007,'action created','2021-01-19 07:54:10','2021-01-18 23:54:10'),(48290,19007,'action started via WP Cron','2021-01-19 07:55:05','2021-01-18 23:55:05'),(48291,19007,'action complete via WP Cron','2021-01-19 07:55:05','2021-01-18 23:55:05'),(48292,19008,'action created','2021-01-19 07:55:06','2021-01-18 23:55:06'),(48293,19008,'action started via WP Cron','2021-01-19 07:55:48','2021-01-18 23:55:48'),(48294,19008,'action complete via WP Cron','2021-01-19 07:55:48','2021-01-18 23:55:48'),(48295,19009,'action created','2021-01-19 07:55:48','2021-01-18 23:55:48'),(48296,19009,'action started via WP Cron','2021-01-19 07:56:41','2021-01-18 23:56:41'),(48297,19009,'action complete via WP Cron','2021-01-19 07:56:41','2021-01-18 23:56:41'),(48298,19010,'action created','2021-01-19 07:56:41','2021-01-18 23:56:41'),(48299,19010,'action started via WP Cron','2021-01-19 07:57:50','2021-01-18 23:57:50'),(48300,19010,'action complete via WP Cron','2021-01-19 07:57:50','2021-01-18 23:57:50'),(48301,19011,'action created','2021-01-19 07:57:50','2021-01-18 23:57:50'),(48302,19011,'action started via WP Cron','2021-01-19 07:58:55','2021-01-18 23:58:55'),(48303,19011,'action complete via WP Cron','2021-01-19 07:58:55','2021-01-18 23:58:55'),(48304,19012,'action created','2021-01-19 07:58:55','2021-01-18 23:58:55'),(48305,19012,'action started via WP Cron','2021-01-19 07:59:42','2021-01-18 23:59:42'),(48306,19012,'action complete via WP Cron','2021-01-19 07:59:42','2021-01-18 23:59:42'),(48307,19013,'action created','2021-01-19 07:59:43','2021-01-18 23:59:43'),(48308,19013,'action started via WP Cron','2021-01-19 08:00:47','2021-01-19 00:00:47'),(48309,19013,'action complete via WP Cron','2021-01-19 08:00:47','2021-01-19 00:00:47'),(48310,19014,'action created','2021-01-19 08:00:47','2021-01-19 00:00:47'),(48311,19014,'action started via WP Cron','2021-01-19 08:01:54','2021-01-19 00:01:54'),(48312,19014,'action complete via WP Cron','2021-01-19 08:01:54','2021-01-19 00:01:54'),(48313,19015,'action created','2021-01-19 08:01:54','2021-01-19 00:01:54'),(48314,19015,'action started via WP Cron','2021-01-19 08:02:47','2021-01-19 00:02:47'),(48315,19015,'action complete via WP Cron','2021-01-19 08:02:47','2021-01-19 00:02:47'),(48316,19016,'action created','2021-01-19 08:02:48','2021-01-19 00:02:48'),(48317,19016,'action started via WP Cron','2021-01-19 08:03:50','2021-01-19 00:03:50'),(48318,19016,'action complete via WP Cron','2021-01-19 08:03:50','2021-01-19 00:03:50'),(48319,19017,'action created','2021-01-19 08:03:51','2021-01-19 00:03:51'),(48320,19017,'action started via WP Cron','2021-01-19 08:04:52','2021-01-19 00:04:52'),(48321,19017,'action complete via WP Cron','2021-01-19 08:04:52','2021-01-19 00:04:52'),(48322,19018,'action created','2021-01-19 08:04:52','2021-01-19 00:04:52'),(48323,19018,'action started via WP Cron','2021-01-19 08:05:41','2021-01-19 00:05:41'),(48324,19018,'action complete via WP Cron','2021-01-19 08:05:41','2021-01-19 00:05:41'),(48325,19019,'action created','2021-01-19 08:05:42','2021-01-19 00:05:42'),(48326,19019,'action started via WP Cron','2021-01-19 08:06:47','2021-01-19 00:06:47'),(48327,19019,'action complete via WP Cron','2021-01-19 08:06:47','2021-01-19 00:06:47'),(48328,19020,'action created','2021-01-19 08:06:47','2021-01-19 00:06:47'),(48329,19020,'action started via WP Cron','2021-01-19 08:07:42','2021-01-19 00:07:42'),(48330,19020,'action complete via WP Cron','2021-01-19 08:07:42','2021-01-19 00:07:42'),(48331,19021,'action created','2021-01-19 08:07:42','2021-01-19 00:07:42'),(48332,19021,'action started via WP Cron','2021-01-19 08:08:44','2021-01-19 00:08:44'),(48333,19021,'action complete via WP Cron','2021-01-19 08:08:44','2021-01-19 00:08:44'),(48334,19022,'action created','2021-01-19 08:08:44','2021-01-19 00:08:44'),(48335,19022,'action started via WP Cron','2021-01-19 08:09:44','2021-01-19 00:09:44'),(48336,19022,'action complete via WP Cron','2021-01-19 08:09:44','2021-01-19 00:09:44'),(48337,19023,'action created','2021-01-19 08:09:44','2021-01-19 00:09:44'),(48338,19023,'action started via WP Cron','2021-01-19 08:10:44','2021-01-19 00:10:44'),(48339,19023,'action complete via WP Cron','2021-01-19 08:10:44','2021-01-19 00:10:44'),(48340,19024,'action created','2021-01-19 08:10:44','2021-01-19 00:10:44'),(48341,19024,'action started via WP Cron','2021-01-19 08:11:56','2021-01-19 00:11:56'),(48342,19024,'action complete via WP Cron','2021-01-19 08:11:56','2021-01-19 00:11:56'),(48343,19025,'action created','2021-01-19 08:11:56','2021-01-19 00:11:56'),(48344,19025,'action started via WP Cron','2021-01-19 08:12:46','2021-01-19 00:12:46'),(48345,19025,'action complete via WP Cron','2021-01-19 08:12:46','2021-01-19 00:12:46'),(48346,19026,'action created','2021-01-19 08:12:46','2021-01-19 00:12:46'),(48347,19026,'action started via WP Cron','2021-01-19 08:13:50','2021-01-19 00:13:50'),(48348,19026,'action complete via WP Cron','2021-01-19 08:13:50','2021-01-19 00:13:50'),(48349,19027,'action created','2021-01-19 08:13:53','2021-01-19 00:13:53'),(48350,19027,'action started via WP Cron','2021-01-19 08:14:48','2021-01-19 00:14:48'),(48351,19027,'action complete via WP Cron','2021-01-19 08:14:48','2021-01-19 00:14:48'),(48352,19028,'action created','2021-01-19 08:14:49','2021-01-19 00:14:49'),(48353,19028,'action started via WP Cron','2021-01-19 08:15:49','2021-01-19 00:15:49'),(48354,19028,'action complete via WP Cron','2021-01-19 08:15:49','2021-01-19 00:15:49'),(48355,19029,'action created','2021-01-19 08:15:49','2021-01-19 00:15:49'),(48356,19029,'action started via WP Cron','2021-01-19 08:16:44','2021-01-19 00:16:44'),(48357,19029,'action complete via WP Cron','2021-01-19 08:16:44','2021-01-19 00:16:44'),(48358,19030,'action created','2021-01-19 08:16:44','2021-01-19 00:16:44'),(48359,19030,'action started via WP Cron','2021-01-19 08:17:41','2021-01-19 00:17:41'),(48360,19030,'action complete via WP Cron','2021-01-19 08:17:41','2021-01-19 00:17:41'),(48361,19031,'action created','2021-01-19 08:17:41','2021-01-19 00:17:41'),(48362,19031,'action started via WP Cron','2021-01-19 08:18:42','2021-01-19 00:18:42'),(48363,19031,'action complete via WP Cron','2021-01-19 08:18:42','2021-01-19 00:18:42'),(108691,39141,'action complete via WP Cron','2021-02-19 08:20:46','2021-02-19 00:20:46'),(108690,39141,'action started via WP Cron','2021-02-19 08:20:46','2021-02-19 00:20:46'),(110684,39806,'action created','2021-02-20 08:18:47','2021-02-20 00:18:47'),(48367,19033,'action created','2021-01-19 08:18:42','2021-01-19 00:18:42'),(48368,19033,'action started via WP Cron','2021-01-19 08:19:46','2021-01-19 00:19:46'),(48369,19033,'action complete via WP Cron','2021-01-19 08:19:46','2021-01-19 00:19:46'),(48370,19034,'action created','2021-01-19 08:19:46','2021-01-19 00:19:46'),(48371,19034,'action started via WP Cron','2021-01-19 08:20:46','2021-01-19 00:20:46'),(48372,19034,'action complete via WP Cron','2021-01-19 08:20:46','2021-01-19 00:20:46'),(48373,19035,'action created','2021-01-19 08:20:46','2021-01-19 00:20:46'),(48374,19035,'action started via WP Cron','2021-01-19 08:21:47','2021-01-19 00:21:47'),(48375,19035,'action complete via WP Cron','2021-01-19 08:21:47','2021-01-19 00:21:47'),(48376,19036,'action created','2021-01-19 08:21:47','2021-01-19 00:21:47'),(48377,19036,'action started via WP Cron','2021-01-19 08:22:41','2021-01-19 00:22:41'),(48378,19036,'action complete via WP Cron','2021-01-19 08:22:41','2021-01-19 00:22:41'),(48379,19037,'action created','2021-01-19 08:22:42','2021-01-19 00:22:42'),(48380,19037,'action started via WP Cron','2021-01-19 08:23:51','2021-01-19 00:23:51'),(48381,19037,'action complete via WP Cron','2021-01-19 08:23:51','2021-01-19 00:23:51'),(48382,19038,'action created','2021-01-19 08:23:51','2021-01-19 00:23:51'),(48383,19038,'action started via WP Cron','2021-01-19 08:24:50','2021-01-19 00:24:50'),(48384,19038,'action complete via WP Cron','2021-01-19 08:24:50','2021-01-19 00:24:50'),(48385,19039,'action created','2021-01-19 08:24:50','2021-01-19 00:24:50'),(48386,19039,'action started via WP Cron','2021-01-19 08:25:49','2021-01-19 00:25:49'),(48387,19039,'action complete via WP Cron','2021-01-19 08:25:49','2021-01-19 00:25:49'),(48388,19040,'action created','2021-01-19 08:25:49','2021-01-19 00:25:49'),(48389,19040,'action started via WP Cron','2021-01-19 08:26:42','2021-01-19 00:26:42'),(48390,19040,'action complete via WP Cron','2021-01-19 08:26:42','2021-01-19 00:26:42'),(48391,19041,'action created','2021-01-19 08:26:42','2021-01-19 00:26:42'),(48392,19041,'action started via WP Cron','2021-01-19 08:27:49','2021-01-19 00:27:49'),(48393,19041,'action complete via WP Cron','2021-01-19 08:27:49','2021-01-19 00:27:49'),(48394,19042,'action created','2021-01-19 08:27:49','2021-01-19 00:27:49'),(48395,19042,'action started via WP Cron','2021-01-19 08:28:41','2021-01-19 00:28:41'),(48396,19042,'action complete via WP Cron','2021-01-19 08:28:41','2021-01-19 00:28:41'),(48397,19043,'action created','2021-01-19 08:28:41','2021-01-19 00:28:41'),(48398,19043,'action started via WP Cron','2021-01-19 08:29:44','2021-01-19 00:29:44'),(48399,19043,'action complete via WP Cron','2021-01-19 08:29:44','2021-01-19 00:29:44'),(48400,19044,'action created','2021-01-19 08:29:44','2021-01-19 00:29:44'),(48401,19044,'action started via WP Cron','2021-01-19 08:30:42','2021-01-19 00:30:42'),(48402,19044,'action complete via WP Cron','2021-01-19 08:30:42','2021-01-19 00:30:42'),(48403,19045,'action created','2021-01-19 08:30:42','2021-01-19 00:30:42'),(48404,19045,'action started via WP Cron','2021-01-19 08:31:48','2021-01-19 00:31:48'),(48405,19045,'action complete via WP Cron','2021-01-19 08:31:48','2021-01-19 00:31:48'),(48406,19046,'action created','2021-01-19 08:31:48','2021-01-19 00:31:48'),(48407,19046,'action started via WP Cron','2021-01-19 08:32:45','2021-01-19 00:32:45'),(48408,19046,'action complete via WP Cron','2021-01-19 08:32:45','2021-01-19 00:32:45'),(48409,19047,'action created','2021-01-19 08:32:45','2021-01-19 00:32:45'),(48410,19047,'action started via WP Cron','2021-01-19 08:33:59','2021-01-19 00:33:59'),(48411,19047,'action complete via WP Cron','2021-01-19 08:33:59','2021-01-19 00:33:59'),(48412,19048,'action created','2021-01-19 08:34:00','2021-01-19 00:34:00'),(48413,19048,'action started via WP Cron','2021-01-19 08:34:46','2021-01-19 00:34:46'),(48414,19048,'action complete via WP Cron','2021-01-19 08:34:46','2021-01-19 00:34:46'),(48415,19049,'action created','2021-01-19 08:34:46','2021-01-19 00:34:46'),(48416,19049,'action started via WP Cron','2021-01-19 08:35:50','2021-01-19 00:35:50'),(48417,19049,'action complete via WP Cron','2021-01-19 08:35:50','2021-01-19 00:35:50'),(48418,19050,'action created','2021-01-19 08:35:50','2021-01-19 00:35:50'),(48419,19050,'action started via WP Cron','2021-01-19 08:36:42','2021-01-19 00:36:42'),(48420,19050,'action complete via WP Cron','2021-01-19 08:36:42','2021-01-19 00:36:42'),(48421,19051,'action created','2021-01-19 08:36:42','2021-01-19 00:36:42'),(48422,19051,'action started via WP Cron','2021-01-19 08:41:34','2021-01-19 00:41:34'),(48423,19051,'action complete via WP Cron','2021-01-19 08:41:35','2021-01-19 00:41:35'),(48424,19052,'action created','2021-01-19 08:41:35','2021-01-19 00:41:35'),(48425,19052,'action started via WP Cron','2021-01-19 08:42:37','2021-01-19 00:42:37'),(48426,19052,'action complete via WP Cron','2021-01-19 08:42:37','2021-01-19 00:42:37'),(48427,19053,'action created','2021-01-19 08:42:37','2021-01-19 00:42:37'),(48428,19053,'action started via WP Cron','2021-01-19 08:44:41','2021-01-19 00:44:41'),(48429,19053,'action complete via WP Cron','2021-01-19 08:44:41','2021-01-19 00:44:41'),(48430,19054,'action created','2021-01-19 08:44:42','2021-01-19 00:44:42'),(48431,19054,'action started via WP Cron','2021-01-19 08:46:52','2021-01-19 00:46:52'),(48432,19054,'action complete via WP Cron','2021-01-19 08:46:52','2021-01-19 00:46:52'),(48433,19055,'action created','2021-01-19 08:46:52','2021-01-19 00:46:52'),(48434,19055,'action started via WP Cron','2021-01-19 08:49:28','2021-01-19 00:49:28'),(48435,19055,'action complete via WP Cron','2021-01-19 08:49:28','2021-01-19 00:49:28'),(48436,19056,'action created','2021-01-19 08:49:28','2021-01-19 00:49:28'),(48437,19056,'action started via WP Cron','2021-01-19 08:50:14','2021-01-19 00:50:14'),(48438,19056,'action complete via WP Cron','2021-01-19 08:50:14','2021-01-19 00:50:14'),(48439,19057,'action created','2021-01-19 08:50:14','2021-01-19 00:50:14'),(48440,19057,'action started via WP Cron','2021-01-19 08:51:54','2021-01-19 00:51:54'),(48441,19057,'action complete via WP Cron','2021-01-19 08:51:54','2021-01-19 00:51:54'),(48442,19058,'action created','2021-01-19 08:51:54','2021-01-19 00:51:54'),(48443,19058,'action started via WP Cron','2021-01-19 08:53:22','2021-01-19 00:53:22'),(48444,19058,'action complete via WP Cron','2021-01-19 08:53:22','2021-01-19 00:53:22'),(48445,19059,'action created','2021-01-19 08:53:22','2021-01-19 00:53:22'),(48446,19059,'action started via WP Cron','2021-01-19 08:54:23','2021-01-19 00:54:23'),(48447,19059,'action complete via WP Cron','2021-01-19 08:54:23','2021-01-19 00:54:23'),(48448,19060,'action created','2021-01-19 08:54:23','2021-01-19 00:54:23'),(48449,19060,'action started via WP Cron','2021-01-19 08:55:56','2021-01-19 00:55:56'),(48450,19060,'action complete via WP Cron','2021-01-19 08:55:56','2021-01-19 00:55:56'),(48451,19061,'action created','2021-01-19 08:55:56','2021-01-19 00:55:56'),(48452,19061,'action started via WP Cron','2021-01-19 08:56:49','2021-01-19 00:56:49'),(48453,19061,'action complete via WP Cron','2021-01-19 08:56:49','2021-01-19 00:56:49'),(48454,19062,'action created','2021-01-19 08:56:49','2021-01-19 00:56:49'),(48455,19062,'action started via WP Cron','2021-01-19 08:59:38','2021-01-19 00:59:38'),(48456,19062,'action complete via WP Cron','2021-01-19 08:59:38','2021-01-19 00:59:38'),(48457,19063,'action created','2021-01-19 08:59:38','2021-01-19 00:59:38'),(48458,19063,'action started via WP Cron','2021-01-19 08:59:55','2021-01-19 00:59:55'),(48459,19063,'action complete via WP Cron','2021-01-19 08:59:55','2021-01-19 00:59:55'),(48460,19064,'action created','2021-01-19 08:59:56','2021-01-19 00:59:56'),(48461,19064,'action started via WP Cron','2021-01-19 09:01:41','2021-01-19 01:01:41'),(48462,19064,'action complete via WP Cron','2021-01-19 09:01:41','2021-01-19 01:01:41'),(48463,19065,'action created','2021-01-19 09:02:43','2021-01-19 01:02:43'),(48464,19065,'action started via WP Cron','2021-01-19 09:03:42','2021-01-19 01:03:42'),(48465,19065,'action complete via WP Cron','2021-01-19 09:03:42','2021-01-19 01:03:42'),(48466,19066,'action created','2021-01-19 09:03:42','2021-01-19 01:03:42'),(48467,19066,'action started via WP Cron','2021-01-19 09:04:44','2021-01-19 01:04:44'),(48468,19066,'action complete via WP Cron','2021-01-19 09:04:44','2021-01-19 01:04:44'),(48469,19067,'action created','2021-01-19 09:04:44','2021-01-19 01:04:44'),(48470,19067,'action started via WP Cron','2021-01-19 09:06:43','2021-01-19 01:06:43'),(48471,19067,'action complete via WP Cron','2021-01-19 09:06:43','2021-01-19 01:06:43'),(48472,19068,'action created','2021-01-19 09:08:46','2021-01-19 01:08:46'),(48473,19068,'action started via WP Cron','2021-01-19 09:11:22','2021-01-19 01:11:22'),(48474,19068,'action complete via WP Cron','2021-01-19 09:11:22','2021-01-19 01:11:22'),(48475,19069,'action created','2021-01-19 09:11:22','2021-01-19 01:11:22'),(48476,19069,'action started via WP Cron','2021-01-19 09:12:42','2021-01-19 01:12:42'),(48477,19069,'action complete via WP Cron','2021-01-19 09:12:42','2021-01-19 01:12:42'),(48478,19070,'action created','2021-01-19 09:12:42','2021-01-19 01:12:42'),(48479,19070,'action started via WP Cron','2021-01-19 09:14:04','2021-01-19 01:14:04'),(48480,19070,'action complete via WP Cron','2021-01-19 09:14:04','2021-01-19 01:14:04'),(48481,19071,'action created','2021-01-19 09:14:04','2021-01-19 01:14:04'),(48482,19071,'action started via WP Cron','2021-01-19 09:15:15','2021-01-19 01:15:15'),(48483,19071,'action complete via WP Cron','2021-01-19 09:15:15','2021-01-19 01:15:15'),(48484,19072,'action created','2021-01-19 09:15:15','2021-01-19 01:15:15'),(48485,19072,'action started via WP Cron','2021-01-19 09:19:22','2021-01-19 01:19:22'),(48486,19072,'action complete via WP Cron','2021-01-19 09:19:22','2021-01-19 01:19:22'),(48487,19073,'action created','2021-01-19 09:19:22','2021-01-19 01:19:22'),(48488,19073,'action started via WP Cron','2021-01-19 09:20:44','2021-01-19 01:20:44'),(48489,19073,'action complete via WP Cron','2021-01-19 09:20:44','2021-01-19 01:20:44'),(48490,19074,'action created','2021-01-19 09:20:45','2021-01-19 01:20:45'),(48491,19074,'action started via WP Cron','2021-01-19 09:21:59','2021-01-19 01:21:59'),(48492,19074,'action complete via WP Cron','2021-01-19 09:21:59','2021-01-19 01:21:59'),(48493,19075,'action created','2021-01-19 09:22:00','2021-01-19 01:22:00'),(48494,19075,'action started via WP Cron','2021-01-19 09:23:11','2021-01-19 01:23:11'),(48495,19075,'action complete via WP Cron','2021-01-19 09:23:11','2021-01-19 01:23:11'),(48496,19076,'action created','2021-01-19 09:23:11','2021-01-19 01:23:11'),(48497,19076,'action started via WP Cron','2021-01-19 09:33:06','2021-01-19 01:33:06'),(48498,19076,'action complete via WP Cron','2021-01-19 09:33:06','2021-01-19 01:33:06'),(48499,19077,'action created','2021-01-19 09:33:06','2021-01-19 01:33:06'),(48500,19077,'action started via WP Cron','2021-01-19 09:34:19','2021-01-19 01:34:19'),(48501,19077,'action complete via WP Cron','2021-01-19 09:34:19','2021-01-19 01:34:19'),(48502,19078,'action created','2021-01-19 09:34:19','2021-01-19 01:34:19'),(48503,19078,'action started via WP Cron','2021-01-19 09:35:45','2021-01-19 01:35:45'),(48504,19078,'action complete via WP Cron','2021-01-19 09:35:45','2021-01-19 01:35:45'),(48505,19079,'action created','2021-01-19 09:35:45','2021-01-19 01:35:45'),(48506,19079,'action started via WP Cron','2021-01-19 09:37:25','2021-01-19 01:37:25'),(48507,19079,'action complete via WP Cron','2021-01-19 09:37:25','2021-01-19 01:37:25'),(48508,19080,'action created','2021-01-19 09:37:25','2021-01-19 01:37:25'),(48509,19080,'action started via WP Cron','2021-01-19 09:38:26','2021-01-19 01:38:26'),(48510,19080,'action complete via WP Cron','2021-01-19 09:38:26','2021-01-19 01:38:26'),(48511,19081,'action created','2021-01-19 09:38:26','2021-01-19 01:38:26'),(48512,19081,'action started via WP Cron','2021-01-19 09:39:07','2021-01-19 01:39:07'),(48513,19081,'action complete via WP Cron','2021-01-19 09:39:07','2021-01-19 01:39:07'),(48514,19082,'action created','2021-01-19 09:39:07','2021-01-19 01:39:07'),(48515,19082,'action started via WP Cron','2021-01-19 09:40:04','2021-01-19 01:40:04'),(48516,19082,'action complete via WP Cron','2021-01-19 09:40:04','2021-01-19 01:40:04'),(48517,19083,'action created','2021-01-19 09:40:04','2021-01-19 01:40:04'),(48518,19083,'action started via WP Cron','2021-01-19 09:41:28','2021-01-19 01:41:28'),(48519,19083,'action complete via WP Cron','2021-01-19 09:41:28','2021-01-19 01:41:28'),(48520,19084,'action created','2021-01-19 09:41:28','2021-01-19 01:41:28'),(48521,19084,'action started via WP Cron','2021-01-19 09:41:43','2021-01-19 01:41:43'),(48522,19084,'action complete via WP Cron','2021-01-19 09:41:43','2021-01-19 01:41:43'),(48523,19085,'action created','2021-01-19 09:41:43','2021-01-19 01:41:43'),(48524,19085,'action started via WP Cron','2021-01-19 09:45:14','2021-01-19 01:45:14'),(48525,19085,'action complete via WP Cron','2021-01-19 09:45:14','2021-01-19 01:45:14'),(48526,19086,'action created','2021-01-19 09:45:14','2021-01-19 01:45:14'),(48527,19086,'action started via WP Cron','2021-01-19 09:47:15','2021-01-19 01:47:15'),(48528,19086,'action complete via WP Cron','2021-01-19 09:47:15','2021-01-19 01:47:15'),(48529,19087,'action created','2021-01-19 09:47:15','2021-01-19 01:47:15'),(48530,19087,'action started via WP Cron','2021-01-19 09:47:44','2021-01-19 01:47:44'),(48531,19087,'action complete via WP Cron','2021-01-19 09:47:44','2021-01-19 01:47:44'),(48532,19088,'action created','2021-01-19 09:47:44','2021-01-19 01:47:44'),(48533,19088,'action started via WP Cron','2021-01-19 09:49:22','2021-01-19 01:49:22'),(48534,19088,'action complete via WP Cron','2021-01-19 09:49:22','2021-01-19 01:49:22'),(48535,19089,'action created','2021-01-19 09:49:22','2021-01-19 01:49:22'),(48536,19089,'action started via WP Cron','2021-01-19 09:51:07','2021-01-19 01:51:07'),(48537,19089,'action complete via WP Cron','2021-01-19 09:51:07','2021-01-19 01:51:07'),(48538,19090,'action created','2021-01-19 09:51:07','2021-01-19 01:51:07'),(48539,19090,'action started via WP Cron','2021-01-19 09:51:58','2021-01-19 01:51:58'),(48540,19090,'action complete via WP Cron','2021-01-19 09:51:58','2021-01-19 01:51:58'),(48541,19091,'action created','2021-01-19 09:51:58','2021-01-19 01:51:58'),(48542,19091,'action started via WP Cron','2021-01-19 09:54:27','2021-01-19 01:54:27'),(48543,19091,'action complete via WP Cron','2021-01-19 09:54:27','2021-01-19 01:54:27'),(48544,19092,'action created','2021-01-19 09:54:27','2021-01-19 01:54:27'),(48545,19092,'action started via WP Cron','2021-01-19 09:55:08','2021-01-19 01:55:08'),(48546,19092,'action complete via WP Cron','2021-01-19 09:55:08','2021-01-19 01:55:08'),(48547,19093,'action created','2021-01-19 09:55:08','2021-01-19 01:55:08'),(48548,19093,'action started via WP Cron','2021-01-19 09:59:13','2021-01-19 01:59:13'),(48549,19093,'action complete via WP Cron','2021-01-19 09:59:13','2021-01-19 01:59:13'),(48550,19094,'action created','2021-01-19 09:59:13','2021-01-19 01:59:13'),(48551,19094,'action started via WP Cron','2021-01-19 10:00:10','2021-01-19 02:00:10'),(48552,19094,'action complete via WP Cron','2021-01-19 10:00:10','2021-01-19 02:00:10'),(48553,19095,'action created','2021-01-19 10:00:10','2021-01-19 02:00:10'),(48554,19095,'action started via WP Cron','2021-01-19 10:01:40','2021-01-19 02:01:40'),(48555,19095,'action complete via WP Cron','2021-01-19 10:01:40','2021-01-19 02:01:40'),(48556,19096,'action created','2021-01-19 10:01:40','2021-01-19 02:01:40'),(48557,19096,'action started via WP Cron','2021-01-19 10:03:38','2021-01-19 02:03:38'),(48558,19096,'action complete via WP Cron','2021-01-19 10:03:38','2021-01-19 02:03:38'),(48559,19097,'action created','2021-01-19 10:03:38','2021-01-19 02:03:38'),(48560,19097,'action started via WP Cron','2021-01-19 10:05:44','2021-01-19 02:05:44'),(48561,19097,'action complete via WP Cron','2021-01-19 10:05:44','2021-01-19 02:05:44'),(48562,19098,'action created','2021-01-19 10:05:44','2021-01-19 02:05:44'),(48563,19098,'action started via WP Cron','2021-01-19 10:07:42','2021-01-19 02:07:42'),(48564,19098,'action complete via WP Cron','2021-01-19 10:07:42','2021-01-19 02:07:42'),(48565,19099,'action created','2021-01-19 10:07:42','2021-01-19 02:07:42'),(48566,19099,'action started via WP Cron','2021-01-19 10:08:47','2021-01-19 02:08:47'),(48567,19099,'action complete via WP Cron','2021-01-19 10:08:47','2021-01-19 02:08:47'),(48568,19100,'action created','2021-01-19 10:08:47','2021-01-19 02:08:47'),(48569,19100,'action started via WP Cron','2021-01-19 10:10:18','2021-01-19 02:10:18'),(48570,19100,'action complete via WP Cron','2021-01-19 10:10:18','2021-01-19 02:10:18'),(48571,19101,'action created','2021-01-19 10:10:18','2021-01-19 02:10:18'),(48572,19101,'action started via WP Cron','2021-01-19 10:10:48','2021-01-19 02:10:48'),(48573,19101,'action complete via WP Cron','2021-01-19 10:10:48','2021-01-19 02:10:48'),(48574,19102,'action created','2021-01-19 10:10:49','2021-01-19 02:10:49'),(48575,19102,'action started via WP Cron','2021-01-19 10:11:50','2021-01-19 02:11:50'),(48576,19102,'action complete via WP Cron','2021-01-19 10:11:50','2021-01-19 02:11:50'),(48577,19103,'action created','2021-01-19 10:11:50','2021-01-19 02:11:50'),(48578,19103,'action started via WP Cron','2021-01-19 10:13:54','2021-01-19 02:13:54'),(48579,19103,'action complete via WP Cron','2021-01-19 10:13:54','2021-01-19 02:13:54'),(48580,19104,'action created','2021-01-19 10:13:54','2021-01-19 02:13:54'),(48581,19104,'action started via WP Cron','2021-01-19 10:17:29','2021-01-19 02:17:29'),(48582,19104,'action complete via WP Cron','2021-01-19 10:17:29','2021-01-19 02:17:29'),(48583,19105,'action created','2021-01-19 10:17:29','2021-01-19 02:17:29'),(48584,19105,'action started via WP Cron','2021-01-19 10:18:14','2021-01-19 02:18:14'),(48585,19105,'action complete via WP Cron','2021-01-19 10:18:14','2021-01-19 02:18:14'),(48586,19106,'action created','2021-01-19 10:18:14','2021-01-19 02:18:14'),(48587,19106,'action started via WP Cron','2021-01-19 10:19:43','2021-01-19 02:19:43'),(48588,19106,'action complete via WP Cron','2021-01-19 10:19:43','2021-01-19 02:19:43'),(48589,19107,'action created','2021-01-19 10:19:43','2021-01-19 02:19:43'),(48590,19107,'action started via WP Cron','2021-01-19 10:25:14','2021-01-19 02:25:14'),(48591,19107,'action complete via WP Cron','2021-01-19 10:25:14','2021-01-19 02:25:14'),(48592,19108,'action created','2021-01-19 10:25:15','2021-01-19 02:25:15'),(48593,19108,'action started via WP Cron','2021-01-19 10:26:04','2021-01-19 02:26:04'),(48594,19108,'action complete via WP Cron','2021-01-19 10:26:04','2021-01-19 02:26:04'),(48595,19109,'action created','2021-01-19 10:26:12','2021-01-19 02:26:12'),(48596,19109,'action started via WP Cron','2021-01-19 10:29:42','2021-01-19 02:29:42'),(48597,19109,'action complete via WP Cron','2021-01-19 10:29:42','2021-01-19 02:29:42'),(48598,19110,'action created','2021-01-19 10:29:42','2021-01-19 02:29:42'),(48599,19110,'action started via WP Cron','2021-01-19 10:31:16','2021-01-19 02:31:16'),(48600,19110,'action complete via WP Cron','2021-01-19 10:31:16','2021-01-19 02:31:16'),(48601,19111,'action created','2021-01-19 10:31:16','2021-01-19 02:31:16'),(48602,19111,'action started via WP Cron','2021-01-19 10:38:07','2021-01-19 02:38:07'),(48603,19111,'action complete via WP Cron','2021-01-19 10:38:07','2021-01-19 02:38:07'),(48604,19112,'action created','2021-01-19 10:38:07','2021-01-19 02:38:07'),(48605,19112,'action started via WP Cron','2021-01-19 10:42:30','2021-01-19 02:42:30'),(48606,19112,'action complete via WP Cron','2021-01-19 10:42:30','2021-01-19 02:42:30'),(48607,19113,'action created','2021-01-19 10:42:31','2021-01-19 02:42:31'),(48608,19113,'action started via WP Cron','2021-01-19 10:43:28','2021-01-19 02:43:28'),(48609,19113,'action complete via WP Cron','2021-01-19 10:43:28','2021-01-19 02:43:28'),(48610,19114,'action created','2021-01-19 10:43:29','2021-01-19 02:43:29'),(48611,19114,'action started via WP Cron','2021-01-19 10:44:29','2021-01-19 02:44:29'),(48612,19114,'action complete via WP Cron','2021-01-19 10:44:29','2021-01-19 02:44:29'),(48613,19115,'action created','2021-01-19 10:44:30','2021-01-19 02:44:30'),(48614,19115,'action started via WP Cron','2021-01-19 10:45:24','2021-01-19 02:45:24'),(48615,19115,'action complete via WP Cron','2021-01-19 10:45:24','2021-01-19 02:45:24'),(48616,19116,'action created','2021-01-19 10:45:24','2021-01-19 02:45:24'),(48617,19116,'action started via WP Cron','2021-01-19 10:45:56','2021-01-19 02:45:56'),(48618,19116,'action complete via WP Cron','2021-01-19 10:45:56','2021-01-19 02:45:56'),(48619,19117,'action created','2021-01-19 10:46:06','2021-01-19 02:46:06'),(48620,19117,'action started via WP Cron','2021-01-19 10:47:33','2021-01-19 02:47:33'),(48621,19117,'action complete via WP Cron','2021-01-19 10:47:33','2021-01-19 02:47:33'),(48622,19118,'action created','2021-01-19 10:47:33','2021-01-19 02:47:33'),(48623,19118,'action started via WP Cron','2021-01-19 10:48:13','2021-01-19 02:48:13'),(48624,19118,'action complete via WP Cron','2021-01-19 10:48:13','2021-01-19 02:48:13'),(48625,19119,'action created','2021-01-19 10:48:13','2021-01-19 02:48:13'),(48626,19119,'action started via WP Cron','2021-01-19 10:49:08','2021-01-19 02:49:08'),(48627,19119,'action complete via WP Cron','2021-01-19 10:49:08','2021-01-19 02:49:08'),(48628,19120,'action created','2021-01-19 10:49:08','2021-01-19 02:49:08'),(48629,19120,'action started via WP Cron','2021-01-19 10:51:51','2021-01-19 02:51:51'),(48630,19120,'action complete via WP Cron','2021-01-19 10:51:51','2021-01-19 02:51:51'),(48631,19121,'action created','2021-01-19 10:51:51','2021-01-19 02:51:51'),(48632,19121,'action started via WP Cron','2021-01-19 10:53:24','2021-01-19 02:53:24'),(48633,19121,'action complete via WP Cron','2021-01-19 10:53:24','2021-01-19 02:53:24'),(48634,19122,'action created','2021-01-19 10:53:24','2021-01-19 02:53:24'),(48635,19122,'action started via WP Cron','2021-01-19 10:54:27','2021-01-19 02:54:27'),(48636,19122,'action complete via WP Cron','2021-01-19 10:54:27','2021-01-19 02:54:27'),(48637,19123,'action created','2021-01-19 10:54:27','2021-01-19 02:54:27'),(48638,19123,'action started via WP Cron','2021-01-19 10:54:49','2021-01-19 02:54:49'),(48639,19123,'action complete via WP Cron','2021-01-19 10:54:49','2021-01-19 02:54:49'),(48640,19124,'action created','2021-01-19 10:54:50','2021-01-19 02:54:50'),(48641,19124,'action started via WP Cron','2021-01-19 10:55:56','2021-01-19 02:55:56'),(48642,19124,'action complete via WP Cron','2021-01-19 10:55:56','2021-01-19 02:55:56'),(48643,19125,'action created','2021-01-19 10:55:56','2021-01-19 02:55:56'),(48644,19125,'action started via WP Cron','2021-01-19 10:56:54','2021-01-19 02:56:54'),(48645,19125,'action complete via WP Cron','2021-01-19 10:56:54','2021-01-19 02:56:54'),(48646,19126,'action created','2021-01-19 10:56:54','2021-01-19 02:56:54'),(48647,19126,'action started via WP Cron','2021-01-19 10:57:42','2021-01-19 02:57:42'),(48648,19126,'action complete via WP Cron','2021-01-19 10:57:42','2021-01-19 02:57:42'),(48649,19127,'action created','2021-01-19 10:57:42','2021-01-19 02:57:42'),(48650,19127,'action started via WP Cron','2021-01-19 10:58:50','2021-01-19 02:58:50'),(48651,19127,'action complete via WP Cron','2021-01-19 10:58:50','2021-01-19 02:58:50'),(48652,19128,'action created','2021-01-19 10:58:50','2021-01-19 02:58:50'),(48653,19128,'action started via WP Cron','2021-01-19 10:59:43','2021-01-19 02:59:43'),(48654,19128,'action complete via WP Cron','2021-01-19 10:59:43','2021-01-19 02:59:43'),(48655,19129,'action created','2021-01-19 10:59:44','2021-01-19 02:59:44'),(48656,19129,'action started via WP Cron','2021-01-19 11:00:52','2021-01-19 03:00:52'),(48657,19129,'action complete via WP Cron','2021-01-19 11:00:52','2021-01-19 03:00:52'),(48658,19130,'action created','2021-01-19 11:00:52','2021-01-19 03:00:52'),(48659,19130,'action started via WP Cron','2021-01-19 11:01:52','2021-01-19 03:01:52'),(48660,19130,'action complete via WP Cron','2021-01-19 11:01:52','2021-01-19 03:01:52'),(48661,19131,'action created','2021-01-19 11:01:52','2021-01-19 03:01:52'),(48662,19131,'action started via WP Cron','2021-01-19 11:02:54','2021-01-19 03:02:54'),(48663,19131,'action complete via WP Cron','2021-01-19 11:02:54','2021-01-19 03:02:54'),(48664,19132,'action created','2021-01-19 11:02:54','2021-01-19 03:02:54'),(48665,19132,'action started via WP Cron','2021-01-19 11:03:55','2021-01-19 03:03:55'),(48666,19132,'action complete via WP Cron','2021-01-19 11:03:55','2021-01-19 03:03:55'),(48667,19133,'action created','2021-01-19 11:03:55','2021-01-19 03:03:55'),(48668,19133,'action started via WP Cron','2021-01-19 11:05:46','2021-01-19 03:05:46'),(48669,19133,'action complete via WP Cron','2021-01-19 11:05:46','2021-01-19 03:05:46'),(48670,19134,'action created','2021-01-19 11:05:46','2021-01-19 03:05:46'),(48671,19134,'action started via WP Cron','2021-01-19 11:07:51','2021-01-19 03:07:51'),(48672,19134,'action complete via WP Cron','2021-01-19 11:07:51','2021-01-19 03:07:51'),(48673,19135,'action created','2021-01-19 11:07:51','2021-01-19 03:07:51'),(48674,19135,'action started via WP Cron','2021-01-19 11:08:40','2021-01-19 03:08:40'),(48675,19135,'action complete via WP Cron','2021-01-19 11:08:40','2021-01-19 03:08:40'),(48676,19136,'action created','2021-01-19 11:08:40','2021-01-19 03:08:40'),(48677,19136,'action started via WP Cron','2021-01-19 11:10:33','2021-01-19 03:10:33'),(48678,19136,'action complete via WP Cron','2021-01-19 11:10:33','2021-01-19 03:10:33'),(48679,19137,'action created','2021-01-19 11:10:34','2021-01-19 03:10:34'),(48680,19137,'action started via WP Cron','2021-01-19 11:11:04','2021-01-19 03:11:04'),(48681,19137,'action complete via WP Cron','2021-01-19 11:11:04','2021-01-19 03:11:04'),(48682,19138,'action created','2021-01-19 11:11:05','2021-01-19 03:11:05'),(48683,19138,'action started via WP Cron','2021-01-19 11:13:04','2021-01-19 03:13:04'),(48684,19138,'action complete via WP Cron','2021-01-19 11:13:04','2021-01-19 03:13:04'),(48685,19139,'action created','2021-01-19 11:13:04','2021-01-19 03:13:04'),(48686,19139,'action started via WP Cron','2021-01-19 11:14:25','2021-01-19 03:14:25'),(48687,19139,'action complete via WP Cron','2021-01-19 11:14:25','2021-01-19 03:14:25'),(48688,19140,'action created','2021-01-19 11:14:25','2021-01-19 03:14:25'),(48689,19140,'action started via WP Cron','2021-01-19 11:17:58','2021-01-19 03:17:58'),(48690,19140,'action complete via WP Cron','2021-01-19 11:17:58','2021-01-19 03:17:58'),(48691,19141,'action created','2021-01-19 11:17:58','2021-01-19 03:17:58'),(48692,19141,'action started via WP Cron','2021-01-19 11:18:42','2021-01-19 03:18:42'),(48693,19141,'action complete via WP Cron','2021-01-19 11:18:42','2021-01-19 03:18:42'),(48694,19142,'action created','2021-01-19 11:18:42','2021-01-19 03:18:42'),(48695,19142,'action started via WP Cron','2021-01-19 11:22:19','2021-01-19 03:22:19'),(48696,19142,'action complete via WP Cron','2021-01-19 11:22:19','2021-01-19 03:22:19'),(48697,19143,'action created','2021-01-19 11:22:19','2021-01-19 03:22:19'),(48698,19143,'action started via WP Cron','2021-01-19 11:24:47','2021-01-19 03:24:47'),(48699,19143,'action complete via WP Cron','2021-01-19 11:24:47','2021-01-19 03:24:47'),(48700,19144,'action created','2021-01-19 11:24:47','2021-01-19 03:24:47'),(48701,19144,'action started via WP Cron','2021-01-19 11:26:04','2021-01-19 03:26:04'),(48702,19144,'action complete via WP Cron','2021-01-19 11:26:04','2021-01-19 03:26:04'),(48703,19145,'action created','2021-01-19 11:26:04','2021-01-19 03:26:04'),(48704,19145,'action started via WP Cron','2021-01-19 11:26:50','2021-01-19 03:26:50'),(48705,19145,'action complete via WP Cron','2021-01-19 11:26:50','2021-01-19 03:26:50'),(48706,19146,'action created','2021-01-19 11:26:51','2021-01-19 03:26:51'),(48707,19146,'action started via WP Cron','2021-01-19 11:28:21','2021-01-19 03:28:21'),(48708,19146,'action complete via WP Cron','2021-01-19 11:28:21','2021-01-19 03:28:21'),(48709,19147,'action created','2021-01-19 11:28:21','2021-01-19 03:28:21'),(48710,19147,'action started via WP Cron','2021-01-19 11:30:03','2021-01-19 03:30:03'),(48711,19147,'action complete via WP Cron','2021-01-19 11:30:03','2021-01-19 03:30:03'),(48712,19148,'action created','2021-01-19 11:30:03','2021-01-19 03:30:03'),(48713,19148,'action started via WP Cron','2021-01-19 11:31:22','2021-01-19 03:31:22'),(48714,19148,'action complete via WP Cron','2021-01-19 11:31:22','2021-01-19 03:31:22'),(48715,19149,'action created','2021-01-19 11:31:22','2021-01-19 03:31:22'),(48716,19149,'action started via WP Cron','2021-01-19 11:31:41','2021-01-19 03:31:41'),(48717,19149,'action complete via WP Cron','2021-01-19 11:31:41','2021-01-19 03:31:41'),(48718,19150,'action created','2021-01-19 11:31:41','2021-01-19 03:31:41'),(48719,19150,'action started via WP Cron','2021-01-19 11:34:04','2021-01-19 03:34:04'),(48720,19150,'action complete via WP Cron','2021-01-19 11:34:04','2021-01-19 03:34:04'),(48721,19151,'action created','2021-01-19 11:34:04','2021-01-19 03:34:04'),(48722,19151,'action started via WP Cron','2021-01-19 11:34:52','2021-01-19 03:34:52'),(48723,19151,'action complete via WP Cron','2021-01-19 11:34:52','2021-01-19 03:34:52'),(48724,19152,'action created','2021-01-19 11:34:52','2021-01-19 03:34:52'),(48725,19152,'action started via WP Cron','2021-01-19 11:36:07','2021-01-19 03:36:07'),(48726,19152,'action complete via WP Cron','2021-01-19 11:36:07','2021-01-19 03:36:07'),(48727,19153,'action created','2021-01-19 11:36:07','2021-01-19 03:36:07'),(48728,19153,'action started via WP Cron','2021-01-19 11:38:33','2021-01-19 03:38:33'),(48729,19153,'action complete via WP Cron','2021-01-19 11:38:33','2021-01-19 03:38:33'),(48730,19154,'action created','2021-01-19 11:38:33','2021-01-19 03:38:33'),(48731,19154,'action started via WP Cron','2021-01-19 11:39:23','2021-01-19 03:39:23'),(48732,19154,'action complete via WP Cron','2021-01-19 11:39:23','2021-01-19 03:39:23'),(48733,19155,'action created','2021-01-19 11:39:23','2021-01-19 03:39:23'),(48734,19155,'action started via WP Cron','2021-01-19 11:41:01','2021-01-19 03:41:01'),(48735,19155,'action complete via WP Cron','2021-01-19 11:41:01','2021-01-19 03:41:01'),(48736,19156,'action created','2021-01-19 11:41:01','2021-01-19 03:41:01'),(48737,19156,'action started via WP Cron','2021-01-19 11:43:12','2021-01-19 03:43:12'),(48738,19156,'action complete via WP Cron','2021-01-19 11:43:12','2021-01-19 03:43:12'),(48739,19157,'action created','2021-01-19 11:43:12','2021-01-19 03:43:12'),(48740,19157,'action started via WP Cron','2021-01-19 11:48:54','2021-01-19 03:48:54'),(48741,19157,'action complete via WP Cron','2021-01-19 11:48:54','2021-01-19 03:48:54'),(48742,19158,'action created','2021-01-19 11:48:55','2021-01-19 03:48:55'),(48743,19158,'action started via WP Cron','2021-01-19 11:50:34','2021-01-19 03:50:34'),(48744,19158,'action complete via WP Cron','2021-01-19 11:50:34','2021-01-19 03:50:34'),(48745,19159,'action created','2021-01-19 11:50:34','2021-01-19 03:50:34'),(48746,19159,'action started via WP Cron','2021-01-19 11:51:35','2021-01-19 03:51:35'),(48747,19159,'action complete via WP Cron','2021-01-19 11:51:35','2021-01-19 03:51:35'),(48748,19160,'action created','2021-01-19 11:51:35','2021-01-19 03:51:35'),(48749,19160,'action started via WP Cron','2021-01-19 11:52:37','2021-01-19 03:52:37'),(48750,19160,'action complete via WP Cron','2021-01-19 11:52:37','2021-01-19 03:52:37'),(48751,19161,'action created','2021-01-19 11:53:12','2021-01-19 03:53:12'),(48752,19161,'action started via WP Cron','2021-01-19 11:54:39','2021-01-19 03:54:39'),(48753,19161,'action complete via WP Cron','2021-01-19 11:54:39','2021-01-19 03:54:39'),(48754,19162,'action created','2021-01-19 11:54:39','2021-01-19 03:54:39'),(48755,19162,'action started via WP Cron','2021-01-19 11:56:29','2021-01-19 03:56:29'),(48756,19162,'action complete via WP Cron','2021-01-19 11:56:29','2021-01-19 03:56:29'),(48757,19163,'action created','2021-01-19 11:56:29','2021-01-19 03:56:29'),(48758,19163,'action started via WP Cron','2021-01-19 11:57:43','2021-01-19 03:57:43'),(48759,19163,'action complete via WP Cron','2021-01-19 11:57:43','2021-01-19 03:57:43'),(48760,19164,'action created','2021-01-19 11:57:43','2021-01-19 03:57:43'),(48761,19164,'action started via WP Cron','2021-01-19 12:00:12','2021-01-19 04:00:12'),(48762,19164,'action complete via WP Cron','2021-01-19 12:00:12','2021-01-19 04:00:12'),(48763,19165,'action created','2021-01-19 12:00:12','2021-01-19 04:00:12'),(48764,19165,'action started via WP Cron','2021-01-19 12:00:42','2021-01-19 04:00:42'),(48765,19165,'action complete via WP Cron','2021-01-19 12:00:42','2021-01-19 04:00:42'),(48766,19166,'action created','2021-01-19 12:00:42','2021-01-19 04:00:42'),(48767,19166,'action started via WP Cron','2021-01-19 12:01:55','2021-01-19 04:01:55'),(48768,19166,'action complete via WP Cron','2021-01-19 12:01:55','2021-01-19 04:01:55'),(48769,19167,'action created','2021-01-19 12:01:55','2021-01-19 04:01:55'),(48770,19167,'action started via WP Cron','2021-01-19 12:03:44','2021-01-19 04:03:44'),(48771,19167,'action complete via WP Cron','2021-01-19 12:03:44','2021-01-19 04:03:44'),(48772,19168,'action created','2021-01-19 12:03:44','2021-01-19 04:03:44'),(48773,19168,'action started via WP Cron','2021-01-19 12:05:11','2021-01-19 04:05:11'),(48774,19168,'action complete via WP Cron','2021-01-19 12:05:11','2021-01-19 04:05:11'),(48775,19169,'action created','2021-01-19 12:05:11','2021-01-19 04:05:11'),(48776,19169,'action started via WP Cron','2021-01-19 12:05:41','2021-01-19 04:05:41'),(48777,19169,'action complete via WP Cron','2021-01-19 12:05:41','2021-01-19 04:05:41'),(48778,19170,'action created','2021-01-19 12:05:41','2021-01-19 04:05:41'),(48779,19170,'action started via WP Cron','2021-01-19 12:06:41','2021-01-19 04:06:41'),(48780,19170,'action complete via WP Cron','2021-01-19 12:06:41','2021-01-19 04:06:41'),(48781,19171,'action created','2021-01-19 12:06:42','2021-01-19 04:06:42'),(48782,19171,'action started via WP Cron','2021-01-19 12:07:50','2021-01-19 04:07:50'),(48783,19171,'action complete via WP Cron','2021-01-19 12:07:50','2021-01-19 04:07:50'),(48784,19172,'action created','2021-01-19 12:07:50','2021-01-19 04:07:50'),(48785,19172,'action started via WP Cron','2021-01-19 12:09:16','2021-01-19 04:09:16'),(48786,19172,'action complete via WP Cron','2021-01-19 12:09:16','2021-01-19 04:09:16'),(48787,19173,'action created','2021-01-19 12:09:16','2021-01-19 04:09:16'),(48788,19173,'action started via WP Cron','2021-01-19 12:09:55','2021-01-19 04:09:55'),(48789,19173,'action complete via WP Cron','2021-01-19 12:09:55','2021-01-19 04:09:55'),(48790,19174,'action created','2021-01-19 12:10:19','2021-01-19 04:10:19'),(48791,19174,'action started via WP Cron','2021-01-19 12:11:44','2021-01-19 04:11:44'),(48792,19174,'action complete via WP Cron','2021-01-19 12:11:44','2021-01-19 04:11:44'),(48793,19175,'action created','2021-01-19 12:11:44','2021-01-19 04:11:44'),(48794,19175,'action started via WP Cron','2021-01-19 12:12:44','2021-01-19 04:12:44'),(48795,19175,'action complete via WP Cron','2021-01-19 12:12:44','2021-01-19 04:12:44'),(48796,19176,'action created','2021-01-19 12:12:44','2021-01-19 04:12:44'),(48797,19176,'action started via WP Cron','2021-01-19 12:17:55','2021-01-19 04:17:55'),(48798,19176,'action complete via WP Cron','2021-01-19 12:17:55','2021-01-19 04:17:55'),(48799,19177,'action created','2021-01-19 12:17:55','2021-01-19 04:17:55'),(48800,19177,'action started via WP Cron','2021-01-19 12:20:21','2021-01-19 04:20:21'),(48801,19177,'action complete via WP Cron','2021-01-19 12:20:21','2021-01-19 04:20:21'),(48802,19178,'action created','2021-01-19 12:20:21','2021-01-19 04:20:21'),(48803,19178,'action started via WP Cron','2021-01-19 12:27:16','2021-01-19 04:27:16'),(48804,19178,'action complete via WP Cron','2021-01-19 12:27:16','2021-01-19 04:27:16'),(48805,19179,'action created','2021-01-19 12:27:17','2021-01-19 04:27:17'),(48806,19179,'action started via WP Cron','2021-01-19 12:28:45','2021-01-19 04:28:45'),(48807,19179,'action complete via WP Cron','2021-01-19 12:28:45','2021-01-19 04:28:45'),(48808,19180,'action created','2021-01-19 12:28:45','2021-01-19 04:28:45'),(48809,19180,'action started via WP Cron','2021-01-19 12:34:42','2021-01-19 04:34:42'),(48810,19180,'action complete via WP Cron','2021-01-19 12:34:42','2021-01-19 04:34:42'),(48811,19181,'action created','2021-01-19 12:34:42','2021-01-19 04:34:42'),(48812,19181,'action started via WP Cron','2021-01-19 12:42:32','2021-01-19 04:42:32'),(48813,19181,'action complete via WP Cron','2021-01-19 12:42:32','2021-01-19 04:42:32'),(48814,19182,'action created','2021-01-19 12:42:32','2021-01-19 04:42:32'),(48815,19182,'action started via WP Cron','2021-01-19 12:44:21','2021-01-19 04:44:21'),(48816,19182,'action complete via WP Cron','2021-01-19 12:44:21','2021-01-19 04:44:21'),(48817,19183,'action created','2021-01-19 12:44:21','2021-01-19 04:44:21'),(48818,19183,'action started via WP Cron','2021-01-19 12:44:46','2021-01-19 04:44:46'),(48819,19183,'action complete via WP Cron','2021-01-19 12:44:46','2021-01-19 04:44:46'),(48820,19184,'action created','2021-01-19 12:44:46','2021-01-19 04:44:46'),(48821,19184,'action started via WP Cron','2021-01-19 12:45:41','2021-01-19 04:45:41'),(48822,19184,'action complete via WP Cron','2021-01-19 12:45:41','2021-01-19 04:45:41'),(48823,19185,'action created','2021-01-19 12:45:41','2021-01-19 04:45:41'),(48824,19185,'action started via WP Cron','2021-01-19 12:46:41','2021-01-19 04:46:41'),(48825,19185,'action complete via WP Cron','2021-01-19 12:46:41','2021-01-19 04:46:41'),(48826,19186,'action created','2021-01-19 12:46:41','2021-01-19 04:46:41'),(48827,19186,'action started via WP Cron','2021-01-19 12:47:50','2021-01-19 04:47:50'),(48828,19186,'action complete via WP Cron','2021-01-19 12:47:50','2021-01-19 04:47:50'),(48829,19187,'action created','2021-01-19 12:47:51','2021-01-19 04:47:51'),(48830,19187,'action started via WP Cron','2021-01-19 12:48:50','2021-01-19 04:48:50'),(48831,19187,'action complete via WP Cron','2021-01-19 12:48:50','2021-01-19 04:48:50'),(48832,19188,'action created','2021-01-19 12:48:51','2021-01-19 04:48:51'),(48833,19188,'action started via WP Cron','2021-01-19 12:49:45','2021-01-19 04:49:45'),(48834,19188,'action complete via WP Cron','2021-01-19 12:49:45','2021-01-19 04:49:45'),(48835,19189,'action created','2021-01-19 12:49:45','2021-01-19 04:49:45'),(48836,19189,'action started via WP Cron','2021-01-19 12:50:49','2021-01-19 04:50:49'),(48837,19189,'action complete via WP Cron','2021-01-19 12:50:49','2021-01-19 04:50:49'),(48838,19190,'action created','2021-01-19 12:50:49','2021-01-19 04:50:49'),(48839,19190,'action started via WP Cron','2021-01-19 12:52:14','2021-01-19 04:52:14'),(48840,19190,'action complete via WP Cron','2021-01-19 12:52:14','2021-01-19 04:52:14'),(48841,19191,'action created','2021-01-19 12:52:14','2021-01-19 04:52:14'),(48842,19191,'action started via WP Cron','2021-01-19 12:52:49','2021-01-19 04:52:49'),(48843,19191,'action complete via WP Cron','2021-01-19 12:52:49','2021-01-19 04:52:49'),(48844,19192,'action created','2021-01-19 12:52:49','2021-01-19 04:52:49'),(48845,19192,'action started via WP Cron','2021-01-19 12:53:59','2021-01-19 04:53:59'),(48846,19192,'action complete via WP Cron','2021-01-19 12:53:59','2021-01-19 04:53:59'),(48847,19193,'action created','2021-01-19 12:53:59','2021-01-19 04:53:59'),(48848,19193,'action started via WP Cron','2021-01-19 12:55:26','2021-01-19 04:55:26'),(48849,19193,'action complete via WP Cron','2021-01-19 12:55:26','2021-01-19 04:55:26'),(48850,19194,'action created','2021-01-19 12:55:26','2021-01-19 04:55:26'),(48851,19194,'action started via WP Cron','2021-01-19 12:55:40','2021-01-19 04:55:40'),(48852,19194,'action complete via WP Cron','2021-01-19 12:55:40','2021-01-19 04:55:40'),(48853,19195,'action created','2021-01-19 12:55:40','2021-01-19 04:55:40'),(48854,19195,'action started via WP Cron','2021-01-19 12:57:57','2021-01-19 04:57:57'),(48855,19195,'action complete via WP Cron','2021-01-19 12:57:57','2021-01-19 04:57:57'),(48856,19196,'action created','2021-01-19 12:57:57','2021-01-19 04:57:57'),(48857,19196,'action started via WP Cron','2021-01-19 12:59:37','2021-01-19 04:59:37'),(48858,19196,'action complete via WP Cron','2021-01-19 12:59:37','2021-01-19 04:59:37'),(48859,19197,'action created','2021-01-19 12:59:37','2021-01-19 04:59:37'),(48860,19197,'action started via WP Cron','2021-01-19 13:01:49','2021-01-19 05:01:49'),(48861,19197,'action complete via WP Cron','2021-01-19 13:01:49','2021-01-19 05:01:49'),(48862,19198,'action created','2021-01-19 13:01:49','2021-01-19 05:01:49'),(48863,19198,'action started via WP Cron','2021-01-19 13:04:48','2021-01-19 05:04:48'),(48864,19198,'action complete via WP Cron','2021-01-19 13:04:48','2021-01-19 05:04:48'),(48865,19199,'action created','2021-01-19 13:04:48','2021-01-19 05:04:48'),(48866,19199,'action started via WP Cron','2021-01-19 13:06:25','2021-01-19 05:06:25'),(48867,19199,'action complete via WP Cron','2021-01-19 13:06:25','2021-01-19 05:06:25'),(48868,19200,'action created','2021-01-19 13:06:25','2021-01-19 05:06:25'),(48869,19200,'action started via WP Cron','2021-01-19 13:07:39','2021-01-19 05:07:39'),(48870,19200,'action complete via WP Cron','2021-01-19 13:07:39','2021-01-19 05:07:39'),(48871,19201,'action created','2021-01-19 13:07:39','2021-01-19 05:07:39'),(48872,19201,'action started via WP Cron','2021-01-19 13:07:58','2021-01-19 05:07:58'),(48873,19201,'action complete via WP Cron','2021-01-19 13:07:58','2021-01-19 05:07:58'),(48874,19202,'action created','2021-01-19 13:07:58','2021-01-19 05:07:58'),(48875,19202,'action started via WP Cron','2021-01-19 13:09:03','2021-01-19 05:09:03'),(48876,19202,'action complete via WP Cron','2021-01-19 13:09:03','2021-01-19 05:09:03'),(48877,19203,'action created','2021-01-19 13:09:03','2021-01-19 05:09:03'),(48878,19203,'action started via WP Cron','2021-01-19 13:10:03','2021-01-19 05:10:03'),(48879,19203,'action complete via WP Cron','2021-01-19 13:10:03','2021-01-19 05:10:03'),(48880,19204,'action created','2021-01-19 13:10:03','2021-01-19 05:10:03'),(48881,19204,'action started via WP Cron','2021-01-19 13:11:11','2021-01-19 05:11:11'),(48882,19204,'action complete via WP Cron','2021-01-19 13:11:11','2021-01-19 05:11:11'),(48883,19205,'action created','2021-01-19 13:11:11','2021-01-19 05:11:11'),(48884,19205,'action started via WP Cron','2021-01-19 13:14:42','2021-01-19 05:14:42'),(48885,19205,'action complete via WP Cron','2021-01-19 13:14:42','2021-01-19 05:14:42'),(48886,19206,'action created','2021-01-19 13:14:42','2021-01-19 05:14:42'),(48887,19206,'action started via WP Cron','2021-01-19 13:15:50','2021-01-19 05:15:50'),(48888,19206,'action complete via WP Cron','2021-01-19 13:15:50','2021-01-19 05:15:50'),(48889,19207,'action created','2021-01-19 13:15:50','2021-01-19 05:15:50'),(48890,19207,'action started via WP Cron','2021-01-19 13:16:51','2021-01-19 05:16:51'),(48891,19207,'action complete via WP Cron','2021-01-19 13:16:51','2021-01-19 05:16:51'),(48892,19208,'action created','2021-01-19 13:16:51','2021-01-19 05:16:51'),(48893,19208,'action started via WP Cron','2021-01-19 13:18:03','2021-01-19 05:18:03'),(48894,19208,'action complete via WP Cron','2021-01-19 13:18:03','2021-01-19 05:18:03'),(48895,19209,'action created','2021-01-19 13:18:03','2021-01-19 05:18:03'),(48896,19209,'action started via WP Cron','2021-01-19 13:22:56','2021-01-19 05:22:56'),(48897,19209,'action complete via WP Cron','2021-01-19 13:22:56','2021-01-19 05:22:56'),(48898,19210,'action created','2021-01-19 13:22:56','2021-01-19 05:22:56'),(48899,19210,'action started via WP Cron','2021-01-19 13:25:53','2021-01-19 05:25:53'),(48900,19210,'action complete via WP Cron','2021-01-19 13:25:53','2021-01-19 05:25:53'),(48901,19211,'action created','2021-01-19 13:25:53','2021-01-19 05:25:53'),(48902,19211,'action started via WP Cron','2021-01-19 13:26:43','2021-01-19 05:26:43'),(48903,19211,'action complete via WP Cron','2021-01-19 13:26:43','2021-01-19 05:26:43'),(48904,19212,'action created','2021-01-19 13:26:43','2021-01-19 05:26:43'),(48905,19212,'action started via WP Cron','2021-01-19 13:31:08','2021-01-19 05:31:08'),(48906,19212,'action complete via WP Cron','2021-01-19 13:31:08','2021-01-19 05:31:08'),(48907,19213,'action created','2021-01-19 13:31:08','2021-01-19 05:31:08'),(48908,19213,'action started via WP Cron','2021-01-19 13:34:19','2021-01-19 05:34:19'),(48909,19213,'action complete via WP Cron','2021-01-19 13:34:19','2021-01-19 05:34:19'),(48910,19214,'action created','2021-01-19 13:34:19','2021-01-19 05:34:19'),(48911,19214,'action started via WP Cron','2021-01-19 13:36:00','2021-01-19 05:36:00'),(48912,19214,'action complete via WP Cron','2021-01-19 13:36:00','2021-01-19 05:36:00'),(48913,19215,'action created','2021-01-19 13:36:00','2021-01-19 05:36:00'),(48914,19215,'action started via WP Cron','2021-01-19 13:46:46','2021-01-19 05:46:46'),(48915,19215,'action complete via WP Cron','2021-01-19 13:46:46','2021-01-19 05:46:46'),(48916,19216,'action created','2021-01-19 13:46:46','2021-01-19 05:46:46'),(48917,19216,'action started via WP Cron','2021-01-19 13:52:38','2021-01-19 05:52:38'),(48918,19216,'action complete via WP Cron','2021-01-19 13:52:38','2021-01-19 05:52:38'),(48919,19217,'action created','2021-01-19 13:52:38','2021-01-19 05:52:38'),(48920,19217,'action started via WP Cron','2021-01-19 13:53:41','2021-01-19 05:53:41'),(48921,19217,'action complete via WP Cron','2021-01-19 13:53:41','2021-01-19 05:53:41'),(48922,19218,'action created','2021-01-19 13:53:41','2021-01-19 05:53:41'),(48923,19218,'action started via WP Cron','2021-01-19 14:02:35','2021-01-19 06:02:35'),(48924,19218,'action complete via WP Cron','2021-01-19 14:02:35','2021-01-19 06:02:35'),(48925,19219,'action created','2021-01-19 14:02:35','2021-01-19 06:02:35'),(48926,19219,'action started via WP Cron','2021-01-19 14:04:01','2021-01-19 06:04:01'),(48927,19219,'action complete via WP Cron','2021-01-19 14:04:01','2021-01-19 06:04:01'),(48928,19220,'action created','2021-01-19 14:04:01','2021-01-19 06:04:01'),(48929,19220,'action started via WP Cron','2021-01-19 14:08:59','2021-01-19 06:08:59'),(48930,19220,'action complete via WP Cron','2021-01-19 14:08:59','2021-01-19 06:08:59'),(48931,19221,'action created','2021-01-19 14:08:59','2021-01-19 06:08:59'),(48932,19221,'action started via WP Cron','2021-01-19 14:17:43','2021-01-19 06:17:43'),(48933,19221,'action complete via WP Cron','2021-01-19 14:17:43','2021-01-19 06:17:43'),(48934,19222,'action created','2021-01-19 14:17:43','2021-01-19 06:17:43'),(48935,19222,'action started via WP Cron','2021-01-19 14:19:44','2021-01-19 06:19:44'),(48936,19222,'action complete via WP Cron','2021-01-19 14:19:44','2021-01-19 06:19:44'),(48937,19223,'action created','2021-01-19 14:19:44','2021-01-19 06:19:44'),(48938,19223,'action started via WP Cron','2021-01-19 14:20:53','2021-01-19 06:20:53'),(48939,19223,'action complete via WP Cron','2021-01-19 14:20:53','2021-01-19 06:20:53'),(48940,19224,'action created','2021-01-19 14:20:53','2021-01-19 06:20:53'),(48941,19224,'action started via WP Cron','2021-01-19 14:21:55','2021-01-19 06:21:55'),(48942,19224,'action complete via WP Cron','2021-01-19 14:21:55','2021-01-19 06:21:55'),(48943,19225,'action created','2021-01-19 14:21:55','2021-01-19 06:21:55'),(48944,19225,'action started via WP Cron','2021-01-19 14:24:37','2021-01-19 06:24:37'),(48945,19225,'action complete via WP Cron','2021-01-19 14:24:37','2021-01-19 06:24:37'),(48946,19226,'action created','2021-01-19 14:24:37','2021-01-19 06:24:37'),(48947,19226,'action started via WP Cron','2021-01-19 14:25:45','2021-01-19 06:25:45'),(48948,19226,'action complete via WP Cron','2021-01-19 14:25:45','2021-01-19 06:25:45'),(48949,19227,'action created','2021-01-19 14:25:45','2021-01-19 06:25:45'),(48950,19227,'action started via WP Cron','2021-01-19 14:30:33','2021-01-19 06:30:33'),(48951,19227,'action complete via WP Cron','2021-01-19 14:30:33','2021-01-19 06:30:33'),(48952,19228,'action created','2021-01-19 14:30:34','2021-01-19 06:30:34'),(48953,19228,'action started via WP Cron','2021-01-19 14:31:05','2021-01-19 06:31:05'),(48954,19228,'action complete via WP Cron','2021-01-19 14:31:05','2021-01-19 06:31:05'),(48955,19229,'action created','2021-01-19 14:31:05','2021-01-19 06:31:05'),(48956,19229,'action started via WP Cron','2021-01-19 14:31:52','2021-01-19 06:31:52'),(48957,19229,'action complete via WP Cron','2021-01-19 14:31:52','2021-01-19 06:31:52'),(48958,19230,'action created','2021-01-19 14:31:52','2021-01-19 06:31:52'),(48959,19230,'action started via WP Cron','2021-01-19 14:33:02','2021-01-19 06:33:02'),(48960,19230,'action complete via WP Cron','2021-01-19 14:33:02','2021-01-19 06:33:02'),(48961,19231,'action created','2021-01-19 14:35:04','2021-01-19 06:35:04'),(48962,19231,'action started via WP Cron','2021-01-19 14:36:04','2021-01-19 06:36:04'),(48963,19231,'action complete via WP Cron','2021-01-19 14:36:04','2021-01-19 06:36:04'),(48964,19232,'action created','2021-01-19 14:36:04','2021-01-19 06:36:04'),(48965,19232,'action started via WP Cron','2021-01-19 14:37:05','2021-01-19 06:37:05'),(48966,19232,'action complete via WP Cron','2021-01-19 14:37:05','2021-01-19 06:37:05'),(48967,19233,'action created','2021-01-19 14:37:05','2021-01-19 06:37:05'),(48968,19233,'action started via WP Cron','2021-01-19 14:39:01','2021-01-19 06:39:01'),(48969,19233,'action complete via WP Cron','2021-01-19 14:39:01','2021-01-19 06:39:01'),(48970,19234,'action created','2021-01-19 14:39:01','2021-01-19 06:39:01'),(48971,19234,'action started via WP Cron','2021-01-19 14:41:17','2021-01-19 06:41:17'),(48972,19234,'action complete via WP Cron','2021-01-19 14:41:17','2021-01-19 06:41:17'),(48973,19235,'action created','2021-01-19 14:41:17','2021-01-19 06:41:17'),(48974,19235,'action started via WP Cron','2021-01-19 14:43:14','2021-01-19 06:43:14'),(48975,19235,'action complete via WP Cron','2021-01-19 14:43:14','2021-01-19 06:43:14'),(48976,19236,'action created','2021-01-19 14:43:14','2021-01-19 06:43:14'),(48977,19236,'action started via WP Cron','2021-01-19 14:44:10','2021-01-19 06:44:10'),(48978,19236,'action complete via WP Cron','2021-01-19 14:44:10','2021-01-19 06:44:10'),(48979,19237,'action created','2021-01-19 14:44:10','2021-01-19 06:44:10'),(48980,19237,'action started via WP Cron','2021-01-19 14:45:13','2021-01-19 06:45:13'),(48981,19237,'action complete via WP Cron','2021-01-19 14:45:13','2021-01-19 06:45:13'),(48982,19238,'action created','2021-01-19 14:45:13','2021-01-19 06:45:13'),(48983,19238,'action started via WP Cron','2021-01-19 14:46:14','2021-01-19 06:46:14'),(48984,19238,'action complete via WP Cron','2021-01-19 14:46:14','2021-01-19 06:46:14'),(48985,19239,'action created','2021-01-19 14:46:14','2021-01-19 06:46:14'),(48986,19239,'action started via WP Cron','2021-01-19 14:47:15','2021-01-19 06:47:15'),(48987,19239,'action complete via WP Cron','2021-01-19 14:47:15','2021-01-19 06:47:15'),(48988,19240,'action created','2021-01-19 14:47:15','2021-01-19 06:47:15'),(48989,19240,'action started via WP Cron','2021-01-19 14:48:16','2021-01-19 06:48:16'),(48990,19240,'action complete via WP Cron','2021-01-19 14:48:16','2021-01-19 06:48:16'),(48991,19241,'action created','2021-01-19 14:48:17','2021-01-19 06:48:17'),(48992,19241,'action started via WP Cron','2021-01-19 14:50:17','2021-01-19 06:50:17'),(48993,19241,'action complete via WP Cron','2021-01-19 14:50:17','2021-01-19 06:50:17'),(48994,19242,'action created','2021-01-19 14:50:17','2021-01-19 06:50:17'),(48995,19242,'action started via WP Cron','2021-01-19 14:57:50','2021-01-19 06:57:50'),(48996,19242,'action complete via WP Cron','2021-01-19 14:57:50','2021-01-19 06:57:50'),(48997,19243,'action created','2021-01-19 14:57:50','2021-01-19 06:57:50'),(48998,19243,'action started via WP Cron','2021-01-19 14:59:51','2021-01-19 06:59:51'),(48999,19243,'action complete via WP Cron','2021-01-19 14:59:51','2021-01-19 06:59:51'),(49000,19244,'action created','2021-01-19 14:59:52','2021-01-19 06:59:52'),(49001,19244,'action started via WP Cron','2021-01-19 15:00:58','2021-01-19 07:00:58'),(49002,19244,'action complete via WP Cron','2021-01-19 15:00:58','2021-01-19 07:00:58'),(49003,19245,'action created','2021-01-19 15:00:58','2021-01-19 07:00:58'),(49004,19245,'action started via WP Cron','2021-01-19 15:03:00','2021-01-19 07:03:00'),(49005,19245,'action complete via WP Cron','2021-01-19 15:03:00','2021-01-19 07:03:00'),(49006,19246,'action created','2021-01-19 15:03:00','2021-01-19 07:03:00'),(49007,19246,'action started via WP Cron','2021-01-19 15:04:01','2021-01-19 07:04:01'),(49008,19246,'action complete via WP Cron','2021-01-19 15:04:01','2021-01-19 07:04:01'),(49009,19247,'action created','2021-01-19 15:04:01','2021-01-19 07:04:01'),(49010,19247,'action started via WP Cron','2021-01-19 15:05:02','2021-01-19 07:05:02'),(49011,19247,'action complete via WP Cron','2021-01-19 15:05:02','2021-01-19 07:05:02'),(49012,19248,'action created','2021-01-19 15:05:02','2021-01-19 07:05:02'),(49013,19248,'action started via WP Cron','2021-01-19 15:10:10','2021-01-19 07:10:10'),(49014,19248,'action complete via WP Cron','2021-01-19 15:10:10','2021-01-19 07:10:10'),(49015,19249,'action created','2021-01-19 15:10:10','2021-01-19 07:10:10'),(49016,19249,'action started via WP Cron','2021-01-19 15:12:34','2021-01-19 07:12:34'),(49017,19249,'action complete via WP Cron','2021-01-19 15:12:34','2021-01-19 07:12:34'),(49018,19250,'action created','2021-01-19 15:12:34','2021-01-19 07:12:34'),(49019,19250,'action started via WP Cron','2021-01-19 15:13:13','2021-01-19 07:13:13'),(49020,19250,'action complete via WP Cron','2021-01-19 15:13:13','2021-01-19 07:13:13'),(49021,19251,'action created','2021-01-19 15:13:13','2021-01-19 07:13:13'),(49022,19251,'action started via WP Cron','2021-01-19 15:16:57','2021-01-19 07:16:57'),(49023,19251,'action complete via WP Cron','2021-01-19 15:16:57','2021-01-19 07:16:57'),(49024,19252,'action created','2021-01-19 15:16:58','2021-01-19 07:16:58'),(49025,19252,'action started via WP Cron','2021-01-19 15:18:06','2021-01-19 07:18:06'),(49026,19252,'action complete via WP Cron','2021-01-19 15:18:06','2021-01-19 07:18:06'),(49027,19253,'action created','2021-01-19 15:18:06','2021-01-19 07:18:06'),(49028,19253,'action started via WP Cron','2021-01-19 15:18:59','2021-01-19 07:18:59'),(49029,19253,'action complete via WP Cron','2021-01-19 15:18:59','2021-01-19 07:18:59'),(49030,19254,'action created','2021-01-19 15:18:59','2021-01-19 07:18:59'),(49031,19254,'action started via WP Cron','2021-01-19 15:20:04','2021-01-19 07:20:04'),(49032,19254,'action complete via WP Cron','2021-01-19 15:20:04','2021-01-19 07:20:04'),(49033,19255,'action created','2021-01-19 15:20:04','2021-01-19 07:20:04'),(49034,19255,'action started via WP Cron','2021-01-19 15:20:48','2021-01-19 07:20:48'),(49035,19255,'action complete via WP Cron','2021-01-19 15:20:48','2021-01-19 07:20:48'),(49036,19256,'action created','2021-01-19 15:20:48','2021-01-19 07:20:48'),(49037,19256,'action started via WP Cron','2021-01-19 15:21:51','2021-01-19 07:21:51'),(49038,19256,'action complete via WP Cron','2021-01-19 15:21:51','2021-01-19 07:21:51'),(49039,19257,'action created','2021-01-19 15:21:51','2021-01-19 07:21:51'),(49040,19257,'action started via WP Cron','2021-01-19 15:22:58','2021-01-19 07:22:58'),(49041,19257,'action complete via WP Cron','2021-01-19 15:22:58','2021-01-19 07:22:58'),(49042,19258,'action created','2021-01-19 15:22:59','2021-01-19 07:22:59'),(49043,19258,'action started via WP Cron','2021-01-19 15:23:40','2021-01-19 07:23:40'),(49044,19258,'action complete via WP Cron','2021-01-19 15:23:40','2021-01-19 07:23:40'),(49045,19259,'action created','2021-01-19 15:23:40','2021-01-19 07:23:40'),(49046,19259,'action started via WP Cron','2021-01-19 15:24:51','2021-01-19 07:24:51'),(49047,19259,'action complete via WP Cron','2021-01-19 15:24:51','2021-01-19 07:24:51'),(49048,19260,'action created','2021-01-19 15:24:51','2021-01-19 07:24:51'),(49049,19260,'action started via WP Cron','2021-01-19 15:25:48','2021-01-19 07:25:48'),(49050,19260,'action complete via WP Cron','2021-01-19 15:25:48','2021-01-19 07:25:48'),(49051,19261,'action created','2021-01-19 15:25:48','2021-01-19 07:25:48'),(49052,19261,'action started via WP Cron','2021-01-19 15:26:44','2021-01-19 07:26:44'),(49053,19261,'action complete via WP Cron','2021-01-19 15:26:44','2021-01-19 07:26:44'),(49054,19262,'action created','2021-01-19 15:26:44','2021-01-19 07:26:44'),(49055,19262,'action started via WP Cron','2021-01-19 15:27:43','2021-01-19 07:27:43'),(49056,19262,'action complete via WP Cron','2021-01-19 15:27:43','2021-01-19 07:27:43'),(49057,19263,'action created','2021-01-19 15:27:43','2021-01-19 07:27:43'),(49058,19263,'action started via WP Cron','2021-01-19 15:28:42','2021-01-19 07:28:42'),(49059,19263,'action complete via WP Cron','2021-01-19 15:28:42','2021-01-19 07:28:42'),(49060,19264,'action created','2021-01-19 15:28:42','2021-01-19 07:28:42'),(49061,19264,'action started via WP Cron','2021-01-19 15:29:42','2021-01-19 07:29:42'),(49062,19264,'action complete via WP Cron','2021-01-19 15:29:42','2021-01-19 07:29:42'),(49063,19265,'action created','2021-01-19 15:29:42','2021-01-19 07:29:42'),(49064,19265,'action started via WP Cron','2021-01-19 15:30:44','2021-01-19 07:30:44'),(49065,19265,'action complete via WP Cron','2021-01-19 15:30:44','2021-01-19 07:30:44'),(49066,19266,'action created','2021-01-19 15:30:44','2021-01-19 07:30:44'),(49067,19266,'action started via WP Cron','2021-01-19 15:32:14','2021-01-19 07:32:14'),(49068,19266,'action complete via WP Cron','2021-01-19 15:32:14','2021-01-19 07:32:14'),(49069,19267,'action created','2021-01-19 15:32:14','2021-01-19 07:32:14'),(49070,19267,'action started via WP Cron','2021-01-19 15:32:48','2021-01-19 07:32:48'),(49071,19267,'action complete via WP Cron','2021-01-19 15:32:48','2021-01-19 07:32:48'),(49072,19268,'action created','2021-01-19 15:32:48','2021-01-19 07:32:48'),(49073,19268,'action started via WP Cron','2021-01-19 15:33:58','2021-01-19 07:33:58'),(49074,19268,'action complete via WP Cron','2021-01-19 15:33:58','2021-01-19 07:33:58'),(49075,19269,'action created','2021-01-19 15:33:58','2021-01-19 07:33:58'),(49076,19269,'action started via WP Cron','2021-01-19 15:34:53','2021-01-19 07:34:53'),(49077,19269,'action complete via WP Cron','2021-01-19 15:34:53','2021-01-19 07:34:53'),(49078,19270,'action created','2021-01-19 15:34:53','2021-01-19 07:34:53'),(49079,19270,'action started via WP Cron','2021-01-19 15:36:02','2021-01-19 07:36:02'),(49080,19270,'action complete via WP Cron','2021-01-19 15:36:02','2021-01-19 07:36:02'),(49081,19271,'action created','2021-01-19 15:36:02','2021-01-19 07:36:02'),(49082,19271,'action started via WP Cron','2021-01-19 15:36:44','2021-01-19 07:36:44'),(49083,19271,'action complete via WP Cron','2021-01-19 15:36:44','2021-01-19 07:36:44'),(49084,19272,'action created','2021-01-19 15:36:44','2021-01-19 07:36:44'),(49085,19272,'action started via WP Cron','2021-01-19 15:37:41','2021-01-19 07:37:41'),(49086,19272,'action complete via WP Cron','2021-01-19 15:37:41','2021-01-19 07:37:41'),(49087,19273,'action created','2021-01-19 15:37:41','2021-01-19 07:37:41'),(49088,19273,'action started via WP Cron','2021-01-19 15:38:47','2021-01-19 07:38:47'),(49089,19273,'action complete via WP Cron','2021-01-19 15:38:47','2021-01-19 07:38:47'),(49090,19274,'action created','2021-01-19 15:38:47','2021-01-19 07:38:47'),(49091,19274,'action started via WP Cron','2021-01-19 15:39:51','2021-01-19 07:39:51'),(49092,19274,'action complete via WP Cron','2021-01-19 15:39:51','2021-01-19 07:39:51'),(49093,19275,'action created','2021-01-19 15:39:51','2021-01-19 07:39:51'),(49094,19275,'action started via WP Cron','2021-01-19 15:40:46','2021-01-19 07:40:46'),(49095,19275,'action complete via WP Cron','2021-01-19 15:40:46','2021-01-19 07:40:46'),(49096,19276,'action created','2021-01-19 15:40:46','2021-01-19 07:40:46'),(49097,19276,'action started via WP Cron','2021-01-19 15:41:52','2021-01-19 07:41:52'),(49098,19276,'action complete via WP Cron','2021-01-19 15:41:52','2021-01-19 07:41:52'),(49099,19277,'action created','2021-01-19 15:41:52','2021-01-19 07:41:52'),(49100,19277,'action started via WP Cron','2021-01-19 15:42:41','2021-01-19 07:42:41'),(49101,19277,'action complete via WP Cron','2021-01-19 15:42:41','2021-01-19 07:42:41'),(49102,19278,'action created','2021-01-19 15:42:41','2021-01-19 07:42:41'),(49103,19278,'action started via WP Cron','2021-01-19 15:43:52','2021-01-19 07:43:52'),(49104,19278,'action complete via WP Cron','2021-01-19 15:43:52','2021-01-19 07:43:52'),(49105,19279,'action created','2021-01-19 15:43:52','2021-01-19 07:43:52'),(49106,19279,'action started via WP Cron','2021-01-19 15:44:45','2021-01-19 07:44:45'),(49107,19279,'action complete via WP Cron','2021-01-19 15:44:45','2021-01-19 07:44:45'),(49108,19280,'action created','2021-01-19 15:44:45','2021-01-19 07:44:45'),(49109,19280,'action started via WP Cron','2021-01-19 15:45:43','2021-01-19 07:45:43'),(49110,19280,'action complete via WP Cron','2021-01-19 15:45:43','2021-01-19 07:45:43'),(49111,19281,'action created','2021-01-19 15:45:43','2021-01-19 07:45:43'),(49112,19281,'action started via WP Cron','2021-01-19 15:46:58','2021-01-19 07:46:58'),(49113,19281,'action complete via WP Cron','2021-01-19 15:46:58','2021-01-19 07:46:58'),(49114,19282,'action created','2021-01-19 15:46:58','2021-01-19 07:46:58'),(49115,19282,'action started via WP Cron','2021-01-19 15:48:01','2021-01-19 07:48:01'),(49116,19282,'action complete via WP Cron','2021-01-19 15:48:01','2021-01-19 07:48:01'),(49117,19283,'action created','2021-01-19 15:48:01','2021-01-19 07:48:01'),(49118,19283,'action started via WP Cron','2021-01-19 15:48:47','2021-01-19 07:48:47'),(49119,19283,'action complete via WP Cron','2021-01-19 15:48:47','2021-01-19 07:48:47'),(49120,19284,'action created','2021-01-19 15:48:47','2021-01-19 07:48:47'),(49121,19284,'action started via WP Cron','2021-01-19 15:49:51','2021-01-19 07:49:51'),(49122,19284,'action complete via WP Cron','2021-01-19 15:49:51','2021-01-19 07:49:51'),(49123,19285,'action created','2021-01-19 15:49:51','2021-01-19 07:49:51'),(49124,19285,'action started via WP Cron','2021-01-19 15:50:51','2021-01-19 07:50:51'),(49125,19285,'action complete via WP Cron','2021-01-19 15:50:51','2021-01-19 07:50:51'),(49126,19286,'action created','2021-01-19 15:50:51','2021-01-19 07:50:51'),(49127,19286,'action started via WP Cron','2021-01-19 15:51:42','2021-01-19 07:51:42'),(49128,19286,'action complete via WP Cron','2021-01-19 15:51:42','2021-01-19 07:51:42'),(49129,19287,'action created','2021-01-19 15:51:42','2021-01-19 07:51:42'),(49130,19287,'action started via WP Cron','2021-01-19 15:52:45','2021-01-19 07:52:45'),(49131,19287,'action complete via WP Cron','2021-01-19 15:52:45','2021-01-19 07:52:45'),(49132,19288,'action created','2021-01-19 15:52:45','2021-01-19 07:52:45'),(49133,19288,'action started via WP Cron','2021-01-19 15:53:45','2021-01-19 07:53:45'),(49134,19288,'action complete via WP Cron','2021-01-19 15:53:45','2021-01-19 07:53:45'),(49135,19289,'action created','2021-01-19 15:53:45','2021-01-19 07:53:45'),(49136,19289,'action started via WP Cron','2021-01-19 15:54:41','2021-01-19 07:54:41'),(49137,19289,'action complete via WP Cron','2021-01-19 15:54:41','2021-01-19 07:54:41'),(49138,19290,'action created','2021-01-19 15:54:42','2021-01-19 07:54:42'),(49139,19290,'action started via WP Cron','2021-01-19 15:55:42','2021-01-19 07:55:42'),(49140,19290,'action complete via WP Cron','2021-01-19 15:55:42','2021-01-19 07:55:42'),(49141,19291,'action created','2021-01-19 15:55:42','2021-01-19 07:55:42'),(49142,19291,'action started via WP Cron','2021-01-19 15:56:47','2021-01-19 07:56:47'),(49143,19291,'action complete via WP Cron','2021-01-19 15:56:47','2021-01-19 07:56:47'),(49144,19292,'action created','2021-01-19 15:56:47','2021-01-19 07:56:47'),(49145,19292,'action started via WP Cron','2021-01-19 15:57:43','2021-01-19 07:57:43'),(49146,19292,'action complete via WP Cron','2021-01-19 15:57:43','2021-01-19 07:57:43'),(49147,19293,'action created','2021-01-19 15:57:43','2021-01-19 07:57:43'),(49148,19293,'action started via WP Cron','2021-01-19 15:58:48','2021-01-19 07:58:48'),(49149,19293,'action complete via WP Cron','2021-01-19 15:58:48','2021-01-19 07:58:48'),(49150,19294,'action created','2021-01-19 15:58:48','2021-01-19 07:58:48'),(49151,19294,'action started via WP Cron','2021-01-19 15:59:52','2021-01-19 07:59:52'),(49152,19294,'action complete via WP Cron','2021-01-19 15:59:52','2021-01-19 07:59:52'),(49153,19295,'action created','2021-01-19 15:59:52','2021-01-19 07:59:52'),(49154,19295,'action started via WP Cron','2021-01-19 16:00:40','2021-01-19 08:00:40'),(49155,19295,'action complete via WP Cron','2021-01-19 16:00:40','2021-01-19 08:00:40'),(49156,19296,'action created','2021-01-19 16:00:40','2021-01-19 08:00:40'),(49157,19296,'action started via WP Cron','2021-01-19 16:02:04','2021-01-19 08:02:04'),(49158,19296,'action complete via WP Cron','2021-01-19 16:02:04','2021-01-19 08:02:04'),(49159,19297,'action created','2021-01-19 16:02:04','2021-01-19 08:02:04'),(49160,19297,'action started via WP Cron','2021-01-19 16:04:55','2021-01-19 08:04:55'),(49161,19297,'action complete via WP Cron','2021-01-19 16:04:55','2021-01-19 08:04:55'),(49162,19298,'action created','2021-01-19 16:04:55','2021-01-19 08:04:55'),(49163,19298,'action started via WP Cron','2021-01-19 16:12:51','2021-01-19 08:12:51'),(49164,19298,'action complete via WP Cron','2021-01-19 16:12:51','2021-01-19 08:12:51'),(49165,19299,'action created','2021-01-19 16:12:51','2021-01-19 08:12:51'),(49166,19299,'action started via WP Cron','2021-01-19 16:13:53','2021-01-19 08:13:53'),(49167,19299,'action complete via WP Cron','2021-01-19 16:13:53','2021-01-19 08:13:53'),(49168,19300,'action created','2021-01-19 16:13:53','2021-01-19 08:13:53'),(49169,19300,'action started via WP Cron','2021-01-19 16:18:24','2021-01-19 08:18:24'),(49170,19300,'action complete via WP Cron','2021-01-19 16:18:24','2021-01-19 08:18:24'),(49171,19301,'action created','2021-01-19 16:18:24','2021-01-19 08:18:24'),(49172,19301,'action started via WP Cron','2021-01-19 16:20:15','2021-01-19 08:20:15'),(49173,19301,'action complete via WP Cron','2021-01-19 16:20:15','2021-01-19 08:20:15'),(49174,19302,'action created','2021-01-19 16:21:04','2021-01-19 08:21:04'),(49175,19302,'action started via WP Cron','2021-01-19 16:23:10','2021-01-19 08:23:10'),(49176,19302,'action complete via WP Cron','2021-01-19 16:23:10','2021-01-19 08:23:10'),(49177,19303,'action created','2021-01-19 16:23:11','2021-01-19 08:23:11'),(49178,19303,'action started via WP Cron','2021-01-19 16:24:27','2021-01-19 08:24:27'),(49179,19303,'action complete via WP Cron','2021-01-19 16:24:27','2021-01-19 08:24:27'),(49180,19304,'action created','2021-01-19 16:24:27','2021-01-19 08:24:27'),(49181,19304,'action started via WP Cron','2021-01-19 16:24:54','2021-01-19 08:24:54'),(49182,19304,'action complete via WP Cron','2021-01-19 16:24:54','2021-01-19 08:24:54'),(49183,19305,'action created','2021-01-19 16:24:54','2021-01-19 08:24:54'),(49184,19305,'action started via WP Cron','2021-01-19 16:26:37','2021-01-19 08:26:37'),(49185,19305,'action complete via WP Cron','2021-01-19 16:26:37','2021-01-19 08:26:37'),(49186,19306,'action created','2021-01-19 16:26:37','2021-01-19 08:26:37'),(49187,19306,'action started via WP Cron','2021-01-19 16:27:08','2021-01-19 08:27:08'),(49188,19306,'action complete via WP Cron','2021-01-19 16:27:08','2021-01-19 08:27:08'),(49189,19307,'action created','2021-01-19 16:27:08','2021-01-19 08:27:08'),(49190,19307,'action started via WP Cron','2021-01-19 16:27:46','2021-01-19 08:27:46'),(49191,19307,'action complete via WP Cron','2021-01-19 16:27:46','2021-01-19 08:27:46'),(49192,19308,'action created','2021-01-19 16:27:46','2021-01-19 08:27:46'),(49193,19308,'action started via WP Cron','2021-01-19 16:28:52','2021-01-19 08:28:52'),(49194,19308,'action complete via WP Cron','2021-01-19 16:28:52','2021-01-19 08:28:52'),(49195,19309,'action created','2021-01-19 16:28:52','2021-01-19 08:28:52'),(49196,19309,'action started via WP Cron','2021-01-19 16:29:56','2021-01-19 08:29:56'),(49197,19309,'action complete via WP Cron','2021-01-19 16:29:56','2021-01-19 08:29:56'),(49198,19310,'action created','2021-01-19 16:29:56','2021-01-19 08:29:56'),(49199,19310,'action started via WP Cron','2021-01-19 16:31:34','2021-01-19 08:31:34'),(49200,19310,'action complete via WP Cron','2021-01-19 16:31:34','2021-01-19 08:31:34'),(49201,19311,'action created','2021-01-19 16:31:34','2021-01-19 08:31:34'),(49202,19311,'action started via WP Cron','2021-01-19 16:33:34','2021-01-19 08:33:34'),(49203,19311,'action complete via WP Cron','2021-01-19 16:33:34','2021-01-19 08:33:34'),(49204,19312,'action created','2021-01-19 16:33:34','2021-01-19 08:33:34'),(49205,19312,'action started via WP Cron','2021-01-19 16:37:38','2021-01-19 08:37:38'),(49206,19312,'action complete via WP Cron','2021-01-19 16:37:38','2021-01-19 08:37:38'),(49207,19313,'action created','2021-01-19 16:37:38','2021-01-19 08:37:38'),(49208,19313,'action started via WP Cron','2021-01-19 16:37:52','2021-01-19 08:37:52'),(49209,19313,'action complete via WP Cron','2021-01-19 16:37:52','2021-01-19 08:37:52'),(49210,19314,'action created','2021-01-19 16:37:52','2021-01-19 08:37:52'),(49211,19314,'action started via WP Cron','2021-01-19 16:39:04','2021-01-19 08:39:04'),(49212,19314,'action complete via WP Cron','2021-01-19 16:39:04','2021-01-19 08:39:04'),(49213,19315,'action created','2021-01-19 16:39:04','2021-01-19 08:39:04'),(49214,19315,'action started via WP Cron','2021-01-19 16:40:44','2021-01-19 08:40:44'),(49215,19315,'action complete via WP Cron','2021-01-19 16:40:44','2021-01-19 08:40:44'),(49216,19316,'action created','2021-01-19 16:40:44','2021-01-19 08:40:44'),(49217,19316,'action started via WP Cron','2021-01-19 16:43:48','2021-01-19 08:43:48'),(49218,19316,'action complete via WP Cron','2021-01-19 16:43:48','2021-01-19 08:43:48'),(49219,19317,'action created','2021-01-19 16:43:48','2021-01-19 08:43:48'),(49220,19317,'action started via WP Cron','2021-01-19 16:47:10','2021-01-19 08:47:10'),(49221,19317,'action complete via WP Cron','2021-01-19 16:47:10','2021-01-19 08:47:10'),(49222,19318,'action created','2021-01-19 16:47:10','2021-01-19 08:47:10'),(49223,19318,'action started via WP Cron','2021-01-19 16:50:45','2021-01-19 08:50:45'),(49224,19318,'action complete via WP Cron','2021-01-19 16:50:45','2021-01-19 08:50:45'),(49225,19319,'action created','2021-01-19 16:50:45','2021-01-19 08:50:45'),(49226,19319,'action started via WP Cron','2021-01-19 16:52:27','2021-01-19 08:52:27'),(49227,19319,'action complete via WP Cron','2021-01-19 16:52:27','2021-01-19 08:52:27'),(49228,19320,'action created','2021-01-19 16:52:27','2021-01-19 08:52:27'),(49229,19320,'action started via WP Cron','2021-01-19 16:55:23','2021-01-19 08:55:23'),(49230,19320,'action complete via WP Cron','2021-01-19 16:55:23','2021-01-19 08:55:23'),(49231,19321,'action created','2021-01-19 16:55:24','2021-01-19 08:55:24'),(49232,19321,'action started via WP Cron','2021-01-19 16:55:56','2021-01-19 08:55:56'),(49233,19321,'action complete via WP Cron','2021-01-19 16:55:56','2021-01-19 08:55:56'),(49234,19322,'action created','2021-01-19 16:55:56','2021-01-19 08:55:56'),(49235,19322,'action started via WP Cron','2021-01-19 16:56:52','2021-01-19 08:56:52'),(49236,19322,'action complete via WP Cron','2021-01-19 16:56:52','2021-01-19 08:56:52'),(49237,19323,'action created','2021-01-19 16:56:52','2021-01-19 08:56:52'),(49238,19323,'action started via WP Cron','2021-01-19 16:57:50','2021-01-19 08:57:50'),(49239,19323,'action complete via WP Cron','2021-01-19 16:57:50','2021-01-19 08:57:50'),(49240,19324,'action created','2021-01-19 16:57:50','2021-01-19 08:57:50'),(49241,19324,'action started via WP Cron','2021-01-19 17:01:03','2021-01-19 09:01:03'),(49242,19324,'action complete via WP Cron','2021-01-19 17:01:03','2021-01-19 09:01:03'),(49243,19325,'action created','2021-01-19 17:01:03','2021-01-19 09:01:03'),(49244,19325,'action started via WP Cron','2021-01-19 17:02:33','2021-01-19 09:02:33'),(49245,19325,'action complete via WP Cron','2021-01-19 17:02:33','2021-01-19 09:02:33'),(49246,19326,'action created','2021-01-19 17:02:33','2021-01-19 09:02:33'),(49247,19326,'action started via WP Cron','2021-01-19 17:06:31','2021-01-19 09:06:31'),(49248,19326,'action complete via WP Cron','2021-01-19 17:06:31','2021-01-19 09:06:31'),(49249,19327,'action created','2021-01-19 17:06:31','2021-01-19 09:06:31'),(49250,19327,'action started via WP Cron','2021-01-19 17:07:19','2021-01-19 09:07:19'),(49251,19327,'action complete via WP Cron','2021-01-19 17:07:19','2021-01-19 09:07:19'),(49252,19328,'action created','2021-01-19 17:07:19','2021-01-19 09:07:19'),(49253,19328,'action started via WP Cron','2021-01-19 17:09:44','2021-01-19 09:09:44'),(49254,19328,'action complete via WP Cron','2021-01-19 17:09:44','2021-01-19 09:09:44'),(49255,19329,'action created','2021-01-19 17:09:44','2021-01-19 09:09:44'),(49256,19329,'action started via WP Cron','2021-01-19 17:10:56','2021-01-19 09:10:56'),(49257,19329,'action complete via WP Cron','2021-01-19 17:10:56','2021-01-19 09:10:56'),(49258,19330,'action created','2021-01-19 17:10:56','2021-01-19 09:10:56'),(49259,19330,'action started via WP Cron','2021-01-19 17:11:44','2021-01-19 09:11:44'),(49260,19330,'action complete via WP Cron','2021-01-19 17:11:44','2021-01-19 09:11:44'),(49261,19331,'action created','2021-01-19 17:11:44','2021-01-19 09:11:44'),(49262,19331,'action started via WP Cron','2021-01-19 17:14:13','2021-01-19 09:14:13'),(49263,19331,'action complete via WP Cron','2021-01-19 17:14:13','2021-01-19 09:14:13'),(49264,19332,'action created','2021-01-19 17:14:13','2021-01-19 09:14:13'),(49265,19332,'action started via WP Cron','2021-01-19 17:15:07','2021-01-19 09:15:07'),(49266,19332,'action complete via WP Cron','2021-01-19 17:15:07','2021-01-19 09:15:07'),(49267,19333,'action created','2021-01-19 17:15:07','2021-01-19 09:15:07'),(49268,19333,'action started via WP Cron','2021-01-19 17:16:00','2021-01-19 09:16:00'),(49269,19333,'action complete via WP Cron','2021-01-19 17:16:00','2021-01-19 09:16:00'),(49270,19334,'action created','2021-01-19 17:16:00','2021-01-19 09:16:00'),(49271,19334,'action started via WP Cron','2021-01-19 17:17:09','2021-01-19 09:17:09'),(49272,19334,'action complete via WP Cron','2021-01-19 17:17:09','2021-01-19 09:17:09'),(49273,19335,'action created','2021-01-19 17:17:10','2021-01-19 09:17:10'),(49274,19335,'action started via WP Cron','2021-01-19 17:18:06','2021-01-19 09:18:06'),(49275,19335,'action complete via WP Cron','2021-01-19 17:18:06','2021-01-19 09:18:06'),(49276,19336,'action created','2021-01-19 17:18:06','2021-01-19 09:18:06'),(49277,19336,'action started via WP Cron','2021-01-19 17:19:58','2021-01-19 09:19:58'),(49278,19336,'action complete via WP Cron','2021-01-19 17:19:58','2021-01-19 09:19:58'),(49279,19337,'action created','2021-01-19 17:19:58','2021-01-19 09:19:58'),(49280,19337,'action started via WP Cron','2021-01-19 17:22:51','2021-01-19 09:22:51'),(49281,19337,'action complete via WP Cron','2021-01-19 17:22:51','2021-01-19 09:22:51'),(49282,19338,'action created','2021-01-19 17:22:51','2021-01-19 09:22:51'),(49283,19338,'action started via WP Cron','2021-01-19 17:24:32','2021-01-19 09:24:32'),(49284,19338,'action complete via WP Cron','2021-01-19 17:24:32','2021-01-19 09:24:32'),(49285,19339,'action created','2021-01-19 17:24:33','2021-01-19 09:24:33'),(49286,19339,'action started via WP Cron','2021-01-19 17:25:03','2021-01-19 09:25:03'),(49287,19339,'action complete via WP Cron','2021-01-19 17:25:03','2021-01-19 09:25:03'),(49288,19340,'action created','2021-01-19 17:25:03','2021-01-19 09:25:03'),(49289,19340,'action started via WP Cron','2021-01-19 17:27:15','2021-01-19 09:27:15'),(49290,19340,'action complete via WP Cron','2021-01-19 17:27:15','2021-01-19 09:27:15'),(49291,19341,'action created','2021-01-19 17:27:15','2021-01-19 09:27:15'),(49292,19341,'action started via WP Cron','2021-01-19 17:27:52','2021-01-19 09:27:52'),(49293,19341,'action complete via WP Cron','2021-01-19 17:27:52','2021-01-19 09:27:52'),(49294,19342,'action created','2021-01-19 17:27:52','2021-01-19 09:27:52'),(49295,19342,'action started via WP Cron','2021-01-19 17:29:14','2021-01-19 09:29:14'),(49296,19342,'action complete via WP Cron','2021-01-19 17:29:14','2021-01-19 09:29:14'),(49297,19343,'action created','2021-01-19 17:29:14','2021-01-19 09:29:14'),(49298,19343,'action started via WP Cron','2021-01-19 17:29:41','2021-01-19 09:29:41'),(49299,19343,'action complete via WP Cron','2021-01-19 17:29:41','2021-01-19 09:29:41'),(49300,19344,'action created','2021-01-19 17:29:41','2021-01-19 09:29:41'),(49301,19344,'action started via WP Cron','2021-01-19 17:30:42','2021-01-19 09:30:42'),(49302,19344,'action complete via WP Cron','2021-01-19 17:30:42','2021-01-19 09:30:42'),(49303,19345,'action created','2021-01-19 17:30:42','2021-01-19 09:30:42'),(49304,19345,'action started via WP Cron','2021-01-19 17:33:12','2021-01-19 09:33:12'),(49305,19345,'action complete via WP Cron','2021-01-19 17:33:12','2021-01-19 09:33:12'),(49306,19346,'action created','2021-01-19 17:33:12','2021-01-19 09:33:12'),(49307,19346,'action started via WP Cron','2021-01-19 17:34:55','2021-01-19 09:34:55'),(49308,19346,'action complete via WP Cron','2021-01-19 17:34:56','2021-01-19 09:34:56'),(49309,19347,'action created','2021-01-19 17:34:56','2021-01-19 09:34:56'),(49310,19347,'action started via WP Cron','2021-01-19 17:38:22','2021-01-19 09:38:22'),(49311,19347,'action complete via WP Cron','2021-01-19 17:38:22','2021-01-19 09:38:22'),(49312,19348,'action created','2021-01-19 17:38:22','2021-01-19 09:38:22'),(49313,19348,'action started via WP Cron','2021-01-19 17:42:13','2021-01-19 09:42:13'),(49314,19348,'action complete via WP Cron','2021-01-19 17:42:13','2021-01-19 09:42:13'),(49315,19349,'action created','2021-01-19 17:42:13','2021-01-19 09:42:13'),(49316,19349,'action started via WP Cron','2021-01-19 17:43:15','2021-01-19 09:43:15'),(49317,19349,'action complete via WP Cron','2021-01-19 17:43:15','2021-01-19 09:43:15'),(49318,19350,'action created','2021-01-19 17:43:15','2021-01-19 09:43:15'),(49319,19350,'action started via WP Cron','2021-01-19 17:44:14','2021-01-19 09:44:14'),(49320,19350,'action complete via WP Cron','2021-01-19 17:44:14','2021-01-19 09:44:14'),(49321,19351,'action created','2021-01-19 17:44:14','2021-01-19 09:44:14'),(49322,19351,'action started via WP Cron','2021-01-19 17:44:48','2021-01-19 09:44:48'),(49323,19351,'action complete via WP Cron','2021-01-19 17:44:48','2021-01-19 09:44:48'),(49324,19352,'action created','2021-01-19 17:44:48','2021-01-19 09:44:48'),(49325,19352,'action started via WP Cron','2021-01-19 17:45:51','2021-01-19 09:45:51'),(49326,19352,'action complete via WP Cron','2021-01-19 17:45:51','2021-01-19 09:45:51'),(49327,19353,'action created','2021-01-19 17:45:51','2021-01-19 09:45:51'),(49328,19353,'action started via WP Cron','2021-01-19 17:46:47','2021-01-19 09:46:47'),(49329,19353,'action complete via WP Cron','2021-01-19 17:46:47','2021-01-19 09:46:47'),(49330,19354,'action created','2021-01-19 17:46:47','2021-01-19 09:46:47'),(49331,19354,'action started via WP Cron','2021-01-19 17:47:56','2021-01-19 09:47:56'),(49332,19354,'action complete via WP Cron','2021-01-19 17:47:56','2021-01-19 09:47:56'),(49333,19355,'action created','2021-01-19 17:47:56','2021-01-19 09:47:56'),(49334,19355,'action started via WP Cron','2021-01-19 17:48:54','2021-01-19 09:48:54'),(49335,19355,'action complete via WP Cron','2021-01-19 17:48:54','2021-01-19 09:48:54'),(49336,19356,'action created','2021-01-19 17:48:55','2021-01-19 09:48:55'),(49337,19356,'action started via WP Cron','2021-01-19 17:49:56','2021-01-19 09:49:56'),(49338,19356,'action complete via WP Cron','2021-01-19 17:49:56','2021-01-19 09:49:56'),(49339,19357,'action created','2021-01-19 17:49:56','2021-01-19 09:49:56'),(49340,19357,'action started via WP Cron','2021-01-19 17:52:37','2021-01-19 09:52:37'),(49341,19357,'action complete via WP Cron','2021-01-19 17:52:37','2021-01-19 09:52:37'),(49342,19358,'action created','2021-01-19 17:52:37','2021-01-19 09:52:37'),(49343,19358,'action started via WP Cron','2021-01-19 17:54:20','2021-01-19 09:54:20'),(49344,19358,'action complete via WP Cron','2021-01-19 17:54:20','2021-01-19 09:54:20'),(49345,19359,'action created','2021-01-19 17:54:20','2021-01-19 09:54:20'),(49346,19359,'action started via WP Cron','2021-01-19 17:56:10','2021-01-19 09:56:10'),(49347,19359,'action complete via WP Cron','2021-01-19 17:56:10','2021-01-19 09:56:10'),(49348,19360,'action created','2021-01-19 17:56:10','2021-01-19 09:56:10'),(49349,19360,'action started via WP Cron','2021-01-19 17:58:07','2021-01-19 09:58:07'),(49350,19360,'action complete via WP Cron','2021-01-19 17:58:07','2021-01-19 09:58:07'),(49351,19361,'action created','2021-01-19 17:58:08','2021-01-19 09:58:08'),(49352,19361,'action started via WP Cron','2021-01-19 17:59:55','2021-01-19 09:59:55'),(49353,19361,'action complete via WP Cron','2021-01-19 17:59:55','2021-01-19 09:59:55'),(49354,19362,'action created','2021-01-19 17:59:55','2021-01-19 09:59:55'),(49355,19362,'action started via WP Cron','2021-01-19 18:00:51','2021-01-19 10:00:51'),(49356,19362,'action complete via WP Cron','2021-01-19 18:00:51','2021-01-19 10:00:51'),(49357,19363,'action created','2021-01-19 18:00:51','2021-01-19 10:00:51'),(49358,19363,'action started via WP Cron','2021-01-19 18:02:05','2021-01-19 10:02:05'),(49359,19363,'action complete via WP Cron','2021-01-19 18:02:05','2021-01-19 10:02:05'),(49360,19364,'action created','2021-01-19 18:02:05','2021-01-19 10:02:05'),(49361,19364,'action started via WP Cron','2021-01-19 18:03:00','2021-01-19 10:03:00'),(49362,19364,'action complete via WP Cron','2021-01-19 18:03:00','2021-01-19 10:03:00'),(49363,19365,'action created','2021-01-19 18:03:00','2021-01-19 10:03:00'),(49364,19365,'action started via WP Cron','2021-01-19 18:04:02','2021-01-19 10:04:02'),(49365,19365,'action complete via WP Cron','2021-01-19 18:04:02','2021-01-19 10:04:02'),(49366,19366,'action created','2021-01-19 18:04:02','2021-01-19 10:04:02'),(49367,19366,'action started via WP Cron','2021-01-19 18:05:29','2021-01-19 10:05:29'),(49368,19366,'action complete via WP Cron','2021-01-19 18:05:29','2021-01-19 10:05:29'),(49369,19367,'action created','2021-01-19 18:05:29','2021-01-19 10:05:29'),(49370,19367,'action started via WP Cron','2021-01-19 18:06:06','2021-01-19 10:06:06'),(49371,19367,'action complete via WP Cron','2021-01-19 18:06:06','2021-01-19 10:06:06'),(49372,19368,'action created','2021-01-19 18:06:14','2021-01-19 10:06:14'),(49373,19368,'action started via WP Cron','2021-01-19 18:06:55','2021-01-19 10:06:55'),(49374,19368,'action complete via WP Cron','2021-01-19 18:06:55','2021-01-19 10:06:55'),(49375,19369,'action created','2021-01-19 18:06:55','2021-01-19 10:06:55'),(49376,19369,'action started via WP Cron','2021-01-19 18:10:11','2021-01-19 10:10:11'),(49377,19369,'action complete via WP Cron','2021-01-19 18:10:11','2021-01-19 10:10:11'),(49378,19370,'action created','2021-01-19 18:10:11','2021-01-19 10:10:11'),(49379,19370,'action started via WP Cron','2021-01-19 18:10:45','2021-01-19 10:10:45'),(49380,19370,'action complete via WP Cron','2021-01-19 18:10:45','2021-01-19 10:10:45'),(49381,19371,'action created','2021-01-19 18:10:45','2021-01-19 10:10:45'),(49382,19371,'action started via WP Cron','2021-01-19 18:14:44','2021-01-19 10:14:44'),(49383,19371,'action complete via WP Cron','2021-01-19 18:14:44','2021-01-19 10:14:44'),(49384,19372,'action created','2021-01-19 18:14:44','2021-01-19 10:14:44'),(49385,19372,'action started via WP Cron','2021-01-19 18:16:34','2021-01-19 10:16:34'),(49386,19372,'action complete via WP Cron','2021-01-19 18:16:34','2021-01-19 10:16:34'),(49387,19373,'action created','2021-01-19 18:16:34','2021-01-19 10:16:34'),(49388,19373,'action started via WP Cron','2021-01-19 18:17:08','2021-01-19 10:17:08'),(49389,19373,'action complete via WP Cron','2021-01-19 18:17:08','2021-01-19 10:17:08'),(49390,19374,'action created','2021-01-19 18:17:08','2021-01-19 10:17:08'),(49391,19374,'action started via WP Cron','2021-01-19 18:17:42','2021-01-19 10:17:42'),(49392,19374,'action complete via WP Cron','2021-01-19 18:17:42','2021-01-19 10:17:42'),(49393,19375,'action created','2021-01-19 18:17:42','2021-01-19 10:17:42'),(49394,19375,'action started via WP Cron','2021-01-19 18:20:53','2021-01-19 10:20:53'),(49395,19375,'action complete via WP Cron','2021-01-19 18:20:53','2021-01-19 10:20:53'),(49396,19376,'action created','2021-01-19 18:20:53','2021-01-19 10:20:53'),(49397,19376,'action started via WP Cron','2021-01-19 18:24:05','2021-01-19 10:24:05'),(49398,19376,'action complete via WP Cron','2021-01-19 18:24:05','2021-01-19 10:24:05'),(49399,19377,'action created','2021-01-19 18:24:05','2021-01-19 10:24:05'),(49400,19377,'action started via WP Cron','2021-01-19 18:25:42','2021-01-19 10:25:42'),(49401,19377,'action complete via WP Cron','2021-01-19 18:25:42','2021-01-19 10:25:42'),(49402,19378,'action created','2021-01-19 18:25:42','2021-01-19 10:25:42'),(49403,19378,'action started via WP Cron','2021-01-19 18:29:28','2021-01-19 10:29:28'),(49404,19378,'action complete via WP Cron','2021-01-19 18:29:28','2021-01-19 10:29:28'),(49405,19379,'action created','2021-01-19 18:29:28','2021-01-19 10:29:28'),(49406,19379,'action started via WP Cron','2021-01-19 18:30:00','2021-01-19 10:30:00'),(49407,19379,'action complete via WP Cron','2021-01-19 18:30:00','2021-01-19 10:30:00'),(49408,19380,'action created','2021-01-19 18:30:00','2021-01-19 10:30:00'),(49409,19380,'action started via WP Cron','2021-01-19 18:31:15','2021-01-19 10:31:15'),(49410,19380,'action complete via WP Cron','2021-01-19 18:31:15','2021-01-19 10:31:15'),(49411,19381,'action created','2021-01-19 18:31:15','2021-01-19 10:31:15'),(49412,19381,'action started via WP Cron','2021-01-19 18:31:54','2021-01-19 10:31:54'),(49413,19381,'action complete via WP Cron','2021-01-19 18:31:54','2021-01-19 10:31:54'),(49414,19382,'action created','2021-01-19 18:31:54','2021-01-19 10:31:54'),(49415,19382,'action started via WP Cron','2021-01-19 18:34:39','2021-01-19 10:34:39'),(49416,19382,'action complete via WP Cron','2021-01-19 18:34:39','2021-01-19 10:34:39'),(49417,19383,'action created','2021-01-19 18:34:39','2021-01-19 10:34:39'),(49418,19383,'action started via WP Cron','2021-01-19 18:37:50','2021-01-19 10:37:50'),(49419,19383,'action complete via WP Cron','2021-01-19 18:37:50','2021-01-19 10:37:50'),(49420,19384,'action created','2021-01-19 18:37:50','2021-01-19 10:37:50'),(49421,19384,'action started via WP Cron','2021-01-19 18:42:30','2021-01-19 10:42:30'),(49422,19384,'action complete via WP Cron','2021-01-19 18:42:30','2021-01-19 10:42:30'),(49423,19385,'action created','2021-01-19 18:42:30','2021-01-19 10:42:30'),(49424,19385,'action started via WP Cron','2021-01-19 18:43:49','2021-01-19 10:43:49'),(49425,19385,'action complete via WP Cron','2021-01-19 18:43:49','2021-01-19 10:43:49'),(49426,19386,'action created','2021-01-19 18:43:49','2021-01-19 10:43:49'),(49427,19386,'action started via WP Cron','2021-01-19 18:45:14','2021-01-19 10:45:14'),(49428,19386,'action complete via WP Cron','2021-01-19 18:45:14','2021-01-19 10:45:14'),(49429,19387,'action created','2021-01-19 18:45:14','2021-01-19 10:45:14'),(49430,19387,'action started via WP Cron','2021-01-19 18:46:31','2021-01-19 10:46:31'),(49431,19387,'action complete via WP Cron','2021-01-19 18:46:31','2021-01-19 10:46:31'),(49432,19388,'action created','2021-01-19 18:46:31','2021-01-19 10:46:31'),(49433,19388,'action started via WP Cron','2021-01-19 18:48:00','2021-01-19 10:48:00'),(49434,19388,'action complete via WP Cron','2021-01-19 18:48:00','2021-01-19 10:48:00'),(49435,19389,'action created','2021-01-19 18:48:00','2021-01-19 10:48:00'),(49436,19389,'action started via WP Cron','2021-01-19 18:49:06','2021-01-19 10:49:06'),(49437,19389,'action complete via WP Cron','2021-01-19 18:49:06','2021-01-19 10:49:06'),(49438,19390,'action created','2021-01-19 18:49:06','2021-01-19 10:49:06'),(49439,19390,'action started via WP Cron','2021-01-19 18:50:03','2021-01-19 10:50:03'),(49440,19390,'action complete via WP Cron','2021-01-19 18:50:03','2021-01-19 10:50:03'),(49441,19391,'action created','2021-01-19 18:50:03','2021-01-19 10:50:03'),(49442,19391,'action started via WP Cron','2021-01-19 18:50:58','2021-01-19 10:50:58'),(49443,19391,'action complete via WP Cron','2021-01-19 18:50:58','2021-01-19 10:50:58'),(49444,19392,'action created','2021-01-19 18:50:58','2021-01-19 10:50:58'),(49445,19392,'action started via WP Cron','2021-01-19 18:51:50','2021-01-19 10:51:50'),(49446,19392,'action complete via WP Cron','2021-01-19 18:51:50','2021-01-19 10:51:50'),(49447,19393,'action created','2021-01-19 18:51:50','2021-01-19 10:51:50'),(49448,19393,'action started via WP Cron','2021-01-19 18:52:55','2021-01-19 10:52:55'),(49449,19393,'action complete via WP Cron','2021-01-19 18:52:55','2021-01-19 10:52:55'),(49450,19394,'action created','2021-01-19 18:52:55','2021-01-19 10:52:55'),(49451,19394,'action started via WP Cron','2021-01-19 18:53:53','2021-01-19 10:53:53'),(49452,19394,'action complete via WP Cron','2021-01-19 18:53:53','2021-01-19 10:53:53'),(49453,19395,'action created','2021-01-19 18:53:53','2021-01-19 10:53:53'),(49454,19395,'action started via WP Cron','2021-01-19 18:54:57','2021-01-19 10:54:57'),(49455,19395,'action complete via WP Cron','2021-01-19 18:54:57','2021-01-19 10:54:57'),(49456,19396,'action created','2021-01-19 18:54:58','2021-01-19 10:54:58'),(49457,19396,'action started via WP Cron','2021-01-19 18:56:18','2021-01-19 10:56:18'),(49458,19396,'action complete via WP Cron','2021-01-19 18:56:18','2021-01-19 10:56:18'),(49459,19397,'action created','2021-01-19 18:56:18','2021-01-19 10:56:18'),(49460,19397,'action started via WP Cron','2021-01-19 18:58:13','2021-01-19 10:58:13'),(49461,19397,'action complete via WP Cron','2021-01-19 18:58:13','2021-01-19 10:58:13'),(49462,19398,'action created','2021-01-19 18:58:13','2021-01-19 10:58:13'),(49463,19398,'action started via WP Cron','2021-01-19 19:00:04','2021-01-19 11:00:04'),(49464,19398,'action complete via WP Cron','2021-01-19 19:00:04','2021-01-19 11:00:04'),(49465,19399,'action created','2021-01-19 19:00:04','2021-01-19 11:00:04'),(49466,19399,'action started via WP Cron','2021-01-19 19:02:30','2021-01-19 11:02:30'),(49467,19399,'action complete via WP Cron','2021-01-19 19:02:30','2021-01-19 11:02:30'),(49468,19400,'action created','2021-01-19 19:02:30','2021-01-19 11:02:30'),(49469,19400,'action started via WP Cron','2021-01-19 19:04:36','2021-01-19 11:04:36'),(49470,19400,'action complete via WP Cron','2021-01-19 19:04:36','2021-01-19 11:04:36'),(49471,19401,'action created','2021-01-19 19:04:37','2021-01-19 11:04:37'),(49472,19401,'action started via WP Cron','2021-01-19 19:04:55','2021-01-19 11:04:55'),(49473,19401,'action complete via WP Cron','2021-01-19 19:04:55','2021-01-19 11:04:55'),(49474,19402,'action created','2021-01-19 19:04:55','2021-01-19 11:04:55'),(49475,19402,'action started via WP Cron','2021-01-19 19:05:52','2021-01-19 11:05:52'),(49476,19402,'action complete via WP Cron','2021-01-19 19:05:52','2021-01-19 11:05:52'),(49477,19403,'action created','2021-01-19 19:05:52','2021-01-19 11:05:52'),(49478,19403,'action started via WP Cron','2021-01-19 19:06:43','2021-01-19 11:06:43'),(49479,19403,'action complete via WP Cron','2021-01-19 19:06:43','2021-01-19 11:06:43'),(49480,19404,'action created','2021-01-19 19:06:43','2021-01-19 11:06:43'),(49481,19404,'action started via WP Cron','2021-01-19 19:09:35','2021-01-19 11:09:35'),(49482,19404,'action complete via WP Cron','2021-01-19 19:09:35','2021-01-19 11:09:35'),(49483,19405,'action created','2021-01-19 19:09:35','2021-01-19 11:09:35'),(49484,19405,'action started via WP Cron','2021-01-19 19:09:59','2021-01-19 11:09:59'),(49485,19405,'action complete via WP Cron','2021-01-19 19:09:59','2021-01-19 11:09:59'),(49486,19406,'action created','2021-01-19 19:09:59','2021-01-19 11:09:59'),(49487,19406,'action started via WP Cron','2021-01-19 19:11:37','2021-01-19 11:11:37'),(49488,19406,'action complete via WP Cron','2021-01-19 19:11:37','2021-01-19 11:11:37'),(49489,19407,'action created','2021-01-19 19:11:37','2021-01-19 11:11:37'),(49490,19407,'action started via WP Cron','2021-01-19 19:13:14','2021-01-19 11:13:14'),(49491,19407,'action complete via WP Cron','2021-01-19 19:13:14','2021-01-19 11:13:14'),(49492,19408,'action created','2021-01-19 19:13:14','2021-01-19 11:13:14'),(49493,19408,'action started via WP Cron','2021-01-19 19:13:57','2021-01-19 11:13:57'),(49494,19408,'action complete via WP Cron','2021-01-19 19:13:57','2021-01-19 11:13:57'),(49495,19409,'action created','2021-01-19 19:13:57','2021-01-19 11:13:57'),(49496,19409,'action started via WP Cron','2021-01-19 19:16:14','2021-01-19 11:16:14'),(49497,19409,'action complete via WP Cron','2021-01-19 19:16:14','2021-01-19 11:16:14'),(49498,19410,'action created','2021-01-19 19:16:14','2021-01-19 11:16:14'),(49499,19410,'action started via WP Cron','2021-01-19 19:17:13','2021-01-19 11:17:13'),(49500,19410,'action complete via WP Cron','2021-01-19 19:17:13','2021-01-19 11:17:13'),(49501,19411,'action created','2021-01-19 19:17:13','2021-01-19 11:17:13'),(49502,19411,'action started via WP Cron','2021-01-19 19:18:05','2021-01-19 11:18:05'),(49503,19411,'action complete via WP Cron','2021-01-19 19:18:05','2021-01-19 11:18:05'),(49504,19412,'action created','2021-01-19 19:18:05','2021-01-19 11:18:05'),(49505,19412,'action started via WP Cron','2021-01-19 19:19:44','2021-01-19 11:19:44'),(49506,19412,'action complete via WP Cron','2021-01-19 19:19:44','2021-01-19 11:19:44'),(49507,19413,'action created','2021-01-19 19:19:44','2021-01-19 11:19:44'),(49508,19413,'action started via WP Cron','2021-01-19 19:21:36','2021-01-19 11:21:36'),(49509,19413,'action complete via WP Cron','2021-01-19 19:21:36','2021-01-19 11:21:36'),(49510,19414,'action created','2021-01-19 19:21:36','2021-01-19 11:21:36'),(49511,19414,'action started via WP Cron','2021-01-19 19:22:33','2021-01-19 11:22:33'),(49512,19414,'action complete via WP Cron','2021-01-19 19:22:33','2021-01-19 11:22:33'),(49513,19415,'action created','2021-01-19 19:22:33','2021-01-19 11:22:33'),(49514,19415,'action started via WP Cron','2021-01-19 19:23:22','2021-01-19 11:23:22'),(49515,19415,'action complete via WP Cron','2021-01-19 19:23:22','2021-01-19 11:23:22'),(49516,19416,'action created','2021-01-19 19:23:22','2021-01-19 11:23:22'),(49517,19416,'action started via WP Cron','2021-01-19 19:24:01','2021-01-19 11:24:01'),(49518,19416,'action complete via WP Cron','2021-01-19 19:24:01','2021-01-19 11:24:01'),(49519,19417,'action created','2021-01-19 19:24:01','2021-01-19 11:24:01'),(49520,19417,'action started via WP Cron','2021-01-19 19:25:25','2021-01-19 11:25:25'),(49521,19417,'action complete via WP Cron','2021-01-19 19:25:25','2021-01-19 11:25:25'),(49522,19418,'action created','2021-01-19 19:25:25','2021-01-19 11:25:25'),(49523,19418,'action started via WP Cron','2021-01-19 19:28:03','2021-01-19 11:28:03'),(49524,19418,'action complete via WP Cron','2021-01-19 19:28:03','2021-01-19 11:28:03'),(49525,19419,'action created','2021-01-19 19:28:03','2021-01-19 11:28:03'),(49526,19419,'action started via WP Cron','2021-01-19 19:32:05','2021-01-19 11:32:05'),(49527,19419,'action complete via WP Cron','2021-01-19 19:32:05','2021-01-19 11:32:05'),(49528,19420,'action created','2021-01-19 19:32:05','2021-01-19 11:32:05'),(49529,19420,'action started via WP Cron','2021-01-19 19:33:16','2021-01-19 11:33:16'),(49530,19420,'action complete via WP Cron','2021-01-19 19:33:16','2021-01-19 11:33:16'),(49531,19421,'action created','2021-01-19 19:33:16','2021-01-19 11:33:16'),(49532,19421,'action started via WP Cron','2021-01-19 19:34:14','2021-01-19 11:34:14'),(49533,19421,'action complete via WP Cron','2021-01-19 19:34:14','2021-01-19 11:34:14'),(49534,19422,'action created','2021-01-19 19:34:14','2021-01-19 11:34:14'),(49535,19422,'action started via WP Cron','2021-01-19 19:35:49','2021-01-19 11:35:49'),(49536,19422,'action complete via WP Cron','2021-01-19 19:35:49','2021-01-19 11:35:49'),(49537,19423,'action created','2021-01-19 19:35:49','2021-01-19 11:35:49'),(49538,19423,'action started via WP Cron','2021-01-19 19:38:01','2021-01-19 11:38:01'),(49539,19423,'action complete via WP Cron','2021-01-19 19:38:01','2021-01-19 11:38:01'),(49540,19424,'action created','2021-01-19 19:38:01','2021-01-19 11:38:01'),(49541,19424,'action started via WP Cron','2021-01-19 19:39:32','2021-01-19 11:39:32'),(49542,19424,'action complete via WP Cron','2021-01-19 19:39:32','2021-01-19 11:39:32'),(49543,19425,'action created','2021-01-19 19:39:32','2021-01-19 11:39:32'),(49544,19425,'action started via WP Cron','2021-01-19 19:41:19','2021-01-19 11:41:19'),(49545,19425,'action complete via WP Cron','2021-01-19 19:41:19','2021-01-19 11:41:19'),(49546,19426,'action created','2021-01-19 19:41:19','2021-01-19 11:41:19'),(49547,19426,'action started via WP Cron','2021-01-19 19:41:49','2021-01-19 11:41:49'),(49548,19426,'action complete via WP Cron','2021-01-19 19:41:49','2021-01-19 11:41:49'),(49549,19427,'action created','2021-01-19 19:41:50','2021-01-19 11:41:50'),(49550,19427,'action started via WP Cron','2021-01-19 19:43:20','2021-01-19 11:43:20'),(49551,19427,'action complete via WP Cron','2021-01-19 19:43:20','2021-01-19 11:43:20'),(49552,19428,'action created','2021-01-19 19:43:20','2021-01-19 11:43:20'),(49553,19428,'action started via WP Cron','2021-01-19 19:45:33','2021-01-19 11:45:33'),(49554,19428,'action complete via WP Cron','2021-01-19 19:45:33','2021-01-19 11:45:33'),(49555,19429,'action created','2021-01-19 19:45:33','2021-01-19 11:45:33'),(49556,19429,'action started via WP Cron','2021-01-19 19:46:25','2021-01-19 11:46:25'),(49557,19429,'action complete via WP Cron','2021-01-19 19:46:25','2021-01-19 11:46:25'),(49558,19430,'action created','2021-01-19 19:46:25','2021-01-19 11:46:25'),(49559,19430,'action started via WP Cron','2021-01-19 19:47:45','2021-01-19 11:47:45'),(49560,19430,'action complete via WP Cron','2021-01-19 19:47:45','2021-01-19 11:47:45'),(49561,19431,'action created','2021-01-19 19:47:46','2021-01-19 11:47:46'),(49562,19431,'action started via WP Cron','2021-01-19 19:50:36','2021-01-19 11:50:36'),(49563,19431,'action complete via WP Cron','2021-01-19 19:50:36','2021-01-19 11:50:36'),(49564,19432,'action created','2021-01-19 19:50:36','2021-01-19 11:50:36'),(49565,19432,'action started via WP Cron','2021-01-19 19:51:51','2021-01-19 11:51:51'),(49566,19432,'action complete via WP Cron','2021-01-19 19:51:51','2021-01-19 11:51:51'),(49567,19433,'action created','2021-01-19 19:51:51','2021-01-19 11:51:51'),(49568,19433,'action started via WP Cron','2021-01-19 19:53:01','2021-01-19 11:53:01'),(49569,19433,'action complete via WP Cron','2021-01-19 19:53:01','2021-01-19 11:53:01'),(49570,19434,'action created','2021-01-19 19:53:02','2021-01-19 11:53:02'),(49571,19434,'action started via WP Cron','2021-01-19 19:55:09','2021-01-19 11:55:09'),(49572,19434,'action complete via WP Cron','2021-01-19 19:55:09','2021-01-19 11:55:09'),(49573,19435,'action created','2021-01-19 19:55:09','2021-01-19 11:55:09'),(49574,19435,'action started via WP Cron','2021-01-19 19:56:36','2021-01-19 11:56:36'),(49575,19435,'action complete via WP Cron','2021-01-19 19:56:36','2021-01-19 11:56:36'),(49576,19436,'action created','2021-01-19 19:56:36','2021-01-19 11:56:36'),(49577,19436,'action started via WP Cron','2021-01-19 19:58:43','2021-01-19 11:58:43'),(49578,19436,'action complete via WP Cron','2021-01-19 19:58:43','2021-01-19 11:58:43'),(49579,19437,'action created','2021-01-19 19:58:43','2021-01-19 11:58:43'),(49580,19437,'action started via WP Cron','2021-01-19 19:59:52','2021-01-19 11:59:52'),(49581,19437,'action complete via WP Cron','2021-01-19 19:59:52','2021-01-19 11:59:52'),(49582,19438,'action created','2021-01-19 19:59:52','2021-01-19 11:59:52'),(49583,19438,'action started via WP Cron','2021-01-19 20:07:23','2021-01-19 12:07:23'),(49584,19438,'action complete via WP Cron','2021-01-19 20:07:23','2021-01-19 12:07:23'),(49585,19439,'action created','2021-01-19 20:07:23','2021-01-19 12:07:23'),(49586,19439,'action started via WP Cron','2021-01-19 20:09:04','2021-01-19 12:09:04'),(49587,19439,'action complete via WP Cron','2021-01-19 20:09:04','2021-01-19 12:09:04'),(49588,19440,'action created','2021-01-19 20:09:04','2021-01-19 12:09:04'),(49589,19440,'action started via WP Cron','2021-01-19 20:12:29','2021-01-19 12:12:29'),(49590,19440,'action complete via WP Cron','2021-01-19 20:12:29','2021-01-19 12:12:29'),(49591,19441,'action created','2021-01-19 20:12:29','2021-01-19 12:12:29'),(49592,19441,'action started via WP Cron','2021-01-19 20:13:51','2021-01-19 12:13:51'),(49593,19441,'action complete via WP Cron','2021-01-19 20:13:51','2021-01-19 12:13:51'),(49594,19442,'action created','2021-01-19 20:13:51','2021-01-19 12:13:51'),(49595,19442,'action started via WP Cron','2021-01-19 20:16:41','2021-01-19 12:16:41'),(49596,19442,'action complete via WP Cron','2021-01-19 20:16:41','2021-01-19 12:16:41'),(49597,19443,'action created','2021-01-19 20:16:41','2021-01-19 12:16:41'),(49598,19443,'action started via WP Cron','2021-01-19 20:19:39','2021-01-19 12:19:39'),(49599,19443,'action complete via WP Cron','2021-01-19 20:19:39','2021-01-19 12:19:39'),(49600,19444,'action created','2021-01-19 20:19:39','2021-01-19 12:19:39'),(49601,19444,'action started via WP Cron','2021-01-19 20:20:06','2021-01-19 12:20:06'),(49602,19444,'action complete via WP Cron','2021-01-19 20:20:06','2021-01-19 12:20:06'),(49603,19445,'action created','2021-01-19 20:20:06','2021-01-19 12:20:06'),(49604,19445,'action started via WP Cron','2021-01-19 20:20:53','2021-01-19 12:20:53'),(49605,19445,'action complete via WP Cron','2021-01-19 20:20:53','2021-01-19 12:20:53'),(49606,19446,'action created','2021-01-19 20:20:53','2021-01-19 12:20:53'),(49607,19446,'action started via WP Cron','2021-01-19 20:25:18','2021-01-19 12:25:18'),(49608,19446,'action complete via WP Cron','2021-01-19 20:25:18','2021-01-19 12:25:18'),(49609,19447,'action created','2021-01-19 20:25:18','2021-01-19 12:25:18'),(49610,19447,'action started via WP Cron','2021-01-19 20:27:58','2021-01-19 12:27:58'),(49611,19447,'action complete via WP Cron','2021-01-19 20:27:58','2021-01-19 12:27:58'),(49612,19448,'action created','2021-01-19 20:27:58','2021-01-19 12:27:58'),(49613,19448,'action started via WP Cron','2021-01-19 20:29:15','2021-01-19 12:29:15'),(49614,19448,'action complete via WP Cron','2021-01-19 20:29:15','2021-01-19 12:29:15'),(49615,19449,'action created','2021-01-19 20:29:15','2021-01-19 12:29:15'),(49616,19449,'action started via WP Cron','2021-01-19 20:29:58','2021-01-19 12:29:58'),(49617,19449,'action complete via WP Cron','2021-01-19 20:29:58','2021-01-19 12:29:58'),(49618,19450,'action created','2021-01-19 20:29:58','2021-01-19 12:29:58'),(49619,19450,'action started via WP Cron','2021-01-19 20:31:06','2021-01-19 12:31:06'),(49620,19450,'action complete via WP Cron','2021-01-19 20:31:06','2021-01-19 12:31:06'),(49621,19451,'action created','2021-01-19 20:31:06','2021-01-19 12:31:06'),(49622,19451,'action started via WP Cron','2021-01-19 20:31:59','2021-01-19 12:31:59'),(49623,19451,'action complete via WP Cron','2021-01-19 20:31:59','2021-01-19 12:31:59'),(49624,19452,'action created','2021-01-19 20:31:59','2021-01-19 12:31:59'),(49625,19452,'action started via WP Cron','2021-01-19 20:32:49','2021-01-19 12:32:49'),(49626,19452,'action complete via WP Cron','2021-01-19 20:32:49','2021-01-19 12:32:49'),(49627,19453,'action created','2021-01-19 20:32:49','2021-01-19 12:32:49'),(49628,19453,'action started via WP Cron','2021-01-19 20:34:09','2021-01-19 12:34:09'),(49629,19453,'action complete via WP Cron','2021-01-19 20:34:09','2021-01-19 12:34:09'),(49630,19454,'action created','2021-01-19 20:34:09','2021-01-19 12:34:09'),(49631,19454,'action started via WP Cron','2021-01-19 20:35:17','2021-01-19 12:35:17'),(49632,19454,'action complete via WP Cron','2021-01-19 20:35:17','2021-01-19 12:35:17'),(49633,19455,'action created','2021-01-19 20:35:17','2021-01-19 12:35:17'),(49634,19455,'action started via WP Cron','2021-01-19 20:36:22','2021-01-19 12:36:22'),(49635,19455,'action complete via WP Cron','2021-01-19 20:36:22','2021-01-19 12:36:22'),(49636,19456,'action created','2021-01-19 20:36:22','2021-01-19 12:36:22'),(49637,19456,'action started via WP Cron','2021-01-19 20:37:19','2021-01-19 12:37:19'),(49638,19456,'action complete via WP Cron','2021-01-19 20:37:19','2021-01-19 12:37:19'),(49639,19457,'action created','2021-01-19 20:37:20','2021-01-19 12:37:20'),(49640,19457,'action started via WP Cron','2021-01-19 20:38:20','2021-01-19 12:38:20'),(49641,19457,'action complete via WP Cron','2021-01-19 20:38:20','2021-01-19 12:38:20'),(49642,19458,'action created','2021-01-19 20:38:20','2021-01-19 12:38:20'),(49643,19458,'action started via WP Cron','2021-01-19 20:38:42','2021-01-19 12:38:42'),(49644,19458,'action complete via WP Cron','2021-01-19 20:38:42','2021-01-19 12:38:42'),(49645,19459,'action created','2021-01-19 20:38:42','2021-01-19 12:38:42'),(49646,19459,'action started via WP Cron','2021-01-19 20:40:13','2021-01-19 12:40:13'),(49647,19459,'action complete via WP Cron','2021-01-19 20:40:13','2021-01-19 12:40:13'),(49648,19460,'action created','2021-01-19 20:40:13','2021-01-19 12:40:13'),(49649,19460,'action started via WP Cron','2021-01-19 20:41:31','2021-01-19 12:41:31'),(49650,19460,'action complete via WP Cron','2021-01-19 20:41:31','2021-01-19 12:41:31'),(49651,19461,'action created','2021-01-19 20:41:31','2021-01-19 12:41:31'),(49652,19461,'action started via WP Cron','2021-01-19 20:41:58','2021-01-19 12:41:58'),(49653,19461,'action complete via WP Cron','2021-01-19 20:41:58','2021-01-19 12:41:58'),(49654,19462,'action created','2021-01-19 20:41:58','2021-01-19 12:41:58'),(49655,19462,'action started via WP Cron','2021-01-19 20:43:53','2021-01-19 12:43:53'),(49656,19462,'action complete via WP Cron','2021-01-19 20:43:53','2021-01-19 12:43:53'),(49657,19463,'action created','2021-01-19 20:43:54','2021-01-19 12:43:54'),(49658,19463,'action started via WP Cron','2021-01-19 20:46:07','2021-01-19 12:46:07'),(49659,19463,'action complete via WP Cron','2021-01-19 20:46:07','2021-01-19 12:46:07'),(49660,19464,'action created','2021-01-19 20:46:07','2021-01-19 12:46:07'),(49661,19464,'action started via WP Cron','2021-01-19 20:46:51','2021-01-19 12:46:51'),(49662,19464,'action complete via WP Cron','2021-01-19 20:46:51','2021-01-19 12:46:51'),(49663,19465,'action created','2021-01-19 20:54:44','2021-01-19 12:54:44'),(49664,19465,'action started via WP Cron','2021-01-19 20:56:17','2021-01-19 12:56:17'),(49665,19465,'action complete via WP Cron','2021-01-19 20:56:17','2021-01-19 12:56:17'),(49666,19466,'action created','2021-01-19 20:56:17','2021-01-19 12:56:17'),(49667,19466,'action started via WP Cron','2021-01-19 20:58:53','2021-01-19 12:58:53'),(49668,19466,'action complete via WP Cron','2021-01-19 20:58:53','2021-01-19 12:58:53'),(49669,19467,'action created','2021-01-19 20:58:53','2021-01-19 12:58:53'),(49670,19467,'action started via WP Cron','2021-01-19 21:01:11','2021-01-19 13:01:11'),(49671,19467,'action complete via WP Cron','2021-01-19 21:01:11','2021-01-19 13:01:11'),(49672,19468,'action created','2021-01-19 21:01:11','2021-01-19 13:01:11'),(49673,19468,'action started via WP Cron','2021-01-19 21:01:47','2021-01-19 13:01:47'),(49674,19468,'action complete via WP Cron','2021-01-19 21:01:47','2021-01-19 13:01:47'),(49675,19469,'action created','2021-01-19 21:01:47','2021-01-19 13:01:47'),(49676,19469,'action started via WP Cron','2021-01-19 21:03:17','2021-01-19 13:03:17'),(49677,19469,'action complete via WP Cron','2021-01-19 21:03:17','2021-01-19 13:03:17'),(49678,19470,'action created','2021-01-19 21:03:17','2021-01-19 13:03:17'),(49679,19470,'action started via WP Cron','2021-01-19 21:06:59','2021-01-19 13:06:59'),(49680,19470,'action complete via WP Cron','2021-01-19 21:06:59','2021-01-19 13:06:59'),(49681,19471,'action created','2021-01-19 21:06:59','2021-01-19 13:06:59'),(49682,19471,'action started via WP Cron','2021-01-19 21:08:01','2021-01-19 13:08:01'),(49683,19471,'action complete via WP Cron','2021-01-19 21:08:01','2021-01-19 13:08:01'),(49684,19472,'action created','2021-01-19 21:08:01','2021-01-19 13:08:01'),(49685,19472,'action started via WP Cron','2021-01-19 21:09:37','2021-01-19 13:09:37'),(49686,19472,'action complete via WP Cron','2021-01-19 21:09:37','2021-01-19 13:09:37'),(49687,19473,'action created','2021-01-19 21:09:37','2021-01-19 13:09:37'),(49688,19473,'action started via WP Cron','2021-01-19 21:11:46','2021-01-19 13:11:46'),(49689,19473,'action complete via WP Cron','2021-01-19 21:11:46','2021-01-19 13:11:46'),(49690,19474,'action created','2021-01-19 21:11:46','2021-01-19 13:11:46'),(49691,19474,'action started via WP Cron','2021-01-19 21:12:48','2021-01-19 13:12:48'),(49692,19474,'action complete via WP Cron','2021-01-19 21:12:48','2021-01-19 13:12:48'),(49693,19475,'action created','2021-01-19 21:12:48','2021-01-19 13:12:48'),(49694,19475,'action started via WP Cron','2021-01-19 21:15:30','2021-01-19 13:15:30'),(49695,19475,'action complete via WP Cron','2021-01-19 21:15:30','2021-01-19 13:15:30'),(49696,19476,'action created','2021-01-19 21:15:30','2021-01-19 13:15:30'),(49697,19476,'action started via WP Cron','2021-01-19 21:17:58','2021-01-19 13:17:58'),(49698,19476,'action complete via WP Cron','2021-01-19 21:17:58','2021-01-19 13:17:58'),(49699,19477,'action created','2021-01-19 21:17:58','2021-01-19 13:17:58'),(49700,19477,'action started via WP Cron','2021-01-19 21:20:42','2021-01-19 13:20:42'),(49701,19477,'action complete via WP Cron','2021-01-19 21:20:42','2021-01-19 13:20:42'),(49702,19478,'action created','2021-01-19 21:20:42','2021-01-19 13:20:42'),(49703,19478,'action started via WP Cron','2021-01-19 21:23:47','2021-01-19 13:23:47'),(49704,19478,'action complete via WP Cron','2021-01-19 21:23:47','2021-01-19 13:23:47'),(49705,19479,'action created','2021-01-19 21:23:47','2021-01-19 13:23:47'),(49706,19479,'action started via WP Cron','2021-01-19 21:24:58','2021-01-19 13:24:58'),(49707,19479,'action complete via WP Cron','2021-01-19 21:24:58','2021-01-19 13:24:58'),(49708,19480,'action created','2021-01-19 21:24:58','2021-01-19 13:24:58'),(49709,19480,'action started via WP Cron','2021-01-19 21:27:03','2021-01-19 13:27:03'),(49710,19480,'action complete via WP Cron','2021-01-19 21:27:03','2021-01-19 13:27:03'),(49711,19481,'action created','2021-01-19 21:27:03','2021-01-19 13:27:03'),(49712,19481,'action started via WP Cron','2021-01-19 21:28:27','2021-01-19 13:28:27'),(49713,19481,'action complete via WP Cron','2021-01-19 21:28:27','2021-01-19 13:28:27'),(49714,19482,'action created','2021-01-19 21:28:27','2021-01-19 13:28:27'),(49715,19482,'action started via WP Cron','2021-01-19 21:30:06','2021-01-19 13:30:06'),(49716,19482,'action complete via WP Cron','2021-01-19 21:30:06','2021-01-19 13:30:06'),(49717,19483,'action created','2021-01-19 21:30:06','2021-01-19 13:30:06'),(49718,19483,'action started via WP Cron','2021-01-19 21:31:00','2021-01-19 13:31:00'),(49719,19483,'action complete via WP Cron','2021-01-19 21:31:00','2021-01-19 13:31:00'),(49720,19484,'action created','2021-01-19 21:31:00','2021-01-19 13:31:00'),(49721,19484,'action started via WP Cron','2021-01-19 21:33:38','2021-01-19 13:33:38'),(49722,19484,'action complete via WP Cron','2021-01-19 21:33:38','2021-01-19 13:33:38'),(49723,19485,'action created','2021-01-19 21:33:39','2021-01-19 13:33:39'),(49724,19485,'action started via WP Cron','2021-01-19 21:34:23','2021-01-19 13:34:23'),(49725,19485,'action complete via WP Cron','2021-01-19 21:34:23','2021-01-19 13:34:23'),(49726,19486,'action created','2021-01-19 21:34:23','2021-01-19 13:34:23'),(49727,19486,'action started via WP Cron','2021-01-19 21:35:26','2021-01-19 13:35:26'),(49728,19486,'action complete via WP Cron','2021-01-19 21:35:26','2021-01-19 13:35:26'),(49729,19487,'action created','2021-01-19 21:35:26','2021-01-19 13:35:26'),(49730,19487,'action started via WP Cron','2021-01-19 21:35:45','2021-01-19 13:35:45'),(49731,19487,'action complete via WP Cron','2021-01-19 21:35:45','2021-01-19 13:35:45'),(49732,19488,'action created','2021-01-19 21:35:45','2021-01-19 13:35:45'),(49733,19488,'action started via WP Cron','2021-01-19 21:37:00','2021-01-19 13:37:00'),(49734,19488,'action complete via WP Cron','2021-01-19 21:37:00','2021-01-19 13:37:00'),(49735,19489,'action created','2021-01-19 21:37:00','2021-01-19 13:37:00'),(49736,19489,'action started via WP Cron','2021-01-19 21:39:23','2021-01-19 13:39:23'),(49737,19489,'action complete via WP Cron','2021-01-19 21:39:23','2021-01-19 13:39:23'),(49738,19490,'action created','2021-01-19 21:39:23','2021-01-19 13:39:23'),(49739,19490,'action started via WP Cron','2021-01-19 21:40:21','2021-01-19 13:40:21'),(49740,19490,'action complete via WP Cron','2021-01-19 21:40:21','2021-01-19 13:40:21'),(49741,19491,'action created','2021-01-19 21:40:22','2021-01-19 13:40:22'),(49742,19491,'action started via WP Cron','2021-01-19 21:41:23','2021-01-19 13:41:23'),(49743,19491,'action complete via WP Cron','2021-01-19 21:41:23','2021-01-19 13:41:23'),(49744,19492,'action created','2021-01-19 21:41:23','2021-01-19 13:41:23'),(49745,19492,'action started via WP Cron','2021-01-19 21:44:50','2021-01-19 13:44:50'),(49746,19492,'action complete via WP Cron','2021-01-19 21:44:50','2021-01-19 13:44:50'),(49747,19493,'action created','2021-01-19 21:44:50','2021-01-19 13:44:50'),(49748,19493,'action started via WP Cron','2021-01-19 21:47:27','2021-01-19 13:47:27'),(49749,19493,'action complete via WP Cron','2021-01-19 21:47:27','2021-01-19 13:47:27'),(49750,19494,'action created','2021-01-19 21:47:27','2021-01-19 13:47:27'),(49751,19494,'action started via WP Cron','2021-01-19 21:47:58','2021-01-19 13:47:58'),(49752,19494,'action complete via WP Cron','2021-01-19 21:47:58','2021-01-19 13:47:58'),(49753,19495,'action created','2021-01-19 21:47:58','2021-01-19 13:47:58'),(49754,19495,'action started via WP Cron','2021-01-19 21:49:13','2021-01-19 13:49:13'),(49755,19495,'action complete via WP Cron','2021-01-19 21:49:13','2021-01-19 13:49:13'),(49756,19496,'action created','2021-01-19 21:51:46','2021-01-19 13:51:46'),(49757,19496,'action started via WP Cron','2021-01-19 21:54:47','2021-01-19 13:54:47'),(49758,19496,'action complete via WP Cron','2021-01-19 21:54:47','2021-01-19 13:54:47'),(49759,19497,'action created','2021-01-19 21:54:47','2021-01-19 13:54:47'),(49760,19497,'action started via WP Cron','2021-01-19 21:57:17','2021-01-19 13:57:17'),(49761,19497,'action complete via WP Cron','2021-01-19 21:57:17','2021-01-19 13:57:17'),(49762,19498,'action created','2021-01-19 21:57:17','2021-01-19 13:57:17'),(49763,19498,'action started via WP Cron','2021-01-19 21:57:59','2021-01-19 13:57:59'),(49764,19498,'action complete via WP Cron','2021-01-19 21:57:59','2021-01-19 13:57:59'),(49765,19499,'action created','2021-01-19 21:57:59','2021-01-19 13:57:59'),(49766,19499,'action started via WP Cron','2021-01-19 21:59:57','2021-01-19 13:59:57'),(49767,19499,'action complete via WP Cron','2021-01-19 21:59:57','2021-01-19 13:59:57'),(49768,19500,'action created','2021-01-19 21:59:57','2021-01-19 13:59:57'),(49769,19500,'action started via WP Cron','2021-01-19 22:00:56','2021-01-19 14:00:56'),(49770,19500,'action complete via WP Cron','2021-01-19 22:00:56','2021-01-19 14:00:56'),(49771,19501,'action created','2021-01-19 22:00:56','2021-01-19 14:00:56'),(49772,19501,'action started via WP Cron','2021-01-19 22:02:11','2021-01-19 14:02:11'),(49773,19501,'action complete via WP Cron','2021-01-19 22:02:11','2021-01-19 14:02:11'),(49774,19502,'action created','2021-01-19 22:02:11','2021-01-19 14:02:11'),(49775,19502,'action started via WP Cron','2021-01-19 22:03:06','2021-01-19 14:03:06'),(49776,19502,'action complete via WP Cron','2021-01-19 22:03:06','2021-01-19 14:03:06'),(49777,19503,'action created','2021-01-19 22:03:06','2021-01-19 14:03:06'),(49778,19503,'action started via WP Cron','2021-01-19 22:06:49','2021-01-19 14:06:49'),(49779,19503,'action complete via WP Cron','2021-01-19 22:06:49','2021-01-19 14:06:49'),(49780,19504,'action created','2021-01-19 22:06:49','2021-01-19 14:06:49'),(49781,19504,'action started via WP Cron','2021-01-19 22:08:32','2021-01-19 14:08:32'),(49782,19504,'action complete via WP Cron','2021-01-19 22:08:32','2021-01-19 14:08:32'),(49783,19505,'action created','2021-01-19 22:08:32','2021-01-19 14:08:32'),(49784,19505,'action started via WP Cron','2021-01-19 22:09:21','2021-01-19 14:09:21'),(49785,19505,'action complete via WP Cron','2021-01-19 22:09:21','2021-01-19 14:09:21'),(49786,19506,'action created','2021-01-19 22:09:21','2021-01-19 14:09:21'),(49787,19506,'action started via WP Cron','2021-01-19 22:09:47','2021-01-19 14:09:47'),(49788,19506,'action complete via WP Cron','2021-01-19 22:09:47','2021-01-19 14:09:47'),(49789,19507,'action created','2021-01-19 22:09:47','2021-01-19 14:09:47'),(49790,19507,'action started via WP Cron','2021-01-19 22:10:44','2021-01-19 14:10:44'),(49791,19507,'action complete via WP Cron','2021-01-19 22:10:44','2021-01-19 14:10:44'),(49792,19508,'action created','2021-01-19 22:10:45','2021-01-19 14:10:45'),(49793,19508,'action started via WP Cron','2021-01-19 22:11:49','2021-01-19 14:11:49'),(49794,19508,'action complete via WP Cron','2021-01-19 22:11:49','2021-01-19 14:11:49'),(49795,19509,'action created','2021-01-19 22:12:04','2021-01-19 14:12:04'),(49796,19509,'action started via WP Cron','2021-01-19 22:12:41','2021-01-19 14:12:41'),(49797,19509,'action complete via WP Cron','2021-01-19 22:12:41','2021-01-19 14:12:41'),(49798,19510,'action created','2021-01-19 22:12:41','2021-01-19 14:12:41'),(49799,19510,'action started via WP Cron','2021-01-19 22:13:54','2021-01-19 14:13:54'),(49800,19510,'action complete via WP Cron','2021-01-19 22:13:54','2021-01-19 14:13:54'),(49801,19511,'action created','2021-01-19 22:13:54','2021-01-19 14:13:54'),(49802,19511,'action started via WP Cron','2021-01-19 22:14:57','2021-01-19 14:14:57'),(49803,19511,'action complete via WP Cron','2021-01-19 22:14:57','2021-01-19 14:14:57'),(49804,19512,'action created','2021-01-19 22:14:57','2021-01-19 14:14:57'),(49805,19512,'action started via WP Cron','2021-01-19 22:15:58','2021-01-19 14:15:58'),(49806,19512,'action complete via WP Cron','2021-01-19 22:15:58','2021-01-19 14:15:58'),(49807,19513,'action created','2021-01-19 22:15:58','2021-01-19 14:15:58'),(49808,19513,'action started via WP Cron','2021-01-19 22:16:53','2021-01-19 14:16:53'),(49809,19513,'action complete via WP Cron','2021-01-19 22:16:53','2021-01-19 14:16:53'),(49810,19514,'action created','2021-01-19 22:16:54','2021-01-19 14:16:54'),(49811,19514,'action started via WP Cron','2021-01-19 22:17:54','2021-01-19 14:17:54'),(49812,19514,'action complete via WP Cron','2021-01-19 22:17:54','2021-01-19 14:17:54'),(49813,19515,'action created','2021-01-19 22:17:54','2021-01-19 14:17:54'),(49814,19515,'action started via WP Cron','2021-01-19 22:18:43','2021-01-19 14:18:43'),(49815,19515,'action complete via WP Cron','2021-01-19 22:18:43','2021-01-19 14:18:43'),(49816,19516,'action created','2021-01-19 22:18:43','2021-01-19 14:18:43'),(49817,19516,'action started via WP Cron','2021-01-19 22:19:41','2021-01-19 14:19:41'),(49818,19516,'action complete via WP Cron','2021-01-19 22:19:41','2021-01-19 14:19:41'),(49819,19517,'action created','2021-01-19 22:19:41','2021-01-19 14:19:41'),(49820,19517,'action started via WP Cron','2021-01-19 22:20:47','2021-01-19 14:20:47'),(49821,19517,'action complete via WP Cron','2021-01-19 22:20:47','2021-01-19 14:20:47'),(49822,19518,'action created','2021-01-19 22:20:47','2021-01-19 14:20:47'),(49823,19518,'action started via WP Cron','2021-01-19 22:21:49','2021-01-19 14:21:49'),(49824,19518,'action complete via WP Cron','2021-01-19 22:21:49','2021-01-19 14:21:49'),(49825,19519,'action created','2021-01-19 22:21:49','2021-01-19 14:21:49'),(49826,19519,'action started via WP Cron','2021-01-19 22:22:48','2021-01-19 14:22:48'),(49827,19519,'action complete via WP Cron','2021-01-19 22:22:48','2021-01-19 14:22:48'),(49828,19520,'action created','2021-01-19 22:22:48','2021-01-19 14:22:48'),(49829,19520,'action started via WP Cron','2021-01-19 22:23:48','2021-01-19 14:23:48'),(49830,19520,'action complete via WP Cron','2021-01-19 22:23:48','2021-01-19 14:23:48'),(49831,19521,'action created','2021-01-19 22:23:48','2021-01-19 14:23:48'),(49832,19521,'action started via WP Cron','2021-01-19 22:24:41','2021-01-19 14:24:41'),(49833,19521,'action complete via WP Cron','2021-01-19 22:24:41','2021-01-19 14:24:41'),(49834,19522,'action created','2021-01-19 22:24:41','2021-01-19 14:24:41'),(49835,19522,'action started via WP Cron','2021-01-19 22:25:52','2021-01-19 14:25:52'),(49836,19522,'action complete via WP Cron','2021-01-19 22:25:52','2021-01-19 14:25:52'),(49837,19523,'action created','2021-01-19 22:25:52','2021-01-19 14:25:52'),(49838,19523,'action started via WP Cron','2021-01-19 22:26:51','2021-01-19 14:26:51'),(49839,19523,'action complete via WP Cron','2021-01-19 22:26:51','2021-01-19 14:26:51'),(49840,19524,'action created','2021-01-19 22:26:51','2021-01-19 14:26:51'),(49841,19524,'action started via WP Cron','2021-01-19 22:27:40','2021-01-19 14:27:40'),(49842,19524,'action complete via WP Cron','2021-01-19 22:27:40','2021-01-19 14:27:40'),(49843,19525,'action created','2021-01-19 22:27:41','2021-01-19 14:27:41'),(49844,19525,'action started via WP Cron','2021-01-19 22:28:41','2021-01-19 14:28:41'),(49845,19525,'action complete via WP Cron','2021-01-19 22:28:41','2021-01-19 14:28:41'),(49846,19526,'action created','2021-01-19 22:28:42','2021-01-19 14:28:42'),(49847,19526,'action started via WP Cron','2021-01-19 22:29:43','2021-01-19 14:29:43'),(49848,19526,'action complete via WP Cron','2021-01-19 22:29:43','2021-01-19 14:29:43'),(49849,19527,'action created','2021-01-19 22:29:43','2021-01-19 14:29:43'),(49850,19527,'action started via WP Cron','2021-01-19 22:30:54','2021-01-19 14:30:54'),(49851,19527,'action complete via WP Cron','2021-01-19 22:30:54','2021-01-19 14:30:54'),(49852,19528,'action created','2021-01-19 22:30:54','2021-01-19 14:30:54'),(49853,19528,'action started via WP Cron','2021-01-19 22:31:59','2021-01-19 14:31:59'),(49854,19528,'action complete via WP Cron','2021-01-19 22:31:59','2021-01-19 14:31:59'),(49855,19529,'action created','2021-01-19 22:31:59','2021-01-19 14:31:59'),(49856,19529,'action started via WP Cron','2021-01-19 22:32:55','2021-01-19 14:32:55'),(49857,19529,'action complete via WP Cron','2021-01-19 22:32:55','2021-01-19 14:32:55'),(49858,19530,'action created','2021-01-19 22:32:55','2021-01-19 14:32:55'),(49859,19530,'action started via WP Cron','2021-01-19 22:33:41','2021-01-19 14:33:41'),(49860,19530,'action complete via WP Cron','2021-01-19 22:33:41','2021-01-19 14:33:41'),(49861,19531,'action created','2021-01-19 22:33:41','2021-01-19 14:33:41'),(49862,19531,'action started via WP Cron','2021-01-19 22:34:50','2021-01-19 14:34:50'),(49863,19531,'action complete via WP Cron','2021-01-19 22:34:50','2021-01-19 14:34:50'),(49864,19532,'action created','2021-01-19 22:34:50','2021-01-19 14:34:50'),(49865,19532,'action started via WP Cron','2021-01-19 22:35:59','2021-01-19 14:35:59'),(49866,19532,'action complete via WP Cron','2021-01-19 22:35:59','2021-01-19 14:35:59'),(49867,19533,'action created','2021-01-19 22:35:59','2021-01-19 14:35:59'),(49868,19533,'action started via WP Cron','2021-01-19 22:37:14','2021-01-19 14:37:14'),(49869,19533,'action complete via WP Cron','2021-01-19 22:37:14','2021-01-19 14:37:14'),(49870,19534,'action created','2021-01-19 22:37:14','2021-01-19 14:37:14'),(49871,19534,'action started via WP Cron','2021-01-19 22:41:38','2021-01-19 14:41:38'),(49872,19534,'action complete via WP Cron','2021-01-19 22:41:38','2021-01-19 14:41:38'),(49873,19535,'action created','2021-01-19 22:41:38','2021-01-19 14:41:38'),(49874,19535,'action started via WP Cron','2021-01-19 22:42:10','2021-01-19 14:42:10'),(49875,19535,'action complete via WP Cron','2021-01-19 22:42:10','2021-01-19 14:42:10'),(49876,19536,'action created','2021-01-19 22:42:10','2021-01-19 14:42:10'),(49877,19536,'action started via WP Cron','2021-01-19 22:42:42','2021-01-19 14:42:42'),(49878,19536,'action complete via WP Cron','2021-01-19 22:42:42','2021-01-19 14:42:42'),(49879,19537,'action created','2021-01-19 22:42:43','2021-01-19 14:42:43'),(49880,19537,'action started via WP Cron','2021-01-19 22:43:48','2021-01-19 14:43:48'),(49881,19537,'action complete via WP Cron','2021-01-19 22:43:48','2021-01-19 14:43:48'),(49882,19538,'action created','2021-01-19 22:43:48','2021-01-19 14:43:48'),(49883,19538,'action started via WP Cron','2021-01-19 22:44:42','2021-01-19 14:44:42'),(49884,19538,'action complete via WP Cron','2021-01-19 22:44:42','2021-01-19 14:44:42'),(49885,19539,'action created','2021-01-19 22:44:42','2021-01-19 14:44:42'),(49886,19539,'action started via WP Cron','2021-01-19 22:48:39','2021-01-19 14:48:39'),(49887,19539,'action complete via WP Cron','2021-01-19 22:48:39','2021-01-19 14:48:39'),(49888,19540,'action created','2021-01-19 22:48:39','2021-01-19 14:48:39'),(49889,19540,'action started via WP Cron','2021-01-19 22:52:21','2021-01-19 14:52:21'),(49890,19540,'action complete via WP Cron','2021-01-19 22:52:21','2021-01-19 14:52:21'),(49891,19541,'action created','2021-01-19 22:52:21','2021-01-19 14:52:21'),(49892,19541,'action started via WP Cron','2021-01-19 22:55:34','2021-01-19 14:55:34'),(49893,19541,'action complete via WP Cron','2021-01-19 22:55:34','2021-01-19 14:55:34'),(49894,19542,'action created','2021-01-19 22:55:34','2021-01-19 14:55:34'),(49895,19542,'action started via WP Cron','2021-01-19 22:56:11','2021-01-19 14:56:11'),(49896,19542,'action complete via WP Cron','2021-01-19 22:56:11','2021-01-19 14:56:11'),(49897,19543,'action created','2021-01-19 22:56:11','2021-01-19 14:56:11'),(49898,19543,'action started via WP Cron','2021-01-19 22:56:58','2021-01-19 14:56:58'),(49899,19543,'action complete via WP Cron','2021-01-19 22:56:58','2021-01-19 14:56:58'),(49900,19544,'action created','2021-01-19 22:56:58','2021-01-19 14:56:58'),(49901,19544,'action started via WP Cron','2021-01-19 22:59:30','2021-01-19 14:59:30'),(49902,19544,'action complete via WP Cron','2021-01-19 22:59:30','2021-01-19 14:59:30'),(49903,19545,'action created','2021-01-19 22:59:30','2021-01-19 14:59:30'),(49904,19545,'action started via WP Cron','2021-01-19 23:00:24','2021-01-19 15:00:24'),(49905,19545,'action complete via WP Cron','2021-01-19 23:00:24','2021-01-19 15:00:24'),(49906,19546,'action created','2021-01-19 23:00:24','2021-01-19 15:00:24'),(49907,19546,'action started via WP Cron','2021-01-19 23:01:39','2021-01-19 15:01:39'),(49908,19546,'action complete via WP Cron','2021-01-19 23:01:39','2021-01-19 15:01:39'),(49909,19547,'action created','2021-01-19 23:01:39','2021-01-19 15:01:39'),(49910,19547,'action started via WP Cron','2021-01-19 23:03:18','2021-01-19 15:03:18'),(49911,19547,'action complete via WP Cron','2021-01-19 23:03:18','2021-01-19 15:03:18'),(49912,19548,'action created','2021-01-19 23:04:11','2021-01-19 15:04:11'),(49913,19548,'action started via WP Cron','2021-01-19 23:05:13','2021-01-19 15:05:13'),(49914,19548,'action complete via WP Cron','2021-01-19 23:05:13','2021-01-19 15:05:13'),(49915,19549,'action created','2021-01-19 23:05:13','2021-01-19 15:05:13'),(49916,19549,'action started via WP Cron','2021-01-19 23:06:01','2021-01-19 15:06:01'),(49917,19549,'action complete via WP Cron','2021-01-19 23:06:01','2021-01-19 15:06:01'),(49918,19550,'action created','2021-01-19 23:06:01','2021-01-19 15:06:01'),(49919,19550,'action started via WP Cron','2021-01-19 23:08:11','2021-01-19 15:08:11'),(49920,19550,'action complete via WP Cron','2021-01-19 23:08:11','2021-01-19 15:08:11'),(49921,19551,'action created','2021-01-19 23:10:31','2021-01-19 15:10:31'),(49922,19551,'action started via WP Cron','2021-01-19 23:12:16','2021-01-19 15:12:16'),(49923,19551,'action complete via WP Cron','2021-01-19 23:12:16','2021-01-19 15:12:16'),(49924,19552,'action created','2021-01-19 23:12:16','2021-01-19 15:12:16'),(49925,19552,'action started via WP Cron','2021-01-19 23:12:45','2021-01-19 15:12:45'),(49926,19552,'action complete via WP Cron','2021-01-19 23:12:45','2021-01-19 15:12:45'),(49927,19553,'action created','2021-01-19 23:12:45','2021-01-19 15:12:45'),(49928,19553,'action started via WP Cron','2021-01-19 23:14:49','2021-01-19 15:14:49'),(49929,19553,'action complete via WP Cron','2021-01-19 23:14:49','2021-01-19 15:14:49'),(49930,19554,'action created','2021-01-19 23:14:49','2021-01-19 15:14:49'),(49931,19554,'action started via WP Cron','2021-01-19 23:17:21','2021-01-19 15:17:21'),(49932,19554,'action complete via WP Cron','2021-01-19 23:17:21','2021-01-19 15:17:21'),(49933,19555,'action created','2021-01-19 23:17:21','2021-01-19 15:17:21'),(49934,19555,'action started via WP Cron','2021-01-19 23:18:07','2021-01-19 15:18:07'),(49935,19555,'action complete via WP Cron','2021-01-19 23:18:07','2021-01-19 15:18:07'),(49936,19556,'action created','2021-01-19 23:18:07','2021-01-19 15:18:07'),(49937,19556,'action started via WP Cron','2021-01-19 23:22:21','2021-01-19 15:22:21'),(49938,19556,'action complete via WP Cron','2021-01-19 23:22:21','2021-01-19 15:22:21'),(49939,19557,'action created','2021-01-19 23:22:21','2021-01-19 15:22:21'),(49940,19557,'action started via WP Cron','2021-01-19 23:24:38','2021-01-19 15:24:38'),(49941,19557,'action complete via WP Cron','2021-01-19 23:24:38','2021-01-19 15:24:38'),(49942,19558,'action created','2021-01-19 23:24:39','2021-01-19 15:24:39'),(49943,19558,'action started via WP Cron','2021-01-19 23:26:02','2021-01-19 15:26:02'),(49944,19558,'action complete via WP Cron','2021-01-19 23:26:02','2021-01-19 15:26:02'),(49945,19559,'action created','2021-01-19 23:26:02','2021-01-19 15:26:02'),(49946,19559,'action started via WP Cron','2021-01-19 23:27:24','2021-01-19 15:27:24'),(49947,19559,'action complete via WP Cron','2021-01-19 23:27:24','2021-01-19 15:27:24'),(49948,19560,'action created','2021-01-19 23:27:24','2021-01-19 15:27:24'),(49949,19560,'action started via WP Cron','2021-01-19 23:34:46','2021-01-19 15:34:46'),(49950,19560,'action complete via WP Cron','2021-01-19 23:34:46','2021-01-19 15:34:46'),(49951,19561,'action created','2021-01-19 23:34:46','2021-01-19 15:34:46'),(49952,19561,'action started via WP Cron','2021-01-19 23:36:01','2021-01-19 15:36:01'),(49953,19561,'action complete via WP Cron','2021-01-19 23:36:01','2021-01-19 15:36:01'),(49954,19562,'action created','2021-01-19 23:36:01','2021-01-19 15:36:01'),(49955,19562,'action started via WP Cron','2021-01-19 23:36:46','2021-01-19 15:36:46'),(49956,19562,'action complete via WP Cron','2021-01-19 23:36:46','2021-01-19 15:36:46'),(49957,19563,'action created','2021-01-19 23:36:46','2021-01-19 15:36:46'),(49958,19563,'action started via WP Cron','2021-01-19 23:38:09','2021-01-19 15:38:09'),(49959,19563,'action complete via WP Cron','2021-01-19 23:38:09','2021-01-19 15:38:09'),(49960,19564,'action created','2021-01-19 23:38:09','2021-01-19 15:38:09'),(49961,19564,'action started via WP Cron','2021-01-19 23:39:10','2021-01-19 15:39:10'),(49962,19564,'action complete via WP Cron','2021-01-19 23:39:10','2021-01-19 15:39:10'),(49963,19565,'action created','2021-01-19 23:39:10','2021-01-19 15:39:10'),(49964,19565,'action started via WP Cron','2021-01-19 23:40:22','2021-01-19 15:40:22'),(49965,19565,'action complete via WP Cron','2021-01-19 23:40:22','2021-01-19 15:40:22'),(49966,19566,'action created','2021-01-19 23:40:22','2021-01-19 15:40:22'),(49967,19566,'action started via WP Cron','2021-01-19 23:41:12','2021-01-19 15:41:12'),(49968,19566,'action complete via WP Cron','2021-01-19 23:41:12','2021-01-19 15:41:12'),(49969,19567,'action created','2021-01-19 23:41:12','2021-01-19 15:41:12'),(49970,19567,'action started via WP Cron','2021-01-19 23:42:14','2021-01-19 15:42:14'),(49971,19567,'action complete via WP Cron','2021-01-19 23:42:14','2021-01-19 15:42:14'),(49972,19568,'action created','2021-01-19 23:42:14','2021-01-19 15:42:14'),(49973,19568,'action started via WP Cron','2021-01-19 23:46:14','2021-01-19 15:46:14'),(49974,19568,'action complete via WP Cron','2021-01-19 23:46:14','2021-01-19 15:46:14'),(49975,19569,'action created','2021-01-19 23:46:14','2021-01-19 15:46:14'),(49976,19569,'action started via WP Cron','2021-01-19 23:47:41','2021-01-19 15:47:41'),(49977,19569,'action complete via WP Cron','2021-01-19 23:47:41','2021-01-19 15:47:41'),(49978,19570,'action created','2021-01-19 23:47:41','2021-01-19 15:47:41'),(49979,19570,'action started via WP Cron','2021-01-19 23:52:46','2021-01-19 15:52:46'),(49980,19570,'action complete via WP Cron','2021-01-19 23:52:46','2021-01-19 15:52:46'),(49981,19571,'action created','2021-01-19 23:52:46','2021-01-19 15:52:46'),(49982,19571,'action started via WP Cron','2021-01-19 23:54:56','2021-01-19 15:54:56'),(49983,19571,'action complete via WP Cron','2021-01-19 23:54:56','2021-01-19 15:54:56'),(49984,19572,'action created','2021-01-19 23:54:56','2021-01-19 15:54:56'),(49985,19572,'action started via WP Cron','2021-01-19 23:56:13','2021-01-19 15:56:13'),(49986,19572,'action complete via WP Cron','2021-01-19 23:56:13','2021-01-19 15:56:13'),(49987,19573,'action created','2021-01-19 23:56:13','2021-01-19 15:56:13'),(49988,19573,'action started via WP Cron','2021-01-19 23:58:42','2021-01-19 15:58:42'),(49989,19573,'action complete via WP Cron','2021-01-19 23:58:42','2021-01-19 15:58:42'),(49990,19574,'action created','2021-01-19 23:58:42','2021-01-19 15:58:42'),(49991,19574,'action started via WP Cron','2021-01-20 00:00:04','2021-01-19 16:00:04'),(49992,19574,'action complete via WP Cron','2021-01-20 00:00:04','2021-01-19 16:00:04'),(49993,19575,'action created','2021-01-20 00:00:10','2021-01-19 16:00:10'),(49994,19575,'action started via WP Cron','2021-01-20 00:01:20','2021-01-19 16:01:20'),(49995,19575,'action complete via WP Cron','2021-01-20 00:01:20','2021-01-19 16:01:20'),(49996,19576,'action created','2021-01-20 00:01:20','2021-01-19 16:01:20'),(49997,19576,'action started via WP Cron','2021-01-20 00:04:12','2021-01-19 16:04:12'),(49998,19576,'action complete via WP Cron','2021-01-20 00:04:12','2021-01-19 16:04:12'),(49999,19577,'action created','2021-01-20 00:04:20','2021-01-19 16:04:20'),(50000,19577,'action started via WP Cron','2021-01-20 00:04:51','2021-01-19 16:04:51'),(50001,19577,'action complete via WP Cron','2021-01-20 00:04:51','2021-01-19 16:04:51'),(50002,19578,'action created','2021-01-20 00:04:51','2021-01-19 16:04:51'),(50003,19578,'action started via WP Cron','2021-01-20 00:06:13','2021-01-19 16:06:13'),(50004,19578,'action complete via WP Cron','2021-01-20 00:06:13','2021-01-19 16:06:13'),(50005,19579,'action created','2021-01-20 00:06:20','2021-01-19 16:06:20'),(50006,19579,'action started via WP Cron','2021-01-20 00:07:14','2021-01-19 16:07:14'),(50007,19579,'action complete via WP Cron','2021-01-20 00:07:14','2021-01-19 16:07:14'),(50008,19580,'action created','2021-01-20 00:07:14','2021-01-19 16:07:14'),(50009,19580,'action started via WP Cron','2021-01-20 00:08:15','2021-01-19 16:08:15'),(50010,19580,'action complete via WP Cron','2021-01-20 00:08:15','2021-01-19 16:08:15'),(50011,19581,'action created','2021-01-20 00:08:15','2021-01-19 16:08:15'),(50012,19581,'action started via WP Cron','2021-01-20 00:10:16','2021-01-19 16:10:16'),(50013,19581,'action complete via WP Cron','2021-01-20 00:10:16','2021-01-19 16:10:16'),(50014,19582,'action created','2021-01-20 00:10:17','2021-01-19 16:10:17'),(50015,19582,'action started via WP Cron','2021-01-20 00:10:50','2021-01-19 16:10:50'),(50016,19582,'action complete via WP Cron','2021-01-20 00:10:50','2021-01-19 16:10:50'),(50017,19583,'action created','2021-01-20 00:10:50','2021-01-19 16:10:50'),(50018,19583,'action started via WP Cron','2021-01-20 00:18:22','2021-01-19 16:18:22'),(50019,19583,'action complete via WP Cron','2021-01-20 00:18:22','2021-01-19 16:18:22'),(50020,19584,'action created','2021-01-20 00:18:22','2021-01-19 16:18:22'),(50021,19584,'action started via WP Cron','2021-01-20 00:18:53','2021-01-19 16:18:53'),(50022,19584,'action complete via WP Cron','2021-01-20 00:18:53','2021-01-19 16:18:53'),(50023,19585,'action created','2021-01-20 00:18:53','2021-01-19 16:18:53'),(50024,19585,'action started via WP Cron','2021-01-20 00:19:54','2021-01-19 16:19:54'),(50025,19585,'action complete via WP Cron','2021-01-20 00:19:54','2021-01-19 16:19:54'),(50026,19586,'action created','2021-01-20 00:19:54','2021-01-19 16:19:54'),(50027,19586,'action started via WP Cron','2021-01-20 00:20:55','2021-01-19 16:20:55'),(50028,19586,'action complete via WP Cron','2021-01-20 00:20:55','2021-01-19 16:20:55'),(50029,19587,'action created','2021-01-20 00:20:55','2021-01-19 16:20:55'),(50030,19587,'action started via WP Cron','2021-01-20 00:21:56','2021-01-19 16:21:56'),(50031,19587,'action complete via WP Cron','2021-01-20 00:21:56','2021-01-19 16:21:56'),(50032,19588,'action created','2021-01-20 00:21:56','2021-01-19 16:21:56'),(50033,19588,'action started via WP Cron','2021-01-20 00:22:55','2021-01-19 16:22:55'),(50034,19588,'action complete via WP Cron','2021-01-20 00:22:55','2021-01-19 16:22:55'),(50035,19589,'action created','2021-01-20 00:22:55','2021-01-19 16:22:55'),(50036,19589,'action started via WP Cron','2021-01-20 00:24:59','2021-01-19 16:24:59'),(50037,19589,'action complete via WP Cron','2021-01-20 00:24:59','2021-01-19 16:24:59'),(50038,19590,'action created','2021-01-20 00:24:59','2021-01-19 16:24:59'),(50039,19590,'action started via WP Cron','2021-01-20 00:29:05','2021-01-19 16:29:05'),(50040,19590,'action complete via WP Cron','2021-01-20 00:29:05','2021-01-19 16:29:05'),(50041,19591,'action created','2021-01-20 00:29:05','2021-01-19 16:29:05'),(50042,19591,'action started via WP Cron','2021-01-20 00:32:31','2021-01-19 16:32:31'),(50043,19591,'action complete via WP Cron','2021-01-20 00:32:31','2021-01-19 16:32:31'),(50044,19592,'action created','2021-01-20 00:32:31','2021-01-19 16:32:31'),(50045,19592,'action started via WP Cron','2021-01-20 00:37:17','2021-01-19 16:37:17'),(50046,19592,'action complete via WP Cron','2021-01-20 00:37:17','2021-01-19 16:37:17'),(50047,19593,'action created','2021-01-20 00:37:17','2021-01-19 16:37:17'),(50048,19593,'action started via WP Cron','2021-01-20 00:42:19','2021-01-19 16:42:19'),(50049,19593,'action complete via WP Cron','2021-01-20 00:42:19','2021-01-19 16:42:19'),(50050,19594,'action created','2021-01-20 00:42:19','2021-01-19 16:42:19'),(50051,19594,'action started via WP Cron','2021-01-20 00:43:13','2021-01-19 16:43:13'),(50052,19594,'action complete via WP Cron','2021-01-20 00:43:13','2021-01-19 16:43:13'),(50053,19595,'action created','2021-01-20 00:43:13','2021-01-19 16:43:13'),(50054,19595,'action started via WP Cron','2021-01-20 00:44:14','2021-01-19 16:44:14'),(50055,19595,'action complete via WP Cron','2021-01-20 00:44:14','2021-01-19 16:44:14'),(50056,19596,'action created','2021-01-20 00:44:14','2021-01-19 16:44:14'),(50057,19596,'action started via WP Cron','2021-01-20 00:46:16','2021-01-19 16:46:16'),(50058,19596,'action complete via WP Cron','2021-01-20 00:46:16','2021-01-19 16:46:16'),(50059,19597,'action created','2021-01-20 00:46:16','2021-01-19 16:46:16'),(50060,19597,'action started via WP Cron','2021-01-20 00:47:17','2021-01-19 16:47:17'),(50061,19597,'action complete via WP Cron','2021-01-20 00:47:17','2021-01-19 16:47:17'),(50062,19598,'action created','2021-01-20 00:47:17','2021-01-19 16:47:17'),(50063,19598,'action started via WP Cron','2021-01-20 00:48:18','2021-01-19 16:48:18'),(50064,19598,'action complete via WP Cron','2021-01-20 00:48:18','2021-01-19 16:48:18'),(50065,19599,'action created','2021-01-20 00:48:18','2021-01-19 16:48:18'),(50066,19599,'action started via WP Cron','2021-01-20 00:50:58','2021-01-19 16:50:58'),(50067,19599,'action complete via WP Cron','2021-01-20 00:50:58','2021-01-19 16:50:58'),(50068,19600,'action created','2021-01-20 00:50:58','2021-01-19 16:50:58'),(50069,19600,'action started via WP Cron','2021-01-20 00:55:03','2021-01-19 16:55:03'),(50070,19600,'action complete via WP Cron','2021-01-20 00:55:03','2021-01-19 16:55:03'),(50071,19601,'action created','2021-01-20 00:58:13','2021-01-19 16:58:13'),(50072,19601,'action started via WP Cron','2021-01-20 01:01:10','2021-01-19 17:01:10'),(50073,19601,'action complete via WP Cron','2021-01-20 01:01:10','2021-01-19 17:01:10'),(50074,19602,'action created','2021-01-20 01:01:10','2021-01-19 17:01:10'),(50075,19602,'action started via WP Cron','2021-01-20 01:02:10','2021-01-19 17:02:10'),(50076,19602,'action complete via WP Cron','2021-01-20 01:02:10','2021-01-19 17:02:10'),(50077,19603,'action created','2021-01-20 01:06:04','2021-01-19 17:06:04'),(50078,19603,'action started via WP Cron','2021-01-20 01:06:50','2021-01-19 17:06:50'),(50079,19603,'action complete via WP Cron','2021-01-20 01:06:50','2021-01-19 17:06:50'),(50080,19604,'action created','2021-01-20 01:06:50','2021-01-19 17:06:50'),(50081,19604,'action started via WP Cron','2021-01-20 01:08:36','2021-01-19 17:08:36'),(50082,19604,'action complete via WP Cron','2021-01-20 01:08:36','2021-01-19 17:08:36'),(50083,19605,'action created','2021-01-20 01:08:36','2021-01-19 17:08:36'),(50084,19605,'action started via WP Cron','2021-01-20 01:09:10','2021-01-19 17:09:10'),(50085,19605,'action complete via WP Cron','2021-01-20 01:09:10','2021-01-19 17:09:10'),(50086,19606,'action created','2021-01-20 01:09:10','2021-01-19 17:09:10'),(50087,19606,'action started via WP Cron','2021-01-20 01:10:02','2021-01-19 17:10:02'),(50088,19606,'action complete via WP Cron','2021-01-20 01:10:02','2021-01-19 17:10:02'),(50089,19607,'action created','2021-01-20 01:10:04','2021-01-19 17:10:04'),(50090,19607,'action started via WP Cron','2021-01-20 01:10:41','2021-01-19 17:10:41'),(50091,19607,'action complete via WP Cron','2021-01-20 01:10:41','2021-01-19 17:10:41'),(50092,19608,'action created','2021-01-20 01:10:41','2021-01-19 17:10:41'),(50093,19608,'action started via Async Request','2021-01-20 01:10:52','2021-01-19 17:10:52'),(50094,19608,'action complete via Async Request','2021-01-20 01:10:52','2021-01-19 17:10:52'),(50095,19609,'action created','2021-01-20 01:10:53','2021-01-19 17:10:53'),(50096,19609,'action started via WP Cron','2021-01-20 01:12:18','2021-01-19 17:12:18'),(50097,19609,'action complete via WP Cron','2021-01-20 01:12:18','2021-01-19 17:12:18'),(50098,19610,'action created','2021-01-20 01:12:18','2021-01-19 17:12:18'),(50099,19610,'action started via WP Cron','2021-01-20 01:13:19','2021-01-19 17:13:19'),(50100,19610,'action complete via WP Cron','2021-01-20 01:13:19','2021-01-19 17:13:19'),(50101,19611,'action created','2021-01-20 01:13:19','2021-01-19 17:13:19'),(50102,19611,'action started via WP Cron','2021-01-20 01:15:21','2021-01-19 17:15:21'),(50103,19611,'action complete via WP Cron','2021-01-20 01:15:21','2021-01-19 17:15:21'),(50104,19612,'action created','2021-01-20 01:15:21','2021-01-19 17:15:21'),(50105,19612,'action started via WP Cron','2021-01-20 01:16:23','2021-01-19 17:16:23'),(50106,19612,'action complete via WP Cron','2021-01-20 01:16:23','2021-01-19 17:16:23'),(50107,19613,'action created','2021-01-20 01:16:23','2021-01-19 17:16:23'),(50108,19613,'action started via WP Cron','2021-01-20 01:17:22','2021-01-19 17:17:22'),(50109,19613,'action complete via WP Cron','2021-01-20 01:17:22','2021-01-19 17:17:22'),(50110,19614,'action created','2021-01-20 01:17:23','2021-01-19 17:17:23'),(50111,19614,'action started via WP Cron','2021-01-20 01:17:53','2021-01-19 17:17:53'),(50112,19614,'action complete via WP Cron','2021-01-20 01:17:53','2021-01-19 17:17:53'),(50113,19615,'action created','2021-01-20 01:17:53','2021-01-19 17:17:53'),(50114,19615,'action started via WP Cron','2021-01-20 01:20:42','2021-01-19 17:20:42'),(50115,19615,'action complete via WP Cron','2021-01-20 01:20:42','2021-01-19 17:20:42'),(50116,19616,'action created','2021-01-20 01:20:42','2021-01-19 17:20:42'),(50117,19616,'action started via WP Cron','2021-01-20 01:21:43','2021-01-19 17:21:43'),(50118,19616,'action complete via WP Cron','2021-01-20 01:21:43','2021-01-19 17:21:43'),(50119,19617,'action created','2021-01-20 01:21:43','2021-01-19 17:21:43'),(50120,19617,'action started via WP Cron','2021-01-20 01:24:40','2021-01-19 17:24:40'),(50121,19617,'action complete via WP Cron','2021-01-20 01:24:40','2021-01-19 17:24:40'),(50122,19618,'action created','2021-01-20 01:24:40','2021-01-19 17:24:40'),(50123,19618,'action started via WP Cron','2021-01-20 01:25:44','2021-01-19 17:25:44'),(50124,19618,'action complete via WP Cron','2021-01-20 01:25:44','2021-01-19 17:25:44'),(50125,19619,'action created','2021-01-20 01:25:44','2021-01-19 17:25:44'),(50126,19619,'action started via WP Cron','2021-01-20 01:27:02','2021-01-19 17:27:02'),(50127,19619,'action complete via WP Cron','2021-01-20 01:27:02','2021-01-19 17:27:02'),(50128,19620,'action created','2021-01-20 01:27:02','2021-01-19 17:27:02'),(50129,19620,'action started via WP Cron','2021-01-20 01:30:30','2021-01-19 17:30:30'),(50130,19620,'action complete via WP Cron','2021-01-20 01:30:30','2021-01-19 17:30:30'),(50131,19621,'action created','2021-01-20 01:30:30','2021-01-19 17:30:30'),(50132,19621,'action started via WP Cron','2021-01-20 01:32:39','2021-01-19 17:32:39'),(50133,19621,'action complete via WP Cron','2021-01-20 01:32:39','2021-01-19 17:32:39'),(50134,19622,'action created','2021-01-20 01:32:39','2021-01-19 17:32:39'),(50135,19622,'action started via WP Cron','2021-01-20 01:35:00','2021-01-19 17:35:00'),(50136,19622,'action complete via WP Cron','2021-01-20 01:35:00','2021-01-19 17:35:00'),(50137,19623,'action created','2021-01-20 01:35:00','2021-01-19 17:35:00'),(50138,19623,'action started via WP Cron','2021-01-20 01:35:41','2021-01-19 17:35:41'),(50139,19623,'action complete via WP Cron','2021-01-20 01:35:41','2021-01-19 17:35:41'),(50140,19624,'action created','2021-01-20 01:35:41','2021-01-19 17:35:41'),(50141,19624,'action started via WP Cron','2021-01-20 01:36:46','2021-01-19 17:36:46'),(50142,19624,'action complete via WP Cron','2021-01-20 01:36:46','2021-01-19 17:36:46'),(50143,19625,'action created','2021-01-20 01:36:47','2021-01-19 17:36:47'),(50144,19625,'action started via WP Cron','2021-01-20 01:42:16','2021-01-19 17:42:16'),(50145,19625,'action complete via WP Cron','2021-01-20 01:42:16','2021-01-19 17:42:16'),(50146,19626,'action created','2021-01-20 01:42:16','2021-01-19 17:42:16'),(50147,19626,'action started via WP Cron','2021-01-20 01:42:46','2021-01-19 17:42:46'),(50148,19626,'action complete via WP Cron','2021-01-20 01:42:46','2021-01-19 17:42:46'),(50149,19627,'action created','2021-01-20 01:42:46','2021-01-19 17:42:46'),(50150,19627,'action started via WP Cron','2021-01-20 01:45:26','2021-01-19 17:45:26'),(50151,19627,'action complete via WP Cron','2021-01-20 01:45:26','2021-01-19 17:45:26'),(50152,19628,'action created','2021-01-20 01:45:26','2021-01-19 17:45:26'),(50153,19628,'action started via WP Cron','2021-01-20 01:48:22','2021-01-19 17:48:22'),(50154,19628,'action complete via WP Cron','2021-01-20 01:48:22','2021-01-19 17:48:22'),(50155,19629,'action created','2021-01-20 01:48:22','2021-01-19 17:48:22'),(50156,19629,'action started via WP Cron','2021-01-20 01:49:20','2021-01-19 17:49:20'),(50157,19629,'action complete via WP Cron','2021-01-20 01:49:20','2021-01-19 17:49:20'),(50158,19630,'action created','2021-01-20 01:49:20','2021-01-19 17:49:20'),(50159,19630,'action started via WP Cron','2021-01-20 01:50:21','2021-01-19 17:50:21'),(50160,19630,'action complete via WP Cron','2021-01-20 01:50:21','2021-01-19 17:50:21'),(50161,19631,'action created','2021-01-20 01:50:21','2021-01-19 17:50:21'),(50162,19631,'action started via WP Cron','2021-01-20 01:51:53','2021-01-19 17:51:53'),(50163,19631,'action complete via WP Cron','2021-01-20 01:51:53','2021-01-19 17:51:53'),(50164,19632,'action created','2021-01-20 01:51:54','2021-01-19 17:51:54'),(50165,19632,'action started via WP Cron','2021-01-20 01:53:08','2021-01-19 17:53:08'),(50166,19632,'action complete via WP Cron','2021-01-20 01:53:08','2021-01-19 17:53:08'),(50167,19633,'action created','2021-01-20 01:53:08','2021-01-19 17:53:08'),(50168,19633,'action started via WP Cron','2021-01-20 01:54:25','2021-01-19 17:54:25'),(50169,19633,'action complete via WP Cron','2021-01-20 01:54:25','2021-01-19 17:54:25'),(50170,19634,'action created','2021-01-20 01:54:25','2021-01-19 17:54:25'),(50171,19634,'action started via WP Cron','2021-01-20 01:55:14','2021-01-19 17:55:14'),(50172,19634,'action complete via WP Cron','2021-01-20 01:55:14','2021-01-19 17:55:14'),(50173,19635,'action created','2021-01-20 01:55:14','2021-01-19 17:55:14'),(50174,19635,'action started via WP Cron','2021-01-20 01:58:44','2021-01-19 17:58:44'),(50175,19635,'action complete via WP Cron','2021-01-20 01:58:44','2021-01-19 17:58:44'),(50176,19636,'action created','2021-01-20 01:58:44','2021-01-19 17:58:44'),(50177,19636,'action started via WP Cron','2021-01-20 01:59:58','2021-01-19 17:59:58'),(50178,19636,'action complete via WP Cron','2021-01-20 01:59:58','2021-01-19 17:59:58'),(50179,19637,'action created','2021-01-20 01:59:58','2021-01-19 17:59:58'),(50180,19637,'action started via WP Cron','2021-01-20 02:01:32','2021-01-19 18:01:32'),(50181,19637,'action complete via WP Cron','2021-01-20 02:01:32','2021-01-19 18:01:32'),(50182,19638,'action created','2021-01-20 02:01:32','2021-01-19 18:01:32'),(50183,19638,'action started via WP Cron','2021-01-20 02:05:05','2021-01-19 18:05:05'),(50184,19638,'action complete via WP Cron','2021-01-20 02:05:05','2021-01-19 18:05:05'),(50185,19639,'action created','2021-01-20 02:05:05','2021-01-19 18:05:05'),(50186,19639,'action started via WP Cron','2021-01-20 02:08:37','2021-01-19 18:08:37'),(50187,19639,'action complete via WP Cron','2021-01-20 02:08:37','2021-01-19 18:08:37'),(50188,19640,'action created','2021-01-20 02:09:12','2021-01-19 18:09:12'),(50189,19640,'action started via WP Cron','2021-01-20 02:12:01','2021-01-19 18:12:01'),(50190,19640,'action complete via WP Cron','2021-01-20 02:12:01','2021-01-19 18:12:01'),(50191,19641,'action created','2021-01-20 02:12:02','2021-01-19 18:12:02'),(50192,19641,'action started via WP Cron','2021-01-20 02:13:51','2021-01-19 18:13:51'),(50193,19641,'action complete via WP Cron','2021-01-20 02:13:51','2021-01-19 18:13:51'),(50194,19642,'action created','2021-01-20 02:13:51','2021-01-19 18:13:51'),(50195,19642,'action started via WP Cron','2021-01-20 02:15:13','2021-01-19 18:15:13'),(50196,19642,'action complete via WP Cron','2021-01-20 02:15:13','2021-01-19 18:15:13'),(50197,19643,'action created','2021-01-20 02:15:13','2021-01-19 18:15:13'),(50198,19643,'action started via WP Cron','2021-01-20 02:16:39','2021-01-19 18:16:39'),(50199,19643,'action complete via WP Cron','2021-01-20 02:16:39','2021-01-19 18:16:39'),(50200,19644,'action created','2021-01-20 02:16:40','2021-01-19 18:16:40'),(50201,19644,'action started via WP Cron','2021-01-20 02:22:07','2021-01-19 18:22:07'),(50202,19644,'action complete via WP Cron','2021-01-20 02:22:07','2021-01-19 18:22:07'),(50203,19645,'action created','2021-01-20 02:22:07','2021-01-19 18:22:07'),(50204,19645,'action started via WP Cron','2021-01-20 02:23:07','2021-01-19 18:23:07'),(50205,19645,'action complete via WP Cron','2021-01-20 02:23:07','2021-01-19 18:23:07'),(50206,19646,'action created','2021-01-20 02:23:07','2021-01-19 18:23:07'),(50207,19646,'action started via WP Cron','2021-01-20 02:23:46','2021-01-19 18:23:46'),(50208,19646,'action complete via WP Cron','2021-01-20 02:23:46','2021-01-19 18:23:46'),(50209,19647,'action created','2021-01-20 02:23:46','2021-01-19 18:23:46'),(50210,19647,'action started via WP Cron','2021-01-20 02:26:30','2021-01-19 18:26:30'),(50211,19647,'action complete via WP Cron','2021-01-20 02:26:30','2021-01-19 18:26:30'),(50212,19648,'action created','2021-01-20 02:26:30','2021-01-19 18:26:30'),(50213,19648,'action started via WP Cron','2021-01-20 02:29:20','2021-01-19 18:29:20'),(50214,19648,'action complete via WP Cron','2021-01-20 02:29:20','2021-01-19 18:29:20'),(50215,19649,'action created','2021-01-20 02:29:20','2021-01-19 18:29:20'),(50216,19649,'action started via WP Cron','2021-01-20 02:30:05','2021-01-19 18:30:05'),(50217,19649,'action complete via WP Cron','2021-01-20 02:30:05','2021-01-19 18:30:05'),(50218,19650,'action created','2021-01-20 02:30:05','2021-01-19 18:30:05'),(50219,19650,'action started via WP Cron','2021-01-20 02:32:04','2021-01-19 18:32:04'),(50220,19650,'action complete via WP Cron','2021-01-20 02:32:04','2021-01-19 18:32:04'),(50221,19651,'action created','2021-01-20 02:32:05','2021-01-19 18:32:05'),(50222,19651,'action started via WP Cron','2021-01-20 02:33:00','2021-01-19 18:33:00'),(50223,19651,'action complete via WP Cron','2021-01-20 02:33:00','2021-01-19 18:33:00'),(50224,19652,'action created','2021-01-20 02:33:00','2021-01-19 18:33:00'),(50225,19652,'action started via WP Cron','2021-01-20 02:36:55','2021-01-19 18:36:55'),(50226,19652,'action complete via WP Cron','2021-01-20 02:36:55','2021-01-19 18:36:55'),(50227,19653,'action created','2021-01-20 02:36:55','2021-01-19 18:36:55'),(50228,19653,'action started via WP Cron','2021-01-20 02:38:24','2021-01-19 18:38:24'),(50229,19653,'action complete via WP Cron','2021-01-20 02:38:24','2021-01-19 18:38:24'),(50230,19654,'action created','2021-01-20 02:38:25','2021-01-19 18:38:25'),(50231,19654,'action started via WP Cron','2021-01-20 02:38:58','2021-01-19 18:38:58'),(50232,19654,'action complete via WP Cron','2021-01-20 02:38:58','2021-01-19 18:38:58'),(50233,19655,'action created','2021-01-20 02:38:58','2021-01-19 18:38:58'),(50234,19655,'action started via WP Cron','2021-01-20 02:39:58','2021-01-19 18:39:58'),(50235,19655,'action complete via WP Cron','2021-01-20 02:39:58','2021-01-19 18:39:58'),(50236,19656,'action created','2021-01-20 02:39:58','2021-01-19 18:39:58'),(50237,19656,'action started via WP Cron','2021-01-20 02:41:24','2021-01-19 18:41:24'),(50238,19656,'action complete via WP Cron','2021-01-20 02:41:24','2021-01-19 18:41:24'),(50239,19657,'action created','2021-01-20 02:41:24','2021-01-19 18:41:24'),(50240,19657,'action started via WP Cron','2021-01-20 02:42:52','2021-01-19 18:42:52'),(50241,19657,'action complete via WP Cron','2021-01-20 02:42:52','2021-01-19 18:42:52'),(50242,19658,'action created','2021-01-20 02:42:52','2021-01-19 18:42:52'),(50243,19658,'action started via WP Cron','2021-01-20 02:45:25','2021-01-19 18:45:25'),(50244,19658,'action complete via WP Cron','2021-01-20 02:45:25','2021-01-19 18:45:25'),(50245,19659,'action created','2021-01-20 02:45:25','2021-01-19 18:45:25'),(50246,19659,'action started via WP Cron','2021-01-20 02:47:47','2021-01-19 18:47:47'),(50247,19659,'action complete via WP Cron','2021-01-20 02:47:47','2021-01-19 18:47:47'),(50248,19660,'action created','2021-01-20 02:47:48','2021-01-19 18:47:48'),(50249,19660,'action started via WP Cron','2021-01-20 02:50:10','2021-01-19 18:50:10'),(50250,19660,'action complete via WP Cron','2021-01-20 02:50:10','2021-01-19 18:50:10'),(50251,19661,'action created','2021-01-20 02:50:10','2021-01-19 18:50:10'),(50252,19661,'action started via WP Cron','2021-01-20 02:52:25','2021-01-19 18:52:25'),(50253,19661,'action complete via WP Cron','2021-01-20 02:52:25','2021-01-19 18:52:25'),(50254,19662,'action created','2021-01-20 02:52:25','2021-01-19 18:52:25'),(50255,19662,'action started via WP Cron','2021-01-20 02:54:02','2021-01-19 18:54:02'),(50256,19662,'action complete via WP Cron','2021-01-20 02:54:02','2021-01-19 18:54:02'),(50257,19663,'action created','2021-01-20 02:54:03','2021-01-19 18:54:03'),(50258,19663,'action started via WP Cron','2021-01-20 02:55:26','2021-01-19 18:55:26'),(50259,19663,'action complete via WP Cron','2021-01-20 02:55:26','2021-01-19 18:55:26'),(50260,19664,'action created','2021-01-20 02:55:26','2021-01-19 18:55:26'),(50261,19664,'action started via WP Cron','2021-01-20 02:56:20','2021-01-19 18:56:20'),(50262,19664,'action complete via WP Cron','2021-01-20 02:56:20','2021-01-19 18:56:20'),(50263,19665,'action created','2021-01-20 02:56:20','2021-01-19 18:56:20'),(50264,19665,'action started via WP Cron','2021-01-20 02:57:13','2021-01-19 18:57:13'),(50265,19665,'action complete via WP Cron','2021-01-20 02:57:13','2021-01-19 18:57:13'),(50266,19666,'action created','2021-01-20 02:57:14','2021-01-19 18:57:14'),(50267,19666,'action started via WP Cron','2021-01-20 02:58:03','2021-01-19 18:58:03'),(50268,19666,'action complete via WP Cron','2021-01-20 02:58:03','2021-01-19 18:58:03'),(50269,19667,'action created','2021-01-20 02:58:03','2021-01-19 18:58:03'),(50270,19667,'action started via WP Cron','2021-01-20 02:59:49','2021-01-19 18:59:49'),(50271,19667,'action complete via WP Cron','2021-01-20 02:59:49','2021-01-19 18:59:49'),(50272,19668,'action created','2021-01-20 02:59:50','2021-01-19 18:59:50'),(50273,19668,'action started via WP Cron','2021-01-20 03:02:14','2021-01-19 19:02:14'),(50274,19668,'action complete via WP Cron','2021-01-20 03:02:14','2021-01-19 19:02:14'),(50275,19669,'action created','2021-01-20 03:02:14','2021-01-19 19:02:14'),(50276,19669,'action started via WP Cron','2021-01-20 03:03:28','2021-01-19 19:03:28'),(50277,19669,'action complete via WP Cron','2021-01-20 03:03:28','2021-01-19 19:03:28'),(50278,19670,'action created','2021-01-20 03:03:28','2021-01-19 19:03:28'),(50279,19670,'action started via WP Cron','2021-01-20 03:03:55','2021-01-19 19:03:55'),(50280,19670,'action complete via WP Cron','2021-01-20 03:03:55','2021-01-19 19:03:55'),(50281,19671,'action created','2021-01-20 03:03:55','2021-01-19 19:03:55'),(50282,19671,'action started via WP Cron','2021-01-20 03:05:38','2021-01-19 19:05:38'),(50283,19671,'action complete via WP Cron','2021-01-20 03:05:38','2021-01-19 19:05:38'),(50284,19672,'action created','2021-01-20 03:05:38','2021-01-19 19:05:38'),(50285,19672,'action started via WP Cron','2021-01-20 03:07:19','2021-01-19 19:07:19'),(50286,19672,'action complete via WP Cron','2021-01-20 03:07:19','2021-01-19 19:07:19'),(50287,19673,'action created','2021-01-20 03:07:19','2021-01-19 19:07:19'),(50288,19673,'action started via WP Cron','2021-01-20 03:08:47','2021-01-19 19:08:47'),(50289,19673,'action complete via WP Cron','2021-01-20 03:08:47','2021-01-19 19:08:47'),(50290,19674,'action created','2021-01-20 03:08:47','2021-01-19 19:08:47'),(50291,19674,'action started via WP Cron','2021-01-20 03:10:13','2021-01-19 19:10:13'),(50292,19674,'action complete via WP Cron','2021-01-20 03:10:13','2021-01-19 19:10:13'),(50293,19675,'action created','2021-01-20 03:10:14','2021-01-19 19:10:14'),(50294,19675,'action started via WP Cron','2021-01-20 03:12:34','2021-01-19 19:12:34'),(50295,19675,'action complete via WP Cron','2021-01-20 03:12:34','2021-01-19 19:12:34'),(50296,19676,'action created','2021-01-20 03:12:34','2021-01-19 19:12:34'),(50297,19676,'action started via WP Cron','2021-01-20 03:12:55','2021-01-19 19:12:55'),(50298,19676,'action complete via WP Cron','2021-01-20 03:12:55','2021-01-19 19:12:55'),(50299,19677,'action created','2021-01-20 03:12:55','2021-01-19 19:12:55'),(50300,19677,'action started via WP Cron','2021-01-20 03:14:15','2021-01-19 19:14:15'),(50301,19677,'action complete via WP Cron','2021-01-20 03:14:15','2021-01-19 19:14:15'),(50302,19678,'action created','2021-01-20 03:18:47','2021-01-19 19:18:47'),(50303,19678,'action started via WP Cron','2021-01-20 03:19:52','2021-01-19 19:19:52'),(50304,19678,'action complete via WP Cron','2021-01-20 03:19:52','2021-01-19 19:19:52'),(50305,19679,'action created','2021-01-20 03:19:53','2021-01-19 19:19:53'),(50306,19679,'action started via WP Cron','2021-01-20 03:21:22','2021-01-19 19:21:22'),(50307,19679,'action complete via WP Cron','2021-01-20 03:21:22','2021-01-19 19:21:22'),(50308,19680,'action created','2021-01-20 03:21:22','2021-01-19 19:21:22'),(50309,19680,'action started via WP Cron','2021-01-20 03:23:34','2021-01-19 19:23:34'),(50310,19680,'action complete via WP Cron','2021-01-20 03:23:34','2021-01-19 19:23:34'),(50311,19681,'action created','2021-01-20 03:23:34','2021-01-19 19:23:34'),(50312,19681,'action started via WP Cron','2021-01-20 03:24:42','2021-01-19 19:24:42'),(50313,19681,'action complete via WP Cron','2021-01-20 03:24:42','2021-01-19 19:24:42'),(50314,19682,'action created','2021-01-20 03:24:42','2021-01-19 19:24:42'),(50315,19682,'action started via WP Cron','2021-01-20 03:25:43','2021-01-19 19:25:43'),(50316,19682,'action complete via WP Cron','2021-01-20 03:25:43','2021-01-19 19:25:43'),(50317,19683,'action created','2021-01-20 03:25:43','2021-01-19 19:25:43'),(50318,19683,'action started via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50319,19683,'action complete via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50320,18863,'action started via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50321,18863,'action complete via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50322,19684,'action created','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50323,18862,'action started via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50324,18862,'action complete via WP Cron','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50325,19685,'action created','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50326,19686,'action created','2021-01-20 03:27:35','2021-01-19 19:27:35'),(50327,19686,'action started via WP Cron','2021-01-20 03:31:22','2021-01-19 19:31:22'),(50328,19686,'action complete via WP Cron','2021-01-20 03:31:22','2021-01-19 19:31:22'),(50329,19687,'action created','2021-01-20 03:31:22','2021-01-19 19:31:22'),(50330,19687,'action started via WP Cron','2021-01-20 03:31:51','2021-01-19 19:31:51'),(50331,19687,'action complete via WP Cron','2021-01-20 03:31:51','2021-01-19 19:31:51'),(50332,19688,'action created','2021-01-20 03:31:51','2021-01-19 19:31:51'),(50333,19688,'action started via WP Cron','2021-01-20 03:37:20','2021-01-19 19:37:20'),(50334,19688,'action complete via WP Cron','2021-01-20 03:37:20','2021-01-19 19:37:20'),(50335,19689,'action created','2021-01-20 03:37:20','2021-01-19 19:37:20'),(50336,19689,'action started via WP Cron','2021-01-20 03:39:39','2021-01-19 19:39:39'),(50337,19689,'action complete via WP Cron','2021-01-20 03:39:39','2021-01-19 19:39:39'),(50338,19690,'action created','2021-01-20 03:39:39','2021-01-19 19:39:39'),(50339,19690,'action started via WP Cron','2021-01-20 03:41:26','2021-01-19 19:41:26'),(50340,19690,'action complete via WP Cron','2021-01-20 03:41:26','2021-01-19 19:41:26'),(50341,19691,'action created','2021-01-20 03:41:26','2021-01-19 19:41:26'),(50342,19691,'action started via WP Cron','2021-01-20 03:42:56','2021-01-19 19:42:56'),(50343,19691,'action complete via WP Cron','2021-01-20 03:42:56','2021-01-19 19:42:56'),(50344,19692,'action created','2021-01-20 03:42:56','2021-01-19 19:42:56'),(50345,19692,'action started via WP Cron','2021-01-20 03:45:34','2021-01-19 19:45:34'),(50346,19692,'action complete via WP Cron','2021-01-20 03:45:34','2021-01-19 19:45:34'),(50347,19693,'action created','2021-01-20 03:45:35','2021-01-19 19:45:35'),(50348,19693,'action started via WP Cron','2021-01-20 03:47:03','2021-01-19 19:47:03'),(50349,19693,'action complete via WP Cron','2021-01-20 03:47:03','2021-01-19 19:47:03'),(50350,19694,'action created','2021-01-20 03:47:03','2021-01-19 19:47:03'),(50351,19694,'action started via WP Cron','2021-01-20 03:48:57','2021-01-19 19:48:57'),(50352,19694,'action complete via WP Cron','2021-01-20 03:48:57','2021-01-19 19:48:57'),(50353,19695,'action created','2021-01-20 03:48:58','2021-01-19 19:48:58'),(50354,19695,'action started via WP Cron','2021-01-20 03:49:55','2021-01-19 19:49:55'),(50355,19695,'action complete via WP Cron','2021-01-20 03:49:55','2021-01-19 19:49:55'),(50356,19696,'action created','2021-01-20 03:49:55','2021-01-19 19:49:55'),(50357,19696,'action started via WP Cron','2021-01-20 03:53:49','2021-01-19 19:53:49'),(50358,19696,'action complete via WP Cron','2021-01-20 03:53:49','2021-01-19 19:53:49'),(50359,19697,'action created','2021-01-20 03:53:49','2021-01-19 19:53:49'),(50360,19697,'action started via WP Cron','2021-01-20 03:54:48','2021-01-19 19:54:48'),(50361,19697,'action complete via WP Cron','2021-01-20 03:54:48','2021-01-19 19:54:48'),(50362,19698,'action created','2021-01-20 03:54:48','2021-01-19 19:54:48'),(50363,19698,'action started via WP Cron','2021-01-20 04:01:25','2021-01-19 20:01:25'),(50364,19698,'action complete via WP Cron','2021-01-20 04:01:25','2021-01-19 20:01:25'),(50365,19699,'action created','2021-01-20 04:01:25','2021-01-19 20:01:25'),(50366,19699,'action started via WP Cron','2021-01-20 04:02:49','2021-01-19 20:02:49'),(50367,19699,'action complete via WP Cron','2021-01-20 04:02:49','2021-01-19 20:02:49'),(50368,19700,'action created','2021-01-20 04:02:49','2021-01-19 20:02:49'),(50369,19700,'action started via WP Cron','2021-01-20 04:06:34','2021-01-19 20:06:34'),(50370,19700,'action complete via WP Cron','2021-01-20 04:06:34','2021-01-19 20:06:34'),(50371,19701,'action created','2021-01-20 04:06:34','2021-01-19 20:06:34'),(50372,19701,'action started via WP Cron','2021-01-20 04:07:36','2021-01-19 20:07:36'),(50373,19701,'action complete via WP Cron','2021-01-20 04:07:36','2021-01-19 20:07:36'),(50374,19702,'action created','2021-01-20 04:07:36','2021-01-19 20:07:36'),(50375,19702,'action started via WP Cron','2021-01-20 04:10:28','2021-01-19 20:10:28'),(50376,19702,'action complete via WP Cron','2021-01-20 04:10:28','2021-01-19 20:10:28'),(50377,19703,'action created','2021-01-20 04:10:28','2021-01-19 20:10:28'),(50378,19703,'action started via WP Cron','2021-01-20 04:13:33','2021-01-19 20:13:33'),(50379,19703,'action complete via WP Cron','2021-01-20 04:13:33','2021-01-19 20:13:33'),(50380,19704,'action created','2021-01-20 04:13:33','2021-01-19 20:13:33'),(50381,19704,'action started via WP Cron','2021-01-20 04:15:58','2021-01-19 20:15:58'),(50382,19704,'action complete via WP Cron','2021-01-20 04:15:59','2021-01-19 20:15:59'),(50383,19705,'action created','2021-01-20 04:15:59','2021-01-19 20:15:59'),(50384,19705,'action started via WP Cron','2021-01-20 04:18:39','2021-01-19 20:18:39'),(50385,19705,'action complete via WP Cron','2021-01-20 04:18:39','2021-01-19 20:18:39'),(50386,19706,'action created','2021-01-20 04:18:39','2021-01-19 20:18:39'),(50387,19706,'action started via WP Cron','2021-01-20 04:19:04','2021-01-19 20:19:04'),(50388,19706,'action complete via WP Cron','2021-01-20 04:19:04','2021-01-19 20:19:04'),(50389,19707,'action created','2021-01-20 04:19:05','2021-01-19 20:19:05'),(50390,19707,'action started via WP Cron','2021-01-20 04:20:23','2021-01-19 20:20:23'),(50391,19707,'action complete via WP Cron','2021-01-20 04:20:23','2021-01-19 20:20:23'),(50392,19708,'action created','2021-01-20 04:20:23','2021-01-19 20:20:23'),(50393,19708,'action started via WP Cron','2021-01-20 04:20:50','2021-01-19 20:20:50'),(50394,19708,'action complete via WP Cron','2021-01-20 04:20:50','2021-01-19 20:20:50'),(50395,19709,'action created','2021-01-20 04:20:50','2021-01-19 20:20:50'),(50396,19709,'action started via WP Cron','2021-01-20 04:25:50','2021-01-19 20:25:50'),(50397,19709,'action complete via WP Cron','2021-01-20 04:25:50','2021-01-19 20:25:50'),(50398,19710,'action created','2021-01-20 04:26:43','2021-01-19 20:26:43'),(50399,19710,'action started via WP Cron','2021-01-20 04:27:44','2021-01-19 20:27:44'),(50400,19710,'action complete via WP Cron','2021-01-20 04:27:44','2021-01-19 20:27:44'),(50401,19711,'action created','2021-01-20 04:27:44','2021-01-19 20:27:44'),(50402,19711,'action started via WP Cron','2021-01-20 04:29:44','2021-01-19 20:29:44'),(50403,19711,'action complete via WP Cron','2021-01-20 04:29:44','2021-01-19 20:29:44'),(50404,19712,'action created','2021-01-20 04:29:44','2021-01-19 20:29:44'),(50405,19712,'action started via WP Cron','2021-01-20 04:30:47','2021-01-19 20:30:47'),(50406,19712,'action complete via WP Cron','2021-01-20 04:30:47','2021-01-19 20:30:47'),(50407,19713,'action created','2021-01-20 04:30:47','2021-01-19 20:30:47'),(50408,19713,'action started via WP Cron','2021-01-20 04:31:48','2021-01-19 20:31:48'),(50409,19713,'action complete via WP Cron','2021-01-20 04:31:48','2021-01-19 20:31:48'),(50410,19714,'action created','2021-01-20 04:31:48','2021-01-19 20:31:48'),(50411,19714,'action started via WP Cron','2021-01-20 04:36:58','2021-01-19 20:36:58'),(50412,19714,'action complete via WP Cron','2021-01-20 04:36:58','2021-01-19 20:36:58'),(50413,19715,'action created','2021-01-20 04:36:58','2021-01-19 20:36:58'),(50414,19715,'action started via WP Cron','2021-01-20 04:39:29','2021-01-19 20:39:29'),(50415,19715,'action complete via WP Cron','2021-01-20 04:39:29','2021-01-19 20:39:29'),(50416,19716,'action created','2021-01-20 04:39:29','2021-01-19 20:39:29'),(50417,19716,'action started via WP Cron','2021-01-20 04:40:17','2021-01-19 20:40:17'),(50418,19716,'action complete via WP Cron','2021-01-20 04:40:17','2021-01-19 20:40:17'),(50419,19717,'action created','2021-01-20 04:40:17','2021-01-19 20:40:17'),(50420,19717,'action started via WP Cron','2021-01-20 04:40:41','2021-01-19 20:40:41'),(50421,19717,'action complete via WP Cron','2021-01-20 04:40:41','2021-01-19 20:40:41'),(50422,19718,'action created','2021-01-20 04:40:41','2021-01-19 20:40:41'),(50423,19718,'action started via WP Cron','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50424,19718,'action complete via WP Cron','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50425,18894,'action started via WP Cron','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50426,18894,'action complete via WP Cron','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50427,19719,'action created','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50428,19720,'action created','2021-01-20 04:42:53','2021-01-19 20:42:53'),(50429,19720,'action started via WP Cron','2021-01-20 04:53:44','2021-01-19 20:53:44'),(50430,19720,'action complete via WP Cron','2021-01-20 04:53:44','2021-01-19 20:53:44'),(50431,19721,'action created','2021-01-20 04:56:01','2021-01-19 20:56:01'),(50432,19721,'action started via WP Cron','2021-01-20 04:57:14','2021-01-19 20:57:14'),(50433,19721,'action complete via WP Cron','2021-01-20 04:57:14','2021-01-19 20:57:14'),(50434,19722,'action created','2021-01-20 04:57:14','2021-01-19 20:57:14'),(50435,19722,'action started via WP Cron','2021-01-20 05:04:42','2021-01-19 21:04:42'),(50436,19722,'action complete via WP Cron','2021-01-20 05:04:42','2021-01-19 21:04:42'),(50437,19723,'action created','2021-01-20 05:04:42','2021-01-19 21:04:42'),(50438,19723,'action started via WP Cron','2021-01-20 05:08:19','2021-01-19 21:08:19'),(50439,19723,'action complete via WP Cron','2021-01-20 05:08:19','2021-01-19 21:08:19'),(50440,19724,'action created','2021-01-20 05:08:19','2021-01-19 21:08:19'),(50441,19724,'action started via WP Cron','2021-01-20 05:09:54','2021-01-19 21:09:54'),(50442,19724,'action complete via WP Cron','2021-01-20 05:09:54','2021-01-19 21:09:54'),(50443,19725,'action created','2021-01-20 05:09:54','2021-01-19 21:09:54'),(50444,19725,'action started via WP Cron','2021-01-20 05:13:04','2021-01-19 21:13:04'),(50445,19725,'action complete via WP Cron','2021-01-20 05:13:04','2021-01-19 21:13:04'),(50446,19726,'action created','2021-01-20 05:13:04','2021-01-19 21:13:04'),(50447,19726,'action started via WP Cron','2021-01-20 05:15:49','2021-01-19 21:15:49'),(50448,19726,'action complete via WP Cron','2021-01-20 05:15:49','2021-01-19 21:15:49'),(50449,19727,'action created','2021-01-20 05:15:50','2021-01-19 21:15:50'),(50450,19727,'action started via WP Cron','2021-01-20 05:18:02','2021-01-19 21:18:02'),(50451,19727,'action complete via WP Cron','2021-01-20 05:18:02','2021-01-19 21:18:02'),(50452,19728,'action created','2021-01-20 05:18:04','2021-01-19 21:18:04'),(50453,19728,'action started via WP Cron','2021-01-20 05:20:37','2021-01-19 21:20:37'),(50454,19728,'action complete via WP Cron','2021-01-20 05:20:37','2021-01-19 21:20:37'),(50455,19729,'action created','2021-01-20 05:20:37','2021-01-19 21:20:37'),(50456,19729,'action started via WP Cron','2021-01-20 05:22:50','2021-01-19 21:22:50'),(50457,19729,'action complete via WP Cron','2021-01-20 05:22:50','2021-01-19 21:22:50'),(50458,19730,'action created','2021-01-20 05:22:50','2021-01-19 21:22:50'),(50459,19730,'action started via WP Cron','2021-01-20 05:23:41','2021-01-19 21:23:41'),(50460,19730,'action complete via WP Cron','2021-01-20 05:23:41','2021-01-19 21:23:41'),(50461,19731,'action created','2021-01-20 05:23:41','2021-01-19 21:23:41'),(50462,19731,'action started via WP Cron','2021-01-20 05:25:13','2021-01-19 21:25:13'),(50463,19731,'action complete via WP Cron','2021-01-20 05:25:13','2021-01-19 21:25:13'),(50464,19732,'action created','2021-01-20 05:25:14','2021-01-19 21:25:14'),(50465,19732,'action started via WP Cron','2021-01-20 05:30:22','2021-01-19 21:30:22'),(50466,19732,'action complete via WP Cron','2021-01-20 05:30:22','2021-01-19 21:30:22'),(50467,19733,'action created','2021-01-20 05:30:23','2021-01-19 21:30:23'),(50468,19733,'action started via WP Cron','2021-01-20 05:31:54','2021-01-19 21:31:54'),(50469,19733,'action complete via WP Cron','2021-01-20 05:31:54','2021-01-19 21:31:54'),(50470,19734,'action created','2021-01-20 05:31:54','2021-01-19 21:31:54'),(50471,19734,'action started via WP Cron','2021-01-20 05:32:48','2021-01-19 21:32:48'),(50472,19734,'action complete via WP Cron','2021-01-20 05:32:48','2021-01-19 21:32:48'),(50473,19735,'action created','2021-01-20 05:32:48','2021-01-19 21:32:48'),(50474,19735,'action started via WP Cron','2021-01-20 05:34:39','2021-01-19 21:34:39'),(50475,19735,'action complete via WP Cron','2021-01-20 05:34:39','2021-01-19 21:34:39'),(50476,19736,'action created','2021-01-20 05:34:39','2021-01-19 21:34:39'),(50477,19736,'action started via WP Cron','2021-01-20 05:34:50','2021-01-19 21:34:50'),(50478,19736,'action complete via WP Cron','2021-01-20 05:34:50','2021-01-19 21:34:50'),(50479,19737,'action created','2021-01-20 05:34:50','2021-01-19 21:34:50'),(50480,19737,'action started via WP Cron','2021-01-20 05:35:41','2021-01-19 21:35:41'),(50481,19737,'action complete via WP Cron','2021-01-20 05:35:41','2021-01-19 21:35:41'),(50482,19738,'action created','2021-01-20 05:35:41','2021-01-19 21:35:41'),(50483,19738,'action started via WP Cron','2021-01-20 05:36:53','2021-01-19 21:36:53'),(50484,19738,'action complete via WP Cron','2021-01-20 05:36:53','2021-01-19 21:36:53'),(50485,19739,'action created','2021-01-20 05:36:53','2021-01-19 21:36:53'),(50486,19739,'action started via WP Cron','2021-01-20 05:42:36','2021-01-19 21:42:36'),(50487,19739,'action complete via WP Cron','2021-01-20 05:42:36','2021-01-19 21:42:36'),(50488,19740,'action created','2021-01-20 05:42:36','2021-01-19 21:42:36'),(50489,19740,'action started via WP Cron','2021-01-20 05:43:30','2021-01-19 21:43:30'),(50490,19740,'action complete via WP Cron','2021-01-20 05:43:30','2021-01-19 21:43:30'),(50491,19741,'action created','2021-01-20 05:43:30','2021-01-19 21:43:30'),(50492,19741,'action started via WP Cron','2021-01-20 05:43:55','2021-01-19 21:43:55'),(50493,19741,'action complete via WP Cron','2021-01-20 05:43:55','2021-01-19 21:43:55'),(50494,19742,'action created','2021-01-20 05:43:55','2021-01-19 21:43:55'),(50495,19742,'action started via WP Cron','2021-01-20 05:44:48','2021-01-19 21:44:48'),(50496,19742,'action complete via WP Cron','2021-01-20 05:44:48','2021-01-19 21:44:48'),(50497,19743,'action created','2021-01-20 05:44:48','2021-01-19 21:44:48'),(50498,19743,'action started via WP Cron','2021-01-20 05:47:02','2021-01-19 21:47:02'),(50499,19743,'action complete via WP Cron','2021-01-20 05:47:02','2021-01-19 21:47:02'),(50500,19744,'action created','2021-01-20 05:47:02','2021-01-19 21:47:02'),(50501,19744,'action started via WP Cron','2021-01-20 05:48:07','2021-01-19 21:48:07'),(50502,19744,'action complete via WP Cron','2021-01-20 05:48:07','2021-01-19 21:48:07'),(50503,19745,'action created','2021-01-20 05:48:07','2021-01-19 21:48:07'),(50504,19745,'action started via WP Cron','2021-01-20 05:48:54','2021-01-19 21:48:54'),(50505,19745,'action complete via WP Cron','2021-01-20 05:48:54','2021-01-19 21:48:54'),(50506,19746,'action created','2021-01-20 05:48:54','2021-01-19 21:48:54'),(50507,19746,'action started via WP Cron','2021-01-20 05:49:54','2021-01-19 21:49:54'),(50508,19746,'action complete via WP Cron','2021-01-20 05:49:54','2021-01-19 21:49:54'),(50509,19747,'action created','2021-01-20 05:49:54','2021-01-19 21:49:54'),(50510,19747,'action started via WP Cron','2021-01-20 05:56:48','2021-01-19 21:56:48'),(50511,19747,'action complete via WP Cron','2021-01-20 05:56:48','2021-01-19 21:56:48'),(50512,19748,'action created','2021-01-20 05:56:48','2021-01-19 21:56:48'),(50513,19748,'action started via WP Cron','2021-01-20 05:59:07','2021-01-19 21:59:07'),(50514,19748,'action complete via WP Cron','2021-01-20 05:59:07','2021-01-19 21:59:07'),(50515,19749,'action created','2021-01-20 05:59:09','2021-01-19 21:59:09'),(50519,19750,'action started via WP Cron','2021-01-20 06:06:47','2021-01-19 22:06:47'),(50520,19750,'action complete via WP Cron','2021-01-20 06:06:47','2021-01-19 22:06:47'),(50521,19751,'action created','2021-01-20 06:06:47','2021-01-19 22:06:47'),(50522,19751,'action started via WP Cron','2021-01-20 06:08:18','2021-01-19 22:08:18'),(50523,19751,'action complete via WP Cron','2021-01-20 06:08:18','2021-01-19 22:08:18'),(50524,19752,'action created','2021-01-20 06:08:18','2021-01-19 22:08:18'),(50525,19752,'action started via WP Cron','2021-01-20 06:09:07','2021-01-19 22:09:07'),(50526,19752,'action complete via WP Cron','2021-01-20 06:09:07','2021-01-19 22:09:07'),(50527,19753,'action created','2021-01-20 06:09:07','2021-01-19 22:09:07'),(50528,19753,'action started via WP Cron','2021-01-20 06:09:47','2021-01-19 22:09:47'),(50529,19753,'action complete via WP Cron','2021-01-20 06:09:47','2021-01-19 22:09:47'),(50530,19754,'action created','2021-01-20 06:09:47','2021-01-19 22:09:47'),(50531,19754,'action started via WP Cron','2021-01-20 06:10:41','2021-01-19 22:10:41'),(50532,19754,'action complete via WP Cron','2021-01-20 06:10:41','2021-01-19 22:10:41'),(50533,19755,'action created','2021-01-20 06:10:41','2021-01-19 22:10:41'),(50534,19755,'action started via WP Cron','2021-01-20 06:12:02','2021-01-19 22:12:02'),(50535,19755,'action complete via WP Cron','2021-01-20 06:12:02','2021-01-19 22:12:02'),(50536,19756,'action created','2021-01-20 06:12:02','2021-01-19 22:12:02'),(50537,19756,'action started via WP Cron','2021-01-20 06:12:42','2021-01-19 22:12:42'),(50538,19756,'action complete via WP Cron','2021-01-20 06:12:42','2021-01-19 22:12:42'),(50539,19757,'action created','2021-01-20 06:12:42','2021-01-19 22:12:42'),(50540,19757,'action started via WP Cron','2021-01-20 06:13:49','2021-01-19 22:13:49'),(50541,19757,'action complete via WP Cron','2021-01-20 06:13:49','2021-01-19 22:13:49'),(50542,19758,'action created','2021-01-20 06:13:49','2021-01-19 22:13:49'),(50543,19758,'action started via WP Cron','2021-01-20 06:14:52','2021-01-19 22:14:52'),(50544,19758,'action complete via WP Cron','2021-01-20 06:14:52','2021-01-19 22:14:52'),(50545,19759,'action created','2021-01-20 06:14:52','2021-01-19 22:14:52'),(50546,19759,'action started via WP Cron','2021-01-20 06:16:10','2021-01-19 22:16:10'),(50547,19759,'action complete via WP Cron','2021-01-20 06:16:10','2021-01-19 22:16:10'),(50548,19760,'action created','2021-01-20 06:16:11','2021-01-19 22:16:11'),(50549,19760,'action started via WP Cron','2021-01-20 06:16:48','2021-01-19 22:16:48'),(50550,19760,'action complete via WP Cron','2021-01-20 06:16:48','2021-01-19 22:16:48'),(50551,19761,'action created','2021-01-20 06:16:48','2021-01-19 22:16:48'),(50552,19761,'action started via WP Cron','2021-01-20 06:17:48','2021-01-19 22:17:48'),(50553,19761,'action complete via WP Cron','2021-01-20 06:17:48','2021-01-19 22:17:48'),(50554,19762,'action created','2021-01-20 06:17:48','2021-01-19 22:17:48'),(50555,19762,'action started via WP Cron','2021-01-20 06:19:09','2021-01-19 22:19:09'),(50556,19762,'action complete via WP Cron','2021-01-20 06:19:09','2021-01-19 22:19:09'),(50557,19763,'action created','2021-01-20 06:19:09','2021-01-19 22:19:09'),(50558,19763,'action started via WP Cron','2021-01-20 06:20:26','2021-01-19 22:20:26'),(50559,19763,'action complete via WP Cron','2021-01-20 06:20:26','2021-01-19 22:20:26'),(50560,19764,'action created','2021-01-20 06:20:26','2021-01-19 22:20:26'),(50561,19764,'action started via WP Cron','2021-01-20 06:21:32','2021-01-19 22:21:32'),(50562,19764,'action complete via WP Cron','2021-01-20 06:21:32','2021-01-19 22:21:32'),(50563,19765,'action created','2021-01-20 06:21:32','2021-01-19 22:21:32'),(50564,19765,'action started via WP Cron','2021-01-20 06:22:04','2021-01-19 22:22:04'),(50565,19765,'action complete via WP Cron','2021-01-20 06:22:04','2021-01-19 22:22:04'),(50566,19766,'action created','2021-01-20 06:22:04','2021-01-19 22:22:04'),(50567,19766,'action started via WP Cron','2021-01-20 06:25:08','2021-01-19 22:25:08'),(50568,19766,'action complete via WP Cron','2021-01-20 06:25:08','2021-01-19 22:25:08'),(50569,19767,'action created','2021-01-20 06:25:08','2021-01-19 22:25:08'),(50570,19767,'action started via WP Cron','2021-01-20 06:26:16','2021-01-19 22:26:16'),(50571,19767,'action complete via WP Cron','2021-01-20 06:26:16','2021-01-19 22:26:16'),(50572,19768,'action created','2021-01-20 06:26:16','2021-01-19 22:26:16'),(50573,19768,'action started via WP Cron','2021-01-20 06:27:17','2021-01-19 22:27:17'),(50574,19768,'action complete via WP Cron','2021-01-20 06:27:17','2021-01-19 22:27:17'),(50575,19769,'action created','2021-01-20 06:27:17','2021-01-19 22:27:17'),(50576,19769,'action started via WP Cron','2021-01-20 06:29:17','2021-01-19 22:29:17'),(50577,19769,'action complete via WP Cron','2021-01-20 06:29:17','2021-01-19 22:29:17'),(50578,19770,'action created','2021-01-20 06:29:17','2021-01-19 22:29:17'),(50579,19770,'action started via WP Cron','2021-01-20 06:29:51','2021-01-19 22:29:51'),(50580,19770,'action complete via WP Cron','2021-01-20 06:29:51','2021-01-19 22:29:51'),(50581,19771,'action created','2021-01-20 06:29:51','2021-01-19 22:29:51'),(50582,19771,'action started via WP Cron','2021-01-20 06:31:19','2021-01-19 22:31:19'),(50583,19771,'action complete via WP Cron','2021-01-20 06:31:19','2021-01-19 22:31:19'),(50584,19772,'action created','2021-01-20 06:31:19','2021-01-19 22:31:19'),(50585,19772,'action started via WP Cron','2021-01-20 06:31:51','2021-01-19 22:31:51'),(50586,19772,'action complete via WP Cron','2021-01-20 06:31:51','2021-01-19 22:31:51'),(50587,19773,'action created','2021-01-20 06:31:51','2021-01-19 22:31:51'),(50588,19773,'action started via WP Cron','2021-01-20 06:32:49','2021-01-19 22:32:49'),(50589,19773,'action complete via WP Cron','2021-01-20 06:32:49','2021-01-19 22:32:49'),(50590,19774,'action created','2021-01-20 06:32:49','2021-01-19 22:32:49'),(50591,19774,'action started via WP Cron','2021-01-20 06:33:54','2021-01-19 22:33:54'),(50592,19774,'action complete via WP Cron','2021-01-20 06:33:54','2021-01-19 22:33:54'),(50593,19775,'action created','2021-01-20 06:33:54','2021-01-19 22:33:54'),(50594,19775,'action started via WP Cron','2021-01-20 06:34:44','2021-01-19 22:34:44'),(50595,19775,'action complete via WP Cron','2021-01-20 06:34:44','2021-01-19 22:34:44'),(50596,19776,'action created','2021-01-20 06:34:44','2021-01-19 22:34:44'),(50597,19776,'action started via WP Cron','2021-01-20 06:35:43','2021-01-19 22:35:43'),(50598,19776,'action complete via WP Cron','2021-01-20 06:35:43','2021-01-19 22:35:43'),(50599,19777,'action created','2021-01-20 06:35:43','2021-01-19 22:35:43'),(50600,19777,'action started via WP Cron','2021-01-20 06:36:47','2021-01-19 22:36:47'),(50601,19777,'action complete via WP Cron','2021-01-20 06:36:47','2021-01-19 22:36:47'),(50602,19778,'action created','2021-01-20 06:36:47','2021-01-19 22:36:47'),(50603,19778,'action started via WP Cron','2021-01-20 06:37:52','2021-01-19 22:37:52'),(50604,19778,'action complete via WP Cron','2021-01-20 06:37:52','2021-01-19 22:37:52'),(50605,19779,'action created','2021-01-20 06:37:52','2021-01-19 22:37:52'),(50606,19779,'action started via WP Cron','2021-01-20 06:38:52','2021-01-19 22:38:52'),(50607,19779,'action complete via WP Cron','2021-01-20 06:38:52','2021-01-19 22:38:52'),(50608,19780,'action created','2021-01-20 06:38:53','2021-01-19 22:38:53'),(50609,19780,'action started via WP Cron','2021-01-20 06:39:46','2021-01-19 22:39:46'),(50610,19780,'action complete via WP Cron','2021-01-20 06:39:46','2021-01-19 22:39:46'),(50611,19781,'action created','2021-01-20 06:39:46','2021-01-19 22:39:46'),(50612,19781,'action started via WP Cron','2021-01-20 06:40:45','2021-01-19 22:40:45'),(50613,19781,'action complete via WP Cron','2021-01-20 06:40:45','2021-01-19 22:40:45'),(50614,19782,'action created','2021-01-20 06:40:45','2021-01-19 22:40:45'),(50615,19782,'action started via WP Cron','2021-01-20 06:42:04','2021-01-19 22:42:04'),(50616,19782,'action complete via WP Cron','2021-01-20 06:42:04','2021-01-19 22:42:04'),(50617,19783,'action created','2021-01-20 06:42:05','2021-01-19 22:42:05'),(50618,19783,'action started via WP Cron','2021-01-20 06:42:56','2021-01-19 22:42:56'),(50619,19783,'action complete via WP Cron','2021-01-20 06:42:56','2021-01-19 22:42:56'),(50620,19784,'action created','2021-01-20 06:42:56','2021-01-19 22:42:56'),(50621,19784,'action started via WP Cron','2021-01-20 06:43:50','2021-01-19 22:43:50'),(50622,19784,'action complete via WP Cron','2021-01-20 06:43:50','2021-01-19 22:43:50'),(50623,19785,'action created','2021-01-20 06:43:50','2021-01-19 22:43:50'),(50624,19785,'action started via WP Cron','2021-01-20 06:45:01','2021-01-19 22:45:01'),(50625,19785,'action complete via WP Cron','2021-01-20 06:45:01','2021-01-19 22:45:01'),(50626,19786,'action created','2021-01-20 06:45:01','2021-01-19 22:45:01'),(50627,19786,'action started via WP Cron','2021-01-20 06:45:44','2021-01-19 22:45:44'),(50628,19786,'action complete via WP Cron','2021-01-20 06:45:44','2021-01-19 22:45:44'),(50629,19787,'action created','2021-01-20 06:45:44','2021-01-19 22:45:44'),(50630,19787,'action started via WP Cron','2021-01-20 06:46:44','2021-01-19 22:46:44'),(50631,19787,'action complete via WP Cron','2021-01-20 06:46:44','2021-01-19 22:46:44'),(50632,19788,'action created','2021-01-20 06:46:44','2021-01-19 22:46:44'),(50633,19788,'action started via WP Cron','2021-01-20 06:48:09','2021-01-19 22:48:09'),(50634,19788,'action complete via WP Cron','2021-01-20 06:48:09','2021-01-19 22:48:09'),(50635,19789,'action created','2021-01-20 06:48:09','2021-01-19 22:48:09'),(50636,19789,'action started via WP Cron','2021-01-20 06:48:40','2021-01-19 22:48:40'),(50637,19789,'action complete via WP Cron','2021-01-20 06:48:40','2021-01-19 22:48:40'),(50638,19790,'action created','2021-01-20 06:48:41','2021-01-19 22:48:41'),(50639,19790,'action started via WP Cron','2021-01-20 06:50:11','2021-01-19 22:50:11'),(50640,19790,'action complete via WP Cron','2021-01-20 06:50:11','2021-01-19 22:50:11'),(50641,19791,'action created','2021-01-20 06:50:11','2021-01-19 22:50:11'),(50642,19791,'action started via WP Cron','2021-01-20 06:51:10','2021-01-19 22:51:10'),(50643,19791,'action complete via WP Cron','2021-01-20 06:51:10','2021-01-19 22:51:10'),(50644,19792,'action created','2021-01-20 06:51:10','2021-01-19 22:51:10'),(50645,19792,'action started via WP Cron','2021-01-20 06:51:56','2021-01-19 22:51:56'),(50646,19792,'action complete via WP Cron','2021-01-20 06:51:56','2021-01-19 22:51:56'),(50647,19793,'action created','2021-01-20 06:51:56','2021-01-19 22:51:56'),(50648,19793,'action started via WP Cron','2021-01-20 06:52:51','2021-01-19 22:52:51'),(50649,19793,'action complete via WP Cron','2021-01-20 06:52:51','2021-01-19 22:52:51'),(50650,19794,'action created','2021-01-20 06:52:52','2021-01-19 22:52:52'),(50651,19794,'action started via WP Cron','2021-01-20 06:53:49','2021-01-19 22:53:49'),(50652,19794,'action complete via WP Cron','2021-01-20 06:53:49','2021-01-19 22:53:49'),(50653,19795,'action created','2021-01-20 06:53:49','2021-01-19 22:53:49'),(50654,19795,'action started via WP Cron','2021-01-20 06:54:47','2021-01-19 22:54:47'),(50655,19795,'action complete via WP Cron','2021-01-20 06:54:47','2021-01-19 22:54:47'),(50656,19796,'action created','2021-01-20 06:54:47','2021-01-19 22:54:47'),(50657,19796,'action started via WP Cron','2021-01-20 06:56:05','2021-01-19 22:56:05'),(50658,19796,'action complete via WP Cron','2021-01-20 06:56:05','2021-01-19 22:56:05'),(50659,19797,'action created','2021-01-20 06:56:05','2021-01-19 22:56:05'),(50660,19797,'action started via WP Cron','2021-01-20 06:56:43','2021-01-19 22:56:43'),(50661,19797,'action complete via WP Cron','2021-01-20 06:56:43','2021-01-19 22:56:43'),(50662,19798,'action created','2021-01-20 06:56:43','2021-01-19 22:56:43'),(50663,19798,'action started via WP Cron','2021-01-20 06:57:41','2021-01-19 22:57:41'),(50664,19798,'action complete via WP Cron','2021-01-20 06:57:41','2021-01-19 22:57:41'),(50665,19799,'action created','2021-01-20 06:57:41','2021-01-19 22:57:41'),(50666,19799,'action started via WP Cron','2021-01-20 06:59:02','2021-01-19 22:59:02'),(50667,19799,'action complete via WP Cron','2021-01-20 06:59:02','2021-01-19 22:59:02'),(50668,19800,'action created','2021-01-20 06:59:02','2021-01-19 22:59:02'),(50669,19800,'action started via WP Cron','2021-01-20 06:59:55','2021-01-19 22:59:55'),(50670,19800,'action complete via WP Cron','2021-01-20 06:59:55','2021-01-19 22:59:55'),(50671,19801,'action created','2021-01-20 07:00:37','2021-01-19 23:00:37'),(50672,19801,'action started via WP Cron','2021-01-20 07:01:20','2021-01-19 23:01:20'),(50673,19801,'action complete via WP Cron','2021-01-20 07:01:20','2021-01-19 23:01:20'),(50674,19802,'action created','2021-01-20 07:01:21','2021-01-19 23:01:21'),(50675,19802,'action started via WP Cron','2021-01-20 07:01:51','2021-01-19 23:01:51'),(50676,19802,'action complete via WP Cron','2021-01-20 07:01:51','2021-01-19 23:01:51'),(50677,19803,'action created','2021-01-20 07:01:51','2021-01-19 23:01:51'),(50678,19803,'action started via WP Cron','2021-01-20 07:04:23','2021-01-19 23:04:23'),(50679,19803,'action complete via WP Cron','2021-01-20 07:04:23','2021-01-19 23:04:23'),(50680,19804,'action created','2021-01-20 07:04:23','2021-01-19 23:04:23'),(50681,19804,'action started via WP Cron','2021-01-20 07:09:50','2021-01-19 23:09:50'),(50682,19804,'action complete via WP Cron','2021-01-20 07:09:50','2021-01-19 23:09:50'),(50683,19805,'action created','2021-01-20 07:09:51','2021-01-19 23:09:51'),(50684,19805,'action started via WP Cron','2021-01-20 07:25:03','2021-01-19 23:25:03'),(50685,19805,'action complete via WP Cron','2021-01-20 07:25:03','2021-01-19 23:25:03'),(50686,19806,'action created','2021-01-20 07:25:05','2021-01-19 23:25:05'),(50687,19806,'action started via WP Cron','2021-01-20 07:30:13','2021-01-19 23:30:13'),(50688,19806,'action complete via WP Cron','2021-01-20 07:30:13','2021-01-19 23:30:13'),(50689,19807,'action created','2021-01-20 07:30:13','2021-01-19 23:30:13'),(50690,19807,'action started via WP Cron','2021-01-20 07:31:23','2021-01-19 23:31:23'),(50691,19807,'action complete via WP Cron','2021-01-20 07:31:23','2021-01-19 23:31:23'),(50692,19808,'action created','2021-01-20 07:31:23','2021-01-19 23:31:23'),(50693,19808,'action started via WP Cron','2021-01-20 07:32:21','2021-01-19 23:32:21'),(50694,19808,'action complete via WP Cron','2021-01-20 07:32:21','2021-01-19 23:32:21'),(50695,19809,'action created','2021-01-20 07:32:21','2021-01-19 23:32:21'),(50696,19809,'action started via WP Cron','2021-01-20 07:33:23','2021-01-19 23:33:23'),(50697,19809,'action complete via WP Cron','2021-01-20 07:33:23','2021-01-19 23:33:23'),(50698,19810,'action created','2021-01-20 07:33:23','2021-01-19 23:33:23'),(50699,19810,'action started via WP Cron','2021-01-20 07:40:48','2021-01-19 23:40:48'),(50700,19810,'action complete via WP Cron','2021-01-20 07:40:48','2021-01-19 23:40:48'),(50701,19811,'action created','2021-01-20 07:40:49','2021-01-19 23:40:49'),(50702,19811,'action started via WP Cron','2021-01-20 07:58:31','2021-01-19 23:58:31'),(50703,19811,'action complete via WP Cron','2021-01-20 07:58:31','2021-01-19 23:58:31'),(50704,19812,'action created','2021-01-20 07:58:31','2021-01-19 23:58:31'),(50705,19812,'action started via WP Cron','2021-01-20 07:59:51','2021-01-19 23:59:51'),(50706,19812,'action complete via WP Cron','2021-01-20 07:59:51','2021-01-19 23:59:51'),(50707,19813,'action created','2021-01-20 07:59:51','2021-01-19 23:59:51'),(50708,19813,'action started via WP Cron','2021-01-20 08:08:14','2021-01-20 00:08:14'),(50709,19813,'action complete via WP Cron','2021-01-20 08:08:14','2021-01-20 00:08:14'),(50710,19814,'action created','2021-01-20 08:08:14','2021-01-20 00:08:14'),(50711,19814,'action started via WP Cron','2021-01-20 08:12:36','2021-01-20 00:12:36'),(50712,19814,'action complete via WP Cron','2021-01-20 08:12:36','2021-01-20 00:12:36'),(50713,19815,'action created','2021-01-20 08:12:37','2021-01-20 00:12:37'),(50714,19815,'action started via WP Cron','2021-01-20 08:13:42','2021-01-20 00:13:42'),(50715,19815,'action complete via WP Cron','2021-01-20 08:13:42','2021-01-20 00:13:42'),(50716,19816,'action created','2021-01-20 08:13:42','2021-01-20 00:13:42'),(50717,19816,'action started via WP Cron','2021-01-20 08:14:43','2021-01-20 00:14:43'),(50718,19816,'action complete via WP Cron','2021-01-20 08:14:43','2021-01-20 00:14:43'),(50719,19817,'action created','2021-01-20 08:14:43','2021-01-20 00:14:43'),(50720,19817,'action started via WP Cron','2021-01-20 08:16:45','2021-01-20 00:16:45'),(50721,19817,'action complete via WP Cron','2021-01-20 08:16:45','2021-01-20 00:16:45'),(50722,19818,'action created','2021-01-20 08:16:45','2021-01-20 00:16:45'),(50723,19818,'action started via WP Cron','2021-01-20 08:17:46','2021-01-20 00:17:46'),(50724,19818,'action complete via WP Cron','2021-01-20 08:17:46','2021-01-20 00:17:46'),(50725,19819,'action created','2021-01-20 08:17:46','2021-01-20 00:17:46'),(110683,39805,'action complete via WP Cron','2021-02-20 08:18:47','2021-02-20 00:18:47'),(110682,39805,'action started via WP Cron','2021-02-20 08:18:47','2021-02-20 00:18:47'),(112721,40485,'action created','2021-02-21 08:29:10','2021-02-21 00:29:10'),(50729,19819,'action started via WP Cron','2021-01-20 08:18:47','2021-01-20 00:18:47'),(50730,19819,'action complete via WP Cron','2021-01-20 08:18:47','2021-01-20 00:18:47'),(50731,19821,'action created','2021-01-20 08:18:47','2021-01-20 00:18:47'),(50732,19821,'action started via WP Cron','2021-01-20 08:19:50','2021-01-20 00:19:50'),(50733,19821,'action complete via WP Cron','2021-01-20 08:19:50','2021-01-20 00:19:50'),(50734,19822,'action created','2021-01-20 08:19:50','2021-01-20 00:19:50'),(50735,19822,'action started via WP Cron','2021-01-20 08:31:01','2021-01-20 00:31:01'),(50736,19822,'action complete via WP Cron','2021-01-20 08:31:01','2021-01-20 00:31:01'),(50737,19823,'action created','2021-01-20 08:31:01','2021-01-20 00:31:01'),(50738,19823,'action started via WP Cron','2021-01-20 08:33:28','2021-01-20 00:33:28'),(50739,19823,'action complete via WP Cron','2021-01-20 08:33:28','2021-01-20 00:33:28'),(50740,19824,'action created','2021-01-20 08:33:28','2021-01-20 00:33:28'),(50741,19824,'action started via WP Cron','2021-01-20 08:34:22','2021-01-20 00:34:22'),(50742,19824,'action complete via WP Cron','2021-01-20 08:34:22','2021-01-20 00:34:22'),(50743,19825,'action created','2021-01-20 08:34:22','2021-01-20 00:34:22'),(50744,19825,'action started via WP Cron','2021-01-20 08:34:41','2021-01-20 00:34:41'),(50745,19825,'action complete via WP Cron','2021-01-20 08:34:41','2021-01-20 00:34:41'),(50746,19826,'action created','2021-01-20 08:34:41','2021-01-20 00:34:41'),(50747,19826,'action started via WP Cron','2021-01-20 08:36:00','2021-01-20 00:36:00'),(50748,19826,'action complete via WP Cron','2021-01-20 08:36:00','2021-01-20 00:36:00'),(50749,19827,'action created','2021-01-20 08:36:00','2021-01-20 00:36:00'),(50750,19827,'action started via WP Cron','2021-01-20 08:37:01','2021-01-20 00:37:01'),(50751,19827,'action complete via WP Cron','2021-01-20 08:37:01','2021-01-20 00:37:01'),(50752,19828,'action created','2021-01-20 08:37:01','2021-01-20 00:37:01'),(50753,19828,'action started via WP Cron','2021-01-20 08:38:02','2021-01-20 00:38:02'),(50754,19828,'action complete via WP Cron','2021-01-20 08:38:02','2021-01-20 00:38:02'),(50755,19829,'action created','2021-01-20 08:38:02','2021-01-20 00:38:02'),(50756,19829,'action started via WP Cron','2021-01-20 08:45:42','2021-01-20 00:45:42'),(50757,19829,'action complete via WP Cron','2021-01-20 08:45:42','2021-01-20 00:45:42'),(50758,19830,'action created','2021-01-20 08:45:42','2021-01-20 00:45:42'),(50759,19830,'action started via WP Cron','2021-01-20 08:48:12','2021-01-20 00:48:12'),(50760,19830,'action complete via WP Cron','2021-01-20 08:48:12','2021-01-20 00:48:12'),(50761,19831,'action created','2021-01-20 08:48:12','2021-01-20 00:48:12'),(50762,19831,'action started via WP Cron','2021-01-20 08:54:49','2021-01-20 00:54:49'),(50763,19831,'action complete via WP Cron','2021-01-20 08:54:49','2021-01-20 00:54:49'),(50764,19832,'action created','2021-01-20 08:54:49','2021-01-20 00:54:49'),(50765,19832,'action started via WP Cron','2021-01-20 08:56:57','2021-01-20 00:56:57'),(50766,19832,'action complete via WP Cron','2021-01-20 08:56:57','2021-01-20 00:56:57'),(50767,19833,'action created','2021-01-20 08:56:57','2021-01-20 00:56:57'),(50768,19833,'action started via WP Cron','2021-01-20 09:06:07','2021-01-20 01:06:07'),(50769,19833,'action complete via WP Cron','2021-01-20 09:06:07','2021-01-20 01:06:07'),(50770,19834,'action created','2021-01-20 09:06:07','2021-01-20 01:06:07'),(50771,19834,'action started via WP Cron','2021-01-20 09:08:40','2021-01-20 01:08:40'),(50772,19834,'action complete via WP Cron','2021-01-20 09:08:40','2021-01-20 01:08:40'),(50773,19835,'action created','2021-01-20 09:08:40','2021-01-20 01:08:40'),(50774,19835,'action started via WP Cron','2021-01-20 09:11:13','2021-01-20 01:11:13'),(50775,19835,'action complete via WP Cron','2021-01-20 09:11:13','2021-01-20 01:11:13'),(50776,19836,'action created','2021-01-20 09:11:13','2021-01-20 01:11:13'),(50777,19836,'action started via WP Cron','2021-01-20 09:14:15','2021-01-20 01:14:15'),(50778,19836,'action complete via WP Cron','2021-01-20 09:14:15','2021-01-20 01:14:15'),(50779,19837,'action created','2021-01-20 09:14:15','2021-01-20 01:14:15'),(50780,19837,'action started via WP Cron','2021-01-20 09:14:56','2021-01-20 01:14:56'),(50781,19837,'action complete via WP Cron','2021-01-20 09:14:56','2021-01-20 01:14:56'),(50782,19838,'action created','2021-01-20 09:14:56','2021-01-20 01:14:56'),(50783,19838,'action started via WP Cron','2021-01-20 09:16:34','2021-01-20 01:16:34'),(50784,19838,'action complete via WP Cron','2021-01-20 09:16:34','2021-01-20 01:16:34'),(50785,19839,'action created','2021-01-20 09:16:34','2021-01-20 01:16:34'),(50786,19839,'action started via WP Cron','2021-01-20 09:18:43','2021-01-20 01:18:43'),(50787,19839,'action complete via WP Cron','2021-01-20 09:18:43','2021-01-20 01:18:43'),(50788,19840,'action created','2021-01-20 09:18:43','2021-01-20 01:18:43'),(50789,19840,'action started via WP Cron','2021-01-20 09:19:47','2021-01-20 01:19:47'),(50790,19840,'action complete via WP Cron','2021-01-20 09:19:47','2021-01-20 01:19:47'),(50791,19841,'action created','2021-01-20 09:19:47','2021-01-20 01:19:47'),(50792,19841,'action started via WP Cron','2021-01-20 09:20:48','2021-01-20 01:20:48'),(50793,19841,'action complete via WP Cron','2021-01-20 09:20:48','2021-01-20 01:20:48'),(50794,19842,'action created','2021-01-20 09:20:48','2021-01-20 01:20:48'),(50795,19842,'action started via WP Cron','2021-01-20 09:24:11','2021-01-20 01:24:11'),(50796,19842,'action complete via WP Cron','2021-01-20 09:24:11','2021-01-20 01:24:11'),(50797,19843,'action created','2021-01-20 09:24:11','2021-01-20 01:24:11'),(50798,19843,'action started via WP Cron','2021-01-20 09:25:13','2021-01-20 01:25:13'),(50799,19843,'action complete via WP Cron','2021-01-20 09:25:13','2021-01-20 01:25:13'),(50800,19844,'action created','2021-01-20 09:25:13','2021-01-20 01:25:13'),(50801,19844,'action started via WP Cron','2021-01-20 09:26:21','2021-01-20 01:26:21'),(50802,19844,'action complete via WP Cron','2021-01-20 09:26:21','2021-01-20 01:26:21'),(50803,19845,'action created','2021-01-20 09:26:21','2021-01-20 01:26:21'),(50804,19845,'action started via WP Cron','2021-01-20 09:27:08','2021-01-20 01:27:08'),(50805,19845,'action complete via WP Cron','2021-01-20 09:27:08','2021-01-20 01:27:08'),(50806,19846,'action created','2021-01-20 09:27:08','2021-01-20 01:27:08'),(50807,19846,'action started via WP Cron','2021-01-20 09:29:23','2021-01-20 01:29:23'),(50808,19846,'action complete via WP Cron','2021-01-20 09:29:23','2021-01-20 01:29:23'),(50809,19847,'action created','2021-01-20 09:29:23','2021-01-20 01:29:23'),(50810,19847,'action started via WP Cron','2021-01-20 09:30:24','2021-01-20 01:30:24'),(50811,19847,'action complete via WP Cron','2021-01-20 09:30:24','2021-01-20 01:30:24'),(50812,19848,'action created','2021-01-20 09:30:24','2021-01-20 01:30:24'),(50813,19848,'action started via WP Cron','2021-01-20 09:33:02','2021-01-20 01:33:02'),(50814,19848,'action complete via WP Cron','2021-01-20 09:33:02','2021-01-20 01:33:02'),(50815,19849,'action created','2021-01-20 09:33:02','2021-01-20 01:33:02'),(50816,19849,'action started via WP Cron','2021-01-20 09:36:37','2021-01-20 01:36:37'),(50817,19849,'action complete via WP Cron','2021-01-20 09:36:37','2021-01-20 01:36:37'),(50818,19850,'action created','2021-01-20 09:36:37','2021-01-20 01:36:37'),(50819,19850,'action started via WP Cron','2021-01-20 09:38:28','2021-01-20 01:38:28'),(50820,19850,'action complete via WP Cron','2021-01-20 09:38:28','2021-01-20 01:38:28'),(50821,19851,'action created','2021-01-20 09:38:28','2021-01-20 01:38:28'),(50822,19851,'action started via WP Cron','2021-01-20 09:39:02','2021-01-20 01:39:02'),(50823,19851,'action complete via WP Cron','2021-01-20 09:39:02','2021-01-20 01:39:02'),(50824,19852,'action created','2021-01-20 09:39:02','2021-01-20 01:39:02'),(50825,19852,'action started via WP Cron','2021-01-20 09:40:27','2021-01-20 01:40:27'),(50826,19852,'action complete via WP Cron','2021-01-20 09:40:27','2021-01-20 01:40:27'),(50827,19853,'action created','2021-01-20 09:40:27','2021-01-20 01:40:27'),(50828,19853,'action started via WP Cron','2021-01-20 09:41:04','2021-01-20 01:41:04'),(50829,19853,'action complete via WP Cron','2021-01-20 09:41:04','2021-01-20 01:41:04'),(50830,19854,'action created','2021-01-20 09:41:04','2021-01-20 01:41:04'),(50831,19854,'action started via WP Cron','2021-01-20 09:42:03','2021-01-20 01:42:03'),(50832,19854,'action complete via WP Cron','2021-01-20 09:42:03','2021-01-20 01:42:03'),(50833,19855,'action created','2021-01-20 09:42:03','2021-01-20 01:42:03'),(50834,19855,'action started via WP Cron','2021-01-20 09:49:09','2021-01-20 01:49:09'),(50835,19855,'action complete via WP Cron','2021-01-20 09:49:09','2021-01-20 01:49:09'),(50836,19856,'action created','2021-01-20 09:49:09','2021-01-20 01:49:09'),(50837,19856,'action started via WP Cron','2021-01-20 09:50:10','2021-01-20 01:50:10'),(50838,19856,'action complete via WP Cron','2021-01-20 09:50:10','2021-01-20 01:50:10'),(50839,19857,'action created','2021-01-20 09:50:10','2021-01-20 01:50:10'),(50840,19857,'action started via Async Request','2021-01-20 09:50:31','2021-01-20 01:50:31'),(50841,19857,'action complete via Async Request','2021-01-20 09:50:31','2021-01-20 01:50:31'),(50842,19858,'action created','2021-01-20 09:50:33','2021-01-20 01:50:33'),(50843,19858,'action started via Async Request','2021-01-20 09:51:35','2021-01-20 01:51:35'),(50844,19858,'action complete via Async Request','2021-01-20 09:51:35','2021-01-20 01:51:35'),(50845,19859,'action created','2021-01-20 09:51:38','2021-01-20 01:51:38'),(50846,19859,'action started via WP Cron','2021-01-20 09:52:41','2021-01-20 01:52:41'),(50847,19859,'action complete via WP Cron','2021-01-20 09:52:41','2021-01-20 01:52:41'),(50848,19860,'action created','2021-01-20 09:52:43','2021-01-20 01:52:43');
INSERT INTO `wp_actionscheduler_logs` VALUES (50849,19860,'action started via WP Cron','2021-01-20 09:53:45','2021-01-20 01:53:45'),(50850,19860,'action complete via WP Cron','2021-01-20 09:53:45','2021-01-20 01:53:45'),(50851,19861,'action created','2021-01-20 09:53:45','2021-01-20 01:53:45'),(50852,19861,'action started via Async Request','2021-01-20 09:53:59','2021-01-20 01:53:59'),(50853,19861,'action complete via Async Request','2021-01-20 09:53:59','2021-01-20 01:53:59'),(50854,19862,'action created','2021-01-20 09:54:01','2021-01-20 01:54:01'),(50855,19862,'action started via WP Cron','2021-01-20 09:54:41','2021-01-20 01:54:41'),(50856,19862,'action complete via WP Cron','2021-01-20 09:54:41','2021-01-20 01:54:41'),(50857,19863,'action created','2021-01-20 09:54:41','2021-01-20 01:54:41'),(50858,19863,'action started via WP Cron','2021-01-20 09:55:42','2021-01-20 01:55:42'),(50859,19863,'action complete via WP Cron','2021-01-20 09:55:42','2021-01-20 01:55:42'),(50860,19864,'action created','2021-01-20 09:55:42','2021-01-20 01:55:42'),(50861,19864,'action started via WP Cron','2021-01-20 09:58:00','2021-01-20 01:58:00'),(50862,19864,'action complete via WP Cron','2021-01-20 09:58:00','2021-01-20 01:58:00'),(50863,19865,'action created','2021-01-20 09:58:00','2021-01-20 01:58:00'),(50864,19865,'action started via WP Cron','2021-01-20 10:05:53','2021-01-20 02:05:53'),(50865,19865,'action complete via WP Cron','2021-01-20 10:05:53','2021-01-20 02:05:53'),(50866,19866,'action created','2021-01-20 10:05:53','2021-01-20 02:05:53'),(50867,19866,'action started via WP Cron','2021-01-20 10:06:59','2021-01-20 02:06:59'),(50868,19866,'action complete via WP Cron','2021-01-20 10:06:59','2021-01-20 02:06:59'),(50869,19867,'action created','2021-01-20 10:06:59','2021-01-20 02:06:59'),(50870,19867,'action started via WP Cron','2021-01-20 10:08:00','2021-01-20 02:08:00'),(50871,19867,'action complete via WP Cron','2021-01-20 10:08:00','2021-01-20 02:08:00'),(50872,19868,'action created','2021-01-20 10:08:00','2021-01-20 02:08:00'),(50873,19868,'action started via WP Cron','2021-01-20 10:10:02','2021-01-20 02:10:02'),(50874,19868,'action complete via WP Cron','2021-01-20 10:10:02','2021-01-20 02:10:02'),(50875,19869,'action created','2021-01-20 10:11:03','2021-01-20 02:11:03'),(50876,19869,'action started via WP Cron','2021-01-20 10:12:04','2021-01-20 02:12:04'),(50877,19869,'action complete via WP Cron','2021-01-20 10:12:04','2021-01-20 02:12:04'),(50878,19870,'action created','2021-01-20 10:12:04','2021-01-20 02:12:04'),(50879,19870,'action started via WP Cron','2021-01-20 10:13:09','2021-01-20 02:13:09'),(50880,19870,'action complete via WP Cron','2021-01-20 10:13:09','2021-01-20 02:13:09'),(50881,19871,'action created','2021-01-20 10:13:09','2021-01-20 02:13:09'),(50882,19871,'action started via WP Cron','2021-01-20 10:14:27','2021-01-20 02:14:27'),(50883,19871,'action complete via WP Cron','2021-01-20 10:14:27','2021-01-20 02:14:27'),(50884,19872,'action created','2021-01-20 10:14:27','2021-01-20 02:14:27'),(50885,19872,'action started via WP Cron','2021-01-20 10:20:39','2021-01-20 02:20:39'),(50886,19872,'action complete via WP Cron','2021-01-20 10:20:39','2021-01-20 02:20:39'),(50887,19873,'action created','2021-01-20 10:20:39','2021-01-20 02:20:39'),(50888,19873,'action started via WP Cron','2021-01-20 10:20:54','2021-01-20 02:20:54'),(50889,19873,'action complete via WP Cron','2021-01-20 10:20:54','2021-01-20 02:20:54'),(50890,19874,'action created','2021-01-20 10:20:54','2021-01-20 02:20:54'),(50891,19874,'action started via WP Cron','2021-01-20 10:21:48','2021-01-20 02:21:48'),(50892,19874,'action complete via WP Cron','2021-01-20 10:21:48','2021-01-20 02:21:48'),(50893,19875,'action created','2021-01-20 10:21:48','2021-01-20 02:21:48'),(50894,19875,'action started via WP Cron','2021-01-20 10:22:49','2021-01-20 02:22:49'),(50895,19875,'action complete via WP Cron','2021-01-20 10:22:49','2021-01-20 02:22:49'),(50896,19876,'action created','2021-01-20 10:22:49','2021-01-20 02:22:49'),(50897,19876,'action started via WP Cron','2021-01-20 10:28:03','2021-01-20 02:28:03'),(50898,19876,'action complete via WP Cron','2021-01-20 10:28:03','2021-01-20 02:28:03'),(50899,19877,'action created','2021-01-20 10:28:03','2021-01-20 02:28:03'),(50900,19877,'action started via WP Cron','2021-01-20 10:30:29','2021-01-20 02:30:29'),(50901,19877,'action complete via WP Cron','2021-01-20 10:30:29','2021-01-20 02:30:29'),(50902,19878,'action created','2021-01-20 10:30:29','2021-01-20 02:30:29'),(50903,19878,'action started via WP Cron','2021-01-20 10:31:30','2021-01-20 02:31:30'),(50904,19878,'action complete via WP Cron','2021-01-20 10:31:30','2021-01-20 02:31:30'),(50905,19879,'action created','2021-01-20 10:31:30','2021-01-20 02:31:30'),(50906,19879,'action started via WP Cron','2021-01-20 10:32:46','2021-01-20 02:32:46'),(50907,19879,'action complete via WP Cron','2021-01-20 10:32:46','2021-01-20 02:32:46'),(50908,19880,'action created','2021-01-20 10:32:46','2021-01-20 02:32:46'),(50909,19880,'action started via WP Cron','2021-01-20 10:33:51','2021-01-20 02:33:51'),(50910,19880,'action complete via WP Cron','2021-01-20 10:33:51','2021-01-20 02:33:51'),(50911,19881,'action created','2021-01-20 10:33:51','2021-01-20 02:33:51'),(50912,19881,'action started via WP Cron','2021-01-20 10:34:52','2021-01-20 02:34:52'),(50913,19881,'action complete via WP Cron','2021-01-20 10:34:52','2021-01-20 02:34:52'),(50914,19882,'action created','2021-01-20 10:34:52','2021-01-20 02:34:52'),(50915,19882,'action started via WP Cron','2021-01-20 10:37:01','2021-01-20 02:37:01'),(50916,19882,'action complete via WP Cron','2021-01-20 10:37:01','2021-01-20 02:37:01'),(50917,19883,'action created','2021-01-20 10:37:01','2021-01-20 02:37:01'),(50918,19883,'action started via WP Cron','2021-01-20 10:38:07','2021-01-20 02:38:07'),(50919,19883,'action complete via WP Cron','2021-01-20 10:38:07','2021-01-20 02:38:07'),(50920,19884,'action created','2021-01-20 10:38:07','2021-01-20 02:38:07'),(50921,19884,'action started via WP Cron','2021-01-20 10:39:08','2021-01-20 02:39:08'),(50922,19884,'action complete via WP Cron','2021-01-20 10:39:08','2021-01-20 02:39:08'),(50923,19885,'action created','2021-01-20 10:39:08','2021-01-20 02:39:08'),(50924,19885,'action started via WP Cron','2021-01-20 10:42:36','2021-01-20 02:42:36'),(50925,19885,'action complete via WP Cron','2021-01-20 10:42:36','2021-01-20 02:42:36'),(50926,19886,'action created','2021-01-20 10:42:36','2021-01-20 02:42:36'),(50927,19886,'action started via WP Cron','2021-01-20 10:48:12','2021-01-20 02:48:12'),(50928,19886,'action complete via WP Cron','2021-01-20 10:48:12','2021-01-20 02:48:12'),(50929,19887,'action created','2021-01-20 10:48:12','2021-01-20 02:48:12'),(50930,19887,'action started via WP Cron','2021-01-20 10:50:39','2021-01-20 02:50:39'),(50931,19887,'action complete via WP Cron','2021-01-20 10:50:39','2021-01-20 02:50:39'),(50932,19888,'action created','2021-01-20 10:50:39','2021-01-20 02:50:39'),(50933,19888,'action started via WP Cron','2021-01-20 11:00:12','2021-01-20 03:00:12'),(50934,19888,'action complete via WP Cron','2021-01-20 11:00:12','2021-01-20 03:00:12'),(50935,19889,'action created','2021-01-20 11:00:12','2021-01-20 03:00:12'),(50936,19889,'action started via WP Cron','2021-01-20 11:04:00','2021-01-20 03:04:00'),(50937,19889,'action complete via WP Cron','2021-01-20 11:04:00','2021-01-20 03:04:00'),(50938,19890,'action created','2021-01-20 11:04:00','2021-01-20 03:04:00'),(50939,19890,'action started via WP Cron','2021-01-20 11:05:19','2021-01-20 03:05:19'),(50940,19890,'action complete via WP Cron','2021-01-20 11:05:19','2021-01-20 03:05:19'),(50941,19891,'action created','2021-01-20 11:05:19','2021-01-20 03:05:19'),(50942,19891,'action started via WP Cron','2021-01-20 11:09:09','2021-01-20 03:09:09'),(50943,19891,'action complete via WP Cron','2021-01-20 11:09:09','2021-01-20 03:09:09'),(50944,19892,'action created','2021-01-20 11:09:09','2021-01-20 03:09:09'),(50945,19892,'action started via WP Cron','2021-01-20 11:22:25','2021-01-20 03:22:25'),(50946,19892,'action complete via WP Cron','2021-01-20 11:22:25','2021-01-20 03:22:25'),(50947,19893,'action created','2021-01-20 11:22:25','2021-01-20 03:22:25'),(50948,19893,'action started via WP Cron','2021-01-20 11:23:43','2021-01-20 03:23:43'),(50949,19893,'action complete via WP Cron','2021-01-20 11:23:43','2021-01-20 03:23:43'),(50950,19894,'action created','2021-01-20 11:23:43','2021-01-20 03:23:43'),(50951,19894,'action started via WP Cron','2021-01-20 11:24:43','2021-01-20 03:24:43'),(50952,19894,'action complete via WP Cron','2021-01-20 11:24:43','2021-01-20 03:24:43'),(50953,19895,'action created','2021-01-20 11:24:43','2021-01-20 03:24:43'),(50954,19895,'action started via WP Cron','2021-01-20 11:25:44','2021-01-20 03:25:44'),(50955,19895,'action complete via WP Cron','2021-01-20 11:25:44','2021-01-20 03:25:44'),(50956,19896,'action created','2021-01-20 11:25:44','2021-01-20 03:25:44'),(50957,19896,'action started via WP Cron','2021-01-20 11:26:46','2021-01-20 03:26:46'),(50958,19896,'action complete via WP Cron','2021-01-20 11:26:46','2021-01-20 03:26:46'),(50959,19897,'action created','2021-01-20 11:26:46','2021-01-20 03:26:46'),(50960,19897,'action started via WP Cron','2021-01-20 11:27:46','2021-01-20 03:27:46'),(50961,19897,'action complete via WP Cron','2021-01-20 11:27:46','2021-01-20 03:27:46'),(50962,19898,'action created','2021-01-20 11:27:46','2021-01-20 03:27:46'),(50963,19898,'action started via WP Cron','2021-01-20 11:28:47','2021-01-20 03:28:47'),(50964,19898,'action complete via WP Cron','2021-01-20 11:28:47','2021-01-20 03:28:47'),(50965,19899,'action created','2021-01-20 11:28:47','2021-01-20 03:28:47'),(50966,19899,'action started via WP Cron','2021-01-20 11:30:40','2021-01-20 03:30:40'),(50967,19899,'action complete via WP Cron','2021-01-20 11:30:40','2021-01-20 03:30:40'),(50968,19900,'action created','2021-01-20 11:30:40','2021-01-20 03:30:40'),(50969,19900,'action started via WP Cron','2021-01-20 11:34:59','2021-01-20 03:34:59'),(50970,19900,'action complete via WP Cron','2021-01-20 11:34:59','2021-01-20 03:34:59'),(50971,19901,'action created','2021-01-20 11:34:59','2021-01-20 03:34:59'),(50972,19901,'action started via WP Cron','2021-01-20 11:35:52','2021-01-20 03:35:52'),(50973,19901,'action complete via WP Cron','2021-01-20 11:35:52','2021-01-20 03:35:52'),(50974,19902,'action created','2021-01-20 11:35:52','2021-01-20 03:35:52'),(50975,19902,'action started via WP Cron','2021-01-20 11:36:54','2021-01-20 03:36:54'),(50976,19902,'action complete via WP Cron','2021-01-20 11:36:54','2021-01-20 03:36:54'),(50977,19903,'action created','2021-01-20 11:36:54','2021-01-20 03:36:54'),(50978,19903,'action started via WP Cron','2021-01-20 11:39:16','2021-01-20 03:39:16'),(50979,19903,'action complete via WP Cron','2021-01-20 11:39:16','2021-01-20 03:39:16'),(50980,19904,'action created','2021-01-20 11:39:16','2021-01-20 03:39:16'),(50981,19904,'action started via WP Cron','2021-01-20 11:39:52','2021-01-20 03:39:52'),(50982,19904,'action complete via WP Cron','2021-01-20 11:39:52','2021-01-20 03:39:52'),(50983,19905,'action created','2021-01-20 11:39:52','2021-01-20 03:39:52'),(50984,19905,'action started via WP Cron','2021-01-20 11:41:10','2021-01-20 03:41:10'),(50985,19905,'action complete via WP Cron','2021-01-20 11:41:10','2021-01-20 03:41:10'),(50986,19906,'action created','2021-01-20 11:41:10','2021-01-20 03:41:10'),(50987,19906,'action started via WP Cron','2021-01-20 11:42:10','2021-01-20 03:42:10'),(50988,19906,'action complete via WP Cron','2021-01-20 11:42:10','2021-01-20 03:42:10'),(50989,19907,'action created','2021-01-20 11:42:10','2021-01-20 03:42:10'),(50990,19907,'action started via WP Cron','2021-01-20 11:43:11','2021-01-20 03:43:11'),(50991,19907,'action complete via WP Cron','2021-01-20 11:43:11','2021-01-20 03:43:11'),(50992,19908,'action created','2021-01-20 11:43:11','2021-01-20 03:43:11'),(50993,19908,'action started via WP Cron','2021-01-20 11:44:08','2021-01-20 03:44:08'),(50994,19908,'action complete via WP Cron','2021-01-20 11:44:08','2021-01-20 03:44:08'),(50995,19909,'action created','2021-01-20 11:44:08','2021-01-20 03:44:08'),(50996,19909,'action started via WP Cron','2021-01-20 11:45:13','2021-01-20 03:45:13'),(50997,19909,'action complete via WP Cron','2021-01-20 11:45:13','2021-01-20 03:45:13'),(50998,19910,'action created','2021-01-20 11:45:13','2021-01-20 03:45:13'),(50999,19910,'action started via WP Cron','2021-01-20 11:47:59','2021-01-20 03:47:59'),(51000,19910,'action complete via WP Cron','2021-01-20 11:47:59','2021-01-20 03:47:59'),(51001,19911,'action created','2021-01-20 11:47:59','2021-01-20 03:47:59'),(51002,19911,'action started via WP Cron','2021-01-20 11:50:49','2021-01-20 03:50:49'),(51003,19911,'action complete via WP Cron','2021-01-20 11:50:49','2021-01-20 03:50:49'),(51004,19912,'action created','2021-01-20 11:50:49','2021-01-20 03:50:49'),(51005,19912,'action started via WP Cron','2021-01-20 11:52:04','2021-01-20 03:52:04'),(51006,19912,'action complete via WP Cron','2021-01-20 11:52:04','2021-01-20 03:52:04'),(51007,19913,'action created','2021-01-20 11:52:05','2021-01-20 03:52:05'),(51008,19913,'action started via WP Cron','2021-01-20 11:53:09','2021-01-20 03:53:09'),(51009,19913,'action complete via WP Cron','2021-01-20 11:53:09','2021-01-20 03:53:09'),(51010,19914,'action created','2021-01-20 11:53:09','2021-01-20 03:53:09'),(51011,19914,'action started via WP Cron','2021-01-20 11:55:01','2021-01-20 03:55:01'),(51012,19914,'action complete via WP Cron','2021-01-20 11:55:01','2021-01-20 03:55:01'),(51013,19915,'action created','2021-01-20 11:55:01','2021-01-20 03:55:01'),(51014,19915,'action started via WP Cron','2021-01-20 12:06:02','2021-01-20 04:06:02'),(51015,19915,'action complete via WP Cron','2021-01-20 12:06:02','2021-01-20 04:06:02'),(51016,19916,'action created','2021-01-20 12:06:04','2021-01-20 04:06:04'),(51017,19916,'action started via WP Cron','2021-01-20 12:13:58','2021-01-20 04:13:58'),(51018,19916,'action complete via WP Cron','2021-01-20 12:13:58','2021-01-20 04:13:58'),(51019,19917,'action created','2021-01-20 12:13:58','2021-01-20 04:13:58'),(51020,19917,'action started via WP Cron','2021-01-20 12:15:01','2021-01-20 04:15:01'),(51021,19917,'action complete via WP Cron','2021-01-20 12:15:02','2021-01-20 04:15:02'),(51022,19918,'action created','2021-01-20 12:29:49','2021-01-20 04:29:49'),(51023,19918,'action started via WP Cron','2021-01-20 12:31:49','2021-01-20 04:31:49'),(51024,19918,'action complete via WP Cron','2021-01-20 12:31:49','2021-01-20 04:31:49'),(51025,19919,'action created','2021-01-20 12:31:49','2021-01-20 04:31:49'),(51026,19919,'action started via WP Cron','2021-01-20 12:37:00','2021-01-20 04:37:00'),(51027,19919,'action complete via WP Cron','2021-01-20 12:37:00','2021-01-20 04:37:00'),(51028,19920,'action created','2021-01-20 12:37:00','2021-01-20 04:37:00'),(51029,19920,'action started via WP Cron','2021-01-20 12:37:53','2021-01-20 04:37:53'),(51030,19920,'action complete via WP Cron','2021-01-20 12:37:53','2021-01-20 04:37:53'),(51031,19921,'action created','2021-01-20 12:37:53','2021-01-20 04:37:53'),(51032,19921,'action started via WP Cron','2021-01-20 12:39:14','2021-01-20 04:39:14'),(51033,19921,'action complete via WP Cron','2021-01-20 12:39:14','2021-01-20 04:39:14'),(51034,19922,'action created','2021-01-20 12:39:14','2021-01-20 04:39:14'),(51035,19922,'action started via WP Cron','2021-01-20 12:39:55','2021-01-20 04:39:55'),(51036,19922,'action complete via WP Cron','2021-01-20 12:39:55','2021-01-20 04:39:55'),(51037,19923,'action created','2021-01-20 12:39:55','2021-01-20 04:39:55'),(51038,19923,'action started via WP Cron','2021-01-20 12:40:52','2021-01-20 04:40:52'),(51039,19923,'action complete via WP Cron','2021-01-20 12:40:52','2021-01-20 04:40:52'),(51040,19924,'action created','2021-01-20 12:40:52','2021-01-20 04:40:52'),(51041,19924,'action started via WP Cron','2021-01-20 12:41:57','2021-01-20 04:41:57'),(51042,19924,'action complete via WP Cron','2021-01-20 12:41:57','2021-01-20 04:41:57'),(51043,19925,'action created','2021-01-20 12:41:57','2021-01-20 04:41:57'),(51044,19925,'action started via WP Cron','2021-01-20 12:45:22','2021-01-20 04:45:22'),(51045,19925,'action complete via WP Cron','2021-01-20 12:45:22','2021-01-20 04:45:22'),(51046,19926,'action created','2021-01-20 12:45:22','2021-01-20 04:45:22'),(51047,19926,'action started via WP Cron','2021-01-20 12:46:13','2021-01-20 04:46:13'),(51048,19926,'action complete via WP Cron','2021-01-20 12:46:13','2021-01-20 04:46:13'),(51049,19927,'action created','2021-01-20 12:46:13','2021-01-20 04:46:13'),(51050,19927,'action started via WP Cron','2021-01-20 12:47:15','2021-01-20 04:47:15'),(51051,19927,'action complete via WP Cron','2021-01-20 12:47:15','2021-01-20 04:47:15'),(51052,19928,'action created','2021-01-20 12:47:15','2021-01-20 04:47:15'),(51053,19928,'action started via WP Cron','2021-01-20 13:04:22','2021-01-20 05:04:22'),(51054,19928,'action complete via WP Cron','2021-01-20 13:04:22','2021-01-20 05:04:22'),(51055,19929,'action created','2021-01-20 13:04:22','2021-01-20 05:04:22'),(51056,19929,'action started via WP Cron','2021-01-20 13:11:50','2021-01-20 05:11:50'),(51057,19929,'action complete via WP Cron','2021-01-20 13:11:50','2021-01-20 05:11:50'),(51058,19930,'action created','2021-01-20 13:11:50','2021-01-20 05:11:50'),(51059,19930,'action started via WP Cron','2021-01-20 13:18:22','2021-01-20 05:18:22'),(51060,19930,'action complete via WP Cron','2021-01-20 13:18:22','2021-01-20 05:18:22'),(51061,19931,'action created','2021-01-20 13:18:22','2021-01-20 05:18:22'),(51062,19931,'action started via WP Cron','2021-01-20 13:18:42','2021-01-20 05:18:42'),(51063,19931,'action complete via WP Cron','2021-01-20 13:18:42','2021-01-20 05:18:42'),(51064,19932,'action created','2021-01-20 13:18:43','2021-01-20 05:18:43'),(51065,19932,'action started via WP Cron','2021-01-20 13:34:28','2021-01-20 05:34:28'),(51066,19932,'action complete via WP Cron','2021-01-20 13:34:28','2021-01-20 05:34:28'),(51067,19933,'action created','2021-01-20 13:34:28','2021-01-20 05:34:28'),(51068,19933,'action started via WP Cron','2021-01-20 13:34:56','2021-01-20 05:34:56'),(51069,19933,'action complete via WP Cron','2021-01-20 13:34:56','2021-01-20 05:34:56'),(51070,19934,'action created','2021-01-20 13:34:56','2021-01-20 05:34:56'),(51071,19934,'action started via WP Cron','2021-01-20 13:37:30','2021-01-20 05:37:30'),(51072,19934,'action complete via WP Cron','2021-01-20 13:37:30','2021-01-20 05:37:30'),(51073,19935,'action created','2021-01-20 13:37:31','2021-01-20 05:37:31'),(51074,19935,'action started via WP Cron','2021-01-20 13:42:00','2021-01-20 05:42:00'),(51075,19935,'action complete via WP Cron','2021-01-20 13:42:00','2021-01-20 05:42:00'),(51076,19936,'action created','2021-01-20 13:42:00','2021-01-20 05:42:00'),(51077,19936,'action started via WP Cron','2021-01-20 13:42:58','2021-01-20 05:42:58'),(51078,19936,'action complete via WP Cron','2021-01-20 13:42:58','2021-01-20 05:42:58'),(51079,19937,'action created','2021-01-20 13:42:58','2021-01-20 05:42:58'),(51080,19937,'action started via WP Cron','2021-01-20 13:44:59','2021-01-20 05:44:59'),(51081,19937,'action complete via WP Cron','2021-01-20 13:44:59','2021-01-20 05:44:59'),(51082,19938,'action created','2021-01-20 13:44:59','2021-01-20 05:44:59'),(51083,19938,'action started via WP Cron','2021-01-20 13:46:00','2021-01-20 05:46:00'),(51084,19938,'action complete via WP Cron','2021-01-20 13:46:00','2021-01-20 05:46:00'),(51085,19939,'action created','2021-01-20 13:46:00','2021-01-20 05:46:00'),(51086,19939,'action started via WP Cron','2021-01-20 13:47:02','2021-01-20 05:47:02'),(51087,19939,'action complete via WP Cron','2021-01-20 13:47:02','2021-01-20 05:47:02'),(51088,19940,'action created','2021-01-20 13:47:02','2021-01-20 05:47:02'),(51089,19940,'action started via WP Cron','2021-01-20 13:48:14','2021-01-20 05:48:14'),(51090,19940,'action complete via WP Cron','2021-01-20 13:48:14','2021-01-20 05:48:14'),(51091,19941,'action created','2021-01-20 13:48:15','2021-01-20 05:48:15'),(51092,19941,'action started via WP Cron','2021-01-20 13:48:48','2021-01-20 05:48:48'),(51093,19941,'action complete via WP Cron','2021-01-20 13:48:48','2021-01-20 05:48:48'),(51094,19942,'action created','2021-01-20 13:48:48','2021-01-20 05:48:48'),(51095,19942,'action started via WP Cron','2021-01-20 13:57:56','2021-01-20 05:57:56'),(51096,19942,'action complete via WP Cron','2021-01-20 13:57:56','2021-01-20 05:57:56'),(51097,19943,'action created','2021-01-20 13:57:56','2021-01-20 05:57:56'),(51098,19943,'action started via WP Cron','2021-01-20 13:59:43','2021-01-20 05:59:43'),(51099,19943,'action complete via WP Cron','2021-01-20 13:59:43','2021-01-20 05:59:43'),(51100,19944,'action created','2021-01-20 13:59:44','2021-01-20 05:59:44'),(51101,19944,'action started via WP Cron','2021-01-20 14:01:20','2021-01-20 06:01:20'),(51102,19944,'action complete via WP Cron','2021-01-20 14:01:20','2021-01-20 06:01:20'),(51103,19945,'action created','2021-01-20 14:01:20','2021-01-20 06:01:20'),(51104,19945,'action started via WP Cron','2021-01-20 14:02:21','2021-01-20 06:02:21'),(51105,19945,'action complete via WP Cron','2021-01-20 14:02:21','2021-01-20 06:02:21'),(51106,19946,'action created','2021-01-20 14:02:21','2021-01-20 06:02:21'),(51107,19946,'action started via WP Cron','2021-01-20 14:02:59','2021-01-20 06:02:59'),(51108,19946,'action complete via WP Cron','2021-01-20 14:02:59','2021-01-20 06:02:59'),(51109,19947,'action created','2021-01-20 14:02:59','2021-01-20 06:02:59'),(51110,19947,'action started via WP Cron','2021-01-20 14:04:19','2021-01-20 06:04:19'),(51111,19947,'action complete via WP Cron','2021-01-20 14:04:19','2021-01-20 06:04:19'),(51112,19948,'action created','2021-01-20 14:04:19','2021-01-20 06:04:19'),(51113,19948,'action started via WP Cron','2021-01-20 14:05:20','2021-01-20 06:05:20'),(51114,19948,'action complete via WP Cron','2021-01-20 14:05:20','2021-01-20 06:05:20'),(51115,19949,'action created','2021-01-20 14:05:20','2021-01-20 06:05:20'),(51116,19949,'action started via WP Cron','2021-01-20 14:13:11','2021-01-20 06:13:11'),(51117,19949,'action complete via WP Cron','2021-01-20 14:13:11','2021-01-20 06:13:11'),(51118,19950,'action created','2021-01-20 14:13:11','2021-01-20 06:13:11'),(51119,19950,'action started via WP Cron','2021-01-20 14:24:37','2021-01-20 06:24:37'),(51120,19950,'action complete via WP Cron','2021-01-20 14:24:37','2021-01-20 06:24:37'),(51121,19951,'action created','2021-01-20 14:24:37','2021-01-20 06:24:37'),(51122,19951,'action started via WP Cron','2021-01-20 14:26:35','2021-01-20 06:26:35'),(51123,19951,'action complete via WP Cron','2021-01-20 14:26:35','2021-01-20 06:26:35'),(51124,19952,'action created','2021-01-20 14:26:35','2021-01-20 06:26:35'),(51125,19952,'action started via WP Cron','2021-01-20 14:32:01','2021-01-20 06:32:01'),(51126,19952,'action complete via WP Cron','2021-01-20 14:32:01','2021-01-20 06:32:01'),(51127,19953,'action created','2021-01-20 14:32:01','2021-01-20 06:32:01'),(51128,19953,'action started via WP Cron','2021-01-20 14:39:23','2021-01-20 06:39:23'),(51129,19953,'action complete via WP Cron','2021-01-20 14:39:23','2021-01-20 06:39:23'),(51130,19954,'action created','2021-01-20 14:39:23','2021-01-20 06:39:23'),(51131,19954,'action started via WP Cron','2021-01-20 14:41:07','2021-01-20 06:41:07'),(51132,19954,'action complete via WP Cron','2021-01-20 14:41:07','2021-01-20 06:41:07'),(51133,19955,'action created','2021-01-20 14:41:07','2021-01-20 06:41:07'),(51134,19955,'action started via WP Cron','2021-01-20 14:41:43','2021-01-20 06:41:43'),(51135,19955,'action complete via WP Cron','2021-01-20 14:41:43','2021-01-20 06:41:43'),(51136,19956,'action created','2021-01-20 14:41:43','2021-01-20 06:41:43'),(51137,19956,'action started via WP Cron','2021-01-20 14:47:04','2021-01-20 06:47:04'),(51138,19956,'action complete via WP Cron','2021-01-20 14:47:04','2021-01-20 06:47:04'),(51139,19957,'action created','2021-01-20 14:47:04','2021-01-20 06:47:04'),(51140,19957,'action started via WP Cron','2021-01-20 14:48:02','2021-01-20 06:48:02'),(51141,19957,'action complete via WP Cron','2021-01-20 14:48:02','2021-01-20 06:48:02'),(51142,19958,'action created','2021-01-20 14:48:02','2021-01-20 06:48:02'),(51143,19958,'action started via WP Cron','2021-01-20 14:49:02','2021-01-20 06:49:02'),(51144,19958,'action complete via WP Cron','2021-01-20 14:49:02','2021-01-20 06:49:02'),(51145,19959,'action created','2021-01-20 14:49:03','2021-01-20 06:49:03'),(51146,19959,'action started via WP Cron','2021-01-20 14:50:04','2021-01-20 06:50:04'),(51147,19959,'action complete via WP Cron','2021-01-20 14:50:04','2021-01-20 06:50:04'),(51148,19960,'action created','2021-01-20 14:50:04','2021-01-20 06:50:04'),(51149,19960,'action started via WP Cron','2021-01-20 14:51:05','2021-01-20 06:51:05'),(51150,19960,'action complete via WP Cron','2021-01-20 14:51:05','2021-01-20 06:51:05'),(51151,19961,'action created','2021-01-20 14:51:05','2021-01-20 06:51:05'),(51152,19961,'action started via WP Cron','2021-01-20 14:52:06','2021-01-20 06:52:06'),(51153,19961,'action complete via WP Cron','2021-01-20 14:52:06','2021-01-20 06:52:06'),(51154,19962,'action created','2021-01-20 14:52:06','2021-01-20 06:52:06'),(51155,19962,'action started via WP Cron','2021-01-20 14:53:53','2021-01-20 06:53:53'),(51156,19962,'action complete via WP Cron','2021-01-20 14:53:53','2021-01-20 06:53:53'),(51157,19963,'action created','2021-01-20 14:53:53','2021-01-20 06:53:53'),(51158,19963,'action started via WP Cron','2021-01-20 14:58:47','2021-01-20 06:58:47'),(51159,19963,'action complete via WP Cron','2021-01-20 14:58:47','2021-01-20 06:58:47'),(51160,19964,'action created','2021-01-20 14:58:47','2021-01-20 06:58:47'),(51161,19964,'action started via WP Cron','2021-01-20 14:59:41','2021-01-20 06:59:41'),(51162,19964,'action complete via WP Cron','2021-01-20 14:59:41','2021-01-20 06:59:41'),(51163,19965,'action created','2021-01-20 14:59:41','2021-01-20 06:59:41'),(51164,19965,'action started via WP Cron','2021-01-20 15:00:45','2021-01-20 07:00:45'),(51165,19965,'action complete via WP Cron','2021-01-20 15:00:45','2021-01-20 07:00:45'),(51166,19966,'action created','2021-01-20 15:00:45','2021-01-20 07:00:45'),(51167,19966,'action started via WP Cron','2021-01-20 15:01:45','2021-01-20 07:01:45'),(51168,19966,'action complete via WP Cron','2021-01-20 15:01:45','2021-01-20 07:01:45'),(51169,19967,'action created','2021-01-20 15:01:45','2021-01-20 07:01:45'),(51170,19967,'action started via WP Cron','2021-01-20 15:02:45','2021-01-20 07:02:45'),(51171,19967,'action complete via WP Cron','2021-01-20 15:02:45','2021-01-20 07:02:45'),(51172,19968,'action created','2021-01-20 15:02:45','2021-01-20 07:02:45'),(51173,19968,'action started via WP Cron','2021-01-20 15:03:47','2021-01-20 07:03:47'),(51174,19968,'action complete via WP Cron','2021-01-20 15:03:47','2021-01-20 07:03:47'),(51175,19969,'action created','2021-01-20 15:03:47','2021-01-20 07:03:47'),(51176,19969,'action started via WP Cron','2021-01-20 15:04:46','2021-01-20 07:04:46'),(51177,19969,'action complete via WP Cron','2021-01-20 15:04:46','2021-01-20 07:04:46'),(51178,19970,'action created','2021-01-20 15:04:46','2021-01-20 07:04:46'),(51179,19970,'action started via WP Cron','2021-01-20 15:06:20','2021-01-20 07:06:20'),(51180,19970,'action complete via WP Cron','2021-01-20 15:06:20','2021-01-20 07:06:20'),(51181,19971,'action created','2021-01-20 15:06:20','2021-01-20 07:06:20'),(51182,19971,'action started via WP Cron','2021-01-20 15:07:21','2021-01-20 07:07:21'),(51183,19971,'action complete via WP Cron','2021-01-20 15:07:21','2021-01-20 07:07:21'),(51184,19972,'action created','2021-01-20 15:07:21','2021-01-20 07:07:21'),(51185,19972,'action started via WP Cron','2021-01-20 15:08:16','2021-01-20 07:08:16'),(51186,19972,'action complete via WP Cron','2021-01-20 15:08:16','2021-01-20 07:08:16'),(51187,19973,'action created','2021-01-20 15:09:23','2021-01-20 07:09:23'),(51188,19973,'action started via WP Cron','2021-01-20 15:10:24','2021-01-20 07:10:24'),(51189,19973,'action complete via WP Cron','2021-01-20 15:10:24','2021-01-20 07:10:24'),(51190,19974,'action created','2021-01-20 15:10:24','2021-01-20 07:10:24'),(51191,19974,'action started via WP Cron','2021-01-20 15:12:42','2021-01-20 07:12:42'),(51192,19974,'action complete via WP Cron','2021-01-20 15:12:42','2021-01-20 07:12:42'),(51193,19975,'action created','2021-01-20 15:12:42','2021-01-20 07:12:42'),(51194,19975,'action started via WP Cron','2021-01-20 15:18:44','2021-01-20 07:18:44'),(51195,19975,'action complete via WP Cron','2021-01-20 15:18:44','2021-01-20 07:18:44'),(51196,19976,'action created','2021-01-20 15:25:04','2021-01-20 07:25:04'),(51197,19976,'action started via WP Cron','2021-01-20 15:32:01','2021-01-20 07:32:01'),(51198,19976,'action complete via WP Cron','2021-01-20 15:32:01','2021-01-20 07:32:01'),(51199,19977,'action created','2021-01-20 15:32:01','2021-01-20 07:32:01'),(51200,19977,'action started via WP Cron','2021-01-20 15:33:00','2021-01-20 07:33:00'),(51201,19977,'action complete via WP Cron','2021-01-20 15:33:01','2021-01-20 07:33:01'),(51202,19978,'action created','2021-01-20 15:33:01','2021-01-20 07:33:01'),(51203,19978,'action started via WP Cron','2021-01-20 15:35:04','2021-01-20 07:35:04'),(51204,19978,'action complete via WP Cron','2021-01-20 15:35:04','2021-01-20 07:35:04'),(51205,19979,'action created','2021-01-20 15:35:04','2021-01-20 07:35:04'),(51206,19979,'action started via WP Cron','2021-01-20 15:36:04','2021-01-20 07:36:04'),(51207,19979,'action complete via WP Cron','2021-01-20 15:36:04','2021-01-20 07:36:04'),(51208,19980,'action created','2021-01-20 15:36:04','2021-01-20 07:36:04'),(51209,19980,'action started via WP Cron','2021-01-20 15:37:49','2021-01-20 07:37:49'),(51210,19980,'action complete via WP Cron','2021-01-20 15:37:49','2021-01-20 07:37:49'),(51211,19981,'action created','2021-01-20 15:37:49','2021-01-20 07:37:49'),(51212,19981,'action started via WP Cron','2021-01-20 15:43:52','2021-01-20 07:43:52'),(51213,19981,'action complete via WP Cron','2021-01-20 15:43:53','2021-01-20 07:43:53'),(51214,19982,'action created','2021-01-20 15:43:53','2021-01-20 07:43:53'),(51215,19982,'action started via WP Cron','2021-01-20 15:50:54','2021-01-20 07:50:54'),(51216,19982,'action complete via WP Cron','2021-01-20 15:50:54','2021-01-20 07:50:54'),(51217,19983,'action created','2021-01-20 15:50:55','2021-01-20 07:50:55'),(51218,19983,'action started via WP Cron','2021-01-20 15:51:43','2021-01-20 07:51:43'),(51219,19983,'action complete via WP Cron','2021-01-20 15:51:43','2021-01-20 07:51:43'),(51220,19984,'action created','2021-01-20 15:51:43','2021-01-20 07:51:43'),(51221,19984,'action started via WP Cron','2021-01-20 15:53:47','2021-01-20 07:53:47'),(51222,19984,'action complete via WP Cron','2021-01-20 15:53:47','2021-01-20 07:53:47'),(51223,19985,'action created','2021-01-20 15:53:47','2021-01-20 07:53:47'),(51227,19986,'action started via WP Cron','2021-01-20 16:01:18','2021-01-20 08:01:18'),(51228,19986,'action complete via WP Cron','2021-01-20 16:01:18','2021-01-20 08:01:18'),(51229,19987,'action created','2021-01-20 16:01:18','2021-01-20 08:01:18'),(51230,19987,'action started via WP Cron','2021-01-20 16:10:30','2021-01-20 08:10:30'),(51231,19987,'action complete via WP Cron','2021-01-20 16:10:30','2021-01-20 08:10:30'),(51232,19988,'action created','2021-01-20 16:10:30','2021-01-20 08:10:30'),(51233,19988,'action started via WP Cron','2021-01-20 16:11:24','2021-01-20 08:11:24'),(51234,19988,'action complete via WP Cron','2021-01-20 16:11:24','2021-01-20 08:11:24'),(51235,19989,'action created','2021-01-20 16:11:24','2021-01-20 08:11:24'),(51236,19989,'action started via WP Cron','2021-01-20 16:12:25','2021-01-20 08:12:25'),(51237,19989,'action complete via WP Cron','2021-01-20 16:12:25','2021-01-20 08:12:25'),(51238,19990,'action created','2021-01-20 16:12:25','2021-01-20 08:12:25'),(51239,19990,'action started via WP Cron','2021-01-20 16:13:26','2021-01-20 08:13:26'),(51240,19990,'action complete via WP Cron','2021-01-20 16:13:26','2021-01-20 08:13:26'),(51241,19991,'action created','2021-01-20 16:13:26','2021-01-20 08:13:26'),(51242,19991,'action started via WP Cron','2021-01-20 16:13:58','2021-01-20 08:13:58'),(51243,19991,'action complete via WP Cron','2021-01-20 16:13:58','2021-01-20 08:13:58'),(51244,19992,'action created','2021-01-20 16:13:58','2021-01-20 08:13:58'),(51245,19992,'action started via WP Cron','2021-01-20 16:15:29','2021-01-20 08:15:29'),(51246,19992,'action complete via WP Cron','2021-01-20 16:15:29','2021-01-20 08:15:29'),(51247,19993,'action created','2021-01-20 16:15:29','2021-01-20 08:15:29'),(51248,19993,'action started via WP Cron','2021-01-20 16:19:43','2021-01-20 08:19:43'),(51249,19993,'action complete via WP Cron','2021-01-20 16:19:43','2021-01-20 08:19:43'),(51250,19994,'action created','2021-01-20 16:19:43','2021-01-20 08:19:43'),(51251,19994,'action started via WP Cron','2021-01-20 16:24:10','2021-01-20 08:24:10'),(51252,19994,'action complete via WP Cron','2021-01-20 16:24:10','2021-01-20 08:24:10'),(51253,19995,'action created','2021-01-20 16:24:10','2021-01-20 08:24:10'),(51254,19995,'action started via WP Cron','2021-01-20 16:26:25','2021-01-20 08:26:25'),(51255,19995,'action complete via WP Cron','2021-01-20 16:26:25','2021-01-20 08:26:25'),(51256,19996,'action created','2021-01-20 16:26:26','2021-01-20 08:26:26'),(51257,19996,'action started via WP Cron','2021-01-20 16:41:48','2021-01-20 08:41:48'),(51258,19996,'action complete via WP Cron','2021-01-20 16:41:48','2021-01-20 08:41:48'),(51259,19997,'action created','2021-01-20 16:41:48','2021-01-20 08:41:48'),(51260,19997,'action started via WP Cron','2021-01-20 16:46:32','2021-01-20 08:46:32'),(51261,19997,'action complete via WP Cron','2021-01-20 16:46:32','2021-01-20 08:46:32'),(51262,19998,'action created','2021-01-20 16:46:32','2021-01-20 08:46:32'),(51263,19998,'action started via WP Cron','2021-01-20 16:47:31','2021-01-20 08:47:31'),(51264,19998,'action complete via WP Cron','2021-01-20 16:47:31','2021-01-20 08:47:31'),(51265,19999,'action created','2021-01-20 16:47:31','2021-01-20 08:47:31'),(51266,19999,'action started via WP Cron','2021-01-20 16:51:31','2021-01-20 08:51:31'),(51267,19999,'action complete via WP Cron','2021-01-20 16:51:31','2021-01-20 08:51:31'),(51268,20000,'action created','2021-01-20 16:51:32','2021-01-20 08:51:32'),(51269,20000,'action started via WP Cron','2021-01-20 16:54:35','2021-01-20 08:54:35'),(51270,20000,'action complete via WP Cron','2021-01-20 16:54:35','2021-01-20 08:54:35'),(51271,20001,'action created','2021-01-20 16:54:35','2021-01-20 08:54:35'),(51272,20001,'action started via WP Cron','2021-01-20 17:04:01','2021-01-20 09:04:01'),(51273,20001,'action complete via WP Cron','2021-01-20 17:04:01','2021-01-20 09:04:01'),(51274,20002,'action created','2021-01-20 17:04:01','2021-01-20 09:04:01'),(51275,20002,'action started via WP Cron','2021-01-20 17:05:07','2021-01-20 09:05:07'),(51276,20002,'action complete via WP Cron','2021-01-20 17:05:07','2021-01-20 09:05:07'),(51277,20003,'action created','2021-01-20 17:05:07','2021-01-20 09:05:07'),(51278,20003,'action started via WP Cron','2021-01-20 17:06:07','2021-01-20 09:06:07'),(51279,20003,'action complete via WP Cron','2021-01-20 17:06:07','2021-01-20 09:06:07'),(51280,20004,'action created','2021-01-20 17:06:07','2021-01-20 09:06:07'),(51281,20004,'action started via WP Cron','2021-01-20 17:08:09','2021-01-20 09:08:09'),(51282,20004,'action complete via WP Cron','2021-01-20 17:08:09','2021-01-20 09:08:09'),(51283,20005,'action created','2021-01-20 17:08:09','2021-01-20 09:08:09'),(51284,20005,'action started via WP Cron','2021-01-20 17:09:10','2021-01-20 09:09:10'),(51285,20005,'action complete via WP Cron','2021-01-20 17:09:10','2021-01-20 09:09:10'),(51286,20006,'action created','2021-01-20 17:09:10','2021-01-20 09:09:10'),(51287,20006,'action started via WP Cron','2021-01-20 17:12:07','2021-01-20 09:12:07'),(51288,20006,'action complete via WP Cron','2021-01-20 17:12:07','2021-01-20 09:12:07'),(51289,20007,'action created','2021-01-20 17:12:07','2021-01-20 09:12:07'),(51290,20007,'action started via WP Cron','2021-01-20 17:13:12','2021-01-20 09:13:12'),(51291,20007,'action complete via WP Cron','2021-01-20 17:13:12','2021-01-20 09:13:12'),(51292,20008,'action created','2021-01-20 17:13:13','2021-01-20 09:13:13'),(51293,20008,'action started via WP Cron','2021-01-20 17:14:13','2021-01-20 09:14:13'),(51294,20008,'action complete via WP Cron','2021-01-20 17:14:13','2021-01-20 09:14:13'),(51295,20009,'action created','2021-01-20 17:14:13','2021-01-20 09:14:13'),(51296,20009,'action started via WP Cron','2021-01-20 17:34:30','2021-01-20 09:34:30'),(51297,20009,'action complete via WP Cron','2021-01-20 17:34:30','2021-01-20 09:34:30'),(51298,20010,'action created','2021-01-20 17:34:30','2021-01-20 09:34:30'),(51299,20010,'action started via WP Cron','2021-01-20 17:37:20','2021-01-20 09:37:20'),(51300,20010,'action complete via WP Cron','2021-01-20 17:37:20','2021-01-20 09:37:20'),(51301,20011,'action created','2021-01-20 17:37:20','2021-01-20 09:37:20'),(51302,20011,'action started via WP Cron','2021-01-20 17:39:44','2021-01-20 09:39:44'),(51303,20011,'action complete via WP Cron','2021-01-20 17:39:44','2021-01-20 09:39:44'),(51304,20012,'action created','2021-01-20 17:39:44','2021-01-20 09:39:44'),(51305,20012,'action started via WP Cron','2021-01-20 17:43:25','2021-01-20 09:43:25'),(51306,20012,'action complete via WP Cron','2021-01-20 17:43:25','2021-01-20 09:43:25'),(51307,20013,'action created','2021-01-20 17:43:25','2021-01-20 09:43:25'),(51308,20013,'action started via WP Cron','2021-01-20 17:44:33','2021-01-20 09:44:33'),(51309,20013,'action complete via WP Cron','2021-01-20 17:44:33','2021-01-20 09:44:33'),(51310,20014,'action created','2021-01-20 17:44:33','2021-01-20 09:44:33'),(51311,20014,'action started via WP Cron','2021-01-20 17:45:43','2021-01-20 09:45:43'),(51312,20014,'action complete via WP Cron','2021-01-20 17:45:43','2021-01-20 09:45:43'),(51313,20015,'action created','2021-01-20 17:45:44','2021-01-20 09:45:44'),(51314,20015,'action started via WP Cron','2021-01-20 17:47:10','2021-01-20 09:47:10'),(51315,20015,'action complete via WP Cron','2021-01-20 17:47:10','2021-01-20 09:47:10'),(51316,20016,'action created','2021-01-20 17:47:10','2021-01-20 09:47:10'),(51317,20016,'action started via WP Cron','2021-01-20 17:48:51','2021-01-20 09:48:51'),(51318,20016,'action complete via WP Cron','2021-01-20 17:48:51','2021-01-20 09:48:51'),(51319,20017,'action created','2021-01-20 17:48:52','2021-01-20 09:48:52'),(51320,20017,'action started via WP Cron','2021-01-20 17:50:50','2021-01-20 09:50:50'),(51321,20017,'action complete via WP Cron','2021-01-20 17:50:50','2021-01-20 09:50:50'),(51322,20018,'action created','2021-01-20 17:50:51','2021-01-20 09:50:51'),(51323,20018,'action started via WP Cron','2021-01-20 17:52:41','2021-01-20 09:52:41'),(51324,20018,'action complete via WP Cron','2021-01-20 17:52:41','2021-01-20 09:52:41'),(51325,20019,'action created','2021-01-20 17:52:41','2021-01-20 09:52:41'),(51326,20019,'action started via WP Cron','2021-01-20 17:54:52','2021-01-20 09:54:52'),(51327,20019,'action complete via WP Cron','2021-01-20 17:54:52','2021-01-20 09:54:52'),(51328,20020,'action created','2021-01-20 17:59:16','2021-01-20 09:59:16'),(51329,20020,'action started via WP Cron','2021-01-20 18:01:40','2021-01-20 10:01:40'),(51330,20020,'action complete via WP Cron','2021-01-20 18:01:40','2021-01-20 10:01:40'),(51331,20021,'action created','2021-01-20 18:01:40','2021-01-20 10:01:40'),(51332,20021,'action started via WP Cron','2021-01-20 18:07:18','2021-01-20 10:07:18'),(51333,20021,'action complete via WP Cron','2021-01-20 18:07:18','2021-01-20 10:07:18'),(51334,20022,'action created','2021-01-20 18:07:18','2021-01-20 10:07:18'),(51335,20022,'action started via WP Cron','2021-01-20 18:10:00','2021-01-20 10:10:00'),(51336,20022,'action complete via WP Cron','2021-01-20 18:10:00','2021-01-20 10:10:00'),(51337,20023,'action created','2021-01-20 18:10:00','2021-01-20 10:10:00'),(51338,20023,'action started via WP Cron','2021-01-20 18:14:05','2021-01-20 10:14:05'),(51339,20023,'action complete via WP Cron','2021-01-20 18:14:05','2021-01-20 10:14:05'),(51340,20024,'action created','2021-01-20 18:14:05','2021-01-20 10:14:05'),(51341,20024,'action started via WP Cron','2021-01-20 18:15:15','2021-01-20 10:15:15'),(51342,20024,'action complete via WP Cron','2021-01-20 18:15:15','2021-01-20 10:15:15'),(51343,20025,'action created','2021-01-20 18:15:15','2021-01-20 10:15:15'),(51344,20025,'action started via WP Cron','2021-01-20 18:16:07','2021-01-20 10:16:07'),(51345,20025,'action complete via WP Cron','2021-01-20 18:16:07','2021-01-20 10:16:07'),(51346,20026,'action created','2021-01-20 18:16:07','2021-01-20 10:16:07'),(51347,20026,'action started via WP Cron','2021-01-20 18:17:10','2021-01-20 10:17:10'),(51348,20026,'action complete via WP Cron','2021-01-20 18:17:10','2021-01-20 10:17:10'),(51349,20027,'action created','2021-01-20 18:17:11','2021-01-20 10:17:11'),(51350,20027,'action started via WP Cron','2021-01-20 18:20:52','2021-01-20 10:20:52'),(51351,20027,'action complete via WP Cron','2021-01-20 18:20:52','2021-01-20 10:20:52'),(51352,20028,'action created','2021-01-20 18:20:53','2021-01-20 10:20:53'),(51353,20028,'action started via WP Cron','2021-01-20 18:25:24','2021-01-20 10:25:24'),(51354,20028,'action complete via WP Cron','2021-01-20 18:25:24','2021-01-20 10:25:24'),(51355,20029,'action created','2021-01-20 18:25:24','2021-01-20 10:25:24'),(51356,20029,'action started via WP Cron','2021-01-20 18:28:48','2021-01-20 10:28:48'),(51357,20029,'action complete via WP Cron','2021-01-20 18:28:48','2021-01-20 10:28:48'),(51358,20030,'action created','2021-01-20 18:28:48','2021-01-20 10:28:48'),(51359,20030,'action started via WP Cron','2021-01-20 18:35:55','2021-01-20 10:35:55'),(51360,20030,'action complete via WP Cron','2021-01-20 18:35:55','2021-01-20 10:35:55'),(51361,20031,'action created','2021-01-20 18:35:55','2021-01-20 10:35:55'),(51362,20031,'action started via WP Cron','2021-01-20 18:39:26','2021-01-20 10:39:26'),(51363,20031,'action complete via WP Cron','2021-01-20 18:39:26','2021-01-20 10:39:26'),(51364,20032,'action created','2021-01-20 18:39:26','2021-01-20 10:39:26'),(51365,20032,'action started via WP Cron','2021-01-20 18:39:59','2021-01-20 10:39:59'),(51366,20032,'action complete via WP Cron','2021-01-20 18:39:59','2021-01-20 10:39:59'),(51367,20033,'action created','2021-01-20 18:39:59','2021-01-20 10:39:59'),(51368,20033,'action started via WP Cron','2021-01-20 18:41:00','2021-01-20 10:41:00'),(51369,20033,'action complete via WP Cron','2021-01-20 18:41:00','2021-01-20 10:41:00'),(51370,20034,'action created','2021-01-20 18:42:29','2021-01-20 10:42:29'),(51371,20034,'action started via WP Cron','2021-01-20 18:48:21','2021-01-20 10:48:21'),(51372,20034,'action complete via WP Cron','2021-01-20 18:48:21','2021-01-20 10:48:21'),(51373,20035,'action created','2021-01-20 18:48:21','2021-01-20 10:48:21'),(51374,20035,'action started via WP Cron','2021-01-20 18:49:58','2021-01-20 10:49:58'),(51375,20035,'action complete via WP Cron','2021-01-20 18:49:58','2021-01-20 10:49:58'),(51376,20036,'action created','2021-01-20 18:49:59','2021-01-20 10:49:59'),(51377,20036,'action started via WP Cron','2021-01-20 18:51:53','2021-01-20 10:51:53'),(51378,20036,'action complete via WP Cron','2021-01-20 18:51:53','2021-01-20 10:51:53'),(51379,20037,'action created','2021-01-20 18:51:53','2021-01-20 10:51:53'),(51380,20037,'action started via WP Cron','2021-01-20 18:54:20','2021-01-20 10:54:20'),(51381,20037,'action complete via WP Cron','2021-01-20 18:54:20','2021-01-20 10:54:20'),(51382,20038,'action created','2021-01-20 18:54:20','2021-01-20 10:54:20'),(51383,20038,'action started via WP Cron','2021-01-20 18:55:56','2021-01-20 10:55:56'),(51384,20038,'action complete via WP Cron','2021-01-20 18:55:56','2021-01-20 10:55:56'),(51385,20039,'action created','2021-01-20 18:55:56','2021-01-20 10:55:56'),(51386,20039,'action started via WP Cron','2021-01-20 18:59:36','2021-01-20 10:59:36'),(51387,20039,'action complete via WP Cron','2021-01-20 18:59:36','2021-01-20 10:59:36'),(51388,20040,'action created','2021-01-20 18:59:36','2021-01-20 10:59:36'),(51389,20040,'action started via WP Cron','2021-01-20 18:59:46','2021-01-20 10:59:46'),(51390,20040,'action complete via WP Cron','2021-01-20 18:59:46','2021-01-20 10:59:46'),(51391,20041,'action created','2021-01-20 18:59:46','2021-01-20 10:59:46'),(51392,20041,'action started via WP Cron','2021-01-20 19:00:47','2021-01-20 11:00:47'),(51393,20041,'action complete via WP Cron','2021-01-20 19:00:47','2021-01-20 11:00:47'),(51394,20042,'action created','2021-01-20 19:00:48','2021-01-20 11:00:48'),(51395,20042,'action started via WP Cron','2021-01-20 19:01:59','2021-01-20 11:01:59'),(51396,20042,'action complete via WP Cron','2021-01-20 19:01:59','2021-01-20 11:01:59'),(51397,20043,'action created','2021-01-20 19:01:59','2021-01-20 11:01:59'),(51398,20043,'action started via WP Cron','2021-01-20 19:02:56','2021-01-20 11:02:56'),(51399,20043,'action complete via WP Cron','2021-01-20 19:02:56','2021-01-20 11:02:56'),(51400,20044,'action created','2021-01-20 19:02:56','2021-01-20 11:02:56'),(51401,20044,'action started via WP Cron','2021-01-20 19:03:58','2021-01-20 11:03:58'),(51402,20044,'action complete via WP Cron','2021-01-20 19:03:58','2021-01-20 11:03:58'),(51403,20045,'action created','2021-01-20 19:03:58','2021-01-20 11:03:58'),(51404,20045,'action started via WP Cron','2021-01-20 19:05:58','2021-01-20 11:05:58'),(51405,20045,'action complete via WP Cron','2021-01-20 19:05:58','2021-01-20 11:05:58'),(51406,20046,'action created','2021-01-20 19:05:58','2021-01-20 11:05:58'),(51407,20046,'action started via WP Cron','2021-01-20 19:06:59','2021-01-20 11:06:59'),(51408,20046,'action complete via WP Cron','2021-01-20 19:06:59','2021-01-20 11:06:59'),(51409,20047,'action created','2021-01-20 19:06:59','2021-01-20 11:06:59'),(51410,20047,'action started via WP Cron','2021-01-20 19:09:16','2021-01-20 11:09:16'),(51411,20047,'action complete via WP Cron','2021-01-20 19:09:16','2021-01-20 11:09:16'),(51412,20048,'action created','2021-01-20 19:09:16','2021-01-20 11:09:16'),(51413,20048,'action started via WP Cron','2021-01-20 19:16:17','2021-01-20 11:16:17'),(51414,20048,'action complete via WP Cron','2021-01-20 19:16:17','2021-01-20 11:16:17'),(51415,20049,'action created','2021-01-20 19:16:17','2021-01-20 11:16:17'),(51416,20049,'action started via WP Cron','2021-01-20 19:17:16','2021-01-20 11:17:16'),(51417,20049,'action complete via WP Cron','2021-01-20 19:17:16','2021-01-20 11:17:16'),(51418,20050,'action created','2021-01-20 19:17:16','2021-01-20 11:17:16'),(51419,20050,'action started via WP Cron','2021-01-20 19:18:17','2021-01-20 11:18:17'),(51420,20050,'action complete via WP Cron','2021-01-20 19:18:17','2021-01-20 11:18:17'),(51421,20051,'action created','2021-01-20 19:18:17','2021-01-20 11:18:17'),(51422,20051,'action started via WP Cron','2021-01-20 19:21:17','2021-01-20 11:21:17'),(51423,20051,'action complete via WP Cron','2021-01-20 19:21:17','2021-01-20 11:21:17'),(51424,20052,'action created','2021-01-20 19:21:17','2021-01-20 11:21:17'),(51425,20052,'action started via WP Cron','2021-01-20 19:30:47','2021-01-20 11:30:47'),(51426,20052,'action complete via WP Cron','2021-01-20 19:30:47','2021-01-20 11:30:47'),(51427,20053,'action created','2021-01-20 19:30:47','2021-01-20 11:30:47'),(51428,20053,'action started via WP Cron','2021-01-20 19:36:54','2021-01-20 11:36:54'),(51429,20053,'action complete via WP Cron','2021-01-20 19:36:54','2021-01-20 11:36:54'),(51430,20054,'action created','2021-01-20 19:36:54','2021-01-20 11:36:54'),(51431,20054,'action started via WP Cron','2021-01-20 19:38:09','2021-01-20 11:38:09'),(51432,20054,'action complete via WP Cron','2021-01-20 19:38:09','2021-01-20 11:38:09'),(51433,20055,'action created','2021-01-20 19:38:09','2021-01-20 11:38:09'),(51434,20055,'action started via WP Cron','2021-01-20 19:39:08','2021-01-20 11:39:08'),(51435,20055,'action complete via WP Cron','2021-01-20 19:39:08','2021-01-20 11:39:08'),(51436,20056,'action created','2021-01-20 19:39:08','2021-01-20 11:39:08'),(51437,20056,'action started via WP Cron','2021-01-20 19:40:09','2021-01-20 11:40:09'),(51438,20056,'action complete via WP Cron','2021-01-20 19:40:09','2021-01-20 11:40:09'),(51439,20057,'action created','2021-01-20 19:40:09','2021-01-20 11:40:09'),(51440,20057,'action started via WP Cron','2021-01-20 19:41:15','2021-01-20 11:41:15'),(51441,20057,'action complete via WP Cron','2021-01-20 19:41:15','2021-01-20 11:41:15'),(51442,20058,'action created','2021-01-20 19:41:15','2021-01-20 11:41:15'),(51443,20058,'action started via WP Cron','2021-01-20 19:50:11','2021-01-20 11:50:11'),(51444,20058,'action complete via WP Cron','2021-01-20 19:50:11','2021-01-20 11:50:11'),(51445,20059,'action created','2021-01-20 19:50:11','2021-01-20 11:50:11'),(51446,20059,'action started via WP Cron','2021-01-20 19:52:43','2021-01-20 11:52:43'),(51447,20059,'action complete via WP Cron','2021-01-20 19:52:43','2021-01-20 11:52:43'),(51448,20060,'action created','2021-01-20 19:52:43','2021-01-20 11:52:43'),(51449,20060,'action started via WP Cron','2021-01-20 19:54:16','2021-01-20 11:54:16'),(51450,20060,'action complete via WP Cron','2021-01-20 19:54:16','2021-01-20 11:54:16'),(51451,20061,'action created','2021-01-20 19:54:16','2021-01-20 11:54:16'),(51452,20061,'action started via WP Cron','2021-01-20 20:04:41','2021-01-20 12:04:41'),(51453,20061,'action complete via WP Cron','2021-01-20 20:04:41','2021-01-20 12:04:41'),(51454,20062,'action created','2021-01-20 20:04:41','2021-01-20 12:04:41'),(51455,20062,'action started via WP Cron','2021-01-20 20:07:28','2021-01-20 12:07:28'),(51456,20062,'action complete via WP Cron','2021-01-20 20:07:28','2021-01-20 12:07:28'),(51457,20063,'action created','2021-01-20 20:07:28','2021-01-20 12:07:28'),(51458,20063,'action started via WP Cron','2021-01-20 20:08:10','2021-01-20 12:08:10'),(51459,20063,'action complete via WP Cron','2021-01-20 20:08:10','2021-01-20 12:08:10'),(51460,20064,'action created','2021-01-20 20:08:10','2021-01-20 12:08:10'),(51461,20064,'action started via WP Cron','2021-01-20 20:09:27','2021-01-20 12:09:27'),(51462,20064,'action complete via WP Cron','2021-01-20 20:09:27','2021-01-20 12:09:27'),(51463,20065,'action created','2021-01-20 20:09:28','2021-01-20 12:09:28'),(51464,20065,'action started via WP Cron','2021-01-20 20:10:31','2021-01-20 12:10:31'),(51465,20065,'action complete via WP Cron','2021-01-20 20:10:31','2021-01-20 12:10:31'),(51466,20066,'action created','2021-01-20 20:10:31','2021-01-20 12:10:31'),(51467,20066,'action started via WP Cron','2021-01-20 20:11:08','2021-01-20 12:11:08'),(51468,20066,'action complete via WP Cron','2021-01-20 20:11:08','2021-01-20 12:11:08'),(51469,20067,'action created','2021-01-20 20:11:08','2021-01-20 12:11:08'),(51470,20067,'action started via WP Cron','2021-01-20 20:14:44','2021-01-20 12:14:44'),(51471,20067,'action complete via WP Cron','2021-01-20 20:14:44','2021-01-20 12:14:44'),(51472,20068,'action created','2021-01-20 20:14:44','2021-01-20 12:14:44'),(51473,20068,'action started via WP Cron','2021-01-20 20:18:34','2021-01-20 12:18:34'),(51474,20068,'action complete via WP Cron','2021-01-20 20:18:34','2021-01-20 12:18:34'),(51475,20069,'action created','2021-01-20 20:18:34','2021-01-20 12:18:34'),(51476,20069,'action started via WP Cron','2021-01-20 20:19:17','2021-01-20 12:19:17'),(51477,20069,'action complete via WP Cron','2021-01-20 20:19:17','2021-01-20 12:19:17'),(51478,20070,'action created','2021-01-20 20:19:17','2021-01-20 12:19:17'),(51479,20070,'action started via WP Cron','2021-01-20 20:20:18','2021-01-20 12:20:18'),(51480,20070,'action complete via WP Cron','2021-01-20 20:20:18','2021-01-20 12:20:18'),(51481,20071,'action created','2021-01-20 20:20:18','2021-01-20 12:20:18'),(51482,20071,'action started via WP Cron','2021-01-20 20:22:20','2021-01-20 12:22:20'),(51483,20071,'action complete via WP Cron','2021-01-20 20:22:20','2021-01-20 12:22:20'),(51484,20072,'action created','2021-01-20 20:22:20','2021-01-20 12:22:20'),(51485,20072,'action started via WP Cron','2021-01-20 20:23:21','2021-01-20 12:23:21'),(51486,20072,'action complete via WP Cron','2021-01-20 20:23:21','2021-01-20 12:23:21'),(51487,20073,'action created','2021-01-20 20:23:21','2021-01-20 12:23:21'),(51488,20073,'action started via WP Cron','2021-01-20 20:29:23','2021-01-20 12:29:23'),(51489,20073,'action complete via WP Cron','2021-01-20 20:29:23','2021-01-20 12:29:23'),(51490,20074,'action created','2021-01-20 20:29:23','2021-01-20 12:29:23'),(51491,20074,'action started via WP Cron','2021-01-20 20:33:34','2021-01-20 12:33:34'),(51492,20074,'action complete via WP Cron','2021-01-20 20:33:34','2021-01-20 12:33:34'),(51493,20075,'action created','2021-01-20 20:33:34','2021-01-20 12:33:34'),(51494,20075,'action started via WP Cron','2021-01-20 20:35:49','2021-01-20 12:35:49'),(51495,20075,'action complete via WP Cron','2021-01-20 20:35:49','2021-01-20 12:35:49'),(51496,20076,'action created','2021-01-20 20:35:49','2021-01-20 12:35:49'),(51497,20076,'action started via WP Cron','2021-01-20 20:41:36','2021-01-20 12:41:36'),(51498,20076,'action complete via WP Cron','2021-01-20 20:41:36','2021-01-20 12:41:36'),(51499,20077,'action created','2021-01-20 20:41:36','2021-01-20 12:41:36'),(51500,20077,'action started via WP Cron','2021-01-20 20:42:33','2021-01-20 12:42:33'),(51501,20077,'action complete via WP Cron','2021-01-20 20:42:33','2021-01-20 12:42:33'),(51502,20078,'action created','2021-01-20 20:42:33','2021-01-20 12:42:33'),(51503,20078,'action started via WP Cron','2021-01-20 20:43:35','2021-01-20 12:43:35'),(51504,20078,'action complete via WP Cron','2021-01-20 20:43:35','2021-01-20 12:43:35'),(51505,20079,'action created','2021-01-20 20:43:35','2021-01-20 12:43:35'),(51506,20079,'action started via WP Cron','2021-01-20 20:44:58','2021-01-20 12:44:58'),(51507,20079,'action complete via WP Cron','2021-01-20 20:44:58','2021-01-20 12:44:58'),(51508,20080,'action created','2021-01-20 20:44:58','2021-01-20 12:44:58'),(51509,20080,'action started via WP Cron','2021-01-20 20:46:37','2021-01-20 12:46:37'),(51510,20080,'action complete via WP Cron','2021-01-20 20:46:37','2021-01-20 12:46:37'),(51511,20081,'action created','2021-01-20 20:46:37','2021-01-20 12:46:37'),(51512,20081,'action started via WP Cron','2021-01-20 20:47:39','2021-01-20 12:47:39'),(51513,20081,'action complete via WP Cron','2021-01-20 20:47:39','2021-01-20 12:47:39'),(51514,20082,'action created','2021-01-20 20:47:39','2021-01-20 12:47:39'),(51515,20082,'action started via WP Cron','2021-01-20 20:52:53','2021-01-20 12:52:53'),(51516,20082,'action complete via WP Cron','2021-01-20 20:52:53','2021-01-20 12:52:53'),(51517,20083,'action created','2021-01-20 20:52:53','2021-01-20 12:52:53'),(51518,20083,'action started via WP Cron','2021-01-20 20:55:02','2021-01-20 12:55:02'),(51519,20083,'action complete via WP Cron','2021-01-20 20:55:02','2021-01-20 12:55:02'),(51520,20084,'action created','2021-01-20 20:57:36','2021-01-20 12:57:36'),(51521,20084,'action started via WP Cron','2021-01-20 21:11:37','2021-01-20 13:11:37'),(51522,20084,'action complete via WP Cron','2021-01-20 21:11:37','2021-01-20 13:11:37'),(51523,20085,'action created','2021-01-20 21:11:37','2021-01-20 13:11:37'),(51524,20085,'action started via WP Cron','2021-01-20 21:14:20','2021-01-20 13:14:20'),(51525,20085,'action complete via WP Cron','2021-01-20 21:14:20','2021-01-20 13:14:20'),(51526,20086,'action created','2021-01-20 21:14:20','2021-01-20 13:14:20'),(51527,20086,'action started via WP Cron','2021-01-20 21:14:54','2021-01-20 13:14:54'),(51528,20086,'action complete via WP Cron','2021-01-20 21:14:54','2021-01-20 13:14:54'),(51529,20087,'action created','2021-01-20 21:14:54','2021-01-20 13:14:54'),(51530,20087,'action started via WP Cron','2021-01-20 21:17:15','2021-01-20 13:17:15'),(51531,20087,'action complete via WP Cron','2021-01-20 21:17:15','2021-01-20 13:17:15'),(51532,20088,'action created','2021-01-20 21:17:15','2021-01-20 13:17:15'),(51533,20088,'action started via WP Cron','2021-01-20 21:18:22','2021-01-20 13:18:22'),(51534,20088,'action complete via WP Cron','2021-01-20 21:18:22','2021-01-20 13:18:22'),(51535,20089,'action created','2021-01-20 21:18:22','2021-01-20 13:18:22'),(51536,20089,'action started via WP Cron','2021-01-20 21:19:23','2021-01-20 13:19:23'),(51537,20089,'action complete via WP Cron','2021-01-20 21:19:23','2021-01-20 13:19:23'),(51538,20090,'action created','2021-01-20 21:19:23','2021-01-20 13:19:23'),(51539,20090,'action started via WP Cron','2021-01-20 21:20:18','2021-01-20 13:20:18'),(51540,20090,'action complete via WP Cron','2021-01-20 21:20:18','2021-01-20 13:20:18'),(51541,20091,'action created','2021-01-20 21:20:18','2021-01-20 13:20:18'),(51542,20091,'action started via WP Cron','2021-01-20 21:21:20','2021-01-20 13:21:20'),(51543,20091,'action complete via WP Cron','2021-01-20 21:21:20','2021-01-20 13:21:20'),(51544,20092,'action created','2021-01-20 21:23:27','2021-01-20 13:23:27'),(51545,20092,'action started via WP Cron','2021-01-20 21:24:50','2021-01-20 13:24:50'),(51546,20092,'action complete via WP Cron','2021-01-20 21:24:50','2021-01-20 13:24:50'),(51547,20093,'action created','2021-01-20 21:24:50','2021-01-20 13:24:50'),(51548,20093,'action started via WP Cron','2021-01-20 21:37:08','2021-01-20 13:37:08'),(51549,20093,'action complete via WP Cron','2021-01-20 21:37:08','2021-01-20 13:37:08'),(51550,20094,'action created','2021-01-20 21:37:08','2021-01-20 13:37:08'),(51551,20094,'action started via WP Cron','2021-01-20 21:39:00','2021-01-20 13:39:00'),(51552,20094,'action complete via WP Cron','2021-01-20 21:39:00','2021-01-20 13:39:00'),(51553,20095,'action created','2021-01-20 21:39:00','2021-01-20 13:39:00'),(51554,20095,'action started via WP Cron','2021-01-20 21:44:53','2021-01-20 13:44:53'),(51555,20095,'action complete via WP Cron','2021-01-20 21:44:53','2021-01-20 13:44:53'),(51556,20096,'action created','2021-01-20 21:44:53','2021-01-20 13:44:53'),(51557,20096,'action started via WP Cron','2021-01-20 21:45:52','2021-01-20 13:45:52'),(51558,20096,'action complete via WP Cron','2021-01-20 21:45:52','2021-01-20 13:45:52'),(51559,20097,'action created','2021-01-20 21:45:52','2021-01-20 13:45:52'),(51560,20097,'action started via WP Cron','2021-01-20 21:48:39','2021-01-20 13:48:39'),(51561,20097,'action complete via WP Cron','2021-01-20 21:48:39','2021-01-20 13:48:39'),(51562,20098,'action created','2021-01-20 21:48:39','2021-01-20 13:48:39'),(51563,20098,'action started via WP Cron','2021-01-20 21:49:40','2021-01-20 13:49:40'),(51564,20098,'action complete via WP Cron','2021-01-20 21:49:40','2021-01-20 13:49:40'),(51565,20099,'action created','2021-01-20 21:49:40','2021-01-20 13:49:40'),(51566,20099,'action started via WP Cron','2021-01-20 21:50:42','2021-01-20 13:50:42'),(51567,20099,'action complete via WP Cron','2021-01-20 21:50:42','2021-01-20 13:50:42'),(51568,20100,'action created','2021-01-20 21:50:42','2021-01-20 13:50:42'),(51569,20100,'action started via WP Cron','2021-01-20 21:55:06','2021-01-20 13:55:06'),(51570,20100,'action complete via WP Cron','2021-01-20 21:55:06','2021-01-20 13:55:06'),(51571,20101,'action created','2021-01-20 21:55:06','2021-01-20 13:55:06'),(51572,20101,'action started via WP Cron','2021-01-20 21:56:24','2021-01-20 13:56:24'),(51573,20101,'action complete via WP Cron','2021-01-20 21:56:24','2021-01-20 13:56:24'),(51574,20102,'action created','2021-01-20 21:56:25','2021-01-20 13:56:25'),(51575,20102,'action started via WP Cron','2021-01-20 21:58:43','2021-01-20 13:58:43'),(51576,20102,'action complete via WP Cron','2021-01-20 21:58:43','2021-01-20 13:58:43'),(51577,20103,'action created','2021-01-20 21:58:43','2021-01-20 13:58:43'),(51578,20103,'action started via WP Cron','2021-01-20 22:00:52','2021-01-20 14:00:52'),(51579,20103,'action complete via WP Cron','2021-01-20 22:00:52','2021-01-20 14:00:52'),(51580,20104,'action created','2021-01-20 22:00:52','2021-01-20 14:00:52'),(51581,20104,'action started via WP Cron','2021-01-20 22:03:37','2021-01-20 14:03:37'),(51582,20104,'action complete via WP Cron','2021-01-20 22:03:37','2021-01-20 14:03:37'),(51583,20105,'action created','2021-01-20 22:03:37','2021-01-20 14:03:37'),(51584,20105,'action started via WP Cron','2021-01-20 22:06:47','2021-01-20 14:06:47'),(51585,20105,'action complete via WP Cron','2021-01-20 22:06:47','2021-01-20 14:06:47'),(51586,20106,'action created','2021-01-20 22:06:47','2021-01-20 14:06:47'),(51587,20106,'action started via WP Cron','2021-01-20 22:09:43','2021-01-20 14:09:43'),(51588,20106,'action complete via WP Cron','2021-01-20 22:09:43','2021-01-20 14:09:43'),(51589,20107,'action created','2021-01-20 22:09:43','2021-01-20 14:09:43'),(51590,20107,'action started via WP Cron','2021-01-20 22:17:43','2021-01-20 14:17:43'),(51591,20107,'action complete via WP Cron','2021-01-20 22:17:43','2021-01-20 14:17:43'),(51592,20108,'action created','2021-01-20 22:17:43','2021-01-20 14:17:43'),(51593,20108,'action started via WP Cron','2021-01-20 22:19:28','2021-01-20 14:19:28'),(51594,20108,'action complete via WP Cron','2021-01-20 22:19:28','2021-01-20 14:19:28'),(51595,20109,'action created','2021-01-20 22:19:28','2021-01-20 14:19:28'),(51596,20109,'action started via WP Cron','2021-01-20 22:20:22','2021-01-20 14:20:22'),(51597,20109,'action complete via WP Cron','2021-01-20 22:20:22','2021-01-20 14:20:22'),(51598,20110,'action created','2021-01-20 22:20:22','2021-01-20 14:20:22'),(51599,20110,'action started via WP Cron','2021-01-20 22:22:24','2021-01-20 14:22:24'),(51600,20110,'action complete via WP Cron','2021-01-20 22:22:24','2021-01-20 14:22:24'),(51601,20111,'action created','2021-01-20 22:22:24','2021-01-20 14:22:24'),(51602,20111,'action started via WP Cron','2021-01-20 22:23:03','2021-01-20 14:23:03'),(51603,20111,'action complete via WP Cron','2021-01-20 22:23:03','2021-01-20 14:23:03'),(51604,20112,'action created','2021-01-20 22:23:03','2021-01-20 14:23:03'),(51605,20112,'action started via WP Cron','2021-01-20 22:24:26','2021-01-20 14:24:26'),(51606,20112,'action complete via WP Cron','2021-01-20 22:24:26','2021-01-20 14:24:26'),(51607,20113,'action created','2021-01-20 22:24:26','2021-01-20 14:24:26'),(51608,20113,'action started via WP Cron','2021-01-20 22:43:07','2021-01-20 14:43:07'),(51609,20113,'action complete via WP Cron','2021-01-20 22:43:07','2021-01-20 14:43:07'),(51610,20114,'action created','2021-01-20 22:43:07','2021-01-20 14:43:07'),(51611,20114,'action started via WP Cron','2021-01-20 22:44:46','2021-01-20 14:44:46'),(51612,20114,'action complete via WP Cron','2021-01-20 22:44:46','2021-01-20 14:44:46'),(51613,20115,'action created','2021-01-20 22:44:46','2021-01-20 14:44:46'),(51614,20115,'action started via WP Cron','2021-01-20 22:49:06','2021-01-20 14:49:06'),(51615,20115,'action complete via WP Cron','2021-01-20 22:49:06','2021-01-20 14:49:06'),(51616,20116,'action created','2021-01-20 22:49:06','2021-01-20 14:49:06'),(51617,20116,'action started via WP Cron','2021-01-20 22:51:15','2021-01-20 14:51:15'),(51618,20116,'action complete via WP Cron','2021-01-20 22:51:15','2021-01-20 14:51:15'),(51619,20117,'action created','2021-01-20 22:51:16','2021-01-20 14:51:16'),(51620,20117,'action started via WP Cron','2021-01-20 22:54:09','2021-01-20 14:54:09'),(51621,20117,'action complete via WP Cron','2021-01-20 22:54:09','2021-01-20 14:54:09'),(51622,20118,'action created','2021-01-20 22:54:09','2021-01-20 14:54:09'),(51623,20118,'action started via WP Cron','2021-01-20 23:00:41','2021-01-20 15:00:41'),(51624,20118,'action complete via WP Cron','2021-01-20 23:00:41','2021-01-20 15:00:41'),(51625,20119,'action created','2021-01-20 23:00:41','2021-01-20 15:00:41'),(51626,20119,'action started via WP Cron','2021-01-20 23:03:11','2021-01-20 15:03:11'),(51627,20119,'action complete via WP Cron','2021-01-20 23:03:11','2021-01-20 15:03:11'),(51628,20120,'action created','2021-01-20 23:03:12','2021-01-20 15:03:12'),(51629,20120,'action started via WP Cron','2021-01-20 23:07:27','2021-01-20 15:07:27'),(51630,20120,'action complete via WP Cron','2021-01-20 23:07:27','2021-01-20 15:07:27'),(51631,20121,'action created','2021-01-20 23:07:27','2021-01-20 15:07:27'),(51632,20121,'action started via WP Cron','2021-01-20 23:13:19','2021-01-20 15:13:19'),(51633,20121,'action complete via WP Cron','2021-01-20 23:13:19','2021-01-20 15:13:19'),(51634,20122,'action created','2021-01-20 23:13:20','2021-01-20 15:13:20'),(51635,20122,'action started via WP Cron','2021-01-20 23:14:27','2021-01-20 15:14:27'),(51636,20122,'action complete via WP Cron','2021-01-20 23:14:27','2021-01-20 15:14:27'),(51637,20123,'action created','2021-01-20 23:14:27','2021-01-20 15:14:27'),(51638,20123,'action started via WP Cron','2021-01-20 23:16:57','2021-01-20 15:16:57'),(51639,20123,'action complete via WP Cron','2021-01-20 23:16:57','2021-01-20 15:16:57'),(51640,20124,'action created','2021-01-20 23:16:57','2021-01-20 15:16:57'),(51641,20124,'action started via WP Cron','2021-01-20 23:18:19','2021-01-20 15:18:19'),(51642,20124,'action complete via WP Cron','2021-01-20 23:18:19','2021-01-20 15:18:19'),(51643,20125,'action created','2021-01-20 23:18:19','2021-01-20 15:18:19'),(51644,20125,'action started via WP Cron','2021-01-20 23:20:04','2021-01-20 15:20:04'),(51645,20125,'action complete via WP Cron','2021-01-20 23:20:04','2021-01-20 15:20:04'),(51646,20126,'action created','2021-01-20 23:20:04','2021-01-20 15:20:04'),(51647,20126,'action started via WP Cron','2021-01-20 23:21:29','2021-01-20 15:21:29'),(51648,20126,'action complete via WP Cron','2021-01-20 23:21:29','2021-01-20 15:21:29'),(51649,20127,'action created','2021-01-20 23:21:29','2021-01-20 15:21:29'),(51650,20127,'action started via WP Cron','2021-01-20 23:22:30','2021-01-20 15:22:30'),(51651,20127,'action complete via WP Cron','2021-01-20 23:22:30','2021-01-20 15:22:30'),(51652,20128,'action created','2021-01-20 23:22:30','2021-01-20 15:22:30'),(51653,20128,'action started via WP Cron','2021-01-20 23:22:42','2021-01-20 15:22:42'),(51654,20128,'action complete via WP Cron','2021-01-20 23:22:42','2021-01-20 15:22:42'),(51655,20129,'action created','2021-01-20 23:22:43','2021-01-20 15:22:43'),(51656,20129,'action started via WP Cron','2021-01-20 23:24:28','2021-01-20 15:24:28'),(51657,20129,'action complete via WP Cron','2021-01-20 23:24:28','2021-01-20 15:24:28'),(51658,20130,'action created','2021-01-20 23:24:28','2021-01-20 15:24:28'),(51659,20130,'action started via WP Cron','2021-01-20 23:26:17','2021-01-20 15:26:17'),(51660,20130,'action complete via WP Cron','2021-01-20 23:26:17','2021-01-20 15:26:17'),(51661,20131,'action created','2021-01-20 23:26:17','2021-01-20 15:26:17'),(51662,20131,'action started via WP Cron','2021-01-20 23:29:07','2021-01-20 15:29:07'),(51663,20131,'action complete via WP Cron','2021-01-20 23:29:07','2021-01-20 15:29:07'),(51664,20132,'action created','2021-01-20 23:29:07','2021-01-20 15:29:07'),(51665,20132,'action started via WP Cron','2021-01-20 23:29:51','2021-01-20 15:29:51'),(51666,20132,'action complete via WP Cron','2021-01-20 23:29:51','2021-01-20 15:29:51'),(51667,20133,'action created','2021-01-20 23:29:51','2021-01-20 15:29:51'),(51668,20133,'action started via WP Cron','2021-01-20 23:30:51','2021-01-20 15:30:51'),(51669,20133,'action complete via WP Cron','2021-01-20 23:30:51','2021-01-20 15:30:51'),(51670,20134,'action created','2021-01-20 23:30:51','2021-01-20 15:30:51'),(51671,20134,'action started via WP Cron','2021-01-20 23:31:57','2021-01-20 15:31:57'),(51672,20134,'action complete via WP Cron','2021-01-20 23:31:57','2021-01-20 15:31:57'),(51673,20135,'action created','2021-01-20 23:31:57','2021-01-20 15:31:57'),(51674,20135,'action started via WP Cron','2021-01-20 23:32:41','2021-01-20 15:32:41'),(51675,20135,'action complete via WP Cron','2021-01-20 23:32:41','2021-01-20 15:32:41'),(51676,20136,'action created','2021-01-20 23:32:41','2021-01-20 15:32:41'),(51677,20136,'action started via WP Cron','2021-01-20 23:33:50','2021-01-20 15:33:50'),(51678,20136,'action complete via WP Cron','2021-01-20 23:33:50','2021-01-20 15:33:50'),(51679,20137,'action created','2021-01-20 23:33:50','2021-01-20 15:33:50'),(51680,20137,'action started via WP Cron','2021-01-20 23:34:54','2021-01-20 15:34:54'),(51681,20137,'action complete via WP Cron','2021-01-20 23:34:54','2021-01-20 15:34:54'),(51682,20138,'action created','2021-01-20 23:34:54','2021-01-20 15:34:54'),(51683,20138,'action started via WP Cron','2021-01-20 23:35:42','2021-01-20 15:35:42'),(51684,20138,'action complete via WP Cron','2021-01-20 23:35:42','2021-01-20 15:35:42'),(51685,20139,'action created','2021-01-20 23:35:43','2021-01-20 15:35:43'),(51686,20139,'action started via WP Cron','2021-01-20 23:36:44','2021-01-20 15:36:44'),(51687,20139,'action complete via WP Cron','2021-01-20 23:36:44','2021-01-20 15:36:44'),(51688,20140,'action created','2021-01-20 23:36:44','2021-01-20 15:36:44'),(51689,20140,'action started via WP Cron','2021-01-20 23:37:47','2021-01-20 15:37:47'),(51690,20140,'action complete via WP Cron','2021-01-20 23:37:47','2021-01-20 15:37:47'),(51691,20141,'action created','2021-01-20 23:37:47','2021-01-20 15:37:47'),(51692,20141,'action started via WP Cron','2021-01-20 23:38:47','2021-01-20 15:38:47'),(51693,20141,'action complete via WP Cron','2021-01-20 23:38:47','2021-01-20 15:38:47'),(51694,20142,'action created','2021-01-20 23:38:47','2021-01-20 15:38:47'),(51695,20142,'action started via WP Cron','2021-01-20 23:39:46','2021-01-20 15:39:46'),(51696,20142,'action complete via WP Cron','2021-01-20 23:39:46','2021-01-20 15:39:46'),(51697,20143,'action created','2021-01-20 23:39:46','2021-01-20 15:39:46'),(51698,20143,'action started via WP Cron','2021-01-20 23:40:48','2021-01-20 15:40:48'),(51699,20143,'action complete via WP Cron','2021-01-20 23:40:48','2021-01-20 15:40:48'),(51700,20144,'action created','2021-01-20 23:40:49','2021-01-20 15:40:49'),(51701,20144,'action started via WP Cron','2021-01-20 23:41:47','2021-01-20 15:41:47'),(51702,20144,'action complete via WP Cron','2021-01-20 23:41:47','2021-01-20 15:41:47'),(51703,20145,'action created','2021-01-20 23:41:47','2021-01-20 15:41:47'),(51704,20145,'action started via WP Cron','2021-01-20 23:42:44','2021-01-20 15:42:44'),(51705,20145,'action complete via WP Cron','2021-01-20 23:42:44','2021-01-20 15:42:44'),(51706,20146,'action created','2021-01-20 23:42:44','2021-01-20 15:42:44'),(51707,20146,'action started via WP Cron','2021-01-20 23:43:41','2021-01-20 15:43:41'),(51708,20146,'action complete via WP Cron','2021-01-20 23:43:41','2021-01-20 15:43:41'),(51709,20147,'action created','2021-01-20 23:43:41','2021-01-20 15:43:41'),(51710,20147,'action started via WP Cron','2021-01-20 23:44:46','2021-01-20 15:44:46'),(51711,20147,'action complete via WP Cron','2021-01-20 23:44:46','2021-01-20 15:44:46'),(51712,20148,'action created','2021-01-20 23:44:46','2021-01-20 15:44:46'),(51713,20148,'action started via WP Cron','2021-01-20 23:45:44','2021-01-20 15:45:44'),(51714,20148,'action complete via WP Cron','2021-01-20 23:45:44','2021-01-20 15:45:44'),(51715,20149,'action created','2021-01-20 23:45:44','2021-01-20 15:45:44'),(51716,20149,'action started via WP Cron','2021-01-20 23:46:51','2021-01-20 15:46:51'),(51717,20149,'action complete via WP Cron','2021-01-20 23:46:51','2021-01-20 15:46:51'),(51718,20150,'action created','2021-01-20 23:46:51','2021-01-20 15:46:51'),(51719,20150,'action started via WP Cron','2021-01-20 23:47:48','2021-01-20 15:47:48'),(51720,20150,'action complete via WP Cron','2021-01-20 23:47:48','2021-01-20 15:47:48'),(51721,20151,'action created','2021-01-20 23:47:49','2021-01-20 15:47:49'),(51722,20151,'action started via WP Cron','2021-01-20 23:49:17','2021-01-20 15:49:17'),(51723,20151,'action complete via WP Cron','2021-01-20 23:49:17','2021-01-20 15:49:17'),(51724,20152,'action created','2021-01-20 23:49:17','2021-01-20 15:49:17'),(51725,20152,'action started via WP Cron','2021-01-20 23:50:17','2021-01-20 15:50:17'),(51726,20152,'action complete via WP Cron','2021-01-20 23:50:17','2021-01-20 15:50:17'),(51727,20153,'action created','2021-01-20 23:50:18','2021-01-20 15:50:18'),(51728,20153,'action started via WP Cron','2021-01-20 23:54:08','2021-01-20 15:54:08'),(51729,20153,'action complete via WP Cron','2021-01-20 23:54:08','2021-01-20 15:54:08'),(51730,20154,'action created','2021-01-20 23:54:08','2021-01-20 15:54:08'),(51731,20154,'action started via WP Cron','2021-01-20 23:55:09','2021-01-20 15:55:09'),(51732,20154,'action complete via WP Cron','2021-01-20 23:55:09','2021-01-20 15:55:09'),(51733,20155,'action created','2021-01-20 23:55:10','2021-01-20 15:55:10'),(51734,20155,'action started via WP Cron','2021-01-21 00:02:23','2021-01-20 16:02:23'),(51735,20155,'action complete via WP Cron','2021-01-21 00:02:23','2021-01-20 16:02:23'),(51736,20156,'action created','2021-01-21 00:02:23','2021-01-20 16:02:23'),(51737,20156,'action started via WP Cron','2021-01-21 00:03:55','2021-01-20 16:03:55'),(51738,20156,'action complete via WP Cron','2021-01-21 00:03:55','2021-01-20 16:03:55'),(51739,20157,'action created','2021-01-21 00:03:56','2021-01-20 16:03:56'),(51740,20157,'action started via WP Cron','2021-01-21 00:12:34','2021-01-20 16:12:34'),(51741,20157,'action complete via WP Cron','2021-01-21 00:12:34','2021-01-20 16:12:34'),(51742,20158,'action created','2021-01-21 00:12:35','2021-01-20 16:12:35'),(51743,20158,'action started via WP Cron','2021-01-21 00:13:34','2021-01-20 16:13:34'),(51744,20158,'action complete via WP Cron','2021-01-21 00:13:34','2021-01-20 16:13:34'),(51745,20159,'action created','2021-01-21 00:13:34','2021-01-20 16:13:34'),(51746,20159,'action started via WP Cron','2021-01-21 00:14:03','2021-01-20 16:14:03'),(51747,20159,'action complete via WP Cron','2021-01-21 00:14:03','2021-01-20 16:14:03'),(51748,20160,'action created','2021-01-21 00:14:03','2021-01-20 16:14:03'),(51749,20160,'action started via WP Cron','2021-01-21 00:15:36','2021-01-20 16:15:36'),(51750,20160,'action complete via WP Cron','2021-01-21 00:15:36','2021-01-20 16:15:36'),(51751,20161,'action created','2021-01-21 00:15:37','2021-01-20 16:15:37'),(51752,20161,'action started via WP Cron','2021-01-21 00:16:37','2021-01-20 16:16:37'),(51753,20161,'action complete via WP Cron','2021-01-21 00:16:37','2021-01-20 16:16:37'),(51754,20162,'action created','2021-01-21 00:16:37','2021-01-20 16:16:37'),(51755,20162,'action started via WP Cron','2021-01-21 00:17:29','2021-01-20 16:17:29'),(51756,20162,'action complete via WP Cron','2021-01-21 00:17:29','2021-01-20 16:17:29'),(51757,20163,'action created','2021-01-21 00:17:29','2021-01-20 16:17:29'),(51758,20163,'action started via WP Cron','2021-01-21 00:17:41','2021-01-20 16:17:41'),(51759,20163,'action complete via WP Cron','2021-01-21 00:17:41','2021-01-20 16:17:41'),(51760,20164,'action created','2021-01-21 00:17:42','2021-01-20 16:17:42'),(51761,20164,'action started via WP Cron','2021-01-21 00:22:36','2021-01-20 16:22:36'),(51762,20164,'action complete via WP Cron','2021-01-21 00:22:36','2021-01-20 16:22:36'),(51763,20165,'action created','2021-01-21 00:22:36','2021-01-20 16:22:36'),(51764,20165,'action started via WP Cron','2021-01-21 00:23:30','2021-01-20 16:23:30'),(51765,20165,'action complete via WP Cron','2021-01-21 00:23:30','2021-01-20 16:23:30'),(51766,20166,'action created','2021-01-21 00:23:30','2021-01-20 16:23:30'),(51767,20166,'action started via WP Cron','2021-01-21 00:24:31','2021-01-20 16:24:31'),(51768,20166,'action complete via WP Cron','2021-01-21 00:24:31','2021-01-20 16:24:31'),(51769,20167,'action created','2021-01-21 00:24:31','2021-01-20 16:24:31'),(51770,20167,'action started via WP Cron','2021-01-21 00:30:26','2021-01-20 16:30:26'),(51771,20167,'action complete via WP Cron','2021-01-21 00:30:26','2021-01-20 16:30:26'),(51772,20168,'action created','2021-01-21 00:30:26','2021-01-20 16:30:26'),(51773,20168,'action started via WP Cron','2021-01-21 00:31:35','2021-01-20 16:31:35'),(51774,20168,'action complete via WP Cron','2021-01-21 00:31:35','2021-01-20 16:31:35'),(51775,20169,'action created','2021-01-21 00:31:35','2021-01-20 16:31:35'),(51776,20169,'action started via WP Cron','2021-01-21 00:34:48','2021-01-20 16:34:48'),(51777,20169,'action complete via WP Cron','2021-01-21 00:34:48','2021-01-20 16:34:48'),(51778,20170,'action created','2021-01-21 00:34:49','2021-01-20 16:34:49'),(51779,20170,'action started via WP Cron','2021-01-21 00:36:56','2021-01-20 16:36:56'),(51780,20170,'action complete via WP Cron','2021-01-21 00:36:56','2021-01-20 16:36:56'),(51781,20171,'action created','2021-01-21 00:36:56','2021-01-20 16:36:56'),(51782,20171,'action started via WP Cron','2021-01-21 00:40:17','2021-01-20 16:40:17'),(51783,20171,'action complete via WP Cron','2021-01-21 00:40:17','2021-01-20 16:40:17'),(51784,20172,'action created','2021-01-21 00:40:17','2021-01-20 16:40:17'),(51785,20172,'action started via WP Cron','2021-01-21 00:58:09','2021-01-20 16:58:09'),(51786,20172,'action complete via WP Cron','2021-01-21 00:58:09','2021-01-20 16:58:09'),(51787,20173,'action created','2021-01-21 00:58:09','2021-01-20 16:58:09'),(51788,20173,'action started via WP Cron','2021-01-21 00:59:48','2021-01-20 16:59:48'),(51789,20173,'action complete via WP Cron','2021-01-21 00:59:48','2021-01-20 16:59:48'),(51790,20174,'action created','2021-01-21 00:59:48','2021-01-20 16:59:48'),(51791,20174,'action started via WP Cron','2021-01-21 01:00:47','2021-01-20 17:00:47'),(51792,20174,'action complete via WP Cron','2021-01-21 01:00:47','2021-01-20 17:00:47'),(51793,20175,'action created','2021-01-21 01:00:48','2021-01-20 17:00:48'),(51794,20175,'action started via WP Cron','2021-01-21 01:04:28','2021-01-20 17:04:28'),(51795,20175,'action complete via WP Cron','2021-01-21 01:04:28','2021-01-20 17:04:28'),(51796,20176,'action created','2021-01-21 01:04:28','2021-01-20 17:04:28'),(51797,20176,'action started via WP Cron','2021-01-21 01:08:41','2021-01-20 17:08:41'),(51798,20176,'action complete via WP Cron','2021-01-21 01:08:41','2021-01-20 17:08:41'),(51799,20177,'action created','2021-01-21 01:08:41','2021-01-20 17:08:41'),(51800,20177,'action started via Async Request','2021-01-21 01:08:52','2021-01-20 17:08:52'),(51801,20177,'action complete via Async Request','2021-01-21 01:08:52','2021-01-20 17:08:52'),(51802,20178,'action created','2021-01-21 01:08:56','2021-01-20 17:08:56'),(51803,20178,'action started via WP Cron','2021-01-21 01:09:41','2021-01-20 17:09:41'),(51804,20178,'action complete via WP Cron','2021-01-21 01:09:41','2021-01-20 17:09:41'),(51805,20179,'action created','2021-01-21 01:09:41','2021-01-20 17:09:41'),(51806,20179,'action started via WP Cron','2021-01-21 01:11:14','2021-01-20 17:11:14'),(51807,20179,'action complete via WP Cron','2021-01-21 01:11:14','2021-01-20 17:11:14'),(51808,20180,'action created','2021-01-21 01:11:16','2021-01-20 17:11:16'),(51809,20180,'action started via WP Cron','2021-01-21 01:16:32','2021-01-20 17:16:32'),(51810,20180,'action complete via WP Cron','2021-01-21 01:16:32','2021-01-20 17:16:32'),(51811,20181,'action created','2021-01-21 01:16:32','2021-01-20 17:16:32'),(51812,20181,'action started via WP Cron','2021-01-21 01:17:32','2021-01-20 17:17:32'),(51813,20181,'action complete via WP Cron','2021-01-21 01:17:32','2021-01-20 17:17:32'),(51814,20182,'action created','2021-01-21 01:17:32','2021-01-20 17:17:32'),(51815,20182,'action started via WP Cron','2021-01-21 01:18:08','2021-01-20 17:18:08'),(51816,20182,'action complete via WP Cron','2021-01-21 01:18:08','2021-01-20 17:18:08'),(51817,20183,'action created','2021-01-21 01:18:08','2021-01-20 17:18:08'),(51818,20183,'action started via WP Cron','2021-01-21 01:18:43','2021-01-20 17:18:43'),(51819,20183,'action complete via WP Cron','2021-01-21 01:18:43','2021-01-20 17:18:43'),(51820,20184,'action created','2021-01-21 01:18:43','2021-01-20 17:18:43'),(51821,20184,'action started via WP Cron','2021-01-21 01:20:39','2021-01-20 17:20:39'),(51822,20184,'action complete via WP Cron','2021-01-21 01:20:39','2021-01-20 17:20:39'),(51823,20185,'action created','2021-01-21 01:20:39','2021-01-20 17:20:39'),(51824,20185,'action started via WP Cron','2021-01-21 01:21:42','2021-01-20 17:21:42'),(51825,20185,'action complete via WP Cron','2021-01-21 01:21:42','2021-01-20 17:21:42'),(51826,20186,'action created','2021-01-21 01:21:42','2021-01-20 17:21:42'),(51827,20186,'action started via WP Cron','2021-01-21 01:23:31','2021-01-20 17:23:31'),(51828,20186,'action complete via WP Cron','2021-01-21 01:23:31','2021-01-20 17:23:31'),(51829,20187,'action created','2021-01-21 01:23:31','2021-01-20 17:23:31'),(51830,20187,'action started via WP Cron','2021-01-21 01:23:53','2021-01-20 17:23:53'),(51831,20187,'action complete via WP Cron','2021-01-21 01:23:53','2021-01-20 17:23:53'),(51832,20188,'action created','2021-01-21 01:23:53','2021-01-20 17:23:53'),(51833,20188,'action started via WP Cron','2021-01-21 01:25:32','2021-01-20 17:25:32'),(51834,20188,'action complete via WP Cron','2021-01-21 01:25:32','2021-01-20 17:25:32'),(51835,20189,'action created','2021-01-21 01:30:39','2021-01-20 17:30:39'),(51836,20189,'action started via WP Cron','2021-01-21 01:31:17','2021-01-20 17:31:17'),(51837,20189,'action complete via WP Cron','2021-01-21 01:31:17','2021-01-20 17:31:17'),(51838,20190,'action created','2021-01-21 01:31:17','2021-01-20 17:31:17'),(51839,20190,'action started via WP Cron','2021-01-21 01:35:30','2021-01-20 17:35:30'),(51840,20190,'action complete via WP Cron','2021-01-21 01:35:30','2021-01-20 17:35:30'),(51841,20191,'action created','2021-01-21 01:35:30','2021-01-20 17:35:30'),(51842,20191,'action started via WP Cron','2021-01-21 01:36:44','2021-01-20 17:36:44'),(51843,20191,'action complete via WP Cron','2021-01-21 01:36:44','2021-01-20 17:36:44'),(51844,20192,'action created','2021-01-21 01:36:44','2021-01-20 17:36:44'),(51845,20192,'action started via WP Cron','2021-01-21 01:57:26','2021-01-20 17:57:26'),(51846,20192,'action complete via WP Cron','2021-01-21 01:57:26','2021-01-20 17:57:26'),(51847,20193,'action created','2021-01-21 01:57:27','2021-01-20 17:57:27'),(51848,20193,'action started via WP Cron','2021-01-21 01:58:29','2021-01-20 17:58:29'),(51849,20193,'action complete via WP Cron','2021-01-21 01:58:29','2021-01-20 17:58:29'),(51850,20194,'action created','2021-01-21 01:58:29','2021-01-20 17:58:29'),(51851,20194,'action started via WP Cron','2021-01-21 01:59:56','2021-01-20 17:59:56'),(51852,20194,'action complete via WP Cron','2021-01-21 01:59:56','2021-01-20 17:59:56'),(51853,20195,'action created','2021-01-21 01:59:56','2021-01-20 17:59:56'),(51854,20195,'action started via WP Cron','2021-01-21 02:05:36','2021-01-20 18:05:36'),(51855,20195,'action complete via WP Cron','2021-01-21 02:05:36','2021-01-20 18:05:36'),(51856,20196,'action created','2021-01-21 02:05:36','2021-01-20 18:05:36'),(51857,20196,'action started via WP Cron','2021-01-21 02:17:10','2021-01-20 18:17:10'),(51858,20196,'action complete via WP Cron','2021-01-21 02:17:10','2021-01-20 18:17:10'),(51859,20197,'action created','2021-01-21 02:17:10','2021-01-20 18:17:10'),(51860,20197,'action started via WP Cron','2021-01-21 02:19:19','2021-01-20 18:19:19'),(51861,20197,'action complete via WP Cron','2021-01-21 02:19:19','2021-01-20 18:19:19'),(51862,20198,'action created','2021-01-21 02:19:20','2021-01-20 18:19:20'),(51863,20198,'action started via WP Cron','2021-01-21 02:19:43','2021-01-20 18:19:43'),(51864,20198,'action complete via WP Cron','2021-01-21 02:19:43','2021-01-20 18:19:43'),(51865,20199,'action created','2021-01-21 02:19:43','2021-01-20 18:19:43'),(51866,20199,'action started via WP Cron','2021-01-21 02:22:57','2021-01-20 18:22:57'),(51867,20199,'action complete via WP Cron','2021-01-21 02:22:57','2021-01-20 18:22:57'),(51868,20200,'action created','2021-01-21 02:22:57','2021-01-20 18:22:57'),(51869,20200,'action started via WP Cron','2021-01-21 02:25:38','2021-01-20 18:25:38'),(51870,20200,'action complete via WP Cron','2021-01-21 02:25:38','2021-01-20 18:25:38'),(51871,20201,'action created','2021-01-21 02:25:38','2021-01-20 18:25:38'),(51872,20201,'action started via WP Cron','2021-01-21 02:26:01','2021-01-20 18:26:01'),(51873,20201,'action complete via WP Cron','2021-01-21 02:26:01','2021-01-20 18:26:01'),(51874,20202,'action created','2021-01-21 02:26:01','2021-01-20 18:26:01'),(51875,20202,'action started via WP Cron','2021-01-21 02:27:34','2021-01-20 18:27:34'),(51876,20202,'action complete via WP Cron','2021-01-21 02:27:34','2021-01-20 18:27:34'),(51877,20203,'action created','2021-01-21 02:27:34','2021-01-20 18:27:34'),(51878,20203,'action started via WP Cron','2021-01-21 02:27:51','2021-01-20 18:27:51'),(51879,20203,'action complete via WP Cron','2021-01-21 02:27:51','2021-01-20 18:27:51'),(51880,20204,'action created','2021-01-21 02:27:51','2021-01-20 18:27:51'),(51881,20204,'action started via WP Cron','2021-01-21 02:29:46','2021-01-20 18:29:46'),(51882,20204,'action complete via WP Cron','2021-01-21 02:29:46','2021-01-20 18:29:46'),(51883,20205,'action created','2021-01-21 02:29:46','2021-01-20 18:29:46'),(51884,20205,'action started via WP Cron','2021-01-21 02:46:39','2021-01-20 18:46:39'),(51885,20205,'action complete via WP Cron','2021-01-21 02:46:39','2021-01-20 18:46:39'),(51886,20206,'action created','2021-01-21 02:46:40','2021-01-20 18:46:40'),(51887,20206,'action started via WP Cron','2021-01-21 02:51:05','2021-01-20 18:51:05'),(51888,20206,'action complete via WP Cron','2021-01-21 02:51:05','2021-01-20 18:51:05'),(51889,20207,'action created','2021-01-21 02:51:05','2021-01-20 18:51:05'),(51890,20207,'action started via WP Cron','2021-01-21 02:53:28','2021-01-20 18:53:28'),(51891,20207,'action complete via WP Cron','2021-01-21 02:53:28','2021-01-20 18:53:28'),(51892,20208,'action created','2021-01-21 02:53:28','2021-01-20 18:53:28'),(51893,20208,'action started via WP Cron','2021-01-21 02:58:53','2021-01-20 18:58:53'),(51894,20208,'action complete via WP Cron','2021-01-21 02:58:53','2021-01-20 18:58:53'),(51895,20209,'action created','2021-01-21 02:58:53','2021-01-20 18:58:53'),(51896,20209,'action started via WP Cron','2021-01-21 03:00:38','2021-01-20 19:00:38'),(51897,20209,'action complete via WP Cron','2021-01-21 03:00:38','2021-01-20 19:00:38'),(51898,20210,'action created','2021-01-21 03:00:38','2021-01-20 19:00:38'),(51899,20210,'action started via WP Cron','2021-01-21 03:02:39','2021-01-20 19:02:39'),(51900,20210,'action complete via WP Cron','2021-01-21 03:02:39','2021-01-20 19:02:39'),(51901,20211,'action created','2021-01-21 03:02:39','2021-01-20 19:02:39'),(51902,20211,'action started via WP Cron','2021-01-21 03:02:53','2021-01-20 19:02:53'),(51903,20211,'action complete via WP Cron','2021-01-21 03:02:53','2021-01-20 19:02:53'),(51904,20212,'action created','2021-01-21 03:02:53','2021-01-20 19:02:53'),(51905,20212,'action started via WP Cron','2021-01-21 03:04:41','2021-01-20 19:04:41'),(51906,20212,'action complete via WP Cron','2021-01-21 03:04:41','2021-01-20 19:04:41'),(51907,20213,'action created','2021-01-21 03:04:41','2021-01-20 19:04:41'),(51908,20213,'action started via WP Cron','2021-01-21 03:12:08','2021-01-20 19:12:08'),(51909,20213,'action complete via WP Cron','2021-01-21 03:12:08','2021-01-20 19:12:08'),(51910,20214,'action created','2021-01-21 03:12:08','2021-01-20 19:12:08'),(51911,20214,'action started via WP Cron','2021-01-21 03:13:42','2021-01-20 19:13:42'),(51912,20214,'action complete via WP Cron','2021-01-21 03:13:42','2021-01-20 19:13:42'),(51913,20215,'action created','2021-01-21 03:13:42','2021-01-20 19:13:42'),(51914,20215,'action started via WP Cron','2021-01-21 03:14:43','2021-01-20 19:14:43'),(51915,20215,'action complete via WP Cron','2021-01-21 03:14:43','2021-01-20 19:14:43'),(51916,20216,'action created','2021-01-21 03:14:43','2021-01-20 19:14:43'),(51917,20216,'action started via WP Cron','2021-01-21 03:15:51','2021-01-20 19:15:51'),(51918,20216,'action complete via WP Cron','2021-01-21 03:15:51','2021-01-20 19:15:51'),(51919,20217,'action created','2021-01-21 03:15:51','2021-01-20 19:15:51'),(51920,20217,'action started via WP Cron','2021-01-21 03:17:52','2021-01-20 19:17:52'),(51921,20217,'action complete via WP Cron','2021-01-21 03:17:52','2021-01-20 19:17:52'),(51922,20218,'action created','2021-01-21 03:17:52','2021-01-20 19:17:52'),(51923,20218,'action started via WP Cron','2021-01-21 03:18:53','2021-01-20 19:18:53'),(51924,20218,'action complete via WP Cron','2021-01-21 03:18:53','2021-01-20 19:18:53'),(51925,20219,'action created','2021-01-21 03:18:54','2021-01-20 19:18:54'),(51926,20219,'action started via WP Cron','2021-01-21 03:19:54','2021-01-20 19:19:54'),(51927,20219,'action complete via WP Cron','2021-01-21 03:19:54','2021-01-20 19:19:54'),(51928,20220,'action created','2021-01-21 03:19:54','2021-01-20 19:19:54'),(51929,20220,'action started via WP Cron','2021-01-21 03:24:08','2021-01-20 19:24:08'),(51930,20220,'action complete via WP Cron','2021-01-21 03:24:08','2021-01-20 19:24:08'),(51931,20221,'action created','2021-01-21 03:24:08','2021-01-20 19:24:08'),(51932,20221,'action started via WP Cron','2021-01-21 03:25:39','2021-01-20 19:25:39'),(51933,20221,'action complete via WP Cron','2021-01-21 03:25:39','2021-01-20 19:25:39'),(51934,20222,'action created','2021-01-21 03:25:39','2021-01-20 19:25:39'),(51935,20222,'action started via WP Cron','2021-01-21 03:27:24','2021-01-20 19:27:24'),(51936,20222,'action complete via WP Cron','2021-01-21 03:27:24','2021-01-20 19:27:24'),(51937,20223,'action created','2021-01-21 03:27:24','2021-01-20 19:27:24'),(51938,19685,'action started via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51939,19685,'action complete via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51940,20224,'action created','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51941,19684,'action started via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51942,19684,'action complete via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51943,20225,'action created','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51944,20223,'action started via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51945,20223,'action complete via WP Cron','2021-01-21 03:30:37','2021-01-20 19:30:37'),(51946,20226,'action created','2021-01-21 03:30:38','2021-01-20 19:30:38'),(51947,20226,'action started via WP Cron','2021-01-21 03:31:40','2021-01-20 19:31:40'),(51948,20226,'action complete via WP Cron','2021-01-21 03:31:40','2021-01-20 19:31:40'),(51949,20227,'action created','2021-01-21 03:31:41','2021-01-20 19:31:41'),(51950,20227,'action started via WP Cron','2021-01-21 03:34:30','2021-01-20 19:34:30'),(51951,20227,'action complete via WP Cron','2021-01-21 03:34:30','2021-01-20 19:34:30'),(51952,20228,'action created','2021-01-21 03:34:31','2021-01-20 19:34:31'),(51953,20228,'action started via WP Cron','2021-01-21 03:36:20','2021-01-20 19:36:20'),(51954,20228,'action complete via WP Cron','2021-01-21 03:36:20','2021-01-20 19:36:20'),(51955,20229,'action created','2021-01-21 03:36:20','2021-01-20 19:36:20'),(51956,20229,'action started via WP Cron','2021-01-21 03:38:13','2021-01-20 19:38:13'),(51957,20229,'action complete via WP Cron','2021-01-21 03:38:13','2021-01-20 19:38:13'),(51958,20230,'action created','2021-01-21 03:38:13','2021-01-20 19:38:13'),(51959,20230,'action started via WP Cron','2021-01-21 03:43:31','2021-01-20 19:43:31'),(51960,20230,'action complete via WP Cron','2021-01-21 03:43:31','2021-01-20 19:43:31'),(51961,20231,'action created','2021-01-21 03:43:31','2021-01-20 19:43:31'),(51962,20231,'action started via WP Cron','2021-01-21 03:47:35','2021-01-20 19:47:35'),(51963,20231,'action complete via WP Cron','2021-01-21 03:47:35','2021-01-20 19:47:35'),(51964,20232,'action created','2021-01-21 03:47:35','2021-01-20 19:47:35'),(51965,20232,'action started via WP Cron','2021-01-21 03:51:07','2021-01-20 19:51:07'),(51966,20232,'action complete via WP Cron','2021-01-21 03:51:07','2021-01-20 19:51:07'),(51967,20233,'action created','2021-01-21 03:51:07','2021-01-20 19:51:07'),(51968,20233,'action started via WP Cron','2021-01-21 03:53:55','2021-01-20 19:53:55'),(51969,20233,'action complete via WP Cron','2021-01-21 03:53:55','2021-01-20 19:53:55'),(51970,20234,'action created','2021-01-21 03:53:55','2021-01-20 19:53:55'),(51971,20234,'action started via WP Cron','2021-01-21 03:55:29','2021-01-20 19:55:29'),(51972,20234,'action complete via WP Cron','2021-01-21 03:55:29','2021-01-20 19:55:29'),(51973,20235,'action created','2021-01-21 03:55:29','2021-01-20 19:55:29'),(51974,20235,'action started via WP Cron','2021-01-21 03:57:14','2021-01-20 19:57:14'),(51975,20235,'action complete via WP Cron','2021-01-21 03:57:14','2021-01-20 19:57:14'),(51976,20236,'action created','2021-01-21 03:57:14','2021-01-20 19:57:14'),(51977,20236,'action started via WP Cron','2021-01-21 03:59:07','2021-01-20 19:59:07'),(51978,20236,'action complete via WP Cron','2021-01-21 03:59:07','2021-01-20 19:59:07'),(51979,20237,'action created','2021-01-21 03:59:07','2021-01-20 19:59:07'),(51980,20237,'action started via WP Cron','2021-01-21 04:06:21','2021-01-20 20:06:21'),(51981,20237,'action complete via WP Cron','2021-01-21 04:06:21','2021-01-20 20:06:21'),(51982,20238,'action created','2021-01-21 04:06:21','2021-01-20 20:06:21'),(51983,20238,'action started via WP Cron','2021-01-21 04:07:12','2021-01-20 20:07:12'),(51984,20238,'action complete via WP Cron','2021-01-21 04:07:12','2021-01-20 20:07:12'),(51985,20239,'action created','2021-01-21 04:07:36','2021-01-20 20:07:36'),(51986,20240,'action created','2021-01-21 04:07:36','2021-01-20 20:07:36'),(51987,20239,'action started via WP Cron','2021-01-21 04:11:54','2021-01-20 20:11:54'),(51988,20239,'action complete via WP Cron','2021-01-21 04:11:54','2021-01-20 20:11:54'),(51989,20240,'action started via WP Cron','2021-01-21 04:11:54','2021-01-20 20:11:54'),(51990,20240,'action complete via WP Cron','2021-01-21 04:11:54','2021-01-20 20:11:54'),(51991,20241,'action created','2021-01-21 04:12:12','2021-01-20 20:12:12'),(51992,20241,'action started via WP Cron','2021-01-21 04:13:17','2021-01-20 20:13:17'),(51993,20241,'action complete via WP Cron','2021-01-21 04:13:17','2021-01-20 20:13:17'),(51994,20242,'action created','2021-01-21 04:13:17','2021-01-20 20:13:17'),(51995,20242,'action started via WP Cron','2021-01-21 04:14:18','2021-01-20 20:14:18'),(51996,20242,'action complete via WP Cron','2021-01-21 04:14:18','2021-01-20 20:14:18'),(51997,20243,'action created','2021-01-21 04:14:18','2021-01-20 20:14:18'),(51998,20243,'action started via WP Cron','2021-01-21 04:16:20','2021-01-20 20:16:20'),(51999,20243,'action complete via WP Cron','2021-01-21 04:16:20','2021-01-20 20:16:20'),(52000,20244,'action created','2021-01-21 04:16:20','2021-01-20 20:16:20'),(52001,20244,'action started via WP Cron','2021-01-21 04:17:22','2021-01-20 20:17:22'),(52002,20244,'action complete via WP Cron','2021-01-21 04:17:22','2021-01-20 20:17:22'),(52003,20245,'action created','2021-01-21 04:17:22','2021-01-20 20:17:22'),(52004,20245,'action started via WP Cron','2021-01-21 04:18:23','2021-01-20 20:18:23'),(52005,20245,'action complete via WP Cron','2021-01-21 04:18:23','2021-01-20 20:18:23'),(52006,20246,'action created','2021-01-21 04:18:23','2021-01-20 20:18:23'),(52007,20246,'action started via WP Cron','2021-01-21 04:20:42','2021-01-20 20:20:42'),(52008,20246,'action complete via WP Cron','2021-01-21 04:20:42','2021-01-20 20:20:42'),(52009,20247,'action created','2021-01-21 04:20:42','2021-01-20 20:20:42'),(52010,20247,'action started via WP Cron','2021-01-21 04:28:04','2021-01-20 20:28:04'),(52011,20247,'action complete via WP Cron','2021-01-21 04:28:04','2021-01-20 20:28:04'),(52012,20248,'action created','2021-01-21 04:28:04','2021-01-20 20:28:04'),(52013,20248,'action started via WP Cron','2021-01-21 04:29:18','2021-01-20 20:29:18'),(52014,20248,'action complete via WP Cron','2021-01-21 04:29:18','2021-01-20 20:29:18'),(52015,20249,'action created','2021-01-21 04:29:18','2021-01-20 20:29:18'),(52016,20249,'action started via WP Cron','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52017,20249,'action complete via WP Cron','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52018,19719,'action started via WP Cron','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52019,19719,'action complete via WP Cron','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52020,20250,'action created','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52021,20251,'action created','2021-01-21 04:48:11','2021-01-20 20:48:11'),(52022,20251,'action started via WP Cron','2021-01-21 04:50:04','2021-01-20 20:50:04'),(52023,20251,'action complete via WP Cron','2021-01-21 04:50:04','2021-01-20 20:50:04'),(52024,20252,'action created','2021-01-21 04:50:04','2021-01-20 20:50:04'),(52028,20253,'action started via WP Cron','2021-01-21 05:02:36','2021-01-20 21:02:36'),(52029,20253,'action complete via WP Cron','2021-01-21 05:02:36','2021-01-20 21:02:36'),(52030,20254,'action created','2021-01-21 05:02:36','2021-01-20 21:02:36'),(52031,20254,'action started via WP Cron','2021-01-21 05:06:40','2021-01-20 21:06:40'),(52032,20254,'action complete via WP Cron','2021-01-21 05:06:40','2021-01-20 21:06:40'),(52033,20255,'action created','2021-01-21 05:06:40','2021-01-20 21:06:40'),(52034,20255,'action started via WP Cron','2021-01-21 05:15:28','2021-01-20 21:15:28'),(52035,20255,'action complete via WP Cron','2021-01-21 05:15:28','2021-01-20 21:15:28'),(52036,20256,'action created','2021-01-21 05:15:28','2021-01-20 21:15:28'),(52037,20256,'action started via WP Cron','2021-01-21 05:18:33','2021-01-20 21:18:33'),(52038,20256,'action complete via WP Cron','2021-01-21 05:18:33','2021-01-20 21:18:33'),(52039,20257,'action created','2021-01-21 05:18:33','2021-01-20 21:18:33'),(52040,20257,'action started via WP Cron','2021-01-21 05:19:34','2021-01-20 21:19:34'),(52041,20257,'action complete via WP Cron','2021-01-21 05:19:34','2021-01-20 21:19:34'),(52042,20258,'action created','2021-01-21 05:19:34','2021-01-20 21:19:34'),(52043,20258,'action started via WP Cron','2021-01-21 05:20:35','2021-01-20 21:20:35'),(52044,20258,'action complete via WP Cron','2021-01-21 05:20:35','2021-01-20 21:20:35'),(52045,20259,'action created','2021-01-21 05:20:35','2021-01-20 21:20:35'),(52046,20259,'action started via WP Cron','2021-01-21 05:22:37','2021-01-20 21:22:37'),(52047,20259,'action complete via WP Cron','2021-01-21 05:22:37','2021-01-20 21:22:37'),(52048,20260,'action created','2021-01-21 05:22:37','2021-01-20 21:22:37'),(52049,20260,'action started via WP Cron','2021-01-21 05:23:37','2021-01-20 21:23:37'),(52050,20260,'action complete via WP Cron','2021-01-21 05:23:37','2021-01-20 21:23:37'),(52051,20261,'action created','2021-01-21 05:23:38','2021-01-20 21:23:38'),(52052,20261,'action started via WP Cron','2021-01-21 05:24:39','2021-01-20 21:24:39'),(52053,20261,'action complete via WP Cron','2021-01-21 05:24:39','2021-01-20 21:24:39'),(52054,20262,'action created','2021-01-21 05:24:39','2021-01-20 21:24:39'),(52055,20262,'action started via WP Cron','2021-01-21 05:33:46','2021-01-20 21:33:46'),(52056,20262,'action complete via WP Cron','2021-01-21 05:33:46','2021-01-20 21:33:46'),(52057,20263,'action created','2021-01-21 05:33:47','2021-01-20 21:33:47'),(52058,20263,'action started via WP Cron','2021-01-21 05:39:00','2021-01-20 21:39:00'),(52059,20263,'action complete via WP Cron','2021-01-21 05:39:00','2021-01-20 21:39:00'),(52060,20264,'action created','2021-01-21 05:39:00','2021-01-20 21:39:00'),(52061,20264,'action started via WP Cron','2021-01-21 05:41:14','2021-01-20 21:41:14'),(52062,20264,'action complete via WP Cron','2021-01-21 05:41:14','2021-01-20 21:41:14'),(52063,20265,'action created','2021-01-21 05:41:14','2021-01-20 21:41:14'),(52067,20266,'action started via WP Cron','2021-01-21 06:02:44','2021-01-20 22:02:44'),(52068,20266,'action complete via WP Cron','2021-01-21 06:02:44','2021-01-20 22:02:44'),(52069,20267,'action created','2021-01-21 06:02:44','2021-01-20 22:02:44'),(52070,20267,'action started via WP Cron','2021-01-21 06:03:43','2021-01-20 22:03:43'),(52071,20267,'action complete via WP Cron','2021-01-21 06:03:43','2021-01-20 22:03:43'),(52072,20268,'action created','2021-01-21 06:03:43','2021-01-20 22:03:43'),(52073,20268,'action started via WP Cron','2021-01-21 06:04:41','2021-01-20 22:04:41'),(52074,20268,'action complete via WP Cron','2021-01-21 06:04:41','2021-01-20 22:04:41'),(52075,20269,'action created','2021-01-21 06:04:41','2021-01-20 22:04:41'),(52076,20269,'action started via WP Cron','2021-01-21 06:06:35','2021-01-20 22:06:35'),(52077,20269,'action complete via WP Cron','2021-01-21 06:06:35','2021-01-20 22:06:35'),(52078,20270,'action created','2021-01-21 06:06:36','2021-01-20 22:06:36'),(52079,20270,'action started via WP Cron','2021-01-21 06:18:11','2021-01-20 22:18:11'),(52080,20270,'action complete via WP Cron','2021-01-21 06:18:11','2021-01-20 22:18:11'),(52081,20271,'action created','2021-01-21 06:18:11','2021-01-20 22:18:11'),(52082,20271,'action started via WP Cron','2021-01-21 06:32:23','2021-01-20 22:32:23'),(52083,20271,'action complete via WP Cron','2021-01-21 06:32:23','2021-01-20 22:32:23'),(52084,20272,'action created','2021-01-21 06:32:23','2021-01-20 22:32:23'),(52085,20272,'action started via WP Cron','2021-01-21 06:33:09','2021-01-20 22:33:09'),(52086,20272,'action complete via WP Cron','2021-01-21 06:33:09','2021-01-20 22:33:09'),(52087,20273,'action created','2021-01-21 06:33:09','2021-01-20 22:33:09'),(52088,20273,'action started via WP Cron','2021-01-21 06:35:23','2021-01-20 22:35:23'),(52089,20273,'action complete via WP Cron','2021-01-21 06:35:23','2021-01-20 22:35:23'),(52090,20274,'action created','2021-01-21 06:35:23','2021-01-20 22:35:23'),(52091,20274,'action started via WP Cron','2021-01-21 06:54:58','2021-01-20 22:54:58'),(52092,20274,'action complete via WP Cron','2021-01-21 06:54:58','2021-01-20 22:54:58'),(52093,20275,'action created','2021-01-21 06:54:58','2021-01-20 22:54:58'),(52094,20275,'action started via WP Cron','2021-01-21 07:10:27','2021-01-20 23:10:27'),(52095,20275,'action complete via WP Cron','2021-01-21 07:10:27','2021-01-20 23:10:27'),(52096,20276,'action created','2021-01-21 07:10:28','2021-01-20 23:10:28'),(52097,20276,'action started via WP Cron','2021-01-21 07:11:12','2021-01-20 23:11:12'),(52098,20276,'action complete via WP Cron','2021-01-21 07:11:12','2021-01-20 23:11:12'),(52099,20277,'action created','2021-01-21 07:11:12','2021-01-20 23:11:12'),(52100,20277,'action started via WP Cron','2021-01-21 07:15:33','2021-01-20 23:15:33'),(52101,20277,'action complete via WP Cron','2021-01-21 07:15:33','2021-01-20 23:15:33'),(52102,20278,'action created','2021-01-21 07:15:34','2021-01-20 23:15:34'),(52103,20278,'action started via WP Cron','2021-01-21 07:25:18','2021-01-20 23:25:18'),(52104,20278,'action complete via WP Cron','2021-01-21 07:25:18','2021-01-20 23:25:18'),(52105,20279,'action created','2021-01-21 07:25:19','2021-01-20 23:25:19'),(52106,20279,'action started via WP Cron','2021-01-21 07:26:14','2021-01-20 23:26:14'),(52107,20279,'action complete via WP Cron','2021-01-21 07:26:14','2021-01-20 23:26:14'),(52108,20280,'action created','2021-01-21 07:26:14','2021-01-20 23:26:14'),(52109,20280,'action started via WP Cron','2021-01-21 07:30:15','2021-01-20 23:30:15'),(52110,20280,'action complete via WP Cron','2021-01-21 07:30:15','2021-01-20 23:30:15'),(52111,20281,'action created','2021-01-21 07:30:15','2021-01-20 23:30:15'),(52112,20281,'action started via WP Cron','2021-01-21 07:30:51','2021-01-20 23:30:51'),(52113,20281,'action complete via WP Cron','2021-01-21 07:30:51','2021-01-20 23:30:51'),(52114,20282,'action created','2021-01-21 07:30:51','2021-01-20 23:30:51'),(52115,20282,'action started via WP Cron','2021-01-21 07:32:45','2021-01-20 23:32:45'),(52116,20282,'action complete via WP Cron','2021-01-21 07:32:45','2021-01-20 23:32:45'),(52117,20283,'action created','2021-01-21 07:32:45','2021-01-20 23:32:45'),(52118,20283,'action started via WP Cron','2021-01-21 07:35:00','2021-01-20 23:35:00'),(52119,20283,'action complete via WP Cron','2021-01-21 07:35:00','2021-01-20 23:35:00'),(52120,20284,'action created','2021-01-21 07:35:00','2021-01-20 23:35:00'),(52121,20284,'action started via WP Cron','2021-01-21 07:36:10','2021-01-20 23:36:10'),(52122,20284,'action complete via WP Cron','2021-01-21 07:36:10','2021-01-20 23:36:10'),(52123,20285,'action created','2021-01-21 07:36:10','2021-01-20 23:36:10'),(52124,20285,'action started via WP Cron','2021-01-21 07:40:34','2021-01-20 23:40:34'),(52125,20285,'action complete via WP Cron','2021-01-21 07:40:34','2021-01-20 23:40:34'),(52126,20286,'action created','2021-01-21 07:40:34','2021-01-20 23:40:34'),(52127,20286,'action started via WP Cron','2021-01-21 07:42:27','2021-01-20 23:42:27'),(52128,20286,'action complete via WP Cron','2021-01-21 07:42:27','2021-01-20 23:42:27'),(52129,20287,'action created','2021-01-21 07:42:27','2021-01-20 23:42:27'),(52130,20287,'action started via WP Cron','2021-01-21 07:45:02','2021-01-20 23:45:02'),(52131,20287,'action complete via WP Cron','2021-01-21 07:45:02','2021-01-20 23:45:02'),(52132,20288,'action created','2021-01-21 07:45:03','2021-01-20 23:45:03'),(52133,20288,'action started via WP Cron','2021-01-21 07:45:47','2021-01-20 23:45:47'),(52134,20288,'action complete via WP Cron','2021-01-21 07:45:47','2021-01-20 23:45:47'),(52135,20289,'action created','2021-01-21 07:45:47','2021-01-20 23:45:47'),(52136,20289,'action started via WP Cron','2021-01-21 07:48:03','2021-01-20 23:48:03'),(52137,20289,'action complete via WP Cron','2021-01-21 07:48:03','2021-01-20 23:48:03'),(52138,20290,'action created','2021-01-21 07:48:03','2021-01-20 23:48:03'),(52139,20290,'action started via WP Cron','2021-01-21 07:49:05','2021-01-20 23:49:05'),(52140,20290,'action complete via WP Cron','2021-01-21 07:49:05','2021-01-20 23:49:05'),(52141,20291,'action created','2021-01-21 07:49:05','2021-01-20 23:49:05'),(52142,20291,'action started via WP Cron','2021-01-21 07:50:06','2021-01-20 23:50:06'),(52143,20291,'action complete via WP Cron','2021-01-21 07:50:06','2021-01-20 23:50:06'),(52144,20292,'action created','2021-01-21 07:50:06','2021-01-20 23:50:06'),(52145,20292,'action started via WP Cron','2021-01-21 07:52:08','2021-01-20 23:52:08'),(52146,20292,'action complete via WP Cron','2021-01-21 07:52:08','2021-01-20 23:52:08'),(52147,20293,'action created','2021-01-21 07:52:08','2021-01-20 23:52:08'),(52148,20293,'action started via WP Cron','2021-01-21 07:53:09','2021-01-20 23:53:09'),(52149,20293,'action complete via WP Cron','2021-01-21 07:53:09','2021-01-20 23:53:09'),(52150,20294,'action created','2021-01-21 07:53:09','2021-01-20 23:53:09'),(52151,20294,'action started via WP Cron','2021-01-21 07:54:09','2021-01-20 23:54:09'),(52152,20294,'action complete via WP Cron','2021-01-21 07:54:09','2021-01-20 23:54:09'),(52153,20295,'action created','2021-01-21 07:54:10','2021-01-20 23:54:10'),(52154,20295,'action started via WP Cron','2021-01-21 07:58:58','2021-01-20 23:58:58'),(52155,20295,'action complete via WP Cron','2021-01-21 07:58:58','2021-01-20 23:58:58'),(52156,20296,'action created','2021-01-21 07:58:58','2021-01-20 23:58:58'),(52157,20296,'action started via WP Cron','2021-01-21 08:00:36','2021-01-21 00:00:36'),(52158,20296,'action complete via WP Cron','2021-01-21 08:00:36','2021-01-21 00:00:36'),(52159,20297,'action created','2021-01-21 08:00:36','2021-01-21 00:00:36'),(52160,20297,'action started via WP Cron','2021-01-21 08:02:43','2021-01-21 00:02:43'),(52161,20297,'action complete via WP Cron','2021-01-21 08:02:43','2021-01-21 00:02:43'),(52162,20298,'action created','2021-01-21 08:02:43','2021-01-21 00:02:43'),(52163,20298,'action started via WP Cron','2021-01-21 08:07:50','2021-01-21 00:07:50'),(52164,20298,'action complete via WP Cron','2021-01-21 08:07:50','2021-01-21 00:07:50'),(52165,20299,'action created','2021-01-21 08:07:50','2021-01-21 00:07:50'),(52166,20299,'action started via WP Cron','2021-01-21 08:13:41','2021-01-21 00:13:41'),(52167,20299,'action complete via WP Cron','2021-01-21 08:13:41','2021-01-21 00:13:41'),(52168,20300,'action created','2021-01-21 08:13:41','2021-01-21 00:13:41'),(52169,20300,'action started via WP Cron','2021-01-21 08:26:40','2021-01-21 00:26:40'),(52170,20300,'action complete via WP Cron','2021-01-21 08:26:40','2021-01-21 00:26:40'),(112720,40484,'action complete via WP Cron','2021-02-21 08:29:10','2021-02-21 00:29:10'),(112719,40484,'action started via WP Cron','2021-02-21 08:29:10','2021-02-21 00:29:10'),(114949,41228,'action created','2021-02-22 08:26:46','2021-02-22 00:26:46'),(52174,20302,'action created','2021-01-21 08:26:40','2021-01-21 00:26:40'),(52175,20302,'action started via WP Cron','2021-01-21 08:29:43','2021-01-21 00:29:43'),(52176,20302,'action complete via WP Cron','2021-01-21 08:29:43','2021-01-21 00:29:43'),(52177,20303,'action created','2021-01-21 08:29:43','2021-01-21 00:29:43'),(52178,20303,'action started via WP Cron','2021-01-21 08:48:43','2021-01-21 00:48:43'),(52179,20303,'action complete via WP Cron','2021-01-21 08:48:43','2021-01-21 00:48:43'),(52180,20304,'action created','2021-01-21 08:48:43','2021-01-21 00:48:43'),(52181,20304,'action started via WP Cron','2021-01-21 08:50:29','2021-01-21 00:50:29'),(52182,20304,'action complete via WP Cron','2021-01-21 08:50:29','2021-01-21 00:50:29'),(52183,20305,'action created','2021-01-21 08:50:29','2021-01-21 00:50:29'),(52184,20305,'action started via WP Cron','2021-01-21 08:54:21','2021-01-21 00:54:21'),(52185,20305,'action complete via WP Cron','2021-01-21 08:54:21','2021-01-21 00:54:21'),(52186,20306,'action created','2021-01-21 08:54:21','2021-01-21 00:54:21'),(52187,20306,'action started via WP Cron','2021-01-21 08:57:18','2021-01-21 00:57:18'),(52188,20306,'action complete via WP Cron','2021-01-21 08:57:18','2021-01-21 00:57:18'),(52189,20307,'action created','2021-01-21 08:57:18','2021-01-21 00:57:18'),(52190,20307,'action started via WP Cron','2021-01-21 08:58:16','2021-01-21 00:58:16'),(52191,20307,'action complete via WP Cron','2021-01-21 08:58:16','2021-01-21 00:58:16'),(52192,20308,'action created','2021-01-21 08:58:16','2021-01-21 00:58:16'),(52193,20308,'action started via WP Cron','2021-01-21 09:21:08','2021-01-21 01:21:08'),(52194,20308,'action complete via WP Cron','2021-01-21 09:21:08','2021-01-21 01:21:08'),(52195,20309,'action created','2021-01-21 09:27:25','2021-01-21 01:27:25'),(52196,20309,'action started via WP Cron','2021-01-21 09:28:18','2021-01-21 01:28:18'),(52197,20309,'action complete via WP Cron','2021-01-21 09:28:18','2021-01-21 01:28:18'),(52198,20310,'action created','2021-01-21 09:28:18','2021-01-21 01:28:18'),(52199,20310,'action started via WP Cron','2021-01-21 09:29:25','2021-01-21 01:29:25'),(52200,20310,'action complete via WP Cron','2021-01-21 09:29:25','2021-01-21 01:29:25'),(52201,20311,'action created','2021-01-21 09:29:25','2021-01-21 01:29:25'),(52202,20311,'action started via WP Cron','2021-01-21 09:31:27','2021-01-21 01:31:27'),(52203,20311,'action complete via WP Cron','2021-01-21 09:31:27','2021-01-21 01:31:27'),(52204,20312,'action created','2021-01-21 09:31:27','2021-01-21 01:31:27'),(52205,20312,'action started via WP Cron','2021-01-21 09:32:28','2021-01-21 01:32:28'),(52206,20312,'action complete via WP Cron','2021-01-21 09:32:28','2021-01-21 01:32:28'),(52207,20313,'action created','2021-01-21 09:32:28','2021-01-21 01:32:28'),(52208,20313,'action started via WP Cron','2021-01-21 09:33:29','2021-01-21 01:33:29'),(52209,20313,'action complete via WP Cron','2021-01-21 09:33:29','2021-01-21 01:33:29'),(52210,20314,'action created','2021-01-21 09:33:29','2021-01-21 01:33:29'),(52211,20314,'action started via WP Cron','2021-01-21 09:34:26','2021-01-21 01:34:26'),(52212,20314,'action complete via WP Cron','2021-01-21 09:34:26','2021-01-21 01:34:26'),(52213,20315,'action created','2021-01-21 09:34:26','2021-01-21 01:34:26'),(52214,20315,'action started via WP Cron','2021-01-21 09:35:56','2021-01-21 01:35:56'),(52215,20315,'action complete via WP Cron','2021-01-21 09:35:56','2021-01-21 01:35:56'),(52216,20316,'action created','2021-01-21 09:35:56','2021-01-21 01:35:56'),(52217,20316,'action started via WP Cron','2021-01-21 09:36:56','2021-01-21 01:36:56'),(52218,20316,'action complete via WP Cron','2021-01-21 09:36:56','2021-01-21 01:36:56'),(52219,20317,'action created','2021-01-21 09:36:56','2021-01-21 01:36:56'),(52220,20317,'action started via WP Cron','2021-01-21 09:42:03','2021-01-21 01:42:03'),(52221,20317,'action complete via WP Cron','2021-01-21 09:42:03','2021-01-21 01:42:03'),(52222,20318,'action created','2021-01-21 09:42:03','2021-01-21 01:42:03'),(52223,20318,'action started via WP Cron','2021-01-21 09:48:03','2021-01-21 01:48:03'),(52224,20318,'action complete via WP Cron','2021-01-21 09:48:03','2021-01-21 01:48:03'),(52225,20319,'action created','2021-01-21 09:48:03','2021-01-21 01:48:03'),(52226,20319,'action started via WP Cron','2021-01-21 09:49:12','2021-01-21 01:49:12'),(52227,20319,'action complete via WP Cron','2021-01-21 09:49:12','2021-01-21 01:49:12'),(52228,20320,'action created','2021-01-21 09:49:12','2021-01-21 01:49:12'),(52229,20320,'action started via WP Cron','2021-01-21 09:50:21','2021-01-21 01:50:21'),(52230,20320,'action complete via WP Cron','2021-01-21 09:50:21','2021-01-21 01:50:21'),(52231,20321,'action created','2021-01-21 09:50:21','2021-01-21 01:50:21'),(52232,20321,'action started via WP Cron','2021-01-21 09:57:33','2021-01-21 01:57:33'),(52233,20321,'action complete via WP Cron','2021-01-21 09:57:33','2021-01-21 01:57:33'),(52234,20322,'action created','2021-01-21 09:57:33','2021-01-21 01:57:33'),(52235,20322,'action started via WP Cron','2021-01-21 09:58:33','2021-01-21 01:58:33'),(52236,20322,'action complete via WP Cron','2021-01-21 09:58:33','2021-01-21 01:58:33'),(52237,20323,'action created','2021-01-21 09:58:33','2021-01-21 01:58:33'),(52238,20323,'action started via WP Cron','2021-01-21 10:01:08','2021-01-21 02:01:08'),(52239,20323,'action complete via WP Cron','2021-01-21 10:01:08','2021-01-21 02:01:08'),(52240,20324,'action created','2021-01-21 10:01:08','2021-01-21 02:01:08'),(52241,20324,'action started via WP Cron','2021-01-21 10:13:10','2021-01-21 02:13:10'),(52242,20324,'action complete via WP Cron','2021-01-21 10:13:10','2021-01-21 02:13:10'),(52243,20325,'action created','2021-01-21 10:13:10','2021-01-21 02:13:10'),(52244,20325,'action started via WP Cron','2021-01-21 10:21:52','2021-01-21 02:21:52'),(52245,20325,'action complete via WP Cron','2021-01-21 10:21:52','2021-01-21 02:21:52'),(52246,20326,'action created','2021-01-21 10:21:52','2021-01-21 02:21:52'),(52247,20326,'action started via WP Cron','2021-01-21 10:33:32','2021-01-21 02:33:32'),(52248,20326,'action complete via WP Cron','2021-01-21 10:33:32','2021-01-21 02:33:32'),(52249,20327,'action created','2021-01-21 10:33:32','2021-01-21 02:33:32'),(52250,20327,'action started via WP Cron','2021-01-21 10:34:29','2021-01-21 02:34:29'),(52251,20327,'action complete via WP Cron','2021-01-21 10:34:29','2021-01-21 02:34:29'),(52252,20328,'action created','2021-01-21 10:34:29','2021-01-21 02:34:29'),(52253,20328,'action started via WP Cron','2021-01-21 10:35:24','2021-01-21 02:35:24'),(52254,20328,'action complete via WP Cron','2021-01-21 10:35:24','2021-01-21 02:35:24'),(52255,20329,'action created','2021-01-21 10:35:24','2021-01-21 02:35:24'),(52256,20329,'action started via WP Cron','2021-01-21 10:37:05','2021-01-21 02:37:05'),(52257,20329,'action complete via WP Cron','2021-01-21 10:37:05','2021-01-21 02:37:05'),(52258,20330,'action created','2021-01-21 10:37:05','2021-01-21 02:37:05'),(52259,20330,'action started via WP Cron','2021-01-21 10:38:06','2021-01-21 02:38:06'),(52260,20330,'action complete via WP Cron','2021-01-21 10:38:06','2021-01-21 02:38:06'),(52261,20331,'action created','2021-01-21 10:38:06','2021-01-21 02:38:06'),(52262,20331,'action started via WP Cron','2021-01-21 10:39:08','2021-01-21 02:39:08'),(52263,20331,'action complete via WP Cron','2021-01-21 10:39:08','2021-01-21 02:39:08'),(52264,20332,'action created','2021-01-21 10:39:08','2021-01-21 02:39:08'),(52265,20332,'action started via WP Cron','2021-01-21 10:50:24','2021-01-21 02:50:24'),(52266,20332,'action complete via WP Cron','2021-01-21 10:50:24','2021-01-21 02:50:24'),(52267,20333,'action created','2021-01-21 10:50:24','2021-01-21 02:50:24'),(52268,20333,'action started via WP Cron','2021-01-21 10:50:49','2021-01-21 02:50:49'),(52269,20333,'action complete via WP Cron','2021-01-21 10:50:49','2021-01-21 02:50:49'),(52270,20334,'action created','2021-01-21 10:50:49','2021-01-21 02:50:49'),(52271,20334,'action started via WP Cron','2021-01-21 11:01:44','2021-01-21 03:01:44'),(52272,20334,'action complete via WP Cron','2021-01-21 11:01:44','2021-01-21 03:01:44'),(52273,20335,'action created','2021-01-21 11:01:44','2021-01-21 03:01:44'),(52274,20335,'action started via WP Cron','2021-01-21 11:03:03','2021-01-21 03:03:03'),(52275,20335,'action complete via WP Cron','2021-01-21 11:03:03','2021-01-21 03:03:03'),(52276,20336,'action created','2021-01-21 11:03:03','2021-01-21 03:03:03'),(52277,20336,'action started via WP Cron','2021-01-21 11:06:01','2021-01-21 03:06:01'),(52278,20336,'action complete via WP Cron','2021-01-21 11:06:01','2021-01-21 03:06:01'),(52279,20337,'action created','2021-01-21 11:06:01','2021-01-21 03:06:01'),(52280,20337,'action started via WP Cron','2021-01-21 11:07:53','2021-01-21 03:07:53'),(52281,20337,'action complete via WP Cron','2021-01-21 11:07:53','2021-01-21 03:07:53'),(52282,20338,'action created','2021-01-21 11:07:53','2021-01-21 03:07:53'),(52283,20338,'action started via WP Cron','2021-01-21 11:08:44','2021-01-21 03:08:44'),(52284,20338,'action complete via WP Cron','2021-01-21 11:08:44','2021-01-21 03:08:44'),(52285,20339,'action created','2021-01-21 11:08:44','2021-01-21 03:08:44'),(52286,20339,'action started via WP Cron','2021-01-21 11:14:30','2021-01-21 03:14:30'),(52287,20339,'action complete via WP Cron','2021-01-21 11:14:30','2021-01-21 03:14:30'),(52288,20340,'action created','2021-01-21 11:14:30','2021-01-21 03:14:30'),(52289,20340,'action started via WP Cron','2021-01-21 11:21:10','2021-01-21 03:21:10'),(52290,20340,'action complete via WP Cron','2021-01-21 11:21:10','2021-01-21 03:21:10'),(52291,20341,'action created','2021-01-21 11:21:10','2021-01-21 03:21:10'),(52292,20341,'action started via WP Cron','2021-01-21 11:23:34','2021-01-21 03:23:34'),(52293,20341,'action complete via WP Cron','2021-01-21 11:23:34','2021-01-21 03:23:34'),(52294,20342,'action created','2021-01-21 11:23:34','2021-01-21 03:23:34'),(52295,20342,'action started via WP Cron','2021-01-21 11:25:04','2021-01-21 03:25:04'),(52296,20342,'action complete via WP Cron','2021-01-21 11:25:04','2021-01-21 03:25:04'),(52297,20343,'action created','2021-01-21 11:25:04','2021-01-21 03:25:04'),(52298,20343,'action started via WP Cron','2021-01-21 11:34:02','2021-01-21 03:34:02'),(52299,20343,'action complete via WP Cron','2021-01-21 11:34:02','2021-01-21 03:34:02'),(52300,20344,'action created','2021-01-21 11:34:02','2021-01-21 03:34:02'),(52301,20344,'action started via WP Cron','2021-01-21 11:35:23','2021-01-21 03:35:23'),(52302,20344,'action complete via WP Cron','2021-01-21 11:35:23','2021-01-21 03:35:23'),(52303,20345,'action created','2021-01-21 11:35:23','2021-01-21 03:35:23'),(52304,20345,'action started via WP Cron','2021-01-21 11:39:23','2021-01-21 03:39:23'),(52305,20345,'action complete via WP Cron','2021-01-21 11:39:23','2021-01-21 03:39:23'),(52306,20346,'action created','2021-01-21 11:39:23','2021-01-21 03:39:23'),(52307,20346,'action started via WP Cron','2021-01-21 11:40:24','2021-01-21 03:40:24'),(52308,20346,'action complete via WP Cron','2021-01-21 11:40:24','2021-01-21 03:40:24'),(52309,20347,'action created','2021-01-21 11:40:24','2021-01-21 03:40:24'),(52310,20347,'action started via WP Cron','2021-01-21 11:41:04','2021-01-21 03:41:04'),(52311,20347,'action complete via WP Cron','2021-01-21 11:41:04','2021-01-21 03:41:04'),(52312,20348,'action created','2021-01-21 11:41:04','2021-01-21 03:41:04'),(52313,20348,'action started via WP Cron','2021-01-21 11:42:29','2021-01-21 03:42:29'),(52314,20348,'action complete via WP Cron','2021-01-21 11:42:29','2021-01-21 03:42:29'),(52315,20349,'action created','2021-01-21 11:42:29','2021-01-21 03:42:29'),(52316,20349,'action started via WP Cron','2021-01-21 11:43:22','2021-01-21 03:43:22'),(52317,20349,'action complete via WP Cron','2021-01-21 11:43:22','2021-01-21 03:43:22'),(52318,20350,'action created','2021-01-21 11:43:22','2021-01-21 03:43:22'),(52319,20350,'action started via WP Cron','2021-01-21 11:45:29','2021-01-21 03:45:29'),(52320,20350,'action complete via WP Cron','2021-01-21 11:45:29','2021-01-21 03:45:29'),(52321,20351,'action created','2021-01-21 11:45:29','2021-01-21 03:45:29'),(52322,20351,'action started via WP Cron','2021-01-21 11:48:03','2021-01-21 03:48:03'),(52323,20351,'action complete via WP Cron','2021-01-21 11:48:03','2021-01-21 03:48:03'),(52324,20352,'action created','2021-01-21 11:48:03','2021-01-21 03:48:03'),(52325,20352,'action started via WP Cron','2021-01-21 11:54:09','2021-01-21 03:54:09'),(52326,20352,'action complete via WP Cron','2021-01-21 11:54:09','2021-01-21 03:54:09'),(52327,20353,'action created','2021-01-21 11:54:09','2021-01-21 03:54:09'),(52328,20353,'action started via WP Cron','2021-01-21 12:01:02','2021-01-21 04:01:02'),(52329,20353,'action complete via WP Cron','2021-01-21 12:01:02','2021-01-21 04:01:02'),(52330,20354,'action created','2021-01-21 12:01:02','2021-01-21 04:01:02'),(52331,20354,'action started via WP Cron','2021-01-21 12:02:54','2021-01-21 04:02:54'),(52332,20354,'action complete via WP Cron','2021-01-21 12:02:54','2021-01-21 04:02:54'),(52333,20355,'action created','2021-01-21 12:02:54','2021-01-21 04:02:54'),(52334,20355,'action started via WP Cron','2021-01-21 12:07:44','2021-01-21 04:07:44'),(52335,20355,'action complete via WP Cron','2021-01-21 12:07:44','2021-01-21 04:07:44'),(52336,20356,'action created','2021-01-21 12:07:44','2021-01-21 04:07:44'),(52337,20356,'action started via WP Cron','2021-01-21 12:14:13','2021-01-21 04:14:13'),(52338,20356,'action complete via WP Cron','2021-01-21 12:14:13','2021-01-21 04:14:13'),(52339,20357,'action created','2021-01-21 12:14:13','2021-01-21 04:14:13'),(52340,20357,'action started via WP Cron','2021-01-21 12:18:18','2021-01-21 04:18:18'),(52341,20357,'action complete via WP Cron','2021-01-21 12:18:18','2021-01-21 04:18:18'),(52342,20358,'action created','2021-01-21 12:18:18','2021-01-21 04:18:18'),(52343,20358,'action started via WP Cron','2021-01-21 12:23:10','2021-01-21 04:23:10'),(52344,20358,'action complete via WP Cron','2021-01-21 12:23:10','2021-01-21 04:23:10'),(52345,20359,'action created','2021-01-21 12:23:10','2021-01-21 04:23:10'),(52346,20359,'action started via WP Cron','2021-01-21 12:25:58','2021-01-21 04:25:58'),(52347,20359,'action complete via WP Cron','2021-01-21 12:25:58','2021-01-21 04:25:58'),(52348,20360,'action created','2021-01-21 12:25:58','2021-01-21 04:25:58'),(52349,20360,'action started via WP Cron','2021-01-21 12:35:11','2021-01-21 04:35:11'),(52350,20360,'action complete via WP Cron','2021-01-21 12:35:11','2021-01-21 04:35:11'),(52351,20361,'action created','2021-01-21 12:35:11','2021-01-21 04:35:11'),(52352,20361,'action started via WP Cron','2021-01-21 12:39:45','2021-01-21 04:39:45'),(52353,20361,'action complete via WP Cron','2021-01-21 12:39:45','2021-01-21 04:39:45'),(52354,20362,'action created','2021-01-21 12:39:45','2021-01-21 04:39:45'),(52355,20362,'action started via WP Cron','2021-01-21 12:43:20','2021-01-21 04:43:20'),(52356,20362,'action complete via WP Cron','2021-01-21 12:43:20','2021-01-21 04:43:20'),(52357,20363,'action created','2021-01-21 12:43:20','2021-01-21 04:43:20'),(52358,20363,'action started via WP Cron','2021-01-21 12:44:37','2021-01-21 04:44:37'),(52359,20363,'action complete via WP Cron','2021-01-21 12:44:37','2021-01-21 04:44:37'),(52360,20364,'action created','2021-01-21 12:44:37','2021-01-21 04:44:37'),(52361,20364,'action started via WP Cron','2021-01-21 12:45:06','2021-01-21 04:45:06'),(52362,20364,'action complete via WP Cron','2021-01-21 12:45:06','2021-01-21 04:45:06'),(52363,20365,'action created','2021-01-21 12:45:06','2021-01-21 04:45:06'),(52364,20365,'action started via WP Cron','2021-01-21 12:46:02','2021-01-21 04:46:02'),(52365,20365,'action complete via WP Cron','2021-01-21 12:46:02','2021-01-21 04:46:02'),(52366,20366,'action created','2021-01-21 12:46:02','2021-01-21 04:46:02'),(52367,20366,'action started via WP Cron','2021-01-21 12:47:09','2021-01-21 04:47:09'),(52368,20366,'action complete via WP Cron','2021-01-21 12:47:09','2021-01-21 04:47:09'),(52369,20367,'action created','2021-01-21 12:47:09','2021-01-21 04:47:09'),(52370,20367,'action started via WP Cron','2021-01-21 12:48:10','2021-01-21 04:48:10'),(52371,20367,'action complete via WP Cron','2021-01-21 12:48:10','2021-01-21 04:48:10'),(52372,20368,'action created','2021-01-21 12:48:10','2021-01-21 04:48:10'),(52373,20368,'action started via WP Cron','2021-01-21 12:49:11','2021-01-21 04:49:11'),(52374,20368,'action complete via WP Cron','2021-01-21 12:49:11','2021-01-21 04:49:11'),(52375,20369,'action created','2021-01-21 12:49:11','2021-01-21 04:49:11'),(52376,20369,'action started via WP Cron','2021-01-21 12:50:12','2021-01-21 04:50:12'),(52377,20369,'action complete via WP Cron','2021-01-21 12:50:12','2021-01-21 04:50:12'),(52378,20370,'action created','2021-01-21 12:50:12','2021-01-21 04:50:12'),(52379,20370,'action started via WP Cron','2021-01-21 12:52:14','2021-01-21 04:52:14'),(52380,20370,'action complete via WP Cron','2021-01-21 12:52:14','2021-01-21 04:52:14'),(52381,20371,'action created','2021-01-21 12:52:14','2021-01-21 04:52:14'),(52382,20371,'action started via WP Cron','2021-01-21 12:52:45','2021-01-21 04:52:45'),(52383,20371,'action complete via WP Cron','2021-01-21 12:52:45','2021-01-21 04:52:45'),(52384,20372,'action created','2021-01-21 12:52:45','2021-01-21 04:52:45'),(52385,20372,'action started via WP Cron','2021-01-21 12:55:17','2021-01-21 04:55:17'),(52386,20372,'action complete via WP Cron','2021-01-21 12:55:17','2021-01-21 04:55:17'),(52387,20373,'action created','2021-01-21 12:55:17','2021-01-21 04:55:17'),(52388,20373,'action started via WP Cron','2021-01-21 12:59:40','2021-01-21 04:59:40'),(52389,20373,'action complete via WP Cron','2021-01-21 12:59:40','2021-01-21 04:59:40'),(52390,20374,'action created','2021-01-21 12:59:40','2021-01-21 04:59:40'),(52391,20374,'action started via WP Cron','2021-01-21 13:05:34','2021-01-21 05:05:34'),(52392,20374,'action complete via WP Cron','2021-01-21 13:05:34','2021-01-21 05:05:34'),(52393,20375,'action created','2021-01-21 13:05:34','2021-01-21 05:05:34'),(52394,20375,'action started via WP Cron','2021-01-21 13:05:54','2021-01-21 05:05:54'),(52395,20375,'action complete via WP Cron','2021-01-21 13:05:54','2021-01-21 05:05:54'),(52396,20376,'action created','2021-01-21 13:05:54','2021-01-21 05:05:54'),(52397,20376,'action started via WP Cron','2021-01-21 13:07:12','2021-01-21 05:07:12'),(52398,20376,'action complete via WP Cron','2021-01-21 13:07:12','2021-01-21 05:07:12'),(52399,20377,'action created','2021-01-21 13:07:12','2021-01-21 05:07:12'),(52400,20377,'action started via WP Cron','2021-01-21 13:08:09','2021-01-21 05:08:09'),(52401,20377,'action complete via WP Cron','2021-01-21 13:08:09','2021-01-21 05:08:09'),(52402,20378,'action created','2021-01-21 13:08:09','2021-01-21 05:08:09'),(52403,20378,'action started via WP Cron','2021-01-21 13:08:45','2021-01-21 05:08:45'),(52404,20378,'action complete via WP Cron','2021-01-21 13:08:45','2021-01-21 05:08:45'),(52405,20379,'action created','2021-01-21 13:08:45','2021-01-21 05:08:45'),(52406,20379,'action started via WP Cron','2021-01-21 13:10:42','2021-01-21 05:10:42'),(52407,20379,'action complete via WP Cron','2021-01-21 13:10:42','2021-01-21 05:10:42'),(52408,20380,'action created','2021-01-21 13:10:42','2021-01-21 05:10:42'),(52409,20380,'action started via WP Cron','2021-01-21 13:11:48','2021-01-21 05:11:48'),(52410,20380,'action complete via WP Cron','2021-01-21 13:11:48','2021-01-21 05:11:48'),(52411,20381,'action created','2021-01-21 13:11:48','2021-01-21 05:11:48'),(52412,20381,'action started via WP Cron','2021-01-21 13:13:14','2021-01-21 05:13:14'),(52413,20381,'action complete via WP Cron','2021-01-21 13:13:14','2021-01-21 05:13:14'),(52414,20382,'action created','2021-01-21 13:13:14','2021-01-21 05:13:14'),(52415,20382,'action started via WP Cron','2021-01-21 13:13:43','2021-01-21 05:13:43'),(52416,20382,'action complete via WP Cron','2021-01-21 13:13:43','2021-01-21 05:13:43'),(52417,20383,'action created','2021-01-21 13:13:43','2021-01-21 05:13:43'),(52418,20383,'action started via WP Cron','2021-01-21 13:19:23','2021-01-21 05:19:23'),(52419,20383,'action complete via WP Cron','2021-01-21 13:19:23','2021-01-21 05:19:23'),(52420,20384,'action created','2021-01-21 13:19:24','2021-01-21 05:19:24'),(52421,20384,'action started via WP Cron','2021-01-21 13:19:51','2021-01-21 05:19:51'),(52422,20384,'action complete via WP Cron','2021-01-21 13:19:51','2021-01-21 05:19:51'),(52423,20385,'action created','2021-01-21 13:19:51','2021-01-21 05:19:51'),(52424,20385,'action started via WP Cron','2021-01-21 13:20:52','2021-01-21 05:20:52'),(52425,20385,'action complete via WP Cron','2021-01-21 13:20:52','2021-01-21 05:20:52'),(52426,20386,'action created','2021-01-21 13:20:52','2021-01-21 05:20:52'),(52427,20386,'action started via WP Cron','2021-01-21 13:24:32','2021-01-21 05:24:32'),(52428,20386,'action complete via WP Cron','2021-01-21 13:24:32','2021-01-21 05:24:32'),(52429,20387,'action created','2021-01-21 13:24:33','2021-01-21 05:24:33'),(52430,20387,'action started via WP Cron','2021-01-21 13:25:04','2021-01-21 05:25:04'),(52431,20387,'action complete via WP Cron','2021-01-21 13:25:04','2021-01-21 05:25:04'),(52432,20388,'action created','2021-01-21 13:25:04','2021-01-21 05:25:04'),(52433,20388,'action started via WP Cron','2021-01-21 13:36:29','2021-01-21 05:36:29'),(52434,20388,'action complete via WP Cron','2021-01-21 13:36:29','2021-01-21 05:36:29'),(52435,20389,'action created','2021-01-21 13:36:29','2021-01-21 05:36:29'),(52436,20389,'action started via WP Cron','2021-01-21 13:36:55','2021-01-21 05:36:55'),(52437,20389,'action complete via WP Cron','2021-01-21 13:36:55','2021-01-21 05:36:55'),(52438,20390,'action created','2021-01-21 13:36:55','2021-01-21 05:36:55'),(52439,20390,'action started via WP Cron','2021-01-21 13:39:39','2021-01-21 05:39:39'),(52440,20390,'action complete via WP Cron','2021-01-21 13:39:39','2021-01-21 05:39:39'),(52441,20391,'action created','2021-01-21 13:39:39','2021-01-21 05:39:39'),(52442,20391,'action started via WP Cron','2021-01-21 13:40:21','2021-01-21 05:40:21'),(52443,20391,'action complete via WP Cron','2021-01-21 13:40:21','2021-01-21 05:40:21'),(52444,20392,'action created','2021-01-21 13:40:22','2021-01-21 05:40:22'),(52445,20392,'action started via WP Cron','2021-01-21 13:42:14','2021-01-21 05:42:14'),(52446,20392,'action complete via WP Cron','2021-01-21 13:42:14','2021-01-21 05:42:14'),(52447,20393,'action created','2021-01-21 13:42:14','2021-01-21 05:42:14'),(52448,20393,'action started via WP Cron','2021-01-21 13:43:16','2021-01-21 05:43:16'),(52449,20393,'action complete via WP Cron','2021-01-21 13:43:16','2021-01-21 05:43:16'),(52450,20394,'action created','2021-01-21 13:43:17','2021-01-21 05:43:17'),(52451,20394,'action started via WP Cron','2021-01-21 13:46:21','2021-01-21 05:46:21'),(52452,20394,'action complete via WP Cron','2021-01-21 13:46:21','2021-01-21 05:46:21'),(52453,20395,'action created','2021-01-21 13:46:21','2021-01-21 05:46:21'),(52454,20395,'action started via WP Cron','2021-01-21 13:48:55','2021-01-21 05:48:55'),(52455,20395,'action complete via WP Cron','2021-01-21 13:48:55','2021-01-21 05:48:55'),(52456,20396,'action created','2021-01-21 13:48:55','2021-01-21 05:48:55'),(52457,20396,'action started via WP Cron','2021-01-21 13:50:23','2021-01-21 05:50:23'),(52458,20396,'action complete via WP Cron','2021-01-21 13:50:23','2021-01-21 05:50:23'),(52459,20397,'action created','2021-01-21 13:50:23','2021-01-21 05:50:23'),(52460,20397,'action started via WP Cron','2021-01-21 13:52:26','2021-01-21 05:52:26'),(52461,20397,'action complete via WP Cron','2021-01-21 13:52:26','2021-01-21 05:52:26'),(52462,20398,'action created','2021-01-21 13:52:26','2021-01-21 05:52:26'),(52463,20398,'action started via WP Cron','2021-01-21 13:53:21','2021-01-21 05:53:21'),(52464,20398,'action complete via WP Cron','2021-01-21 13:53:21','2021-01-21 05:53:21'),(52465,20399,'action created','2021-01-21 13:53:21','2021-01-21 05:53:21'),(52466,20399,'action started via WP Cron','2021-01-21 13:53:49','2021-01-21 05:53:49'),(52467,20399,'action complete via WP Cron','2021-01-21 13:53:49','2021-01-21 05:53:49'),(52468,20400,'action created','2021-01-21 13:53:49','2021-01-21 05:53:49'),(52469,20400,'action started via WP Cron','2021-01-21 13:54:50','2021-01-21 05:54:50'),(52470,20400,'action complete via WP Cron','2021-01-21 13:54:50','2021-01-21 05:54:50'),(52471,20401,'action created','2021-01-21 13:54:50','2021-01-21 05:54:50'),(52472,20401,'action started via WP Cron','2021-01-21 13:55:54','2021-01-21 05:55:54'),(52473,20401,'action complete via WP Cron','2021-01-21 13:55:54','2021-01-21 05:55:54'),(52474,20402,'action created','2021-01-21 13:55:54','2021-01-21 05:55:54'),(52475,20402,'action started via WP Cron','2021-01-21 13:56:55','2021-01-21 05:56:55'),(52476,20402,'action complete via WP Cron','2021-01-21 13:56:55','2021-01-21 05:56:55'),(52477,20403,'action created','2021-01-21 13:56:55','2021-01-21 05:56:55'),(52478,20403,'action started via WP Cron','2021-01-21 13:57:59','2021-01-21 05:57:59'),(52479,20403,'action complete via WP Cron','2021-01-21 13:57:59','2021-01-21 05:57:59'),(52480,20404,'action created','2021-01-21 14:00:29','2021-01-21 06:00:29'),(52481,20404,'action started via WP Cron','2021-01-21 14:01:30','2021-01-21 06:01:30'),(52482,20404,'action complete via WP Cron','2021-01-21 14:01:30','2021-01-21 06:01:30'),(52483,20405,'action created','2021-01-21 14:01:30','2021-01-21 06:01:30'),(52484,20405,'action started via WP Cron','2021-01-21 14:03:39','2021-01-21 06:03:39'),(52485,20405,'action complete via WP Cron','2021-01-21 14:03:39','2021-01-21 06:03:39'),(52486,20406,'action created','2021-01-21 14:03:39','2021-01-21 06:03:39'),(52487,20406,'action started via WP Cron','2021-01-21 14:16:55','2021-01-21 06:16:55'),(52488,20406,'action complete via WP Cron','2021-01-21 14:16:55','2021-01-21 06:16:55'),(52489,20407,'action created','2021-01-21 14:16:56','2021-01-21 06:16:56'),(52490,20407,'action started via WP Cron','2021-01-21 14:21:27','2021-01-21 06:21:27'),(52491,20407,'action complete via WP Cron','2021-01-21 14:21:27','2021-01-21 06:21:27'),(52492,20408,'action created','2021-01-21 14:21:27','2021-01-21 06:21:27'),(52493,20408,'action started via WP Cron','2021-01-21 14:22:25','2021-01-21 06:22:25'),(52494,20408,'action complete via WP Cron','2021-01-21 14:22:25','2021-01-21 06:22:25'),(52495,20409,'action created','2021-01-21 14:22:25','2021-01-21 06:22:25'),(52496,20409,'action started via WP Cron','2021-01-21 14:23:26','2021-01-21 06:23:26'),(52497,20409,'action complete via WP Cron','2021-01-21 14:23:26','2021-01-21 06:23:26'),(52498,20410,'action created','2021-01-21 14:23:26','2021-01-21 06:23:26'),(52499,20410,'action started via WP Cron','2021-01-21 14:24:28','2021-01-21 06:24:28'),(52500,20410,'action complete via WP Cron','2021-01-21 14:24:28','2021-01-21 06:24:28'),(52501,20411,'action created','2021-01-21 14:24:28','2021-01-21 06:24:28'),(52502,20411,'action started via WP Cron','2021-01-21 14:24:50','2021-01-21 06:24:50'),(52503,20411,'action complete via WP Cron','2021-01-21 14:24:50','2021-01-21 06:24:50'),(52504,20412,'action created','2021-01-21 14:24:50','2021-01-21 06:24:50'),(52505,20412,'action started via WP Cron','2021-01-21 14:25:43','2021-01-21 06:25:43'),(52506,20412,'action complete via WP Cron','2021-01-21 14:25:43','2021-01-21 06:25:43'),(52507,20413,'action created','2021-01-21 14:25:43','2021-01-21 06:25:43'),(52508,20413,'action started via WP Cron','2021-01-21 14:27:30','2021-01-21 06:27:30'),(52509,20413,'action complete via WP Cron','2021-01-21 14:27:30','2021-01-21 06:27:30'),(52510,20414,'action created','2021-01-21 14:27:30','2021-01-21 06:27:30'),(52511,20414,'action started via WP Cron','2021-01-21 14:42:13','2021-01-21 06:42:13'),(52512,20414,'action complete via WP Cron','2021-01-21 14:42:13','2021-01-21 06:42:13'),(52513,20415,'action created','2021-01-21 14:42:13','2021-01-21 06:42:13'),(52514,20415,'action started via WP Cron','2021-01-21 14:49:02','2021-01-21 06:49:02'),(52515,20415,'action complete via WP Cron','2021-01-21 14:49:02','2021-01-21 06:49:02'),(52516,20416,'action created','2021-01-21 14:49:02','2021-01-21 06:49:02'),(52517,20416,'action started via WP Cron','2021-01-21 14:49:57','2021-01-21 06:49:57'),(52518,20416,'action complete via WP Cron','2021-01-21 14:49:57','2021-01-21 06:49:57'),(52519,20417,'action created','2021-01-21 14:49:57','2021-01-21 06:49:57'),(52520,20417,'action started via WP Cron','2021-01-21 14:51:39','2021-01-21 06:51:39'),(52521,20417,'action complete via WP Cron','2021-01-21 14:51:39','2021-01-21 06:51:39'),(52522,20418,'action created','2021-01-21 14:51:39','2021-01-21 06:51:39'),(52523,20418,'action started via WP Cron','2021-01-21 14:53:01','2021-01-21 06:53:01'),(52524,20418,'action complete via WP Cron','2021-01-21 14:53:01','2021-01-21 06:53:01'),(52525,20419,'action created','2021-01-21 14:53:01','2021-01-21 06:53:01'),(52526,20419,'action started via WP Cron','2021-01-21 14:54:44','2021-01-21 06:54:44'),(52527,20419,'action complete via WP Cron','2021-01-21 14:54:44','2021-01-21 06:54:44'),(52528,20420,'action created','2021-01-21 14:54:44','2021-01-21 06:54:44'),(52529,20420,'action started via WP Cron','2021-01-21 14:55:46','2021-01-21 06:55:46'),(52530,20420,'action complete via WP Cron','2021-01-21 14:55:46','2021-01-21 06:55:46'),(52531,20421,'action created','2021-01-21 14:55:46','2021-01-21 06:55:46'),(52532,20421,'action started via WP Cron','2021-01-21 14:57:41','2021-01-21 06:57:41'),(52533,20421,'action complete via WP Cron','2021-01-21 14:57:41','2021-01-21 06:57:41'),(52534,20422,'action created','2021-01-21 14:57:41','2021-01-21 06:57:41'),(52535,20422,'action started via WP Cron','2021-01-21 14:59:15','2021-01-21 06:59:15'),(52536,20422,'action complete via WP Cron','2021-01-21 14:59:15','2021-01-21 06:59:15'),(52537,20423,'action created','2021-01-21 14:59:15','2021-01-21 06:59:15'),(52538,20423,'action started via WP Cron','2021-01-21 15:00:03','2021-01-21 07:00:03'),(52539,20423,'action complete via WP Cron','2021-01-21 15:00:03','2021-01-21 07:00:03'),(52540,20424,'action created','2021-01-21 15:00:51','2021-01-21 07:00:51'),(52541,20424,'action started via WP Cron','2021-01-21 15:01:59','2021-01-21 07:01:59'),(52542,20424,'action complete via WP Cron','2021-01-21 15:01:59','2021-01-21 07:01:59'),(52543,20425,'action created','2021-01-21 15:01:59','2021-01-21 07:01:59'),(52544,20425,'action started via WP Cron','2021-01-21 15:03:03','2021-01-21 07:03:03'),(52545,20425,'action complete via WP Cron','2021-01-21 15:03:03','2021-01-21 07:03:03'),(52546,20426,'action created','2021-01-21 15:03:03','2021-01-21 07:03:03'),(52547,20426,'action started via WP Cron','2021-01-21 15:04:28','2021-01-21 07:04:28'),(52548,20426,'action complete via WP Cron','2021-01-21 15:04:28','2021-01-21 07:04:28'),(52549,20427,'action created','2021-01-21 15:04:28','2021-01-21 07:04:28'),(52550,20427,'action started via WP Cron','2021-01-21 15:05:06','2021-01-21 07:05:06'),(52551,20427,'action complete via WP Cron','2021-01-21 15:05:06','2021-01-21 07:05:06'),(52552,20428,'action created','2021-01-21 15:05:06','2021-01-21 07:05:06'),(52553,20428,'action started via WP Cron','2021-01-21 15:06:35','2021-01-21 07:06:35'),(52554,20428,'action complete via WP Cron','2021-01-21 15:06:35','2021-01-21 07:06:35'),(52555,20429,'action created','2021-01-21 15:06:35','2021-01-21 07:06:35'),(52556,20429,'action started via WP Cron','2021-01-21 15:07:28','2021-01-21 07:07:28'),(52557,20429,'action complete via WP Cron','2021-01-21 15:07:28','2021-01-21 07:07:28'),(52558,20430,'action created','2021-01-21 15:07:28','2021-01-21 07:07:28'),(52559,20430,'action started via WP Cron','2021-01-21 15:08:09','2021-01-21 07:08:09'),(52560,20430,'action complete via WP Cron','2021-01-21 15:08:09','2021-01-21 07:08:09'),(52561,20431,'action created','2021-01-21 15:08:10','2021-01-21 07:08:10'),(52562,20431,'action started via WP Cron','2021-01-21 15:09:14','2021-01-21 07:09:14'),(52563,20431,'action complete via WP Cron','2021-01-21 15:09:14','2021-01-21 07:09:14'),(52564,20432,'action created','2021-01-21 15:09:14','2021-01-21 07:09:14'),(52565,20432,'action started via WP Cron','2021-01-21 15:10:11','2021-01-21 07:10:11'),(52566,20432,'action complete via WP Cron','2021-01-21 15:10:11','2021-01-21 07:10:11'),(52567,20433,'action created','2021-01-21 15:10:12','2021-01-21 07:10:12'),(52568,20433,'action started via WP Cron','2021-01-21 15:10:41','2021-01-21 07:10:41'),(52569,20433,'action complete via WP Cron','2021-01-21 15:10:41','2021-01-21 07:10:41'),(52570,20434,'action created','2021-01-21 15:10:41','2021-01-21 07:10:41'),(52571,20434,'action started via WP Cron','2021-01-21 15:11:45','2021-01-21 07:11:45'),(52572,20434,'action complete via WP Cron','2021-01-21 15:11:45','2021-01-21 07:11:45'),(52573,20435,'action created','2021-01-21 15:11:45','2021-01-21 07:11:45'),(52574,20435,'action started via WP Cron','2021-01-21 15:12:43','2021-01-21 07:12:43'),(52575,20435,'action complete via WP Cron','2021-01-21 15:12:43','2021-01-21 07:12:43'),(52576,20436,'action created','2021-01-21 15:12:43','2021-01-21 07:12:43'),(52577,20436,'action started via WP Cron','2021-01-21 15:13:56','2021-01-21 07:13:56'),(52578,20436,'action complete via WP Cron','2021-01-21 15:13:56','2021-01-21 07:13:56'),(52579,20437,'action created','2021-01-21 15:14:10','2021-01-21 07:14:10'),(52580,20437,'action started via WP Cron','2021-01-21 15:15:05','2021-01-21 07:15:05'),(52581,20437,'action complete via WP Cron','2021-01-21 15:15:05','2021-01-21 07:15:05'),(52582,20438,'action created','2021-01-21 15:15:05','2021-01-21 07:15:05'),(52583,20438,'action started via WP Cron','2021-01-21 15:15:49','2021-01-21 07:15:49'),(52584,20438,'action complete via WP Cron','2021-01-21 15:15:49','2021-01-21 07:15:49'),(52585,20439,'action created','2021-01-21 15:15:49','2021-01-21 07:15:49'),(52586,20439,'action started via WP Cron','2021-01-21 15:17:02','2021-01-21 07:17:02'),(52587,20439,'action complete via WP Cron','2021-01-21 15:17:02','2021-01-21 07:17:02'),(52588,20440,'action created','2021-01-21 15:17:02','2021-01-21 07:17:02'),(52589,20440,'action started via WP Cron','2021-01-21 15:17:47','2021-01-21 07:17:47'),(52590,20440,'action complete via WP Cron','2021-01-21 15:17:47','2021-01-21 07:17:47'),(52591,20441,'action created','2021-01-21 15:17:47','2021-01-21 07:17:47'),(52592,20441,'action started via WP Cron','2021-01-21 15:19:20','2021-01-21 07:19:20'),(52593,20441,'action complete via WP Cron','2021-01-21 15:19:20','2021-01-21 07:19:20'),(52594,20442,'action created','2021-01-21 15:19:20','2021-01-21 07:19:20'),(52595,20442,'action started via WP Cron','2021-01-21 15:20:03','2021-01-21 07:20:03'),(52596,20442,'action complete via WP Cron','2021-01-21 15:20:03','2021-01-21 07:20:03'),(52597,20443,'action created','2021-01-21 15:20:03','2021-01-21 07:20:03'),(52598,20443,'action started via WP Cron','2021-01-21 15:20:57','2021-01-21 07:20:57'),(52599,20443,'action complete via WP Cron','2021-01-21 15:20:57','2021-01-21 07:20:57'),(52600,20444,'action created','2021-01-21 15:20:57','2021-01-21 07:20:57'),(52601,20444,'action started via WP Cron','2021-01-21 15:21:43','2021-01-21 07:21:43'),(52602,20444,'action complete via WP Cron','2021-01-21 15:21:43','2021-01-21 07:21:43'),(52603,20445,'action created','2021-01-21 15:21:43','2021-01-21 07:21:43'),(52604,20445,'action started via WP Cron','2021-01-21 15:23:17','2021-01-21 07:23:17'),(52605,20445,'action complete via WP Cron','2021-01-21 15:23:17','2021-01-21 07:23:17'),(52606,20446,'action created','2021-01-21 15:23:17','2021-01-21 07:23:17'),(52607,20446,'action started via WP Cron','2021-01-21 15:23:57','2021-01-21 07:23:57'),(52608,20446,'action complete via WP Cron','2021-01-21 15:23:57','2021-01-21 07:23:57'),(52609,20447,'action created','2021-01-21 15:23:57','2021-01-21 07:23:57'),(52610,20447,'action started via WP Cron','2021-01-21 15:25:26','2021-01-21 07:25:26'),(52611,20447,'action complete via WP Cron','2021-01-21 15:25:26','2021-01-21 07:25:26'),(52612,20448,'action created','2021-01-21 15:25:26','2021-01-21 07:25:26'),(52613,20448,'action started via WP Cron','2021-01-21 15:26:08','2021-01-21 07:26:08'),(52614,20448,'action complete via WP Cron','2021-01-21 15:26:08','2021-01-21 07:26:08'),(52615,20449,'action created','2021-01-21 15:26:08','2021-01-21 07:26:08'),(52616,20449,'action started via WP Cron','2021-01-21 15:26:43','2021-01-21 07:26:43'),(52617,20449,'action complete via WP Cron','2021-01-21 15:26:43','2021-01-21 07:26:43'),(52618,20450,'action created','2021-01-21 15:26:43','2021-01-21 07:26:43'),(52619,20450,'action started via WP Cron','2021-01-21 15:27:41','2021-01-21 07:27:41'),(52620,20450,'action complete via WP Cron','2021-01-21 15:27:41','2021-01-21 07:27:41'),(52621,20451,'action created','2021-01-21 15:27:41','2021-01-21 07:27:41'),(52622,20451,'action started via WP Cron','2021-01-21 15:28:47','2021-01-21 07:28:47'),(52623,20451,'action complete via WP Cron','2021-01-21 15:28:47','2021-01-21 07:28:47'),(52624,20452,'action created','2021-01-21 15:28:47','2021-01-21 07:28:47'),(52625,20452,'action started via WP Cron','2021-01-21 15:29:44','2021-01-21 07:29:44'),(52626,20452,'action complete via WP Cron','2021-01-21 15:29:44','2021-01-21 07:29:44'),(52627,20453,'action created','2021-01-21 15:29:44','2021-01-21 07:29:44'),(52628,20453,'action started via WP Cron','2021-01-21 15:31:16','2021-01-21 07:31:16'),(52629,20453,'action complete via WP Cron','2021-01-21 15:31:16','2021-01-21 07:31:16'),(52630,20454,'action created','2021-01-21 15:31:16','2021-01-21 07:31:16'),(52631,20454,'action started via WP Cron','2021-01-21 15:32:04','2021-01-21 07:32:04'),(52632,20454,'action complete via WP Cron','2021-01-21 15:32:04','2021-01-21 07:32:04'),(52633,20455,'action created','2021-01-21 15:32:04','2021-01-21 07:32:04'),(52634,20455,'action started via WP Cron','2021-01-21 15:32:43','2021-01-21 07:32:43'),(52635,20455,'action complete via WP Cron','2021-01-21 15:32:43','2021-01-21 07:32:43'),(52636,20456,'action created','2021-01-21 15:32:43','2021-01-21 07:32:43'),(52637,20456,'action started via WP Cron','2021-01-21 15:34:15','2021-01-21 07:34:15'),(52638,20456,'action complete via WP Cron','2021-01-21 15:34:15','2021-01-21 07:34:15'),(52639,20457,'action created','2021-01-21 15:34:16','2021-01-21 07:34:16'),(52640,20457,'action started via WP Cron','2021-01-21 15:35:15','2021-01-21 07:35:15'),(52641,20457,'action complete via WP Cron','2021-01-21 15:35:15','2021-01-21 07:35:15'),(52642,20458,'action created','2021-01-21 15:35:15','2021-01-21 07:35:15'),(52643,20458,'action started via WP Cron','2021-01-21 15:35:51','2021-01-21 07:35:51'),(52644,20458,'action complete via WP Cron','2021-01-21 15:35:51','2021-01-21 07:35:51'),(52645,20459,'action created','2021-01-21 15:35:51','2021-01-21 07:35:51'),(52646,20459,'action started via WP Cron','2021-01-21 15:37:07','2021-01-21 07:37:07'),(52647,20459,'action complete via WP Cron','2021-01-21 15:37:07','2021-01-21 07:37:07'),(52648,20460,'action created','2021-01-21 15:37:07','2021-01-21 07:37:07'),(52649,20460,'action started via WP Cron','2021-01-21 15:37:52','2021-01-21 07:37:52'),(52650,20460,'action complete via WP Cron','2021-01-21 15:37:52','2021-01-21 07:37:52'),(52651,20461,'action created','2021-01-21 15:37:52','2021-01-21 07:37:52'),(52652,20461,'action started via WP Cron','2021-01-21 15:39:28','2021-01-21 07:39:28'),(52653,20461,'action complete via WP Cron','2021-01-21 15:39:28','2021-01-21 07:39:28'),(52654,20462,'action created','2021-01-21 15:39:29','2021-01-21 07:39:29'),(52655,20462,'action started via WP Cron','2021-01-21 15:40:08','2021-01-21 07:40:08'),(52656,20462,'action complete via WP Cron','2021-01-21 15:40:08','2021-01-21 07:40:08'),(52657,20463,'action created','2021-01-21 15:40:08','2021-01-21 07:40:08'),(52658,20463,'action started via WP Cron','2021-01-21 15:40:48','2021-01-21 07:40:48'),(52659,20463,'action complete via WP Cron','2021-01-21 15:40:48','2021-01-21 07:40:48'),(52660,20464,'action created','2021-01-21 15:40:49','2021-01-21 07:40:49'),(52661,20464,'action started via WP Cron','2021-01-21 15:42:03','2021-01-21 07:42:03'),(52662,20464,'action complete via WP Cron','2021-01-21 15:42:03','2021-01-21 07:42:03'),(52663,20465,'action created','2021-01-21 15:42:03','2021-01-21 07:42:03'),(52664,20465,'action started via WP Cron','2021-01-21 15:42:59','2021-01-21 07:42:59'),(52665,20465,'action complete via WP Cron','2021-01-21 15:42:59','2021-01-21 07:42:59'),(52666,20466,'action created','2021-01-21 15:43:00','2021-01-21 07:43:00'),(52667,20466,'action started via WP Cron','2021-01-21 15:43:49','2021-01-21 07:43:49'),(52668,20466,'action complete via WP Cron','2021-01-21 15:43:49','2021-01-21 07:43:49'),(52669,20467,'action created','2021-01-21 15:43:49','2021-01-21 07:43:49'),(52670,20467,'action started via WP Cron','2021-01-21 15:44:47','2021-01-21 07:44:47'),(52671,20467,'action complete via WP Cron','2021-01-21 15:44:47','2021-01-21 07:44:47'),(52672,20468,'action created','2021-01-21 15:44:47','2021-01-21 07:44:47'),(52673,20468,'action started via WP Cron','2021-01-21 15:46:05','2021-01-21 07:46:05'),(52674,20468,'action complete via WP Cron','2021-01-21 15:46:05','2021-01-21 07:46:05'),(52675,20469,'action created','2021-01-21 15:46:05','2021-01-21 07:46:05'),(52676,20469,'action started via WP Cron','2021-01-21 15:46:47','2021-01-21 07:46:47'),(52677,20469,'action complete via WP Cron','2021-01-21 15:46:47','2021-01-21 07:46:47'),(52678,20470,'action created','2021-01-21 15:46:47','2021-01-21 07:46:47'),(52679,20470,'action started via WP Cron','2021-01-21 15:48:07','2021-01-21 07:48:07'),(52680,20470,'action complete via WP Cron','2021-01-21 15:48:07','2021-01-21 07:48:07'),(52681,20471,'action created','2021-01-21 15:48:07','2021-01-21 07:48:07'),(52682,20471,'action started via WP Cron','2021-01-21 15:48:51','2021-01-21 07:48:51'),(52683,20471,'action complete via WP Cron','2021-01-21 15:48:51','2021-01-21 07:48:51'),(52684,20472,'action created','2021-01-21 15:48:51','2021-01-21 07:48:51'),(52685,20472,'action started via WP Cron','2021-01-21 15:49:53','2021-01-21 07:49:53'),(52686,20472,'action complete via WP Cron','2021-01-21 15:49:53','2021-01-21 07:49:53'),(52687,20473,'action created','2021-01-21 15:49:53','2021-01-21 07:49:53'),(52688,20473,'action started via WP Cron','2021-01-21 15:51:09','2021-01-21 07:51:09'),(52689,20473,'action complete via WP Cron','2021-01-21 15:51:09','2021-01-21 07:51:09'),(52690,20474,'action created','2021-01-21 15:51:09','2021-01-21 07:51:09'),(52691,20474,'action started via WP Cron','2021-01-21 15:51:43','2021-01-21 07:51:43'),(52692,20474,'action complete via WP Cron','2021-01-21 15:51:43','2021-01-21 07:51:43'),(52693,20475,'action created','2021-01-21 15:51:43','2021-01-21 07:51:43'),(52694,20475,'action started via WP Cron','2021-01-21 15:53:03','2021-01-21 07:53:03'),(52695,20475,'action complete via WP Cron','2021-01-21 15:53:03','2021-01-21 07:53:03'),(52696,20476,'action created','2021-01-21 15:53:03','2021-01-21 07:53:03'),(52697,20476,'action started via WP Cron','2021-01-21 15:54:02','2021-01-21 07:54:02'),(52698,20476,'action complete via WP Cron','2021-01-21 15:54:02','2021-01-21 07:54:02'),(52699,20477,'action created','2021-01-21 15:54:02','2021-01-21 07:54:02'),(52700,20477,'action started via WP Cron','2021-01-21 15:54:51','2021-01-21 07:54:51'),(52701,20477,'action complete via WP Cron','2021-01-21 15:54:51','2021-01-21 07:54:51'),(52702,20478,'action created','2021-01-21 15:54:51','2021-01-21 07:54:51'),(52703,20478,'action started via WP Cron','2021-01-21 15:56:16','2021-01-21 07:56:16'),(52704,20478,'action complete via WP Cron','2021-01-21 15:56:16','2021-01-21 07:56:16'),(52705,20479,'action created','2021-01-21 15:56:16','2021-01-21 07:56:16'),(52706,20479,'action started via WP Cron','2021-01-21 15:56:50','2021-01-21 07:56:50'),(52707,20479,'action complete via WP Cron','2021-01-21 15:56:50','2021-01-21 07:56:50'),(52708,20480,'action created','2021-01-21 15:56:50','2021-01-21 07:56:50'),(52709,20480,'action started via WP Cron','2021-01-21 15:58:30','2021-01-21 07:58:30'),(52710,20480,'action complete via WP Cron','2021-01-21 15:58:30','2021-01-21 07:58:30'),(52711,20481,'action created','2021-01-21 15:58:30','2021-01-21 07:58:30'),(52712,20481,'action started via WP Cron','2021-01-21 15:59:07','2021-01-21 07:59:07'),(52713,20481,'action complete via WP Cron','2021-01-21 15:59:07','2021-01-21 07:59:07'),(52714,20482,'action created','2021-01-21 15:59:07','2021-01-21 07:59:07'),(52715,20482,'action started via WP Cron','2021-01-21 15:59:50','2021-01-21 07:59:50'),(52716,20482,'action complete via WP Cron','2021-01-21 15:59:50','2021-01-21 07:59:50'),(52717,20483,'action created','2021-01-21 15:59:50','2021-01-21 07:59:50'),(52718,20483,'action started via WP Cron','2021-01-21 16:00:41','2021-01-21 08:00:41'),(52719,20483,'action complete via WP Cron','2021-01-21 16:00:41','2021-01-21 08:00:41'),(52720,20484,'action created','2021-01-21 16:00:41','2021-01-21 08:00:41'),(52721,20484,'action started via WP Cron','2021-01-21 16:01:43','2021-01-21 08:01:43'),(52722,20484,'action complete via WP Cron','2021-01-21 16:01:43','2021-01-21 08:01:43'),(52723,20485,'action created','2021-01-21 16:01:43','2021-01-21 08:01:43'),(52724,20485,'action started via WP Cron','2021-01-21 16:03:10','2021-01-21 08:03:10'),(52725,20485,'action complete via WP Cron','2021-01-21 16:03:10','2021-01-21 08:03:10'),(52726,20486,'action created','2021-01-21 16:03:11','2021-01-21 08:03:11'),(52727,20486,'action started via WP Cron','2021-01-21 16:03:46','2021-01-21 08:03:46'),(52728,20486,'action complete via WP Cron','2021-01-21 16:03:46','2021-01-21 08:03:46'),(52729,20487,'action created','2021-01-21 16:03:46','2021-01-21 08:03:46'),(52730,20487,'action started via WP Cron','2021-01-21 16:04:42','2021-01-21 08:04:42'),(52731,20487,'action complete via WP Cron','2021-01-21 16:04:42','2021-01-21 08:04:42'),(52732,20488,'action created','2021-01-21 16:04:42','2021-01-21 08:04:42'),(52733,20488,'action started via WP Cron','2021-01-21 16:05:47','2021-01-21 08:05:47'),(52734,20488,'action complete via WP Cron','2021-01-21 16:05:47','2021-01-21 08:05:47'),(52735,20489,'action created','2021-01-21 16:05:48','2021-01-21 08:05:48'),(52736,20489,'action started via WP Cron','2021-01-21 16:07:17','2021-01-21 08:07:17'),(52737,20489,'action complete via WP Cron','2021-01-21 16:07:17','2021-01-21 08:07:17'),(52738,20490,'action created','2021-01-21 16:07:17','2021-01-21 08:07:17'),(52739,20490,'action started via WP Cron','2021-01-21 16:07:49','2021-01-21 08:07:49'),(52740,20490,'action complete via WP Cron','2021-01-21 16:07:49','2021-01-21 08:07:49'),(52741,20491,'action created','2021-01-21 16:07:49','2021-01-21 08:07:49'),(52742,20491,'action started via WP Cron','2021-01-21 16:08:47','2021-01-21 08:08:47'),(52743,20491,'action complete via WP Cron','2021-01-21 16:08:47','2021-01-21 08:08:47'),(52744,20492,'action created','2021-01-21 16:08:47','2021-01-21 08:08:47'),(52745,20492,'action started via WP Cron','2021-01-21 16:09:51','2021-01-21 08:09:51'),(52746,20492,'action complete via WP Cron','2021-01-21 16:09:51','2021-01-21 08:09:51'),(52747,20493,'action created','2021-01-21 16:09:51','2021-01-21 08:09:51'),(52748,20493,'action started via WP Cron','2021-01-21 16:10:59','2021-01-21 08:10:59'),(52749,20493,'action complete via WP Cron','2021-01-21 16:10:59','2021-01-21 08:10:59'),(52750,20494,'action created','2021-01-21 16:10:59','2021-01-21 08:10:59'),(52751,20494,'action started via WP Cron','2021-01-21 16:11:43','2021-01-21 08:11:43'),(52752,20494,'action complete via WP Cron','2021-01-21 16:11:43','2021-01-21 08:11:43'),(52753,20495,'action created','2021-01-21 16:11:43','2021-01-21 08:11:43'),(52754,20495,'action started via WP Cron','2021-01-21 16:13:04','2021-01-21 08:13:04'),(52755,20495,'action complete via WP Cron','2021-01-21 16:13:04','2021-01-21 08:13:04'),(52756,20496,'action created','2021-01-21 16:13:05','2021-01-21 08:13:05'),(52757,20496,'action started via WP Cron','2021-01-21 16:13:50','2021-01-21 08:13:50'),(52758,20496,'action complete via WP Cron','2021-01-21 16:13:50','2021-01-21 08:13:50'),(52759,20497,'action created','2021-01-21 16:13:50','2021-01-21 08:13:50'),(52760,20497,'action started via WP Cron','2021-01-21 16:16:14','2021-01-21 08:16:14'),(52761,20497,'action complete via WP Cron','2021-01-21 16:16:14','2021-01-21 08:16:14'),(52762,20498,'action created','2021-01-21 16:16:14','2021-01-21 08:16:14'),(52763,20498,'action started via WP Cron','2021-01-21 16:17:22','2021-01-21 08:17:22'),(52764,20498,'action complete via WP Cron','2021-01-21 16:17:22','2021-01-21 08:17:22'),(52765,20499,'action created','2021-01-21 16:17:22','2021-01-21 08:17:22'),(52766,20499,'action started via WP Cron','2021-01-21 16:18:23','2021-01-21 08:18:23'),(52767,20499,'action complete via WP Cron','2021-01-21 16:18:23','2021-01-21 08:18:23'),(52768,20500,'action created','2021-01-21 16:18:23','2021-01-21 08:18:23'),(52769,20500,'action started via WP Cron','2021-01-21 16:19:24','2021-01-21 08:19:24'),(52770,20500,'action complete via WP Cron','2021-01-21 16:19:24','2021-01-21 08:19:24'),(52771,20501,'action created','2021-01-21 16:19:24','2021-01-21 08:19:24'),(52772,20501,'action started via WP Cron','2021-01-21 16:21:26','2021-01-21 08:21:26'),(52773,20501,'action complete via WP Cron','2021-01-21 16:21:26','2021-01-21 08:21:26'),(52774,20502,'action created','2021-01-21 16:21:26','2021-01-21 08:21:26'),(52775,20502,'action started via WP Cron','2021-01-21 16:22:03','2021-01-21 08:22:03'),(52776,20502,'action complete via WP Cron','2021-01-21 16:22:03','2021-01-21 08:22:03'),(52777,20503,'action created','2021-01-21 16:22:03','2021-01-21 08:22:03'),(52778,20503,'action started via WP Cron','2021-01-21 16:23:02','2021-01-21 08:23:02'),(52779,20503,'action complete via WP Cron','2021-01-21 16:23:02','2021-01-21 08:23:02'),(52780,20504,'action created','2021-01-21 16:23:02','2021-01-21 08:23:02'),(52781,20504,'action started via WP Cron','2021-01-21 16:24:03','2021-01-21 08:24:03'),(52782,20504,'action complete via WP Cron','2021-01-21 16:24:03','2021-01-21 08:24:03'),(52783,20505,'action created','2021-01-21 16:24:03','2021-01-21 08:24:03'),(52784,20505,'action started via WP Cron','2021-01-21 16:27:32','2021-01-21 08:27:32'),(52785,20505,'action complete via WP Cron','2021-01-21 16:27:32','2021-01-21 08:27:32'),(52786,20506,'action created','2021-01-21 16:27:32','2021-01-21 08:27:32'),(52787,20506,'action started via WP Cron','2021-01-21 16:36:43','2021-01-21 08:36:43'),(52788,20506,'action complete via WP Cron','2021-01-21 16:36:43','2021-01-21 08:36:43'),(52789,20507,'action created','2021-01-21 16:36:43','2021-01-21 08:36:43'),(52790,20507,'action started via WP Cron','2021-01-21 16:40:10','2021-01-21 08:40:10'),(52791,20507,'action complete via WP Cron','2021-01-21 16:40:10','2021-01-21 08:40:10'),(52792,20508,'action created','2021-01-21 16:40:10','2021-01-21 08:40:10'),(52793,20508,'action started via WP Cron','2021-01-21 16:40:50','2021-01-21 08:40:50'),(52794,20508,'action complete via WP Cron','2021-01-21 16:40:50','2021-01-21 08:40:50'),(52795,20509,'action created','2021-01-21 16:40:50','2021-01-21 08:40:50'),(52796,20509,'action started via WP Cron','2021-01-21 16:45:13','2021-01-21 08:45:13'),(52797,20509,'action complete via WP Cron','2021-01-21 16:45:13','2021-01-21 08:45:13'),(52798,20510,'action created','2021-01-21 16:45:13','2021-01-21 08:45:13'),(52799,20510,'action started via WP Cron','2021-01-21 16:59:19','2021-01-21 08:59:19'),(52800,20510,'action complete via WP Cron','2021-01-21 16:59:19','2021-01-21 08:59:19'),(52801,20511,'action created','2021-01-21 16:59:19','2021-01-21 08:59:19'),(52802,20511,'action started via WP Cron','2021-01-21 17:01:46','2021-01-21 09:01:46'),(52803,20511,'action complete via WP Cron','2021-01-21 17:01:46','2021-01-21 09:01:46'),(52804,20512,'action created','2021-01-21 17:01:46','2021-01-21 09:01:46'),(52805,20512,'action started via WP Cron','2021-01-21 17:10:44','2021-01-21 09:10:44'),(52806,20512,'action complete via WP Cron','2021-01-21 17:10:44','2021-01-21 09:10:44'),(52807,20513,'action created','2021-01-21 17:10:44','2021-01-21 09:10:44'),(52808,20513,'action started via WP Cron','2021-01-21 17:11:45','2021-01-21 09:11:45'),(52809,20513,'action complete via WP Cron','2021-01-21 17:11:45','2021-01-21 09:11:45'),(52810,20514,'action created','2021-01-21 17:11:45','2021-01-21 09:11:45'),(52811,20514,'action started via WP Cron','2021-01-21 17:12:46','2021-01-21 09:12:46'),(52812,20514,'action complete via WP Cron','2021-01-21 17:12:46','2021-01-21 09:12:46'),(52813,20515,'action created','2021-01-21 17:12:46','2021-01-21 09:12:46'),(52814,20515,'action started via WP Cron','2021-01-21 17:14:48','2021-01-21 09:14:48'),(52815,20515,'action complete via WP Cron','2021-01-21 17:14:48','2021-01-21 09:14:48'),(52816,20516,'action created','2021-01-21 17:14:48','2021-01-21 09:14:48'),(52817,20516,'action started via WP Cron','2021-01-21 17:15:49','2021-01-21 09:15:49'),(52818,20516,'action complete via WP Cron','2021-01-21 17:15:49','2021-01-21 09:15:49'),(52819,20517,'action created','2021-01-21 17:15:49','2021-01-21 09:15:49'),(52820,20517,'action started via WP Cron','2021-01-21 17:16:49','2021-01-21 09:16:49'),(52821,20517,'action complete via WP Cron','2021-01-21 17:16:49','2021-01-21 09:16:49'),(52822,20518,'action created','2021-01-21 17:16:49','2021-01-21 09:16:49'),(52823,20518,'action started via WP Cron','2021-01-21 17:18:37','2021-01-21 09:18:37'),(52824,20518,'action complete via WP Cron','2021-01-21 17:18:37','2021-01-21 09:18:37'),(52825,20519,'action created','2021-01-21 17:18:38','2021-01-21 09:18:38'),(52826,20519,'action started via WP Cron','2021-01-21 17:30:37','2021-01-21 09:30:37'),(52827,20519,'action complete via WP Cron','2021-01-21 17:30:37','2021-01-21 09:30:37'),(52828,20520,'action created','2021-01-21 17:30:37','2021-01-21 09:30:37'),(52829,20520,'action started via WP Cron','2021-01-21 17:31:45','2021-01-21 09:31:45'),(52830,20520,'action complete via WP Cron','2021-01-21 17:31:45','2021-01-21 09:31:45'),(52831,20521,'action created','2021-01-21 17:31:45','2021-01-21 09:31:45'),(52832,20521,'action started via WP Cron','2021-01-21 17:32:46','2021-01-21 09:32:46'),(52833,20521,'action complete via WP Cron','2021-01-21 17:32:46','2021-01-21 09:32:46'),(52834,20522,'action created','2021-01-21 17:32:46','2021-01-21 09:32:46'),(52835,20522,'action started via WP Cron','2021-01-21 17:33:52','2021-01-21 09:33:52'),(52836,20522,'action complete via WP Cron','2021-01-21 17:33:52','2021-01-21 09:33:52'),(52837,20523,'action created','2021-01-21 17:33:52','2021-01-21 09:33:52'),(52838,20523,'action started via WP Cron','2021-01-21 17:34:48','2021-01-21 09:34:48'),(52839,20523,'action complete via WP Cron','2021-01-21 17:34:48','2021-01-21 09:34:48'),(52840,20524,'action created','2021-01-21 17:34:48','2021-01-21 09:34:48'),(52841,20524,'action started via WP Cron','2021-01-21 17:35:48','2021-01-21 09:35:48'),(52842,20524,'action complete via WP Cron','2021-01-21 17:35:48','2021-01-21 09:35:48'),(52843,20525,'action created','2021-01-21 17:35:48','2021-01-21 09:35:48'),(52844,20525,'action started via WP Cron','2021-01-21 17:36:50','2021-01-21 09:36:50'),(52845,20525,'action complete via WP Cron','2021-01-21 17:36:50','2021-01-21 09:36:50'),(52846,20526,'action created','2021-01-21 17:36:50','2021-01-21 09:36:50'),(52847,20526,'action started via WP Cron','2021-01-21 17:38:08','2021-01-21 09:38:08'),(52848,20526,'action complete via WP Cron','2021-01-21 17:38:08','2021-01-21 09:38:08'),(52849,20527,'action created','2021-01-21 17:38:08','2021-01-21 09:38:08'),(52850,20527,'action started via WP Cron','2021-01-21 17:39:10','2021-01-21 09:39:10'),(52851,20527,'action complete via WP Cron','2021-01-21 17:39:10','2021-01-21 09:39:10'),(52852,20528,'action created','2021-01-21 17:39:10','2021-01-21 09:39:10'),(52853,20528,'action started via WP Cron','2021-01-21 17:40:35','2021-01-21 09:40:35'),(52854,20528,'action complete via WP Cron','2021-01-21 17:40:35','2021-01-21 09:40:35'),(52855,20529,'action created','2021-01-21 17:40:35','2021-01-21 09:40:35'),(52856,20529,'action started via WP Cron','2021-01-21 17:41:32','2021-01-21 09:41:32'),(52857,20529,'action complete via WP Cron','2021-01-21 17:41:32','2021-01-21 09:41:32'),(52858,20530,'action created','2021-01-21 17:41:32','2021-01-21 09:41:32'),(52859,20530,'action started via WP Cron','2021-01-21 17:42:42','2021-01-21 09:42:42'),(52860,20530,'action complete via WP Cron','2021-01-21 17:42:42','2021-01-21 09:42:42'),(52861,20531,'action created','2021-01-21 17:44:52','2021-01-21 09:44:52'),(52862,20531,'action started via WP Cron','2021-01-21 17:46:03','2021-01-21 09:46:03'),(52863,20531,'action complete via WP Cron','2021-01-21 17:46:03','2021-01-21 09:46:03'),(52864,20532,'action created','2021-01-21 17:46:03','2021-01-21 09:46:03'),(52865,20532,'action started via WP Cron','2021-01-21 17:47:04','2021-01-21 09:47:04'),(52866,20532,'action complete via WP Cron','2021-01-21 17:47:04','2021-01-21 09:47:04'),(52867,20533,'action created','2021-01-21 17:47:05','2021-01-21 09:47:05'),(52868,20533,'action started via WP Cron','2021-01-21 17:49:06','2021-01-21 09:49:06'),(52869,20533,'action complete via WP Cron','2021-01-21 17:49:06','2021-01-21 09:49:06'),(52870,20534,'action created','2021-01-21 17:49:06','2021-01-21 09:49:06'),(52871,20534,'action started via WP Cron','2021-01-21 17:50:10','2021-01-21 09:50:10'),(52872,20534,'action complete via WP Cron','2021-01-21 17:50:10','2021-01-21 09:50:10'),(52873,20535,'action created','2021-01-21 17:50:10','2021-01-21 09:50:10'),(52874,20535,'action started via WP Cron','2021-01-21 17:51:00','2021-01-21 09:51:00'),(52875,20535,'action complete via WP Cron','2021-01-21 17:51:00','2021-01-21 09:51:00'),(52876,20536,'action created','2021-01-21 17:51:00','2021-01-21 09:51:00'),(52877,20536,'action started via WP Cron','2021-01-21 17:52:23','2021-01-21 09:52:23'),(52878,20536,'action complete via WP Cron','2021-01-21 17:52:23','2021-01-21 09:52:23'),(52879,20537,'action created','2021-01-21 17:52:23','2021-01-21 09:52:23'),(52880,20537,'action started via WP Cron','2021-01-21 17:54:25','2021-01-21 09:54:25'),(52881,20537,'action complete via WP Cron','2021-01-21 17:54:25','2021-01-21 09:54:25'),(52882,20538,'action created','2021-01-21 17:54:25','2021-01-21 09:54:25'),(52883,20538,'action started via WP Cron','2021-01-21 17:55:26','2021-01-21 09:55:26'),(52884,20538,'action complete via WP Cron','2021-01-21 17:55:26','2021-01-21 09:55:26'),(52885,20539,'action created','2021-01-21 17:55:26','2021-01-21 09:55:26'),(52886,20539,'action started via WP Cron','2021-01-21 17:56:26','2021-01-21 09:56:26'),(52887,20539,'action complete via WP Cron','2021-01-21 17:56:26','2021-01-21 09:56:26'),(52888,20540,'action created','2021-01-21 17:56:26','2021-01-21 09:56:26'),(52889,20540,'action started via WP Cron','2021-01-21 17:57:28','2021-01-21 09:57:28'),(52890,20540,'action complete via WP Cron','2021-01-21 17:57:28','2021-01-21 09:57:28'),(52891,20541,'action created','2021-01-21 17:57:28','2021-01-21 09:57:28'),(52892,20541,'action started via WP Cron','2021-01-21 17:58:28','2021-01-21 09:58:28'),(52893,20541,'action complete via WP Cron','2021-01-21 17:58:28','2021-01-21 09:58:28'),(52894,20542,'action created','2021-01-21 17:58:29','2021-01-21 09:58:29'),(52895,20542,'action started via WP Cron','2021-01-21 18:00:34','2021-01-21 10:00:34'),(52896,20542,'action complete via WP Cron','2021-01-21 18:00:34','2021-01-21 10:00:34'),(52897,20543,'action created','2021-01-21 18:00:34','2021-01-21 10:00:34'),(52898,20543,'action started via WP Cron','2021-01-21 18:01:38','2021-01-21 10:01:38'),(52899,20543,'action complete via WP Cron','2021-01-21 18:01:38','2021-01-21 10:01:38'),(52900,20544,'action created','2021-01-21 18:01:38','2021-01-21 10:01:38'),(52901,20544,'action started via WP Cron','2021-01-21 18:02:39','2021-01-21 10:02:39'),(52902,20544,'action complete via WP Cron','2021-01-21 18:02:39','2021-01-21 10:02:39'),(52903,20545,'action created','2021-01-21 18:02:39','2021-01-21 10:02:39'),(52904,20545,'action started via WP Cron','2021-01-21 18:03:36','2021-01-21 10:03:36'),(52905,20545,'action complete via WP Cron','2021-01-21 18:03:36','2021-01-21 10:03:36'),(52906,20546,'action created','2021-01-21 18:03:36','2021-01-21 10:03:36'),(52907,20546,'action started via WP Cron','2021-01-21 18:04:39','2021-01-21 10:04:39'),(52908,20546,'action complete via WP Cron','2021-01-21 18:04:39','2021-01-21 10:04:39'),(52909,20547,'action created','2021-01-21 18:04:39','2021-01-21 10:04:39'),(52910,20547,'action started via WP Cron','2021-01-21 18:05:39','2021-01-21 10:05:39'),(52911,20547,'action complete via WP Cron','2021-01-21 18:05:39','2021-01-21 10:05:39'),(52912,20548,'action created','2021-01-21 18:05:39','2021-01-21 10:05:39'),(52913,20548,'action started via WP Cron','2021-01-21 18:06:39','2021-01-21 10:06:39'),(52914,20548,'action complete via WP Cron','2021-01-21 18:06:39','2021-01-21 10:06:39'),(52915,20549,'action created','2021-01-21 18:06:40','2021-01-21 10:06:40'),(52916,20549,'action started via WP Cron','2021-01-21 18:08:41','2021-01-21 10:08:41'),(52917,20549,'action complete via WP Cron','2021-01-21 18:08:41','2021-01-21 10:08:41'),(52918,20550,'action created','2021-01-21 18:08:42','2021-01-21 10:08:42'),(52919,20550,'action started via WP Cron','2021-01-21 18:09:42','2021-01-21 10:09:42'),(52920,20550,'action complete via WP Cron','2021-01-21 18:09:42','2021-01-21 10:09:42'),(52921,20551,'action created','2021-01-21 18:09:42','2021-01-21 10:09:42'),(52922,20551,'action started via WP Cron','2021-01-21 18:10:45','2021-01-21 10:10:45'),(52923,20551,'action complete via WP Cron','2021-01-21 18:10:45','2021-01-21 10:10:45'),(52924,20552,'action created','2021-01-21 18:10:45','2021-01-21 10:10:45'),(52925,20552,'action started via WP Cron','2021-01-21 18:11:46','2021-01-21 10:11:46'),(52926,20552,'action complete via WP Cron','2021-01-21 18:11:46','2021-01-21 10:11:46'),(52927,20553,'action created','2021-01-21 18:11:46','2021-01-21 10:11:46'),(52928,20553,'action started via WP Cron','2021-01-21 18:12:46','2021-01-21 10:12:46'),(52929,20553,'action complete via WP Cron','2021-01-21 18:12:46','2021-01-21 10:12:46'),(52930,20554,'action created','2021-01-21 18:12:46','2021-01-21 10:12:46'),(52931,20554,'action started via WP Cron','2021-01-21 18:13:47','2021-01-21 10:13:47'),(52932,20554,'action complete via WP Cron','2021-01-21 18:13:47','2021-01-21 10:13:47'),(52933,20555,'action created','2021-01-21 18:13:47','2021-01-21 10:13:47'),(52934,20555,'action started via WP Cron','2021-01-21 18:14:48','2021-01-21 10:14:48'),(52935,20555,'action complete via WP Cron','2021-01-21 18:14:48','2021-01-21 10:14:48'),(52936,20556,'action created','2021-01-21 18:14:48','2021-01-21 10:14:48'),(52937,20556,'action started via WP Cron','2021-01-21 18:15:50','2021-01-21 10:15:50'),(52938,20556,'action complete via WP Cron','2021-01-21 18:15:50','2021-01-21 10:15:50'),(52939,20557,'action created','2021-01-21 18:15:50','2021-01-21 10:15:50'),(52940,20557,'action started via WP Cron','2021-01-21 18:16:50','2021-01-21 10:16:50'),(52941,20557,'action complete via WP Cron','2021-01-21 18:16:50','2021-01-21 10:16:50'),(52942,20558,'action created','2021-01-21 18:16:51','2021-01-21 10:16:51'),(52943,20558,'action started via WP Cron','2021-01-21 18:17:51','2021-01-21 10:17:51'),(52944,20558,'action complete via WP Cron','2021-01-21 18:17:51','2021-01-21 10:17:51'),(52945,20559,'action created','2021-01-21 18:17:51','2021-01-21 10:17:51'),(52946,20559,'action started via WP Cron','2021-01-21 18:18:52','2021-01-21 10:18:52'),(52947,20559,'action complete via WP Cron','2021-01-21 18:18:52','2021-01-21 10:18:52'),(52948,20560,'action created','2021-01-21 18:18:52','2021-01-21 10:18:52'),(52949,20560,'action started via WP Cron','2021-01-21 18:19:54','2021-01-21 10:19:54'),(52950,20560,'action complete via WP Cron','2021-01-21 18:19:54','2021-01-21 10:19:54'),(52951,20561,'action created','2021-01-21 18:19:54','2021-01-21 10:19:54'),(52952,20561,'action started via WP Cron','2021-01-21 18:20:54','2021-01-21 10:20:54'),(52953,20561,'action complete via WP Cron','2021-01-21 18:20:54','2021-01-21 10:20:54'),(52954,20562,'action created','2021-01-21 18:20:54','2021-01-21 10:20:54'),(52955,20562,'action started via WP Cron','2021-01-21 18:21:56','2021-01-21 10:21:56'),(52956,20562,'action complete via WP Cron','2021-01-21 18:21:56','2021-01-21 10:21:56'),(52957,20563,'action created','2021-01-21 18:21:56','2021-01-21 10:21:56'),(52958,20563,'action started via WP Cron','2021-01-21 18:22:48','2021-01-21 10:22:48'),(52959,20563,'action complete via WP Cron','2021-01-21 18:22:48','2021-01-21 10:22:48'),(52960,20564,'action created','2021-01-21 18:22:48','2021-01-21 10:22:48'),(52961,20564,'action started via WP Cron','2021-01-21 18:23:55','2021-01-21 10:23:55'),(52962,20564,'action complete via WP Cron','2021-01-21 18:23:55','2021-01-21 10:23:55'),(52963,20565,'action created','2021-01-21 18:23:55','2021-01-21 10:23:55'),(52964,20565,'action started via WP Cron','2021-01-21 18:26:08','2021-01-21 10:26:08'),(52965,20565,'action complete via WP Cron','2021-01-21 18:26:08','2021-01-21 10:26:08'),(52966,20566,'action created','2021-01-21 18:26:08','2021-01-21 10:26:08'),(52967,20566,'action started via WP Cron','2021-01-21 18:27:05','2021-01-21 10:27:05'),(52968,20566,'action complete via WP Cron','2021-01-21 18:27:05','2021-01-21 10:27:05'),(52969,20567,'action created','2021-01-21 18:27:05','2021-01-21 10:27:05'),(52970,20567,'action started via WP Cron','2021-01-21 18:28:12','2021-01-21 10:28:12'),(52971,20567,'action complete via WP Cron','2021-01-21 18:28:12','2021-01-21 10:28:12'),(52972,20568,'action created','2021-01-21 18:28:12','2021-01-21 10:28:12'),(52973,20568,'action started via WP Cron','2021-01-21 18:28:44','2021-01-21 10:28:44'),(52974,20568,'action complete via WP Cron','2021-01-21 18:28:44','2021-01-21 10:28:44'),(52975,20569,'action created','2021-01-21 18:28:44','2021-01-21 10:28:44'),(52976,20569,'action started via WP Cron','2021-01-21 18:30:14','2021-01-21 10:30:14'),(52977,20569,'action complete via WP Cron','2021-01-21 18:30:14','2021-01-21 10:30:14'),(52978,20570,'action created','2021-01-21 18:30:14','2021-01-21 10:30:14'),(52979,20570,'action started via WP Cron','2021-01-21 18:31:17','2021-01-21 10:31:17'),(52980,20570,'action complete via WP Cron','2021-01-21 18:31:17','2021-01-21 10:31:17'),(52981,20571,'action created','2021-01-21 18:31:18','2021-01-21 10:31:18'),(52982,20571,'action started via WP Cron','2021-01-21 18:32:19','2021-01-21 10:32:19'),(52983,20571,'action complete via WP Cron','2021-01-21 18:32:19','2021-01-21 10:32:19'),(52984,20572,'action created','2021-01-21 18:32:19','2021-01-21 10:32:19'),(52985,20572,'action started via WP Cron','2021-01-21 18:33:15','2021-01-21 10:33:15'),(52986,20572,'action complete via WP Cron','2021-01-21 18:33:15','2021-01-21 10:33:15'),(52987,20573,'action created','2021-01-21 18:33:15','2021-01-21 10:33:15'),(52988,20573,'action started via WP Cron','2021-01-21 18:34:16','2021-01-21 10:34:16'),(52989,20573,'action complete via WP Cron','2021-01-21 18:34:16','2021-01-21 10:34:16'),(52990,20574,'action created','2021-01-21 18:34:16','2021-01-21 10:34:16'),(52991,20574,'action started via WP Cron','2021-01-21 18:35:21','2021-01-21 10:35:21'),(52992,20574,'action complete via WP Cron','2021-01-21 18:35:21','2021-01-21 10:35:21'),(52993,20575,'action created','2021-01-21 18:35:22','2021-01-21 10:35:22'),(52994,20575,'action started via WP Cron','2021-01-21 18:36:22','2021-01-21 10:36:22'),(52995,20575,'action complete via WP Cron','2021-01-21 18:36:22','2021-01-21 10:36:22'),(52996,20576,'action created','2021-01-21 18:36:22','2021-01-21 10:36:22'),(52997,20576,'action started via WP Cron','2021-01-21 18:36:54','2021-01-21 10:36:54'),(52998,20576,'action complete via WP Cron','2021-01-21 18:36:54','2021-01-21 10:36:54'),(52999,20577,'action created','2021-01-21 18:36:54','2021-01-21 10:36:54'),(53000,20577,'action started via WP Cron','2021-01-21 18:37:56','2021-01-21 10:37:56'),(53001,20577,'action complete via WP Cron','2021-01-21 18:37:56','2021-01-21 10:37:56'),(53002,20578,'action created','2021-01-21 18:37:56','2021-01-21 10:37:56'),(53003,20578,'action started via WP Cron','2021-01-21 18:38:56','2021-01-21 10:38:56'),(53004,20578,'action complete via WP Cron','2021-01-21 18:38:56','2021-01-21 10:38:56'),(53005,20579,'action created','2021-01-21 18:38:56','2021-01-21 10:38:56'),(53006,20579,'action started via WP Cron','2021-01-21 18:39:58','2021-01-21 10:39:58'),(53007,20579,'action complete via WP Cron','2021-01-21 18:39:58','2021-01-21 10:39:58'),(53008,20580,'action created','2021-01-21 18:39:58','2021-01-21 10:39:58'),(53009,20580,'action started via WP Cron','2021-01-21 18:41:59','2021-01-21 10:41:59'),(53010,20580,'action complete via WP Cron','2021-01-21 18:41:59','2021-01-21 10:41:59'),(53011,20581,'action created','2021-01-21 18:41:59','2021-01-21 10:41:59'),(53012,20581,'action started via WP Cron','2021-01-21 18:43:34','2021-01-21 10:43:34'),(53013,20581,'action complete via WP Cron','2021-01-21 18:43:34','2021-01-21 10:43:34'),(53014,20582,'action created','2021-01-21 18:43:35','2021-01-21 10:43:35'),(53015,20582,'action started via WP Cron','2021-01-21 18:44:32','2021-01-21 10:44:32'),(53016,20582,'action complete via WP Cron','2021-01-21 18:44:32','2021-01-21 10:44:32'),(53017,20583,'action created','2021-01-21 18:44:32','2021-01-21 10:44:32'),(53018,20583,'action started via WP Cron','2021-01-21 18:45:33','2021-01-21 10:45:33'),(53019,20583,'action complete via WP Cron','2021-01-21 18:45:33','2021-01-21 10:45:33'),(53020,20584,'action created','2021-01-21 18:45:33','2021-01-21 10:45:33'),(53021,20584,'action started via WP Cron','2021-01-21 18:46:40','2021-01-21 10:46:40'),(53022,20584,'action complete via WP Cron','2021-01-21 18:46:40','2021-01-21 10:46:40'),(53023,20585,'action created','2021-01-21 18:46:40','2021-01-21 10:46:40'),(53024,20585,'action started via WP Cron','2021-01-21 18:48:41','2021-01-21 10:48:41'),(53025,20585,'action complete via WP Cron','2021-01-21 18:48:41','2021-01-21 10:48:41'),(53026,20586,'action created','2021-01-21 18:48:41','2021-01-21 10:48:41'),(53027,20586,'action started via WP Cron','2021-01-21 18:49:41','2021-01-21 10:49:41'),(53028,20586,'action complete via WP Cron','2021-01-21 18:49:41','2021-01-21 10:49:41'),(53029,20587,'action created','2021-01-21 18:49:41','2021-01-21 10:49:41'),(53030,20587,'action started via WP Cron','2021-01-21 18:50:43','2021-01-21 10:50:43'),(53031,20587,'action complete via WP Cron','2021-01-21 18:50:43','2021-01-21 10:50:43'),(53032,20588,'action created','2021-01-21 18:50:43','2021-01-21 10:50:43'),(53033,20588,'action started via WP Cron','2021-01-21 18:51:43','2021-01-21 10:51:43'),(53034,20588,'action complete via WP Cron','2021-01-21 18:51:43','2021-01-21 10:51:43'),(53035,20589,'action created','2021-01-21 18:51:44','2021-01-21 10:51:44'),(53036,20589,'action started via WP Cron','2021-01-21 18:52:44','2021-01-21 10:52:44'),(53037,20589,'action complete via WP Cron','2021-01-21 18:52:44','2021-01-21 10:52:44'),(53038,20590,'action created','2021-01-21 18:52:44','2021-01-21 10:52:44'),(53039,20590,'action started via WP Cron','2021-01-21 18:53:45','2021-01-21 10:53:45'),(53040,20590,'action complete via WP Cron','2021-01-21 18:53:45','2021-01-21 10:53:45'),(53041,20591,'action created','2021-01-21 18:53:45','2021-01-21 10:53:45'),(53042,20591,'action started via WP Cron','2021-01-21 18:55:48','2021-01-21 10:55:48'),(53043,20591,'action complete via WP Cron','2021-01-21 18:55:48','2021-01-21 10:55:48'),(53044,20592,'action created','2021-01-21 18:55:48','2021-01-21 10:55:48'),(53045,20592,'action started via WP Cron','2021-01-21 18:56:48','2021-01-21 10:56:48'),(53046,20592,'action complete via WP Cron','2021-01-21 18:56:48','2021-01-21 10:56:48'),(53047,20593,'action created','2021-01-21 18:56:49','2021-01-21 10:56:49'),(53048,20593,'action started via WP Cron','2021-01-21 18:57:49','2021-01-21 10:57:49'),(53049,20593,'action complete via WP Cron','2021-01-21 18:57:49','2021-01-21 10:57:49'),(53050,20594,'action created','2021-01-21 18:57:50','2021-01-21 10:57:50'),(53051,20594,'action started via WP Cron','2021-01-21 18:58:50','2021-01-21 10:58:50'),(53052,20594,'action complete via WP Cron','2021-01-21 18:58:50','2021-01-21 10:58:50'),(53053,20595,'action created','2021-01-21 18:58:50','2021-01-21 10:58:50'),(53054,20595,'action started via WP Cron','2021-01-21 18:59:52','2021-01-21 10:59:52'),(53055,20595,'action complete via WP Cron','2021-01-21 18:59:52','2021-01-21 10:59:52'),(53056,20596,'action created','2021-01-21 18:59:52','2021-01-21 10:59:52'),(53057,20596,'action started via WP Cron','2021-01-21 19:00:55','2021-01-21 11:00:55'),(53058,20596,'action complete via WP Cron','2021-01-21 19:00:55','2021-01-21 11:00:55'),(53059,20597,'action created','2021-01-21 19:00:55','2021-01-21 11:00:55'),(53060,20597,'action started via WP Cron','2021-01-21 19:01:55','2021-01-21 11:01:55'),(53061,20597,'action complete via WP Cron','2021-01-21 19:01:55','2021-01-21 11:01:55'),(53062,20598,'action created','2021-01-21 19:01:55','2021-01-21 11:01:55'),(53063,20598,'action started via WP Cron','2021-01-21 19:02:56','2021-01-21 11:02:56'),(53064,20598,'action complete via WP Cron','2021-01-21 19:02:56','2021-01-21 11:02:56'),(53065,20599,'action created','2021-01-21 19:02:56','2021-01-21 11:02:56'),(53066,20599,'action started via WP Cron','2021-01-21 19:03:59','2021-01-21 11:03:59'),(53067,20599,'action complete via WP Cron','2021-01-21 19:03:59','2021-01-21 11:03:59'),(53068,20600,'action created','2021-01-21 19:03:59','2021-01-21 11:03:59'),(53069,20600,'action started via WP Cron','2021-01-21 19:04:58','2021-01-21 11:04:58'),(53070,20600,'action complete via WP Cron','2021-01-21 19:04:58','2021-01-21 11:04:58'),(53071,20601,'action created','2021-01-21 19:04:58','2021-01-21 11:04:58'),(53072,20601,'action started via WP Cron','2021-01-21 19:06:01','2021-01-21 11:06:01'),(53073,20601,'action complete via WP Cron','2021-01-21 19:06:01','2021-01-21 11:06:01'),(53074,20602,'action created','2021-01-21 19:06:01','2021-01-21 11:06:01'),(53075,20602,'action started via WP Cron','2021-01-21 19:07:03','2021-01-21 11:07:03'),(53076,20602,'action complete via WP Cron','2021-01-21 19:07:03','2021-01-21 11:07:03'),(53077,20603,'action created','2021-01-21 19:07:03','2021-01-21 11:07:03'),(53078,20603,'action started via WP Cron','2021-01-21 19:07:55','2021-01-21 11:07:55'),(53079,20603,'action complete via WP Cron','2021-01-21 19:07:55','2021-01-21 11:07:55'),(53080,20604,'action created','2021-01-21 19:07:55','2021-01-21 11:07:55'),(53081,20604,'action started via WP Cron','2021-01-21 19:13:46','2021-01-21 11:13:46'),(53082,20604,'action complete via WP Cron','2021-01-21 19:13:46','2021-01-21 11:13:46'),(53083,20605,'action created','2021-01-21 19:13:46','2021-01-21 11:13:46'),(53084,20605,'action started via WP Cron','2021-01-21 19:16:57','2021-01-21 11:16:57'),(53085,20605,'action complete via WP Cron','2021-01-21 19:16:57','2021-01-21 11:16:57'),(53086,20606,'action created','2021-01-21 19:16:57','2021-01-21 11:16:57'),(53087,20606,'action started via WP Cron','2021-01-21 19:19:27','2021-01-21 11:19:27'),(53088,20606,'action complete via WP Cron','2021-01-21 19:19:27','2021-01-21 11:19:27'),(53089,20607,'action created','2021-01-21 19:19:27','2021-01-21 11:19:27'),(53090,20607,'action started via WP Cron','2021-01-21 19:24:02','2021-01-21 11:24:02'),(53091,20607,'action complete via WP Cron','2021-01-21 19:24:02','2021-01-21 11:24:02'),(53092,20608,'action created','2021-01-21 19:24:02','2021-01-21 11:24:02'),(53093,20608,'action started via WP Cron','2021-01-21 19:25:04','2021-01-21 11:25:04'),(53094,20608,'action complete via WP Cron','2021-01-21 19:25:04','2021-01-21 11:25:04'),(53095,20609,'action created','2021-01-21 19:25:04','2021-01-21 11:25:04'),(53096,20609,'action started via WP Cron','2021-01-21 19:26:06','2021-01-21 11:26:06'),(53097,20609,'action complete via WP Cron','2021-01-21 19:26:06','2021-01-21 11:26:06'),(53098,20610,'action created','2021-01-21 19:26:06','2021-01-21 11:26:06'),(53099,20610,'action started via WP Cron','2021-01-21 19:27:05','2021-01-21 11:27:05'),(53100,20610,'action complete via WP Cron','2021-01-21 19:27:05','2021-01-21 11:27:05'),(53101,20611,'action created','2021-01-21 19:27:06','2021-01-21 11:27:06'),(53102,20611,'action started via WP Cron','2021-01-21 19:28:06','2021-01-21 11:28:06'),(53103,20611,'action complete via WP Cron','2021-01-21 19:28:06','2021-01-21 11:28:06'),(53104,20612,'action created','2021-01-21 19:28:06','2021-01-21 11:28:06'),(53105,20612,'action started via WP Cron','2021-01-21 19:29:08','2021-01-21 11:29:08'),(53106,20612,'action complete via WP Cron','2021-01-21 19:29:08','2021-01-21 11:29:08'),(53107,20613,'action created','2021-01-21 19:29:08','2021-01-21 11:29:08'),(53108,20613,'action started via WP Cron','2021-01-21 19:30:22','2021-01-21 11:30:22'),(53109,20613,'action complete via WP Cron','2021-01-21 19:30:22','2021-01-21 11:30:22'),(53110,20614,'action created','2021-01-21 19:30:22','2021-01-21 11:30:22'),(53111,20614,'action started via WP Cron','2021-01-21 19:34:29','2021-01-21 11:34:29'),(53112,20614,'action complete via WP Cron','2021-01-21 19:34:29','2021-01-21 11:34:29'),(53113,20615,'action created','2021-01-21 19:34:29','2021-01-21 11:34:29'),(53114,20615,'action started via WP Cron','2021-01-21 19:39:51','2021-01-21 11:39:51'),(53115,20615,'action complete via WP Cron','2021-01-21 19:39:51','2021-01-21 11:39:51'),(53116,20616,'action created','2021-01-21 19:39:51','2021-01-21 11:39:51'),(53117,20616,'action started via WP Cron','2021-01-21 19:40:45','2021-01-21 11:40:45'),(53118,20616,'action complete via WP Cron','2021-01-21 19:40:45','2021-01-21 11:40:45'),(53119,20617,'action created','2021-01-21 19:40:45','2021-01-21 11:40:45'),(53120,20617,'action started via WP Cron','2021-01-21 19:41:44','2021-01-21 11:41:44'),(53121,20617,'action complete via WP Cron','2021-01-21 19:41:44','2021-01-21 11:41:44'),(53122,20618,'action created','2021-01-21 19:41:45','2021-01-21 11:41:45'),(53123,20618,'action started via WP Cron','2021-01-21 19:45:22','2021-01-21 11:45:22'),(53124,20618,'action complete via WP Cron','2021-01-21 19:45:22','2021-01-21 11:45:22'),(53125,20619,'action created','2021-01-21 19:45:22','2021-01-21 11:45:22'),(53126,20619,'action started via WP Cron','2021-01-21 19:47:20','2021-01-21 11:47:20'),(53127,20619,'action complete via WP Cron','2021-01-21 19:47:20','2021-01-21 11:47:20'),(53128,20620,'action created','2021-01-21 19:47:20','2021-01-21 11:47:20'),(53129,20620,'action started via WP Cron','2021-01-21 19:47:44','2021-01-21 11:47:44'),(53130,20620,'action complete via WP Cron','2021-01-21 19:47:44','2021-01-21 11:47:44'),(53131,20621,'action created','2021-01-21 19:47:44','2021-01-21 11:47:44'),(53132,20621,'action started via WP Cron','2021-01-21 19:50:21','2021-01-21 11:50:21'),(53133,20621,'action complete via WP Cron','2021-01-21 19:50:21','2021-01-21 11:50:21'),(53134,20622,'action created','2021-01-21 19:50:21','2021-01-21 11:50:21'),(53135,20622,'action started via WP Cron','2021-01-21 19:54:07','2021-01-21 11:54:07'),(53136,20622,'action complete via WP Cron','2021-01-21 19:54:07','2021-01-21 11:54:07'),(53137,20623,'action created','2021-01-21 19:54:07','2021-01-21 11:54:07'),(53138,20623,'action started via WP Cron','2021-01-21 19:54:48','2021-01-21 11:54:48'),(53139,20623,'action complete via WP Cron','2021-01-21 19:54:48','2021-01-21 11:54:48'),(53140,20624,'action created','2021-01-21 19:54:48','2021-01-21 11:54:48'),(53141,20624,'action started via WP Cron','2021-01-21 19:55:46','2021-01-21 11:55:46'),(53142,20624,'action complete via WP Cron','2021-01-21 19:55:46','2021-01-21 11:55:46'),(53143,20625,'action created','2021-01-21 19:55:47','2021-01-21 11:55:47'),(53144,20625,'action started via WP Cron','2021-01-21 19:58:05','2021-01-21 11:58:05'),(53145,20625,'action complete via WP Cron','2021-01-21 19:58:05','2021-01-21 11:58:05'),(53146,20626,'action created','2021-01-21 19:58:05','2021-01-21 11:58:05'),(53147,20626,'action started via WP Cron','2021-01-21 19:59:05','2021-01-21 11:59:05'),(53148,20626,'action complete via WP Cron','2021-01-21 19:59:05','2021-01-21 11:59:05'),(53149,20627,'action created','2021-01-21 19:59:05','2021-01-21 11:59:05'),(53150,20627,'action started via WP Cron','2021-01-21 19:59:59','2021-01-21 11:59:59'),(53151,20627,'action complete via WP Cron','2021-01-21 19:59:59','2021-01-21 11:59:59'),(53152,20628,'action created','2021-01-21 19:59:59','2021-01-21 11:59:59'),(53153,20628,'action started via WP Cron','2021-01-21 20:00:52','2021-01-21 12:00:52'),(53154,20628,'action complete via WP Cron','2021-01-21 20:00:52','2021-01-21 12:00:52'),(53155,20629,'action created','2021-01-21 20:00:52','2021-01-21 12:00:52'),(53156,20629,'action started via WP Cron','2021-01-21 20:02:14','2021-01-21 12:02:14'),(53157,20629,'action complete via WP Cron','2021-01-21 20:02:14','2021-01-21 12:02:14'),(53158,20630,'action created','2021-01-21 20:02:14','2021-01-21 12:02:14'),(53159,20630,'action started via WP Cron','2021-01-21 20:03:14','2021-01-21 12:03:14'),(53160,20630,'action complete via WP Cron','2021-01-21 20:03:14','2021-01-21 12:03:14'),(53161,20631,'action created','2021-01-21 20:03:14','2021-01-21 12:03:14'),(53162,20631,'action started via WP Cron','2021-01-21 20:04:15','2021-01-21 12:04:15'),(53163,20631,'action complete via WP Cron','2021-01-21 20:04:15','2021-01-21 12:04:15'),(53164,20632,'action created','2021-01-21 20:04:15','2021-01-21 12:04:15'),(53165,20632,'action started via WP Cron','2021-01-21 20:05:16','2021-01-21 12:05:16'),(53166,20632,'action complete via WP Cron','2021-01-21 20:05:16','2021-01-21 12:05:16'),(53167,20633,'action created','2021-01-21 20:05:16','2021-01-21 12:05:16'),(53168,20633,'action started via WP Cron','2021-01-21 20:06:18','2021-01-21 12:06:18'),(53169,20633,'action complete via WP Cron','2021-01-21 20:06:18','2021-01-21 12:06:18'),(53170,20634,'action created','2021-01-21 20:06:18','2021-01-21 12:06:18'),(53171,20634,'action started via WP Cron','2021-01-21 20:07:18','2021-01-21 12:07:18'),(53172,20634,'action complete via WP Cron','2021-01-21 20:07:18','2021-01-21 12:07:18'),(53173,20635,'action created','2021-01-21 20:07:18','2021-01-21 12:07:18'),(53174,20635,'action started via WP Cron','2021-01-21 20:08:19','2021-01-21 12:08:19'),(53175,20635,'action complete via WP Cron','2021-01-21 20:08:19','2021-01-21 12:08:19'),(53176,20636,'action created','2021-01-21 20:08:19','2021-01-21 12:08:19'),(53177,20636,'action started via WP Cron','2021-01-21 20:09:20','2021-01-21 12:09:20'),(53178,20636,'action complete via WP Cron','2021-01-21 20:09:20','2021-01-21 12:09:20'),(53179,20637,'action created','2021-01-21 20:09:20','2021-01-21 12:09:20'),(53180,20637,'action started via WP Cron','2021-01-21 20:10:29','2021-01-21 12:10:29'),(53181,20637,'action complete via WP Cron','2021-01-21 20:10:29','2021-01-21 12:10:29'),(53182,20638,'action created','2021-01-21 20:11:22','2021-01-21 12:11:22'),(53183,20638,'action started via WP Cron','2021-01-21 20:13:24','2021-01-21 12:13:24'),(53184,20638,'action complete via WP Cron','2021-01-21 20:13:24','2021-01-21 12:13:24'),(53185,20639,'action created','2021-01-21 20:13:24','2021-01-21 12:13:24'),(53186,20639,'action started via WP Cron','2021-01-21 20:14:25','2021-01-21 12:14:25'),(53187,20639,'action complete via WP Cron','2021-01-21 20:14:25','2021-01-21 12:14:25'),(53188,20640,'action created','2021-01-21 20:14:26','2021-01-21 12:14:26'),(53189,20640,'action started via WP Cron','2021-01-21 20:15:27','2021-01-21 12:15:27'),(53190,20640,'action complete via WP Cron','2021-01-21 20:15:27','2021-01-21 12:15:27'),(53191,20641,'action created','2021-01-21 20:15:27','2021-01-21 12:15:27'),(53192,20641,'action started via WP Cron','2021-01-21 20:16:27','2021-01-21 12:16:27'),(53193,20641,'action complete via WP Cron','2021-01-21 20:16:27','2021-01-21 12:16:27'),(53194,20642,'action created','2021-01-21 20:16:27','2021-01-21 12:16:27'),(53195,20642,'action started via WP Cron','2021-01-21 20:17:28','2021-01-21 12:17:28'),(53196,20642,'action complete via WP Cron','2021-01-21 20:17:28','2021-01-21 12:17:28'),(53197,20643,'action created','2021-01-21 20:17:28','2021-01-21 12:17:28'),(53198,20643,'action started via WP Cron','2021-01-21 20:18:29','2021-01-21 12:18:29'),(53199,20643,'action complete via WP Cron','2021-01-21 20:18:29','2021-01-21 12:18:29'),(53200,20644,'action created','2021-01-21 20:18:29','2021-01-21 12:18:29'),(53201,20644,'action started via WP Cron','2021-01-21 20:19:30','2021-01-21 12:19:30'),(53202,20644,'action complete via WP Cron','2021-01-21 20:19:30','2021-01-21 12:19:30'),(53203,20645,'action created','2021-01-21 20:19:30','2021-01-21 12:19:30'),(53204,20645,'action started via WP Cron','2021-01-21 20:20:31','2021-01-21 12:20:31'),(53205,20645,'action complete via WP Cron','2021-01-21 20:20:31','2021-01-21 12:20:31'),(53206,20646,'action created','2021-01-21 20:20:31','2021-01-21 12:20:31'),(53207,20646,'action started via WP Cron','2021-01-21 20:21:32','2021-01-21 12:21:32'),(53208,20646,'action complete via WP Cron','2021-01-21 20:21:32','2021-01-21 12:21:32'),(53209,20647,'action created','2021-01-21 20:21:32','2021-01-21 12:21:32'),(53210,20647,'action started via WP Cron','2021-01-21 20:24:16','2021-01-21 12:24:16'),(53211,20647,'action complete via WP Cron','2021-01-21 20:24:16','2021-01-21 12:24:16'),(53212,20648,'action created','2021-01-21 20:24:17','2021-01-21 12:24:17'),(53213,20648,'action started via WP Cron','2021-01-21 20:25:17','2021-01-21 12:25:17'),(53214,20648,'action complete via WP Cron','2021-01-21 20:25:17','2021-01-21 12:25:17'),(53215,20649,'action created','2021-01-21 20:25:17','2021-01-21 12:25:17'),(53216,20649,'action started via WP Cron','2021-01-21 20:26:02','2021-01-21 12:26:02'),(53217,20649,'action complete via WP Cron','2021-01-21 20:26:02','2021-01-21 12:26:02'),(53218,20650,'action created','2021-01-21 20:26:02','2021-01-21 12:26:02'),(53219,20650,'action started via WP Cron','2021-01-21 20:28:33','2021-01-21 12:28:33'),(53220,20650,'action complete via WP Cron','2021-01-21 20:28:33','2021-01-21 12:28:33'),(53221,20651,'action created','2021-01-21 20:28:33','2021-01-21 12:28:33'),(53222,20651,'action started via WP Cron','2021-01-21 20:29:35','2021-01-21 12:29:35'),(53223,20651,'action complete via WP Cron','2021-01-21 20:29:35','2021-01-21 12:29:35'),(53224,20652,'action created','2021-01-21 20:29:35','2021-01-21 12:29:35'),(53225,20652,'action started via WP Cron','2021-01-21 20:30:42','2021-01-21 12:30:42'),(53226,20652,'action complete via WP Cron','2021-01-21 20:30:42','2021-01-21 12:30:42'),(53227,20653,'action created','2021-01-21 20:31:36','2021-01-21 12:31:36'),(53228,20653,'action started via WP Cron','2021-01-21 20:32:37','2021-01-21 12:32:37'),(53229,20653,'action complete via WP Cron','2021-01-21 20:32:37','2021-01-21 12:32:37'),(53230,20654,'action created','2021-01-21 20:32:38','2021-01-21 12:32:38'),(53231,20654,'action started via WP Cron','2021-01-21 20:33:14','2021-01-21 12:33:14'),(53232,20654,'action complete via WP Cron','2021-01-21 20:33:14','2021-01-21 12:33:14'),(53233,20655,'action created','2021-01-21 20:33:14','2021-01-21 12:33:14'),(53234,20655,'action started via WP Cron','2021-01-21 20:33:58','2021-01-21 12:33:58'),(53235,20655,'action complete via WP Cron','2021-01-21 20:33:58','2021-01-21 12:33:58'),(53236,20656,'action created','2021-01-21 20:33:58','2021-01-21 12:33:58'),(53237,20656,'action started via WP Cron','2021-01-21 20:34:41','2021-01-21 12:34:41'),(53238,20656,'action complete via WP Cron','2021-01-21 20:34:41','2021-01-21 12:34:41'),(53239,20657,'action created','2021-01-21 20:34:41','2021-01-21 12:34:41'),(53240,20657,'action started via WP Cron','2021-01-21 20:35:42','2021-01-21 12:35:42'),(53241,20657,'action complete via WP Cron','2021-01-21 20:35:42','2021-01-21 12:35:42'),(53242,20658,'action created','2021-01-21 20:35:46','2021-01-21 12:35:46'),(53243,20658,'action started via WP Cron','2021-01-21 20:36:42','2021-01-21 12:36:42'),(53244,20658,'action complete via WP Cron','2021-01-21 20:36:42','2021-01-21 12:36:42'),(53245,20659,'action created','2021-01-21 20:36:42','2021-01-21 12:36:42'),(53246,20659,'action started via WP Cron','2021-01-21 20:37:43','2021-01-21 12:37:43'),(53247,20659,'action complete via WP Cron','2021-01-21 20:37:43','2021-01-21 12:37:43'),(53248,20660,'action created','2021-01-21 20:37:43','2021-01-21 12:37:43'),(53249,20660,'action started via WP Cron','2021-01-21 20:38:44','2021-01-21 12:38:44'),(53250,20660,'action complete via WP Cron','2021-01-21 20:38:44','2021-01-21 12:38:44'),(53251,20661,'action created','2021-01-21 20:38:44','2021-01-21 12:38:44'),(53252,20661,'action started via WP Cron','2021-01-21 20:39:45','2021-01-21 12:39:45'),(53253,20661,'action complete via WP Cron','2021-01-21 20:39:45','2021-01-21 12:39:45'),(53254,20662,'action created','2021-01-21 20:39:45','2021-01-21 12:39:45'),(53255,20662,'action started via WP Cron','2021-01-21 20:41:47','2021-01-21 12:41:47'),(53256,20662,'action complete via WP Cron','2021-01-21 20:41:47','2021-01-21 12:41:47'),(53257,20663,'action created','2021-01-21 20:41:47','2021-01-21 12:41:47'),(53258,20663,'action started via WP Cron','2021-01-21 20:42:48','2021-01-21 12:42:48'),(53259,20663,'action complete via WP Cron','2021-01-21 20:42:48','2021-01-21 12:42:48'),(53260,20664,'action created','2021-01-21 20:42:48','2021-01-21 12:42:48'),(53261,20664,'action started via WP Cron','2021-01-21 20:43:49','2021-01-21 12:43:49'),(53262,20664,'action complete via WP Cron','2021-01-21 20:43:49','2021-01-21 12:43:49'),(53263,20665,'action created','2021-01-21 20:43:49','2021-01-21 12:43:49'),(53264,20665,'action started via WP Cron','2021-01-21 20:44:50','2021-01-21 12:44:50'),(53265,20665,'action complete via WP Cron','2021-01-21 20:44:50','2021-01-21 12:44:50'),(53266,20666,'action created','2021-01-21 20:44:50','2021-01-21 12:44:50'),(53267,20666,'action started via WP Cron','2021-01-21 20:45:52','2021-01-21 12:45:52'),(53268,20666,'action complete via WP Cron','2021-01-21 20:45:52','2021-01-21 12:45:52'),(53269,20667,'action created','2021-01-21 20:45:52','2021-01-21 12:45:52'),(53270,20667,'action started via WP Cron','2021-01-21 20:46:53','2021-01-21 12:46:53'),(53271,20667,'action complete via WP Cron','2021-01-21 20:46:53','2021-01-21 12:46:53'),(53272,20668,'action created','2021-01-21 20:46:53','2021-01-21 12:46:53'),(53273,20668,'action started via WP Cron','2021-01-21 20:47:54','2021-01-21 12:47:54'),(53274,20668,'action complete via WP Cron','2021-01-21 20:47:54','2021-01-21 12:47:54'),(53275,20669,'action created','2021-01-21 20:47:54','2021-01-21 12:47:54'),(53276,20669,'action started via WP Cron','2021-01-21 20:49:06','2021-01-21 12:49:06'),(53277,20669,'action complete via WP Cron','2021-01-21 20:49:06','2021-01-21 12:49:06'),(53278,20670,'action created','2021-01-21 20:49:06','2021-01-21 12:49:06'),(53279,20670,'action started via WP Cron','2021-01-21 20:50:09','2021-01-21 12:50:09'),(53280,20670,'action complete via WP Cron','2021-01-21 20:50:09','2021-01-21 12:50:09'),(53281,20671,'action created','2021-01-21 20:50:09','2021-01-21 12:50:09'),(53282,20671,'action started via WP Cron','2021-01-21 20:51:09','2021-01-21 12:51:09'),(53283,20671,'action complete via WP Cron','2021-01-21 20:51:09','2021-01-21 12:51:09'),(53284,20672,'action created','2021-01-21 20:51:09','2021-01-21 12:51:09'),(53285,20672,'action started via WP Cron','2021-01-21 20:52:10','2021-01-21 12:52:10'),(53286,20672,'action complete via WP Cron','2021-01-21 20:52:10','2021-01-21 12:52:10'),(53287,20673,'action created','2021-01-21 20:52:10','2021-01-21 12:52:10'),(53288,20673,'action started via WP Cron','2021-01-21 20:53:11','2021-01-21 12:53:11'),(53289,20673,'action complete via WP Cron','2021-01-21 20:53:11','2021-01-21 12:53:11'),(53290,20674,'action created','2021-01-21 20:53:11','2021-01-21 12:53:11'),(53291,20674,'action started via WP Cron','2021-01-21 20:54:18','2021-01-21 12:54:18'),(53292,20674,'action complete via WP Cron','2021-01-21 20:54:18','2021-01-21 12:54:18'),(53293,20675,'action created','2021-01-21 20:55:13','2021-01-21 12:55:13'),(53294,20675,'action started via WP Cron','2021-01-21 20:56:14','2021-01-21 12:56:14'),(53295,20675,'action complete via WP Cron','2021-01-21 20:56:14','2021-01-21 12:56:14'),(53296,20676,'action created','2021-01-21 20:56:14','2021-01-21 12:56:14'),(53297,20676,'action started via WP Cron','2021-01-21 20:56:47','2021-01-21 12:56:47'),(53298,20676,'action complete via WP Cron','2021-01-21 20:56:47','2021-01-21 12:56:47'),(53299,20677,'action created','2021-01-21 20:56:47','2021-01-21 12:56:47'),(53300,20677,'action started via WP Cron','2021-01-21 20:58:16','2021-01-21 12:58:16'),(53301,20677,'action complete via WP Cron','2021-01-21 20:58:16','2021-01-21 12:58:16'),(53302,20678,'action created','2021-01-21 20:58:16','2021-01-21 12:58:16'),(53303,20678,'action started via WP Cron','2021-01-21 20:59:17','2021-01-21 12:59:17'),(53304,20678,'action complete via WP Cron','2021-01-21 20:59:17','2021-01-21 12:59:17'),(53305,20679,'action created','2021-01-21 20:59:17','2021-01-21 12:59:17'),(53306,20679,'action started via WP Cron','2021-01-21 21:00:18','2021-01-21 13:00:18'),(53307,20679,'action complete via WP Cron','2021-01-21 21:00:18','2021-01-21 13:00:18'),(53308,20680,'action created','2021-01-21 21:00:18','2021-01-21 13:00:18'),(53309,20680,'action started via WP Cron','2021-01-21 21:01:19','2021-01-21 13:01:19'),(53310,20680,'action complete via WP Cron','2021-01-21 21:01:19','2021-01-21 13:01:19'),(53311,20681,'action created','2021-01-21 21:01:19','2021-01-21 13:01:19'),(53312,20681,'action started via WP Cron','2021-01-21 21:02:20','2021-01-21 13:02:20'),(53313,20681,'action complete via WP Cron','2021-01-21 21:02:20','2021-01-21 13:02:20'),(53314,20682,'action created','2021-01-21 21:02:20','2021-01-21 13:02:20'),(53315,20682,'action started via WP Cron','2021-01-21 21:03:21','2021-01-21 13:03:21'),(53316,20682,'action complete via WP Cron','2021-01-21 21:03:21','2021-01-21 13:03:21'),(53317,20683,'action created','2021-01-21 21:03:21','2021-01-21 13:03:21'),(53318,20683,'action started via WP Cron','2021-01-21 21:04:23','2021-01-21 13:04:23'),(53319,20683,'action complete via WP Cron','2021-01-21 21:04:23','2021-01-21 13:04:23'),(53320,20684,'action created','2021-01-21 21:04:23','2021-01-21 13:04:23'),(53321,20684,'action started via WP Cron','2021-01-21 21:05:23','2021-01-21 13:05:23'),(53322,20684,'action complete via WP Cron','2021-01-21 21:05:23','2021-01-21 13:05:23'),(53323,20685,'action created','2021-01-21 21:05:23','2021-01-21 13:05:23'),(53324,20685,'action started via WP Cron','2021-01-21 21:06:24','2021-01-21 13:06:24'),(53325,20685,'action complete via WP Cron','2021-01-21 21:06:24','2021-01-21 13:06:24'),(53326,20686,'action created','2021-01-21 21:06:24','2021-01-21 13:06:24'),(53327,20686,'action started via WP Cron','2021-01-21 21:07:26','2021-01-21 13:07:26'),(53328,20686,'action complete via WP Cron','2021-01-21 21:07:26','2021-01-21 13:07:26'),(53329,20687,'action created','2021-01-21 21:07:26','2021-01-21 13:07:26'),(53330,20687,'action started via WP Cron','2021-01-21 21:08:34','2021-01-21 13:08:34'),(53331,20687,'action complete via WP Cron','2021-01-21 21:08:34','2021-01-21 13:08:34'),(53332,20688,'action created','2021-01-21 21:08:34','2021-01-21 13:08:34'),(53333,20688,'action started via WP Cron','2021-01-21 21:09:31','2021-01-21 13:09:31'),(53334,20688,'action complete via WP Cron','2021-01-21 21:09:31','2021-01-21 13:09:31'),(53335,20689,'action created','2021-01-21 21:09:31','2021-01-21 13:09:31'),(53336,20689,'action started via WP Cron','2021-01-21 21:10:51','2021-01-21 13:10:51'),(53337,20689,'action complete via WP Cron','2021-01-21 21:10:51','2021-01-21 13:10:51'),(53338,20690,'action created','2021-01-21 21:10:51','2021-01-21 13:10:51'),(53339,20690,'action started via WP Cron','2021-01-21 21:12:44','2021-01-21 13:12:44'),(53340,20690,'action complete via WP Cron','2021-01-21 21:12:44','2021-01-21 13:12:44'),(53341,20691,'action created','2021-01-21 21:12:44','2021-01-21 13:12:44'),(53342,20691,'action started via WP Cron','2021-01-21 21:14:57','2021-01-21 13:14:57'),(53343,20691,'action complete via WP Cron','2021-01-21 21:14:57','2021-01-21 13:14:57'),(53344,20692,'action created','2021-01-21 21:14:57','2021-01-21 13:14:57'),(53345,20692,'action started via WP Cron','2021-01-21 21:15:58','2021-01-21 13:15:58'),(53346,20692,'action complete via WP Cron','2021-01-21 21:15:58','2021-01-21 13:15:58'),(53347,20693,'action created','2021-01-21 21:15:58','2021-01-21 13:15:58'),(53348,20693,'action started via WP Cron','2021-01-21 21:16:59','2021-01-21 13:16:59'),(53349,20693,'action complete via WP Cron','2021-01-21 21:16:59','2021-01-21 13:16:59'),(53350,20694,'action created','2021-01-21 21:16:59','2021-01-21 13:16:59'),(53351,20694,'action started via WP Cron','2021-01-21 21:18:00','2021-01-21 13:18:00'),(53352,20694,'action complete via WP Cron','2021-01-21 21:18:00','2021-01-21 13:18:00'),(53353,20695,'action created','2021-01-21 21:18:00','2021-01-21 13:18:00'),(53354,20695,'action started via WP Cron','2021-01-21 21:19:08','2021-01-21 13:19:08'),(53355,20695,'action complete via WP Cron','2021-01-21 21:19:08','2021-01-21 13:19:08'),(53356,20696,'action created','2021-01-21 21:19:08','2021-01-21 13:19:08'),(53357,20696,'action started via WP Cron','2021-01-21 21:20:02','2021-01-21 13:20:02'),(53358,20696,'action complete via WP Cron','2021-01-21 21:20:02','2021-01-21 13:20:02'),(53359,20697,'action created','2021-01-21 21:20:02','2021-01-21 13:20:02'),(53360,20697,'action started via WP Cron','2021-01-21 21:20:58','2021-01-21 13:20:58'),(53361,20697,'action complete via WP Cron','2021-01-21 21:20:58','2021-01-21 13:20:58'),(53362,20698,'action created','2021-01-21 21:20:58','2021-01-21 13:20:58'),(53363,20698,'action started via WP Cron','2021-01-21 21:22:04','2021-01-21 13:22:04'),(53364,20698,'action complete via WP Cron','2021-01-21 21:22:04','2021-01-21 13:22:04'),(53365,20699,'action created','2021-01-21 21:22:04','2021-01-21 13:22:04'),(53366,20699,'action started via WP Cron','2021-01-21 21:23:05','2021-01-21 13:23:05'),(53367,20699,'action complete via WP Cron','2021-01-21 21:23:05','2021-01-21 13:23:05'),(53368,20700,'action created','2021-01-21 21:23:05','2021-01-21 13:23:05'),(53369,20700,'action started via WP Cron','2021-01-21 21:24:51','2021-01-21 13:24:51'),(53370,20700,'action complete via WP Cron','2021-01-21 21:24:51','2021-01-21 13:24:51'),(53371,20701,'action created','2021-01-21 21:24:51','2021-01-21 13:24:51'),(53372,20701,'action started via WP Cron','2021-01-21 21:26:08','2021-01-21 13:26:08'),(53373,20701,'action complete via WP Cron','2021-01-21 21:26:08','2021-01-21 13:26:08'),(53374,20702,'action created','2021-01-21 21:26:08','2021-01-21 13:26:08'),(53375,20702,'action started via WP Cron','2021-01-21 21:27:09','2021-01-21 13:27:09'),(53376,20702,'action complete via WP Cron','2021-01-21 21:27:09','2021-01-21 13:27:09'),(53377,20703,'action created','2021-01-21 21:27:09','2021-01-21 13:27:09'),(53378,20703,'action started via WP Cron','2021-01-21 21:28:10','2021-01-21 13:28:10'),(53379,20703,'action complete via WP Cron','2021-01-21 21:28:10','2021-01-21 13:28:10'),(53380,20704,'action created','2021-01-21 21:28:10','2021-01-21 13:28:10'),(53381,20704,'action started via WP Cron','2021-01-21 21:29:11','2021-01-21 13:29:11'),(53382,20704,'action complete via WP Cron','2021-01-21 21:29:11','2021-01-21 13:29:11'),(53383,20705,'action created','2021-01-21 21:29:11','2021-01-21 13:29:11'),(53384,20705,'action started via WP Cron','2021-01-21 21:30:12','2021-01-21 13:30:12'),(53385,20705,'action complete via WP Cron','2021-01-21 21:30:12','2021-01-21 13:30:12'),(53386,20706,'action created','2021-01-21 21:30:12','2021-01-21 13:30:12'),(53387,20706,'action started via WP Cron','2021-01-21 21:31:13','2021-01-21 13:31:13'),(53388,20706,'action complete via WP Cron','2021-01-21 21:31:13','2021-01-21 13:31:13'),(53389,20707,'action created','2021-01-21 21:31:13','2021-01-21 13:31:13'),(53390,20707,'action started via WP Cron','2021-01-21 21:32:14','2021-01-21 13:32:14'),(53391,20707,'action complete via WP Cron','2021-01-21 21:32:14','2021-01-21 13:32:14'),(53392,20708,'action created','2021-01-21 21:32:14','2021-01-21 13:32:14'),(53393,20708,'action started via WP Cron','2021-01-21 21:33:15','2021-01-21 13:33:15'),(53394,20708,'action complete via WP Cron','2021-01-21 21:33:15','2021-01-21 13:33:15'),(53395,20709,'action created','2021-01-21 21:33:15','2021-01-21 13:33:15'),(53396,20709,'action started via WP Cron','2021-01-21 21:33:50','2021-01-21 13:33:50'),(53397,20709,'action complete via WP Cron','2021-01-21 21:33:50','2021-01-21 13:33:50'),(53398,20710,'action created','2021-01-21 21:33:50','2021-01-21 13:33:50'),(53399,20710,'action started via WP Cron','2021-01-21 21:35:17','2021-01-21 13:35:17'),(53400,20710,'action complete via WP Cron','2021-01-21 21:35:17','2021-01-21 13:35:17'),(53401,20711,'action created','2021-01-21 21:35:17','2021-01-21 13:35:17'),(53402,20711,'action started via WP Cron','2021-01-21 21:36:18','2021-01-21 13:36:18'),(53403,20711,'action complete via WP Cron','2021-01-21 21:36:18','2021-01-21 13:36:18'),(53404,20712,'action created','2021-01-21 21:36:18','2021-01-21 13:36:18'),(53405,20712,'action started via WP Cron','2021-01-21 21:37:06','2021-01-21 13:37:06'),(53406,20712,'action complete via WP Cron','2021-01-21 21:37:06','2021-01-21 13:37:06'),(53407,20713,'action created','2021-01-21 21:37:06','2021-01-21 13:37:06'),(53408,20713,'action started via WP Cron','2021-01-21 21:39:21','2021-01-21 13:39:21'),(53409,20713,'action complete via WP Cron','2021-01-21 21:39:21','2021-01-21 13:39:21'),(53410,20714,'action created','2021-01-21 21:39:21','2021-01-21 13:39:21'),(53411,20714,'action started via WP Cron','2021-01-21 21:40:22','2021-01-21 13:40:22'),(53412,20714,'action complete via WP Cron','2021-01-21 21:40:22','2021-01-21 13:40:22'),(53413,20715,'action created','2021-01-21 21:40:22','2021-01-21 13:40:22'),(53414,20715,'action started via WP Cron','2021-01-21 21:41:23','2021-01-21 13:41:23'),(53415,20715,'action complete via WP Cron','2021-01-21 21:41:23','2021-01-21 13:41:23'),(53416,20716,'action created','2021-01-21 21:41:23','2021-01-21 13:41:23'),(53417,20716,'action started via WP Cron','2021-01-21 21:42:12','2021-01-21 13:42:12'),(53418,20716,'action complete via WP Cron','2021-01-21 21:42:12','2021-01-21 13:42:12'),(53419,20717,'action created','2021-01-21 21:42:12','2021-01-21 13:42:12'),(53420,20717,'action started via WP Cron','2021-01-21 21:43:25','2021-01-21 13:43:25'),(53421,20717,'action complete via WP Cron','2021-01-21 21:43:25','2021-01-21 13:43:25'),(53422,20718,'action created','2021-01-21 21:43:25','2021-01-21 13:43:25'),(53423,20718,'action started via WP Cron','2021-01-21 21:44:26','2021-01-21 13:44:26'),(53424,20718,'action complete via WP Cron','2021-01-21 21:44:26','2021-01-21 13:44:26'),(53425,20719,'action created','2021-01-21 21:44:26','2021-01-21 13:44:26'),(53426,20719,'action started via WP Cron','2021-01-21 21:45:27','2021-01-21 13:45:27'),(53427,20719,'action complete via WP Cron','2021-01-21 21:45:27','2021-01-21 13:45:27'),(53428,20720,'action created','2021-01-21 21:45:27','2021-01-21 13:45:27'),(53429,20720,'action started via WP Cron','2021-01-21 21:46:28','2021-01-21 13:46:28'),(53430,20720,'action complete via WP Cron','2021-01-21 21:46:28','2021-01-21 13:46:28'),(53431,20721,'action created','2021-01-21 21:46:28','2021-01-21 13:46:28'),(53432,20721,'action started via WP Cron','2021-01-21 21:47:29','2021-01-21 13:47:29'),(53433,20721,'action complete via WP Cron','2021-01-21 21:47:29','2021-01-21 13:47:29'),(53434,20722,'action created','2021-01-21 21:47:29','2021-01-21 13:47:29'),(53435,20722,'action started via WP Cron','2021-01-21 21:48:30','2021-01-21 13:48:30'),(53436,20722,'action complete via WP Cron','2021-01-21 21:48:30','2021-01-21 13:48:30'),(53437,20723,'action created','2021-01-21 21:48:30','2021-01-21 13:48:30'),(53438,20723,'action started via WP Cron','2021-01-21 21:49:31','2021-01-21 13:49:31'),(53439,20723,'action complete via WP Cron','2021-01-21 21:49:31','2021-01-21 13:49:31'),(53440,20724,'action created','2021-01-21 21:49:31','2021-01-21 13:49:31'),(53441,20724,'action started via WP Cron','2021-01-21 21:50:21','2021-01-21 13:50:21'),(53442,20724,'action complete via WP Cron','2021-01-21 21:50:21','2021-01-21 13:50:21'),(53443,20725,'action created','2021-01-21 21:50:21','2021-01-21 13:50:21'),(53444,20725,'action started via WP Cron','2021-01-21 21:52:34','2021-01-21 13:52:34'),(53445,20725,'action complete via WP Cron','2021-01-21 21:52:34','2021-01-21 13:52:34'),(53446,20726,'action created','2021-01-21 21:52:34','2021-01-21 13:52:34'),(53447,20726,'action started via WP Cron','2021-01-21 21:53:35','2021-01-21 13:53:35'),(53448,20726,'action complete via WP Cron','2021-01-21 21:53:35','2021-01-21 13:53:35'),(53449,20727,'action created','2021-01-21 21:53:35','2021-01-21 13:53:35'),(53450,20727,'action started via WP Cron','2021-01-21 21:54:36','2021-01-21 13:54:36'),(53451,20727,'action complete via WP Cron','2021-01-21 21:54:36','2021-01-21 13:54:36'),(53452,20728,'action created','2021-01-21 21:54:36','2021-01-21 13:54:36'),(53453,20728,'action started via WP Cron','2021-01-21 21:55:03','2021-01-21 13:55:03'),(53454,20728,'action complete via WP Cron','2021-01-21 21:55:03','2021-01-21 13:55:03'),(53455,20729,'action created','2021-01-21 21:55:36','2021-01-21 13:55:36'),(53456,20729,'action started via WP Cron','2021-01-21 21:56:38','2021-01-21 13:56:38'),(53457,20729,'action complete via WP Cron','2021-01-21 21:56:38','2021-01-21 13:56:38'),(53458,20730,'action created','2021-01-21 21:56:38','2021-01-21 13:56:38'),(53459,20730,'action started via WP Cron','2021-01-21 21:57:39','2021-01-21 13:57:39'),(53460,20730,'action complete via WP Cron','2021-01-21 21:57:39','2021-01-21 13:57:39'),(53461,20731,'action created','2021-01-21 21:57:39','2021-01-21 13:57:39'),(53462,20731,'action started via WP Cron','2021-01-21 21:58:50','2021-01-21 13:58:50'),(53463,20731,'action complete via WP Cron','2021-01-21 21:58:50','2021-01-21 13:58:50'),(53464,20732,'action created','2021-01-21 21:58:50','2021-01-21 13:58:50'),(53465,20732,'action started via WP Cron','2021-01-21 22:04:30','2021-01-21 14:04:30'),(53466,20732,'action complete via WP Cron','2021-01-21 22:04:30','2021-01-21 14:04:30'),(53467,20733,'action created','2021-01-21 22:04:30','2021-01-21 14:04:30'),(53468,20733,'action started via WP Cron','2021-01-21 22:04:44','2021-01-21 14:04:44'),(53469,20733,'action complete via WP Cron','2021-01-21 22:04:44','2021-01-21 14:04:44'),(53470,20734,'action created','2021-01-21 22:04:44','2021-01-21 14:04:44'),(53471,20734,'action started via WP Cron','2021-01-21 22:16:14','2021-01-21 14:16:14'),(53472,20734,'action complete via WP Cron','2021-01-21 22:16:14','2021-01-21 14:16:14'),(53473,20735,'action created','2021-01-21 22:16:15','2021-01-21 14:16:15'),(53474,20735,'action started via WP Cron','2021-01-21 22:20:25','2021-01-21 14:20:25'),(53475,20735,'action complete via WP Cron','2021-01-21 22:20:25','2021-01-21 14:20:25'),(53476,20736,'action created','2021-01-21 22:20:25','2021-01-21 14:20:25'),(53477,20736,'action started via WP Cron','2021-01-21 22:21:32','2021-01-21 14:21:32'),(53478,20736,'action complete via WP Cron','2021-01-21 22:21:32','2021-01-21 14:21:32'),(53479,20737,'action created','2021-01-21 22:21:32','2021-01-21 14:21:32'),(53480,20737,'action started via WP Cron','2021-01-21 22:22:33','2021-01-21 14:22:33'),(53481,20737,'action complete via WP Cron','2021-01-21 22:22:33','2021-01-21 14:22:33'),(53482,20738,'action created','2021-01-21 22:22:33','2021-01-21 14:22:33'),(53483,20738,'action started via WP Cron','2021-01-21 22:24:35','2021-01-21 14:24:35'),(53484,20738,'action complete via WP Cron','2021-01-21 22:24:35','2021-01-21 14:24:35'),(53485,20739,'action created','2021-01-21 22:24:35','2021-01-21 14:24:35'),(53486,20739,'action started via WP Cron','2021-01-21 22:25:36','2021-01-21 14:25:36'),(53487,20739,'action complete via WP Cron','2021-01-21 22:25:36','2021-01-21 14:25:36'),(53488,20740,'action created','2021-01-21 22:25:36','2021-01-21 14:25:36'),(53489,20740,'action started via WP Cron','2021-01-21 22:26:06','2021-01-21 14:26:06'),(53490,20740,'action complete via WP Cron','2021-01-21 22:26:06','2021-01-21 14:26:06'),(53491,20741,'action created','2021-01-21 22:26:06','2021-01-21 14:26:06'),(53492,20741,'action started via WP Cron','2021-01-21 22:26:40','2021-01-21 14:26:40'),(53493,20741,'action complete via WP Cron','2021-01-21 22:26:40','2021-01-21 14:26:40'),(53494,20742,'action created','2021-01-21 22:26:41','2021-01-21 14:26:41'),(53495,20742,'action started via WP Cron','2021-01-21 22:38:22','2021-01-21 14:38:22'),(53496,20742,'action complete via WP Cron','2021-01-21 22:38:22','2021-01-21 14:38:22'),(53497,20743,'action created','2021-01-21 22:38:22','2021-01-21 14:38:22'),(53498,20743,'action started via WP Cron','2021-01-21 23:06:29','2021-01-21 15:06:29'),(53499,20743,'action complete via WP Cron','2021-01-21 23:06:29','2021-01-21 15:06:29'),(53500,20744,'action created','2021-01-21 23:06:29','2021-01-21 15:06:29'),(53501,20744,'action started via WP Cron','2021-01-21 23:13:21','2021-01-21 15:13:21'),(53502,20744,'action complete via WP Cron','2021-01-21 23:13:21','2021-01-21 15:13:21'),(53503,20745,'action created','2021-01-21 23:13:21','2021-01-21 15:13:21'),(53504,20745,'action started via WP Cron','2021-01-21 23:15:23','2021-01-21 15:15:23'),(53505,20745,'action complete via WP Cron','2021-01-21 23:15:23','2021-01-21 15:15:23'),(53506,20746,'action created','2021-01-21 23:15:23','2021-01-21 15:15:23'),(53507,20746,'action started via WP Cron','2021-01-21 23:18:24','2021-01-21 15:18:24'),(53508,20746,'action complete via WP Cron','2021-01-21 23:18:24','2021-01-21 15:18:24'),(53509,20747,'action created','2021-01-21 23:18:24','2021-01-21 15:18:24'),(53510,20747,'action started via WP Cron','2021-01-21 23:19:00','2021-01-21 15:19:00'),(53511,20747,'action complete via WP Cron','2021-01-21 23:19:00','2021-01-21 15:19:00'),(53512,20748,'action created','2021-01-21 23:19:00','2021-01-21 15:19:00'),(53513,20748,'action started via WP Cron','2021-01-21 23:22:59','2021-01-21 15:22:59'),(53514,20748,'action complete via WP Cron','2021-01-21 23:22:59','2021-01-21 15:22:59'),(53515,20749,'action created','2021-01-21 23:22:59','2021-01-21 15:22:59'),(53516,20749,'action started via WP Cron','2021-01-21 23:26:47','2021-01-21 15:26:47'),(53517,20749,'action complete via WP Cron','2021-01-21 23:26:47','2021-01-21 15:26:47'),(53518,20750,'action created','2021-01-21 23:26:47','2021-01-21 15:26:47'),(53519,20750,'action started via WP Cron','2021-01-21 23:27:48','2021-01-21 15:27:48'),(53520,20750,'action complete via WP Cron','2021-01-21 23:27:48','2021-01-21 15:27:48'),(53521,20751,'action created','2021-01-21 23:27:48','2021-01-21 15:27:48'),(53522,20751,'action started via WP Cron','2021-01-21 23:29:51','2021-01-21 15:29:51'),(53523,20751,'action complete via WP Cron','2021-01-21 23:29:51','2021-01-21 15:29:51'),(53524,20752,'action created','2021-01-21 23:29:51','2021-01-21 15:29:51'),(53525,20752,'action started via WP Cron','2021-01-21 23:30:51','2021-01-21 15:30:51'),(53526,20752,'action complete via WP Cron','2021-01-21 23:30:51','2021-01-21 15:30:51'),(53527,20753,'action created','2021-01-21 23:30:52','2021-01-21 15:30:52'),(53528,20753,'action started via WP Cron','2021-01-21 23:31:52','2021-01-21 15:31:52'),(53529,20753,'action complete via WP Cron','2021-01-21 23:31:52','2021-01-21 15:31:52'),(53530,20754,'action created','2021-01-21 23:31:53','2021-01-21 15:31:53'),(53531,20754,'action started via WP Cron','2021-01-21 23:33:01','2021-01-21 15:33:01'),(53532,20754,'action complete via WP Cron','2021-01-21 23:33:01','2021-01-21 15:33:01'),(53533,20755,'action created','2021-01-21 23:33:01','2021-01-21 15:33:01'),(53534,20755,'action started via WP Cron','2021-01-21 23:39:41','2021-01-21 15:39:41'),(53535,20755,'action complete via WP Cron','2021-01-21 23:39:41','2021-01-21 15:39:41'),(53536,20756,'action created','2021-01-21 23:39:41','2021-01-21 15:39:41'),(53537,20756,'action started via WP Cron','2021-01-21 23:40:54','2021-01-21 15:40:54'),(53538,20756,'action complete via WP Cron','2021-01-21 23:40:54','2021-01-21 15:40:54'),(53539,20757,'action created','2021-01-21 23:40:54','2021-01-21 15:40:54'),(53540,20757,'action started via WP Cron','2021-01-21 23:42:26','2021-01-21 15:42:26'),(53541,20757,'action complete via WP Cron','2021-01-21 23:42:26','2021-01-21 15:42:26'),(53542,20758,'action created','2021-01-21 23:42:26','2021-01-21 15:42:26'),(53543,20758,'action started via WP Cron','2021-01-21 23:43:39','2021-01-21 15:43:39'),(53544,20758,'action complete via WP Cron','2021-01-21 23:43:39','2021-01-21 15:43:39'),(53545,20759,'action created','2021-01-21 23:43:39','2021-01-21 15:43:39'),(53546,20759,'action started via WP Cron','2021-01-21 23:43:54','2021-01-21 15:43:54'),(53547,20759,'action complete via WP Cron','2021-01-21 23:43:54','2021-01-21 15:43:54'),(53548,20760,'action created','2021-01-21 23:43:55','2021-01-21 15:43:55'),(53549,20760,'action started via WP Cron','2021-01-21 23:55:38','2021-01-21 15:55:38'),(53550,20760,'action complete via WP Cron','2021-01-21 23:55:38','2021-01-21 15:55:38'),(53551,20761,'action created','2021-01-21 23:55:38','2021-01-21 15:55:38'),(53552,20761,'action started via WP Cron','2021-01-21 23:56:11','2021-01-21 15:56:11'),(53553,20761,'action complete via WP Cron','2021-01-21 23:56:11','2021-01-21 15:56:11'),(53554,20762,'action created','2021-01-21 23:56:11','2021-01-21 15:56:11'),(53555,20762,'action started via WP Cron','2021-01-22 00:04:36','2021-01-21 16:04:36'),(53556,20762,'action complete via WP Cron','2021-01-22 00:04:36','2021-01-21 16:04:36'),(53557,20763,'action created','2021-01-22 00:04:36','2021-01-21 16:04:36'),(53558,20763,'action started via WP Cron','2021-01-22 00:12:18','2021-01-21 16:12:18'),(53559,20763,'action complete via WP Cron','2021-01-22 00:12:18','2021-01-21 16:12:18'),(53560,20764,'action created','2021-01-22 00:12:18','2021-01-21 16:12:18'),(53561,20764,'action started via WP Cron','2021-01-22 00:13:06','2021-01-21 16:13:06'),(53562,20764,'action complete via WP Cron','2021-01-22 00:13:06','2021-01-21 16:13:06'),(53563,20765,'action created','2021-01-22 00:13:16','2021-01-21 16:13:16'),(53564,20765,'action started via WP Cron','2021-01-22 00:15:03','2021-01-21 16:15:03'),(53565,20765,'action complete via WP Cron','2021-01-22 00:15:03','2021-01-21 16:15:03'),(53566,20766,'action created','2021-01-22 00:17:00','2021-01-21 16:17:00'),(53567,20766,'action started via WP Cron','2021-01-22 00:21:14','2021-01-21 16:21:14'),(53568,20766,'action complete via WP Cron','2021-01-22 00:21:14','2021-01-21 16:21:14'),(53569,20767,'action created','2021-01-22 00:21:14','2021-01-21 16:21:14'),(53570,20767,'action started via WP Cron','2021-01-22 00:22:24','2021-01-21 16:22:24'),(53571,20767,'action complete via WP Cron','2021-01-22 00:22:24','2021-01-21 16:22:24'),(53572,20768,'action created','2021-01-22 00:22:25','2021-01-21 16:22:25'),(53573,20768,'action started via WP Cron','2021-01-22 00:26:01','2021-01-21 16:26:01'),(53574,20768,'action complete via WP Cron','2021-01-22 00:26:01','2021-01-21 16:26:01'),(53575,20769,'action created','2021-01-22 00:26:01','2021-01-21 16:26:01'),(53576,20769,'action started via WP Cron','2021-01-22 00:27:09','2021-01-21 16:27:09'),(53577,20769,'action complete via WP Cron','2021-01-22 00:27:09','2021-01-21 16:27:09'),(53578,20770,'action created','2021-01-22 00:27:09','2021-01-21 16:27:09'),(53579,20770,'action started via WP Cron','2021-01-22 00:28:47','2021-01-21 16:28:47'),(53580,20770,'action complete via WP Cron','2021-01-22 00:28:47','2021-01-21 16:28:47'),(53581,20771,'action created','2021-01-22 00:28:47','2021-01-21 16:28:47'),(53582,20771,'action started via WP Cron','2021-01-22 00:32:09','2021-01-21 16:32:09'),(53583,20771,'action complete via WP Cron','2021-01-22 00:32:09','2021-01-21 16:32:09'),(53584,20772,'action created','2021-01-22 00:32:10','2021-01-21 16:32:10'),(53585,20772,'action started via WP Cron','2021-01-22 00:32:53','2021-01-21 16:32:53'),(53586,20772,'action complete via WP Cron','2021-01-22 00:32:53','2021-01-21 16:32:53'),(53587,20773,'action created','2021-01-22 00:32:53','2021-01-21 16:32:53'),(53588,20773,'action started via WP Cron','2021-01-22 00:33:53','2021-01-21 16:33:53'),(53589,20773,'action complete via WP Cron','2021-01-22 00:33:53','2021-01-21 16:33:53'),(53590,20774,'action created','2021-01-22 00:33:54','2021-01-21 16:33:54'),(53591,20774,'action started via WP Cron','2021-01-22 00:34:55','2021-01-21 16:34:55'),(53592,20774,'action complete via WP Cron','2021-01-22 00:34:55','2021-01-21 16:34:55'),(53593,20775,'action created','2021-01-22 00:34:55','2021-01-21 16:34:55'),(53594,20775,'action started via WP Cron','2021-01-22 00:45:14','2021-01-21 16:45:14'),(53595,20775,'action complete via WP Cron','2021-01-22 00:45:14','2021-01-21 16:45:14'),(53596,20776,'action created','2021-01-22 00:45:14','2021-01-21 16:45:14'),(53597,20776,'action started via WP Cron','2021-01-22 00:48:36','2021-01-21 16:48:36'),(53598,20776,'action complete via WP Cron','2021-01-22 00:48:36','2021-01-21 16:48:36'),(53599,20777,'action created','2021-01-22 00:48:36','2021-01-21 16:48:36'),(53600,20777,'action started via WP Cron','2021-01-22 00:50:39','2021-01-21 16:50:39'),(53601,20777,'action complete via WP Cron','2021-01-22 00:50:39','2021-01-21 16:50:39'),(53602,20778,'action created','2021-01-22 00:50:39','2021-01-21 16:50:39'),(53603,20778,'action started via WP Cron','2021-01-22 01:05:11','2021-01-21 17:05:11'),(53604,20778,'action complete via WP Cron','2021-01-22 01:05:11','2021-01-21 17:05:11'),(53605,20779,'action created','2021-01-22 01:05:11','2021-01-21 17:05:11'),(114370,41035,'action created','2021-02-22 01:06:04','2021-02-21 17:06:04'),(114369,41034,'action complete via WP Cron','2021-02-22 01:06:04','2021-02-21 17:06:04'),(114368,41034,'action started via WP Cron','2021-02-22 01:06:04','2021-02-21 17:06:04'),(53609,20779,'action started via Async Request','2021-01-22 01:05:24','2021-01-21 17:05:24'),(53610,20779,'action complete via Async Request','2021-01-22 01:05:24','2021-01-21 17:05:24'),(53611,20781,'action created','2021-01-22 01:05:31','2021-01-21 17:05:31'),(53612,20781,'action started via WP Cron','2021-01-22 01:05:51','2021-01-21 17:05:51'),(53613,20781,'action complete via WP Cron','2021-01-22 01:05:51','2021-01-21 17:05:51'),(53614,20782,'action created','2021-01-22 01:05:55','2021-01-21 17:05:55'),(53615,20782,'action started via Async Request','2021-01-22 01:06:26','2021-01-21 17:06:26'),(53616,20782,'action complete via Async Request','2021-01-22 01:06:26','2021-01-21 17:06:26'),(53617,20783,'action created','2021-01-22 01:09:36','2021-01-21 17:09:36'),(53621,20783,'action started via Async Request','2021-01-22 01:10:03','2021-01-21 17:10:03'),(53620,20785,'action created','2021-01-22 01:10:02','2021-01-21 17:10:02'),(53622,20783,'action complete via Async Request','2021-01-22 01:10:03','2021-01-21 17:10:03'),(53623,20786,'action created','2021-01-22 01:10:04','2021-01-21 17:10:04'),(53624,20786,'action started via WP Cron','2021-01-22 01:10:54','2021-01-21 17:10:54'),(53625,20786,'action complete via WP Cron','2021-01-22 01:10:54','2021-01-21 17:10:54'),(53626,20785,'action started via WP Cron','2021-01-22 01:10:54','2021-01-21 17:10:54'),(53627,20785,'action complete via WP Cron','2021-01-22 01:10:54','2021-01-21 17:10:54'),(53628,20787,'action created','2021-01-22 01:11:42','2021-01-21 17:11:42'),(53629,20788,'action created','2021-01-22 01:11:42','2021-01-21 17:11:42'),(53630,20788,'action started via Async Request','2021-01-22 01:12:18','2021-01-21 17:12:18'),(53631,20788,'action complete via Async Request','2021-01-22 01:12:18','2021-01-21 17:12:18'),(53632,20787,'action started via Async Request','2021-01-22 01:12:18','2021-01-21 17:12:18'),(53633,20787,'action complete via Async Request','2021-01-22 01:12:18','2021-01-21 17:12:18'),(53634,20789,'action created','2021-01-22 01:12:56','2021-01-21 17:12:56'),(53635,20790,'action created','2021-01-22 01:12:56','2021-01-21 17:12:56'),(53636,20789,'action started via Async Request','2021-01-22 01:13:20','2021-01-21 17:13:20'),(53637,20789,'action complete via Async Request','2021-01-22 01:13:20','2021-01-21 17:13:20'),(53638,20791,'action created','2021-01-22 01:13:35','2021-01-21 17:13:35'),(53639,20791,'action started via WP Cron','2021-01-22 01:13:46','2021-01-21 17:13:46'),(53640,20791,'action complete via WP Cron','2021-01-22 01:13:46','2021-01-21 17:13:46'),(53641,20790,'action started via WP Cron','2021-01-22 01:13:46','2021-01-21 17:13:46'),(53642,20790,'action complete via WP Cron','2021-01-22 01:13:46','2021-01-21 17:13:46'),(53643,20792,'action created','2021-01-22 01:13:51','2021-01-21 17:13:51'),(53644,20793,'action created','2021-01-22 01:13:51','2021-01-21 17:13:51'),(53645,20793,'action started via Async Request','2021-01-22 01:14:30','2021-01-21 17:14:30'),(53646,20793,'action complete via Async Request','2021-01-22 01:14:30','2021-01-21 17:14:30'),(53647,20792,'action started via Async Request','2021-01-22 01:14:30','2021-01-21 17:14:30'),(53648,20792,'action complete via Async Request','2021-01-22 01:14:30','2021-01-21 17:14:30'),(53649,20794,'action created','2021-01-22 01:14:31','2021-01-21 17:14:31'),(53650,20794,'action started via WP Cron','2021-01-22 01:27:10','2021-01-21 17:27:10'),(53651,20794,'action complete via WP Cron','2021-01-22 01:27:10','2021-01-21 17:27:10'),(53652,20795,'action created','2021-01-22 01:27:10','2021-01-21 17:27:10'),(53653,20795,'action started via WP Cron','2021-01-22 01:28:00','2021-01-21 17:28:00'),(53654,20795,'action complete via WP Cron','2021-01-22 01:28:00','2021-01-21 17:28:00'),(53655,20796,'action created','2021-01-22 01:28:00','2021-01-21 17:28:00'),(53656,20796,'action started via WP Cron','2021-01-22 01:33:09','2021-01-21 17:33:09'),(53657,20796,'action complete via WP Cron','2021-01-22 01:33:09','2021-01-21 17:33:09'),(53658,20797,'action created','2021-01-22 01:33:09','2021-01-21 17:33:09'),(53659,20797,'action started via WP Cron','2021-01-22 01:35:01','2021-01-21 17:35:01'),(53660,20797,'action complete via WP Cron','2021-01-22 01:35:01','2021-01-21 17:35:01'),(53661,20798,'action created','2021-01-22 01:35:01','2021-01-21 17:35:01'),(53662,20798,'action started via WP Cron','2021-01-22 01:35:57','2021-01-21 17:35:57'),(53663,20798,'action complete via WP Cron','2021-01-22 01:35:57','2021-01-21 17:35:57'),(53664,20799,'action created','2021-01-22 01:35:57','2021-01-21 17:35:57'),(53665,20799,'action started via WP Cron','2021-01-22 01:36:55','2021-01-21 17:36:55'),(53666,20799,'action complete via WP Cron','2021-01-22 01:36:55','2021-01-21 17:36:55'),(53667,20800,'action created','2021-01-22 01:36:55','2021-01-21 17:36:55'),(53668,20800,'action started via WP Cron','2021-01-22 01:37:56','2021-01-21 17:37:56'),(53669,20800,'action complete via WP Cron','2021-01-22 01:37:56','2021-01-21 17:37:56'),(53670,20801,'action created','2021-01-22 01:37:57','2021-01-21 17:37:57'),(53671,20801,'action started via WP Cron','2021-01-22 01:38:57','2021-01-21 17:38:57'),(53672,20801,'action complete via WP Cron','2021-01-22 01:38:57','2021-01-21 17:38:57'),(53673,20802,'action created','2021-01-22 01:38:58','2021-01-21 17:38:58'),(53674,20802,'action started via WP Cron','2021-01-22 01:39:41','2021-01-21 17:39:41'),(53675,20802,'action complete via WP Cron','2021-01-22 01:39:41','2021-01-21 17:39:41'),(53676,20803,'action created','2021-01-22 01:39:41','2021-01-21 17:39:41'),(53677,20803,'action started via WP Cron','2021-01-22 01:40:41','2021-01-21 17:40:41'),(53678,20803,'action complete via WP Cron','2021-01-22 01:40:41','2021-01-21 17:40:41'),(53679,20804,'action created','2021-01-22 01:40:41','2021-01-21 17:40:41'),(53680,20804,'action started via WP Cron','2021-01-22 01:43:30','2021-01-21 17:43:30'),(53681,20804,'action complete via WP Cron','2021-01-22 01:43:30','2021-01-21 17:43:30'),(53682,20805,'action created','2021-01-22 01:43:30','2021-01-21 17:43:30'),(53683,20805,'action started via WP Cron','2021-01-22 01:48:28','2021-01-21 17:48:28'),(53684,20805,'action complete via WP Cron','2021-01-22 01:48:28','2021-01-21 17:48:28'),(53685,20806,'action created','2021-01-22 01:48:28','2021-01-21 17:48:28'),(53686,20806,'action started via WP Cron','2021-01-22 01:48:43','2021-01-21 17:48:43'),(53687,20806,'action complete via WP Cron','2021-01-22 01:48:43','2021-01-21 17:48:43'),(53688,20807,'action created','2021-01-22 01:48:43','2021-01-21 17:48:43'),(53689,20807,'action started via WP Cron','2021-01-22 01:49:41','2021-01-21 17:49:41'),(53690,20807,'action complete via WP Cron','2021-01-22 01:49:41','2021-01-21 17:49:41'),(53691,20808,'action created','2021-01-22 01:49:45','2021-01-21 17:49:45'),(53692,20808,'action started via WP Cron','2021-01-22 01:50:42','2021-01-21 17:50:42'),(53693,20808,'action complete via WP Cron','2021-01-22 01:50:42','2021-01-21 17:50:42'),(53694,20809,'action created','2021-01-22 01:50:42','2021-01-21 17:50:42'),(53695,20809,'action started via WP Cron','2021-01-22 01:51:43','2021-01-21 17:51:43'),(53696,20809,'action complete via WP Cron','2021-01-22 01:51:43','2021-01-21 17:51:43'),(53697,20810,'action created','2021-01-22 01:51:43','2021-01-21 17:51:43'),(53698,20810,'action started via WP Cron','2021-01-22 01:52:41','2021-01-21 17:52:41'),(53699,20810,'action complete via WP Cron','2021-01-22 01:52:41','2021-01-21 17:52:41'),(53700,20811,'action created','2021-01-22 01:52:41','2021-01-21 17:52:41'),(53701,20811,'action started via WP Cron','2021-01-22 01:53:42','2021-01-21 17:53:42'),(53702,20811,'action complete via WP Cron','2021-01-22 01:53:42','2021-01-21 17:53:42'),(53703,20812,'action created','2021-01-22 01:53:42','2021-01-21 17:53:42'),(53704,20812,'action started via WP Cron','2021-01-22 01:54:41','2021-01-21 17:54:41'),(53705,20812,'action complete via WP Cron','2021-01-22 01:54:41','2021-01-21 17:54:41'),(53706,20813,'action created','2021-01-22 01:54:41','2021-01-21 17:54:41'),(53707,20813,'action started via WP Cron','2021-01-22 01:55:43','2021-01-21 17:55:43'),(53708,20813,'action complete via WP Cron','2021-01-22 01:55:43','2021-01-21 17:55:43'),(53709,20814,'action created','2021-01-22 01:55:43','2021-01-21 17:55:43'),(53710,20814,'action started via WP Cron','2021-01-22 01:56:40','2021-01-21 17:56:40'),(53711,20814,'action complete via WP Cron','2021-01-22 01:56:40','2021-01-21 17:56:40'),(53712,20815,'action created','2021-01-22 01:56:41','2021-01-21 17:56:41'),(53713,20815,'action started via WP Cron','2021-01-22 01:57:42','2021-01-21 17:57:42'),(53714,20815,'action complete via WP Cron','2021-01-22 01:57:42','2021-01-21 17:57:42'),(53715,20816,'action created','2021-01-22 01:57:42','2021-01-21 17:57:42'),(53716,20816,'action started via WP Cron','2021-01-22 01:58:44','2021-01-21 17:58:44'),(53717,20816,'action complete via WP Cron','2021-01-22 01:58:44','2021-01-21 17:58:44'),(53718,20817,'action created','2021-01-22 01:58:44','2021-01-21 17:58:44'),(53719,20817,'action started via WP Cron','2021-01-22 01:59:43','2021-01-21 17:59:43'),(53720,20817,'action complete via WP Cron','2021-01-22 01:59:43','2021-01-21 17:59:43'),(53721,20818,'action created','2021-01-22 01:59:44','2021-01-21 17:59:44'),(53722,20818,'action started via WP Cron','2021-01-22 02:00:42','2021-01-21 18:00:42'),(53723,20818,'action complete via WP Cron','2021-01-22 02:00:42','2021-01-21 18:00:42'),(53724,20819,'action created','2021-01-22 02:00:42','2021-01-21 18:00:42'),(53725,20819,'action started via WP Cron','2021-01-22 02:02:01','2021-01-21 18:02:01'),(53726,20819,'action complete via WP Cron','2021-01-22 02:02:01','2021-01-21 18:02:01'),(53727,20820,'action created','2021-01-22 02:02:01','2021-01-21 18:02:01'),(53728,20820,'action started via WP Cron','2021-01-22 02:09:17','2021-01-21 18:09:17'),(53729,20820,'action complete via WP Cron','2021-01-22 02:09:17','2021-01-21 18:09:17'),(53730,20821,'action created','2021-01-22 02:09:17','2021-01-21 18:09:17'),(53731,20821,'action started via WP Cron','2021-01-22 02:12:33','2021-01-21 18:12:33'),(53732,20821,'action complete via WP Cron','2021-01-22 02:12:33','2021-01-21 18:12:33'),(53733,20822,'action created','2021-01-22 02:12:33','2021-01-21 18:12:33'),(53734,20822,'action started via WP Cron','2021-01-22 02:18:27','2021-01-21 18:18:27'),(53735,20822,'action complete via WP Cron','2021-01-22 02:18:27','2021-01-21 18:18:27'),(53736,20823,'action created','2021-01-22 02:18:27','2021-01-21 18:18:27'),(53737,20823,'action started via WP Cron','2021-01-22 02:26:58','2021-01-21 18:26:58'),(53738,20823,'action complete via WP Cron','2021-01-22 02:26:58','2021-01-21 18:26:58'),(53739,20824,'action created','2021-01-22 02:26:58','2021-01-21 18:26:58'),(53740,20824,'action started via WP Cron','2021-01-22 02:33:54','2021-01-21 18:33:54'),(53741,20824,'action complete via WP Cron','2021-01-22 02:33:54','2021-01-21 18:33:54'),(53742,20825,'action created','2021-01-22 02:33:54','2021-01-21 18:33:54'),(53743,20825,'action started via WP Cron','2021-01-22 02:35:08','2021-01-21 18:35:08'),(53744,20825,'action complete via WP Cron','2021-01-22 02:35:08','2021-01-21 18:35:08'),(53745,20826,'action created','2021-01-22 02:35:08','2021-01-21 18:35:08'),(53746,20826,'action started via WP Cron','2021-01-22 02:37:11','2021-01-21 18:37:11'),(53747,20826,'action complete via WP Cron','2021-01-22 02:37:11','2021-01-21 18:37:11'),(53748,20827,'action created','2021-01-22 02:37:11','2021-01-21 18:37:11'),(53749,20827,'action started via WP Cron','2021-01-22 02:39:20','2021-01-21 18:39:20'),(53750,20827,'action complete via WP Cron','2021-01-22 02:39:20','2021-01-21 18:39:20'),(53751,20828,'action created','2021-01-22 02:39:20','2021-01-21 18:39:20'),(53752,20828,'action started via WP Cron','2021-01-22 02:42:11','2021-01-21 18:42:11'),(53753,20828,'action complete via WP Cron','2021-01-22 02:42:11','2021-01-21 18:42:11'),(53754,20829,'action created','2021-01-22 02:42:11','2021-01-21 18:42:11'),(53755,20829,'action started via WP Cron','2021-01-22 02:44:23','2021-01-21 18:44:23'),(53756,20829,'action complete via WP Cron','2021-01-22 02:44:23','2021-01-21 18:44:23'),(53757,20830,'action created','2021-01-22 02:44:23','2021-01-21 18:44:23'),(53758,20830,'action started via WP Cron','2021-01-22 02:44:52','2021-01-21 18:44:52'),(53759,20830,'action complete via WP Cron','2021-01-22 02:44:52','2021-01-21 18:44:52'),(53760,20831,'action created','2021-01-22 02:44:53','2021-01-21 18:44:53'),(53761,20831,'action started via WP Cron','2021-01-22 02:46:08','2021-01-21 18:46:08'),(53762,20831,'action complete via WP Cron','2021-01-22 02:46:08','2021-01-21 18:46:08'),(53763,20832,'action created','2021-01-22 02:46:08','2021-01-21 18:46:08'),(53764,20832,'action started via WP Cron','2021-01-22 02:47:28','2021-01-21 18:47:28'),(53765,20832,'action complete via WP Cron','2021-01-22 02:47:28','2021-01-21 18:47:28'),(53766,20833,'action created','2021-01-22 02:47:28','2021-01-21 18:47:28'),(53767,20833,'action started via WP Cron','2021-01-22 02:48:54','2021-01-21 18:48:54'),(53768,20833,'action complete via WP Cron','2021-01-22 02:48:54','2021-01-21 18:48:54'),(53769,20834,'action created','2021-01-22 02:48:54','2021-01-21 18:48:54'),(53770,20834,'action started via WP Cron','2021-01-22 02:50:31','2021-01-21 18:50:31'),(53771,20834,'action complete via WP Cron','2021-01-22 02:50:31','2021-01-21 18:50:31'),(53772,20835,'action created','2021-01-22 02:50:31','2021-01-21 18:50:31'),(53773,20835,'action started via WP Cron','2021-01-22 02:52:15','2021-01-21 18:52:15'),(53774,20835,'action complete via WP Cron','2021-01-22 02:52:15','2021-01-21 18:52:15'),(53775,20836,'action created','2021-01-22 02:52:15','2021-01-21 18:52:15'),(53776,20836,'action started via WP Cron','2021-01-22 02:52:41','2021-01-21 18:52:41'),(53777,20836,'action complete via WP Cron','2021-01-22 02:52:41','2021-01-21 18:52:41'),(53778,20837,'action created','2021-01-22 02:52:41','2021-01-21 18:52:41'),(53779,20837,'action started via WP Cron','2021-01-22 02:53:46','2021-01-21 18:53:46'),(53780,20837,'action complete via WP Cron','2021-01-22 02:53:46','2021-01-21 18:53:46'),(53781,20838,'action created','2021-01-22 02:53:46','2021-01-21 18:53:46'),(53782,20838,'action started via WP Cron','2021-01-22 02:54:58','2021-01-21 18:54:58'),(53783,20838,'action complete via WP Cron','2021-01-22 02:54:58','2021-01-21 18:54:58'),(53784,20839,'action created','2021-01-22 02:54:58','2021-01-21 18:54:58'),(53785,20839,'action started via WP Cron','2021-01-22 02:58:41','2021-01-21 18:58:41'),(53786,20839,'action complete via WP Cron','2021-01-22 02:58:41','2021-01-21 18:58:41'),(53787,20840,'action created','2021-01-22 02:58:41','2021-01-21 18:58:41'),(53788,20840,'action started via WP Cron','2021-01-22 03:01:17','2021-01-21 19:01:17'),(53789,20840,'action complete via WP Cron','2021-01-22 03:01:17','2021-01-21 19:01:17'),(53790,20841,'action created','2021-01-22 03:01:18','2021-01-21 19:01:18'),(53791,20841,'action started via WP Cron','2021-01-22 03:02:10','2021-01-21 19:02:10'),(53792,20841,'action complete via WP Cron','2021-01-22 03:02:10','2021-01-21 19:02:10'),(53793,20842,'action created','2021-01-22 03:02:10','2021-01-21 19:02:10'),(53794,20842,'action started via WP Cron','2021-01-22 03:03:25','2021-01-21 19:03:25'),(53795,20842,'action complete via WP Cron','2021-01-22 03:03:25','2021-01-21 19:03:25'),(53796,20843,'action created','2021-01-22 03:03:25','2021-01-21 19:03:25'),(53797,20843,'action started via WP Cron','2021-01-22 03:03:54','2021-01-21 19:03:54'),(53798,20843,'action complete via WP Cron','2021-01-22 03:03:54','2021-01-21 19:03:54'),(53799,20844,'action created','2021-01-22 03:03:54','2021-01-21 19:03:54'),(53800,20844,'action started via WP Cron','2021-01-22 03:06:53','2021-01-21 19:06:53'),(53801,20844,'action complete via WP Cron','2021-01-22 03:06:53','2021-01-21 19:06:53'),(53802,20845,'action created','2021-01-22 03:06:53','2021-01-21 19:06:53'),(53803,20845,'action started via WP Cron','2021-01-22 03:07:52','2021-01-21 19:07:52'),(53804,20845,'action complete via WP Cron','2021-01-22 03:07:52','2021-01-21 19:07:52'),(53805,20846,'action created','2021-01-22 03:07:52','2021-01-21 19:07:52'),(53806,20846,'action started via WP Cron','2021-01-22 03:09:14','2021-01-21 19:09:14'),(53807,20846,'action complete via WP Cron','2021-01-22 03:09:14','2021-01-21 19:09:14'),(53808,20847,'action created','2021-01-22 03:09:14','2021-01-21 19:09:14'),(53809,20847,'action started via WP Cron','2021-01-22 03:09:41','2021-01-21 19:09:41'),(53810,20847,'action complete via WP Cron','2021-01-22 03:09:41','2021-01-21 19:09:41'),(53811,20848,'action created','2021-01-22 03:09:41','2021-01-21 19:09:41'),(53812,20848,'action started via WP Cron','2021-01-22 03:10:44','2021-01-21 19:10:44'),(53813,20848,'action complete via WP Cron','2021-01-22 03:10:44','2021-01-21 19:10:44'),(53814,20849,'action created','2021-01-22 03:10:45','2021-01-21 19:10:45'),(53815,20849,'action started via WP Cron','2021-01-22 03:11:43','2021-01-21 19:11:43'),(53816,20849,'action complete via WP Cron','2021-01-22 03:11:43','2021-01-21 19:11:43'),(53817,20850,'action created','2021-01-22 03:11:43','2021-01-21 19:11:43'),(53818,20850,'action started via WP Cron','2021-01-22 03:13:06','2021-01-21 19:13:06'),(53819,20850,'action complete via WP Cron','2021-01-22 03:13:06','2021-01-21 19:13:06'),(53820,20851,'action created','2021-01-22 03:13:06','2021-01-21 19:13:06'),(53821,20851,'action started via WP Cron','2021-01-22 03:13:55','2021-01-21 19:13:55'),(53822,20851,'action complete via WP Cron','2021-01-22 03:13:55','2021-01-21 19:13:55'),(53823,20852,'action created','2021-01-22 03:14:07','2021-01-21 19:14:07'),(53824,20852,'action started via WP Cron','2021-01-22 03:14:50','2021-01-21 19:14:50'),(53825,20852,'action complete via WP Cron','2021-01-22 03:14:50','2021-01-21 19:14:50'),(53826,20853,'action created','2021-01-22 03:14:50','2021-01-21 19:14:50'),(53827,20853,'action started via WP Cron','2021-01-22 03:15:43','2021-01-21 19:15:43'),(53828,20853,'action complete via WP Cron','2021-01-22 03:15:43','2021-01-21 19:15:43'),(53829,20854,'action created','2021-01-22 03:15:44','2021-01-21 19:15:44'),(53830,20854,'action started via WP Cron','2021-01-22 03:16:43','2021-01-21 19:16:43'),(53831,20854,'action complete via WP Cron','2021-01-22 03:16:43','2021-01-21 19:16:43'),(53832,20855,'action created','2021-01-22 03:16:43','2021-01-21 19:16:43'),(53833,20855,'action started via WP Cron','2021-01-22 03:17:43','2021-01-21 19:17:43'),(53834,20855,'action complete via WP Cron','2021-01-22 03:17:43','2021-01-21 19:17:43'),(53835,20856,'action created','2021-01-22 03:17:43','2021-01-21 19:17:43'),(53836,20856,'action started via WP Cron','2021-01-22 03:18:45','2021-01-21 19:18:45'),(53837,20856,'action complete via WP Cron','2021-01-22 03:18:45','2021-01-21 19:18:45'),(53838,20857,'action created','2021-01-22 03:18:45','2021-01-21 19:18:45'),(53839,20857,'action started via WP Cron','2021-01-22 03:19:50','2021-01-21 19:19:50'),(53840,20857,'action complete via WP Cron','2021-01-22 03:19:50','2021-01-21 19:19:50'),(53841,20858,'action created','2021-01-22 03:19:50','2021-01-21 19:19:50'),(53842,20858,'action started via WP Cron','2021-01-22 03:20:54','2021-01-21 19:20:54'),(53843,20858,'action complete via WP Cron','2021-01-22 03:20:54','2021-01-21 19:20:54'),(53844,20859,'action created','2021-01-22 03:20:54','2021-01-21 19:20:54'),(53845,20859,'action started via WP Cron','2021-01-22 03:21:51','2021-01-21 19:21:51'),(53846,20859,'action complete via WP Cron','2021-01-22 03:21:51','2021-01-21 19:21:51'),(53847,20860,'action created','2021-01-22 03:21:52','2021-01-21 19:21:52'),(53848,20860,'action started via WP Cron','2021-01-22 03:22:46','2021-01-21 19:22:46'),(53849,20860,'action complete via WP Cron','2021-01-22 03:22:46','2021-01-21 19:22:46'),(53850,20861,'action created','2021-01-22 03:22:47','2021-01-21 19:22:47'),(53851,20861,'action started via WP Cron','2021-01-22 03:23:48','2021-01-21 19:23:48'),(53852,20861,'action complete via WP Cron','2021-01-22 03:23:48','2021-01-21 19:23:48'),(53853,20862,'action created','2021-01-22 03:23:48','2021-01-21 19:23:48'),(53854,20862,'action started via WP Cron','2021-01-22 03:24:55','2021-01-21 19:24:55'),(53855,20862,'action complete via WP Cron','2021-01-22 03:24:55','2021-01-21 19:24:55'),(53856,20863,'action created','2021-01-22 03:24:55','2021-01-21 19:24:55'),(53857,20863,'action started via WP Cron','2021-01-22 03:25:44','2021-01-21 19:25:44'),(53858,20863,'action complete via WP Cron','2021-01-22 03:25:44','2021-01-21 19:25:44'),(53859,20864,'action created','2021-01-22 03:25:44','2021-01-21 19:25:44'),(53860,20864,'action started via WP Cron','2021-01-22 03:26:49','2021-01-21 19:26:49'),(53861,20864,'action complete via WP Cron','2021-01-22 03:26:49','2021-01-21 19:26:49'),(53862,20865,'action created','2021-01-22 03:26:49','2021-01-21 19:26:49'),(53863,20865,'action started via WP Cron','2021-01-22 03:27:53','2021-01-21 19:27:53'),(53864,20865,'action complete via WP Cron','2021-01-22 03:27:53','2021-01-21 19:27:53'),(53865,20866,'action created','2021-01-22 03:27:53','2021-01-21 19:27:53'),(53866,20866,'action started via WP Cron','2021-01-22 03:28:42','2021-01-21 19:28:42'),(53867,20866,'action complete via WP Cron','2021-01-22 03:28:42','2021-01-21 19:28:42'),(53868,20867,'action created','2021-01-22 03:28:42','2021-01-21 19:28:42'),(53869,20867,'action started via WP Cron','2021-01-22 03:29:47','2021-01-21 19:29:47'),(53870,20867,'action complete via WP Cron','2021-01-22 03:29:47','2021-01-21 19:29:47'),(53871,20868,'action created','2021-01-22 03:29:47','2021-01-21 19:29:47'),(53872,20224,'action started via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53873,20224,'action complete via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53874,20869,'action created','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53875,20225,'action started via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53876,20225,'action complete via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53877,20870,'action created','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53878,20868,'action started via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53879,20868,'action complete via WP Cron','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53880,20871,'action created','2021-01-22 03:30:41','2021-01-21 19:30:41'),(53881,20871,'action started via WP Cron','2021-01-22 03:31:46','2021-01-21 19:31:46'),(53882,20871,'action complete via WP Cron','2021-01-22 03:31:46','2021-01-21 19:31:46'),(53883,20872,'action created','2021-01-22 03:31:46','2021-01-21 19:31:46'),(53884,20872,'action started via WP Cron','2021-01-22 03:32:43','2021-01-21 19:32:43'),(53885,20872,'action complete via WP Cron','2021-01-22 03:32:43','2021-01-21 19:32:43'),(53886,20873,'action created','2021-01-22 03:32:43','2021-01-21 19:32:43'),(53887,20873,'action started via WP Cron','2021-01-22 03:33:43','2021-01-21 19:33:43'),(53888,20873,'action complete via WP Cron','2021-01-22 03:33:43','2021-01-21 19:33:43'),(53889,20874,'action created','2021-01-22 03:33:43','2021-01-21 19:33:43'),(53890,20874,'action started via WP Cron','2021-01-22 03:34:43','2021-01-21 19:34:43'),(53891,20874,'action complete via WP Cron','2021-01-22 03:34:43','2021-01-21 19:34:43'),(53892,20875,'action created','2021-01-22 03:34:43','2021-01-21 19:34:43'),(53893,20875,'action started via WP Cron','2021-01-22 03:36:05','2021-01-21 19:36:05'),(53894,20875,'action complete via WP Cron','2021-01-22 03:36:05','2021-01-21 19:36:05'),(53895,20876,'action created','2021-01-22 03:36:05','2021-01-21 19:36:05'),(53896,20876,'action started via WP Cron','2021-01-22 03:36:43','2021-01-21 19:36:43'),(53897,20876,'action complete via WP Cron','2021-01-22 03:36:43','2021-01-21 19:36:43'),(53898,20877,'action created','2021-01-22 03:36:43','2021-01-21 19:36:43'),(53899,20877,'action started via WP Cron','2021-01-22 03:37:42','2021-01-21 19:37:42'),(53900,20877,'action complete via WP Cron','2021-01-22 03:37:42','2021-01-21 19:37:42'),(53901,20878,'action created','2021-01-22 03:37:42','2021-01-21 19:37:42'),(53902,20878,'action started via WP Cron','2021-01-22 03:38:52','2021-01-21 19:38:52'),(53903,20878,'action complete via WP Cron','2021-01-22 03:38:52','2021-01-21 19:38:52'),(53904,20879,'action created','2021-01-22 03:38:52','2021-01-21 19:38:52'),(53905,20879,'action started via WP Cron','2021-01-22 03:39:56','2021-01-21 19:39:56'),(53906,20879,'action complete via WP Cron','2021-01-22 03:39:56','2021-01-21 19:39:56'),(53907,20880,'action created','2021-01-22 03:39:56','2021-01-21 19:39:56'),(53908,20880,'action started via WP Cron','2021-01-22 03:40:50','2021-01-21 19:40:50'),(53909,20880,'action complete via WP Cron','2021-01-22 03:40:50','2021-01-21 19:40:50'),(53910,20881,'action created','2021-01-22 03:40:50','2021-01-21 19:40:50'),(53911,20881,'action started via WP Cron','2021-01-22 03:41:43','2021-01-21 19:41:43'),(53912,20881,'action complete via WP Cron','2021-01-22 03:41:44','2021-01-21 19:41:44'),(53913,20882,'action created','2021-01-22 03:41:44','2021-01-21 19:41:44'),(53914,20882,'action started via WP Cron','2021-01-22 03:42:46','2021-01-21 19:42:46'),(53915,20882,'action complete via WP Cron','2021-01-22 03:42:46','2021-01-21 19:42:46'),(53916,20883,'action created','2021-01-22 03:42:46','2021-01-21 19:42:46'),(53917,20883,'action started via WP Cron','2021-01-22 03:43:45','2021-01-21 19:43:45'),(53918,20883,'action complete via WP Cron','2021-01-22 03:43:45','2021-01-21 19:43:45'),(53919,20884,'action created','2021-01-22 03:43:45','2021-01-21 19:43:45'),(53920,20884,'action started via WP Cron','2021-01-22 03:44:48','2021-01-21 19:44:48'),(53921,20884,'action complete via WP Cron','2021-01-22 03:44:48','2021-01-21 19:44:48'),(53922,20885,'action created','2021-01-22 03:44:48','2021-01-21 19:44:48'),(53923,20885,'action started via WP Cron','2021-01-22 03:45:41','2021-01-21 19:45:41'),(53924,20885,'action complete via WP Cron','2021-01-22 03:45:41','2021-01-21 19:45:41'),(53925,20886,'action created','2021-01-22 03:45:41','2021-01-21 19:45:41'),(53926,20886,'action started via WP Cron','2021-01-22 03:46:41','2021-01-21 19:46:41'),(53927,20886,'action complete via WP Cron','2021-01-22 03:46:41','2021-01-21 19:46:41'),(53928,20887,'action created','2021-01-22 03:46:41','2021-01-21 19:46:41'),(53929,20887,'action started via WP Cron','2021-01-22 03:47:44','2021-01-21 19:47:44'),(53930,20887,'action complete via WP Cron','2021-01-22 03:47:44','2021-01-21 19:47:44'),(53931,20888,'action created','2021-01-22 03:47:44','2021-01-21 19:47:44'),(53932,20888,'action started via WP Cron','2021-01-22 03:48:41','2021-01-21 19:48:41'),(53933,20888,'action complete via WP Cron','2021-01-22 03:48:41','2021-01-21 19:48:41'),(53934,20889,'action created','2021-01-22 03:48:41','2021-01-21 19:48:41'),(53935,20889,'action started via WP Cron','2021-01-22 03:49:41','2021-01-21 19:49:41'),(53936,20889,'action complete via WP Cron','2021-01-22 03:49:41','2021-01-21 19:49:41'),(53937,20890,'action created','2021-01-22 03:49:41','2021-01-21 19:49:41'),(53938,20890,'action started via WP Cron','2021-01-22 03:50:42','2021-01-21 19:50:42'),(53939,20890,'action complete via WP Cron','2021-01-22 03:50:42','2021-01-21 19:50:42'),(53940,20891,'action created','2021-01-22 03:50:42','2021-01-21 19:50:42'),(53941,20891,'action started via WP Cron','2021-01-22 03:52:00','2021-01-21 19:52:00'),(53942,20891,'action complete via WP Cron','2021-01-22 03:52:00','2021-01-21 19:52:00'),(53943,20892,'action created','2021-01-22 03:52:00','2021-01-21 19:52:00'),(53944,20892,'action started via WP Cron','2021-01-22 03:52:42','2021-01-21 19:52:42'),(53945,20892,'action complete via WP Cron','2021-01-22 03:52:42','2021-01-21 19:52:42'),(53946,20893,'action created','2021-01-22 03:52:42','2021-01-21 19:52:42'),(53947,20893,'action started via WP Cron','2021-01-22 03:53:49','2021-01-21 19:53:49'),(53948,20893,'action complete via WP Cron','2021-01-22 03:53:49','2021-01-21 19:53:49'),(53949,20894,'action created','2021-01-22 03:53:49','2021-01-21 19:53:49'),(53950,20894,'action started via WP Cron','2021-01-22 03:55:37','2021-01-21 19:55:37'),(53951,20894,'action complete via WP Cron','2021-01-22 03:55:37','2021-01-21 19:55:37'),(53952,20895,'action created','2021-01-22 03:55:37','2021-01-21 19:55:37'),(53953,20895,'action started via WP Cron','2021-01-22 03:56:36','2021-01-21 19:56:36'),(53954,20895,'action complete via WP Cron','2021-01-22 03:56:36','2021-01-21 19:56:36'),(53955,20896,'action created','2021-01-22 03:56:36','2021-01-21 19:56:36'),(53956,20896,'action started via WP Cron','2021-01-22 03:57:39','2021-01-21 19:57:39'),(53957,20896,'action complete via WP Cron','2021-01-22 03:57:39','2021-01-21 19:57:39'),(53958,20897,'action created','2021-01-22 03:57:40','2021-01-21 19:57:40'),(53959,20897,'action started via WP Cron','2021-01-22 03:58:21','2021-01-21 19:58:21'),(53960,20897,'action complete via WP Cron','2021-01-22 03:58:21','2021-01-21 19:58:21'),(53961,20898,'action created','2021-01-22 03:58:21','2021-01-21 19:58:21'),(53962,20898,'action started via WP Cron','2021-01-22 03:58:56','2021-01-21 19:58:56'),(53963,20898,'action complete via WP Cron','2021-01-22 03:58:56','2021-01-21 19:58:56'),(53964,20899,'action created','2021-01-22 03:58:56','2021-01-21 19:58:56'),(53965,20899,'action started via WP Cron','2021-01-22 04:03:19','2021-01-21 20:03:19'),(53966,20899,'action complete via WP Cron','2021-01-22 04:03:19','2021-01-21 20:03:19'),(53967,20900,'action created','2021-01-22 04:03:19','2021-01-21 20:03:19'),(53968,20900,'action started via WP Cron','2021-01-22 04:04:41','2021-01-21 20:04:41'),(53969,20900,'action complete via WP Cron','2021-01-22 04:04:41','2021-01-21 20:04:41'),(53970,20901,'action created','2021-01-22 04:04:42','2021-01-21 20:04:42'),(53971,20901,'action started via WP Cron','2021-01-22 04:06:41','2021-01-21 20:06:41'),(53972,20901,'action complete via WP Cron','2021-01-22 04:06:41','2021-01-21 20:06:41'),(53973,20902,'action created','2021-01-22 04:06:41','2021-01-21 20:06:41'),(53974,20902,'action started via WP Cron','2021-01-22 04:17:26','2021-01-21 20:17:26'),(53975,20902,'action complete via WP Cron','2021-01-22 04:17:26','2021-01-21 20:17:26'),(53976,20903,'action created','2021-01-22 04:17:26','2021-01-21 20:17:26'),(53977,20903,'action started via WP Cron','2021-01-22 04:17:53','2021-01-21 20:17:53'),(53978,20903,'action complete via WP Cron','2021-01-22 04:17:53','2021-01-21 20:17:53'),(53979,20904,'action created','2021-01-22 04:17:53','2021-01-21 20:17:53'),(53980,20904,'action started via WP Cron','2021-01-22 04:20:27','2021-01-21 20:20:27'),(53981,20904,'action complete via WP Cron','2021-01-22 04:20:27','2021-01-21 20:20:27'),(53982,20905,'action created','2021-01-22 04:20:27','2021-01-21 20:20:27'),(53983,20905,'action started via WP Cron','2021-01-22 04:23:53','2021-01-21 20:23:53'),(53984,20905,'action complete via WP Cron','2021-01-22 04:23:53','2021-01-21 20:23:53'),(53985,20906,'action created','2021-01-22 04:23:53','2021-01-21 20:23:53'),(53986,20906,'action started via WP Cron','2021-01-22 04:24:42','2021-01-21 20:24:42'),(53987,20906,'action complete via WP Cron','2021-01-22 04:24:42','2021-01-21 20:24:42'),(53988,20907,'action created','2021-01-22 04:24:42','2021-01-21 20:24:42'),(53989,20907,'action started via WP Cron','2021-01-22 04:27:13','2021-01-21 20:27:13'),(53990,20907,'action complete via WP Cron','2021-01-22 04:27:13','2021-01-21 20:27:13'),(53991,20908,'action created','2021-01-22 04:27:13','2021-01-21 20:27:13'),(53992,20908,'action started via WP Cron','2021-01-22 04:27:40','2021-01-21 20:27:40'),(53993,20908,'action complete via WP Cron','2021-01-22 04:27:40','2021-01-21 20:27:40'),(53994,20909,'action created','2021-01-22 04:27:40','2021-01-21 20:27:40'),(53995,20909,'action started via WP Cron','2021-01-22 05:01:40','2021-01-21 21:01:40'),(53996,20909,'action complete via WP Cron','2021-01-22 05:01:40','2021-01-21 21:01:40'),(53997,20250,'action started via WP Cron','2021-01-22 05:01:40','2021-01-21 21:01:40'),(53998,20250,'action complete via WP Cron','2021-01-22 05:01:40','2021-01-21 21:01:40'),(53999,20910,'action created','2021-01-22 05:01:40','2021-01-21 21:01:40'),(54000,20911,'action created','2021-01-22 05:01:40','2021-01-21 21:01:40'),(54001,20911,'action started via WP Cron','2021-01-22 05:06:18','2021-01-21 21:06:18'),(54002,20911,'action complete via WP Cron','2021-01-22 05:06:18','2021-01-21 21:06:18'),(54003,20912,'action created','2021-01-22 05:06:18','2021-01-21 21:06:18'),(54004,20912,'action started via WP Cron','2021-01-22 05:15:13','2021-01-21 21:15:13'),(54005,20912,'action complete via WP Cron','2021-01-22 05:15:13','2021-01-21 21:15:13'),(54006,20913,'action created','2021-01-22 05:15:13','2021-01-21 21:15:13'),(54007,20913,'action started via WP Cron','2021-01-22 05:24:37','2021-01-21 21:24:37'),(54008,20913,'action complete via WP Cron','2021-01-22 05:24:37','2021-01-21 21:24:37'),(54009,20914,'action created','2021-01-22 05:24:37','2021-01-21 21:24:37'),(54010,20914,'action started via WP Cron','2021-01-22 05:32:04','2021-01-21 21:32:04'),(54011,20914,'action complete via WP Cron','2021-01-22 05:32:04','2021-01-21 21:32:04'),(54012,20915,'action created','2021-01-22 05:32:04','2021-01-21 21:32:04'),(54013,20915,'action started via WP Cron','2021-01-22 05:34:28','2021-01-21 21:34:28'),(54014,20915,'action complete via WP Cron','2021-01-22 05:34:28','2021-01-21 21:34:28'),(54015,20916,'action created','2021-01-22 05:34:29','2021-01-21 21:34:29'),(54016,20916,'action started via WP Cron','2021-01-22 05:38:49','2021-01-21 21:38:49'),(54017,20916,'action complete via WP Cron','2021-01-22 05:38:50','2021-01-21 21:38:50'),(54018,20917,'action created','2021-01-22 05:38:50','2021-01-21 21:38:50'),(54019,20917,'action started via WP Cron','2021-01-22 05:42:13','2021-01-21 21:42:13'),(54020,20917,'action complete via WP Cron','2021-01-22 05:42:13','2021-01-21 21:42:13'),(54021,20918,'action created','2021-01-22 05:42:13','2021-01-21 21:42:13'),(54022,20918,'action started via WP Cron','2021-01-22 05:45:46','2021-01-21 21:45:46'),(54023,20918,'action complete via WP Cron','2021-01-22 05:45:46','2021-01-21 21:45:46'),(54024,20919,'action created','2021-01-22 05:45:47','2021-01-21 21:45:47'),(54025,20919,'action started via WP Cron','2021-01-22 05:53:05','2021-01-21 21:53:05'),(54026,20919,'action complete via WP Cron','2021-01-22 05:53:05','2021-01-21 21:53:05'),(54027,20920,'action created','2021-01-22 05:53:05','2021-01-21 21:53:05'),(54031,20921,'action started via WP Cron','2021-01-22 06:09:45','2021-01-21 22:09:45'),(54032,20921,'action complete via WP Cron','2021-01-22 06:09:45','2021-01-21 22:09:45'),(54033,20922,'action created','2021-01-22 06:09:45','2021-01-21 22:09:45'),(54034,20922,'action started via WP Cron','2021-01-22 06:10:51','2021-01-21 22:10:51'),(54035,20922,'action complete via WP Cron','2021-01-22 06:10:51','2021-01-21 22:10:51'),(54036,20923,'action created','2021-01-22 06:10:51','2021-01-21 22:10:51'),(54037,20923,'action started via WP Cron','2021-01-22 06:11:43','2021-01-21 22:11:43'),(54038,20923,'action complete via WP Cron','2021-01-22 06:11:43','2021-01-21 22:11:43'),(54039,20924,'action created','2021-01-22 06:11:45','2021-01-21 22:11:45'),(54040,20924,'action started via WP Cron','2021-01-22 06:12:42','2021-01-21 22:12:42'),(54041,20924,'action complete via WP Cron','2021-01-22 06:12:42','2021-01-21 22:12:42'),(54042,20925,'action created','2021-01-22 06:12:42','2021-01-21 22:12:42'),(54043,20925,'action started via WP Cron','2021-01-22 06:13:43','2021-01-21 22:13:43'),(54044,20925,'action complete via WP Cron','2021-01-22 06:13:43','2021-01-21 22:13:43'),(54045,20926,'action created','2021-01-22 06:13:44','2021-01-21 22:13:44'),(54046,20926,'action started via WP Cron','2021-01-22 06:17:35','2021-01-21 22:17:35'),(54047,20926,'action complete via WP Cron','2021-01-22 06:17:35','2021-01-21 22:17:35'),(54048,20927,'action created','2021-01-22 06:17:36','2021-01-21 22:17:36'),(54049,20927,'action started via WP Cron','2021-01-22 06:18:42','2021-01-21 22:18:42'),(54050,20927,'action complete via WP Cron','2021-01-22 06:18:42','2021-01-21 22:18:42'),(54051,20928,'action created','2021-01-22 06:18:44','2021-01-21 22:18:44'),(54052,20928,'action started via WP Cron','2021-01-22 06:22:12','2021-01-21 22:22:12'),(54053,20928,'action complete via WP Cron','2021-01-22 06:22:12','2021-01-21 22:22:12'),(54054,20929,'action created','2021-01-22 06:22:12','2021-01-21 22:22:12'),(54055,20929,'action started via WP Cron','2021-01-22 06:23:41','2021-01-21 22:23:41'),(54056,20929,'action complete via WP Cron','2021-01-22 06:23:41','2021-01-21 22:23:41'),(54057,20930,'action created','2021-01-22 06:23:41','2021-01-21 22:23:41'),(54058,20930,'action started via WP Cron','2021-01-22 06:38:53','2021-01-21 22:38:53'),(54059,20930,'action complete via WP Cron','2021-01-22 06:38:53','2021-01-21 22:38:53'),(54060,20931,'action created','2021-01-22 06:38:53','2021-01-21 22:38:53'),(54061,20931,'action started via WP Cron','2021-01-22 06:39:41','2021-01-21 22:39:41'),(54062,20931,'action complete via WP Cron','2021-01-22 06:39:41','2021-01-21 22:39:41'),(54063,20932,'action created','2021-01-22 06:39:41','2021-01-21 22:39:41'),(54064,20932,'action started via WP Cron','2021-01-22 06:43:24','2021-01-21 22:43:24'),(54065,20932,'action complete via WP Cron','2021-01-22 06:43:24','2021-01-21 22:43:24'),(54066,20933,'action created','2021-01-22 06:43:24','2021-01-21 22:43:24'),(54067,20933,'action started via WP Cron','2021-01-22 06:45:36','2021-01-21 22:45:36'),(54068,20933,'action complete via WP Cron','2021-01-22 06:45:36','2021-01-21 22:45:36'),(54069,20934,'action created','2021-01-22 06:45:36','2021-01-21 22:45:36'),(54070,20934,'action started via WP Cron','2021-01-22 06:47:02','2021-01-21 22:47:02'),(54071,20934,'action complete via WP Cron','2021-01-22 06:47:02','2021-01-21 22:47:02'),(54072,20935,'action created','2021-01-22 06:47:02','2021-01-21 22:47:02'),(54073,20935,'action started via WP Cron','2021-01-22 06:49:01','2021-01-21 22:49:01'),(54074,20935,'action complete via WP Cron','2021-01-22 06:49:01','2021-01-21 22:49:01'),(54075,20936,'action created','2021-01-22 06:49:01','2021-01-21 22:49:01'),(54076,20936,'action started via WP Cron','2021-01-22 06:55:11','2021-01-21 22:55:11'),(54077,20936,'action complete via WP Cron','2021-01-22 06:55:11','2021-01-21 22:55:11'),(54078,20937,'action created','2021-01-22 06:55:11','2021-01-21 22:55:11'),(54079,20937,'action started via WP Cron','2021-01-22 06:57:14','2021-01-21 22:57:14'),(54080,20937,'action complete via WP Cron','2021-01-22 06:57:14','2021-01-21 22:57:14'),(54081,20938,'action created','2021-01-22 06:57:14','2021-01-21 22:57:14'),(54082,20938,'action started via WP Cron','2021-01-22 07:11:26','2021-01-21 23:11:26'),(54083,20938,'action complete via WP Cron','2021-01-22 07:11:26','2021-01-21 23:11:26'),(54084,20939,'action created','2021-01-22 07:11:26','2021-01-21 23:11:26'),(54085,20939,'action started via WP Cron','2021-01-22 07:17:03','2021-01-21 23:17:03'),(54086,20939,'action complete via WP Cron','2021-01-22 07:17:03','2021-01-21 23:17:03'),(54087,20940,'action created','2021-01-22 07:17:03','2021-01-21 23:17:03'),(54088,20940,'action started via WP Cron','2021-01-22 07:23:21','2021-01-21 23:23:21'),(54089,20940,'action complete via WP Cron','2021-01-22 07:23:21','2021-01-21 23:23:21'),(54090,20941,'action created','2021-01-22 07:23:21','2021-01-21 23:23:21'),(54091,20941,'action started via WP Cron','2021-01-22 07:23:50','2021-01-21 23:23:50'),(54092,20941,'action complete via WP Cron','2021-01-22 07:23:50','2021-01-21 23:23:50'),(54093,20942,'action created','2021-01-22 07:23:50','2021-01-21 23:23:50'),(54094,20942,'action started via WP Cron','2021-01-22 07:26:17','2021-01-21 23:26:17'),(54095,20942,'action complete via WP Cron','2021-01-22 07:26:17','2021-01-21 23:26:17'),(54096,20943,'action created','2021-01-22 07:26:17','2021-01-21 23:26:17'),(54097,20943,'action started via WP Cron','2021-01-22 07:59:38','2021-01-21 23:59:38'),(54098,20943,'action complete via WP Cron','2021-01-22 07:59:38','2021-01-21 23:59:38'),(54099,20944,'action created','2021-01-22 07:59:38','2021-01-21 23:59:38'),(54100,20944,'action started via WP Cron','2021-01-22 08:03:19','2021-01-22 00:03:19'),(54101,20944,'action complete via WP Cron','2021-01-22 08:03:19','2021-01-22 00:03:19'),(54102,20945,'action created','2021-01-22 08:03:20','2021-01-22 00:03:20'),(54103,20945,'action started via WP Cron','2021-01-22 08:10:13','2021-01-22 00:10:13'),(54104,20945,'action complete via WP Cron','2021-01-22 08:10:13','2021-01-22 00:10:13'),(54105,20946,'action created','2021-01-22 08:10:13','2021-01-22 00:10:13'),(54106,20946,'action started via WP Cron','2021-01-22 08:13:10','2021-01-22 00:13:10'),(54107,20946,'action complete via WP Cron','2021-01-22 08:13:10','2021-01-22 00:13:10'),(54108,20947,'action created','2021-01-22 08:13:10','2021-01-22 00:13:10'),(54109,20947,'action started via WP Cron','2021-01-22 08:15:37','2021-01-22 00:15:37'),(54110,20947,'action complete via WP Cron','2021-01-22 08:15:37','2021-01-22 00:15:37'),(54111,20948,'action created','2021-01-22 08:15:37','2021-01-22 00:15:37'),(54112,20948,'action started via WP Cron','2021-01-22 08:21:10','2021-01-22 00:21:10'),(54113,20948,'action complete via WP Cron','2021-01-22 08:21:10','2021-01-22 00:21:10'),(54114,20949,'action created','2021-01-22 08:21:10','2021-01-22 00:21:10'),(54115,20949,'action started via WP Cron','2021-01-22 08:21:41','2021-01-22 00:21:41'),(54116,20949,'action complete via WP Cron','2021-01-22 08:21:41','2021-01-22 00:21:41'),(54117,20950,'action created','2021-01-22 08:21:41','2021-01-22 00:21:41'),(54118,20950,'action started via WP Cron','2021-01-22 08:26:38','2021-01-22 00:26:38'),(54119,20950,'action complete via WP Cron','2021-01-22 08:26:38','2021-01-22 00:26:38'),(54120,20951,'action created','2021-01-22 08:26:38','2021-01-22 00:26:38'),(114948,41227,'action complete via WP Cron','2021-02-22 08:26:46','2021-02-22 00:26:46'),(114947,41227,'action started via WP Cron','2021-02-22 08:26:46','2021-02-22 00:26:46'),(117361,42032,'action created','2021-02-23 08:27:41','2021-02-23 00:27:41'),(54124,20951,'action started via WP Cron','2021-01-22 08:28:19','2021-01-22 00:28:19'),(54125,20951,'action complete via WP Cron','2021-01-22 08:28:19','2021-01-22 00:28:19'),(54126,20953,'action created','2021-01-22 08:28:19','2021-01-22 00:28:19'),(54127,20953,'action started via WP Cron','2021-01-22 08:30:22','2021-01-22 00:30:22'),(54128,20953,'action complete via WP Cron','2021-01-22 08:30:22','2021-01-22 00:30:22'),(54129,20954,'action created','2021-01-22 08:30:22','2021-01-22 00:30:22'),(54130,20954,'action started via WP Cron','2021-01-22 08:32:29','2021-01-22 00:32:29'),(54131,20954,'action complete via WP Cron','2021-01-22 08:32:29','2021-01-22 00:32:29'),(54132,20955,'action created','2021-01-22 08:32:29','2021-01-22 00:32:29'),(54133,20955,'action started via WP Cron','2021-01-22 08:33:31','2021-01-22 00:33:31'),(54134,20955,'action complete via WP Cron','2021-01-22 08:33:31','2021-01-22 00:33:31'),(54135,20956,'action created','2021-01-22 08:33:31','2021-01-22 00:33:31'),(54136,20956,'action started via WP Cron','2021-01-22 08:33:58','2021-01-22 00:33:58'),(54137,20956,'action complete via WP Cron','2021-01-22 08:33:58','2021-01-22 00:33:58'),(54138,20957,'action created','2021-01-22 08:33:58','2021-01-22 00:33:58'),(54139,20957,'action started via WP Cron','2021-01-22 08:35:23','2021-01-22 00:35:23'),(54140,20957,'action complete via WP Cron','2021-01-22 08:35:23','2021-01-22 00:35:23'),(54141,20958,'action created','2021-01-22 08:35:23','2021-01-22 00:35:23'),(54142,20958,'action started via WP Cron','2021-01-22 08:37:26','2021-01-22 00:37:26'),(54143,20958,'action complete via WP Cron','2021-01-22 08:37:26','2021-01-22 00:37:26'),(54144,20959,'action created','2021-01-22 08:37:26','2021-01-22 00:37:26'),(54145,20959,'action started via WP Cron','2021-01-22 08:37:43','2021-01-22 00:37:43'),(54146,20959,'action complete via WP Cron','2021-01-22 08:37:43','2021-01-22 00:37:43'),(54147,20960,'action created','2021-01-22 08:37:43','2021-01-22 00:37:43'),(54148,20960,'action started via WP Cron','2021-01-22 08:39:04','2021-01-22 00:39:04'),(54149,20960,'action complete via WP Cron','2021-01-22 08:39:04','2021-01-22 00:39:04'),(54150,20961,'action created','2021-01-22 08:39:05','2021-01-22 00:39:05'),(54151,20961,'action started via WP Cron','2021-01-22 08:39:54','2021-01-22 00:39:54'),(54152,20961,'action complete via WP Cron','2021-01-22 08:39:54','2021-01-22 00:39:54'),(54153,20962,'action created','2021-01-22 08:39:54','2021-01-22 00:39:54'),(54154,20962,'action started via WP Cron','2021-01-22 08:40:54','2021-01-22 00:40:54'),(54155,20962,'action complete via WP Cron','2021-01-22 08:40:54','2021-01-22 00:40:54'),(54156,20963,'action created','2021-01-22 08:40:54','2021-01-22 00:40:54'),(54157,20963,'action started via WP Cron','2021-01-22 08:41:55','2021-01-22 00:41:55'),(54158,20963,'action complete via WP Cron','2021-01-22 08:41:55','2021-01-22 00:41:55'),(54159,20964,'action created','2021-01-22 08:41:55','2021-01-22 00:41:55'),(54160,20964,'action started via WP Cron','2021-01-22 08:42:50','2021-01-22 00:42:50'),(54161,20964,'action complete via WP Cron','2021-01-22 08:42:50','2021-01-22 00:42:50'),(54162,20965,'action created','2021-01-22 08:42:50','2021-01-22 00:42:50'),(54163,20965,'action started via WP Cron','2021-01-22 08:44:26','2021-01-22 00:44:26'),(54164,20965,'action complete via WP Cron','2021-01-22 08:44:26','2021-01-22 00:44:26'),(54165,20966,'action created','2021-01-22 08:44:26','2021-01-22 00:44:26'),(54166,20966,'action started via WP Cron','2021-01-22 08:45:27','2021-01-22 00:45:27'),(54167,20966,'action complete via WP Cron','2021-01-22 08:45:27','2021-01-22 00:45:27'),(54168,20967,'action created','2021-01-22 08:45:27','2021-01-22 00:45:27'),(54169,20967,'action started via WP Cron','2021-01-22 08:46:29','2021-01-22 00:46:29'),(54170,20967,'action complete via WP Cron','2021-01-22 08:46:29','2021-01-22 00:46:29'),(54171,20968,'action created','2021-01-22 08:46:29','2021-01-22 00:46:29'),(54172,20968,'action started via WP Cron','2021-01-22 08:47:29','2021-01-22 00:47:29'),(54173,20968,'action complete via WP Cron','2021-01-22 08:47:29','2021-01-22 00:47:29'),(54174,20969,'action created','2021-01-22 08:47:29','2021-01-22 00:47:29'),(54175,20969,'action started via WP Cron','2021-01-22 08:49:32','2021-01-22 00:49:32'),(54176,20969,'action complete via WP Cron','2021-01-22 08:49:32','2021-01-22 00:49:32'),(54177,20970,'action created','2021-01-22 08:49:32','2021-01-22 00:49:32'),(54178,20970,'action started via WP Cron','2021-01-22 08:50:29','2021-01-22 00:50:29'),(54179,20970,'action complete via WP Cron','2021-01-22 08:50:29','2021-01-22 00:50:29'),(54180,20971,'action created','2021-01-22 08:50:29','2021-01-22 00:50:29'),(54181,20971,'action started via WP Cron','2021-01-22 08:51:36','2021-01-22 00:51:36'),(54182,20971,'action complete via WP Cron','2021-01-22 08:51:36','2021-01-22 00:51:36'),(54183,20972,'action created','2021-01-22 08:51:36','2021-01-22 00:51:36'),(54184,20972,'action started via WP Cron','2021-01-22 08:52:37','2021-01-22 00:52:37'),(54185,20972,'action complete via WP Cron','2021-01-22 08:52:37','2021-01-22 00:52:37'),(54186,20973,'action created','2021-01-22 08:52:37','2021-01-22 00:52:37'),(54187,20973,'action started via WP Cron','2021-01-22 08:58:11','2021-01-22 00:58:11'),(54188,20973,'action complete via WP Cron','2021-01-22 08:58:11','2021-01-22 00:58:11'),(54189,20974,'action created','2021-01-22 08:58:11','2021-01-22 00:58:11'),(54190,20974,'action started via WP Cron','2021-01-22 09:08:34','2021-01-22 01:08:34'),(54191,20974,'action complete via WP Cron','2021-01-22 09:08:34','2021-01-22 01:08:34'),(54192,20975,'action created','2021-01-22 09:08:34','2021-01-22 01:08:34'),(54193,20975,'action started via WP Cron','2021-01-22 09:11:17','2021-01-22 01:11:17'),(54194,20975,'action complete via WP Cron','2021-01-22 09:11:17','2021-01-22 01:11:17'),(54195,20976,'action created','2021-01-22 09:11:17','2021-01-22 01:11:17'),(54196,20976,'action started via WP Cron','2021-01-22 09:12:47','2021-01-22 01:12:47'),(54197,20976,'action complete via WP Cron','2021-01-22 09:12:47','2021-01-22 01:12:47'),(54198,20977,'action created','2021-01-22 09:12:47','2021-01-22 01:12:47'),(54199,20977,'action started via WP Cron','2021-01-22 09:16:49','2021-01-22 01:16:49'),(54200,20977,'action complete via WP Cron','2021-01-22 09:16:49','2021-01-22 01:16:49'),(54201,20978,'action created','2021-01-22 09:16:49','2021-01-22 01:16:49'),(54202,20978,'action started via WP Cron','2021-01-22 09:19:33','2021-01-22 01:19:33'),(54203,20978,'action complete via WP Cron','2021-01-22 09:19:33','2021-01-22 01:19:33'),(54204,20979,'action created','2021-01-22 09:19:34','2021-01-22 01:19:34'),(54205,20979,'action started via WP Cron','2021-01-22 09:36:34','2021-01-22 01:36:34'),(54206,20979,'action complete via WP Cron','2021-01-22 09:36:34','2021-01-22 01:36:34'),(54207,20980,'action created','2021-01-22 09:36:37','2021-01-22 01:36:37'),(54208,20980,'action started via WP Cron','2021-01-22 09:41:08','2021-01-22 01:41:08'),(54209,20980,'action complete via WP Cron','2021-01-22 09:41:08','2021-01-22 01:41:08'),(54210,20981,'action created','2021-01-22 09:41:08','2021-01-22 01:41:08'),(54211,20981,'action started via WP Cron','2021-01-22 09:42:01','2021-01-22 01:42:01'),(54212,20981,'action complete via WP Cron','2021-01-22 09:42:01','2021-01-22 01:42:01'),(54213,20982,'action created','2021-01-22 09:42:02','2021-01-22 01:42:02'),(54214,20982,'action started via WP Cron','2021-01-22 09:43:10','2021-01-22 01:43:10'),(54215,20982,'action complete via WP Cron','2021-01-22 09:43:10','2021-01-22 01:43:10'),(54216,20983,'action created','2021-01-22 09:43:10','2021-01-22 01:43:10'),(54217,20983,'action started via WP Cron','2021-01-22 09:43:41','2021-01-22 01:43:41'),(54218,20983,'action complete via WP Cron','2021-01-22 09:43:41','2021-01-22 01:43:41'),(54219,20984,'action created','2021-01-22 09:43:41','2021-01-22 01:43:41'),(54220,20984,'action started via WP Cron','2021-01-22 09:44:57','2021-01-22 01:44:57'),(54221,20984,'action complete via WP Cron','2021-01-22 09:44:57','2021-01-22 01:44:57'),(54222,20985,'action created','2021-01-22 09:44:57','2021-01-22 01:44:57'),(54223,20985,'action started via WP Cron','2021-01-22 09:45:50','2021-01-22 01:45:50'),(54224,20985,'action complete via WP Cron','2021-01-22 09:45:50','2021-01-22 01:45:50'),(54225,20986,'action created','2021-01-22 09:45:50','2021-01-22 01:45:50'),(54226,20986,'action started via WP Cron','2021-01-22 09:47:29','2021-01-22 01:47:29'),(54227,20986,'action complete via WP Cron','2021-01-22 09:47:29','2021-01-22 01:47:29'),(54228,20987,'action created','2021-01-22 09:47:30','2021-01-22 01:47:30'),(54229,20987,'action started via WP Cron','2021-01-22 09:48:47','2021-01-22 01:48:47'),(54230,20987,'action complete via WP Cron','2021-01-22 09:48:47','2021-01-22 01:48:47'),(54231,20988,'action created','2021-01-22 09:48:47','2021-01-22 01:48:47'),(54232,20988,'action started via WP Cron','2021-01-22 09:49:53','2021-01-22 01:49:53'),(54233,20988,'action complete via WP Cron','2021-01-22 09:49:53','2021-01-22 01:49:53'),(54234,20989,'action created','2021-01-22 09:49:53','2021-01-22 01:49:53'),(54235,20989,'action started via WP Cron','2021-01-22 09:51:01','2021-01-22 01:51:01'),(54236,20989,'action complete via WP Cron','2021-01-22 09:51:01','2021-01-22 01:51:01'),(54237,20990,'action created','2021-01-22 09:51:01','2021-01-22 01:51:01'),(54238,20990,'action started via WP Cron','2021-01-22 09:52:09','2021-01-22 01:52:09'),(54239,20990,'action complete via WP Cron','2021-01-22 09:52:09','2021-01-22 01:52:09'),(54240,20991,'action created','2021-01-22 09:52:10','2021-01-22 01:52:10'),(54241,20991,'action started via WP Cron','2021-01-22 09:52:43','2021-01-22 01:52:43'),(54242,20991,'action complete via WP Cron','2021-01-22 09:52:43','2021-01-22 01:52:43'),(54243,20992,'action created','2021-01-22 09:52:43','2021-01-22 01:52:43'),(54244,20992,'action started via WP Cron','2021-01-22 09:54:38','2021-01-22 01:54:38'),(54245,20992,'action complete via WP Cron','2021-01-22 09:54:38','2021-01-22 01:54:38'),(54246,20993,'action created','2021-01-22 09:54:38','2021-01-22 01:54:38'),(54247,20993,'action started via WP Cron','2021-01-22 09:57:57','2021-01-22 01:57:57'),(54248,20993,'action complete via WP Cron','2021-01-22 09:57:57','2021-01-22 01:57:57'),(54249,20994,'action created','2021-01-22 09:57:58','2021-01-22 01:57:58'),(54250,20994,'action started via WP Cron','2021-01-22 10:00:38','2021-01-22 02:00:38'),(54251,20994,'action complete via WP Cron','2021-01-22 10:00:38','2021-01-22 02:00:38'),(54252,20995,'action created','2021-01-22 10:00:38','2021-01-22 02:00:38'),(54253,20995,'action started via WP Cron','2021-01-22 10:01:40','2021-01-22 02:01:40'),(54254,20995,'action complete via WP Cron','2021-01-22 10:01:40','2021-01-22 02:01:40'),(54255,20996,'action created','2021-01-22 10:01:40','2021-01-22 02:01:40'),(54256,20996,'action started via WP Cron','2021-01-22 10:02:41','2021-01-22 02:02:41'),(54257,20996,'action complete via WP Cron','2021-01-22 10:02:41','2021-01-22 02:02:41'),(54258,20997,'action created','2021-01-22 10:02:41','2021-01-22 02:02:41'),(54259,20997,'action started via WP Cron','2021-01-22 10:03:41','2021-01-22 02:03:41'),(54260,20997,'action complete via WP Cron','2021-01-22 10:03:41','2021-01-22 02:03:41'),(54261,20998,'action created','2021-01-22 10:03:42','2021-01-22 02:03:42'),(54262,20998,'action started via WP Cron','2021-01-22 10:05:43','2021-01-22 02:05:43'),(54263,20998,'action complete via WP Cron','2021-01-22 10:05:43','2021-01-22 02:05:43'),(54264,20999,'action created','2021-01-22 10:05:43','2021-01-22 02:05:43'),(54265,20999,'action started via WP Cron','2021-01-22 10:10:08','2021-01-22 02:10:08'),(54266,20999,'action complete via WP Cron','2021-01-22 10:10:08','2021-01-22 02:10:08'),(54267,21000,'action created','2021-01-22 10:10:08','2021-01-22 02:10:08'),(54268,21000,'action started via WP Cron','2021-01-22 10:18:09','2021-01-22 02:18:09'),(54269,21000,'action complete via WP Cron','2021-01-22 10:18:09','2021-01-22 02:18:09'),(54270,21001,'action created','2021-01-22 10:18:09','2021-01-22 02:18:09'),(54271,21001,'action started via WP Cron','2021-01-22 10:19:49','2021-01-22 02:19:49'),(54272,21001,'action complete via WP Cron','2021-01-22 10:19:49','2021-01-22 02:19:49'),(54273,21002,'action created','2021-01-22 10:19:50','2021-01-22 02:19:50'),(54274,21002,'action started via WP Cron','2021-01-22 10:20:53','2021-01-22 02:20:53'),(54275,21002,'action complete via WP Cron','2021-01-22 10:20:53','2021-01-22 02:20:53'),(54276,21003,'action created','2021-01-22 10:20:53','2021-01-22 02:20:53'),(54277,21003,'action started via WP Cron','2021-01-22 10:21:42','2021-01-22 02:21:42'),(54278,21003,'action complete via WP Cron','2021-01-22 10:21:42','2021-01-22 02:21:42'),(54279,21004,'action created','2021-01-22 10:21:42','2021-01-22 02:21:42'),(54280,21004,'action started via WP Cron','2021-01-22 10:24:17','2021-01-22 02:24:17'),(54281,21004,'action complete via WP Cron','2021-01-22 10:24:17','2021-01-22 02:24:17'),(54282,21005,'action created','2021-01-22 10:24:17','2021-01-22 02:24:17'),(54283,21005,'action started via WP Cron','2021-01-22 10:25:23','2021-01-22 02:25:23'),(54284,21005,'action complete via WP Cron','2021-01-22 10:25:23','2021-01-22 02:25:23'),(54285,21006,'action created','2021-01-22 10:25:23','2021-01-22 02:25:23'),(54286,21006,'action started via WP Cron','2021-01-22 10:26:21','2021-01-22 02:26:21'),(54287,21006,'action complete via WP Cron','2021-01-22 10:26:21','2021-01-22 02:26:21'),(54288,21007,'action created','2021-01-22 10:26:21','2021-01-22 02:26:21'),(54289,21007,'action started via WP Cron','2021-01-22 10:28:50','2021-01-22 02:28:50'),(54290,21007,'action complete via WP Cron','2021-01-22 10:28:50','2021-01-22 02:28:50'),(54291,21008,'action created','2021-01-22 10:28:51','2021-01-22 02:28:51'),(54292,21008,'action started via WP Cron','2021-01-22 10:38:00','2021-01-22 02:38:00'),(54293,21008,'action complete via WP Cron','2021-01-22 10:38:00','2021-01-22 02:38:00'),(54294,21009,'action created','2021-01-22 10:38:01','2021-01-22 02:38:01'),(54295,21009,'action started via WP Cron','2021-01-22 10:45:14','2021-01-22 02:45:14'),(54296,21009,'action complete via WP Cron','2021-01-22 10:45:14','2021-01-22 02:45:14'),(54297,21010,'action created','2021-01-22 10:45:14','2021-01-22 02:45:14'),(54298,21010,'action started via WP Cron','2021-01-22 10:46:00','2021-01-22 02:46:00'),(54299,21010,'action complete via WP Cron','2021-01-22 10:46:00','2021-01-22 02:46:00'),(54300,21011,'action created','2021-01-22 10:46:00','2021-01-22 02:46:00'),(54301,21011,'action started via WP Cron','2021-01-22 10:47:13','2021-01-22 02:47:13'),(54302,21011,'action complete via WP Cron','2021-01-22 10:47:13','2021-01-22 02:47:13'),(54303,21012,'action created','2021-01-22 10:47:13','2021-01-22 02:47:13'),(54304,21012,'action started via WP Cron','2021-01-22 10:47:59','2021-01-22 02:47:59'),(54305,21012,'action complete via WP Cron','2021-01-22 10:47:59','2021-01-22 02:47:59'),(54306,21013,'action created','2021-01-22 10:47:59','2021-01-22 02:47:59'),(54307,21013,'action started via WP Cron','2021-01-22 10:49:00','2021-01-22 02:49:00'),(54308,21013,'action complete via WP Cron','2021-01-22 10:49:00','2021-01-22 02:49:00'),(54309,21014,'action created','2021-01-22 10:49:00','2021-01-22 02:49:00'),(54310,21014,'action started via WP Cron','2021-01-22 10:50:02','2021-01-22 02:50:02'),(54311,21014,'action complete via WP Cron','2021-01-22 10:50:02','2021-01-22 02:50:02'),(54312,21015,'action created','2021-01-22 10:53:48','2021-01-22 02:53:48'),(54313,21015,'action started via WP Cron','2021-01-22 10:54:42','2021-01-22 02:54:42'),(54314,21015,'action complete via WP Cron','2021-01-22 10:54:42','2021-01-22 02:54:42'),(54315,21016,'action created','2021-01-22 10:54:42','2021-01-22 02:54:42'),(54316,21016,'action started via WP Cron','2021-01-22 10:56:13','2021-01-22 02:56:13'),(54317,21016,'action complete via WP Cron','2021-01-22 10:56:13','2021-01-22 02:56:13'),(54318,21017,'action created','2021-01-22 10:56:13','2021-01-22 02:56:13'),(54319,21017,'action started via WP Cron','2021-01-22 10:56:41','2021-01-22 02:56:41'),(54320,21017,'action complete via WP Cron','2021-01-22 10:56:41','2021-01-22 02:56:41'),(54321,21018,'action created','2021-01-22 10:56:41','2021-01-22 02:56:41'),(54322,21018,'action started via WP Cron','2021-01-22 11:02:22','2021-01-22 03:02:22'),(54323,21018,'action complete via WP Cron','2021-01-22 11:02:22','2021-01-22 03:02:22'),(54324,21019,'action created','2021-01-22 11:02:22','2021-01-22 03:02:22'),(54325,21019,'action started via WP Cron','2021-01-22 11:03:24','2021-01-22 03:03:24'),(54326,21019,'action complete via WP Cron','2021-01-22 11:03:24','2021-01-22 03:03:24'),(54327,21020,'action created','2021-01-22 11:03:24','2021-01-22 03:03:24'),(54328,21020,'action started via WP Cron','2021-01-22 11:04:59','2021-01-22 03:04:59'),(54329,21020,'action complete via WP Cron','2021-01-22 11:04:59','2021-01-22 03:04:59'),(54330,21021,'action created','2021-01-22 11:04:59','2021-01-22 03:04:59'),(54331,21021,'action started via WP Cron','2021-01-22 11:08:15','2021-01-22 03:08:15'),(54332,21021,'action complete via WP Cron','2021-01-22 11:08:15','2021-01-22 03:08:15'),(54333,21022,'action created','2021-01-22 11:08:15','2021-01-22 03:08:15'),(54334,21022,'action started via WP Cron','2021-01-22 11:09:26','2021-01-22 03:09:26'),(54335,21022,'action complete via WP Cron','2021-01-22 11:09:26','2021-01-22 03:09:26'),(54336,21023,'action created','2021-01-22 11:09:26','2021-01-22 03:09:26'),(54337,21023,'action started via WP Cron','2021-01-22 11:19:16','2021-01-22 03:19:16'),(54338,21023,'action complete via WP Cron','2021-01-22 11:19:16','2021-01-22 03:19:16'),(54339,21024,'action created','2021-01-22 11:19:16','2021-01-22 03:19:16'),(54340,21024,'action started via WP Cron','2021-01-22 11:23:01','2021-01-22 03:23:01'),(54341,21024,'action complete via WP Cron','2021-01-22 11:23:01','2021-01-22 03:23:01'),(54342,21025,'action created','2021-01-22 11:23:01','2021-01-22 03:23:01'),(54343,21025,'action started via WP Cron','2021-01-22 11:26:35','2021-01-22 03:26:35'),(54344,21025,'action complete via WP Cron','2021-01-22 11:26:35','2021-01-22 03:26:35'),(54345,21026,'action created','2021-01-22 11:26:35','2021-01-22 03:26:35'),(54346,21026,'action started via WP Cron','2021-01-22 11:27:48','2021-01-22 03:27:48'),(54347,21026,'action complete via WP Cron','2021-01-22 11:27:48','2021-01-22 03:27:48'),(54348,21027,'action created','2021-01-22 11:27:48','2021-01-22 03:27:48'),(54349,21027,'action started via WP Cron','2021-01-22 11:29:11','2021-01-22 03:29:11'),(54350,21027,'action complete via WP Cron','2021-01-22 11:29:11','2021-01-22 03:29:11'),(54351,21028,'action created','2021-01-22 11:29:11','2021-01-22 03:29:11'),(54352,21028,'action started via WP Cron','2021-01-22 11:31:22','2021-01-22 03:31:22'),(54353,21028,'action complete via WP Cron','2021-01-22 11:31:22','2021-01-22 03:31:22'),(54354,21029,'action created','2021-01-22 11:31:22','2021-01-22 03:31:22'),(54355,21029,'action started via WP Cron','2021-01-22 11:32:54','2021-01-22 03:32:54'),(54356,21029,'action complete via WP Cron','2021-01-22 11:32:54','2021-01-22 03:32:54'),(54357,21030,'action created','2021-01-22 11:32:54','2021-01-22 03:32:54'),(54358,21030,'action started via WP Cron','2021-01-22 11:34:04','2021-01-22 03:34:04'),(54359,21030,'action complete via WP Cron','2021-01-22 11:34:04','2021-01-22 03:34:04'),(54360,21031,'action created','2021-01-22 11:34:04','2021-01-22 03:34:04'),(54361,21031,'action started via WP Cron','2021-01-22 11:38:41','2021-01-22 03:38:41'),(54362,21031,'action complete via WP Cron','2021-01-22 11:38:41','2021-01-22 03:38:41'),(54363,21032,'action created','2021-01-22 11:38:41','2021-01-22 03:38:41'),(54364,21032,'action started via WP Cron','2021-01-22 11:39:42','2021-01-22 03:39:42'),(54365,21032,'action complete via WP Cron','2021-01-22 11:39:42','2021-01-22 03:39:42'),(54366,21033,'action created','2021-01-22 11:39:42','2021-01-22 03:39:42'),(54367,21033,'action started via WP Cron','2021-01-22 11:42:49','2021-01-22 03:42:49'),(54368,21033,'action complete via WP Cron','2021-01-22 11:42:49','2021-01-22 03:42:49'),(54369,21034,'action created','2021-01-22 11:42:49','2021-01-22 03:42:49'),(54370,21034,'action started via WP Cron','2021-01-22 11:50:07','2021-01-22 03:50:07'),(54371,21034,'action complete via WP Cron','2021-01-22 11:50:07','2021-01-22 03:50:07'),(54372,21035,'action created','2021-01-22 11:50:07','2021-01-22 03:50:07'),(54373,21035,'action started via WP Cron','2021-01-22 11:51:01','2021-01-22 03:51:01'),(54374,21035,'action complete via WP Cron','2021-01-22 11:51:01','2021-01-22 03:51:01'),(54375,21036,'action created','2021-01-22 11:51:01','2021-01-22 03:51:01'),(54376,21036,'action started via WP Cron','2021-01-22 11:52:02','2021-01-22 03:52:02'),(54377,21036,'action complete via WP Cron','2021-01-22 11:52:02','2021-01-22 03:52:02'),(54378,21037,'action created','2021-01-22 11:52:02','2021-01-22 03:52:02'),(54379,21037,'action started via WP Cron','2021-01-22 11:53:03','2021-01-22 03:53:03'),(54380,21037,'action complete via WP Cron','2021-01-22 11:53:03','2021-01-22 03:53:03'),(54381,21038,'action created','2021-01-22 11:53:03','2021-01-22 03:53:03'),(54382,21038,'action started via WP Cron','2021-01-22 11:54:04','2021-01-22 03:54:04'),(54383,21038,'action complete via WP Cron','2021-01-22 11:54:04','2021-01-22 03:54:04'),(54384,21039,'action created','2021-01-22 11:54:04','2021-01-22 03:54:04'),(54385,21039,'action started via WP Cron','2021-01-22 11:58:13','2021-01-22 03:58:13'),(54386,21039,'action complete via WP Cron','2021-01-22 11:58:13','2021-01-22 03:58:13'),(54387,21040,'action created','2021-01-22 11:58:13','2021-01-22 03:58:13'),(54388,21040,'action started via WP Cron','2021-01-22 11:59:14','2021-01-22 03:59:14'),(54389,21040,'action complete via WP Cron','2021-01-22 11:59:14','2021-01-22 03:59:14'),(54390,21041,'action created','2021-01-22 11:59:14','2021-01-22 03:59:14'),(54391,21041,'action started via WP Cron','2021-01-22 12:00:15','2021-01-22 04:00:15'),(54392,21041,'action complete via WP Cron','2021-01-22 12:00:15','2021-01-22 04:00:15'),(54393,21042,'action created','2021-01-22 12:00:15','2021-01-22 04:00:15'),(54394,21042,'action started via WP Cron','2021-01-22 12:17:29','2021-01-22 04:17:29'),(54395,21042,'action complete via WP Cron','2021-01-22 12:17:29','2021-01-22 04:17:29'),(54396,21043,'action created','2021-01-22 12:17:29','2021-01-22 04:17:29'),(54397,21043,'action started via WP Cron','2021-01-22 12:20:37','2021-01-22 04:20:37'),(54398,21043,'action complete via WP Cron','2021-01-22 12:20:37','2021-01-22 04:20:37'),(54399,21044,'action created','2021-01-22 12:20:37','2021-01-22 04:20:37'),(54400,21044,'action started via WP Cron','2021-01-22 12:28:23','2021-01-22 04:28:23'),(54401,21044,'action complete via WP Cron','2021-01-22 12:28:23','2021-01-22 04:28:23'),(54402,21045,'action created','2021-01-22 12:28:23','2021-01-22 04:28:23'),(54403,21045,'action started via WP Cron','2021-01-22 12:29:32','2021-01-22 04:29:32'),(54404,21045,'action complete via WP Cron','2021-01-22 12:29:32','2021-01-22 04:29:32'),(54405,21046,'action created','2021-01-22 12:29:32','2021-01-22 04:29:32'),(54406,21046,'action started via WP Cron','2021-01-22 12:35:10','2021-01-22 04:35:10'),(54407,21046,'action complete via WP Cron','2021-01-22 12:35:10','2021-01-22 04:35:10'),(54408,21047,'action created','2021-01-22 12:35:10','2021-01-22 04:35:10'),(54409,21047,'action started via WP Cron','2021-01-22 12:36:21','2021-01-22 04:36:21'),(54410,21047,'action complete via WP Cron','2021-01-22 12:36:21','2021-01-22 04:36:21'),(54411,21048,'action created','2021-01-22 12:36:21','2021-01-22 04:36:21'),(54412,21048,'action started via WP Cron','2021-01-22 12:37:21','2021-01-22 04:37:21'),(54413,21048,'action complete via WP Cron','2021-01-22 12:37:21','2021-01-22 04:37:21'),(54414,21049,'action created','2021-01-22 12:37:22','2021-01-22 04:37:22'),(54415,21049,'action started via WP Cron','2021-01-22 12:39:26','2021-01-22 04:39:26'),(54416,21049,'action complete via WP Cron','2021-01-22 12:39:26','2021-01-22 04:39:26'),(54417,21050,'action created','2021-01-22 12:39:26','2021-01-22 04:39:26'),(54418,21050,'action started via WP Cron','2021-01-22 12:40:47','2021-01-22 04:40:47'),(54419,21050,'action complete via WP Cron','2021-01-22 12:40:47','2021-01-22 04:40:47'),(54420,21051,'action created','2021-01-22 12:40:47','2021-01-22 04:40:47'),(54421,21051,'action started via WP Cron','2021-01-22 12:43:09','2021-01-22 04:43:09'),(54422,21051,'action complete via WP Cron','2021-01-22 12:43:09','2021-01-22 04:43:09'),(54423,21052,'action created','2021-01-22 12:43:10','2021-01-22 04:43:10'),(54424,21052,'action started via WP Cron','2021-01-22 12:50:17','2021-01-22 04:50:17'),(54425,21052,'action complete via WP Cron','2021-01-22 12:50:17','2021-01-22 04:50:17'),(54426,21053,'action created','2021-01-22 12:50:18','2021-01-22 04:50:18'),(54427,21053,'action started via WP Cron','2021-01-22 12:53:41','2021-01-22 04:53:41'),(54428,21053,'action complete via WP Cron','2021-01-22 12:53:41','2021-01-22 04:53:41'),(54429,21054,'action created','2021-01-22 12:53:41','2021-01-22 04:53:41'),(54430,21054,'action started via WP Cron','2021-01-22 12:55:17','2021-01-22 04:55:17'),(54431,21054,'action complete via WP Cron','2021-01-22 12:55:17','2021-01-22 04:55:17'),(54432,21055,'action created','2021-01-22 12:55:17','2021-01-22 04:55:17'),(54433,21055,'action started via WP Cron','2021-01-22 12:56:30','2021-01-22 04:56:30'),(54434,21055,'action complete via WP Cron','2021-01-22 12:56:30','2021-01-22 04:56:30'),(54435,21056,'action created','2021-01-22 12:56:30','2021-01-22 04:56:30'),(54436,21056,'action started via WP Cron','2021-01-22 13:13:43','2021-01-22 05:13:43'),(54437,21056,'action complete via WP Cron','2021-01-22 13:13:43','2021-01-22 05:13:43'),(54438,21057,'action created','2021-01-22 13:13:43','2021-01-22 05:13:43'),(54439,21057,'action started via WP Cron','2021-01-22 13:16:07','2021-01-22 05:16:07'),(54440,21057,'action complete via WP Cron','2021-01-22 13:16:07','2021-01-22 05:16:07'),(54441,21058,'action created','2021-01-22 13:16:07','2021-01-22 05:16:07'),(54442,21058,'action started via WP Cron','2021-01-22 13:18:49','2021-01-22 05:18:49'),(54443,21058,'action complete via WP Cron','2021-01-22 13:18:49','2021-01-22 05:18:49'),(54444,21059,'action created','2021-01-22 13:18:49','2021-01-22 05:18:49'),(54445,21059,'action started via WP Cron','2021-01-22 13:21:12','2021-01-22 05:21:12'),(54446,21059,'action complete via WP Cron','2021-01-22 13:21:12','2021-01-22 05:21:12'),(54447,21060,'action created','2021-01-22 13:21:12','2021-01-22 05:21:12'),(54448,21060,'action started via WP Cron','2021-01-22 13:23:04','2021-01-22 05:23:04'),(54449,21060,'action complete via WP Cron','2021-01-22 13:23:04','2021-01-22 05:23:04'),(54450,21061,'action created','2021-01-22 13:23:04','2021-01-22 05:23:04'),(54451,21061,'action started via WP Cron','2021-01-22 13:24:11','2021-01-22 05:24:11'),(54452,21061,'action complete via WP Cron','2021-01-22 13:24:11','2021-01-22 05:24:11'),(54453,21062,'action created','2021-01-22 13:24:11','2021-01-22 05:24:11'),(54454,21062,'action started via WP Cron','2021-01-22 13:24:43','2021-01-22 05:24:43'),(54455,21062,'action complete via WP Cron','2021-01-22 13:24:43','2021-01-22 05:24:43'),(54456,21063,'action created','2021-01-22 13:24:43','2021-01-22 05:24:43'),(54457,21063,'action started via WP Cron','2021-01-22 13:25:44','2021-01-22 05:25:44'),(54458,21063,'action complete via WP Cron','2021-01-22 13:25:44','2021-01-22 05:25:44'),(54459,21064,'action created','2021-01-22 13:25:44','2021-01-22 05:25:44'),(54460,21064,'action started via WP Cron','2021-01-22 13:27:05','2021-01-22 05:27:05'),(54461,21064,'action complete via WP Cron','2021-01-22 13:27:05','2021-01-22 05:27:05'),(54462,21065,'action created','2021-01-22 13:27:05','2021-01-22 05:27:05'),(54463,21065,'action started via WP Cron','2021-01-22 13:30:34','2021-01-22 05:30:34'),(54464,21065,'action complete via WP Cron','2021-01-22 13:30:34','2021-01-22 05:30:34'),(54465,21066,'action created','2021-01-22 13:30:34','2021-01-22 05:30:34'),(54466,21066,'action started via WP Cron','2021-01-22 13:31:10','2021-01-22 05:31:10'),(54467,21066,'action complete via WP Cron','2021-01-22 13:31:10','2021-01-22 05:31:10'),(54468,21067,'action created','2021-01-22 13:31:11','2021-01-22 05:31:11'),(54469,21067,'action started via WP Cron','2021-01-22 13:33:49','2021-01-22 05:33:49'),(54470,21067,'action complete via WP Cron','2021-01-22 13:33:49','2021-01-22 05:33:49'),(54471,21068,'action created','2021-01-22 13:33:49','2021-01-22 05:33:49'),(54472,21068,'action started via WP Cron','2021-01-22 13:36:10','2021-01-22 05:36:10'),(54473,21068,'action complete via WP Cron','2021-01-22 13:36:10','2021-01-22 05:36:10'),(54474,21069,'action created','2021-01-22 13:36:10','2021-01-22 05:36:10'),(54475,21069,'action started via WP Cron','2021-01-22 13:53:01','2021-01-22 05:53:01'),(54476,21069,'action complete via WP Cron','2021-01-22 13:53:01','2021-01-22 05:53:01'),(54477,21070,'action created','2021-01-22 13:53:01','2021-01-22 05:53:01'),(54478,21070,'action started via WP Cron','2021-01-22 14:09:10','2021-01-22 06:09:10'),(54479,21070,'action complete via WP Cron','2021-01-22 14:09:10','2021-01-22 06:09:10'),(54480,21071,'action created','2021-01-22 14:09:10','2021-01-22 06:09:10'),(54481,21071,'action started via WP Cron','2021-01-22 14:11:25','2021-01-22 06:11:25'),(54482,21071,'action complete via WP Cron','2021-01-22 14:11:25','2021-01-22 06:11:25'),(54483,21072,'action created','2021-01-22 14:11:25','2021-01-22 06:11:25'),(54484,21072,'action started via WP Cron','2021-01-22 14:15:04','2021-01-22 06:15:04'),(54485,21072,'action complete via WP Cron','2021-01-22 14:15:04','2021-01-22 06:15:04'),(54486,21073,'action created','2021-01-22 14:15:42','2021-01-22 06:15:42'),(54487,21073,'action started via WP Cron','2021-01-22 14:17:02','2021-01-22 06:17:02'),(54488,21073,'action complete via WP Cron','2021-01-22 14:17:02','2021-01-22 06:17:02'),(54489,21074,'action created','2021-01-22 14:17:02','2021-01-22 06:17:02'),(54490,21074,'action started via WP Cron','2021-01-22 14:33:06','2021-01-22 06:33:06'),(54491,21074,'action complete via WP Cron','2021-01-22 14:33:06','2021-01-22 06:33:06'),(54492,21075,'action created','2021-01-22 14:33:07','2021-01-22 06:33:07'),(54493,21075,'action started via WP Cron','2021-01-22 14:34:38','2021-01-22 06:34:38'),(54494,21075,'action complete via WP Cron','2021-01-22 14:34:38','2021-01-22 06:34:38'),(54495,21076,'action created','2021-01-22 14:34:39','2021-01-22 06:34:39'),(54496,21076,'action started via WP Cron','2021-01-22 14:35:22','2021-01-22 06:35:22'),(54497,21076,'action complete via WP Cron','2021-01-22 14:35:22','2021-01-22 06:35:22'),(54498,21077,'action created','2021-01-22 14:35:22','2021-01-22 06:35:22'),(54499,21077,'action started via WP Cron','2021-01-22 14:36:01','2021-01-22 06:36:01'),(54500,21077,'action complete via WP Cron','2021-01-22 14:36:01','2021-01-22 06:36:01'),(54501,21078,'action created','2021-01-22 14:36:01','2021-01-22 06:36:01'),(54502,21078,'action started via WP Cron','2021-01-22 14:37:52','2021-01-22 06:37:52'),(54503,21078,'action complete via WP Cron','2021-01-22 14:37:52','2021-01-22 06:37:52'),(54504,21079,'action created','2021-01-22 14:37:52','2021-01-22 06:37:52'),(54505,21079,'action started via WP Cron','2021-01-22 14:41:20','2021-01-22 06:41:20'),(54506,21079,'action complete via WP Cron','2021-01-22 14:41:20','2021-01-22 06:41:20'),(54507,21080,'action created','2021-01-22 14:41:21','2021-01-22 06:41:21'),(54508,21080,'action started via WP Cron','2021-01-22 14:44:10','2021-01-22 06:44:10'),(54509,21080,'action complete via WP Cron','2021-01-22 14:44:10','2021-01-22 06:44:10'),(54510,21081,'action created','2021-01-22 14:44:10','2021-01-22 06:44:10'),(54511,21081,'action started via WP Cron','2021-01-22 14:48:34','2021-01-22 06:48:34'),(54512,21081,'action complete via WP Cron','2021-01-22 14:48:34','2021-01-22 06:48:34'),(54513,21082,'action created','2021-01-22 14:48:34','2021-01-22 06:48:34'),(54514,21082,'action started via WP Cron','2021-01-22 14:49:42','2021-01-22 06:49:42'),(54515,21082,'action complete via WP Cron','2021-01-22 14:49:42','2021-01-22 06:49:42'),(54516,21083,'action created','2021-01-22 14:49:42','2021-01-22 06:49:42'),(54517,21083,'action started via WP Cron','2021-01-22 14:50:47','2021-01-22 06:50:47'),(54518,21083,'action complete via WP Cron','2021-01-22 14:50:47','2021-01-22 06:50:47'),(54519,21084,'action created','2021-01-22 14:50:47','2021-01-22 06:50:47'),(54520,21084,'action started via WP Cron','2021-01-22 14:52:06','2021-01-22 06:52:06'),(54521,21084,'action complete via WP Cron','2021-01-22 14:52:06','2021-01-22 06:52:06'),(54522,21085,'action created','2021-01-22 14:52:06','2021-01-22 06:52:06'),(54523,21085,'action started via WP Cron','2021-01-22 14:52:49','2021-01-22 06:52:49'),(54524,21085,'action complete via WP Cron','2021-01-22 14:52:49','2021-01-22 06:52:49'),(54525,21086,'action created','2021-01-22 14:52:49','2021-01-22 06:52:49'),(54526,21086,'action started via WP Cron','2021-01-22 14:55:05','2021-01-22 06:55:05'),(54527,21086,'action complete via WP Cron','2021-01-22 14:55:05','2021-01-22 06:55:05'),(54528,21087,'action created','2021-01-22 14:55:05','2021-01-22 06:55:05'),(54529,21087,'action started via WP Cron','2021-01-22 14:58:51','2021-01-22 06:58:51'),(54530,21087,'action complete via WP Cron','2021-01-22 14:58:51','2021-01-22 06:58:51'),(54531,21088,'action created','2021-01-22 14:58:51','2021-01-22 06:58:51'),(54532,21088,'action started via WP Cron','2021-01-22 15:01:07','2021-01-22 07:01:07'),(54533,21088,'action complete via WP Cron','2021-01-22 15:01:07','2021-01-22 07:01:07'),(54534,21089,'action created','2021-01-22 15:01:07','2021-01-22 07:01:07'),(54535,21089,'action started via WP Cron','2021-01-22 15:01:41','2021-01-22 07:01:41'),(54536,21089,'action complete via WP Cron','2021-01-22 15:01:41','2021-01-22 07:01:41'),(54537,21090,'action created','2021-01-22 15:01:41','2021-01-22 07:01:41'),(54538,21090,'action started via WP Cron','2021-01-22 15:02:42','2021-01-22 07:02:42'),(54539,21090,'action complete via WP Cron','2021-01-22 15:02:42','2021-01-22 07:02:42'),(54540,21091,'action created','2021-01-22 15:02:42','2021-01-22 07:02:42'),(54541,21091,'action started via WP Cron','2021-01-22 15:03:41','2021-01-22 07:03:41'),(54542,21091,'action complete via WP Cron','2021-01-22 15:03:41','2021-01-22 07:03:41'),(54543,21092,'action created','2021-01-22 15:03:41','2021-01-22 07:03:41'),(54544,21092,'action started via WP Cron','2021-01-22 15:04:43','2021-01-22 07:04:43'),(54545,21092,'action complete via WP Cron','2021-01-22 15:04:43','2021-01-22 07:04:43'),(54546,21093,'action created','2021-01-22 15:04:43','2021-01-22 07:04:43'),(54547,21093,'action started via WP Cron','2021-01-22 15:05:42','2021-01-22 07:05:42'),(54548,21093,'action complete via WP Cron','2021-01-22 15:05:42','2021-01-22 07:05:42'),(54549,21094,'action created','2021-01-22 15:05:42','2021-01-22 07:05:42'),(54550,21094,'action started via WP Cron','2021-01-22 15:06:43','2021-01-22 07:06:43'),(54551,21094,'action complete via WP Cron','2021-01-22 15:06:43','2021-01-22 07:06:43'),(54552,21095,'action created','2021-01-22 15:06:43','2021-01-22 07:06:43'),(54553,21095,'action started via WP Cron','2021-01-22 15:30:54','2021-01-22 07:30:54'),(54554,21095,'action complete via WP Cron','2021-01-22 15:30:54','2021-01-22 07:30:54'),(54555,21096,'action created','2021-01-22 15:30:54','2021-01-22 07:30:54'),(54556,21096,'action started via WP Cron','2021-01-22 15:32:05','2021-01-22 07:32:05'),(54557,21096,'action complete via WP Cron','2021-01-22 15:32:05','2021-01-22 07:32:05'),(54558,21097,'action created','2021-01-22 15:32:05','2021-01-22 07:32:05'),(54559,21097,'action started via WP Cron','2021-01-22 15:40:26','2021-01-22 07:40:26'),(54560,21097,'action complete via WP Cron','2021-01-22 15:40:26','2021-01-22 07:40:26'),(54561,21098,'action created','2021-01-22 15:40:26','2021-01-22 07:40:26'),(54562,21098,'action started via WP Cron','2021-01-22 15:52:55','2021-01-22 07:52:55'),(54563,21098,'action complete via WP Cron','2021-01-22 15:52:55','2021-01-22 07:52:55'),(54564,21099,'action created','2021-01-22 15:52:55','2021-01-22 07:52:55'),(54565,21099,'action started via WP Cron','2021-01-22 15:53:49','2021-01-22 07:53:49'),(54566,21099,'action complete via WP Cron','2021-01-22 15:53:49','2021-01-22 07:53:49'),(54567,21100,'action created','2021-01-22 15:53:49','2021-01-22 07:53:49'),(54568,21100,'action started via WP Cron','2021-01-22 15:54:50','2021-01-22 07:54:50'),(54569,21100,'action complete via WP Cron','2021-01-22 15:54:50','2021-01-22 07:54:50'),(54570,21101,'action created','2021-01-22 15:54:50','2021-01-22 07:54:50'),(54571,21101,'action started via WP Cron','2021-01-22 15:56:52','2021-01-22 07:56:52'),(54572,21101,'action complete via WP Cron','2021-01-22 15:56:52','2021-01-22 07:56:52'),(54573,21102,'action created','2021-01-22 15:56:52','2021-01-22 07:56:52'),(54574,21102,'action started via WP Cron','2021-01-22 15:57:53','2021-01-22 07:57:53'),(54575,21102,'action complete via WP Cron','2021-01-22 15:57:53','2021-01-22 07:57:53'),(54576,21103,'action created','2021-01-22 15:57:53','2021-01-22 07:57:53'),(54577,21103,'action started via WP Cron','2021-01-22 15:58:54','2021-01-22 07:58:54'),(54578,21103,'action complete via WP Cron','2021-01-22 15:58:54','2021-01-22 07:58:54'),(54579,21104,'action created','2021-01-22 15:58:54','2021-01-22 07:58:54'),(54580,21104,'action started via WP Cron','2021-01-22 16:00:42','2021-01-22 08:00:42'),(54581,21104,'action complete via WP Cron','2021-01-22 16:00:42','2021-01-22 08:00:42'),(54582,21105,'action created','2021-01-22 16:00:43','2021-01-22 08:00:43'),(54583,21105,'action started via WP Cron','2021-01-22 16:01:50','2021-01-22 08:01:50'),(54584,21105,'action complete via WP Cron','2021-01-22 16:01:50','2021-01-22 08:01:50'),(54585,21106,'action created','2021-01-22 16:01:50','2021-01-22 08:01:50'),(54586,21106,'action started via WP Cron','2021-01-22 16:05:31','2021-01-22 08:05:31'),(54587,21106,'action complete via WP Cron','2021-01-22 16:05:31','2021-01-22 08:05:31'),(54588,21107,'action created','2021-01-22 16:05:31','2021-01-22 08:05:31'),(54589,21107,'action started via WP Cron','2021-01-22 16:05:45','2021-01-22 08:05:45'),(54590,21107,'action complete via WP Cron','2021-01-22 16:05:45','2021-01-22 08:05:45'),(54591,21108,'action created','2021-01-22 16:05:45','2021-01-22 08:05:45'),(54592,21108,'action started via WP Cron','2021-01-22 16:06:46','2021-01-22 08:06:46'),(54593,21108,'action complete via WP Cron','2021-01-22 16:06:46','2021-01-22 08:06:46'),(54594,21109,'action created','2021-01-22 16:06:46','2021-01-22 08:06:46'),(54595,21109,'action started via WP Cron','2021-01-22 16:08:51','2021-01-22 08:08:51'),(54596,21109,'action complete via WP Cron','2021-01-22 16:08:51','2021-01-22 08:08:51'),(54597,21110,'action created','2021-01-22 16:08:51','2021-01-22 08:08:51'),(54598,21110,'action started via WP Cron','2021-01-22 16:10:09','2021-01-22 08:10:09'),(54599,21110,'action complete via WP Cron','2021-01-22 16:10:09','2021-01-22 08:10:09'),(54600,21111,'action created','2021-01-22 16:10:10','2021-01-22 08:10:10'),(54601,21111,'action started via WP Cron','2021-01-22 16:13:24','2021-01-22 08:13:24'),(54602,21111,'action complete via WP Cron','2021-01-22 16:13:24','2021-01-22 08:13:24'),(54603,21112,'action created','2021-01-22 16:13:24','2021-01-22 08:13:24'),(54604,21112,'action started via WP Cron','2021-01-22 16:13:57','2021-01-22 08:13:57'),(54605,21112,'action complete via WP Cron','2021-01-22 16:13:57','2021-01-22 08:13:57'),(54606,21113,'action created','2021-01-22 16:13:57','2021-01-22 08:13:57'),(54607,21113,'action started via WP Cron','2021-01-22 16:16:17','2021-01-22 08:16:17'),(54608,21113,'action complete via WP Cron','2021-01-22 16:16:17','2021-01-22 08:16:17'),(54609,21114,'action created','2021-01-22 16:16:17','2021-01-22 08:16:17'),(54610,21114,'action started via WP Cron','2021-01-22 16:24:05','2021-01-22 08:24:05'),(54611,21114,'action complete via WP Cron','2021-01-22 16:24:05','2021-01-22 08:24:05'),(54612,21115,'action created','2021-01-22 16:24:05','2021-01-22 08:24:05'),(54613,21115,'action started via WP Cron','2021-01-22 16:25:49','2021-01-22 08:25:49'),(54614,21115,'action complete via WP Cron','2021-01-22 16:25:49','2021-01-22 08:25:49'),(54615,21116,'action created','2021-01-22 16:25:49','2021-01-22 08:25:49'),(54616,21116,'action started via WP Cron','2021-01-22 16:26:51','2021-01-22 08:26:51'),(54617,21116,'action complete via WP Cron','2021-01-22 16:26:51','2021-01-22 08:26:51'),(54618,21117,'action created','2021-01-22 16:26:51','2021-01-22 08:26:51'),(54619,21117,'action started via WP Cron','2021-01-22 16:30:05','2021-01-22 08:30:05'),(54620,21117,'action complete via WP Cron','2021-01-22 16:30:05','2021-01-22 08:30:05'),(54621,21118,'action created','2021-01-22 16:30:05','2021-01-22 08:30:05'),(54622,21118,'action started via WP Cron','2021-01-22 16:31:12','2021-01-22 08:31:12'),(54623,21118,'action complete via WP Cron','2021-01-22 16:31:12','2021-01-22 08:31:12'),(54624,21119,'action created','2021-01-22 16:31:12','2021-01-22 08:31:12'),(54625,21119,'action started via WP Cron','2021-01-22 16:32:13','2021-01-22 08:32:13'),(54626,21119,'action complete via WP Cron','2021-01-22 16:32:13','2021-01-22 08:32:13'),(54627,21120,'action created','2021-01-22 16:32:14','2021-01-22 08:32:14'),(54628,21120,'action started via WP Cron','2021-01-22 16:34:15','2021-01-22 08:34:15'),(54629,21120,'action complete via WP Cron','2021-01-22 16:34:15','2021-01-22 08:34:15'),(54630,21121,'action created','2021-01-22 16:34:16','2021-01-22 08:34:16'),(54631,21121,'action started via WP Cron','2021-01-22 16:35:16','2021-01-22 08:35:16'),(54632,21121,'action complete via WP Cron','2021-01-22 16:35:16','2021-01-22 08:35:16'),(54633,21122,'action created','2021-01-22 16:35:16','2021-01-22 08:35:16'),(54634,21122,'action started via WP Cron','2021-01-22 16:36:17','2021-01-22 08:36:17'),(54635,21122,'action complete via WP Cron','2021-01-22 16:36:17','2021-01-22 08:36:17'),(54636,21123,'action created','2021-01-22 16:36:17','2021-01-22 08:36:17'),(54637,21123,'action started via WP Cron','2021-01-22 16:41:54','2021-01-22 08:41:54'),(54638,21123,'action complete via WP Cron','2021-01-22 16:41:54','2021-01-22 08:41:54'),(54639,21124,'action created','2021-01-22 16:41:54','2021-01-22 08:41:54'),(54640,21124,'action started via WP Cron','2021-01-22 16:51:50','2021-01-22 08:51:50'),(54641,21124,'action complete via WP Cron','2021-01-22 16:51:50','2021-01-22 08:51:50'),(54642,21125,'action created','2021-01-22 16:51:50','2021-01-22 08:51:50'),(54643,21125,'action started via WP Cron','2021-01-22 16:52:59','2021-01-22 08:52:59'),(54644,21125,'action complete via WP Cron','2021-01-22 16:52:59','2021-01-22 08:52:59'),(54645,21126,'action created','2021-01-22 16:52:59','2021-01-22 08:52:59'),(54646,21126,'action started via WP Cron','2021-01-22 16:54:21','2021-01-22 08:54:21'),(54647,21126,'action complete via WP Cron','2021-01-22 16:54:21','2021-01-22 08:54:21'),(54648,21127,'action created','2021-01-22 16:54:21','2021-01-22 08:54:21'),(54649,21127,'action started via WP Cron','2021-01-22 16:55:01','2021-01-22 08:55:01'),(54650,21127,'action complete via WP Cron','2021-01-22 16:55:01','2021-01-22 08:55:01'),(54651,21128,'action created','2021-01-22 16:55:01','2021-01-22 08:55:01'),(54652,21128,'action started via WP Cron','2021-01-22 16:56:02','2021-01-22 08:56:02'),(54653,21128,'action complete via WP Cron','2021-01-22 16:56:02','2021-01-22 08:56:02'),(54654,21129,'action created','2021-01-22 16:56:02','2021-01-22 08:56:02'),(54655,21129,'action started via WP Cron','2021-01-22 16:57:03','2021-01-22 08:57:03'),(54656,21129,'action complete via WP Cron','2021-01-22 16:57:03','2021-01-22 08:57:03'),(54657,21130,'action created','2021-01-22 16:57:03','2021-01-22 08:57:03'),(54658,21130,'action started via WP Cron','2021-01-22 17:09:02','2021-01-22 09:09:02'),(54659,21130,'action complete via WP Cron','2021-01-22 17:09:02','2021-01-22 09:09:02'),(54660,21131,'action created','2021-01-22 17:09:02','2021-01-22 09:09:02'),(54661,21131,'action started via WP Cron','2021-01-22 17:10:10','2021-01-22 09:10:10'),(54662,21131,'action complete via WP Cron','2021-01-22 17:10:10','2021-01-22 09:10:10'),(54663,21132,'action created','2021-01-22 17:10:10','2021-01-22 09:10:10'),(54664,21132,'action started via WP Cron','2021-01-22 17:10:50','2021-01-22 09:10:50'),(54665,21132,'action complete via WP Cron','2021-01-22 17:10:50','2021-01-22 09:10:50'),(54666,21133,'action created','2021-01-22 17:10:50','2021-01-22 09:10:50'),(54667,21133,'action started via WP Cron','2021-01-22 17:11:50','2021-01-22 09:11:50'),(54668,21133,'action complete via WP Cron','2021-01-22 17:11:50','2021-01-22 09:11:50'),(54669,21134,'action created','2021-01-22 17:11:50','2021-01-22 09:11:50'),(54670,21134,'action started via WP Cron','2021-01-22 17:12:47','2021-01-22 09:12:47'),(54671,21134,'action complete via WP Cron','2021-01-22 17:12:47','2021-01-22 09:12:47'),(54672,21135,'action created','2021-01-22 17:12:47','2021-01-22 09:12:47'),(54673,21135,'action started via WP Cron','2021-01-22 17:13:52','2021-01-22 09:13:52'),(54674,21135,'action complete via WP Cron','2021-01-22 17:13:52','2021-01-22 09:13:52'),(54675,21136,'action created','2021-01-22 17:13:52','2021-01-22 09:13:52'),(54676,21136,'action started via WP Cron','2021-01-22 17:14:53','2021-01-22 09:14:53'),(54677,21136,'action complete via WP Cron','2021-01-22 17:14:53','2021-01-22 09:14:53'),(54678,21137,'action created','2021-01-22 17:14:53','2021-01-22 09:14:53'),(54679,21137,'action started via WP Cron','2021-01-22 17:16:06','2021-01-22 09:16:06'),(54680,21137,'action complete via WP Cron','2021-01-22 17:16:06','2021-01-22 09:16:06'),(54681,21138,'action created','2021-01-22 17:16:06','2021-01-22 09:16:06'),(54682,21138,'action started via WP Cron','2021-01-22 17:17:03','2021-01-22 09:17:03'),(54683,21138,'action complete via WP Cron','2021-01-22 17:17:03','2021-01-22 09:17:03'),(54684,21139,'action created','2021-01-22 17:17:03','2021-01-22 09:17:03'),(54685,21139,'action started via WP Cron','2021-01-22 17:22:09','2021-01-22 09:22:09'),(54686,21139,'action complete via WP Cron','2021-01-22 17:22:09','2021-01-22 09:22:09'),(54687,21140,'action created','2021-01-22 17:22:10','2021-01-22 09:22:10'),(54688,21140,'action started via WP Cron','2021-01-22 17:22:47','2021-01-22 09:22:47'),(54689,21140,'action complete via WP Cron','2021-01-22 17:22:47','2021-01-22 09:22:47'),(54690,21141,'action created','2021-01-22 17:22:47','2021-01-22 09:22:47'),(54691,21141,'action started via WP Cron','2021-01-22 17:23:45','2021-01-22 09:23:45'),(54692,21141,'action complete via WP Cron','2021-01-22 17:23:45','2021-01-22 09:23:45'),(54693,21142,'action created','2021-01-22 17:23:46','2021-01-22 09:23:46'),(54694,21142,'action started via WP Cron','2021-01-22 17:24:42','2021-01-22 09:24:42'),(54695,21142,'action complete via WP Cron','2021-01-22 17:24:42','2021-01-22 09:24:42'),(54696,21143,'action created','2021-01-22 17:24:42','2021-01-22 09:24:42'),(54697,21143,'action started via WP Cron','2021-01-22 17:25:47','2021-01-22 09:25:47'),(54698,21143,'action complete via WP Cron','2021-01-22 17:25:47','2021-01-22 09:25:47'),(54699,21144,'action created','2021-01-22 17:25:47','2021-01-22 09:25:47'),(54700,21144,'action started via WP Cron','2021-01-22 17:27:06','2021-01-22 09:27:06'),(54701,21144,'action complete via WP Cron','2021-01-22 17:27:06','2021-01-22 09:27:06'),(54702,21145,'action created','2021-01-22 17:27:06','2021-01-22 09:27:06'),(54703,21145,'action started via WP Cron','2021-01-22 17:28:51','2021-01-22 09:28:51'),(54704,21145,'action complete via WP Cron','2021-01-22 17:28:51','2021-01-22 09:28:51'),(54705,21146,'action created','2021-01-22 17:28:51','2021-01-22 09:28:51'),(54706,21146,'action started via WP Cron','2021-01-22 17:31:22','2021-01-22 09:31:22'),(54707,21146,'action complete via WP Cron','2021-01-22 17:31:22','2021-01-22 09:31:22'),(54708,21147,'action created','2021-01-22 17:31:22','2021-01-22 09:31:22'),(54709,21147,'action started via WP Cron','2021-01-22 17:33:04','2021-01-22 09:33:04'),(54710,21147,'action complete via WP Cron','2021-01-22 17:33:04','2021-01-22 09:33:04'),(54711,21148,'action created','2021-01-22 17:33:05','2021-01-22 09:33:05'),(54712,21148,'action started via WP Cron','2021-01-22 17:33:43','2021-01-22 09:33:43'),(54713,21148,'action complete via WP Cron','2021-01-22 17:33:43','2021-01-22 09:33:43'),(54714,21149,'action created','2021-01-22 17:33:43','2021-01-22 09:33:43'),(54715,21149,'action started via WP Cron','2021-01-22 17:37:17','2021-01-22 09:37:17'),(54716,21149,'action complete via WP Cron','2021-01-22 17:37:17','2021-01-22 09:37:17'),(54717,21150,'action created','2021-01-22 17:37:17','2021-01-22 09:37:17'),(54718,21150,'action started via WP Cron','2021-01-22 17:37:44','2021-01-22 09:37:44'),(54719,21150,'action complete via WP Cron','2021-01-22 17:37:44','2021-01-22 09:37:44'),(54720,21151,'action created','2021-01-22 17:37:44','2021-01-22 09:37:44'),(54721,21151,'action started via WP Cron','2021-01-22 17:39:07','2021-01-22 09:39:07'),(54722,21151,'action complete via WP Cron','2021-01-22 17:39:07','2021-01-22 09:39:07'),(54723,21152,'action created','2021-01-22 17:39:07','2021-01-22 09:39:07'),(54724,21152,'action started via WP Cron','2021-01-22 17:41:13','2021-01-22 09:41:13'),(54725,21152,'action complete via WP Cron','2021-01-22 17:41:13','2021-01-22 09:41:13'),(54726,21153,'action created','2021-01-22 17:41:13','2021-01-22 09:41:13'),(54727,21153,'action started via WP Cron','2021-01-22 17:47:38','2021-01-22 09:47:38'),(54728,21153,'action complete via WP Cron','2021-01-22 17:47:38','2021-01-22 09:47:38'),(54729,21154,'action created','2021-01-22 17:47:38','2021-01-22 09:47:38'),(54730,21154,'action started via WP Cron','2021-01-22 17:52:56','2021-01-22 09:52:56'),(54731,21154,'action complete via WP Cron','2021-01-22 17:52:56','2021-01-22 09:52:56'),(54732,21155,'action created','2021-01-22 17:52:56','2021-01-22 09:52:56'),(54733,21155,'action started via WP Cron','2021-01-22 17:57:09','2021-01-22 09:57:09'),(54734,21155,'action complete via WP Cron','2021-01-22 17:57:09','2021-01-22 09:57:09'),(54735,21156,'action created','2021-01-22 17:57:09','2021-01-22 09:57:09'),(54736,21156,'action started via WP Cron','2021-01-22 17:58:03','2021-01-22 09:58:03'),(54737,21156,'action complete via WP Cron','2021-01-22 17:58:03','2021-01-22 09:58:03'),(54738,21157,'action created','2021-01-22 17:58:03','2021-01-22 09:58:03'),(54739,21157,'action started via WP Cron','2021-01-22 17:59:04','2021-01-22 09:59:04'),(54740,21157,'action complete via WP Cron','2021-01-22 17:59:04','2021-01-22 09:59:04'),(54741,21158,'action created','2021-01-22 17:59:04','2021-01-22 09:59:04'),(54742,21158,'action started via WP Cron','2021-01-22 18:03:59','2021-01-22 10:03:59'),(54743,21158,'action complete via WP Cron','2021-01-22 18:03:59','2021-01-22 10:03:59'),(54744,21159,'action created','2021-01-22 18:03:59','2021-01-22 10:03:59'),(54745,21159,'action started via WP Cron','2021-01-22 18:05:00','2021-01-22 10:05:00'),(54746,21159,'action complete via WP Cron','2021-01-22 18:05:00','2021-01-22 10:05:00'),(54747,21160,'action created','2021-01-22 18:05:00','2021-01-22 10:05:00'),(54748,21160,'action started via WP Cron','2021-01-22 18:06:01','2021-01-22 10:06:01'),(54749,21160,'action complete via WP Cron','2021-01-22 18:06:01','2021-01-22 10:06:01'),(54750,21161,'action created','2021-01-22 18:06:01','2021-01-22 10:06:01'),(54751,21161,'action started via WP Cron','2021-01-22 18:09:08','2021-01-22 10:09:08'),(54752,21161,'action complete via WP Cron','2021-01-22 18:09:08','2021-01-22 10:09:08'),(54753,21162,'action created','2021-01-22 18:09:08','2021-01-22 10:09:08'),(54754,21162,'action started via WP Cron','2021-01-22 18:14:37','2021-01-22 10:14:37'),(54755,21162,'action complete via WP Cron','2021-01-22 18:14:37','2021-01-22 10:14:37'),(54756,21163,'action created','2021-01-22 18:14:37','2021-01-22 10:14:37'),(54757,21163,'action started via WP Cron','2021-01-22 18:15:23','2021-01-22 10:15:23'),(54758,21163,'action complete via WP Cron','2021-01-22 18:15:23','2021-01-22 10:15:23'),(54759,21164,'action created','2021-01-22 18:15:23','2021-01-22 10:15:23'),(54760,21164,'action started via WP Cron','2021-01-22 18:16:39','2021-01-22 10:16:39'),(54761,21164,'action complete via WP Cron','2021-01-22 18:16:39','2021-01-22 10:16:39'),(54762,21165,'action created','2021-01-22 18:16:39','2021-01-22 10:16:39'),(54763,21165,'action started via WP Cron','2021-01-22 18:36:16','2021-01-22 10:36:16'),(54764,21165,'action complete via WP Cron','2021-01-22 18:36:16','2021-01-22 10:36:16'),(54765,21166,'action created','2021-01-22 18:36:16','2021-01-22 10:36:16'),(54766,21166,'action started via WP Cron','2021-01-22 18:39:25','2021-01-22 10:39:25'),(54767,21166,'action complete via WP Cron','2021-01-22 18:39:25','2021-01-22 10:39:25'),(54768,21167,'action created','2021-01-22 18:39:25','2021-01-22 10:39:25'),(54769,21167,'action started via WP Cron','2021-01-22 18:40:19','2021-01-22 10:40:19'),(54770,21167,'action complete via WP Cron','2021-01-22 18:40:19','2021-01-22 10:40:19'),(54771,21168,'action created','2021-01-22 18:40:19','2021-01-22 10:40:19'),(54772,21168,'action started via WP Cron','2021-01-22 18:41:20','2021-01-22 10:41:20'),(54773,21168,'action complete via WP Cron','2021-01-22 18:41:20','2021-01-22 10:41:20'),(54774,21169,'action created','2021-01-22 18:41:20','2021-01-22 10:41:20'),(54775,21169,'action started via WP Cron','2021-01-22 18:47:55','2021-01-22 10:47:55'),(54776,21169,'action complete via WP Cron','2021-01-22 18:47:55','2021-01-22 10:47:55'),(54777,21170,'action created','2021-01-22 18:47:55','2021-01-22 10:47:55'),(54778,21170,'action started via WP Cron','2021-01-22 18:50:13','2021-01-22 10:50:13'),(54779,21170,'action complete via WP Cron','2021-01-22 18:50:13','2021-01-22 10:50:13'),(54780,21171,'action created','2021-01-22 18:50:13','2021-01-22 10:50:13'),(54781,21171,'action started via WP Cron','2021-01-22 18:51:21','2021-01-22 10:51:21'),(54782,21171,'action complete via WP Cron','2021-01-22 18:51:21','2021-01-22 10:51:21'),(54783,21172,'action created','2021-01-22 18:51:21','2021-01-22 10:51:21'),(54784,21172,'action started via WP Cron','2021-01-22 18:53:59','2021-01-22 10:53:59'),(54785,21172,'action complete via WP Cron','2021-01-22 18:53:59','2021-01-22 10:53:59'),(54786,21173,'action created','2021-01-22 18:54:42','2021-01-22 10:54:42'),(54787,21173,'action started via WP Cron','2021-01-22 18:56:09','2021-01-22 10:56:09'),(54788,21173,'action complete via WP Cron','2021-01-22 18:56:09','2021-01-22 10:56:09'),(54789,21174,'action created','2021-01-22 18:56:09','2021-01-22 10:56:09'),(54790,21174,'action started via WP Cron','2021-01-22 18:56:54','2021-01-22 10:56:54'),(54791,21174,'action complete via WP Cron','2021-01-22 18:56:54','2021-01-22 10:56:54'),(54792,21175,'action created','2021-01-22 18:56:54','2021-01-22 10:56:54'),(54793,21175,'action started via WP Cron','2021-01-22 18:59:22','2021-01-22 10:59:22'),(54794,21175,'action complete via WP Cron','2021-01-22 18:59:22','2021-01-22 10:59:22'),(54795,21176,'action created','2021-01-22 18:59:22','2021-01-22 10:59:22'),(54796,21176,'action started via WP Cron','2021-01-22 19:00:29','2021-01-22 11:00:29'),(54797,21176,'action complete via WP Cron','2021-01-22 19:00:29','2021-01-22 11:00:29'),(54798,21177,'action created','2021-01-22 19:00:29','2021-01-22 11:00:29'),(54799,21177,'action started via WP Cron','2021-01-22 19:02:25','2021-01-22 11:02:25'),(54800,21177,'action complete via WP Cron','2021-01-22 19:02:25','2021-01-22 11:02:25'),(54801,21178,'action created','2021-01-22 19:02:25','2021-01-22 11:02:25'),(54802,21178,'action started via WP Cron','2021-01-22 19:07:02','2021-01-22 11:07:02'),(54803,21178,'action complete via WP Cron','2021-01-22 19:07:02','2021-01-22 11:07:02'),(54804,21179,'action created','2021-01-22 19:07:02','2021-01-22 11:07:02'),(54805,21179,'action started via WP Cron','2021-01-22 19:08:03','2021-01-22 11:08:03'),(54806,21179,'action complete via WP Cron','2021-01-22 19:08:03','2021-01-22 11:08:03'),(54807,21180,'action created','2021-01-22 19:08:03','2021-01-22 11:08:03'),(54808,21180,'action started via WP Cron','2021-01-22 19:09:04','2021-01-22 11:09:04'),(54809,21180,'action complete via WP Cron','2021-01-22 19:09:04','2021-01-22 11:09:04'),(54810,21181,'action created','2021-01-22 19:09:04','2021-01-22 11:09:04'),(54811,21181,'action started via WP Cron','2021-01-22 19:10:52','2021-01-22 11:10:52'),(54812,21181,'action complete via WP Cron','2021-01-22 19:10:52','2021-01-22 11:10:52'),(54813,21182,'action created','2021-01-22 19:10:52','2021-01-22 11:10:52'),(54814,21182,'action started via WP Cron','2021-01-22 19:12:07','2021-01-22 11:12:07'),(54815,21182,'action complete via WP Cron','2021-01-22 19:12:07','2021-01-22 11:12:07'),(54816,21183,'action created','2021-01-22 19:12:07','2021-01-22 11:12:07'),(54817,21183,'action started via WP Cron','2021-01-22 19:17:33','2021-01-22 11:17:33'),(54818,21183,'action complete via WP Cron','2021-01-22 19:17:33','2021-01-22 11:17:33'),(54819,21184,'action created','2021-01-22 19:17:33','2021-01-22 11:17:33'),(54820,21184,'action started via WP Cron','2021-01-22 19:18:27','2021-01-22 11:18:27'),(54821,21184,'action complete via WP Cron','2021-01-22 19:18:27','2021-01-22 11:18:27'),(54822,21185,'action created','2021-01-22 19:18:27','2021-01-22 11:18:27'),(54823,21185,'action started via WP Cron','2021-01-22 19:19:34','2021-01-22 11:19:34'),(54824,21185,'action complete via WP Cron','2021-01-22 19:19:34','2021-01-22 11:19:34'),(54825,21186,'action created','2021-01-22 19:19:34','2021-01-22 11:19:34'),(54826,21186,'action started via WP Cron','2021-01-22 19:20:53','2021-01-22 11:20:53'),(54827,21186,'action complete via WP Cron','2021-01-22 19:20:53','2021-01-22 11:20:53'),(54828,21187,'action created','2021-01-22 19:20:53','2021-01-22 11:20:53'),(54829,21187,'action started via WP Cron','2021-01-22 19:25:49','2021-01-22 11:25:49'),(54830,21187,'action complete via WP Cron','2021-01-22 19:25:49','2021-01-22 11:25:49'),(54831,21188,'action created','2021-01-22 19:25:49','2021-01-22 11:25:49'),(54832,21188,'action started via WP Cron','2021-01-22 19:28:29','2021-01-22 11:28:29'),(54833,21188,'action complete via WP Cron','2021-01-22 19:28:29','2021-01-22 11:28:29'),(54834,21189,'action created','2021-01-22 19:28:29','2021-01-22 11:28:29'),(54835,21189,'action started via WP Cron','2021-01-22 19:41:27','2021-01-22 11:41:27'),(54836,21189,'action complete via WP Cron','2021-01-22 19:41:27','2021-01-22 11:41:27'),(54837,21190,'action created','2021-01-22 19:41:27','2021-01-22 11:41:27'),(54838,21190,'action started via WP Cron','2021-01-22 19:42:13','2021-01-22 11:42:13'),(54839,21190,'action complete via WP Cron','2021-01-22 19:42:13','2021-01-22 11:42:13'),(54840,21191,'action created','2021-01-22 19:42:13','2021-01-22 11:42:13'),(54841,21191,'action started via WP Cron','2021-01-22 19:43:29','2021-01-22 11:43:29'),(54842,21191,'action complete via WP Cron','2021-01-22 19:43:29','2021-01-22 11:43:29'),(54843,21192,'action created','2021-01-22 19:43:30','2021-01-22 11:43:30'),(54844,21192,'action started via WP Cron','2021-01-22 19:45:32','2021-01-22 11:45:32'),(54845,21192,'action complete via WP Cron','2021-01-22 19:45:32','2021-01-22 11:45:32'),(54846,21193,'action created','2021-01-22 19:45:32','2021-01-22 11:45:32'),(54847,21193,'action started via WP Cron','2021-01-22 19:46:32','2021-01-22 11:46:32'),(54848,21193,'action complete via WP Cron','2021-01-22 19:46:32','2021-01-22 11:46:32'),(54849,21194,'action created','2021-01-22 19:46:32','2021-01-22 11:46:32'),(54850,21194,'action started via WP Cron','2021-01-22 19:47:34','2021-01-22 11:47:34'),(54851,21194,'action complete via WP Cron','2021-01-22 19:47:34','2021-01-22 11:47:34'),(54852,21195,'action created','2021-01-22 19:47:34','2021-01-22 11:47:34'),(54853,21195,'action started via WP Cron','2021-01-22 19:51:51','2021-01-22 11:51:51'),(54854,21195,'action complete via WP Cron','2021-01-22 19:51:51','2021-01-22 11:51:51'),(54855,21196,'action created','2021-01-22 19:51:51','2021-01-22 11:51:51'),(54856,21196,'action started via WP Cron','2021-01-22 19:53:51','2021-01-22 11:53:51'),(54857,21196,'action complete via WP Cron','2021-01-22 19:53:51','2021-01-22 11:53:51'),(54858,21197,'action created','2021-01-22 19:53:51','2021-01-22 11:53:51'),(54859,21197,'action started via WP Cron','2021-01-22 19:55:46','2021-01-22 11:55:46'),(54860,21197,'action complete via WP Cron','2021-01-22 19:55:46','2021-01-22 11:55:46'),(54861,21198,'action created','2021-01-22 19:55:46','2021-01-22 11:55:46'),(54862,21198,'action started via WP Cron','2021-01-22 19:56:47','2021-01-22 11:56:47'),(54863,21198,'action complete via WP Cron','2021-01-22 19:56:47','2021-01-22 11:56:47'),(54864,21199,'action created','2021-01-22 19:56:47','2021-01-22 11:56:47'),(54865,21199,'action started via WP Cron','2021-01-22 19:58:13','2021-01-22 11:58:13'),(54866,21199,'action complete via WP Cron','2021-01-22 19:58:13','2021-01-22 11:58:13'),(54867,21200,'action created','2021-01-22 19:58:13','2021-01-22 11:58:13'),(54868,21200,'action started via WP Cron','2021-01-22 19:58:49','2021-01-22 11:58:49'),(54869,21200,'action complete via WP Cron','2021-01-22 19:58:49','2021-01-22 11:58:49'),(54870,21201,'action created','2021-01-22 19:58:49','2021-01-22 11:58:49'),(54871,21201,'action started via WP Cron','2021-01-22 20:12:13','2021-01-22 12:12:13'),(54872,21201,'action complete via WP Cron','2021-01-22 20:12:13','2021-01-22 12:12:13'),(54873,21202,'action created','2021-01-22 20:12:13','2021-01-22 12:12:13'),(54874,21202,'action started via WP Cron','2021-01-22 20:13:07','2021-01-22 12:13:07'),(54875,21202,'action complete via WP Cron','2021-01-22 20:13:07','2021-01-22 12:13:07'),(54876,21203,'action created','2021-01-22 20:13:08','2021-01-22 12:13:08'),(54877,21203,'action started via WP Cron','2021-01-22 20:14:08','2021-01-22 12:14:08'),(54878,21203,'action complete via WP Cron','2021-01-22 20:14:08','2021-01-22 12:14:08'),(54879,21204,'action created','2021-01-22 20:14:08','2021-01-22 12:14:08'),(54880,21204,'action started via WP Cron','2021-01-22 20:16:10','2021-01-22 12:16:10'),(54881,21204,'action complete via WP Cron','2021-01-22 20:16:10','2021-01-22 12:16:10'),(54882,21205,'action created','2021-01-22 20:16:10','2021-01-22 12:16:10'),(54883,21205,'action started via WP Cron','2021-01-22 20:17:11','2021-01-22 12:17:11'),(54884,21205,'action complete via WP Cron','2021-01-22 20:17:11','2021-01-22 12:17:11'),(54885,21206,'action created','2021-01-22 20:17:11','2021-01-22 12:17:11'),(54886,21206,'action started via WP Cron','2021-01-22 20:18:12','2021-01-22 12:18:12'),(54887,21206,'action complete via WP Cron','2021-01-22 20:18:12','2021-01-22 12:18:12'),(54888,21207,'action created','2021-01-22 20:18:12','2021-01-22 12:18:12'),(54889,21207,'action started via WP Cron','2021-01-22 20:19:40','2021-01-22 12:19:40'),(54890,21207,'action complete via WP Cron','2021-01-22 20:19:40','2021-01-22 12:19:40'),(54891,21208,'action created','2021-01-22 20:19:40','2021-01-22 12:19:40'),(54892,21208,'action started via WP Cron','2021-01-22 20:20:41','2021-01-22 12:20:41'),(54893,21208,'action complete via WP Cron','2021-01-22 20:20:41','2021-01-22 12:20:41'),(54894,21209,'action created','2021-01-22 20:20:41','2021-01-22 12:20:41'),(54895,21209,'action started via WP Cron','2021-01-22 20:21:42','2021-01-22 12:21:42'),(54896,21209,'action complete via WP Cron','2021-01-22 20:21:42','2021-01-22 12:21:42'),(54897,21210,'action created','2021-01-22 20:21:42','2021-01-22 12:21:42'),(54898,21210,'action started via WP Cron','2021-01-22 20:25:42','2021-01-22 12:25:42'),(54899,21210,'action complete via WP Cron','2021-01-22 20:25:42','2021-01-22 12:25:42'),(54900,21211,'action created','2021-01-22 20:25:42','2021-01-22 12:25:42'),(54901,21211,'action started via WP Cron','2021-01-22 20:38:37','2021-01-22 12:38:37'),(54902,21211,'action complete via WP Cron','2021-01-22 20:38:37','2021-01-22 12:38:37'),(54903,21212,'action created','2021-01-22 20:38:37','2021-01-22 12:38:37'),(54904,21212,'action started via WP Cron','2021-01-22 20:58:55','2021-01-22 12:58:55'),(54905,21212,'action complete via WP Cron','2021-01-22 20:58:55','2021-01-22 12:58:55'),(54906,21213,'action created','2021-01-22 20:58:55','2021-01-22 12:58:55'),(54907,21213,'action started via WP Cron','2021-01-22 20:59:49','2021-01-22 12:59:49'),(54908,21213,'action complete via WP Cron','2021-01-22 20:59:49','2021-01-22 12:59:49'),(54909,21214,'action created','2021-01-22 20:59:49','2021-01-22 12:59:49'),(54910,21214,'action started via WP Cron','2021-01-22 21:00:50','2021-01-22 13:00:50'),(54911,21214,'action complete via WP Cron','2021-01-22 21:00:50','2021-01-22 13:00:50'),(54912,21215,'action created','2021-01-22 21:00:50','2021-01-22 13:00:50'),(54913,21215,'action started via WP Cron','2021-01-22 21:01:51','2021-01-22 13:01:51'),(54914,21215,'action complete via WP Cron','2021-01-22 21:01:51','2021-01-22 13:01:51'),(54915,21216,'action created','2021-01-22 21:01:51','2021-01-22 13:01:51'),(54916,21216,'action started via WP Cron','2021-01-22 21:02:52','2021-01-22 13:02:52'),(54917,21216,'action complete via WP Cron','2021-01-22 21:02:52','2021-01-22 13:02:52'),(54918,21217,'action created','2021-01-22 21:02:52','2021-01-22 13:02:52'),(54919,21217,'action started via WP Cron','2021-01-22 21:12:27','2021-01-22 13:12:27'),(54920,21217,'action complete via WP Cron','2021-01-22 21:12:27','2021-01-22 13:12:27'),(54921,21218,'action created','2021-01-22 21:12:27','2021-01-22 13:12:27'),(54922,21218,'action started via WP Cron','2021-01-22 21:13:36','2021-01-22 13:13:36'),(54923,21218,'action complete via WP Cron','2021-01-22 21:13:36','2021-01-22 13:13:36'),(54924,21219,'action created','2021-01-22 21:13:36','2021-01-22 13:13:36'),(54925,21219,'action started via WP Cron','2021-01-22 21:14:37','2021-01-22 13:14:37'),(54926,21219,'action complete via WP Cron','2021-01-22 21:14:37','2021-01-22 13:14:37'),(54927,21220,'action created','2021-01-22 21:14:37','2021-01-22 13:14:37'),(54928,21220,'action started via WP Cron','2021-01-22 21:16:39','2021-01-22 13:16:39'),(54929,21220,'action complete via WP Cron','2021-01-22 21:16:39','2021-01-22 13:16:39'),(54930,21221,'action created','2021-01-22 21:16:39','2021-01-22 13:16:39'),(54931,21221,'action started via WP Cron','2021-01-22 21:17:42','2021-01-22 13:17:42'),(54932,21221,'action complete via WP Cron','2021-01-22 21:17:42','2021-01-22 13:17:42'),(54933,21222,'action created','2021-01-22 21:17:42','2021-01-22 13:17:42'),(54934,21222,'action started via WP Cron','2021-01-22 21:18:41','2021-01-22 13:18:41'),(54935,21222,'action complete via WP Cron','2021-01-22 21:18:41','2021-01-22 13:18:41'),(54936,21223,'action created','2021-01-22 21:18:41','2021-01-22 13:18:41'),(54937,21223,'action started via WP Cron','2021-01-22 21:23:27','2021-01-22 13:23:27'),(54938,21223,'action complete via WP Cron','2021-01-22 21:23:27','2021-01-22 13:23:27'),(54939,21224,'action created','2021-01-22 21:23:27','2021-01-22 13:23:27'),(54940,21224,'action started via WP Cron','2021-01-22 21:23:42','2021-01-22 13:23:42'),(54941,21224,'action complete via WP Cron','2021-01-22 21:23:42','2021-01-22 13:23:42'),(54942,21225,'action created','2021-01-22 21:23:42','2021-01-22 13:23:42'),(54943,21225,'action started via WP Cron','2021-01-22 21:30:53','2021-01-22 13:30:53'),(54944,21225,'action complete via WP Cron','2021-01-22 21:30:53','2021-01-22 13:30:53'),(54945,21226,'action created','2021-01-22 21:30:53','2021-01-22 13:30:53'),(54946,21226,'action started via WP Cron','2021-01-22 21:34:55','2021-01-22 13:34:55'),(54947,21226,'action complete via WP Cron','2021-01-22 21:34:55','2021-01-22 13:34:55'),(54948,21227,'action created','2021-01-22 21:34:55','2021-01-22 13:34:55'),(54949,21227,'action started via WP Cron','2021-01-22 21:55:46','2021-01-22 13:55:46'),(54950,21227,'action complete via WP Cron','2021-01-22 21:55:46','2021-01-22 13:55:46'),(54951,21228,'action created','2021-01-22 21:55:46','2021-01-22 13:55:46'),(54952,21228,'action started via WP Cron','2021-01-22 21:57:26','2021-01-22 13:57:26'),(54953,21228,'action complete via WP Cron','2021-01-22 21:57:26','2021-01-22 13:57:26'),(54954,21229,'action created','2021-01-22 21:57:26','2021-01-22 13:57:26'),(54955,21229,'action started via WP Cron','2021-01-22 21:58:38','2021-01-22 13:58:38'),(54956,21229,'action complete via WP Cron','2021-01-22 21:58:38','2021-01-22 13:58:38'),(54957,21230,'action created','2021-01-22 21:58:38','2021-01-22 13:58:38'),(54958,21230,'action started via WP Cron','2021-01-22 21:59:10','2021-01-22 13:59:10'),(54959,21230,'action complete via WP Cron','2021-01-22 21:59:10','2021-01-22 13:59:10'),(54960,21231,'action created','2021-01-22 21:59:10','2021-01-22 13:59:10'),(54961,21231,'action started via Async Request','2021-01-22 21:59:27','2021-01-22 13:59:27'),(54962,21231,'action complete via Async Request','2021-01-22 21:59:27','2021-01-22 13:59:27'),(54963,21232,'action created','2021-01-22 22:02:25','2021-01-22 14:02:25'),(54964,21232,'action started via WP Cron','2021-01-22 22:03:19','2021-01-22 14:03:19'),(54965,21232,'action complete via WP Cron','2021-01-22 22:03:19','2021-01-22 14:03:19'),(54966,21233,'action created','2021-01-22 22:03:19','2021-01-22 14:03:19'),(54967,21233,'action started via WP Cron','2021-01-22 22:03:48','2021-01-22 14:03:48'),(54968,21233,'action complete via WP Cron','2021-01-22 22:03:48','2021-01-22 14:03:48'),(54969,21234,'action created','2021-01-22 22:03:48','2021-01-22 14:03:48'),(54970,21234,'action started via WP Cron','2021-01-22 22:05:07','2021-01-22 14:05:07'),(54971,21234,'action complete via WP Cron','2021-01-22 22:05:07','2021-01-22 14:05:07'),(54972,21235,'action created','2021-01-22 22:05:07','2021-01-22 14:05:07'),(54973,21235,'action started via WP Cron','2021-01-22 22:06:37','2021-01-22 14:06:37'),(54974,21235,'action complete via WP Cron','2021-01-22 22:06:37','2021-01-22 14:06:37'),(54975,21236,'action created','2021-01-22 22:06:37','2021-01-22 14:06:37'),(54976,21236,'action started via WP Cron','2021-01-22 22:07:05','2021-01-22 14:07:05'),(54977,21236,'action complete via WP Cron','2021-01-22 22:07:05','2021-01-22 14:07:05'),(54978,21237,'action created','2021-01-22 22:07:05','2021-01-22 14:07:05'),(54979,21237,'action started via WP Cron','2021-01-22 22:10:35','2021-01-22 14:10:35'),(54980,21237,'action complete via WP Cron','2021-01-22 22:10:35','2021-01-22 14:10:35'),(54981,21238,'action created','2021-01-22 22:10:35','2021-01-22 14:10:35'),(54982,21238,'action started via WP Cron','2021-01-22 22:11:23','2021-01-22 14:11:23'),(54983,21238,'action complete via WP Cron','2021-01-22 22:11:23','2021-01-22 14:11:23'),(54984,21239,'action created','2021-01-22 22:11:23','2021-01-22 14:11:23'),(54985,21239,'action started via WP Cron','2021-01-22 22:12:03','2021-01-22 14:12:03'),(54986,21239,'action complete via WP Cron','2021-01-22 22:12:03','2021-01-22 14:12:03'),(54987,21240,'action created','2021-01-22 22:12:03','2021-01-22 14:12:03'),(54988,21240,'action started via WP Cron','2021-01-22 22:12:59','2021-01-22 14:12:59'),(54989,21240,'action complete via WP Cron','2021-01-22 22:12:59','2021-01-22 14:12:59'),(54990,21241,'action created','2021-01-22 22:12:59','2021-01-22 14:12:59'),(54991,21241,'action started via WP Cron','2021-01-22 22:13:42','2021-01-22 14:13:42'),(54992,21241,'action complete via WP Cron','2021-01-22 22:13:42','2021-01-22 14:13:42'),(54993,21242,'action created','2021-01-22 22:13:42','2021-01-22 14:13:42'),(54994,21242,'action started via WP Cron','2021-01-22 22:14:46','2021-01-22 14:14:46'),(54995,21242,'action complete via WP Cron','2021-01-22 22:14:46','2021-01-22 14:14:46'),(54996,21243,'action created','2021-01-22 22:14:46','2021-01-22 14:14:46'),(54997,21243,'action started via WP Cron','2021-01-22 22:15:49','2021-01-22 14:15:49'),(54998,21243,'action complete via WP Cron','2021-01-22 22:15:49','2021-01-22 14:15:49'),(54999,21244,'action created','2021-01-22 22:15:56','2021-01-22 14:15:56'),(55000,21244,'action started via WP Cron','2021-01-22 22:16:46','2021-01-22 14:16:46'),(55001,21244,'action complete via WP Cron','2021-01-22 22:16:46','2021-01-22 14:16:46'),(55002,21245,'action created','2021-01-22 22:16:46','2021-01-22 14:16:46'),(55003,21245,'action started via WP Cron','2021-01-22 22:17:40','2021-01-22 14:17:40'),(55004,21245,'action complete via WP Cron','2021-01-22 22:17:40','2021-01-22 14:17:40'),(55005,21246,'action created','2021-01-22 22:17:40','2021-01-22 14:17:40'),(55006,21246,'action started via WP Cron','2021-01-22 22:18:45','2021-01-22 14:18:45'),(55007,21246,'action complete via WP Cron','2021-01-22 22:18:45','2021-01-22 14:18:45'),(55008,21247,'action created','2021-01-22 22:18:45','2021-01-22 14:18:45'),(55009,21247,'action started via WP Cron','2021-01-22 22:19:49','2021-01-22 14:19:49'),(55010,21247,'action complete via WP Cron','2021-01-22 22:19:49','2021-01-22 14:19:49'),(55011,21248,'action created','2021-01-22 22:19:51','2021-01-22 14:19:51'),(55012,21248,'action started via WP Cron','2021-01-22 22:20:43','2021-01-22 14:20:43'),(55013,21248,'action complete via WP Cron','2021-01-22 22:20:43','2021-01-22 14:20:43'),(55014,21249,'action created','2021-01-22 22:20:43','2021-01-22 14:20:43'),(55015,21249,'action started via WP Cron','2021-01-22 22:21:41','2021-01-22 14:21:41'),(55016,21249,'action complete via WP Cron','2021-01-22 22:21:41','2021-01-22 14:21:41'),(55017,21250,'action created','2021-01-22 22:21:41','2021-01-22 14:21:41'),(55018,21250,'action started via WP Cron','2021-01-22 22:22:46','2021-01-22 14:22:46'),(55019,21250,'action complete via WP Cron','2021-01-22 22:22:46','2021-01-22 14:22:46'),(55020,21251,'action created','2021-01-22 22:22:46','2021-01-22 14:22:46'),(55021,21251,'action started via WP Cron','2021-01-22 22:23:46','2021-01-22 14:23:46'),(55022,21251,'action complete via WP Cron','2021-01-22 22:23:46','2021-01-22 14:23:46'),(55023,21252,'action created','2021-01-22 22:23:46','2021-01-22 14:23:46'),(55024,21252,'action started via WP Cron','2021-01-22 22:24:45','2021-01-22 14:24:45'),(55025,21252,'action complete via WP Cron','2021-01-22 22:24:45','2021-01-22 14:24:45'),(55026,21253,'action created','2021-01-22 22:24:45','2021-01-22 14:24:45'),(55027,21253,'action started via WP Cron','2021-01-22 22:25:41','2021-01-22 14:25:41'),(55028,21253,'action complete via WP Cron','2021-01-22 22:25:41','2021-01-22 14:25:41'),(55029,21254,'action created','2021-01-22 22:25:42','2021-01-22 14:25:42'),(55030,21254,'action started via WP Cron','2021-01-22 22:26:40','2021-01-22 14:26:40'),(55031,21254,'action complete via WP Cron','2021-01-22 22:26:40','2021-01-22 14:26:40'),(55032,21255,'action created','2021-01-22 22:26:40','2021-01-22 14:26:40'),(55033,21255,'action started via WP Cron','2021-01-22 22:28:43','2021-01-22 14:28:43'),(55034,21255,'action complete via WP Cron','2021-01-22 22:28:43','2021-01-22 14:28:43'),(55035,21256,'action created','2021-01-22 22:28:43','2021-01-22 14:28:43'),(55036,21256,'action started via WP Cron','2021-01-22 22:31:34','2021-01-22 14:31:34'),(55037,21256,'action complete via WP Cron','2021-01-22 22:31:34','2021-01-22 14:31:34'),(55038,21257,'action created','2021-01-22 22:31:35','2021-01-22 14:31:35'),(55039,21257,'action started via WP Cron','2021-01-22 22:44:45','2021-01-22 14:44:45'),(55040,21257,'action complete via WP Cron','2021-01-22 22:44:45','2021-01-22 14:44:45'),(55041,21258,'action created','2021-01-22 22:44:45','2021-01-22 14:44:45'),(55042,21258,'action started via WP Cron','2021-01-22 22:49:21','2021-01-22 14:49:21'),(55043,21258,'action complete via WP Cron','2021-01-22 22:49:21','2021-01-22 14:49:21'),(55044,21259,'action created','2021-01-22 22:49:21','2021-01-22 14:49:21'),(55045,21259,'action started via WP Cron','2021-01-22 22:51:14','2021-01-22 14:51:14'),(55046,21259,'action complete via WP Cron','2021-01-22 22:51:14','2021-01-22 14:51:14'),(55047,21260,'action created','2021-01-22 22:51:14','2021-01-22 14:51:14'),(55048,21260,'action started via WP Cron','2021-01-22 22:58:29','2021-01-22 14:58:29'),(55049,21260,'action complete via WP Cron','2021-01-22 22:58:29','2021-01-22 14:58:29'),(55050,21261,'action created','2021-01-22 22:58:29','2021-01-22 14:58:29'),(55051,21261,'action started via WP Cron','2021-01-22 23:06:00','2021-01-22 15:06:00'),(55052,21261,'action complete via WP Cron','2021-01-22 23:06:00','2021-01-22 15:06:00'),(55053,21262,'action created','2021-01-22 23:06:00','2021-01-22 15:06:00'),(55054,21262,'action started via WP Cron','2021-01-22 23:07:09','2021-01-22 15:07:09'),(55055,21262,'action complete via WP Cron','2021-01-22 23:07:09','2021-01-22 15:07:09'),(55056,21263,'action created','2021-01-22 23:07:09','2021-01-22 15:07:09'),(55057,21263,'action started via WP Cron','2021-01-22 23:07:45','2021-01-22 15:07:45'),(55058,21263,'action complete via WP Cron','2021-01-22 23:07:45','2021-01-22 15:07:45'),(55059,21264,'action created','2021-01-22 23:07:46','2021-01-22 15:07:46'),(55060,21264,'action started via WP Cron','2021-01-22 23:22:11','2021-01-22 15:22:11'),(55061,21264,'action complete via WP Cron','2021-01-22 23:22:11','2021-01-22 15:22:11'),(55062,21265,'action created','2021-01-22 23:22:12','2021-01-22 15:22:12'),(55063,21265,'action started via WP Cron','2021-01-22 23:25:51','2021-01-22 15:25:51'),(55064,21265,'action complete via WP Cron','2021-01-22 23:25:51','2021-01-22 15:25:51'),(55065,21266,'action created','2021-01-22 23:25:51','2021-01-22 15:25:51'),(55066,21266,'action started via WP Cron','2021-01-22 23:31:06','2021-01-22 15:31:06'),(55067,21266,'action complete via WP Cron','2021-01-22 23:31:06','2021-01-22 15:31:06'),(55068,21267,'action created','2021-01-22 23:31:06','2021-01-22 15:31:06'),(55069,21267,'action started via WP Cron','2021-01-22 23:36:05','2021-01-22 15:36:05'),(55070,21267,'action complete via WP Cron','2021-01-22 23:36:05','2021-01-22 15:36:05'),(55071,21268,'action created','2021-01-22 23:36:05','2021-01-22 15:36:05'),(55072,21268,'action started via WP Cron','2021-01-22 23:37:23','2021-01-22 15:37:23'),(55073,21268,'action complete via WP Cron','2021-01-22 23:37:23','2021-01-22 15:37:23'),(55074,21269,'action created','2021-01-22 23:37:23','2021-01-22 15:37:23'),(55075,21269,'action started via WP Cron','2021-01-22 23:44:06','2021-01-22 15:44:06'),(55076,21269,'action complete via WP Cron','2021-01-22 23:44:06','2021-01-22 15:44:06'),(55077,21270,'action created','2021-01-22 23:44:06','2021-01-22 15:44:06'),(55078,21270,'action started via WP Cron','2021-01-22 23:44:56','2021-01-22 15:44:56'),(55079,21270,'action complete via WP Cron','2021-01-22 23:44:56','2021-01-22 15:44:56'),(55080,21271,'action created','2021-01-22 23:44:56','2021-01-22 15:44:56'),(55081,21271,'action started via WP Cron','2021-01-22 23:46:59','2021-01-22 15:46:59'),(55082,21271,'action complete via WP Cron','2021-01-22 23:46:59','2021-01-22 15:46:59'),(55083,21272,'action created','2021-01-22 23:46:59','2021-01-22 15:46:59'),(55084,21272,'action started via WP Cron','2021-01-22 23:59:08','2021-01-22 15:59:08'),(55085,21272,'action complete via WP Cron','2021-01-22 23:59:08','2021-01-22 15:59:08'),(55086,21273,'action created','2021-01-22 23:59:08','2021-01-22 15:59:08'),(55087,21273,'action started via WP Cron','2021-01-23 00:00:00','2021-01-22 16:00:00'),(55088,21273,'action complete via WP Cron','2021-01-23 00:00:00','2021-01-22 16:00:00'),(55089,21274,'action created','2021-01-23 00:00:00','2021-01-22 16:00:00'),(55090,21274,'action started via WP Cron','2021-01-23 00:01:18','2021-01-22 16:01:18'),(55091,21274,'action complete via WP Cron','2021-01-23 00:01:18','2021-01-22 16:01:18'),(55092,21275,'action created','2021-01-23 00:01:18','2021-01-22 16:01:18'),(55093,21275,'action started via WP Cron','2021-01-23 00:04:09','2021-01-22 16:04:09'),(55094,21275,'action complete via WP Cron','2021-01-23 00:04:09','2021-01-22 16:04:09'),(55095,21276,'action created','2021-01-23 00:04:09','2021-01-22 16:04:09'),(55096,21276,'action started via WP Cron','2021-01-23 00:15:08','2021-01-22 16:15:08'),(55097,21276,'action complete via WP Cron','2021-01-23 00:15:08','2021-01-22 16:15:08'),(55098,21277,'action created','2021-01-23 00:15:08','2021-01-22 16:15:08'),(55099,21277,'action started via WP Cron','2021-01-23 00:20:37','2021-01-22 16:20:37'),(55100,21277,'action complete via WP Cron','2021-01-23 00:20:37','2021-01-22 16:20:37'),(55101,21278,'action created','2021-01-23 00:20:37','2021-01-22 16:20:37'),(55102,21278,'action started via WP Cron','2021-01-23 00:21:45','2021-01-22 16:21:45'),(55103,21278,'action complete via WP Cron','2021-01-23 00:21:45','2021-01-22 16:21:45'),(55104,21279,'action created','2021-01-23 00:21:45','2021-01-22 16:21:45'),(55105,21279,'action started via WP Cron','2021-01-23 00:23:03','2021-01-22 16:23:03'),(55106,21279,'action complete via WP Cron','2021-01-23 00:23:03','2021-01-22 16:23:03'),(55107,21280,'action created','2021-01-23 00:23:03','2021-01-22 16:23:03'),(55108,21280,'action started via WP Cron','2021-01-23 00:24:41','2021-01-22 16:24:41'),(55109,21280,'action complete via WP Cron','2021-01-23 00:24:41','2021-01-22 16:24:41'),(55110,21281,'action created','2021-01-23 00:24:41','2021-01-22 16:24:41'),(55111,21281,'action started via WP Cron','2021-01-23 00:25:48','2021-01-22 16:25:48'),(55112,21281,'action complete via WP Cron','2021-01-23 00:25:48','2021-01-22 16:25:48'),(55113,21282,'action created','2021-01-23 00:25:48','2021-01-22 16:25:48'),(55114,21282,'action started via WP Cron','2021-01-23 00:26:49','2021-01-22 16:26:49'),(55115,21282,'action complete via WP Cron','2021-01-23 00:26:49','2021-01-22 16:26:49'),(55116,21283,'action created','2021-01-23 00:26:49','2021-01-22 16:26:49'),(55117,21283,'action started via WP Cron','2021-01-23 00:27:50','2021-01-22 16:27:50'),(55118,21283,'action complete via WP Cron','2021-01-23 00:27:50','2021-01-22 16:27:50'),(55119,21284,'action created','2021-01-23 00:27:50','2021-01-22 16:27:50'),(55120,21284,'action started via WP Cron','2021-01-23 00:29:21','2021-01-22 16:29:21'),(55121,21284,'action complete via WP Cron','2021-01-23 00:29:21','2021-01-22 16:29:21'),(55122,21285,'action created','2021-01-23 00:29:21','2021-01-22 16:29:21'),(55123,21285,'action started via WP Cron','2021-01-23 00:30:40','2021-01-22 16:30:40'),(55124,21285,'action complete via WP Cron','2021-01-23 00:30:40','2021-01-22 16:30:40'),(55125,21286,'action created','2021-01-23 00:30:40','2021-01-22 16:30:40'),(55126,21286,'action started via WP Cron','2021-01-23 00:32:10','2021-01-22 16:32:10'),(55127,21286,'action complete via WP Cron','2021-01-23 00:32:10','2021-01-22 16:32:10'),(55128,21287,'action created','2021-01-23 00:32:10','2021-01-22 16:32:10'),(55129,21287,'action started via WP Cron','2021-01-23 00:33:50','2021-01-22 16:33:50'),(55130,21287,'action complete via WP Cron','2021-01-23 00:33:50','2021-01-22 16:33:50'),(55131,21288,'action created','2021-01-23 00:33:50','2021-01-22 16:33:50'),(55132,21288,'action started via WP Cron','2021-01-23 00:34:54','2021-01-22 16:34:54'),(55133,21288,'action complete via WP Cron','2021-01-23 00:34:54','2021-01-22 16:34:54'),(55134,21289,'action created','2021-01-23 00:34:54','2021-01-22 16:34:54'),(55135,21289,'action started via WP Cron','2021-01-23 00:37:23','2021-01-22 16:37:23'),(55136,21289,'action complete via WP Cron','2021-01-23 00:37:23','2021-01-22 16:37:23'),(55137,21290,'action created','2021-01-23 00:37:23','2021-01-22 16:37:23'),(55138,21290,'action started via WP Cron','2021-01-23 00:39:50','2021-01-22 16:39:50'),(55139,21290,'action complete via WP Cron','2021-01-23 00:39:50','2021-01-22 16:39:50'),(55140,21291,'action created','2021-01-23 00:39:50','2021-01-22 16:39:50'),(55141,21291,'action started via WP Cron','2021-01-23 00:42:07','2021-01-22 16:42:07'),(55142,21291,'action complete via WP Cron','2021-01-23 00:42:07','2021-01-22 16:42:07'),(55143,21292,'action created','2021-01-23 00:42:07','2021-01-22 16:42:07'),(55144,21292,'action started via WP Cron','2021-01-23 00:43:19','2021-01-22 16:43:19'),(55145,21292,'action complete via WP Cron','2021-01-23 00:43:19','2021-01-22 16:43:19'),(55146,21293,'action created','2021-01-23 00:43:19','2021-01-22 16:43:19'),(55147,21293,'action started via WP Cron','2021-01-23 00:43:45','2021-01-22 16:43:45'),(55148,21293,'action complete via WP Cron','2021-01-23 00:43:45','2021-01-22 16:43:45'),(55149,21294,'action created','2021-01-23 00:43:45','2021-01-22 16:43:45'),(55150,21294,'action started via WP Cron','2021-01-23 00:46:44','2021-01-22 16:46:44'),(55151,21294,'action complete via WP Cron','2021-01-23 00:46:44','2021-01-22 16:46:44'),(55152,21295,'action created','2021-01-23 00:46:44','2021-01-22 16:46:44'),(55153,21295,'action started via WP Cron','2021-01-23 00:48:41','2021-01-22 16:48:41'),(55154,21295,'action complete via WP Cron','2021-01-23 00:48:41','2021-01-22 16:48:41'),(55155,21296,'action created','2021-01-23 00:48:42','2021-01-22 16:48:42'),(55156,21296,'action started via WP Cron','2021-01-23 00:50:50','2021-01-22 16:50:50'),(55157,21296,'action complete via WP Cron','2021-01-23 00:50:50','2021-01-22 16:50:50'),(55158,21297,'action created','2021-01-23 00:50:50','2021-01-22 16:50:50'),(55159,21297,'action started via WP Cron','2021-01-23 00:51:53','2021-01-22 16:51:53'),(55160,21297,'action complete via WP Cron','2021-01-23 00:51:53','2021-01-22 16:51:53'),(55161,21298,'action created','2021-01-23 00:51:54','2021-01-22 16:51:54'),(55162,21298,'action started via WP Cron','2021-01-23 00:52:47','2021-01-22 16:52:47'),(55163,21298,'action complete via WP Cron','2021-01-23 00:52:47','2021-01-22 16:52:47'),(55164,21299,'action created','2021-01-23 00:52:47','2021-01-22 16:52:47'),(55165,21299,'action started via WP Cron','2021-01-23 00:53:57','2021-01-22 16:53:57'),(55166,21299,'action complete via WP Cron','2021-01-23 00:53:57','2021-01-22 16:53:57'),(55167,21300,'action created','2021-01-23 00:53:57','2021-01-22 16:53:57'),(55168,21300,'action started via WP Cron','2021-01-23 00:56:16','2021-01-22 16:56:16'),(55169,21300,'action complete via WP Cron','2021-01-23 00:56:16','2021-01-22 16:56:16'),(55170,21301,'action created','2021-01-23 00:56:16','2021-01-22 16:56:16'),(55171,21301,'action started via WP Cron','2021-01-23 00:57:57','2021-01-22 16:57:57'),(55172,21301,'action complete via WP Cron','2021-01-23 00:57:57','2021-01-22 16:57:57'),(55173,21302,'action created','2021-01-23 00:57:57','2021-01-22 16:57:57'),(55174,21302,'action started via WP Cron','2021-01-23 00:59:06','2021-01-22 16:59:06'),(55175,21302,'action complete via WP Cron','2021-01-23 00:59:06','2021-01-22 16:59:06'),(55176,21303,'action created','2021-01-23 00:59:07','2021-01-22 16:59:07'),(55177,21303,'action started via WP Cron','2021-01-23 01:00:19','2021-01-22 17:00:19'),(55178,21303,'action complete via WP Cron','2021-01-23 01:00:19','2021-01-22 17:00:19'),(55179,21304,'action created','2021-01-23 01:00:19','2021-01-22 17:00:19'),(55180,21304,'action started via WP Cron','2021-01-23 01:07:49','2021-01-22 17:07:49'),(55181,21304,'action complete via WP Cron','2021-01-23 01:07:49','2021-01-22 17:07:49'),(55182,21305,'action created','2021-01-23 01:07:49','2021-01-22 17:07:49'),(55183,21305,'action started via WP Cron','2021-01-23 01:08:56','2021-01-22 17:08:56'),(55184,21305,'action complete via WP Cron','2021-01-23 01:08:56','2021-01-22 17:08:56'),(55185,21306,'action created','2021-01-23 01:08:56','2021-01-22 17:08:56'),(55186,21306,'action started via WP Cron','2021-01-23 01:09:57','2021-01-22 17:09:57'),(55187,21306,'action complete via WP Cron','2021-01-23 01:09:57','2021-01-22 17:09:57'),(55188,21307,'action created','2021-01-23 01:09:57','2021-01-22 17:09:57'),(55189,21307,'action started via WP Cron','2021-01-23 01:11:01','2021-01-22 17:11:01'),(55190,21307,'action complete via WP Cron','2021-01-23 01:11:01','2021-01-22 17:11:01'),(55191,21308,'action created','2021-01-23 01:11:01','2021-01-22 17:11:01'),(55192,21308,'action started via WP Cron','2021-01-23 01:12:09','2021-01-22 17:12:09'),(55193,21308,'action complete via WP Cron','2021-01-23 01:12:09','2021-01-22 17:12:09'),(55194,21309,'action created','2021-01-23 01:12:09','2021-01-22 17:12:09'),(55195,21309,'action started via WP Cron','2021-01-23 01:14:16','2021-01-22 17:14:16'),(55196,21309,'action complete via WP Cron','2021-01-23 01:14:16','2021-01-22 17:14:16'),(55197,21310,'action created','2021-01-23 01:14:16','2021-01-22 17:14:16'),(55198,21310,'action started via WP Cron','2021-01-23 01:16:34','2021-01-22 17:16:34'),(55199,21310,'action complete via WP Cron','2021-01-23 01:16:34','2021-01-22 17:16:34'),(55200,21311,'action created','2021-01-23 01:16:34','2021-01-22 17:16:34'),(55201,21311,'action started via WP Cron','2021-01-23 01:17:23','2021-01-22 17:17:23'),(55202,21311,'action complete via WP Cron','2021-01-23 01:17:23','2021-01-22 17:17:23'),(55203,21312,'action created','2021-01-23 01:17:23','2021-01-22 17:17:23'),(55204,21312,'action started via WP Cron','2021-01-23 01:23:23','2021-01-22 17:23:23'),(55205,21312,'action complete via WP Cron','2021-01-23 01:23:23','2021-01-22 17:23:23'),(55206,21313,'action created','2021-01-23 01:23:23','2021-01-22 17:23:23'),(55207,21313,'action started via WP Cron','2021-01-23 01:24:22','2021-01-22 17:24:22'),(55208,21313,'action complete via WP Cron','2021-01-23 01:24:22','2021-01-22 17:24:22'),(55209,21314,'action created','2021-01-23 01:24:22','2021-01-22 17:24:22'),(55210,21314,'action started via WP Cron','2021-01-23 01:25:11','2021-01-22 17:25:11'),(55211,21314,'action complete via WP Cron','2021-01-23 01:25:11','2021-01-22 17:25:11'),(55212,21315,'action created','2021-01-23 01:25:11','2021-01-22 17:25:11'),(55213,21315,'action started via WP Cron','2021-01-23 01:27:17','2021-01-22 17:27:17'),(55214,21315,'action complete via WP Cron','2021-01-23 01:27:17','2021-01-22 17:27:17'),(55215,21316,'action created','2021-01-23 01:27:17','2021-01-22 17:27:17'),(55216,21316,'action started via WP Cron','2021-01-23 01:27:56','2021-01-22 17:27:56'),(55217,21316,'action complete via WP Cron','2021-01-23 01:27:56','2021-01-22 17:27:56'),(55218,21317,'action created','2021-01-23 01:27:56','2021-01-22 17:27:56'),(55219,21317,'action started via WP Cron','2021-01-23 01:28:50','2021-01-22 17:28:50'),(55220,21317,'action complete via WP Cron','2021-01-23 01:28:50','2021-01-22 17:28:50'),(55221,21318,'action created','2021-01-23 01:28:50','2021-01-22 17:28:50'),(55222,21318,'action started via WP Cron','2021-01-23 01:29:43','2021-01-22 17:29:43'),(55223,21318,'action complete via WP Cron','2021-01-23 01:29:43','2021-01-22 17:29:43'),(55224,21319,'action created','2021-01-23 01:29:44','2021-01-22 17:29:44'),(55225,21319,'action started via WP Cron','2021-01-23 01:31:31','2021-01-22 17:31:31'),(55226,21319,'action complete via WP Cron','2021-01-23 01:31:31','2021-01-22 17:31:31'),(55227,21320,'action created','2021-01-23 01:31:31','2021-01-22 17:31:31'),(55228,21320,'action started via WP Cron','2021-01-23 01:32:09','2021-01-22 17:32:09'),(55229,21320,'action complete via WP Cron','2021-01-23 01:32:09','2021-01-22 17:32:09'),(55230,21321,'action created','2021-01-23 01:32:09','2021-01-22 17:32:09'),(55231,21321,'action started via WP Cron','2021-01-23 01:33:41','2021-01-22 17:33:41'),(55232,21321,'action complete via WP Cron','2021-01-23 01:33:41','2021-01-22 17:33:41'),(55233,21322,'action created','2021-01-23 01:33:41','2021-01-22 17:33:41'),(55234,21322,'action started via WP Cron','2021-01-23 01:36:57','2021-01-22 17:36:57'),(55235,21322,'action complete via WP Cron','2021-01-23 01:36:57','2021-01-22 17:36:57'),(55236,21323,'action created','2021-01-23 01:39:36','2021-01-22 17:39:36'),(55237,21323,'action started via WP Cron','2021-01-23 01:42:35','2021-01-22 17:42:35'),(55238,21323,'action complete via WP Cron','2021-01-23 01:42:35','2021-01-22 17:42:35'),(55239,21324,'action created','2021-01-23 01:42:35','2021-01-22 17:42:35'),(55240,21324,'action started via WP Cron','2021-01-23 01:43:02','2021-01-22 17:43:02'),(55241,21324,'action complete via WP Cron','2021-01-23 01:43:02','2021-01-22 17:43:02'),(55242,21325,'action created','2021-01-23 01:43:03','2021-01-22 17:43:03'),(55243,21325,'action started via WP Cron','2021-01-23 01:54:27','2021-01-22 17:54:27'),(55244,21325,'action complete via WP Cron','2021-01-23 01:54:27','2021-01-22 17:54:27'),(55245,21326,'action created','2021-01-23 01:54:27','2021-01-22 17:54:27'),(55246,21326,'action started via WP Cron','2021-01-23 01:55:37','2021-01-22 17:55:37'),(55247,21326,'action complete via WP Cron','2021-01-23 01:55:37','2021-01-22 17:55:37'),(55248,21327,'action created','2021-01-23 01:55:37','2021-01-22 17:55:37'),(55249,21327,'action started via WP Cron','2021-01-23 01:56:09','2021-01-22 17:56:09'),(55250,21327,'action complete via WP Cron','2021-01-23 01:56:09','2021-01-22 17:56:09'),(55251,21328,'action created','2021-01-23 01:56:09','2021-01-22 17:56:09'),(55252,21328,'action started via WP Cron','2021-01-23 01:57:31','2021-01-22 17:57:31'),(55253,21328,'action complete via WP Cron','2021-01-23 01:57:31','2021-01-22 17:57:31'),(55254,21329,'action created','2021-01-23 01:57:31','2021-01-22 17:57:31'),(55255,21329,'action started via WP Cron','2021-01-23 01:57:52','2021-01-22 17:57:52'),(55256,21329,'action complete via WP Cron','2021-01-23 01:57:52','2021-01-22 17:57:52'),(55257,21330,'action created','2021-01-23 01:57:52','2021-01-22 17:57:52'),(55258,21330,'action started via WP Cron','2021-01-23 01:58:54','2021-01-22 17:58:54'),(55259,21330,'action complete via WP Cron','2021-01-23 01:58:54','2021-01-22 17:58:54'),(55260,21331,'action created','2021-01-23 01:58:54','2021-01-22 17:58:54'),(55261,21331,'action started via WP Cron','2021-01-23 02:00:04','2021-01-22 18:00:04'),(55262,21331,'action complete via WP Cron','2021-01-23 02:00:04','2021-01-22 18:00:04'),(55263,21332,'action created','2021-01-23 02:00:05','2021-01-22 18:00:05'),(55264,21332,'action started via WP Cron','2021-01-23 02:00:55','2021-01-22 18:00:55'),(55265,21332,'action complete via WP Cron','2021-01-23 02:00:55','2021-01-22 18:00:55'),(55266,21333,'action created','2021-01-23 02:00:55','2021-01-22 18:00:55'),(55267,21333,'action started via WP Cron','2021-01-23 02:02:01','2021-01-22 18:02:01'),(55268,21333,'action complete via WP Cron','2021-01-23 02:02:01','2021-01-22 18:02:01'),(55269,21334,'action created','2021-01-23 02:02:02','2021-01-22 18:02:02'),(55270,21334,'action started via WP Cron','2021-01-23 02:03:25','2021-01-22 18:03:25'),(55271,21334,'action complete via WP Cron','2021-01-23 02:03:25','2021-01-22 18:03:25'),(55272,21335,'action created','2021-01-23 02:03:25','2021-01-22 18:03:25'),(55273,21335,'action started via WP Cron','2021-01-23 02:03:42','2021-01-22 18:03:42'),(55274,21335,'action complete via WP Cron','2021-01-23 02:03:42','2021-01-22 18:03:42'),(55275,21336,'action created','2021-01-23 02:03:42','2021-01-22 18:03:42'),(55276,21336,'action started via WP Cron','2021-01-23 02:07:11','2021-01-22 18:07:11'),(55277,21336,'action complete via WP Cron','2021-01-23 02:07:11','2021-01-22 18:07:11'),(55278,21337,'action created','2021-01-23 02:07:11','2021-01-22 18:07:11'),(55279,21337,'action started via WP Cron','2021-01-23 02:07:41','2021-01-22 18:07:41'),(55280,21337,'action complete via WP Cron','2021-01-23 02:07:41','2021-01-22 18:07:41'),(55281,21338,'action created','2021-01-23 02:07:41','2021-01-22 18:07:41'),(55282,21338,'action started via WP Cron','2021-01-23 02:09:06','2021-01-22 18:09:06'),(55283,21338,'action complete via WP Cron','2021-01-23 02:09:06','2021-01-22 18:09:06'),(55284,21339,'action created','2021-01-23 02:09:06','2021-01-22 18:09:06'),(55285,21339,'action started via WP Cron','2021-01-23 02:11:28','2021-01-22 18:11:28'),(55286,21339,'action complete via WP Cron','2021-01-23 02:11:28','2021-01-22 18:11:28'),(55287,21340,'action created','2021-01-23 02:11:28','2021-01-22 18:11:28'),(55288,21340,'action started via WP Cron','2021-01-23 02:21:23','2021-01-22 18:21:23'),(55289,21340,'action complete via WP Cron','2021-01-23 02:21:23','2021-01-22 18:21:23'),(55290,21341,'action created','2021-01-23 02:21:23','2021-01-22 18:21:23'),(55291,21341,'action started via WP Cron','2021-01-23 02:24:34','2021-01-22 18:24:34'),(55292,21341,'action complete via WP Cron','2021-01-23 02:24:34','2021-01-22 18:24:34'),(55293,21342,'action created','2021-01-23 02:24:34','2021-01-22 18:24:34'),(55294,21342,'action started via WP Cron','2021-01-23 02:25:30','2021-01-22 18:25:30'),(55295,21342,'action complete via WP Cron','2021-01-23 02:25:30','2021-01-22 18:25:30'),(55296,21343,'action created','2021-01-23 02:25:30','2021-01-22 18:25:30'),(55297,21343,'action started via WP Cron','2021-01-23 02:27:41','2021-01-22 18:27:41'),(55298,21343,'action complete via WP Cron','2021-01-23 02:27:41','2021-01-22 18:27:41'),(55299,21344,'action created','2021-01-23 02:27:41','2021-01-22 18:27:41'),(55300,21344,'action started via WP Cron','2021-01-23 02:29:28','2021-01-22 18:29:28'),(55301,21344,'action complete via WP Cron','2021-01-23 02:29:28','2021-01-22 18:29:28'),(55302,21345,'action created','2021-01-23 02:29:28','2021-01-22 18:29:28'),(55303,21345,'action started via WP Cron','2021-01-23 02:30:28','2021-01-22 18:30:28'),(55304,21345,'action complete via WP Cron','2021-01-23 02:30:28','2021-01-22 18:30:28'),(55305,21346,'action created','2021-01-23 02:30:28','2021-01-22 18:30:28'),(55306,21346,'action started via WP Cron','2021-01-23 02:31:27','2021-01-22 18:31:27'),(55307,21346,'action complete via WP Cron','2021-01-23 02:31:27','2021-01-22 18:31:27'),(55308,21347,'action created','2021-01-23 02:31:27','2021-01-22 18:31:27'),(55309,21347,'action started via WP Cron','2021-01-23 02:33:29','2021-01-22 18:33:29'),(55310,21347,'action complete via WP Cron','2021-01-23 02:33:29','2021-01-22 18:33:29'),(55311,21348,'action created','2021-01-23 02:33:29','2021-01-22 18:33:29'),(55312,21348,'action started via WP Cron','2021-01-23 02:33:44','2021-01-22 18:33:44'),(55313,21348,'action complete via WP Cron','2021-01-23 02:33:44','2021-01-22 18:33:44'),(55314,21349,'action created','2021-01-23 02:33:44','2021-01-22 18:33:44'),(55315,21349,'action started via WP Cron','2021-01-23 02:35:36','2021-01-22 18:35:36'),(55316,21349,'action complete via WP Cron','2021-01-23 02:35:36','2021-01-22 18:35:36'),(55317,21350,'action created','2021-01-23 02:35:36','2021-01-22 18:35:36'),(55318,21350,'action started via WP Cron','2021-01-23 02:37:33','2021-01-22 18:37:33'),(55319,21350,'action complete via WP Cron','2021-01-23 02:37:33','2021-01-22 18:37:33'),(55320,21351,'action created','2021-01-23 02:37:33','2021-01-22 18:37:33'),(55321,21351,'action started via WP Cron','2021-01-23 02:41:52','2021-01-22 18:41:52'),(55322,21351,'action complete via WP Cron','2021-01-23 02:41:52','2021-01-22 18:41:52'),(55323,21352,'action created','2021-01-23 02:41:53','2021-01-22 18:41:53'),(55324,21352,'action started via WP Cron','2021-01-23 02:45:29','2021-01-22 18:45:29'),(55325,21352,'action complete via WP Cron','2021-01-23 02:45:29','2021-01-22 18:45:29'),(55326,21353,'action created','2021-01-23 02:45:30','2021-01-22 18:45:30'),(55327,21353,'action started via WP Cron','2021-01-23 02:48:27','2021-01-22 18:48:27'),(55328,21353,'action complete via WP Cron','2021-01-23 02:48:27','2021-01-22 18:48:27'),(55329,21354,'action created','2021-01-23 02:48:27','2021-01-22 18:48:27'),(55330,21354,'action started via WP Cron','2021-01-23 02:51:29','2021-01-22 18:51:29'),(55331,21354,'action complete via WP Cron','2021-01-23 02:51:29','2021-01-22 18:51:29'),(55332,21355,'action created','2021-01-23 02:51:29','2021-01-22 18:51:29'),(55333,21355,'action started via WP Cron','2021-01-23 02:54:51','2021-01-22 18:54:51'),(55334,21355,'action complete via WP Cron','2021-01-23 02:54:51','2021-01-22 18:54:51'),(55335,21356,'action created','2021-01-23 02:54:51','2021-01-22 18:54:51'),(55336,21356,'action started via WP Cron','2021-01-23 02:56:13','2021-01-22 18:56:13'),(55337,21356,'action complete via WP Cron','2021-01-23 02:56:13','2021-01-22 18:56:13'),(55338,21357,'action created','2021-01-23 02:56:13','2021-01-22 18:56:13'),(55339,21357,'action started via WP Cron','2021-01-23 03:00:20','2021-01-22 19:00:20'),(55340,21357,'action complete via WP Cron','2021-01-23 03:00:20','2021-01-22 19:00:20'),(55341,21358,'action created','2021-01-23 03:00:20','2021-01-22 19:00:20'),(55342,21358,'action started via WP Cron','2021-01-23 03:01:16','2021-01-22 19:01:16'),(55343,21358,'action complete via WP Cron','2021-01-23 03:01:16','2021-01-22 19:01:16'),(55344,21359,'action created','2021-01-23 03:01:16','2021-01-22 19:01:16'),(55345,21359,'action started via WP Cron','2021-01-23 03:02:14','2021-01-22 19:02:14'),(55346,21359,'action complete via WP Cron','2021-01-23 03:02:14','2021-01-22 19:02:14'),(55347,21360,'action created','2021-01-23 03:02:14','2021-01-22 19:02:14'),(55348,21360,'action started via WP Cron','2021-01-23 03:02:44','2021-01-22 19:02:44'),(55349,21360,'action complete via WP Cron','2021-01-23 03:02:44','2021-01-22 19:02:44'),(55350,21361,'action created','2021-01-23 03:02:44','2021-01-22 19:02:44'),(55351,21361,'action started via WP Cron','2021-01-23 03:03:48','2021-01-22 19:03:48'),(55352,21361,'action complete via WP Cron','2021-01-23 03:03:48','2021-01-22 19:03:48'),(55353,21362,'action created','2021-01-23 03:03:48','2021-01-22 19:03:48'),(55354,21362,'action started via WP Cron','2021-01-23 03:05:36','2021-01-22 19:05:36'),(55355,21362,'action complete via WP Cron','2021-01-23 03:05:36','2021-01-22 19:05:36'),(55356,21363,'action created','2021-01-23 03:05:36','2021-01-22 19:05:36'),(55357,21363,'action started via WP Cron','2021-01-23 03:06:29','2021-01-22 19:06:29'),(55358,21363,'action complete via WP Cron','2021-01-23 03:06:29','2021-01-22 19:06:29'),(55359,21364,'action created','2021-01-23 03:06:29','2021-01-22 19:06:29'),(55360,21364,'action started via WP Cron','2021-01-23 03:07:44','2021-01-22 19:07:44'),(55361,21364,'action complete via WP Cron','2021-01-23 03:07:44','2021-01-22 19:07:44'),(55362,21365,'action created','2021-01-23 03:07:44','2021-01-22 19:07:44'),(55363,21365,'action started via WP Cron','2021-01-23 03:09:05','2021-01-22 19:09:05'),(55364,21365,'action complete via WP Cron','2021-01-23 03:09:05','2021-01-22 19:09:05'),(55365,21366,'action created','2021-01-23 03:09:12','2021-01-22 19:09:12'),(55366,21366,'action started via WP Cron','2021-01-23 03:25:45','2021-01-22 19:25:45'),(55367,21366,'action complete via WP Cron','2021-01-23 03:25:45','2021-01-22 19:25:45'),(55368,21367,'action created','2021-01-23 03:25:45','2021-01-22 19:25:45'),(55369,20870,'action started via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55370,20870,'action complete via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55371,21368,'action created','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55372,20869,'action started via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55373,20869,'action complete via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55374,21369,'action created','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55375,21367,'action started via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55376,21367,'action complete via WP Cron','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55377,21370,'action created','2021-01-23 03:30:50','2021-01-22 19:30:50'),(55378,21370,'action started via WP Cron','2021-01-23 03:35:12','2021-01-22 19:35:12'),(55379,21370,'action complete via WP Cron','2021-01-23 03:35:12','2021-01-22 19:35:12'),(55380,21371,'action created','2021-01-23 03:35:12','2021-01-22 19:35:12'),(55381,21371,'action started via WP Cron','2021-01-23 03:38:37','2021-01-22 19:38:37'),(55382,21371,'action complete via WP Cron','2021-01-23 03:38:37','2021-01-22 19:38:37'),(55383,21372,'action created','2021-01-23 03:38:37','2021-01-22 19:38:37'),(55384,21372,'action started via WP Cron','2021-01-23 03:39:37','2021-01-22 19:39:37'),(55385,21372,'action complete via WP Cron','2021-01-23 03:39:37','2021-01-22 19:39:37'),(55386,21373,'action created','2021-01-23 03:39:37','2021-01-22 19:39:37'),(55387,21373,'action started via WP Cron','2021-01-23 03:41:39','2021-01-22 19:41:39'),(55388,21373,'action complete via WP Cron','2021-01-23 03:41:39','2021-01-22 19:41:39'),(55389,21374,'action created','2021-01-23 03:41:39','2021-01-22 19:41:39'),(55390,21374,'action started via WP Cron','2021-01-23 03:42:40','2021-01-22 19:42:40'),(55391,21374,'action complete via WP Cron','2021-01-23 03:42:40','2021-01-22 19:42:40'),(55392,21375,'action created','2021-01-23 03:42:40','2021-01-22 19:42:40'),(55393,21375,'action started via WP Cron','2021-01-23 03:54:27','2021-01-22 19:54:27'),(55394,21375,'action complete via WP Cron','2021-01-23 03:54:28','2021-01-22 19:54:28'),(55395,21376,'action created','2021-01-23 03:54:28','2021-01-22 19:54:28'),(55396,21376,'action started via WP Cron','2021-01-23 04:01:29','2021-01-22 20:01:29'),(55397,21376,'action complete via WP Cron','2021-01-23 04:01:29','2021-01-22 20:01:29'),(55398,21377,'action created','2021-01-23 04:01:30','2021-01-22 20:01:30'),(55399,21377,'action started via WP Cron','2021-01-23 04:04:17','2021-01-22 20:04:17'),(55400,21377,'action complete via WP Cron','2021-01-23 04:04:17','2021-01-22 20:04:17'),(55401,21378,'action created','2021-01-23 04:04:17','2021-01-22 20:04:17'),(55402,21378,'action started via WP Cron','2021-01-23 04:05:23','2021-01-22 20:05:23'),(55403,21378,'action complete via WP Cron','2021-01-23 04:05:23','2021-01-22 20:05:23'),(55404,21379,'action created','2021-01-23 04:05:23','2021-01-22 20:05:23'),(55405,21379,'action started via WP Cron','2021-01-23 04:06:36','2021-01-22 20:06:36'),(55406,21379,'action complete via WP Cron','2021-01-23 04:06:36','2021-01-22 20:06:36'),(55407,21380,'action created','2021-01-23 04:06:36','2021-01-22 20:06:36'),(55408,21380,'action started via WP Cron','2021-01-23 04:07:59','2021-01-22 20:07:59'),(55409,21380,'action complete via WP Cron','2021-01-23 04:07:59','2021-01-22 20:07:59'),(55410,21381,'action created','2021-01-23 04:07:59','2021-01-22 20:07:59'),(55411,21381,'action started via WP Cron','2021-01-23 04:09:05','2021-01-22 20:09:05'),(55412,21381,'action complete via WP Cron','2021-01-23 04:09:05','2021-01-22 20:09:05'),(55413,21382,'action created','2021-01-23 04:09:05','2021-01-22 20:09:05'),(55414,21382,'action started via WP Cron','2021-01-23 04:10:11','2021-01-22 20:10:11'),(55415,21382,'action complete via WP Cron','2021-01-23 04:10:11','2021-01-22 20:10:11'),(55416,21383,'action created','2021-01-23 04:10:11','2021-01-22 20:10:11'),(55417,21383,'action started via WP Cron','2021-01-23 04:10:56','2021-01-22 20:10:56'),(55418,21383,'action complete via WP Cron','2021-01-23 04:10:56','2021-01-22 20:10:56'),(55419,21384,'action created','2021-01-23 04:10:56','2021-01-22 20:10:56'),(55420,21384,'action started via WP Cron','2021-01-23 04:11:47','2021-01-22 20:11:47'),(55421,21384,'action complete via WP Cron','2021-01-23 04:11:47','2021-01-22 20:11:47'),(55422,21385,'action created','2021-01-23 04:11:47','2021-01-22 20:11:47'),(55423,21385,'action started via WP Cron','2021-01-23 04:17:02','2021-01-22 20:17:02'),(55424,21385,'action complete via WP Cron','2021-01-23 04:17:02','2021-01-22 20:17:02'),(55425,21386,'action created','2021-01-23 04:17:02','2021-01-22 20:17:02'),(55426,21386,'action started via WP Cron','2021-01-23 04:27:21','2021-01-22 20:27:21'),(55427,21386,'action complete via WP Cron','2021-01-23 04:27:21','2021-01-22 20:27:21'),(55428,21387,'action created','2021-01-23 04:27:21','2021-01-22 20:27:21'),(55429,21387,'action started via WP Cron','2021-01-23 04:37:29','2021-01-22 20:37:29'),(55430,21387,'action complete via WP Cron','2021-01-23 04:37:29','2021-01-22 20:37:29'),(55431,21388,'action created','2021-01-23 04:37:29','2021-01-22 20:37:29'),(55432,21388,'action started via WP Cron','2021-01-23 04:38:35','2021-01-22 20:38:35'),(55433,21388,'action complete via WP Cron','2021-01-23 04:38:35','2021-01-22 20:38:35'),(55434,21389,'action created','2021-01-23 04:38:35','2021-01-22 20:38:35'),(55435,21389,'action started via WP Cron','2021-01-23 04:39:36','2021-01-22 20:39:36'),(55436,21389,'action complete via WP Cron','2021-01-23 04:39:36','2021-01-22 20:39:36'),(55437,21390,'action created','2021-01-23 04:39:36','2021-01-22 20:39:36'),(55438,21390,'action started via WP Cron','2021-01-23 04:41:38','2021-01-22 20:41:38'),(55439,21390,'action complete via WP Cron','2021-01-23 04:41:38','2021-01-22 20:41:38'),(55440,21391,'action created','2021-01-23 04:41:38','2021-01-22 20:41:38'),(55441,21391,'action started via WP Cron','2021-01-23 04:42:39','2021-01-22 20:42:39'),(55442,21391,'action complete via WP Cron','2021-01-23 04:42:39','2021-01-22 20:42:39'),(55443,21392,'action created','2021-01-23 04:42:39','2021-01-22 20:42:39'),(55444,21392,'action started via WP Cron','2021-01-23 04:43:40','2021-01-22 20:43:40'),(55445,21392,'action complete via WP Cron','2021-01-23 04:43:40','2021-01-22 20:43:40'),(55446,21393,'action created','2021-01-23 04:43:40','2021-01-22 20:43:40'),(55447,21393,'action started via WP Cron','2021-01-23 04:52:39','2021-01-22 20:52:39'),(55448,21393,'action complete via WP Cron','2021-01-23 04:52:39','2021-01-22 20:52:39'),(55449,21394,'action created','2021-01-23 04:52:39','2021-01-22 20:52:39'),(55450,21394,'action started via WP Cron','2021-01-23 04:59:24','2021-01-22 20:59:24'),(55451,21394,'action complete via WP Cron','2021-01-23 04:59:24','2021-01-22 20:59:24'),(55452,21395,'action created','2021-01-23 04:59:24','2021-01-22 20:59:24'),(55453,21395,'action started via WP Cron','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55454,21395,'action complete via WP Cron','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55455,20910,'action started via WP Cron','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55456,20910,'action complete via WP Cron','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55457,21396,'action created','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55458,21397,'action created','2021-01-23 05:06:38','2021-01-22 21:06:38'),(55459,21397,'action started via WP Cron','2021-01-23 05:11:16','2021-01-22 21:11:16'),(55460,21397,'action complete via WP Cron','2021-01-23 05:11:16','2021-01-22 21:11:16'),(55461,21398,'action created','2021-01-23 05:11:16','2021-01-22 21:11:16'),(55462,21398,'action started via WP Cron','2021-01-23 05:12:16','2021-01-22 21:12:16'),(55463,21398,'action complete via WP Cron','2021-01-23 05:12:16','2021-01-22 21:12:16'),(55464,21399,'action created','2021-01-23 05:12:17','2021-01-22 21:12:17'),(55465,21399,'action started via WP Cron','2021-01-23 05:12:56','2021-01-22 21:12:56'),(55466,21399,'action complete via WP Cron','2021-01-23 05:12:56','2021-01-22 21:12:56'),(55467,21400,'action created','2021-01-23 05:12:56','2021-01-22 21:12:56'),(55468,21400,'action started via WP Cron','2021-01-23 05:14:59','2021-01-22 21:14:59'),(55469,21400,'action complete via WP Cron','2021-01-23 05:14:59','2021-01-22 21:14:59'),(55470,21401,'action created','2021-01-23 05:14:59','2021-01-22 21:14:59'),(55471,21401,'action started via WP Cron','2021-01-23 05:16:19','2021-01-22 21:16:19'),(55472,21401,'action complete via WP Cron','2021-01-23 05:16:19','2021-01-22 21:16:19'),(55473,21402,'action created','2021-01-23 05:16:19','2021-01-22 21:16:19'),(55474,21402,'action started via WP Cron','2021-01-23 05:19:08','2021-01-22 21:19:08'),(55475,21402,'action complete via WP Cron','2021-01-23 05:19:08','2021-01-22 21:19:08'),(55476,21403,'action created','2021-01-23 05:19:08','2021-01-22 21:19:08'),(55477,21403,'action started via WP Cron','2021-01-23 05:28:04','2021-01-22 21:28:04'),(55478,21403,'action complete via WP Cron','2021-01-23 05:28:04','2021-01-22 21:28:04'),(55479,21404,'action created','2021-01-23 05:28:04','2021-01-22 21:28:04'),(55480,21404,'action started via WP Cron','2021-01-23 05:33:12','2021-01-22 21:33:12'),(55481,21404,'action complete via WP Cron','2021-01-23 05:33:12','2021-01-22 21:33:12'),(55482,21405,'action created','2021-01-23 05:33:12','2021-01-22 21:33:12'),(55483,21405,'action started via WP Cron','2021-01-23 05:35:00','2021-01-22 21:35:00'),(55484,21405,'action complete via WP Cron','2021-01-23 05:35:00','2021-01-22 21:35:00'),(55485,21406,'action created','2021-01-23 05:35:00','2021-01-22 21:35:00'),(55486,21406,'action started via WP Cron','2021-01-23 05:44:40','2021-01-22 21:44:40'),(55487,21406,'action complete via WP Cron','2021-01-23 05:44:40','2021-01-22 21:44:40'),(55488,21407,'action created','2021-01-23 05:44:40','2021-01-22 21:44:40'),(55489,21407,'action started via WP Cron','2021-01-23 05:45:41','2021-01-22 21:45:41'),(55490,21407,'action complete via WP Cron','2021-01-23 05:45:41','2021-01-22 21:45:41'),(55491,21408,'action created','2021-01-23 05:45:41','2021-01-22 21:45:41'),(55492,21408,'action started via WP Cron','2021-01-23 05:46:42','2021-01-22 21:46:42'),(55493,21408,'action complete via WP Cron','2021-01-23 05:46:42','2021-01-22 21:46:42'),(55494,21409,'action created','2021-01-23 05:46:42','2021-01-22 21:46:42'),(55495,21409,'action started via WP Cron','2021-01-23 05:47:43','2021-01-22 21:47:43'),(55496,21409,'action complete via WP Cron','2021-01-23 05:47:43','2021-01-22 21:47:43'),(55497,21410,'action created','2021-01-23 05:47:43','2021-01-22 21:47:43'),(55498,21410,'action started via WP Cron','2021-01-23 05:54:49','2021-01-22 21:54:49'),(55499,21410,'action complete via WP Cron','2021-01-23 05:54:49','2021-01-22 21:54:49'),(55500,21411,'action created','2021-01-23 05:54:49','2021-01-22 21:54:49'),(55501,21411,'action started via WP Cron','2021-01-23 06:14:01','2021-01-22 22:14:01'),(55502,21411,'action complete via WP Cron','2021-01-23 06:14:01','2021-01-22 22:14:01'),(55503,21412,'action created','2021-01-23 06:14:01','2021-01-22 22:14:01'),(55507,21413,'action started via WP Cron','2021-01-23 06:17:22','2021-01-22 22:17:22'),(55508,21413,'action complete via WP Cron','2021-01-23 06:17:22','2021-01-22 22:17:22'),(55509,21414,'action created','2021-01-23 06:17:22','2021-01-22 22:17:22'),(55510,21414,'action started via WP Cron','2021-01-23 06:18:09','2021-01-22 22:18:09'),(55511,21414,'action complete via WP Cron','2021-01-23 06:18:09','2021-01-22 22:18:09'),(55512,21415,'action created','2021-01-23 06:18:09','2021-01-22 22:18:09'),(55513,21415,'action started via WP Cron','2021-01-23 06:19:24','2021-01-22 22:19:24'),(55514,21415,'action complete via WP Cron','2021-01-23 06:19:24','2021-01-22 22:19:24'),(55515,21416,'action created','2021-01-23 06:19:24','2021-01-22 22:19:24'),(55516,21416,'action started via WP Cron','2021-01-23 06:20:25','2021-01-22 22:20:25'),(55517,21416,'action complete via WP Cron','2021-01-23 06:20:25','2021-01-22 22:20:25'),(55518,21417,'action created','2021-01-23 06:20:25','2021-01-22 22:20:25'),(55519,21417,'action started via WP Cron','2021-01-23 06:21:26','2021-01-22 22:21:26'),(55520,21417,'action complete via WP Cron','2021-01-23 06:21:26','2021-01-22 22:21:26'),(55521,21418,'action created','2021-01-23 06:38:10','2021-01-22 22:38:10'),(55522,21418,'action started via WP Cron','2021-01-23 06:42:37','2021-01-22 22:42:37'),(55523,21418,'action complete via WP Cron','2021-01-23 06:42:37','2021-01-22 22:42:37'),(55524,21419,'action created','2021-01-23 06:42:37','2021-01-22 22:42:37'),(55525,21419,'action started via WP Cron','2021-01-23 06:46:16','2021-01-22 22:46:16'),(55526,21419,'action complete via WP Cron','2021-01-23 06:46:16','2021-01-22 22:46:16'),(55527,21420,'action created','2021-01-23 06:46:16','2021-01-22 22:46:16'),(55528,21420,'action started via WP Cron','2021-01-23 06:48:43','2021-01-22 22:48:43'),(55529,21420,'action complete via WP Cron','2021-01-23 06:48:43','2021-01-22 22:48:43'),(55530,21421,'action created','2021-01-23 06:48:43','2021-01-22 22:48:43'),(55531,21421,'action started via WP Cron','2021-01-23 06:49:44','2021-01-22 22:49:44'),(55532,21421,'action complete via WP Cron','2021-01-23 06:49:44','2021-01-22 22:49:44'),(55533,21422,'action created','2021-01-23 06:49:44','2021-01-22 22:49:44'),(55534,21422,'action started via WP Cron','2021-01-23 06:50:45','2021-01-22 22:50:45'),(55535,21422,'action complete via WP Cron','2021-01-23 06:50:45','2021-01-22 22:50:45'),(55536,21423,'action created','2021-01-23 06:50:45','2021-01-22 22:50:45'),(55537,21423,'action started via WP Cron','2021-01-23 06:52:45','2021-01-22 22:52:45'),(55538,21423,'action complete via WP Cron','2021-01-23 06:52:45','2021-01-22 22:52:45'),(55539,21424,'action created','2021-01-23 06:52:45','2021-01-22 22:52:45'),(55540,21424,'action started via WP Cron','2021-01-23 06:53:47','2021-01-22 22:53:47'),(55541,21424,'action complete via WP Cron','2021-01-23 06:53:47','2021-01-22 22:53:47'),(55542,21425,'action created','2021-01-23 06:53:47','2021-01-22 22:53:47'),(55543,21425,'action started via WP Cron','2021-01-23 06:54:42','2021-01-22 22:54:42'),(55544,21425,'action complete via WP Cron','2021-01-23 06:54:42','2021-01-22 22:54:42'),(55545,21426,'action created','2021-01-23 06:54:42','2021-01-22 22:54:42'),(55546,21426,'action started via WP Cron','2021-01-23 06:55:42','2021-01-22 22:55:42'),(55547,21426,'action complete via WP Cron','2021-01-23 06:55:42','2021-01-22 22:55:42'),(55548,21427,'action created','2021-01-23 06:55:42','2021-01-22 22:55:42'),(55549,21427,'action started via WP Cron','2021-01-23 06:56:45','2021-01-22 22:56:45'),(55550,21427,'action complete via WP Cron','2021-01-23 06:56:45','2021-01-22 22:56:45'),(55551,21428,'action created','2021-01-23 06:56:45','2021-01-22 22:56:45'),(55552,21428,'action started via WP Cron','2021-01-23 06:57:42','2021-01-22 22:57:42'),(55553,21428,'action complete via WP Cron','2021-01-23 06:57:42','2021-01-22 22:57:42'),(55554,21429,'action created','2021-01-23 06:57:42','2021-01-22 22:57:42'),(55555,21429,'action started via WP Cron','2021-01-23 06:58:46','2021-01-22 22:58:46'),(55556,21429,'action complete via WP Cron','2021-01-23 06:58:46','2021-01-22 22:58:46'),(55557,21430,'action created','2021-01-23 06:58:46','2021-01-22 22:58:46'),(55558,21430,'action started via WP Cron','2021-01-23 06:59:45','2021-01-22 22:59:45'),(55559,21430,'action complete via WP Cron','2021-01-23 06:59:45','2021-01-22 22:59:45'),(55560,21431,'action created','2021-01-23 06:59:45','2021-01-22 22:59:45'),(55561,21431,'action started via WP Cron','2021-01-23 07:00:43','2021-01-22 23:00:43'),(55562,21431,'action complete via WP Cron','2021-01-23 07:00:43','2021-01-22 23:00:43'),(55563,21432,'action created','2021-01-23 07:00:43','2021-01-22 23:00:43'),(55564,21432,'action started via WP Cron','2021-01-23 07:01:46','2021-01-22 23:01:46'),(55565,21432,'action complete via WP Cron','2021-01-23 07:01:46','2021-01-22 23:01:46'),(55566,21433,'action created','2021-01-23 07:01:46','2021-01-22 23:01:46'),(55567,21433,'action started via WP Cron','2021-01-23 07:02:44','2021-01-22 23:02:44'),(55568,21433,'action complete via WP Cron','2021-01-23 07:02:44','2021-01-22 23:02:44'),(55569,21434,'action created','2021-01-23 07:02:44','2021-01-22 23:02:44'),(55570,21434,'action started via WP Cron','2021-01-23 07:03:42','2021-01-22 23:03:42'),(55571,21434,'action complete via WP Cron','2021-01-23 07:03:42','2021-01-22 23:03:42'),(55572,21435,'action created','2021-01-23 07:03:42','2021-01-22 23:03:42'),(55573,21435,'action started via WP Cron','2021-01-23 07:04:45','2021-01-22 23:04:45'),(55574,21435,'action complete via WP Cron','2021-01-23 07:04:45','2021-01-22 23:04:45'),(55575,21436,'action created','2021-01-23 07:04:45','2021-01-22 23:04:45'),(55576,21436,'action started via WP Cron','2021-01-23 07:05:45','2021-01-22 23:05:45'),(55577,21436,'action complete via WP Cron','2021-01-23 07:05:45','2021-01-22 23:05:45'),(55578,21437,'action created','2021-01-23 07:05:45','2021-01-22 23:05:45'),(55579,21437,'action started via WP Cron','2021-01-23 07:06:42','2021-01-22 23:06:42'),(55580,21437,'action complete via WP Cron','2021-01-23 07:06:42','2021-01-22 23:06:42'),(55581,21438,'action created','2021-01-23 07:06:42','2021-01-22 23:06:42'),(55582,21438,'action started via WP Cron','2021-01-23 07:07:44','2021-01-22 23:07:44'),(55583,21438,'action complete via WP Cron','2021-01-23 07:07:44','2021-01-22 23:07:44'),(55584,21439,'action created','2021-01-23 07:07:44','2021-01-22 23:07:44'),(55585,21439,'action started via WP Cron','2021-01-23 07:10:47','2021-01-22 23:10:47'),(55586,21439,'action complete via WP Cron','2021-01-23 07:10:47','2021-01-22 23:10:47'),(55587,21440,'action created','2021-01-23 07:10:47','2021-01-22 23:10:47'),(55588,21440,'action started via WP Cron','2021-01-23 07:12:14','2021-01-22 23:12:14'),(55589,21440,'action complete via WP Cron','2021-01-23 07:12:14','2021-01-22 23:12:14'),(55590,21441,'action created','2021-01-23 07:12:14','2021-01-22 23:12:14'),(55591,21441,'action started via WP Cron','2021-01-23 07:13:02','2021-01-22 23:13:02'),(55592,21441,'action complete via WP Cron','2021-01-23 07:13:02','2021-01-22 23:13:02'),(55593,21442,'action created','2021-01-23 07:13:02','2021-01-22 23:13:02'),(55594,21442,'action started via WP Cron','2021-01-23 07:15:07','2021-01-22 23:15:07'),(55595,21442,'action complete via WP Cron','2021-01-23 07:15:07','2021-01-22 23:15:07'),(55596,21443,'action created','2021-01-23 07:15:07','2021-01-22 23:15:07'),(55597,21443,'action started via WP Cron','2021-01-23 07:16:25','2021-01-22 23:16:25'),(55598,21443,'action complete via WP Cron','2021-01-23 07:16:25','2021-01-22 23:16:25'),(55599,21444,'action created','2021-01-23 07:16:25','2021-01-22 23:16:25'),(55600,21444,'action started via WP Cron','2021-01-23 07:17:10','2021-01-22 23:17:10'),(55601,21444,'action complete via WP Cron','2021-01-23 07:17:10','2021-01-22 23:17:10'),(55602,21445,'action created','2021-01-23 07:17:10','2021-01-22 23:17:10'),(55603,21445,'action started via WP Cron','2021-01-23 07:19:05','2021-01-22 23:19:05'),(55604,21445,'action complete via WP Cron','2021-01-23 07:19:05','2021-01-22 23:19:05'),(55605,21446,'action created','2021-01-23 07:19:05','2021-01-22 23:19:05'),(55606,21446,'action started via WP Cron','2021-01-23 07:20:19','2021-01-22 23:20:19'),(55607,21446,'action complete via WP Cron','2021-01-23 07:20:19','2021-01-22 23:20:19'),(55608,21447,'action created','2021-01-23 07:20:19','2021-01-22 23:20:19'),(55609,21447,'action started via WP Cron','2021-01-23 07:22:26','2021-01-22 23:22:26'),(55610,21447,'action complete via WP Cron','2021-01-23 07:22:26','2021-01-22 23:22:26'),(55611,21448,'action created','2021-01-23 07:22:26','2021-01-22 23:22:26'),(55612,21448,'action started via WP Cron','2021-01-23 07:23:27','2021-01-22 23:23:27'),(55613,21448,'action complete via WP Cron','2021-01-23 07:23:27','2021-01-22 23:23:27'),(55614,21449,'action created','2021-01-23 07:23:27','2021-01-22 23:23:27'),(55615,21449,'action started via WP Cron','2021-01-23 07:24:28','2021-01-22 23:24:28'),(55616,21449,'action complete via WP Cron','2021-01-23 07:24:28','2021-01-22 23:24:28'),(55617,21450,'action created','2021-01-23 07:24:28','2021-01-22 23:24:28'),(55618,21450,'action started via WP Cron','2021-01-23 07:25:29','2021-01-22 23:25:29'),(55619,21450,'action complete via WP Cron','2021-01-23 07:25:29','2021-01-22 23:25:29'),(55620,21451,'action created','2021-01-23 07:25:29','2021-01-22 23:25:29'),(55621,21451,'action started via WP Cron','2021-01-23 07:26:29','2021-01-22 23:26:29'),(55622,21451,'action complete via WP Cron','2021-01-23 07:26:29','2021-01-22 23:26:29'),(55623,21452,'action created','2021-01-23 07:26:30','2021-01-22 23:26:30'),(55624,21452,'action started via WP Cron','2021-01-23 07:29:00','2021-01-22 23:29:00'),(55625,21452,'action complete via WP Cron','2021-01-23 07:29:00','2021-01-22 23:29:00'),(55626,21453,'action created','2021-01-23 07:29:00','2021-01-22 23:29:00'),(55627,21453,'action started via WP Cron','2021-01-23 07:32:49','2021-01-22 23:32:49'),(55628,21453,'action complete via WP Cron','2021-01-23 07:32:49','2021-01-22 23:32:49'),(55629,21454,'action created','2021-01-23 07:32:49','2021-01-22 23:32:49'),(55630,21454,'action started via WP Cron','2021-01-23 07:34:57','2021-01-22 23:34:57'),(55631,21454,'action complete via WP Cron','2021-01-23 07:34:57','2021-01-22 23:34:57'),(55632,21455,'action created','2021-01-23 07:34:57','2021-01-22 23:34:57'),(55633,21455,'action started via WP Cron','2021-01-23 07:36:11','2021-01-22 23:36:11'),(55634,21455,'action complete via WP Cron','2021-01-23 07:36:11','2021-01-22 23:36:11'),(55635,21456,'action created','2021-01-23 07:36:11','2021-01-22 23:36:11'),(55636,21456,'action started via WP Cron','2021-01-23 07:38:13','2021-01-22 23:38:13'),(55637,21456,'action complete via WP Cron','2021-01-23 07:38:13','2021-01-22 23:38:13'),(55638,21457,'action created','2021-01-23 07:38:13','2021-01-22 23:38:13'),(55639,21457,'action started via WP Cron','2021-01-23 07:39:20','2021-01-22 23:39:20'),(55640,21457,'action complete via WP Cron','2021-01-23 07:39:20','2021-01-22 23:39:20'),(55641,21458,'action created','2021-01-23 07:39:20','2021-01-22 23:39:20'),(55642,21458,'action started via WP Cron','2021-01-23 07:39:44','2021-01-22 23:39:44'),(55643,21458,'action complete via WP Cron','2021-01-23 07:39:44','2021-01-22 23:39:44'),(55644,21459,'action created','2021-01-23 07:39:44','2021-01-22 23:39:44'),(55645,21459,'action started via WP Cron','2021-01-23 07:40:46','2021-01-22 23:40:46'),(55646,21459,'action complete via WP Cron','2021-01-23 07:40:46','2021-01-22 23:40:46'),(55647,21460,'action created','2021-01-23 07:40:46','2021-01-22 23:40:46'),(55648,21460,'action started via WP Cron','2021-01-23 07:42:51','2021-01-22 23:42:51'),(55649,21460,'action complete via WP Cron','2021-01-23 07:42:51','2021-01-22 23:42:51'),(55650,21461,'action created','2021-01-23 07:42:52','2021-01-22 23:42:52'),(55651,21461,'action started via WP Cron','2021-01-23 07:43:53','2021-01-22 23:43:53'),(55652,21461,'action complete via WP Cron','2021-01-23 07:43:53','2021-01-22 23:43:53'),(55653,21462,'action created','2021-01-23 07:43:53','2021-01-22 23:43:53'),(55654,21462,'action started via WP Cron','2021-01-23 07:45:05','2021-01-22 23:45:05'),(55655,21462,'action complete via WP Cron','2021-01-23 07:45:05','2021-01-22 23:45:05'),(55656,21463,'action created','2021-01-23 07:45:05','2021-01-22 23:45:05'),(55657,21463,'action started via WP Cron','2021-01-23 07:49:00','2021-01-22 23:49:00'),(55658,21463,'action complete via WP Cron','2021-01-23 07:49:00','2021-01-22 23:49:00'),(55659,21464,'action created','2021-01-23 07:49:01','2021-01-22 23:49:01'),(55660,21464,'action started via WP Cron','2021-01-23 07:50:41','2021-01-22 23:50:41'),(55661,21464,'action complete via WP Cron','2021-01-23 07:50:41','2021-01-22 23:50:41'),(55662,21465,'action created','2021-01-23 07:50:41','2021-01-22 23:50:41'),(55663,21465,'action started via WP Cron','2021-01-23 07:53:54','2021-01-22 23:53:54'),(55664,21465,'action complete via WP Cron','2021-01-23 07:53:54','2021-01-22 23:53:54'),(55665,21466,'action created','2021-01-23 07:53:54','2021-01-22 23:53:54'),(55666,21466,'action started via WP Cron','2021-01-23 07:54:48','2021-01-22 23:54:48'),(55667,21466,'action complete via WP Cron','2021-01-23 07:54:48','2021-01-22 23:54:48'),(55668,21467,'action created','2021-01-23 07:54:48','2021-01-22 23:54:48'),(55669,21467,'action started via WP Cron','2021-01-23 07:55:49','2021-01-22 23:55:49'),(55670,21467,'action complete via WP Cron','2021-01-23 07:55:49','2021-01-22 23:55:49'),(55671,21468,'action created','2021-01-23 07:55:49','2021-01-22 23:55:49'),(55672,21468,'action started via WP Cron','2021-01-23 07:57:51','2021-01-22 23:57:51'),(55673,21468,'action complete via WP Cron','2021-01-23 07:57:51','2021-01-22 23:57:51'),(55674,21469,'action created','2021-01-23 07:57:51','2021-01-22 23:57:51'),(55675,21469,'action started via WP Cron','2021-01-23 07:58:52','2021-01-22 23:58:52'),(55676,21469,'action complete via WP Cron','2021-01-23 07:58:52','2021-01-22 23:58:52'),(55677,21470,'action created','2021-01-23 07:58:52','2021-01-22 23:58:52'),(55678,21470,'action started via WP Cron','2021-01-23 07:59:44','2021-01-22 23:59:44'),(55679,21470,'action complete via WP Cron','2021-01-23 07:59:44','2021-01-22 23:59:44'),(55680,21471,'action created','2021-01-23 07:59:44','2021-01-22 23:59:44'),(55681,21471,'action started via WP Cron','2021-01-23 08:01:09','2021-01-23 00:01:09'),(55682,21471,'action complete via WP Cron','2021-01-23 08:01:09','2021-01-23 00:01:09'),(55683,21472,'action created','2021-01-23 08:01:09','2021-01-23 00:01:09'),(55684,21472,'action started via WP Cron','2021-01-23 08:01:46','2021-01-23 00:01:46'),(55685,21472,'action complete via WP Cron','2021-01-23 08:01:46','2021-01-23 00:01:46'),(55686,21473,'action created','2021-01-23 08:01:46','2021-01-23 00:01:46'),(55687,21473,'action started via WP Cron','2021-01-23 08:02:53','2021-01-23 00:02:53'),(55688,21473,'action complete via WP Cron','2021-01-23 08:02:53','2021-01-23 00:02:53'),(55689,21474,'action created','2021-01-23 08:02:54','2021-01-23 00:02:54'),(55690,21474,'action started via WP Cron','2021-01-23 08:04:02','2021-01-23 00:04:02'),(55691,21474,'action complete via WP Cron','2021-01-23 08:04:02','2021-01-23 00:04:02'),(55692,21475,'action created','2021-01-23 08:04:02','2021-01-23 00:04:02'),(55693,21475,'action started via WP Cron','2021-01-23 08:05:24','2021-01-23 00:05:24'),(55694,21475,'action complete via WP Cron','2021-01-23 08:05:24','2021-01-23 00:05:24'),(55695,21476,'action created','2021-01-23 08:05:24','2021-01-23 00:05:24'),(55696,21476,'action started via WP Cron','2021-01-23 08:09:04','2021-01-23 00:09:04'),(55697,21476,'action complete via WP Cron','2021-01-23 08:09:04','2021-01-23 00:09:04'),(55698,21477,'action created','2021-01-23 08:09:04','2021-01-23 00:09:04'),(55699,21477,'action started via WP Cron','2021-01-23 08:11:32','2021-01-23 00:11:32'),(55700,21477,'action complete via WP Cron','2021-01-23 08:11:32','2021-01-23 00:11:32'),(55701,21478,'action created','2021-01-23 08:11:32','2021-01-23 00:11:32'),(55702,21478,'action started via WP Cron','2021-01-23 08:12:11','2021-01-23 00:12:11'),(55703,21478,'action complete via WP Cron','2021-01-23 08:12:11','2021-01-23 00:12:11'),(55704,21479,'action created','2021-01-23 08:12:12','2021-01-23 00:12:12'),(55705,21479,'action started via WP Cron','2021-01-23 08:12:46','2021-01-23 00:12:46'),(55706,21479,'action complete via WP Cron','2021-01-23 08:12:46','2021-01-23 00:12:46'),(55707,21480,'action created','2021-01-23 08:12:47','2021-01-23 00:12:47'),(55708,21480,'action started via WP Cron','2021-01-23 08:15:58','2021-01-23 00:15:58'),(55709,21480,'action complete via WP Cron','2021-01-23 08:15:58','2021-01-23 00:15:58'),(55710,21481,'action created','2021-01-23 08:15:58','2021-01-23 00:15:58'),(55711,21481,'action started via WP Cron','2021-01-23 08:16:43','2021-01-23 00:16:43'),(55712,21481,'action complete via WP Cron','2021-01-23 08:16:43','2021-01-23 00:16:43'),(55713,21482,'action created','2021-01-23 08:16:43','2021-01-23 00:16:43'),(55714,21482,'action started via WP Cron','2021-01-23 08:19:12','2021-01-23 00:19:12'),(55715,21482,'action complete via WP Cron','2021-01-23 08:19:12','2021-01-23 00:19:12'),(55716,21483,'action created','2021-01-23 08:19:12','2021-01-23 00:19:12'),(117360,42031,'action complete via WP Cron','2021-02-23 08:27:41','2021-02-23 00:27:41'),(117359,42031,'action started via WP Cron','2021-02-23 08:27:41','2021-02-23 00:27:41'),(119242,42659,'action created','2021-02-24 08:28:00','2021-02-24 00:28:00'),(55720,21483,'action started via WP Cron','2021-01-23 08:26:56','2021-01-23 00:26:56'),(55721,21483,'action complete via WP Cron','2021-01-23 08:26:56','2021-01-23 00:26:56'),(55722,21485,'action created','2021-01-23 08:26:56','2021-01-23 00:26:56'),(55723,21485,'action started via WP Cron','2021-01-23 08:28:37','2021-01-23 00:28:37'),(55724,21485,'action complete via WP Cron','2021-01-23 08:28:37','2021-01-23 00:28:37'),(55725,21486,'action created','2021-01-23 08:28:37','2021-01-23 00:28:37'),(55726,21486,'action started via WP Cron','2021-01-23 08:29:39','2021-01-23 00:29:39'),(55727,21486,'action complete via WP Cron','2021-01-23 08:29:39','2021-01-23 00:29:39'),(55728,21487,'action created','2021-01-23 08:29:39','2021-01-23 00:29:39'),(55729,21487,'action started via WP Cron','2021-01-23 08:33:20','2021-01-23 00:33:20'),(55730,21487,'action complete via WP Cron','2021-01-23 08:33:20','2021-01-23 00:33:20'),(55731,21488,'action created','2021-01-23 08:36:38','2021-01-23 00:36:38'),(55732,21488,'action started via WP Cron','2021-01-23 08:44:45','2021-01-23 00:44:45'),(55733,21488,'action complete via WP Cron','2021-01-23 08:44:45','2021-01-23 00:44:45'),(55734,21489,'action created','2021-01-23 08:44:45','2021-01-23 00:44:45'),(55735,21489,'action started via WP Cron','2021-01-23 08:45:49','2021-01-23 00:45:49'),(55736,21489,'action complete via WP Cron','2021-01-23 08:45:49','2021-01-23 00:45:49'),(55737,21490,'action created','2021-01-23 08:45:49','2021-01-23 00:45:49'),(55738,21490,'action started via WP Cron','2021-01-23 08:46:50','2021-01-23 00:46:50'),(55739,21490,'action complete via WP Cron','2021-01-23 08:46:50','2021-01-23 00:46:50'),(55740,21491,'action created','2021-01-23 08:46:50','2021-01-23 00:46:50'),(55741,21491,'action started via WP Cron','2021-01-23 08:47:52','2021-01-23 00:47:52'),(55742,21491,'action complete via WP Cron','2021-01-23 08:47:52','2021-01-23 00:47:52'),(55743,21492,'action created','2021-01-23 08:47:52','2021-01-23 00:47:52'),(55744,21492,'action started via WP Cron','2021-01-23 08:48:50','2021-01-23 00:48:50'),(55745,21492,'action complete via WP Cron','2021-01-23 08:48:50','2021-01-23 00:48:50'),(55746,21493,'action created','2021-01-23 08:48:50','2021-01-23 00:48:50'),(55747,21493,'action started via WP Cron','2021-01-23 08:49:54','2021-01-23 00:49:54'),(55748,21493,'action complete via WP Cron','2021-01-23 08:49:54','2021-01-23 00:49:54'),(55749,21494,'action created','2021-01-23 08:49:54','2021-01-23 00:49:54'),(55750,21494,'action started via WP Cron','2021-01-23 08:50:56','2021-01-23 00:50:56'),(55751,21494,'action complete via WP Cron','2021-01-23 08:50:56','2021-01-23 00:50:56'),(55752,21495,'action created','2021-01-23 08:50:56','2021-01-23 00:50:56'),(55753,21495,'action started via WP Cron','2021-01-23 08:54:59','2021-01-23 00:54:59'),(55754,21495,'action complete via WP Cron','2021-01-23 08:54:59','2021-01-23 00:54:59'),(55755,21496,'action created','2021-01-23 08:54:59','2021-01-23 00:54:59'),(55756,21496,'action started via WP Cron','2021-01-23 08:56:59','2021-01-23 00:56:59'),(55757,21496,'action complete via WP Cron','2021-01-23 08:56:59','2021-01-23 00:56:59'),(55758,21497,'action created','2021-01-23 08:56:59','2021-01-23 00:56:59'),(55759,21497,'action started via WP Cron','2021-01-23 08:57:44','2021-01-23 00:57:44'),(55760,21497,'action complete via WP Cron','2021-01-23 08:57:44','2021-01-23 00:57:44'),(55761,21498,'action created','2021-01-23 08:57:44','2021-01-23 00:57:44'),(55762,21498,'action started via WP Cron','2021-01-23 09:01:26','2021-01-23 01:01:26'),(55763,21498,'action complete via WP Cron','2021-01-23 09:01:26','2021-01-23 01:01:26'),(55764,21499,'action created','2021-01-23 09:01:27','2021-01-23 01:01:27'),(55765,21499,'action started via WP Cron','2021-01-23 09:01:48','2021-01-23 01:01:48'),(55766,21499,'action complete via WP Cron','2021-01-23 09:01:48','2021-01-23 01:01:48'),(55767,21500,'action created','2021-01-23 09:01:48','2021-01-23 01:01:48'),(55768,21500,'action started via WP Cron','2021-01-23 09:05:01','2021-01-23 01:05:01'),(55769,21500,'action complete via WP Cron','2021-01-23 09:05:01','2021-01-23 01:05:01'),(55770,21501,'action created','2021-01-23 09:05:01','2021-01-23 01:05:01'),(55771,21501,'action started via WP Cron','2021-01-23 09:06:39','2021-01-23 01:06:39'),(55772,21501,'action complete via WP Cron','2021-01-23 09:06:39','2021-01-23 01:06:39'),(55773,21502,'action created','2021-01-23 09:06:40','2021-01-23 01:06:40'),(55774,21502,'action started via WP Cron','2021-01-23 09:09:04','2021-01-23 01:09:04'),(55775,21502,'action complete via WP Cron','2021-01-23 09:09:04','2021-01-23 01:09:04'),(55776,21503,'action created','2021-01-23 09:09:04','2021-01-23 01:09:04'),(55777,21503,'action started via WP Cron','2021-01-23 09:17:27','2021-01-23 01:17:27'),(55778,21503,'action complete via WP Cron','2021-01-23 09:17:27','2021-01-23 01:17:27'),(55779,21504,'action created','2021-01-23 09:17:48','2021-01-23 01:17:48'),(55780,21504,'action started via WP Cron','2021-01-23 09:20:52','2021-01-23 01:20:52'),(55781,21504,'action complete via WP Cron','2021-01-23 09:20:52','2021-01-23 01:20:52'),(55782,21505,'action created','2021-01-23 09:20:52','2021-01-23 01:20:52'),(55783,21505,'action started via WP Cron','2021-01-23 09:24:01','2021-01-23 01:24:01'),(55784,21505,'action complete via WP Cron','2021-01-23 09:24:01','2021-01-23 01:24:01'),(55785,21506,'action created','2021-01-23 09:24:01','2021-01-23 01:24:01'),(55786,21506,'action started via WP Cron','2021-01-23 09:33:28','2021-01-23 01:33:28'),(55787,21506,'action complete via WP Cron','2021-01-23 09:33:28','2021-01-23 01:33:28'),(55788,21507,'action created','2021-01-23 09:34:06','2021-01-23 01:34:06'),(55789,21507,'action started via WP Cron','2021-01-23 09:52:48','2021-01-23 01:52:48'),(55790,21507,'action complete via WP Cron','2021-01-23 09:52:48','2021-01-23 01:52:48'),(55791,21508,'action created','2021-01-23 09:52:48','2021-01-23 01:52:48'),(55792,21508,'action started via WP Cron','2021-01-23 09:55:17','2021-01-23 01:55:17'),(55793,21508,'action complete via WP Cron','2021-01-23 09:55:17','2021-01-23 01:55:17'),(55794,21509,'action created','2021-01-23 09:55:17','2021-01-23 01:55:17'),(55795,21509,'action started via WP Cron','2021-01-23 09:56:01','2021-01-23 01:56:01'),(55796,21509,'action complete via WP Cron','2021-01-23 09:56:01','2021-01-23 01:56:01'),(55797,21510,'action created','2021-01-23 09:56:02','2021-01-23 01:56:02'),(55798,21510,'action started via WP Cron','2021-01-23 09:57:03','2021-01-23 01:57:03'),(55799,21510,'action complete via WP Cron','2021-01-23 09:57:03','2021-01-23 01:57:03'),(55800,21511,'action created','2021-01-23 09:57:03','2021-01-23 01:57:03'),(55801,21511,'action started via WP Cron','2021-01-23 09:59:09','2021-01-23 01:59:09'),(55802,21511,'action complete via WP Cron','2021-01-23 09:59:09','2021-01-23 01:59:09'),(55803,21512,'action created','2021-01-23 09:59:09','2021-01-23 01:59:09'),(55804,21512,'action started via WP Cron','2021-01-23 10:00:12','2021-01-23 02:00:12'),(55805,21512,'action complete via WP Cron','2021-01-23 10:00:12','2021-01-23 02:00:12'),(55806,21513,'action created','2021-01-23 10:00:12','2021-01-23 02:00:12'),(55807,21513,'action started via WP Cron','2021-01-23 10:01:49','2021-01-23 02:01:49'),(55808,21513,'action complete via WP Cron','2021-01-23 10:01:49','2021-01-23 02:01:49'),(55809,21514,'action created','2021-01-23 10:01:49','2021-01-23 02:01:49'),(55810,21514,'action started via WP Cron','2021-01-23 10:05:53','2021-01-23 02:05:53'),(55811,21514,'action complete via WP Cron','2021-01-23 10:05:53','2021-01-23 02:05:53'),(55812,21515,'action created','2021-01-23 10:05:53','2021-01-23 02:05:53'),(55813,21515,'action started via WP Cron','2021-01-23 10:07:18','2021-01-23 02:07:18'),(55814,21515,'action complete via WP Cron','2021-01-23 10:07:18','2021-01-23 02:07:18'),(55815,21516,'action created','2021-01-23 10:07:18','2021-01-23 02:07:18'),(55816,21516,'action started via WP Cron','2021-01-23 10:26:29','2021-01-23 02:26:29'),(55817,21516,'action complete via WP Cron','2021-01-23 10:26:29','2021-01-23 02:26:29'),(55818,21517,'action created','2021-01-23 10:26:29','2021-01-23 02:26:29'),(55819,21517,'action started via WP Cron','2021-01-23 10:34:42','2021-01-23 02:34:42'),(55820,21517,'action complete via WP Cron','2021-01-23 10:34:42','2021-01-23 02:34:42'),(55821,21518,'action created','2021-01-23 10:34:42','2021-01-23 02:34:42'),(55822,21518,'action started via WP Cron','2021-01-23 10:38:32','2021-01-23 02:38:32'),(55823,21518,'action complete via WP Cron','2021-01-23 10:38:32','2021-01-23 02:38:32'),(55824,21519,'action created','2021-01-23 10:38:32','2021-01-23 02:38:32'),(55825,21519,'action started via WP Cron','2021-01-23 10:44:30','2021-01-23 02:44:30'),(55826,21519,'action complete via WP Cron','2021-01-23 10:44:30','2021-01-23 02:44:30'),(55827,21520,'action created','2021-01-23 10:44:30','2021-01-23 02:44:30'),(55828,21520,'action started via WP Cron','2021-01-23 10:51:12','2021-01-23 02:51:12'),(55829,21520,'action complete via WP Cron','2021-01-23 10:51:12','2021-01-23 02:51:12'),(55830,21521,'action created','2021-01-23 10:51:12','2021-01-23 02:51:12'),(55831,21521,'action started via WP Cron','2021-01-23 10:52:35','2021-01-23 02:52:35'),(55832,21521,'action complete via WP Cron','2021-01-23 10:52:35','2021-01-23 02:52:35'),(55833,21522,'action created','2021-01-23 10:52:35','2021-01-23 02:52:35'),(55834,21522,'action started via WP Cron','2021-01-23 11:00:20','2021-01-23 03:00:20'),(55835,21522,'action complete via WP Cron','2021-01-23 11:00:20','2021-01-23 03:00:20'),(55836,21523,'action created','2021-01-23 11:00:20','2021-01-23 03:00:20'),(55837,21523,'action started via WP Cron','2021-01-23 11:01:19','2021-01-23 03:01:19'),(55838,21523,'action complete via WP Cron','2021-01-23 11:01:19','2021-01-23 03:01:19'),(55839,21524,'action created','2021-01-23 11:01:19','2021-01-23 03:01:19'),(55840,21524,'action started via WP Cron','2021-01-23 11:02:20','2021-01-23 03:02:20'),(55841,21524,'action complete via WP Cron','2021-01-23 11:02:20','2021-01-23 03:02:20'),(55842,21525,'action created','2021-01-23 11:02:20','2021-01-23 03:02:20'),(55843,21525,'action started via WP Cron','2021-01-23 11:04:22','2021-01-23 03:04:22'),(55844,21525,'action complete via WP Cron','2021-01-23 11:04:22','2021-01-23 03:04:22'),(55845,21526,'action created','2021-01-23 11:04:23','2021-01-23 03:04:23'),(55846,21526,'action started via WP Cron','2021-01-23 11:05:23','2021-01-23 03:05:23'),(55847,21526,'action complete via WP Cron','2021-01-23 11:05:23','2021-01-23 03:05:23'),(55848,21527,'action created','2021-01-23 11:05:23','2021-01-23 03:05:23'),(55849,21527,'action started via WP Cron','2021-01-23 11:12:32','2021-01-23 03:12:32'),(55850,21527,'action complete via WP Cron','2021-01-23 11:12:32','2021-01-23 03:12:32'),(55851,21528,'action created','2021-01-23 11:12:32','2021-01-23 03:12:32'),(55852,21528,'action started via WP Cron','2021-01-23 11:13:34','2021-01-23 03:13:34'),(55853,21528,'action complete via WP Cron','2021-01-23 11:13:34','2021-01-23 03:13:34'),(55854,21529,'action created','2021-01-23 11:13:34','2021-01-23 03:13:34'),(55855,21529,'action started via WP Cron','2021-01-23 11:14:07','2021-01-23 03:14:07'),(55856,21529,'action complete via WP Cron','2021-01-23 11:14:07','2021-01-23 03:14:07'),(55857,21530,'action created','2021-01-23 11:14:07','2021-01-23 03:14:07'),(55858,21530,'action started via WP Cron','2021-01-23 11:15:37','2021-01-23 03:15:37'),(55859,21530,'action complete via WP Cron','2021-01-23 11:15:37','2021-01-23 03:15:37'),(55860,21531,'action created','2021-01-23 11:15:37','2021-01-23 03:15:37'),(55861,21531,'action started via WP Cron','2021-01-23 11:17:42','2021-01-23 03:17:42'),(55862,21531,'action complete via WP Cron','2021-01-23 11:17:42','2021-01-23 03:17:42'),(55863,21532,'action created','2021-01-23 11:17:42','2021-01-23 03:17:42'),(55864,21532,'action started via WP Cron','2021-01-23 11:38:23','2021-01-23 03:38:23'),(55865,21532,'action complete via WP Cron','2021-01-23 11:38:23','2021-01-23 03:38:23'),(55866,21533,'action created','2021-01-23 11:40:15','2021-01-23 03:40:15'),(55867,21533,'action started via WP Cron','2021-01-23 11:40:57','2021-01-23 03:40:57'),(55868,21533,'action complete via WP Cron','2021-01-23 11:40:57','2021-01-23 03:40:57'),(55869,21534,'action created','2021-01-23 11:40:57','2021-01-23 03:40:57'),(55870,21534,'action started via WP Cron','2021-01-23 11:42:16','2021-01-23 03:42:16'),(55871,21534,'action complete via WP Cron','2021-01-23 11:42:16','2021-01-23 03:42:16'),(55872,21535,'action created','2021-01-23 11:42:17','2021-01-23 03:42:17'),(55873,21535,'action started via WP Cron','2021-01-23 11:43:51','2021-01-23 03:43:51'),(55874,21535,'action complete via WP Cron','2021-01-23 11:43:51','2021-01-23 03:43:51'),(55875,21536,'action created','2021-01-23 11:43:51','2021-01-23 03:43:51'),(55876,21536,'action started via WP Cron','2021-01-23 11:45:07','2021-01-23 03:45:07'),(55877,21536,'action complete via WP Cron','2021-01-23 11:45:07','2021-01-23 03:45:07'),(55878,21537,'action created','2021-01-23 11:45:07','2021-01-23 03:45:07'),(55879,21537,'action started via WP Cron','2021-01-23 11:46:28','2021-01-23 03:46:28'),(55880,21537,'action complete via WP Cron','2021-01-23 11:46:28','2021-01-23 03:46:28'),(55881,21538,'action created','2021-01-23 11:46:28','2021-01-23 03:46:28'),(55882,21538,'action started via WP Cron','2021-01-23 11:47:23','2021-01-23 03:47:23'),(55883,21538,'action complete via WP Cron','2021-01-23 11:47:23','2021-01-23 03:47:23'),(55884,21539,'action created','2021-01-23 11:47:23','2021-01-23 03:47:23'),(55885,21539,'action started via WP Cron','2021-01-23 11:47:57','2021-01-23 03:47:57'),(55886,21539,'action complete via WP Cron','2021-01-23 11:47:57','2021-01-23 03:47:57'),(55887,21540,'action created','2021-01-23 11:47:57','2021-01-23 03:47:57'),(55888,21540,'action started via WP Cron','2021-01-23 11:54:21','2021-01-23 03:54:21'),(55889,21540,'action complete via WP Cron','2021-01-23 11:54:21','2021-01-23 03:54:21'),(55890,21541,'action created','2021-01-23 11:54:21','2021-01-23 03:54:21'),(55891,21541,'action started via WP Cron','2021-01-23 11:56:12','2021-01-23 03:56:12'),(55892,21541,'action complete via WP Cron','2021-01-23 11:56:12','2021-01-23 03:56:12'),(55893,21542,'action created','2021-01-23 11:56:12','2021-01-23 03:56:12'),(55894,21542,'action started via WP Cron','2021-01-23 11:59:24','2021-01-23 03:59:24'),(55895,21542,'action complete via WP Cron','2021-01-23 11:59:24','2021-01-23 03:59:24'),(55896,21543,'action created','2021-01-23 11:59:24','2021-01-23 03:59:24'),(55897,21543,'action started via WP Cron','2021-01-23 12:01:44','2021-01-23 04:01:44'),(55898,21543,'action complete via WP Cron','2021-01-23 12:01:44','2021-01-23 04:01:44'),(55899,21544,'action created','2021-01-23 12:01:44','2021-01-23 04:01:44'),(55900,21544,'action started via WP Cron','2021-01-23 12:04:19','2021-01-23 04:04:19'),(55901,21544,'action complete via WP Cron','2021-01-23 12:04:19','2021-01-23 04:04:19'),(55902,21545,'action created','2021-01-23 12:04:19','2021-01-23 04:04:19'),(55903,21545,'action started via WP Cron','2021-01-23 12:05:30','2021-01-23 04:05:30'),(55904,21545,'action complete via WP Cron','2021-01-23 12:05:30','2021-01-23 04:05:30'),(55905,21546,'action created','2021-01-23 12:05:30','2021-01-23 04:05:30'),(55906,21546,'action started via WP Cron','2021-01-23 12:06:24','2021-01-23 04:06:24'),(55907,21546,'action complete via WP Cron','2021-01-23 12:06:24','2021-01-23 04:06:24'),(55908,21547,'action created','2021-01-23 12:06:24','2021-01-23 04:06:24'),(55909,21547,'action started via WP Cron','2021-01-23 12:07:25','2021-01-23 04:07:25'),(55910,21547,'action complete via WP Cron','2021-01-23 12:07:25','2021-01-23 04:07:25'),(55911,21548,'action created','2021-01-23 12:07:25','2021-01-23 04:07:25'),(55912,21548,'action started via WP Cron','2021-01-23 12:08:28','2021-01-23 04:08:28'),(55913,21548,'action complete via WP Cron','2021-01-23 12:08:28','2021-01-23 04:08:28'),(55914,21549,'action created','2021-01-23 12:08:28','2021-01-23 04:08:28'),(55915,21549,'action started via WP Cron','2021-01-23 12:09:27','2021-01-23 04:09:27'),(55916,21549,'action complete via WP Cron','2021-01-23 12:09:27','2021-01-23 04:09:27'),(55917,21550,'action created','2021-01-23 12:09:27','2021-01-23 04:09:27'),(55918,21550,'action started via WP Cron','2021-01-23 12:09:49','2021-01-23 04:09:49'),(55919,21550,'action complete via WP Cron','2021-01-23 12:09:49','2021-01-23 04:09:49'),(55920,21551,'action created','2021-01-23 12:09:49','2021-01-23 04:09:49'),(55921,21551,'action started via WP Cron','2021-01-23 12:14:11','2021-01-23 04:14:11'),(55922,21551,'action complete via WP Cron','2021-01-23 12:14:11','2021-01-23 04:14:11'),(55923,21552,'action created','2021-01-23 12:14:11','2021-01-23 04:14:11'),(55924,21552,'action started via WP Cron','2021-01-23 12:16:35','2021-01-23 04:16:35'),(55925,21552,'action complete via WP Cron','2021-01-23 12:16:35','2021-01-23 04:16:35'),(55926,21553,'action created','2021-01-23 12:16:35','2021-01-23 04:16:35'),(55927,21553,'action started via WP Cron','2021-01-23 12:17:00','2021-01-23 04:17:00'),(55928,21553,'action complete via WP Cron','2021-01-23 12:17:00','2021-01-23 04:17:00'),(55929,21554,'action created','2021-01-23 12:17:00','2021-01-23 04:17:00'),(55930,21554,'action started via WP Cron','2021-01-23 12:17:48','2021-01-23 04:17:48'),(55931,21554,'action complete via WP Cron','2021-01-23 12:17:48','2021-01-23 04:17:48'),(55932,21555,'action created','2021-01-23 12:17:48','2021-01-23 04:17:48'),(55933,21555,'action started via WP Cron','2021-01-23 12:19:43','2021-01-23 04:19:43'),(55934,21555,'action complete via WP Cron','2021-01-23 12:19:43','2021-01-23 04:19:43'),(55935,21556,'action created','2021-01-23 12:19:43','2021-01-23 04:19:43'),(55936,21556,'action started via WP Cron','2021-01-23 12:20:46','2021-01-23 04:20:46'),(55937,21556,'action complete via WP Cron','2021-01-23 12:20:46','2021-01-23 04:20:46'),(55938,21557,'action created','2021-01-23 12:20:46','2021-01-23 04:20:46'),(55939,21557,'action started via WP Cron','2021-01-23 12:23:01','2021-01-23 04:23:01'),(55940,21557,'action complete via WP Cron','2021-01-23 12:23:01','2021-01-23 04:23:01'),(55941,21558,'action created','2021-01-23 12:23:02','2021-01-23 04:23:02'),(55942,21558,'action started via WP Cron','2021-01-23 12:24:02','2021-01-23 04:24:02'),(55943,21558,'action complete via WP Cron','2021-01-23 12:24:02','2021-01-23 04:24:02'),(55944,21559,'action created','2021-01-23 12:24:02','2021-01-23 04:24:02'),(55945,21559,'action started via WP Cron','2021-01-23 12:25:45','2021-01-23 04:25:45'),(55946,21559,'action complete via WP Cron','2021-01-23 12:25:45','2021-01-23 04:25:45'),(55947,21560,'action created','2021-01-23 12:25:45','2021-01-23 04:25:45'),(55948,21560,'action started via WP Cron','2021-01-23 12:27:02','2021-01-23 04:27:02'),(55949,21560,'action complete via WP Cron','2021-01-23 12:27:02','2021-01-23 04:27:02'),(55950,21561,'action created','2021-01-23 12:27:02','2021-01-23 04:27:02'),(55951,21561,'action started via WP Cron','2021-01-23 12:28:04','2021-01-23 04:28:04'),(55952,21561,'action complete via WP Cron','2021-01-23 12:28:04','2021-01-23 04:28:04'),(55953,21562,'action created','2021-01-23 12:28:04','2021-01-23 04:28:04'),(55954,21562,'action started via WP Cron','2021-01-23 12:29:31','2021-01-23 04:29:31'),(55955,21562,'action complete via WP Cron','2021-01-23 12:29:31','2021-01-23 04:29:31'),(55956,21563,'action created','2021-01-23 12:29:31','2021-01-23 04:29:31'),(55957,21563,'action started via WP Cron','2021-01-23 12:30:38','2021-01-23 04:30:38'),(55958,21563,'action complete via WP Cron','2021-01-23 12:30:38','2021-01-23 04:30:38'),(55959,21564,'action created','2021-01-23 12:30:38','2021-01-23 04:30:38'),(55960,21564,'action started via WP Cron','2021-01-23 12:40:08','2021-01-23 04:40:08'),(55961,21564,'action complete via WP Cron','2021-01-23 12:40:08','2021-01-23 04:40:08'),(55962,21565,'action created','2021-01-23 12:40:08','2021-01-23 04:40:08'),(55963,21565,'action started via WP Cron','2021-01-23 12:41:15','2021-01-23 04:41:15'),(55964,21565,'action complete via WP Cron','2021-01-23 12:41:15','2021-01-23 04:41:15'),(55965,21566,'action created','2021-01-23 12:41:15','2021-01-23 04:41:15'),(55966,21566,'action started via WP Cron','2021-01-23 12:41:47','2021-01-23 04:41:47'),(55967,21566,'action complete via WP Cron','2021-01-23 12:41:47','2021-01-23 04:41:47'),(55968,21567,'action created','2021-01-23 12:41:47','2021-01-23 04:41:47'),(55969,21567,'action started via WP Cron','2021-01-23 12:43:07','2021-01-23 04:43:07'),(55970,21567,'action complete via WP Cron','2021-01-23 12:43:07','2021-01-23 04:43:07'),(55971,21568,'action created','2021-01-23 12:43:07','2021-01-23 04:43:07'),(55972,21568,'action started via WP Cron','2021-01-23 12:44:27','2021-01-23 04:44:27'),(55973,21568,'action complete via WP Cron','2021-01-23 12:44:27','2021-01-23 04:44:27'),(55974,21569,'action created','2021-01-23 12:44:27','2021-01-23 04:44:27'),(55975,21569,'action started via WP Cron','2021-01-23 12:45:28','2021-01-23 04:45:28'),(55976,21569,'action complete via WP Cron','2021-01-23 12:45:28','2021-01-23 04:45:28'),(55977,21570,'action created','2021-01-23 12:45:28','2021-01-23 04:45:28'),(55978,21570,'action started via WP Cron','2021-01-23 12:46:16','2021-01-23 04:46:16'),(55979,21570,'action complete via WP Cron','2021-01-23 12:46:16','2021-01-23 04:46:16'),(55980,21571,'action created','2021-01-23 12:46:16','2021-01-23 04:46:16'),(55981,21571,'action started via WP Cron','2021-01-23 12:47:28','2021-01-23 04:47:28'),(55982,21571,'action complete via WP Cron','2021-01-23 12:47:28','2021-01-23 04:47:28'),(55983,21572,'action created','2021-01-23 12:47:28','2021-01-23 04:47:28'),(55984,21572,'action started via WP Cron','2021-01-23 12:48:29','2021-01-23 04:48:29'),(55985,21572,'action complete via WP Cron','2021-01-23 12:48:29','2021-01-23 04:48:29'),(55986,21573,'action created','2021-01-23 12:48:29','2021-01-23 04:48:29'),(55987,21573,'action started via WP Cron','2021-01-23 12:49:00','2021-01-23 04:49:00'),(55988,21573,'action complete via WP Cron','2021-01-23 12:49:00','2021-01-23 04:49:00'),(55989,21574,'action created','2021-01-23 12:49:00','2021-01-23 04:49:00'),(55990,21574,'action started via WP Cron','2021-01-23 12:49:42','2021-01-23 04:49:42'),(55991,21574,'action complete via WP Cron','2021-01-23 12:49:42','2021-01-23 04:49:42'),(55992,21575,'action created','2021-01-23 12:49:42','2021-01-23 04:49:42'),(55993,21575,'action started via WP Cron','2021-01-23 12:50:54','2021-01-23 04:50:54'),(55994,21575,'action complete via WP Cron','2021-01-23 12:50:54','2021-01-23 04:50:54'),(55995,21576,'action created','2021-01-23 12:50:54','2021-01-23 04:50:54'),(55996,21576,'action started via WP Cron','2021-01-23 12:51:56','2021-01-23 04:51:56'),(55997,21576,'action complete via WP Cron','2021-01-23 12:51:56','2021-01-23 04:51:56'),(55998,21577,'action created','2021-01-23 12:51:56','2021-01-23 04:51:56'),(55999,21577,'action started via WP Cron','2021-01-23 12:59:05','2021-01-23 04:59:05'),(56000,21577,'action complete via WP Cron','2021-01-23 12:59:05','2021-01-23 04:59:05'),(56001,21578,'action created','2021-01-23 12:59:05','2021-01-23 04:59:05'),(56002,21578,'action started via WP Cron','2021-01-23 13:00:20','2021-01-23 05:00:20'),(56003,21578,'action complete via WP Cron','2021-01-23 13:00:20','2021-01-23 05:00:20'),(56004,21579,'action created','2021-01-23 13:00:20','2021-01-23 05:00:20'),(56005,21579,'action started via WP Cron','2021-01-23 13:01:41','2021-01-23 05:01:41'),(56006,21579,'action complete via WP Cron','2021-01-23 13:01:41','2021-01-23 05:01:41'),(56007,21580,'action created','2021-01-23 13:01:42','2021-01-23 05:01:42'),(56008,21580,'action started via WP Cron','2021-01-23 13:04:07','2021-01-23 05:04:07'),(56009,21580,'action complete via WP Cron','2021-01-23 13:04:07','2021-01-23 05:04:07'),(56010,21581,'action created','2021-01-23 13:04:07','2021-01-23 05:04:07'),(56011,21581,'action started via WP Cron','2021-01-23 13:05:08','2021-01-23 05:05:08'),(56012,21581,'action complete via WP Cron','2021-01-23 13:05:08','2021-01-23 05:05:08'),(56013,21582,'action created','2021-01-23 13:05:08','2021-01-23 05:05:08'),(56014,21582,'action started via WP Cron','2021-01-23 13:06:12','2021-01-23 05:06:12'),(56015,21582,'action complete via WP Cron','2021-01-23 13:06:12','2021-01-23 05:06:12'),(56016,21583,'action created','2021-01-23 13:06:12','2021-01-23 05:06:12'),(56017,21583,'action started via WP Cron','2021-01-23 13:08:12','2021-01-23 05:08:12'),(56018,21583,'action complete via WP Cron','2021-01-23 13:08:12','2021-01-23 05:08:12'),(56019,21584,'action created','2021-01-23 13:08:12','2021-01-23 05:08:12'),(56020,21584,'action started via WP Cron','2021-01-23 13:10:54','2021-01-23 05:10:54'),(56021,21584,'action complete via WP Cron','2021-01-23 13:10:54','2021-01-23 05:10:54'),(56022,21585,'action created','2021-01-23 13:10:54','2021-01-23 05:10:54'),(56023,21585,'action started via WP Cron','2021-01-23 13:12:38','2021-01-23 05:12:38'),(56024,21585,'action complete via WP Cron','2021-01-23 13:12:38','2021-01-23 05:12:38'),(56025,21586,'action created','2021-01-23 13:12:38','2021-01-23 05:12:38'),(56026,21586,'action started via WP Cron','2021-01-23 13:13:39','2021-01-23 05:13:39'),(56027,21586,'action complete via WP Cron','2021-01-23 13:13:39','2021-01-23 05:13:39'),(56028,21587,'action created','2021-01-23 13:13:39','2021-01-23 05:13:39'),(56029,21587,'action started via WP Cron','2021-01-23 13:14:33','2021-01-23 05:14:33'),(56030,21587,'action complete via WP Cron','2021-01-23 13:14:33','2021-01-23 05:14:33'),(56031,21588,'action created','2021-01-23 13:14:33','2021-01-23 05:14:33'),(56032,21588,'action started via WP Cron','2021-01-23 13:15:17','2021-01-23 05:15:17'),(56033,21588,'action complete via WP Cron','2021-01-23 13:15:17','2021-01-23 05:15:17'),(56034,21589,'action created','2021-01-23 13:15:17','2021-01-23 05:15:17'),(56035,21589,'action started via WP Cron','2021-01-23 13:16:11','2021-01-23 05:16:11'),(56036,21589,'action complete via WP Cron','2021-01-23 13:16:11','2021-01-23 05:16:11'),(56037,21590,'action created','2021-01-23 13:16:11','2021-01-23 05:16:11'),(56038,21590,'action started via WP Cron','2021-01-23 13:16:56','2021-01-23 05:16:56'),(56039,21590,'action complete via WP Cron','2021-01-23 13:16:56','2021-01-23 05:16:56'),(56040,21591,'action created','2021-01-23 13:16:56','2021-01-23 05:16:56'),(56041,21591,'action started via WP Cron','2021-01-23 13:17:49','2021-01-23 05:17:49'),(56042,21591,'action complete via WP Cron','2021-01-23 13:17:49','2021-01-23 05:17:49'),(56043,21592,'action created','2021-01-23 13:17:49','2021-01-23 05:17:49'),(56044,21592,'action started via WP Cron','2021-01-23 13:19:27','2021-01-23 05:19:27'),(56045,21592,'action complete via WP Cron','2021-01-23 13:19:27','2021-01-23 05:19:27'),(56046,21593,'action created','2021-01-23 13:19:27','2021-01-23 05:19:27'),(56047,21593,'action started via WP Cron','2021-01-23 13:20:05','2021-01-23 05:20:05'),(56048,21593,'action complete via WP Cron','2021-01-23 13:20:05','2021-01-23 05:20:05'),(56049,21594,'action created','2021-01-23 13:20:05','2021-01-23 05:20:05'),(56050,21594,'action started via WP Cron','2021-01-23 13:20:42','2021-01-23 05:20:42'),(56051,21594,'action complete via WP Cron','2021-01-23 13:20:42','2021-01-23 05:20:42'),(56052,21595,'action created','2021-01-23 13:20:42','2021-01-23 05:20:42'),(56053,21595,'action started via WP Cron','2021-01-23 13:21:44','2021-01-23 05:21:44'),(56054,21595,'action complete via WP Cron','2021-01-23 13:21:44','2021-01-23 05:21:44'),(56055,21596,'action created','2021-01-23 13:21:44','2021-01-23 05:21:44'),(56056,21596,'action started via WP Cron','2021-01-23 13:23:25','2021-01-23 05:23:25'),(56057,21596,'action complete via WP Cron','2021-01-23 13:23:25','2021-01-23 05:23:25'),(56058,21597,'action created','2021-01-23 13:23:25','2021-01-23 05:23:25'),(56059,21597,'action started via WP Cron','2021-01-23 13:24:08','2021-01-23 05:24:08'),(56060,21597,'action complete via WP Cron','2021-01-23 13:24:08','2021-01-23 05:24:08'),(56061,21598,'action created','2021-01-23 13:24:08','2021-01-23 05:24:08'),(56062,21598,'action started via WP Cron','2021-01-23 13:24:43','2021-01-23 05:24:43'),(56063,21598,'action complete via WP Cron','2021-01-23 13:24:43','2021-01-23 05:24:43'),(56064,21599,'action created','2021-01-23 13:24:43','2021-01-23 05:24:43'),(56065,21599,'action started via WP Cron','2021-01-23 13:26:01','2021-01-23 05:26:01'),(56066,21599,'action complete via WP Cron','2021-01-23 13:26:01','2021-01-23 05:26:01'),(56067,21600,'action created','2021-01-23 13:26:01','2021-01-23 05:26:01'),(56068,21600,'action started via WP Cron','2021-01-23 13:26:47','2021-01-23 05:26:47'),(56069,21600,'action complete via WP Cron','2021-01-23 13:26:47','2021-01-23 05:26:47'),(56070,21601,'action created','2021-01-23 13:26:48','2021-01-23 05:26:48'),(56071,21601,'action started via WP Cron','2021-01-23 13:28:13','2021-01-23 05:28:13'),(56072,21601,'action complete via WP Cron','2021-01-23 13:28:13','2021-01-23 05:28:13'),(56073,21602,'action created','2021-01-23 13:28:13','2021-01-23 05:28:13'),(56074,21602,'action started via WP Cron','2021-01-23 13:29:06','2021-01-23 05:29:06'),(56075,21602,'action complete via WP Cron','2021-01-23 13:29:06','2021-01-23 05:29:06'),(56076,21603,'action created','2021-01-23 13:29:06','2021-01-23 05:29:06'),(56077,21603,'action started via WP Cron','2021-01-23 13:29:52','2021-01-23 05:29:52'),(56078,21603,'action complete via WP Cron','2021-01-23 13:29:52','2021-01-23 05:29:52'),(56079,21604,'action created','2021-01-23 13:29:52','2021-01-23 05:29:52'),(56080,21604,'action started via WP Cron','2021-01-23 13:30:46','2021-01-23 05:30:46'),(56081,21604,'action complete via WP Cron','2021-01-23 13:30:46','2021-01-23 05:30:46'),(56082,21605,'action created','2021-01-23 13:30:46','2021-01-23 05:30:46'),(56083,21605,'action started via WP Cron','2021-01-23 13:32:16','2021-01-23 05:32:16'),(56084,21605,'action complete via WP Cron','2021-01-23 13:32:16','2021-01-23 05:32:16'),(56085,21606,'action created','2021-01-23 13:32:16','2021-01-23 05:32:16'),(56086,21606,'action started via WP Cron','2021-01-23 13:33:15','2021-01-23 05:33:15'),(56087,21606,'action complete via WP Cron','2021-01-23 13:33:15','2021-01-23 05:33:15'),(56088,21607,'action created','2021-01-23 13:33:15','2021-01-23 05:33:15'),(56089,21607,'action started via WP Cron','2021-01-23 13:33:51','2021-01-23 05:33:51'),(56090,21607,'action complete via WP Cron','2021-01-23 13:33:51','2021-01-23 05:33:51'),(56091,21608,'action created','2021-01-23 13:33:51','2021-01-23 05:33:51'),(56092,21608,'action started via WP Cron','2021-01-23 13:34:46','2021-01-23 05:34:46'),(56093,21608,'action complete via WP Cron','2021-01-23 13:34:46','2021-01-23 05:34:46'),(56094,21609,'action created','2021-01-23 13:34:46','2021-01-23 05:34:46'),(56095,21609,'action started via WP Cron','2021-01-23 13:36:24','2021-01-23 05:36:24'),(56096,21609,'action complete via WP Cron','2021-01-23 13:36:24','2021-01-23 05:36:24'),(56097,21610,'action created','2021-01-23 13:36:24','2021-01-23 05:36:24'),(56098,21610,'action started via WP Cron','2021-01-23 13:37:06','2021-01-23 05:37:06'),(56099,21610,'action complete via WP Cron','2021-01-23 13:37:06','2021-01-23 05:37:06'),(56100,21611,'action created','2021-01-23 13:37:06','2021-01-23 05:37:06'),(56101,21611,'action started via WP Cron','2021-01-23 13:37:46','2021-01-23 05:37:46'),(56102,21611,'action complete via WP Cron','2021-01-23 13:37:46','2021-01-23 05:37:46'),(56103,21612,'action created','2021-01-23 13:37:46','2021-01-23 05:37:46'),(56104,21612,'action started via WP Cron','2021-01-23 13:41:36','2021-01-23 05:41:36'),(56105,21612,'action complete via WP Cron','2021-01-23 13:41:36','2021-01-23 05:41:36'),(56106,21613,'action created','2021-01-23 13:41:36','2021-01-23 05:41:36'),(56107,21613,'action started via WP Cron','2021-01-23 13:42:36','2021-01-23 05:42:36'),(56108,21613,'action complete via WP Cron','2021-01-23 13:42:36','2021-01-23 05:42:36'),(56109,21614,'action created','2021-01-23 13:42:36','2021-01-23 05:42:36'),(56110,21614,'action started via WP Cron','2021-01-23 13:48:35','2021-01-23 05:48:35'),(56111,21614,'action complete via WP Cron','2021-01-23 13:48:35','2021-01-23 05:48:35'),(56112,21615,'action created','2021-01-23 13:48:36','2021-01-23 05:48:36'),(56113,21615,'action started via WP Cron','2021-01-23 13:49:34','2021-01-23 05:49:34'),(56114,21615,'action complete via WP Cron','2021-01-23 13:49:34','2021-01-23 05:49:34'),(56115,21616,'action created','2021-01-23 13:49:35','2021-01-23 05:49:35'),(56116,21616,'action started via WP Cron','2021-01-23 13:50:30','2021-01-23 05:50:30'),(56117,21616,'action complete via WP Cron','2021-01-23 13:50:30','2021-01-23 05:50:30'),(56118,21617,'action created','2021-01-23 13:50:30','2021-01-23 05:50:30'),(56119,21617,'action started via WP Cron','2021-01-23 13:51:34','2021-01-23 05:51:34'),(56120,21617,'action complete via WP Cron','2021-01-23 13:51:34','2021-01-23 05:51:34'),(56121,21618,'action created','2021-01-23 13:51:34','2021-01-23 05:51:34'),(56122,21618,'action started via WP Cron','2021-01-23 13:52:32','2021-01-23 05:52:32'),(56123,21618,'action complete via WP Cron','2021-01-23 13:52:32','2021-01-23 05:52:32'),(56124,21619,'action created','2021-01-23 13:52:32','2021-01-23 05:52:32'),(56125,21619,'action started via WP Cron','2021-01-23 13:53:33','2021-01-23 05:53:33'),(56126,21619,'action complete via WP Cron','2021-01-23 13:53:33','2021-01-23 05:53:33'),(56127,21620,'action created','2021-01-23 13:53:33','2021-01-23 05:53:33'),(56128,21620,'action started via WP Cron','2021-01-23 13:55:25','2021-01-23 05:55:25'),(56129,21620,'action complete via WP Cron','2021-01-23 13:55:25','2021-01-23 05:55:25'),(56130,21621,'action created','2021-01-23 13:55:25','2021-01-23 05:55:25'),(56131,21621,'action started via WP Cron','2021-01-23 13:57:46','2021-01-23 05:57:46'),(56132,21621,'action complete via WP Cron','2021-01-23 13:57:46','2021-01-23 05:57:46'),(56133,21622,'action created','2021-01-23 13:57:46','2021-01-23 05:57:46'),(56134,21622,'action started via WP Cron','2021-01-23 13:59:41','2021-01-23 05:59:41'),(56135,21622,'action complete via WP Cron','2021-01-23 13:59:41','2021-01-23 05:59:41'),(56136,21623,'action created','2021-01-23 13:59:41','2021-01-23 05:59:41'),(56137,21623,'action started via WP Cron','2021-01-23 14:04:40','2021-01-23 06:04:40'),(56138,21623,'action complete via WP Cron','2021-01-23 14:04:40','2021-01-23 06:04:40'),(56139,21624,'action created','2021-01-23 14:04:40','2021-01-23 06:04:40'),(56140,21624,'action started via WP Cron','2021-01-23 14:09:30','2021-01-23 06:09:30'),(56141,21624,'action complete via WP Cron','2021-01-23 14:09:30','2021-01-23 06:09:30'),(56142,21625,'action created','2021-01-23 14:09:30','2021-01-23 06:09:30'),(56143,21625,'action started via WP Cron','2021-01-23 14:14:14','2021-01-23 06:14:14'),(56144,21625,'action complete via WP Cron','2021-01-23 14:14:14','2021-01-23 06:14:14'),(56145,21626,'action created','2021-01-23 14:14:14','2021-01-23 06:14:14'),(56146,21626,'action started via WP Cron','2021-01-23 14:14:42','2021-01-23 06:14:42'),(56147,21626,'action complete via WP Cron','2021-01-23 14:14:42','2021-01-23 06:14:42'),(56148,21627,'action created','2021-01-23 14:14:42','2021-01-23 06:14:42'),(56149,21627,'action started via WP Cron','2021-01-23 14:23:48','2021-01-23 06:23:48'),(56150,21627,'action complete via WP Cron','2021-01-23 14:23:48','2021-01-23 06:23:48'),(56151,21628,'action created','2021-01-23 14:23:49','2021-01-23 06:23:49'),(56152,21628,'action started via WP Cron','2021-01-23 14:28:31','2021-01-23 06:28:31'),(56153,21628,'action complete via WP Cron','2021-01-23 14:28:31','2021-01-23 06:28:31'),(56154,21629,'action created','2021-01-23 14:28:31','2021-01-23 06:28:31'),(56155,21629,'action started via WP Cron','2021-01-23 14:45:20','2021-01-23 06:45:20'),(56156,21629,'action complete via WP Cron','2021-01-23 14:45:20','2021-01-23 06:45:20'),(56157,21630,'action created','2021-01-23 14:45:20','2021-01-23 06:45:20'),(56158,21630,'action started via WP Cron','2021-01-23 14:49:59','2021-01-23 06:49:59'),(56159,21630,'action complete via WP Cron','2021-01-23 14:49:59','2021-01-23 06:49:59'),(56160,21631,'action created','2021-01-23 14:49:59','2021-01-23 06:49:59'),(56161,21631,'action started via WP Cron','2021-01-23 14:53:38','2021-01-23 06:53:38'),(56162,21631,'action complete via WP Cron','2021-01-23 14:53:38','2021-01-23 06:53:38'),(56163,21632,'action created','2021-01-23 14:54:36','2021-01-23 06:54:36'),(56164,21632,'action started via WP Cron','2021-01-23 14:55:37','2021-01-23 06:55:37'),(56165,21632,'action complete via WP Cron','2021-01-23 14:55:37','2021-01-23 06:55:37'),(56166,21633,'action created','2021-01-23 14:55:37','2021-01-23 06:55:37'),(56167,21633,'action started via WP Cron','2021-01-23 14:57:39','2021-01-23 06:57:39'),(56168,21633,'action complete via WP Cron','2021-01-23 14:57:39','2021-01-23 06:57:39'),(56169,21634,'action created','2021-01-23 14:57:39','2021-01-23 06:57:39'),(56170,21634,'action started via WP Cron','2021-01-23 14:58:40','2021-01-23 06:58:40'),(56171,21634,'action complete via WP Cron','2021-01-23 14:58:40','2021-01-23 06:58:40'),(56172,21635,'action created','2021-01-23 14:58:40','2021-01-23 06:58:40'),(56173,21635,'action started via WP Cron','2021-01-23 14:59:41','2021-01-23 06:59:41'),(56174,21635,'action complete via WP Cron','2021-01-23 14:59:41','2021-01-23 06:59:41'),(56175,21636,'action created','2021-01-23 14:59:41','2021-01-23 06:59:41'),(56176,21636,'action started via WP Cron','2021-01-23 15:15:00','2021-01-23 07:15:00'),(56177,21636,'action complete via WP Cron','2021-01-23 15:15:00','2021-01-23 07:15:00'),(56178,21637,'action created','2021-01-23 15:15:00','2021-01-23 07:15:00'),(56179,21637,'action started via WP Cron','2021-01-23 15:17:06','2021-01-23 07:17:06'),(56180,21637,'action complete via WP Cron','2021-01-23 15:17:06','2021-01-23 07:17:06'),(56181,21638,'action created','2021-01-23 15:17:06','2021-01-23 07:17:06'),(56182,21638,'action started via WP Cron','2021-01-23 15:19:22','2021-01-23 07:19:22'),(56183,21638,'action complete via WP Cron','2021-01-23 15:19:22','2021-01-23 07:19:22'),(56184,21639,'action created','2021-01-23 15:19:22','2021-01-23 07:19:22'),(56185,21639,'action started via WP Cron','2021-01-23 15:26:09','2021-01-23 07:26:09'),(56186,21639,'action complete via WP Cron','2021-01-23 15:26:09','2021-01-23 07:26:09'),(56187,21640,'action created','2021-01-23 15:26:09','2021-01-23 07:26:09'),(56188,21640,'action started via WP Cron','2021-01-23 15:28:10','2021-01-23 07:28:10'),(56189,21640,'action complete via WP Cron','2021-01-23 15:28:10','2021-01-23 07:28:10'),(56190,21641,'action created','2021-01-23 15:28:10','2021-01-23 07:28:10'),(56191,21641,'action started via WP Cron','2021-01-23 15:31:41','2021-01-23 07:31:41'),(56192,21641,'action complete via WP Cron','2021-01-23 15:31:41','2021-01-23 07:31:41'),(56193,21642,'action created','2021-01-23 15:31:41','2021-01-23 07:31:41'),(56194,21642,'action started via WP Cron','2021-01-23 15:32:42','2021-01-23 07:32:42'),(56195,21642,'action complete via WP Cron','2021-01-23 15:32:42','2021-01-23 07:32:42'),(56196,21643,'action created','2021-01-23 15:32:43','2021-01-23 07:32:43'),(56197,21643,'action started via WP Cron','2021-01-23 15:33:43','2021-01-23 07:33:43'),(56198,21643,'action complete via WP Cron','2021-01-23 15:33:43','2021-01-23 07:33:43'),(56199,21644,'action created','2021-01-23 15:33:43','2021-01-23 07:33:43'),(56200,21644,'action started via WP Cron','2021-01-23 15:35:47','2021-01-23 07:35:47'),(56201,21644,'action complete via WP Cron','2021-01-23 15:35:47','2021-01-23 07:35:47'),(56202,21645,'action created','2021-01-23 15:35:47','2021-01-23 07:35:47'),(56203,21645,'action started via WP Cron','2021-01-23 15:36:48','2021-01-23 07:36:48'),(56204,21645,'action complete via WP Cron','2021-01-23 15:36:48','2021-01-23 07:36:48'),(56205,21646,'action created','2021-01-23 15:36:48','2021-01-23 07:36:48'),(56206,21646,'action started via WP Cron','2021-01-23 15:37:48','2021-01-23 07:37:48'),(56207,21646,'action complete via WP Cron','2021-01-23 15:37:48','2021-01-23 07:37:48'),(56208,21647,'action created','2021-01-23 15:37:48','2021-01-23 07:37:48'),(56209,21647,'action started via WP Cron','2021-01-23 15:39:48','2021-01-23 07:39:48'),(56210,21647,'action complete via WP Cron','2021-01-23 15:39:48','2021-01-23 07:39:48'),(56211,21648,'action created','2021-01-23 15:39:48','2021-01-23 07:39:48'),(56212,21648,'action started via WP Cron','2021-01-23 15:44:27','2021-01-23 07:44:27'),(56213,21648,'action complete via WP Cron','2021-01-23 15:44:27','2021-01-23 07:44:27'),(56214,21649,'action created','2021-01-23 15:44:27','2021-01-23 07:44:27'),(56215,21649,'action started via WP Cron','2021-01-23 15:50:15','2021-01-23 07:50:15'),(56216,21649,'action complete via WP Cron','2021-01-23 15:50:15','2021-01-23 07:50:15'),(56217,21650,'action created','2021-01-23 15:50:15','2021-01-23 07:50:15'),(56218,21650,'action started via WP Cron','2021-01-23 15:52:29','2021-01-23 07:52:29'),(56219,21650,'action complete via WP Cron','2021-01-23 15:52:29','2021-01-23 07:52:29'),(56220,21651,'action created','2021-01-23 15:52:30','2021-01-23 07:52:30'),(56221,21651,'action started via WP Cron','2021-01-23 15:54:05','2021-01-23 07:54:05'),(56222,21651,'action complete via WP Cron','2021-01-23 15:54:05','2021-01-23 07:54:05'),(56223,21652,'action created','2021-01-23 15:54:05','2021-01-23 07:54:05'),(56224,21652,'action started via WP Cron','2021-01-23 15:56:50','2021-01-23 07:56:50'),(56225,21652,'action complete via WP Cron','2021-01-23 15:56:50','2021-01-23 07:56:50'),(56226,21653,'action created','2021-01-23 15:56:50','2021-01-23 07:56:50'),(56227,21653,'action started via WP Cron','2021-01-23 16:00:54','2021-01-23 08:00:54'),(56228,21653,'action complete via WP Cron','2021-01-23 16:00:54','2021-01-23 08:00:54'),(56229,21654,'action created','2021-01-23 16:00:54','2021-01-23 08:00:54'),(56230,21654,'action started via WP Cron','2021-01-23 16:02:40','2021-01-23 08:02:40'),(56231,21654,'action complete via WP Cron','2021-01-23 16:02:40','2021-01-23 08:02:40'),(56232,21655,'action created','2021-01-23 16:02:41','2021-01-23 08:02:41'),(56233,21655,'action started via WP Cron','2021-01-23 16:04:11','2021-01-23 08:04:11'),(56234,21655,'action complete via WP Cron','2021-01-23 16:04:11','2021-01-23 08:04:11'),(56235,21656,'action created','2021-01-23 16:04:11','2021-01-23 08:04:11'),(56236,21656,'action started via WP Cron','2021-01-23 16:14:23','2021-01-23 08:14:23'),(56237,21656,'action complete via WP Cron','2021-01-23 16:14:23','2021-01-23 08:14:23'),(56238,21657,'action created','2021-01-23 16:14:23','2021-01-23 08:14:23'),(56239,21657,'action started via WP Cron','2021-01-23 16:14:41','2021-01-23 08:14:41'),(56240,21657,'action complete via WP Cron','2021-01-23 16:14:41','2021-01-23 08:14:41'),(56241,21658,'action created','2021-01-23 16:14:41','2021-01-23 08:14:41'),(56242,21658,'action started via WP Cron','2021-01-23 16:17:29','2021-01-23 08:17:29'),(56243,21658,'action complete via WP Cron','2021-01-23 16:17:29','2021-01-23 08:17:29'),(56244,21659,'action created','2021-01-23 16:17:29','2021-01-23 08:17:29'),(56245,21659,'action started via WP Cron','2021-01-23 16:21:54','2021-01-23 08:21:54'),(56246,21659,'action complete via WP Cron','2021-01-23 16:21:54','2021-01-23 08:21:54'),(56247,21660,'action created','2021-01-23 16:21:54','2021-01-23 08:21:54'),(56248,21660,'action started via WP Cron','2021-01-23 16:23:45','2021-01-23 08:23:45'),(56249,21660,'action complete via WP Cron','2021-01-23 16:23:45','2021-01-23 08:23:45'),(56250,21661,'action created','2021-01-23 16:23:45','2021-01-23 08:23:45'),(56251,21661,'action started via WP Cron','2021-01-23 16:24:47','2021-01-23 08:24:47'),(56252,21661,'action complete via WP Cron','2021-01-23 16:24:47','2021-01-23 08:24:47'),(56253,21662,'action created','2021-01-23 16:24:47','2021-01-23 08:24:47'),(56254,21662,'action started via WP Cron','2021-01-23 16:28:50','2021-01-23 08:28:50'),(56255,21662,'action complete via WP Cron','2021-01-23 16:28:50','2021-01-23 08:28:50'),(56256,21663,'action created','2021-01-23 16:28:50','2021-01-23 08:28:50'),(56257,21663,'action started via WP Cron','2021-01-23 16:30:33','2021-01-23 08:30:33'),(56258,21663,'action complete via WP Cron','2021-01-23 16:30:33','2021-01-23 08:30:33'),(56259,21664,'action created','2021-01-23 16:30:33','2021-01-23 08:30:33'),(56260,21664,'action started via WP Cron','2021-01-23 16:31:08','2021-01-23 08:31:08'),(56261,21664,'action complete via WP Cron','2021-01-23 16:31:08','2021-01-23 08:31:08'),(56262,21665,'action created','2021-01-23 16:31:08','2021-01-23 08:31:08'),(56263,21665,'action started via WP Cron','2021-01-23 16:32:30','2021-01-23 08:32:30'),(56264,21665,'action complete via WP Cron','2021-01-23 16:32:30','2021-01-23 08:32:30'),(56265,21666,'action created','2021-01-23 16:32:30','2021-01-23 08:32:30'),(56266,21666,'action started via WP Cron','2021-01-23 16:35:01','2021-01-23 08:35:01'),(56267,21666,'action complete via WP Cron','2021-01-23 16:35:01','2021-01-23 08:35:01'),(56268,21667,'action created','2021-01-23 16:35:01','2021-01-23 08:35:01'),(56269,21667,'action started via WP Cron','2021-01-23 16:38:56','2021-01-23 08:38:56'),(56270,21667,'action complete via WP Cron','2021-01-23 16:38:56','2021-01-23 08:38:56'),(56271,21668,'action created','2021-01-23 16:38:56','2021-01-23 08:38:56'),(56272,21668,'action started via WP Cron','2021-01-23 16:40:01','2021-01-23 08:40:01'),(56273,21668,'action complete via WP Cron','2021-01-23 16:40:01','2021-01-23 08:40:01'),(56274,21669,'action created','2021-01-23 16:40:01','2021-01-23 08:40:01'),(56275,21669,'action started via WP Cron','2021-01-23 16:40:45','2021-01-23 08:40:45'),(56276,21669,'action complete via WP Cron','2021-01-23 16:40:45','2021-01-23 08:40:45'),(56277,21670,'action created','2021-01-23 16:41:09','2021-01-23 08:41:09'),(56278,21670,'action started via WP Cron','2021-01-23 16:41:44','2021-01-23 08:41:44'),(56279,21670,'action complete via WP Cron','2021-01-23 16:41:44','2021-01-23 08:41:44'),(56280,21671,'action created','2021-01-23 16:41:44','2021-01-23 08:41:44'),(118066,42267,'action created','2021-02-23 16:42:41','2021-02-23 08:42:41'),(118065,42266,'action complete via WP Cron','2021-02-23 16:42:41','2021-02-23 08:42:41'),(118064,42266,'action started via WP Cron','2021-02-23 16:42:41','2021-02-23 08:42:41'),(56284,21671,'action started via Async Request','2021-01-23 16:41:54','2021-01-23 08:41:54'),(56285,21671,'action complete via Async Request','2021-01-23 16:41:54','2021-01-23 08:41:54'),(56286,21673,'action created','2021-01-23 16:41:59','2021-01-23 08:41:59'),(56287,21673,'action started via WP Cron','2021-01-23 16:42:42','2021-01-23 08:42:42'),(56288,21673,'action complete via WP Cron','2021-01-23 16:42:42','2021-01-23 08:42:42'),(56289,21674,'action created','2021-01-23 16:43:12','2021-01-23 08:43:12'),(56290,21674,'action started via WP Cron','2021-01-23 16:43:42','2021-01-23 08:43:42'),(56291,21674,'action complete via WP Cron','2021-01-23 16:43:42','2021-01-23 08:43:42'),(56292,21675,'action created','2021-01-23 16:44:00','2021-01-23 08:44:00'),(56293,21676,'action created','2021-01-23 16:44:00','2021-01-23 08:44:00'),(56294,21676,'action started via WP Cron','2021-01-23 16:45:13','2021-01-23 08:45:13'),(56295,21676,'action complete via WP Cron','2021-01-23 16:45:13','2021-01-23 08:45:13'),(56296,21675,'action started via WP Cron','2021-01-23 16:45:13','2021-01-23 08:45:13'),(56297,21675,'action complete via WP Cron','2021-01-23 16:45:13','2021-01-23 08:45:13'),(56298,21677,'action created','2021-01-23 16:46:08','2021-01-23 08:46:08'),(56299,21677,'action started via WP Cron','2021-01-23 16:49:14','2021-01-23 08:49:14'),(56300,21677,'action complete via WP Cron','2021-01-23 16:49:14','2021-01-23 08:49:14'),(56301,21678,'action created','2021-01-23 16:49:14','2021-01-23 08:49:14'),(56302,21678,'action started via WP Cron','2021-01-23 16:50:25','2021-01-23 08:50:25'),(56303,21678,'action complete via WP Cron','2021-01-23 16:50:25','2021-01-23 08:50:25'),(56304,21679,'action created','2021-01-23 16:50:25','2021-01-23 08:50:25'),(56305,21679,'action started via WP Cron','2021-01-23 16:50:44','2021-01-23 08:50:44'),(56306,21679,'action complete via WP Cron','2021-01-23 16:50:44','2021-01-23 08:50:44'),(56307,21680,'action created','2021-01-23 16:50:44','2021-01-23 08:50:44'),(56308,21680,'action started via WP Cron','2021-01-23 16:51:49','2021-01-23 08:51:49'),(56309,21680,'action complete via WP Cron','2021-01-23 16:51:49','2021-01-23 08:51:49'),(56310,21681,'action created','2021-01-23 16:51:49','2021-01-23 08:51:49'),(56311,21681,'action started via WP Cron','2021-01-23 16:53:13','2021-01-23 08:53:13'),(56312,21681,'action complete via WP Cron','2021-01-23 16:53:13','2021-01-23 08:53:13'),(56313,21682,'action created','2021-01-23 16:53:13','2021-01-23 08:53:13'),(56314,21682,'action started via WP Cron','2021-01-23 16:54:16','2021-01-23 08:54:16'),(56315,21682,'action complete via WP Cron','2021-01-23 16:54:16','2021-01-23 08:54:16'),(56316,21683,'action created','2021-01-23 16:54:16','2021-01-23 08:54:16'),(56317,21683,'action started via WP Cron','2021-01-23 16:55:08','2021-01-23 08:55:08'),(56318,21683,'action complete via WP Cron','2021-01-23 16:55:08','2021-01-23 08:55:08'),(56319,21684,'action created','2021-01-23 16:55:08','2021-01-23 08:55:08'),(56320,21684,'action started via WP Cron','2021-01-23 16:57:12','2021-01-23 08:57:12'),(56321,21684,'action complete via WP Cron','2021-01-23 16:57:12','2021-01-23 08:57:12'),(56322,21685,'action created','2021-01-23 16:57:12','2021-01-23 08:57:12'),(56323,21685,'action started via WP Cron','2021-01-23 16:58:31','2021-01-23 08:58:31'),(56324,21685,'action complete via WP Cron','2021-01-23 16:58:31','2021-01-23 08:58:31'),(56325,21686,'action created','2021-01-23 16:58:31','2021-01-23 08:58:31'),(56326,21686,'action started via WP Cron','2021-01-23 16:59:31','2021-01-23 08:59:31'),(56327,21686,'action complete via WP Cron','2021-01-23 16:59:31','2021-01-23 08:59:31'),(56328,21687,'action created','2021-01-23 16:59:31','2021-01-23 08:59:31'),(56329,21687,'action started via WP Cron','2021-01-23 17:00:15','2021-01-23 09:00:15'),(56330,21687,'action complete via WP Cron','2021-01-23 17:00:15','2021-01-23 09:00:15'),(56331,21688,'action created','2021-01-23 17:00:16','2021-01-23 09:00:16'),(56332,21688,'action started via WP Cron','2021-01-23 17:01:15','2021-01-23 09:01:15'),(56333,21688,'action complete via WP Cron','2021-01-23 17:01:15','2021-01-23 09:01:15'),(56334,21689,'action created','2021-01-23 17:01:15','2021-01-23 09:01:15'),(56335,21689,'action started via WP Cron','2021-01-23 17:02:16','2021-01-23 09:02:16'),(56336,21689,'action complete via WP Cron','2021-01-23 17:02:16','2021-01-23 09:02:16'),(56337,21690,'action created','2021-01-23 17:02:16','2021-01-23 09:02:16'),(56338,21690,'action started via WP Cron','2021-01-23 17:09:05','2021-01-23 09:09:05'),(56339,21690,'action complete via WP Cron','2021-01-23 17:09:05','2021-01-23 09:09:05'),(56340,21691,'action created','2021-01-23 17:09:06','2021-01-23 09:09:06'),(56341,21691,'action started via WP Cron','2021-01-23 17:10:12','2021-01-23 09:10:12'),(56342,21691,'action complete via WP Cron','2021-01-23 17:10:12','2021-01-23 09:10:12'),(56343,21692,'action created','2021-01-23 17:10:12','2021-01-23 09:10:12'),(56344,21692,'action started via WP Cron','2021-01-23 17:11:14','2021-01-23 09:11:14'),(56345,21692,'action complete via WP Cron','2021-01-23 17:11:14','2021-01-23 09:11:14'),(56346,21693,'action created','2021-01-23 17:11:14','2021-01-23 09:11:14'),(56347,21693,'action started via WP Cron','2021-01-23 17:13:16','2021-01-23 09:13:16'),(56348,21693,'action complete via WP Cron','2021-01-23 17:13:16','2021-01-23 09:13:16'),(56349,21694,'action created','2021-01-23 17:13:17','2021-01-23 09:13:17'),(56350,21694,'action started via WP Cron','2021-01-23 17:14:15','2021-01-23 09:14:15'),(56351,21694,'action complete via WP Cron','2021-01-23 17:14:15','2021-01-23 09:14:15'),(56352,21695,'action created','2021-01-23 17:14:15','2021-01-23 09:14:15'),(56353,21695,'action started via WP Cron','2021-01-23 17:15:18','2021-01-23 09:15:18'),(56354,21695,'action complete via WP Cron','2021-01-23 17:15:18','2021-01-23 09:15:18'),(56355,21696,'action created','2021-01-23 17:15:18','2021-01-23 09:15:18'),(56356,21696,'action started via WP Cron','2021-01-23 17:16:21','2021-01-23 09:16:21'),(56357,21696,'action complete via WP Cron','2021-01-23 17:16:21','2021-01-23 09:16:21'),(56358,21697,'action created','2021-01-23 17:16:21','2021-01-23 09:16:21'),(56359,21697,'action started via WP Cron','2021-01-23 17:17:18','2021-01-23 09:17:18'),(56360,21697,'action complete via WP Cron','2021-01-23 17:17:18','2021-01-23 09:17:18'),(56361,21698,'action created','2021-01-23 17:17:18','2021-01-23 09:17:18'),(56362,21698,'action started via WP Cron','2021-01-23 17:18:20','2021-01-23 09:18:20'),(56363,21698,'action complete via WP Cron','2021-01-23 17:18:20','2021-01-23 09:18:20'),(56364,21699,'action created','2021-01-23 17:18:20','2021-01-23 09:18:20'),(56365,21699,'action started via WP Cron','2021-01-23 17:19:23','2021-01-23 09:19:23'),(56366,21699,'action complete via WP Cron','2021-01-23 17:19:23','2021-01-23 09:19:23'),(56367,21700,'action created','2021-01-23 17:19:23','2021-01-23 09:19:23'),(56368,21700,'action started via WP Cron','2021-01-23 17:20:23','2021-01-23 09:20:23'),(56369,21700,'action complete via WP Cron','2021-01-23 17:20:23','2021-01-23 09:20:23'),(56370,21701,'action created','2021-01-23 17:20:24','2021-01-23 09:20:24'),(56371,21701,'action started via WP Cron','2021-01-23 17:21:23','2021-01-23 09:21:23'),(56372,21701,'action complete via WP Cron','2021-01-23 17:21:23','2021-01-23 09:21:23'),(56373,21702,'action created','2021-01-23 17:21:23','2021-01-23 09:21:23'),(56374,21702,'action started via WP Cron','2021-01-23 17:22:28','2021-01-23 09:22:28'),(56375,21702,'action complete via WP Cron','2021-01-23 17:22:28','2021-01-23 09:22:28'),(56376,21703,'action created','2021-01-23 17:22:28','2021-01-23 09:22:28'),(56377,21703,'action started via WP Cron','2021-01-23 17:23:05','2021-01-23 09:23:05'),(56378,21703,'action complete via WP Cron','2021-01-23 17:23:05','2021-01-23 09:23:05'),(56379,21704,'action created','2021-01-23 17:23:05','2021-01-23 09:23:05'),(56380,21704,'action started via WP Cron','2021-01-23 17:24:40','2021-01-23 09:24:40'),(56381,21704,'action complete via WP Cron','2021-01-23 17:24:40','2021-01-23 09:24:40'),(56382,21705,'action created','2021-01-23 17:24:40','2021-01-23 09:24:40'),(56383,21705,'action started via WP Cron','2021-01-23 17:26:28','2021-01-23 09:26:28'),(56384,21705,'action complete via WP Cron','2021-01-23 17:26:28','2021-01-23 09:26:28'),(56385,21706,'action created','2021-01-23 17:26:28','2021-01-23 09:26:28'),(56386,21706,'action started via WP Cron','2021-01-23 17:28:09','2021-01-23 09:28:09'),(56387,21706,'action complete via WP Cron','2021-01-23 17:28:09','2021-01-23 09:28:09'),(56388,21707,'action created','2021-01-23 17:28:10','2021-01-23 09:28:10'),(56389,21707,'action started via WP Cron','2021-01-23 17:32:35','2021-01-23 09:32:35'),(56390,21707,'action complete via WP Cron','2021-01-23 17:32:35','2021-01-23 09:32:35'),(56391,21708,'action created','2021-01-23 17:32:35','2021-01-23 09:32:35'),(56392,21708,'action started via WP Cron','2021-01-23 17:32:56','2021-01-23 09:32:56'),(56393,21708,'action complete via WP Cron','2021-01-23 17:32:56','2021-01-23 09:32:56'),(56394,21709,'action created','2021-01-23 17:32:56','2021-01-23 09:32:56'),(56395,21709,'action started via WP Cron','2021-01-23 17:34:27','2021-01-23 09:34:27'),(56396,21709,'action complete via WP Cron','2021-01-23 17:34:27','2021-01-23 09:34:27'),(56397,21710,'action created','2021-01-23 17:34:27','2021-01-23 09:34:27'),(56398,21710,'action started via WP Cron','2021-01-23 17:35:40','2021-01-23 09:35:40'),(56399,21710,'action complete via WP Cron','2021-01-23 17:35:40','2021-01-23 09:35:40'),(56400,21711,'action created','2021-01-23 17:35:40','2021-01-23 09:35:40'),(56401,21711,'action started via WP Cron','2021-01-23 17:37:39','2021-01-23 09:37:39'),(56402,21711,'action complete via WP Cron','2021-01-23 17:37:39','2021-01-23 09:37:39'),(56403,21712,'action created','2021-01-23 17:37:39','2021-01-23 09:37:39'),(56404,21712,'action started via WP Cron','2021-01-23 17:38:06','2021-01-23 09:38:06'),(56405,21712,'action complete via WP Cron','2021-01-23 17:38:06','2021-01-23 09:38:06'),(56406,21713,'action created','2021-01-23 17:38:06','2021-01-23 09:38:06'),(56407,21713,'action started via WP Cron','2021-01-23 17:52:04','2021-01-23 09:52:04'),(56408,21713,'action complete via WP Cron','2021-01-23 17:52:04','2021-01-23 09:52:04'),(56409,21714,'action created','2021-01-23 17:52:04','2021-01-23 09:52:04'),(56410,21714,'action started via WP Cron','2021-01-23 17:53:05','2021-01-23 09:53:05'),(56411,21714,'action complete via WP Cron','2021-01-23 17:53:05','2021-01-23 09:53:05'),(56412,21715,'action created','2021-01-23 17:53:06','2021-01-23 09:53:06'),(56413,21715,'action started via WP Cron','2021-01-23 17:54:06','2021-01-23 09:54:06'),(56414,21715,'action complete via WP Cron','2021-01-23 17:54:06','2021-01-23 09:54:06'),(56415,21716,'action created','2021-01-23 17:54:06','2021-01-23 09:54:06'),(56416,21716,'action started via WP Cron','2021-01-23 17:56:08','2021-01-23 09:56:08'),(56417,21716,'action complete via WP Cron','2021-01-23 17:56:08','2021-01-23 09:56:08'),(56418,21717,'action created','2021-01-23 17:56:08','2021-01-23 09:56:08'),(56419,21717,'action started via WP Cron','2021-01-23 17:57:09','2021-01-23 09:57:09'),(56420,21717,'action complete via WP Cron','2021-01-23 17:57:09','2021-01-23 09:57:09'),(56421,21718,'action created','2021-01-23 17:57:09','2021-01-23 09:57:09'),(56422,21718,'action started via WP Cron','2021-01-23 17:58:10','2021-01-23 09:58:10'),(56423,21718,'action complete via WP Cron','2021-01-23 17:58:10','2021-01-23 09:58:10'),(56424,21719,'action created','2021-01-23 17:58:10','2021-01-23 09:58:10'),(56425,21719,'action started via WP Cron','2021-01-23 17:59:18','2021-01-23 09:59:18'),(56426,21719,'action complete via WP Cron','2021-01-23 17:59:18','2021-01-23 09:59:18'),(56427,21720,'action created','2021-01-23 17:59:18','2021-01-23 09:59:18'),(56428,21720,'action started via WP Cron','2021-01-23 18:00:19','2021-01-23 10:00:19'),(56429,21720,'action complete via WP Cron','2021-01-23 18:00:19','2021-01-23 10:00:19'),(56430,21721,'action created','2021-01-23 18:00:19','2021-01-23 10:00:19'),(56431,21721,'action started via WP Cron','2021-01-23 18:01:32','2021-01-23 10:01:32'),(56432,21721,'action complete via WP Cron','2021-01-23 18:01:32','2021-01-23 10:01:32'),(56433,21722,'action created','2021-01-23 18:01:32','2021-01-23 10:01:32'),(56434,21722,'action started via WP Cron','2021-01-23 18:02:33','2021-01-23 10:02:33'),(56435,21722,'action complete via WP Cron','2021-01-23 18:02:33','2021-01-23 10:02:33'),(56436,21723,'action created','2021-01-23 18:02:33','2021-01-23 10:02:33'),(56437,21723,'action started via WP Cron','2021-01-23 18:03:55','2021-01-23 10:03:55'),(56438,21723,'action complete via WP Cron','2021-01-23 18:03:55','2021-01-23 10:03:55'),(56439,21724,'action created','2021-01-23 18:03:55','2021-01-23 10:03:55'),(56440,21724,'action started via WP Cron','2021-01-23 18:09:11','2021-01-23 10:09:11'),(56441,21724,'action complete via WP Cron','2021-01-23 18:09:11','2021-01-23 10:09:11'),(56442,21725,'action created','2021-01-23 18:09:11','2021-01-23 10:09:11'),(56443,21725,'action started via WP Cron','2021-01-23 18:11:34','2021-01-23 10:11:34'),(56444,21725,'action complete via WP Cron','2021-01-23 18:11:34','2021-01-23 10:11:34'),(56445,21726,'action created','2021-01-23 18:11:34','2021-01-23 10:11:34'),(56446,21726,'action started via WP Cron','2021-01-23 18:15:01','2021-01-23 10:15:01'),(56447,21726,'action complete via WP Cron','2021-01-23 18:15:01','2021-01-23 10:15:01'),(56448,21727,'action created','2021-01-23 18:15:01','2021-01-23 10:15:01'),(56449,21727,'action started via WP Cron','2021-01-23 18:21:33','2021-01-23 10:21:33'),(56450,21727,'action complete via WP Cron','2021-01-23 18:21:33','2021-01-23 10:21:33'),(56451,21728,'action created','2021-01-23 18:21:33','2021-01-23 10:21:33'),(56452,21728,'action started via WP Cron','2021-01-23 18:22:01','2021-01-23 10:22:01'),(56453,21728,'action complete via WP Cron','2021-01-23 18:22:01','2021-01-23 10:22:01'),(56454,21729,'action created','2021-01-23 18:22:01','2021-01-23 10:22:01'),(56455,21729,'action started via WP Cron','2021-01-23 18:38:09','2021-01-23 10:38:09'),(56456,21729,'action complete via WP Cron','2021-01-23 18:38:09','2021-01-23 10:38:09'),(56457,21730,'action created','2021-01-23 18:38:09','2021-01-23 10:38:09'),(56458,21730,'action started via WP Cron','2021-01-23 18:43:53','2021-01-23 10:43:53'),(56459,21730,'action complete via WP Cron','2021-01-23 18:43:53','2021-01-23 10:43:53'),(56460,21731,'action created','2021-01-23 18:43:53','2021-01-23 10:43:53'),(56461,21731,'action started via WP Cron','2021-01-23 18:52:26','2021-01-23 10:52:26'),(56462,21731,'action complete via WP Cron','2021-01-23 18:52:26','2021-01-23 10:52:26'),(56463,21732,'action created','2021-01-23 18:52:26','2021-01-23 10:52:26'),(56464,21732,'action started via WP Cron','2021-01-23 18:54:31','2021-01-23 10:54:31'),(56465,21732,'action complete via WP Cron','2021-01-23 18:54:31','2021-01-23 10:54:31'),(56466,21733,'action created','2021-01-23 18:54:31','2021-01-23 10:54:31'),(56467,21733,'action started via WP Cron','2021-01-23 18:57:05','2021-01-23 10:57:05'),(56468,21733,'action complete via WP Cron','2021-01-23 18:57:05','2021-01-23 10:57:05'),(56469,21734,'action created','2021-01-23 18:57:05','2021-01-23 10:57:05'),(56470,21734,'action started via WP Cron','2021-01-23 18:58:19','2021-01-23 10:58:19'),(56471,21734,'action complete via WP Cron','2021-01-23 18:58:19','2021-01-23 10:58:19'),(56472,21735,'action created','2021-01-23 18:58:19','2021-01-23 10:58:19'),(56473,21735,'action started via WP Cron','2021-01-23 19:00:24','2021-01-23 11:00:24'),(56474,21735,'action complete via WP Cron','2021-01-23 19:00:24','2021-01-23 11:00:24'),(56475,21736,'action created','2021-01-23 19:00:24','2021-01-23 11:00:24'),(56476,21736,'action started via WP Cron','2021-01-23 19:00:45','2021-01-23 11:00:45'),(56477,21736,'action complete via WP Cron','2021-01-23 19:00:45','2021-01-23 11:00:45'),(56478,21737,'action created','2021-01-23 19:00:45','2021-01-23 11:00:45'),(56479,21737,'action started via WP Cron','2021-01-23 19:01:46','2021-01-23 11:01:46'),(56480,21737,'action complete via WP Cron','2021-01-23 19:01:46','2021-01-23 11:01:46'),(56481,21738,'action created','2021-01-23 19:01:46','2021-01-23 11:01:46'),(56482,21738,'action started via WP Cron','2021-01-23 19:02:41','2021-01-23 11:02:41'),(56483,21738,'action complete via WP Cron','2021-01-23 19:02:41','2021-01-23 11:02:41'),(56484,21739,'action created','2021-01-23 19:02:41','2021-01-23 11:02:41'),(56485,21739,'action started via WP Cron','2021-01-23 19:04:35','2021-01-23 11:04:35'),(56486,21739,'action complete via WP Cron','2021-01-23 19:04:35','2021-01-23 11:04:35'),(56487,21740,'action created','2021-01-23 19:04:35','2021-01-23 11:04:35'),(56488,21740,'action started via WP Cron','2021-01-23 19:05:35','2021-01-23 11:05:35'),(56489,21740,'action complete via WP Cron','2021-01-23 19:05:35','2021-01-23 11:05:35'),(56490,21741,'action created','2021-01-23 19:05:35','2021-01-23 11:05:35'),(56491,21741,'action started via WP Cron','2021-01-23 19:13:46','2021-01-23 11:13:46'),(56492,21741,'action complete via WP Cron','2021-01-23 19:13:46','2021-01-23 11:13:46'),(56493,21742,'action created','2021-01-23 19:13:46','2021-01-23 11:13:46'),(56494,21742,'action started via WP Cron','2021-01-23 19:15:57','2021-01-23 11:15:57'),(56495,21742,'action complete via WP Cron','2021-01-23 19:15:57','2021-01-23 11:15:57'),(56496,21743,'action created','2021-01-23 19:15:58','2021-01-23 11:15:58'),(56497,21743,'action started via WP Cron','2021-01-23 19:29:28','2021-01-23 11:29:28'),(56498,21743,'action complete via WP Cron','2021-01-23 19:29:28','2021-01-23 11:29:28'),(56499,21744,'action created','2021-01-23 19:29:28','2021-01-23 11:29:28'),(56500,21744,'action started via WP Cron','2021-01-23 19:30:28','2021-01-23 11:30:28'),(56501,21744,'action complete via WP Cron','2021-01-23 19:30:28','2021-01-23 11:30:28'),(56502,21745,'action created','2021-01-23 19:30:28','2021-01-23 11:30:28'),(56503,21745,'action started via WP Cron','2021-01-23 19:31:29','2021-01-23 11:31:29'),(56504,21745,'action complete via WP Cron','2021-01-23 19:31:29','2021-01-23 11:31:29'),(56505,21746,'action created','2021-01-23 19:31:30','2021-01-23 11:31:30'),(56506,21746,'action started via WP Cron','2021-01-23 19:33:31','2021-01-23 11:33:31'),(56507,21746,'action complete via WP Cron','2021-01-23 19:33:31','2021-01-23 11:33:31'),(56508,21747,'action created','2021-01-23 19:33:31','2021-01-23 11:33:31'),(56509,21747,'action started via WP Cron','2021-01-23 19:34:32','2021-01-23 11:34:32'),(56510,21747,'action complete via WP Cron','2021-01-23 19:34:32','2021-01-23 11:34:32'),(56511,21748,'action created','2021-01-23 19:34:32','2021-01-23 11:34:32'),(56512,21748,'action started via WP Cron','2021-01-23 19:35:33','2021-01-23 11:35:33'),(56513,21748,'action complete via WP Cron','2021-01-23 19:35:33','2021-01-23 11:35:33'),(56514,21749,'action created','2021-01-23 19:35:33','2021-01-23 11:35:33'),(56515,21749,'action started via WP Cron','2021-01-23 20:00:27','2021-01-23 12:00:27'),(56516,21749,'action complete via WP Cron','2021-01-23 20:00:27','2021-01-23 12:00:27'),(56517,21750,'action created','2021-01-23 20:00:27','2021-01-23 12:00:27'),(56518,21750,'action started via WP Cron','2021-01-23 20:01:19','2021-01-23 12:01:19'),(56519,21750,'action complete via WP Cron','2021-01-23 20:01:19','2021-01-23 12:01:19'),(56520,21751,'action created','2021-01-23 20:01:19','2021-01-23 12:01:19'),(56521,21751,'action started via WP Cron','2021-01-23 20:02:29','2021-01-23 12:02:29'),(56522,21751,'action complete via WP Cron','2021-01-23 20:02:29','2021-01-23 12:02:29'),(56523,21752,'action created','2021-01-23 20:02:29','2021-01-23 12:02:29'),(56524,21752,'action started via WP Cron','2021-01-23 20:02:50','2021-01-23 12:02:50'),(56525,21752,'action complete via WP Cron','2021-01-23 20:02:50','2021-01-23 12:02:50'),(56526,21753,'action created','2021-01-23 20:02:50','2021-01-23 12:02:50'),(56527,21753,'action started via WP Cron','2021-01-23 20:04:30','2021-01-23 12:04:30'),(56528,21753,'action complete via WP Cron','2021-01-23 20:04:30','2021-01-23 12:04:30'),(56529,21754,'action created','2021-01-23 20:04:30','2021-01-23 12:04:30'),(56530,21754,'action started via WP Cron','2021-01-23 20:04:55','2021-01-23 12:04:55'),(56531,21754,'action complete via WP Cron','2021-01-23 20:04:55','2021-01-23 12:04:55'),(56532,21755,'action created','2021-01-23 20:04:55','2021-01-23 12:04:55'),(56533,21755,'action started via WP Cron','2021-01-23 20:05:57','2021-01-23 12:05:57'),(56534,21755,'action complete via WP Cron','2021-01-23 20:05:57','2021-01-23 12:05:57'),(56535,21756,'action created','2021-01-23 20:05:57','2021-01-23 12:05:57'),(56536,21756,'action started via WP Cron','2021-01-23 20:06:58','2021-01-23 12:06:58'),(56537,21756,'action complete via WP Cron','2021-01-23 20:06:58','2021-01-23 12:06:58'),(56538,21757,'action created','2021-01-23 20:06:58','2021-01-23 12:06:58'),(56539,21757,'action started via WP Cron','2021-01-23 20:08:37','2021-01-23 12:08:37'),(56540,21757,'action complete via WP Cron','2021-01-23 20:08:37','2021-01-23 12:08:37'),(56541,21758,'action created','2021-01-23 20:08:38','2021-01-23 12:08:38'),(56542,21758,'action started via WP Cron','2021-01-23 20:09:17','2021-01-23 12:09:17'),(56543,21758,'action complete via WP Cron','2021-01-23 20:09:17','2021-01-23 12:09:17'),(56544,21759,'action created','2021-01-23 20:09:17','2021-01-23 12:09:17'),(56545,21759,'action started via WP Cron','2021-01-23 20:14:57','2021-01-23 12:14:57'),(56546,21759,'action complete via WP Cron','2021-01-23 20:14:57','2021-01-23 12:14:57'),(56547,21760,'action created','2021-01-23 20:14:57','2021-01-23 12:14:57'),(56548,21760,'action started via WP Cron','2021-01-23 20:17:11','2021-01-23 12:17:11'),(56549,21760,'action complete via WP Cron','2021-01-23 20:17:11','2021-01-23 12:17:11'),(56550,21761,'action created','2021-01-23 20:17:11','2021-01-23 12:17:11'),(56551,21761,'action started via WP Cron','2021-01-23 20:20:36','2021-01-23 12:20:36'),(56552,21761,'action complete via WP Cron','2021-01-23 20:20:36','2021-01-23 12:20:36'),(56553,21762,'action created','2021-01-23 20:20:36','2021-01-23 12:20:36'),(56554,21762,'action started via WP Cron','2021-01-23 20:21:43','2021-01-23 12:21:43'),(56555,21762,'action complete via WP Cron','2021-01-23 20:21:43','2021-01-23 12:21:43'),(56556,21763,'action created','2021-01-23 20:21:43','2021-01-23 12:21:43'),(56557,21763,'action started via WP Cron','2021-01-23 20:22:56','2021-01-23 12:22:56'),(56558,21763,'action complete via WP Cron','2021-01-23 20:22:56','2021-01-23 12:22:56'),(56559,21764,'action created','2021-01-23 20:22:56','2021-01-23 12:22:56'),(56560,21764,'action started via WP Cron','2021-01-23 20:23:41','2021-01-23 12:23:41'),(56561,21764,'action complete via WP Cron','2021-01-23 20:23:41','2021-01-23 12:23:41'),(56562,21765,'action created','2021-01-23 20:23:41','2021-01-23 12:23:41'),(56563,21765,'action started via WP Cron','2021-01-23 20:24:54','2021-01-23 12:24:54'),(56564,21765,'action complete via WP Cron','2021-01-23 20:24:54','2021-01-23 12:24:54'),(56565,21766,'action created','2021-01-23 20:24:54','2021-01-23 12:24:54'),(56566,21766,'action started via WP Cron','2021-01-23 20:25:45','2021-01-23 12:25:45'),(56567,21766,'action complete via WP Cron','2021-01-23 20:25:45','2021-01-23 12:25:45'),(56568,21767,'action created','2021-01-23 20:25:45','2021-01-23 12:25:45'),(56569,21767,'action started via WP Cron','2021-01-23 20:26:41','2021-01-23 12:26:41'),(56570,21767,'action complete via WP Cron','2021-01-23 20:26:41','2021-01-23 12:26:41'),(56571,21768,'action created','2021-01-23 20:26:41','2021-01-23 12:26:41'),(56572,21768,'action started via WP Cron','2021-01-23 20:27:52','2021-01-23 12:27:52'),(56573,21768,'action complete via WP Cron','2021-01-23 20:27:52','2021-01-23 12:27:52'),(56574,21769,'action created','2021-01-23 20:27:52','2021-01-23 12:27:52'),(56575,21769,'action started via WP Cron','2021-01-23 20:28:45','2021-01-23 12:28:45'),(56576,21769,'action complete via WP Cron','2021-01-23 20:28:45','2021-01-23 12:28:45'),(56577,21770,'action created','2021-01-23 20:28:45','2021-01-23 12:28:45'),(56578,21770,'action started via WP Cron','2021-01-23 20:29:44','2021-01-23 12:29:44'),(56579,21770,'action complete via WP Cron','2021-01-23 20:29:44','2021-01-23 12:29:44'),(56580,21771,'action created','2021-01-23 20:29:44','2021-01-23 12:29:44'),(56581,21771,'action started via WP Cron','2021-01-23 20:30:43','2021-01-23 12:30:43'),(56582,21771,'action complete via WP Cron','2021-01-23 20:30:43','2021-01-23 12:30:43'),(56583,21772,'action created','2021-01-23 20:30:43','2021-01-23 12:30:43'),(56584,21772,'action started via WP Cron','2021-01-23 20:31:44','2021-01-23 12:31:44'),(56585,21772,'action complete via WP Cron','2021-01-23 20:31:44','2021-01-23 12:31:44'),(56586,21773,'action created','2021-01-23 20:31:44','2021-01-23 12:31:44'),(56587,21773,'action started via WP Cron','2021-01-23 20:32:41','2021-01-23 12:32:41'),(56588,21773,'action complete via WP Cron','2021-01-23 20:32:41','2021-01-23 12:32:41'),(56589,21774,'action created','2021-01-23 20:32:41','2021-01-23 12:32:41'),(56590,21774,'action started via WP Cron','2021-01-23 20:33:41','2021-01-23 12:33:41'),(56591,21774,'action complete via WP Cron','2021-01-23 20:33:41','2021-01-23 12:33:41'),(56592,21775,'action created','2021-01-23 20:33:41','2021-01-23 12:33:41'),(56593,21775,'action started via WP Cron','2021-01-23 20:34:42','2021-01-23 12:34:42'),(56594,21775,'action complete via WP Cron','2021-01-23 20:34:42','2021-01-23 12:34:42'),(56595,21776,'action created','2021-01-23 20:34:42','2021-01-23 12:34:42'),(56596,21776,'action started via WP Cron','2021-01-23 20:35:54','2021-01-23 12:35:54'),(56597,21776,'action complete via WP Cron','2021-01-23 20:35:54','2021-01-23 12:35:54'),(56598,21777,'action created','2021-01-23 20:35:54','2021-01-23 12:35:54'),(56599,21777,'action started via WP Cron','2021-01-23 20:36:53','2021-01-23 12:36:53'),(56600,21777,'action complete via WP Cron','2021-01-23 20:36:53','2021-01-23 12:36:53'),(56601,21778,'action created','2021-01-23 20:36:53','2021-01-23 12:36:53'),(56602,21778,'action started via WP Cron','2021-01-23 20:37:47','2021-01-23 12:37:47'),(56603,21778,'action complete via WP Cron','2021-01-23 20:37:47','2021-01-23 12:37:47'),(56604,21779,'action created','2021-01-23 20:37:47','2021-01-23 12:37:47'),(56605,21779,'action started via WP Cron','2021-01-23 20:38:40','2021-01-23 12:38:40'),(56606,21779,'action complete via WP Cron','2021-01-23 20:38:40','2021-01-23 12:38:40'),(56607,21780,'action created','2021-01-23 20:38:41','2021-01-23 12:38:41'),(56608,21780,'action started via WP Cron','2021-01-23 20:39:42','2021-01-23 12:39:42'),(56609,21780,'action complete via WP Cron','2021-01-23 20:39:42','2021-01-23 12:39:42'),(56610,21781,'action created','2021-01-23 20:39:42','2021-01-23 12:39:42'),(56611,21781,'action started via WP Cron','2021-01-23 20:40:41','2021-01-23 12:40:41'),(56612,21781,'action complete via WP Cron','2021-01-23 20:40:41','2021-01-23 12:40:41'),(56613,21782,'action created','2021-01-23 20:40:41','2021-01-23 12:40:41'),(56614,21782,'action started via WP Cron','2021-01-23 20:41:47','2021-01-23 12:41:47'),(56615,21782,'action complete via WP Cron','2021-01-23 20:41:47','2021-01-23 12:41:47'),(56616,21783,'action created','2021-01-23 20:41:47','2021-01-23 12:41:47'),(56617,21783,'action started via WP Cron','2021-01-23 20:42:41','2021-01-23 12:42:41'),(56618,21783,'action complete via WP Cron','2021-01-23 20:42:41','2021-01-23 12:42:41'),(56619,21784,'action created','2021-01-23 20:42:41','2021-01-23 12:42:41'),(56620,21784,'action started via WP Cron','2021-01-23 20:43:44','2021-01-23 12:43:44'),(56621,21784,'action complete via WP Cron','2021-01-23 20:43:44','2021-01-23 12:43:44'),(56622,21785,'action created','2021-01-23 20:43:44','2021-01-23 12:43:44'),(56623,21785,'action started via WP Cron','2021-01-23 20:44:48','2021-01-23 12:44:48'),(56624,21785,'action complete via WP Cron','2021-01-23 20:44:48','2021-01-23 12:44:48'),(56625,21786,'action created','2021-01-23 20:44:55','2021-01-23 12:44:55'),(56626,21786,'action started via WP Cron','2021-01-23 20:45:41','2021-01-23 12:45:41'),(56627,21786,'action complete via WP Cron','2021-01-23 20:45:41','2021-01-23 12:45:41'),(56628,21787,'action created','2021-01-23 20:45:41','2021-01-23 12:45:41'),(56629,21787,'action started via WP Cron','2021-01-23 20:46:43','2021-01-23 12:46:43'),(56630,21787,'action complete via WP Cron','2021-01-23 20:46:43','2021-01-23 12:46:43'),(56631,21788,'action created','2021-01-23 20:46:43','2021-01-23 12:46:43'),(56632,21788,'action started via WP Cron','2021-01-23 20:47:42','2021-01-23 12:47:42'),(56633,21788,'action complete via WP Cron','2021-01-23 20:47:42','2021-01-23 12:47:42'),(56634,21789,'action created','2021-01-23 20:47:49','2021-01-23 12:47:49'),(56635,21789,'action started via WP Cron','2021-01-23 20:48:41','2021-01-23 12:48:41'),(56636,21789,'action complete via WP Cron','2021-01-23 20:48:41','2021-01-23 12:48:41'),(56637,21790,'action created','2021-01-23 20:48:41','2021-01-23 12:48:41'),(56638,21790,'action started via WP Cron','2021-01-23 20:49:47','2021-01-23 12:49:47'),(56639,21790,'action complete via WP Cron','2021-01-23 20:49:47','2021-01-23 12:49:47'),(56640,21791,'action created','2021-01-23 20:49:47','2021-01-23 12:49:47'),(56641,21791,'action started via WP Cron','2021-01-23 20:50:42','2021-01-23 12:50:42'),(56642,21791,'action complete via WP Cron','2021-01-23 20:50:42','2021-01-23 12:50:42'),(56643,21792,'action created','2021-01-23 20:50:42','2021-01-23 12:50:42'),(56644,21792,'action started via WP Cron','2021-01-23 20:51:41','2021-01-23 12:51:41'),(56645,21792,'action complete via WP Cron','2021-01-23 20:51:41','2021-01-23 12:51:41'),(56646,21793,'action created','2021-01-23 20:51:48','2021-01-23 12:51:48'),(56647,21793,'action started via WP Cron','2021-01-23 20:52:52','2021-01-23 12:52:52'),(56648,21793,'action complete via WP Cron','2021-01-23 20:52:52','2021-01-23 12:52:52'),(56649,21794,'action created','2021-01-23 20:52:52','2021-01-23 12:52:52'),(56650,21794,'action started via WP Cron','2021-01-23 20:53:51','2021-01-23 12:53:51'),(56651,21794,'action complete via WP Cron','2021-01-23 20:53:51','2021-01-23 12:53:51'),(56652,21795,'action created','2021-01-23 20:53:51','2021-01-23 12:53:51'),(56653,21795,'action started via WP Cron','2021-01-23 20:54:45','2021-01-23 12:54:45'),(56654,21795,'action complete via WP Cron','2021-01-23 20:54:45','2021-01-23 12:54:45'),(56655,21796,'action created','2021-01-23 20:54:45','2021-01-23 12:54:45'),(56656,21796,'action started via WP Cron','2021-01-23 20:55:42','2021-01-23 12:55:42'),(56657,21796,'action complete via WP Cron','2021-01-23 20:55:42','2021-01-23 12:55:42'),(56658,21797,'action created','2021-01-23 20:55:42','2021-01-23 12:55:42'),(56659,21797,'action started via WP Cron','2021-01-23 20:56:47','2021-01-23 12:56:47'),(56660,21797,'action complete via WP Cron','2021-01-23 20:56:47','2021-01-23 12:56:47'),(56661,21798,'action created','2021-01-23 20:56:47','2021-01-23 12:56:47'),(56662,21798,'action started via WP Cron','2021-01-23 20:57:43','2021-01-23 12:57:43'),(56663,21798,'action complete via WP Cron','2021-01-23 20:57:43','2021-01-23 12:57:43'),(56664,21799,'action created','2021-01-23 20:57:43','2021-01-23 12:57:43'),(56665,21799,'action started via WP Cron','2021-01-23 20:58:45','2021-01-23 12:58:45'),(56666,21799,'action complete via WP Cron','2021-01-23 20:58:45','2021-01-23 12:58:45'),(56667,21800,'action created','2021-01-23 20:58:45','2021-01-23 12:58:45'),(56668,21800,'action started via WP Cron','2021-01-23 20:59:46','2021-01-23 12:59:46'),(56669,21800,'action complete via WP Cron','2021-01-23 20:59:46','2021-01-23 12:59:46'),(56670,21801,'action created','2021-01-23 20:59:46','2021-01-23 12:59:46'),(56671,21801,'action started via WP Cron','2021-01-23 21:00:45','2021-01-23 13:00:45'),(56672,21801,'action complete via WP Cron','2021-01-23 21:00:45','2021-01-23 13:00:45'),(56673,21802,'action created','2021-01-23 21:00:45','2021-01-23 13:00:45'),(56674,21802,'action started via WP Cron','2021-01-23 21:01:42','2021-01-23 13:01:42'),(56675,21802,'action complete via WP Cron','2021-01-23 21:01:42','2021-01-23 13:01:42'),(56676,21803,'action created','2021-01-23 21:01:43','2021-01-23 13:01:43'),(56677,21803,'action started via WP Cron','2021-01-23 21:03:00','2021-01-23 13:03:00'),(56678,21803,'action complete via WP Cron','2021-01-23 21:03:00','2021-01-23 13:03:00'),(56679,21804,'action created','2021-01-23 21:03:00','2021-01-23 13:03:00'),(56680,21804,'action started via WP Cron','2021-01-23 21:04:05','2021-01-23 13:04:05'),(56681,21804,'action complete via WP Cron','2021-01-23 21:04:05','2021-01-23 13:04:05'),(56682,21805,'action created','2021-01-23 21:04:05','2021-01-23 13:04:05'),(56683,21805,'action started via WP Cron','2021-01-23 21:05:06','2021-01-23 13:05:06'),(56684,21805,'action complete via WP Cron','2021-01-23 21:05:06','2021-01-23 13:05:06'),(56685,21806,'action created','2021-01-23 21:05:06','2021-01-23 13:05:06'),(56686,21806,'action started via WP Cron','2021-01-23 21:06:33','2021-01-23 13:06:33'),(56687,21806,'action complete via WP Cron','2021-01-23 21:06:33','2021-01-23 13:06:33'),(56688,21807,'action created','2021-01-23 21:06:34','2021-01-23 13:06:34'),(56689,21807,'action started via WP Cron','2021-01-23 21:07:08','2021-01-23 13:07:08'),(56690,21807,'action complete via WP Cron','2021-01-23 21:07:08','2021-01-23 13:07:08'),(56691,21808,'action created','2021-01-23 21:07:08','2021-01-23 13:07:08'),(56692,21808,'action started via WP Cron','2021-01-23 21:08:09','2021-01-23 13:08:09'),(56693,21808,'action complete via WP Cron','2021-01-23 21:08:09','2021-01-23 13:08:09'),(56694,21809,'action created','2021-01-23 21:08:09','2021-01-23 13:08:09'),(56695,21809,'action started via WP Cron','2021-01-23 21:09:10','2021-01-23 13:09:10'),(56696,21809,'action complete via WP Cron','2021-01-23 21:09:10','2021-01-23 13:09:10'),(56697,21810,'action created','2021-01-23 21:09:10','2021-01-23 13:09:10'),(56698,21810,'action started via WP Cron','2021-01-23 21:10:15','2021-01-23 13:10:15'),(56699,21810,'action complete via WP Cron','2021-01-23 21:10:15','2021-01-23 13:10:15'),(56700,21811,'action created','2021-01-23 21:10:15','2021-01-23 13:10:15'),(56701,21811,'action started via WP Cron','2021-01-23 21:12:00','2021-01-23 13:12:00'),(56702,21811,'action complete via WP Cron','2021-01-23 21:12:00','2021-01-23 13:12:00'),(56703,21812,'action created','2021-01-23 21:12:00','2021-01-23 13:12:00'),(56704,21812,'action started via Async Request','2021-01-23 21:12:13','2021-01-23 13:12:13'),(56705,21812,'action complete via Async Request','2021-01-23 21:12:13','2021-01-23 13:12:13'),(56706,21813,'action created','2021-01-23 21:12:20','2021-01-23 13:12:20'),(56707,21813,'action started via WP Cron','2021-01-23 21:12:41','2021-01-23 13:12:41'),(56708,21813,'action complete via WP Cron','2021-01-23 21:12:41','2021-01-23 13:12:41'),(56709,21814,'action created','2021-01-23 21:12:43','2021-01-23 13:12:43'),(56710,21815,'action created','2021-01-23 21:13:12','2021-01-23 13:13:12'),(56711,21814,'action started via Async Request','2021-01-23 21:13:13','2021-01-23 13:13:13'),(56712,21814,'action complete via Async Request','2021-01-23 21:13:13','2021-01-23 13:13:13'),(56713,21816,'action created','2021-01-23 21:13:29','2021-01-23 13:13:29'),(56714,21816,'action started via WP Cron','2021-01-23 21:13:59','2021-01-23 13:13:59'),(56715,21816,'action complete via WP Cron','2021-01-23 21:13:59','2021-01-23 13:13:59'),(56716,21815,'action started via WP Cron','2021-01-23 21:13:59','2021-01-23 13:13:59'),(56717,21815,'action complete via WP Cron','2021-01-23 21:13:59','2021-01-23 13:13:59'),(56718,21817,'action created','2021-01-23 21:13:59','2021-01-23 13:13:59'),(56719,21817,'action started via Async Request','2021-01-23 21:14:21','2021-01-23 13:14:21'),(56720,21817,'action complete via Async Request','2021-01-23 21:14:21','2021-01-23 13:14:21'),(56721,21818,'action created','2021-01-23 21:14:24','2021-01-23 13:14:24'),(56722,21818,'action started via WP Cron','2021-01-23 21:14:46','2021-01-23 13:14:46'),(56723,21818,'action complete via WP Cron','2021-01-23 21:14:46','2021-01-23 13:14:46'),(56724,21819,'action created','2021-01-23 21:14:46','2021-01-23 13:14:46'),(56725,21820,'action created','2021-01-23 21:14:46','2021-01-23 13:14:46'),(56726,21820,'action started via WP Cron','2021-01-23 21:18:53','2021-01-23 13:18:53'),(56727,21820,'action complete via WP Cron','2021-01-23 21:18:53','2021-01-23 13:18:53'),(56728,21819,'action started via WP Cron','2021-01-23 21:18:53','2021-01-23 13:18:53'),(56729,21819,'action complete via WP Cron','2021-01-23 21:18:53','2021-01-23 13:18:53'),(56730,21821,'action created','2021-01-23 21:18:53','2021-01-23 13:18:53'),(56731,21821,'action started via WP Cron','2021-01-23 21:23:49','2021-01-23 13:23:49'),(56732,21821,'action complete via WP Cron','2021-01-23 21:23:49','2021-01-23 13:23:49'),(56733,21822,'action created','2021-01-23 21:23:49','2021-01-23 13:23:49'),(56734,21822,'action started via WP Cron','2021-01-23 21:28:29','2021-01-23 13:28:29'),(56735,21822,'action complete via WP Cron','2021-01-23 21:28:29','2021-01-23 13:28:29'),(56736,21823,'action created','2021-01-23 21:28:29','2021-01-23 13:28:29'),(56737,21823,'action started via WP Cron','2021-01-23 21:32:21','2021-01-23 13:32:21'),(56738,21823,'action complete via WP Cron','2021-01-23 21:32:21','2021-01-23 13:32:21'),(56739,21824,'action created','2021-01-23 21:32:22','2021-01-23 13:32:22'),(56740,21824,'action started via WP Cron','2021-01-23 21:33:32','2021-01-23 13:33:32'),(56741,21824,'action complete via WP Cron','2021-01-23 21:33:32','2021-01-23 13:33:32'),(56742,21825,'action created','2021-01-23 21:33:32','2021-01-23 13:33:32'),(56743,21825,'action started via WP Cron','2021-01-23 21:36:47','2021-01-23 13:36:47'),(56744,21825,'action complete via WP Cron','2021-01-23 21:36:47','2021-01-23 13:36:47'),(56745,21826,'action created','2021-01-23 21:36:47','2021-01-23 13:36:47'),(56746,21826,'action started via WP Cron','2021-01-23 21:39:57','2021-01-23 13:39:57'),(56747,21826,'action complete via WP Cron','2021-01-23 21:39:57','2021-01-23 13:39:57'),(56748,21827,'action created','2021-01-23 21:39:57','2021-01-23 13:39:57'),(56749,21827,'action started via WP Cron','2021-01-23 21:44:01','2021-01-23 13:44:01'),(56750,21827,'action complete via WP Cron','2021-01-23 21:44:01','2021-01-23 13:44:01'),(56751,21828,'action created','2021-01-23 21:44:01','2021-01-23 13:44:01'),(56752,21828,'action started via WP Cron','2021-01-23 21:44:48','2021-01-23 13:44:48'),(56753,21828,'action complete via WP Cron','2021-01-23 21:44:48','2021-01-23 13:44:48'),(56754,21829,'action created','2021-01-23 21:44:48','2021-01-23 13:44:48'),(56755,21829,'action started via WP Cron','2021-01-23 21:46:32','2021-01-23 13:46:32'),(56756,21829,'action complete via WP Cron','2021-01-23 21:46:32','2021-01-23 13:46:32'),(56757,21830,'action created','2021-01-23 21:46:32','2021-01-23 13:46:32'),(56758,21830,'action started via WP Cron','2021-01-23 21:47:55','2021-01-23 13:47:55'),(56759,21830,'action complete via WP Cron','2021-01-23 21:47:55','2021-01-23 13:47:55'),(56760,21831,'action created','2021-01-23 21:47:56','2021-01-23 13:47:56'),(56761,21831,'action started via WP Cron','2021-01-23 21:49:25','2021-01-23 13:49:25'),(56762,21831,'action complete via WP Cron','2021-01-23 21:49:25','2021-01-23 13:49:25'),(56763,21832,'action created','2021-01-23 21:49:25','2021-01-23 13:49:25'),(56764,21832,'action started via WP Cron','2021-01-23 22:01:09','2021-01-23 14:01:09'),(56765,21832,'action complete via WP Cron','2021-01-23 22:01:09','2021-01-23 14:01:09'),(56766,21833,'action created','2021-01-23 22:01:09','2021-01-23 14:01:09'),(56767,21833,'action started via WP Cron','2021-01-23 22:04:30','2021-01-23 14:04:30'),(56768,21833,'action complete via WP Cron','2021-01-23 22:04:30','2021-01-23 14:04:30'),(56769,21834,'action created','2021-01-23 22:04:30','2021-01-23 14:04:30'),(56770,21834,'action started via WP Cron','2021-01-23 22:09:12','2021-01-23 14:09:12'),(56771,21834,'action complete via WP Cron','2021-01-23 22:09:12','2021-01-23 14:09:12'),(56772,21835,'action created','2021-01-23 22:09:12','2021-01-23 14:09:12'),(56773,21835,'action started via WP Cron','2021-01-23 22:10:12','2021-01-23 14:10:12'),(56774,21835,'action complete via WP Cron','2021-01-23 22:10:12','2021-01-23 14:10:12'),(56775,21836,'action created','2021-01-23 22:10:12','2021-01-23 14:10:12'),(56776,21836,'action started via WP Cron','2021-01-23 22:11:11','2021-01-23 14:11:11'),(56777,21836,'action complete via WP Cron','2021-01-23 22:11:11','2021-01-23 14:11:11'),(56778,21837,'action created','2021-01-23 22:11:11','2021-01-23 14:11:11'),(56779,21837,'action started via WP Cron','2021-01-23 22:12:12','2021-01-23 14:12:12'),(56780,21837,'action complete via WP Cron','2021-01-23 22:12:12','2021-01-23 14:12:12'),(56781,21838,'action created','2021-01-23 22:12:12','2021-01-23 14:12:12'),(56782,21838,'action started via WP Cron','2021-01-23 22:13:13','2021-01-23 14:13:13'),(56783,21838,'action complete via WP Cron','2021-01-23 22:13:13','2021-01-23 14:13:13'),(56784,21839,'action created','2021-01-23 22:13:13','2021-01-23 14:13:13'),(56785,21839,'action started via WP Cron','2021-01-23 22:15:40','2021-01-23 14:15:40'),(56786,21839,'action complete via WP Cron','2021-01-23 22:15:40','2021-01-23 14:15:40'),(56787,21840,'action created','2021-01-23 22:15:40','2021-01-23 14:15:40'),(56788,21840,'action started via WP Cron','2021-01-23 22:21:41','2021-01-23 14:21:41'),(56789,21840,'action complete via WP Cron','2021-01-23 22:21:41','2021-01-23 14:21:41'),(56790,21841,'action created','2021-01-23 22:21:41','2021-01-23 14:21:41'),(56791,21841,'action started via WP Cron','2021-01-23 22:36:36','2021-01-23 14:36:36'),(56792,21841,'action complete via WP Cron','2021-01-23 22:36:36','2021-01-23 14:36:36'),(56793,21842,'action created','2021-01-23 22:36:36','2021-01-23 14:36:36'),(56794,21842,'action started via WP Cron','2021-01-23 22:43:16','2021-01-23 14:43:16'),(56795,21842,'action complete via WP Cron','2021-01-23 22:43:16','2021-01-23 14:43:16'),(56796,21843,'action created','2021-01-23 22:43:16','2021-01-23 14:43:16'),(56797,21843,'action started via WP Cron','2021-01-23 22:44:23','2021-01-23 14:44:23'),(56798,21843,'action complete via WP Cron','2021-01-23 22:44:23','2021-01-23 14:44:23'),(56799,21844,'action created','2021-01-23 22:44:23','2021-01-23 14:44:23'),(56800,21844,'action started via WP Cron','2021-01-23 22:49:14','2021-01-23 14:49:14'),(56801,21844,'action complete via WP Cron','2021-01-23 22:49:14','2021-01-23 14:49:14'),(56802,21845,'action created','2021-01-23 22:49:14','2021-01-23 14:49:14'),(56803,21845,'action started via WP Cron','2021-01-23 22:55:39','2021-01-23 14:55:39'),(56804,21845,'action complete via WP Cron','2021-01-23 22:55:39','2021-01-23 14:55:39'),(56805,21846,'action created','2021-01-23 22:55:39','2021-01-23 14:55:39'),(56806,21846,'action started via WP Cron','2021-01-23 22:56:10','2021-01-23 14:56:10'),(56807,21846,'action complete via WP Cron','2021-01-23 22:56:10','2021-01-23 14:56:10'),(56808,21847,'action created','2021-01-23 22:56:10','2021-01-23 14:56:10'),(56809,21847,'action started via WP Cron','2021-01-23 23:01:23','2021-01-23 15:01:23'),(56810,21847,'action complete via WP Cron','2021-01-23 23:01:23','2021-01-23 15:01:23'),(56811,21848,'action created','2021-01-23 23:01:24','2021-01-23 15:01:24'),(56812,21848,'action started via WP Cron','2021-01-23 23:03:42','2021-01-23 15:03:42'),(56813,21848,'action complete via WP Cron','2021-01-23 23:03:42','2021-01-23 15:03:42'),(56814,21849,'action created','2021-01-23 23:03:43','2021-01-23 15:03:43'),(56815,21849,'action started via WP Cron','2021-01-23 23:09:38','2021-01-23 15:09:38'),(56816,21849,'action complete via WP Cron','2021-01-23 23:09:38','2021-01-23 15:09:38'),(56817,21850,'action created','2021-01-23 23:09:38','2021-01-23 15:09:38'),(56818,21850,'action started via WP Cron','2021-01-23 23:24:45','2021-01-23 15:24:45'),(56819,21850,'action complete via WP Cron','2021-01-23 23:24:45','2021-01-23 15:24:45'),(56820,21851,'action created','2021-01-23 23:24:45','2021-01-23 15:24:45'),(56821,21851,'action started via WP Cron','2021-01-23 23:34:07','2021-01-23 15:34:07'),(56822,21851,'action complete via WP Cron','2021-01-23 23:34:07','2021-01-23 15:34:07'),(56823,21852,'action created','2021-01-23 23:34:07','2021-01-23 15:34:07'),(56824,21852,'action started via WP Cron','2021-01-23 23:37:06','2021-01-23 15:37:06'),(56825,21852,'action complete via WP Cron','2021-01-23 23:37:06','2021-01-23 15:37:06'),(56826,21853,'action created','2021-01-23 23:37:06','2021-01-23 15:37:06'),(56827,21853,'action started via WP Cron','2021-01-23 23:38:21','2021-01-23 15:38:21'),(56828,21853,'action complete via WP Cron','2021-01-23 23:38:21','2021-01-23 15:38:21'),(56829,21854,'action created','2021-01-23 23:38:22','2021-01-23 15:38:22'),(56830,21854,'action started via WP Cron','2021-01-23 23:40:14','2021-01-23 15:40:14'),(56831,21854,'action complete via WP Cron','2021-01-23 23:40:14','2021-01-23 15:40:14'),(56832,21855,'action created','2021-01-23 23:40:14','2021-01-23 15:40:14'),(56833,21855,'action started via WP Cron','2021-01-23 23:40:44','2021-01-23 15:40:44'),(56834,21855,'action complete via WP Cron','2021-01-23 23:40:44','2021-01-23 15:40:44'),(56835,21856,'action created','2021-01-23 23:40:44','2021-01-23 15:40:44'),(56836,21856,'action started via WP Cron','2021-01-23 23:49:56','2021-01-23 15:49:56'),(56837,21856,'action complete via WP Cron','2021-01-23 23:49:56','2021-01-23 15:49:56'),(56838,21857,'action created','2021-01-23 23:49:56','2021-01-23 15:49:56'),(56839,21857,'action started via WP Cron','2021-01-23 23:51:57','2021-01-23 15:51:57'),(56840,21857,'action complete via WP Cron','2021-01-23 23:51:57','2021-01-23 15:51:57'),(56841,21858,'action created','2021-01-23 23:51:57','2021-01-23 15:51:57'),(56842,21858,'action started via WP Cron','2021-01-23 23:54:48','2021-01-23 15:54:48'),(56843,21858,'action complete via WP Cron','2021-01-23 23:54:48','2021-01-23 15:54:48'),(56844,21859,'action created','2021-01-23 23:54:48','2021-01-23 15:54:48'),(56845,21859,'action started via WP Cron','2021-01-24 00:03:03','2021-01-23 16:03:03'),(56846,21859,'action complete via WP Cron','2021-01-24 00:03:03','2021-01-23 16:03:03'),(56847,21860,'action created','2021-01-24 00:03:03','2021-01-23 16:03:03'),(56848,21860,'action started via WP Cron','2021-01-24 00:12:38','2021-01-23 16:12:38'),(56849,21860,'action complete via WP Cron','2021-01-24 00:12:38','2021-01-23 16:12:38'),(56850,21861,'action created','2021-01-24 00:12:38','2021-01-23 16:12:38'),(56851,21861,'action started via WP Cron','2021-01-24 00:20:55','2021-01-23 16:20:55'),(56852,21861,'action complete via WP Cron','2021-01-24 00:20:55','2021-01-23 16:20:55'),(56853,21862,'action created','2021-01-24 00:20:55','2021-01-23 16:20:55'),(56854,21862,'action started via WP Cron','2021-01-24 00:23:16','2021-01-23 16:23:16'),(56855,21862,'action complete via WP Cron','2021-01-24 00:23:16','2021-01-23 16:23:16'),(56856,21863,'action created','2021-01-24 00:23:16','2021-01-23 16:23:16'),(56857,21863,'action started via WP Cron','2021-01-24 00:25:37','2021-01-23 16:25:37'),(56858,21863,'action complete via WP Cron','2021-01-24 00:25:37','2021-01-23 16:25:37'),(56859,21864,'action created','2021-01-24 00:25:37','2021-01-23 16:25:37'),(56860,21864,'action started via WP Cron','2021-01-24 00:28:41','2021-01-23 16:28:41'),(56861,21864,'action complete via WP Cron','2021-01-24 00:28:41','2021-01-23 16:28:41'),(56862,21865,'action created','2021-01-24 00:28:41','2021-01-23 16:28:41'),(56863,21865,'action started via WP Cron','2021-01-24 00:31:58','2021-01-23 16:31:58'),(56864,21865,'action complete via WP Cron','2021-01-24 00:31:58','2021-01-23 16:31:58'),(56865,21866,'action created','2021-01-24 00:31:58','2021-01-23 16:31:58'),(56866,21866,'action started via WP Cron','2021-01-24 00:36:58','2021-01-23 16:36:58'),(56867,21866,'action complete via WP Cron','2021-01-24 00:36:58','2021-01-23 16:36:58'),(56868,21867,'action created','2021-01-24 00:36:58','2021-01-23 16:36:58'),(56869,21867,'action started via WP Cron','2021-01-24 00:41:01','2021-01-23 16:41:01'),(56870,21867,'action complete via WP Cron','2021-01-24 00:41:01','2021-01-23 16:41:01'),(56871,21868,'action created','2021-01-24 00:41:01','2021-01-23 16:41:01'),(56872,21868,'action started via WP Cron','2021-01-24 00:41:53','2021-01-23 16:41:53'),(56873,21868,'action complete via WP Cron','2021-01-24 00:41:53','2021-01-23 16:41:53'),(56874,21869,'action created','2021-01-24 00:41:53','2021-01-23 16:41:53'),(56875,21869,'action started via WP Cron','2021-01-24 00:56:17','2021-01-23 16:56:17'),(56876,21869,'action complete via WP Cron','2021-01-24 00:56:17','2021-01-23 16:56:17'),(56877,21870,'action created','2021-01-24 00:56:17','2021-01-23 16:56:17'),(56878,21870,'action started via WP Cron','2021-01-24 00:58:18','2021-01-23 16:58:18'),(56879,21870,'action complete via WP Cron','2021-01-24 00:58:18','2021-01-23 16:58:18'),(56880,21871,'action created','2021-01-24 00:58:18','2021-01-23 16:58:18'),(56881,21871,'action started via WP Cron','2021-01-24 00:59:41','2021-01-23 16:59:41'),(56882,21871,'action complete via WP Cron','2021-01-24 00:59:41','2021-01-23 16:59:41'),(56883,21872,'action created','2021-01-24 00:59:41','2021-01-23 16:59:41'),(56884,21872,'action started via WP Cron','2021-01-24 01:01:17','2021-01-23 17:01:17'),(56885,21872,'action complete via WP Cron','2021-01-24 01:01:17','2021-01-23 17:01:17'),(56886,21873,'action created','2021-01-24 01:01:17','2021-01-23 17:01:17'),(56887,21873,'action started via WP Cron','2021-01-24 01:01:57','2021-01-23 17:01:57'),(56888,21873,'action complete via WP Cron','2021-01-24 01:01:57','2021-01-23 17:01:57'),(56889,21874,'action created','2021-01-24 01:01:57','2021-01-23 17:01:57'),(56890,21874,'action started via WP Cron','2021-01-24 01:02:58','2021-01-23 17:02:58'),(56891,21874,'action complete via WP Cron','2021-01-24 01:02:58','2021-01-23 17:02:58'),(56892,21875,'action created','2021-01-24 01:02:58','2021-01-23 17:02:58'),(56893,21875,'action started via WP Cron','2021-01-24 01:03:59','2021-01-23 17:03:59'),(56894,21875,'action complete via WP Cron','2021-01-24 01:03:59','2021-01-23 17:03:59'),(56895,21876,'action created','2021-01-24 01:03:59','2021-01-23 17:03:59'),(56896,21876,'action started via WP Cron','2021-01-24 01:13:52','2021-01-23 17:13:52'),(56897,21876,'action complete via WP Cron','2021-01-24 01:13:52','2021-01-23 17:13:52'),(56898,21877,'action created','2021-01-24 01:13:52','2021-01-23 17:13:52'),(56899,21877,'action started via WP Cron','2021-01-24 01:19:46','2021-01-23 17:19:46'),(56900,21877,'action complete via WP Cron','2021-01-24 01:19:46','2021-01-23 17:19:46'),(56901,21878,'action created','2021-01-24 01:19:46','2021-01-23 17:19:46'),(56902,21878,'action started via WP Cron','2021-01-24 01:27:37','2021-01-23 17:27:37'),(56903,21878,'action complete via WP Cron','2021-01-24 01:27:37','2021-01-23 17:27:37'),(56904,21879,'action created','2021-01-24 01:27:37','2021-01-23 17:27:37'),(56905,21879,'action started via WP Cron','2021-01-24 01:28:40','2021-01-23 17:28:40'),(56906,21879,'action complete via WP Cron','2021-01-24 01:28:40','2021-01-23 17:28:40'),(56907,21880,'action created','2021-01-24 01:28:40','2021-01-23 17:28:40'),(56908,21880,'action started via WP Cron','2021-01-24 01:33:48','2021-01-23 17:33:48'),(56909,21880,'action complete via WP Cron','2021-01-24 01:33:48','2021-01-23 17:33:48'),(56910,21881,'action created','2021-01-24 01:33:48','2021-01-23 17:33:48'),(56911,21881,'action started via WP Cron','2021-01-24 01:49:22','2021-01-23 17:49:22'),(56912,21881,'action complete via WP Cron','2021-01-24 01:49:22','2021-01-23 17:49:22'),(56913,21882,'action created','2021-01-24 01:49:22','2021-01-23 17:49:22'),(56914,21882,'action started via WP Cron','2021-01-24 01:54:42','2021-01-23 17:54:42'),(56915,21882,'action complete via WP Cron','2021-01-24 01:54:42','2021-01-23 17:54:42'),(56916,21883,'action created','2021-01-24 01:54:42','2021-01-23 17:54:42'),(56917,21883,'action started via WP Cron','2021-01-24 01:57:13','2021-01-23 17:57:13'),(56918,21883,'action complete via WP Cron','2021-01-24 01:57:13','2021-01-23 17:57:13'),(56919,21884,'action created','2021-01-24 01:57:14','2021-01-23 17:57:14'),(56920,21884,'action started via WP Cron','2021-01-24 01:58:37','2021-01-23 17:58:37'),(56921,21884,'action complete via WP Cron','2021-01-24 01:58:37','2021-01-23 17:58:37'),(56922,21885,'action created','2021-01-24 01:58:37','2021-01-23 17:58:37'),(56923,21885,'action started via WP Cron','2021-01-24 01:58:52','2021-01-23 17:58:52'),(56924,21885,'action complete via WP Cron','2021-01-24 01:58:52','2021-01-23 17:58:52'),(56925,21886,'action created','2021-01-24 01:58:52','2021-01-23 17:58:52'),(56926,21886,'action started via WP Cron','2021-01-24 02:05:19','2021-01-23 18:05:19'),(56927,21886,'action complete via WP Cron','2021-01-24 02:05:19','2021-01-23 18:05:19'),(56928,21887,'action created','2021-01-24 02:05:19','2021-01-23 18:05:19'),(56929,21887,'action started via WP Cron','2021-01-24 02:13:25','2021-01-23 18:13:25'),(56930,21887,'action complete via WP Cron','2021-01-24 02:13:25','2021-01-23 18:13:25'),(56931,21888,'action created','2021-01-24 02:13:25','2021-01-23 18:13:25'),(56932,21888,'action started via WP Cron','2021-01-24 02:19:48','2021-01-23 18:19:48'),(56933,21888,'action complete via WP Cron','2021-01-24 02:19:48','2021-01-23 18:19:48'),(56934,21889,'action created','2021-01-24 02:19:48','2021-01-23 18:19:48'),(56935,21889,'action started via WP Cron','2021-01-24 02:20:56','2021-01-23 18:20:56'),(56936,21889,'action complete via WP Cron','2021-01-24 02:20:56','2021-01-23 18:20:56'),(56937,21890,'action created','2021-01-24 02:20:56','2021-01-23 18:20:56'),(56938,21890,'action started via WP Cron','2021-01-24 02:21:58','2021-01-23 18:21:58'),(56939,21890,'action complete via WP Cron','2021-01-24 02:21:58','2021-01-23 18:21:58'),(56940,21891,'action created','2021-01-24 02:21:58','2021-01-23 18:21:58'),(56941,21891,'action started via WP Cron','2021-01-24 02:22:58','2021-01-23 18:22:58'),(56942,21891,'action complete via WP Cron','2021-01-24 02:22:58','2021-01-23 18:22:58'),(56943,21892,'action created','2021-01-24 02:22:58','2021-01-23 18:22:58'),(56944,21892,'action started via WP Cron','2021-01-24 02:24:00','2021-01-23 18:24:00'),(56945,21892,'action complete via WP Cron','2021-01-24 02:24:00','2021-01-23 18:24:00'),(56946,21893,'action created','2021-01-24 02:24:00','2021-01-23 18:24:00'),(56947,21893,'action started via WP Cron','2021-01-24 02:25:01','2021-01-23 18:25:01'),(56948,21893,'action complete via WP Cron','2021-01-24 02:25:01','2021-01-23 18:25:01'),(56949,21894,'action created','2021-01-24 02:25:01','2021-01-23 18:25:01'),(56950,21894,'action started via WP Cron','2021-01-24 02:37:35','2021-01-23 18:37:35'),(56951,21894,'action complete via WP Cron','2021-01-24 02:37:35','2021-01-23 18:37:35'),(56952,21895,'action created','2021-01-24 02:37:35','2021-01-23 18:37:35'),(56953,21895,'action started via WP Cron','2021-01-24 02:56:46','2021-01-23 18:56:46'),(56954,21895,'action complete via WP Cron','2021-01-24 02:56:46','2021-01-23 18:56:46'),(56955,21896,'action created','2021-01-24 02:56:46','2021-01-23 18:56:46'),(56956,21896,'action started via WP Cron','2021-01-24 03:04:04','2021-01-23 19:04:04'),(56957,21896,'action complete via WP Cron','2021-01-24 03:04:04','2021-01-23 19:04:04'),(56958,21897,'action created','2021-01-24 03:04:04','2021-01-23 19:04:04'),(56959,21897,'action started via WP Cron','2021-01-24 03:09:13','2021-01-23 19:09:13'),(56960,21897,'action complete via WP Cron','2021-01-24 03:09:13','2021-01-23 19:09:13'),(56961,21898,'action created','2021-01-24 03:09:13','2021-01-23 19:09:13'),(56962,21898,'action started via WP Cron','2021-01-24 03:11:13','2021-01-23 19:11:13'),(56963,21898,'action complete via WP Cron','2021-01-24 03:11:13','2021-01-23 19:11:13'),(56964,21899,'action created','2021-01-24 03:11:13','2021-01-23 19:11:13'),(56965,21899,'action started via WP Cron','2021-01-24 03:12:06','2021-01-23 19:12:06'),(56966,21899,'action complete via WP Cron','2021-01-24 03:12:06','2021-01-23 19:12:06'),(56967,21900,'action created','2021-01-24 03:12:06','2021-01-23 19:12:06'),(56968,21900,'action started via WP Cron','2021-01-24 03:14:16','2021-01-23 19:14:16'),(56969,21900,'action complete via WP Cron','2021-01-24 03:14:16','2021-01-23 19:14:16'),(56970,21901,'action created','2021-01-24 03:20:48','2021-01-23 19:20:48'),(56971,21901,'action started via WP Cron','2021-01-24 03:23:53','2021-01-23 19:23:53'),(56972,21901,'action complete via WP Cron','2021-01-24 03:23:53','2021-01-23 19:23:53'),(56973,21902,'action created','2021-01-24 03:23:54','2021-01-23 19:23:54'),(56974,21902,'action started via WP Cron','2021-01-24 03:26:21','2021-01-23 19:26:21'),(56975,21902,'action complete via WP Cron','2021-01-24 03:26:21','2021-01-23 19:26:21'),(56976,21903,'action created','2021-01-24 03:26:21','2021-01-23 19:26:21'),(56977,21903,'action started via WP Cron','2021-01-24 03:26:56','2021-01-23 19:26:56'),(56978,21903,'action complete via WP Cron','2021-01-24 03:26:56','2021-01-23 19:26:56'),(56979,21904,'action created','2021-01-24 03:26:56','2021-01-23 19:26:56'),(56980,21904,'action started via WP Cron','2021-01-24 03:28:02','2021-01-23 19:28:02'),(56981,21904,'action complete via WP Cron','2021-01-24 03:28:02','2021-01-23 19:28:02'),(56982,21905,'action created','2021-01-24 03:28:03','2021-01-23 19:28:03'),(56983,21905,'action started via WP Cron','2021-01-24 03:29:34','2021-01-23 19:29:34'),(56984,21905,'action complete via WP Cron','2021-01-24 03:29:34','2021-01-23 19:29:34'),(56985,21906,'action created','2021-01-24 03:29:34','2021-01-23 19:29:34'),(56986,21906,'action started via WP Cron','2021-01-24 03:29:44','2021-01-23 19:29:44'),(56987,21906,'action complete via WP Cron','2021-01-24 03:29:44','2021-01-23 19:29:44'),(56988,21907,'action created','2021-01-24 03:29:44','2021-01-23 19:29:44'),(56989,21907,'action started via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56990,21907,'action complete via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56991,21368,'action started via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56992,21368,'action complete via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56993,21908,'action created','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56994,21369,'action started via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56995,21369,'action complete via WP Cron','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56996,21909,'action created','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56997,21910,'action created','2021-01-24 03:36:36','2021-01-23 19:36:36'),(56998,21910,'action started via WP Cron','2021-01-24 03:45:07','2021-01-23 19:45:07'),(56999,21910,'action complete via WP Cron','2021-01-24 03:45:07','2021-01-23 19:45:07'),(57000,21911,'action created','2021-01-24 03:45:07','2021-01-23 19:45:07'),(57001,21911,'action started via WP Cron','2021-01-24 03:50:55','2021-01-23 19:50:55'),(57002,21911,'action complete via WP Cron','2021-01-24 03:50:55','2021-01-23 19:50:55'),(57003,21912,'action created','2021-01-24 03:50:55','2021-01-23 19:50:55'),(57004,21912,'action started via WP Cron','2021-01-24 03:55:53','2021-01-23 19:55:53'),(57005,21912,'action complete via WP Cron','2021-01-24 03:55:53','2021-01-23 19:55:53'),(57006,21913,'action created','2021-01-24 03:55:53','2021-01-23 19:55:53'),(57007,21913,'action started via WP Cron','2021-01-24 03:58:33','2021-01-23 19:58:33'),(57008,21913,'action complete via WP Cron','2021-01-24 03:58:33','2021-01-23 19:58:33'),(57009,21914,'action created','2021-01-24 03:58:33','2021-01-23 19:58:33'),(57010,21914,'action started via WP Cron','2021-01-24 03:59:59','2021-01-23 19:59:59'),(57011,21914,'action complete via WP Cron','2021-01-24 03:59:59','2021-01-23 19:59:59'),(57012,21915,'action created','2021-01-24 03:59:59','2021-01-23 19:59:59'),(57013,21915,'action started via WP Cron','2021-01-24 04:04:09','2021-01-23 20:04:09'),(57014,21915,'action complete via WP Cron','2021-01-24 04:04:09','2021-01-23 20:04:09'),(57015,21916,'action created','2021-01-24 04:04:09','2021-01-23 20:04:09'),(57016,21916,'action started via WP Cron','2021-01-24 04:04:44','2021-01-23 20:04:44'),(57017,21916,'action complete via WP Cron','2021-01-24 04:04:44','2021-01-23 20:04:44'),(57018,21917,'action created','2021-01-24 04:04:44','2021-01-23 20:04:44'),(57019,21917,'action started via WP Cron','2021-01-24 04:07:52','2021-01-23 20:07:52'),(57020,21917,'action complete via WP Cron','2021-01-24 04:07:52','2021-01-23 20:07:52'),(57021,21918,'action created','2021-01-24 04:07:52','2021-01-23 20:07:52'),(57022,21918,'action started via WP Cron','2021-01-24 04:11:48','2021-01-23 20:11:48'),(57023,21918,'action complete via WP Cron','2021-01-24 04:11:48','2021-01-23 20:11:48'),(57024,21919,'action created','2021-01-24 04:11:48','2021-01-23 20:11:48'),(57025,21919,'action started via WP Cron','2021-01-24 04:20:02','2021-01-23 20:20:02'),(57026,21919,'action complete via WP Cron','2021-01-24 04:20:02','2021-01-23 20:20:02'),(57027,21920,'action created','2021-01-24 04:24:16','2021-01-23 20:24:16'),(57028,21920,'action started via WP Cron','2021-01-24 04:26:41','2021-01-23 20:26:41'),(57029,21920,'action complete via WP Cron','2021-01-24 04:26:41','2021-01-23 20:26:41'),(57030,21921,'action created','2021-01-24 04:26:41','2021-01-23 20:26:41'),(57031,21921,'action started via WP Cron','2021-01-24 04:29:02','2021-01-23 20:29:02'),(57032,21921,'action complete via WP Cron','2021-01-24 04:29:02','2021-01-23 20:29:02'),(57033,21922,'action created','2021-01-24 04:29:03','2021-01-23 20:29:03'),(57034,21922,'action started via WP Cron','2021-01-24 04:30:05','2021-01-23 20:30:05'),(57035,21922,'action complete via WP Cron','2021-01-24 04:30:05','2021-01-23 20:30:05'),(57036,21923,'action created','2021-01-24 04:30:05','2021-01-23 20:30:05'),(57037,21923,'action started via WP Cron','2021-01-24 04:31:05','2021-01-23 20:31:05'),(57038,21923,'action complete via WP Cron','2021-01-24 04:31:05','2021-01-23 20:31:05'),(57039,21924,'action created','2021-01-24 04:31:05','2021-01-23 20:31:05'),(57040,21924,'action started via WP Cron','2021-01-24 04:33:06','2021-01-23 20:33:06'),(57041,21924,'action complete via WP Cron','2021-01-24 04:33:06','2021-01-23 20:33:06'),(57042,21925,'action created','2021-01-24 04:33:07','2021-01-23 20:33:07'),(57043,21925,'action started via WP Cron','2021-01-24 04:34:08','2021-01-23 20:34:08'),(57044,21925,'action complete via WP Cron','2021-01-24 04:34:08','2021-01-23 20:34:08'),(57045,21926,'action created','2021-01-24 04:34:08','2021-01-23 20:34:08'),(57046,21926,'action started via WP Cron','2021-01-24 04:35:46','2021-01-23 20:35:46'),(57047,21926,'action complete via WP Cron','2021-01-24 04:35:46','2021-01-23 20:35:46'),(57048,21927,'action created','2021-01-24 04:35:47','2021-01-23 20:35:47'),(57049,21927,'action started via WP Cron','2021-01-24 04:46:16','2021-01-23 20:46:16'),(57050,21927,'action complete via WP Cron','2021-01-24 04:46:16','2021-01-23 20:46:16'),(57051,21928,'action created','2021-01-24 04:46:16','2021-01-23 20:46:16'),(57052,21928,'action started via WP Cron','2021-01-24 04:53:34','2021-01-23 20:53:34'),(57053,21928,'action complete via WP Cron','2021-01-24 04:53:34','2021-01-23 20:53:34'),(57054,21929,'action created','2021-01-24 04:53:34','2021-01-23 20:53:34'),(57055,21929,'action started via WP Cron','2021-01-24 04:57:09','2021-01-23 20:57:09'),(57056,21929,'action complete via WP Cron','2021-01-24 04:57:09','2021-01-23 20:57:09'),(57057,21930,'action created','2021-01-24 04:57:09','2021-01-23 20:57:09'),(57058,21930,'action started via WP Cron','2021-01-24 04:58:33','2021-01-23 20:58:33'),(57059,21930,'action complete via WP Cron','2021-01-24 04:58:33','2021-01-23 20:58:33'),(57060,21931,'action created','2021-01-24 04:58:33','2021-01-23 20:58:33'),(57061,21931,'action started via WP Cron','2021-01-24 05:03:10','2021-01-23 21:03:10'),(57062,21931,'action complete via WP Cron','2021-01-24 05:03:10','2021-01-23 21:03:10'),(57063,21932,'action created','2021-01-24 05:03:10','2021-01-23 21:03:10'),(57064,21932,'action started via WP Cron','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57065,21932,'action complete via WP Cron','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57066,21396,'action started via WP Cron','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57067,21396,'action complete via WP Cron','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57068,21933,'action created','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57069,21934,'action created','2021-01-24 05:06:39','2021-01-23 21:06:39'),(57070,21934,'action started via WP Cron','2021-01-24 05:09:02','2021-01-23 21:09:02'),(57071,21934,'action complete via WP Cron','2021-01-24 05:09:02','2021-01-23 21:09:02'),(57072,21935,'action created','2021-01-24 05:09:02','2021-01-23 21:09:02'),(57073,21935,'action started via WP Cron','2021-01-24 05:12:04','2021-01-23 21:12:04'),(57074,21935,'action complete via WP Cron','2021-01-24 05:12:04','2021-01-23 21:12:04'),(57075,21936,'action created','2021-01-24 05:12:04','2021-01-23 21:12:04'),(57076,21936,'action started via WP Cron','2021-01-24 05:14:47','2021-01-23 21:14:47'),(57077,21936,'action complete via WP Cron','2021-01-24 05:14:47','2021-01-23 21:14:47'),(57078,21937,'action created','2021-01-24 05:14:47','2021-01-23 21:14:47'),(57079,21937,'action started via WP Cron','2021-01-24 05:19:16','2021-01-23 21:19:16'),(57080,21937,'action complete via WP Cron','2021-01-24 05:19:16','2021-01-23 21:19:16'),(57081,21938,'action created','2021-01-24 05:19:16','2021-01-23 21:19:16'),(57082,21938,'action started via WP Cron','2021-01-24 05:22:03','2021-01-23 21:22:03'),(57083,21938,'action complete via WP Cron','2021-01-24 05:22:03','2021-01-23 21:22:03'),(57084,21939,'action created','2021-01-24 05:22:03','2021-01-23 21:22:03'),(57085,21939,'action started via WP Cron','2021-01-24 05:28:28','2021-01-23 21:28:28'),(57086,21939,'action complete via WP Cron','2021-01-24 05:28:28','2021-01-23 21:28:28'),(57087,21940,'action created','2021-01-24 05:28:28','2021-01-23 21:28:28'),(57088,21940,'action started via WP Cron','2021-01-24 05:29:22','2021-01-23 21:29:22'),(57089,21940,'action complete via WP Cron','2021-01-24 05:29:22','2021-01-23 21:29:22'),(57090,21941,'action created','2021-01-24 05:29:22','2021-01-23 21:29:22'),(57091,21941,'action started via WP Cron','2021-01-24 05:34:14','2021-01-23 21:34:14'),(57092,21941,'action complete via WP Cron','2021-01-24 05:34:14','2021-01-23 21:34:14'),(57093,21942,'action created','2021-01-24 05:34:15','2021-01-23 21:34:15'),(57094,21942,'action started via WP Cron','2021-01-24 05:35:09','2021-01-23 21:35:09'),(57095,21942,'action complete via WP Cron','2021-01-24 05:35:09','2021-01-23 21:35:09'),(57096,21943,'action created','2021-01-24 05:35:09','2021-01-23 21:35:09'),(57097,21943,'action started via WP Cron','2021-01-24 05:35:41','2021-01-23 21:35:41'),(57098,21943,'action complete via WP Cron','2021-01-24 05:35:41','2021-01-23 21:35:41'),(57099,21944,'action created','2021-01-24 05:35:41','2021-01-23 21:35:41'),(57100,21944,'action started via WP Cron','2021-01-24 05:37:10','2021-01-23 21:37:10'),(57101,21944,'action complete via WP Cron','2021-01-24 05:37:10','2021-01-23 21:37:10'),(57102,21945,'action created','2021-01-24 05:37:10','2021-01-23 21:37:10'),(57103,21945,'action started via WP Cron','2021-01-24 05:38:24','2021-01-23 21:38:24'),(57104,21945,'action complete via WP Cron','2021-01-24 05:38:24','2021-01-23 21:38:24'),(57105,21946,'action created','2021-01-24 05:38:24','2021-01-23 21:38:24'),(57106,21946,'action started via WP Cron','2021-01-24 05:39:29','2021-01-23 21:39:29'),(57107,21946,'action complete via WP Cron','2021-01-24 05:39:29','2021-01-23 21:39:29'),(57108,21947,'action created','2021-01-24 05:39:29','2021-01-23 21:39:29'),(57109,21947,'action started via WP Cron','2021-01-24 05:39:45','2021-01-23 21:39:45'),(57110,21947,'action complete via WP Cron','2021-01-24 05:39:45','2021-01-23 21:39:45'),(57111,21948,'action created','2021-01-24 05:39:45','2021-01-23 21:39:45'),(57112,21948,'action started via WP Cron','2021-01-24 05:40:43','2021-01-23 21:40:43'),(57113,21948,'action complete via WP Cron','2021-01-24 05:40:43','2021-01-23 21:40:43'),(57114,21949,'action created','2021-01-24 05:40:44','2021-01-23 21:40:44'),(57115,21949,'action started via WP Cron','2021-01-24 05:41:54','2021-01-23 21:41:54'),(57116,21949,'action complete via WP Cron','2021-01-24 05:41:54','2021-01-23 21:41:54'),(57117,21950,'action created','2021-01-24 05:41:54','2021-01-23 21:41:54'),(57118,21950,'action started via WP Cron','2021-01-24 05:45:07','2021-01-23 21:45:07'),(57119,21950,'action complete via WP Cron','2021-01-24 05:45:07','2021-01-23 21:45:07'),(57120,21951,'action created','2021-01-24 05:45:08','2021-01-23 21:45:08'),(57121,21951,'action started via WP Cron','2021-01-24 05:46:06','2021-01-23 21:46:06'),(57122,21951,'action complete via WP Cron','2021-01-24 05:46:06','2021-01-23 21:46:06'),(57123,21952,'action created','2021-01-24 05:46:07','2021-01-23 21:46:07'),(57124,21952,'action started via WP Cron','2021-01-24 05:48:56','2021-01-23 21:48:56'),(57125,21952,'action complete via WP Cron','2021-01-24 05:48:56','2021-01-23 21:48:56'),(57126,21953,'action created','2021-01-24 05:48:57','2021-01-23 21:48:57'),(57127,21953,'action started via WP Cron','2021-01-24 05:51:13','2021-01-23 21:51:13'),(57128,21953,'action complete via WP Cron','2021-01-24 05:51:13','2021-01-23 21:51:13'),(57129,21954,'action created','2021-01-24 05:51:13','2021-01-23 21:51:13'),(57130,21954,'action started via WP Cron','2021-01-24 05:54:23','2021-01-23 21:54:23'),(57131,21954,'action complete via WP Cron','2021-01-24 05:54:23','2021-01-23 21:54:23'),(57132,21955,'action created','2021-01-24 05:54:23','2021-01-23 21:54:23'),(57133,21955,'action started via WP Cron','2021-01-24 05:54:43','2021-01-23 21:54:43'),(57134,21955,'action complete via WP Cron','2021-01-24 05:54:43','2021-01-23 21:54:43'),(57135,21956,'action created','2021-01-24 05:54:43','2021-01-23 21:54:43'),(57136,21956,'action started via WP Cron','2021-01-24 05:57:29','2021-01-23 21:57:29'),(57137,21956,'action complete via WP Cron','2021-01-24 05:57:29','2021-01-23 21:57:29'),(57138,21957,'action created','2021-01-24 05:57:29','2021-01-23 21:57:29'),(57139,21957,'action started via WP Cron','2021-01-24 06:05:14','2021-01-23 22:05:14'),(57140,21957,'action complete via WP Cron','2021-01-24 06:05:14','2021-01-23 22:05:14'),(57141,21958,'action created','2021-01-24 06:05:14','2021-01-23 22:05:14'),(57142,21958,'action started via WP Cron','2021-01-24 06:06:31','2021-01-23 22:06:31'),(57143,21958,'action complete via WP Cron','2021-01-24 06:06:31','2021-01-23 22:06:31'),(57144,21959,'action created','2021-01-24 06:06:31','2021-01-23 22:06:31'),(57145,21959,'action started via WP Cron','2021-01-24 06:06:42','2021-01-23 22:06:42'),(57146,21959,'action complete via WP Cron','2021-01-24 06:06:42','2021-01-23 22:06:42'),(57147,21960,'action created','2021-01-24 06:06:42','2021-01-23 22:06:42'),(57148,21960,'action started via WP Cron','2021-01-24 06:12:01','2021-01-23 22:12:01'),(57149,21960,'action complete via WP Cron','2021-01-24 06:12:01','2021-01-23 22:12:01'),(57150,21961,'action created','2021-01-24 06:12:01','2021-01-23 22:12:01'),(57151,21961,'action started via WP Cron','2021-01-24 06:13:50','2021-01-23 22:13:50'),(57152,21961,'action complete via WP Cron','2021-01-24 06:13:50','2021-01-23 22:13:50'),(57153,21962,'action created','2021-01-24 06:13:50','2021-01-23 22:13:50'),(57154,21962,'action started via WP Cron','2021-01-24 06:15:07','2021-01-23 22:15:07'),(57155,21962,'action complete via WP Cron','2021-01-24 06:15:07','2021-01-23 22:15:07'),(57156,21963,'action created','2021-01-24 06:15:07','2021-01-23 22:15:07'),(57157,21963,'action started via WP Cron','2021-01-24 06:15:52','2021-01-23 22:15:52'),(57158,21963,'action complete via WP Cron','2021-01-24 06:15:52','2021-01-23 22:15:52'),(57159,21964,'action created','2021-01-24 06:15:52','2021-01-23 22:15:52'),(57163,21965,'action started via WP Cron','2021-01-24 06:22:20','2021-01-23 22:22:20'),(57164,21965,'action complete via WP Cron','2021-01-24 06:22:20','2021-01-23 22:22:20'),(57165,21966,'action created','2021-01-24 06:22:20','2021-01-23 22:22:20'),(57166,21966,'action started via WP Cron','2021-01-24 06:24:03','2021-01-23 22:24:03'),(57167,21966,'action complete via WP Cron','2021-01-24 06:24:03','2021-01-23 22:24:03'),(57168,21967,'action created','2021-01-24 06:24:03','2021-01-23 22:24:03'),(57169,21967,'action started via WP Cron','2021-01-24 06:28:01','2021-01-23 22:28:01'),(57170,21967,'action complete via WP Cron','2021-01-24 06:28:01','2021-01-23 22:28:01'),(57171,21968,'action created','2021-01-24 06:28:01','2021-01-23 22:28:01'),(57172,21968,'action started via WP Cron','2021-01-24 06:33:07','2021-01-23 22:33:07'),(57173,21968,'action complete via WP Cron','2021-01-24 06:33:07','2021-01-23 22:33:07'),(57174,21969,'action created','2021-01-24 06:33:07','2021-01-23 22:33:07'),(57175,21969,'action started via WP Cron','2021-01-24 06:35:27','2021-01-23 22:35:27'),(57176,21969,'action complete via WP Cron','2021-01-24 06:35:27','2021-01-23 22:35:27'),(57177,21970,'action created','2021-01-24 06:35:27','2021-01-23 22:35:27'),(57178,21970,'action started via WP Cron','2021-01-24 06:39:01','2021-01-23 22:39:01'),(57179,21970,'action complete via WP Cron','2021-01-24 06:39:01','2021-01-23 22:39:01'),(57180,21971,'action created','2021-01-24 06:39:01','2021-01-23 22:39:01'),(57181,21971,'action started via WP Cron','2021-01-24 06:40:25','2021-01-23 22:40:25'),(57182,21971,'action complete via WP Cron','2021-01-24 06:40:25','2021-01-23 22:40:25'),(57183,21972,'action created','2021-01-24 06:40:25','2021-01-23 22:40:25'),(57184,21972,'action started via WP Cron','2021-01-24 06:41:26','2021-01-23 22:41:26'),(57185,21972,'action complete via WP Cron','2021-01-24 06:41:26','2021-01-23 22:41:26'),(57186,21973,'action created','2021-01-24 06:41:26','2021-01-23 22:41:26'),(57187,21973,'action started via WP Cron','2021-01-24 06:43:28','2021-01-23 22:43:28'),(57188,21973,'action complete via WP Cron','2021-01-24 06:43:28','2021-01-23 22:43:28'),(57189,21974,'action created','2021-01-24 06:43:28','2021-01-23 22:43:28'),(57190,21974,'action started via WP Cron','2021-01-24 06:44:29','2021-01-23 22:44:29'),(57191,21974,'action complete via WP Cron','2021-01-24 06:44:29','2021-01-23 22:44:29'),(57192,21975,'action created','2021-01-24 06:44:29','2021-01-23 22:44:29'),(57193,21975,'action started via WP Cron','2021-01-24 06:47:13','2021-01-23 22:47:13'),(57194,21975,'action complete via WP Cron','2021-01-24 06:47:13','2021-01-23 22:47:13'),(57195,21976,'action created','2021-01-24 06:47:13','2021-01-23 22:47:13'),(57196,21976,'action started via WP Cron','2021-01-24 06:49:21','2021-01-23 22:49:21'),(57197,21976,'action complete via WP Cron','2021-01-24 06:49:21','2021-01-23 22:49:21'),(57198,21977,'action created','2021-01-24 06:49:21','2021-01-23 22:49:21'),(57199,21977,'action started via WP Cron','2021-01-24 06:50:13','2021-01-23 22:50:13'),(57200,21977,'action complete via WP Cron','2021-01-24 06:50:13','2021-01-23 22:50:13'),(57201,21978,'action created','2021-01-24 06:50:13','2021-01-23 22:50:13'),(57202,21978,'action started via WP Cron','2021-01-24 06:52:54','2021-01-23 22:52:54'),(57203,21978,'action complete via WP Cron','2021-01-24 06:52:54','2021-01-23 22:52:54'),(57204,21979,'action created','2021-01-24 06:52:54','2021-01-23 22:52:54'),(57205,21979,'action started via WP Cron','2021-01-24 06:56:09','2021-01-23 22:56:09'),(57206,21979,'action complete via WP Cron','2021-01-24 06:56:09','2021-01-23 22:56:09'),(57207,21980,'action created','2021-01-24 06:56:09','2021-01-23 22:56:09'),(57208,21980,'action started via WP Cron','2021-01-24 07:04:10','2021-01-23 23:04:10'),(57209,21980,'action complete via WP Cron','2021-01-24 07:04:10','2021-01-23 23:04:10'),(57210,21981,'action created','2021-01-24 07:04:10','2021-01-23 23:04:10'),(57211,21981,'action started via WP Cron','2021-01-24 07:07:21','2021-01-23 23:07:21'),(57212,21981,'action complete via WP Cron','2021-01-24 07:07:21','2021-01-23 23:07:21'),(57213,21982,'action created','2021-01-24 07:07:21','2021-01-23 23:07:21'),(57214,21982,'action started via WP Cron','2021-01-24 07:08:48','2021-01-23 23:08:48'),(57215,21982,'action complete via WP Cron','2021-01-24 07:08:48','2021-01-23 23:08:48'),(57216,21983,'action created','2021-01-24 07:08:48','2021-01-23 23:08:48'),(57217,21983,'action started via WP Cron','2021-01-24 07:10:34','2021-01-23 23:10:34'),(57218,21983,'action complete via WP Cron','2021-01-24 07:10:34','2021-01-23 23:10:34'),(57219,21984,'action created','2021-01-24 07:10:34','2021-01-23 23:10:34'),(57220,21984,'action started via WP Cron','2021-01-24 07:13:29','2021-01-23 23:13:29'),(57221,21984,'action complete via WP Cron','2021-01-24 07:13:29','2021-01-23 23:13:29'),(57222,21985,'action created','2021-01-24 07:13:29','2021-01-23 23:13:29'),(57223,21985,'action started via WP Cron','2021-01-24 07:14:32','2021-01-23 23:14:32'),(57224,21985,'action complete via WP Cron','2021-01-24 07:14:32','2021-01-23 23:14:32'),(57225,21986,'action created','2021-01-24 07:14:32','2021-01-23 23:14:32'),(57226,21986,'action started via WP Cron','2021-01-24 07:17:10','2021-01-23 23:17:10'),(57227,21986,'action complete via WP Cron','2021-01-24 07:17:10','2021-01-23 23:17:10'),(57228,21987,'action created','2021-01-24 07:17:10','2021-01-23 23:17:10'),(57229,21987,'action started via WP Cron','2021-01-24 07:17:43','2021-01-23 23:17:43'),(57230,21987,'action complete via WP Cron','2021-01-24 07:17:43','2021-01-23 23:17:43'),(57231,21988,'action created','2021-01-24 07:17:43','2021-01-23 23:17:43'),(57232,21988,'action started via WP Cron','2021-01-24 07:18:42','2021-01-23 23:18:42'),(57233,21988,'action complete via WP Cron','2021-01-24 07:18:42','2021-01-23 23:18:42'),(57234,21989,'action created','2021-01-24 07:18:42','2021-01-23 23:18:42'),(57235,21989,'action started via WP Cron','2021-01-24 07:20:27','2021-01-23 23:20:27'),(57236,21989,'action complete via WP Cron','2021-01-24 07:20:27','2021-01-23 23:20:27'),(57237,21990,'action created','2021-01-24 07:20:27','2021-01-23 23:20:27'),(57238,21990,'action started via WP Cron','2021-01-24 07:21:28','2021-01-23 23:21:28'),(57239,21990,'action complete via WP Cron','2021-01-24 07:21:28','2021-01-23 23:21:28'),(57240,21991,'action created','2021-01-24 07:21:28','2021-01-23 23:21:28'),(57241,21991,'action started via WP Cron','2021-01-24 07:22:29','2021-01-23 23:22:29'),(57242,21991,'action complete via WP Cron','2021-01-24 07:22:29','2021-01-23 23:22:29'),(57243,21992,'action created','2021-01-24 07:22:29','2021-01-23 23:22:29'),(57244,21992,'action started via WP Cron','2021-01-24 07:24:00','2021-01-23 23:24:00'),(57245,21992,'action complete via WP Cron','2021-01-24 07:24:00','2021-01-23 23:24:00'),(57246,21993,'action created','2021-01-24 07:24:00','2021-01-23 23:24:00'),(57247,21993,'action started via WP Cron','2021-01-24 07:31:53','2021-01-23 23:31:53'),(57248,21993,'action complete via WP Cron','2021-01-24 07:31:53','2021-01-23 23:31:53'),(57249,21994,'action created','2021-01-24 07:31:53','2021-01-23 23:31:53'),(57250,21994,'action started via WP Cron','2021-01-24 07:38:17','2021-01-23 23:38:17'),(57251,21994,'action complete via WP Cron','2021-01-24 07:38:17','2021-01-23 23:38:17'),(57252,21995,'action created','2021-01-24 07:38:17','2021-01-23 23:38:17'),(57253,21995,'action started via WP Cron','2021-01-24 07:39:07','2021-01-23 23:39:07'),(57254,21995,'action complete via WP Cron','2021-01-24 07:39:07','2021-01-23 23:39:07'),(57255,21996,'action created','2021-01-24 07:39:07','2021-01-23 23:39:07'),(57256,21996,'action started via WP Cron','2021-01-24 07:41:50','2021-01-23 23:41:50'),(57257,21996,'action complete via WP Cron','2021-01-24 07:41:50','2021-01-23 23:41:50'),(57258,21997,'action created','2021-01-24 07:41:50','2021-01-23 23:41:50'),(57259,21997,'action started via WP Cron','2021-01-24 07:43:16','2021-01-23 23:43:16'),(57260,21997,'action complete via WP Cron','2021-01-24 07:43:16','2021-01-23 23:43:16'),(57261,21998,'action created','2021-01-24 07:43:16','2021-01-23 23:43:16'),(57262,21998,'action started via WP Cron','2021-01-24 07:45:29','2021-01-23 23:45:29'),(57263,21998,'action complete via WP Cron','2021-01-24 07:45:29','2021-01-23 23:45:29'),(57264,21999,'action created','2021-01-24 07:45:29','2021-01-23 23:45:29'),(57265,21999,'action started via WP Cron','2021-01-24 07:46:30','2021-01-23 23:46:30'),(57266,21999,'action complete via WP Cron','2021-01-24 07:46:30','2021-01-23 23:46:30'),(57267,22000,'action created','2021-01-24 07:46:30','2021-01-23 23:46:30'),(57268,22000,'action started via WP Cron','2021-01-24 07:47:31','2021-01-23 23:47:31'),(57269,22000,'action complete via WP Cron','2021-01-24 07:47:31','2021-01-23 23:47:31'),(57270,22001,'action created','2021-01-24 07:47:31','2021-01-23 23:47:31'),(57271,22001,'action started via WP Cron','2021-01-24 07:49:33','2021-01-23 23:49:33'),(57272,22001,'action complete via WP Cron','2021-01-24 07:49:33','2021-01-23 23:49:33'),(57273,22002,'action created','2021-01-24 07:49:33','2021-01-23 23:49:33'),(57274,22002,'action started via WP Cron','2021-01-24 07:50:34','2021-01-23 23:50:34'),(57275,22002,'action complete via WP Cron','2021-01-24 07:50:34','2021-01-23 23:50:34'),(57276,22003,'action created','2021-01-24 07:50:34','2021-01-23 23:50:34'),(57277,22003,'action started via WP Cron','2021-01-24 07:51:00','2021-01-23 23:51:00'),(57278,22003,'action complete via WP Cron','2021-01-24 07:51:00','2021-01-23 23:51:00'),(57279,22004,'action created','2021-01-24 07:51:00','2021-01-23 23:51:00'),(57280,22004,'action started via WP Cron','2021-01-24 07:54:23','2021-01-23 23:54:23'),(57281,22004,'action complete via WP Cron','2021-01-24 07:54:23','2021-01-23 23:54:23'),(57282,22005,'action created','2021-01-24 07:54:23','2021-01-23 23:54:23'),(57283,22005,'action started via WP Cron','2021-01-24 07:56:23','2021-01-23 23:56:23'),(57284,22005,'action complete via WP Cron','2021-01-24 07:56:23','2021-01-23 23:56:23'),(57285,22006,'action created','2021-01-24 07:56:23','2021-01-23 23:56:23'),(57286,22006,'action started via WP Cron','2021-01-24 08:03:19','2021-01-24 00:03:19'),(57287,22006,'action complete via WP Cron','2021-01-24 08:03:19','2021-01-24 00:03:19'),(57288,22007,'action created','2021-01-24 08:03:19','2021-01-24 00:03:19'),(57289,22007,'action started via WP Cron','2021-01-24 08:05:45','2021-01-24 00:05:45'),(57290,22007,'action complete via WP Cron','2021-01-24 08:05:45','2021-01-24 00:05:45'),(57291,22008,'action created','2021-01-24 08:05:45','2021-01-24 00:05:45'),(57292,22008,'action started via WP Cron','2021-01-24 08:08:05','2021-01-24 00:08:05'),(57293,22008,'action complete via WP Cron','2021-01-24 08:08:05','2021-01-24 00:08:05'),(57294,22009,'action created','2021-01-24 08:08:05','2021-01-24 00:08:05'),(57295,22009,'action started via WP Cron','2021-01-24 08:10:20','2021-01-24 00:10:20'),(57296,22009,'action complete via WP Cron','2021-01-24 08:10:20','2021-01-24 00:10:20'),(57297,22010,'action created','2021-01-24 08:10:20','2021-01-24 00:10:20'),(57298,22010,'action started via WP Cron','2021-01-24 08:12:18','2021-01-24 00:12:18'),(57299,22010,'action complete via WP Cron','2021-01-24 08:12:18','2021-01-24 00:12:18'),(57300,22011,'action created','2021-01-24 08:12:18','2021-01-24 00:12:18'),(57301,22011,'action started via WP Cron','2021-01-24 08:16:40','2021-01-24 00:16:40'),(57302,22011,'action complete via WP Cron','2021-01-24 08:16:40','2021-01-24 00:16:40'),(57303,22012,'action created','2021-01-24 08:16:40','2021-01-24 00:16:40'),(57304,22012,'action started via WP Cron','2021-01-24 08:22:32','2021-01-24 00:22:32'),(57305,22012,'action complete via WP Cron','2021-01-24 08:22:32','2021-01-24 00:22:32'),(57306,22013,'action created','2021-01-24 08:22:32','2021-01-24 00:22:32'),(57307,22013,'action started via WP Cron','2021-01-24 08:23:37','2021-01-24 00:23:37'),(57308,22013,'action complete via WP Cron','2021-01-24 08:23:37','2021-01-24 00:23:37'),(57309,22014,'action created','2021-01-24 08:23:37','2021-01-24 00:23:37'),(57310,22014,'action started via WP Cron','2021-01-24 08:24:38','2021-01-24 00:24:38'),(57311,22014,'action complete via WP Cron','2021-01-24 08:24:38','2021-01-24 00:24:38'),(57312,22015,'action created','2021-01-24 08:24:38','2021-01-24 00:24:38'),(57313,22015,'action started via WP Cron','2021-01-24 08:26:45','2021-01-24 00:26:45'),(57314,22015,'action complete via WP Cron','2021-01-24 08:26:45','2021-01-24 00:26:45'),(57315,22016,'action created','2021-01-24 08:26:45','2021-01-24 00:26:45'),(119241,42658,'action complete via WP Cron','2021-02-24 08:28:00','2021-02-24 00:28:00'),(119240,42658,'action started via WP Cron','2021-02-24 08:28:00','2021-02-24 00:28:00'),(121150,43295,'action created','2021-02-25 08:30:56','2021-02-25 00:30:56'),(57319,22016,'action started via WP Cron','2021-01-24 08:27:45','2021-01-24 00:27:45'),(57320,22016,'action complete via WP Cron','2021-01-24 08:27:45','2021-01-24 00:27:45'),(57321,22018,'action created','2021-01-24 08:27:45','2021-01-24 00:27:45'),(57322,22018,'action started via WP Cron','2021-01-24 08:28:46','2021-01-24 00:28:46'),(57323,22018,'action complete via WP Cron','2021-01-24 08:28:46','2021-01-24 00:28:46'),(57324,22019,'action created','2021-01-24 08:28:46','2021-01-24 00:28:46'),(57325,22019,'action started via WP Cron','2021-01-24 08:34:59','2021-01-24 00:34:59'),(57326,22019,'action complete via WP Cron','2021-01-24 08:34:59','2021-01-24 00:34:59'),(57327,22020,'action created','2021-01-24 08:34:59','2021-01-24 00:34:59'),(57328,22020,'action started via WP Cron','2021-01-24 08:37:00','2021-01-24 00:37:00'),(57329,22020,'action complete via WP Cron','2021-01-24 08:37:00','2021-01-24 00:37:00'),(57330,22021,'action created','2021-01-24 08:37:00','2021-01-24 00:37:00'),(57331,22021,'action started via WP Cron','2021-01-24 08:40:00','2021-01-24 00:40:00'),(57332,22021,'action complete via WP Cron','2021-01-24 08:40:00','2021-01-24 00:40:00'),(57333,22022,'action created','2021-01-24 08:40:00','2021-01-24 00:40:00'),(57334,22022,'action started via WP Cron','2021-01-24 08:46:02','2021-01-24 00:46:02'),(57335,22022,'action complete via WP Cron','2021-01-24 08:46:02','2021-01-24 00:46:02'),(57336,22023,'action created','2021-01-24 08:46:02','2021-01-24 00:46:02'),(57337,22023,'action started via WP Cron','2021-01-24 08:50:40','2021-01-24 00:50:40'),(57338,22023,'action complete via WP Cron','2021-01-24 08:50:41','2021-01-24 00:50:41'),(57339,22024,'action created','2021-01-24 08:50:41','2021-01-24 00:50:41'),(57340,22024,'action started via WP Cron','2021-01-24 08:51:42','2021-01-24 00:51:42'),(57341,22024,'action complete via WP Cron','2021-01-24 08:51:42','2021-01-24 00:51:42'),(57342,22025,'action created','2021-01-24 08:51:42','2021-01-24 00:51:42'),(57343,22025,'action started via WP Cron','2021-01-24 08:52:44','2021-01-24 00:52:44'),(57344,22025,'action complete via WP Cron','2021-01-24 08:52:44','2021-01-24 00:52:44'),(57345,22026,'action created','2021-01-24 08:52:44','2021-01-24 00:52:44'),(57346,22026,'action started via WP Cron','2021-01-24 08:53:47','2021-01-24 00:53:47'),(57347,22026,'action complete via WP Cron','2021-01-24 08:53:47','2021-01-24 00:53:47'),(57348,22027,'action created','2021-01-24 08:53:47','2021-01-24 00:53:47'),(57349,22027,'action started via WP Cron','2021-01-24 08:54:45','2021-01-24 00:54:45'),(57350,22027,'action complete via WP Cron','2021-01-24 08:54:45','2021-01-24 00:54:45'),(57351,22028,'action created','2021-01-24 08:54:45','2021-01-24 00:54:45'),(57352,22028,'action started via WP Cron','2021-01-24 08:55:46','2021-01-24 00:55:46'),(57353,22028,'action complete via WP Cron','2021-01-24 08:55:46','2021-01-24 00:55:46'),(57354,22029,'action created','2021-01-24 08:55:46','2021-01-24 00:55:46'),(57355,22029,'action started via WP Cron','2021-01-24 08:56:44','2021-01-24 00:56:44'),(57356,22029,'action complete via WP Cron','2021-01-24 08:56:44','2021-01-24 00:56:44'),(57357,22030,'action created','2021-01-24 08:56:44','2021-01-24 00:56:44'),(57358,22030,'action started via WP Cron','2021-01-24 09:04:42','2021-01-24 01:04:42'),(57359,22030,'action complete via WP Cron','2021-01-24 09:04:42','2021-01-24 01:04:42'),(57360,22031,'action created','2021-01-24 09:04:42','2021-01-24 01:04:42'),(57361,22031,'action started via WP Cron','2021-01-24 09:12:28','2021-01-24 01:12:28'),(57362,22031,'action complete via WP Cron','2021-01-24 09:12:28','2021-01-24 01:12:28'),(57363,22032,'action created','2021-01-24 09:12:28','2021-01-24 01:12:28'),(57364,22032,'action started via WP Cron','2021-01-24 09:18:08','2021-01-24 01:18:08'),(57365,22032,'action complete via WP Cron','2021-01-24 09:18:08','2021-01-24 01:18:08'),(57366,22033,'action created','2021-01-24 09:18:08','2021-01-24 01:18:08'),(57367,22033,'action started via WP Cron','2021-01-24 09:23:29','2021-01-24 01:23:29'),(57368,22033,'action complete via WP Cron','2021-01-24 09:23:29','2021-01-24 01:23:29'),(57369,22034,'action created','2021-01-24 09:23:29','2021-01-24 01:23:29'),(57370,22034,'action started via WP Cron','2021-01-24 09:25:00','2021-01-24 01:25:00'),(57371,22034,'action complete via WP Cron','2021-01-24 09:25:00','2021-01-24 01:25:00'),(57372,22035,'action created','2021-01-24 09:25:00','2021-01-24 01:25:00'),(57373,22035,'action started via WP Cron','2021-01-24 09:27:42','2021-01-24 01:27:42'),(57374,22035,'action complete via WP Cron','2021-01-24 09:27:42','2021-01-24 01:27:42'),(57375,22036,'action created','2021-01-24 09:27:43','2021-01-24 01:27:43'),(57376,22036,'action started via WP Cron','2021-01-24 09:28:51','2021-01-24 01:28:51'),(57377,22036,'action complete via WP Cron','2021-01-24 09:28:51','2021-01-24 01:28:51'),(57378,22037,'action created','2021-01-24 09:28:51','2021-01-24 01:28:51'),(57379,22037,'action started via WP Cron','2021-01-24 09:29:49','2021-01-24 01:29:49'),(57380,22037,'action complete via WP Cron','2021-01-24 09:29:49','2021-01-24 01:29:49'),(57381,22038,'action created','2021-01-24 09:29:49','2021-01-24 01:29:49'),(57382,22038,'action started via WP Cron','2021-01-24 09:31:51','2021-01-24 01:31:51'),(57383,22038,'action complete via WP Cron','2021-01-24 09:31:51','2021-01-24 01:31:51'),(57384,22039,'action created','2021-01-24 09:31:51','2021-01-24 01:31:51'),(57385,22039,'action started via WP Cron','2021-01-24 09:32:52','2021-01-24 01:32:52'),(57386,22039,'action complete via WP Cron','2021-01-24 09:32:52','2021-01-24 01:32:52'),(57387,22040,'action created','2021-01-24 09:32:52','2021-01-24 01:32:52'),(57388,22040,'action started via WP Cron','2021-01-24 09:33:53','2021-01-24 01:33:53'),(57389,22040,'action complete via WP Cron','2021-01-24 09:33:53','2021-01-24 01:33:53'),(57390,22041,'action created','2021-01-24 09:33:53','2021-01-24 01:33:53'),(57391,22041,'action started via WP Cron','2021-01-24 09:35:11','2021-01-24 01:35:11'),(57392,22041,'action complete via WP Cron','2021-01-24 09:35:11','2021-01-24 01:35:11'),(57393,22042,'action created','2021-01-24 09:35:11','2021-01-24 01:35:11'),(57394,22042,'action started via WP Cron','2021-01-24 09:38:29','2021-01-24 01:38:29'),(57395,22042,'action complete via WP Cron','2021-01-24 09:38:29','2021-01-24 01:38:29'),(57396,22043,'action created','2021-01-24 09:38:29','2021-01-24 01:38:29'),(57397,22043,'action started via WP Cron','2021-01-24 09:40:46','2021-01-24 01:40:46'),(57398,22043,'action complete via WP Cron','2021-01-24 09:40:46','2021-01-24 01:40:46'),(57399,22044,'action created','2021-01-24 09:40:46','2021-01-24 01:40:46'),(57400,22044,'action started via WP Cron','2021-01-24 09:44:36','2021-01-24 01:44:36'),(57401,22044,'action complete via WP Cron','2021-01-24 09:44:36','2021-01-24 01:44:36'),(57402,22045,'action created','2021-01-24 09:44:36','2021-01-24 01:44:36'),(57403,22045,'action started via WP Cron','2021-01-24 09:49:33','2021-01-24 01:49:33'),(57404,22045,'action complete via WP Cron','2021-01-24 09:49:33','2021-01-24 01:49:33'),(57405,22046,'action created','2021-01-24 09:49:33','2021-01-24 01:49:33'),(57406,22046,'action started via WP Cron','2021-01-24 09:52:29','2021-01-24 01:52:29'),(57407,22046,'action complete via WP Cron','2021-01-24 09:52:29','2021-01-24 01:52:29'),(57408,22047,'action created','2021-01-24 09:52:29','2021-01-24 01:52:29'),(57409,22047,'action started via WP Cron','2021-01-24 09:53:19','2021-01-24 01:53:19'),(57410,22047,'action complete via WP Cron','2021-01-24 09:53:19','2021-01-24 01:53:19'),(57411,22048,'action created','2021-01-24 09:53:19','2021-01-24 01:53:19'),(57412,22048,'action started via WP Cron','2021-01-24 09:58:22','2021-01-24 01:58:22'),(57413,22048,'action complete via WP Cron','2021-01-24 09:58:22','2021-01-24 01:58:22'),(57414,22049,'action created','2021-01-24 09:58:22','2021-01-24 01:58:22'),(57415,22049,'action started via WP Cron','2021-01-24 09:58:53','2021-01-24 01:58:53'),(57416,22049,'action complete via WP Cron','2021-01-24 09:58:53','2021-01-24 01:58:53'),(57417,22050,'action created','2021-01-24 09:58:54','2021-01-24 01:58:54'),(57418,22050,'action started via WP Cron','2021-01-24 10:00:25','2021-01-24 02:00:25'),(57419,22050,'action complete via WP Cron','2021-01-24 10:00:25','2021-01-24 02:00:25'),(57420,22051,'action created','2021-01-24 10:00:25','2021-01-24 02:00:25'),(57421,22051,'action started via WP Cron','2021-01-24 10:00:58','2021-01-24 02:00:58'),(57422,22051,'action complete via WP Cron','2021-01-24 10:00:58','2021-01-24 02:00:58'),(57423,22052,'action created','2021-01-24 10:00:58','2021-01-24 02:00:58'),(57424,22052,'action started via WP Cron','2021-01-24 10:01:59','2021-01-24 02:01:59'),(57425,22052,'action complete via WP Cron','2021-01-24 10:01:59','2021-01-24 02:01:59'),(57426,22053,'action created','2021-01-24 10:01:59','2021-01-24 02:01:59'),(57427,22053,'action started via WP Cron','2021-01-24 10:02:55','2021-01-24 02:02:55'),(57428,22053,'action complete via WP Cron','2021-01-24 10:02:55','2021-01-24 02:02:55'),(57429,22054,'action created','2021-01-24 10:02:56','2021-01-24 02:02:56'),(57430,22054,'action started via WP Cron','2021-01-24 10:04:10','2021-01-24 02:04:10'),(57431,22054,'action complete via WP Cron','2021-01-24 10:04:10','2021-01-24 02:04:10'),(57432,22055,'action created','2021-01-24 10:04:10','2021-01-24 02:04:10'),(57433,22055,'action started via WP Cron','2021-01-24 10:07:10','2021-01-24 02:07:10'),(57434,22055,'action complete via WP Cron','2021-01-24 10:07:10','2021-01-24 02:07:10'),(57435,22056,'action created','2021-01-24 10:07:10','2021-01-24 02:07:10'),(57436,22056,'action started via WP Cron','2021-01-24 10:09:21','2021-01-24 02:09:21'),(57437,22056,'action complete via WP Cron','2021-01-24 10:09:21','2021-01-24 02:09:21'),(57438,22057,'action created','2021-01-24 10:09:21','2021-01-24 02:09:21'),(57439,22057,'action started via WP Cron','2021-01-24 10:11:48','2021-01-24 02:11:48'),(57440,22057,'action complete via WP Cron','2021-01-24 10:11:48','2021-01-24 02:11:48'),(57441,22058,'action created','2021-01-24 10:11:48','2021-01-24 02:11:48'),(57442,22058,'action started via WP Cron','2021-01-24 10:13:53','2021-01-24 02:13:53'),(57443,22058,'action complete via WP Cron','2021-01-24 10:13:53','2021-01-24 02:13:53'),(57444,22059,'action created','2021-01-24 10:13:53','2021-01-24 02:13:53'),(57445,22059,'action started via WP Cron','2021-01-24 10:15:53','2021-01-24 02:15:53'),(57446,22059,'action complete via WP Cron','2021-01-24 10:15:53','2021-01-24 02:15:53'),(57447,22060,'action created','2021-01-24 10:15:53','2021-01-24 02:15:53'),(57448,22060,'action started via WP Cron','2021-01-24 10:18:56','2021-01-24 02:18:56'),(57449,22060,'action complete via WP Cron','2021-01-24 10:18:56','2021-01-24 02:18:56'),(57450,22061,'action created','2021-01-24 10:18:56','2021-01-24 02:18:56'),(57451,22061,'action started via WP Cron','2021-01-24 10:20:14','2021-01-24 02:20:14'),(57452,22061,'action complete via WP Cron','2021-01-24 10:20:14','2021-01-24 02:20:14'),(57453,22062,'action created','2021-01-24 10:20:14','2021-01-24 02:20:14'),(57454,22062,'action started via WP Cron','2021-01-24 10:21:38','2021-01-24 02:21:38'),(57455,22062,'action complete via WP Cron','2021-01-24 10:21:38','2021-01-24 02:21:38'),(57456,22063,'action created','2021-01-24 10:21:38','2021-01-24 02:21:38'),(57457,22063,'action started via WP Cron','2021-01-24 10:32:45','2021-01-24 02:32:45'),(57458,22063,'action complete via WP Cron','2021-01-24 10:32:45','2021-01-24 02:32:45'),(57459,22064,'action created','2021-01-24 10:32:45','2021-01-24 02:32:45'),(57460,22064,'action started via WP Cron','2021-01-24 10:34:11','2021-01-24 02:34:11'),(57461,22064,'action complete via WP Cron','2021-01-24 10:34:11','2021-01-24 02:34:11'),(57462,22065,'action created','2021-01-24 10:34:12','2021-01-24 02:34:12'),(57463,22065,'action started via WP Cron','2021-01-24 10:35:12','2021-01-24 02:35:12'),(57464,22065,'action complete via WP Cron','2021-01-24 10:35:12','2021-01-24 02:35:12'),(57465,22066,'action created','2021-01-24 10:35:13','2021-01-24 02:35:13'),(57466,22066,'action started via WP Cron','2021-01-24 10:37:15','2021-01-24 02:37:15'),(57467,22066,'action complete via WP Cron','2021-01-24 10:37:15','2021-01-24 02:37:15'),(57468,22067,'action created','2021-01-24 10:37:15','2021-01-24 02:37:15'),(57469,22067,'action started via WP Cron','2021-01-24 10:38:16','2021-01-24 02:38:16'),(57470,22067,'action complete via WP Cron','2021-01-24 10:38:16','2021-01-24 02:38:16'),(57471,22068,'action created','2021-01-24 10:38:16','2021-01-24 02:38:16'),(57472,22068,'action started via WP Cron','2021-01-24 10:39:19','2021-01-24 02:39:19'),(57473,22068,'action complete via WP Cron','2021-01-24 10:39:19','2021-01-24 02:39:19'),(57474,22069,'action created','2021-01-24 10:39:19','2021-01-24 02:39:19'),(57475,22069,'action started via WP Cron','2021-01-24 10:41:59','2021-01-24 02:41:59'),(57476,22069,'action complete via WP Cron','2021-01-24 10:41:59','2021-01-24 02:41:59'),(57477,22070,'action created','2021-01-24 10:41:59','2021-01-24 02:41:59'),(57478,22070,'action started via WP Cron','2021-01-24 10:43:19','2021-01-24 02:43:19'),(57479,22070,'action complete via WP Cron','2021-01-24 10:43:19','2021-01-24 02:43:19'),(57480,22071,'action created','2021-01-24 10:43:19','2021-01-24 02:43:19'),(57481,22071,'action started via WP Cron','2021-01-24 10:51:04','2021-01-24 02:51:04'),(57482,22071,'action complete via WP Cron','2021-01-24 10:51:04','2021-01-24 02:51:04'),(57483,22072,'action created','2021-01-24 10:51:04','2021-01-24 02:51:04'),(57484,22072,'action started via WP Cron','2021-01-24 10:54:07','2021-01-24 02:54:07'),(57485,22072,'action complete via WP Cron','2021-01-24 10:54:07','2021-01-24 02:54:07'),(57486,22073,'action created','2021-01-24 10:54:07','2021-01-24 02:54:07'),(57487,22073,'action started via WP Cron','2021-01-24 10:57:48','2021-01-24 02:57:48'),(57488,22073,'action complete via WP Cron','2021-01-24 10:57:48','2021-01-24 02:57:48'),(57489,22074,'action created','2021-01-24 10:57:48','2021-01-24 02:57:48'),(57490,22074,'action started via WP Cron','2021-01-24 11:02:13','2021-01-24 03:02:13'),(57491,22074,'action complete via WP Cron','2021-01-24 11:02:13','2021-01-24 03:02:13'),(57492,22075,'action created','2021-01-24 11:02:13','2021-01-24 03:02:13'),(57493,22075,'action started via WP Cron','2021-01-24 11:03:02','2021-01-24 03:03:02'),(57494,22075,'action complete via WP Cron','2021-01-24 11:03:02','2021-01-24 03:03:02'),(57495,22076,'action created','2021-01-24 11:04:00','2021-01-24 03:04:00'),(57496,22076,'action started via WP Cron','2021-01-24 11:06:04','2021-01-24 03:06:04'),(57497,22076,'action complete via WP Cron','2021-01-24 11:06:04','2021-01-24 03:06:04'),(57498,22077,'action created','2021-01-24 11:07:03','2021-01-24 03:07:03'),(57499,22077,'action started via WP Cron','2021-01-24 11:09:10','2021-01-24 03:09:10'),(57500,22077,'action complete via WP Cron','2021-01-24 11:09:10','2021-01-24 03:09:10'),(57501,22078,'action created','2021-01-24 11:09:10','2021-01-24 03:09:10'),(57502,22078,'action started via WP Cron','2021-01-24 11:15:13','2021-01-24 03:15:13'),(57503,22078,'action complete via WP Cron','2021-01-24 11:15:13','2021-01-24 03:15:13'),(57504,22079,'action created','2021-01-24 11:15:13','2021-01-24 03:15:13'),(57505,22079,'action started via WP Cron','2021-01-24 11:16:13','2021-01-24 03:16:13'),(57506,22079,'action complete via WP Cron','2021-01-24 11:16:13','2021-01-24 03:16:13'),(57507,22080,'action created','2021-01-24 11:16:13','2021-01-24 03:16:13'),(57508,22080,'action started via WP Cron','2021-01-24 11:17:14','2021-01-24 03:17:14'),(57509,22080,'action complete via WP Cron','2021-01-24 11:17:14','2021-01-24 03:17:14'),(57510,22081,'action created','2021-01-24 11:17:14','2021-01-24 03:17:14'),(57511,22081,'action started via WP Cron','2021-01-24 11:19:16','2021-01-24 03:19:16'),(57512,22081,'action complete via WP Cron','2021-01-24 11:19:16','2021-01-24 03:19:16'),(57513,22082,'action created','2021-01-24 11:19:16','2021-01-24 03:19:16'),(57514,22082,'action started via WP Cron','2021-01-24 11:20:17','2021-01-24 03:20:17'),(57515,22082,'action complete via WP Cron','2021-01-24 11:20:17','2021-01-24 03:20:17'),(57516,22083,'action created','2021-01-24 11:20:17','2021-01-24 03:20:17'),(57517,22083,'action started via WP Cron','2021-01-24 11:21:18','2021-01-24 03:21:18'),(57518,22083,'action complete via WP Cron','2021-01-24 11:21:18','2021-01-24 03:21:18'),(57519,22084,'action created','2021-01-24 11:21:18','2021-01-24 03:21:18'),(57520,22084,'action started via WP Cron','2021-01-24 11:24:24','2021-01-24 03:24:24'),(57521,22084,'action complete via WP Cron','2021-01-24 11:24:24','2021-01-24 03:24:24'),(57522,22085,'action created','2021-01-24 11:24:24','2021-01-24 03:24:24'),(57523,22085,'action started via WP Cron','2021-01-24 11:29:23','2021-01-24 03:29:23'),(57524,22085,'action complete via WP Cron','2021-01-24 11:29:23','2021-01-24 03:29:23'),(57525,22086,'action created','2021-01-24 11:29:23','2021-01-24 03:29:23'),(57526,22086,'action started via WP Cron','2021-01-24 11:31:36','2021-01-24 03:31:36'),(57527,22086,'action complete via WP Cron','2021-01-24 11:31:36','2021-01-24 03:31:36'),(57528,22087,'action created','2021-01-24 11:31:36','2021-01-24 03:31:36'),(57529,22087,'action started via WP Cron','2021-01-24 11:32:47','2021-01-24 03:32:47'),(57530,22087,'action complete via WP Cron','2021-01-24 11:32:47','2021-01-24 03:32:47'),(57531,22088,'action created','2021-01-24 11:32:48','2021-01-24 03:32:48'),(57532,22088,'action started via WP Cron','2021-01-24 11:40:09','2021-01-24 03:40:09'),(57533,22088,'action complete via WP Cron','2021-01-24 11:40:09','2021-01-24 03:40:09'),(57534,22089,'action created','2021-01-24 11:40:09','2021-01-24 03:40:09'),(57535,22089,'action started via WP Cron','2021-01-24 11:41:16','2021-01-24 03:41:16'),(57536,22089,'action complete via WP Cron','2021-01-24 11:41:16','2021-01-24 03:41:16'),(57537,22090,'action created','2021-01-24 11:41:16','2021-01-24 03:41:16'),(57538,22090,'action started via WP Cron','2021-01-24 11:42:17','2021-01-24 03:42:17'),(57539,22090,'action complete via WP Cron','2021-01-24 11:42:17','2021-01-24 03:42:17'),(57540,22091,'action created','2021-01-24 11:42:18','2021-01-24 03:42:18'),(57541,22091,'action started via WP Cron','2021-01-24 11:43:18','2021-01-24 03:43:18'),(57542,22091,'action complete via WP Cron','2021-01-24 11:43:18','2021-01-24 03:43:18'),(57543,22092,'action created','2021-01-24 11:43:18','2021-01-24 03:43:18'),(57544,22092,'action started via WP Cron','2021-01-24 11:45:34','2021-01-24 03:45:34'),(57545,22092,'action complete via WP Cron','2021-01-24 11:45:34','2021-01-24 03:45:34'),(57546,22093,'action created','2021-01-24 11:45:34','2021-01-24 03:45:34'),(57547,22093,'action started via WP Cron','2021-01-24 11:47:43','2021-01-24 03:47:43'),(57548,22093,'action complete via WP Cron','2021-01-24 11:47:43','2021-01-24 03:47:43'),(57549,22094,'action created','2021-01-24 11:47:44','2021-01-24 03:47:44'),(57550,22094,'action started via WP Cron','2021-01-24 11:50:15','2021-01-24 03:50:15'),(57551,22094,'action complete via WP Cron','2021-01-24 11:50:15','2021-01-24 03:50:15'),(57552,22095,'action created','2021-01-24 11:50:15','2021-01-24 03:50:15'),(57553,22095,'action started via WP Cron','2021-01-24 12:02:46','2021-01-24 04:02:46'),(57554,22095,'action complete via WP Cron','2021-01-24 12:02:46','2021-01-24 04:02:46'),(57555,22096,'action created','2021-01-24 12:07:11','2021-01-24 04:07:11'),(57556,22096,'action started via WP Cron','2021-01-24 12:08:12','2021-01-24 04:08:12'),(57557,22096,'action complete via WP Cron','2021-01-24 12:08:12','2021-01-24 04:08:12'),(57558,22097,'action created','2021-01-24 12:08:12','2021-01-24 04:08:12'),(57559,22097,'action started via WP Cron','2021-01-24 12:08:48','2021-01-24 04:08:48'),(57560,22097,'action complete via WP Cron','2021-01-24 12:08:48','2021-01-24 04:08:48'),(57561,22098,'action created','2021-01-24 12:08:48','2021-01-24 04:08:48'),(57562,22098,'action started via WP Cron','2021-01-24 12:10:14','2021-01-24 04:10:14'),(57563,22098,'action complete via WP Cron','2021-01-24 12:10:14','2021-01-24 04:10:14'),(57564,22099,'action created','2021-01-24 12:10:14','2021-01-24 04:10:14'),(57565,22099,'action started via WP Cron','2021-01-24 12:11:15','2021-01-24 04:11:15'),(57566,22099,'action complete via WP Cron','2021-01-24 12:11:15','2021-01-24 04:11:15'),(57567,22100,'action created','2021-01-24 12:11:15','2021-01-24 04:11:15'),(57568,22100,'action started via WP Cron','2021-01-24 12:12:17','2021-01-24 04:12:17'),(57569,22100,'action complete via WP Cron','2021-01-24 12:12:17','2021-01-24 04:12:17'),(57570,22101,'action created','2021-01-24 12:12:17','2021-01-24 04:12:17'),(57571,22101,'action started via WP Cron','2021-01-24 12:25:55','2021-01-24 04:25:55'),(57572,22101,'action complete via WP Cron','2021-01-24 12:25:55','2021-01-24 04:25:55'),(57573,22102,'action created','2021-01-24 12:25:55','2021-01-24 04:25:55'),(57574,22102,'action started via WP Cron','2021-01-24 12:28:53','2021-01-24 04:28:53'),(57575,22102,'action complete via WP Cron','2021-01-24 12:28:53','2021-01-24 04:28:53'),(57576,22103,'action created','2021-01-24 12:28:53','2021-01-24 04:28:53'),(57577,22103,'action started via WP Cron','2021-01-24 12:31:47','2021-01-24 04:31:47'),(57578,22103,'action complete via WP Cron','2021-01-24 12:31:47','2021-01-24 04:31:47'),(57579,22104,'action created','2021-01-24 12:31:47','2021-01-24 04:31:47'),(57580,22104,'action started via WP Cron','2021-01-24 12:33:31','2021-01-24 04:33:31'),(57581,22104,'action complete via WP Cron','2021-01-24 12:33:31','2021-01-24 04:33:31'),(57582,22105,'action created','2021-01-24 12:33:32','2021-01-24 04:33:32'),(57583,22105,'action started via WP Cron','2021-01-24 12:33:54','2021-01-24 04:33:54'),(57584,22105,'action complete via WP Cron','2021-01-24 12:33:54','2021-01-24 04:33:54'),(57585,22106,'action created','2021-01-24 12:33:54','2021-01-24 04:33:54'),(57586,22106,'action started via WP Cron','2021-01-24 12:34:55','2021-01-24 04:34:55'),(57587,22106,'action complete via WP Cron','2021-01-24 12:34:55','2021-01-24 04:34:55'),(57588,22107,'action created','2021-01-24 12:34:55','2021-01-24 04:34:55'),(57589,22107,'action started via WP Cron','2021-01-24 12:35:56','2021-01-24 04:35:56'),(57590,22107,'action complete via WP Cron','2021-01-24 12:35:56','2021-01-24 04:35:56'),(57591,22108,'action created','2021-01-24 12:35:56','2021-01-24 04:35:56'),(57592,22108,'action started via WP Cron','2021-01-24 12:36:47','2021-01-24 04:36:47'),(57593,22108,'action complete via WP Cron','2021-01-24 12:36:47','2021-01-24 04:36:47'),(57594,22109,'action created','2021-01-24 12:36:47','2021-01-24 04:36:47'),(57595,22109,'action started via WP Cron','2021-01-24 12:38:03','2021-01-24 04:38:03'),(57596,22109,'action complete via WP Cron','2021-01-24 12:38:03','2021-01-24 04:38:03'),(57597,22110,'action created','2021-01-24 12:38:03','2021-01-24 04:38:03'),(57598,22110,'action started via WP Cron','2021-01-24 12:39:04','2021-01-24 04:39:04'),(57599,22110,'action complete via WP Cron','2021-01-24 12:39:04','2021-01-24 04:39:04'),(57600,22111,'action created','2021-01-24 12:39:04','2021-01-24 04:39:04'),(57601,22111,'action started via WP Cron','2021-01-24 12:43:21','2021-01-24 04:43:21'),(57602,22111,'action complete via WP Cron','2021-01-24 12:43:21','2021-01-24 04:43:21'),(57603,22112,'action created','2021-01-24 12:43:21','2021-01-24 04:43:21'),(57604,22112,'action started via WP Cron','2021-01-24 12:44:21','2021-01-24 04:44:21'),(57605,22112,'action complete via WP Cron','2021-01-24 12:44:21','2021-01-24 04:44:21'),(57606,22113,'action created','2021-01-24 12:44:21','2021-01-24 04:44:21'),(57607,22113,'action started via WP Cron','2021-01-24 12:45:23','2021-01-24 04:45:23'),(57608,22113,'action complete via WP Cron','2021-01-24 12:45:23','2021-01-24 04:45:23'),(57609,22114,'action created','2021-01-24 12:45:23','2021-01-24 04:45:23'),(57610,22114,'action started via WP Cron','2021-01-24 12:46:23','2021-01-24 04:46:23'),(57611,22114,'action complete via WP Cron','2021-01-24 12:46:23','2021-01-24 04:46:23'),(57612,22115,'action created','2021-01-24 12:46:23','2021-01-24 04:46:23'),(57613,22115,'action started via WP Cron','2021-01-24 12:47:24','2021-01-24 04:47:24'),(57614,22115,'action complete via WP Cron','2021-01-24 12:47:24','2021-01-24 04:47:24'),(57615,22116,'action created','2021-01-24 12:47:25','2021-01-24 04:47:25'),(57616,22116,'action started via WP Cron','2021-01-24 12:48:30','2021-01-24 04:48:30'),(57617,22116,'action complete via WP Cron','2021-01-24 12:48:30','2021-01-24 04:48:30'),(57618,22117,'action created','2021-01-24 12:48:30','2021-01-24 04:48:30'),(57619,22117,'action started via WP Cron','2021-01-24 12:50:24','2021-01-24 04:50:24'),(57620,22117,'action complete via WP Cron','2021-01-24 12:50:24','2021-01-24 04:50:24'),(57621,22118,'action created','2021-01-24 12:50:24','2021-01-24 04:50:24'),(57622,22118,'action started via WP Cron','2021-01-24 12:56:16','2021-01-24 04:56:16'),(57623,22118,'action complete via WP Cron','2021-01-24 12:56:16','2021-01-24 04:56:16'),(57624,22119,'action created','2021-01-24 12:56:16','2021-01-24 04:56:16'),(57625,22119,'action started via WP Cron','2021-01-24 13:02:01','2021-01-24 05:02:01'),(57626,22119,'action complete via WP Cron','2021-01-24 13:02:01','2021-01-24 05:02:01'),(57627,22120,'action created','2021-01-24 13:02:01','2021-01-24 05:02:01'),(57628,22120,'action started via WP Cron','2021-01-24 13:03:06','2021-01-24 05:03:06'),(57629,22120,'action complete via WP Cron','2021-01-24 13:03:06','2021-01-24 05:03:06'),(57630,22121,'action created','2021-01-24 13:03:06','2021-01-24 05:03:06'),(57631,22121,'action started via WP Cron','2021-01-24 13:04:07','2021-01-24 05:04:07'),(57632,22121,'action complete via WP Cron','2021-01-24 13:04:07','2021-01-24 05:04:07'),(57633,22122,'action created','2021-01-24 13:04:07','2021-01-24 05:04:07'),(57634,22122,'action started via WP Cron','2021-01-24 13:06:09','2021-01-24 05:06:09'),(57635,22122,'action complete via WP Cron','2021-01-24 13:06:09','2021-01-24 05:06:09'),(57636,22123,'action created','2021-01-24 13:06:09','2021-01-24 05:06:09'),(57637,22123,'action started via WP Cron','2021-01-24 13:07:10','2021-01-24 05:07:10'),(57638,22123,'action complete via WP Cron','2021-01-24 13:07:10','2021-01-24 05:07:10'),(57639,22124,'action created','2021-01-24 13:07:10','2021-01-24 05:07:10'),(57640,22124,'action started via WP Cron','2021-01-24 13:08:11','2021-01-24 05:08:11'),(57641,22124,'action complete via WP Cron','2021-01-24 13:08:11','2021-01-24 05:08:11'),(57642,22125,'action created','2021-01-24 13:08:11','2021-01-24 05:08:11'),(57643,22125,'action started via WP Cron','2021-01-24 13:12:24','2021-01-24 05:12:24'),(57644,22125,'action complete via WP Cron','2021-01-24 13:12:24','2021-01-24 05:12:24'),(57645,22126,'action created','2021-01-24 13:12:24','2021-01-24 05:12:24'),(57646,22126,'action started via WP Cron','2021-01-24 13:13:17','2021-01-24 05:13:17'),(57647,22126,'action complete via WP Cron','2021-01-24 13:13:17','2021-01-24 05:13:17'),(57648,22127,'action created','2021-01-24 13:13:17','2021-01-24 05:13:17'),(57649,22127,'action started via WP Cron','2021-01-24 13:14:17','2021-01-24 05:14:17'),(57650,22127,'action complete via WP Cron','2021-01-24 13:14:17','2021-01-24 05:14:17'),(57651,22128,'action created','2021-01-24 13:14:17','2021-01-24 05:14:17'),(57652,22128,'action started via WP Cron','2021-01-24 13:16:42','2021-01-24 05:16:42'),(57653,22128,'action complete via WP Cron','2021-01-24 13:16:42','2021-01-24 05:16:42'),(57654,22129,'action created','2021-01-24 13:16:42','2021-01-24 05:16:42'),(57655,22129,'action started via WP Cron','2021-01-24 13:17:50','2021-01-24 05:17:50'),(57656,22129,'action complete via WP Cron','2021-01-24 13:17:50','2021-01-24 05:17:50'),(57657,22130,'action created','2021-01-24 13:17:50','2021-01-24 05:17:50'),(57658,22130,'action started via WP Cron','2021-01-24 13:18:52','2021-01-24 05:18:52'),(57659,22130,'action complete via WP Cron','2021-01-24 13:18:52','2021-01-24 05:18:52'),(57660,22131,'action created','2021-01-24 13:18:52','2021-01-24 05:18:52'),(57661,22131,'action started via WP Cron','2021-01-24 13:19:53','2021-01-24 05:19:53'),(57662,22131,'action complete via WP Cron','2021-01-24 13:19:53','2021-01-24 05:19:53'),(57663,22132,'action created','2021-01-24 13:19:53','2021-01-24 05:19:53'),(57664,22132,'action started via WP Cron','2021-01-24 13:20:54','2021-01-24 05:20:54'),(57665,22132,'action complete via WP Cron','2021-01-24 13:20:54','2021-01-24 05:20:54'),(57666,22133,'action created','2021-01-24 13:20:54','2021-01-24 05:20:54'),(57667,22133,'action started via WP Cron','2021-01-24 13:21:55','2021-01-24 05:21:55'),(57668,22133,'action complete via WP Cron','2021-01-24 13:21:55','2021-01-24 05:21:55'),(57669,22134,'action created','2021-01-24 13:21:55','2021-01-24 05:21:55'),(57670,22134,'action started via WP Cron','2021-01-24 13:26:44','2021-01-24 05:26:44'),(57671,22134,'action complete via WP Cron','2021-01-24 13:26:44','2021-01-24 05:26:44'),(57672,22135,'action created','2021-01-24 13:26:45','2021-01-24 05:26:45'),(57673,22135,'action started via WP Cron','2021-01-24 13:27:43','2021-01-24 05:27:43'),(57674,22135,'action complete via WP Cron','2021-01-24 13:27:43','2021-01-24 05:27:43'),(57675,22136,'action created','2021-01-24 13:27:44','2021-01-24 05:27:44'),(57676,22136,'action started via WP Cron','2021-01-24 13:35:15','2021-01-24 05:35:15'),(57677,22136,'action complete via WP Cron','2021-01-24 13:35:15','2021-01-24 05:35:15'),(57678,22137,'action created','2021-01-24 13:35:15','2021-01-24 05:35:15'),(57679,22137,'action started via WP Cron','2021-01-24 13:35:54','2021-01-24 05:35:54'),(57680,22137,'action complete via WP Cron','2021-01-24 13:35:54','2021-01-24 05:35:54'),(57681,22138,'action created','2021-01-24 13:35:54','2021-01-24 05:35:54'),(57682,22138,'action started via WP Cron','2021-01-24 13:37:00','2021-01-24 05:37:00'),(57683,22138,'action complete via WP Cron','2021-01-24 13:37:00','2021-01-24 05:37:00'),(57684,22139,'action created','2021-01-24 13:37:00','2021-01-24 05:37:00'),(57685,22139,'action started via WP Cron','2021-01-24 13:38:01','2021-01-24 05:38:01'),(57686,22139,'action complete via WP Cron','2021-01-24 13:38:01','2021-01-24 05:38:01'),(57687,22140,'action created','2021-01-24 13:38:01','2021-01-24 05:38:01'),(57688,22140,'action started via WP Cron','2021-01-24 13:39:02','2021-01-24 05:39:02'),(57689,22140,'action complete via WP Cron','2021-01-24 13:39:02','2021-01-24 05:39:02'),(57690,22141,'action created','2021-01-24 13:39:02','2021-01-24 05:39:02'),(57691,22141,'action started via WP Cron','2021-01-24 13:40:04','2021-01-24 05:40:04'),(57692,22141,'action complete via WP Cron','2021-01-24 13:40:04','2021-01-24 05:40:04'),(57693,22142,'action created','2021-01-24 13:40:04','2021-01-24 05:40:04'),(57694,22142,'action started via WP Cron','2021-01-24 13:41:11','2021-01-24 05:41:11'),(57695,22142,'action complete via WP Cron','2021-01-24 13:41:11','2021-01-24 05:41:11'),(57696,22143,'action created','2021-01-24 13:41:11','2021-01-24 05:41:11'),(57697,22143,'action started via WP Cron','2021-01-24 13:46:54','2021-01-24 05:46:54'),(57698,22143,'action complete via WP Cron','2021-01-24 13:46:54','2021-01-24 05:46:54'),(57699,22144,'action created','2021-01-24 13:46:54','2021-01-24 05:46:54'),(57700,22144,'action started via WP Cron','2021-01-24 13:49:43','2021-01-24 05:49:43'),(57701,22144,'action complete via WP Cron','2021-01-24 13:49:43','2021-01-24 05:49:43'),(57702,22145,'action created','2021-01-24 13:49:43','2021-01-24 05:49:43'),(57703,22145,'action started via WP Cron','2021-01-24 13:50:44','2021-01-24 05:50:44'),(57704,22145,'action complete via WP Cron','2021-01-24 13:50:44','2021-01-24 05:50:44'),(57705,22146,'action created','2021-01-24 13:50:44','2021-01-24 05:50:44'),(57706,22146,'action started via WP Cron','2021-01-24 13:51:45','2021-01-24 05:51:45'),(57707,22146,'action complete via WP Cron','2021-01-24 13:51:45','2021-01-24 05:51:45'),(57708,22147,'action created','2021-01-24 13:51:45','2021-01-24 05:51:45'),(57709,22147,'action started via WP Cron','2021-01-24 13:53:46','2021-01-24 05:53:46'),(57710,22147,'action complete via WP Cron','2021-01-24 13:53:46','2021-01-24 05:53:46'),(57711,22148,'action created','2021-01-24 13:53:46','2021-01-24 05:53:46'),(57712,22148,'action started via WP Cron','2021-01-24 13:54:48','2021-01-24 05:54:48'),(57713,22148,'action complete via WP Cron','2021-01-24 13:54:48','2021-01-24 05:54:48'),(57714,22149,'action created','2021-01-24 13:54:48','2021-01-24 05:54:48'),(57715,22149,'action started via WP Cron','2021-01-24 14:07:07','2021-01-24 06:07:07'),(57716,22149,'action complete via WP Cron','2021-01-24 14:07:07','2021-01-24 06:07:07'),(57717,22150,'action created','2021-01-24 14:07:07','2021-01-24 06:07:07'),(57718,22150,'action started via WP Cron','2021-01-24 14:09:11','2021-01-24 06:09:11'),(57719,22150,'action complete via WP Cron','2021-01-24 14:09:11','2021-01-24 06:09:11'),(57720,22151,'action created','2021-01-24 14:09:11','2021-01-24 06:09:11'),(57721,22151,'action started via WP Cron','2021-01-24 14:10:12','2021-01-24 06:10:12'),(57722,22151,'action complete via WP Cron','2021-01-24 14:10:12','2021-01-24 06:10:12'),(57723,22152,'action created','2021-01-24 14:10:12','2021-01-24 06:10:12'),(57724,22152,'action started via WP Cron','2021-01-24 14:12:14','2021-01-24 06:12:14'),(57725,22152,'action complete via WP Cron','2021-01-24 14:12:14','2021-01-24 06:12:14'),(57726,22153,'action created','2021-01-24 14:12:14','2021-01-24 06:12:14'),(57727,22153,'action started via WP Cron','2021-01-24 14:13:15','2021-01-24 06:13:15'),(57728,22153,'action complete via WP Cron','2021-01-24 14:13:15','2021-01-24 06:13:15'),(57729,22154,'action created','2021-01-24 14:13:15','2021-01-24 06:13:15'),(57730,22154,'action started via WP Cron','2021-01-24 14:14:02','2021-01-24 06:14:02'),(57731,22154,'action complete via WP Cron','2021-01-24 14:14:02','2021-01-24 06:14:02'),(57732,22155,'action created','2021-01-24 14:14:02','2021-01-24 06:14:02'),(57733,22155,'action started via WP Cron','2021-01-24 14:15:10','2021-01-24 06:15:10'),(57734,22155,'action complete via WP Cron','2021-01-24 14:15:10','2021-01-24 06:15:10'),(57735,22156,'action created','2021-01-24 14:15:10','2021-01-24 06:15:10'),(57736,22156,'action started via WP Cron','2021-01-24 14:16:11','2021-01-24 06:16:11'),(57737,22156,'action complete via WP Cron','2021-01-24 14:16:11','2021-01-24 06:16:11'),(57738,22157,'action created','2021-01-24 14:16:11','2021-01-24 06:16:11'),(57739,22157,'action started via WP Cron','2021-01-24 14:34:18','2021-01-24 06:34:18'),(57740,22157,'action complete via WP Cron','2021-01-24 14:34:18','2021-01-24 06:34:18'),(57741,22158,'action created','2021-01-24 14:34:18','2021-01-24 06:34:18'),(57742,22158,'action started via WP Cron','2021-01-24 14:36:58','2021-01-24 06:36:58'),(57743,22158,'action complete via WP Cron','2021-01-24 14:36:58','2021-01-24 06:36:58'),(57744,22159,'action created','2021-01-24 14:36:58','2021-01-24 06:36:58'),(57745,22159,'action started via WP Cron','2021-01-24 14:40:12','2021-01-24 06:40:12'),(57746,22159,'action complete via WP Cron','2021-01-24 14:40:12','2021-01-24 06:40:12'),(57747,22160,'action created','2021-01-24 14:40:12','2021-01-24 06:40:12'),(57748,22160,'action started via WP Cron','2021-01-24 14:41:14','2021-01-24 06:41:14'),(57749,22160,'action complete via WP Cron','2021-01-24 14:41:14','2021-01-24 06:41:14'),(57750,22161,'action created','2021-01-24 14:41:17','2021-01-24 06:41:17'),(57751,22161,'action started via WP Cron','2021-01-24 14:42:18','2021-01-24 06:42:18'),(57752,22161,'action complete via WP Cron','2021-01-24 14:42:18','2021-01-24 06:42:18'),(57753,22162,'action created','2021-01-24 14:42:18','2021-01-24 06:42:18'),(57754,22162,'action started via WP Cron','2021-01-24 14:43:14','2021-01-24 06:43:14'),(57755,22162,'action complete via WP Cron','2021-01-24 14:43:14','2021-01-24 06:43:14'),(57756,22163,'action created','2021-01-24 14:43:14','2021-01-24 06:43:14'),(57757,22163,'action started via WP Cron','2021-01-24 14:44:15','2021-01-24 06:44:15'),(57758,22163,'action complete via WP Cron','2021-01-24 14:44:15','2021-01-24 06:44:15'),(57759,22164,'action created','2021-01-24 14:44:15','2021-01-24 06:44:15'),(57760,22164,'action started via WP Cron','2021-01-24 14:45:16','2021-01-24 06:45:16'),(57761,22164,'action complete via WP Cron','2021-01-24 14:45:16','2021-01-24 06:45:16'),(57762,22165,'action created','2021-01-24 14:45:16','2021-01-24 06:45:16'),(57763,22165,'action started via WP Cron','2021-01-24 14:46:16','2021-01-24 06:46:16'),(57764,22165,'action complete via WP Cron','2021-01-24 14:46:16','2021-01-24 06:46:16'),(57765,22166,'action created','2021-01-24 14:46:16','2021-01-24 06:46:16'),(57766,22166,'action started via WP Cron','2021-01-24 14:46:41','2021-01-24 06:46:41'),(57767,22166,'action complete via WP Cron','2021-01-24 14:46:41','2021-01-24 06:46:41'),(57768,22167,'action created','2021-01-24 14:46:41','2021-01-24 06:46:41'),(57769,22167,'action started via WP Cron','2021-01-24 14:51:02','2021-01-24 06:51:02'),(57770,22167,'action complete via WP Cron','2021-01-24 14:51:02','2021-01-24 06:51:02'),(57771,22168,'action created','2021-01-24 14:51:02','2021-01-24 06:51:02'),(57772,22168,'action started via WP Cron','2021-01-24 14:53:57','2021-01-24 06:53:57'),(57773,22168,'action complete via WP Cron','2021-01-24 14:53:57','2021-01-24 06:53:57'),(57774,22169,'action created','2021-01-24 14:53:57','2021-01-24 06:53:57'),(57775,22169,'action started via WP Cron','2021-01-24 14:59:44','2021-01-24 06:59:44'),(57776,22169,'action complete via WP Cron','2021-01-24 14:59:44','2021-01-24 06:59:44'),(57777,22170,'action created','2021-01-24 14:59:44','2021-01-24 06:59:44'),(57778,22170,'action started via WP Cron','2021-01-24 15:04:46','2021-01-24 07:04:46'),(57779,22170,'action complete via WP Cron','2021-01-24 15:04:46','2021-01-24 07:04:46'),(57780,22171,'action created','2021-01-24 15:04:46','2021-01-24 07:04:46'),(57781,22171,'action started via WP Cron','2021-01-24 15:08:06','2021-01-24 07:08:06'),(57782,22171,'action complete via WP Cron','2021-01-24 15:08:06','2021-01-24 07:08:06'),(57783,22172,'action created','2021-01-24 15:08:07','2021-01-24 07:08:07'),(57784,22172,'action started via WP Cron','2021-01-24 15:10:36','2021-01-24 07:10:36'),(57785,22172,'action complete via WP Cron','2021-01-24 15:10:36','2021-01-24 07:10:36'),(57786,22173,'action created','2021-01-24 15:10:36','2021-01-24 07:10:36'),(57787,22173,'action started via WP Cron','2021-01-24 15:14:15','2021-01-24 07:14:15'),(57788,22173,'action complete via WP Cron','2021-01-24 15:14:15','2021-01-24 07:14:15'),(57789,22174,'action created','2021-01-24 15:14:15','2021-01-24 07:14:15'),(57790,22174,'action started via WP Cron','2021-01-24 15:15:16','2021-01-24 07:15:16'),(57791,22174,'action complete via WP Cron','2021-01-24 15:15:16','2021-01-24 07:15:16'),(57792,22175,'action created','2021-01-24 15:15:16','2021-01-24 07:15:16'),(57793,22175,'action started via WP Cron','2021-01-24 15:16:17','2021-01-24 07:16:17'),(57794,22175,'action complete via WP Cron','2021-01-24 15:16:17','2021-01-24 07:16:17'),(57795,22176,'action created','2021-01-24 15:16:17','2021-01-24 07:16:17'),(57796,22176,'action started via WP Cron','2021-01-24 15:17:11','2021-01-24 07:17:11'),(57797,22176,'action complete via WP Cron','2021-01-24 15:17:11','2021-01-24 07:17:11'),(57798,22177,'action created','2021-01-24 15:17:11','2021-01-24 07:17:11'),(57799,22177,'action started via WP Cron','2021-01-24 15:18:12','2021-01-24 07:18:12'),(57800,22177,'action complete via WP Cron','2021-01-24 15:18:12','2021-01-24 07:18:12'),(57801,22178,'action created','2021-01-24 15:18:13','2021-01-24 07:18:13'),(57802,22178,'action started via WP Cron','2021-01-24 15:18:45','2021-01-24 07:18:45'),(57803,22178,'action complete via WP Cron','2021-01-24 15:18:45','2021-01-24 07:18:45'),(57804,22179,'action created','2021-01-24 15:18:46','2021-01-24 07:18:46'),(57805,22179,'action started via WP Cron','2021-01-24 15:19:46','2021-01-24 07:19:46'),(57806,22179,'action complete via WP Cron','2021-01-24 15:19:46','2021-01-24 07:19:46'),(57807,22180,'action created','2021-01-24 15:19:46','2021-01-24 07:19:46'),(57808,22180,'action started via WP Cron','2021-01-24 15:26:32','2021-01-24 07:26:32'),(57809,22180,'action complete via WP Cron','2021-01-24 15:26:32','2021-01-24 07:26:32'),(57810,22181,'action created','2021-01-24 15:26:32','2021-01-24 07:26:32'),(57811,22181,'action started via WP Cron','2021-01-24 15:29:35','2021-01-24 07:29:35'),(57812,22181,'action complete via WP Cron','2021-01-24 15:29:35','2021-01-24 07:29:35'),(57813,22182,'action created','2021-01-24 15:29:35','2021-01-24 07:29:35'),(57814,22182,'action started via WP Cron','2021-01-24 15:43:03','2021-01-24 07:43:03'),(57815,22182,'action complete via WP Cron','2021-01-24 15:43:03','2021-01-24 07:43:03'),(57816,22183,'action created','2021-01-24 15:43:03','2021-01-24 07:43:03'),(57817,22183,'action started via WP Cron','2021-01-24 15:44:26','2021-01-24 07:44:26'),(57818,22183,'action complete via WP Cron','2021-01-24 15:44:26','2021-01-24 07:44:26'),(57819,22184,'action created','2021-01-24 15:44:26','2021-01-24 07:44:26'),(57820,22184,'action started via WP Cron','2021-01-24 15:44:46','2021-01-24 07:44:46'),(57821,22184,'action complete via WP Cron','2021-01-24 15:44:46','2021-01-24 07:44:46'),(57822,22185,'action created','2021-01-24 15:44:46','2021-01-24 07:44:46'),(57823,22185,'action started via WP Cron','2021-01-24 15:46:16','2021-01-24 07:46:16'),(57824,22185,'action complete via WP Cron','2021-01-24 15:46:16','2021-01-24 07:46:16'),(57825,22186,'action created','2021-01-24 15:46:16','2021-01-24 07:46:16'),(57826,22186,'action started via WP Cron','2021-01-24 15:47:12','2021-01-24 07:47:12'),(57827,22186,'action complete via WP Cron','2021-01-24 15:47:12','2021-01-24 07:47:12'),(57828,22187,'action created','2021-01-24 15:47:12','2021-01-24 07:47:12'),(57829,22187,'action started via WP Cron','2021-01-24 15:48:18','2021-01-24 07:48:18'),(57830,22187,'action complete via WP Cron','2021-01-24 15:48:18','2021-01-24 07:48:18'),(57831,22188,'action created','2021-01-24 15:48:18','2021-01-24 07:48:18'),(57832,22188,'action started via WP Cron','2021-01-24 16:13:10','2021-01-24 08:13:10'),(57833,22188,'action complete via WP Cron','2021-01-24 16:13:10','2021-01-24 08:13:10'),(57834,22189,'action created','2021-01-24 16:13:10','2021-01-24 08:13:10'),(57835,22189,'action started via WP Cron','2021-01-24 16:15:07','2021-01-24 08:15:07'),(57836,22189,'action complete via WP Cron','2021-01-24 16:15:07','2021-01-24 08:15:07'),(57837,22190,'action created','2021-01-24 16:15:07','2021-01-24 08:15:07'),(57838,22190,'action started via WP Cron','2021-01-24 16:16:13','2021-01-24 08:16:13'),(57839,22190,'action complete via WP Cron','2021-01-24 16:16:13','2021-01-24 08:16:13'),(57840,22191,'action created','2021-01-24 16:16:13','2021-01-24 08:16:13'),(57841,22191,'action started via WP Cron','2021-01-24 16:17:14','2021-01-24 08:17:14'),(57842,22191,'action complete via WP Cron','2021-01-24 16:17:14','2021-01-24 08:17:14'),(57843,22192,'action created','2021-01-24 16:17:14','2021-01-24 08:17:14'),(57844,22192,'action started via WP Cron','2021-01-24 16:18:15','2021-01-24 08:18:15'),(57845,22192,'action complete via WP Cron','2021-01-24 16:18:15','2021-01-24 08:18:15'),(57846,22193,'action created','2021-01-24 16:18:15','2021-01-24 08:18:15'),(57847,22193,'action started via WP Cron','2021-01-24 16:19:16','2021-01-24 08:19:16'),(57848,22193,'action complete via WP Cron','2021-01-24 16:19:16','2021-01-24 08:19:16'),(57849,22194,'action created','2021-01-24 16:19:16','2021-01-24 08:19:16'),(57850,22194,'action started via WP Cron','2021-01-24 16:20:17','2021-01-24 08:20:17'),(57851,22194,'action complete via WP Cron','2021-01-24 16:20:17','2021-01-24 08:20:17'),(57852,22195,'action created','2021-01-24 16:20:17','2021-01-24 08:20:17'),(57853,22195,'action started via WP Cron','2021-01-24 16:22:16','2021-01-24 08:22:16'),(57854,22195,'action complete via WP Cron','2021-01-24 16:22:16','2021-01-24 08:22:16'),(57855,22196,'action created','2021-01-24 16:22:17','2021-01-24 08:22:17'),(57856,22196,'action started via WP Cron','2021-01-24 16:29:51','2021-01-24 08:29:51'),(57857,22196,'action complete via WP Cron','2021-01-24 16:29:51','2021-01-24 08:29:51'),(57858,22197,'action created','2021-01-24 16:29:51','2021-01-24 08:29:51'),(57859,22197,'action started via WP Cron','2021-01-24 16:31:32','2021-01-24 08:31:32'),(57860,22197,'action complete via WP Cron','2021-01-24 16:31:32','2021-01-24 08:31:32'),(57861,22198,'action created','2021-01-24 16:31:32','2021-01-24 08:31:32'),(57862,22198,'action started via WP Cron','2021-01-24 16:35:39','2021-01-24 08:35:39'),(57863,22198,'action complete via WP Cron','2021-01-24 16:35:39','2021-01-24 08:35:39'),(57864,22199,'action created','2021-01-24 16:35:39','2021-01-24 08:35:39'),(57865,22199,'action started via WP Cron','2021-01-24 16:37:40','2021-01-24 08:37:40'),(57866,22199,'action complete via WP Cron','2021-01-24 16:37:40','2021-01-24 08:37:40'),(57867,22200,'action created','2021-01-24 16:37:40','2021-01-24 08:37:40'),(57868,22200,'action started via WP Cron','2021-01-24 16:40:10','2021-01-24 08:40:10'),(57869,22200,'action complete via WP Cron','2021-01-24 16:40:10','2021-01-24 08:40:10'),(57870,22201,'action created','2021-01-24 16:40:10','2021-01-24 08:40:10'),(57871,22201,'action started via WP Cron','2021-01-24 16:41:39','2021-01-24 08:41:39'),(57872,22201,'action complete via WP Cron','2021-01-24 16:41:39','2021-01-24 08:41:39'),(57873,22202,'action created','2021-01-24 16:41:39','2021-01-24 08:41:39'),(57874,22202,'action started via WP Cron','2021-01-24 16:43:50','2021-01-24 08:43:50'),(57875,22202,'action complete via WP Cron','2021-01-24 16:43:50','2021-01-24 08:43:50'),(57876,22203,'action created','2021-01-24 16:43:50','2021-01-24 08:43:50'),(57877,22203,'action started via WP Cron','2021-01-24 16:44:52','2021-01-24 08:44:52'),(57878,22203,'action complete via WP Cron','2021-01-24 16:44:52','2021-01-24 08:44:52'),(57879,22204,'action created','2021-01-24 16:44:52','2021-01-24 08:44:52'),(57880,22204,'action started via WP Cron','2021-01-24 16:45:52','2021-01-24 08:45:52'),(57881,22204,'action complete via WP Cron','2021-01-24 16:45:52','2021-01-24 08:45:52'),(57882,22205,'action created','2021-01-24 16:45:52','2021-01-24 08:45:52'),(57883,22205,'action started via WP Cron','2021-01-24 16:49:18','2021-01-24 08:49:18'),(57884,22205,'action complete via WP Cron','2021-01-24 16:49:18','2021-01-24 08:49:18'),(57885,22206,'action created','2021-01-24 16:49:18','2021-01-24 08:49:18'),(57886,22206,'action started via WP Cron','2021-01-24 16:50:19','2021-01-24 08:50:19'),(57887,22206,'action complete via WP Cron','2021-01-24 16:50:19','2021-01-24 08:50:19'),(57888,22207,'action created','2021-01-24 16:50:19','2021-01-24 08:50:19'),(57889,22207,'action started via WP Cron','2021-01-24 16:51:20','2021-01-24 08:51:20'),(57890,22207,'action complete via WP Cron','2021-01-24 16:51:20','2021-01-24 08:51:20'),(57891,22208,'action created','2021-01-24 16:51:20','2021-01-24 08:51:20'),(57892,22208,'action started via WP Cron','2021-01-24 17:10:23','2021-01-24 09:10:23'),(57893,22208,'action complete via WP Cron','2021-01-24 17:10:23','2021-01-24 09:10:23'),(57894,22209,'action created','2021-01-24 17:10:23','2021-01-24 09:10:23'),(57895,22209,'action started via WP Cron','2021-01-24 17:10:41','2021-01-24 09:10:41'),(57896,22209,'action complete via WP Cron','2021-01-24 17:10:41','2021-01-24 09:10:41'),(57897,22210,'action created','2021-01-24 17:10:41','2021-01-24 09:10:41'),(57898,22210,'action started via WP Cron','2021-01-24 17:16:25','2021-01-24 09:16:25'),(57899,22210,'action complete via WP Cron','2021-01-24 17:16:25','2021-01-24 09:16:25'),(57900,22211,'action created','2021-01-24 17:16:25','2021-01-24 09:16:25'),(57901,22211,'action started via WP Cron','2021-01-24 17:17:25','2021-01-24 09:17:25'),(57902,22211,'action complete via WP Cron','2021-01-24 17:17:25','2021-01-24 09:17:25'),(57903,22212,'action created','2021-01-24 17:17:25','2021-01-24 09:17:25'),(57904,22212,'action started via WP Cron','2021-01-24 17:18:31','2021-01-24 09:18:31'),(57905,22212,'action complete via WP Cron','2021-01-24 17:18:31','2021-01-24 09:18:31'),(57906,22213,'action created','2021-01-24 17:18:31','2021-01-24 09:18:31'),(57907,22213,'action started via WP Cron','2021-01-24 17:19:10','2021-01-24 09:19:10'),(57908,22213,'action complete via WP Cron','2021-01-24 17:19:10','2021-01-24 09:19:10'),(57909,22214,'action created','2021-01-24 17:19:10','2021-01-24 09:19:10'),(57910,22214,'action started via WP Cron','2021-01-24 17:20:33','2021-01-24 09:20:33'),(57911,22214,'action complete via WP Cron','2021-01-24 17:20:33','2021-01-24 09:20:33'),(57912,22215,'action created','2021-01-24 17:20:33','2021-01-24 09:20:33'),(57913,22215,'action started via WP Cron','2021-01-24 17:21:33','2021-01-24 09:21:33'),(57914,22215,'action complete via WP Cron','2021-01-24 17:21:33','2021-01-24 09:21:33'),(57915,22216,'action created','2021-01-24 17:21:33','2021-01-24 09:21:33'),(57916,22216,'action started via WP Cron','2021-01-24 17:28:30','2021-01-24 09:28:30'),(57917,22216,'action complete via WP Cron','2021-01-24 17:28:30','2021-01-24 09:28:30'),(57918,22217,'action created','2021-01-24 17:28:30','2021-01-24 09:28:30'),(57919,22217,'action started via WP Cron','2021-01-24 17:29:38','2021-01-24 09:29:38'),(57920,22217,'action complete via WP Cron','2021-01-24 17:29:38','2021-01-24 09:29:38'),(57921,22218,'action created','2021-01-24 17:29:38','2021-01-24 09:29:38'),(57922,22218,'action started via WP Cron','2021-01-24 17:30:38','2021-01-24 09:30:38'),(57923,22218,'action complete via WP Cron','2021-01-24 17:30:38','2021-01-24 09:30:38'),(57924,22219,'action created','2021-01-24 17:30:38','2021-01-24 09:30:38'),(57925,22219,'action started via WP Cron','2021-01-24 17:31:39','2021-01-24 09:31:39'),(57926,22219,'action complete via WP Cron','2021-01-24 17:31:39','2021-01-24 09:31:39'),(57927,22220,'action created','2021-01-24 17:31:39','2021-01-24 09:31:39'),(57928,22220,'action started via WP Cron','2021-01-24 17:33:41','2021-01-24 09:33:41'),(57929,22220,'action complete via WP Cron','2021-01-24 17:33:41','2021-01-24 09:33:41'),(57930,22221,'action created','2021-01-24 17:33:41','2021-01-24 09:33:41'),(57931,22221,'action started via WP Cron','2021-01-24 17:34:42','2021-01-24 09:34:42'),(57932,22221,'action complete via WP Cron','2021-01-24 17:34:42','2021-01-24 09:34:42'),(57933,22222,'action created','2021-01-24 17:34:42','2021-01-24 09:34:42'),(57934,22222,'action started via WP Cron','2021-01-24 17:36:58','2021-01-24 09:36:58'),(57935,22222,'action complete via WP Cron','2021-01-24 17:36:58','2021-01-24 09:36:58'),(57936,22223,'action created','2021-01-24 17:36:58','2021-01-24 09:36:58'),(57937,22223,'action started via WP Cron','2021-01-24 17:40:03','2021-01-24 09:40:03'),(57938,22223,'action complete via WP Cron','2021-01-24 17:40:03','2021-01-24 09:40:03'),(57939,22224,'action created','2021-01-24 17:40:03','2021-01-24 09:40:03'),(57940,22224,'action started via WP Cron','2021-01-24 17:42:50','2021-01-24 09:42:50'),(57941,22224,'action complete via WP Cron','2021-01-24 17:42:50','2021-01-24 09:42:50'),(57942,22225,'action created','2021-01-24 17:42:50','2021-01-24 09:42:50'),(57943,22225,'action started via WP Cron','2021-01-24 17:45:14','2021-01-24 09:45:14'),(57944,22225,'action complete via WP Cron','2021-01-24 17:45:14','2021-01-24 09:45:14'),(57945,22226,'action created','2021-01-24 17:45:14','2021-01-24 09:45:14'),(57946,22226,'action started via WP Cron','2021-01-24 17:46:15','2021-01-24 09:46:15'),(57947,22226,'action complete via WP Cron','2021-01-24 17:46:15','2021-01-24 09:46:15'),(57948,22227,'action created','2021-01-24 17:46:15','2021-01-24 09:46:15'),(57949,22227,'action started via WP Cron','2021-01-24 17:47:41','2021-01-24 09:47:41'),(57950,22227,'action complete via WP Cron','2021-01-24 17:47:41','2021-01-24 09:47:41'),(57951,22228,'action created','2021-01-24 17:47:41','2021-01-24 09:47:41'),(57952,22228,'action started via WP Cron','2021-01-24 17:48:42','2021-01-24 09:48:42'),(57953,22228,'action complete via WP Cron','2021-01-24 17:48:42','2021-01-24 09:48:42'),(57954,22229,'action created','2021-01-24 17:48:42','2021-01-24 09:48:42'),(57955,22229,'action started via WP Cron','2021-01-24 17:50:24','2021-01-24 09:50:24'),(57956,22229,'action complete via WP Cron','2021-01-24 17:50:24','2021-01-24 09:50:24'),(57957,22230,'action created','2021-01-24 17:55:04','2021-01-24 09:55:04'),(57958,22230,'action started via WP Cron','2021-01-24 17:56:58','2021-01-24 09:56:58'),(57959,22230,'action complete via WP Cron','2021-01-24 17:56:58','2021-01-24 09:56:58'),(57960,22231,'action created','2021-01-24 17:56:58','2021-01-24 09:56:58'),(57961,22231,'action started via WP Cron','2021-01-24 18:02:20','2021-01-24 10:02:20'),(57962,22231,'action complete via WP Cron','2021-01-24 18:02:20','2021-01-24 10:02:20'),(57963,22232,'action created','2021-01-24 18:02:20','2021-01-24 10:02:20'),(57964,22232,'action started via WP Cron','2021-01-24 18:02:47','2021-01-24 10:02:47'),(57965,22232,'action complete via WP Cron','2021-01-24 18:02:47','2021-01-24 10:02:47'),(57966,22233,'action created','2021-01-24 18:02:47','2021-01-24 10:02:47'),(57967,22233,'action started via WP Cron','2021-01-24 18:06:20','2021-01-24 10:06:20'),(57968,22233,'action complete via WP Cron','2021-01-24 18:06:20','2021-01-24 10:06:20'),(57969,22234,'action created','2021-01-24 18:06:20','2021-01-24 10:06:20'),(57970,22234,'action started via WP Cron','2021-01-24 18:08:58','2021-01-24 10:08:58'),(57971,22234,'action complete via WP Cron','2021-01-24 18:08:58','2021-01-24 10:08:58'),(57972,22235,'action created','2021-01-24 18:08:58','2021-01-24 10:08:58'),(57973,22235,'action started via WP Cron','2021-01-24 18:10:50','2021-01-24 10:10:50'),(57974,22235,'action complete via WP Cron','2021-01-24 18:10:50','2021-01-24 10:10:50'),(57975,22236,'action created','2021-01-24 18:10:50','2021-01-24 10:10:50'),(57976,22236,'action started via WP Cron','2021-01-24 18:11:56','2021-01-24 10:11:56'),(57977,22236,'action complete via WP Cron','2021-01-24 18:11:56','2021-01-24 10:11:56'),(57978,22237,'action created','2021-01-24 18:11:57','2021-01-24 10:11:57'),(57979,22237,'action started via WP Cron','2021-01-24 18:13:24','2021-01-24 10:13:24'),(57980,22237,'action complete via WP Cron','2021-01-24 18:13:24','2021-01-24 10:13:24'),(57981,22238,'action created','2021-01-24 18:13:24','2021-01-24 10:13:24'),(57982,22238,'action started via WP Cron','2021-01-24 18:14:23','2021-01-24 10:14:23'),(57983,22238,'action complete via WP Cron','2021-01-24 18:14:23','2021-01-24 10:14:23'),(57984,22239,'action created','2021-01-24 18:14:23','2021-01-24 10:14:23'),(57985,22239,'action started via WP Cron','2021-01-24 18:15:16','2021-01-24 10:15:16'),(57986,22239,'action complete via WP Cron','2021-01-24 18:15:16','2021-01-24 10:15:16'),(57987,22240,'action created','2021-01-24 18:15:16','2021-01-24 10:15:16'),(57988,22240,'action started via WP Cron','2021-01-24 18:16:25','2021-01-24 10:16:25'),(57989,22240,'action complete via WP Cron','2021-01-24 18:16:25','2021-01-24 10:16:25'),(57990,22241,'action created','2021-01-24 18:16:25','2021-01-24 10:16:25'),(57991,22241,'action started via WP Cron','2021-01-24 18:16:41','2021-01-24 10:16:41'),(57992,22241,'action complete via WP Cron','2021-01-24 18:16:41','2021-01-24 10:16:41'),(57993,22242,'action created','2021-01-24 18:16:41','2021-01-24 10:16:41'),(57994,22242,'action started via WP Cron','2021-01-24 18:18:52','2021-01-24 10:18:52'),(57995,22242,'action complete via WP Cron','2021-01-24 18:18:52','2021-01-24 10:18:52'),(57996,22243,'action created','2021-01-24 18:18:52','2021-01-24 10:18:52'),(57997,22243,'action started via WP Cron','2021-01-24 18:19:51','2021-01-24 10:19:51'),(57998,22243,'action complete via WP Cron','2021-01-24 18:19:51','2021-01-24 10:19:51'),(57999,22244,'action created','2021-01-24 18:19:51','2021-01-24 10:19:51'),(58000,22244,'action started via WP Cron','2021-01-24 18:20:48','2021-01-24 10:20:48'),(58001,22244,'action complete via WP Cron','2021-01-24 18:20:48','2021-01-24 10:20:48'),(58002,22245,'action created','2021-01-24 18:20:48','2021-01-24 10:20:48'),(58003,22245,'action started via WP Cron','2021-01-24 18:21:44','2021-01-24 10:21:44'),(58004,22245,'action complete via WP Cron','2021-01-24 18:21:44','2021-01-24 10:21:44'),(58005,22246,'action created','2021-01-24 18:21:44','2021-01-24 10:21:44'),(58006,22246,'action started via WP Cron','2021-01-24 18:26:19','2021-01-24 10:26:19'),(58007,22246,'action complete via WP Cron','2021-01-24 18:26:19','2021-01-24 10:26:19'),(58008,22247,'action created','2021-01-24 18:26:19','2021-01-24 10:26:19'),(58009,22247,'action started via WP Cron','2021-01-24 18:28:36','2021-01-24 10:28:36'),(58010,22247,'action complete via WP Cron','2021-01-24 18:28:36','2021-01-24 10:28:36'),(58011,22248,'action created','2021-01-24 18:28:36','2021-01-24 10:28:36'),(58012,22248,'action started via WP Cron','2021-01-24 18:34:24','2021-01-24 10:34:24'),(58013,22248,'action complete via WP Cron','2021-01-24 18:34:24','2021-01-24 10:34:24'),(58014,22249,'action created','2021-01-24 18:34:24','2021-01-24 10:34:24'),(58015,22249,'action started via WP Cron','2021-01-24 18:35:03','2021-01-24 10:35:03'),(58016,22249,'action complete via WP Cron','2021-01-24 18:35:03','2021-01-24 10:35:03'),(58017,22250,'action created','2021-01-24 18:35:03','2021-01-24 10:35:03'),(58018,22250,'action started via WP Cron','2021-01-24 18:35:43','2021-01-24 10:35:43'),(58019,22250,'action complete via WP Cron','2021-01-24 18:35:43','2021-01-24 10:35:43'),(58020,22251,'action created','2021-01-24 18:35:43','2021-01-24 10:35:43'),(58021,22251,'action started via WP Cron','2021-01-24 18:37:06','2021-01-24 10:37:06'),(58022,22251,'action complete via WP Cron','2021-01-24 18:37:06','2021-01-24 10:37:06'),(58023,22252,'action created','2021-01-24 18:37:06','2021-01-24 10:37:06'),(58024,22252,'action started via WP Cron','2021-01-24 18:42:21','2021-01-24 10:42:21'),(58025,22252,'action complete via WP Cron','2021-01-24 18:42:21','2021-01-24 10:42:21'),(58026,22253,'action created','2021-01-24 18:42:21','2021-01-24 10:42:21'),(58027,22253,'action started via WP Cron','2021-01-24 18:45:06','2021-01-24 10:45:06'),(58028,22253,'action complete via WP Cron','2021-01-24 18:45:06','2021-01-24 10:45:06'),(58029,22254,'action created','2021-01-24 18:45:06','2021-01-24 10:45:06'),(58030,22254,'action started via WP Cron','2021-01-24 18:47:16','2021-01-24 10:47:16'),(58031,22254,'action complete via WP Cron','2021-01-24 18:47:16','2021-01-24 10:47:16'),(58032,22255,'action created','2021-01-24 18:47:16','2021-01-24 10:47:16'),(58033,22255,'action started via WP Cron','2021-01-24 18:48:48','2021-01-24 10:48:48'),(58034,22255,'action complete via WP Cron','2021-01-24 18:48:48','2021-01-24 10:48:48'),(58035,22256,'action created','2021-01-24 18:48:48','2021-01-24 10:48:48'),(58036,22256,'action started via WP Cron','2021-01-24 18:49:42','2021-01-24 10:49:42'),(58037,22256,'action complete via WP Cron','2021-01-24 18:49:42','2021-01-24 10:49:42'),(58038,22257,'action created','2021-01-24 18:49:42','2021-01-24 10:49:42'),(58039,22257,'action started via WP Cron','2021-01-24 18:50:43','2021-01-24 10:50:43'),(58040,22257,'action complete via WP Cron','2021-01-24 18:50:43','2021-01-24 10:50:43'),(58041,22258,'action created','2021-01-24 18:50:43','2021-01-24 10:50:43'),(58042,22258,'action started via WP Cron','2021-01-24 18:51:44','2021-01-24 10:51:44'),(58043,22258,'action complete via WP Cron','2021-01-24 18:51:44','2021-01-24 10:51:44'),(58044,22259,'action created','2021-01-24 18:51:44','2021-01-24 10:51:44'),(58045,22259,'action started via WP Cron','2021-01-24 18:52:45','2021-01-24 10:52:45'),(58046,22259,'action complete via WP Cron','2021-01-24 18:52:45','2021-01-24 10:52:45'),(58047,22260,'action created','2021-01-24 18:52:45','2021-01-24 10:52:45'),(58048,22260,'action started via WP Cron','2021-01-24 18:53:44','2021-01-24 10:53:44'),(58049,22260,'action complete via WP Cron','2021-01-24 18:53:44','2021-01-24 10:53:44'),(58050,22261,'action created','2021-01-24 18:53:44','2021-01-24 10:53:44'),(58051,22261,'action started via WP Cron','2021-01-24 18:55:39','2021-01-24 10:55:39'),(58052,22261,'action complete via WP Cron','2021-01-24 18:55:39','2021-01-24 10:55:39'),(58053,22262,'action created','2021-01-24 18:55:39','2021-01-24 10:55:39'),(58054,22262,'action started via WP Cron','2021-01-24 18:55:53','2021-01-24 10:55:53'),(58055,22262,'action complete via WP Cron','2021-01-24 18:55:53','2021-01-24 10:55:53'),(58056,22263,'action created','2021-01-24 18:55:53','2021-01-24 10:55:53'),(58057,22263,'action started via WP Cron','2021-01-24 18:56:54','2021-01-24 10:56:54'),(58058,22263,'action complete via WP Cron','2021-01-24 18:56:54','2021-01-24 10:56:54'),(58059,22264,'action created','2021-01-24 18:56:54','2021-01-24 10:56:54'),(58060,22264,'action started via WP Cron','2021-01-24 19:00:10','2021-01-24 11:00:10'),(58061,22264,'action complete via WP Cron','2021-01-24 19:00:10','2021-01-24 11:00:10'),(58062,22265,'action created','2021-01-24 19:00:10','2021-01-24 11:00:10'),(58063,22265,'action started via WP Cron','2021-01-24 19:04:03','2021-01-24 11:04:03'),(58064,22265,'action complete via WP Cron','2021-01-24 19:04:03','2021-01-24 11:04:03'),(58065,22266,'action created','2021-01-24 19:04:03','2021-01-24 11:04:03'),(58066,22266,'action started via WP Cron','2021-01-24 19:06:48','2021-01-24 11:06:48'),(58067,22266,'action complete via WP Cron','2021-01-24 19:06:48','2021-01-24 11:06:48'),(58068,22267,'action created','2021-01-24 19:06:48','2021-01-24 11:06:48'),(58069,22267,'action started via WP Cron','2021-01-24 19:15:53','2021-01-24 11:15:53'),(58070,22267,'action complete via WP Cron','2021-01-24 19:15:53','2021-01-24 11:15:53'),(58071,22268,'action created','2021-01-24 19:15:53','2021-01-24 11:15:53'),(58072,22268,'action started via WP Cron','2021-01-24 19:16:47','2021-01-24 11:16:47'),(58073,22268,'action complete via WP Cron','2021-01-24 19:16:47','2021-01-24 11:16:47'),(58074,22269,'action created','2021-01-24 19:16:47','2021-01-24 11:16:47'),(58075,22269,'action started via WP Cron','2021-01-24 19:18:26','2021-01-24 11:18:26'),(58076,22269,'action complete via WP Cron','2021-01-24 19:18:26','2021-01-24 11:18:26'),(58077,22270,'action created','2021-01-24 19:18:26','2021-01-24 11:18:26'),(58078,22270,'action started via Async Request','2021-01-24 19:18:46','2021-01-24 11:18:46'),(58079,22270,'action complete via Async Request','2021-01-24 19:18:46','2021-01-24 11:18:46'),(58080,22271,'action created','2021-01-24 19:18:47','2021-01-24 11:18:47'),(58081,22271,'action started via WP Cron','2021-01-24 19:19:43','2021-01-24 11:19:43'),(58082,22271,'action complete via WP Cron','2021-01-24 19:19:43','2021-01-24 11:19:43'),(58083,22272,'action created','2021-01-24 19:19:43','2021-01-24 11:19:43'),(58084,22272,'action started via WP Cron','2021-01-24 19:20:44','2021-01-24 11:20:44'),(58085,22272,'action complete via WP Cron','2021-01-24 19:20:44','2021-01-24 11:20:44'),(58086,22273,'action created','2021-01-24 19:20:44','2021-01-24 11:20:44'),(58087,22273,'action started via WP Cron','2021-01-24 19:22:21','2021-01-24 11:22:21'),(58088,22273,'action complete via WP Cron','2021-01-24 19:22:21','2021-01-24 11:22:21'),(58089,22274,'action created','2021-01-24 19:22:21','2021-01-24 11:22:21'),(58090,22274,'action started via WP Cron','2021-01-24 19:24:33','2021-01-24 11:24:33'),(58091,22274,'action complete via WP Cron','2021-01-24 19:24:33','2021-01-24 11:24:33'),(58092,22275,'action created','2021-01-24 19:24:33','2021-01-24 11:24:33'),(58093,22275,'action started via WP Cron','2021-01-24 19:25:29','2021-01-24 11:25:29'),(58094,22275,'action complete via WP Cron','2021-01-24 19:25:29','2021-01-24 11:25:29'),(58095,22276,'action created','2021-01-24 19:25:29','2021-01-24 11:25:29'),(58096,22276,'action started via WP Cron','2021-01-24 19:26:15','2021-01-24 11:26:15'),(58097,22276,'action complete via WP Cron','2021-01-24 19:26:15','2021-01-24 11:26:15'),(58098,22277,'action created','2021-01-24 19:26:15','2021-01-24 11:26:15'),(58099,22277,'action started via WP Cron','2021-01-24 19:27:09','2021-01-24 11:27:09'),(58100,22277,'action complete via WP Cron','2021-01-24 19:27:09','2021-01-24 11:27:09'),(58101,22278,'action created','2021-01-24 19:27:09','2021-01-24 11:27:09'),(58102,22278,'action started via WP Cron','2021-01-24 19:30:26','2021-01-24 11:30:26'),(58103,22278,'action complete via WP Cron','2021-01-24 19:30:26','2021-01-24 11:30:26'),(58104,22279,'action created','2021-01-24 19:30:26','2021-01-24 11:30:26'),(58105,22279,'action started via WP Cron','2021-01-24 19:35:47','2021-01-24 11:35:47'),(58106,22279,'action complete via WP Cron','2021-01-24 19:35:47','2021-01-24 11:35:47'),(58107,22280,'action created','2021-01-24 19:35:47','2021-01-24 11:35:47'),(58108,22280,'action started via WP Cron','2021-01-24 19:37:24','2021-01-24 11:37:24'),(58109,22280,'action complete via WP Cron','2021-01-24 19:37:24','2021-01-24 11:37:24'),(58110,22281,'action created','2021-01-24 19:37:24','2021-01-24 11:37:24'),(58111,22281,'action started via WP Cron','2021-01-24 19:38:34','2021-01-24 11:38:34'),(58112,22281,'action complete via WP Cron','2021-01-24 19:38:34','2021-01-24 11:38:34'),(58113,22282,'action created','2021-01-24 19:38:35','2021-01-24 11:38:35'),(58114,22282,'action started via WP Cron','2021-01-24 19:42:16','2021-01-24 11:42:16'),(58115,22282,'action complete via WP Cron','2021-01-24 19:42:16','2021-01-24 11:42:16'),(58116,22283,'action created','2021-01-24 19:42:16','2021-01-24 11:42:16'),(58117,22283,'action started via WP Cron','2021-01-24 19:43:23','2021-01-24 11:43:23'),(58118,22283,'action complete via WP Cron','2021-01-24 19:43:23','2021-01-24 11:43:23'),(58119,22284,'action created','2021-01-24 19:43:23','2021-01-24 11:43:23'),(58120,22284,'action started via WP Cron','2021-01-24 19:44:25','2021-01-24 11:44:25'),(58121,22284,'action complete via WP Cron','2021-01-24 19:44:25','2021-01-24 11:44:25'),(58122,22285,'action created','2021-01-24 19:44:25','2021-01-24 11:44:25'),(58123,22285,'action started via WP Cron','2021-01-24 19:45:43','2021-01-24 11:45:43'),(58124,22285,'action complete via WP Cron','2021-01-24 19:45:43','2021-01-24 11:45:43'),(58125,22286,'action created','2021-01-24 19:45:43','2021-01-24 11:45:43'),(58126,22286,'action started via WP Cron','2021-01-24 19:47:28','2021-01-24 11:47:28'),(58127,22286,'action complete via WP Cron','2021-01-24 19:47:28','2021-01-24 11:47:28'),(58128,22287,'action created','2021-01-24 19:47:28','2021-01-24 11:47:28'),(58129,22287,'action started via WP Cron','2021-01-24 19:47:50','2021-01-24 11:47:50'),(58130,22287,'action complete via WP Cron','2021-01-24 19:47:50','2021-01-24 11:47:50'),(58131,22288,'action created','2021-01-24 19:47:50','2021-01-24 11:47:50'),(58132,22288,'action started via WP Cron','2021-01-24 19:48:42','2021-01-24 11:48:42'),(58133,22288,'action complete via WP Cron','2021-01-24 19:48:42','2021-01-24 11:48:42'),(58134,22289,'action created','2021-01-24 19:48:42','2021-01-24 11:48:42'),(58135,22289,'action started via WP Cron','2021-01-24 19:50:37','2021-01-24 11:50:37'),(58136,22289,'action complete via WP Cron','2021-01-24 19:50:37','2021-01-24 11:50:37'),(58137,22290,'action created','2021-01-24 19:50:37','2021-01-24 11:50:37'),(58138,22290,'action started via WP Cron','2021-01-24 19:52:10','2021-01-24 11:52:10'),(58139,22290,'action complete via WP Cron','2021-01-24 19:52:10','2021-01-24 11:52:10'),(58140,22291,'action created','2021-01-24 19:52:10','2021-01-24 11:52:10'),(58141,22291,'action started via WP Cron','2021-01-24 19:53:52','2021-01-24 11:53:52'),(58142,22291,'action complete via WP Cron','2021-01-24 19:53:52','2021-01-24 11:53:52'),(58143,22292,'action created','2021-01-24 19:53:52','2021-01-24 11:53:52'),(58144,22292,'action started via WP Cron','2021-01-24 19:54:46','2021-01-24 11:54:46'),(58145,22292,'action complete via WP Cron','2021-01-24 19:54:46','2021-01-24 11:54:46'),(58146,22293,'action created','2021-01-24 19:54:46','2021-01-24 11:54:46'),(58147,22293,'action started via WP Cron','2021-01-24 19:55:47','2021-01-24 11:55:47'),(58148,22293,'action complete via WP Cron','2021-01-24 19:55:47','2021-01-24 11:55:47'),(58149,22294,'action created','2021-01-24 19:55:47','2021-01-24 11:55:47'),(58150,22294,'action started via WP Cron','2021-01-24 19:58:12','2021-01-24 11:58:12'),(58151,22294,'action complete via WP Cron','2021-01-24 19:58:12','2021-01-24 11:58:12'),(58152,22295,'action created','2021-01-24 19:58:12','2021-01-24 11:58:12'),(58153,22295,'action started via WP Cron','2021-01-24 19:59:11','2021-01-24 11:59:11'),(58154,22295,'action complete via WP Cron','2021-01-24 19:59:11','2021-01-24 11:59:11'),(58155,22296,'action created','2021-01-24 19:59:11','2021-01-24 11:59:11'),(58156,22296,'action started via WP Cron','2021-01-24 20:00:12','2021-01-24 12:00:12'),(58157,22296,'action complete via WP Cron','2021-01-24 20:00:12','2021-01-24 12:00:12'),(58158,22297,'action created','2021-01-24 20:00:12','2021-01-24 12:00:12'),(58159,22297,'action started via WP Cron','2021-01-24 20:01:54','2021-01-24 12:01:54'),(58160,22297,'action complete via WP Cron','2021-01-24 20:01:54','2021-01-24 12:01:54'),(58161,22298,'action created','2021-01-24 20:01:54','2021-01-24 12:01:54'),(58162,22298,'action started via WP Cron','2021-01-24 20:02:48','2021-01-24 12:02:48'),(58163,22298,'action complete via WP Cron','2021-01-24 20:02:49','2021-01-24 12:02:49'),(58164,22299,'action created','2021-01-24 20:02:49','2021-01-24 12:02:49'),(58165,22299,'action started via WP Cron','2021-01-24 20:03:47','2021-01-24 12:03:47'),(58166,22299,'action complete via WP Cron','2021-01-24 20:03:47','2021-01-24 12:03:47'),(58167,22300,'action created','2021-01-24 20:03:47','2021-01-24 12:03:47'),(58168,22300,'action started via WP Cron','2021-01-24 20:04:56','2021-01-24 12:04:56'),(58169,22300,'action complete via WP Cron','2021-01-24 20:04:56','2021-01-24 12:04:56'),(58170,22301,'action created','2021-01-24 20:04:56','2021-01-24 12:04:56'),(58171,22301,'action started via WP Cron','2021-01-24 20:06:24','2021-01-24 12:06:24'),(58172,22301,'action complete via WP Cron','2021-01-24 20:06:24','2021-01-24 12:06:24'),(58173,22302,'action created','2021-01-24 20:06:24','2021-01-24 12:06:24'),(58174,22302,'action started via WP Cron','2021-01-24 20:07:00','2021-01-24 12:07:00'),(58175,22302,'action complete via WP Cron','2021-01-24 20:07:00','2021-01-24 12:07:00'),(58176,22303,'action created','2021-01-24 20:07:00','2021-01-24 12:07:00'),(58177,22303,'action started via WP Cron','2021-01-24 20:08:24','2021-01-24 12:08:24'),(58178,22303,'action complete via WP Cron','2021-01-24 20:08:24','2021-01-24 12:08:24'),(58179,22304,'action created','2021-01-24 20:08:24','2021-01-24 12:08:24'),(58180,22304,'action started via WP Cron','2021-01-24 20:08:47','2021-01-24 12:08:47'),(58181,22304,'action complete via WP Cron','2021-01-24 20:08:47','2021-01-24 12:08:47'),(58182,22305,'action created','2021-01-24 20:09:43','2021-01-24 12:09:43'),(58183,22305,'action started via WP Cron','2021-01-24 20:11:44','2021-01-24 12:11:44'),(58184,22305,'action complete via WP Cron','2021-01-24 20:11:44','2021-01-24 12:11:44'),(58185,22306,'action created','2021-01-24 20:11:44','2021-01-24 12:11:44'),(58186,22306,'action started via WP Cron','2021-01-24 20:13:18','2021-01-24 12:13:18'),(58187,22306,'action complete via WP Cron','2021-01-24 20:13:18','2021-01-24 12:13:18'),(58188,22307,'action created','2021-01-24 20:13:18','2021-01-24 12:13:18'),(58189,22307,'action started via WP Cron','2021-01-24 20:14:00','2021-01-24 12:14:00'),(58190,22307,'action complete via WP Cron','2021-01-24 20:14:00','2021-01-24 12:14:00'),(58191,22308,'action created','2021-01-24 20:14:00','2021-01-24 12:14:00'),(58192,22308,'action started via WP Cron','2021-01-24 20:15:08','2021-01-24 12:15:08'),(58193,22308,'action complete via WP Cron','2021-01-24 20:15:08','2021-01-24 12:15:08'),(58194,22309,'action created','2021-01-24 20:15:08','2021-01-24 12:15:08'),(58195,22309,'action started via WP Cron','2021-01-24 20:15:42','2021-01-24 12:15:42'),(58196,22309,'action complete via WP Cron','2021-01-24 20:15:42','2021-01-24 12:15:42'),(58197,22310,'action created','2021-01-24 20:15:42','2021-01-24 12:15:42'),(58198,22310,'action started via WP Cron','2021-01-24 20:16:45','2021-01-24 12:16:45'),(58199,22310,'action complete via WP Cron','2021-01-24 20:16:45','2021-01-24 12:16:45'),(58200,22311,'action created','2021-01-24 20:16:45','2021-01-24 12:16:45'),(58201,22311,'action started via WP Cron','2021-01-24 20:17:49','2021-01-24 12:17:49'),(58202,22311,'action complete via WP Cron','2021-01-24 20:17:49','2021-01-24 12:17:49'),(58203,22312,'action created','2021-01-24 20:17:49','2021-01-24 12:17:49'),(58204,22312,'action started via WP Cron','2021-01-24 20:18:50','2021-01-24 12:18:50'),(58205,22312,'action complete via WP Cron','2021-01-24 20:18:50','2021-01-24 12:18:50'),(58206,22313,'action created','2021-01-24 20:18:50','2021-01-24 12:18:50'),(58207,22313,'action started via WP Cron','2021-01-24 20:20:26','2021-01-24 12:20:26'),(58208,22313,'action complete via WP Cron','2021-01-24 20:20:26','2021-01-24 12:20:26'),(58209,22314,'action created','2021-01-24 20:20:26','2021-01-24 12:20:26'),(58210,22314,'action started via WP Cron','2021-01-24 20:20:50','2021-01-24 12:20:50'),(58211,22314,'action complete via WP Cron','2021-01-24 20:20:50','2021-01-24 12:20:50'),(58212,22315,'action created','2021-01-24 20:20:50','2021-01-24 12:20:50'),(58213,22315,'action started via WP Cron','2021-01-24 20:21:44','2021-01-24 12:21:44'),(58214,22315,'action complete via WP Cron','2021-01-24 20:21:44','2021-01-24 12:21:44'),(58215,22316,'action created','2021-01-24 20:21:44','2021-01-24 12:21:44'),(58216,22316,'action started via WP Cron','2021-01-24 20:22:45','2021-01-24 12:22:45'),(58217,22316,'action complete via WP Cron','2021-01-24 20:22:45','2021-01-24 12:22:45'),(58218,22317,'action created','2021-01-24 20:22:45','2021-01-24 12:22:45'),(58219,22317,'action started via WP Cron','2021-01-24 20:24:18','2021-01-24 12:24:18'),(58220,22317,'action complete via WP Cron','2021-01-24 20:24:18','2021-01-24 12:24:18'),(58221,22318,'action created','2021-01-24 20:24:18','2021-01-24 12:24:18'),(58222,22318,'action started via WP Cron','2021-01-24 20:24:48','2021-01-24 12:24:48'),(58223,22318,'action complete via WP Cron','2021-01-24 20:24:48','2021-01-24 12:24:48'),(58224,22319,'action created','2021-01-24 20:25:48','2021-01-24 12:25:48'),(58225,22319,'action started via WP Cron','2021-01-24 20:26:49','2021-01-24 12:26:49'),(58226,22319,'action complete via WP Cron','2021-01-24 20:26:49','2021-01-24 12:26:49'),(58227,22320,'action created','2021-01-24 20:26:49','2021-01-24 12:26:49'),(58228,22320,'action started via WP Cron','2021-01-24 20:27:49','2021-01-24 12:27:49'),(58229,22320,'action complete via WP Cron','2021-01-24 20:27:49','2021-01-24 12:27:49'),(58230,22321,'action created','2021-01-24 20:27:49','2021-01-24 12:27:49'),(58231,22321,'action started via WP Cron','2021-01-24 20:29:46','2021-01-24 12:29:46'),(58232,22321,'action complete via WP Cron','2021-01-24 20:29:46','2021-01-24 12:29:46'),(58233,22322,'action created','2021-01-24 20:30:13','2021-01-24 12:30:13'),(58234,22322,'action started via WP Cron','2021-01-24 20:30:45','2021-01-24 12:30:45'),(58235,22322,'action complete via WP Cron','2021-01-24 20:30:45','2021-01-24 12:30:45'),(58236,22323,'action created','2021-01-24 20:31:36','2021-01-24 12:31:36'),(58237,22323,'action started via WP Cron','2021-01-24 20:33:04','2021-01-24 12:33:04'),(58238,22323,'action complete via WP Cron','2021-01-24 20:33:04','2021-01-24 12:33:04'),(58239,22324,'action created','2021-01-24 20:33:04','2021-01-24 12:33:04'),(58240,22324,'action started via WP Cron','2021-01-24 20:33:44','2021-01-24 12:33:44'),(58241,22324,'action complete via WP Cron','2021-01-24 20:33:44','2021-01-24 12:33:44'),(58242,22325,'action created','2021-01-24 20:33:44','2021-01-24 12:33:44'),(58243,22325,'action started via WP Cron','2021-01-24 20:34:50','2021-01-24 12:34:50'),(58244,22325,'action complete via WP Cron','2021-01-24 20:34:50','2021-01-24 12:34:50'),(58245,22326,'action created','2021-01-24 20:34:50','2021-01-24 12:34:50'),(58246,22326,'action started via WP Cron','2021-01-24 20:36:19','2021-01-24 12:36:19'),(58247,22326,'action complete via WP Cron','2021-01-24 20:36:19','2021-01-24 12:36:19'),(58248,22327,'action created','2021-01-24 20:36:19','2021-01-24 12:36:19'),(58249,22327,'action started via WP Cron','2021-01-24 20:37:19','2021-01-24 12:37:19'),(58250,22327,'action complete via WP Cron','2021-01-24 20:37:19','2021-01-24 12:37:19'),(58251,22328,'action created','2021-01-24 20:37:19','2021-01-24 12:37:19'),(58252,22328,'action started via WP Cron','2021-01-24 20:37:54','2021-01-24 12:37:54'),(58253,22328,'action complete via WP Cron','2021-01-24 20:37:54','2021-01-24 12:37:54'),(58254,22329,'action created','2021-01-24 20:37:54','2021-01-24 12:37:54'),(58255,22329,'action started via WP Cron','2021-01-24 20:38:58','2021-01-24 12:38:58'),(58256,22329,'action complete via WP Cron','2021-01-24 20:38:58','2021-01-24 12:38:58'),(58257,22330,'action created','2021-01-24 20:38:58','2021-01-24 12:38:58'),(58258,22330,'action started via WP Cron','2021-01-24 20:40:21','2021-01-24 12:40:21'),(58259,22330,'action complete via WP Cron','2021-01-24 20:40:21','2021-01-24 12:40:21'),(58260,22331,'action created','2021-01-24 20:40:21','2021-01-24 12:40:21'),(58261,22331,'action started via WP Cron','2021-01-24 20:40:57','2021-01-24 12:40:57'),(58262,22331,'action complete via WP Cron','2021-01-24 20:40:57','2021-01-24 12:40:57'),(58263,22332,'action created','2021-01-24 20:40:57','2021-01-24 12:40:57'),(58264,22332,'action started via WP Cron','2021-01-24 20:42:30','2021-01-24 12:42:30'),(58265,22332,'action complete via WP Cron','2021-01-24 20:42:30','2021-01-24 12:42:30'),(58266,22333,'action created','2021-01-24 20:42:31','2021-01-24 12:42:31'),(58267,22333,'action started via WP Cron','2021-01-24 20:43:34','2021-01-24 12:43:34'),(58268,22333,'action complete via WP Cron','2021-01-24 20:43:34','2021-01-24 12:43:34'),(58269,22334,'action created','2021-01-24 20:43:34','2021-01-24 12:43:34'),(58270,22334,'action started via WP Cron','2021-01-24 20:44:09','2021-01-24 12:44:09'),(58271,22334,'action complete via WP Cron','2021-01-24 20:44:09','2021-01-24 12:44:09'),(58272,22335,'action created','2021-01-24 20:44:09','2021-01-24 12:44:09'),(58273,22335,'action started via WP Cron','2021-01-24 20:45:04','2021-01-24 12:45:04'),(58274,22335,'action complete via WP Cron','2021-01-24 20:45:04','2021-01-24 12:45:04'),(58275,22336,'action created','2021-01-24 20:45:04','2021-01-24 12:45:04'),(58276,22336,'action started via WP Cron','2021-01-24 20:45:59','2021-01-24 12:45:59'),(58277,22336,'action complete via WP Cron','2021-01-24 20:45:59','2021-01-24 12:45:59'),(58278,22337,'action created','2021-01-24 20:45:59','2021-01-24 12:45:59'),(58279,22337,'action started via WP Cron','2021-01-24 20:46:47','2021-01-24 12:46:47'),(58280,22337,'action complete via WP Cron','2021-01-24 20:46:47','2021-01-24 12:46:47'),(58281,22338,'action created','2021-01-24 20:46:47','2021-01-24 12:46:47'),(58282,22338,'action started via WP Cron','2021-01-24 20:49:03','2021-01-24 12:49:03'),(58283,22338,'action complete via WP Cron','2021-01-24 20:49:03','2021-01-24 12:49:03'),(58284,22339,'action created','2021-01-24 20:49:03','2021-01-24 12:49:03'),(58285,22339,'action started via WP Cron','2021-01-24 20:50:17','2021-01-24 12:50:17'),(58286,22339,'action complete via WP Cron','2021-01-24 20:50:17','2021-01-24 12:50:17'),(58287,22340,'action created','2021-01-24 20:50:17','2021-01-24 12:50:17'),(58288,22340,'action started via WP Cron','2021-01-24 20:50:45','2021-01-24 12:50:45'),(58289,22340,'action complete via WP Cron','2021-01-24 20:50:45','2021-01-24 12:50:45'),(58290,22341,'action created','2021-01-24 20:50:45','2021-01-24 12:50:45'),(58291,22341,'action started via WP Cron','2021-01-24 20:52:03','2021-01-24 12:52:03'),(58292,22341,'action complete via WP Cron','2021-01-24 20:52:03','2021-01-24 12:52:03'),(58293,22342,'action created','2021-01-24 20:52:03','2021-01-24 12:52:03'),(58294,22342,'action started via WP Cron','2021-01-24 20:52:42','2021-01-24 12:52:42'),(58295,22342,'action complete via WP Cron','2021-01-24 20:52:42','2021-01-24 12:52:42'),(58296,22343,'action created','2021-01-24 20:52:42','2021-01-24 12:52:42'),(58297,22343,'action started via WP Cron','2021-01-24 20:54:11','2021-01-24 12:54:11'),(58298,22343,'action complete via WP Cron','2021-01-24 20:54:11','2021-01-24 12:54:11'),(58299,22344,'action created','2021-01-24 20:54:11','2021-01-24 12:54:11'),(58300,22344,'action started via WP Cron','2021-01-24 20:55:10','2021-01-24 12:55:10'),(58301,22344,'action complete via WP Cron','2021-01-24 20:55:10','2021-01-24 12:55:10'),(58302,22345,'action created','2021-01-24 20:55:10','2021-01-24 12:55:10'),(58303,22345,'action started via WP Cron','2021-01-24 20:55:58','2021-01-24 12:55:58'),(58304,22345,'action complete via WP Cron','2021-01-24 20:55:58','2021-01-24 12:55:58'),(58305,22346,'action created','2021-01-24 20:55:58','2021-01-24 12:55:58'),(58306,22346,'action started via WP Cron','2021-01-24 20:57:06','2021-01-24 12:57:06'),(58307,22346,'action complete via WP Cron','2021-01-24 20:57:06','2021-01-24 12:57:06'),(58308,22347,'action created','2021-01-24 20:57:06','2021-01-24 12:57:06'),(58309,22347,'action started via WP Cron','2021-01-24 20:58:00','2021-01-24 12:58:00'),(58310,22347,'action complete via WP Cron','2021-01-24 20:58:00','2021-01-24 12:58:00'),(58311,22348,'action created','2021-01-24 20:58:00','2021-01-24 12:58:00'),(58312,22348,'action started via WP Cron','2021-01-24 20:59:00','2021-01-24 12:59:00'),(58313,22348,'action complete via WP Cron','2021-01-24 20:59:00','2021-01-24 12:59:00'),(58314,22349,'action created','2021-01-24 20:59:00','2021-01-24 12:59:00'),(58315,22349,'action started via WP Cron','2021-01-24 21:00:05','2021-01-24 13:00:05'),(58316,22349,'action complete via WP Cron','2021-01-24 21:00:05','2021-01-24 13:00:05'),(58317,22350,'action created','2021-01-24 21:00:05','2021-01-24 13:00:05'),(58318,22350,'action started via WP Cron','2021-01-24 21:01:12','2021-01-24 13:01:12'),(58319,22350,'action complete via WP Cron','2021-01-24 21:01:12','2021-01-24 13:01:12'),(58320,22351,'action created','2021-01-24 21:01:13','2021-01-24 13:01:13'),(58321,22351,'action started via WP Cron','2021-01-24 21:01:43','2021-01-24 13:01:43'),(58322,22351,'action complete via WP Cron','2021-01-24 21:01:43','2021-01-24 13:01:43'),(58323,22352,'action created','2021-01-24 21:01:43','2021-01-24 13:01:43'),(58324,22352,'action started via WP Cron','2021-01-24 21:03:03','2021-01-24 13:03:03'),(58325,22352,'action complete via WP Cron','2021-01-24 21:03:03','2021-01-24 13:03:03'),(58326,22353,'action created','2021-01-24 21:03:03','2021-01-24 13:03:03'),(58327,22353,'action started via WP Cron','2021-01-24 21:04:06','2021-01-24 13:04:06'),(58328,22353,'action complete via WP Cron','2021-01-24 21:04:06','2021-01-24 13:04:06'),(58329,22354,'action created','2021-01-24 21:04:06','2021-01-24 13:04:06'),(58330,22354,'action started via WP Cron','2021-01-24 21:04:57','2021-01-24 13:04:57'),(58331,22354,'action complete via WP Cron','2021-01-24 21:04:57','2021-01-24 13:04:57'),(58332,22355,'action created','2021-01-24 21:04:57','2021-01-24 13:04:57'),(58333,22355,'action started via WP Cron','2021-01-24 21:05:55','2021-01-24 13:05:55'),(58334,22355,'action complete via WP Cron','2021-01-24 21:05:55','2021-01-24 13:05:55'),(58335,22356,'action created','2021-01-24 21:05:55','2021-01-24 13:05:55'),(58336,22356,'action started via WP Cron','2021-01-24 21:06:58','2021-01-24 13:06:58'),(58337,22356,'action complete via WP Cron','2021-01-24 21:06:58','2021-01-24 13:06:58'),(58338,22357,'action created','2021-01-24 21:06:58','2021-01-24 13:06:58'),(58339,22357,'action started via WP Cron','2021-01-24 21:07:53','2021-01-24 13:07:53'),(58340,22357,'action complete via WP Cron','2021-01-24 21:07:53','2021-01-24 13:07:53'),(58341,22358,'action created','2021-01-24 21:07:53','2021-01-24 13:07:53'),(58342,22358,'action started via WP Cron','2021-01-24 21:08:50','2021-01-24 13:08:50'),(58343,22358,'action complete via WP Cron','2021-01-24 21:08:50','2021-01-24 13:08:50'),(58344,22359,'action created','2021-01-24 21:08:50','2021-01-24 13:08:50'),(58345,22359,'action started via WP Cron','2021-01-24 21:09:56','2021-01-24 13:09:56'),(58346,22359,'action complete via WP Cron','2021-01-24 21:09:56','2021-01-24 13:09:56'),(58347,22360,'action created','2021-01-24 21:09:56','2021-01-24 13:09:56'),(58348,22360,'action started via WP Cron','2021-01-24 21:10:52','2021-01-24 13:10:52'),(58349,22360,'action complete via WP Cron','2021-01-24 21:10:52','2021-01-24 13:10:52'),(58350,22361,'action created','2021-01-24 21:10:52','2021-01-24 13:10:52'),(58351,22361,'action started via WP Cron','2021-01-24 21:11:51','2021-01-24 13:11:51'),(58352,22361,'action complete via WP Cron','2021-01-24 21:11:51','2021-01-24 13:11:51'),(58353,22362,'action created','2021-01-24 21:11:52','2021-01-24 13:11:52'),(58354,22362,'action started via WP Cron','2021-01-24 21:12:43','2021-01-24 13:12:43'),(58355,22362,'action complete via WP Cron','2021-01-24 21:12:43','2021-01-24 13:12:43'),(58356,22363,'action created','2021-01-24 21:12:43','2021-01-24 13:12:43'),(58357,22363,'action started via WP Cron','2021-01-24 21:13:52','2021-01-24 13:13:52'),(58358,22363,'action complete via WP Cron','2021-01-24 21:13:52','2021-01-24 13:13:52'),(58359,22364,'action created','2021-01-24 21:13:52','2021-01-24 13:13:52'),(58360,22364,'action started via WP Cron','2021-01-24 21:14:50','2021-01-24 13:14:50'),(58361,22364,'action complete via WP Cron','2021-01-24 21:14:50','2021-01-24 13:14:50'),(58362,22365,'action created','2021-01-24 21:14:51','2021-01-24 13:14:51'),(58363,22365,'action started via WP Cron','2021-01-24 21:15:56','2021-01-24 13:15:56'),(58364,22365,'action complete via WP Cron','2021-01-24 21:15:56','2021-01-24 13:15:56'),(58365,22366,'action created','2021-01-24 21:15:56','2021-01-24 13:15:56'),(58366,22366,'action started via WP Cron','2021-01-24 21:16:46','2021-01-24 13:16:46'),(58367,22366,'action complete via WP Cron','2021-01-24 21:16:46','2021-01-24 13:16:46'),(58368,22367,'action created','2021-01-24 21:16:46','2021-01-24 13:16:46'),(58369,22367,'action started via WP Cron','2021-01-24 21:17:53','2021-01-24 13:17:53'),(58370,22367,'action complete via WP Cron','2021-01-24 21:17:53','2021-01-24 13:17:53'),(58371,22368,'action created','2021-01-24 21:17:53','2021-01-24 13:17:53'),(58372,22368,'action started via WP Cron','2021-01-24 21:18:56','2021-01-24 13:18:56'),(58373,22368,'action complete via WP Cron','2021-01-24 21:18:56','2021-01-24 13:18:56'),(58374,22369,'action created','2021-01-24 21:18:56','2021-01-24 13:18:56'),(58375,22369,'action started via WP Cron','2021-01-24 21:19:58','2021-01-24 13:19:58'),(58376,22369,'action complete via WP Cron','2021-01-24 21:19:58','2021-01-24 13:19:58'),(58377,22370,'action created','2021-01-24 21:19:58','2021-01-24 13:19:58'),(58378,22370,'action started via WP Cron','2021-01-24 21:21:06','2021-01-24 13:21:06'),(58379,22370,'action complete via WP Cron','2021-01-24 21:21:06','2021-01-24 13:21:06'),(58380,22371,'action created','2021-01-24 21:21:06','2021-01-24 13:21:06'),(58381,22371,'action started via WP Cron','2021-01-24 21:22:34','2021-01-24 13:22:34'),(58382,22371,'action complete via WP Cron','2021-01-24 21:22:34','2021-01-24 13:22:34'),(58383,22372,'action created','2021-01-24 21:22:34','2021-01-24 13:22:34'),(58384,22372,'action started via WP Cron','2021-01-24 21:22:55','2021-01-24 13:22:55'),(58385,22372,'action complete via WP Cron','2021-01-24 21:22:55','2021-01-24 13:22:55'),(58386,22373,'action created','2021-01-24 21:22:55','2021-01-24 13:22:55'),(58387,22373,'action started via WP Cron','2021-01-24 21:23:57','2021-01-24 13:23:57'),(58388,22373,'action complete via WP Cron','2021-01-24 21:23:57','2021-01-24 13:23:57'),(58389,22374,'action created','2021-01-24 21:23:58','2021-01-24 13:23:58'),(58390,22374,'action started via WP Cron','2021-01-24 21:24:46','2021-01-24 13:24:46'),(58391,22374,'action complete via WP Cron','2021-01-24 21:24:46','2021-01-24 13:24:46'),(58392,22375,'action created','2021-01-24 21:24:46','2021-01-24 13:24:46'),(58393,22375,'action started via WP Cron','2021-01-24 21:26:55','2021-01-24 13:26:55'),(58394,22375,'action complete via WP Cron','2021-01-24 21:26:55','2021-01-24 13:26:55'),(58395,22376,'action created','2021-01-24 21:26:55','2021-01-24 13:26:55'),(58396,22376,'action started via WP Cron','2021-01-24 21:27:49','2021-01-24 13:27:49'),(58397,22376,'action complete via WP Cron','2021-01-24 21:27:49','2021-01-24 13:27:49'),(58398,22377,'action created','2021-01-24 21:27:49','2021-01-24 13:27:49'),(58399,22377,'action started via WP Cron','2021-01-24 21:28:50','2021-01-24 13:28:50'),(58400,22377,'action complete via WP Cron','2021-01-24 21:28:50','2021-01-24 13:28:50'),(58401,22378,'action created','2021-01-24 21:28:50','2021-01-24 13:28:50'),(58402,22378,'action started via WP Cron','2021-01-24 21:30:52','2021-01-24 13:30:52'),(58403,22378,'action complete via WP Cron','2021-01-24 21:30:52','2021-01-24 13:30:52'),(58404,22379,'action created','2021-01-24 21:30:52','2021-01-24 13:30:52'),(58405,22379,'action started via WP Cron','2021-01-24 21:31:43','2021-01-24 13:31:43'),(58406,22379,'action complete via WP Cron','2021-01-24 21:31:43','2021-01-24 13:31:43'),(58407,22380,'action created','2021-01-24 21:31:43','2021-01-24 13:31:43'),(58408,22380,'action started via WP Cron','2021-01-24 21:32:46','2021-01-24 13:32:46'),(58409,22380,'action complete via WP Cron','2021-01-24 21:32:46','2021-01-24 13:32:46'),(58410,22381,'action created','2021-01-24 21:32:46','2021-01-24 13:32:46'),(58411,22381,'action started via WP Cron','2021-01-24 21:33:47','2021-01-24 13:33:47'),(58412,22381,'action complete via WP Cron','2021-01-24 21:33:47','2021-01-24 13:33:47'),(58413,22382,'action created','2021-01-24 21:33:47','2021-01-24 13:33:47'),(58414,22382,'action started via WP Cron','2021-01-24 21:49:46','2021-01-24 13:49:46'),(58415,22382,'action complete via WP Cron','2021-01-24 21:49:46','2021-01-24 13:49:46'),(58416,22383,'action created','2021-01-24 21:49:46','2021-01-24 13:49:46'),(58417,22383,'action started via WP Cron','2021-01-24 21:53:45','2021-01-24 13:53:45'),(58418,22383,'action complete via WP Cron','2021-01-24 21:53:45','2021-01-24 13:53:45'),(58419,22384,'action created','2021-01-24 21:53:45','2021-01-24 13:53:45'),(58420,22384,'action started via WP Cron','2021-01-24 21:54:57','2021-01-24 13:54:57'),(58421,22384,'action complete via WP Cron','2021-01-24 21:54:57','2021-01-24 13:54:57'),(58422,22385,'action created','2021-01-24 21:54:57','2021-01-24 13:54:57'),(58423,22385,'action started via WP Cron','2021-01-24 21:56:01','2021-01-24 13:56:01'),(58424,22385,'action complete via WP Cron','2021-01-24 21:56:01','2021-01-24 13:56:01'),(58425,22386,'action created','2021-01-24 21:56:01','2021-01-24 13:56:01'),(58426,22386,'action started via WP Cron','2021-01-24 22:01:30','2021-01-24 14:01:30'),(58427,22386,'action complete via WP Cron','2021-01-24 22:01:30','2021-01-24 14:01:30'),(58428,22387,'action created','2021-01-24 22:01:30','2021-01-24 14:01:30'),(58429,22387,'action started via WP Cron','2021-01-24 22:13:52','2021-01-24 14:13:52'),(58430,22387,'action complete via WP Cron','2021-01-24 22:13:52','2021-01-24 14:13:52'),(58431,22388,'action created','2021-01-24 22:13:52','2021-01-24 14:13:52'),(58432,22388,'action started via WP Cron','2021-01-24 22:16:26','2021-01-24 14:16:26'),(58433,22388,'action complete via WP Cron','2021-01-24 22:16:26','2021-01-24 14:16:26'),(58434,22389,'action created','2021-01-24 22:16:26','2021-01-24 14:16:26'),(58435,22389,'action started via WP Cron','2021-01-24 22:16:57','2021-01-24 14:16:57'),(58436,22389,'action complete via WP Cron','2021-01-24 22:16:57','2021-01-24 14:16:57'),(58437,22390,'action created','2021-01-24 22:16:57','2021-01-24 14:16:57'),(58438,22390,'action started via WP Cron','2021-01-24 22:18:22','2021-01-24 14:18:22'),(58439,22390,'action complete via WP Cron','2021-01-24 22:18:22','2021-01-24 14:18:22'),(58440,22391,'action created','2021-01-24 22:18:22','2021-01-24 14:18:22'),(58441,22391,'action started via WP Cron','2021-01-24 22:31:16','2021-01-24 14:31:16'),(58442,22391,'action complete via WP Cron','2021-01-24 22:31:16','2021-01-24 14:31:16'),(58443,22392,'action created','2021-01-24 22:31:16','2021-01-24 14:31:16'),(58444,22392,'action started via WP Cron','2021-01-24 22:33:53','2021-01-24 14:33:53'),(58445,22392,'action complete via WP Cron','2021-01-24 22:33:53','2021-01-24 14:33:53'),(58446,22393,'action created','2021-01-24 22:33:53','2021-01-24 14:33:53'),(58447,22393,'action started via WP Cron','2021-01-24 22:34:47','2021-01-24 14:34:47'),(58448,22393,'action complete via WP Cron','2021-01-24 22:34:47','2021-01-24 14:34:47'),(58449,22394,'action created','2021-01-24 22:34:47','2021-01-24 14:34:47'),(58450,22394,'action started via WP Cron','2021-01-24 22:35:48','2021-01-24 14:35:48'),(58451,22394,'action complete via WP Cron','2021-01-24 22:35:48','2021-01-24 14:35:48'),(58452,22395,'action created','2021-01-24 22:35:48','2021-01-24 14:35:48'),(58453,22395,'action started via WP Cron','2021-01-24 22:37:50','2021-01-24 14:37:50'),(58454,22395,'action complete via WP Cron','2021-01-24 22:37:50','2021-01-24 14:37:50'),(58455,22396,'action created','2021-01-24 22:37:50','2021-01-24 14:37:50'),(58456,22396,'action started via WP Cron','2021-01-24 22:38:51','2021-01-24 14:38:51'),(58457,22396,'action complete via WP Cron','2021-01-24 22:38:51','2021-01-24 14:38:51'),(58458,22397,'action created','2021-01-24 22:38:51','2021-01-24 14:38:51'),(58459,22397,'action started via WP Cron','2021-01-24 22:39:52','2021-01-24 14:39:52'),(58460,22397,'action complete via WP Cron','2021-01-24 22:39:52','2021-01-24 14:39:52'),(58461,22398,'action created','2021-01-24 22:39:52','2021-01-24 14:39:52'),(58462,22398,'action started via WP Cron','2021-01-24 22:46:55','2021-01-24 14:46:55'),(58463,22398,'action complete via WP Cron','2021-01-24 22:46:55','2021-01-24 14:46:55'),(58464,22399,'action created','2021-01-24 22:46:55','2021-01-24 14:46:55'),(58471,22401,'action started via WP Cron','2021-01-24 23:15:05','2021-01-24 15:15:05'),(58472,22401,'action complete via WP Cron','2021-01-24 23:15:05','2021-01-24 15:15:05'),(58473,22402,'action created','2021-01-24 23:15:05','2021-01-24 15:15:05'),(58474,22402,'action started via WP Cron','2021-01-24 23:29:23','2021-01-24 15:29:23'),(58475,22402,'action complete via WP Cron','2021-01-24 23:29:23','2021-01-24 15:29:23'),(58476,22403,'action created','2021-01-24 23:29:23','2021-01-24 15:29:23'),(58477,22403,'action started via WP Cron','2021-01-24 23:48:31','2021-01-24 15:48:31'),(58478,22403,'action complete via WP Cron','2021-01-24 23:48:31','2021-01-24 15:48:31'),(58479,22404,'action created','2021-01-24 23:48:31','2021-01-24 15:48:31'),(58480,22404,'action started via WP Cron','2021-01-24 23:57:19','2021-01-24 15:57:19'),(58481,22404,'action complete via WP Cron','2021-01-24 23:57:19','2021-01-24 15:57:19'),(58482,22405,'action created','2021-01-24 23:57:19','2021-01-24 15:57:19'),(58483,22405,'action started via WP Cron','2021-01-24 23:58:27','2021-01-24 15:58:27'),(58484,22405,'action complete via WP Cron','2021-01-24 23:58:27','2021-01-24 15:58:27'),(58485,22406,'action created','2021-01-24 23:58:27','2021-01-24 15:58:27'),(58486,22406,'action started via WP Cron','2021-01-24 23:59:28','2021-01-24 15:59:28'),(58487,22406,'action complete via WP Cron','2021-01-24 23:59:28','2021-01-24 15:59:28'),(58488,22407,'action created','2021-01-24 23:59:28','2021-01-24 15:59:28'),(58489,22407,'action started via WP Cron','2021-01-25 00:01:30','2021-01-24 16:01:30'),(58490,22407,'action complete via WP Cron','2021-01-25 00:01:30','2021-01-24 16:01:30'),(58491,22408,'action created','2021-01-25 00:01:30','2021-01-24 16:01:30'),(58492,22408,'action started via WP Cron','2021-01-25 00:02:23','2021-01-24 16:02:23'),(58493,22408,'action complete via WP Cron','2021-01-25 00:02:23','2021-01-24 16:02:23'),(58494,22409,'action created','2021-01-25 00:02:25','2021-01-24 16:02:25'),(58495,22409,'action started via WP Cron','2021-01-25 00:02:46','2021-01-24 16:02:46'),(58496,22409,'action complete via WP Cron','2021-01-25 00:02:46','2021-01-24 16:02:46'),(58497,22410,'action created','2021-01-25 00:02:46','2021-01-24 16:02:46'),(58498,22410,'action started via WP Cron','2021-01-25 00:05:12','2021-01-24 16:05:12'),(58499,22410,'action complete via WP Cron','2021-01-25 00:05:12','2021-01-24 16:05:12'),(58500,22411,'action created','2021-01-25 00:09:15','2021-01-24 16:09:15'),(58501,22411,'action started via WP Cron','2021-01-25 00:13:38','2021-01-24 16:13:38'),(58502,22411,'action complete via WP Cron','2021-01-25 00:13:38','2021-01-24 16:13:38'),(58503,22412,'action created','2021-01-25 00:13:39','2021-01-24 16:13:39'),(58504,22412,'action started via WP Cron','2021-01-25 00:21:51','2021-01-24 16:21:51'),(58505,22412,'action complete via WP Cron','2021-01-25 00:21:51','2021-01-24 16:21:51'),(58506,22413,'action created','2021-01-25 00:21:51','2021-01-24 16:21:51'),(58507,22413,'action started via WP Cron','2021-01-25 00:27:59','2021-01-24 16:27:59'),(58508,22413,'action complete via WP Cron','2021-01-25 00:27:59','2021-01-24 16:27:59'),(58509,22414,'action created','2021-01-25 00:27:59','2021-01-24 16:27:59'),(58510,22414,'action started via WP Cron','2021-01-25 00:31:46','2021-01-24 16:31:46'),(58511,22414,'action complete via WP Cron','2021-01-25 00:31:46','2021-01-24 16:31:46'),(58512,22415,'action created','2021-01-25 00:31:46','2021-01-24 16:31:46'),(58513,22415,'action started via WP Cron','2021-01-25 00:34:40','2021-01-24 16:34:40'),(58514,22415,'action complete via WP Cron','2021-01-25 00:34:40','2021-01-24 16:34:40'),(58515,22416,'action created','2021-01-25 00:34:40','2021-01-24 16:34:40'),(58516,22416,'action started via WP Cron','2021-01-25 00:42:37','2021-01-24 16:42:37'),(58517,22416,'action complete via WP Cron','2021-01-25 00:42:37','2021-01-24 16:42:37'),(58518,22417,'action created','2021-01-25 00:42:37','2021-01-24 16:42:37'),(58519,22417,'action started via WP Cron','2021-01-25 00:43:12','2021-01-24 16:43:12'),(58520,22417,'action complete via WP Cron','2021-01-25 00:43:12','2021-01-24 16:43:12'),(58521,22418,'action created','2021-01-25 00:43:12','2021-01-24 16:43:12'),(58522,22418,'action started via WP Cron','2021-01-25 00:46:02','2021-01-24 16:46:02'),(58523,22418,'action complete via WP Cron','2021-01-25 00:46:02','2021-01-24 16:46:02'),(58524,22419,'action created','2021-01-25 00:46:03','2021-01-24 16:46:03'),(58525,22419,'action started via WP Cron','2021-01-25 00:51:27','2021-01-24 16:51:27'),(58526,22419,'action complete via WP Cron','2021-01-25 00:51:27','2021-01-24 16:51:27'),(58527,22420,'action created','2021-01-25 00:51:27','2021-01-24 16:51:27'),(58528,22420,'action started via WP Cron','2021-01-25 00:56:28','2021-01-24 16:56:28'),(58529,22420,'action complete via WP Cron','2021-01-25 00:56:28','2021-01-24 16:56:28'),(58530,22421,'action created','2021-01-25 00:56:28','2021-01-24 16:56:28'),(58531,22421,'action started via WP Cron','2021-01-25 00:58:47','2021-01-24 16:58:47'),(58532,22421,'action complete via WP Cron','2021-01-25 00:58:47','2021-01-24 16:58:47'),(58533,22422,'action created','2021-01-25 00:58:47','2021-01-24 16:58:47'),(58534,22422,'action started via WP Cron','2021-01-25 01:08:29','2021-01-24 17:08:29'),(58535,22422,'action complete via WP Cron','2021-01-25 01:08:29','2021-01-24 17:08:29'),(58536,22423,'action created','2021-01-25 01:08:29','2021-01-24 17:08:29'),(58537,22423,'action started via WP Cron','2021-01-25 01:10:00','2021-01-24 17:10:00'),(58538,22423,'action complete via WP Cron','2021-01-25 01:10:00','2021-01-24 17:10:00'),(58539,22424,'action created','2021-01-25 01:10:01','2021-01-24 17:10:01'),(58540,22424,'action started via WP Cron','2021-01-25 01:17:34','2021-01-24 17:17:34'),(58541,22424,'action complete via WP Cron','2021-01-25 01:17:34','2021-01-24 17:17:34'),(58542,22425,'action created','2021-01-25 01:17:34','2021-01-24 17:17:34'),(58543,22425,'action started via WP Cron','2021-01-25 01:18:48','2021-01-24 17:18:48'),(58544,22425,'action complete via WP Cron','2021-01-25 01:18:48','2021-01-24 17:18:48'),(58545,22426,'action created','2021-01-25 01:18:48','2021-01-24 17:18:48'),(58546,22426,'action started via WP Cron','2021-01-25 01:20:45','2021-01-24 17:20:45'),(58547,22426,'action complete via WP Cron','2021-01-25 01:20:45','2021-01-24 17:20:45'),(58548,22427,'action created','2021-01-25 01:20:45','2021-01-24 17:20:45'),(58549,22427,'action started via WP Cron','2021-01-25 01:27:02','2021-01-24 17:27:02'),(58550,22427,'action complete via WP Cron','2021-01-25 01:27:02','2021-01-24 17:27:02'),(58551,22428,'action created','2021-01-25 01:27:02','2021-01-24 17:27:02'),(58552,22428,'action started via WP Cron','2021-01-25 01:29:32','2021-01-24 17:29:32'),(58553,22428,'action complete via WP Cron','2021-01-25 01:29:32','2021-01-24 17:29:32'),(58554,22429,'action created','2021-01-25 01:29:32','2021-01-24 17:29:32'),(58555,22429,'action started via WP Cron','2021-01-25 01:36:17','2021-01-24 17:36:17'),(58556,22429,'action complete via WP Cron','2021-01-25 01:36:17','2021-01-24 17:36:17'),(58557,22430,'action created','2021-01-25 01:36:17','2021-01-24 17:36:17'),(58558,22430,'action started via WP Cron','2021-01-25 01:42:59','2021-01-24 17:42:59'),(58559,22430,'action complete via WP Cron','2021-01-25 01:42:59','2021-01-24 17:42:59'),(58560,22431,'action created','2021-01-25 01:42:59','2021-01-24 17:42:59'),(58561,22431,'action started via WP Cron','2021-01-25 01:45:06','2021-01-24 17:45:06'),(58562,22431,'action complete via WP Cron','2021-01-25 01:45:06','2021-01-24 17:45:06'),(58563,22432,'action created','2021-01-25 01:45:06','2021-01-24 17:45:06'),(58564,22432,'action started via WP Cron','2021-01-25 01:49:46','2021-01-24 17:49:46'),(58565,22432,'action complete via WP Cron','2021-01-25 01:49:46','2021-01-24 17:49:46'),(58566,22433,'action created','2021-01-25 01:49:46','2021-01-24 17:49:46'),(58567,22433,'action started via WP Cron','2021-01-25 01:51:54','2021-01-24 17:51:54'),(58568,22433,'action complete via WP Cron','2021-01-25 01:51:54','2021-01-24 17:51:54'),(58569,22434,'action created','2021-01-25 01:51:54','2021-01-24 17:51:54'),(58570,22434,'action started via WP Cron','2021-01-25 01:55:44','2021-01-24 17:55:44'),(58571,22434,'action complete via WP Cron','2021-01-25 01:55:44','2021-01-24 17:55:44'),(58572,22435,'action created','2021-01-25 01:55:44','2021-01-24 17:55:44'),(58573,22435,'action started via WP Cron','2021-01-25 01:56:44','2021-01-24 17:56:44'),(58574,22435,'action complete via WP Cron','2021-01-25 01:56:44','2021-01-24 17:56:44'),(58575,22436,'action created','2021-01-25 01:56:44','2021-01-24 17:56:44'),(58576,22436,'action started via WP Cron','2021-01-25 02:07:13','2021-01-24 18:07:13'),(58577,22436,'action complete via WP Cron','2021-01-25 02:07:13','2021-01-24 18:07:13'),(58578,22437,'action created','2021-01-25 02:07:13','2021-01-24 18:07:13'),(58579,22437,'action started via WP Cron','2021-01-25 02:13:54','2021-01-24 18:13:54'),(58580,22437,'action complete via WP Cron','2021-01-25 02:13:54','2021-01-24 18:13:54'),(58581,22438,'action created','2021-01-25 02:13:54','2021-01-24 18:13:54'),(58582,22438,'action started via WP Cron','2021-01-25 02:15:39','2021-01-24 18:15:39'),(58583,22438,'action complete via WP Cron','2021-01-25 02:15:39','2021-01-24 18:15:39'),(58584,22439,'action created','2021-01-25 02:15:39','2021-01-24 18:15:39'),(58585,22439,'action started via WP Cron','2021-01-25 02:16:33','2021-01-24 18:16:33'),(58586,22439,'action complete via WP Cron','2021-01-25 02:16:33','2021-01-24 18:16:33'),(58587,22440,'action created','2021-01-25 02:16:33','2021-01-24 18:16:33'),(58588,22440,'action started via WP Cron','2021-01-25 02:17:40','2021-01-24 18:17:40'),(58589,22440,'action complete via WP Cron','2021-01-25 02:17:40','2021-01-24 18:17:40'),(58590,22441,'action created','2021-01-25 02:17:40','2021-01-24 18:17:40'),(58591,22441,'action started via WP Cron','2021-01-25 02:18:41','2021-01-24 18:18:41'),(58592,22441,'action complete via WP Cron','2021-01-25 02:18:41','2021-01-24 18:18:41'),(58593,22442,'action created','2021-01-25 02:18:41','2021-01-24 18:18:41'),(58594,22442,'action started via WP Cron','2021-01-25 02:19:41','2021-01-24 18:19:41'),(58595,22442,'action complete via WP Cron','2021-01-25 02:19:41','2021-01-24 18:19:41'),(58596,22443,'action created','2021-01-25 02:19:41','2021-01-24 18:19:41'),(58597,22443,'action started via WP Cron','2021-01-25 02:22:49','2021-01-24 18:22:49'),(58598,22443,'action complete via WP Cron','2021-01-25 02:22:49','2021-01-24 18:22:49'),(58599,22444,'action created','2021-01-25 02:22:49','2021-01-24 18:22:49'),(58600,22444,'action started via WP Cron','2021-01-25 02:25:55','2021-01-24 18:25:55'),(58601,22444,'action complete via WP Cron','2021-01-25 02:25:55','2021-01-24 18:25:55'),(58602,22445,'action created','2021-01-25 02:25:55','2021-01-24 18:25:55'),(58603,22445,'action started via WP Cron','2021-01-25 02:38:06','2021-01-24 18:38:06'),(58604,22445,'action complete via WP Cron','2021-01-25 02:38:06','2021-01-24 18:38:06'),(58605,22446,'action created','2021-01-25 02:38:06','2021-01-24 18:38:06'),(58606,22446,'action started via WP Cron','2021-01-25 02:43:32','2021-01-24 18:43:32'),(58607,22446,'action complete via WP Cron','2021-01-25 02:43:32','2021-01-24 18:43:32'),(58608,22447,'action created','2021-01-25 02:43:32','2021-01-24 18:43:32'),(58609,22447,'action started via WP Cron','2021-01-25 02:44:59','2021-01-24 18:44:59'),(58610,22447,'action complete via WP Cron','2021-01-25 02:44:59','2021-01-24 18:44:59'),(58611,22448,'action created','2021-01-25 02:44:59','2021-01-24 18:44:59'),(58612,22448,'action started via WP Cron','2021-01-25 02:46:04','2021-01-24 18:46:04'),(58613,22448,'action complete via WP Cron','2021-01-25 02:46:04','2021-01-24 18:46:04'),(58614,22449,'action created','2021-01-25 02:46:05','2021-01-24 18:46:05'),(58615,22449,'action started via WP Cron','2021-01-25 02:48:06','2021-01-24 18:48:06'),(58616,22449,'action complete via WP Cron','2021-01-25 02:48:06','2021-01-24 18:48:06'),(58617,22450,'action created','2021-01-25 02:48:07','2021-01-24 18:48:07'),(58618,22450,'action started via WP Cron','2021-01-25 02:49:08','2021-01-24 18:49:08'),(58619,22450,'action complete via WP Cron','2021-01-25 02:49:08','2021-01-24 18:49:08'),(58620,22451,'action created','2021-01-25 02:49:08','2021-01-24 18:49:08'),(58621,22451,'action started via WP Cron','2021-01-25 02:50:09','2021-01-24 18:50:09'),(58622,22451,'action complete via WP Cron','2021-01-25 02:50:09','2021-01-24 18:50:09'),(58623,22452,'action created','2021-01-25 02:50:09','2021-01-24 18:50:09'),(58624,22452,'action started via WP Cron','2021-01-25 02:56:00','2021-01-24 18:56:00'),(58625,22452,'action complete via WP Cron','2021-01-25 02:56:00','2021-01-24 18:56:00'),(58626,22453,'action created','2021-01-25 02:56:00','2021-01-24 18:56:00'),(58627,22453,'action started via WP Cron','2021-01-25 03:00:24','2021-01-24 19:00:24'),(58628,22453,'action complete via WP Cron','2021-01-25 03:00:24','2021-01-24 19:00:24'),(58629,22454,'action created','2021-01-25 03:00:24','2021-01-24 19:00:24'),(58630,22454,'action started via WP Cron','2021-01-25 03:09:26','2021-01-24 19:09:26'),(58631,22454,'action complete via WP Cron','2021-01-25 03:09:26','2021-01-24 19:09:26'),(58632,22455,'action created','2021-01-25 03:09:26','2021-01-24 19:09:26'),(58633,22455,'action started via WP Cron','2021-01-25 03:16:17','2021-01-24 19:16:17'),(58634,22455,'action complete via WP Cron','2021-01-25 03:16:17','2021-01-24 19:16:17'),(58635,22456,'action created','2021-01-25 03:16:17','2021-01-24 19:16:17'),(58636,22456,'action started via WP Cron','2021-01-25 03:18:26','2021-01-24 19:18:26'),(58637,22456,'action complete via WP Cron','2021-01-25 03:18:26','2021-01-24 19:18:26'),(58638,22457,'action created','2021-01-25 03:18:26','2021-01-24 19:18:26'),(58639,22457,'action started via WP Cron','2021-01-25 03:28:16','2021-01-24 19:28:16'),(58640,22457,'action complete via WP Cron','2021-01-25 03:28:16','2021-01-24 19:28:16'),(58641,22458,'action created','2021-01-25 03:28:16','2021-01-24 19:28:16'),(58642,22458,'action started via WP Cron','2021-01-25 03:29:36','2021-01-24 19:29:36'),(58643,22458,'action complete via WP Cron','2021-01-25 03:29:36','2021-01-24 19:29:36'),(58644,22459,'action created','2021-01-25 03:29:36','2021-01-24 19:29:36'),(58645,22459,'action started via WP Cron','2021-01-25 03:30:44','2021-01-24 19:30:44'),(58646,22459,'action complete via WP Cron','2021-01-25 03:30:44','2021-01-24 19:30:44'),(58647,22460,'action created','2021-01-25 03:30:44','2021-01-24 19:30:44'),(58648,22460,'action started via WP Cron','2021-01-25 03:32:03','2021-01-24 19:32:03'),(58649,22460,'action complete via WP Cron','2021-01-25 03:32:03','2021-01-24 19:32:03'),(58650,22461,'action created','2021-01-25 03:32:03','2021-01-24 19:32:03'),(58651,22461,'action started via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58652,22461,'action complete via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58653,21909,'action started via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58654,21909,'action complete via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58655,22462,'action created','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58656,21908,'action started via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58657,21908,'action complete via WP Cron','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58658,22463,'action created','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58659,22464,'action created','2021-01-25 03:40:44','2021-01-24 19:40:44'),(58660,22464,'action started via WP Cron','2021-01-25 03:44:50','2021-01-24 19:44:50'),(58661,22464,'action complete via WP Cron','2021-01-25 03:44:50','2021-01-24 19:44:50'),(58662,22465,'action created','2021-01-25 03:44:50','2021-01-24 19:44:50'),(58663,22465,'action started via WP Cron','2021-01-25 03:50:11','2021-01-24 19:50:11'),(58664,22465,'action complete via WP Cron','2021-01-25 03:50:11','2021-01-24 19:50:11'),(58665,22466,'action created','2021-01-25 03:50:11','2021-01-24 19:50:11'),(58666,22466,'action started via WP Cron','2021-01-25 03:51:09','2021-01-24 19:51:09'),(58667,22466,'action complete via WP Cron','2021-01-25 03:51:09','2021-01-24 19:51:09'),(58668,22467,'action created','2021-01-25 03:51:09','2021-01-24 19:51:09'),(58669,22467,'action started via WP Cron','2021-01-25 03:52:10','2021-01-24 19:52:10'),(58670,22467,'action complete via WP Cron','2021-01-25 03:52:10','2021-01-24 19:52:10'),(58671,22468,'action created','2021-01-25 03:52:10','2021-01-24 19:52:10'),(58672,22468,'action started via WP Cron','2021-01-25 03:53:11','2021-01-24 19:53:11'),(58673,22468,'action complete via WP Cron','2021-01-25 03:53:11','2021-01-24 19:53:11'),(58674,22469,'action created','2021-01-25 03:53:11','2021-01-24 19:53:11'),(58675,22469,'action started via WP Cron','2021-01-25 03:53:46','2021-01-24 19:53:46'),(58676,22469,'action complete via WP Cron','2021-01-25 03:53:46','2021-01-24 19:53:46'),(58677,22470,'action created','2021-01-25 03:53:46','2021-01-24 19:53:46'),(58678,22470,'action started via WP Cron','2021-01-25 03:54:47','2021-01-24 19:54:47'),(58679,22470,'action complete via WP Cron','2021-01-25 03:54:47','2021-01-24 19:54:47'),(58680,22471,'action created','2021-01-25 03:54:48','2021-01-24 19:54:48'),(58681,22471,'action started via WP Cron','2021-01-25 03:55:52','2021-01-24 19:55:52'),(58682,22471,'action complete via WP Cron','2021-01-25 03:55:52','2021-01-24 19:55:52'),(58683,22472,'action created','2021-01-25 03:55:52','2021-01-24 19:55:52'),(58684,22472,'action started via WP Cron','2021-01-25 04:06:25','2021-01-24 20:06:25'),(58685,22472,'action complete via WP Cron','2021-01-25 04:06:25','2021-01-24 20:06:25'),(58686,22473,'action created','2021-01-25 04:06:25','2021-01-24 20:06:25'),(58687,22473,'action started via WP Cron','2021-01-25 04:10:37','2021-01-24 20:10:37'),(58688,22473,'action complete via WP Cron','2021-01-25 04:10:37','2021-01-24 20:10:37'),(58689,22474,'action created','2021-01-25 04:10:37','2021-01-24 20:10:37'),(58690,22474,'action started via WP Cron','2021-01-25 04:10:48','2021-01-24 20:10:48'),(58691,22474,'action complete via WP Cron','2021-01-25 04:10:48','2021-01-24 20:10:48'),(58692,22475,'action created','2021-01-25 04:10:48','2021-01-24 20:10:48'),(58693,22475,'action started via WP Cron','2021-01-25 04:12:01','2021-01-24 20:12:01'),(58694,22475,'action complete via WP Cron','2021-01-25 04:12:01','2021-01-24 20:12:01'),(58695,22476,'action created','2021-01-25 04:12:01','2021-01-24 20:12:01'),(58696,22476,'action started via WP Cron','2021-01-25 04:13:00','2021-01-24 20:13:00'),(58697,22476,'action complete via WP Cron','2021-01-25 04:13:00','2021-01-24 20:13:00'),(58698,22477,'action created','2021-01-25 04:13:00','2021-01-24 20:13:00'),(58699,22477,'action started via WP Cron','2021-01-25 04:15:05','2021-01-24 20:15:05'),(58700,22477,'action complete via WP Cron','2021-01-25 04:15:05','2021-01-24 20:15:05'),(58701,22478,'action created','2021-01-25 04:15:05','2021-01-24 20:15:05'),(58702,22478,'action started via WP Cron','2021-01-25 04:16:06','2021-01-24 20:16:06'),(58703,22478,'action complete via WP Cron','2021-01-25 04:16:06','2021-01-24 20:16:06'),(58704,22479,'action created','2021-01-25 04:16:06','2021-01-24 20:16:06'),(58705,22479,'action started via WP Cron','2021-01-25 04:17:08','2021-01-24 20:17:08'),(58706,22479,'action complete via WP Cron','2021-01-25 04:17:08','2021-01-24 20:17:08'),(58707,22480,'action created','2021-01-25 04:17:09','2021-01-24 20:17:09'),(58708,22480,'action started via WP Cron','2021-01-25 04:20:57','2021-01-24 20:20:57'),(58709,22480,'action complete via WP Cron','2021-01-25 04:20:57','2021-01-24 20:20:57'),(58710,22481,'action created','2021-01-25 04:20:57','2021-01-24 20:20:57'),(58711,22481,'action started via WP Cron','2021-01-25 04:22:32','2021-01-24 20:22:32'),(58712,22481,'action complete via WP Cron','2021-01-25 04:22:32','2021-01-24 20:22:32'),(58713,22482,'action created','2021-01-25 04:22:32','2021-01-24 20:22:32'),(58714,22482,'action started via WP Cron','2021-01-25 04:35:34','2021-01-24 20:35:34'),(58715,22482,'action complete via WP Cron','2021-01-25 04:35:34','2021-01-24 20:35:34'),(58716,22483,'action created','2021-01-25 04:35:35','2021-01-24 20:35:35'),(58717,22483,'action started via WP Cron','2021-01-25 04:37:44','2021-01-24 20:37:44'),(58718,22483,'action complete via WP Cron','2021-01-25 04:37:44','2021-01-24 20:37:44'),(58719,22484,'action created','2021-01-25 04:37:44','2021-01-24 20:37:44'),(58720,22484,'action started via WP Cron','2021-01-25 04:54:12','2021-01-24 20:54:12'),(58721,22484,'action complete via WP Cron','2021-01-25 04:54:12','2021-01-24 20:54:12'),(58722,22485,'action created','2021-01-25 04:54:12','2021-01-24 20:54:12'),(58723,22485,'action started via WP Cron','2021-01-25 04:55:15','2021-01-24 20:55:15'),(58724,22485,'action complete via WP Cron','2021-01-25 04:55:15','2021-01-24 20:55:15'),(58725,22486,'action created','2021-01-25 04:55:15','2021-01-24 20:55:15'),(58726,22486,'action started via WP Cron','2021-01-25 04:56:13','2021-01-24 20:56:13'),(58727,22486,'action complete via WP Cron','2021-01-25 04:56:13','2021-01-24 20:56:13'),(58728,22487,'action created','2021-01-25 04:56:13','2021-01-24 20:56:13'),(58729,22487,'action started via WP Cron','2021-01-25 04:58:15','2021-01-24 20:58:15'),(58730,22487,'action complete via WP Cron','2021-01-25 04:58:15','2021-01-24 20:58:15'),(58731,22488,'action created','2021-01-25 04:58:15','2021-01-24 20:58:15'),(58732,22488,'action started via WP Cron','2021-01-25 04:59:16','2021-01-24 20:59:16'),(58733,22488,'action complete via WP Cron','2021-01-25 04:59:16','2021-01-24 20:59:16'),(58734,22489,'action created','2021-01-25 04:59:16','2021-01-24 20:59:16'),(120935,42568,'action complete via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(58738,22489,'action started via WP Cron','2021-01-25 05:00:17','2021-01-24 21:00:17'),(58739,22489,'action complete via WP Cron','2021-01-25 05:00:17','2021-01-24 21:00:17'),(120933,43222,'action complete via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(120932,43222,'action started via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(58743,22492,'action created','2021-01-25 05:00:17','2021-01-24 21:00:17'),(58744,22492,'action started via WP Cron','2021-01-25 05:03:28','2021-01-24 21:03:28'),(58745,22492,'action complete via WP Cron','2021-01-25 05:03:28','2021-01-24 21:03:28'),(58746,22493,'action created','2021-01-25 05:03:28','2021-01-24 21:03:28'),(58747,22493,'action started via WP Cron','2021-01-25 05:04:59','2021-01-24 21:04:59'),(58748,22493,'action complete via WP Cron','2021-01-25 05:04:59','2021-01-24 21:04:59'),(58749,22494,'action created','2021-01-25 05:04:59','2021-01-24 21:04:59'),(58750,21933,'action started via WP Cron','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58751,21933,'action complete via WP Cron','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58752,22495,'action created','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58753,22494,'action started via WP Cron','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58754,22494,'action complete via WP Cron','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58755,22496,'action created','2021-01-25 05:10:11','2021-01-24 21:10:11'),(58756,22496,'action started via WP Cron','2021-01-25 05:13:06','2021-01-24 21:13:06'),(58757,22496,'action complete via WP Cron','2021-01-25 05:13:06','2021-01-24 21:13:06'),(58758,22497,'action created','2021-01-25 05:13:06','2021-01-24 21:13:06'),(58759,22497,'action started via WP Cron','2021-01-25 05:13:58','2021-01-24 21:13:58'),(58760,22497,'action complete via WP Cron','2021-01-25 05:13:58','2021-01-24 21:13:58'),(58761,22498,'action created','2021-01-25 05:13:59','2021-01-24 21:13:59'),(58762,22498,'action started via WP Cron','2021-01-25 05:16:15','2021-01-24 21:16:15'),(58763,22498,'action complete via WP Cron','2021-01-25 05:16:15','2021-01-24 21:16:15'),(58764,22499,'action created','2021-01-25 05:16:15','2021-01-24 21:16:15'),(58765,22499,'action started via WP Cron','2021-01-25 05:17:16','2021-01-24 21:17:16'),(58766,22499,'action complete via WP Cron','2021-01-25 05:17:16','2021-01-24 21:17:16'),(58767,22500,'action created','2021-01-25 05:17:16','2021-01-24 21:17:16'),(58768,22500,'action started via WP Cron','2021-01-25 05:18:17','2021-01-24 21:18:17'),(58769,22500,'action complete via WP Cron','2021-01-25 05:18:17','2021-01-24 21:18:17'),(58770,22501,'action created','2021-01-25 05:18:17','2021-01-24 21:18:17'),(58771,22501,'action started via WP Cron','2021-01-25 05:19:57','2021-01-24 21:19:57'),(58772,22501,'action complete via WP Cron','2021-01-25 05:19:57','2021-01-24 21:19:57'),(58773,22502,'action created','2021-01-25 05:19:57','2021-01-24 21:19:57'),(58774,22502,'action started via WP Cron','2021-01-25 05:22:18','2021-01-24 21:22:18'),(58775,22502,'action complete via WP Cron','2021-01-25 05:22:18','2021-01-24 21:22:18'),(58776,22503,'action created','2021-01-25 05:22:18','2021-01-24 21:22:18'),(58777,22503,'action started via WP Cron','2021-01-25 05:28:21','2021-01-24 21:28:21'),(58778,22503,'action complete via WP Cron','2021-01-25 05:28:21','2021-01-24 21:28:21'),(58779,22504,'action created','2021-01-25 05:28:21','2021-01-24 21:28:21'),(58780,22504,'action started via WP Cron','2021-01-25 05:38:14','2021-01-24 21:38:14'),(58781,22504,'action complete via WP Cron','2021-01-25 05:38:14','2021-01-24 21:38:14'),(58782,22505,'action created','2021-01-25 05:38:14','2021-01-24 21:38:14'),(58783,22505,'action started via WP Cron','2021-01-25 05:42:31','2021-01-24 21:42:31'),(58784,22505,'action complete via WP Cron','2021-01-25 05:42:31','2021-01-24 21:42:31'),(58785,22506,'action created','2021-01-25 05:42:32','2021-01-24 21:42:32'),(58786,22506,'action started via WP Cron','2021-01-25 05:43:23','2021-01-24 21:43:23'),(58787,22506,'action complete via WP Cron','2021-01-25 05:43:23','2021-01-24 21:43:23'),(58788,22507,'action created','2021-01-25 05:43:23','2021-01-24 21:43:23'),(58789,22507,'action started via WP Cron','2021-01-25 05:55:36','2021-01-24 21:55:36'),(58790,22507,'action complete via WP Cron','2021-01-25 05:55:36','2021-01-24 21:55:36'),(58791,22508,'action created','2021-01-25 05:55:36','2021-01-24 21:55:36'),(58792,22508,'action started via WP Cron','2021-01-25 06:01:20','2021-01-24 22:01:20'),(58793,22508,'action complete via WP Cron','2021-01-25 06:01:20','2021-01-24 22:01:20'),(58794,22509,'action created','2021-01-25 06:01:20','2021-01-24 22:01:20'),(58795,22509,'action started via WP Cron','2021-01-25 06:02:21','2021-01-24 22:02:21'),(58796,22509,'action complete via WP Cron','2021-01-25 06:02:21','2021-01-24 22:02:21'),(58797,22510,'action created','2021-01-25 06:02:21','2021-01-24 22:02:21'),(58798,22510,'action started via WP Cron','2021-01-25 06:04:23','2021-01-24 22:04:23'),(58799,22510,'action complete via WP Cron','2021-01-25 06:04:23','2021-01-24 22:04:23'),(58800,22511,'action created','2021-01-25 06:04:23','2021-01-24 22:04:23'),(58801,22511,'action started via WP Cron','2021-01-25 06:05:24','2021-01-24 22:05:24'),(58802,22511,'action complete via WP Cron','2021-01-25 06:05:24','2021-01-24 22:05:24'),(58803,22512,'action created','2021-01-25 06:05:24','2021-01-24 22:05:24'),(58804,22512,'action started via WP Cron','2021-01-25 06:13:49','2021-01-24 22:13:49'),(58805,22512,'action complete via WP Cron','2021-01-25 06:13:49','2021-01-24 22:13:49'),(58806,22513,'action created','2021-01-25 06:13:49','2021-01-24 22:13:49'),(58807,22513,'action started via WP Cron','2021-01-25 06:14:57','2021-01-24 22:14:57'),(58808,22513,'action complete via WP Cron','2021-01-25 06:14:57','2021-01-24 22:14:57'),(58809,22514,'action created','2021-01-25 06:14:57','2021-01-24 22:14:57'),(58810,22514,'action started via WP Cron','2021-01-25 06:15:58','2021-01-24 22:15:58'),(58811,22514,'action complete via WP Cron','2021-01-25 06:15:58','2021-01-24 22:15:58'),(58812,22515,'action created','2021-01-25 06:15:58','2021-01-24 22:15:58'),(58813,22515,'action started via WP Cron','2021-01-25 06:16:59','2021-01-24 22:16:59'),(58814,22515,'action complete via WP Cron','2021-01-25 06:16:59','2021-01-24 22:16:59'),(58815,22516,'action created','2021-01-25 06:16:59','2021-01-24 22:16:59'),(58816,22516,'action started via WP Cron','2021-01-25 06:18:00','2021-01-24 22:18:00'),(58817,22516,'action complete via WP Cron','2021-01-25 06:18:00','2021-01-24 22:18:00'),(58818,22517,'action created','2021-01-25 06:18:00','2021-01-24 22:18:00'),(58822,22518,'action started via WP Cron','2021-01-25 06:20:19','2021-01-24 22:20:19'),(58823,22518,'action complete via WP Cron','2021-01-25 06:20:19','2021-01-24 22:20:19'),(58824,22519,'action created','2021-01-25 06:20:19','2021-01-24 22:20:19'),(58825,22519,'action started via WP Cron','2021-01-25 06:23:43','2021-01-24 22:23:43'),(58826,22519,'action complete via WP Cron','2021-01-25 06:23:43','2021-01-24 22:23:43'),(58827,22520,'action created','2021-01-25 06:23:43','2021-01-24 22:23:43'),(58828,22520,'action started via WP Cron','2021-01-25 06:24:43','2021-01-24 22:24:43'),(58829,22520,'action complete via WP Cron','2021-01-25 06:24:43','2021-01-24 22:24:43'),(58830,22521,'action created','2021-01-25 06:24:43','2021-01-24 22:24:43'),(58831,22521,'action started via WP Cron','2021-01-25 06:25:44','2021-01-24 22:25:44'),(58832,22521,'action complete via WP Cron','2021-01-25 06:25:44','2021-01-24 22:25:44'),(58833,22522,'action created','2021-01-25 06:25:45','2021-01-24 22:25:45'),(58834,22522,'action started via WP Cron','2021-01-25 06:38:05','2021-01-24 22:38:05'),(58835,22522,'action complete via WP Cron','2021-01-25 06:38:05','2021-01-24 22:38:05'),(58836,22523,'action created','2021-01-25 06:38:05','2021-01-24 22:38:05'),(58837,22523,'action started via WP Cron','2021-01-25 06:44:28','2021-01-24 22:44:28'),(58838,22523,'action complete via WP Cron','2021-01-25 06:44:28','2021-01-24 22:44:28'),(58839,22524,'action created','2021-01-25 06:44:28','2021-01-24 22:44:28'),(58840,22524,'action started via WP Cron','2021-01-25 06:44:48','2021-01-24 22:44:48'),(58841,22524,'action complete via WP Cron','2021-01-25 06:44:48','2021-01-24 22:44:48'),(58842,22525,'action created','2021-01-25 06:44:49','2021-01-24 22:44:49'),(58843,22525,'action started via WP Cron','2021-01-25 06:45:50','2021-01-24 22:45:50'),(58844,22525,'action complete via WP Cron','2021-01-25 06:45:50','2021-01-24 22:45:50'),(58845,22526,'action created','2021-01-25 06:45:50','2021-01-24 22:45:50'),(58846,22526,'action started via WP Cron','2021-01-25 06:46:53','2021-01-24 22:46:53'),(58847,22526,'action complete via WP Cron','2021-01-25 06:46:53','2021-01-24 22:46:53'),(58848,22527,'action created','2021-01-25 06:46:54','2021-01-24 22:46:54'),(58849,22527,'action started via WP Cron','2021-01-25 06:47:47','2021-01-24 22:47:47'),(58850,22527,'action complete via WP Cron','2021-01-25 06:47:47','2021-01-24 22:47:47'),(58851,22528,'action created','2021-01-25 06:47:47','2021-01-24 22:47:47'),(58852,22528,'action started via WP Cron','2021-01-25 06:48:49','2021-01-24 22:48:49'),(58853,22528,'action complete via WP Cron','2021-01-25 06:48:49','2021-01-24 22:48:49'),(58854,22529,'action created','2021-01-25 06:48:50','2021-01-24 22:48:50'),(58855,22529,'action started via WP Cron','2021-01-25 06:49:51','2021-01-24 22:49:51'),(58856,22529,'action complete via WP Cron','2021-01-25 06:49:51','2021-01-24 22:49:51'),(58857,22530,'action created','2021-01-25 06:49:51','2021-01-24 22:49:51'),(58858,22530,'action started via WP Cron','2021-01-25 06:50:45','2021-01-24 22:50:45'),(58859,22530,'action complete via WP Cron','2021-01-25 06:50:45','2021-01-24 22:50:45'),(58860,22531,'action created','2021-01-25 06:50:45','2021-01-24 22:50:45'),(58861,22531,'action started via WP Cron','2021-01-25 06:51:42','2021-01-24 22:51:42'),(58862,22531,'action complete via WP Cron','2021-01-25 06:51:42','2021-01-24 22:51:42'),(58863,22532,'action created','2021-01-25 06:51:42','2021-01-24 22:51:42'),(58864,22532,'action started via WP Cron','2021-01-25 06:52:46','2021-01-24 22:52:46'),(58865,22532,'action complete via WP Cron','2021-01-25 06:52:46','2021-01-24 22:52:46'),(58866,22533,'action created','2021-01-25 06:52:46','2021-01-24 22:52:46'),(58867,22533,'action started via WP Cron','2021-01-25 06:53:43','2021-01-24 22:53:43'),(58868,22533,'action complete via WP Cron','2021-01-25 06:53:43','2021-01-24 22:53:43'),(58869,22534,'action created','2021-01-25 06:53:43','2021-01-24 22:53:43'),(58870,22534,'action started via WP Cron','2021-01-25 06:54:43','2021-01-24 22:54:43'),(58871,22534,'action complete via WP Cron','2021-01-25 06:54:43','2021-01-24 22:54:43'),(58872,22535,'action created','2021-01-25 06:54:43','2021-01-24 22:54:43'),(58873,22535,'action started via WP Cron','2021-01-25 06:55:48','2021-01-24 22:55:48'),(58874,22535,'action complete via WP Cron','2021-01-25 06:55:48','2021-01-24 22:55:48'),(58875,22536,'action created','2021-01-25 06:55:48','2021-01-24 22:55:48'),(58876,22536,'action started via WP Cron','2021-01-25 06:56:44','2021-01-24 22:56:44'),(58877,22536,'action complete via WP Cron','2021-01-25 06:56:44','2021-01-24 22:56:44'),(58878,22537,'action created','2021-01-25 06:56:44','2021-01-24 22:56:44'),(58879,22537,'action started via WP Cron','2021-01-25 06:57:45','2021-01-24 22:57:45'),(58880,22537,'action complete via WP Cron','2021-01-25 06:57:45','2021-01-24 22:57:45'),(58881,22538,'action created','2021-01-25 06:57:45','2021-01-24 22:57:45'),(58882,22538,'action started via WP Cron','2021-01-25 06:58:46','2021-01-24 22:58:46'),(58883,22538,'action complete via WP Cron','2021-01-25 06:58:46','2021-01-24 22:58:46'),(58884,22539,'action created','2021-01-25 06:58:46','2021-01-24 22:58:46'),(58885,22539,'action started via WP Cron','2021-01-25 06:59:41','2021-01-24 22:59:41'),(58886,22539,'action complete via WP Cron','2021-01-25 06:59:41','2021-01-24 22:59:41'),(58887,22540,'action created','2021-01-25 06:59:41','2021-01-24 22:59:41'),(58888,22540,'action started via WP Cron','2021-01-25 07:00:44','2021-01-24 23:00:44'),(58889,22540,'action complete via WP Cron','2021-01-25 07:00:44','2021-01-24 23:00:44'),(58890,22541,'action created','2021-01-25 07:00:45','2021-01-24 23:00:45'),(58891,22541,'action started via WP Cron','2021-01-25 07:01:45','2021-01-24 23:01:45'),(58892,22541,'action complete via WP Cron','2021-01-25 07:01:45','2021-01-24 23:01:45'),(58893,22542,'action created','2021-01-25 07:01:45','2021-01-24 23:01:45'),(58894,22542,'action started via WP Cron','2021-01-25 07:02:48','2021-01-24 23:02:48'),(58895,22542,'action complete via WP Cron','2021-01-25 07:02:48','2021-01-24 23:02:48'),(58896,22543,'action created','2021-01-25 07:02:49','2021-01-24 23:02:49'),(58897,22543,'action started via WP Cron','2021-01-25 07:16:51','2021-01-24 23:16:51'),(58898,22543,'action complete via WP Cron','2021-01-25 07:16:51','2021-01-24 23:16:51'),(58899,22544,'action created','2021-01-25 07:16:51','2021-01-24 23:16:51'),(58900,22544,'action started via WP Cron','2021-01-25 07:17:55','2021-01-24 23:17:55'),(58901,22544,'action complete via WP Cron','2021-01-25 07:17:55','2021-01-24 23:17:55'),(58902,22545,'action created','2021-01-25 07:17:55','2021-01-24 23:17:55'),(58903,22545,'action started via WP Cron','2021-01-25 07:19:08','2021-01-24 23:19:08'),(58904,22545,'action complete via WP Cron','2021-01-25 07:19:08','2021-01-24 23:19:08'),(58905,22546,'action created','2021-01-25 07:19:09','2021-01-24 23:19:09'),(58906,22546,'action started via WP Cron','2021-01-25 07:20:02','2021-01-24 23:20:02'),(58907,22546,'action complete via WP Cron','2021-01-25 07:20:02','2021-01-24 23:20:02'),(58908,22547,'action created','2021-01-25 07:20:02','2021-01-24 23:20:02'),(58909,22547,'action started via WP Cron','2021-01-25 07:21:18','2021-01-24 23:21:18'),(58910,22547,'action complete via WP Cron','2021-01-25 07:21:18','2021-01-24 23:21:18'),(58911,22548,'action created','2021-01-25 07:21:18','2021-01-24 23:21:18'),(58912,22548,'action started via WP Cron','2021-01-25 07:22:04','2021-01-24 23:22:04'),(58913,22548,'action complete via WP Cron','2021-01-25 07:22:04','2021-01-24 23:22:04'),(58914,22549,'action created','2021-01-25 07:22:04','2021-01-24 23:22:04'),(58915,22549,'action started via WP Cron','2021-01-25 07:23:05','2021-01-24 23:23:05'),(58916,22549,'action complete via WP Cron','2021-01-25 07:23:05','2021-01-24 23:23:05'),(58917,22550,'action created','2021-01-25 07:23:06','2021-01-24 23:23:06'),(58918,22550,'action started via WP Cron','2021-01-25 07:24:07','2021-01-24 23:24:07'),(58919,22550,'action complete via WP Cron','2021-01-25 07:24:07','2021-01-24 23:24:07'),(58920,22551,'action created','2021-01-25 07:24:07','2021-01-24 23:24:07'),(58921,22551,'action started via WP Cron','2021-01-25 07:25:50','2021-01-24 23:25:50'),(58922,22551,'action complete via WP Cron','2021-01-25 07:25:50','2021-01-24 23:25:50'),(58923,22552,'action created','2021-01-25 07:25:50','2021-01-24 23:25:50'),(58924,22552,'action started via WP Cron','2021-01-25 07:26:44','2021-01-24 23:26:44'),(58925,22552,'action complete via WP Cron','2021-01-25 07:26:44','2021-01-24 23:26:44'),(58926,22553,'action created','2021-01-25 07:26:44','2021-01-24 23:26:44'),(58927,22553,'action started via WP Cron','2021-01-25 07:27:45','2021-01-24 23:27:45'),(58928,22553,'action complete via WP Cron','2021-01-25 07:27:45','2021-01-24 23:27:45'),(58929,22554,'action created','2021-01-25 07:27:45','2021-01-24 23:27:45'),(58930,22554,'action started via WP Cron','2021-01-25 07:34:07','2021-01-24 23:34:07'),(58931,22554,'action complete via WP Cron','2021-01-25 07:34:07','2021-01-24 23:34:07'),(58932,22555,'action created','2021-01-25 07:34:07','2021-01-24 23:34:07'),(58933,22555,'action started via WP Cron','2021-01-25 07:35:16','2021-01-24 23:35:16'),(58934,22555,'action complete via WP Cron','2021-01-25 07:35:16','2021-01-24 23:35:16'),(58935,22556,'action created','2021-01-25 07:35:16','2021-01-24 23:35:16'),(58936,22556,'action started via WP Cron','2021-01-25 07:36:17','2021-01-24 23:36:17'),(58937,22556,'action complete via WP Cron','2021-01-25 07:36:17','2021-01-24 23:36:17'),(58938,22557,'action created','2021-01-25 07:36:17','2021-01-24 23:36:17'),(58939,22557,'action started via WP Cron','2021-01-25 07:38:20','2021-01-24 23:38:20'),(58940,22557,'action complete via WP Cron','2021-01-25 07:38:20','2021-01-24 23:38:20'),(58941,22558,'action created','2021-01-25 07:38:20','2021-01-24 23:38:20'),(58942,22558,'action started via WP Cron','2021-01-25 07:39:23','2021-01-24 23:39:23'),(58943,22558,'action complete via WP Cron','2021-01-25 07:39:23','2021-01-24 23:39:23'),(58944,22559,'action created','2021-01-25 07:39:23','2021-01-24 23:39:23'),(58945,22559,'action started via WP Cron','2021-01-25 07:40:23','2021-01-24 23:40:23'),(58946,22559,'action complete via WP Cron','2021-01-25 07:40:23','2021-01-24 23:40:23'),(58947,22560,'action created','2021-01-25 07:40:24','2021-01-24 23:40:24'),(58948,22560,'action started via WP Cron','2021-01-25 07:51:37','2021-01-24 23:51:37'),(58949,22560,'action complete via WP Cron','2021-01-25 07:51:37','2021-01-24 23:51:37'),(58950,22561,'action created','2021-01-25 07:51:37','2021-01-24 23:51:37'),(58951,22561,'action started via WP Cron','2021-01-25 07:53:08','2021-01-24 23:53:08'),(58952,22561,'action complete via WP Cron','2021-01-25 07:53:08','2021-01-24 23:53:08'),(58953,22562,'action created','2021-01-25 07:53:08','2021-01-24 23:53:08'),(58954,22562,'action started via WP Cron','2021-01-25 07:54:04','2021-01-24 23:54:04'),(58955,22562,'action complete via WP Cron','2021-01-25 07:54:04','2021-01-24 23:54:04'),(58956,22563,'action created','2021-01-25 07:54:04','2021-01-24 23:54:04'),(58957,22563,'action started via WP Cron','2021-01-25 07:55:04','2021-01-24 23:55:04'),(58958,22563,'action complete via WP Cron','2021-01-25 07:55:04','2021-01-24 23:55:04'),(58959,22564,'action created','2021-01-25 07:55:04','2021-01-24 23:55:04'),(58960,22564,'action started via WP Cron','2021-01-25 07:56:37','2021-01-24 23:56:37'),(58961,22564,'action complete via WP Cron','2021-01-25 07:56:37','2021-01-24 23:56:37'),(58962,22565,'action created','2021-01-25 07:56:37','2021-01-24 23:56:37'),(58963,22565,'action started via WP Cron','2021-01-25 07:57:07','2021-01-24 23:57:07'),(58964,22565,'action complete via WP Cron','2021-01-25 07:57:07','2021-01-24 23:57:07'),(58965,22566,'action created','2021-01-25 07:57:07','2021-01-24 23:57:07'),(58966,22566,'action started via WP Cron','2021-01-25 07:58:07','2021-01-24 23:58:07'),(58967,22566,'action complete via WP Cron','2021-01-25 07:58:07','2021-01-24 23:58:07'),(58968,22567,'action created','2021-01-25 07:58:07','2021-01-24 23:58:07'),(58969,22567,'action started via WP Cron','2021-01-25 07:59:08','2021-01-24 23:59:08'),(58970,22567,'action complete via WP Cron','2021-01-25 07:59:08','2021-01-24 23:59:08'),(58971,22568,'action created','2021-01-25 07:59:08','2021-01-24 23:59:08'),(58972,22568,'action started via WP Cron','2021-01-25 08:03:16','2021-01-25 00:03:16'),(58973,22568,'action complete via WP Cron','2021-01-25 08:03:16','2021-01-25 00:03:16'),(58974,22569,'action created','2021-01-25 08:03:16','2021-01-25 00:03:16'),(58975,22569,'action started via WP Cron','2021-01-25 08:16:07','2021-01-25 00:16:07'),(58976,22569,'action complete via WP Cron','2021-01-25 08:16:07','2021-01-25 00:16:07'),(58977,22570,'action created','2021-01-25 08:16:07','2021-01-25 00:16:07'),(58978,22570,'action started via WP Cron','2021-01-25 08:18:57','2021-01-25 00:18:57'),(58979,22570,'action complete via WP Cron','2021-01-25 08:18:57','2021-01-25 00:18:57'),(58980,22571,'action created','2021-01-25 08:18:57','2021-01-25 00:18:57'),(58981,22571,'action started via WP Cron','2021-01-25 08:21:43','2021-01-25 00:21:43'),(58982,22571,'action complete via WP Cron','2021-01-25 08:21:43','2021-01-25 00:21:43'),(58983,22572,'action created','2021-01-25 08:21:43','2021-01-25 00:21:43'),(58984,22572,'action started via WP Cron','2021-01-25 08:23:05','2021-01-25 00:23:05'),(58985,22572,'action complete via WP Cron','2021-01-25 08:23:05','2021-01-25 00:23:05'),(58986,22573,'action created','2021-01-25 08:23:05','2021-01-25 00:23:05'),(58987,22573,'action started via WP Cron','2021-01-25 08:24:07','2021-01-25 00:24:07'),(58988,22573,'action complete via WP Cron','2021-01-25 08:24:07','2021-01-25 00:24:07'),(58989,22574,'action created','2021-01-25 08:24:07','2021-01-25 00:24:07'),(58990,22574,'action started via WP Cron','2021-01-25 08:25:08','2021-01-25 00:25:08'),(58991,22574,'action complete via WP Cron','2021-01-25 08:25:08','2021-01-25 00:25:08'),(58992,22575,'action created','2021-01-25 08:25:08','2021-01-25 00:25:08'),(58993,22575,'action started via WP Cron','2021-01-25 08:26:09','2021-01-25 00:26:09'),(58994,22575,'action complete via WP Cron','2021-01-25 08:26:09','2021-01-25 00:26:09'),(58995,22576,'action created','2021-01-25 08:26:09','2021-01-25 00:26:09'),(58996,22576,'action started via WP Cron','2021-01-25 08:27:30','2021-01-25 00:27:30'),(58997,22576,'action complete via WP Cron','2021-01-25 08:27:30','2021-01-25 00:27:30'),(58998,22577,'action created','2021-01-25 08:27:31','2021-01-25 00:27:31'),(121149,43294,'action complete via WP Cron','2021-02-25 08:30:56','2021-02-25 00:30:56'),(121148,43294,'action started via WP Cron','2021-02-25 08:30:56','2021-02-25 00:30:56'),(122704,43813,'action created','2021-02-26 08:29:49','2021-02-26 00:29:49'),(59002,22577,'action started via WP Cron','2021-01-25 08:27:59','2021-01-25 00:27:59'),(59003,22577,'action complete via WP Cron','2021-01-25 08:27:59','2021-01-25 00:27:59'),(59004,22579,'action created','2021-01-25 08:27:59','2021-01-25 00:27:59'),(59005,22579,'action started via WP Cron','2021-01-25 08:28:45','2021-01-25 00:28:45'),(59006,22579,'action complete via WP Cron','2021-01-25 08:28:45','2021-01-25 00:28:45'),(59007,22580,'action created','2021-01-25 08:28:45','2021-01-25 00:28:45'),(59008,22580,'action started via WP Cron','2021-01-25 08:29:46','2021-01-25 00:29:46'),(59009,22580,'action complete via WP Cron','2021-01-25 08:29:46','2021-01-25 00:29:46'),(59010,22581,'action created','2021-01-25 08:29:46','2021-01-25 00:29:46'),(59011,22581,'action started via WP Cron','2021-01-25 08:32:24','2021-01-25 00:32:24'),(59012,22581,'action complete via WP Cron','2021-01-25 08:32:24','2021-01-25 00:32:24'),(59013,22582,'action created','2021-01-25 08:32:24','2021-01-25 00:32:24'),(59014,22582,'action started via WP Cron','2021-01-25 08:35:12','2021-01-25 00:35:12'),(59015,22582,'action complete via WP Cron','2021-01-25 08:35:12','2021-01-25 00:35:12'),(59016,22583,'action created','2021-01-25 08:35:12','2021-01-25 00:35:12'),(59017,22583,'action started via WP Cron','2021-01-25 08:36:06','2021-01-25 00:36:06'),(59018,22583,'action complete via WP Cron','2021-01-25 08:36:06','2021-01-25 00:36:06'),(59019,22584,'action created','2021-01-25 08:36:06','2021-01-25 00:36:06'),(59020,22584,'action started via WP Cron','2021-01-25 08:37:07','2021-01-25 00:37:07'),(59021,22584,'action complete via WP Cron','2021-01-25 08:37:07','2021-01-25 00:37:07'),(59022,22585,'action created','2021-01-25 08:37:07','2021-01-25 00:37:07'),(59023,22585,'action started via WP Cron','2021-01-25 08:38:15','2021-01-25 00:38:15'),(59024,22585,'action complete via WP Cron','2021-01-25 08:38:15','2021-01-25 00:38:15'),(59025,22586,'action created','2021-01-25 08:38:15','2021-01-25 00:38:15'),(59026,22586,'action started via WP Cron','2021-01-25 08:39:16','2021-01-25 00:39:16'),(59027,22586,'action complete via WP Cron','2021-01-25 08:39:16','2021-01-25 00:39:16'),(59028,22587,'action created','2021-01-25 08:39:16','2021-01-25 00:39:16'),(59029,22587,'action started via WP Cron','2021-01-25 08:40:16','2021-01-25 00:40:16'),(59030,22587,'action complete via WP Cron','2021-01-25 08:40:16','2021-01-25 00:40:16'),(59031,22588,'action created','2021-01-25 08:40:16','2021-01-25 00:40:16'),(59032,22588,'action started via WP Cron','2021-01-25 08:41:01','2021-01-25 00:41:01'),(59033,22588,'action complete via WP Cron','2021-01-25 08:41:01','2021-01-25 00:41:01'),(59034,22589,'action created','2021-01-25 08:41:01','2021-01-25 00:41:01'),(59035,22589,'action started via WP Cron','2021-01-25 08:41:48','2021-01-25 00:41:48'),(59036,22589,'action complete via WP Cron','2021-01-25 08:41:48','2021-01-25 00:41:48'),(59037,22590,'action created','2021-01-25 08:41:48','2021-01-25 00:41:48'),(59038,22590,'action started via WP Cron','2021-01-25 08:43:09','2021-01-25 00:43:09'),(59039,22590,'action complete via WP Cron','2021-01-25 08:43:09','2021-01-25 00:43:09'),(59040,22591,'action created','2021-01-25 08:43:09','2021-01-25 00:43:09'),(59041,22591,'action started via WP Cron','2021-01-25 08:47:47','2021-01-25 00:47:47'),(59042,22591,'action complete via WP Cron','2021-01-25 08:47:47','2021-01-25 00:47:47'),(59043,22592,'action created','2021-01-25 08:47:47','2021-01-25 00:47:47'),(59044,22592,'action started via WP Cron','2021-01-25 08:49:41','2021-01-25 00:49:41'),(59045,22592,'action complete via WP Cron','2021-01-25 08:49:41','2021-01-25 00:49:41'),(59046,22593,'action created','2021-01-25 08:49:41','2021-01-25 00:49:41'),(59047,22593,'action started via WP Cron','2021-01-25 09:02:01','2021-01-25 01:02:01'),(59048,22593,'action complete via WP Cron','2021-01-25 09:02:01','2021-01-25 01:02:01'),(59049,22594,'action created','2021-01-25 09:02:01','2021-01-25 01:02:01'),(59050,22594,'action started via WP Cron','2021-01-25 09:03:55','2021-01-25 01:03:55'),(59051,22594,'action complete via WP Cron','2021-01-25 09:03:55','2021-01-25 01:03:55'),(59052,22595,'action created','2021-01-25 09:03:55','2021-01-25 01:03:55'),(59053,22595,'action started via WP Cron','2021-01-25 09:05:01','2021-01-25 01:05:01'),(59054,22595,'action complete via WP Cron','2021-01-25 09:05:01','2021-01-25 01:05:01'),(59055,22596,'action created','2021-01-25 09:05:01','2021-01-25 01:05:01'),(59056,22596,'action started via WP Cron','2021-01-25 09:07:04','2021-01-25 01:07:04'),(59057,22596,'action complete via WP Cron','2021-01-25 09:07:04','2021-01-25 01:07:04'),(59058,22597,'action created','2021-01-25 09:07:04','2021-01-25 01:07:04'),(59059,22597,'action started via WP Cron','2021-01-25 09:08:04','2021-01-25 01:08:04'),(59060,22597,'action complete via WP Cron','2021-01-25 09:08:04','2021-01-25 01:08:04'),(59061,22598,'action created','2021-01-25 09:08:04','2021-01-25 01:08:04'),(59062,22598,'action started via WP Cron','2021-01-25 09:09:05','2021-01-25 01:09:05'),(59063,22598,'action complete via WP Cron','2021-01-25 09:09:05','2021-01-25 01:09:05'),(59064,22599,'action created','2021-01-25 09:09:05','2021-01-25 01:09:05'),(59065,22599,'action started via WP Cron','2021-01-25 09:10:44','2021-01-25 01:10:44'),(59066,22599,'action complete via WP Cron','2021-01-25 09:10:44','2021-01-25 01:10:44'),(59067,22600,'action created','2021-01-25 09:10:44','2021-01-25 01:10:44'),(59068,22600,'action started via WP Cron','2021-01-25 09:12:23','2021-01-25 01:12:23'),(59069,22600,'action complete via WP Cron','2021-01-25 09:12:23','2021-01-25 01:12:23'),(59070,22601,'action created','2021-01-25 09:12:23','2021-01-25 01:12:23'),(59071,22601,'action started via WP Cron','2021-01-25 09:13:25','2021-01-25 01:13:25'),(59072,22601,'action complete via WP Cron','2021-01-25 09:13:25','2021-01-25 01:13:25'),(59073,22602,'action created','2021-01-25 09:13:25','2021-01-25 01:13:25'),(59074,22602,'action started via WP Cron','2021-01-25 09:13:41','2021-01-25 01:13:41'),(59075,22602,'action complete via WP Cron','2021-01-25 09:13:41','2021-01-25 01:13:41'),(59076,22603,'action created','2021-01-25 09:13:41','2021-01-25 01:13:41'),(59077,22603,'action started via WP Cron','2021-01-25 09:19:23','2021-01-25 01:19:23'),(59078,22603,'action complete via WP Cron','2021-01-25 09:19:23','2021-01-25 01:19:23'),(59079,22604,'action created','2021-01-25 09:19:23','2021-01-25 01:19:23'),(59080,22604,'action started via WP Cron','2021-01-25 09:29:11','2021-01-25 01:29:11'),(59081,22604,'action complete via WP Cron','2021-01-25 09:29:11','2021-01-25 01:29:11'),(59082,22605,'action created','2021-01-25 09:29:11','2021-01-25 01:29:11'),(59083,22605,'action started via WP Cron','2021-01-25 09:29:52','2021-01-25 01:29:52'),(59084,22605,'action complete via WP Cron','2021-01-25 09:29:52','2021-01-25 01:29:52'),(59085,22606,'action created','2021-01-25 09:29:52','2021-01-25 01:29:52'),(59086,22606,'action started via WP Cron','2021-01-25 09:30:46','2021-01-25 01:30:46'),(59087,22606,'action complete via WP Cron','2021-01-25 09:30:46','2021-01-25 01:30:46'),(59088,22607,'action created','2021-01-25 09:30:46','2021-01-25 01:30:46'),(59089,22607,'action started via WP Cron','2021-01-25 09:31:57','2021-01-25 01:31:57'),(59090,22607,'action complete via WP Cron','2021-01-25 09:31:57','2021-01-25 01:31:57'),(59091,22608,'action created','2021-01-25 09:31:57','2021-01-25 01:31:57'),(59092,22608,'action started via WP Cron','2021-01-25 09:35:50','2021-01-25 01:35:50'),(59093,22608,'action complete via WP Cron','2021-01-25 09:35:50','2021-01-25 01:35:50'),(59094,22609,'action created','2021-01-25 09:35:50','2021-01-25 01:35:50'),(59095,22609,'action started via WP Cron','2021-01-25 09:39:12','2021-01-25 01:39:12'),(59096,22609,'action complete via WP Cron','2021-01-25 09:39:12','2021-01-25 01:39:12'),(59097,22610,'action created','2021-01-25 09:39:12','2021-01-25 01:39:12'),(59098,22610,'action started via Async Request','2021-01-25 09:39:26','2021-01-25 01:39:26'),(59099,22610,'action complete via Async Request','2021-01-25 09:39:26','2021-01-25 01:39:26'),(59100,22611,'action created','2021-01-25 09:39:27','2021-01-25 01:39:27'),(59101,22611,'action started via WP Cron','2021-01-25 09:39:42','2021-01-25 01:39:42'),(59102,22611,'action complete via WP Cron','2021-01-25 09:39:42','2021-01-25 01:39:42'),(59103,22612,'action created','2021-01-25 09:39:43','2021-01-25 01:39:43'),(59104,22612,'action started via WP Cron','2021-01-25 09:42:05','2021-01-25 01:42:05'),(59105,22612,'action complete via WP Cron','2021-01-25 09:42:05','2021-01-25 01:42:05'),(59106,22613,'action created','2021-01-25 09:42:05','2021-01-25 01:42:05'),(59107,22613,'action started via WP Cron','2021-01-25 09:43:38','2021-01-25 01:43:38'),(59108,22613,'action complete via WP Cron','2021-01-25 09:43:38','2021-01-25 01:43:38'),(59109,22614,'action created','2021-01-25 09:43:38','2021-01-25 01:43:38'),(59110,22614,'action started via WP Cron','2021-01-25 09:44:16','2021-01-25 01:44:16'),(59111,22614,'action complete via WP Cron','2021-01-25 09:44:16','2021-01-25 01:44:16'),(59112,22615,'action created','2021-01-25 09:44:16','2021-01-25 01:44:16'),(59113,22615,'action started via WP Cron','2021-01-25 09:45:41','2021-01-25 01:45:41'),(59114,22615,'action complete via WP Cron','2021-01-25 09:45:41','2021-01-25 01:45:41'),(59115,22616,'action created','2021-01-25 09:45:41','2021-01-25 01:45:41'),(59116,22616,'action started via WP Cron','2021-01-25 09:46:42','2021-01-25 01:46:42'),(59117,22616,'action complete via WP Cron','2021-01-25 09:46:42','2021-01-25 01:46:42'),(59118,22617,'action created','2021-01-25 09:46:42','2021-01-25 01:46:42'),(59119,22617,'action started via WP Cron','2021-01-25 09:47:44','2021-01-25 01:47:44'),(59120,22617,'action complete via WP Cron','2021-01-25 09:47:44','2021-01-25 01:47:44'),(59121,22618,'action created','2021-01-25 09:47:44','2021-01-25 01:47:44'),(59122,22618,'action started via WP Cron','2021-01-25 09:49:11','2021-01-25 01:49:11'),(59123,22618,'action complete via WP Cron','2021-01-25 09:49:11','2021-01-25 01:49:11'),(59124,22619,'action created','2021-01-25 09:49:11','2021-01-25 01:49:11'),(59125,22619,'action started via WP Cron','2021-01-25 09:51:47','2021-01-25 01:51:47'),(59126,22619,'action complete via WP Cron','2021-01-25 09:51:47','2021-01-25 01:51:47'),(59127,22620,'action created','2021-01-25 09:51:47','2021-01-25 01:51:47'),(59128,22620,'action started via WP Cron','2021-01-25 09:57:10','2021-01-25 01:57:10'),(59129,22620,'action complete via WP Cron','2021-01-25 09:57:10','2021-01-25 01:57:10'),(59130,22621,'action created','2021-01-25 09:57:10','2021-01-25 01:57:10'),(59131,22621,'action started via WP Cron','2021-01-25 09:58:11','2021-01-25 01:58:11'),(59132,22621,'action complete via WP Cron','2021-01-25 09:58:11','2021-01-25 01:58:11'),(59133,22622,'action created','2021-01-25 09:58:11','2021-01-25 01:58:11'),(59134,22622,'action started via WP Cron','2021-01-25 09:59:12','2021-01-25 01:59:12'),(59135,22622,'action complete via WP Cron','2021-01-25 09:59:12','2021-01-25 01:59:12'),(59136,22623,'action created','2021-01-25 09:59:12','2021-01-25 01:59:12'),(59137,22623,'action started via WP Cron','2021-01-25 10:01:14','2021-01-25 02:01:14'),(59138,22623,'action complete via WP Cron','2021-01-25 10:01:14','2021-01-25 02:01:14'),(59139,22624,'action created','2021-01-25 10:01:14','2021-01-25 02:01:14'),(59140,22624,'action started via WP Cron','2021-01-25 10:02:28','2021-01-25 02:02:28'),(59141,22624,'action complete via WP Cron','2021-01-25 10:02:28','2021-01-25 02:02:28'),(59142,22625,'action created','2021-01-25 10:02:28','2021-01-25 02:02:28'),(59143,22625,'action started via WP Cron','2021-01-25 10:05:17','2021-01-25 02:05:17'),(59144,22625,'action complete via WP Cron','2021-01-25 10:05:17','2021-01-25 02:05:17'),(59145,22626,'action created','2021-01-25 10:05:18','2021-01-25 02:05:18'),(59146,22626,'action started via WP Cron','2021-01-25 10:06:18','2021-01-25 02:06:18'),(59147,22626,'action complete via WP Cron','2021-01-25 10:06:18','2021-01-25 02:06:18'),(59148,22627,'action created','2021-01-25 10:06:18','2021-01-25 02:06:18'),(59149,22627,'action started via WP Cron','2021-01-25 10:13:48','2021-01-25 02:13:48'),(59150,22627,'action complete via WP Cron','2021-01-25 10:13:48','2021-01-25 02:13:48'),(59151,22628,'action created','2021-01-25 10:13:48','2021-01-25 02:13:48'),(59152,22628,'action started via WP Cron','2021-01-25 10:15:01','2021-01-25 02:15:01'),(59153,22628,'action complete via WP Cron','2021-01-25 10:15:01','2021-01-25 02:15:01'),(59154,22629,'action created','2021-01-25 10:15:01','2021-01-25 02:15:01'),(59155,22629,'action started via WP Cron','2021-01-25 10:16:32','2021-01-25 02:16:32'),(59156,22629,'action complete via WP Cron','2021-01-25 10:16:32','2021-01-25 02:16:32'),(59157,22630,'action created','2021-01-25 10:16:32','2021-01-25 02:16:32'),(59158,22630,'action started via WP Cron','2021-01-25 10:17:37','2021-01-25 02:17:37'),(59159,22630,'action complete via WP Cron','2021-01-25 10:17:37','2021-01-25 02:17:37'),(59160,22631,'action created','2021-01-25 10:17:37','2021-01-25 02:17:37'),(59161,22631,'action started via WP Cron','2021-01-25 10:19:58','2021-01-25 02:19:58'),(59162,22631,'action complete via WP Cron','2021-01-25 10:19:58','2021-01-25 02:19:58'),(59163,22632,'action created','2021-01-25 10:19:58','2021-01-25 02:19:58'),(59164,22632,'action started via WP Cron','2021-01-25 10:21:49','2021-01-25 02:21:49'),(59165,22632,'action complete via WP Cron','2021-01-25 10:21:49','2021-01-25 02:21:49'),(59166,22633,'action created','2021-01-25 10:21:49','2021-01-25 02:21:49'),(59167,22633,'action started via WP Cron','2021-01-25 10:29:16','2021-01-25 02:29:16'),(59168,22633,'action complete via WP Cron','2021-01-25 10:29:16','2021-01-25 02:29:16'),(59169,22634,'action created','2021-01-25 10:29:16','2021-01-25 02:29:16'),(59170,22634,'action started via WP Cron','2021-01-25 10:31:59','2021-01-25 02:31:59'),(59171,22634,'action complete via WP Cron','2021-01-25 10:31:59','2021-01-25 02:31:59'),(59172,22635,'action created','2021-01-25 10:31:59','2021-01-25 02:31:59'),(59173,22635,'action started via WP Cron','2021-01-25 10:33:03','2021-01-25 02:33:03'),(59174,22635,'action complete via WP Cron','2021-01-25 10:33:03','2021-01-25 02:33:03'),(59175,22636,'action created','2021-01-25 10:33:03','2021-01-25 02:33:03'),(59176,22636,'action started via WP Cron','2021-01-25 10:36:55','2021-01-25 02:36:55'),(59177,22636,'action complete via WP Cron','2021-01-25 10:36:55','2021-01-25 02:36:55'),(59178,22637,'action created','2021-01-25 10:36:55','2021-01-25 02:36:55'),(59179,22637,'action started via WP Cron','2021-01-25 10:42:11','2021-01-25 02:42:11'),(59180,22637,'action complete via WP Cron','2021-01-25 10:42:11','2021-01-25 02:42:11'),(59181,22638,'action created','2021-01-25 10:42:12','2021-01-25 02:42:12'),(59182,22638,'action started via WP Cron','2021-01-25 10:48:11','2021-01-25 02:48:11'),(59183,22638,'action complete via WP Cron','2021-01-25 10:48:11','2021-01-25 02:48:11'),(59184,22639,'action created','2021-01-25 10:48:12','2021-01-25 02:48:12'),(59185,22639,'action started via WP Cron','2021-01-25 10:49:15','2021-01-25 02:49:15'),(59186,22639,'action complete via WP Cron','2021-01-25 10:49:15','2021-01-25 02:49:15'),(59187,22640,'action created','2021-01-25 10:49:15','2021-01-25 02:49:15'),(59188,22640,'action started via WP Cron','2021-01-25 10:50:11','2021-01-25 02:50:11'),(59189,22640,'action complete via WP Cron','2021-01-25 10:50:11','2021-01-25 02:50:11'),(59190,22641,'action created','2021-01-25 10:50:11','2021-01-25 02:50:11'),(59191,22641,'action started via WP Cron','2021-01-25 10:50:46','2021-01-25 02:50:46'),(59192,22641,'action complete via WP Cron','2021-01-25 10:50:46','2021-01-25 02:50:46'),(59193,22642,'action created','2021-01-25 10:50:46','2021-01-25 02:50:46'),(59194,22642,'action started via WP Cron','2021-01-25 10:51:48','2021-01-25 02:51:48'),(59195,22642,'action complete via WP Cron','2021-01-25 10:51:48','2021-01-25 02:51:48'),(59196,22643,'action created','2021-01-25 10:51:48','2021-01-25 02:51:48'),(59197,22643,'action started via WP Cron','2021-01-25 10:52:49','2021-01-25 02:52:49'),(59198,22643,'action complete via WP Cron','2021-01-25 10:52:49','2021-01-25 02:52:49'),(59199,22644,'action created','2021-01-25 10:52:49','2021-01-25 02:52:49'),(59200,22644,'action started via WP Cron','2021-01-25 10:53:50','2021-01-25 02:53:50'),(59201,22644,'action complete via WP Cron','2021-01-25 10:53:50','2021-01-25 02:53:50'),(59202,22645,'action created','2021-01-25 10:53:50','2021-01-25 02:53:50'),(59203,22645,'action started via WP Cron','2021-01-25 10:55:09','2021-01-25 02:55:09'),(59204,22645,'action complete via WP Cron','2021-01-25 10:55:09','2021-01-25 02:55:09'),(59205,22646,'action created','2021-01-25 10:55:09','2021-01-25 02:55:09'),(59206,22646,'action started via WP Cron','2021-01-25 11:06:24','2021-01-25 03:06:24'),(59207,22646,'action complete via WP Cron','2021-01-25 11:06:24','2021-01-25 03:06:24'),(59208,22647,'action created','2021-01-25 11:06:24','2021-01-25 03:06:24'),(59209,22647,'action started via WP Cron','2021-01-25 11:07:18','2021-01-25 03:07:18'),(59210,22647,'action complete via WP Cron','2021-01-25 11:07:18','2021-01-25 03:07:18'),(59211,22648,'action created','2021-01-25 11:07:18','2021-01-25 03:07:18'),(59212,22648,'action started via WP Cron','2021-01-25 11:08:19','2021-01-25 03:08:19'),(59213,22648,'action complete via WP Cron','2021-01-25 11:08:19','2021-01-25 03:08:19'),(59214,22649,'action created','2021-01-25 11:08:19','2021-01-25 03:08:19'),(59215,22649,'action started via WP Cron','2021-01-25 11:09:56','2021-01-25 03:09:56'),(59216,22649,'action complete via WP Cron','2021-01-25 11:09:56','2021-01-25 03:09:56'),(59217,22650,'action created','2021-01-25 11:09:56','2021-01-25 03:09:56'),(59218,22650,'action started via WP Cron','2021-01-25 11:11:22','2021-01-25 03:11:22'),(59219,22650,'action complete via WP Cron','2021-01-25 11:11:22','2021-01-25 03:11:22'),(59220,22651,'action created','2021-01-25 11:11:23','2021-01-25 03:11:23'),(59221,22651,'action started via WP Cron','2021-01-25 11:12:23','2021-01-25 03:12:23'),(59222,22651,'action complete via WP Cron','2021-01-25 11:12:23','2021-01-25 03:12:23'),(59223,22652,'action created','2021-01-25 11:12:23','2021-01-25 03:12:23'),(59224,22652,'action started via WP Cron','2021-01-25 11:21:09','2021-01-25 03:21:09'),(59225,22652,'action complete via WP Cron','2021-01-25 11:21:09','2021-01-25 03:21:09'),(59226,22653,'action created','2021-01-25 11:21:09','2021-01-25 03:21:09'),(59227,22653,'action started via WP Cron','2021-01-25 11:23:14','2021-01-25 03:23:14'),(59228,22653,'action complete via WP Cron','2021-01-25 11:23:14','2021-01-25 03:23:14'),(59229,22654,'action created','2021-01-25 11:23:14','2021-01-25 03:23:14'),(59230,22654,'action started via WP Cron','2021-01-25 11:25:06','2021-01-25 03:25:06'),(59231,22654,'action complete via WP Cron','2021-01-25 11:25:06','2021-01-25 03:25:06'),(59232,22655,'action created','2021-01-25 11:25:06','2021-01-25 03:25:06'),(59233,22655,'action started via WP Cron','2021-01-25 11:28:08','2021-01-25 03:28:08'),(59234,22655,'action complete via WP Cron','2021-01-25 11:28:08','2021-01-25 03:28:08'),(59235,22656,'action created','2021-01-25 11:28:08','2021-01-25 03:28:08'),(59236,22656,'action started via WP Cron','2021-01-25 11:29:57','2021-01-25 03:29:57'),(59237,22656,'action complete via WP Cron','2021-01-25 11:29:57','2021-01-25 03:29:57'),(59238,22657,'action created','2021-01-25 11:29:57','2021-01-25 03:29:57'),(59239,22657,'action started via WP Cron','2021-01-25 11:42:13','2021-01-25 03:42:13'),(59240,22657,'action complete via WP Cron','2021-01-25 11:42:13','2021-01-25 03:42:13'),(59241,22658,'action created','2021-01-25 11:42:13','2021-01-25 03:42:13'),(59242,22658,'action started via WP Cron','2021-01-25 11:48:20','2021-01-25 03:48:20'),(59243,22658,'action complete via WP Cron','2021-01-25 11:48:20','2021-01-25 03:48:20'),(59244,22659,'action created','2021-01-25 11:48:20','2021-01-25 03:48:20'),(59245,22659,'action started via WP Cron','2021-01-25 11:50:26','2021-01-25 03:50:26'),(59246,22659,'action complete via WP Cron','2021-01-25 11:50:26','2021-01-25 03:50:26'),(59247,22660,'action created','2021-01-25 11:50:26','2021-01-25 03:50:26'),(59248,22660,'action started via WP Cron','2021-01-25 11:52:13','2021-01-25 03:52:13'),(59249,22660,'action complete via WP Cron','2021-01-25 11:52:13','2021-01-25 03:52:13'),(59250,22661,'action created','2021-01-25 11:52:13','2021-01-25 03:52:13'),(59251,22661,'action started via WP Cron','2021-01-25 11:54:46','2021-01-25 03:54:46'),(59252,22661,'action complete via WP Cron','2021-01-25 11:54:46','2021-01-25 03:54:46'),(59253,22662,'action created','2021-01-25 11:54:46','2021-01-25 03:54:46'),(59254,22662,'action started via WP Cron','2021-01-25 11:55:59','2021-01-25 03:55:59'),(59255,22662,'action complete via WP Cron','2021-01-25 11:55:59','2021-01-25 03:55:59'),(59256,22663,'action created','2021-01-25 11:55:59','2021-01-25 03:55:59'),(59257,22663,'action started via WP Cron','2021-01-25 11:57:15','2021-01-25 03:57:15'),(59258,22663,'action complete via WP Cron','2021-01-25 11:57:15','2021-01-25 03:57:15'),(59259,22664,'action created','2021-01-25 11:57:15','2021-01-25 03:57:15'),(59260,22664,'action started via WP Cron','2021-01-25 11:57:51','2021-01-25 03:57:51'),(59261,22664,'action complete via WP Cron','2021-01-25 11:57:51','2021-01-25 03:57:51'),(59262,22665,'action created','2021-01-25 11:57:51','2021-01-25 03:57:51'),(59263,22665,'action started via WP Cron','2021-01-25 11:59:17','2021-01-25 03:59:17'),(59264,22665,'action complete via WP Cron','2021-01-25 11:59:17','2021-01-25 03:59:17'),(59265,22666,'action created','2021-01-25 11:59:17','2021-01-25 03:59:17'),(59266,22666,'action started via WP Cron','2021-01-25 12:08:03','2021-01-25 04:08:03'),(59267,22666,'action complete via WP Cron','2021-01-25 12:08:03','2021-01-25 04:08:03'),(59268,22667,'action created','2021-01-25 12:08:03','2021-01-25 04:08:03'),(59269,22667,'action started via WP Cron','2021-01-25 12:13:09','2021-01-25 04:13:09'),(59270,22667,'action complete via WP Cron','2021-01-25 12:13:09','2021-01-25 04:13:09'),(59271,22668,'action created','2021-01-25 12:13:09','2021-01-25 04:13:09'),(59272,22668,'action started via WP Cron','2021-01-25 12:21:01','2021-01-25 04:21:01'),(59273,22668,'action complete via WP Cron','2021-01-25 12:21:01','2021-01-25 04:21:01'),(59274,22669,'action created','2021-01-25 12:21:01','2021-01-25 04:21:01'),(59275,22669,'action started via WP Cron','2021-01-25 12:23:07','2021-01-25 04:23:07'),(59276,22669,'action complete via WP Cron','2021-01-25 12:23:07','2021-01-25 04:23:07'),(59277,22670,'action created','2021-01-25 12:23:07','2021-01-25 04:23:07'),(59278,22670,'action started via WP Cron','2021-01-25 12:24:50','2021-01-25 04:24:50'),(59279,22670,'action complete via WP Cron','2021-01-25 12:24:50','2021-01-25 04:24:50'),(59280,22671,'action created','2021-01-25 12:24:50','2021-01-25 04:24:50'),(59281,22671,'action started via WP Cron','2021-01-25 12:25:54','2021-01-25 04:25:54'),(59282,22671,'action complete via WP Cron','2021-01-25 12:25:54','2021-01-25 04:25:54'),(59283,22672,'action created','2021-01-25 12:25:54','2021-01-25 04:25:54'),(59284,22672,'action started via WP Cron','2021-01-25 12:26:55','2021-01-25 04:26:55'),(59285,22672,'action complete via WP Cron','2021-01-25 12:26:55','2021-01-25 04:26:55'),(59286,22673,'action created','2021-01-25 12:26:55','2021-01-25 04:26:55'),(59287,22673,'action started via WP Cron','2021-01-25 12:27:58','2021-01-25 04:27:58'),(59288,22673,'action complete via WP Cron','2021-01-25 12:27:58','2021-01-25 04:27:58'),(59289,22674,'action created','2021-01-25 12:27:58','2021-01-25 04:27:58'),(59290,22674,'action started via WP Cron','2021-01-25 12:32:41','2021-01-25 04:32:41'),(59291,22674,'action complete via WP Cron','2021-01-25 12:32:41','2021-01-25 04:32:41'),(59292,22675,'action created','2021-01-25 12:32:41','2021-01-25 04:32:41'),(59293,22675,'action started via WP Cron','2021-01-25 12:33:41','2021-01-25 04:33:41'),(59294,22675,'action complete via WP Cron','2021-01-25 12:33:41','2021-01-25 04:33:41'),(59295,22676,'action created','2021-01-25 12:34:23','2021-01-25 04:34:23'),(59296,22676,'action started via WP Cron','2021-01-25 12:39:58','2021-01-25 04:39:58'),(59297,22676,'action complete via WP Cron','2021-01-25 12:39:58','2021-01-25 04:39:58'),(59298,22677,'action created','2021-01-25 12:39:58','2021-01-25 04:39:58'),(59299,22677,'action started via WP Cron','2021-01-25 12:40:58','2021-01-25 04:40:58'),(59300,22677,'action complete via WP Cron','2021-01-25 12:40:58','2021-01-25 04:40:58'),(59301,22678,'action created','2021-01-25 12:40:58','2021-01-25 04:40:58'),(59302,22678,'action started via WP Cron','2021-01-25 12:41:59','2021-01-25 04:41:59'),(59303,22678,'action complete via WP Cron','2021-01-25 12:41:59','2021-01-25 04:41:59'),(59304,22679,'action created','2021-01-25 12:41:59','2021-01-25 04:41:59'),(59305,22679,'action started via WP Cron','2021-01-25 12:48:18','2021-01-25 04:48:18'),(59306,22679,'action complete via WP Cron','2021-01-25 12:48:18','2021-01-25 04:48:18'),(59307,22680,'action created','2021-01-25 12:48:18','2021-01-25 04:48:18'),(59308,22680,'action started via WP Cron','2021-01-25 12:52:00','2021-01-25 04:52:00'),(59309,22680,'action complete via WP Cron','2021-01-25 12:52:00','2021-01-25 04:52:00'),(59310,22681,'action created','2021-01-25 12:52:00','2021-01-25 04:52:00'),(59311,22681,'action started via WP Cron','2021-01-25 12:56:32','2021-01-25 04:56:32'),(59312,22681,'action complete via WP Cron','2021-01-25 12:56:32','2021-01-25 04:56:32'),(59313,22682,'action created','2021-01-25 12:56:32','2021-01-25 04:56:32'),(59314,22682,'action started via WP Cron','2021-01-25 12:57:42','2021-01-25 04:57:42'),(59315,22682,'action complete via WP Cron','2021-01-25 12:57:42','2021-01-25 04:57:42'),(59316,22683,'action created','2021-01-25 12:57:42','2021-01-25 04:57:42'),(59317,22683,'action started via WP Cron','2021-01-25 12:58:44','2021-01-25 04:58:44'),(59318,22683,'action complete via WP Cron','2021-01-25 12:58:44','2021-01-25 04:58:44'),(59319,22684,'action created','2021-01-25 12:58:44','2021-01-25 04:58:44'),(59320,22684,'action started via WP Cron','2021-01-25 13:00:13','2021-01-25 05:00:13'),(59321,22684,'action complete via WP Cron','2021-01-25 13:00:13','2021-01-25 05:00:13'),(59322,22685,'action created','2021-01-25 13:00:13','2021-01-25 05:00:13'),(59323,22685,'action started via WP Cron','2021-01-25 13:01:14','2021-01-25 05:01:14'),(59324,22685,'action complete via WP Cron','2021-01-25 13:01:14','2021-01-25 05:01:14'),(59325,22686,'action created','2021-01-25 13:01:14','2021-01-25 05:01:14'),(59326,22686,'action started via WP Cron','2021-01-25 13:02:15','2021-01-25 05:02:15'),(59327,22686,'action complete via WP Cron','2021-01-25 13:02:15','2021-01-25 05:02:15'),(59328,22687,'action created','2021-01-25 13:02:15','2021-01-25 05:02:15'),(59329,22687,'action started via WP Cron','2021-01-25 13:08:11','2021-01-25 05:08:11'),(59330,22687,'action complete via WP Cron','2021-01-25 13:08:11','2021-01-25 05:08:11'),(59331,22688,'action created','2021-01-25 13:08:11','2021-01-25 05:08:11'),(59332,22688,'action started via WP Cron','2021-01-25 13:13:08','2021-01-25 05:13:08'),(59333,22688,'action complete via WP Cron','2021-01-25 13:13:08','2021-01-25 05:13:08'),(59334,22689,'action created','2021-01-25 13:13:08','2021-01-25 05:13:08'),(59335,22689,'action started via WP Cron','2021-01-25 13:17:37','2021-01-25 05:17:37'),(59336,22689,'action complete via WP Cron','2021-01-25 13:17:37','2021-01-25 05:17:37'),(59337,22690,'action created','2021-01-25 13:17:37','2021-01-25 05:17:37'),(59338,22690,'action started via WP Cron','2021-01-25 13:18:38','2021-01-25 05:18:38'),(59339,22690,'action complete via WP Cron','2021-01-25 13:18:38','2021-01-25 05:18:38'),(59340,22691,'action created','2021-01-25 13:18:38','2021-01-25 05:18:38'),(59341,22691,'action started via WP Cron','2021-01-25 13:23:10','2021-01-25 05:23:10'),(59342,22691,'action complete via WP Cron','2021-01-25 13:23:10','2021-01-25 05:23:10'),(59343,22692,'action created','2021-01-25 13:23:10','2021-01-25 05:23:10'),(59344,22692,'action started via WP Cron','2021-01-25 13:24:12','2021-01-25 05:24:12'),(59345,22692,'action complete via WP Cron','2021-01-25 13:24:12','2021-01-25 05:24:12'),(59346,22693,'action created','2021-01-25 13:24:12','2021-01-25 05:24:12'),(59347,22693,'action started via WP Cron','2021-01-25 13:25:13','2021-01-25 05:25:13'),(59348,22693,'action complete via WP Cron','2021-01-25 13:25:13','2021-01-25 05:25:13'),(59349,22694,'action created','2021-01-25 13:25:13','2021-01-25 05:25:13'),(59350,22694,'action started via WP Cron','2021-01-25 13:27:16','2021-01-25 05:27:16'),(59351,22694,'action complete via WP Cron','2021-01-25 13:27:16','2021-01-25 05:27:16'),(59352,22695,'action created','2021-01-25 13:27:16','2021-01-25 05:27:16'),(59353,22695,'action started via WP Cron','2021-01-25 13:28:02','2021-01-25 05:28:02'),(59354,22695,'action complete via WP Cron','2021-01-25 13:28:02','2021-01-25 05:28:02'),(59355,22696,'action created','2021-01-25 13:28:02','2021-01-25 05:28:02'),(59356,22696,'action started via WP Cron','2021-01-25 13:28:56','2021-01-25 05:28:56'),(59357,22696,'action complete via WP Cron','2021-01-25 13:28:56','2021-01-25 05:28:56'),(59358,22697,'action created','2021-01-25 13:28:56','2021-01-25 05:28:56'),(59359,22697,'action started via WP Cron','2021-01-25 13:29:41','2021-01-25 05:29:41'),(59360,22697,'action complete via WP Cron','2021-01-25 13:29:41','2021-01-25 05:29:41'),(59361,22698,'action created','2021-01-25 13:29:41','2021-01-25 05:29:41'),(59362,22698,'action started via WP Cron','2021-01-25 13:30:43','2021-01-25 05:30:43'),(59363,22698,'action complete via WP Cron','2021-01-25 13:30:43','2021-01-25 05:30:43'),(59364,22699,'action created','2021-01-25 13:30:43','2021-01-25 05:30:43'),(59365,22699,'action started via WP Cron','2021-01-25 13:31:52','2021-01-25 05:31:52'),(59366,22699,'action complete via WP Cron','2021-01-25 13:31:52','2021-01-25 05:31:52'),(59367,22700,'action created','2021-01-25 13:31:52','2021-01-25 05:31:52'),(59368,22700,'action started via WP Cron','2021-01-25 13:32:57','2021-01-25 05:32:57'),(59369,22700,'action complete via WP Cron','2021-01-25 13:32:57','2021-01-25 05:32:57'),(59370,22701,'action created','2021-01-25 13:32:57','2021-01-25 05:32:57'),(59371,22701,'action started via WP Cron','2021-01-25 13:38:41','2021-01-25 05:38:41'),(59372,22701,'action complete via WP Cron','2021-01-25 13:38:41','2021-01-25 05:38:41'),(59373,22702,'action created','2021-01-25 13:38:41','2021-01-25 05:38:41'),(59374,22702,'action started via WP Cron','2021-01-25 13:39:46','2021-01-25 05:39:46'),(59375,22702,'action complete via WP Cron','2021-01-25 13:39:46','2021-01-25 05:39:46'),(59376,22703,'action created','2021-01-25 13:39:46','2021-01-25 05:39:46'),(59377,22703,'action started via WP Cron','2021-01-25 13:40:46','2021-01-25 05:40:46'),(59378,22703,'action complete via WP Cron','2021-01-25 13:40:46','2021-01-25 05:40:46'),(59379,22704,'action created','2021-01-25 13:40:46','2021-01-25 05:40:46'),(59380,22704,'action started via WP Cron','2021-01-25 13:41:41','2021-01-25 05:41:41'),(59381,22704,'action complete via WP Cron','2021-01-25 13:41:41','2021-01-25 05:41:41'),(59382,22705,'action created','2021-01-25 13:41:41','2021-01-25 05:41:41'),(59383,22705,'action started via WP Cron','2021-01-25 13:42:53','2021-01-25 05:42:53'),(59384,22705,'action complete via WP Cron','2021-01-25 13:42:53','2021-01-25 05:42:53'),(59385,22706,'action created','2021-01-25 13:42:53','2021-01-25 05:42:53'),(59386,22706,'action started via WP Cron','2021-01-25 13:44:55','2021-01-25 05:44:55'),(59387,22706,'action complete via WP Cron','2021-01-25 13:44:55','2021-01-25 05:44:55'),(59388,22707,'action created','2021-01-25 13:44:55','2021-01-25 05:44:55'),(59389,22707,'action started via WP Cron','2021-01-25 13:45:51','2021-01-25 05:45:51'),(59390,22707,'action complete via WP Cron','2021-01-25 13:45:51','2021-01-25 05:45:51'),(59391,22708,'action created','2021-01-25 13:45:51','2021-01-25 05:45:51'),(59392,22708,'action started via WP Cron','2021-01-25 13:46:58','2021-01-25 05:46:58'),(59393,22708,'action complete via WP Cron','2021-01-25 13:46:58','2021-01-25 05:46:58'),(59394,22709,'action created','2021-01-25 13:46:58','2021-01-25 05:46:58'),(59395,22709,'action started via WP Cron','2021-01-25 13:53:42','2021-01-25 05:53:42'),(59396,22709,'action complete via WP Cron','2021-01-25 13:53:42','2021-01-25 05:53:42'),(59397,22710,'action created','2021-01-25 13:53:42','2021-01-25 05:53:42'),(59398,22710,'action started via WP Cron','2021-01-25 13:54:46','2021-01-25 05:54:46'),(59399,22710,'action complete via WP Cron','2021-01-25 13:54:46','2021-01-25 05:54:46'),(59400,22711,'action created','2021-01-25 13:54:46','2021-01-25 05:54:46'),(59401,22711,'action started via WP Cron','2021-01-25 13:56:35','2021-01-25 05:56:35'),(59402,22711,'action complete via WP Cron','2021-01-25 13:56:35','2021-01-25 05:56:35'),(59403,22712,'action created','2021-01-25 13:56:35','2021-01-25 05:56:35'),(59404,22712,'action started via WP Cron','2021-01-25 13:57:37','2021-01-25 05:57:37'),(59405,22712,'action complete via WP Cron','2021-01-25 13:57:37','2021-01-25 05:57:37'),(59406,22713,'action created','2021-01-25 13:57:37','2021-01-25 05:57:37'),(59407,22713,'action started via WP Cron','2021-01-25 13:59:24','2021-01-25 05:59:24'),(59408,22713,'action complete via WP Cron','2021-01-25 13:59:24','2021-01-25 05:59:24'),(59409,22714,'action created','2021-01-25 13:59:24','2021-01-25 05:59:24'),(59410,22714,'action started via WP Cron','2021-01-25 14:00:25','2021-01-25 06:00:25'),(59411,22714,'action complete via WP Cron','2021-01-25 14:00:25','2021-01-25 06:00:25'),(59412,22715,'action created','2021-01-25 14:00:25','2021-01-25 06:00:25'),(59413,22715,'action started via WP Cron','2021-01-25 14:01:27','2021-01-25 06:01:27'),(59414,22715,'action complete via WP Cron','2021-01-25 14:01:27','2021-01-25 06:01:27'),(59415,22716,'action created','2021-01-25 14:01:28','2021-01-25 06:01:28'),(59416,22716,'action started via WP Cron','2021-01-25 14:02:53','2021-01-25 06:02:53'),(59417,22716,'action complete via WP Cron','2021-01-25 14:02:53','2021-01-25 06:02:53'),(59418,22717,'action created','2021-01-25 14:02:54','2021-01-25 06:02:54'),(59419,22717,'action started via WP Cron','2021-01-25 14:04:17','2021-01-25 06:04:17'),(59420,22717,'action complete via WP Cron','2021-01-25 14:04:17','2021-01-25 06:04:17'),(59421,22718,'action created','2021-01-25 14:04:17','2021-01-25 06:04:17'),(59422,22718,'action started via WP Cron','2021-01-25 14:05:18','2021-01-25 06:05:18'),(59423,22718,'action complete via WP Cron','2021-01-25 14:05:18','2021-01-25 06:05:18'),(59424,22719,'action created','2021-01-25 14:05:18','2021-01-25 06:05:18'),(59425,22719,'action started via WP Cron','2021-01-25 14:18:54','2021-01-25 06:18:54'),(59426,22719,'action complete via WP Cron','2021-01-25 14:18:54','2021-01-25 06:18:54'),(59427,22720,'action created','2021-01-25 14:18:54','2021-01-25 06:18:54'),(59428,22720,'action started via WP Cron','2021-01-25 14:20:08','2021-01-25 06:20:08'),(59429,22720,'action complete via WP Cron','2021-01-25 14:20:08','2021-01-25 06:20:08'),(59430,22721,'action created','2021-01-25 14:20:08','2021-01-25 06:20:08'),(59431,22721,'action started via WP Cron','2021-01-25 14:21:43','2021-01-25 06:21:43'),(59432,22721,'action complete via WP Cron','2021-01-25 14:21:43','2021-01-25 06:21:43'),(59433,22722,'action created','2021-01-25 14:21:43','2021-01-25 06:21:43'),(59434,22722,'action started via WP Cron','2021-01-25 14:25:25','2021-01-25 06:25:25'),(59435,22722,'action complete via WP Cron','2021-01-25 14:25:25','2021-01-25 06:25:25'),(59436,22723,'action created','2021-01-25 14:25:25','2021-01-25 06:25:25'),(59437,22723,'action started via WP Cron','2021-01-25 14:26:05','2021-01-25 06:26:05'),(59438,22723,'action complete via WP Cron','2021-01-25 14:26:05','2021-01-25 06:26:05'),(59439,22724,'action created','2021-01-25 14:26:05','2021-01-25 06:26:05'),(59440,22724,'action started via WP Cron','2021-01-25 14:26:45','2021-01-25 06:26:45'),(59441,22724,'action complete via WP Cron','2021-01-25 14:26:45','2021-01-25 06:26:45'),(59442,22725,'action created','2021-01-25 14:26:45','2021-01-25 06:26:45'),(59443,22725,'action started via WP Cron','2021-01-25 14:28:31','2021-01-25 06:28:31'),(59444,22725,'action complete via WP Cron','2021-01-25 14:28:31','2021-01-25 06:28:31'),(59445,22726,'action created','2021-01-25 14:28:31','2021-01-25 06:28:31'),(59446,22726,'action started via WP Cron','2021-01-25 14:29:38','2021-01-25 06:29:38'),(59447,22726,'action complete via WP Cron','2021-01-25 14:29:38','2021-01-25 06:29:38'),(59448,22727,'action created','2021-01-25 14:29:38','2021-01-25 06:29:38'),(59449,22727,'action started via WP Cron','2021-01-25 14:30:40','2021-01-25 06:30:40'),(59450,22727,'action complete via WP Cron','2021-01-25 14:30:40','2021-01-25 06:30:40'),(59451,22728,'action created','2021-01-25 14:30:40','2021-01-25 06:30:40'),(59452,22728,'action started via WP Cron','2021-01-25 14:33:11','2021-01-25 06:33:11'),(59453,22728,'action complete via WP Cron','2021-01-25 14:33:11','2021-01-25 06:33:11'),(59454,22729,'action created','2021-01-25 14:33:11','2021-01-25 06:33:11'),(59455,22729,'action started via WP Cron','2021-01-25 14:33:53','2021-01-25 06:33:53'),(59456,22729,'action complete via WP Cron','2021-01-25 14:33:53','2021-01-25 06:33:53'),(59457,22730,'action created','2021-01-25 14:33:53','2021-01-25 06:33:53'),(59458,22730,'action started via WP Cron','2021-01-25 14:34:53','2021-01-25 06:34:53'),(59459,22730,'action complete via WP Cron','2021-01-25 14:34:53','2021-01-25 06:34:53'),(59460,22731,'action created','2021-01-25 14:34:54','2021-01-25 06:34:54'),(59461,22731,'action started via WP Cron','2021-01-25 14:35:54','2021-01-25 06:35:54'),(59462,22731,'action complete via WP Cron','2021-01-25 14:35:54','2021-01-25 06:35:54'),(59463,22732,'action created','2021-01-25 14:35:54','2021-01-25 06:35:54'),(59464,22732,'action started via WP Cron','2021-01-25 14:38:56','2021-01-25 06:38:56'),(59465,22732,'action complete via WP Cron','2021-01-25 14:38:56','2021-01-25 06:38:56'),(59466,22733,'action created','2021-01-25 14:38:56','2021-01-25 06:38:56'),(59467,22733,'action started via WP Cron','2021-01-25 14:49:33','2021-01-25 06:49:33'),(59468,22733,'action complete via WP Cron','2021-01-25 14:49:33','2021-01-25 06:49:33'),(59469,22734,'action created','2021-01-25 14:49:33','2021-01-25 06:49:33'),(59470,22734,'action started via WP Cron','2021-01-25 14:49:45','2021-01-25 06:49:45'),(59471,22734,'action complete via WP Cron','2021-01-25 14:49:45','2021-01-25 06:49:45'),(59472,22735,'action created','2021-01-25 14:49:45','2021-01-25 06:49:45'),(59473,22735,'action started via WP Cron','2021-01-25 14:50:45','2021-01-25 06:50:45'),(59474,22735,'action complete via WP Cron','2021-01-25 14:50:45','2021-01-25 06:50:45'),(59475,22736,'action created','2021-01-25 14:50:45','2021-01-25 06:50:45'),(59476,22736,'action started via WP Cron','2021-01-25 14:51:41','2021-01-25 06:51:41'),(59477,22736,'action complete via WP Cron','2021-01-25 14:51:41','2021-01-25 06:51:41'),(59478,22737,'action created','2021-01-25 14:51:41','2021-01-25 06:51:41'),(59479,22737,'action started via WP Cron','2021-01-25 14:52:43','2021-01-25 06:52:43'),(59480,22737,'action complete via WP Cron','2021-01-25 14:52:43','2021-01-25 06:52:43'),(59481,22738,'action created','2021-01-25 14:52:43','2021-01-25 06:52:43'),(59482,22738,'action started via WP Cron','2021-01-25 14:53:41','2021-01-25 06:53:41'),(59483,22738,'action complete via WP Cron','2021-01-25 14:53:41','2021-01-25 06:53:41'),(59484,22739,'action created','2021-01-25 14:53:41','2021-01-25 06:53:41'),(59485,22739,'action started via WP Cron','2021-01-25 14:54:44','2021-01-25 06:54:44'),(59486,22739,'action complete via WP Cron','2021-01-25 14:54:44','2021-01-25 06:54:44'),(59487,22740,'action created','2021-01-25 14:54:44','2021-01-25 06:54:44'),(59488,22740,'action started via WP Cron','2021-01-25 14:55:42','2021-01-25 06:55:42'),(59489,22740,'action complete via WP Cron','2021-01-25 14:55:42','2021-01-25 06:55:42'),(59490,22741,'action created','2021-01-25 14:55:42','2021-01-25 06:55:42'),(59491,22741,'action started via WP Cron','2021-01-25 14:56:41','2021-01-25 06:56:41'),(59492,22741,'action complete via WP Cron','2021-01-25 14:56:41','2021-01-25 06:56:41'),(59493,22742,'action created','2021-01-25 14:56:41','2021-01-25 06:56:41'),(59494,22742,'action started via WP Cron','2021-01-25 14:57:44','2021-01-25 06:57:44'),(59495,22742,'action complete via WP Cron','2021-01-25 14:57:44','2021-01-25 06:57:44'),(59496,22743,'action created','2021-01-25 14:57:44','2021-01-25 06:57:44'),(59497,22743,'action started via WP Cron','2021-01-25 14:58:40','2021-01-25 06:58:40'),(59498,22743,'action complete via WP Cron','2021-01-25 14:58:40','2021-01-25 06:58:40'),(59499,22744,'action created','2021-01-25 14:58:41','2021-01-25 06:58:41'),(59500,22744,'action started via WP Cron','2021-01-25 14:59:48','2021-01-25 06:59:48'),(59501,22744,'action complete via WP Cron','2021-01-25 14:59:48','2021-01-25 06:59:48'),(59502,22745,'action created','2021-01-25 14:59:48','2021-01-25 06:59:48'),(59503,22745,'action started via WP Cron','2021-01-25 15:00:57','2021-01-25 07:00:57'),(59504,22745,'action complete via WP Cron','2021-01-25 15:00:57','2021-01-25 07:00:57'),(59505,22746,'action created','2021-01-25 15:00:57','2021-01-25 07:00:57'),(59506,22746,'action started via WP Cron','2021-01-25 15:02:17','2021-01-25 07:02:17'),(59507,22746,'action complete via WP Cron','2021-01-25 15:02:17','2021-01-25 07:02:17'),(59508,22747,'action created','2021-01-25 15:02:17','2021-01-25 07:02:17'),(59509,22747,'action started via WP Cron','2021-01-25 15:02:42','2021-01-25 07:02:42'),(59510,22747,'action complete via WP Cron','2021-01-25 15:02:42','2021-01-25 07:02:42'),(59511,22748,'action created','2021-01-25 15:02:43','2021-01-25 07:02:43'),(59512,22748,'action started via WP Cron','2021-01-25 15:06:36','2021-01-25 07:06:36'),(59513,22748,'action complete via WP Cron','2021-01-25 15:06:36','2021-01-25 07:06:36'),(59514,22749,'action created','2021-01-25 15:06:36','2021-01-25 07:06:36'),(59515,22749,'action started via WP Cron','2021-01-25 15:07:44','2021-01-25 07:07:44'),(59516,22749,'action complete via WP Cron','2021-01-25 15:07:44','2021-01-25 07:07:44'),(59517,22750,'action created','2021-01-25 15:07:44','2021-01-25 07:07:44'),(59518,22750,'action started via WP Cron','2021-01-25 15:08:46','2021-01-25 07:08:46'),(59519,22750,'action complete via WP Cron','2021-01-25 15:08:46','2021-01-25 07:08:46'),(59520,22751,'action created','2021-01-25 15:08:46','2021-01-25 07:08:46'),(59521,22751,'action started via WP Cron','2021-01-25 15:09:46','2021-01-25 07:09:46'),(59522,22751,'action complete via WP Cron','2021-01-25 15:09:46','2021-01-25 07:09:46'),(59523,22752,'action created','2021-01-25 15:09:46','2021-01-25 07:09:46'),(59524,22752,'action started via WP Cron','2021-01-25 15:10:48','2021-01-25 07:10:48'),(59525,22752,'action complete via WP Cron','2021-01-25 15:10:48','2021-01-25 07:10:48'),(59526,22753,'action created','2021-01-25 15:10:48','2021-01-25 07:10:48'),(59527,22753,'action started via WP Cron','2021-01-25 15:11:58','2021-01-25 07:11:58'),(59528,22753,'action complete via WP Cron','2021-01-25 15:11:58','2021-01-25 07:11:58'),(59529,22754,'action created','2021-01-25 15:11:58','2021-01-25 07:11:58'),(59530,22754,'action started via WP Cron','2021-01-25 15:31:29','2021-01-25 07:31:29'),(59531,22754,'action complete via WP Cron','2021-01-25 15:31:29','2021-01-25 07:31:29'),(59532,22755,'action created','2021-01-25 15:31:29','2021-01-25 07:31:29'),(59533,22755,'action started via WP Cron','2021-01-25 15:32:29','2021-01-25 07:32:29'),(59534,22755,'action complete via WP Cron','2021-01-25 15:32:29','2021-01-25 07:32:29'),(59535,22756,'action created','2021-01-25 15:32:29','2021-01-25 07:32:29'),(59536,22756,'action started via WP Cron','2021-01-25 15:33:31','2021-01-25 07:33:31'),(59537,22756,'action complete via WP Cron','2021-01-25 15:33:31','2021-01-25 07:33:31'),(59538,22757,'action created','2021-01-25 15:33:31','2021-01-25 07:33:31'),(59539,22757,'action started via WP Cron','2021-01-25 15:35:32','2021-01-25 07:35:32'),(59540,22757,'action complete via WP Cron','2021-01-25 15:35:32','2021-01-25 07:35:32'),(59541,22758,'action created','2021-01-25 15:35:32','2021-01-25 07:35:32'),(59542,22758,'action started via WP Cron','2021-01-25 15:35:43','2021-01-25 07:35:43'),(59543,22758,'action complete via WP Cron','2021-01-25 15:35:43','2021-01-25 07:35:43'),(59544,22759,'action created','2021-01-25 15:35:43','2021-01-25 07:35:43'),(59545,22759,'action started via WP Cron','2021-01-25 15:36:44','2021-01-25 07:36:44'),(59546,22759,'action complete via WP Cron','2021-01-25 15:36:44','2021-01-25 07:36:44'),(59547,22760,'action created','2021-01-25 15:36:44','2021-01-25 07:36:44'),(59548,22760,'action started via WP Cron','2021-01-25 15:37:45','2021-01-25 07:37:45'),(59549,22760,'action complete via WP Cron','2021-01-25 15:37:45','2021-01-25 07:37:45'),(59550,22761,'action created','2021-01-25 15:37:45','2021-01-25 07:37:45'),(59551,22761,'action started via WP Cron','2021-01-25 15:41:57','2021-01-25 07:41:57'),(59552,22761,'action complete via WP Cron','2021-01-25 15:41:57','2021-01-25 07:41:57'),(59553,22762,'action created','2021-01-25 15:41:57','2021-01-25 07:41:57'),(59554,22762,'action started via WP Cron','2021-01-25 15:51:16','2021-01-25 07:51:16'),(59555,22762,'action complete via WP Cron','2021-01-25 15:51:16','2021-01-25 07:51:16'),(59556,22763,'action created','2021-01-25 15:51:16','2021-01-25 07:51:16'),(59557,22763,'action started via WP Cron','2021-01-25 15:52:03','2021-01-25 07:52:03'),(59558,22763,'action complete via WP Cron','2021-01-25 15:52:03','2021-01-25 07:52:03'),(59559,22764,'action created','2021-01-25 15:52:03','2021-01-25 07:52:03'),(59560,22764,'action started via WP Cron','2021-01-25 16:01:29','2021-01-25 08:01:29'),(59561,22764,'action complete via WP Cron','2021-01-25 16:01:29','2021-01-25 08:01:29'),(59562,22765,'action created','2021-01-25 16:01:29','2021-01-25 08:01:29'),(59563,22765,'action started via WP Cron','2021-01-25 16:06:59','2021-01-25 08:06:59'),(59564,22765,'action complete via WP Cron','2021-01-25 16:06:59','2021-01-25 08:06:59'),(59565,22766,'action created','2021-01-25 16:07:00','2021-01-25 08:07:00'),(59566,22766,'action started via WP Cron','2021-01-25 16:10:53','2021-01-25 08:10:53'),(59567,22766,'action complete via WP Cron','2021-01-25 16:10:53','2021-01-25 08:10:53'),(59568,22767,'action created','2021-01-25 16:10:53','2021-01-25 08:10:53'),(59569,22767,'action started via WP Cron','2021-01-25 16:11:46','2021-01-25 08:11:46'),(59570,22767,'action complete via WP Cron','2021-01-25 16:11:46','2021-01-25 08:11:46'),(59571,22768,'action created','2021-01-25 16:11:46','2021-01-25 08:11:46'),(59572,22768,'action started via WP Cron','2021-01-25 16:12:47','2021-01-25 08:12:47'),(59573,22768,'action complete via WP Cron','2021-01-25 16:12:47','2021-01-25 08:12:47'),(59574,22769,'action created','2021-01-25 16:12:47','2021-01-25 08:12:47'),(59575,22769,'action started via WP Cron','2021-01-25 16:13:41','2021-01-25 08:13:41'),(59576,22769,'action complete via WP Cron','2021-01-25 16:13:41','2021-01-25 08:13:41'),(59577,22770,'action created','2021-01-25 16:13:41','2021-01-25 08:13:41'),(59578,22770,'action started via WP Cron','2021-01-25 16:14:49','2021-01-25 08:14:49'),(59579,22770,'action complete via WP Cron','2021-01-25 16:14:49','2021-01-25 08:14:49'),(59580,22771,'action created','2021-01-25 16:14:49','2021-01-25 08:14:49'),(59581,22771,'action started via WP Cron','2021-01-25 16:15:50','2021-01-25 08:15:50'),(59582,22771,'action complete via WP Cron','2021-01-25 16:15:50','2021-01-25 08:15:50'),(59583,22772,'action created','2021-01-25 16:15:50','2021-01-25 08:15:50'),(59584,22772,'action started via WP Cron','2021-01-25 16:26:01','2021-01-25 08:26:01'),(59585,22772,'action complete via WP Cron','2021-01-25 16:26:01','2021-01-25 08:26:01'),(59586,22773,'action created','2021-01-25 16:26:01','2021-01-25 08:26:01'),(59587,22773,'action started via WP Cron','2021-01-25 16:30:15','2021-01-25 08:30:15'),(59588,22773,'action complete via WP Cron','2021-01-25 16:30:15','2021-01-25 08:30:15'),(59589,22774,'action created','2021-01-25 16:30:15','2021-01-25 08:30:15'),(59590,22774,'action started via WP Cron','2021-01-25 16:36:44','2021-01-25 08:36:44'),(59591,22774,'action complete via WP Cron','2021-01-25 16:36:44','2021-01-25 08:36:44'),(59592,22775,'action created','2021-01-25 16:36:44','2021-01-25 08:36:44'),(59593,22775,'action started via WP Cron','2021-01-25 16:37:45','2021-01-25 08:37:45'),(59594,22775,'action complete via WP Cron','2021-01-25 16:37:45','2021-01-25 08:37:45'),(59595,22776,'action created','2021-01-25 16:37:45','2021-01-25 08:37:45'),(59596,22776,'action started via WP Cron','2021-01-25 16:39:06','2021-01-25 08:39:06'),(59597,22776,'action complete via WP Cron','2021-01-25 16:39:06','2021-01-25 08:39:06'),(59598,22777,'action created','2021-01-25 16:39:06','2021-01-25 08:39:06'),(59599,22777,'action started via WP Cron','2021-01-25 16:40:07','2021-01-25 08:40:07'),(59600,22777,'action complete via WP Cron','2021-01-25 16:40:07','2021-01-25 08:40:07'),(59601,22778,'action created','2021-01-25 16:40:07','2021-01-25 08:40:07'),(59602,22778,'action started via WP Cron','2021-01-25 16:41:07','2021-01-25 08:41:07'),(59603,22778,'action complete via WP Cron','2021-01-25 16:41:07','2021-01-25 08:41:07'),(59604,22779,'action created','2021-01-25 16:41:07','2021-01-25 08:41:07'),(59605,22779,'action started via WP Cron','2021-01-25 16:41:49','2021-01-25 08:41:49'),(59606,22779,'action complete via WP Cron','2021-01-25 16:41:49','2021-01-25 08:41:49'),(59607,22780,'action created','2021-01-25 16:41:49','2021-01-25 08:41:49'),(59608,22780,'action started via WP Cron','2021-01-25 16:50:03','2021-01-25 08:50:03'),(59609,22780,'action complete via WP Cron','2021-01-25 16:50:03','2021-01-25 08:50:03'),(59610,22781,'action created','2021-01-25 16:50:03','2021-01-25 08:50:03'),(59611,22781,'action started via WP Cron','2021-01-25 16:51:49','2021-01-25 08:51:49'),(59612,22781,'action complete via WP Cron','2021-01-25 16:51:49','2021-01-25 08:51:49'),(59613,22782,'action created','2021-01-25 16:51:58','2021-01-25 08:51:58'),(59614,22782,'action started via WP Cron','2021-01-25 16:52:57','2021-01-25 08:52:57'),(59615,22782,'action complete via WP Cron','2021-01-25 16:52:57','2021-01-25 08:52:57'),(59616,22783,'action created','2021-01-25 16:52:57','2021-01-25 08:52:57'),(59617,22783,'action started via WP Cron','2021-01-25 16:54:53','2021-01-25 08:54:53'),(59618,22783,'action complete via WP Cron','2021-01-25 16:54:53','2021-01-25 08:54:53'),(59619,22784,'action created','2021-01-25 16:54:53','2021-01-25 08:54:53'),(59620,22784,'action started via WP Cron','2021-01-25 17:00:14','2021-01-25 09:00:14'),(59621,22784,'action complete via WP Cron','2021-01-25 17:00:14','2021-01-25 09:00:14'),(59622,22785,'action created','2021-01-25 17:00:14','2021-01-25 09:00:14'),(59623,22785,'action started via WP Cron','2021-01-25 17:02:12','2021-01-25 09:02:12'),(59624,22785,'action complete via WP Cron','2021-01-25 17:02:12','2021-01-25 09:02:12'),(59625,22786,'action created','2021-01-25 17:02:12','2021-01-25 09:02:12'),(59626,22786,'action started via WP Cron','2021-01-25 17:04:44','2021-01-25 09:04:44'),(59627,22786,'action complete via WP Cron','2021-01-25 17:04:44','2021-01-25 09:04:44'),(59628,22787,'action created','2021-01-25 17:04:44','2021-01-25 09:04:44'),(59629,22787,'action started via WP Cron','2021-01-25 17:05:45','2021-01-25 09:05:45'),(59630,22787,'action complete via WP Cron','2021-01-25 17:05:45','2021-01-25 09:05:45'),(59631,22788,'action created','2021-01-25 17:05:45','2021-01-25 09:05:45'),(59632,22788,'action started via WP Cron','2021-01-25 17:06:46','2021-01-25 09:06:46'),(59633,22788,'action complete via WP Cron','2021-01-25 17:06:46','2021-01-25 09:06:46'),(59634,22789,'action created','2021-01-25 17:06:46','2021-01-25 09:06:46'),(59635,22789,'action started via WP Cron','2021-01-25 17:26:24','2021-01-25 09:26:24'),(59636,22789,'action complete via WP Cron','2021-01-25 17:26:24','2021-01-25 09:26:24'),(59637,22790,'action created','2021-01-25 17:27:28','2021-01-25 09:27:28'),(59638,22790,'action started via WP Cron','2021-01-25 17:28:27','2021-01-25 09:28:27'),(59639,22790,'action complete via WP Cron','2021-01-25 17:28:27','2021-01-25 09:28:27'),(59640,22791,'action created','2021-01-25 17:28:27','2021-01-25 09:28:27'),(59641,22791,'action started via WP Cron','2021-01-25 17:30:01','2021-01-25 09:30:01'),(59642,22791,'action complete via WP Cron','2021-01-25 17:30:01','2021-01-25 09:30:01'),(59643,22792,'action created','2021-01-25 17:30:01','2021-01-25 09:30:01'),(59644,22792,'action started via WP Cron','2021-01-25 17:31:28','2021-01-25 09:31:28'),(59645,22792,'action complete via WP Cron','2021-01-25 17:31:28','2021-01-25 09:31:28'),(59646,22793,'action created','2021-01-25 17:31:28','2021-01-25 09:31:28'),(59647,22793,'action started via WP Cron','2021-01-25 17:32:29','2021-01-25 09:32:29'),(59648,22793,'action complete via WP Cron','2021-01-25 17:32:29','2021-01-25 09:32:29'),(59649,22794,'action created','2021-01-25 17:32:29','2021-01-25 09:32:29'),(59650,22794,'action started via WP Cron','2021-01-25 17:41:14','2021-01-25 09:41:14'),(59651,22794,'action complete via WP Cron','2021-01-25 17:41:14','2021-01-25 09:41:14'),(59652,22795,'action created','2021-01-25 17:41:15','2021-01-25 09:41:15'),(59653,22795,'action started via WP Cron','2021-01-25 17:42:16','2021-01-25 09:42:16'),(59654,22795,'action complete via WP Cron','2021-01-25 17:42:16','2021-01-25 09:42:16'),(59655,22796,'action created','2021-01-25 17:42:16','2021-01-25 09:42:16'),(59656,22796,'action started via WP Cron','2021-01-25 17:43:17','2021-01-25 09:43:17'),(59657,22796,'action complete via WP Cron','2021-01-25 17:43:17','2021-01-25 09:43:17'),(59658,22797,'action created','2021-01-25 17:43:17','2021-01-25 09:43:17'),(59659,22797,'action started via WP Cron','2021-01-25 17:45:19','2021-01-25 09:45:19'),(59660,22797,'action complete via WP Cron','2021-01-25 17:45:19','2021-01-25 09:45:19'),(59661,22798,'action created','2021-01-25 17:45:19','2021-01-25 09:45:19'),(59662,22798,'action started via WP Cron','2021-01-25 17:46:20','2021-01-25 09:46:20'),(59663,22798,'action complete via WP Cron','2021-01-25 17:46:20','2021-01-25 09:46:20'),(59664,22799,'action created','2021-01-25 17:46:20','2021-01-25 09:46:20'),(59665,22799,'action started via WP Cron','2021-01-25 17:47:20','2021-01-25 09:47:20'),(59666,22799,'action complete via WP Cron','2021-01-25 17:47:20','2021-01-25 09:47:20'),(59667,22800,'action created','2021-01-25 17:47:21','2021-01-25 09:47:21'),(59668,22800,'action started via WP Cron','2021-01-25 17:55:53','2021-01-25 09:55:53'),(59669,22800,'action complete via WP Cron','2021-01-25 17:55:53','2021-01-25 09:55:53'),(59670,22801,'action created','2021-01-25 17:55:53','2021-01-25 09:55:53'),(59671,22801,'action started via WP Cron','2021-01-25 18:04:09','2021-01-25 10:04:09'),(59672,22801,'action complete via WP Cron','2021-01-25 18:04:09','2021-01-25 10:04:09'),(59673,22802,'action created','2021-01-25 18:04:09','2021-01-25 10:04:09'),(59674,22802,'action started via WP Cron','2021-01-25 18:07:46','2021-01-25 10:07:46'),(59675,22802,'action complete via WP Cron','2021-01-25 18:07:46','2021-01-25 10:07:46'),(59676,22803,'action created','2021-01-25 18:07:46','2021-01-25 10:07:46'),(59677,22803,'action started via WP Cron','2021-01-25 18:08:46','2021-01-25 10:08:46'),(59678,22803,'action complete via WP Cron','2021-01-25 18:08:46','2021-01-25 10:08:46'),(59679,22804,'action created','2021-01-25 18:08:47','2021-01-25 10:08:47'),(59680,22804,'action started via WP Cron','2021-01-25 18:09:48','2021-01-25 10:09:48'),(59681,22804,'action complete via WP Cron','2021-01-25 18:09:48','2021-01-25 10:09:48'),(59682,22805,'action created','2021-01-25 18:09:48','2021-01-25 10:09:48'),(59683,22805,'action started via WP Cron','2021-01-25 18:11:50','2021-01-25 10:11:50'),(59684,22805,'action complete via WP Cron','2021-01-25 18:11:50','2021-01-25 10:11:50'),(59685,22806,'action created','2021-01-25 18:11:50','2021-01-25 10:11:50'),(59686,22806,'action started via WP Cron','2021-01-25 18:12:51','2021-01-25 10:12:51'),(59687,22806,'action complete via WP Cron','2021-01-25 18:12:51','2021-01-25 10:12:51'),(59688,22807,'action created','2021-01-25 18:12:51','2021-01-25 10:12:51'),(59689,22807,'action started via WP Cron','2021-01-25 18:23:24','2021-01-25 10:23:24'),(59690,22807,'action complete via WP Cron','2021-01-25 18:23:24','2021-01-25 10:23:24'),(59691,22808,'action created','2021-01-25 18:23:24','2021-01-25 10:23:24'),(59692,22808,'action started via WP Cron','2021-01-25 18:32:59','2021-01-25 10:32:59'),(59693,22808,'action complete via WP Cron','2021-01-25 18:32:59','2021-01-25 10:32:59'),(59694,22809,'action created','2021-01-25 18:32:59','2021-01-25 10:32:59'),(59695,22809,'action started via WP Cron','2021-01-25 18:33:50','2021-01-25 10:33:50'),(59696,22809,'action complete via WP Cron','2021-01-25 18:33:50','2021-01-25 10:33:50'),(59697,22810,'action created','2021-01-25 18:33:50','2021-01-25 10:33:50'),(59698,22810,'action started via WP Cron','2021-01-25 18:36:00','2021-01-25 10:36:00'),(59699,22810,'action complete via WP Cron','2021-01-25 18:36:00','2021-01-25 10:36:00'),(59700,22811,'action created','2021-01-25 18:36:00','2021-01-25 10:36:00'),(59701,22811,'action started via WP Cron','2021-01-25 18:36:56','2021-01-25 10:36:56'),(59702,22811,'action complete via WP Cron','2021-01-25 18:36:56','2021-01-25 10:36:56'),(59703,22812,'action created','2021-01-25 18:36:56','2021-01-25 10:36:56'),(59704,22812,'action started via WP Cron','2021-01-25 18:38:02','2021-01-25 10:38:02'),(59705,22812,'action complete via WP Cron','2021-01-25 18:38:02','2021-01-25 10:38:02'),(59706,22813,'action created','2021-01-25 18:38:02','2021-01-25 10:38:02'),(59707,22813,'action started via WP Cron','2021-01-25 18:45:57','2021-01-25 10:45:57'),(59708,22813,'action complete via WP Cron','2021-01-25 18:45:57','2021-01-25 10:45:57'),(59709,22814,'action created','2021-01-25 18:45:58','2021-01-25 10:45:58'),(59710,22814,'action started via WP Cron','2021-01-25 18:47:36','2021-01-25 10:47:36'),(59711,22814,'action complete via WP Cron','2021-01-25 18:47:36','2021-01-25 10:47:36'),(59712,22815,'action created','2021-01-25 18:47:36','2021-01-25 10:47:36'),(59713,22815,'action started via WP Cron','2021-01-25 18:47:57','2021-01-25 10:47:57'),(59714,22815,'action complete via WP Cron','2021-01-25 18:47:57','2021-01-25 10:47:57'),(59715,22816,'action created','2021-01-25 18:47:57','2021-01-25 10:47:57'),(59716,22816,'action started via WP Cron','2021-01-25 18:49:21','2021-01-25 10:49:21'),(59717,22816,'action complete via WP Cron','2021-01-25 18:49:21','2021-01-25 10:49:21'),(59718,22817,'action created','2021-01-25 18:49:21','2021-01-25 10:49:21'),(59719,22817,'action started via WP Cron','2021-01-25 18:50:42','2021-01-25 10:50:42'),(59720,22817,'action complete via WP Cron','2021-01-25 18:50:42','2021-01-25 10:50:42'),(59721,22818,'action created','2021-01-25 18:51:42','2021-01-25 10:51:42'),(59722,22818,'action started via WP Cron','2021-01-25 18:53:06','2021-01-25 10:53:06'),(59723,22818,'action complete via WP Cron','2021-01-25 18:53:06','2021-01-25 10:53:06'),(59724,22819,'action created','2021-01-25 18:53:06','2021-01-25 10:53:06'),(59725,22819,'action started via WP Cron','2021-01-25 18:54:04','2021-01-25 10:54:04'),(59726,22819,'action complete via WP Cron','2021-01-25 18:54:04','2021-01-25 10:54:04'),(59727,22820,'action created','2021-01-25 18:54:04','2021-01-25 10:54:04'),(59728,22820,'action started via WP Cron','2021-01-25 18:56:19','2021-01-25 10:56:19'),(59729,22820,'action complete via WP Cron','2021-01-25 18:56:19','2021-01-25 10:56:19'),(59730,22821,'action created','2021-01-25 18:56:20','2021-01-25 10:56:20'),(59731,22821,'action started via WP Cron','2021-01-25 18:57:26','2021-01-25 10:57:26'),(59732,22821,'action complete via WP Cron','2021-01-25 18:57:26','2021-01-25 10:57:26'),(59733,22822,'action created','2021-01-25 18:57:26','2021-01-25 10:57:26'),(59734,22822,'action started via WP Cron','2021-01-25 18:58:27','2021-01-25 10:58:27'),(59735,22822,'action complete via WP Cron','2021-01-25 18:58:27','2021-01-25 10:58:27'),(59736,22823,'action created','2021-01-25 18:58:27','2021-01-25 10:58:27'),(59737,22823,'action started via WP Cron','2021-01-25 19:03:38','2021-01-25 11:03:38'),(59738,22823,'action complete via WP Cron','2021-01-25 19:03:38','2021-01-25 11:03:38'),(59739,22824,'action created','2021-01-25 19:03:38','2021-01-25 11:03:38'),(59740,22824,'action started via WP Cron','2021-01-25 19:06:58','2021-01-25 11:06:58'),(59741,22824,'action complete via WP Cron','2021-01-25 19:06:58','2021-01-25 11:06:58'),(59742,22825,'action created','2021-01-25 19:06:58','2021-01-25 11:06:58'),(59743,22825,'action started via WP Cron','2021-01-25 19:10:00','2021-01-25 11:10:00'),(59744,22825,'action complete via WP Cron','2021-01-25 19:10:00','2021-01-25 11:10:00'),(59745,22826,'action created','2021-01-25 19:10:00','2021-01-25 11:10:00'),(59746,22826,'action started via WP Cron','2021-01-25 19:12:42','2021-01-25 11:12:42'),(59747,22826,'action complete via WP Cron','2021-01-25 19:12:42','2021-01-25 11:12:42'),(59748,22827,'action created','2021-01-25 19:12:42','2021-01-25 11:12:42'),(59749,22827,'action started via WP Cron','2021-01-25 19:24:29','2021-01-25 11:24:29'),(59750,22827,'action complete via WP Cron','2021-01-25 19:24:29','2021-01-25 11:24:29'),(59751,22828,'action created','2021-01-25 19:24:29','2021-01-25 11:24:29'),(59752,22828,'action started via WP Cron','2021-01-25 19:25:23','2021-01-25 11:25:23'),(59753,22828,'action complete via WP Cron','2021-01-25 19:25:23','2021-01-25 11:25:23'),(59754,22829,'action created','2021-01-25 19:25:23','2021-01-25 11:25:23'),(59755,22829,'action started via WP Cron','2021-01-25 19:28:03','2021-01-25 11:28:03'),(59756,22829,'action complete via WP Cron','2021-01-25 19:28:03','2021-01-25 11:28:03'),(59757,22830,'action created','2021-01-25 19:28:03','2021-01-25 11:28:03'),(59758,22830,'action started via WP Cron','2021-01-25 19:53:01','2021-01-25 11:53:01'),(59759,22830,'action complete via WP Cron','2021-01-25 19:53:01','2021-01-25 11:53:01'),(59760,22831,'action created','2021-01-25 19:53:01','2021-01-25 11:53:01'),(59761,22831,'action started via WP Cron','2021-01-25 19:58:32','2021-01-25 11:58:32'),(59762,22831,'action complete via WP Cron','2021-01-25 19:58:32','2021-01-25 11:58:32'),(59763,22832,'action created','2021-01-25 19:58:32','2021-01-25 11:58:32'),(59764,22832,'action started via WP Cron','2021-01-25 19:59:33','2021-01-25 11:59:33'),(59765,22832,'action complete via WP Cron','2021-01-25 19:59:33','2021-01-25 11:59:33'),(59766,22833,'action created','2021-01-25 19:59:33','2021-01-25 11:59:33'),(59767,22833,'action started via WP Cron','2021-01-25 20:00:34','2021-01-25 12:00:34'),(59768,22833,'action complete via WP Cron','2021-01-25 20:00:34','2021-01-25 12:00:34'),(59769,22834,'action created','2021-01-25 20:00:34','2021-01-25 12:00:34'),(59770,22834,'action started via WP Cron','2021-01-25 20:02:36','2021-01-25 12:02:36'),(59771,22834,'action complete via WP Cron','2021-01-25 20:02:36','2021-01-25 12:02:36'),(59772,22835,'action created','2021-01-25 20:02:36','2021-01-25 12:02:36'),(59773,22835,'action started via WP Cron','2021-01-25 20:03:37','2021-01-25 12:03:37'),(59774,22835,'action complete via WP Cron','2021-01-25 20:03:37','2021-01-25 12:03:37'),(59775,22836,'action created','2021-01-25 20:03:37','2021-01-25 12:03:37'),(59776,22836,'action started via WP Cron','2021-01-25 20:04:38','2021-01-25 12:04:38'),(59777,22836,'action complete via WP Cron','2021-01-25 20:04:38','2021-01-25 12:04:38'),(59778,22837,'action created','2021-01-25 20:04:38','2021-01-25 12:04:38'),(59779,22837,'action started via WP Cron','2021-01-25 20:19:18','2021-01-25 12:19:18'),(59780,22837,'action complete via WP Cron','2021-01-25 20:19:18','2021-01-25 12:19:18'),(59781,22838,'action created','2021-01-25 20:19:19','2021-01-25 12:19:19'),(59782,22838,'action started via WP Cron','2021-01-25 20:20:38','2021-01-25 12:20:38'),(59783,22838,'action complete via WP Cron','2021-01-25 20:20:38','2021-01-25 12:20:38'),(59784,22839,'action created','2021-01-25 20:20:38','2021-01-25 12:20:38'),(59785,22839,'action started via WP Cron','2021-01-25 20:22:10','2021-01-25 12:22:10'),(59786,22839,'action complete via WP Cron','2021-01-25 20:22:10','2021-01-25 12:22:10'),(59787,22840,'action created','2021-01-25 20:22:10','2021-01-25 12:22:10'),(59788,22840,'action started via WP Cron','2021-01-25 20:23:03','2021-01-25 12:23:03'),(59789,22840,'action complete via WP Cron','2021-01-25 20:23:03','2021-01-25 12:23:03'),(59790,22841,'action created','2021-01-25 20:23:03','2021-01-25 12:23:03'),(59791,22841,'action started via WP Cron','2021-01-25 20:24:12','2021-01-25 12:24:12'),(59792,22841,'action complete via WP Cron','2021-01-25 20:24:12','2021-01-25 12:24:12'),(59793,22842,'action created','2021-01-25 20:24:12','2021-01-25 12:24:12'),(59794,22842,'action started via WP Cron','2021-01-25 20:25:12','2021-01-25 12:25:12'),(59795,22842,'action complete via WP Cron','2021-01-25 20:25:12','2021-01-25 12:25:12'),(59796,22843,'action created','2021-01-25 20:25:13','2021-01-25 12:25:13'),(59797,22843,'action started via WP Cron','2021-01-25 20:26:14','2021-01-25 12:26:14'),(59798,22843,'action complete via WP Cron','2021-01-25 20:26:14','2021-01-25 12:26:14'),(59799,22844,'action created','2021-01-25 20:26:14','2021-01-25 12:26:14'),(59800,22844,'action started via WP Cron','2021-01-25 20:27:07','2021-01-25 12:27:07'),(59801,22844,'action complete via WP Cron','2021-01-25 20:27:07','2021-01-25 12:27:07'),(59802,22845,'action created','2021-01-25 20:27:07','2021-01-25 12:27:07'),(59803,22845,'action started via WP Cron','2021-01-25 20:33:45','2021-01-25 12:33:45'),(59804,22845,'action complete via WP Cron','2021-01-25 20:33:45','2021-01-25 12:33:45'),(59805,22846,'action created','2021-01-25 20:33:45','2021-01-25 12:33:45'),(59806,22846,'action started via WP Cron','2021-01-25 20:39:11','2021-01-25 12:39:11'),(59807,22846,'action complete via WP Cron','2021-01-25 20:39:11','2021-01-25 12:39:11'),(59808,22847,'action created','2021-01-25 20:39:14','2021-01-25 12:39:14'),(59809,22847,'action started via WP Cron','2021-01-25 20:42:07','2021-01-25 12:42:07'),(59810,22847,'action complete via WP Cron','2021-01-25 20:42:07','2021-01-25 12:42:07'),(59811,22848,'action created','2021-01-25 20:42:07','2021-01-25 12:42:07'),(59812,22848,'action started via WP Cron','2021-01-25 20:44:20','2021-01-25 12:44:20'),(59813,22848,'action complete via WP Cron','2021-01-25 20:44:20','2021-01-25 12:44:20'),(59814,22849,'action created','2021-01-25 20:44:20','2021-01-25 12:44:20'),(59815,22849,'action started via WP Cron','2021-01-25 20:45:40','2021-01-25 12:45:40'),(59816,22849,'action complete via WP Cron','2021-01-25 20:45:40','2021-01-25 12:45:40'),(59817,22850,'action created','2021-01-25 20:45:41','2021-01-25 12:45:41'),(59818,22850,'action started via WP Cron','2021-01-25 20:46:47','2021-01-25 12:46:47'),(59819,22850,'action complete via WP Cron','2021-01-25 20:46:47','2021-01-25 12:46:47'),(59820,22851,'action created','2021-01-25 20:46:48','2021-01-25 12:46:48'),(59821,22851,'action started via WP Cron','2021-01-25 20:47:48','2021-01-25 12:47:48'),(59822,22851,'action complete via WP Cron','2021-01-25 20:47:48','2021-01-25 12:47:48'),(59823,22852,'action created','2021-01-25 20:47:48','2021-01-25 12:47:48'),(59824,22852,'action started via WP Cron','2021-01-25 20:49:13','2021-01-25 12:49:13'),(59825,22852,'action complete via WP Cron','2021-01-25 20:49:13','2021-01-25 12:49:13'),(59826,22853,'action created','2021-01-25 20:49:13','2021-01-25 12:49:13'),(59827,22853,'action started via WP Cron','2021-01-25 20:49:51','2021-01-25 12:49:51'),(59828,22853,'action complete via WP Cron','2021-01-25 20:49:51','2021-01-25 12:49:51'),(59829,22854,'action created','2021-01-25 20:49:51','2021-01-25 12:49:51'),(59830,22854,'action started via WP Cron','2021-01-25 20:50:51','2021-01-25 12:50:51'),(59831,22854,'action complete via WP Cron','2021-01-25 20:50:51','2021-01-25 12:50:51'),(59832,22855,'action created','2021-01-25 20:50:52','2021-01-25 12:50:52'),(59833,22855,'action started via WP Cron','2021-01-25 20:51:52','2021-01-25 12:51:52'),(59834,22855,'action complete via WP Cron','2021-01-25 20:51:52','2021-01-25 12:51:52'),(59835,22856,'action created','2021-01-25 20:51:52','2021-01-25 12:51:52'),(59836,22856,'action started via WP Cron','2021-01-25 21:04:37','2021-01-25 13:04:37'),(59837,22856,'action complete via WP Cron','2021-01-25 21:04:37','2021-01-25 13:04:37'),(59838,22857,'action created','2021-01-25 21:04:37','2021-01-25 13:04:37'),(59839,22857,'action started via WP Cron','2021-01-25 21:05:40','2021-01-25 13:05:40'),(59840,22857,'action complete via WP Cron','2021-01-25 21:05:40','2021-01-25 13:05:40'),(59841,22858,'action created','2021-01-25 21:05:40','2021-01-25 13:05:40'),(59842,22858,'action started via WP Cron','2021-01-25 21:07:42','2021-01-25 13:07:42'),(59843,22858,'action complete via WP Cron','2021-01-25 21:07:42','2021-01-25 13:07:42'),(59844,22859,'action created','2021-01-25 21:07:42','2021-01-25 13:07:42'),(59845,22859,'action started via WP Cron','2021-01-25 21:08:43','2021-01-25 13:08:43'),(59846,22859,'action complete via WP Cron','2021-01-25 21:08:43','2021-01-25 13:08:43'),(59847,22860,'action created','2021-01-25 21:08:44','2021-01-25 13:08:44'),(59848,22860,'action started via WP Cron','2021-01-25 21:09:44','2021-01-25 13:09:44'),(59849,22860,'action complete via WP Cron','2021-01-25 21:09:44','2021-01-25 13:09:44'),(59850,22861,'action created','2021-01-25 21:09:44','2021-01-25 13:09:44'),(59851,22861,'action started via WP Cron','2021-01-25 21:11:20','2021-01-25 13:11:20'),(59852,22861,'action complete via WP Cron','2021-01-25 21:11:20','2021-01-25 13:11:20'),(59853,22862,'action created','2021-01-25 21:11:20','2021-01-25 13:11:20'),(59854,22862,'action started via WP Cron','2021-01-25 21:11:40','2021-01-25 13:11:40'),(59855,22862,'action complete via WP Cron','2021-01-25 21:11:40','2021-01-25 13:11:40'),(59856,22863,'action created','2021-01-25 21:11:40','2021-01-25 13:11:40'),(59857,22863,'action started via WP Cron','2021-01-25 21:12:47','2021-01-25 13:12:47'),(59858,22863,'action complete via WP Cron','2021-01-25 21:12:47','2021-01-25 13:12:47'),(59859,22864,'action created','2021-01-25 21:12:47','2021-01-25 13:12:47'),(59860,22864,'action started via WP Cron','2021-01-25 21:13:49','2021-01-25 13:13:49'),(59861,22864,'action complete via WP Cron','2021-01-25 21:13:49','2021-01-25 13:13:49'),(59862,22865,'action created','2021-01-25 21:13:49','2021-01-25 13:13:49'),(59863,22865,'action started via WP Cron','2021-01-25 21:14:45','2021-01-25 13:14:45'),(59864,22865,'action complete via WP Cron','2021-01-25 21:14:45','2021-01-25 13:14:45'),(59865,22866,'action created','2021-01-25 21:14:45','2021-01-25 13:14:45'),(59866,22866,'action started via WP Cron','2021-01-25 21:15:50','2021-01-25 13:15:50'),(59867,22866,'action complete via WP Cron','2021-01-25 21:15:50','2021-01-25 13:15:50'),(59868,22867,'action created','2021-01-25 21:15:50','2021-01-25 13:15:50'),(59869,22867,'action started via WP Cron','2021-01-25 21:16:42','2021-01-25 13:16:42'),(59870,22867,'action complete via WP Cron','2021-01-25 21:16:42','2021-01-25 13:16:42'),(59871,22868,'action created','2021-01-25 21:16:42','2021-01-25 13:16:42'),(59872,22868,'action started via WP Cron','2021-01-25 21:17:44','2021-01-25 13:17:44'),(59873,22868,'action complete via WP Cron','2021-01-25 21:17:44','2021-01-25 13:17:44'),(59874,22869,'action created','2021-01-25 21:17:56','2021-01-25 13:17:56'),(59875,22869,'action started via WP Cron','2021-01-25 21:18:45','2021-01-25 13:18:45'),(59876,22869,'action complete via WP Cron','2021-01-25 21:18:45','2021-01-25 13:18:45'),(59877,22870,'action created','2021-01-25 21:18:53','2021-01-25 13:18:53'),(59878,22870,'action started via WP Cron','2021-01-25 21:19:41','2021-01-25 13:19:41'),(59879,22870,'action complete via WP Cron','2021-01-25 21:19:41','2021-01-25 13:19:41'),(59880,22871,'action created','2021-01-25 21:19:41','2021-01-25 13:19:41'),(59881,22871,'action started via WP Cron','2021-01-25 21:20:48','2021-01-25 13:20:48'),(59882,22871,'action complete via WP Cron','2021-01-25 21:20:48','2021-01-25 13:20:48'),(59883,22872,'action created','2021-01-25 21:20:48','2021-01-25 13:20:48'),(59884,22872,'action started via WP Cron','2021-01-25 21:21:47','2021-01-25 13:21:47'),(59885,22872,'action complete via WP Cron','2021-01-25 21:21:47','2021-01-25 13:21:47'),(59886,22873,'action created','2021-01-25 21:21:48','2021-01-25 13:21:48'),(59887,22873,'action started via WP Cron','2021-01-25 21:22:41','2021-01-25 13:22:41'),(59888,22873,'action complete via WP Cron','2021-01-25 21:22:41','2021-01-25 13:22:41'),(59889,22874,'action created','2021-01-25 21:22:41','2021-01-25 13:22:41'),(59890,22874,'action started via WP Cron','2021-01-25 21:23:41','2021-01-25 13:23:41'),(59891,22874,'action complete via WP Cron','2021-01-25 21:23:41','2021-01-25 13:23:41'),(59892,22875,'action created','2021-01-25 21:23:41','2021-01-25 13:23:41'),(59893,22875,'action started via WP Cron','2021-01-25 21:24:44','2021-01-25 13:24:44'),(59894,22875,'action complete via WP Cron','2021-01-25 21:24:44','2021-01-25 13:24:44'),(59895,22876,'action created','2021-01-25 21:24:44','2021-01-25 13:24:44'),(59896,22876,'action started via WP Cron','2021-01-25 21:25:42','2021-01-25 13:25:42'),(59897,22876,'action complete via WP Cron','2021-01-25 21:25:42','2021-01-25 13:25:42'),(59898,22877,'action created','2021-01-25 21:25:42','2021-01-25 13:25:42'),(59899,22877,'action started via WP Cron','2021-01-25 21:26:47','2021-01-25 13:26:47'),(59900,22877,'action complete via WP Cron','2021-01-25 21:26:47','2021-01-25 13:26:47'),(59901,22878,'action created','2021-01-25 21:26:47','2021-01-25 13:26:47'),(59902,22878,'action started via WP Cron','2021-01-25 21:27:43','2021-01-25 13:27:43'),(59903,22878,'action complete via WP Cron','2021-01-25 21:27:43','2021-01-25 13:27:43'),(59904,22879,'action created','2021-01-25 21:27:44','2021-01-25 13:27:44'),(59905,22879,'action started via WP Cron','2021-01-25 21:28:42','2021-01-25 13:28:42'),(59906,22879,'action complete via WP Cron','2021-01-25 21:28:42','2021-01-25 13:28:42'),(59907,22880,'action created','2021-01-25 21:28:43','2021-01-25 13:28:43'),(59908,22880,'action started via WP Cron','2021-01-25 21:30:16','2021-01-25 13:30:16'),(59909,22880,'action complete via WP Cron','2021-01-25 21:30:16','2021-01-25 13:30:16'),(59910,22881,'action created','2021-01-25 21:30:17','2021-01-25 13:30:17'),(59911,22881,'action started via WP Cron','2021-01-25 21:52:35','2021-01-25 13:52:35'),(59912,22881,'action complete via WP Cron','2021-01-25 21:52:35','2021-01-25 13:52:35'),(59913,22882,'action created','2021-01-25 21:52:35','2021-01-25 13:52:35'),(59914,22882,'action started via WP Cron','2021-01-25 21:55:30','2021-01-25 13:55:30'),(59915,22882,'action complete via WP Cron','2021-01-25 21:55:30','2021-01-25 13:55:30'),(59916,22883,'action created','2021-01-25 21:55:30','2021-01-25 13:55:30'),(59917,22883,'action started via WP Cron','2021-01-25 22:09:50','2021-01-25 14:09:50'),(59918,22883,'action complete via WP Cron','2021-01-25 22:09:50','2021-01-25 14:09:50'),(59919,22884,'action created','2021-01-25 22:09:50','2021-01-25 14:09:50'),(59920,22884,'action started via WP Cron','2021-01-25 22:10:50','2021-01-25 14:10:50'),(59921,22884,'action complete via WP Cron','2021-01-25 22:10:50','2021-01-25 14:10:50'),(59922,22885,'action created','2021-01-25 22:10:50','2021-01-25 14:10:50'),(59923,22885,'action started via WP Cron','2021-01-25 22:11:45','2021-01-25 14:11:45'),(59924,22885,'action complete via WP Cron','2021-01-25 22:11:45','2021-01-25 14:11:45'),(59925,22886,'action created','2021-01-25 22:11:45','2021-01-25 14:11:45'),(59926,22886,'action started via WP Cron','2021-01-25 22:13:47','2021-01-25 14:13:47'),(59927,22886,'action complete via WP Cron','2021-01-25 22:13:47','2021-01-25 14:13:47'),(59928,22887,'action created','2021-01-25 22:13:47','2021-01-25 14:13:47'),(59929,22887,'action started via WP Cron','2021-01-25 22:14:48','2021-01-25 14:14:48'),(59930,22887,'action complete via WP Cron','2021-01-25 22:14:48','2021-01-25 14:14:48'),(59931,22888,'action created','2021-01-25 22:14:48','2021-01-25 14:14:48'),(59932,22888,'action started via WP Cron','2021-01-25 22:15:49','2021-01-25 14:15:49'),(59933,22888,'action complete via WP Cron','2021-01-25 22:15:49','2021-01-25 14:15:49'),(59934,22889,'action created','2021-01-25 22:15:49','2021-01-25 14:15:49'),(59935,22889,'action started via WP Cron','2021-01-25 22:18:21','2021-01-25 14:18:21'),(59936,22889,'action complete via WP Cron','2021-01-25 22:18:21','2021-01-25 14:18:21'),(59937,22890,'action created','2021-01-25 22:18:21','2021-01-25 14:18:21'),(59938,22890,'action started via WP Cron','2021-01-25 22:21:02','2021-01-25 14:21:02'),(59939,22890,'action complete via WP Cron','2021-01-25 22:21:02','2021-01-25 14:21:02'),(59940,22891,'action created','2021-01-25 22:21:02','2021-01-25 14:21:02'),(59941,22891,'action started via WP Cron','2021-01-25 22:21:59','2021-01-25 14:21:59'),(59942,22891,'action complete via WP Cron','2021-01-25 22:21:59','2021-01-25 14:21:59'),(59943,22892,'action created','2021-01-25 22:21:59','2021-01-25 14:21:59'),(59944,22892,'action started via WP Cron','2021-01-25 22:50:55','2021-01-25 14:50:55'),(59945,22892,'action complete via WP Cron','2021-01-25 22:50:55','2021-01-25 14:50:55'),(59946,22893,'action created','2021-01-25 22:50:55','2021-01-25 14:50:55'),(59947,22893,'action started via WP Cron','2021-01-25 22:54:23','2021-01-25 14:54:23'),(59948,22893,'action complete via WP Cron','2021-01-25 22:54:23','2021-01-25 14:54:23'),(59949,22894,'action created','2021-01-25 22:54:24','2021-01-25 14:54:24'),(59950,22894,'action started via WP Cron','2021-01-25 22:55:46','2021-01-25 14:55:46'),(59951,22894,'action complete via WP Cron','2021-01-25 22:55:46','2021-01-25 14:55:46'),(59952,22895,'action created','2021-01-25 22:55:46','2021-01-25 14:55:46'),(59953,22895,'action started via WP Cron','2021-01-25 23:03:55','2021-01-25 15:03:55'),(59954,22895,'action complete via WP Cron','2021-01-25 23:03:55','2021-01-25 15:03:55'),(59955,22896,'action created','2021-01-25 23:03:55','2021-01-25 15:03:55'),(59956,22896,'action started via WP Cron','2021-01-25 23:12:24','2021-01-25 15:12:24'),(59957,22896,'action complete via WP Cron','2021-01-25 23:12:24','2021-01-25 15:12:24'),(59958,22897,'action created','2021-01-25 23:12:24','2021-01-25 15:12:24'),(59959,22897,'action started via WP Cron','2021-01-25 23:21:09','2021-01-25 15:21:09'),(59960,22897,'action complete via WP Cron','2021-01-25 23:21:09','2021-01-25 15:21:09'),(59961,22898,'action created','2021-01-25 23:21:09','2021-01-25 15:21:09'),(59962,22898,'action started via WP Cron','2021-01-25 23:30:24','2021-01-25 15:30:24'),(59963,22898,'action complete via WP Cron','2021-01-25 23:30:24','2021-01-25 15:30:24'),(59964,22899,'action created','2021-01-25 23:30:24','2021-01-25 15:30:24'),(59965,22899,'action started via WP Cron','2021-01-25 23:31:32','2021-01-25 15:31:32'),(59966,22899,'action complete via WP Cron','2021-01-25 23:31:32','2021-01-25 15:31:32'),(59967,22900,'action created','2021-01-25 23:31:32','2021-01-25 15:31:32'),(59968,22900,'action started via WP Cron','2021-01-25 23:32:33','2021-01-25 15:32:33'),(59969,22900,'action complete via WP Cron','2021-01-25 23:32:33','2021-01-25 15:32:33'),(59970,22901,'action created','2021-01-25 23:32:33','2021-01-25 15:32:33'),(59971,22901,'action started via WP Cron','2021-01-25 23:34:35','2021-01-25 15:34:35'),(59972,22901,'action complete via WP Cron','2021-01-25 23:34:35','2021-01-25 15:34:35'),(59973,22902,'action created','2021-01-25 23:34:35','2021-01-25 15:34:35'),(59974,22902,'action started via WP Cron','2021-01-25 23:35:36','2021-01-25 15:35:36'),(59975,22902,'action complete via WP Cron','2021-01-25 23:35:36','2021-01-25 15:35:36'),(59976,22903,'action created','2021-01-25 23:35:36','2021-01-25 15:35:36'),(59977,22903,'action started via WP Cron','2021-01-25 23:36:51','2021-01-25 15:36:51'),(59978,22903,'action complete via WP Cron','2021-01-25 23:36:51','2021-01-25 15:36:51'),(59979,22904,'action created','2021-01-25 23:36:51','2021-01-25 15:36:51'),(59980,22904,'action started via WP Cron','2021-01-25 23:43:36','2021-01-25 15:43:36'),(59981,22904,'action complete via WP Cron','2021-01-25 23:43:36','2021-01-25 15:43:36'),(59982,22905,'action created','2021-01-25 23:43:36','2021-01-25 15:43:36'),(59983,22905,'action started via WP Cron','2021-01-26 00:02:41','2021-01-25 16:02:41'),(59984,22905,'action complete via WP Cron','2021-01-26 00:02:41','2021-01-25 16:02:41'),(59985,22906,'action created','2021-01-26 00:02:41','2021-01-25 16:02:41'),(59986,22906,'action started via WP Cron','2021-01-26 00:03:50','2021-01-25 16:03:50'),(59987,22906,'action complete via WP Cron','2021-01-26 00:03:50','2021-01-25 16:03:50'),(59988,22907,'action created','2021-01-26 00:03:51','2021-01-25 16:03:51'),(59989,22907,'action started via WP Cron','2021-01-26 00:04:51','2021-01-25 16:04:51'),(59990,22907,'action complete via WP Cron','2021-01-26 00:04:51','2021-01-25 16:04:51'),(59991,22908,'action created','2021-01-26 00:04:51','2021-01-25 16:04:51'),(59992,22908,'action started via WP Cron','2021-01-26 00:06:53','2021-01-25 16:06:53'),(59993,22908,'action complete via WP Cron','2021-01-26 00:06:53','2021-01-25 16:06:53'),(59994,22909,'action created','2021-01-26 00:06:53','2021-01-25 16:06:53'),(59995,22909,'action started via WP Cron','2021-01-26 00:07:55','2021-01-25 16:07:55'),(59996,22909,'action complete via WP Cron','2021-01-26 00:07:55','2021-01-25 16:07:55'),(59997,22910,'action created','2021-01-26 00:07:55','2021-01-25 16:07:55'),(59998,22910,'action started via WP Cron','2021-01-26 00:08:55','2021-01-25 16:08:55'),(59999,22910,'action complete via WP Cron','2021-01-26 00:08:55','2021-01-25 16:08:55'),(60000,22911,'action created','2021-01-26 00:08:56','2021-01-25 16:08:56'),(60001,22911,'action started via WP Cron','2021-01-26 00:13:12','2021-01-25 16:13:12'),(60002,22911,'action complete via WP Cron','2021-01-26 00:13:12','2021-01-25 16:13:12'),(60003,22912,'action created','2021-01-26 00:13:12','2021-01-25 16:13:12'),(60004,22912,'action started via WP Cron','2021-01-26 00:15:38','2021-01-25 16:15:38'),(60005,22912,'action complete via WP Cron','2021-01-26 00:15:38','2021-01-25 16:15:38'),(60006,22913,'action created','2021-01-26 00:15:38','2021-01-25 16:15:38'),(60007,22913,'action started via WP Cron','2021-01-26 00:16:37','2021-01-25 16:16:37'),(60008,22913,'action complete via WP Cron','2021-01-26 00:16:37','2021-01-25 16:16:37'),(60009,22914,'action created','2021-01-26 00:16:37','2021-01-25 16:16:37'),(60010,22914,'action started via WP Cron','2021-01-26 00:23:15','2021-01-25 16:23:15'),(60011,22914,'action complete via WP Cron','2021-01-26 00:23:15','2021-01-25 16:23:15'),(60012,22915,'action created','2021-01-26 00:23:15','2021-01-25 16:23:15'),(60013,22915,'action started via WP Cron','2021-01-26 00:24:56','2021-01-25 16:24:56'),(60014,22915,'action complete via WP Cron','2021-01-26 00:24:56','2021-01-25 16:24:56'),(60015,22916,'action created','2021-01-26 00:24:56','2021-01-25 16:24:56'),(60016,22916,'action started via WP Cron','2021-01-26 00:29:07','2021-01-25 16:29:07'),(60017,22916,'action complete via WP Cron','2021-01-26 00:29:07','2021-01-25 16:29:07'),(60018,22917,'action created','2021-01-26 00:29:07','2021-01-25 16:29:07'),(60019,22917,'action started via WP Cron','2021-01-26 00:32:16','2021-01-25 16:32:16'),(60020,22917,'action complete via WP Cron','2021-01-26 00:32:16','2021-01-25 16:32:16'),(60021,22918,'action created','2021-01-26 00:32:16','2021-01-25 16:32:16'),(60022,22918,'action started via WP Cron','2021-01-26 00:32:47','2021-01-25 16:32:47'),(60023,22918,'action complete via WP Cron','2021-01-26 00:32:47','2021-01-25 16:32:47'),(60024,22919,'action created','2021-01-26 00:32:48','2021-01-25 16:32:48'),(60025,22919,'action started via WP Cron','2021-01-26 00:34:38','2021-01-25 16:34:38'),(60026,22919,'action complete via WP Cron','2021-01-26 00:34:38','2021-01-25 16:34:38'),(60027,22920,'action created','2021-01-26 00:34:38','2021-01-25 16:34:38'),(60028,22920,'action started via WP Cron','2021-01-26 00:36:37','2021-01-25 16:36:37'),(60029,22920,'action complete via WP Cron','2021-01-26 00:36:37','2021-01-25 16:36:37'),(60030,22921,'action created','2021-01-26 00:36:37','2021-01-25 16:36:37'),(60031,22921,'action started via WP Cron','2021-01-26 00:37:37','2021-01-25 16:37:37'),(60032,22921,'action complete via WP Cron','2021-01-26 00:37:37','2021-01-25 16:37:37'),(60033,22922,'action created','2021-01-26 00:37:37','2021-01-25 16:37:37'),(60034,22922,'action started via WP Cron','2021-01-26 00:38:37','2021-01-25 16:38:37'),(60035,22922,'action complete via WP Cron','2021-01-26 00:38:37','2021-01-25 16:38:37'),(60036,22923,'action created','2021-01-26 00:38:38','2021-01-25 16:38:38'),(60037,22923,'action started via WP Cron','2021-01-26 00:40:40','2021-01-25 16:40:40'),(60038,22923,'action complete via WP Cron','2021-01-26 00:40:40','2021-01-25 16:40:40'),(60039,22924,'action created','2021-01-26 00:40:40','2021-01-25 16:40:40'),(60040,22924,'action started via WP Cron','2021-01-26 00:41:41','2021-01-25 16:41:41'),(60041,22924,'action complete via WP Cron','2021-01-26 00:41:41','2021-01-25 16:41:41'),(60042,22925,'action created','2021-01-26 00:41:41','2021-01-25 16:41:41'),(60043,22925,'action started via WP Cron','2021-01-26 00:49:39','2021-01-25 16:49:39'),(60044,22925,'action complete via WP Cron','2021-01-26 00:49:39','2021-01-25 16:49:39'),(60045,22926,'action created','2021-01-26 00:49:39','2021-01-25 16:49:39'),(60046,22926,'action started via WP Cron','2021-01-26 00:54:27','2021-01-25 16:54:27'),(60047,22926,'action complete via WP Cron','2021-01-26 00:54:27','2021-01-25 16:54:27'),(60048,22927,'action created','2021-01-26 00:54:27','2021-01-25 16:54:27'),(60049,22927,'action started via WP Cron','2021-01-26 00:55:41','2021-01-25 16:55:41'),(60050,22927,'action complete via WP Cron','2021-01-26 00:55:41','2021-01-25 16:55:41'),(60051,22928,'action created','2021-01-26 00:55:41','2021-01-25 16:55:41'),(60052,22928,'action started via WP Cron','2021-01-26 01:01:05','2021-01-25 17:01:05'),(60053,22928,'action complete via WP Cron','2021-01-26 01:01:05','2021-01-25 17:01:05'),(60054,22929,'action created','2021-01-26 01:01:05','2021-01-25 17:01:05'),(60055,22929,'action started via WP Cron','2021-01-26 01:09:07','2021-01-25 17:09:07'),(60056,22929,'action complete via WP Cron','2021-01-26 01:09:07','2021-01-25 17:09:07'),(60057,22930,'action created','2021-01-26 01:09:07','2021-01-25 17:09:07'),(60058,22930,'action started via WP Cron','2021-01-26 01:10:08','2021-01-25 17:10:08'),(60059,22930,'action complete via WP Cron','2021-01-26 01:10:08','2021-01-25 17:10:08'),(60060,22931,'action created','2021-01-26 01:10:08','2021-01-25 17:10:08'),(60061,22931,'action started via WP Cron','2021-01-26 01:11:09','2021-01-25 17:11:09'),(60062,22931,'action complete via WP Cron','2021-01-26 01:11:09','2021-01-25 17:11:09'),(60063,22932,'action created','2021-01-26 01:11:09','2021-01-25 17:11:09'),(60064,22932,'action started via WP Cron','2021-01-26 01:13:15','2021-01-25 17:13:15'),(60065,22932,'action complete via WP Cron','2021-01-26 01:13:15','2021-01-25 17:13:15'),(60066,22933,'action created','2021-01-26 01:13:15','2021-01-25 17:13:15'),(60067,22933,'action started via WP Cron','2021-01-26 01:14:16','2021-01-25 17:14:16'),(60068,22933,'action complete via WP Cron','2021-01-26 01:14:16','2021-01-25 17:14:16'),(60069,22934,'action created','2021-01-26 01:14:16','2021-01-25 17:14:16'),(60070,22934,'action started via WP Cron','2021-01-26 01:15:18','2021-01-25 17:15:18'),(60071,22934,'action complete via WP Cron','2021-01-26 01:15:18','2021-01-25 17:15:18'),(60072,22935,'action created','2021-01-26 01:15:18','2021-01-25 17:15:18'),(60073,22935,'action started via WP Cron','2021-01-26 01:28:38','2021-01-25 17:28:38'),(60074,22935,'action complete via WP Cron','2021-01-26 01:28:38','2021-01-25 17:28:38'),(60075,22936,'action created','2021-01-26 01:28:38','2021-01-25 17:28:38'),(60076,22936,'action started via WP Cron','2021-01-26 01:31:34','2021-01-25 17:31:34'),(60077,22936,'action complete via WP Cron','2021-01-26 01:31:34','2021-01-25 17:31:34'),(60078,22937,'action created','2021-01-26 01:31:34','2021-01-25 17:31:34'),(60079,22937,'action started via WP Cron','2021-01-26 01:34:23','2021-01-25 17:34:23'),(60080,22937,'action complete via WP Cron','2021-01-26 01:34:23','2021-01-25 17:34:23'),(60081,22938,'action created','2021-01-26 01:34:23','2021-01-25 17:34:23'),(60082,22938,'action started via WP Cron','2021-01-26 01:35:35','2021-01-25 17:35:35'),(60083,22938,'action complete via WP Cron','2021-01-26 01:35:35','2021-01-25 17:35:35'),(60084,22939,'action created','2021-01-26 01:35:35','2021-01-25 17:35:35'),(60085,22939,'action started via WP Cron','2021-01-26 01:36:10','2021-01-25 17:36:10'),(60086,22939,'action complete via WP Cron','2021-01-26 01:36:10','2021-01-25 17:36:10'),(60087,22940,'action created','2021-01-26 01:36:10','2021-01-25 17:36:10'),(60088,22940,'action started via WP Cron','2021-01-26 01:42:33','2021-01-25 17:42:33'),(60089,22940,'action complete via WP Cron','2021-01-26 01:42:33','2021-01-25 17:42:33'),(60090,22941,'action created','2021-01-26 01:42:33','2021-01-25 17:42:33'),(60091,22941,'action started via WP Cron','2021-01-26 01:44:35','2021-01-25 17:44:35'),(60092,22941,'action complete via WP Cron','2021-01-26 01:44:35','2021-01-25 17:44:35'),(60093,22942,'action created','2021-01-26 01:44:35','2021-01-25 17:44:35'),(60094,22942,'action started via WP Cron','2021-01-26 01:45:35','2021-01-25 17:45:35'),(60095,22942,'action complete via WP Cron','2021-01-26 01:45:35','2021-01-25 17:45:35'),(60096,22943,'action created','2021-01-26 01:45:35','2021-01-25 17:45:35'),(60097,22943,'action started via WP Cron','2021-01-26 01:46:05','2021-01-25 17:46:05'),(60098,22943,'action complete via WP Cron','2021-01-26 01:46:05','2021-01-25 17:46:05'),(60099,22944,'action created','2021-01-26 01:46:05','2021-01-25 17:46:05'),(60100,22944,'action started via WP Cron','2021-01-26 01:47:39','2021-01-25 17:47:39'),(60101,22944,'action complete via WP Cron','2021-01-26 01:47:39','2021-01-25 17:47:39'),(60102,22945,'action created','2021-01-26 01:47:39','2021-01-25 17:47:39'),(60103,22945,'action started via WP Cron','2021-01-26 01:48:25','2021-01-25 17:48:25'),(60104,22945,'action complete via WP Cron','2021-01-26 01:48:25','2021-01-25 17:48:25'),(60105,22946,'action created','2021-01-26 01:48:25','2021-01-25 17:48:25'),(60106,22946,'action started via WP Cron','2021-01-26 01:49:09','2021-01-25 17:49:09'),(60107,22946,'action complete via WP Cron','2021-01-26 01:49:09','2021-01-25 17:49:09'),(60108,22947,'action created','2021-01-26 01:49:09','2021-01-25 17:49:09'),(60109,22947,'action started via WP Cron','2021-01-26 02:07:11','2021-01-25 18:07:11'),(60110,22947,'action complete via WP Cron','2021-01-26 02:07:11','2021-01-25 18:07:11'),(60111,22948,'action created','2021-01-26 02:07:11','2021-01-25 18:07:11'),(60112,22948,'action started via WP Cron','2021-01-26 02:14:43','2021-01-25 18:14:43'),(60113,22948,'action complete via WP Cron','2021-01-26 02:14:43','2021-01-25 18:14:43'),(60114,22949,'action created','2021-01-26 02:14:43','2021-01-25 18:14:43'),(60115,22949,'action started via WP Cron','2021-01-26 02:19:39','2021-01-25 18:19:39'),(60116,22949,'action complete via WP Cron','2021-01-26 02:19:39','2021-01-25 18:19:39'),(60117,22950,'action created','2021-01-26 02:19:39','2021-01-25 18:19:39'),(60118,22950,'action started via WP Cron','2021-01-26 02:24:45','2021-01-25 18:24:45'),(60119,22950,'action complete via WP Cron','2021-01-26 02:24:45','2021-01-25 18:24:45'),(60120,22951,'action created','2021-01-26 02:24:45','2021-01-25 18:24:45'),(60121,22951,'action started via WP Cron','2021-01-26 02:29:13','2021-01-25 18:29:13'),(60122,22951,'action complete via WP Cron','2021-01-26 02:29:13','2021-01-25 18:29:13'),(60123,22952,'action created','2021-01-26 02:29:13','2021-01-25 18:29:13'),(60124,22952,'action started via WP Cron','2021-01-26 02:30:51','2021-01-25 18:30:51'),(60125,22952,'action complete via WP Cron','2021-01-26 02:30:51','2021-01-25 18:30:51'),(60126,22953,'action created','2021-01-26 02:30:51','2021-01-25 18:30:51'),(60127,22953,'action started via WP Cron','2021-01-26 02:34:15','2021-01-25 18:34:15'),(60128,22953,'action complete via WP Cron','2021-01-26 02:34:15','2021-01-25 18:34:15'),(60129,22954,'action created','2021-01-26 02:34:16','2021-01-25 18:34:16'),(60130,22954,'action started via WP Cron','2021-01-26 02:39:14','2021-01-25 18:39:14'),(60131,22954,'action complete via WP Cron','2021-01-26 02:39:14','2021-01-25 18:39:14'),(60132,22955,'action created','2021-01-26 02:39:14','2021-01-25 18:39:14'),(60133,22955,'action started via WP Cron','2021-01-26 02:40:56','2021-01-25 18:40:56'),(60134,22955,'action complete via WP Cron','2021-01-26 02:40:56','2021-01-25 18:40:56'),(60135,22956,'action created','2021-01-26 02:40:56','2021-01-25 18:40:56'),(60136,22956,'action started via WP Cron','2021-01-26 02:44:02','2021-01-25 18:44:02'),(60137,22956,'action complete via WP Cron','2021-01-26 02:44:02','2021-01-25 18:44:02'),(60138,22957,'action created','2021-01-26 02:44:02','2021-01-25 18:44:02'),(60139,22957,'action started via WP Cron','2021-01-26 02:50:21','2021-01-25 18:50:21'),(60140,22957,'action complete via WP Cron','2021-01-26 02:50:21','2021-01-25 18:50:21'),(60141,22958,'action created','2021-01-26 02:50:21','2021-01-25 18:50:21'),(60142,22958,'action started via WP Cron','2021-01-26 02:52:01','2021-01-25 18:52:01'),(60143,22958,'action complete via WP Cron','2021-01-26 02:52:01','2021-01-25 18:52:01'),(60144,22959,'action created','2021-01-26 02:52:01','2021-01-25 18:52:01'),(60145,22959,'action started via WP Cron','2021-01-26 02:54:16','2021-01-25 18:54:16'),(60146,22959,'action complete via WP Cron','2021-01-26 02:54:16','2021-01-25 18:54:16'),(60147,22960,'action created','2021-01-26 02:54:16','2021-01-25 18:54:16'),(60148,22960,'action started via WP Cron','2021-01-26 02:55:08','2021-01-25 18:55:08'),(60149,22960,'action complete via WP Cron','2021-01-26 02:55:08','2021-01-25 18:55:08'),(60150,22961,'action created','2021-01-26 02:55:09','2021-01-25 18:55:09'),(60151,22961,'action started via WP Cron','2021-01-26 02:57:13','2021-01-25 18:57:13'),(60152,22961,'action complete via WP Cron','2021-01-26 02:57:13','2021-01-25 18:57:13'),(60153,22962,'action created','2021-01-26 02:57:13','2021-01-25 18:57:13'),(60154,22962,'action started via WP Cron','2021-01-26 02:58:18','2021-01-25 18:58:18'),(60155,22962,'action complete via WP Cron','2021-01-26 02:58:18','2021-01-25 18:58:18'),(60156,22963,'action created','2021-01-26 02:58:18','2021-01-25 18:58:18'),(60157,22963,'action started via WP Cron','2021-01-26 02:59:17','2021-01-25 18:59:17'),(60158,22963,'action complete via WP Cron','2021-01-26 02:59:17','2021-01-25 18:59:17'),(60159,22964,'action created','2021-01-26 02:59:17','2021-01-25 18:59:17'),(60160,22964,'action started via WP Cron','2021-01-26 02:59:41','2021-01-25 18:59:41'),(60161,22964,'action complete via WP Cron','2021-01-26 02:59:41','2021-01-25 18:59:41'),(60162,22965,'action created','2021-01-26 02:59:42','2021-01-25 18:59:42'),(60163,22965,'action started via WP Cron','2021-01-26 03:03:15','2021-01-25 19:03:15'),(60164,22965,'action complete via WP Cron','2021-01-26 03:03:15','2021-01-25 19:03:15'),(60165,22966,'action created','2021-01-26 03:03:15','2021-01-25 19:03:15'),(60166,22966,'action started via WP Cron','2021-01-26 03:11:22','2021-01-25 19:11:22'),(60167,22966,'action complete via WP Cron','2021-01-26 03:11:22','2021-01-25 19:11:22'),(60168,22967,'action created','2021-01-26 03:11:22','2021-01-25 19:11:22'),(60169,22967,'action started via WP Cron','2021-01-26 03:13:02','2021-01-25 19:13:02'),(60170,22967,'action complete via WP Cron','2021-01-26 03:13:02','2021-01-25 19:13:02'),(60171,22968,'action created','2021-01-26 03:13:02','2021-01-25 19:13:02'),(60172,22968,'action started via WP Cron','2021-01-26 03:20:28','2021-01-25 19:20:28'),(60173,22968,'action complete via WP Cron','2021-01-26 03:20:28','2021-01-25 19:20:28'),(60174,22969,'action created','2021-01-26 03:20:28','2021-01-25 19:20:28'),(60175,22969,'action started via WP Cron','2021-01-26 03:20:55','2021-01-25 19:20:55'),(60176,22969,'action complete via WP Cron','2021-01-26 03:20:55','2021-01-25 19:20:55'),(60177,22970,'action created','2021-01-26 03:20:55','2021-01-25 19:20:55'),(60178,22970,'action started via WP Cron','2021-01-26 03:25:30','2021-01-25 19:25:30'),(60179,22970,'action complete via WP Cron','2021-01-26 03:25:30','2021-01-25 19:25:30'),(60180,22971,'action created','2021-01-26 03:25:30','2021-01-25 19:25:30'),(60181,22971,'action started via WP Cron','2021-01-26 03:27:36','2021-01-25 19:27:36'),(60182,22971,'action complete via WP Cron','2021-01-26 03:27:36','2021-01-25 19:27:36'),(60183,22972,'action created','2021-01-26 03:27:36','2021-01-25 19:27:36'),(60184,22972,'action started via WP Cron','2021-01-26 03:31:37','2021-01-25 19:31:37'),(60185,22972,'action complete via WP Cron','2021-01-26 03:31:37','2021-01-25 19:31:37'),(60186,22973,'action created','2021-01-26 03:31:37','2021-01-25 19:31:37'),(60187,22973,'action started via WP Cron','2021-01-26 03:32:29','2021-01-25 19:32:29'),(60188,22973,'action complete via WP Cron','2021-01-26 03:32:29','2021-01-25 19:32:29'),(60189,22974,'action created','2021-01-26 03:32:30','2021-01-25 19:32:30'),(60190,22974,'action started via WP Cron','2021-01-26 03:33:32','2021-01-25 19:33:32'),(60191,22974,'action complete via WP Cron','2021-01-26 03:33:32','2021-01-25 19:33:32'),(60192,22975,'action created','2021-01-26 03:33:32','2021-01-25 19:33:32'),(60193,22975,'action started via WP Cron','2021-01-26 03:37:24','2021-01-25 19:37:24'),(60194,22975,'action complete via WP Cron','2021-01-26 03:37:24','2021-01-25 19:37:24'),(60195,22976,'action created','2021-01-26 03:37:24','2021-01-25 19:37:24'),(60196,22976,'action started via WP Cron','2021-01-26 03:39:42','2021-01-25 19:39:42'),(60197,22976,'action complete via WP Cron','2021-01-26 03:39:42','2021-01-25 19:39:42'),(60198,22977,'action created','2021-01-26 03:39:42','2021-01-25 19:39:42'),(60199,22977,'action started via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60200,22977,'action complete via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60201,22462,'action started via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60202,22462,'action complete via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60203,22978,'action created','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60204,22463,'action started via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60205,22463,'action complete via WP Cron','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60206,22979,'action created','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60207,22980,'action created','2021-01-26 03:43:08','2021-01-25 19:43:08'),(60208,22980,'action started via WP Cron','2021-01-26 03:49:32','2021-01-25 19:49:32'),(60209,22980,'action complete via WP Cron','2021-01-26 03:49:32','2021-01-25 19:49:32'),(60210,22981,'action created','2021-01-26 03:49:32','2021-01-25 19:49:32'),(60211,22981,'action started via WP Cron','2021-01-26 03:55:35','2021-01-25 19:55:35'),(60212,22981,'action complete via WP Cron','2021-01-26 03:55:35','2021-01-25 19:55:35'),(60213,22982,'action created','2021-01-26 03:55:35','2021-01-25 19:55:35'),(60214,22982,'action started via WP Cron','2021-01-26 03:57:57','2021-01-25 19:57:57'),(60215,22982,'action complete via WP Cron','2021-01-26 03:57:57','2021-01-25 19:57:57'),(60216,22983,'action created','2021-01-26 03:57:57','2021-01-25 19:57:57'),(60217,22983,'action started via WP Cron','2021-01-26 04:04:35','2021-01-25 20:04:35'),(60218,22983,'action complete via WP Cron','2021-01-26 04:04:36','2021-01-25 20:04:36'),(60219,22984,'action created','2021-01-26 04:04:36','2021-01-25 20:04:36'),(60220,22984,'action started via WP Cron','2021-01-26 04:05:25','2021-01-25 20:05:25'),(60221,22984,'action complete via WP Cron','2021-01-26 04:05:25','2021-01-25 20:05:25'),(60222,22985,'action created','2021-01-26 04:05:25','2021-01-25 20:05:25'),(60223,22985,'action started via WP Cron','2021-01-26 04:10:28','2021-01-25 20:10:28'),(60224,22985,'action complete via WP Cron','2021-01-26 04:10:28','2021-01-25 20:10:28'),(60225,22986,'action created','2021-01-26 04:10:28','2021-01-25 20:10:28'),(60226,22986,'action started via WP Cron','2021-01-26 04:11:57','2021-01-25 20:11:57'),(60227,22986,'action complete via WP Cron','2021-01-26 04:11:57','2021-01-25 20:11:57'),(60228,22987,'action created','2021-01-26 04:11:58','2021-01-25 20:11:58'),(60229,22987,'action started via WP Cron','2021-01-26 04:14:30','2021-01-25 20:14:30'),(60230,22987,'action complete via WP Cron','2021-01-26 04:14:30','2021-01-25 20:14:30'),(60231,22988,'action created','2021-01-26 04:14:30','2021-01-25 20:14:30'),(60232,22988,'action started via WP Cron','2021-01-26 04:14:43','2021-01-25 20:14:43'),(60233,22988,'action complete via WP Cron','2021-01-26 04:14:43','2021-01-25 20:14:43'),(60234,22989,'action created','2021-01-26 04:14:43','2021-01-25 20:14:43'),(60235,22989,'action started via WP Cron','2021-01-26 04:15:56','2021-01-25 20:15:56'),(60236,22989,'action complete via WP Cron','2021-01-26 04:15:56','2021-01-25 20:15:56'),(60237,22990,'action created','2021-01-26 04:15:56','2021-01-25 20:15:56'),(60238,22990,'action started via WP Cron','2021-01-26 04:17:05','2021-01-25 20:17:05'),(60239,22990,'action complete via WP Cron','2021-01-26 04:17:05','2021-01-25 20:17:05'),(60240,22991,'action created','2021-01-26 04:17:05','2021-01-25 20:17:05'),(60241,22991,'action started via WP Cron','2021-01-26 04:17:50','2021-01-25 20:17:50'),(60242,22991,'action complete via WP Cron','2021-01-26 04:17:50','2021-01-25 20:17:50'),(60243,22992,'action created','2021-01-26 04:17:50','2021-01-25 20:17:50'),(60244,22992,'action started via WP Cron','2021-01-26 04:18:41','2021-01-25 20:18:41'),(60245,22992,'action complete via WP Cron','2021-01-26 04:18:41','2021-01-25 20:18:41'),(60246,22993,'action created','2021-01-26 04:18:41','2021-01-25 20:18:41'),(60247,22993,'action started via WP Cron','2021-01-26 04:19:44','2021-01-25 20:19:44'),(60248,22993,'action complete via WP Cron','2021-01-26 04:19:44','2021-01-25 20:19:44'),(60249,22994,'action created','2021-01-26 04:19:45','2021-01-25 20:19:45'),(60250,22994,'action started via WP Cron','2021-01-26 04:20:46','2021-01-25 20:20:46'),(60251,22994,'action complete via WP Cron','2021-01-26 04:20:46','2021-01-25 20:20:46'),(60252,22995,'action created','2021-01-26 04:20:46','2021-01-25 20:20:46'),(60253,22995,'action started via WP Cron','2021-01-26 04:21:51','2021-01-25 20:21:51'),(60254,22995,'action complete via WP Cron','2021-01-26 04:21:51','2021-01-25 20:21:51'),(60255,22996,'action created','2021-01-26 04:21:51','2021-01-25 20:21:51'),(60256,22996,'action started via WP Cron','2021-01-26 04:22:41','2021-01-25 20:22:41'),(60257,22996,'action complete via WP Cron','2021-01-26 04:22:41','2021-01-25 20:22:41'),(60258,22997,'action created','2021-01-26 04:22:41','2021-01-25 20:22:41'),(60259,22997,'action started via WP Cron','2021-01-26 04:23:40','2021-01-25 20:23:40'),(60260,22997,'action complete via WP Cron','2021-01-26 04:23:40','2021-01-25 20:23:40'),(60261,22998,'action created','2021-01-26 04:23:40','2021-01-25 20:23:40'),(60262,22998,'action started via WP Cron','2021-01-26 04:24:51','2021-01-25 20:24:51'),(60263,22998,'action complete via WP Cron','2021-01-26 04:24:51','2021-01-25 20:24:51'),(60264,22999,'action created','2021-01-26 04:24:51','2021-01-25 20:24:51'),(60265,22999,'action started via WP Cron','2021-01-26 04:25:48','2021-01-25 20:25:48'),(60266,22999,'action complete via WP Cron','2021-01-26 04:25:48','2021-01-25 20:25:48'),(60267,23000,'action created','2021-01-26 04:25:48','2021-01-25 20:25:48'),(60268,23000,'action started via WP Cron','2021-01-26 04:26:44','2021-01-25 20:26:44'),(60269,23000,'action complete via WP Cron','2021-01-26 04:26:44','2021-01-25 20:26:44'),(60270,23001,'action created','2021-01-26 04:26:44','2021-01-25 20:26:44'),(60271,23001,'action started via WP Cron','2021-01-26 04:28:02','2021-01-25 20:28:02'),(60272,23001,'action complete via WP Cron','2021-01-26 04:28:02','2021-01-25 20:28:02'),(60273,23002,'action created','2021-01-26 04:28:02','2021-01-25 20:28:02'),(60274,23002,'action started via WP Cron','2021-01-26 04:29:18','2021-01-25 20:29:18'),(60275,23002,'action complete via WP Cron','2021-01-26 04:29:18','2021-01-25 20:29:18'),(60276,23003,'action created','2021-01-26 04:29:18','2021-01-25 20:29:18'),(60277,23003,'action started via WP Cron','2021-01-26 04:29:47','2021-01-25 20:29:47'),(60278,23003,'action complete via WP Cron','2021-01-26 04:29:47','2021-01-25 20:29:47'),(60279,23004,'action created','2021-01-26 04:29:47','2021-01-25 20:29:47'),(60280,23004,'action started via WP Cron','2021-01-26 04:30:43','2021-01-25 20:30:43'),(60281,23004,'action complete via WP Cron','2021-01-26 04:30:43','2021-01-25 20:30:43'),(60282,23005,'action created','2021-01-26 04:30:43','2021-01-25 20:30:43'),(60283,23005,'action started via WP Cron','2021-01-26 04:31:49','2021-01-25 20:31:49'),(60284,23005,'action complete via WP Cron','2021-01-26 04:31:49','2021-01-25 20:31:49'),(60285,23006,'action created','2021-01-26 04:31:49','2021-01-25 20:31:49'),(60286,23006,'action started via WP Cron','2021-01-26 04:33:05','2021-01-25 20:33:05'),(60287,23006,'action complete via WP Cron','2021-01-26 04:33:05','2021-01-25 20:33:05'),(60288,23007,'action created','2021-01-26 04:33:05','2021-01-25 20:33:05'),(60289,23007,'action started via WP Cron','2021-01-26 04:33:55','2021-01-25 20:33:55'),(60290,23007,'action complete via WP Cron','2021-01-26 04:33:55','2021-01-25 20:33:55'),(60291,23008,'action created','2021-01-26 04:33:55','2021-01-25 20:33:55'),(60292,23008,'action started via WP Cron','2021-01-26 04:34:51','2021-01-25 20:34:51'),(60293,23008,'action complete via WP Cron','2021-01-26 04:34:51','2021-01-25 20:34:51'),(60294,23009,'action created','2021-01-26 04:34:51','2021-01-25 20:34:51'),(60295,23009,'action started via WP Cron','2021-01-26 04:35:52','2021-01-25 20:35:52'),(60296,23009,'action complete via WP Cron','2021-01-26 04:35:52','2021-01-25 20:35:52'),(60297,23010,'action created','2021-01-26 04:35:53','2021-01-25 20:35:53'),(60298,23010,'action started via WP Cron','2021-01-26 04:37:06','2021-01-25 20:37:06'),(60299,23010,'action complete via WP Cron','2021-01-26 04:37:06','2021-01-25 20:37:06'),(60300,23011,'action created','2021-01-26 04:37:06','2021-01-25 20:37:06'),(60301,23011,'action started via WP Cron','2021-01-26 04:37:52','2021-01-25 20:37:52'),(60302,23011,'action complete via WP Cron','2021-01-26 04:37:52','2021-01-25 20:37:52'),(60303,23012,'action created','2021-01-26 04:37:52','2021-01-25 20:37:52'),(60304,23012,'action started via WP Cron','2021-01-26 04:39:04','2021-01-25 20:39:04'),(60305,23012,'action complete via WP Cron','2021-01-26 04:39:04','2021-01-25 20:39:04'),(60306,23013,'action created','2021-01-26 04:39:04','2021-01-25 20:39:04'),(60307,23013,'action started via WP Cron','2021-01-26 04:40:09','2021-01-25 20:40:09'),(60308,23013,'action complete via WP Cron','2021-01-26 04:40:09','2021-01-25 20:40:09'),(60309,23014,'action created','2021-01-26 04:40:09','2021-01-25 20:40:09'),(60310,23014,'action started via WP Cron','2021-01-26 04:40:45','2021-01-25 20:40:45'),(60311,23014,'action complete via WP Cron','2021-01-26 04:40:45','2021-01-25 20:40:45'),(60312,23015,'action created','2021-01-26 04:40:45','2021-01-25 20:40:45'),(60313,23015,'action started via WP Cron','2021-01-26 04:42:02','2021-01-25 20:42:02'),(60314,23015,'action complete via WP Cron','2021-01-26 04:42:02','2021-01-25 20:42:02'),(60315,23016,'action created','2021-01-26 04:42:02','2021-01-25 20:42:02'),(60316,23016,'action started via WP Cron','2021-01-26 04:43:02','2021-01-25 20:43:02'),(60317,23016,'action complete via WP Cron','2021-01-26 04:43:02','2021-01-25 20:43:02'),(60318,23017,'action created','2021-01-26 04:43:03','2021-01-25 20:43:03'),(60319,23017,'action started via WP Cron','2021-01-26 04:43:52','2021-01-25 20:43:52'),(60320,23017,'action complete via WP Cron','2021-01-26 04:43:52','2021-01-25 20:43:52'),(60321,23018,'action created','2021-01-26 04:43:52','2021-01-25 20:43:52'),(60322,23018,'action started via WP Cron','2021-01-26 04:44:44','2021-01-25 20:44:44'),(60323,23018,'action complete via WP Cron','2021-01-26 04:44:44','2021-01-25 20:44:44'),(60324,23019,'action created','2021-01-26 04:44:44','2021-01-25 20:44:44'),(60325,23019,'action started via WP Cron','2021-01-26 04:45:45','2021-01-25 20:45:45'),(60326,23019,'action complete via WP Cron','2021-01-26 04:45:45','2021-01-25 20:45:45'),(60327,23020,'action created','2021-01-26 04:45:45','2021-01-25 20:45:45'),(60328,23020,'action started via WP Cron','2021-01-26 04:46:43','2021-01-25 20:46:43'),(60329,23020,'action complete via WP Cron','2021-01-26 04:46:43','2021-01-25 20:46:43'),(60330,23021,'action created','2021-01-26 04:46:43','2021-01-25 20:46:43'),(60331,23021,'action started via WP Cron','2021-01-26 04:49:24','2021-01-25 20:49:24'),(60332,23021,'action complete via WP Cron','2021-01-26 04:49:24','2021-01-25 20:49:24'),(60333,23022,'action created','2021-01-26 04:49:24','2021-01-25 20:49:24'),(60334,23022,'action started via WP Cron','2021-01-26 04:49:56','2021-01-25 20:49:56'),(60335,23022,'action complete via WP Cron','2021-01-26 04:49:56','2021-01-25 20:49:56'),(60336,23023,'action created','2021-01-26 04:49:56','2021-01-25 20:49:56'),(60337,23023,'action started via WP Cron','2021-01-26 04:52:49','2021-01-25 20:52:49'),(60338,23023,'action complete via WP Cron','2021-01-26 04:52:49','2021-01-25 20:52:49'),(60339,23024,'action created','2021-01-26 04:52:49','2021-01-25 20:52:49'),(60340,23024,'action started via WP Cron','2021-01-26 05:17:18','2021-01-25 21:17:18'),(60341,23024,'action complete via WP Cron','2021-01-26 05:17:18','2021-01-25 21:17:18'),(60342,22495,'action started via WP Cron','2021-01-26 05:17:18','2021-01-25 21:17:18'),(60343,22495,'action complete via WP Cron','2021-01-26 05:17:18','2021-01-25 21:17:18'),(60344,23025,'action created','2021-01-26 05:17:18','2021-01-25 21:17:18'),(60345,23026,'action created','2021-01-26 05:22:46','2021-01-25 21:22:46'),(60346,23026,'action started via WP Cron','2021-01-26 05:28:10','2021-01-25 21:28:10'),(60347,23026,'action complete via WP Cron','2021-01-26 05:28:10','2021-01-25 21:28:10'),(60348,23027,'action created','2021-01-26 05:28:11','2021-01-25 21:28:11'),(60349,23027,'action started via WP Cron','2021-01-26 05:34:04','2021-01-25 21:34:04'),(60350,23027,'action complete via WP Cron','2021-01-26 05:34:04','2021-01-25 21:34:04'),(60351,23028,'action created','2021-01-26 05:34:04','2021-01-25 21:34:04'),(60352,23028,'action started via WP Cron','2021-01-26 05:58:48','2021-01-25 21:58:48'),(60353,23028,'action complete via WP Cron','2021-01-26 05:58:48','2021-01-25 21:58:48'),(60354,23029,'action created','2021-01-26 05:58:48','2021-01-25 21:58:48'),(60355,23029,'action started via WP Cron','2021-01-26 05:59:49','2021-01-25 21:59:49'),(60356,23029,'action complete via WP Cron','2021-01-26 05:59:49','2021-01-25 21:59:49'),(60357,23030,'action created','2021-01-26 05:59:49','2021-01-25 21:59:49'),(60358,23030,'action started via WP Cron','2021-01-26 06:13:16','2021-01-25 22:13:16'),(60359,23030,'action complete via WP Cron','2021-01-26 06:13:16','2021-01-25 22:13:16'),(60360,23031,'action created','2021-01-26 06:13:16','2021-01-25 22:13:16'),(60361,23031,'action started via WP Cron','2021-01-26 06:15:24','2021-01-25 22:15:24'),(60362,23031,'action complete via WP Cron','2021-01-26 06:15:24','2021-01-25 22:15:24'),(60363,23032,'action created','2021-01-26 06:15:24','2021-01-25 22:15:24'),(60364,23032,'action started via WP Cron','2021-01-26 06:28:17','2021-01-25 22:28:17'),(60365,23032,'action complete via WP Cron','2021-01-26 06:28:17','2021-01-25 22:28:17'),(60366,23033,'action created','2021-01-26 06:28:17','2021-01-25 22:28:17'),(60370,23034,'action started via WP Cron','2021-01-26 06:49:54','2021-01-25 22:49:54'),(60371,23034,'action complete via WP Cron','2021-01-26 06:49:54','2021-01-25 22:49:54'),(60372,23035,'action created','2021-01-26 06:49:54','2021-01-25 22:49:54'),(60373,23035,'action started via WP Cron','2021-01-26 06:53:11','2021-01-25 22:53:11'),(60374,23035,'action complete via WP Cron','2021-01-26 06:53:11','2021-01-25 22:53:11'),(60375,23036,'action created','2021-01-26 06:53:11','2021-01-25 22:53:11'),(60376,23036,'action started via WP Cron','2021-01-26 06:54:19','2021-01-25 22:54:19'),(60377,23036,'action complete via WP Cron','2021-01-26 06:54:19','2021-01-25 22:54:19'),(60378,23037,'action created','2021-01-26 06:54:19','2021-01-25 22:54:19'),(60379,23037,'action started via WP Cron','2021-01-26 06:55:20','2021-01-25 22:55:20'),(60380,23037,'action complete via WP Cron','2021-01-26 06:55:20','2021-01-25 22:55:20'),(60381,23038,'action created','2021-01-26 06:55:20','2021-01-25 22:55:20'),(60382,23038,'action started via WP Cron','2021-01-26 06:56:43','2021-01-25 22:56:43'),(60383,23038,'action complete via WP Cron','2021-01-26 06:56:43','2021-01-25 22:56:43'),(60384,23039,'action created','2021-01-26 06:56:43','2021-01-25 22:56:43'),(60385,23039,'action started via WP Cron','2021-01-26 06:58:23','2021-01-25 22:58:23'),(60386,23039,'action complete via WP Cron','2021-01-26 06:58:23','2021-01-25 22:58:23'),(60387,23040,'action created','2021-01-26 06:58:23','2021-01-25 22:58:23'),(60388,23040,'action started via WP Cron','2021-01-26 06:59:24','2021-01-25 22:59:24'),(60389,23040,'action complete via WP Cron','2021-01-26 06:59:24','2021-01-25 22:59:24'),(60390,23041,'action created','2021-01-26 06:59:24','2021-01-25 22:59:24'),(60391,23041,'action started via WP Cron','2021-01-26 07:03:12','2021-01-25 23:03:12'),(60392,23041,'action complete via WP Cron','2021-01-26 07:03:12','2021-01-25 23:03:12'),(60393,23042,'action created','2021-01-26 07:03:12','2021-01-25 23:03:12'),(60394,23042,'action started via WP Cron','2021-01-26 07:12:47','2021-01-25 23:12:47'),(60395,23042,'action complete via WP Cron','2021-01-26 07:12:47','2021-01-25 23:12:47'),(60396,23043,'action created','2021-01-26 07:12:47','2021-01-25 23:12:47'),(60397,23043,'action started via WP Cron','2021-01-26 07:15:21','2021-01-25 23:15:21'),(60398,23043,'action complete via WP Cron','2021-01-26 07:15:21','2021-01-25 23:15:21'),(60399,23044,'action created','2021-01-26 07:15:22','2021-01-25 23:15:22'),(60400,23044,'action started via WP Cron','2021-01-26 07:19:03','2021-01-25 23:19:03'),(60401,23044,'action complete via WP Cron','2021-01-26 07:19:03','2021-01-25 23:19:03'),(60402,23045,'action created','2021-01-26 07:19:03','2021-01-25 23:19:03'),(60403,23045,'action started via WP Cron','2021-01-26 07:20:26','2021-01-25 23:20:26'),(60404,23045,'action complete via WP Cron','2021-01-26 07:20:26','2021-01-25 23:20:26'),(60405,23046,'action created','2021-01-26 07:20:26','2021-01-25 23:20:26'),(60406,23046,'action started via WP Cron','2021-01-26 07:22:21','2021-01-25 23:22:21'),(60407,23046,'action complete via WP Cron','2021-01-26 07:22:21','2021-01-25 23:22:21'),(60408,23047,'action created','2021-01-26 07:22:21','2021-01-25 23:22:21'),(60409,23047,'action started via WP Cron','2021-01-26 07:24:30','2021-01-25 23:24:30'),(60410,23047,'action complete via WP Cron','2021-01-26 07:24:30','2021-01-25 23:24:30'),(60411,23048,'action created','2021-01-26 07:24:30','2021-01-25 23:24:30'),(60412,23048,'action started via WP Cron','2021-01-26 07:25:31','2021-01-25 23:25:31'),(60413,23048,'action complete via WP Cron','2021-01-26 07:25:31','2021-01-25 23:25:31'),(60414,23049,'action created','2021-01-26 07:25:31','2021-01-25 23:25:31'),(60415,23049,'action started via WP Cron','2021-01-26 07:26:32','2021-01-25 23:26:32'),(60416,23049,'action complete via WP Cron','2021-01-26 07:26:32','2021-01-25 23:26:32'),(60417,23050,'action created','2021-01-26 07:26:32','2021-01-25 23:26:32'),(60418,23050,'action started via WP Cron','2021-01-26 07:30:23','2021-01-25 23:30:23'),(60419,23050,'action complete via WP Cron','2021-01-26 07:30:23','2021-01-25 23:30:23'),(60420,23051,'action created','2021-01-26 07:30:24','2021-01-25 23:30:24'),(60421,23051,'action started via WP Cron','2021-01-26 07:31:53','2021-01-25 23:31:53'),(60422,23051,'action complete via WP Cron','2021-01-26 07:31:53','2021-01-25 23:31:53'),(60423,23052,'action created','2021-01-26 07:31:53','2021-01-25 23:31:53'),(60424,23052,'action started via WP Cron','2021-01-26 07:38:11','2021-01-25 23:38:11'),(60425,23052,'action complete via WP Cron','2021-01-26 07:38:11','2021-01-25 23:38:11'),(60426,23053,'action created','2021-01-26 07:38:11','2021-01-25 23:38:11'),(60427,23053,'action started via WP Cron','2021-01-26 07:55:40','2021-01-25 23:55:40'),(60428,23053,'action complete via WP Cron','2021-01-26 07:55:40','2021-01-25 23:55:40'),(60429,23054,'action created','2021-01-26 07:55:40','2021-01-25 23:55:40'),(60430,23054,'action started via WP Cron','2021-01-26 07:59:27','2021-01-25 23:59:27'),(60431,23054,'action complete via WP Cron','2021-01-26 07:59:27','2021-01-25 23:59:27'),(60432,23055,'action created','2021-01-26 07:59:27','2021-01-25 23:59:27'),(60433,23055,'action started via WP Cron','2021-01-26 08:00:25','2021-01-26 00:00:25'),(60434,23055,'action complete via WP Cron','2021-01-26 08:00:25','2021-01-26 00:00:25'),(60435,23056,'action created','2021-01-26 08:00:25','2021-01-26 00:00:25'),(60436,23056,'action started via WP Cron','2021-01-26 08:02:27','2021-01-26 00:02:27'),(60437,23056,'action complete via WP Cron','2021-01-26 08:02:27','2021-01-26 00:02:27'),(60438,23057,'action created','2021-01-26 08:02:27','2021-01-26 00:02:27'),(60439,23057,'action started via WP Cron','2021-01-26 08:03:27','2021-01-26 00:03:27'),(60440,23057,'action complete via WP Cron','2021-01-26 08:03:27','2021-01-26 00:03:27'),(60441,23058,'action created','2021-01-26 08:03:27','2021-01-26 00:03:27'),(60442,23058,'action started via WP Cron','2021-01-26 08:04:29','2021-01-26 00:04:29'),(60443,23058,'action complete via WP Cron','2021-01-26 08:04:29','2021-01-26 00:04:29'),(60444,23059,'action created','2021-01-26 08:04:29','2021-01-26 00:04:29'),(60445,23059,'action started via WP Cron','2021-01-26 08:15:51','2021-01-26 00:15:51'),(60446,23059,'action complete via WP Cron','2021-01-26 08:15:51','2021-01-26 00:15:51'),(60447,23060,'action created','2021-01-26 08:15:51','2021-01-26 00:15:51'),(60448,23060,'action started via WP Cron','2021-01-26 08:17:32','2021-01-26 00:17:32'),(60449,23060,'action complete via WP Cron','2021-01-26 08:17:32','2021-01-26 00:17:32'),(60450,23061,'action created','2021-01-26 08:17:32','2021-01-26 00:17:32'),(60451,23061,'action started via WP Cron','2021-01-26 08:19:51','2021-01-26 00:19:51'),(60452,23061,'action complete via WP Cron','2021-01-26 08:19:51','2021-01-26 00:19:51'),(60453,23062,'action created','2021-01-26 08:19:51','2021-01-26 00:19:51'),(60454,23062,'action started via WP Cron','2021-01-26 08:21:13','2021-01-26 00:21:13'),(60455,23062,'action complete via WP Cron','2021-01-26 08:21:13','2021-01-26 00:21:13'),(60456,23063,'action created','2021-01-26 08:21:13','2021-01-26 00:21:13'),(60457,23063,'action started via WP Cron','2021-01-26 08:23:26','2021-01-26 00:23:26'),(60458,23063,'action complete via WP Cron','2021-01-26 08:23:26','2021-01-26 00:23:26'),(60459,23064,'action created','2021-01-26 08:23:27','2021-01-26 00:23:27'),(60460,23064,'action started via WP Cron','2021-01-26 08:23:58','2021-01-26 00:23:58'),(60461,23064,'action complete via WP Cron','2021-01-26 08:23:58','2021-01-26 00:23:58'),(60462,23065,'action created','2021-01-26 08:23:59','2021-01-26 00:23:59'),(60463,23065,'action started via WP Cron','2021-01-26 08:25:07','2021-01-26 00:25:07'),(60464,23065,'action complete via WP Cron','2021-01-26 08:25:07','2021-01-26 00:25:07'),(60465,23066,'action created','2021-01-26 08:25:07','2021-01-26 00:25:07'),(60466,23066,'action started via WP Cron','2021-01-26 08:25:53','2021-01-26 00:25:53'),(60467,23066,'action complete via WP Cron','2021-01-26 08:25:53','2021-01-26 00:25:53'),(60468,23067,'action created','2021-01-26 08:25:53','2021-01-26 00:25:53'),(60469,23067,'action started via WP Cron','2021-01-26 08:26:56','2021-01-26 00:26:56'),(60470,23067,'action complete via WP Cron','2021-01-26 08:26:56','2021-01-26 00:26:56'),(60471,23068,'action created','2021-01-26 08:26:56','2021-01-26 00:26:56'),(60472,23068,'action started via WP Cron','2021-01-26 08:27:48','2021-01-26 00:27:48'),(60473,23068,'action complete via WP Cron','2021-01-26 08:27:48','2021-01-26 00:27:48'),(60474,23069,'action created','2021-01-26 08:27:48','2021-01-26 00:27:48'),(122703,43812,'action complete via WP Cron','2021-02-26 08:29:49','2021-02-26 00:29:49'),(122702,43812,'action started via WP Cron','2021-02-26 08:29:49','2021-02-26 00:29:49'),(124726,44487,'action created','2021-02-27 08:34:54','2021-02-27 00:34:54'),(60478,23069,'action started via WP Cron','2021-01-26 08:28:48','2021-01-26 00:28:48'),(60479,23069,'action complete via WP Cron','2021-01-26 08:28:48','2021-01-26 00:28:48'),(60480,23071,'action created','2021-01-26 08:28:48','2021-01-26 00:28:48'),(60481,23071,'action started via WP Cron','2021-01-26 08:29:53','2021-01-26 00:29:53'),(60482,23071,'action complete via WP Cron','2021-01-26 08:29:53','2021-01-26 00:29:53'),(60483,23072,'action created','2021-01-26 08:29:53','2021-01-26 00:29:53'),(60484,23072,'action started via WP Cron','2021-01-26 08:30:49','2021-01-26 00:30:49'),(60485,23072,'action complete via WP Cron','2021-01-26 08:30:49','2021-01-26 00:30:49'),(60486,23073,'action created','2021-01-26 08:30:49','2021-01-26 00:30:49'),(60487,23073,'action started via WP Cron','2021-01-26 08:31:59','2021-01-26 00:31:59'),(60488,23073,'action complete via WP Cron','2021-01-26 08:31:59','2021-01-26 00:31:59'),(60489,23074,'action created','2021-01-26 08:31:59','2021-01-26 00:31:59'),(60490,23074,'action started via WP Cron','2021-01-26 08:32:44','2021-01-26 00:32:44'),(60491,23074,'action complete via WP Cron','2021-01-26 08:32:44','2021-01-26 00:32:44'),(60492,23075,'action created','2021-01-26 08:32:44','2021-01-26 00:32:44'),(60493,23075,'action started via WP Cron','2021-01-26 08:33:53','2021-01-26 00:33:53'),(60494,23075,'action complete via WP Cron','2021-01-26 08:33:53','2021-01-26 00:33:53'),(60495,23076,'action created','2021-01-26 08:33:53','2021-01-26 00:33:53'),(60496,23076,'action started via WP Cron','2021-01-26 08:34:51','2021-01-26 00:34:51'),(60497,23076,'action complete via WP Cron','2021-01-26 08:34:51','2021-01-26 00:34:51'),(60498,23077,'action created','2021-01-26 08:34:52','2021-01-26 00:34:52'),(60499,23077,'action started via WP Cron','2021-01-26 08:35:57','2021-01-26 00:35:57'),(60500,23077,'action complete via WP Cron','2021-01-26 08:35:57','2021-01-26 00:35:57'),(60501,23078,'action created','2021-01-26 08:35:57','2021-01-26 00:35:57'),(60502,23078,'action started via WP Cron','2021-01-26 08:36:50','2021-01-26 00:36:50'),(60503,23078,'action complete via WP Cron','2021-01-26 08:36:50','2021-01-26 00:36:50'),(60504,23079,'action created','2021-01-26 08:36:50','2021-01-26 00:36:50'),(60505,23079,'action started via WP Cron','2021-01-26 08:37:49','2021-01-26 00:37:49'),(60506,23079,'action complete via WP Cron','2021-01-26 08:37:49','2021-01-26 00:37:49'),(60507,23080,'action created','2021-01-26 08:37:49','2021-01-26 00:37:49'),(60508,23080,'action started via WP Cron','2021-01-26 08:38:49','2021-01-26 00:38:49'),(60509,23080,'action complete via WP Cron','2021-01-26 08:38:49','2021-01-26 00:38:49'),(60510,23081,'action created','2021-01-26 08:38:49','2021-01-26 00:38:49'),(60511,23081,'action started via WP Cron','2021-01-26 08:39:41','2021-01-26 00:39:41'),(60512,23081,'action complete via WP Cron','2021-01-26 08:39:41','2021-01-26 00:39:41'),(60513,23082,'action created','2021-01-26 08:39:41','2021-01-26 00:39:41'),(60514,23082,'action started via WP Cron','2021-01-26 08:40:57','2021-01-26 00:40:57'),(60515,23082,'action complete via WP Cron','2021-01-26 08:40:57','2021-01-26 00:40:57'),(60516,23083,'action created','2021-01-26 08:40:57','2021-01-26 00:40:57'),(60517,23083,'action started via WP Cron','2021-01-26 08:41:47','2021-01-26 00:41:47'),(60518,23083,'action complete via WP Cron','2021-01-26 08:41:47','2021-01-26 00:41:47'),(60519,23084,'action created','2021-01-26 08:41:47','2021-01-26 00:41:47'),(60520,23084,'action started via WP Cron','2021-01-26 08:42:41','2021-01-26 00:42:41'),(60521,23084,'action complete via WP Cron','2021-01-26 08:42:41','2021-01-26 00:42:41'),(60522,23085,'action created','2021-01-26 08:42:41','2021-01-26 00:42:41'),(60523,23085,'action started via WP Cron','2021-01-26 08:43:47','2021-01-26 00:43:47'),(60524,23085,'action complete via WP Cron','2021-01-26 08:43:47','2021-01-26 00:43:47'),(60525,23086,'action created','2021-01-26 08:43:47','2021-01-26 00:43:47'),(60526,23086,'action started via WP Cron','2021-01-26 08:44:41','2021-01-26 00:44:41'),(60527,23086,'action complete via WP Cron','2021-01-26 08:44:41','2021-01-26 00:44:41'),(60528,23087,'action created','2021-01-26 08:44:41','2021-01-26 00:44:41'),(60529,23087,'action started via WP Cron','2021-01-26 08:45:42','2021-01-26 00:45:42'),(60530,23087,'action complete via WP Cron','2021-01-26 08:45:42','2021-01-26 00:45:42'),(60531,23088,'action created','2021-01-26 08:45:42','2021-01-26 00:45:42'),(60532,23088,'action started via WP Cron','2021-01-26 08:47:05','2021-01-26 00:47:05'),(60533,23088,'action complete via WP Cron','2021-01-26 08:47:05','2021-01-26 00:47:05'),(60534,23089,'action created','2021-01-26 08:47:05','2021-01-26 00:47:05'),(60535,23089,'action started via WP Cron','2021-01-26 08:47:54','2021-01-26 00:47:54'),(60536,23089,'action complete via WP Cron','2021-01-26 08:47:54','2021-01-26 00:47:54'),(60537,23090,'action created','2021-01-26 08:47:54','2021-01-26 00:47:54'),(60538,23090,'action started via WP Cron','2021-01-26 08:48:50','2021-01-26 00:48:50'),(60539,23090,'action complete via WP Cron','2021-01-26 08:48:50','2021-01-26 00:48:50'),(60540,23091,'action created','2021-01-26 08:48:50','2021-01-26 00:48:50'),(60541,23091,'action started via WP Cron','2021-01-26 08:50:02','2021-01-26 00:50:02'),(60542,23091,'action complete via WP Cron','2021-01-26 08:50:02','2021-01-26 00:50:02'),(60543,23092,'action created','2021-01-26 08:50:13','2021-01-26 00:50:13'),(60544,23092,'action started via WP Cron','2021-01-26 08:50:42','2021-01-26 00:50:42'),(60545,23092,'action complete via WP Cron','2021-01-26 08:50:43','2021-01-26 00:50:43'),(60546,23093,'action created','2021-01-26 08:50:43','2021-01-26 00:50:43'),(60547,23093,'action started via WP Cron','2021-01-26 08:51:46','2021-01-26 00:51:46'),(60548,23093,'action complete via WP Cron','2021-01-26 08:51:46','2021-01-26 00:51:46'),(60549,23094,'action created','2021-01-26 08:51:46','2021-01-26 00:51:46'),(60550,23094,'action started via WP Cron','2021-01-26 08:52:50','2021-01-26 00:52:50'),(60551,23094,'action complete via WP Cron','2021-01-26 08:52:50','2021-01-26 00:52:50'),(60552,23095,'action created','2021-01-26 08:52:50','2021-01-26 00:52:50'),(60553,23095,'action started via WP Cron','2021-01-26 08:54:22','2021-01-26 00:54:22'),(60554,23095,'action complete via WP Cron','2021-01-26 08:54:22','2021-01-26 00:54:22'),(60555,23096,'action created','2021-01-26 08:54:22','2021-01-26 00:54:22'),(60556,23096,'action started via WP Cron','2021-01-26 08:54:55','2021-01-26 00:54:55'),(60557,23096,'action complete via WP Cron','2021-01-26 08:54:55','2021-01-26 00:54:55'),(60558,23097,'action created','2021-01-26 08:54:55','2021-01-26 00:54:55'),(60559,23097,'action started via WP Cron','2021-01-26 08:57:22','2021-01-26 00:57:22'),(60560,23097,'action complete via WP Cron','2021-01-26 08:57:22','2021-01-26 00:57:22'),(60561,23098,'action created','2021-01-26 08:57:22','2021-01-26 00:57:22'),(60562,23098,'action started via WP Cron','2021-01-26 09:03:53','2021-01-26 01:03:53'),(60563,23098,'action complete via WP Cron','2021-01-26 09:03:53','2021-01-26 01:03:53'),(60564,23099,'action created','2021-01-26 09:03:53','2021-01-26 01:03:53'),(60565,23099,'action started via WP Cron','2021-01-26 09:04:56','2021-01-26 01:04:56'),(60566,23099,'action complete via WP Cron','2021-01-26 09:04:56','2021-01-26 01:04:56'),(60567,23100,'action created','2021-01-26 09:04:56','2021-01-26 01:04:56'),(60568,23100,'action started via WP Cron','2021-01-26 09:10:07','2021-01-26 01:10:07'),(60569,23100,'action complete via WP Cron','2021-01-26 09:10:07','2021-01-26 01:10:07'),(60570,23101,'action created','2021-01-26 09:10:07','2021-01-26 01:10:07'),(60571,23101,'action started via WP Cron','2021-01-26 09:11:36','2021-01-26 01:11:36'),(60572,23101,'action complete via WP Cron','2021-01-26 09:11:36','2021-01-26 01:11:36'),(60573,23102,'action created','2021-01-26 09:11:36','2021-01-26 01:11:36'),(60574,23102,'action started via WP Cron','2021-01-26 09:12:52','2021-01-26 01:12:52'),(60575,23102,'action complete via WP Cron','2021-01-26 09:12:52','2021-01-26 01:12:52'),(60576,23103,'action created','2021-01-26 09:12:52','2021-01-26 01:12:52'),(60577,23103,'action started via WP Cron','2021-01-26 09:20:25','2021-01-26 01:20:25'),(60578,23103,'action complete via WP Cron','2021-01-26 09:20:25','2021-01-26 01:20:25'),(60579,23104,'action created','2021-01-26 09:20:26','2021-01-26 01:20:26'),(60580,23104,'action started via WP Cron','2021-01-26 09:23:18','2021-01-26 01:23:18'),(60581,23104,'action complete via WP Cron','2021-01-26 09:23:18','2021-01-26 01:23:18'),(60582,23105,'action created','2021-01-26 09:23:19','2021-01-26 01:23:19'),(60583,23105,'action started via Async Request','2021-01-26 09:23:33','2021-01-26 01:23:33'),(60584,23105,'action complete via Async Request','2021-01-26 09:23:33','2021-01-26 01:23:33'),(60585,23106,'action created','2021-01-26 09:23:34','2021-01-26 01:23:34'),(60586,23106,'action started via WP Cron','2021-01-26 09:27:36','2021-01-26 01:27:36'),(60587,23106,'action complete via WP Cron','2021-01-26 09:27:36','2021-01-26 01:27:36'),(60588,23107,'action created','2021-01-26 09:27:36','2021-01-26 01:27:36'),(60589,23107,'action started via WP Cron','2021-01-26 09:29:13','2021-01-26 01:29:13'),(60590,23107,'action complete via WP Cron','2021-01-26 09:29:13','2021-01-26 01:29:13'),(60591,23108,'action created','2021-01-26 09:29:13','2021-01-26 01:29:13'),(60592,23108,'action started via WP Cron','2021-01-26 09:30:35','2021-01-26 01:30:35'),(60593,23108,'action complete via WP Cron','2021-01-26 09:30:35','2021-01-26 01:30:35'),(60594,23109,'action created','2021-01-26 09:31:35','2021-01-26 01:31:35'),(60595,23109,'action started via WP Cron','2021-01-26 09:32:35','2021-01-26 01:32:35'),(60596,23109,'action complete via WP Cron','2021-01-26 09:32:35','2021-01-26 01:32:35'),(60597,23110,'action created','2021-01-26 09:32:36','2021-01-26 01:32:36'),(60598,23110,'action started via WP Cron','2021-01-26 09:34:37','2021-01-26 01:34:37'),(60599,23110,'action complete via WP Cron','2021-01-26 09:34:37','2021-01-26 01:34:37'),(60600,23111,'action created','2021-01-26 09:34:37','2021-01-26 01:34:37'),(60601,23111,'action started via WP Cron','2021-01-26 09:35:38','2021-01-26 01:35:38'),(60602,23111,'action complete via WP Cron','2021-01-26 09:35:39','2021-01-26 01:35:39'),(60603,23112,'action created','2021-01-26 09:35:39','2021-01-26 01:35:39'),(60604,23112,'action started via WP Cron','2021-01-26 09:37:16','2021-01-26 01:37:16'),(60605,23112,'action complete via WP Cron','2021-01-26 09:37:16','2021-01-26 01:37:16'),(60606,23113,'action created','2021-01-26 09:37:16','2021-01-26 01:37:16'),(60607,23113,'action started via WP Cron','2021-01-26 09:38:18','2021-01-26 01:38:18'),(60608,23113,'action complete via WP Cron','2021-01-26 09:38:18','2021-01-26 01:38:18'),(60609,23114,'action created','2021-01-26 09:43:47','2021-01-26 01:43:47'),(60610,23114,'action started via WP Cron','2021-01-26 09:52:01','2021-01-26 01:52:01'),(60611,23114,'action complete via WP Cron','2021-01-26 09:52:01','2021-01-26 01:52:01'),(60612,23115,'action created','2021-01-26 09:52:01','2021-01-26 01:52:01'),(60613,23115,'action started via WP Cron','2021-01-26 09:53:01','2021-01-26 01:53:01'),(60614,23115,'action complete via WP Cron','2021-01-26 09:53:01','2021-01-26 01:53:01'),(60615,23116,'action created','2021-01-26 09:53:02','2021-01-26 01:53:02'),(60616,23116,'action started via WP Cron','2021-01-26 09:54:03','2021-01-26 01:54:03'),(60617,23116,'action complete via WP Cron','2021-01-26 09:54:03','2021-01-26 01:54:03'),(60618,23117,'action created','2021-01-26 09:54:03','2021-01-26 01:54:03'),(60619,23117,'action started via WP Cron','2021-01-26 09:55:03','2021-01-26 01:55:03'),(60620,23117,'action complete via WP Cron','2021-01-26 09:55:03','2021-01-26 01:55:03'),(60621,23118,'action created','2021-01-26 09:55:04','2021-01-26 01:55:04'),(60622,23118,'action started via WP Cron','2021-01-26 09:56:05','2021-01-26 01:56:05'),(60623,23118,'action complete via WP Cron','2021-01-26 09:56:05','2021-01-26 01:56:05'),(60624,23119,'action created','2021-01-26 09:56:05','2021-01-26 01:56:05'),(60625,23119,'action started via WP Cron','2021-01-26 09:57:06','2021-01-26 01:57:06'),(60626,23119,'action complete via WP Cron','2021-01-26 09:57:06','2021-01-26 01:57:06'),(60627,23120,'action created','2021-01-26 09:57:06','2021-01-26 01:57:06'),(60628,23120,'action started via WP Cron','2021-01-26 10:03:03','2021-01-26 02:03:03'),(60629,23120,'action complete via WP Cron','2021-01-26 10:03:03','2021-01-26 02:03:03'),(60630,23121,'action created','2021-01-26 10:03:03','2021-01-26 02:03:03'),(60631,23121,'action started via WP Cron','2021-01-26 10:03:46','2021-01-26 02:03:46'),(60632,23121,'action complete via WP Cron','2021-01-26 10:03:46','2021-01-26 02:03:46'),(60633,23122,'action created','2021-01-26 10:03:46','2021-01-26 02:03:46'),(60634,23122,'action started via WP Cron','2021-01-26 10:21:06','2021-01-26 02:21:06'),(60635,23122,'action complete via WP Cron','2021-01-26 10:21:06','2021-01-26 02:21:06'),(60636,23123,'action created','2021-01-26 10:21:07','2021-01-26 02:21:07'),(60637,23123,'action started via WP Cron','2021-01-26 10:31:47','2021-01-26 02:31:47'),(60638,23123,'action complete via WP Cron','2021-01-26 10:31:47','2021-01-26 02:31:47'),(60639,23124,'action created','2021-01-26 10:31:47','2021-01-26 02:31:47'),(60640,23124,'action started via WP Cron','2021-01-26 10:39:02','2021-01-26 02:39:02'),(60641,23124,'action complete via WP Cron','2021-01-26 10:39:02','2021-01-26 02:39:02'),(60642,23125,'action created','2021-01-26 10:39:02','2021-01-26 02:39:02'),(60643,23125,'action started via WP Cron','2021-01-26 10:39:42','2021-01-26 02:39:42'),(60644,23125,'action complete via WP Cron','2021-01-26 10:39:42','2021-01-26 02:39:42'),(60645,23126,'action created','2021-01-26 10:39:42','2021-01-26 02:39:42'),(60646,23126,'action started via WP Cron','2021-01-26 10:42:32','2021-01-26 02:42:32'),(60647,23126,'action complete via WP Cron','2021-01-26 10:42:32','2021-01-26 02:42:32'),(60648,23127,'action created','2021-01-26 10:42:32','2021-01-26 02:42:32'),(60649,23127,'action started via WP Cron','2021-01-26 10:45:12','2021-01-26 02:45:12'),(60650,23127,'action complete via WP Cron','2021-01-26 10:45:12','2021-01-26 02:45:12'),(60651,23128,'action created','2021-01-26 10:45:12','2021-01-26 02:45:12'),(60652,23128,'action started via WP Cron','2021-01-26 10:54:08','2021-01-26 02:54:08'),(60653,23128,'action complete via WP Cron','2021-01-26 10:54:08','2021-01-26 02:54:08'),(60654,23129,'action created','2021-01-26 10:54:08','2021-01-26 02:54:08'),(60655,23129,'action started via WP Cron','2021-01-26 10:57:35','2021-01-26 02:57:35'),(60656,23129,'action complete via WP Cron','2021-01-26 10:57:35','2021-01-26 02:57:35'),(60657,23130,'action created','2021-01-26 10:57:35','2021-01-26 02:57:35'),(60658,23130,'action started via WP Cron','2021-01-26 10:58:35','2021-01-26 02:58:35'),(60659,23130,'action complete via WP Cron','2021-01-26 10:58:35','2021-01-26 02:58:35'),(60660,23131,'action created','2021-01-26 10:58:36','2021-01-26 02:58:36'),(60661,23131,'action started via WP Cron','2021-01-26 10:59:37','2021-01-26 02:59:37'),(60662,23131,'action complete via WP Cron','2021-01-26 10:59:37','2021-01-26 02:59:37'),(60663,23132,'action created','2021-01-26 10:59:37','2021-01-26 02:59:37'),(60664,23132,'action started via WP Cron','2021-01-26 11:01:39','2021-01-26 03:01:39'),(60665,23132,'action complete via WP Cron','2021-01-26 11:01:39','2021-01-26 03:01:39'),(60666,23133,'action created','2021-01-26 11:01:39','2021-01-26 03:01:39'),(60667,23133,'action started via WP Cron','2021-01-26 11:02:40','2021-01-26 03:02:40'),(60668,23133,'action complete via WP Cron','2021-01-26 11:02:40','2021-01-26 03:02:40'),(60669,23134,'action created','2021-01-26 11:02:40','2021-01-26 03:02:40'),(60670,23134,'action started via WP Cron','2021-01-26 11:03:42','2021-01-26 03:03:42'),(60671,23134,'action complete via WP Cron','2021-01-26 11:03:42','2021-01-26 03:03:42'),(60672,23135,'action created','2021-01-26 11:03:43','2021-01-26 03:03:43'),(60673,23135,'action started via WP Cron','2021-01-26 11:05:55','2021-01-26 03:05:55'),(60674,23135,'action complete via WP Cron','2021-01-26 11:05:55','2021-01-26 03:05:55'),(60675,23136,'action created','2021-01-26 11:05:55','2021-01-26 03:05:55'),(60676,23136,'action started via WP Cron','2021-01-26 11:14:07','2021-01-26 03:14:07'),(60677,23136,'action complete via WP Cron','2021-01-26 11:14:07','2021-01-26 03:14:07'),(60678,23137,'action created','2021-01-26 11:14:07','2021-01-26 03:14:07'),(60679,23137,'action started via WP Cron','2021-01-26 11:15:21','2021-01-26 03:15:21'),(60680,23137,'action complete via WP Cron','2021-01-26 11:15:21','2021-01-26 03:15:21'),(60681,23138,'action created','2021-01-26 11:15:21','2021-01-26 03:15:21'),(60682,23138,'action started via WP Cron','2021-01-26 11:16:21','2021-01-26 03:16:21'),(60683,23138,'action complete via WP Cron','2021-01-26 11:16:21','2021-01-26 03:16:21'),(60684,23139,'action created','2021-01-26 11:16:21','2021-01-26 03:16:21'),(60685,23139,'action started via WP Cron','2021-01-26 11:18:11','2021-01-26 03:18:11'),(60686,23139,'action complete via WP Cron','2021-01-26 11:18:11','2021-01-26 03:18:11'),(60687,23140,'action created','2021-01-26 11:18:11','2021-01-26 03:18:11'),(60688,23140,'action started via WP Cron','2021-01-26 11:18:58','2021-01-26 03:18:58'),(60689,23140,'action complete via WP Cron','2021-01-26 11:18:58','2021-01-26 03:18:58'),(60690,23141,'action created','2021-01-26 11:18:58','2021-01-26 03:18:58'),(60691,23141,'action started via WP Cron','2021-01-26 11:20:25','2021-01-26 03:20:25'),(60692,23141,'action complete via WP Cron','2021-01-26 11:20:25','2021-01-26 03:20:25'),(60693,23142,'action created','2021-01-26 11:20:25','2021-01-26 03:20:25'),(60694,23142,'action started via WP Cron','2021-01-26 11:25:03','2021-01-26 03:25:03'),(60695,23142,'action complete via WP Cron','2021-01-26 11:25:03','2021-01-26 03:25:03'),(60696,23143,'action created','2021-01-26 11:25:03','2021-01-26 03:25:03'),(60697,23143,'action started via WP Cron','2021-01-26 11:27:07','2021-01-26 03:27:07'),(60698,23143,'action complete via WP Cron','2021-01-26 11:27:07','2021-01-26 03:27:07'),(60699,23144,'action created','2021-01-26 11:27:07','2021-01-26 03:27:07'),(60700,23144,'action started via WP Cron','2021-01-26 11:28:21','2021-01-26 03:28:21'),(60701,23144,'action complete via WP Cron','2021-01-26 11:28:21','2021-01-26 03:28:21'),(60702,23145,'action created','2021-01-26 11:28:21','2021-01-26 03:28:21'),(60703,23145,'action started via WP Cron','2021-01-26 11:46:22','2021-01-26 03:46:22'),(60704,23145,'action complete via WP Cron','2021-01-26 11:46:22','2021-01-26 03:46:22'),(60705,23146,'action created','2021-01-26 11:46:22','2021-01-26 03:46:22'),(60706,23146,'action started via WP Cron','2021-01-26 11:57:00','2021-01-26 03:57:00'),(60707,23146,'action complete via WP Cron','2021-01-26 11:57:00','2021-01-26 03:57:00'),(60708,23147,'action created','2021-01-26 11:57:00','2021-01-26 03:57:00'),(60709,23147,'action started via WP Cron','2021-01-26 12:00:18','2021-01-26 04:00:18'),(60710,23147,'action complete via WP Cron','2021-01-26 12:00:18','2021-01-26 04:00:18'),(60711,23148,'action created','2021-01-26 12:00:19','2021-01-26 04:00:19'),(60712,23148,'action started via WP Cron','2021-01-26 12:04:05','2021-01-26 04:04:05'),(60713,23148,'action complete via WP Cron','2021-01-26 12:04:05','2021-01-26 04:04:05'),(60714,23149,'action created','2021-01-26 12:04:05','2021-01-26 04:04:05'),(60715,23149,'action started via WP Cron','2021-01-26 12:05:06','2021-01-26 04:05:06'),(60716,23149,'action complete via WP Cron','2021-01-26 12:05:06','2021-01-26 04:05:06'),(60717,23150,'action created','2021-01-26 12:05:06','2021-01-26 04:05:06'),(60718,23150,'action started via WP Cron','2021-01-26 12:05:42','2021-01-26 04:05:42'),(60719,23150,'action complete via WP Cron','2021-01-26 12:05:42','2021-01-26 04:05:42'),(60720,23151,'action created','2021-01-26 12:05:42','2021-01-26 04:05:42'),(60721,23151,'action started via WP Cron','2021-01-26 12:09:10','2021-01-26 04:09:10'),(60722,23151,'action complete via WP Cron','2021-01-26 12:09:10','2021-01-26 04:09:10'),(60723,23152,'action created','2021-01-26 12:09:10','2021-01-26 04:09:10'),(60724,23152,'action started via WP Cron','2021-01-26 12:10:11','2021-01-26 04:10:11'),(60725,23152,'action complete via WP Cron','2021-01-26 12:10:11','2021-01-26 04:10:11'),(60726,23153,'action created','2021-01-26 12:10:11','2021-01-26 04:10:11'),(60727,23153,'action started via WP Cron','2021-01-26 12:11:12','2021-01-26 04:11:12'),(60728,23153,'action complete via WP Cron','2021-01-26 12:11:12','2021-01-26 04:11:12'),(60729,23154,'action created','2021-01-26 12:11:42','2021-01-26 04:11:42'),(60730,23154,'action started via WP Cron','2021-01-26 12:13:28','2021-01-26 04:13:28'),(60731,23154,'action complete via WP Cron','2021-01-26 12:13:28','2021-01-26 04:13:28'),(60732,23155,'action created','2021-01-26 12:13:28','2021-01-26 04:13:28'),(60733,23155,'action started via WP Cron','2021-01-26 12:24:36','2021-01-26 04:24:36'),(60734,23155,'action complete via WP Cron','2021-01-26 12:24:36','2021-01-26 04:24:36'),(60735,23156,'action created','2021-01-26 12:24:36','2021-01-26 04:24:36'),(60736,23156,'action started via WP Cron','2021-01-26 12:29:04','2021-01-26 04:29:04'),(60737,23156,'action complete via WP Cron','2021-01-26 12:29:04','2021-01-26 04:29:04'),(60738,23157,'action created','2021-01-26 12:29:04','2021-01-26 04:29:04'),(60739,23157,'action started via WP Cron','2021-01-26 12:32:28','2021-01-26 04:32:28'),(60740,23157,'action complete via WP Cron','2021-01-26 12:32:28','2021-01-26 04:32:28'),(60741,23158,'action created','2021-01-26 12:32:28','2021-01-26 04:32:28'),(60742,23158,'action started via WP Cron','2021-01-26 12:32:51','2021-01-26 04:32:51'),(60743,23158,'action complete via WP Cron','2021-01-26 12:32:51','2021-01-26 04:32:51'),(60744,23159,'action created','2021-01-26 12:32:51','2021-01-26 04:32:51'),(60745,23159,'action started via WP Cron','2021-01-26 12:33:44','2021-01-26 04:33:44'),(60746,23159,'action complete via WP Cron','2021-01-26 12:33:44','2021-01-26 04:33:44'),(60747,23160,'action created','2021-01-26 12:33:44','2021-01-26 04:33:44'),(60748,23160,'action started via WP Cron','2021-01-26 12:34:45','2021-01-26 04:34:45'),(60749,23160,'action complete via WP Cron','2021-01-26 12:34:45','2021-01-26 04:34:45'),(60750,23161,'action created','2021-01-26 12:34:45','2021-01-26 04:34:45'),(60751,23161,'action started via WP Cron','2021-01-26 12:35:52','2021-01-26 04:35:52'),(60752,23161,'action complete via WP Cron','2021-01-26 12:35:52','2021-01-26 04:35:52'),(60753,23162,'action created','2021-01-26 12:35:52','2021-01-26 04:35:52'),(60754,23162,'action started via WP Cron','2021-01-26 12:36:43','2021-01-26 04:36:43'),(60755,23162,'action complete via WP Cron','2021-01-26 12:36:43','2021-01-26 04:36:43'),(60756,23163,'action created','2021-01-26 12:36:44','2021-01-26 04:36:44'),(60757,23163,'action started via WP Cron','2021-01-26 12:37:45','2021-01-26 04:37:45'),(60758,23163,'action complete via WP Cron','2021-01-26 12:37:45','2021-01-26 04:37:45'),(60759,23164,'action created','2021-01-26 12:37:45','2021-01-26 04:37:45'),(60760,23164,'action started via WP Cron','2021-01-26 12:38:48','2021-01-26 04:38:48'),(60761,23164,'action complete via WP Cron','2021-01-26 12:38:48','2021-01-26 04:38:48'),(60762,23165,'action created','2021-01-26 12:38:48','2021-01-26 04:38:48'),(60763,23165,'action started via WP Cron','2021-01-26 12:39:55','2021-01-26 04:39:55'),(60764,23165,'action complete via WP Cron','2021-01-26 12:39:55','2021-01-26 04:39:55'),(60765,23166,'action created','2021-01-26 12:39:55','2021-01-26 04:39:55'),(60766,23166,'action started via WP Cron','2021-01-26 12:40:42','2021-01-26 04:40:42'),(60767,23166,'action complete via WP Cron','2021-01-26 12:40:42','2021-01-26 04:40:42'),(60768,23167,'action created','2021-01-26 12:40:42','2021-01-26 04:40:42'),(60769,23167,'action started via WP Cron','2021-01-26 12:41:41','2021-01-26 04:41:41'),(60770,23167,'action complete via WP Cron','2021-01-26 12:41:41','2021-01-26 04:41:41'),(60771,23168,'action created','2021-01-26 12:41:41','2021-01-26 04:41:41'),(60772,23168,'action started via WP Cron','2021-01-26 12:42:45','2021-01-26 04:42:45'),(60773,23168,'action complete via WP Cron','2021-01-26 12:42:45','2021-01-26 04:42:45'),(60774,23169,'action created','2021-01-26 12:42:45','2021-01-26 04:42:45'),(60775,23169,'action started via WP Cron','2021-01-26 12:44:02','2021-01-26 04:44:02'),(60776,23169,'action complete via WP Cron','2021-01-26 12:44:02','2021-01-26 04:44:02'),(60777,23170,'action created','2021-01-26 12:44:11','2021-01-26 04:44:11'),(60778,23170,'action started via WP Cron','2021-01-26 12:44:41','2021-01-26 04:44:41'),(60779,23170,'action complete via WP Cron','2021-01-26 12:44:41','2021-01-26 04:44:41'),(60780,23171,'action created','2021-01-26 12:44:42','2021-01-26 04:44:42'),(60781,23171,'action started via WP Cron','2021-01-26 12:45:44','2021-01-26 04:45:44'),(60782,23171,'action complete via WP Cron','2021-01-26 12:45:44','2021-01-26 04:45:44'),(60783,23172,'action created','2021-01-26 12:45:45','2021-01-26 04:45:45'),(60784,23172,'action started via WP Cron','2021-01-26 12:46:42','2021-01-26 04:46:42'),(60785,23172,'action complete via WP Cron','2021-01-26 12:46:42','2021-01-26 04:46:42'),(60786,23173,'action created','2021-01-26 12:46:42','2021-01-26 04:46:42'),(60787,23173,'action started via WP Cron','2021-01-26 12:47:43','2021-01-26 04:47:43'),(60788,23173,'action complete via WP Cron','2021-01-26 12:47:43','2021-01-26 04:47:43'),(60789,23174,'action created','2021-01-26 12:47:43','2021-01-26 04:47:43'),(60790,23174,'action started via WP Cron','2021-01-26 12:48:44','2021-01-26 04:48:44'),(60791,23174,'action complete via WP Cron','2021-01-26 12:48:44','2021-01-26 04:48:44'),(60792,23175,'action created','2021-01-26 12:48:44','2021-01-26 04:48:44'),(60793,23175,'action started via WP Cron','2021-01-26 12:49:42','2021-01-26 04:49:42'),(60794,23175,'action complete via WP Cron','2021-01-26 12:49:42','2021-01-26 04:49:42'),(60795,23176,'action created','2021-01-26 12:49:42','2021-01-26 04:49:42'),(60796,23176,'action started via WP Cron','2021-01-26 12:50:51','2021-01-26 04:50:51'),(60797,23176,'action complete via WP Cron','2021-01-26 12:50:51','2021-01-26 04:50:51'),(60798,23177,'action created','2021-01-26 12:50:51','2021-01-26 04:50:51'),(60799,23177,'action started via WP Cron','2021-01-26 12:51:51','2021-01-26 04:51:51'),(60800,23177,'action complete via WP Cron','2021-01-26 12:51:51','2021-01-26 04:51:51'),(60801,23178,'action created','2021-01-26 12:51:51','2021-01-26 04:51:51'),(60802,23178,'action started via WP Cron','2021-01-26 12:58:28','2021-01-26 04:58:28'),(60803,23178,'action complete via WP Cron','2021-01-26 12:58:29','2021-01-26 04:58:29'),(60804,23179,'action created','2021-01-26 12:58:29','2021-01-26 04:58:29'),(60805,23179,'action started via WP Cron','2021-01-26 13:00:20','2021-01-26 05:00:20'),(60806,23179,'action complete via WP Cron','2021-01-26 13:00:20','2021-01-26 05:00:20'),(60807,23180,'action created','2021-01-26 13:00:21','2021-01-26 05:00:21'),(60808,23180,'action started via WP Cron','2021-01-26 13:01:54','2021-01-26 05:01:54'),(60809,23180,'action complete via WP Cron','2021-01-26 13:01:54','2021-01-26 05:01:54'),(60810,23181,'action created','2021-01-26 13:01:54','2021-01-26 05:01:54'),(60811,23181,'action started via WP Cron','2021-01-26 13:11:33','2021-01-26 05:11:33'),(60812,23181,'action complete via WP Cron','2021-01-26 13:11:33','2021-01-26 05:11:33'),(60813,23182,'action created','2021-01-26 13:11:34','2021-01-26 05:11:34'),(60814,23182,'action started via WP Cron','2021-01-26 13:12:35','2021-01-26 05:12:35'),(60815,23182,'action complete via WP Cron','2021-01-26 13:12:35','2021-01-26 05:12:35'),(60816,23183,'action created','2021-01-26 13:12:35','2021-01-26 05:12:35'),(60817,23183,'action started via WP Cron','2021-01-26 13:13:36','2021-01-26 05:13:36'),(60818,23183,'action complete via WP Cron','2021-01-26 13:13:36','2021-01-26 05:13:36'),(60819,23184,'action created','2021-01-26 13:13:36','2021-01-26 05:13:36'),(60820,23184,'action started via WP Cron','2021-01-26 13:15:38','2021-01-26 05:15:38'),(60821,23184,'action complete via WP Cron','2021-01-26 13:15:38','2021-01-26 05:15:38'),(60822,23185,'action created','2021-01-26 13:15:38','2021-01-26 05:15:38'),(60823,23185,'action started via WP Cron','2021-01-26 13:16:39','2021-01-26 05:16:39'),(60824,23185,'action complete via WP Cron','2021-01-26 13:16:39','2021-01-26 05:16:39'),(60825,23186,'action created','2021-01-26 13:16:39','2021-01-26 05:16:39'),(60826,23186,'action started via WP Cron','2021-01-26 13:17:40','2021-01-26 05:17:40'),(60827,23186,'action complete via WP Cron','2021-01-26 13:17:40','2021-01-26 05:17:40'),(60828,23187,'action created','2021-01-26 13:17:40','2021-01-26 05:17:40'),(60829,23187,'action started via WP Cron','2021-01-26 13:23:05','2021-01-26 05:23:05'),(60830,23187,'action complete via WP Cron','2021-01-26 13:23:05','2021-01-26 05:23:05'),(60831,23188,'action created','2021-01-26 13:23:06','2021-01-26 05:23:06'),(60832,23188,'action started via WP Cron','2021-01-26 13:33:56','2021-01-26 05:33:56'),(60833,23188,'action complete via WP Cron','2021-01-26 13:33:56','2021-01-26 05:33:56'),(60834,23189,'action created','2021-01-26 13:33:56','2021-01-26 05:33:56'),(60835,23189,'action started via WP Cron','2021-01-26 13:34:41','2021-01-26 05:34:41'),(60836,23189,'action complete via WP Cron','2021-01-26 13:34:41','2021-01-26 05:34:41'),(60837,23190,'action created','2021-01-26 13:34:41','2021-01-26 05:34:41'),(60838,23190,'action started via WP Cron','2021-01-26 13:35:58','2021-01-26 05:35:58'),(60839,23190,'action complete via WP Cron','2021-01-26 13:35:58','2021-01-26 05:35:58'),(60840,23191,'action created','2021-01-26 13:35:58','2021-01-26 05:35:58'),(60841,23191,'action started via WP Cron','2021-01-26 13:41:30','2021-01-26 05:41:30'),(60842,23191,'action complete via WP Cron','2021-01-26 13:41:30','2021-01-26 05:41:30'),(60843,23192,'action created','2021-01-26 13:41:30','2021-01-26 05:41:30'),(60844,23192,'action started via WP Cron','2021-01-26 13:45:54','2021-01-26 05:45:54'),(60845,23192,'action complete via WP Cron','2021-01-26 13:45:54','2021-01-26 05:45:54'),(60846,23193,'action created','2021-01-26 13:45:54','2021-01-26 05:45:54'),(60847,23193,'action started via WP Cron','2021-01-26 13:48:51','2021-01-26 05:48:51'),(60848,23193,'action complete via WP Cron','2021-01-26 13:48:51','2021-01-26 05:48:51'),(60849,23194,'action created','2021-01-26 13:48:51','2021-01-26 05:48:51'),(60850,23194,'action started via WP Cron','2021-01-26 13:49:43','2021-01-26 05:49:43'),(60851,23194,'action complete via WP Cron','2021-01-26 13:49:43','2021-01-26 05:49:43'),(60852,23195,'action created','2021-01-26 13:49:43','2021-01-26 05:49:43'),(60853,23195,'action started via WP Cron','2021-01-26 13:51:45','2021-01-26 05:51:45'),(60854,23195,'action complete via WP Cron','2021-01-26 13:51:45','2021-01-26 05:51:45'),(60855,23196,'action created','2021-01-26 13:51:45','2021-01-26 05:51:45'),(60856,23196,'action started via WP Cron','2021-01-26 13:52:46','2021-01-26 05:52:46'),(60857,23196,'action complete via WP Cron','2021-01-26 13:52:46','2021-01-26 05:52:46'),(60858,23197,'action created','2021-01-26 13:52:46','2021-01-26 05:52:46'),(60859,23197,'action started via WP Cron','2021-01-26 13:53:47','2021-01-26 05:53:47'),(60860,23197,'action complete via WP Cron','2021-01-26 13:53:47','2021-01-26 05:53:47'),(60861,23198,'action created','2021-01-26 13:53:47','2021-01-26 05:53:47'),(60862,23198,'action started via WP Cron','2021-01-26 13:58:42','2021-01-26 05:58:42'),(60863,23198,'action complete via WP Cron','2021-01-26 13:58:42','2021-01-26 05:58:42'),(60864,23199,'action created','2021-01-26 13:58:42','2021-01-26 05:58:42'),(60865,23199,'action started via WP Cron','2021-01-26 13:59:48','2021-01-26 05:59:48'),(60866,23199,'action complete via WP Cron','2021-01-26 13:59:48','2021-01-26 05:59:48'),(60867,23200,'action created','2021-01-26 13:59:48','2021-01-26 05:59:48'),(60868,23200,'action started via WP Cron','2021-01-26 14:00:46','2021-01-26 06:00:46'),(60869,23200,'action complete via WP Cron','2021-01-26 14:00:46','2021-01-26 06:00:46'),(60870,23201,'action created','2021-01-26 14:00:46','2021-01-26 06:00:46'),(60871,23201,'action started via WP Cron','2021-01-26 14:01:50','2021-01-26 06:01:50'),(60872,23201,'action complete via WP Cron','2021-01-26 14:01:50','2021-01-26 06:01:50'),(60873,23202,'action created','2021-01-26 14:01:50','2021-01-26 06:01:50'),(60874,23202,'action started via WP Cron','2021-01-26 14:02:51','2021-01-26 06:02:51'),(60875,23202,'action complete via WP Cron','2021-01-26 14:02:51','2021-01-26 06:02:51'),(60876,23203,'action created','2021-01-26 14:02:51','2021-01-26 06:02:51'),(60877,23203,'action started via WP Cron','2021-01-26 14:03:57','2021-01-26 06:03:57'),(60878,23203,'action complete via WP Cron','2021-01-26 14:03:57','2021-01-26 06:03:57'),(60879,23204,'action created','2021-01-26 14:03:58','2021-01-26 06:03:58'),(60880,23204,'action started via WP Cron','2021-01-26 14:04:59','2021-01-26 06:04:59'),(60881,23204,'action complete via WP Cron','2021-01-26 14:04:59','2021-01-26 06:04:59'),(60882,23205,'action created','2021-01-26 14:04:59','2021-01-26 06:04:59'),(60883,23205,'action started via WP Cron','2021-01-26 14:06:11','2021-01-26 06:06:11'),(60884,23205,'action complete via WP Cron','2021-01-26 14:06:11','2021-01-26 06:06:11'),(60885,23206,'action created','2021-01-26 14:06:11','2021-01-26 06:06:11'),(60886,23206,'action started via WP Cron','2021-01-26 14:07:15','2021-01-26 06:07:15'),(60887,23206,'action complete via WP Cron','2021-01-26 14:07:15','2021-01-26 06:07:15'),(60888,23207,'action created','2021-01-26 14:07:15','2021-01-26 06:07:15'),(60889,23207,'action started via WP Cron','2021-01-26 14:08:18','2021-01-26 06:08:18'),(60890,23207,'action complete via WP Cron','2021-01-26 14:08:18','2021-01-26 06:08:18'),(60891,23208,'action created','2021-01-26 14:08:18','2021-01-26 06:08:18'),(60892,23208,'action started via WP Cron','2021-01-26 14:09:54','2021-01-26 06:09:54'),(60893,23208,'action complete via WP Cron','2021-01-26 14:09:54','2021-01-26 06:09:54'),(60894,23209,'action created','2021-01-26 14:09:55','2021-01-26 06:09:55'),(60895,23209,'action started via WP Cron','2021-01-26 14:11:02','2021-01-26 06:11:02'),(60896,23209,'action complete via WP Cron','2021-01-26 14:11:02','2021-01-26 06:11:02'),(60897,23210,'action created','2021-01-26 14:11:02','2021-01-26 06:11:02'),(60898,23210,'action started via WP Cron','2021-01-26 14:12:03','2021-01-26 06:12:03'),(60899,23210,'action complete via WP Cron','2021-01-26 14:12:03','2021-01-26 06:12:03'),(60900,23211,'action created','2021-01-26 14:12:03','2021-01-26 06:12:03'),(60901,23211,'action started via WP Cron','2021-01-26 14:13:04','2021-01-26 06:13:04'),(60902,23211,'action complete via WP Cron','2021-01-26 14:13:04','2021-01-26 06:13:04'),(60903,23212,'action created','2021-01-26 14:13:04','2021-01-26 06:13:04'),(60904,23212,'action started via WP Cron','2021-01-26 14:14:05','2021-01-26 06:14:05'),(60905,23212,'action complete via WP Cron','2021-01-26 14:14:05','2021-01-26 06:14:05'),(60906,23213,'action created','2021-01-26 14:14:05','2021-01-26 06:14:05'),(60907,23213,'action started via WP Cron','2021-01-26 14:16:07','2021-01-26 06:16:07'),(60908,23213,'action complete via WP Cron','2021-01-26 14:16:07','2021-01-26 06:16:07'),(60909,23214,'action created','2021-01-26 14:16:07','2021-01-26 06:16:07'),(60910,23214,'action started via WP Cron','2021-01-26 14:27:00','2021-01-26 06:27:00'),(60911,23214,'action complete via WP Cron','2021-01-26 14:27:00','2021-01-26 06:27:00'),(60912,23215,'action created','2021-01-26 14:27:00','2021-01-26 06:27:00'),(60913,23215,'action started via WP Cron','2021-01-26 14:27:47','2021-01-26 06:27:47'),(60914,23215,'action complete via WP Cron','2021-01-26 14:27:47','2021-01-26 06:27:47'),(60915,23216,'action created','2021-01-26 14:27:47','2021-01-26 06:27:47'),(60916,23216,'action started via WP Cron','2021-01-26 14:29:24','2021-01-26 06:29:24'),(60917,23216,'action complete via WP Cron','2021-01-26 14:29:24','2021-01-26 06:29:24'),(60918,23217,'action created','2021-01-26 14:29:25','2021-01-26 06:29:25'),(60919,23217,'action started via WP Cron','2021-01-26 14:30:30','2021-01-26 06:30:30'),(60920,23217,'action complete via WP Cron','2021-01-26 14:30:30','2021-01-26 06:30:30'),(60921,23218,'action created','2021-01-26 14:30:30','2021-01-26 06:30:30'),(60922,23218,'action started via WP Cron','2021-01-26 14:32:33','2021-01-26 06:32:33'),(60923,23218,'action complete via WP Cron','2021-01-26 14:32:33','2021-01-26 06:32:33'),(60924,23219,'action created','2021-01-26 14:32:33','2021-01-26 06:32:33'),(60925,23219,'action started via WP Cron','2021-01-26 14:32:50','2021-01-26 06:32:50'),(60926,23219,'action complete via WP Cron','2021-01-26 14:32:50','2021-01-26 06:32:50'),(60927,23220,'action created','2021-01-26 14:32:50','2021-01-26 06:32:50'),(60928,23220,'action started via WP Cron','2021-01-26 14:34:35','2021-01-26 06:34:35'),(60929,23220,'action complete via WP Cron','2021-01-26 14:34:35','2021-01-26 06:34:35'),(60930,23221,'action created','2021-01-26 14:34:35','2021-01-26 06:34:35'),(60931,23221,'action started via WP Cron','2021-01-26 14:37:48','2021-01-26 06:37:48'),(60932,23221,'action complete via WP Cron','2021-01-26 14:37:48','2021-01-26 06:37:48'),(60933,23222,'action created','2021-01-26 14:37:48','2021-01-26 06:37:48'),(60934,23222,'action started via WP Cron','2021-01-26 14:41:31','2021-01-26 06:41:31'),(60935,23222,'action complete via WP Cron','2021-01-26 14:41:31','2021-01-26 06:41:31'),(60936,23223,'action created','2021-01-26 14:41:31','2021-01-26 06:41:31'),(60937,23223,'action started via WP Cron','2021-01-26 14:41:46','2021-01-26 06:41:46'),(60938,23223,'action complete via WP Cron','2021-01-26 14:41:46','2021-01-26 06:41:46'),(60939,23224,'action created','2021-01-26 14:41:46','2021-01-26 06:41:46'),(60940,23224,'action started via WP Cron','2021-01-26 14:42:46','2021-01-26 06:42:46'),(60941,23224,'action complete via WP Cron','2021-01-26 14:42:46','2021-01-26 06:42:46'),(60942,23225,'action created','2021-01-26 14:42:46','2021-01-26 06:42:46'),(60943,23225,'action started via WP Cron','2021-01-26 14:44:16','2021-01-26 06:44:16'),(60944,23225,'action complete via WP Cron','2021-01-26 14:44:16','2021-01-26 06:44:16'),(60945,23226,'action created','2021-01-26 14:44:16','2021-01-26 06:44:16'),(60946,23226,'action started via WP Cron','2021-01-26 14:44:48','2021-01-26 06:44:48'),(60947,23226,'action complete via WP Cron','2021-01-26 14:44:48','2021-01-26 06:44:48'),(60948,23227,'action created','2021-01-26 14:44:49','2021-01-26 06:44:49'),(60949,23227,'action started via WP Cron','2021-01-26 14:49:02','2021-01-26 06:49:02'),(60950,23227,'action complete via WP Cron','2021-01-26 14:49:02','2021-01-26 06:49:02'),(60951,23228,'action created','2021-01-26 14:49:02','2021-01-26 06:49:02'),(60952,23228,'action started via WP Cron','2021-01-26 14:51:20','2021-01-26 06:51:20'),(60953,23228,'action complete via WP Cron','2021-01-26 14:51:20','2021-01-26 06:51:20'),(60954,23229,'action created','2021-01-26 14:51:20','2021-01-26 06:51:20'),(60955,23229,'action started via WP Cron','2021-01-26 14:52:57','2021-01-26 06:52:57'),(60956,23229,'action complete via WP Cron','2021-01-26 14:52:57','2021-01-26 06:52:57'),(60957,23230,'action created','2021-01-26 14:52:57','2021-01-26 06:52:57'),(60958,23230,'action started via WP Cron','2021-01-26 14:53:55','2021-01-26 06:53:55'),(60959,23230,'action complete via WP Cron','2021-01-26 14:53:55','2021-01-26 06:53:55'),(60960,23231,'action created','2021-01-26 14:53:55','2021-01-26 06:53:55'),(60961,23231,'action started via WP Cron','2021-01-26 14:54:47','2021-01-26 06:54:47'),(60962,23231,'action complete via WP Cron','2021-01-26 14:54:47','2021-01-26 06:54:47'),(60963,23232,'action created','2021-01-26 14:54:47','2021-01-26 06:54:47'),(60964,23232,'action started via WP Cron','2021-01-26 14:55:48','2021-01-26 06:55:48'),(60965,23232,'action complete via WP Cron','2021-01-26 14:55:48','2021-01-26 06:55:48'),(60966,23233,'action created','2021-01-26 14:55:48','2021-01-26 06:55:48'),(60967,23233,'action started via WP Cron','2021-01-26 14:56:49','2021-01-26 06:56:49'),(60968,23233,'action complete via WP Cron','2021-01-26 14:56:49','2021-01-26 06:56:49'),(60969,23234,'action created','2021-01-26 14:56:49','2021-01-26 06:56:49'),(60970,23234,'action started via WP Cron','2021-01-26 15:02:19','2021-01-26 07:02:19'),(60971,23234,'action complete via WP Cron','2021-01-26 15:02:19','2021-01-26 07:02:19'),(60972,23235,'action created','2021-01-26 15:02:20','2021-01-26 07:02:20'),(60973,23235,'action started via WP Cron','2021-01-26 15:03:31','2021-01-26 07:03:31'),(60974,23235,'action complete via WP Cron','2021-01-26 15:03:31','2021-01-26 07:03:31'),(60975,23236,'action created','2021-01-26 15:03:31','2021-01-26 07:03:31'),(60976,23236,'action started via WP Cron','2021-01-26 15:03:41','2021-01-26 07:03:41'),(60977,23236,'action complete via WP Cron','2021-01-26 15:03:41','2021-01-26 07:03:41'),(60978,23237,'action created','2021-01-26 15:03:41','2021-01-26 07:03:41'),(60979,23237,'action started via WP Cron','2021-01-26 15:05:59','2021-01-26 07:05:59'),(60980,23237,'action complete via WP Cron','2021-01-26 15:05:59','2021-01-26 07:05:59'),(60981,23238,'action created','2021-01-26 15:05:59','2021-01-26 07:05:59'),(60982,23238,'action started via WP Cron','2021-01-26 15:06:59','2021-01-26 07:06:59'),(60983,23238,'action complete via WP Cron','2021-01-26 15:06:59','2021-01-26 07:06:59'),(60984,23239,'action created','2021-01-26 15:06:59','2021-01-26 07:06:59'),(60985,23239,'action started via WP Cron','2021-01-26 15:08:01','2021-01-26 07:08:01'),(60986,23239,'action complete via WP Cron','2021-01-26 15:08:01','2021-01-26 07:08:01'),(60987,23240,'action created','2021-01-26 15:08:01','2021-01-26 07:08:01'),(60988,23240,'action started via WP Cron','2021-01-26 15:09:02','2021-01-26 07:09:02'),(60989,23240,'action complete via WP Cron','2021-01-26 15:09:02','2021-01-26 07:09:02'),(60990,23241,'action created','2021-01-26 15:09:02','2021-01-26 07:09:02'),(60991,23241,'action started via WP Cron','2021-01-26 15:10:03','2021-01-26 07:10:03'),(60992,23241,'action complete via WP Cron','2021-01-26 15:10:03','2021-01-26 07:10:03'),(60993,23242,'action created','2021-01-26 15:10:37','2021-01-26 07:10:37'),(60994,23242,'action started via WP Cron','2021-01-26 15:14:37','2021-01-26 07:14:37'),(60995,23242,'action complete via WP Cron','2021-01-26 15:14:37','2021-01-26 07:14:37'),(60996,23243,'action created','2021-01-26 15:14:37','2021-01-26 07:14:37'),(60997,23243,'action started via WP Cron','2021-01-26 15:16:13','2021-01-26 07:16:13'),(60998,23243,'action complete via WP Cron','2021-01-26 15:16:13','2021-01-26 07:16:13'),(60999,23244,'action created','2021-01-26 15:16:13','2021-01-26 07:16:13'),(61000,23244,'action started via WP Cron','2021-01-26 15:17:06','2021-01-26 07:17:06'),(61001,23244,'action complete via WP Cron','2021-01-26 15:17:06','2021-01-26 07:17:06'),(61002,23245,'action created','2021-01-26 15:17:07','2021-01-26 07:17:07'),(61003,23245,'action started via WP Cron','2021-01-26 15:18:07','2021-01-26 07:18:07'),(61004,23245,'action complete via WP Cron','2021-01-26 15:18:07','2021-01-26 07:18:07'),(61005,23246,'action created','2021-01-26 15:18:08','2021-01-26 07:18:08'),(61006,23246,'action started via WP Cron','2021-01-26 15:19:09','2021-01-26 07:19:09'),(61007,23246,'action complete via WP Cron','2021-01-26 15:19:09','2021-01-26 07:19:09'),(61008,23247,'action created','2021-01-26 15:19:09','2021-01-26 07:19:09'),(61009,23247,'action started via WP Cron','2021-01-26 15:20:10','2021-01-26 07:20:10'),(61010,23247,'action complete via WP Cron','2021-01-26 15:20:10','2021-01-26 07:20:10'),(61011,23248,'action created','2021-01-26 15:20:10','2021-01-26 07:20:10'),(61012,23248,'action started via WP Cron','2021-01-26 15:21:11','2021-01-26 07:21:11'),(61013,23248,'action complete via WP Cron','2021-01-26 15:21:11','2021-01-26 07:21:11'),(61014,23249,'action created','2021-01-26 15:21:11','2021-01-26 07:21:11'),(61015,23249,'action started via WP Cron','2021-01-26 15:22:22','2021-01-26 07:22:22'),(61016,23249,'action complete via WP Cron','2021-01-26 15:22:22','2021-01-26 07:22:22'),(61017,23250,'action created','2021-01-26 15:22:22','2021-01-26 07:22:22'),(61018,23250,'action started via WP Cron','2021-01-26 15:28:23','2021-01-26 07:28:23'),(61019,23250,'action complete via WP Cron','2021-01-26 15:28:23','2021-01-26 07:28:23'),(61020,23251,'action created','2021-01-26 15:28:23','2021-01-26 07:28:23'),(61021,23251,'action started via WP Cron','2021-01-26 15:31:26','2021-01-26 07:31:26'),(61022,23251,'action complete via WP Cron','2021-01-26 15:31:26','2021-01-26 07:31:26'),(61023,23252,'action created','2021-01-26 15:31:26','2021-01-26 07:31:26'),(61024,23252,'action started via WP Cron','2021-01-26 15:39:19','2021-01-26 07:39:19'),(61025,23252,'action complete via WP Cron','2021-01-26 15:39:20','2021-01-26 07:39:20'),(61026,23253,'action created','2021-01-26 15:39:20','2021-01-26 07:39:20'),(61027,23253,'action started via WP Cron','2021-01-26 15:39:53','2021-01-26 07:39:53'),(61028,23253,'action complete via WP Cron','2021-01-26 15:39:53','2021-01-26 07:39:53'),(61029,23254,'action created','2021-01-26 15:39:53','2021-01-26 07:39:53'),(61030,23254,'action started via WP Cron','2021-01-26 15:41:39','2021-01-26 07:41:39'),(61031,23254,'action complete via WP Cron','2021-01-26 15:41:39','2021-01-26 07:41:39'),(61032,23255,'action created','2021-01-26 15:41:39','2021-01-26 07:41:39'),(61033,23255,'action started via WP Cron','2021-01-26 15:42:57','2021-01-26 07:42:57'),(61034,23255,'action complete via WP Cron','2021-01-26 15:42:57','2021-01-26 07:42:57'),(61035,23256,'action created','2021-01-26 15:42:57','2021-01-26 07:42:57'),(61036,23256,'action started via WP Cron','2021-01-26 15:43:57','2021-01-26 07:43:57'),(61037,23256,'action complete via WP Cron','2021-01-26 15:43:57','2021-01-26 07:43:57'),(61038,23257,'action created','2021-01-26 15:43:58','2021-01-26 07:43:58'),(61039,23257,'action started via WP Cron','2021-01-26 15:50:33','2021-01-26 07:50:33'),(61040,23257,'action complete via WP Cron','2021-01-26 15:50:33','2021-01-26 07:50:33'),(61041,23258,'action created','2021-01-26 15:50:33','2021-01-26 07:50:33'),(61042,23258,'action started via WP Cron','2021-01-26 15:50:44','2021-01-26 07:50:44'),(61043,23258,'action complete via WP Cron','2021-01-26 15:50:44','2021-01-26 07:50:44'),(61044,23259,'action created','2021-01-26 15:50:44','2021-01-26 07:50:44'),(61045,23259,'action started via WP Cron','2021-01-26 15:52:58','2021-01-26 07:52:58'),(61046,23259,'action complete via WP Cron','2021-01-26 15:52:58','2021-01-26 07:52:58'),(61047,23260,'action created','2021-01-26 15:52:58','2021-01-26 07:52:58'),(61048,23260,'action started via WP Cron','2021-01-26 15:56:10','2021-01-26 07:56:10'),(61049,23260,'action complete via WP Cron','2021-01-26 15:56:10','2021-01-26 07:56:10'),(61050,23261,'action created','2021-01-26 15:56:10','2021-01-26 07:56:10'),(61051,23261,'action started via WP Cron','2021-01-26 15:57:06','2021-01-26 07:57:06'),(61052,23261,'action complete via WP Cron','2021-01-26 15:57:06','2021-01-26 07:57:06'),(61053,23262,'action created','2021-01-26 15:57:06','2021-01-26 07:57:06'),(61054,23262,'action started via WP Cron','2021-01-26 15:58:46','2021-01-26 07:58:46'),(61055,23262,'action complete via WP Cron','2021-01-26 15:58:46','2021-01-26 07:58:46'),(61056,23263,'action created','2021-01-26 15:58:46','2021-01-26 07:58:46'),(61057,23263,'action started via WP Cron','2021-01-26 16:00:09','2021-01-26 08:00:09'),(61058,23263,'action complete via WP Cron','2021-01-26 16:00:09','2021-01-26 08:00:09'),(61059,23264,'action created','2021-01-26 16:00:09','2021-01-26 08:00:09'),(61060,23264,'action started via WP Cron','2021-01-26 16:00:41','2021-01-26 08:00:41'),(61061,23264,'action complete via WP Cron','2021-01-26 16:00:41','2021-01-26 08:00:41'),(61062,23265,'action created','2021-01-26 16:00:41','2021-01-26 08:00:41'),(61063,23265,'action started via WP Cron','2021-01-26 16:02:39','2021-01-26 08:02:39'),(61064,23265,'action complete via WP Cron','2021-01-26 16:02:39','2021-01-26 08:02:39'),(61065,23266,'action created','2021-01-26 16:02:39','2021-01-26 08:02:39'),(61066,23266,'action started via WP Cron','2021-01-26 16:04:17','2021-01-26 08:04:17'),(61067,23266,'action complete via WP Cron','2021-01-26 16:04:17','2021-01-26 08:04:17'),(61068,23267,'action created','2021-01-26 16:04:17','2021-01-26 08:04:17'),(61069,23267,'action started via WP Cron','2021-01-26 16:05:25','2021-01-26 08:05:25'),(61070,23267,'action complete via WP Cron','2021-01-26 16:05:25','2021-01-26 08:05:25'),(61071,23268,'action created','2021-01-26 16:05:25','2021-01-26 08:05:25'),(61072,23268,'action started via WP Cron','2021-01-26 16:05:41','2021-01-26 08:05:41'),(61073,23268,'action complete via WP Cron','2021-01-26 16:05:41','2021-01-26 08:05:41'),(61074,23269,'action created','2021-01-26 16:05:41','2021-01-26 08:05:41'),(61075,23269,'action started via WP Cron','2021-01-26 16:10:10','2021-01-26 08:10:10'),(61076,23269,'action complete via WP Cron','2021-01-26 16:10:10','2021-01-26 08:10:10'),(61077,23270,'action created','2021-01-26 16:10:10','2021-01-26 08:10:10'),(61078,23270,'action started via WP Cron','2021-01-26 16:11:04','2021-01-26 08:11:04'),(61079,23270,'action complete via WP Cron','2021-01-26 16:11:04','2021-01-26 08:11:04'),(61080,23271,'action created','2021-01-26 16:11:04','2021-01-26 08:11:04'),(61081,23271,'action started via WP Cron','2021-01-26 16:12:04','2021-01-26 08:12:04'),(61082,23271,'action complete via WP Cron','2021-01-26 16:12:05','2021-01-26 08:12:05'),(61083,23272,'action created','2021-01-26 16:12:05','2021-01-26 08:12:05'),(61084,23272,'action started via WP Cron','2021-01-26 16:20:10','2021-01-26 08:20:10'),(61085,23272,'action complete via WP Cron','2021-01-26 16:20:10','2021-01-26 08:20:10'),(61086,23273,'action created','2021-01-26 16:20:10','2021-01-26 08:20:10'),(61087,23273,'action started via WP Cron','2021-01-26 16:27:36','2021-01-26 08:27:36'),(61088,23273,'action complete via WP Cron','2021-01-26 16:27:36','2021-01-26 08:27:36'),(61089,23274,'action created','2021-01-26 16:27:36','2021-01-26 08:27:36'),(61090,23274,'action started via WP Cron','2021-01-26 16:28:50','2021-01-26 08:28:50'),(61091,23274,'action complete via WP Cron','2021-01-26 16:28:50','2021-01-26 08:28:50'),(61092,23275,'action created','2021-01-26 16:28:50','2021-01-26 08:28:50'),(61093,23275,'action started via WP Cron','2021-01-26 16:31:27','2021-01-26 08:31:27'),(61094,23275,'action complete via WP Cron','2021-01-26 16:31:27','2021-01-26 08:31:27'),(61095,23276,'action created','2021-01-26 16:31:28','2021-01-26 08:31:28'),(61096,23276,'action started via WP Cron','2021-01-26 16:31:54','2021-01-26 08:31:54'),(61097,23276,'action complete via WP Cron','2021-01-26 16:31:54','2021-01-26 08:31:54'),(61098,23277,'action created','2021-01-26 16:31:54','2021-01-26 08:31:54'),(61099,23277,'action started via WP Cron','2021-01-26 16:33:14','2021-01-26 08:33:14'),(61100,23277,'action complete via WP Cron','2021-01-26 16:33:14','2021-01-26 08:33:14'),(61101,23278,'action created','2021-01-26 16:33:14','2021-01-26 08:33:14'),(61102,23278,'action started via WP Cron','2021-01-26 16:40:11','2021-01-26 08:40:11'),(61103,23278,'action complete via WP Cron','2021-01-26 16:40:12','2021-01-26 08:40:12'),(61104,23279,'action created','2021-01-26 16:40:12','2021-01-26 08:40:12'),(61105,23279,'action started via WP Cron','2021-01-26 16:41:13','2021-01-26 08:41:13'),(61106,23279,'action complete via WP Cron','2021-01-26 16:41:13','2021-01-26 08:41:13'),(61107,23280,'action created','2021-01-26 16:41:14','2021-01-26 08:41:14'),(61108,23280,'action started via WP Cron','2021-01-26 16:54:39','2021-01-26 08:54:39'),(61109,23280,'action complete via WP Cron','2021-01-26 16:54:39','2021-01-26 08:54:39'),(61110,23281,'action created','2021-01-26 16:54:39','2021-01-26 08:54:39'),(61111,23281,'action started via WP Cron','2021-01-26 16:56:55','2021-01-26 08:56:55'),(61112,23281,'action complete via WP Cron','2021-01-26 16:56:55','2021-01-26 08:56:55'),(61113,23282,'action created','2021-01-26 16:56:55','2021-01-26 08:56:55'),(61114,23282,'action started via WP Cron','2021-01-26 16:58:20','2021-01-26 08:58:20'),(61115,23282,'action complete via WP Cron','2021-01-26 16:58:20','2021-01-26 08:58:20'),(61116,23283,'action created','2021-01-26 16:58:20','2021-01-26 08:58:20'),(61117,23283,'action started via WP Cron','2021-01-26 16:59:26','2021-01-26 08:59:26'),(61118,23283,'action complete via WP Cron','2021-01-26 16:59:26','2021-01-26 08:59:26'),(61119,23284,'action created','2021-01-26 16:59:26','2021-01-26 08:59:26'),(61120,23284,'action started via WP Cron','2021-01-26 17:00:17','2021-01-26 09:00:17'),(61121,23284,'action complete via WP Cron','2021-01-26 17:00:17','2021-01-26 09:00:17'),(61122,23285,'action created','2021-01-26 17:00:17','2021-01-26 09:00:17'),(61123,23285,'action started via WP Cron','2021-01-26 17:00:50','2021-01-26 09:00:50'),(61124,23285,'action complete via WP Cron','2021-01-26 17:00:50','2021-01-26 09:00:50'),(61125,23286,'action created','2021-01-26 17:00:50','2021-01-26 09:00:50'),(61126,23286,'action started via WP Cron','2021-01-26 17:02:10','2021-01-26 09:02:10'),(61127,23286,'action complete via WP Cron','2021-01-26 17:02:10','2021-01-26 09:02:10'),(61128,23287,'action created','2021-01-26 17:02:10','2021-01-26 09:02:10'),(61129,23287,'action started via WP Cron','2021-01-26 17:03:49','2021-01-26 09:03:49'),(61130,23287,'action complete via WP Cron','2021-01-26 17:03:49','2021-01-26 09:03:49'),(61131,23288,'action created','2021-01-26 17:03:49','2021-01-26 09:03:49'),(61132,23288,'action started via WP Cron','2021-01-26 17:04:50','2021-01-26 09:04:50'),(61133,23288,'action complete via WP Cron','2021-01-26 17:04:50','2021-01-26 09:04:50'),(61134,23289,'action created','2021-01-26 17:04:50','2021-01-26 09:04:50'),(61135,23289,'action started via WP Cron','2021-01-26 17:05:53','2021-01-26 09:05:53'),(61136,23289,'action complete via WP Cron','2021-01-26 17:05:53','2021-01-26 09:05:53'),(61137,23290,'action created','2021-01-26 17:05:53','2021-01-26 09:05:53'),(61138,23290,'action started via WP Cron','2021-01-26 17:06:47','2021-01-26 09:06:47'),(61139,23290,'action complete via WP Cron','2021-01-26 17:06:47','2021-01-26 09:06:47'),(61140,23291,'action created','2021-01-26 17:06:48','2021-01-26 09:06:48'),(61141,23291,'action started via WP Cron','2021-01-26 17:07:46','2021-01-26 09:07:46'),(61142,23291,'action complete via WP Cron','2021-01-26 17:07:46','2021-01-26 09:07:46'),(61143,23292,'action created','2021-01-26 17:07:46','2021-01-26 09:07:46'),(61144,23292,'action started via WP Cron','2021-01-26 17:08:50','2021-01-26 09:08:50'),(61145,23292,'action complete via WP Cron','2021-01-26 17:08:50','2021-01-26 09:08:50'),(61146,23293,'action created','2021-01-26 17:08:50','2021-01-26 09:08:50'),(61147,23293,'action started via WP Cron','2021-01-26 17:09:42','2021-01-26 09:09:42'),(61148,23293,'action complete via WP Cron','2021-01-26 17:09:42','2021-01-26 09:09:42'),(61149,23294,'action created','2021-01-26 17:09:42','2021-01-26 09:09:42'),(61150,23294,'action started via WP Cron','2021-01-26 17:10:46','2021-01-26 09:10:46'),(61151,23294,'action complete via WP Cron','2021-01-26 17:10:46','2021-01-26 09:10:46'),(61152,23295,'action created','2021-01-26 17:10:57','2021-01-26 09:10:57'),(61153,23295,'action started via WP Cron','2021-01-26 17:12:01','2021-01-26 09:12:01'),(61154,23295,'action complete via WP Cron','2021-01-26 17:12:01','2021-01-26 09:12:01'),(61155,23296,'action created','2021-01-26 17:12:01','2021-01-26 09:12:01'),(61156,23296,'action started via WP Cron','2021-01-26 17:12:54','2021-01-26 09:12:54'),(61157,23296,'action complete via WP Cron','2021-01-26 17:12:54','2021-01-26 09:12:54'),(61158,23297,'action created','2021-01-26 17:12:54','2021-01-26 09:12:54'),(61159,23297,'action started via WP Cron','2021-01-26 17:14:06','2021-01-26 09:14:06'),(61160,23297,'action complete via WP Cron','2021-01-26 17:14:06','2021-01-26 09:14:06'),(61161,23298,'action created','2021-01-26 17:14:06','2021-01-26 09:14:06'),(61162,23298,'action started via WP Cron','2021-01-26 17:15:07','2021-01-26 09:15:07'),(61163,23298,'action complete via WP Cron','2021-01-26 17:15:07','2021-01-26 09:15:07'),(61164,23299,'action created','2021-01-26 17:15:07','2021-01-26 09:15:07'),(61165,23299,'action started via WP Cron','2021-01-26 17:18:43','2021-01-26 09:18:43'),(61166,23299,'action complete via WP Cron','2021-01-26 17:18:43','2021-01-26 09:18:43'),(61167,23300,'action created','2021-01-26 17:18:44','2021-01-26 09:18:44'),(61168,23300,'action started via WP Cron','2021-01-26 17:20:20','2021-01-26 09:20:20'),(61169,23300,'action complete via WP Cron','2021-01-26 17:20:20','2021-01-26 09:20:20'),(61170,23301,'action created','2021-01-26 17:20:20','2021-01-26 09:20:20'),(61171,23301,'action started via WP Cron','2021-01-26 17:22:35','2021-01-26 09:22:35'),(61172,23301,'action complete via WP Cron','2021-01-26 17:22:35','2021-01-26 09:22:35'),(61173,23302,'action created','2021-01-26 17:22:35','2021-01-26 09:22:35'),(61174,23302,'action started via WP Cron','2021-01-26 17:26:31','2021-01-26 09:26:31'),(61175,23302,'action complete via WP Cron','2021-01-26 17:26:31','2021-01-26 09:26:31'),(61176,23303,'action created','2021-01-26 17:26:31','2021-01-26 09:26:31'),(61177,23303,'action started via WP Cron','2021-01-26 17:26:54','2021-01-26 09:26:54'),(61178,23303,'action complete via WP Cron','2021-01-26 17:26:54','2021-01-26 09:26:54'),(61179,23304,'action created','2021-01-26 17:26:54','2021-01-26 09:26:54'),(61180,23304,'action started via WP Cron','2021-01-26 17:27:57','2021-01-26 09:27:57'),(61181,23304,'action complete via WP Cron','2021-01-26 17:27:57','2021-01-26 09:27:57'),(61182,23305,'action created','2021-01-26 17:27:57','2021-01-26 09:27:57'),(61183,23305,'action started via WP Cron','2021-01-26 17:33:31','2021-01-26 09:33:31'),(61184,23305,'action complete via WP Cron','2021-01-26 17:33:31','2021-01-26 09:33:31'),(61185,23306,'action created','2021-01-26 17:33:31','2021-01-26 09:33:31'),(61186,23306,'action started via WP Cron','2021-01-26 17:37:27','2021-01-26 09:37:27'),(61187,23306,'action complete via WP Cron','2021-01-26 17:37:27','2021-01-26 09:37:27'),(61188,23307,'action created','2021-01-26 17:37:27','2021-01-26 09:37:27'),(61189,23307,'action started via WP Cron','2021-01-26 17:39:31','2021-01-26 09:39:31'),(61190,23307,'action complete via WP Cron','2021-01-26 17:39:31','2021-01-26 09:39:31'),(61191,23308,'action created','2021-01-26 17:39:31','2021-01-26 09:39:31'),(61192,23308,'action started via WP Cron','2021-01-26 17:42:58','2021-01-26 09:42:58'),(61193,23308,'action complete via WP Cron','2021-01-26 17:42:58','2021-01-26 09:42:58'),(61194,23309,'action created','2021-01-26 17:42:58','2021-01-26 09:42:58'),(61195,23309,'action started via WP Cron','2021-01-26 17:48:35','2021-01-26 09:48:35'),(61196,23309,'action complete via WP Cron','2021-01-26 17:48:35','2021-01-26 09:48:35'),(61197,23310,'action created','2021-01-26 17:48:35','2021-01-26 09:48:35'),(61198,23310,'action started via WP Cron','2021-01-26 17:54:55','2021-01-26 09:54:55'),(61199,23310,'action complete via WP Cron','2021-01-26 17:54:55','2021-01-26 09:54:55'),(61200,23311,'action created','2021-01-26 17:54:56','2021-01-26 09:54:56'),(61201,23311,'action started via WP Cron','2021-01-26 18:02:52','2021-01-26 10:02:52'),(61202,23311,'action complete via WP Cron','2021-01-26 18:02:52','2021-01-26 10:02:52'),(61203,23312,'action created','2021-01-26 18:02:53','2021-01-26 10:02:53'),(61204,23312,'action started via WP Cron','2021-01-26 18:03:48','2021-01-26 10:03:48'),(61205,23312,'action complete via WP Cron','2021-01-26 18:03:48','2021-01-26 10:03:48'),(61206,23313,'action created','2021-01-26 18:03:48','2021-01-26 10:03:48'),(61207,23313,'action started via WP Cron','2021-01-26 18:05:41','2021-01-26 10:05:41'),(61208,23313,'action complete via WP Cron','2021-01-26 18:05:41','2021-01-26 10:05:41'),(61209,23314,'action created','2021-01-26 18:05:41','2021-01-26 10:05:41'),(61210,23314,'action started via WP Cron','2021-01-26 18:06:43','2021-01-26 10:06:43'),(61211,23314,'action complete via WP Cron','2021-01-26 18:06:43','2021-01-26 10:06:43'),(61212,23315,'action created','2021-01-26 18:06:43','2021-01-26 10:06:43'),(61213,23315,'action started via WP Cron','2021-01-26 18:08:45','2021-01-26 10:08:45'),(61214,23315,'action complete via WP Cron','2021-01-26 18:08:45','2021-01-26 10:08:45'),(61215,23316,'action created','2021-01-26 18:08:45','2021-01-26 10:08:45'),(61216,23316,'action started via WP Cron','2021-01-26 18:09:48','2021-01-26 10:09:48'),(61217,23316,'action complete via WP Cron','2021-01-26 18:09:48','2021-01-26 10:09:48'),(61218,23317,'action created','2021-01-26 18:09:48','2021-01-26 10:09:48'),(61219,23317,'action started via WP Cron','2021-01-26 18:10:53','2021-01-26 10:10:53'),(61220,23317,'action complete via WP Cron','2021-01-26 18:10:53','2021-01-26 10:10:53'),(61221,23318,'action created','2021-01-26 18:10:53','2021-01-26 10:10:53'),(61222,23318,'action started via WP Cron','2021-01-26 18:11:58','2021-01-26 10:11:58'),(61223,23318,'action complete via WP Cron','2021-01-26 18:11:58','2021-01-26 10:11:58'),(61224,23319,'action created','2021-01-26 18:11:58','2021-01-26 10:11:58'),(61225,23319,'action started via WP Cron','2021-01-26 18:12:59','2021-01-26 10:12:59'),(61226,23319,'action complete via WP Cron','2021-01-26 18:12:59','2021-01-26 10:12:59'),(61227,23320,'action created','2021-01-26 18:12:59','2021-01-26 10:12:59'),(61228,23320,'action started via WP Cron','2021-01-26 18:14:00','2021-01-26 10:14:00'),(61229,23320,'action complete via WP Cron','2021-01-26 18:14:00','2021-01-26 10:14:00'),(61230,23321,'action created','2021-01-26 18:14:51','2021-01-26 10:14:51'),(61231,23321,'action started via WP Cron','2021-01-26 18:15:51','2021-01-26 10:15:51'),(61232,23321,'action complete via WP Cron','2021-01-26 18:15:51','2021-01-26 10:15:51'),(61233,23322,'action created','2021-01-26 18:15:51','2021-01-26 10:15:51'),(61234,23322,'action started via WP Cron','2021-01-26 18:16:54','2021-01-26 10:16:54'),(61235,23322,'action complete via WP Cron','2021-01-26 18:16:54','2021-01-26 10:16:54'),(61236,23323,'action created','2021-01-26 18:17:07','2021-01-26 10:17:07'),(61237,23323,'action started via WP Cron','2021-01-26 18:18:33','2021-01-26 10:18:33'),(61238,23323,'action complete via WP Cron','2021-01-26 18:18:33','2021-01-26 10:18:33'),(61239,23324,'action created','2021-01-26 18:18:33','2021-01-26 10:18:33'),(61240,23324,'action started via WP Cron','2021-01-26 18:20:28','2021-01-26 10:20:28'),(61241,23324,'action complete via WP Cron','2021-01-26 18:20:28','2021-01-26 10:20:28'),(61242,23325,'action created','2021-01-26 18:20:28','2021-01-26 10:20:28'),(61243,23325,'action started via WP Cron','2021-01-26 18:21:05','2021-01-26 10:21:05'),(61244,23325,'action complete via WP Cron','2021-01-26 18:21:05','2021-01-26 10:21:05'),(61245,23326,'action created','2021-01-26 18:21:05','2021-01-26 10:21:05'),(61246,23326,'action started via WP Cron','2021-01-26 18:26:09','2021-01-26 10:26:09'),(61247,23326,'action complete via WP Cron','2021-01-26 18:26:09','2021-01-26 10:26:09'),(61248,23327,'action created','2021-01-26 18:26:09','2021-01-26 10:26:09'),(61249,23327,'action started via WP Cron','2021-01-26 18:35:51','2021-01-26 10:35:51'),(61250,23327,'action complete via WP Cron','2021-01-26 18:35:51','2021-01-26 10:35:51'),(61251,23328,'action created','2021-01-26 18:35:51','2021-01-26 10:35:51'),(61252,23328,'action started via WP Cron','2021-01-26 18:36:41','2021-01-26 10:36:41'),(61253,23328,'action complete via WP Cron','2021-01-26 18:36:41','2021-01-26 10:36:41'),(61254,23329,'action created','2021-01-26 18:36:41','2021-01-26 10:36:41'),(61255,23329,'action started via WP Cron','2021-01-26 18:37:43','2021-01-26 10:37:43'),(61256,23329,'action complete via WP Cron','2021-01-26 18:37:43','2021-01-26 10:37:43'),(61257,23330,'action created','2021-01-26 18:37:43','2021-01-26 10:37:43'),(61258,23330,'action started via WP Cron','2021-01-26 18:41:32','2021-01-26 10:41:32'),(61259,23330,'action complete via WP Cron','2021-01-26 18:41:32','2021-01-26 10:41:32'),(61260,23331,'action created','2021-01-26 18:41:32','2021-01-26 10:41:32'),(61261,23331,'action started via WP Cron','2021-01-26 18:42:55','2021-01-26 10:42:55'),(61262,23331,'action complete via WP Cron','2021-01-26 18:42:55','2021-01-26 10:42:55'),(61263,23332,'action created','2021-01-26 18:42:55','2021-01-26 10:42:55'),(61264,23332,'action started via WP Cron','2021-01-26 18:43:46','2021-01-26 10:43:46'),(61265,23332,'action complete via WP Cron','2021-01-26 18:43:46','2021-01-26 10:43:46'),(61266,23333,'action created','2021-01-26 18:43:46','2021-01-26 10:43:46'),(61267,23333,'action started via WP Cron','2021-01-26 18:45:38','2021-01-26 10:45:38'),(61268,23333,'action complete via WP Cron','2021-01-26 18:45:38','2021-01-26 10:45:38'),(61269,23334,'action created','2021-01-26 18:45:38','2021-01-26 10:45:38'),(61270,23334,'action started via WP Cron','2021-01-26 18:50:09','2021-01-26 10:50:09'),(61271,23334,'action complete via WP Cron','2021-01-26 18:50:09','2021-01-26 10:50:09'),(61272,23335,'action created','2021-01-26 18:50:10','2021-01-26 10:50:10'),(61273,23335,'action started via WP Cron','2021-01-26 18:51:08','2021-01-26 10:51:08'),(61274,23335,'action complete via WP Cron','2021-01-26 18:51:08','2021-01-26 10:51:08'),(61275,23336,'action created','2021-01-26 18:51:08','2021-01-26 10:51:08'),(61276,23336,'action started via WP Cron','2021-01-26 18:52:58','2021-01-26 10:52:58'),(61277,23336,'action complete via WP Cron','2021-01-26 18:52:58','2021-01-26 10:52:58'),(61278,23337,'action created','2021-01-26 18:52:58','2021-01-26 10:52:58'),(61279,23337,'action started via WP Cron','2021-01-26 18:53:41','2021-01-26 10:53:41'),(61280,23337,'action complete via WP Cron','2021-01-26 18:53:41','2021-01-26 10:53:41'),(61281,23338,'action created','2021-01-26 18:53:41','2021-01-26 10:53:41'),(61282,23338,'action started via WP Cron','2021-01-26 18:57:59','2021-01-26 10:57:59'),(61283,23338,'action complete via WP Cron','2021-01-26 18:57:59','2021-01-26 10:57:59'),(61284,23339,'action created','2021-01-26 18:57:59','2021-01-26 10:57:59'),(61285,23339,'action started via WP Cron','2021-01-26 19:14:05','2021-01-26 11:14:05'),(61286,23339,'action complete via WP Cron','2021-01-26 19:14:05','2021-01-26 11:14:05'),(61287,23340,'action created','2021-01-26 19:14:05','2021-01-26 11:14:05'),(61288,23340,'action started via WP Cron','2021-01-26 19:15:04','2021-01-26 11:15:04'),(61289,23340,'action complete via WP Cron','2021-01-26 19:15:04','2021-01-26 11:15:04'),(61290,23341,'action created','2021-01-26 19:15:04','2021-01-26 11:15:04'),(61291,23341,'action started via WP Cron','2021-01-26 19:16:05','2021-01-26 11:16:05'),(61292,23341,'action complete via WP Cron','2021-01-26 19:16:05','2021-01-26 11:16:05'),(61293,23342,'action created','2021-01-26 19:16:05','2021-01-26 11:16:05'),(61294,23342,'action started via WP Cron','2021-01-26 19:18:07','2021-01-26 11:18:07'),(61295,23342,'action complete via WP Cron','2021-01-26 19:18:07','2021-01-26 11:18:07'),(61296,23343,'action created','2021-01-26 19:18:07','2021-01-26 11:18:07'),(61297,23343,'action started via WP Cron','2021-01-26 19:19:07','2021-01-26 11:19:07'),(61298,23343,'action complete via WP Cron','2021-01-26 19:19:07','2021-01-26 11:19:07'),(61299,23344,'action created','2021-01-26 19:19:07','2021-01-26 11:19:07'),(61300,23344,'action started via WP Cron','2021-01-26 19:20:09','2021-01-26 11:20:09'),(61301,23344,'action complete via WP Cron','2021-01-26 19:20:09','2021-01-26 11:20:09'),(61302,23345,'action created','2021-01-26 19:20:09','2021-01-26 11:20:09'),(61303,23345,'action started via WP Cron','2021-01-26 19:33:11','2021-01-26 11:33:11'),(61304,23345,'action complete via WP Cron','2021-01-26 19:33:11','2021-01-26 11:33:11'),(61305,23346,'action created','2021-01-26 19:33:11','2021-01-26 11:33:11'),(61306,23346,'action started via WP Cron','2021-01-26 19:35:31','2021-01-26 11:35:31'),(61307,23346,'action complete via WP Cron','2021-01-26 19:35:31','2021-01-26 11:35:31'),(61308,23347,'action created','2021-01-26 19:35:31','2021-01-26 11:35:31'),(61309,23347,'action started via WP Cron','2021-01-26 19:40:04','2021-01-26 11:40:04'),(61310,23347,'action complete via WP Cron','2021-01-26 19:40:04','2021-01-26 11:40:04'),(61311,23348,'action created','2021-01-26 19:40:04','2021-01-26 11:40:04'),(61312,23348,'action started via WP Cron','2021-01-26 19:41:05','2021-01-26 11:41:05'),(61313,23348,'action complete via WP Cron','2021-01-26 19:41:05','2021-01-26 11:41:05'),(61314,23349,'action created','2021-01-26 19:41:05','2021-01-26 11:41:05'),(61315,23349,'action started via WP Cron','2021-01-26 19:54:31','2021-01-26 11:54:31'),(61316,23349,'action complete via WP Cron','2021-01-26 19:54:31','2021-01-26 11:54:31'),(61317,23350,'action created','2021-01-26 19:54:32','2021-01-26 11:54:32'),(61318,23350,'action started via WP Cron','2021-01-26 19:55:13','2021-01-26 11:55:13'),(61319,23350,'action complete via WP Cron','2021-01-26 19:55:13','2021-01-26 11:55:13'),(61320,23351,'action created','2021-01-26 19:55:13','2021-01-26 11:55:13'),(61321,23351,'action started via WP Cron','2021-01-26 19:56:16','2021-01-26 11:56:16'),(61322,23351,'action complete via WP Cron','2021-01-26 19:56:16','2021-01-26 11:56:16'),(61323,23352,'action created','2021-01-26 19:56:16','2021-01-26 11:56:16'),(61324,23352,'action started via WP Cron','2021-01-26 20:00:27','2021-01-26 12:00:27'),(61325,23352,'action complete via WP Cron','2021-01-26 20:00:27','2021-01-26 12:00:27'),(61326,23353,'action created','2021-01-26 20:00:27','2021-01-26 12:00:27'),(61327,23353,'action started via WP Cron','2021-01-26 20:00:42','2021-01-26 12:00:42'),(61328,23353,'action complete via WP Cron','2021-01-26 20:00:42','2021-01-26 12:00:42'),(61329,23354,'action created','2021-01-26 20:00:42','2021-01-26 12:00:42'),(61330,23354,'action started via WP Cron','2021-01-26 20:01:41','2021-01-26 12:01:41'),(61331,23354,'action complete via WP Cron','2021-01-26 20:01:41','2021-01-26 12:01:41'),(61332,23355,'action created','2021-01-26 20:01:41','2021-01-26 12:01:41'),(61333,23355,'action started via WP Cron','2021-01-26 20:04:57','2021-01-26 12:04:57'),(61334,23355,'action complete via WP Cron','2021-01-26 20:04:57','2021-01-26 12:04:57'),(61335,23356,'action created','2021-01-26 20:04:57','2021-01-26 12:04:57'),(61336,23356,'action started via WP Cron','2021-01-26 20:06:11','2021-01-26 12:06:11'),(61337,23356,'action complete via WP Cron','2021-01-26 20:06:11','2021-01-26 12:06:11'),(61338,23357,'action created','2021-01-26 20:06:11','2021-01-26 12:06:11'),(61339,23357,'action started via WP Cron','2021-01-26 20:07:49','2021-01-26 12:07:49'),(61340,23357,'action complete via WP Cron','2021-01-26 20:07:49','2021-01-26 12:07:49'),(61341,23358,'action created','2021-01-26 20:07:49','2021-01-26 12:07:49'),(61342,23358,'action started via WP Cron','2021-01-26 20:20:21','2021-01-26 12:20:21'),(61343,23358,'action complete via WP Cron','2021-01-26 20:20:21','2021-01-26 12:20:21'),(61344,23359,'action created','2021-01-26 20:20:21','2021-01-26 12:20:21'),(61345,23359,'action started via WP Cron','2021-01-26 20:28:31','2021-01-26 12:28:31'),(61346,23359,'action complete via WP Cron','2021-01-26 20:28:31','2021-01-26 12:28:31'),(61347,23360,'action created','2021-01-26 20:28:31','2021-01-26 12:28:31'),(61348,23360,'action started via WP Cron','2021-01-26 20:29:51','2021-01-26 12:29:51'),(61349,23360,'action complete via WP Cron','2021-01-26 20:29:51','2021-01-26 12:29:51'),(61350,23361,'action created','2021-01-26 20:29:52','2021-01-26 12:29:52'),(61351,23361,'action started via WP Cron','2021-01-26 20:32:23','2021-01-26 12:32:23'),(61352,23361,'action complete via WP Cron','2021-01-26 20:32:23','2021-01-26 12:32:23'),(61353,23362,'action created','2021-01-26 20:32:23','2021-01-26 12:32:23'),(61354,23362,'action started via WP Cron','2021-01-26 20:34:26','2021-01-26 12:34:26'),(61355,23362,'action complete via WP Cron','2021-01-26 20:34:26','2021-01-26 12:34:26'),(61356,23363,'action created','2021-01-26 20:34:26','2021-01-26 12:34:26'),(61357,23363,'action started via WP Cron','2021-01-26 20:40:11','2021-01-26 12:40:11'),(61358,23363,'action complete via WP Cron','2021-01-26 20:40:11','2021-01-26 12:40:11'),(61359,23364,'action created','2021-01-26 20:40:11','2021-01-26 12:40:11'),(61360,23364,'action started via WP Cron','2021-01-26 20:42:00','2021-01-26 12:42:00'),(61361,23364,'action complete via WP Cron','2021-01-26 20:42:00','2021-01-26 12:42:00'),(61362,23365,'action created','2021-01-26 20:42:00','2021-01-26 12:42:00'),(61363,23365,'action started via WP Cron','2021-01-26 20:43:07','2021-01-26 12:43:07'),(61364,23365,'action complete via WP Cron','2021-01-26 20:43:07','2021-01-26 12:43:07'),(61365,23366,'action created','2021-01-26 20:43:07','2021-01-26 12:43:07'),(61366,23366,'action started via WP Cron','2021-01-26 20:44:08','2021-01-26 12:44:08'),(61367,23366,'action complete via WP Cron','2021-01-26 20:44:08','2021-01-26 12:44:08'),(61368,23367,'action created','2021-01-26 20:44:20','2021-01-26 12:44:20'),(61369,23367,'action started via WP Cron','2021-01-26 20:46:03','2021-01-26 12:46:03'),(61370,23367,'action complete via WP Cron','2021-01-26 20:46:03','2021-01-26 12:46:03'),(61371,23368,'action created','2021-01-26 20:46:03','2021-01-26 12:46:03'),(61372,23368,'action started via WP Cron','2021-01-26 20:47:11','2021-01-26 12:47:11'),(61373,23368,'action complete via WP Cron','2021-01-26 20:47:11','2021-01-26 12:47:11'),(61374,23369,'action created','2021-01-26 20:47:11','2021-01-26 12:47:11'),(61375,23369,'action started via WP Cron','2021-01-26 20:47:51','2021-01-26 12:47:51'),(61376,23369,'action complete via WP Cron','2021-01-26 20:47:51','2021-01-26 12:47:51'),(61377,23370,'action created','2021-01-26 20:47:51','2021-01-26 12:47:51'),(61378,23370,'action started via WP Cron','2021-01-26 20:50:00','2021-01-26 12:50:00'),(61379,23370,'action complete via WP Cron','2021-01-26 20:50:00','2021-01-26 12:50:00'),(61380,23371,'action created','2021-01-26 20:50:00','2021-01-26 12:50:00'),(61381,23371,'action started via WP Cron','2021-01-26 21:00:04','2021-01-26 13:00:04'),(61382,23371,'action complete via WP Cron','2021-01-26 21:00:04','2021-01-26 13:00:04'),(61383,23372,'action created','2021-01-26 21:00:05','2021-01-26 13:00:05'),(61384,23372,'action started via WP Cron','2021-01-26 21:13:38','2021-01-26 13:13:38'),(61385,23372,'action complete via WP Cron','2021-01-26 21:13:38','2021-01-26 13:13:38'),(61386,23373,'action created','2021-01-26 21:13:38','2021-01-26 13:13:38'),(61387,23373,'action started via WP Cron','2021-01-26 21:16:19','2021-01-26 13:16:19'),(61388,23373,'action complete via WP Cron','2021-01-26 21:16:19','2021-01-26 13:16:19'),(61389,23374,'action created','2021-01-26 21:16:19','2021-01-26 13:16:19'),(61390,23374,'action started via WP Cron','2021-01-26 21:17:00','2021-01-26 13:17:00'),(61391,23374,'action complete via WP Cron','2021-01-26 21:17:00','2021-01-26 13:17:00'),(61392,23375,'action created','2021-01-26 21:17:00','2021-01-26 13:17:00'),(61393,23375,'action started via WP Cron','2021-01-26 21:24:03','2021-01-26 13:24:03'),(61394,23375,'action complete via WP Cron','2021-01-26 21:24:03','2021-01-26 13:24:03'),(61395,23376,'action created','2021-01-26 21:24:03','2021-01-26 13:24:03'),(61396,23376,'action started via WP Cron','2021-01-26 21:32:47','2021-01-26 13:32:47'),(61397,23376,'action complete via WP Cron','2021-01-26 21:32:47','2021-01-26 13:32:47'),(61398,23377,'action created','2021-01-26 21:32:48','2021-01-26 13:32:48'),(61399,23377,'action started via WP Cron','2021-01-26 21:35:58','2021-01-26 13:35:58'),(61400,23377,'action complete via WP Cron','2021-01-26 21:35:58','2021-01-26 13:35:58'),(61401,23378,'action created','2021-01-26 21:35:59','2021-01-26 13:35:59'),(61402,23378,'action started via WP Cron','2021-01-26 21:38:20','2021-01-26 13:38:20'),(61403,23378,'action complete via WP Cron','2021-01-26 21:38:20','2021-01-26 13:38:20'),(61404,23379,'action created','2021-01-26 21:38:21','2021-01-26 13:38:21'),(61405,23379,'action started via WP Cron','2021-01-26 21:39:27','2021-01-26 13:39:27'),(61406,23379,'action complete via WP Cron','2021-01-26 21:39:27','2021-01-26 13:39:27'),(61407,23380,'action created','2021-01-26 21:39:27','2021-01-26 13:39:27'),(61408,23380,'action started via WP Cron','2021-01-26 21:40:28','2021-01-26 13:40:28'),(61409,23380,'action complete via WP Cron','2021-01-26 21:40:28','2021-01-26 13:40:28'),(61410,23381,'action created','2021-01-26 21:40:28','2021-01-26 13:40:28'),(61411,23381,'action started via WP Cron','2021-01-26 21:42:30','2021-01-26 13:42:30'),(61412,23381,'action complete via WP Cron','2021-01-26 21:42:30','2021-01-26 13:42:30'),(61413,23382,'action created','2021-01-26 21:42:30','2021-01-26 13:42:30'),(61414,23382,'action started via WP Cron','2021-01-26 21:43:31','2021-01-26 13:43:31'),(61415,23382,'action complete via WP Cron','2021-01-26 21:43:31','2021-01-26 13:43:31'),(61416,23383,'action created','2021-01-26 21:43:31','2021-01-26 13:43:31'),(61417,23383,'action started via WP Cron','2021-01-26 21:44:32','2021-01-26 13:44:32'),(61418,23383,'action complete via WP Cron','2021-01-26 21:44:32','2021-01-26 13:44:32'),(61419,23384,'action created','2021-01-26 21:44:32','2021-01-26 13:44:32'),(61420,23384,'action started via WP Cron','2021-01-26 22:03:19','2021-01-26 14:03:19'),(61421,23384,'action complete via WP Cron','2021-01-26 22:03:19','2021-01-26 14:03:19'),(61422,23385,'action created','2021-01-26 22:03:19','2021-01-26 14:03:19'),(61423,23385,'action started via WP Cron','2021-01-26 22:06:34','2021-01-26 14:06:34'),(61424,23385,'action complete via WP Cron','2021-01-26 22:06:34','2021-01-26 14:06:34'),(61425,23386,'action created','2021-01-26 22:06:34','2021-01-26 14:06:34'),(61426,23386,'action started via WP Cron','2021-01-26 22:11:51','2021-01-26 14:11:51'),(61427,23386,'action complete via WP Cron','2021-01-26 22:11:51','2021-01-26 14:11:51'),(61428,23387,'action created','2021-01-26 22:11:51','2021-01-26 14:11:51'),(61429,23387,'action started via WP Cron','2021-01-26 22:13:17','2021-01-26 14:13:17'),(61430,23387,'action complete via WP Cron','2021-01-26 22:13:17','2021-01-26 14:13:17'),(61431,23388,'action created','2021-01-26 22:13:17','2021-01-26 14:13:17'),(61432,23388,'action started via WP Cron','2021-01-26 22:18:07','2021-01-26 14:18:07'),(61433,23388,'action complete via WP Cron','2021-01-26 22:18:07','2021-01-26 14:18:07'),(61434,23389,'action created','2021-01-26 22:18:07','2021-01-26 14:18:07'),(61435,23389,'action started via WP Cron','2021-01-26 22:23:42','2021-01-26 14:23:42'),(61436,23389,'action complete via WP Cron','2021-01-26 22:23:42','2021-01-26 14:23:42'),(61437,23390,'action created','2021-01-26 22:23:42','2021-01-26 14:23:42'),(61438,23390,'action started via WP Cron','2021-01-26 22:29:22','2021-01-26 14:29:22'),(61439,23390,'action complete via WP Cron','2021-01-26 22:29:22','2021-01-26 14:29:22'),(61440,23391,'action created','2021-01-26 22:29:23','2021-01-26 14:29:23'),(61441,23391,'action started via WP Cron','2021-01-26 22:34:49','2021-01-26 14:34:49'),(61442,23391,'action complete via WP Cron','2021-01-26 22:34:49','2021-01-26 14:34:49'),(61443,23392,'action created','2021-01-26 22:34:49','2021-01-26 14:34:49'),(61444,23392,'action started via WP Cron','2021-01-26 22:37:49','2021-01-26 14:37:49'),(61445,23392,'action complete via WP Cron','2021-01-26 22:37:49','2021-01-26 14:37:49'),(61446,23393,'action created','2021-01-26 22:37:49','2021-01-26 14:37:49'),(61447,23393,'action started via WP Cron','2021-01-26 22:41:38','2021-01-26 14:41:38'),(61448,23393,'action complete via WP Cron','2021-01-26 22:41:38','2021-01-26 14:41:38'),(61449,23394,'action created','2021-01-26 22:41:38','2021-01-26 14:41:38'),(61450,23394,'action started via WP Cron','2021-01-26 22:45:32','2021-01-26 14:45:32'),(61451,23394,'action complete via WP Cron','2021-01-26 22:45:32','2021-01-26 14:45:32'),(61452,23395,'action created','2021-01-26 22:45:32','2021-01-26 14:45:32'),(61453,23395,'action started via WP Cron','2021-01-26 22:46:33','2021-01-26 14:46:33'),(61454,23395,'action complete via WP Cron','2021-01-26 22:46:33','2021-01-26 14:46:33'),(61455,23396,'action created','2021-01-26 22:46:33','2021-01-26 14:46:33'),(61456,23396,'action started via WP Cron','2021-01-26 22:48:35','2021-01-26 14:48:35'),(61457,23396,'action complete via WP Cron','2021-01-26 22:48:35','2021-01-26 14:48:35'),(61458,23397,'action created','2021-01-26 22:48:35','2021-01-26 14:48:35'),(61459,23397,'action started via WP Cron','2021-01-26 22:49:36','2021-01-26 14:49:36'),(61460,23397,'action complete via WP Cron','2021-01-26 22:49:36','2021-01-26 14:49:36'),(61461,23398,'action created','2021-01-26 22:49:36','2021-01-26 14:49:36'),(61462,23398,'action started via WP Cron','2021-01-26 22:50:29','2021-01-26 14:50:29'),(61463,23398,'action complete via WP Cron','2021-01-26 22:50:29','2021-01-26 14:50:29'),(61464,23399,'action created','2021-01-26 22:51:23','2021-01-26 14:51:23'),(61465,23399,'action started via WP Cron','2021-01-26 22:56:19','2021-01-26 14:56:19'),(61466,23399,'action complete via WP Cron','2021-01-26 22:56:19','2021-01-26 14:56:19'),(61467,23400,'action created','2021-01-26 22:56:19','2021-01-26 14:56:19'),(61468,23400,'action started via WP Cron','2021-01-26 22:56:51','2021-01-26 14:56:51'),(61469,23400,'action complete via WP Cron','2021-01-26 22:56:51','2021-01-26 14:56:51'),(61470,23401,'action created','2021-01-26 22:56:51','2021-01-26 14:56:51'),(61471,23401,'action started via WP Cron','2021-01-26 22:58:35','2021-01-26 14:58:35'),(61472,23401,'action complete via WP Cron','2021-01-26 22:58:35','2021-01-26 14:58:35'),(61473,23402,'action created','2021-01-26 22:58:35','2021-01-26 14:58:35'),(61474,23402,'action started via WP Cron','2021-01-26 23:00:21','2021-01-26 15:00:21'),(61475,23402,'action complete via WP Cron','2021-01-26 23:00:21','2021-01-26 15:00:21'),(61476,23403,'action created','2021-01-26 23:00:21','2021-01-26 15:00:21'),(61477,23403,'action started via WP Cron','2021-01-26 23:00:52','2021-01-26 15:00:52'),(61478,23403,'action complete via WP Cron','2021-01-26 23:00:52','2021-01-26 15:00:52'),(61479,23404,'action created','2021-01-26 23:00:52','2021-01-26 15:00:52'),(61480,23404,'action started via WP Cron','2021-01-26 23:02:53','2021-01-26 15:02:53'),(61481,23404,'action complete via WP Cron','2021-01-26 23:02:53','2021-01-26 15:02:53'),(61482,23405,'action created','2021-01-26 23:02:53','2021-01-26 15:02:53'),(61483,23405,'action started via WP Cron','2021-01-26 23:08:58','2021-01-26 15:08:58'),(61484,23405,'action complete via WP Cron','2021-01-26 23:08:58','2021-01-26 15:08:58'),(61485,23406,'action created','2021-01-26 23:09:14','2021-01-26 15:09:14'),(61486,23406,'action started via WP Cron','2021-01-26 23:09:58','2021-01-26 15:09:58'),(61487,23406,'action complete via WP Cron','2021-01-26 23:09:58','2021-01-26 15:09:58'),(61488,23407,'action created','2021-01-26 23:09:58','2021-01-26 15:09:58'),(61489,23407,'action started via WP Cron','2021-01-26 23:14:22','2021-01-26 15:14:22'),(61490,23407,'action complete via WP Cron','2021-01-26 23:14:22','2021-01-26 15:14:22'),(61491,23408,'action created','2021-01-26 23:14:22','2021-01-26 15:14:22'),(61492,23408,'action started via WP Cron','2021-01-26 23:24:45','2021-01-26 15:24:45'),(61493,23408,'action complete via WP Cron','2021-01-26 23:24:45','2021-01-26 15:24:45'),(61494,23409,'action created','2021-01-26 23:24:45','2021-01-26 15:24:45'),(61495,23409,'action started via WP Cron','2021-01-26 23:25:49','2021-01-26 15:25:49'),(61496,23409,'action complete via WP Cron','2021-01-26 23:25:49','2021-01-26 15:25:49'),(61497,23410,'action created','2021-01-26 23:25:50','2021-01-26 15:25:50'),(61498,23410,'action started via WP Cron','2021-01-26 23:26:44','2021-01-26 15:26:44'),(61499,23410,'action complete via WP Cron','2021-01-26 23:26:44','2021-01-26 15:26:44'),(61500,23411,'action created','2021-01-26 23:26:44','2021-01-26 15:26:44'),(61501,23411,'action started via WP Cron','2021-01-26 23:30:42','2021-01-26 15:30:42'),(61502,23411,'action complete via WP Cron','2021-01-26 23:30:42','2021-01-26 15:30:42'),(61503,23412,'action created','2021-01-26 23:30:42','2021-01-26 15:30:42'),(61504,23412,'action started via WP Cron','2021-01-26 23:32:47','2021-01-26 15:32:47'),(61505,23412,'action complete via WP Cron','2021-01-26 23:32:47','2021-01-26 15:32:47'),(61506,23413,'action created','2021-01-26 23:32:47','2021-01-26 15:32:47'),(61507,23413,'action started via WP Cron','2021-01-26 23:33:58','2021-01-26 15:33:58'),(61508,23413,'action complete via WP Cron','2021-01-26 23:33:58','2021-01-26 15:33:58'),(61509,23414,'action created','2021-01-26 23:33:58','2021-01-26 15:33:58'),(61510,23414,'action started via WP Cron','2021-01-26 23:36:30','2021-01-26 15:36:30'),(61511,23414,'action complete via WP Cron','2021-01-26 23:36:30','2021-01-26 15:36:30'),(61512,23415,'action created','2021-01-26 23:36:31','2021-01-26 15:36:31'),(61513,23415,'action started via WP Cron','2021-01-26 23:36:46','2021-01-26 15:36:46'),(61514,23415,'action complete via WP Cron','2021-01-26 23:36:46','2021-01-26 15:36:46'),(61515,23416,'action created','2021-01-26 23:36:46','2021-01-26 15:36:46'),(61516,23416,'action started via WP Cron','2021-01-26 23:50:35','2021-01-26 15:50:35'),(61517,23416,'action complete via WP Cron','2021-01-26 23:50:35','2021-01-26 15:50:35'),(61518,23417,'action created','2021-01-26 23:50:36','2021-01-26 15:50:36'),(61519,23417,'action started via WP Cron','2021-01-26 23:51:37','2021-01-26 15:51:37'),(61520,23417,'action complete via WP Cron','2021-01-26 23:51:37','2021-01-26 15:51:37'),(61521,23418,'action created','2021-01-26 23:51:37','2021-01-26 15:51:37'),(61522,23418,'action started via WP Cron','2021-01-26 23:52:37','2021-01-26 15:52:37'),(61523,23418,'action complete via WP Cron','2021-01-26 23:52:38','2021-01-26 15:52:38'),(61524,23419,'action created','2021-01-26 23:52:38','2021-01-26 15:52:38'),(61525,23419,'action started via WP Cron','2021-01-26 23:53:17','2021-01-26 15:53:17'),(61526,23419,'action complete via WP Cron','2021-01-26 23:53:17','2021-01-26 15:53:17'),(61527,23420,'action created','2021-01-26 23:53:17','2021-01-26 15:53:17'),(61528,23420,'action started via WP Cron','2021-01-26 23:54:33','2021-01-26 15:54:33'),(61529,23420,'action complete via WP Cron','2021-01-26 23:54:33','2021-01-26 15:54:33'),(61530,23421,'action created','2021-01-26 23:54:33','2021-01-26 15:54:33'),(61531,23421,'action started via WP Cron','2021-01-26 23:55:22','2021-01-26 15:55:22'),(61532,23421,'action complete via WP Cron','2021-01-26 23:55:22','2021-01-26 15:55:22'),(61533,23422,'action created','2021-01-26 23:55:22','2021-01-26 15:55:22'),(61534,23422,'action started via WP Cron','2021-01-26 23:55:40','2021-01-26 15:55:40'),(61535,23422,'action complete via WP Cron','2021-01-26 23:55:40','2021-01-26 15:55:40'),(61536,23423,'action created','2021-01-26 23:55:41','2021-01-26 15:55:41'),(61537,23423,'action started via WP Cron','2021-01-26 23:57:35','2021-01-26 15:57:35'),(61538,23423,'action complete via WP Cron','2021-01-26 23:57:35','2021-01-26 15:57:35'),(61539,23424,'action created','2021-01-26 23:57:35','2021-01-26 15:57:35'),(61540,23424,'action started via WP Cron','2021-01-26 23:58:36','2021-01-26 15:58:36'),(61541,23424,'action complete via WP Cron','2021-01-26 23:58:36','2021-01-26 15:58:36'),(61542,23425,'action created','2021-01-26 23:58:36','2021-01-26 15:58:36'),(61543,23425,'action started via WP Cron','2021-01-27 00:03:48','2021-01-26 16:03:48'),(61544,23425,'action complete via WP Cron','2021-01-27 00:03:48','2021-01-26 16:03:48'),(61545,23426,'action created','2021-01-27 00:03:48','2021-01-26 16:03:48'),(61546,23426,'action started via WP Cron','2021-01-27 00:04:49','2021-01-26 16:04:49'),(61547,23426,'action complete via WP Cron','2021-01-27 00:04:49','2021-01-26 16:04:49'),(61548,23427,'action created','2021-01-27 00:04:49','2021-01-26 16:04:49'),(61549,23427,'action started via WP Cron','2021-01-27 00:06:01','2021-01-26 16:06:01'),(61550,23427,'action complete via WP Cron','2021-01-27 00:06:01','2021-01-26 16:06:01'),(61551,23428,'action created','2021-01-27 00:06:01','2021-01-26 16:06:01'),(61552,23428,'action started via WP Cron','2021-01-27 00:07:01','2021-01-26 16:07:01'),(61553,23428,'action complete via WP Cron','2021-01-27 00:07:01','2021-01-26 16:07:01'),(61554,23429,'action created','2021-01-27 00:07:01','2021-01-26 16:07:01'),(61555,23429,'action started via WP Cron','2021-01-27 00:08:05','2021-01-26 16:08:05'),(61556,23429,'action complete via WP Cron','2021-01-27 00:08:05','2021-01-26 16:08:05'),(61557,23430,'action created','2021-01-27 00:08:05','2021-01-26 16:08:05'),(61558,23430,'action started via WP Cron','2021-01-27 00:10:06','2021-01-26 16:10:06'),(61559,23430,'action complete via WP Cron','2021-01-27 00:10:06','2021-01-26 16:10:06'),(61560,23431,'action created','2021-01-27 00:10:06','2021-01-26 16:10:06'),(61561,23431,'action started via WP Cron','2021-01-27 00:18:05','2021-01-26 16:18:05'),(61562,23431,'action complete via WP Cron','2021-01-27 00:18:05','2021-01-26 16:18:05'),(61563,23432,'action created','2021-01-27 00:18:05','2021-01-26 16:18:05'),(61564,23432,'action started via WP Cron','2021-01-27 00:19:23','2021-01-26 16:19:23'),(61565,23432,'action complete via WP Cron','2021-01-27 00:19:23','2021-01-26 16:19:23'),(61566,23433,'action created','2021-01-27 00:19:23','2021-01-26 16:19:23'),(61567,23433,'action started via WP Cron','2021-01-27 00:20:50','2021-01-26 16:20:50'),(61568,23433,'action complete via WP Cron','2021-01-27 00:20:50','2021-01-26 16:20:50'),(61569,23434,'action created','2021-01-27 00:20:50','2021-01-26 16:20:50'),(61570,23434,'action started via WP Cron','2021-01-27 00:23:22','2021-01-26 16:23:22'),(61571,23434,'action complete via WP Cron','2021-01-27 00:23:22','2021-01-26 16:23:22'),(61572,23435,'action created','2021-01-27 00:23:22','2021-01-26 16:23:22'),(61573,23435,'action started via WP Cron','2021-01-27 00:27:08','2021-01-26 16:27:08'),(61574,23435,'action complete via WP Cron','2021-01-27 00:27:08','2021-01-26 16:27:08'),(61575,23436,'action created','2021-01-27 00:27:08','2021-01-26 16:27:08'),(61576,23436,'action started via WP Cron','2021-01-27 00:28:14','2021-01-26 16:28:14'),(61577,23436,'action complete via WP Cron','2021-01-27 00:28:14','2021-01-26 16:28:14'),(61578,23437,'action created','2021-01-27 00:28:14','2021-01-26 16:28:14'),(61579,23437,'action started via WP Cron','2021-01-27 00:28:56','2021-01-26 16:28:56'),(61580,23437,'action complete via WP Cron','2021-01-27 00:28:56','2021-01-26 16:28:56'),(61581,23438,'action created','2021-01-27 00:28:56','2021-01-26 16:28:56'),(61582,23438,'action started via WP Cron','2021-01-27 00:29:50','2021-01-26 16:29:50'),(61583,23438,'action complete via WP Cron','2021-01-27 00:29:50','2021-01-26 16:29:50'),(61584,23439,'action created','2021-01-27 00:29:50','2021-01-26 16:29:50'),(61585,23439,'action started via WP Cron','2021-01-27 00:30:59','2021-01-26 16:30:59'),(61586,23439,'action complete via WP Cron','2021-01-27 00:30:59','2021-01-26 16:30:59'),(61587,23440,'action created','2021-01-27 00:30:59','2021-01-26 16:30:59'),(61588,23440,'action started via WP Cron','2021-01-27 00:52:06','2021-01-26 16:52:06'),(61589,23440,'action complete via WP Cron','2021-01-27 00:52:06','2021-01-26 16:52:06'),(61590,23441,'action created','2021-01-27 00:52:06','2021-01-26 16:52:06'),(61591,23441,'action started via WP Cron','2021-01-27 00:54:18','2021-01-26 16:54:18'),(61592,23441,'action complete via WP Cron','2021-01-27 00:54:18','2021-01-26 16:54:18'),(61593,23442,'action created','2021-01-27 00:54:18','2021-01-26 16:54:18'),(61594,23442,'action started via WP Cron','2021-01-27 00:55:09','2021-01-26 16:55:09'),(61595,23442,'action complete via WP Cron','2021-01-27 00:55:09','2021-01-26 16:55:09'),(61596,23443,'action created','2021-01-27 00:55:09','2021-01-26 16:55:09'),(61597,23443,'action started via WP Cron','2021-01-27 00:56:40','2021-01-26 16:56:40'),(61598,23443,'action complete via WP Cron','2021-01-27 00:56:40','2021-01-26 16:56:40'),(61599,23444,'action created','2021-01-27 00:56:40','2021-01-26 16:56:40'),(61600,23444,'action started via WP Cron','2021-01-27 00:57:41','2021-01-26 16:57:41'),(61601,23444,'action complete via WP Cron','2021-01-27 00:57:41','2021-01-26 16:57:41'),(61602,23445,'action created','2021-01-27 00:57:42','2021-01-26 16:57:42'),(61603,23445,'action started via WP Cron','2021-01-27 00:58:42','2021-01-26 16:58:42'),(61604,23445,'action complete via WP Cron','2021-01-27 00:58:42','2021-01-26 16:58:42'),(61605,23446,'action created','2021-01-27 00:58:42','2021-01-26 16:58:42'),(61606,23446,'action started via WP Cron','2021-01-27 01:00:38','2021-01-26 17:00:38'),(61607,23446,'action complete via WP Cron','2021-01-27 01:00:38','2021-01-26 17:00:38'),(61608,23447,'action created','2021-01-27 01:00:38','2021-01-26 17:00:38'),(61609,23447,'action started via WP Cron','2021-01-27 01:01:45','2021-01-26 17:01:45'),(61610,23447,'action complete via WP Cron','2021-01-27 01:01:45','2021-01-26 17:01:45'),(61611,23448,'action created','2021-01-27 01:01:45','2021-01-26 17:01:45'),(61612,23448,'action started via WP Cron','2021-01-27 01:02:41','2021-01-26 17:02:41'),(61613,23448,'action complete via WP Cron','2021-01-27 01:02:41','2021-01-26 17:02:41'),(61614,23449,'action created','2021-01-27 01:02:41','2021-01-26 17:02:41'),(61615,23449,'action started via WP Cron','2021-01-27 01:03:40','2021-01-26 17:03:40'),(61616,23449,'action complete via WP Cron','2021-01-27 01:03:40','2021-01-26 17:03:40'),(61617,23450,'action created','2021-01-27 01:03:41','2021-01-26 17:03:41'),(61618,23450,'action started via WP Cron','2021-01-27 01:04:41','2021-01-26 17:04:41'),(61619,23450,'action complete via WP Cron','2021-01-27 01:04:41','2021-01-26 17:04:41'),(61620,23451,'action created','2021-01-27 01:04:42','2021-01-26 17:04:42'),(61621,23451,'action started via WP Cron','2021-01-27 01:07:24','2021-01-26 17:07:24'),(61622,23451,'action complete via WP Cron','2021-01-27 01:07:24','2021-01-26 17:07:24'),(61623,23452,'action created','2021-01-27 01:07:24','2021-01-26 17:07:24'),(61624,23452,'action started via WP Cron','2021-01-27 01:10:09','2021-01-26 17:10:09'),(61625,23452,'action complete via WP Cron','2021-01-27 01:10:09','2021-01-26 17:10:09'),(61626,23453,'action created','2021-01-27 01:10:09','2021-01-26 17:10:09'),(61627,23453,'action started via WP Cron','2021-01-27 01:10:44','2021-01-26 17:10:44'),(61628,23453,'action complete via WP Cron','2021-01-27 01:10:44','2021-01-26 17:10:44'),(61629,23454,'action created','2021-01-27 01:10:44','2021-01-26 17:10:44'),(61630,23454,'action started via WP Cron','2021-01-27 01:12:10','2021-01-26 17:12:10'),(61631,23454,'action complete via WP Cron','2021-01-27 01:12:10','2021-01-26 17:12:10'),(61632,23455,'action created','2021-01-27 01:12:10','2021-01-26 17:12:10'),(61633,23455,'action started via WP Cron','2021-01-27 01:13:19','2021-01-26 17:13:19'),(61634,23455,'action complete via WP Cron','2021-01-27 01:13:19','2021-01-26 17:13:19'),(61635,23456,'action created','2021-01-27 01:13:19','2021-01-26 17:13:19'),(61636,23456,'action started via WP Cron','2021-01-27 01:13:54','2021-01-26 17:13:54'),(61637,23456,'action complete via WP Cron','2021-01-27 01:13:54','2021-01-26 17:13:54'),(61638,23457,'action created','2021-01-27 01:13:54','2021-01-26 17:13:54'),(61639,23457,'action started via WP Cron','2021-01-27 01:16:49','2021-01-26 17:16:49'),(61640,23457,'action complete via WP Cron','2021-01-27 01:16:49','2021-01-26 17:16:49'),(61641,23458,'action created','2021-01-27 01:16:49','2021-01-26 17:16:49'),(61642,23458,'action started via WP Cron','2021-01-27 01:18:11','2021-01-26 17:18:11'),(61643,23458,'action complete via WP Cron','2021-01-27 01:18:11','2021-01-26 17:18:11'),(61644,23459,'action created','2021-01-27 01:18:11','2021-01-26 17:18:11'),(61645,23459,'action started via WP Cron','2021-01-27 01:32:24','2021-01-26 17:32:24'),(61646,23459,'action complete via WP Cron','2021-01-27 01:32:24','2021-01-26 17:32:24'),(61647,23460,'action created','2021-01-27 01:32:24','2021-01-26 17:32:24'),(61648,23460,'action started via WP Cron','2021-01-27 01:35:19','2021-01-26 17:35:19'),(61649,23460,'action complete via WP Cron','2021-01-27 01:35:19','2021-01-26 17:35:19'),(61650,23461,'action created','2021-01-27 01:35:19','2021-01-26 17:35:19'),(61651,23461,'action started via WP Cron','2021-01-27 01:37:19','2021-01-26 17:37:19'),(61652,23461,'action complete via WP Cron','2021-01-27 01:37:19','2021-01-26 17:37:19'),(61653,23462,'action created','2021-01-27 01:37:19','2021-01-26 17:37:19'),(61654,23462,'action started via WP Cron','2021-01-27 01:37:49','2021-01-26 17:37:49'),(61655,23462,'action complete via WP Cron','2021-01-27 01:37:49','2021-01-26 17:37:49'),(61656,23463,'action created','2021-01-27 01:37:49','2021-01-26 17:37:49'),(61657,23463,'action started via WP Cron','2021-01-27 01:38:44','2021-01-26 17:38:44'),(61658,23463,'action complete via WP Cron','2021-01-27 01:38:44','2021-01-26 17:38:44'),(61659,23464,'action created','2021-01-27 01:38:44','2021-01-26 17:38:44'),(61660,23464,'action started via WP Cron','2021-01-27 01:39:50','2021-01-26 17:39:50'),(61661,23464,'action complete via WP Cron','2021-01-27 01:39:50','2021-01-26 17:39:50'),(61662,23465,'action created','2021-01-27 01:39:50','2021-01-26 17:39:50'),(61663,23465,'action started via WP Cron','2021-01-27 01:42:22','2021-01-26 17:42:22'),(61664,23465,'action complete via WP Cron','2021-01-27 01:42:22','2021-01-26 17:42:22'),(61665,23466,'action created','2021-01-27 01:42:22','2021-01-26 17:42:22'),(61666,23466,'action started via WP Cron','2021-01-27 01:43:32','2021-01-26 17:43:32'),(61667,23466,'action complete via WP Cron','2021-01-27 01:43:32','2021-01-26 17:43:32'),(61668,23467,'action created','2021-01-27 01:43:32','2021-01-26 17:43:32'),(61669,23467,'action started via WP Cron','2021-01-27 01:44:33','2021-01-26 17:44:33'),(61670,23467,'action complete via WP Cron','2021-01-27 01:44:33','2021-01-26 17:44:33'),(61671,23468,'action created','2021-01-27 01:44:33','2021-01-26 17:44:33'),(61672,23468,'action started via WP Cron','2021-01-27 01:59:26','2021-01-26 17:59:26'),(61673,23468,'action complete via WP Cron','2021-01-27 01:59:26','2021-01-26 17:59:26'),(61674,23469,'action created','2021-01-27 01:59:26','2021-01-26 17:59:26'),(61675,23469,'action started via WP Cron','2021-01-27 01:59:49','2021-01-26 17:59:49'),(61676,23469,'action complete via WP Cron','2021-01-27 01:59:49','2021-01-26 17:59:49'),(61677,23470,'action created','2021-01-27 01:59:49','2021-01-26 17:59:49'),(61678,23470,'action started via WP Cron','2021-01-27 02:00:46','2021-01-26 18:00:46'),(61679,23470,'action complete via WP Cron','2021-01-27 02:00:46','2021-01-26 18:00:46'),(61680,23471,'action created','2021-01-27 02:00:46','2021-01-26 18:00:46'),(61681,23471,'action started via WP Cron','2021-01-27 02:01:44','2021-01-26 18:01:44'),(61682,23471,'action complete via WP Cron','2021-01-27 02:01:44','2021-01-26 18:01:44'),(61683,23472,'action created','2021-01-27 02:01:44','2021-01-26 18:01:44'),(61684,23472,'action started via WP Cron','2021-01-27 02:02:44','2021-01-26 18:02:44'),(61685,23472,'action complete via WP Cron','2021-01-27 02:02:44','2021-01-26 18:02:44'),(61686,23473,'action created','2021-01-27 02:02:44','2021-01-26 18:02:44'),(61687,23473,'action started via WP Cron','2021-01-27 02:03:44','2021-01-26 18:03:44'),(61688,23473,'action complete via WP Cron','2021-01-27 02:03:44','2021-01-26 18:03:44'),(61689,23474,'action created','2021-01-27 02:03:44','2021-01-26 18:03:44'),(61690,23474,'action started via WP Cron','2021-01-27 02:04:42','2021-01-26 18:04:42'),(61691,23474,'action complete via WP Cron','2021-01-27 02:04:42','2021-01-26 18:04:42'),(61692,23475,'action created','2021-01-27 02:04:42','2021-01-26 18:04:42'),(61693,23475,'action started via WP Cron','2021-01-27 02:05:42','2021-01-26 18:05:42'),(61694,23475,'action complete via WP Cron','2021-01-27 02:05:42','2021-01-26 18:05:42'),(61695,23476,'action created','2021-01-27 02:05:50','2021-01-26 18:05:50'),(61696,23476,'action started via WP Cron','2021-01-27 02:06:41','2021-01-26 18:06:41'),(61697,23476,'action complete via WP Cron','2021-01-27 02:06:41','2021-01-26 18:06:41'),(61698,23477,'action created','2021-01-27 02:06:41','2021-01-26 18:06:41'),(61699,23477,'action started via WP Cron','2021-01-27 02:07:44','2021-01-26 18:07:44'),(61700,23477,'action complete via WP Cron','2021-01-27 02:07:44','2021-01-26 18:07:44'),(61701,23478,'action created','2021-01-27 02:07:44','2021-01-26 18:07:44'),(61702,23478,'action started via WP Cron','2021-01-27 02:09:46','2021-01-26 18:09:46'),(61703,23478,'action complete via WP Cron','2021-01-27 02:09:46','2021-01-26 18:09:46'),(61704,23479,'action created','2021-01-27 02:09:46','2021-01-26 18:09:46'),(61705,23479,'action started via WP Cron','2021-01-27 02:10:47','2021-01-26 18:10:47'),(61706,23479,'action complete via WP Cron','2021-01-27 02:10:47','2021-01-26 18:10:47'),(61707,23480,'action created','2021-01-27 02:10:47','2021-01-26 18:10:47'),(61708,23480,'action started via WP Cron','2021-01-27 02:12:14','2021-01-26 18:12:14'),(61709,23480,'action complete via WP Cron','2021-01-27 02:12:14','2021-01-26 18:12:14'),(61710,23481,'action created','2021-01-27 02:12:14','2021-01-26 18:12:14'),(61711,23481,'action started via WP Cron','2021-01-27 02:13:12','2021-01-26 18:13:12'),(61712,23481,'action complete via WP Cron','2021-01-27 02:13:12','2021-01-26 18:13:12'),(61713,23482,'action created','2021-01-27 02:13:12','2021-01-26 18:13:12'),(61714,23482,'action started via WP Cron','2021-01-27 02:14:13','2021-01-26 18:14:13'),(61715,23482,'action complete via WP Cron','2021-01-27 02:14:13','2021-01-26 18:14:13'),(61716,23483,'action created','2021-01-27 02:14:13','2021-01-26 18:14:13'),(61717,23483,'action started via WP Cron','2021-01-27 02:16:15','2021-01-26 18:16:15'),(61718,23483,'action complete via WP Cron','2021-01-27 02:16:15','2021-01-26 18:16:15'),(61719,23484,'action created','2021-01-27 02:16:15','2021-01-26 18:16:15'),(61720,23484,'action started via WP Cron','2021-01-27 02:17:16','2021-01-26 18:17:16'),(61721,23484,'action complete via WP Cron','2021-01-27 02:17:16','2021-01-26 18:17:16'),(61722,23485,'action created','2021-01-27 02:17:16','2021-01-26 18:17:16'),(61723,23485,'action started via WP Cron','2021-01-27 02:18:17','2021-01-26 18:18:17'),(61724,23485,'action complete via WP Cron','2021-01-27 02:18:17','2021-01-26 18:18:17'),(61725,23486,'action created','2021-01-27 02:18:17','2021-01-26 18:18:17'),(61726,23486,'action started via WP Cron','2021-01-27 02:26:32','2021-01-26 18:26:32'),(61727,23486,'action complete via WP Cron','2021-01-27 02:26:32','2021-01-26 18:26:32'),(61728,23487,'action created','2021-01-27 02:26:32','2021-01-26 18:26:32'),(61729,23487,'action started via WP Cron','2021-01-27 02:38:02','2021-01-26 18:38:02'),(61730,23487,'action complete via WP Cron','2021-01-27 02:38:02','2021-01-26 18:38:02'),(61731,23488,'action created','2021-01-27 02:38:03','2021-01-26 18:38:03'),(61732,23488,'action started via WP Cron','2021-01-27 02:39:11','2021-01-26 18:39:11'),(61733,23488,'action complete via WP Cron','2021-01-27 02:39:11','2021-01-26 18:39:11'),(61734,23489,'action created','2021-01-27 02:39:11','2021-01-26 18:39:11'),(61735,23489,'action started via WP Cron','2021-01-27 02:40:12','2021-01-26 18:40:12'),(61736,23489,'action complete via WP Cron','2021-01-27 02:40:12','2021-01-26 18:40:12'),(61737,23490,'action created','2021-01-27 02:40:12','2021-01-26 18:40:12'),(61738,23490,'action started via WP Cron','2021-01-27 02:41:12','2021-01-26 18:41:12'),(61739,23490,'action complete via WP Cron','2021-01-27 02:41:12','2021-01-26 18:41:12'),(61740,23491,'action created','2021-01-27 02:41:12','2021-01-26 18:41:12'),(61741,23491,'action started via WP Cron','2021-01-27 02:42:13','2021-01-26 18:42:13'),(61742,23491,'action complete via WP Cron','2021-01-27 02:42:13','2021-01-26 18:42:13'),(61743,23492,'action created','2021-01-27 02:42:14','2021-01-26 18:42:14'),(61744,23492,'action started via WP Cron','2021-01-27 02:43:15','2021-01-26 18:43:15'),(61745,23492,'action complete via WP Cron','2021-01-27 02:43:15','2021-01-26 18:43:15'),(61746,23493,'action created','2021-01-27 02:43:15','2021-01-26 18:43:15'),(61747,23493,'action started via WP Cron','2021-01-27 02:44:31','2021-01-26 18:44:31'),(61748,23493,'action complete via WP Cron','2021-01-27 02:44:31','2021-01-26 18:44:31'),(61749,23494,'action created','2021-01-27 02:44:31','2021-01-26 18:44:31'),(61750,23494,'action started via WP Cron','2021-01-27 02:45:30','2021-01-26 18:45:30'),(61751,23494,'action complete via WP Cron','2021-01-27 02:45:30','2021-01-26 18:45:30'),(61752,23495,'action created','2021-01-27 02:45:30','2021-01-26 18:45:30'),(61753,23495,'action started via WP Cron','2021-01-27 02:45:54','2021-01-26 18:45:54'),(61754,23495,'action complete via WP Cron','2021-01-27 02:45:54','2021-01-26 18:45:54'),(61755,23496,'action created','2021-01-27 02:45:54','2021-01-26 18:45:54'),(61756,23496,'action started via WP Cron','2021-01-27 02:46:40','2021-01-26 18:46:40'),(61757,23496,'action complete via WP Cron','2021-01-27 02:46:40','2021-01-26 18:46:40'),(61758,23497,'action created','2021-01-27 02:46:40','2021-01-26 18:46:40'),(61759,23497,'action started via WP Cron','2021-01-27 02:48:28','2021-01-26 18:48:28'),(61760,23497,'action complete via WP Cron','2021-01-27 02:48:28','2021-01-26 18:48:28'),(61761,23498,'action created','2021-01-27 02:48:28','2021-01-26 18:48:28'),(61762,23498,'action started via WP Cron','2021-01-27 02:50:18','2021-01-26 18:50:18'),(61763,23498,'action complete via WP Cron','2021-01-27 02:50:18','2021-01-26 18:50:18'),(61764,23499,'action created','2021-01-27 02:50:18','2021-01-26 18:50:18'),(61765,23499,'action started via WP Cron','2021-01-27 02:51:28','2021-01-26 18:51:28'),(61766,23499,'action complete via WP Cron','2021-01-27 02:51:28','2021-01-26 18:51:28'),(61767,23500,'action created','2021-01-27 02:51:28','2021-01-26 18:51:28'),(61768,23500,'action started via WP Cron','2021-01-27 02:54:15','2021-01-26 18:54:15'),(61769,23500,'action complete via WP Cron','2021-01-27 02:54:15','2021-01-26 18:54:15'),(61770,23501,'action created','2021-01-27 02:54:15','2021-01-26 18:54:15'),(61771,23501,'action started via WP Cron','2021-01-27 02:56:32','2021-01-26 18:56:32'),(61772,23501,'action complete via WP Cron','2021-01-27 02:56:32','2021-01-26 18:56:32'),(61773,23502,'action created','2021-01-27 02:56:32','2021-01-26 18:56:32'),(61774,23502,'action started via WP Cron','2021-01-27 02:56:55','2021-01-26 18:56:55'),(61775,23502,'action complete via WP Cron','2021-01-27 02:56:55','2021-01-26 18:56:55'),(61776,23503,'action created','2021-01-27 02:56:55','2021-01-26 18:56:55'),(61777,23503,'action started via WP Cron','2021-01-27 02:57:53','2021-01-26 18:57:53'),(61778,23503,'action complete via WP Cron','2021-01-27 02:57:53','2021-01-26 18:57:53'),(61779,23504,'action created','2021-01-27 02:57:53','2021-01-26 18:57:53'),(61780,23504,'action started via WP Cron','2021-01-27 02:59:31','2021-01-26 18:59:31'),(61781,23504,'action complete via WP Cron','2021-01-27 02:59:31','2021-01-26 18:59:31'),(61782,23505,'action created','2021-01-27 02:59:31','2021-01-26 18:59:31'),(61783,23505,'action started via WP Cron','2021-01-27 03:02:06','2021-01-26 19:02:06'),(61784,23505,'action complete via WP Cron','2021-01-27 03:02:06','2021-01-26 19:02:06'),(61785,23506,'action created','2021-01-27 03:02:06','2021-01-26 19:02:06'),(61786,23506,'action started via WP Cron','2021-01-27 03:03:35','2021-01-26 19:03:35'),(61787,23506,'action complete via WP Cron','2021-01-27 03:03:35','2021-01-26 19:03:35'),(61788,23507,'action created','2021-01-27 03:03:35','2021-01-26 19:03:35'),(61789,23507,'action started via WP Cron','2021-01-27 03:04:32','2021-01-26 19:04:32'),(61790,23507,'action complete via WP Cron','2021-01-27 03:04:32','2021-01-26 19:04:32'),(61791,23508,'action created','2021-01-27 03:04:32','2021-01-26 19:04:32'),(61792,23508,'action started via WP Cron','2021-01-27 03:06:53','2021-01-26 19:06:53'),(61793,23508,'action complete via WP Cron','2021-01-27 03:06:53','2021-01-26 19:06:53'),(61794,23509,'action created','2021-01-27 03:06:53','2021-01-26 19:06:53'),(61795,23509,'action started via WP Cron','2021-01-27 03:09:07','2021-01-26 19:09:07'),(61796,23509,'action complete via WP Cron','2021-01-27 03:09:07','2021-01-26 19:09:07'),(61797,23510,'action created','2021-01-27 03:09:07','2021-01-26 19:09:07'),(61798,23510,'action started via WP Cron','2021-01-27 03:10:53','2021-01-26 19:10:53'),(61799,23510,'action complete via WP Cron','2021-01-27 03:10:53','2021-01-26 19:10:53'),(61800,23511,'action created','2021-01-27 03:10:53','2021-01-26 19:10:53'),(61801,23511,'action started via WP Cron','2021-01-27 03:11:47','2021-01-26 19:11:47'),(61802,23511,'action complete via WP Cron','2021-01-27 03:11:47','2021-01-26 19:11:47'),(61803,23512,'action created','2021-01-27 03:11:47','2021-01-26 19:11:47'),(61804,23512,'action started via WP Cron','2021-01-27 03:12:48','2021-01-26 19:12:48'),(61805,23512,'action complete via WP Cron','2021-01-27 03:12:48','2021-01-26 19:12:48'),(61806,23513,'action created','2021-01-27 03:12:48','2021-01-26 19:12:48'),(61807,23513,'action started via WP Cron','2021-01-27 03:14:52','2021-01-26 19:14:52'),(61808,23513,'action complete via WP Cron','2021-01-27 03:14:52','2021-01-26 19:14:52'),(61809,23514,'action created','2021-01-27 03:15:08','2021-01-26 19:15:08'),(61810,23514,'action started via WP Cron','2021-01-27 03:15:51','2021-01-26 19:15:51'),(61811,23514,'action complete via WP Cron','2021-01-27 03:15:51','2021-01-26 19:15:51'),(61812,23515,'action created','2021-01-27 03:15:51','2021-01-26 19:15:51'),(61813,23515,'action started via WP Cron','2021-01-27 03:16:52','2021-01-26 19:16:52'),(61814,23515,'action complete via WP Cron','2021-01-27 03:16:52','2021-01-26 19:16:52'),(61815,23516,'action created','2021-01-27 03:16:52','2021-01-26 19:16:52'),(61816,23516,'action started via WP Cron','2021-01-27 03:18:20','2021-01-26 19:18:20'),(61817,23516,'action complete via WP Cron','2021-01-27 03:18:20','2021-01-26 19:18:20'),(61818,23517,'action created','2021-01-27 03:18:20','2021-01-26 19:18:20'),(61819,23517,'action started via WP Cron','2021-01-27 03:18:50','2021-01-26 19:18:50'),(61820,23517,'action complete via WP Cron','2021-01-27 03:18:50','2021-01-26 19:18:50'),(61821,23518,'action created','2021-01-27 03:18:50','2021-01-26 19:18:50'),(61822,23518,'action started via WP Cron','2021-01-27 03:20:34','2021-01-26 19:20:34'),(61823,23518,'action complete via WP Cron','2021-01-27 03:20:34','2021-01-26 19:20:34'),(61824,23519,'action created','2021-01-27 03:20:34','2021-01-26 19:20:34'),(61825,23519,'action started via WP Cron','2021-01-27 03:21:23','2021-01-26 19:21:23'),(61826,23519,'action complete via WP Cron','2021-01-27 03:21:23','2021-01-26 19:21:23'),(61827,23520,'action created','2021-01-27 03:21:23','2021-01-26 19:21:23'),(61828,23520,'action started via WP Cron','2021-01-27 03:22:10','2021-01-26 19:22:10'),(61829,23520,'action complete via WP Cron','2021-01-27 03:22:10','2021-01-26 19:22:10'),(61830,23521,'action created','2021-01-27 03:22:10','2021-01-26 19:22:10'),(61831,23521,'action started via WP Cron','2021-01-27 03:23:27','2021-01-26 19:23:27'),(61832,23521,'action complete via WP Cron','2021-01-27 03:23:27','2021-01-26 19:23:27'),(61833,23522,'action created','2021-01-27 03:23:27','2021-01-26 19:23:27'),(61834,23522,'action started via WP Cron','2021-01-27 03:24:47','2021-01-26 19:24:47'),(61835,23522,'action complete via WP Cron','2021-01-27 03:24:47','2021-01-26 19:24:47'),(61836,23523,'action created','2021-01-27 03:24:47','2021-01-26 19:24:47'),(61837,23523,'action started via WP Cron','2021-01-27 03:26:06','2021-01-26 19:26:06'),(61838,23523,'action complete via WP Cron','2021-01-27 03:26:06','2021-01-26 19:26:06'),(61839,23524,'action created','2021-01-27 03:26:06','2021-01-26 19:26:06'),(61840,23524,'action started via WP Cron','2021-01-27 03:26:42','2021-01-26 19:26:42'),(61841,23524,'action complete via WP Cron','2021-01-27 03:26:42','2021-01-26 19:26:42'),(61842,23525,'action created','2021-01-27 03:26:42','2021-01-26 19:26:42'),(61843,23525,'action started via WP Cron','2021-01-27 03:27:42','2021-01-26 19:27:42'),(61844,23525,'action complete via WP Cron','2021-01-27 03:27:42','2021-01-26 19:27:42'),(61845,23526,'action created','2021-01-27 03:27:42','2021-01-26 19:27:42'),(61846,23526,'action started via WP Cron','2021-01-27 03:33:15','2021-01-26 19:33:15'),(61847,23526,'action complete via WP Cron','2021-01-27 03:33:15','2021-01-26 19:33:15'),(61848,23527,'action created','2021-01-27 03:33:16','2021-01-26 19:33:16'),(61849,23527,'action started via WP Cron','2021-01-27 03:36:49','2021-01-26 19:36:49'),(61850,23527,'action complete via WP Cron','2021-01-27 03:36:49','2021-01-26 19:36:49'),(61851,23528,'action created','2021-01-27 03:36:49','2021-01-26 19:36:49'),(61852,23528,'action started via WP Cron','2021-01-27 03:37:48','2021-01-26 19:37:48'),(61853,23528,'action complete via WP Cron','2021-01-27 03:37:48','2021-01-26 19:37:48'),(61854,23529,'action created','2021-01-27 03:37:48','2021-01-26 19:37:48'),(61855,23529,'action started via WP Cron','2021-01-27 03:40:40','2021-01-26 19:40:40'),(61856,23529,'action complete via WP Cron','2021-01-27 03:40:40','2021-01-26 19:40:40'),(61857,23530,'action created','2021-01-27 03:40:40','2021-01-26 19:40:40'),(61858,23530,'action started via WP Cron','2021-01-27 03:42:42','2021-01-26 19:42:42'),(61859,23530,'action complete via WP Cron','2021-01-27 03:42:42','2021-01-26 19:42:42'),(61860,23531,'action created','2021-01-27 03:42:42','2021-01-26 19:42:42'),(61861,23531,'action started via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61862,23531,'action complete via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61863,22979,'action started via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61864,22979,'action complete via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61865,23532,'action created','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61866,22978,'action started via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61867,22978,'action complete via WP Cron','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61868,23533,'action created','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61869,23534,'action created','2021-01-27 03:43:49','2021-01-26 19:43:49'),(61870,23534,'action started via WP Cron','2021-01-27 03:44:50','2021-01-26 19:44:50'),(61871,23534,'action complete via WP Cron','2021-01-27 03:44:50','2021-01-26 19:44:50'),(61872,23535,'action created','2021-01-27 03:44:50','2021-01-26 19:44:50'),(61873,23535,'action started via WP Cron','2021-01-27 03:46:52','2021-01-26 19:46:52'),(61874,23535,'action complete via WP Cron','2021-01-27 03:46:52','2021-01-26 19:46:52'),(61875,23536,'action created','2021-01-27 03:46:52','2021-01-26 19:46:52'),(61876,23536,'action started via WP Cron','2021-01-27 03:47:48','2021-01-26 19:47:48'),(61877,23536,'action complete via WP Cron','2021-01-27 03:47:48','2021-01-26 19:47:48'),(61878,23537,'action created','2021-01-27 03:47:48','2021-01-26 19:47:48'),(61879,23537,'action started via WP Cron','2021-01-27 03:48:54','2021-01-26 19:48:54'),(61880,23537,'action complete via WP Cron','2021-01-27 03:48:54','2021-01-26 19:48:54'),(61881,23538,'action created','2021-01-27 03:48:54','2021-01-26 19:48:54'),(61882,23538,'action started via WP Cron','2021-01-27 03:49:41','2021-01-26 19:49:41'),(61883,23538,'action complete via WP Cron','2021-01-27 03:49:41','2021-01-26 19:49:41'),(61884,23539,'action created','2021-01-27 03:49:42','2021-01-26 19:49:42'),(61885,23539,'action started via WP Cron','2021-01-27 03:52:04','2021-01-26 19:52:04'),(61886,23539,'action complete via WP Cron','2021-01-27 03:52:04','2021-01-26 19:52:04'),(61887,23540,'action created','2021-01-27 03:52:04','2021-01-26 19:52:04'),(61888,23540,'action started via WP Cron','2021-01-27 04:03:13','2021-01-26 20:03:13'),(61889,23540,'action complete via WP Cron','2021-01-27 04:03:13','2021-01-26 20:03:13'),(61890,23541,'action created','2021-01-27 04:03:13','2021-01-26 20:03:13'),(61891,23541,'action started via WP Cron','2021-01-27 04:03:52','2021-01-26 20:03:52'),(61892,23541,'action complete via WP Cron','2021-01-27 04:03:52','2021-01-26 20:03:52'),(61893,23542,'action created','2021-01-27 04:03:52','2021-01-26 20:03:52'),(61894,23542,'action started via WP Cron','2021-01-27 04:04:59','2021-01-26 20:04:59'),(61895,23542,'action complete via WP Cron','2021-01-27 04:04:59','2021-01-26 20:04:59'),(61896,23543,'action created','2021-01-27 04:04:59','2021-01-26 20:04:59'),(61897,23543,'action started via WP Cron','2021-01-27 04:06:00','2021-01-26 20:06:00'),(61898,23543,'action complete via WP Cron','2021-01-27 04:06:00','2021-01-26 20:06:00'),(61899,23544,'action created','2021-01-27 04:06:00','2021-01-26 20:06:00'),(61900,23544,'action started via WP Cron','2021-01-27 04:06:47','2021-01-26 20:06:47'),(61901,23544,'action complete via WP Cron','2021-01-27 04:06:47','2021-01-26 20:06:47'),(61902,23545,'action created','2021-01-27 04:06:47','2021-01-26 20:06:47'),(61903,23545,'action started via WP Cron','2021-01-27 04:08:02','2021-01-26 20:08:02'),(61904,23545,'action complete via WP Cron','2021-01-27 04:08:02','2021-01-26 20:08:02'),(61905,23546,'action created','2021-01-27 04:08:02','2021-01-26 20:08:02'),(61906,23546,'action started via WP Cron','2021-01-27 04:09:03','2021-01-26 20:09:03'),(61907,23546,'action complete via WP Cron','2021-01-27 04:09:03','2021-01-26 20:09:03'),(61908,23547,'action created','2021-01-27 04:09:03','2021-01-26 20:09:03'),(61909,23547,'action started via WP Cron','2021-01-27 04:10:04','2021-01-26 20:10:04'),(61910,23547,'action complete via WP Cron','2021-01-27 04:10:04','2021-01-26 20:10:04'),(61911,23548,'action created','2021-01-27 04:10:04','2021-01-26 20:10:04'),(61912,23548,'action started via WP Cron','2021-01-27 04:10:50','2021-01-26 20:10:50'),(61913,23548,'action complete via WP Cron','2021-01-27 04:10:50','2021-01-26 20:10:50'),(61914,23549,'action created','2021-01-27 04:10:50','2021-01-26 20:10:50'),(61915,23549,'action started via WP Cron','2021-01-27 04:13:09','2021-01-26 20:13:09'),(61916,23549,'action complete via WP Cron','2021-01-27 04:13:09','2021-01-26 20:13:09'),(61917,23550,'action created','2021-01-27 04:13:09','2021-01-26 20:13:09'),(61918,23550,'action started via WP Cron','2021-01-27 04:14:07','2021-01-26 20:14:07'),(61919,23550,'action complete via WP Cron','2021-01-27 04:14:07','2021-01-26 20:14:07'),(61920,23551,'action created','2021-01-27 04:14:07','2021-01-26 20:14:07'),(61921,23551,'action started via WP Cron','2021-01-27 04:16:03','2021-01-26 20:16:03'),(61922,23551,'action complete via WP Cron','2021-01-27 04:16:03','2021-01-26 20:16:03'),(61923,23552,'action created','2021-01-27 04:16:04','2021-01-26 20:16:04'),(61924,23552,'action started via WP Cron','2021-01-27 04:19:48','2021-01-26 20:19:48'),(61925,23552,'action complete via WP Cron','2021-01-27 04:19:48','2021-01-26 20:19:48'),(61926,23553,'action created','2021-01-27 04:19:48','2021-01-26 20:19:48'),(61927,23553,'action started via WP Cron','2021-01-27 04:23:37','2021-01-26 20:23:37'),(61928,23553,'action complete via WP Cron','2021-01-27 04:23:37','2021-01-26 20:23:37'),(61929,23554,'action created','2021-01-27 04:23:37','2021-01-26 20:23:37'),(61930,23554,'action started via WP Cron','2021-01-27 04:24:23','2021-01-26 20:24:23'),(61931,23554,'action complete via WP Cron','2021-01-27 04:24:23','2021-01-26 20:24:23'),(61932,23555,'action created','2021-01-27 04:24:23','2021-01-26 20:24:23'),(61933,23555,'action started via WP Cron','2021-01-27 04:29:40','2021-01-26 20:29:40'),(61934,23555,'action complete via WP Cron','2021-01-27 04:29:40','2021-01-26 20:29:40'),(61935,23556,'action created','2021-01-27 04:29:40','2021-01-26 20:29:40'),(61936,23556,'action started via WP Cron','2021-01-27 04:31:37','2021-01-26 20:31:37'),(61937,23556,'action complete via WP Cron','2021-01-27 04:31:37','2021-01-26 20:31:37'),(61938,23557,'action created','2021-01-27 04:31:37','2021-01-26 20:31:37'),(61939,23557,'action started via WP Cron','2021-01-27 04:33:50','2021-01-26 20:33:50'),(61940,23557,'action complete via WP Cron','2021-01-27 04:33:50','2021-01-26 20:33:50'),(61941,23558,'action created','2021-01-27 04:33:50','2021-01-26 20:33:50'),(61942,23558,'action started via WP Cron','2021-01-27 04:36:15','2021-01-26 20:36:15'),(61943,23558,'action complete via WP Cron','2021-01-27 04:36:15','2021-01-26 20:36:15'),(61944,23559,'action created','2021-01-27 04:36:15','2021-01-26 20:36:15'),(61945,23559,'action started via WP Cron','2021-01-27 04:38:12','2021-01-26 20:38:12'),(61946,23559,'action complete via WP Cron','2021-01-27 04:38:12','2021-01-26 20:38:12'),(61947,23560,'action created','2021-01-27 04:38:12','2021-01-26 20:38:12'),(61948,23560,'action started via WP Cron','2021-01-27 04:39:38','2021-01-26 20:39:38'),(61949,23560,'action complete via WP Cron','2021-01-27 04:39:38','2021-01-26 20:39:38'),(61950,23561,'action created','2021-01-27 04:39:38','2021-01-26 20:39:38'),(61951,23561,'action started via WP Cron','2021-01-27 04:39:48','2021-01-26 20:39:48'),(61952,23561,'action complete via WP Cron','2021-01-27 04:39:48','2021-01-26 20:39:48'),(61953,23562,'action created','2021-01-27 04:39:48','2021-01-26 20:39:48'),(61954,23562,'action started via WP Cron','2021-01-27 04:40:59','2021-01-26 20:40:59'),(61955,23562,'action complete via WP Cron','2021-01-27 04:40:59','2021-01-26 20:40:59'),(61956,23563,'action created','2021-01-27 04:41:00','2021-01-26 20:41:00'),(61957,23563,'action started via WP Cron','2021-01-27 04:42:22','2021-01-26 20:42:22'),(61958,23563,'action complete via WP Cron','2021-01-27 04:42:22','2021-01-26 20:42:22'),(61959,23564,'action created','2021-01-27 04:42:22','2021-01-26 20:42:22'),(61960,23564,'action started via WP Cron','2021-01-27 04:43:20','2021-01-26 20:43:20'),(61961,23564,'action complete via WP Cron','2021-01-27 04:43:20','2021-01-26 20:43:20'),(61962,23565,'action created','2021-01-27 04:43:20','2021-01-26 20:43:20'),(61963,23565,'action started via WP Cron','2021-01-27 04:43:55','2021-01-26 20:43:55'),(61964,23565,'action complete via WP Cron','2021-01-27 04:43:55','2021-01-26 20:43:55'),(61965,23566,'action created','2021-01-27 04:43:55','2021-01-26 20:43:55'),(61966,23566,'action started via WP Cron','2021-01-27 04:44:43','2021-01-26 20:44:43'),(61967,23566,'action complete via WP Cron','2021-01-27 04:44:43','2021-01-26 20:44:43'),(61968,23567,'action created','2021-01-27 04:44:43','2021-01-26 20:44:43'),(61969,23567,'action started via WP Cron','2021-01-27 04:45:54','2021-01-26 20:45:54'),(61970,23567,'action complete via WP Cron','2021-01-27 04:45:54','2021-01-26 20:45:54'),(61971,23568,'action created','2021-01-27 04:45:54','2021-01-26 20:45:54'),(61972,23568,'action started via WP Cron','2021-01-27 04:49:54','2021-01-26 20:49:54'),(61973,23568,'action complete via WP Cron','2021-01-27 04:49:54','2021-01-26 20:49:54'),(61974,23569,'action created','2021-01-27 04:49:54','2021-01-26 20:49:54'),(61975,23569,'action started via WP Cron','2021-01-27 04:50:55','2021-01-26 20:50:55'),(61976,23569,'action complete via WP Cron','2021-01-27 04:50:55','2021-01-26 20:50:55'),(61977,23570,'action created','2021-01-27 04:50:55','2021-01-26 20:50:55'),(61978,23570,'action started via WP Cron','2021-01-27 04:51:56','2021-01-26 20:51:56'),(61979,23570,'action complete via WP Cron','2021-01-27 04:51:56','2021-01-26 20:51:56'),(61980,23571,'action created','2021-01-27 04:51:56','2021-01-26 20:51:56'),(61981,23571,'action started via WP Cron','2021-01-27 04:52:41','2021-01-26 20:52:41'),(61982,23571,'action complete via WP Cron','2021-01-27 04:52:41','2021-01-26 20:52:41'),(61983,23572,'action created','2021-01-27 04:52:41','2021-01-26 20:52:41'),(61984,23572,'action started via WP Cron','2021-01-27 04:53:41','2021-01-26 20:53:41'),(61985,23572,'action complete via WP Cron','2021-01-27 04:53:41','2021-01-26 20:53:41'),(61986,23573,'action created','2021-01-27 04:53:41','2021-01-26 20:53:41'),(61987,23573,'action started via WP Cron','2021-01-27 04:54:42','2021-01-26 20:54:42'),(61988,23573,'action complete via WP Cron','2021-01-27 04:54:42','2021-01-26 20:54:42'),(61989,23574,'action created','2021-01-27 04:54:42','2021-01-26 20:54:42'),(61990,23574,'action started via WP Cron','2021-01-27 04:56:04','2021-01-26 20:56:04'),(61991,23574,'action complete via WP Cron','2021-01-27 04:56:04','2021-01-26 20:56:04'),(61992,23575,'action created','2021-01-27 04:56:04','2021-01-26 20:56:04'),(61993,23575,'action started via WP Cron','2021-01-27 04:56:43','2021-01-26 20:56:43'),(61994,23575,'action complete via WP Cron','2021-01-27 04:56:43','2021-01-26 20:56:43'),(61995,23576,'action created','2021-01-27 04:56:43','2021-01-26 20:56:43'),(61996,23576,'action started via WP Cron','2021-01-27 05:00:32','2021-01-26 21:00:32'),(61997,23576,'action complete via WP Cron','2021-01-27 05:00:32','2021-01-26 21:00:32'),(61998,23577,'action created','2021-01-27 05:00:33','2021-01-26 21:00:33'),(61999,23577,'action started via WP Cron','2021-01-27 05:00:57','2021-01-26 21:00:57'),(62000,23577,'action complete via WP Cron','2021-01-27 05:00:57','2021-01-26 21:00:57'),(62001,23578,'action created','2021-01-27 05:00:57','2021-01-26 21:00:57'),(62002,23578,'action started via WP Cron','2021-01-27 05:06:22','2021-01-26 21:06:22'),(62003,23578,'action complete via WP Cron','2021-01-27 05:06:22','2021-01-26 21:06:22'),(62004,23579,'action created','2021-01-27 05:06:22','2021-01-26 21:06:22'),(62005,23579,'action started via WP Cron','2021-01-27 05:10:18','2021-01-26 21:10:18'),(62006,23579,'action complete via WP Cron','2021-01-27 05:10:18','2021-01-26 21:10:18'),(62007,23580,'action created','2021-01-27 05:10:18','2021-01-26 21:10:18'),(62008,23580,'action started via WP Cron','2021-01-27 05:11:04','2021-01-26 21:11:04'),(62009,23580,'action complete via WP Cron','2021-01-27 05:11:04','2021-01-26 21:11:04'),(62010,23581,'action created','2021-01-27 05:11:04','2021-01-26 21:11:04'),(62011,23581,'action started via WP Cron','2021-01-27 05:12:05','2021-01-26 21:12:05'),(62012,23581,'action complete via WP Cron','2021-01-27 05:12:05','2021-01-26 21:12:05'),(62013,23582,'action created','2021-01-27 05:12:05','2021-01-26 21:12:05'),(62014,23582,'action started via WP Cron','2021-01-27 05:14:07','2021-01-26 21:14:07'),(62015,23582,'action complete via WP Cron','2021-01-27 05:14:07','2021-01-26 21:14:07'),(62016,23583,'action created','2021-01-27 05:14:07','2021-01-26 21:14:07'),(62017,23583,'action started via WP Cron','2021-01-27 05:15:08','2021-01-26 21:15:08'),(62018,23583,'action complete via WP Cron','2021-01-27 05:15:08','2021-01-26 21:15:08'),(62019,23584,'action created','2021-01-27 05:15:08','2021-01-26 21:15:08'),(62020,23584,'action started via WP Cron','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62021,23584,'action complete via WP Cron','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62022,23025,'action started via WP Cron','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62023,23025,'action complete via WP Cron','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62024,23585,'action created','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62025,23586,'action created','2021-01-27 05:40:35','2021-01-26 21:40:35'),(62026,23586,'action started via WP Cron','2021-01-27 05:48:25','2021-01-26 21:48:25'),(62027,23586,'action complete via WP Cron','2021-01-27 05:48:25','2021-01-26 21:48:25'),(62028,23587,'action created','2021-01-27 05:48:25','2021-01-26 21:48:25'),(62029,23587,'action started via WP Cron','2021-01-27 05:54:00','2021-01-26 21:54:00'),(62030,23587,'action complete via WP Cron','2021-01-27 05:54:00','2021-01-26 21:54:00'),(62031,23588,'action created','2021-01-27 05:54:00','2021-01-26 21:54:00'),(62032,23588,'action started via WP Cron','2021-01-27 05:54:58','2021-01-26 21:54:58'),(62033,23588,'action complete via WP Cron','2021-01-27 05:54:58','2021-01-26 21:54:58'),(62034,23589,'action created','2021-01-27 05:54:58','2021-01-26 21:54:58'),(62035,23589,'action started via WP Cron','2021-01-27 05:55:59','2021-01-26 21:55:59'),(62036,23589,'action complete via WP Cron','2021-01-27 05:55:59','2021-01-26 21:55:59'),(62037,23590,'action created','2021-01-27 05:55:59','2021-01-26 21:55:59'),(62038,23590,'action started via WP Cron','2021-01-27 05:58:01','2021-01-26 21:58:01'),(62039,23590,'action complete via WP Cron','2021-01-27 05:58:01','2021-01-26 21:58:01'),(62040,23591,'action created','2021-01-27 05:58:01','2021-01-26 21:58:01'),(62041,23591,'action started via WP Cron','2021-01-27 05:59:02','2021-01-26 21:59:02'),(62042,23591,'action complete via WP Cron','2021-01-27 05:59:02','2021-01-26 21:59:02'),(62043,23592,'action created','2021-01-27 05:59:02','2021-01-26 21:59:02'),(62044,23592,'action started via WP Cron','2021-01-27 06:00:04','2021-01-26 22:00:04'),(62045,23592,'action complete via WP Cron','2021-01-27 06:00:04','2021-01-26 22:00:04'),(62046,23593,'action created','2021-01-27 06:01:30','2021-01-26 22:01:30'),(62047,23593,'action started via WP Cron','2021-01-27 06:01:41','2021-01-26 22:01:41'),(62048,23593,'action complete via WP Cron','2021-01-27 06:01:41','2021-01-26 22:01:41'),(62049,23594,'action created','2021-01-27 06:01:43','2021-01-26 22:01:43'),(62050,23594,'action started via WP Cron','2021-01-27 06:06:32','2021-01-26 22:06:32'),(62051,23594,'action complete via WP Cron','2021-01-27 06:06:32','2021-01-26 22:06:32'),(62052,23595,'action created','2021-01-27 06:06:32','2021-01-26 22:06:32'),(62053,23595,'action started via WP Cron','2021-01-27 06:07:09','2021-01-26 22:07:09'),(62054,23595,'action complete via WP Cron','2021-01-27 06:07:09','2021-01-26 22:07:09'),(62055,23596,'action created','2021-01-27 06:07:09','2021-01-26 22:07:09'),(62056,23596,'action started via WP Cron','2021-01-27 06:14:46','2021-01-26 22:14:46'),(62057,23596,'action complete via WP Cron','2021-01-27 06:14:46','2021-01-26 22:14:46'),(62058,23597,'action created','2021-01-27 06:14:46','2021-01-26 22:14:46'),(62059,23597,'action started via WP Cron','2021-01-27 06:16:08','2021-01-26 22:16:08'),(62060,23597,'action complete via WP Cron','2021-01-27 06:16:08','2021-01-26 22:16:08'),(62061,23598,'action created','2021-01-27 06:16:08','2021-01-26 22:16:08'),(62062,23598,'action started via WP Cron','2021-01-27 06:17:09','2021-01-26 22:17:09'),(62063,23598,'action complete via WP Cron','2021-01-27 06:17:09','2021-01-26 22:17:09'),(62064,23599,'action created','2021-01-27 06:17:09','2021-01-26 22:17:09'),(62065,23599,'action started via WP Cron','2021-01-27 06:18:10','2021-01-26 22:18:10'),(62066,23599,'action complete via WP Cron','2021-01-27 06:18:10','2021-01-26 22:18:10'),(62067,23600,'action created','2021-01-27 06:18:10','2021-01-26 22:18:10'),(62068,23600,'action started via WP Cron','2021-01-27 06:19:30','2021-01-26 22:19:30'),(62069,23600,'action complete via WP Cron','2021-01-27 06:19:30','2021-01-26 22:19:30'),(62070,23601,'action created','2021-01-27 06:19:30','2021-01-26 22:19:30'),(62071,23601,'action started via WP Cron','2021-01-27 06:20:12','2021-01-26 22:20:12'),(62072,23601,'action complete via WP Cron','2021-01-27 06:20:12','2021-01-26 22:20:12'),(62073,23602,'action created','2021-01-27 06:20:12','2021-01-26 22:20:12'),(62074,23602,'action started via WP Cron','2021-01-27 06:21:13','2021-01-26 22:21:13'),(62075,23602,'action complete via WP Cron','2021-01-27 06:21:13','2021-01-26 22:21:13'),(62076,23603,'action created','2021-01-27 06:21:13','2021-01-26 22:21:13'),(62077,23603,'action started via WP Cron','2021-01-27 06:23:17','2021-01-26 22:23:17'),(62078,23603,'action complete via WP Cron','2021-01-27 06:23:17','2021-01-26 22:23:17'),(62079,23604,'action created','2021-01-27 06:23:17','2021-01-26 22:23:17'),(62080,23604,'action started via WP Cron','2021-01-27 06:24:44','2021-01-26 22:24:44'),(62081,23604,'action complete via WP Cron','2021-01-27 06:24:44','2021-01-26 22:24:44'),(62082,23605,'action created','2021-01-27 06:24:44','2021-01-26 22:24:44'),(62086,23606,'action started via WP Cron','2021-01-27 06:52:24','2021-01-26 22:52:24'),(62087,23606,'action complete via WP Cron','2021-01-27 06:52:24','2021-01-26 22:52:24'),(62088,23607,'action created','2021-01-27 06:52:24','2021-01-26 22:52:24'),(62089,23607,'action started via WP Cron','2021-01-27 07:01:03','2021-01-26 23:01:03'),(62090,23607,'action complete via WP Cron','2021-01-27 07:01:03','2021-01-26 23:01:03'),(62091,23608,'action created','2021-01-27 07:01:03','2021-01-26 23:01:03'),(62092,23608,'action started via WP Cron','2021-01-27 07:02:04','2021-01-26 23:02:04'),(62093,23608,'action complete via WP Cron','2021-01-27 07:02:04','2021-01-26 23:02:04'),(62094,23609,'action created','2021-01-27 07:02:04','2021-01-26 23:02:04'),(62095,23609,'action started via WP Cron','2021-01-27 07:04:06','2021-01-26 23:04:06'),(62096,23609,'action complete via WP Cron','2021-01-27 07:04:06','2021-01-26 23:04:06'),(62097,23610,'action created','2021-01-27 07:04:06','2021-01-26 23:04:06'),(62098,23610,'action started via WP Cron','2021-01-27 07:05:07','2021-01-26 23:05:07'),(62099,23610,'action complete via WP Cron','2021-01-27 07:05:07','2021-01-26 23:05:07'),(62100,23611,'action created','2021-01-27 07:05:07','2021-01-26 23:05:07'),(62101,23611,'action started via WP Cron','2021-01-27 07:17:56','2021-01-26 23:17:56'),(62102,23611,'action complete via WP Cron','2021-01-27 07:17:56','2021-01-26 23:17:56'),(62103,23612,'action created','2021-01-27 07:17:56','2021-01-26 23:17:56'),(62104,23612,'action started via WP Cron','2021-01-27 07:18:43','2021-01-26 23:18:43'),(62105,23612,'action complete via WP Cron','2021-01-27 07:18:43','2021-01-26 23:18:43'),(62106,23613,'action created','2021-01-27 07:18:43','2021-01-26 23:18:43'),(62107,23613,'action started via WP Cron','2021-01-27 07:19:41','2021-01-26 23:19:41'),(62108,23613,'action complete via WP Cron','2021-01-27 07:19:41','2021-01-26 23:19:41'),(62109,23614,'action created','2021-01-27 07:19:41','2021-01-26 23:19:41'),(62110,23614,'action started via WP Cron','2021-01-27 07:22:13','2021-01-26 23:22:13'),(62111,23614,'action complete via WP Cron','2021-01-27 07:22:13','2021-01-26 23:22:13'),(62112,23615,'action created','2021-01-27 07:22:13','2021-01-26 23:22:13'),(62113,23615,'action started via WP Cron','2021-01-27 07:23:14','2021-01-26 23:23:14'),(62114,23615,'action complete via WP Cron','2021-01-27 07:23:14','2021-01-26 23:23:14'),(62115,23616,'action created','2021-01-27 07:23:14','2021-01-26 23:23:14'),(62116,23616,'action started via WP Cron','2021-01-27 07:24:15','2021-01-26 23:24:15'),(62117,23616,'action complete via WP Cron','2021-01-27 07:24:15','2021-01-26 23:24:15'),(62118,23617,'action created','2021-01-27 07:24:15','2021-01-26 23:24:15'),(62119,23617,'action started via WP Cron','2021-01-27 07:24:44','2021-01-26 23:24:44'),(62120,23617,'action complete via WP Cron','2021-01-27 07:24:44','2021-01-26 23:24:44'),(62121,23618,'action created','2021-01-27 07:24:44','2021-01-26 23:24:44'),(62122,23618,'action started via WP Cron','2021-01-27 07:26:17','2021-01-26 23:26:17'),(62123,23618,'action complete via WP Cron','2021-01-27 07:26:17','2021-01-26 23:26:17'),(62124,23619,'action created','2021-01-27 07:26:17','2021-01-26 23:26:17'),(62125,23619,'action started via WP Cron','2021-01-27 07:27:18','2021-01-26 23:27:18'),(62126,23619,'action complete via WP Cron','2021-01-27 07:27:18','2021-01-26 23:27:18'),(62127,23620,'action created','2021-01-27 07:27:18','2021-01-26 23:27:18'),(62128,23620,'action started via WP Cron','2021-01-27 07:39:10','2021-01-26 23:39:10'),(62129,23620,'action complete via WP Cron','2021-01-27 07:39:10','2021-01-26 23:39:10'),(62130,23621,'action created','2021-01-27 07:39:10','2021-01-26 23:39:10'),(62131,23621,'action started via WP Cron','2021-01-27 07:41:10','2021-01-26 23:41:10'),(62132,23621,'action complete via WP Cron','2021-01-27 07:41:10','2021-01-26 23:41:10'),(62133,23622,'action created','2021-01-27 07:41:10','2021-01-26 23:41:10'),(62134,23622,'action started via WP Cron','2021-01-27 07:43:52','2021-01-26 23:43:52'),(62135,23622,'action complete via WP Cron','2021-01-27 07:43:52','2021-01-26 23:43:52'),(62136,23623,'action created','2021-01-27 07:43:53','2021-01-26 23:43:53'),(62137,23623,'action started via WP Cron','2021-01-27 07:45:32','2021-01-26 23:45:32'),(62138,23623,'action complete via WP Cron','2021-01-27 07:45:32','2021-01-26 23:45:32'),(62139,23624,'action created','2021-01-27 07:45:32','2021-01-26 23:45:32'),(62140,23624,'action started via WP Cron','2021-01-27 08:03:38','2021-01-27 00:03:38'),(62141,23624,'action complete via WP Cron','2021-01-27 08:03:38','2021-01-27 00:03:38'),(62142,23625,'action created','2021-01-27 08:03:38','2021-01-27 00:03:38'),(62143,23625,'action started via WP Cron','2021-01-27 08:05:30','2021-01-27 00:05:30'),(62144,23625,'action complete via WP Cron','2021-01-27 08:05:30','2021-01-27 00:05:30'),(62145,23626,'action created','2021-01-27 08:05:30','2021-01-27 00:05:30'),(62146,23626,'action started via WP Cron','2021-01-27 08:08:09','2021-01-27 00:08:09'),(62147,23626,'action complete via WP Cron','2021-01-27 08:08:09','2021-01-27 00:08:09'),(62148,23627,'action created','2021-01-27 08:08:09','2021-01-27 00:08:09'),(62149,23627,'action started via WP Cron','2021-01-27 08:09:03','2021-01-27 00:09:03'),(62150,23627,'action complete via WP Cron','2021-01-27 08:09:03','2021-01-27 00:09:03'),(62151,23628,'action created','2021-01-27 08:09:03','2021-01-27 00:09:03'),(62152,23628,'action started via WP Cron','2021-01-27 08:21:55','2021-01-27 00:21:55'),(62153,23628,'action complete via WP Cron','2021-01-27 08:21:55','2021-01-27 00:21:55'),(62154,23629,'action created','2021-01-27 08:21:55','2021-01-27 00:21:55'),(62155,23629,'action started via WP Cron','2021-01-27 08:23:28','2021-01-27 00:23:28'),(62156,23629,'action complete via WP Cron','2021-01-27 08:23:28','2021-01-27 00:23:28'),(62157,23630,'action created','2021-01-27 08:23:29','2021-01-27 00:23:29'),(62158,23630,'action started via WP Cron','2021-01-27 08:23:45','2021-01-27 00:23:45'),(62159,23630,'action complete via WP Cron','2021-01-27 08:23:45','2021-01-27 00:23:45'),(62160,23631,'action created','2021-01-27 08:23:45','2021-01-27 00:23:45'),(62161,23631,'action started via WP Cron','2021-01-27 08:25:05','2021-01-27 00:25:05'),(62162,23631,'action complete via WP Cron','2021-01-27 08:25:05','2021-01-27 00:25:05'),(62163,23632,'action created','2021-01-27 08:25:05','2021-01-27 00:25:05'),(62164,23632,'action started via WP Cron','2021-01-27 08:25:51','2021-01-27 00:25:51'),(62165,23632,'action complete via WP Cron','2021-01-27 08:25:51','2021-01-27 00:25:51'),(62166,23633,'action created','2021-01-27 08:25:51','2021-01-27 00:25:51'),(62167,23633,'action started via WP Cron','2021-01-27 08:27:20','2021-01-27 00:27:20'),(62168,23633,'action complete via WP Cron','2021-01-27 08:27:20','2021-01-27 00:27:20'),(62169,23634,'action created','2021-01-27 08:27:20','2021-01-27 00:27:20'),(124725,44486,'action complete via WP Cron','2021-02-27 08:34:54','2021-02-27 00:34:54'),(124724,44486,'action started via WP Cron','2021-02-27 08:34:54','2021-02-27 00:34:54'),(127537,45424,'action created','2021-02-28 08:48:53','2021-02-28 00:48:53'),(62173,23634,'action started via WP Cron','2021-01-27 08:34:47','2021-01-27 00:34:47'),(62174,23634,'action complete via WP Cron','2021-01-27 08:34:47','2021-01-27 00:34:47'),(62175,23636,'action created','2021-01-27 08:34:47','2021-01-27 00:34:47'),(62176,23636,'action started via WP Cron','2021-01-27 08:48:39','2021-01-27 00:48:39'),(62177,23636,'action complete via WP Cron','2021-01-27 08:48:39','2021-01-27 00:48:39'),(62178,23637,'action created','2021-01-27 08:48:39','2021-01-27 00:48:39'),(62179,23637,'action started via WP Cron','2021-01-27 08:49:57','2021-01-27 00:49:57'),(62180,23637,'action complete via WP Cron','2021-01-27 08:49:57','2021-01-27 00:49:57'),(62181,23638,'action created','2021-01-27 08:49:57','2021-01-27 00:49:57'),(62182,23638,'action started via WP Cron','2021-01-27 08:52:29','2021-01-27 00:52:29'),(62183,23638,'action complete via WP Cron','2021-01-27 08:52:29','2021-01-27 00:52:29'),(62184,23639,'action created','2021-01-27 08:52:29','2021-01-27 00:52:29'),(62185,23639,'action started via WP Cron','2021-01-27 08:54:32','2021-01-27 00:54:32'),(62186,23639,'action complete via WP Cron','2021-01-27 08:54:32','2021-01-27 00:54:32'),(62187,23640,'action created','2021-01-27 08:54:32','2021-01-27 00:54:32'),(62188,23640,'action started via WP Cron','2021-01-27 08:57:46','2021-01-27 00:57:46'),(62189,23640,'action complete via WP Cron','2021-01-27 08:57:46','2021-01-27 00:57:46'),(62190,23641,'action created','2021-01-27 08:57:46','2021-01-27 00:57:46'),(62191,23641,'action started via WP Cron','2021-01-27 09:00:39','2021-01-27 01:00:39'),(62192,23641,'action complete via WP Cron','2021-01-27 09:00:39','2021-01-27 01:00:39'),(62193,23642,'action created','2021-01-27 09:00:39','2021-01-27 01:00:39'),(62194,23642,'action started via WP Cron','2021-01-27 09:06:41','2021-01-27 01:06:41'),(62195,23642,'action complete via WP Cron','2021-01-27 09:06:41','2021-01-27 01:06:41'),(62196,23643,'action created','2021-01-27 09:06:41','2021-01-27 01:06:41'),(62197,23643,'action started via WP Cron','2021-01-27 09:20:11','2021-01-27 01:20:11'),(62198,23643,'action complete via WP Cron','2021-01-27 09:20:11','2021-01-27 01:20:11'),(62199,23644,'action created','2021-01-27 09:20:11','2021-01-27 01:20:11'),(62200,23644,'action started via WP Cron','2021-01-27 09:23:41','2021-01-27 01:23:41'),(62201,23644,'action complete via WP Cron','2021-01-27 09:23:41','2021-01-27 01:23:41'),(62202,23645,'action created','2021-01-27 09:23:41','2021-01-27 01:23:41'),(62203,23645,'action started via WP Cron','2021-01-27 09:29:21','2021-01-27 01:29:21'),(62204,23645,'action complete via WP Cron','2021-01-27 09:29:22','2021-01-27 01:29:22'),(62205,23646,'action created','2021-01-27 09:29:22','2021-01-27 01:29:22'),(62206,23646,'action started via WP Cron','2021-01-27 09:29:59','2021-01-27 01:29:59'),(62207,23646,'action complete via WP Cron','2021-01-27 09:29:59','2021-01-27 01:29:59'),(62208,23647,'action created','2021-01-27 09:30:00','2021-01-27 01:30:00'),(62209,23647,'action started via WP Cron','2021-01-27 09:38:27','2021-01-27 01:38:27'),(62210,23647,'action complete via WP Cron','2021-01-27 09:38:27','2021-01-27 01:38:27'),(62211,23648,'action created','2021-01-27 09:38:27','2021-01-27 01:38:27'),(62212,23648,'action started via WP Cron','2021-01-27 09:40:06','2021-01-27 01:40:06'),(62213,23648,'action complete via WP Cron','2021-01-27 09:40:06','2021-01-27 01:40:06'),(62214,23649,'action created','2021-01-27 09:40:06','2021-01-27 01:40:06'),(62215,23649,'action started via WP Cron','2021-01-27 09:41:21','2021-01-27 01:41:21'),(62216,23649,'action complete via WP Cron','2021-01-27 09:41:21','2021-01-27 01:41:21'),(62217,23650,'action created','2021-01-27 09:41:21','2021-01-27 01:41:21'),(62218,23650,'action started via WP Cron','2021-01-27 09:42:24','2021-01-27 01:42:24'),(62219,23650,'action complete via WP Cron','2021-01-27 09:42:24','2021-01-27 01:42:24'),(62220,23651,'action created','2021-01-27 09:42:24','2021-01-27 01:42:24'),(62221,23651,'action started via WP Cron','2021-01-27 09:43:43','2021-01-27 01:43:43'),(62222,23651,'action complete via WP Cron','2021-01-27 09:43:43','2021-01-27 01:43:43'),(62223,23652,'action created','2021-01-27 09:43:44','2021-01-27 01:43:44'),(62224,23652,'action started via WP Cron','2021-01-27 09:44:42','2021-01-27 01:44:42'),(62225,23652,'action complete via WP Cron','2021-01-27 09:44:42','2021-01-27 01:44:42'),(62226,23653,'action created','2021-01-27 09:44:42','2021-01-27 01:44:42'),(62227,23653,'action started via WP Cron','2021-01-27 09:46:27','2021-01-27 01:46:27'),(62228,23653,'action complete via WP Cron','2021-01-27 09:46:27','2021-01-27 01:46:27'),(62229,23654,'action created','2021-01-27 09:46:27','2021-01-27 01:46:27'),(62230,23654,'action started via WP Cron','2021-01-27 09:53:49','2021-01-27 01:53:49'),(62231,23654,'action complete via WP Cron','2021-01-27 09:53:49','2021-01-27 01:53:49'),(62232,23655,'action created','2021-01-27 09:53:49','2021-01-27 01:53:49'),(62233,23655,'action started via WP Cron','2021-01-27 09:55:53','2021-01-27 01:55:53'),(62234,23655,'action complete via WP Cron','2021-01-27 09:55:53','2021-01-27 01:55:53'),(62235,23656,'action created','2021-01-27 09:55:53','2021-01-27 01:55:53'),(62236,23656,'action started via WP Cron','2021-01-27 10:05:06','2021-01-27 02:05:06'),(62237,23656,'action complete via WP Cron','2021-01-27 10:05:06','2021-01-27 02:05:06'),(62238,23657,'action created','2021-01-27 10:05:06','2021-01-27 02:05:06'),(62239,23657,'action started via WP Cron','2021-01-27 10:07:19','2021-01-27 02:07:19'),(62240,23657,'action complete via WP Cron','2021-01-27 10:07:19','2021-01-27 02:07:19'),(62241,23658,'action created','2021-01-27 10:07:19','2021-01-27 02:07:19'),(62242,23658,'action started via WP Cron','2021-01-27 10:08:10','2021-01-27 02:08:10'),(62243,23658,'action complete via WP Cron','2021-01-27 10:08:10','2021-01-27 02:08:10'),(62244,23659,'action created','2021-01-27 10:08:10','2021-01-27 02:08:10'),(62245,23659,'action started via WP Cron','2021-01-27 10:18:26','2021-01-27 02:18:26'),(62246,23659,'action complete via WP Cron','2021-01-27 10:18:26','2021-01-27 02:18:26'),(62247,23660,'action created','2021-01-27 10:18:26','2021-01-27 02:18:26'),(62248,23660,'action started via WP Cron','2021-01-27 10:20:05','2021-01-27 02:20:05'),(62249,23660,'action complete via WP Cron','2021-01-27 10:20:05','2021-01-27 02:20:05'),(62250,23661,'action created','2021-01-27 10:20:05','2021-01-27 02:20:05'),(62251,23661,'action started via WP Cron','2021-01-27 10:21:26','2021-01-27 02:21:26'),(62252,23661,'action complete via WP Cron','2021-01-27 10:21:26','2021-01-27 02:21:26'),(62253,23662,'action created','2021-01-27 10:21:26','2021-01-27 02:21:26'),(62254,23662,'action started via WP Cron','2021-01-27 10:24:00','2021-01-27 02:24:00'),(62255,23662,'action complete via WP Cron','2021-01-27 10:24:00','2021-01-27 02:24:00'),(62256,23663,'action created','2021-01-27 10:24:00','2021-01-27 02:24:00'),(62257,23663,'action started via WP Cron','2021-01-27 10:28:30','2021-01-27 02:28:30'),(62258,23663,'action complete via WP Cron','2021-01-27 10:28:30','2021-01-27 02:28:30'),(62259,23664,'action created','2021-01-27 10:28:30','2021-01-27 02:28:30'),(62260,23664,'action started via WP Cron','2021-01-27 10:30:34','2021-01-27 02:30:34'),(62261,23664,'action complete via WP Cron','2021-01-27 10:30:34','2021-01-27 02:30:34'),(62262,23665,'action created','2021-01-27 10:30:34','2021-01-27 02:30:34'),(62263,23665,'action started via WP Cron','2021-01-27 10:30:44','2021-01-27 02:30:44'),(62264,23665,'action complete via WP Cron','2021-01-27 10:30:44','2021-01-27 02:30:44'),(62265,23666,'action created','2021-01-27 10:30:44','2021-01-27 02:30:44'),(62266,23666,'action started via WP Cron','2021-01-27 10:31:46','2021-01-27 02:31:46'),(62267,23666,'action complete via WP Cron','2021-01-27 10:31:46','2021-01-27 02:31:46'),(62268,23667,'action created','2021-01-27 10:31:46','2021-01-27 02:31:46'),(62269,23667,'action started via WP Cron','2021-01-27 10:34:58','2021-01-27 02:34:58'),(62270,23667,'action complete via WP Cron','2021-01-27 10:34:58','2021-01-27 02:34:58'),(62271,23668,'action created','2021-01-27 10:34:58','2021-01-27 02:34:58'),(62272,23668,'action started via WP Cron','2021-01-27 10:45:24','2021-01-27 02:45:24'),(62273,23668,'action complete via WP Cron','2021-01-27 10:45:24','2021-01-27 02:45:24'),(62274,23669,'action created','2021-01-27 10:45:24','2021-01-27 02:45:24'),(62275,23669,'action started via WP Cron','2021-01-27 10:47:03','2021-01-27 02:47:03'),(62276,23669,'action complete via WP Cron','2021-01-27 10:47:03','2021-01-27 02:47:03'),(62277,23670,'action created','2021-01-27 10:47:03','2021-01-27 02:47:03'),(62278,23670,'action started via WP Cron','2021-01-27 10:48:04','2021-01-27 02:48:04'),(62279,23670,'action complete via WP Cron','2021-01-27 10:48:04','2021-01-27 02:48:04'),(62280,23671,'action created','2021-01-27 10:48:04','2021-01-27 02:48:04'),(62281,23671,'action started via WP Cron','2021-01-27 10:49:04','2021-01-27 02:49:04'),(62282,23671,'action complete via WP Cron','2021-01-27 10:49:04','2021-01-27 02:49:04'),(62283,23672,'action created','2021-01-27 10:49:04','2021-01-27 02:49:04'),(62284,23672,'action started via WP Cron','2021-01-27 10:50:43','2021-01-27 02:50:43'),(62285,23672,'action complete via WP Cron','2021-01-27 10:50:43','2021-01-27 02:50:43'),(62286,23673,'action created','2021-01-27 10:50:43','2021-01-27 02:50:43'),(62287,23673,'action started via WP Cron','2021-01-27 10:52:07','2021-01-27 02:52:07'),(62288,23673,'action complete via WP Cron','2021-01-27 10:52:07','2021-01-27 02:52:07'),(62289,23674,'action created','2021-01-27 10:52:07','2021-01-27 02:52:07'),(62290,23674,'action started via WP Cron','2021-01-27 10:53:10','2021-01-27 02:53:10'),(62291,23674,'action complete via WP Cron','2021-01-27 10:53:10','2021-01-27 02:53:10'),(62292,23675,'action created','2021-01-27 10:53:10','2021-01-27 02:53:10'),(62293,23675,'action started via WP Cron','2021-01-27 10:54:21','2021-01-27 02:54:21'),(62294,23675,'action complete via WP Cron','2021-01-27 10:54:21','2021-01-27 02:54:21'),(62295,23676,'action created','2021-01-27 10:54:21','2021-01-27 02:54:21'),(62296,23676,'action started via WP Cron','2021-01-27 10:54:41','2021-01-27 02:54:41'),(62297,23676,'action complete via WP Cron','2021-01-27 10:54:41','2021-01-27 02:54:41'),(62298,23677,'action created','2021-01-27 10:54:41','2021-01-27 02:54:41'),(62299,23677,'action started via WP Cron','2021-01-27 10:55:41','2021-01-27 02:55:41'),(62300,23677,'action complete via WP Cron','2021-01-27 10:55:41','2021-01-27 02:55:41'),(62301,23678,'action created','2021-01-27 10:55:41','2021-01-27 02:55:41'),(62302,23678,'action started via WP Cron','2021-01-27 10:56:41','2021-01-27 02:56:41'),(62303,23678,'action complete via WP Cron','2021-01-27 10:56:41','2021-01-27 02:56:41'),(62304,23679,'action created','2021-01-27 10:56:41','2021-01-27 02:56:41'),(62305,23679,'action started via WP Cron','2021-01-27 10:57:41','2021-01-27 02:57:41'),(62306,23679,'action complete via WP Cron','2021-01-27 10:57:41','2021-01-27 02:57:41'),(62307,23680,'action created','2021-01-27 10:57:41','2021-01-27 02:57:41'),(62308,23680,'action started via WP Cron','2021-01-27 10:58:41','2021-01-27 02:58:41'),(62309,23680,'action complete via WP Cron','2021-01-27 10:58:41','2021-01-27 02:58:41'),(62310,23681,'action created','2021-01-27 10:58:41','2021-01-27 02:58:41'),(62311,23681,'action started via WP Cron','2021-01-27 10:59:41','2021-01-27 02:59:41'),(62312,23681,'action complete via WP Cron','2021-01-27 10:59:41','2021-01-27 02:59:41'),(62313,23682,'action created','2021-01-27 10:59:41','2021-01-27 02:59:41'),(62314,23682,'action started via WP Cron','2021-01-27 11:00:43','2021-01-27 03:00:43'),(62315,23682,'action complete via WP Cron','2021-01-27 11:00:43','2021-01-27 03:00:43'),(62316,23683,'action created','2021-01-27 11:00:43','2021-01-27 03:00:43'),(62317,23683,'action started via WP Cron','2021-01-27 11:01:43','2021-01-27 03:01:43'),(62318,23683,'action complete via WP Cron','2021-01-27 11:01:43','2021-01-27 03:01:43'),(62319,23684,'action created','2021-01-27 11:01:44','2021-01-27 03:01:44'),(62320,23684,'action started via WP Cron','2021-01-27 11:02:42','2021-01-27 03:02:42'),(62321,23684,'action complete via WP Cron','2021-01-27 11:02:42','2021-01-27 03:02:42'),(62322,23685,'action created','2021-01-27 11:02:42','2021-01-27 03:02:42'),(62323,23685,'action started via WP Cron','2021-01-27 11:03:42','2021-01-27 03:03:42'),(62324,23685,'action complete via WP Cron','2021-01-27 11:03:42','2021-01-27 03:03:42'),(62325,23686,'action created','2021-01-27 11:03:42','2021-01-27 03:03:42'),(62326,23686,'action started via WP Cron','2021-01-27 11:04:42','2021-01-27 03:04:42'),(62327,23686,'action complete via WP Cron','2021-01-27 11:04:42','2021-01-27 03:04:42'),(62328,23687,'action created','2021-01-27 11:04:42','2021-01-27 03:04:42'),(62329,23687,'action started via WP Cron','2021-01-27 11:05:42','2021-01-27 03:05:42'),(62330,23687,'action complete via WP Cron','2021-01-27 11:05:42','2021-01-27 03:05:42'),(62331,23688,'action created','2021-01-27 11:05:42','2021-01-27 03:05:42'),(62332,23688,'action started via WP Cron','2021-01-27 11:06:43','2021-01-27 03:06:43'),(62333,23688,'action complete via WP Cron','2021-01-27 11:06:43','2021-01-27 03:06:43'),(62334,23689,'action created','2021-01-27 11:06:43','2021-01-27 03:06:43'),(62335,23689,'action started via WP Cron','2021-01-27 11:07:41','2021-01-27 03:07:41'),(62336,23689,'action complete via WP Cron','2021-01-27 11:07:41','2021-01-27 03:07:41'),(62337,23690,'action created','2021-01-27 11:07:42','2021-01-27 03:07:42'),(62338,23690,'action started via WP Cron','2021-01-27 11:08:41','2021-01-27 03:08:41'),(62339,23690,'action complete via WP Cron','2021-01-27 11:08:41','2021-01-27 03:08:41'),(62340,23691,'action created','2021-01-27 11:08:41','2021-01-27 03:08:41'),(62341,23691,'action started via WP Cron','2021-01-27 11:09:44','2021-01-27 03:09:44'),(62342,23691,'action complete via WP Cron','2021-01-27 11:09:44','2021-01-27 03:09:44'),(62343,23692,'action created','2021-01-27 11:09:44','2021-01-27 03:09:44'),(62344,23692,'action started via WP Cron','2021-01-27 11:10:40','2021-01-27 03:10:40'),(62345,23692,'action complete via WP Cron','2021-01-27 11:10:40','2021-01-27 03:10:40'),(62346,23693,'action created','2021-01-27 11:10:41','2021-01-27 03:10:41'),(62347,23693,'action started via WP Cron','2021-01-27 11:11:42','2021-01-27 03:11:42'),(62348,23693,'action complete via WP Cron','2021-01-27 11:11:42','2021-01-27 03:11:42'),(62349,23694,'action created','2021-01-27 11:11:42','2021-01-27 03:11:42'),(62350,23694,'action started via WP Cron','2021-01-27 11:12:42','2021-01-27 03:12:42'),(62351,23694,'action complete via WP Cron','2021-01-27 11:12:42','2021-01-27 03:12:42'),(62352,23695,'action created','2021-01-27 11:12:42','2021-01-27 03:12:42'),(62353,23695,'action started via WP Cron','2021-01-27 11:13:41','2021-01-27 03:13:41'),(62354,23695,'action complete via WP Cron','2021-01-27 11:13:41','2021-01-27 03:13:41'),(62355,23696,'action created','2021-01-27 11:13:41','2021-01-27 03:13:41'),(62356,23696,'action started via WP Cron','2021-01-27 11:14:42','2021-01-27 03:14:42'),(62357,23696,'action complete via WP Cron','2021-01-27 11:14:42','2021-01-27 03:14:42'),(62358,23697,'action created','2021-01-27 11:14:42','2021-01-27 03:14:42'),(62359,23697,'action started via WP Cron','2021-01-27 11:15:42','2021-01-27 03:15:42'),(62360,23697,'action complete via WP Cron','2021-01-27 11:15:42','2021-01-27 03:15:42'),(62361,23698,'action created','2021-01-27 11:15:42','2021-01-27 03:15:42'),(62362,23698,'action started via WP Cron','2021-01-27 11:16:41','2021-01-27 03:16:41'),(62363,23698,'action complete via WP Cron','2021-01-27 11:16:41','2021-01-27 03:16:41'),(62364,23699,'action created','2021-01-27 11:16:41','2021-01-27 03:16:41'),(62365,23699,'action started via WP Cron','2021-01-27 11:17:43','2021-01-27 03:17:43'),(62366,23699,'action complete via WP Cron','2021-01-27 11:17:43','2021-01-27 03:17:43'),(62367,23700,'action created','2021-01-27 11:17:43','2021-01-27 03:17:43'),(62368,23700,'action started via WP Cron','2021-01-27 11:18:42','2021-01-27 03:18:42'),(62369,23700,'action complete via WP Cron','2021-01-27 11:18:42','2021-01-27 03:18:42'),(62370,23701,'action created','2021-01-27 11:18:43','2021-01-27 03:18:43'),(62371,23701,'action started via WP Cron','2021-01-27 11:19:41','2021-01-27 03:19:41'),(62372,23701,'action complete via WP Cron','2021-01-27 11:19:41','2021-01-27 03:19:41'),(62373,23702,'action created','2021-01-27 11:19:41','2021-01-27 03:19:41'),(62374,23702,'action started via WP Cron','2021-01-27 11:20:41','2021-01-27 03:20:41'),(62375,23702,'action complete via WP Cron','2021-01-27 11:20:41','2021-01-27 03:20:41'),(62376,23703,'action created','2021-01-27 11:20:41','2021-01-27 03:20:41'),(62377,23703,'action started via WP Cron','2021-01-27 11:21:41','2021-01-27 03:21:41'),(62378,23703,'action complete via WP Cron','2021-01-27 11:21:41','2021-01-27 03:21:41'),(62379,23704,'action created','2021-01-27 11:21:41','2021-01-27 03:21:41'),(62380,23704,'action started via WP Cron','2021-01-27 11:22:42','2021-01-27 03:22:42'),(62381,23704,'action complete via WP Cron','2021-01-27 11:22:42','2021-01-27 03:22:42'),(62382,23705,'action created','2021-01-27 11:22:42','2021-01-27 03:22:42'),(62383,23705,'action started via WP Cron','2021-01-27 11:23:42','2021-01-27 03:23:42'),(62384,23705,'action complete via WP Cron','2021-01-27 11:23:42','2021-01-27 03:23:42'),(62385,23706,'action created','2021-01-27 11:23:42','2021-01-27 03:23:42'),(62386,23706,'action started via WP Cron','2021-01-27 11:24:42','2021-01-27 03:24:42'),(62387,23706,'action complete via WP Cron','2021-01-27 11:24:42','2021-01-27 03:24:42'),(62388,23707,'action created','2021-01-27 11:24:43','2021-01-27 03:24:43'),(62389,23707,'action started via WP Cron','2021-01-27 11:25:41','2021-01-27 03:25:41'),(62390,23707,'action complete via WP Cron','2021-01-27 11:25:41','2021-01-27 03:25:41'),(62391,23708,'action created','2021-01-27 11:25:41','2021-01-27 03:25:41'),(62392,23708,'action started via WP Cron','2021-01-27 11:26:41','2021-01-27 03:26:41'),(62393,23708,'action complete via WP Cron','2021-01-27 11:26:41','2021-01-27 03:26:41'),(62394,23709,'action created','2021-01-27 11:26:41','2021-01-27 03:26:41'),(62395,23709,'action started via WP Cron','2021-01-27 11:27:42','2021-01-27 03:27:42'),(62396,23709,'action complete via WP Cron','2021-01-27 11:27:42','2021-01-27 03:27:42'),(62397,23710,'action created','2021-01-27 11:27:42','2021-01-27 03:27:42'),(62398,23710,'action started via WP Cron','2021-01-27 11:28:42','2021-01-27 03:28:42'),(62399,23710,'action complete via WP Cron','2021-01-27 11:28:42','2021-01-27 03:28:42'),(62400,23711,'action created','2021-01-27 11:28:42','2021-01-27 03:28:42'),(62401,23711,'action started via WP Cron','2021-01-27 11:29:41','2021-01-27 03:29:41'),(62402,23711,'action complete via WP Cron','2021-01-27 11:29:41','2021-01-27 03:29:41'),(62403,23712,'action created','2021-01-27 11:29:42','2021-01-27 03:29:42'),(62404,23712,'action started via WP Cron','2021-01-27 11:30:40','2021-01-27 03:30:40'),(62405,23712,'action complete via WP Cron','2021-01-27 11:30:40','2021-01-27 03:30:40'),(62406,23713,'action created','2021-01-27 11:30:41','2021-01-27 03:30:41'),(62407,23713,'action started via WP Cron','2021-01-27 11:31:42','2021-01-27 03:31:42'),(62408,23713,'action complete via WP Cron','2021-01-27 11:31:42','2021-01-27 03:31:42'),(62409,23714,'action created','2021-01-27 11:31:42','2021-01-27 03:31:42'),(62410,23714,'action started via WP Cron','2021-01-27 11:32:42','2021-01-27 03:32:42'),(62411,23714,'action complete via WP Cron','2021-01-27 11:32:42','2021-01-27 03:32:42'),(62412,23715,'action created','2021-01-27 11:32:42','2021-01-27 03:32:42'),(62413,23715,'action started via WP Cron','2021-01-27 11:33:42','2021-01-27 03:33:42'),(62414,23715,'action complete via WP Cron','2021-01-27 11:33:42','2021-01-27 03:33:42'),(62415,23716,'action created','2021-01-27 11:33:42','2021-01-27 03:33:42'),(62416,23716,'action started via WP Cron','2021-01-27 11:34:42','2021-01-27 03:34:42'),(62417,23716,'action complete via WP Cron','2021-01-27 11:34:42','2021-01-27 03:34:42'),(62418,23717,'action created','2021-01-27 11:34:42','2021-01-27 03:34:42'),(62419,23717,'action started via WP Cron','2021-01-27 11:35:41','2021-01-27 03:35:41'),(62420,23717,'action complete via WP Cron','2021-01-27 11:35:41','2021-01-27 03:35:41'),(62421,23718,'action created','2021-01-27 11:35:41','2021-01-27 03:35:41'),(62422,23718,'action started via WP Cron','2021-01-27 11:36:41','2021-01-27 03:36:41'),(62423,23718,'action complete via WP Cron','2021-01-27 11:36:41','2021-01-27 03:36:41'),(62424,23719,'action created','2021-01-27 11:36:41','2021-01-27 03:36:41'),(62425,23719,'action started via WP Cron','2021-01-27 11:37:42','2021-01-27 03:37:42'),(62426,23719,'action complete via WP Cron','2021-01-27 11:37:42','2021-01-27 03:37:42'),(62427,23720,'action created','2021-01-27 11:37:42','2021-01-27 03:37:42'),(62428,23720,'action started via WP Cron','2021-01-27 11:38:41','2021-01-27 03:38:41'),(62429,23720,'action complete via WP Cron','2021-01-27 11:38:41','2021-01-27 03:38:41'),(62430,23721,'action created','2021-01-27 11:38:41','2021-01-27 03:38:41'),(62431,23721,'action started via WP Cron','2021-01-27 11:39:42','2021-01-27 03:39:42'),(62432,23721,'action complete via WP Cron','2021-01-27 11:39:42','2021-01-27 03:39:42'),(62433,23722,'action created','2021-01-27 11:39:42','2021-01-27 03:39:42'),(62434,23722,'action started via WP Cron','2021-01-27 11:40:42','2021-01-27 03:40:42'),(62435,23722,'action complete via WP Cron','2021-01-27 11:40:42','2021-01-27 03:40:42'),(62436,23723,'action created','2021-01-27 11:40:42','2021-01-27 03:40:42'),(62437,23723,'action started via WP Cron','2021-01-27 11:41:42','2021-01-27 03:41:42'),(62438,23723,'action complete via WP Cron','2021-01-27 11:41:42','2021-01-27 03:41:42'),(62439,23724,'action created','2021-01-27 11:41:42','2021-01-27 03:41:42'),(62440,23724,'action started via WP Cron','2021-01-27 11:42:42','2021-01-27 03:42:42'),(62441,23724,'action complete via WP Cron','2021-01-27 11:42:42','2021-01-27 03:42:42'),(62442,23725,'action created','2021-01-27 11:42:42','2021-01-27 03:42:42'),(62443,23725,'action started via WP Cron','2021-01-27 11:44:11','2021-01-27 03:44:11'),(62444,23725,'action complete via WP Cron','2021-01-27 11:44:11','2021-01-27 03:44:11'),(62445,23726,'action created','2021-01-27 11:44:11','2021-01-27 03:44:11'),(62446,23726,'action started via WP Cron','2021-01-27 11:45:48','2021-01-27 03:45:48'),(62447,23726,'action complete via WP Cron','2021-01-27 11:45:48','2021-01-27 03:45:48'),(62448,23727,'action created','2021-01-27 11:45:48','2021-01-27 03:45:48'),(62449,23727,'action started via WP Cron','2021-01-27 11:51:49','2021-01-27 03:51:49'),(62450,23727,'action complete via WP Cron','2021-01-27 11:51:49','2021-01-27 03:51:49'),(62451,23728,'action created','2021-01-27 11:51:49','2021-01-27 03:51:49'),(62452,23728,'action started via WP Cron','2021-01-27 11:53:08','2021-01-27 03:53:08'),(62453,23728,'action complete via WP Cron','2021-01-27 11:53:08','2021-01-27 03:53:08'),(62454,23729,'action created','2021-01-27 11:53:08','2021-01-27 03:53:08'),(62455,23729,'action started via WP Cron','2021-01-27 11:54:02','2021-01-27 03:54:02'),(62456,23729,'action complete via WP Cron','2021-01-27 11:54:02','2021-01-27 03:54:02'),(62457,23730,'action created','2021-01-27 11:54:02','2021-01-27 03:54:02'),(62458,23730,'action started via WP Cron','2021-01-27 11:55:12','2021-01-27 03:55:12'),(62459,23730,'action complete via WP Cron','2021-01-27 11:55:12','2021-01-27 03:55:12'),(62460,23731,'action created','2021-01-27 11:55:12','2021-01-27 03:55:12'),(62461,23731,'action started via WP Cron','2021-01-27 11:55:54','2021-01-27 03:55:54'),(62462,23731,'action complete via WP Cron','2021-01-27 11:55:54','2021-01-27 03:55:54'),(62463,23732,'action created','2021-01-27 11:55:54','2021-01-27 03:55:54'),(62464,23732,'action started via WP Cron','2021-01-27 11:57:13','2021-01-27 03:57:13'),(62465,23732,'action complete via WP Cron','2021-01-27 11:57:13','2021-01-27 03:57:13'),(62466,23733,'action created','2021-01-27 11:57:13','2021-01-27 03:57:13'),(62467,23733,'action started via WP Cron','2021-01-27 12:01:54','2021-01-27 04:01:54'),(62468,23733,'action complete via WP Cron','2021-01-27 12:01:54','2021-01-27 04:01:54'),(62469,23734,'action created','2021-01-27 12:01:54','2021-01-27 04:01:54'),(62470,23734,'action started via WP Cron','2021-01-27 12:02:42','2021-01-27 04:02:42'),(62471,23734,'action complete via WP Cron','2021-01-27 12:02:42','2021-01-27 04:02:42'),(62472,23735,'action created','2021-01-27 12:02:42','2021-01-27 04:02:42'),(62473,23735,'action started via WP Cron','2021-01-27 12:03:49','2021-01-27 04:03:49'),(62474,23735,'action complete via WP Cron','2021-01-27 12:03:49','2021-01-27 04:03:49'),(62475,23736,'action created','2021-01-27 12:03:49','2021-01-27 04:03:49'),(62476,23736,'action started via WP Cron','2021-01-27 12:04:50','2021-01-27 04:04:50'),(62477,23736,'action complete via WP Cron','2021-01-27 12:04:50','2021-01-27 04:04:50'),(62478,23737,'action created','2021-01-27 12:04:50','2021-01-27 04:04:50'),(62479,23737,'action started via WP Cron','2021-01-27 12:05:51','2021-01-27 04:05:51'),(62480,23737,'action complete via WP Cron','2021-01-27 12:05:51','2021-01-27 04:05:51'),(62481,23738,'action created','2021-01-27 12:05:51','2021-01-27 04:05:51'),(62482,23738,'action started via WP Cron','2021-01-27 12:06:52','2021-01-27 04:06:52'),(62483,23738,'action complete via WP Cron','2021-01-27 12:06:52','2021-01-27 04:06:52'),(62484,23739,'action created','2021-01-27 12:06:52','2021-01-27 04:06:52'),(62485,23739,'action started via WP Cron','2021-01-27 12:08:31','2021-01-27 04:08:31'),(62486,23739,'action complete via WP Cron','2021-01-27 12:08:31','2021-01-27 04:08:31'),(62487,23740,'action created','2021-01-27 12:08:31','2021-01-27 04:08:31'),(62488,23740,'action started via WP Cron','2021-01-27 12:09:32','2021-01-27 04:09:32'),(62489,23740,'action complete via WP Cron','2021-01-27 12:09:32','2021-01-27 04:09:32'),(62490,23741,'action created','2021-01-27 12:09:32','2021-01-27 04:09:32'),(62491,23741,'action started via WP Cron','2021-01-27 12:30:08','2021-01-27 04:30:08'),(62492,23741,'action complete via WP Cron','2021-01-27 12:30:08','2021-01-27 04:30:08'),(62493,23742,'action created','2021-01-27 12:30:09','2021-01-27 04:30:09'),(62494,23742,'action started via WP Cron','2021-01-27 12:33:35','2021-01-27 04:33:35'),(62495,23742,'action complete via WP Cron','2021-01-27 12:33:35','2021-01-27 04:33:35'),(62496,23743,'action created','2021-01-27 12:33:35','2021-01-27 04:33:35'),(62497,23743,'action started via WP Cron','2021-01-27 12:34:22','2021-01-27 04:34:22'),(62498,23743,'action complete via WP Cron','2021-01-27 12:34:22','2021-01-27 04:34:22'),(62499,23744,'action created','2021-01-27 12:34:22','2021-01-27 04:34:22'),(62500,23744,'action started via WP Cron','2021-01-27 12:35:48','2021-01-27 04:35:48'),(62501,23744,'action complete via WP Cron','2021-01-27 12:35:48','2021-01-27 04:35:48'),(62502,23745,'action created','2021-01-27 12:35:48','2021-01-27 04:35:48'),(62503,23745,'action started via WP Cron','2021-01-27 12:38:22','2021-01-27 04:38:22'),(62504,23745,'action complete via WP Cron','2021-01-27 12:38:22','2021-01-27 04:38:22'),(62505,23746,'action created','2021-01-27 12:38:22','2021-01-27 04:38:22'),(62506,23746,'action started via WP Cron','2021-01-27 12:44:03','2021-01-27 04:44:03'),(62507,23746,'action complete via WP Cron','2021-01-27 12:44:03','2021-01-27 04:44:03'),(62508,23747,'action created','2021-01-27 12:44:03','2021-01-27 04:44:03'),(62509,23747,'action started via WP Cron','2021-01-27 12:49:11','2021-01-27 04:49:11'),(62510,23747,'action complete via WP Cron','2021-01-27 12:49:11','2021-01-27 04:49:11'),(62511,23748,'action created','2021-01-27 12:49:12','2021-01-27 04:49:12'),(62512,23748,'action started via WP Cron','2021-01-27 12:50:33','2021-01-27 04:50:33'),(62513,23748,'action complete via WP Cron','2021-01-27 12:50:33','2021-01-27 04:50:33'),(62514,23749,'action created','2021-01-27 12:50:33','2021-01-27 04:50:33'),(62515,23749,'action started via WP Cron','2021-01-27 12:54:21','2021-01-27 04:54:21'),(62516,23749,'action complete via WP Cron','2021-01-27 12:54:21','2021-01-27 04:54:21'),(62517,23750,'action created','2021-01-27 12:54:21','2021-01-27 04:54:21'),(62518,23750,'action started via WP Cron','2021-01-27 12:54:41','2021-01-27 04:54:41'),(62519,23750,'action complete via WP Cron','2021-01-27 12:54:41','2021-01-27 04:54:41'),(62520,23751,'action created','2021-01-27 12:54:41','2021-01-27 04:54:41'),(62521,23751,'action started via WP Cron','2021-01-27 12:56:20','2021-01-27 04:56:20'),(62522,23751,'action complete via WP Cron','2021-01-27 12:56:20','2021-01-27 04:56:20'),(62523,23752,'action created','2021-01-27 12:58:14','2021-01-27 04:58:14'),(62524,23752,'action started via WP Cron','2021-01-27 12:59:14','2021-01-27 04:59:14'),(62525,23752,'action complete via WP Cron','2021-01-27 12:59:14','2021-01-27 04:59:14'),(62526,23753,'action created','2021-01-27 12:59:14','2021-01-27 04:59:14'),(62527,23753,'action started via WP Cron','2021-01-27 13:00:15','2021-01-27 05:00:15'),(62528,23753,'action complete via WP Cron','2021-01-27 13:00:15','2021-01-27 05:00:15'),(62529,23754,'action created','2021-01-27 13:00:15','2021-01-27 05:00:15'),(62530,23754,'action started via WP Cron','2021-01-27 13:04:38','2021-01-27 05:04:38'),(62531,23754,'action complete via WP Cron','2021-01-27 13:04:38','2021-01-27 05:04:38'),(62532,23755,'action created','2021-01-27 13:04:38','2021-01-27 05:04:38'),(62533,23755,'action started via WP Cron','2021-01-27 13:05:48','2021-01-27 05:05:48'),(62534,23755,'action complete via WP Cron','2021-01-27 13:05:48','2021-01-27 05:05:48'),(62535,23756,'action created','2021-01-27 13:05:48','2021-01-27 05:05:48'),(62536,23756,'action started via WP Cron','2021-01-27 13:06:51','2021-01-27 05:06:51'),(62537,23756,'action complete via WP Cron','2021-01-27 13:06:51','2021-01-27 05:06:51'),(62538,23757,'action created','2021-01-27 13:06:51','2021-01-27 05:06:51'),(62539,23757,'action started via WP Cron','2021-01-27 13:09:09','2021-01-27 05:09:09'),(62540,23757,'action complete via WP Cron','2021-01-27 13:09:09','2021-01-27 05:09:09'),(62541,23758,'action created','2021-01-27 13:09:10','2021-01-27 05:09:10'),(62542,23758,'action started via WP Cron','2021-01-27 13:10:10','2021-01-27 05:10:10'),(62543,23758,'action complete via WP Cron','2021-01-27 13:10:10','2021-01-27 05:10:10'),(62544,23759,'action created','2021-01-27 13:10:10','2021-01-27 05:10:10'),(62545,23759,'action started via WP Cron','2021-01-27 13:11:13','2021-01-27 05:11:13'),(62546,23759,'action complete via WP Cron','2021-01-27 13:11:13','2021-01-27 05:11:13'),(62547,23760,'action created','2021-01-27 13:11:16','2021-01-27 05:11:16'),(62548,23760,'action started via WP Cron','2021-01-27 13:12:12','2021-01-27 05:12:12'),(62549,23760,'action complete via WP Cron','2021-01-27 13:12:12','2021-01-27 05:12:12'),(62550,23761,'action created','2021-01-27 13:12:12','2021-01-27 05:12:12'),(62551,23761,'action started via WP Cron','2021-01-27 13:13:13','2021-01-27 05:13:13'),(62552,23761,'action complete via WP Cron','2021-01-27 13:13:13','2021-01-27 05:13:13'),(62553,23762,'action created','2021-01-27 13:13:13','2021-01-27 05:13:13'),(62554,23762,'action started via WP Cron','2021-01-27 13:14:14','2021-01-27 05:14:14'),(62555,23762,'action complete via WP Cron','2021-01-27 13:14:14','2021-01-27 05:14:14'),(62556,23763,'action created','2021-01-27 13:14:14','2021-01-27 05:14:14'),(62557,23763,'action started via WP Cron','2021-01-27 13:15:27','2021-01-27 05:15:27'),(62558,23763,'action complete via WP Cron','2021-01-27 13:15:27','2021-01-27 05:15:27'),(62559,23764,'action created','2021-01-27 13:15:27','2021-01-27 05:15:27'),(62560,23764,'action started via WP Cron','2021-01-27 13:18:59','2021-01-27 05:18:59'),(62561,23764,'action complete via WP Cron','2021-01-27 13:18:59','2021-01-27 05:18:59'),(62562,23765,'action created','2021-01-27 13:18:59','2021-01-27 05:18:59'),(62563,23765,'action started via WP Cron','2021-01-27 13:22:01','2021-01-27 05:22:01'),(62564,23765,'action complete via WP Cron','2021-01-27 13:22:01','2021-01-27 05:22:01'),(62565,23766,'action created','2021-01-27 13:22:01','2021-01-27 05:22:01'),(62566,23766,'action started via WP Cron','2021-01-27 13:22:41','2021-01-27 05:22:41'),(62567,23766,'action complete via WP Cron','2021-01-27 13:22:41','2021-01-27 05:22:41'),(62568,23767,'action created','2021-01-27 13:22:41','2021-01-27 05:22:41'),(62569,23767,'action started via WP Cron','2021-01-27 13:23:46','2021-01-27 05:23:46'),(62570,23767,'action complete via WP Cron','2021-01-27 13:23:46','2021-01-27 05:23:46'),(62571,23768,'action created','2021-01-27 13:23:47','2021-01-27 05:23:47'),(62572,23768,'action started via WP Cron','2021-01-27 13:24:40','2021-01-27 05:24:40'),(62573,23768,'action complete via WP Cron','2021-01-27 13:24:41','2021-01-27 05:24:41'),(62574,23769,'action created','2021-01-27 13:24:41','2021-01-27 05:24:41'),(62575,23769,'action started via WP Cron','2021-01-27 13:25:41','2021-01-27 05:25:41'),(62576,23769,'action complete via WP Cron','2021-01-27 13:25:41','2021-01-27 05:25:41'),(62577,23770,'action created','2021-01-27 13:25:41','2021-01-27 05:25:41'),(62578,23770,'action started via WP Cron','2021-01-27 13:26:42','2021-01-27 05:26:42'),(62579,23770,'action complete via WP Cron','2021-01-27 13:26:42','2021-01-27 05:26:42'),(62580,23771,'action created','2021-01-27 13:26:43','2021-01-27 05:26:43'),(62581,23771,'action started via WP Cron','2021-01-27 13:27:46','2021-01-27 05:27:46'),(62582,23771,'action complete via WP Cron','2021-01-27 13:27:46','2021-01-27 05:27:46'),(62583,23772,'action created','2021-01-27 13:27:47','2021-01-27 05:27:47'),(62584,23772,'action started via WP Cron','2021-01-27 13:28:42','2021-01-27 05:28:42'),(62585,23772,'action complete via WP Cron','2021-01-27 13:28:42','2021-01-27 05:28:42'),(62586,23773,'action created','2021-01-27 13:28:44','2021-01-27 05:28:44'),(62587,23773,'action started via WP Cron','2021-01-27 13:29:41','2021-01-27 05:29:41'),(62588,23773,'action complete via WP Cron','2021-01-27 13:29:41','2021-01-27 05:29:41'),(62589,23774,'action created','2021-01-27 13:29:45','2021-01-27 05:29:45'),(62590,23774,'action started via WP Cron','2021-01-27 13:30:41','2021-01-27 05:30:41'),(62591,23774,'action complete via WP Cron','2021-01-27 13:30:41','2021-01-27 05:30:41'),(62592,23775,'action created','2021-01-27 13:30:42','2021-01-27 05:30:42'),(62593,23775,'action started via WP Cron','2021-01-27 13:31:42','2021-01-27 05:31:42'),(62594,23775,'action complete via WP Cron','2021-01-27 13:31:42','2021-01-27 05:31:42'),(62595,23776,'action created','2021-01-27 13:31:43','2021-01-27 05:31:43'),(62596,23776,'action started via WP Cron','2021-01-27 13:32:41','2021-01-27 05:32:41'),(62597,23776,'action complete via WP Cron','2021-01-27 13:32:41','2021-01-27 05:32:41'),(62598,23777,'action created','2021-01-27 13:32:41','2021-01-27 05:32:41'),(62599,23777,'action started via WP Cron','2021-01-27 13:33:41','2021-01-27 05:33:41'),(62600,23777,'action complete via WP Cron','2021-01-27 13:33:41','2021-01-27 05:33:41'),(62601,23778,'action created','2021-01-27 13:33:42','2021-01-27 05:33:42'),(62602,23778,'action started via WP Cron','2021-01-27 13:34:42','2021-01-27 05:34:42'),(62603,23778,'action complete via WP Cron','2021-01-27 13:34:42','2021-01-27 05:34:42'),(62604,23779,'action created','2021-01-27 13:34:42','2021-01-27 05:34:42'),(62605,23779,'action started via WP Cron','2021-01-27 13:36:53','2021-01-27 05:36:53'),(62606,23779,'action complete via WP Cron','2021-01-27 13:36:53','2021-01-27 05:36:53'),(62607,23780,'action created','2021-01-27 13:36:53','2021-01-27 05:36:53'),(62608,23780,'action started via WP Cron','2021-01-27 13:48:09','2021-01-27 05:48:09'),(62609,23780,'action complete via WP Cron','2021-01-27 13:48:09','2021-01-27 05:48:09'),(62610,23781,'action created','2021-01-27 13:48:09','2021-01-27 05:48:09'),(62611,23781,'action started via WP Cron','2021-01-27 14:00:55','2021-01-27 06:00:55'),(62612,23781,'action complete via WP Cron','2021-01-27 14:00:55','2021-01-27 06:00:55'),(62613,23782,'action created','2021-01-27 14:00:55','2021-01-27 06:00:55'),(62614,23782,'action started via WP Cron','2021-01-27 14:01:56','2021-01-27 06:01:56'),(62615,23782,'action complete via WP Cron','2021-01-27 14:01:56','2021-01-27 06:01:56'),(62616,23783,'action created','2021-01-27 14:01:56','2021-01-27 06:01:56'),(62617,23783,'action started via WP Cron','2021-01-27 14:02:57','2021-01-27 06:02:57'),(62618,23783,'action complete via WP Cron','2021-01-27 14:02:57','2021-01-27 06:02:57'),(62619,23784,'action created','2021-01-27 14:02:57','2021-01-27 06:02:57'),(62620,23784,'action started via WP Cron','2021-01-27 14:05:05','2021-01-27 06:05:05'),(62621,23784,'action complete via WP Cron','2021-01-27 14:05:05','2021-01-27 06:05:05'),(62622,23785,'action created','2021-01-27 14:05:06','2021-01-27 06:05:06'),(62623,23785,'action started via WP Cron','2021-01-27 14:06:06','2021-01-27 06:06:06'),(62624,23785,'action complete via WP Cron','2021-01-27 14:06:06','2021-01-27 06:06:06'),(62625,23786,'action created','2021-01-27 14:06:06','2021-01-27 06:06:06'),(62626,23786,'action started via WP Cron','2021-01-27 14:07:08','2021-01-27 06:07:08'),(62627,23786,'action complete via WP Cron','2021-01-27 14:07:08','2021-01-27 06:07:08'),(62628,23787,'action created','2021-01-27 14:07:08','2021-01-27 06:07:08'),(62629,23787,'action started via WP Cron','2021-01-27 14:07:41','2021-01-27 06:07:41'),(62630,23787,'action complete via WP Cron','2021-01-27 14:07:41','2021-01-27 06:07:41'),(62631,23788,'action created','2021-01-27 14:07:41','2021-01-27 06:07:41'),(62632,23788,'action started via WP Cron','2021-01-27 14:09:13','2021-01-27 06:09:13'),(62633,23788,'action complete via WP Cron','2021-01-27 14:09:13','2021-01-27 06:09:13'),(62634,23789,'action created','2021-01-27 14:09:13','2021-01-27 06:09:13'),(62635,23789,'action started via WP Cron','2021-01-27 14:13:37','2021-01-27 06:13:37'),(62636,23789,'action complete via WP Cron','2021-01-27 14:13:37','2021-01-27 06:13:37'),(62637,23790,'action created','2021-01-27 14:13:37','2021-01-27 06:13:37'),(62638,23790,'action started via WP Cron','2021-01-27 14:14:35','2021-01-27 06:14:35'),(62639,23790,'action complete via WP Cron','2021-01-27 14:14:35','2021-01-27 06:14:35'),(62640,23791,'action created','2021-01-27 14:14:35','2021-01-27 06:14:35'),(62641,23791,'action started via WP Cron','2021-01-27 14:15:13','2021-01-27 06:15:13'),(62642,23791,'action complete via WP Cron','2021-01-27 14:15:13','2021-01-27 06:15:13'),(62643,23792,'action created','2021-01-27 14:15:14','2021-01-27 06:15:14'),(62644,23792,'action started via WP Cron','2021-01-27 14:16:04','2021-01-27 06:16:04'),(62645,23792,'action complete via WP Cron','2021-01-27 14:16:04','2021-01-27 06:16:04'),(62646,23793,'action created','2021-01-27 14:16:05','2021-01-27 06:16:05'),(62647,23793,'action started via WP Cron','2021-01-27 14:17:11','2021-01-27 06:17:11'),(62648,23793,'action complete via WP Cron','2021-01-27 14:17:11','2021-01-27 06:17:11'),(62649,23794,'action created','2021-01-27 14:17:11','2021-01-27 06:17:11'),(62650,23794,'action started via WP Cron','2021-01-27 14:17:46','2021-01-27 06:17:46'),(62651,23794,'action complete via WP Cron','2021-01-27 14:17:46','2021-01-27 06:17:46'),(62652,23795,'action created','2021-01-27 14:17:46','2021-01-27 06:17:46'),(62653,23795,'action started via WP Cron','2021-01-27 14:18:59','2021-01-27 06:18:59'),(62654,23795,'action complete via WP Cron','2021-01-27 14:18:59','2021-01-27 06:18:59'),(62655,23796,'action created','2021-01-27 14:18:59','2021-01-27 06:18:59'),(62656,23796,'action started via WP Cron','2021-01-27 14:19:48','2021-01-27 06:19:48'),(62657,23796,'action complete via WP Cron','2021-01-27 14:19:48','2021-01-27 06:19:48'),(62658,23797,'action created','2021-01-27 14:19:48','2021-01-27 06:19:48'),(62659,23797,'action started via WP Cron','2021-01-27 14:20:56','2021-01-27 06:20:56'),(62660,23797,'action complete via WP Cron','2021-01-27 14:20:56','2021-01-27 06:20:56'),(62661,23798,'action created','2021-01-27 14:20:56','2021-01-27 06:20:56'),(62662,23798,'action started via WP Cron','2021-01-27 14:22:03','2021-01-27 06:22:03'),(62663,23798,'action complete via WP Cron','2021-01-27 14:22:03','2021-01-27 06:22:03'),(62664,23799,'action created','2021-01-27 14:22:03','2021-01-27 06:22:03'),(62665,23799,'action started via WP Cron','2021-01-27 14:23:06','2021-01-27 06:23:06'),(62666,23799,'action complete via WP Cron','2021-01-27 14:23:06','2021-01-27 06:23:06'),(62667,23800,'action created','2021-01-27 14:23:06','2021-01-27 06:23:06'),(62668,23800,'action started via WP Cron','2021-01-27 14:23:58','2021-01-27 06:23:58'),(62669,23800,'action complete via WP Cron','2021-01-27 14:23:58','2021-01-27 06:23:58'),(62670,23801,'action created','2021-01-27 14:23:58','2021-01-27 06:23:58'),(62671,23801,'action started via WP Cron','2021-01-27 14:24:45','2021-01-27 06:24:45'),(62672,23801,'action complete via WP Cron','2021-01-27 14:24:45','2021-01-27 06:24:45'),(62673,23802,'action created','2021-01-27 14:25:16','2021-01-27 06:25:16'),(62674,23802,'action started via WP Cron','2021-01-27 14:25:49','2021-01-27 06:25:49'),(62675,23802,'action complete via WP Cron','2021-01-27 14:25:49','2021-01-27 06:25:49'),(62676,23803,'action created','2021-01-27 14:26:13','2021-01-27 06:26:13'),(62677,23803,'action started via WP Cron','2021-01-27 14:27:10','2021-01-27 06:27:10'),(62678,23803,'action complete via WP Cron','2021-01-27 14:27:10','2021-01-27 06:27:10'),(62679,23804,'action created','2021-01-27 14:27:10','2021-01-27 06:27:10'),(62680,23804,'action started via WP Cron','2021-01-27 14:28:00','2021-01-27 06:28:00'),(62681,23804,'action complete via WP Cron','2021-01-27 14:28:00','2021-01-27 06:28:00'),(62682,23805,'action created','2021-01-27 14:28:00','2021-01-27 06:28:00'),(62683,23805,'action started via WP Cron','2021-01-27 14:28:48','2021-01-27 06:28:48'),(62684,23805,'action complete via WP Cron','2021-01-27 14:28:48','2021-01-27 06:28:48'),(62685,23806,'action created','2021-01-27 14:28:48','2021-01-27 06:28:48'),(62686,23806,'action started via WP Cron','2021-01-27 14:29:52','2021-01-27 06:29:52'),(62687,23806,'action complete via WP Cron','2021-01-27 14:29:52','2021-01-27 06:29:52'),(62688,23807,'action created','2021-01-27 14:29:52','2021-01-27 06:29:52'),(62689,23807,'action started via WP Cron','2021-01-27 14:30:50','2021-01-27 06:30:50'),(62690,23807,'action complete via WP Cron','2021-01-27 14:30:50','2021-01-27 06:30:50'),(62691,23808,'action created','2021-01-27 14:30:50','2021-01-27 06:30:50'),(62692,23808,'action started via WP Cron','2021-01-27 14:31:57','2021-01-27 06:31:57'),(62693,23808,'action complete via WP Cron','2021-01-27 14:31:57','2021-01-27 06:31:57'),(62694,23809,'action created','2021-01-27 14:31:57','2021-01-27 06:31:57'),(62695,23809,'action started via WP Cron','2021-01-27 14:33:00','2021-01-27 06:33:00'),(62696,23809,'action complete via WP Cron','2021-01-27 14:33:00','2021-01-27 06:33:00'),(62697,23810,'action created','2021-01-27 14:33:00','2021-01-27 06:33:00'),(62698,23810,'action started via WP Cron','2021-01-27 14:33:59','2021-01-27 06:33:59'),(62699,23810,'action complete via WP Cron','2021-01-27 14:33:59','2021-01-27 06:33:59'),(62700,23811,'action created','2021-01-27 14:34:00','2021-01-27 06:34:00'),(62701,23811,'action started via WP Cron','2021-01-27 14:34:42','2021-01-27 06:34:42'),(62702,23811,'action complete via WP Cron','2021-01-27 14:34:42','2021-01-27 06:34:42'),(62703,23812,'action created','2021-01-27 14:34:42','2021-01-27 06:34:42'),(62704,23812,'action started via WP Cron','2021-01-27 14:36:13','2021-01-27 06:36:13'),(62705,23812,'action complete via WP Cron','2021-01-27 14:36:13','2021-01-27 06:36:13'),(62706,23813,'action created','2021-01-27 14:36:13','2021-01-27 06:36:13'),(62707,23813,'action started via WP Cron','2021-01-27 14:37:15','2021-01-27 06:37:15'),(62708,23813,'action complete via WP Cron','2021-01-27 14:37:15','2021-01-27 06:37:15'),(62709,23814,'action created','2021-01-27 14:37:15','2021-01-27 06:37:15'),(62710,23814,'action started via WP Cron','2021-01-27 14:37:43','2021-01-27 06:37:43'),(62711,23814,'action complete via WP Cron','2021-01-27 14:37:43','2021-01-27 06:37:43'),(62712,23815,'action created','2021-01-27 14:37:43','2021-01-27 06:37:43'),(62713,23815,'action started via WP Cron','2021-01-27 14:38:40','2021-01-27 06:38:40'),(62714,23815,'action complete via WP Cron','2021-01-27 14:38:40','2021-01-27 06:38:40'),(62715,23816,'action created','2021-01-27 14:38:41','2021-01-27 06:38:41'),(62716,23816,'action started via WP Cron','2021-01-27 14:39:42','2021-01-27 06:39:42'),(62717,23816,'action complete via WP Cron','2021-01-27 14:39:42','2021-01-27 06:39:42'),(62718,23817,'action created','2021-01-27 14:39:42','2021-01-27 06:39:42'),(62719,23817,'action started via WP Cron','2021-01-27 14:40:48','2021-01-27 06:40:48'),(62720,23817,'action complete via WP Cron','2021-01-27 14:40:48','2021-01-27 06:40:48'),(62721,23818,'action created','2021-01-27 14:40:48','2021-01-27 06:40:48'),(62722,23818,'action started via WP Cron','2021-01-27 14:41:55','2021-01-27 06:41:55'),(62723,23818,'action complete via WP Cron','2021-01-27 14:41:55','2021-01-27 06:41:55'),(62724,23819,'action created','2021-01-27 14:41:55','2021-01-27 06:41:55'),(62725,23819,'action started via WP Cron','2021-01-27 14:42:56','2021-01-27 06:42:56'),(62726,23819,'action complete via WP Cron','2021-01-27 14:42:56','2021-01-27 06:42:56'),(62727,23820,'action created','2021-01-27 14:42:56','2021-01-27 06:42:56'),(62728,23820,'action started via WP Cron','2021-01-27 14:43:41','2021-01-27 06:43:41'),(62729,23820,'action complete via WP Cron','2021-01-27 14:43:41','2021-01-27 06:43:41'),(62730,23821,'action created','2021-01-27 14:43:41','2021-01-27 06:43:41'),(62731,23821,'action started via WP Cron','2021-01-27 14:44:45','2021-01-27 06:44:45'),(62732,23821,'action complete via WP Cron','2021-01-27 14:44:45','2021-01-27 06:44:45'),(62733,23822,'action created','2021-01-27 14:45:12','2021-01-27 06:45:12'),(62734,23822,'action started via WP Cron','2021-01-27 14:45:54','2021-01-27 06:45:54'),(62735,23822,'action complete via WP Cron','2021-01-27 14:45:54','2021-01-27 06:45:54'),(62736,23823,'action created','2021-01-27 14:45:54','2021-01-27 06:45:54'),(62737,23823,'action started via WP Cron','2021-01-27 14:48:05','2021-01-27 06:48:05'),(62738,23823,'action complete via WP Cron','2021-01-27 14:48:05','2021-01-27 06:48:05'),(62739,23824,'action created','2021-01-27 14:48:05','2021-01-27 06:48:05'),(62740,23824,'action started via WP Cron','2021-01-27 14:51:40','2021-01-27 06:51:40'),(62741,23824,'action complete via WP Cron','2021-01-27 14:51:40','2021-01-27 06:51:40'),(62742,23825,'action created','2021-01-27 14:51:40','2021-01-27 06:51:40'),(62743,23825,'action started via WP Cron','2021-01-27 14:52:45','2021-01-27 06:52:45'),(62744,23825,'action complete via WP Cron','2021-01-27 14:52:45','2021-01-27 06:52:45'),(62745,23826,'action created','2021-01-27 14:52:45','2021-01-27 06:52:45'),(62746,23826,'action started via WP Cron','2021-01-27 14:53:46','2021-01-27 06:53:46'),(62747,23826,'action complete via WP Cron','2021-01-27 14:53:46','2021-01-27 06:53:46'),(62748,23827,'action created','2021-01-27 14:53:51','2021-01-27 06:53:51'),(62749,23827,'action started via WP Cron','2021-01-27 14:54:44','2021-01-27 06:54:44'),(62750,23827,'action complete via WP Cron','2021-01-27 14:54:44','2021-01-27 06:54:44'),(62751,23828,'action created','2021-01-27 14:54:44','2021-01-27 06:54:44'),(62752,23828,'action started via WP Cron','2021-01-27 14:55:41','2021-01-27 06:55:41'),(62753,23828,'action complete via WP Cron','2021-01-27 14:55:41','2021-01-27 06:55:41'),(62754,23829,'action created','2021-01-27 14:55:41','2021-01-27 06:55:41'),(62755,23829,'action started via WP Cron','2021-01-27 14:56:43','2021-01-27 06:56:43'),(62756,23829,'action complete via WP Cron','2021-01-27 14:56:43','2021-01-27 06:56:43'),(62757,23830,'action created','2021-01-27 14:56:43','2021-01-27 06:56:43'),(62758,23830,'action started via WP Cron','2021-01-27 14:57:43','2021-01-27 06:57:43'),(62759,23830,'action complete via WP Cron','2021-01-27 14:57:43','2021-01-27 06:57:43'),(62760,23831,'action created','2021-01-27 14:57:43','2021-01-27 06:57:43'),(62761,23831,'action started via WP Cron','2021-01-27 15:06:57','2021-01-27 07:06:57'),(62762,23831,'action complete via WP Cron','2021-01-27 15:06:57','2021-01-27 07:06:57'),(62763,23832,'action created','2021-01-27 15:06:57','2021-01-27 07:06:57'),(62764,23832,'action started via WP Cron','2021-01-27 15:07:42','2021-01-27 07:07:42'),(62765,23832,'action complete via WP Cron','2021-01-27 15:07:42','2021-01-27 07:07:42'),(62766,23833,'action created','2021-01-27 15:07:42','2021-01-27 07:07:42'),(62767,23833,'action started via WP Cron','2021-01-27 15:09:33','2021-01-27 07:09:33'),(62768,23833,'action complete via WP Cron','2021-01-27 15:09:33','2021-01-27 07:09:33'),(62769,23834,'action created','2021-01-27 15:10:34','2021-01-27 07:10:34'),(62770,23834,'action started via WP Cron','2021-01-27 15:11:37','2021-01-27 07:11:37'),(62771,23834,'action complete via WP Cron','2021-01-27 15:11:37','2021-01-27 07:11:37'),(62772,23835,'action created','2021-01-27 15:13:40','2021-01-27 07:13:40'),(62773,23835,'action started via WP Cron','2021-01-27 15:14:41','2021-01-27 07:14:41'),(62774,23835,'action complete via WP Cron','2021-01-27 15:14:41','2021-01-27 07:14:41'),(62775,23836,'action created','2021-01-27 15:14:41','2021-01-27 07:14:41'),(62776,23836,'action started via WP Cron','2021-01-27 15:15:47','2021-01-27 07:15:47'),(62777,23836,'action complete via WP Cron','2021-01-27 15:15:47','2021-01-27 07:15:47'),(62778,23837,'action created','2021-01-27 15:15:47','2021-01-27 07:15:47'),(62779,23837,'action started via WP Cron','2021-01-27 15:18:19','2021-01-27 07:18:19'),(62780,23837,'action complete via WP Cron','2021-01-27 15:18:19','2021-01-27 07:18:19'),(62781,23838,'action created','2021-01-27 15:18:30','2021-01-27 07:18:30'),(62782,23838,'action started via WP Cron','2021-01-27 15:19:17','2021-01-27 07:19:17'),(62783,23838,'action complete via WP Cron','2021-01-27 15:19:17','2021-01-27 07:19:17'),(62784,23839,'action created','2021-01-27 15:19:28','2021-01-27 07:19:28'),(62785,23839,'action started via WP Cron','2021-01-27 15:20:10','2021-01-27 07:20:10'),(62786,23839,'action complete via WP Cron','2021-01-27 15:20:10','2021-01-27 07:20:10'),(62787,23840,'action created','2021-01-27 15:20:10','2021-01-27 07:20:10'),(62788,23840,'action started via WP Cron','2021-01-27 15:21:08','2021-01-27 07:21:08'),(62789,23840,'action complete via WP Cron','2021-01-27 15:21:08','2021-01-27 07:21:08'),(62790,23841,'action created','2021-01-27 15:21:08','2021-01-27 07:21:08'),(62794,23842,'action started via WP Cron','2021-01-27 15:28:44','2021-01-27 07:28:44'),(62795,23842,'action complete via WP Cron','2021-01-27 15:28:44','2021-01-27 07:28:44'),(62796,23843,'action created','2021-01-27 15:28:46','2021-01-27 07:28:46'),(62797,23843,'action started via WP Cron','2021-01-27 15:33:58','2021-01-27 07:33:58'),(62798,23843,'action complete via WP Cron','2021-01-27 15:33:58','2021-01-27 07:33:58'),(62799,23844,'action created','2021-01-27 15:33:58','2021-01-27 07:33:58'),(62803,23845,'action started via WP Cron','2021-01-27 15:49:43','2021-01-27 07:49:43'),(62804,23845,'action complete via WP Cron','2021-01-27 15:49:43','2021-01-27 07:49:43'),(62805,23846,'action created','2021-01-27 15:49:46','2021-01-27 07:49:46'),(62806,23846,'action started via WP Cron','2021-01-27 15:58:52','2021-01-27 07:58:52'),(62807,23846,'action complete via WP Cron','2021-01-27 15:58:52','2021-01-27 07:58:52'),(62808,23847,'action created','2021-01-27 15:58:52','2021-01-27 07:58:52'),(62809,23847,'action started via WP Cron','2021-01-27 16:06:08','2021-01-27 08:06:08'),(62810,23847,'action complete via WP Cron','2021-01-27 16:06:08','2021-01-27 08:06:08'),(62811,23848,'action created','2021-01-27 16:07:19','2021-01-27 08:07:19'),(62812,23848,'action started via WP Cron','2021-01-27 16:16:07','2021-01-27 08:16:07'),(62813,23848,'action complete via WP Cron','2021-01-27 16:16:07','2021-01-27 08:16:07'),(62814,23849,'action created','2021-01-27 16:17:09','2021-01-27 08:17:09'),(62815,23849,'action started via WP Cron','2021-01-27 16:18:12','2021-01-27 08:18:12'),(62816,23849,'action complete via WP Cron','2021-01-27 16:18:12','2021-01-27 08:18:12'),(62817,23850,'action created','2021-01-27 16:18:12','2021-01-27 08:18:12'),(62818,23850,'action started via WP Cron','2021-01-27 16:20:14','2021-01-27 08:20:14'),(62819,23850,'action complete via WP Cron','2021-01-27 16:20:14','2021-01-27 08:20:14'),(62820,23851,'action created','2021-01-27 16:20:15','2021-01-27 08:20:15'),(62821,23851,'action started via WP Cron','2021-01-27 16:21:18','2021-01-27 08:21:18'),(62822,23851,'action complete via WP Cron','2021-01-27 16:21:18','2021-01-27 08:21:18'),(62823,23852,'action created','2021-01-27 16:21:19','2021-01-27 08:21:19'),(62824,23852,'action started via WP Cron','2021-01-27 16:22:19','2021-01-27 08:22:19'),(62825,23852,'action complete via WP Cron','2021-01-27 16:22:19','2021-01-27 08:22:19'),(62826,23853,'action created','2021-01-27 16:22:19','2021-01-27 08:22:19'),(62827,23853,'action started via WP Cron','2021-01-27 16:23:11','2021-01-27 08:23:11'),(62828,23853,'action complete via WP Cron','2021-01-27 16:23:11','2021-01-27 08:23:11'),(62829,23854,'action created','2021-01-27 16:23:11','2021-01-27 08:23:11'),(62830,23854,'action started via WP Cron','2021-01-27 16:23:56','2021-01-27 08:23:56'),(62831,23854,'action complete via WP Cron','2021-01-27 16:23:56','2021-01-27 08:23:56'),(62832,23855,'action created','2021-01-27 16:23:56','2021-01-27 08:23:56'),(62833,23855,'action started via WP Cron','2021-01-27 16:24:42','2021-01-27 08:24:42'),(62834,23855,'action complete via WP Cron','2021-01-27 16:24:42','2021-01-27 08:24:42'),(62835,23856,'action created','2021-01-27 16:24:42','2021-01-27 08:24:42'),(62836,23856,'action started via WP Cron','2021-01-27 16:25:59','2021-01-27 08:25:59'),(62837,23856,'action complete via WP Cron','2021-01-27 16:25:59','2021-01-27 08:25:59'),(62838,23857,'action created','2021-01-27 16:31:40','2021-01-27 08:31:40'),(62839,23857,'action started via WP Cron','2021-01-27 16:47:00','2021-01-27 08:47:00'),(62840,23857,'action complete via WP Cron','2021-01-27 16:47:00','2021-01-27 08:47:00'),(62841,23858,'action created','2021-01-27 16:47:00','2021-01-27 08:47:00'),(62842,23858,'action started via WP Cron','2021-01-27 16:48:44','2021-01-27 08:48:44'),(62843,23858,'action complete via WP Cron','2021-01-27 16:48:44','2021-01-27 08:48:44'),(62844,23859,'action created','2021-01-27 16:48:44','2021-01-27 08:48:44'),(62848,23860,'action started via WP Cron','2021-01-27 16:56:26','2021-01-27 08:56:26'),(62849,23860,'action complete via WP Cron','2021-01-27 16:56:26','2021-01-27 08:56:26'),(62850,23861,'action created','2021-01-27 16:56:26','2021-01-27 08:56:26'),(62851,23861,'action started via WP Cron','2021-01-27 16:59:57','2021-01-27 08:59:57'),(62852,23861,'action complete via WP Cron','2021-01-27 16:59:57','2021-01-27 08:59:57'),(62853,23862,'action created','2021-01-27 16:59:57','2021-01-27 08:59:57'),(62854,23862,'action started via WP Cron','2021-01-27 17:01:14','2021-01-27 09:01:14'),(62855,23862,'action complete via WP Cron','2021-01-27 17:01:14','2021-01-27 09:01:14'),(62856,23863,'action created','2021-01-27 17:01:14','2021-01-27 09:01:14'),(62857,23863,'action started via WP Cron','2021-01-27 17:02:02','2021-01-27 09:02:02'),(62858,23863,'action complete via WP Cron','2021-01-27 17:02:02','2021-01-27 09:02:02'),(62859,23864,'action created','2021-01-27 17:02:02','2021-01-27 09:02:02'),(62860,23864,'action started via WP Cron','2021-01-27 17:09:23','2021-01-27 09:09:23'),(62861,23864,'action complete via WP Cron','2021-01-27 17:09:23','2021-01-27 09:09:23'),(62862,23865,'action created','2021-01-27 17:09:23','2021-01-27 09:09:23'),(62863,23865,'action started via WP Cron','2021-01-27 17:14:07','2021-01-27 09:14:07'),(62864,23865,'action complete via WP Cron','2021-01-27 17:14:07','2021-01-27 09:14:07'),(62865,23866,'action created','2021-01-27 17:14:07','2021-01-27 09:14:07'),(62866,23866,'action started via WP Cron','2021-01-27 17:15:39','2021-01-27 09:15:39'),(62867,23866,'action complete via WP Cron','2021-01-27 17:15:39','2021-01-27 09:15:39'),(62868,23867,'action created','2021-01-27 17:15:39','2021-01-27 09:15:39'),(62869,23867,'action started via WP Cron','2021-01-27 17:16:45','2021-01-27 09:16:45'),(62870,23867,'action complete via WP Cron','2021-01-27 17:16:45','2021-01-27 09:16:45'),(62871,23868,'action created','2021-01-27 17:16:45','2021-01-27 09:16:45'),(62872,23868,'action started via WP Cron','2021-01-27 17:18:02','2021-01-27 09:18:02'),(62873,23868,'action complete via WP Cron','2021-01-27 17:18:02','2021-01-27 09:18:02'),(62874,23869,'action created','2021-01-27 17:18:02','2021-01-27 09:18:02'),(62875,23869,'action started via WP Cron','2021-01-27 17:18:59','2021-01-27 09:18:59'),(62876,23869,'action complete via WP Cron','2021-01-27 17:18:59','2021-01-27 09:18:59'),(62877,23870,'action created','2021-01-27 17:18:59','2021-01-27 09:18:59'),(62878,23870,'action started via WP Cron','2021-01-27 17:20:24','2021-01-27 09:20:24'),(62879,23870,'action complete via WP Cron','2021-01-27 17:20:24','2021-01-27 09:20:24'),(62880,23871,'action created','2021-01-27 17:20:25','2021-01-27 09:20:25'),(62881,23871,'action started via WP Cron','2021-01-27 17:24:14','2021-01-27 09:24:14'),(62882,23871,'action complete via WP Cron','2021-01-27 17:24:14','2021-01-27 09:24:14'),(62883,23872,'action created','2021-01-27 17:24:15','2021-01-27 09:24:15'),(62884,23872,'action started via WP Cron','2021-01-27 17:25:17','2021-01-27 09:25:17'),(62885,23872,'action complete via WP Cron','2021-01-27 17:25:17','2021-01-27 09:25:17'),(62886,23873,'action created','2021-01-27 17:25:17','2021-01-27 09:25:17'),(62887,23873,'action started via WP Cron','2021-01-27 17:29:40','2021-01-27 09:29:40'),(62888,23873,'action complete via WP Cron','2021-01-27 17:29:40','2021-01-27 09:29:40'),(62889,23874,'action created','2021-01-27 17:29:40','2021-01-27 09:29:40'),(62890,23874,'action started via WP Cron','2021-01-27 17:30:49','2021-01-27 09:30:49'),(62891,23874,'action complete via WP Cron','2021-01-27 17:30:49','2021-01-27 09:30:49'),(62892,23875,'action created','2021-01-27 17:30:49','2021-01-27 09:30:49'),(62893,23875,'action started via WP Cron','2021-01-27 17:35:33','2021-01-27 09:35:33'),(62894,23875,'action complete via WP Cron','2021-01-27 17:35:33','2021-01-27 09:35:33'),(62895,23876,'action created','2021-01-27 17:35:33','2021-01-27 09:35:33'),(125491,44742,'action created','2021-02-27 17:37:25','2021-02-27 09:37:25'),(62897,23876,'action started via Async Request','2021-01-27 17:36:34','2021-01-27 09:36:34'),(62898,23876,'action complete via Async Request','2021-01-27 17:36:34','2021-01-27 09:36:34'),(125490,44741,'action complete via WP Cron','2021-02-27 17:37:24','2021-02-27 09:37:24'),(125489,44741,'action started via WP Cron','2021-02-27 17:37:24','2021-02-27 09:37:24'),(62901,23878,'action created','2021-01-27 17:44:37','2021-01-27 09:44:37'),(62902,23878,'action started via WP Cron','2021-01-27 17:46:42','2021-01-27 09:46:42'),(62903,23878,'action complete via WP Cron','2021-01-27 17:46:42','2021-01-27 09:46:42'),(62904,23879,'action created','2021-01-27 17:46:42','2021-01-27 09:46:42'),(62905,23879,'action started via WP Cron','2021-01-27 17:47:48','2021-01-27 09:47:48'),(62906,23879,'action complete via WP Cron','2021-01-27 17:47:48','2021-01-27 09:47:48'),(62907,23880,'action created','2021-01-27 17:47:48','2021-01-27 09:47:48'),(62908,23880,'action started via WP Cron','2021-01-27 17:48:49','2021-01-27 09:48:49'),(62909,23880,'action complete via WP Cron','2021-01-27 17:48:49','2021-01-27 09:48:49'),(62910,23881,'action created','2021-01-27 17:48:49','2021-01-27 09:48:49'),(62911,23881,'action started via WP Cron','2021-01-27 17:52:48','2021-01-27 09:52:48'),(62912,23881,'action complete via WP Cron','2021-01-27 17:52:48','2021-01-27 09:52:48'),(62913,23882,'action created','2021-01-27 17:52:50','2021-01-27 09:52:50'),(62914,23882,'action started via WP Cron','2021-01-27 18:00:06','2021-01-27 10:00:06'),(62915,23882,'action complete via WP Cron','2021-01-27 18:00:06','2021-01-27 10:00:06'),(62916,23883,'action created','2021-01-27 18:00:06','2021-01-27 10:00:06'),(62917,23883,'action started via WP Cron','2021-01-27 18:03:17','2021-01-27 10:03:17'),(62918,23883,'action complete via WP Cron','2021-01-27 18:03:17','2021-01-27 10:03:17'),(62919,23884,'action created','2021-01-27 18:03:17','2021-01-27 10:03:17'),(62920,23884,'action started via WP Cron','2021-01-27 18:07:20','2021-01-27 10:07:20'),(62921,23884,'action complete via WP Cron','2021-01-27 18:07:20','2021-01-27 10:07:20'),(62922,23885,'action created','2021-01-27 18:07:20','2021-01-27 10:07:20'),(62923,23885,'action started via WP Cron','2021-01-27 18:08:15','2021-01-27 10:08:15'),(62924,23885,'action complete via WP Cron','2021-01-27 18:08:15','2021-01-27 10:08:15'),(62925,23886,'action created','2021-01-27 18:08:15','2021-01-27 10:08:15'),(62926,23886,'action started via WP Cron','2021-01-27 18:11:03','2021-01-27 10:11:03'),(62927,23886,'action complete via WP Cron','2021-01-27 18:11:03','2021-01-27 10:11:03'),(62928,23887,'action created','2021-01-27 18:11:03','2021-01-27 10:11:03'),(62929,23887,'action started via WP Cron','2021-01-27 18:11:49','2021-01-27 10:11:49'),(62930,23887,'action complete via WP Cron','2021-01-27 18:11:49','2021-01-27 10:11:49'),(62931,23888,'action created','2021-01-27 18:11:49','2021-01-27 10:11:49'),(62932,23888,'action started via WP Cron','2021-01-27 18:14:02','2021-01-27 10:14:02'),(62933,23888,'action complete via WP Cron','2021-01-27 18:14:02','2021-01-27 10:14:02'),(62934,23889,'action created','2021-01-27 18:14:03','2021-01-27 10:14:03'),(62935,23889,'action started via WP Cron','2021-01-27 18:14:42','2021-01-27 10:14:42'),(62936,23889,'action complete via WP Cron','2021-01-27 18:14:42','2021-01-27 10:14:42'),(62937,23890,'action created','2021-01-27 18:14:42','2021-01-27 10:14:42'),(62938,23890,'action started via WP Cron','2021-01-27 18:15:51','2021-01-27 10:15:51'),(62939,23890,'action complete via WP Cron','2021-01-27 18:15:51','2021-01-27 10:15:51'),(62940,23891,'action created','2021-01-27 18:15:51','2021-01-27 10:15:51'),(62941,23891,'action started via WP Cron','2021-01-27 18:16:53','2021-01-27 10:16:53'),(62942,23891,'action complete via WP Cron','2021-01-27 18:16:53','2021-01-27 10:16:53'),(62943,23892,'action created','2021-01-27 18:16:53','2021-01-27 10:16:53'),(62944,23892,'action started via WP Cron','2021-01-27 18:17:52','2021-01-27 10:17:52'),(62945,23892,'action complete via WP Cron','2021-01-27 18:17:52','2021-01-27 10:17:52'),(62946,23893,'action created','2021-01-27 18:17:52','2021-01-27 10:17:52'),(62947,23893,'action started via WP Cron','2021-01-27 18:20:46','2021-01-27 10:20:46'),(62948,23893,'action complete via WP Cron','2021-01-27 18:20:46','2021-01-27 10:20:46'),(62949,23894,'action created','2021-01-27 18:20:46','2021-01-27 10:20:46'),(62950,23894,'action started via WP Cron','2021-01-27 18:24:59','2021-01-27 10:24:59'),(62951,23894,'action complete via WP Cron','2021-01-27 18:24:59','2021-01-27 10:24:59'),(62952,23895,'action created','2021-01-27 18:31:59','2021-01-27 10:31:59'),(62953,23895,'action started via WP Cron','2021-01-27 18:33:20','2021-01-27 10:33:20'),(62954,23895,'action complete via WP Cron','2021-01-27 18:33:20','2021-01-27 10:33:20'),(62955,23896,'action created','2021-01-27 18:33:20','2021-01-27 10:33:20'),(62956,23896,'action started via WP Cron','2021-01-27 18:39:32','2021-01-27 10:39:32'),(62957,23896,'action complete via WP Cron','2021-01-27 18:39:32','2021-01-27 10:39:32'),(62958,23897,'action created','2021-01-27 18:39:32','2021-01-27 10:39:32'),(62959,23897,'action started via WP Cron','2021-01-27 18:41:49','2021-01-27 10:41:49'),(62960,23897,'action complete via WP Cron','2021-01-27 18:41:49','2021-01-27 10:41:49'),(62961,23898,'action created','2021-01-27 18:41:49','2021-01-27 10:41:49'),(62962,23898,'action started via WP Cron','2021-01-27 18:45:33','2021-01-27 10:45:33'),(62963,23898,'action complete via WP Cron','2021-01-27 18:45:33','2021-01-27 10:45:33'),(62964,23899,'action created','2021-01-27 18:45:33','2021-01-27 10:45:33'),(62965,23899,'action started via WP Cron','2021-01-27 18:45:49','2021-01-27 10:45:49'),(62966,23899,'action complete via WP Cron','2021-01-27 18:45:49','2021-01-27 10:45:49'),(62967,23900,'action created','2021-01-27 18:45:49','2021-01-27 10:45:49'),(62968,23900,'action started via WP Cron','2021-01-27 18:56:17','2021-01-27 10:56:17'),(62969,23900,'action complete via WP Cron','2021-01-27 18:56:17','2021-01-27 10:56:17'),(62970,23901,'action created','2021-01-27 18:56:17','2021-01-27 10:56:17'),(62971,23901,'action started via WP Cron','2021-01-27 19:04:55','2021-01-27 11:04:55'),(62972,23901,'action complete via WP Cron','2021-01-27 19:04:55','2021-01-27 11:04:55'),(62973,23902,'action created','2021-01-27 19:04:55','2021-01-27 11:04:55'),(62974,23902,'action started via WP Cron','2021-01-27 19:07:22','2021-01-27 11:07:22'),(62975,23902,'action complete via WP Cron','2021-01-27 19:07:22','2021-01-27 11:07:22'),(62976,23903,'action created','2021-01-27 19:07:22','2021-01-27 11:07:22'),(62977,23903,'action started via WP Cron','2021-01-27 19:14:32','2021-01-27 11:14:32'),(62978,23903,'action complete via WP Cron','2021-01-27 19:14:32','2021-01-27 11:14:32'),(62979,23904,'action created','2021-01-27 19:14:32','2021-01-27 11:14:32'),(62980,23904,'action started via WP Cron','2021-01-27 19:15:00','2021-01-27 11:15:00'),(62981,23904,'action complete via WP Cron','2021-01-27 19:15:00','2021-01-27 11:15:00'),(62982,23905,'action created','2021-01-27 19:15:00','2021-01-27 11:15:00'),(62983,23905,'action started via WP Cron','2021-01-27 19:17:28','2021-01-27 11:17:28'),(62984,23905,'action complete via WP Cron','2021-01-27 19:17:28','2021-01-27 11:17:28'),(62985,23906,'action created','2021-01-27 19:17:28','2021-01-27 11:17:28'),(62986,23906,'action started via WP Cron','2021-01-27 19:17:46','2021-01-27 11:17:46'),(62987,23906,'action complete via WP Cron','2021-01-27 19:17:46','2021-01-27 11:17:46'),(62988,23907,'action created','2021-01-27 19:17:46','2021-01-27 11:17:46'),(62989,23907,'action started via WP Cron','2021-01-27 19:18:52','2021-01-27 11:18:52'),(62990,23907,'action complete via WP Cron','2021-01-27 19:18:52','2021-01-27 11:18:52'),(62991,23908,'action created','2021-01-27 19:18:52','2021-01-27 11:18:52'),(62992,23908,'action started via WP Cron','2021-01-27 19:19:41','2021-01-27 11:19:41'),(62993,23908,'action complete via WP Cron','2021-01-27 19:19:41','2021-01-27 11:19:41'),(62994,23909,'action created','2021-01-27 19:19:41','2021-01-27 11:19:41'),(62995,23909,'action started via WP Cron','2021-01-27 19:21:21','2021-01-27 11:21:21'),(62996,23909,'action complete via WP Cron','2021-01-27 19:21:21','2021-01-27 11:21:21'),(62997,23910,'action created','2021-01-27 19:21:21','2021-01-27 11:21:21'),(62998,23910,'action started via WP Cron','2021-01-27 19:27:36','2021-01-27 11:27:36'),(62999,23910,'action complete via WP Cron','2021-01-27 19:27:36','2021-01-27 11:27:36'),(63000,23911,'action created','2021-01-27 19:27:36','2021-01-27 11:27:36'),(63001,23911,'action started via WP Cron','2021-01-27 19:29:15','2021-01-27 11:29:15'),(63002,23911,'action complete via WP Cron','2021-01-27 19:29:15','2021-01-27 11:29:15'),(63003,23912,'action created','2021-01-27 19:29:15','2021-01-27 11:29:15'),(63004,23912,'action started via WP Cron','2021-01-27 19:31:00','2021-01-27 11:31:00'),(63005,23912,'action complete via WP Cron','2021-01-27 19:31:00','2021-01-27 11:31:00'),(63006,23913,'action created','2021-01-27 19:31:00','2021-01-27 11:31:00'),(63007,23913,'action started via WP Cron','2021-01-27 19:32:46','2021-01-27 11:32:46'),(63008,23913,'action complete via WP Cron','2021-01-27 19:32:46','2021-01-27 11:32:46'),(63009,23914,'action created','2021-01-27 19:32:46','2021-01-27 11:32:46'),(63010,23914,'action started via WP Cron','2021-01-27 19:36:50','2021-01-27 11:36:50'),(63011,23914,'action complete via WP Cron','2021-01-27 19:36:50','2021-01-27 11:36:50'),(63012,23915,'action created','2021-01-27 19:36:50','2021-01-27 11:36:50'),(63013,23915,'action started via WP Cron','2021-01-27 19:46:22','2021-01-27 11:46:22'),(63014,23915,'action complete via WP Cron','2021-01-27 19:46:22','2021-01-27 11:46:22'),(63015,23916,'action created','2021-01-27 19:46:45','2021-01-27 11:46:45'),(63016,23916,'action started via WP Cron','2021-01-27 19:51:45','2021-01-27 11:51:45'),(63017,23916,'action complete via WP Cron','2021-01-27 19:51:45','2021-01-27 11:51:45'),(63018,23917,'action created','2021-01-27 19:51:45','2021-01-27 11:51:45'),(63019,23917,'action started via WP Cron','2021-01-27 19:57:28','2021-01-27 11:57:28'),(63020,23917,'action complete via WP Cron','2021-01-27 19:57:28','2021-01-27 11:57:28'),(63021,23918,'action created','2021-01-27 19:57:28','2021-01-27 11:57:28'),(63022,23918,'action started via WP Cron','2021-01-27 19:58:38','2021-01-27 11:58:38'),(63023,23918,'action complete via WP Cron','2021-01-27 19:58:38','2021-01-27 11:58:38'),(63024,23919,'action created','2021-01-27 19:58:38','2021-01-27 11:58:38'),(63025,23919,'action started via WP Cron','2021-01-27 20:04:55','2021-01-27 12:04:55'),(63026,23919,'action complete via WP Cron','2021-01-27 20:04:55','2021-01-27 12:04:55'),(63027,23920,'action created','2021-01-27 20:04:55','2021-01-27 12:04:55'),(63028,23920,'action started via WP Cron','2021-01-27 20:09:09','2021-01-27 12:09:09'),(63029,23920,'action complete via WP Cron','2021-01-27 20:09:09','2021-01-27 12:09:09'),(63030,23921,'action created','2021-01-27 20:09:09','2021-01-27 12:09:09'),(63031,23921,'action started via WP Cron','2021-01-27 20:11:40','2021-01-27 12:11:40'),(63032,23921,'action complete via WP Cron','2021-01-27 20:11:40','2021-01-27 12:11:40'),(63033,23922,'action created','2021-01-27 20:11:40','2021-01-27 12:11:40'),(63034,23922,'action started via WP Cron','2021-01-27 20:18:18','2021-01-27 12:18:18'),(63035,23922,'action complete via WP Cron','2021-01-27 20:18:18','2021-01-27 12:18:18'),(63036,23923,'action created','2021-01-27 20:18:18','2021-01-27 12:18:18'),(63037,23923,'action started via WP Cron','2021-01-27 20:20:06','2021-01-27 12:20:06'),(63038,23923,'action complete via WP Cron','2021-01-27 20:20:06','2021-01-27 12:20:06'),(63039,23924,'action created','2021-01-27 20:20:06','2021-01-27 12:20:06'),(63040,23924,'action started via WP Cron','2021-01-27 20:21:12','2021-01-27 12:21:12'),(63041,23924,'action complete via WP Cron','2021-01-27 20:21:12','2021-01-27 12:21:12'),(63042,23925,'action created','2021-01-27 20:21:13','2021-01-27 12:21:13'),(63043,23925,'action started via WP Cron','2021-01-27 20:21:41','2021-01-27 12:21:41'),(63044,23925,'action complete via WP Cron','2021-01-27 20:21:41','2021-01-27 12:21:41'),(63045,23926,'action created','2021-01-27 20:21:41','2021-01-27 12:21:41'),(63046,23926,'action started via WP Cron','2021-01-27 20:23:09','2021-01-27 12:23:09'),(63047,23926,'action complete via WP Cron','2021-01-27 20:23:09','2021-01-27 12:23:09'),(63048,23927,'action created','2021-01-27 20:23:09','2021-01-27 12:23:09'),(63049,23927,'action started via WP Cron','2021-01-27 20:24:11','2021-01-27 12:24:11'),(63050,23927,'action complete via WP Cron','2021-01-27 20:24:11','2021-01-27 12:24:11'),(63051,23928,'action created','2021-01-27 20:24:12','2021-01-27 12:24:12'),(63052,23928,'action started via WP Cron','2021-01-27 20:26:20','2021-01-27 12:26:20'),(63053,23928,'action complete via WP Cron','2021-01-27 20:26:20','2021-01-27 12:26:20'),(63054,23929,'action created','2021-01-27 20:26:21','2021-01-27 12:26:21'),(63055,23929,'action started via WP Cron','2021-01-27 20:26:44','2021-01-27 12:26:44'),(63056,23929,'action complete via WP Cron','2021-01-27 20:26:44','2021-01-27 12:26:44'),(63057,23930,'action created','2021-01-27 20:26:44','2021-01-27 12:26:44'),(63058,23930,'action started via WP Cron','2021-01-27 20:30:29','2021-01-27 12:30:29'),(63059,23930,'action complete via WP Cron','2021-01-27 20:30:29','2021-01-27 12:30:29'),(63060,23931,'action created','2021-01-27 20:30:29','2021-01-27 12:30:29'),(63061,23931,'action started via WP Cron','2021-01-27 20:39:04','2021-01-27 12:39:04'),(63062,23931,'action complete via WP Cron','2021-01-27 20:39:04','2021-01-27 12:39:04'),(63063,23932,'action created','2021-01-27 20:39:04','2021-01-27 12:39:04'),(63064,23932,'action started via WP Cron','2021-01-27 20:39:47','2021-01-27 12:39:47'),(63065,23932,'action complete via WP Cron','2021-01-27 20:39:47','2021-01-27 12:39:47'),(63066,23933,'action created','2021-01-27 20:39:47','2021-01-27 12:39:47'),(63067,23933,'action started via WP Cron','2021-01-27 20:43:10','2021-01-27 12:43:10'),(63068,23933,'action complete via WP Cron','2021-01-27 20:43:10','2021-01-27 12:43:10'),(63069,23934,'action created','2021-01-27 20:43:10','2021-01-27 12:43:10'),(63070,23934,'action started via WP Cron','2021-01-27 20:55:20','2021-01-27 12:55:20'),(63071,23934,'action complete via WP Cron','2021-01-27 20:55:20','2021-01-27 12:55:20'),(63072,23935,'action created','2021-01-27 20:55:20','2021-01-27 12:55:20'),(63073,23935,'action started via WP Cron','2021-01-27 20:58:24','2021-01-27 12:58:24'),(63074,23935,'action complete via WP Cron','2021-01-27 20:58:24','2021-01-27 12:58:24'),(63075,23936,'action created','2021-01-27 20:58:24','2021-01-27 12:58:24'),(63076,23936,'action started via WP Cron','2021-01-27 21:10:06','2021-01-27 13:10:06'),(63077,23936,'action complete via WP Cron','2021-01-27 21:10:06','2021-01-27 13:10:06'),(63078,23937,'action created','2021-01-27 21:10:06','2021-01-27 13:10:06'),(63079,23937,'action started via WP Cron','2021-01-27 21:17:19','2021-01-27 13:17:19'),(63080,23937,'action complete via WP Cron','2021-01-27 21:17:19','2021-01-27 13:17:19'),(63081,23938,'action created','2021-01-27 21:17:19','2021-01-27 13:17:19'),(63082,23938,'action started via WP Cron','2021-01-27 21:20:22','2021-01-27 13:20:22'),(63083,23938,'action complete via WP Cron','2021-01-27 21:20:22','2021-01-27 13:20:22'),(63084,23939,'action created','2021-01-27 21:20:22','2021-01-27 13:20:22'),(63085,23939,'action started via WP Cron','2021-01-27 21:22:40','2021-01-27 13:22:40'),(63086,23939,'action complete via WP Cron','2021-01-27 21:22:40','2021-01-27 13:22:40'),(63087,23940,'action created','2021-01-27 21:22:40','2021-01-27 13:22:40'),(63088,23940,'action started via WP Cron','2021-01-27 21:24:15','2021-01-27 13:24:15'),(63089,23940,'action complete via WP Cron','2021-01-27 21:24:15','2021-01-27 13:24:15'),(63090,23941,'action created','2021-01-27 21:24:15','2021-01-27 13:24:15'),(63091,23941,'action started via WP Cron','2021-01-27 21:24:42','2021-01-27 13:24:42'),(63092,23941,'action complete via WP Cron','2021-01-27 21:24:42','2021-01-27 13:24:42'),(63093,23942,'action created','2021-01-27 21:24:42','2021-01-27 13:24:42'),(63094,23942,'action started via WP Cron','2021-01-27 21:26:17','2021-01-27 13:26:17'),(63095,23942,'action complete via WP Cron','2021-01-27 21:26:17','2021-01-27 13:26:17'),(63096,23943,'action created','2021-01-27 21:26:17','2021-01-27 13:26:17'),(63097,23943,'action started via WP Cron','2021-01-27 21:26:42','2021-01-27 13:26:42'),(63098,23943,'action complete via WP Cron','2021-01-27 21:26:42','2021-01-27 13:26:42'),(63099,23944,'action created','2021-01-27 21:26:42','2021-01-27 13:26:42'),(63100,23944,'action started via WP Cron','2021-01-27 21:27:44','2021-01-27 13:27:44'),(63101,23944,'action complete via WP Cron','2021-01-27 21:27:44','2021-01-27 13:27:44'),(63102,23945,'action created','2021-01-27 21:27:44','2021-01-27 13:27:44'),(63103,23945,'action started via WP Cron','2021-01-27 21:28:44','2021-01-27 13:28:44'),(63104,23945,'action complete via WP Cron','2021-01-27 21:28:44','2021-01-27 13:28:44'),(63105,23946,'action created','2021-01-27 21:28:44','2021-01-27 13:28:44'),(63106,23946,'action started via WP Cron','2021-01-27 21:34:56','2021-01-27 13:34:56'),(63107,23946,'action complete via WP Cron','2021-01-27 21:34:56','2021-01-27 13:34:56'),(63108,23947,'action created','2021-01-27 21:34:56','2021-01-27 13:34:56'),(63109,23947,'action started via WP Cron','2021-01-27 21:36:10','2021-01-27 13:36:10'),(63110,23947,'action complete via WP Cron','2021-01-27 21:36:10','2021-01-27 13:36:10'),(63111,23948,'action created','2021-01-27 21:36:10','2021-01-27 13:36:10'),(63112,23948,'action started via WP Cron','2021-01-27 21:36:57','2021-01-27 13:36:57'),(63113,23948,'action complete via WP Cron','2021-01-27 21:36:57','2021-01-27 13:36:57'),(63114,23949,'action created','2021-01-27 21:36:57','2021-01-27 13:36:57'),(63115,23949,'action started via WP Cron','2021-01-27 21:37:52','2021-01-27 13:37:52'),(63116,23949,'action complete via WP Cron','2021-01-27 21:37:52','2021-01-27 13:37:52'),(63117,23950,'action created','2021-01-27 21:37:52','2021-01-27 13:37:52'),(63118,23950,'action started via WP Cron','2021-01-27 21:38:56','2021-01-27 13:38:56'),(63119,23950,'action complete via WP Cron','2021-01-27 21:38:56','2021-01-27 13:38:56'),(63120,23951,'action created','2021-01-27 21:38:57','2021-01-27 13:38:57'),(63121,23951,'action started via WP Cron','2021-01-27 21:39:45','2021-01-27 13:39:45'),(63122,23951,'action complete via WP Cron','2021-01-27 21:39:45','2021-01-27 13:39:45'),(63123,23952,'action created','2021-01-27 21:39:45','2021-01-27 13:39:45'),(63124,23952,'action started via WP Cron','2021-01-27 21:51:16','2021-01-27 13:51:16'),(63125,23952,'action complete via WP Cron','2021-01-27 21:51:16','2021-01-27 13:51:16'),(63126,23953,'action created','2021-01-27 21:51:16','2021-01-27 13:51:16'),(63127,23953,'action started via WP Cron','2021-01-27 21:52:18','2021-01-27 13:52:18'),(63128,23953,'action complete via WP Cron','2021-01-27 21:52:18','2021-01-27 13:52:18'),(63129,23954,'action created','2021-01-27 21:52:18','2021-01-27 13:52:18'),(63130,23954,'action started via WP Cron','2021-01-27 21:52:44','2021-01-27 13:52:44'),(63131,23954,'action complete via WP Cron','2021-01-27 21:52:44','2021-01-27 13:52:44'),(63132,23955,'action created','2021-01-27 21:52:44','2021-01-27 13:52:44'),(63133,23955,'action started via WP Cron','2021-01-27 21:53:44','2021-01-27 13:53:44'),(63134,23955,'action complete via WP Cron','2021-01-27 21:53:44','2021-01-27 13:53:44'),(63135,23956,'action created','2021-01-27 21:53:44','2021-01-27 13:53:44'),(63136,23956,'action started via WP Cron','2021-01-27 21:54:45','2021-01-27 13:54:45'),(63137,23956,'action complete via WP Cron','2021-01-27 21:54:45','2021-01-27 13:54:45'),(63138,23957,'action created','2021-01-27 21:54:45','2021-01-27 13:54:45'),(63139,23957,'action started via WP Cron','2021-01-27 21:56:07','2021-01-27 13:56:07'),(63140,23957,'action complete via WP Cron','2021-01-27 21:56:07','2021-01-27 13:56:07'),(63141,23958,'action created','2021-01-27 21:56:07','2021-01-27 13:56:07'),(63142,23958,'action started via WP Cron','2021-01-27 21:56:45','2021-01-27 13:56:45'),(63143,23958,'action complete via WP Cron','2021-01-27 21:56:45','2021-01-27 13:56:45'),(63144,23959,'action created','2021-01-27 21:56:45','2021-01-27 13:56:45'),(63145,23959,'action started via WP Cron','2021-01-27 21:57:56','2021-01-27 13:57:56'),(63146,23959,'action complete via WP Cron','2021-01-27 21:57:56','2021-01-27 13:57:56'),(63147,23960,'action created','2021-01-27 21:57:56','2021-01-27 13:57:56'),(63148,23960,'action started via WP Cron','2021-01-27 21:58:55','2021-01-27 13:58:55'),(63149,23960,'action complete via WP Cron','2021-01-27 21:58:55','2021-01-27 13:58:55'),(63150,23961,'action created','2021-01-27 21:58:55','2021-01-27 13:58:55'),(63151,23961,'action started via WP Cron','2021-01-27 22:00:03','2021-01-27 14:00:03'),(63152,23961,'action complete via WP Cron','2021-01-27 22:00:03','2021-01-27 14:00:03'),(63153,23962,'action created','2021-01-27 22:00:23','2021-01-27 14:00:23'),(63154,23962,'action started via WP Cron','2021-01-27 22:01:02','2021-01-27 14:01:02'),(63155,23962,'action complete via WP Cron','2021-01-27 22:01:02','2021-01-27 14:01:02'),(63156,23963,'action created','2021-01-27 22:01:02','2021-01-27 14:01:02'),(63157,23963,'action started via WP Cron','2021-01-27 22:01:50','2021-01-27 14:01:50'),(63158,23963,'action complete via WP Cron','2021-01-27 22:01:50','2021-01-27 14:01:50'),(63159,23964,'action created','2021-01-27 22:01:50','2021-01-27 14:01:50'),(63160,23964,'action started via WP Cron','2021-01-27 22:03:04','2021-01-27 14:03:04'),(63161,23964,'action complete via WP Cron','2021-01-27 22:03:04','2021-01-27 14:03:04'),(63162,23965,'action created','2021-01-27 22:03:04','2021-01-27 14:03:04'),(63163,23965,'action started via WP Cron','2021-01-27 22:03:55','2021-01-27 14:03:55'),(63164,23965,'action complete via WP Cron','2021-01-27 22:03:55','2021-01-27 14:03:55'),(63165,23966,'action created','2021-01-27 22:03:55','2021-01-27 14:03:55'),(63166,23966,'action started via WP Cron','2021-01-27 22:04:44','2021-01-27 14:04:44'),(63167,23966,'action complete via WP Cron','2021-01-27 22:04:44','2021-01-27 14:04:44'),(63168,23967,'action created','2021-01-27 22:04:44','2021-01-27 14:04:44'),(63169,23967,'action started via WP Cron','2021-01-27 22:05:54','2021-01-27 14:05:54'),(63170,23967,'action complete via WP Cron','2021-01-27 22:05:54','2021-01-27 14:05:54'),(63171,23968,'action created','2021-01-27 22:05:54','2021-01-27 14:05:54'),(63172,23968,'action started via WP Cron','2021-01-27 22:07:07','2021-01-27 14:07:07'),(63173,23968,'action complete via WP Cron','2021-01-27 22:07:07','2021-01-27 14:07:07'),(63174,23969,'action created','2021-01-27 22:07:07','2021-01-27 14:07:07'),(63175,23969,'action started via WP Cron','2021-01-27 22:07:51','2021-01-27 14:07:51'),(63176,23969,'action complete via WP Cron','2021-01-27 22:07:51','2021-01-27 14:07:51'),(63177,23970,'action created','2021-01-27 22:07:51','2021-01-27 14:07:51'),(63178,23970,'action started via WP Cron','2021-01-27 22:08:42','2021-01-27 14:08:42'),(63179,23970,'action complete via WP Cron','2021-01-27 22:08:42','2021-01-27 14:08:42'),(63180,23971,'action created','2021-01-27 22:08:42','2021-01-27 14:08:42'),(63181,23971,'action started via WP Cron','2021-01-27 22:09:43','2021-01-27 14:09:43'),(63182,23971,'action complete via WP Cron','2021-01-27 22:09:43','2021-01-27 14:09:43'),(63183,23972,'action created','2021-01-27 22:09:43','2021-01-27 14:09:43'),(63184,23972,'action started via WP Cron','2021-01-27 22:10:55','2021-01-27 14:10:55'),(63185,23972,'action complete via WP Cron','2021-01-27 22:10:55','2021-01-27 14:10:55'),(63186,23973,'action created','2021-01-27 22:10:55','2021-01-27 14:10:55'),(63187,23973,'action started via WP Cron','2021-01-27 22:11:51','2021-01-27 14:11:51'),(63188,23973,'action complete via WP Cron','2021-01-27 22:11:51','2021-01-27 14:11:51'),(63189,23974,'action created','2021-01-27 22:11:51','2021-01-27 14:11:51'),(63190,23974,'action started via WP Cron','2021-01-27 22:12:42','2021-01-27 14:12:42'),(63191,23974,'action complete via WP Cron','2021-01-27 22:12:42','2021-01-27 14:12:42'),(63192,23975,'action created','2021-01-27 22:12:42','2021-01-27 14:12:42'),(63193,23975,'action started via WP Cron','2021-01-27 22:13:41','2021-01-27 14:13:41'),(63194,23975,'action complete via WP Cron','2021-01-27 22:13:41','2021-01-27 14:13:41'),(63195,23976,'action created','2021-01-27 22:13:41','2021-01-27 14:13:41'),(63196,23976,'action started via WP Cron','2021-01-27 22:14:49','2021-01-27 14:14:49'),(63197,23976,'action complete via WP Cron','2021-01-27 22:14:49','2021-01-27 14:14:49'),(63198,23977,'action created','2021-01-27 22:14:49','2021-01-27 14:14:49'),(63199,23977,'action started via WP Cron','2021-01-27 22:15:47','2021-01-27 14:15:47'),(63200,23977,'action complete via WP Cron','2021-01-27 22:15:47','2021-01-27 14:15:47'),(63201,23978,'action created','2021-01-27 22:15:47','2021-01-27 14:15:47'),(63202,23978,'action started via WP Cron','2021-01-27 22:16:49','2021-01-27 14:16:49'),(63203,23978,'action complete via WP Cron','2021-01-27 22:16:49','2021-01-27 14:16:49'),(63204,23979,'action created','2021-01-27 22:16:49','2021-01-27 14:16:49'),(63205,23979,'action started via WP Cron','2021-01-27 22:17:43','2021-01-27 14:17:43'),(63206,23979,'action complete via WP Cron','2021-01-27 22:17:43','2021-01-27 14:17:43'),(63207,23980,'action created','2021-01-27 22:17:43','2021-01-27 14:17:43'),(63208,23980,'action started via WP Cron','2021-01-27 22:18:51','2021-01-27 14:18:51'),(63209,23980,'action complete via WP Cron','2021-01-27 22:18:51','2021-01-27 14:18:51'),(63210,23981,'action created','2021-01-27 22:18:51','2021-01-27 14:18:51'),(63211,23981,'action started via WP Cron','2021-01-27 22:19:47','2021-01-27 14:19:47'),(63212,23981,'action complete via WP Cron','2021-01-27 22:19:47','2021-01-27 14:19:47'),(63213,23982,'action created','2021-01-27 22:19:47','2021-01-27 14:19:47'),(63214,23982,'action started via WP Cron','2021-01-27 22:20:43','2021-01-27 14:20:43'),(63215,23982,'action complete via WP Cron','2021-01-27 22:20:43','2021-01-27 14:20:43'),(63216,23983,'action created','2021-01-27 22:20:43','2021-01-27 14:20:43'),(63217,23983,'action started via WP Cron','2021-01-27 22:21:47','2021-01-27 14:21:47'),(63218,23983,'action complete via WP Cron','2021-01-27 22:21:47','2021-01-27 14:21:47'),(63219,23984,'action created','2021-01-27 22:21:47','2021-01-27 14:21:47'),(63220,23984,'action started via WP Cron','2021-01-27 22:22:48','2021-01-27 14:22:48'),(63221,23984,'action complete via WP Cron','2021-01-27 22:22:48','2021-01-27 14:22:48'),(63222,23985,'action created','2021-01-27 22:22:49','2021-01-27 14:22:49'),(63223,23985,'action started via WP Cron','2021-01-27 22:23:48','2021-01-27 14:23:48'),(63224,23985,'action complete via WP Cron','2021-01-27 22:23:48','2021-01-27 14:23:48'),(63225,23986,'action created','2021-01-27 22:23:48','2021-01-27 14:23:48'),(63226,23986,'action started via WP Cron','2021-01-27 22:24:46','2021-01-27 14:24:46'),(63227,23986,'action complete via WP Cron','2021-01-27 22:24:46','2021-01-27 14:24:46'),(63228,23987,'action created','2021-01-27 22:24:46','2021-01-27 14:24:46'),(63229,23987,'action started via WP Cron','2021-01-27 22:25:48','2021-01-27 14:25:48'),(63230,23987,'action complete via WP Cron','2021-01-27 22:25:48','2021-01-27 14:25:48'),(63231,23988,'action created','2021-01-27 22:25:48','2021-01-27 14:25:48'),(63232,23988,'action started via WP Cron','2021-01-27 22:26:44','2021-01-27 14:26:44'),(63233,23988,'action complete via WP Cron','2021-01-27 22:26:44','2021-01-27 14:26:44'),(63234,23989,'action created','2021-01-27 22:26:45','2021-01-27 14:26:45'),(63235,23989,'action started via WP Cron','2021-01-27 22:29:42','2021-01-27 14:29:42'),(63236,23989,'action complete via WP Cron','2021-01-27 22:29:42','2021-01-27 14:29:42'),(63237,23990,'action created','2021-01-27 22:29:42','2021-01-27 14:29:42'),(63238,23990,'action started via WP Cron','2021-01-27 22:32:27','2021-01-27 14:32:27'),(63239,23990,'action complete via WP Cron','2021-01-27 22:32:27','2021-01-27 14:32:27'),(63240,23991,'action created','2021-01-27 22:32:27','2021-01-27 14:32:27'),(63241,23991,'action started via WP Cron','2021-01-27 22:34:39','2021-01-27 14:34:39'),(63242,23991,'action complete via WP Cron','2021-01-27 22:34:39','2021-01-27 14:34:39'),(63243,23992,'action created','2021-01-27 22:34:39','2021-01-27 14:34:39'),(63244,23992,'action started via WP Cron','2021-01-27 22:35:44','2021-01-27 14:35:44'),(63245,23992,'action complete via WP Cron','2021-01-27 22:35:44','2021-01-27 14:35:44'),(63246,23993,'action created','2021-01-27 22:35:44','2021-01-27 14:35:44'),(63247,23993,'action started via WP Cron','2021-01-27 22:38:32','2021-01-27 14:38:32'),(63248,23993,'action complete via WP Cron','2021-01-27 22:38:32','2021-01-27 14:38:32'),(63249,23994,'action created','2021-01-27 22:38:32','2021-01-27 14:38:32'),(63250,23994,'action started via WP Cron','2021-01-27 22:40:35','2021-01-27 14:40:35'),(63251,23994,'action complete via WP Cron','2021-01-27 22:40:35','2021-01-27 14:40:35'),(63252,23995,'action created','2021-01-27 22:40:35','2021-01-27 14:40:35'),(63253,23995,'action started via WP Cron','2021-01-27 22:49:11','2021-01-27 14:49:11'),(63254,23995,'action complete via WP Cron','2021-01-27 22:49:11','2021-01-27 14:49:11'),(63255,23996,'action created','2021-01-27 22:49:11','2021-01-27 14:49:11'),(63256,23996,'action started via WP Cron','2021-01-27 22:50:44','2021-01-27 14:50:44'),(63257,23996,'action complete via WP Cron','2021-01-27 22:50:44','2021-01-27 14:50:44'),(63258,23997,'action created','2021-01-27 22:50:44','2021-01-27 14:50:44'),(63259,23997,'action started via WP Cron','2021-01-27 22:54:32','2021-01-27 14:54:32'),(63260,23997,'action complete via WP Cron','2021-01-27 22:54:32','2021-01-27 14:54:32'),(63261,23998,'action created','2021-01-27 22:54:33','2021-01-27 14:54:33'),(63262,23998,'action started via WP Cron','2021-01-27 22:55:37','2021-01-27 14:55:37'),(63263,23998,'action complete via WP Cron','2021-01-27 22:55:37','2021-01-27 14:55:37'),(63264,23999,'action created','2021-01-27 22:55:37','2021-01-27 14:55:37'),(63265,23999,'action started via WP Cron','2021-01-27 23:10:05','2021-01-27 15:10:05'),(63266,23999,'action complete via WP Cron','2021-01-27 23:10:05','2021-01-27 15:10:05'),(63267,24000,'action created','2021-01-27 23:10:05','2021-01-27 15:10:05'),(63268,24000,'action started via WP Cron','2021-01-27 23:10:57','2021-01-27 15:10:57'),(63269,24000,'action complete via WP Cron','2021-01-27 23:10:57','2021-01-27 15:10:57'),(63270,24001,'action created','2021-01-27 23:10:57','2021-01-27 15:10:57'),(63271,24001,'action started via WP Cron','2021-01-27 23:12:04','2021-01-27 15:12:04'),(63272,24001,'action complete via WP Cron','2021-01-27 23:12:04','2021-01-27 15:12:04'),(63273,24002,'action created','2021-01-27 23:12:04','2021-01-27 15:12:04'),(63274,24002,'action started via WP Cron','2021-01-27 23:13:37','2021-01-27 15:13:37'),(63275,24002,'action complete via WP Cron','2021-01-27 23:13:37','2021-01-27 15:13:37'),(63276,24003,'action created','2021-01-27 23:13:37','2021-01-27 15:13:37'),(63277,24003,'action started via WP Cron','2021-01-27 23:15:42','2021-01-27 15:15:42'),(63278,24003,'action complete via WP Cron','2021-01-27 23:15:42','2021-01-27 15:15:42'),(63279,24004,'action created','2021-01-27 23:15:42','2021-01-27 15:15:42'),(63280,24004,'action started via WP Cron','2021-01-27 23:18:05','2021-01-27 15:18:05'),(63281,24004,'action complete via WP Cron','2021-01-27 23:18:05','2021-01-27 15:18:05'),(63282,24005,'action created','2021-01-27 23:18:05','2021-01-27 15:18:05'),(63283,24005,'action started via WP Cron','2021-01-27 23:25:12','2021-01-27 15:25:12'),(63284,24005,'action complete via WP Cron','2021-01-27 23:25:12','2021-01-27 15:25:12'),(63285,24006,'action created','2021-01-27 23:25:12','2021-01-27 15:25:12'),(63286,24006,'action started via WP Cron','2021-01-27 23:26:13','2021-01-27 15:26:13'),(63287,24006,'action complete via WP Cron','2021-01-27 23:26:13','2021-01-27 15:26:13'),(63288,24007,'action created','2021-01-27 23:26:13','2021-01-27 15:26:13'),(63289,24007,'action started via WP Cron','2021-01-27 23:28:07','2021-01-27 15:28:07'),(63290,24007,'action complete via WP Cron','2021-01-27 23:28:07','2021-01-27 15:28:07'),(63291,24008,'action created','2021-01-27 23:28:07','2021-01-27 15:28:07'),(63292,24008,'action started via WP Cron','2021-01-27 23:29:02','2021-01-27 15:29:02'),(63293,24008,'action complete via WP Cron','2021-01-27 23:29:02','2021-01-27 15:29:02'),(63294,24009,'action created','2021-01-27 23:29:02','2021-01-27 15:29:02'),(63295,24009,'action started via WP Cron','2021-01-27 23:36:44','2021-01-27 15:36:44'),(63296,24009,'action complete via WP Cron','2021-01-27 23:36:44','2021-01-27 15:36:44'),(63297,24010,'action created','2021-01-27 23:36:44','2021-01-27 15:36:44'),(63298,24010,'action started via WP Cron','2021-01-27 23:37:48','2021-01-27 15:37:48'),(63299,24010,'action complete via WP Cron','2021-01-27 23:37:48','2021-01-27 15:37:48'),(63300,24011,'action created','2021-01-27 23:37:48','2021-01-27 15:37:48');
INSERT INTO `wp_actionscheduler_logs` VALUES (63301,24011,'action started via WP Cron','2021-01-27 23:39:19','2021-01-27 15:39:19'),(63302,24011,'action complete via WP Cron','2021-01-27 23:39:19','2021-01-27 15:39:19'),(63303,24012,'action created','2021-01-27 23:39:19','2021-01-27 15:39:19'),(63304,24012,'action started via WP Cron','2021-01-27 23:40:38','2021-01-27 15:40:38'),(63305,24012,'action complete via WP Cron','2021-01-27 23:40:38','2021-01-27 15:40:38'),(63306,24013,'action created','2021-01-27 23:40:38','2021-01-27 15:40:38'),(63307,24013,'action started via WP Cron','2021-01-27 23:43:08','2021-01-27 15:43:08'),(63308,24013,'action complete via WP Cron','2021-01-27 23:43:08','2021-01-27 15:43:08'),(63309,24014,'action created','2021-01-27 23:43:08','2021-01-27 15:43:08'),(63310,24014,'action started via WP Cron','2021-01-27 23:46:24','2021-01-27 15:46:24'),(63311,24014,'action complete via WP Cron','2021-01-27 23:46:24','2021-01-27 15:46:24'),(63312,24015,'action created','2021-01-27 23:46:24','2021-01-27 15:46:24'),(63313,24015,'action started via WP Cron','2021-01-27 23:54:10','2021-01-27 15:54:10'),(63314,24015,'action complete via WP Cron','2021-01-27 23:54:10','2021-01-27 15:54:10'),(63315,24016,'action created','2021-01-27 23:54:11','2021-01-27 15:54:11'),(63316,24016,'action started via WP Cron','2021-01-27 23:57:48','2021-01-27 15:57:48'),(63317,24016,'action complete via WP Cron','2021-01-27 23:57:48','2021-01-27 15:57:48'),(63318,24017,'action created','2021-01-27 23:57:49','2021-01-27 15:57:49'),(63319,24017,'action started via WP Cron','2021-01-28 00:01:23','2021-01-27 16:01:23'),(63320,24017,'action complete via WP Cron','2021-01-28 00:01:23','2021-01-27 16:01:23'),(63321,24018,'action created','2021-01-28 00:01:23','2021-01-27 16:01:23'),(63322,24018,'action started via WP Cron','2021-01-28 00:07:53','2021-01-27 16:07:53'),(63323,24018,'action complete via WP Cron','2021-01-28 00:07:53','2021-01-27 16:07:53'),(63324,24019,'action created','2021-01-28 00:07:54','2021-01-27 16:07:54'),(63325,24019,'action started via WP Cron','2021-01-28 00:09:37','2021-01-27 16:09:37'),(63326,24019,'action complete via WP Cron','2021-01-28 00:09:37','2021-01-27 16:09:37'),(63327,24020,'action created','2021-01-28 00:09:37','2021-01-27 16:09:37'),(63328,24020,'action started via WP Cron','2021-01-28 00:13:02','2021-01-27 16:13:02'),(63329,24020,'action complete via WP Cron','2021-01-28 00:13:02','2021-01-27 16:13:02'),(63330,24021,'action created','2021-01-28 00:13:02','2021-01-27 16:13:02'),(63331,24021,'action started via WP Cron','2021-01-28 00:14:18','2021-01-27 16:14:18'),(63332,24021,'action complete via WP Cron','2021-01-28 00:14:18','2021-01-27 16:14:18'),(63333,24022,'action created','2021-01-28 00:14:18','2021-01-27 16:14:18'),(63334,24022,'action started via WP Cron','2021-01-28 00:16:08','2021-01-27 16:16:08'),(63335,24022,'action complete via WP Cron','2021-01-28 00:16:08','2021-01-27 16:16:08'),(63336,24023,'action created','2021-01-28 00:16:08','2021-01-27 16:16:08'),(63337,24023,'action started via WP Cron','2021-01-28 00:16:58','2021-01-27 16:16:58'),(63338,24023,'action complete via WP Cron','2021-01-28 00:16:58','2021-01-27 16:16:58'),(63339,24024,'action created','2021-01-28 00:16:58','2021-01-27 16:16:58'),(63340,24024,'action started via WP Cron','2021-01-28 00:17:52','2021-01-27 16:17:52'),(63341,24024,'action complete via WP Cron','2021-01-28 00:17:52','2021-01-27 16:17:52'),(63342,24025,'action created','2021-01-28 00:17:52','2021-01-27 16:17:52'),(63343,24025,'action started via WP Cron','2021-01-28 00:41:51','2021-01-27 16:41:51'),(63344,24025,'action complete via WP Cron','2021-01-28 00:41:51','2021-01-27 16:41:51'),(63345,24026,'action created','2021-01-28 00:41:51','2021-01-27 16:41:51'),(63346,24026,'action started via Async Request','2021-01-28 00:42:08','2021-01-27 16:42:08'),(63347,24026,'action complete via Async Request','2021-01-28 00:42:08','2021-01-27 16:42:08'),(63348,24027,'action created','2021-01-28 00:42:11','2021-01-27 16:42:11'),(63349,24027,'action started via WP Cron','2021-01-28 00:42:43','2021-01-27 16:42:43'),(63350,24027,'action complete via WP Cron','2021-01-28 00:42:43','2021-01-27 16:42:43'),(63351,24028,'action created','2021-01-28 00:42:46','2021-01-27 16:42:46'),(63352,24028,'action started via Async Request','2021-01-28 00:43:14','2021-01-27 16:43:14'),(63353,24028,'action complete via Async Request','2021-01-28 00:43:14','2021-01-27 16:43:14'),(63354,24029,'action created','2021-01-28 00:44:03','2021-01-27 16:44:03'),(63355,24030,'action created','2021-01-28 00:44:04','2021-01-27 16:44:04'),(63356,24029,'action started via Async Request','2021-01-28 00:44:19','2021-01-27 16:44:19'),(63357,24029,'action complete via Async Request','2021-01-28 00:44:19','2021-01-27 16:44:19'),(63358,24031,'action created','2021-01-28 00:44:20','2021-01-27 16:44:20'),(63359,24031,'action started via WP Cron','2021-01-28 00:44:48','2021-01-27 16:44:48'),(63360,24031,'action complete via WP Cron','2021-01-28 00:44:48','2021-01-27 16:44:48'),(63361,24030,'action started via WP Cron','2021-01-28 00:44:48','2021-01-27 16:44:48'),(63362,24030,'action complete via WP Cron','2021-01-28 00:44:48','2021-01-27 16:44:48'),(63363,24032,'action created','2021-01-28 00:46:09','2021-01-27 16:46:09'),(63364,24033,'action created','2021-01-28 00:46:09','2021-01-27 16:46:09'),(63365,24032,'action started via Async Request','2021-01-28 00:46:31','2021-01-27 16:46:31'),(63366,24032,'action complete via Async Request','2021-01-28 00:46:31','2021-01-27 16:46:31'),(63367,24034,'action created','2021-01-28 00:46:39','2021-01-27 16:46:39'),(63368,24033,'action started via WP Cron','2021-01-28 00:46:42','2021-01-27 16:46:42'),(63369,24033,'action complete via WP Cron','2021-01-28 00:46:42','2021-01-27 16:46:42'),(63370,24035,'action created','2021-01-28 00:47:27','2021-01-27 16:47:27'),(63371,24034,'action started via WP Cron','2021-01-28 00:47:42','2021-01-27 16:47:42'),(63372,24034,'action complete via WP Cron','2021-01-28 00:47:42','2021-01-27 16:47:42'),(63373,24036,'action created','2021-01-28 00:47:44','2021-01-27 16:47:44'),(63374,24036,'action started via WP Cron','2021-01-28 00:52:24','2021-01-27 16:52:24'),(63375,24036,'action complete via WP Cron','2021-01-28 00:52:24','2021-01-27 16:52:24'),(63376,24035,'action started via WP Cron','2021-01-28 00:52:24','2021-01-27 16:52:24'),(63377,24035,'action complete via WP Cron','2021-01-28 00:52:24','2021-01-27 16:52:24'),(63378,24037,'action created','2021-01-28 00:52:24','2021-01-27 16:52:24'),(63379,24037,'action started via WP Cron','2021-01-28 00:54:29','2021-01-27 16:54:29'),(63380,24037,'action complete via WP Cron','2021-01-28 00:54:29','2021-01-27 16:54:29'),(63381,24038,'action created','2021-01-28 00:54:29','2021-01-27 16:54:29'),(63382,24038,'action started via WP Cron','2021-01-28 01:00:03','2021-01-27 17:00:03'),(63383,24038,'action complete via WP Cron','2021-01-28 01:00:03','2021-01-27 17:00:03'),(63384,24039,'action created','2021-01-28 01:00:17','2021-01-27 17:00:17'),(63385,24039,'action started via WP Cron','2021-01-28 01:03:40','2021-01-27 17:03:40'),(63386,24039,'action complete via WP Cron','2021-01-28 01:03:40','2021-01-27 17:03:40'),(63387,24040,'action created','2021-01-28 01:03:40','2021-01-27 17:03:40'),(63388,24040,'action started via WP Cron','2021-01-28 01:05:04','2021-01-27 17:05:04'),(63389,24040,'action complete via WP Cron','2021-01-28 01:05:04','2021-01-27 17:05:04'),(63390,24041,'action created','2021-01-28 01:05:04','2021-01-27 17:05:04'),(63391,24041,'action started via WP Cron','2021-01-28 01:06:39','2021-01-27 17:06:39'),(63392,24041,'action complete via WP Cron','2021-01-28 01:06:39','2021-01-27 17:06:39'),(63393,24042,'action created','2021-01-28 01:06:39','2021-01-27 17:06:39'),(63394,24042,'action started via WP Cron','2021-01-28 01:09:09','2021-01-27 17:09:09'),(63395,24042,'action complete via WP Cron','2021-01-28 01:09:09','2021-01-27 17:09:09'),(63396,24043,'action created','2021-01-28 01:09:09','2021-01-27 17:09:09'),(63397,24043,'action started via WP Cron','2021-01-28 01:12:06','2021-01-27 17:12:06'),(63398,24043,'action complete via WP Cron','2021-01-28 01:12:06','2021-01-27 17:12:06'),(63399,24044,'action created','2021-01-28 01:12:06','2021-01-27 17:12:06'),(63400,24044,'action started via WP Cron','2021-01-28 01:14:40','2021-01-27 17:14:40'),(63401,24044,'action complete via WP Cron','2021-01-28 01:14:40','2021-01-27 17:14:40'),(63402,24045,'action created','2021-01-28 01:14:41','2021-01-27 17:14:41'),(63403,24045,'action started via WP Cron','2021-01-28 01:17:09','2021-01-27 17:17:09'),(63404,24045,'action complete via WP Cron','2021-01-28 01:17:09','2021-01-27 17:17:09'),(63405,24046,'action created','2021-01-28 01:17:09','2021-01-27 17:17:09'),(63406,24046,'action started via WP Cron','2021-01-28 01:19:28','2021-01-27 17:19:28'),(63407,24046,'action complete via WP Cron','2021-01-28 01:19:28','2021-01-27 17:19:28'),(63408,24047,'action created','2021-01-28 01:19:28','2021-01-27 17:19:28'),(63409,24047,'action started via WP Cron','2021-01-28 01:21:42','2021-01-27 17:21:42'),(63410,24047,'action complete via WP Cron','2021-01-28 01:21:42','2021-01-27 17:21:42'),(63411,24048,'action created','2021-01-28 01:21:42','2021-01-27 17:21:42'),(63412,24048,'action started via WP Cron','2021-01-28 01:23:07','2021-01-27 17:23:07'),(63413,24048,'action complete via WP Cron','2021-01-28 01:23:07','2021-01-27 17:23:07'),(63414,24049,'action created','2021-01-28 01:23:07','2021-01-27 17:23:07'),(63415,24049,'action started via WP Cron','2021-01-28 01:23:54','2021-01-27 17:23:54'),(63416,24049,'action complete via WP Cron','2021-01-28 01:23:54','2021-01-27 17:23:54'),(63417,24050,'action created','2021-01-28 01:23:54','2021-01-27 17:23:54'),(63418,24050,'action started via WP Cron','2021-01-28 01:27:16','2021-01-27 17:27:16'),(63419,24050,'action complete via WP Cron','2021-01-28 01:27:16','2021-01-27 17:27:16'),(63420,24051,'action created','2021-01-28 01:27:16','2021-01-27 17:27:16'),(63421,24051,'action started via WP Cron','2021-01-28 01:30:06','2021-01-27 17:30:06'),(63422,24051,'action complete via WP Cron','2021-01-28 01:30:06','2021-01-27 17:30:06'),(63423,24052,'action created','2021-01-28 01:30:06','2021-01-27 17:30:06'),(63424,24052,'action started via WP Cron','2021-01-28 01:32:01','2021-01-27 17:32:01'),(63425,24052,'action complete via WP Cron','2021-01-28 01:32:01','2021-01-27 17:32:01'),(63426,24053,'action created','2021-01-28 01:32:01','2021-01-27 17:32:01'),(63427,24053,'action started via WP Cron','2021-01-28 01:33:54','2021-01-27 17:33:54'),(63428,24053,'action complete via WP Cron','2021-01-28 01:33:54','2021-01-27 17:33:54'),(63429,24054,'action created','2021-01-28 01:33:54','2021-01-27 17:33:54'),(63430,24054,'action started via WP Cron','2021-01-28 01:36:50','2021-01-27 17:36:50'),(63431,24054,'action complete via WP Cron','2021-01-28 01:36:50','2021-01-27 17:36:50'),(63432,24055,'action created','2021-01-28 01:36:51','2021-01-27 17:36:51'),(63433,24055,'action started via WP Cron','2021-01-28 01:41:42','2021-01-27 17:41:42'),(63434,24055,'action complete via WP Cron','2021-01-28 01:41:42','2021-01-27 17:41:42'),(63435,24056,'action created','2021-01-28 01:41:42','2021-01-27 17:41:42'),(63436,24056,'action started via WP Cron','2021-01-28 01:42:45','2021-01-27 17:42:45'),(63437,24056,'action complete via WP Cron','2021-01-28 01:42:45','2021-01-27 17:42:45'),(63438,24057,'action created','2021-01-28 01:42:45','2021-01-27 17:42:45'),(63439,24057,'action started via WP Cron','2021-01-28 01:45:53','2021-01-27 17:45:53'),(63440,24057,'action complete via WP Cron','2021-01-28 01:45:53','2021-01-27 17:45:53'),(63441,24058,'action created','2021-01-28 01:45:53','2021-01-27 17:45:53'),(63442,24058,'action started via WP Cron','2021-01-28 01:47:46','2021-01-27 17:47:46'),(63443,24058,'action complete via WP Cron','2021-01-28 01:47:46','2021-01-27 17:47:46'),(63444,24059,'action created','2021-01-28 01:47:47','2021-01-27 17:47:47'),(63445,24059,'action started via WP Cron','2021-01-28 01:48:50','2021-01-27 17:48:50'),(63446,24059,'action complete via WP Cron','2021-01-28 01:48:50','2021-01-27 17:48:50'),(63447,24060,'action created','2021-01-28 01:48:50','2021-01-27 17:48:50'),(63448,24060,'action started via WP Cron','2021-01-28 01:50:34','2021-01-27 17:50:34'),(63449,24060,'action complete via WP Cron','2021-01-28 01:50:34','2021-01-27 17:50:34'),(63450,24061,'action created','2021-01-28 01:50:34','2021-01-27 17:50:34'),(63451,24061,'action started via WP Cron','2021-01-28 01:51:23','2021-01-27 17:51:23'),(63452,24061,'action complete via WP Cron','2021-01-28 01:51:23','2021-01-27 17:51:23'),(63453,24062,'action created','2021-01-28 01:51:24','2021-01-27 17:51:24'),(63454,24062,'action started via WP Cron','2021-01-28 01:52:34','2021-01-27 17:52:34'),(63455,24062,'action complete via WP Cron','2021-01-28 01:52:34','2021-01-27 17:52:34'),(63456,24063,'action created','2021-01-28 01:52:34','2021-01-27 17:52:34'),(63457,24063,'action started via WP Cron','2021-01-28 01:53:34','2021-01-27 17:53:34'),(63458,24063,'action complete via WP Cron','2021-01-28 01:53:34','2021-01-27 17:53:34'),(63459,24064,'action created','2021-01-28 01:53:35','2021-01-27 17:53:35'),(63460,24064,'action started via WP Cron','2021-01-28 01:57:03','2021-01-27 17:57:03'),(63461,24064,'action complete via WP Cron','2021-01-28 01:57:03','2021-01-27 17:57:03'),(63462,24065,'action created','2021-01-28 01:57:03','2021-01-27 17:57:03'),(63463,24065,'action started via WP Cron','2021-01-28 01:59:44','2021-01-27 17:59:44'),(63464,24065,'action complete via WP Cron','2021-01-28 01:59:44','2021-01-27 17:59:44'),(63465,24066,'action created','2021-01-28 01:59:44','2021-01-27 17:59:44'),(63466,24066,'action started via WP Cron','2021-01-28 02:01:31','2021-01-27 18:01:31'),(63467,24066,'action complete via WP Cron','2021-01-28 02:01:31','2021-01-27 18:01:31'),(63468,24067,'action created','2021-01-28 02:01:31','2021-01-27 18:01:31'),(63469,24067,'action started via WP Cron','2021-01-28 02:03:01','2021-01-27 18:03:01'),(63470,24067,'action complete via WP Cron','2021-01-28 02:03:01','2021-01-27 18:03:01'),(63471,24068,'action created','2021-01-28 02:03:01','2021-01-27 18:03:01'),(63472,24068,'action started via WP Cron','2021-01-28 02:03:45','2021-01-27 18:03:45'),(63473,24068,'action complete via WP Cron','2021-01-28 02:03:45','2021-01-27 18:03:45'),(63474,24069,'action created','2021-01-28 02:03:45','2021-01-27 18:03:45'),(63475,24069,'action started via WP Cron','2021-01-28 02:05:10','2021-01-27 18:05:10'),(63476,24069,'action complete via WP Cron','2021-01-28 02:05:10','2021-01-27 18:05:10'),(63477,24070,'action created','2021-01-28 02:05:10','2021-01-27 18:05:10'),(63478,24070,'action started via WP Cron','2021-01-28 02:12:09','2021-01-27 18:12:09'),(63479,24070,'action complete via WP Cron','2021-01-28 02:12:09','2021-01-27 18:12:09'),(63480,24071,'action created','2021-01-28 02:12:10','2021-01-27 18:12:10'),(63481,24071,'action started via WP Cron','2021-01-28 02:12:45','2021-01-27 18:12:45'),(63482,24071,'action complete via WP Cron','2021-01-28 02:12:45','2021-01-27 18:12:45'),(63483,24072,'action created','2021-01-28 02:12:46','2021-01-27 18:12:46'),(63484,24072,'action started via WP Cron','2021-01-28 02:15:50','2021-01-27 18:15:50'),(63485,24072,'action complete via WP Cron','2021-01-28 02:15:50','2021-01-27 18:15:50'),(63486,24073,'action created','2021-01-28 02:15:50','2021-01-27 18:15:50'),(63487,24073,'action started via WP Cron','2021-01-28 02:17:32','2021-01-27 18:17:32'),(63488,24073,'action complete via WP Cron','2021-01-28 02:17:32','2021-01-27 18:17:32'),(63489,24074,'action created','2021-01-28 02:17:32','2021-01-27 18:17:32'),(63490,24074,'action started via WP Cron','2021-01-28 02:18:40','2021-01-27 18:18:40'),(63491,24074,'action complete via WP Cron','2021-01-28 02:18:40','2021-01-27 18:18:40'),(63492,24075,'action created','2021-01-28 02:18:41','2021-01-27 18:18:41'),(63493,24075,'action started via WP Cron','2021-01-28 02:20:51','2021-01-27 18:20:51'),(63494,24075,'action complete via WP Cron','2021-01-28 02:20:51','2021-01-27 18:20:51'),(63495,24076,'action created','2021-01-28 02:20:51','2021-01-27 18:20:51'),(63496,24076,'action started via WP Cron','2021-01-28 02:22:29','2021-01-27 18:22:29'),(63497,24076,'action complete via WP Cron','2021-01-28 02:22:29','2021-01-27 18:22:29'),(63498,24077,'action created','2021-01-28 02:22:29','2021-01-27 18:22:29'),(63499,24077,'action started via WP Cron','2021-01-28 02:25:00','2021-01-27 18:25:00'),(63500,24077,'action complete via WP Cron','2021-01-28 02:25:00','2021-01-27 18:25:00'),(63501,24078,'action created','2021-01-28 02:25:00','2021-01-27 18:25:00'),(63502,24078,'action started via WP Cron','2021-01-28 02:25:57','2021-01-27 18:25:57'),(63503,24078,'action complete via WP Cron','2021-01-28 02:25:57','2021-01-27 18:25:57'),(63504,24079,'action created','2021-01-28 02:25:57','2021-01-27 18:25:57'),(63505,24079,'action started via WP Cron','2021-01-28 02:31:18','2021-01-27 18:31:18'),(63506,24079,'action complete via WP Cron','2021-01-28 02:31:18','2021-01-27 18:31:18'),(63507,24080,'action created','2021-01-28 02:31:18','2021-01-27 18:31:18'),(63508,24080,'action started via WP Cron','2021-01-28 02:38:24','2021-01-27 18:38:24'),(63509,24080,'action complete via WP Cron','2021-01-28 02:38:24','2021-01-27 18:38:24'),(63510,24081,'action created','2021-01-28 02:38:24','2021-01-27 18:38:24'),(63511,24081,'action started via WP Cron','2021-01-28 02:38:45','2021-01-27 18:38:45'),(63512,24081,'action complete via WP Cron','2021-01-28 02:38:45','2021-01-27 18:38:45'),(63513,24082,'action created','2021-01-28 02:38:45','2021-01-27 18:38:45'),(63514,24082,'action started via WP Cron','2021-01-28 02:41:44','2021-01-27 18:41:44'),(63515,24082,'action complete via WP Cron','2021-01-28 02:41:44','2021-01-27 18:41:44'),(63516,24083,'action created','2021-01-28 02:41:44','2021-01-27 18:41:44'),(63517,24083,'action started via WP Cron','2021-01-28 02:45:54','2021-01-27 18:45:54'),(63518,24083,'action complete via WP Cron','2021-01-28 02:45:54','2021-01-27 18:45:54'),(63519,24084,'action created','2021-01-28 02:45:54','2021-01-27 18:45:54'),(63520,24084,'action started via WP Cron','2021-01-28 02:47:22','2021-01-27 18:47:22'),(63521,24084,'action complete via WP Cron','2021-01-28 02:47:22','2021-01-27 18:47:22'),(63522,24085,'action created','2021-01-28 02:47:22','2021-01-27 18:47:22'),(63523,24085,'action started via WP Cron','2021-01-28 02:49:25','2021-01-27 18:49:25'),(63524,24085,'action complete via WP Cron','2021-01-28 02:49:25','2021-01-27 18:49:25'),(63525,24086,'action created','2021-01-28 02:49:25','2021-01-27 18:49:25'),(63526,24086,'action started via WP Cron','2021-01-28 02:50:51','2021-01-27 18:50:51'),(63527,24086,'action complete via WP Cron','2021-01-28 02:50:51','2021-01-27 18:50:51'),(63528,24087,'action created','2021-01-28 02:50:51','2021-01-27 18:50:51'),(63529,24087,'action started via WP Cron','2021-01-28 02:53:10','2021-01-27 18:53:10'),(63530,24087,'action complete via WP Cron','2021-01-28 02:53:10','2021-01-27 18:53:10'),(63531,24088,'action created','2021-01-28 02:53:10','2021-01-27 18:53:10'),(63532,24088,'action started via WP Cron','2021-01-28 02:54:19','2021-01-27 18:54:19'),(63533,24088,'action complete via WP Cron','2021-01-28 02:54:19','2021-01-27 18:54:19'),(63534,24089,'action created','2021-01-28 02:54:19','2021-01-27 18:54:19'),(63535,24089,'action started via WP Cron','2021-01-28 02:54:45','2021-01-27 18:54:45'),(63536,24089,'action complete via WP Cron','2021-01-28 02:54:45','2021-01-27 18:54:45'),(63537,24090,'action created','2021-01-28 02:54:45','2021-01-27 18:54:45'),(63538,24090,'action started via WP Cron','2021-01-28 02:55:43','2021-01-27 18:55:43'),(63539,24090,'action complete via WP Cron','2021-01-28 02:55:43','2021-01-27 18:55:43'),(63540,24091,'action created','2021-01-28 02:55:43','2021-01-27 18:55:43'),(63541,24091,'action started via WP Cron','2021-01-28 02:56:46','2021-01-27 18:56:46'),(63542,24091,'action complete via WP Cron','2021-01-28 02:56:46','2021-01-27 18:56:46'),(63543,24092,'action created','2021-01-28 02:56:46','2021-01-27 18:56:46'),(63544,24092,'action started via WP Cron','2021-01-28 02:57:42','2021-01-27 18:57:42'),(63545,24092,'action complete via WP Cron','2021-01-28 02:57:42','2021-01-27 18:57:42'),(63546,24093,'action created','2021-01-28 02:57:42','2021-01-27 18:57:42'),(63547,24093,'action started via WP Cron','2021-01-28 02:58:42','2021-01-27 18:58:42'),(63548,24093,'action complete via WP Cron','2021-01-28 02:58:42','2021-01-27 18:58:42'),(63549,24094,'action created','2021-01-28 02:58:42','2021-01-27 18:58:42'),(63550,24094,'action started via WP Cron','2021-01-28 02:59:46','2021-01-27 18:59:46'),(63551,24094,'action complete via WP Cron','2021-01-28 02:59:46','2021-01-27 18:59:46'),(63552,24095,'action created','2021-01-28 02:59:46','2021-01-27 18:59:46'),(63553,24095,'action started via WP Cron','2021-01-28 03:00:46','2021-01-27 19:00:46'),(63554,24095,'action complete via WP Cron','2021-01-28 03:00:46','2021-01-27 19:00:46'),(63555,24096,'action created','2021-01-28 03:00:46','2021-01-27 19:00:46'),(63556,24096,'action started via WP Cron','2021-01-28 03:01:46','2021-01-27 19:01:46'),(63557,24096,'action complete via WP Cron','2021-01-28 03:01:46','2021-01-27 19:01:46'),(63558,24097,'action created','2021-01-28 03:01:46','2021-01-27 19:01:46'),(63559,24097,'action started via WP Cron','2021-01-28 03:02:54','2021-01-27 19:02:54'),(63560,24097,'action complete via WP Cron','2021-01-28 03:02:54','2021-01-27 19:02:54'),(63561,24098,'action created','2021-01-28 03:02:54','2021-01-27 19:02:54'),(63562,24098,'action started via WP Cron','2021-01-28 03:03:57','2021-01-27 19:03:57'),(63563,24098,'action complete via WP Cron','2021-01-28 03:03:57','2021-01-27 19:03:57'),(63564,24099,'action created','2021-01-28 03:03:57','2021-01-27 19:03:57'),(63565,24099,'action started via WP Cron','2021-01-28 03:04:43','2021-01-27 19:04:43'),(63566,24099,'action complete via WP Cron','2021-01-28 03:04:43','2021-01-27 19:04:43'),(63567,24100,'action created','2021-01-28 03:04:43','2021-01-27 19:04:43'),(63568,24100,'action started via WP Cron','2021-01-28 03:06:00','2021-01-27 19:06:00'),(63569,24100,'action complete via WP Cron','2021-01-28 03:06:00','2021-01-27 19:06:00'),(63570,24101,'action created','2021-01-28 03:06:00','2021-01-27 19:06:00'),(63571,24101,'action started via WP Cron','2021-01-28 03:06:41','2021-01-27 19:06:41'),(63572,24101,'action complete via WP Cron','2021-01-28 03:06:41','2021-01-27 19:06:41'),(63573,24102,'action created','2021-01-28 03:06:41','2021-01-27 19:06:41'),(63574,24102,'action started via WP Cron','2021-01-28 03:07:48','2021-01-27 19:07:48'),(63575,24102,'action complete via WP Cron','2021-01-28 03:07:48','2021-01-27 19:07:48'),(63576,24103,'action created','2021-01-28 03:07:48','2021-01-27 19:07:48'),(63577,24103,'action started via WP Cron','2021-01-28 03:08:47','2021-01-27 19:08:47'),(63578,24103,'action complete via WP Cron','2021-01-28 03:08:47','2021-01-27 19:08:47'),(63579,24104,'action created','2021-01-28 03:08:47','2021-01-27 19:08:47'),(63580,24104,'action started via WP Cron','2021-01-28 03:09:50','2021-01-27 19:09:50'),(63581,24104,'action complete via WP Cron','2021-01-28 03:09:50','2021-01-27 19:09:50'),(63582,24105,'action created','2021-01-28 03:09:50','2021-01-27 19:09:50'),(63583,24105,'action started via WP Cron','2021-01-28 03:14:10','2021-01-27 19:14:10'),(63584,24105,'action complete via WP Cron','2021-01-28 03:14:10','2021-01-27 19:14:10'),(63585,24106,'action created','2021-01-28 03:14:10','2021-01-27 19:14:10'),(63586,24106,'action started via WP Cron','2021-01-28 03:15:13','2021-01-27 19:15:13'),(63587,24106,'action complete via WP Cron','2021-01-28 03:15:13','2021-01-27 19:15:13'),(63588,24107,'action created','2021-01-28 03:15:13','2021-01-27 19:15:13'),(63589,24107,'action started via WP Cron','2021-01-28 03:16:07','2021-01-27 19:16:07'),(63590,24107,'action complete via WP Cron','2021-01-28 03:16:07','2021-01-27 19:16:07'),(63591,24108,'action created','2021-01-28 03:16:07','2021-01-27 19:16:07'),(63592,24108,'action started via WP Cron','2021-01-28 03:17:53','2021-01-27 19:17:53'),(63593,24108,'action complete via WP Cron','2021-01-28 03:17:53','2021-01-27 19:17:53'),(63594,24109,'action created','2021-01-28 03:17:53','2021-01-27 19:17:53'),(63595,24109,'action started via WP Cron','2021-01-28 03:19:20','2021-01-27 19:19:20'),(63596,24109,'action complete via WP Cron','2021-01-28 03:19:20','2021-01-27 19:19:20'),(63597,24110,'action created','2021-01-28 03:19:20','2021-01-27 19:19:20'),(63598,24110,'action started via WP Cron','2021-01-28 03:20:16','2021-01-27 19:20:16'),(63599,24110,'action complete via WP Cron','2021-01-28 03:20:16','2021-01-27 19:20:16'),(63600,24111,'action created','2021-01-28 03:20:16','2021-01-27 19:20:16'),(63601,24111,'action started via WP Cron','2021-01-28 03:23:23','2021-01-27 19:23:23'),(63602,24111,'action complete via WP Cron','2021-01-28 03:23:23','2021-01-27 19:23:23'),(63603,24112,'action created','2021-01-28 03:23:23','2021-01-27 19:23:23'),(63604,24112,'action started via WP Cron','2021-01-28 03:24:18','2021-01-27 19:24:18'),(63605,24112,'action complete via WP Cron','2021-01-28 03:24:18','2021-01-27 19:24:18'),(63606,24113,'action created','2021-01-28 03:24:18','2021-01-27 19:24:18'),(63607,24113,'action started via WP Cron','2021-01-28 03:25:24','2021-01-27 19:25:24'),(63608,24113,'action complete via WP Cron','2021-01-28 03:25:24','2021-01-27 19:25:24'),(63609,24114,'action created','2021-01-28 03:25:24','2021-01-27 19:25:24'),(63610,24114,'action started via WP Cron','2021-01-28 03:31:37','2021-01-27 19:31:37'),(63611,24114,'action complete via WP Cron','2021-01-28 03:31:37','2021-01-27 19:31:37'),(63612,24115,'action created','2021-01-28 03:31:37','2021-01-27 19:31:37'),(63613,24115,'action started via WP Cron','2021-01-28 03:32:32','2021-01-27 19:32:32'),(63614,24115,'action complete via WP Cron','2021-01-28 03:32:32','2021-01-27 19:32:32'),(63615,24116,'action created','2021-01-28 03:32:32','2021-01-27 19:32:32'),(63616,24116,'action started via WP Cron','2021-01-28 03:36:06','2021-01-27 19:36:06'),(63617,24116,'action complete via WP Cron','2021-01-28 03:36:06','2021-01-27 19:36:06'),(63618,24117,'action created','2021-01-28 03:36:06','2021-01-27 19:36:06'),(63619,24117,'action started via WP Cron','2021-01-28 03:37:49','2021-01-27 19:37:49'),(63620,24117,'action complete via WP Cron','2021-01-28 03:37:49','2021-01-27 19:37:49'),(63621,24118,'action created','2021-01-28 03:37:49','2021-01-27 19:37:49'),(63622,24118,'action started via WP Cron','2021-01-28 03:41:43','2021-01-27 19:41:43'),(63623,24118,'action complete via WP Cron','2021-01-28 03:41:43','2021-01-27 19:41:43'),(63624,24119,'action created','2021-01-28 03:41:43','2021-01-27 19:41:43'),(63625,24119,'action started via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63626,24119,'action complete via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63627,23532,'action started via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63628,23532,'action complete via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63629,24120,'action created','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63630,23533,'action started via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63631,23533,'action complete via WP Cron','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63632,24121,'action created','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63633,24122,'action created','2021-01-28 03:46:55','2021-01-27 19:46:55'),(63634,24122,'action started via WP Cron','2021-01-28 03:47:44','2021-01-27 19:47:44'),(63635,24122,'action complete via WP Cron','2021-01-28 03:47:44','2021-01-27 19:47:44'),(63636,24123,'action created','2021-01-28 03:47:44','2021-01-27 19:47:44'),(63637,24123,'action started via WP Cron','2021-01-28 03:48:58','2021-01-27 19:48:58'),(63638,24123,'action complete via WP Cron','2021-01-28 03:48:58','2021-01-27 19:48:58'),(63639,24124,'action created','2021-01-28 03:48:58','2021-01-27 19:48:58'),(63640,24124,'action started via WP Cron','2021-01-28 03:49:55','2021-01-27 19:49:55'),(63641,24124,'action complete via WP Cron','2021-01-28 03:49:55','2021-01-27 19:49:55'),(63642,24125,'action created','2021-01-28 03:49:55','2021-01-27 19:49:55'),(63643,24125,'action started via WP Cron','2021-01-28 03:50:58','2021-01-27 19:50:58'),(63644,24125,'action complete via WP Cron','2021-01-28 03:50:58','2021-01-27 19:50:58'),(63645,24126,'action created','2021-01-28 03:50:59','2021-01-27 19:50:59'),(63646,24126,'action started via WP Cron','2021-01-28 03:51:47','2021-01-27 19:51:47'),(63647,24126,'action complete via WP Cron','2021-01-28 03:51:47','2021-01-27 19:51:47'),(63648,24127,'action created','2021-01-28 03:51:48','2021-01-27 19:51:48'),(63649,24127,'action started via WP Cron','2021-01-28 03:52:52','2021-01-27 19:52:52'),(63650,24127,'action complete via WP Cron','2021-01-28 03:52:52','2021-01-27 19:52:52'),(63651,24128,'action created','2021-01-28 03:52:52','2021-01-27 19:52:52'),(63652,24128,'action started via WP Cron','2021-01-28 03:53:56','2021-01-27 19:53:56'),(63653,24128,'action complete via WP Cron','2021-01-28 03:53:56','2021-01-27 19:53:56'),(63654,24129,'action created','2021-01-28 03:53:56','2021-01-27 19:53:56'),(63655,24129,'action started via WP Cron','2021-01-28 03:54:50','2021-01-27 19:54:50'),(63656,24129,'action complete via WP Cron','2021-01-28 03:54:50','2021-01-27 19:54:50'),(63657,24130,'action created','2021-01-28 03:54:50','2021-01-27 19:54:50'),(63658,24130,'action started via WP Cron','2021-01-28 03:55:56','2021-01-27 19:55:56'),(63659,24130,'action complete via WP Cron','2021-01-28 03:55:56','2021-01-27 19:55:56'),(63660,24131,'action created','2021-01-28 03:55:56','2021-01-27 19:55:56'),(63661,24131,'action started via WP Cron','2021-01-28 03:56:48','2021-01-27 19:56:48'),(63662,24131,'action complete via WP Cron','2021-01-28 03:56:48','2021-01-27 19:56:48'),(63663,24132,'action created','2021-01-28 03:56:48','2021-01-27 19:56:48'),(63664,24132,'action started via WP Cron','2021-01-28 03:57:54','2021-01-27 19:57:54'),(63665,24132,'action complete via WP Cron','2021-01-28 03:57:54','2021-01-27 19:57:54'),(63666,24133,'action created','2021-01-28 03:57:54','2021-01-27 19:57:54'),(63667,24133,'action started via WP Cron','2021-01-28 03:58:58','2021-01-27 19:58:58'),(63668,24133,'action complete via WP Cron','2021-01-28 03:58:58','2021-01-27 19:58:58'),(63669,24134,'action created','2021-01-28 03:58:58','2021-01-27 19:58:58'),(63670,24134,'action started via WP Cron','2021-01-28 03:59:43','2021-01-27 19:59:43'),(63671,24134,'action complete via WP Cron','2021-01-28 03:59:43','2021-01-27 19:59:43'),(63672,24135,'action created','2021-01-28 03:59:45','2021-01-27 19:59:45'),(63673,24135,'action started via WP Cron','2021-01-28 04:01:00','2021-01-27 20:01:00'),(63674,24135,'action complete via WP Cron','2021-01-28 04:01:00','2021-01-27 20:01:00'),(63675,24136,'action created','2021-01-28 04:01:00','2021-01-27 20:01:00'),(63676,24136,'action started via WP Cron','2021-01-28 04:01:46','2021-01-27 20:01:46'),(63677,24136,'action complete via WP Cron','2021-01-28 04:01:46','2021-01-27 20:01:46'),(63678,24137,'action created','2021-01-28 04:01:46','2021-01-27 20:01:46'),(63679,24137,'action started via WP Cron','2021-01-28 04:02:53','2021-01-27 20:02:53'),(63680,24137,'action complete via WP Cron','2021-01-28 04:02:53','2021-01-27 20:02:53'),(63681,24138,'action created','2021-01-28 04:02:53','2021-01-27 20:02:53'),(63682,24138,'action started via WP Cron','2021-01-28 04:03:51','2021-01-27 20:03:51'),(63683,24138,'action complete via WP Cron','2021-01-28 04:03:51','2021-01-27 20:03:51'),(63684,24139,'action created','2021-01-28 04:03:51','2021-01-27 20:03:51'),(63685,24139,'action started via WP Cron','2021-01-28 04:04:42','2021-01-27 20:04:42'),(63686,24139,'action complete via WP Cron','2021-01-28 04:04:42','2021-01-27 20:04:42'),(63687,24140,'action created','2021-01-28 04:04:42','2021-01-27 20:04:42'),(63688,24140,'action started via WP Cron','2021-01-28 04:05:45','2021-01-27 20:05:45'),(63689,24140,'action complete via WP Cron','2021-01-28 04:05:45','2021-01-27 20:05:45'),(63690,24141,'action created','2021-01-28 04:05:45','2021-01-27 20:05:45'),(63691,24141,'action started via WP Cron','2021-01-28 04:06:59','2021-01-27 20:06:59'),(63692,24141,'action complete via WP Cron','2021-01-28 04:06:59','2021-01-27 20:06:59'),(63693,24142,'action created','2021-01-28 04:06:59','2021-01-27 20:06:59'),(63694,24142,'action started via WP Cron','2021-01-28 04:08:04','2021-01-27 20:08:04'),(63695,24142,'action complete via WP Cron','2021-01-28 04:08:04','2021-01-27 20:08:04'),(63696,24143,'action created','2021-01-28 04:08:04','2021-01-27 20:08:04'),(63697,24143,'action started via WP Cron','2021-01-28 04:08:53','2021-01-27 20:08:53'),(63698,24143,'action complete via WP Cron','2021-01-28 04:08:53','2021-01-27 20:08:53'),(63699,24144,'action created','2021-01-28 04:08:53','2021-01-27 20:08:53'),(63700,24144,'action started via WP Cron','2021-01-28 04:09:41','2021-01-27 20:09:41'),(63701,24144,'action complete via WP Cron','2021-01-28 04:09:41','2021-01-27 20:09:41'),(63702,24145,'action created','2021-01-28 04:09:41','2021-01-27 20:09:41'),(63703,24145,'action started via WP Cron','2021-01-28 04:10:40','2021-01-27 20:10:40'),(63704,24145,'action complete via WP Cron','2021-01-28 04:10:40','2021-01-27 20:10:40'),(63705,24146,'action created','2021-01-28 04:10:41','2021-01-27 20:10:41'),(63706,24146,'action started via WP Cron','2021-01-28 04:11:50','2021-01-27 20:11:50'),(63707,24146,'action complete via WP Cron','2021-01-28 04:11:50','2021-01-27 20:11:50'),(63708,24147,'action created','2021-01-28 04:11:50','2021-01-27 20:11:50'),(63709,24147,'action started via WP Cron','2021-01-28 04:12:57','2021-01-27 20:12:57'),(63710,24147,'action complete via WP Cron','2021-01-28 04:12:57','2021-01-27 20:12:57'),(63711,24148,'action created','2021-01-28 04:12:57','2021-01-27 20:12:57'),(63712,24148,'action started via WP Cron','2021-01-28 04:14:01','2021-01-27 20:14:01'),(63713,24148,'action complete via WP Cron','2021-01-28 04:14:01','2021-01-27 20:14:01'),(63714,24149,'action created','2021-01-28 04:14:01','2021-01-27 20:14:01'),(63715,24149,'action started via WP Cron','2021-01-28 04:14:54','2021-01-27 20:14:54'),(63716,24149,'action complete via WP Cron','2021-01-28 04:14:54','2021-01-27 20:14:54'),(63717,24150,'action created','2021-01-28 04:14:54','2021-01-27 20:14:54'),(63718,24150,'action started via WP Cron','2021-01-28 04:15:57','2021-01-27 20:15:57'),(63719,24150,'action complete via WP Cron','2021-01-28 04:15:57','2021-01-27 20:15:57'),(63720,24151,'action created','2021-01-28 04:15:58','2021-01-27 20:15:58'),(63721,24151,'action started via WP Cron','2021-01-28 04:16:41','2021-01-27 20:16:41'),(63722,24151,'action complete via WP Cron','2021-01-28 04:16:41','2021-01-27 20:16:41'),(63723,24152,'action created','2021-01-28 04:16:41','2021-01-27 20:16:41'),(63724,24152,'action started via WP Cron','2021-01-28 04:18:03','2021-01-27 20:18:03'),(63725,24152,'action complete via WP Cron','2021-01-28 04:18:03','2021-01-27 20:18:03'),(63726,24153,'action created','2021-01-28 04:18:03','2021-01-27 20:18:03'),(63727,24153,'action started via WP Cron','2021-01-28 04:23:10','2021-01-27 20:23:10'),(63728,24153,'action complete via WP Cron','2021-01-28 04:23:10','2021-01-27 20:23:10'),(63729,24154,'action created','2021-01-28 04:23:10','2021-01-27 20:23:10'),(63730,24154,'action started via WP Cron','2021-01-28 04:28:18','2021-01-27 20:28:18'),(63731,24154,'action complete via WP Cron','2021-01-28 04:28:18','2021-01-27 20:28:18'),(63732,24155,'action created','2021-01-28 04:28:18','2021-01-27 20:28:18'),(63733,24155,'action started via WP Cron','2021-01-28 04:29:23','2021-01-27 20:29:23'),(63734,24155,'action complete via WP Cron','2021-01-28 04:29:23','2021-01-27 20:29:23'),(63735,24156,'action created','2021-01-28 04:29:23','2021-01-27 20:29:23'),(63736,24156,'action started via WP Cron','2021-01-28 04:51:58','2021-01-27 20:51:58'),(63737,24156,'action complete via WP Cron','2021-01-28 04:51:58','2021-01-27 20:51:58'),(63738,24157,'action created','2021-01-28 04:51:59','2021-01-27 20:51:59'),(63742,24158,'action started via WP Cron','2021-01-28 05:00:58','2021-01-27 21:00:58'),(63743,24158,'action complete via WP Cron','2021-01-28 05:00:58','2021-01-27 21:00:58'),(63744,24159,'action created','2021-01-28 05:00:58','2021-01-27 21:00:58'),(63745,24159,'action started via WP Cron','2021-01-28 05:04:16','2021-01-27 21:04:16'),(63746,24159,'action complete via WP Cron','2021-01-28 05:04:16','2021-01-27 21:04:16'),(63747,24160,'action created','2021-01-28 05:04:16','2021-01-27 21:04:16'),(63748,24160,'action started via WP Cron','2021-01-28 05:13:01','2021-01-27 21:13:01'),(63749,24160,'action complete via WP Cron','2021-01-28 05:13:01','2021-01-27 21:13:01'),(63750,24161,'action created','2021-01-28 05:13:01','2021-01-27 21:13:01'),(63751,24161,'action started via WP Cron','2021-01-28 05:15:57','2021-01-27 21:15:57'),(63752,24161,'action complete via WP Cron','2021-01-28 05:15:57','2021-01-27 21:15:57'),(63753,24162,'action created','2021-01-28 05:15:57','2021-01-27 21:15:57'),(63754,24162,'action started via WP Cron','2021-01-28 05:17:18','2021-01-27 21:17:18'),(63755,24162,'action complete via WP Cron','2021-01-28 05:17:18','2021-01-27 21:17:18'),(63756,24163,'action created','2021-01-28 05:17:18','2021-01-27 21:17:18'),(63757,24163,'action started via WP Cron','2021-01-28 05:20:23','2021-01-27 21:20:23'),(63758,24163,'action complete via WP Cron','2021-01-28 05:20:23','2021-01-27 21:20:23'),(63759,24164,'action created','2021-01-28 05:20:23','2021-01-27 21:20:23'),(63760,24164,'action started via WP Cron','2021-01-28 05:22:24','2021-01-27 21:22:24'),(63761,24164,'action complete via WP Cron','2021-01-28 05:22:24','2021-01-27 21:22:24'),(63762,24165,'action created','2021-01-28 05:22:24','2021-01-27 21:22:24'),(63763,24165,'action started via WP Cron','2021-01-28 05:23:11','2021-01-27 21:23:11'),(63764,24165,'action complete via WP Cron','2021-01-28 05:23:11','2021-01-27 21:23:11'),(63765,24166,'action created','2021-01-28 05:23:11','2021-01-27 21:23:11'),(63766,24166,'action started via WP Cron','2021-01-28 05:23:56','2021-01-27 21:23:56'),(63767,24166,'action complete via WP Cron','2021-01-28 05:23:56','2021-01-27 21:23:56'),(63768,24167,'action created','2021-01-28 05:23:56','2021-01-27 21:23:56'),(63769,24167,'action started via WP Cron','2021-01-28 05:24:43','2021-01-27 21:24:43'),(63770,24167,'action complete via WP Cron','2021-01-28 05:24:43','2021-01-27 21:24:43'),(63771,24168,'action created','2021-01-28 05:24:43','2021-01-27 21:24:43'),(63772,24168,'action started via WP Cron','2021-01-28 05:25:57','2021-01-27 21:25:57'),(63773,24168,'action complete via WP Cron','2021-01-28 05:25:57','2021-01-27 21:25:57'),(63774,24169,'action created','2021-01-28 05:25:57','2021-01-27 21:25:57'),(63775,24169,'action started via WP Cron','2021-01-28 05:26:42','2021-01-27 21:26:42'),(63776,24169,'action complete via WP Cron','2021-01-28 05:26:42','2021-01-27 21:26:42'),(63777,24170,'action created','2021-01-28 05:26:42','2021-01-27 21:26:42'),(63778,24170,'action started via WP Cron','2021-01-28 05:27:54','2021-01-27 21:27:54'),(63779,24170,'action complete via WP Cron','2021-01-28 05:27:54','2021-01-27 21:27:54'),(63780,24171,'action created','2021-01-28 05:27:54','2021-01-27 21:27:54'),(63781,24171,'action started via WP Cron','2021-01-28 05:28:57','2021-01-27 21:28:57'),(63782,24171,'action complete via WP Cron','2021-01-28 05:28:57','2021-01-27 21:28:57'),(63783,24172,'action created','2021-01-28 05:28:57','2021-01-27 21:28:57'),(63784,24172,'action started via WP Cron','2021-01-28 05:30:09','2021-01-27 21:30:09'),(63785,24172,'action complete via WP Cron','2021-01-28 05:30:09','2021-01-27 21:30:09'),(63786,24173,'action created','2021-01-28 05:30:09','2021-01-27 21:30:09'),(63787,24173,'action started via WP Cron','2021-01-28 05:30:58','2021-01-27 21:30:58'),(63788,24173,'action complete via WP Cron','2021-01-28 05:30:58','2021-01-27 21:30:58'),(63789,24174,'action created','2021-01-28 05:30:58','2021-01-27 21:30:58'),(63790,24174,'action started via WP Cron','2021-01-28 05:32:13','2021-01-27 21:32:13'),(63791,24174,'action complete via WP Cron','2021-01-28 05:32:13','2021-01-27 21:32:13'),(63792,24175,'action created','2021-01-28 05:32:13','2021-01-27 21:32:13'),(63793,24175,'action started via WP Cron','2021-01-28 05:33:02','2021-01-27 21:33:02'),(63794,24175,'action complete via WP Cron','2021-01-28 05:33:02','2021-01-27 21:33:02'),(63795,24176,'action created','2021-01-28 05:33:02','2021-01-27 21:33:02'),(63796,24176,'action started via WP Cron','2021-01-28 05:35:04','2021-01-27 21:35:04'),(63797,24176,'action complete via WP Cron','2021-01-28 05:35:04','2021-01-27 21:35:04'),(63798,24177,'action created','2021-01-28 05:35:04','2021-01-27 21:35:04'),(63799,24177,'action started via WP Cron','2021-01-28 05:36:14','2021-01-27 21:36:14'),(63800,24177,'action complete via WP Cron','2021-01-28 05:36:14','2021-01-27 21:36:14'),(63801,24178,'action created','2021-01-28 05:36:14','2021-01-27 21:36:14'),(63802,24178,'action started via WP Cron','2021-01-28 05:38:43','2021-01-27 21:38:43'),(63803,24178,'action complete via WP Cron','2021-01-28 05:38:43','2021-01-27 21:38:43'),(63804,24179,'action created','2021-01-28 05:38:43','2021-01-27 21:38:43'),(63805,24179,'action started via WP Cron','2021-01-28 05:39:44','2021-01-27 21:39:44'),(63806,24179,'action complete via WP Cron','2021-01-28 05:39:44','2021-01-27 21:39:44'),(63807,24180,'action created','2021-01-28 05:39:57','2021-01-27 21:39:57'),(63808,24180,'action started via WP Cron','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63809,24180,'action complete via WP Cron','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63810,23585,'action started via WP Cron','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63811,23585,'action complete via WP Cron','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63812,24181,'action created','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63813,24182,'action created','2021-01-28 05:40:41','2021-01-27 21:40:41'),(63814,24182,'action started via WP Cron','2021-01-28 05:41:43','2021-01-27 21:41:43'),(63815,24182,'action complete via WP Cron','2021-01-28 05:41:43','2021-01-27 21:41:43'),(63816,24183,'action created','2021-01-28 05:41:43','2021-01-27 21:41:43'),(63817,24183,'action started via WP Cron','2021-01-28 05:42:47','2021-01-27 21:42:47'),(63818,24183,'action complete via WP Cron','2021-01-28 05:42:47','2021-01-27 21:42:47'),(63819,24184,'action created','2021-01-28 05:42:47','2021-01-27 21:42:47'),(63820,24184,'action started via WP Cron','2021-01-28 05:43:59','2021-01-27 21:43:59'),(63821,24184,'action complete via WP Cron','2021-01-28 05:43:59','2021-01-27 21:43:59'),(63822,24185,'action created','2021-01-28 05:43:59','2021-01-27 21:43:59'),(63823,24185,'action started via WP Cron','2021-01-28 05:45:05','2021-01-27 21:45:05'),(63824,24185,'action complete via WP Cron','2021-01-28 05:45:05','2021-01-27 21:45:05'),(63825,24186,'action created','2021-01-28 05:45:05','2021-01-27 21:45:05'),(63826,24186,'action started via WP Cron','2021-01-28 05:46:14','2021-01-27 21:46:14'),(63827,24186,'action complete via WP Cron','2021-01-28 05:46:14','2021-01-27 21:46:14'),(63828,24187,'action created','2021-01-28 05:46:14','2021-01-27 21:46:14'),(63829,24187,'action started via WP Cron','2021-01-28 05:47:10','2021-01-27 21:47:10'),(63830,24187,'action complete via WP Cron','2021-01-28 05:47:10','2021-01-27 21:47:10'),(63831,24188,'action created','2021-01-28 05:47:10','2021-01-27 21:47:10'),(63832,24188,'action started via WP Cron','2021-01-28 05:47:43','2021-01-27 21:47:43'),(63833,24188,'action complete via WP Cron','2021-01-28 05:47:43','2021-01-27 21:47:43'),(63834,24189,'action created','2021-01-28 05:47:43','2021-01-27 21:47:43'),(63835,24189,'action started via WP Cron','2021-01-28 05:48:47','2021-01-27 21:48:47'),(63836,24189,'action complete via WP Cron','2021-01-28 05:48:47','2021-01-27 21:48:47'),(63837,24190,'action created','2021-01-28 05:48:47','2021-01-27 21:48:47'),(63838,24190,'action started via WP Cron','2021-01-28 05:49:46','2021-01-27 21:49:46'),(63839,24190,'action complete via WP Cron','2021-01-28 05:49:46','2021-01-27 21:49:46'),(63840,24191,'action created','2021-01-28 05:49:46','2021-01-27 21:49:46'),(63841,24191,'action started via WP Cron','2021-01-28 05:50:42','2021-01-27 21:50:42'),(63842,24191,'action complete via WP Cron','2021-01-28 05:50:42','2021-01-27 21:50:42'),(63843,24192,'action created','2021-01-28 05:50:42','2021-01-27 21:50:42'),(63844,24192,'action started via WP Cron','2021-01-28 05:52:07','2021-01-27 21:52:07'),(63845,24192,'action complete via WP Cron','2021-01-28 05:52:07','2021-01-27 21:52:07'),(63846,24193,'action created','2021-01-28 05:52:08','2021-01-27 21:52:08'),(63847,24193,'action started via WP Cron','2021-01-28 05:52:46','2021-01-27 21:52:46'),(63848,24193,'action complete via WP Cron','2021-01-28 05:52:46','2021-01-27 21:52:46'),(63849,24194,'action created','2021-01-28 05:52:46','2021-01-27 21:52:46'),(63850,24194,'action started via WP Cron','2021-01-28 05:53:45','2021-01-27 21:53:45'),(63851,24194,'action complete via WP Cron','2021-01-28 05:53:45','2021-01-27 21:53:45'),(63852,24195,'action created','2021-01-28 05:53:45','2021-01-27 21:53:45'),(63853,24195,'action started via WP Cron','2021-01-28 05:54:55','2021-01-27 21:54:55'),(63854,24195,'action complete via WP Cron','2021-01-28 05:54:55','2021-01-27 21:54:55'),(63855,24196,'action created','2021-01-28 05:54:57','2021-01-27 21:54:57'),(63856,24196,'action started via WP Cron','2021-01-28 05:56:25','2021-01-27 21:56:25'),(63857,24196,'action complete via WP Cron','2021-01-28 05:56:25','2021-01-27 21:56:25'),(63858,24197,'action created','2021-01-28 05:56:25','2021-01-27 21:56:25'),(63859,24197,'action started via WP Cron','2021-01-28 05:56:58','2021-01-27 21:56:58'),(63860,24197,'action complete via WP Cron','2021-01-28 05:56:58','2021-01-27 21:56:58'),(63861,24198,'action created','2021-01-28 05:56:58','2021-01-27 21:56:58'),(63862,24198,'action started via WP Cron','2021-01-28 05:57:47','2021-01-27 21:57:47'),(63863,24198,'action complete via WP Cron','2021-01-28 05:57:47','2021-01-27 21:57:47'),(63864,24199,'action created','2021-01-28 05:57:47','2021-01-27 21:57:47'),(63865,24199,'action started via WP Cron','2021-01-28 05:58:58','2021-01-27 21:58:58'),(63866,24199,'action complete via WP Cron','2021-01-28 05:58:58','2021-01-27 21:58:58'),(63867,24200,'action created','2021-01-28 05:58:58','2021-01-27 21:58:58'),(63868,24200,'action started via WP Cron','2021-01-28 05:59:58','2021-01-27 21:59:58'),(63869,24200,'action complete via WP Cron','2021-01-28 05:59:58','2021-01-27 21:59:58'),(63870,24201,'action created','2021-01-28 05:59:58','2021-01-27 21:59:58'),(63871,24201,'action started via WP Cron','2021-01-28 06:01:04','2021-01-27 22:01:04'),(63872,24201,'action complete via WP Cron','2021-01-28 06:01:04','2021-01-27 22:01:04'),(63873,24202,'action created','2021-01-28 06:01:04','2021-01-27 22:01:04'),(63874,24202,'action started via WP Cron','2021-01-28 06:01:48','2021-01-27 22:01:48'),(63875,24202,'action complete via WP Cron','2021-01-28 06:01:48','2021-01-27 22:01:48'),(63876,24203,'action created','2021-01-28 06:01:48','2021-01-27 22:01:48'),(63877,24203,'action started via WP Cron','2021-01-28 06:02:50','2021-01-27 22:02:50'),(63878,24203,'action complete via WP Cron','2021-01-28 06:02:50','2021-01-27 22:02:50'),(63879,24204,'action created','2021-01-28 06:02:50','2021-01-27 22:02:50'),(63880,24204,'action started via WP Cron','2021-01-28 06:04:04','2021-01-27 22:04:04'),(63881,24204,'action complete via WP Cron','2021-01-28 06:04:04','2021-01-27 22:04:04'),(63882,24205,'action created','2021-01-28 06:04:05','2021-01-27 22:04:05'),(63883,24205,'action started via WP Cron','2021-01-28 06:04:53','2021-01-27 22:04:53'),(63884,24205,'action complete via WP Cron','2021-01-28 06:04:53','2021-01-27 22:04:53'),(63885,24206,'action created','2021-01-28 06:04:53','2021-01-27 22:04:53'),(63886,24206,'action started via WP Cron','2021-01-28 06:06:06','2021-01-27 22:06:06'),(63887,24206,'action complete via WP Cron','2021-01-28 06:06:06','2021-01-27 22:06:06'),(63888,24207,'action created','2021-01-28 06:06:06','2021-01-27 22:06:06'),(63889,24207,'action started via WP Cron','2021-01-28 06:06:42','2021-01-27 22:06:42'),(63890,24207,'action complete via WP Cron','2021-01-28 06:06:42','2021-01-27 22:06:42'),(63891,24208,'action created','2021-01-28 06:06:42','2021-01-27 22:06:42'),(63892,24208,'action started via WP Cron','2021-01-28 06:07:55','2021-01-27 22:07:55'),(63893,24208,'action complete via WP Cron','2021-01-28 06:07:55','2021-01-27 22:07:55'),(63894,24209,'action created','2021-01-28 06:07:55','2021-01-27 22:07:55'),(63895,24209,'action started via WP Cron','2021-01-28 06:12:23','2021-01-27 22:12:23'),(63896,24209,'action complete via WP Cron','2021-01-28 06:12:23','2021-01-27 22:12:23'),(63897,24210,'action created','2021-01-28 06:12:23','2021-01-27 22:12:23'),(63898,24210,'action started via WP Cron','2021-01-28 06:27:39','2021-01-27 22:27:39'),(63899,24210,'action complete via WP Cron','2021-01-28 06:27:39','2021-01-27 22:27:39'),(63900,24211,'action created','2021-01-28 06:27:39','2021-01-27 22:27:39'),(63904,24212,'action started via WP Cron','2021-01-28 07:02:37','2021-01-27 23:02:37'),(63905,24212,'action complete via WP Cron','2021-01-28 07:02:37','2021-01-27 23:02:37'),(63906,24213,'action created','2021-01-28 07:02:37','2021-01-27 23:02:37'),(63907,24213,'action started via WP Cron','2021-01-28 07:07:08','2021-01-27 23:07:08'),(63908,24213,'action complete via WP Cron','2021-01-28 07:07:08','2021-01-27 23:07:08'),(63909,24214,'action created','2021-01-28 07:07:08','2021-01-27 23:07:08'),(63910,24214,'action started via WP Cron','2021-01-28 07:12:41','2021-01-27 23:12:41'),(63911,24214,'action complete via WP Cron','2021-01-28 07:12:41','2021-01-27 23:12:41'),(63912,24215,'action created','2021-01-28 07:12:41','2021-01-27 23:12:41'),(63913,24215,'action started via WP Cron','2021-01-28 07:19:42','2021-01-27 23:19:42'),(63914,24215,'action complete via WP Cron','2021-01-28 07:19:42','2021-01-27 23:19:42'),(63915,24216,'action created','2021-01-28 07:19:42','2021-01-27 23:19:42'),(63916,24216,'action started via WP Cron','2021-01-28 07:21:17','2021-01-27 23:21:17'),(63917,24216,'action complete via WP Cron','2021-01-28 07:21:17','2021-01-27 23:21:17'),(63918,24217,'action created','2021-01-28 07:21:17','2021-01-27 23:21:17'),(63919,24217,'action started via WP Cron','2021-01-28 07:21:48','2021-01-27 23:21:48'),(63920,24217,'action complete via WP Cron','2021-01-28 07:21:48','2021-01-27 23:21:48'),(63921,24218,'action created','2021-01-28 07:21:48','2021-01-27 23:21:48'),(63922,24218,'action started via WP Cron','2021-01-28 07:24:35','2021-01-27 23:24:35'),(63923,24218,'action complete via WP Cron','2021-01-28 07:24:35','2021-01-27 23:24:35'),(63924,24219,'action created','2021-01-28 07:24:35','2021-01-27 23:24:35'),(63925,24219,'action started via WP Cron','2021-01-28 07:25:22','2021-01-27 23:25:22'),(63926,24219,'action complete via WP Cron','2021-01-28 07:25:22','2021-01-27 23:25:22'),(63927,24220,'action created','2021-01-28 07:25:22','2021-01-27 23:25:22'),(63928,24220,'action started via WP Cron','2021-01-28 07:28:53','2021-01-27 23:28:53'),(63929,24220,'action complete via WP Cron','2021-01-28 07:28:53','2021-01-27 23:28:53'),(63930,24221,'action created','2021-01-28 07:28:53','2021-01-27 23:28:53'),(63931,24221,'action started via WP Cron','2021-01-28 07:30:27','2021-01-27 23:30:27'),(63932,24221,'action complete via WP Cron','2021-01-28 07:30:27','2021-01-27 23:30:27'),(63933,24222,'action created','2021-01-28 07:30:28','2021-01-27 23:30:28'),(63934,24222,'action started via WP Cron','2021-01-28 07:31:18','2021-01-27 23:31:18'),(63935,24222,'action complete via WP Cron','2021-01-28 07:31:18','2021-01-27 23:31:18'),(63936,24223,'action created','2021-01-28 07:31:18','2021-01-27 23:31:18'),(63937,24223,'action started via WP Cron','2021-01-28 07:39:10','2021-01-27 23:39:10'),(63938,24223,'action complete via WP Cron','2021-01-28 07:39:10','2021-01-27 23:39:10'),(63939,24224,'action created','2021-01-28 07:39:10','2021-01-27 23:39:10'),(63940,24224,'action started via WP Cron','2021-01-28 07:42:59','2021-01-27 23:42:59'),(63941,24224,'action complete via WP Cron','2021-01-28 07:42:59','2021-01-27 23:42:59'),(63942,24225,'action created','2021-01-28 07:42:59','2021-01-27 23:42:59'),(63943,24225,'action started via WP Cron','2021-01-28 07:47:41','2021-01-27 23:47:41'),(63944,24225,'action complete via WP Cron','2021-01-28 07:47:41','2021-01-27 23:47:41'),(63945,24226,'action created','2021-01-28 07:47:41','2021-01-27 23:47:41'),(63946,24226,'action started via WP Cron','2021-01-28 07:54:24','2021-01-27 23:54:24'),(63947,24226,'action complete via WP Cron','2021-01-28 07:54:24','2021-01-27 23:54:24'),(63948,24227,'action created','2021-01-28 07:54:24','2021-01-27 23:54:24'),(63949,24227,'action started via WP Cron','2021-01-28 07:59:26','2021-01-27 23:59:26'),(63950,24227,'action complete via WP Cron','2021-01-28 07:59:26','2021-01-27 23:59:26'),(63951,24228,'action created','2021-01-28 07:59:26','2021-01-27 23:59:26'),(63952,24228,'action started via WP Cron','2021-01-28 08:08:52','2021-01-28 00:08:52'),(63953,24228,'action complete via WP Cron','2021-01-28 08:08:52','2021-01-28 00:08:52'),(63954,24229,'action created','2021-01-28 08:08:52','2021-01-28 00:08:52'),(63955,24229,'action started via WP Cron','2021-01-28 08:21:50','2021-01-28 00:21:50'),(63956,24229,'action complete via WP Cron','2021-01-28 08:21:50','2021-01-28 00:21:50'),(63957,24230,'action created','2021-01-28 08:21:52','2021-01-28 00:21:52'),(63958,24230,'action started via WP Cron','2021-01-28 08:23:13','2021-01-28 00:23:13'),(63959,24230,'action complete via WP Cron','2021-01-28 08:23:13','2021-01-28 00:23:13'),(63960,24231,'action created','2021-01-28 08:23:13','2021-01-28 00:23:13'),(63961,24231,'action started via WP Cron','2021-01-28 08:27:17','2021-01-28 00:27:17'),(63962,24231,'action complete via WP Cron','2021-01-28 08:27:17','2021-01-28 00:27:17'),(63963,24232,'action created','2021-01-28 08:27:17','2021-01-28 00:27:17'),(63964,24232,'action started via WP Cron','2021-01-28 08:48:40','2021-01-28 00:48:40'),(63965,24232,'action complete via WP Cron','2021-01-28 08:48:40','2021-01-28 00:48:40'),(127536,45423,'action complete via WP Cron','2021-02-28 08:48:53','2021-02-28 00:48:53'),(127535,45423,'action started via WP Cron','2021-02-28 08:48:53','2021-02-28 00:48:53'),(130816,46517,'action created','2021-03-01 08:51:35','2021-03-01 00:51:35'),(63969,24234,'action created','2021-01-28 08:48:40','2021-01-28 00:48:40'),(63970,24234,'action started via WP Cron','2021-01-28 08:49:44','2021-01-28 00:49:44'),(63971,24234,'action complete via WP Cron','2021-01-28 08:49:44','2021-01-28 00:49:44'),(63972,24235,'action created','2021-01-28 08:49:45','2021-01-28 00:49:45'),(63973,24235,'action started via WP Cron','2021-01-28 08:51:48','2021-01-28 00:51:48'),(63974,24235,'action complete via WP Cron','2021-01-28 08:51:48','2021-01-28 00:51:48'),(63975,24236,'action created','2021-01-28 08:51:48','2021-01-28 00:51:48'),(63976,24236,'action started via WP Cron','2021-01-28 08:52:51','2021-01-28 00:52:51'),(63977,24236,'action complete via WP Cron','2021-01-28 08:52:51','2021-01-28 00:52:51'),(63978,24237,'action created','2021-01-28 08:52:51','2021-01-28 00:52:51'),(63979,24237,'action started via WP Cron','2021-01-28 08:53:52','2021-01-28 00:53:52'),(63980,24237,'action complete via WP Cron','2021-01-28 08:53:52','2021-01-28 00:53:52'),(63981,24238,'action created','2021-01-28 08:53:52','2021-01-28 00:53:52'),(63982,24238,'action started via WP Cron','2021-01-28 08:55:48','2021-01-28 00:55:48'),(63983,24238,'action complete via WP Cron','2021-01-28 08:55:48','2021-01-28 00:55:48'),(63984,24239,'action created','2021-01-28 08:55:49','2021-01-28 00:55:49'),(63985,24239,'action started via WP Cron','2021-01-28 08:59:08','2021-01-28 00:59:08'),(63986,24239,'action complete via WP Cron','2021-01-28 08:59:08','2021-01-28 00:59:08'),(63987,24240,'action created','2021-01-28 08:59:09','2021-01-28 00:59:09'),(63988,24240,'action started via WP Cron','2021-01-28 09:01:42','2021-01-28 01:01:42'),(63989,24240,'action complete via WP Cron','2021-01-28 09:01:42','2021-01-28 01:01:42'),(63990,24241,'action created','2021-01-28 09:01:42','2021-01-28 01:01:42'),(63991,24241,'action started via WP Cron','2021-01-28 09:05:25','2021-01-28 01:05:25'),(63992,24241,'action complete via WP Cron','2021-01-28 09:05:25','2021-01-28 01:05:25'),(63993,24242,'action created','2021-01-28 09:05:25','2021-01-28 01:05:25'),(63994,24242,'action started via WP Cron','2021-01-28 09:10:40','2021-01-28 01:10:40'),(63995,24242,'action complete via WP Cron','2021-01-28 09:10:40','2021-01-28 01:10:40'),(63996,24243,'action created','2021-01-28 09:10:40','2021-01-28 01:10:40'),(63997,24243,'action started via WP Cron','2021-01-28 09:14:04','2021-01-28 01:14:04'),(63998,24243,'action complete via WP Cron','2021-01-28 09:14:04','2021-01-28 01:14:04'),(63999,24244,'action created','2021-01-28 09:14:04','2021-01-28 01:14:04'),(64000,24244,'action started via WP Cron','2021-01-28 09:16:33','2021-01-28 01:16:33'),(64001,24244,'action complete via WP Cron','2021-01-28 09:16:33','2021-01-28 01:16:33'),(64002,24245,'action created','2021-01-28 09:16:33','2021-01-28 01:16:33'),(64003,24245,'action started via WP Cron','2021-01-28 09:17:24','2021-01-28 01:17:24'),(64004,24245,'action complete via WP Cron','2021-01-28 09:17:24','2021-01-28 01:17:24'),(64005,24246,'action created','2021-01-28 09:17:24','2021-01-28 01:17:24'),(64006,24246,'action started via WP Cron','2021-01-28 09:22:29','2021-01-28 01:22:29'),(64007,24246,'action complete via WP Cron','2021-01-28 09:22:29','2021-01-28 01:22:29'),(64008,24247,'action created','2021-01-28 09:22:29','2021-01-28 01:22:29'),(64009,24247,'action started via WP Cron','2021-01-28 09:23:46','2021-01-28 01:23:46'),(64010,24247,'action complete via WP Cron','2021-01-28 09:23:46','2021-01-28 01:23:46'),(64011,24248,'action created','2021-01-28 09:23:46','2021-01-28 01:23:46'),(64012,24248,'action started via WP Cron','2021-01-28 09:26:14','2021-01-28 01:26:14'),(64013,24248,'action complete via WP Cron','2021-01-28 09:26:14','2021-01-28 01:26:14'),(64014,24249,'action created','2021-01-28 09:26:14','2021-01-28 01:26:14'),(64015,24249,'action started via WP Cron','2021-01-28 09:27:46','2021-01-28 01:27:46'),(64016,24249,'action complete via WP Cron','2021-01-28 09:27:46','2021-01-28 01:27:46'),(64017,24250,'action created','2021-01-28 09:27:46','2021-01-28 01:27:46'),(64018,24250,'action started via WP Cron','2021-01-28 09:37:30','2021-01-28 01:37:30'),(64019,24250,'action complete via WP Cron','2021-01-28 09:37:30','2021-01-28 01:37:30'),(64020,24251,'action created','2021-01-28 09:37:31','2021-01-28 01:37:31'),(64021,24251,'action started via WP Cron','2021-01-28 09:38:37','2021-01-28 01:38:37'),(64022,24251,'action complete via WP Cron','2021-01-28 09:38:37','2021-01-28 01:38:37'),(64023,24252,'action created','2021-01-28 09:38:37','2021-01-28 01:38:37'),(64024,24252,'action started via WP Cron','2021-01-28 09:39:13','2021-01-28 01:39:13'),(64025,24252,'action complete via WP Cron','2021-01-28 09:39:13','2021-01-28 01:39:13'),(64026,24253,'action created','2021-01-28 09:39:13','2021-01-28 01:39:13'),(64027,24253,'action started via WP Cron','2021-01-28 09:39:52','2021-01-28 01:39:52'),(64028,24253,'action complete via WP Cron','2021-01-28 09:39:52','2021-01-28 01:39:52'),(64029,24254,'action created','2021-01-28 09:40:25','2021-01-28 01:40:25'),(64030,24254,'action started via WP Cron','2021-01-28 09:41:56','2021-01-28 01:41:56'),(64031,24254,'action complete via WP Cron','2021-01-28 09:41:56','2021-01-28 01:41:56'),(64032,24255,'action created','2021-01-28 09:41:56','2021-01-28 01:41:56'),(64033,24255,'action started via WP Cron','2021-01-28 09:43:05','2021-01-28 01:43:05'),(64034,24255,'action complete via WP Cron','2021-01-28 09:43:05','2021-01-28 01:43:05'),(64035,24256,'action created','2021-01-28 09:43:05','2021-01-28 01:43:05'),(64036,24256,'action started via WP Cron','2021-01-28 09:45:03','2021-01-28 01:45:03'),(64037,24256,'action complete via WP Cron','2021-01-28 09:45:03','2021-01-28 01:45:03'),(64038,24257,'action created','2021-01-28 09:45:12','2021-01-28 01:45:12'),(64039,24257,'action started via WP Cron','2021-01-28 09:45:42','2021-01-28 01:45:42'),(64040,24257,'action complete via WP Cron','2021-01-28 09:45:42','2021-01-28 01:45:42'),(64041,24258,'action created','2021-01-28 09:45:42','2021-01-28 01:45:42'),(64042,24258,'action started via WP Cron','2021-01-28 09:49:22','2021-01-28 01:49:22'),(64043,24258,'action complete via WP Cron','2021-01-28 09:49:22','2021-01-28 01:49:22'),(64044,24259,'action created','2021-01-28 09:49:22','2021-01-28 01:49:22'),(64045,24259,'action started via WP Cron','2021-01-28 09:53:19','2021-01-28 01:53:19'),(64046,24259,'action complete via WP Cron','2021-01-28 09:53:19','2021-01-28 01:53:19'),(64047,24260,'action created','2021-01-28 09:53:19','2021-01-28 01:53:19'),(64048,24260,'action started via WP Cron','2021-01-28 10:03:40','2021-01-28 02:03:40'),(64049,24260,'action complete via WP Cron','2021-01-28 10:03:40','2021-01-28 02:03:40'),(64050,24261,'action created','2021-01-28 10:03:40','2021-01-28 02:03:40'),(64051,24261,'action started via WP Cron','2021-01-28 10:06:07','2021-01-28 02:06:07'),(64052,24261,'action complete via WP Cron','2021-01-28 10:06:07','2021-01-28 02:06:07'),(64053,24262,'action created','2021-01-28 10:06:07','2021-01-28 02:06:07'),(64054,24262,'action started via WP Cron','2021-01-28 10:06:52','2021-01-28 02:06:52'),(64055,24262,'action complete via WP Cron','2021-01-28 10:06:52','2021-01-28 02:06:52'),(64056,24263,'action created','2021-01-28 10:06:52','2021-01-28 02:06:52'),(64057,24263,'action started via WP Cron','2021-01-28 10:07:48','2021-01-28 02:07:48'),(64058,24263,'action complete via WP Cron','2021-01-28 10:07:48','2021-01-28 02:07:48'),(64059,24264,'action created','2021-01-28 10:07:48','2021-01-28 02:07:48'),(64060,24264,'action started via WP Cron','2021-01-28 10:11:17','2021-01-28 02:11:17'),(64061,24264,'action complete via WP Cron','2021-01-28 10:11:17','2021-01-28 02:11:17'),(64062,24265,'action created','2021-01-28 10:11:17','2021-01-28 02:11:17'),(64063,24265,'action started via WP Cron','2021-01-28 10:11:52','2021-01-28 02:11:52'),(64064,24265,'action complete via WP Cron','2021-01-28 10:11:52','2021-01-28 02:11:52'),(64065,24266,'action created','2021-01-28 10:11:52','2021-01-28 02:11:52'),(64066,24266,'action started via WP Cron','2021-01-28 10:12:59','2021-01-28 02:12:59'),(64067,24266,'action complete via WP Cron','2021-01-28 10:12:59','2021-01-28 02:12:59'),(64068,24267,'action created','2021-01-28 10:12:59','2021-01-28 02:12:59'),(64069,24267,'action started via WP Cron','2021-01-28 10:13:40','2021-01-28 02:13:40'),(64070,24267,'action complete via WP Cron','2021-01-28 10:13:40','2021-01-28 02:13:40'),(64071,24268,'action created','2021-01-28 10:13:41','2021-01-28 02:13:41'),(64072,24268,'action started via WP Cron','2021-01-28 10:14:59','2021-01-28 02:14:59'),(64073,24268,'action complete via WP Cron','2021-01-28 10:14:59','2021-01-28 02:14:59'),(64074,24269,'action created','2021-01-28 10:14:59','2021-01-28 02:14:59'),(64075,24269,'action started via WP Cron','2021-01-28 10:15:51','2021-01-28 02:15:51'),(64076,24269,'action complete via WP Cron','2021-01-28 10:15:51','2021-01-28 02:15:51'),(64077,24270,'action created','2021-01-28 10:15:51','2021-01-28 02:15:51'),(64078,24270,'action started via WP Cron','2021-01-28 10:16:53','2021-01-28 02:16:53'),(64079,24270,'action complete via WP Cron','2021-01-28 10:16:53','2021-01-28 02:16:53'),(64080,24271,'action created','2021-01-28 10:16:53','2021-01-28 02:16:53'),(64081,24271,'action started via WP Cron','2021-01-28 10:17:46','2021-01-28 02:17:46'),(64082,24271,'action complete via WP Cron','2021-01-28 10:17:46','2021-01-28 02:17:46'),(64083,24272,'action created','2021-01-28 10:17:46','2021-01-28 02:17:46'),(64084,24272,'action started via WP Cron','2021-01-28 10:19:15','2021-01-28 02:19:15'),(64085,24272,'action complete via WP Cron','2021-01-28 10:19:15','2021-01-28 02:19:15'),(64086,24273,'action created','2021-01-28 10:19:15','2021-01-28 02:19:15'),(64087,24273,'action started via WP Cron','2021-01-28 10:20:11','2021-01-28 02:20:11'),(64088,24273,'action complete via WP Cron','2021-01-28 10:20:11','2021-01-28 02:20:11'),(64089,24274,'action created','2021-01-28 10:20:11','2021-01-28 02:20:11'),(64090,24274,'action started via WP Cron','2021-01-28 10:20:41','2021-01-28 02:20:41'),(64091,24274,'action complete via WP Cron','2021-01-28 10:20:41','2021-01-28 02:20:41'),(64092,24275,'action created','2021-01-28 10:20:41','2021-01-28 02:20:41'),(64093,24275,'action started via WP Cron','2021-01-28 10:21:53','2021-01-28 02:21:53'),(64094,24275,'action complete via WP Cron','2021-01-28 10:21:53','2021-01-28 02:21:53'),(64095,24276,'action created','2021-01-28 10:21:53','2021-01-28 02:21:53'),(64096,24276,'action started via WP Cron','2021-01-28 10:22:50','2021-01-28 02:22:50'),(64097,24276,'action complete via WP Cron','2021-01-28 10:22:50','2021-01-28 02:22:50'),(64098,24277,'action created','2021-01-28 10:22:50','2021-01-28 02:22:50'),(64099,24277,'action started via WP Cron','2021-01-28 10:23:46','2021-01-28 02:23:46'),(64100,24277,'action complete via WP Cron','2021-01-28 10:23:46','2021-01-28 02:23:46'),(64101,24278,'action created','2021-01-28 10:23:46','2021-01-28 02:23:46'),(64102,24278,'action started via WP Cron','2021-01-28 10:24:42','2021-01-28 02:24:42'),(64103,24278,'action complete via WP Cron','2021-01-28 10:24:42','2021-01-28 02:24:42'),(64104,24279,'action created','2021-01-28 10:24:42','2021-01-28 02:24:42'),(64105,24279,'action started via WP Cron','2021-01-28 10:25:52','2021-01-28 02:25:52'),(64106,24279,'action complete via WP Cron','2021-01-28 10:25:52','2021-01-28 02:25:52'),(64107,24280,'action created','2021-01-28 10:25:52','2021-01-28 02:25:52'),(64108,24280,'action started via WP Cron','2021-01-28 10:26:58','2021-01-28 02:26:58'),(64109,24280,'action complete via WP Cron','2021-01-28 10:26:58','2021-01-28 02:26:58'),(64110,24281,'action created','2021-01-28 10:26:58','2021-01-28 02:26:58'),(64111,24281,'action started via WP Cron','2021-01-28 10:27:57','2021-01-28 02:27:57'),(64112,24281,'action complete via WP Cron','2021-01-28 10:27:57','2021-01-28 02:27:57'),(64113,24282,'action created','2021-01-28 10:27:57','2021-01-28 02:27:57'),(64114,24282,'action started via WP Cron','2021-01-28 10:28:46','2021-01-28 02:28:46'),(64115,24282,'action complete via WP Cron','2021-01-28 10:28:46','2021-01-28 02:28:46'),(64116,24283,'action created','2021-01-28 10:28:47','2021-01-28 02:28:47'),(64117,24283,'action started via WP Cron','2021-01-28 10:29:43','2021-01-28 02:29:43'),(64118,24283,'action complete via WP Cron','2021-01-28 10:29:43','2021-01-28 02:29:43'),(64119,24284,'action created','2021-01-28 10:29:43','2021-01-28 02:29:43'),(64120,24284,'action started via WP Cron','2021-01-28 10:30:42','2021-01-28 02:30:42'),(64121,24284,'action complete via WP Cron','2021-01-28 10:30:42','2021-01-28 02:30:42'),(64122,24285,'action created','2021-01-28 10:30:42','2021-01-28 02:30:42'),(64123,24285,'action started via WP Cron','2021-01-28 10:31:41','2021-01-28 02:31:41'),(64124,24285,'action complete via WP Cron','2021-01-28 10:31:41','2021-01-28 02:31:41'),(64125,24286,'action created','2021-01-28 10:31:41','2021-01-28 02:31:41'),(64126,24286,'action started via WP Cron','2021-01-28 10:33:15','2021-01-28 02:33:15'),(64127,24286,'action complete via WP Cron','2021-01-28 10:33:15','2021-01-28 02:33:15'),(64128,24287,'action created','2021-01-28 10:33:15','2021-01-28 02:33:15'),(64129,24287,'action started via WP Cron','2021-01-28 10:33:50','2021-01-28 02:33:50'),(64130,24287,'action complete via WP Cron','2021-01-28 10:33:50','2021-01-28 02:33:50'),(64131,24288,'action created','2021-01-28 10:33:50','2021-01-28 02:33:50'),(64132,24288,'action started via WP Cron','2021-01-28 10:34:44','2021-01-28 02:34:44'),(64133,24288,'action complete via WP Cron','2021-01-28 10:34:44','2021-01-28 02:34:44'),(64134,24289,'action created','2021-01-28 10:34:44','2021-01-28 02:34:44'),(64135,24289,'action started via WP Cron','2021-01-28 10:35:41','2021-01-28 02:35:41'),(64136,24289,'action complete via WP Cron','2021-01-28 10:35:41','2021-01-28 02:35:41'),(64137,24290,'action created','2021-01-28 10:35:41','2021-01-28 02:35:41'),(64138,24290,'action started via WP Cron','2021-01-28 10:36:41','2021-01-28 02:36:41'),(64139,24290,'action complete via WP Cron','2021-01-28 10:36:41','2021-01-28 02:36:41'),(64140,24291,'action created','2021-01-28 10:36:41','2021-01-28 02:36:41'),(64141,24291,'action started via WP Cron','2021-01-28 10:38:08','2021-01-28 02:38:08'),(64142,24291,'action complete via WP Cron','2021-01-28 10:38:08','2021-01-28 02:38:08'),(64143,24292,'action created','2021-01-28 10:38:08','2021-01-28 02:38:08'),(64144,24292,'action started via WP Cron','2021-01-28 10:38:45','2021-01-28 02:38:45'),(64145,24292,'action complete via WP Cron','2021-01-28 10:38:45','2021-01-28 02:38:45'),(64146,24293,'action created','2021-01-28 10:38:45','2021-01-28 02:38:45'),(64147,24293,'action started via WP Cron','2021-01-28 10:39:49','2021-01-28 02:39:49'),(64148,24293,'action complete via WP Cron','2021-01-28 10:39:49','2021-01-28 02:39:49'),(64149,24294,'action created','2021-01-28 10:39:49','2021-01-28 02:39:49'),(64150,24294,'action started via WP Cron','2021-01-28 10:40:48','2021-01-28 02:40:48'),(64151,24294,'action complete via WP Cron','2021-01-28 10:40:48','2021-01-28 02:40:48'),(64152,24295,'action created','2021-01-28 10:40:48','2021-01-28 02:40:48'),(64153,24295,'action started via WP Cron','2021-01-28 10:41:53','2021-01-28 02:41:53'),(64154,24295,'action complete via WP Cron','2021-01-28 10:41:53','2021-01-28 02:41:53'),(64155,24296,'action created','2021-01-28 10:41:53','2021-01-28 02:41:53'),(64156,24296,'action started via WP Cron','2021-01-28 10:43:06','2021-01-28 02:43:06'),(64157,24296,'action complete via WP Cron','2021-01-28 10:43:06','2021-01-28 02:43:06'),(64158,24297,'action created','2021-01-28 10:43:06','2021-01-28 02:43:06'),(64159,24297,'action started via WP Cron','2021-01-28 10:44:01','2021-01-28 02:44:01'),(64160,24297,'action complete via WP Cron','2021-01-28 10:44:01','2021-01-28 02:44:01'),(64161,24298,'action created','2021-01-28 10:44:01','2021-01-28 02:44:01'),(64162,24298,'action started via WP Cron','2021-01-28 10:44:58','2021-01-28 02:44:58'),(64163,24298,'action complete via WP Cron','2021-01-28 10:44:58','2021-01-28 02:44:58'),(64164,24299,'action created','2021-01-28 10:44:58','2021-01-28 02:44:58'),(64165,24299,'action started via WP Cron','2021-01-28 10:46:00','2021-01-28 02:46:00'),(64166,24299,'action complete via WP Cron','2021-01-28 10:46:00','2021-01-28 02:46:00'),(64167,24300,'action created','2021-01-28 10:46:00','2021-01-28 02:46:00'),(64168,24300,'action started via WP Cron','2021-01-28 10:46:56','2021-01-28 02:46:56'),(64169,24300,'action complete via WP Cron','2021-01-28 10:46:56','2021-01-28 02:46:56'),(64170,24301,'action created','2021-01-28 10:46:56','2021-01-28 02:46:56'),(64171,24301,'action started via WP Cron','2021-01-28 10:47:50','2021-01-28 02:47:50'),(64172,24301,'action complete via WP Cron','2021-01-28 10:47:50','2021-01-28 02:47:50'),(64173,24302,'action created','2021-01-28 10:47:50','2021-01-28 02:47:50'),(64174,24302,'action started via WP Cron','2021-01-28 10:49:06','2021-01-28 02:49:06'),(64175,24302,'action complete via WP Cron','2021-01-28 10:49:06','2021-01-28 02:49:06'),(64176,24303,'action created','2021-01-28 10:49:06','2021-01-28 02:49:06'),(64177,24303,'action started via WP Cron','2021-01-28 10:49:41','2021-01-28 02:49:41'),(64178,24303,'action complete via WP Cron','2021-01-28 10:49:41','2021-01-28 02:49:41'),(64179,24304,'action created','2021-01-28 10:49:41','2021-01-28 02:49:41'),(64180,24304,'action started via WP Cron','2021-01-28 10:53:27','2021-01-28 02:53:27'),(64181,24304,'action complete via WP Cron','2021-01-28 10:53:27','2021-01-28 02:53:27'),(64182,24305,'action created','2021-01-28 10:53:28','2021-01-28 02:53:28'),(64183,24305,'action started via WP Cron','2021-01-28 10:53:59','2021-01-28 02:53:59'),(64184,24305,'action complete via WP Cron','2021-01-28 10:53:59','2021-01-28 02:53:59'),(64185,24306,'action created','2021-01-28 10:53:59','2021-01-28 02:53:59'),(64186,24306,'action started via WP Cron','2021-01-28 10:54:52','2021-01-28 02:54:52'),(64187,24306,'action complete via WP Cron','2021-01-28 10:54:52','2021-01-28 02:54:52'),(64188,24307,'action created','2021-01-28 10:54:52','2021-01-28 02:54:52'),(64189,24307,'action started via WP Cron','2021-01-28 10:57:15','2021-01-28 02:57:15'),(64190,24307,'action complete via WP Cron','2021-01-28 10:57:15','2021-01-28 02:57:15'),(64191,24308,'action created','2021-01-28 10:57:15','2021-01-28 02:57:15'),(64192,24308,'action started via WP Cron','2021-01-28 11:02:41','2021-01-28 03:02:41'),(64193,24308,'action complete via WP Cron','2021-01-28 11:02:41','2021-01-28 03:02:41'),(64194,24309,'action created','2021-01-28 11:02:42','2021-01-28 03:02:42'),(64195,24309,'action started via WP Cron','2021-01-28 11:05:58','2021-01-28 03:05:58'),(64196,24309,'action complete via WP Cron','2021-01-28 11:05:58','2021-01-28 03:05:58'),(64197,24310,'action created','2021-01-28 11:05:58','2021-01-28 03:05:58'),(64198,24310,'action started via WP Cron','2021-01-28 11:09:03','2021-01-28 03:09:03'),(64199,24310,'action complete via WP Cron','2021-01-28 11:09:03','2021-01-28 03:09:03'),(64200,24311,'action created','2021-01-28 11:09:03','2021-01-28 03:09:03'),(64201,24311,'action started via WP Cron','2021-01-28 11:18:10','2021-01-28 03:18:10'),(64202,24311,'action complete via WP Cron','2021-01-28 11:18:10','2021-01-28 03:18:10'),(64203,24312,'action created','2021-01-28 11:18:10','2021-01-28 03:18:10'),(64204,24312,'action started via WP Cron','2021-01-28 11:19:41','2021-01-28 03:19:41'),(64205,24312,'action complete via WP Cron','2021-01-28 11:19:41','2021-01-28 03:19:41'),(64206,24313,'action created','2021-01-28 11:19:41','2021-01-28 03:19:41'),(64207,24313,'action started via WP Cron','2021-01-28 11:22:00','2021-01-28 03:22:00'),(64208,24313,'action complete via WP Cron','2021-01-28 11:22:00','2021-01-28 03:22:00'),(64209,24314,'action created','2021-01-28 11:22:00','2021-01-28 03:22:00'),(64210,24314,'action started via WP Cron','2021-01-28 11:24:13','2021-01-28 03:24:13'),(64211,24314,'action complete via WP Cron','2021-01-28 11:24:13','2021-01-28 03:24:13'),(64212,24315,'action created','2021-01-28 11:24:13','2021-01-28 03:24:13'),(64213,24315,'action started via WP Cron','2021-01-28 11:24:46','2021-01-28 03:24:46'),(64214,24315,'action complete via WP Cron','2021-01-28 11:24:46','2021-01-28 03:24:46'),(64215,24316,'action created','2021-01-28 11:24:46','2021-01-28 03:24:46'),(64216,24316,'action started via WP Cron','2021-01-28 11:25:47','2021-01-28 03:25:47'),(64217,24316,'action complete via WP Cron','2021-01-28 11:25:47','2021-01-28 03:25:47'),(64218,24317,'action created','2021-01-28 11:25:47','2021-01-28 03:25:47'),(64219,24317,'action started via WP Cron','2021-01-28 11:26:45','2021-01-28 03:26:45'),(64220,24317,'action complete via WP Cron','2021-01-28 11:26:45','2021-01-28 03:26:45'),(64221,24318,'action created','2021-01-28 11:26:45','2021-01-28 03:26:45'),(64222,24318,'action started via WP Cron','2021-01-28 11:27:47','2021-01-28 03:27:47'),(64223,24318,'action complete via WP Cron','2021-01-28 11:27:47','2021-01-28 03:27:47'),(64224,24319,'action created','2021-01-28 11:27:47','2021-01-28 03:27:47'),(64225,24319,'action started via WP Cron','2021-01-28 11:28:43','2021-01-28 03:28:43'),(64226,24319,'action complete via WP Cron','2021-01-28 11:28:43','2021-01-28 03:28:43'),(64227,24320,'action created','2021-01-28 11:28:43','2021-01-28 03:28:43'),(64228,24320,'action started via WP Cron','2021-01-28 11:29:44','2021-01-28 03:29:44'),(64229,24320,'action complete via WP Cron','2021-01-28 11:29:44','2021-01-28 03:29:44'),(64230,24321,'action created','2021-01-28 11:29:44','2021-01-28 03:29:44'),(64231,24321,'action started via WP Cron','2021-01-28 11:30:43','2021-01-28 03:30:43'),(64232,24321,'action complete via WP Cron','2021-01-28 11:30:43','2021-01-28 03:30:43'),(64233,24322,'action created','2021-01-28 11:30:43','2021-01-28 03:30:43'),(64234,24322,'action started via WP Cron','2021-01-28 11:31:41','2021-01-28 03:31:41'),(64235,24322,'action complete via WP Cron','2021-01-28 11:31:41','2021-01-28 03:31:41'),(64236,24323,'action created','2021-01-28 11:31:41','2021-01-28 03:31:41'),(64237,24323,'action started via WP Cron','2021-01-28 11:38:45','2021-01-28 03:38:45'),(64238,24323,'action complete via WP Cron','2021-01-28 11:38:45','2021-01-28 03:38:45'),(64239,24324,'action created','2021-01-28 11:38:45','2021-01-28 03:38:45'),(64240,24324,'action started via WP Cron','2021-01-28 11:41:52','2021-01-28 03:41:52'),(64241,24324,'action complete via WP Cron','2021-01-28 11:41:52','2021-01-28 03:41:52'),(64242,24325,'action created','2021-01-28 11:41:52','2021-01-28 03:41:52'),(64243,24325,'action started via WP Cron','2021-01-28 11:45:14','2021-01-28 03:45:14'),(64244,24325,'action complete via WP Cron','2021-01-28 11:45:14','2021-01-28 03:45:14'),(64245,24326,'action created','2021-01-28 11:45:14','2021-01-28 03:45:14'),(64246,24326,'action started via WP Cron','2021-01-28 11:46:34','2021-01-28 03:46:34'),(64247,24326,'action complete via WP Cron','2021-01-28 11:46:34','2021-01-28 03:46:34'),(64248,24327,'action created','2021-01-28 11:46:35','2021-01-28 03:46:35'),(64249,24327,'action started via WP Cron','2021-01-28 11:49:34','2021-01-28 03:49:34'),(64250,24327,'action complete via WP Cron','2021-01-28 11:49:34','2021-01-28 03:49:34'),(64251,24328,'action created','2021-01-28 11:49:34','2021-01-28 03:49:34'),(64252,24328,'action started via WP Cron','2021-01-28 11:56:32','2021-01-28 03:56:32'),(64253,24328,'action complete via WP Cron','2021-01-28 11:56:32','2021-01-28 03:56:32'),(64254,24329,'action created','2021-01-28 11:56:32','2021-01-28 03:56:32'),(64255,24329,'action started via WP Cron','2021-01-28 11:59:06','2021-01-28 03:59:06'),(64256,24329,'action complete via WP Cron','2021-01-28 11:59:06','2021-01-28 03:59:06'),(64257,24330,'action created','2021-01-28 11:59:06','2021-01-28 03:59:06'),(64258,24330,'action started via WP Cron','2021-01-28 12:03:51','2021-01-28 04:03:51'),(64259,24330,'action complete via WP Cron','2021-01-28 12:03:51','2021-01-28 04:03:51'),(64260,24331,'action created','2021-01-28 12:03:51','2021-01-28 04:03:51'),(64261,24331,'action started via WP Cron','2021-01-28 12:06:38','2021-01-28 04:06:38'),(64262,24331,'action complete via WP Cron','2021-01-28 12:06:38','2021-01-28 04:06:38'),(64263,24332,'action created','2021-01-28 12:06:38','2021-01-28 04:06:38'),(64264,24332,'action started via WP Cron','2021-01-28 12:07:06','2021-01-28 04:07:06'),(64265,24332,'action complete via WP Cron','2021-01-28 12:07:06','2021-01-28 04:07:06'),(64266,24333,'action created','2021-01-28 12:07:06','2021-01-28 04:07:06'),(64267,24333,'action started via WP Cron','2021-01-28 12:07:56','2021-01-28 04:07:56'),(64268,24333,'action complete via WP Cron','2021-01-28 12:07:56','2021-01-28 04:07:56'),(64269,24334,'action created','2021-01-28 12:07:56','2021-01-28 04:07:56'),(64270,24334,'action started via WP Cron','2021-01-28 12:12:09','2021-01-28 04:12:09'),(64271,24334,'action complete via WP Cron','2021-01-28 12:12:09','2021-01-28 04:12:09'),(64272,24335,'action created','2021-01-28 12:12:09','2021-01-28 04:12:09'),(64273,24335,'action started via WP Cron','2021-01-28 12:18:44','2021-01-28 04:18:44'),(64274,24335,'action complete via WP Cron','2021-01-28 12:18:44','2021-01-28 04:18:44'),(64275,24336,'action created','2021-01-28 12:18:44','2021-01-28 04:18:44'),(64276,24336,'action started via WP Cron','2021-01-28 12:19:53','2021-01-28 04:19:53'),(64277,24336,'action complete via WP Cron','2021-01-28 12:19:53','2021-01-28 04:19:53'),(64278,24337,'action created','2021-01-28 12:19:53','2021-01-28 04:19:53'),(64279,24337,'action started via WP Cron','2021-01-28 12:21:04','2021-01-28 04:21:04'),(64280,24337,'action complete via WP Cron','2021-01-28 12:21:04','2021-01-28 04:21:04'),(64281,24338,'action created','2021-01-28 12:21:04','2021-01-28 04:21:04'),(64282,24338,'action started via WP Cron','2021-01-28 12:21:46','2021-01-28 04:21:46'),(64283,24338,'action complete via WP Cron','2021-01-28 12:21:46','2021-01-28 04:21:46'),(64284,24339,'action created','2021-01-28 12:21:46','2021-01-28 04:21:46'),(64285,24339,'action started via WP Cron','2021-01-28 12:22:46','2021-01-28 04:22:46'),(64286,24339,'action complete via WP Cron','2021-01-28 12:22:46','2021-01-28 04:22:46'),(64287,24340,'action created','2021-01-28 12:22:46','2021-01-28 04:22:46'),(64288,24340,'action started via WP Cron','2021-01-28 12:23:46','2021-01-28 04:23:46'),(64289,24340,'action complete via WP Cron','2021-01-28 12:23:46','2021-01-28 04:23:46'),(64290,24341,'action created','2021-01-28 12:23:46','2021-01-28 04:23:46'),(64291,24341,'action started via WP Cron','2021-01-28 12:25:08','2021-01-28 04:25:08'),(64292,24341,'action complete via WP Cron','2021-01-28 12:25:08','2021-01-28 04:25:08'),(64293,24342,'action created','2021-01-28 12:25:08','2021-01-28 04:25:08'),(64294,24342,'action started via WP Cron','2021-01-28 12:26:29','2021-01-28 04:26:29'),(64295,24342,'action complete via WP Cron','2021-01-28 12:26:29','2021-01-28 04:26:29'),(64296,24343,'action created','2021-01-28 12:26:29','2021-01-28 04:26:29'),(64297,24343,'action started via WP Cron','2021-01-28 12:26:59','2021-01-28 04:26:59'),(64298,24343,'action complete via WP Cron','2021-01-28 12:26:59','2021-01-28 04:26:59'),(64299,24344,'action created','2021-01-28 12:26:59','2021-01-28 04:26:59'),(64300,24344,'action started via WP Cron','2021-01-28 12:27:47','2021-01-28 04:27:47'),(64301,24344,'action complete via WP Cron','2021-01-28 12:27:47','2021-01-28 04:27:47'),(64302,24345,'action created','2021-01-28 12:27:47','2021-01-28 04:27:47'),(64303,24345,'action started via WP Cron','2021-01-28 12:29:10','2021-01-28 04:29:10'),(64304,24345,'action complete via WP Cron','2021-01-28 12:29:10','2021-01-28 04:29:10'),(64305,24346,'action created','2021-01-28 12:29:10','2021-01-28 04:29:10'),(64306,24346,'action started via WP Cron','2021-01-28 12:30:25','2021-01-28 04:30:25'),(64307,24346,'action complete via WP Cron','2021-01-28 12:30:25','2021-01-28 04:30:25'),(64308,24347,'action created','2021-01-28 12:30:25','2021-01-28 04:30:25'),(64309,24347,'action started via WP Cron','2021-01-28 12:30:58','2021-01-28 04:30:58'),(64310,24347,'action complete via WP Cron','2021-01-28 12:30:58','2021-01-28 04:30:58'),(64311,24348,'action created','2021-01-28 12:30:58','2021-01-28 04:30:58'),(64312,24348,'action started via WP Cron','2021-01-28 12:31:57','2021-01-28 04:31:57'),(64313,24348,'action complete via WP Cron','2021-01-28 12:31:57','2021-01-28 04:31:57'),(64314,24349,'action created','2021-01-28 12:31:57','2021-01-28 04:31:57'),(64315,24349,'action started via WP Cron','2021-01-28 12:33:17','2021-01-28 04:33:17'),(64316,24349,'action complete via WP Cron','2021-01-28 12:33:17','2021-01-28 04:33:17'),(64317,24350,'action created','2021-01-28 12:33:17','2021-01-28 04:33:17'),(64318,24350,'action started via WP Cron','2021-01-28 12:34:05','2021-01-28 04:34:05'),(64319,24350,'action complete via WP Cron','2021-01-28 12:34:05','2021-01-28 04:34:05'),(64320,24351,'action created','2021-01-28 12:34:26','2021-01-28 04:34:26'),(64321,24351,'action started via WP Cron','2021-01-28 12:34:48','2021-01-28 04:34:48'),(64322,24351,'action complete via WP Cron','2021-01-28 12:34:48','2021-01-28 04:34:48'),(64323,24352,'action created','2021-01-28 12:34:48','2021-01-28 04:34:48'),(64324,24352,'action started via WP Cron','2021-01-28 12:35:53','2021-01-28 04:35:53'),(64325,24352,'action complete via WP Cron','2021-01-28 12:35:53','2021-01-28 04:35:53'),(64326,24353,'action created','2021-01-28 12:35:53','2021-01-28 04:35:53'),(64327,24353,'action started via WP Cron','2021-01-28 12:36:58','2021-01-28 04:36:58'),(64328,24353,'action complete via WP Cron','2021-01-28 12:36:58','2021-01-28 04:36:58'),(64329,24354,'action created','2021-01-28 12:36:58','2021-01-28 04:36:58'),(64330,24354,'action started via WP Cron','2021-01-28 12:38:27','2021-01-28 04:38:27'),(64331,24354,'action complete via WP Cron','2021-01-28 12:38:27','2021-01-28 04:38:27'),(64332,24355,'action created','2021-01-28 12:38:27','2021-01-28 04:38:27'),(64333,24355,'action started via WP Cron','2021-01-28 12:38:46','2021-01-28 04:38:46'),(64334,24355,'action complete via WP Cron','2021-01-28 12:38:46','2021-01-28 04:38:46'),(64335,24356,'action created','2021-01-28 12:38:46','2021-01-28 04:38:46'),(64336,24356,'action started via WP Cron','2021-01-28 12:40:22','2021-01-28 04:40:22'),(64337,24356,'action complete via WP Cron','2021-01-28 12:40:22','2021-01-28 04:40:22'),(64338,24357,'action created','2021-01-28 12:40:23','2021-01-28 04:40:23'),(64339,24357,'action started via WP Cron','2021-01-28 12:41:09','2021-01-28 04:41:09'),(64340,24357,'action complete via WP Cron','2021-01-28 12:41:09','2021-01-28 04:41:09'),(64341,24358,'action created','2021-01-28 12:41:09','2021-01-28 04:41:09'),(64342,24358,'action started via WP Cron','2021-01-28 12:41:54','2021-01-28 04:41:54'),(64343,24358,'action complete via WP Cron','2021-01-28 12:41:54','2021-01-28 04:41:54'),(64344,24359,'action created','2021-01-28 12:41:54','2021-01-28 04:41:54'),(64345,24359,'action started via WP Cron','2021-01-28 12:43:05','2021-01-28 04:43:05'),(64346,24359,'action complete via WP Cron','2021-01-28 12:43:05','2021-01-28 04:43:05'),(64347,24360,'action created','2021-01-28 12:43:05','2021-01-28 04:43:05'),(64348,24360,'action started via WP Cron','2021-01-28 12:43:52','2021-01-28 04:43:52'),(64349,24360,'action complete via WP Cron','2021-01-28 12:43:52','2021-01-28 04:43:52'),(64350,24361,'action created','2021-01-28 12:43:52','2021-01-28 04:43:52'),(64351,24361,'action started via WP Cron','2021-01-28 12:44:51','2021-01-28 04:44:51'),(64352,24361,'action complete via WP Cron','2021-01-28 12:44:51','2021-01-28 04:44:51'),(64353,24362,'action created','2021-01-28 12:44:51','2021-01-28 04:44:51'),(64354,24362,'action started via WP Cron','2021-01-28 12:46:16','2021-01-28 04:46:16'),(64355,24362,'action complete via WP Cron','2021-01-28 12:46:16','2021-01-28 04:46:16'),(64356,24363,'action created','2021-01-28 12:46:17','2021-01-28 04:46:17'),(64357,24363,'action started via WP Cron','2021-01-28 12:47:37','2021-01-28 04:47:37'),(64358,24363,'action complete via WP Cron','2021-01-28 12:47:37','2021-01-28 04:47:37'),(64359,24364,'action created','2021-01-28 12:47:38','2021-01-28 04:47:38'),(64360,24364,'action started via WP Cron','2021-01-28 12:47:59','2021-01-28 04:47:59'),(64361,24364,'action complete via WP Cron','2021-01-28 12:47:59','2021-01-28 04:47:59'),(64362,24365,'action created','2021-01-28 12:47:59','2021-01-28 04:47:59'),(64363,24365,'action started via WP Cron','2021-01-28 12:49:00','2021-01-28 04:49:00'),(64364,24365,'action complete via WP Cron','2021-01-28 12:49:00','2021-01-28 04:49:00'),(64365,24366,'action created','2021-01-28 12:49:00','2021-01-28 04:49:00'),(64366,24366,'action started via WP Cron','2021-01-28 12:49:53','2021-01-28 04:49:53'),(64367,24366,'action complete via WP Cron','2021-01-28 12:49:53','2021-01-28 04:49:53'),(64368,24367,'action created','2021-01-28 12:49:53','2021-01-28 04:49:53'),(64369,24367,'action started via WP Cron','2021-01-28 12:51:07','2021-01-28 04:51:07'),(64370,24367,'action complete via WP Cron','2021-01-28 12:51:07','2021-01-28 04:51:07'),(64371,24368,'action created','2021-01-28 12:51:07','2021-01-28 04:51:07'),(64372,24368,'action started via WP Cron','2021-01-28 12:51:49','2021-01-28 04:51:49'),(64373,24368,'action complete via WP Cron','2021-01-28 12:51:49','2021-01-28 04:51:49'),(64374,24369,'action created','2021-01-28 12:51:49','2021-01-28 04:51:49'),(64375,24369,'action started via WP Cron','2021-01-28 12:53:25','2021-01-28 04:53:25'),(64376,24369,'action complete via WP Cron','2021-01-28 12:53:25','2021-01-28 04:53:25'),(64377,24370,'action created','2021-01-28 12:53:25','2021-01-28 04:53:25'),(64378,24370,'action started via WP Cron','2021-01-28 12:53:57','2021-01-28 04:53:57'),(64379,24370,'action complete via WP Cron','2021-01-28 12:53:57','2021-01-28 04:53:57'),(64380,24371,'action created','2021-01-28 12:53:57','2021-01-28 04:53:57'),(64381,24371,'action started via WP Cron','2021-01-28 12:54:54','2021-01-28 04:54:54'),(64382,24371,'action complete via WP Cron','2021-01-28 12:54:54','2021-01-28 04:54:54'),(64383,24372,'action created','2021-01-28 12:54:54','2021-01-28 04:54:54'),(64384,24372,'action started via WP Cron','2021-01-28 12:55:48','2021-01-28 04:55:48'),(64385,24372,'action complete via WP Cron','2021-01-28 12:55:48','2021-01-28 04:55:48'),(64386,24373,'action created','2021-01-28 12:55:48','2021-01-28 04:55:48'),(64387,24373,'action started via WP Cron','2021-01-28 12:57:07','2021-01-28 04:57:07'),(64388,24373,'action complete via WP Cron','2021-01-28 12:57:07','2021-01-28 04:57:07'),(64389,24374,'action created','2021-01-28 12:57:35','2021-01-28 04:57:35'),(64390,24374,'action started via WP Cron','2021-01-28 12:58:16','2021-01-28 04:58:16'),(64391,24374,'action complete via WP Cron','2021-01-28 12:58:16','2021-01-28 04:58:16'),(64392,24375,'action created','2021-01-28 12:58:16','2021-01-28 04:58:16'),(64393,24375,'action started via WP Cron','2021-01-28 12:58:59','2021-01-28 04:58:59'),(64394,24375,'action complete via WP Cron','2021-01-28 12:58:59','2021-01-28 04:58:59'),(64395,24376,'action created','2021-01-28 12:58:59','2021-01-28 04:58:59'),(64396,24376,'action started via WP Cron','2021-01-28 12:59:41','2021-01-28 04:59:41'),(64397,24376,'action complete via WP Cron','2021-01-28 12:59:41','2021-01-28 04:59:41'),(64398,24377,'action created','2021-01-28 12:59:41','2021-01-28 04:59:41'),(64399,24377,'action started via WP Cron','2021-01-28 13:00:57','2021-01-28 05:00:57'),(64400,24377,'action complete via WP Cron','2021-01-28 13:00:57','2021-01-28 05:00:57'),(64401,24378,'action created','2021-01-28 13:00:57','2021-01-28 05:00:57'),(64402,24378,'action started via WP Cron','2021-01-28 13:01:45','2021-01-28 05:01:45'),(64403,24378,'action complete via WP Cron','2021-01-28 13:01:45','2021-01-28 05:01:45'),(64404,24379,'action created','2021-01-28 13:01:45','2021-01-28 05:01:45'),(64405,24379,'action started via WP Cron','2021-01-28 13:02:45','2021-01-28 05:02:45'),(64406,24379,'action complete via WP Cron','2021-01-28 13:02:45','2021-01-28 05:02:45'),(64407,24380,'action created','2021-01-28 13:02:45','2021-01-28 05:02:45'),(64408,24380,'action started via WP Cron','2021-01-28 13:03:43','2021-01-28 05:03:43'),(64409,24380,'action complete via WP Cron','2021-01-28 13:03:43','2021-01-28 05:03:43'),(64410,24381,'action created','2021-01-28 13:03:43','2021-01-28 05:03:43'),(64411,24381,'action started via WP Cron','2021-01-28 13:05:19','2021-01-28 05:05:19'),(64412,24381,'action complete via WP Cron','2021-01-28 13:05:19','2021-01-28 05:05:19'),(64413,24382,'action created','2021-01-28 13:05:19','2021-01-28 05:05:19'),(64414,24382,'action started via WP Cron','2021-01-28 13:05:47','2021-01-28 05:05:47'),(64415,24382,'action complete via WP Cron','2021-01-28 13:05:47','2021-01-28 05:05:47'),(64416,24383,'action created','2021-01-28 13:05:47','2021-01-28 05:05:47'),(64417,24383,'action started via WP Cron','2021-01-28 13:06:41','2021-01-28 05:06:41'),(64418,24383,'action complete via WP Cron','2021-01-28 13:06:41','2021-01-28 05:06:41'),(64419,24384,'action created','2021-01-28 13:06:42','2021-01-28 05:06:42'),(64420,24384,'action started via WP Cron','2021-01-28 13:08:10','2021-01-28 05:08:10'),(64421,24384,'action complete via WP Cron','2021-01-28 13:08:10','2021-01-28 05:08:10'),(64422,24385,'action created','2021-01-28 13:08:10','2021-01-28 05:08:10'),(64423,24385,'action started via WP Cron','2021-01-28 13:08:43','2021-01-28 05:08:43'),(64424,24385,'action complete via WP Cron','2021-01-28 13:08:43','2021-01-28 05:08:43'),(64425,24386,'action created','2021-01-28 13:08:44','2021-01-28 05:08:44'),(64426,24386,'action started via WP Cron','2021-01-28 13:10:13','2021-01-28 05:10:13'),(64427,24386,'action complete via WP Cron','2021-01-28 13:10:13','2021-01-28 05:10:13'),(64428,24387,'action created','2021-01-28 13:10:13','2021-01-28 05:10:13'),(64429,24387,'action started via WP Cron','2021-01-28 13:10:45','2021-01-28 05:10:45'),(64430,24387,'action complete via WP Cron','2021-01-28 13:10:45','2021-01-28 05:10:45'),(64431,24388,'action created','2021-01-28 13:10:45','2021-01-28 05:10:45'),(64432,24388,'action started via WP Cron','2021-01-28 13:12:02','2021-01-28 05:12:02'),(64433,24388,'action complete via WP Cron','2021-01-28 13:12:02','2021-01-28 05:12:02'),(64434,24389,'action created','2021-01-28 13:12:02','2021-01-28 05:12:02'),(64435,24389,'action started via WP Cron','2021-01-28 13:12:42','2021-01-28 05:12:42'),(64436,24389,'action complete via WP Cron','2021-01-28 13:12:42','2021-01-28 05:12:42'),(64437,24390,'action created','2021-01-28 13:12:42','2021-01-28 05:12:42'),(64438,24390,'action started via WP Cron','2021-01-28 13:13:49','2021-01-28 05:13:49'),(64439,24390,'action complete via WP Cron','2021-01-28 13:13:49','2021-01-28 05:13:49'),(64440,24391,'action created','2021-01-28 13:13:49','2021-01-28 05:13:49'),(64441,24391,'action started via WP Cron','2021-01-28 13:15:04','2021-01-28 05:15:04'),(64442,24391,'action complete via WP Cron','2021-01-28 13:15:04','2021-01-28 05:15:04'),(64443,24392,'action created','2021-01-28 13:15:04','2021-01-28 05:15:04'),(64444,24392,'action started via WP Cron','2021-01-28 13:16:10','2021-01-28 05:16:10'),(64445,24392,'action complete via WP Cron','2021-01-28 13:16:10','2021-01-28 05:16:10'),(64446,24393,'action created','2021-01-28 13:16:28','2021-01-28 05:16:28'),(64447,24393,'action started via WP Cron','2021-01-28 13:16:47','2021-01-28 05:16:47'),(64448,24393,'action complete via WP Cron','2021-01-28 13:16:47','2021-01-28 05:16:47'),(64449,24394,'action created','2021-01-28 13:16:47','2021-01-28 05:16:47'),(64450,24394,'action started via WP Cron','2021-01-28 13:17:42','2021-01-28 05:17:42'),(64451,24394,'action complete via WP Cron','2021-01-28 13:17:42','2021-01-28 05:17:42'),(64452,24395,'action created','2021-01-28 13:17:42','2021-01-28 05:17:42'),(64453,24395,'action started via WP Cron','2021-01-28 13:19:06','2021-01-28 05:19:06'),(64454,24395,'action complete via WP Cron','2021-01-28 13:19:06','2021-01-28 05:19:06'),(64455,24396,'action created','2021-01-28 13:19:06','2021-01-28 05:19:06'),(64456,24396,'action started via WP Cron','2021-01-28 13:20:35','2021-01-28 05:20:35'),(64457,24396,'action complete via WP Cron','2021-01-28 13:20:35','2021-01-28 05:20:35'),(64458,24397,'action created','2021-01-28 13:20:35','2021-01-28 05:20:35'),(64459,24397,'action started via WP Cron','2021-01-28 13:21:23','2021-01-28 05:21:23'),(64460,24397,'action complete via WP Cron','2021-01-28 13:21:23','2021-01-28 05:21:23'),(64461,24398,'action created','2021-01-28 13:21:23','2021-01-28 05:21:23'),(64462,24398,'action started via WP Cron','2021-01-28 13:21:41','2021-01-28 05:21:41'),(64463,24398,'action complete via WP Cron','2021-01-28 13:21:41','2021-01-28 05:21:41'),(64464,24399,'action created','2021-01-28 13:21:41','2021-01-28 05:21:41'),(64465,24399,'action started via WP Cron','2021-01-28 13:23:20','2021-01-28 05:23:20'),(64466,24399,'action complete via WP Cron','2021-01-28 13:23:20','2021-01-28 05:23:20'),(64467,24400,'action created','2021-01-28 13:23:20','2021-01-28 05:23:20'),(64468,24400,'action started via WP Cron','2021-01-28 13:24:09','2021-01-28 05:24:09'),(64469,24400,'action complete via WP Cron','2021-01-28 13:24:09','2021-01-28 05:24:09'),(64470,24401,'action created','2021-01-28 13:24:09','2021-01-28 05:24:09'),(64471,24401,'action started via WP Cron','2021-01-28 13:25:00','2021-01-28 05:25:00'),(64472,24401,'action complete via WP Cron','2021-01-28 13:25:00','2021-01-28 05:25:00'),(64473,24402,'action created','2021-01-28 13:25:00','2021-01-28 05:25:00'),(64474,24402,'action started via WP Cron','2021-01-28 13:26:48','2021-01-28 05:26:48'),(64475,24402,'action complete via WP Cron','2021-01-28 13:26:48','2021-01-28 05:26:48'),(64476,24403,'action created','2021-01-28 13:26:48','2021-01-28 05:26:48'),(64477,24403,'action started via WP Cron','2021-01-28 13:28:10','2021-01-28 05:28:10'),(64478,24403,'action complete via WP Cron','2021-01-28 13:28:10','2021-01-28 05:28:10'),(64479,24404,'action created','2021-01-28 13:28:10','2021-01-28 05:28:10'),(64480,24404,'action started via WP Cron','2021-01-28 13:30:01','2021-01-28 05:30:01'),(64481,24404,'action complete via WP Cron','2021-01-28 13:30:01','2021-01-28 05:30:01'),(64482,24405,'action created','2021-01-28 13:30:01','2021-01-28 05:30:01'),(64483,24405,'action started via WP Cron','2021-01-28 13:37:04','2021-01-28 05:37:04'),(64484,24405,'action complete via WP Cron','2021-01-28 13:37:04','2021-01-28 05:37:04'),(64485,24406,'action created','2021-01-28 13:37:04','2021-01-28 05:37:04'),(64486,24406,'action started via WP Cron','2021-01-28 13:39:28','2021-01-28 05:39:28'),(64487,24406,'action complete via WP Cron','2021-01-28 13:39:28','2021-01-28 05:39:28'),(64488,24407,'action created','2021-01-28 13:39:28','2021-01-28 05:39:28'),(64489,24407,'action started via WP Cron','2021-01-28 13:43:29','2021-01-28 05:43:29'),(64490,24407,'action complete via WP Cron','2021-01-28 13:43:29','2021-01-28 05:43:29'),(64491,24408,'action created','2021-01-28 13:43:29','2021-01-28 05:43:29'),(64492,24408,'action started via WP Cron','2021-01-28 13:44:44','2021-01-28 05:44:44'),(64493,24408,'action complete via WP Cron','2021-01-28 13:44:44','2021-01-28 05:44:44'),(64494,24409,'action created','2021-01-28 13:44:44','2021-01-28 05:44:44'),(64495,24409,'action started via WP Cron','2021-01-28 13:47:04','2021-01-28 05:47:04'),(64496,24409,'action complete via WP Cron','2021-01-28 13:47:04','2021-01-28 05:47:04'),(64497,24410,'action created','2021-01-28 13:47:04','2021-01-28 05:47:04'),(64498,24410,'action started via WP Cron','2021-01-28 13:48:50','2021-01-28 05:48:50'),(64499,24410,'action complete via WP Cron','2021-01-28 13:48:50','2021-01-28 05:48:50'),(64500,24411,'action created','2021-01-28 13:48:50','2021-01-28 05:48:50'),(64501,24411,'action started via WP Cron','2021-01-28 13:49:45','2021-01-28 05:49:45'),(64502,24411,'action complete via WP Cron','2021-01-28 13:49:45','2021-01-28 05:49:45'),(64503,24412,'action created','2021-01-28 13:49:45','2021-01-28 05:49:45'),(64504,24412,'action started via WP Cron','2021-01-28 13:50:52','2021-01-28 05:50:52'),(64505,24412,'action complete via WP Cron','2021-01-28 13:50:52','2021-01-28 05:50:52'),(64506,24413,'action created','2021-01-28 13:50:52','2021-01-28 05:50:52'),(64507,24413,'action started via WP Cron','2021-01-28 13:51:53','2021-01-28 05:51:53'),(64508,24413,'action complete via WP Cron','2021-01-28 13:51:53','2021-01-28 05:51:53'),(64509,24414,'action created','2021-01-28 13:51:53','2021-01-28 05:51:53'),(64510,24414,'action started via WP Cron','2021-01-28 13:52:54','2021-01-28 05:52:54'),(64511,24414,'action complete via WP Cron','2021-01-28 13:52:54','2021-01-28 05:52:54'),(64512,24415,'action created','2021-01-28 13:52:54','2021-01-28 05:52:54'),(64513,24415,'action started via WP Cron','2021-01-28 13:55:01','2021-01-28 05:55:01'),(64514,24415,'action complete via WP Cron','2021-01-28 13:55:01','2021-01-28 05:55:01'),(64515,24416,'action created','2021-01-28 13:55:01','2021-01-28 05:55:01'),(64516,24416,'action started via WP Cron','2021-01-28 13:56:19','2021-01-28 05:56:19'),(64517,24416,'action complete via WP Cron','2021-01-28 13:56:19','2021-01-28 05:56:19'),(64518,24417,'action created','2021-01-28 13:56:19','2021-01-28 05:56:19'),(64519,24417,'action started via WP Cron','2021-01-28 13:57:29','2021-01-28 05:57:29'),(64520,24417,'action complete via WP Cron','2021-01-28 13:57:29','2021-01-28 05:57:29'),(64521,24418,'action created','2021-01-28 13:57:29','2021-01-28 05:57:29'),(64522,24418,'action started via WP Cron','2021-01-28 13:59:06','2021-01-28 05:59:06'),(64523,24418,'action complete via WP Cron','2021-01-28 13:59:06','2021-01-28 05:59:06'),(64524,24419,'action created','2021-01-28 13:59:06','2021-01-28 05:59:06'),(64525,24419,'action started via WP Cron','2021-01-28 14:01:51','2021-01-28 06:01:51'),(64526,24419,'action complete via WP Cron','2021-01-28 14:01:51','2021-01-28 06:01:51'),(64527,24420,'action created','2021-01-28 14:01:51','2021-01-28 06:01:51'),(64528,24420,'action started via WP Cron','2021-01-28 14:04:06','2021-01-28 06:04:06'),(64529,24420,'action complete via WP Cron','2021-01-28 14:04:06','2021-01-28 06:04:06'),(64530,24421,'action created','2021-01-28 14:04:06','2021-01-28 06:04:06'),(64531,24421,'action started via WP Cron','2021-01-28 14:07:11','2021-01-28 06:07:11'),(64532,24421,'action complete via WP Cron','2021-01-28 14:07:11','2021-01-28 06:07:11'),(64533,24422,'action created','2021-01-28 14:07:12','2021-01-28 06:07:12'),(64534,24422,'action started via WP Cron','2021-01-28 14:09:38','2021-01-28 06:09:38'),(64535,24422,'action complete via WP Cron','2021-01-28 14:09:38','2021-01-28 06:09:38'),(64536,24423,'action created','2021-01-28 14:09:38','2021-01-28 06:09:38'),(64537,24423,'action started via WP Cron','2021-01-28 14:11:58','2021-01-28 06:11:58'),(64538,24423,'action complete via WP Cron','2021-01-28 14:11:58','2021-01-28 06:11:58'),(64539,24424,'action created','2021-01-28 14:11:59','2021-01-28 06:11:59'),(64540,24424,'action started via WP Cron','2021-01-28 14:13:45','2021-01-28 06:13:45'),(64541,24424,'action complete via WP Cron','2021-01-28 14:13:45','2021-01-28 06:13:45'),(64542,24425,'action created','2021-01-28 14:13:46','2021-01-28 06:13:46'),(64543,24425,'action started via WP Cron','2021-01-28 14:16:30','2021-01-28 06:16:30'),(64544,24425,'action complete via WP Cron','2021-01-28 14:16:30','2021-01-28 06:16:30'),(64545,24426,'action created','2021-01-28 14:16:30','2021-01-28 06:16:30'),(64546,24426,'action started via WP Cron','2021-01-28 14:16:54','2021-01-28 06:16:54'),(64547,24426,'action complete via WP Cron','2021-01-28 14:16:54','2021-01-28 06:16:54'),(64548,24427,'action created','2021-01-28 14:16:54','2021-01-28 06:16:54'),(64549,24427,'action started via WP Cron','2021-01-28 14:18:00','2021-01-28 06:18:00'),(64550,24427,'action complete via WP Cron','2021-01-28 14:18:00','2021-01-28 06:18:00'),(64551,24428,'action created','2021-01-28 14:18:00','2021-01-28 06:18:00'),(64552,24428,'action started via WP Cron','2021-01-28 14:18:48','2021-01-28 06:18:48'),(64553,24428,'action complete via WP Cron','2021-01-28 14:18:48','2021-01-28 06:18:48'),(64554,24429,'action created','2021-01-28 14:18:48','2021-01-28 06:18:48'),(64555,24429,'action started via WP Cron','2021-01-28 14:19:52','2021-01-28 06:19:52'),(64556,24429,'action complete via WP Cron','2021-01-28 14:19:52','2021-01-28 06:19:52'),(64557,24430,'action created','2021-01-28 14:19:52','2021-01-28 06:19:52'),(64558,24430,'action started via WP Cron','2021-01-28 14:20:44','2021-01-28 06:20:44'),(64559,24430,'action complete via WP Cron','2021-01-28 14:20:44','2021-01-28 06:20:44'),(64560,24431,'action created','2021-01-28 14:20:44','2021-01-28 06:20:44'),(64561,24431,'action started via WP Cron','2021-01-28 14:21:51','2021-01-28 06:21:51'),(64562,24431,'action complete via WP Cron','2021-01-28 14:21:51','2021-01-28 06:21:51'),(64563,24432,'action created','2021-01-28 14:21:51','2021-01-28 06:21:51'),(64564,24432,'action started via WP Cron','2021-01-28 14:22:40','2021-01-28 06:22:40'),(64565,24432,'action complete via WP Cron','2021-01-28 14:22:40','2021-01-28 06:22:40'),(64566,24433,'action created','2021-01-28 14:22:41','2021-01-28 06:22:41'),(64567,24433,'action started via WP Cron','2021-01-28 14:23:59','2021-01-28 06:23:59'),(64568,24433,'action complete via WP Cron','2021-01-28 14:23:59','2021-01-28 06:23:59'),(64569,24434,'action created','2021-01-28 14:23:59','2021-01-28 06:23:59'),(64570,24434,'action started via WP Cron','2021-01-28 14:24:46','2021-01-28 06:24:46'),(64571,24434,'action complete via WP Cron','2021-01-28 14:24:46','2021-01-28 06:24:46'),(64572,24435,'action created','2021-01-28 14:24:46','2021-01-28 06:24:46'),(64573,24435,'action started via WP Cron','2021-01-28 14:25:43','2021-01-28 06:25:43'),(64574,24435,'action complete via WP Cron','2021-01-28 14:25:43','2021-01-28 06:25:43'),(64575,24436,'action created','2021-01-28 14:25:43','2021-01-28 06:25:43'),(64576,24436,'action started via WP Cron','2021-01-28 14:26:48','2021-01-28 06:26:48'),(64577,24436,'action complete via WP Cron','2021-01-28 14:26:48','2021-01-28 06:26:48'),(64578,24437,'action created','2021-01-28 14:26:48','2021-01-28 06:26:48'),(64579,24437,'action started via WP Cron','2021-01-28 14:27:52','2021-01-28 06:27:52'),(64580,24437,'action complete via WP Cron','2021-01-28 14:27:52','2021-01-28 06:27:52'),(64581,24438,'action created','2021-01-28 14:27:52','2021-01-28 06:27:52'),(64582,24438,'action started via WP Cron','2021-01-28 14:28:48','2021-01-28 06:28:48'),(64583,24438,'action complete via WP Cron','2021-01-28 14:28:48','2021-01-28 06:28:48'),(64584,24439,'action created','2021-01-28 14:28:48','2021-01-28 06:28:48'),(64585,24439,'action started via WP Cron','2021-01-28 14:30:23','2021-01-28 06:30:23'),(64586,24439,'action complete via WP Cron','2021-01-28 14:30:23','2021-01-28 06:30:23'),(64587,24440,'action created','2021-01-28 14:30:23','2021-01-28 06:30:23'),(64588,24440,'action started via WP Cron','2021-01-28 14:30:46','2021-01-28 06:30:46'),(64589,24440,'action complete via WP Cron','2021-01-28 14:30:46','2021-01-28 06:30:46'),(64590,24441,'action created','2021-01-28 14:30:46','2021-01-28 06:30:46'),(64591,24441,'action started via WP Cron','2021-01-28 14:31:49','2021-01-28 06:31:49'),(64592,24441,'action complete via WP Cron','2021-01-28 14:31:49','2021-01-28 06:31:49'),(64593,24442,'action created','2021-01-28 14:31:49','2021-01-28 06:31:49'),(64594,24442,'action started via WP Cron','2021-01-28 14:32:55','2021-01-28 06:32:55'),(64595,24442,'action complete via WP Cron','2021-01-28 14:32:55','2021-01-28 06:32:55'),(64596,24443,'action created','2021-01-28 14:32:55','2021-01-28 06:32:55'),(64597,24443,'action started via WP Cron','2021-01-28 14:33:46','2021-01-28 06:33:46'),(64598,24443,'action complete via WP Cron','2021-01-28 14:33:46','2021-01-28 06:33:46'),(64599,24444,'action created','2021-01-28 14:33:46','2021-01-28 06:33:46'),(64600,24444,'action started via WP Cron','2021-01-28 14:34:42','2021-01-28 06:34:42'),(64601,24444,'action complete via WP Cron','2021-01-28 14:34:42','2021-01-28 06:34:42'),(64602,24445,'action created','2021-01-28 14:34:42','2021-01-28 06:34:42'),(64603,24445,'action started via WP Cron','2021-01-28 14:35:54','2021-01-28 06:35:54'),(64604,24445,'action complete via WP Cron','2021-01-28 14:35:54','2021-01-28 06:35:54'),(64605,24446,'action created','2021-01-28 14:35:54','2021-01-28 06:35:54'),(64606,24446,'action started via WP Cron','2021-01-28 14:36:56','2021-01-28 06:36:56'),(64607,24446,'action complete via WP Cron','2021-01-28 14:36:56','2021-01-28 06:36:56'),(64608,24447,'action created','2021-01-28 14:36:56','2021-01-28 06:36:56'),(64609,24447,'action started via WP Cron','2021-01-28 14:37:41','2021-01-28 06:37:41'),(64610,24447,'action complete via WP Cron','2021-01-28 14:37:41','2021-01-28 06:37:41'),(64611,24448,'action created','2021-01-28 14:37:41','2021-01-28 06:37:41'),(64612,24448,'action started via WP Cron','2021-01-28 14:38:45','2021-01-28 06:38:45'),(64613,24448,'action complete via WP Cron','2021-01-28 14:38:45','2021-01-28 06:38:45'),(64614,24449,'action created','2021-01-28 14:38:45','2021-01-28 06:38:45'),(64615,24449,'action started via WP Cron','2021-01-28 14:39:53','2021-01-28 06:39:53'),(64616,24449,'action complete via WP Cron','2021-01-28 14:39:53','2021-01-28 06:39:53'),(64617,24450,'action created','2021-01-28 14:39:54','2021-01-28 06:39:54'),(64618,24450,'action started via WP Cron','2021-01-28 14:41:36','2021-01-28 06:41:36'),(64619,24450,'action complete via WP Cron','2021-01-28 14:41:36','2021-01-28 06:41:36'),(64620,24451,'action created','2021-01-28 14:41:36','2021-01-28 06:41:36'),(64621,24451,'action started via WP Cron','2021-01-28 14:42:07','2021-01-28 06:42:07'),(64622,24451,'action complete via WP Cron','2021-01-28 14:42:07','2021-01-28 06:42:07'),(64623,24452,'action created','2021-01-28 14:42:07','2021-01-28 06:42:07'),(64624,24452,'action started via WP Cron','2021-01-28 14:42:46','2021-01-28 06:42:46'),(64625,24452,'action complete via WP Cron','2021-01-28 14:42:46','2021-01-28 06:42:46'),(64626,24453,'action created','2021-01-28 14:42:46','2021-01-28 06:42:46'),(64627,24453,'action started via WP Cron','2021-01-28 14:43:50','2021-01-28 06:43:50'),(64628,24453,'action complete via WP Cron','2021-01-28 14:43:50','2021-01-28 06:43:50'),(64629,24454,'action created','2021-01-28 14:43:50','2021-01-28 06:43:50'),(64630,24454,'action started via WP Cron','2021-01-28 14:45:04','2021-01-28 06:45:04'),(64631,24454,'action complete via WP Cron','2021-01-28 14:45:04','2021-01-28 06:45:04'),(64632,24455,'action created','2021-01-28 14:45:04','2021-01-28 06:45:04'),(64633,24455,'action started via WP Cron','2021-01-28 14:45:48','2021-01-28 06:45:48'),(64634,24455,'action complete via WP Cron','2021-01-28 14:45:48','2021-01-28 06:45:48'),(64635,24456,'action created','2021-01-28 14:45:48','2021-01-28 06:45:48'),(64636,24456,'action started via WP Cron','2021-01-28 14:46:46','2021-01-28 06:46:46'),(64637,24456,'action complete via WP Cron','2021-01-28 14:46:46','2021-01-28 06:46:46'),(64638,24457,'action created','2021-01-28 14:46:46','2021-01-28 06:46:46'),(64639,24457,'action started via WP Cron','2021-01-28 14:47:55','2021-01-28 06:47:55'),(64640,24457,'action complete via WP Cron','2021-01-28 14:47:55','2021-01-28 06:47:55'),(64641,24458,'action created','2021-01-28 14:47:55','2021-01-28 06:47:55'),(64642,24458,'action started via WP Cron','2021-01-28 14:48:52','2021-01-28 06:48:52'),(64643,24458,'action complete via WP Cron','2021-01-28 14:48:52','2021-01-28 06:48:52'),(64644,24459,'action created','2021-01-28 14:48:53','2021-01-28 06:48:53'),(64645,24459,'action started via WP Cron','2021-01-28 14:49:59','2021-01-28 06:49:59'),(64646,24459,'action complete via WP Cron','2021-01-28 14:49:59','2021-01-28 06:49:59'),(64647,24460,'action created','2021-01-28 14:49:59','2021-01-28 06:49:59'),(64648,24460,'action started via WP Cron','2021-01-28 14:50:49','2021-01-28 06:50:49'),(64649,24460,'action complete via WP Cron','2021-01-28 14:50:49','2021-01-28 06:50:49'),(64650,24461,'action created','2021-01-28 14:50:50','2021-01-28 06:50:50'),(64651,24461,'action started via WP Cron','2021-01-28 14:51:58','2021-01-28 06:51:58'),(64652,24461,'action complete via WP Cron','2021-01-28 14:51:58','2021-01-28 06:51:58'),(64653,24462,'action created','2021-01-28 14:51:58','2021-01-28 06:51:58'),(64654,24462,'action started via WP Cron','2021-01-28 14:52:49','2021-01-28 06:52:49'),(64655,24462,'action complete via WP Cron','2021-01-28 14:52:49','2021-01-28 06:52:49'),(64656,24463,'action created','2021-01-28 14:52:49','2021-01-28 06:52:49'),(64657,24463,'action started via WP Cron','2021-01-28 14:56:33','2021-01-28 06:56:33'),(64658,24463,'action complete via WP Cron','2021-01-28 14:56:33','2021-01-28 06:56:33'),(64659,24464,'action created','2021-01-28 14:56:33','2021-01-28 06:56:33'),(64660,24464,'action started via WP Cron','2021-01-28 14:57:49','2021-01-28 06:57:49'),(64661,24464,'action complete via WP Cron','2021-01-28 14:57:49','2021-01-28 06:57:49'),(64662,24465,'action created','2021-01-28 14:57:49','2021-01-28 06:57:49'),(64663,24465,'action started via WP Cron','2021-01-28 14:59:11','2021-01-28 06:59:11'),(64664,24465,'action complete via WP Cron','2021-01-28 14:59:11','2021-01-28 06:59:11'),(64665,24466,'action created','2021-01-28 14:59:11','2021-01-28 06:59:11'),(64666,24466,'action started via WP Cron','2021-01-28 15:00:00','2021-01-28 07:00:00'),(64667,24466,'action complete via WP Cron','2021-01-28 15:00:00','2021-01-28 07:00:00'),(64668,24467,'action created','2021-01-28 15:00:00','2021-01-28 07:00:00'),(64669,24467,'action started via WP Cron','2021-01-28 15:01:46','2021-01-28 07:01:46'),(64670,24467,'action complete via WP Cron','2021-01-28 15:01:46','2021-01-28 07:01:46'),(64671,24468,'action created','2021-01-28 15:01:46','2021-01-28 07:01:46'),(64672,24468,'action started via WP Cron','2021-01-28 15:02:44','2021-01-28 07:02:44'),(64673,24468,'action complete via WP Cron','2021-01-28 15:02:44','2021-01-28 07:02:44'),(64674,24469,'action created','2021-01-28 15:02:44','2021-01-28 07:02:44'),(64675,24469,'action started via WP Cron','2021-01-28 15:04:52','2021-01-28 07:04:52'),(64676,24469,'action complete via WP Cron','2021-01-28 15:04:52','2021-01-28 07:04:52'),(64677,24470,'action created','2021-01-28 15:04:53','2021-01-28 07:04:53'),(64678,24470,'action started via WP Cron','2021-01-28 15:06:40','2021-01-28 07:06:40'),(64679,24470,'action complete via WP Cron','2021-01-28 15:06:40','2021-01-28 07:06:40'),(64680,24471,'action created','2021-01-28 15:06:41','2021-01-28 07:06:41'),(64681,24471,'action started via WP Cron','2021-01-28 15:08:04','2021-01-28 07:08:04'),(64682,24471,'action complete via WP Cron','2021-01-28 15:08:04','2021-01-28 07:08:04'),(64683,24472,'action created','2021-01-28 15:08:04','2021-01-28 07:08:04'),(64684,24472,'action started via WP Cron','2021-01-28 15:11:11','2021-01-28 07:11:11'),(64685,24472,'action complete via WP Cron','2021-01-28 15:11:11','2021-01-28 07:11:11'),(64686,24473,'action created','2021-01-28 15:11:11','2021-01-28 07:11:11'),(64687,24473,'action started via WP Cron','2021-01-28 15:16:45','2021-01-28 07:16:45'),(64688,24473,'action complete via WP Cron','2021-01-28 15:16:45','2021-01-28 07:16:45'),(64689,24474,'action created','2021-01-28 15:16:45','2021-01-28 07:16:45'),(64690,24474,'action started via WP Cron','2021-01-28 15:17:55','2021-01-28 07:17:55'),(64691,24474,'action complete via WP Cron','2021-01-28 15:17:55','2021-01-28 07:17:55'),(64692,24475,'action created','2021-01-28 15:17:55','2021-01-28 07:17:55'),(64693,24475,'action started via WP Cron','2021-01-28 15:18:46','2021-01-28 07:18:46'),(64694,24475,'action complete via WP Cron','2021-01-28 15:18:46','2021-01-28 07:18:46'),(64695,24476,'action created','2021-01-28 15:18:46','2021-01-28 07:18:46'),(64696,24476,'action started via WP Cron','2021-01-28 15:20:27','2021-01-28 07:20:27'),(64697,24476,'action complete via WP Cron','2021-01-28 15:20:27','2021-01-28 07:20:27'),(64698,24477,'action created','2021-01-28 15:20:27','2021-01-28 07:20:27'),(64699,24477,'action started via WP Cron','2021-01-28 15:21:45','2021-01-28 07:21:45'),(64700,24477,'action complete via WP Cron','2021-01-28 15:21:45','2021-01-28 07:21:45'),(64701,24478,'action created','2021-01-28 15:21:45','2021-01-28 07:21:45'),(64702,24478,'action started via WP Cron','2021-01-28 15:30:18','2021-01-28 07:30:18'),(64703,24478,'action complete via WP Cron','2021-01-28 15:30:18','2021-01-28 07:30:18'),(64704,24479,'action created','2021-01-28 15:30:18','2021-01-28 07:30:18'),(64705,24479,'action started via WP Cron','2021-01-28 15:34:00','2021-01-28 07:34:00'),(64706,24479,'action complete via WP Cron','2021-01-28 15:34:00','2021-01-28 07:34:00'),(64707,24480,'action created','2021-01-28 15:34:00','2021-01-28 07:34:00'),(64708,24480,'action started via WP Cron','2021-01-28 15:35:29','2021-01-28 07:35:29'),(64709,24480,'action complete via WP Cron','2021-01-28 15:35:29','2021-01-28 07:35:29'),(64710,24481,'action created','2021-01-28 15:35:29','2021-01-28 07:35:29'),(64711,24481,'action started via WP Cron','2021-01-28 15:37:44','2021-01-28 07:37:44'),(64712,24481,'action complete via WP Cron','2021-01-28 15:37:44','2021-01-28 07:37:44'),(64713,24482,'action created','2021-01-28 15:37:44','2021-01-28 07:37:44'),(64714,24482,'action started via WP Cron','2021-01-28 15:39:26','2021-01-28 07:39:26'),(64715,24482,'action complete via WP Cron','2021-01-28 15:39:26','2021-01-28 07:39:26'),(64716,24483,'action created','2021-01-28 15:39:26','2021-01-28 07:39:26'),(64717,24483,'action started via WP Cron','2021-01-28 15:40:49','2021-01-28 07:40:49'),(64718,24483,'action complete via WP Cron','2021-01-28 15:40:49','2021-01-28 07:40:49'),(64719,24484,'action created','2021-01-28 15:40:49','2021-01-28 07:40:49'),(64720,24484,'action started via WP Cron','2021-01-28 15:45:49','2021-01-28 07:45:49'),(64721,24484,'action complete via WP Cron','2021-01-28 15:45:49','2021-01-28 07:45:49'),(64722,24485,'action created','2021-01-28 15:45:49','2021-01-28 07:45:49'),(64723,24485,'action started via WP Cron','2021-01-28 15:49:32','2021-01-28 07:49:32'),(64724,24485,'action complete via WP Cron','2021-01-28 15:49:32','2021-01-28 07:49:32'),(64725,24486,'action created','2021-01-28 15:49:32','2021-01-28 07:49:32'),(64726,24486,'action started via WP Cron','2021-01-28 15:50:14','2021-01-28 07:50:14'),(64727,24486,'action complete via WP Cron','2021-01-28 15:50:14','2021-01-28 07:50:14'),(64728,24487,'action created','2021-01-28 15:50:14','2021-01-28 07:50:14'),(64729,24487,'action started via WP Cron','2021-01-28 15:51:04','2021-01-28 07:51:04'),(64730,24487,'action complete via WP Cron','2021-01-28 15:51:04','2021-01-28 07:51:04'),(64731,24488,'action created','2021-01-28 15:51:04','2021-01-28 07:51:04'),(64732,24488,'action started via WP Cron','2021-01-28 15:51:45','2021-01-28 07:51:45'),(64733,24488,'action complete via WP Cron','2021-01-28 15:51:45','2021-01-28 07:51:45'),(64734,24489,'action created','2021-01-28 15:51:45','2021-01-28 07:51:45'),(64735,24489,'action started via WP Cron','2021-01-28 15:53:52','2021-01-28 07:53:52'),(64736,24489,'action complete via WP Cron','2021-01-28 15:53:52','2021-01-28 07:53:52'),(64737,24490,'action created','2021-01-28 15:53:52','2021-01-28 07:53:52'),(64738,24490,'action started via WP Cron','2021-01-28 15:55:29','2021-01-28 07:55:29'),(64739,24490,'action complete via WP Cron','2021-01-28 15:55:29','2021-01-28 07:55:29'),(64740,24491,'action created','2021-01-28 15:55:29','2021-01-28 07:55:29'),(64741,24491,'action started via WP Cron','2021-01-28 15:58:35','2021-01-28 07:58:35'),(64742,24491,'action complete via WP Cron','2021-01-28 15:58:35','2021-01-28 07:58:35'),(64743,24492,'action created','2021-01-28 15:58:35','2021-01-28 07:58:35'),(64744,24492,'action started via WP Cron','2021-01-28 16:00:46','2021-01-28 08:00:46'),(64745,24492,'action complete via WP Cron','2021-01-28 16:00:46','2021-01-28 08:00:46'),(64746,24493,'action created','2021-01-28 16:00:46','2021-01-28 08:00:46'),(64747,24493,'action started via WP Cron','2021-01-28 16:03:09','2021-01-28 08:03:09'),(64748,24493,'action complete via WP Cron','2021-01-28 16:03:09','2021-01-28 08:03:09'),(64749,24494,'action created','2021-01-28 16:03:09','2021-01-28 08:03:09'),(64750,24494,'action started via WP Cron','2021-01-28 16:05:10','2021-01-28 08:05:10'),(64751,24494,'action complete via WP Cron','2021-01-28 16:05:10','2021-01-28 08:05:10'),(64752,24495,'action created','2021-01-28 16:05:10','2021-01-28 08:05:10'),(64753,24495,'action started via WP Cron','2021-01-28 16:05:49','2021-01-28 08:05:49'),(64754,24495,'action complete via WP Cron','2021-01-28 16:05:49','2021-01-28 08:05:49'),(64755,24496,'action created','2021-01-28 16:05:49','2021-01-28 08:05:49'),(64756,24496,'action started via WP Cron','2021-01-28 16:13:45','2021-01-28 08:13:45'),(64757,24496,'action complete via WP Cron','2021-01-28 16:13:45','2021-01-28 08:13:45'),(64758,24497,'action created','2021-01-28 16:13:45','2021-01-28 08:13:45'),(64759,24497,'action started via WP Cron','2021-01-28 16:20:20','2021-01-28 08:20:20'),(64760,24497,'action complete via WP Cron','2021-01-28 16:20:20','2021-01-28 08:20:20'),(64761,24498,'action created','2021-01-28 16:20:21','2021-01-28 08:20:21'),(64762,24498,'action started via WP Cron','2021-01-28 16:20:51','2021-01-28 08:20:51'),(64763,24498,'action complete via WP Cron','2021-01-28 16:20:51','2021-01-28 08:20:51'),(64764,24499,'action created','2021-01-28 16:20:51','2021-01-28 08:20:51'),(64765,24499,'action started via WP Cron','2021-01-28 16:25:00','2021-01-28 08:25:00'),(64766,24499,'action complete via WP Cron','2021-01-28 16:25:00','2021-01-28 08:25:00'),(64767,24500,'action created','2021-01-28 16:25:00','2021-01-28 08:25:00'),(64768,24500,'action started via WP Cron','2021-01-28 16:27:51','2021-01-28 08:27:51'),(64769,24500,'action complete via WP Cron','2021-01-28 16:27:51','2021-01-28 08:27:51'),(64770,24501,'action created','2021-01-28 16:27:51','2021-01-28 08:27:51'),(64771,24501,'action started via WP Cron','2021-01-28 16:31:16','2021-01-28 08:31:16'),(64772,24501,'action complete via WP Cron','2021-01-28 16:31:16','2021-01-28 08:31:16'),(64773,24502,'action created','2021-01-28 16:31:19','2021-01-28 08:31:19'),(64774,24502,'action started via WP Cron','2021-01-28 16:34:05','2021-01-28 08:34:05'),(64775,24502,'action complete via WP Cron','2021-01-28 16:34:05','2021-01-28 08:34:05'),(64776,24503,'action created','2021-01-28 16:34:05','2021-01-28 08:34:05'),(64777,24503,'action started via WP Cron','2021-01-28 16:38:09','2021-01-28 08:38:09'),(64778,24503,'action complete via WP Cron','2021-01-28 16:38:09','2021-01-28 08:38:09'),(64779,24504,'action created','2021-01-28 16:40:08','2021-01-28 08:40:08'),(64780,24504,'action started via WP Cron','2021-01-28 16:41:38','2021-01-28 08:41:38'),(64781,24504,'action complete via WP Cron','2021-01-28 16:41:38','2021-01-28 08:41:38'),(64782,24505,'action created','2021-01-28 16:41:38','2021-01-28 08:41:38'),(64783,24505,'action started via WP Cron','2021-01-28 16:42:08','2021-01-28 08:42:08'),(64784,24505,'action complete via WP Cron','2021-01-28 16:42:08','2021-01-28 08:42:08'),(64785,24506,'action created','2021-01-28 16:42:08','2021-01-28 08:42:08'),(64786,24506,'action started via WP Cron','2021-01-28 16:43:53','2021-01-28 08:43:53'),(64787,24506,'action complete via WP Cron','2021-01-28 16:43:53','2021-01-28 08:43:53'),(64788,24507,'action created','2021-01-28 16:43:53','2021-01-28 08:43:53'),(64789,24507,'action started via WP Cron','2021-01-28 16:44:54','2021-01-28 08:44:54'),(64790,24507,'action complete via WP Cron','2021-01-28 16:44:54','2021-01-28 08:44:54'),(64791,24508,'action created','2021-01-28 16:44:54','2021-01-28 08:44:54'),(64792,24508,'action started via WP Cron','2021-01-28 16:50:51','2021-01-28 08:50:51'),(64793,24508,'action complete via WP Cron','2021-01-28 16:50:51','2021-01-28 08:50:51'),(64794,24509,'action created','2021-01-28 16:50:51','2021-01-28 08:50:51'),(64795,24509,'action started via WP Cron','2021-01-28 16:55:45','2021-01-28 08:55:45'),(64796,24509,'action complete via WP Cron','2021-01-28 16:55:45','2021-01-28 08:55:45'),(64797,24510,'action created','2021-01-28 16:55:45','2021-01-28 08:55:45'),(64798,24510,'action started via WP Cron','2021-01-28 16:59:54','2021-01-28 08:59:54'),(64799,24510,'action complete via WP Cron','2021-01-28 16:59:54','2021-01-28 08:59:54'),(64800,24511,'action created','2021-01-28 16:59:54','2021-01-28 08:59:54'),(64801,24511,'action started via WP Cron','2021-01-28 17:08:52','2021-01-28 09:08:52'),(64802,24511,'action complete via WP Cron','2021-01-28 17:08:52','2021-01-28 09:08:52'),(64803,24512,'action created','2021-01-28 17:08:52','2021-01-28 09:08:52'),(64804,24512,'action started via WP Cron','2021-01-28 17:09:50','2021-01-28 09:09:50'),(64805,24512,'action complete via WP Cron','2021-01-28 17:09:50','2021-01-28 09:09:50'),(64806,24513,'action created','2021-01-28 17:09:50','2021-01-28 09:09:50'),(64807,24513,'action started via WP Cron','2021-01-28 17:11:25','2021-01-28 09:11:25'),(64808,24513,'action complete via WP Cron','2021-01-28 17:11:25','2021-01-28 09:11:25'),(64809,24514,'action created','2021-01-28 17:11:25','2021-01-28 09:11:25'),(64810,24514,'action started via WP Cron','2021-01-28 17:11:56','2021-01-28 09:11:56'),(64811,24514,'action complete via WP Cron','2021-01-28 17:11:56','2021-01-28 09:11:56'),(64812,24515,'action created','2021-01-28 17:11:56','2021-01-28 09:11:56'),(64813,24515,'action started via WP Cron','2021-01-28 17:12:42','2021-01-28 09:12:42'),(64814,24515,'action complete via WP Cron','2021-01-28 17:12:42','2021-01-28 09:12:42'),(64815,24516,'action created','2021-01-28 17:12:44','2021-01-28 09:12:44'),(64816,24516,'action started via WP Cron','2021-01-28 17:13:49','2021-01-28 09:13:49'),(64817,24516,'action complete via WP Cron','2021-01-28 17:13:49','2021-01-28 09:13:49'),(64818,24517,'action created','2021-01-28 17:13:49','2021-01-28 09:13:49'),(64819,24517,'action started via WP Cron','2021-01-28 17:15:00','2021-01-28 09:15:00'),(64820,24517,'action complete via WP Cron','2021-01-28 17:15:00','2021-01-28 09:15:00'),(64821,24518,'action created','2021-01-28 17:15:00','2021-01-28 09:15:00'),(64822,24518,'action started via WP Cron','2021-01-28 17:16:08','2021-01-28 09:16:08'),(64823,24518,'action complete via WP Cron','2021-01-28 17:16:08','2021-01-28 09:16:08'),(64824,24519,'action created','2021-01-28 17:16:08','2021-01-28 09:16:08'),(64825,24519,'action started via WP Cron','2021-01-28 17:16:46','2021-01-28 09:16:46'),(64826,24519,'action complete via WP Cron','2021-01-28 17:16:46','2021-01-28 09:16:46'),(64827,24520,'action created','2021-01-28 17:16:46','2021-01-28 09:16:46'),(64828,24520,'action started via WP Cron','2021-01-28 17:18:03','2021-01-28 09:18:03'),(64829,24520,'action complete via WP Cron','2021-01-28 17:18:03','2021-01-28 09:18:03'),(64830,24521,'action created','2021-01-28 17:18:04','2021-01-28 09:18:04'),(64831,24521,'action started via WP Cron','2021-01-28 17:19:00','2021-01-28 09:19:00'),(64832,24521,'action complete via WP Cron','2021-01-28 17:19:00','2021-01-28 09:19:00'),(64833,24522,'action created','2021-01-28 17:19:00','2021-01-28 09:19:00'),(64834,24522,'action started via WP Cron','2021-01-28 17:19:48','2021-01-28 09:19:48'),(64835,24522,'action complete via WP Cron','2021-01-28 17:19:48','2021-01-28 09:19:48'),(64836,24523,'action created','2021-01-28 17:19:48','2021-01-28 09:19:48'),(64837,24523,'action started via WP Cron','2021-01-28 17:20:46','2021-01-28 09:20:46'),(64838,24523,'action complete via WP Cron','2021-01-28 17:20:46','2021-01-28 09:20:46'),(64839,24524,'action created','2021-01-28 17:20:46','2021-01-28 09:20:46'),(64840,24524,'action started via WP Cron','2021-01-28 17:21:43','2021-01-28 09:21:43'),(64841,24524,'action complete via WP Cron','2021-01-28 17:21:43','2021-01-28 09:21:43'),(64842,24525,'action created','2021-01-28 17:21:43','2021-01-28 09:21:43'),(64843,24525,'action started via WP Cron','2021-01-28 17:22:53','2021-01-28 09:22:53'),(64844,24525,'action complete via WP Cron','2021-01-28 17:22:53','2021-01-28 09:22:53'),(64845,24526,'action created','2021-01-28 17:22:53','2021-01-28 09:22:53'),(64846,24526,'action started via WP Cron','2021-01-28 17:24:44','2021-01-28 09:24:44'),(64847,24526,'action complete via WP Cron','2021-01-28 17:24:44','2021-01-28 09:24:44'),(64848,24527,'action created','2021-01-28 17:24:44','2021-01-28 09:24:44'),(64849,24527,'action started via WP Cron','2021-01-28 17:29:30','2021-01-28 09:29:30'),(64850,24527,'action complete via WP Cron','2021-01-28 17:29:30','2021-01-28 09:29:30'),(64851,24528,'action created','2021-01-28 17:29:30','2021-01-28 09:29:30'),(64852,24528,'action started via WP Cron','2021-01-28 17:29:45','2021-01-28 09:29:45'),(64853,24528,'action complete via WP Cron','2021-01-28 17:29:45','2021-01-28 09:29:45'),(64854,24529,'action created','2021-01-28 17:29:45','2021-01-28 09:29:45'),(64855,24529,'action started via WP Cron','2021-01-28 17:31:01','2021-01-28 09:31:01'),(64856,24529,'action complete via WP Cron','2021-01-28 17:31:01','2021-01-28 09:31:01'),(64857,24530,'action created','2021-01-28 17:31:01','2021-01-28 09:31:01'),(64858,24530,'action started via WP Cron','2021-01-28 17:31:54','2021-01-28 09:31:54'),(64859,24530,'action complete via WP Cron','2021-01-28 17:31:54','2021-01-28 09:31:54'),(64860,24531,'action created','2021-01-28 17:31:54','2021-01-28 09:31:54'),(64861,24531,'action started via WP Cron','2021-01-28 17:32:49','2021-01-28 09:32:49'),(64862,24531,'action complete via WP Cron','2021-01-28 17:32:49','2021-01-28 09:32:49'),(64863,24532,'action created','2021-01-28 17:32:49','2021-01-28 09:32:49'),(64864,24532,'action started via WP Cron','2021-01-28 17:34:00','2021-01-28 09:34:00'),(64865,24532,'action complete via WP Cron','2021-01-28 17:34:00','2021-01-28 09:34:00'),(64866,24533,'action created','2021-01-28 17:34:00','2021-01-28 09:34:00'),(64867,24533,'action started via WP Cron','2021-01-28 17:34:46','2021-01-28 09:34:46'),(64868,24533,'action complete via WP Cron','2021-01-28 17:34:46','2021-01-28 09:34:46'),(64869,24534,'action created','2021-01-28 17:34:46','2021-01-28 09:34:46'),(64870,24534,'action started via WP Cron','2021-01-28 17:36:01','2021-01-28 09:36:01'),(64871,24534,'action complete via WP Cron','2021-01-28 17:36:01','2021-01-28 09:36:01'),(64872,24535,'action created','2021-01-28 17:36:01','2021-01-28 09:36:01'),(64873,24535,'action started via WP Cron','2021-01-28 17:36:47','2021-01-28 09:36:47'),(64874,24535,'action complete via WP Cron','2021-01-28 17:36:47','2021-01-28 09:36:47'),(64875,24536,'action created','2021-01-28 17:36:47','2021-01-28 09:36:47'),(64876,24536,'action started via WP Cron','2021-01-28 17:37:44','2021-01-28 09:37:44'),(64877,24536,'action complete via WP Cron','2021-01-28 17:37:44','2021-01-28 09:37:44'),(64878,24537,'action created','2021-01-28 17:37:44','2021-01-28 09:37:44'),(64879,24537,'action started via WP Cron','2021-01-28 17:38:49','2021-01-28 09:38:49'),(64880,24537,'action complete via WP Cron','2021-01-28 17:38:49','2021-01-28 09:38:49'),(64881,24538,'action created','2021-01-28 17:38:49','2021-01-28 09:38:49'),(64882,24538,'action started via WP Cron','2021-01-28 17:39:53','2021-01-28 09:39:53'),(64883,24538,'action complete via WP Cron','2021-01-28 17:39:53','2021-01-28 09:39:53'),(64884,24539,'action created','2021-01-28 17:39:53','2021-01-28 09:39:53'),(64885,24539,'action started via WP Cron','2021-01-28 17:40:55','2021-01-28 09:40:55'),(64886,24539,'action complete via WP Cron','2021-01-28 17:40:55','2021-01-28 09:40:55'),(64887,24540,'action created','2021-01-28 17:40:55','2021-01-28 09:40:55'),(64888,24540,'action started via WP Cron','2021-01-28 17:41:46','2021-01-28 09:41:46'),(64889,24540,'action complete via WP Cron','2021-01-28 17:41:46','2021-01-28 09:41:46'),(64890,24541,'action created','2021-01-28 17:41:46','2021-01-28 09:41:46'),(64891,24541,'action started via WP Cron','2021-01-28 17:42:56','2021-01-28 09:42:56'),(64892,24541,'action complete via WP Cron','2021-01-28 17:42:56','2021-01-28 09:42:56'),(64893,24542,'action created','2021-01-28 17:42:56','2021-01-28 09:42:56'),(64894,24542,'action started via WP Cron','2021-01-28 17:43:52','2021-01-28 09:43:52'),(64895,24542,'action complete via WP Cron','2021-01-28 17:43:52','2021-01-28 09:43:52'),(64896,24543,'action created','2021-01-28 17:43:52','2021-01-28 09:43:52'),(64897,24543,'action started via WP Cron','2021-01-28 17:44:58','2021-01-28 09:44:58'),(64898,24543,'action complete via WP Cron','2021-01-28 17:44:58','2021-01-28 09:44:58'),(64899,24544,'action created','2021-01-28 17:44:58','2021-01-28 09:44:58'),(64900,24544,'action started via WP Cron','2021-01-28 17:45:41','2021-01-28 09:45:41'),(64901,24544,'action complete via WP Cron','2021-01-28 17:45:41','2021-01-28 09:45:41'),(64902,24545,'action created','2021-01-28 17:45:41','2021-01-28 09:45:41'),(64903,24545,'action started via WP Cron','2021-01-28 17:47:57','2021-01-28 09:47:57'),(64904,24545,'action complete via WP Cron','2021-01-28 17:47:57','2021-01-28 09:47:57'),(64905,24546,'action created','2021-01-28 17:47:57','2021-01-28 09:47:57'),(64906,24546,'action started via WP Cron','2021-01-28 17:49:02','2021-01-28 09:49:02'),(64907,24546,'action complete via WP Cron','2021-01-28 17:49:02','2021-01-28 09:49:02'),(64908,24547,'action created','2021-01-28 17:49:02','2021-01-28 09:49:02'),(64909,24547,'action started via WP Cron','2021-01-28 17:53:35','2021-01-28 09:53:35'),(64910,24547,'action complete via WP Cron','2021-01-28 17:53:35','2021-01-28 09:53:35'),(64911,24548,'action created','2021-01-28 17:53:35','2021-01-28 09:53:35'),(64912,24548,'action started via WP Cron','2021-01-28 17:57:18','2021-01-28 09:57:18'),(64913,24548,'action complete via WP Cron','2021-01-28 17:57:18','2021-01-28 09:57:18'),(64914,24549,'action created','2021-01-28 17:57:18','2021-01-28 09:57:18'),(64915,24549,'action started via WP Cron','2021-01-28 17:58:32','2021-01-28 09:58:32'),(64916,24549,'action complete via WP Cron','2021-01-28 17:58:32','2021-01-28 09:58:32'),(64917,24550,'action created','2021-01-28 17:58:32','2021-01-28 09:58:32'),(64918,24550,'action started via WP Cron','2021-01-28 18:00:38','2021-01-28 10:00:38'),(64919,24550,'action complete via WP Cron','2021-01-28 18:00:38','2021-01-28 10:00:38'),(64920,24551,'action created','2021-01-28 18:00:38','2021-01-28 10:00:38'),(64921,24551,'action started via WP Cron','2021-01-28 18:01:07','2021-01-28 10:01:07'),(64922,24551,'action complete via WP Cron','2021-01-28 18:01:07','2021-01-28 10:01:07'),(64923,24552,'action created','2021-01-28 18:01:07','2021-01-28 10:01:07'),(64924,24552,'action started via WP Cron','2021-01-28 18:10:28','2021-01-28 10:10:28'),(64925,24552,'action complete via WP Cron','2021-01-28 18:10:28','2021-01-28 10:10:28'),(64926,24553,'action created','2021-01-28 18:10:28','2021-01-28 10:10:28'),(64927,24553,'action started via WP Cron','2021-01-28 18:14:02','2021-01-28 10:14:02'),(64928,24553,'action complete via WP Cron','2021-01-28 18:14:02','2021-01-28 10:14:02'),(64929,24554,'action created','2021-01-28 18:14:02','2021-01-28 10:14:02'),(64930,24554,'action started via WP Cron','2021-01-28 18:18:18','2021-01-28 10:18:18'),(64931,24554,'action complete via WP Cron','2021-01-28 18:18:18','2021-01-28 10:18:18'),(64932,24555,'action created','2021-01-28 18:18:18','2021-01-28 10:18:18'),(64933,24555,'action started via WP Cron','2021-01-28 18:18:43','2021-01-28 10:18:43'),(64934,24555,'action complete via WP Cron','2021-01-28 18:18:43','2021-01-28 10:18:43'),(64935,24556,'action created','2021-01-28 18:18:43','2021-01-28 10:18:43'),(64936,24556,'action started via WP Cron','2021-01-28 18:22:39','2021-01-28 10:22:39'),(64937,24556,'action complete via WP Cron','2021-01-28 18:22:39','2021-01-28 10:22:39'),(64938,24557,'action created','2021-01-28 18:22:39','2021-01-28 10:22:39'),(64939,24557,'action started via WP Cron','2021-01-28 18:24:30','2021-01-28 10:24:30'),(64940,24557,'action complete via WP Cron','2021-01-28 18:24:30','2021-01-28 10:24:30'),(64941,24558,'action created','2021-01-28 18:24:30','2021-01-28 10:24:30'),(64942,24558,'action started via WP Cron','2021-01-28 18:27:27','2021-01-28 10:27:27'),(64943,24558,'action complete via WP Cron','2021-01-28 18:27:27','2021-01-28 10:27:27'),(64944,24559,'action created','2021-01-28 18:27:27','2021-01-28 10:27:27'),(64945,24559,'action started via WP Cron','2021-01-28 18:34:08','2021-01-28 10:34:08'),(64946,24559,'action complete via WP Cron','2021-01-28 18:34:08','2021-01-28 10:34:08'),(64947,24560,'action created','2021-01-28 18:34:08','2021-01-28 10:34:08'),(64948,24560,'action started via WP Cron','2021-01-28 18:35:06','2021-01-28 10:35:06'),(64949,24560,'action complete via WP Cron','2021-01-28 18:35:06','2021-01-28 10:35:06'),(64950,24561,'action created','2021-01-28 18:35:06','2021-01-28 10:35:06'),(64951,24561,'action started via WP Cron','2021-01-28 18:36:29','2021-01-28 10:36:29'),(64952,24561,'action complete via WP Cron','2021-01-28 18:36:29','2021-01-28 10:36:29'),(64953,24562,'action created','2021-01-28 18:36:29','2021-01-28 10:36:29'),(64954,24562,'action started via WP Cron','2021-01-28 18:40:35','2021-01-28 10:40:35'),(64955,24562,'action complete via WP Cron','2021-01-28 18:40:35','2021-01-28 10:40:35'),(64956,24563,'action created','2021-01-28 18:40:35','2021-01-28 10:40:35'),(64957,24563,'action started via WP Cron','2021-01-28 18:48:56','2021-01-28 10:48:56'),(64958,24563,'action complete via WP Cron','2021-01-28 18:48:56','2021-01-28 10:48:56'),(64959,24564,'action created','2021-01-28 18:48:57','2021-01-28 10:48:57'),(64960,24564,'action started via WP Cron','2021-01-28 18:54:06','2021-01-28 10:54:06'),(64961,24564,'action complete via WP Cron','2021-01-28 18:54:06','2021-01-28 10:54:06'),(64962,24565,'action created','2021-01-28 18:54:06','2021-01-28 10:54:06'),(64963,24565,'action started via WP Cron','2021-01-28 19:00:15','2021-01-28 11:00:15'),(64964,24565,'action complete via WP Cron','2021-01-28 19:00:15','2021-01-28 11:00:15'),(64965,24566,'action created','2021-01-28 19:00:59','2021-01-28 11:00:59'),(64966,24566,'action started via WP Cron','2021-01-28 19:01:59','2021-01-28 11:01:59'),(64967,24566,'action complete via WP Cron','2021-01-28 19:01:59','2021-01-28 11:01:59'),(64968,24567,'action created','2021-01-28 19:01:59','2021-01-28 11:01:59'),(64969,24567,'action started via WP Cron','2021-01-28 19:02:48','2021-01-28 11:02:48'),(64970,24567,'action complete via WP Cron','2021-01-28 19:02:48','2021-01-28 11:02:48'),(64971,24568,'action created','2021-01-28 19:02:48','2021-01-28 11:02:48'),(64972,24568,'action started via WP Cron','2021-01-28 19:03:42','2021-01-28 11:03:42'),(64973,24568,'action complete via WP Cron','2021-01-28 19:03:42','2021-01-28 11:03:42'),(64974,24569,'action created','2021-01-28 19:04:10','2021-01-28 11:04:10'),(64975,24569,'action started via WP Cron','2021-01-28 19:04:41','2021-01-28 11:04:41'),(64976,24569,'action complete via WP Cron','2021-01-28 19:04:41','2021-01-28 11:04:41'),(64977,24570,'action created','2021-01-28 19:04:41','2021-01-28 11:04:41'),(64978,24570,'action started via WP Cron','2021-01-28 19:05:56','2021-01-28 11:05:56'),(64979,24570,'action complete via WP Cron','2021-01-28 19:05:56','2021-01-28 11:05:56'),(64980,24571,'action created','2021-01-28 19:05:56','2021-01-28 11:05:56'),(64981,24571,'action started via WP Cron','2021-01-28 19:07:08','2021-01-28 11:07:08'),(64982,24571,'action complete via WP Cron','2021-01-28 19:07:08','2021-01-28 11:07:08'),(64983,24572,'action created','2021-01-28 19:07:08','2021-01-28 11:07:08'),(64984,24572,'action started via WP Cron','2021-01-28 19:07:47','2021-01-28 11:07:47'),(64985,24572,'action complete via WP Cron','2021-01-28 19:07:47','2021-01-28 11:07:47'),(64986,24573,'action created','2021-01-28 19:07:47','2021-01-28 11:07:47'),(64987,24573,'action started via WP Cron','2021-01-28 19:09:08','2021-01-28 11:09:08'),(64988,24573,'action complete via WP Cron','2021-01-28 19:09:08','2021-01-28 11:09:08'),(64989,24574,'action created','2021-01-28 19:09:08','2021-01-28 11:09:08'),(64990,24574,'action started via WP Cron','2021-01-28 19:09:47','2021-01-28 11:09:47'),(64991,24574,'action complete via WP Cron','2021-01-28 19:09:47','2021-01-28 11:09:47'),(64992,24575,'action created','2021-01-28 19:09:47','2021-01-28 11:09:47'),(64993,24575,'action started via WP Cron','2021-01-28 19:11:07','2021-01-28 11:11:07'),(64994,24575,'action complete via WP Cron','2021-01-28 19:11:07','2021-01-28 11:11:07'),(64995,24576,'action created','2021-01-28 19:11:07','2021-01-28 11:11:07'),(64996,24576,'action started via WP Cron','2021-01-28 19:12:14','2021-01-28 11:12:14'),(64997,24576,'action complete via WP Cron','2021-01-28 19:12:14','2021-01-28 11:12:14'),(64998,24577,'action created','2021-01-28 19:12:14','2021-01-28 11:12:14'),(64999,24577,'action started via WP Cron','2021-01-28 19:12:41','2021-01-28 11:12:41'),(65000,24577,'action complete via WP Cron','2021-01-28 19:12:41','2021-01-28 11:12:41'),(65001,24578,'action created','2021-01-28 19:12:41','2021-01-28 11:12:41'),(65002,24578,'action started via WP Cron','2021-01-28 19:14:01','2021-01-28 11:14:01'),(65003,24578,'action complete via WP Cron','2021-01-28 19:14:01','2021-01-28 11:14:01'),(65004,24579,'action created','2021-01-28 19:14:01','2021-01-28 11:14:01'),(65005,24579,'action started via WP Cron','2021-01-28 19:14:53','2021-01-28 11:14:53'),(65006,24579,'action complete via WP Cron','2021-01-28 19:14:53','2021-01-28 11:14:53'),(65007,24580,'action created','2021-01-28 19:14:53','2021-01-28 11:14:53'),(65008,24580,'action started via WP Cron','2021-01-28 19:15:41','2021-01-28 11:15:41'),(65009,24580,'action complete via WP Cron','2021-01-28 19:15:41','2021-01-28 11:15:41'),(65010,24581,'action created','2021-01-28 19:15:41','2021-01-28 11:15:41'),(65011,24581,'action started via WP Cron','2021-01-28 19:16:46','2021-01-28 11:16:46'),(65012,24581,'action complete via WP Cron','2021-01-28 19:16:46','2021-01-28 11:16:46'),(65013,24582,'action created','2021-01-28 19:16:46','2021-01-28 11:16:46'),(65014,24582,'action started via WP Cron','2021-01-28 19:17:57','2021-01-28 11:17:57'),(65015,24582,'action complete via WP Cron','2021-01-28 19:17:57','2021-01-28 11:17:57'),(65016,24583,'action created','2021-01-28 19:17:57','2021-01-28 11:17:57'),(65017,24583,'action started via WP Cron','2021-01-28 19:18:52','2021-01-28 11:18:52'),(65018,24583,'action complete via WP Cron','2021-01-28 19:18:52','2021-01-28 11:18:52'),(65019,24584,'action created','2021-01-28 19:18:52','2021-01-28 11:18:52'),(65020,24584,'action started via WP Cron','2021-01-28 19:19:49','2021-01-28 11:19:49'),(65021,24584,'action complete via WP Cron','2021-01-28 19:19:49','2021-01-28 11:19:49'),(65022,24585,'action created','2021-01-28 19:19:49','2021-01-28 11:19:49'),(65023,24585,'action started via WP Cron','2021-01-28 19:20:56','2021-01-28 11:20:56'),(65024,24585,'action complete via WP Cron','2021-01-28 19:20:57','2021-01-28 11:20:57'),(65025,24586,'action created','2021-01-28 19:20:57','2021-01-28 11:20:57'),(65026,24586,'action started via WP Cron','2021-01-28 19:21:41','2021-01-28 11:21:41'),(65027,24586,'action complete via WP Cron','2021-01-28 19:21:41','2021-01-28 11:21:41'),(65028,24587,'action created','2021-01-28 19:21:41','2021-01-28 11:21:41'),(65029,24587,'action started via WP Cron','2021-01-28 19:22:47','2021-01-28 11:22:47'),(65030,24587,'action complete via WP Cron','2021-01-28 19:22:47','2021-01-28 11:22:47'),(65031,24588,'action created','2021-01-28 19:22:47','2021-01-28 11:22:47'),(65032,24588,'action started via WP Cron','2021-01-28 19:23:51','2021-01-28 11:23:51'),(65033,24588,'action complete via WP Cron','2021-01-28 19:23:51','2021-01-28 11:23:51'),(65034,24589,'action created','2021-01-28 19:23:51','2021-01-28 11:23:51'),(65035,24589,'action started via WP Cron','2021-01-28 19:24:46','2021-01-28 11:24:46'),(65036,24589,'action complete via WP Cron','2021-01-28 19:24:46','2021-01-28 11:24:46'),(65037,24590,'action created','2021-01-28 19:24:46','2021-01-28 11:24:46'),(65038,24590,'action started via WP Cron','2021-01-28 19:26:22','2021-01-28 11:26:22'),(65039,24590,'action complete via WP Cron','2021-01-28 19:26:22','2021-01-28 11:26:22'),(65040,24591,'action created','2021-01-28 19:26:22','2021-01-28 11:26:22'),(65041,24591,'action started via WP Cron','2021-01-28 19:26:57','2021-01-28 11:26:57'),(65042,24591,'action complete via WP Cron','2021-01-28 19:26:57','2021-01-28 11:26:57'),(65043,24592,'action created','2021-01-28 19:26:57','2021-01-28 11:26:57'),(65044,24592,'action started via WP Cron','2021-01-28 19:27:58','2021-01-28 11:27:58'),(65045,24592,'action complete via WP Cron','2021-01-28 19:27:58','2021-01-28 11:27:58'),(65046,24593,'action created','2021-01-28 19:27:58','2021-01-28 11:27:58'),(65047,24593,'action started via WP Cron','2021-01-28 19:29:17','2021-01-28 11:29:17'),(65048,24593,'action complete via WP Cron','2021-01-28 19:29:17','2021-01-28 11:29:17'),(65049,24594,'action created','2021-01-28 19:29:17','2021-01-28 11:29:17'),(65050,24594,'action started via WP Cron','2021-01-28 19:30:06','2021-01-28 11:30:06'),(65051,24594,'action complete via WP Cron','2021-01-28 19:30:06','2021-01-28 11:30:06'),(65052,24595,'action created','2021-01-28 19:30:06','2021-01-28 11:30:06'),(65053,24595,'action started via WP Cron','2021-01-28 19:30:57','2021-01-28 11:30:57'),(65054,24595,'action complete via WP Cron','2021-01-28 19:30:57','2021-01-28 11:30:57'),(65055,24596,'action created','2021-01-28 19:30:58','2021-01-28 11:30:58'),(65056,24596,'action started via WP Cron','2021-01-28 19:31:44','2021-01-28 11:31:44'),(65057,24596,'action complete via WP Cron','2021-01-28 19:31:44','2021-01-28 11:31:44'),(65058,24597,'action created','2021-01-28 19:31:44','2021-01-28 11:31:44'),(65059,24597,'action started via WP Cron','2021-01-28 19:32:55','2021-01-28 11:32:55'),(65060,24597,'action complete via WP Cron','2021-01-28 19:32:55','2021-01-28 11:32:55'),(65061,24598,'action created','2021-01-28 19:32:55','2021-01-28 11:32:55'),(65062,24598,'action started via WP Cron','2021-01-28 19:33:44','2021-01-28 11:33:44'),(65063,24598,'action complete via WP Cron','2021-01-28 19:33:44','2021-01-28 11:33:44'),(65064,24599,'action created','2021-01-28 19:33:44','2021-01-28 11:33:44'),(65065,24599,'action started via WP Cron','2021-01-28 19:34:48','2021-01-28 11:34:48'),(65066,24599,'action complete via WP Cron','2021-01-28 19:34:48','2021-01-28 11:34:48'),(65067,24600,'action created','2021-01-28 19:34:48','2021-01-28 11:34:48'),(65068,24600,'action started via WP Cron','2021-01-28 19:35:46','2021-01-28 11:35:46'),(65069,24600,'action complete via WP Cron','2021-01-28 19:35:46','2021-01-28 11:35:46'),(65070,24601,'action created','2021-01-28 19:35:46','2021-01-28 11:35:46'),(65071,24601,'action started via WP Cron','2021-01-28 19:36:45','2021-01-28 11:36:45'),(65072,24601,'action complete via WP Cron','2021-01-28 19:36:45','2021-01-28 11:36:45'),(65073,24602,'action created','2021-01-28 19:36:45','2021-01-28 11:36:45'),(65074,24602,'action started via WP Cron','2021-01-28 19:37:50','2021-01-28 11:37:50'),(65075,24602,'action complete via WP Cron','2021-01-28 19:37:50','2021-01-28 11:37:50'),(65076,24603,'action created','2021-01-28 19:37:50','2021-01-28 11:37:50'),(65077,24603,'action started via WP Cron','2021-01-28 19:38:44','2021-01-28 11:38:44'),(65078,24603,'action complete via WP Cron','2021-01-28 19:38:44','2021-01-28 11:38:44'),(65079,24604,'action created','2021-01-28 19:38:44','2021-01-28 11:38:44'),(65080,24604,'action started via WP Cron','2021-01-28 19:39:53','2021-01-28 11:39:53'),(65081,24604,'action complete via WP Cron','2021-01-28 19:39:53','2021-01-28 11:39:53'),(65082,24605,'action created','2021-01-28 19:39:53','2021-01-28 11:39:53'),(65083,24605,'action started via WP Cron','2021-01-28 19:40:41','2021-01-28 11:40:41'),(65084,24605,'action complete via WP Cron','2021-01-28 19:40:41','2021-01-28 11:40:41'),(65085,24606,'action created','2021-01-28 19:40:41','2021-01-28 11:40:41'),(65086,24606,'action started via WP Cron','2021-01-28 19:41:44','2021-01-28 11:41:44'),(65087,24606,'action complete via WP Cron','2021-01-28 19:41:45','2021-01-28 11:41:45'),(65088,24607,'action created','2021-01-28 19:41:45','2021-01-28 11:41:45'),(65089,24607,'action started via WP Cron','2021-01-28 19:42:42','2021-01-28 11:42:42'),(65090,24607,'action complete via WP Cron','2021-01-28 19:42:42','2021-01-28 11:42:42'),(65091,24608,'action created','2021-01-28 19:42:42','2021-01-28 11:42:42'),(65092,24608,'action started via WP Cron','2021-01-28 19:43:45','2021-01-28 11:43:45'),(65093,24608,'action complete via WP Cron','2021-01-28 19:43:45','2021-01-28 11:43:45'),(65094,24609,'action created','2021-01-28 19:43:45','2021-01-28 11:43:45'),(65095,24609,'action started via WP Cron','2021-01-28 19:44:56','2021-01-28 11:44:56'),(65096,24609,'action complete via WP Cron','2021-01-28 19:44:56','2021-01-28 11:44:56'),(65097,24610,'action created','2021-01-28 19:44:56','2021-01-28 11:44:56'),(65098,24610,'action started via WP Cron','2021-01-28 19:45:45','2021-01-28 11:45:45'),(65099,24610,'action complete via WP Cron','2021-01-28 19:45:45','2021-01-28 11:45:45'),(65100,24611,'action created','2021-01-28 19:45:45','2021-01-28 11:45:45'),(65101,24611,'action started via WP Cron','2021-01-28 19:46:40','2021-01-28 11:46:40'),(65102,24611,'action complete via WP Cron','2021-01-28 19:46:40','2021-01-28 11:46:40'),(65103,24612,'action created','2021-01-28 19:46:41','2021-01-28 11:46:41'),(65104,24612,'action started via WP Cron','2021-01-28 19:47:45','2021-01-28 11:47:45'),(65105,24612,'action complete via WP Cron','2021-01-28 19:47:45','2021-01-28 11:47:45'),(65106,24613,'action created','2021-01-28 19:47:45','2021-01-28 11:47:45'),(65107,24613,'action started via WP Cron','2021-01-28 19:48:42','2021-01-28 11:48:42'),(65108,24613,'action complete via WP Cron','2021-01-28 19:48:42','2021-01-28 11:48:42'),(65109,24614,'action created','2021-01-28 19:48:43','2021-01-28 11:48:43'),(65110,24614,'action started via WP Cron','2021-01-28 19:49:42','2021-01-28 11:49:42'),(65111,24614,'action complete via WP Cron','2021-01-28 19:49:42','2021-01-28 11:49:42'),(65112,24615,'action created','2021-01-28 19:49:42','2021-01-28 11:49:42'),(65113,24615,'action started via WP Cron','2021-01-28 19:50:59','2021-01-28 11:50:59'),(65114,24615,'action complete via WP Cron','2021-01-28 19:50:59','2021-01-28 11:50:59'),(65115,24616,'action created','2021-01-28 19:51:00','2021-01-28 11:51:00'),(65116,24616,'action started via WP Cron','2021-01-28 19:51:43','2021-01-28 11:51:43'),(65117,24616,'action complete via WP Cron','2021-01-28 19:51:43','2021-01-28 11:51:43'),(65118,24617,'action created','2021-01-28 19:51:43','2021-01-28 11:51:43'),(65119,24617,'action started via WP Cron','2021-01-28 19:52:51','2021-01-28 11:52:51'),(65120,24617,'action complete via WP Cron','2021-01-28 19:52:51','2021-01-28 11:52:51'),(65121,24618,'action created','2021-01-28 19:52:51','2021-01-28 11:52:51'),(65122,24618,'action started via WP Cron','2021-01-28 19:54:02','2021-01-28 11:54:02'),(65123,24618,'action complete via WP Cron','2021-01-28 19:54:02','2021-01-28 11:54:02'),(65124,24619,'action created','2021-01-28 19:54:02','2021-01-28 11:54:02'),(65125,24619,'action started via WP Cron','2021-01-28 19:54:51','2021-01-28 11:54:51'),(65126,24619,'action complete via WP Cron','2021-01-28 19:54:51','2021-01-28 11:54:51'),(65127,24620,'action created','2021-01-28 19:54:51','2021-01-28 11:54:51'),(65128,24620,'action started via WP Cron','2021-01-28 19:55:50','2021-01-28 11:55:50'),(65129,24620,'action complete via WP Cron','2021-01-28 19:55:50','2021-01-28 11:55:50'),(65130,24621,'action created','2021-01-28 19:55:50','2021-01-28 11:55:50'),(65131,24621,'action started via WP Cron','2021-01-28 19:56:44','2021-01-28 11:56:44'),(65132,24621,'action complete via WP Cron','2021-01-28 19:56:44','2021-01-28 11:56:44'),(65133,24622,'action created','2021-01-28 19:56:44','2021-01-28 11:56:44'),(65134,24622,'action started via WP Cron','2021-01-28 19:57:57','2021-01-28 11:57:57'),(65135,24622,'action complete via WP Cron','2021-01-28 19:57:57','2021-01-28 11:57:57'),(65136,24623,'action created','2021-01-28 19:57:57','2021-01-28 11:57:57'),(65137,24623,'action started via WP Cron','2021-01-28 19:58:46','2021-01-28 11:58:46'),(65138,24623,'action complete via WP Cron','2021-01-28 19:58:46','2021-01-28 11:58:46'),(65139,24624,'action created','2021-01-28 19:58:46','2021-01-28 11:58:46'),(65140,24624,'action started via WP Cron','2021-01-28 19:59:42','2021-01-28 11:59:42'),(65141,24624,'action complete via WP Cron','2021-01-28 19:59:42','2021-01-28 11:59:42'),(65142,24625,'action created','2021-01-28 19:59:42','2021-01-28 11:59:42'),(65143,24625,'action started via WP Cron','2021-01-28 20:00:41','2021-01-28 12:00:41'),(65144,24625,'action complete via WP Cron','2021-01-28 20:00:41','2021-01-28 12:00:41'),(65145,24626,'action created','2021-01-28 20:00:41','2021-01-28 12:00:41'),(65146,24626,'action started via WP Cron','2021-01-28 20:01:48','2021-01-28 12:01:48'),(65147,24626,'action complete via WP Cron','2021-01-28 20:01:48','2021-01-28 12:01:48'),(65148,24627,'action created','2021-01-28 20:01:48','2021-01-28 12:01:48'),(65149,24627,'action started via WP Cron','2021-01-28 20:03:57','2021-01-28 12:03:57'),(65150,24627,'action complete via WP Cron','2021-01-28 20:03:57','2021-01-28 12:03:57'),(65151,24628,'action created','2021-01-28 20:03:58','2021-01-28 12:03:58'),(65152,24628,'action started via WP Cron','2021-01-28 20:05:41','2021-01-28 12:05:41'),(65153,24628,'action complete via WP Cron','2021-01-28 20:05:41','2021-01-28 12:05:41'),(65154,24629,'action created','2021-01-28 20:05:41','2021-01-28 12:05:41'),(65155,24629,'action started via WP Cron','2021-01-28 20:06:49','2021-01-28 12:06:49'),(65156,24629,'action complete via WP Cron','2021-01-28 20:06:49','2021-01-28 12:06:49'),(65157,24630,'action created','2021-01-28 20:06:49','2021-01-28 12:06:49'),(65158,24630,'action started via WP Cron','2021-01-28 20:10:20','2021-01-28 12:10:20'),(65159,24630,'action complete via WP Cron','2021-01-28 20:10:20','2021-01-28 12:10:20'),(65160,24631,'action created','2021-01-28 20:10:20','2021-01-28 12:10:20'),(65161,24631,'action started via WP Cron','2021-01-28 20:11:14','2021-01-28 12:11:14'),(65162,24631,'action complete via WP Cron','2021-01-28 20:11:15','2021-01-28 12:11:15'),(65163,24632,'action created','2021-01-28 20:11:15','2021-01-28 12:11:15'),(65164,24632,'action started via WP Cron','2021-01-28 20:17:37','2021-01-28 12:17:37'),(65165,24632,'action complete via WP Cron','2021-01-28 20:17:37','2021-01-28 12:17:37'),(65166,24633,'action created','2021-01-28 20:17:37','2021-01-28 12:17:37'),(65167,24633,'action started via WP Cron','2021-01-28 20:20:09','2021-01-28 12:20:09'),(65168,24633,'action complete via WP Cron','2021-01-28 20:20:09','2021-01-28 12:20:09'),(65169,24634,'action created','2021-01-28 20:20:09','2021-01-28 12:20:09'),(65170,24634,'action started via WP Cron','2021-01-28 20:21:00','2021-01-28 12:21:00'),(65171,24634,'action complete via WP Cron','2021-01-28 20:21:00','2021-01-28 12:21:00'),(65172,24635,'action created','2021-01-28 20:21:00','2021-01-28 12:21:00'),(65173,24635,'action started via WP Cron','2021-01-28 20:21:47','2021-01-28 12:21:47'),(65174,24635,'action complete via WP Cron','2021-01-28 20:21:47','2021-01-28 12:21:47'),(65175,24636,'action created','2021-01-28 20:21:47','2021-01-28 12:21:47'),(65176,24636,'action started via WP Cron','2021-01-28 20:25:01','2021-01-28 12:25:01'),(65177,24636,'action complete via WP Cron','2021-01-28 20:25:01','2021-01-28 12:25:01'),(65178,24637,'action created','2021-01-28 20:25:02','2021-01-28 12:25:02'),(65179,24637,'action started via WP Cron','2021-01-28 20:26:55','2021-01-28 12:26:55'),(65180,24637,'action complete via WP Cron','2021-01-28 20:26:55','2021-01-28 12:26:55'),(65181,24638,'action created','2021-01-28 20:26:55','2021-01-28 12:26:55'),(65182,24638,'action started via WP Cron','2021-01-28 20:28:00','2021-01-28 12:28:00'),(65183,24638,'action complete via WP Cron','2021-01-28 20:28:00','2021-01-28 12:28:00'),(65184,24639,'action created','2021-01-28 20:28:00','2021-01-28 12:28:00'),(65185,24639,'action started via WP Cron','2021-01-28 20:32:40','2021-01-28 12:32:40'),(65186,24639,'action complete via WP Cron','2021-01-28 20:32:40','2021-01-28 12:32:40'),(65187,24640,'action created','2021-01-28 20:32:40','2021-01-28 12:32:40'),(65188,24640,'action started via WP Cron','2021-01-28 20:34:46','2021-01-28 12:34:46'),(65189,24640,'action complete via WP Cron','2021-01-28 20:34:46','2021-01-28 12:34:46'),(65190,24641,'action created','2021-01-28 20:34:46','2021-01-28 12:34:46'),(65191,24641,'action started via WP Cron','2021-01-28 20:36:14','2021-01-28 12:36:14'),(65192,24641,'action complete via WP Cron','2021-01-28 20:36:14','2021-01-28 12:36:14'),(65193,24642,'action created','2021-01-28 20:36:14','2021-01-28 12:36:14'),(65194,24642,'action started via WP Cron','2021-01-28 20:36:44','2021-01-28 12:36:44'),(65195,24642,'action complete via WP Cron','2021-01-28 20:36:44','2021-01-28 12:36:44'),(65196,24643,'action created','2021-01-28 20:36:44','2021-01-28 12:36:44'),(65197,24643,'action started via WP Cron','2021-01-28 20:40:17','2021-01-28 12:40:17'),(65198,24643,'action complete via WP Cron','2021-01-28 20:40:17','2021-01-28 12:40:17'),(65199,24644,'action created','2021-01-28 20:40:17','2021-01-28 12:40:17'),(65200,24644,'action started via WP Cron','2021-01-28 20:42:56','2021-01-28 12:42:56'),(65201,24644,'action complete via WP Cron','2021-01-28 20:42:56','2021-01-28 12:42:56'),(65202,24645,'action created','2021-01-28 20:42:56','2021-01-28 12:42:56'),(65203,24645,'action started via WP Cron','2021-01-28 20:44:32','2021-01-28 12:44:32'),(65204,24645,'action complete via WP Cron','2021-01-28 20:44:32','2021-01-28 12:44:32'),(65205,24646,'action created','2021-01-28 20:44:32','2021-01-28 12:44:32'),(65206,24646,'action started via WP Cron','2021-01-28 20:45:01','2021-01-28 12:45:01'),(65207,24646,'action complete via WP Cron','2021-01-28 20:45:01','2021-01-28 12:45:01'),(65208,24647,'action created','2021-01-28 20:45:01','2021-01-28 12:45:01'),(65209,24647,'action started via WP Cron','2021-01-28 20:46:04','2021-01-28 12:46:04'),(65210,24647,'action complete via WP Cron','2021-01-28 20:46:04','2021-01-28 12:46:04'),(65211,24648,'action created','2021-01-28 20:46:04','2021-01-28 12:46:04'),(65212,24648,'action started via WP Cron','2021-01-28 20:46:46','2021-01-28 12:46:46'),(65213,24648,'action complete via WP Cron','2021-01-28 20:46:46','2021-01-28 12:46:46'),(65214,24649,'action created','2021-01-28 20:46:46','2021-01-28 12:46:46'),(65215,24649,'action started via WP Cron','2021-01-28 20:48:00','2021-01-28 12:48:00'),(65216,24649,'action complete via WP Cron','2021-01-28 20:48:00','2021-01-28 12:48:00'),(65217,24650,'action created','2021-01-28 20:48:00','2021-01-28 12:48:00'),(65218,24650,'action started via WP Cron','2021-01-28 20:48:54','2021-01-28 12:48:54'),(65219,24650,'action complete via WP Cron','2021-01-28 20:48:54','2021-01-28 12:48:54'),(65220,24651,'action created','2021-01-28 20:48:54','2021-01-28 12:48:54'),(65221,24651,'action started via WP Cron','2021-01-28 20:49:42','2021-01-28 12:49:42'),(65222,24651,'action complete via WP Cron','2021-01-28 20:49:42','2021-01-28 12:49:42'),(65223,24652,'action created','2021-01-28 20:49:42','2021-01-28 12:49:42'),(65224,24652,'action started via WP Cron','2021-01-28 20:50:43','2021-01-28 12:50:43'),(65225,24652,'action complete via WP Cron','2021-01-28 20:50:43','2021-01-28 12:50:43'),(65226,24653,'action created','2021-01-28 20:50:43','2021-01-28 12:50:43'),(65227,24653,'action started via WP Cron','2021-01-28 20:51:55','2021-01-28 12:51:55'),(65228,24653,'action complete via WP Cron','2021-01-28 20:51:55','2021-01-28 12:51:55'),(65229,24654,'action created','2021-01-28 20:51:55','2021-01-28 12:51:55'),(65230,24654,'action started via WP Cron','2021-01-28 20:53:00','2021-01-28 12:53:00'),(65231,24654,'action complete via WP Cron','2021-01-28 20:53:00','2021-01-28 12:53:00'),(65232,24655,'action created','2021-01-28 20:53:00','2021-01-28 12:53:00'),(65233,24655,'action started via WP Cron','2021-01-28 20:53:45','2021-01-28 12:53:45'),(65234,24655,'action complete via WP Cron','2021-01-28 20:53:46','2021-01-28 12:53:46'),(65235,24656,'action created','2021-01-28 20:53:46','2021-01-28 12:53:46'),(65236,24656,'action started via WP Cron','2021-01-28 20:55:04','2021-01-28 12:55:04'),(65237,24656,'action complete via WP Cron','2021-01-28 20:55:04','2021-01-28 12:55:04'),(65238,24657,'action created','2021-01-28 20:55:04','2021-01-28 12:55:04'),(65239,24657,'action started via WP Cron','2021-01-28 20:56:03','2021-01-28 12:56:03'),(65240,24657,'action complete via WP Cron','2021-01-28 20:56:03','2021-01-28 12:56:03'),(65241,24658,'action created','2021-01-28 20:56:03','2021-01-28 12:56:03'),(65242,24658,'action started via WP Cron','2021-01-28 20:56:42','2021-01-28 12:56:42'),(65243,24658,'action complete via WP Cron','2021-01-28 20:56:42','2021-01-28 12:56:42'),(65244,24659,'action created','2021-01-28 20:56:42','2021-01-28 12:56:42'),(65245,24659,'action started via WP Cron','2021-01-28 20:57:44','2021-01-28 12:57:44'),(65246,24659,'action complete via WP Cron','2021-01-28 20:57:44','2021-01-28 12:57:44'),(65247,24660,'action created','2021-01-28 20:57:44','2021-01-28 12:57:44'),(65248,24660,'action started via WP Cron','2021-01-28 20:58:44','2021-01-28 12:58:44'),(65249,24660,'action complete via WP Cron','2021-01-28 20:58:44','2021-01-28 12:58:44'),(65250,24661,'action created','2021-01-28 20:58:44','2021-01-28 12:58:44'),(65251,24661,'action started via WP Cron','2021-01-28 20:59:58','2021-01-28 12:59:58'),(65252,24661,'action complete via WP Cron','2021-01-28 20:59:58','2021-01-28 12:59:58'),(65253,24662,'action created','2021-01-28 20:59:58','2021-01-28 12:59:58'),(65254,24662,'action started via WP Cron','2021-01-28 21:01:05','2021-01-28 13:01:05'),(65255,24662,'action complete via WP Cron','2021-01-28 21:01:05','2021-01-28 13:01:05'),(65256,24663,'action created','2021-01-28 21:01:05','2021-01-28 13:01:05'),(65257,24663,'action started via WP Cron','2021-01-28 21:02:06','2021-01-28 13:02:06'),(65258,24663,'action complete via WP Cron','2021-01-28 21:02:06','2021-01-28 13:02:06'),(65259,24664,'action created','2021-01-28 21:02:06','2021-01-28 13:02:06'),(65260,24664,'action started via WP Cron','2021-01-28 21:02:46','2021-01-28 13:02:46'),(65261,24664,'action complete via WP Cron','2021-01-28 21:02:46','2021-01-28 13:02:46'),(65262,24665,'action created','2021-01-28 21:02:46','2021-01-28 13:02:46'),(65263,24665,'action started via WP Cron','2021-01-28 21:06:13','2021-01-28 13:06:13'),(65264,24665,'action complete via WP Cron','2021-01-28 21:06:13','2021-01-28 13:06:13'),(65265,24666,'action created','2021-01-28 21:06:13','2021-01-28 13:06:13'),(65266,24666,'action started via WP Cron','2021-01-28 21:06:59','2021-01-28 13:06:59'),(65267,24666,'action complete via WP Cron','2021-01-28 21:06:59','2021-01-28 13:06:59'),(65268,24667,'action created','2021-01-28 21:06:59','2021-01-28 13:06:59'),(65269,24667,'action started via WP Cron','2021-01-28 21:08:07','2021-01-28 13:08:07'),(65270,24667,'action complete via WP Cron','2021-01-28 21:08:07','2021-01-28 13:08:07'),(65271,24668,'action created','2021-01-28 21:08:07','2021-01-28 13:08:07'),(65272,24668,'action started via WP Cron','2021-01-28 21:09:01','2021-01-28 13:09:01'),(65273,24668,'action complete via WP Cron','2021-01-28 21:09:01','2021-01-28 13:09:01'),(65274,24669,'action created','2021-01-28 21:09:01','2021-01-28 13:09:01'),(65275,24669,'action started via WP Cron','2021-01-28 21:16:39','2021-01-28 13:16:39'),(65276,24669,'action complete via WP Cron','2021-01-28 21:16:39','2021-01-28 13:16:39'),(65277,24670,'action created','2021-01-28 21:16:39','2021-01-28 13:16:39'),(65278,24670,'action started via WP Cron','2021-01-28 21:22:19','2021-01-28 13:22:19'),(65279,24670,'action complete via WP Cron','2021-01-28 21:22:19','2021-01-28 13:22:19'),(65280,24671,'action created','2021-01-28 21:22:19','2021-01-28 13:22:19'),(65281,24671,'action started via WP Cron','2021-01-28 21:29:16','2021-01-28 13:29:16'),(65282,24671,'action complete via WP Cron','2021-01-28 21:29:16','2021-01-28 13:29:16'),(65283,24672,'action created','2021-01-28 21:29:17','2021-01-28 13:29:17'),(65284,24672,'action started via WP Cron','2021-01-28 21:33:30','2021-01-28 13:33:30'),(65285,24672,'action complete via WP Cron','2021-01-28 21:33:30','2021-01-28 13:33:30'),(65286,24673,'action created','2021-01-28 21:33:30','2021-01-28 13:33:30'),(65287,24673,'action started via WP Cron','2021-01-28 21:38:10','2021-01-28 13:38:10'),(65288,24673,'action complete via WP Cron','2021-01-28 21:38:10','2021-01-28 13:38:10'),(65289,24674,'action created','2021-01-28 21:38:11','2021-01-28 13:38:11'),(65290,24674,'action started via WP Cron','2021-01-28 21:40:16','2021-01-28 13:40:16'),(65291,24674,'action complete via WP Cron','2021-01-28 21:40:16','2021-01-28 13:40:16'),(65292,24675,'action created','2021-01-28 21:40:16','2021-01-28 13:40:16'),(65293,24675,'action started via WP Cron','2021-01-28 21:43:39','2021-01-28 13:43:39'),(65294,24675,'action complete via WP Cron','2021-01-28 21:43:39','2021-01-28 13:43:39'),(65295,24676,'action created','2021-01-28 21:43:39','2021-01-28 13:43:39'),(65296,24676,'action started via WP Cron','2021-01-28 21:48:49','2021-01-28 13:48:49'),(65297,24676,'action complete via WP Cron','2021-01-28 21:48:49','2021-01-28 13:48:49'),(65298,24677,'action created','2021-01-28 21:48:49','2021-01-28 13:48:49'),(65299,24677,'action started via WP Cron','2021-01-28 21:50:59','2021-01-28 13:50:59'),(65300,24677,'action complete via WP Cron','2021-01-28 21:50:59','2021-01-28 13:50:59'),(65301,24678,'action created','2021-01-28 21:50:59','2021-01-28 13:50:59'),(65302,24678,'action started via WP Cron','2021-01-28 21:55:52','2021-01-28 13:55:52'),(65303,24678,'action complete via WP Cron','2021-01-28 21:55:52','2021-01-28 13:55:52'),(65304,24679,'action created','2021-01-28 21:55:52','2021-01-28 13:55:52'),(65305,24679,'action started via WP Cron','2021-01-28 21:57:34','2021-01-28 13:57:34'),(65306,24679,'action complete via WP Cron','2021-01-28 21:57:34','2021-01-28 13:57:34'),(65307,24680,'action created','2021-01-28 21:57:34','2021-01-28 13:57:34'),(65308,24680,'action started via WP Cron','2021-01-28 22:01:42','2021-01-28 14:01:42'),(65309,24680,'action complete via WP Cron','2021-01-28 22:01:42','2021-01-28 14:01:42'),(65310,24681,'action created','2021-01-28 22:01:42','2021-01-28 14:01:42'),(65311,24681,'action started via WP Cron','2021-01-28 22:04:53','2021-01-28 14:04:53'),(65312,24681,'action complete via WP Cron','2021-01-28 22:04:53','2021-01-28 14:04:53'),(65313,24682,'action created','2021-01-28 22:04:54','2021-01-28 14:04:54'),(65314,24682,'action started via WP Cron','2021-01-28 22:16:04','2021-01-28 14:16:04'),(65315,24682,'action complete via WP Cron','2021-01-28 22:16:04','2021-01-28 14:16:04'),(65316,24683,'action created','2021-01-28 22:16:05','2021-01-28 14:16:05'),(65317,24683,'action started via WP Cron','2021-01-28 22:23:10','2021-01-28 14:23:10'),(65318,24683,'action complete via WP Cron','2021-01-28 22:23:10','2021-01-28 14:23:10'),(65319,24684,'action created','2021-01-28 22:23:10','2021-01-28 14:23:10'),(65320,24684,'action started via WP Cron','2021-01-28 22:25:15','2021-01-28 14:25:15'),(65321,24684,'action complete via WP Cron','2021-01-28 22:25:15','2021-01-28 14:25:15'),(65322,24685,'action created','2021-01-28 22:25:16','2021-01-28 14:25:16'),(65323,24685,'action started via WP Cron','2021-01-28 22:25:40','2021-01-28 14:25:40'),(65324,24685,'action complete via WP Cron','2021-01-28 22:25:40','2021-01-28 14:25:40'),(65325,24686,'action created','2021-01-28 22:25:40','2021-01-28 14:25:40'),(65326,24686,'action started via WP Cron','2021-01-28 22:41:43','2021-01-28 14:41:43'),(65327,24686,'action complete via WP Cron','2021-01-28 22:41:43','2021-01-28 14:41:43'),(65328,24687,'action created','2021-01-28 22:41:43','2021-01-28 14:41:43'),(65329,24687,'action started via WP Cron','2021-01-28 22:48:07','2021-01-28 14:48:07'),(65330,24687,'action complete via WP Cron','2021-01-28 22:48:07','2021-01-28 14:48:07'),(65331,24688,'action created','2021-01-28 22:48:08','2021-01-28 14:48:08'),(65332,24688,'action started via WP Cron','2021-01-28 23:01:45','2021-01-28 15:01:45'),(65333,24688,'action complete via WP Cron','2021-01-28 23:01:45','2021-01-28 15:01:45'),(65334,24689,'action created','2021-01-28 23:01:45','2021-01-28 15:01:45'),(65335,24689,'action started via WP Cron','2021-01-28 23:02:58','2021-01-28 15:02:58'),(65336,24689,'action complete via WP Cron','2021-01-28 23:02:58','2021-01-28 15:02:58'),(65337,24690,'action created','2021-01-28 23:02:58','2021-01-28 15:02:58'),(65338,24690,'action started via WP Cron','2021-01-28 23:15:24','2021-01-28 15:15:24'),(65339,24690,'action complete via WP Cron','2021-01-28 23:15:24','2021-01-28 15:15:24'),(65340,24691,'action created','2021-01-28 23:15:24','2021-01-28 15:15:24'),(65341,24691,'action started via WP Cron','2021-01-28 23:22:19','2021-01-28 15:22:19'),(65342,24691,'action complete via WP Cron','2021-01-28 23:22:19','2021-01-28 15:22:19'),(65343,24692,'action created','2021-01-28 23:24:21','2021-01-28 15:24:21'),(65344,24692,'action started via WP Cron','2021-01-28 23:25:35','2021-01-28 15:25:35'),(65345,24692,'action complete via WP Cron','2021-01-28 23:25:35','2021-01-28 15:25:35'),(65346,24693,'action created','2021-01-28 23:25:35','2021-01-28 15:25:35'),(65347,24693,'action started via WP Cron','2021-01-28 23:27:26','2021-01-28 15:27:26'),(65348,24693,'action complete via WP Cron','2021-01-28 23:27:26','2021-01-28 15:27:26'),(65349,24694,'action created','2021-01-28 23:27:26','2021-01-28 15:27:26'),(65350,24694,'action started via WP Cron','2021-01-28 23:28:23','2021-01-28 15:28:23'),(65351,24694,'action complete via WP Cron','2021-01-28 23:28:23','2021-01-28 15:28:23'),(65352,24695,'action created','2021-01-28 23:28:23','2021-01-28 15:28:23'),(65353,24695,'action started via WP Cron','2021-01-28 23:28:42','2021-01-28 15:28:42'),(65354,24695,'action complete via WP Cron','2021-01-28 23:28:42','2021-01-28 15:28:42'),(65355,24696,'action created','2021-01-28 23:28:42','2021-01-28 15:28:42'),(65356,24696,'action started via WP Cron','2021-01-28 23:29:55','2021-01-28 15:29:55'),(65357,24696,'action complete via WP Cron','2021-01-28 23:29:55','2021-01-28 15:29:55'),(65358,24697,'action created','2021-01-28 23:29:55','2021-01-28 15:29:55'),(65359,24697,'action started via WP Cron','2021-01-28 23:30:59','2021-01-28 15:30:59'),(65360,24697,'action complete via WP Cron','2021-01-28 23:30:59','2021-01-28 15:30:59'),(65361,24698,'action created','2021-01-28 23:30:59','2021-01-28 15:30:59'),(65362,24698,'action started via WP Cron','2021-01-28 23:31:48','2021-01-28 15:31:48'),(65363,24698,'action complete via WP Cron','2021-01-28 23:31:48','2021-01-28 15:31:48'),(65364,24699,'action created','2021-01-28 23:31:48','2021-01-28 15:31:48'),(65365,24699,'action started via WP Cron','2021-01-28 23:32:46','2021-01-28 15:32:46'),(65366,24699,'action complete via WP Cron','2021-01-28 23:32:46','2021-01-28 15:32:46'),(65367,24700,'action created','2021-01-28 23:32:46','2021-01-28 15:32:46'),(65368,24700,'action started via WP Cron','2021-01-28 23:33:55','2021-01-28 15:33:55'),(65369,24700,'action complete via WP Cron','2021-01-28 23:33:55','2021-01-28 15:33:55'),(65370,24701,'action created','2021-01-28 23:33:55','2021-01-28 15:33:55'),(65371,24701,'action started via WP Cron','2021-01-28 23:34:48','2021-01-28 15:34:48'),(65372,24701,'action complete via WP Cron','2021-01-28 23:34:48','2021-01-28 15:34:48'),(65373,24702,'action created','2021-01-28 23:34:49','2021-01-28 15:34:49'),(65374,24702,'action started via WP Cron','2021-01-28 23:36:52','2021-01-28 15:36:52'),(65375,24702,'action complete via WP Cron','2021-01-28 23:36:52','2021-01-28 15:36:52'),(65376,24703,'action created','2021-01-28 23:36:53','2021-01-28 15:36:53'),(65377,24703,'action started via WP Cron','2021-01-28 23:37:45','2021-01-28 15:37:45'),(65378,24703,'action complete via WP Cron','2021-01-28 23:37:45','2021-01-28 15:37:45'),(65379,24704,'action created','2021-01-28 23:37:45','2021-01-28 15:37:45'),(65380,24704,'action started via WP Cron','2021-01-28 23:38:50','2021-01-28 15:38:50'),(65381,24704,'action complete via WP Cron','2021-01-28 23:38:50','2021-01-28 15:38:50'),(65382,24705,'action created','2021-01-28 23:38:50','2021-01-28 15:38:50'),(65383,24705,'action started via WP Cron','2021-01-28 23:39:55','2021-01-28 15:39:55'),(65384,24705,'action complete via WP Cron','2021-01-28 23:39:55','2021-01-28 15:39:55'),(65385,24706,'action created','2021-01-28 23:39:55','2021-01-28 15:39:55'),(65386,24706,'action started via WP Cron','2021-01-28 23:41:10','2021-01-28 15:41:10'),(65387,24706,'action complete via WP Cron','2021-01-28 23:41:10','2021-01-28 15:41:10'),(65388,24707,'action created','2021-01-28 23:41:10','2021-01-28 15:41:10'),(65389,24707,'action started via WP Cron','2021-01-28 23:41:49','2021-01-28 15:41:49'),(65390,24707,'action complete via WP Cron','2021-01-28 23:41:50','2021-01-28 15:41:50'),(65391,24708,'action created','2021-01-28 23:41:50','2021-01-28 15:41:50'),(65392,24708,'action started via WP Cron','2021-01-28 23:42:53','2021-01-28 15:42:53'),(65393,24708,'action complete via WP Cron','2021-01-28 23:42:53','2021-01-28 15:42:53'),(65394,24709,'action created','2021-01-28 23:42:53','2021-01-28 15:42:53'),(65395,24709,'action started via WP Cron','2021-01-28 23:44:05','2021-01-28 15:44:05'),(65396,24709,'action complete via WP Cron','2021-01-28 23:44:05','2021-01-28 15:44:05'),(65397,24710,'action created','2021-01-28 23:44:06','2021-01-28 15:44:06'),(65398,24710,'action started via WP Cron','2021-01-28 23:45:08','2021-01-28 15:45:08'),(65399,24710,'action complete via WP Cron','2021-01-28 23:45:08','2021-01-28 15:45:08'),(65400,24711,'action created','2021-01-28 23:45:08','2021-01-28 15:45:08'),(65401,24711,'action started via WP Cron','2021-01-28 23:45:41','2021-01-28 15:45:41'),(65402,24711,'action complete via WP Cron','2021-01-28 23:45:41','2021-01-28 15:45:41'),(65403,24712,'action created','2021-01-28 23:45:41','2021-01-28 15:45:41'),(65404,24712,'action started via WP Cron','2021-01-28 23:46:50','2021-01-28 15:46:50'),(65405,24712,'action complete via WP Cron','2021-01-28 23:46:50','2021-01-28 15:46:50'),(65406,24713,'action created','2021-01-28 23:46:50','2021-01-28 15:46:50'),(65407,24713,'action started via WP Cron','2021-01-28 23:48:08','2021-01-28 15:48:08'),(65408,24713,'action complete via WP Cron','2021-01-28 23:48:08','2021-01-28 15:48:08'),(65409,24714,'action created','2021-01-28 23:48:09','2021-01-28 15:48:09'),(65410,24714,'action started via WP Cron','2021-01-28 23:48:51','2021-01-28 15:48:51'),(65411,24714,'action complete via WP Cron','2021-01-28 23:48:51','2021-01-28 15:48:51'),(65412,24715,'action created','2021-01-28 23:48:51','2021-01-28 15:48:51'),(65413,24715,'action started via WP Cron','2021-01-28 23:49:56','2021-01-28 15:49:56'),(65414,24715,'action complete via WP Cron','2021-01-28 23:49:56','2021-01-28 15:49:56'),(65415,24716,'action created','2021-01-28 23:49:56','2021-01-28 15:49:56'),(65416,24716,'action started via WP Cron','2021-01-28 23:51:09','2021-01-28 15:51:09'),(65417,24716,'action complete via WP Cron','2021-01-28 23:51:09','2021-01-28 15:51:09'),(65418,24717,'action created','2021-01-28 23:51:09','2021-01-28 15:51:09'),(65419,24717,'action started via WP Cron','2021-01-28 23:51:46','2021-01-28 15:51:46'),(65420,24717,'action complete via WP Cron','2021-01-28 23:51:46','2021-01-28 15:51:46'),(65421,24718,'action created','2021-01-28 23:51:46','2021-01-28 15:51:46'),(65422,24718,'action started via WP Cron','2021-01-28 23:52:53','2021-01-28 15:52:53'),(65423,24718,'action complete via WP Cron','2021-01-28 23:52:53','2021-01-28 15:52:53'),(65424,24719,'action created','2021-01-28 23:52:53','2021-01-28 15:52:53'),(65425,24719,'action started via WP Cron','2021-01-28 23:53:52','2021-01-28 15:53:52'),(65426,24719,'action complete via WP Cron','2021-01-28 23:53:52','2021-01-28 15:53:52'),(65427,24720,'action created','2021-01-28 23:53:52','2021-01-28 15:53:52'),(65428,24720,'action started via WP Cron','2021-01-28 23:54:44','2021-01-28 15:54:44'),(65429,24720,'action complete via WP Cron','2021-01-28 23:54:44','2021-01-28 15:54:44'),(65430,24721,'action created','2021-01-28 23:54:44','2021-01-28 15:54:44'),(65431,24721,'action started via WP Cron','2021-01-28 23:56:15','2021-01-28 15:56:15'),(65432,24721,'action complete via WP Cron','2021-01-28 23:56:15','2021-01-28 15:56:15'),(65433,24722,'action created','2021-01-28 23:56:15','2021-01-28 15:56:15'),(65434,24722,'action started via WP Cron','2021-01-28 23:56:59','2021-01-28 15:56:59'),(65435,24722,'action complete via WP Cron','2021-01-28 23:56:59','2021-01-28 15:56:59'),(65436,24723,'action created','2021-01-28 23:56:59','2021-01-28 15:56:59'),(65437,24723,'action started via WP Cron','2021-01-28 23:57:55','2021-01-28 15:57:55'),(65438,24723,'action complete via WP Cron','2021-01-28 23:57:55','2021-01-28 15:57:55'),(65439,24724,'action created','2021-01-28 23:57:55','2021-01-28 15:57:55'),(65440,24724,'action started via WP Cron','2021-01-28 23:58:53','2021-01-28 15:58:53'),(65441,24724,'action complete via WP Cron','2021-01-28 23:58:53','2021-01-28 15:58:53'),(65442,24725,'action created','2021-01-28 23:58:53','2021-01-28 15:58:53'),(65443,24725,'action started via WP Cron','2021-01-28 23:59:57','2021-01-28 15:59:57'),(65444,24725,'action complete via WP Cron','2021-01-28 23:59:57','2021-01-28 15:59:57'),(65445,24726,'action created','2021-01-28 23:59:57','2021-01-28 15:59:57'),(65446,24726,'action started via WP Cron','2021-01-29 00:00:57','2021-01-28 16:00:57'),(65447,24726,'action complete via WP Cron','2021-01-29 00:00:57','2021-01-28 16:00:57'),(65448,24727,'action created','2021-01-29 00:00:58','2021-01-28 16:00:58'),(65449,24727,'action started via WP Cron','2021-01-29 00:02:13','2021-01-28 16:02:13'),(65450,24727,'action complete via WP Cron','2021-01-29 00:02:13','2021-01-28 16:02:13'),(65451,24728,'action created','2021-01-29 00:02:13','2021-01-28 16:02:13'),(65452,24728,'action started via WP Cron','2021-01-29 00:02:47','2021-01-28 16:02:47'),(65453,24728,'action complete via WP Cron','2021-01-29 00:02:47','2021-01-28 16:02:47'),(65454,24729,'action created','2021-01-29 00:02:47','2021-01-28 16:02:47'),(65455,24729,'action started via WP Cron','2021-01-29 00:03:48','2021-01-28 16:03:48'),(65456,24729,'action complete via WP Cron','2021-01-29 00:03:48','2021-01-28 16:03:48'),(65457,24730,'action created','2021-01-29 00:03:48','2021-01-28 16:03:48'),(65458,24730,'action started via WP Cron','2021-01-29 00:04:41','2021-01-28 16:04:41'),(65459,24730,'action complete via WP Cron','2021-01-29 00:04:41','2021-01-28 16:04:41'),(65460,24731,'action created','2021-01-29 00:04:41','2021-01-28 16:04:41'),(65461,24731,'action started via WP Cron','2021-01-29 00:05:55','2021-01-28 16:05:55'),(65462,24731,'action complete via WP Cron','2021-01-29 00:05:55','2021-01-28 16:05:55'),(65463,24732,'action created','2021-01-29 00:05:55','2021-01-28 16:05:55'),(65464,24732,'action started via WP Cron','2021-01-29 00:08:23','2021-01-28 16:08:23'),(65465,24732,'action complete via WP Cron','2021-01-29 00:08:23','2021-01-28 16:08:23'),(65466,24733,'action created','2021-01-29 00:08:23','2021-01-28 16:08:23'),(65467,24733,'action started via WP Cron','2021-01-29 00:23:57','2021-01-28 16:23:57'),(65468,24733,'action complete via WP Cron','2021-01-29 00:23:57','2021-01-28 16:23:57'),(65469,24734,'action created','2021-01-29 00:23:57','2021-01-28 16:23:57'),(65470,24734,'action started via WP Cron','2021-01-29 00:29:01','2021-01-28 16:29:01'),(65471,24734,'action complete via WP Cron','2021-01-29 00:29:01','2021-01-28 16:29:01'),(65472,24735,'action created','2021-01-29 00:29:01','2021-01-28 16:29:01'),(65473,24735,'action started via WP Cron','2021-01-29 00:31:38','2021-01-28 16:31:38'),(65474,24735,'action complete via WP Cron','2021-01-29 00:31:38','2021-01-28 16:31:38'),(65475,24736,'action created','2021-01-29 00:31:38','2021-01-28 16:31:38'),(65476,24736,'action started via WP Cron','2021-01-29 00:32:10','2021-01-28 16:32:10'),(65477,24736,'action complete via WP Cron','2021-01-29 00:32:10','2021-01-28 16:32:10'),(65478,24737,'action created','2021-01-29 00:32:10','2021-01-28 16:32:10'),(65479,24737,'action started via WP Cron','2021-01-29 00:49:48','2021-01-28 16:49:48'),(65480,24737,'action complete via WP Cron','2021-01-29 00:49:48','2021-01-28 16:49:48'),(65481,24738,'action created','2021-01-29 00:49:48','2021-01-28 16:49:48'),(65482,24738,'action started via WP Cron','2021-01-29 00:50:48','2021-01-28 16:50:48'),(65483,24738,'action complete via WP Cron','2021-01-29 00:50:48','2021-01-28 16:50:48'),(65484,24739,'action created','2021-01-29 00:50:48','2021-01-28 16:50:48'),(65485,24739,'action started via WP Cron','2021-01-29 00:51:57','2021-01-28 16:51:57'),(65486,24739,'action complete via WP Cron','2021-01-29 00:51:57','2021-01-28 16:51:57'),(65487,24740,'action created','2021-01-29 00:51:57','2021-01-28 16:51:57'),(65488,24740,'action started via WP Cron','2021-01-29 00:52:46','2021-01-28 16:52:46'),(65489,24740,'action complete via WP Cron','2021-01-29 00:52:46','2021-01-28 16:52:46'),(65490,24741,'action created','2021-01-29 00:52:46','2021-01-28 16:52:46'),(65491,24741,'action started via WP Cron','2021-01-29 00:53:58','2021-01-28 16:53:58'),(65492,24741,'action complete via WP Cron','2021-01-29 00:53:58','2021-01-28 16:53:58'),(65493,24742,'action created','2021-01-29 00:53:58','2021-01-28 16:53:58'),(65494,24742,'action started via WP Cron','2021-01-29 00:54:47','2021-01-28 16:54:47'),(65495,24742,'action complete via WP Cron','2021-01-29 00:54:47','2021-01-28 16:54:47'),(65496,24743,'action created','2021-01-29 00:54:48','2021-01-28 16:54:48'),(65497,24743,'action started via WP Cron','2021-01-29 00:55:53','2021-01-28 16:55:53'),(65498,24743,'action complete via WP Cron','2021-01-29 00:55:53','2021-01-28 16:55:53'),(65499,24744,'action created','2021-01-29 00:55:53','2021-01-28 16:55:53'),(65500,24744,'action started via WP Cron','2021-01-29 00:57:00','2021-01-28 16:57:00'),(65501,24744,'action complete via WP Cron','2021-01-29 00:57:00','2021-01-28 16:57:00'),(65502,24745,'action created','2021-01-29 00:57:00','2021-01-28 16:57:00'),(65503,24745,'action started via WP Cron','2021-01-29 00:58:02','2021-01-28 16:58:02'),(65504,24745,'action complete via WP Cron','2021-01-29 00:58:02','2021-01-28 16:58:02'),(65505,24746,'action created','2021-01-29 00:58:02','2021-01-28 16:58:02'),(65506,24746,'action started via WP Cron','2021-01-29 00:58:56','2021-01-28 16:58:56'),(65507,24746,'action complete via WP Cron','2021-01-29 00:58:56','2021-01-28 16:58:56'),(65508,24747,'action created','2021-01-29 00:58:57','2021-01-28 16:58:57'),(65509,24747,'action started via WP Cron','2021-01-29 00:59:58','2021-01-28 16:59:58'),(65510,24747,'action complete via WP Cron','2021-01-29 00:59:58','2021-01-28 16:59:58'),(65511,24748,'action created','2021-01-29 00:59:58','2021-01-28 16:59:58'),(65512,24748,'action started via WP Cron','2021-01-29 01:01:05','2021-01-28 17:01:05'),(65513,24748,'action complete via WP Cron','2021-01-29 01:01:05','2021-01-28 17:01:05'),(65514,24749,'action created','2021-01-29 01:01:05','2021-01-28 17:01:05'),(65515,24749,'action started via WP Cron','2021-01-29 01:01:46','2021-01-28 17:01:46'),(65516,24749,'action complete via WP Cron','2021-01-29 01:01:46','2021-01-28 17:01:46'),(65517,24750,'action created','2021-01-29 01:01:46','2021-01-28 17:01:46'),(65518,24750,'action started via WP Cron','2021-01-29 01:02:57','2021-01-28 17:02:57'),(65519,24750,'action complete via WP Cron','2021-01-29 01:02:57','2021-01-28 17:02:57'),(65520,24751,'action created','2021-01-29 01:02:57','2021-01-28 17:02:57'),(65521,24751,'action started via WP Cron','2021-01-29 01:04:04','2021-01-28 17:04:04'),(65522,24751,'action complete via WP Cron','2021-01-29 01:04:04','2021-01-28 17:04:04'),(65523,24752,'action created','2021-01-29 01:04:05','2021-01-28 17:04:05'),(65524,24752,'action started via WP Cron','2021-01-29 01:04:46','2021-01-28 17:04:46'),(65525,24752,'action complete via WP Cron','2021-01-29 01:04:46','2021-01-28 17:04:46'),(65526,24753,'action created','2021-01-29 01:04:46','2021-01-28 17:04:46'),(65527,24753,'action started via WP Cron','2021-01-29 01:05:49','2021-01-28 17:05:49'),(65528,24753,'action complete via WP Cron','2021-01-29 01:05:49','2021-01-28 17:05:49'),(65529,24754,'action created','2021-01-29 01:05:49','2021-01-28 17:05:49'),(65530,24754,'action started via WP Cron','2021-01-29 01:06:42','2021-01-28 17:06:42'),(65531,24754,'action complete via WP Cron','2021-01-29 01:06:42','2021-01-28 17:06:42'),(65532,24755,'action created','2021-01-29 01:06:42','2021-01-28 17:06:42'),(65533,24755,'action started via WP Cron','2021-01-29 01:07:45','2021-01-28 17:07:45'),(65534,24755,'action complete via WP Cron','2021-01-29 01:07:45','2021-01-28 17:07:45'),(65535,24756,'action created','2021-01-29 01:07:45','2021-01-28 17:07:45'),(65536,24756,'action started via WP Cron','2021-01-29 01:08:41','2021-01-28 17:08:41'),(65537,24756,'action complete via WP Cron','2021-01-29 01:08:41','2021-01-28 17:08:41'),(65538,24757,'action created','2021-01-29 01:08:41','2021-01-28 17:08:41'),(65539,24757,'action started via WP Cron','2021-01-29 01:09:41','2021-01-28 17:09:41'),(65540,24757,'action complete via WP Cron','2021-01-29 01:09:41','2021-01-28 17:09:41'),(65541,24758,'action created','2021-01-29 01:09:41','2021-01-28 17:09:41'),(65542,24758,'action started via WP Cron','2021-01-29 01:11:07','2021-01-28 17:11:07'),(65543,24758,'action complete via WP Cron','2021-01-29 01:11:07','2021-01-28 17:11:07'),(65544,24759,'action created','2021-01-29 01:11:07','2021-01-28 17:11:07'),(65545,24759,'action started via WP Cron','2021-01-29 01:12:05','2021-01-28 17:12:05'),(65546,24759,'action complete via WP Cron','2021-01-29 01:12:05','2021-01-28 17:12:05'),(65547,24760,'action created','2021-01-29 01:12:05','2021-01-28 17:12:05'),(65548,24760,'action started via WP Cron','2021-01-29 01:13:04','2021-01-28 17:13:04'),(65549,24760,'action complete via WP Cron','2021-01-29 01:13:04','2021-01-28 17:13:04'),(65550,24761,'action created','2021-01-29 01:13:04','2021-01-28 17:13:04'),(65551,24761,'action started via WP Cron','2021-01-29 01:14:06','2021-01-28 17:14:06'),(65552,24761,'action complete via WP Cron','2021-01-29 01:14:06','2021-01-28 17:14:06'),(65553,24762,'action created','2021-01-29 01:14:06','2021-01-28 17:14:06'),(65554,24762,'action started via WP Cron','2021-01-29 01:14:43','2021-01-28 17:14:43'),(65555,24762,'action complete via WP Cron','2021-01-29 01:14:43','2021-01-28 17:14:43'),(65556,24763,'action created','2021-01-29 01:14:43','2021-01-28 17:14:43'),(65557,24763,'action started via WP Cron','2021-01-29 01:16:15','2021-01-28 17:16:15'),(65558,24763,'action complete via WP Cron','2021-01-29 01:16:15','2021-01-28 17:16:15'),(65559,24764,'action created','2021-01-29 01:16:15','2021-01-28 17:16:15'),(65560,24764,'action started via WP Cron','2021-01-29 01:17:01','2021-01-28 17:17:01'),(65561,24764,'action complete via WP Cron','2021-01-29 01:17:01','2021-01-28 17:17:01'),(65562,24765,'action created','2021-01-29 01:17:01','2021-01-28 17:17:01'),(65563,24765,'action started via WP Cron','2021-01-29 01:17:57','2021-01-28 17:17:57'),(65564,24765,'action complete via WP Cron','2021-01-29 01:17:57','2021-01-28 17:17:57'),(65565,24766,'action created','2021-01-29 01:17:57','2021-01-28 17:17:57'),(65566,24766,'action started via WP Cron','2021-01-29 01:18:42','2021-01-28 17:18:42'),(65567,24766,'action complete via WP Cron','2021-01-29 01:18:42','2021-01-28 17:18:42'),(65568,24767,'action created','2021-01-29 01:18:42','2021-01-28 17:18:42'),(65569,24767,'action started via WP Cron','2021-01-29 01:19:52','2021-01-28 17:19:52'),(65570,24767,'action complete via WP Cron','2021-01-29 01:19:52','2021-01-28 17:19:52'),(65571,24768,'action created','2021-01-29 01:20:22','2021-01-28 17:20:22'),(65572,24768,'action started via WP Cron','2021-01-29 01:21:00','2021-01-28 17:21:00'),(65573,24768,'action complete via WP Cron','2021-01-29 01:21:00','2021-01-28 17:21:00'),(65574,24769,'action created','2021-01-29 01:21:00','2021-01-28 17:21:00'),(65575,24769,'action started via WP Cron','2021-01-29 01:21:48','2021-01-28 17:21:48'),(65576,24769,'action complete via WP Cron','2021-01-29 01:21:48','2021-01-28 17:21:48'),(65577,24770,'action created','2021-01-29 01:21:48','2021-01-28 17:21:48'),(65578,24770,'action started via WP Cron','2021-01-29 01:22:42','2021-01-28 17:22:42'),(65579,24770,'action complete via WP Cron','2021-01-29 01:22:42','2021-01-28 17:22:42'),(65580,24771,'action created','2021-01-29 01:22:42','2021-01-28 17:22:42'),(65581,24771,'action started via WP Cron','2021-01-29 01:23:43','2021-01-28 17:23:43'),(65582,24771,'action complete via WP Cron','2021-01-29 01:23:43','2021-01-28 17:23:43'),(65583,24772,'action created','2021-01-29 01:23:43','2021-01-28 17:23:43'),(65584,24772,'action started via WP Cron','2021-01-29 01:25:20','2021-01-28 17:25:20'),(65585,24772,'action complete via WP Cron','2021-01-29 01:25:20','2021-01-28 17:25:20'),(65586,24773,'action created','2021-01-29 01:25:20','2021-01-28 17:25:20'),(65587,24773,'action started via WP Cron','2021-01-29 01:25:45','2021-01-28 17:25:45'),(65588,24773,'action complete via WP Cron','2021-01-29 01:25:45','2021-01-28 17:25:45'),(65589,24774,'action created','2021-01-29 01:25:46','2021-01-28 17:25:46'),(65590,24774,'action started via WP Cron','2021-01-29 01:26:46','2021-01-28 17:26:46'),(65591,24774,'action complete via WP Cron','2021-01-29 01:26:46','2021-01-28 17:26:46'),(65592,24775,'action created','2021-01-29 01:26:46','2021-01-28 17:26:46'),(65593,24775,'action started via WP Cron','2021-01-29 01:28:02','2021-01-28 17:28:02'),(65594,24775,'action complete via WP Cron','2021-01-29 01:28:02','2021-01-28 17:28:02'),(65595,24776,'action created','2021-01-29 01:28:02','2021-01-28 17:28:02'),(65596,24776,'action started via WP Cron','2021-01-29 01:28:52','2021-01-28 17:28:52'),(65597,24776,'action complete via WP Cron','2021-01-29 01:28:52','2021-01-28 17:28:52'),(65598,24777,'action created','2021-01-29 01:28:53','2021-01-28 17:28:53'),(65599,24777,'action started via WP Cron','2021-01-29 01:30:00','2021-01-28 17:30:00'),(65600,24777,'action complete via WP Cron','2021-01-29 01:30:00','2021-01-28 17:30:00'),(65601,24778,'action created','2021-01-29 01:30:00','2021-01-28 17:30:00'),(65602,24778,'action started via WP Cron','2021-01-29 01:31:30','2021-01-28 17:31:30'),(65603,24778,'action complete via WP Cron','2021-01-29 01:31:30','2021-01-28 17:31:30'),(65604,24779,'action created','2021-01-29 01:31:30','2021-01-28 17:31:30'),(65605,24779,'action started via WP Cron','2021-01-29 01:35:34','2021-01-28 17:35:34'),(65606,24779,'action complete via WP Cron','2021-01-29 01:35:34','2021-01-28 17:35:34'),(65607,24780,'action created','2021-01-29 01:35:34','2021-01-28 17:35:34'),(65608,24780,'action started via WP Cron','2021-01-29 01:36:35','2021-01-28 17:36:35'),(65609,24780,'action complete via WP Cron','2021-01-29 01:36:35','2021-01-28 17:36:35'),(65610,24781,'action created','2021-01-29 01:36:35','2021-01-28 17:36:35'),(65611,24781,'action started via WP Cron','2021-01-29 01:37:36','2021-01-28 17:37:36'),(65612,24781,'action complete via WP Cron','2021-01-29 01:37:36','2021-01-28 17:37:36'),(65613,24782,'action created','2021-01-29 01:37:36','2021-01-28 17:37:36'),(65614,24782,'action started via WP Cron','2021-01-29 01:39:19','2021-01-28 17:39:19'),(65615,24782,'action complete via WP Cron','2021-01-29 01:39:19','2021-01-28 17:39:19'),(65616,24783,'action created','2021-01-29 01:39:19','2021-01-28 17:39:19'),(65617,24783,'action started via WP Cron','2021-01-29 01:39:42','2021-01-28 17:39:42'),(65618,24783,'action complete via WP Cron','2021-01-29 01:39:42','2021-01-28 17:39:42'),(65619,24784,'action created','2021-01-29 01:39:42','2021-01-28 17:39:42'),(65620,24784,'action started via WP Cron','2021-01-29 01:41:27','2021-01-28 17:41:27'),(65621,24784,'action complete via WP Cron','2021-01-29 01:41:27','2021-01-28 17:41:27'),(65622,24785,'action created','2021-01-29 01:41:27','2021-01-28 17:41:27'),(65623,24785,'action started via WP Cron','2021-01-29 01:42:57','2021-01-28 17:42:57'),(65624,24785,'action complete via WP Cron','2021-01-29 01:42:57','2021-01-28 17:42:57'),(65625,24786,'action created','2021-01-29 01:42:58','2021-01-28 17:42:58'),(65626,24786,'action started via WP Cron','2021-01-29 01:43:51','2021-01-28 17:43:51'),(65627,24786,'action complete via WP Cron','2021-01-29 01:43:51','2021-01-28 17:43:51'),(65628,24787,'action created','2021-01-29 01:43:51','2021-01-28 17:43:51'),(65629,24787,'action started via WP Cron','2021-01-29 01:44:55','2021-01-28 17:44:55'),(65630,24787,'action complete via WP Cron','2021-01-29 01:44:55','2021-01-28 17:44:55'),(65631,24788,'action created','2021-01-29 01:44:55','2021-01-28 17:44:55'),(65632,24788,'action started via WP Cron','2021-01-29 01:45:59','2021-01-28 17:45:59'),(65633,24788,'action complete via WP Cron','2021-01-29 01:45:59','2021-01-28 17:45:59'),(65634,24789,'action created','2021-01-29 01:45:59','2021-01-28 17:45:59'),(65635,24789,'action started via WP Cron','2021-01-29 01:46:56','2021-01-28 17:46:56'),(65636,24789,'action complete via WP Cron','2021-01-29 01:46:56','2021-01-28 17:46:56'),(65637,24790,'action created','2021-01-29 01:46:56','2021-01-28 17:46:56'),(65638,24790,'action started via WP Cron','2021-01-29 01:47:52','2021-01-28 17:47:52'),(65639,24790,'action complete via WP Cron','2021-01-29 01:47:52','2021-01-28 17:47:52'),(65640,24791,'action created','2021-01-29 01:47:52','2021-01-28 17:47:52'),(65641,24791,'action started via WP Cron','2021-01-29 01:48:42','2021-01-28 17:48:42'),(65642,24791,'action complete via WP Cron','2021-01-29 01:48:42','2021-01-28 17:48:42'),(65643,24792,'action created','2021-01-29 01:48:42','2021-01-28 17:48:42'),(65644,24792,'action started via WP Cron','2021-01-29 01:49:44','2021-01-28 17:49:44'),(65645,24792,'action complete via WP Cron','2021-01-29 01:49:44','2021-01-28 17:49:44'),(65646,24793,'action created','2021-01-29 01:49:45','2021-01-28 17:49:45'),(65647,24793,'action started via WP Cron','2021-01-29 01:50:56','2021-01-28 17:50:56'),(65648,24793,'action complete via WP Cron','2021-01-29 01:50:56','2021-01-28 17:50:56'),(65649,24794,'action created','2021-01-29 01:50:56','2021-01-28 17:50:56'),(65650,24794,'action started via WP Cron','2021-01-29 01:51:43','2021-01-28 17:51:43'),(65651,24794,'action complete via WP Cron','2021-01-29 01:51:43','2021-01-28 17:51:43'),(65652,24795,'action created','2021-01-29 01:51:43','2021-01-28 17:51:43'),(65653,24795,'action started via WP Cron','2021-01-29 01:52:50','2021-01-28 17:52:50'),(65654,24795,'action complete via WP Cron','2021-01-29 01:52:50','2021-01-28 17:52:50'),(65655,24796,'action created','2021-01-29 01:52:50','2021-01-28 17:52:50'),(65656,24796,'action started via WP Cron','2021-01-29 01:53:52','2021-01-28 17:53:52'),(65657,24796,'action complete via WP Cron','2021-01-29 01:53:52','2021-01-28 17:53:52'),(65658,24797,'action created','2021-01-29 01:53:52','2021-01-28 17:53:52'),(65659,24797,'action started via WP Cron','2021-01-29 01:54:51','2021-01-28 17:54:51'),(65660,24797,'action complete via WP Cron','2021-01-29 01:54:51','2021-01-28 17:54:51'),(65661,24798,'action created','2021-01-29 01:54:51','2021-01-28 17:54:51'),(65662,24798,'action started via WP Cron','2021-01-29 01:55:57','2021-01-28 17:55:57'),(65663,24798,'action complete via WP Cron','2021-01-29 01:55:57','2021-01-28 17:55:57'),(65664,24799,'action created','2021-01-29 01:55:57','2021-01-28 17:55:57'),(65665,24799,'action started via WP Cron','2021-01-29 01:56:48','2021-01-28 17:56:48'),(65666,24799,'action complete via WP Cron','2021-01-29 01:56:48','2021-01-28 17:56:48'),(65667,24800,'action created','2021-01-29 01:56:48','2021-01-28 17:56:48'),(65668,24800,'action started via WP Cron','2021-01-29 01:57:42','2021-01-28 17:57:42'),(65669,24800,'action complete via WP Cron','2021-01-29 01:57:42','2021-01-28 17:57:42'),(65670,24801,'action created','2021-01-29 01:57:42','2021-01-28 17:57:42'),(65671,24801,'action started via WP Cron','2021-01-29 01:58:52','2021-01-28 17:58:52'),(65672,24801,'action complete via WP Cron','2021-01-29 01:58:52','2021-01-28 17:58:52'),(65673,24802,'action created','2021-01-29 01:58:52','2021-01-28 17:58:52'),(65674,24802,'action started via WP Cron','2021-01-29 01:59:42','2021-01-28 17:59:42'),(65675,24802,'action complete via WP Cron','2021-01-29 01:59:42','2021-01-28 17:59:42'),(65676,24803,'action created','2021-01-29 01:59:42','2021-01-28 17:59:42'),(65677,24803,'action started via WP Cron','2021-01-29 02:00:44','2021-01-28 18:00:44'),(65678,24803,'action complete via WP Cron','2021-01-29 02:00:44','2021-01-28 18:00:44'),(65679,24804,'action created','2021-01-29 02:00:44','2021-01-28 18:00:44'),(65680,24804,'action started via WP Cron','2021-01-29 02:01:47','2021-01-28 18:01:47'),(65681,24804,'action complete via WP Cron','2021-01-29 02:01:47','2021-01-28 18:01:47'),(65682,24805,'action created','2021-01-29 02:01:47','2021-01-28 18:01:47'),(65683,24805,'action started via WP Cron','2021-01-29 02:02:57','2021-01-28 18:02:57'),(65684,24805,'action complete via WP Cron','2021-01-29 02:02:57','2021-01-28 18:02:57'),(65685,24806,'action created','2021-01-29 02:02:57','2021-01-28 18:02:57'),(65686,24806,'action started via WP Cron','2021-01-29 02:03:49','2021-01-28 18:03:49'),(65687,24806,'action complete via WP Cron','2021-01-29 02:03:49','2021-01-28 18:03:49'),(65688,24807,'action created','2021-01-29 02:03:49','2021-01-28 18:03:49'),(65689,24807,'action started via WP Cron','2021-01-29 02:04:56','2021-01-28 18:04:56'),(65690,24807,'action complete via WP Cron','2021-01-29 02:04:56','2021-01-28 18:04:56'),(65691,24808,'action created','2021-01-29 02:04:56','2021-01-28 18:04:56'),(65692,24808,'action started via WP Cron','2021-01-29 02:05:44','2021-01-28 18:05:44'),(65693,24808,'action complete via WP Cron','2021-01-29 02:05:44','2021-01-28 18:05:44'),(65694,24809,'action created','2021-01-29 02:05:44','2021-01-28 18:05:44'),(65695,24809,'action started via WP Cron','2021-01-29 02:06:57','2021-01-28 18:06:57'),(65696,24809,'action complete via WP Cron','2021-01-29 02:06:57','2021-01-28 18:06:57'),(65697,24810,'action created','2021-01-29 02:06:57','2021-01-28 18:06:57'),(65698,24810,'action started via WP Cron','2021-01-29 02:07:46','2021-01-28 18:07:46'),(65699,24810,'action complete via WP Cron','2021-01-29 02:07:46','2021-01-28 18:07:46'),(65700,24811,'action created','2021-01-29 02:07:46','2021-01-28 18:07:46'),(65701,24811,'action started via WP Cron','2021-01-29 02:08:41','2021-01-28 18:08:41'),(65702,24811,'action complete via WP Cron','2021-01-29 02:08:41','2021-01-28 18:08:41'),(65703,24812,'action created','2021-01-29 02:08:41','2021-01-28 18:08:41'),(65704,24812,'action started via WP Cron','2021-01-29 02:09:53','2021-01-28 18:09:53'),(65705,24812,'action complete via WP Cron','2021-01-29 02:09:53','2021-01-28 18:09:53'),(65706,24813,'action created','2021-01-29 02:09:53','2021-01-28 18:09:53'),(65707,24813,'action started via WP Cron','2021-01-29 02:10:48','2021-01-28 18:10:48'),(65708,24813,'action complete via WP Cron','2021-01-29 02:10:48','2021-01-28 18:10:48'),(65709,24814,'action created','2021-01-29 02:10:48','2021-01-28 18:10:48'),(65710,24814,'action started via WP Cron','2021-01-29 02:11:54','2021-01-28 18:11:54'),(65711,24814,'action complete via WP Cron','2021-01-29 02:11:54','2021-01-28 18:11:54'),(65712,24815,'action created','2021-01-29 02:11:54','2021-01-28 18:11:54'),(65713,24815,'action started via WP Cron','2021-01-29 02:12:42','2021-01-28 18:12:42'),(65714,24815,'action complete via WP Cron','2021-01-29 02:12:42','2021-01-28 18:12:42'),(65715,24816,'action created','2021-01-29 02:12:43','2021-01-28 18:12:43'),(65716,24816,'action started via WP Cron','2021-01-29 02:14:02','2021-01-28 18:14:02'),(65717,24816,'action complete via WP Cron','2021-01-29 02:14:02','2021-01-28 18:14:02'),(65718,24817,'action created','2021-01-29 02:14:02','2021-01-28 18:14:02'),(65719,24817,'action started via WP Cron','2021-01-29 02:14:45','2021-01-28 18:14:45'),(65720,24817,'action complete via WP Cron','2021-01-29 02:14:45','2021-01-28 18:14:45'),(65721,24818,'action created','2021-01-29 02:14:45','2021-01-28 18:14:45'),(65722,24818,'action started via WP Cron','2021-01-29 02:15:56','2021-01-28 18:15:56'),(65723,24818,'action complete via WP Cron','2021-01-29 02:15:56','2021-01-28 18:15:56'),(65724,24819,'action created','2021-01-29 02:15:56','2021-01-28 18:15:56'),(65725,24819,'action started via WP Cron','2021-01-29 02:16:43','2021-01-28 18:16:43'),(65726,24819,'action complete via WP Cron','2021-01-29 02:16:43','2021-01-28 18:16:43'),(65727,24820,'action created','2021-01-29 02:16:44','2021-01-28 18:16:44'),(65728,24820,'action started via WP Cron','2021-01-29 02:17:43','2021-01-28 18:17:43'),(65729,24820,'action complete via WP Cron','2021-01-29 02:17:43','2021-01-28 18:17:43'),(65730,24821,'action created','2021-01-29 02:17:43','2021-01-28 18:17:43'),(65731,24821,'action started via WP Cron','2021-01-29 02:18:52','2021-01-28 18:18:52'),(65732,24821,'action complete via WP Cron','2021-01-29 02:18:52','2021-01-28 18:18:52'),(65733,24822,'action created','2021-01-29 02:18:52','2021-01-28 18:18:52'),(65734,24822,'action started via WP Cron','2021-01-29 02:21:14','2021-01-28 18:21:14'),(65735,24822,'action complete via WP Cron','2021-01-29 02:21:14','2021-01-28 18:21:14'),(65736,24823,'action created','2021-01-29 02:21:14','2021-01-28 18:21:14'),(65737,24823,'action started via WP Cron','2021-01-29 02:23:34','2021-01-28 18:23:34'),(65738,24823,'action complete via WP Cron','2021-01-29 02:23:34','2021-01-28 18:23:34'),(65739,24824,'action created','2021-01-29 02:23:34','2021-01-28 18:23:34'),(65740,24824,'action started via WP Cron','2021-01-29 02:30:20','2021-01-28 18:30:20'),(65741,24824,'action complete via WP Cron','2021-01-29 02:30:20','2021-01-28 18:30:20'),(65742,24825,'action created','2021-01-29 02:30:20','2021-01-28 18:30:20'),(65743,24825,'action started via WP Cron','2021-01-29 02:34:06','2021-01-28 18:34:06'),(65744,24825,'action complete via WP Cron','2021-01-29 02:34:06','2021-01-28 18:34:06'),(65745,24826,'action created','2021-01-29 02:34:06','2021-01-28 18:34:06'),(65746,24826,'action started via WP Cron','2021-01-29 02:34:45','2021-01-28 18:34:45'),(65747,24826,'action complete via WP Cron','2021-01-29 02:34:45','2021-01-28 18:34:45'),(65748,24827,'action created','2021-01-29 02:34:45','2021-01-28 18:34:45'),(65749,24827,'action started via WP Cron','2021-01-29 02:36:07','2021-01-28 18:36:07'),(65750,24827,'action complete via WP Cron','2021-01-29 02:36:07','2021-01-28 18:36:07'),(65751,24828,'action created','2021-01-29 02:36:07','2021-01-28 18:36:07'),(65752,24828,'action started via WP Cron','2021-01-29 02:36:51','2021-01-28 18:36:51'),(65753,24828,'action complete via WP Cron','2021-01-29 02:36:51','2021-01-28 18:36:51'),(65754,24829,'action created','2021-01-29 02:36:51','2021-01-28 18:36:51'),(65755,24829,'action started via WP Cron','2021-01-29 02:37:47','2021-01-28 18:37:47'),(65756,24829,'action complete via WP Cron','2021-01-29 02:37:47','2021-01-28 18:37:47'),(65757,24830,'action created','2021-01-29 02:37:47','2021-01-28 18:37:47'),(65758,24830,'action started via WP Cron','2021-01-29 02:38:51','2021-01-28 18:38:51'),(65759,24830,'action complete via WP Cron','2021-01-29 02:38:51','2021-01-28 18:38:51'),(65760,24831,'action created','2021-01-29 02:38:51','2021-01-28 18:38:51'),(65761,24831,'action started via WP Cron','2021-01-29 02:39:41','2021-01-28 18:39:41'),(65762,24831,'action complete via WP Cron','2021-01-29 02:39:41','2021-01-28 18:39:41'),(65763,24832,'action created','2021-01-29 02:39:41','2021-01-28 18:39:41'),(65764,24832,'action started via WP Cron','2021-01-29 02:40:44','2021-01-28 18:40:44'),(65765,24832,'action complete via WP Cron','2021-01-29 02:40:44','2021-01-28 18:40:44'),(65766,24833,'action created','2021-01-29 02:40:44','2021-01-28 18:40:44'),(65767,24833,'action started via WP Cron','2021-01-29 02:41:42','2021-01-28 18:41:42'),(65768,24833,'action complete via WP Cron','2021-01-29 02:41:42','2021-01-28 18:41:42'),(65769,24834,'action created','2021-01-29 02:41:42','2021-01-28 18:41:42'),(65770,24834,'action started via WP Cron','2021-01-29 02:43:01','2021-01-28 18:43:01'),(65771,24834,'action complete via WP Cron','2021-01-29 02:43:01','2021-01-28 18:43:01'),(65772,24835,'action created','2021-01-29 02:43:01','2021-01-28 18:43:01'),(65773,24835,'action started via WP Cron','2021-01-29 02:43:41','2021-01-28 18:43:41'),(65774,24835,'action complete via WP Cron','2021-01-29 02:43:41','2021-01-28 18:43:41'),(65775,24836,'action created','2021-01-29 02:43:42','2021-01-28 18:43:42'),(65776,24836,'action started via WP Cron','2021-01-29 02:44:52','2021-01-28 18:44:52'),(65777,24836,'action complete via WP Cron','2021-01-29 02:44:52','2021-01-28 18:44:52'),(65778,24837,'action created','2021-01-29 02:44:52','2021-01-28 18:44:52'),(65779,24837,'action started via WP Cron','2021-01-29 02:45:49','2021-01-28 18:45:49'),(65780,24837,'action complete via WP Cron','2021-01-29 02:45:49','2021-01-28 18:45:49'),(65781,24838,'action created','2021-01-29 02:45:49','2021-01-28 18:45:49'),(65782,24838,'action started via WP Cron','2021-01-29 02:46:44','2021-01-28 18:46:44'),(65783,24838,'action complete via WP Cron','2021-01-29 02:46:44','2021-01-28 18:46:44'),(65784,24839,'action created','2021-01-29 02:46:44','2021-01-28 18:46:44'),(65785,24839,'action started via WP Cron','2021-01-29 02:47:55','2021-01-28 18:47:55'),(65786,24839,'action complete via WP Cron','2021-01-29 02:47:55','2021-01-28 18:47:55'),(65787,24840,'action created','2021-01-29 02:47:56','2021-01-28 18:47:56'),(65788,24840,'action started via WP Cron','2021-01-29 02:49:04','2021-01-28 18:49:04'),(65789,24840,'action complete via WP Cron','2021-01-29 02:49:04','2021-01-28 18:49:04'),(65790,24841,'action created','2021-01-29 02:49:04','2021-01-28 18:49:04'),(65791,24841,'action started via WP Cron','2021-01-29 02:49:46','2021-01-28 18:49:46'),(65792,24841,'action complete via WP Cron','2021-01-29 02:49:46','2021-01-28 18:49:46'),(65793,24842,'action created','2021-01-29 02:49:46','2021-01-28 18:49:46'),(65794,24842,'action started via WP Cron','2021-01-29 02:50:40','2021-01-28 18:50:40'),(65795,24842,'action complete via WP Cron','2021-01-29 02:50:40','2021-01-28 18:50:40'),(65796,24843,'action created','2021-01-29 02:50:40','2021-01-28 18:50:40'),(65797,24843,'action started via WP Cron','2021-01-29 02:52:36','2021-01-28 18:52:36'),(65798,24843,'action complete via WP Cron','2021-01-29 02:52:36','2021-01-28 18:52:36'),(65799,24844,'action created','2021-01-29 02:52:36','2021-01-28 18:52:36'),(65800,24844,'action started via WP Cron','2021-01-29 02:53:01','2021-01-28 18:53:01'),(65801,24844,'action complete via WP Cron','2021-01-29 02:53:01','2021-01-28 18:53:01'),(65802,24845,'action created','2021-01-29 02:53:01','2021-01-28 18:53:01'),(65803,24845,'action started via WP Cron','2021-01-29 02:53:43','2021-01-28 18:53:43'),(65804,24845,'action complete via WP Cron','2021-01-29 02:53:43','2021-01-28 18:53:43'),(65805,24846,'action created','2021-01-29 02:53:43','2021-01-28 18:53:43'),(65806,24846,'action started via WP Cron','2021-01-29 02:54:41','2021-01-28 18:54:41'),(65807,24846,'action complete via WP Cron','2021-01-29 02:54:41','2021-01-28 18:54:41'),(65808,24847,'action created','2021-01-29 02:54:41','2021-01-28 18:54:41'),(65809,24847,'action started via WP Cron','2021-01-29 02:56:03','2021-01-28 18:56:03'),(65810,24847,'action complete via WP Cron','2021-01-29 02:56:03','2021-01-28 18:56:03'),(65811,24848,'action created','2021-01-29 02:56:03','2021-01-28 18:56:03'),(65812,24848,'action started via WP Cron','2021-01-29 02:56:51','2021-01-28 18:56:51'),(65813,24848,'action complete via WP Cron','2021-01-29 02:56:51','2021-01-28 18:56:51'),(65814,24849,'action created','2021-01-29 02:56:51','2021-01-28 18:56:51'),(65815,24849,'action started via WP Cron','2021-01-29 02:57:59','2021-01-28 18:57:59'),(65816,24849,'action complete via WP Cron','2021-01-29 02:57:59','2021-01-28 18:57:59'),(65817,24850,'action created','2021-01-29 02:57:59','2021-01-28 18:57:59'),(65818,24850,'action started via WP Cron','2021-01-29 02:59:08','2021-01-28 18:59:08'),(65819,24850,'action complete via WP Cron','2021-01-29 02:59:08','2021-01-28 18:59:08'),(65820,24851,'action created','2021-01-29 02:59:08','2021-01-28 18:59:08'),(65821,24851,'action started via WP Cron','2021-01-29 02:59:49','2021-01-28 18:59:49'),(65822,24851,'action complete via WP Cron','2021-01-29 02:59:49','2021-01-28 18:59:49'),(65823,24852,'action created','2021-01-29 02:59:49','2021-01-28 18:59:49'),(65824,24852,'action started via WP Cron','2021-01-29 03:01:02','2021-01-28 19:01:02'),(65825,24852,'action complete via WP Cron','2021-01-29 03:01:02','2021-01-28 19:01:02'),(65826,24853,'action created','2021-01-29 03:01:02','2021-01-28 19:01:02'),(65827,24853,'action started via WP Cron','2021-01-29 03:02:02','2021-01-28 19:02:02'),(65828,24853,'action complete via WP Cron','2021-01-29 03:02:02','2021-01-28 19:02:02'),(65829,24854,'action created','2021-01-29 03:02:02','2021-01-28 19:02:02'),(65830,24854,'action started via WP Cron','2021-01-29 03:02:50','2021-01-28 19:02:50'),(65831,24854,'action complete via WP Cron','2021-01-29 03:02:50','2021-01-28 19:02:50'),(65832,24855,'action created','2021-01-29 03:02:50','2021-01-28 19:02:50'),(65833,24855,'action started via WP Cron','2021-01-29 03:03:47','2021-01-28 19:03:47'),(65834,24855,'action complete via WP Cron','2021-01-29 03:03:47','2021-01-28 19:03:47'),(65835,24856,'action created','2021-01-29 03:03:47','2021-01-28 19:03:47'),(65836,24856,'action started via WP Cron','2021-01-29 03:05:00','2021-01-28 19:05:00'),(65837,24856,'action complete via WP Cron','2021-01-29 03:05:00','2021-01-28 19:05:00'),(65838,24857,'action created','2021-01-29 03:05:00','2021-01-28 19:05:00'),(65839,24857,'action started via WP Cron','2021-01-29 03:05:46','2021-01-28 19:05:46'),(65840,24857,'action complete via WP Cron','2021-01-29 03:05:46','2021-01-28 19:05:46'),(65841,24858,'action created','2021-01-29 03:05:46','2021-01-28 19:05:46'),(65842,24858,'action started via WP Cron','2021-01-29 03:06:56','2021-01-28 19:06:56'),(65843,24858,'action complete via WP Cron','2021-01-29 03:06:56','2021-01-28 19:06:56'),(65844,24859,'action created','2021-01-29 03:06:56','2021-01-28 19:06:56'),(65845,24859,'action started via WP Cron','2021-01-29 03:08:13','2021-01-28 19:08:13'),(65846,24859,'action complete via WP Cron','2021-01-29 03:08:13','2021-01-28 19:08:13'),(65847,24860,'action created','2021-01-29 03:08:13','2021-01-28 19:08:13'),(65848,24860,'action started via WP Cron','2021-01-29 03:08:56','2021-01-28 19:08:56'),(65849,24860,'action complete via WP Cron','2021-01-29 03:08:56','2021-01-28 19:08:56'),(65850,24861,'action created','2021-01-29 03:08:56','2021-01-28 19:08:56'),(65851,24861,'action started via WP Cron','2021-01-29 03:09:48','2021-01-28 19:09:48'),(65852,24861,'action complete via WP Cron','2021-01-29 03:09:48','2021-01-28 19:09:48'),(65853,24862,'action created','2021-01-29 03:09:48','2021-01-28 19:09:48'),(65854,24862,'action started via WP Cron','2021-01-29 03:10:59','2021-01-28 19:10:59'),(65855,24862,'action complete via WP Cron','2021-01-29 03:10:59','2021-01-28 19:10:59'),(65856,24863,'action created','2021-01-29 03:10:59','2021-01-28 19:10:59'),(65857,24863,'action started via WP Cron','2021-01-29 03:12:10','2021-01-28 19:12:10'),(65858,24863,'action complete via WP Cron','2021-01-29 03:12:10','2021-01-28 19:12:10'),(65859,24864,'action created','2021-01-29 03:12:10','2021-01-28 19:12:10'),(65860,24864,'action started via WP Cron','2021-01-29 03:12:42','2021-01-28 19:12:42'),(65861,24864,'action complete via WP Cron','2021-01-29 03:12:42','2021-01-28 19:12:42'),(65862,24865,'action created','2021-01-29 03:12:42','2021-01-28 19:12:42'),(65863,24865,'action started via WP Cron','2021-01-29 03:14:06','2021-01-28 19:14:06'),(65864,24865,'action complete via WP Cron','2021-01-29 03:14:06','2021-01-28 19:14:06'),(65865,24866,'action created','2021-01-29 03:14:06','2021-01-28 19:14:06'),(65866,24866,'action started via WP Cron','2021-01-29 03:15:32','2021-01-28 19:15:32'),(65867,24866,'action complete via WP Cron','2021-01-29 03:15:32','2021-01-28 19:15:32'),(65868,24867,'action created','2021-01-29 03:15:32','2021-01-28 19:15:32'),(65869,24867,'action started via WP Cron','2021-01-29 03:16:01','2021-01-28 19:16:01'),(65870,24867,'action complete via WP Cron','2021-01-29 03:16:01','2021-01-28 19:16:01'),(65871,24868,'action created','2021-01-29 03:16:01','2021-01-28 19:16:01'),(65872,24868,'action started via WP Cron','2021-01-29 03:16:59','2021-01-28 19:16:59'),(65873,24868,'action complete via WP Cron','2021-01-29 03:16:59','2021-01-28 19:16:59'),(65874,24869,'action created','2021-01-29 03:16:59','2021-01-28 19:16:59'),(65875,24869,'action started via WP Cron','2021-01-29 03:18:14','2021-01-28 19:18:14'),(65876,24869,'action complete via WP Cron','2021-01-29 03:18:14','2021-01-28 19:18:14'),(65877,24870,'action created','2021-01-29 03:18:14','2021-01-28 19:18:14'),(65878,24870,'action started via WP Cron','2021-01-29 03:18:43','2021-01-28 19:18:43'),(65879,24870,'action complete via WP Cron','2021-01-29 03:18:43','2021-01-28 19:18:43'),(65880,24871,'action created','2021-01-29 03:18:43','2021-01-28 19:18:43'),(65881,24871,'action started via WP Cron','2021-01-29 03:19:57','2021-01-28 19:19:57'),(65882,24871,'action complete via WP Cron','2021-01-29 03:19:57','2021-01-28 19:19:57'),(65883,24872,'action created','2021-01-29 03:19:57','2021-01-28 19:19:57'),(65884,24872,'action started via WP Cron','2021-01-29 03:20:46','2021-01-28 19:20:46'),(65885,24872,'action complete via WP Cron','2021-01-29 03:20:46','2021-01-28 19:20:46'),(65886,24873,'action created','2021-01-29 03:20:46','2021-01-28 19:20:46'),(65887,24873,'action started via WP Cron','2021-01-29 03:21:59','2021-01-28 19:21:59'),(65888,24873,'action complete via WP Cron','2021-01-29 03:21:59','2021-01-28 19:21:59'),(65889,24874,'action created','2021-01-29 03:21:59','2021-01-28 19:21:59'),(65890,24874,'action started via WP Cron','2021-01-29 03:22:45','2021-01-28 19:22:45'),(65891,24874,'action complete via WP Cron','2021-01-29 03:22:45','2021-01-28 19:22:45'),(65892,24875,'action created','2021-01-29 03:22:45','2021-01-28 19:22:45'),(65893,24875,'action started via WP Cron','2021-01-29 03:23:54','2021-01-28 19:23:54'),(65894,24875,'action complete via WP Cron','2021-01-29 03:23:54','2021-01-28 19:23:54'),(65895,24876,'action created','2021-01-29 03:23:54','2021-01-28 19:23:54'),(65896,24876,'action started via WP Cron','2021-01-29 03:36:07','2021-01-28 19:36:07'),(65897,24876,'action complete via WP Cron','2021-01-29 03:36:07','2021-01-28 19:36:07'),(65898,24877,'action created','2021-01-29 03:36:07','2021-01-28 19:36:07'),(65899,24877,'action started via WP Cron','2021-01-29 03:42:39','2021-01-28 19:42:39'),(65900,24877,'action complete via WP Cron','2021-01-29 03:42:39','2021-01-28 19:42:39'),(65901,24878,'action created','2021-01-29 03:42:39','2021-01-28 19:42:39'),(65902,24878,'action started via WP Cron','2021-01-29 03:43:40','2021-01-28 19:43:40'),(65903,24878,'action complete via WP Cron','2021-01-29 03:43:40','2021-01-28 19:43:40'),(65904,24879,'action created','2021-01-29 03:43:40','2021-01-28 19:43:40'),(65905,24879,'action started via WP Cron','2021-01-29 03:44:41','2021-01-28 19:44:41'),(65906,24879,'action complete via WP Cron','2021-01-29 03:44:41','2021-01-28 19:44:41'),(65907,24880,'action created','2021-01-29 03:44:41','2021-01-28 19:44:41'),(65908,24880,'action started via WP Cron','2021-01-29 03:46:43','2021-01-28 19:46:43'),(65909,24880,'action complete via WP Cron','2021-01-29 03:46:43','2021-01-28 19:46:43'),(65910,24881,'action created','2021-01-29 03:46:43','2021-01-28 19:46:43'),(65911,24881,'action started via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65912,24881,'action complete via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65913,24121,'action started via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65914,24121,'action complete via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65915,24882,'action created','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65916,24120,'action started via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65917,24120,'action complete via WP Cron','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65918,24883,'action created','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65919,24884,'action created','2021-01-29 03:47:44','2021-01-28 19:47:44'),(65920,24884,'action started via WP Cron','2021-01-29 03:53:06','2021-01-28 19:53:06'),(65921,24884,'action complete via WP Cron','2021-01-29 03:53:06','2021-01-28 19:53:06'),(65922,24885,'action created','2021-01-29 03:53:06','2021-01-28 19:53:06'),(65923,24885,'action started via WP Cron','2021-01-29 03:53:52','2021-01-28 19:53:52'),(65924,24885,'action complete via WP Cron','2021-01-29 03:53:52','2021-01-28 19:53:52'),(65925,24886,'action created','2021-01-29 03:53:52','2021-01-28 19:53:52'),(65926,24886,'action started via WP Cron','2021-01-29 03:54:42','2021-01-28 19:54:42'),(65927,24886,'action complete via WP Cron','2021-01-29 03:54:42','2021-01-28 19:54:42'),(65928,24887,'action created','2021-01-29 03:54:42','2021-01-28 19:54:42'),(65929,24887,'action started via WP Cron','2021-01-29 03:55:48','2021-01-28 19:55:48'),(65930,24887,'action complete via WP Cron','2021-01-29 03:55:48','2021-01-28 19:55:48'),(65931,24888,'action created','2021-01-29 03:55:48','2021-01-28 19:55:48'),(65932,24888,'action started via WP Cron','2021-01-29 03:56:46','2021-01-28 19:56:46'),(65933,24888,'action complete via WP Cron','2021-01-29 03:56:46','2021-01-28 19:56:46'),(65934,24889,'action created','2021-01-29 03:56:46','2021-01-28 19:56:46'),(65935,24889,'action started via WP Cron','2021-01-29 03:58:16','2021-01-28 19:58:16'),(65936,24889,'action complete via WP Cron','2021-01-29 03:58:16','2021-01-28 19:58:16'),(65937,24890,'action created','2021-01-29 03:58:16','2021-01-28 19:58:16'),(65938,24890,'action started via WP Cron','2021-01-29 03:59:06','2021-01-28 19:59:06'),(65939,24890,'action complete via WP Cron','2021-01-29 03:59:06','2021-01-28 19:59:06'),(65940,24891,'action created','2021-01-29 03:59:06','2021-01-28 19:59:06'),(65941,24891,'action started via WP Cron','2021-01-29 03:59:42','2021-01-28 19:59:42'),(65942,24891,'action complete via WP Cron','2021-01-29 03:59:42','2021-01-28 19:59:42'),(65943,24892,'action created','2021-01-29 03:59:42','2021-01-28 19:59:42'),(65944,24892,'action started via WP Cron','2021-01-29 04:00:52','2021-01-28 20:00:52'),(65945,24892,'action complete via WP Cron','2021-01-29 04:00:52','2021-01-28 20:00:52'),(65946,24893,'action created','2021-01-29 04:00:52','2021-01-28 20:00:52'),(65947,24893,'action started via WP Cron','2021-01-29 04:01:47','2021-01-28 20:01:47'),(65948,24893,'action complete via WP Cron','2021-01-29 04:01:47','2021-01-28 20:01:47'),(65949,24894,'action created','2021-01-29 04:01:47','2021-01-28 20:01:47'),(65950,24894,'action started via WP Cron','2021-01-29 04:02:56','2021-01-28 20:02:56'),(65951,24894,'action complete via WP Cron','2021-01-29 04:02:56','2021-01-28 20:02:56'),(65952,24895,'action created','2021-01-29 04:02:56','2021-01-28 20:02:56'),(65953,24895,'action started via WP Cron','2021-01-29 04:03:41','2021-01-28 20:03:41'),(65954,24895,'action complete via WP Cron','2021-01-29 04:03:41','2021-01-28 20:03:41'),(65955,24896,'action created','2021-01-29 04:03:41','2021-01-28 20:03:41'),(65956,24896,'action started via WP Cron','2021-01-29 04:05:07','2021-01-28 20:05:07'),(65957,24896,'action complete via WP Cron','2021-01-29 04:05:07','2021-01-28 20:05:07'),(65958,24897,'action created','2021-01-29 04:05:08','2021-01-28 20:05:08'),(65959,24897,'action started via WP Cron','2021-01-29 04:05:55','2021-01-28 20:05:55'),(65960,24897,'action complete via WP Cron','2021-01-29 04:05:55','2021-01-28 20:05:55'),(65961,24898,'action created','2021-01-29 04:05:56','2021-01-28 20:05:56'),(65962,24898,'action started via WP Cron','2021-01-29 04:07:11','2021-01-28 20:07:11'),(65963,24898,'action complete via WP Cron','2021-01-29 04:07:11','2021-01-28 20:07:11'),(65964,24899,'action created','2021-01-29 04:07:11','2021-01-28 20:07:11'),(65965,24899,'action started via WP Cron','2021-01-29 04:07:55','2021-01-28 20:07:55'),(65966,24899,'action complete via WP Cron','2021-01-29 04:07:55','2021-01-28 20:07:55'),(65967,24900,'action created','2021-01-29 04:07:55','2021-01-28 20:07:55'),(65968,24900,'action started via WP Cron','2021-01-29 04:08:41','2021-01-28 20:08:41'),(65969,24900,'action complete via WP Cron','2021-01-29 04:08:41','2021-01-28 20:08:41'),(65970,24901,'action created','2021-01-29 04:08:41','2021-01-28 20:08:41'),(65971,24901,'action started via WP Cron','2021-01-29 04:09:41','2021-01-28 20:09:41'),(65972,24901,'action complete via WP Cron','2021-01-29 04:09:41','2021-01-28 20:09:41'),(65973,24902,'action created','2021-01-29 04:09:41','2021-01-28 20:09:41'),(65974,24902,'action started via WP Cron','2021-01-29 04:11:11','2021-01-28 20:11:11'),(65975,24902,'action complete via WP Cron','2021-01-29 04:11:11','2021-01-28 20:11:11'),(65976,24903,'action created','2021-01-29 04:11:11','2021-01-28 20:11:11'),(65977,24903,'action started via WP Cron','2021-01-29 04:11:57','2021-01-28 20:11:57'),(65978,24903,'action complete via WP Cron','2021-01-29 04:11:57','2021-01-28 20:11:57'),(65979,24904,'action created','2021-01-29 04:11:57','2021-01-28 20:11:57'),(65980,24904,'action started via WP Cron','2021-01-29 04:13:03','2021-01-28 20:13:03'),(65981,24904,'action complete via WP Cron','2021-01-29 04:13:03','2021-01-28 20:13:03'),(65982,24905,'action created','2021-01-29 04:13:03','2021-01-28 20:13:03'),(65983,24905,'action started via WP Cron','2021-01-29 04:13:55','2021-01-28 20:13:55'),(65984,24905,'action complete via WP Cron','2021-01-29 04:13:55','2021-01-28 20:13:55'),(65985,24906,'action created','2021-01-29 04:13:55','2021-01-28 20:13:55'),(65986,24906,'action started via WP Cron','2021-01-29 04:14:46','2021-01-28 20:14:46'),(65987,24906,'action complete via WP Cron','2021-01-29 04:14:46','2021-01-28 20:14:46'),(65988,24907,'action created','2021-01-29 04:14:46','2021-01-28 20:14:46'),(65989,24907,'action started via WP Cron','2021-01-29 04:15:44','2021-01-28 20:15:44'),(65990,24907,'action complete via WP Cron','2021-01-29 04:15:44','2021-01-28 20:15:44'),(65991,24908,'action created','2021-01-29 04:15:45','2021-01-28 20:15:45'),(65992,24908,'action started via WP Cron','2021-01-29 04:16:47','2021-01-28 20:16:47'),(65993,24908,'action complete via WP Cron','2021-01-29 04:16:47','2021-01-28 20:16:47'),(65994,24909,'action created','2021-01-29 04:16:47','2021-01-28 20:16:47'),(65995,24909,'action started via WP Cron','2021-01-29 04:17:44','2021-01-28 20:17:44'),(65996,24909,'action complete via WP Cron','2021-01-29 04:17:44','2021-01-28 20:17:44'),(65997,24910,'action created','2021-01-29 04:17:44','2021-01-28 20:17:44'),(65998,24910,'action started via WP Cron','2021-01-29 04:18:45','2021-01-28 20:18:45'),(65999,24910,'action complete via WP Cron','2021-01-29 04:18:45','2021-01-28 20:18:45'),(66000,24911,'action created','2021-01-29 04:18:45','2021-01-28 20:18:45'),(66001,24911,'action started via WP Cron','2021-01-29 04:19:44','2021-01-28 20:19:44'),(66002,24911,'action complete via WP Cron','2021-01-29 04:19:44','2021-01-28 20:19:44'),(66003,24912,'action created','2021-01-29 04:19:44','2021-01-28 20:19:44'),(66004,24912,'action started via WP Cron','2021-01-29 04:20:49','2021-01-28 20:20:49'),(66005,24912,'action complete via WP Cron','2021-01-29 04:20:49','2021-01-28 20:20:49'),(66006,24913,'action created','2021-01-29 04:20:49','2021-01-28 20:20:49'),(66007,24913,'action started via WP Cron','2021-01-29 04:21:42','2021-01-28 20:21:42'),(66008,24913,'action complete via WP Cron','2021-01-29 04:21:42','2021-01-28 20:21:42'),(66009,24914,'action created','2021-01-29 04:21:42','2021-01-28 20:21:42'),(66010,24914,'action started via WP Cron','2021-01-29 04:22:41','2021-01-28 20:22:41'),(66011,24914,'action complete via WP Cron','2021-01-29 04:22:41','2021-01-28 20:22:41'),(66012,24915,'action created','2021-01-29 04:22:42','2021-01-28 20:22:42'),(66013,24915,'action started via WP Cron','2021-01-29 04:23:45','2021-01-28 20:23:45'),(66014,24915,'action complete via WP Cron','2021-01-29 04:23:45','2021-01-28 20:23:45'),(66015,24916,'action created','2021-01-29 04:23:45','2021-01-28 20:23:45'),(66016,24916,'action started via WP Cron','2021-01-29 04:24:44','2021-01-28 20:24:44'),(66017,24916,'action complete via WP Cron','2021-01-29 04:24:44','2021-01-28 20:24:44'),(66018,24917,'action created','2021-01-29 04:24:44','2021-01-28 20:24:44'),(66019,24917,'action started via WP Cron','2021-01-29 04:25:47','2021-01-28 20:25:47'),(66020,24917,'action complete via WP Cron','2021-01-29 04:25:47','2021-01-28 20:25:47'),(66021,24918,'action created','2021-01-29 04:25:48','2021-01-28 20:25:48'),(66022,24918,'action started via WP Cron','2021-01-29 04:26:51','2021-01-28 20:26:51'),(66023,24918,'action complete via WP Cron','2021-01-29 04:26:51','2021-01-28 20:26:51'),(66024,24919,'action created','2021-01-29 04:26:51','2021-01-28 20:26:51'),(66025,24919,'action started via WP Cron','2021-01-29 04:27:59','2021-01-28 20:27:59'),(66026,24919,'action complete via WP Cron','2021-01-29 04:27:59','2021-01-28 20:27:59'),(66027,24920,'action created','2021-01-29 04:27:59','2021-01-28 20:27:59'),(66028,24920,'action started via WP Cron','2021-01-29 04:29:04','2021-01-28 20:29:04'),(66029,24920,'action complete via WP Cron','2021-01-29 04:29:04','2021-01-28 20:29:04'),(66030,24921,'action created','2021-01-29 04:29:05','2021-01-28 20:29:05'),(66031,24921,'action started via WP Cron','2021-01-29 04:29:50','2021-01-28 20:29:50'),(66032,24921,'action complete via WP Cron','2021-01-29 04:29:50','2021-01-28 20:29:50'),(66033,24922,'action created','2021-01-29 04:29:50','2021-01-28 20:29:50'),(66034,24922,'action started via WP Cron','2021-01-29 04:30:51','2021-01-28 20:30:51'),(66035,24922,'action complete via WP Cron','2021-01-29 04:30:51','2021-01-28 20:30:51'),(66036,24923,'action created','2021-01-29 04:30:51','2021-01-28 20:30:51'),(66037,24923,'action started via WP Cron','2021-01-29 04:31:46','2021-01-28 20:31:46'),(66038,24923,'action complete via WP Cron','2021-01-29 04:31:46','2021-01-28 20:31:46'),(66039,24924,'action created','2021-01-29 04:31:46','2021-01-28 20:31:46'),(66040,24924,'action started via WP Cron','2021-01-29 04:33:01','2021-01-28 20:33:01'),(66041,24924,'action complete via WP Cron','2021-01-29 04:33:01','2021-01-28 20:33:01'),(66042,24925,'action created','2021-01-29 04:33:01','2021-01-28 20:33:01'),(66043,24925,'action started via WP Cron','2021-01-29 04:34:00','2021-01-28 20:34:00'),(66044,24925,'action complete via WP Cron','2021-01-29 04:34:00','2021-01-28 20:34:00'),(66045,24926,'action created','2021-01-29 04:34:00','2021-01-28 20:34:00'),(66046,24926,'action started via WP Cron','2021-01-29 04:34:41','2021-01-28 20:34:41'),(66047,24926,'action complete via WP Cron','2021-01-29 04:34:41','2021-01-28 20:34:41'),(66048,24927,'action created','2021-01-29 04:34:41','2021-01-28 20:34:41'),(66049,24927,'action started via WP Cron','2021-01-29 04:37:03','2021-01-28 20:37:03'),(66050,24927,'action complete via WP Cron','2021-01-29 04:37:03','2021-01-28 20:37:03'),(66051,24928,'action created','2021-01-29 04:37:03','2021-01-28 20:37:03'),(66052,24928,'action started via WP Cron','2021-01-29 04:38:30','2021-01-28 20:38:30'),(66053,24928,'action complete via WP Cron','2021-01-29 04:38:30','2021-01-28 20:38:30'),(66054,24929,'action created','2021-01-29 04:38:30','2021-01-28 20:38:30'),(66055,24929,'action started via WP Cron','2021-01-29 04:39:26','2021-01-28 20:39:26'),(66056,24929,'action complete via WP Cron','2021-01-29 04:39:26','2021-01-28 20:39:26'),(66057,24930,'action created','2021-01-29 04:39:26','2021-01-28 20:39:26'),(66058,24930,'action started via WP Cron','2021-01-29 04:47:46','2021-01-28 20:47:46'),(66059,24930,'action complete via WP Cron','2021-01-29 04:47:46','2021-01-28 20:47:46'),(66060,24931,'action created','2021-01-29 04:47:46','2021-01-28 20:47:46'),(66061,24931,'action started via WP Cron','2021-01-29 04:48:44','2021-01-28 20:48:44'),(66062,24931,'action complete via WP Cron','2021-01-29 04:48:44','2021-01-28 20:48:44'),(66063,24932,'action created','2021-01-29 04:48:44','2021-01-28 20:48:44'),(66064,24932,'action started via WP Cron','2021-01-29 04:50:46','2021-01-28 20:50:46'),(66065,24932,'action complete via WP Cron','2021-01-29 04:50:46','2021-01-28 20:50:46'),(66066,24933,'action created','2021-01-29 04:50:46','2021-01-28 20:50:46'),(66067,24933,'action started via WP Cron','2021-01-29 04:51:47','2021-01-28 20:51:47'),(66068,24933,'action complete via WP Cron','2021-01-29 04:51:47','2021-01-28 20:51:47'),(66069,24934,'action created','2021-01-29 04:51:47','2021-01-28 20:51:47'),(66070,24934,'action started via WP Cron','2021-01-29 04:53:46','2021-01-28 20:53:46'),(66071,24934,'action complete via WP Cron','2021-01-29 04:53:46','2021-01-28 20:53:46'),(66072,24935,'action created','2021-01-29 04:53:46','2021-01-28 20:53:46'),(66073,24935,'action started via WP Cron','2021-01-29 04:54:42','2021-01-28 20:54:42'),(66074,24935,'action complete via WP Cron','2021-01-29 04:54:42','2021-01-28 20:54:42'),(66075,24936,'action created','2021-01-29 04:54:42','2021-01-28 20:54:42'),(66076,24936,'action started via WP Cron','2021-01-29 05:02:54','2021-01-28 21:02:54'),(66077,24936,'action complete via WP Cron','2021-01-29 05:02:54','2021-01-28 21:02:54'),(66078,24937,'action created','2021-01-29 05:02:54','2021-01-28 21:02:54'),(66079,24937,'action started via WP Cron','2021-01-29 05:04:50','2021-01-28 21:04:50'),(66080,24937,'action complete via WP Cron','2021-01-29 05:04:50','2021-01-28 21:04:50'),(66081,24938,'action created','2021-01-29 05:04:50','2021-01-28 21:04:50'),(66082,24938,'action started via WP Cron','2021-01-29 05:05:54','2021-01-28 21:05:54'),(66083,24938,'action complete via WP Cron','2021-01-29 05:05:54','2021-01-28 21:05:54'),(66084,24939,'action created','2021-01-29 05:05:54','2021-01-28 21:05:54'),(66085,24939,'action started via WP Cron','2021-01-29 05:06:56','2021-01-28 21:06:56'),(66086,24939,'action complete via WP Cron','2021-01-29 05:06:56','2021-01-28 21:06:56'),(66087,24940,'action created','2021-01-29 05:06:56','2021-01-28 21:06:56'),(66088,24940,'action started via WP Cron','2021-01-29 05:08:16','2021-01-28 21:08:16'),(66089,24940,'action complete via WP Cron','2021-01-29 05:08:16','2021-01-28 21:08:16'),(66090,24941,'action created','2021-01-29 05:08:16','2021-01-28 21:08:16'),(66091,24941,'action started via WP Cron','2021-01-29 05:08:57','2021-01-28 21:08:57'),(66092,24941,'action complete via WP Cron','2021-01-29 05:08:57','2021-01-28 21:08:57'),(66093,24942,'action created','2021-01-29 05:08:57','2021-01-28 21:08:57'),(66094,24942,'action started via WP Cron','2021-01-29 05:09:54','2021-01-28 21:09:54'),(66095,24942,'action complete via WP Cron','2021-01-29 05:09:54','2021-01-28 21:09:54'),(66096,24943,'action created','2021-01-29 05:09:54','2021-01-28 21:09:54'),(66097,24943,'action started via WP Cron','2021-01-29 05:11:39','2021-01-28 21:11:39'),(66098,24943,'action complete via WP Cron','2021-01-29 05:11:39','2021-01-28 21:11:39'),(66099,24944,'action created','2021-01-29 05:11:39','2021-01-28 21:11:39'),(66100,24944,'action started via WP Cron','2021-01-29 05:18:14','2021-01-28 21:18:14'),(66101,24944,'action complete via WP Cron','2021-01-29 05:18:14','2021-01-28 21:18:14'),(66102,24945,'action created','2021-01-29 05:18:14','2021-01-28 21:18:14'),(66103,24945,'action started via WP Cron','2021-01-29 05:23:27','2021-01-28 21:23:27'),(66104,24945,'action complete via WP Cron','2021-01-29 05:23:27','2021-01-28 21:23:27'),(66105,24946,'action created','2021-01-29 05:23:27','2021-01-28 21:23:27'),(66106,24946,'action started via WP Cron','2021-01-29 05:28:28','2021-01-28 21:28:28'),(66107,24946,'action complete via WP Cron','2021-01-29 05:28:28','2021-01-28 21:28:28'),(66108,24947,'action created','2021-01-29 05:28:28','2021-01-28 21:28:28'),(66109,24947,'action started via WP Cron','2021-01-29 05:30:45','2021-01-28 21:30:45'),(66110,24947,'action complete via WP Cron','2021-01-29 05:30:45','2021-01-28 21:30:45'),(66111,24948,'action created','2021-01-29 05:30:45','2021-01-28 21:30:45'),(66112,24948,'action started via WP Cron','2021-01-29 05:36:13','2021-01-28 21:36:13'),(66113,24948,'action complete via WP Cron','2021-01-29 05:36:13','2021-01-28 21:36:13'),(66114,24949,'action created','2021-01-29 05:36:13','2021-01-28 21:36:13'),(66115,24949,'action started via WP Cron','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66116,24949,'action complete via WP Cron','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66117,24181,'action started via WP Cron','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66118,24181,'action complete via WP Cron','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66119,24950,'action created','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66120,24951,'action created','2021-01-29 05:41:34','2021-01-28 21:41:34'),(66121,24951,'action started via WP Cron','2021-01-29 05:45:41','2021-01-28 21:45:41'),(66122,24951,'action complete via WP Cron','2021-01-29 05:45:41','2021-01-28 21:45:41'),(66123,24952,'action created','2021-01-29 05:45:41','2021-01-28 21:45:41'),(66124,24952,'action started via WP Cron','2021-01-29 05:47:29','2021-01-28 21:47:29'),(66125,24952,'action complete via WP Cron','2021-01-29 05:47:29','2021-01-28 21:47:29'),(66126,24953,'action created','2021-01-29 05:47:29','2021-01-28 21:47:29'),(66127,24953,'action started via WP Cron','2021-01-29 05:49:14','2021-01-28 21:49:14'),(66128,24953,'action complete via WP Cron','2021-01-29 05:49:14','2021-01-28 21:49:14'),(66129,24954,'action created','2021-01-29 05:53:51','2021-01-28 21:53:51'),(66130,24954,'action started via WP Cron','2021-01-29 05:56:00','2021-01-28 21:56:00'),(66131,24954,'action complete via WP Cron','2021-01-29 05:56:00','2021-01-28 21:56:00'),(66132,24955,'action created','2021-01-29 05:56:00','2021-01-28 21:56:00'),(66133,24955,'action started via WP Cron','2021-01-29 05:56:50','2021-01-28 21:56:50'),(66134,24955,'action complete via WP Cron','2021-01-29 05:56:50','2021-01-28 21:56:50'),(66135,24956,'action created','2021-01-29 05:56:51','2021-01-28 21:56:51'),(66136,24956,'action started via WP Cron','2021-01-29 05:58:02','2021-01-28 21:58:02'),(66137,24956,'action complete via WP Cron','2021-01-29 05:58:02','2021-01-28 21:58:02'),(66138,24957,'action created','2021-01-29 05:58:02','2021-01-28 21:58:02'),(66139,24957,'action started via WP Cron','2021-01-29 06:00:32','2021-01-28 22:00:32'),(66140,24957,'action complete via WP Cron','2021-01-29 06:00:32','2021-01-28 22:00:32'),(66141,24958,'action created','2021-01-29 06:00:32','2021-01-28 22:00:32'),(66142,24958,'action started via WP Cron','2021-01-29 06:05:43','2021-01-28 22:05:43'),(66143,24958,'action complete via WP Cron','2021-01-29 06:05:43','2021-01-28 22:05:43'),(66144,24959,'action created','2021-01-29 06:05:43','2021-01-28 22:05:43'),(66145,24959,'action started via WP Cron','2021-01-29 06:11:13','2021-01-28 22:11:13'),(66146,24959,'action complete via WP Cron','2021-01-29 06:11:13','2021-01-28 22:11:13'),(66147,24960,'action created','2021-01-29 06:11:13','2021-01-28 22:11:13'),(66148,24960,'action started via WP Cron','2021-01-29 06:13:33','2021-01-28 22:13:33'),(66149,24960,'action complete via WP Cron','2021-01-29 06:13:33','2021-01-28 22:13:33'),(66150,24961,'action created','2021-01-29 06:13:33','2021-01-28 22:13:33'),(66151,24961,'action started via WP Cron','2021-01-29 06:16:07','2021-01-28 22:16:07'),(66152,24961,'action complete via WP Cron','2021-01-29 06:16:07','2021-01-28 22:16:07'),(66153,24962,'action created','2021-01-29 06:16:07','2021-01-28 22:16:07'),(66154,24962,'action started via WP Cron','2021-01-29 06:18:16','2021-01-28 22:18:16'),(66155,24962,'action complete via WP Cron','2021-01-29 06:18:16','2021-01-28 22:18:16'),(66156,24963,'action created','2021-01-29 06:18:16','2021-01-28 22:18:16'),(66157,24963,'action started via WP Cron','2021-01-29 06:29:15','2021-01-28 22:29:15'),(66158,24963,'action complete via WP Cron','2021-01-29 06:29:15','2021-01-28 22:29:15'),(66159,24964,'action created','2021-01-29 06:29:15','2021-01-28 22:29:15'),(66160,24964,'action started via WP Cron','2021-01-29 06:30:50','2021-01-28 22:30:50'),(66161,24964,'action complete via WP Cron','2021-01-29 06:30:50','2021-01-28 22:30:50'),(66162,24965,'action created','2021-01-29 06:31:14','2021-01-28 22:31:14'),(66163,24965,'action started via WP Cron','2021-01-29 06:32:25','2021-01-28 22:32:25'),(66164,24965,'action complete via WP Cron','2021-01-29 06:32:25','2021-01-28 22:32:25'),(66165,24966,'action created','2021-01-29 06:32:25','2021-01-28 22:32:25'),(66166,24966,'action started via WP Cron','2021-01-29 06:36:07','2021-01-28 22:36:07'),(66167,24966,'action complete via WP Cron','2021-01-29 06:36:07','2021-01-28 22:36:07'),(66168,24967,'action created','2021-01-29 06:36:07','2021-01-28 22:36:07'),(66169,24967,'action started via WP Cron','2021-01-29 06:41:07','2021-01-28 22:41:07'),(66170,24967,'action complete via WP Cron','2021-01-29 06:41:07','2021-01-28 22:41:07'),(66171,24968,'action created','2021-01-29 06:41:07','2021-01-28 22:41:07'),(66175,24969,'action started via WP Cron','2021-01-29 07:00:22','2021-01-28 23:00:22'),(66176,24969,'action complete via WP Cron','2021-01-29 07:00:22','2021-01-28 23:00:22'),(66177,24970,'action created','2021-01-29 07:00:22','2021-01-28 23:00:22'),(66178,24970,'action started via WP Cron','2021-01-29 07:00:43','2021-01-28 23:00:43'),(66179,24970,'action complete via WP Cron','2021-01-29 07:00:43','2021-01-28 23:00:43'),(66180,24971,'action created','2021-01-29 07:00:44','2021-01-28 23:00:44'),(66181,24971,'action started via WP Cron','2021-01-29 07:08:48','2021-01-28 23:08:48'),(66182,24971,'action complete via WP Cron','2021-01-29 07:08:48','2021-01-28 23:08:48'),(66183,24972,'action created','2021-01-29 07:08:48','2021-01-28 23:08:48'),(66184,24972,'action started via WP Cron','2021-01-29 07:13:02','2021-01-28 23:13:02'),(66185,24972,'action complete via WP Cron','2021-01-29 07:13:02','2021-01-28 23:13:02'),(66186,24973,'action created','2021-01-29 07:13:03','2021-01-28 23:13:03'),(66187,24973,'action started via WP Cron','2021-01-29 07:13:55','2021-01-28 23:13:55'),(66188,24973,'action complete via WP Cron','2021-01-29 07:13:55','2021-01-28 23:13:55'),(66189,24974,'action created','2021-01-29 07:13:56','2021-01-28 23:13:56'),(66190,24974,'action started via WP Cron','2021-01-29 07:24:50','2021-01-28 23:24:50'),(66191,24974,'action complete via WP Cron','2021-01-29 07:24:50','2021-01-28 23:24:50'),(66192,24975,'action created','2021-01-29 07:24:50','2021-01-28 23:24:50'),(66193,24975,'action started via WP Cron','2021-01-29 07:34:56','2021-01-28 23:34:56'),(66194,24975,'action complete via WP Cron','2021-01-29 07:34:56','2021-01-28 23:34:56'),(66195,24976,'action created','2021-01-29 07:34:56','2021-01-28 23:34:56'),(66196,24976,'action started via WP Cron','2021-01-29 07:35:51','2021-01-28 23:35:51'),(66197,24976,'action complete via WP Cron','2021-01-29 07:35:51','2021-01-28 23:35:51'),(66198,24977,'action created','2021-01-29 07:35:51','2021-01-28 23:35:51'),(66199,24977,'action started via WP Cron','2021-01-29 07:50:17','2021-01-28 23:50:17'),(66200,24977,'action complete via WP Cron','2021-01-29 07:50:17','2021-01-28 23:50:17'),(66201,24978,'action created','2021-01-29 07:50:17','2021-01-28 23:50:17'),(66202,24978,'action started via WP Cron','2021-01-29 07:54:21','2021-01-28 23:54:21'),(66203,24978,'action complete via WP Cron','2021-01-29 07:54:21','2021-01-28 23:54:21'),(66204,24979,'action created','2021-01-29 07:54:21','2021-01-28 23:54:21'),(66205,24979,'action started via WP Cron','2021-01-29 07:59:14','2021-01-28 23:59:14'),(66206,24979,'action complete via WP Cron','2021-01-29 07:59:14','2021-01-28 23:59:14'),(66207,24980,'action created','2021-01-29 07:59:14','2021-01-28 23:59:14'),(66208,24980,'action started via WP Cron','2021-01-29 08:03:10','2021-01-29 00:03:10'),(66209,24980,'action complete via WP Cron','2021-01-29 08:03:10','2021-01-29 00:03:10'),(66210,24981,'action created','2021-01-29 08:03:10','2021-01-29 00:03:10'),(66211,24981,'action started via WP Cron','2021-01-29 08:05:14','2021-01-29 00:05:14'),(66212,24981,'action complete via WP Cron','2021-01-29 08:05:14','2021-01-29 00:05:14'),(66213,24982,'action created','2021-01-29 08:05:14','2021-01-29 00:05:14'),(66214,24982,'action started via WP Cron','2021-01-29 08:08:42','2021-01-29 00:08:42'),(66215,24982,'action complete via WP Cron','2021-01-29 08:08:42','2021-01-29 00:08:42'),(66216,24983,'action created','2021-01-29 08:08:42','2021-01-29 00:08:42'),(66217,24983,'action started via WP Cron','2021-01-29 08:11:26','2021-01-29 00:11:26'),(66218,24983,'action complete via WP Cron','2021-01-29 08:11:26','2021-01-29 00:11:26'),(66219,24984,'action created','2021-01-29 08:11:26','2021-01-29 00:11:26'),(66220,24984,'action started via WP Cron','2021-01-29 08:17:09','2021-01-29 00:17:09'),(66221,24984,'action complete via WP Cron','2021-01-29 08:17:09','2021-01-29 00:17:09'),(66222,24985,'action created','2021-01-29 08:17:09','2021-01-29 00:17:09'),(66223,24985,'action started via WP Cron','2021-01-29 08:17:42','2021-01-29 00:17:42'),(66224,24985,'action complete via WP Cron','2021-01-29 08:17:42','2021-01-29 00:17:42'),(66225,24986,'action created','2021-01-29 08:17:42','2021-01-29 00:17:42'),(66226,24986,'action started via WP Cron','2021-01-29 08:20:25','2021-01-29 00:20:25'),(66227,24986,'action complete via WP Cron','2021-01-29 08:20:25','2021-01-29 00:20:25'),(66228,24987,'action created','2021-01-29 08:20:26','2021-01-29 00:20:26'),(66229,24987,'action started via WP Cron','2021-01-29 08:21:51','2021-01-29 00:21:51'),(66230,24987,'action complete via WP Cron','2021-01-29 08:21:51','2021-01-29 00:21:51'),(66231,24988,'action created','2021-01-29 08:21:51','2021-01-29 00:21:51'),(66232,24988,'action started via WP Cron','2021-01-29 08:25:51','2021-01-29 00:25:51'),(66233,24988,'action complete via WP Cron','2021-01-29 08:25:51','2021-01-29 00:25:51'),(66234,24989,'action created','2021-01-29 08:25:51','2021-01-29 00:25:51'),(66235,24989,'action started via WP Cron','2021-01-29 08:27:21','2021-01-29 00:27:21'),(66236,24989,'action complete via WP Cron','2021-01-29 08:27:21','2021-01-29 00:27:21'),(66237,24990,'action created','2021-01-29 08:27:21','2021-01-29 00:27:21'),(66238,24990,'action started via WP Cron','2021-01-29 08:29:59','2021-01-29 00:29:59'),(66239,24990,'action complete via WP Cron','2021-01-29 08:29:59','2021-01-29 00:29:59'),(66240,24991,'action created','2021-01-29 08:29:59','2021-01-29 00:29:59'),(66241,24991,'action started via WP Cron','2021-01-29 08:34:02','2021-01-29 00:34:02'),(66242,24991,'action complete via WP Cron','2021-01-29 08:34:02','2021-01-29 00:34:02'),(66243,24992,'action created','2021-01-29 08:34:02','2021-01-29 00:34:02'),(66244,24992,'action started via WP Cron','2021-01-29 08:35:31','2021-01-29 00:35:31'),(66245,24992,'action complete via WP Cron','2021-01-29 08:35:31','2021-01-29 00:35:31'),(66246,24993,'action created','2021-01-29 08:35:31','2021-01-29 00:35:31'),(66247,24993,'action started via WP Cron','2021-01-29 08:37:02','2021-01-29 00:37:02'),(66248,24993,'action complete via WP Cron','2021-01-29 08:37:02','2021-01-29 00:37:02'),(66249,24994,'action created','2021-01-29 08:37:02','2021-01-29 00:37:02'),(66250,24994,'action started via WP Cron','2021-01-29 08:39:03','2021-01-29 00:39:03'),(66251,24994,'action complete via WP Cron','2021-01-29 08:39:03','2021-01-29 00:39:03'),(66252,24995,'action created','2021-01-29 08:39:04','2021-01-29 00:39:04'),(66253,24995,'action started via WP Cron','2021-01-29 08:44:56','2021-01-29 00:44:56'),(66254,24995,'action complete via WP Cron','2021-01-29 08:44:56','2021-01-29 00:44:56'),(66255,24996,'action created','2021-01-29 08:44:56','2021-01-29 00:44:56'),(66256,24996,'action started via WP Cron','2021-01-29 08:46:14','2021-01-29 00:46:14'),(66257,24996,'action complete via WP Cron','2021-01-29 08:46:14','2021-01-29 00:46:14'),(66258,24997,'action created','2021-01-29 08:46:14','2021-01-29 00:46:14'),(66259,24997,'action started via WP Cron','2021-01-29 08:46:46','2021-01-29 00:46:46'),(66260,24997,'action complete via WP Cron','2021-01-29 08:46:46','2021-01-29 00:46:46'),(66261,24998,'action created','2021-01-29 08:46:46','2021-01-29 00:46:46'),(66262,24998,'action started via WP Cron','2021-01-29 08:47:47','2021-01-29 00:47:47'),(66263,24998,'action complete via WP Cron','2021-01-29 08:47:47','2021-01-29 00:47:47'),(66264,24999,'action created','2021-01-29 08:47:47','2021-01-29 00:47:47'),(66265,24999,'action started via WP Cron','2021-01-29 08:50:36','2021-01-29 00:50:36'),(66266,24999,'action complete via WP Cron','2021-01-29 08:50:36','2021-01-29 00:50:36'),(130815,46516,'action complete via WP Cron','2021-03-01 08:51:35','2021-03-01 00:51:35'),(130814,46516,'action started via WP Cron','2021-03-01 08:51:35','2021-03-01 00:51:35'),(132772,47169,'action created','2021-03-02 08:51:00','2021-03-02 00:51:00'),(66270,25001,'action created','2021-01-29 08:50:36','2021-01-29 00:50:36'),(66271,25001,'action started via WP Cron','2021-01-29 08:52:02','2021-01-29 00:52:02'),(66272,25001,'action complete via WP Cron','2021-01-29 08:52:02','2021-01-29 00:52:02'),(66273,25002,'action created','2021-01-29 08:52:03','2021-01-29 00:52:03'),(66274,25002,'action started via WP Cron','2021-01-29 08:55:30','2021-01-29 00:55:30'),(66275,25002,'action complete via WP Cron','2021-01-29 08:55:30','2021-01-29 00:55:30'),(66276,25003,'action created','2021-01-29 08:55:30','2021-01-29 00:55:30'),(66277,25003,'action started via WP Cron','2021-01-29 08:58:03','2021-01-29 00:58:03'),(66278,25003,'action complete via WP Cron','2021-01-29 08:58:03','2021-01-29 00:58:03'),(66279,25004,'action created','2021-01-29 08:58:04','2021-01-29 00:58:04'),(66280,25004,'action started via WP Cron','2021-01-29 08:59:20','2021-01-29 00:59:20'),(66281,25004,'action complete via WP Cron','2021-01-29 08:59:20','2021-01-29 00:59:20'),(66282,25005,'action created','2021-01-29 08:59:20','2021-01-29 00:59:20'),(66283,25005,'action started via WP Cron','2021-01-29 09:10:27','2021-01-29 01:10:27'),(66284,25005,'action complete via WP Cron','2021-01-29 09:10:27','2021-01-29 01:10:27'),(66285,25006,'action created','2021-01-29 09:10:27','2021-01-29 01:10:27'),(66286,25006,'action started via WP Cron','2021-01-29 09:10:53','2021-01-29 01:10:53'),(66287,25006,'action complete via WP Cron','2021-01-29 09:10:53','2021-01-29 01:10:53'),(66288,25007,'action created','2021-01-29 09:10:53','2021-01-29 01:10:53'),(66289,25007,'action started via WP Cron','2021-01-29 09:13:11','2021-01-29 01:13:11'),(66290,25007,'action complete via WP Cron','2021-01-29 09:13:11','2021-01-29 01:13:11'),(66291,25008,'action created','2021-01-29 09:13:11','2021-01-29 01:13:11'),(66292,25008,'action started via WP Cron','2021-01-29 09:33:01','2021-01-29 01:33:01'),(66293,25008,'action complete via WP Cron','2021-01-29 09:33:01','2021-01-29 01:33:01'),(66294,25009,'action created','2021-01-29 09:33:01','2021-01-29 01:33:01'),(66295,25009,'action started via WP Cron','2021-01-29 09:34:04','2021-01-29 01:34:04'),(66296,25009,'action complete via WP Cron','2021-01-29 09:34:04','2021-01-29 01:34:04'),(66297,25010,'action created','2021-01-29 09:34:04','2021-01-29 01:34:04'),(66298,25010,'action started via WP Cron','2021-01-29 09:47:56','2021-01-29 01:47:56'),(66299,25010,'action complete via WP Cron','2021-01-29 09:47:56','2021-01-29 01:47:56'),(66300,25011,'action created','2021-01-29 09:47:56','2021-01-29 01:47:56'),(66301,25011,'action started via WP Cron','2021-01-29 10:09:46','2021-01-29 02:09:46'),(66302,25011,'action complete via WP Cron','2021-01-29 10:09:46','2021-01-29 02:09:46'),(66303,25012,'action created','2021-01-29 10:09:46','2021-01-29 02:09:46'),(66304,25012,'action started via WP Cron','2021-01-29 10:17:05','2021-01-29 02:17:05'),(66305,25012,'action complete via WP Cron','2021-01-29 10:17:05','2021-01-29 02:17:05'),(66306,25013,'action created','2021-01-29 10:17:05','2021-01-29 02:17:05'),(66307,25013,'action started via WP Cron','2021-01-29 10:19:47','2021-01-29 02:19:47'),(66308,25013,'action complete via WP Cron','2021-01-29 10:19:47','2021-01-29 02:19:47'),(66309,25014,'action created','2021-01-29 10:19:47','2021-01-29 02:19:47'),(66310,25014,'action started via WP Cron','2021-01-29 10:26:35','2021-01-29 02:26:35'),(66311,25014,'action complete via WP Cron','2021-01-29 10:26:35','2021-01-29 02:26:35'),(66312,25015,'action created','2021-01-29 10:26:35','2021-01-29 02:26:35'),(66313,25015,'action started via WP Cron','2021-01-29 10:28:14','2021-01-29 02:28:14'),(66314,25015,'action complete via WP Cron','2021-01-29 10:28:14','2021-01-29 02:28:14'),(66315,25016,'action created','2021-01-29 10:28:14','2021-01-29 02:28:14'),(66316,25016,'action started via WP Cron','2021-01-29 10:32:23','2021-01-29 02:32:23'),(66317,25016,'action complete via WP Cron','2021-01-29 10:32:23','2021-01-29 02:32:23'),(66318,25017,'action created','2021-01-29 10:32:23','2021-01-29 02:32:23'),(66319,25017,'action started via WP Cron','2021-01-29 10:33:10','2021-01-29 02:33:10'),(66320,25017,'action complete via WP Cron','2021-01-29 10:33:10','2021-01-29 02:33:10'),(66321,25018,'action created','2021-01-29 10:33:10','2021-01-29 02:33:10'),(66322,25018,'action started via WP Cron','2021-01-29 10:42:55','2021-01-29 02:42:55'),(66323,25018,'action complete via WP Cron','2021-01-29 10:42:55','2021-01-29 02:42:55'),(66324,25019,'action created','2021-01-29 10:42:56','2021-01-29 02:42:56'),(66325,25019,'action started via WP Cron','2021-01-29 10:44:56','2021-01-29 02:44:56'),(66326,25019,'action complete via WP Cron','2021-01-29 10:44:56','2021-01-29 02:44:56'),(66327,25020,'action created','2021-01-29 10:44:56','2021-01-29 02:44:56'),(66328,25020,'action started via WP Cron','2021-01-29 10:45:41','2021-01-29 02:45:41'),(66329,25020,'action complete via WP Cron','2021-01-29 10:45:41','2021-01-29 02:45:41'),(66330,25021,'action created','2021-01-29 10:45:41','2021-01-29 02:45:41'),(66331,25021,'action started via Async Request','2021-01-29 10:46:03','2021-01-29 02:46:03'),(66332,25021,'action complete via Async Request','2021-01-29 10:46:03','2021-01-29 02:46:03'),(66333,25022,'action created','2021-01-29 10:46:04','2021-01-29 02:46:04'),(66334,25022,'action started via WP Cron','2021-01-29 10:46:41','2021-01-29 02:46:41'),(66335,25022,'action complete via WP Cron','2021-01-29 10:46:41','2021-01-29 02:46:41'),(66336,25023,'action created','2021-01-29 10:46:41','2021-01-29 02:46:41'),(66337,25023,'action started via Async Request','2021-01-29 10:47:06','2021-01-29 02:47:06'),(66338,25023,'action complete via Async Request','2021-01-29 10:47:06','2021-01-29 02:47:06'),(66339,25024,'action created','2021-01-29 10:47:07','2021-01-29 02:47:07'),(66340,25024,'action started via WP Cron','2021-01-29 10:47:41','2021-01-29 02:47:41'),(66341,25024,'action complete via WP Cron','2021-01-29 10:47:41','2021-01-29 02:47:41'),(66342,25025,'action created','2021-01-29 10:47:41','2021-01-29 02:47:41'),(66343,25025,'action started via Async Request','2021-01-29 10:48:08','2021-01-29 02:48:08'),(66344,25025,'action complete via Async Request','2021-01-29 10:48:08','2021-01-29 02:48:08'),(66345,25026,'action created','2021-01-29 10:48:09','2021-01-29 02:48:09'),(66346,25026,'action started via WP Cron','2021-01-29 10:48:41','2021-01-29 02:48:41'),(66347,25026,'action complete via WP Cron','2021-01-29 10:48:41','2021-01-29 02:48:41'),(66348,25027,'action created','2021-01-29 10:48:41','2021-01-29 02:48:41'),(66349,25027,'action started via Async Request','2021-01-29 10:49:11','2021-01-29 02:49:11'),(66350,25027,'action complete via Async Request','2021-01-29 10:49:11','2021-01-29 02:49:11'),(66351,25028,'action created','2021-01-29 10:49:12','2021-01-29 02:49:12'),(66352,25028,'action started via WP Cron','2021-01-29 10:49:41','2021-01-29 02:49:41'),(66353,25028,'action complete via WP Cron','2021-01-29 10:49:41','2021-01-29 02:49:41'),(66354,25029,'action created','2021-01-29 10:49:41','2021-01-29 02:49:41'),(66355,25029,'action started via WP Cron','2021-01-29 10:50:44','2021-01-29 02:50:44'),(66356,25029,'action complete via WP Cron','2021-01-29 10:50:44','2021-01-29 02:50:44'),(66357,25030,'action created','2021-01-29 10:50:44','2021-01-29 02:50:44'),(66358,25030,'action started via WP Cron','2021-01-29 10:57:48','2021-01-29 02:57:48'),(66359,25030,'action complete via WP Cron','2021-01-29 10:57:48','2021-01-29 02:57:48'),(66360,25031,'action created','2021-01-29 10:57:48','2021-01-29 02:57:48'),(66361,25031,'action started via WP Cron','2021-01-29 11:00:08','2021-01-29 03:00:08'),(66362,25031,'action complete via WP Cron','2021-01-29 11:00:08','2021-01-29 03:00:08'),(66363,25032,'action created','2021-01-29 11:00:09','2021-01-29 03:00:09'),(66364,25032,'action started via WP Cron','2021-01-29 11:00:42','2021-01-29 03:00:42'),(66365,25032,'action complete via WP Cron','2021-01-29 11:00:42','2021-01-29 03:00:42'),(66366,25033,'action created','2021-01-29 11:00:42','2021-01-29 03:00:42'),(66367,25033,'action started via WP Cron','2021-01-29 11:01:43','2021-01-29 03:01:43'),(66368,25033,'action complete via WP Cron','2021-01-29 11:01:43','2021-01-29 03:01:43'),(66369,25034,'action created','2021-01-29 11:01:43','2021-01-29 03:01:43'),(66370,25034,'action started via WP Cron','2021-01-29 11:04:48','2021-01-29 03:04:48'),(66371,25034,'action complete via WP Cron','2021-01-29 11:04:48','2021-01-29 03:04:48'),(66372,25035,'action created','2021-01-29 11:04:48','2021-01-29 03:04:48'),(66373,25035,'action started via WP Cron','2021-01-29 11:11:09','2021-01-29 03:11:09'),(66374,25035,'action complete via WP Cron','2021-01-29 11:11:09','2021-01-29 03:11:09'),(66375,25036,'action created','2021-01-29 11:11:09','2021-01-29 03:11:09'),(66376,25036,'action started via WP Cron','2021-01-29 11:13:36','2021-01-29 03:13:36'),(66377,25036,'action complete via WP Cron','2021-01-29 11:13:36','2021-01-29 03:13:36'),(66378,25037,'action created','2021-01-29 11:13:36','2021-01-29 03:13:36'),(66379,25037,'action started via WP Cron','2021-01-29 11:16:24','2021-01-29 03:16:24'),(66380,25037,'action complete via WP Cron','2021-01-29 11:16:24','2021-01-29 03:16:24'),(66381,25038,'action created','2021-01-29 11:16:24','2021-01-29 03:16:24'),(66382,25038,'action started via WP Cron','2021-01-29 11:18:07','2021-01-29 03:18:07'),(66383,25038,'action complete via WP Cron','2021-01-29 11:18:07','2021-01-29 03:18:07'),(66384,25039,'action created','2021-01-29 11:18:07','2021-01-29 03:18:07'),(66385,25039,'action started via WP Cron','2021-01-29 11:26:23','2021-01-29 03:26:23'),(66386,25039,'action complete via WP Cron','2021-01-29 11:26:23','2021-01-29 03:26:23'),(66387,25040,'action created','2021-01-29 11:26:23','2021-01-29 03:26:23'),(66388,25040,'action started via WP Cron','2021-01-29 11:36:01','2021-01-29 03:36:01'),(66389,25040,'action complete via WP Cron','2021-01-29 11:36:01','2021-01-29 03:36:01'),(66390,25041,'action created','2021-01-29 11:36:01','2021-01-29 03:36:01'),(66391,25041,'action started via WP Cron','2021-01-29 11:38:56','2021-01-29 03:38:56'),(66392,25041,'action complete via WP Cron','2021-01-29 11:38:56','2021-01-29 03:38:56'),(66393,25042,'action created','2021-01-29 11:38:56','2021-01-29 03:38:56'),(66394,25042,'action started via WP Cron','2021-01-29 11:43:37','2021-01-29 03:43:37'),(66395,25042,'action complete via WP Cron','2021-01-29 11:43:37','2021-01-29 03:43:37'),(66396,25043,'action created','2021-01-29 11:43:37','2021-01-29 03:43:37'),(66397,25043,'action started via WP Cron','2021-01-29 11:45:38','2021-01-29 03:45:38'),(66398,25043,'action complete via WP Cron','2021-01-29 11:45:38','2021-01-29 03:45:38'),(66399,25044,'action created','2021-01-29 11:45:38','2021-01-29 03:45:38'),(66400,25044,'action started via WP Cron','2021-01-29 11:50:11','2021-01-29 03:50:11'),(66401,25044,'action complete via WP Cron','2021-01-29 11:50:11','2021-01-29 03:50:11'),(66402,25045,'action created','2021-01-29 11:50:11','2021-01-29 03:50:11'),(66403,25045,'action started via WP Cron','2021-01-29 11:53:30','2021-01-29 03:53:30'),(66404,25045,'action complete via WP Cron','2021-01-29 11:53:30','2021-01-29 03:53:30'),(66405,25046,'action created','2021-01-29 11:53:30','2021-01-29 03:53:30'),(66406,25046,'action started via WP Cron','2021-01-29 11:58:24','2021-01-29 03:58:24'),(66407,25046,'action complete via WP Cron','2021-01-29 11:58:24','2021-01-29 03:58:24'),(66408,25047,'action created','2021-01-29 11:58:24','2021-01-29 03:58:24'),(66409,25047,'action started via WP Cron','2021-01-29 11:59:22','2021-01-29 03:59:22'),(66410,25047,'action complete via WP Cron','2021-01-29 11:59:22','2021-01-29 03:59:22'),(66411,25048,'action created','2021-01-29 11:59:22','2021-01-29 03:59:22'),(66412,25048,'action started via WP Cron','2021-01-29 12:04:40','2021-01-29 04:04:40'),(66413,25048,'action complete via WP Cron','2021-01-29 12:04:40','2021-01-29 04:04:40'),(66414,25049,'action created','2021-01-29 12:04:40','2021-01-29 04:04:40'),(66415,25049,'action started via WP Cron','2021-01-29 12:22:20','2021-01-29 04:22:20'),(66416,25049,'action complete via WP Cron','2021-01-29 12:22:20','2021-01-29 04:22:20'),(66417,25050,'action created','2021-01-29 12:22:20','2021-01-29 04:22:20'),(66418,25050,'action started via WP Cron','2021-01-29 12:23:12','2021-01-29 04:23:12'),(66419,25050,'action complete via WP Cron','2021-01-29 12:23:12','2021-01-29 04:23:12'),(66420,25051,'action created','2021-01-29 12:23:12','2021-01-29 04:23:12'),(66421,25051,'action started via WP Cron','2021-01-29 12:30:49','2021-01-29 04:30:49'),(66422,25051,'action complete via WP Cron','2021-01-29 12:30:49','2021-01-29 04:30:49'),(66423,25052,'action created','2021-01-29 12:30:49','2021-01-29 04:30:49'),(66424,25052,'action started via WP Cron','2021-01-29 12:32:46','2021-01-29 04:32:46'),(66425,25052,'action complete via WP Cron','2021-01-29 12:32:46','2021-01-29 04:32:46'),(66426,25053,'action created','2021-01-29 12:32:46','2021-01-29 04:32:46'),(66427,25053,'action started via WP Cron','2021-01-29 12:36:06','2021-01-29 04:36:06'),(66428,25053,'action complete via WP Cron','2021-01-29 12:36:06','2021-01-29 04:36:06'),(66429,25054,'action created','2021-01-29 12:36:06','2021-01-29 04:36:06'),(66430,25054,'action started via WP Cron','2021-01-29 12:38:14','2021-01-29 04:38:14'),(66431,25054,'action complete via WP Cron','2021-01-29 12:38:14','2021-01-29 04:38:14'),(66432,25055,'action created','2021-01-29 12:38:14','2021-01-29 04:38:14'),(66433,25055,'action started via WP Cron','2021-01-29 12:39:31','2021-01-29 04:39:31'),(66434,25055,'action complete via WP Cron','2021-01-29 12:39:31','2021-01-29 04:39:31'),(66435,25056,'action created','2021-01-29 12:39:31','2021-01-29 04:39:31'),(66436,25056,'action started via WP Cron','2021-01-29 12:46:24','2021-01-29 04:46:24'),(66437,25056,'action complete via WP Cron','2021-01-29 12:46:24','2021-01-29 04:46:24'),(66438,25057,'action created','2021-01-29 12:46:24','2021-01-29 04:46:24'),(66439,25057,'action started via WP Cron','2021-01-29 12:53:25','2021-01-29 04:53:25'),(66440,25057,'action complete via WP Cron','2021-01-29 12:53:25','2021-01-29 04:53:25'),(66441,25058,'action created','2021-01-29 12:53:25','2021-01-29 04:53:25'),(66442,25058,'action started via WP Cron','2021-01-29 12:56:25','2021-01-29 04:56:25'),(66443,25058,'action complete via WP Cron','2021-01-29 12:56:25','2021-01-29 04:56:25'),(66444,25059,'action created','2021-01-29 12:56:25','2021-01-29 04:56:25'),(66445,25059,'action started via WP Cron','2021-01-29 13:00:29','2021-01-29 05:00:29'),(66446,25059,'action complete via WP Cron','2021-01-29 13:00:29','2021-01-29 05:00:29'),(66447,25060,'action created','2021-01-29 13:00:29','2021-01-29 05:00:29'),(66448,25060,'action started via WP Cron','2021-01-29 13:02:03','2021-01-29 05:02:03'),(66449,25060,'action complete via WP Cron','2021-01-29 13:02:03','2021-01-29 05:02:03'),(66450,25061,'action created','2021-01-29 13:02:03','2021-01-29 05:02:03'),(66451,25061,'action started via WP Cron','2021-01-29 13:06:31','2021-01-29 05:06:31'),(66452,25061,'action complete via WP Cron','2021-01-29 13:06:31','2021-01-29 05:06:31'),(66453,25062,'action created','2021-01-29 13:06:31','2021-01-29 05:06:31'),(66454,25062,'action started via WP Cron','2021-01-29 13:06:45','2021-01-29 05:06:45'),(66455,25062,'action complete via WP Cron','2021-01-29 13:06:45','2021-01-29 05:06:45'),(66456,25063,'action created','2021-01-29 13:06:45','2021-01-29 05:06:45'),(66457,25063,'action started via WP Cron','2021-01-29 13:08:58','2021-01-29 05:08:58'),(66458,25063,'action complete via WP Cron','2021-01-29 13:08:58','2021-01-29 05:08:58'),(66459,25064,'action created','2021-01-29 13:08:58','2021-01-29 05:08:58'),(66460,25064,'action started via WP Cron','2021-01-29 13:18:59','2021-01-29 05:18:59'),(66461,25064,'action complete via WP Cron','2021-01-29 13:18:59','2021-01-29 05:18:59'),(66462,25065,'action created','2021-01-29 13:18:59','2021-01-29 05:18:59'),(66463,25065,'action started via WP Cron','2021-01-29 13:37:12','2021-01-29 05:37:12'),(66464,25065,'action complete via WP Cron','2021-01-29 13:37:12','2021-01-29 05:37:12'),(66465,25066,'action created','2021-01-29 13:37:12','2021-01-29 05:37:12'),(66466,25066,'action started via WP Cron','2021-01-29 13:38:38','2021-01-29 05:38:38'),(66467,25066,'action complete via WP Cron','2021-01-29 13:38:38','2021-01-29 05:38:38'),(66468,25067,'action created','2021-01-29 13:38:38','2021-01-29 05:38:38'),(66469,25067,'action started via WP Cron','2021-01-29 13:38:52','2021-01-29 05:38:52'),(66470,25067,'action complete via WP Cron','2021-01-29 13:38:52','2021-01-29 05:38:52'),(66471,25068,'action created','2021-01-29 13:38:52','2021-01-29 05:38:52'),(66472,25068,'action started via WP Cron','2021-01-29 13:47:05','2021-01-29 05:47:05'),(66473,25068,'action complete via WP Cron','2021-01-29 13:47:05','2021-01-29 05:47:05'),(66474,25069,'action created','2021-01-29 13:47:05','2021-01-29 05:47:05'),(66475,25069,'action started via WP Cron','2021-01-29 13:50:27','2021-01-29 05:50:27'),(66476,25069,'action complete via WP Cron','2021-01-29 13:50:27','2021-01-29 05:50:27'),(66477,25070,'action created','2021-01-29 13:50:28','2021-01-29 05:50:28'),(66478,25070,'action started via WP Cron','2021-01-29 13:51:00','2021-01-29 05:51:00'),(66479,25070,'action complete via WP Cron','2021-01-29 13:51:00','2021-01-29 05:51:00'),(66480,25071,'action created','2021-01-29 13:51:00','2021-01-29 05:51:00'),(66481,25071,'action started via WP Cron','2021-01-29 13:52:35','2021-01-29 05:52:35'),(66482,25071,'action complete via WP Cron','2021-01-29 13:52:35','2021-01-29 05:52:35'),(66483,25072,'action created','2021-01-29 13:52:35','2021-01-29 05:52:35'),(66484,25072,'action started via WP Cron','2021-01-29 13:55:37','2021-01-29 05:55:37'),(66485,25072,'action complete via WP Cron','2021-01-29 13:55:37','2021-01-29 05:55:37'),(66486,25073,'action created','2021-01-29 13:55:37','2021-01-29 05:55:37'),(66487,25073,'action started via WP Cron','2021-01-29 14:01:06','2021-01-29 06:01:06'),(66488,25073,'action complete via WP Cron','2021-01-29 14:01:06','2021-01-29 06:01:06'),(66489,25074,'action created','2021-01-29 14:01:06','2021-01-29 06:01:06'),(66490,25074,'action started via WP Cron','2021-01-29 14:05:58','2021-01-29 06:05:58'),(66491,25074,'action complete via WP Cron','2021-01-29 14:05:58','2021-01-29 06:05:58'),(66492,25075,'action created','2021-01-29 14:05:58','2021-01-29 06:05:58'),(66493,25075,'action started via WP Cron','2021-01-29 14:07:07','2021-01-29 06:07:07'),(66494,25075,'action complete via WP Cron','2021-01-29 14:07:07','2021-01-29 06:07:07'),(66495,25076,'action created','2021-01-29 14:07:07','2021-01-29 06:07:07'),(66496,25076,'action started via WP Cron','2021-01-29 14:08:09','2021-01-29 06:08:09'),(66497,25076,'action complete via WP Cron','2021-01-29 14:08:09','2021-01-29 06:08:09'),(66498,25077,'action created','2021-01-29 14:08:09','2021-01-29 06:08:09'),(66499,25077,'action started via WP Cron','2021-01-29 14:08:41','2021-01-29 06:08:41'),(66500,25077,'action complete via WP Cron','2021-01-29 14:08:41','2021-01-29 06:08:41'),(66501,25078,'action created','2021-01-29 14:08:41','2021-01-29 06:08:41'),(66502,25078,'action started via WP Cron','2021-01-29 14:10:12','2021-01-29 06:10:12'),(66503,25078,'action complete via WP Cron','2021-01-29 14:10:12','2021-01-29 06:10:12'),(66504,25079,'action created','2021-01-29 14:10:12','2021-01-29 06:10:12'),(66505,25079,'action started via WP Cron','2021-01-29 14:11:10','2021-01-29 06:11:10'),(66506,25079,'action complete via WP Cron','2021-01-29 14:11:10','2021-01-29 06:11:10'),(66507,25080,'action created','2021-01-29 14:11:10','2021-01-29 06:11:10'),(66508,25080,'action started via WP Cron','2021-01-29 14:11:54','2021-01-29 06:11:54'),(66509,25080,'action complete via WP Cron','2021-01-29 14:11:54','2021-01-29 06:11:54'),(66510,25081,'action created','2021-01-29 14:11:54','2021-01-29 06:11:54'),(66511,25081,'action started via WP Cron','2021-01-29 14:13:15','2021-01-29 06:13:15'),(66512,25081,'action complete via WP Cron','2021-01-29 14:13:15','2021-01-29 06:13:15'),(66513,25082,'action created','2021-01-29 14:13:15','2021-01-29 06:13:15'),(66514,25082,'action started via WP Cron','2021-01-29 14:13:53','2021-01-29 06:13:53'),(66515,25082,'action complete via WP Cron','2021-01-29 14:13:53','2021-01-29 06:13:53'),(66516,25083,'action created','2021-01-29 14:13:53','2021-01-29 06:13:53'),(66517,25083,'action started via WP Cron','2021-01-29 14:15:03','2021-01-29 06:15:03'),(66518,25083,'action complete via WP Cron','2021-01-29 14:15:04','2021-01-29 06:15:04'),(66519,25084,'action created','2021-01-29 14:15:04','2021-01-29 06:15:04'),(66520,25084,'action started via WP Cron','2021-01-29 14:15:54','2021-01-29 06:15:54'),(66521,25084,'action complete via WP Cron','2021-01-29 14:15:54','2021-01-29 06:15:54'),(66522,25085,'action created','2021-01-29 14:15:54','2021-01-29 06:15:54'),(66523,25085,'action started via WP Cron','2021-01-29 14:17:11','2021-01-29 06:17:11'),(66524,25085,'action complete via WP Cron','2021-01-29 14:17:11','2021-01-29 06:17:11'),(66525,25086,'action created','2021-01-29 14:17:11','2021-01-29 06:17:11'),(66526,25086,'action started via WP Cron','2021-01-29 14:17:46','2021-01-29 06:17:46'),(66527,25086,'action complete via WP Cron','2021-01-29 14:17:46','2021-01-29 06:17:46'),(66528,25087,'action created','2021-01-29 14:17:47','2021-01-29 06:17:47'),(66529,25087,'action started via WP Cron','2021-01-29 14:18:56','2021-01-29 06:18:56'),(66530,25087,'action complete via WP Cron','2021-01-29 14:18:56','2021-01-29 06:18:56'),(66531,25088,'action created','2021-01-29 14:18:57','2021-01-29 06:18:57'),(66532,25088,'action started via WP Cron','2021-01-29 14:20:12','2021-01-29 06:20:12'),(66533,25088,'action complete via WP Cron','2021-01-29 14:20:12','2021-01-29 06:20:12'),(66534,25089,'action created','2021-01-29 14:20:12','2021-01-29 06:20:12'),(66535,25089,'action started via WP Cron','2021-01-29 14:20:53','2021-01-29 06:20:53'),(66536,25089,'action complete via WP Cron','2021-01-29 14:20:53','2021-01-29 06:20:53'),(66537,25090,'action created','2021-01-29 14:20:53','2021-01-29 06:20:53'),(66538,25090,'action started via WP Cron','2021-01-29 14:22:13','2021-01-29 06:22:13'),(66539,25090,'action complete via WP Cron','2021-01-29 14:22:13','2021-01-29 06:22:13'),(66540,25091,'action created','2021-01-29 14:22:13','2021-01-29 06:22:13'),(66541,25091,'action started via WP Cron','2021-01-29 14:22:51','2021-01-29 06:22:51'),(66542,25091,'action complete via WP Cron','2021-01-29 14:22:51','2021-01-29 06:22:51'),(66543,25092,'action created','2021-01-29 14:22:51','2021-01-29 06:22:51'),(66544,25092,'action started via WP Cron','2021-01-29 14:24:00','2021-01-29 06:24:00'),(66545,25092,'action complete via WP Cron','2021-01-29 14:24:00','2021-01-29 06:24:00'),(66546,25093,'action created','2021-01-29 14:24:00','2021-01-29 06:24:00'),(66547,25093,'action started via WP Cron','2021-01-29 14:24:55','2021-01-29 06:24:55'),(66548,25093,'action complete via WP Cron','2021-01-29 14:24:55','2021-01-29 06:24:55'),(66549,25094,'action created','2021-01-29 14:24:55','2021-01-29 06:24:55'),(66550,25094,'action started via WP Cron','2021-01-29 14:26:28','2021-01-29 06:26:28'),(66551,25094,'action complete via WP Cron','2021-01-29 14:26:28','2021-01-29 06:26:28'),(66552,25095,'action created','2021-01-29 14:26:28','2021-01-29 06:26:28'),(66553,25095,'action started via WP Cron','2021-01-29 14:26:58','2021-01-29 06:26:58'),(66554,25095,'action complete via WP Cron','2021-01-29 14:26:58','2021-01-29 06:26:58'),(66555,25096,'action created','2021-01-29 14:26:58','2021-01-29 06:26:58'),(66556,25096,'action started via WP Cron','2021-01-29 14:27:54','2021-01-29 06:27:54'),(66557,25096,'action complete via WP Cron','2021-01-29 14:27:54','2021-01-29 06:27:54'),(66558,25097,'action created','2021-01-29 14:27:54','2021-01-29 06:27:54'),(66559,25097,'action started via WP Cron','2021-01-29 14:29:24','2021-01-29 06:29:24'),(66560,25097,'action complete via WP Cron','2021-01-29 14:29:24','2021-01-29 06:29:24'),(66561,25098,'action created','2021-01-29 14:29:24','2021-01-29 06:29:24'),(66562,25098,'action started via WP Cron','2021-01-29 14:29:44','2021-01-29 06:29:44'),(66563,25098,'action complete via WP Cron','2021-01-29 14:29:44','2021-01-29 06:29:44'),(66564,25099,'action created','2021-01-29 14:29:44','2021-01-29 06:29:44'),(66565,25099,'action started via WP Cron','2021-01-29 14:30:51','2021-01-29 06:30:51'),(66566,25099,'action complete via WP Cron','2021-01-29 14:30:51','2021-01-29 06:30:51'),(66567,25100,'action created','2021-01-29 14:30:51','2021-01-29 06:30:51'),(66568,25100,'action started via WP Cron','2021-01-29 14:31:59','2021-01-29 06:31:59'),(66569,25100,'action complete via WP Cron','2021-01-29 14:31:59','2021-01-29 06:31:59'),(66570,25101,'action created','2021-01-29 14:31:59','2021-01-29 06:31:59'),(66571,25101,'action started via WP Cron','2021-01-29 14:33:01','2021-01-29 06:33:01'),(66572,25101,'action complete via WP Cron','2021-01-29 14:33:01','2021-01-29 06:33:01'),(66573,25102,'action created','2021-01-29 14:33:01','2021-01-29 06:33:01'),(66574,25102,'action started via WP Cron','2021-01-29 14:33:50','2021-01-29 06:33:50'),(66575,25102,'action complete via WP Cron','2021-01-29 14:33:50','2021-01-29 06:33:50'),(66576,25103,'action created','2021-01-29 14:33:50','2021-01-29 06:33:50'),(66577,25103,'action started via WP Cron','2021-01-29 14:35:07','2021-01-29 06:35:07'),(66578,25103,'action complete via WP Cron','2021-01-29 14:35:07','2021-01-29 06:35:07'),(66579,25104,'action created','2021-01-29 14:35:07','2021-01-29 06:35:07'),(66580,25104,'action started via WP Cron','2021-01-29 14:35:50','2021-01-29 06:35:50'),(66581,25104,'action complete via WP Cron','2021-01-29 14:35:50','2021-01-29 06:35:50'),(66582,25105,'action created','2021-01-29 14:35:50','2021-01-29 06:35:50'),(66583,25105,'action started via WP Cron','2021-01-29 14:36:44','2021-01-29 06:36:44'),(66584,25105,'action complete via WP Cron','2021-01-29 14:36:44','2021-01-29 06:36:44'),(66585,25106,'action created','2021-01-29 14:36:44','2021-01-29 06:36:44'),(66586,25106,'action started via WP Cron','2021-01-29 14:37:56','2021-01-29 06:37:56'),(66587,25106,'action complete via WP Cron','2021-01-29 14:37:56','2021-01-29 06:37:56'),(66588,25107,'action created','2021-01-29 14:37:56','2021-01-29 06:37:56'),(66589,25107,'action started via WP Cron','2021-01-29 14:38:48','2021-01-29 06:38:48'),(66590,25107,'action complete via WP Cron','2021-01-29 14:38:48','2021-01-29 06:38:48'),(66591,25108,'action created','2021-01-29 14:38:48','2021-01-29 06:38:48'),(66592,25108,'action started via WP Cron','2021-01-29 14:40:00','2021-01-29 06:40:00'),(66593,25108,'action complete via WP Cron','2021-01-29 14:40:00','2021-01-29 06:40:00'),(66594,25109,'action created','2021-01-29 14:40:00','2021-01-29 06:40:00'),(66595,25109,'action started via WP Cron','2021-01-29 14:40:53','2021-01-29 06:40:53'),(66596,25109,'action complete via WP Cron','2021-01-29 14:40:53','2021-01-29 06:40:53'),(66597,25110,'action created','2021-01-29 14:40:53','2021-01-29 06:40:53'),(66598,25110,'action started via WP Cron','2021-01-29 14:41:43','2021-01-29 06:41:43'),(66599,25110,'action complete via WP Cron','2021-01-29 14:41:43','2021-01-29 06:41:43'),(66600,25111,'action created','2021-01-29 14:41:43','2021-01-29 06:41:43'),(66601,25111,'action started via WP Cron','2021-01-29 14:42:58','2021-01-29 06:42:58'),(66602,25111,'action complete via WP Cron','2021-01-29 14:42:58','2021-01-29 06:42:58'),(66603,25112,'action created','2021-01-29 14:42:58','2021-01-29 06:42:58'),(66604,25112,'action started via WP Cron','2021-01-29 14:44:02','2021-01-29 06:44:02'),(66605,25112,'action complete via WP Cron','2021-01-29 14:44:02','2021-01-29 06:44:02'),(66606,25113,'action created','2021-01-29 14:44:02','2021-01-29 06:44:02'),(66607,25113,'action started via WP Cron','2021-01-29 14:45:01','2021-01-29 06:45:01'),(66608,25113,'action complete via WP Cron','2021-01-29 14:45:01','2021-01-29 06:45:01'),(66609,25114,'action created','2021-01-29 14:45:01','2021-01-29 06:45:01'),(66610,25114,'action started via WP Cron','2021-01-29 14:45:44','2021-01-29 06:45:44'),(66611,25114,'action complete via WP Cron','2021-01-29 14:45:44','2021-01-29 06:45:44'),(66612,25115,'action created','2021-01-29 14:45:44','2021-01-29 06:45:44'),(66613,25115,'action started via WP Cron','2021-01-29 14:46:42','2021-01-29 06:46:42'),(66614,25115,'action complete via WP Cron','2021-01-29 14:46:42','2021-01-29 06:46:42'),(66615,25116,'action created','2021-01-29 14:46:42','2021-01-29 06:46:42'),(66616,25116,'action started via WP Cron','2021-01-29 14:47:59','2021-01-29 06:47:59'),(66617,25116,'action complete via WP Cron','2021-01-29 14:47:59','2021-01-29 06:47:59'),(66618,25117,'action created','2021-01-29 14:47:59','2021-01-29 06:47:59'),(66619,25117,'action started via WP Cron','2021-01-29 14:48:41','2021-01-29 06:48:41'),(66620,25117,'action complete via WP Cron','2021-01-29 14:48:41','2021-01-29 06:48:41'),(66621,25118,'action created','2021-01-29 14:48:41','2021-01-29 06:48:41'),(66622,25118,'action started via WP Cron','2021-01-29 14:50:04','2021-01-29 06:50:04'),(66623,25118,'action complete via WP Cron','2021-01-29 14:50:04','2021-01-29 06:50:04'),(66624,25119,'action created','2021-01-29 14:50:05','2021-01-29 06:50:05'),(66625,25119,'action started via WP Cron','2021-01-29 14:51:20','2021-01-29 06:51:20'),(66626,25119,'action complete via WP Cron','2021-01-29 14:51:20','2021-01-29 06:51:20'),(66627,25120,'action created','2021-01-29 14:51:20','2021-01-29 06:51:20'),(66628,25120,'action started via WP Cron','2021-01-29 14:51:57','2021-01-29 06:51:57'),(66629,25120,'action complete via WP Cron','2021-01-29 14:51:57','2021-01-29 06:51:57'),(66630,25121,'action created','2021-01-29 14:51:57','2021-01-29 06:51:57'),(66631,25121,'action started via WP Cron','2021-01-29 14:53:02','2021-01-29 06:53:02'),(66632,25121,'action complete via WP Cron','2021-01-29 14:53:02','2021-01-29 06:53:02'),(66633,25122,'action created','2021-01-29 14:53:02','2021-01-29 06:53:02'),(66634,25122,'action started via WP Cron','2021-01-29 14:54:14','2021-01-29 06:54:14'),(66635,25122,'action complete via WP Cron','2021-01-29 14:54:14','2021-01-29 06:54:14'),(66636,25123,'action created','2021-01-29 14:54:14','2021-01-29 06:54:14'),(66637,25123,'action started via WP Cron','2021-01-29 14:54:43','2021-01-29 06:54:43'),(66638,25123,'action complete via WP Cron','2021-01-29 14:54:43','2021-01-29 06:54:43'),(66639,25124,'action created','2021-01-29 14:54:43','2021-01-29 06:54:43'),(66640,25124,'action started via WP Cron','2021-01-29 14:56:22','2021-01-29 06:56:22'),(66641,25124,'action complete via WP Cron','2021-01-29 14:56:22','2021-01-29 06:56:22'),(66642,25125,'action created','2021-01-29 14:56:23','2021-01-29 06:56:23'),(66643,25125,'action started via WP Cron','2021-01-29 14:56:50','2021-01-29 06:56:50'),(66644,25125,'action complete via WP Cron','2021-01-29 14:56:50','2021-01-29 06:56:50'),(66645,25126,'action created','2021-01-29 14:56:50','2021-01-29 06:56:50'),(66646,25126,'action started via WP Cron','2021-01-29 14:57:46','2021-01-29 06:57:46'),(66647,25126,'action complete via WP Cron','2021-01-29 14:57:46','2021-01-29 06:57:46'),(66648,25127,'action created','2021-01-29 14:57:46','2021-01-29 06:57:46'),(66649,25127,'action started via WP Cron','2021-01-29 14:58:40','2021-01-29 06:58:40'),(66650,25127,'action complete via WP Cron','2021-01-29 14:58:40','2021-01-29 06:58:40'),(66651,25128,'action created','2021-01-29 14:58:41','2021-01-29 06:58:41'),(66652,25128,'action started via WP Cron','2021-01-29 15:00:00','2021-01-29 07:00:00'),(66653,25128,'action complete via WP Cron','2021-01-29 15:00:00','2021-01-29 07:00:00'),(66654,25129,'action created','2021-01-29 15:00:00','2021-01-29 07:00:00'),(66655,25129,'action started via WP Cron','2021-01-29 15:01:20','2021-01-29 07:01:20'),(66656,25129,'action complete via WP Cron','2021-01-29 15:01:20','2021-01-29 07:01:20'),(66657,25130,'action created','2021-01-29 15:01:20','2021-01-29 07:01:20'),(66658,25130,'action started via WP Cron','2021-01-29 15:01:51','2021-01-29 07:01:51'),(66659,25130,'action complete via WP Cron','2021-01-29 15:01:51','2021-01-29 07:01:51'),(66660,25131,'action created','2021-01-29 15:01:52','2021-01-29 07:01:52'),(66661,25131,'action started via WP Cron','2021-01-29 15:05:30','2021-01-29 07:05:30'),(66662,25131,'action complete via WP Cron','2021-01-29 15:05:30','2021-01-29 07:05:30'),(66663,25132,'action created','2021-01-29 15:05:31','2021-01-29 07:05:31'),(66664,25132,'action started via WP Cron','2021-01-29 15:11:41','2021-01-29 07:11:41'),(66665,25132,'action complete via WP Cron','2021-01-29 15:11:41','2021-01-29 07:11:41'),(66666,25133,'action created','2021-01-29 15:11:41','2021-01-29 07:11:41'),(66667,25133,'action started via WP Cron','2021-01-29 15:12:49','2021-01-29 07:12:49'),(66668,25133,'action complete via WP Cron','2021-01-29 15:12:49','2021-01-29 07:12:49'),(66669,25134,'action created','2021-01-29 15:12:49','2021-01-29 07:12:49'),(66670,25134,'action started via WP Cron','2021-01-29 15:17:06','2021-01-29 07:17:06'),(66671,25134,'action complete via WP Cron','2021-01-29 15:17:06','2021-01-29 07:17:06'),(66672,25135,'action created','2021-01-29 15:21:47','2021-01-29 07:21:47'),(66673,25135,'action started via WP Cron','2021-01-29 15:24:02','2021-01-29 07:24:02'),(66674,25135,'action complete via WP Cron','2021-01-29 15:24:02','2021-01-29 07:24:02'),(66675,25136,'action created','2021-01-29 15:24:03','2021-01-29 07:24:03'),(66676,25136,'action started via WP Cron','2021-01-29 15:27:13','2021-01-29 07:27:13'),(66677,25136,'action complete via WP Cron','2021-01-29 15:27:13','2021-01-29 07:27:13'),(66678,25137,'action created','2021-01-29 15:27:13','2021-01-29 07:27:13'),(66679,25137,'action started via WP Cron','2021-01-29 15:30:33','2021-01-29 07:30:33'),(66680,25137,'action complete via WP Cron','2021-01-29 15:30:33','2021-01-29 07:30:33'),(66681,25138,'action created','2021-01-29 15:30:33','2021-01-29 07:30:33'),(66682,25138,'action started via WP Cron','2021-01-29 15:32:52','2021-01-29 07:32:52'),(66683,25138,'action complete via WP Cron','2021-01-29 15:32:52','2021-01-29 07:32:52'),(66684,25139,'action created','2021-01-29 15:32:52','2021-01-29 07:32:52'),(66685,25139,'action started via WP Cron','2021-01-29 15:34:20','2021-01-29 07:34:20'),(66686,25139,'action complete via WP Cron','2021-01-29 15:34:20','2021-01-29 07:34:20'),(66687,25140,'action created','2021-01-29 15:34:20','2021-01-29 07:34:20'),(66688,25140,'action started via WP Cron','2021-01-29 15:37:31','2021-01-29 07:37:31'),(66689,25140,'action complete via WP Cron','2021-01-29 15:37:31','2021-01-29 07:37:31'),(66690,25141,'action created','2021-01-29 15:37:31','2021-01-29 07:37:31'),(66691,25141,'action started via WP Cron','2021-01-29 15:38:41','2021-01-29 07:38:41'),(66692,25141,'action complete via WP Cron','2021-01-29 15:38:41','2021-01-29 07:38:41'),(66693,25142,'action created','2021-01-29 15:38:41','2021-01-29 07:38:41'),(66694,25142,'action started via WP Cron','2021-01-29 15:39:44','2021-01-29 07:39:44'),(66695,25142,'action complete via WP Cron','2021-01-29 15:39:44','2021-01-29 07:39:44'),(66696,25143,'action created','2021-01-29 15:39:44','2021-01-29 07:39:44'),(66697,25143,'action started via WP Cron','2021-01-29 15:40:46','2021-01-29 07:40:46'),(66698,25143,'action complete via WP Cron','2021-01-29 15:40:46','2021-01-29 07:40:46'),(66699,25144,'action created','2021-01-29 15:40:46','2021-01-29 07:40:46'),(66700,25144,'action started via WP Cron','2021-01-29 15:41:50','2021-01-29 07:41:50'),(66701,25144,'action complete via WP Cron','2021-01-29 15:41:50','2021-01-29 07:41:50'),(66702,25145,'action created','2021-01-29 15:41:50','2021-01-29 07:41:50'),(66703,25145,'action started via WP Cron','2021-01-29 15:42:41','2021-01-29 07:42:41'),(66704,25145,'action complete via WP Cron','2021-01-29 15:42:41','2021-01-29 07:42:41'),(66705,25146,'action created','2021-01-29 15:42:41','2021-01-29 07:42:41'),(66706,25146,'action started via WP Cron','2021-01-29 15:43:46','2021-01-29 07:43:46'),(66707,25146,'action complete via WP Cron','2021-01-29 15:43:46','2021-01-29 07:43:46'),(66708,25147,'action created','2021-01-29 15:43:46','2021-01-29 07:43:46'),(66709,25147,'action started via WP Cron','2021-01-29 15:44:41','2021-01-29 07:44:41'),(66710,25147,'action complete via WP Cron','2021-01-29 15:44:41','2021-01-29 07:44:41'),(66711,25148,'action created','2021-01-29 15:44:41','2021-01-29 07:44:41'),(66712,25148,'action started via WP Cron','2021-01-29 15:45:43','2021-01-29 07:45:43'),(66713,25148,'action complete via WP Cron','2021-01-29 15:45:43','2021-01-29 07:45:43'),(66714,25149,'action created','2021-01-29 15:45:43','2021-01-29 07:45:43'),(66715,25149,'action started via WP Cron','2021-01-29 15:46:43','2021-01-29 07:46:43'),(66716,25149,'action complete via WP Cron','2021-01-29 15:46:43','2021-01-29 07:46:43'),(66717,25150,'action created','2021-01-29 15:46:43','2021-01-29 07:46:43'),(66718,25150,'action started via WP Cron','2021-01-29 15:47:52','2021-01-29 07:47:52'),(66719,25150,'action complete via WP Cron','2021-01-29 15:47:52','2021-01-29 07:47:52'),(66720,25151,'action created','2021-01-29 15:47:52','2021-01-29 07:47:52'),(66721,25151,'action started via WP Cron','2021-01-29 15:48:49','2021-01-29 07:48:49'),(66722,25151,'action complete via WP Cron','2021-01-29 15:48:49','2021-01-29 07:48:49'),(66723,25152,'action created','2021-01-29 15:48:49','2021-01-29 07:48:49'),(66724,25152,'action started via WP Cron','2021-01-29 15:49:51','2021-01-29 07:49:51'),(66725,25152,'action complete via WP Cron','2021-01-29 15:49:51','2021-01-29 07:49:51'),(66726,25153,'action created','2021-01-29 15:49:51','2021-01-29 07:49:51'),(66727,25153,'action started via WP Cron','2021-01-29 15:50:44','2021-01-29 07:50:44'),(66728,25153,'action complete via WP Cron','2021-01-29 15:50:44','2021-01-29 07:50:44'),(66729,25154,'action created','2021-01-29 15:50:44','2021-01-29 07:50:44'),(66730,25154,'action started via WP Cron','2021-01-29 15:51:41','2021-01-29 07:51:41'),(66731,25154,'action complete via WP Cron','2021-01-29 15:51:41','2021-01-29 07:51:41'),(66732,25155,'action created','2021-01-29 15:51:41','2021-01-29 07:51:41'),(66733,25155,'action started via WP Cron','2021-01-29 15:52:48','2021-01-29 07:52:48'),(66734,25155,'action complete via WP Cron','2021-01-29 15:52:48','2021-01-29 07:52:48'),(66735,25156,'action created','2021-01-29 15:52:48','2021-01-29 07:52:48'),(66736,25156,'action started via WP Cron','2021-01-29 15:53:42','2021-01-29 07:53:42'),(66737,25156,'action complete via WP Cron','2021-01-29 15:53:42','2021-01-29 07:53:42'),(66738,25157,'action created','2021-01-29 15:53:42','2021-01-29 07:53:42'),(66739,25157,'action started via WP Cron','2021-01-29 15:54:52','2021-01-29 07:54:52'),(66740,25157,'action complete via WP Cron','2021-01-29 15:54:52','2021-01-29 07:54:52'),(66741,25158,'action created','2021-01-29 15:54:52','2021-01-29 07:54:52'),(66742,25158,'action started via WP Cron','2021-01-29 15:55:44','2021-01-29 07:55:44'),(66743,25158,'action complete via WP Cron','2021-01-29 15:55:44','2021-01-29 07:55:44'),(66744,25159,'action created','2021-01-29 15:55:44','2021-01-29 07:55:44'),(66745,25159,'action started via WP Cron','2021-01-29 15:56:48','2021-01-29 07:56:48'),(66746,25159,'action complete via WP Cron','2021-01-29 15:56:48','2021-01-29 07:56:48'),(66747,25160,'action created','2021-01-29 15:56:48','2021-01-29 07:56:48'),(66748,25160,'action started via WP Cron','2021-01-29 15:57:46','2021-01-29 07:57:46'),(66749,25160,'action complete via WP Cron','2021-01-29 15:57:46','2021-01-29 07:57:46'),(66750,25161,'action created','2021-01-29 15:57:46','2021-01-29 07:57:46'),(66751,25161,'action started via WP Cron','2021-01-29 15:58:57','2021-01-29 07:58:57'),(66752,25161,'action complete via WP Cron','2021-01-29 15:58:57','2021-01-29 07:58:57'),(66753,25162,'action created','2021-01-29 15:58:57','2021-01-29 07:58:57'),(66754,25162,'action started via WP Cron','2021-01-29 15:59:41','2021-01-29 07:59:41'),(66755,25162,'action complete via WP Cron','2021-01-29 15:59:41','2021-01-29 07:59:41'),(66756,25163,'action created','2021-01-29 15:59:41','2021-01-29 07:59:41'),(66757,25163,'action started via WP Cron','2021-01-29 16:00:45','2021-01-29 08:00:45'),(66758,25163,'action complete via WP Cron','2021-01-29 16:00:45','2021-01-29 08:00:45'),(66759,25164,'action created','2021-01-29 16:00:46','2021-01-29 08:00:46'),(66760,25164,'action started via WP Cron','2021-01-29 16:02:39','2021-01-29 08:02:39'),(66761,25164,'action complete via WP Cron','2021-01-29 16:02:39','2021-01-29 08:02:39'),(66762,25165,'action created','2021-01-29 16:02:39','2021-01-29 08:02:39'),(66763,25165,'action started via WP Cron','2021-01-29 16:03:40','2021-01-29 08:03:40'),(66764,25165,'action complete via WP Cron','2021-01-29 16:03:40','2021-01-29 08:03:40'),(66765,25166,'action created','2021-01-29 16:03:40','2021-01-29 08:03:40'),(66766,25166,'action started via WP Cron','2021-01-29 16:04:41','2021-01-29 08:04:41'),(66767,25166,'action complete via WP Cron','2021-01-29 16:04:41','2021-01-29 08:04:41'),(66768,25167,'action created','2021-01-29 16:04:41','2021-01-29 08:04:41'),(66769,25167,'action started via WP Cron','2021-01-29 16:15:08','2021-01-29 08:15:08'),(66770,25167,'action complete via WP Cron','2021-01-29 16:15:08','2021-01-29 08:15:08'),(66771,25168,'action created','2021-01-29 16:15:09','2021-01-29 08:15:09'),(66772,25168,'action started via WP Cron','2021-01-29 16:23:35','2021-01-29 08:23:35'),(66773,25168,'action complete via WP Cron','2021-01-29 16:23:35','2021-01-29 08:23:35'),(66774,25169,'action created','2021-01-29 16:23:35','2021-01-29 08:23:35'),(66775,25169,'action started via WP Cron','2021-01-29 16:30:25','2021-01-29 08:30:25'),(66776,25169,'action complete via WP Cron','2021-01-29 16:30:25','2021-01-29 08:30:25'),(66777,25170,'action created','2021-01-29 16:30:25','2021-01-29 08:30:25'),(66778,25170,'action started via WP Cron','2021-01-29 16:36:08','2021-01-29 08:36:08'),(66779,25170,'action complete via WP Cron','2021-01-29 16:36:08','2021-01-29 08:36:08'),(66780,25171,'action created','2021-01-29 16:36:09','2021-01-29 08:36:09'),(66781,25171,'action started via WP Cron','2021-01-29 16:36:56','2021-01-29 08:36:56'),(66782,25171,'action complete via WP Cron','2021-01-29 16:36:56','2021-01-29 08:36:56'),(66783,25172,'action created','2021-01-29 16:36:56','2021-01-29 08:36:56'),(66784,25172,'action started via WP Cron','2021-01-29 16:41:11','2021-01-29 08:41:11'),(66785,25172,'action complete via WP Cron','2021-01-29 16:41:11','2021-01-29 08:41:11'),(66786,25173,'action created','2021-01-29 16:41:11','2021-01-29 08:41:11'),(66787,25173,'action started via WP Cron','2021-01-29 16:43:12','2021-01-29 08:43:12'),(66788,25173,'action complete via WP Cron','2021-01-29 16:43:12','2021-01-29 08:43:12'),(66789,25174,'action created','2021-01-29 16:43:12','2021-01-29 08:43:12'),(66790,25174,'action started via WP Cron','2021-01-29 16:55:19','2021-01-29 08:55:19'),(66791,25174,'action complete via WP Cron','2021-01-29 16:55:19','2021-01-29 08:55:19'),(66792,25175,'action created','2021-01-29 16:55:19','2021-01-29 08:55:19'),(66793,25175,'action started via WP Cron','2021-01-29 17:04:45','2021-01-29 09:04:45'),(66794,25175,'action complete via WP Cron','2021-01-29 17:04:45','2021-01-29 09:04:45'),(66795,25176,'action created','2021-01-29 17:04:45','2021-01-29 09:04:45'),(66796,25176,'action started via WP Cron','2021-01-29 17:06:20','2021-01-29 09:06:20'),(66797,25176,'action complete via WP Cron','2021-01-29 17:06:20','2021-01-29 09:06:20'),(66798,25177,'action created','2021-01-29 17:06:20','2021-01-29 09:06:20'),(66799,25177,'action started via WP Cron','2021-01-29 17:06:46','2021-01-29 09:06:46'),(66800,25177,'action complete via WP Cron','2021-01-29 17:06:46','2021-01-29 09:06:46'),(66801,25178,'action created','2021-01-29 17:06:46','2021-01-29 09:06:46'),(66802,25178,'action started via WP Cron','2021-01-29 17:07:47','2021-01-29 09:07:47'),(66803,25178,'action complete via WP Cron','2021-01-29 17:07:47','2021-01-29 09:07:47'),(66804,25179,'action created','2021-01-29 17:07:48','2021-01-29 09:07:48'),(66805,25179,'action started via WP Cron','2021-01-29 17:08:48','2021-01-29 09:08:48'),(66806,25179,'action complete via WP Cron','2021-01-29 17:08:48','2021-01-29 09:08:48'),(66807,25180,'action created','2021-01-29 17:08:48','2021-01-29 09:08:48'),(66808,25180,'action started via WP Cron','2021-01-29 17:14:12','2021-01-29 09:14:12'),(66809,25180,'action complete via WP Cron','2021-01-29 17:14:12','2021-01-29 09:14:12'),(66810,25181,'action created','2021-01-29 17:14:13','2021-01-29 09:14:13'),(66811,25181,'action started via WP Cron','2021-01-29 17:19:16','2021-01-29 09:19:16'),(66812,25181,'action complete via WP Cron','2021-01-29 17:19:16','2021-01-29 09:19:16'),(66813,25182,'action created','2021-01-29 17:19:16','2021-01-29 09:19:16'),(66814,25182,'action started via WP Cron','2021-01-29 17:20:17','2021-01-29 09:20:17'),(66815,25182,'action complete via WP Cron','2021-01-29 17:20:17','2021-01-29 09:20:17'),(66816,25183,'action created','2021-01-29 17:20:17','2021-01-29 09:20:17'),(66817,25183,'action started via WP Cron','2021-01-29 17:29:14','2021-01-29 09:29:14'),(66818,25183,'action complete via WP Cron','2021-01-29 17:29:14','2021-01-29 09:29:14'),(66819,25184,'action created','2021-01-29 17:29:14','2021-01-29 09:29:14'),(66820,25184,'action started via WP Cron','2021-01-29 17:41:55','2021-01-29 09:41:55'),(66821,25184,'action complete via WP Cron','2021-01-29 17:41:55','2021-01-29 09:41:55'),(66822,25185,'action created','2021-01-29 17:41:56','2021-01-29 09:41:56'),(66823,25185,'action started via WP Cron','2021-01-29 17:48:59','2021-01-29 09:48:59'),(66824,25185,'action complete via WP Cron','2021-01-29 17:48:59','2021-01-29 09:48:59'),(66825,25186,'action created','2021-01-29 17:48:59','2021-01-29 09:48:59'),(66826,25186,'action started via WP Cron','2021-01-29 17:50:05','2021-01-29 09:50:05'),(66827,25186,'action complete via WP Cron','2021-01-29 17:50:05','2021-01-29 09:50:05'),(66828,25187,'action created','2021-01-29 17:50:05','2021-01-29 09:50:05'),(66829,25187,'action started via WP Cron','2021-01-29 17:51:13','2021-01-29 09:51:13'),(66830,25187,'action complete via WP Cron','2021-01-29 17:51:13','2021-01-29 09:51:13'),(66831,25188,'action created','2021-01-29 17:51:13','2021-01-29 09:51:13'),(66832,25188,'action started via WP Cron','2021-01-29 17:52:07','2021-01-29 09:52:07'),(66833,25188,'action complete via WP Cron','2021-01-29 17:52:07','2021-01-29 09:52:07'),(66834,25189,'action created','2021-01-29 17:52:07','2021-01-29 09:52:07'),(66835,25189,'action started via WP Cron','2021-01-29 17:53:08','2021-01-29 09:53:08'),(66836,25189,'action complete via WP Cron','2021-01-29 17:53:08','2021-01-29 09:53:08'),(66837,25190,'action created','2021-01-29 17:53:09','2021-01-29 09:53:09'),(66838,25190,'action started via WP Cron','2021-01-29 17:54:13','2021-01-29 09:54:13'),(66839,25190,'action complete via WP Cron','2021-01-29 17:54:13','2021-01-29 09:54:13'),(66840,25191,'action created','2021-01-29 18:02:14','2021-01-29 10:02:14'),(66841,25191,'action started via WP Cron','2021-01-29 18:03:56','2021-01-29 10:03:56'),(66842,25191,'action complete via WP Cron','2021-01-29 18:03:56','2021-01-29 10:03:56'),(66843,25192,'action created','2021-01-29 18:03:56','2021-01-29 10:03:56'),(66844,25192,'action started via WP Cron','2021-01-29 18:07:16','2021-01-29 10:07:16'),(66845,25192,'action complete via WP Cron','2021-01-29 18:07:16','2021-01-29 10:07:16'),(66846,25193,'action created','2021-01-29 18:07:16','2021-01-29 10:07:16'),(66847,25193,'action started via WP Cron','2021-01-29 18:08:25','2021-01-29 10:08:25'),(66848,25193,'action complete via WP Cron','2021-01-29 18:08:25','2021-01-29 10:08:25'),(66849,25194,'action created','2021-01-29 18:08:25','2021-01-29 10:08:25'),(66850,25194,'action started via WP Cron','2021-01-29 18:08:52','2021-01-29 10:08:52'),(66851,25194,'action complete via WP Cron','2021-01-29 18:08:52','2021-01-29 10:08:52'),(66852,25195,'action created','2021-01-29 18:08:52','2021-01-29 10:08:52'),(66853,25195,'action started via WP Cron','2021-01-29 18:10:54','2021-01-29 10:10:54'),(66854,25195,'action complete via WP Cron','2021-01-29 18:10:54','2021-01-29 10:10:54'),(66855,25196,'action created','2021-01-29 18:10:54','2021-01-29 10:10:54'),(66856,25196,'action started via WP Cron','2021-01-29 18:11:55','2021-01-29 10:11:55'),(66857,25196,'action complete via WP Cron','2021-01-29 18:11:55','2021-01-29 10:11:55'),(66858,25197,'action created','2021-01-29 18:11:55','2021-01-29 10:11:55'),(66859,25197,'action started via WP Cron','2021-01-29 18:12:56','2021-01-29 10:12:56'),(66860,25197,'action complete via WP Cron','2021-01-29 18:12:56','2021-01-29 10:12:56'),(66861,25198,'action created','2021-01-29 18:12:56','2021-01-29 10:12:56'),(66862,25198,'action started via WP Cron','2021-01-29 18:22:10','2021-01-29 10:22:10'),(66863,25198,'action complete via WP Cron','2021-01-29 18:22:10','2021-01-29 10:22:10'),(66864,25199,'action created','2021-01-29 18:22:11','2021-01-29 10:22:11'),(66865,25199,'action started via WP Cron','2021-01-29 18:23:28','2021-01-29 10:23:28'),(66866,25199,'action complete via WP Cron','2021-01-29 18:23:28','2021-01-29 10:23:28'),(66867,25200,'action created','2021-01-29 18:23:28','2021-01-29 10:23:28'),(66868,25200,'action started via WP Cron','2021-01-29 18:26:45','2021-01-29 10:26:45'),(66869,25200,'action complete via WP Cron','2021-01-29 18:26:45','2021-01-29 10:26:45'),(66870,25201,'action created','2021-01-29 18:26:46','2021-01-29 10:26:46'),(66871,25201,'action started via WP Cron','2021-01-29 18:30:03','2021-01-29 10:30:03'),(66872,25201,'action complete via WP Cron','2021-01-29 18:30:03','2021-01-29 10:30:03'),(66873,25202,'action created','2021-01-29 18:34:12','2021-01-29 10:34:12'),(66874,25202,'action started via WP Cron','2021-01-29 18:36:02','2021-01-29 10:36:02'),(66875,25202,'action complete via WP Cron','2021-01-29 18:36:02','2021-01-29 10:36:02'),(66876,25203,'action created','2021-01-29 18:36:02','2021-01-29 10:36:02'),(66877,25203,'action started via WP Cron','2021-01-29 18:39:58','2021-01-29 10:39:58'),(66878,25203,'action complete via WP Cron','2021-01-29 18:39:58','2021-01-29 10:39:58'),(66879,25204,'action created','2021-01-29 18:39:58','2021-01-29 10:39:58'),(66880,25204,'action started via WP Cron','2021-01-29 18:41:37','2021-01-29 10:41:37'),(66881,25204,'action complete via WP Cron','2021-01-29 18:41:37','2021-01-29 10:41:37'),(66882,25205,'action created','2021-01-29 18:41:37','2021-01-29 10:41:37'),(66883,25205,'action started via WP Cron','2021-01-29 18:42:36','2021-01-29 10:42:36'),(66884,25205,'action complete via WP Cron','2021-01-29 18:42:36','2021-01-29 10:42:36'),(66885,25206,'action created','2021-01-29 18:42:36','2021-01-29 10:42:36'),(66886,25206,'action started via WP Cron','2021-01-29 18:43:47','2021-01-29 10:43:47'),(66887,25206,'action complete via WP Cron','2021-01-29 18:43:47','2021-01-29 10:43:47'),(66888,25207,'action created','2021-01-29 18:43:47','2021-01-29 10:43:47'),(66889,25207,'action started via WP Cron','2021-01-29 18:44:43','2021-01-29 10:44:43'),(66890,25207,'action complete via WP Cron','2021-01-29 18:44:43','2021-01-29 10:44:43'),(66891,25208,'action created','2021-01-29 18:44:43','2021-01-29 10:44:43'),(66892,25208,'action started via WP Cron','2021-01-29 18:46:18','2021-01-29 10:46:18'),(66893,25208,'action complete via WP Cron','2021-01-29 18:46:18','2021-01-29 10:46:18'),(66894,25209,'action created','2021-01-29 18:46:18','2021-01-29 10:46:18'),(66895,25209,'action started via WP Cron','2021-01-29 18:48:12','2021-01-29 10:48:12'),(66896,25209,'action complete via WP Cron','2021-01-29 18:48:12','2021-01-29 10:48:12'),(66897,25210,'action created','2021-01-29 18:48:12','2021-01-29 10:48:12'),(66898,25210,'action started via WP Cron','2021-01-29 18:49:19','2021-01-29 10:49:19'),(66899,25210,'action complete via WP Cron','2021-01-29 18:49:19','2021-01-29 10:49:19'),(66900,25211,'action created','2021-01-29 18:49:19','2021-01-29 10:49:19'),(66901,25211,'action started via WP Cron','2021-01-29 18:52:46','2021-01-29 10:52:46'),(66902,25211,'action complete via WP Cron','2021-01-29 18:52:47','2021-01-29 10:52:47'),(66903,25212,'action created','2021-01-29 18:52:47','2021-01-29 10:52:47'),(66904,25212,'action started via WP Cron','2021-01-29 18:56:42','2021-01-29 10:56:42'),(66905,25212,'action complete via WP Cron','2021-01-29 18:56:42','2021-01-29 10:56:42'),(66906,25213,'action created','2021-01-29 18:56:42','2021-01-29 10:56:42'),(66907,25213,'action started via WP Cron','2021-01-29 18:59:40','2021-01-29 10:59:40'),(66908,25213,'action complete via WP Cron','2021-01-29 18:59:40','2021-01-29 10:59:40'),(66909,25214,'action created','2021-01-29 18:59:40','2021-01-29 10:59:40'),(66910,25214,'action started via WP Cron','2021-01-29 19:01:17','2021-01-29 11:01:17'),(66911,25214,'action complete via WP Cron','2021-01-29 19:01:17','2021-01-29 11:01:17'),(66912,25215,'action created','2021-01-29 19:01:17','2021-01-29 11:01:17'),(66913,25215,'action started via WP Cron','2021-01-29 19:01:53','2021-01-29 11:01:53'),(66914,25215,'action complete via WP Cron','2021-01-29 19:01:53','2021-01-29 11:01:53'),(66915,25216,'action created','2021-01-29 19:01:54','2021-01-29 11:01:54'),(66916,25216,'action started via WP Cron','2021-01-29 19:02:54','2021-01-29 11:02:54'),(66917,25216,'action complete via WP Cron','2021-01-29 19:02:54','2021-01-29 11:02:54'),(66918,25217,'action created','2021-01-29 19:02:54','2021-01-29 11:02:54'),(66919,25217,'action started via WP Cron','2021-01-29 19:03:41','2021-01-29 11:03:41'),(66920,25217,'action complete via WP Cron','2021-01-29 19:03:41','2021-01-29 11:03:41'),(66921,25218,'action created','2021-01-29 19:03:41','2021-01-29 11:03:41'),(66922,25218,'action started via WP Cron','2021-01-29 19:13:02','2021-01-29 11:13:02'),(66923,25218,'action complete via WP Cron','2021-01-29 19:13:02','2021-01-29 11:13:02'),(66924,25219,'action created','2021-01-29 19:13:03','2021-01-29 11:13:03'),(66925,25219,'action started via WP Cron','2021-01-29 19:13:56','2021-01-29 11:13:56'),(66926,25219,'action complete via WP Cron','2021-01-29 19:13:56','2021-01-29 11:13:56'),(66927,25220,'action created','2021-01-29 19:13:56','2021-01-29 11:13:56'),(66928,25220,'action started via WP Cron','2021-01-29 19:14:58','2021-01-29 11:14:58'),(66929,25220,'action complete via WP Cron','2021-01-29 19:14:58','2021-01-29 11:14:58'),(66930,25221,'action created','2021-01-29 19:14:58','2021-01-29 11:14:58'),(66931,25221,'action started via WP Cron','2021-01-29 19:16:59','2021-01-29 11:16:59'),(66932,25221,'action complete via WP Cron','2021-01-29 19:16:59','2021-01-29 11:16:59'),(66933,25222,'action created','2021-01-29 19:16:59','2021-01-29 11:16:59'),(66934,25222,'action started via WP Cron','2021-01-29 19:18:00','2021-01-29 11:18:00'),(66935,25222,'action complete via WP Cron','2021-01-29 19:18:00','2021-01-29 11:18:00'),(66936,25223,'action created','2021-01-29 19:18:00','2021-01-29 11:18:00'),(66937,25223,'action started via WP Cron','2021-01-29 19:19:02','2021-01-29 11:19:02'),(66938,25223,'action complete via WP Cron','2021-01-29 19:19:02','2021-01-29 11:19:02'),(66939,25224,'action created','2021-01-29 19:19:02','2021-01-29 11:19:02'),(66940,25224,'action started via WP Cron','2021-01-29 19:20:10','2021-01-29 11:20:10'),(66941,25224,'action complete via WP Cron','2021-01-29 19:20:10','2021-01-29 11:20:10'),(66942,25225,'action created','2021-01-29 19:20:10','2021-01-29 11:20:10'),(66943,25225,'action started via WP Cron','2021-01-29 19:21:11','2021-01-29 11:21:11'),(66944,25225,'action complete via WP Cron','2021-01-29 19:21:11','2021-01-29 11:21:11'),(66945,25226,'action created','2021-01-29 19:21:11','2021-01-29 11:21:11'),(66946,25226,'action started via WP Cron','2021-01-29 19:21:52','2021-01-29 11:21:52'),(66947,25226,'action complete via WP Cron','2021-01-29 19:21:52','2021-01-29 11:21:52'),(66948,25227,'action created','2021-01-29 19:21:52','2021-01-29 11:21:52'),(66949,25227,'action started via WP Cron','2021-01-29 19:24:07','2021-01-29 11:24:07'),(66950,25227,'action complete via WP Cron','2021-01-29 19:24:07','2021-01-29 11:24:07'),(66951,25228,'action created','2021-01-29 19:24:08','2021-01-29 11:24:08'),(66952,25228,'action started via WP Cron','2021-01-29 19:26:23','2021-01-29 11:26:23'),(66953,25228,'action complete via WP Cron','2021-01-29 19:26:23','2021-01-29 11:26:23'),(66954,25229,'action created','2021-01-29 19:26:23','2021-01-29 11:26:23'),(66955,25229,'action started via WP Cron','2021-01-29 19:27:16','2021-01-29 11:27:16'),(66956,25229,'action complete via WP Cron','2021-01-29 19:27:16','2021-01-29 11:27:16'),(66957,25230,'action created','2021-01-29 19:27:16','2021-01-29 11:27:16'),(66958,25230,'action started via WP Cron','2021-01-29 19:33:22','2021-01-29 11:33:22'),(66959,25230,'action complete via WP Cron','2021-01-29 19:33:22','2021-01-29 11:33:22'),(66960,25231,'action created','2021-01-29 19:33:23','2021-01-29 11:33:23'),(66961,25231,'action started via WP Cron','2021-01-29 19:34:42','2021-01-29 11:34:42'),(66962,25231,'action complete via WP Cron','2021-01-29 19:34:43','2021-01-29 11:34:43'),(66963,25232,'action created','2021-01-29 19:34:43','2021-01-29 11:34:43'),(66964,25232,'action started via WP Cron','2021-01-29 19:35:58','2021-01-29 11:35:58'),(66965,25232,'action complete via WP Cron','2021-01-29 19:35:58','2021-01-29 11:35:58'),(66966,25233,'action created','2021-01-29 19:35:58','2021-01-29 11:35:58'),(66967,25233,'action started via WP Cron','2021-01-29 19:36:59','2021-01-29 11:36:59'),(66968,25233,'action complete via WP Cron','2021-01-29 19:36:59','2021-01-29 11:36:59'),(66969,25234,'action created','2021-01-29 19:36:59','2021-01-29 11:36:59'),(66970,25234,'action started via WP Cron','2021-01-29 19:38:00','2021-01-29 11:38:00'),(66971,25234,'action complete via WP Cron','2021-01-29 19:38:00','2021-01-29 11:38:00'),(66972,25235,'action created','2021-01-29 19:38:00','2021-01-29 11:38:00'),(66973,25235,'action started via WP Cron','2021-01-29 19:40:28','2021-01-29 11:40:28'),(66974,25235,'action complete via WP Cron','2021-01-29 19:40:28','2021-01-29 11:40:28'),(66975,25236,'action created','2021-01-29 19:40:28','2021-01-29 11:40:28'),(66976,25236,'action started via WP Cron','2021-01-29 19:46:25','2021-01-29 11:46:25'),(66977,25236,'action complete via WP Cron','2021-01-29 19:46:25','2021-01-29 11:46:25'),(66978,25237,'action created','2021-01-29 19:46:25','2021-01-29 11:46:25'),(66979,25237,'action started via WP Cron','2021-01-29 19:46:41','2021-01-29 11:46:41'),(66980,25237,'action complete via WP Cron','2021-01-29 19:46:41','2021-01-29 11:46:41'),(66981,25238,'action created','2021-01-29 19:46:41','2021-01-29 11:46:41'),(66982,25238,'action started via WP Cron','2021-01-29 19:48:53','2021-01-29 11:48:53'),(66983,25238,'action complete via WP Cron','2021-01-29 19:48:53','2021-01-29 11:48:53'),(66984,25239,'action created','2021-01-29 19:48:53','2021-01-29 11:48:53'),(66985,25239,'action started via WP Cron','2021-01-29 19:49:46','2021-01-29 11:49:46'),(66986,25239,'action complete via WP Cron','2021-01-29 19:49:46','2021-01-29 11:49:46'),(66987,25240,'action created','2021-01-29 19:49:46','2021-01-29 11:49:46'),(66988,25240,'action started via WP Cron','2021-01-29 19:54:29','2021-01-29 11:54:29'),(66989,25240,'action complete via WP Cron','2021-01-29 19:54:29','2021-01-29 11:54:29'),(66990,25241,'action created','2021-01-29 19:55:13','2021-01-29 11:55:13'),(66991,25241,'action started via WP Cron','2021-01-29 19:58:34','2021-01-29 11:58:34'),(66992,25241,'action complete via WP Cron','2021-01-29 19:58:34','2021-01-29 11:58:34'),(66993,25242,'action created','2021-01-29 19:58:34','2021-01-29 11:58:34'),(66994,25242,'action started via WP Cron','2021-01-29 20:00:30','2021-01-29 12:00:30'),(66995,25242,'action complete via WP Cron','2021-01-29 20:00:30','2021-01-29 12:00:30'),(66996,25243,'action created','2021-01-29 20:00:30','2021-01-29 12:00:30'),(66997,25243,'action started via WP Cron','2021-01-29 20:00:57','2021-01-29 12:00:57'),(66998,25243,'action complete via WP Cron','2021-01-29 20:00:57','2021-01-29 12:00:57'),(66999,25244,'action created','2021-01-29 20:00:57','2021-01-29 12:00:57'),(67000,25244,'action started via WP Cron','2021-01-29 20:02:02','2021-01-29 12:02:02'),(67001,25244,'action complete via WP Cron','2021-01-29 20:02:02','2021-01-29 12:02:02'),(67002,25245,'action created','2021-01-29 20:02:02','2021-01-29 12:02:02'),(67003,25245,'action started via WP Cron','2021-01-29 20:03:20','2021-01-29 12:03:20'),(67004,25245,'action complete via WP Cron','2021-01-29 20:03:20','2021-01-29 12:03:20'),(67005,25246,'action created','2021-01-29 20:03:20','2021-01-29 12:03:20'),(67006,25246,'action started via WP Cron','2021-01-29 20:03:57','2021-01-29 12:03:57'),(67007,25246,'action complete via WP Cron','2021-01-29 20:03:57','2021-01-29 12:03:57'),(67008,25247,'action created','2021-01-29 20:03:57','2021-01-29 12:03:57'),(67009,25247,'action started via WP Cron','2021-01-29 20:04:55','2021-01-29 12:04:55'),(67010,25247,'action complete via WP Cron','2021-01-29 20:04:55','2021-01-29 12:04:55'),(67011,25248,'action created','2021-01-29 20:04:55','2021-01-29 12:04:55'),(67012,25248,'action started via WP Cron','2021-01-29 20:05:56','2021-01-29 12:05:56'),(67013,25248,'action complete via WP Cron','2021-01-29 20:05:56','2021-01-29 12:05:56'),(67014,25249,'action created','2021-01-29 20:05:56','2021-01-29 12:05:56'),(67015,25249,'action started via WP Cron','2021-01-29 20:06:42','2021-01-29 12:06:42'),(67016,25249,'action complete via WP Cron','2021-01-29 20:06:42','2021-01-29 12:06:42'),(67017,25250,'action created','2021-01-29 20:06:42','2021-01-29 12:06:42'),(67018,25250,'action started via WP Cron','2021-01-29 20:14:23','2021-01-29 12:14:23'),(67019,25250,'action complete via WP Cron','2021-01-29 20:14:23','2021-01-29 12:14:23'),(67020,25251,'action created','2021-01-29 20:14:23','2021-01-29 12:14:23'),(67021,25251,'action started via WP Cron','2021-01-29 20:17:48','2021-01-29 12:17:48'),(67022,25251,'action complete via WP Cron','2021-01-29 20:17:48','2021-01-29 12:17:48'),(67023,25252,'action created','2021-01-29 20:17:48','2021-01-29 12:17:48'),(67024,25252,'action started via WP Cron','2021-01-29 20:21:26','2021-01-29 12:21:26'),(67025,25252,'action complete via WP Cron','2021-01-29 20:21:26','2021-01-29 12:21:26'),(67026,25253,'action created','2021-01-29 20:21:26','2021-01-29 12:21:26'),(67027,25253,'action started via WP Cron','2021-01-29 20:22:11','2021-01-29 12:22:11'),(67028,25253,'action complete via WP Cron','2021-01-29 20:22:11','2021-01-29 12:22:11'),(67029,25254,'action created','2021-01-29 20:22:11','2021-01-29 12:22:11'),(67030,25254,'action started via WP Cron','2021-01-29 20:23:09','2021-01-29 12:23:09'),(67031,25254,'action complete via WP Cron','2021-01-29 20:23:09','2021-01-29 12:23:09'),(67032,25255,'action created','2021-01-29 20:23:09','2021-01-29 12:23:09'),(67033,25255,'action started via WP Cron','2021-01-29 20:24:13','2021-01-29 12:24:13'),(67034,25255,'action complete via WP Cron','2021-01-29 20:24:13','2021-01-29 12:24:13'),(67035,25256,'action created','2021-01-29 20:24:13','2021-01-29 12:24:13'),(67036,25256,'action started via WP Cron','2021-01-29 20:25:14','2021-01-29 12:25:14'),(67037,25256,'action complete via WP Cron','2021-01-29 20:25:14','2021-01-29 12:25:14'),(67038,25257,'action created','2021-01-29 20:25:14','2021-01-29 12:25:14'),(67039,25257,'action started via WP Cron','2021-01-29 20:28:46','2021-01-29 12:28:46'),(67040,25257,'action complete via WP Cron','2021-01-29 20:28:46','2021-01-29 12:28:46'),(67041,25258,'action created','2021-01-29 20:28:46','2021-01-29 12:28:46'),(67042,25258,'action started via WP Cron','2021-01-29 20:31:54','2021-01-29 12:31:54'),(67043,25258,'action complete via WP Cron','2021-01-29 20:31:54','2021-01-29 12:31:54'),(67044,25259,'action created','2021-01-29 20:31:54','2021-01-29 12:31:54'),(67045,25259,'action started via WP Cron','2021-01-29 20:33:51','2021-01-29 12:33:51'),(67046,25259,'action complete via WP Cron','2021-01-29 20:33:51','2021-01-29 12:33:51'),(67047,25260,'action created','2021-01-29 20:33:51','2021-01-29 12:33:51'),(67048,25260,'action started via WP Cron','2021-01-29 20:35:36','2021-01-29 12:35:36'),(67049,25260,'action complete via WP Cron','2021-01-29 20:35:36','2021-01-29 12:35:36'),(67050,25261,'action created','2021-01-29 20:35:36','2021-01-29 12:35:36'),(67051,25261,'action started via WP Cron','2021-01-29 20:37:58','2021-01-29 12:37:58'),(67052,25261,'action complete via WP Cron','2021-01-29 20:37:58','2021-01-29 12:37:58'),(67053,25262,'action created','2021-01-29 20:37:58','2021-01-29 12:37:58'),(67054,25262,'action started via WP Cron','2021-01-29 20:39:00','2021-01-29 12:39:00'),(67055,25262,'action complete via WP Cron','2021-01-29 20:39:00','2021-01-29 12:39:00'),(67056,25263,'action created','2021-01-29 20:39:00','2021-01-29 12:39:00'),(67057,25263,'action started via WP Cron','2021-01-29 20:40:02','2021-01-29 12:40:02'),(67058,25263,'action complete via WP Cron','2021-01-29 20:40:02','2021-01-29 12:40:02'),(67059,25264,'action created','2021-01-29 20:41:03','2021-01-29 12:41:03'),(67060,25264,'action started via WP Cron','2021-01-29 20:46:52','2021-01-29 12:46:52'),(67061,25264,'action complete via WP Cron','2021-01-29 20:46:52','2021-01-29 12:46:52'),(67062,25265,'action created','2021-01-29 20:46:52','2021-01-29 12:46:52'),(67063,25265,'action started via WP Cron','2021-01-29 20:51:42','2021-01-29 12:51:42'),(67064,25265,'action complete via WP Cron','2021-01-29 20:51:42','2021-01-29 12:51:42'),(67065,25266,'action created','2021-01-29 20:51:42','2021-01-29 12:51:42'),(67066,25266,'action started via WP Cron','2021-01-29 20:54:13','2021-01-29 12:54:13'),(67067,25266,'action complete via WP Cron','2021-01-29 20:54:13','2021-01-29 12:54:13'),(67068,25267,'action created','2021-01-29 20:54:13','2021-01-29 12:54:13'),(67069,25267,'action started via WP Cron','2021-01-29 20:57:12','2021-01-29 12:57:12'),(67070,25267,'action complete via WP Cron','2021-01-29 20:57:12','2021-01-29 12:57:12'),(67071,25268,'action created','2021-01-29 20:57:12','2021-01-29 12:57:12'),(67072,25268,'action started via WP Cron','2021-01-29 20:59:16','2021-01-29 12:59:16'),(67073,25268,'action complete via WP Cron','2021-01-29 20:59:16','2021-01-29 12:59:16'),(67074,25269,'action created','2021-01-29 21:04:16','2021-01-29 13:04:16'),(67075,25269,'action started via WP Cron','2021-01-29 21:05:20','2021-01-29 13:05:20'),(67076,25269,'action complete via WP Cron','2021-01-29 21:05:20','2021-01-29 13:05:20'),(67077,25270,'action created','2021-01-29 21:05:20','2021-01-29 13:05:20'),(67078,25270,'action started via WP Cron','2021-01-29 21:06:21','2021-01-29 13:06:21'),(67079,25270,'action complete via WP Cron','2021-01-29 21:06:21','2021-01-29 13:06:21'),(67080,25271,'action created','2021-01-29 21:06:21','2021-01-29 13:06:21'),(67081,25271,'action started via WP Cron','2021-01-29 21:09:45','2021-01-29 13:09:45'),(67082,25271,'action complete via WP Cron','2021-01-29 21:09:45','2021-01-29 13:09:45'),(67083,25272,'action created','2021-01-29 21:09:45','2021-01-29 13:09:45'),(67084,25272,'action started via WP Cron','2021-01-29 21:11:41','2021-01-29 13:11:41'),(67085,25272,'action complete via WP Cron','2021-01-29 21:11:41','2021-01-29 13:11:41'),(67086,25273,'action created','2021-01-29 21:11:41','2021-01-29 13:11:41'),(67087,25273,'action started via WP Cron','2021-01-29 21:13:04','2021-01-29 13:13:04'),(67088,25273,'action complete via WP Cron','2021-01-29 21:13:04','2021-01-29 13:13:04'),(67089,25274,'action created','2021-01-29 21:13:04','2021-01-29 13:13:04'),(67090,25274,'action started via WP Cron','2021-01-29 21:14:50','2021-01-29 13:14:50'),(67091,25274,'action complete via WP Cron','2021-01-29 21:14:50','2021-01-29 13:14:50'),(67092,25275,'action created','2021-01-29 21:14:50','2021-01-29 13:14:50'),(67093,25275,'action started via WP Cron','2021-01-29 21:15:50','2021-01-29 13:15:50'),(67094,25275,'action complete via WP Cron','2021-01-29 21:15:50','2021-01-29 13:15:50'),(67095,25276,'action created','2021-01-29 21:15:51','2021-01-29 13:15:51'),(67096,25276,'action started via WP Cron','2021-01-29 21:17:52','2021-01-29 13:17:52'),(67097,25276,'action complete via WP Cron','2021-01-29 21:17:52','2021-01-29 13:17:52'),(67098,25277,'action created','2021-01-29 21:17:52','2021-01-29 13:17:52'),(67099,25277,'action started via WP Cron','2021-01-29 21:18:54','2021-01-29 13:18:54'),(67100,25277,'action complete via WP Cron','2021-01-29 21:18:54','2021-01-29 13:18:54'),(67101,25278,'action created','2021-01-29 21:18:54','2021-01-29 13:18:54'),(67102,25278,'action started via WP Cron','2021-01-29 21:24:57','2021-01-29 13:24:57'),(67103,25278,'action complete via WP Cron','2021-01-29 21:24:57','2021-01-29 13:24:57'),(67104,25279,'action created','2021-01-29 21:24:57','2021-01-29 13:24:57'),(67105,25279,'action started via WP Cron','2021-01-29 21:26:14','2021-01-29 13:26:14'),(67106,25279,'action complete via WP Cron','2021-01-29 21:26:14','2021-01-29 13:26:14'),(67107,25280,'action created','2021-01-29 21:26:14','2021-01-29 13:26:14'),(67108,25280,'action started via WP Cron','2021-01-29 21:27:15','2021-01-29 13:27:15'),(67109,25280,'action complete via WP Cron','2021-01-29 21:27:15','2021-01-29 13:27:15'),(67110,25281,'action created','2021-01-29 21:27:15','2021-01-29 13:27:15'),(67111,25281,'action started via WP Cron','2021-01-29 21:28:16','2021-01-29 13:28:16'),(67112,25281,'action complete via WP Cron','2021-01-29 21:28:16','2021-01-29 13:28:16'),(67113,25282,'action created','2021-01-29 21:28:17','2021-01-29 13:28:17'),(67114,25282,'action started via WP Cron','2021-01-29 21:29:18','2021-01-29 13:29:18'),(67115,25282,'action complete via WP Cron','2021-01-29 21:29:18','2021-01-29 13:29:18'),(67116,25283,'action created','2021-01-29 21:30:35','2021-01-29 13:30:35'),(67117,25283,'action started via WP Cron','2021-01-29 21:31:18','2021-01-29 13:31:18'),(67118,25283,'action complete via WP Cron','2021-01-29 21:31:18','2021-01-29 13:31:18'),(67119,25284,'action created','2021-01-29 21:31:19','2021-01-29 13:31:19'),(67120,25284,'action started via WP Cron','2021-01-29 21:32:03','2021-01-29 13:32:03'),(67121,25284,'action complete via WP Cron','2021-01-29 21:32:03','2021-01-29 13:32:03'),(67122,25285,'action created','2021-01-29 21:32:03','2021-01-29 13:32:03'),(67123,25285,'action started via WP Cron','2021-01-29 21:34:20','2021-01-29 13:34:20'),(67124,25285,'action complete via WP Cron','2021-01-29 21:34:20','2021-01-29 13:34:20'),(67125,25286,'action created','2021-01-29 21:34:20','2021-01-29 13:34:20'),(67126,25286,'action started via WP Cron','2021-01-29 21:35:57','2021-01-29 13:35:57'),(67127,25286,'action complete via WP Cron','2021-01-29 21:35:57','2021-01-29 13:35:57'),(67128,25287,'action created','2021-01-29 21:35:57','2021-01-29 13:35:57'),(67129,25287,'action started via WP Cron','2021-01-29 21:41:20','2021-01-29 13:41:20'),(67130,25287,'action complete via WP Cron','2021-01-29 21:41:20','2021-01-29 13:41:20'),(67131,25288,'action created','2021-01-29 21:41:20','2021-01-29 13:41:20'),(67132,25288,'action started via WP Cron','2021-01-29 21:42:21','2021-01-29 13:42:21'),(67133,25288,'action complete via WP Cron','2021-01-29 21:42:21','2021-01-29 13:42:21'),(67134,25289,'action created','2021-01-29 21:42:21','2021-01-29 13:42:21'),(67135,25289,'action started via WP Cron','2021-01-29 21:43:22','2021-01-29 13:43:22'),(67136,25289,'action complete via WP Cron','2021-01-29 21:43:22','2021-01-29 13:43:22'),(67137,25290,'action created','2021-01-29 21:43:22','2021-01-29 13:43:22'),(67138,25290,'action started via WP Cron','2021-01-29 21:45:25','2021-01-29 13:45:25'),(67139,25290,'action complete via WP Cron','2021-01-29 21:45:25','2021-01-29 13:45:25'),(67140,25291,'action created','2021-01-29 21:45:25','2021-01-29 13:45:25'),(67141,25291,'action started via WP Cron','2021-01-29 21:46:25','2021-01-29 13:46:25'),(67142,25291,'action complete via WP Cron','2021-01-29 21:46:25','2021-01-29 13:46:25'),(67143,25292,'action created','2021-01-29 21:46:25','2021-01-29 13:46:25'),(67144,25292,'action started via WP Cron','2021-01-29 21:47:26','2021-01-29 13:47:26'),(67145,25292,'action complete via WP Cron','2021-01-29 21:47:26','2021-01-29 13:47:26'),(67146,25293,'action created','2021-01-29 21:47:26','2021-01-29 13:47:26'),(67147,25293,'action started via WP Cron','2021-01-29 21:53:28','2021-01-29 13:53:28'),(67148,25293,'action complete via WP Cron','2021-01-29 21:53:28','2021-01-29 13:53:28'),(67149,25294,'action created','2021-01-29 21:53:29','2021-01-29 13:53:29'),(67150,25294,'action started via WP Cron','2021-01-29 22:01:46','2021-01-29 14:01:46'),(67151,25294,'action complete via WP Cron','2021-01-29 22:01:46','2021-01-29 14:01:46'),(67152,25295,'action created','2021-01-29 22:01:46','2021-01-29 14:01:46'),(67153,25295,'action started via WP Cron','2021-01-29 22:04:16','2021-01-29 14:04:16'),(67154,25295,'action complete via WP Cron','2021-01-29 22:04:16','2021-01-29 14:04:16'),(67155,25296,'action created','2021-01-29 22:04:16','2021-01-29 14:04:16'),(67156,25296,'action started via WP Cron','2021-01-29 22:06:24','2021-01-29 14:06:24'),(67157,25296,'action complete via WP Cron','2021-01-29 22:06:24','2021-01-29 14:06:24'),(67158,25297,'action created','2021-01-29 22:06:24','2021-01-29 14:06:24'),(67159,25297,'action started via WP Cron','2021-01-29 22:07:25','2021-01-29 14:07:25'),(67160,25297,'action complete via WP Cron','2021-01-29 22:07:25','2021-01-29 14:07:25'),(67161,25298,'action created','2021-01-29 22:08:26','2021-01-29 14:08:26'),(67162,25298,'action started via WP Cron','2021-01-29 22:10:28','2021-01-29 14:10:28'),(67163,25298,'action complete via WP Cron','2021-01-29 22:10:28','2021-01-29 14:10:28'),(67164,25299,'action created','2021-01-29 22:10:28','2021-01-29 14:10:28'),(67165,25299,'action started via WP Cron','2021-01-29 22:11:29','2021-01-29 14:11:29'),(67166,25299,'action complete via WP Cron','2021-01-29 22:11:29','2021-01-29 14:11:29'),(67167,25300,'action created','2021-01-29 22:11:29','2021-01-29 14:11:29'),(67168,25300,'action started via WP Cron','2021-01-29 22:12:30','2021-01-29 14:12:30'),(67169,25300,'action complete via WP Cron','2021-01-29 22:12:30','2021-01-29 14:12:30'),(67170,25301,'action created','2021-01-29 22:12:30','2021-01-29 14:12:30'),(67171,25301,'action started via WP Cron','2021-01-29 22:14:59','2021-01-29 14:14:59'),(67172,25301,'action complete via WP Cron','2021-01-29 22:14:59','2021-01-29 14:14:59'),(67173,25302,'action created','2021-01-29 22:14:59','2021-01-29 14:14:59'),(67174,25302,'action started via WP Cron','2021-01-29 22:25:21','2021-01-29 14:25:21'),(67175,25302,'action complete via WP Cron','2021-01-29 22:25:21','2021-01-29 14:25:21'),(67176,25303,'action created','2021-01-29 22:25:21','2021-01-29 14:25:21'),(67177,25303,'action started via WP Cron','2021-01-29 22:26:42','2021-01-29 14:26:42'),(67178,25303,'action complete via WP Cron','2021-01-29 22:26:42','2021-01-29 14:26:42'),(67179,25304,'action created','2021-01-29 22:26:42','2021-01-29 14:26:42'),(67180,25304,'action started via WP Cron','2021-01-29 22:31:26','2021-01-29 14:31:26'),(67181,25304,'action complete via WP Cron','2021-01-29 22:31:26','2021-01-29 14:31:26'),(67182,25305,'action created','2021-01-29 22:31:26','2021-01-29 14:31:26'),(67183,25305,'action started via WP Cron','2021-01-29 22:33:15','2021-01-29 14:33:15'),(67184,25305,'action complete via WP Cron','2021-01-29 22:33:15','2021-01-29 14:33:15'),(67185,25306,'action created','2021-01-29 22:33:15','2021-01-29 14:33:15'),(67186,25306,'action started via WP Cron','2021-01-29 22:34:21','2021-01-29 14:34:21'),(67187,25306,'action complete via WP Cron','2021-01-29 22:34:21','2021-01-29 14:34:21'),(67188,25307,'action created','2021-01-29 22:34:21','2021-01-29 14:34:21'),(67189,25307,'action started via WP Cron','2021-01-29 22:35:22','2021-01-29 14:35:22'),(67190,25307,'action complete via WP Cron','2021-01-29 22:35:22','2021-01-29 14:35:22'),(67191,25308,'action created','2021-01-29 22:35:22','2021-01-29 14:35:22'),(67192,25308,'action started via WP Cron','2021-01-29 22:36:24','2021-01-29 14:36:24'),(67193,25308,'action complete via WP Cron','2021-01-29 22:36:24','2021-01-29 14:36:24'),(67194,25309,'action created','2021-01-29 22:36:24','2021-01-29 14:36:24'),(67195,25309,'action started via WP Cron','2021-01-29 22:37:51','2021-01-29 14:37:51'),(67196,25309,'action complete via WP Cron','2021-01-29 22:37:51','2021-01-29 14:37:51'),(67197,25310,'action created','2021-01-29 22:37:52','2021-01-29 14:37:52'),(67198,25310,'action started via WP Cron','2021-01-29 22:39:23','2021-01-29 14:39:23'),(67199,25310,'action complete via WP Cron','2021-01-29 22:39:23','2021-01-29 14:39:23'),(67200,25311,'action created','2021-01-29 22:39:23','2021-01-29 14:39:23'),(67201,25311,'action started via WP Cron','2021-01-29 22:39:48','2021-01-29 14:39:48'),(67202,25311,'action complete via WP Cron','2021-01-29 22:39:48','2021-01-29 14:39:48'),(67203,25312,'action created','2021-01-29 22:39:48','2021-01-29 14:39:48'),(67204,25312,'action started via WP Cron','2021-01-29 22:41:32','2021-01-29 14:41:32'),(67205,25312,'action complete via WP Cron','2021-01-29 22:41:32','2021-01-29 14:41:32'),(67206,25313,'action created','2021-01-29 22:41:32','2021-01-29 14:41:32'),(67207,25313,'action started via WP Cron','2021-01-29 22:41:49','2021-01-29 14:41:49'),(67208,25313,'action complete via WP Cron','2021-01-29 22:41:49','2021-01-29 14:41:49'),(67209,25314,'action created','2021-01-29 22:41:49','2021-01-29 14:41:49'),(67210,25314,'action started via WP Cron','2021-01-29 22:46:39','2021-01-29 14:46:39'),(67211,25314,'action complete via WP Cron','2021-01-29 22:46:39','2021-01-29 14:46:39'),(67212,25315,'action created','2021-01-29 22:46:39','2021-01-29 14:46:39'),(67213,25315,'action started via WP Cron','2021-01-29 22:47:32','2021-01-29 14:47:32'),(67214,25315,'action complete via WP Cron','2021-01-29 22:47:32','2021-01-29 14:47:32'),(67215,25316,'action created','2021-01-29 22:47:32','2021-01-29 14:47:32'),(67216,25316,'action started via WP Cron','2021-01-29 22:48:33','2021-01-29 14:48:33'),(67217,25316,'action complete via WP Cron','2021-01-29 22:48:33','2021-01-29 14:48:33'),(67218,25317,'action created','2021-01-29 22:48:33','2021-01-29 14:48:33'),(67219,25317,'action started via WP Cron','2021-01-29 22:49:34','2021-01-29 14:49:34'),(67220,25317,'action complete via WP Cron','2021-01-29 22:49:34','2021-01-29 14:49:34'),(67221,25318,'action created','2021-01-29 22:49:34','2021-01-29 14:49:34'),(67222,25318,'action started via WP Cron','2021-01-29 22:51:37','2021-01-29 14:51:37'),(67223,25318,'action complete via WP Cron','2021-01-29 22:51:37','2021-01-29 14:51:37'),(67224,25319,'action created','2021-01-29 22:51:37','2021-01-29 14:51:37'),(67225,25319,'action started via WP Cron','2021-01-29 22:52:37','2021-01-29 14:52:37'),(67226,25319,'action complete via WP Cron','2021-01-29 22:52:37','2021-01-29 14:52:37'),(67227,25320,'action created','2021-01-29 22:52:37','2021-01-29 14:52:37'),(67228,25320,'action started via WP Cron','2021-01-29 22:53:15','2021-01-29 14:53:15'),(67229,25320,'action complete via WP Cron','2021-01-29 22:53:15','2021-01-29 14:53:15'),(67230,25321,'action created','2021-01-29 22:53:15','2021-01-29 14:53:15'),(67231,25321,'action started via WP Cron','2021-01-29 22:57:05','2021-01-29 14:57:05'),(67232,25321,'action complete via WP Cron','2021-01-29 22:57:05','2021-01-29 14:57:05'),(67233,25322,'action created','2021-01-29 22:57:05','2021-01-29 14:57:05'),(67234,25322,'action started via WP Cron','2021-01-29 23:04:29','2021-01-29 15:04:29'),(67235,25322,'action complete via WP Cron','2021-01-29 23:04:29','2021-01-29 15:04:29'),(67236,25323,'action created','2021-01-29 23:04:29','2021-01-29 15:04:29'),(67237,25323,'action started via WP Cron','2021-01-29 23:04:56','2021-01-29 15:04:56'),(67238,25323,'action complete via WP Cron','2021-01-29 23:04:56','2021-01-29 15:04:56'),(67239,25324,'action created','2021-01-29 23:04:56','2021-01-29 15:04:56'),(67240,25324,'action started via WP Cron','2021-01-29 23:13:30','2021-01-29 15:13:30'),(67241,25324,'action complete via WP Cron','2021-01-29 23:13:30','2021-01-29 15:13:30'),(67242,25325,'action created','2021-01-29 23:13:30','2021-01-29 15:13:30'),(67243,25325,'action started via WP Cron','2021-01-29 23:14:24','2021-01-29 15:14:24'),(67244,25325,'action complete via WP Cron','2021-01-29 23:14:24','2021-01-29 15:14:24'),(67245,25326,'action created','2021-01-29 23:14:25','2021-01-29 15:14:25'),(67246,25326,'action started via WP Cron','2021-01-29 23:14:48','2021-01-29 15:14:48'),(67247,25326,'action complete via WP Cron','2021-01-29 23:14:48','2021-01-29 15:14:48'),(67248,25327,'action created','2021-01-29 23:14:48','2021-01-29 15:14:48'),(67249,25327,'action started via WP Cron','2021-01-29 23:17:34','2021-01-29 15:17:34'),(67250,25327,'action complete via WP Cron','2021-01-29 23:17:34','2021-01-29 15:17:34'),(67251,25328,'action created','2021-01-29 23:17:34','2021-01-29 15:17:34'),(67252,25328,'action started via WP Cron','2021-01-29 23:18:35','2021-01-29 15:18:35'),(67253,25328,'action complete via WP Cron','2021-01-29 23:18:35','2021-01-29 15:18:35'),(67254,25329,'action created','2021-01-29 23:18:35','2021-01-29 15:18:35'),(67255,25329,'action started via WP Cron','2021-01-29 23:20:05','2021-01-29 15:20:05'),(67256,25329,'action complete via WP Cron','2021-01-29 23:20:05','2021-01-29 15:20:05'),(67257,25330,'action created','2021-01-29 23:20:05','2021-01-29 15:20:05'),(67258,25330,'action started via WP Cron','2021-01-29 23:21:15','2021-01-29 15:21:15'),(67259,25330,'action complete via WP Cron','2021-01-29 23:21:15','2021-01-29 15:21:15'),(67260,25331,'action created','2021-01-29 23:21:15','2021-01-29 15:21:15'),(67261,25331,'action started via WP Cron','2021-01-29 23:23:01','2021-01-29 15:23:01'),(67262,25331,'action complete via WP Cron','2021-01-29 23:23:01','2021-01-29 15:23:01'),(67263,25332,'action created','2021-01-29 23:23:01','2021-01-29 15:23:01'),(67264,25332,'action started via WP Cron','2021-01-29 23:34:36','2021-01-29 15:34:36'),(67265,25332,'action complete via WP Cron','2021-01-29 23:34:36','2021-01-29 15:34:36'),(67266,25333,'action created','2021-01-29 23:34:36','2021-01-29 15:34:36'),(67267,25333,'action started via WP Cron','2021-01-29 23:35:41','2021-01-29 15:35:41'),(67268,25333,'action complete via WP Cron','2021-01-29 23:35:41','2021-01-29 15:35:41'),(67269,25334,'action created','2021-01-29 23:35:42','2021-01-29 15:35:42'),(67270,25334,'action started via WP Cron','2021-01-29 23:36:43','2021-01-29 15:36:43'),(67271,25334,'action complete via WP Cron','2021-01-29 23:36:43','2021-01-29 15:36:43'),(67272,25335,'action created','2021-01-29 23:36:43','2021-01-29 15:36:43'),(67273,25335,'action started via WP Cron','2021-01-29 23:38:45','2021-01-29 15:38:45'),(67274,25335,'action complete via WP Cron','2021-01-29 23:38:45','2021-01-29 15:38:45'),(67275,25336,'action created','2021-01-29 23:38:45','2021-01-29 15:38:45'),(67276,25336,'action started via WP Cron','2021-01-29 23:39:46','2021-01-29 15:39:46'),(67277,25336,'action complete via WP Cron','2021-01-29 23:39:46','2021-01-29 15:39:46'),(67278,25337,'action created','2021-01-29 23:39:46','2021-01-29 15:39:46'),(67279,25337,'action started via WP Cron','2021-01-29 23:40:46','2021-01-29 15:40:46'),(67280,25337,'action complete via WP Cron','2021-01-29 23:40:46','2021-01-29 15:40:46'),(67281,25338,'action created','2021-01-29 23:40:46','2021-01-29 15:40:46'),(67282,25338,'action started via WP Cron','2021-01-29 23:43:34','2021-01-29 15:43:34'),(67283,25338,'action complete via WP Cron','2021-01-29 23:43:34','2021-01-29 15:43:34'),(67284,25339,'action created','2021-01-29 23:43:34','2021-01-29 15:43:34'),(67285,25339,'action started via WP Cron','2021-01-29 23:44:13','2021-01-29 15:44:13'),(67286,25339,'action complete via WP Cron','2021-01-29 23:44:13','2021-01-29 15:44:13'),(67287,25340,'action created','2021-01-29 23:44:13','2021-01-29 15:44:13'),(67288,25340,'action started via WP Cron','2021-01-29 23:47:23','2021-01-29 15:47:23'),(67289,25340,'action complete via WP Cron','2021-01-29 23:47:23','2021-01-29 15:47:23'),(67290,25341,'action created','2021-01-29 23:47:24','2021-01-29 15:47:24'),(67291,25341,'action started via WP Cron','2021-01-29 23:47:44','2021-01-29 15:47:44'),(67292,25341,'action complete via WP Cron','2021-01-29 23:47:44','2021-01-29 15:47:44'),(67293,25342,'action created','2021-01-29 23:47:44','2021-01-29 15:47:44'),(67294,25342,'action started via WP Cron','2021-01-29 23:50:16','2021-01-29 15:50:16'),(67295,25342,'action complete via WP Cron','2021-01-29 23:50:16','2021-01-29 15:50:16'),(67296,25343,'action created','2021-01-29 23:50:17','2021-01-29 15:50:17'),(67297,25343,'action started via WP Cron','2021-01-29 23:52:04','2021-01-29 15:52:04'),(67298,25343,'action complete via WP Cron','2021-01-29 23:52:04','2021-01-29 15:52:04'),(67299,25344,'action created','2021-01-29 23:52:04','2021-01-29 15:52:04'),(67300,25344,'action started via WP Cron','2021-01-29 23:53:09','2021-01-29 15:53:09'),(67301,25344,'action complete via WP Cron','2021-01-29 23:53:09','2021-01-29 15:53:09'),(67302,25345,'action created','2021-01-29 23:53:09','2021-01-29 15:53:09'),(67303,25345,'action started via WP Cron','2021-01-29 23:54:11','2021-01-29 15:54:11'),(67304,25345,'action complete via WP Cron','2021-01-29 23:54:11','2021-01-29 15:54:11'),(67305,25346,'action created','2021-01-29 23:54:11','2021-01-29 15:54:11'),(67306,25346,'action started via WP Cron','2021-01-29 23:55:12','2021-01-29 15:55:12'),(67307,25346,'action complete via WP Cron','2021-01-29 23:55:12','2021-01-29 15:55:12'),(67308,25347,'action created','2021-01-29 23:55:12','2021-01-29 15:55:12'),(67309,25347,'action started via WP Cron','2021-01-29 23:56:14','2021-01-29 15:56:14'),(67310,25347,'action complete via WP Cron','2021-01-29 23:56:14','2021-01-29 15:56:14'),(67311,25348,'action created','2021-01-29 23:56:14','2021-01-29 15:56:14'),(67312,25348,'action started via WP Cron','2021-01-30 00:07:40','2021-01-29 16:07:40'),(67313,25348,'action complete via WP Cron','2021-01-30 00:07:40','2021-01-29 16:07:40'),(67314,25349,'action created','2021-01-30 00:09:03','2021-01-29 16:09:03'),(67315,25349,'action started via WP Cron','2021-01-30 00:14:18','2021-01-29 16:14:18'),(67316,25349,'action complete via WP Cron','2021-01-30 00:14:18','2021-01-29 16:14:18'),(67317,25350,'action created','2021-01-30 00:14:18','2021-01-29 16:14:18'),(67318,25350,'action started via WP Cron','2021-01-30 00:18:41','2021-01-29 16:18:41'),(67319,25350,'action complete via WP Cron','2021-01-30 00:18:41','2021-01-29 16:18:41'),(67320,25351,'action created','2021-01-30 00:18:41','2021-01-29 16:18:41'),(67321,25351,'action started via WP Cron','2021-01-30 00:20:36','2021-01-29 16:20:36'),(67322,25351,'action complete via WP Cron','2021-01-30 00:20:36','2021-01-29 16:20:36'),(67323,25352,'action created','2021-01-30 00:20:36','2021-01-29 16:20:36'),(67324,25352,'action started via WP Cron','2021-01-30 00:22:38','2021-01-29 16:22:38'),(67325,25352,'action complete via WP Cron','2021-01-30 00:22:38','2021-01-29 16:22:38'),(67326,25353,'action created','2021-01-30 00:22:38','2021-01-29 16:22:38'),(67327,25353,'action started via WP Cron','2021-01-30 00:23:20','2021-01-29 16:23:20'),(67328,25353,'action complete via WP Cron','2021-01-30 00:23:20','2021-01-29 16:23:20'),(67329,25354,'action created','2021-01-30 00:23:20','2021-01-29 16:23:20'),(67330,25354,'action started via WP Cron','2021-01-30 00:24:01','2021-01-29 16:24:01'),(67331,25354,'action complete via WP Cron','2021-01-30 00:24:01','2021-01-29 16:24:01'),(67332,25355,'action created','2021-01-30 00:24:01','2021-01-29 16:24:01'),(67333,25355,'action started via WP Cron','2021-01-30 00:25:02','2021-01-29 16:25:02'),(67334,25355,'action complete via WP Cron','2021-01-30 00:25:02','2021-01-29 16:25:02'),(67335,25356,'action created','2021-01-30 00:26:03','2021-01-29 16:26:03'),(67336,25356,'action started via WP Cron','2021-01-30 00:31:32','2021-01-29 16:31:32'),(67337,25356,'action complete via WP Cron','2021-01-30 00:31:32','2021-01-29 16:31:32'),(67338,25357,'action created','2021-01-30 00:31:32','2021-01-29 16:31:32'),(67339,25357,'action started via WP Cron','2021-01-30 00:34:07','2021-01-29 16:34:07'),(67340,25357,'action complete via WP Cron','2021-01-30 00:34:07','2021-01-29 16:34:07'),(67341,25358,'action created','2021-01-30 00:34:07','2021-01-29 16:34:07'),(67342,25358,'action started via WP Cron','2021-01-30 00:35:15','2021-01-29 16:35:15'),(67343,25358,'action complete via WP Cron','2021-01-30 00:35:15','2021-01-29 16:35:15'),(67344,25359,'action created','2021-01-30 00:35:15','2021-01-29 16:35:15'),(67345,25359,'action started via WP Cron','2021-01-30 00:36:16','2021-01-29 16:36:16'),(67346,25359,'action complete via WP Cron','2021-01-30 00:36:16','2021-01-29 16:36:16'),(67347,25360,'action created','2021-01-30 00:36:16','2021-01-29 16:36:16'),(67348,25360,'action started via WP Cron','2021-01-30 00:38:18','2021-01-29 16:38:18'),(67349,25360,'action complete via WP Cron','2021-01-30 00:38:18','2021-01-29 16:38:18'),(67350,25361,'action created','2021-01-30 00:38:18','2021-01-29 16:38:18'),(67351,25361,'action started via WP Cron','2021-01-30 00:39:19','2021-01-29 16:39:19'),(67352,25361,'action complete via WP Cron','2021-01-30 00:39:19','2021-01-29 16:39:19'),(67353,25362,'action created','2021-01-30 00:39:19','2021-01-29 16:39:19'),(67354,25362,'action started via WP Cron','2021-01-30 00:40:02','2021-01-29 16:40:02'),(67355,25362,'action complete via WP Cron','2021-01-30 00:40:02','2021-01-29 16:40:02'),(67356,25363,'action created','2021-01-30 00:40:19','2021-01-29 16:40:19'),(67357,25363,'action started via WP Cron','2021-01-30 00:41:46','2021-01-29 16:41:46'),(67358,25363,'action complete via WP Cron','2021-01-30 00:41:47','2021-01-29 16:41:47'),(67359,25364,'action created','2021-01-30 00:41:47','2021-01-29 16:41:47'),(67360,25364,'action started via WP Cron','2021-01-30 00:42:47','2021-01-29 16:42:47'),(67361,25364,'action complete via WP Cron','2021-01-30 00:42:47','2021-01-29 16:42:47'),(67362,25365,'action created','2021-01-30 00:42:47','2021-01-29 16:42:47'),(67363,25365,'action started via WP Cron','2021-01-30 00:43:48','2021-01-29 16:43:48'),(67364,25365,'action complete via WP Cron','2021-01-30 00:43:48','2021-01-29 16:43:48'),(67365,25366,'action created','2021-01-30 00:43:49','2021-01-29 16:43:49'),(67366,25366,'action started via WP Cron','2021-01-30 00:48:30','2021-01-29 16:48:30'),(67367,25366,'action complete via WP Cron','2021-01-30 00:48:30','2021-01-29 16:48:30'),(67368,25367,'action created','2021-01-30 00:48:30','2021-01-29 16:48:30'),(67369,25367,'action started via WP Cron','2021-01-30 00:50:24','2021-01-29 16:50:24'),(67370,25367,'action complete via WP Cron','2021-01-30 00:50:24','2021-01-29 16:50:24'),(67371,25368,'action created','2021-01-30 00:50:24','2021-01-29 16:50:24'),(67372,25368,'action started via WP Cron','2021-01-30 00:51:46','2021-01-29 16:51:46'),(67373,25368,'action complete via WP Cron','2021-01-30 00:51:46','2021-01-29 16:51:46'),(67374,25369,'action created','2021-01-30 00:51:47','2021-01-29 16:51:47'),(67375,25369,'action started via WP Cron','2021-01-30 00:54:21','2021-01-29 16:54:21'),(67376,25369,'action complete via WP Cron','2021-01-30 00:54:21','2021-01-29 16:54:21'),(67377,25370,'action created','2021-01-30 00:54:21','2021-01-29 16:54:21'),(67378,25370,'action started via WP Cron','2021-01-30 00:55:41','2021-01-29 16:55:41'),(67379,25370,'action complete via WP Cron','2021-01-30 00:55:41','2021-01-29 16:55:41'),(67380,25371,'action created','2021-01-30 00:55:41','2021-01-29 16:55:41'),(67381,25371,'action started via WP Cron','2021-01-30 00:56:57','2021-01-29 16:56:57'),(67382,25371,'action complete via WP Cron','2021-01-30 00:56:58','2021-01-29 16:56:58'),(67383,25372,'action created','2021-01-30 00:56:58','2021-01-29 16:56:58'),(67384,25372,'action started via WP Cron','2021-01-30 00:58:04','2021-01-29 16:58:04'),(67385,25372,'action complete via WP Cron','2021-01-30 00:58:04','2021-01-29 16:58:04'),(67386,25373,'action created','2021-01-30 00:58:04','2021-01-29 16:58:04'),(67387,25373,'action started via WP Cron','2021-01-30 00:59:15','2021-01-29 16:59:15'),(67388,25373,'action complete via WP Cron','2021-01-30 00:59:15','2021-01-29 16:59:15'),(67389,25374,'action created','2021-01-30 00:59:15','2021-01-29 16:59:15'),(67390,25374,'action started via WP Cron','2021-01-30 01:01:50','2021-01-29 17:01:50'),(67391,25374,'action complete via WP Cron','2021-01-30 01:01:50','2021-01-29 17:01:50'),(67392,25375,'action created','2021-01-30 01:01:50','2021-01-29 17:01:50'),(67393,25375,'action started via WP Cron','2021-01-30 01:16:53','2021-01-29 17:16:53'),(67394,25375,'action complete via WP Cron','2021-01-30 01:16:53','2021-01-29 17:16:53'),(67395,25376,'action created','2021-01-30 01:16:53','2021-01-29 17:16:53'),(67396,25376,'action started via WP Cron','2021-01-30 01:18:00','2021-01-29 17:18:00'),(67397,25376,'action complete via WP Cron','2021-01-30 01:18:00','2021-01-29 17:18:00'),(67398,25377,'action created','2021-01-30 01:18:00','2021-01-29 17:18:00'),(67399,25377,'action started via WP Cron','2021-01-30 01:19:01','2021-01-29 17:19:01'),(67400,25377,'action complete via WP Cron','2021-01-30 01:19:01','2021-01-29 17:19:01'),(67401,25378,'action created','2021-01-30 01:19:01','2021-01-29 17:19:01'),(67402,25378,'action started via WP Cron','2021-01-30 01:20:56','2021-01-29 17:20:56'),(67403,25378,'action complete via WP Cron','2021-01-30 01:20:56','2021-01-29 17:20:56'),(67404,25379,'action created','2021-01-30 01:20:56','2021-01-29 17:20:56'),(67405,25379,'action started via WP Cron','2021-01-30 01:22:04','2021-01-29 17:22:04'),(67406,25379,'action complete via WP Cron','2021-01-30 01:22:04','2021-01-29 17:22:04'),(67407,25380,'action created','2021-01-30 01:22:04','2021-01-29 17:22:04'),(67408,25380,'action started via WP Cron','2021-01-30 01:22:43','2021-01-29 17:22:43'),(67409,25380,'action complete via WP Cron','2021-01-30 01:22:43','2021-01-29 17:22:43'),(67410,25381,'action created','2021-01-30 01:22:43','2021-01-29 17:22:43'),(67411,25381,'action started via WP Cron','2021-01-30 01:23:49','2021-01-29 17:23:49'),(67412,25381,'action complete via WP Cron','2021-01-30 01:23:49','2021-01-29 17:23:49'),(67413,25382,'action created','2021-01-30 01:23:49','2021-01-29 17:23:49'),(67414,25382,'action started via WP Cron','2021-01-30 01:26:05','2021-01-29 17:26:05'),(67415,25382,'action complete via WP Cron','2021-01-30 01:26:05','2021-01-29 17:26:05'),(67416,25383,'action created','2021-01-30 01:26:05','2021-01-29 17:26:05'),(67417,25383,'action started via WP Cron','2021-01-30 01:26:58','2021-01-29 17:26:58'),(67418,25383,'action complete via WP Cron','2021-01-30 01:26:58','2021-01-29 17:26:58'),(67419,25384,'action created','2021-01-30 01:26:58','2021-01-29 17:26:58'),(67420,25384,'action started via WP Cron','2021-01-30 01:27:42','2021-01-29 17:27:42'),(67421,25384,'action complete via WP Cron','2021-01-30 01:27:42','2021-01-29 17:27:42'),(67422,25385,'action created','2021-01-30 01:27:42','2021-01-29 17:27:42'),(67423,25385,'action started via WP Cron','2021-01-30 01:29:57','2021-01-29 17:29:57'),(67424,25385,'action complete via WP Cron','2021-01-30 01:29:57','2021-01-29 17:29:57'),(67425,25386,'action created','2021-01-30 01:29:58','2021-01-29 17:29:58'),(67426,25386,'action started via WP Cron','2021-01-30 01:40:22','2021-01-29 17:40:22'),(67427,25386,'action complete via WP Cron','2021-01-30 01:40:22','2021-01-29 17:40:22'),(67428,25387,'action created','2021-01-30 01:40:22','2021-01-29 17:40:22'),(67429,25387,'action started via WP Cron','2021-01-30 01:40:55','2021-01-29 17:40:55'),(67430,25387,'action complete via WP Cron','2021-01-30 01:40:55','2021-01-29 17:40:55'),(67431,25388,'action created','2021-01-30 01:40:55','2021-01-29 17:40:55'),(67432,25388,'action started via WP Cron','2021-01-30 01:42:21','2021-01-29 17:42:21'),(67433,25388,'action complete via WP Cron','2021-01-30 01:42:21','2021-01-29 17:42:21'),(67434,25389,'action created','2021-01-30 01:42:21','2021-01-29 17:42:21'),(67435,25389,'action started via WP Cron','2021-01-30 01:43:54','2021-01-29 17:43:54'),(67436,25389,'action complete via WP Cron','2021-01-30 01:43:54','2021-01-29 17:43:54'),(67437,25390,'action created','2021-01-30 01:43:54','2021-01-29 17:43:54'),(67438,25390,'action started via WP Cron','2021-01-30 01:44:49','2021-01-29 17:44:49'),(67439,25390,'action complete via WP Cron','2021-01-30 01:44:49','2021-01-29 17:44:49'),(67440,25391,'action created','2021-01-30 01:44:49','2021-01-29 17:44:49'),(67441,25391,'action started via WP Cron','2021-01-30 01:45:41','2021-01-29 17:45:41'),(67442,25391,'action complete via WP Cron','2021-01-30 01:45:41','2021-01-29 17:45:41'),(67443,25392,'action created','2021-01-30 01:45:41','2021-01-29 17:45:41'),(67444,25392,'action started via WP Cron','2021-01-30 01:46:47','2021-01-29 17:46:47'),(67445,25392,'action complete via WP Cron','2021-01-30 01:46:47','2021-01-29 17:46:47'),(67446,25393,'action created','2021-01-30 01:46:47','2021-01-29 17:46:47'),(67447,25393,'action started via WP Cron','2021-01-30 01:47:48','2021-01-29 17:47:48'),(67448,25393,'action complete via WP Cron','2021-01-30 01:47:48','2021-01-29 17:47:48'),(67449,25394,'action created','2021-01-30 01:47:48','2021-01-29 17:47:48'),(67450,25394,'action started via WP Cron','2021-01-30 01:48:43','2021-01-29 17:48:43'),(67451,25394,'action complete via WP Cron','2021-01-30 01:48:43','2021-01-29 17:48:43'),(67452,25395,'action created','2021-01-30 01:48:43','2021-01-29 17:48:43'),(67453,25395,'action started via WP Cron','2021-01-30 01:50:13','2021-01-29 17:50:13'),(67454,25395,'action complete via WP Cron','2021-01-30 01:50:13','2021-01-29 17:50:13'),(67455,25396,'action created','2021-01-30 01:50:13','2021-01-29 17:50:13'),(67456,25396,'action started via WP Cron','2021-01-30 01:50:46','2021-01-29 17:50:46'),(67457,25396,'action complete via WP Cron','2021-01-30 01:50:46','2021-01-29 17:50:46'),(67458,25397,'action created','2021-01-30 01:50:46','2021-01-29 17:50:46'),(67459,25397,'action started via WP Cron','2021-01-30 01:51:59','2021-01-29 17:51:59'),(67460,25397,'action complete via WP Cron','2021-01-30 01:51:59','2021-01-29 17:51:59'),(67461,25398,'action created','2021-01-30 01:51:59','2021-01-29 17:51:59'),(67462,25398,'action started via WP Cron','2021-01-30 01:52:49','2021-01-29 17:52:49'),(67463,25398,'action complete via WP Cron','2021-01-30 01:52:49','2021-01-29 17:52:49'),(67464,25399,'action created','2021-01-30 01:52:49','2021-01-29 17:52:49'),(67465,25399,'action started via WP Cron','2021-01-30 01:54:16','2021-01-29 17:54:16'),(67466,25399,'action complete via WP Cron','2021-01-30 01:54:16','2021-01-29 17:54:16'),(67467,25400,'action created','2021-01-30 01:54:16','2021-01-29 17:54:16'),(67468,25400,'action started via WP Cron','2021-01-30 01:54:50','2021-01-29 17:54:50'),(67469,25400,'action complete via WP Cron','2021-01-30 01:54:50','2021-01-29 17:54:50'),(67470,25401,'action created','2021-01-30 01:54:50','2021-01-29 17:54:50'),(67471,25401,'action started via WP Cron','2021-01-30 01:56:06','2021-01-29 17:56:06'),(67472,25401,'action complete via WP Cron','2021-01-30 01:56:06','2021-01-29 17:56:06'),(67473,25402,'action created','2021-01-30 01:56:07','2021-01-29 17:56:07'),(67474,25402,'action started via WP Cron','2021-01-30 01:56:52','2021-01-29 17:56:52'),(67475,25402,'action complete via WP Cron','2021-01-30 01:56:52','2021-01-29 17:56:52'),(67476,25403,'action created','2021-01-30 01:56:52','2021-01-29 17:56:52'),(67477,25403,'action started via WP Cron','2021-01-30 01:57:55','2021-01-29 17:57:55'),(67478,25403,'action complete via WP Cron','2021-01-30 01:57:55','2021-01-29 17:57:55'),(67479,25404,'action created','2021-01-30 01:57:55','2021-01-29 17:57:55'),(67480,25404,'action started via WP Cron','2021-01-30 01:59:33','2021-01-29 17:59:33'),(67481,25404,'action complete via WP Cron','2021-01-30 01:59:33','2021-01-29 17:59:33'),(67482,25405,'action created','2021-01-30 01:59:34','2021-01-29 17:59:34'),(67483,25405,'action started via WP Cron','2021-01-30 02:00:15','2021-01-29 18:00:15'),(67484,25405,'action complete via WP Cron','2021-01-30 02:00:15','2021-01-29 18:00:15'),(67485,25406,'action created','2021-01-30 02:00:15','2021-01-29 18:00:15'),(67486,25406,'action started via WP Cron','2021-01-30 02:00:52','2021-01-29 18:00:52'),(67487,25406,'action complete via WP Cron','2021-01-30 02:00:52','2021-01-29 18:00:52'),(67488,25407,'action created','2021-01-30 02:00:52','2021-01-29 18:00:52'),(67489,25407,'action started via WP Cron','2021-01-30 02:01:45','2021-01-29 18:01:45'),(67490,25407,'action complete via WP Cron','2021-01-30 02:01:45','2021-01-29 18:01:45'),(67491,25408,'action created','2021-01-30 02:01:45','2021-01-29 18:01:45'),(67492,25408,'action started via WP Cron','2021-01-30 02:02:50','2021-01-29 18:02:50'),(67493,25408,'action complete via WP Cron','2021-01-30 02:02:50','2021-01-29 18:02:50'),(67494,25409,'action created','2021-01-30 02:02:50','2021-01-29 18:02:50'),(67495,25409,'action started via WP Cron','2021-01-30 02:03:42','2021-01-29 18:03:42'),(67496,25409,'action complete via WP Cron','2021-01-30 02:03:42','2021-01-29 18:03:42'),(67497,25410,'action created','2021-01-30 02:03:42','2021-01-29 18:03:42'),(67498,25410,'action started via WP Cron','2021-01-30 02:04:47','2021-01-29 18:04:47'),(67499,25410,'action complete via WP Cron','2021-01-30 02:04:47','2021-01-29 18:04:47'),(67500,25411,'action created','2021-01-30 02:04:47','2021-01-29 18:04:47'),(67501,25411,'action started via WP Cron','2021-01-30 02:06:02','2021-01-29 18:06:02'),(67502,25411,'action complete via WP Cron','2021-01-30 02:06:02','2021-01-29 18:06:02'),(67503,25412,'action created','2021-01-30 02:06:02','2021-01-29 18:06:02'),(67504,25412,'action started via WP Cron','2021-01-30 02:07:08','2021-01-29 18:07:08'),(67505,25412,'action complete via WP Cron','2021-01-30 02:07:08','2021-01-29 18:07:08'),(67506,25413,'action created','2021-01-30 02:07:08','2021-01-29 18:07:08'),(67507,25413,'action started via WP Cron','2021-01-30 02:07:42','2021-01-29 18:07:42'),(67508,25413,'action complete via WP Cron','2021-01-30 02:07:42','2021-01-29 18:07:42'),(67509,25414,'action created','2021-01-30 02:07:42','2021-01-29 18:07:42'),(67510,25414,'action started via WP Cron','2021-01-30 02:09:21','2021-01-29 18:09:21'),(67511,25414,'action complete via WP Cron','2021-01-30 02:09:21','2021-01-29 18:09:21'),(67512,25415,'action created','2021-01-30 02:09:21','2021-01-29 18:09:21'),(67513,25415,'action started via WP Cron','2021-01-30 02:10:00','2021-01-29 18:10:00'),(67514,25415,'action complete via WP Cron','2021-01-30 02:10:00','2021-01-29 18:10:00'),(67515,25416,'action created','2021-01-30 02:10:00','2021-01-29 18:10:00'),(67516,25416,'action started via WP Cron','2021-01-30 02:10:42','2021-01-29 18:10:42'),(67517,25416,'action complete via WP Cron','2021-01-30 02:10:42','2021-01-29 18:10:42'),(67518,25417,'action created','2021-01-30 02:10:42','2021-01-29 18:10:42'),(67519,25417,'action started via WP Cron','2021-01-30 02:11:42','2021-01-29 18:11:42'),(67520,25417,'action complete via WP Cron','2021-01-30 02:11:42','2021-01-29 18:11:42'),(67521,25418,'action created','2021-01-30 02:11:42','2021-01-29 18:11:42'),(67522,25418,'action started via WP Cron','2021-01-30 02:12:47','2021-01-29 18:12:47'),(67523,25418,'action complete via WP Cron','2021-01-30 02:12:47','2021-01-29 18:12:47'),(67524,25419,'action created','2021-01-30 02:12:47','2021-01-29 18:12:47'),(67525,25419,'action started via WP Cron','2021-01-30 02:13:43','2021-01-29 18:13:43'),(67526,25419,'action complete via WP Cron','2021-01-30 02:13:43','2021-01-29 18:13:43'),(67527,25420,'action created','2021-01-30 02:13:43','2021-01-29 18:13:43'),(67528,25420,'action started via WP Cron','2021-01-30 02:14:43','2021-01-29 18:14:43'),(67529,25420,'action complete via WP Cron','2021-01-30 02:14:43','2021-01-29 18:14:43'),(67530,25421,'action created','2021-01-30 02:14:43','2021-01-29 18:14:43'),(67531,25421,'action started via WP Cron','2021-01-30 02:15:42','2021-01-29 18:15:42'),(67532,25421,'action complete via WP Cron','2021-01-30 02:15:42','2021-01-29 18:15:42'),(67533,25422,'action created','2021-01-30 02:15:42','2021-01-29 18:15:42'),(67534,25422,'action started via WP Cron','2021-01-30 02:16:55','2021-01-29 18:16:55'),(67535,25422,'action complete via WP Cron','2021-01-30 02:16:55','2021-01-29 18:16:55'),(67536,25423,'action created','2021-01-30 02:16:55','2021-01-29 18:16:55'),(67537,25423,'action started via WP Cron','2021-01-30 02:17:46','2021-01-29 18:17:46'),(67538,25423,'action complete via WP Cron','2021-01-30 02:17:46','2021-01-29 18:17:46'),(67539,25424,'action created','2021-01-30 02:18:19','2021-01-29 18:18:19'),(67540,25424,'action started via WP Cron','2021-01-30 02:18:54','2021-01-29 18:18:54'),(67541,25424,'action complete via WP Cron','2021-01-30 02:18:54','2021-01-29 18:18:54'),(67542,25425,'action created','2021-01-30 02:18:54','2021-01-29 18:18:54'),(67543,25425,'action started via WP Cron','2021-01-30 02:20:08','2021-01-29 18:20:08'),(67544,25425,'action complete via WP Cron','2021-01-30 02:20:08','2021-01-29 18:20:08'),(67545,25426,'action created','2021-01-30 02:20:08','2021-01-29 18:20:08'),(67546,25426,'action started via WP Cron','2021-01-30 02:20:44','2021-01-29 18:20:44'),(67547,25426,'action complete via WP Cron','2021-01-30 02:20:44','2021-01-29 18:20:44'),(67548,25427,'action created','2021-01-30 02:20:44','2021-01-29 18:20:44'),(67549,25427,'action started via WP Cron','2021-01-30 02:21:46','2021-01-29 18:21:46'),(67550,25427,'action complete via WP Cron','2021-01-30 02:21:46','2021-01-29 18:21:46'),(67551,25428,'action created','2021-01-30 02:21:46','2021-01-29 18:21:46'),(67552,25428,'action started via WP Cron','2021-01-30 02:23:08','2021-01-29 18:23:08'),(67553,25428,'action complete via WP Cron','2021-01-30 02:23:08','2021-01-29 18:23:08'),(67554,25429,'action created','2021-01-30 02:23:08','2021-01-29 18:23:08'),(67555,25429,'action started via WP Cron','2021-01-30 02:23:58','2021-01-29 18:23:58'),(67556,25429,'action complete via WP Cron','2021-01-30 02:23:58','2021-01-29 18:23:58'),(67557,25430,'action created','2021-01-30 02:23:58','2021-01-29 18:23:58'),(67558,25430,'action started via WP Cron','2021-01-30 02:25:04','2021-01-29 18:25:04'),(67559,25430,'action complete via WP Cron','2021-01-30 02:25:04','2021-01-29 18:25:04'),(67560,25431,'action created','2021-01-30 02:25:04','2021-01-29 18:25:04'),(67561,25431,'action started via WP Cron','2021-01-30 02:26:14','2021-01-29 18:26:14'),(67562,25431,'action complete via WP Cron','2021-01-30 02:26:14','2021-01-29 18:26:14'),(67563,25432,'action created','2021-01-30 02:26:14','2021-01-29 18:26:14'),(67564,25432,'action started via WP Cron','2021-01-30 02:27:02','2021-01-29 18:27:02'),(67565,25432,'action complete via WP Cron','2021-01-30 02:27:02','2021-01-29 18:27:02'),(67566,25433,'action created','2021-01-30 02:27:02','2021-01-29 18:27:02'),(67567,25433,'action started via WP Cron','2021-01-30 02:28:08','2021-01-29 18:28:08'),(67568,25433,'action complete via WP Cron','2021-01-30 02:28:08','2021-01-29 18:28:08'),(67569,25434,'action created','2021-01-30 02:28:08','2021-01-29 18:28:08'),(67570,25434,'action started via WP Cron','2021-01-30 02:29:09','2021-01-29 18:29:09'),(67571,25434,'action complete via WP Cron','2021-01-30 02:29:09','2021-01-29 18:29:09'),(67572,25435,'action created','2021-01-30 02:29:09','2021-01-29 18:29:09'),(67573,25435,'action started via WP Cron','2021-01-30 02:29:42','2021-01-29 18:29:42'),(67574,25435,'action complete via WP Cron','2021-01-30 02:29:42','2021-01-29 18:29:42'),(67575,25436,'action created','2021-01-30 02:29:42','2021-01-29 18:29:42'),(67576,25436,'action started via WP Cron','2021-01-30 02:30:59','2021-01-29 18:30:59'),(67577,25436,'action complete via WP Cron','2021-01-30 02:30:59','2021-01-29 18:30:59'),(67578,25437,'action created','2021-01-30 02:31:00','2021-01-29 18:31:00'),(67579,25437,'action started via WP Cron','2021-01-30 02:32:02','2021-01-29 18:32:02'),(67580,25437,'action complete via WP Cron','2021-01-30 02:32:02','2021-01-29 18:32:02'),(67581,25438,'action created','2021-01-30 02:32:02','2021-01-29 18:32:02'),(67582,25438,'action started via WP Cron','2021-01-30 02:32:51','2021-01-29 18:32:51'),(67583,25438,'action complete via WP Cron','2021-01-30 02:32:51','2021-01-29 18:32:51'),(67584,25439,'action created','2021-01-30 02:32:51','2021-01-29 18:32:51'),(67585,25439,'action started via WP Cron','2021-01-30 02:33:56','2021-01-29 18:33:56'),(67586,25439,'action complete via WP Cron','2021-01-30 02:33:56','2021-01-29 18:33:56'),(67587,25440,'action created','2021-01-30 02:33:57','2021-01-29 18:33:57'),(67588,25440,'action started via WP Cron','2021-01-30 02:34:57','2021-01-29 18:34:57'),(67589,25440,'action complete via WP Cron','2021-01-30 02:34:57','2021-01-29 18:34:57'),(67590,25441,'action created','2021-01-30 02:34:57','2021-01-29 18:34:57'),(67591,25441,'action started via WP Cron','2021-01-30 02:36:23','2021-01-29 18:36:23'),(67592,25441,'action complete via WP Cron','2021-01-30 02:36:23','2021-01-29 18:36:23'),(67593,25442,'action created','2021-01-30 02:36:23','2021-01-29 18:36:23'),(67594,25442,'action started via WP Cron','2021-01-30 02:37:11','2021-01-29 18:37:11'),(67595,25442,'action complete via WP Cron','2021-01-30 02:37:11','2021-01-29 18:37:11'),(67596,25443,'action created','2021-01-30 02:37:11','2021-01-29 18:37:11'),(67597,25443,'action started via WP Cron','2021-01-30 02:37:52','2021-01-29 18:37:52'),(67598,25443,'action complete via WP Cron','2021-01-30 02:37:52','2021-01-29 18:37:52'),(67599,25444,'action created','2021-01-30 02:37:52','2021-01-29 18:37:52'),(67600,25444,'action started via WP Cron','2021-01-30 02:39:06','2021-01-29 18:39:06'),(67601,25444,'action complete via WP Cron','2021-01-30 02:39:06','2021-01-29 18:39:06'),(67602,25445,'action created','2021-01-30 02:39:06','2021-01-29 18:39:06'),(67603,25445,'action started via WP Cron','2021-01-30 02:40:13','2021-01-29 18:40:13'),(67604,25445,'action complete via WP Cron','2021-01-30 02:40:13','2021-01-29 18:40:13'),(67605,25446,'action created','2021-01-30 02:40:13','2021-01-29 18:40:13'),(67606,25446,'action started via WP Cron','2021-01-30 02:40:43','2021-01-29 18:40:43'),(67607,25446,'action complete via WP Cron','2021-01-30 02:40:43','2021-01-29 18:40:43'),(67608,25447,'action created','2021-01-30 02:40:43','2021-01-29 18:40:43'),(67609,25447,'action started via WP Cron','2021-01-30 02:41:57','2021-01-29 18:41:57'),(67610,25447,'action complete via WP Cron','2021-01-30 02:41:57','2021-01-29 18:41:57'),(67611,25448,'action created','2021-01-30 02:41:57','2021-01-29 18:41:57'),(67612,25448,'action started via WP Cron','2021-01-30 02:42:54','2021-01-29 18:42:54'),(67613,25448,'action complete via WP Cron','2021-01-30 02:42:54','2021-01-29 18:42:54'),(67614,25449,'action created','2021-01-30 02:42:55','2021-01-29 18:42:55'),(67615,25449,'action started via WP Cron','2021-01-30 02:43:48','2021-01-29 18:43:48'),(67616,25449,'action complete via WP Cron','2021-01-30 02:43:48','2021-01-29 18:43:48'),(67617,25450,'action created','2021-01-30 02:43:48','2021-01-29 18:43:48'),(67618,25450,'action started via WP Cron','2021-01-30 02:44:56','2021-01-29 18:44:56'),(67619,25450,'action complete via WP Cron','2021-01-30 02:44:56','2021-01-29 18:44:56'),(67620,25451,'action created','2021-01-30 02:44:56','2021-01-29 18:44:56'),(67621,25451,'action started via WP Cron','2021-01-30 02:45:52','2021-01-29 18:45:52'),(67622,25451,'action complete via WP Cron','2021-01-30 02:45:52','2021-01-29 18:45:52'),(67623,25452,'action created','2021-01-30 02:45:53','2021-01-29 18:45:53'),(67624,25452,'action started via WP Cron','2021-01-30 02:46:46','2021-01-29 18:46:46'),(67625,25452,'action complete via WP Cron','2021-01-30 02:46:46','2021-01-29 18:46:46'),(67626,25453,'action created','2021-01-30 02:46:46','2021-01-29 18:46:46'),(67627,25453,'action started via WP Cron','2021-01-30 02:47:50','2021-01-29 18:47:50'),(67628,25453,'action complete via WP Cron','2021-01-30 02:47:50','2021-01-29 18:47:50'),(67629,25454,'action created','2021-01-30 02:47:50','2021-01-29 18:47:50'),(67630,25454,'action started via WP Cron','2021-01-30 02:48:44','2021-01-29 18:48:44'),(67631,25454,'action complete via WP Cron','2021-01-30 02:48:44','2021-01-29 18:48:44'),(67632,25455,'action created','2021-01-30 02:48:44','2021-01-29 18:48:44'),(67633,25455,'action started via WP Cron','2021-01-30 02:49:49','2021-01-29 18:49:49'),(67634,25455,'action complete via WP Cron','2021-01-30 02:49:49','2021-01-29 18:49:49'),(67635,25456,'action created','2021-01-30 02:49:49','2021-01-29 18:49:49'),(67636,25456,'action started via WP Cron','2021-01-30 02:50:50','2021-01-29 18:50:50'),(67637,25456,'action complete via WP Cron','2021-01-30 02:50:50','2021-01-29 18:50:50'),(67638,25457,'action created','2021-01-30 02:50:50','2021-01-29 18:50:50'),(67639,25457,'action started via WP Cron','2021-01-30 02:52:02','2021-01-29 18:52:02'),(67640,25457,'action complete via WP Cron','2021-01-30 02:52:02','2021-01-29 18:52:02'),(67641,25458,'action created','2021-01-30 02:52:02','2021-01-29 18:52:02'),(67642,25458,'action started via WP Cron','2021-01-30 02:52:46','2021-01-29 18:52:46'),(67643,25458,'action complete via WP Cron','2021-01-30 02:52:46','2021-01-29 18:52:46'),(67644,25459,'action created','2021-01-30 02:52:46','2021-01-29 18:52:46'),(67645,25459,'action started via WP Cron','2021-01-30 02:53:46','2021-01-29 18:53:46'),(67646,25459,'action complete via WP Cron','2021-01-30 02:53:46','2021-01-29 18:53:46'),(67647,25460,'action created','2021-01-30 02:53:46','2021-01-29 18:53:46'),(67648,25460,'action started via WP Cron','2021-01-30 02:54:53','2021-01-29 18:54:53'),(67649,25460,'action complete via WP Cron','2021-01-30 02:54:53','2021-01-29 18:54:53'),(67650,25461,'action created','2021-01-30 02:54:53','2021-01-29 18:54:53'),(67651,25461,'action started via WP Cron','2021-01-30 02:55:45','2021-01-29 18:55:45'),(67652,25461,'action complete via WP Cron','2021-01-30 02:55:45','2021-01-29 18:55:45'),(67653,25462,'action created','2021-01-30 02:55:45','2021-01-29 18:55:45'),(67654,25462,'action started via WP Cron','2021-01-30 02:57:51','2021-01-29 18:57:51'),(67655,25462,'action complete via WP Cron','2021-01-30 02:57:51','2021-01-29 18:57:51'),(67656,25463,'action created','2021-01-30 02:57:51','2021-01-29 18:57:51'),(67657,25463,'action started via WP Cron','2021-01-30 02:58:46','2021-01-29 18:58:46'),(67658,25463,'action complete via WP Cron','2021-01-30 02:58:46','2021-01-29 18:58:46'),(67659,25464,'action created','2021-01-30 02:58:46','2021-01-29 18:58:46'),(67660,25464,'action started via WP Cron','2021-01-30 03:00:03','2021-01-29 19:00:03'),(67661,25464,'action complete via WP Cron','2021-01-30 03:00:03','2021-01-29 19:00:03'),(67662,25465,'action created','2021-01-30 03:00:48','2021-01-29 19:00:48'),(67663,25465,'action started via WP Cron','2021-01-30 03:02:05','2021-01-29 19:02:05'),(67664,25465,'action complete via WP Cron','2021-01-30 03:02:05','2021-01-29 19:02:05'),(67665,25466,'action created','2021-01-30 03:02:05','2021-01-29 19:02:05'),(67666,25466,'action started via WP Cron','2021-01-30 03:02:41','2021-01-29 19:02:41'),(67667,25466,'action complete via WP Cron','2021-01-30 03:02:41','2021-01-29 19:02:41'),(67668,25467,'action created','2021-01-30 03:02:41','2021-01-29 19:02:41'),(67669,25467,'action started via WP Cron','2021-01-30 03:03:49','2021-01-29 19:03:49'),(67670,25467,'action complete via WP Cron','2021-01-30 03:03:49','2021-01-29 19:03:49'),(67671,25468,'action created','2021-01-30 03:03:49','2021-01-29 19:03:49'),(67672,25468,'action started via WP Cron','2021-01-30 03:05:04','2021-01-29 19:05:04'),(67673,25468,'action complete via WP Cron','2021-01-30 03:05:04','2021-01-29 19:05:04'),(67674,25469,'action created','2021-01-30 03:05:04','2021-01-29 19:05:04'),(67675,25469,'action started via WP Cron','2021-01-30 03:05:58','2021-01-29 19:05:58'),(67676,25469,'action complete via WP Cron','2021-01-30 03:05:58','2021-01-29 19:05:58'),(67677,25470,'action created','2021-01-30 03:05:58','2021-01-29 19:05:58'),(67678,25470,'action started via WP Cron','2021-01-30 03:07:12','2021-01-29 19:07:12'),(67679,25470,'action complete via WP Cron','2021-01-30 03:07:12','2021-01-29 19:07:12'),(67680,25471,'action created','2021-01-30 03:07:12','2021-01-29 19:07:12'),(67681,25471,'action started via WP Cron','2021-01-30 03:08:41','2021-01-29 19:08:41'),(67682,25471,'action complete via WP Cron','2021-01-30 03:08:41','2021-01-29 19:08:41'),(67683,25472,'action created','2021-01-30 03:09:13','2021-01-29 19:09:13'),(67684,25472,'action started via WP Cron','2021-01-30 03:09:42','2021-01-29 19:09:42'),(67685,25472,'action complete via WP Cron','2021-01-30 03:09:42','2021-01-29 19:09:42'),(67686,25473,'action created','2021-01-30 03:09:42','2021-01-29 19:09:42'),(67687,25473,'action started via WP Cron','2021-01-30 03:10:43','2021-01-29 19:10:43'),(67688,25473,'action complete via WP Cron','2021-01-30 03:10:43','2021-01-29 19:10:43'),(67689,25474,'action created','2021-01-30 03:10:43','2021-01-29 19:10:43'),(67690,25474,'action started via WP Cron','2021-01-30 03:11:46','2021-01-29 19:11:46'),(67691,25474,'action complete via WP Cron','2021-01-30 03:11:46','2021-01-29 19:11:46'),(67692,25475,'action created','2021-01-30 03:11:46','2021-01-29 19:11:46'),(67693,25475,'action started via WP Cron','2021-01-30 03:13:07','2021-01-29 19:13:07'),(67694,25475,'action complete via WP Cron','2021-01-30 03:13:07','2021-01-29 19:13:07'),(67695,25476,'action created','2021-01-30 03:13:07','2021-01-29 19:13:07'),(67696,25476,'action started via WP Cron','2021-01-30 03:14:00','2021-01-29 19:14:00'),(67697,25476,'action complete via WP Cron','2021-01-30 03:14:00','2021-01-29 19:14:00'),(67698,25477,'action created','2021-01-30 03:14:36','2021-01-29 19:14:36'),(67699,25477,'action started via WP Cron','2021-01-30 03:15:10','2021-01-29 19:15:10'),(67700,25477,'action complete via WP Cron','2021-01-30 03:15:10','2021-01-29 19:15:10'),(67701,25478,'action created','2021-01-30 03:15:10','2021-01-29 19:15:10'),(67702,25478,'action started via WP Cron','2021-01-30 03:15:45','2021-01-29 19:15:45'),(67703,25478,'action complete via WP Cron','2021-01-30 03:15:45','2021-01-29 19:15:45'),(67704,25479,'action created','2021-01-30 03:15:45','2021-01-29 19:15:45'),(67705,25479,'action started via WP Cron','2021-01-30 03:17:12','2021-01-29 19:17:12'),(67706,25479,'action complete via WP Cron','2021-01-30 03:17:12','2021-01-29 19:17:12'),(67707,25480,'action created','2021-01-30 03:17:12','2021-01-29 19:17:12'),(67708,25480,'action started via WP Cron','2021-01-30 03:18:02','2021-01-29 19:18:02'),(67709,25480,'action complete via WP Cron','2021-01-30 03:18:02','2021-01-29 19:18:02'),(67710,25481,'action created','2021-01-30 03:18:02','2021-01-29 19:18:02'),(67711,25481,'action started via WP Cron','2021-01-30 03:19:28','2021-01-29 19:19:28'),(67712,25481,'action complete via WP Cron','2021-01-30 03:19:28','2021-01-29 19:19:28'),(67713,25482,'action created','2021-01-30 03:19:28','2021-01-29 19:19:28'),(67714,25482,'action started via WP Cron','2021-01-30 03:19:47','2021-01-29 19:19:47'),(67715,25482,'action complete via WP Cron','2021-01-30 03:19:47','2021-01-29 19:19:47'),(67716,25483,'action created','2021-01-30 03:19:47','2021-01-29 19:19:47'),(67717,25483,'action started via WP Cron','2021-01-30 03:21:22','2021-01-29 19:21:22'),(67718,25483,'action complete via WP Cron','2021-01-30 03:21:22','2021-01-29 19:21:22'),(67719,25484,'action created','2021-01-30 03:21:22','2021-01-29 19:21:22'),(67720,25484,'action started via WP Cron','2021-01-30 03:21:45','2021-01-29 19:21:45'),(67721,25484,'action complete via WP Cron','2021-01-30 03:21:45','2021-01-29 19:21:45'),(67722,25485,'action created','2021-01-30 03:21:45','2021-01-29 19:21:45'),(67723,25485,'action started via WP Cron','2021-01-30 03:22:42','2021-01-29 19:22:42'),(67724,25485,'action complete via WP Cron','2021-01-30 03:22:42','2021-01-29 19:22:42'),(67725,25486,'action created','2021-01-30 03:22:42','2021-01-29 19:22:42'),(67726,25486,'action started via WP Cron','2021-01-30 03:24:23','2021-01-29 19:24:23'),(67727,25486,'action complete via WP Cron','2021-01-30 03:24:23','2021-01-29 19:24:23'),(67728,25487,'action created','2021-01-30 03:24:23','2021-01-29 19:24:23'),(67729,25487,'action started via WP Cron','2021-01-30 03:25:05','2021-01-29 19:25:05'),(67730,25487,'action complete via WP Cron','2021-01-30 03:25:05','2021-01-29 19:25:05'),(67731,25488,'action created','2021-01-30 03:25:06','2021-01-29 19:25:06'),(67732,25488,'action started via WP Cron','2021-01-30 03:25:41','2021-01-29 19:25:41'),(67733,25488,'action complete via WP Cron','2021-01-30 03:25:41','2021-01-29 19:25:41'),(67734,25489,'action created','2021-01-30 03:25:41','2021-01-29 19:25:41'),(67735,25489,'action started via WP Cron','2021-01-30 03:27:07','2021-01-29 19:27:07'),(67736,25489,'action complete via WP Cron','2021-01-30 03:27:07','2021-01-29 19:27:07'),(67737,25490,'action created','2021-01-30 03:27:07','2021-01-29 19:27:07'),(67738,25490,'action started via WP Cron','2021-01-30 03:27:44','2021-01-29 19:27:44'),(67739,25490,'action complete via WP Cron','2021-01-30 03:27:44','2021-01-29 19:27:44'),(67740,25491,'action created','2021-01-30 03:27:44','2021-01-29 19:27:44'),(67741,25491,'action started via WP Cron','2021-01-30 03:29:13','2021-01-29 19:29:13'),(67742,25491,'action complete via WP Cron','2021-01-30 03:29:13','2021-01-29 19:29:13'),(67743,25492,'action created','2021-01-30 03:29:13','2021-01-29 19:29:13'),(67744,25492,'action started via WP Cron','2021-01-30 03:29:55','2021-01-29 19:29:55'),(67745,25492,'action complete via WP Cron','2021-01-30 03:29:55','2021-01-29 19:29:55'),(67746,25493,'action created','2021-01-30 03:29:56','2021-01-29 19:29:56'),(67747,25493,'action started via WP Cron','2021-01-30 03:30:42','2021-01-29 19:30:42'),(67748,25493,'action complete via WP Cron','2021-01-30 03:30:42','2021-01-29 19:30:42'),(67749,25494,'action created','2021-01-30 03:30:42','2021-01-29 19:30:42'),(67750,25494,'action started via WP Cron','2021-01-30 03:31:46','2021-01-29 19:31:46'),(67751,25494,'action complete via WP Cron','2021-01-30 03:31:46','2021-01-29 19:31:46'),(67752,25495,'action created','2021-01-30 03:31:46','2021-01-29 19:31:46'),(67753,25495,'action started via WP Cron','2021-01-30 03:33:13','2021-01-29 19:33:13'),(67754,25495,'action complete via WP Cron','2021-01-30 03:33:13','2021-01-29 19:33:13'),(67755,25496,'action created','2021-01-30 03:33:13','2021-01-29 19:33:13'),(67756,25496,'action started via WP Cron','2021-01-30 03:33:57','2021-01-29 19:33:57'),(67757,25496,'action complete via WP Cron','2021-01-30 03:33:57','2021-01-29 19:33:57'),(67758,25497,'action created','2021-01-30 03:33:57','2021-01-29 19:33:57'),(67759,25497,'action started via WP Cron','2021-01-30 03:34:42','2021-01-29 19:34:42'),(67760,25497,'action complete via WP Cron','2021-01-30 03:34:42','2021-01-29 19:34:42'),(67761,25498,'action created','2021-01-30 03:34:42','2021-01-29 19:34:42'),(67762,25498,'action started via WP Cron','2021-01-30 03:36:02','2021-01-29 19:36:02'),(67763,25498,'action complete via WP Cron','2021-01-30 03:36:02','2021-01-29 19:36:02'),(67764,25499,'action created','2021-01-30 03:36:03','2021-01-29 19:36:03'),(67765,25499,'action started via WP Cron','2021-01-30 03:36:42','2021-01-29 19:36:42'),(67766,25499,'action complete via WP Cron','2021-01-30 03:36:42','2021-01-29 19:36:42'),(67767,25500,'action created','2021-01-30 03:36:43','2021-01-29 19:36:43'),(67768,25500,'action started via WP Cron','2021-01-30 03:38:05','2021-01-29 19:38:05'),(67769,25500,'action complete via WP Cron','2021-01-30 03:38:05','2021-01-29 19:38:05'),(67770,25501,'action created','2021-01-30 03:38:05','2021-01-29 19:38:05'),(67771,25501,'action started via WP Cron','2021-01-30 03:39:01','2021-01-29 19:39:01'),(67772,25501,'action complete via WP Cron','2021-01-30 03:39:01','2021-01-29 19:39:01'),(67773,25502,'action created','2021-01-30 03:39:01','2021-01-29 19:39:01'),(67774,25502,'action started via WP Cron','2021-01-30 03:40:18','2021-01-29 19:40:18'),(67775,25502,'action complete via WP Cron','2021-01-30 03:40:18','2021-01-29 19:40:18'),(67776,25503,'action created','2021-01-30 03:40:18','2021-01-29 19:40:18'),(67777,25503,'action started via WP Cron','2021-01-30 03:40:53','2021-01-29 19:40:53'),(67778,25503,'action complete via WP Cron','2021-01-30 03:40:53','2021-01-29 19:40:53'),(67779,25504,'action created','2021-01-30 03:40:53','2021-01-29 19:40:53'),(67780,25504,'action started via WP Cron','2021-01-30 03:41:44','2021-01-29 19:41:44'),(67781,25504,'action complete via WP Cron','2021-01-30 03:41:44','2021-01-29 19:41:44'),(67782,25505,'action created','2021-01-30 03:41:44','2021-01-29 19:41:44'),(67783,25505,'action started via WP Cron','2021-01-30 03:43:03','2021-01-29 19:43:03'),(67784,25505,'action complete via WP Cron','2021-01-30 03:43:03','2021-01-29 19:43:03'),(67785,25506,'action created','2021-01-30 03:43:03','2021-01-29 19:43:03'),(67786,25506,'action started via WP Cron','2021-01-30 03:43:54','2021-01-29 19:43:54'),(67787,25506,'action complete via WP Cron','2021-01-30 03:43:54','2021-01-29 19:43:54'),(67788,25507,'action created','2021-01-30 03:43:54','2021-01-29 19:43:54'),(67789,25507,'action started via WP Cron','2021-01-30 03:44:41','2021-01-29 19:44:41'),(67790,25507,'action complete via WP Cron','2021-01-30 03:44:41','2021-01-29 19:44:41'),(67791,25508,'action created','2021-01-30 03:44:41','2021-01-29 19:44:41'),(67792,25508,'action started via WP Cron','2021-01-30 03:46:01','2021-01-29 19:46:01'),(67793,25508,'action complete via WP Cron','2021-01-30 03:46:01','2021-01-29 19:46:01'),(67794,25509,'action created','2021-01-30 03:46:01','2021-01-29 19:46:01'),(67795,25509,'action started via WP Cron','2021-01-30 03:46:49','2021-01-29 19:46:49'),(67796,25509,'action complete via WP Cron','2021-01-30 03:46:49','2021-01-29 19:46:49'),(67797,25510,'action created','2021-01-30 03:46:49','2021-01-29 19:46:49'),(67798,24882,'action started via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67799,24882,'action complete via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67800,25511,'action created','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67801,24883,'action started via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67802,24883,'action complete via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67803,25512,'action created','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67804,25510,'action started via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67805,25510,'action complete via WP Cron','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67806,25513,'action created','2021-01-30 03:49:50','2021-01-29 19:49:50'),(67807,25513,'action started via WP Cron','2021-01-30 03:50:42','2021-01-29 19:50:42'),(67808,25513,'action complete via WP Cron','2021-01-30 03:50:42','2021-01-29 19:50:42'),(67809,25514,'action created','2021-01-30 03:50:42','2021-01-29 19:50:42'),(67810,25514,'action started via WP Cron','2021-01-30 03:51:51','2021-01-29 19:51:51'),(67811,25514,'action complete via WP Cron','2021-01-30 03:51:51','2021-01-29 19:51:51'),(67812,25515,'action created','2021-01-30 03:51:51','2021-01-29 19:51:51'),(67813,25515,'action started via WP Cron','2021-01-30 03:52:52','2021-01-29 19:52:52'),(67814,25515,'action complete via WP Cron','2021-01-30 03:52:52','2021-01-29 19:52:52'),(67815,25516,'action created','2021-01-30 03:52:52','2021-01-29 19:52:52'),(67816,25516,'action started via WP Cron','2021-01-30 03:53:53','2021-01-29 19:53:53'),(67817,25516,'action complete via WP Cron','2021-01-30 03:53:53','2021-01-29 19:53:53'),(67818,25517,'action created','2021-01-30 03:53:53','2021-01-29 19:53:53'),(67819,25517,'action started via WP Cron','2021-01-30 03:54:54','2021-01-29 19:54:54'),(67820,25517,'action complete via WP Cron','2021-01-30 03:54:54','2021-01-29 19:54:54'),(67821,25518,'action created','2021-01-30 03:54:54','2021-01-29 19:54:54'),(67822,25518,'action started via WP Cron','2021-01-30 03:56:54','2021-01-29 19:56:54'),(67823,25518,'action complete via WP Cron','2021-01-30 03:56:54','2021-01-29 19:56:54'),(67824,25519,'action created','2021-01-30 03:56:54','2021-01-29 19:56:54'),(67825,25519,'action started via WP Cron','2021-01-30 03:57:55','2021-01-29 19:57:55'),(67826,25519,'action complete via WP Cron','2021-01-30 03:57:55','2021-01-29 19:57:55'),(67827,25520,'action created','2021-01-30 03:57:55','2021-01-29 19:57:55'),(67828,25520,'action started via WP Cron','2021-01-30 03:58:56','2021-01-29 19:58:56'),(67829,25520,'action complete via WP Cron','2021-01-30 03:58:56','2021-01-29 19:58:56'),(67830,25521,'action created','2021-01-30 03:58:56','2021-01-29 19:58:56'),(67831,25521,'action started via WP Cron','2021-01-30 04:06:13','2021-01-29 20:06:13'),(67832,25521,'action complete via WP Cron','2021-01-30 04:06:13','2021-01-29 20:06:13'),(67833,25522,'action created','2021-01-30 04:06:13','2021-01-29 20:06:13'),(67834,25522,'action started via WP Cron','2021-01-30 04:07:04','2021-01-29 20:07:04'),(67835,25522,'action complete via WP Cron','2021-01-30 04:07:04','2021-01-29 20:07:04'),(67836,25523,'action created','2021-01-30 04:07:04','2021-01-29 20:07:04'),(67837,25523,'action started via WP Cron','2021-01-30 04:11:21','2021-01-29 20:11:21'),(67838,25523,'action complete via WP Cron','2021-01-30 04:11:21','2021-01-29 20:11:21'),(67839,25524,'action created','2021-01-30 04:11:21','2021-01-29 20:11:21'),(67840,25524,'action started via WP Cron','2021-01-30 04:12:22','2021-01-29 20:12:22'),(67841,25524,'action complete via WP Cron','2021-01-30 04:12:22','2021-01-29 20:12:22'),(67842,25525,'action created','2021-01-30 04:12:22','2021-01-29 20:12:22'),(67843,25525,'action started via WP Cron','2021-01-30 04:13:23','2021-01-29 20:13:23'),(67844,25525,'action complete via WP Cron','2021-01-30 04:13:23','2021-01-29 20:13:23'),(67845,25526,'action created','2021-01-30 04:13:23','2021-01-29 20:13:23'),(67846,25526,'action started via WP Cron','2021-01-30 04:15:25','2021-01-29 20:15:25'),(67847,25526,'action complete via WP Cron','2021-01-30 04:15:25','2021-01-29 20:15:25'),(67848,25527,'action created','2021-01-30 04:15:35','2021-01-29 20:15:35'),(67849,25527,'action started via WP Cron','2021-01-30 04:23:31','2021-01-29 20:23:31'),(67850,25527,'action complete via WP Cron','2021-01-30 04:23:31','2021-01-29 20:23:31'),(67851,25528,'action created','2021-01-30 04:23:32','2021-01-29 20:23:32'),(67852,25528,'action started via WP Cron','2021-01-30 04:24:32','2021-01-29 20:24:32'),(67853,25528,'action complete via WP Cron','2021-01-30 04:24:32','2021-01-29 20:24:32'),(67854,25529,'action created','2021-01-30 04:24:32','2021-01-29 20:24:32'),(67855,25529,'action started via WP Cron','2021-01-30 04:25:32','2021-01-29 20:25:32'),(67856,25529,'action complete via WP Cron','2021-01-30 04:25:32','2021-01-29 20:25:32'),(67857,25530,'action created','2021-01-30 04:25:32','2021-01-29 20:25:32'),(67858,25530,'action started via WP Cron','2021-01-30 04:26:34','2021-01-29 20:26:34'),(67859,25530,'action complete via WP Cron','2021-01-30 04:26:34','2021-01-29 20:26:34'),(67860,25531,'action created','2021-01-30 04:26:34','2021-01-29 20:26:34'),(67861,25531,'action started via WP Cron','2021-01-30 04:28:35','2021-01-29 20:28:35'),(67862,25531,'action complete via WP Cron','2021-01-30 04:28:35','2021-01-29 20:28:35'),(67863,25532,'action created','2021-01-30 04:28:35','2021-01-29 20:28:35'),(67864,25532,'action started via WP Cron','2021-01-30 04:29:36','2021-01-29 20:29:36'),(67865,25532,'action complete via WP Cron','2021-01-30 04:29:36','2021-01-29 20:29:36'),(67866,25533,'action created','2021-01-30 04:29:36','2021-01-29 20:29:36'),(67867,25533,'action started via WP Cron','2021-01-30 04:37:30','2021-01-29 20:37:30'),(67868,25533,'action complete via WP Cron','2021-01-30 04:37:30','2021-01-29 20:37:30'),(67869,25534,'action created','2021-01-30 04:37:30','2021-01-29 20:37:30'),(67870,25534,'action started via WP Cron','2021-01-30 04:39:25','2021-01-29 20:39:25'),(67871,25534,'action complete via WP Cron','2021-01-30 04:39:25','2021-01-29 20:39:25'),(67872,25535,'action created','2021-01-30 04:39:25','2021-01-29 20:39:25'),(67873,25535,'action started via WP Cron','2021-01-30 04:44:18','2021-01-29 20:44:18'),(67874,25535,'action complete via WP Cron','2021-01-30 04:44:18','2021-01-29 20:44:18'),(67875,25536,'action created','2021-01-30 04:44:18','2021-01-29 20:44:18'),(67876,25536,'action started via WP Cron','2021-01-30 04:48:03','2021-01-29 20:48:03'),(67877,25536,'action complete via WP Cron','2021-01-30 04:48:03','2021-01-29 20:48:03'),(67878,25537,'action created','2021-01-30 04:48:04','2021-01-29 20:48:04'),(67879,25537,'action started via WP Cron','2021-01-30 04:48:42','2021-01-29 20:48:42'),(67880,25537,'action complete via WP Cron','2021-01-30 04:48:42','2021-01-29 20:48:42'),(67881,25538,'action created','2021-01-30 04:48:42','2021-01-29 20:48:42'),(67882,25538,'action started via WP Cron','2021-01-30 04:49:56','2021-01-29 20:49:56'),(67883,25538,'action complete via WP Cron','2021-01-30 04:49:56','2021-01-29 20:49:56'),(67884,25539,'action created','2021-01-30 04:49:57','2021-01-29 20:49:57'),(67885,25539,'action started via WP Cron','2021-01-30 04:50:49','2021-01-29 20:50:49'),(67886,25539,'action complete via WP Cron','2021-01-30 04:50:49','2021-01-29 20:50:49'),(67887,25540,'action created','2021-01-30 04:50:49','2021-01-29 20:50:49'),(67888,25540,'action started via WP Cron','2021-01-30 04:54:58','2021-01-29 20:54:58'),(67889,25540,'action complete via WP Cron','2021-01-30 04:54:58','2021-01-29 20:54:58'),(67890,25541,'action created','2021-01-30 04:54:58','2021-01-29 20:54:58'),(67891,25541,'action started via WP Cron','2021-01-30 04:55:59','2021-01-29 20:55:59'),(67892,25541,'action complete via WP Cron','2021-01-30 04:55:59','2021-01-29 20:55:59'),(67893,25542,'action created','2021-01-30 04:55:59','2021-01-29 20:55:59'),(67894,25542,'action started via WP Cron','2021-01-30 04:57:00','2021-01-29 20:57:00'),(67895,25542,'action complete via WP Cron','2021-01-30 04:57:00','2021-01-29 20:57:00'),(67896,25543,'action created','2021-01-30 04:57:00','2021-01-29 20:57:00'),(67897,25543,'action started via WP Cron','2021-01-30 04:58:01','2021-01-29 20:58:01'),(67898,25543,'action complete via WP Cron','2021-01-30 04:58:01','2021-01-29 20:58:01'),(67899,25544,'action created','2021-01-30 04:58:01','2021-01-29 20:58:01'),(67900,25544,'action started via WP Cron','2021-01-30 04:59:02','2021-01-29 20:59:02'),(67901,25544,'action complete via WP Cron','2021-01-30 04:59:02','2021-01-29 20:59:02'),(67902,25545,'action created','2021-01-30 04:59:38','2021-01-29 20:59:38'),(67903,25545,'action started via WP Cron','2021-01-30 04:59:57','2021-01-29 20:59:57'),(67904,25545,'action complete via WP Cron','2021-01-30 04:59:57','2021-01-29 20:59:57'),(67905,25546,'action created','2021-01-30 05:01:00','2021-01-29 21:01:00'),(67906,25546,'action started via WP Cron','2021-01-30 05:03:25','2021-01-29 21:03:25'),(67907,25546,'action complete via WP Cron','2021-01-30 05:03:25','2021-01-29 21:03:25'),(67908,25547,'action created','2021-01-30 05:03:26','2021-01-29 21:03:26'),(67909,25547,'action started via WP Cron','2021-01-30 05:05:53','2021-01-29 21:05:53'),(67910,25547,'action complete via WP Cron','2021-01-30 05:05:53','2021-01-29 21:05:53'),(67911,25548,'action created','2021-01-30 05:05:53','2021-01-29 21:05:53'),(67912,25548,'action started via WP Cron','2021-01-30 05:06:41','2021-01-29 21:06:41'),(67913,25548,'action complete via WP Cron','2021-01-30 05:06:41','2021-01-29 21:06:41'),(67914,25549,'action created','2021-01-30 05:06:41','2021-01-29 21:06:41'),(67915,25549,'action started via WP Cron','2021-01-30 05:07:57','2021-01-29 21:07:57'),(67916,25549,'action complete via WP Cron','2021-01-30 05:07:57','2021-01-29 21:07:57'),(67917,25550,'action created','2021-01-30 05:07:57','2021-01-29 21:07:57'),(67918,25550,'action started via WP Cron','2021-01-30 05:10:06','2021-01-29 21:10:06'),(67919,25550,'action complete via WP Cron','2021-01-30 05:10:06','2021-01-29 21:10:06'),(67920,25551,'action created','2021-01-30 05:10:06','2021-01-29 21:10:06'),(67921,25551,'action started via WP Cron','2021-01-30 05:15:48','2021-01-29 21:15:48'),(67922,25551,'action complete via WP Cron','2021-01-30 05:15:48','2021-01-29 21:15:48'),(67923,25552,'action created','2021-01-30 05:15:48','2021-01-29 21:15:48'),(67924,25552,'action started via WP Cron','2021-01-30 05:17:27','2021-01-29 21:17:27'),(67925,25552,'action complete via WP Cron','2021-01-30 05:17:27','2021-01-29 21:17:27'),(67926,25553,'action created','2021-01-30 05:17:27','2021-01-29 21:17:27'),(67927,25553,'action started via WP Cron','2021-01-30 05:17:49','2021-01-29 21:17:49'),(67928,25553,'action complete via WP Cron','2021-01-30 05:17:49','2021-01-29 21:17:49'),(67929,25554,'action created','2021-01-30 05:17:49','2021-01-29 21:17:49'),(67930,25554,'action started via WP Cron','2021-01-30 05:18:45','2021-01-29 21:18:45'),(67931,25554,'action complete via WP Cron','2021-01-30 05:18:45','2021-01-29 21:18:45'),(67932,25555,'action created','2021-01-30 05:18:45','2021-01-29 21:18:45'),(67933,25555,'action started via WP Cron','2021-01-30 05:20:30','2021-01-29 21:20:30'),(67934,25555,'action complete via WP Cron','2021-01-30 05:20:30','2021-01-29 21:20:30'),(67935,25556,'action created','2021-01-30 05:20:30','2021-01-29 21:20:30'),(67936,25556,'action started via WP Cron','2021-01-30 05:21:31','2021-01-29 21:21:31'),(67937,25556,'action complete via WP Cron','2021-01-30 05:21:31','2021-01-29 21:21:31'),(67938,25557,'action created','2021-01-30 05:21:31','2021-01-29 21:21:31'),(67939,25557,'action started via WP Cron','2021-01-30 05:21:58','2021-01-29 21:21:58'),(67940,25557,'action complete via WP Cron','2021-01-30 05:21:58','2021-01-29 21:21:58'),(67941,25558,'action created','2021-01-30 05:21:58','2021-01-29 21:21:58'),(67942,25558,'action started via WP Cron','2021-01-30 05:23:39','2021-01-29 21:23:39'),(67943,25558,'action complete via WP Cron','2021-01-30 05:23:39','2021-01-29 21:23:39'),(67944,25559,'action created','2021-01-30 05:23:39','2021-01-29 21:23:39'),(67945,25559,'action started via WP Cron','2021-01-30 05:25:16','2021-01-29 21:25:16'),(67946,25559,'action complete via WP Cron','2021-01-30 05:25:16','2021-01-29 21:25:16'),(67947,25560,'action created','2021-01-30 05:25:17','2021-01-29 21:25:17'),(67948,25560,'action started via WP Cron','2021-01-30 05:26:05','2021-01-29 21:26:05'),(67949,25560,'action complete via WP Cron','2021-01-30 05:26:05','2021-01-29 21:26:05'),(67950,25561,'action created','2021-01-30 05:26:05','2021-01-29 21:26:05'),(67951,25561,'action started via WP Cron','2021-01-30 05:27:36','2021-01-29 21:27:36'),(67952,25561,'action complete via WP Cron','2021-01-30 05:27:36','2021-01-29 21:27:36'),(67953,25562,'action created','2021-01-30 05:27:36','2021-01-29 21:27:36'),(67954,25562,'action started via WP Cron','2021-01-30 05:27:47','2021-01-29 21:27:47'),(67955,25562,'action complete via WP Cron','2021-01-30 05:27:47','2021-01-29 21:27:47'),(67956,25563,'action created','2021-01-30 05:27:47','2021-01-29 21:27:47'),(67957,25563,'action started via WP Cron','2021-01-30 05:29:04','2021-01-29 21:29:04'),(67958,25563,'action complete via WP Cron','2021-01-30 05:29:04','2021-01-29 21:29:04'),(67959,25564,'action created','2021-01-30 05:29:04','2021-01-29 21:29:04'),(67960,25564,'action started via WP Cron','2021-01-30 05:29:48','2021-01-29 21:29:48'),(67961,25564,'action complete via WP Cron','2021-01-30 05:29:48','2021-01-29 21:29:48'),(67962,25565,'action created','2021-01-30 05:29:48','2021-01-29 21:29:48'),(67963,25565,'action started via WP Cron','2021-01-30 05:30:46','2021-01-29 21:30:46'),(67964,25565,'action complete via WP Cron','2021-01-30 05:30:46','2021-01-29 21:30:46'),(67965,25566,'action created','2021-01-30 05:30:46','2021-01-29 21:30:46'),(67966,25566,'action started via WP Cron','2021-01-30 05:31:49','2021-01-29 21:31:49'),(67967,25566,'action complete via WP Cron','2021-01-30 05:31:49','2021-01-29 21:31:49'),(67968,25567,'action created','2021-01-30 05:31:50','2021-01-29 21:31:50'),(67969,25567,'action started via WP Cron','2021-01-30 05:32:54','2021-01-29 21:32:54'),(67970,25567,'action complete via WP Cron','2021-01-30 05:32:54','2021-01-29 21:32:54'),(67971,25568,'action created','2021-01-30 05:33:30','2021-01-29 21:33:30'),(67972,25568,'action started via WP Cron','2021-01-30 05:33:52','2021-01-29 21:33:52'),(67973,25568,'action complete via WP Cron','2021-01-30 05:33:52','2021-01-29 21:33:52'),(67974,25569,'action created','2021-01-30 05:33:52','2021-01-29 21:33:52'),(67975,25569,'action started via WP Cron','2021-01-30 05:34:53','2021-01-29 21:34:53'),(67976,25569,'action complete via WP Cron','2021-01-30 05:34:53','2021-01-29 21:34:53'),(67977,25570,'action created','2021-01-30 05:34:54','2021-01-29 21:34:54'),(67978,25570,'action started via WP Cron','2021-01-30 05:35:55','2021-01-29 21:35:55'),(67979,25570,'action complete via WP Cron','2021-01-30 05:35:55','2021-01-29 21:35:55'),(67980,25571,'action created','2021-01-30 05:36:31','2021-01-29 21:36:31'),(67981,25571,'action started via WP Cron','2021-01-30 05:37:13','2021-01-29 21:37:13'),(67982,25571,'action complete via WP Cron','2021-01-30 05:37:13','2021-01-29 21:37:13'),(67983,25572,'action created','2021-01-30 05:37:13','2021-01-29 21:37:13'),(67984,25572,'action started via WP Cron','2021-01-30 05:38:31','2021-01-29 21:38:31'),(67985,25572,'action complete via WP Cron','2021-01-30 05:38:31','2021-01-29 21:38:31'),(67986,25573,'action created','2021-01-30 05:38:31','2021-01-29 21:38:31'),(67987,25573,'action started via WP Cron','2021-01-30 05:39:02','2021-01-29 21:39:02'),(67988,25573,'action complete via WP Cron','2021-01-30 05:39:02','2021-01-29 21:39:02'),(67989,25574,'action created','2021-01-30 05:39:02','2021-01-29 21:39:02'),(67990,25574,'action started via WP Cron','2021-01-30 05:39:52','2021-01-29 21:39:52'),(67991,25574,'action complete via WP Cron','2021-01-30 05:39:52','2021-01-29 21:39:52'),(67992,25575,'action created','2021-01-30 05:39:52','2021-01-29 21:39:52'),(67993,25575,'action started via WP Cron','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67994,25575,'action complete via WP Cron','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67995,24950,'action started via WP Cron','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67996,24950,'action complete via WP Cron','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67997,25576,'action created','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67998,25577,'action created','2021-01-30 05:41:38','2021-01-29 21:41:38'),(67999,25577,'action started via WP Cron','2021-01-30 05:42:21','2021-01-29 21:42:21'),(68000,25577,'action complete via WP Cron','2021-01-30 05:42:21','2021-01-29 21:42:21'),(68001,25578,'action created','2021-01-30 05:42:21','2021-01-29 21:42:21'),(68002,25578,'action started via WP Cron','2021-01-30 05:46:05','2021-01-29 21:46:05'),(68003,25578,'action complete via WP Cron','2021-01-30 05:46:05','2021-01-29 21:46:05'),(68004,25579,'action created','2021-01-30 05:46:05','2021-01-29 21:46:05'),(68005,25579,'action started via WP Cron','2021-01-30 05:53:49','2021-01-29 21:53:49'),(68006,25579,'action complete via WP Cron','2021-01-30 05:53:49','2021-01-29 21:53:49'),(68007,25580,'action created','2021-01-30 05:53:49','2021-01-29 21:53:49'),(68008,25580,'action started via WP Cron','2021-01-30 05:54:59','2021-01-29 21:54:59'),(68009,25580,'action complete via WP Cron','2021-01-30 05:54:59','2021-01-29 21:54:59'),(68010,25581,'action created','2021-01-30 05:54:59','2021-01-29 21:54:59'),(68011,25581,'action started via WP Cron','2021-01-30 05:56:02','2021-01-29 21:56:02'),(68012,25581,'action complete via WP Cron','2021-01-30 05:56:02','2021-01-29 21:56:02'),(68013,25582,'action created','2021-01-30 05:56:02','2021-01-29 21:56:02'),(68014,25582,'action started via WP Cron','2021-01-30 05:58:05','2021-01-29 21:58:05'),(68015,25582,'action complete via WP Cron','2021-01-30 05:58:05','2021-01-29 21:58:05'),(68016,25583,'action created','2021-01-30 05:58:05','2021-01-29 21:58:05'),(68017,25583,'action started via WP Cron','2021-01-30 05:59:05','2021-01-29 21:59:05'),(68018,25583,'action complete via WP Cron','2021-01-30 05:59:05','2021-01-29 21:59:05'),(68019,25584,'action created','2021-01-30 05:59:05','2021-01-29 21:59:05'),(68020,25584,'action started via WP Cron','2021-01-30 06:00:02','2021-01-29 22:00:02'),(68021,25584,'action complete via WP Cron','2021-01-30 06:00:02','2021-01-29 22:00:02'),(68022,25585,'action created','2021-01-30 06:00:02','2021-01-29 22:00:02'),(68023,25585,'action started via WP Cron','2021-01-30 06:00:41','2021-01-29 22:00:41'),(68024,25585,'action complete via WP Cron','2021-01-30 06:00:41','2021-01-29 22:00:41'),(68025,25586,'action created','2021-01-30 06:00:41','2021-01-29 22:00:41'),(68026,25586,'action started via WP Cron','2021-01-30 06:01:47','2021-01-29 22:01:47'),(68027,25586,'action complete via WP Cron','2021-01-30 06:01:47','2021-01-29 22:01:47'),(68028,25587,'action created','2021-01-30 06:01:47','2021-01-29 22:01:47'),(68029,25587,'action started via WP Cron','2021-01-30 06:03:03','2021-01-29 22:03:03'),(68030,25587,'action complete via WP Cron','2021-01-30 06:03:03','2021-01-29 22:03:03'),(68031,25588,'action created','2021-01-30 06:03:03','2021-01-29 22:03:03'),(68032,25588,'action started via WP Cron','2021-01-30 06:03:56','2021-01-29 22:03:56'),(68033,25588,'action complete via WP Cron','2021-01-30 06:03:56','2021-01-29 22:03:56'),(68034,25589,'action created','2021-01-30 06:03:56','2021-01-29 22:03:56'),(68035,25589,'action started via WP Cron','2021-01-30 06:05:01','2021-01-29 22:05:01'),(68036,25589,'action complete via WP Cron','2021-01-30 06:05:01','2021-01-29 22:05:01'),(68037,25590,'action created','2021-01-30 06:05:01','2021-01-29 22:05:01'),(68038,25590,'action started via WP Cron','2021-01-30 06:06:10','2021-01-29 22:06:10'),(68039,25590,'action complete via WP Cron','2021-01-30 06:06:10','2021-01-29 22:06:10'),(68040,25591,'action created','2021-01-30 06:06:10','2021-01-29 22:06:10'),(68041,25591,'action started via WP Cron','2021-01-30 06:07:10','2021-01-29 22:07:10'),(68042,25591,'action complete via WP Cron','2021-01-30 06:07:10','2021-01-29 22:07:10'),(68043,25592,'action created','2021-01-30 06:07:11','2021-01-29 22:07:11'),(68044,25592,'action started via WP Cron','2021-01-30 06:08:02','2021-01-29 22:08:02'),(68045,25592,'action complete via WP Cron','2021-01-30 06:08:02','2021-01-29 22:08:02'),(68046,25593,'action created','2021-01-30 06:08:02','2021-01-29 22:08:02'),(68047,25593,'action started via WP Cron','2021-01-30 06:08:52','2021-01-29 22:08:52'),(68048,25593,'action complete via WP Cron','2021-01-30 06:08:52','2021-01-29 22:08:52'),(68049,25594,'action created','2021-01-30 06:08:52','2021-01-29 22:08:52'),(68050,25594,'action started via WP Cron','2021-01-30 06:10:04','2021-01-29 22:10:04'),(68051,25594,'action complete via WP Cron','2021-01-30 06:10:04','2021-01-29 22:10:04'),(68052,25595,'action created','2021-01-30 06:10:04','2021-01-29 22:10:04'),(68053,25595,'action started via WP Cron','2021-01-30 06:11:21','2021-01-29 22:11:21'),(68054,25595,'action complete via WP Cron','2021-01-30 06:11:21','2021-01-29 22:11:21'),(68055,25596,'action created','2021-01-30 06:11:21','2021-01-29 22:11:21'),(68056,25596,'action started via WP Cron','2021-01-30 06:16:08','2021-01-29 22:16:08'),(68057,25596,'action complete via WP Cron','2021-01-30 06:16:08','2021-01-29 22:16:08'),(68058,25597,'action created','2021-01-30 06:16:08','2021-01-29 22:16:08'),(68059,25597,'action started via WP Cron','2021-01-30 06:16:46','2021-01-29 22:16:46'),(68060,25597,'action complete via WP Cron','2021-01-30 06:16:46','2021-01-29 22:16:46'),(68061,25598,'action created','2021-01-30 06:16:46','2021-01-29 22:16:46'),(68062,25598,'action started via WP Cron','2021-01-30 06:17:57','2021-01-29 22:17:57'),(68063,25598,'action complete via WP Cron','2021-01-30 06:17:57','2021-01-29 22:17:57'),(68064,25599,'action created','2021-01-30 06:17:57','2021-01-29 22:17:57'),(68065,25599,'action started via WP Cron','2021-01-30 06:18:57','2021-01-29 22:18:57'),(68066,25599,'action complete via WP Cron','2021-01-30 06:18:57','2021-01-29 22:18:57'),(68067,25600,'action created','2021-01-30 06:18:57','2021-01-29 22:18:57'),(68068,25600,'action started via WP Cron','2021-01-30 06:19:57','2021-01-29 22:19:57'),(68069,25600,'action complete via WP Cron','2021-01-30 06:19:57','2021-01-29 22:19:57'),(68070,25601,'action created','2021-01-30 06:19:57','2021-01-29 22:19:57'),(68071,25601,'action started via WP Cron','2021-01-30 06:20:42','2021-01-29 22:20:42'),(68072,25601,'action complete via WP Cron','2021-01-30 06:20:42','2021-01-29 22:20:42'),(68073,25602,'action created','2021-01-30 06:20:42','2021-01-29 22:20:42'),(68074,25602,'action started via WP Cron','2021-01-30 06:21:44','2021-01-29 22:21:44'),(68075,25602,'action complete via WP Cron','2021-01-30 06:21:44','2021-01-29 22:21:44'),(68076,25603,'action created','2021-01-30 06:21:44','2021-01-29 22:21:44'),(68077,25603,'action started via WP Cron','2021-01-30 06:22:46','2021-01-29 22:22:46'),(68078,25603,'action complete via WP Cron','2021-01-30 06:22:46','2021-01-29 22:22:46'),(68079,25604,'action created','2021-01-30 06:22:46','2021-01-29 22:22:46'),(68080,25604,'action started via WP Cron','2021-01-30 06:23:46','2021-01-29 22:23:46'),(68081,25604,'action complete via WP Cron','2021-01-30 06:23:46','2021-01-29 22:23:46'),(68082,25605,'action created','2021-01-30 06:23:46','2021-01-29 22:23:46'),(68083,25605,'action started via WP Cron','2021-01-30 06:24:58','2021-01-29 22:24:58'),(68084,25605,'action complete via WP Cron','2021-01-30 06:24:58','2021-01-29 22:24:58'),(68085,25606,'action created','2021-01-30 06:24:58','2021-01-29 22:24:58'),(68086,25606,'action started via WP Cron','2021-01-30 06:25:58','2021-01-29 22:25:58'),(68087,25606,'action complete via WP Cron','2021-01-30 06:25:58','2021-01-29 22:25:58'),(68088,25607,'action created','2021-01-30 06:25:58','2021-01-29 22:25:58'),(68089,25607,'action started via WP Cron','2021-01-30 06:27:36','2021-01-29 22:27:36'),(68090,25607,'action complete via WP Cron','2021-01-30 06:27:36','2021-01-29 22:27:36'),(68091,25608,'action created','2021-01-30 06:27:36','2021-01-29 22:27:36'),(68092,25608,'action started via WP Cron','2021-01-30 06:28:32','2021-01-29 22:28:32'),(68093,25608,'action complete via WP Cron','2021-01-30 06:28:32','2021-01-29 22:28:32'),(68094,25609,'action created','2021-01-30 06:28:33','2021-01-29 22:28:33'),(68095,25609,'action started via WP Cron','2021-01-30 06:35:58','2021-01-29 22:35:58'),(68096,25609,'action complete via WP Cron','2021-01-30 06:35:58','2021-01-29 22:35:58'),(68097,25610,'action created','2021-01-30 06:35:58','2021-01-29 22:35:58'),(68098,25610,'action started via WP Cron','2021-01-30 06:37:00','2021-01-29 22:37:00'),(68099,25610,'action complete via WP Cron','2021-01-30 06:37:00','2021-01-29 22:37:00'),(68100,25611,'action created','2021-01-30 06:37:00','2021-01-29 22:37:00'),(68101,25611,'action started via WP Cron','2021-01-30 06:38:01','2021-01-29 22:38:01'),(68102,25611,'action complete via WP Cron','2021-01-30 06:38:01','2021-01-29 22:38:01'),(68103,25612,'action created','2021-01-30 06:38:01','2021-01-29 22:38:01'),(68104,25612,'action started via WP Cron','2021-01-30 06:40:03','2021-01-29 22:40:03'),(68105,25612,'action complete via WP Cron','2021-01-30 06:40:03','2021-01-29 22:40:03'),(68106,25613,'action created','2021-01-30 06:41:03','2021-01-29 22:41:03'),(68107,25613,'action started via WP Cron','2021-01-30 06:41:52','2021-01-29 22:41:52'),(68108,25613,'action complete via WP Cron','2021-01-30 06:41:52','2021-01-29 22:41:52'),(68109,25614,'action created','2021-01-30 06:41:52','2021-01-29 22:41:52'),(68110,25614,'action started via WP Cron','2021-01-30 06:42:57','2021-01-29 22:42:57'),(68111,25614,'action complete via WP Cron','2021-01-30 06:42:57','2021-01-29 22:42:57'),(68112,25615,'action created','2021-01-30 06:42:58','2021-01-29 22:42:58'),(68116,25616,'action started via WP Cron','2021-01-30 07:00:11','2021-01-29 23:00:11'),(68117,25616,'action complete via WP Cron','2021-01-30 07:00:11','2021-01-29 23:00:11'),(68118,25617,'action created','2021-01-30 07:00:11','2021-01-29 23:00:11'),(68119,25617,'action started via WP Cron','2021-01-30 07:01:11','2021-01-29 23:01:11'),(68120,25617,'action complete via WP Cron','2021-01-30 07:01:11','2021-01-29 23:01:11'),(68121,25618,'action created','2021-01-30 07:01:11','2021-01-29 23:01:11'),(68122,25618,'action started via WP Cron','2021-01-30 07:02:12','2021-01-29 23:02:12'),(68123,25618,'action complete via WP Cron','2021-01-30 07:02:12','2021-01-29 23:02:12'),(68124,25619,'action created','2021-01-30 07:02:13','2021-01-29 23:02:13'),(68125,25619,'action started via WP Cron','2021-01-30 07:04:14','2021-01-29 23:04:14'),(68126,25619,'action complete via WP Cron','2021-01-30 07:04:14','2021-01-29 23:04:14'),(68127,25620,'action created','2021-01-30 07:04:14','2021-01-29 23:04:14'),(68128,25620,'action started via WP Cron','2021-01-30 07:05:15','2021-01-29 23:05:15'),(68129,25620,'action complete via WP Cron','2021-01-30 07:05:15','2021-01-29 23:05:15'),(68130,25621,'action created','2021-01-30 07:05:15','2021-01-29 23:05:15'),(68131,25621,'action started via WP Cron','2021-01-30 07:06:16','2021-01-29 23:06:16'),(68132,25621,'action complete via WP Cron','2021-01-30 07:06:16','2021-01-29 23:06:16'),(68133,25622,'action created','2021-01-30 07:06:16','2021-01-29 23:06:16'),(68134,25622,'action started via WP Cron','2021-01-30 07:07:28','2021-01-29 23:07:28'),(68135,25622,'action complete via WP Cron','2021-01-30 07:07:28','2021-01-29 23:07:28'),(68136,25623,'action created','2021-01-30 07:07:28','2021-01-29 23:07:28'),(68137,25623,'action started via WP Cron','2021-01-30 07:14:05','2021-01-29 23:14:05'),(68138,25623,'action complete via WP Cron','2021-01-30 07:14:05','2021-01-29 23:14:05'),(68139,25624,'action created','2021-01-30 07:14:05','2021-01-29 23:14:05'),(68140,25624,'action started via WP Cron','2021-01-30 07:28:44','2021-01-29 23:28:44'),(68141,25624,'action complete via WP Cron','2021-01-30 07:28:44','2021-01-29 23:28:44'),(68142,25625,'action created','2021-01-30 07:28:44','2021-01-29 23:28:44'),(68143,25625,'action started via WP Cron','2021-01-30 07:30:38','2021-01-29 23:30:38'),(68144,25625,'action complete via WP Cron','2021-01-30 07:30:38','2021-01-29 23:30:38'),(68145,25626,'action created','2021-01-30 07:30:38','2021-01-29 23:30:38'),(68146,25626,'action started via WP Cron','2021-01-30 07:32:40','2021-01-29 23:32:40'),(68147,25626,'action complete via WP Cron','2021-01-30 07:32:40','2021-01-29 23:32:40'),(68148,25627,'action created','2021-01-30 07:32:41','2021-01-29 23:32:41'),(68149,25627,'action started via WP Cron','2021-01-30 07:33:41','2021-01-29 23:33:41'),(68150,25627,'action complete via WP Cron','2021-01-30 07:33:41','2021-01-29 23:33:41'),(68151,25628,'action created','2021-01-30 07:33:41','2021-01-29 23:33:41'),(68152,25628,'action started via WP Cron','2021-01-30 07:34:42','2021-01-29 23:34:42'),(68153,25628,'action complete via WP Cron','2021-01-30 07:34:42','2021-01-29 23:34:42'),(68154,25629,'action created','2021-01-30 07:34:42','2021-01-29 23:34:42'),(68155,25629,'action started via WP Cron','2021-01-30 07:42:29','2021-01-29 23:42:29'),(68156,25629,'action complete via WP Cron','2021-01-30 07:42:29','2021-01-29 23:42:29'),(68157,25630,'action created','2021-01-30 07:42:29','2021-01-29 23:42:29'),(68158,25630,'action started via WP Cron','2021-01-30 07:43:29','2021-01-29 23:43:29'),(68159,25630,'action complete via WP Cron','2021-01-30 07:43:29','2021-01-29 23:43:29'),(68160,25631,'action created','2021-01-30 07:43:29','2021-01-29 23:43:29'),(68161,25631,'action started via WP Cron','2021-01-30 07:43:45','2021-01-29 23:43:45'),(68162,25631,'action complete via WP Cron','2021-01-30 07:43:45','2021-01-29 23:43:45'),(68163,25632,'action created','2021-01-30 07:43:45','2021-01-29 23:43:45'),(68164,25632,'action started via WP Cron','2021-01-30 07:45:31','2021-01-29 23:45:31'),(68165,25632,'action complete via WP Cron','2021-01-30 07:45:31','2021-01-29 23:45:31'),(68166,25633,'action created','2021-01-30 07:45:31','2021-01-29 23:45:31'),(68167,25633,'action started via WP Cron','2021-01-30 07:46:34','2021-01-29 23:46:34'),(68168,25633,'action complete via WP Cron','2021-01-30 07:46:34','2021-01-29 23:46:34'),(68169,25634,'action created','2021-01-30 07:46:34','2021-01-29 23:46:34'),(68170,25634,'action started via WP Cron','2021-01-30 07:59:04','2021-01-29 23:59:04'),(68171,25634,'action complete via WP Cron','2021-01-30 07:59:04','2021-01-29 23:59:04'),(68172,25635,'action created','2021-01-30 07:59:04','2021-01-29 23:59:04'),(68173,25635,'action started via WP Cron','2021-01-30 08:00:09','2021-01-30 00:00:09'),(68174,25635,'action complete via WP Cron','2021-01-30 08:00:09','2021-01-30 00:00:09'),(68175,25636,'action created','2021-01-30 08:00:09','2021-01-30 00:00:09'),(68176,25636,'action started via WP Cron','2021-01-30 08:01:45','2021-01-30 00:01:45'),(68177,25636,'action complete via WP Cron','2021-01-30 08:01:45','2021-01-30 00:01:45'),(68178,25637,'action created','2021-01-30 08:01:45','2021-01-30 00:01:45'),(68179,25637,'action started via WP Cron','2021-01-30 08:06:19','2021-01-30 00:06:19'),(68180,25637,'action complete via WP Cron','2021-01-30 08:06:19','2021-01-30 00:06:19'),(68181,25638,'action created','2021-01-30 08:06:20','2021-01-30 00:06:20'),(68182,25638,'action started via WP Cron','2021-01-30 08:07:20','2021-01-30 00:07:20'),(68183,25638,'action complete via WP Cron','2021-01-30 08:07:20','2021-01-30 00:07:20'),(68184,25639,'action created','2021-01-30 08:07:20','2021-01-30 00:07:20'),(68185,25639,'action started via WP Cron','2021-01-30 08:08:21','2021-01-30 00:08:21'),(68186,25639,'action complete via WP Cron','2021-01-30 08:08:21','2021-01-30 00:08:21'),(68187,25640,'action created','2021-01-30 08:08:21','2021-01-30 00:08:21'),(68188,25640,'action started via WP Cron','2021-01-30 08:10:23','2021-01-30 00:10:23'),(68189,25640,'action complete via WP Cron','2021-01-30 08:10:23','2021-01-30 00:10:23'),(68190,25641,'action created','2021-01-30 08:10:23','2021-01-30 00:10:23'),(68191,25641,'action started via WP Cron','2021-01-30 08:10:53','2021-01-30 00:10:53'),(68192,25641,'action complete via WP Cron','2021-01-30 08:10:53','2021-01-30 00:10:53'),(68193,25642,'action created','2021-01-30 08:10:54','2021-01-30 00:10:54'),(68194,25642,'action started via WP Cron','2021-01-30 08:12:24','2021-01-30 00:12:24'),(68195,25642,'action complete via WP Cron','2021-01-30 08:12:24','2021-01-30 00:12:24'),(68196,25643,'action created','2021-01-30 08:12:24','2021-01-30 00:12:24'),(68197,25643,'action started via WP Cron','2021-01-30 08:19:58','2021-01-30 00:19:58'),(68198,25643,'action complete via WP Cron','2021-01-30 08:19:58','2021-01-30 00:19:58'),(68199,25644,'action created','2021-01-30 08:19:58','2021-01-30 00:19:58'),(68200,25644,'action started via WP Cron','2021-01-30 08:37:06','2021-01-30 00:37:06'),(68201,25644,'action complete via WP Cron','2021-01-30 08:37:06','2021-01-30 00:37:06'),(68202,25645,'action created','2021-01-30 08:37:06','2021-01-30 00:37:06'),(68203,25645,'action started via WP Cron','2021-01-30 08:37:57','2021-01-30 00:37:57'),(68204,25645,'action complete via WP Cron','2021-01-30 08:37:57','2021-01-30 00:37:57'),(68205,25646,'action created','2021-01-30 08:37:57','2021-01-30 00:37:57'),(68206,25646,'action started via WP Cron','2021-01-30 08:38:52','2021-01-30 00:38:52'),(68207,25646,'action complete via WP Cron','2021-01-30 08:38:52','2021-01-30 00:38:52'),(68208,25647,'action created','2021-01-30 08:38:52','2021-01-30 00:38:52'),(68209,25647,'action started via WP Cron','2021-01-30 08:40:00','2021-01-30 00:40:00'),(68210,25647,'action complete via WP Cron','2021-01-30 08:40:00','2021-01-30 00:40:00'),(68211,25648,'action created','2021-01-30 08:40:00','2021-01-30 00:40:00'),(68212,25648,'action started via WP Cron','2021-01-30 08:41:12','2021-01-30 00:41:12'),(68213,25648,'action complete via WP Cron','2021-01-30 08:41:12','2021-01-30 00:41:12'),(68214,25649,'action created','2021-01-30 08:41:12','2021-01-30 00:41:12'),(68215,25649,'action started via WP Cron','2021-01-30 08:41:55','2021-01-30 00:41:55'),(68216,25649,'action complete via WP Cron','2021-01-30 08:41:55','2021-01-30 00:41:55'),(68217,25650,'action created','2021-01-30 08:41:56','2021-01-30 00:41:56'),(68218,25650,'action started via WP Cron','2021-01-30 08:42:47','2021-01-30 00:42:47'),(68219,25650,'action complete via WP Cron','2021-01-30 08:42:47','2021-01-30 00:42:47'),(68220,25651,'action created','2021-01-30 08:42:47','2021-01-30 00:42:47'),(68221,25651,'action started via WP Cron','2021-01-30 08:43:51','2021-01-30 00:43:51'),(68222,25651,'action complete via WP Cron','2021-01-30 08:43:51','2021-01-30 00:43:51'),(68223,25652,'action created','2021-01-30 08:43:52','2021-01-30 00:43:52'),(68224,25652,'action started via WP Cron','2021-01-30 08:44:51','2021-01-30 00:44:51'),(68225,25652,'action complete via WP Cron','2021-01-30 08:44:51','2021-01-30 00:44:51'),(68226,25653,'action created','2021-01-30 08:44:51','2021-01-30 00:44:51'),(68227,25653,'action started via WP Cron','2021-01-30 08:45:58','2021-01-30 00:45:58'),(68228,25653,'action complete via WP Cron','2021-01-30 08:45:58','2021-01-30 00:45:58'),(68229,25654,'action created','2021-01-30 08:45:58','2021-01-30 00:45:58'),(68230,25654,'action started via WP Cron','2021-01-30 08:46:47','2021-01-30 00:46:47'),(68231,25654,'action complete via WP Cron','2021-01-30 08:46:47','2021-01-30 00:46:47'),(68232,25655,'action created','2021-01-30 08:46:47','2021-01-30 00:46:47'),(68233,25655,'action started via WP Cron','2021-01-30 08:47:41','2021-01-30 00:47:41'),(68234,25655,'action complete via WP Cron','2021-01-30 08:47:41','2021-01-30 00:47:41'),(68235,25656,'action created','2021-01-30 08:47:41','2021-01-30 00:47:41'),(68236,25656,'action started via WP Cron','2021-01-30 08:48:42','2021-01-30 00:48:42'),(68237,25656,'action complete via WP Cron','2021-01-30 08:48:42','2021-01-30 00:48:42'),(68238,25657,'action created','2021-01-30 08:48:42','2021-01-30 00:48:42'),(68239,25657,'action started via WP Cron','2021-01-30 08:49:43','2021-01-30 00:49:43'),(68240,25657,'action complete via WP Cron','2021-01-30 08:49:43','2021-01-30 00:49:43'),(68241,25658,'action created','2021-01-30 08:49:43','2021-01-30 00:49:43'),(68242,25658,'action started via WP Cron','2021-01-30 08:50:41','2021-01-30 00:50:41'),(68243,25658,'action complete via WP Cron','2021-01-30 08:50:41','2021-01-30 00:50:41'),(132771,47168,'action complete via WP Cron','2021-03-02 08:51:00','2021-03-02 00:51:00'),(132770,47168,'action started via WP Cron','2021-03-02 08:51:00','2021-03-02 00:51:00'),(68247,25660,'action created','2021-01-30 08:50:42','2021-01-30 00:50:42'),(68248,25660,'action started via WP Cron','2021-01-30 08:51:56','2021-01-30 00:51:56'),(68249,25660,'action complete via WP Cron','2021-01-30 08:51:56','2021-01-30 00:51:56'),(68250,25661,'action created','2021-01-30 08:51:57','2021-01-30 00:51:57'),(68251,25661,'action started via WP Cron','2021-01-30 08:52:56','2021-01-30 00:52:56'),(68252,25661,'action complete via WP Cron','2021-01-30 08:52:56','2021-01-30 00:52:56'),(68253,25662,'action created','2021-01-30 08:52:56','2021-01-30 00:52:56'),(68254,25662,'action started via WP Cron','2021-01-30 08:53:50','2021-01-30 00:53:50'),(68255,25662,'action complete via WP Cron','2021-01-30 08:53:50','2021-01-30 00:53:50'),(68256,25663,'action created','2021-01-30 08:53:50','2021-01-30 00:53:50'),(68257,25663,'action started via WP Cron','2021-01-30 08:54:58','2021-01-30 00:54:58'),(68258,25663,'action complete via WP Cron','2021-01-30 08:54:58','2021-01-30 00:54:58'),(68259,25664,'action created','2021-01-30 08:54:58','2021-01-30 00:54:58'),(68260,25664,'action started via WP Cron','2021-01-30 08:55:42','2021-01-30 00:55:42'),(68261,25664,'action complete via WP Cron','2021-01-30 08:55:42','2021-01-30 00:55:42'),(68262,25665,'action created','2021-01-30 08:55:42','2021-01-30 00:55:42'),(68263,25665,'action started via WP Cron','2021-01-30 08:56:46','2021-01-30 00:56:46'),(68264,25665,'action complete via WP Cron','2021-01-30 08:56:46','2021-01-30 00:56:46'),(68265,25666,'action created','2021-01-30 08:56:46','2021-01-30 00:56:46'),(68266,25666,'action started via WP Cron','2021-01-30 08:57:51','2021-01-30 00:57:51'),(68267,25666,'action complete via WP Cron','2021-01-30 08:57:51','2021-01-30 00:57:51'),(68268,25667,'action created','2021-01-30 08:57:51','2021-01-30 00:57:51'),(68269,25667,'action started via WP Cron','2021-01-30 08:58:47','2021-01-30 00:58:47'),(68270,25667,'action complete via WP Cron','2021-01-30 08:58:47','2021-01-30 00:58:47'),(68271,25668,'action created','2021-01-30 08:58:47','2021-01-30 00:58:47'),(68272,25668,'action started via WP Cron','2021-01-30 08:59:53','2021-01-30 00:59:53'),(68273,25668,'action complete via WP Cron','2021-01-30 08:59:53','2021-01-30 00:59:53'),(68274,25669,'action created','2021-01-30 08:59:53','2021-01-30 00:59:53'),(68275,25669,'action started via WP Cron','2021-01-30 09:00:55','2021-01-30 01:00:55'),(68276,25669,'action complete via WP Cron','2021-01-30 09:00:55','2021-01-30 01:00:55'),(68277,25670,'action created','2021-01-30 09:00:55','2021-01-30 01:00:55'),(68278,25670,'action started via WP Cron','2021-01-30 09:02:00','2021-01-30 01:02:00'),(68279,25670,'action complete via WP Cron','2021-01-30 09:02:00','2021-01-30 01:02:00'),(68280,25671,'action created','2021-01-30 09:02:00','2021-01-30 01:02:00'),(68281,25671,'action started via WP Cron','2021-01-30 09:02:53','2021-01-30 01:02:53'),(68282,25671,'action complete via WP Cron','2021-01-30 09:02:53','2021-01-30 01:02:53'),(68283,25672,'action created','2021-01-30 09:02:53','2021-01-30 01:02:53'),(68284,25672,'action started via WP Cron','2021-01-30 09:03:47','2021-01-30 01:03:47'),(68285,25672,'action complete via WP Cron','2021-01-30 09:03:47','2021-01-30 01:03:47'),(68286,25673,'action created','2021-01-30 09:03:47','2021-01-30 01:03:47'),(68287,25673,'action started via WP Cron','2021-01-30 09:04:41','2021-01-30 01:04:41'),(68288,25673,'action complete via WP Cron','2021-01-30 09:04:41','2021-01-30 01:04:41'),(68289,25674,'action created','2021-01-30 09:04:41','2021-01-30 01:04:41'),(68290,25674,'action started via WP Cron','2021-01-30 09:05:47','2021-01-30 01:05:47'),(68291,25674,'action complete via WP Cron','2021-01-30 09:05:47','2021-01-30 01:05:47'),(68292,25675,'action created','2021-01-30 09:05:47','2021-01-30 01:05:47'),(68293,25675,'action started via WP Cron','2021-01-30 09:06:56','2021-01-30 01:06:56'),(68294,25675,'action complete via WP Cron','2021-01-30 09:06:56','2021-01-30 01:06:56'),(68295,25676,'action created','2021-01-30 09:06:57','2021-01-30 01:06:57'),(68296,25676,'action started via WP Cron','2021-01-30 09:08:16','2021-01-30 01:08:16'),(68297,25676,'action complete via WP Cron','2021-01-30 09:08:16','2021-01-30 01:08:16'),(68298,25677,'action created','2021-01-30 09:08:16','2021-01-30 01:08:16'),(68299,25677,'action started via WP Cron','2021-01-30 09:08:47','2021-01-30 01:08:47'),(68300,25677,'action complete via WP Cron','2021-01-30 09:08:47','2021-01-30 01:08:47'),(68301,25678,'action created','2021-01-30 09:08:47','2021-01-30 01:08:47'),(68302,25678,'action started via WP Cron','2021-01-30 09:11:33','2021-01-30 01:11:33'),(68303,25678,'action complete via WP Cron','2021-01-30 09:11:33','2021-01-30 01:11:33'),(68304,25679,'action created','2021-01-30 09:11:33','2021-01-30 01:11:33'),(68305,25679,'action started via WP Cron','2021-01-30 09:12:28','2021-01-30 01:12:28'),(68306,25679,'action complete via WP Cron','2021-01-30 09:12:28','2021-01-30 01:12:28'),(68307,25680,'action created','2021-01-30 09:12:28','2021-01-30 01:12:28'),(68308,25680,'action started via WP Cron','2021-01-30 09:13:29','2021-01-30 01:13:29'),(68309,25680,'action complete via WP Cron','2021-01-30 09:13:29','2021-01-30 01:13:29'),(68310,25681,'action created','2021-01-30 09:13:29','2021-01-30 01:13:29'),(68311,25681,'action started via WP Cron','2021-01-30 09:14:29','2021-01-30 01:14:29'),(68312,25681,'action complete via WP Cron','2021-01-30 09:14:29','2021-01-30 01:14:29'),(68313,25682,'action created','2021-01-30 09:14:29','2021-01-30 01:14:29'),(68314,25682,'action started via WP Cron','2021-01-30 09:16:31','2021-01-30 01:16:31'),(68315,25682,'action complete via WP Cron','2021-01-30 09:16:31','2021-01-30 01:16:31'),(68316,25683,'action created','2021-01-30 09:16:31','2021-01-30 01:16:31'),(68317,25683,'action started via WP Cron','2021-01-30 09:17:32','2021-01-30 01:17:32'),(68318,25683,'action complete via WP Cron','2021-01-30 09:17:32','2021-01-30 01:17:32'),(68319,25684,'action created','2021-01-30 09:17:32','2021-01-30 01:17:32'),(68320,25684,'action started via WP Cron','2021-01-30 09:18:34','2021-01-30 01:18:34'),(68321,25684,'action complete via WP Cron','2021-01-30 09:18:34','2021-01-30 01:18:34'),(68322,25685,'action created','2021-01-30 09:18:34','2021-01-30 01:18:34'),(68323,25685,'action started via WP Cron','2021-01-30 09:21:55','2021-01-30 01:21:55'),(68324,25685,'action complete via WP Cron','2021-01-30 09:21:55','2021-01-30 01:21:55'),(68325,25686,'action created','2021-01-30 09:21:55','2021-01-30 01:21:55'),(68326,25686,'action started via WP Cron','2021-01-30 09:36:12','2021-01-30 01:36:12'),(68327,25686,'action complete via WP Cron','2021-01-30 09:36:12','2021-01-30 01:36:12'),(68328,25687,'action created','2021-01-30 09:36:12','2021-01-30 01:36:12'),(68329,25687,'action started via WP Cron','2021-01-30 09:37:07','2021-01-30 01:37:07'),(68330,25687,'action complete via WP Cron','2021-01-30 09:37:07','2021-01-30 01:37:07'),(68331,25688,'action created','2021-01-30 09:37:07','2021-01-30 01:37:07'),(68332,25688,'action started via WP Cron','2021-01-30 09:39:55','2021-01-30 01:39:55'),(68333,25688,'action complete via WP Cron','2021-01-30 09:39:55','2021-01-30 01:39:55'),(68334,25689,'action created','2021-01-30 09:39:55','2021-01-30 01:39:55'),(68335,25689,'action started via WP Cron','2021-01-30 09:48:26','2021-01-30 01:48:26'),(68336,25689,'action complete via WP Cron','2021-01-30 09:48:26','2021-01-30 01:48:26'),(68337,25690,'action created','2021-01-30 09:48:26','2021-01-30 01:48:26'),(68338,25690,'action started via WP Cron','2021-01-30 09:51:30','2021-01-30 01:51:30'),(68339,25690,'action complete via WP Cron','2021-01-30 09:51:30','2021-01-30 01:51:30'),(68340,25691,'action created','2021-01-30 09:51:30','2021-01-30 01:51:30'),(68341,25691,'action started via WP Cron','2021-01-30 09:52:31','2021-01-30 01:52:31'),(68342,25691,'action complete via WP Cron','2021-01-30 09:52:31','2021-01-30 01:52:31'),(68343,25692,'action created','2021-01-30 09:52:31','2021-01-30 01:52:31'),(68344,25692,'action started via WP Cron','2021-01-30 09:53:32','2021-01-30 01:53:32'),(68345,25692,'action complete via WP Cron','2021-01-30 09:53:32','2021-01-30 01:53:32'),(68346,25693,'action created','2021-01-30 09:53:33','2021-01-30 01:53:33'),(68347,25693,'action started via WP Cron','2021-01-30 09:54:51','2021-01-30 01:54:51'),(68348,25693,'action complete via WP Cron','2021-01-30 09:54:51','2021-01-30 01:54:51'),(68349,25694,'action created','2021-01-30 09:54:51','2021-01-30 01:54:51'),(68350,25694,'action started via WP Cron','2021-01-30 09:56:36','2021-01-30 01:56:36'),(68351,25694,'action complete via WP Cron','2021-01-30 09:56:36','2021-01-30 01:56:36'),(68352,25695,'action created','2021-01-30 09:56:36','2021-01-30 01:56:36'),(68353,25695,'action started via WP Cron','2021-01-30 09:57:37','2021-01-30 01:57:37'),(68354,25695,'action complete via WP Cron','2021-01-30 09:57:37','2021-01-30 01:57:37'),(68355,25696,'action created','2021-01-30 09:57:37','2021-01-30 01:57:37'),(68356,25696,'action started via WP Cron','2021-01-30 10:08:58','2021-01-30 02:08:58'),(68357,25696,'action complete via WP Cron','2021-01-30 10:08:58','2021-01-30 02:08:58'),(68358,25697,'action created','2021-01-30 10:08:58','2021-01-30 02:08:58'),(68359,25697,'action started via WP Cron','2021-01-30 10:11:00','2021-01-30 02:11:00'),(68360,25697,'action complete via WP Cron','2021-01-30 10:11:00','2021-01-30 02:11:00'),(68361,25698,'action created','2021-01-30 10:11:00','2021-01-30 02:11:00'),(68362,25698,'action started via WP Cron','2021-01-30 10:11:53','2021-01-30 02:11:53'),(68363,25698,'action complete via WP Cron','2021-01-30 10:11:53','2021-01-30 02:11:53'),(68364,25699,'action created','2021-01-30 10:11:53','2021-01-30 02:11:53'),(68365,25699,'action started via WP Cron','2021-01-30 10:13:23','2021-01-30 02:13:23'),(68366,25699,'action complete via WP Cron','2021-01-30 10:13:23','2021-01-30 02:13:23'),(68367,25700,'action created','2021-01-30 10:13:23','2021-01-30 02:13:23'),(68368,25700,'action started via WP Cron','2021-01-30 10:14:49','2021-01-30 02:14:49'),(68369,25700,'action complete via WP Cron','2021-01-30 10:14:49','2021-01-30 02:14:49'),(68370,25701,'action created','2021-01-30 10:14:49','2021-01-30 02:14:49'),(68371,25701,'action started via WP Cron','2021-01-30 10:15:54','2021-01-30 02:15:54'),(68372,25701,'action complete via WP Cron','2021-01-30 10:15:54','2021-01-30 02:15:54'),(68373,25702,'action created','2021-01-30 10:15:54','2021-01-30 02:15:54'),(68374,25702,'action started via WP Cron','2021-01-30 10:16:44','2021-01-30 02:16:44'),(68375,25702,'action complete via WP Cron','2021-01-30 10:16:44','2021-01-30 02:16:44'),(68376,25703,'action created','2021-01-30 10:16:44','2021-01-30 02:16:44'),(68377,25703,'action started via WP Cron','2021-01-30 10:18:13','2021-01-30 02:18:13'),(68378,25703,'action complete via WP Cron','2021-01-30 10:18:13','2021-01-30 02:18:13'),(68379,25704,'action created','2021-01-30 10:18:13','2021-01-30 02:18:13'),(68380,25704,'action started via WP Cron','2021-01-30 10:18:49','2021-01-30 02:18:49'),(68381,25704,'action complete via WP Cron','2021-01-30 10:18:49','2021-01-30 02:18:49'),(68382,25705,'action created','2021-01-30 10:18:49','2021-01-30 02:18:49'),(68383,25705,'action started via WP Cron','2021-01-30 10:20:38','2021-01-30 02:20:38'),(68384,25705,'action complete via WP Cron','2021-01-30 10:20:38','2021-01-30 02:20:38'),(68385,25706,'action created','2021-01-30 10:20:38','2021-01-30 02:20:38'),(68386,25706,'action started via WP Cron','2021-01-30 10:21:15','2021-01-30 02:21:15'),(68387,25706,'action complete via WP Cron','2021-01-30 10:21:15','2021-01-30 02:21:15'),(68388,25707,'action created','2021-01-30 10:21:15','2021-01-30 02:21:15'),(68389,25707,'action started via WP Cron','2021-01-30 10:22:56','2021-01-30 02:22:56'),(68390,25707,'action complete via WP Cron','2021-01-30 10:22:56','2021-01-30 02:22:56'),(68391,25708,'action created','2021-01-30 10:22:56','2021-01-30 02:22:56'),(68392,25708,'action started via WP Cron','2021-01-30 10:26:42','2021-01-30 02:26:42'),(68393,25708,'action complete via WP Cron','2021-01-30 10:26:42','2021-01-30 02:26:42'),(68394,25709,'action created','2021-01-30 10:26:42','2021-01-30 02:26:42'),(68395,25709,'action started via WP Cron','2021-01-30 10:28:27','2021-01-30 02:28:27'),(68396,25709,'action complete via WP Cron','2021-01-30 10:28:27','2021-01-30 02:28:27'),(68397,25710,'action created','2021-01-30 10:28:27','2021-01-30 02:28:27'),(68398,25710,'action started via WP Cron','2021-01-30 10:31:10','2021-01-30 02:31:10'),(68399,25710,'action complete via WP Cron','2021-01-30 10:31:10','2021-01-30 02:31:10'),(68400,25711,'action created','2021-01-30 10:31:10','2021-01-30 02:31:10'),(68401,25711,'action started via WP Cron','2021-01-30 10:31:49','2021-01-30 02:31:49'),(68402,25711,'action complete via WP Cron','2021-01-30 10:31:49','2021-01-30 02:31:49'),(68403,25712,'action created','2021-01-30 10:31:49','2021-01-30 02:31:49'),(68404,25712,'action started via WP Cron','2021-01-30 10:35:05','2021-01-30 02:35:05'),(68405,25712,'action complete via WP Cron','2021-01-30 10:35:05','2021-01-30 02:35:05'),(68406,25713,'action created','2021-01-30 10:35:05','2021-01-30 02:35:05'),(68407,25713,'action started via WP Cron','2021-01-30 10:36:00','2021-01-30 02:36:00'),(68408,25713,'action complete via WP Cron','2021-01-30 10:36:00','2021-01-30 02:36:00'),(68409,25714,'action created','2021-01-30 10:36:00','2021-01-30 02:36:00'),(68410,25714,'action started via WP Cron','2021-01-30 10:39:37','2021-01-30 02:39:37'),(68411,25714,'action complete via WP Cron','2021-01-30 10:39:37','2021-01-30 02:39:37'),(68412,25715,'action created','2021-01-30 10:39:38','2021-01-30 02:39:38'),(68413,25715,'action started via WP Cron','2021-01-30 10:40:44','2021-01-30 02:40:44'),(68414,25715,'action complete via WP Cron','2021-01-30 10:40:44','2021-01-30 02:40:44'),(68415,25716,'action created','2021-01-30 10:40:44','2021-01-30 02:40:44'),(68416,25716,'action started via WP Cron','2021-01-30 10:42:25','2021-01-30 02:42:25'),(68417,25716,'action complete via WP Cron','2021-01-30 10:42:25','2021-01-30 02:42:25'),(68418,25717,'action created','2021-01-30 10:42:25','2021-01-30 02:42:25'),(68419,25717,'action started via WP Cron','2021-01-30 10:46:19','2021-01-30 02:46:19'),(68420,25717,'action complete via WP Cron','2021-01-30 10:46:19','2021-01-30 02:46:19'),(68421,25718,'action created','2021-01-30 10:46:19','2021-01-30 02:46:19'),(68422,25718,'action started via WP Cron','2021-01-30 10:48:33','2021-01-30 02:48:33'),(68423,25718,'action complete via WP Cron','2021-01-30 10:48:33','2021-01-30 02:48:33'),(68424,25719,'action created','2021-01-30 10:48:34','2021-01-30 02:48:34'),(68425,25719,'action started via WP Cron','2021-01-30 10:49:00','2021-01-30 02:49:00'),(68426,25719,'action complete via WP Cron','2021-01-30 10:49:00','2021-01-30 02:49:00'),(68427,25720,'action created','2021-01-30 10:49:00','2021-01-30 02:49:00'),(68428,25720,'action started via WP Cron','2021-01-30 10:54:11','2021-01-30 02:54:11'),(68429,25720,'action complete via WP Cron','2021-01-30 10:54:11','2021-01-30 02:54:11'),(68430,25721,'action created','2021-01-30 10:54:12','2021-01-30 02:54:12'),(68431,25721,'action started via WP Cron','2021-01-30 10:58:08','2021-01-30 02:58:08'),(68432,25721,'action complete via WP Cron','2021-01-30 10:58:08','2021-01-30 02:58:08'),(68433,25722,'action created','2021-01-30 10:58:08','2021-01-30 02:58:08'),(68434,25722,'action started via WP Cron','2021-01-30 10:59:08','2021-01-30 02:59:08'),(68435,25722,'action complete via WP Cron','2021-01-30 10:59:08','2021-01-30 02:59:08'),(68436,25723,'action created','2021-01-30 10:59:08','2021-01-30 02:59:08'),(68437,25723,'action started via WP Cron','2021-01-30 11:00:09','2021-01-30 03:00:09'),(68438,25723,'action complete via WP Cron','2021-01-30 11:00:09','2021-01-30 03:00:09'),(68439,25724,'action created','2021-01-30 11:00:09','2021-01-30 03:00:09'),(68440,25724,'action started via WP Cron','2021-01-30 11:02:13','2021-01-30 03:02:13'),(68441,25724,'action complete via WP Cron','2021-01-30 11:02:13','2021-01-30 03:02:13'),(68442,25725,'action created','2021-01-30 11:02:13','2021-01-30 03:02:13'),(68443,25725,'action started via WP Cron','2021-01-30 11:03:15','2021-01-30 03:03:15'),(68444,25725,'action complete via WP Cron','2021-01-30 11:03:15','2021-01-30 03:03:15'),(68445,25726,'action created','2021-01-30 11:03:15','2021-01-30 03:03:15'),(68446,25726,'action started via WP Cron','2021-01-30 11:04:15','2021-01-30 03:04:15'),(68447,25726,'action complete via WP Cron','2021-01-30 11:04:15','2021-01-30 03:04:15'),(68448,25727,'action created','2021-01-30 11:04:15','2021-01-30 03:04:15'),(68449,25727,'action started via WP Cron','2021-01-30 11:21:43','2021-01-30 03:21:43'),(68450,25727,'action complete via WP Cron','2021-01-30 11:21:43','2021-01-30 03:21:43'),(68451,25728,'action created','2021-01-30 11:21:44','2021-01-30 03:21:44'),(68452,25728,'action started via WP Cron','2021-01-30 11:43:29','2021-01-30 03:43:29'),(68453,25728,'action complete via WP Cron','2021-01-30 11:43:29','2021-01-30 03:43:29'),(68454,25729,'action created','2021-01-30 11:43:29','2021-01-30 03:43:29'),(68455,25729,'action started via WP Cron','2021-01-30 11:44:20','2021-01-30 03:44:20'),(68456,25729,'action complete via WP Cron','2021-01-30 11:44:20','2021-01-30 03:44:20'),(68457,25730,'action created','2021-01-30 11:44:20','2021-01-30 03:44:20'),(68458,25730,'action started via WP Cron','2021-01-30 11:45:21','2021-01-30 03:45:21'),(68459,25730,'action complete via WP Cron','2021-01-30 11:45:21','2021-01-30 03:45:21'),(68460,25731,'action created','2021-01-30 11:45:21','2021-01-30 03:45:21'),(68461,25731,'action started via WP Cron','2021-01-30 11:46:22','2021-01-30 03:46:22'),(68462,25731,'action complete via WP Cron','2021-01-30 11:46:22','2021-01-30 03:46:22'),(68463,25732,'action created','2021-01-30 11:46:22','2021-01-30 03:46:22'),(68464,25732,'action started via WP Cron','2021-01-30 11:48:24','2021-01-30 03:48:24'),(68465,25732,'action complete via WP Cron','2021-01-30 11:48:24','2021-01-30 03:48:24'),(68466,25733,'action created','2021-01-30 11:48:24','2021-01-30 03:48:24'),(68467,25733,'action started via WP Cron','2021-01-30 11:49:25','2021-01-30 03:49:25'),(68468,25733,'action complete via WP Cron','2021-01-30 11:49:25','2021-01-30 03:49:25'),(68469,25734,'action created','2021-01-30 11:49:25','2021-01-30 03:49:25'),(68470,25734,'action started via WP Cron','2021-01-30 11:50:26','2021-01-30 03:50:26'),(68471,25734,'action complete via WP Cron','2021-01-30 11:50:26','2021-01-30 03:50:26'),(68472,25735,'action created','2021-01-30 11:50:26','2021-01-30 03:50:26'),(68473,25735,'action started via WP Cron','2021-01-30 11:57:36','2021-01-30 03:57:36'),(68474,25735,'action complete via WP Cron','2021-01-30 11:57:36','2021-01-30 03:57:36'),(68475,25736,'action created','2021-01-30 11:57:36','2021-01-30 03:57:36'),(68476,25736,'action started via WP Cron','2021-01-30 12:00:42','2021-01-30 04:00:42'),(68477,25736,'action complete via WP Cron','2021-01-30 12:00:42','2021-01-30 04:00:42'),(68478,25737,'action created','2021-01-30 12:00:42','2021-01-30 04:00:42'),(68479,25737,'action started via WP Cron','2021-01-30 12:04:07','2021-01-30 04:04:07'),(68480,25737,'action complete via WP Cron','2021-01-30 12:04:07','2021-01-30 04:04:07'),(68481,25738,'action created','2021-01-30 12:04:07','2021-01-30 04:04:07'),(68482,25738,'action started via WP Cron','2021-01-30 12:13:30','2021-01-30 04:13:30'),(68483,25738,'action complete via WP Cron','2021-01-30 12:13:30','2021-01-30 04:13:30'),(68484,25739,'action created','2021-01-30 12:13:30','2021-01-30 04:13:30'),(68485,25739,'action started via WP Cron','2021-01-30 12:15:19','2021-01-30 04:15:19'),(68486,25739,'action complete via WP Cron','2021-01-30 12:15:19','2021-01-30 04:15:19'),(68487,25740,'action created','2021-01-30 12:15:20','2021-01-30 04:15:20'),(68488,25740,'action started via WP Cron','2021-01-30 12:29:00','2021-01-30 04:29:00'),(68489,25740,'action complete via WP Cron','2021-01-30 12:29:00','2021-01-30 04:29:00'),(68490,25741,'action created','2021-01-30 12:29:00','2021-01-30 04:29:00'),(68491,25741,'action started via WP Cron','2021-01-30 12:32:25','2021-01-30 04:32:25'),(68492,25741,'action complete via WP Cron','2021-01-30 12:32:25','2021-01-30 04:32:25'),(68493,25742,'action created','2021-01-30 12:32:25','2021-01-30 04:32:25'),(68494,25742,'action started via WP Cron','2021-01-30 12:51:46','2021-01-30 04:51:46'),(68495,25742,'action complete via WP Cron','2021-01-30 12:51:46','2021-01-30 04:51:46'),(68496,25743,'action created','2021-01-30 12:51:46','2021-01-30 04:51:46'),(68497,25743,'action started via WP Cron','2021-01-30 13:21:29','2021-01-30 05:21:29'),(68498,25743,'action complete via WP Cron','2021-01-30 13:21:29','2021-01-30 05:21:29'),(68499,25744,'action created','2021-01-30 13:21:29','2021-01-30 05:21:29'),(68500,25744,'action started via WP Cron','2021-01-30 13:21:41','2021-01-30 05:21:41'),(68501,25744,'action complete via WP Cron','2021-01-30 13:21:41','2021-01-30 05:21:41'),(68502,25745,'action created','2021-01-30 13:21:41','2021-01-30 05:21:41'),(68503,25745,'action started via WP Cron','2021-01-30 13:35:23','2021-01-30 05:35:23'),(68504,25745,'action complete via WP Cron','2021-01-30 13:35:23','2021-01-30 05:35:23'),(68505,25746,'action created','2021-01-30 13:35:23','2021-01-30 05:35:23'),(68506,25746,'action started via WP Cron','2021-01-30 13:50:31','2021-01-30 05:50:31'),(68507,25746,'action complete via WP Cron','2021-01-30 13:50:31','2021-01-30 05:50:31'),(68508,25747,'action created','2021-01-30 13:50:31','2021-01-30 05:50:31'),(68509,25747,'action started via WP Cron','2021-01-30 14:00:36','2021-01-30 06:00:36'),(68510,25747,'action complete via WP Cron','2021-01-30 14:00:36','2021-01-30 06:00:36'),(68511,25748,'action created','2021-01-30 14:00:36','2021-01-30 06:00:36'),(68512,25748,'action started via WP Cron','2021-01-30 14:04:01','2021-01-30 06:04:01'),(68513,25748,'action complete via WP Cron','2021-01-30 14:04:01','2021-01-30 06:04:01'),(68514,25749,'action created','2021-01-30 14:04:01','2021-01-30 06:04:01'),(68515,25749,'action started via WP Cron','2021-01-30 14:19:18','2021-01-30 06:19:18'),(68516,25749,'action complete via WP Cron','2021-01-30 14:19:18','2021-01-30 06:19:18'),(68517,25750,'action created','2021-01-30 14:19:18','2021-01-30 06:19:18'),(68518,25750,'action started via WP Cron','2021-01-30 14:34:49','2021-01-30 06:34:49'),(68519,25750,'action complete via WP Cron','2021-01-30 14:34:49','2021-01-30 06:34:49'),(68520,25751,'action created','2021-01-30 14:34:49','2021-01-30 06:34:49'),(68521,25751,'action started via WP Cron','2021-01-30 14:37:35','2021-01-30 06:37:35'),(68522,25751,'action complete via WP Cron','2021-01-30 14:37:35','2021-01-30 06:37:35'),(68523,25752,'action created','2021-01-30 14:37:35','2021-01-30 06:37:35'),(68524,25752,'action started via WP Cron','2021-01-30 14:40:41','2021-01-30 06:40:41'),(68525,25752,'action complete via WP Cron','2021-01-30 14:40:41','2021-01-30 06:40:41'),(68526,25753,'action created','2021-01-30 14:40:41','2021-01-30 06:40:41'),(68527,25753,'action started via WP Cron','2021-01-30 14:43:53','2021-01-30 06:43:53'),(68528,25753,'action complete via WP Cron','2021-01-30 14:43:53','2021-01-30 06:43:53'),(68529,25754,'action created','2021-01-30 14:43:53','2021-01-30 06:43:53'),(68530,25754,'action started via WP Cron','2021-01-30 14:48:55','2021-01-30 06:48:55'),(68531,25754,'action complete via WP Cron','2021-01-30 14:48:55','2021-01-30 06:48:55'),(68532,25755,'action created','2021-01-30 14:48:55','2021-01-30 06:48:55'),(68533,25755,'action started via WP Cron','2021-01-30 14:52:56','2021-01-30 06:52:56'),(68534,25755,'action complete via WP Cron','2021-01-30 14:52:56','2021-01-30 06:52:56'),(68535,25756,'action created','2021-01-30 14:52:56','2021-01-30 06:52:56'),(68536,25756,'action started via WP Cron','2021-01-30 14:56:44','2021-01-30 06:56:44'),(68537,25756,'action complete via WP Cron','2021-01-30 14:56:44','2021-01-30 06:56:44'),(68538,25757,'action created','2021-01-30 14:56:44','2021-01-30 06:56:44'),(68539,25757,'action started via WP Cron','2021-01-30 14:58:44','2021-01-30 06:58:44'),(68540,25757,'action complete via WP Cron','2021-01-30 14:58:44','2021-01-30 06:58:44'),(68541,25758,'action created','2021-01-30 14:58:44','2021-01-30 06:58:44'),(68542,25758,'action started via WP Cron','2021-01-30 15:06:20','2021-01-30 07:06:20'),(68543,25758,'action complete via WP Cron','2021-01-30 15:06:20','2021-01-30 07:06:20'),(68544,25759,'action created','2021-01-30 15:06:20','2021-01-30 07:06:20'),(68545,25759,'action started via WP Cron','2021-01-30 15:09:48','2021-01-30 07:09:48'),(68546,25759,'action complete via WP Cron','2021-01-30 15:09:48','2021-01-30 07:09:48'),(68547,25760,'action created','2021-01-30 15:09:48','2021-01-30 07:09:48'),(68548,25760,'action started via WP Cron','2021-01-30 15:13:56','2021-01-30 07:13:56'),(68549,25760,'action complete via WP Cron','2021-01-30 15:13:56','2021-01-30 07:13:56'),(68550,25761,'action created','2021-01-30 15:13:56','2021-01-30 07:13:56'),(68551,25761,'action started via WP Cron','2021-01-30 15:18:15','2021-01-30 07:18:15'),(68552,25761,'action complete via WP Cron','2021-01-30 15:18:15','2021-01-30 07:18:15'),(68553,25762,'action created','2021-01-30 15:18:15','2021-01-30 07:18:15'),(68554,25762,'action started via WP Cron','2021-01-30 15:22:19','2021-01-30 07:22:19'),(68555,25762,'action complete via WP Cron','2021-01-30 15:22:19','2021-01-30 07:22:19'),(68556,25763,'action created','2021-01-30 15:22:19','2021-01-30 07:22:19'),(68557,25763,'action started via WP Cron','2021-01-30 15:29:09','2021-01-30 07:29:09'),(68558,25763,'action complete via WP Cron','2021-01-30 15:29:09','2021-01-30 07:29:09'),(68559,25764,'action created','2021-01-30 15:29:09','2021-01-30 07:29:09'),(68560,25764,'action started via WP Cron','2021-01-30 15:37:14','2021-01-30 07:37:14'),(68561,25764,'action complete via WP Cron','2021-01-30 15:37:14','2021-01-30 07:37:14'),(68562,25765,'action created','2021-01-30 15:37:14','2021-01-30 07:37:14'),(68563,25765,'action started via WP Cron','2021-01-30 15:37:56','2021-01-30 07:37:56'),(68564,25765,'action complete via WP Cron','2021-01-30 15:37:56','2021-01-30 07:37:56'),(68565,25766,'action created','2021-01-30 15:41:09','2021-01-30 07:41:09'),(68566,25766,'action started via WP Cron','2021-01-30 15:42:17','2021-01-30 07:42:17'),(68567,25766,'action complete via WP Cron','2021-01-30 15:42:17','2021-01-30 07:42:17'),(68568,25767,'action created','2021-01-30 15:42:17','2021-01-30 07:42:17'),(68569,25767,'action started via WP Cron','2021-01-30 15:44:28','2021-01-30 07:44:28'),(68570,25767,'action complete via WP Cron','2021-01-30 15:44:28','2021-01-30 07:44:28'),(68571,25768,'action created','2021-01-30 15:44:28','2021-01-30 07:44:28'),(68572,25768,'action started via WP Cron','2021-01-30 15:45:45','2021-01-30 07:45:45'),(68573,25768,'action complete via WP Cron','2021-01-30 15:45:45','2021-01-30 07:45:45'),(68574,25769,'action created','2021-01-30 15:45:45','2021-01-30 07:45:45'),(68575,25769,'action started via WP Cron','2021-01-30 15:56:38','2021-01-30 07:56:38'),(68576,25769,'action complete via WP Cron','2021-01-30 15:56:38','2021-01-30 07:56:38'),(68577,25770,'action created','2021-01-30 15:56:38','2021-01-30 07:56:38'),(68578,25770,'action started via WP Cron','2021-01-30 16:19:06','2021-01-30 08:19:06'),(68579,25770,'action complete via WP Cron','2021-01-30 16:19:06','2021-01-30 08:19:06'),(68580,25771,'action created','2021-01-30 16:19:06','2021-01-30 08:19:06'),(68581,25771,'action started via WP Cron','2021-01-30 16:29:17','2021-01-30 08:29:17'),(68582,25771,'action complete via WP Cron','2021-01-30 16:29:17','2021-01-30 08:29:17'),(68583,25772,'action created','2021-01-30 16:29:17','2021-01-30 08:29:17'),(68584,25772,'action started via WP Cron','2021-01-30 16:31:29','2021-01-30 08:31:29'),(68585,25772,'action complete via WP Cron','2021-01-30 16:31:29','2021-01-30 08:31:29'),(68586,25773,'action created','2021-01-30 16:31:29','2021-01-30 08:31:29'),(68587,25773,'action started via WP Cron','2021-01-30 16:33:34','2021-01-30 08:33:34'),(68588,25773,'action complete via WP Cron','2021-01-30 16:33:34','2021-01-30 08:33:34'),(68589,25774,'action created','2021-01-30 16:33:35','2021-01-30 08:33:35'),(68590,25774,'action started via WP Cron','2021-01-30 16:35:36','2021-01-30 08:35:36'),(68591,25774,'action complete via WP Cron','2021-01-30 16:35:36','2021-01-30 08:35:36'),(68592,25775,'action created','2021-01-30 16:35:36','2021-01-30 08:35:36'),(68593,25775,'action started via WP Cron','2021-01-30 16:36:37','2021-01-30 08:36:37'),(68594,25775,'action complete via WP Cron','2021-01-30 16:36:37','2021-01-30 08:36:37'),(68595,25776,'action created','2021-01-30 16:36:37','2021-01-30 08:36:37'),(68596,25776,'action started via WP Cron','2021-01-30 16:37:38','2021-01-30 08:37:38'),(68597,25776,'action complete via WP Cron','2021-01-30 16:37:38','2021-01-30 08:37:38'),(68598,25777,'action created','2021-01-30 16:37:38','2021-01-30 08:37:38'),(68599,25777,'action started via WP Cron','2021-01-30 16:38:38','2021-01-30 08:38:38'),(68600,25777,'action complete via WP Cron','2021-01-30 16:38:38','2021-01-30 08:38:38'),(68601,25778,'action created','2021-01-30 16:38:38','2021-01-30 08:38:38'),(68602,25778,'action started via WP Cron','2021-01-30 16:40:26','2021-01-30 08:40:26'),(68603,25778,'action complete via WP Cron','2021-01-30 16:40:26','2021-01-30 08:40:26'),(68604,25779,'action created','2021-01-30 16:40:26','2021-01-30 08:40:26'),(68605,25779,'action started via WP Cron','2021-01-30 16:41:02','2021-01-30 08:41:02'),(68606,25779,'action complete via WP Cron','2021-01-30 16:41:02','2021-01-30 08:41:02'),(68607,25780,'action created','2021-01-30 16:41:02','2021-01-30 08:41:02'),(68608,25780,'action started via WP Cron','2021-01-30 16:44:26','2021-01-30 08:44:26'),(68609,25780,'action complete via WP Cron','2021-01-30 16:44:26','2021-01-30 08:44:26'),(68610,25781,'action created','2021-01-30 16:44:26','2021-01-30 08:44:26'),(68611,25781,'action started via WP Cron','2021-01-30 17:02:52','2021-01-30 09:02:52'),(68612,25781,'action complete via WP Cron','2021-01-30 17:02:52','2021-01-30 09:02:52'),(68613,25782,'action created','2021-01-30 17:02:52','2021-01-30 09:02:52'),(68614,25782,'action started via WP Cron','2021-01-30 17:03:59','2021-01-30 09:03:59'),(68615,25782,'action complete via WP Cron','2021-01-30 17:03:59','2021-01-30 09:03:59'),(68616,25783,'action created','2021-01-30 17:03:59','2021-01-30 09:03:59'),(68617,25783,'action started via WP Cron','2021-01-30 17:05:00','2021-01-30 09:05:00'),(68618,25783,'action complete via WP Cron','2021-01-30 17:05:00','2021-01-30 09:05:00'),(68619,25784,'action created','2021-01-30 17:05:00','2021-01-30 09:05:00'),(68620,25784,'action started via WP Cron','2021-01-30 17:07:02','2021-01-30 09:07:02'),(68621,25784,'action complete via WP Cron','2021-01-30 17:07:02','2021-01-30 09:07:02'),(68622,25785,'action created','2021-01-30 17:07:02','2021-01-30 09:07:02'),(68623,25785,'action started via WP Cron','2021-01-30 17:08:03','2021-01-30 09:08:03'),(68624,25785,'action complete via WP Cron','2021-01-30 17:08:03','2021-01-30 09:08:03'),(68625,25786,'action created','2021-01-30 17:08:03','2021-01-30 09:08:03'),(68626,25786,'action started via WP Cron','2021-01-30 17:09:04','2021-01-30 09:09:04'),(68627,25786,'action complete via WP Cron','2021-01-30 17:09:04','2021-01-30 09:09:04'),(68628,25787,'action created','2021-01-30 17:09:04','2021-01-30 09:09:04'),(68629,25787,'action started via WP Cron','2021-01-30 17:11:30','2021-01-30 09:11:30'),(68630,25787,'action complete via WP Cron','2021-01-30 17:11:30','2021-01-30 09:11:30'),(68631,25788,'action created','2021-01-30 17:11:30','2021-01-30 09:11:30'),(68632,25788,'action started via WP Cron','2021-01-30 17:23:05','2021-01-30 09:23:05'),(68633,25788,'action complete via WP Cron','2021-01-30 17:23:05','2021-01-30 09:23:05'),(68634,25789,'action created','2021-01-30 17:23:05','2021-01-30 09:23:05'),(68635,25789,'action started via WP Cron','2021-01-30 17:26:51','2021-01-30 09:26:51'),(68636,25789,'action complete via WP Cron','2021-01-30 17:26:51','2021-01-30 09:26:51'),(68637,25790,'action created','2021-01-30 17:26:51','2021-01-30 09:26:51'),(68638,25790,'action started via WP Cron','2021-01-30 17:28:25','2021-01-30 09:28:25'),(68639,25790,'action complete via WP Cron','2021-01-30 17:28:25','2021-01-30 09:28:25'),(68640,25791,'action created','2021-01-30 17:28:25','2021-01-30 09:28:25'),(68641,25791,'action started via WP Cron','2021-01-30 17:37:37','2021-01-30 09:37:37'),(68642,25791,'action complete via WP Cron','2021-01-30 17:37:37','2021-01-30 09:37:37'),(68643,25792,'action created','2021-01-30 17:37:37','2021-01-30 09:37:37'),(68644,25792,'action started via WP Cron','2021-01-30 17:39:43','2021-01-30 09:39:43'),(68645,25792,'action complete via WP Cron','2021-01-30 17:39:43','2021-01-30 09:39:43'),(68646,25793,'action created','2021-01-30 17:39:43','2021-01-30 09:39:43'),(68647,25793,'action started via WP Cron','2021-01-30 17:43:02','2021-01-30 09:43:02'),(68648,25793,'action complete via WP Cron','2021-01-30 17:43:02','2021-01-30 09:43:02'),(68649,25794,'action created','2021-01-30 17:43:02','2021-01-30 09:43:02'),(68650,25794,'action started via WP Cron','2021-01-30 17:45:51','2021-01-30 09:45:51'),(68651,25794,'action complete via WP Cron','2021-01-30 17:45:51','2021-01-30 09:45:51'),(68652,25795,'action created','2021-01-30 17:45:51','2021-01-30 09:45:51'),(68653,25795,'action started via WP Cron','2021-01-30 17:46:54','2021-01-30 09:46:54'),(68654,25795,'action complete via WP Cron','2021-01-30 17:46:54','2021-01-30 09:46:54'),(68655,25796,'action created','2021-01-30 17:46:54','2021-01-30 09:46:54'),(68656,25796,'action started via WP Cron','2021-01-30 17:49:16','2021-01-30 09:49:16'),(68657,25796,'action complete via WP Cron','2021-01-30 17:49:17','2021-01-30 09:49:17'),(68658,25797,'action created','2021-01-30 17:49:17','2021-01-30 09:49:17'),(68659,25797,'action started via WP Cron','2021-01-30 17:50:17','2021-01-30 09:50:17'),(68660,25797,'action complete via WP Cron','2021-01-30 17:50:17','2021-01-30 09:50:17'),(68661,25798,'action created','2021-01-30 17:50:17','2021-01-30 09:50:17'),(68662,25798,'action started via WP Cron','2021-01-30 17:51:18','2021-01-30 09:51:18'),(68663,25798,'action complete via WP Cron','2021-01-30 17:51:18','2021-01-30 09:51:18'),(68664,25799,'action created','2021-01-30 17:51:18','2021-01-30 09:51:18'),(68665,25799,'action started via WP Cron','2021-01-30 17:52:36','2021-01-30 09:52:36'),(68666,25799,'action complete via WP Cron','2021-01-30 17:52:36','2021-01-30 09:52:36'),(68667,25800,'action created','2021-01-30 17:52:37','2021-01-30 09:52:37'),(68668,25800,'action started via WP Cron','2021-01-30 17:57:21','2021-01-30 09:57:21'),(68669,25800,'action complete via WP Cron','2021-01-30 17:57:21','2021-01-30 09:57:21'),(68670,25801,'action created','2021-01-30 17:57:21','2021-01-30 09:57:21'),(68671,25801,'action started via WP Cron','2021-01-30 17:58:20','2021-01-30 09:58:20'),(68672,25801,'action complete via WP Cron','2021-01-30 17:58:20','2021-01-30 09:58:20'),(68673,25802,'action created','2021-01-30 17:58:20','2021-01-30 09:58:20'),(68674,25802,'action started via WP Cron','2021-01-30 18:06:01','2021-01-30 10:06:01'),(68675,25802,'action complete via WP Cron','2021-01-30 18:06:01','2021-01-30 10:06:01'),(68676,25803,'action created','2021-01-30 18:06:01','2021-01-30 10:06:01'),(68677,25803,'action started via WP Cron','2021-01-30 18:08:37','2021-01-30 10:08:37'),(68678,25803,'action complete via WP Cron','2021-01-30 18:08:37','2021-01-30 10:08:37'),(68679,25804,'action created','2021-01-30 18:08:37','2021-01-30 10:08:37'),(68680,25804,'action started via WP Cron','2021-01-30 18:09:45','2021-01-30 10:09:45'),(68681,25804,'action complete via WP Cron','2021-01-30 18:09:45','2021-01-30 10:09:45'),(68682,25805,'action created','2021-01-30 18:09:45','2021-01-30 10:09:45'),(68683,25805,'action started via WP Cron','2021-01-30 18:11:47','2021-01-30 10:11:47'),(68684,25805,'action complete via WP Cron','2021-01-30 18:11:47','2021-01-30 10:11:47'),(68685,25806,'action created','2021-01-30 18:11:47','2021-01-30 10:11:47'),(68686,25806,'action started via WP Cron','2021-01-30 18:12:48','2021-01-30 10:12:48'),(68687,25806,'action complete via WP Cron','2021-01-30 18:12:48','2021-01-30 10:12:48'),(68688,25807,'action created','2021-01-30 18:12:48','2021-01-30 10:12:48'),(68689,25807,'action started via WP Cron','2021-01-30 18:13:49','2021-01-30 10:13:49'),(68690,25807,'action complete via WP Cron','2021-01-30 18:13:49','2021-01-30 10:13:49'),(68691,25808,'action created','2021-01-30 18:13:49','2021-01-30 10:13:49'),(68692,25808,'action started via WP Cron','2021-01-30 18:19:13','2021-01-30 10:19:13'),(68693,25808,'action complete via WP Cron','2021-01-30 18:19:13','2021-01-30 10:19:13'),(68694,25809,'action created','2021-01-30 18:19:14','2021-01-30 10:19:14'),(68695,25809,'action started via WP Cron','2021-01-30 18:32:12','2021-01-30 10:32:12'),(68696,25809,'action complete via WP Cron','2021-01-30 18:32:12','2021-01-30 10:32:12'),(68697,25810,'action created','2021-01-30 18:32:12','2021-01-30 10:32:12'),(68698,25810,'action started via WP Cron','2021-01-30 18:43:31','2021-01-30 10:43:31'),(68699,25810,'action complete via WP Cron','2021-01-30 18:43:31','2021-01-30 10:43:31'),(68700,25811,'action created','2021-01-30 18:43:31','2021-01-30 10:43:31'),(68701,25811,'action started via WP Cron','2021-01-30 18:45:41','2021-01-30 10:45:41'),(68702,25811,'action complete via WP Cron','2021-01-30 18:45:41','2021-01-30 10:45:41'),(68703,25812,'action created','2021-01-30 18:45:41','2021-01-30 10:45:41'),(68704,25812,'action started via WP Cron','2021-01-30 18:52:18','2021-01-30 10:52:18'),(68705,25812,'action complete via WP Cron','2021-01-30 18:52:18','2021-01-30 10:52:18'),(68706,25813,'action created','2021-01-30 18:52:18','2021-01-30 10:52:18'),(68707,25813,'action started via WP Cron','2021-01-30 18:53:19','2021-01-30 10:53:19'),(68708,25813,'action complete via WP Cron','2021-01-30 18:53:19','2021-01-30 10:53:19'),(68709,25814,'action created','2021-01-30 18:53:19','2021-01-30 10:53:19'),(68710,25814,'action started via WP Cron','2021-01-30 18:55:21','2021-01-30 10:55:21'),(68711,25814,'action complete via WP Cron','2021-01-30 18:55:21','2021-01-30 10:55:21'),(68712,25815,'action created','2021-01-30 18:55:21','2021-01-30 10:55:21'),(68713,25815,'action started via WP Cron','2021-01-30 18:56:22','2021-01-30 10:56:22'),(68714,25815,'action complete via WP Cron','2021-01-30 18:56:22','2021-01-30 10:56:22'),(68715,25816,'action created','2021-01-30 18:56:22','2021-01-30 10:56:22'),(68716,25816,'action started via WP Cron','2021-01-30 19:00:49','2021-01-30 11:00:49'),(68717,25816,'action complete via WP Cron','2021-01-30 19:00:49','2021-01-30 11:00:49'),(68718,25817,'action created','2021-01-30 19:00:49','2021-01-30 11:00:49'),(68719,25817,'action started via WP Cron','2021-01-30 19:06:07','2021-01-30 11:06:07'),(68720,25817,'action complete via WP Cron','2021-01-30 19:06:07','2021-01-30 11:06:07'),(68721,25818,'action created','2021-01-30 19:06:07','2021-01-30 11:06:07'),(68722,25818,'action started via WP Cron','2021-01-30 19:10:10','2021-01-30 11:10:10'),(68723,25818,'action complete via WP Cron','2021-01-30 19:10:10','2021-01-30 11:10:10'),(68724,25819,'action created','2021-01-30 19:10:10','2021-01-30 11:10:10'),(68725,25819,'action started via WP Cron','2021-01-30 19:11:29','2021-01-30 11:11:29'),(68726,25819,'action complete via WP Cron','2021-01-30 19:11:29','2021-01-30 11:11:29'),(68727,25820,'action created','2021-01-30 19:11:29','2021-01-30 11:11:29'),(68728,25820,'action started via WP Cron','2021-01-30 19:12:26','2021-01-30 11:12:26'),(68729,25820,'action complete via WP Cron','2021-01-30 19:12:26','2021-01-30 11:12:26'),(68730,25821,'action created','2021-01-30 19:12:26','2021-01-30 11:12:26'),(68731,25821,'action started via WP Cron','2021-01-30 19:13:55','2021-01-30 11:13:55'),(68732,25821,'action complete via WP Cron','2021-01-30 19:13:55','2021-01-30 11:13:55'),(68733,25822,'action created','2021-01-30 19:13:55','2021-01-30 11:13:55'),(68734,25822,'action started via WP Cron','2021-01-30 19:14:41','2021-01-30 11:14:41'),(68735,25822,'action complete via WP Cron','2021-01-30 19:14:41','2021-01-30 11:14:41'),(68736,25823,'action created','2021-01-30 19:14:41','2021-01-30 11:14:41'),(68737,25823,'action started via WP Cron','2021-01-30 19:15:50','2021-01-30 11:15:50'),(68738,25823,'action complete via WP Cron','2021-01-30 19:15:50','2021-01-30 11:15:50'),(68739,25824,'action created','2021-01-30 19:15:50','2021-01-30 11:15:50'),(68740,25824,'action started via WP Cron','2021-01-30 19:16:48','2021-01-30 11:16:48'),(68741,25824,'action complete via WP Cron','2021-01-30 19:16:48','2021-01-30 11:16:48'),(68742,25825,'action created','2021-01-30 19:16:48','2021-01-30 11:16:48'),(68743,25825,'action started via WP Cron','2021-01-30 19:23:00','2021-01-30 11:23:00'),(68744,25825,'action complete via WP Cron','2021-01-30 19:23:00','2021-01-30 11:23:00'),(68745,25826,'action created','2021-01-30 19:23:00','2021-01-30 11:23:00'),(68746,25826,'action started via WP Cron','2021-01-30 19:24:39','2021-01-30 11:24:39'),(68747,25826,'action complete via WP Cron','2021-01-30 19:24:39','2021-01-30 11:24:39'),(68748,25827,'action created','2021-01-30 19:24:39','2021-01-30 11:24:39'),(68749,25827,'action started via WP Cron','2021-01-30 19:25:17','2021-01-30 11:25:17'),(68750,25827,'action complete via WP Cron','2021-01-30 19:25:17','2021-01-30 11:25:17'),(68751,25828,'action created','2021-01-30 19:25:18','2021-01-30 11:25:18'),(68752,25828,'action started via WP Cron','2021-01-30 19:25:47','2021-01-30 11:25:47'),(68753,25828,'action complete via WP Cron','2021-01-30 19:25:47','2021-01-30 11:25:47'),(68754,25829,'action created','2021-01-30 19:25:47','2021-01-30 11:25:47'),(68755,25829,'action started via WP Cron','2021-01-30 19:28:03','2021-01-30 11:28:03'),(68756,25829,'action complete via WP Cron','2021-01-30 19:28:03','2021-01-30 11:28:03'),(68757,25830,'action created','2021-01-30 19:28:03','2021-01-30 11:28:03'),(68758,25830,'action started via WP Cron','2021-01-30 19:35:02','2021-01-30 11:35:02'),(68759,25830,'action complete via WP Cron','2021-01-30 19:35:02','2021-01-30 11:35:02'),(68760,25831,'action created','2021-01-30 19:36:20','2021-01-30 11:36:20'),(68761,25831,'action started via WP Cron','2021-01-30 19:36:50','2021-01-30 11:36:50'),(68762,25831,'action complete via WP Cron','2021-01-30 19:36:50','2021-01-30 11:36:50'),(68763,25832,'action created','2021-01-30 19:36:50','2021-01-30 11:36:50'),(68764,25832,'action started via WP Cron','2021-01-30 19:39:35','2021-01-30 11:39:35'),(68765,25832,'action complete via WP Cron','2021-01-30 19:39:35','2021-01-30 11:39:35'),(68766,25833,'action created','2021-01-30 19:39:35','2021-01-30 11:39:35'),(68767,25833,'action started via WP Cron','2021-01-30 19:42:44','2021-01-30 11:42:44'),(68768,25833,'action complete via WP Cron','2021-01-30 19:42:44','2021-01-30 11:42:44'),(68769,25834,'action created','2021-01-30 19:42:45','2021-01-30 11:42:45'),(68770,25834,'action started via WP Cron','2021-01-30 19:45:19','2021-01-30 11:45:19'),(68771,25834,'action complete via WP Cron','2021-01-30 19:45:19','2021-01-30 11:45:19'),(68772,25835,'action created','2021-01-30 19:45:19','2021-01-30 11:45:19'),(68773,25835,'action started via WP Cron','2021-01-30 19:46:34','2021-01-30 11:46:34'),(68774,25835,'action complete via WP Cron','2021-01-30 19:46:34','2021-01-30 11:46:34'),(68775,25836,'action created','2021-01-30 19:46:34','2021-01-30 11:46:34'),(68776,25836,'action started via WP Cron','2021-01-30 19:46:44','2021-01-30 11:46:44'),(68777,25836,'action complete via WP Cron','2021-01-30 19:46:44','2021-01-30 11:46:44'),(68778,25837,'action created','2021-01-30 19:46:44','2021-01-30 11:46:44'),(68779,25837,'action started via WP Cron','2021-01-30 19:48:14','2021-01-30 11:48:14'),(68780,25837,'action complete via WP Cron','2021-01-30 19:48:14','2021-01-30 11:48:14'),(68781,25838,'action created','2021-01-30 19:48:14','2021-01-30 11:48:14'),(68782,25838,'action started via WP Cron','2021-01-30 19:49:49','2021-01-30 11:49:49'),(68783,25838,'action complete via WP Cron','2021-01-30 19:49:49','2021-01-30 11:49:49'),(68784,25839,'action created','2021-01-30 19:49:49','2021-01-30 11:49:49'),(68785,25839,'action started via WP Cron','2021-01-30 19:51:14','2021-01-30 11:51:14'),(68786,25839,'action complete via WP Cron','2021-01-30 19:51:14','2021-01-30 11:51:14'),(68787,25840,'action created','2021-01-30 19:51:15','2021-01-30 11:51:15'),(68788,25840,'action started via WP Cron','2021-01-30 19:54:59','2021-01-30 11:54:59'),(68789,25840,'action complete via WP Cron','2021-01-30 19:54:59','2021-01-30 11:54:59'),(68790,25841,'action created','2021-01-30 19:54:59','2021-01-30 11:54:59'),(68791,25841,'action started via WP Cron','2021-01-30 19:56:37','2021-01-30 11:56:37'),(68792,25841,'action complete via WP Cron','2021-01-30 19:56:37','2021-01-30 11:56:37'),(68793,25842,'action created','2021-01-30 19:56:37','2021-01-30 11:56:37'),(68794,25842,'action started via WP Cron','2021-01-30 19:58:38','2021-01-30 11:58:38'),(68795,25842,'action complete via WP Cron','2021-01-30 19:58:38','2021-01-30 11:58:38'),(68796,25843,'action created','2021-01-30 19:58:38','2021-01-30 11:58:38'),(68797,25843,'action started via WP Cron','2021-01-30 19:59:39','2021-01-30 11:59:39'),(68798,25843,'action complete via WP Cron','2021-01-30 19:59:39','2021-01-30 11:59:39'),(68799,25844,'action created','2021-01-30 19:59:40','2021-01-30 11:59:40'),(68800,25844,'action started via WP Cron','2021-01-30 20:00:03','2021-01-30 12:00:03'),(68801,25844,'action complete via WP Cron','2021-01-30 20:00:03','2021-01-30 12:00:03'),(68802,25845,'action created','2021-01-30 20:00:03','2021-01-30 12:00:03'),(68803,25845,'action started via WP Cron','2021-01-30 20:00:42','2021-01-30 12:00:42'),(68804,25845,'action complete via WP Cron','2021-01-30 20:00:42','2021-01-30 12:00:42'),(68805,25846,'action created','2021-01-30 20:00:42','2021-01-30 12:00:42'),(68806,25846,'action started via WP Cron','2021-01-30 20:04:24','2021-01-30 12:04:24'),(68807,25846,'action complete via WP Cron','2021-01-30 20:04:24','2021-01-30 12:04:24'),(68808,25847,'action created','2021-01-30 20:04:24','2021-01-30 12:04:24'),(68809,25847,'action started via WP Cron','2021-01-30 20:05:17','2021-01-30 12:05:17'),(68810,25847,'action complete via WP Cron','2021-01-30 20:05:17','2021-01-30 12:05:17'),(68811,25848,'action created','2021-01-30 20:05:17','2021-01-30 12:05:17'),(68812,25848,'action started via WP Cron','2021-01-30 20:09:02','2021-01-30 12:09:02'),(68813,25848,'action complete via WP Cron','2021-01-30 20:09:02','2021-01-30 12:09:02'),(68814,25849,'action created','2021-01-30 20:09:02','2021-01-30 12:09:02'),(68815,25849,'action started via WP Cron','2021-01-30 20:10:15','2021-01-30 12:10:15'),(68816,25849,'action complete via WP Cron','2021-01-30 20:10:15','2021-01-30 12:10:15'),(68817,25850,'action created','2021-01-30 20:10:15','2021-01-30 12:10:15'),(68818,25850,'action started via WP Cron','2021-01-30 20:12:12','2021-01-30 12:12:12'),(68819,25850,'action complete via WP Cron','2021-01-30 20:12:12','2021-01-30 12:12:12'),(68820,25851,'action created','2021-01-30 20:12:12','2021-01-30 12:12:12'),(68821,25851,'action started via WP Cron','2021-01-30 20:13:39','2021-01-30 12:13:39'),(68822,25851,'action complete via WP Cron','2021-01-30 20:13:39','2021-01-30 12:13:39'),(68823,25852,'action created','2021-01-30 20:13:39','2021-01-30 12:13:39'),(68824,25852,'action started via WP Cron','2021-01-30 20:14:47','2021-01-30 12:14:47'),(68825,25852,'action complete via WP Cron','2021-01-30 20:14:48','2021-01-30 12:14:48'),(68826,25853,'action created','2021-01-30 20:14:48','2021-01-30 12:14:48'),(68827,25853,'action started via WP Cron','2021-01-30 20:15:56','2021-01-30 12:15:56'),(68828,25853,'action complete via WP Cron','2021-01-30 20:15:56','2021-01-30 12:15:56'),(68829,25854,'action created','2021-01-30 20:15:56','2021-01-30 12:15:56'),(68830,25854,'action started via WP Cron','2021-01-30 20:16:41','2021-01-30 12:16:41'),(68831,25854,'action complete via WP Cron','2021-01-30 20:16:41','2021-01-30 12:16:41'),(68832,25855,'action created','2021-01-30 20:16:41','2021-01-30 12:16:41'),(68833,25855,'action started via WP Cron','2021-01-30 20:17:51','2021-01-30 12:17:51'),(68834,25855,'action complete via WP Cron','2021-01-30 20:17:51','2021-01-30 12:17:51'),(68835,25856,'action created','2021-01-30 20:17:51','2021-01-30 12:17:51'),(68836,25856,'action started via WP Cron','2021-01-30 20:19:01','2021-01-30 12:19:01'),(68837,25856,'action complete via WP Cron','2021-01-30 20:19:01','2021-01-30 12:19:01'),(68838,25857,'action created','2021-01-30 20:19:01','2021-01-30 12:19:01'),(68839,25857,'action started via WP Cron','2021-01-30 20:20:02','2021-01-30 12:20:02'),(68840,25857,'action complete via WP Cron','2021-01-30 20:20:02','2021-01-30 12:20:02'),(68841,25858,'action created','2021-01-30 20:21:03','2021-01-30 12:21:03'),(68842,25858,'action started via WP Cron','2021-01-30 20:21:42','2021-01-30 12:21:42'),(68843,25858,'action complete via WP Cron','2021-01-30 20:21:42','2021-01-30 12:21:42'),(68844,25859,'action created','2021-01-30 20:21:42','2021-01-30 12:21:42'),(68845,25859,'action started via WP Cron','2021-01-30 20:22:42','2021-01-30 12:22:42'),(68846,25859,'action complete via WP Cron','2021-01-30 20:22:42','2021-01-30 12:22:42'),(68847,25860,'action created','2021-01-30 20:22:43','2021-01-30 12:22:43'),(68848,25860,'action started via WP Cron','2021-01-30 20:23:43','2021-01-30 12:23:43'),(68849,25860,'action complete via WP Cron','2021-01-30 20:23:43','2021-01-30 12:23:43'),(68850,25861,'action created','2021-01-30 20:23:43','2021-01-30 12:23:43'),(68851,25861,'action started via WP Cron','2021-01-30 20:27:37','2021-01-30 12:27:37'),(68852,25861,'action complete via WP Cron','2021-01-30 20:27:37','2021-01-30 12:27:37'),(68853,25862,'action created','2021-01-30 20:27:37','2021-01-30 12:27:37'),(68854,25862,'action started via WP Cron','2021-01-30 20:33:36','2021-01-30 12:33:36'),(68855,25862,'action complete via WP Cron','2021-01-30 20:33:36','2021-01-30 12:33:36'),(68856,25863,'action created','2021-01-30 20:33:37','2021-01-30 12:33:37'),(68857,25863,'action started via WP Cron','2021-01-30 20:37:37','2021-01-30 12:37:37'),(68858,25863,'action complete via WP Cron','2021-01-30 20:37:37','2021-01-30 12:37:37'),(68859,25864,'action created','2021-01-30 20:37:37','2021-01-30 12:37:37'),(68860,25864,'action started via WP Cron','2021-01-30 20:39:32','2021-01-30 12:39:32'),(68861,25864,'action complete via WP Cron','2021-01-30 20:39:32','2021-01-30 12:39:32'),(68862,25865,'action created','2021-01-30 20:39:32','2021-01-30 12:39:32'),(68863,25865,'action started via WP Cron','2021-01-30 20:42:27','2021-01-30 12:42:27'),(68864,25865,'action complete via WP Cron','2021-01-30 20:42:27','2021-01-30 12:42:27'),(68865,25866,'action created','2021-01-30 20:42:27','2021-01-30 12:42:27'),(68866,25866,'action started via WP Cron','2021-01-30 20:43:59','2021-01-30 12:43:59'),(68867,25866,'action complete via WP Cron','2021-01-30 20:43:59','2021-01-30 12:43:59'),(68868,25867,'action created','2021-01-30 20:43:59','2021-01-30 12:43:59'),(133822,47519,'action created','2021-03-02 20:44:56','2021-03-02 12:44:56'),(133821,47518,'action complete via WP Cron','2021-03-02 20:44:56','2021-03-02 12:44:56'),(133820,47518,'action started via WP Cron','2021-03-02 20:44:56','2021-03-02 12:44:56'),(68872,25867,'action started via Async Request','2021-01-30 20:44:16','2021-01-30 12:44:16'),(68873,25867,'action complete via Async Request','2021-01-30 20:44:16','2021-01-30 12:44:16'),(68874,25869,'action created','2021-01-30 20:44:23','2021-01-30 12:44:23'),(68875,25869,'action started via WP Cron','2021-01-30 20:44:43','2021-01-30 12:44:43'),(68876,25869,'action complete via WP Cron','2021-01-30 20:44:43','2021-01-30 12:44:43'),(68877,25870,'action created','2021-01-30 20:44:47','2021-01-30 12:44:47'),(68878,25870,'action started via Async Request','2021-01-30 20:45:19','2021-01-30 12:45:19'),(68879,25870,'action complete via Async Request','2021-01-30 20:45:19','2021-01-30 12:45:19'),(68880,25871,'action created','2021-01-30 20:45:51','2021-01-30 12:45:51'),(68881,25872,'action created','2021-01-30 20:45:51','2021-01-30 12:45:51'),(68882,25872,'action started via WP Cron','2021-01-30 20:47:05','2021-01-30 12:47:05'),(68883,25872,'action complete via WP Cron','2021-01-30 20:47:05','2021-01-30 12:47:05'),(68884,25871,'action started via WP Cron','2021-01-30 20:47:05','2021-01-30 12:47:05'),(68885,25871,'action complete via WP Cron','2021-01-30 20:47:05','2021-01-30 12:47:05'),(68886,25873,'action created','2021-01-30 20:47:05','2021-01-30 12:47:05'),(68887,25873,'action started via Async Request','2021-01-30 20:47:22','2021-01-30 12:47:22'),(68888,25873,'action complete via Async Request','2021-01-30 20:47:22','2021-01-30 12:47:22'),(68889,25874,'action created','2021-01-30 20:47:29','2021-01-30 12:47:29'),(68890,25874,'action started via WP Cron','2021-01-30 20:47:41','2021-01-30 12:47:41'),(68891,25874,'action complete via WP Cron','2021-01-30 20:47:41','2021-01-30 12:47:41'),(68892,25875,'action created','2021-01-30 20:47:41','2021-01-30 12:47:41'),(68893,25876,'action created','2021-01-30 20:48:01','2021-01-30 12:48:01'),(68894,25876,'action started via WP Cron','2021-01-30 20:51:27','2021-01-30 12:51:27'),(68895,25876,'action complete via WP Cron','2021-01-30 20:51:27','2021-01-30 12:51:27'),(68896,25875,'action started via WP Cron','2021-01-30 20:51:27','2021-01-30 12:51:27'),(68897,25875,'action complete via WP Cron','2021-01-30 20:51:27','2021-01-30 12:51:27'),(68898,25877,'action created','2021-01-30 20:51:27','2021-01-30 12:51:27'),(68899,25877,'action started via WP Cron','2021-01-30 20:51:51','2021-01-30 12:51:51'),(68900,25877,'action complete via WP Cron','2021-01-30 20:51:51','2021-01-30 12:51:51'),(68901,25878,'action created','2021-01-30 20:51:51','2021-01-30 12:51:51'),(68902,25878,'action started via WP Cron','2021-01-30 20:58:26','2021-01-30 12:58:26'),(68903,25878,'action complete via WP Cron','2021-01-30 20:58:26','2021-01-30 12:58:26'),(68904,25879,'action created','2021-01-30 20:58:26','2021-01-30 12:58:26'),(68905,25879,'action started via WP Cron','2021-01-30 20:59:14','2021-01-30 12:59:14'),(68906,25879,'action complete via WP Cron','2021-01-30 20:59:14','2021-01-30 12:59:14'),(68907,25880,'action created','2021-01-30 20:59:14','2021-01-30 12:59:14'),(68908,25880,'action started via WP Cron','2021-01-30 21:01:19','2021-01-30 13:01:19'),(68909,25880,'action complete via WP Cron','2021-01-30 21:01:19','2021-01-30 13:01:19'),(68910,25881,'action created','2021-01-30 21:01:19','2021-01-30 13:01:19'),(68911,25881,'action started via WP Cron','2021-01-30 21:03:19','2021-01-30 13:03:19'),(68912,25881,'action complete via WP Cron','2021-01-30 21:03:19','2021-01-30 13:03:19'),(68913,25882,'action created','2021-01-30 21:03:19','2021-01-30 13:03:19'),(68914,25882,'action started via WP Cron','2021-01-30 21:04:23','2021-01-30 13:04:23'),(68915,25882,'action complete via WP Cron','2021-01-30 21:04:23','2021-01-30 13:04:23'),(68916,25883,'action created','2021-01-30 21:04:23','2021-01-30 13:04:23'),(68917,25883,'action started via WP Cron','2021-01-30 21:05:24','2021-01-30 13:05:24'),(68918,25883,'action complete via WP Cron','2021-01-30 21:05:24','2021-01-30 13:05:24'),(68919,25884,'action created','2021-01-30 21:05:24','2021-01-30 13:05:24'),(68920,25884,'action started via WP Cron','2021-01-30 21:09:42','2021-01-30 13:09:42'),(68921,25884,'action complete via WP Cron','2021-01-30 21:09:42','2021-01-30 13:09:42'),(68922,25885,'action created','2021-01-30 21:09:42','2021-01-30 13:09:42'),(68923,25885,'action started via WP Cron','2021-01-30 21:15:06','2021-01-30 13:15:06'),(68924,25885,'action complete via WP Cron','2021-01-30 21:15:06','2021-01-30 13:15:06'),(68925,25886,'action created','2021-01-30 21:15:06','2021-01-30 13:15:06'),(68926,25886,'action started via WP Cron','2021-01-30 21:16:04','2021-01-30 13:16:04'),(68927,25886,'action complete via WP Cron','2021-01-30 21:16:04','2021-01-30 13:16:04'),(68928,25887,'action created','2021-01-30 21:16:04','2021-01-30 13:16:04'),(68929,25887,'action started via WP Cron','2021-01-30 21:16:54','2021-01-30 13:16:54'),(68930,25887,'action complete via WP Cron','2021-01-30 21:16:54','2021-01-30 13:16:54'),(68931,25888,'action created','2021-01-30 21:16:54','2021-01-30 13:16:54'),(68932,25888,'action started via WP Cron','2021-01-30 21:18:19','2021-01-30 13:18:19'),(68933,25888,'action complete via WP Cron','2021-01-30 21:18:19','2021-01-30 13:18:19'),(68934,25889,'action created','2021-01-30 21:18:19','2021-01-30 13:18:19'),(68935,25889,'action started via WP Cron','2021-01-30 21:18:51','2021-01-30 13:18:51'),(68936,25889,'action complete via WP Cron','2021-01-30 21:18:51','2021-01-30 13:18:51'),(68937,25890,'action created','2021-01-30 21:18:51','2021-01-30 13:18:51'),(68938,25890,'action started via WP Cron','2021-01-30 21:19:52','2021-01-30 13:19:52'),(68939,25890,'action complete via WP Cron','2021-01-30 21:19:52','2021-01-30 13:19:52'),(68940,25891,'action created','2021-01-30 21:19:52','2021-01-30 13:19:52'),(68941,25891,'action started via WP Cron','2021-01-30 21:20:51','2021-01-30 13:20:51'),(68942,25891,'action complete via WP Cron','2021-01-30 21:20:51','2021-01-30 13:20:51'),(68943,25892,'action created','2021-01-30 21:20:51','2021-01-30 13:20:51'),(68944,25892,'action started via WP Cron','2021-01-30 21:22:02','2021-01-30 13:22:02'),(68945,25892,'action complete via WP Cron','2021-01-30 21:22:02','2021-01-30 13:22:02'),(68946,25893,'action created','2021-01-30 21:22:03','2021-01-30 13:22:03'),(68947,25893,'action started via WP Cron','2021-01-30 21:23:03','2021-01-30 13:23:03'),(68948,25893,'action complete via WP Cron','2021-01-30 21:23:03','2021-01-30 13:23:03'),(68949,25894,'action created','2021-01-30 21:23:04','2021-01-30 13:23:04'),(68950,25894,'action started via WP Cron','2021-01-30 21:23:49','2021-01-30 13:23:49'),(68951,25894,'action complete via WP Cron','2021-01-30 21:23:49','2021-01-30 13:23:49'),(68952,25895,'action created','2021-01-30 21:23:49','2021-01-30 13:23:49'),(68953,25895,'action started via WP Cron','2021-01-30 21:24:44','2021-01-30 13:24:44'),(68954,25895,'action complete via WP Cron','2021-01-30 21:24:44','2021-01-30 13:24:44'),(68955,25896,'action created','2021-01-30 21:24:44','2021-01-30 13:24:44'),(68956,25896,'action started via WP Cron','2021-01-30 21:25:41','2021-01-30 13:25:41'),(68957,25896,'action complete via WP Cron','2021-01-30 21:25:41','2021-01-30 13:25:41'),(68958,25897,'action created','2021-01-30 21:25:41','2021-01-30 13:25:41'),(68959,25897,'action started via WP Cron','2021-01-30 21:31:05','2021-01-30 13:31:05'),(68960,25897,'action complete via WP Cron','2021-01-30 21:31:05','2021-01-30 13:31:05'),(68961,25898,'action created','2021-01-30 21:31:05','2021-01-30 13:31:05'),(68962,25898,'action started via WP Cron','2021-01-30 21:36:38','2021-01-30 13:36:38'),(68963,25898,'action complete via WP Cron','2021-01-30 21:36:38','2021-01-30 13:36:38'),(68964,25899,'action created','2021-01-30 21:36:39','2021-01-30 13:36:39'),(68965,25899,'action started via WP Cron','2021-01-30 21:37:02','2021-01-30 13:37:02'),(68966,25899,'action complete via WP Cron','2021-01-30 21:37:02','2021-01-30 13:37:02'),(68967,25900,'action created','2021-01-30 21:37:02','2021-01-30 13:37:02'),(68968,25900,'action started via WP Cron','2021-01-30 21:42:08','2021-01-30 13:42:08'),(68969,25900,'action complete via WP Cron','2021-01-30 21:42:08','2021-01-30 13:42:08'),(68970,25901,'action created','2021-01-30 21:42:08','2021-01-30 13:42:08'),(68971,25901,'action started via WP Cron','2021-01-30 21:47:54','2021-01-30 13:47:54'),(68972,25901,'action complete via WP Cron','2021-01-30 21:47:54','2021-01-30 13:47:54'),(68973,25902,'action created','2021-01-30 21:47:54','2021-01-30 13:47:54'),(68974,25902,'action started via WP Cron','2021-01-30 21:50:36','2021-01-30 13:50:36'),(68975,25902,'action complete via WP Cron','2021-01-30 21:50:36','2021-01-30 13:50:36'),(68976,25903,'action created','2021-01-30 21:50:36','2021-01-30 13:50:36'),(68977,25903,'action started via WP Cron','2021-01-30 21:52:43','2021-01-30 13:52:43'),(68978,25903,'action complete via WP Cron','2021-01-30 21:52:43','2021-01-30 13:52:43'),(68979,25904,'action created','2021-01-30 21:52:43','2021-01-30 13:52:43'),(68980,25904,'action started via WP Cron','2021-01-30 21:56:23','2021-01-30 13:56:23'),(68981,25904,'action complete via WP Cron','2021-01-30 21:56:23','2021-01-30 13:56:23'),(68982,25905,'action created','2021-01-30 21:56:23','2021-01-30 13:56:23'),(68983,25905,'action started via WP Cron','2021-01-30 21:57:48','2021-01-30 13:57:48'),(68984,25905,'action complete via WP Cron','2021-01-30 21:57:48','2021-01-30 13:57:48'),(68985,25906,'action created','2021-01-30 21:57:48','2021-01-30 13:57:48'),(68986,25906,'action started via WP Cron','2021-01-30 22:03:35','2021-01-30 14:03:35'),(68987,25906,'action complete via WP Cron','2021-01-30 22:03:35','2021-01-30 14:03:35'),(68988,25907,'action created','2021-01-30 22:03:35','2021-01-30 14:03:35'),(68989,25907,'action started via WP Cron','2021-01-30 22:04:14','2021-01-30 14:04:14'),(68990,25907,'action complete via WP Cron','2021-01-30 22:04:14','2021-01-30 14:04:14'),(68991,25908,'action created','2021-01-30 22:04:14','2021-01-30 14:04:14'),(68992,25908,'action started via WP Cron','2021-01-30 22:08:16','2021-01-30 14:08:16'),(68993,25908,'action complete via WP Cron','2021-01-30 22:08:16','2021-01-30 14:08:16'),(68994,25909,'action created','2021-01-30 22:08:16','2021-01-30 14:08:16'),(68995,25909,'action started via WP Cron','2021-01-30 22:14:09','2021-01-30 14:14:09'),(68996,25909,'action complete via WP Cron','2021-01-30 22:14:09','2021-01-30 14:14:09'),(68997,25910,'action created','2021-01-30 22:14:09','2021-01-30 14:14:09'),(68998,25910,'action started via WP Cron','2021-01-30 22:17:53','2021-01-30 14:17:53'),(68999,25910,'action complete via WP Cron','2021-01-30 22:17:53','2021-01-30 14:17:53'),(69000,25911,'action created','2021-01-30 22:17:53','2021-01-30 14:17:53'),(69001,25911,'action started via WP Cron','2021-01-30 22:19:02','2021-01-30 14:19:02'),(69002,25911,'action complete via WP Cron','2021-01-30 22:19:02','2021-01-30 14:19:02'),(69003,25912,'action created','2021-01-30 22:19:02','2021-01-30 14:19:02'),(69004,25912,'action started via WP Cron','2021-01-30 22:20:03','2021-01-30 14:20:03'),(69005,25912,'action complete via WP Cron','2021-01-30 22:20:03','2021-01-30 14:20:03'),(69006,25913,'action created','2021-01-30 22:20:03','2021-01-30 14:20:03'),(69007,25913,'action started via WP Cron','2021-01-30 22:21:07','2021-01-30 14:21:07'),(69008,25913,'action complete via WP Cron','2021-01-30 22:21:07','2021-01-30 14:21:07'),(69009,25914,'action created','2021-01-30 22:21:07','2021-01-30 14:21:07'),(69010,25914,'action started via WP Cron','2021-01-30 22:22:53','2021-01-30 14:22:53'),(69011,25914,'action complete via WP Cron','2021-01-30 22:22:53','2021-01-30 14:22:53'),(69012,25915,'action created','2021-01-30 22:22:53','2021-01-30 14:22:53'),(69013,25915,'action started via WP Cron','2021-01-30 22:24:06','2021-01-30 14:24:06'),(69014,25915,'action complete via WP Cron','2021-01-30 22:24:06','2021-01-30 14:24:06'),(69015,25916,'action created','2021-01-30 22:24:07','2021-01-30 14:24:07'),(69016,25916,'action started via WP Cron','2021-01-30 22:25:05','2021-01-30 14:25:05'),(69017,25916,'action complete via WP Cron','2021-01-30 22:25:05','2021-01-30 14:25:05'),(69018,25917,'action created','2021-01-30 22:25:05','2021-01-30 14:25:05'),(69019,25917,'action started via WP Cron','2021-01-30 22:25:52','2021-01-30 14:25:52'),(69020,25917,'action complete via WP Cron','2021-01-30 22:25:52','2021-01-30 14:25:52'),(69021,25918,'action created','2021-01-30 22:25:52','2021-01-30 14:25:52'),(69022,25918,'action started via WP Cron','2021-01-30 22:26:53','2021-01-30 14:26:53'),(69023,25918,'action complete via WP Cron','2021-01-30 22:26:53','2021-01-30 14:26:53'),(69024,25919,'action created','2021-01-30 22:26:53','2021-01-30 14:26:53'),(69025,25919,'action started via WP Cron','2021-01-30 22:27:54','2021-01-30 14:27:54'),(69026,25919,'action complete via WP Cron','2021-01-30 22:27:54','2021-01-30 14:27:54'),(69027,25920,'action created','2021-01-30 22:27:54','2021-01-30 14:27:54'),(69028,25920,'action started via WP Cron','2021-01-30 22:32:00','2021-01-30 14:32:00'),(69029,25920,'action complete via WP Cron','2021-01-30 22:32:00','2021-01-30 14:32:00'),(69030,25921,'action created','2021-01-30 22:32:00','2021-01-30 14:32:00'),(69031,25921,'action started via WP Cron','2021-01-30 22:33:49','2021-01-30 14:33:49'),(69032,25921,'action complete via WP Cron','2021-01-30 22:33:49','2021-01-30 14:33:49'),(69033,25922,'action created','2021-01-30 22:33:49','2021-01-30 14:33:49'),(69034,25922,'action started via WP Cron','2021-01-30 22:37:49','2021-01-30 14:37:49'),(69035,25922,'action complete via WP Cron','2021-01-30 22:37:49','2021-01-30 14:37:49'),(69036,25923,'action created','2021-01-30 22:37:49','2021-01-30 14:37:49'),(69037,25923,'action started via WP Cron','2021-01-30 22:45:02','2021-01-30 14:45:02'),(69038,25923,'action complete via WP Cron','2021-01-30 22:45:02','2021-01-30 14:45:02'),(69039,25924,'action created','2021-01-30 22:50:41','2021-01-30 14:50:41'),(69040,25924,'action started via WP Cron','2021-01-30 22:56:31','2021-01-30 14:56:31'),(69041,25924,'action complete via WP Cron','2021-01-30 22:56:31','2021-01-30 14:56:31'),(69042,25925,'action created','2021-01-30 22:56:31','2021-01-30 14:56:31'),(69043,25925,'action started via WP Cron','2021-01-30 22:59:07','2021-01-30 14:59:07'),(69044,25925,'action complete via WP Cron','2021-01-30 22:59:07','2021-01-30 14:59:07'),(69045,25926,'action created','2021-01-30 22:59:07','2021-01-30 14:59:07'),(69046,25926,'action started via WP Cron','2021-01-30 22:59:51','2021-01-30 14:59:51'),(69047,25926,'action complete via WP Cron','2021-01-30 22:59:51','2021-01-30 14:59:51'),(69048,25927,'action created','2021-01-30 22:59:51','2021-01-30 14:59:51'),(69049,25927,'action started via WP Cron','2021-01-30 23:02:45','2021-01-30 15:02:45'),(69050,25927,'action complete via WP Cron','2021-01-30 23:02:45','2021-01-30 15:02:45'),(69051,25928,'action created','2021-01-30 23:02:45','2021-01-30 15:02:45'),(69052,25928,'action started via WP Cron','2021-01-30 23:05:40','2021-01-30 15:05:40'),(69053,25928,'action complete via WP Cron','2021-01-30 23:05:40','2021-01-30 15:05:40'),(69054,25929,'action created','2021-01-30 23:05:40','2021-01-30 15:05:40'),(69055,25929,'action started via WP Cron','2021-01-30 23:06:42','2021-01-30 15:06:42'),(69056,25929,'action complete via WP Cron','2021-01-30 23:06:42','2021-01-30 15:06:42'),(69057,25930,'action created','2021-01-30 23:06:42','2021-01-30 15:06:42'),(69058,25930,'action started via WP Cron','2021-01-30 23:07:40','2021-01-30 15:07:40'),(69059,25930,'action complete via WP Cron','2021-01-30 23:07:40','2021-01-30 15:07:40'),(69060,25931,'action created','2021-01-30 23:07:41','2021-01-30 15:07:41'),(69061,25931,'action started via WP Cron','2021-01-30 23:11:34','2021-01-30 15:11:34'),(69062,25931,'action complete via WP Cron','2021-01-30 23:11:34','2021-01-30 15:11:34'),(69063,25932,'action created','2021-01-30 23:11:34','2021-01-30 15:11:34'),(69064,25932,'action started via WP Cron','2021-01-30 23:12:20','2021-01-30 15:12:20'),(69065,25932,'action complete via WP Cron','2021-01-30 23:12:20','2021-01-30 15:12:20'),(69066,25933,'action created','2021-01-30 23:12:20','2021-01-30 15:12:20'),(69067,25933,'action started via WP Cron','2021-01-30 23:13:20','2021-01-30 15:13:20'),(69068,25933,'action complete via WP Cron','2021-01-30 23:13:20','2021-01-30 15:13:20'),(69069,25934,'action created','2021-01-30 23:13:20','2021-01-30 15:13:20'),(69070,25934,'action started via WP Cron','2021-01-30 23:14:04','2021-01-30 15:14:04'),(69071,25934,'action complete via WP Cron','2021-01-30 23:14:04','2021-01-30 15:14:04'),(69072,25935,'action created','2021-01-30 23:14:04','2021-01-30 15:14:04'),(69073,25935,'action started via WP Cron','2021-01-30 23:19:43','2021-01-30 15:19:43'),(69074,25935,'action complete via WP Cron','2021-01-30 23:19:43','2021-01-30 15:19:43'),(69075,25936,'action created','2021-01-30 23:19:43','2021-01-30 15:19:43'),(69076,25936,'action started via WP Cron','2021-01-30 23:22:20','2021-01-30 15:22:20'),(69077,25936,'action complete via WP Cron','2021-01-30 23:22:20','2021-01-30 15:22:20'),(69078,25937,'action created','2021-01-30 23:22:21','2021-01-30 15:22:21'),(69079,25937,'action started via WP Cron','2021-01-30 23:23:21','2021-01-30 15:23:21'),(69080,25937,'action complete via WP Cron','2021-01-30 23:23:21','2021-01-30 15:23:21'),(69081,25938,'action created','2021-01-30 23:23:21','2021-01-30 15:23:21'),(69082,25938,'action started via WP Cron','2021-01-30 23:24:22','2021-01-30 15:24:22'),(69083,25938,'action complete via WP Cron','2021-01-30 23:24:22','2021-01-30 15:24:22'),(69084,25939,'action created','2021-01-30 23:24:22','2021-01-30 15:24:22'),(69085,25939,'action started via WP Cron','2021-01-30 23:24:53','2021-01-30 15:24:53'),(69086,25939,'action complete via WP Cron','2021-01-30 23:24:53','2021-01-30 15:24:53'),(69087,25940,'action created','2021-01-30 23:24:53','2021-01-30 15:24:53'),(69088,25940,'action started via WP Cron','2021-01-30 23:28:26','2021-01-30 15:28:26'),(69089,25940,'action complete via WP Cron','2021-01-30 23:28:26','2021-01-30 15:28:26'),(69090,25941,'action created','2021-01-30 23:28:26','2021-01-30 15:28:26'),(69091,25941,'action started via WP Cron','2021-01-30 23:29:11','2021-01-30 15:29:11'),(69092,25941,'action complete via WP Cron','2021-01-30 23:29:11','2021-01-30 15:29:11'),(69093,25942,'action created','2021-01-30 23:29:11','2021-01-30 15:29:11'),(69094,25942,'action started via WP Cron','2021-01-30 23:30:05','2021-01-30 15:30:05'),(69095,25942,'action complete via WP Cron','2021-01-30 23:30:05','2021-01-30 15:30:05'),(69096,25943,'action created','2021-01-30 23:30:05','2021-01-30 15:30:05'),(69097,25943,'action started via WP Cron','2021-01-30 23:30:53','2021-01-30 15:30:53'),(69098,25943,'action complete via WP Cron','2021-01-30 23:30:53','2021-01-30 15:30:53'),(69099,25944,'action created','2021-01-30 23:30:53','2021-01-30 15:30:53'),(69100,25944,'action started via WP Cron','2021-01-30 23:34:21','2021-01-30 15:34:21'),(69101,25944,'action complete via WP Cron','2021-01-30 23:34:21','2021-01-30 15:34:21'),(69102,25945,'action created','2021-01-30 23:34:21','2021-01-30 15:34:21'),(69103,25945,'action started via WP Cron','2021-01-30 23:34:43','2021-01-30 15:34:43'),(69104,25945,'action complete via WP Cron','2021-01-30 23:34:43','2021-01-30 15:34:43'),(69105,25946,'action created','2021-01-30 23:34:43','2021-01-30 15:34:43'),(69106,25946,'action started via WP Cron','2021-01-30 23:36:16','2021-01-30 15:36:16'),(69107,25946,'action complete via WP Cron','2021-01-30 23:36:16','2021-01-30 15:36:16'),(69108,25947,'action created','2021-01-30 23:36:16','2021-01-30 15:36:16'),(69109,25947,'action started via WP Cron','2021-01-30 23:39:52','2021-01-30 15:39:52'),(69110,25947,'action complete via WP Cron','2021-01-30 23:39:52','2021-01-30 15:39:52'),(69111,25948,'action created','2021-01-30 23:39:52','2021-01-30 15:39:52'),(69112,25948,'action started via WP Cron','2021-01-30 23:41:04','2021-01-30 15:41:04'),(69113,25948,'action complete via WP Cron','2021-01-30 23:41:04','2021-01-30 15:41:04'),(69114,25949,'action created','2021-01-30 23:41:04','2021-01-30 15:41:04'),(69115,25949,'action started via WP Cron','2021-01-30 23:43:04','2021-01-30 15:43:04'),(69116,25949,'action complete via WP Cron','2021-01-30 23:43:04','2021-01-30 15:43:04'),(69117,25950,'action created','2021-01-30 23:43:04','2021-01-30 15:43:04'),(69118,25950,'action started via WP Cron','2021-01-30 23:44:18','2021-01-30 15:44:18'),(69119,25950,'action complete via WP Cron','2021-01-30 23:44:18','2021-01-30 15:44:18'),(69120,25951,'action created','2021-01-30 23:46:18','2021-01-30 15:46:18'),(69121,25951,'action started via WP Cron','2021-01-30 23:48:44','2021-01-30 15:48:44'),(69122,25951,'action complete via WP Cron','2021-01-30 23:48:44','2021-01-30 15:48:44'),(69123,25952,'action created','2021-01-30 23:48:44','2021-01-30 15:48:44'),(69124,25952,'action started via WP Cron','2021-01-30 23:49:47','2021-01-30 15:49:47'),(69125,25952,'action complete via WP Cron','2021-01-30 23:49:47','2021-01-30 15:49:47'),(69126,25953,'action created','2021-01-30 23:49:47','2021-01-30 15:49:47'),(69127,25953,'action started via WP Cron','2021-01-30 23:51:52','2021-01-30 15:51:52'),(69128,25953,'action complete via WP Cron','2021-01-30 23:51:52','2021-01-30 15:51:52'),(69129,25954,'action created','2021-01-30 23:51:52','2021-01-30 15:51:52'),(69130,25954,'action started via WP Cron','2021-01-30 23:52:53','2021-01-30 15:52:53'),(69131,25954,'action complete via WP Cron','2021-01-30 23:52:53','2021-01-30 15:52:53'),(69132,25955,'action created','2021-01-30 23:52:54','2021-01-30 15:52:54'),(69133,25955,'action started via WP Cron','2021-01-30 23:53:54','2021-01-30 15:53:54'),(69134,25955,'action complete via WP Cron','2021-01-30 23:53:54','2021-01-30 15:53:54'),(69135,25956,'action created','2021-01-30 23:53:54','2021-01-30 15:53:54'),(69136,25956,'action started via WP Cron','2021-01-30 23:55:32','2021-01-30 15:55:32'),(69137,25956,'action complete via WP Cron','2021-01-30 23:55:32','2021-01-30 15:55:32'),(69138,25957,'action created','2021-01-30 23:55:32','2021-01-30 15:55:32'),(69139,25957,'action started via WP Cron','2021-01-30 23:57:11','2021-01-30 15:57:11'),(69140,25957,'action complete via WP Cron','2021-01-30 23:57:12','2021-01-30 15:57:12'),(69141,25958,'action created','2021-01-30 23:57:12','2021-01-30 15:57:12'),(69142,25958,'action started via WP Cron','2021-01-30 23:58:57','2021-01-30 15:58:57'),(69143,25958,'action complete via WP Cron','2021-01-30 23:58:57','2021-01-30 15:58:57'),(69144,25959,'action created','2021-01-30 23:58:57','2021-01-30 15:58:57'),(69145,25959,'action started via WP Cron','2021-01-30 23:59:41','2021-01-30 15:59:41'),(69146,25959,'action complete via WP Cron','2021-01-30 23:59:41','2021-01-30 15:59:41'),(69147,25960,'action created','2021-01-30 23:59:41','2021-01-30 15:59:41'),(69148,25960,'action started via WP Cron','2021-01-31 00:04:45','2021-01-30 16:04:45'),(69149,25960,'action complete via WP Cron','2021-01-31 00:04:45','2021-01-30 16:04:45'),(69150,25961,'action created','2021-01-31 00:04:45','2021-01-30 16:04:45'),(69151,25961,'action started via WP Cron','2021-01-31 00:11:01','2021-01-30 16:11:01'),(69152,25961,'action complete via WP Cron','2021-01-31 00:11:01','2021-01-30 16:11:01'),(69153,25962,'action created','2021-01-31 00:11:01','2021-01-30 16:11:01'),(69154,25962,'action started via WP Cron','2021-01-31 00:14:48','2021-01-30 16:14:48'),(69155,25962,'action complete via WP Cron','2021-01-31 00:14:48','2021-01-30 16:14:48'),(69156,25963,'action created','2021-01-31 00:14:48','2021-01-30 16:14:48'),(69157,25963,'action started via WP Cron','2021-01-31 00:15:51','2021-01-30 16:15:51'),(69158,25963,'action complete via WP Cron','2021-01-31 00:15:51','2021-01-30 16:15:51'),(69159,25964,'action created','2021-01-31 00:15:51','2021-01-30 16:15:51'),(69160,25964,'action started via WP Cron','2021-01-31 00:20:15','2021-01-30 16:20:15'),(69161,25964,'action complete via WP Cron','2021-01-31 00:20:15','2021-01-30 16:20:15'),(69162,25965,'action created','2021-01-31 00:20:15','2021-01-30 16:20:15'),(69163,25965,'action started via WP Cron','2021-01-31 00:21:55','2021-01-30 16:21:55'),(69164,25965,'action complete via WP Cron','2021-01-31 00:21:55','2021-01-30 16:21:55'),(69165,25966,'action created','2021-01-31 00:21:55','2021-01-30 16:21:55'),(69166,25966,'action started via WP Cron','2021-01-31 00:23:04','2021-01-30 16:23:04'),(69167,25966,'action complete via WP Cron','2021-01-31 00:23:04','2021-01-30 16:23:04'),(69168,25967,'action created','2021-01-31 00:23:04','2021-01-30 16:23:04'),(69169,25967,'action started via WP Cron','2021-01-31 00:24:29','2021-01-30 16:24:29'),(69170,25967,'action complete via WP Cron','2021-01-31 00:24:29','2021-01-30 16:24:29'),(69171,25968,'action created','2021-01-31 00:24:29','2021-01-30 16:24:29'),(69172,25968,'action started via WP Cron','2021-01-31 00:25:23','2021-01-30 16:25:23'),(69173,25968,'action complete via WP Cron','2021-01-31 00:25:23','2021-01-30 16:25:23'),(69174,25969,'action created','2021-01-31 00:25:23','2021-01-30 16:25:23'),(69175,25969,'action started via WP Cron','2021-01-31 00:26:11','2021-01-30 16:26:11'),(69176,25969,'action complete via WP Cron','2021-01-31 00:26:11','2021-01-30 16:26:11'),(69177,25970,'action created','2021-01-31 00:26:12','2021-01-30 16:26:12'),(69178,25970,'action started via WP Cron','2021-01-31 00:27:24','2021-01-30 16:27:24'),(69179,25970,'action complete via WP Cron','2021-01-31 00:27:24','2021-01-30 16:27:24'),(69180,25971,'action created','2021-01-31 00:27:24','2021-01-30 16:27:24'),(69181,25971,'action started via WP Cron','2021-01-31 00:28:25','2021-01-30 16:28:25'),(69182,25971,'action complete via WP Cron','2021-01-31 00:28:25','2021-01-30 16:28:25'),(69183,25972,'action created','2021-01-31 00:28:25','2021-01-30 16:28:25'),(69184,25972,'action started via WP Cron','2021-01-31 00:29:26','2021-01-30 16:29:26'),(69185,25972,'action complete via WP Cron','2021-01-31 00:29:26','2021-01-30 16:29:26'),(69186,25973,'action created','2021-01-31 00:29:27','2021-01-30 16:29:27'),(69187,25973,'action started via WP Cron','2021-01-31 00:31:02','2021-01-30 16:31:02'),(69188,25973,'action complete via WP Cron','2021-01-31 00:31:02','2021-01-30 16:31:02'),(69189,25974,'action created','2021-01-31 00:31:02','2021-01-30 16:31:02'),(69190,25974,'action started via WP Cron','2021-01-31 00:35:50','2021-01-30 16:35:50'),(69191,25974,'action complete via WP Cron','2021-01-31 00:35:50','2021-01-30 16:35:50'),(69192,25975,'action created','2021-01-31 00:35:50','2021-01-30 16:35:50'),(69193,25975,'action started via WP Cron','2021-01-31 00:41:05','2021-01-30 16:41:05'),(69194,25975,'action complete via WP Cron','2021-01-31 00:41:05','2021-01-30 16:41:05'),(69195,25976,'action created','2021-01-31 00:41:06','2021-01-30 16:41:06'),(69196,25976,'action started via WP Cron','2021-01-31 00:42:06','2021-01-30 16:42:06'),(69197,25976,'action complete via WP Cron','2021-01-31 00:42:06','2021-01-30 16:42:06'),(69198,25977,'action created','2021-01-31 00:42:06','2021-01-30 16:42:06'),(69199,25977,'action started via WP Cron','2021-01-31 00:43:07','2021-01-30 16:43:07'),(69200,25977,'action complete via WP Cron','2021-01-31 00:43:07','2021-01-30 16:43:07'),(69201,25978,'action created','2021-01-31 00:43:07','2021-01-30 16:43:07'),(69202,25978,'action started via WP Cron','2021-01-31 00:46:37','2021-01-30 16:46:37'),(69203,25978,'action complete via WP Cron','2021-01-31 00:46:37','2021-01-30 16:46:37'),(69204,25979,'action created','2021-01-31 00:46:37','2021-01-30 16:46:37'),(69205,25979,'action started via WP Cron','2021-01-31 00:49:34','2021-01-30 16:49:34'),(69206,25979,'action complete via WP Cron','2021-01-31 00:49:34','2021-01-30 16:49:34'),(69207,25980,'action created','2021-01-31 00:49:34','2021-01-30 16:49:34'),(69208,25980,'action started via WP Cron','2021-01-31 00:51:45','2021-01-30 16:51:45'),(69209,25980,'action complete via WP Cron','2021-01-31 00:51:45','2021-01-30 16:51:45'),(69210,25981,'action created','2021-01-31 00:51:45','2021-01-30 16:51:45'),(69211,25981,'action started via WP Cron','2021-01-31 00:52:55','2021-01-30 16:52:55'),(69212,25981,'action complete via WP Cron','2021-01-31 00:52:55','2021-01-30 16:52:55'),(69213,25982,'action created','2021-01-31 00:52:55','2021-01-30 16:52:55'),(69214,25982,'action started via WP Cron','2021-01-31 00:53:56','2021-01-30 16:53:56'),(69215,25982,'action complete via WP Cron','2021-01-31 00:53:56','2021-01-30 16:53:56'),(69216,25983,'action created','2021-01-31 00:53:56','2021-01-30 16:53:56'),(69217,25983,'action started via WP Cron','2021-01-31 00:54:54','2021-01-30 16:54:54'),(69218,25983,'action complete via WP Cron','2021-01-31 00:54:54','2021-01-30 16:54:54'),(69219,25984,'action created','2021-01-31 00:54:54','2021-01-30 16:54:54'),(69220,25984,'action started via WP Cron','2021-01-31 00:55:53','2021-01-30 16:55:53'),(69221,25984,'action complete via WP Cron','2021-01-31 00:55:53','2021-01-30 16:55:53'),(69222,25985,'action created','2021-01-31 00:55:53','2021-01-30 16:55:53'),(69223,25985,'action started via WP Cron','2021-01-31 00:56:41','2021-01-30 16:56:41'),(69224,25985,'action complete via WP Cron','2021-01-31 00:56:41','2021-01-30 16:56:41'),(69225,25986,'action created','2021-01-31 00:56:41','2021-01-30 16:56:41'),(69226,25986,'action started via WP Cron','2021-01-31 01:00:34','2021-01-30 17:00:34'),(69227,25986,'action complete via WP Cron','2021-01-31 01:00:34','2021-01-30 17:00:34'),(69228,25987,'action created','2021-01-31 01:00:34','2021-01-30 17:00:34'),(69229,25987,'action started via WP Cron','2021-01-31 01:02:48','2021-01-30 17:02:48'),(69230,25987,'action complete via WP Cron','2021-01-31 01:02:48','2021-01-30 17:02:48'),(69231,25988,'action created','2021-01-31 01:02:48','2021-01-30 17:02:48'),(69232,25988,'action started via WP Cron','2021-01-31 01:04:34','2021-01-30 17:04:34'),(69233,25988,'action complete via WP Cron','2021-01-31 01:04:34','2021-01-30 17:04:34'),(69234,25989,'action created','2021-01-31 01:04:34','2021-01-30 17:04:34'),(69235,25989,'action started via WP Cron','2021-01-31 01:06:13','2021-01-30 17:06:13'),(69236,25989,'action complete via WP Cron','2021-01-31 01:06:13','2021-01-30 17:06:13'),(69237,25990,'action created','2021-01-31 01:06:13','2021-01-30 17:06:13'),(69238,25990,'action started via WP Cron','2021-01-31 01:09:06','2021-01-30 17:09:06'),(69239,25990,'action complete via WP Cron','2021-01-31 01:09:06','2021-01-30 17:09:06'),(69240,25991,'action created','2021-01-31 01:09:06','2021-01-30 17:09:06'),(69241,25991,'action started via WP Cron','2021-01-31 01:12:32','2021-01-30 17:12:32'),(69242,25991,'action complete via WP Cron','2021-01-31 01:12:32','2021-01-30 17:12:32'),(69243,25992,'action created','2021-01-31 01:12:32','2021-01-30 17:12:32'),(69244,25992,'action started via WP Cron','2021-01-31 01:14:04','2021-01-30 17:14:04'),(69245,25992,'action complete via WP Cron','2021-01-31 01:14:04','2021-01-30 17:14:04'),(69246,25993,'action created','2021-01-31 01:14:04','2021-01-30 17:14:04'),(69247,25993,'action started via WP Cron','2021-01-31 01:18:41','2021-01-30 17:18:41'),(69248,25993,'action complete via WP Cron','2021-01-31 01:18:41','2021-01-30 17:18:41'),(69249,25994,'action created','2021-01-31 01:18:41','2021-01-30 17:18:41'),(69250,25994,'action started via WP Cron','2021-01-31 01:21:04','2021-01-30 17:21:04'),(69251,25994,'action complete via WP Cron','2021-01-31 01:21:04','2021-01-30 17:21:04'),(69252,25995,'action created','2021-01-31 01:21:04','2021-01-30 17:21:04'),(69253,25995,'action started via WP Cron','2021-01-31 01:23:07','2021-01-30 17:23:07'),(69254,25995,'action complete via WP Cron','2021-01-31 01:23:07','2021-01-30 17:23:07'),(69255,25996,'action created','2021-01-31 01:23:07','2021-01-30 17:23:07'),(69256,25996,'action started via WP Cron','2021-01-31 01:24:11','2021-01-30 17:24:11'),(69257,25996,'action complete via WP Cron','2021-01-31 01:24:11','2021-01-30 17:24:11'),(69258,25997,'action created','2021-01-31 01:24:11','2021-01-30 17:24:11'),(69259,25997,'action started via WP Cron','2021-01-31 01:26:53','2021-01-30 17:26:53'),(69260,25997,'action complete via WP Cron','2021-01-31 01:26:53','2021-01-30 17:26:53'),(69261,25998,'action created','2021-01-31 01:26:53','2021-01-30 17:26:53'),(69262,25998,'action started via WP Cron','2021-01-31 01:28:14','2021-01-30 17:28:14'),(69263,25998,'action complete via WP Cron','2021-01-31 01:28:14','2021-01-30 17:28:14'),(69264,25999,'action created','2021-01-31 01:28:14','2021-01-30 17:28:14'),(69265,25999,'action started via WP Cron','2021-01-31 01:35:12','2021-01-30 17:35:12'),(69266,25999,'action complete via WP Cron','2021-01-31 01:35:12','2021-01-30 17:35:12'),(69267,26000,'action created','2021-01-31 01:35:12','2021-01-30 17:35:12'),(69268,26000,'action started via WP Cron','2021-01-31 01:36:38','2021-01-30 17:36:38'),(69269,26000,'action complete via WP Cron','2021-01-31 01:36:38','2021-01-30 17:36:38'),(69270,26001,'action created','2021-01-31 01:36:38','2021-01-30 17:36:38'),(69271,26001,'action started via WP Cron','2021-01-31 01:41:33','2021-01-30 17:41:33'),(69272,26001,'action complete via WP Cron','2021-01-31 01:41:33','2021-01-30 17:41:33'),(69273,26002,'action created','2021-01-31 01:41:33','2021-01-30 17:41:33'),(69274,26002,'action started via WP Cron','2021-01-31 01:43:10','2021-01-30 17:43:10'),(69275,26002,'action complete via WP Cron','2021-01-31 01:43:10','2021-01-30 17:43:10'),(69276,26003,'action created','2021-01-31 01:43:10','2021-01-30 17:43:10'),(69277,26003,'action started via WP Cron','2021-01-31 01:44:11','2021-01-30 17:44:11'),(69278,26003,'action complete via WP Cron','2021-01-31 01:44:11','2021-01-30 17:44:11'),(69279,26004,'action created','2021-01-31 01:44:11','2021-01-30 17:44:11'),(69280,26004,'action started via WP Cron','2021-01-31 01:46:13','2021-01-30 17:46:13'),(69281,26004,'action complete via WP Cron','2021-01-31 01:46:13','2021-01-30 17:46:13'),(69282,26005,'action created','2021-01-31 01:46:13','2021-01-30 17:46:13'),(69283,26005,'action started via WP Cron','2021-01-31 01:47:14','2021-01-30 17:47:14'),(69284,26005,'action complete via WP Cron','2021-01-31 01:47:14','2021-01-30 17:47:14'),(69285,26006,'action created','2021-01-31 01:47:14','2021-01-30 17:47:14'),(69286,26006,'action started via WP Cron','2021-01-31 01:48:17','2021-01-30 17:48:17'),(69287,26006,'action complete via WP Cron','2021-01-31 01:48:17','2021-01-30 17:48:17'),(69288,26007,'action created','2021-01-31 01:54:44','2021-01-30 17:54:44'),(69289,26007,'action started via WP Cron','2021-01-31 01:56:55','2021-01-30 17:56:55'),(69290,26007,'action complete via WP Cron','2021-01-31 01:56:55','2021-01-30 17:56:55'),(69291,26008,'action created','2021-01-31 01:56:55','2021-01-30 17:56:55'),(69292,26008,'action started via WP Cron','2021-01-31 01:57:56','2021-01-30 17:57:56'),(69293,26008,'action complete via WP Cron','2021-01-31 01:57:56','2021-01-30 17:57:56'),(69294,26009,'action created','2021-01-31 01:57:56','2021-01-30 17:57:56'),(69295,26009,'action started via WP Cron','2021-01-31 01:58:57','2021-01-30 17:58:57'),(69296,26009,'action complete via WP Cron','2021-01-31 01:58:57','2021-01-30 17:58:57'),(69297,26010,'action created','2021-01-31 01:58:57','2021-01-30 17:58:57'),(69298,26010,'action started via WP Cron','2021-01-31 02:00:20','2021-01-30 18:00:20'),(69299,26010,'action complete via WP Cron','2021-01-31 02:00:20','2021-01-30 18:00:20'),(69300,26011,'action created','2021-01-31 02:00:20','2021-01-30 18:00:20'),(69301,26011,'action started via WP Cron','2021-01-31 02:00:44','2021-01-30 18:00:44'),(69302,26011,'action complete via WP Cron','2021-01-31 02:00:44','2021-01-30 18:00:44'),(69303,26012,'action created','2021-01-31 02:00:44','2021-01-30 18:00:44'),(69304,26012,'action started via WP Cron','2021-01-31 02:02:47','2021-01-30 18:02:47'),(69305,26012,'action complete via WP Cron','2021-01-31 02:02:47','2021-01-30 18:02:47'),(69306,26013,'action created','2021-01-31 02:02:47','2021-01-30 18:02:47'),(69307,26013,'action started via WP Cron','2021-01-31 02:06:02','2021-01-30 18:06:02'),(69308,26013,'action complete via WP Cron','2021-01-31 02:06:02','2021-01-30 18:06:02'),(69309,26014,'action created','2021-01-31 02:06:02','2021-01-30 18:06:02'),(69310,26014,'action started via WP Cron','2021-01-31 02:08:32','2021-01-30 18:08:32'),(69311,26014,'action complete via WP Cron','2021-01-31 02:08:32','2021-01-30 18:08:32'),(69312,26015,'action created','2021-01-31 02:08:32','2021-01-30 18:08:32'),(69313,26015,'action started via WP Cron','2021-01-31 02:10:57','2021-01-30 18:10:57'),(69314,26015,'action complete via WP Cron','2021-01-31 02:10:57','2021-01-30 18:10:57'),(69315,26016,'action created','2021-01-31 02:10:57','2021-01-30 18:10:57'),(69316,26016,'action started via WP Cron','2021-01-31 02:14:41','2021-01-30 18:14:41'),(69317,26016,'action complete via WP Cron','2021-01-31 02:14:41','2021-01-30 18:14:41'),(69318,26017,'action created','2021-01-31 02:14:41','2021-01-30 18:14:41'),(69319,26017,'action started via WP Cron','2021-01-31 02:16:30','2021-01-30 18:16:30'),(69320,26017,'action complete via WP Cron','2021-01-31 02:16:30','2021-01-30 18:16:30'),(69321,26018,'action created','2021-01-31 02:16:30','2021-01-30 18:16:30'),(69322,26018,'action started via WP Cron','2021-01-31 02:23:07','2021-01-30 18:23:07'),(69323,26018,'action complete via WP Cron','2021-01-31 02:23:07','2021-01-30 18:23:07'),(69324,26019,'action created','2021-01-31 02:23:07','2021-01-30 18:23:07'),(69325,26019,'action started via WP Cron','2021-01-31 02:24:47','2021-01-30 18:24:47'),(69326,26019,'action complete via WP Cron','2021-01-31 02:24:47','2021-01-30 18:24:47'),(69327,26020,'action created','2021-01-31 02:24:47','2021-01-30 18:24:47'),(69328,26020,'action started via WP Cron','2021-01-31 02:29:18','2021-01-30 18:29:18'),(69329,26020,'action complete via WP Cron','2021-01-31 02:29:18','2021-01-30 18:29:18'),(69330,26021,'action created','2021-01-31 02:29:18','2021-01-30 18:29:18'),(69331,26021,'action started via WP Cron','2021-01-31 02:30:20','2021-01-30 18:30:20'),(69332,26021,'action complete via WP Cron','2021-01-31 02:30:20','2021-01-30 18:30:20'),(69333,26022,'action created','2021-01-31 02:30:20','2021-01-30 18:30:20'),(69334,26022,'action started via Async Request','2021-01-31 02:30:33','2021-01-30 18:30:33'),(69335,26022,'action complete via Async Request','2021-01-31 02:30:33','2021-01-30 18:30:33'),(69336,26023,'action created','2021-01-31 02:30:34','2021-01-30 18:30:34'),(69337,26023,'action started via WP Cron','2021-01-31 02:30:49','2021-01-30 18:30:49'),(69338,26023,'action complete via WP Cron','2021-01-31 02:30:49','2021-01-30 18:30:49'),(69339,26024,'action created','2021-01-31 02:31:56','2021-01-30 18:31:56'),(69340,26024,'action started via WP Cron','2021-01-31 02:33:16','2021-01-30 18:33:16'),(69341,26024,'action complete via WP Cron','2021-01-31 02:33:16','2021-01-30 18:33:16'),(69342,26025,'action created','2021-01-31 02:33:44','2021-01-30 18:33:44'),(69343,26025,'action started via WP Cron','2021-01-31 02:34:57','2021-01-30 18:34:57'),(69344,26025,'action complete via WP Cron','2021-01-31 02:34:57','2021-01-30 18:34:57'),(69345,26026,'action created','2021-01-31 02:35:21','2021-01-30 18:35:21'),(69346,26026,'action started via WP Cron','2021-01-31 02:36:27','2021-01-30 18:36:27'),(69347,26026,'action complete via WP Cron','2021-01-31 02:36:27','2021-01-30 18:36:27'),(69348,26027,'action created','2021-01-31 02:39:20','2021-01-30 18:39:20'),(69349,26027,'action started via WP Cron','2021-01-31 02:40:27','2021-01-30 18:40:27'),(69350,26027,'action complete via WP Cron','2021-01-31 02:40:27','2021-01-30 18:40:27'),(69351,26028,'action created','2021-01-31 02:42:31','2021-01-30 18:42:31'),(69352,26028,'action started via WP Cron','2021-01-31 02:44:19','2021-01-30 18:44:19'),(69353,26028,'action complete via WP Cron','2021-01-31 02:44:19','2021-01-30 18:44:19'),(69354,26029,'action created','2021-01-31 02:44:19','2021-01-30 18:44:19'),(69355,26029,'action started via WP Cron','2021-01-31 02:44:41','2021-01-30 18:44:41'),(69356,26029,'action complete via WP Cron','2021-01-31 02:44:41','2021-01-30 18:44:41'),(69357,26030,'action created','2021-01-31 02:44:41','2021-01-30 18:44:41'),(69358,26030,'action started via WP Cron','2021-01-31 02:46:27','2021-01-30 18:46:27'),(69359,26030,'action complete via WP Cron','2021-01-31 02:46:27','2021-01-30 18:46:27'),(69360,26031,'action created','2021-01-31 02:48:03','2021-01-30 18:48:03'),(69361,26031,'action started via Async Request','2021-01-31 02:48:27','2021-01-30 18:48:27'),(69362,26031,'action complete via Async Request','2021-01-31 02:48:27','2021-01-30 18:48:27'),(69363,26032,'action created','2021-01-31 02:49:13','2021-01-30 18:49:13'),(69364,26032,'action started via WP Cron','2021-01-31 02:50:27','2021-01-30 18:50:27'),(69365,26032,'action complete via WP Cron','2021-01-31 02:50:27','2021-01-30 18:50:27'),(69366,26033,'action created','2021-01-31 02:52:27','2021-01-30 18:52:27'),(69367,26033,'action started via WP Cron','2021-01-31 02:54:27','2021-01-30 18:54:27'),(69368,26033,'action complete via WP Cron','2021-01-31 02:54:27','2021-01-30 18:54:27'),(69369,26034,'action created','2021-01-31 02:57:38','2021-01-30 18:57:38'),(69370,26034,'action started via WP Cron','2021-01-31 02:58:27','2021-01-30 18:58:27'),(69371,26034,'action complete via WP Cron','2021-01-31 02:58:27','2021-01-30 18:58:27'),(69372,26035,'action created','2021-01-31 02:59:00','2021-01-30 18:59:00'),(69373,26035,'action started via WP Cron','2021-01-31 02:59:53','2021-01-30 18:59:53'),(69374,26035,'action complete via WP Cron','2021-01-31 02:59:53','2021-01-30 18:59:53'),(69375,26036,'action created','2021-01-31 02:59:54','2021-01-30 18:59:54'),(69376,26036,'action started via Async Request','2021-01-31 03:00:27','2021-01-30 19:00:27'),(69377,26036,'action complete via Async Request','2021-01-31 03:00:27','2021-01-30 19:00:27'),(69378,26037,'action created','2021-01-31 03:01:01','2021-01-30 19:01:01'),(69379,26037,'action started via WP Cron','2021-01-31 03:02:02','2021-01-30 19:02:02'),(69380,26037,'action complete via WP Cron','2021-01-31 03:02:02','2021-01-30 19:02:02'),(69381,26038,'action created','2021-01-31 03:02:02','2021-01-30 19:02:02'),(69382,26038,'action started via Async Request','2021-01-31 03:02:27','2021-01-30 19:02:27'),(69383,26038,'action complete via Async Request','2021-01-31 03:02:27','2021-01-30 19:02:27'),(69384,26039,'action created','2021-01-31 03:05:10','2021-01-30 19:05:10'),(69385,26039,'action started via WP Cron','2021-01-31 03:05:53','2021-01-30 19:05:53'),(69386,26039,'action complete via WP Cron','2021-01-31 03:05:53','2021-01-30 19:05:53'),(69387,26040,'action created','2021-01-31 03:05:53','2021-01-30 19:05:53'),(69388,26040,'action started via Async Request','2021-01-31 03:06:27','2021-01-30 19:06:27'),(69389,26040,'action complete via Async Request','2021-01-31 03:06:27','2021-01-30 19:06:27'),(69390,26041,'action created','2021-01-31 03:10:22','2021-01-30 19:10:22'),(69391,26041,'action started via WP Cron','2021-01-31 03:12:27','2021-01-30 19:12:27'),(69392,26041,'action complete via WP Cron','2021-01-31 03:12:27','2021-01-30 19:12:27'),(69393,26042,'action created','2021-01-31 03:14:11','2021-01-30 19:14:11'),(69394,26042,'action started via Async Request','2021-01-31 03:14:28','2021-01-30 19:14:28'),(69395,26042,'action complete via Async Request','2021-01-31 03:14:28','2021-01-30 19:14:28'),(69396,26043,'action created','2021-01-31 03:14:46','2021-01-30 19:14:46'),(69397,26043,'action started via WP Cron','2021-01-31 03:16:27','2021-01-30 19:16:27'),(69398,26043,'action complete via WP Cron','2021-01-31 03:16:27','2021-01-30 19:16:27'),(69399,26044,'action created','2021-01-31 03:19:14','2021-01-30 19:19:14'),(69400,26044,'action started via WP Cron','2021-01-31 03:20:27','2021-01-30 19:20:27'),(69401,26044,'action complete via WP Cron','2021-01-31 03:20:27','2021-01-30 19:20:27'),(69402,26045,'action created','2021-01-31 03:23:57','2021-01-30 19:23:57'),(69403,26045,'action started via Async Request','2021-01-31 03:24:29','2021-01-30 19:24:29'),(69404,26045,'action complete via Async Request','2021-01-31 03:24:29','2021-01-30 19:24:29'),(69405,26046,'action created','2021-01-31 03:28:44','2021-01-30 19:28:44'),(69406,26046,'action started via WP Cron','2021-01-31 03:29:48','2021-01-30 19:29:48'),(69407,26046,'action complete via WP Cron','2021-01-31 03:29:48','2021-01-30 19:29:48'),(69408,26047,'action created','2021-01-31 03:29:48','2021-01-30 19:29:48'),(69409,26047,'action started via Async Request','2021-01-31 03:30:28','2021-01-30 19:30:28'),(69410,26047,'action complete via Async Request','2021-01-31 03:30:28','2021-01-30 19:30:28'),(69411,26048,'action created','2021-01-31 03:33:06','2021-01-30 19:33:06'),(69412,26048,'action started via WP Cron','2021-01-31 03:34:27','2021-01-30 19:34:27'),(69413,26048,'action complete via WP Cron','2021-01-31 03:34:27','2021-01-30 19:34:27'),(69414,26049,'action created','2021-01-31 03:34:38','2021-01-30 19:34:38'),(69415,26049,'action started via WP Cron','2021-01-31 03:36:27','2021-01-30 19:36:27'),(69416,26049,'action complete via WP Cron','2021-01-31 03:36:27','2021-01-30 19:36:27'),(69417,26050,'action created','2021-01-31 03:38:24','2021-01-30 19:38:24'),(69418,26050,'action started via WP Cron','2021-01-31 03:40:27','2021-01-30 19:40:27'),(69419,26050,'action complete via WP Cron','2021-01-31 03:40:27','2021-01-30 19:40:27'),(69420,26051,'action created','2021-01-31 03:42:38','2021-01-30 19:42:38'),(69421,26051,'action started via WP Cron','2021-01-31 03:44:27','2021-01-30 19:44:27'),(69422,26051,'action complete via WP Cron','2021-01-31 03:44:27','2021-01-30 19:44:27'),(69423,26052,'action created','2021-01-31 03:47:25','2021-01-30 19:47:25'),(69424,26052,'action started via WP Cron','2021-01-31 03:48:27','2021-01-30 19:48:27'),(69425,26052,'action complete via WP Cron','2021-01-31 03:48:27','2021-01-30 19:48:27'),(69426,25512,'action started via WP Cron','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69427,25512,'action complete via WP Cron','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69428,26053,'action created','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69429,25511,'action started via WP Cron','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69430,25511,'action complete via WP Cron','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69431,26054,'action created','2021-01-31 03:50:27','2021-01-30 19:50:27'),(69432,26055,'action created','2021-01-31 03:52:17','2021-01-30 19:52:17'),(69433,26055,'action started via Async Request','2021-01-31 03:52:28','2021-01-30 19:52:28'),(69434,26055,'action complete via Async Request','2021-01-31 03:52:28','2021-01-30 19:52:28'),(69435,26056,'action created','2021-01-31 03:55:11','2021-01-30 19:55:11'),(69436,26056,'action started via WP Cron','2021-01-31 03:56:13','2021-01-30 19:56:13'),(69437,26056,'action complete via WP Cron','2021-01-31 03:56:13','2021-01-30 19:56:13'),(69438,26057,'action created','2021-01-31 03:56:13','2021-01-30 19:56:13'),(69439,26057,'action started via Async Request','2021-01-31 03:56:29','2021-01-30 19:56:29'),(69440,26057,'action complete via Async Request','2021-01-31 03:56:29','2021-01-30 19:56:29'),(69441,26058,'action created','2021-01-31 03:58:34','2021-01-30 19:58:34'),(69442,26058,'action started via WP Cron','2021-01-31 03:58:45','2021-01-30 19:58:45'),(69443,26058,'action complete via WP Cron','2021-01-31 03:58:45','2021-01-30 19:58:45'),(69444,26059,'action created','2021-01-31 03:58:45','2021-01-30 19:58:45'),(69445,26059,'action started via WP Cron','2021-01-31 04:00:27','2021-01-30 20:00:27'),(69446,26059,'action complete via WP Cron','2021-01-31 04:00:27','2021-01-30 20:00:27'),(69447,26060,'action created','2021-01-31 04:01:11','2021-01-30 20:01:11'),(69448,26060,'action started via WP Cron','2021-01-31 04:02:28','2021-01-30 20:02:28'),(69449,26060,'action complete via WP Cron','2021-01-31 04:02:28','2021-01-30 20:02:28'),(69450,26061,'action created','2021-01-31 04:05:49','2021-01-30 20:05:49'),(69451,26061,'action started via Async Request','2021-01-31 04:06:29','2021-01-30 20:06:29'),(69452,26061,'action complete via Async Request','2021-01-31 04:06:29','2021-01-30 20:06:29'),(69453,26062,'action created','2021-01-31 04:09:14','2021-01-30 20:09:14'),(69454,26062,'action started via WP Cron','2021-01-31 04:09:45','2021-01-30 20:09:45'),(69455,26062,'action complete via WP Cron','2021-01-31 04:09:45','2021-01-30 20:09:45'),(69456,26063,'action created','2021-01-31 04:09:45','2021-01-30 20:09:45'),(69457,26063,'action started via Async Request','2021-01-31 04:10:28','2021-01-30 20:10:28'),(69458,26063,'action complete via Async Request','2021-01-31 04:10:28','2021-01-30 20:10:28'),(69459,26064,'action created','2021-01-31 04:10:39','2021-01-30 20:10:39'),(69460,26064,'action started via WP Cron','2021-01-31 04:10:52','2021-01-30 20:10:52'),(69461,26064,'action complete via WP Cron','2021-01-31 04:10:52','2021-01-30 20:10:52'),(69462,26065,'action created','2021-01-31 04:10:52','2021-01-30 20:10:52'),(69463,26065,'action started via WP Cron','2021-01-31 04:11:54','2021-01-30 20:11:54'),(69464,26065,'action complete via WP Cron','2021-01-31 04:11:54','2021-01-30 20:11:54'),(69465,26066,'action created','2021-01-31 04:11:54','2021-01-30 20:11:54'),(69466,26066,'action started via Async Request','2021-01-31 04:12:28','2021-01-30 20:12:28'),(69467,26066,'action complete via Async Request','2021-01-31 04:12:28','2021-01-30 20:12:28'),(69468,26067,'action created','2021-01-31 04:12:55','2021-01-30 20:12:55'),(69469,26067,'action started via WP Cron','2021-01-31 04:14:28','2021-01-30 20:14:28'),(69470,26067,'action complete via WP Cron','2021-01-31 04:14:28','2021-01-30 20:14:28'),(69471,26068,'action created','2021-01-31 04:15:50','2021-01-30 20:15:50'),(69472,26068,'action started via Async Request','2021-01-31 04:16:28','2021-01-30 20:16:28'),(69473,26068,'action complete via Async Request','2021-01-31 04:16:28','2021-01-30 20:16:28'),(69474,26069,'action created','2021-01-31 04:18:03','2021-01-30 20:18:03'),(69475,26069,'action started via Async Request','2021-01-31 04:18:28','2021-01-30 20:18:28'),(69476,26069,'action complete via Async Request','2021-01-31 04:18:28','2021-01-30 20:18:28'),(69477,26070,'action created','2021-01-31 04:22:03','2021-01-30 20:22:03'),(69478,26070,'action started via Async Request','2021-01-31 04:22:28','2021-01-30 20:22:28'),(69479,26070,'action complete via Async Request','2021-01-31 04:22:28','2021-01-30 20:22:28'),(69480,26071,'action created','2021-01-31 04:23:00','2021-01-30 20:23:00'),(69481,26071,'action started via WP Cron','2021-01-31 04:24:28','2021-01-30 20:24:28'),(69482,26071,'action complete via WP Cron','2021-01-31 04:24:28','2021-01-30 20:24:28'),(69483,26072,'action created','2021-01-31 04:24:35','2021-01-30 20:24:35'),(69484,26072,'action started via WP Cron','2021-01-31 04:25:52','2021-01-30 20:25:52'),(69485,26072,'action complete via WP Cron','2021-01-31 04:25:52','2021-01-30 20:25:52'),(69486,26073,'action created','2021-01-31 04:25:52','2021-01-30 20:25:52'),(69487,26073,'action started via Async Request','2021-01-31 04:26:28','2021-01-30 20:26:28'),(69488,26073,'action complete via Async Request','2021-01-31 04:26:28','2021-01-30 20:26:28'),(69489,26074,'action created','2021-01-31 04:30:36','2021-01-30 20:30:36'),(69490,26074,'action started via WP Cron','2021-01-31 04:31:46','2021-01-30 20:31:46'),(69491,26074,'action complete via WP Cron','2021-01-31 04:31:46','2021-01-30 20:31:46'),(69492,26075,'action created','2021-01-31 04:31:46','2021-01-30 20:31:46'),(69493,26075,'action started via Async Request','2021-01-31 04:32:28','2021-01-30 20:32:28'),(69494,26075,'action complete via Async Request','2021-01-31 04:32:28','2021-01-30 20:32:28'),(69495,26076,'action created','2021-01-31 04:32:29','2021-01-30 20:32:29'),(69496,26076,'action started via WP Cron','2021-01-31 04:32:49','2021-01-30 20:32:49'),(69497,26076,'action complete via WP Cron','2021-01-31 04:32:49','2021-01-30 20:32:49'),(69498,26077,'action created','2021-01-31 04:32:49','2021-01-30 20:32:49'),(69499,26077,'action started via WP Cron','2021-01-31 04:33:50','2021-01-30 20:33:50'),(69500,26077,'action complete via WP Cron','2021-01-31 04:33:50','2021-01-30 20:33:50'),(69501,26078,'action created','2021-01-31 04:33:50','2021-01-30 20:33:50'),(69502,26078,'action started via Async Request','2021-01-31 04:34:28','2021-01-30 20:34:28'),(69503,26078,'action complete via Async Request','2021-01-31 04:34:28','2021-01-30 20:34:28'),(69504,26079,'action created','2021-01-31 04:34:29','2021-01-30 20:34:29'),(69505,26079,'action started via WP Cron','2021-01-31 04:34:45','2021-01-30 20:34:45'),(69506,26079,'action complete via WP Cron','2021-01-31 04:34:45','2021-01-30 20:34:45'),(69507,26080,'action created','2021-01-31 04:34:45','2021-01-30 20:34:45'),(69508,26080,'action started via WP Cron','2021-01-31 04:35:43','2021-01-30 20:35:43'),(69509,26080,'action complete via WP Cron','2021-01-31 04:35:43','2021-01-30 20:35:43'),(69510,26081,'action created','2021-01-31 04:35:43','2021-01-30 20:35:43'),(69511,26081,'action started via Async Request','2021-01-31 04:36:28','2021-01-30 20:36:28'),(69512,26081,'action complete via Async Request','2021-01-31 04:36:28','2021-01-30 20:36:28'),(69513,26082,'action created','2021-01-31 04:37:29','2021-01-30 20:37:29'),(69514,26082,'action started via WP Cron','2021-01-31 04:38:28','2021-01-30 20:38:28'),(69515,26082,'action complete via WP Cron','2021-01-31 04:38:28','2021-01-30 20:38:28'),(69516,26083,'action created','2021-01-31 04:38:38','2021-01-30 20:38:38'),(69517,26083,'action started via WP Cron','2021-01-31 04:38:53','2021-01-30 20:38:53'),(69518,26083,'action complete via WP Cron','2021-01-31 04:38:53','2021-01-30 20:38:53'),(69519,26084,'action created','2021-01-31 04:38:53','2021-01-30 20:38:53'),(69520,26084,'action started via WP Cron','2021-01-31 04:39:42','2021-01-30 20:39:42'),(69521,26084,'action complete via WP Cron','2021-01-31 04:39:42','2021-01-30 20:39:42'),(69522,26085,'action created','2021-01-31 04:39:42','2021-01-30 20:39:42'),(69523,26085,'action started via Async Request','2021-01-31 04:40:28','2021-01-30 20:40:28'),(69524,26085,'action complete via Async Request','2021-01-31 04:40:28','2021-01-30 20:40:28'),(69525,26086,'action created','2021-01-31 04:40:33','2021-01-30 20:40:33'),(69526,26086,'action started via WP Cron','2021-01-31 04:42:28','2021-01-30 20:42:28'),(69527,26086,'action complete via WP Cron','2021-01-31 04:42:28','2021-01-30 20:42:28'),(69528,26087,'action created','2021-01-31 04:43:46','2021-01-30 20:43:46'),(69529,26087,'action started via Async Request','2021-01-31 04:44:28','2021-01-30 20:44:28'),(69530,26087,'action complete via Async Request','2021-01-31 04:44:28','2021-01-30 20:44:28'),(69531,26088,'action created','2021-01-31 04:45:09','2021-01-30 20:45:09'),(69532,26088,'action started via WP Cron','2021-01-31 04:45:55','2021-01-30 20:45:55'),(69533,26088,'action complete via WP Cron','2021-01-31 04:45:55','2021-01-30 20:45:55'),(69534,26089,'action created','2021-01-31 04:45:55','2021-01-30 20:45:55'),(69535,26089,'action started via Async Request','2021-01-31 04:46:28','2021-01-30 20:46:28'),(69536,26089,'action complete via Async Request','2021-01-31 04:46:28','2021-01-30 20:46:28'),(69537,26090,'action created','2021-01-31 04:46:35','2021-01-30 20:46:35'),(69538,26090,'action started via WP Cron','2021-01-31 04:47:44','2021-01-30 20:47:44'),(69539,26090,'action complete via WP Cron','2021-01-31 04:47:44','2021-01-30 20:47:44'),(69540,26091,'action created','2021-01-31 04:47:44','2021-01-30 20:47:44'),(69541,26091,'action started via Async Request','2021-01-31 04:48:29','2021-01-30 20:48:29'),(69542,26091,'action complete via Async Request','2021-01-31 04:48:29','2021-01-30 20:48:29'),(69543,26092,'action created','2021-01-31 04:48:31','2021-01-30 20:48:31'),(69544,26092,'action started via WP Cron','2021-01-31 04:48:43','2021-01-30 20:48:43'),(69545,26092,'action complete via WP Cron','2021-01-31 04:48:43','2021-01-30 20:48:43'),(69546,26093,'action created','2021-01-31 04:48:43','2021-01-30 20:48:43'),(69547,26093,'action started via WP Cron','2021-01-31 04:49:44','2021-01-30 20:49:44'),(69548,26093,'action complete via WP Cron','2021-01-31 04:49:44','2021-01-30 20:49:44'),(69549,26094,'action created','2021-01-31 04:49:44','2021-01-30 20:49:44'),(69550,26094,'action started via Async Request','2021-01-31 04:50:28','2021-01-30 20:50:28'),(69551,26094,'action complete via Async Request','2021-01-31 04:50:28','2021-01-30 20:50:28'),(69552,26095,'action created','2021-01-31 04:51:25','2021-01-30 20:51:25'),(69553,26095,'action started via WP Cron','2021-01-31 04:52:28','2021-01-30 20:52:28'),(69554,26095,'action complete via WP Cron','2021-01-31 04:52:28','2021-01-30 20:52:28'),(69555,26096,'action created','2021-01-31 04:52:45','2021-01-30 20:52:45'),(69556,26096,'action started via WP Cron','2021-01-31 04:54:14','2021-01-30 20:54:14'),(69557,26096,'action complete via WP Cron','2021-01-31 04:54:14','2021-01-30 20:54:14'),(69558,26097,'action created','2021-01-31 04:58:47','2021-01-30 20:58:47'),(69559,26097,'action started via WP Cron','2021-01-31 05:00:28','2021-01-30 21:00:28'),(69560,26097,'action complete via WP Cron','2021-01-31 05:00:28','2021-01-30 21:00:28'),(69561,26098,'action created','2021-01-31 05:02:54','2021-01-30 21:02:54'),(69562,26098,'action started via WP Cron','2021-01-31 05:04:24','2021-01-30 21:04:24'),(69563,26098,'action complete via WP Cron','2021-01-31 05:04:24','2021-01-30 21:04:24'),(69564,26099,'action created','2021-01-31 05:04:24','2021-01-30 21:04:24'),(69565,26099,'action started via WP Cron','2021-01-31 05:06:07','2021-01-30 21:06:07'),(69566,26099,'action complete via WP Cron','2021-01-31 05:06:07','2021-01-30 21:06:07'),(69567,26100,'action created','2021-01-31 05:06:07','2021-01-30 21:06:07'),(69568,26100,'action started via Async Request','2021-01-31 05:06:28','2021-01-30 21:06:28'),(69569,26100,'action complete via Async Request','2021-01-31 05:06:28','2021-01-30 21:06:28'),(69570,26101,'action created','2021-01-31 05:08:14','2021-01-30 21:08:14'),(69571,26101,'action started via Async Request','2021-01-31 05:08:28','2021-01-30 21:08:28'),(69572,26101,'action complete via Async Request','2021-01-31 05:08:28','2021-01-30 21:08:28'),(69573,26102,'action created','2021-01-31 05:10:27','2021-01-30 21:10:27'),(69574,26102,'action started via WP Cron','2021-01-31 05:12:18','2021-01-30 21:12:18'),(69575,26102,'action complete via WP Cron','2021-01-31 05:12:18','2021-01-30 21:12:18'),(69576,26103,'action created','2021-01-31 05:12:18','2021-01-30 21:12:18'),(69577,26103,'action started via WP Cron','2021-01-31 05:13:26','2021-01-30 21:13:26'),(69578,26103,'action complete via WP Cron','2021-01-31 05:13:26','2021-01-30 21:13:26'),(69579,26104,'action created','2021-01-31 05:13:27','2021-01-30 21:13:27'),(69580,26104,'action started via WP Cron','2021-01-31 05:14:28','2021-01-30 21:14:28'),(69581,26104,'action complete via WP Cron','2021-01-31 05:14:28','2021-01-30 21:14:28'),(69582,26105,'action created','2021-01-31 05:18:25','2021-01-30 21:18:25'),(69583,26105,'action started via WP Cron','2021-01-31 05:20:28','2021-01-30 21:20:28'),(69584,26105,'action complete via WP Cron','2021-01-31 05:20:28','2021-01-30 21:20:28'),(69585,26106,'action created','2021-01-31 05:23:24','2021-01-30 21:23:24'),(69586,26106,'action started via WP Cron','2021-01-31 05:24:28','2021-01-30 21:24:28'),(69587,26106,'action complete via WP Cron','2021-01-31 05:24:28','2021-01-30 21:24:28'),(69588,26107,'action created','2021-01-31 05:26:05','2021-01-30 21:26:05'),(69589,26107,'action started via Async Request','2021-01-31 05:26:30','2021-01-30 21:26:30'),(69590,26107,'action complete via Async Request','2021-01-31 05:26:30','2021-01-30 21:26:30'),(69591,26108,'action created','2021-01-31 05:26:31','2021-01-30 21:26:31'),(69592,26108,'action started via WP Cron','2021-01-31 05:28:28','2021-01-30 21:28:28'),(69593,26108,'action complete via WP Cron','2021-01-31 05:28:28','2021-01-30 21:28:28'),(69594,26109,'action created','2021-01-31 05:28:38','2021-01-30 21:28:38'),(69595,26109,'action started via WP Cron','2021-01-31 05:30:28','2021-01-30 21:30:28'),(69596,26109,'action complete via WP Cron','2021-01-31 05:30:28','2021-01-30 21:30:28'),(69597,26110,'action created','2021-01-31 05:32:58','2021-01-30 21:32:58'),(69598,26110,'action started via WP Cron','2021-01-31 05:34:28','2021-01-30 21:34:28'),(69599,26110,'action complete via WP Cron','2021-01-31 05:34:28','2021-01-30 21:34:28'),(69600,26111,'action created','2021-01-31 05:36:52','2021-01-30 21:36:52'),(69601,26111,'action started via WP Cron','2021-01-31 05:38:28','2021-01-30 21:38:28'),(69602,26111,'action complete via WP Cron','2021-01-31 05:38:28','2021-01-30 21:38:28'),(69603,26112,'action created','2021-01-31 05:40:07','2021-01-30 21:40:07'),(69604,26112,'action started via Async Request','2021-01-31 05:40:29','2021-01-30 21:40:29'),(69605,26112,'action complete via Async Request','2021-01-31 05:40:29','2021-01-30 21:40:29'),(69606,26113,'action created','2021-01-31 05:40:55','2021-01-30 21:40:55'),(69607,25576,'action started via WP Cron','2021-01-31 05:42:28','2021-01-30 21:42:28'),(69608,25576,'action complete via WP Cron','2021-01-31 05:42:28','2021-01-30 21:42:28'),(69609,26114,'action created','2021-01-31 05:42:28','2021-01-30 21:42:28'),(69610,26113,'action started via WP Cron','2021-01-31 05:42:28','2021-01-30 21:42:28'),(69611,26113,'action complete via WP Cron','2021-01-31 05:42:28','2021-01-30 21:42:28'),(69612,26115,'action created','2021-01-31 05:44:19','2021-01-30 21:44:19'),(69613,26115,'action started via WP Cron','2021-01-31 05:45:45','2021-01-30 21:45:45'),(69614,26115,'action complete via WP Cron','2021-01-31 05:45:45','2021-01-30 21:45:45'),(69615,26116,'action created','2021-01-31 05:45:45','2021-01-30 21:45:45'),(69616,26116,'action started via Async Request','2021-01-31 05:46:28','2021-01-30 21:46:28'),(69617,26116,'action complete via Async Request','2021-01-31 05:46:28','2021-01-30 21:46:28'),(69618,26117,'action created','2021-01-31 05:48:25','2021-01-30 21:48:25'),(69619,26117,'action started via WP Cron','2021-01-31 05:50:18','2021-01-30 21:50:18'),(69620,26117,'action complete via WP Cron','2021-01-31 05:50:18','2021-01-30 21:50:18'),(69621,26118,'action created','2021-01-31 05:50:18','2021-01-30 21:50:18'),(69622,26118,'action started via WP Cron','2021-01-31 05:50:59','2021-01-30 21:50:59'),(69623,26118,'action complete via WP Cron','2021-01-31 05:50:59','2021-01-30 21:50:59'),(69624,26119,'action created','2021-01-31 05:50:59','2021-01-30 21:50:59'),(69625,26119,'action started via WP Cron','2021-01-31 05:52:10','2021-01-30 21:52:10'),(69626,26119,'action complete via WP Cron','2021-01-31 05:52:10','2021-01-30 21:52:10'),(69627,26120,'action created','2021-01-31 05:52:10','2021-01-30 21:52:10'),(69628,26120,'action started via Async Request','2021-01-31 05:52:28','2021-01-30 21:52:28'),(69629,26120,'action complete via Async Request','2021-01-31 05:52:28','2021-01-30 21:52:28'),(69630,26121,'action created','2021-01-31 05:54:39','2021-01-30 21:54:39'),(69631,26121,'action started via WP Cron','2021-01-31 05:56:28','2021-01-30 21:56:28'),(69632,26121,'action complete via WP Cron','2021-01-31 05:56:28','2021-01-30 21:56:28'),(69633,26122,'action created','2021-01-31 05:58:34','2021-01-30 21:58:34'),(69634,26122,'action started via WP Cron','2021-01-31 06:00:06','2021-01-30 22:00:06'),(69635,26122,'action complete via WP Cron','2021-01-31 06:00:06','2021-01-30 22:00:06'),(69636,26123,'action created','2021-01-31 06:00:06','2021-01-30 22:00:06'),(69637,26123,'action started via Async Request','2021-01-31 06:00:28','2021-01-30 22:00:28'),(69638,26123,'action complete via Async Request','2021-01-31 06:00:28','2021-01-30 22:00:28'),(69639,26124,'action created','2021-01-31 06:01:53','2021-01-30 22:01:53'),(69640,26124,'action started via Async Request','2021-01-31 06:02:28','2021-01-30 22:02:28'),(69641,26124,'action complete via Async Request','2021-01-31 06:02:28','2021-01-30 22:02:28'),(69642,26125,'action created','2021-01-31 06:05:56','2021-01-30 22:05:56'),(69643,26125,'action started via Async Request','2021-01-31 06:06:28','2021-01-30 22:06:28'),(69644,26125,'action complete via Async Request','2021-01-31 06:06:28','2021-01-30 22:06:28'),(69645,26126,'action created','2021-01-31 06:06:30','2021-01-30 22:06:30'),(69646,26126,'action started via WP Cron','2021-01-31 06:08:28','2021-01-30 22:08:28'),(69647,26126,'action complete via WP Cron','2021-01-31 06:08:28','2021-01-30 22:08:28'),(69648,26127,'action created','2021-01-31 06:12:01','2021-01-30 22:12:01'),(69649,26127,'action started via Async Request','2021-01-31 06:12:28','2021-01-30 22:12:28'),(69650,26127,'action complete via Async Request','2021-01-31 06:12:28','2021-01-30 22:12:28'),(69651,26128,'action created','2021-01-31 06:15:57','2021-01-30 22:15:57'),(69652,26128,'action started via Async Request','2021-01-31 06:16:29','2021-01-30 22:16:29'),(69653,26128,'action complete via Async Request','2021-01-31 06:16:29','2021-01-30 22:16:29'),(69654,26129,'action created','2021-01-31 06:18:25','2021-01-30 22:18:25'),(69655,26129,'action started via WP Cron','2021-01-31 06:19:59','2021-01-30 22:19:59'),(69656,26129,'action complete via WP Cron','2021-01-31 06:19:59','2021-01-30 22:19:59'),(69657,26130,'action created','2021-01-31 06:19:59','2021-01-30 22:19:59'),(69658,26130,'action started via Async Request','2021-01-31 06:20:29','2021-01-30 22:20:29'),(69659,26130,'action complete via Async Request','2021-01-31 06:20:29','2021-01-30 22:20:29'),(69660,26131,'action created','2021-01-31 06:20:38','2021-01-30 22:20:38'),(69661,26131,'action started via WP Cron','2021-01-31 06:22:28','2021-01-30 22:22:28'),(69662,26131,'action complete via WP Cron','2021-01-31 06:22:28','2021-01-30 22:22:28'),(69663,26132,'action created','2021-01-31 06:25:05','2021-01-30 22:25:05'),(69664,26132,'action started via WP Cron','2021-01-31 06:26:29','2021-01-30 22:26:29'),(69665,26132,'action complete via WP Cron','2021-01-31 06:26:29','2021-01-30 22:26:29'),(69666,26133,'action created','2021-01-31 06:29:17','2021-01-30 22:29:17'),(69667,26133,'action started via WP Cron','2021-01-31 06:30:29','2021-01-30 22:30:29'),(69668,26133,'action complete via WP Cron','2021-01-31 06:30:29','2021-01-30 22:30:29'),(69669,26134,'action created','2021-01-31 06:32:04','2021-01-30 22:32:04'),(69670,26134,'action started via WP Cron','2021-01-31 06:33:07','2021-01-30 22:33:07'),(69671,26134,'action complete via WP Cron','2021-01-31 06:33:07','2021-01-30 22:33:07'),(69672,26135,'action created','2021-01-31 06:33:49','2021-01-30 22:33:49'),(69673,26135,'action started via WP Cron','2021-01-31 06:33:59','2021-01-30 22:33:59'),(69674,26135,'action complete via WP Cron','2021-01-31 06:33:59','2021-01-30 22:33:59'),(69675,26136,'action created','2021-01-31 06:34:00','2021-01-30 22:34:00'),(69676,26136,'action started via WP Cron','2021-01-31 06:34:49','2021-01-30 22:34:49'),(69677,26136,'action complete via WP Cron','2021-01-31 06:34:49','2021-01-30 22:34:49'),(69678,26137,'action created','2021-01-31 06:34:49','2021-01-30 22:34:49'),(69679,26137,'action started via WP Cron','2021-01-31 06:35:55','2021-01-30 22:35:55'),(69680,26137,'action complete via WP Cron','2021-01-31 06:35:55','2021-01-30 22:35:55'),(69681,26138,'action created','2021-01-31 06:37:59','2021-01-30 22:37:59'),(69682,26138,'action started via WP Cron','2021-01-31 06:39:55','2021-01-30 22:39:55'),(69683,26138,'action complete via WP Cron','2021-01-31 06:39:55','2021-01-30 22:39:55'),(69684,26139,'action created','2021-01-31 06:40:05','2021-01-30 22:40:05'),(69685,26139,'action started via WP Cron','2021-01-31 06:41:55','2021-01-30 22:41:55'),(69686,26139,'action complete via WP Cron','2021-01-31 06:41:55','2021-01-30 22:41:55'),(69687,26140,'action created','2021-01-31 06:42:21','2021-01-30 22:42:21'),(69688,26140,'action started via WP Cron','2021-01-31 06:42:49','2021-01-30 22:42:49'),(69689,26140,'action complete via WP Cron','2021-01-31 06:42:49','2021-01-30 22:42:49'),(69690,26141,'action created','2021-01-31 06:42:49','2021-01-30 22:42:49'),(69691,26141,'action started via WP Cron','2021-01-31 06:48:13','2021-01-30 22:48:13'),(69692,26141,'action complete via WP Cron','2021-01-31 06:48:13','2021-01-30 22:48:13'),(69693,26142,'action created','2021-01-31 06:48:13','2021-01-30 22:48:13'),(69697,26143,'action started via WP Cron','2021-01-31 06:58:22','2021-01-30 22:58:22'),(69698,26143,'action complete via WP Cron','2021-01-31 06:58:22','2021-01-30 22:58:22'),(69699,26144,'action created','2021-01-31 06:58:22','2021-01-30 22:58:22'),(69700,26144,'action started via WP Cron','2021-01-31 07:02:10','2021-01-30 23:02:10'),(69701,26144,'action complete via WP Cron','2021-01-31 07:02:10','2021-01-30 23:02:10'),(69702,26145,'action created','2021-01-31 07:02:10','2021-01-30 23:02:10'),(69703,26145,'action started via WP Cron','2021-01-31 07:06:54','2021-01-30 23:06:54'),(69704,26145,'action complete via WP Cron','2021-01-31 07:06:54','2021-01-30 23:06:54'),(69705,26146,'action created','2021-01-31 07:06:54','2021-01-30 23:06:54'),(69706,26146,'action started via WP Cron','2021-01-31 07:08:29','2021-01-30 23:08:29'),(69707,26146,'action complete via WP Cron','2021-01-31 07:08:29','2021-01-30 23:08:29'),(69708,26147,'action created','2021-01-31 07:08:29','2021-01-30 23:08:29'),(69709,26147,'action started via WP Cron','2021-01-31 07:08:55','2021-01-30 23:08:55'),(69710,26147,'action complete via WP Cron','2021-01-31 07:08:55','2021-01-30 23:08:55'),(69711,26148,'action created','2021-01-31 07:08:55','2021-01-30 23:08:55'),(69712,26148,'action started via WP Cron','2021-01-31 07:10:13','2021-01-30 23:10:13'),(69713,26148,'action complete via WP Cron','2021-01-31 07:10:13','2021-01-30 23:10:13'),(69714,26149,'action created','2021-01-31 07:10:13','2021-01-30 23:10:13'),(69715,26149,'action started via WP Cron','2021-01-31 07:10:54','2021-01-30 23:10:54'),(69716,26149,'action complete via WP Cron','2021-01-31 07:10:54','2021-01-30 23:10:54'),(69717,26150,'action created','2021-01-31 07:10:54','2021-01-30 23:10:54'),(69718,26150,'action started via WP Cron','2021-01-31 07:12:13','2021-01-30 23:12:13'),(69719,26150,'action complete via WP Cron','2021-01-31 07:12:13','2021-01-30 23:12:13'),(69720,26151,'action created','2021-01-31 07:12:13','2021-01-30 23:12:13'),(69721,26151,'action started via WP Cron','2021-01-31 07:13:59','2021-01-30 23:13:59'),(69722,26151,'action complete via WP Cron','2021-01-31 07:13:59','2021-01-30 23:13:59'),(69723,26152,'action created','2021-01-31 07:13:59','2021-01-30 23:13:59'),(69724,26152,'action started via WP Cron','2021-01-31 07:18:08','2021-01-30 23:18:08'),(69725,26152,'action complete via WP Cron','2021-01-31 07:18:08','2021-01-30 23:18:08'),(69726,26153,'action created','2021-01-31 07:18:08','2021-01-30 23:18:08'),(69727,26153,'action started via WP Cron','2021-01-31 07:20:51','2021-01-30 23:20:51'),(69728,26153,'action complete via WP Cron','2021-01-31 07:20:51','2021-01-30 23:20:51'),(69729,26154,'action created','2021-01-31 07:20:51','2021-01-30 23:20:51'),(69730,26154,'action started via WP Cron','2021-01-31 07:22:44','2021-01-30 23:22:44'),(69731,26154,'action complete via WP Cron','2021-01-31 07:22:44','2021-01-30 23:22:44'),(69732,26155,'action created','2021-01-31 07:22:44','2021-01-30 23:22:44'),(69733,26155,'action started via WP Cron','2021-01-31 07:27:34','2021-01-30 23:27:34'),(69734,26155,'action complete via WP Cron','2021-01-31 07:27:34','2021-01-30 23:27:34'),(69735,26156,'action created','2021-01-31 07:27:34','2021-01-30 23:27:34'),(69736,26156,'action started via WP Cron','2021-01-31 07:30:47','2021-01-30 23:30:47'),(69737,26156,'action complete via WP Cron','2021-01-31 07:30:47','2021-01-30 23:30:47'),(69738,26157,'action created','2021-01-31 07:30:48','2021-01-30 23:30:48'),(69739,26157,'action started via WP Cron','2021-01-31 07:35:16','2021-01-30 23:35:16'),(69740,26157,'action complete via WP Cron','2021-01-31 07:35:16','2021-01-30 23:35:16'),(69741,26158,'action created','2021-01-31 07:35:16','2021-01-30 23:35:16'),(69742,26158,'action started via WP Cron','2021-01-31 07:39:29','2021-01-30 23:39:29'),(69743,26158,'action complete via WP Cron','2021-01-31 07:39:29','2021-01-30 23:39:29'),(69744,26159,'action created','2021-01-31 07:39:29','2021-01-30 23:39:29'),(69745,26159,'action started via WP Cron','2021-01-31 07:41:20','2021-01-30 23:41:20'),(69746,26159,'action complete via WP Cron','2021-01-31 07:41:20','2021-01-30 23:41:20'),(69747,26160,'action created','2021-01-31 07:41:20','2021-01-30 23:41:20'),(69748,26160,'action started via WP Cron','2021-01-31 07:44:19','2021-01-30 23:44:19'),(69749,26160,'action complete via WP Cron','2021-01-31 07:44:19','2021-01-30 23:44:19'),(69750,26161,'action created','2021-01-31 07:44:19','2021-01-30 23:44:19'),(69751,26161,'action started via WP Cron','2021-01-31 07:49:07','2021-01-30 23:49:07'),(69752,26161,'action complete via WP Cron','2021-01-31 07:49:07','2021-01-30 23:49:07'),(69753,26162,'action created','2021-01-31 07:49:07','2021-01-30 23:49:07'),(69754,26162,'action started via WP Cron','2021-01-31 07:53:34','2021-01-30 23:53:34'),(69755,26162,'action complete via WP Cron','2021-01-31 07:53:34','2021-01-30 23:53:34'),(69756,26163,'action created','2021-01-31 07:53:34','2021-01-30 23:53:34'),(69757,26163,'action started via WP Cron','2021-01-31 07:54:42','2021-01-30 23:54:42'),(69758,26163,'action complete via WP Cron','2021-01-31 07:54:42','2021-01-30 23:54:42'),(69759,26164,'action created','2021-01-31 07:54:42','2021-01-30 23:54:42'),(69760,26164,'action started via WP Cron','2021-01-31 07:56:45','2021-01-30 23:56:45'),(69761,26164,'action complete via WP Cron','2021-01-31 07:56:45','2021-01-30 23:56:45'),(69762,26165,'action created','2021-01-31 07:56:45','2021-01-30 23:56:45'),(69763,26165,'action started via WP Cron','2021-01-31 07:59:40','2021-01-30 23:59:40'),(69764,26165,'action complete via WP Cron','2021-01-31 07:59:40','2021-01-30 23:59:40'),(69765,26166,'action created','2021-01-31 07:59:40','2021-01-30 23:59:40'),(69766,26166,'action started via WP Cron','2021-01-31 08:00:41','2021-01-31 00:00:41'),(69767,26166,'action complete via WP Cron','2021-01-31 08:00:41','2021-01-31 00:00:41'),(69768,26167,'action created','2021-01-31 08:00:41','2021-01-31 00:00:41'),(69769,26167,'action started via WP Cron','2021-01-31 08:05:22','2021-01-31 00:05:22'),(69770,26167,'action complete via WP Cron','2021-01-31 08:05:22','2021-01-31 00:05:22'),(69771,26168,'action created','2021-01-31 08:05:22','2021-01-31 00:05:22'),(69772,26168,'action started via WP Cron','2021-01-31 08:09:41','2021-01-31 00:09:41'),(69773,26168,'action complete via WP Cron','2021-01-31 08:09:41','2021-01-31 00:09:41'),(69774,26169,'action created','2021-01-31 08:09:41','2021-01-31 00:09:41'),(69775,26169,'action started via WP Cron','2021-01-31 08:10:45','2021-01-31 00:10:45'),(69776,26169,'action complete via WP Cron','2021-01-31 08:10:45','2021-01-31 00:10:45'),(69777,26170,'action created','2021-01-31 08:10:45','2021-01-31 00:10:45'),(69778,26170,'action started via WP Cron','2021-01-31 08:14:09','2021-01-31 00:14:09'),(69779,26170,'action complete via WP Cron','2021-01-31 08:14:09','2021-01-31 00:14:09'),(69780,26171,'action created','2021-01-31 08:14:09','2021-01-31 00:14:09'),(69781,26171,'action started via WP Cron','2021-01-31 08:18:42','2021-01-31 00:18:42'),(69782,26171,'action complete via WP Cron','2021-01-31 08:18:42','2021-01-31 00:18:42'),(69783,26172,'action created','2021-01-31 08:18:42','2021-01-31 00:18:42'),(69784,26172,'action started via WP Cron','2021-01-31 08:20:27','2021-01-31 00:20:27'),(69785,26172,'action complete via WP Cron','2021-01-31 08:20:27','2021-01-31 00:20:27'),(69786,26173,'action created','2021-01-31 08:20:27','2021-01-31 00:20:27'),(69787,26173,'action started via WP Cron','2021-01-31 08:22:49','2021-01-31 00:22:49'),(69788,26173,'action complete via WP Cron','2021-01-31 08:22:49','2021-01-31 00:22:49'),(69789,26174,'action created','2021-01-31 08:22:50','2021-01-31 00:22:50'),(69790,26174,'action started via WP Cron','2021-01-31 08:25:03','2021-01-31 00:25:03'),(69791,26174,'action complete via WP Cron','2021-01-31 08:25:03','2021-01-31 00:25:03'),(69792,26175,'action created','2021-01-31 08:25:03','2021-01-31 00:25:03'),(69793,26175,'action started via WP Cron','2021-01-31 08:26:20','2021-01-31 00:26:20'),(69794,26175,'action complete via WP Cron','2021-01-31 08:26:20','2021-01-31 00:26:20'),(69795,26176,'action created','2021-01-31 08:26:20','2021-01-31 00:26:20'),(69796,26176,'action started via WP Cron','2021-01-31 08:26:49','2021-01-31 00:26:49'),(69797,26176,'action complete via WP Cron','2021-01-31 08:26:49','2021-01-31 00:26:49'),(69798,26177,'action created','2021-01-31 08:26:49','2021-01-31 00:26:49'),(69799,26177,'action started via WP Cron','2021-01-31 08:31:32','2021-01-31 00:31:32'),(69800,26177,'action complete via WP Cron','2021-01-31 08:31:32','2021-01-31 00:31:32'),(69801,26178,'action created','2021-01-31 08:31:32','2021-01-31 00:31:32'),(69802,26178,'action started via WP Cron','2021-01-31 08:33:12','2021-01-31 00:33:12'),(69803,26178,'action complete via WP Cron','2021-01-31 08:33:12','2021-01-31 00:33:12'),(69804,26179,'action created','2021-01-31 08:33:12','2021-01-31 00:33:12'),(69805,26179,'action started via WP Cron','2021-01-31 08:35:59','2021-01-31 00:35:59'),(69806,26179,'action complete via WP Cron','2021-01-31 08:35:59','2021-01-31 00:35:59'),(69807,26180,'action created','2021-01-31 08:35:59','2021-01-31 00:35:59'),(69808,26180,'action started via WP Cron','2021-01-31 08:40:25','2021-01-31 00:40:25'),(69809,26180,'action complete via WP Cron','2021-01-31 08:40:25','2021-01-31 00:40:25'),(69810,26181,'action created','2021-01-31 08:40:25','2021-01-31 00:40:25'),(69811,26181,'action started via WP Cron','2021-01-31 08:43:27','2021-01-31 00:43:27'),(69812,26181,'action complete via WP Cron','2021-01-31 08:43:27','2021-01-31 00:43:27'),(69813,26182,'action created','2021-01-31 08:43:27','2021-01-31 00:43:27'),(69814,26182,'action started via WP Cron','2021-01-31 08:43:45','2021-01-31 00:43:45'),(69815,26182,'action complete via WP Cron','2021-01-31 08:43:45','2021-01-31 00:43:45'),(69816,26183,'action created','2021-01-31 08:43:45','2021-01-31 00:43:45'),(69817,26183,'action started via WP Cron','2021-01-31 08:44:54','2021-01-31 00:44:54'),(69818,26183,'action complete via WP Cron','2021-01-31 08:44:54','2021-01-31 00:44:54'),(69819,26184,'action created','2021-01-31 08:44:54','2021-01-31 00:44:54'),(69820,26184,'action started via WP Cron','2021-01-31 08:47:14','2021-01-31 00:47:14'),(69821,26184,'action complete via WP Cron','2021-01-31 08:47:14','2021-01-31 00:47:14'),(69822,26185,'action created','2021-01-31 08:47:14','2021-01-31 00:47:14'),(69823,26185,'action started via WP Cron','2021-01-31 08:49:30','2021-01-31 00:49:30'),(69824,26185,'action complete via WP Cron','2021-01-31 08:49:30','2021-01-31 00:49:30'),(69825,26186,'action created','2021-01-31 08:49:30','2021-01-31 00:49:30'),(69829,26186,'action started via WP Cron','2021-01-31 08:53:27','2021-01-31 00:53:27'),(69830,26186,'action complete via WP Cron','2021-01-31 08:53:27','2021-01-31 00:53:27'),(69831,26188,'action created','2021-01-31 08:53:27','2021-01-31 00:53:27'),(69832,26188,'action started via WP Cron','2021-01-31 08:56:21','2021-01-31 00:56:21'),(69833,26188,'action complete via WP Cron','2021-01-31 08:56:21','2021-01-31 00:56:21'),(69834,26189,'action created','2021-01-31 08:56:21','2021-01-31 00:56:21'),(69835,26189,'action started via WP Cron','2021-01-31 08:57:40','2021-01-31 00:57:40'),(69836,26189,'action complete via WP Cron','2021-01-31 08:57:40','2021-01-31 00:57:40'),(69837,26190,'action created','2021-01-31 08:57:40','2021-01-31 00:57:40'),(69838,26190,'action started via WP Cron','2021-01-31 09:01:16','2021-01-31 01:01:16'),(69839,26190,'action complete via WP Cron','2021-01-31 09:01:16','2021-01-31 01:01:16'),(69840,26191,'action created','2021-01-31 09:01:16','2021-01-31 01:01:16'),(69841,26191,'action started via WP Cron','2021-01-31 09:01:44','2021-01-31 01:01:44'),(69842,26191,'action complete via WP Cron','2021-01-31 09:01:44','2021-01-31 01:01:44'),(69843,26192,'action created','2021-01-31 09:01:44','2021-01-31 01:01:44'),(69844,26192,'action started via WP Cron','2021-01-31 09:05:43','2021-01-31 01:05:43'),(69845,26192,'action complete via WP Cron','2021-01-31 09:05:43','2021-01-31 01:05:43'),(69846,26193,'action created','2021-01-31 09:05:43','2021-01-31 01:05:43'),(69847,26193,'action started via WP Cron','2021-01-31 09:09:26','2021-01-31 01:09:26'),(69848,26193,'action complete via WP Cron','2021-01-31 09:09:26','2021-01-31 01:09:26'),(69849,26194,'action created','2021-01-31 09:09:26','2021-01-31 01:09:26'),(69850,26194,'action started via WP Cron','2021-01-31 09:10:17','2021-01-31 01:10:17'),(69851,26194,'action complete via WP Cron','2021-01-31 09:10:17','2021-01-31 01:10:17'),(69852,26195,'action created','2021-01-31 09:10:17','2021-01-31 01:10:17'),(69853,26195,'action started via WP Cron','2021-01-31 09:14:20','2021-01-31 01:14:20'),(69854,26195,'action complete via WP Cron','2021-01-31 09:14:20','2021-01-31 01:14:20'),(69855,26196,'action created','2021-01-31 09:14:20','2021-01-31 01:14:20'),(69856,26196,'action started via WP Cron','2021-01-31 09:15:44','2021-01-31 01:15:44'),(69857,26196,'action complete via WP Cron','2021-01-31 09:15:44','2021-01-31 01:15:44'),(69858,26197,'action created','2021-01-31 09:15:45','2021-01-31 01:15:45'),(69859,26197,'action started via WP Cron','2021-01-31 09:17:05','2021-01-31 01:17:05'),(69860,26197,'action complete via WP Cron','2021-01-31 09:17:05','2021-01-31 01:17:05'),(69861,26198,'action created','2021-01-31 09:17:05','2021-01-31 01:17:05'),(69862,26198,'action started via WP Cron','2021-01-31 09:18:09','2021-01-31 01:18:09'),(69863,26198,'action complete via WP Cron','2021-01-31 09:18:09','2021-01-31 01:18:09'),(69864,26199,'action created','2021-01-31 09:18:09','2021-01-31 01:18:09'),(69865,26199,'action started via WP Cron','2021-01-31 09:21:49','2021-01-31 01:21:49'),(69866,26199,'action complete via WP Cron','2021-01-31 09:21:49','2021-01-31 01:21:49'),(69867,26200,'action created','2021-01-31 09:21:50','2021-01-31 01:21:50'),(69868,26200,'action started via WP Cron','2021-01-31 09:27:06','2021-01-31 01:27:06'),(69869,26200,'action complete via WP Cron','2021-01-31 09:27:06','2021-01-31 01:27:06'),(69870,26201,'action created','2021-01-31 09:27:06','2021-01-31 01:27:06'),(69871,26201,'action started via WP Cron','2021-01-31 09:31:07','2021-01-31 01:31:07'),(69872,26201,'action complete via WP Cron','2021-01-31 09:31:07','2021-01-31 01:31:07'),(69873,26202,'action created','2021-01-31 09:31:07','2021-01-31 01:31:07'),(69874,26202,'action started via WP Cron','2021-01-31 09:32:55','2021-01-31 01:32:55'),(69875,26202,'action complete via WP Cron','2021-01-31 09:32:55','2021-01-31 01:32:55'),(69876,26203,'action created','2021-01-31 09:32:55','2021-01-31 01:32:55'),(69877,26203,'action started via WP Cron','2021-01-31 09:35:15','2021-01-31 01:35:15'),(69878,26203,'action complete via WP Cron','2021-01-31 09:35:15','2021-01-31 01:35:15'),(69879,26204,'action created','2021-01-31 09:35:15','2021-01-31 01:35:15'),(69880,26204,'action started via WP Cron','2021-01-31 09:39:31','2021-01-31 01:39:31'),(69881,26204,'action complete via WP Cron','2021-01-31 09:39:31','2021-01-31 01:39:31'),(69882,26205,'action created','2021-01-31 09:39:31','2021-01-31 01:39:31'),(69883,26205,'action started via WP Cron','2021-01-31 09:42:40','2021-01-31 01:42:40'),(69884,26205,'action complete via WP Cron','2021-01-31 09:42:40','2021-01-31 01:42:40'),(69885,26206,'action created','2021-01-31 09:42:40','2021-01-31 01:42:40'),(69886,26206,'action started via WP Cron','2021-01-31 09:46:26','2021-01-31 01:46:26'),(69887,26206,'action complete via WP Cron','2021-01-31 09:46:26','2021-01-31 01:46:26'),(69888,26207,'action created','2021-01-31 09:46:26','2021-01-31 01:46:26'),(69889,26207,'action started via WP Cron','2021-01-31 09:50:48','2021-01-31 01:50:48'),(69890,26207,'action complete via WP Cron','2021-01-31 09:50:48','2021-01-31 01:50:48'),(69891,26208,'action created','2021-01-31 09:50:48','2021-01-31 01:50:48'),(69892,26208,'action started via WP Cron','2021-01-31 09:52:26','2021-01-31 01:52:26'),(69893,26208,'action complete via WP Cron','2021-01-31 09:52:26','2021-01-31 01:52:26'),(69894,26209,'action created','2021-01-31 09:52:26','2021-01-31 01:52:26'),(69895,26209,'action started via WP Cron','2021-01-31 09:55:24','2021-01-31 01:55:24'),(69896,26209,'action complete via WP Cron','2021-01-31 09:55:24','2021-01-31 01:55:24'),(69897,26210,'action created','2021-01-31 09:55:25','2021-01-31 01:55:25'),(69898,26210,'action started via WP Cron','2021-01-31 09:55:43','2021-01-31 01:55:43'),(69899,26210,'action complete via WP Cron','2021-01-31 09:55:43','2021-01-31 01:55:43'),(69900,26211,'action created','2021-01-31 09:55:43','2021-01-31 01:55:43'),(69901,26211,'action started via WP Cron','2021-01-31 09:59:31','2021-01-31 01:59:31'),(69902,26211,'action complete via WP Cron','2021-01-31 09:59:31','2021-01-31 01:59:31'),(69903,26212,'action created','2021-01-31 09:59:31','2021-01-31 01:59:31'),(69904,26212,'action started via WP Cron','2021-01-31 10:02:25','2021-01-31 02:02:25'),(69905,26212,'action complete via WP Cron','2021-01-31 10:02:25','2021-01-31 02:02:25'),(69906,26213,'action created','2021-01-31 10:02:25','2021-01-31 02:02:25'),(69907,26213,'action started via WP Cron','2021-01-31 10:03:36','2021-01-31 02:03:36'),(69908,26213,'action complete via WP Cron','2021-01-31 10:03:36','2021-01-31 02:03:36'),(69909,26214,'action created','2021-01-31 10:03:36','2021-01-31 02:03:36'),(69910,26214,'action started via WP Cron','2021-01-31 10:04:57','2021-01-31 02:04:57'),(69911,26214,'action complete via WP Cron','2021-01-31 10:04:57','2021-01-31 02:04:57'),(69912,26215,'action created','2021-01-31 10:04:57','2021-01-31 02:04:57'),(69913,26215,'action started via WP Cron','2021-01-31 10:05:43','2021-01-31 02:05:43'),(69914,26215,'action complete via WP Cron','2021-01-31 10:05:43','2021-01-31 02:05:43'),(69915,26216,'action created','2021-01-31 10:05:43','2021-01-31 02:05:43'),(69916,26216,'action started via WP Cron','2021-01-31 10:08:04','2021-01-31 02:08:04'),(69917,26216,'action complete via WP Cron','2021-01-31 10:08:04','2021-01-31 02:08:04'),(69918,26217,'action created','2021-01-31 10:08:04','2021-01-31 02:08:04'),(69919,26217,'action started via WP Cron','2021-01-31 10:09:28','2021-01-31 02:09:28'),(69920,26217,'action complete via WP Cron','2021-01-31 10:09:28','2021-01-31 02:09:28'),(69921,26218,'action created','2021-01-31 10:09:29','2021-01-31 02:09:29'),(69922,26218,'action started via WP Cron','2021-01-31 10:09:57','2021-01-31 02:09:57'),(69923,26218,'action complete via WP Cron','2021-01-31 10:09:57','2021-01-31 02:09:57'),(69924,26219,'action created','2021-01-31 10:09:57','2021-01-31 02:09:57'),(69925,26219,'action started via WP Cron','2021-01-31 10:11:04','2021-01-31 02:11:04'),(69926,26219,'action complete via WP Cron','2021-01-31 10:11:04','2021-01-31 02:11:04'),(69927,26220,'action created','2021-01-31 10:11:04','2021-01-31 02:11:04'),(69928,26220,'action started via WP Cron','2021-01-31 10:12:10','2021-01-31 02:12:10'),(69929,26220,'action complete via WP Cron','2021-01-31 10:12:10','2021-01-31 02:12:10'),(69930,26221,'action created','2021-01-31 10:12:10','2021-01-31 02:12:10'),(69931,26221,'action started via WP Cron','2021-01-31 10:16:13','2021-01-31 02:16:13'),(69932,26221,'action complete via WP Cron','2021-01-31 10:16:13','2021-01-31 02:16:13'),(69933,26222,'action created','2021-01-31 10:16:13','2021-01-31 02:16:13'),(69934,26222,'action started via WP Cron','2021-01-31 10:18:35','2021-01-31 02:18:35'),(69935,26222,'action complete via WP Cron','2021-01-31 10:18:35','2021-01-31 02:18:35'),(69936,26223,'action created','2021-01-31 10:18:35','2021-01-31 02:18:35'),(69937,26223,'action started via WP Cron','2021-01-31 10:19:35','2021-01-31 02:19:35'),(69938,26223,'action complete via WP Cron','2021-01-31 10:19:35','2021-01-31 02:19:35'),(69939,26224,'action created','2021-01-31 10:19:35','2021-01-31 02:19:35'),(69940,26224,'action started via WP Cron','2021-01-31 10:24:01','2021-01-31 02:24:01'),(69941,26224,'action complete via WP Cron','2021-01-31 10:24:01','2021-01-31 02:24:01'),(69942,26225,'action created','2021-01-31 10:24:01','2021-01-31 02:24:01'),(69943,26225,'action started via WP Cron','2021-01-31 10:25:19','2021-01-31 02:25:19'),(69944,26225,'action complete via WP Cron','2021-01-31 10:25:19','2021-01-31 02:25:19'),(69945,26226,'action created','2021-01-31 10:25:19','2021-01-31 02:25:19'),(69946,26226,'action started via WP Cron','2021-01-31 10:27:52','2021-01-31 02:27:52'),(69947,26226,'action complete via WP Cron','2021-01-31 10:27:52','2021-01-31 02:27:52'),(69948,26227,'action created','2021-01-31 10:27:52','2021-01-31 02:27:52'),(69949,26227,'action started via WP Cron','2021-01-31 10:31:30','2021-01-31 02:31:30'),(69950,26227,'action complete via WP Cron','2021-01-31 10:31:30','2021-01-31 02:31:30'),(69951,26228,'action created','2021-01-31 10:31:30','2021-01-31 02:31:30'),(69952,26228,'action started via WP Cron','2021-01-31 10:35:51','2021-01-31 02:35:51'),(69953,26228,'action complete via WP Cron','2021-01-31 10:35:51','2021-01-31 02:35:51'),(69954,26229,'action created','2021-01-31 10:35:51','2021-01-31 02:35:51'),(69955,26229,'action started via WP Cron','2021-01-31 10:38:39','2021-01-31 02:38:39'),(69956,26229,'action complete via WP Cron','2021-01-31 10:38:39','2021-01-31 02:38:39'),(69957,26230,'action created','2021-01-31 10:38:39','2021-01-31 02:38:39'),(69958,26230,'action started via WP Cron','2021-01-31 10:40:16','2021-01-31 02:40:16'),(69959,26230,'action complete via WP Cron','2021-01-31 10:40:16','2021-01-31 02:40:16'),(69960,26231,'action created','2021-01-31 10:40:16','2021-01-31 02:40:16'),(69961,26231,'action started via WP Cron','2021-01-31 10:44:05','2021-01-31 02:44:05'),(69962,26231,'action complete via WP Cron','2021-01-31 10:44:05','2021-01-31 02:44:05'),(69963,26232,'action created','2021-01-31 10:44:05','2021-01-31 02:44:05'),(69964,26232,'action started via WP Cron','2021-01-31 10:47:47','2021-01-31 02:47:47'),(69965,26232,'action complete via WP Cron','2021-01-31 10:47:47','2021-01-31 02:47:47'),(69966,26233,'action created','2021-01-31 10:47:47','2021-01-31 02:47:47'),(69967,26233,'action started via WP Cron','2021-01-31 10:52:28','2021-01-31 02:52:28'),(69968,26233,'action complete via WP Cron','2021-01-31 10:52:28','2021-01-31 02:52:28'),(69969,26234,'action created','2021-01-31 10:52:28','2021-01-31 02:52:28'),(69970,26234,'action started via WP Cron','2021-01-31 10:55:50','2021-01-31 02:55:50'),(69971,26234,'action complete via WP Cron','2021-01-31 10:55:50','2021-01-31 02:55:50'),(69972,26235,'action created','2021-01-31 10:55:50','2021-01-31 02:55:50'),(69973,26235,'action started via WP Cron','2021-01-31 10:57:16','2021-01-31 02:57:16'),(69974,26235,'action complete via WP Cron','2021-01-31 10:57:16','2021-01-31 02:57:16'),(69975,26236,'action created','2021-01-31 10:57:16','2021-01-31 02:57:16'),(69976,26236,'action started via WP Cron','2021-01-31 11:01:07','2021-01-31 03:01:07'),(69977,26236,'action complete via WP Cron','2021-01-31 11:01:07','2021-01-31 03:01:07'),(69978,26237,'action created','2021-01-31 11:01:07','2021-01-31 03:01:07'),(69979,26237,'action started via WP Cron','2021-01-31 11:06:56','2021-01-31 03:06:56'),(69980,26237,'action complete via WP Cron','2021-01-31 11:06:56','2021-01-31 03:06:56'),(69981,26238,'action created','2021-01-31 11:06:56','2021-01-31 03:06:56'),(69982,26238,'action started via WP Cron','2021-01-31 11:11:24','2021-01-31 03:11:24'),(69983,26238,'action complete via WP Cron','2021-01-31 11:11:24','2021-01-31 03:11:24'),(69984,26239,'action created','2021-01-31 11:11:25','2021-01-31 03:11:25'),(69985,26239,'action started via WP Cron','2021-01-31 11:12:14','2021-01-31 03:12:14'),(69986,26239,'action complete via WP Cron','2021-01-31 11:12:14','2021-01-31 03:12:14'),(69987,26240,'action created','2021-01-31 11:12:14','2021-01-31 03:12:14'),(69988,26240,'action started via WP Cron','2021-01-31 11:13:16','2021-01-31 03:13:16'),(69989,26240,'action complete via WP Cron','2021-01-31 11:13:16','2021-01-31 03:13:16'),(69990,26241,'action created','2021-01-31 11:13:16','2021-01-31 03:13:16'),(69991,26241,'action started via WP Cron','2021-01-31 11:14:19','2021-01-31 03:14:19'),(69992,26241,'action complete via WP Cron','2021-01-31 11:14:19','2021-01-31 03:14:19'),(69993,26242,'action created','2021-01-31 11:14:19','2021-01-31 03:14:19'),(69994,26242,'action started via WP Cron','2021-01-31 11:15:17','2021-01-31 03:15:17'),(69995,26242,'action complete via WP Cron','2021-01-31 11:15:17','2021-01-31 03:15:17'),(69996,26243,'action created','2021-01-31 11:15:17','2021-01-31 03:15:17'),(69997,26243,'action started via WP Cron','2021-01-31 11:16:18','2021-01-31 03:16:18'),(69998,26243,'action complete via WP Cron','2021-01-31 11:16:18','2021-01-31 03:16:18'),(69999,26244,'action created','2021-01-31 11:16:18','2021-01-31 03:16:18'),(70000,26244,'action started via WP Cron','2021-01-31 11:17:28','2021-01-31 03:17:28'),(70001,26244,'action complete via WP Cron','2021-01-31 11:17:28','2021-01-31 03:17:28'),(70002,26245,'action created','2021-01-31 11:17:28','2021-01-31 03:17:28'),(70003,26245,'action started via WP Cron','2021-01-31 11:18:38','2021-01-31 03:18:38'),(70004,26245,'action complete via WP Cron','2021-01-31 11:18:38','2021-01-31 03:18:38'),(70005,26246,'action created','2021-01-31 11:18:38','2021-01-31 03:18:38'),(70006,26246,'action started via WP Cron','2021-01-31 11:19:01','2021-01-31 03:19:01'),(70007,26246,'action complete via WP Cron','2021-01-31 11:19:01','2021-01-31 03:19:01'),(70008,26247,'action created','2021-01-31 11:19:01','2021-01-31 03:19:01'),(70009,26247,'action started via WP Cron','2021-01-31 11:19:42','2021-01-31 03:19:42'),(70010,26247,'action complete via WP Cron','2021-01-31 11:19:42','2021-01-31 03:19:42'),(70011,26248,'action created','2021-01-31 11:20:32','2021-01-31 03:20:32'),(70012,26248,'action started via WP Cron','2021-01-31 11:24:18','2021-01-31 03:24:18'),(70013,26248,'action complete via WP Cron','2021-01-31 11:24:18','2021-01-31 03:24:18'),(70014,26249,'action created','2021-01-31 11:24:18','2021-01-31 03:24:18'),(70015,26249,'action started via WP Cron','2021-01-31 11:29:09','2021-01-31 03:29:09'),(70016,26249,'action complete via WP Cron','2021-01-31 11:29:09','2021-01-31 03:29:09'),(70017,26250,'action created','2021-01-31 11:29:09','2021-01-31 03:29:09'),(70018,26250,'action started via WP Cron','2021-01-31 11:33:41','2021-01-31 03:33:41'),(70019,26250,'action complete via WP Cron','2021-01-31 11:33:41','2021-01-31 03:33:41'),(70020,26251,'action created','2021-01-31 11:33:41','2021-01-31 03:33:41'),(70021,26251,'action started via WP Cron','2021-01-31 11:38:56','2021-01-31 03:38:56'),(70022,26251,'action complete via WP Cron','2021-01-31 11:38:56','2021-01-31 03:38:56'),(70023,26252,'action created','2021-01-31 11:38:57','2021-01-31 03:38:57'),(70024,26252,'action started via WP Cron','2021-01-31 11:41:55','2021-01-31 03:41:55'),(70025,26252,'action complete via WP Cron','2021-01-31 11:41:55','2021-01-31 03:41:55'),(70026,26253,'action created','2021-01-31 11:41:55','2021-01-31 03:41:55'),(70027,26253,'action started via WP Cron','2021-01-31 11:45:43','2021-01-31 03:45:43'),(70028,26253,'action complete via WP Cron','2021-01-31 11:45:43','2021-01-31 03:45:43'),(70029,26254,'action created','2021-01-31 11:45:43','2021-01-31 03:45:43'),(70030,26254,'action started via WP Cron','2021-01-31 11:49:49','2021-01-31 03:49:49'),(70031,26254,'action complete via WP Cron','2021-01-31 11:49:49','2021-01-31 03:49:49'),(70032,26255,'action created','2021-01-31 11:49:49','2021-01-31 03:49:49'),(70033,26255,'action started via WP Cron','2021-01-31 11:54:13','2021-01-31 03:54:13'),(70034,26255,'action complete via WP Cron','2021-01-31 11:54:13','2021-01-31 03:54:13'),(70035,26256,'action created','2021-01-31 11:54:13','2021-01-31 03:54:13'),(70036,26256,'action started via WP Cron','2021-01-31 11:54:53','2021-01-31 03:54:53'),(70037,26256,'action complete via WP Cron','2021-01-31 11:54:53','2021-01-31 03:54:53'),(70038,26257,'action created','2021-01-31 11:54:53','2021-01-31 03:54:53'),(70039,26257,'action started via WP Cron','2021-01-31 11:57:14','2021-01-31 03:57:14'),(70040,26257,'action complete via WP Cron','2021-01-31 11:57:14','2021-01-31 03:57:14'),(70041,26258,'action created','2021-01-31 11:57:14','2021-01-31 03:57:14'),(70042,26258,'action started via WP Cron','2021-01-31 11:58:56','2021-01-31 03:58:56'),(70043,26258,'action complete via WP Cron','2021-01-31 11:58:56','2021-01-31 03:58:56'),(70044,26259,'action created','2021-01-31 11:58:56','2021-01-31 03:58:56'),(70045,26259,'action started via WP Cron','2021-01-31 12:00:03','2021-01-31 04:00:03'),(70046,26259,'action complete via WP Cron','2021-01-31 12:00:03','2021-01-31 04:00:03'),(70047,26260,'action created','2021-01-31 12:00:53','2021-01-31 04:00:53'),(70048,26260,'action started via WP Cron','2021-01-31 12:02:04','2021-01-31 04:02:04'),(70049,26260,'action complete via WP Cron','2021-01-31 12:02:04','2021-01-31 04:02:04'),(70050,26261,'action created','2021-01-31 12:02:04','2021-01-31 04:02:04'),(70051,26261,'action started via WP Cron','2021-01-31 12:03:05','2021-01-31 04:03:05'),(70052,26261,'action complete via WP Cron','2021-01-31 12:03:05','2021-01-31 04:03:05'),(70053,26262,'action created','2021-01-31 12:03:05','2021-01-31 04:03:05'),(70054,26262,'action started via WP Cron','2021-01-31 12:04:06','2021-01-31 04:04:06'),(70055,26262,'action complete via WP Cron','2021-01-31 12:04:06','2021-01-31 04:04:06'),(70056,26263,'action created','2021-01-31 12:04:06','2021-01-31 04:04:06'),(70057,26263,'action started via WP Cron','2021-01-31 12:04:57','2021-01-31 04:04:57'),(70058,26263,'action complete via WP Cron','2021-01-31 12:04:57','2021-01-31 04:04:57'),(70059,26264,'action created','2021-01-31 12:04:58','2021-01-31 04:04:58'),(70060,26264,'action started via WP Cron','2021-01-31 12:08:19','2021-01-31 04:08:19'),(70061,26264,'action complete via WP Cron','2021-01-31 12:08:19','2021-01-31 04:08:19'),(70062,26265,'action created','2021-01-31 12:08:19','2021-01-31 04:08:19'),(70063,26265,'action started via WP Cron','2021-01-31 12:09:27','2021-01-31 04:09:27'),(70064,26265,'action complete via WP Cron','2021-01-31 12:09:27','2021-01-31 04:09:27'),(70065,26266,'action created','2021-01-31 12:09:27','2021-01-31 04:09:27'),(70066,26266,'action started via WP Cron','2021-01-31 12:10:28','2021-01-31 04:10:28'),(70067,26266,'action complete via WP Cron','2021-01-31 12:10:28','2021-01-31 04:10:28'),(70068,26267,'action created','2021-01-31 12:10:28','2021-01-31 04:10:28'),(70069,26267,'action started via WP Cron','2021-01-31 12:12:46','2021-01-31 04:12:46'),(70070,26267,'action complete via WP Cron','2021-01-31 12:12:46','2021-01-31 04:12:46'),(70071,26268,'action created','2021-01-31 12:12:46','2021-01-31 04:12:46'),(70072,26268,'action started via WP Cron','2021-01-31 12:16:33','2021-01-31 04:16:33'),(70073,26268,'action complete via WP Cron','2021-01-31 12:16:33','2021-01-31 04:16:33'),(70074,26269,'action created','2021-01-31 12:16:33','2021-01-31 04:16:33'),(70075,26269,'action started via WP Cron','2021-01-31 12:20:52','2021-01-31 04:20:52'),(70076,26269,'action complete via WP Cron','2021-01-31 12:20:52','2021-01-31 04:20:52'),(70077,26270,'action created','2021-01-31 12:20:52','2021-01-31 04:20:52'),(70078,26270,'action started via WP Cron','2021-01-31 12:24:44','2021-01-31 04:24:44'),(70079,26270,'action complete via WP Cron','2021-01-31 12:24:44','2021-01-31 04:24:44'),(70080,26271,'action created','2021-01-31 12:24:44','2021-01-31 04:24:44'),(70081,26271,'action started via WP Cron','2021-01-31 12:28:32','2021-01-31 04:28:32'),(70082,26271,'action complete via WP Cron','2021-01-31 12:28:32','2021-01-31 04:28:32'),(70083,26272,'action created','2021-01-31 12:28:32','2021-01-31 04:28:32'),(70084,26272,'action started via WP Cron','2021-01-31 12:31:58','2021-01-31 04:31:58'),(70085,26272,'action complete via WP Cron','2021-01-31 12:31:58','2021-01-31 04:31:58'),(70086,26273,'action created','2021-01-31 12:31:58','2021-01-31 04:31:58'),(70087,26273,'action started via WP Cron','2021-01-31 12:35:53','2021-01-31 04:35:53'),(70088,26273,'action complete via WP Cron','2021-01-31 12:35:53','2021-01-31 04:35:53'),(70089,26274,'action created','2021-01-31 12:35:53','2021-01-31 04:35:53'),(70090,26274,'action started via WP Cron','2021-01-31 12:39:38','2021-01-31 04:39:38'),(70091,26274,'action complete via WP Cron','2021-01-31 12:39:38','2021-01-31 04:39:38'),(70092,26275,'action created','2021-01-31 12:39:38','2021-01-31 04:39:38'),(70093,26275,'action started via WP Cron','2021-01-31 12:44:14','2021-01-31 04:44:14'),(70094,26275,'action complete via WP Cron','2021-01-31 12:44:14','2021-01-31 04:44:14'),(70095,26276,'action created','2021-01-31 12:44:14','2021-01-31 04:44:14'),(70096,26276,'action started via WP Cron','2021-01-31 12:45:18','2021-01-31 04:45:18'),(70097,26276,'action complete via WP Cron','2021-01-31 12:45:18','2021-01-31 04:45:18'),(70098,26277,'action created','2021-01-31 12:45:18','2021-01-31 04:45:18'),(70099,26277,'action started via WP Cron','2021-01-31 12:48:05','2021-01-31 04:48:05'),(70100,26277,'action complete via WP Cron','2021-01-31 12:48:05','2021-01-31 04:48:05'),(70101,26278,'action created','2021-01-31 12:48:05','2021-01-31 04:48:05'),(70102,26278,'action started via WP Cron','2021-01-31 12:52:17','2021-01-31 04:52:17'),(70103,26278,'action complete via WP Cron','2021-01-31 12:52:17','2021-01-31 04:52:17'),(70104,26279,'action created','2021-01-31 12:52:18','2021-01-31 04:52:18'),(70105,26279,'action started via WP Cron','2021-01-31 12:58:38','2021-01-31 04:58:38'),(70106,26279,'action complete via WP Cron','2021-01-31 12:58:38','2021-01-31 04:58:38'),(70107,26280,'action created','2021-01-31 12:58:38','2021-01-31 04:58:38'),(70108,26280,'action started via WP Cron','2021-01-31 13:01:46','2021-01-31 05:01:46'),(70109,26280,'action complete via WP Cron','2021-01-31 13:01:46','2021-01-31 05:01:46'),(70110,26281,'action created','2021-01-31 13:01:46','2021-01-31 05:01:46'),(70111,26281,'action started via WP Cron','2021-01-31 13:05:06','2021-01-31 05:05:06'),(70112,26281,'action complete via WP Cron','2021-01-31 13:05:06','2021-01-31 05:05:06'),(70113,26282,'action created','2021-01-31 13:05:06','2021-01-31 05:05:06'),(70114,26282,'action started via WP Cron','2021-01-31 13:06:07','2021-01-31 05:06:07'),(70115,26282,'action complete via WP Cron','2021-01-31 13:06:07','2021-01-31 05:06:07'),(70116,26283,'action created','2021-01-31 13:06:07','2021-01-31 05:06:07'),(70117,26283,'action started via WP Cron','2021-01-31 13:08:09','2021-01-31 05:08:09'),(70118,26283,'action complete via WP Cron','2021-01-31 13:08:09','2021-01-31 05:08:09'),(70119,26284,'action created','2021-01-31 13:08:09','2021-01-31 05:08:09'),(70120,26284,'action started via WP Cron','2021-01-31 13:09:10','2021-01-31 05:09:10'),(70121,26284,'action complete via WP Cron','2021-01-31 13:09:10','2021-01-31 05:09:10'),(70122,26285,'action created','2021-01-31 13:09:10','2021-01-31 05:09:10'),(70123,26285,'action started via WP Cron','2021-01-31 13:10:34','2021-01-31 05:10:34'),(70124,26285,'action complete via WP Cron','2021-01-31 13:10:34','2021-01-31 05:10:34'),(70125,26286,'action created','2021-01-31 13:10:34','2021-01-31 05:10:34'),(70126,26286,'action started via WP Cron','2021-01-31 13:11:28','2021-01-31 05:11:28'),(70127,26286,'action complete via WP Cron','2021-01-31 13:11:28','2021-01-31 05:11:28'),(70128,26287,'action created','2021-01-31 13:11:28','2021-01-31 05:11:28'),(70129,26287,'action started via WP Cron','2021-01-31 13:12:10','2021-01-31 05:12:10'),(70130,26287,'action complete via WP Cron','2021-01-31 13:12:10','2021-01-31 05:12:10'),(70131,26288,'action created','2021-01-31 13:12:10','2021-01-31 05:12:10'),(70132,26288,'action started via WP Cron','2021-01-31 13:13:06','2021-01-31 05:13:06'),(70133,26288,'action complete via WP Cron','2021-01-31 13:13:06','2021-01-31 05:13:06'),(70134,26289,'action created','2021-01-31 13:13:07','2021-01-31 05:13:07'),(70135,26289,'action started via WP Cron','2021-01-31 13:15:42','2021-01-31 05:15:42'),(70136,26289,'action complete via WP Cron','2021-01-31 13:15:42','2021-01-31 05:15:42'),(70137,26290,'action created','2021-01-31 13:15:42','2021-01-31 05:15:42'),(70138,26290,'action started via WP Cron','2021-01-31 13:19:02','2021-01-31 05:19:02'),(70139,26290,'action complete via WP Cron','2021-01-31 13:19:02','2021-01-31 05:19:02'),(70140,26291,'action created','2021-01-31 13:19:02','2021-01-31 05:19:02'),(70141,26291,'action started via WP Cron','2021-01-31 13:21:25','2021-01-31 05:21:25'),(70142,26291,'action complete via WP Cron','2021-01-31 13:21:25','2021-01-31 05:21:25'),(70143,26292,'action created','2021-01-31 13:21:25','2021-01-31 05:21:25'),(70144,26292,'action started via WP Cron','2021-01-31 13:21:41','2021-01-31 05:21:41'),(70145,26292,'action complete via WP Cron','2021-01-31 13:21:41','2021-01-31 05:21:41'),(70146,26293,'action created','2021-01-31 13:21:41','2021-01-31 05:21:41'),(70147,26293,'action started via WP Cron','2021-01-31 13:22:49','2021-01-31 05:22:49'),(70148,26293,'action complete via WP Cron','2021-01-31 13:22:49','2021-01-31 05:22:49'),(70149,26294,'action created','2021-01-31 13:22:50','2021-01-31 05:22:50'),(70150,26294,'action started via WP Cron','2021-01-31 13:26:24','2021-01-31 05:26:24'),(70151,26294,'action complete via WP Cron','2021-01-31 13:26:24','2021-01-31 05:26:24'),(70152,26295,'action created','2021-01-31 13:26:25','2021-01-31 05:26:25'),(70153,26295,'action started via WP Cron','2021-01-31 13:29:51','2021-01-31 05:29:51'),(70154,26295,'action complete via WP Cron','2021-01-31 13:29:51','2021-01-31 05:29:51'),(70155,26296,'action created','2021-01-31 13:29:51','2021-01-31 05:29:51'),(70156,26296,'action started via WP Cron','2021-01-31 13:34:00','2021-01-31 05:34:00'),(70157,26296,'action complete via WP Cron','2021-01-31 13:34:00','2021-01-31 05:34:00'),(70158,26297,'action created','2021-01-31 13:34:00','2021-01-31 05:34:00'),(70159,26297,'action started via WP Cron','2021-01-31 13:37:34','2021-01-31 05:37:34'),(70160,26297,'action complete via WP Cron','2021-01-31 13:37:34','2021-01-31 05:37:34'),(70161,26298,'action created','2021-01-31 13:37:34','2021-01-31 05:37:34'),(70162,26298,'action started via WP Cron','2021-01-31 13:37:48','2021-01-31 05:37:48'),(70163,26298,'action complete via WP Cron','2021-01-31 13:37:48','2021-01-31 05:37:48'),(70164,26299,'action created','2021-01-31 13:37:49','2021-01-31 05:37:49'),(70165,26299,'action started via WP Cron','2021-01-31 13:41:07','2021-01-31 05:41:07'),(70166,26299,'action complete via WP Cron','2021-01-31 13:41:07','2021-01-31 05:41:07'),(70167,26300,'action created','2021-01-31 13:41:07','2021-01-31 05:41:07'),(70168,26300,'action started via WP Cron','2021-01-31 13:44:26','2021-01-31 05:44:26'),(70169,26300,'action complete via WP Cron','2021-01-31 13:44:26','2021-01-31 05:44:26'),(70170,26301,'action created','2021-01-31 13:44:26','2021-01-31 05:44:26'),(70171,26301,'action started via WP Cron','2021-01-31 13:47:59','2021-01-31 05:47:59'),(70172,26301,'action complete via WP Cron','2021-01-31 13:47:59','2021-01-31 05:47:59'),(70173,26302,'action created','2021-01-31 13:47:59','2021-01-31 05:47:59'),(70174,26302,'action started via WP Cron','2021-01-31 13:50:33','2021-01-31 05:50:33'),(70175,26302,'action complete via WP Cron','2021-01-31 13:50:33','2021-01-31 05:50:33'),(70176,26303,'action created','2021-01-31 13:50:33','2021-01-31 05:50:33'),(70177,26303,'action started via WP Cron','2021-01-31 13:51:32','2021-01-31 05:51:32'),(70178,26303,'action complete via WP Cron','2021-01-31 13:51:32','2021-01-31 05:51:32'),(70179,26304,'action created','2021-01-31 13:51:32','2021-01-31 05:51:32'),(70180,26304,'action started via WP Cron','2021-01-31 13:55:28','2021-01-31 05:55:28'),(70181,26304,'action complete via WP Cron','2021-01-31 13:55:28','2021-01-31 05:55:28'),(70182,26305,'action created','2021-01-31 13:55:28','2021-01-31 05:55:28'),(70183,26305,'action started via WP Cron','2021-01-31 13:56:01','2021-01-31 05:56:01'),(70184,26305,'action complete via WP Cron','2021-01-31 13:56:01','2021-01-31 05:56:01'),(70185,26306,'action created','2021-01-31 13:56:02','2021-01-31 05:56:02'),(70186,26306,'action started via WP Cron','2021-01-31 13:58:34','2021-01-31 05:58:34'),(70187,26306,'action complete via WP Cron','2021-01-31 13:58:34','2021-01-31 05:58:34'),(70188,26307,'action created','2021-01-31 13:58:34','2021-01-31 05:58:34'),(70189,26307,'action started via WP Cron','2021-01-31 14:01:06','2021-01-31 06:01:06'),(70190,26307,'action complete via WP Cron','2021-01-31 14:01:06','2021-01-31 06:01:06'),(70191,26308,'action created','2021-01-31 14:01:06','2021-01-31 06:01:06'),(70192,26308,'action started via WP Cron','2021-01-31 14:02:14','2021-01-31 06:02:14'),(70193,26308,'action complete via WP Cron','2021-01-31 14:02:14','2021-01-31 06:02:14'),(70194,26309,'action created','2021-01-31 14:02:14','2021-01-31 06:02:14'),(70195,26309,'action started via WP Cron','2021-01-31 14:04:16','2021-01-31 06:04:16'),(70196,26309,'action complete via WP Cron','2021-01-31 14:04:16','2021-01-31 06:04:16'),(70197,26310,'action created','2021-01-31 14:04:16','2021-01-31 06:04:16'),(70198,26310,'action started via WP Cron','2021-01-31 14:05:17','2021-01-31 06:05:17'),(70199,26310,'action complete via WP Cron','2021-01-31 14:05:17','2021-01-31 06:05:17'),(70200,26311,'action created','2021-01-31 14:05:17','2021-01-31 06:05:17'),(70201,26311,'action started via WP Cron','2021-01-31 14:06:00','2021-01-31 06:06:00'),(70202,26311,'action complete via WP Cron','2021-01-31 14:06:00','2021-01-31 06:06:00'),(70203,26312,'action created','2021-01-31 14:06:00','2021-01-31 06:06:00'),(70204,26312,'action started via WP Cron','2021-01-31 14:09:33','2021-01-31 06:09:33'),(70205,26312,'action complete via WP Cron','2021-01-31 14:09:33','2021-01-31 06:09:33'),(70206,26313,'action created','2021-01-31 14:09:34','2021-01-31 06:09:34'),(70207,26313,'action started via WP Cron','2021-01-31 14:10:10','2021-01-31 06:10:10'),(70208,26313,'action complete via WP Cron','2021-01-31 14:10:10','2021-01-31 06:10:10'),(70209,26314,'action created','2021-01-31 14:10:10','2021-01-31 06:10:10'),(70210,26314,'action started via WP Cron','2021-01-31 14:11:11','2021-01-31 06:11:11'),(70211,26314,'action complete via WP Cron','2021-01-31 14:11:11','2021-01-31 06:11:11'),(70212,26315,'action created','2021-01-31 14:11:11','2021-01-31 06:11:11'),(70213,26315,'action started via WP Cron','2021-01-31 14:12:12','2021-01-31 06:12:12'),(70214,26315,'action complete via WP Cron','2021-01-31 14:12:12','2021-01-31 06:12:12'),(70215,26316,'action created','2021-01-31 14:12:12','2021-01-31 06:12:12'),(70216,26316,'action started via WP Cron','2021-01-31 14:12:52','2021-01-31 06:12:52'),(70217,26316,'action complete via WP Cron','2021-01-31 14:12:52','2021-01-31 06:12:52'),(70218,26317,'action created','2021-01-31 14:12:52','2021-01-31 06:12:52'),(70219,26317,'action started via WP Cron','2021-01-31 14:16:01','2021-01-31 06:16:01'),(70220,26317,'action complete via WP Cron','2021-01-31 14:16:01','2021-01-31 06:16:01'),(70221,26318,'action created','2021-01-31 14:16:01','2021-01-31 06:16:01'),(70222,26318,'action started via WP Cron','2021-01-31 14:19:55','2021-01-31 06:19:55'),(70223,26318,'action complete via WP Cron','2021-01-31 14:19:55','2021-01-31 06:19:55'),(70224,26319,'action created','2021-01-31 14:19:55','2021-01-31 06:19:55'),(70225,26319,'action started via WP Cron','2021-01-31 14:23:28','2021-01-31 06:23:28'),(70226,26319,'action complete via WP Cron','2021-01-31 14:23:28','2021-01-31 06:23:28'),(70227,26320,'action created','2021-01-31 14:23:28','2021-01-31 06:23:28'),(70228,26320,'action started via WP Cron','2021-01-31 14:26:47','2021-01-31 06:26:47'),(70229,26320,'action complete via WP Cron','2021-01-31 14:26:47','2021-01-31 06:26:47'),(70230,26321,'action created','2021-01-31 14:26:47','2021-01-31 06:26:47'),(70231,26321,'action started via WP Cron','2021-01-31 14:30:18','2021-01-31 06:30:18'),(70232,26321,'action complete via WP Cron','2021-01-31 14:30:18','2021-01-31 06:30:18'),(70233,26322,'action created','2021-01-31 14:30:18','2021-01-31 06:30:18'),(70234,26322,'action started via WP Cron','2021-01-31 14:31:29','2021-01-31 06:31:29'),(70235,26322,'action complete via WP Cron','2021-01-31 14:31:29','2021-01-31 06:31:29'),(70236,26323,'action created','2021-01-31 14:31:29','2021-01-31 06:31:29'),(70237,26323,'action started via WP Cron','2021-01-31 14:33:34','2021-01-31 06:33:34'),(70238,26323,'action complete via WP Cron','2021-01-31 14:33:34','2021-01-31 06:33:34'),(70239,26324,'action created','2021-01-31 14:33:34','2021-01-31 06:33:34'),(70240,26324,'action started via WP Cron','2021-01-31 14:34:39','2021-01-31 06:34:39'),(70241,26324,'action complete via WP Cron','2021-01-31 14:34:39','2021-01-31 06:34:39'),(70242,26325,'action created','2021-01-31 14:34:39','2021-01-31 06:34:39'),(70243,26325,'action started via WP Cron','2021-01-31 14:37:14','2021-01-31 06:37:14'),(70244,26325,'action complete via WP Cron','2021-01-31 14:37:14','2021-01-31 06:37:14'),(70245,26326,'action created','2021-01-31 14:37:14','2021-01-31 06:37:14'),(70246,26326,'action started via WP Cron','2021-01-31 14:40:19','2021-01-31 06:40:19'),(70247,26326,'action complete via WP Cron','2021-01-31 14:40:19','2021-01-31 06:40:19'),(70248,26327,'action created','2021-01-31 14:40:19','2021-01-31 06:40:19'),(70249,26327,'action started via WP Cron','2021-01-31 14:43:06','2021-01-31 06:43:06'),(70250,26327,'action complete via WP Cron','2021-01-31 14:43:06','2021-01-31 06:43:06'),(70251,26328,'action created','2021-01-31 14:43:06','2021-01-31 06:43:06'),(70252,26328,'action started via WP Cron','2021-01-31 14:44:41','2021-01-31 06:44:41'),(70253,26328,'action complete via WP Cron','2021-01-31 14:44:41','2021-01-31 06:44:41'),(70254,26329,'action created','2021-01-31 14:44:41','2021-01-31 06:44:41'),(70255,26329,'action started via WP Cron','2021-01-31 14:47:54','2021-01-31 06:47:54'),(70256,26329,'action complete via WP Cron','2021-01-31 14:47:54','2021-01-31 06:47:54'),(70257,26330,'action created','2021-01-31 14:47:54','2021-01-31 06:47:54'),(70258,26330,'action started via WP Cron','2021-01-31 14:51:57','2021-01-31 06:51:57'),(70259,26330,'action complete via WP Cron','2021-01-31 14:51:57','2021-01-31 06:51:57'),(70260,26331,'action created','2021-01-31 14:51:57','2021-01-31 06:51:57'),(70261,26331,'action started via WP Cron','2021-01-31 14:55:14','2021-01-31 06:55:14'),(70262,26331,'action complete via WP Cron','2021-01-31 14:55:14','2021-01-31 06:55:14'),(70263,26332,'action created','2021-01-31 14:55:14','2021-01-31 06:55:14'),(70264,26332,'action started via WP Cron','2021-01-31 14:58:18','2021-01-31 06:58:18'),(70265,26332,'action complete via WP Cron','2021-01-31 14:58:18','2021-01-31 06:58:18'),(70266,26333,'action created','2021-01-31 14:58:18','2021-01-31 06:58:18'),(70267,26333,'action started via WP Cron','2021-01-31 15:02:10','2021-01-31 07:02:10'),(70268,26333,'action complete via WP Cron','2021-01-31 15:02:10','2021-01-31 07:02:10'),(70269,26334,'action created','2021-01-31 15:02:11','2021-01-31 07:02:11'),(70270,26334,'action started via WP Cron','2021-01-31 15:05:19','2021-01-31 07:05:19'),(70271,26334,'action complete via WP Cron','2021-01-31 15:05:19','2021-01-31 07:05:19'),(70272,26335,'action created','2021-01-31 15:05:19','2021-01-31 07:05:19'),(70273,26335,'action started via WP Cron','2021-01-31 15:08:56','2021-01-31 07:08:56'),(70274,26335,'action complete via WP Cron','2021-01-31 15:08:56','2021-01-31 07:08:56'),(70275,26336,'action created','2021-01-31 15:08:56','2021-01-31 07:08:56'),(70276,26336,'action started via WP Cron','2021-01-31 15:09:55','2021-01-31 07:09:55'),(70277,26336,'action complete via WP Cron','2021-01-31 15:09:55','2021-01-31 07:09:55'),(70278,26337,'action created','2021-01-31 15:09:55','2021-01-31 07:09:55'),(70279,26337,'action started via WP Cron','2021-01-31 15:10:44','2021-01-31 07:10:44'),(70280,26337,'action complete via WP Cron','2021-01-31 15:10:44','2021-01-31 07:10:44'),(70281,26338,'action created','2021-01-31 15:10:48','2021-01-31 07:10:48'),(70282,26338,'action started via WP Cron','2021-01-31 15:11:42','2021-01-31 07:11:42'),(70283,26338,'action complete via WP Cron','2021-01-31 15:11:42','2021-01-31 07:11:42'),(70284,26339,'action created','2021-01-31 15:11:42','2021-01-31 07:11:42'),(70285,26339,'action started via WP Cron','2021-01-31 15:12:41','2021-01-31 07:12:41'),(70286,26339,'action complete via WP Cron','2021-01-31 15:12:41','2021-01-31 07:12:41'),(70287,26340,'action created','2021-01-31 15:12:41','2021-01-31 07:12:41'),(70288,26340,'action started via WP Cron','2021-01-31 15:13:44','2021-01-31 07:13:44'),(70289,26340,'action complete via WP Cron','2021-01-31 15:13:44','2021-01-31 07:13:44'),(70290,26341,'action created','2021-01-31 15:13:44','2021-01-31 07:13:44'),(70291,26341,'action started via WP Cron','2021-01-31 15:14:52','2021-01-31 07:14:52'),(70292,26341,'action complete via WP Cron','2021-01-31 15:14:52','2021-01-31 07:14:52'),(70293,26342,'action created','2021-01-31 15:14:53','2021-01-31 07:14:53'),(70294,26342,'action started via WP Cron','2021-01-31 15:16:02','2021-01-31 07:16:02'),(70295,26342,'action complete via WP Cron','2021-01-31 15:16:02','2021-01-31 07:16:02'),(70296,26343,'action created','2021-01-31 15:16:02','2021-01-31 07:16:02'),(70297,26343,'action started via WP Cron','2021-01-31 15:16:54','2021-01-31 07:16:54'),(70298,26343,'action complete via WP Cron','2021-01-31 15:16:54','2021-01-31 07:16:54'),(70299,26344,'action created','2021-01-31 15:16:54','2021-01-31 07:16:54'),(70300,26344,'action started via WP Cron','2021-01-31 15:20:32','2021-01-31 07:20:32'),(70301,26344,'action complete via WP Cron','2021-01-31 15:20:32','2021-01-31 07:20:32'),(70302,26345,'action created','2021-01-31 15:20:32','2021-01-31 07:20:32'),(70303,26345,'action started via WP Cron','2021-01-31 15:24:30','2021-01-31 07:24:30'),(70304,26345,'action complete via WP Cron','2021-01-31 15:24:30','2021-01-31 07:24:30'),(70305,26346,'action created','2021-01-31 15:24:30','2021-01-31 07:24:30'),(70306,26346,'action started via WP Cron','2021-01-31 15:25:48','2021-01-31 07:25:48'),(70307,26346,'action complete via WP Cron','2021-01-31 15:25:48','2021-01-31 07:25:48'),(70308,26347,'action created','2021-01-31 15:25:48','2021-01-31 07:25:48'),(70309,26347,'action started via WP Cron','2021-01-31 15:27:50','2021-01-31 07:27:50'),(70310,26347,'action complete via WP Cron','2021-01-31 15:27:50','2021-01-31 07:27:50'),(70311,26348,'action created','2021-01-31 15:27:50','2021-01-31 07:27:50'),(70312,26348,'action started via WP Cron','2021-01-31 15:31:09','2021-01-31 07:31:09'),(70313,26348,'action complete via WP Cron','2021-01-31 15:31:09','2021-01-31 07:31:09'),(70314,26349,'action created','2021-01-31 15:31:09','2021-01-31 07:31:09'),(70315,26349,'action started via WP Cron','2021-01-31 15:32:01','2021-01-31 07:32:01'),(70316,26349,'action complete via WP Cron','2021-01-31 15:32:01','2021-01-31 07:32:01'),(70317,26350,'action created','2021-01-31 15:32:01','2021-01-31 07:32:01'),(70318,26350,'action started via WP Cron','2021-01-31 15:34:20','2021-01-31 07:34:20'),(70319,26350,'action complete via WP Cron','2021-01-31 15:34:20','2021-01-31 07:34:20'),(70320,26351,'action created','2021-01-31 15:34:21','2021-01-31 07:34:21'),(70321,26351,'action started via WP Cron','2021-01-31 15:35:55','2021-01-31 07:35:55'),(70322,26351,'action complete via WP Cron','2021-01-31 15:35:55','2021-01-31 07:35:55'),(70323,26352,'action created','2021-01-31 15:35:55','2021-01-31 07:35:55'),(70324,26352,'action started via WP Cron','2021-01-31 15:39:40','2021-01-31 07:39:40'),(70325,26352,'action complete via WP Cron','2021-01-31 15:39:40','2021-01-31 07:39:40'),(70326,26353,'action created','2021-01-31 15:39:40','2021-01-31 07:39:40'),(70327,26353,'action started via WP Cron','2021-01-31 15:43:28','2021-01-31 07:43:28'),(70328,26353,'action complete via WP Cron','2021-01-31 15:43:28','2021-01-31 07:43:28'),(70329,26354,'action created','2021-01-31 15:43:28','2021-01-31 07:43:28'),(70330,26354,'action started via WP Cron','2021-01-31 15:46:06','2021-01-31 07:46:06'),(70331,26354,'action complete via WP Cron','2021-01-31 15:46:06','2021-01-31 07:46:06'),(70332,26355,'action created','2021-01-31 15:46:06','2021-01-31 07:46:06'),(70333,26355,'action started via WP Cron','2021-01-31 15:46:50','2021-01-31 07:46:50'),(70334,26355,'action complete via WP Cron','2021-01-31 15:46:50','2021-01-31 07:46:50'),(70335,26356,'action created','2021-01-31 15:46:50','2021-01-31 07:46:50'),(70336,26356,'action started via WP Cron','2021-01-31 15:50:19','2021-01-31 07:50:19'),(70337,26356,'action complete via WP Cron','2021-01-31 15:50:19','2021-01-31 07:50:19'),(70338,26357,'action created','2021-01-31 15:50:19','2021-01-31 07:50:19'),(70339,26357,'action started via WP Cron','2021-01-31 15:53:15','2021-01-31 07:53:15'),(70340,26357,'action complete via WP Cron','2021-01-31 15:53:15','2021-01-31 07:53:15'),(70341,26358,'action created','2021-01-31 15:53:15','2021-01-31 07:53:15'),(70342,26358,'action started via WP Cron','2021-01-31 15:53:55','2021-01-31 07:53:55'),(70343,26358,'action complete via WP Cron','2021-01-31 15:53:55','2021-01-31 07:53:55'),(70344,26359,'action created','2021-01-31 15:53:56','2021-01-31 07:53:56'),(70345,26359,'action started via WP Cron','2021-01-31 15:55:29','2021-01-31 07:55:29'),(70346,26359,'action complete via WP Cron','2021-01-31 15:55:29','2021-01-31 07:55:29'),(70347,26360,'action created','2021-01-31 15:55:29','2021-01-31 07:55:29'),(70348,26360,'action started via WP Cron','2021-01-31 15:56:56','2021-01-31 07:56:56'),(70349,26360,'action complete via WP Cron','2021-01-31 15:56:56','2021-01-31 07:56:56'),(70350,26361,'action created','2021-01-31 15:56:57','2021-01-31 07:56:57'),(70351,26361,'action started via WP Cron','2021-01-31 15:57:58','2021-01-31 07:57:58'),(70352,26361,'action complete via WP Cron','2021-01-31 15:57:58','2021-01-31 07:57:58'),(70353,26362,'action created','2021-01-31 15:57:58','2021-01-31 07:57:58'),(70354,26362,'action started via WP Cron','2021-01-31 16:00:00','2021-01-31 08:00:00'),(70355,26362,'action complete via WP Cron','2021-01-31 16:00:00','2021-01-31 08:00:00'),(70356,26363,'action created','2021-01-31 16:00:00','2021-01-31 08:00:00'),(70357,26363,'action started via WP Cron','2021-01-31 16:01:01','2021-01-31 08:01:01'),(70358,26363,'action complete via WP Cron','2021-01-31 16:01:01','2021-01-31 08:01:01'),(70359,26364,'action created','2021-01-31 16:01:01','2021-01-31 08:01:01'),(70360,26364,'action started via WP Cron','2021-01-31 16:02:02','2021-01-31 08:02:02'),(70361,26364,'action complete via WP Cron','2021-01-31 16:02:02','2021-01-31 08:02:02'),(70362,26365,'action created','2021-01-31 16:02:02','2021-01-31 08:02:02'),(70363,26365,'action started via WP Cron','2021-01-31 16:05:41','2021-01-31 08:05:41'),(70364,26365,'action complete via WP Cron','2021-01-31 16:05:41','2021-01-31 08:05:41'),(70365,26366,'action created','2021-01-31 16:05:41','2021-01-31 08:05:41'),(70366,26366,'action started via WP Cron','2021-01-31 16:08:54','2021-01-31 08:08:54'),(70367,26366,'action complete via WP Cron','2021-01-31 16:08:54','2021-01-31 08:08:54'),(70368,26367,'action created','2021-01-31 16:08:54','2021-01-31 08:08:54'),(70369,26367,'action started via WP Cron','2021-01-31 16:10:59','2021-01-31 08:10:59'),(70370,26367,'action complete via WP Cron','2021-01-31 16:10:59','2021-01-31 08:10:59'),(70371,26368,'action created','2021-01-31 16:10:59','2021-01-31 08:10:59'),(70372,26368,'action started via WP Cron','2021-01-31 16:11:44','2021-01-31 08:11:44'),(70373,26368,'action complete via WP Cron','2021-01-31 16:11:44','2021-01-31 08:11:44'),(70374,26369,'action created','2021-01-31 16:11:44','2021-01-31 08:11:44'),(70375,26369,'action started via WP Cron','2021-01-31 16:15:18','2021-01-31 08:15:18'),(70376,26369,'action complete via WP Cron','2021-01-31 16:15:18','2021-01-31 08:15:18'),(70377,26370,'action created','2021-01-31 16:15:19','2021-01-31 08:15:19'),(70378,26370,'action started via WP Cron','2021-01-31 16:18:13','2021-01-31 08:18:13'),(70379,26370,'action complete via WP Cron','2021-01-31 16:18:13','2021-01-31 08:18:13'),(70380,26371,'action created','2021-01-31 16:18:13','2021-01-31 08:18:13'),(70381,26371,'action started via WP Cron','2021-01-31 16:19:10','2021-01-31 08:19:10'),(70382,26371,'action complete via WP Cron','2021-01-31 16:19:10','2021-01-31 08:19:10'),(70383,26372,'action created','2021-01-31 16:19:10','2021-01-31 08:19:10'),(70384,26372,'action started via WP Cron','2021-01-31 16:20:21','2021-01-31 08:20:21'),(70385,26372,'action complete via WP Cron','2021-01-31 16:20:21','2021-01-31 08:20:21'),(70386,26373,'action created','2021-01-31 16:20:21','2021-01-31 08:20:21'),(70387,26373,'action started via WP Cron','2021-01-31 16:21:14','2021-01-31 08:21:14'),(70388,26373,'action complete via WP Cron','2021-01-31 16:21:14','2021-01-31 08:21:14'),(70389,26374,'action created','2021-01-31 16:21:14','2021-01-31 08:21:14'),(70390,26374,'action started via WP Cron','2021-01-31 16:21:41','2021-01-31 08:21:41'),(70391,26374,'action complete via WP Cron','2021-01-31 16:21:41','2021-01-31 08:21:41'),(70392,26375,'action created','2021-01-31 16:21:41','2021-01-31 08:21:41'),(70393,26375,'action started via WP Cron','2021-01-31 16:23:25','2021-01-31 08:23:25'),(70394,26375,'action complete via WP Cron','2021-01-31 16:23:26','2021-01-31 08:23:26'),(70395,26376,'action created','2021-01-31 16:23:26','2021-01-31 08:23:26'),(70396,26376,'action started via WP Cron','2021-01-31 16:24:25','2021-01-31 08:24:25'),(70397,26376,'action complete via WP Cron','2021-01-31 16:24:25','2021-01-31 08:24:25'),(70398,26377,'action created','2021-01-31 16:24:25','2021-01-31 08:24:25'),(70399,26377,'action started via WP Cron','2021-01-31 16:25:41','2021-01-31 08:25:41'),(70400,26377,'action complete via WP Cron','2021-01-31 16:25:41','2021-01-31 08:25:41'),(70401,26378,'action created','2021-01-31 16:25:41','2021-01-31 08:25:41'),(70402,26378,'action started via WP Cron','2021-01-31 16:26:50','2021-01-31 08:26:50'),(70403,26378,'action complete via WP Cron','2021-01-31 16:26:50','2021-01-31 08:26:50'),(70404,26379,'action created','2021-01-31 16:26:50','2021-01-31 08:26:50'),(70405,26379,'action started via WP Cron','2021-01-31 16:27:43','2021-01-31 08:27:43'),(70406,26379,'action complete via WP Cron','2021-01-31 16:27:43','2021-01-31 08:27:43'),(70407,26380,'action created','2021-01-31 16:27:45','2021-01-31 08:27:45'),(70408,26380,'action started via WP Cron','2021-01-31 16:29:52','2021-01-31 08:29:52'),(70409,26380,'action complete via WP Cron','2021-01-31 16:29:52','2021-01-31 08:29:52'),(70410,26381,'action created','2021-01-31 16:29:52','2021-01-31 08:29:52'),(70411,26381,'action started via WP Cron','2021-01-31 16:30:51','2021-01-31 08:30:51'),(70412,26381,'action complete via WP Cron','2021-01-31 16:30:51','2021-01-31 08:30:51'),(70413,26382,'action created','2021-01-31 16:30:52','2021-01-31 08:30:52'),(70414,26382,'action started via WP Cron','2021-01-31 16:31:52','2021-01-31 08:31:52'),(70415,26382,'action complete via WP Cron','2021-01-31 16:31:52','2021-01-31 08:31:52'),(70416,26383,'action created','2021-01-31 16:31:53','2021-01-31 08:31:53'),(70417,26383,'action started via WP Cron','2021-01-31 16:33:56','2021-01-31 08:33:56'),(70418,26383,'action complete via WP Cron','2021-01-31 16:33:56','2021-01-31 08:33:56'),(70419,26384,'action created','2021-01-31 16:33:56','2021-01-31 08:33:56'),(70420,26384,'action started via WP Cron','2021-01-31 16:35:03','2021-01-31 08:35:03'),(70421,26384,'action complete via WP Cron','2021-01-31 16:35:03','2021-01-31 08:35:03'),(70422,26385,'action created','2021-01-31 16:35:04','2021-01-31 08:35:04'),(70423,26385,'action started via WP Cron','2021-01-31 16:36:00','2021-01-31 08:36:00'),(70424,26385,'action complete via WP Cron','2021-01-31 16:36:00','2021-01-31 08:36:00'),(70425,26386,'action created','2021-01-31 16:36:01','2021-01-31 08:36:01'),(70426,26386,'action started via WP Cron','2021-01-31 16:37:05','2021-01-31 08:37:05'),(70427,26386,'action complete via WP Cron','2021-01-31 16:37:05','2021-01-31 08:37:05'),(70428,26387,'action created','2021-01-31 16:37:05','2021-01-31 08:37:05'),(70429,26387,'action started via WP Cron','2021-01-31 16:41:19','2021-01-31 08:41:19'),(70430,26387,'action complete via WP Cron','2021-01-31 16:41:19','2021-01-31 08:41:19'),(70431,26388,'action created','2021-01-31 16:41:19','2021-01-31 08:41:19'),(70432,26388,'action started via WP Cron','2021-01-31 16:45:00','2021-01-31 08:45:00'),(70433,26388,'action complete via WP Cron','2021-01-31 16:45:00','2021-01-31 08:45:00'),(70434,26389,'action created','2021-01-31 16:45:01','2021-01-31 08:45:01'),(70435,26389,'action started via WP Cron','2021-01-31 16:47:16','2021-01-31 08:47:16'),(70436,26389,'action complete via WP Cron','2021-01-31 16:47:16','2021-01-31 08:47:16'),(70437,26390,'action created','2021-01-31 16:47:16','2021-01-31 08:47:16'),(70438,26390,'action started via WP Cron','2021-01-31 16:48:15','2021-01-31 08:48:15'),(70439,26390,'action complete via WP Cron','2021-01-31 16:48:15','2021-01-31 08:48:15'),(70440,26391,'action created','2021-01-31 16:48:15','2021-01-31 08:48:15'),(70441,26391,'action started via WP Cron','2021-01-31 16:48:57','2021-01-31 08:48:57'),(70442,26391,'action complete via WP Cron','2021-01-31 16:48:57','2021-01-31 08:48:57'),(70443,26392,'action created','2021-01-31 16:49:23','2021-01-31 08:49:23'),(70444,26392,'action started via WP Cron','2021-01-31 16:51:20','2021-01-31 08:51:20'),(70445,26392,'action complete via WP Cron','2021-01-31 16:51:20','2021-01-31 08:51:20'),(70446,26393,'action created','2021-01-31 16:51:20','2021-01-31 08:51:20'),(70447,26393,'action started via WP Cron','2021-01-31 16:54:15','2021-01-31 08:54:15'),(70448,26393,'action complete via WP Cron','2021-01-31 16:54:15','2021-01-31 08:54:15'),(70449,26394,'action created','2021-01-31 16:54:15','2021-01-31 08:54:15'),(70450,26394,'action started via WP Cron','2021-01-31 16:57:15','2021-01-31 08:57:15'),(70451,26394,'action complete via WP Cron','2021-01-31 16:57:15','2021-01-31 08:57:15'),(70452,26395,'action created','2021-01-31 16:57:15','2021-01-31 08:57:15'),(70453,26395,'action started via WP Cron','2021-01-31 16:59:04','2021-01-31 08:59:04'),(70454,26395,'action complete via WP Cron','2021-01-31 16:59:04','2021-01-31 08:59:04'),(70455,26396,'action created','2021-01-31 16:59:04','2021-01-31 08:59:04'),(70456,26396,'action started via WP Cron','2021-01-31 17:00:52','2021-01-31 09:00:52'),(70457,26396,'action complete via WP Cron','2021-01-31 17:00:52','2021-01-31 09:00:52'),(70458,26397,'action created','2021-01-31 17:00:52','2021-01-31 09:00:52'),(70459,26397,'action started via WP Cron','2021-01-31 17:02:08','2021-01-31 09:02:08'),(70460,26397,'action complete via WP Cron','2021-01-31 17:02:08','2021-01-31 09:02:08'),(70461,26398,'action created','2021-01-31 17:02:08','2021-01-31 09:02:08'),(70462,26398,'action started via WP Cron','2021-01-31 17:03:02','2021-01-31 09:03:02'),(70463,26398,'action complete via WP Cron','2021-01-31 17:03:02','2021-01-31 09:03:02'),(70464,26399,'action created','2021-01-31 17:03:02','2021-01-31 09:03:02'),(70465,26399,'action started via WP Cron','2021-01-31 17:04:03','2021-01-31 09:04:03'),(70466,26399,'action complete via WP Cron','2021-01-31 17:04:03','2021-01-31 09:04:03'),(70467,26400,'action created','2021-01-31 17:04:03','2021-01-31 09:04:03'),(70468,26400,'action started via WP Cron','2021-01-31 17:05:04','2021-01-31 09:05:04'),(70469,26400,'action complete via WP Cron','2021-01-31 17:05:04','2021-01-31 09:05:04'),(70470,26401,'action created','2021-01-31 17:05:04','2021-01-31 09:05:04'),(70471,26401,'action started via WP Cron','2021-01-31 17:06:36','2021-01-31 09:06:36'),(70472,26401,'action complete via WP Cron','2021-01-31 17:06:36','2021-01-31 09:06:36'),(70473,26402,'action created','2021-01-31 17:06:36','2021-01-31 09:06:36'),(70474,26402,'action started via WP Cron','2021-01-31 17:07:06','2021-01-31 09:07:06'),(70475,26402,'action complete via WP Cron','2021-01-31 17:07:06','2021-01-31 09:07:06'),(70476,26403,'action created','2021-01-31 17:07:06','2021-01-31 09:07:06'),(70477,26403,'action started via WP Cron','2021-01-31 17:08:07','2021-01-31 09:08:07'),(70478,26403,'action complete via WP Cron','2021-01-31 17:08:07','2021-01-31 09:08:07'),(70479,26404,'action created','2021-01-31 17:08:07','2021-01-31 09:08:07'),(70480,26404,'action started via WP Cron','2021-01-31 17:10:43','2021-01-31 09:10:43'),(70481,26404,'action complete via WP Cron','2021-01-31 17:10:43','2021-01-31 09:10:43'),(70482,26405,'action created','2021-01-31 17:10:43','2021-01-31 09:10:43'),(70483,26405,'action started via WP Cron','2021-01-31 17:13:28','2021-01-31 09:13:28'),(70484,26405,'action complete via WP Cron','2021-01-31 17:13:28','2021-01-31 09:13:28'),(70485,26406,'action created','2021-01-31 17:13:28','2021-01-31 09:13:28'),(70486,26406,'action started via WP Cron','2021-01-31 17:16:54','2021-01-31 09:16:54'),(70487,26406,'action complete via WP Cron','2021-01-31 17:16:54','2021-01-31 09:16:54'),(70488,26407,'action created','2021-01-31 17:16:54','2021-01-31 09:16:54'),(70489,26407,'action started via WP Cron','2021-01-31 17:21:02','2021-01-31 09:21:02'),(70490,26407,'action complete via WP Cron','2021-01-31 17:21:02','2021-01-31 09:21:02'),(70491,26408,'action created','2021-01-31 17:21:02','2021-01-31 09:21:02'),(70492,26408,'action started via WP Cron','2021-01-31 17:22:22','2021-01-31 09:22:22'),(70493,26408,'action complete via WP Cron','2021-01-31 17:22:22','2021-01-31 09:22:22'),(70494,26409,'action created','2021-01-31 17:22:22','2021-01-31 09:22:22'),(70495,26409,'action started via WP Cron','2021-01-31 17:23:23','2021-01-31 09:23:23'),(70496,26409,'action complete via WP Cron','2021-01-31 17:23:23','2021-01-31 09:23:23'),(70497,26410,'action created','2021-01-31 17:23:23','2021-01-31 09:23:23'),(70498,26410,'action started via WP Cron','2021-01-31 17:24:17','2021-01-31 09:24:17'),(70499,26410,'action complete via WP Cron','2021-01-31 17:24:17','2021-01-31 09:24:17'),(70500,26411,'action created','2021-01-31 17:24:17','2021-01-31 09:24:17'),(70501,26411,'action started via WP Cron','2021-01-31 17:24:46','2021-01-31 09:24:46'),(70502,26411,'action complete via WP Cron','2021-01-31 17:24:46','2021-01-31 09:24:46'),(70503,26412,'action created','2021-01-31 17:24:46','2021-01-31 09:24:46'),(70504,26412,'action started via WP Cron','2021-01-31 17:26:27','2021-01-31 09:26:27'),(70505,26412,'action complete via WP Cron','2021-01-31 17:26:27','2021-01-31 09:26:27'),(70506,26413,'action created','2021-01-31 17:26:27','2021-01-31 09:26:27'),(70507,26413,'action started via WP Cron','2021-01-31 17:27:28','2021-01-31 09:27:28'),(70508,26413,'action complete via WP Cron','2021-01-31 17:27:28','2021-01-31 09:27:28'),(70509,26414,'action created','2021-01-31 17:27:28','2021-01-31 09:27:28'),(70510,26414,'action started via WP Cron','2021-01-31 17:31:11','2021-01-31 09:31:11'),(70511,26414,'action complete via WP Cron','2021-01-31 17:31:11','2021-01-31 09:31:11'),(70512,26415,'action created','2021-01-31 17:31:11','2021-01-31 09:31:11'),(70513,26415,'action started via WP Cron','2021-01-31 17:34:01','2021-01-31 09:34:01'),(70514,26415,'action complete via WP Cron','2021-01-31 17:34:01','2021-01-31 09:34:01'),(70515,26416,'action created','2021-01-31 17:34:01','2021-01-31 09:34:01'),(70516,26416,'action started via WP Cron','2021-01-31 17:34:55','2021-01-31 09:34:55'),(70517,26416,'action complete via WP Cron','2021-01-31 17:34:55','2021-01-31 09:34:55'),(70518,26417,'action created','2021-01-31 17:34:55','2021-01-31 09:34:55'),(70519,26417,'action started via WP Cron','2021-01-31 17:35:55','2021-01-31 09:35:55'),(70520,26417,'action complete via WP Cron','2021-01-31 17:35:55','2021-01-31 09:35:55'),(70521,26418,'action created','2021-01-31 17:35:56','2021-01-31 09:35:56'),(70522,26418,'action started via WP Cron','2021-01-31 17:38:13','2021-01-31 09:38:13'),(70523,26418,'action complete via WP Cron','2021-01-31 17:38:13','2021-01-31 09:38:13'),(70524,26419,'action created','2021-01-31 17:38:13','2021-01-31 09:38:13'),(70525,26419,'action started via WP Cron','2021-01-31 17:42:00','2021-01-31 09:42:00'),(70526,26419,'action complete via WP Cron','2021-01-31 17:42:00','2021-01-31 09:42:00'),(70527,26420,'action created','2021-01-31 17:42:00','2021-01-31 09:42:00'),(70528,26420,'action started via WP Cron','2021-01-31 17:45:04','2021-01-31 09:45:04'),(70529,26420,'action complete via WP Cron','2021-01-31 17:45:04','2021-01-31 09:45:04'),(70530,26421,'action created','2021-01-31 17:45:04','2021-01-31 09:45:04'),(70531,26421,'action started via WP Cron','2021-01-31 17:46:42','2021-01-31 09:46:42'),(70532,26421,'action complete via WP Cron','2021-01-31 17:46:42','2021-01-31 09:46:42'),(70533,26422,'action created','2021-01-31 17:46:42','2021-01-31 09:46:42'),(70534,26422,'action started via WP Cron','2021-01-31 17:47:51','2021-01-31 09:47:51'),(70535,26422,'action complete via WP Cron','2021-01-31 17:47:51','2021-01-31 09:47:51'),(70536,26423,'action created','2021-01-31 17:47:51','2021-01-31 09:47:51'),(70537,26423,'action started via WP Cron','2021-01-31 17:48:52','2021-01-31 09:48:52'),(70538,26423,'action complete via WP Cron','2021-01-31 17:48:52','2021-01-31 09:48:52'),(70539,26424,'action created','2021-01-31 17:48:52','2021-01-31 09:48:52'),(70540,26424,'action started via WP Cron','2021-01-31 17:49:53','2021-01-31 09:49:53'),(70541,26424,'action complete via WP Cron','2021-01-31 17:49:53','2021-01-31 09:49:53'),(70542,26425,'action created','2021-01-31 17:49:53','2021-01-31 09:49:53'),(70543,26425,'action started via WP Cron','2021-01-31 17:50:55','2021-01-31 09:50:55'),(70544,26425,'action complete via WP Cron','2021-01-31 17:50:55','2021-01-31 09:50:55'),(70545,26426,'action created','2021-01-31 17:50:55','2021-01-31 09:50:55'),(70546,26426,'action started via WP Cron','2021-01-31 17:51:57','2021-01-31 09:51:57'),(70547,26426,'action complete via WP Cron','2021-01-31 17:51:57','2021-01-31 09:51:57'),(70548,26427,'action created','2021-01-31 17:51:58','2021-01-31 09:51:58'),(70549,26427,'action started via WP Cron','2021-01-31 17:52:56','2021-01-31 09:52:56'),(70550,26427,'action complete via WP Cron','2021-01-31 17:52:56','2021-01-31 09:52:56'),(70551,26428,'action created','2021-01-31 17:52:56','2021-01-31 09:52:56'),(70552,26428,'action started via WP Cron','2021-01-31 17:54:03','2021-01-31 09:54:03'),(70553,26428,'action complete via WP Cron','2021-01-31 17:54:03','2021-01-31 09:54:03'),(70554,26429,'action created','2021-01-31 17:54:03','2021-01-31 09:54:03'),(70555,26429,'action started via WP Cron','2021-01-31 17:56:10','2021-01-31 09:56:10'),(70556,26429,'action complete via WP Cron','2021-01-31 17:56:10','2021-01-31 09:56:10'),(70557,26430,'action created','2021-01-31 17:56:10','2021-01-31 09:56:10'),(70558,26430,'action started via WP Cron','2021-01-31 17:57:30','2021-01-31 09:57:30'),(70559,26430,'action complete via WP Cron','2021-01-31 17:57:30','2021-01-31 09:57:30'),(70560,26431,'action created','2021-01-31 17:57:30','2021-01-31 09:57:30'),(70561,26431,'action started via WP Cron','2021-01-31 17:57:43','2021-01-31 09:57:43'),(70562,26431,'action complete via WP Cron','2021-01-31 17:57:43','2021-01-31 09:57:43'),(70563,26432,'action created','2021-01-31 17:57:43','2021-01-31 09:57:43'),(70564,26432,'action started via WP Cron','2021-01-31 17:59:59','2021-01-31 09:59:59'),(70565,26432,'action complete via WP Cron','2021-01-31 17:59:59','2021-01-31 09:59:59'),(70566,26433,'action created','2021-01-31 17:59:59','2021-01-31 09:59:59'),(70567,26433,'action started via WP Cron','2021-01-31 18:01:05','2021-01-31 10:01:05'),(70568,26433,'action complete via WP Cron','2021-01-31 18:01:05','2021-01-31 10:01:05'),(70569,26434,'action created','2021-01-31 18:01:05','2021-01-31 10:01:05'),(70570,26434,'action started via WP Cron','2021-01-31 18:04:09','2021-01-31 10:04:09'),(70571,26434,'action complete via WP Cron','2021-01-31 18:04:09','2021-01-31 10:04:09'),(70572,26435,'action created','2021-01-31 18:04:09','2021-01-31 10:04:09'),(70573,26435,'action started via WP Cron','2021-01-31 18:04:59','2021-01-31 10:04:59'),(70574,26435,'action complete via WP Cron','2021-01-31 18:04:59','2021-01-31 10:04:59'),(70575,26436,'action created','2021-01-31 18:04:59','2021-01-31 10:04:59'),(70576,26436,'action started via WP Cron','2021-01-31 18:06:58','2021-01-31 10:06:58'),(70577,26436,'action complete via WP Cron','2021-01-31 18:06:58','2021-01-31 10:06:58'),(70578,26437,'action created','2021-01-31 18:06:58','2021-01-31 10:06:58'),(70579,26437,'action started via WP Cron','2021-01-31 18:07:59','2021-01-31 10:07:59'),(70580,26437,'action complete via WP Cron','2021-01-31 18:07:59','2021-01-31 10:07:59'),(70581,26438,'action created','2021-01-31 18:07:59','2021-01-31 10:07:59'),(70582,26438,'action started via WP Cron','2021-01-31 18:08:51','2021-01-31 10:08:51'),(70583,26438,'action complete via WP Cron','2021-01-31 18:08:51','2021-01-31 10:08:51'),(70584,26439,'action created','2021-01-31 18:08:51','2021-01-31 10:08:51'),(70585,26439,'action started via WP Cron','2021-01-31 18:11:25','2021-01-31 10:11:25'),(70586,26439,'action complete via WP Cron','2021-01-31 18:11:25','2021-01-31 10:11:25'),(70587,26440,'action created','2021-01-31 18:11:25','2021-01-31 10:11:25'),(70588,26440,'action started via WP Cron','2021-01-31 18:13:35','2021-01-31 10:13:35'),(70589,26440,'action complete via WP Cron','2021-01-31 18:13:35','2021-01-31 10:13:35'),(70590,26441,'action created','2021-01-31 18:13:35','2021-01-31 10:13:35'),(70591,26441,'action started via WP Cron','2021-01-31 18:14:56','2021-01-31 10:14:56'),(70592,26441,'action complete via WP Cron','2021-01-31 18:14:56','2021-01-31 10:14:56'),(70593,26442,'action created','2021-01-31 18:14:56','2021-01-31 10:14:56'),(70594,26442,'action started via WP Cron','2021-01-31 18:18:22','2021-01-31 10:18:22'),(70595,26442,'action complete via WP Cron','2021-01-31 18:18:22','2021-01-31 10:18:22'),(70596,26443,'action created','2021-01-31 18:18:22','2021-01-31 10:18:22'),(70597,26443,'action started via WP Cron','2021-01-31 18:21:11','2021-01-31 10:21:11'),(70598,26443,'action complete via WP Cron','2021-01-31 18:21:11','2021-01-31 10:21:11'),(70599,26444,'action created','2021-01-31 18:21:11','2021-01-31 10:21:11'),(70600,26444,'action started via WP Cron','2021-01-31 18:23:25','2021-01-31 10:23:25'),(70601,26444,'action complete via WP Cron','2021-01-31 18:23:25','2021-01-31 10:23:25'),(70602,26445,'action created','2021-01-31 18:23:25','2021-01-31 10:23:25'),(70603,26445,'action started via WP Cron','2021-01-31 18:23:43','2021-01-31 10:23:43'),(70604,26445,'action complete via WP Cron','2021-01-31 18:23:43','2021-01-31 10:23:43'),(70605,26446,'action created','2021-01-31 18:23:43','2021-01-31 10:23:43'),(70606,26446,'action started via WP Cron','2021-01-31 18:24:46','2021-01-31 10:24:46'),(70607,26446,'action complete via WP Cron','2021-01-31 18:24:46','2021-01-31 10:24:46'),(70608,26447,'action created','2021-01-31 18:24:46','2021-01-31 10:24:46'),(70609,26447,'action started via WP Cron','2021-01-31 18:27:11','2021-01-31 10:27:11'),(70610,26447,'action complete via WP Cron','2021-01-31 18:27:11','2021-01-31 10:27:11'),(70611,26448,'action created','2021-01-31 18:27:11','2021-01-31 10:27:11'),(70612,26448,'action started via WP Cron','2021-01-31 18:27:55','2021-01-31 10:27:55'),(70613,26448,'action complete via WP Cron','2021-01-31 18:27:55','2021-01-31 10:27:55'),(70614,26449,'action created','2021-01-31 18:27:55','2021-01-31 10:27:55'),(70615,26449,'action started via WP Cron','2021-01-31 18:28:56','2021-01-31 10:28:56'),(70616,26449,'action complete via WP Cron','2021-01-31 18:28:56','2021-01-31 10:28:56'),(70617,26450,'action created','2021-01-31 18:28:56','2021-01-31 10:28:56'),(70618,26450,'action started via WP Cron','2021-01-31 18:29:57','2021-01-31 10:29:57'),(70619,26450,'action complete via WP Cron','2021-01-31 18:29:57','2021-01-31 10:29:57'),(70620,26451,'action created','2021-01-31 18:29:57','2021-01-31 10:29:57'),(70621,26451,'action started via WP Cron','2021-01-31 18:31:26','2021-01-31 10:31:26'),(70622,26451,'action complete via WP Cron','2021-01-31 18:31:26','2021-01-31 10:31:26'),(70623,26452,'action created','2021-01-31 18:31:26','2021-01-31 10:31:26'),(70624,26452,'action started via WP Cron','2021-01-31 18:33:38','2021-01-31 10:33:38'),(70625,26452,'action complete via WP Cron','2021-01-31 18:33:38','2021-01-31 10:33:38'),(70626,26453,'action created','2021-01-31 18:33:38','2021-01-31 10:33:38'),(70627,26453,'action started via WP Cron','2021-01-31 18:34:44','2021-01-31 10:34:44'),(70628,26453,'action complete via WP Cron','2021-01-31 18:34:44','2021-01-31 10:34:44'),(70629,26454,'action created','2021-01-31 18:34:44','2021-01-31 10:34:44'),(70630,26454,'action started via WP Cron','2021-01-31 18:35:45','2021-01-31 10:35:45'),(70631,26454,'action complete via WP Cron','2021-01-31 18:35:45','2021-01-31 10:35:45'),(70632,26455,'action created','2021-01-31 18:35:45','2021-01-31 10:35:45'),(70633,26455,'action started via WP Cron','2021-01-31 18:36:47','2021-01-31 10:36:47'),(70634,26455,'action complete via WP Cron','2021-01-31 18:36:47','2021-01-31 10:36:47'),(70635,26456,'action created','2021-01-31 18:36:47','2021-01-31 10:36:47'),(70636,26456,'action started via WP Cron','2021-01-31 18:37:54','2021-01-31 10:37:54'),(70637,26456,'action complete via WP Cron','2021-01-31 18:37:54','2021-01-31 10:37:54'),(70638,26457,'action created','2021-01-31 18:37:54','2021-01-31 10:37:54'),(70639,26457,'action started via WP Cron','2021-01-31 18:38:55','2021-01-31 10:38:55'),(70640,26457,'action complete via WP Cron','2021-01-31 18:38:55','2021-01-31 10:38:55'),(70641,26458,'action created','2021-01-31 18:38:55','2021-01-31 10:38:55'),(70642,26458,'action started via WP Cron','2021-01-31 18:41:26','2021-01-31 10:41:26'),(70643,26458,'action complete via WP Cron','2021-01-31 18:41:26','2021-01-31 10:41:26'),(70644,26459,'action created','2021-01-31 18:41:26','2021-01-31 10:41:26'),(70645,26459,'action started via WP Cron','2021-01-31 18:41:53','2021-01-31 10:41:53'),(70646,26459,'action complete via WP Cron','2021-01-31 18:41:53','2021-01-31 10:41:53'),(70647,26460,'action created','2021-01-31 18:41:53','2021-01-31 10:41:53'),(70648,26460,'action started via WP Cron','2021-01-31 18:44:34','2021-01-31 10:44:34'),(70649,26460,'action complete via WP Cron','2021-01-31 18:44:34','2021-01-31 10:44:34'),(70650,26461,'action created','2021-01-31 18:44:34','2021-01-31 10:44:34'),(70651,26461,'action started via WP Cron','2021-01-31 18:45:35','2021-01-31 10:45:35'),(70652,26461,'action complete via WP Cron','2021-01-31 18:45:35','2021-01-31 10:45:35'),(70653,26462,'action created','2021-01-31 18:45:35','2021-01-31 10:45:35'),(70654,26462,'action started via WP Cron','2021-01-31 18:45:47','2021-01-31 10:45:47'),(70655,26462,'action complete via WP Cron','2021-01-31 18:45:47','2021-01-31 10:45:47'),(70656,26463,'action created','2021-01-31 18:45:48','2021-01-31 10:45:48'),(70657,26463,'action started via WP Cron','2021-01-31 18:46:41','2021-01-31 10:46:41'),(70658,26463,'action complete via WP Cron','2021-01-31 18:46:41','2021-01-31 10:46:41'),(70659,26464,'action created','2021-01-31 18:46:41','2021-01-31 10:46:41'),(70660,26464,'action started via WP Cron','2021-01-31 18:50:07','2021-01-31 10:50:07'),(70661,26464,'action complete via WP Cron','2021-01-31 18:50:07','2021-01-31 10:50:07'),(70662,26465,'action created','2021-01-31 18:50:07','2021-01-31 10:50:07'),(70663,26465,'action started via WP Cron','2021-01-31 18:52:15','2021-01-31 10:52:15'),(70664,26465,'action complete via WP Cron','2021-01-31 18:52:15','2021-01-31 10:52:15'),(70665,26466,'action created','2021-01-31 18:52:15','2021-01-31 10:52:15'),(70666,26466,'action started via WP Cron','2021-01-31 18:52:45','2021-01-31 10:52:45'),(70667,26466,'action complete via WP Cron','2021-01-31 18:52:45','2021-01-31 10:52:45'),(70668,26467,'action created','2021-01-31 18:52:45','2021-01-31 10:52:45'),(70669,26467,'action started via WP Cron','2021-01-31 18:54:18','2021-01-31 10:54:18'),(70670,26467,'action complete via WP Cron','2021-01-31 18:54:18','2021-01-31 10:54:18'),(70671,26468,'action created','2021-01-31 18:54:18','2021-01-31 10:54:18'),(70672,26468,'action started via WP Cron','2021-01-31 18:55:03','2021-01-31 10:55:03'),(70673,26468,'action complete via WP Cron','2021-01-31 18:55:03','2021-01-31 10:55:03'),(70674,26469,'action created','2021-01-31 18:55:04','2021-01-31 10:55:04'),(70675,26469,'action started via WP Cron','2021-01-31 18:56:05','2021-01-31 10:56:05'),(70676,26469,'action complete via WP Cron','2021-01-31 18:56:05','2021-01-31 10:56:05'),(70677,26470,'action created','2021-01-31 18:56:05','2021-01-31 10:56:05'),(70678,26470,'action started via WP Cron','2021-01-31 18:57:06','2021-01-31 10:57:06'),(70679,26470,'action complete via WP Cron','2021-01-31 18:57:06','2021-01-31 10:57:06'),(70680,26471,'action created','2021-01-31 18:57:06','2021-01-31 10:57:06'),(70681,26471,'action started via WP Cron','2021-01-31 18:58:06','2021-01-31 10:58:06'),(70682,26471,'action complete via WP Cron','2021-01-31 18:58:07','2021-01-31 10:58:07'),(70683,26472,'action created','2021-01-31 18:58:07','2021-01-31 10:58:07'),(70684,26472,'action started via WP Cron','2021-01-31 18:59:07','2021-01-31 10:59:07'),(70685,26472,'action complete via WP Cron','2021-01-31 18:59:07','2021-01-31 10:59:07'),(70686,26473,'action created','2021-01-31 18:59:07','2021-01-31 10:59:07'),(70687,26473,'action started via WP Cron','2021-01-31 19:00:08','2021-01-31 11:00:08'),(70688,26473,'action complete via WP Cron','2021-01-31 19:00:08','2021-01-31 11:00:08'),(70689,26474,'action created','2021-01-31 19:00:08','2021-01-31 11:00:08'),(70690,26474,'action started via WP Cron','2021-01-31 19:01:32','2021-01-31 11:01:32'),(70691,26474,'action complete via WP Cron','2021-01-31 19:01:32','2021-01-31 11:01:32'),(70692,26475,'action created','2021-01-31 19:01:32','2021-01-31 11:01:32'),(70693,26475,'action started via WP Cron','2021-01-31 19:04:24','2021-01-31 11:04:24'),(70694,26475,'action complete via WP Cron','2021-01-31 19:04:24','2021-01-31 11:04:24'),(70695,26476,'action created','2021-01-31 19:04:24','2021-01-31 11:04:24'),(70696,26476,'action started via WP Cron','2021-01-31 19:06:57','2021-01-31 11:06:57'),(70697,26476,'action complete via WP Cron','2021-01-31 19:06:57','2021-01-31 11:06:57'),(70698,26477,'action created','2021-01-31 19:06:57','2021-01-31 11:06:57'),(70699,26477,'action started via WP Cron','2021-01-31 19:08:45','2021-01-31 11:08:45'),(70700,26477,'action complete via WP Cron','2021-01-31 19:08:45','2021-01-31 11:08:45'),(70701,26478,'action created','2021-01-31 19:08:45','2021-01-31 11:08:45'),(70702,26478,'action started via WP Cron','2021-01-31 19:11:57','2021-01-31 11:11:57'),(70703,26478,'action complete via WP Cron','2021-01-31 19:11:57','2021-01-31 11:11:57'),(70704,26479,'action created','2021-01-31 19:11:57','2021-01-31 11:11:57'),(70705,26479,'action started via WP Cron','2021-01-31 19:14:39','2021-01-31 11:14:39'),(70706,26479,'action complete via WP Cron','2021-01-31 19:14:39','2021-01-31 11:14:39'),(70707,26480,'action created','2021-01-31 19:14:39','2021-01-31 11:14:39'),(70708,26480,'action started via WP Cron','2021-01-31 19:15:33','2021-01-31 11:15:33'),(70709,26480,'action complete via WP Cron','2021-01-31 19:15:33','2021-01-31 11:15:33'),(70710,26481,'action created','2021-01-31 19:15:33','2021-01-31 11:15:33'),(70711,26481,'action started via WP Cron','2021-01-31 19:18:15','2021-01-31 11:18:15'),(70712,26481,'action complete via WP Cron','2021-01-31 19:18:15','2021-01-31 11:18:15'),(70713,26482,'action created','2021-01-31 19:18:15','2021-01-31 11:18:15'),(70714,26482,'action started via Async Request','2021-01-31 19:19:20','2021-01-31 11:19:20'),(70715,26482,'action complete via Async Request','2021-01-31 19:19:20','2021-01-31 11:19:20'),(70716,26483,'action created','2021-01-31 19:19:21','2021-01-31 11:19:21'),(70717,26483,'action started via WP Cron','2021-01-31 19:20:23','2021-01-31 11:20:23'),(70718,26483,'action complete via WP Cron','2021-01-31 19:20:23','2021-01-31 11:20:23'),(70719,26484,'action created','2021-01-31 19:20:23','2021-01-31 11:20:23'),(70720,26484,'action started via WP Cron','2021-01-31 19:21:24','2021-01-31 11:21:24'),(70721,26484,'action complete via WP Cron','2021-01-31 19:21:24','2021-01-31 11:21:24'),(70722,26485,'action created','2021-01-31 19:21:24','2021-01-31 11:21:24'),(70723,26485,'action started via WP Cron','2021-01-31 19:24:18','2021-01-31 11:24:18'),(70724,26485,'action complete via WP Cron','2021-01-31 19:24:18','2021-01-31 11:24:18'),(70725,26486,'action created','2021-01-31 19:24:18','2021-01-31 11:24:18'),(70726,26486,'action started via WP Cron','2021-01-31 19:28:10','2021-01-31 11:28:10'),(70727,26486,'action complete via WP Cron','2021-01-31 19:28:10','2021-01-31 11:28:10'),(70728,26487,'action created','2021-01-31 19:28:10','2021-01-31 11:28:10'),(70729,26487,'action started via WP Cron','2021-01-31 19:29:30','2021-01-31 11:29:30'),(70730,26487,'action complete via WP Cron','2021-01-31 19:29:30','2021-01-31 11:29:30'),(70731,26488,'action created','2021-01-31 19:29:30','2021-01-31 11:29:30'),(70732,26488,'action started via WP Cron','2021-01-31 19:30:23','2021-01-31 11:30:23'),(70733,26488,'action complete via WP Cron','2021-01-31 19:30:23','2021-01-31 11:30:23'),(70734,26489,'action created','2021-01-31 19:30:23','2021-01-31 11:30:23'),(70735,26489,'action started via WP Cron','2021-01-31 19:31:00','2021-01-31 11:31:00'),(70736,26489,'action complete via WP Cron','2021-01-31 19:31:00','2021-01-31 11:31:00'),(70737,26490,'action created','2021-01-31 19:31:00','2021-01-31 11:31:00'),(70738,26490,'action started via WP Cron','2021-01-31 19:32:30','2021-01-31 11:32:30'),(70739,26490,'action complete via WP Cron','2021-01-31 19:32:30','2021-01-31 11:32:30'),(70740,26491,'action created','2021-01-31 19:32:30','2021-01-31 11:32:30'),(70741,26491,'action started via WP Cron','2021-01-31 19:33:01','2021-01-31 11:33:01'),(70742,26491,'action complete via WP Cron','2021-01-31 19:33:01','2021-01-31 11:33:01'),(70743,26492,'action created','2021-01-31 19:33:01','2021-01-31 11:33:01'),(70744,26492,'action started via WP Cron','2021-01-31 19:34:02','2021-01-31 11:34:02'),(70745,26492,'action complete via WP Cron','2021-01-31 19:34:02','2021-01-31 11:34:02'),(70746,26493,'action created','2021-01-31 19:34:02','2021-01-31 11:34:02'),(70747,26493,'action started via WP Cron','2021-01-31 19:35:48','2021-01-31 11:35:48'),(70748,26493,'action complete via WP Cron','2021-01-31 19:35:48','2021-01-31 11:35:48'),(70749,26494,'action created','2021-01-31 19:35:48','2021-01-31 11:35:48'),(70750,26494,'action started via WP Cron','2021-01-31 19:36:46','2021-01-31 11:36:46'),(70751,26494,'action complete via WP Cron','2021-01-31 19:36:46','2021-01-31 11:36:46'),(70752,26495,'action created','2021-01-31 19:36:46','2021-01-31 11:36:46'),(70753,26495,'action started via WP Cron','2021-01-31 19:37:47','2021-01-31 11:37:47'),(70754,26495,'action complete via WP Cron','2021-01-31 19:37:47','2021-01-31 11:37:47'),(70755,26496,'action created','2021-01-31 19:37:47','2021-01-31 11:37:47'),(70756,26496,'action started via WP Cron','2021-01-31 19:39:01','2021-01-31 11:39:01'),(70757,26496,'action complete via WP Cron','2021-01-31 19:39:01','2021-01-31 11:39:01'),(70758,26497,'action created','2021-01-31 19:39:01','2021-01-31 11:39:01'),(70759,26497,'action started via WP Cron','2021-01-31 19:39:55','2021-01-31 11:39:55'),(70760,26497,'action complete via WP Cron','2021-01-31 19:39:55','2021-01-31 11:39:55'),(70761,26498,'action created','2021-01-31 19:39:55','2021-01-31 11:39:55'),(70762,26498,'action started via WP Cron','2021-01-31 19:40:56','2021-01-31 11:40:56'),(70763,26498,'action complete via WP Cron','2021-01-31 19:40:56','2021-01-31 11:40:56'),(70764,26499,'action created','2021-01-31 19:40:56','2021-01-31 11:40:56'),(70765,26499,'action started via WP Cron','2021-01-31 19:41:41','2021-01-31 11:41:41'),(70766,26499,'action complete via WP Cron','2021-01-31 19:41:41','2021-01-31 11:41:41'),(70767,26500,'action created','2021-01-31 19:41:41','2021-01-31 11:41:41'),(70768,26500,'action started via WP Cron','2021-01-31 19:44:36','2021-01-31 11:44:36'),(70769,26500,'action complete via WP Cron','2021-01-31 19:44:36','2021-01-31 11:44:36'),(70770,26501,'action created','2021-01-31 19:44:36','2021-01-31 11:44:36'),(70771,26501,'action started via WP Cron','2021-01-31 19:47:41','2021-01-31 11:47:41'),(70772,26501,'action complete via WP Cron','2021-01-31 19:47:41','2021-01-31 11:47:41'),(70773,26502,'action created','2021-01-31 19:47:41','2021-01-31 11:47:41'),(70774,26502,'action started via WP Cron','2021-01-31 19:50:04','2021-01-31 11:50:04'),(70775,26502,'action complete via WP Cron','2021-01-31 19:50:04','2021-01-31 11:50:04'),(70776,26503,'action created','2021-01-31 19:50:04','2021-01-31 11:50:04'),(70777,26503,'action started via WP Cron','2021-01-31 19:51:29','2021-01-31 11:51:29'),(70778,26503,'action complete via WP Cron','2021-01-31 19:51:29','2021-01-31 11:51:29'),(70779,26504,'action created','2021-01-31 19:51:30','2021-01-31 11:51:30'),(70780,26504,'action started via WP Cron','2021-01-31 19:54:24','2021-01-31 11:54:24'),(70781,26504,'action complete via WP Cron','2021-01-31 19:54:24','2021-01-31 11:54:24'),(70782,26505,'action created','2021-01-31 19:54:24','2021-01-31 11:54:24'),(70783,26505,'action started via WP Cron','2021-01-31 19:55:18','2021-01-31 11:55:18'),(70784,26505,'action complete via WP Cron','2021-01-31 19:55:18','2021-01-31 11:55:18'),(70785,26506,'action created','2021-01-31 19:55:18','2021-01-31 11:55:18'),(70786,26506,'action started via WP Cron','2021-01-31 19:56:19','2021-01-31 11:56:19'),(70787,26506,'action complete via WP Cron','2021-01-31 19:56:19','2021-01-31 11:56:19'),(70788,26507,'action created','2021-01-31 19:56:19','2021-01-31 11:56:19'),(70789,26507,'action started via WP Cron','2021-01-31 19:58:01','2021-01-31 11:58:01'),(70790,26507,'action complete via WP Cron','2021-01-31 19:58:01','2021-01-31 11:58:01'),(70791,26508,'action created','2021-01-31 19:58:01','2021-01-31 11:58:01'),(70792,26508,'action started via WP Cron','2021-01-31 20:00:11','2021-01-31 12:00:11'),(70793,26508,'action complete via WP Cron','2021-01-31 20:00:11','2021-01-31 12:00:11'),(70794,26509,'action created','2021-01-31 20:00:11','2021-01-31 12:00:11'),(70795,26509,'action started via WP Cron','2021-01-31 20:00:55','2021-01-31 12:00:55'),(70796,26509,'action complete via WP Cron','2021-01-31 20:00:55','2021-01-31 12:00:55'),(70797,26510,'action created','2021-01-31 20:00:55','2021-01-31 12:00:55'),(70798,26510,'action started via WP Cron','2021-01-31 20:03:31','2021-01-31 12:03:31'),(70799,26510,'action complete via WP Cron','2021-01-31 20:03:31','2021-01-31 12:03:31'),(70800,26511,'action created','2021-01-31 20:03:31','2021-01-31 12:03:31'),(70801,26511,'action started via WP Cron','2021-01-31 20:04:12','2021-01-31 12:04:12'),(70802,26511,'action complete via WP Cron','2021-01-31 20:04:12','2021-01-31 12:04:12'),(70803,26512,'action created','2021-01-31 20:04:12','2021-01-31 12:04:12'),(70804,26512,'action started via WP Cron','2021-01-31 20:06:30','2021-01-31 12:06:30'),(70805,26512,'action complete via WP Cron','2021-01-31 20:06:30','2021-01-31 12:06:30'),(70806,26513,'action created','2021-01-31 20:06:30','2021-01-31 12:06:30'),(70807,26513,'action started via WP Cron','2021-01-31 20:08:54','2021-01-31 12:08:54'),(70808,26513,'action complete via WP Cron','2021-01-31 20:08:54','2021-01-31 12:08:54'),(70809,26514,'action created','2021-01-31 20:08:54','2021-01-31 12:08:54'),(70810,26514,'action started via WP Cron','2021-01-31 20:13:07','2021-01-31 12:13:07'),(70811,26514,'action complete via WP Cron','2021-01-31 20:13:07','2021-01-31 12:13:07'),(70812,26515,'action created','2021-01-31 20:13:07','2021-01-31 12:13:07'),(70813,26515,'action started via WP Cron','2021-01-31 20:15:49','2021-01-31 12:15:49'),(70814,26515,'action complete via WP Cron','2021-01-31 20:15:49','2021-01-31 12:15:49'),(70815,26516,'action created','2021-01-31 20:15:49','2021-01-31 12:15:49'),(70816,26516,'action started via WP Cron','2021-01-31 20:18:45','2021-01-31 12:18:45'),(70817,26516,'action complete via WP Cron','2021-01-31 20:18:45','2021-01-31 12:18:45'),(70818,26517,'action created','2021-01-31 20:18:46','2021-01-31 12:18:46'),(70819,26517,'action started via WP Cron','2021-01-31 20:21:30','2021-01-31 12:21:30'),(70820,26517,'action complete via WP Cron','2021-01-31 20:21:30','2021-01-31 12:21:30'),(70821,26518,'action created','2021-01-31 20:21:31','2021-01-31 12:21:31'),(70822,26518,'action started via WP Cron','2021-01-31 20:22:11','2021-01-31 12:22:11'),(70823,26518,'action complete via WP Cron','2021-01-31 20:22:11','2021-01-31 12:22:11'),(70824,26519,'action created','2021-01-31 20:22:11','2021-01-31 12:22:11'),(70825,26519,'action started via WP Cron','2021-01-31 20:23:25','2021-01-31 12:23:25'),(70826,26519,'action complete via WP Cron','2021-01-31 20:23:25','2021-01-31 12:23:25'),(70827,26520,'action created','2021-01-31 20:23:25','2021-01-31 12:23:25'),(70828,26520,'action started via WP Cron','2021-01-31 20:23:51','2021-01-31 12:23:51'),(70829,26520,'action complete via WP Cron','2021-01-31 20:23:51','2021-01-31 12:23:51'),(70830,26521,'action created','2021-01-31 20:23:52','2021-01-31 12:23:52'),(70831,26521,'action started via WP Cron','2021-01-31 20:24:54','2021-01-31 12:24:54'),(70832,26521,'action complete via WP Cron','2021-01-31 20:24:54','2021-01-31 12:24:54'),(70833,26522,'action created','2021-01-31 20:24:54','2021-01-31 12:24:54'),(70834,26522,'action started via WP Cron','2021-01-31 20:26:29','2021-01-31 12:26:29'),(70835,26522,'action complete via WP Cron','2021-01-31 20:26:29','2021-01-31 12:26:29'),(70836,26523,'action created','2021-01-31 20:26:29','2021-01-31 12:26:29'),(70837,26523,'action started via WP Cron','2021-01-31 20:27:18','2021-01-31 12:27:18'),(70838,26523,'action complete via WP Cron','2021-01-31 20:27:18','2021-01-31 12:27:18'),(70839,26524,'action created','2021-01-31 20:27:18','2021-01-31 12:27:18'),(70840,26524,'action started via WP Cron','2021-01-31 20:28:06','2021-01-31 12:28:06'),(70841,26524,'action complete via WP Cron','2021-01-31 20:28:06','2021-01-31 12:28:06'),(70842,26525,'action created','2021-01-31 20:28:06','2021-01-31 12:28:06'),(70843,26525,'action started via WP Cron','2021-01-31 20:29:37','2021-01-31 12:29:37'),(70844,26525,'action complete via WP Cron','2021-01-31 20:29:37','2021-01-31 12:29:37'),(70845,26526,'action created','2021-01-31 20:29:37','2021-01-31 12:29:37'),(70846,26526,'action started via WP Cron','2021-01-31 20:31:14','2021-01-31 12:31:14'),(70847,26526,'action complete via WP Cron','2021-01-31 20:31:14','2021-01-31 12:31:14'),(70848,26527,'action created','2021-01-31 20:31:14','2021-01-31 12:31:14'),(70849,26527,'action started via WP Cron','2021-01-31 20:31:51','2021-01-31 12:31:51'),(70850,26527,'action complete via WP Cron','2021-01-31 20:31:51','2021-01-31 12:31:51'),(70851,26528,'action created','2021-01-31 20:31:51','2021-01-31 12:31:51'),(70852,26528,'action started via WP Cron','2021-01-31 20:33:01','2021-01-31 12:33:01'),(70853,26528,'action complete via WP Cron','2021-01-31 20:33:01','2021-01-31 12:33:01'),(70854,26529,'action created','2021-01-31 20:33:01','2021-01-31 12:33:01'),(70855,26529,'action started via WP Cron','2021-01-31 20:34:02','2021-01-31 12:34:02'),(70856,26529,'action complete via WP Cron','2021-01-31 20:34:02','2021-01-31 12:34:02'),(70857,26530,'action created','2021-01-31 20:34:02','2021-01-31 12:34:02'),(70858,26530,'action started via WP Cron','2021-01-31 20:34:50','2021-01-31 12:34:50'),(70859,26530,'action complete via WP Cron','2021-01-31 20:34:50','2021-01-31 12:34:50'),(70860,26531,'action created','2021-01-31 20:34:50','2021-01-31 12:34:50'),(70861,26531,'action started via WP Cron','2021-01-31 20:37:16','2021-01-31 12:37:16'),(70862,26531,'action complete via WP Cron','2021-01-31 20:37:16','2021-01-31 12:37:16'),(70863,26532,'action created','2021-01-31 20:37:16','2021-01-31 12:37:16'),(70864,26532,'action started via WP Cron','2021-01-31 20:37:49','2021-01-31 12:37:49'),(70865,26532,'action complete via WP Cron','2021-01-31 20:37:49','2021-01-31 12:37:49'),(70866,26533,'action created','2021-01-31 20:37:49','2021-01-31 12:37:49'),(70867,26533,'action started via WP Cron','2021-01-31 20:38:47','2021-01-31 12:38:47'),(70868,26533,'action complete via WP Cron','2021-01-31 20:38:47','2021-01-31 12:38:47'),(70869,26534,'action created','2021-01-31 20:38:47','2021-01-31 12:38:47'),(70870,26534,'action started via WP Cron','2021-01-31 20:39:48','2021-01-31 12:39:48'),(70871,26534,'action complete via WP Cron','2021-01-31 20:39:48','2021-01-31 12:39:48'),(70872,26535,'action created','2021-01-31 20:39:48','2021-01-31 12:39:48'),(70873,26535,'action started via WP Cron','2021-01-31 20:40:54','2021-01-31 12:40:54'),(70874,26535,'action complete via WP Cron','2021-01-31 20:40:54','2021-01-31 12:40:54'),(70875,26536,'action created','2021-01-31 20:40:54','2021-01-31 12:40:54'),(70876,26536,'action started via WP Cron','2021-01-31 20:41:58','2021-01-31 12:41:58'),(70877,26536,'action complete via WP Cron','2021-01-31 20:41:58','2021-01-31 12:41:58'),(70878,26537,'action created','2021-01-31 20:41:59','2021-01-31 12:41:59'),(70879,26537,'action started via WP Cron','2021-01-31 20:43:32','2021-01-31 12:43:32'),(70880,26537,'action complete via WP Cron','2021-01-31 20:43:32','2021-01-31 12:43:32'),(70881,26538,'action created','2021-01-31 20:43:32','2021-01-31 12:43:32'),(70882,26538,'action started via WP Cron','2021-01-31 20:43:51','2021-01-31 12:43:51'),(70883,26538,'action complete via WP Cron','2021-01-31 20:43:51','2021-01-31 12:43:51'),(70884,26539,'action created','2021-01-31 20:43:51','2021-01-31 12:43:51'),(70885,26539,'action started via WP Cron','2021-01-31 20:46:46','2021-01-31 12:46:46'),(70886,26539,'action complete via WP Cron','2021-01-31 20:46:46','2021-01-31 12:46:46'),(70887,26540,'action created','2021-01-31 20:46:46','2021-01-31 12:46:46'),(70888,26540,'action started via WP Cron','2021-01-31 20:49:47','2021-01-31 12:49:47'),(70889,26540,'action complete via WP Cron','2021-01-31 20:49:47','2021-01-31 12:49:47'),(70890,26541,'action created','2021-01-31 20:49:47','2021-01-31 12:49:47'),(70891,26541,'action started via WP Cron','2021-01-31 20:51:15','2021-01-31 12:51:15'),(70892,26541,'action complete via WP Cron','2021-01-31 20:51:15','2021-01-31 12:51:15'),(70893,26542,'action created','2021-01-31 20:51:15','2021-01-31 12:51:15'),(70894,26542,'action started via WP Cron','2021-01-31 20:53:50','2021-01-31 12:53:50'),(70895,26542,'action complete via WP Cron','2021-01-31 20:53:50','2021-01-31 12:53:50'),(70896,26543,'action created','2021-01-31 20:53:50','2021-01-31 12:53:50'),(70897,26543,'action started via WP Cron','2021-01-31 20:56:25','2021-01-31 12:56:25'),(70898,26543,'action complete via WP Cron','2021-01-31 20:56:25','2021-01-31 12:56:25'),(70899,26544,'action created','2021-01-31 20:56:25','2021-01-31 12:56:25'),(70900,26544,'action started via WP Cron','2021-01-31 20:57:09','2021-01-31 12:57:09'),(70901,26544,'action complete via WP Cron','2021-01-31 20:57:09','2021-01-31 12:57:09'),(70902,26545,'action created','2021-01-31 20:57:09','2021-01-31 12:57:09'),(70903,26545,'action started via WP Cron','2021-01-31 20:58:20','2021-01-31 12:58:20'),(70904,26545,'action complete via WP Cron','2021-01-31 20:58:20','2021-01-31 12:58:20'),(70905,26546,'action created','2021-01-31 20:58:20','2021-01-31 12:58:20'),(70906,26546,'action started via WP Cron','2021-01-31 21:00:22','2021-01-31 13:00:22'),(70907,26546,'action complete via WP Cron','2021-01-31 21:00:22','2021-01-31 13:00:22'),(70908,26547,'action created','2021-01-31 21:00:22','2021-01-31 13:00:22'),(70909,26547,'action started via WP Cron','2021-01-31 21:00:42','2021-01-31 13:00:42'),(70910,26547,'action complete via WP Cron','2021-01-31 21:00:42','2021-01-31 13:00:42'),(70911,26548,'action created','2021-01-31 21:00:42','2021-01-31 13:00:42'),(70912,26548,'action started via WP Cron','2021-01-31 21:02:24','2021-01-31 13:02:24'),(70913,26548,'action complete via WP Cron','2021-01-31 21:02:24','2021-01-31 13:02:24'),(70914,26549,'action created','2021-01-31 21:02:24','2021-01-31 13:02:24'),(70915,26549,'action started via WP Cron','2021-01-31 21:03:33','2021-01-31 13:03:33'),(70916,26549,'action complete via WP Cron','2021-01-31 21:03:33','2021-01-31 13:03:33'),(70917,26550,'action created','2021-01-31 21:03:33','2021-01-31 13:03:33'),(70918,26550,'action started via WP Cron','2021-01-31 21:06:30','2021-01-31 13:06:30'),(70919,26550,'action complete via WP Cron','2021-01-31 21:06:30','2021-01-31 13:06:30'),(70920,26551,'action created','2021-01-31 21:06:30','2021-01-31 13:06:30'),(70921,26551,'action started via WP Cron','2021-01-31 21:08:01','2021-01-31 13:08:01'),(70922,26551,'action complete via WP Cron','2021-01-31 21:08:01','2021-01-31 13:08:01'),(70923,26552,'action created','2021-01-31 21:08:01','2021-01-31 13:08:01'),(70924,26552,'action started via WP Cron','2021-01-31 21:08:58','2021-01-31 13:08:58'),(70925,26552,'action complete via WP Cron','2021-01-31 21:08:58','2021-01-31 13:08:58'),(70926,26553,'action created','2021-01-31 21:08:58','2021-01-31 13:08:58'),(70927,26553,'action started via WP Cron','2021-01-31 21:09:59','2021-01-31 13:09:59'),(70928,26553,'action complete via WP Cron','2021-01-31 21:09:59','2021-01-31 13:09:59'),(70929,26554,'action created','2021-01-31 21:09:59','2021-01-31 13:09:59'),(70930,26554,'action started via WP Cron','2021-01-31 21:12:48','2021-01-31 13:12:48'),(70931,26554,'action complete via WP Cron','2021-01-31 21:12:48','2021-01-31 13:12:48'),(70932,26555,'action created','2021-01-31 21:12:48','2021-01-31 13:12:48'),(70933,26555,'action started via WP Cron','2021-01-31 21:15:49','2021-01-31 13:15:49'),(70934,26555,'action complete via WP Cron','2021-01-31 21:15:49','2021-01-31 13:15:49'),(70935,26556,'action created','2021-01-31 21:15:49','2021-01-31 13:15:49'),(70936,26556,'action started via WP Cron','2021-01-31 21:18:49','2021-01-31 13:18:49'),(70937,26556,'action complete via WP Cron','2021-01-31 21:18:49','2021-01-31 13:18:49'),(70938,26557,'action created','2021-01-31 21:18:49','2021-01-31 13:18:49'),(70939,26557,'action started via WP Cron','2021-01-31 21:21:54','2021-01-31 13:21:54'),(70940,26557,'action complete via WP Cron','2021-01-31 21:21:54','2021-01-31 13:21:54'),(70941,26558,'action created','2021-01-31 21:21:54','2021-01-31 13:21:54'),(70942,26558,'action started via WP Cron','2021-01-31 21:25:04','2021-01-31 13:25:04'),(70943,26558,'action complete via WP Cron','2021-01-31 21:25:04','2021-01-31 13:25:04'),(70944,26559,'action created','2021-01-31 21:25:04','2021-01-31 13:25:04'),(70945,26559,'action started via WP Cron','2021-01-31 21:27:19','2021-01-31 13:27:19'),(70946,26559,'action complete via WP Cron','2021-01-31 21:27:19','2021-01-31 13:27:19'),(70947,26560,'action created','2021-01-31 21:27:20','2021-01-31 13:27:20'),(70948,26560,'action started via WP Cron','2021-01-31 21:28:30','2021-01-31 13:28:30'),(70949,26560,'action complete via WP Cron','2021-01-31 21:28:30','2021-01-31 13:28:30'),(70950,26561,'action created','2021-01-31 21:28:30','2021-01-31 13:28:30'),(70951,26561,'action started via WP Cron','2021-01-31 21:29:30','2021-01-31 13:29:30'),(70952,26561,'action complete via WP Cron','2021-01-31 21:29:30','2021-01-31 13:29:30'),(70953,26562,'action created','2021-01-31 21:29:30','2021-01-31 13:29:30'),(70954,26562,'action started via WP Cron','2021-01-31 21:29:59','2021-01-31 13:29:59'),(70955,26562,'action complete via WP Cron','2021-01-31 21:29:59','2021-01-31 13:29:59'),(70956,26563,'action created','2021-01-31 21:29:59','2021-01-31 13:29:59'),(70957,26563,'action started via WP Cron','2021-01-31 21:31:38','2021-01-31 13:31:38'),(70958,26563,'action complete via WP Cron','2021-01-31 21:31:38','2021-01-31 13:31:38'),(70959,26564,'action created','2021-01-31 21:31:38','2021-01-31 13:31:38'),(70960,26564,'action started via WP Cron','2021-01-31 21:32:10','2021-01-31 13:32:10'),(70961,26564,'action complete via WP Cron','2021-01-31 21:32:10','2021-01-31 13:32:10'),(70962,26565,'action created','2021-01-31 21:32:10','2021-01-31 13:32:10'),(70963,26565,'action started via WP Cron','2021-01-31 21:33:40','2021-01-31 13:33:40'),(70964,26565,'action complete via WP Cron','2021-01-31 21:33:40','2021-01-31 13:33:40'),(70965,26566,'action created','2021-01-31 21:33:40','2021-01-31 13:33:40'),(70966,26566,'action started via WP Cron','2021-01-31 21:37:23','2021-01-31 13:37:23'),(70967,26566,'action complete via WP Cron','2021-01-31 21:37:23','2021-01-31 13:37:23'),(70968,26567,'action created','2021-01-31 21:37:23','2021-01-31 13:37:23'),(70969,26567,'action started via WP Cron','2021-01-31 21:37:58','2021-01-31 13:37:58'),(70970,26567,'action complete via WP Cron','2021-01-31 21:37:58','2021-01-31 13:37:58'),(70971,26568,'action created','2021-01-31 21:37:58','2021-01-31 13:37:58'),(70972,26568,'action started via WP Cron','2021-01-31 21:39:50','2021-01-31 13:39:50'),(70973,26568,'action complete via WP Cron','2021-01-31 21:39:50','2021-01-31 13:39:50'),(70974,26569,'action created','2021-01-31 21:39:50','2021-01-31 13:39:50'),(70975,26569,'action started via WP Cron','2021-01-31 21:40:48','2021-01-31 13:40:48'),(70976,26569,'action complete via WP Cron','2021-01-31 21:40:48','2021-01-31 13:40:48'),(70977,26570,'action created','2021-01-31 21:40:48','2021-01-31 13:40:48'),(70978,26570,'action started via WP Cron','2021-01-31 21:41:49','2021-01-31 13:41:49'),(70979,26570,'action complete via WP Cron','2021-01-31 21:41:49','2021-01-31 13:41:49'),(70980,26571,'action created','2021-01-31 21:41:49','2021-01-31 13:41:49'),(70981,26571,'action started via WP Cron','2021-01-31 21:44:54','2021-01-31 13:44:54'),(70982,26571,'action complete via WP Cron','2021-01-31 21:44:54','2021-01-31 13:44:54'),(70983,26572,'action created','2021-01-31 21:44:54','2021-01-31 13:44:54'),(70984,26572,'action started via WP Cron','2021-01-31 21:47:47','2021-01-31 13:47:47'),(70985,26572,'action complete via WP Cron','2021-01-31 21:47:47','2021-01-31 13:47:47'),(70986,26573,'action created','2021-01-31 21:47:47','2021-01-31 13:47:47'),(70987,26573,'action started via WP Cron','2021-01-31 21:48:46','2021-01-31 13:48:46'),(70988,26573,'action complete via WP Cron','2021-01-31 21:48:46','2021-01-31 13:48:46'),(70989,26574,'action created','2021-01-31 21:48:46','2021-01-31 13:48:46'),(70990,26574,'action started via WP Cron','2021-01-31 21:50:23','2021-01-31 13:50:23'),(70991,26574,'action complete via WP Cron','2021-01-31 21:50:23','2021-01-31 13:50:23'),(70992,26575,'action created','2021-01-31 21:50:23','2021-01-31 13:50:23'),(70993,26575,'action started via WP Cron','2021-01-31 21:50:45','2021-01-31 13:50:45'),(70994,26575,'action complete via WP Cron','2021-01-31 21:50:45','2021-01-31 13:50:45'),(70995,26576,'action created','2021-01-31 21:50:45','2021-01-31 13:50:45'),(70996,26576,'action started via WP Cron','2021-01-31 21:54:16','2021-01-31 13:54:16'),(70997,26576,'action complete via WP Cron','2021-01-31 21:54:16','2021-01-31 13:54:16'),(70998,26577,'action created','2021-01-31 21:54:16','2021-01-31 13:54:16'),(70999,26577,'action started via WP Cron','2021-01-31 21:55:47','2021-01-31 13:55:47'),(71000,26577,'action complete via WP Cron','2021-01-31 21:55:47','2021-01-31 13:55:47'),(71001,26578,'action created','2021-01-31 21:55:47','2021-01-31 13:55:47'),(71002,26578,'action started via WP Cron','2021-01-31 21:56:49','2021-01-31 13:56:49'),(71003,26578,'action complete via WP Cron','2021-01-31 21:56:49','2021-01-31 13:56:49'),(71004,26579,'action created','2021-01-31 21:56:49','2021-01-31 13:56:49'),(71005,26579,'action started via WP Cron','2021-01-31 22:00:18','2021-01-31 14:00:18'),(71006,26579,'action complete via WP Cron','2021-01-31 22:00:18','2021-01-31 14:00:18'),(71007,26580,'action created','2021-01-31 22:00:18','2021-01-31 14:00:18'),(71008,26580,'action started via WP Cron','2021-01-31 22:02:30','2021-01-31 14:02:30'),(71009,26580,'action complete via WP Cron','2021-01-31 22:02:30','2021-01-31 14:02:30'),(71010,26581,'action created','2021-01-31 22:02:30','2021-01-31 14:02:30'),(71011,26581,'action started via WP Cron','2021-01-31 22:03:03','2021-01-31 14:03:03'),(71012,26581,'action complete via WP Cron','2021-01-31 22:03:03','2021-01-31 14:03:03'),(71013,26582,'action created','2021-01-31 22:03:03','2021-01-31 14:03:03'),(71014,26582,'action started via WP Cron','2021-01-31 22:04:19','2021-01-31 14:04:19'),(71015,26582,'action complete via WP Cron','2021-01-31 22:04:19','2021-01-31 14:04:19'),(71016,26583,'action created','2021-01-31 22:04:20','2021-01-31 14:04:20'),(71017,26583,'action started via WP Cron','2021-01-31 22:04:41','2021-01-31 14:04:41'),(71018,26583,'action complete via WP Cron','2021-01-31 22:04:41','2021-01-31 14:04:41'),(71019,26584,'action created','2021-01-31 22:04:41','2021-01-31 14:04:41'),(71020,26584,'action started via WP Cron','2021-01-31 22:06:27','2021-01-31 14:06:27'),(71021,26584,'action complete via WP Cron','2021-01-31 22:06:27','2021-01-31 14:06:27'),(71022,26585,'action created','2021-01-31 22:06:27','2021-01-31 14:06:27'),(71023,26585,'action started via WP Cron','2021-01-31 22:07:28','2021-01-31 14:07:28'),(71024,26585,'action complete via WP Cron','2021-01-31 22:07:28','2021-01-31 14:07:28'),(71025,26586,'action created','2021-01-31 22:07:28','2021-01-31 14:07:28'),(71026,26586,'action started via WP Cron','2021-01-31 22:08:29','2021-01-31 14:08:29'),(71027,26586,'action complete via WP Cron','2021-01-31 22:08:29','2021-01-31 14:08:29'),(71028,26587,'action created','2021-01-31 22:08:29','2021-01-31 14:08:29'),(71029,26587,'action started via WP Cron','2021-01-31 22:09:24','2021-01-31 14:09:24'),(71030,26587,'action complete via WP Cron','2021-01-31 22:09:24','2021-01-31 14:09:24'),(71031,26588,'action created','2021-01-31 22:09:24','2021-01-31 14:09:24'),(71032,26588,'action started via WP Cron','2021-01-31 22:10:26','2021-01-31 14:10:26'),(71033,26588,'action complete via WP Cron','2021-01-31 22:10:26','2021-01-31 14:10:26'),(71034,26589,'action created','2021-01-31 22:10:26','2021-01-31 14:10:26'),(71035,26589,'action started via WP Cron','2021-01-31 22:12:19','2021-01-31 14:12:19'),(71036,26589,'action complete via WP Cron','2021-01-31 22:12:19','2021-01-31 14:12:19'),(71037,26590,'action created','2021-01-31 22:12:19','2021-01-31 14:12:19'),(71038,26590,'action started via WP Cron','2021-01-31 22:15:14','2021-01-31 14:15:14'),(71039,26590,'action complete via WP Cron','2021-01-31 22:15:14','2021-01-31 14:15:14'),(71040,26591,'action created','2021-01-31 22:15:14','2021-01-31 14:15:14'),(71041,26591,'action started via WP Cron','2021-01-31 22:18:33','2021-01-31 14:18:33'),(71042,26591,'action complete via WP Cron','2021-01-31 22:18:33','2021-01-31 14:18:33'),(71043,26592,'action created','2021-01-31 22:18:33','2021-01-31 14:18:33'),(71044,26592,'action started via WP Cron','2021-01-31 22:19:14','2021-01-31 14:19:14'),(71045,26592,'action complete via WP Cron','2021-01-31 22:19:14','2021-01-31 14:19:14'),(71046,26593,'action created','2021-01-31 22:19:14','2021-01-31 14:19:14'),(71047,26593,'action started via WP Cron','2021-01-31 22:20:03','2021-01-31 14:20:03'),(71048,26593,'action complete via WP Cron','2021-01-31 22:20:03','2021-01-31 14:20:03'),(71049,26594,'action created','2021-01-31 22:20:04','2021-01-31 14:20:04'),(71050,26594,'action started via WP Cron','2021-01-31 22:21:40','2021-01-31 14:21:40'),(71051,26594,'action complete via WP Cron','2021-01-31 22:21:40','2021-01-31 14:21:40'),(71052,26595,'action created','2021-01-31 22:21:40','2021-01-31 14:21:40'),(71053,26595,'action started via WP Cron','2021-01-31 22:24:45','2021-01-31 14:24:45'),(71054,26595,'action complete via WP Cron','2021-01-31 22:24:45','2021-01-31 14:24:45'),(71055,26596,'action created','2021-01-31 22:24:45','2021-01-31 14:24:45'),(71056,26596,'action started via WP Cron','2021-01-31 22:29:06','2021-01-31 14:29:06'),(71057,26596,'action complete via WP Cron','2021-01-31 22:29:06','2021-01-31 14:29:06'),(71058,26597,'action created','2021-01-31 22:29:06','2021-01-31 14:29:06'),(71059,26597,'action started via WP Cron','2021-01-31 22:32:22','2021-01-31 14:32:22'),(71060,26597,'action complete via WP Cron','2021-01-31 22:32:22','2021-01-31 14:32:22'),(71061,26598,'action created','2021-01-31 22:32:22','2021-01-31 14:32:22'),(71062,26598,'action started via WP Cron','2021-01-31 22:32:59','2021-01-31 14:32:59'),(71063,26598,'action complete via WP Cron','2021-01-31 22:32:59','2021-01-31 14:32:59'),(71064,26599,'action created','2021-01-31 22:32:59','2021-01-31 14:32:59'),(71065,26599,'action started via WP Cron','2021-01-31 22:35:53','2021-01-31 14:35:53'),(71066,26599,'action complete via WP Cron','2021-01-31 22:35:53','2021-01-31 14:35:53'),(71067,26600,'action created','2021-01-31 22:35:53','2021-01-31 14:35:53'),(71068,26600,'action started via WP Cron','2021-01-31 22:38:55','2021-01-31 14:38:55'),(71069,26600,'action complete via WP Cron','2021-01-31 22:38:55','2021-01-31 14:38:55'),(71070,26601,'action created','2021-01-31 22:38:55','2021-01-31 14:38:55'),(71071,26601,'action started via WP Cron','2021-01-31 22:41:55','2021-01-31 14:41:55'),(71072,26601,'action complete via WP Cron','2021-01-31 22:41:55','2021-01-31 14:41:55'),(71073,26602,'action created','2021-01-31 22:41:56','2021-01-31 14:41:56'),(71074,26602,'action started via WP Cron','2021-01-31 22:42:49','2021-01-31 14:42:49'),(71075,26602,'action complete via WP Cron','2021-01-31 22:42:49','2021-01-31 14:42:49'),(71076,26603,'action created','2021-01-31 22:42:49','2021-01-31 14:42:49'),(71077,26603,'action started via WP Cron','2021-01-31 22:43:50','2021-01-31 14:43:50'),(71078,26603,'action complete via WP Cron','2021-01-31 22:43:50','2021-01-31 14:43:50'),(71079,26604,'action created','2021-01-31 22:43:50','2021-01-31 14:43:50'),(71080,26604,'action started via WP Cron','2021-01-31 22:45:30','2021-01-31 14:45:30'),(71081,26604,'action complete via WP Cron','2021-01-31 22:45:30','2021-01-31 14:45:30'),(71082,26605,'action created','2021-01-31 22:45:30','2021-01-31 14:45:30'),(71083,26605,'action started via WP Cron','2021-01-31 22:45:52','2021-01-31 14:45:52'),(71084,26605,'action complete via WP Cron','2021-01-31 22:45:52','2021-01-31 14:45:52'),(71085,26606,'action created','2021-01-31 22:45:52','2021-01-31 14:45:52'),(71086,26606,'action started via WP Cron','2021-01-31 22:46:53','2021-01-31 14:46:53'),(71087,26606,'action complete via WP Cron','2021-01-31 22:46:53','2021-01-31 14:46:53'),(71088,26607,'action created','2021-01-31 22:46:53','2021-01-31 14:46:53'),(71089,26607,'action started via WP Cron','2021-01-31 22:47:54','2021-01-31 14:47:54'),(71090,26607,'action complete via WP Cron','2021-01-31 22:47:54','2021-01-31 14:47:54'),(71091,26608,'action created','2021-01-31 22:47:54','2021-01-31 14:47:54'),(71092,26608,'action started via WP Cron','2021-01-31 22:48:56','2021-01-31 14:48:56'),(71093,26608,'action complete via WP Cron','2021-01-31 22:48:56','2021-01-31 14:48:56'),(71094,26609,'action created','2021-01-31 22:48:56','2021-01-31 14:48:56'),(71095,26609,'action started via WP Cron','2021-01-31 22:52:01','2021-01-31 14:52:01'),(71096,26609,'action complete via WP Cron','2021-01-31 22:52:01','2021-01-31 14:52:01'),(71097,26610,'action created','2021-01-31 22:52:01','2021-01-31 14:52:01'),(71098,26610,'action started via WP Cron','2021-01-31 22:53:14','2021-01-31 14:53:14'),(71099,26610,'action complete via WP Cron','2021-01-31 22:53:14','2021-01-31 14:53:14'),(71100,26611,'action created','2021-01-31 22:53:14','2021-01-31 14:53:14'),(71101,26611,'action started via WP Cron','2021-01-31 22:54:15','2021-01-31 14:54:15'),(71102,26611,'action complete via WP Cron','2021-01-31 22:54:15','2021-01-31 14:54:15'),(71103,26612,'action created','2021-01-31 22:54:15','2021-01-31 14:54:15'),(71104,26612,'action started via WP Cron','2021-01-31 22:55:27','2021-01-31 14:55:27'),(71105,26612,'action complete via WP Cron','2021-01-31 22:55:27','2021-01-31 14:55:27'),(71106,26613,'action created','2021-01-31 22:55:27','2021-01-31 14:55:27'),(71107,26613,'action started via WP Cron','2021-01-31 22:56:05','2021-01-31 14:56:05'),(71108,26613,'action complete via WP Cron','2021-01-31 22:56:05','2021-01-31 14:56:05'),(71109,26614,'action created','2021-01-31 22:56:05','2021-01-31 14:56:05'),(71110,26614,'action started via WP Cron','2021-01-31 22:58:22','2021-01-31 14:58:22'),(71111,26614,'action complete via WP Cron','2021-01-31 22:58:22','2021-01-31 14:58:22'),(71112,26615,'action created','2021-01-31 22:58:22','2021-01-31 14:58:22'),(71113,26615,'action started via WP Cron','2021-01-31 23:00:50','2021-01-31 15:00:50'),(71114,26615,'action complete via WP Cron','2021-01-31 23:00:50','2021-01-31 15:00:50'),(71115,26616,'action created','2021-01-31 23:00:50','2021-01-31 15:00:50'),(71116,26616,'action started via WP Cron','2021-01-31 23:04:36','2021-01-31 15:04:36'),(71117,26616,'action complete via WP Cron','2021-01-31 23:04:36','2021-01-31 15:04:36'),(71118,26617,'action created','2021-01-31 23:04:36','2021-01-31 15:04:36'),(71119,26617,'action started via WP Cron','2021-01-31 23:07:47','2021-01-31 15:07:47'),(71120,26617,'action complete via WP Cron','2021-01-31 23:07:47','2021-01-31 15:07:47'),(71121,26618,'action created','2021-01-31 23:07:47','2021-01-31 15:07:47'),(71122,26618,'action started via WP Cron','2021-01-31 23:11:04','2021-01-31 15:11:04'),(71123,26618,'action complete via WP Cron','2021-01-31 23:11:04','2021-01-31 15:11:04'),(71124,26619,'action created','2021-01-31 23:11:04','2021-01-31 15:11:04'),(71125,26619,'action started via WP Cron','2021-01-31 23:14:11','2021-01-31 15:14:11'),(71126,26619,'action complete via WP Cron','2021-01-31 23:14:11','2021-01-31 15:14:11'),(71127,26620,'action created','2021-01-31 23:14:11','2021-01-31 15:14:11'),(71128,26620,'action started via WP Cron','2021-01-31 23:17:11','2021-01-31 15:17:11'),(71129,26620,'action complete via WP Cron','2021-01-31 23:17:11','2021-01-31 15:17:11'),(71130,26621,'action created','2021-01-31 23:17:11','2021-01-31 15:17:11'),(71131,26621,'action started via WP Cron','2021-01-31 23:18:43','2021-01-31 15:18:43'),(71132,26621,'action complete via WP Cron','2021-01-31 23:18:43','2021-01-31 15:18:43'),(71133,26622,'action created','2021-01-31 23:18:43','2021-01-31 15:18:43'),(71134,26622,'action started via WP Cron','2021-01-31 23:20:33','2021-01-31 15:20:33'),(71135,26622,'action complete via WP Cron','2021-01-31 23:20:33','2021-01-31 15:20:33'),(71136,26623,'action created','2021-01-31 23:20:33','2021-01-31 15:20:33'),(71137,26623,'action started via WP Cron','2021-01-31 23:23:36','2021-01-31 15:23:36'),(71138,26623,'action complete via WP Cron','2021-01-31 23:23:36','2021-01-31 15:23:36'),(71139,26624,'action created','2021-01-31 23:23:36','2021-01-31 15:23:36'),(71140,26624,'action started via WP Cron','2021-01-31 23:27:31','2021-01-31 15:27:31'),(71141,26624,'action complete via WP Cron','2021-01-31 23:27:31','2021-01-31 15:27:31'),(71142,26625,'action created','2021-01-31 23:27:31','2021-01-31 15:27:31'),(71143,26625,'action started via WP Cron','2021-01-31 23:30:22','2021-01-31 15:30:22'),(71144,26625,'action complete via WP Cron','2021-01-31 23:30:22','2021-01-31 15:30:22'),(71145,26626,'action created','2021-01-31 23:30:22','2021-01-31 15:30:22'),(71146,26626,'action started via WP Cron','2021-01-31 23:33:20','2021-01-31 15:33:20'),(71147,26626,'action complete via WP Cron','2021-01-31 23:33:20','2021-01-31 15:33:20'),(71148,26627,'action created','2021-01-31 23:33:20','2021-01-31 15:33:20'),(71149,26627,'action started via WP Cron','2021-01-31 23:36:37','2021-01-31 15:36:37'),(71150,26627,'action complete via WP Cron','2021-01-31 23:36:37','2021-01-31 15:36:37'),(71151,26628,'action created','2021-01-31 23:36:37','2021-01-31 15:36:37'),(71152,26628,'action started via WP Cron','2021-01-31 23:39:29','2021-01-31 15:39:29'),(71153,26628,'action complete via WP Cron','2021-01-31 23:39:29','2021-01-31 15:39:29'),(71154,26629,'action created','2021-01-31 23:39:29','2021-01-31 15:39:29'),(71155,26629,'action started via WP Cron','2021-01-31 23:41:37','2021-01-31 15:41:37'),(71156,26629,'action complete via WP Cron','2021-01-31 23:41:37','2021-01-31 15:41:37'),(71157,26630,'action created','2021-01-31 23:41:37','2021-01-31 15:41:37'),(71158,26630,'action started via WP Cron','2021-01-31 23:42:20','2021-01-31 15:42:20'),(71159,26630,'action complete via WP Cron','2021-01-31 23:42:20','2021-01-31 15:42:20'),(71160,26631,'action created','2021-01-31 23:42:20','2021-01-31 15:42:20'),(71161,26631,'action started via WP Cron','2021-01-31 23:44:50','2021-01-31 15:44:50'),(71162,26631,'action complete via WP Cron','2021-01-31 23:44:50','2021-01-31 15:44:50'),(71163,26632,'action created','2021-01-31 23:44:50','2021-01-31 15:44:50'),(71164,26632,'action started via WP Cron','2021-01-31 23:47:34','2021-01-31 15:47:34'),(71165,26632,'action complete via WP Cron','2021-01-31 23:47:34','2021-01-31 15:47:34'),(71166,26633,'action created','2021-01-31 23:47:34','2021-01-31 15:47:34'),(71167,26633,'action started via WP Cron','2021-01-31 23:48:17','2021-01-31 15:48:17'),(71168,26633,'action complete via WP Cron','2021-01-31 23:48:17','2021-01-31 15:48:17'),(71169,26634,'action created','2021-01-31 23:48:18','2021-01-31 15:48:18'),(71170,26634,'action started via WP Cron','2021-01-31 23:50:05','2021-01-31 15:50:05'),(71171,26634,'action complete via WP Cron','2021-01-31 23:50:05','2021-01-31 15:50:05'),(71172,26635,'action created','2021-01-31 23:50:05','2021-01-31 15:50:05'),(71173,26635,'action started via WP Cron','2021-01-31 23:50:52','2021-01-31 15:50:52'),(71174,26635,'action complete via WP Cron','2021-01-31 23:50:52','2021-01-31 15:50:52'),(71175,26636,'action created','2021-01-31 23:50:52','2021-01-31 15:50:52'),(71176,26636,'action started via WP Cron','2021-01-31 23:53:44','2021-01-31 15:53:44'),(71177,26636,'action complete via WP Cron','2021-01-31 23:53:44','2021-01-31 15:53:44'),(71178,26637,'action created','2021-01-31 23:53:44','2021-01-31 15:53:44'),(71179,26637,'action started via WP Cron','2021-01-31 23:56:42','2021-01-31 15:56:42'),(71180,26637,'action complete via WP Cron','2021-01-31 23:56:42','2021-01-31 15:56:42'),(71181,26638,'action created','2021-01-31 23:56:42','2021-01-31 15:56:42'),(71182,26638,'action started via WP Cron','2021-01-31 23:59:33','2021-01-31 15:59:33'),(71183,26638,'action complete via WP Cron','2021-01-31 23:59:33','2021-01-31 15:59:33'),(71184,26639,'action created','2021-01-31 23:59:33','2021-01-31 15:59:33'),(71185,26639,'action started via WP Cron','2021-02-01 00:02:13','2021-01-31 16:02:13'),(71186,26639,'action complete via WP Cron','2021-02-01 00:02:13','2021-01-31 16:02:13'),(71187,26640,'action created','2021-02-01 00:02:13','2021-01-31 16:02:13'),(71188,26640,'action started via WP Cron','2021-02-01 00:05:34','2021-01-31 16:05:34'),(71189,26640,'action complete via WP Cron','2021-02-01 00:05:34','2021-01-31 16:05:34'),(71190,26641,'action created','2021-02-01 00:05:34','2021-01-31 16:05:34'),(71191,26641,'action started via WP Cron','2021-02-01 00:06:51','2021-01-31 16:06:51'),(71192,26641,'action complete via WP Cron','2021-02-01 00:06:51','2021-01-31 16:06:51'),(71193,26642,'action created','2021-02-01 00:06:51','2021-01-31 16:06:51'),(71194,26642,'action started via WP Cron','2021-02-01 00:08:41','2021-01-31 16:08:41'),(71195,26642,'action complete via WP Cron','2021-02-01 00:08:41','2021-01-31 16:08:41'),(71196,26643,'action created','2021-02-01 00:08:42','2021-01-31 16:08:42'),(71197,26643,'action started via WP Cron','2021-02-01 00:11:02','2021-01-31 16:11:02'),(71198,26643,'action complete via WP Cron','2021-02-01 00:11:02','2021-01-31 16:11:02'),(71199,26644,'action created','2021-02-01 00:11:02','2021-01-31 16:11:02'),(71200,26644,'action started via WP Cron','2021-02-01 00:14:08','2021-01-31 16:14:08'),(71201,26644,'action complete via WP Cron','2021-02-01 00:14:08','2021-01-31 16:14:08'),(71202,26645,'action created','2021-02-01 00:14:09','2021-01-31 16:14:09'),(71203,26645,'action started via WP Cron','2021-02-01 00:16:27','2021-01-31 16:16:27'),(71204,26645,'action complete via WP Cron','2021-02-01 00:16:27','2021-01-31 16:16:27'),(71205,26646,'action created','2021-02-01 00:16:27','2021-01-31 16:16:27'),(71206,26646,'action started via WP Cron','2021-02-01 00:19:08','2021-01-31 16:19:08'),(71207,26646,'action complete via WP Cron','2021-02-01 00:19:08','2021-01-31 16:19:08'),(71208,26647,'action created','2021-02-01 00:19:08','2021-01-31 16:19:08'),(71209,26647,'action started via WP Cron','2021-02-01 00:22:02','2021-01-31 16:22:02'),(71210,26647,'action complete via WP Cron','2021-02-01 00:22:02','2021-01-31 16:22:02'),(71211,26648,'action created','2021-02-01 00:22:02','2021-01-31 16:22:02'),(71212,26648,'action started via WP Cron','2021-02-01 00:25:11','2021-01-31 16:25:11'),(71213,26648,'action complete via WP Cron','2021-02-01 00:25:11','2021-01-31 16:25:11'),(71214,26649,'action created','2021-02-01 00:25:11','2021-01-31 16:25:11'),(71215,26649,'action started via WP Cron','2021-02-01 00:27:45','2021-01-31 16:27:45'),(71216,26649,'action complete via WP Cron','2021-02-01 00:27:45','2021-01-31 16:27:45'),(71217,26650,'action created','2021-02-01 00:27:45','2021-01-31 16:27:45'),(71218,26650,'action started via WP Cron','2021-02-01 00:30:21','2021-01-31 16:30:21'),(71219,26650,'action complete via WP Cron','2021-02-01 00:30:21','2021-01-31 16:30:21'),(71220,26651,'action created','2021-02-01 00:30:21','2021-01-31 16:30:21'),(71221,26651,'action started via WP Cron','2021-02-01 00:30:41','2021-01-31 16:30:41'),(71222,26651,'action complete via WP Cron','2021-02-01 00:30:41','2021-01-31 16:30:41'),(71223,26652,'action created','2021-02-01 00:30:42','2021-01-31 16:30:42'),(71224,26652,'action started via WP Cron','2021-02-01 00:33:01','2021-01-31 16:33:01'),(71225,26652,'action complete via WP Cron','2021-02-01 00:33:01','2021-01-31 16:33:01'),(71226,26653,'action created','2021-02-01 00:33:01','2021-01-31 16:33:01'),(71227,26653,'action started via WP Cron','2021-02-01 00:35:12','2021-01-31 16:35:12'),(71228,26653,'action complete via WP Cron','2021-02-01 00:35:12','2021-01-31 16:35:12'),(71229,26654,'action created','2021-02-01 00:35:13','2021-01-31 16:35:13'),(71230,26654,'action started via WP Cron','2021-02-01 00:38:20','2021-01-31 16:38:20'),(71231,26654,'action complete via WP Cron','2021-02-01 00:38:20','2021-01-31 16:38:20'),(71232,26655,'action created','2021-02-01 00:38:20','2021-01-31 16:38:20'),(71233,26655,'action started via WP Cron','2021-02-01 00:41:52','2021-01-31 16:41:52'),(71234,26655,'action complete via WP Cron','2021-02-01 00:41:52','2021-01-31 16:41:52'),(71235,26656,'action created','2021-02-01 00:41:52','2021-01-31 16:41:52'),(71236,26656,'action started via WP Cron','2021-02-01 00:44:07','2021-01-31 16:44:07'),(71237,26656,'action complete via WP Cron','2021-02-01 00:44:07','2021-01-31 16:44:07'),(71238,26657,'action created','2021-02-01 00:44:07','2021-01-31 16:44:07'),(71239,26657,'action started via WP Cron','2021-02-01 00:47:07','2021-01-31 16:47:07'),(71240,26657,'action complete via WP Cron','2021-02-01 00:47:07','2021-01-31 16:47:07'),(71241,26658,'action created','2021-02-01 00:47:08','2021-01-31 16:47:08'),(71242,26658,'action started via WP Cron','2021-02-01 00:49:44','2021-01-31 16:49:44'),(71243,26658,'action complete via WP Cron','2021-02-01 00:49:44','2021-01-31 16:49:44'),(71244,26659,'action created','2021-02-01 00:49:45','2021-01-31 16:49:45'),(71245,26659,'action started via WP Cron','2021-02-01 00:52:30','2021-01-31 16:52:30'),(71246,26659,'action complete via WP Cron','2021-02-01 00:52:30','2021-01-31 16:52:30'),(71247,26660,'action created','2021-02-01 00:52:30','2021-01-31 16:52:30'),(71248,26660,'action started via WP Cron','2021-02-01 00:55:44','2021-01-31 16:55:44'),(71249,26660,'action complete via WP Cron','2021-02-01 00:55:44','2021-01-31 16:55:44'),(71250,26661,'action created','2021-02-01 00:55:44','2021-01-31 16:55:44'),(71251,26661,'action started via WP Cron','2021-02-01 00:56:48','2021-01-31 16:56:48'),(71252,26661,'action complete via WP Cron','2021-02-01 00:56:48','2021-01-31 16:56:48'),(71253,26662,'action created','2021-02-01 00:56:48','2021-01-31 16:56:48'),(71254,26662,'action started via WP Cron','2021-02-01 00:59:22','2021-01-31 16:59:22'),(71255,26662,'action complete via WP Cron','2021-02-01 00:59:22','2021-01-31 16:59:22'),(71256,26663,'action created','2021-02-01 00:59:22','2021-01-31 16:59:22'),(71257,26663,'action started via WP Cron','2021-02-01 01:02:42','2021-01-31 17:02:42'),(71258,26663,'action complete via WP Cron','2021-02-01 01:02:42','2021-01-31 17:02:42'),(71259,26664,'action created','2021-02-01 01:02:42','2021-01-31 17:02:42'),(71260,26664,'action started via WP Cron','2021-02-01 01:05:43','2021-01-31 17:05:43'),(71261,26664,'action complete via WP Cron','2021-02-01 01:05:43','2021-01-31 17:05:43'),(71262,26665,'action created','2021-02-01 01:05:44','2021-01-31 17:05:44'),(71263,26665,'action started via WP Cron','2021-02-01 01:08:54','2021-01-31 17:08:54'),(71264,26665,'action complete via WP Cron','2021-02-01 01:08:54','2021-01-31 17:08:54'),(71265,26666,'action created','2021-02-01 01:08:54','2021-01-31 17:08:54'),(71266,26666,'action started via WP Cron','2021-02-01 01:11:00','2021-01-31 17:11:00'),(71267,26666,'action complete via WP Cron','2021-02-01 01:11:00','2021-01-31 17:11:00'),(71268,26667,'action created','2021-02-01 01:11:43','2021-01-31 17:11:43'),(71269,26667,'action started via WP Cron','2021-02-01 01:15:00','2021-01-31 17:15:00'),(71270,26667,'action complete via WP Cron','2021-02-01 01:15:00','2021-01-31 17:15:00'),(71271,26668,'action created','2021-02-01 01:15:00','2021-01-31 17:15:00'),(71272,26668,'action started via WP Cron','2021-02-01 01:16:29','2021-01-31 17:16:29'),(71273,26668,'action complete via WP Cron','2021-02-01 01:16:29','2021-01-31 17:16:29'),(71274,26669,'action created','2021-02-01 01:16:29','2021-01-31 17:16:29'),(71275,26669,'action started via WP Cron','2021-02-01 01:18:41','2021-01-31 17:18:41'),(71276,26669,'action complete via WP Cron','2021-02-01 01:18:41','2021-01-31 17:18:41'),(71277,26670,'action created','2021-02-01 01:18:41','2021-01-31 17:18:41'),(71278,26670,'action started via WP Cron','2021-02-01 01:21:48','2021-01-31 17:21:48'),(71279,26670,'action complete via WP Cron','2021-02-01 01:21:48','2021-01-31 17:21:48'),(71280,26671,'action created','2021-02-01 01:21:48','2021-01-31 17:21:48'),(71281,26671,'action started via WP Cron','2021-02-01 01:22:57','2021-01-31 17:22:57'),(71282,26671,'action complete via WP Cron','2021-02-01 01:22:57','2021-01-31 17:22:57'),(71283,26672,'action created','2021-02-01 01:22:57','2021-01-31 17:22:57'),(71284,26672,'action started via WP Cron','2021-02-01 01:23:59','2021-01-31 17:23:59'),(71285,26672,'action complete via WP Cron','2021-02-01 01:23:59','2021-01-31 17:23:59'),(71286,26673,'action created','2021-02-01 01:23:59','2021-01-31 17:23:59'),(71287,26673,'action started via WP Cron','2021-02-01 01:25:51','2021-01-31 17:25:51'),(71288,26673,'action complete via WP Cron','2021-02-01 01:25:51','2021-01-31 17:25:51'),(71289,26674,'action created','2021-02-01 01:25:51','2021-01-31 17:25:51'),(71290,26674,'action started via WP Cron','2021-02-01 01:27:49','2021-01-31 17:27:49'),(71291,26674,'action complete via WP Cron','2021-02-01 01:27:49','2021-01-31 17:27:49'),(71292,26675,'action created','2021-02-01 01:27:49','2021-01-31 17:27:49'),(71293,26675,'action started via WP Cron','2021-02-01 01:29:01','2021-01-31 17:29:01'),(71294,26675,'action complete via WP Cron','2021-02-01 01:29:01','2021-01-31 17:29:01'),(71295,26676,'action created','2021-02-01 01:29:01','2021-01-31 17:29:01'),(71296,26676,'action started via WP Cron','2021-02-01 01:30:50','2021-01-31 17:30:50'),(71297,26676,'action complete via WP Cron','2021-02-01 01:30:50','2021-01-31 17:30:50'),(71298,26677,'action created','2021-02-01 01:30:50','2021-01-31 17:30:50'),(71299,26677,'action started via WP Cron','2021-02-01 01:32:34','2021-01-31 17:32:34'),(71300,26677,'action complete via WP Cron','2021-02-01 01:32:34','2021-01-31 17:32:34'),(71301,26678,'action created','2021-02-01 01:32:34','2021-01-31 17:32:34'),(71302,26678,'action started via WP Cron','2021-02-01 01:33:05','2021-01-31 17:33:05'),(71303,26678,'action complete via WP Cron','2021-02-01 01:33:05','2021-01-31 17:33:05'),(71304,26679,'action created','2021-02-01 01:33:05','2021-01-31 17:33:05'),(71305,26679,'action started via WP Cron','2021-02-01 01:34:08','2021-01-31 17:34:08'),(71306,26679,'action complete via WP Cron','2021-02-01 01:34:08','2021-01-31 17:34:08'),(71307,26680,'action created','2021-02-01 01:34:08','2021-01-31 17:34:08'),(71308,26680,'action started via WP Cron','2021-02-01 01:35:04','2021-01-31 17:35:04'),(71309,26680,'action complete via WP Cron','2021-02-01 01:35:04','2021-01-31 17:35:04'),(71310,26681,'action created','2021-02-01 01:37:01','2021-01-31 17:37:01'),(71311,26681,'action started via WP Cron','2021-02-01 01:40:27','2021-01-31 17:40:27'),(71312,26681,'action complete via WP Cron','2021-02-01 01:40:27','2021-01-31 17:40:27'),(71313,26682,'action created','2021-02-01 01:40:27','2021-01-31 17:40:27'),(71314,26682,'action started via WP Cron','2021-02-01 01:41:26','2021-01-31 17:41:26'),(71315,26682,'action complete via WP Cron','2021-02-01 01:41:26','2021-01-31 17:41:26'),(71316,26683,'action created','2021-02-01 01:41:27','2021-01-31 17:41:27'),(71317,26683,'action started via WP Cron','2021-02-01 01:43:15','2021-01-31 17:43:15'),(71318,26683,'action complete via WP Cron','2021-02-01 01:43:15','2021-01-31 17:43:15'),(71319,26684,'action created','2021-02-01 01:43:15','2021-01-31 17:43:15'),(71320,26684,'action started via WP Cron','2021-02-01 01:44:01','2021-01-31 17:44:01'),(71321,26684,'action complete via WP Cron','2021-02-01 01:44:01','2021-01-31 17:44:01'),(71322,26685,'action created','2021-02-01 01:44:01','2021-01-31 17:44:01'),(71323,26685,'action started via WP Cron','2021-02-01 01:44:56','2021-01-31 17:44:56'),(71324,26685,'action complete via WP Cron','2021-02-01 01:44:56','2021-01-31 17:44:56'),(71325,26686,'action created','2021-02-01 01:44:56','2021-01-31 17:44:56'),(71326,26686,'action started via WP Cron','2021-02-01 01:45:43','2021-01-31 17:45:43'),(71327,26686,'action complete via WP Cron','2021-02-01 01:45:43','2021-01-31 17:45:43'),(71328,26687,'action created','2021-02-01 01:45:43','2021-01-31 17:45:43'),(71329,26687,'action started via WP Cron','2021-02-01 01:46:47','2021-01-31 17:46:47'),(71330,26687,'action complete via WP Cron','2021-02-01 01:46:47','2021-01-31 17:46:47'),(71331,26688,'action created','2021-02-01 01:46:47','2021-01-31 17:46:47'),(71332,26688,'action started via WP Cron','2021-02-01 01:47:42','2021-01-31 17:47:42'),(71333,26688,'action complete via WP Cron','2021-02-01 01:47:42','2021-01-31 17:47:42'),(71334,26689,'action created','2021-02-01 01:47:42','2021-01-31 17:47:42'),(71335,26689,'action started via WP Cron','2021-02-01 01:48:41','2021-01-31 17:48:41'),(71336,26689,'action complete via WP Cron','2021-02-01 01:48:41','2021-01-31 17:48:41'),(71337,26690,'action created','2021-02-01 01:48:41','2021-01-31 17:48:41'),(71338,26690,'action started via WP Cron','2021-02-01 01:49:54','2021-01-31 17:49:54'),(71339,26690,'action complete via WP Cron','2021-02-01 01:49:54','2021-01-31 17:49:54'),(71340,26691,'action created','2021-02-01 01:49:54','2021-01-31 17:49:54'),(71341,26691,'action started via WP Cron','2021-02-01 01:50:45','2021-01-31 17:50:45'),(71342,26691,'action complete via WP Cron','2021-02-01 01:50:45','2021-01-31 17:50:45'),(71343,26692,'action created','2021-02-01 01:50:45','2021-01-31 17:50:45'),(71344,26692,'action started via WP Cron','2021-02-01 01:51:42','2021-01-31 17:51:42'),(71345,26692,'action complete via WP Cron','2021-02-01 01:51:42','2021-01-31 17:51:42'),(71346,26693,'action created','2021-02-01 01:51:42','2021-01-31 17:51:42'),(71347,26693,'action started via WP Cron','2021-02-01 01:52:47','2021-01-31 17:52:47'),(71348,26693,'action complete via WP Cron','2021-02-01 01:52:47','2021-01-31 17:52:47'),(71349,26694,'action created','2021-02-01 01:52:47','2021-01-31 17:52:47'),(71350,26694,'action started via WP Cron','2021-02-01 01:53:47','2021-01-31 17:53:47'),(71351,26694,'action complete via WP Cron','2021-02-01 01:53:47','2021-01-31 17:53:47'),(71352,26695,'action created','2021-02-01 01:53:47','2021-01-31 17:53:47'),(71353,26695,'action started via WP Cron','2021-02-01 01:55:04','2021-01-31 17:55:04'),(71354,26695,'action complete via WP Cron','2021-02-01 01:55:04','2021-01-31 17:55:04'),(71355,26696,'action created','2021-02-01 01:55:04','2021-01-31 17:55:04'),(71356,26696,'action started via WP Cron','2021-02-01 01:55:45','2021-01-31 17:55:45'),(71357,26696,'action complete via WP Cron','2021-02-01 01:55:45','2021-01-31 17:55:45'),(71358,26697,'action created','2021-02-01 01:55:45','2021-01-31 17:55:45'),(71359,26697,'action started via WP Cron','2021-02-01 01:56:45','2021-01-31 17:56:45'),(71360,26697,'action complete via WP Cron','2021-02-01 01:56:45','2021-01-31 17:56:45'),(71361,26698,'action created','2021-02-01 01:56:46','2021-01-31 17:56:46'),(71362,26698,'action started via WP Cron','2021-02-01 01:57:46','2021-01-31 17:57:46'),(71363,26698,'action complete via WP Cron','2021-02-01 01:57:46','2021-01-31 17:57:46'),(71364,26699,'action created','2021-02-01 01:57:46','2021-01-31 17:57:46'),(71365,26699,'action started via WP Cron','2021-02-01 01:58:41','2021-01-31 17:58:41'),(71366,26699,'action complete via WP Cron','2021-02-01 01:58:41','2021-01-31 17:58:41'),(71367,26700,'action created','2021-02-01 01:58:41','2021-01-31 17:58:41'),(71368,26700,'action started via WP Cron','2021-02-01 01:59:46','2021-01-31 17:59:46'),(71369,26700,'action complete via WP Cron','2021-02-01 01:59:46','2021-01-31 17:59:46'),(71370,26701,'action created','2021-02-01 01:59:46','2021-01-31 17:59:46'),(71371,26701,'action started via WP Cron','2021-02-01 02:00:41','2021-01-31 18:00:41'),(71372,26701,'action complete via WP Cron','2021-02-01 02:00:41','2021-01-31 18:00:41'),(71373,26702,'action created','2021-02-01 02:00:41','2021-01-31 18:00:41'),(71374,26702,'action started via WP Cron','2021-02-01 02:01:45','2021-01-31 18:01:45'),(71375,26702,'action complete via WP Cron','2021-02-01 02:01:45','2021-01-31 18:01:45'),(71376,26703,'action created','2021-02-01 02:01:46','2021-01-31 18:01:46'),(71377,26703,'action started via WP Cron','2021-02-01 02:02:43','2021-01-31 18:02:43'),(71378,26703,'action complete via WP Cron','2021-02-01 02:02:43','2021-01-31 18:02:43'),(71379,26704,'action created','2021-02-01 02:02:43','2021-01-31 18:02:43'),(71380,26704,'action started via WP Cron','2021-02-01 02:03:41','2021-01-31 18:03:41'),(71381,26704,'action complete via WP Cron','2021-02-01 02:03:41','2021-01-31 18:03:41'),(71382,26705,'action created','2021-02-01 02:03:41','2021-01-31 18:03:41'),(71383,26705,'action started via WP Cron','2021-02-01 02:04:46','2021-01-31 18:04:46'),(71384,26705,'action complete via WP Cron','2021-02-01 02:04:46','2021-01-31 18:04:46'),(71385,26706,'action created','2021-02-01 02:04:46','2021-01-31 18:04:46'),(71386,26706,'action started via WP Cron','2021-02-01 02:05:53','2021-01-31 18:05:53'),(71387,26706,'action complete via WP Cron','2021-02-01 02:05:53','2021-01-31 18:05:53'),(71388,26707,'action created','2021-02-01 02:05:53','2021-01-31 18:05:53'),(71389,26707,'action started via WP Cron','2021-02-01 02:06:53','2021-01-31 18:06:53'),(71390,26707,'action complete via WP Cron','2021-02-01 02:06:53','2021-01-31 18:06:53'),(71391,26708,'action created','2021-02-01 02:06:54','2021-01-31 18:06:54'),(71392,26708,'action started via WP Cron','2021-02-01 02:07:44','2021-01-31 18:07:44'),(71393,26708,'action complete via WP Cron','2021-02-01 02:07:44','2021-01-31 18:07:44'),(71394,26709,'action created','2021-02-01 02:07:44','2021-01-31 18:07:44'),(71395,26709,'action started via WP Cron','2021-02-01 02:08:41','2021-01-31 18:08:41'),(71396,26709,'action complete via WP Cron','2021-02-01 02:08:41','2021-01-31 18:08:41'),(71397,26710,'action created','2021-02-01 02:08:41','2021-01-31 18:08:41'),(71398,26710,'action started via WP Cron','2021-02-01 02:09:45','2021-01-31 18:09:45'),(71399,26710,'action complete via WP Cron','2021-02-01 02:09:45','2021-01-31 18:09:45'),(71400,26711,'action created','2021-02-01 02:09:46','2021-01-31 18:09:46'),(71401,26711,'action started via WP Cron','2021-02-01 02:10:42','2021-01-31 18:10:42'),(71402,26711,'action complete via WP Cron','2021-02-01 02:10:42','2021-01-31 18:10:42'),(71403,26712,'action created','2021-02-01 02:10:42','2021-01-31 18:10:42'),(71404,26712,'action started via WP Cron','2021-02-01 02:11:53','2021-01-31 18:11:53'),(71405,26712,'action complete via WP Cron','2021-02-01 02:11:53','2021-01-31 18:11:53'),(71406,26713,'action created','2021-02-01 02:11:53','2021-01-31 18:11:53'),(71407,26713,'action started via WP Cron','2021-02-01 02:12:47','2021-01-31 18:12:47'),(71408,26713,'action complete via WP Cron','2021-02-01 02:12:47','2021-01-31 18:12:47'),(71409,26714,'action created','2021-02-01 02:12:47','2021-01-31 18:12:47'),(71410,26714,'action started via WP Cron','2021-02-01 02:14:01','2021-01-31 18:14:01'),(71411,26714,'action complete via WP Cron','2021-02-01 02:14:01','2021-01-31 18:14:01'),(71412,26715,'action created','2021-02-01 02:14:01','2021-01-31 18:14:01'),(71413,26715,'action started via WP Cron','2021-02-01 02:14:41','2021-01-31 18:14:41'),(71414,26715,'action complete via WP Cron','2021-02-01 02:14:41','2021-01-31 18:14:41'),(71415,26716,'action created','2021-02-01 02:14:41','2021-01-31 18:14:41'),(71416,26716,'action started via WP Cron','2021-02-01 02:15:45','2021-01-31 18:15:45'),(71417,26716,'action complete via WP Cron','2021-02-01 02:15:45','2021-01-31 18:15:45'),(71418,26717,'action created','2021-02-01 02:15:45','2021-01-31 18:15:45'),(71419,26717,'action started via WP Cron','2021-02-01 02:16:42','2021-01-31 18:16:42'),(71420,26717,'action complete via WP Cron','2021-02-01 02:16:42','2021-01-31 18:16:42'),(71421,26718,'action created','2021-02-01 02:16:42','2021-01-31 18:16:42'),(71422,26718,'action started via WP Cron','2021-02-01 02:17:45','2021-01-31 18:17:45'),(71423,26718,'action complete via WP Cron','2021-02-01 02:17:45','2021-01-31 18:17:45'),(71424,26719,'action created','2021-02-01 02:17:45','2021-01-31 18:17:45'),(71425,26719,'action started via WP Cron','2021-02-01 02:18:56','2021-01-31 18:18:56'),(71426,26719,'action complete via WP Cron','2021-02-01 02:18:56','2021-01-31 18:18:56'),(71427,26720,'action created','2021-02-01 02:18:56','2021-01-31 18:18:56'),(71428,26720,'action started via WP Cron','2021-02-01 02:19:46','2021-01-31 18:19:46'),(71429,26720,'action complete via WP Cron','2021-02-01 02:19:46','2021-01-31 18:19:46'),(71430,26721,'action created','2021-02-01 02:19:47','2021-01-31 18:19:47'),(71431,26721,'action started via WP Cron','2021-02-01 02:20:40','2021-01-31 18:20:40'),(71432,26721,'action complete via WP Cron','2021-02-01 02:20:40','2021-01-31 18:20:40'),(71433,26722,'action created','2021-02-01 02:20:41','2021-01-31 18:20:41'),(71434,26722,'action started via WP Cron','2021-02-01 02:21:44','2021-01-31 18:21:44'),(71435,26722,'action complete via WP Cron','2021-02-01 02:21:44','2021-01-31 18:21:44'),(71436,26723,'action created','2021-02-01 02:21:44','2021-01-31 18:21:44'),(71437,26723,'action started via WP Cron','2021-02-01 02:22:44','2021-01-31 18:22:44'),(71438,26723,'action complete via WP Cron','2021-02-01 02:22:44','2021-01-31 18:22:44'),(71439,26724,'action created','2021-02-01 02:22:44','2021-01-31 18:22:44'),(71440,26724,'action started via WP Cron','2021-02-01 02:23:43','2021-01-31 18:23:43'),(71441,26724,'action complete via WP Cron','2021-02-01 02:23:43','2021-01-31 18:23:43'),(71442,26725,'action created','2021-02-01 02:23:43','2021-01-31 18:23:43'),(71443,26725,'action started via WP Cron','2021-02-01 02:24:45','2021-01-31 18:24:45'),(71444,26725,'action complete via WP Cron','2021-02-01 02:24:45','2021-01-31 18:24:45'),(71445,26726,'action created','2021-02-01 02:24:45','2021-01-31 18:24:45'),(71446,26726,'action started via WP Cron','2021-02-01 02:25:48','2021-01-31 18:25:48'),(71447,26726,'action complete via WP Cron','2021-02-01 02:25:48','2021-01-31 18:25:48'),(71448,26727,'action created','2021-02-01 02:25:48','2021-01-31 18:25:48'),(71449,26727,'action started via WP Cron','2021-02-01 02:26:44','2021-01-31 18:26:44'),(71450,26727,'action complete via WP Cron','2021-02-01 02:26:44','2021-01-31 18:26:44'),(71451,26728,'action created','2021-02-01 02:26:44','2021-01-31 18:26:44'),(71452,26728,'action started via WP Cron','2021-02-01 02:27:55','2021-01-31 18:27:55'),(71453,26728,'action complete via WP Cron','2021-02-01 02:27:55','2021-01-31 18:27:55'),(71454,26729,'action created','2021-02-01 02:27:55','2021-01-31 18:27:55'),(71455,26729,'action started via WP Cron','2021-02-01 02:30:56','2021-01-31 18:30:56'),(71456,26729,'action complete via WP Cron','2021-02-01 02:30:56','2021-01-31 18:30:56'),(71457,26730,'action created','2021-02-01 02:30:57','2021-01-31 18:30:57'),(71458,26730,'action started via WP Cron','2021-02-01 02:33:37','2021-01-31 18:33:37'),(71459,26730,'action complete via WP Cron','2021-02-01 02:33:37','2021-01-31 18:33:37'),(71460,26731,'action created','2021-02-01 02:33:37','2021-01-31 18:33:37'),(71461,26731,'action started via WP Cron','2021-02-01 02:35:15','2021-01-31 18:35:15'),(71462,26731,'action complete via WP Cron','2021-02-01 02:35:15','2021-01-31 18:35:15'),(71463,26732,'action created','2021-02-01 02:35:15','2021-01-31 18:35:15'),(71464,26732,'action started via WP Cron','2021-02-01 02:36:25','2021-01-31 18:36:25'),(71465,26732,'action complete via WP Cron','2021-02-01 02:36:25','2021-01-31 18:36:25'),(71466,26733,'action created','2021-02-01 02:36:25','2021-01-31 18:36:25'),(71467,26733,'action started via WP Cron','2021-02-01 02:37:26','2021-01-31 18:37:26'),(71468,26733,'action complete via WP Cron','2021-02-01 02:37:26','2021-01-31 18:37:26'),(71469,26734,'action created','2021-02-01 02:37:26','2021-01-31 18:37:26'),(71470,26734,'action started via WP Cron','2021-02-01 02:38:26','2021-01-31 18:38:26'),(71471,26734,'action complete via WP Cron','2021-02-01 02:38:26','2021-01-31 18:38:26'),(71472,26735,'action created','2021-02-01 02:38:26','2021-01-31 18:38:26'),(71473,26735,'action started via WP Cron','2021-02-01 02:39:30','2021-01-31 18:39:30'),(71474,26735,'action complete via WP Cron','2021-02-01 02:39:30','2021-01-31 18:39:30'),(71475,26736,'action created','2021-02-01 02:39:30','2021-01-31 18:39:30'),(71476,26736,'action started via WP Cron','2021-02-01 02:39:44','2021-01-31 18:39:44'),(71477,26736,'action complete via WP Cron','2021-02-01 02:39:44','2021-01-31 18:39:44'),(71478,26737,'action created','2021-02-01 02:39:44','2021-01-31 18:39:44'),(71479,26737,'action started via WP Cron','2021-02-01 02:41:29','2021-01-31 18:41:29'),(71480,26737,'action complete via WP Cron','2021-02-01 02:41:29','2021-01-31 18:41:29'),(71481,26738,'action created','2021-02-01 02:41:29','2021-01-31 18:41:29'),(71482,26738,'action started via WP Cron','2021-02-01 02:42:17','2021-01-31 18:42:17'),(71483,26738,'action complete via WP Cron','2021-02-01 02:42:17','2021-01-31 18:42:17'),(71484,26739,'action created','2021-02-01 02:42:17','2021-01-31 18:42:17'),(71485,26739,'action started via WP Cron','2021-02-01 02:42:48','2021-01-31 18:42:48'),(71486,26739,'action complete via WP Cron','2021-02-01 02:42:48','2021-01-31 18:42:48'),(71487,26740,'action created','2021-02-01 02:42:49','2021-01-31 18:42:49'),(71488,26740,'action started via WP Cron','2021-02-01 02:44:09','2021-01-31 18:44:09'),(71489,26740,'action complete via WP Cron','2021-02-01 02:44:09','2021-01-31 18:44:09'),(71490,26741,'action created','2021-02-01 02:44:09','2021-01-31 18:44:09'),(71491,26741,'action started via WP Cron','2021-02-01 02:45:24','2021-01-31 18:45:24'),(71492,26741,'action complete via WP Cron','2021-02-01 02:45:24','2021-01-31 18:45:24'),(71493,26742,'action created','2021-02-01 02:45:24','2021-01-31 18:45:24'),(71494,26742,'action started via WP Cron','2021-02-01 02:48:17','2021-01-31 18:48:17'),(71495,26742,'action complete via WP Cron','2021-02-01 02:48:17','2021-01-31 18:48:17'),(71496,26743,'action created','2021-02-01 02:48:17','2021-01-31 18:48:17'),(71497,26743,'action started via WP Cron','2021-02-01 02:48:52','2021-01-31 18:48:52'),(71498,26743,'action complete via WP Cron','2021-02-01 02:48:52','2021-01-31 18:48:52'),(71499,26744,'action created','2021-02-01 02:48:52','2021-01-31 18:48:52'),(71500,26744,'action started via WP Cron','2021-02-01 02:51:45','2021-01-31 18:51:45'),(71501,26744,'action complete via WP Cron','2021-02-01 02:51:45','2021-01-31 18:51:45'),(71502,26745,'action created','2021-02-01 02:51:46','2021-01-31 18:51:46'),(71503,26745,'action started via WP Cron','2021-02-01 02:55:26','2021-01-31 18:55:26'),(71504,26745,'action complete via WP Cron','2021-02-01 02:55:26','2021-01-31 18:55:26'),(71505,26746,'action created','2021-02-01 02:55:26','2021-01-31 18:55:26'),(71506,26746,'action started via WP Cron','2021-02-01 02:57:13','2021-01-31 18:57:13'),(71507,26746,'action complete via WP Cron','2021-02-01 02:57:13','2021-01-31 18:57:13'),(71508,26747,'action created','2021-02-01 02:57:13','2021-01-31 18:57:13'),(71509,26747,'action started via WP Cron','2021-02-01 02:58:15','2021-01-31 18:58:15'),(71510,26747,'action complete via WP Cron','2021-02-01 02:58:15','2021-01-31 18:58:15'),(71511,26748,'action created','2021-02-01 02:58:15','2021-01-31 18:58:15'),(71512,26748,'action started via WP Cron','2021-02-01 02:59:15','2021-01-31 18:59:15'),(71513,26748,'action complete via WP Cron','2021-02-01 02:59:15','2021-01-31 18:59:15'),(71514,26749,'action created','2021-02-01 02:59:15','2021-01-31 18:59:15'),(71515,26749,'action started via WP Cron','2021-02-01 03:03:13','2021-01-31 19:03:13'),(71516,26749,'action complete via WP Cron','2021-02-01 03:03:13','2021-01-31 19:03:13'),(71517,26750,'action created','2021-02-01 03:03:13','2021-01-31 19:03:13'),(71518,26750,'action started via WP Cron','2021-02-01 03:04:15','2021-01-31 19:04:15'),(71519,26750,'action complete via WP Cron','2021-02-01 03:04:15','2021-01-31 19:04:15'),(71520,26751,'action created','2021-02-01 03:06:12','2021-01-31 19:06:12'),(71521,26751,'action started via WP Cron','2021-02-01 03:07:06','2021-01-31 19:07:06'),(71522,26751,'action complete via WP Cron','2021-02-01 03:07:06','2021-01-31 19:07:06'),(71523,26752,'action created','2021-02-01 03:07:07','2021-01-31 19:07:07'),(71524,26752,'action started via WP Cron','2021-02-01 03:08:07','2021-01-31 19:08:07'),(71525,26752,'action complete via WP Cron','2021-02-01 03:08:07','2021-01-31 19:08:07'),(71526,26753,'action created','2021-02-01 03:08:07','2021-01-31 19:08:07'),(71527,26753,'action started via WP Cron','2021-02-01 03:10:35','2021-01-31 19:10:35'),(71528,26753,'action complete via WP Cron','2021-02-01 03:10:35','2021-01-31 19:10:35'),(71529,26754,'action created','2021-02-01 03:10:35','2021-01-31 19:10:35'),(71530,26754,'action started via WP Cron','2021-02-01 03:12:11','2021-01-31 19:12:11'),(71531,26754,'action complete via WP Cron','2021-02-01 03:12:11','2021-01-31 19:12:11'),(71532,26755,'action created','2021-02-01 03:12:11','2021-01-31 19:12:11'),(71533,26755,'action started via WP Cron','2021-02-01 03:16:10','2021-01-31 19:16:10'),(71534,26755,'action complete via WP Cron','2021-02-01 03:16:10','2021-01-31 19:16:10'),(71535,26756,'action created','2021-02-01 03:16:10','2021-01-31 19:16:10'),(71536,26756,'action started via WP Cron','2021-02-01 03:16:42','2021-01-31 19:16:42'),(71537,26756,'action complete via WP Cron','2021-02-01 03:16:42','2021-01-31 19:16:42'),(71538,26757,'action created','2021-02-01 03:16:42','2021-01-31 19:16:42'),(71539,26757,'action started via WP Cron','2021-02-01 03:20:07','2021-01-31 19:20:07'),(71540,26757,'action complete via WP Cron','2021-02-01 03:20:07','2021-01-31 19:20:07'),(71541,26758,'action created','2021-02-01 03:20:07','2021-01-31 19:20:07'),(71542,26758,'action started via WP Cron','2021-02-01 03:21:51','2021-01-31 19:21:51'),(71543,26758,'action complete via WP Cron','2021-02-01 03:21:51','2021-01-31 19:21:51'),(71544,26759,'action created','2021-02-01 03:21:51','2021-01-31 19:21:51'),(71545,26759,'action started via WP Cron','2021-02-01 03:25:27','2021-01-31 19:25:27'),(71546,26759,'action complete via WP Cron','2021-02-01 03:25:27','2021-01-31 19:25:27'),(71547,26760,'action created','2021-02-01 03:25:27','2021-01-31 19:25:27'),(71548,26760,'action started via WP Cron','2021-02-01 03:29:05','2021-01-31 19:29:05'),(71549,26760,'action complete via WP Cron','2021-02-01 03:29:05','2021-01-31 19:29:05'),(71550,26761,'action created','2021-02-01 03:29:06','2021-01-31 19:29:06'),(71551,26761,'action started via WP Cron','2021-02-01 03:32:56','2021-01-31 19:32:56'),(71552,26761,'action complete via WP Cron','2021-02-01 03:32:56','2021-01-31 19:32:56'),(71553,26762,'action created','2021-02-01 03:32:57','2021-01-31 19:32:57'),(71554,26762,'action started via WP Cron','2021-02-01 03:36:31','2021-01-31 19:36:31'),(71555,26762,'action complete via WP Cron','2021-02-01 03:36:31','2021-01-31 19:36:31'),(71556,26763,'action created','2021-02-01 03:36:31','2021-01-31 19:36:31'),(71557,26763,'action started via WP Cron','2021-02-01 03:41:17','2021-01-31 19:41:17'),(71558,26763,'action complete via WP Cron','2021-02-01 03:41:17','2021-01-31 19:41:17'),(71559,26764,'action created','2021-02-01 03:41:17','2021-01-31 19:41:17'),(71560,26764,'action started via WP Cron','2021-02-01 03:42:32','2021-01-31 19:42:32'),(71561,26764,'action complete via WP Cron','2021-02-01 03:42:32','2021-01-31 19:42:32'),(71562,26765,'action created','2021-02-01 03:42:32','2021-01-31 19:42:32'),(71563,26765,'action started via WP Cron','2021-02-01 03:43:30','2021-01-31 19:43:30'),(71564,26765,'action complete via WP Cron','2021-02-01 03:43:30','2021-01-31 19:43:30'),(71565,26766,'action created','2021-02-01 03:43:30','2021-01-31 19:43:30'),(71566,26766,'action started via WP Cron','2021-02-01 03:44:31','2021-01-31 19:44:31'),(71567,26766,'action complete via WP Cron','2021-02-01 03:44:31','2021-01-31 19:44:31'),(71568,26767,'action created','2021-02-01 03:44:31','2021-01-31 19:44:31'),(71569,26767,'action started via WP Cron','2021-02-01 03:46:13','2021-01-31 19:46:13'),(71570,26767,'action complete via WP Cron','2021-02-01 03:46:13','2021-01-31 19:46:13'),(71571,26768,'action created','2021-02-01 03:46:13','2021-01-31 19:46:13'),(71572,26768,'action started via WP Cron','2021-02-01 03:47:35','2021-01-31 19:47:35'),(71573,26768,'action complete via WP Cron','2021-02-01 03:47:35','2021-01-31 19:47:35'),(71574,26769,'action created','2021-02-01 03:48:22','2021-01-31 19:48:22'),(71575,26769,'action started via WP Cron','2021-02-01 03:49:18','2021-01-31 19:49:18'),(71576,26769,'action complete via WP Cron','2021-02-01 03:49:18','2021-01-31 19:49:18'),(71577,26770,'action created','2021-02-01 03:49:18','2021-01-31 19:49:18'),(71578,26770,'action started via WP Cron','2021-02-01 03:50:03','2021-01-31 19:50:03'),(71579,26770,'action complete via WP Cron','2021-02-01 03:50:03','2021-01-31 19:50:03'),(71580,26771,'action created','2021-02-01 03:50:04','2021-01-31 19:50:04'),(71581,26771,'action started via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71582,26771,'action complete via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71583,26053,'action started via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71584,26053,'action complete via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71585,26772,'action created','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71586,26054,'action started via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71587,26054,'action complete via WP Cron','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71588,26773,'action created','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71589,26774,'action created','2021-02-01 03:51:15','2021-01-31 19:51:15'),(71590,26774,'action started via WP Cron','2021-02-01 03:51:49','2021-01-31 19:51:49'),(71591,26774,'action complete via WP Cron','2021-02-01 03:51:49','2021-01-31 19:51:49'),(71592,26775,'action created','2021-02-01 03:51:49','2021-01-31 19:51:49'),(71593,26775,'action started via WP Cron','2021-02-01 03:56:04','2021-01-31 19:56:04'),(71594,26775,'action complete via WP Cron','2021-02-01 03:56:04','2021-01-31 19:56:04'),(71595,26776,'action created','2021-02-01 03:56:04','2021-01-31 19:56:04'),(71596,26776,'action started via WP Cron','2021-02-01 03:59:21','2021-01-31 19:59:21'),(71597,26776,'action complete via WP Cron','2021-02-01 03:59:21','2021-01-31 19:59:21'),(71598,26777,'action created','2021-02-01 03:59:21','2021-01-31 19:59:21'),(71599,26777,'action started via WP Cron','2021-02-01 04:00:20','2021-01-31 20:00:20'),(71600,26777,'action complete via WP Cron','2021-02-01 04:00:20','2021-01-31 20:00:20'),(71601,26778,'action created','2021-02-01 04:00:20','2021-01-31 20:00:20'),(71602,26778,'action started via WP Cron','2021-02-01 04:01:07','2021-01-31 20:01:07'),(71603,26778,'action complete via WP Cron','2021-02-01 04:01:07','2021-01-31 20:01:07'),(71604,26779,'action created','2021-02-01 04:01:07','2021-01-31 20:01:07'),(71605,26779,'action started via WP Cron','2021-02-01 04:05:24','2021-01-31 20:05:24'),(71606,26779,'action complete via WP Cron','2021-02-01 04:05:24','2021-01-31 20:05:24'),(71607,26780,'action created','2021-02-01 04:05:24','2021-01-31 20:05:24'),(71608,26780,'action started via WP Cron','2021-02-01 04:05:48','2021-01-31 20:05:48'),(71609,26780,'action complete via WP Cron','2021-02-01 04:05:48','2021-01-31 20:05:48'),(71610,26781,'action created','2021-02-01 04:05:49','2021-01-31 20:05:49'),(71611,26781,'action started via WP Cron','2021-02-01 04:09:07','2021-01-31 20:09:07'),(71612,26781,'action complete via WP Cron','2021-02-01 04:09:07','2021-01-31 20:09:07'),(71613,26782,'action created','2021-02-01 04:09:07','2021-01-31 20:09:07'),(71614,26782,'action started via WP Cron','2021-02-01 04:12:54','2021-01-31 20:12:54'),(71615,26782,'action complete via WP Cron','2021-02-01 04:12:54','2021-01-31 20:12:54'),(71616,26783,'action created','2021-02-01 04:12:54','2021-01-31 20:12:54'),(71617,26783,'action started via WP Cron','2021-02-01 04:14:30','2021-01-31 20:14:30'),(71618,26783,'action complete via WP Cron','2021-02-01 04:14:30','2021-01-31 20:14:30'),(71619,26784,'action created','2021-02-01 04:14:30','2021-01-31 20:14:30'),(71620,26784,'action started via WP Cron','2021-02-01 04:15:39','2021-01-31 20:15:39'),(71621,26784,'action complete via WP Cron','2021-02-01 04:15:39','2021-01-31 20:15:39'),(71622,26785,'action created','2021-02-01 04:15:39','2021-01-31 20:15:39'),(71623,26785,'action started via WP Cron','2021-02-01 04:16:28','2021-01-31 20:16:28'),(71624,26785,'action complete via WP Cron','2021-02-01 04:16:28','2021-01-31 20:16:28'),(71625,26786,'action created','2021-02-01 04:16:28','2021-01-31 20:16:28'),(71626,26786,'action started via WP Cron','2021-02-01 04:17:42','2021-01-31 20:17:42'),(71627,26786,'action complete via WP Cron','2021-02-01 04:17:42','2021-01-31 20:17:42'),(71628,26787,'action created','2021-02-01 04:17:42','2021-01-31 20:17:42'),(71629,26787,'action started via WP Cron','2021-02-01 04:18:42','2021-01-31 20:18:42'),(71630,26787,'action complete via WP Cron','2021-02-01 04:18:42','2021-01-31 20:18:42'),(71631,26788,'action created','2021-02-01 04:18:42','2021-01-31 20:18:42'),(71632,26788,'action started via WP Cron','2021-02-01 04:21:54','2021-01-31 20:21:54'),(71633,26788,'action complete via WP Cron','2021-02-01 04:21:54','2021-01-31 20:21:54'),(71634,26789,'action created','2021-02-01 04:21:54','2021-01-31 20:21:54'),(71635,26789,'action started via WP Cron','2021-02-01 04:23:17','2021-01-31 20:23:17'),(71636,26789,'action complete via WP Cron','2021-02-01 04:23:17','2021-01-31 20:23:17'),(71637,26790,'action created','2021-02-01 04:23:17','2021-01-31 20:23:17'),(71638,26790,'action started via WP Cron','2021-02-01 04:25:59','2021-01-31 20:25:59'),(71639,26790,'action complete via WP Cron','2021-02-01 04:25:59','2021-01-31 20:25:59'),(71640,26791,'action created','2021-02-01 04:25:59','2021-01-31 20:25:59'),(71641,26791,'action started via WP Cron','2021-02-01 04:26:50','2021-01-31 20:26:50'),(71642,26791,'action complete via WP Cron','2021-02-01 04:26:50','2021-01-31 20:26:50'),(71643,26792,'action created','2021-02-01 04:26:50','2021-01-31 20:26:50'),(71644,26792,'action started via WP Cron','2021-02-01 04:30:50','2021-01-31 20:30:50'),(71645,26792,'action complete via WP Cron','2021-02-01 04:30:50','2021-01-31 20:30:50'),(71646,26793,'action created','2021-02-01 04:30:50','2021-01-31 20:30:50'),(71647,26793,'action started via WP Cron','2021-02-01 04:33:55','2021-01-31 20:33:55'),(71648,26793,'action complete via WP Cron','2021-02-01 04:33:55','2021-01-31 20:33:55'),(71649,26794,'action created','2021-02-01 04:33:55','2021-01-31 20:33:55'),(71650,26794,'action started via WP Cron','2021-02-01 04:35:13','2021-01-31 20:35:13'),(71651,26794,'action complete via WP Cron','2021-02-01 04:35:13','2021-01-31 20:35:13'),(71652,26795,'action created','2021-02-01 04:35:15','2021-01-31 20:35:15'),(71653,26795,'action started via WP Cron','2021-02-01 04:36:10','2021-01-31 20:36:10'),(71654,26795,'action complete via WP Cron','2021-02-01 04:36:10','2021-01-31 20:36:10'),(71655,26796,'action created','2021-02-01 04:36:10','2021-01-31 20:36:10'),(71656,26796,'action started via WP Cron','2021-02-01 04:38:01','2021-01-31 20:38:01'),(71657,26796,'action complete via WP Cron','2021-02-01 04:38:01','2021-01-31 20:38:01'),(71658,26797,'action created','2021-02-01 04:39:40','2021-01-31 20:39:40'),(71659,26797,'action started via WP Cron','2021-02-01 04:41:40','2021-01-31 20:41:40'),(71660,26797,'action complete via WP Cron','2021-02-01 04:41:40','2021-01-31 20:41:40'),(71661,26798,'action created','2021-02-01 04:41:40','2021-01-31 20:41:40'),(71662,26798,'action started via WP Cron','2021-02-01 04:43:41','2021-01-31 20:43:41'),(71663,26798,'action complete via WP Cron','2021-02-01 04:43:41','2021-01-31 20:43:41'),(71664,26799,'action created','2021-02-01 04:43:41','2021-01-31 20:43:41'),(71665,26799,'action started via WP Cron','2021-02-01 04:45:46','2021-01-31 20:45:46'),(71666,26799,'action complete via WP Cron','2021-02-01 04:45:46','2021-01-31 20:45:46'),(71667,26800,'action created','2021-02-01 04:45:46','2021-01-31 20:45:46'),(71668,26800,'action started via WP Cron','2021-02-01 04:47:40','2021-01-31 20:47:40'),(71669,26800,'action complete via WP Cron','2021-02-01 04:47:40','2021-01-31 20:47:40'),(71670,26801,'action created','2021-02-01 04:47:40','2021-01-31 20:47:40'),(71671,26801,'action started via WP Cron','2021-02-01 04:48:42','2021-01-31 20:48:42'),(71672,26801,'action complete via WP Cron','2021-02-01 04:48:42','2021-01-31 20:48:42'),(71673,26802,'action created','2021-02-01 04:48:45','2021-01-31 20:48:45'),(71674,26802,'action started via WP Cron','2021-02-01 04:51:37','2021-01-31 20:51:37'),(71675,26802,'action complete via WP Cron','2021-02-01 04:51:37','2021-01-31 20:51:37'),(71676,26803,'action created','2021-02-01 04:51:37','2021-01-31 20:51:37'),(71677,26803,'action started via WP Cron','2021-02-01 04:52:20','2021-01-31 20:52:20'),(71678,26803,'action complete via WP Cron','2021-02-01 04:52:20','2021-01-31 20:52:20'),(71679,26804,'action created','2021-02-01 04:52:20','2021-01-31 20:52:20'),(71680,26804,'action started via WP Cron','2021-02-01 04:53:14','2021-01-31 20:53:14'),(71681,26804,'action complete via WP Cron','2021-02-01 04:53:14','2021-01-31 20:53:14'),(71682,26805,'action created','2021-02-01 04:53:14','2021-01-31 20:53:14'),(71683,26805,'action started via WP Cron','2021-02-01 04:54:15','2021-01-31 20:54:15'),(71684,26805,'action complete via WP Cron','2021-02-01 04:54:15','2021-01-31 20:54:15'),(71685,26806,'action created','2021-02-01 04:54:15','2021-01-31 20:54:15'),(71686,26806,'action started via WP Cron','2021-02-01 04:54:41','2021-01-31 20:54:41'),(71687,26806,'action complete via WP Cron','2021-02-01 04:54:41','2021-01-31 20:54:41'),(71688,26807,'action created','2021-02-01 04:54:41','2021-01-31 20:54:41'),(71689,26807,'action started via WP Cron','2021-02-01 04:58:20','2021-01-31 20:58:20'),(71690,26807,'action complete via WP Cron','2021-02-01 04:58:20','2021-01-31 20:58:20'),(71691,26808,'action created','2021-02-01 04:58:20','2021-01-31 20:58:20'),(71692,26808,'action started via WP Cron','2021-02-01 05:01:25','2021-01-31 21:01:25'),(71693,26808,'action complete via WP Cron','2021-02-01 05:01:25','2021-01-31 21:01:25'),(71700,26811,'action created','2021-02-01 05:01:25','2021-01-31 21:01:25'),(71701,26811,'action started via WP Cron','2021-02-01 05:02:07','2021-01-31 21:02:07'),(71702,26811,'action complete via WP Cron','2021-02-01 05:02:07','2021-01-31 21:02:07'),(71703,26812,'action created','2021-02-01 05:02:07','2021-01-31 21:02:07'),(71704,26812,'action started via WP Cron','2021-02-01 05:03:18','2021-01-31 21:03:18'),(71705,26812,'action complete via WP Cron','2021-02-01 05:03:18','2021-01-31 21:03:18'),(71706,26813,'action created','2021-02-01 05:03:18','2021-01-31 21:03:18'),(71707,26813,'action started via WP Cron','2021-02-01 05:03:48','2021-01-31 21:03:48'),(71708,26813,'action complete via WP Cron','2021-02-01 05:03:48','2021-01-31 21:03:48'),(71709,26814,'action created','2021-02-01 05:03:49','2021-01-31 21:03:49'),(71710,26814,'action started via WP Cron','2021-02-01 05:05:05','2021-01-31 21:05:05'),(71711,26814,'action complete via WP Cron','2021-02-01 05:05:05','2021-01-31 21:05:05'),(71712,26815,'action created','2021-02-01 05:05:05','2021-01-31 21:05:05'),(71713,26815,'action started via WP Cron','2021-02-01 05:09:47','2021-01-31 21:09:47'),(71714,26815,'action complete via WP Cron','2021-02-01 05:09:47','2021-01-31 21:09:47'),(71715,26816,'action created','2021-02-01 05:09:47','2021-01-31 21:09:47'),(71716,26816,'action started via WP Cron','2021-02-01 05:11:38','2021-01-31 21:11:38'),(71717,26816,'action complete via WP Cron','2021-02-01 05:11:38','2021-01-31 21:11:38'),(71718,26817,'action created','2021-02-01 05:11:38','2021-01-31 21:11:38'),(71719,26817,'action started via WP Cron','2021-02-01 05:12:53','2021-01-31 21:12:53'),(71720,26817,'action complete via WP Cron','2021-02-01 05:12:53','2021-01-31 21:12:53'),(71721,26818,'action created','2021-02-01 05:12:53','2021-01-31 21:12:53'),(71722,26818,'action started via WP Cron','2021-02-01 05:16:12','2021-01-31 21:16:12'),(71723,26818,'action complete via WP Cron','2021-02-01 05:16:12','2021-01-31 21:16:12'),(71724,26819,'action created','2021-02-01 05:16:12','2021-01-31 21:16:12'),(71725,26819,'action started via WP Cron','2021-02-01 05:18:23','2021-01-31 21:18:23'),(71726,26819,'action complete via WP Cron','2021-02-01 05:18:23','2021-01-31 21:18:23'),(71727,26820,'action created','2021-02-01 05:18:24','2021-01-31 21:18:24'),(71728,26820,'action started via WP Cron','2021-02-01 05:20:01','2021-01-31 21:20:01'),(71729,26820,'action complete via WP Cron','2021-02-01 05:20:01','2021-01-31 21:20:01'),(71730,26821,'action created','2021-02-01 05:20:02','2021-01-31 21:20:02'),(71731,26821,'action started via WP Cron','2021-02-01 05:24:25','2021-01-31 21:24:25'),(71732,26821,'action complete via WP Cron','2021-02-01 05:24:25','2021-01-31 21:24:25'),(71733,26822,'action created','2021-02-01 05:24:25','2021-01-31 21:24:25'),(71734,26822,'action started via WP Cron','2021-02-01 05:26:24','2021-01-31 21:26:24'),(71735,26822,'action complete via WP Cron','2021-02-01 05:26:24','2021-01-31 21:26:24'),(71736,26823,'action created','2021-02-01 05:26:24','2021-01-31 21:26:24'),(71737,26823,'action started via WP Cron','2021-02-01 05:27:54','2021-01-31 21:27:54'),(71738,26823,'action complete via WP Cron','2021-02-01 05:27:54','2021-01-31 21:27:54'),(71739,26824,'action created','2021-02-01 05:27:54','2021-01-31 21:27:54'),(71740,26824,'action started via WP Cron','2021-02-01 05:29:53','2021-01-31 21:29:53'),(71741,26824,'action complete via WP Cron','2021-02-01 05:29:53','2021-01-31 21:29:53'),(71742,26825,'action created','2021-02-01 05:29:53','2021-01-31 21:29:53'),(71743,26825,'action started via WP Cron','2021-02-01 05:32:32','2021-01-31 21:32:32'),(71744,26825,'action complete via WP Cron','2021-02-01 05:32:32','2021-01-31 21:32:32'),(71745,26826,'action created','2021-02-01 05:32:32','2021-01-31 21:32:32'),(71746,26826,'action started via WP Cron','2021-02-01 05:35:16','2021-01-31 21:35:16'),(71747,26826,'action complete via WP Cron','2021-02-01 05:35:16','2021-01-31 21:35:16'),(71748,26827,'action created','2021-02-01 05:35:16','2021-01-31 21:35:16'),(71749,26827,'action started via WP Cron','2021-02-01 05:38:45','2021-01-31 21:38:45'),(71750,26827,'action complete via WP Cron','2021-02-01 05:38:45','2021-01-31 21:38:45'),(71751,26828,'action created','2021-02-01 05:38:45','2021-01-31 21:38:45'),(71752,26828,'action started via WP Cron','2021-02-01 05:41:05','2021-01-31 21:41:05'),(71753,26828,'action complete via WP Cron','2021-02-01 05:41:05','2021-01-31 21:41:05'),(71754,26829,'action created','2021-02-01 05:41:05','2021-01-31 21:41:05'),(71755,26829,'action started via WP Cron','2021-02-01 05:42:02','2021-01-31 21:42:02'),(71756,26829,'action complete via WP Cron','2021-02-01 05:42:02','2021-01-31 21:42:02'),(71757,26830,'action created','2021-02-01 05:42:03','2021-01-31 21:42:03'),(71758,26830,'action started via WP Cron','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71759,26830,'action complete via WP Cron','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71760,26114,'action started via WP Cron','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71761,26114,'action complete via WP Cron','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71762,26831,'action created','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71763,26832,'action created','2021-02-01 05:43:31','2021-01-31 21:43:31'),(71764,26832,'action started via WP Cron','2021-02-01 05:47:19','2021-01-31 21:47:19'),(71765,26832,'action complete via WP Cron','2021-02-01 05:47:19','2021-01-31 21:47:19'),(71766,26833,'action created','2021-02-01 05:47:19','2021-01-31 21:47:19'),(71767,26833,'action started via WP Cron','2021-02-01 05:47:59','2021-01-31 21:47:59'),(71768,26833,'action complete via WP Cron','2021-02-01 05:47:59','2021-01-31 21:47:59'),(71769,26834,'action created','2021-02-01 05:47:59','2021-01-31 21:47:59'),(71770,26834,'action started via WP Cron','2021-02-01 05:51:15','2021-01-31 21:51:15'),(71771,26834,'action complete via WP Cron','2021-02-01 05:51:15','2021-01-31 21:51:15'),(71772,26835,'action created','2021-02-01 05:51:15','2021-01-31 21:51:15'),(71773,26835,'action started via WP Cron','2021-02-01 05:52:48','2021-01-31 21:52:48'),(71774,26835,'action complete via WP Cron','2021-02-01 05:52:48','2021-01-31 21:52:48'),(71775,26836,'action created','2021-02-01 05:52:48','2021-01-31 21:52:48'),(71776,26836,'action started via WP Cron','2021-02-01 05:53:46','2021-01-31 21:53:46'),(71777,26836,'action complete via WP Cron','2021-02-01 05:53:46','2021-01-31 21:53:46'),(71778,26837,'action created','2021-02-01 05:53:46','2021-01-31 21:53:46'),(71779,26837,'action started via WP Cron','2021-02-01 05:55:40','2021-01-31 21:55:40'),(71780,26837,'action complete via WP Cron','2021-02-01 05:55:40','2021-01-31 21:55:40'),(71781,26838,'action created','2021-02-01 05:55:40','2021-01-31 21:55:40'),(71782,26838,'action started via WP Cron','2021-02-01 05:56:43','2021-01-31 21:56:43'),(71783,26838,'action complete via WP Cron','2021-02-01 05:56:43','2021-01-31 21:56:43'),(71784,26839,'action created','2021-02-01 05:57:16','2021-01-31 21:57:16'),(71785,26839,'action started via WP Cron','2021-02-01 05:58:19','2021-01-31 21:58:19'),(71786,26839,'action complete via WP Cron','2021-02-01 05:58:19','2021-01-31 21:58:19'),(71787,26840,'action created','2021-02-01 05:58:19','2021-01-31 21:58:19'),(71788,26840,'action started via WP Cron','2021-02-01 05:59:48','2021-01-31 21:59:48'),(71789,26840,'action complete via WP Cron','2021-02-01 05:59:48','2021-01-31 21:59:48'),(71790,26841,'action created','2021-02-01 05:59:48','2021-01-31 21:59:48'),(71791,26841,'action started via WP Cron','2021-02-01 06:03:26','2021-01-31 22:03:26'),(71792,26841,'action complete via WP Cron','2021-02-01 06:03:26','2021-01-31 22:03:26'),(71793,26842,'action created','2021-02-01 06:03:26','2021-01-31 22:03:26'),(71794,26842,'action started via WP Cron','2021-02-01 06:06:03','2021-01-31 22:06:03'),(71795,26842,'action complete via WP Cron','2021-02-01 06:06:03','2021-01-31 22:06:03'),(71796,26843,'action created','2021-02-01 06:06:03','2021-01-31 22:06:03'),(71797,26843,'action started via WP Cron','2021-02-01 06:06:50','2021-01-31 22:06:50'),(71798,26843,'action complete via WP Cron','2021-02-01 06:06:50','2021-01-31 22:06:50'),(71799,26844,'action created','2021-02-01 06:06:50','2021-01-31 22:06:50'),(71800,26844,'action started via WP Cron','2021-02-01 06:08:29','2021-01-31 22:08:29'),(71801,26844,'action complete via WP Cron','2021-02-01 06:08:29','2021-01-31 22:08:29'),(71802,26845,'action created','2021-02-01 06:08:29','2021-01-31 22:08:29'),(71803,26845,'action started via WP Cron','2021-02-01 06:10:33','2021-01-31 22:10:33'),(71804,26845,'action complete via WP Cron','2021-02-01 06:10:33','2021-01-31 22:10:33'),(71805,26846,'action created','2021-02-01 06:10:33','2021-01-31 22:10:33'),(71806,26846,'action started via WP Cron','2021-02-01 06:14:03','2021-01-31 22:14:03'),(71807,26846,'action complete via WP Cron','2021-02-01 06:14:03','2021-01-31 22:14:03'),(71808,26847,'action created','2021-02-01 06:14:03','2021-01-31 22:14:03'),(71809,26847,'action started via WP Cron','2021-02-01 06:17:05','2021-01-31 22:17:05'),(71810,26847,'action complete via WP Cron','2021-02-01 06:17:05','2021-01-31 22:17:05'),(71811,26848,'action created','2021-02-01 06:17:05','2021-01-31 22:17:05'),(71812,26848,'action started via WP Cron','2021-02-01 06:18:55','2021-01-31 22:18:55'),(71813,26848,'action complete via WP Cron','2021-02-01 06:18:55','2021-01-31 22:18:55'),(71814,26849,'action created','2021-02-01 06:18:55','2021-01-31 22:18:55'),(71815,26849,'action started via WP Cron','2021-02-01 06:20:48','2021-01-31 22:20:48'),(71816,26849,'action complete via WP Cron','2021-02-01 06:20:48','2021-01-31 22:20:48'),(71817,26850,'action created','2021-02-01 06:20:48','2021-01-31 22:20:48'),(71818,26850,'action started via WP Cron','2021-02-01 06:23:52','2021-01-31 22:23:52'),(71819,26850,'action complete via WP Cron','2021-02-01 06:23:52','2021-01-31 22:23:52'),(71820,26851,'action created','2021-02-01 06:23:52','2021-01-31 22:23:52'),(71821,26851,'action started via WP Cron','2021-02-01 06:26:31','2021-01-31 22:26:31'),(71822,26851,'action complete via WP Cron','2021-02-01 06:26:31','2021-01-31 22:26:31'),(71823,26852,'action created','2021-02-01 06:26:31','2021-01-31 22:26:31'),(71824,26852,'action started via WP Cron','2021-02-01 06:29:39','2021-01-31 22:29:39'),(71825,26852,'action complete via WP Cron','2021-02-01 06:29:39','2021-01-31 22:29:39'),(71826,26853,'action created','2021-02-01 06:29:39','2021-01-31 22:29:39'),(71827,26853,'action started via WP Cron','2021-02-01 06:31:20','2021-01-31 22:31:20'),(71828,26853,'action complete via WP Cron','2021-02-01 06:31:20','2021-01-31 22:31:20'),(71829,26854,'action created','2021-02-01 06:31:20','2021-01-31 22:31:20'),(71830,26854,'action started via WP Cron','2021-02-01 06:33:04','2021-01-31 22:33:04'),(71831,26854,'action complete via WP Cron','2021-02-01 06:33:04','2021-01-31 22:33:04'),(71832,26855,'action created','2021-02-01 06:33:04','2021-01-31 22:33:04'),(71833,26855,'action started via WP Cron','2021-02-01 06:36:31','2021-01-31 22:36:31'),(71834,26855,'action complete via WP Cron','2021-02-01 06:36:31','2021-01-31 22:36:31'),(71835,26856,'action created','2021-02-01 06:36:31','2021-01-31 22:36:31'),(71836,26856,'action started via WP Cron','2021-02-01 06:36:43','2021-01-31 22:36:43'),(71837,26856,'action complete via WP Cron','2021-02-01 06:36:43','2021-01-31 22:36:43'),(71838,26857,'action created','2021-02-01 06:36:43','2021-01-31 22:36:43'),(71839,26857,'action started via WP Cron','2021-02-01 06:40:38','2021-01-31 22:40:38'),(71840,26857,'action complete via WP Cron','2021-02-01 06:40:38','2021-01-31 22:40:38'),(71841,26858,'action created','2021-02-01 06:40:39','2021-01-31 22:40:39'),(71842,26858,'action started via WP Cron','2021-02-01 06:41:44','2021-01-31 22:41:44'),(71843,26858,'action complete via WP Cron','2021-02-01 06:41:44','2021-01-31 22:41:44'),(71844,26859,'action created','2021-02-01 06:41:44','2021-01-31 22:41:44'),(71845,26859,'action started via WP Cron','2021-02-01 06:42:42','2021-01-31 22:42:42'),(71846,26859,'action complete via WP Cron','2021-02-01 06:42:42','2021-01-31 22:42:42'),(71847,26860,'action created','2021-02-01 06:42:42','2021-01-31 22:42:42'),(71848,26860,'action started via WP Cron','2021-02-01 06:43:48','2021-01-31 22:43:48'),(71849,26860,'action complete via WP Cron','2021-02-01 06:43:48','2021-01-31 22:43:48'),(71850,26861,'action created','2021-02-01 06:43:48','2021-01-31 22:43:48'),(71851,26861,'action started via WP Cron','2021-02-01 06:44:42','2021-01-31 22:44:42'),(71852,26861,'action complete via WP Cron','2021-02-01 06:44:42','2021-01-31 22:44:42'),(71853,26862,'action created','2021-02-01 06:44:42','2021-01-31 22:44:42'),(71854,26862,'action started via WP Cron','2021-02-01 06:45:52','2021-01-31 22:45:52'),(71855,26862,'action complete via WP Cron','2021-02-01 06:45:52','2021-01-31 22:45:52'),(71856,26863,'action created','2021-02-01 06:45:52','2021-01-31 22:45:52'),(71857,26863,'action started via WP Cron','2021-02-01 06:46:44','2021-01-31 22:46:44'),(71858,26863,'action complete via WP Cron','2021-02-01 06:46:44','2021-01-31 22:46:44'),(71859,26864,'action created','2021-02-01 06:46:44','2021-01-31 22:46:44'),(71860,26864,'action started via WP Cron','2021-02-01 06:47:47','2021-01-31 22:47:47'),(71861,26864,'action complete via WP Cron','2021-02-01 06:47:47','2021-01-31 22:47:47'),(71862,26865,'action created','2021-02-01 06:47:48','2021-01-31 22:47:48'),(71863,26865,'action started via WP Cron','2021-02-01 06:48:50','2021-01-31 22:48:50'),(71864,26865,'action complete via WP Cron','2021-02-01 06:48:50','2021-01-31 22:48:50'),(71865,26866,'action created','2021-02-01 06:48:50','2021-01-31 22:48:50'),(71866,26866,'action started via WP Cron','2021-02-01 06:49:45','2021-01-31 22:49:45'),(71867,26866,'action complete via WP Cron','2021-02-01 06:49:45','2021-01-31 22:49:45'),(71868,26867,'action created','2021-02-01 06:49:45','2021-01-31 22:49:45'),(71869,26867,'action started via WP Cron','2021-02-01 06:50:41','2021-01-31 22:50:41'),(71870,26867,'action complete via WP Cron','2021-02-01 06:50:41','2021-01-31 22:50:41'),(71871,26868,'action created','2021-02-01 06:50:42','2021-01-31 22:50:42'),(71872,26868,'action started via WP Cron','2021-02-01 06:51:42','2021-01-31 22:51:42'),(71873,26868,'action complete via WP Cron','2021-02-01 06:51:42','2021-01-31 22:51:42'),(71874,26869,'action created','2021-02-01 06:51:43','2021-01-31 22:51:43'),(71875,26869,'action started via WP Cron','2021-02-01 06:52:44','2021-01-31 22:52:44'),(71876,26869,'action complete via WP Cron','2021-02-01 06:52:44','2021-01-31 22:52:44'),(71877,26870,'action created','2021-02-01 06:52:44','2021-01-31 22:52:44'),(71878,26870,'action started via WP Cron','2021-02-01 06:53:46','2021-01-31 22:53:46'),(71879,26870,'action complete via WP Cron','2021-02-01 06:53:46','2021-01-31 22:53:46'),(71880,26871,'action created','2021-02-01 06:53:46','2021-01-31 22:53:46'),(71884,26872,'action started via WP Cron','2021-02-01 06:57:41','2021-01-31 22:57:41'),(71885,26872,'action complete via WP Cron','2021-02-01 06:57:41','2021-01-31 22:57:41'),(71886,26873,'action created','2021-02-01 06:57:41','2021-01-31 22:57:41'),(71887,26873,'action started via WP Cron','2021-02-01 06:58:42','2021-01-31 22:58:42'),(71888,26873,'action complete via WP Cron','2021-02-01 06:58:42','2021-01-31 22:58:42'),(71889,26874,'action created','2021-02-01 06:58:42','2021-01-31 22:58:42'),(71890,26874,'action started via WP Cron','2021-02-01 07:00:19','2021-01-31 23:00:19'),(71891,26874,'action complete via WP Cron','2021-02-01 07:00:19','2021-01-31 23:00:19'),(71892,26875,'action created','2021-02-01 07:00:19','2021-01-31 23:00:19'),(71893,26875,'action started via WP Cron','2021-02-01 07:02:37','2021-01-31 23:02:37'),(71894,26875,'action complete via WP Cron','2021-02-01 07:02:37','2021-01-31 23:02:37'),(71895,26876,'action created','2021-02-01 07:02:37','2021-01-31 23:02:37'),(71896,26876,'action started via WP Cron','2021-02-01 07:03:00','2021-01-31 23:03:00'),(71897,26876,'action complete via WP Cron','2021-02-01 07:03:00','2021-01-31 23:03:00'),(71898,26877,'action created','2021-02-01 07:03:00','2021-01-31 23:03:00'),(71899,26877,'action started via WP Cron','2021-02-01 07:04:24','2021-01-31 23:04:24'),(71900,26877,'action complete via WP Cron','2021-02-01 07:04:24','2021-01-31 23:04:24'),(71901,26878,'action created','2021-02-01 07:04:24','2021-01-31 23:04:24'),(71902,26878,'action started via WP Cron','2021-02-01 07:04:46','2021-01-31 23:04:46'),(71903,26878,'action complete via WP Cron','2021-02-01 07:04:46','2021-01-31 23:04:46'),(71904,26879,'action created','2021-02-01 07:04:46','2021-01-31 23:04:46'),(71905,26879,'action started via WP Cron','2021-02-01 07:05:47','2021-01-31 23:05:47'),(71906,26879,'action complete via WP Cron','2021-02-01 07:05:47','2021-01-31 23:05:47'),(71907,26880,'action created','2021-02-01 07:05:47','2021-01-31 23:05:47'),(71908,26880,'action started via WP Cron','2021-02-01 07:06:53','2021-01-31 23:06:53'),(71909,26880,'action complete via WP Cron','2021-02-01 07:06:53','2021-01-31 23:06:53'),(71910,26881,'action created','2021-02-01 07:06:53','2021-01-31 23:06:53'),(71911,26881,'action started via WP Cron','2021-02-01 07:07:55','2021-01-31 23:07:55'),(71912,26881,'action complete via WP Cron','2021-02-01 07:07:55','2021-01-31 23:07:55'),(71913,26882,'action created','2021-02-01 07:07:55','2021-01-31 23:07:55'),(71914,26882,'action started via WP Cron','2021-02-01 07:12:19','2021-01-31 23:12:19'),(71915,26882,'action complete via WP Cron','2021-02-01 07:12:19','2021-01-31 23:12:19'),(71916,26883,'action created','2021-02-01 07:12:19','2021-01-31 23:12:19'),(71917,26883,'action started via WP Cron','2021-02-01 07:15:40','2021-01-31 23:15:40'),(71918,26883,'action complete via WP Cron','2021-02-01 07:15:40','2021-01-31 23:15:40'),(71919,26884,'action created','2021-02-01 07:15:40','2021-01-31 23:15:40'),(71920,26884,'action started via WP Cron','2021-02-01 07:19:40','2021-01-31 23:19:40'),(71921,26884,'action complete via WP Cron','2021-02-01 07:19:40','2021-01-31 23:19:40'),(71922,26885,'action created','2021-02-01 07:19:40','2021-01-31 23:19:40'),(71923,26885,'action started via WP Cron','2021-02-01 07:22:59','2021-01-31 23:22:59'),(71924,26885,'action complete via WP Cron','2021-02-01 07:22:59','2021-01-31 23:22:59'),(71925,26886,'action created','2021-02-01 07:22:59','2021-01-31 23:22:59'),(71926,26886,'action started via WP Cron','2021-02-01 07:25:16','2021-01-31 23:25:16'),(71927,26886,'action complete via WP Cron','2021-02-01 07:25:16','2021-01-31 23:25:16'),(71928,26887,'action created','2021-02-01 07:25:16','2021-01-31 23:25:16'),(71929,26887,'action started via WP Cron','2021-02-01 07:28:29','2021-01-31 23:28:29'),(71930,26887,'action complete via WP Cron','2021-02-01 07:28:29','2021-01-31 23:28:29'),(71931,26888,'action created','2021-02-01 07:28:29','2021-01-31 23:28:29'),(71932,26888,'action started via WP Cron','2021-02-01 07:31:47','2021-01-31 23:31:47'),(71933,26888,'action complete via WP Cron','2021-02-01 07:31:47','2021-01-31 23:31:47'),(71934,26889,'action created','2021-02-01 07:31:47','2021-01-31 23:31:47'),(71935,26889,'action started via WP Cron','2021-02-01 07:35:09','2021-01-31 23:35:09'),(71936,26889,'action complete via WP Cron','2021-02-01 07:35:09','2021-01-31 23:35:09'),(71937,26890,'action created','2021-02-01 07:35:58','2021-01-31 23:35:58'),(71938,26890,'action started via WP Cron','2021-02-01 07:37:11','2021-01-31 23:37:11'),(71939,26890,'action complete via WP Cron','2021-02-01 07:37:11','2021-01-31 23:37:11'),(71940,26891,'action created','2021-02-01 07:37:11','2021-01-31 23:37:11'),(71941,26891,'action started via WP Cron','2021-02-01 07:38:26','2021-01-31 23:38:26'),(71942,26891,'action complete via WP Cron','2021-02-01 07:38:26','2021-01-31 23:38:26'),(71943,26892,'action created','2021-02-01 07:38:26','2021-01-31 23:38:26'),(71944,26892,'action started via WP Cron','2021-02-01 07:38:41','2021-01-31 23:38:41'),(71945,26892,'action complete via WP Cron','2021-02-01 07:38:41','2021-01-31 23:38:41'),(71946,26893,'action created','2021-02-01 07:38:41','2021-01-31 23:38:41'),(71947,26893,'action started via WP Cron','2021-02-01 07:40:09','2021-01-31 23:40:09'),(71948,26893,'action complete via WP Cron','2021-02-01 07:40:09','2021-01-31 23:40:09'),(71949,26894,'action created','2021-02-01 07:40:09','2021-01-31 23:40:09'),(71950,26894,'action started via WP Cron','2021-02-01 07:41:01','2021-01-31 23:41:01'),(71951,26894,'action complete via WP Cron','2021-02-01 07:41:01','2021-01-31 23:41:01'),(71952,26895,'action created','2021-02-01 07:41:01','2021-01-31 23:41:01'),(71953,26895,'action started via WP Cron','2021-02-01 07:43:49','2021-01-31 23:43:49'),(71954,26895,'action complete via WP Cron','2021-02-01 07:43:49','2021-01-31 23:43:49'),(71955,26896,'action created','2021-02-01 07:43:50','2021-01-31 23:43:50'),(71956,26896,'action started via WP Cron','2021-02-01 07:45:59','2021-01-31 23:45:59'),(71957,26896,'action complete via WP Cron','2021-02-01 07:45:59','2021-01-31 23:45:59'),(71958,26897,'action created','2021-02-01 07:45:59','2021-01-31 23:45:59'),(71959,26897,'action started via WP Cron','2021-02-01 07:49:25','2021-01-31 23:49:25'),(71960,26897,'action complete via WP Cron','2021-02-01 07:49:25','2021-01-31 23:49:25'),(71961,26898,'action created','2021-02-01 07:49:25','2021-01-31 23:49:25'),(71962,26898,'action started via WP Cron','2021-02-01 07:50:37','2021-01-31 23:50:37'),(71963,26898,'action complete via WP Cron','2021-02-01 07:50:37','2021-01-31 23:50:37'),(71964,26899,'action created','2021-02-01 07:50:37','2021-01-31 23:50:37'),(71965,26899,'action started via WP Cron','2021-02-01 07:51:55','2021-01-31 23:51:55'),(71966,26899,'action complete via WP Cron','2021-02-01 07:51:55','2021-01-31 23:51:55'),(71967,26900,'action created','2021-02-01 07:51:56','2021-01-31 23:51:56'),(71968,26900,'action started via WP Cron','2021-02-01 07:53:47','2021-01-31 23:53:47'),(71969,26900,'action complete via WP Cron','2021-02-01 07:53:47','2021-01-31 23:53:47'),(71970,26901,'action created','2021-02-01 07:53:53','2021-01-31 23:53:53'),(71971,26901,'action started via WP Cron','2021-02-01 07:54:47','2021-01-31 23:54:47'),(71972,26901,'action complete via WP Cron','2021-02-01 07:54:47','2021-01-31 23:54:47'),(71973,26902,'action created','2021-02-01 07:54:47','2021-01-31 23:54:47'),(71974,26902,'action started via WP Cron','2021-02-01 07:55:40','2021-01-31 23:55:40'),(71975,26902,'action complete via WP Cron','2021-02-01 07:55:40','2021-01-31 23:55:40'),(71976,26903,'action created','2021-02-01 07:55:40','2021-01-31 23:55:40'),(71977,26903,'action started via WP Cron','2021-02-01 08:00:07','2021-02-01 00:00:07'),(71978,26903,'action complete via WP Cron','2021-02-01 08:00:07','2021-02-01 00:00:07'),(71979,26904,'action created','2021-02-01 08:00:07','2021-02-01 00:00:07'),(71980,26904,'action started via WP Cron','2021-02-01 08:02:51','2021-02-01 00:02:51'),(71981,26904,'action complete via WP Cron','2021-02-01 08:02:51','2021-02-01 00:02:51'),(71982,26905,'action created','2021-02-01 08:02:51','2021-02-01 00:02:51'),(71983,26905,'action started via WP Cron','2021-02-01 08:05:04','2021-02-01 00:05:04'),(71984,26905,'action complete via WP Cron','2021-02-01 08:05:04','2021-02-01 00:05:04'),(71985,26906,'action created','2021-02-01 08:05:04','2021-02-01 00:05:04'),(71986,26906,'action started via WP Cron','2021-02-01 08:05:53','2021-02-01 00:05:53'),(71987,26906,'action complete via WP Cron','2021-02-01 08:05:53','2021-02-01 00:05:53'),(71988,26907,'action created','2021-02-01 08:05:53','2021-02-01 00:05:53'),(71989,26907,'action started via WP Cron','2021-02-01 08:06:51','2021-02-01 00:06:51'),(71990,26907,'action complete via WP Cron','2021-02-01 08:06:51','2021-02-01 00:06:51'),(71991,26908,'action created','2021-02-01 08:06:51','2021-02-01 00:06:51'),(71992,26908,'action started via WP Cron','2021-02-01 08:07:52','2021-02-01 00:07:52'),(71993,26908,'action complete via WP Cron','2021-02-01 08:07:52','2021-02-01 00:07:52'),(71994,26909,'action created','2021-02-01 08:11:36','2021-02-01 00:11:36'),(71995,26909,'action started via WP Cron','2021-02-01 08:13:43','2021-02-01 00:13:43'),(71996,26909,'action complete via WP Cron','2021-02-01 08:13:43','2021-02-01 00:13:43'),(71997,26910,'action created','2021-02-01 08:13:45','2021-02-01 00:13:45'),(71998,26910,'action started via WP Cron','2021-02-01 08:14:48','2021-02-01 00:14:48'),(71999,26910,'action complete via WP Cron','2021-02-01 08:14:48','2021-02-01 00:14:48'),(72000,26911,'action created','2021-02-01 08:14:48','2021-02-01 00:14:48'),(72001,26911,'action started via WP Cron','2021-02-01 08:17:12','2021-02-01 00:17:12'),(72002,26911,'action complete via WP Cron','2021-02-01 08:17:12','2021-02-01 00:17:12'),(72003,26912,'action created','2021-02-01 08:17:12','2021-02-01 00:17:12'),(72004,26912,'action started via WP Cron','2021-02-01 08:20:17','2021-02-01 00:20:17'),(72005,26912,'action complete via WP Cron','2021-02-01 08:20:17','2021-02-01 00:20:17'),(72006,26913,'action created','2021-02-01 08:20:17','2021-02-01 00:20:17'),(72007,26913,'action started via WP Cron','2021-02-01 08:23:03','2021-02-01 00:23:03'),(72008,26913,'action complete via WP Cron','2021-02-01 08:23:03','2021-02-01 00:23:03'),(72009,26914,'action created','2021-02-01 08:23:03','2021-02-01 00:23:03'),(72010,26914,'action started via WP Cron','2021-02-01 08:24:04','2021-02-01 00:24:04'),(72011,26914,'action complete via WP Cron','2021-02-01 08:24:04','2021-02-01 00:24:04'),(72012,26915,'action created','2021-02-01 08:24:04','2021-02-01 00:24:04'),(72013,26915,'action started via WP Cron','2021-02-01 08:25:11','2021-02-01 00:25:11'),(72014,26915,'action complete via WP Cron','2021-02-01 08:25:11','2021-02-01 00:25:11'),(72015,26916,'action created','2021-02-01 08:25:11','2021-02-01 00:25:11'),(72016,26916,'action started via WP Cron','2021-02-01 08:26:11','2021-02-01 00:26:11'),(72017,26916,'action complete via WP Cron','2021-02-01 08:26:11','2021-02-01 00:26:11'),(72018,26917,'action created','2021-02-01 08:26:11','2021-02-01 00:26:11'),(72019,26917,'action started via WP Cron','2021-02-01 08:26:48','2021-02-01 00:26:48'),(72020,26917,'action complete via WP Cron','2021-02-01 08:26:48','2021-02-01 00:26:48'),(72021,26918,'action created','2021-02-01 08:26:48','2021-02-01 00:26:48'),(72022,26918,'action started via WP Cron','2021-02-01 08:28:13','2021-02-01 00:28:13'),(72023,26918,'action complete via WP Cron','2021-02-01 08:28:13','2021-02-01 00:28:13'),(72024,26919,'action created','2021-02-01 08:28:13','2021-02-01 00:28:13'),(72025,26919,'action started via WP Cron','2021-02-01 08:29:14','2021-02-01 00:29:14'),(72026,26919,'action complete via WP Cron','2021-02-01 08:29:14','2021-02-01 00:29:14'),(72027,26920,'action created','2021-02-01 08:29:14','2021-02-01 00:29:14'),(72028,26920,'action started via WP Cron','2021-02-01 08:29:49','2021-02-01 00:29:49'),(72029,26920,'action complete via WP Cron','2021-02-01 08:29:49','2021-02-01 00:29:49'),(72030,26921,'action created','2021-02-01 08:29:50','2021-02-01 00:29:50'),(72031,26921,'action started via WP Cron','2021-02-01 08:31:02','2021-02-01 00:31:02'),(72032,26921,'action complete via WP Cron','2021-02-01 08:31:02','2021-02-01 00:31:02'),(72033,26922,'action created','2021-02-01 08:31:02','2021-02-01 00:31:02'),(72034,26922,'action started via WP Cron','2021-02-01 08:33:41','2021-02-01 00:33:41'),(72035,26922,'action complete via WP Cron','2021-02-01 08:33:41','2021-02-01 00:33:41'),(72036,26923,'action created','2021-02-01 08:33:41','2021-02-01 00:33:41'),(72037,26923,'action started via WP Cron','2021-02-01 08:36:31','2021-02-01 00:36:31'),(72038,26923,'action complete via WP Cron','2021-02-01 08:36:31','2021-02-01 00:36:31'),(72039,26924,'action created','2021-02-01 08:36:31','2021-02-01 00:36:31'),(72040,26924,'action started via WP Cron','2021-02-01 08:39:38','2021-02-01 00:39:38'),(72041,26924,'action complete via WP Cron','2021-02-01 08:39:38','2021-02-01 00:39:38'),(72042,26925,'action created','2021-02-01 08:39:38','2021-02-01 00:39:38'),(72043,26925,'action started via WP Cron','2021-02-01 08:41:03','2021-02-01 00:41:03'),(72044,26925,'action complete via WP Cron','2021-02-01 08:41:03','2021-02-01 00:41:03'),(72045,26926,'action created','2021-02-01 08:41:03','2021-02-01 00:41:03'),(72046,26926,'action started via WP Cron','2021-02-01 08:42:17','2021-02-01 00:42:17'),(72047,26926,'action complete via WP Cron','2021-02-01 08:42:17','2021-02-01 00:42:17'),(72048,26927,'action created','2021-02-01 08:42:17','2021-02-01 00:42:17'),(72049,26927,'action started via WP Cron','2021-02-01 08:42:41','2021-02-01 00:42:41'),(72050,26927,'action complete via WP Cron','2021-02-01 08:42:41','2021-02-01 00:42:41'),(72051,26928,'action created','2021-02-01 08:42:41','2021-02-01 00:42:41'),(72052,26928,'action started via WP Cron','2021-02-01 08:43:50','2021-02-01 00:43:50'),(72053,26928,'action complete via WP Cron','2021-02-01 08:43:50','2021-02-01 00:43:50'),(72054,26929,'action created','2021-02-01 08:43:50','2021-02-01 00:43:50'),(72055,26929,'action started via WP Cron','2021-02-01 08:45:00','2021-02-01 00:45:00'),(72056,26929,'action complete via WP Cron','2021-02-01 08:45:00','2021-02-01 00:45:00'),(72057,26930,'action created','2021-02-01 08:45:00','2021-02-01 00:45:00'),(72058,26930,'action started via WP Cron','2021-02-01 08:45:50','2021-02-01 00:45:50'),(72059,26930,'action complete via WP Cron','2021-02-01 08:45:50','2021-02-01 00:45:50'),(72060,26931,'action created','2021-02-01 08:45:50','2021-02-01 00:45:50'),(72061,26931,'action started via WP Cron','2021-02-01 08:46:51','2021-02-01 00:46:51'),(72062,26931,'action complete via WP Cron','2021-02-01 08:46:51','2021-02-01 00:46:51'),(72063,26932,'action created','2021-02-01 08:46:51','2021-02-01 00:46:51'),(72064,26932,'action started via WP Cron','2021-02-01 08:47:46','2021-02-01 00:47:46'),(72065,26932,'action complete via WP Cron','2021-02-01 08:47:46','2021-02-01 00:47:46'),(72066,26933,'action created','2021-02-01 08:47:46','2021-02-01 00:47:46'),(72067,26933,'action started via WP Cron','2021-02-01 08:48:53','2021-02-01 00:48:53'),(72068,26933,'action complete via WP Cron','2021-02-01 08:48:53','2021-02-01 00:48:53'),(72069,26934,'action created','2021-02-01 08:48:53','2021-02-01 00:48:53'),(72070,26934,'action started via WP Cron','2021-02-01 08:49:40','2021-02-01 00:49:40'),(72071,26934,'action complete via WP Cron','2021-02-01 08:49:41','2021-02-01 00:49:41'),(72072,26935,'action created','2021-02-01 08:49:41','2021-02-01 00:49:41'),(72073,26935,'action started via WP Cron','2021-02-01 08:50:52','2021-02-01 00:50:52'),(72074,26935,'action complete via WP Cron','2021-02-01 08:50:52','2021-02-01 00:50:52'),(72075,26936,'action created','2021-02-01 08:50:52','2021-02-01 00:50:52'),(72076,26936,'action started via WP Cron','2021-02-01 08:51:52','2021-02-01 00:51:52'),(72077,26936,'action complete via WP Cron','2021-02-01 08:51:52','2021-02-01 00:51:52'),(72078,26937,'action created','2021-02-01 08:51:52','2021-02-01 00:51:52'),(72079,26937,'action started via WP Cron','2021-02-01 08:52:41','2021-02-01 00:52:41'),(72080,26937,'action complete via WP Cron','2021-02-01 08:52:41','2021-02-01 00:52:41'),(72081,26938,'action created','2021-02-01 08:52:41','2021-02-01 00:52:41'),(72082,26938,'action started via WP Cron','2021-02-01 08:53:45','2021-02-01 00:53:45'),(72083,26938,'action complete via WP Cron','2021-02-01 08:53:45','2021-02-01 00:53:45'),(72087,26940,'action created','2021-02-01 08:53:46','2021-02-01 00:53:46'),(72088,26940,'action started via WP Cron','2021-02-01 08:54:54','2021-02-01 00:54:54'),(72089,26940,'action complete via WP Cron','2021-02-01 08:54:54','2021-02-01 00:54:54'),(72090,26941,'action created','2021-02-01 08:54:54','2021-02-01 00:54:54'),(72091,26941,'action started via WP Cron','2021-02-01 08:55:49','2021-02-01 00:55:49'),(72092,26941,'action complete via WP Cron','2021-02-01 08:55:49','2021-02-01 00:55:49'),(72093,26942,'action created','2021-02-01 08:55:50','2021-02-01 00:55:50'),(72094,26942,'action started via WP Cron','2021-02-01 08:56:47','2021-02-01 00:56:47'),(72095,26942,'action complete via WP Cron','2021-02-01 08:56:47','2021-02-01 00:56:47'),(72096,26943,'action created','2021-02-01 08:56:48','2021-02-01 00:56:48'),(72097,26944,'action created','2021-02-01 08:56:48','2021-02-01 00:56:48'),(72098,26943,'action started via WP Cron','2021-02-01 08:57:43','2021-02-01 00:57:43'),(72099,26943,'action complete via WP Cron','2021-02-01 08:57:43','2021-02-01 00:57:43'),(72100,26944,'action started via WP Cron','2021-02-01 08:57:43','2021-02-01 00:57:43'),(72101,26944,'action complete via WP Cron','2021-02-01 08:57:43','2021-02-01 00:57:43'),(72102,26945,'action created','2021-02-01 08:57:44','2021-02-01 00:57:44'),(72103,26945,'action started via WP Cron','2021-02-01 08:58:56','2021-02-01 00:58:56'),(72104,26945,'action complete via WP Cron','2021-02-01 08:58:56','2021-02-01 00:58:56'),(72105,26946,'action created','2021-02-01 08:58:57','2021-02-01 00:58:57'),(72106,26946,'action started via WP Cron','2021-02-01 08:59:53','2021-02-01 00:59:53'),(72107,26946,'action complete via WP Cron','2021-02-01 08:59:53','2021-02-01 00:59:53'),(72108,26947,'action created','2021-02-01 08:59:53','2021-02-01 00:59:53'),(72109,26947,'action started via WP Cron','2021-02-01 09:01:00','2021-02-01 01:01:00'),(72110,26947,'action complete via WP Cron','2021-02-01 09:01:00','2021-02-01 01:01:00'),(72111,26948,'action created','2021-02-01 09:01:00','2021-02-01 01:01:00'),(72112,26948,'action started via WP Cron','2021-02-01 09:01:56','2021-02-01 01:01:56'),(72113,26948,'action complete via WP Cron','2021-02-01 09:01:56','2021-02-01 01:01:56'),(72114,26949,'action created','2021-02-01 09:01:56','2021-02-01 01:01:56'),(72115,26949,'action started via WP Cron','2021-02-01 09:02:58','2021-02-01 01:02:58'),(72116,26949,'action complete via WP Cron','2021-02-01 09:02:58','2021-02-01 01:02:58'),(72117,26950,'action created','2021-02-01 09:02:58','2021-02-01 01:02:58'),(72118,26950,'action started via WP Cron','2021-02-01 09:03:47','2021-02-01 01:03:47'),(72119,26950,'action complete via WP Cron','2021-02-01 09:03:47','2021-02-01 01:03:47'),(72120,26951,'action created','2021-02-01 09:03:48','2021-02-01 01:03:48'),(72121,26951,'action started via WP Cron','2021-02-01 09:05:39','2021-02-01 01:05:39'),(72122,26951,'action complete via WP Cron','2021-02-01 09:05:39','2021-02-01 01:05:39'),(72123,26952,'action created','2021-02-01 09:05:39','2021-02-01 01:05:39'),(72124,26952,'action started via WP Cron','2021-02-01 09:06:25','2021-02-01 01:06:25'),(72125,26952,'action complete via WP Cron','2021-02-01 09:06:25','2021-02-01 01:06:25'),(72126,26953,'action created','2021-02-01 09:06:25','2021-02-01 01:06:25'),(72127,26953,'action started via WP Cron','2021-02-01 09:07:33','2021-02-01 01:07:33'),(72128,26953,'action complete via WP Cron','2021-02-01 09:07:33','2021-02-01 01:07:33'),(72129,26954,'action created','2021-02-01 09:07:33','2021-02-01 01:07:33'),(72130,26954,'action started via WP Cron','2021-02-01 09:08:21','2021-02-01 01:08:21'),(72131,26954,'action complete via WP Cron','2021-02-01 09:08:21','2021-02-01 01:08:21'),(72132,26955,'action created','2021-02-01 09:08:21','2021-02-01 01:08:21'),(72133,26955,'action started via WP Cron','2021-02-01 09:08:42','2021-02-01 01:08:42'),(72134,26955,'action complete via WP Cron','2021-02-01 09:08:42','2021-02-01 01:08:42'),(72135,26956,'action created','2021-02-01 09:08:42','2021-02-01 01:08:42'),(72136,26956,'action started via WP Cron','2021-02-01 09:10:20','2021-02-01 01:10:20'),(72137,26956,'action complete via WP Cron','2021-02-01 09:10:20','2021-02-01 01:10:20'),(72138,26957,'action created','2021-02-01 09:10:20','2021-02-01 01:10:20'),(72139,26957,'action started via WP Cron','2021-02-01 09:11:37','2021-02-01 01:11:37'),(72140,26957,'action complete via WP Cron','2021-02-01 09:11:37','2021-02-01 01:11:37'),(72141,26958,'action created','2021-02-01 09:11:37','2021-02-01 01:11:37'),(72142,26958,'action started via WP Cron','2021-02-01 09:12:18','2021-02-01 01:12:18'),(72143,26958,'action complete via WP Cron','2021-02-01 09:12:18','2021-02-01 01:12:18'),(72144,26959,'action created','2021-02-01 09:12:19','2021-02-01 01:12:19'),(72145,26959,'action started via WP Cron','2021-02-01 09:14:01','2021-02-01 01:14:01'),(72146,26959,'action complete via WP Cron','2021-02-01 09:14:01','2021-02-01 01:14:01'),(72147,26960,'action created','2021-02-01 09:14:01','2021-02-01 01:14:01'),(72148,26960,'action started via WP Cron','2021-02-01 09:16:44','2021-02-01 01:16:44'),(72149,26960,'action complete via WP Cron','2021-02-01 09:16:44','2021-02-01 01:16:44'),(72150,26961,'action created','2021-02-01 09:16:45','2021-02-01 01:16:45'),(72151,26961,'action started via WP Cron','2021-02-01 09:19:54','2021-02-01 01:19:54'),(72152,26961,'action complete via WP Cron','2021-02-01 09:19:54','2021-02-01 01:19:54'),(72153,26962,'action created','2021-02-01 09:19:54','2021-02-01 01:19:54'),(72154,26962,'action started via WP Cron','2021-02-01 09:22:10','2021-02-01 01:22:10'),(72155,26962,'action complete via WP Cron','2021-02-01 09:22:10','2021-02-01 01:22:10'),(72156,26963,'action created','2021-02-01 09:22:10','2021-02-01 01:22:10'),(72157,26963,'action started via WP Cron','2021-02-01 09:23:07','2021-02-01 01:23:07'),(72158,26963,'action complete via WP Cron','2021-02-01 09:23:07','2021-02-01 01:23:07'),(72159,26964,'action created','2021-02-01 09:24:22','2021-02-01 01:24:22'),(72160,26964,'action started via WP Cron','2021-02-01 09:24:46','2021-02-01 01:24:46'),(72161,26964,'action complete via WP Cron','2021-02-01 09:24:46','2021-02-01 01:24:46'),(72162,26965,'action created','2021-02-01 09:24:46','2021-02-01 01:24:46'),(72163,26965,'action started via WP Cron','2021-02-01 09:25:41','2021-02-01 01:25:41'),(72164,26965,'action complete via WP Cron','2021-02-01 09:25:41','2021-02-01 01:25:41'),(72165,26966,'action created','2021-02-01 09:25:41','2021-02-01 01:25:41'),(72166,26966,'action started via WP Cron','2021-02-01 09:26:48','2021-02-01 01:26:48'),(72167,26966,'action complete via WP Cron','2021-02-01 09:26:48','2021-02-01 01:26:48'),(72168,26967,'action created','2021-02-01 09:26:48','2021-02-01 01:26:48'),(72169,26967,'action started via WP Cron','2021-02-01 09:27:45','2021-02-01 01:27:45'),(72170,26967,'action complete via WP Cron','2021-02-01 09:27:45','2021-02-01 01:27:45'),(72171,26968,'action created','2021-02-01 09:27:45','2021-02-01 01:27:45'),(72172,26968,'action started via WP Cron','2021-02-01 09:28:43','2021-02-01 01:28:43'),(72173,26968,'action complete via WP Cron','2021-02-01 09:28:43','2021-02-01 01:28:43'),(72174,26969,'action created','2021-02-01 09:28:43','2021-02-01 01:28:43'),(72175,26969,'action started via WP Cron','2021-02-01 09:29:54','2021-02-01 01:29:54'),(72176,26969,'action complete via WP Cron','2021-02-01 09:29:54','2021-02-01 01:29:54'),(72177,26970,'action created','2021-02-01 09:29:54','2021-02-01 01:29:54'),(72178,26970,'action started via WP Cron','2021-02-01 09:30:49','2021-02-01 01:30:49'),(72179,26970,'action complete via WP Cron','2021-02-01 09:30:49','2021-02-01 01:30:49'),(72180,26971,'action created','2021-02-01 09:30:49','2021-02-01 01:30:49'),(72181,26971,'action started via WP Cron','2021-02-01 09:31:41','2021-02-01 01:31:41'),(72182,26971,'action complete via WP Cron','2021-02-01 09:31:41','2021-02-01 01:31:41'),(72183,26972,'action created','2021-02-01 09:31:41','2021-02-01 01:31:41'),(72184,26972,'action started via WP Cron','2021-02-01 09:32:44','2021-02-01 01:32:44'),(72185,26972,'action complete via WP Cron','2021-02-01 09:32:44','2021-02-01 01:32:44'),(72186,26973,'action created','2021-02-01 09:32:44','2021-02-01 01:32:44'),(72187,26973,'action started via WP Cron','2021-02-01 09:33:47','2021-02-01 01:33:47'),(72188,26973,'action complete via WP Cron','2021-02-01 09:33:47','2021-02-01 01:33:47'),(72189,26974,'action created','2021-02-01 09:33:48','2021-02-01 01:33:48'),(72190,26974,'action started via WP Cron','2021-02-01 09:34:45','2021-02-01 01:34:45'),(72191,26974,'action complete via WP Cron','2021-02-01 09:34:45','2021-02-01 01:34:45'),(72192,26975,'action created','2021-02-01 09:34:45','2021-02-01 01:34:45'),(72193,26975,'action started via WP Cron','2021-02-01 09:35:55','2021-02-01 01:35:55'),(72194,26975,'action complete via WP Cron','2021-02-01 09:35:55','2021-02-01 01:35:55'),(72195,26976,'action created','2021-02-01 09:35:55','2021-02-01 01:35:55'),(72196,26976,'action started via WP Cron','2021-02-01 09:36:44','2021-02-01 01:36:44'),(72197,26976,'action complete via WP Cron','2021-02-01 09:36:44','2021-02-01 01:36:44'),(72198,26977,'action created','2021-02-01 09:36:44','2021-02-01 01:36:44'),(72199,26977,'action started via WP Cron','2021-02-01 09:37:51','2021-02-01 01:37:51'),(72200,26977,'action complete via WP Cron','2021-02-01 09:37:51','2021-02-01 01:37:51'),(72201,26978,'action created','2021-02-01 09:37:51','2021-02-01 01:37:51'),(72202,26978,'action started via WP Cron','2021-02-01 09:38:41','2021-02-01 01:38:41'),(72203,26978,'action complete via WP Cron','2021-02-01 09:38:41','2021-02-01 01:38:41'),(72204,26979,'action created','2021-02-01 09:38:41','2021-02-01 01:38:41'),(72205,26979,'action started via WP Cron','2021-02-01 09:39:48','2021-02-01 01:39:48'),(72206,26979,'action complete via WP Cron','2021-02-01 09:39:48','2021-02-01 01:39:48'),(72207,26980,'action created','2021-02-01 09:39:49','2021-02-01 01:39:49'),(72208,26980,'action started via WP Cron','2021-02-01 09:40:46','2021-02-01 01:40:46'),(72209,26980,'action complete via WP Cron','2021-02-01 09:40:46','2021-02-01 01:40:46'),(72210,26981,'action created','2021-02-01 09:40:46','2021-02-01 01:40:46'),(72211,26981,'action started via WP Cron','2021-02-01 09:41:45','2021-02-01 01:41:45'),(72212,26981,'action complete via WP Cron','2021-02-01 09:41:45','2021-02-01 01:41:45'),(72213,26982,'action created','2021-02-01 09:41:45','2021-02-01 01:41:45'),(72214,26982,'action started via WP Cron','2021-02-01 09:42:47','2021-02-01 01:42:47'),(72215,26982,'action complete via WP Cron','2021-02-01 09:42:47','2021-02-01 01:42:47'),(72216,26983,'action created','2021-02-01 09:42:47','2021-02-01 01:42:47'),(72217,26983,'action started via WP Cron','2021-02-01 09:43:42','2021-02-01 01:43:42'),(72218,26983,'action complete via WP Cron','2021-02-01 09:43:42','2021-02-01 01:43:42'),(72219,26984,'action created','2021-02-01 09:43:42','2021-02-01 01:43:42'),(72220,26984,'action started via WP Cron','2021-02-01 09:45:42','2021-02-01 01:45:42'),(72221,26984,'action complete via WP Cron','2021-02-01 09:45:42','2021-02-01 01:45:42'),(72222,26985,'action created','2021-02-01 09:45:42','2021-02-01 01:45:42'),(72223,26985,'action started via WP Cron','2021-02-01 09:49:14','2021-02-01 01:49:14'),(72224,26985,'action complete via WP Cron','2021-02-01 09:49:14','2021-02-01 01:49:14'),(72225,26986,'action created','2021-02-01 09:49:14','2021-02-01 01:49:14'),(72226,26986,'action started via WP Cron','2021-02-01 09:52:05','2021-02-01 01:52:05'),(72227,26986,'action complete via WP Cron','2021-02-01 09:52:05','2021-02-01 01:52:05'),(72228,26987,'action created','2021-02-01 09:52:05','2021-02-01 01:52:05'),(72229,26987,'action started via WP Cron','2021-02-01 09:54:56','2021-02-01 01:54:56'),(72230,26987,'action complete via WP Cron','2021-02-01 09:54:56','2021-02-01 01:54:56'),(72231,26988,'action created','2021-02-01 09:54:56','2021-02-01 01:54:56'),(72232,26988,'action started via WP Cron','2021-02-01 09:57:47','2021-02-01 01:57:47'),(72233,26988,'action complete via WP Cron','2021-02-01 09:57:47','2021-02-01 01:57:47'),(72234,26989,'action created','2021-02-01 09:57:48','2021-02-01 01:57:48'),(72235,26989,'action started via WP Cron','2021-02-01 09:58:41','2021-02-01 01:58:41'),(72236,26989,'action complete via WP Cron','2021-02-01 09:58:41','2021-02-01 01:58:41'),(72237,26990,'action created','2021-02-01 09:58:41','2021-02-01 01:58:41'),(72238,26990,'action started via WP Cron','2021-02-01 09:59:49','2021-02-01 01:59:49'),(72239,26990,'action complete via WP Cron','2021-02-01 09:59:49','2021-02-01 01:59:49'),(72240,26991,'action created','2021-02-01 09:59:50','2021-02-01 01:59:50'),(72241,26991,'action started via WP Cron','2021-02-01 10:00:51','2021-02-01 02:00:51'),(72242,26991,'action complete via WP Cron','2021-02-01 10:00:51','2021-02-01 02:00:51'),(72243,26992,'action created','2021-02-01 10:00:51','2021-02-01 02:00:51'),(72244,26992,'action started via WP Cron','2021-02-01 10:01:51','2021-02-01 02:01:51'),(72245,26992,'action complete via WP Cron','2021-02-01 10:01:51','2021-02-01 02:01:51'),(72246,26993,'action created','2021-02-01 10:01:52','2021-02-01 02:01:52'),(72247,26993,'action started via WP Cron','2021-02-01 10:03:20','2021-02-01 02:03:20'),(72248,26993,'action complete via WP Cron','2021-02-01 10:03:20','2021-02-01 02:03:20'),(72249,26994,'action created','2021-02-01 10:03:20','2021-02-01 02:03:20'),(72250,26994,'action started via WP Cron','2021-02-01 10:05:00','2021-02-01 02:05:00'),(72251,26994,'action complete via WP Cron','2021-02-01 10:05:00','2021-02-01 02:05:00'),(72252,26995,'action created','2021-02-01 10:05:01','2021-02-01 02:05:01'),(72253,26995,'action started via WP Cron','2021-02-01 10:06:12','2021-02-01 02:06:12'),(72254,26995,'action complete via WP Cron','2021-02-01 10:06:12','2021-02-01 02:06:12'),(72255,26996,'action created','2021-02-01 10:06:12','2021-02-01 02:06:12'),(72256,26996,'action started via WP Cron','2021-02-01 10:08:00','2021-02-01 02:08:00'),(72257,26996,'action complete via WP Cron','2021-02-01 10:08:00','2021-02-01 02:08:00'),(72258,26997,'action created','2021-02-01 10:08:00','2021-02-01 02:08:00'),(72259,26997,'action started via WP Cron','2021-02-01 10:09:11','2021-02-01 02:09:11'),(72260,26997,'action complete via WP Cron','2021-02-01 10:09:11','2021-02-01 02:09:11'),(72261,26998,'action created','2021-02-01 10:09:11','2021-02-01 02:09:11'),(72262,26998,'action started via WP Cron','2021-02-01 10:10:12','2021-02-01 02:10:12'),(72263,26998,'action complete via WP Cron','2021-02-01 10:10:12','2021-02-01 02:10:12'),(72264,26999,'action created','2021-02-01 10:10:12','2021-02-01 02:10:12'),(72265,26999,'action started via WP Cron','2021-02-01 10:12:06','2021-02-01 02:12:06'),(72266,26999,'action complete via WP Cron','2021-02-01 10:12:06','2021-02-01 02:12:06'),(72267,27000,'action created','2021-02-01 10:12:06','2021-02-01 02:12:06'),(72268,27000,'action started via WP Cron','2021-02-01 10:12:41','2021-02-01 02:12:41'),(72269,27000,'action complete via WP Cron','2021-02-01 10:12:41','2021-02-01 02:12:41'),(72270,27001,'action created','2021-02-01 10:12:41','2021-02-01 02:12:41'),(72271,27001,'action started via WP Cron','2021-02-01 10:14:23','2021-02-01 02:14:23'),(72272,27001,'action complete via WP Cron','2021-02-01 10:14:23','2021-02-01 02:14:23'),(72273,27002,'action created','2021-02-01 10:14:23','2021-02-01 02:14:23'),(72274,27002,'action started via WP Cron','2021-02-01 10:15:10','2021-02-01 02:15:10'),(72275,27002,'action complete via WP Cron','2021-02-01 10:15:10','2021-02-01 02:15:10'),(72276,27003,'action created','2021-02-01 10:15:11','2021-02-01 02:15:11'),(72277,27003,'action started via WP Cron','2021-02-01 10:18:03','2021-02-01 02:18:03'),(72278,27003,'action complete via WP Cron','2021-02-01 10:18:03','2021-02-01 02:18:03'),(72279,27004,'action created','2021-02-01 10:18:03','2021-02-01 02:18:03'),(72280,27004,'action started via WP Cron','2021-02-01 10:21:22','2021-02-01 02:21:22'),(72281,27004,'action complete via WP Cron','2021-02-01 10:21:22','2021-02-01 02:21:22'),(72282,27005,'action created','2021-02-01 10:21:22','2021-02-01 02:21:22'),(72283,27005,'action started via WP Cron','2021-02-01 10:23:16','2021-02-01 02:23:16'),(72284,27005,'action complete via WP Cron','2021-02-01 10:23:16','2021-02-01 02:23:16'),(72285,27006,'action created','2021-02-01 10:23:17','2021-02-01 02:23:17'),(72286,27006,'action started via WP Cron','2021-02-01 10:23:55','2021-02-01 02:23:55'),(72287,27006,'action complete via WP Cron','2021-02-01 10:23:55','2021-02-01 02:23:55'),(72288,27007,'action created','2021-02-01 10:23:55','2021-02-01 02:23:55'),(72289,27007,'action started via WP Cron','2021-02-01 10:25:12','2021-02-01 02:25:12'),(72290,27007,'action complete via WP Cron','2021-02-01 10:25:12','2021-02-01 02:25:12'),(72291,27008,'action created','2021-02-01 10:25:12','2021-02-01 02:25:12'),(72292,27008,'action started via WP Cron','2021-02-01 10:26:31','2021-02-01 02:26:31'),(72293,27008,'action complete via WP Cron','2021-02-01 10:26:31','2021-02-01 02:26:31'),(72294,27009,'action created','2021-02-01 10:26:31','2021-02-01 02:26:31'),(72295,27009,'action started via WP Cron','2021-02-01 10:29:31','2021-02-01 02:29:31'),(72296,27009,'action complete via WP Cron','2021-02-01 10:29:31','2021-02-01 02:29:31'),(72297,27010,'action created','2021-02-01 10:29:31','2021-02-01 02:29:31'),(72298,27010,'action started via WP Cron','2021-02-01 10:29:45','2021-02-01 02:29:45'),(72299,27010,'action complete via WP Cron','2021-02-01 10:29:45','2021-02-01 02:29:45'),(72300,27011,'action created','2021-02-01 10:29:45','2021-02-01 02:29:45'),(72301,27011,'action started via WP Cron','2021-02-01 10:32:04','2021-02-01 02:32:04'),(72302,27011,'action complete via WP Cron','2021-02-01 10:32:04','2021-02-01 02:32:04'),(72303,27012,'action created','2021-02-01 10:32:04','2021-02-01 02:32:04'),(72304,27012,'action started via WP Cron','2021-02-01 10:32:57','2021-02-01 02:32:57'),(72305,27012,'action complete via WP Cron','2021-02-01 10:32:57','2021-02-01 02:32:57'),(72306,27013,'action created','2021-02-01 10:32:57','2021-02-01 02:32:57'),(72307,27013,'action started via WP Cron','2021-02-01 10:33:58','2021-02-01 02:33:58'),(72308,27013,'action complete via WP Cron','2021-02-01 10:33:58','2021-02-01 02:33:58'),(72309,27014,'action created','2021-02-01 10:33:59','2021-02-01 02:33:59'),(72310,27014,'action started via WP Cron','2021-02-01 10:34:50','2021-02-01 02:34:50'),(72311,27014,'action complete via WP Cron','2021-02-01 10:34:50','2021-02-01 02:34:50'),(72312,27015,'action created','2021-02-01 10:34:50','2021-02-01 02:34:50'),(72313,27015,'action started via WP Cron','2021-02-01 10:37:01','2021-02-01 02:37:01'),(72314,27015,'action complete via WP Cron','2021-02-01 10:37:01','2021-02-01 02:37:01'),(72315,27016,'action created','2021-02-01 10:37:01','2021-02-01 02:37:01'),(72316,27016,'action started via WP Cron','2021-02-01 10:38:02','2021-02-01 02:38:02'),(72317,27016,'action complete via WP Cron','2021-02-01 10:38:02','2021-02-01 02:38:02'),(72318,27017,'action created','2021-02-01 10:38:02','2021-02-01 02:38:02'),(72319,27017,'action started via WP Cron','2021-02-01 10:40:54','2021-02-01 02:40:54'),(72320,27017,'action complete via WP Cron','2021-02-01 10:40:54','2021-02-01 02:40:54'),(72321,27018,'action created','2021-02-01 10:40:54','2021-02-01 02:40:54'),(72322,27018,'action started via WP Cron','2021-02-01 10:41:55','2021-02-01 02:41:55'),(72323,27018,'action complete via WP Cron','2021-02-01 10:41:55','2021-02-01 02:41:55'),(72324,27019,'action created','2021-02-01 10:41:55','2021-02-01 02:41:55'),(72325,27019,'action started via WP Cron','2021-02-01 10:43:47','2021-02-01 02:43:47'),(72326,27019,'action complete via WP Cron','2021-02-01 10:43:47','2021-02-01 02:43:47'),(72327,27020,'action created','2021-02-01 10:43:47','2021-02-01 02:43:47'),(72328,27020,'action started via WP Cron','2021-02-01 10:46:08','2021-02-01 02:46:08'),(72329,27020,'action complete via WP Cron','2021-02-01 10:46:08','2021-02-01 02:46:08'),(72330,27021,'action created','2021-02-01 10:46:08','2021-02-01 02:46:08'),(72331,27021,'action started via WP Cron','2021-02-01 10:49:32','2021-02-01 02:49:32'),(72332,27021,'action complete via WP Cron','2021-02-01 10:49:32','2021-02-01 02:49:32'),(72333,27022,'action created','2021-02-01 10:49:32','2021-02-01 02:49:32'),(72334,27022,'action started via WP Cron','2021-02-01 10:51:24','2021-02-01 02:51:24'),(72335,27022,'action complete via WP Cron','2021-02-01 10:51:24','2021-02-01 02:51:24'),(72336,27023,'action created','2021-02-01 10:51:24','2021-02-01 02:51:24'),(72337,27023,'action started via WP Cron','2021-02-01 10:52:34','2021-02-01 02:52:34'),(72338,27023,'action complete via WP Cron','2021-02-01 10:52:34','2021-02-01 02:52:34'),(72339,27024,'action created','2021-02-01 10:52:34','2021-02-01 02:52:34'),(72340,27024,'action started via WP Cron','2021-02-01 10:54:57','2021-02-01 02:54:57'),(72341,27024,'action complete via WP Cron','2021-02-01 10:54:57','2021-02-01 02:54:57'),(72342,27025,'action created','2021-02-01 10:54:57','2021-02-01 02:54:57'),(72343,27025,'action started via WP Cron','2021-02-01 10:55:53','2021-02-01 02:55:53'),(72344,27025,'action complete via WP Cron','2021-02-01 10:55:53','2021-02-01 02:55:53'),(72345,27026,'action created','2021-02-01 10:55:53','2021-02-01 02:55:53'),(72346,27026,'action started via WP Cron','2021-02-01 10:56:58','2021-02-01 02:56:58'),(72347,27026,'action complete via WP Cron','2021-02-01 10:56:58','2021-02-01 02:56:58'),(72348,27027,'action created','2021-02-01 10:56:59','2021-02-01 02:56:59'),(72349,27027,'action started via WP Cron','2021-02-01 10:58:23','2021-02-01 02:58:23'),(72350,27027,'action complete via WP Cron','2021-02-01 10:58:23','2021-02-01 02:58:23'),(72351,27028,'action created','2021-02-01 10:58:23','2021-02-01 02:58:23'),(72352,27028,'action started via WP Cron','2021-02-01 11:00:44','2021-02-01 03:00:44'),(72353,27028,'action complete via WP Cron','2021-02-01 11:00:44','2021-02-01 03:00:44'),(72354,27029,'action created','2021-02-01 11:00:44','2021-02-01 03:00:44'),(72355,27029,'action started via WP Cron','2021-02-01 11:03:19','2021-02-01 03:03:19'),(72356,27029,'action complete via WP Cron','2021-02-01 11:03:19','2021-02-01 03:03:19'),(72357,27030,'action created','2021-02-01 11:03:19','2021-02-01 03:03:19'),(72358,27030,'action started via WP Cron','2021-02-01 11:03:47','2021-02-01 03:03:47'),(72359,27030,'action complete via WP Cron','2021-02-01 11:03:47','2021-02-01 03:03:47'),(72360,27031,'action created','2021-02-01 11:03:48','2021-02-01 03:03:48'),(72361,27031,'action started via WP Cron','2021-02-01 11:04:59','2021-02-01 03:04:59'),(72362,27031,'action complete via WP Cron','2021-02-01 11:04:59','2021-02-01 03:04:59'),(72363,27032,'action created','2021-02-01 11:05:00','2021-02-01 03:05:00'),(72364,27032,'action started via WP Cron','2021-02-01 11:06:34','2021-02-01 03:06:34'),(72365,27032,'action complete via WP Cron','2021-02-01 11:06:34','2021-02-01 03:06:34'),(72366,27033,'action created','2021-02-01 11:06:34','2021-02-01 03:06:34'),(72367,27033,'action started via WP Cron','2021-02-01 11:08:34','2021-02-01 03:08:34'),(72368,27033,'action complete via WP Cron','2021-02-01 11:08:34','2021-02-01 03:08:34'),(72369,27034,'action created','2021-02-01 11:08:35','2021-02-01 03:08:35'),(72370,27034,'action started via WP Cron','2021-02-01 11:10:17','2021-02-01 03:10:17'),(72371,27034,'action complete via WP Cron','2021-02-01 11:10:17','2021-02-01 03:10:17'),(72372,27035,'action created','2021-02-01 11:10:17','2021-02-01 03:10:17'),(72373,27035,'action started via WP Cron','2021-02-01 11:11:05','2021-02-01 03:11:05'),(72374,27035,'action complete via WP Cron','2021-02-01 11:11:05','2021-02-01 03:11:05'),(72375,27036,'action created','2021-02-01 11:11:05','2021-02-01 03:11:05'),(72376,27036,'action started via WP Cron','2021-02-01 11:12:16','2021-02-01 03:12:16'),(72377,27036,'action complete via WP Cron','2021-02-01 11:12:16','2021-02-01 03:12:16'),(72378,27037,'action created','2021-02-01 11:12:16','2021-02-01 03:12:16'),(72379,27037,'action started via WP Cron','2021-02-01 11:13:17','2021-02-01 03:13:17'),(72380,27037,'action complete via WP Cron','2021-02-01 11:13:17','2021-02-01 03:13:17'),(72381,27038,'action created','2021-02-01 11:13:17','2021-02-01 03:13:17'),(72382,27038,'action started via WP Cron','2021-02-01 11:13:50','2021-02-01 03:13:50'),(72383,27038,'action complete via WP Cron','2021-02-01 11:13:50','2021-02-01 03:13:50'),(72384,27039,'action created','2021-02-01 11:13:50','2021-02-01 03:13:50'),(72385,27039,'action started via WP Cron','2021-02-01 11:14:49','2021-02-01 03:14:49'),(72386,27039,'action complete via WP Cron','2021-02-01 11:14:49','2021-02-01 03:14:49'),(72387,27040,'action created','2021-02-01 11:14:49','2021-02-01 03:14:49'),(72388,27040,'action started via WP Cron','2021-02-01 11:15:40','2021-02-01 03:15:40'),(72389,27040,'action complete via WP Cron','2021-02-01 11:15:40','2021-02-01 03:15:40'),(72390,27041,'action created','2021-02-01 11:15:41','2021-02-01 03:15:41'),(72391,27041,'action started via WP Cron','2021-02-01 11:16:41','2021-02-01 03:16:41'),(72392,27041,'action complete via WP Cron','2021-02-01 11:16:41','2021-02-01 03:16:41'),(72393,27042,'action created','2021-02-01 11:16:41','2021-02-01 03:16:41'),(72394,27042,'action started via WP Cron','2021-02-01 11:17:45','2021-02-01 03:17:45'),(72395,27042,'action complete via WP Cron','2021-02-01 11:17:45','2021-02-01 03:17:45'),(72396,27043,'action created','2021-02-01 11:17:45','2021-02-01 03:17:45'),(72397,27043,'action started via WP Cron','2021-02-01 11:18:48','2021-02-01 03:18:48'),(72398,27043,'action complete via WP Cron','2021-02-01 11:18:48','2021-02-01 03:18:48'),(72399,27044,'action created','2021-02-01 11:18:49','2021-02-01 03:18:49'),(72400,27044,'action started via WP Cron','2021-02-01 11:19:41','2021-02-01 03:19:41'),(72401,27044,'action complete via WP Cron','2021-02-01 11:19:41','2021-02-01 03:19:41'),(72402,27045,'action created','2021-02-01 11:19:41','2021-02-01 03:19:41'),(72403,27045,'action started via WP Cron','2021-02-01 11:20:43','2021-02-01 03:20:43'),(72404,27045,'action complete via WP Cron','2021-02-01 11:20:43','2021-02-01 03:20:43'),(72405,27046,'action created','2021-02-01 11:20:43','2021-02-01 03:20:43'),(72406,27046,'action started via WP Cron','2021-02-01 11:21:42','2021-02-01 03:21:42'),(72407,27046,'action complete via WP Cron','2021-02-01 11:21:42','2021-02-01 03:21:42'),(72408,27047,'action created','2021-02-01 11:21:42','2021-02-01 03:21:42'),(72409,27047,'action started via WP Cron','2021-02-01 11:22:46','2021-02-01 03:22:46'),(72410,27047,'action complete via WP Cron','2021-02-01 11:22:46','2021-02-01 03:22:46'),(72411,27048,'action created','2021-02-01 11:22:46','2021-02-01 03:22:46'),(72412,27048,'action started via WP Cron','2021-02-01 11:23:48','2021-02-01 03:23:48'),(72413,27048,'action complete via WP Cron','2021-02-01 11:23:48','2021-02-01 03:23:48'),(72414,27049,'action created','2021-02-01 11:23:48','2021-02-01 03:23:48'),(72415,27049,'action started via WP Cron','2021-02-01 11:24:53','2021-02-01 03:24:53'),(72416,27049,'action complete via WP Cron','2021-02-01 11:24:53','2021-02-01 03:24:53'),(72417,27050,'action created','2021-02-01 11:24:53','2021-02-01 03:24:53'),(72418,27050,'action started via WP Cron','2021-02-01 11:25:45','2021-02-01 03:25:45'),(72419,27050,'action complete via WP Cron','2021-02-01 11:25:45','2021-02-01 03:25:45'),(72420,27051,'action created','2021-02-01 11:25:46','2021-02-01 03:25:46'),(72421,27051,'action started via WP Cron','2021-02-01 11:26:46','2021-02-01 03:26:46'),(72422,27051,'action complete via WP Cron','2021-02-01 11:26:46','2021-02-01 03:26:46'),(72423,27052,'action created','2021-02-01 11:26:46','2021-02-01 03:26:46'),(72424,27052,'action started via WP Cron','2021-02-01 11:27:46','2021-02-01 03:27:46'),(72425,27052,'action complete via WP Cron','2021-02-01 11:27:46','2021-02-01 03:27:46'),(72426,27053,'action created','2021-02-01 11:27:46','2021-02-01 03:27:46'),(72427,27053,'action started via WP Cron','2021-02-01 11:28:51','2021-02-01 03:28:51'),(72428,27053,'action complete via WP Cron','2021-02-01 11:28:51','2021-02-01 03:28:51'),(72429,27054,'action created','2021-02-01 11:28:51','2021-02-01 03:28:51'),(72430,27054,'action started via WP Cron','2021-02-01 11:29:40','2021-02-01 03:29:40'),(72431,27054,'action complete via WP Cron','2021-02-01 11:29:40','2021-02-01 03:29:40'),(72432,27055,'action created','2021-02-01 11:29:40','2021-02-01 03:29:40'),(72433,27055,'action started via WP Cron','2021-02-01 11:30:43','2021-02-01 03:30:43'),(72434,27055,'action complete via WP Cron','2021-02-01 11:30:43','2021-02-01 03:30:43'),(72435,27056,'action created','2021-02-01 11:30:43','2021-02-01 03:30:43'),(72436,27056,'action started via WP Cron','2021-02-01 11:31:47','2021-02-01 03:31:47'),(72437,27056,'action complete via WP Cron','2021-02-01 11:31:47','2021-02-01 03:31:47'),(72438,27057,'action created','2021-02-01 11:31:48','2021-02-01 03:31:48'),(72439,27057,'action started via WP Cron','2021-02-01 11:35:07','2021-02-01 03:35:07'),(72440,27057,'action complete via WP Cron','2021-02-01 11:35:07','2021-02-01 03:35:07'),(72441,27058,'action created','2021-02-01 11:35:08','2021-02-01 03:35:08'),(72442,27058,'action started via WP Cron','2021-02-01 11:37:21','2021-02-01 03:37:21'),(72443,27058,'action complete via WP Cron','2021-02-01 11:37:21','2021-02-01 03:37:21'),(72444,27059,'action created','2021-02-01 11:37:21','2021-02-01 03:37:21'),(72445,27059,'action started via WP Cron','2021-02-01 11:38:01','2021-02-01 03:38:01'),(72446,27059,'action complete via WP Cron','2021-02-01 11:38:01','2021-02-01 03:38:01'),(72447,27060,'action created','2021-02-01 11:38:01','2021-02-01 03:38:01'),(72448,27060,'action started via WP Cron','2021-02-01 11:39:02','2021-02-01 03:39:02'),(72449,27060,'action complete via WP Cron','2021-02-01 11:39:02','2021-02-01 03:39:02'),(72450,27061,'action created','2021-02-01 11:39:02','2021-02-01 03:39:02'),(72451,27061,'action started via WP Cron','2021-02-01 11:40:03','2021-02-01 03:40:03'),(72452,27061,'action complete via WP Cron','2021-02-01 11:40:03','2021-02-01 03:40:03'),(72453,27062,'action created','2021-02-01 11:40:03','2021-02-01 03:40:03'),(72454,27062,'action started via WP Cron','2021-02-01 11:42:37','2021-02-01 03:42:37'),(72455,27062,'action complete via WP Cron','2021-02-01 11:42:37','2021-02-01 03:42:37'),(72456,27063,'action created','2021-02-01 11:42:37','2021-02-01 03:42:37'),(72457,27063,'action started via WP Cron','2021-02-01 11:45:37','2021-02-01 03:45:37'),(72458,27063,'action complete via WP Cron','2021-02-01 11:45:37','2021-02-01 03:45:37'),(72459,27064,'action created','2021-02-01 11:45:37','2021-02-01 03:45:37'),(72460,27064,'action started via WP Cron','2021-02-01 11:49:00','2021-02-01 03:49:00'),(72461,27064,'action complete via WP Cron','2021-02-01 11:49:00','2021-02-01 03:49:00'),(72462,27065,'action created','2021-02-01 11:49:00','2021-02-01 03:49:00'),(72463,27065,'action started via WP Cron','2021-02-01 11:51:45','2021-02-01 03:51:45'),(72464,27065,'action complete via WP Cron','2021-02-01 11:51:45','2021-02-01 03:51:45'),(72465,27066,'action created','2021-02-01 11:51:45','2021-02-01 03:51:45'),(72466,27066,'action started via WP Cron','2021-02-01 11:53:55','2021-02-01 03:53:55'),(72467,27066,'action complete via WP Cron','2021-02-01 11:53:55','2021-02-01 03:53:55'),(72468,27067,'action created','2021-02-01 11:53:55','2021-02-01 03:53:55'),(72469,27067,'action started via WP Cron','2021-02-01 11:57:17','2021-02-01 03:57:17'),(72470,27067,'action complete via WP Cron','2021-02-01 11:57:17','2021-02-01 03:57:17'),(72471,27068,'action created','2021-02-01 11:57:18','2021-02-01 03:57:18'),(72472,27068,'action started via WP Cron','2021-02-01 11:59:23','2021-02-01 03:59:23'),(72473,27068,'action complete via WP Cron','2021-02-01 11:59:23','2021-02-01 03:59:23'),(72474,27069,'action created','2021-02-01 11:59:23','2021-02-01 03:59:23'),(72475,27069,'action started via WP Cron','2021-02-01 12:00:07','2021-02-01 04:00:07'),(72476,27069,'action complete via WP Cron','2021-02-01 12:00:07','2021-02-01 04:00:07'),(72477,27070,'action created','2021-02-01 12:00:07','2021-02-01 04:00:07'),(72478,27070,'action started via WP Cron','2021-02-01 12:01:25','2021-02-01 04:01:25'),(72479,27070,'action complete via WP Cron','2021-02-01 12:01:25','2021-02-01 04:01:25'),(72480,27071,'action created','2021-02-01 12:01:25','2021-02-01 04:01:25'),(72481,27071,'action started via WP Cron','2021-02-01 12:02:21','2021-02-01 04:02:21'),(72482,27071,'action complete via WP Cron','2021-02-01 12:02:21','2021-02-01 04:02:21'),(72483,27072,'action created','2021-02-01 12:02:21','2021-02-01 04:02:21'),(72484,27072,'action started via WP Cron','2021-02-01 12:03:27','2021-02-01 04:03:27'),(72485,27072,'action complete via WP Cron','2021-02-01 12:03:27','2021-02-01 04:03:27'),(72486,27073,'action created','2021-02-01 12:03:27','2021-02-01 04:03:27'),(72487,27073,'action started via WP Cron','2021-02-01 12:04:26','2021-02-01 04:04:26'),(72488,27073,'action complete via WP Cron','2021-02-01 12:04:26','2021-02-01 04:04:26'),(72489,27074,'action created','2021-02-01 12:04:27','2021-02-01 04:04:27'),(72490,27074,'action started via WP Cron','2021-02-01 12:05:39','2021-02-01 04:05:39'),(72491,27074,'action complete via WP Cron','2021-02-01 12:05:39','2021-02-01 04:05:39'),(72492,27075,'action created','2021-02-01 12:05:39','2021-02-01 04:05:39'),(72493,27075,'action started via WP Cron','2021-02-01 12:06:33','2021-02-01 04:06:33'),(72494,27075,'action complete via WP Cron','2021-02-01 12:06:33','2021-02-01 04:06:33'),(72495,27076,'action created','2021-02-01 12:06:33','2021-02-01 04:06:33'),(72496,27076,'action started via WP Cron','2021-02-01 12:06:47','2021-02-01 04:06:47'),(72497,27076,'action complete via WP Cron','2021-02-01 12:06:47','2021-02-01 04:06:47'),(72498,27077,'action created','2021-02-01 12:06:47','2021-02-01 04:06:47'),(72499,27077,'action started via WP Cron','2021-02-01 12:07:41','2021-02-01 04:07:41'),(72500,27077,'action complete via WP Cron','2021-02-01 12:07:41','2021-02-01 04:07:41'),(72501,27078,'action created','2021-02-01 12:07:41','2021-02-01 04:07:41'),(72502,27078,'action started via WP Cron','2021-02-01 12:11:09','2021-02-01 04:11:09'),(72503,27078,'action complete via WP Cron','2021-02-01 12:11:09','2021-02-01 04:11:09'),(72504,27079,'action created','2021-02-01 12:11:09','2021-02-01 04:11:09'),(72505,27079,'action started via WP Cron','2021-02-01 12:11:59','2021-02-01 04:11:59'),(72506,27079,'action complete via WP Cron','2021-02-01 12:11:59','2021-02-01 04:11:59'),(72507,27080,'action created','2021-02-01 12:12:01','2021-02-01 04:12:01'),(72508,27080,'action started via WP Cron','2021-02-01 12:13:33','2021-02-01 04:13:33'),(72509,27080,'action complete via WP Cron','2021-02-01 12:13:33','2021-02-01 04:13:33'),(72510,27081,'action created','2021-02-01 12:13:33','2021-02-01 04:13:33'),(72511,27081,'action started via WP Cron','2021-02-01 12:13:55','2021-02-01 04:13:55'),(72512,27081,'action complete via WP Cron','2021-02-01 12:13:55','2021-02-01 04:13:55'),(72513,27082,'action created','2021-02-01 12:13:55','2021-02-01 04:13:55'),(72514,27082,'action started via WP Cron','2021-02-01 12:14:46','2021-02-01 04:14:46'),(72515,27082,'action complete via WP Cron','2021-02-01 12:14:46','2021-02-01 04:14:46'),(72516,27083,'action created','2021-02-01 12:14:46','2021-02-01 04:14:46'),(72517,27083,'action started via WP Cron','2021-02-01 12:15:47','2021-02-01 04:15:47'),(72518,27083,'action complete via WP Cron','2021-02-01 12:15:47','2021-02-01 04:15:47'),(72519,27084,'action created','2021-02-01 12:15:47','2021-02-01 04:15:47'),(72520,27084,'action started via WP Cron','2021-02-01 12:17:00','2021-02-01 04:17:00'),(72521,27084,'action complete via WP Cron','2021-02-01 12:17:00','2021-02-01 04:17:00'),(72522,27085,'action created','2021-02-01 12:17:00','2021-02-01 04:17:00'),(72523,27085,'action started via WP Cron','2021-02-01 12:20:47','2021-02-01 04:20:47'),(72524,27085,'action complete via WP Cron','2021-02-01 12:20:47','2021-02-01 04:20:47'),(72525,27086,'action created','2021-02-01 12:20:47','2021-02-01 04:20:47'),(72526,27086,'action started via WP Cron','2021-02-01 12:23:27','2021-02-01 04:23:27'),(72527,27086,'action complete via WP Cron','2021-02-01 12:23:27','2021-02-01 04:23:27'),(72528,27087,'action created','2021-02-01 12:23:27','2021-02-01 04:23:27'),(72529,27087,'action started via WP Cron','2021-02-01 12:24:22','2021-02-01 04:24:22'),(72530,27087,'action complete via WP Cron','2021-02-01 12:24:22','2021-02-01 04:24:22'),(72531,27088,'action created','2021-02-01 12:24:22','2021-02-01 04:24:22'),(72532,27088,'action started via WP Cron','2021-02-01 12:25:22','2021-02-01 04:25:22'),(72533,27088,'action complete via WP Cron','2021-02-01 12:25:22','2021-02-01 04:25:22'),(72534,27089,'action created','2021-02-01 12:25:22','2021-02-01 04:25:22'),(72535,27089,'action started via WP Cron','2021-02-01 12:25:54','2021-02-01 04:25:54'),(72536,27089,'action complete via WP Cron','2021-02-01 12:25:54','2021-02-01 04:25:54'),(72537,27090,'action created','2021-02-01 12:25:54','2021-02-01 04:25:54'),(72538,27090,'action started via WP Cron','2021-02-01 12:28:34','2021-02-01 04:28:34'),(72539,27090,'action complete via WP Cron','2021-02-01 12:28:34','2021-02-01 04:28:34'),(72540,27091,'action created','2021-02-01 12:28:34','2021-02-01 04:28:34'),(72541,27091,'action started via WP Cron','2021-02-01 12:31:58','2021-02-01 04:31:58'),(72542,27091,'action complete via WP Cron','2021-02-01 12:31:58','2021-02-01 04:31:58'),(72543,27092,'action created','2021-02-01 12:31:58','2021-02-01 04:31:58'),(72544,27092,'action started via WP Cron','2021-02-01 12:33:13','2021-02-01 04:33:13'),(72545,27092,'action complete via WP Cron','2021-02-01 12:33:13','2021-02-01 04:33:13'),(72546,27093,'action created','2021-02-01 12:33:13','2021-02-01 04:33:13'),(72547,27093,'action started via WP Cron','2021-02-01 12:35:08','2021-02-01 04:35:08'),(72548,27093,'action complete via WP Cron','2021-02-01 12:35:08','2021-02-01 04:35:08'),(72549,27094,'action created','2021-02-01 12:35:08','2021-02-01 04:35:08'),(72550,27094,'action started via WP Cron','2021-02-01 12:36:47','2021-02-01 04:36:47'),(72551,27094,'action complete via WP Cron','2021-02-01 12:36:47','2021-02-01 04:36:47'),(72552,27095,'action created','2021-02-01 12:37:07','2021-02-01 04:37:07'),(72553,27095,'action started via WP Cron','2021-02-01 12:38:07','2021-02-01 04:38:07'),(72554,27095,'action complete via WP Cron','2021-02-01 12:38:07','2021-02-01 04:38:07'),(72555,27096,'action created','2021-02-01 12:38:07','2021-02-01 04:38:07'),(72556,27096,'action started via WP Cron','2021-02-01 12:41:22','2021-02-01 04:41:22'),(72557,27096,'action complete via WP Cron','2021-02-01 12:41:22','2021-02-01 04:41:22'),(72558,27097,'action created','2021-02-01 12:41:22','2021-02-01 04:41:22'),(72559,27097,'action started via WP Cron','2021-02-01 12:44:59','2021-02-01 04:44:59'),(72560,27097,'action complete via WP Cron','2021-02-01 12:44:59','2021-02-01 04:44:59'),(72561,27098,'action created','2021-02-01 12:44:59','2021-02-01 04:44:59'),(72562,27098,'action started via WP Cron','2021-02-01 12:46:56','2021-02-01 04:46:56'),(72563,27098,'action complete via WP Cron','2021-02-01 12:46:56','2021-02-01 04:46:56'),(72564,27099,'action created','2021-02-01 12:46:57','2021-02-01 04:46:57'),(72565,27099,'action started via WP Cron','2021-02-01 12:47:59','2021-02-01 04:47:59'),(72566,27099,'action complete via WP Cron','2021-02-01 12:47:59','2021-02-01 04:47:59'),(72567,27100,'action created','2021-02-01 12:47:59','2021-02-01 04:47:59'),(72568,27100,'action started via WP Cron','2021-02-01 12:49:38','2021-02-01 04:49:38'),(72569,27100,'action complete via WP Cron','2021-02-01 12:49:38','2021-02-01 04:49:38'),(72570,27101,'action created','2021-02-01 12:49:38','2021-02-01 04:49:38'),(72571,27101,'action started via WP Cron','2021-02-01 12:50:54','2021-02-01 04:50:54'),(72572,27101,'action complete via WP Cron','2021-02-01 12:50:54','2021-02-01 04:50:54'),(72573,27102,'action created','2021-02-01 12:50:54','2021-02-01 04:50:54'),(72574,27102,'action started via WP Cron','2021-02-01 12:51:40','2021-02-01 04:51:40'),(72575,27102,'action complete via WP Cron','2021-02-01 12:51:40','2021-02-01 04:51:40'),(72576,27103,'action created','2021-02-01 12:51:40','2021-02-01 04:51:40'),(72577,27103,'action started via WP Cron','2021-02-01 12:53:41','2021-02-01 04:53:41'),(72578,27103,'action complete via WP Cron','2021-02-01 12:53:41','2021-02-01 04:53:41'),(72579,27104,'action created','2021-02-01 12:53:42','2021-02-01 04:53:42'),(72580,27104,'action started via WP Cron','2021-02-01 12:56:16','2021-02-01 04:56:16'),(72581,27104,'action complete via WP Cron','2021-02-01 12:56:16','2021-02-01 04:56:16'),(72582,27105,'action created','2021-02-01 12:56:16','2021-02-01 04:56:16'),(72583,27105,'action started via WP Cron','2021-02-01 12:57:18','2021-02-01 04:57:18'),(72584,27105,'action complete via WP Cron','2021-02-01 12:57:18','2021-02-01 04:57:18'),(72585,27106,'action created','2021-02-01 12:57:18','2021-02-01 04:57:18'),(72586,27106,'action started via WP Cron','2021-02-01 12:57:59','2021-02-01 04:57:59'),(72587,27106,'action complete via WP Cron','2021-02-01 12:57:59','2021-02-01 04:57:59'),(72588,27107,'action created','2021-02-01 12:57:59','2021-02-01 04:57:59'),(72589,27107,'action started via WP Cron','2021-02-01 12:59:20','2021-02-01 04:59:20'),(72590,27107,'action complete via WP Cron','2021-02-01 12:59:20','2021-02-01 04:59:20'),(72591,27108,'action created','2021-02-01 12:59:20','2021-02-01 04:59:20'),(72592,27108,'action started via WP Cron','2021-02-01 13:01:10','2021-02-01 05:01:10'),(72593,27108,'action complete via WP Cron','2021-02-01 13:01:10','2021-02-01 05:01:10'),(72594,27109,'action created','2021-02-01 13:01:10','2021-02-01 05:01:10'),(72595,27109,'action started via WP Cron','2021-02-01 13:02:10','2021-02-01 05:02:10'),(72596,27109,'action complete via WP Cron','2021-02-01 13:02:10','2021-02-01 05:02:10'),(72597,27110,'action created','2021-02-01 13:02:10','2021-02-01 05:02:10'),(72598,27110,'action started via WP Cron','2021-02-01 13:02:57','2021-02-01 05:02:57'),(72599,27110,'action complete via WP Cron','2021-02-01 13:02:57','2021-02-01 05:02:57'),(72600,27111,'action created','2021-02-01 13:02:57','2021-02-01 05:02:57'),(72601,27111,'action started via WP Cron','2021-02-01 13:05:28','2021-02-01 05:05:28'),(72602,27111,'action complete via WP Cron','2021-02-01 13:05:28','2021-02-01 05:05:28'),(72603,27112,'action created','2021-02-01 13:05:28','2021-02-01 05:05:28'),(72604,27112,'action started via WP Cron','2021-02-01 13:06:01','2021-02-01 05:06:01'),(72605,27112,'action complete via WP Cron','2021-02-01 13:06:01','2021-02-01 05:06:01'),(72606,27113,'action created','2021-02-01 13:06:01','2021-02-01 05:06:01'),(72607,27113,'action started via WP Cron','2021-02-01 13:07:30','2021-02-01 05:07:30'),(72608,27113,'action complete via WP Cron','2021-02-01 13:07:30','2021-02-01 05:07:30'),(72609,27114,'action created','2021-02-01 13:07:30','2021-02-01 05:07:30'),(72610,27114,'action started via WP Cron','2021-02-01 13:08:33','2021-02-01 05:08:33'),(72611,27114,'action complete via WP Cron','2021-02-01 13:08:33','2021-02-01 05:08:33'),(72612,27115,'action created','2021-02-01 13:08:33','2021-02-01 05:08:33'),(72613,27115,'action started via WP Cron','2021-02-01 13:09:17','2021-02-01 05:09:17'),(72614,27115,'action complete via WP Cron','2021-02-01 13:09:17','2021-02-01 05:09:17'),(72615,27116,'action created','2021-02-01 13:09:17','2021-02-01 05:09:17'),(72616,27116,'action started via WP Cron','2021-02-01 13:12:49','2021-02-01 05:12:49'),(72617,27116,'action complete via WP Cron','2021-02-01 13:12:49','2021-02-01 05:12:49'),(72618,27117,'action created','2021-02-01 13:12:49','2021-02-01 05:12:49'),(72619,27117,'action started via WP Cron','2021-02-01 13:15:36','2021-02-01 05:15:36'),(72620,27117,'action complete via WP Cron','2021-02-01 13:15:36','2021-02-01 05:15:36'),(72621,27118,'action created','2021-02-01 13:15:36','2021-02-01 05:15:36'),(72622,27118,'action started via WP Cron','2021-02-01 13:16:47','2021-02-01 05:16:47'),(72623,27118,'action complete via WP Cron','2021-02-01 13:16:47','2021-02-01 05:16:47'),(72624,27119,'action created','2021-02-01 13:16:47','2021-02-01 05:16:47'),(72625,27119,'action started via WP Cron','2021-02-01 13:17:48','2021-02-01 05:17:48'),(72626,27119,'action complete via WP Cron','2021-02-01 13:17:48','2021-02-01 05:17:48'),(72627,27120,'action created','2021-02-01 13:17:48','2021-02-01 05:17:48'),(72628,27120,'action started via WP Cron','2021-02-01 13:18:42','2021-02-01 05:18:42'),(72629,27120,'action complete via WP Cron','2021-02-01 13:18:42','2021-02-01 05:18:42'),(72630,27121,'action created','2021-02-01 13:18:42','2021-02-01 05:18:42'),(72631,27121,'action started via WP Cron','2021-02-01 13:19:41','2021-02-01 05:19:41'),(72632,27121,'action complete via WP Cron','2021-02-01 13:19:41','2021-02-01 05:19:41'),(72633,27122,'action created','2021-02-01 13:19:41','2021-02-01 05:19:41'),(72634,27122,'action started via WP Cron','2021-02-01 13:21:07','2021-02-01 05:21:07'),(72635,27122,'action complete via WP Cron','2021-02-01 13:21:07','2021-02-01 05:21:07'),(72636,27123,'action created','2021-02-01 13:21:07','2021-02-01 05:21:07'),(72637,27123,'action started via WP Cron','2021-02-01 13:22:56','2021-02-01 05:22:56'),(72638,27123,'action complete via WP Cron','2021-02-01 13:22:56','2021-02-01 05:22:56'),(72639,27124,'action created','2021-02-01 13:22:56','2021-02-01 05:22:56'),(72640,27124,'action started via WP Cron','2021-02-01 13:24:23','2021-02-01 05:24:23'),(72641,27124,'action complete via WP Cron','2021-02-01 13:24:23','2021-02-01 05:24:23'),(72642,27125,'action created','2021-02-01 13:24:23','2021-02-01 05:24:23'),(72643,27125,'action started via WP Cron','2021-02-01 13:28:07','2021-02-01 05:28:07'),(72644,27125,'action complete via WP Cron','2021-02-01 13:28:07','2021-02-01 05:28:07'),(72645,27126,'action created','2021-02-01 13:31:52','2021-02-01 05:31:52'),(72646,27126,'action started via WP Cron','2021-02-01 13:33:04','2021-02-01 05:33:04'),(72647,27126,'action complete via WP Cron','2021-02-01 13:33:04','2021-02-01 05:33:04'),(72648,27127,'action created','2021-02-01 13:33:04','2021-02-01 05:33:04'),(72649,27127,'action started via WP Cron','2021-02-01 13:34:39','2021-02-01 05:34:39'),(72650,27127,'action complete via WP Cron','2021-02-01 13:34:39','2021-02-01 05:34:39'),(72651,27128,'action created','2021-02-01 13:34:39','2021-02-01 05:34:39'),(72652,27128,'action started via WP Cron','2021-02-01 13:36:48','2021-02-01 05:36:48'),(72653,27128,'action complete via WP Cron','2021-02-01 13:36:48','2021-02-01 05:36:48'),(72654,27129,'action created','2021-02-01 13:36:48','2021-02-01 05:36:48'),(72655,27129,'action started via WP Cron','2021-02-01 13:40:09','2021-02-01 05:40:09'),(72656,27129,'action complete via WP Cron','2021-02-01 13:40:09','2021-02-01 05:40:09'),(72657,27130,'action created','2021-02-01 13:40:09','2021-02-01 05:40:09'),(72658,27130,'action started via WP Cron','2021-02-01 13:42:09','2021-02-01 05:42:09'),(72659,27130,'action complete via WP Cron','2021-02-01 13:42:09','2021-02-01 05:42:09'),(72660,27131,'action created','2021-02-01 13:42:09','2021-02-01 05:42:09'),(72661,27131,'action started via WP Cron','2021-02-01 13:43:20','2021-02-01 05:43:20'),(72662,27131,'action complete via WP Cron','2021-02-01 13:43:20','2021-02-01 05:43:20'),(72663,27132,'action created','2021-02-01 13:43:20','2021-02-01 05:43:20'),(72664,27132,'action started via WP Cron','2021-02-01 13:43:45','2021-02-01 05:43:45'),(72665,27132,'action complete via WP Cron','2021-02-01 13:43:45','2021-02-01 05:43:45'),(72666,27133,'action created','2021-02-01 13:47:03','2021-02-01 05:47:03'),(72667,27133,'action started via WP Cron','2021-02-01 13:50:49','2021-02-01 05:50:49'),(72668,27133,'action complete via WP Cron','2021-02-01 13:50:49','2021-02-01 05:50:49'),(72669,27134,'action created','2021-02-01 13:50:49','2021-02-01 05:50:49'),(72670,27134,'action started via WP Cron','2021-02-01 13:54:02','2021-02-01 05:54:02'),(72671,27134,'action complete via WP Cron','2021-02-01 13:54:02','2021-02-01 05:54:02'),(72672,27135,'action created','2021-02-01 13:54:02','2021-02-01 05:54:02'),(72673,27135,'action started via WP Cron','2021-02-01 13:57:01','2021-02-01 05:57:01'),(72674,27135,'action complete via WP Cron','2021-02-01 13:57:01','2021-02-01 05:57:01'),(72675,27136,'action created','2021-02-01 13:57:01','2021-02-01 05:57:01'),(72676,27136,'action started via WP Cron','2021-02-01 14:01:01','2021-02-01 06:01:01'),(72677,27136,'action complete via WP Cron','2021-02-01 14:01:01','2021-02-01 06:01:01'),(72678,27137,'action created','2021-02-01 14:01:01','2021-02-01 06:01:01'),(72679,27137,'action started via WP Cron','2021-02-01 14:03:28','2021-02-01 06:03:28'),(72680,27137,'action complete via WP Cron','2021-02-01 14:03:28','2021-02-01 06:03:28'),(72681,27138,'action created','2021-02-01 14:03:28','2021-02-01 06:03:28'),(72682,27138,'action started via WP Cron','2021-02-01 14:04:11','2021-02-01 06:04:11'),(72683,27138,'action complete via WP Cron','2021-02-01 14:04:11','2021-02-01 06:04:11'),(72684,27139,'action created','2021-02-01 14:04:11','2021-02-01 06:04:11'),(72685,27139,'action started via WP Cron','2021-02-01 14:06:01','2021-02-01 06:06:01'),(72686,27139,'action complete via WP Cron','2021-02-01 14:06:01','2021-02-01 06:06:01'),(72687,27140,'action created','2021-02-01 14:06:01','2021-02-01 06:06:01'),(72688,27140,'action started via WP Cron','2021-02-01 14:07:14','2021-02-01 06:07:14'),(72689,27140,'action complete via WP Cron','2021-02-01 14:07:14','2021-02-01 06:07:14'),(72690,27141,'action created','2021-02-01 14:07:14','2021-02-01 06:07:14'),(72691,27141,'action started via WP Cron','2021-02-01 14:08:30','2021-02-01 06:08:30'),(72692,27141,'action complete via WP Cron','2021-02-01 14:08:30','2021-02-01 06:08:30'),(72693,27142,'action created','2021-02-01 14:08:30','2021-02-01 06:08:30'),(72694,27142,'action started via WP Cron','2021-02-01 14:09:03','2021-02-01 06:09:03'),(72695,27142,'action complete via WP Cron','2021-02-01 14:09:03','2021-02-01 06:09:03'),(72696,27143,'action created','2021-02-01 14:09:03','2021-02-01 06:09:03'),(72697,27143,'action started via WP Cron','2021-02-01 14:10:32','2021-02-01 06:10:32'),(72698,27143,'action complete via WP Cron','2021-02-01 14:10:32','2021-02-01 06:10:32'),(72699,27144,'action created','2021-02-01 14:10:32','2021-02-01 06:10:32'),(72700,27144,'action started via WP Cron','2021-02-01 14:11:35','2021-02-01 06:11:35'),(72701,27144,'action complete via WP Cron','2021-02-01 14:11:35','2021-02-01 06:11:35'),(72702,27145,'action created','2021-02-01 14:11:35','2021-02-01 06:11:35'),(72703,27145,'action started via WP Cron','2021-02-01 14:11:51','2021-02-01 06:11:51'),(72704,27145,'action complete via WP Cron','2021-02-01 14:11:51','2021-02-01 06:11:51'),(72705,27146,'action created','2021-02-01 14:11:52','2021-02-01 06:11:52'),(72706,27146,'action started via WP Cron','2021-02-01 14:14:23','2021-02-01 06:14:23'),(72707,27146,'action complete via WP Cron','2021-02-01 14:14:23','2021-02-01 06:14:23'),(72708,27147,'action created','2021-02-01 14:14:23','2021-02-01 06:14:23'),(72709,27147,'action started via WP Cron','2021-02-01 14:14:44','2021-02-01 06:14:44'),(72710,27147,'action complete via WP Cron','2021-02-01 14:14:44','2021-02-01 06:14:44'),(72711,27148,'action created','2021-02-01 14:14:44','2021-02-01 06:14:44'),(72712,27148,'action started via WP Cron','2021-02-01 14:17:35','2021-02-01 06:17:35'),(72713,27148,'action complete via WP Cron','2021-02-01 14:17:35','2021-02-01 06:17:35'),(72714,27149,'action created','2021-02-01 14:17:35','2021-02-01 06:17:35'),(72715,27149,'action started via WP Cron','2021-02-01 14:18:48','2021-02-01 06:18:48'),(72716,27149,'action complete via WP Cron','2021-02-01 14:18:48','2021-02-01 06:18:48'),(72717,27150,'action created','2021-02-01 14:18:48','2021-02-01 06:18:48'),(72718,27150,'action started via WP Cron','2021-02-01 14:19:49','2021-02-01 06:19:49'),(72719,27150,'action complete via WP Cron','2021-02-01 14:19:49','2021-02-01 06:19:49'),(72720,27151,'action created','2021-02-01 14:19:49','2021-02-01 06:19:49'),(72721,27151,'action started via WP Cron','2021-02-01 14:20:40','2021-02-01 06:20:40'),(72722,27151,'action complete via WP Cron','2021-02-01 14:20:40','2021-02-01 06:20:40'),(72723,27152,'action created','2021-02-01 14:20:41','2021-02-01 06:20:41'),(72724,27152,'action started via WP Cron','2021-02-01 14:21:41','2021-02-01 06:21:41'),(72725,27152,'action complete via WP Cron','2021-02-01 14:21:41','2021-02-01 06:21:41'),(72726,27153,'action created','2021-02-01 14:21:41','2021-02-01 06:21:41'),(72727,27153,'action started via WP Cron','2021-02-01 14:24:41','2021-02-01 06:24:41'),(72728,27153,'action complete via WP Cron','2021-02-01 14:24:41','2021-02-01 06:24:41'),(72729,27154,'action created','2021-02-01 14:24:41','2021-02-01 06:24:41'),(72730,27154,'action started via WP Cron','2021-02-01 14:27:54','2021-02-01 06:27:54'),(72731,27154,'action complete via WP Cron','2021-02-01 14:27:54','2021-02-01 06:27:54'),(72732,27155,'action created','2021-02-01 14:27:54','2021-02-01 06:27:54'),(72733,27155,'action started via WP Cron','2021-02-01 14:31:32','2021-02-01 06:31:32'),(72734,27155,'action complete via WP Cron','2021-02-01 14:31:32','2021-02-01 06:31:32'),(72735,27156,'action created','2021-02-01 14:31:32','2021-02-01 06:31:32'),(72736,27156,'action started via WP Cron','2021-02-01 14:31:48','2021-02-01 06:31:48'),(72737,27156,'action complete via WP Cron','2021-02-01 14:31:48','2021-02-01 06:31:48'),(72738,27157,'action created','2021-02-01 14:31:48','2021-02-01 06:31:48'),(72739,27157,'action started via WP Cron','2021-02-01 14:34:32','2021-02-01 06:34:32'),(72740,27157,'action complete via WP Cron','2021-02-01 14:34:32','2021-02-01 06:34:32'),(72741,27158,'action created','2021-02-01 14:34:32','2021-02-01 06:34:32'),(72742,27158,'action started via WP Cron','2021-02-01 14:36:36','2021-02-01 06:36:36'),(72743,27158,'action complete via WP Cron','2021-02-01 14:36:36','2021-02-01 06:36:36'),(72744,27159,'action created','2021-02-01 14:36:36','2021-02-01 06:36:36'),(72745,27159,'action started via WP Cron','2021-02-01 14:39:09','2021-02-01 06:39:09'),(72746,27159,'action complete via WP Cron','2021-02-01 14:39:09','2021-02-01 06:39:09'),(72747,27160,'action created','2021-02-01 14:39:09','2021-02-01 06:39:09'),(72748,27160,'action started via WP Cron','2021-02-01 14:41:04','2021-02-01 06:41:04'),(72749,27160,'action complete via WP Cron','2021-02-01 14:41:04','2021-02-01 06:41:04'),(72750,27161,'action created','2021-02-01 14:41:04','2021-02-01 06:41:04'),(72751,27161,'action started via WP Cron','2021-02-01 14:42:11','2021-02-01 06:42:11'),(72752,27161,'action complete via WP Cron','2021-02-01 14:42:11','2021-02-01 06:42:11'),(72753,27162,'action created','2021-02-01 14:42:11','2021-02-01 06:42:11'),(72754,27162,'action started via WP Cron','2021-02-01 14:44:58','2021-02-01 06:44:58'),(72755,27162,'action complete via WP Cron','2021-02-01 14:44:58','2021-02-01 06:44:58'),(72756,27163,'action created','2021-02-01 14:44:58','2021-02-01 06:44:58'),(72757,27163,'action started via WP Cron','2021-02-01 14:47:54','2021-02-01 06:47:54'),(72758,27163,'action complete via WP Cron','2021-02-01 14:47:54','2021-02-01 06:47:54'),(72759,27164,'action created','2021-02-01 14:47:54','2021-02-01 06:47:54'),(72760,27164,'action started via WP Cron','2021-02-01 14:51:48','2021-02-01 06:51:48'),(72761,27164,'action complete via WP Cron','2021-02-01 14:51:48','2021-02-01 06:51:48'),(72762,27165,'action created','2021-02-01 14:51:48','2021-02-01 06:51:48'),(72763,27165,'action started via WP Cron','2021-02-01 14:54:01','2021-02-01 06:54:01'),(72764,27165,'action complete via WP Cron','2021-02-01 14:54:01','2021-02-01 06:54:01'),(72765,27166,'action created','2021-02-01 14:54:01','2021-02-01 06:54:01'),(72766,27166,'action started via WP Cron','2021-02-01 14:55:07','2021-02-01 06:55:07'),(72767,27166,'action complete via WP Cron','2021-02-01 14:55:07','2021-02-01 06:55:07'),(72768,27167,'action created','2021-02-01 14:55:07','2021-02-01 06:55:07'),(72769,27167,'action started via WP Cron','2021-02-01 14:55:53','2021-02-01 06:55:53'),(72770,27167,'action complete via WP Cron','2021-02-01 14:55:53','2021-02-01 06:55:53'),(72771,27168,'action created','2021-02-01 14:55:53','2021-02-01 06:55:53'),(72772,27168,'action started via WP Cron','2021-02-01 14:58:50','2021-02-01 06:58:50'),(72773,27168,'action complete via WP Cron','2021-02-01 14:58:50','2021-02-01 06:58:50'),(72774,27169,'action created','2021-02-01 14:58:50','2021-02-01 06:58:50'),(72775,27169,'action started via WP Cron','2021-02-01 15:00:05','2021-02-01 07:00:05'),(72776,27169,'action complete via WP Cron','2021-02-01 15:00:05','2021-02-01 07:00:05'),(72777,27170,'action created','2021-02-01 15:02:14','2021-02-01 07:02:14'),(72778,27170,'action started via WP Cron','2021-02-01 15:04:43','2021-02-01 07:04:43'),(72779,27170,'action complete via WP Cron','2021-02-01 15:04:43','2021-02-01 07:04:43'),(72780,27171,'action created','2021-02-01 15:04:43','2021-02-01 07:04:43'),(72781,27171,'action started via WP Cron','2021-02-01 15:07:07','2021-02-01 07:07:07'),(72782,27171,'action complete via WP Cron','2021-02-01 15:07:07','2021-02-01 07:07:07'),(72783,27172,'action created','2021-02-01 15:07:07','2021-02-01 07:07:07'),(72784,27172,'action started via WP Cron','2021-02-01 15:10:53','2021-02-01 07:10:53'),(72785,27172,'action complete via WP Cron','2021-02-01 15:10:53','2021-02-01 07:10:53'),(72786,27173,'action created','2021-02-01 15:10:53','2021-02-01 07:10:53'),(72787,27173,'action started via WP Cron','2021-02-01 15:13:37','2021-02-01 07:13:37'),(72788,27173,'action complete via WP Cron','2021-02-01 15:13:37','2021-02-01 07:13:37'),(72789,27174,'action created','2021-02-01 15:13:37','2021-02-01 07:13:37'),(72790,27174,'action started via WP Cron','2021-02-01 15:17:33','2021-02-01 07:17:33'),(72791,27174,'action complete via WP Cron','2021-02-01 15:17:33','2021-02-01 07:17:33'),(72792,27175,'action created','2021-02-01 15:17:34','2021-02-01 07:17:34'),(72793,27175,'action started via WP Cron','2021-02-01 15:19:54','2021-02-01 07:19:54'),(72794,27175,'action complete via WP Cron','2021-02-01 15:19:54','2021-02-01 07:19:54'),(72795,27176,'action created','2021-02-01 15:19:54','2021-02-01 07:19:54'),(72796,27176,'action started via WP Cron','2021-02-01 15:21:43','2021-02-01 07:21:43'),(72797,27176,'action complete via WP Cron','2021-02-01 15:21:43','2021-02-01 07:21:43'),(72798,27177,'action created','2021-02-01 15:21:43','2021-02-01 07:21:43'),(72799,27177,'action started via WP Cron','2021-02-01 15:24:52','2021-02-01 07:24:52'),(72800,27177,'action complete via WP Cron','2021-02-01 15:24:52','2021-02-01 07:24:52'),(72801,27178,'action created','2021-02-01 15:24:52','2021-02-01 07:24:52'),(72802,27178,'action started via WP Cron','2021-02-01 15:28:28','2021-02-01 07:28:28'),(72803,27178,'action complete via WP Cron','2021-02-01 15:28:28','2021-02-01 07:28:28'),(72804,27179,'action created','2021-02-01 15:28:28','2021-02-01 07:28:28'),(72805,27179,'action started via WP Cron','2021-02-01 15:31:45','2021-02-01 07:31:45'),(72806,27179,'action complete via WP Cron','2021-02-01 15:31:45','2021-02-01 07:31:45'),(72807,27180,'action created','2021-02-01 15:31:45','2021-02-01 07:31:45'),(72808,27180,'action started via WP Cron','2021-02-01 15:33:39','2021-02-01 07:33:39'),(72809,27180,'action complete via WP Cron','2021-02-01 15:33:40','2021-02-01 07:33:40'),(72810,27181,'action created','2021-02-01 15:33:40','2021-02-01 07:33:40'),(72811,27181,'action started via WP Cron','2021-02-01 15:34:38','2021-02-01 07:34:38'),(72812,27181,'action complete via WP Cron','2021-02-01 15:34:38','2021-02-01 07:34:38'),(72813,27182,'action created','2021-02-01 15:34:39','2021-02-01 07:34:39'),(72814,27182,'action started via WP Cron','2021-02-01 15:35:24','2021-02-01 07:35:24'),(72815,27182,'action complete via WP Cron','2021-02-01 15:35:24','2021-02-01 07:35:24'),(72816,27183,'action created','2021-02-01 15:35:25','2021-02-01 07:35:25'),(72817,27183,'action started via WP Cron','2021-02-01 15:37:43','2021-02-01 07:37:43'),(72818,27183,'action complete via WP Cron','2021-02-01 15:37:43','2021-02-01 07:37:43'),(72819,27184,'action created','2021-02-01 15:37:44','2021-02-01 07:37:44'),(72820,27184,'action started via WP Cron','2021-02-01 15:38:41','2021-02-01 07:38:41'),(72821,27184,'action complete via WP Cron','2021-02-01 15:38:41','2021-02-01 07:38:41'),(72822,27185,'action created','2021-02-01 15:38:41','2021-02-01 07:38:41'),(72823,27185,'action started via WP Cron','2021-02-01 15:39:47','2021-02-01 07:39:47'),(72824,27185,'action complete via WP Cron','2021-02-01 15:39:47','2021-02-01 07:39:47'),(72825,27186,'action created','2021-02-01 15:39:47','2021-02-01 07:39:47'),(72826,27186,'action started via WP Cron','2021-02-01 15:40:49','2021-02-01 07:40:49'),(72827,27186,'action complete via WP Cron','2021-02-01 15:40:49','2021-02-01 07:40:49'),(72828,27187,'action created','2021-02-01 15:40:49','2021-02-01 07:40:49'),(72829,27187,'action started via WP Cron','2021-02-01 15:42:00','2021-02-01 07:42:00'),(72830,27187,'action complete via WP Cron','2021-02-01 15:42:00','2021-02-01 07:42:00'),(72831,27188,'action created','2021-02-01 15:42:00','2021-02-01 07:42:00'),(72832,27188,'action started via WP Cron','2021-02-01 15:42:52','2021-02-01 07:42:52'),(72833,27188,'action complete via WP Cron','2021-02-01 15:42:52','2021-02-01 07:42:52'),(72834,27189,'action created','2021-02-01 15:42:52','2021-02-01 07:42:52'),(72835,27189,'action started via WP Cron','2021-02-01 15:43:53','2021-02-01 07:43:53'),(72836,27189,'action complete via WP Cron','2021-02-01 15:43:53','2021-02-01 07:43:53'),(72837,27190,'action created','2021-02-01 15:43:53','2021-02-01 07:43:53'),(72838,27190,'action started via WP Cron','2021-02-01 15:44:43','2021-02-01 07:44:43'),(72839,27190,'action complete via WP Cron','2021-02-01 15:44:43','2021-02-01 07:44:43'),(72840,27191,'action created','2021-02-01 15:44:43','2021-02-01 07:44:43'),(72841,27191,'action started via WP Cron','2021-02-01 15:47:25','2021-02-01 07:47:25'),(72842,27191,'action complete via WP Cron','2021-02-01 15:47:25','2021-02-01 07:47:25'),(72843,27192,'action created','2021-02-01 15:47:25','2021-02-01 07:47:25'),(72844,27192,'action started via WP Cron','2021-02-01 15:51:48','2021-02-01 07:51:48'),(72845,27192,'action complete via WP Cron','2021-02-01 15:51:48','2021-02-01 07:51:48'),(72846,27193,'action created','2021-02-01 15:51:48','2021-02-01 07:51:48'),(72847,27193,'action started via WP Cron','2021-02-01 15:54:47','2021-02-01 07:54:47'),(72848,27193,'action complete via WP Cron','2021-02-01 15:54:47','2021-02-01 07:54:47'),(72849,27194,'action created','2021-02-01 15:54:47','2021-02-01 07:54:47'),(72850,27194,'action started via WP Cron','2021-02-01 15:58:28','2021-02-01 07:58:28'),(72851,27194,'action complete via WP Cron','2021-02-01 15:58:28','2021-02-01 07:58:28'),(72852,27195,'action created','2021-02-01 15:58:28','2021-02-01 07:58:28'),(72853,27195,'action started via WP Cron','2021-02-01 16:03:52','2021-02-01 08:03:52'),(72854,27195,'action complete via WP Cron','2021-02-01 16:03:52','2021-02-01 08:03:52'),(72855,27196,'action created','2021-02-01 16:03:52','2021-02-01 08:03:52'),(72856,27196,'action started via WP Cron','2021-02-01 16:07:03','2021-02-01 08:07:03'),(72857,27196,'action complete via WP Cron','2021-02-01 16:07:03','2021-02-01 08:07:03'),(72858,27197,'action created','2021-02-01 16:07:04','2021-02-01 08:07:04'),(72859,27197,'action started via WP Cron','2021-02-01 16:08:50','2021-02-01 08:08:50'),(72860,27197,'action complete via WP Cron','2021-02-01 16:08:50','2021-02-01 08:08:50'),(72861,27198,'action created','2021-02-01 16:08:50','2021-02-01 08:08:50'),(72862,27198,'action started via WP Cron','2021-02-01 16:09:56','2021-02-01 08:09:56'),(72863,27198,'action complete via WP Cron','2021-02-01 16:09:56','2021-02-01 08:09:56'),(72864,27199,'action created','2021-02-01 16:09:56','2021-02-01 08:09:56'),(72865,27199,'action started via WP Cron','2021-02-01 16:10:54','2021-02-01 08:10:54'),(72866,27199,'action complete via WP Cron','2021-02-01 16:10:54','2021-02-01 08:10:54'),(72867,27200,'action created','2021-02-01 16:10:55','2021-02-01 08:10:55'),(72868,27200,'action started via WP Cron','2021-02-01 16:13:50','2021-02-01 08:13:50'),(72869,27200,'action complete via WP Cron','2021-02-01 16:13:50','2021-02-01 08:13:50'),(72870,27201,'action created','2021-02-01 16:13:50','2021-02-01 08:13:50'),(72871,27201,'action started via WP Cron','2021-02-01 16:17:42','2021-02-01 08:17:42'),(72872,27201,'action complete via WP Cron','2021-02-01 16:17:42','2021-02-01 08:17:42'),(72873,27202,'action created','2021-02-01 16:17:42','2021-02-01 08:17:42'),(72874,27202,'action started via WP Cron','2021-02-01 16:21:19','2021-02-01 08:21:19'),(72875,27202,'action complete via WP Cron','2021-02-01 16:21:19','2021-02-01 08:21:19'),(72876,27203,'action created','2021-02-01 16:21:19','2021-02-01 08:21:19'),(72877,27203,'action started via WP Cron','2021-02-01 16:24:05','2021-02-01 08:24:05'),(72878,27203,'action complete via WP Cron','2021-02-01 16:24:05','2021-02-01 08:24:05'),(72879,27204,'action created','2021-02-01 16:24:05','2021-02-01 08:24:05'),(72880,27204,'action started via WP Cron','2021-02-01 16:26:00','2021-02-01 08:26:00'),(72881,27204,'action complete via WP Cron','2021-02-01 16:26:00','2021-02-01 08:26:00'),(72882,27205,'action created','2021-02-01 16:26:00','2021-02-01 08:26:00'),(72883,27205,'action started via WP Cron','2021-02-01 16:26:42','2021-02-01 08:26:42'),(72884,27205,'action complete via WP Cron','2021-02-01 16:26:42','2021-02-01 08:26:42'),(72885,27206,'action created','2021-02-01 16:26:42','2021-02-01 08:26:42'),(72886,27206,'action started via WP Cron','2021-02-01 16:27:45','2021-02-01 08:27:45'),(72887,27206,'action complete via WP Cron','2021-02-01 16:27:45','2021-02-01 08:27:45'),(72888,27207,'action created','2021-02-01 16:27:45','2021-02-01 08:27:45'),(72889,27207,'action started via WP Cron','2021-02-01 16:29:01','2021-02-01 08:29:01'),(72890,27207,'action complete via WP Cron','2021-02-01 16:29:01','2021-02-01 08:29:01'),(72891,27208,'action created','2021-02-01 16:29:01','2021-02-01 08:29:01'),(72892,27208,'action started via WP Cron','2021-02-01 16:29:43','2021-02-01 08:29:43'),(72893,27208,'action complete via WP Cron','2021-02-01 16:29:43','2021-02-01 08:29:43'),(72894,27209,'action created','2021-02-01 16:29:43','2021-02-01 08:29:43'),(72895,27209,'action started via WP Cron','2021-02-01 16:31:03','2021-02-01 08:31:03'),(72896,27209,'action complete via WP Cron','2021-02-01 16:31:03','2021-02-01 08:31:03'),(72897,27210,'action created','2021-02-01 16:31:04','2021-02-01 08:31:04'),(72898,27210,'action started via WP Cron','2021-02-01 16:31:43','2021-02-01 08:31:43'),(72899,27210,'action complete via WP Cron','2021-02-01 16:31:43','2021-02-01 08:31:43'),(72900,27211,'action created','2021-02-01 16:31:44','2021-02-01 08:31:44'),(72901,27211,'action started via WP Cron','2021-02-01 16:32:44','2021-02-01 08:32:44'),(72902,27211,'action complete via WP Cron','2021-02-01 16:32:44','2021-02-01 08:32:44'),(72903,27212,'action created','2021-02-01 16:32:44','2021-02-01 08:32:44'),(72904,27212,'action started via WP Cron','2021-02-01 16:33:42','2021-02-01 08:33:42'),(72905,27212,'action complete via WP Cron','2021-02-01 16:33:42','2021-02-01 08:33:42'),(72906,27213,'action created','2021-02-01 16:33:42','2021-02-01 08:33:42'),(72907,27213,'action started via WP Cron','2021-02-01 16:34:41','2021-02-01 08:34:41'),(72908,27213,'action complete via WP Cron','2021-02-01 16:34:41','2021-02-01 08:34:41'),(72909,27214,'action created','2021-02-01 16:34:41','2021-02-01 08:34:41'),(72910,27214,'action started via WP Cron','2021-02-01 16:35:44','2021-02-01 08:35:44'),(72911,27214,'action complete via WP Cron','2021-02-01 16:35:44','2021-02-01 08:35:44'),(72912,27215,'action created','2021-02-01 16:35:44','2021-02-01 08:35:44'),(72913,27215,'action started via WP Cron','2021-02-01 16:36:43','2021-02-01 08:36:43'),(72914,27215,'action complete via WP Cron','2021-02-01 16:36:43','2021-02-01 08:36:43'),(72915,27216,'action created','2021-02-01 16:36:43','2021-02-01 08:36:43'),(72916,27216,'action started via WP Cron','2021-02-01 16:40:25','2021-02-01 08:40:25'),(72917,27216,'action complete via WP Cron','2021-02-01 16:40:25','2021-02-01 08:40:25'),(72918,27217,'action created','2021-02-01 16:40:25','2021-02-01 08:40:25'),(72919,27217,'action started via WP Cron','2021-02-01 16:41:37','2021-02-01 08:41:37'),(72920,27217,'action complete via WP Cron','2021-02-01 16:41:37','2021-02-01 08:41:37'),(72921,27218,'action created','2021-02-01 16:41:38','2021-02-01 08:41:38'),(72922,27218,'action started via WP Cron','2021-02-01 16:42:38','2021-02-01 08:42:38'),(72923,27218,'action complete via WP Cron','2021-02-01 16:42:38','2021-02-01 08:42:38'),(72924,27219,'action created','2021-02-01 16:42:38','2021-02-01 08:42:38'),(72925,27219,'action started via WP Cron','2021-02-01 16:43:16','2021-02-01 08:43:16'),(72926,27219,'action complete via WP Cron','2021-02-01 16:43:16','2021-02-01 08:43:16'),(72927,27220,'action created','2021-02-01 16:43:16','2021-02-01 08:43:16'),(72928,27220,'action started via WP Cron','2021-02-01 16:44:39','2021-02-01 08:44:39'),(72929,27220,'action complete via WP Cron','2021-02-01 16:44:39','2021-02-01 08:44:39'),(72930,27221,'action created','2021-02-01 16:44:39','2021-02-01 08:44:39'),(72931,27221,'action started via WP Cron','2021-02-01 16:45:49','2021-02-01 08:45:49'),(72932,27221,'action complete via WP Cron','2021-02-01 16:45:49','2021-02-01 08:45:49'),(72933,27222,'action created','2021-02-01 16:45:49','2021-02-01 08:45:49'),(72934,27222,'action started via WP Cron','2021-02-01 16:47:04','2021-02-01 08:47:04'),(72935,27222,'action complete via WP Cron','2021-02-01 16:47:04','2021-02-01 08:47:04'),(72936,27223,'action created','2021-02-01 16:47:04','2021-02-01 08:47:04'),(72937,27223,'action started via WP Cron','2021-02-01 16:49:09','2021-02-01 08:49:09'),(72938,27223,'action complete via WP Cron','2021-02-01 16:49:09','2021-02-01 08:49:09'),(72939,27224,'action created','2021-02-01 16:49:11','2021-02-01 08:49:11'),(72940,27224,'action started via WP Cron','2021-02-01 16:53:01','2021-02-01 08:53:01'),(72941,27224,'action complete via WP Cron','2021-02-01 16:53:01','2021-02-01 08:53:01'),(72942,27225,'action created','2021-02-01 16:53:01','2021-02-01 08:53:01'),(72943,27225,'action started via WP Cron','2021-02-01 16:53:58','2021-02-01 08:53:58'),(72944,27225,'action complete via WP Cron','2021-02-01 16:53:58','2021-02-01 08:53:58'),(72945,27226,'action created','2021-02-01 16:53:58','2021-02-01 08:53:58'),(72946,27226,'action started via WP Cron','2021-02-01 16:56:03','2021-02-01 08:56:03'),(72947,27226,'action complete via WP Cron','2021-02-01 16:56:03','2021-02-01 08:56:03'),(72948,27227,'action created','2021-02-01 16:56:03','2021-02-01 08:56:03'),(72949,27227,'action started via WP Cron','2021-02-01 17:00:21','2021-02-01 09:00:21'),(72950,27227,'action complete via WP Cron','2021-02-01 17:00:21','2021-02-01 09:00:21'),(72951,27228,'action created','2021-02-01 17:00:22','2021-02-01 09:00:22'),(72952,27228,'action started via WP Cron','2021-02-01 17:00:46','2021-02-01 09:00:46'),(72953,27228,'action complete via WP Cron','2021-02-01 17:00:46','2021-02-01 09:00:46'),(72954,27229,'action created','2021-02-01 17:00:46','2021-02-01 09:00:46'),(72955,27229,'action started via WP Cron','2021-02-01 17:02:33','2021-02-01 09:02:33'),(72956,27229,'action complete via WP Cron','2021-02-01 17:02:33','2021-02-01 09:02:33'),(72957,27230,'action created','2021-02-01 17:02:33','2021-02-01 09:02:33'),(72958,27230,'action started via WP Cron','2021-02-01 17:02:47','2021-02-01 09:02:47'),(72959,27230,'action complete via WP Cron','2021-02-01 17:02:47','2021-02-01 09:02:47'),(72960,27231,'action created','2021-02-01 17:02:47','2021-02-01 09:02:47'),(72961,27231,'action started via WP Cron','2021-02-01 17:03:53','2021-02-01 09:03:53'),(72962,27231,'action complete via WP Cron','2021-02-01 17:03:53','2021-02-01 09:03:53'),(72963,27232,'action created','2021-02-01 17:03:53','2021-02-01 09:03:53'),(72964,27232,'action started via WP Cron','2021-02-01 17:06:19','2021-02-01 09:06:19'),(72965,27232,'action complete via WP Cron','2021-02-01 17:06:19','2021-02-01 09:06:19'),(72966,27233,'action created','2021-02-01 17:06:20','2021-02-01 09:06:20'),(72967,27233,'action started via WP Cron','2021-02-01 17:06:57','2021-02-01 09:06:57'),(72968,27233,'action complete via WP Cron','2021-02-01 17:06:57','2021-02-01 09:06:57'),(72969,27234,'action created','2021-02-01 17:06:57','2021-02-01 09:06:57'),(72970,27234,'action started via WP Cron','2021-02-01 17:09:15','2021-02-01 09:09:15'),(72971,27234,'action complete via WP Cron','2021-02-01 17:09:15','2021-02-01 09:09:15'),(72972,27235,'action created','2021-02-01 17:09:15','2021-02-01 09:09:15'),(72973,27235,'action started via WP Cron','2021-02-01 17:12:50','2021-02-01 09:12:50'),(72974,27235,'action complete via WP Cron','2021-02-01 17:12:50','2021-02-01 09:12:50'),(72975,27236,'action created','2021-02-01 17:13:38','2021-02-01 09:13:38'),(72976,27236,'action started via WP Cron','2021-02-01 17:15:01','2021-02-01 09:15:01'),(72977,27236,'action complete via WP Cron','2021-02-01 17:15:01','2021-02-01 09:15:01'),(72978,27237,'action created','2021-02-01 17:15:01','2021-02-01 09:15:01'),(72979,27237,'action started via WP Cron','2021-02-01 17:17:32','2021-02-01 09:17:32'),(72980,27237,'action complete via WP Cron','2021-02-01 17:17:32','2021-02-01 09:17:32'),(72981,27238,'action created','2021-02-01 17:17:32','2021-02-01 09:17:32'),(72982,27238,'action started via WP Cron','2021-02-01 17:21:43','2021-02-01 09:21:43'),(72983,27238,'action complete via WP Cron','2021-02-01 17:21:43','2021-02-01 09:21:43'),(72984,27239,'action created','2021-02-01 17:21:43','2021-02-01 09:21:43'),(72985,27239,'action started via WP Cron','2021-02-01 17:22:46','2021-02-01 09:22:46'),(72986,27239,'action complete via WP Cron','2021-02-01 17:22:46','2021-02-01 09:22:46'),(72987,27240,'action created','2021-02-01 17:22:46','2021-02-01 09:22:46'),(72988,27240,'action started via WP Cron','2021-02-01 17:23:50','2021-02-01 09:23:50'),(72989,27240,'action complete via WP Cron','2021-02-01 17:23:50','2021-02-01 09:23:50'),(72990,27241,'action created','2021-02-01 17:24:04','2021-02-01 09:24:04'),(72991,27241,'action started via WP Cron','2021-02-01 17:25:20','2021-02-01 09:25:20'),(72992,27241,'action complete via WP Cron','2021-02-01 17:25:20','2021-02-01 09:25:20'),(72993,27242,'action created','2021-02-01 17:25:20','2021-02-01 09:25:20'),(72994,27242,'action started via WP Cron','2021-02-01 17:26:22','2021-02-01 09:26:22'),(72995,27242,'action complete via WP Cron','2021-02-01 17:26:22','2021-02-01 09:26:22'),(72996,27243,'action created','2021-02-01 17:26:22','2021-02-01 09:26:22'),(72997,27243,'action started via WP Cron','2021-02-01 17:27:05','2021-02-01 09:27:05'),(72998,27243,'action complete via WP Cron','2021-02-01 17:27:05','2021-02-01 09:27:05'),(72999,27244,'action created','2021-02-01 17:27:05','2021-02-01 09:27:05'),(73000,27244,'action started via WP Cron','2021-02-01 17:28:24','2021-02-01 09:28:24'),(73001,27244,'action complete via WP Cron','2021-02-01 17:28:24','2021-02-01 09:28:24'),(73002,27245,'action created','2021-02-01 17:28:24','2021-02-01 09:28:24'),(73003,27245,'action started via WP Cron','2021-02-01 17:29:25','2021-02-01 09:29:25'),(73004,27245,'action complete via WP Cron','2021-02-01 17:29:25','2021-02-01 09:29:25'),(73005,27246,'action created','2021-02-01 17:29:25','2021-02-01 09:29:25'),(73006,27246,'action started via WP Cron','2021-02-01 17:30:26','2021-02-01 09:30:26'),(73007,27246,'action complete via WP Cron','2021-02-01 17:30:26','2021-02-01 09:30:26'),(73008,27247,'action created','2021-02-01 17:30:26','2021-02-01 09:30:26'),(73009,27247,'action started via WP Cron','2021-02-01 17:31:53','2021-02-01 09:31:53'),(73010,27247,'action complete via WP Cron','2021-02-01 17:31:53','2021-02-01 09:31:53'),(73011,27248,'action created','2021-02-01 17:31:53','2021-02-01 09:31:53'),(73012,27248,'action started via WP Cron','2021-02-01 17:33:09','2021-02-01 09:33:09'),(73013,27248,'action complete via WP Cron','2021-02-01 17:33:09','2021-02-01 09:33:09'),(73014,27249,'action created','2021-02-01 17:33:09','2021-02-01 09:33:09'),(73015,27249,'action started via WP Cron','2021-02-01 17:34:06','2021-02-01 09:34:06'),(73016,27249,'action complete via WP Cron','2021-02-01 17:34:06','2021-02-01 09:34:06'),(73017,27250,'action created','2021-02-01 17:34:14','2021-02-01 09:34:14'),(73018,27250,'action started via WP Cron','2021-02-01 17:35:15','2021-02-01 09:35:15'),(73019,27250,'action complete via WP Cron','2021-02-01 17:35:15','2021-02-01 09:35:15'),(73020,27251,'action created','2021-02-01 17:35:16','2021-02-01 09:35:16'),(73021,27251,'action started via WP Cron','2021-02-01 17:37:53','2021-02-01 09:37:53'),(73022,27251,'action complete via WP Cron','2021-02-01 17:37:53','2021-02-01 09:37:53'),(73023,27252,'action created','2021-02-01 17:41:46','2021-02-01 09:41:46'),(73024,27252,'action started via WP Cron','2021-02-01 17:44:34','2021-02-01 09:44:34'),(73025,27252,'action complete via WP Cron','2021-02-01 17:44:34','2021-02-01 09:44:34'),(73026,27253,'action created','2021-02-01 17:44:34','2021-02-01 09:44:34'),(73027,27253,'action started via WP Cron','2021-02-01 17:47:15','2021-02-01 09:47:15'),(73028,27253,'action complete via WP Cron','2021-02-01 17:47:15','2021-02-01 09:47:15'),(73029,27254,'action created','2021-02-01 17:47:15','2021-02-01 09:47:15'),(73030,27254,'action started via WP Cron','2021-02-01 17:47:52','2021-02-01 09:47:52'),(73031,27254,'action complete via WP Cron','2021-02-01 17:47:52','2021-02-01 09:47:52'),(73032,27255,'action created','2021-02-01 17:47:53','2021-02-01 09:47:53'),(73033,27255,'action started via WP Cron','2021-02-01 17:48:54','2021-02-01 09:48:54'),(73034,27255,'action complete via WP Cron','2021-02-01 17:48:54','2021-02-01 09:48:54'),(73035,27256,'action created','2021-02-01 17:48:54','2021-02-01 09:48:54'),(73036,27256,'action started via WP Cron','2021-02-01 17:49:48','2021-02-01 09:49:48'),(73037,27256,'action complete via WP Cron','2021-02-01 17:49:48','2021-02-01 09:49:48'),(73038,27257,'action created','2021-02-01 17:49:48','2021-02-01 09:49:48'),(73039,27257,'action started via WP Cron','2021-02-01 17:50:41','2021-02-01 09:50:41'),(73040,27257,'action complete via WP Cron','2021-02-01 17:50:41','2021-02-01 09:50:41'),(73041,27258,'action created','2021-02-01 17:50:41','2021-02-01 09:50:41'),(73042,27258,'action started via WP Cron','2021-02-01 17:52:09','2021-02-01 09:52:09'),(73043,27258,'action complete via WP Cron','2021-02-01 17:52:09','2021-02-01 09:52:09'),(73044,27259,'action created','2021-02-01 17:52:09','2021-02-01 09:52:09'),(73045,27259,'action started via WP Cron','2021-02-01 17:55:05','2021-02-01 09:55:05'),(73046,27259,'action complete via WP Cron','2021-02-01 17:55:05','2021-02-01 09:55:05'),(73047,27260,'action created','2021-02-01 17:55:05','2021-02-01 09:55:05'),(73048,27260,'action started via WP Cron','2021-02-01 17:57:13','2021-02-01 09:57:13'),(73049,27260,'action complete via WP Cron','2021-02-01 17:57:13','2021-02-01 09:57:13'),(73050,27261,'action created','2021-02-01 17:57:13','2021-02-01 09:57:13'),(73051,27261,'action started via WP Cron','2021-02-01 17:59:59','2021-02-01 09:59:59'),(73052,27261,'action complete via WP Cron','2021-02-01 17:59:59','2021-02-01 09:59:59'),(73053,27262,'action created','2021-02-01 17:59:59','2021-02-01 09:59:59'),(73054,27262,'action started via WP Cron','2021-02-01 18:01:34','2021-02-01 10:01:34'),(73055,27262,'action complete via WP Cron','2021-02-01 18:01:34','2021-02-01 10:01:34'),(73056,27263,'action created','2021-02-01 18:01:34','2021-02-01 10:01:34'),(73057,27263,'action started via WP Cron','2021-02-01 18:03:04','2021-02-01 10:03:04'),(73058,27263,'action complete via WP Cron','2021-02-01 18:03:04','2021-02-01 10:03:04'),(73059,27264,'action created','2021-02-01 18:06:34','2021-02-01 10:06:34'),(73060,27264,'action started via WP Cron','2021-02-01 18:08:11','2021-02-01 10:08:11'),(73061,27264,'action complete via WP Cron','2021-02-01 18:08:11','2021-02-01 10:08:11'),(73062,27265,'action created','2021-02-01 18:08:11','2021-02-01 10:08:11'),(73063,27265,'action started via WP Cron','2021-02-01 18:09:59','2021-02-01 10:09:59'),(73064,27265,'action complete via WP Cron','2021-02-01 18:09:59','2021-02-01 10:09:59'),(73065,27266,'action created','2021-02-01 18:09:59','2021-02-01 10:09:59'),(73066,27266,'action started via WP Cron','2021-02-01 18:13:25','2021-02-01 10:13:25'),(73067,27266,'action complete via WP Cron','2021-02-01 18:13:25','2021-02-01 10:13:25'),(73068,27267,'action created','2021-02-01 18:13:25','2021-02-01 10:13:25'),(73069,27267,'action started via WP Cron','2021-02-01 18:14:00','2021-02-01 10:14:00'),(73070,27267,'action complete via WP Cron','2021-02-01 18:14:00','2021-02-01 10:14:00'),(73071,27268,'action created','2021-02-01 18:14:02','2021-02-01 10:14:02'),(73072,27268,'action started via WP Cron','2021-02-01 18:16:23','2021-02-01 10:16:23'),(73073,27268,'action complete via WP Cron','2021-02-01 18:16:23','2021-02-01 10:16:23'),(73074,27269,'action created','2021-02-01 18:16:24','2021-02-01 10:16:24'),(73075,27269,'action started via WP Cron','2021-02-01 18:20:16','2021-02-01 10:20:16'),(73076,27269,'action complete via WP Cron','2021-02-01 18:20:16','2021-02-01 10:20:16'),(73077,27270,'action created','2021-02-01 18:20:16','2021-02-01 10:20:16'),(73078,27270,'action started via WP Cron','2021-02-01 18:20:52','2021-02-01 10:20:52'),(73079,27270,'action complete via WP Cron','2021-02-01 18:20:52','2021-02-01 10:20:52'),(73080,27271,'action created','2021-02-01 18:20:52','2021-02-01 10:20:52'),(73081,27271,'action started via WP Cron','2021-02-01 18:22:31','2021-02-01 10:22:31'),(73082,27271,'action complete via WP Cron','2021-02-01 18:22:31','2021-02-01 10:22:31'),(73083,27272,'action created','2021-02-01 18:22:31','2021-02-01 10:22:31'),(73084,27272,'action started via WP Cron','2021-02-01 18:25:30','2021-02-01 10:25:30'),(73085,27272,'action complete via WP Cron','2021-02-01 18:25:30','2021-02-01 10:25:30'),(73086,27273,'action created','2021-02-01 18:25:30','2021-02-01 10:25:30'),(73087,27273,'action started via WP Cron','2021-02-01 18:25:44','2021-02-01 10:25:44'),(73088,27273,'action complete via WP Cron','2021-02-01 18:25:44','2021-02-01 10:25:44'),(73089,27274,'action created','2021-02-01 18:25:44','2021-02-01 10:25:44'),(73090,27274,'action started via WP Cron','2021-02-01 18:28:13','2021-02-01 10:28:13'),(73091,27274,'action complete via WP Cron','2021-02-01 18:28:13','2021-02-01 10:28:13'),(73092,27275,'action created','2021-02-01 18:28:13','2021-02-01 10:28:13'),(73093,27275,'action started via WP Cron','2021-02-01 18:31:05','2021-02-01 10:31:05'),(73094,27275,'action complete via WP Cron','2021-02-01 18:31:05','2021-02-01 10:31:05'),(73095,27276,'action created','2021-02-01 18:31:05','2021-02-01 10:31:05'),(73096,27276,'action started via WP Cron','2021-02-01 18:33:37','2021-02-01 10:33:37'),(73097,27276,'action complete via WP Cron','2021-02-01 18:33:37','2021-02-01 10:33:37'),(73098,27277,'action created','2021-02-01 18:33:37','2021-02-01 10:33:37'),(73099,27277,'action started via WP Cron','2021-02-01 18:35:06','2021-02-01 10:35:06'),(73100,27277,'action complete via WP Cron','2021-02-01 18:35:06','2021-02-01 10:35:06'),(73101,27278,'action created','2021-02-01 18:35:06','2021-02-01 10:35:06'),(73102,27278,'action started via WP Cron','2021-02-01 18:36:07','2021-02-01 10:36:07'),(73103,27278,'action complete via WP Cron','2021-02-01 18:36:07','2021-02-01 10:36:07'),(73104,27279,'action created','2021-02-01 18:36:07','2021-02-01 10:36:07'),(73105,27279,'action started via WP Cron','2021-02-01 18:37:08','2021-02-01 10:37:08'),(73106,27279,'action complete via WP Cron','2021-02-01 18:37:08','2021-02-01 10:37:08'),(73107,27280,'action created','2021-02-01 18:37:08','2021-02-01 10:37:08'),(73108,27280,'action started via WP Cron','2021-02-01 18:38:09','2021-02-01 10:38:09'),(73109,27280,'action complete via WP Cron','2021-02-01 18:38:09','2021-02-01 10:38:09'),(73110,27281,'action created','2021-02-01 18:38:09','2021-02-01 10:38:09'),(73111,27281,'action started via WP Cron','2021-02-01 18:39:10','2021-02-01 10:39:10'),(73112,27281,'action complete via WP Cron','2021-02-01 18:39:10','2021-02-01 10:39:10'),(73113,27282,'action created','2021-02-01 18:39:10','2021-02-01 10:39:10'),(73114,27282,'action started via WP Cron','2021-02-01 18:39:46','2021-02-01 10:39:46'),(73115,27282,'action complete via WP Cron','2021-02-01 18:39:46','2021-02-01 10:39:46'),(73116,27283,'action created','2021-02-01 18:39:46','2021-02-01 10:39:46'),(73117,27283,'action started via WP Cron','2021-02-01 18:42:49','2021-02-01 10:42:49'),(73118,27283,'action complete via WP Cron','2021-02-01 18:42:49','2021-02-01 10:42:49'),(73119,27284,'action created','2021-02-01 18:42:50','2021-02-01 10:42:50'),(73120,27284,'action started via WP Cron','2021-02-01 18:45:24','2021-02-01 10:45:24'),(73121,27284,'action complete via WP Cron','2021-02-01 18:45:24','2021-02-01 10:45:24'),(73122,27285,'action created','2021-02-01 18:45:24','2021-02-01 10:45:24'),(73123,27285,'action started via WP Cron','2021-02-01 18:48:23','2021-02-01 10:48:23'),(73124,27285,'action complete via WP Cron','2021-02-01 18:48:23','2021-02-01 10:48:23'),(73125,27286,'action created','2021-02-01 18:48:23','2021-02-01 10:48:23'),(73126,27286,'action started via WP Cron','2021-02-01 18:52:01','2021-02-01 10:52:01'),(73127,27286,'action complete via WP Cron','2021-02-01 18:52:01','2021-02-01 10:52:01'),(73128,27287,'action created','2021-02-01 18:52:01','2021-02-01 10:52:01'),(73129,27287,'action started via WP Cron','2021-02-01 18:53:14','2021-02-01 10:53:14'),(73130,27287,'action complete via WP Cron','2021-02-01 18:53:14','2021-02-01 10:53:14'),(73131,27288,'action created','2021-02-01 18:53:14','2021-02-01 10:53:14'),(73132,27288,'action started via WP Cron','2021-02-01 18:53:45','2021-02-01 10:53:45'),(73133,27288,'action complete via WP Cron','2021-02-01 18:53:45','2021-02-01 10:53:45'),(73134,27289,'action created','2021-02-01 18:53:46','2021-02-01 10:53:46'),(73135,27289,'action started via WP Cron','2021-02-01 18:55:15','2021-02-01 10:55:15'),(73136,27289,'action complete via WP Cron','2021-02-01 18:55:15','2021-02-01 10:55:15'),(73137,27290,'action created','2021-02-01 18:55:16','2021-02-01 10:55:16'),(73138,27290,'action started via WP Cron','2021-02-01 18:56:40','2021-02-01 10:56:40'),(73139,27290,'action complete via WP Cron','2021-02-01 18:56:40','2021-02-01 10:56:40'),(73140,27291,'action created','2021-02-01 18:56:40','2021-02-01 10:56:40'),(73141,27291,'action started via WP Cron','2021-02-01 18:59:16','2021-02-01 10:59:16'),(73142,27291,'action complete via WP Cron','2021-02-01 18:59:16','2021-02-01 10:59:16'),(73143,27292,'action created','2021-02-01 18:59:16','2021-02-01 10:59:16'),(73144,27292,'action started via WP Cron','2021-02-01 19:00:16','2021-02-01 11:00:16'),(73145,27292,'action complete via WP Cron','2021-02-01 19:00:16','2021-02-01 11:00:16'),(73146,27293,'action created','2021-02-01 19:00:16','2021-02-01 11:00:16'),(73147,27293,'action started via WP Cron','2021-02-01 19:04:28','2021-02-01 11:04:28'),(73148,27293,'action complete via WP Cron','2021-02-01 19:04:28','2021-02-01 11:04:28'),(73149,27294,'action created','2021-02-01 19:04:28','2021-02-01 11:04:28'),(73150,27294,'action started via WP Cron','2021-02-01 19:04:45','2021-02-01 11:04:45'),(73151,27294,'action complete via WP Cron','2021-02-01 19:04:45','2021-02-01 11:04:45'),(73152,27295,'action created','2021-02-01 19:04:45','2021-02-01 11:04:45'),(73153,27295,'action started via WP Cron','2021-02-01 19:05:50','2021-02-01 11:05:50'),(73154,27295,'action complete via WP Cron','2021-02-01 19:05:50','2021-02-01 11:05:50'),(73155,27296,'action created','2021-02-01 19:05:50','2021-02-01 11:05:50'),(73156,27296,'action started via WP Cron','2021-02-01 19:07:13','2021-02-01 11:07:13'),(73157,27296,'action complete via WP Cron','2021-02-01 19:07:13','2021-02-01 11:07:13'),(73158,27297,'action created','2021-02-01 19:07:13','2021-02-01 11:07:13'),(73159,27297,'action started via WP Cron','2021-02-01 19:09:03','2021-02-01 11:09:03'),(73160,27297,'action complete via WP Cron','2021-02-01 19:09:03','2021-02-01 11:09:03'),(73161,27298,'action created','2021-02-01 19:09:03','2021-02-01 11:09:03'),(73162,27298,'action started via WP Cron','2021-02-01 19:10:05','2021-02-01 11:10:05'),(73163,27298,'action complete via WP Cron','2021-02-01 19:10:05','2021-02-01 11:10:05'),(73164,27299,'action created','2021-02-01 19:10:06','2021-02-01 11:10:06'),(73165,27299,'action started via WP Cron','2021-02-01 19:12:08','2021-02-01 11:12:08'),(73166,27299,'action complete via WP Cron','2021-02-01 19:12:08','2021-02-01 11:12:08'),(73167,27300,'action created','2021-02-01 19:12:08','2021-02-01 11:12:08'),(73168,27300,'action started via WP Cron','2021-02-01 19:13:08','2021-02-01 11:13:08'),(73169,27300,'action complete via WP Cron','2021-02-01 19:13:08','2021-02-01 11:13:08'),(73170,27301,'action created','2021-02-01 19:13:09','2021-02-01 11:13:09'),(73171,27301,'action started via WP Cron','2021-02-01 19:14:09','2021-02-01 11:14:09'),(73172,27301,'action complete via WP Cron','2021-02-01 19:14:09','2021-02-01 11:14:09'),(73173,27302,'action created','2021-02-01 19:14:10','2021-02-01 11:14:10'),(73174,27302,'action started via WP Cron','2021-02-01 19:15:43','2021-02-01 11:15:43'),(73175,27302,'action complete via WP Cron','2021-02-01 19:15:43','2021-02-01 11:15:43'),(73176,27303,'action created','2021-02-01 19:15:43','2021-02-01 11:15:43'),(73177,27303,'action started via WP Cron','2021-02-01 19:17:37','2021-02-01 11:17:37'),(73178,27303,'action complete via WP Cron','2021-02-01 19:17:37','2021-02-01 11:17:37'),(73179,27304,'action created','2021-02-01 19:17:37','2021-02-01 11:17:37'),(73180,27304,'action started via WP Cron','2021-02-01 19:20:08','2021-02-01 11:20:08'),(73181,27304,'action complete via WP Cron','2021-02-01 19:20:08','2021-02-01 11:20:08'),(73182,27305,'action created','2021-02-01 19:20:08','2021-02-01 11:20:08'),(73183,27305,'action started via WP Cron','2021-02-01 19:22:21','2021-02-01 11:22:21'),(73184,27305,'action complete via WP Cron','2021-02-01 19:22:21','2021-02-01 11:22:21'),(73185,27306,'action created','2021-02-01 19:22:21','2021-02-01 11:22:21'),(73186,27306,'action started via WP Cron','2021-02-01 19:25:32','2021-02-01 11:25:32'),(73187,27306,'action complete via WP Cron','2021-02-01 19:25:32','2021-02-01 11:25:32'),(73188,27307,'action created','2021-02-01 19:25:32','2021-02-01 11:25:32'),(73189,27307,'action started via WP Cron','2021-02-01 19:28:44','2021-02-01 11:28:44'),(73190,27307,'action complete via WP Cron','2021-02-01 19:28:44','2021-02-01 11:28:44'),(73191,27308,'action created','2021-02-01 19:28:44','2021-02-01 11:28:44'),(73192,27308,'action started via WP Cron','2021-02-01 19:31:30','2021-02-01 11:31:30'),(73193,27308,'action complete via WP Cron','2021-02-01 19:31:30','2021-02-01 11:31:30'),(73194,27309,'action created','2021-02-01 19:31:30','2021-02-01 11:31:30'),(73195,27309,'action started via WP Cron','2021-02-01 19:31:53','2021-02-01 11:31:53'),(73196,27309,'action complete via WP Cron','2021-02-01 19:31:53','2021-02-01 11:31:53'),(73197,27310,'action created','2021-02-01 19:31:54','2021-02-01 11:31:54'),(73198,27310,'action started via WP Cron','2021-02-01 19:32:59','2021-02-01 11:32:59'),(73199,27310,'action complete via WP Cron','2021-02-01 19:32:59','2021-02-01 11:32:59'),(73200,27311,'action created','2021-02-01 19:33:06','2021-02-01 11:33:06'),(73201,27311,'action started via WP Cron','2021-02-01 19:34:42','2021-02-01 11:34:42'),(73202,27311,'action complete via WP Cron','2021-02-01 19:34:42','2021-02-01 11:34:42'),(73203,27312,'action created','2021-02-01 19:34:42','2021-02-01 11:34:42'),(73204,27312,'action started via WP Cron','2021-02-01 19:37:36','2021-02-01 11:37:36'),(73205,27312,'action complete via WP Cron','2021-02-01 19:37:36','2021-02-01 11:37:36'),(73206,27313,'action created','2021-02-01 19:37:36','2021-02-01 11:37:36'),(73207,27313,'action started via WP Cron','2021-02-01 19:40:18','2021-02-01 11:40:18'),(73208,27313,'action complete via WP Cron','2021-02-01 19:40:18','2021-02-01 11:40:18'),(73209,27314,'action created','2021-02-01 19:40:18','2021-02-01 11:40:18'),(73210,27314,'action started via WP Cron','2021-02-01 19:40:43','2021-02-01 11:40:43'),(73211,27314,'action complete via WP Cron','2021-02-01 19:40:43','2021-02-01 11:40:43'),(73212,27315,'action created','2021-02-01 19:40:43','2021-02-01 11:40:43'),(73213,27315,'action started via WP Cron','2021-02-01 19:42:12','2021-02-01 11:42:12'),(73214,27315,'action complete via WP Cron','2021-02-01 19:42:12','2021-02-01 11:42:12'),(73215,27316,'action created','2021-02-01 19:42:12','2021-02-01 11:42:12'),(73216,27316,'action started via WP Cron','2021-02-01 19:43:12','2021-02-01 11:43:12'),(73217,27316,'action complete via WP Cron','2021-02-01 19:43:12','2021-02-01 11:43:12'),(73218,27317,'action created','2021-02-01 19:43:13','2021-02-01 11:43:13'),(73219,27317,'action started via WP Cron','2021-02-01 19:43:47','2021-02-01 11:43:47'),(73220,27317,'action complete via WP Cron','2021-02-01 19:43:47','2021-02-01 11:43:47'),(73221,27318,'action created','2021-02-01 19:43:47','2021-02-01 11:43:47'),(73222,27318,'action started via WP Cron','2021-02-01 19:45:14','2021-02-01 11:45:14'),(73223,27318,'action complete via WP Cron','2021-02-01 19:45:14','2021-02-01 11:45:14'),(73224,27319,'action created','2021-02-01 19:45:15','2021-02-01 11:45:15'),(73225,27319,'action started via WP Cron','2021-02-01 19:46:17','2021-02-01 11:46:17'),(73226,27319,'action complete via WP Cron','2021-02-01 19:46:17','2021-02-01 11:46:17'),(73227,27320,'action created','2021-02-01 19:46:18','2021-02-01 11:46:18'),(73228,27320,'action started via WP Cron','2021-02-01 19:46:48','2021-02-01 11:46:48'),(73229,27320,'action complete via WP Cron','2021-02-01 19:46:48','2021-02-01 11:46:48'),(73230,27321,'action created','2021-02-01 19:46:48','2021-02-01 11:46:48'),(73231,27321,'action started via WP Cron','2021-02-01 19:47:55','2021-02-01 11:47:55'),(73232,27321,'action complete via WP Cron','2021-02-01 19:47:55','2021-02-01 11:47:55'),(73233,27322,'action created','2021-02-01 19:47:56','2021-02-01 11:47:56'),(73234,27322,'action started via WP Cron','2021-02-01 19:48:59','2021-02-01 11:48:59'),(73235,27322,'action complete via WP Cron','2021-02-01 19:48:59','2021-02-01 11:48:59'),(73236,27323,'action created','2021-02-01 19:48:59','2021-02-01 11:48:59'),(73237,27323,'action started via WP Cron','2021-02-01 19:51:05','2021-02-01 11:51:05'),(73238,27323,'action complete via WP Cron','2021-02-01 19:51:05','2021-02-01 11:51:05'),(73239,27324,'action created','2021-02-01 19:51:05','2021-02-01 11:51:05'),(73240,27324,'action started via WP Cron','2021-02-01 19:52:26','2021-02-01 11:52:26'),(73241,27324,'action complete via WP Cron','2021-02-01 19:52:26','2021-02-01 11:52:26'),(73242,27325,'action created','2021-02-01 19:52:26','2021-02-01 11:52:26'),(73243,27325,'action started via WP Cron','2021-02-01 19:55:47','2021-02-01 11:55:47'),(73244,27325,'action complete via WP Cron','2021-02-01 19:55:47','2021-02-01 11:55:47'),(73245,27326,'action created','2021-02-01 19:55:47','2021-02-01 11:55:47'),(73246,27326,'action started via WP Cron','2021-02-01 19:57:17','2021-02-01 11:57:17'),(73247,27326,'action complete via WP Cron','2021-02-01 19:57:17','2021-02-01 11:57:17'),(73248,27327,'action created','2021-02-01 19:57:17','2021-02-01 11:57:17'),(73249,27327,'action started via WP Cron','2021-02-01 19:59:20','2021-02-01 11:59:20'),(73250,27327,'action complete via WP Cron','2021-02-01 19:59:20','2021-02-01 11:59:20'),(73251,27328,'action created','2021-02-01 19:59:20','2021-02-01 11:59:20'),(73252,27328,'action started via WP Cron','2021-02-01 20:02:14','2021-02-01 12:02:14'),(73253,27328,'action complete via WP Cron','2021-02-01 20:02:14','2021-02-01 12:02:14'),(73254,27329,'action created','2021-02-01 20:02:14','2021-02-01 12:02:14'),(73255,27329,'action started via WP Cron','2021-02-01 20:02:42','2021-02-01 12:02:42'),(73256,27329,'action complete via WP Cron','2021-02-01 20:02:42','2021-02-01 12:02:42'),(73257,27330,'action created','2021-02-01 20:02:42','2021-02-01 12:02:42'),(73258,27330,'action started via WP Cron','2021-02-01 20:04:13','2021-02-01 12:04:13'),(73259,27330,'action complete via WP Cron','2021-02-01 20:04:13','2021-02-01 12:04:13'),(73260,27331,'action created','2021-02-01 20:04:13','2021-02-01 12:04:13'),(73261,27331,'action started via WP Cron','2021-02-01 20:06:26','2021-02-01 12:06:26'),(73262,27331,'action complete via WP Cron','2021-02-01 20:06:26','2021-02-01 12:06:26'),(73263,27332,'action created','2021-02-01 20:06:26','2021-02-01 12:06:26'),(73264,27332,'action started via WP Cron','2021-02-01 20:09:12','2021-02-01 12:09:12'),(73265,27332,'action complete via WP Cron','2021-02-01 20:09:12','2021-02-01 12:09:12'),(73266,27333,'action created','2021-02-01 20:09:12','2021-02-01 12:09:12'),(73267,27333,'action started via WP Cron','2021-02-01 20:12:04','2021-02-01 12:12:04'),(73268,27333,'action complete via WP Cron','2021-02-01 20:12:04','2021-02-01 12:12:04'),(73269,27334,'action created','2021-02-01 20:12:05','2021-02-01 12:12:05'),(73270,27334,'action started via WP Cron','2021-02-01 20:14:50','2021-02-01 12:14:50'),(73271,27334,'action complete via WP Cron','2021-02-01 20:14:50','2021-02-01 12:14:50'),(73272,27335,'action created','2021-02-01 20:14:50','2021-02-01 12:14:50'),(73273,27335,'action started via WP Cron','2021-02-01 20:16:48','2021-02-01 12:16:48'),(73274,27335,'action complete via WP Cron','2021-02-01 20:16:48','2021-02-01 12:16:48'),(73275,27336,'action created','2021-02-01 20:16:49','2021-02-01 12:16:49'),(73276,27336,'action started via WP Cron','2021-02-01 20:21:57','2021-02-01 12:21:57'),(73277,27336,'action complete via WP Cron','2021-02-01 20:21:57','2021-02-01 12:21:57'),(73278,27337,'action created','2021-02-01 20:21:57','2021-02-01 12:21:57'),(73279,27337,'action started via WP Cron','2021-02-01 20:23:28','2021-02-01 12:23:28'),(73280,27337,'action complete via WP Cron','2021-02-01 20:23:28','2021-02-01 12:23:28'),(73281,27338,'action created','2021-02-01 20:23:28','2021-02-01 12:23:28'),(73282,27338,'action started via WP Cron','2021-02-01 20:24:17','2021-02-01 12:24:17'),(73283,27338,'action complete via WP Cron','2021-02-01 20:24:17','2021-02-01 12:24:17'),(73284,27339,'action created','2021-02-01 20:24:17','2021-02-01 12:24:17'),(73285,27339,'action started via WP Cron','2021-02-01 20:26:44','2021-02-01 12:26:44'),(73286,27339,'action complete via WP Cron','2021-02-01 20:26:44','2021-02-01 12:26:44'),(73287,27340,'action created','2021-02-01 20:26:44','2021-02-01 12:26:44'),(73288,27340,'action started via WP Cron','2021-02-01 20:29:33','2021-02-01 12:29:33'),(73289,27340,'action complete via WP Cron','2021-02-01 20:29:33','2021-02-01 12:29:33'),(73290,27341,'action created','2021-02-01 20:29:34','2021-02-01 12:29:34'),(73291,27341,'action started via WP Cron','2021-02-01 20:31:56','2021-02-01 12:31:56'),(73292,27341,'action complete via WP Cron','2021-02-01 20:31:56','2021-02-01 12:31:56'),(73293,27342,'action created','2021-02-01 20:31:56','2021-02-01 12:31:56'),(73294,27342,'action started via WP Cron','2021-02-01 20:32:59','2021-02-01 12:32:59'),(73295,27342,'action complete via WP Cron','2021-02-01 20:32:59','2021-02-01 12:32:59'),(73296,27343,'action created','2021-02-01 20:32:59','2021-02-01 12:32:59'),(73297,27343,'action started via WP Cron','2021-02-01 20:33:46','2021-02-01 12:33:46'),(73298,27343,'action complete via WP Cron','2021-02-01 20:33:46','2021-02-01 12:33:46'),(73299,27344,'action created','2021-02-01 20:34:25','2021-02-01 12:34:25'),(73300,27344,'action started via WP Cron','2021-02-01 20:36:18','2021-02-01 12:36:18'),(73301,27344,'action complete via WP Cron','2021-02-01 20:36:18','2021-02-01 12:36:18'),(73302,27345,'action created','2021-02-01 20:36:18','2021-02-01 12:36:18'),(73303,27345,'action started via WP Cron','2021-02-01 20:37:28','2021-02-01 12:37:28'),(73304,27345,'action complete via WP Cron','2021-02-01 20:37:28','2021-02-01 12:37:28'),(73305,27346,'action created','2021-02-01 20:37:28','2021-02-01 12:37:28'),(73306,27346,'action started via WP Cron','2021-02-01 20:38:29','2021-02-01 12:38:29'),(73307,27346,'action complete via WP Cron','2021-02-01 20:38:29','2021-02-01 12:38:29'),(73308,27347,'action created','2021-02-01 20:38:29','2021-02-01 12:38:29'),(73309,27347,'action started via WP Cron','2021-02-01 20:38:49','2021-02-01 12:38:49'),(73310,27347,'action complete via WP Cron','2021-02-01 20:38:49','2021-02-01 12:38:49'),(73311,27348,'action created','2021-02-01 20:38:49','2021-02-01 12:38:49'),(73312,27348,'action started via WP Cron','2021-02-01 20:41:58','2021-02-01 12:41:58'),(73313,27348,'action complete via WP Cron','2021-02-01 20:41:58','2021-02-01 12:41:58'),(73314,27349,'action created','2021-02-01 20:41:58','2021-02-01 12:41:58'),(73315,27349,'action started via WP Cron','2021-02-01 20:45:12','2021-02-01 12:45:12'),(73316,27349,'action complete via WP Cron','2021-02-01 20:45:12','2021-02-01 12:45:12'),(73317,27350,'action created','2021-02-01 20:45:12','2021-02-01 12:45:12'),(73318,27350,'action started via WP Cron','2021-02-01 20:48:33','2021-02-01 12:48:33'),(73319,27350,'action complete via WP Cron','2021-02-01 20:48:33','2021-02-01 12:48:33'),(73320,27351,'action created','2021-02-01 20:48:33','2021-02-01 12:48:33'),(73321,27351,'action started via WP Cron','2021-02-01 20:50:05','2021-02-01 12:50:05'),(73322,27351,'action complete via WP Cron','2021-02-01 20:50:05','2021-02-01 12:50:05'),(73323,27352,'action created','2021-02-01 20:50:07','2021-02-01 12:50:07'),(73324,27352,'action started via WP Cron','2021-02-01 20:51:28','2021-02-01 12:51:28'),(73325,27352,'action complete via WP Cron','2021-02-01 20:51:28','2021-02-01 12:51:28'),(73326,27353,'action created','2021-02-01 20:51:28','2021-02-01 12:51:28'),(73327,27353,'action started via WP Cron','2021-02-01 20:54:08','2021-02-01 12:54:08'),(73328,27353,'action complete via WP Cron','2021-02-01 20:54:08','2021-02-01 12:54:08'),(73329,27354,'action created','2021-02-01 20:54:08','2021-02-01 12:54:08'),(73330,27354,'action started via WP Cron','2021-02-01 20:56:18','2021-02-01 12:56:18'),(73331,27354,'action complete via WP Cron','2021-02-01 20:56:18','2021-02-01 12:56:18'),(73332,27355,'action created','2021-02-01 20:56:18','2021-02-01 12:56:18'),(73333,27355,'action started via WP Cron','2021-02-01 20:59:16','2021-02-01 12:59:16'),(73334,27355,'action complete via WP Cron','2021-02-01 20:59:16','2021-02-01 12:59:16'),(73335,27356,'action created','2021-02-01 20:59:16','2021-02-01 12:59:16'),(73336,27356,'action started via WP Cron','2021-02-01 21:02:20','2021-02-01 13:02:20'),(73337,27356,'action complete via WP Cron','2021-02-01 21:02:20','2021-02-01 13:02:20'),(73338,27357,'action created','2021-02-01 21:02:20','2021-02-01 13:02:20'),(73339,27357,'action started via WP Cron','2021-02-01 21:02:58','2021-02-01 13:02:58'),(73340,27357,'action complete via WP Cron','2021-02-01 21:02:58','2021-02-01 13:02:58'),(73341,27358,'action created','2021-02-01 21:02:58','2021-02-01 13:02:58'),(73342,27358,'action started via WP Cron','2021-02-01 21:04:11','2021-02-01 13:04:11'),(73343,27358,'action complete via WP Cron','2021-02-01 21:04:11','2021-02-01 13:04:11'),(73344,27359,'action created','2021-02-01 21:05:38','2021-02-01 13:05:38'),(73345,27359,'action started via WP Cron','2021-02-01 21:07:50','2021-02-01 13:07:50'),(73346,27359,'action complete via WP Cron','2021-02-01 21:07:50','2021-02-01 13:07:50'),(73347,27360,'action created','2021-02-01 21:07:51','2021-02-01 13:07:51'),(73348,27360,'action started via WP Cron','2021-02-01 21:11:29','2021-02-01 13:11:29'),(73349,27360,'action complete via WP Cron','2021-02-01 21:11:29','2021-02-01 13:11:29'),(73350,27361,'action created','2021-02-01 21:11:29','2021-02-01 13:11:29'),(73351,27361,'action started via WP Cron','2021-02-01 21:14:57','2021-02-01 13:14:57'),(73352,27361,'action complete via WP Cron','2021-02-01 21:14:57','2021-02-01 13:14:57'),(73353,27362,'action created','2021-02-01 21:14:57','2021-02-01 13:14:57'),(73354,27362,'action started via WP Cron','2021-02-01 21:16:15','2021-02-01 13:16:15'),(73355,27362,'action complete via WP Cron','2021-02-01 21:16:15','2021-02-01 13:16:15'),(73356,27363,'action created','2021-02-01 21:16:15','2021-02-01 13:16:15'),(73357,27363,'action started via WP Cron','2021-02-01 21:17:55','2021-02-01 13:17:55'),(73358,27363,'action complete via WP Cron','2021-02-01 21:17:55','2021-02-01 13:17:55'),(73359,27364,'action created','2021-02-01 21:17:55','2021-02-01 13:17:55'),(73360,27364,'action started via WP Cron','2021-02-01 21:21:29','2021-02-01 13:21:29'),(73361,27364,'action complete via WP Cron','2021-02-01 21:21:29','2021-02-01 13:21:29'),(73362,27365,'action created','2021-02-01 21:21:29','2021-02-01 13:21:29'),(73363,27365,'action started via WP Cron','2021-02-01 21:24:34','2021-02-01 13:24:34'),(73364,27365,'action complete via WP Cron','2021-02-01 21:24:34','2021-02-01 13:24:34'),(73365,27366,'action created','2021-02-01 21:24:34','2021-02-01 13:24:34'),(73366,27366,'action started via WP Cron','2021-02-01 21:26:58','2021-02-01 13:26:58'),(73367,27366,'action complete via WP Cron','2021-02-01 21:26:58','2021-02-01 13:26:58'),(73368,27367,'action created','2021-02-01 21:26:59','2021-02-01 13:26:59'),(73369,27367,'action started via WP Cron','2021-02-01 21:30:38','2021-02-01 13:30:38'),(73370,27367,'action complete via WP Cron','2021-02-01 21:30:38','2021-02-01 13:30:38'),(73371,27368,'action created','2021-02-01 21:30:38','2021-02-01 13:30:38'),(73372,27368,'action started via WP Cron','2021-02-01 21:33:41','2021-02-01 13:33:41'),(73373,27368,'action complete via WP Cron','2021-02-01 21:33:41','2021-02-01 13:33:41'),(73374,27369,'action created','2021-02-01 21:33:41','2021-02-01 13:33:41'),(73375,27369,'action started via WP Cron','2021-02-01 21:35:45','2021-02-01 13:35:45'),(73376,27369,'action complete via WP Cron','2021-02-01 21:35:45','2021-02-01 13:35:45'),(73377,27370,'action created','2021-02-01 21:35:45','2021-02-01 13:35:45'),(73378,27370,'action started via WP Cron','2021-02-01 21:39:20','2021-02-01 13:39:20'),(73379,27370,'action complete via WP Cron','2021-02-01 21:39:20','2021-02-01 13:39:20'),(73380,27371,'action created','2021-02-01 21:39:20','2021-02-01 13:39:20'),(73381,27371,'action started via WP Cron','2021-02-01 21:40:07','2021-02-01 13:40:07'),(73382,27371,'action complete via WP Cron','2021-02-01 21:40:07','2021-02-01 13:40:07'),(73383,27372,'action created','2021-02-01 21:40:07','2021-02-01 13:40:07'),(73384,27372,'action started via WP Cron','2021-02-01 21:41:12','2021-02-01 13:41:12'),(73385,27372,'action complete via WP Cron','2021-02-01 21:41:12','2021-02-01 13:41:12'),(73386,27373,'action created','2021-02-01 21:41:12','2021-02-01 13:41:12'),(73387,27373,'action started via WP Cron','2021-02-01 21:42:15','2021-02-01 13:42:15'),(73388,27373,'action complete via WP Cron','2021-02-01 21:42:15','2021-02-01 13:42:15'),(73389,27374,'action created','2021-02-01 21:42:15','2021-02-01 13:42:15'),(73390,27374,'action started via WP Cron','2021-02-01 21:43:15','2021-02-01 13:43:15'),(73391,27374,'action complete via WP Cron','2021-02-01 21:43:15','2021-02-01 13:43:15'),(73392,27375,'action created','2021-02-01 21:43:15','2021-02-01 13:43:15'),(73393,27375,'action started via WP Cron','2021-02-01 21:44:27','2021-02-01 13:44:27'),(73394,27375,'action complete via WP Cron','2021-02-01 21:44:27','2021-02-01 13:44:27'),(73395,27376,'action created','2021-02-01 21:44:27','2021-02-01 13:44:27'),(73396,27376,'action started via WP Cron','2021-02-01 21:45:31','2021-02-01 13:45:31'),(73397,27376,'action complete via WP Cron','2021-02-01 21:45:31','2021-02-01 13:45:31'),(73398,27377,'action created','2021-02-01 21:45:31','2021-02-01 13:45:31'),(73399,27377,'action started via WP Cron','2021-02-01 21:46:30','2021-02-01 13:46:30'),(73400,27377,'action complete via WP Cron','2021-02-01 21:46:30','2021-02-01 13:46:30'),(73401,27378,'action created','2021-02-01 21:46:30','2021-02-01 13:46:30'),(73402,27378,'action started via WP Cron','2021-02-01 21:48:42','2021-02-01 13:48:42'),(73403,27378,'action complete via WP Cron','2021-02-01 21:48:42','2021-02-01 13:48:42'),(73404,27379,'action created','2021-02-01 21:48:42','2021-02-01 13:48:42'),(73405,27379,'action started via WP Cron','2021-02-01 21:51:50','2021-02-01 13:51:50'),(73406,27379,'action complete via WP Cron','2021-02-01 21:51:50','2021-02-01 13:51:50'),(73407,27380,'action created','2021-02-01 21:51:50','2021-02-01 13:51:50'),(73408,27380,'action started via WP Cron','2021-02-01 21:54:32','2021-02-01 13:54:32'),(73409,27380,'action complete via WP Cron','2021-02-01 21:54:32','2021-02-01 13:54:32'),(73410,27381,'action created','2021-02-01 21:54:32','2021-02-01 13:54:32'),(73411,27381,'action started via WP Cron','2021-02-01 21:56:48','2021-02-01 13:56:48'),(73412,27381,'action complete via WP Cron','2021-02-01 21:56:48','2021-02-01 13:56:48'),(73413,27382,'action created','2021-02-01 21:56:48','2021-02-01 13:56:48'),(73414,27382,'action started via WP Cron','2021-02-01 21:59:46','2021-02-01 13:59:46'),(73415,27382,'action complete via WP Cron','2021-02-01 21:59:46','2021-02-01 13:59:46'),(73416,27383,'action created','2021-02-01 21:59:46','2021-02-01 13:59:46'),(73417,27383,'action started via WP Cron','2021-02-01 22:01:28','2021-02-01 14:01:28'),(73418,27383,'action complete via WP Cron','2021-02-01 22:01:28','2021-02-01 14:01:28'),(73419,27384,'action created','2021-02-01 22:01:28','2021-02-01 14:01:28'),(73420,27384,'action started via WP Cron','2021-02-01 22:02:50','2021-02-01 14:02:50'),(73421,27384,'action complete via WP Cron','2021-02-01 22:02:50','2021-02-01 14:02:50'),(73422,27385,'action created','2021-02-01 22:02:50','2021-02-01 14:02:50'),(73423,27385,'action started via WP Cron','2021-02-01 22:05:03','2021-02-01 14:05:03'),(73424,27385,'action complete via WP Cron','2021-02-01 22:05:03','2021-02-01 14:05:03'),(73425,27386,'action created','2021-02-01 22:05:03','2021-02-01 14:05:03'),(73426,27386,'action started via WP Cron','2021-02-01 22:08:08','2021-02-01 14:08:08'),(73427,27386,'action complete via WP Cron','2021-02-01 22:08:08','2021-02-01 14:08:08'),(73428,27387,'action created','2021-02-01 22:08:08','2021-02-01 14:08:08'),(73429,27387,'action started via WP Cron','2021-02-01 22:10:37','2021-02-01 14:10:37'),(73430,27387,'action complete via WP Cron','2021-02-01 22:10:37','2021-02-01 14:10:37'),(73431,27388,'action created','2021-02-01 22:10:37','2021-02-01 14:10:37'),(73432,27388,'action started via WP Cron','2021-02-01 22:11:54','2021-02-01 14:11:54'),(73433,27388,'action complete via WP Cron','2021-02-01 22:11:54','2021-02-01 14:11:54'),(73434,27389,'action created','2021-02-01 22:11:54','2021-02-01 14:11:54'),(73435,27389,'action started via WP Cron','2021-02-01 22:15:07','2021-02-01 14:15:07'),(73436,27389,'action complete via WP Cron','2021-02-01 22:15:07','2021-02-01 14:15:07'),(73437,27390,'action created','2021-02-01 22:15:07','2021-02-01 14:15:07'),(73438,27390,'action started via WP Cron','2021-02-01 22:16:11','2021-02-01 14:16:11'),(73439,27390,'action complete via WP Cron','2021-02-01 22:16:11','2021-02-01 14:16:11'),(73440,27391,'action created','2021-02-01 22:17:13','2021-02-01 14:17:13'),(73441,27391,'action started via WP Cron','2021-02-01 22:18:13','2021-02-01 14:18:13'),(73442,27391,'action complete via WP Cron','2021-02-01 22:18:13','2021-02-01 14:18:13'),(73443,27392,'action created','2021-02-01 22:18:13','2021-02-01 14:18:13'),(73444,27392,'action started via WP Cron','2021-02-01 22:20:15','2021-02-01 14:20:15'),(73445,27392,'action complete via WP Cron','2021-02-01 22:20:15','2021-02-01 14:20:15'),(73446,27393,'action created','2021-02-01 22:20:15','2021-02-01 14:20:15'),(73447,27393,'action started via WP Cron','2021-02-01 22:21:15','2021-02-01 14:21:15'),(73448,27393,'action complete via WP Cron','2021-02-01 22:21:15','2021-02-01 14:21:15'),(73449,27394,'action created','2021-02-01 22:21:16','2021-02-01 14:21:16'),(73450,27394,'action started via WP Cron','2021-02-01 22:21:46','2021-02-01 14:21:46'),(73451,27394,'action complete via WP Cron','2021-02-01 22:21:46','2021-02-01 14:21:46'),(73452,27395,'action created','2021-02-01 22:21:46','2021-02-01 14:21:46'),(73453,27395,'action started via WP Cron','2021-02-01 22:24:23','2021-02-01 14:24:23'),(73454,27395,'action complete via WP Cron','2021-02-01 22:24:23','2021-02-01 14:24:23'),(73455,27396,'action created','2021-02-01 22:24:23','2021-02-01 14:24:23'),(73456,27396,'action started via WP Cron','2021-02-01 22:27:38','2021-02-01 14:27:38'),(73457,27396,'action complete via WP Cron','2021-02-01 22:27:38','2021-02-01 14:27:38'),(73458,27397,'action created','2021-02-01 22:27:38','2021-02-01 14:27:38'),(73459,27397,'action started via WP Cron','2021-02-01 22:31:08','2021-02-01 14:31:08'),(73460,27397,'action complete via WP Cron','2021-02-01 22:31:08','2021-02-01 14:31:08'),(73461,27398,'action created','2021-02-01 22:31:08','2021-02-01 14:31:08'),(73462,27398,'action started via WP Cron','2021-02-01 22:33:08','2021-02-01 14:33:08'),(73463,27398,'action complete via WP Cron','2021-02-01 22:33:08','2021-02-01 14:33:08'),(73464,27399,'action created','2021-02-01 22:33:09','2021-02-01 14:33:09'),(73465,27399,'action started via WP Cron','2021-02-01 22:35:39','2021-02-01 14:35:39'),(73466,27399,'action complete via WP Cron','2021-02-01 22:35:39','2021-02-01 14:35:39'),(73467,27400,'action created','2021-02-01 22:35:39','2021-02-01 14:35:39'),(73468,27400,'action started via WP Cron','2021-02-01 22:37:15','2021-02-01 14:37:15'),(73469,27400,'action complete via WP Cron','2021-02-01 22:37:15','2021-02-01 14:37:15'),(73470,27401,'action created','2021-02-01 22:37:15','2021-02-01 14:37:15'),(73471,27401,'action started via WP Cron','2021-02-01 22:39:07','2021-02-01 14:39:07'),(73472,27401,'action complete via WP Cron','2021-02-01 22:39:07','2021-02-01 14:39:07'),(73473,27402,'action created','2021-02-01 22:39:07','2021-02-01 14:39:07'),(73474,27402,'action started via WP Cron','2021-02-01 22:40:39','2021-02-01 14:40:39'),(73475,27402,'action complete via WP Cron','2021-02-01 22:40:39','2021-02-01 14:40:39'),(73476,27403,'action created','2021-02-01 22:40:39','2021-02-01 14:40:39'),(73477,27403,'action started via WP Cron','2021-02-01 22:42:59','2021-02-01 14:42:59'),(73478,27403,'action complete via WP Cron','2021-02-01 22:42:59','2021-02-01 14:42:59'),(73479,27404,'action created','2021-02-01 22:42:59','2021-02-01 14:42:59'),(73480,27404,'action started via WP Cron','2021-02-01 22:45:47','2021-02-01 14:45:47'),(73481,27404,'action complete via WP Cron','2021-02-01 22:45:47','2021-02-01 14:45:47'),(73482,27405,'action created','2021-02-01 22:45:48','2021-02-01 14:45:48'),(73483,27405,'action started via WP Cron','2021-02-01 22:48:08','2021-02-01 14:48:08'),(73484,27405,'action complete via WP Cron','2021-02-01 22:48:08','2021-02-01 14:48:08'),(73485,27406,'action created','2021-02-01 22:48:08','2021-02-01 14:48:08'),(73486,27406,'action started via WP Cron','2021-02-01 22:51:46','2021-02-01 14:51:46'),(73487,27406,'action complete via WP Cron','2021-02-01 22:51:46','2021-02-01 14:51:46'),(73488,27407,'action created','2021-02-01 22:51:46','2021-02-01 14:51:46'),(73489,27407,'action started via WP Cron','2021-02-01 22:54:23','2021-02-01 14:54:23'),(73490,27407,'action complete via WP Cron','2021-02-01 22:54:23','2021-02-01 14:54:23'),(73491,27408,'action created','2021-02-01 22:54:23','2021-02-01 14:54:23'),(73492,27408,'action started via WP Cron','2021-02-01 22:56:37','2021-02-01 14:56:37'),(73493,27408,'action complete via WP Cron','2021-02-01 22:56:37','2021-02-01 14:56:37'),(73494,27409,'action created','2021-02-01 22:56:37','2021-02-01 14:56:37'),(73495,27409,'action started via WP Cron','2021-02-01 22:58:56','2021-02-01 14:58:56'),(73496,27409,'action complete via WP Cron','2021-02-01 22:58:56','2021-02-01 14:58:56'),(73497,27410,'action created','2021-02-01 22:58:57','2021-02-01 14:58:57'),(73498,27410,'action started via WP Cron','2021-02-01 23:00:14','2021-02-01 15:00:14'),(73499,27410,'action complete via WP Cron','2021-02-01 23:00:14','2021-02-01 15:00:14'),(73500,27411,'action created','2021-02-01 23:02:54','2021-02-01 15:02:54'),(73501,27411,'action started via WP Cron','2021-02-01 23:05:46','2021-02-01 15:05:46'),(73502,27411,'action complete via WP Cron','2021-02-01 23:05:46','2021-02-01 15:05:46'),(73503,27412,'action created','2021-02-01 23:05:47','2021-02-01 15:05:47'),(73504,27412,'action started via WP Cron','2021-02-01 23:07:14','2021-02-01 15:07:14'),(73505,27412,'action complete via WP Cron','2021-02-01 23:07:14','2021-02-01 15:07:14'),(73506,27413,'action created','2021-02-01 23:07:14','2021-02-01 15:07:14'),(73507,27413,'action started via WP Cron','2021-02-01 23:09:28','2021-02-01 15:09:28'),(73508,27413,'action complete via WP Cron','2021-02-01 23:09:28','2021-02-01 15:09:28'),(73509,27414,'action created','2021-02-01 23:09:28','2021-02-01 15:09:28'),(73510,27414,'action started via WP Cron','2021-02-01 23:13:20','2021-02-01 15:13:20'),(73511,27414,'action complete via WP Cron','2021-02-01 23:13:20','2021-02-01 15:13:20'),(73512,27415,'action created','2021-02-01 23:13:20','2021-02-01 15:13:20'),(73513,27415,'action started via WP Cron','2021-02-01 23:16:36','2021-02-01 15:16:36'),(73514,27415,'action complete via WP Cron','2021-02-01 23:16:36','2021-02-01 15:16:36'),(73515,27416,'action created','2021-02-01 23:16:36','2021-02-01 15:16:36'),(73516,27416,'action started via WP Cron','2021-02-01 23:17:44','2021-02-01 15:17:44'),(73517,27416,'action complete via WP Cron','2021-02-01 23:17:44','2021-02-01 15:17:44'),(73518,27417,'action created','2021-02-01 23:17:44','2021-02-01 15:17:44'),(73519,27417,'action started via WP Cron','2021-02-01 23:19:33','2021-02-01 15:19:33'),(73520,27417,'action complete via WP Cron','2021-02-01 23:19:33','2021-02-01 15:19:33'),(73521,27418,'action created','2021-02-01 23:19:34','2021-02-01 15:19:34'),(73522,27418,'action started via WP Cron','2021-02-01 23:21:54','2021-02-01 15:21:54'),(73523,27418,'action complete via WP Cron','2021-02-01 23:21:54','2021-02-01 15:21:54'),(73524,27419,'action created','2021-02-01 23:21:54','2021-02-01 15:21:54'),(73525,27419,'action started via WP Cron','2021-02-01 23:22:54','2021-02-01 15:22:54'),(73526,27419,'action complete via WP Cron','2021-02-01 23:22:54','2021-02-01 15:22:54'),(73527,27420,'action created','2021-02-01 23:22:55','2021-02-01 15:22:55'),(73528,27420,'action started via WP Cron','2021-02-01 23:23:55','2021-02-01 15:23:55'),(73529,27420,'action complete via WP Cron','2021-02-01 23:23:55','2021-02-01 15:23:55'),(73530,27421,'action created','2021-02-01 23:23:55','2021-02-01 15:23:55'),(73531,27421,'action started via WP Cron','2021-02-01 23:25:02','2021-02-01 15:25:02'),(73532,27421,'action complete via WP Cron','2021-02-01 23:25:02','2021-02-01 15:25:02'),(73533,27422,'action created','2021-02-01 23:25:02','2021-02-01 15:25:02'),(73534,27422,'action started via WP Cron','2021-02-01 23:25:59','2021-02-01 15:25:59'),(73535,27422,'action complete via WP Cron','2021-02-01 23:25:59','2021-02-01 15:25:59'),(73536,27423,'action created','2021-02-01 23:25:59','2021-02-01 15:25:59'),(73537,27423,'action started via WP Cron','2021-02-01 23:27:00','2021-02-01 15:27:00'),(73538,27423,'action complete via WP Cron','2021-02-01 23:27:00','2021-02-01 15:27:00'),(73539,27424,'action created','2021-02-01 23:27:00','2021-02-01 15:27:00'),(73540,27424,'action started via WP Cron','2021-02-01 23:28:00','2021-02-01 15:28:00'),(73541,27424,'action complete via WP Cron','2021-02-01 23:28:00','2021-02-01 15:28:00'),(73542,27425,'action created','2021-02-01 23:28:00','2021-02-01 15:28:00'),(73543,27425,'action started via WP Cron','2021-02-01 23:29:01','2021-02-01 15:29:01'),(73544,27425,'action complete via WP Cron','2021-02-01 23:29:01','2021-02-01 15:29:01'),(73545,27426,'action created','2021-02-01 23:29:01','2021-02-01 15:29:01'),(73546,27426,'action started via WP Cron','2021-02-01 23:32:14','2021-02-01 15:32:14'),(73547,27426,'action complete via WP Cron','2021-02-01 23:32:14','2021-02-01 15:32:14'),(73548,27427,'action created','2021-02-01 23:32:14','2021-02-01 15:32:14'),(73549,27427,'action started via WP Cron','2021-02-01 23:35:06','2021-02-01 15:35:06'),(73550,27427,'action complete via WP Cron','2021-02-01 23:35:06','2021-02-01 15:35:06'),(73551,27428,'action created','2021-02-01 23:35:06','2021-02-01 15:35:06'),(73552,27428,'action started via WP Cron','2021-02-01 23:36:27','2021-02-01 15:36:27'),(73553,27428,'action complete via WP Cron','2021-02-01 23:36:27','2021-02-01 15:36:27'),(73554,27429,'action created','2021-02-01 23:36:27','2021-02-01 15:36:27'),(73555,27429,'action started via WP Cron','2021-02-01 23:38:31','2021-02-01 15:38:31'),(73556,27429,'action complete via WP Cron','2021-02-01 23:38:31','2021-02-01 15:38:31'),(73557,27430,'action created','2021-02-01 23:38:31','2021-02-01 15:38:31'),(73558,27430,'action started via WP Cron','2021-02-01 23:42:42','2021-02-01 15:42:42'),(73559,27430,'action complete via WP Cron','2021-02-01 23:42:42','2021-02-01 15:42:42'),(73560,27431,'action created','2021-02-01 23:42:42','2021-02-01 15:42:42'),(73561,27431,'action started via WP Cron','2021-02-01 23:46:32','2021-02-01 15:46:32'),(73562,27431,'action complete via WP Cron','2021-02-01 23:46:32','2021-02-01 15:46:32'),(73563,27432,'action created','2021-02-01 23:46:32','2021-02-01 15:46:32'),(73564,27432,'action started via WP Cron','2021-02-01 23:49:28','2021-02-01 15:49:28'),(73565,27432,'action complete via WP Cron','2021-02-01 23:49:28','2021-02-01 15:49:28'),(73566,27433,'action created','2021-02-01 23:49:31','2021-02-01 15:49:31'),(73567,27433,'action started via WP Cron','2021-02-01 23:50:10','2021-02-01 15:50:10'),(73568,27433,'action complete via WP Cron','2021-02-01 23:50:10','2021-02-01 15:50:10'),(73569,27434,'action created','2021-02-01 23:50:10','2021-02-01 15:50:10'),(73570,27434,'action started via WP Cron','2021-02-01 23:52:55','2021-02-01 15:52:55'),(73571,27434,'action complete via WP Cron','2021-02-01 23:52:55','2021-02-01 15:52:55'),(73572,27435,'action created','2021-02-01 23:52:55','2021-02-01 15:52:55'),(73573,27435,'action started via WP Cron','2021-02-01 23:54:21','2021-02-01 15:54:21'),(73574,27435,'action complete via WP Cron','2021-02-01 23:54:21','2021-02-01 15:54:21'),(73575,27436,'action created','2021-02-01 23:54:21','2021-02-01 15:54:21'),(73576,27436,'action started via WP Cron','2021-02-01 23:55:39','2021-02-01 15:55:39'),(73577,27436,'action complete via WP Cron','2021-02-01 23:55:39','2021-02-01 15:55:39'),(73578,27437,'action created','2021-02-01 23:55:39','2021-02-01 15:55:39'),(73579,27437,'action started via WP Cron','2021-02-01 23:58:42','2021-02-01 15:58:42'),(73580,27437,'action complete via WP Cron','2021-02-01 23:58:42','2021-02-01 15:58:42'),(73581,27438,'action created','2021-02-01 23:58:42','2021-02-01 15:58:42'),(73582,27438,'action started via WP Cron','2021-02-02 00:02:24','2021-02-01 16:02:24'),(73583,27438,'action complete via WP Cron','2021-02-02 00:02:24','2021-02-01 16:02:24'),(73584,27439,'action created','2021-02-02 00:02:24','2021-02-01 16:02:24'),(73585,27439,'action started via WP Cron','2021-02-02 00:05:00','2021-02-01 16:05:00'),(73586,27439,'action complete via WP Cron','2021-02-02 00:05:00','2021-02-01 16:05:00'),(73587,27440,'action created','2021-02-02 00:05:00','2021-02-01 16:05:00'),(73588,27440,'action started via WP Cron','2021-02-02 00:07:19','2021-02-01 16:07:19'),(73589,27440,'action complete via WP Cron','2021-02-02 00:07:19','2021-02-01 16:07:19'),(73590,27441,'action created','2021-02-02 00:07:19','2021-02-01 16:07:19'),(73591,27441,'action started via WP Cron','2021-02-02 00:10:55','2021-02-01 16:10:55'),(73592,27441,'action complete via WP Cron','2021-02-02 00:10:55','2021-02-01 16:10:55'),(73593,27442,'action created','2021-02-02 00:10:56','2021-02-01 16:10:56'),(73594,27442,'action started via WP Cron','2021-02-02 00:12:30','2021-02-01 16:12:30'),(73595,27442,'action complete via WP Cron','2021-02-02 00:12:30','2021-02-01 16:12:30'),(73596,27443,'action created','2021-02-02 00:12:31','2021-02-01 16:12:31'),(73597,27443,'action started via WP Cron','2021-02-02 00:13:02','2021-02-01 16:13:02'),(73598,27443,'action complete via WP Cron','2021-02-02 00:13:02','2021-02-01 16:13:02'),(73599,27444,'action created','2021-02-02 00:13:02','2021-02-01 16:13:02'),(73600,27444,'action started via WP Cron','2021-02-02 00:15:50','2021-02-01 16:15:50'),(73601,27444,'action complete via WP Cron','2021-02-02 00:15:50','2021-02-01 16:15:50'),(73602,27445,'action created','2021-02-02 00:15:50','2021-02-01 16:15:50'),(73603,27445,'action started via WP Cron','2021-02-02 00:18:32','2021-02-01 16:18:32'),(73604,27445,'action complete via WP Cron','2021-02-02 00:18:32','2021-02-01 16:18:32'),(73605,27446,'action created','2021-02-02 00:18:32','2021-02-01 16:18:32'),(73606,27446,'action started via WP Cron','2021-02-02 00:19:50','2021-02-01 16:19:50'),(73607,27446,'action complete via WP Cron','2021-02-02 00:19:50','2021-02-01 16:19:50'),(73608,27447,'action created','2021-02-02 00:19:50','2021-02-01 16:19:50'),(73609,27447,'action started via WP Cron','2021-02-02 00:21:20','2021-02-01 16:21:20'),(73610,27447,'action complete via WP Cron','2021-02-02 00:21:20','2021-02-01 16:21:20'),(73611,27448,'action created','2021-02-02 00:21:20','2021-02-01 16:21:20'),(73612,27448,'action started via WP Cron','2021-02-02 00:23:05','2021-02-01 16:23:05'),(73613,27448,'action complete via WP Cron','2021-02-02 00:23:05','2021-02-01 16:23:05'),(73614,27449,'action created','2021-02-02 00:23:05','2021-02-01 16:23:05'),(73615,27449,'action started via WP Cron','2021-02-02 00:26:34','2021-02-01 16:26:34'),(73616,27449,'action complete via WP Cron','2021-02-02 00:26:34','2021-02-01 16:26:34'),(73617,27450,'action created','2021-02-02 00:26:34','2021-02-01 16:26:34'),(73618,27450,'action started via WP Cron','2021-02-02 00:28:45','2021-02-01 16:28:45'),(73619,27450,'action complete via WP Cron','2021-02-02 00:28:45','2021-02-01 16:28:45'),(73620,27451,'action created','2021-02-02 00:28:45','2021-02-01 16:28:45'),(73621,27451,'action started via WP Cron','2021-02-02 00:29:47','2021-02-01 16:29:47'),(73622,27451,'action complete via WP Cron','2021-02-02 00:29:47','2021-02-01 16:29:47'),(73623,27452,'action created','2021-02-02 00:29:47','2021-02-01 16:29:47'),(73624,27452,'action started via WP Cron','2021-02-02 00:30:48','2021-02-01 16:30:48'),(73625,27452,'action complete via WP Cron','2021-02-02 00:30:48','2021-02-01 16:30:48'),(73626,27453,'action created','2021-02-02 00:30:48','2021-02-01 16:30:48'),(73627,27453,'action started via WP Cron','2021-02-02 00:32:50','2021-02-01 16:32:50'),(73628,27453,'action complete via WP Cron','2021-02-02 00:32:50','2021-02-01 16:32:50'),(73629,27454,'action created','2021-02-02 00:32:50','2021-02-01 16:32:50'),(73630,27454,'action started via WP Cron','2021-02-02 00:33:51','2021-02-01 16:33:51'),(73631,27454,'action complete via WP Cron','2021-02-02 00:33:51','2021-02-01 16:33:51'),(73632,27455,'action created','2021-02-02 00:33:51','2021-02-01 16:33:51'),(73633,27455,'action started via WP Cron','2021-02-02 00:34:52','2021-02-01 16:34:52'),(73634,27455,'action complete via WP Cron','2021-02-02 00:34:52','2021-02-01 16:34:52'),(73635,27456,'action created','2021-02-02 00:34:52','2021-02-01 16:34:52'),(73636,27456,'action started via WP Cron','2021-02-02 00:36:40','2021-02-01 16:36:40'),(73637,27456,'action complete via WP Cron','2021-02-02 00:36:40','2021-02-01 16:36:40'),(73638,27457,'action created','2021-02-02 00:38:12','2021-02-01 16:38:12'),(73639,27457,'action started via WP Cron','2021-02-02 00:39:39','2021-02-01 16:39:39'),(73640,27457,'action complete via WP Cron','2021-02-02 00:39:39','2021-02-01 16:39:39'),(73641,27458,'action created','2021-02-02 00:39:39','2021-02-01 16:39:39'),(73642,27458,'action started via WP Cron','2021-02-02 00:40:21','2021-02-01 16:40:21'),(73643,27458,'action complete via WP Cron','2021-02-02 00:40:21','2021-02-01 16:40:21'),(73644,27459,'action created','2021-02-02 00:40:21','2021-02-01 16:40:21'),(73645,27459,'action started via WP Cron','2021-02-02 00:41:22','2021-02-01 16:41:22'),(73646,27459,'action complete via WP Cron','2021-02-02 00:41:22','2021-02-01 16:41:22'),(73647,27460,'action created','2021-02-02 00:41:22','2021-02-01 16:41:22'),(73648,27460,'action started via WP Cron','2021-02-02 00:42:52','2021-02-01 16:42:52'),(73649,27460,'action complete via WP Cron','2021-02-02 00:42:52','2021-02-01 16:42:52'),(73650,27461,'action created','2021-02-02 00:42:52','2021-02-01 16:42:52'),(73651,27461,'action started via WP Cron','2021-02-02 00:44:44','2021-02-01 16:44:44'),(73652,27461,'action complete via WP Cron','2021-02-02 00:44:44','2021-02-01 16:44:44'),(73653,27462,'action created','2021-02-02 00:44:44','2021-02-01 16:44:44'),(73654,27462,'action started via WP Cron','2021-02-02 00:47:36','2021-02-01 16:47:36'),(73655,27462,'action complete via WP Cron','2021-02-02 00:47:36','2021-02-01 16:47:36'),(73656,27463,'action created','2021-02-02 00:47:36','2021-02-01 16:47:36'),(73657,27463,'action started via WP Cron','2021-02-02 00:47:54','2021-02-01 16:47:54'),(73658,27463,'action complete via WP Cron','2021-02-02 00:47:54','2021-02-01 16:47:54'),(73659,27464,'action created','2021-02-02 00:47:54','2021-02-01 16:47:54'),(73660,27464,'action started via WP Cron','2021-02-02 00:50:44','2021-02-01 16:50:44'),(73661,27464,'action complete via WP Cron','2021-02-02 00:50:44','2021-02-01 16:50:44'),(73662,27465,'action created','2021-02-02 00:50:44','2021-02-01 16:50:44'),(73663,27465,'action started via WP Cron','2021-02-02 00:52:43','2021-02-01 16:52:43'),(73664,27465,'action complete via WP Cron','2021-02-02 00:52:43','2021-02-01 16:52:43'),(73665,27466,'action created','2021-02-02 00:52:43','2021-02-01 16:52:43'),(73666,27466,'action started via WP Cron','2021-02-02 00:55:52','2021-02-01 16:55:52'),(73667,27466,'action complete via WP Cron','2021-02-02 00:55:52','2021-02-01 16:55:52'),(73668,27467,'action created','2021-02-02 00:55:52','2021-02-01 16:55:52'),(73669,27467,'action started via WP Cron','2021-02-02 00:57:59','2021-02-01 16:57:59'),(73670,27467,'action complete via WP Cron','2021-02-02 00:57:59','2021-02-01 16:57:59'),(73671,27468,'action created','2021-02-02 00:57:59','2021-02-01 16:57:59'),(73672,27468,'action started via WP Cron','2021-02-02 01:00:19','2021-02-01 17:00:19'),(73673,27468,'action complete via WP Cron','2021-02-02 01:00:19','2021-02-01 17:00:19'),(73674,27469,'action created','2021-02-02 01:00:19','2021-02-01 17:00:19'),(73675,27469,'action started via WP Cron','2021-02-02 01:01:34','2021-02-01 17:01:34'),(73676,27469,'action complete via WP Cron','2021-02-02 01:01:34','2021-02-01 17:01:34'),(73677,27470,'action created','2021-02-02 01:01:36','2021-02-01 17:01:36'),(73678,27470,'action started via WP Cron','2021-02-02 01:04:44','2021-02-01 17:04:44'),(73679,27470,'action complete via WP Cron','2021-02-02 01:04:44','2021-02-01 17:04:44'),(73680,27471,'action created','2021-02-02 01:04:44','2021-02-01 17:04:44'),(73681,27471,'action started via WP Cron','2021-02-02 01:07:58','2021-02-01 17:07:58'),(73682,27471,'action complete via WP Cron','2021-02-02 01:07:58','2021-02-01 17:07:58'),(73683,27472,'action created','2021-02-02 01:07:58','2021-02-01 17:07:58'),(73684,27472,'action started via WP Cron','2021-02-02 01:11:03','2021-02-01 17:11:03'),(73685,27472,'action complete via WP Cron','2021-02-02 01:11:03','2021-02-01 17:11:03'),(73686,27473,'action created','2021-02-02 01:11:03','2021-02-01 17:11:03'),(73687,27473,'action started via WP Cron','2021-02-02 01:11:58','2021-02-01 17:11:58'),(73688,27473,'action complete via WP Cron','2021-02-02 01:11:58','2021-02-01 17:11:58'),(73689,27474,'action created','2021-02-02 01:11:58','2021-02-01 17:11:58'),(73690,27474,'action started via WP Cron','2021-02-02 01:15:36','2021-02-01 17:15:36'),(73691,27474,'action complete via WP Cron','2021-02-02 01:15:36','2021-02-01 17:15:36'),(73692,27475,'action created','2021-02-02 01:15:36','2021-02-01 17:15:36'),(73693,27475,'action started via WP Cron','2021-02-02 01:18:21','2021-02-01 17:18:21'),(73694,27475,'action complete via WP Cron','2021-02-02 01:18:21','2021-02-01 17:18:21'),(73695,27476,'action created','2021-02-02 01:18:21','2021-02-01 17:18:21'),(73696,27476,'action started via WP Cron','2021-02-02 01:21:31','2021-02-01 17:21:31'),(73697,27476,'action complete via WP Cron','2021-02-02 01:21:31','2021-02-01 17:21:31'),(73698,27477,'action created','2021-02-02 01:21:31','2021-02-01 17:21:31'),(73699,27477,'action started via WP Cron','2021-02-02 01:23:19','2021-02-01 17:23:19'),(73700,27477,'action complete via WP Cron','2021-02-02 01:23:19','2021-02-01 17:23:19'),(73701,27478,'action created','2021-02-02 01:23:19','2021-02-01 17:23:19'),(73702,27478,'action started via WP Cron','2021-02-02 01:25:15','2021-02-01 17:25:15'),(73703,27478,'action complete via WP Cron','2021-02-02 01:25:15','2021-02-01 17:25:15'),(73704,27479,'action created','2021-02-02 01:25:15','2021-02-01 17:25:15'),(73705,27479,'action started via WP Cron','2021-02-02 01:25:42','2021-02-01 17:25:42'),(73706,27479,'action complete via WP Cron','2021-02-02 01:25:42','2021-02-01 17:25:42'),(73707,27480,'action created','2021-02-02 01:25:42','2021-02-01 17:25:42'),(73708,27480,'action started via WP Cron','2021-02-02 01:27:52','2021-02-01 17:27:52'),(73709,27480,'action complete via WP Cron','2021-02-02 01:27:52','2021-02-01 17:27:52'),(73710,27481,'action created','2021-02-02 01:27:52','2021-02-01 17:27:52'),(73711,27481,'action started via WP Cron','2021-02-02 01:32:28','2021-02-01 17:32:28'),(73712,27481,'action complete via WP Cron','2021-02-02 01:32:28','2021-02-01 17:32:28'),(73713,27482,'action created','2021-02-02 01:32:28','2021-02-01 17:32:28'),(73714,27482,'action started via WP Cron','2021-02-02 01:34:58','2021-02-01 17:34:58'),(73715,27482,'action complete via WP Cron','2021-02-02 01:34:58','2021-02-01 17:34:58'),(73716,27483,'action created','2021-02-02 01:34:58','2021-02-01 17:34:58'),(73717,27483,'action started via WP Cron','2021-02-02 01:35:51','2021-02-01 17:35:51'),(73718,27483,'action complete via WP Cron','2021-02-02 01:35:51','2021-02-01 17:35:51'),(73719,27484,'action created','2021-02-02 01:35:51','2021-02-01 17:35:51'),(73720,27484,'action started via WP Cron','2021-02-02 01:36:53','2021-02-01 17:36:53'),(73721,27484,'action complete via WP Cron','2021-02-02 01:36:53','2021-02-01 17:36:53'),(73722,27485,'action created','2021-02-02 01:36:53','2021-02-01 17:36:53'),(73723,27485,'action started via WP Cron','2021-02-02 01:38:25','2021-02-01 17:38:25'),(73724,27485,'action complete via WP Cron','2021-02-02 01:38:25','2021-02-01 17:38:25'),(73725,27486,'action created','2021-02-02 01:38:25','2021-02-01 17:38:25'),(73726,27486,'action started via WP Cron','2021-02-02 01:38:54','2021-02-01 17:38:54'),(73727,27486,'action complete via WP Cron','2021-02-02 01:38:54','2021-02-01 17:38:54'),(73728,27487,'action created','2021-02-02 01:38:54','2021-02-01 17:38:54'),(73729,27487,'action started via WP Cron','2021-02-02 01:39:56','2021-02-01 17:39:56'),(73730,27487,'action complete via WP Cron','2021-02-02 01:39:56','2021-02-01 17:39:56'),(73731,27488,'action created','2021-02-02 01:39:56','2021-02-01 17:39:56'),(73732,27488,'action started via WP Cron','2021-02-02 01:40:56','2021-02-01 17:40:56'),(73733,27488,'action complete via WP Cron','2021-02-02 01:40:56','2021-02-01 17:40:56'),(73734,27489,'action created','2021-02-02 01:40:57','2021-02-01 17:40:57'),(73735,27489,'action started via WP Cron','2021-02-02 01:42:21','2021-02-01 17:42:21'),(73736,27489,'action complete via WP Cron','2021-02-02 01:42:21','2021-02-01 17:42:21'),(73737,27490,'action created','2021-02-02 01:42:22','2021-02-01 17:42:22'),(73738,27490,'action started via WP Cron','2021-02-02 01:43:23','2021-02-01 17:43:23'),(73739,27490,'action complete via WP Cron','2021-02-02 01:43:23','2021-02-01 17:43:23'),(73740,27491,'action created','2021-02-02 01:43:23','2021-02-01 17:43:23'),(73741,27491,'action started via WP Cron','2021-02-02 01:44:24','2021-02-01 17:44:24'),(73742,27491,'action complete via WP Cron','2021-02-02 01:44:24','2021-02-01 17:44:24'),(73743,27492,'action created','2021-02-02 01:44:24','2021-02-01 17:44:24'),(73744,27492,'action started via WP Cron','2021-02-02 01:44:53','2021-02-01 17:44:53'),(73745,27492,'action complete via WP Cron','2021-02-02 01:44:53','2021-02-01 17:44:53'),(73746,27493,'action created','2021-02-02 01:44:53','2021-02-01 17:44:53'),(73747,27493,'action started via WP Cron','2021-02-02 01:46:44','2021-02-01 17:46:44'),(73748,27493,'action complete via WP Cron','2021-02-02 01:46:44','2021-02-01 17:46:44'),(73749,27494,'action created','2021-02-02 01:46:44','2021-02-01 17:46:44'),(73750,27494,'action started via WP Cron','2021-02-02 01:49:12','2021-02-01 17:49:12'),(73751,27494,'action complete via WP Cron','2021-02-02 01:49:12','2021-02-01 17:49:12'),(73752,27495,'action created','2021-02-02 01:49:12','2021-02-01 17:49:12'),(73753,27495,'action started via WP Cron','2021-02-02 01:52:28','2021-02-01 17:52:28'),(73754,27495,'action complete via WP Cron','2021-02-02 01:52:28','2021-02-01 17:52:28'),(73755,27496,'action created','2021-02-02 01:55:07','2021-02-01 17:55:07'),(73756,27496,'action started via WP Cron','2021-02-02 01:58:42','2021-02-01 17:58:42'),(73757,27496,'action complete via WP Cron','2021-02-02 01:58:42','2021-02-01 17:58:42'),(73758,27497,'action created','2021-02-02 01:58:42','2021-02-01 17:58:42'),(73759,27497,'action started via WP Cron','2021-02-02 02:03:26','2021-02-01 18:03:26'),(73760,27497,'action complete via WP Cron','2021-02-02 02:03:26','2021-02-01 18:03:26'),(73761,27498,'action created','2021-02-02 02:03:26','2021-02-01 18:03:26'),(73762,27498,'action started via WP Cron','2021-02-02 02:03:45','2021-02-01 18:03:45'),(73763,27498,'action complete via WP Cron','2021-02-02 02:03:45','2021-02-01 18:03:45'),(73764,27499,'action created','2021-02-02 02:03:45','2021-02-01 18:03:45'),(73765,27499,'action started via WP Cron','2021-02-02 02:05:45','2021-02-01 18:05:45'),(73766,27499,'action complete via WP Cron','2021-02-02 02:05:45','2021-02-01 18:05:45'),(73767,27500,'action created','2021-02-02 02:05:45','2021-02-01 18:05:45'),(73768,27500,'action started via WP Cron','2021-02-02 02:06:45','2021-02-01 18:06:45'),(73769,27500,'action complete via WP Cron','2021-02-02 02:06:45','2021-02-01 18:06:45'),(73770,27501,'action created','2021-02-02 02:06:45','2021-02-01 18:06:45'),(73771,27501,'action started via WP Cron','2021-02-02 02:08:45','2021-02-01 18:08:45'),(73772,27501,'action complete via WP Cron','2021-02-02 02:08:45','2021-02-01 18:08:45'),(73773,27502,'action created','2021-02-02 02:08:46','2021-02-01 18:08:46'),(73774,27502,'action started via WP Cron','2021-02-02 02:12:15','2021-02-01 18:12:15'),(73775,27502,'action complete via WP Cron','2021-02-02 02:12:15','2021-02-01 18:12:15'),(73776,27503,'action created','2021-02-02 02:12:15','2021-02-01 18:12:15'),(73777,27503,'action started via WP Cron','2021-02-02 02:12:48','2021-02-01 18:12:48'),(73778,27503,'action complete via WP Cron','2021-02-02 02:12:48','2021-02-01 18:12:48'),(73779,27504,'action created','2021-02-02 02:12:49','2021-02-01 18:12:49'),(73780,27504,'action started via WP Cron','2021-02-02 02:16:12','2021-02-01 18:16:12'),(73781,27504,'action complete via WP Cron','2021-02-02 02:16:12','2021-02-01 18:16:12'),(73782,27505,'action created','2021-02-02 02:16:12','2021-02-01 18:16:12'),(73783,27505,'action started via WP Cron','2021-02-02 02:19:58','2021-02-01 18:19:58'),(73784,27505,'action complete via WP Cron','2021-02-02 02:19:58','2021-02-01 18:19:58'),(73785,27506,'action created','2021-02-02 02:19:58','2021-02-01 18:19:58'),(73786,27506,'action started via WP Cron','2021-02-02 02:23:11','2021-02-01 18:23:11'),(73787,27506,'action complete via WP Cron','2021-02-02 02:23:11','2021-02-01 18:23:11'),(73788,27507,'action created','2021-02-02 02:23:12','2021-02-01 18:23:12'),(73789,27507,'action started via WP Cron','2021-02-02 02:26:16','2021-02-01 18:26:16'),(73790,27507,'action complete via WP Cron','2021-02-02 02:26:16','2021-02-01 18:26:16'),(73791,27508,'action created','2021-02-02 02:26:16','2021-02-01 18:26:16'),(73792,27508,'action started via WP Cron','2021-02-02 02:26:48','2021-02-01 18:26:48'),(73793,27508,'action complete via WP Cron','2021-02-02 02:26:48','2021-02-01 18:26:48'),(73794,27509,'action created','2021-02-02 02:26:48','2021-02-01 18:26:48'),(73795,27509,'action started via WP Cron','2021-02-02 02:29:44','2021-02-01 18:29:44'),(73796,27509,'action complete via WP Cron','2021-02-02 02:29:44','2021-02-01 18:29:44'),(73797,27510,'action created','2021-02-02 02:29:44','2021-02-01 18:29:44'),(73798,27510,'action started via WP Cron','2021-02-02 02:32:57','2021-02-01 18:32:57'),(73799,27510,'action complete via WP Cron','2021-02-02 02:32:57','2021-02-01 18:32:57'),(73800,27511,'action created','2021-02-02 02:32:57','2021-02-01 18:32:57'),(73801,27511,'action started via WP Cron','2021-02-02 02:36:45','2021-02-01 18:36:45'),(73802,27511,'action complete via WP Cron','2021-02-02 02:36:45','2021-02-01 18:36:45'),(73803,27512,'action created','2021-02-02 02:36:46','2021-02-01 18:36:46'),(73804,27512,'action started via WP Cron','2021-02-02 02:38:12','2021-02-01 18:38:12'),(73805,27512,'action complete via WP Cron','2021-02-02 02:38:12','2021-02-01 18:38:12'),(73806,27513,'action created','2021-02-02 02:38:12','2021-02-01 18:38:12'),(73807,27513,'action started via WP Cron','2021-02-02 02:40:33','2021-02-01 18:40:33'),(73808,27513,'action complete via WP Cron','2021-02-02 02:40:33','2021-02-01 18:40:33'),(73809,27514,'action created','2021-02-02 02:40:33','2021-02-01 18:40:33'),(73810,27514,'action started via WP Cron','2021-02-02 02:41:10','2021-02-01 18:41:10'),(73811,27514,'action complete via WP Cron','2021-02-02 02:41:10','2021-02-01 18:41:10'),(73812,27515,'action created','2021-02-02 02:41:10','2021-02-01 18:41:10'),(73813,27515,'action started via WP Cron','2021-02-02 02:41:49','2021-02-01 18:41:49'),(73814,27515,'action complete via WP Cron','2021-02-02 02:41:49','2021-02-01 18:41:49'),(73815,27516,'action created','2021-02-02 02:41:49','2021-02-01 18:41:49'),(73816,27516,'action started via WP Cron','2021-02-02 02:42:50','2021-02-01 18:42:50'),(73817,27516,'action complete via WP Cron','2021-02-02 02:42:50','2021-02-01 18:42:50'),(73818,27517,'action created','2021-02-02 02:42:50','2021-02-01 18:42:50'),(73819,27517,'action started via WP Cron','2021-02-02 02:43:48','2021-02-01 18:43:48'),(73820,27517,'action complete via WP Cron','2021-02-02 02:43:48','2021-02-01 18:43:48'),(73821,27518,'action created','2021-02-02 02:43:48','2021-02-01 18:43:48'),(73822,27518,'action started via WP Cron','2021-02-02 02:44:43','2021-02-01 18:44:43'),(73823,27518,'action complete via WP Cron','2021-02-02 02:44:43','2021-02-01 18:44:43'),(73824,27519,'action created','2021-02-02 02:44:44','2021-02-01 18:44:44'),(73825,27519,'action started via WP Cron','2021-02-02 02:46:15','2021-02-01 18:46:15'),(73826,27519,'action complete via WP Cron','2021-02-02 02:46:15','2021-02-01 18:46:15'),(73827,27520,'action created','2021-02-02 02:46:15','2021-02-01 18:46:15'),(73828,27520,'action started via WP Cron','2021-02-02 02:46:45','2021-02-01 18:46:45'),(73829,27520,'action complete via WP Cron','2021-02-02 02:46:45','2021-02-01 18:46:45'),(73830,27521,'action created','2021-02-02 02:46:46','2021-02-01 18:46:46'),(73831,27521,'action started via WP Cron','2021-02-02 02:47:47','2021-02-01 18:47:47'),(73832,27521,'action complete via WP Cron','2021-02-02 02:47:47','2021-02-01 18:47:47'),(73833,27522,'action created','2021-02-02 02:47:47','2021-02-01 18:47:47'),(73834,27522,'action started via WP Cron','2021-02-02 02:48:49','2021-02-01 18:48:49'),(73835,27522,'action complete via WP Cron','2021-02-02 02:48:49','2021-02-01 18:48:49'),(73836,27523,'action created','2021-02-02 02:48:49','2021-02-01 18:48:49'),(73837,27523,'action started via WP Cron','2021-02-02 02:49:42','2021-02-01 18:49:42'),(73838,27523,'action complete via WP Cron','2021-02-02 02:49:42','2021-02-01 18:49:42'),(73839,27524,'action created','2021-02-02 02:49:42','2021-02-01 18:49:42'),(73840,27524,'action started via WP Cron','2021-02-02 02:51:03','2021-02-01 18:51:03'),(73841,27524,'action complete via WP Cron','2021-02-02 02:51:03','2021-02-01 18:51:03'),(73842,27525,'action created','2021-02-02 02:51:03','2021-02-01 18:51:03'),(73843,27525,'action started via WP Cron','2021-02-02 02:51:41','2021-02-01 18:51:41'),(73844,27525,'action complete via WP Cron','2021-02-02 02:51:41','2021-02-01 18:51:41'),(73845,27526,'action created','2021-02-02 02:51:41','2021-02-01 18:51:41'),(73846,27526,'action started via WP Cron','2021-02-02 02:52:52','2021-02-01 18:52:52'),(73847,27526,'action complete via WP Cron','2021-02-02 02:52:52','2021-02-01 18:52:52'),(73848,27527,'action created','2021-02-02 02:52:52','2021-02-01 18:52:52'),(73849,27527,'action started via WP Cron','2021-02-02 02:54:00','2021-02-01 18:54:00'),(73850,27527,'action complete via WP Cron','2021-02-02 02:54:00','2021-02-01 18:54:00'),(73851,27528,'action created','2021-02-02 02:54:00','2021-02-01 18:54:00'),(73852,27528,'action started via WP Cron','2021-02-02 02:54:47','2021-02-01 18:54:47'),(73853,27528,'action complete via WP Cron','2021-02-02 02:54:47','2021-02-01 18:54:47'),(73854,27529,'action created','2021-02-02 02:54:47','2021-02-01 18:54:47'),(73855,27529,'action started via WP Cron','2021-02-02 02:55:42','2021-02-01 18:55:42'),(73856,27529,'action complete via WP Cron','2021-02-02 02:55:42','2021-02-01 18:55:42'),(73857,27530,'action created','2021-02-02 02:55:42','2021-02-01 18:55:42'),(73858,27530,'action started via WP Cron','2021-02-02 02:56:49','2021-02-01 18:56:49'),(73859,27530,'action complete via WP Cron','2021-02-02 02:56:49','2021-02-01 18:56:49'),(73860,27531,'action created','2021-02-02 02:56:49','2021-02-01 18:56:49'),(73861,27531,'action started via WP Cron','2021-02-02 02:57:54','2021-02-01 18:57:54'),(73862,27531,'action complete via WP Cron','2021-02-02 02:57:54','2021-02-01 18:57:54'),(73863,27532,'action created','2021-02-02 02:57:54','2021-02-01 18:57:54'),(73864,27532,'action started via WP Cron','2021-02-02 02:58:55','2021-02-01 18:58:55'),(73865,27532,'action complete via WP Cron','2021-02-02 02:58:55','2021-02-01 18:58:55'),(73866,27533,'action created','2021-02-02 02:58:55','2021-02-01 18:58:55'),(73867,27533,'action started via WP Cron','2021-02-02 02:59:44','2021-02-01 18:59:44'),(73868,27533,'action complete via WP Cron','2021-02-02 02:59:44','2021-02-01 18:59:44'),(73869,27534,'action created','2021-02-02 02:59:44','2021-02-01 18:59:44'),(73870,27534,'action started via WP Cron','2021-02-02 03:04:01','2021-02-01 19:04:01'),(73871,27534,'action complete via WP Cron','2021-02-02 03:04:01','2021-02-01 19:04:01'),(73872,27535,'action created','2021-02-02 03:04:02','2021-02-01 19:04:02'),(73873,27535,'action started via WP Cron','2021-02-02 03:06:29','2021-02-01 19:06:29'),(73874,27535,'action complete via WP Cron','2021-02-02 03:06:29','2021-02-01 19:06:29'),(73875,27536,'action created','2021-02-02 03:06:30','2021-02-01 19:06:30'),(73876,27536,'action started via WP Cron','2021-02-02 03:08:32','2021-02-01 19:08:32'),(73877,27536,'action complete via WP Cron','2021-02-02 03:08:32','2021-02-01 19:08:32'),(73878,27537,'action created','2021-02-02 03:08:32','2021-02-01 19:08:32'),(73879,27537,'action started via WP Cron','2021-02-02 03:09:38','2021-02-01 19:09:38'),(73880,27537,'action complete via WP Cron','2021-02-02 03:09:38','2021-02-01 19:09:38'),(73881,27538,'action created','2021-02-02 03:09:38','2021-02-01 19:09:38'),(73882,27538,'action started via WP Cron','2021-02-02 03:15:06','2021-02-01 19:15:06'),(73883,27538,'action complete via WP Cron','2021-02-02 03:15:06','2021-02-01 19:15:06'),(73884,27539,'action created','2021-02-02 03:15:06','2021-02-01 19:15:06'),(73885,27539,'action started via WP Cron','2021-02-02 03:16:36','2021-02-01 19:16:36'),(73886,27539,'action complete via WP Cron','2021-02-02 03:16:36','2021-02-01 19:16:36'),(73887,27540,'action created','2021-02-02 03:16:36','2021-02-01 19:16:36'),(73888,27540,'action started via WP Cron','2021-02-02 03:19:40','2021-02-01 19:19:40'),(73889,27540,'action complete via WP Cron','2021-02-02 03:19:40','2021-02-01 19:19:40'),(73890,27541,'action created','2021-02-02 03:19:40','2021-02-01 19:19:40'),(73891,27541,'action started via WP Cron','2021-02-02 03:22:55','2021-02-01 19:22:55'),(73892,27541,'action complete via WP Cron','2021-02-02 03:22:55','2021-02-01 19:22:55'),(73893,27542,'action created','2021-02-02 03:22:55','2021-02-01 19:22:55'),(73894,27542,'action started via WP Cron','2021-02-02 03:24:17','2021-02-01 19:24:17'),(73895,27542,'action complete via WP Cron','2021-02-02 03:24:17','2021-02-01 19:24:17'),(73896,27543,'action created','2021-02-02 03:24:17','2021-02-01 19:24:17'),(73897,27543,'action started via WP Cron','2021-02-02 03:28:13','2021-02-01 19:28:13'),(73898,27543,'action complete via WP Cron','2021-02-02 03:28:13','2021-02-01 19:28:13'),(73899,27544,'action created','2021-02-02 03:28:14','2021-02-01 19:28:14'),(73900,27544,'action started via WP Cron','2021-02-02 03:32:18','2021-02-01 19:32:18'),(73901,27544,'action complete via WP Cron','2021-02-02 03:32:18','2021-02-01 19:32:18'),(73902,27545,'action created','2021-02-02 03:32:18','2021-02-01 19:32:18'),(73903,27545,'action started via WP Cron','2021-02-02 03:34:35','2021-02-01 19:34:35'),(73904,27545,'action complete via WP Cron','2021-02-02 03:34:35','2021-02-01 19:34:35'),(73905,27546,'action created','2021-02-02 03:34:35','2021-02-01 19:34:35'),(73906,27546,'action started via WP Cron','2021-02-02 03:35:18','2021-02-01 19:35:18'),(73907,27546,'action complete via WP Cron','2021-02-02 03:35:18','2021-02-01 19:35:18'),(73908,27547,'action created','2021-02-02 03:35:18','2021-02-01 19:35:18'),(73909,27547,'action started via WP Cron','2021-02-02 03:38:09','2021-02-01 19:38:09'),(73910,27547,'action complete via WP Cron','2021-02-02 03:38:09','2021-02-01 19:38:09'),(73911,27548,'action created','2021-02-02 03:38:10','2021-02-01 19:38:10'),(73912,27548,'action started via WP Cron','2021-02-02 03:39:19','2021-02-01 19:39:19'),(73913,27548,'action complete via WP Cron','2021-02-02 03:39:19','2021-02-01 19:39:19'),(73914,27549,'action created','2021-02-02 03:39:19','2021-02-01 19:39:19'),(73915,27549,'action started via WP Cron','2021-02-02 03:42:52','2021-02-01 19:42:52'),(73916,27549,'action complete via WP Cron','2021-02-02 03:42:52','2021-02-01 19:42:52'),(73917,27550,'action created','2021-02-02 03:42:52','2021-02-01 19:42:52'),(73918,27550,'action started via WP Cron','2021-02-02 03:44:19','2021-02-01 19:44:19'),(73919,27550,'action complete via WP Cron','2021-02-02 03:44:19','2021-02-01 19:44:19'),(73920,27551,'action created','2021-02-02 03:44:19','2021-02-01 19:44:19'),(73921,27551,'action started via WP Cron','2021-02-02 03:46:13','2021-02-01 19:46:13'),(73922,27551,'action complete via WP Cron','2021-02-02 03:46:13','2021-02-01 19:46:13'),(73923,27552,'action created','2021-02-02 03:46:13','2021-02-01 19:46:13'),(73924,27552,'action started via WP Cron','2021-02-02 03:49:17','2021-02-01 19:49:17'),(73925,27552,'action complete via WP Cron','2021-02-02 03:49:17','2021-02-01 19:49:17'),(73926,27553,'action created','2021-02-02 03:49:17','2021-02-01 19:49:17'),(73927,27553,'action started via WP Cron','2021-02-02 03:50:41','2021-02-01 19:50:41'),(73928,27553,'action complete via WP Cron','2021-02-02 03:50:41','2021-02-01 19:50:41'),(73929,27554,'action created','2021-02-02 03:50:41','2021-02-01 19:50:41'),(73930,27554,'action started via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73931,27554,'action complete via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73932,26773,'action started via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73933,26773,'action complete via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73934,27555,'action created','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73935,26772,'action started via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73936,26772,'action complete via WP Cron','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73937,27556,'action created','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73938,27557,'action created','2021-02-02 03:51:58','2021-02-01 19:51:58'),(73939,27557,'action started via WP Cron','2021-02-02 03:52:59','2021-02-01 19:52:59'),(73940,27557,'action complete via WP Cron','2021-02-02 03:52:59','2021-02-01 19:52:59'),(73941,27558,'action created','2021-02-02 03:52:59','2021-02-01 19:52:59'),(73942,27558,'action started via WP Cron','2021-02-02 03:54:00','2021-02-01 19:54:00'),(73943,27558,'action complete via WP Cron','2021-02-02 03:54:00','2021-02-01 19:54:00'),(73944,27559,'action created','2021-02-02 03:54:00','2021-02-01 19:54:00'),(73945,27559,'action started via WP Cron','2021-02-02 03:55:01','2021-02-01 19:55:01'),(73946,27559,'action complete via WP Cron','2021-02-02 03:55:01','2021-02-01 19:55:01'),(73947,27560,'action created','2021-02-02 03:55:01','2021-02-01 19:55:01'),(73948,27560,'action started via WP Cron','2021-02-02 03:58:16','2021-02-01 19:58:16'),(73949,27560,'action complete via WP Cron','2021-02-02 03:58:16','2021-02-01 19:58:16'),(73950,27561,'action created','2021-02-02 03:58:16','2021-02-01 19:58:16'),(73951,27561,'action started via WP Cron','2021-02-02 04:02:20','2021-02-01 20:02:20'),(73952,27561,'action complete via WP Cron','2021-02-02 04:02:20','2021-02-01 20:02:20'),(73953,27562,'action created','2021-02-02 04:02:20','2021-02-01 20:02:20'),(73954,27562,'action started via WP Cron','2021-02-02 04:03:29','2021-02-01 20:03:29'),(73955,27562,'action complete via WP Cron','2021-02-02 04:03:29','2021-02-01 20:03:29'),(73956,27563,'action created','2021-02-02 04:03:29','2021-02-01 20:03:29'),(73957,27563,'action started via WP Cron','2021-02-02 04:03:46','2021-02-01 20:03:46'),(73958,27563,'action complete via WP Cron','2021-02-02 04:03:46','2021-02-01 20:03:46'),(73959,27564,'action created','2021-02-02 04:03:46','2021-02-01 20:03:46'),(73960,27564,'action started via WP Cron','2021-02-02 04:05:36','2021-02-01 20:05:36'),(73961,27564,'action complete via WP Cron','2021-02-02 04:05:36','2021-02-01 20:05:36'),(73962,27565,'action created','2021-02-02 04:05:36','2021-02-01 20:05:36'),(73963,27565,'action started via WP Cron','2021-02-02 04:08:56','2021-02-01 20:08:56'),(73964,27565,'action complete via WP Cron','2021-02-02 04:08:56','2021-02-01 20:08:56'),(73965,27566,'action created','2021-02-02 04:08:56','2021-02-01 20:08:56'),(73966,27566,'action started via WP Cron','2021-02-02 04:13:12','2021-02-01 20:13:12'),(73967,27566,'action complete via WP Cron','2021-02-02 04:13:12','2021-02-01 20:13:12'),(73968,27567,'action created','2021-02-02 04:13:12','2021-02-01 20:13:12'),(73969,27567,'action started via WP Cron','2021-02-02 04:13:54','2021-02-01 20:13:54'),(73970,27567,'action complete via WP Cron','2021-02-02 04:13:54','2021-02-01 20:13:54'),(73971,27568,'action created','2021-02-02 04:13:54','2021-02-01 20:13:54'),(73972,27568,'action started via WP Cron','2021-02-02 04:14:57','2021-02-01 20:14:57'),(73973,27568,'action complete via WP Cron','2021-02-02 04:14:57','2021-02-01 20:14:57'),(73974,27569,'action created','2021-02-02 04:14:58','2021-02-01 20:14:58'),(73975,27569,'action started via WP Cron','2021-02-02 04:15:58','2021-02-01 20:15:58'),(73976,27569,'action complete via WP Cron','2021-02-02 04:15:58','2021-02-01 20:15:58'),(73977,27570,'action created','2021-02-02 04:15:59','2021-02-01 20:15:59'),(73978,27570,'action started via WP Cron','2021-02-02 04:17:15','2021-02-01 20:17:15'),(73979,27570,'action complete via WP Cron','2021-02-02 04:17:15','2021-02-01 20:17:15'),(73980,27571,'action created','2021-02-02 04:17:15','2021-02-01 20:17:15'),(73981,27571,'action started via WP Cron','2021-02-02 04:21:26','2021-02-01 20:21:26'),(73982,27571,'action complete via WP Cron','2021-02-02 04:21:26','2021-02-01 20:21:26'),(73983,27572,'action created','2021-02-02 04:21:26','2021-02-01 20:21:26'),(73984,27572,'action started via WP Cron','2021-02-02 04:24:12','2021-02-01 20:24:12'),(73985,27572,'action complete via WP Cron','2021-02-02 04:24:12','2021-02-01 20:24:12'),(73986,27573,'action created','2021-02-02 04:24:12','2021-02-01 20:24:12'),(73987,27573,'action started via WP Cron','2021-02-02 04:27:09','2021-02-01 20:27:09'),(73988,27573,'action complete via WP Cron','2021-02-02 04:27:09','2021-02-01 20:27:09'),(73989,27574,'action created','2021-02-02 04:27:10','2021-02-01 20:27:10'),(73990,27574,'action started via WP Cron','2021-02-02 04:30:55','2021-02-01 20:30:55'),(73991,27574,'action complete via WP Cron','2021-02-02 04:30:55','2021-02-01 20:30:55'),(73992,27575,'action created','2021-02-02 04:30:55','2021-02-01 20:30:55'),(73993,27575,'action started via WP Cron','2021-02-02 04:33:14','2021-02-01 20:33:14'),(73994,27575,'action complete via WP Cron','2021-02-02 04:33:14','2021-02-01 20:33:14'),(73995,27576,'action created','2021-02-02 04:33:14','2021-02-01 20:33:14'),(73996,27576,'action started via WP Cron','2021-02-02 04:36:05','2021-02-01 20:36:05'),(73997,27576,'action complete via WP Cron','2021-02-02 04:36:05','2021-02-01 20:36:05'),(73998,27577,'action created','2021-02-02 04:36:05','2021-02-01 20:36:05'),(73999,27577,'action started via WP Cron','2021-02-02 04:39:21','2021-02-01 20:39:21'),(74000,27577,'action complete via WP Cron','2021-02-02 04:39:21','2021-02-01 20:39:21'),(74001,27578,'action created','2021-02-02 04:39:21','2021-02-01 20:39:21'),(74002,27578,'action started via WP Cron','2021-02-02 04:42:38','2021-02-01 20:42:38'),(74003,27578,'action complete via WP Cron','2021-02-02 04:42:38','2021-02-01 20:42:38'),(74004,27579,'action created','2021-02-02 04:42:38','2021-02-01 20:42:38'),(74005,27579,'action started via WP Cron','2021-02-02 04:45:00','2021-02-01 20:45:00'),(74006,27579,'action complete via WP Cron','2021-02-02 04:45:00','2021-02-01 20:45:00'),(74007,27580,'action created','2021-02-02 04:45:00','2021-02-01 20:45:00'),(74008,27580,'action started via WP Cron','2021-02-02 04:48:00','2021-02-01 20:48:00'),(74009,27580,'action complete via WP Cron','2021-02-02 04:48:00','2021-02-01 20:48:00'),(74010,27581,'action created','2021-02-02 04:48:00','2021-02-01 20:48:00'),(74011,27581,'action started via WP Cron','2021-02-02 04:49:21','2021-02-01 20:49:21'),(74012,27581,'action complete via WP Cron','2021-02-02 04:49:21','2021-02-01 20:49:21'),(74013,27582,'action created','2021-02-02 04:49:22','2021-02-01 20:49:22'),(74014,27582,'action started via WP Cron','2021-02-02 04:49:44','2021-02-01 20:49:44'),(74015,27582,'action complete via WP Cron','2021-02-02 04:49:44','2021-02-01 20:49:44'),(74016,27583,'action created','2021-02-02 04:49:44','2021-02-01 20:49:44'),(74017,27583,'action started via WP Cron','2021-02-02 04:51:15','2021-02-01 20:51:15'),(74018,27583,'action complete via WP Cron','2021-02-02 04:51:15','2021-02-01 20:51:15'),(74019,27584,'action created','2021-02-02 04:51:15','2021-02-01 20:51:15'),(74020,27584,'action started via WP Cron','2021-02-02 04:54:00','2021-02-01 20:54:00'),(74021,27584,'action complete via WP Cron','2021-02-02 04:54:00','2021-02-01 20:54:00'),(74022,27585,'action created','2021-02-02 04:54:00','2021-02-01 20:54:00'),(74023,27585,'action started via WP Cron','2021-02-02 04:55:14','2021-02-01 20:55:14'),(74024,27585,'action complete via WP Cron','2021-02-02 04:55:14','2021-02-01 20:55:14'),(74025,27586,'action created','2021-02-02 04:55:14','2021-02-01 20:55:14'),(74026,27586,'action started via WP Cron','2021-02-02 04:56:01','2021-02-01 20:56:01'),(74027,27586,'action complete via WP Cron','2021-02-02 04:56:01','2021-02-01 20:56:01'),(74028,27587,'action created','2021-02-02 04:56:01','2021-02-01 20:56:01'),(74029,27587,'action started via WP Cron','2021-02-02 04:57:02','2021-02-01 20:57:02'),(74030,27587,'action complete via WP Cron','2021-02-02 04:57:02','2021-02-01 20:57:02'),(74031,27588,'action created','2021-02-02 04:57:02','2021-02-01 20:57:02'),(74032,27588,'action started via WP Cron','2021-02-02 04:58:03','2021-02-01 20:58:03'),(74033,27588,'action complete via WP Cron','2021-02-02 04:58:03','2021-02-01 20:58:03'),(74034,27589,'action created','2021-02-02 04:58:03','2021-02-01 20:58:03'),(74035,27589,'action started via WP Cron','2021-02-02 04:59:07','2021-02-01 20:59:07'),(74036,27589,'action complete via WP Cron','2021-02-02 04:59:07','2021-02-01 20:59:07'),(74037,27590,'action created','2021-02-02 04:59:07','2021-02-01 20:59:07'),(74038,27590,'action started via WP Cron','2021-02-02 05:00:05','2021-02-01 21:00:05'),(74039,27590,'action complete via WP Cron','2021-02-02 05:00:05','2021-02-01 21:00:05'),(74040,27591,'action created','2021-02-02 05:00:05','2021-02-01 21:00:05'),(74041,27591,'action started via WP Cron','2021-02-02 05:01:06','2021-02-01 21:01:06'),(74042,27591,'action complete via WP Cron','2021-02-02 05:01:06','2021-02-01 21:01:06'),(74043,27592,'action created','2021-02-02 05:01:06','2021-02-01 21:01:06'),(74044,27592,'action started via WP Cron','2021-02-02 05:03:29','2021-02-01 21:03:29'),(74045,27592,'action complete via WP Cron','2021-02-02 05:03:29','2021-02-01 21:03:29'),(74046,27593,'action created','2021-02-02 05:03:29','2021-02-01 21:03:29'),(74047,27593,'action started via WP Cron','2021-02-02 05:06:10','2021-02-01 21:06:10'),(74048,27593,'action complete via WP Cron','2021-02-02 05:06:10','2021-02-01 21:06:10'),(74049,27594,'action created','2021-02-02 05:06:10','2021-02-01 21:06:10'),(74050,27594,'action started via WP Cron','2021-02-02 05:06:41','2021-02-01 21:06:41'),(74051,27594,'action complete via WP Cron','2021-02-02 05:06:41','2021-02-01 21:06:41'),(74052,27595,'action created','2021-02-02 05:06:41','2021-02-01 21:06:41'),(74053,27595,'action started via WP Cron','2021-02-02 05:07:53','2021-02-01 21:07:53'),(74054,27595,'action complete via WP Cron','2021-02-02 05:07:53','2021-02-01 21:07:53'),(74055,27596,'action created','2021-02-02 05:07:53','2021-02-01 21:07:53'),(74056,27596,'action started via WP Cron','2021-02-02 05:09:19','2021-02-01 21:09:19'),(74057,27596,'action complete via WP Cron','2021-02-02 05:09:19','2021-02-01 21:09:19'),(74058,27597,'action created','2021-02-02 05:09:19','2021-02-01 21:09:19'),(74059,27597,'action started via WP Cron','2021-02-02 05:11:33','2021-02-01 21:11:33'),(74060,27597,'action complete via WP Cron','2021-02-02 05:11:33','2021-02-01 21:11:33'),(74061,27598,'action created','2021-02-02 05:11:33','2021-02-01 21:11:33'),(74062,27598,'action started via WP Cron','2021-02-02 05:12:44','2021-02-01 21:12:44'),(74063,27598,'action complete via WP Cron','2021-02-02 05:12:44','2021-02-01 21:12:44'),(74064,27599,'action created','2021-02-02 05:12:44','2021-02-01 21:12:44'),(74065,27599,'action started via WP Cron','2021-02-02 05:13:44','2021-02-01 21:13:44'),(74066,27599,'action complete via WP Cron','2021-02-02 05:13:44','2021-02-01 21:13:44'),(74067,27600,'action created','2021-02-02 05:13:44','2021-02-01 21:13:44'),(74068,27600,'action started via WP Cron','2021-02-02 05:14:45','2021-02-01 21:14:45'),(74069,27600,'action complete via WP Cron','2021-02-02 05:14:45','2021-02-01 21:14:45'),(74070,27601,'action created','2021-02-02 05:14:45','2021-02-01 21:14:45'),(74071,27601,'action started via WP Cron','2021-02-02 05:15:41','2021-02-01 21:15:41'),(74072,27601,'action complete via WP Cron','2021-02-02 05:15:41','2021-02-01 21:15:41'),(74073,27602,'action created','2021-02-02 05:15:41','2021-02-01 21:15:41'),(74074,27602,'action started via WP Cron','2021-02-02 05:16:56','2021-02-01 21:16:56'),(74075,27602,'action complete via WP Cron','2021-02-02 05:16:56','2021-02-01 21:16:56'),(74076,27603,'action created','2021-02-02 05:16:56','2021-02-01 21:16:56'),(74077,27603,'action started via WP Cron','2021-02-02 05:17:46','2021-02-01 21:17:46'),(74078,27603,'action complete via WP Cron','2021-02-02 05:17:46','2021-02-01 21:17:46'),(74079,27604,'action created','2021-02-02 05:17:46','2021-02-01 21:17:46'),(74080,27604,'action started via WP Cron','2021-02-02 05:18:47','2021-02-01 21:18:47'),(74081,27604,'action complete via WP Cron','2021-02-02 05:18:47','2021-02-01 21:18:47'),(74082,27605,'action created','2021-02-02 05:18:47','2021-02-01 21:18:47'),(74083,27605,'action started via WP Cron','2021-02-02 05:19:43','2021-02-01 21:19:43'),(74084,27605,'action complete via WP Cron','2021-02-02 05:19:43','2021-02-01 21:19:43'),(74085,27606,'action created','2021-02-02 05:19:43','2021-02-01 21:19:43'),(74086,27606,'action started via WP Cron','2021-02-02 05:20:46','2021-02-01 21:20:46'),(74087,27606,'action complete via WP Cron','2021-02-02 05:20:46','2021-02-01 21:20:46'),(74088,27607,'action created','2021-02-02 05:20:46','2021-02-01 21:20:46'),(74089,27607,'action started via WP Cron','2021-02-02 05:21:42','2021-02-01 21:21:42'),(74090,27607,'action complete via WP Cron','2021-02-02 05:21:42','2021-02-01 21:21:42'),(74091,27608,'action created','2021-02-02 05:21:48','2021-02-01 21:21:48'),(74092,27608,'action started via WP Cron','2021-02-02 05:22:44','2021-02-01 21:22:44'),(74093,27608,'action complete via WP Cron','2021-02-02 05:22:44','2021-02-01 21:22:44'),(74094,27609,'action created','2021-02-02 05:22:44','2021-02-01 21:22:44'),(74095,27609,'action started via WP Cron','2021-02-02 05:23:41','2021-02-01 21:23:41'),(74096,27609,'action complete via WP Cron','2021-02-02 05:23:41','2021-02-01 21:23:41'),(74097,27610,'action created','2021-02-02 05:23:41','2021-02-01 21:23:41'),(74098,27610,'action started via WP Cron','2021-02-02 05:25:03','2021-02-01 21:25:03'),(74099,27610,'action complete via WP Cron','2021-02-02 05:25:03','2021-02-01 21:25:03'),(74100,27611,'action created','2021-02-02 05:25:03','2021-02-01 21:25:03'),(74101,27611,'action started via WP Cron','2021-02-02 05:27:04','2021-02-01 21:27:04'),(74102,27611,'action complete via WP Cron','2021-02-02 05:27:04','2021-02-01 21:27:04'),(74103,27612,'action created','2021-02-02 05:27:04','2021-02-01 21:27:04'),(74104,27612,'action started via WP Cron','2021-02-02 05:31:01','2021-02-01 21:31:01'),(74105,27612,'action complete via WP Cron','2021-02-02 05:31:01','2021-02-01 21:31:01'),(74106,27613,'action created','2021-02-02 05:31:01','2021-02-01 21:31:01'),(74107,27613,'action started via WP Cron','2021-02-02 05:33:23','2021-02-01 21:33:23'),(74108,27613,'action complete via WP Cron','2021-02-02 05:33:23','2021-02-01 21:33:23'),(74109,27614,'action created','2021-02-02 05:33:23','2021-02-01 21:33:23'),(74110,27614,'action started via WP Cron','2021-02-02 05:36:05','2021-02-01 21:36:05'),(74111,27614,'action complete via WP Cron','2021-02-02 05:36:05','2021-02-01 21:36:05'),(74112,27615,'action created','2021-02-02 05:36:05','2021-02-01 21:36:05'),(74113,27615,'action started via WP Cron','2021-02-02 05:38:32','2021-02-01 21:38:32'),(74114,27615,'action complete via WP Cron','2021-02-02 05:38:32','2021-02-01 21:38:32'),(74115,27616,'action created','2021-02-02 05:38:32','2021-02-01 21:38:32'),(74116,27616,'action started via WP Cron','2021-02-02 05:42:01','2021-02-01 21:42:01'),(74117,27616,'action complete via WP Cron','2021-02-02 05:42:01','2021-02-01 21:42:01'),(74118,27617,'action created','2021-02-02 05:42:01','2021-02-01 21:42:01'),(74119,27617,'action started via WP Cron','2021-02-02 05:42:49','2021-02-01 21:42:49'),(74120,27617,'action complete via WP Cron','2021-02-02 05:42:49','2021-02-01 21:42:49'),(74121,27618,'action created','2021-02-02 05:42:49','2021-02-01 21:42:49'),(74122,27618,'action started via WP Cron','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74123,27618,'action complete via WP Cron','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74124,26831,'action started via WP Cron','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74125,26831,'action complete via WP Cron','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74126,27619,'action created','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74127,27620,'action created','2021-02-02 05:43:53','2021-02-01 21:43:53'),(74128,27620,'action started via WP Cron','2021-02-02 05:45:04','2021-02-01 21:45:04'),(74129,27620,'action complete via WP Cron','2021-02-02 05:45:04','2021-02-01 21:45:04'),(74130,27621,'action created','2021-02-02 05:45:04','2021-02-01 21:45:04'),(74131,27621,'action started via WP Cron','2021-02-02 05:47:07','2021-02-01 21:47:07'),(74132,27621,'action complete via WP Cron','2021-02-02 05:47:07','2021-02-01 21:47:07'),(74133,27622,'action created','2021-02-02 05:47:07','2021-02-01 21:47:07'),(74134,27622,'action started via WP Cron','2021-02-02 05:50:22','2021-02-01 21:50:22'),(74135,27622,'action complete via WP Cron','2021-02-02 05:50:22','2021-02-01 21:50:22'),(74136,27623,'action created','2021-02-02 05:50:22','2021-02-01 21:50:22'),(74137,27623,'action started via WP Cron','2021-02-02 05:53:40','2021-02-01 21:53:40'),(74138,27623,'action complete via WP Cron','2021-02-02 05:53:40','2021-02-01 21:53:40'),(74139,27624,'action created','2021-02-02 05:53:40','2021-02-01 21:53:40'),(74140,27624,'action started via WP Cron','2021-02-02 05:56:42','2021-02-01 21:56:42'),(74141,27624,'action complete via WP Cron','2021-02-02 05:56:42','2021-02-01 21:56:42'),(74142,27625,'action created','2021-02-02 05:56:42','2021-02-01 21:56:42'),(74143,27625,'action started via WP Cron','2021-02-02 06:00:59','2021-02-01 22:00:59'),(74144,27625,'action complete via WP Cron','2021-02-02 06:00:59','2021-02-01 22:00:59'),(74145,27626,'action created','2021-02-02 06:00:59','2021-02-01 22:00:59'),(74146,27626,'action started via WP Cron','2021-02-02 06:02:06','2021-02-01 22:02:06'),(74147,27626,'action complete via WP Cron','2021-02-02 06:02:06','2021-02-01 22:02:06'),(74148,27627,'action created','2021-02-02 06:02:06','2021-02-01 22:02:06'),(74149,27627,'action started via WP Cron','2021-02-02 06:03:07','2021-02-01 22:03:07'),(74150,27627,'action complete via WP Cron','2021-02-02 06:03:07','2021-02-01 22:03:07'),(74151,27628,'action created','2021-02-02 06:03:07','2021-02-01 22:03:07'),(74152,27628,'action started via WP Cron','2021-02-02 06:04:24','2021-02-01 22:04:24'),(74153,27628,'action complete via WP Cron','2021-02-02 06:04:24','2021-02-01 22:04:24'),(74154,27629,'action created','2021-02-02 06:04:24','2021-02-01 22:04:24'),(74155,27629,'action started via WP Cron','2021-02-02 06:05:09','2021-02-01 22:05:09'),(74156,27629,'action complete via WP Cron','2021-02-02 06:05:09','2021-02-01 22:05:09'),(74157,27630,'action created','2021-02-02 06:05:09','2021-02-01 22:05:09'),(74158,27630,'action started via WP Cron','2021-02-02 06:06:04','2021-02-01 22:06:04'),(74159,27630,'action complete via WP Cron','2021-02-02 06:06:04','2021-02-01 22:06:04'),(74160,27631,'action created','2021-02-02 06:06:04','2021-02-01 22:06:04'),(74161,27631,'action started via WP Cron','2021-02-02 06:07:05','2021-02-01 22:07:05'),(74162,27631,'action complete via WP Cron','2021-02-02 06:07:05','2021-02-01 22:07:05'),(74163,27632,'action created','2021-02-02 06:07:05','2021-02-01 22:07:05'),(74164,27632,'action started via WP Cron','2021-02-02 06:08:58','2021-02-01 22:08:58'),(74165,27632,'action complete via WP Cron','2021-02-02 06:08:58','2021-02-01 22:08:58'),(74166,27633,'action created','2021-02-02 06:08:58','2021-02-01 22:08:58'),(74167,27633,'action started via WP Cron','2021-02-02 06:10:39','2021-02-01 22:10:39'),(74168,27633,'action complete via WP Cron','2021-02-02 06:10:39','2021-02-01 22:10:39'),(74169,27634,'action created','2021-02-02 06:10:39','2021-02-01 22:10:39'),(74170,27634,'action started via WP Cron','2021-02-02 06:13:56','2021-02-01 22:13:56'),(74171,27634,'action complete via WP Cron','2021-02-02 06:13:56','2021-02-01 22:13:56'),(74172,27635,'action created','2021-02-02 06:13:56','2021-02-01 22:13:56'),(74173,27635,'action started via WP Cron','2021-02-02 06:15:13','2021-02-01 22:15:13'),(74174,27635,'action complete via WP Cron','2021-02-02 06:15:13','2021-02-01 22:15:13'),(74175,27636,'action created','2021-02-02 06:15:13','2021-02-01 22:15:13'),(74176,27636,'action started via WP Cron','2021-02-02 06:16:19','2021-02-01 22:16:19'),(74177,27636,'action complete via WP Cron','2021-02-02 06:16:19','2021-02-01 22:16:19'),(74178,27637,'action created','2021-02-02 06:16:19','2021-02-01 22:16:19'),(74179,27637,'action started via WP Cron','2021-02-02 06:19:02','2021-02-01 22:19:02'),(74180,27637,'action complete via WP Cron','2021-02-02 06:19:02','2021-02-01 22:19:02'),(74181,27638,'action created','2021-02-02 06:19:03','2021-02-01 22:19:03'),(74182,27638,'action started via WP Cron','2021-02-02 06:19:53','2021-02-01 22:19:53'),(74183,27638,'action complete via WP Cron','2021-02-02 06:19:53','2021-02-01 22:19:53'),(74184,27639,'action created','2021-02-02 06:19:53','2021-02-01 22:19:53'),(74185,27639,'action started via WP Cron','2021-02-02 06:21:01','2021-02-01 22:21:01'),(74186,27639,'action complete via WP Cron','2021-02-02 06:21:01','2021-02-01 22:21:01'),(74187,27640,'action created','2021-02-02 06:21:02','2021-02-01 22:21:02'),(74188,27640,'action started via WP Cron','2021-02-02 06:22:03','2021-02-01 22:22:03'),(74189,27640,'action complete via WP Cron','2021-02-02 06:22:03','2021-02-01 22:22:03'),(74190,27641,'action created','2021-02-02 06:22:03','2021-02-01 22:22:03'),(74191,27641,'action started via WP Cron','2021-02-02 06:23:45','2021-02-01 22:23:45'),(74192,27641,'action complete via WP Cron','2021-02-02 06:23:45','2021-02-01 22:23:45'),(74193,27642,'action created','2021-02-02 06:23:45','2021-02-01 22:23:45'),(74194,27642,'action started via WP Cron','2021-02-02 06:24:44','2021-02-01 22:24:44'),(74195,27642,'action complete via WP Cron','2021-02-02 06:24:44','2021-02-01 22:24:44'),(74196,27643,'action created','2021-02-02 06:24:44','2021-02-01 22:24:44'),(74197,27643,'action started via WP Cron','2021-02-02 06:25:45','2021-02-01 22:25:45'),(74198,27643,'action complete via WP Cron','2021-02-02 06:25:45','2021-02-01 22:25:45'),(74199,27644,'action created','2021-02-02 06:25:45','2021-02-01 22:25:45'),(74200,27644,'action started via WP Cron','2021-02-02 06:28:42','2021-02-01 22:28:42'),(74201,27644,'action complete via WP Cron','2021-02-02 06:28:42','2021-02-01 22:28:42'),(74202,27645,'action created','2021-02-02 06:28:42','2021-02-01 22:28:42'),(74203,27645,'action started via WP Cron','2021-02-02 06:30:53','2021-02-01 22:30:53'),(74204,27645,'action complete via WP Cron','2021-02-02 06:30:53','2021-02-01 22:30:53'),(74205,27646,'action created','2021-02-02 06:30:53','2021-02-01 22:30:53'),(74206,27646,'action started via WP Cron','2021-02-02 06:31:55','2021-02-01 22:31:55'),(74207,27646,'action complete via WP Cron','2021-02-02 06:31:55','2021-02-01 22:31:55'),(74208,27647,'action created','2021-02-02 06:31:55','2021-02-01 22:31:55'),(74209,27647,'action started via WP Cron','2021-02-02 06:35:09','2021-02-01 22:35:09'),(74210,27647,'action complete via WP Cron','2021-02-02 06:35:09','2021-02-01 22:35:09'),(74211,27648,'action created','2021-02-02 06:35:10','2021-02-01 22:35:10'),(74212,27648,'action started via WP Cron','2021-02-02 06:36:52','2021-02-01 22:36:52'),(74213,27648,'action complete via WP Cron','2021-02-02 06:36:52','2021-02-01 22:36:52'),(74214,27649,'action created','2021-02-02 06:36:52','2021-02-01 22:36:52'),(74215,27649,'action started via WP Cron','2021-02-02 06:37:44','2021-02-01 22:37:44'),(74216,27649,'action complete via WP Cron','2021-02-02 06:37:44','2021-02-01 22:37:44'),(74217,27650,'action created','2021-02-02 06:38:16','2021-02-01 22:38:16'),(74218,27650,'action started via WP Cron','2021-02-02 06:41:27','2021-02-01 22:41:27'),(74219,27650,'action complete via WP Cron','2021-02-02 06:41:27','2021-02-01 22:41:27'),(74220,27651,'action created','2021-02-02 06:41:27','2021-02-01 22:41:27'),(74221,27651,'action started via WP Cron','2021-02-02 06:44:14','2021-02-01 22:44:14'),(74222,27651,'action complete via WP Cron','2021-02-02 06:44:14','2021-02-01 22:44:14'),(74223,27652,'action created','2021-02-02 06:44:14','2021-02-01 22:44:14'),(74224,27652,'action started via WP Cron','2021-02-02 06:47:03','2021-02-01 22:47:03'),(74225,27652,'action complete via WP Cron','2021-02-02 06:47:03','2021-02-01 22:47:03'),(74226,27653,'action created','2021-02-02 06:47:03','2021-02-01 22:47:03'),(74227,27653,'action started via WP Cron','2021-02-02 06:50:42','2021-02-01 22:50:42'),(74228,27653,'action complete via WP Cron','2021-02-02 06:50:42','2021-02-01 22:50:42'),(74229,27654,'action created','2021-02-02 06:50:43','2021-02-01 22:50:43'),(74230,27654,'action started via WP Cron','2021-02-02 06:53:00','2021-02-01 22:53:00'),(74231,27654,'action complete via WP Cron','2021-02-02 06:53:00','2021-02-01 22:53:00'),(74232,27655,'action created','2021-02-02 06:53:00','2021-02-01 22:53:00'),(74233,27655,'action started via WP Cron','2021-02-02 06:55:37','2021-02-01 22:55:37'),(74234,27655,'action complete via WP Cron','2021-02-02 06:55:37','2021-02-01 22:55:37'),(74235,27656,'action created','2021-02-02 06:55:37','2021-02-01 22:55:37'),(74239,27657,'action started via WP Cron','2021-02-02 07:01:17','2021-02-01 23:01:17'),(74240,27657,'action complete via WP Cron','2021-02-02 07:01:17','2021-02-01 23:01:17'),(74241,27658,'action created','2021-02-02 07:01:17','2021-02-01 23:01:17'),(74242,27658,'action started via WP Cron','2021-02-02 07:01:48','2021-02-01 23:01:48'),(74243,27658,'action complete via WP Cron','2021-02-02 07:01:48','2021-02-01 23:01:48'),(74244,27659,'action created','2021-02-02 07:01:48','2021-02-01 23:01:48'),(74245,27659,'action started via WP Cron','2021-02-02 07:02:49','2021-02-01 23:02:49'),(74246,27659,'action complete via WP Cron','2021-02-02 07:02:49','2021-02-01 23:02:49'),(74247,27660,'action created','2021-02-02 07:02:49','2021-02-01 23:02:49'),(74248,27660,'action started via WP Cron','2021-02-02 07:03:43','2021-02-01 23:03:43'),(74249,27660,'action complete via WP Cron','2021-02-02 07:03:43','2021-02-01 23:03:43'),(74250,27661,'action created','2021-02-02 07:03:43','2021-02-01 23:03:43'),(74251,27661,'action started via WP Cron','2021-02-02 07:05:52','2021-02-01 23:05:52'),(74252,27661,'action complete via WP Cron','2021-02-02 07:05:52','2021-02-01 23:05:52'),(74253,27662,'action created','2021-02-02 07:05:52','2021-02-01 23:05:52'),(74254,27662,'action started via WP Cron','2021-02-02 07:06:54','2021-02-01 23:06:54'),(74255,27662,'action complete via WP Cron','2021-02-02 07:06:54','2021-02-01 23:06:54'),(74256,27663,'action created','2021-02-02 07:06:54','2021-02-01 23:06:54'),(74257,27663,'action started via WP Cron','2021-02-02 07:07:56','2021-02-01 23:07:56'),(74258,27663,'action complete via WP Cron','2021-02-02 07:07:56','2021-02-01 23:07:56'),(74259,27664,'action created','2021-02-02 07:07:56','2021-02-01 23:07:56'),(74260,27664,'action started via WP Cron','2021-02-02 07:08:48','2021-02-01 23:08:48'),(74261,27664,'action complete via WP Cron','2021-02-02 07:08:48','2021-02-01 23:08:48'),(74262,27665,'action created','2021-02-02 07:08:49','2021-02-01 23:08:49'),(74263,27665,'action started via WP Cron','2021-02-02 07:10:21','2021-02-01 23:10:21'),(74264,27665,'action complete via WP Cron','2021-02-02 07:10:21','2021-02-01 23:10:21'),(74265,27666,'action created','2021-02-02 07:10:22','2021-02-01 23:10:22'),(74266,27666,'action started via WP Cron','2021-02-02 07:11:24','2021-02-01 23:11:24'),(74267,27666,'action complete via WP Cron','2021-02-02 07:11:24','2021-02-01 23:11:24'),(74268,27667,'action created','2021-02-02 07:11:24','2021-02-01 23:11:24'),(74269,27667,'action started via WP Cron','2021-02-02 07:14:08','2021-02-01 23:14:08'),(74270,27667,'action complete via WP Cron','2021-02-02 07:14:08','2021-02-01 23:14:08'),(74271,27668,'action created','2021-02-02 07:14:08','2021-02-01 23:14:08'),(74272,27668,'action started via WP Cron','2021-02-02 07:17:13','2021-02-01 23:17:13'),(74273,27668,'action complete via WP Cron','2021-02-02 07:17:13','2021-02-01 23:17:13'),(74274,27669,'action created','2021-02-02 07:17:13','2021-02-01 23:17:13'),(74275,27669,'action started via WP Cron','2021-02-02 07:21:08','2021-02-01 23:21:08'),(74276,27669,'action complete via WP Cron','2021-02-02 07:21:08','2021-02-01 23:21:08'),(74277,27670,'action created','2021-02-02 07:21:08','2021-02-01 23:21:08'),(74278,27670,'action started via WP Cron','2021-02-02 07:22:02','2021-02-01 23:22:02'),(74279,27670,'action complete via WP Cron','2021-02-02 07:22:02','2021-02-01 23:22:02'),(74280,27671,'action created','2021-02-02 07:22:02','2021-02-01 23:22:02'),(74281,27671,'action started via WP Cron','2021-02-02 07:23:03','2021-02-01 23:23:03'),(74282,27671,'action complete via WP Cron','2021-02-02 07:23:03','2021-02-01 23:23:03'),(74283,27672,'action created','2021-02-02 07:23:03','2021-02-01 23:23:03'),(74284,27672,'action started via WP Cron','2021-02-02 07:25:12','2021-02-01 23:25:12'),(74285,27672,'action complete via WP Cron','2021-02-02 07:25:12','2021-02-01 23:25:12'),(74286,27673,'action created','2021-02-02 07:25:12','2021-02-01 23:25:12'),(74287,27673,'action started via WP Cron','2021-02-02 07:27:26','2021-02-01 23:27:26'),(74288,27673,'action complete via WP Cron','2021-02-02 07:27:26','2021-02-01 23:27:26'),(74289,27674,'action created','2021-02-02 07:27:26','2021-02-01 23:27:26'),(74290,27674,'action started via WP Cron','2021-02-02 07:30:07','2021-02-01 23:30:07'),(74291,27674,'action complete via WP Cron','2021-02-02 07:30:07','2021-02-01 23:30:07'),(74292,27675,'action created','2021-02-02 07:30:08','2021-02-01 23:30:08'),(74293,27675,'action started via WP Cron','2021-02-02 07:30:49','2021-02-01 23:30:49'),(74294,27675,'action complete via WP Cron','2021-02-02 07:30:49','2021-02-01 23:30:49'),(74295,27676,'action created','2021-02-02 07:30:49','2021-02-01 23:30:49'),(74296,27676,'action started via WP Cron','2021-02-02 07:34:14','2021-02-01 23:34:14'),(74297,27676,'action complete via WP Cron','2021-02-02 07:34:14','2021-02-01 23:34:14'),(74298,27677,'action created','2021-02-02 07:34:15','2021-02-01 23:34:15'),(74299,27677,'action started via WP Cron','2021-02-02 07:35:12','2021-02-01 23:35:12'),(74300,27677,'action complete via WP Cron','2021-02-02 07:35:12','2021-02-01 23:35:12'),(74301,27678,'action created','2021-02-02 07:35:12','2021-02-01 23:35:12'),(74302,27678,'action started via WP Cron','2021-02-02 07:35:43','2021-02-01 23:35:43'),(74303,27678,'action complete via WP Cron','2021-02-02 07:35:43','2021-02-01 23:35:43'),(74304,27679,'action created','2021-02-02 07:35:43','2021-02-01 23:35:43'),(74305,27679,'action started via WP Cron','2021-02-02 07:37:33','2021-02-01 23:37:33'),(74306,27679,'action complete via WP Cron','2021-02-02 07:37:33','2021-02-01 23:37:33'),(74307,27680,'action created','2021-02-02 07:37:33','2021-02-01 23:37:33'),(74308,27680,'action started via WP Cron','2021-02-02 07:38:36','2021-02-01 23:38:36'),(74309,27680,'action complete via WP Cron','2021-02-02 07:38:36','2021-02-01 23:38:36'),(74310,27681,'action created','2021-02-02 07:38:36','2021-02-01 23:38:36'),(74311,27681,'action started via WP Cron','2021-02-02 07:40:46','2021-02-01 23:40:46'),(74312,27681,'action complete via WP Cron','2021-02-02 07:40:46','2021-02-01 23:40:46'),(74313,27682,'action created','2021-02-02 07:40:46','2021-02-01 23:40:46'),(74314,27682,'action started via WP Cron','2021-02-02 07:43:13','2021-02-01 23:43:13'),(74315,27682,'action complete via WP Cron','2021-02-02 07:43:13','2021-02-01 23:43:13'),(74316,27683,'action created','2021-02-02 07:43:13','2021-02-01 23:43:13'),(74317,27683,'action started via WP Cron','2021-02-02 07:45:08','2021-02-01 23:45:08'),(74318,27683,'action complete via WP Cron','2021-02-02 07:45:08','2021-02-01 23:45:08'),(74319,27684,'action created','2021-02-02 07:45:08','2021-02-01 23:45:08'),(74320,27684,'action started via WP Cron','2021-02-02 07:47:16','2021-02-01 23:47:16'),(74321,27684,'action complete via WP Cron','2021-02-02 07:47:16','2021-02-01 23:47:16'),(74322,27685,'action created','2021-02-02 07:47:17','2021-02-01 23:47:17'),(74323,27685,'action started via WP Cron','2021-02-02 07:50:14','2021-02-01 23:50:14'),(74324,27685,'action complete via WP Cron','2021-02-02 07:50:14','2021-02-01 23:50:14'),(74325,27686,'action created','2021-02-02 07:50:14','2021-02-01 23:50:14'),(74326,27686,'action started via WP Cron','2021-02-02 07:52:16','2021-02-01 23:52:16'),(74327,27686,'action complete via WP Cron','2021-02-02 07:52:16','2021-02-01 23:52:16'),(74328,27687,'action created','2021-02-02 07:52:16','2021-02-01 23:52:16'),(74329,27687,'action started via WP Cron','2021-02-02 07:52:42','2021-02-01 23:52:42'),(74330,27687,'action complete via WP Cron','2021-02-02 07:52:42','2021-02-01 23:52:42'),(74331,27688,'action created','2021-02-02 07:52:42','2021-02-01 23:52:42'),(74332,27688,'action started via WP Cron','2021-02-02 07:55:01','2021-02-01 23:55:01'),(74333,27688,'action complete via WP Cron','2021-02-02 07:55:01','2021-02-01 23:55:01'),(74334,27689,'action created','2021-02-02 07:55:01','2021-02-01 23:55:01'),(74335,27689,'action started via WP Cron','2021-02-02 07:57:07','2021-02-01 23:57:07'),(74336,27689,'action complete via WP Cron','2021-02-02 07:57:07','2021-02-01 23:57:07'),(74337,27690,'action created','2021-02-02 07:57:07','2021-02-01 23:57:07'),(74338,27690,'action started via WP Cron','2021-02-02 08:00:36','2021-02-02 00:00:36'),(74339,27690,'action complete via WP Cron','2021-02-02 08:00:36','2021-02-02 00:00:36'),(74340,27691,'action created','2021-02-02 08:00:36','2021-02-02 00:00:36'),(74341,27691,'action started via WP Cron','2021-02-02 08:03:00','2021-02-02 00:03:00'),(74342,27691,'action complete via WP Cron','2021-02-02 08:03:00','2021-02-02 00:03:00'),(74343,27692,'action created','2021-02-02 08:03:00','2021-02-02 00:03:00'),(74344,27692,'action started via WP Cron','2021-02-02 08:05:22','2021-02-02 00:05:22'),(74345,27692,'action complete via WP Cron','2021-02-02 08:05:22','2021-02-02 00:05:22'),(74346,27693,'action created','2021-02-02 08:05:23','2021-02-02 00:05:23'),(74347,27693,'action started via WP Cron','2021-02-02 08:07:06','2021-02-02 00:07:06'),(74348,27693,'action complete via WP Cron','2021-02-02 08:07:06','2021-02-02 00:07:06'),(74349,27694,'action created','2021-02-02 08:07:06','2021-02-02 00:07:06'),(74350,27694,'action started via WP Cron','2021-02-02 08:08:09','2021-02-02 00:08:09'),(74351,27694,'action complete via WP Cron','2021-02-02 08:08:09','2021-02-02 00:08:09'),(74352,27695,'action created','2021-02-02 08:08:09','2021-02-02 00:08:09'),(74353,27695,'action started via WP Cron','2021-02-02 08:10:31','2021-02-02 00:10:31'),(74354,27695,'action complete via WP Cron','2021-02-02 08:10:31','2021-02-02 00:10:31'),(74355,27696,'action created','2021-02-02 08:10:52','2021-02-02 00:10:52'),(74356,27696,'action started via WP Cron','2021-02-02 08:12:04','2021-02-02 00:12:04'),(74357,27696,'action complete via WP Cron','2021-02-02 08:12:04','2021-02-02 00:12:04'),(74358,27697,'action created','2021-02-02 08:12:04','2021-02-02 00:12:04'),(74359,27697,'action started via WP Cron','2021-02-02 08:13:01','2021-02-02 00:13:01'),(74360,27697,'action complete via WP Cron','2021-02-02 08:13:01','2021-02-02 00:13:01'),(74361,27698,'action created','2021-02-02 08:13:01','2021-02-02 00:13:01'),(74362,27698,'action started via WP Cron','2021-02-02 08:15:08','2021-02-02 00:15:08'),(74363,27698,'action complete via WP Cron','2021-02-02 08:15:08','2021-02-02 00:15:08'),(74364,27699,'action created','2021-02-02 08:15:08','2021-02-02 00:15:08'),(74365,27699,'action started via WP Cron','2021-02-02 08:17:59','2021-02-02 00:17:59'),(74366,27699,'action complete via WP Cron','2021-02-02 08:17:59','2021-02-02 00:17:59'),(74367,27700,'action created','2021-02-02 08:17:59','2021-02-02 00:17:59'),(74368,27700,'action started via WP Cron','2021-02-02 08:20:35','2021-02-02 00:20:35'),(74369,27700,'action complete via WP Cron','2021-02-02 08:20:35','2021-02-02 00:20:35'),(74370,27701,'action created','2021-02-02 08:20:35','2021-02-02 00:20:35'),(74371,27701,'action started via WP Cron','2021-02-02 08:23:06','2021-02-02 00:23:06'),(74372,27701,'action complete via WP Cron','2021-02-02 08:23:06','2021-02-02 00:23:06'),(74373,27702,'action created','2021-02-02 08:23:06','2021-02-02 00:23:06'),(74374,27702,'action started via WP Cron','2021-02-02 08:25:11','2021-02-02 00:25:11'),(74375,27702,'action complete via WP Cron','2021-02-02 08:25:11','2021-02-02 00:25:11'),(74376,27703,'action created','2021-02-02 08:25:11','2021-02-02 00:25:11'),(74377,27703,'action started via WP Cron','2021-02-02 08:25:52','2021-02-02 00:25:52'),(74378,27703,'action complete via WP Cron','2021-02-02 08:25:52','2021-02-02 00:25:52'),(74379,27704,'action created','2021-02-02 08:25:52','2021-02-02 00:25:52'),(74380,27704,'action started via WP Cron','2021-02-02 08:27:05','2021-02-02 00:27:05'),(74381,27704,'action complete via WP Cron','2021-02-02 08:27:05','2021-02-02 00:27:05'),(74382,27705,'action created','2021-02-02 08:27:05','2021-02-02 00:27:05'),(74383,27705,'action started via WP Cron','2021-02-02 08:30:29','2021-02-02 00:30:29'),(74384,27705,'action complete via WP Cron','2021-02-02 08:30:29','2021-02-02 00:30:29'),(74385,27706,'action created','2021-02-02 08:30:29','2021-02-02 00:30:29'),(74386,27706,'action started via WP Cron','2021-02-02 08:30:43','2021-02-02 00:30:43'),(74387,27706,'action complete via WP Cron','2021-02-02 08:30:43','2021-02-02 00:30:43'),(74388,27707,'action created','2021-02-02 08:30:44','2021-02-02 00:30:44'),(74389,27707,'action started via WP Cron','2021-02-02 08:32:54','2021-02-02 00:32:54'),(74390,27707,'action complete via WP Cron','2021-02-02 08:32:54','2021-02-02 00:32:54'),(74391,27708,'action created','2021-02-02 08:32:54','2021-02-02 00:32:54'),(74392,27708,'action started via WP Cron','2021-02-02 08:35:14','2021-02-02 00:35:14'),(74393,27708,'action complete via WP Cron','2021-02-02 08:35:14','2021-02-02 00:35:14'),(74394,27709,'action created','2021-02-02 08:35:14','2021-02-02 00:35:14'),(74395,27709,'action started via WP Cron','2021-02-02 08:37:01','2021-02-02 00:37:01'),(74396,27709,'action complete via WP Cron','2021-02-02 08:37:01','2021-02-02 00:37:01'),(74397,27710,'action created','2021-02-02 08:37:01','2021-02-02 00:37:01'),(74398,27710,'action started via WP Cron','2021-02-02 08:37:51','2021-02-02 00:37:51'),(74399,27710,'action complete via WP Cron','2021-02-02 08:37:51','2021-02-02 00:37:51'),(74400,27711,'action created','2021-02-02 08:37:51','2021-02-02 00:37:51'),(74401,27711,'action started via WP Cron','2021-02-02 08:39:11','2021-02-02 00:39:11'),(74402,27711,'action complete via WP Cron','2021-02-02 08:39:11','2021-02-02 00:39:11'),(74403,27712,'action created','2021-02-02 08:39:11','2021-02-02 00:39:11'),(74404,27712,'action started via WP Cron','2021-02-02 08:39:46','2021-02-02 00:39:46'),(74405,27712,'action complete via WP Cron','2021-02-02 08:39:46','2021-02-02 00:39:46'),(74406,27713,'action created','2021-02-02 08:39:46','2021-02-02 00:39:46'),(74407,27713,'action started via WP Cron','2021-02-02 08:41:18','2021-02-02 00:41:18'),(74408,27713,'action complete via WP Cron','2021-02-02 08:41:18','2021-02-02 00:41:18'),(74409,27714,'action created','2021-02-02 08:41:18','2021-02-02 00:41:18'),(74410,27714,'action started via WP Cron','2021-02-02 08:42:47','2021-02-02 00:42:47'),(74411,27714,'action complete via WP Cron','2021-02-02 08:42:47','2021-02-02 00:42:47'),(74412,27715,'action created','2021-02-02 08:42:47','2021-02-02 00:42:47'),(74413,27715,'action started via WP Cron','2021-02-02 08:44:23','2021-02-02 00:44:23'),(74414,27715,'action complete via WP Cron','2021-02-02 08:44:23','2021-02-02 00:44:23'),(74415,27716,'action created','2021-02-02 08:44:23','2021-02-02 00:44:23'),(74416,27716,'action started via WP Cron','2021-02-02 08:46:20','2021-02-02 00:46:20'),(74417,27716,'action complete via WP Cron','2021-02-02 08:46:20','2021-02-02 00:46:20'),(74418,27717,'action created','2021-02-02 08:46:20','2021-02-02 00:46:20'),(74419,27717,'action started via WP Cron','2021-02-02 08:48:58','2021-02-02 00:48:58'),(74420,27717,'action complete via WP Cron','2021-02-02 08:48:58','2021-02-02 00:48:58'),(74421,27718,'action created','2021-02-02 08:48:58','2021-02-02 00:48:58'),(74422,27718,'action started via WP Cron','2021-02-02 08:50:22','2021-02-02 00:50:22'),(74423,27718,'action complete via WP Cron','2021-02-02 08:50:22','2021-02-02 00:50:22'),(74424,27719,'action created','2021-02-02 08:50:22','2021-02-02 00:50:22'),(74425,27719,'action started via WP Cron','2021-02-02 08:52:02','2021-02-02 00:52:02'),(74426,27719,'action complete via WP Cron','2021-02-02 08:52:02','2021-02-02 00:52:02'),(74427,27720,'action created','2021-02-02 08:52:02','2021-02-02 00:52:02'),(74428,27720,'action started via WP Cron','2021-02-02 08:54:04','2021-02-02 00:54:04'),(74429,27720,'action complete via WP Cron','2021-02-02 08:54:04','2021-02-02 00:54:04'),(74433,27722,'action created','2021-02-02 08:54:04','2021-02-02 00:54:04'),(74434,27722,'action started via WP Cron','2021-02-02 08:56:16','2021-02-02 00:56:16'),(74435,27722,'action complete via WP Cron','2021-02-02 08:56:16','2021-02-02 00:56:16'),(74436,27723,'action created','2021-02-02 08:56:16','2021-02-02 00:56:16'),(74437,27723,'action started via WP Cron','2021-02-02 08:59:22','2021-02-02 00:59:22'),(74438,27723,'action complete via WP Cron','2021-02-02 08:59:22','2021-02-02 00:59:22'),(74439,27724,'action created','2021-02-02 08:59:23','2021-02-02 00:59:23'),(74440,27724,'action started via WP Cron','2021-02-02 09:01:01','2021-02-02 01:01:01'),(74441,27724,'action complete via WP Cron','2021-02-02 09:01:01','2021-02-02 01:01:01'),(74442,27725,'action created','2021-02-02 09:01:02','2021-02-02 01:01:02'),(74443,27725,'action started via WP Cron','2021-02-02 09:02:08','2021-02-02 01:02:08'),(74444,27725,'action complete via WP Cron','2021-02-02 09:02:08','2021-02-02 01:02:08'),(74445,27726,'action created','2021-02-02 09:02:08','2021-02-02 01:02:08'),(74446,27726,'action started via WP Cron','2021-02-02 09:03:09','2021-02-02 01:03:09'),(74447,27726,'action complete via WP Cron','2021-02-02 09:03:09','2021-02-02 01:03:09'),(74448,27727,'action created','2021-02-02 09:03:09','2021-02-02 01:03:09'),(74449,27727,'action started via WP Cron','2021-02-02 09:05:02','2021-02-02 01:05:02'),(74450,27727,'action complete via WP Cron','2021-02-02 09:05:02','2021-02-02 01:05:02'),(74451,27728,'action created','2021-02-02 09:05:10','2021-02-02 01:05:10'),(74452,27728,'action started via WP Cron','2021-02-02 09:06:12','2021-02-02 01:06:12'),(74453,27728,'action complete via WP Cron','2021-02-02 09:06:12','2021-02-02 01:06:12'),(74454,27729,'action created','2021-02-02 09:06:12','2021-02-02 01:06:12'),(74455,27729,'action started via WP Cron','2021-02-02 09:07:09','2021-02-02 01:07:09'),(74456,27729,'action complete via WP Cron','2021-02-02 09:07:09','2021-02-02 01:07:09'),(74457,27730,'action created','2021-02-02 09:07:09','2021-02-02 01:07:09'),(74458,27730,'action started via WP Cron','2021-02-02 09:10:56','2021-02-02 01:10:56'),(74459,27730,'action complete via WP Cron','2021-02-02 09:10:56','2021-02-02 01:10:56'),(74460,27731,'action created','2021-02-02 09:10:56','2021-02-02 01:10:56'),(74461,27731,'action started via WP Cron','2021-02-02 09:12:34','2021-02-02 01:12:34'),(74462,27731,'action complete via WP Cron','2021-02-02 09:12:34','2021-02-02 01:12:34'),(74463,27732,'action created','2021-02-02 09:12:35','2021-02-02 01:12:35'),(74464,27732,'action started via WP Cron','2021-02-02 09:13:18','2021-02-02 01:13:18'),(74465,27732,'action complete via WP Cron','2021-02-02 09:13:18','2021-02-02 01:13:18'),(74466,27733,'action created','2021-02-02 09:13:18','2021-02-02 01:13:18'),(74467,27733,'action started via WP Cron','2021-02-02 09:14:34','2021-02-02 01:14:34'),(74468,27733,'action complete via WP Cron','2021-02-02 09:14:34','2021-02-02 01:14:34'),(74469,27734,'action created','2021-02-02 09:14:34','2021-02-02 01:14:34'),(74470,27734,'action started via WP Cron','2021-02-02 09:15:00','2021-02-02 01:15:00'),(74471,27734,'action complete via WP Cron','2021-02-02 09:15:00','2021-02-02 01:15:00'),(74472,27735,'action created','2021-02-02 09:15:00','2021-02-02 01:15:00'),(74473,27735,'action started via WP Cron','2021-02-02 09:16:38','2021-02-02 01:16:38'),(74474,27735,'action complete via WP Cron','2021-02-02 09:16:38','2021-02-02 01:16:38'),(74475,27736,'action created','2021-02-02 09:16:38','2021-02-02 01:16:38'),(74476,27736,'action started via WP Cron','2021-02-02 09:19:32','2021-02-02 01:19:32'),(74477,27736,'action complete via WP Cron','2021-02-02 09:19:32','2021-02-02 01:19:32'),(74478,27737,'action created','2021-02-02 09:19:32','2021-02-02 01:19:32'),(74479,27737,'action started via WP Cron','2021-02-02 09:21:45','2021-02-02 01:21:45'),(74480,27737,'action complete via WP Cron','2021-02-02 09:21:45','2021-02-02 01:21:45'),(74481,27738,'action created','2021-02-02 09:21:45','2021-02-02 01:21:45'),(74482,27738,'action started via WP Cron','2021-02-02 09:23:29','2021-02-02 01:23:29'),(74483,27738,'action complete via WP Cron','2021-02-02 09:23:29','2021-02-02 01:23:29'),(74484,27739,'action created','2021-02-02 09:23:29','2021-02-02 01:23:29'),(74485,27739,'action started via WP Cron','2021-02-02 09:25:39','2021-02-02 01:25:39'),(74486,27739,'action complete via WP Cron','2021-02-02 09:25:39','2021-02-02 01:25:39'),(74487,27740,'action created','2021-02-02 09:25:39','2021-02-02 01:25:39'),(74488,27740,'action started via WP Cron','2021-02-02 09:28:28','2021-02-02 01:28:28'),(74489,27740,'action complete via WP Cron','2021-02-02 09:28:28','2021-02-02 01:28:28'),(74490,27741,'action created','2021-02-02 09:28:28','2021-02-02 01:28:28'),(74491,27741,'action started via WP Cron','2021-02-02 09:31:11','2021-02-02 01:31:11'),(74492,27741,'action complete via WP Cron','2021-02-02 09:31:11','2021-02-02 01:31:11'),(74493,27742,'action created','2021-02-02 09:31:12','2021-02-02 01:31:12'),(74494,27742,'action started via WP Cron','2021-02-02 09:33:21','2021-02-02 01:33:21'),(74495,27742,'action complete via WP Cron','2021-02-02 09:33:21','2021-02-02 01:33:21'),(74496,27743,'action created','2021-02-02 09:33:21','2021-02-02 01:33:21'),(74497,27743,'action started via WP Cron','2021-02-02 09:35:19','2021-02-02 01:35:19'),(74498,27743,'action complete via WP Cron','2021-02-02 09:35:19','2021-02-02 01:35:19'),(74499,27744,'action created','2021-02-02 09:35:19','2021-02-02 01:35:19'),(74500,27744,'action started via WP Cron','2021-02-02 09:37:16','2021-02-02 01:37:16'),(74501,27744,'action complete via WP Cron','2021-02-02 09:37:16','2021-02-02 01:37:16'),(74502,27745,'action created','2021-02-02 09:37:16','2021-02-02 01:37:16'),(74503,27745,'action started via WP Cron','2021-02-02 09:40:22','2021-02-02 01:40:22'),(74504,27745,'action complete via WP Cron','2021-02-02 09:40:22','2021-02-02 01:40:22'),(74505,27746,'action created','2021-02-02 09:40:22','2021-02-02 01:40:22'),(74506,27746,'action started via WP Cron','2021-02-02 09:41:08','2021-02-02 01:41:08'),(74507,27746,'action complete via WP Cron','2021-02-02 09:41:08','2021-02-02 01:41:08'),(74508,27747,'action created','2021-02-02 09:41:08','2021-02-02 01:41:08'),(74509,27747,'action started via WP Cron','2021-02-02 09:42:33','2021-02-02 01:42:33'),(74510,27747,'action complete via WP Cron','2021-02-02 09:42:33','2021-02-02 01:42:33'),(74511,27748,'action created','2021-02-02 09:42:33','2021-02-02 01:42:33'),(74512,27748,'action started via WP Cron','2021-02-02 09:43:59','2021-02-02 01:43:59'),(74513,27748,'action complete via WP Cron','2021-02-02 09:43:59','2021-02-02 01:43:59'),(74514,27749,'action created','2021-02-02 09:43:59','2021-02-02 01:43:59'),(74515,27749,'action started via WP Cron','2021-02-02 09:46:24','2021-02-02 01:46:24'),(74516,27749,'action complete via WP Cron','2021-02-02 09:46:24','2021-02-02 01:46:24'),(74517,27750,'action created','2021-02-02 09:46:24','2021-02-02 01:46:24'),(74518,27750,'action started via WP Cron','2021-02-02 09:47:43','2021-02-02 01:47:43'),(74519,27750,'action complete via WP Cron','2021-02-02 09:47:43','2021-02-02 01:47:43'),(74520,27751,'action created','2021-02-02 09:47:43','2021-02-02 01:47:43'),(74521,27751,'action started via WP Cron','2021-02-02 09:50:48','2021-02-02 01:50:48'),(74522,27751,'action complete via WP Cron','2021-02-02 09:50:48','2021-02-02 01:50:48'),(74523,27752,'action created','2021-02-02 09:50:48','2021-02-02 01:50:48'),(74524,27752,'action started via WP Cron','2021-02-02 09:52:54','2021-02-02 01:52:54'),(74525,27752,'action complete via WP Cron','2021-02-02 09:52:54','2021-02-02 01:52:54'),(74526,27753,'action created','2021-02-02 09:52:54','2021-02-02 01:52:54'),(74527,27753,'action started via WP Cron','2021-02-02 09:53:59','2021-02-02 01:53:59'),(74528,27753,'action complete via WP Cron','2021-02-02 09:53:59','2021-02-02 01:53:59'),(74529,27754,'action created','2021-02-02 09:53:59','2021-02-02 01:53:59'),(74530,27754,'action started via WP Cron','2021-02-02 09:54:55','2021-02-02 01:54:55'),(74531,27754,'action complete via WP Cron','2021-02-02 09:54:55','2021-02-02 01:54:55'),(74532,27755,'action created','2021-02-02 09:54:55','2021-02-02 01:54:55'),(74533,27755,'action started via WP Cron','2021-02-02 09:57:43','2021-02-02 01:57:43'),(74534,27755,'action complete via WP Cron','2021-02-02 09:57:43','2021-02-02 01:57:43'),(74535,27756,'action created','2021-02-02 09:57:43','2021-02-02 01:57:43'),(74536,27756,'action started via WP Cron','2021-02-02 10:00:30','2021-02-02 02:00:30'),(74537,27756,'action complete via WP Cron','2021-02-02 10:00:30','2021-02-02 02:00:30'),(74538,27757,'action created','2021-02-02 10:00:30','2021-02-02 02:00:30'),(74539,27757,'action started via WP Cron','2021-02-02 10:01:17','2021-02-02 02:01:17'),(74540,27757,'action complete via WP Cron','2021-02-02 10:01:17','2021-02-02 02:01:17'),(74541,27758,'action created','2021-02-02 10:01:17','2021-02-02 02:01:17'),(74542,27758,'action started via WP Cron','2021-02-02 10:02:25','2021-02-02 02:02:25'),(74543,27758,'action complete via WP Cron','2021-02-02 10:02:25','2021-02-02 02:02:25'),(74544,27759,'action created','2021-02-02 10:02:25','2021-02-02 02:02:25'),(74545,27759,'action started via WP Cron','2021-02-02 10:04:46','2021-02-02 02:04:46'),(74546,27759,'action complete via WP Cron','2021-02-02 10:04:46','2021-02-02 02:04:46'),(74547,27760,'action created','2021-02-02 10:04:46','2021-02-02 02:04:46'),(74548,27760,'action started via WP Cron','2021-02-02 10:06:58','2021-02-02 02:06:58'),(74549,27760,'action complete via WP Cron','2021-02-02 10:06:58','2021-02-02 02:06:58'),(74550,27761,'action created','2021-02-02 10:06:58','2021-02-02 02:06:58'),(74551,27761,'action started via WP Cron','2021-02-02 10:09:57','2021-02-02 02:09:57'),(74552,27761,'action complete via WP Cron','2021-02-02 10:09:57','2021-02-02 02:09:57'),(74553,27762,'action created','2021-02-02 10:09:57','2021-02-02 02:09:57'),(74554,27762,'action started via WP Cron','2021-02-02 10:11:56','2021-02-02 02:11:56'),(74555,27762,'action complete via WP Cron','2021-02-02 10:11:56','2021-02-02 02:11:56'),(74556,27763,'action created','2021-02-02 10:12:36','2021-02-02 02:12:36'),(74557,27763,'action started via WP Cron','2021-02-02 10:14:13','2021-02-02 02:14:13'),(74558,27763,'action complete via WP Cron','2021-02-02 10:14:13','2021-02-02 02:14:13'),(74559,27764,'action created','2021-02-02 10:14:13','2021-02-02 02:14:13'),(74560,27764,'action started via WP Cron','2021-02-02 10:14:43','2021-02-02 02:14:43'),(74561,27764,'action complete via WP Cron','2021-02-02 10:14:43','2021-02-02 02:14:43'),(74562,27765,'action created','2021-02-02 10:14:43','2021-02-02 02:14:43'),(74563,27765,'action started via WP Cron','2021-02-02 10:16:15','2021-02-02 02:16:15'),(74564,27765,'action complete via WP Cron','2021-02-02 10:16:15','2021-02-02 02:16:15'),(74565,27766,'action created','2021-02-02 10:16:15','2021-02-02 02:16:15'),(74566,27766,'action started via WP Cron','2021-02-02 10:17:16','2021-02-02 02:17:16'),(74567,27766,'action complete via WP Cron','2021-02-02 10:17:16','2021-02-02 02:17:16'),(74568,27767,'action created','2021-02-02 10:17:16','2021-02-02 02:17:16'),(74569,27767,'action started via WP Cron','2021-02-02 10:18:15','2021-02-02 02:18:15'),(74570,27767,'action complete via WP Cron','2021-02-02 10:18:15','2021-02-02 02:18:15'),(74571,27768,'action created','2021-02-02 10:18:15','2021-02-02 02:18:15'),(74572,27768,'action started via WP Cron','2021-02-02 10:18:46','2021-02-02 02:18:46'),(74573,27768,'action complete via WP Cron','2021-02-02 10:18:46','2021-02-02 02:18:46'),(74574,27769,'action created','2021-02-02 10:18:47','2021-02-02 02:18:47'),(74575,27769,'action started via WP Cron','2021-02-02 10:19:47','2021-02-02 02:19:47'),(74576,27769,'action complete via WP Cron','2021-02-02 10:19:47','2021-02-02 02:19:47'),(74577,27770,'action created','2021-02-02 10:19:47','2021-02-02 02:19:47'),(74578,27770,'action started via WP Cron','2021-02-02 10:20:48','2021-02-02 02:20:48'),(74579,27770,'action complete via WP Cron','2021-02-02 10:20:48','2021-02-02 02:20:48'),(74580,27771,'action created','2021-02-02 10:20:48','2021-02-02 02:20:48'),(74581,27771,'action started via WP Cron','2021-02-02 10:23:17','2021-02-02 02:23:17'),(74582,27771,'action complete via WP Cron','2021-02-02 10:23:17','2021-02-02 02:23:17'),(74583,27772,'action created','2021-02-02 10:23:17','2021-02-02 02:23:17'),(74584,27772,'action started via WP Cron','2021-02-02 10:25:57','2021-02-02 02:25:57'),(74585,27772,'action complete via WP Cron','2021-02-02 10:25:57','2021-02-02 02:25:57'),(74586,27773,'action created','2021-02-02 10:25:57','2021-02-02 02:25:57'),(74587,27773,'action started via WP Cron','2021-02-02 10:28:34','2021-02-02 02:28:34'),(74588,27773,'action complete via WP Cron','2021-02-02 10:28:34','2021-02-02 02:28:34'),(74589,27774,'action created','2021-02-02 10:28:34','2021-02-02 02:28:34'),(74590,27774,'action started via WP Cron','2021-02-02 10:31:22','2021-02-02 02:31:22'),(74591,27774,'action complete via WP Cron','2021-02-02 10:31:22','2021-02-02 02:31:22'),(74592,27775,'action created','2021-02-02 10:31:22','2021-02-02 02:31:22'),(74593,27775,'action started via WP Cron','2021-02-02 10:34:00','2021-02-02 02:34:00'),(74594,27775,'action complete via WP Cron','2021-02-02 10:34:00','2021-02-02 02:34:00'),(74595,27776,'action created','2021-02-02 10:36:02','2021-02-02 02:36:02'),(74596,27776,'action started via WP Cron','2021-02-02 10:38:01','2021-02-02 02:38:01'),(74597,27776,'action complete via WP Cron','2021-02-02 10:38:01','2021-02-02 02:38:01'),(74598,27777,'action created','2021-02-02 10:38:01','2021-02-02 02:38:01'),(74599,27777,'action started via WP Cron','2021-02-02 10:40:38','2021-02-02 02:40:38'),(74600,27777,'action complete via WP Cron','2021-02-02 10:40:38','2021-02-02 02:40:38'),(74601,27778,'action created','2021-02-02 10:40:38','2021-02-02 02:40:38'),(74602,27778,'action started via WP Cron','2021-02-02 10:42:39','2021-02-02 02:42:39'),(74603,27778,'action complete via WP Cron','2021-02-02 10:42:39','2021-02-02 02:42:39'),(74604,27779,'action created','2021-02-02 10:42:39','2021-02-02 02:42:39'),(74605,27779,'action started via WP Cron','2021-02-02 10:44:40','2021-02-02 02:44:40'),(74606,27779,'action complete via WP Cron','2021-02-02 10:44:40','2021-02-02 02:44:40'),(74607,27780,'action created','2021-02-02 10:44:40','2021-02-02 02:44:40'),(74608,27780,'action started via WP Cron','2021-02-02 10:47:12','2021-02-02 02:47:12'),(74609,27780,'action complete via WP Cron','2021-02-02 10:47:12','2021-02-02 02:47:12'),(74610,27781,'action created','2021-02-02 10:47:12','2021-02-02 02:47:12'),(74611,27781,'action started via WP Cron','2021-02-02 10:50:06','2021-02-02 02:50:06'),(74612,27781,'action complete via WP Cron','2021-02-02 10:50:06','2021-02-02 02:50:06'),(74613,27782,'action created','2021-02-02 10:50:07','2021-02-02 02:50:07'),(74614,27782,'action started via WP Cron','2021-02-02 10:52:35','2021-02-02 02:52:35'),(74615,27782,'action complete via WP Cron','2021-02-02 10:52:35','2021-02-02 02:52:35'),(74616,27783,'action created','2021-02-02 10:52:35','2021-02-02 02:52:35'),(74617,27783,'action started via WP Cron','2021-02-02 10:54:37','2021-02-02 02:54:37'),(74618,27783,'action complete via WP Cron','2021-02-02 10:54:37','2021-02-02 02:54:37'),(74619,27784,'action created','2021-02-02 10:54:37','2021-02-02 02:54:37'),(74620,27784,'action started via WP Cron','2021-02-02 10:56:19','2021-02-02 02:56:19'),(74621,27784,'action complete via WP Cron','2021-02-02 10:56:19','2021-02-02 02:56:19'),(74622,27785,'action created','2021-02-02 10:56:19','2021-02-02 02:56:19'),(74623,27785,'action started via WP Cron','2021-02-02 10:58:33','2021-02-02 02:58:33'),(74624,27785,'action complete via WP Cron','2021-02-02 10:58:33','2021-02-02 02:58:33'),(74625,27786,'action created','2021-02-02 10:58:33','2021-02-02 02:58:33'),(74626,27786,'action started via WP Cron','2021-02-02 10:59:23','2021-02-02 02:59:23'),(74627,27786,'action complete via WP Cron','2021-02-02 10:59:23','2021-02-02 02:59:23'),(74628,27787,'action created','2021-02-02 10:59:24','2021-02-02 02:59:24'),(74629,27787,'action started via WP Cron','2021-02-02 11:01:45','2021-02-02 03:01:45'),(74630,27787,'action complete via WP Cron','2021-02-02 11:01:45','2021-02-02 03:01:45'),(74631,27788,'action created','2021-02-02 11:01:46','2021-02-02 03:01:46'),(74632,27788,'action started via WP Cron','2021-02-02 11:04:04','2021-02-02 03:04:04'),(74633,27788,'action complete via WP Cron','2021-02-02 11:04:04','2021-02-02 03:04:04'),(74634,27789,'action created','2021-02-02 11:04:04','2021-02-02 03:04:04'),(74635,27789,'action started via WP Cron','2021-02-02 11:06:06','2021-02-02 03:06:06'),(74636,27789,'action complete via WP Cron','2021-02-02 11:06:06','2021-02-02 03:06:06'),(74637,27790,'action created','2021-02-02 11:06:06','2021-02-02 03:06:06'),(74638,27790,'action started via WP Cron','2021-02-02 11:09:21','2021-02-02 03:09:21'),(74639,27790,'action complete via WP Cron','2021-02-02 11:09:21','2021-02-02 03:09:21'),(74640,27791,'action created','2021-02-02 11:09:21','2021-02-02 03:09:21'),(74641,27791,'action started via WP Cron','2021-02-02 11:11:16','2021-02-02 03:11:16'),(74642,27791,'action complete via WP Cron','2021-02-02 11:11:16','2021-02-02 03:11:16'),(74643,27792,'action created','2021-02-02 11:11:16','2021-02-02 03:11:16'),(74644,27792,'action started via WP Cron','2021-02-02 11:12:22','2021-02-02 03:12:22'),(74645,27792,'action complete via WP Cron','2021-02-02 11:12:22','2021-02-02 03:12:22'),(74646,27793,'action created','2021-02-02 11:12:22','2021-02-02 03:12:22'),(74647,27793,'action started via WP Cron','2021-02-02 11:13:24','2021-02-02 03:13:24'),(74648,27793,'action complete via WP Cron','2021-02-02 11:13:24','2021-02-02 03:13:24'),(74649,27794,'action created','2021-02-02 11:13:24','2021-02-02 03:13:24'),(74650,27794,'action started via WP Cron','2021-02-02 11:15:18','2021-02-02 03:15:18'),(74651,27794,'action complete via WP Cron','2021-02-02 11:15:18','2021-02-02 03:15:18'),(74652,27795,'action created','2021-02-02 11:15:19','2021-02-02 03:15:19'),(74653,27795,'action started via WP Cron','2021-02-02 11:15:42','2021-02-02 03:15:42'),(74654,27795,'action complete via WP Cron','2021-02-02 11:15:42','2021-02-02 03:15:42'),(74655,27796,'action created','2021-02-02 11:15:42','2021-02-02 03:15:42'),(74656,27796,'action started via WP Cron','2021-02-02 11:18:27','2021-02-02 03:18:27'),(74657,27796,'action complete via WP Cron','2021-02-02 11:18:27','2021-02-02 03:18:27'),(74658,27797,'action created','2021-02-02 11:18:28','2021-02-02 03:18:28'),(74659,27797,'action started via WP Cron','2021-02-02 11:21:05','2021-02-02 03:21:05'),(74660,27797,'action complete via WP Cron','2021-02-02 11:21:05','2021-02-02 03:21:05'),(74661,27798,'action created','2021-02-02 11:21:05','2021-02-02 03:21:05'),(74662,27798,'action started via WP Cron','2021-02-02 11:23:00','2021-02-02 03:23:00'),(74663,27798,'action complete via WP Cron','2021-02-02 11:23:00','2021-02-02 03:23:00'),(74664,27799,'action created','2021-02-02 11:23:00','2021-02-02 03:23:00'),(74665,27799,'action started via WP Cron','2021-02-02 11:25:26','2021-02-02 03:25:26'),(74666,27799,'action complete via WP Cron','2021-02-02 11:25:26','2021-02-02 03:25:26'),(74667,27800,'action created','2021-02-02 11:27:33','2021-02-02 03:27:33'),(74668,27800,'action started via WP Cron','2021-02-02 11:29:07','2021-02-02 03:29:07'),(74669,27800,'action complete via WP Cron','2021-02-02 11:29:07','2021-02-02 03:29:07'),(74670,27801,'action created','2021-02-02 11:29:07','2021-02-02 03:29:07'),(74671,27801,'action started via WP Cron','2021-02-02 11:29:48','2021-02-02 03:29:48'),(74672,27801,'action complete via WP Cron','2021-02-02 11:29:48','2021-02-02 03:29:48'),(74673,27802,'action created','2021-02-02 11:29:48','2021-02-02 03:29:48'),(74674,27802,'action started via WP Cron','2021-02-02 11:31:08','2021-02-02 03:31:08'),(74675,27802,'action complete via WP Cron','2021-02-02 11:31:08','2021-02-02 03:31:08'),(74676,27803,'action created','2021-02-02 11:31:08','2021-02-02 03:31:08'),(74677,27803,'action started via WP Cron','2021-02-02 11:31:54','2021-02-02 03:31:54'),(74678,27803,'action complete via WP Cron','2021-02-02 11:31:54','2021-02-02 03:31:54'),(74679,27804,'action created','2021-02-02 11:31:54','2021-02-02 03:31:54'),(74680,27804,'action started via WP Cron','2021-02-02 11:33:09','2021-02-02 03:33:09'),(74681,27804,'action complete via WP Cron','2021-02-02 11:33:09','2021-02-02 03:33:09'),(74682,27805,'action created','2021-02-02 11:33:10','2021-02-02 03:33:10'),(74683,27805,'action started via WP Cron','2021-02-02 11:34:11','2021-02-02 03:34:11'),(74684,27805,'action complete via WP Cron','2021-02-02 11:34:11','2021-02-02 03:34:11'),(74685,27806,'action created','2021-02-02 11:34:11','2021-02-02 03:34:11'),(74686,27806,'action started via WP Cron','2021-02-02 11:35:12','2021-02-02 03:35:12'),(74687,27806,'action complete via WP Cron','2021-02-02 11:35:12','2021-02-02 03:35:12'),(74688,27807,'action created','2021-02-02 11:35:12','2021-02-02 03:35:12'),(74689,27807,'action started via WP Cron','2021-02-02 11:36:06','2021-02-02 03:36:06'),(74690,27807,'action complete via WP Cron','2021-02-02 11:36:06','2021-02-02 03:36:06'),(74691,27808,'action created','2021-02-02 11:36:06','2021-02-02 03:36:06'),(74692,27808,'action started via WP Cron','2021-02-02 11:38:58','2021-02-02 03:38:58'),(74693,27808,'action complete via WP Cron','2021-02-02 11:38:58','2021-02-02 03:38:58'),(74694,27809,'action created','2021-02-02 11:38:58','2021-02-02 03:38:58'),(74695,27809,'action started via WP Cron','2021-02-02 11:41:25','2021-02-02 03:41:25'),(74696,27809,'action complete via WP Cron','2021-02-02 11:41:25','2021-02-02 03:41:25'),(74697,27810,'action created','2021-02-02 11:41:25','2021-02-02 03:41:25'),(74698,27810,'action started via WP Cron','2021-02-02 11:43:31','2021-02-02 03:43:31'),(74699,27810,'action complete via WP Cron','2021-02-02 11:43:31','2021-02-02 03:43:31'),(74700,27811,'action created','2021-02-02 11:43:31','2021-02-02 03:43:31'),(74701,27811,'action started via WP Cron','2021-02-02 11:43:45','2021-02-02 03:43:45'),(74702,27811,'action complete via WP Cron','2021-02-02 11:43:45','2021-02-02 03:43:45'),(74703,27812,'action created','2021-02-02 11:43:45','2021-02-02 03:43:45'),(74704,27812,'action started via WP Cron','2021-02-02 11:44:47','2021-02-02 03:44:47'),(74705,27812,'action complete via WP Cron','2021-02-02 11:44:47','2021-02-02 03:44:47'),(74706,27813,'action created','2021-02-02 11:44:47','2021-02-02 03:44:47'),(74707,27813,'action started via WP Cron','2021-02-02 11:45:50','2021-02-02 03:45:50'),(74708,27813,'action complete via WP Cron','2021-02-02 11:45:50','2021-02-02 03:45:50'),(74709,27814,'action created','2021-02-02 11:45:50','2021-02-02 03:45:50'),(74710,27814,'action started via WP Cron','2021-02-02 11:46:53','2021-02-02 03:46:53'),(74711,27814,'action complete via WP Cron','2021-02-02 11:46:53','2021-02-02 03:46:53'),(74712,27815,'action created','2021-02-02 11:46:53','2021-02-02 03:46:53'),(74713,27815,'action started via WP Cron','2021-02-02 11:47:50','2021-02-02 03:47:50'),(74714,27815,'action complete via WP Cron','2021-02-02 11:47:50','2021-02-02 03:47:50'),(74715,27816,'action created','2021-02-02 11:47:50','2021-02-02 03:47:50'),(74716,27816,'action started via WP Cron','2021-02-02 11:48:48','2021-02-02 03:48:48'),(74717,27816,'action complete via WP Cron','2021-02-02 11:48:48','2021-02-02 03:48:48'),(74718,27817,'action created','2021-02-02 11:48:48','2021-02-02 03:48:48'),(74719,27817,'action started via WP Cron','2021-02-02 11:49:46','2021-02-02 03:49:46'),(74720,27817,'action complete via WP Cron','2021-02-02 11:49:46','2021-02-02 03:49:46'),(74721,27818,'action created','2021-02-02 11:49:46','2021-02-02 03:49:46'),(74722,27818,'action started via WP Cron','2021-02-02 11:51:08','2021-02-02 03:51:08'),(74723,27818,'action complete via WP Cron','2021-02-02 11:51:08','2021-02-02 03:51:08'),(74724,27819,'action created','2021-02-02 11:51:08','2021-02-02 03:51:08'),(74725,27819,'action started via WP Cron','2021-02-02 11:52:36','2021-02-02 03:52:36'),(74726,27819,'action complete via WP Cron','2021-02-02 11:52:36','2021-02-02 03:52:36'),(74727,27820,'action created','2021-02-02 11:52:36','2021-02-02 03:52:36'),(74728,27820,'action started via WP Cron','2021-02-02 11:52:50','2021-02-02 03:52:50'),(74729,27820,'action complete via WP Cron','2021-02-02 11:52:50','2021-02-02 03:52:50'),(74730,27821,'action created','2021-02-02 11:52:50','2021-02-02 03:52:50'),(74731,27821,'action started via WP Cron','2021-02-02 11:53:43','2021-02-02 03:53:43'),(74732,27821,'action complete via WP Cron','2021-02-02 11:53:43','2021-02-02 03:53:43'),(74733,27822,'action created','2021-02-02 11:53:43','2021-02-02 03:53:43'),(74734,27822,'action started via WP Cron','2021-02-02 11:54:52','2021-02-02 03:54:52'),(74735,27822,'action complete via WP Cron','2021-02-02 11:54:52','2021-02-02 03:54:52'),(74736,27823,'action created','2021-02-02 11:54:52','2021-02-02 03:54:52'),(74737,27823,'action started via WP Cron','2021-02-02 11:55:58','2021-02-02 03:55:58'),(74738,27823,'action complete via WP Cron','2021-02-02 11:55:58','2021-02-02 03:55:58'),(74739,27824,'action created','2021-02-02 11:55:58','2021-02-02 03:55:58'),(74740,27824,'action started via WP Cron','2021-02-02 11:56:46','2021-02-02 03:56:46'),(74741,27824,'action complete via WP Cron','2021-02-02 11:56:46','2021-02-02 03:56:46'),(74742,27825,'action created','2021-02-02 11:56:46','2021-02-02 03:56:46'),(74743,27825,'action started via WP Cron','2021-02-02 11:57:42','2021-02-02 03:57:42'),(74744,27825,'action complete via WP Cron','2021-02-02 11:57:42','2021-02-02 03:57:42'),(74745,27826,'action created','2021-02-02 11:57:42','2021-02-02 03:57:42'),(74746,27826,'action started via WP Cron','2021-02-02 11:58:52','2021-02-02 03:58:52'),(74747,27826,'action complete via WP Cron','2021-02-02 11:58:52','2021-02-02 03:58:52'),(74748,27827,'action created','2021-02-02 11:58:52','2021-02-02 03:58:52'),(74749,27827,'action started via WP Cron','2021-02-02 12:00:04','2021-02-02 04:00:04'),(74750,27827,'action complete via WP Cron','2021-02-02 12:00:04','2021-02-02 04:00:04'),(74751,27828,'action created','2021-02-02 12:00:32','2021-02-02 04:00:32'),(74752,27828,'action started via WP Cron','2021-02-02 12:00:48','2021-02-02 04:00:48'),(74753,27828,'action complete via WP Cron','2021-02-02 12:00:48','2021-02-02 04:00:48'),(74754,27829,'action created','2021-02-02 12:00:48','2021-02-02 04:00:48'),(74755,27829,'action started via WP Cron','2021-02-02 12:01:54','2021-02-02 04:01:54'),(74756,27829,'action complete via WP Cron','2021-02-02 12:01:54','2021-02-02 04:01:54'),(74757,27830,'action created','2021-02-02 12:01:55','2021-02-02 04:01:55'),(74758,27830,'action started via WP Cron','2021-02-02 12:02:56','2021-02-02 04:02:56'),(74759,27830,'action complete via WP Cron','2021-02-02 12:02:56','2021-02-02 04:02:56'),(74760,27831,'action created','2021-02-02 12:02:56','2021-02-02 04:02:56'),(74761,27831,'action started via WP Cron','2021-02-02 12:03:46','2021-02-02 04:03:46'),(74762,27831,'action complete via WP Cron','2021-02-02 12:03:46','2021-02-02 04:03:46'),(74763,27832,'action created','2021-02-02 12:03:46','2021-02-02 04:03:46'),(74764,27832,'action started via WP Cron','2021-02-02 12:04:56','2021-02-02 04:04:56'),(74765,27832,'action complete via WP Cron','2021-02-02 12:04:56','2021-02-02 04:04:56'),(74766,27833,'action created','2021-02-02 12:04:56','2021-02-02 04:04:56'),(74767,27833,'action started via WP Cron','2021-02-02 12:06:31','2021-02-02 04:06:31'),(74768,27833,'action complete via WP Cron','2021-02-02 12:06:31','2021-02-02 04:06:31'),(74769,27834,'action created','2021-02-02 12:06:31','2021-02-02 04:06:31'),(74770,27834,'action started via WP Cron','2021-02-02 12:07:06','2021-02-02 04:07:06'),(74771,27834,'action complete via WP Cron','2021-02-02 12:07:06','2021-02-02 04:07:06'),(74772,27835,'action created','2021-02-02 12:07:06','2021-02-02 04:07:06'),(74773,27835,'action started via WP Cron','2021-02-02 12:07:53','2021-02-02 04:07:53'),(74774,27835,'action complete via WP Cron','2021-02-02 12:07:53','2021-02-02 04:07:53'),(74775,27836,'action created','2021-02-02 12:07:53','2021-02-02 04:07:53'),(74776,27836,'action started via WP Cron','2021-02-02 12:08:55','2021-02-02 04:08:55'),(74777,27836,'action complete via WP Cron','2021-02-02 12:08:55','2021-02-02 04:08:55'),(74778,27837,'action created','2021-02-02 12:08:56','2021-02-02 04:08:56'),(74779,27837,'action started via WP Cron','2021-02-02 12:10:13','2021-02-02 04:10:13'),(74780,27837,'action complete via WP Cron','2021-02-02 12:10:13','2021-02-02 04:10:13'),(74781,27838,'action created','2021-02-02 12:10:13','2021-02-02 04:10:13'),(74782,27838,'action started via WP Cron','2021-02-02 12:11:04','2021-02-02 04:11:04'),(74783,27838,'action complete via WP Cron','2021-02-02 12:11:04','2021-02-02 04:11:04'),(74784,27839,'action created','2021-02-02 12:11:04','2021-02-02 04:11:04'),(74785,27839,'action started via WP Cron','2021-02-02 12:12:03','2021-02-02 04:12:03'),(74786,27839,'action complete via WP Cron','2021-02-02 12:12:03','2021-02-02 04:12:03'),(74787,27840,'action created','2021-02-02 12:12:03','2021-02-02 04:12:03'),(74788,27840,'action started via WP Cron','2021-02-02 12:12:46','2021-02-02 04:12:46'),(74789,27840,'action complete via WP Cron','2021-02-02 12:12:46','2021-02-02 04:12:46'),(74790,27841,'action created','2021-02-02 12:12:46','2021-02-02 04:12:46'),(74791,27841,'action started via WP Cron','2021-02-02 12:13:54','2021-02-02 04:13:54'),(74792,27841,'action complete via WP Cron','2021-02-02 12:13:54','2021-02-02 04:13:54'),(74793,27842,'action created','2021-02-02 12:13:54','2021-02-02 04:13:54'),(74794,27842,'action started via WP Cron','2021-02-02 12:15:08','2021-02-02 04:15:08'),(74795,27842,'action complete via WP Cron','2021-02-02 12:15:08','2021-02-02 04:15:08'),(74796,27843,'action created','2021-02-02 12:15:09','2021-02-02 04:15:09'),(74797,27843,'action started via WP Cron','2021-02-02 12:15:41','2021-02-02 04:15:41'),(74798,27843,'action complete via WP Cron','2021-02-02 12:15:41','2021-02-02 04:15:41'),(74799,27844,'action created','2021-02-02 12:15:41','2021-02-02 04:15:41'),(74800,27844,'action started via WP Cron','2021-02-02 12:16:58','2021-02-02 04:16:58'),(74801,27844,'action complete via WP Cron','2021-02-02 12:16:58','2021-02-02 04:16:58'),(74802,27845,'action created','2021-02-02 12:16:58','2021-02-02 04:16:58'),(74803,27845,'action started via WP Cron','2021-02-02 12:17:54','2021-02-02 04:17:54'),(74804,27845,'action complete via WP Cron','2021-02-02 12:17:54','2021-02-02 04:17:54'),(74805,27846,'action created','2021-02-02 12:17:54','2021-02-02 04:17:54'),(74806,27846,'action started via WP Cron','2021-02-02 12:18:55','2021-02-02 04:18:55'),(74807,27846,'action complete via WP Cron','2021-02-02 12:18:55','2021-02-02 04:18:55'),(74808,27847,'action created','2021-02-02 12:18:55','2021-02-02 04:18:55'),(74809,27847,'action started via WP Cron','2021-02-02 12:21:24','2021-02-02 04:21:24'),(74810,27847,'action complete via WP Cron','2021-02-02 12:21:24','2021-02-02 04:21:24'),(74811,27848,'action created','2021-02-02 12:21:24','2021-02-02 04:21:24'),(74812,27848,'action started via WP Cron','2021-02-02 12:22:09','2021-02-02 04:22:09'),(74813,27848,'action complete via WP Cron','2021-02-02 12:22:09','2021-02-02 04:22:09'),(74814,27849,'action created','2021-02-02 12:22:09','2021-02-02 04:22:09'),(74815,27849,'action started via WP Cron','2021-02-02 12:23:26','2021-02-02 04:23:26'),(74816,27849,'action complete via WP Cron','2021-02-02 12:23:26','2021-02-02 04:23:26'),(74817,27850,'action created','2021-02-02 12:23:26','2021-02-02 04:23:26'),(74818,27850,'action started via WP Cron','2021-02-02 12:25:45','2021-02-02 04:25:45'),(74819,27850,'action complete via WP Cron','2021-02-02 12:25:45','2021-02-02 04:25:45'),(74820,27851,'action created','2021-02-02 12:25:45','2021-02-02 04:25:45'),(74821,27851,'action started via WP Cron','2021-02-02 12:27:16','2021-02-02 04:27:16'),(74822,27851,'action complete via WP Cron','2021-02-02 12:27:16','2021-02-02 04:27:16'),(74823,27852,'action created','2021-02-02 12:27:16','2021-02-02 04:27:16'),(74824,27852,'action started via WP Cron','2021-02-02 12:28:19','2021-02-02 04:28:19'),(74825,27852,'action complete via WP Cron','2021-02-02 12:28:19','2021-02-02 04:28:19'),(74826,27853,'action created','2021-02-02 12:28:19','2021-02-02 04:28:19'),(74827,27853,'action started via WP Cron','2021-02-02 12:29:27','2021-02-02 04:29:27'),(74828,27853,'action complete via WP Cron','2021-02-02 12:29:27','2021-02-02 04:29:27'),(74829,27854,'action created','2021-02-02 12:29:27','2021-02-02 04:29:27'),(74830,27854,'action started via WP Cron','2021-02-02 12:30:29','2021-02-02 04:30:29'),(74831,27854,'action complete via WP Cron','2021-02-02 12:30:29','2021-02-02 04:30:29'),(74832,27855,'action created','2021-02-02 12:30:29','2021-02-02 04:30:29'),(74833,27855,'action started via WP Cron','2021-02-02 12:30:43','2021-02-02 04:30:43'),(74834,27855,'action complete via WP Cron','2021-02-02 12:30:43','2021-02-02 04:30:43'),(74835,27856,'action created','2021-02-02 12:30:43','2021-02-02 04:30:43'),(74836,27856,'action started via WP Cron','2021-02-02 12:31:41','2021-02-02 04:31:41'),(74837,27856,'action complete via WP Cron','2021-02-02 12:31:41','2021-02-02 04:31:41'),(74838,27857,'action created','2021-02-02 12:31:41','2021-02-02 04:31:41'),(74839,27857,'action started via WP Cron','2021-02-02 12:32:52','2021-02-02 04:32:52'),(74840,27857,'action complete via WP Cron','2021-02-02 12:32:52','2021-02-02 04:32:52'),(74841,27858,'action created','2021-02-02 12:32:52','2021-02-02 04:32:52'),(74842,27858,'action started via WP Cron','2021-02-02 12:35:34','2021-02-02 04:35:34'),(74843,27858,'action complete via WP Cron','2021-02-02 12:35:34','2021-02-02 04:35:34'),(74844,27859,'action created','2021-02-02 12:35:35','2021-02-02 04:35:35'),(74845,27859,'action started via WP Cron','2021-02-02 12:37:00','2021-02-02 04:37:00'),(74846,27859,'action complete via WP Cron','2021-02-02 12:37:00','2021-02-02 04:37:00'),(74847,27860,'action created','2021-02-02 12:37:00','2021-02-02 04:37:00'),(74848,27860,'action started via WP Cron','2021-02-02 12:38:02','2021-02-02 04:38:02'),(74849,27860,'action complete via WP Cron','2021-02-02 12:38:02','2021-02-02 04:38:02'),(74850,27861,'action created','2021-02-02 12:38:02','2021-02-02 04:38:02'),(74851,27861,'action started via WP Cron','2021-02-02 12:40:20','2021-02-02 04:40:20'),(74852,27861,'action complete via WP Cron','2021-02-02 12:40:20','2021-02-02 04:40:20'),(74853,27862,'action created','2021-02-02 12:40:21','2021-02-02 04:40:21'),(74854,27862,'action started via WP Cron','2021-02-02 12:42:29','2021-02-02 04:42:29'),(74855,27862,'action complete via WP Cron','2021-02-02 12:42:29','2021-02-02 04:42:29'),(74856,27863,'action created','2021-02-02 12:42:29','2021-02-02 04:42:29'),(74857,27863,'action started via WP Cron','2021-02-02 12:44:22','2021-02-02 04:44:22'),(74858,27863,'action complete via WP Cron','2021-02-02 12:44:22','2021-02-02 04:44:22'),(74859,27864,'action created','2021-02-02 12:44:23','2021-02-02 04:44:23'),(74860,27864,'action started via WP Cron','2021-02-02 12:47:00','2021-02-02 04:47:00'),(74861,27864,'action complete via WP Cron','2021-02-02 12:47:00','2021-02-02 04:47:00'),(74862,27865,'action created','2021-02-02 12:47:00','2021-02-02 04:47:00'),(74863,27865,'action started via WP Cron','2021-02-02 12:47:47','2021-02-02 04:47:47'),(74864,27865,'action complete via WP Cron','2021-02-02 12:47:47','2021-02-02 04:47:47'),(74865,27866,'action created','2021-02-02 12:47:47','2021-02-02 04:47:47'),(74866,27866,'action started via WP Cron','2021-02-02 12:49:34','2021-02-02 04:49:34'),(74867,27866,'action complete via WP Cron','2021-02-02 12:49:34','2021-02-02 04:49:34'),(74868,27867,'action created','2021-02-02 12:49:35','2021-02-02 04:49:35'),(74869,27867,'action started via WP Cron','2021-02-02 12:50:56','2021-02-02 04:50:56'),(74870,27867,'action complete via WP Cron','2021-02-02 12:50:56','2021-02-02 04:50:56'),(74871,27868,'action created','2021-02-02 12:50:56','2021-02-02 04:50:56'),(74872,27868,'action started via WP Cron','2021-02-02 12:53:31','2021-02-02 04:53:31'),(74873,27868,'action complete via WP Cron','2021-02-02 12:53:31','2021-02-02 04:53:31'),(74874,27869,'action created','2021-02-02 12:53:31','2021-02-02 04:53:31'),(74875,27869,'action started via WP Cron','2021-02-02 12:55:48','2021-02-02 04:55:48'),(74876,27869,'action complete via WP Cron','2021-02-02 12:55:48','2021-02-02 04:55:48'),(74877,27870,'action created','2021-02-02 12:55:48','2021-02-02 04:55:48'),(74878,27870,'action started via WP Cron','2021-02-02 12:57:58','2021-02-02 04:57:58'),(74879,27870,'action complete via WP Cron','2021-02-02 12:57:58','2021-02-02 04:57:58'),(74880,27871,'action created','2021-02-02 12:57:58','2021-02-02 04:57:58'),(74881,27871,'action started via WP Cron','2021-02-02 13:00:38','2021-02-02 05:00:38'),(74882,27871,'action complete via WP Cron','2021-02-02 13:00:38','2021-02-02 05:00:38'),(74883,27872,'action created','2021-02-02 13:00:38','2021-02-02 05:00:38'),(74884,27872,'action started via WP Cron','2021-02-02 13:02:13','2021-02-02 05:02:13'),(74885,27872,'action complete via WP Cron','2021-02-02 13:02:13','2021-02-02 05:02:13'),(74886,27873,'action created','2021-02-02 13:04:09','2021-02-02 05:04:09'),(74887,27873,'action started via WP Cron','2021-02-02 13:06:09','2021-02-02 05:06:09'),(74888,27873,'action complete via WP Cron','2021-02-02 13:06:09','2021-02-02 05:06:09'),(74889,27874,'action created','2021-02-02 13:06:09','2021-02-02 05:06:09'),(74890,27874,'action started via WP Cron','2021-02-02 13:09:25','2021-02-02 05:09:25'),(74891,27874,'action complete via WP Cron','2021-02-02 13:09:25','2021-02-02 05:09:25'),(74892,27875,'action created','2021-02-02 13:09:25','2021-02-02 05:09:25'),(74893,27875,'action started via WP Cron','2021-02-02 13:11:43','2021-02-02 05:11:43'),(74894,27875,'action complete via WP Cron','2021-02-02 13:11:43','2021-02-02 05:11:43'),(74895,27876,'action created','2021-02-02 13:11:44','2021-02-02 05:11:44'),(74896,27876,'action started via WP Cron','2021-02-02 13:14:05','2021-02-02 05:14:05'),(74897,27876,'action complete via WP Cron','2021-02-02 13:14:05','2021-02-02 05:14:05'),(74898,27877,'action created','2021-02-02 13:14:05','2021-02-02 05:14:05'),(74899,27877,'action started via WP Cron','2021-02-02 13:15:36','2021-02-02 05:15:36'),(74900,27877,'action complete via WP Cron','2021-02-02 13:15:36','2021-02-02 05:15:36'),(74901,27878,'action created','2021-02-02 13:15:36','2021-02-02 05:15:36'),(74902,27878,'action started via WP Cron','2021-02-02 13:16:41','2021-02-02 05:16:41'),(74903,27878,'action complete via WP Cron','2021-02-02 13:16:41','2021-02-02 05:16:41'),(74904,27879,'action created','2021-02-02 13:16:41','2021-02-02 05:16:41'),(74905,27879,'action started via WP Cron','2021-02-02 13:18:12','2021-02-02 05:18:12'),(74906,27879,'action complete via WP Cron','2021-02-02 13:18:12','2021-02-02 05:18:12'),(74907,27880,'action created','2021-02-02 13:18:12','2021-02-02 05:18:12'),(74908,27880,'action started via WP Cron','2021-02-02 13:20:34','2021-02-02 05:20:34'),(74909,27880,'action complete via WP Cron','2021-02-02 13:20:34','2021-02-02 05:20:34'),(74910,27881,'action created','2021-02-02 13:20:34','2021-02-02 05:20:34'),(74911,27881,'action started via WP Cron','2021-02-02 13:22:16','2021-02-02 05:22:16'),(74912,27881,'action complete via WP Cron','2021-02-02 13:22:16','2021-02-02 05:22:16'),(74913,27882,'action created','2021-02-02 13:22:16','2021-02-02 05:22:16'),(74914,27882,'action started via WP Cron','2021-02-02 13:22:55','2021-02-02 05:22:55'),(74915,27882,'action complete via WP Cron','2021-02-02 13:22:55','2021-02-02 05:22:55'),(74916,27883,'action created','2021-02-02 13:22:55','2021-02-02 05:22:55'),(74917,27883,'action started via WP Cron','2021-02-02 13:25:12','2021-02-02 05:25:12'),(74918,27883,'action complete via WP Cron','2021-02-02 13:25:12','2021-02-02 05:25:12'),(74919,27884,'action created','2021-02-02 13:25:12','2021-02-02 05:25:12'),(74920,27884,'action started via WP Cron','2021-02-02 13:27:48','2021-02-02 05:27:48'),(74921,27884,'action complete via WP Cron','2021-02-02 13:27:48','2021-02-02 05:27:48'),(74922,27885,'action created','2021-02-02 13:27:48','2021-02-02 05:27:48'),(74923,27885,'action started via WP Cron','2021-02-02 13:30:12','2021-02-02 05:30:12'),(74924,27885,'action complete via WP Cron','2021-02-02 13:30:12','2021-02-02 05:30:12'),(74925,27886,'action created','2021-02-02 13:30:12','2021-02-02 05:30:12'),(74926,27886,'action started via WP Cron','2021-02-02 13:30:42','2021-02-02 05:30:42'),(74927,27886,'action complete via WP Cron','2021-02-02 13:30:42','2021-02-02 05:30:42'),(74928,27887,'action created','2021-02-02 13:30:42','2021-02-02 05:30:42'),(74929,27887,'action started via WP Cron','2021-02-02 13:32:20','2021-02-02 05:32:20'),(74930,27887,'action complete via WP Cron','2021-02-02 13:32:20','2021-02-02 05:32:20'),(74931,27888,'action created','2021-02-02 13:33:31','2021-02-02 05:33:31'),(74932,27888,'action started via WP Cron','2021-02-02 13:34:31','2021-02-02 05:34:31'),(74933,27888,'action complete via WP Cron','2021-02-02 13:34:31','2021-02-02 05:34:31'),(74934,27889,'action created','2021-02-02 13:34:31','2021-02-02 05:34:31'),(74935,27889,'action started via WP Cron','2021-02-02 13:34:42','2021-02-02 05:34:42'),(74936,27889,'action complete via WP Cron','2021-02-02 13:34:42','2021-02-02 05:34:42'),(74937,27890,'action created','2021-02-02 13:34:42','2021-02-02 05:34:42'),(74938,27890,'action started via WP Cron','2021-02-02 13:36:50','2021-02-02 05:36:50'),(74939,27890,'action complete via WP Cron','2021-02-02 13:36:50','2021-02-02 05:36:50'),(74940,27891,'action created','2021-02-02 13:36:50','2021-02-02 05:36:50'),(74941,27891,'action started via WP Cron','2021-02-02 13:38:05','2021-02-02 05:38:05'),(74942,27891,'action complete via WP Cron','2021-02-02 13:38:05','2021-02-02 05:38:05'),(74943,27892,'action created','2021-02-02 13:38:05','2021-02-02 05:38:05'),(74944,27892,'action started via WP Cron','2021-02-02 13:39:28','2021-02-02 05:39:28'),(74945,27892,'action complete via WP Cron','2021-02-02 13:39:28','2021-02-02 05:39:28'),(74946,27893,'action created','2021-02-02 13:39:29','2021-02-02 05:39:29'),(74947,27893,'action started via WP Cron','2021-02-02 13:39:41','2021-02-02 05:39:41'),(74948,27893,'action complete via WP Cron','2021-02-02 13:39:41','2021-02-02 05:39:41'),(74949,27894,'action created','2021-02-02 13:39:41','2021-02-02 05:39:41'),(74950,27894,'action started via WP Cron','2021-02-02 13:40:42','2021-02-02 05:40:42'),(74951,27894,'action complete via WP Cron','2021-02-02 13:40:42','2021-02-02 05:40:42'),(74952,27895,'action created','2021-02-02 13:40:42','2021-02-02 05:40:42'),(74953,27895,'action started via WP Cron','2021-02-02 13:41:42','2021-02-02 05:41:42'),(74954,27895,'action complete via WP Cron','2021-02-02 13:41:42','2021-02-02 05:41:42'),(74955,27896,'action created','2021-02-02 13:41:42','2021-02-02 05:41:42'),(74956,27896,'action started via WP Cron','2021-02-02 13:44:43','2021-02-02 05:44:43'),(74957,27896,'action complete via WP Cron','2021-02-02 13:44:43','2021-02-02 05:44:43'),(74958,27897,'action created','2021-02-02 13:44:43','2021-02-02 05:44:43'),(74959,27897,'action started via WP Cron','2021-02-02 13:47:14','2021-02-02 05:47:14'),(74960,27897,'action complete via WP Cron','2021-02-02 13:47:14','2021-02-02 05:47:14'),(74961,27898,'action created','2021-02-02 13:47:14','2021-02-02 05:47:14'),(74962,27898,'action started via WP Cron','2021-02-02 13:50:07','2021-02-02 05:50:07'),(74963,27898,'action complete via WP Cron','2021-02-02 13:50:07','2021-02-02 05:50:07'),(74964,27899,'action created','2021-02-02 13:50:07','2021-02-02 05:50:07'),(74965,27899,'action started via WP Cron','2021-02-02 13:52:11','2021-02-02 05:52:11'),(74966,27899,'action complete via WP Cron','2021-02-02 13:52:11','2021-02-02 05:52:11'),(74967,27900,'action created','2021-02-02 13:52:11','2021-02-02 05:52:11'),(74968,27900,'action started via WP Cron','2021-02-02 13:54:27','2021-02-02 05:54:27'),(74969,27900,'action complete via WP Cron','2021-02-02 13:54:27','2021-02-02 05:54:27'),(74970,27901,'action created','2021-02-02 13:54:27','2021-02-02 05:54:27'),(74971,27901,'action started via WP Cron','2021-02-02 13:56:22','2021-02-02 05:56:22'),(74972,27901,'action complete via WP Cron','2021-02-02 13:56:22','2021-02-02 05:56:22'),(74973,27902,'action created','2021-02-02 13:56:22','2021-02-02 05:56:22'),(74974,27902,'action started via WP Cron','2021-02-02 13:58:22','2021-02-02 05:58:22'),(74975,27902,'action complete via WP Cron','2021-02-02 13:58:22','2021-02-02 05:58:22'),(74976,27903,'action created','2021-02-02 13:58:22','2021-02-02 05:58:22'),(74977,27903,'action started via WP Cron','2021-02-02 13:58:45','2021-02-02 05:58:45'),(74978,27903,'action complete via WP Cron','2021-02-02 13:58:45','2021-02-02 05:58:45'),(74979,27904,'action created','2021-02-02 13:58:45','2021-02-02 05:58:45'),(74980,27904,'action started via WP Cron','2021-02-02 14:00:51','2021-02-02 06:00:51'),(74981,27904,'action complete via WP Cron','2021-02-02 14:00:51','2021-02-02 06:00:51'),(74982,27905,'action created','2021-02-02 14:00:51','2021-02-02 06:00:51'),(74983,27905,'action started via WP Cron','2021-02-02 14:02:46','2021-02-02 06:02:46'),(74984,27905,'action complete via WP Cron','2021-02-02 14:02:46','2021-02-02 06:02:46'),(74985,27906,'action created','2021-02-02 14:02:46','2021-02-02 06:02:46'),(74986,27906,'action started via WP Cron','2021-02-02 14:04:51','2021-02-02 06:04:51'),(74987,27906,'action complete via WP Cron','2021-02-02 14:04:51','2021-02-02 06:04:51'),(74988,27907,'action created','2021-02-02 14:04:51','2021-02-02 06:04:51'),(74989,27907,'action started via WP Cron','2021-02-02 14:06:52','2021-02-02 06:06:52'),(74990,27907,'action complete via WP Cron','2021-02-02 14:06:52','2021-02-02 06:06:52'),(74991,27908,'action created','2021-02-02 14:06:52','2021-02-02 06:06:52'),(74992,27908,'action started via WP Cron','2021-02-02 14:08:26','2021-02-02 06:08:26'),(74993,27908,'action complete via WP Cron','2021-02-02 14:08:26','2021-02-02 06:08:26'),(74994,27909,'action created','2021-02-02 14:08:26','2021-02-02 06:08:26'),(74995,27909,'action started via WP Cron','2021-02-02 14:08:52','2021-02-02 06:08:52'),(74996,27909,'action complete via WP Cron','2021-02-02 14:08:52','2021-02-02 06:08:52'),(74997,27910,'action created','2021-02-02 14:08:53','2021-02-02 06:08:53'),(74998,27910,'action started via WP Cron','2021-02-02 14:10:12','2021-02-02 06:10:12'),(74999,27910,'action complete via WP Cron','2021-02-02 14:10:12','2021-02-02 06:10:12'),(75000,27911,'action created','2021-02-02 14:10:12','2021-02-02 06:10:12'),(75001,27911,'action started via WP Cron','2021-02-02 14:12:19','2021-02-02 06:12:19'),(75002,27911,'action complete via WP Cron','2021-02-02 14:12:19','2021-02-02 06:12:19'),(75003,27912,'action created','2021-02-02 14:12:19','2021-02-02 06:12:19'),(75004,27912,'action started via WP Cron','2021-02-02 14:14:00','2021-02-02 06:14:00'),(75005,27912,'action complete via WP Cron','2021-02-02 14:14:00','2021-02-02 06:14:00'),(75006,27913,'action created','2021-02-02 14:14:00','2021-02-02 06:14:00'),(75007,27913,'action started via WP Cron','2021-02-02 14:14:46','2021-02-02 06:14:46'),(75008,27913,'action complete via WP Cron','2021-02-02 14:14:46','2021-02-02 06:14:46'),(75009,27914,'action created','2021-02-02 14:14:46','2021-02-02 06:14:46'),(75010,27914,'action started via WP Cron','2021-02-02 14:16:58','2021-02-02 06:16:58'),(75011,27914,'action complete via WP Cron','2021-02-02 14:16:58','2021-02-02 06:16:58'),(75012,27915,'action created','2021-02-02 14:16:58','2021-02-02 06:16:58'),(75013,27915,'action started via WP Cron','2021-02-02 14:17:58','2021-02-02 06:17:58'),(75014,27915,'action complete via WP Cron','2021-02-02 14:17:58','2021-02-02 06:17:58'),(75015,27916,'action created','2021-02-02 14:17:59','2021-02-02 06:17:59'),(75016,27916,'action started via WP Cron','2021-02-02 14:19:31','2021-02-02 06:19:31'),(75017,27916,'action complete via WP Cron','2021-02-02 14:19:31','2021-02-02 06:19:31'),(75018,27917,'action created','2021-02-02 14:19:31','2021-02-02 06:19:31'),(75019,27917,'action started via WP Cron','2021-02-02 14:22:12','2021-02-02 06:22:12'),(75020,27917,'action complete via WP Cron','2021-02-02 14:22:12','2021-02-02 06:22:12'),(75021,27918,'action created','2021-02-02 14:22:12','2021-02-02 06:22:12'),(75022,27918,'action started via WP Cron','2021-02-02 14:24:53','2021-02-02 06:24:53'),(75023,27918,'action complete via WP Cron','2021-02-02 14:24:53','2021-02-02 06:24:53'),(75024,27919,'action created','2021-02-02 14:24:53','2021-02-02 06:24:53'),(75025,27919,'action started via WP Cron','2021-02-02 14:26:33','2021-02-02 06:26:33'),(75026,27919,'action complete via WP Cron','2021-02-02 14:26:33','2021-02-02 06:26:33'),(75027,27920,'action created','2021-02-02 14:26:33','2021-02-02 06:26:33'),(75028,27920,'action started via WP Cron','2021-02-02 14:26:45','2021-02-02 06:26:45'),(75029,27920,'action complete via WP Cron','2021-02-02 14:26:45','2021-02-02 06:26:45'),(75030,27921,'action created','2021-02-02 14:26:45','2021-02-02 06:26:45'),(75031,27921,'action started via WP Cron','2021-02-02 14:30:22','2021-02-02 06:30:22'),(75032,27921,'action complete via WP Cron','2021-02-02 14:30:22','2021-02-02 06:30:22'),(75033,27922,'action created','2021-02-02 14:30:22','2021-02-02 06:30:22'),(75034,27922,'action started via WP Cron','2021-02-02 14:32:04','2021-02-02 06:32:04'),(75035,27922,'action complete via WP Cron','2021-02-02 14:32:04','2021-02-02 06:32:04'),(75036,27923,'action created','2021-02-02 14:32:04','2021-02-02 06:32:04'),(75037,27923,'action started via WP Cron','2021-02-02 14:34:23','2021-02-02 06:34:23'),(75038,27923,'action complete via WP Cron','2021-02-02 14:34:23','2021-02-02 06:34:23'),(75039,27924,'action created','2021-02-02 14:34:23','2021-02-02 06:34:23'),(75040,27924,'action started via WP Cron','2021-02-02 14:36:09','2021-02-02 06:36:09'),(75041,27924,'action complete via WP Cron','2021-02-02 14:36:09','2021-02-02 06:36:09'),(75042,27925,'action created','2021-02-02 14:36:09','2021-02-02 06:36:09'),(75043,27925,'action started via WP Cron','2021-02-02 14:38:49','2021-02-02 06:38:49'),(75044,27925,'action complete via WP Cron','2021-02-02 14:38:49','2021-02-02 06:38:49'),(75045,27926,'action created','2021-02-02 14:38:49','2021-02-02 06:38:49'),(75046,27926,'action started via WP Cron','2021-02-02 14:40:49','2021-02-02 06:40:49'),(75047,27926,'action complete via WP Cron','2021-02-02 14:40:49','2021-02-02 06:40:49'),(75048,27927,'action created','2021-02-02 14:40:49','2021-02-02 06:40:49'),(75049,27927,'action started via WP Cron','2021-02-02 14:41:55','2021-02-02 06:41:55'),(75050,27927,'action complete via WP Cron','2021-02-02 14:41:55','2021-02-02 06:41:55'),(75051,27928,'action created','2021-02-02 14:41:55','2021-02-02 06:41:55'),(75052,27928,'action started via WP Cron','2021-02-02 14:43:07','2021-02-02 06:43:07'),(75053,27928,'action complete via WP Cron','2021-02-02 14:43:07','2021-02-02 06:43:07'),(75054,27929,'action created','2021-02-02 14:43:07','2021-02-02 06:43:07'),(75055,27929,'action started via WP Cron','2021-02-02 14:43:47','2021-02-02 06:43:47'),(75056,27929,'action complete via WP Cron','2021-02-02 14:43:47','2021-02-02 06:43:47'),(75057,27930,'action created','2021-02-02 14:43:47','2021-02-02 06:43:47'),(75058,27930,'action started via WP Cron','2021-02-02 14:45:14','2021-02-02 06:45:14'),(75059,27930,'action complete via WP Cron','2021-02-02 14:45:14','2021-02-02 06:45:14'),(75060,27931,'action created','2021-02-02 14:45:14','2021-02-02 06:45:14'),(75061,27931,'action started via WP Cron','2021-02-02 14:45:59','2021-02-02 06:45:59'),(75062,27931,'action complete via WP Cron','2021-02-02 14:45:59','2021-02-02 06:45:59'),(75063,27932,'action created','2021-02-02 14:45:59','2021-02-02 06:45:59'),(75064,27932,'action started via WP Cron','2021-02-02 14:47:00','2021-02-02 06:47:00'),(75065,27932,'action complete via WP Cron','2021-02-02 14:47:00','2021-02-02 06:47:00'),(75066,27933,'action created','2021-02-02 14:47:00','2021-02-02 06:47:00'),(75067,27933,'action started via WP Cron','2021-02-02 14:47:50','2021-02-02 06:47:50'),(75068,27933,'action complete via WP Cron','2021-02-02 14:47:50','2021-02-02 06:47:50'),(75069,27934,'action created','2021-02-02 14:47:50','2021-02-02 06:47:50'),(75070,27934,'action started via WP Cron','2021-02-02 14:48:49','2021-02-02 06:48:49'),(75071,27934,'action complete via WP Cron','2021-02-02 14:48:49','2021-02-02 06:48:49'),(75072,27935,'action created','2021-02-02 14:48:49','2021-02-02 06:48:49'),(75073,27935,'action started via WP Cron','2021-02-02 14:50:21','2021-02-02 06:50:21'),(75074,27935,'action complete via WP Cron','2021-02-02 14:50:21','2021-02-02 06:50:21'),(75075,27936,'action created','2021-02-02 14:50:21','2021-02-02 06:50:21'),(75076,27936,'action started via WP Cron','2021-02-02 14:52:52','2021-02-02 06:52:52'),(75077,27936,'action complete via WP Cron','2021-02-02 14:52:52','2021-02-02 06:52:52'),(75078,27937,'action created','2021-02-02 14:52:52','2021-02-02 06:52:52'),(75079,27937,'action started via WP Cron','2021-02-02 14:55:22','2021-02-02 06:55:22'),(75080,27937,'action complete via WP Cron','2021-02-02 14:55:22','2021-02-02 06:55:22'),(75081,27938,'action created','2021-02-02 14:55:23','2021-02-02 06:55:23'),(75082,27938,'action started via WP Cron','2021-02-02 14:56:28','2021-02-02 06:56:28'),(75083,27938,'action complete via WP Cron','2021-02-02 14:56:28','2021-02-02 06:56:28'),(75084,27939,'action created','2021-02-02 14:56:28','2021-02-02 06:56:28'),(75085,27939,'action started via WP Cron','2021-02-02 14:57:54','2021-02-02 06:57:54'),(75086,27939,'action complete via WP Cron','2021-02-02 14:57:54','2021-02-02 06:57:54'),(75087,27940,'action created','2021-02-02 14:57:54','2021-02-02 06:57:54'),(75088,27940,'action started via WP Cron','2021-02-02 15:00:35','2021-02-02 07:00:35'),(75089,27940,'action complete via WP Cron','2021-02-02 15:00:35','2021-02-02 07:00:35'),(75090,27941,'action created','2021-02-02 15:00:35','2021-02-02 07:00:35'),(75091,27941,'action started via WP Cron','2021-02-02 15:00:47','2021-02-02 07:00:47'),(75092,27941,'action complete via WP Cron','2021-02-02 15:00:47','2021-02-02 07:00:47'),(75093,27942,'action created','2021-02-02 15:00:47','2021-02-02 07:00:47'),(75094,27942,'action started via WP Cron','2021-02-02 15:03:05','2021-02-02 07:03:05'),(75095,27942,'action complete via WP Cron','2021-02-02 15:03:05','2021-02-02 07:03:05'),(75096,27943,'action created','2021-02-02 15:03:05','2021-02-02 07:03:05'),(75097,27943,'action started via WP Cron','2021-02-02 15:05:38','2021-02-02 07:05:38'),(75098,27943,'action complete via WP Cron','2021-02-02 15:05:38','2021-02-02 07:05:38'),(75099,27944,'action created','2021-02-02 15:05:38','2021-02-02 07:05:38'),(75100,27944,'action started via WP Cron','2021-02-02 15:08:28','2021-02-02 07:08:28'),(75101,27944,'action complete via WP Cron','2021-02-02 15:08:28','2021-02-02 07:08:28'),(75102,27945,'action created','2021-02-02 15:08:28','2021-02-02 07:08:28'),(75103,27945,'action started via WP Cron','2021-02-02 15:11:04','2021-02-02 07:11:04'),(75104,27945,'action complete via WP Cron','2021-02-02 15:11:04','2021-02-02 07:11:04'),(75105,27946,'action created','2021-02-02 15:11:04','2021-02-02 07:11:04'),(75106,27946,'action started via WP Cron','2021-02-02 15:12:59','2021-02-02 07:12:59'),(75107,27946,'action complete via WP Cron','2021-02-02 15:12:59','2021-02-02 07:12:59'),(75108,27947,'action created','2021-02-02 15:12:59','2021-02-02 07:12:59'),(75109,27947,'action started via WP Cron','2021-02-02 15:15:40','2021-02-02 07:15:40'),(75110,27947,'action complete via WP Cron','2021-02-02 15:15:40','2021-02-02 07:15:40'),(75111,27948,'action created','2021-02-02 15:18:38','2021-02-02 07:18:38'),(75112,27948,'action started via WP Cron','2021-02-02 15:21:34','2021-02-02 07:21:34'),(75113,27948,'action complete via WP Cron','2021-02-02 15:21:34','2021-02-02 07:21:34'),(75114,27949,'action created','2021-02-02 15:21:34','2021-02-02 07:21:34'),(75115,27949,'action started via WP Cron','2021-02-02 15:23:17','2021-02-02 07:23:17'),(75116,27949,'action complete via WP Cron','2021-02-02 15:23:17','2021-02-02 07:23:17'),(75117,27950,'action created','2021-02-02 15:23:17','2021-02-02 07:23:17'),(75118,27950,'action started via WP Cron','2021-02-02 15:24:23','2021-02-02 07:24:23'),(75119,27950,'action complete via WP Cron','2021-02-02 15:24:23','2021-02-02 07:24:23'),(75120,27951,'action created','2021-02-02 15:24:23','2021-02-02 07:24:23'),(75121,27951,'action started via WP Cron','2021-02-02 15:25:24','2021-02-02 07:25:24'),(75122,27951,'action complete via WP Cron','2021-02-02 15:25:24','2021-02-02 07:25:24'),(75123,27952,'action created','2021-02-02 15:25:24','2021-02-02 07:25:24'),(75124,27952,'action started via WP Cron','2021-02-02 15:27:26','2021-02-02 07:27:26'),(75125,27952,'action complete via WP Cron','2021-02-02 15:27:26','2021-02-02 07:27:26'),(75126,27953,'action created','2021-02-02 15:27:26','2021-02-02 07:27:26'),(75127,27953,'action started via WP Cron','2021-02-02 15:28:27','2021-02-02 07:28:27'),(75128,27953,'action complete via WP Cron','2021-02-02 15:28:27','2021-02-02 07:28:27'),(75129,27954,'action created','2021-02-02 15:28:27','2021-02-02 07:28:27'),(75130,27954,'action started via WP Cron','2021-02-02 15:29:28','2021-02-02 07:29:28'),(75131,27954,'action complete via WP Cron','2021-02-02 15:29:28','2021-02-02 07:29:28'),(75132,27955,'action created','2021-02-02 15:29:29','2021-02-02 07:29:29'),(75133,27955,'action started via WP Cron','2021-02-02 15:30:15','2021-02-02 07:30:15'),(75134,27955,'action complete via WP Cron','2021-02-02 15:30:15','2021-02-02 07:30:15'),(75135,27956,'action created','2021-02-02 15:30:15','2021-02-02 07:30:15'),(75136,27956,'action started via WP Cron','2021-02-02 15:32:23','2021-02-02 07:32:23'),(75137,27956,'action complete via WP Cron','2021-02-02 15:32:23','2021-02-02 07:32:23'),(75138,27957,'action created','2021-02-02 15:32:23','2021-02-02 07:32:23'),(75139,27957,'action started via WP Cron','2021-02-02 15:34:58','2021-02-02 07:34:58'),(75140,27957,'action complete via WP Cron','2021-02-02 15:34:58','2021-02-02 07:34:58'),(75141,27958,'action created','2021-02-02 15:34:58','2021-02-02 07:34:58'),(75142,27958,'action started via WP Cron','2021-02-02 15:37:22','2021-02-02 07:37:22'),(75143,27958,'action complete via WP Cron','2021-02-02 15:37:22','2021-02-02 07:37:22'),(75144,27959,'action created','2021-02-02 15:37:23','2021-02-02 07:37:23'),(75145,27959,'action started via WP Cron','2021-02-02 15:40:10','2021-02-02 07:40:10'),(75146,27959,'action complete via WP Cron','2021-02-02 15:40:10','2021-02-02 07:40:10'),(75147,27960,'action created','2021-02-02 15:40:10','2021-02-02 07:40:10'),(75148,27960,'action started via WP Cron','2021-02-02 15:40:57','2021-02-02 07:40:57'),(75149,27960,'action complete via WP Cron','2021-02-02 15:40:57','2021-02-02 07:40:57'),(75150,27961,'action created','2021-02-02 15:40:57','2021-02-02 07:40:57'),(75151,27961,'action started via WP Cron','2021-02-02 15:42:21','2021-02-02 07:42:21'),(75152,27961,'action complete via WP Cron','2021-02-02 15:42:21','2021-02-02 07:42:21'),(75153,27962,'action created','2021-02-02 15:42:21','2021-02-02 07:42:21'),(75154,27962,'action started via WP Cron','2021-02-02 15:44:26','2021-02-02 07:44:26'),(75155,27962,'action complete via WP Cron','2021-02-02 15:44:26','2021-02-02 07:44:26'),(75156,27963,'action created','2021-02-02 15:44:26','2021-02-02 07:44:26'),(75157,27963,'action started via WP Cron','2021-02-02 15:46:41','2021-02-02 07:46:41'),(75158,27963,'action complete via WP Cron','2021-02-02 15:46:41','2021-02-02 07:46:41'),(75159,27964,'action created','2021-02-02 15:46:41','2021-02-02 07:46:41'),(75160,27964,'action started via WP Cron','2021-02-02 15:48:17','2021-02-02 07:48:17'),(75161,27964,'action complete via WP Cron','2021-02-02 15:48:17','2021-02-02 07:48:17'),(75162,27965,'action created','2021-02-02 15:48:17','2021-02-02 07:48:17'),(75163,27965,'action started via WP Cron','2021-02-02 15:49:03','2021-02-02 07:49:03'),(75164,27965,'action complete via WP Cron','2021-02-02 15:49:03','2021-02-02 07:49:03'),(75165,27966,'action created','2021-02-02 15:49:03','2021-02-02 07:49:03'),(75166,27966,'action started via WP Cron','2021-02-02 15:51:06','2021-02-02 07:51:06'),(75167,27966,'action complete via WP Cron','2021-02-02 15:51:06','2021-02-02 07:51:06'),(75168,27967,'action created','2021-02-02 15:51:06','2021-02-02 07:51:06'),(75169,27967,'action started via WP Cron','2021-02-02 15:53:15','2021-02-02 07:53:15'),(75170,27967,'action complete via WP Cron','2021-02-02 15:53:15','2021-02-02 07:53:15'),(75171,27968,'action created','2021-02-02 15:53:15','2021-02-02 07:53:15'),(75172,27968,'action started via WP Cron','2021-02-02 15:55:10','2021-02-02 07:55:10'),(75173,27968,'action complete via WP Cron','2021-02-02 15:55:10','2021-02-02 07:55:10'),(75174,27969,'action created','2021-02-02 15:55:10','2021-02-02 07:55:10'),(75175,27969,'action started via WP Cron','2021-02-02 15:58:00','2021-02-02 07:58:00'),(75176,27969,'action complete via WP Cron','2021-02-02 15:58:00','2021-02-02 07:58:00'),(75177,27970,'action created','2021-02-02 15:58:00','2021-02-02 07:58:00'),(75178,27970,'action started via WP Cron','2021-02-02 16:00:50','2021-02-02 08:00:50'),(75179,27970,'action complete via WP Cron','2021-02-02 16:00:50','2021-02-02 08:00:50'),(75180,27971,'action created','2021-02-02 16:00:50','2021-02-02 08:00:50'),(75181,27971,'action started via WP Cron','2021-02-02 16:02:54','2021-02-02 08:02:54'),(75182,27971,'action complete via WP Cron','2021-02-02 16:02:54','2021-02-02 08:02:54'),(75183,27972,'action created','2021-02-02 16:02:54','2021-02-02 08:02:54'),(75184,27972,'action started via WP Cron','2021-02-02 16:04:59','2021-02-02 08:04:59'),(75185,27972,'action complete via WP Cron','2021-02-02 16:04:59','2021-02-02 08:04:59'),(75186,27973,'action created','2021-02-02 16:04:59','2021-02-02 08:04:59'),(75187,27973,'action started via WP Cron','2021-02-02 16:05:42','2021-02-02 08:05:42'),(75188,27973,'action complete via WP Cron','2021-02-02 16:05:42','2021-02-02 08:05:42'),(75189,27974,'action created','2021-02-02 16:05:43','2021-02-02 08:05:43'),(75190,27974,'action started via WP Cron','2021-02-02 16:07:05','2021-02-02 08:07:05'),(75191,27974,'action complete via WP Cron','2021-02-02 16:07:05','2021-02-02 08:07:05'),(75192,27975,'action created','2021-02-02 16:07:05','2021-02-02 08:07:05'),(75193,27975,'action started via WP Cron','2021-02-02 16:10:09','2021-02-02 08:10:09'),(75194,27975,'action complete via WP Cron','2021-02-02 16:10:09','2021-02-02 08:10:09'),(75195,27976,'action created','2021-02-02 16:10:09','2021-02-02 08:10:09'),(75196,27976,'action started via WP Cron','2021-02-02 16:12:21','2021-02-02 08:12:21'),(75197,27976,'action complete via WP Cron','2021-02-02 16:12:21','2021-02-02 08:12:21'),(75198,27977,'action created','2021-02-02 16:12:21','2021-02-02 08:12:21'),(75199,27977,'action started via WP Cron','2021-02-02 16:14:42','2021-02-02 08:14:42'),(75200,27977,'action complete via WP Cron','2021-02-02 16:14:42','2021-02-02 08:14:42'),(75201,27978,'action created','2021-02-02 16:14:43','2021-02-02 08:14:43'),(75202,27978,'action started via WP Cron','2021-02-02 16:16:55','2021-02-02 08:16:55'),(75203,27978,'action complete via WP Cron','2021-02-02 16:16:55','2021-02-02 08:16:55'),(75204,27979,'action created','2021-02-02 16:16:55','2021-02-02 08:16:55'),(75205,27979,'action started via WP Cron','2021-02-02 16:19:56','2021-02-02 08:19:56'),(75206,27979,'action complete via WP Cron','2021-02-02 16:19:56','2021-02-02 08:19:56'),(75207,27980,'action created','2021-02-02 16:19:56','2021-02-02 08:19:56'),(75208,27980,'action started via WP Cron','2021-02-02 16:21:49','2021-02-02 08:21:49'),(75209,27980,'action complete via WP Cron','2021-02-02 16:21:49','2021-02-02 08:21:49'),(75210,27981,'action created','2021-02-02 16:21:49','2021-02-02 08:21:49'),(75211,27981,'action started via WP Cron','2021-02-02 16:24:02','2021-02-02 08:24:02'),(75212,27981,'action complete via WP Cron','2021-02-02 16:24:02','2021-02-02 08:24:02'),(75213,27982,'action created','2021-02-02 16:24:02','2021-02-02 08:24:02'),(75214,27982,'action started via WP Cron','2021-02-02 16:26:47','2021-02-02 08:26:47'),(75215,27982,'action complete via WP Cron','2021-02-02 16:26:47','2021-02-02 08:26:47'),(75216,27983,'action created','2021-02-02 16:26:47','2021-02-02 08:26:47'),(75217,27983,'action started via WP Cron','2021-02-02 16:29:20','2021-02-02 08:29:20'),(75218,27983,'action complete via WP Cron','2021-02-02 16:29:20','2021-02-02 08:29:20'),(75219,27984,'action created','2021-02-02 16:29:20','2021-02-02 08:29:20'),(75220,27984,'action started via WP Cron','2021-02-02 16:30:18','2021-02-02 08:30:18'),(75221,27984,'action complete via WP Cron','2021-02-02 16:30:18','2021-02-02 08:30:18'),(75222,27985,'action created','2021-02-02 16:30:18','2021-02-02 08:30:18'),(75223,27985,'action started via WP Cron','2021-02-02 16:31:14','2021-02-02 08:31:14'),(75224,27985,'action complete via WP Cron','2021-02-02 16:31:14','2021-02-02 08:31:14'),(75225,27986,'action created','2021-02-02 16:31:14','2021-02-02 08:31:14'),(75226,27986,'action started via WP Cron','2021-02-02 16:32:30','2021-02-02 08:32:30'),(75227,27986,'action complete via WP Cron','2021-02-02 16:32:30','2021-02-02 08:32:30'),(75228,27987,'action created','2021-02-02 16:32:30','2021-02-02 08:32:30'),(75229,27987,'action started via WP Cron','2021-02-02 16:33:14','2021-02-02 08:33:14'),(75230,27987,'action complete via WP Cron','2021-02-02 16:33:14','2021-02-02 08:33:14'),(75231,27988,'action created','2021-02-02 16:33:14','2021-02-02 08:33:14'),(75232,27988,'action started via WP Cron','2021-02-02 16:34:32','2021-02-02 08:34:32'),(75233,27988,'action complete via WP Cron','2021-02-02 16:34:32','2021-02-02 08:34:32'),(75234,27989,'action created','2021-02-02 16:34:32','2021-02-02 08:34:32'),(75235,27989,'action started via WP Cron','2021-02-02 16:35:33','2021-02-02 08:35:33'),(75236,27989,'action complete via WP Cron','2021-02-02 16:35:33','2021-02-02 08:35:33'),(75237,27990,'action created','2021-02-02 16:35:34','2021-02-02 08:35:34'),(75238,27990,'action started via WP Cron','2021-02-02 16:38:16','2021-02-02 08:38:16'),(75239,27990,'action complete via WP Cron','2021-02-02 16:38:16','2021-02-02 08:38:16'),(75240,27991,'action created','2021-02-02 16:38:16','2021-02-02 08:38:16'),(75241,27991,'action started via WP Cron','2021-02-02 16:41:19','2021-02-02 08:41:19'),(75242,27991,'action complete via WP Cron','2021-02-02 16:41:19','2021-02-02 08:41:19'),(75243,27992,'action created','2021-02-02 16:41:19','2021-02-02 08:41:19'),(75244,27992,'action started via WP Cron','2021-02-02 16:43:07','2021-02-02 08:43:07'),(75245,27992,'action complete via WP Cron','2021-02-02 16:43:07','2021-02-02 08:43:07'),(75246,27993,'action created','2021-02-02 16:43:08','2021-02-02 08:43:08'),(75247,27993,'action started via WP Cron','2021-02-02 16:43:46','2021-02-02 08:43:46'),(75248,27993,'action complete via WP Cron','2021-02-02 16:43:46','2021-02-02 08:43:46'),(75249,27994,'action created','2021-02-02 16:43:46','2021-02-02 08:43:46'),(75250,27994,'action started via WP Cron','2021-02-02 16:45:52','2021-02-02 08:45:52'),(75251,27994,'action complete via WP Cron','2021-02-02 16:45:52','2021-02-02 08:45:52'),(75252,27995,'action created','2021-02-02 16:48:11','2021-02-02 08:48:11'),(75253,27995,'action started via WP Cron','2021-02-02 16:50:25','2021-02-02 08:50:25'),(75254,27995,'action complete via WP Cron','2021-02-02 16:50:25','2021-02-02 08:50:25'),(75255,27996,'action created','2021-02-02 16:50:25','2021-02-02 08:50:25'),(75256,27996,'action started via WP Cron','2021-02-02 16:51:15','2021-02-02 08:51:15'),(75257,27996,'action complete via WP Cron','2021-02-02 16:51:15','2021-02-02 08:51:15'),(75258,27997,'action created','2021-02-02 16:51:15','2021-02-02 08:51:15'),(75259,27997,'action started via WP Cron','2021-02-02 16:52:35','2021-02-02 08:52:35'),(75260,27997,'action complete via WP Cron','2021-02-02 16:52:35','2021-02-02 08:52:35'),(75261,27998,'action created','2021-02-02 16:52:35','2021-02-02 08:52:35'),(75262,27998,'action started via WP Cron','2021-02-02 16:52:55','2021-02-02 08:52:55'),(75263,27998,'action complete via WP Cron','2021-02-02 16:52:55','2021-02-02 08:52:55'),(75264,27999,'action created','2021-02-02 16:52:55','2021-02-02 08:52:55'),(75265,27999,'action started via WP Cron','2021-02-02 16:55:01','2021-02-02 08:55:01'),(75266,27999,'action complete via WP Cron','2021-02-02 16:55:01','2021-02-02 08:55:01'),(75267,28000,'action created','2021-02-02 16:57:39','2021-02-02 08:57:39'),(75268,28000,'action started via WP Cron','2021-02-02 17:00:05','2021-02-02 09:00:05'),(75269,28000,'action complete via WP Cron','2021-02-02 17:00:05','2021-02-02 09:00:05'),(75270,28001,'action created','2021-02-02 17:00:05','2021-02-02 09:00:05'),(75271,28001,'action started via WP Cron','2021-02-02 17:00:57','2021-02-02 09:00:57'),(75272,28001,'action complete via WP Cron','2021-02-02 17:00:57','2021-02-02 09:00:57'),(75273,28002,'action created','2021-02-02 17:00:57','2021-02-02 09:00:57'),(75274,28002,'action started via WP Cron','2021-02-02 17:01:45','2021-02-02 09:01:45'),(75275,28002,'action complete via WP Cron','2021-02-02 17:01:45','2021-02-02 09:01:45'),(75276,28003,'action created','2021-02-02 17:01:45','2021-02-02 09:01:45'),(75277,28003,'action started via WP Cron','2021-02-02 17:02:43','2021-02-02 09:02:43'),(75278,28003,'action complete via WP Cron','2021-02-02 17:02:43','2021-02-02 09:02:43'),(75279,28004,'action created','2021-02-02 17:02:43','2021-02-02 09:02:43'),(75280,28004,'action started via WP Cron','2021-02-02 17:03:43','2021-02-02 09:03:43'),(75281,28004,'action complete via WP Cron','2021-02-02 17:03:43','2021-02-02 09:03:43'),(75282,28005,'action created','2021-02-02 17:03:43','2021-02-02 09:03:43'),(75283,28005,'action started via WP Cron','2021-02-02 17:04:50','2021-02-02 09:04:50'),(75284,28005,'action complete via WP Cron','2021-02-02 17:04:50','2021-02-02 09:04:50'),(75285,28006,'action created','2021-02-02 17:04:50','2021-02-02 09:04:50'),(75286,28006,'action started via WP Cron','2021-02-02 17:05:42','2021-02-02 09:05:42'),(75287,28006,'action complete via WP Cron','2021-02-02 17:05:42','2021-02-02 09:05:42'),(75288,28007,'action created','2021-02-02 17:05:42','2021-02-02 09:05:42'),(75289,28007,'action started via WP Cron','2021-02-02 17:06:44','2021-02-02 09:06:44'),(75290,28007,'action complete via WP Cron','2021-02-02 17:06:44','2021-02-02 09:06:44'),(75291,28008,'action created','2021-02-02 17:06:44','2021-02-02 09:06:44'),(75292,28008,'action started via WP Cron','2021-02-02 17:07:41','2021-02-02 09:07:41'),(75293,28008,'action complete via WP Cron','2021-02-02 17:07:41','2021-02-02 09:07:41'),(75294,28009,'action created','2021-02-02 17:07:42','2021-02-02 09:07:42'),(75295,28009,'action started via WP Cron','2021-02-02 17:08:53','2021-02-02 09:08:53'),(75296,28009,'action complete via WP Cron','2021-02-02 17:08:53','2021-02-02 09:08:53'),(75297,28010,'action created','2021-02-02 17:08:54','2021-02-02 09:08:54'),(75298,28010,'action started via WP Cron','2021-02-02 17:09:43','2021-02-02 09:09:43'),(75299,28010,'action complete via WP Cron','2021-02-02 17:09:43','2021-02-02 09:09:43'),(75300,28011,'action created','2021-02-02 17:09:44','2021-02-02 09:09:44'),(75301,28011,'action started via WP Cron','2021-02-02 17:10:43','2021-02-02 09:10:43'),(75302,28011,'action complete via WP Cron','2021-02-02 17:10:43','2021-02-02 09:10:43'),(75303,28012,'action created','2021-02-02 17:10:43','2021-02-02 09:10:43'),(75304,28012,'action started via WP Cron','2021-02-02 17:11:44','2021-02-02 09:11:44'),(75305,28012,'action complete via WP Cron','2021-02-02 17:11:44','2021-02-02 09:11:44'),(75306,28013,'action created','2021-02-02 17:11:44','2021-02-02 09:11:44'),(75307,28013,'action started via WP Cron','2021-02-02 17:12:48','2021-02-02 09:12:48'),(75308,28013,'action complete via WP Cron','2021-02-02 17:12:48','2021-02-02 09:12:48'),(75309,28014,'action created','2021-02-02 17:12:48','2021-02-02 09:12:48'),(75310,28014,'action started via WP Cron','2021-02-02 17:13:43','2021-02-02 09:13:43'),(75311,28014,'action complete via WP Cron','2021-02-02 17:13:43','2021-02-02 09:13:43'),(75312,28015,'action created','2021-02-02 17:13:43','2021-02-02 09:13:43'),(75313,28015,'action started via WP Cron','2021-02-02 17:14:44','2021-02-02 09:14:44'),(75314,28015,'action complete via WP Cron','2021-02-02 17:14:44','2021-02-02 09:14:44'),(75315,28016,'action created','2021-02-02 17:14:44','2021-02-02 09:14:44'),(75316,28016,'action started via WP Cron','2021-02-02 17:15:42','2021-02-02 09:15:42'),(75317,28016,'action complete via WP Cron','2021-02-02 17:15:42','2021-02-02 09:15:42'),(75318,28017,'action created','2021-02-02 17:15:43','2021-02-02 09:15:43'),(75319,28017,'action started via WP Cron','2021-02-02 17:16:47','2021-02-02 09:16:47'),(75320,28017,'action complete via WP Cron','2021-02-02 17:16:47','2021-02-02 09:16:47'),(75321,28018,'action created','2021-02-02 17:16:47','2021-02-02 09:16:47'),(75322,28018,'action started via WP Cron','2021-02-02 17:17:46','2021-02-02 09:17:46'),(75323,28018,'action complete via WP Cron','2021-02-02 17:17:46','2021-02-02 09:17:46'),(75324,28019,'action created','2021-02-02 17:17:46','2021-02-02 09:17:46'),(75325,28019,'action started via WP Cron','2021-02-02 17:18:41','2021-02-02 09:18:41'),(75326,28019,'action complete via WP Cron','2021-02-02 17:18:41','2021-02-02 09:18:41'),(75327,28020,'action created','2021-02-02 17:18:41','2021-02-02 09:18:41'),(75328,28020,'action started via WP Cron','2021-02-02 17:19:46','2021-02-02 09:19:46'),(75329,28020,'action complete via WP Cron','2021-02-02 17:19:46','2021-02-02 09:19:46'),(75330,28021,'action created','2021-02-02 17:19:46','2021-02-02 09:19:46'),(75331,28021,'action started via WP Cron','2021-02-02 17:21:51','2021-02-02 09:21:51'),(75332,28021,'action complete via WP Cron','2021-02-02 17:21:51','2021-02-02 09:21:51'),(75333,28022,'action created','2021-02-02 17:21:52','2021-02-02 09:21:52'),(75334,28022,'action started via WP Cron','2021-02-02 17:22:52','2021-02-02 09:22:52'),(75335,28022,'action complete via WP Cron','2021-02-02 17:22:52','2021-02-02 09:22:52'),(75336,28023,'action created','2021-02-02 17:22:59','2021-02-02 09:22:59'),(75337,28023,'action started via WP Cron','2021-02-02 17:23:46','2021-02-02 09:23:46'),(75338,28023,'action complete via WP Cron','2021-02-02 17:23:46','2021-02-02 09:23:46'),(75339,28024,'action created','2021-02-02 17:26:08','2021-02-02 09:26:08'),(75340,28024,'action started via WP Cron','2021-02-02 17:30:05','2021-02-02 09:30:05'),(75341,28024,'action complete via WP Cron','2021-02-02 17:30:05','2021-02-02 09:30:05'),(75342,28025,'action created','2021-02-02 17:30:05','2021-02-02 09:30:05'),(75343,28025,'action started via WP Cron','2021-02-02 17:39:40','2021-02-02 09:39:40'),(75344,28025,'action complete via WP Cron','2021-02-02 17:39:40','2021-02-02 09:39:40'),(75345,28026,'action created','2021-02-02 17:39:40','2021-02-02 09:39:40'),(75346,28026,'action started via WP Cron','2021-02-02 17:41:09','2021-02-02 09:41:09'),(75347,28026,'action complete via WP Cron','2021-02-02 17:41:09','2021-02-02 09:41:09'),(75348,28027,'action created','2021-02-02 17:41:09','2021-02-02 09:41:09'),(75349,28027,'action started via WP Cron','2021-02-02 17:42:19','2021-02-02 09:42:19'),(75350,28027,'action complete via WP Cron','2021-02-02 17:42:19','2021-02-02 09:42:19'),(75351,28028,'action created','2021-02-02 17:42:20','2021-02-02 09:42:20'),(75352,28028,'action started via WP Cron','2021-02-02 17:46:36','2021-02-02 09:46:36'),(75353,28028,'action complete via WP Cron','2021-02-02 17:46:36','2021-02-02 09:46:36'),(75354,28029,'action created','2021-02-02 17:48:42','2021-02-02 09:48:42'),(75355,28029,'action started via WP Cron','2021-02-02 17:49:41','2021-02-02 09:49:41'),(75356,28029,'action complete via WP Cron','2021-02-02 17:49:41','2021-02-02 09:49:41'),(75357,28030,'action created','2021-02-02 17:49:41','2021-02-02 09:49:41'),(75358,28030,'action started via WP Cron','2021-02-02 17:50:46','2021-02-02 09:50:46'),(75359,28030,'action complete via WP Cron','2021-02-02 17:50:46','2021-02-02 09:50:46'),(75360,28031,'action created','2021-02-02 17:50:46','2021-02-02 09:50:46'),(75361,28031,'action started via WP Cron','2021-02-02 18:02:13','2021-02-02 10:02:13'),(75362,28031,'action complete via WP Cron','2021-02-02 18:02:13','2021-02-02 10:02:13'),(75363,28032,'action created','2021-02-02 18:02:13','2021-02-02 10:02:13'),(75364,28032,'action started via WP Cron','2021-02-02 18:03:11','2021-02-02 10:03:11'),(75365,28032,'action complete via WP Cron','2021-02-02 18:03:11','2021-02-02 10:03:11'),(75366,28033,'action created','2021-02-02 18:03:11','2021-02-02 10:03:11'),(75367,28033,'action started via WP Cron','2021-02-02 18:04:12','2021-02-02 10:04:12'),(75368,28033,'action complete via WP Cron','2021-02-02 18:04:12','2021-02-02 10:04:12'),(75369,28034,'action created','2021-02-02 18:04:12','2021-02-02 10:04:12'),(75370,28034,'action started via WP Cron','2021-02-02 18:06:14','2021-02-02 10:06:14'),(75371,28034,'action complete via WP Cron','2021-02-02 18:06:14','2021-02-02 10:06:14'),(75372,28035,'action created','2021-02-02 18:06:14','2021-02-02 10:06:14'),(75373,28035,'action started via WP Cron','2021-02-02 18:07:15','2021-02-02 10:07:15'),(75374,28035,'action complete via WP Cron','2021-02-02 18:07:15','2021-02-02 10:07:15'),(75375,28036,'action created','2021-02-02 18:07:15','2021-02-02 10:07:15'),(75376,28036,'action started via WP Cron','2021-02-02 18:08:16','2021-02-02 10:08:16'),(75377,28036,'action complete via WP Cron','2021-02-02 18:08:16','2021-02-02 10:08:16'),(75378,28037,'action created','2021-02-02 18:08:16','2021-02-02 10:08:16'),(75379,28037,'action started via WP Cron','2021-02-02 18:11:26','2021-02-02 10:11:26'),(75380,28037,'action complete via WP Cron','2021-02-02 18:11:26','2021-02-02 10:11:26'),(75381,28038,'action created','2021-02-02 18:11:26','2021-02-02 10:11:26'),(75382,28038,'action started via WP Cron','2021-02-02 18:13:57','2021-02-02 10:13:57'),(75383,28038,'action complete via WP Cron','2021-02-02 18:13:57','2021-02-02 10:13:57'),(75384,28039,'action created','2021-02-02 18:15:53','2021-02-02 10:15:53'),(75385,28039,'action started via WP Cron','2021-02-02 18:17:10','2021-02-02 10:17:10'),(75386,28039,'action complete via WP Cron','2021-02-02 18:17:10','2021-02-02 10:17:10'),(75387,28040,'action created','2021-02-02 18:17:10','2021-02-02 10:17:10'),(75388,28040,'action started via WP Cron','2021-02-02 18:18:25','2021-02-02 10:18:25'),(75389,28040,'action complete via WP Cron','2021-02-02 18:18:25','2021-02-02 10:18:25'),(75390,28041,'action created','2021-02-02 18:18:25','2021-02-02 10:18:25'),(75391,28041,'action started via WP Cron','2021-02-02 18:21:02','2021-02-02 10:21:02'),(75392,28041,'action complete via WP Cron','2021-02-02 18:21:02','2021-02-02 10:21:02'),(75393,28042,'action created','2021-02-02 18:21:03','2021-02-02 10:21:03'),(75394,28042,'action started via WP Cron','2021-02-02 18:22:08','2021-02-02 10:22:08'),(75395,28042,'action complete via WP Cron','2021-02-02 18:22:08','2021-02-02 10:22:08'),(75396,28043,'action created','2021-02-02 18:22:08','2021-02-02 10:22:08'),(75397,28043,'action started via WP Cron','2021-02-02 18:23:28','2021-02-02 10:23:28'),(75398,28043,'action complete via WP Cron','2021-02-02 18:23:28','2021-02-02 10:23:28'),(75399,28044,'action created','2021-02-02 18:23:28','2021-02-02 10:23:28'),(75400,28044,'action started via WP Cron','2021-02-02 18:31:10','2021-02-02 10:31:10'),(75401,28044,'action complete via WP Cron','2021-02-02 18:31:10','2021-02-02 10:31:10'),(75402,28045,'action created','2021-02-02 18:31:10','2021-02-02 10:31:10'),(75403,28045,'action started via WP Cron','2021-02-02 18:31:48','2021-02-02 10:31:48'),(75404,28045,'action complete via WP Cron','2021-02-02 18:31:48','2021-02-02 10:31:48'),(75405,28046,'action created','2021-02-02 18:31:48','2021-02-02 10:31:48'),(75406,28046,'action started via WP Cron','2021-02-02 18:33:10','2021-02-02 10:33:10'),(75407,28046,'action complete via WP Cron','2021-02-02 18:33:10','2021-02-02 10:33:10'),(75408,28047,'action created','2021-02-02 18:33:10','2021-02-02 10:33:10'),(75409,28047,'action started via WP Cron','2021-02-02 18:34:08','2021-02-02 10:34:08'),(75410,28047,'action complete via WP Cron','2021-02-02 18:34:08','2021-02-02 10:34:08'),(75411,28048,'action created','2021-02-02 18:34:08','2021-02-02 10:34:08'),(75412,28048,'action started via WP Cron','2021-02-02 18:36:15','2021-02-02 10:36:15'),(75413,28048,'action complete via WP Cron','2021-02-02 18:36:15','2021-02-02 10:36:15'),(75414,28049,'action created','2021-02-02 18:36:15','2021-02-02 10:36:15'),(75415,28049,'action started via WP Cron','2021-02-02 18:37:15','2021-02-02 10:37:15'),(75416,28049,'action complete via WP Cron','2021-02-02 18:37:15','2021-02-02 10:37:15'),(75417,28050,'action created','2021-02-02 18:37:15','2021-02-02 10:37:15'),(75418,28050,'action started via WP Cron','2021-02-02 18:40:37','2021-02-02 10:40:37'),(75419,28050,'action complete via WP Cron','2021-02-02 18:40:37','2021-02-02 10:40:37'),(75420,28051,'action created','2021-02-02 18:40:38','2021-02-02 10:40:38'),(75421,28051,'action started via WP Cron','2021-02-02 18:41:38','2021-02-02 10:41:38'),(75422,28051,'action complete via WP Cron','2021-02-02 18:41:38','2021-02-02 10:41:38'),(75423,28052,'action created','2021-02-02 18:41:39','2021-02-02 10:41:39'),(75424,28052,'action started via WP Cron','2021-02-02 18:51:59','2021-02-02 10:51:59'),(75425,28052,'action complete via WP Cron','2021-02-02 18:51:59','2021-02-02 10:51:59'),(75426,28053,'action created','2021-02-02 18:51:59','2021-02-02 10:51:59'),(75427,28053,'action started via WP Cron','2021-02-02 18:59:13','2021-02-02 10:59:13'),(75428,28053,'action complete via WP Cron','2021-02-02 18:59:13','2021-02-02 10:59:13'),(75429,28054,'action created','2021-02-02 18:59:13','2021-02-02 10:59:13'),(75430,28054,'action started via WP Cron','2021-02-02 19:00:18','2021-02-02 11:00:18'),(75431,28054,'action complete via WP Cron','2021-02-02 19:00:18','2021-02-02 11:00:18'),(75432,28055,'action created','2021-02-02 19:00:18','2021-02-02 11:00:18'),(75433,28055,'action started via WP Cron','2021-02-02 19:01:19','2021-02-02 11:01:19'),(75434,28055,'action complete via WP Cron','2021-02-02 19:01:19','2021-02-02 11:01:19'),(75435,28056,'action created','2021-02-02 19:01:19','2021-02-02 11:01:19'),(75436,28056,'action started via WP Cron','2021-02-02 19:02:18','2021-02-02 11:02:18'),(75437,28056,'action complete via WP Cron','2021-02-02 19:02:18','2021-02-02 11:02:18'),(75438,28057,'action created','2021-02-02 19:02:18','2021-02-02 11:02:18'),(75439,28057,'action started via WP Cron','2021-02-02 19:02:58','2021-02-02 11:02:58'),(75440,28057,'action complete via WP Cron','2021-02-02 19:02:58','2021-02-02 11:02:58'),(75441,28058,'action created','2021-02-02 19:02:58','2021-02-02 11:02:58'),(75442,28058,'action started via WP Cron','2021-02-02 19:04:06','2021-02-02 11:04:06'),(75443,28058,'action complete via WP Cron','2021-02-02 19:04:06','2021-02-02 11:04:06'),(75444,28059,'action created','2021-02-02 19:04:06','2021-02-02 11:04:06'),(75445,28059,'action started via WP Cron','2021-02-02 19:05:07','2021-02-02 11:05:07'),(75446,28059,'action complete via WP Cron','2021-02-02 19:05:07','2021-02-02 11:05:07'),(75447,28060,'action created','2021-02-02 19:05:07','2021-02-02 11:05:07'),(75448,28060,'action started via WP Cron','2021-02-02 19:08:22','2021-02-02 11:08:22'),(75449,28060,'action complete via WP Cron','2021-02-02 19:08:22','2021-02-02 11:08:22'),(75450,28061,'action created','2021-02-02 19:08:22','2021-02-02 11:08:22'),(75451,28061,'action started via WP Cron','2021-02-02 19:09:16','2021-02-02 11:09:16'),(75452,28061,'action complete via WP Cron','2021-02-02 19:09:16','2021-02-02 11:09:16'),(75453,28062,'action created','2021-02-02 19:09:16','2021-02-02 11:09:16'),(75454,28062,'action started via WP Cron','2021-02-02 19:10:17','2021-02-02 11:10:17'),(75455,28062,'action complete via WP Cron','2021-02-02 19:10:17','2021-02-02 11:10:17'),(75456,28063,'action created','2021-02-02 19:10:17','2021-02-02 11:10:17'),(75457,28063,'action started via WP Cron','2021-02-02 19:36:03','2021-02-02 11:36:03'),(75458,28063,'action complete via WP Cron','2021-02-02 19:36:03','2021-02-02 11:36:03'),(75459,28064,'action created','2021-02-02 19:36:05','2021-02-02 11:36:05'),(75460,28064,'action started via WP Cron','2021-02-02 19:37:12','2021-02-02 11:37:12'),(75461,28064,'action complete via WP Cron','2021-02-02 19:37:12','2021-02-02 11:37:12'),(75462,28065,'action created','2021-02-02 19:37:12','2021-02-02 11:37:12'),(75463,28065,'action started via WP Cron','2021-02-02 19:38:13','2021-02-02 11:38:13'),(75464,28065,'action complete via WP Cron','2021-02-02 19:38:13','2021-02-02 11:38:13'),(75465,28066,'action created','2021-02-02 19:38:13','2021-02-02 11:38:13'),(75466,28066,'action started via WP Cron','2021-02-02 19:40:15','2021-02-02 11:40:15'),(75467,28066,'action complete via WP Cron','2021-02-02 19:40:15','2021-02-02 11:40:15'),(75468,28067,'action created','2021-02-02 19:40:15','2021-02-02 11:40:15'),(75469,28067,'action started via WP Cron','2021-02-02 19:41:16','2021-02-02 11:41:16'),(75470,28067,'action complete via WP Cron','2021-02-02 19:41:16','2021-02-02 11:41:16'),(75471,28068,'action created','2021-02-02 19:41:16','2021-02-02 11:41:16'),(75472,28068,'action started via WP Cron','2021-02-02 19:42:17','2021-02-02 11:42:17'),(75473,28068,'action complete via WP Cron','2021-02-02 19:42:17','2021-02-02 11:42:17'),(75474,28069,'action created','2021-02-02 19:42:17','2021-02-02 11:42:17'),(75475,28069,'action started via WP Cron','2021-02-02 19:48:27','2021-02-02 11:48:27'),(75476,28069,'action complete via WP Cron','2021-02-02 19:48:27','2021-02-02 11:48:27'),(75477,28070,'action created','2021-02-02 19:48:27','2021-02-02 11:48:27'),(75478,28070,'action started via WP Cron','2021-02-02 19:50:51','2021-02-02 11:50:51'),(75479,28070,'action complete via WP Cron','2021-02-02 19:50:51','2021-02-02 11:50:51'),(75480,28071,'action created','2021-02-02 19:50:51','2021-02-02 11:50:51'),(75481,28071,'action started via WP Cron','2021-02-02 19:51:56','2021-02-02 11:51:56'),(75482,28071,'action complete via WP Cron','2021-02-02 19:51:56','2021-02-02 11:51:56'),(75483,28072,'action created','2021-02-02 19:51:56','2021-02-02 11:51:56'),(75484,28072,'action started via WP Cron','2021-02-02 19:52:58','2021-02-02 11:52:58'),(75485,28072,'action complete via WP Cron','2021-02-02 19:52:58','2021-02-02 11:52:58'),(75486,28073,'action created','2021-02-02 19:52:58','2021-02-02 11:52:58'),(75487,28073,'action started via WP Cron','2021-02-02 19:54:59','2021-02-02 11:54:59'),(75488,28073,'action complete via WP Cron','2021-02-02 19:54:59','2021-02-02 11:54:59'),(75489,28074,'action created','2021-02-02 19:55:00','2021-02-02 11:55:00'),(75490,28074,'action started via WP Cron','2021-02-02 19:56:00','2021-02-02 11:56:00'),(75491,28074,'action complete via WP Cron','2021-02-02 19:56:00','2021-02-02 11:56:00'),(75492,28075,'action created','2021-02-02 19:56:01','2021-02-02 11:56:01'),(75493,28075,'action started via WP Cron','2021-02-02 19:57:01','2021-02-02 11:57:01'),(75494,28075,'action complete via WP Cron','2021-02-02 19:57:01','2021-02-02 11:57:01'),(75495,28076,'action created','2021-02-02 19:57:02','2021-02-02 11:57:02'),(75496,28076,'action started via WP Cron','2021-02-02 20:00:10','2021-02-02 12:00:10'),(75497,28076,'action complete via WP Cron','2021-02-02 20:00:10','2021-02-02 12:00:10'),(75498,28077,'action created','2021-02-02 20:00:10','2021-02-02 12:00:10'),(75499,28077,'action started via WP Cron','2021-02-02 20:01:30','2021-02-02 12:01:30'),(75500,28077,'action complete via WP Cron','2021-02-02 20:01:30','2021-02-02 12:01:30'),(75501,28078,'action created','2021-02-02 20:01:30','2021-02-02 12:01:30'),(75502,28078,'action started via WP Cron','2021-02-02 20:05:25','2021-02-02 12:05:25'),(75503,28078,'action complete via WP Cron','2021-02-02 20:05:25','2021-02-02 12:05:25'),(75504,28079,'action created','2021-02-02 20:05:25','2021-02-02 12:05:25'),(75505,28079,'action started via WP Cron','2021-02-02 20:06:08','2021-02-02 12:06:08'),(75506,28079,'action complete via WP Cron','2021-02-02 20:06:08','2021-02-02 12:06:08'),(75507,28080,'action created','2021-02-02 20:06:08','2021-02-02 12:06:08'),(75508,28080,'action started via WP Cron','2021-02-02 20:07:24','2021-02-02 12:07:24'),(75509,28080,'action complete via WP Cron','2021-02-02 20:07:24','2021-02-02 12:07:24'),(75510,28081,'action created','2021-02-02 20:07:24','2021-02-02 12:07:24'),(75511,28081,'action started via WP Cron','2021-02-02 20:08:09','2021-02-02 12:08:09'),(75512,28081,'action complete via WP Cron','2021-02-02 20:08:09','2021-02-02 12:08:09'),(75513,28082,'action created','2021-02-02 20:08:09','2021-02-02 12:08:09'),(75514,28082,'action started via WP Cron','2021-02-02 20:09:10','2021-02-02 12:09:10'),(75515,28082,'action complete via WP Cron','2021-02-02 20:09:10','2021-02-02 12:09:10'),(75516,28083,'action created','2021-02-02 20:09:10','2021-02-02 12:09:10'),(75517,28083,'action started via WP Cron','2021-02-02 20:11:17','2021-02-02 12:11:17'),(75518,28083,'action complete via WP Cron','2021-02-02 20:11:17','2021-02-02 12:11:17'),(75519,28084,'action created','2021-02-02 20:11:17','2021-02-02 12:11:17'),(75520,28084,'action started via WP Cron','2021-02-02 20:12:07','2021-02-02 12:12:07'),(75521,28084,'action complete via WP Cron','2021-02-02 20:12:07','2021-02-02 12:12:07'),(75522,28085,'action created','2021-02-02 20:12:09','2021-02-02 12:12:09'),(75523,28085,'action started via WP Cron','2021-02-02 20:13:19','2021-02-02 12:13:19'),(75524,28085,'action complete via WP Cron','2021-02-02 20:13:19','2021-02-02 12:13:19'),(75525,28086,'action created','2021-02-02 20:13:19','2021-02-02 12:13:19'),(75526,28086,'action started via WP Cron','2021-02-02 20:14:49','2021-02-02 12:14:49'),(75527,28086,'action complete via WP Cron','2021-02-02 20:14:49','2021-02-02 12:14:49'),(75528,28087,'action created','2021-02-02 20:14:49','2021-02-02 12:14:49'),(75529,28087,'action started via WP Cron','2021-02-02 20:15:51','2021-02-02 12:15:51'),(75530,28087,'action complete via WP Cron','2021-02-02 20:15:51','2021-02-02 12:15:51'),(75531,28088,'action created','2021-02-02 20:15:51','2021-02-02 12:15:51'),(75532,28088,'action started via WP Cron','2021-02-02 20:39:10','2021-02-02 12:39:10'),(75533,28088,'action complete via WP Cron','2021-02-02 20:39:10','2021-02-02 12:39:10'),(75534,28089,'action created','2021-02-02 20:39:10','2021-02-02 12:39:10'),(75535,28089,'action started via WP Cron','2021-02-02 20:57:08','2021-02-02 12:57:08'),(75536,28089,'action complete via WP Cron','2021-02-02 20:57:08','2021-02-02 12:57:08'),(75537,28090,'action created','2021-02-02 20:57:08','2021-02-02 12:57:08'),(75538,28090,'action started via WP Cron','2021-02-02 20:58:02','2021-02-02 12:58:02'),(75539,28090,'action complete via WP Cron','2021-02-02 20:58:02','2021-02-02 12:58:02'),(75540,28091,'action created','2021-02-02 20:58:02','2021-02-02 12:58:02'),(75541,28091,'action started via WP Cron','2021-02-02 20:59:02','2021-02-02 12:59:02'),(75542,28091,'action complete via WP Cron','2021-02-02 20:59:02','2021-02-02 12:59:02'),(75543,28092,'action created','2021-02-02 20:59:03','2021-02-02 12:59:03'),(75544,28092,'action started via WP Cron','2021-02-02 20:59:41','2021-02-02 12:59:41'),(75545,28092,'action complete via WP Cron','2021-02-02 20:59:41','2021-02-02 12:59:41'),(75546,28093,'action created','2021-02-02 20:59:41','2021-02-02 12:59:41'),(75547,28093,'action started via Async Request','2021-02-02 21:00:01','2021-02-02 13:00:01'),(75548,28093,'action complete via Async Request','2021-02-02 21:00:01','2021-02-02 13:00:01'),(75549,28094,'action created','2021-02-02 21:00:03','2021-02-02 13:00:03'),(75550,28094,'action started via WP Cron','2021-02-02 21:00:44','2021-02-02 13:00:44'),(75551,28094,'action complete via WP Cron','2021-02-02 21:00:44','2021-02-02 13:00:44'),(75552,28095,'action created','2021-02-02 21:00:44','2021-02-02 13:00:44'),(75553,28095,'action started via WP Cron','2021-02-02 21:01:41','2021-02-02 13:01:41'),(75554,28095,'action complete via WP Cron','2021-02-02 21:01:41','2021-02-02 13:01:41'),(75555,28096,'action created','2021-02-02 21:01:41','2021-02-02 13:01:41'),(75556,28096,'action started via WP Cron','2021-02-02 21:02:44','2021-02-02 13:02:44'),(75557,28096,'action complete via WP Cron','2021-02-02 21:02:44','2021-02-02 13:02:44'),(75558,28097,'action created','2021-02-02 21:02:44','2021-02-02 13:02:44'),(75559,28097,'action started via WP Cron','2021-02-02 21:03:46','2021-02-02 13:03:46'),(75560,28097,'action complete via WP Cron','2021-02-02 21:03:46','2021-02-02 13:03:46'),(75561,28098,'action created','2021-02-02 21:03:46','2021-02-02 13:03:46'),(75562,28098,'action started via WP Cron','2021-02-02 21:04:48','2021-02-02 13:04:48'),(75563,28098,'action complete via WP Cron','2021-02-02 21:04:48','2021-02-02 13:04:48'),(75564,28099,'action created','2021-02-02 21:04:48','2021-02-02 13:04:48'),(75565,28099,'action started via WP Cron','2021-02-02 21:05:55','2021-02-02 13:05:55'),(75566,28099,'action complete via WP Cron','2021-02-02 21:05:55','2021-02-02 13:05:55'),(75567,28100,'action created','2021-02-02 21:05:55','2021-02-02 13:05:55'),(75568,28100,'action started via WP Cron','2021-02-02 21:06:57','2021-02-02 13:06:57'),(75569,28100,'action complete via WP Cron','2021-02-02 21:06:57','2021-02-02 13:06:57'),(75570,28101,'action created','2021-02-02 21:06:57','2021-02-02 13:06:57'),(75571,28101,'action started via WP Cron','2021-02-02 21:08:02','2021-02-02 13:08:02'),(75572,28101,'action complete via WP Cron','2021-02-02 21:08:02','2021-02-02 13:08:02'),(75573,28102,'action created','2021-02-02 21:08:02','2021-02-02 13:08:02'),(75574,28102,'action started via WP Cron','2021-02-02 21:08:44','2021-02-02 13:08:44'),(75575,28102,'action complete via WP Cron','2021-02-02 21:08:44','2021-02-02 13:08:44'),(75576,28103,'action created','2021-02-02 21:08:44','2021-02-02 13:08:44'),(75577,28103,'action started via WP Cron','2021-02-02 21:09:49','2021-02-02 13:09:49'),(75578,28103,'action complete via WP Cron','2021-02-02 21:09:49','2021-02-02 13:09:49'),(75579,28104,'action created','2021-02-02 21:09:49','2021-02-02 13:09:49'),(75580,28104,'action started via WP Cron','2021-02-02 21:10:57','2021-02-02 13:10:57'),(75581,28104,'action complete via WP Cron','2021-02-02 21:10:57','2021-02-02 13:10:57'),(75582,28105,'action created','2021-02-02 21:10:57','2021-02-02 13:10:57'),(75583,28105,'action started via WP Cron','2021-02-02 21:11:53','2021-02-02 13:11:53'),(75584,28105,'action complete via WP Cron','2021-02-02 21:11:53','2021-02-02 13:11:53'),(75585,28106,'action created','2021-02-02 21:11:53','2021-02-02 13:11:53'),(75586,28106,'action started via WP Cron','2021-02-02 21:12:59','2021-02-02 13:12:59'),(75587,28106,'action complete via WP Cron','2021-02-02 21:12:59','2021-02-02 13:12:59'),(75588,28107,'action created','2021-02-02 21:13:00','2021-02-02 13:13:00'),(75589,28107,'action started via WP Cron','2021-02-02 21:13:42','2021-02-02 13:13:42'),(75590,28107,'action complete via WP Cron','2021-02-02 21:13:42','2021-02-02 13:13:42'),(75591,28108,'action created','2021-02-02 21:13:42','2021-02-02 13:13:42'),(75592,28108,'action started via WP Cron','2021-02-02 21:14:45','2021-02-02 13:14:45'),(75593,28108,'action complete via WP Cron','2021-02-02 21:14:45','2021-02-02 13:14:45'),(75594,28109,'action created','2021-02-02 21:14:45','2021-02-02 13:14:45'),(75595,28109,'action started via WP Cron','2021-02-02 21:15:41','2021-02-02 13:15:41'),(75596,28109,'action complete via WP Cron','2021-02-02 21:15:41','2021-02-02 13:15:41'),(75597,28110,'action created','2021-02-02 21:15:41','2021-02-02 13:15:41'),(75598,28110,'action started via WP Cron','2021-02-02 21:16:53','2021-02-02 13:16:53'),(75599,28110,'action complete via WP Cron','2021-02-02 21:16:53','2021-02-02 13:16:53'),(75600,28111,'action created','2021-02-02 21:16:53','2021-02-02 13:16:53'),(75601,28111,'action started via WP Cron','2021-02-02 21:17:49','2021-02-02 13:17:49'),(75602,28111,'action complete via WP Cron','2021-02-02 21:17:49','2021-02-02 13:17:49'),(75603,28112,'action created','2021-02-02 21:17:49','2021-02-02 13:17:49'),(75604,28112,'action started via WP Cron','2021-02-02 21:18:45','2021-02-02 13:18:45'),(75605,28112,'action complete via WP Cron','2021-02-02 21:18:45','2021-02-02 13:18:45'),(75606,28113,'action created','2021-02-02 21:18:45','2021-02-02 13:18:45'),(75607,28113,'action started via WP Cron','2021-02-02 21:20:01','2021-02-02 13:20:01'),(75608,28113,'action complete via WP Cron','2021-02-02 21:20:01','2021-02-02 13:20:01'),(75609,28114,'action created','2021-02-02 21:20:01','2021-02-02 13:20:01'),(75610,28114,'action started via WP Cron','2021-02-02 21:20:44','2021-02-02 13:20:44'),(75611,28114,'action complete via WP Cron','2021-02-02 21:20:44','2021-02-02 13:20:44'),(75612,28115,'action created','2021-02-02 21:20:44','2021-02-02 13:20:44'),(75613,28115,'action started via WP Cron','2021-02-02 21:21:46','2021-02-02 13:21:46'),(75614,28115,'action complete via WP Cron','2021-02-02 21:21:46','2021-02-02 13:21:46'),(75615,28116,'action created','2021-02-02 21:21:46','2021-02-02 13:21:46'),(75616,28116,'action started via WP Cron','2021-02-02 21:22:45','2021-02-02 13:22:45'),(75617,28116,'action complete via WP Cron','2021-02-02 21:22:45','2021-02-02 13:22:45'),(75618,28117,'action created','2021-02-02 21:22:45','2021-02-02 13:22:45'),(75619,28117,'action started via WP Cron','2021-02-02 21:23:54','2021-02-02 13:23:54'),(75620,28117,'action complete via WP Cron','2021-02-02 21:23:54','2021-02-02 13:23:54'),(75621,28118,'action created','2021-02-02 21:23:54','2021-02-02 13:23:54'),(75622,28118,'action started via WP Cron','2021-02-02 21:24:42','2021-02-02 13:24:42'),(75623,28118,'action complete via WP Cron','2021-02-02 21:24:42','2021-02-02 13:24:42'),(75624,28119,'action created','2021-02-02 21:24:42','2021-02-02 13:24:42'),(75625,28119,'action started via WP Cron','2021-02-02 21:26:05','2021-02-02 13:26:05'),(75626,28119,'action complete via WP Cron','2021-02-02 21:26:05','2021-02-02 13:26:05'),(75627,28120,'action created','2021-02-02 21:26:05','2021-02-02 13:26:05'),(75628,28120,'action started via WP Cron','2021-02-02 21:26:46','2021-02-02 13:26:46'),(75629,28120,'action complete via WP Cron','2021-02-02 21:26:47','2021-02-02 13:26:47'),(75630,28121,'action created','2021-02-02 21:26:47','2021-02-02 13:26:47'),(75631,28121,'action started via WP Cron','2021-02-02 21:27:51','2021-02-02 13:27:51'),(75632,28121,'action complete via WP Cron','2021-02-02 21:27:51','2021-02-02 13:27:51'),(75633,28122,'action created','2021-02-02 21:27:51','2021-02-02 13:27:51'),(75634,28122,'action started via WP Cron','2021-02-02 21:28:48','2021-02-02 13:28:48'),(75635,28122,'action complete via WP Cron','2021-02-02 21:28:48','2021-02-02 13:28:48'),(75636,28123,'action created','2021-02-02 21:28:48','2021-02-02 13:28:48'),(75637,28123,'action started via WP Cron','2021-02-02 21:30:00','2021-02-02 13:30:00'),(75638,28123,'action complete via WP Cron','2021-02-02 21:30:00','2021-02-02 13:30:00'),(75639,28124,'action created','2021-02-02 21:30:00','2021-02-02 13:30:00'),(75640,28124,'action started via WP Cron','2021-02-02 21:42:06','2021-02-02 13:42:06'),(75641,28124,'action complete via WP Cron','2021-02-02 21:42:06','2021-02-02 13:42:06'),(75642,28125,'action created','2021-02-02 21:42:06','2021-02-02 13:42:06'),(75643,28125,'action started via WP Cron','2021-02-02 21:42:43','2021-02-02 13:42:43'),(75644,28125,'action complete via WP Cron','2021-02-02 21:42:43','2021-02-02 13:42:43'),(75645,28126,'action created','2021-02-02 21:42:43','2021-02-02 13:42:43'),(75646,28126,'action started via WP Cron','2021-02-02 21:43:50','2021-02-02 13:43:50'),(75647,28126,'action complete via WP Cron','2021-02-02 21:43:50','2021-02-02 13:43:50'),(75648,28127,'action created','2021-02-02 21:43:50','2021-02-02 13:43:50'),(75649,28127,'action started via WP Cron','2021-02-02 21:45:00','2021-02-02 13:45:00'),(75650,28127,'action complete via WP Cron','2021-02-02 21:45:00','2021-02-02 13:45:00'),(75651,28128,'action created','2021-02-02 21:45:00','2021-02-02 13:45:00'),(75652,28128,'action started via WP Cron','2021-02-02 21:47:03','2021-02-02 13:47:03'),(75653,28128,'action complete via WP Cron','2021-02-02 21:47:03','2021-02-02 13:47:03'),(75654,28129,'action created','2021-02-02 21:47:03','2021-02-02 13:47:03'),(75655,28129,'action started via WP Cron','2021-02-02 21:48:03','2021-02-02 13:48:03'),(75656,28129,'action complete via WP Cron','2021-02-02 21:48:03','2021-02-02 13:48:03'),(75657,28130,'action created','2021-02-02 21:48:03','2021-02-02 13:48:03'),(75658,28130,'action started via WP Cron','2021-02-02 21:49:04','2021-02-02 13:49:04'),(75659,28130,'action complete via WP Cron','2021-02-02 21:49:04','2021-02-02 13:49:04'),(75660,28131,'action created','2021-02-02 21:49:04','2021-02-02 13:49:04'),(75661,28131,'action started via WP Cron','2021-02-02 22:03:50','2021-02-02 14:03:50'),(75662,28131,'action complete via WP Cron','2021-02-02 22:03:50','2021-02-02 14:03:50'),(75663,28132,'action created','2021-02-02 22:03:50','2021-02-02 14:03:50'),(75664,28132,'action started via WP Cron','2021-02-02 22:04:52','2021-02-02 14:04:52'),(75665,28132,'action complete via WP Cron','2021-02-02 22:04:52','2021-02-02 14:04:52'),(75666,28133,'action created','2021-02-02 22:04:52','2021-02-02 14:04:52'),(75667,28133,'action started via WP Cron','2021-02-02 22:05:53','2021-02-02 14:05:53'),(75668,28133,'action complete via WP Cron','2021-02-02 22:05:53','2021-02-02 14:05:53'),(75669,28134,'action created','2021-02-02 22:05:53','2021-02-02 14:05:53'),(75670,28134,'action started via WP Cron','2021-02-02 22:07:56','2021-02-02 14:07:56'),(75671,28134,'action complete via WP Cron','2021-02-02 22:07:56','2021-02-02 14:07:56'),(75672,28135,'action created','2021-02-02 22:07:56','2021-02-02 14:07:56'),(75673,28135,'action started via WP Cron','2021-02-02 22:08:45','2021-02-02 14:08:45'),(75674,28135,'action complete via WP Cron','2021-02-02 22:08:45','2021-02-02 14:08:45'),(75675,28136,'action created','2021-02-02 22:08:45','2021-02-02 14:08:45'),(75676,28136,'action started via WP Cron','2021-02-02 22:11:18','2021-02-02 14:11:18'),(75677,28136,'action complete via WP Cron','2021-02-02 22:11:18','2021-02-02 14:11:18'),(75678,28137,'action created','2021-02-02 22:11:18','2021-02-02 14:11:18'),(75679,28137,'action started via WP Cron','2021-02-02 22:12:54','2021-02-02 14:12:54'),(75680,28137,'action complete via WP Cron','2021-02-02 22:12:54','2021-02-02 14:12:54'),(75681,28138,'action created','2021-02-02 22:12:54','2021-02-02 14:12:54'),(75682,28138,'action started via WP Cron','2021-02-02 22:14:32','2021-02-02 14:14:32'),(75683,28138,'action complete via WP Cron','2021-02-02 22:14:32','2021-02-02 14:14:32'),(75684,28139,'action created','2021-02-02 22:14:32','2021-02-02 14:14:32'),(75685,28139,'action started via WP Cron','2021-02-02 22:15:30','2021-02-02 14:15:30'),(75686,28139,'action complete via WP Cron','2021-02-02 22:15:30','2021-02-02 14:15:30'),(75687,28140,'action created','2021-02-02 22:15:30','2021-02-02 14:15:30'),(75688,28140,'action started via WP Cron','2021-02-02 22:15:49','2021-02-02 14:15:49'),(75689,28140,'action complete via WP Cron','2021-02-02 22:15:49','2021-02-02 14:15:49'),(75690,28141,'action created','2021-02-02 22:15:49','2021-02-02 14:15:49'),(75691,28141,'action started via WP Cron','2021-02-02 22:17:58','2021-02-02 14:17:58'),(75692,28141,'action complete via WP Cron','2021-02-02 22:17:58','2021-02-02 14:17:58'),(75693,28142,'action created','2021-02-02 22:17:58','2021-02-02 14:17:58'),(75694,28142,'action started via WP Cron','2021-02-02 22:27:13','2021-02-02 14:27:13'),(75695,28142,'action complete via WP Cron','2021-02-02 22:27:13','2021-02-02 14:27:13'),(75696,28143,'action created','2021-02-02 22:27:13','2021-02-02 14:27:13'),(75697,28143,'action started via WP Cron','2021-02-02 22:33:45','2021-02-02 14:33:45'),(75698,28143,'action complete via WP Cron','2021-02-02 22:33:45','2021-02-02 14:33:45'),(75699,28144,'action created','2021-02-02 22:33:45','2021-02-02 14:33:45'),(75700,28144,'action started via WP Cron','2021-02-02 22:34:54','2021-02-02 14:34:54'),(75701,28144,'action complete via WP Cron','2021-02-02 22:34:54','2021-02-02 14:34:54'),(75702,28145,'action created','2021-02-02 22:34:54','2021-02-02 14:34:54'),(75703,28145,'action started via WP Cron','2021-02-02 22:35:55','2021-02-02 14:35:55'),(75704,28145,'action complete via WP Cron','2021-02-02 22:35:55','2021-02-02 14:35:55'),(75705,28146,'action created','2021-02-02 22:35:55','2021-02-02 14:35:55'),(75706,28146,'action started via WP Cron','2021-02-02 22:36:40','2021-02-02 14:36:40'),(75707,28146,'action complete via WP Cron','2021-02-02 22:36:40','2021-02-02 14:36:40'),(75708,28147,'action created','2021-02-02 22:36:41','2021-02-02 14:36:41'),(75709,28147,'action started via WP Cron','2021-02-02 22:37:57','2021-02-02 14:37:57'),(75710,28147,'action complete via WP Cron','2021-02-02 22:37:57','2021-02-02 14:37:57'),(75711,28148,'action created','2021-02-02 22:37:57','2021-02-02 14:37:57'),(75712,28148,'action started via WP Cron','2021-02-02 22:38:57','2021-02-02 14:38:57'),(75713,28148,'action complete via WP Cron','2021-02-02 22:38:57','2021-02-02 14:38:57'),(75714,28149,'action created','2021-02-02 22:38:57','2021-02-02 14:38:57'),(75715,28149,'action started via WP Cron','2021-02-02 22:39:59','2021-02-02 14:39:59'),(75716,28149,'action complete via WP Cron','2021-02-02 22:39:59','2021-02-02 14:39:59'),(75717,28150,'action created','2021-02-02 22:39:59','2021-02-02 14:39:59'),(75718,28150,'action started via WP Cron','2021-02-02 22:51:41','2021-02-02 14:51:41'),(75719,28150,'action complete via WP Cron','2021-02-02 22:51:41','2021-02-02 14:51:41'),(75720,28151,'action created','2021-02-02 22:51:41','2021-02-02 14:51:41'),(75721,28151,'action started via WP Cron','2021-02-02 22:54:52','2021-02-02 14:54:52'),(75722,28151,'action complete via WP Cron','2021-02-02 22:54:52','2021-02-02 14:54:52'),(75723,28152,'action created','2021-02-02 22:54:52','2021-02-02 14:54:52'),(75724,28152,'action started via WP Cron','2021-02-02 23:04:38','2021-02-02 15:04:38'),(75725,28152,'action complete via WP Cron','2021-02-02 23:04:38','2021-02-02 15:04:38'),(75726,28153,'action created','2021-02-02 23:04:38','2021-02-02 15:04:38'),(75727,28153,'action started via WP Cron','2021-02-02 23:05:49','2021-02-02 15:05:49'),(75728,28153,'action complete via WP Cron','2021-02-02 23:05:49','2021-02-02 15:05:49'),(75729,28154,'action created','2021-02-02 23:05:49','2021-02-02 15:05:49'),(75730,28154,'action started via WP Cron','2021-02-02 23:09:31','2021-02-02 15:09:31'),(75731,28154,'action complete via WP Cron','2021-02-02 23:09:31','2021-02-02 15:09:31'),(75732,28155,'action created','2021-02-02 23:09:31','2021-02-02 15:09:31'),(75733,28155,'action started via WP Cron','2021-02-02 23:10:31','2021-02-02 15:10:31'),(75734,28155,'action complete via WP Cron','2021-02-02 23:10:31','2021-02-02 15:10:31'),(75735,28156,'action created','2021-02-02 23:10:31','2021-02-02 15:10:31'),(75736,28156,'action started via WP Cron','2021-02-02 23:11:32','2021-02-02 15:11:32'),(75737,28156,'action complete via WP Cron','2021-02-02 23:11:32','2021-02-02 15:11:32'),(75738,28157,'action created','2021-02-02 23:11:32','2021-02-02 15:11:32');
INSERT INTO `wp_actionscheduler_logs` VALUES (75739,28157,'action started via WP Cron','2021-02-02 23:13:34','2021-02-02 15:13:34'),(75740,28157,'action complete via WP Cron','2021-02-02 23:13:34','2021-02-02 15:13:34'),(75741,28158,'action created','2021-02-02 23:13:34','2021-02-02 15:13:34'),(75742,28158,'action started via WP Cron','2021-02-02 23:14:12','2021-02-02 15:14:12'),(75743,28158,'action complete via WP Cron','2021-02-02 23:14:12','2021-02-02 15:14:12'),(75744,28159,'action created','2021-02-02 23:14:13','2021-02-02 15:14:13'),(75745,28159,'action started via WP Cron','2021-02-02 23:14:44','2021-02-02 15:14:44'),(75746,28159,'action complete via WP Cron','2021-02-02 23:14:44','2021-02-02 15:14:44'),(75747,28160,'action created','2021-02-02 23:14:44','2021-02-02 15:14:44'),(75748,28160,'action started via WP Cron','2021-02-02 23:15:46','2021-02-02 15:15:46'),(75749,28160,'action complete via WP Cron','2021-02-02 23:15:46','2021-02-02 15:15:46'),(75750,28161,'action created','2021-02-02 23:15:46','2021-02-02 15:15:46'),(75751,28161,'action started via WP Cron','2021-02-02 23:30:22','2021-02-02 15:30:22'),(75752,28161,'action complete via WP Cron','2021-02-02 23:30:22','2021-02-02 15:30:22'),(75753,28162,'action created','2021-02-02 23:30:22','2021-02-02 15:30:22'),(75754,28162,'action started via WP Cron','2021-02-02 23:35:00','2021-02-02 15:35:00'),(75755,28162,'action complete via WP Cron','2021-02-02 23:35:00','2021-02-02 15:35:00'),(75756,28163,'action created','2021-02-02 23:35:00','2021-02-02 15:35:00'),(75757,28163,'action started via WP Cron','2021-02-02 23:37:01','2021-02-02 15:37:01'),(75758,28163,'action complete via WP Cron','2021-02-02 23:37:01','2021-02-02 15:37:01'),(75759,28164,'action created','2021-02-02 23:37:01','2021-02-02 15:37:01'),(75760,28164,'action started via WP Cron','2021-02-02 23:38:13','2021-02-02 15:38:13'),(75761,28164,'action complete via WP Cron','2021-02-02 23:38:13','2021-02-02 15:38:13'),(75762,28165,'action created','2021-02-02 23:38:13','2021-02-02 15:38:13'),(75763,28165,'action started via WP Cron','2021-02-02 23:39:15','2021-02-02 15:39:15'),(75764,28165,'action complete via WP Cron','2021-02-02 23:39:15','2021-02-02 15:39:15'),(75765,28166,'action created','2021-02-02 23:39:15','2021-02-02 15:39:15'),(75766,28166,'action started via WP Cron','2021-02-02 23:40:16','2021-02-02 15:40:16'),(75767,28166,'action complete via WP Cron','2021-02-02 23:40:16','2021-02-02 15:40:16'),(75768,28167,'action created','2021-02-02 23:40:16','2021-02-02 15:40:16'),(75769,28167,'action started via WP Cron','2021-02-02 23:43:18','2021-02-02 15:43:18'),(75770,28167,'action complete via WP Cron','2021-02-02 23:43:18','2021-02-02 15:43:18'),(75771,28168,'action created','2021-02-02 23:43:18','2021-02-02 15:43:18'),(75772,28168,'action started via WP Cron','2021-02-02 23:44:19','2021-02-02 15:44:19'),(75773,28168,'action complete via WP Cron','2021-02-02 23:44:19','2021-02-02 15:44:19'),(75774,28169,'action created','2021-02-02 23:44:19','2021-02-02 15:44:19'),(75775,28169,'action started via WP Cron','2021-02-02 23:45:20','2021-02-02 15:45:20'),(75776,28169,'action complete via WP Cron','2021-02-02 23:45:20','2021-02-02 15:45:20'),(75777,28170,'action created','2021-02-02 23:45:20','2021-02-02 15:45:20'),(75778,28170,'action started via WP Cron','2021-02-02 23:46:00','2021-02-02 15:46:00'),(75779,28170,'action complete via WP Cron','2021-02-02 23:46:00','2021-02-02 15:46:00'),(75780,28171,'action created','2021-02-02 23:46:00','2021-02-02 15:46:00'),(75781,28171,'action started via WP Cron','2021-02-03 00:00:33','2021-02-02 16:00:33'),(75782,28171,'action complete via WP Cron','2021-02-03 00:00:33','2021-02-02 16:00:33'),(75783,28172,'action created','2021-02-03 00:00:34','2021-02-02 16:00:34'),(75784,28172,'action started via WP Cron','2021-02-03 00:12:52','2021-02-02 16:12:52'),(75785,28172,'action complete via WP Cron','2021-02-03 00:12:52','2021-02-02 16:12:52'),(75786,28173,'action created','2021-02-03 00:12:52','2021-02-02 16:12:52'),(75787,28173,'action started via WP Cron','2021-02-03 00:13:42','2021-02-02 16:13:42'),(75788,28173,'action complete via WP Cron','2021-02-03 00:13:42','2021-02-02 16:13:42'),(75789,28174,'action created','2021-02-03 00:13:42','2021-02-02 16:13:42'),(75790,28174,'action started via WP Cron','2021-02-03 00:14:42','2021-02-02 16:14:42'),(75791,28174,'action complete via WP Cron','2021-02-03 00:14:42','2021-02-02 16:14:42'),(75792,28175,'action created','2021-02-03 00:14:42','2021-02-02 16:14:42'),(75793,28175,'action started via WP Cron','2021-02-03 00:15:42','2021-02-02 16:15:42'),(75794,28175,'action complete via WP Cron','2021-02-03 00:15:42','2021-02-02 16:15:42'),(75795,28176,'action created','2021-02-03 00:15:42','2021-02-02 16:15:42'),(75796,28176,'action started via WP Cron','2021-02-03 00:16:44','2021-02-02 16:16:44'),(75797,28176,'action complete via WP Cron','2021-02-03 00:16:44','2021-02-02 16:16:44'),(75798,28177,'action created','2021-02-03 00:16:44','2021-02-02 16:16:44'),(75799,28177,'action started via WP Cron','2021-02-03 00:17:45','2021-02-02 16:17:45'),(75800,28177,'action complete via WP Cron','2021-02-03 00:17:45','2021-02-02 16:17:45'),(75801,28178,'action created','2021-02-03 00:17:45','2021-02-02 16:17:45'),(75802,28178,'action started via WP Cron','2021-02-03 00:18:42','2021-02-02 16:18:42'),(75803,28178,'action complete via WP Cron','2021-02-03 00:18:42','2021-02-02 16:18:42'),(75804,28179,'action created','2021-02-03 00:18:42','2021-02-02 16:18:42'),(75805,28179,'action started via WP Cron','2021-02-03 00:19:42','2021-02-02 16:19:42'),(75806,28179,'action complete via WP Cron','2021-02-03 00:19:42','2021-02-02 16:19:42'),(75807,28180,'action created','2021-02-03 00:19:42','2021-02-02 16:19:42'),(75808,28180,'action started via WP Cron','2021-02-03 00:20:48','2021-02-02 16:20:48'),(75809,28180,'action complete via WP Cron','2021-02-03 00:20:48','2021-02-02 16:20:48'),(75810,28181,'action created','2021-02-03 00:20:48','2021-02-02 16:20:48'),(75811,28181,'action started via WP Cron','2021-02-03 00:21:41','2021-02-02 16:21:41'),(75812,28181,'action complete via WP Cron','2021-02-03 00:21:41','2021-02-02 16:21:41'),(75813,28182,'action created','2021-02-03 00:21:41','2021-02-02 16:21:41'),(75814,28182,'action started via WP Cron','2021-02-03 00:22:42','2021-02-02 16:22:42'),(75815,28182,'action complete via WP Cron','2021-02-03 00:22:42','2021-02-02 16:22:42'),(75816,28183,'action created','2021-02-03 00:22:42','2021-02-02 16:22:42'),(75817,28183,'action started via WP Cron','2021-02-03 00:23:45','2021-02-02 16:23:45'),(75818,28183,'action complete via WP Cron','2021-02-03 00:23:45','2021-02-02 16:23:45'),(75819,28184,'action created','2021-02-03 00:23:45','2021-02-02 16:23:45'),(75820,28184,'action started via WP Cron','2021-02-03 00:24:44','2021-02-02 16:24:44'),(75821,28184,'action complete via WP Cron','2021-02-03 00:24:44','2021-02-02 16:24:44'),(75822,28185,'action created','2021-02-03 00:24:45','2021-02-02 16:24:45'),(75823,28185,'action started via WP Cron','2021-02-03 00:25:44','2021-02-02 16:25:44'),(75824,28185,'action complete via WP Cron','2021-02-03 00:25:44','2021-02-02 16:25:44'),(75825,28186,'action created','2021-02-03 00:25:44','2021-02-02 16:25:44'),(75826,28186,'action started via WP Cron','2021-02-03 00:46:33','2021-02-02 16:46:33'),(75827,28186,'action complete via WP Cron','2021-02-03 00:46:33','2021-02-02 16:46:33'),(75828,28187,'action created','2021-02-03 00:46:33','2021-02-02 16:46:33'),(75829,28187,'action started via WP Cron','2021-02-03 00:47:24','2021-02-02 16:47:24'),(75830,28187,'action complete via WP Cron','2021-02-03 00:47:24','2021-02-02 16:47:24'),(75831,28188,'action created','2021-02-03 00:47:24','2021-02-02 16:47:24'),(75832,28188,'action started via WP Cron','2021-02-03 00:48:22','2021-02-02 16:48:22'),(75833,28188,'action complete via WP Cron','2021-02-03 00:48:22','2021-02-02 16:48:22'),(75834,28189,'action created','2021-02-03 00:48:22','2021-02-02 16:48:22'),(75835,28189,'action started via WP Cron','2021-02-03 00:49:23','2021-02-02 16:49:23'),(75836,28189,'action complete via WP Cron','2021-02-03 00:49:23','2021-02-02 16:49:23'),(75837,28190,'action created','2021-02-03 00:49:23','2021-02-02 16:49:23'),(75838,28190,'action started via WP Cron','2021-02-03 00:51:25','2021-02-02 16:51:25'),(75839,28190,'action complete via WP Cron','2021-02-03 00:51:25','2021-02-02 16:51:25'),(75840,28191,'action created','2021-02-03 00:51:25','2021-02-02 16:51:25'),(75841,28191,'action started via WP Cron','2021-02-03 00:52:17','2021-02-02 16:52:17'),(75842,28191,'action complete via WP Cron','2021-02-03 00:52:17','2021-02-02 16:52:17'),(75843,28192,'action created','2021-02-03 00:52:17','2021-02-02 16:52:17'),(75844,28192,'action started via WP Cron','2021-02-03 00:53:28','2021-02-02 16:53:28'),(75845,28192,'action complete via WP Cron','2021-02-03 00:53:28','2021-02-02 16:53:28'),(75846,28193,'action created','2021-02-03 00:53:28','2021-02-02 16:53:28'),(75847,28193,'action started via WP Cron','2021-02-03 01:14:02','2021-02-02 17:14:02'),(75848,28193,'action complete via WP Cron','2021-02-03 01:14:02','2021-02-02 17:14:02'),(75849,28194,'action created','2021-02-03 01:18:13','2021-02-02 17:18:13'),(75850,28194,'action started via WP Cron','2021-02-03 01:18:44','2021-02-02 17:18:44'),(75851,28194,'action complete via WP Cron','2021-02-03 01:18:44','2021-02-02 17:18:44'),(75852,28195,'action created','2021-02-03 01:18:45','2021-02-02 17:18:45'),(75853,28195,'action started via WP Cron','2021-02-03 01:21:39','2021-02-02 17:21:39'),(75854,28195,'action complete via WP Cron','2021-02-03 01:21:39','2021-02-02 17:21:39'),(75855,28196,'action created','2021-02-03 01:21:39','2021-02-02 17:21:39'),(75856,28196,'action started via WP Cron','2021-02-03 01:22:19','2021-02-02 17:22:19'),(75857,28196,'action complete via WP Cron','2021-02-03 01:22:19','2021-02-02 17:22:19'),(75858,28197,'action created','2021-02-03 01:22:20','2021-02-02 17:22:20'),(75859,28197,'action started via WP Cron','2021-02-03 01:23:23','2021-02-02 17:23:23'),(75860,28197,'action complete via WP Cron','2021-02-03 01:23:23','2021-02-02 17:23:23'),(75861,28198,'action created','2021-02-03 01:23:23','2021-02-02 17:23:23'),(75862,28198,'action started via WP Cron','2021-02-03 01:24:21','2021-02-02 17:24:21'),(75863,28198,'action complete via WP Cron','2021-02-03 01:24:21','2021-02-02 17:24:21'),(75864,28199,'action created','2021-02-03 01:24:21','2021-02-02 17:24:21'),(75865,28199,'action started via WP Cron','2021-02-03 01:26:22','2021-02-02 17:26:22'),(75866,28199,'action complete via WP Cron','2021-02-03 01:26:22','2021-02-02 17:26:22'),(75867,28200,'action created','2021-02-03 01:26:22','2021-02-02 17:26:22'),(75868,28200,'action started via WP Cron','2021-02-03 01:27:23','2021-02-02 17:27:23'),(75869,28200,'action complete via WP Cron','2021-02-03 01:27:23','2021-02-02 17:27:23'),(75870,28201,'action created','2021-02-03 01:27:23','2021-02-02 17:27:23'),(75871,28201,'action started via WP Cron','2021-02-03 01:28:25','2021-02-02 17:28:25'),(75872,28201,'action complete via WP Cron','2021-02-03 01:28:25','2021-02-02 17:28:25'),(75873,28202,'action created','2021-02-03 01:28:25','2021-02-02 17:28:25'),(75874,28202,'action started via WP Cron','2021-02-03 01:38:58','2021-02-02 17:38:58'),(75875,28202,'action complete via WP Cron','2021-02-03 01:38:58','2021-02-02 17:38:58'),(75876,28203,'action created','2021-02-03 01:38:58','2021-02-02 17:38:58'),(75877,28203,'action started via WP Cron','2021-02-03 01:46:00','2021-02-02 17:46:00'),(75878,28203,'action complete via WP Cron','2021-02-03 01:46:00','2021-02-02 17:46:00'),(75879,28204,'action created','2021-02-03 01:46:00','2021-02-02 17:46:00'),(75880,28204,'action started via WP Cron','2021-02-03 01:46:48','2021-02-02 17:46:48'),(75881,28204,'action complete via WP Cron','2021-02-03 01:46:48','2021-02-02 17:46:48'),(75882,28205,'action created','2021-02-03 01:46:48','2021-02-02 17:46:48'),(75883,28205,'action started via WP Cron','2021-02-03 01:53:25','2021-02-02 17:53:25'),(75884,28205,'action complete via WP Cron','2021-02-03 01:53:25','2021-02-02 17:53:25'),(75885,28206,'action created','2021-02-03 01:53:25','2021-02-02 17:53:25'),(75886,28206,'action started via WP Cron','2021-02-03 01:54:29','2021-02-02 17:54:29'),(75887,28206,'action complete via WP Cron','2021-02-03 01:54:29','2021-02-02 17:54:29'),(75888,28207,'action created','2021-02-03 01:54:29','2021-02-02 17:54:29'),(75889,28207,'action started via WP Cron','2021-02-03 01:55:32','2021-02-02 17:55:32'),(75890,28207,'action complete via WP Cron','2021-02-03 01:55:32','2021-02-02 17:55:32'),(75891,28208,'action created','2021-02-03 01:55:32','2021-02-02 17:55:32'),(75892,28208,'action started via WP Cron','2021-02-03 01:55:52','2021-02-02 17:55:52'),(75893,28208,'action complete via WP Cron','2021-02-03 01:55:52','2021-02-02 17:55:52'),(75894,28209,'action created','2021-02-03 01:55:52','2021-02-02 17:55:52'),(75895,28209,'action started via WP Cron','2021-02-03 01:57:33','2021-02-02 17:57:33'),(75896,28209,'action complete via WP Cron','2021-02-03 01:57:33','2021-02-02 17:57:33'),(75897,28210,'action created','2021-02-03 01:57:33','2021-02-02 17:57:33'),(75898,28210,'action started via WP Cron','2021-02-03 01:59:33','2021-02-02 17:59:33'),(75899,28210,'action complete via WP Cron','2021-02-03 01:59:33','2021-02-02 17:59:33'),(75900,28211,'action created','2021-02-03 01:59:33','2021-02-02 17:59:33'),(75901,28211,'action started via WP Cron','2021-02-03 02:01:35','2021-02-02 18:01:35'),(75902,28211,'action complete via WP Cron','2021-02-03 02:01:35','2021-02-02 18:01:35'),(75903,28212,'action created','2021-02-03 02:01:35','2021-02-02 18:01:35'),(75904,28212,'action started via WP Cron','2021-02-03 02:06:25','2021-02-02 18:06:25'),(75905,28212,'action complete via WP Cron','2021-02-03 02:06:25','2021-02-02 18:06:25'),(75906,28213,'action created','2021-02-03 02:06:26','2021-02-02 18:06:26'),(75907,28213,'action started via WP Cron','2021-02-03 02:06:41','2021-02-02 18:06:41'),(75908,28213,'action complete via WP Cron','2021-02-03 02:06:41','2021-02-02 18:06:41'),(75909,28214,'action created','2021-02-03 02:06:41','2021-02-02 18:06:41'),(75910,28214,'action started via WP Cron','2021-02-03 02:07:43','2021-02-02 18:07:43'),(75911,28214,'action complete via WP Cron','2021-02-03 02:07:43','2021-02-02 18:07:43'),(75912,28215,'action created','2021-02-03 02:07:43','2021-02-02 18:07:43'),(75913,28215,'action started via WP Cron','2021-02-03 02:08:43','2021-02-02 18:08:43'),(75914,28215,'action complete via WP Cron','2021-02-03 02:08:43','2021-02-02 18:08:43'),(75915,28216,'action created','2021-02-03 02:08:44','2021-02-02 18:08:44'),(75916,28216,'action started via WP Cron','2021-02-03 02:09:46','2021-02-02 18:09:46'),(75917,28216,'action complete via WP Cron','2021-02-03 02:09:46','2021-02-02 18:09:46'),(75918,28217,'action created','2021-02-03 02:09:46','2021-02-02 18:09:46'),(75919,28217,'action started via WP Cron','2021-02-03 02:10:45','2021-02-02 18:10:45'),(75920,28217,'action complete via WP Cron','2021-02-03 02:10:45','2021-02-02 18:10:45'),(75921,28218,'action created','2021-02-03 02:10:45','2021-02-02 18:10:45'),(75922,28218,'action started via WP Cron','2021-02-03 02:11:42','2021-02-02 18:11:42'),(75923,28218,'action complete via WP Cron','2021-02-03 02:11:42','2021-02-02 18:11:42'),(75924,28219,'action created','2021-02-03 02:11:42','2021-02-02 18:11:42'),(75925,28219,'action started via WP Cron','2021-02-03 02:12:47','2021-02-02 18:12:47'),(75926,28219,'action complete via WP Cron','2021-02-03 02:12:47','2021-02-02 18:12:47'),(75927,28220,'action created','2021-02-03 02:12:47','2021-02-02 18:12:47'),(75928,28220,'action started via WP Cron','2021-02-03 02:13:41','2021-02-02 18:13:41'),(75929,28220,'action complete via WP Cron','2021-02-03 02:13:41','2021-02-02 18:13:41'),(75930,28221,'action created','2021-02-03 02:13:41','2021-02-02 18:13:41'),(75931,28221,'action started via WP Cron','2021-02-03 02:14:48','2021-02-02 18:14:48'),(75932,28221,'action complete via WP Cron','2021-02-03 02:14:48','2021-02-02 18:14:48'),(75933,28222,'action created','2021-02-03 02:14:48','2021-02-02 18:14:48'),(75934,28222,'action started via WP Cron','2021-02-03 02:15:45','2021-02-02 18:15:45'),(75935,28222,'action complete via WP Cron','2021-02-03 02:15:45','2021-02-02 18:15:45'),(75936,28223,'action created','2021-02-03 02:15:45','2021-02-02 18:15:45'),(75937,28223,'action started via WP Cron','2021-02-03 02:16:44','2021-02-02 18:16:44'),(75938,28223,'action complete via WP Cron','2021-02-03 02:16:44','2021-02-02 18:16:44'),(75939,28224,'action created','2021-02-03 02:16:44','2021-02-02 18:16:44'),(75940,28224,'action started via WP Cron','2021-02-03 02:17:46','2021-02-02 18:17:46'),(75941,28224,'action complete via WP Cron','2021-02-03 02:17:46','2021-02-02 18:17:46'),(75942,28225,'action created','2021-02-03 02:17:46','2021-02-02 18:17:46'),(75943,28225,'action started via WP Cron','2021-02-03 02:18:46','2021-02-02 18:18:46'),(75944,28225,'action complete via WP Cron','2021-02-03 02:18:46','2021-02-02 18:18:46'),(75945,28226,'action created','2021-02-03 02:18:46','2021-02-02 18:18:46'),(75946,28226,'action started via WP Cron','2021-02-03 02:19:42','2021-02-02 18:19:42'),(75947,28226,'action complete via WP Cron','2021-02-03 02:19:42','2021-02-02 18:19:42'),(75948,28227,'action created','2021-02-03 02:19:42','2021-02-02 18:19:42'),(75949,28227,'action started via WP Cron','2021-02-03 02:20:44','2021-02-02 18:20:44'),(75950,28227,'action complete via WP Cron','2021-02-03 02:20:44','2021-02-02 18:20:44'),(75951,28228,'action created','2021-02-03 02:20:44','2021-02-02 18:20:44'),(75952,28228,'action started via WP Cron','2021-02-03 02:21:47','2021-02-02 18:21:47'),(75953,28228,'action complete via WP Cron','2021-02-03 02:21:47','2021-02-02 18:21:47'),(75954,28229,'action created','2021-02-03 02:21:47','2021-02-02 18:21:47'),(75955,28229,'action started via WP Cron','2021-02-03 02:22:46','2021-02-02 18:22:46'),(75956,28229,'action complete via WP Cron','2021-02-03 02:22:46','2021-02-02 18:22:46'),(75957,28230,'action created','2021-02-03 02:22:46','2021-02-02 18:22:46'),(75958,28230,'action started via WP Cron','2021-02-03 02:23:41','2021-02-02 18:23:41'),(75959,28230,'action complete via WP Cron','2021-02-03 02:23:41','2021-02-02 18:23:41'),(75960,28231,'action created','2021-02-03 02:23:41','2021-02-02 18:23:41'),(75961,28231,'action started via WP Cron','2021-02-03 02:24:54','2021-02-02 18:24:54'),(75962,28231,'action complete via WP Cron','2021-02-03 02:24:54','2021-02-02 18:24:54'),(75963,28232,'action created','2021-02-03 02:24:54','2021-02-02 18:24:54'),(75964,28232,'action started via WP Cron','2021-02-03 02:25:47','2021-02-02 18:25:47'),(75965,28232,'action complete via WP Cron','2021-02-03 02:25:47','2021-02-02 18:25:47'),(75966,28233,'action created','2021-02-03 02:25:48','2021-02-02 18:25:48'),(75967,28233,'action started via WP Cron','2021-02-03 02:26:44','2021-02-02 18:26:44'),(75968,28233,'action complete via WP Cron','2021-02-03 02:26:44','2021-02-02 18:26:44'),(75969,28234,'action created','2021-02-03 02:26:44','2021-02-02 18:26:44'),(75970,28234,'action started via WP Cron','2021-02-03 02:27:45','2021-02-02 18:27:45'),(75971,28234,'action complete via WP Cron','2021-02-03 02:27:45','2021-02-02 18:27:45'),(75972,28235,'action created','2021-02-03 02:27:46','2021-02-02 18:27:46'),(75973,28235,'action started via WP Cron','2021-02-03 02:28:55','2021-02-02 18:28:55'),(75974,28235,'action complete via WP Cron','2021-02-03 02:28:55','2021-02-02 18:28:55'),(75975,28236,'action created','2021-02-03 02:28:55','2021-02-02 18:28:55'),(75976,28236,'action started via WP Cron','2021-02-03 02:29:44','2021-02-02 18:29:44'),(75977,28236,'action complete via WP Cron','2021-02-03 02:29:44','2021-02-02 18:29:44'),(75978,28237,'action created','2021-02-03 02:29:44','2021-02-02 18:29:44'),(75979,28237,'action started via WP Cron','2021-02-03 02:33:27','2021-02-02 18:33:27'),(75980,28237,'action complete via WP Cron','2021-02-03 02:33:27','2021-02-02 18:33:27'),(75981,28238,'action created','2021-02-03 02:33:27','2021-02-02 18:33:27'),(75982,28238,'action started via WP Cron','2021-02-03 02:36:37','2021-02-02 18:36:37'),(75983,28238,'action complete via WP Cron','2021-02-03 02:36:37','2021-02-02 18:36:37'),(75984,28239,'action created','2021-02-03 02:36:37','2021-02-02 18:36:37'),(75985,28239,'action started via WP Cron','2021-02-03 02:41:21','2021-02-02 18:41:21'),(75986,28239,'action complete via WP Cron','2021-02-03 02:41:21','2021-02-02 18:41:21'),(75987,28240,'action created','2021-02-03 02:41:21','2021-02-02 18:41:21'),(75988,28240,'action started via WP Cron','2021-02-03 02:48:34','2021-02-02 18:48:34'),(75989,28240,'action complete via WP Cron','2021-02-03 02:48:34','2021-02-02 18:48:34'),(75990,28241,'action created','2021-02-03 02:48:34','2021-02-02 18:48:34'),(75991,28241,'action started via WP Cron','2021-02-03 03:02:36','2021-02-02 19:02:36'),(75992,28241,'action complete via WP Cron','2021-02-03 03:02:36','2021-02-02 19:02:36'),(75993,28242,'action created','2021-02-03 03:02:36','2021-02-02 19:02:36'),(75994,28242,'action started via WP Cron','2021-02-03 03:04:39','2021-02-02 19:04:39'),(75995,28242,'action complete via WP Cron','2021-02-03 03:04:39','2021-02-02 19:04:39'),(75996,28243,'action created','2021-02-03 03:04:39','2021-02-02 19:04:39'),(75997,28243,'action started via WP Cron','2021-02-03 03:06:14','2021-02-02 19:06:14'),(75998,28243,'action complete via WP Cron','2021-02-03 03:06:14','2021-02-02 19:06:14'),(75999,28244,'action created','2021-02-03 03:06:14','2021-02-02 19:06:14'),(76000,28244,'action started via WP Cron','2021-02-03 03:06:41','2021-02-02 19:06:41'),(76001,28244,'action complete via WP Cron','2021-02-03 03:06:41','2021-02-02 19:06:41'),(76002,28245,'action created','2021-02-03 03:06:41','2021-02-02 19:06:41'),(76003,28245,'action started via WP Cron','2021-02-03 03:08:43','2021-02-02 19:08:43'),(76004,28245,'action complete via WP Cron','2021-02-03 03:08:43','2021-02-02 19:08:43'),(76005,28246,'action created','2021-02-03 03:08:43','2021-02-02 19:08:43'),(76006,28246,'action started via WP Cron','2021-02-03 03:16:23','2021-02-02 19:16:23'),(76007,28246,'action complete via WP Cron','2021-02-03 03:16:23','2021-02-02 19:16:23'),(76008,28247,'action created','2021-02-03 03:16:23','2021-02-02 19:16:23'),(76009,28247,'action started via WP Cron','2021-02-03 03:31:39','2021-02-02 19:31:39'),(76010,28247,'action complete via WP Cron','2021-02-03 03:31:39','2021-02-02 19:31:39'),(76011,28248,'action created','2021-02-03 03:38:04','2021-02-02 19:38:04'),(76012,27556,'action started via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76013,27556,'action complete via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76014,28249,'action created','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76015,27555,'action started via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76016,27555,'action complete via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76017,28250,'action created','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76018,28248,'action started via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76019,28248,'action complete via WP Cron','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76020,28251,'action created','2021-02-03 04:02:26','2021-02-02 20:02:26'),(76021,28251,'action started via WP Cron','2021-02-03 04:02:50','2021-02-02 20:02:50'),(76022,28251,'action complete via WP Cron','2021-02-03 04:02:50','2021-02-02 20:02:50'),(76023,28252,'action created','2021-02-03 04:02:50','2021-02-02 20:02:50'),(76024,28252,'action started via WP Cron','2021-02-03 04:04:12','2021-02-02 20:04:12'),(76025,28252,'action complete via WP Cron','2021-02-03 04:04:12','2021-02-02 20:04:12'),(76026,28253,'action created','2021-02-03 04:04:12','2021-02-02 20:04:12'),(76027,28253,'action started via WP Cron','2021-02-03 04:08:56','2021-02-02 20:08:56'),(76028,28253,'action complete via WP Cron','2021-02-03 04:08:56','2021-02-02 20:08:56'),(76029,28254,'action created','2021-02-03 04:08:56','2021-02-02 20:08:56'),(76030,28254,'action started via WP Cron','2021-02-03 04:09:56','2021-02-02 20:09:56'),(76031,28254,'action complete via WP Cron','2021-02-03 04:09:56','2021-02-02 20:09:56'),(76032,28255,'action created','2021-02-03 04:09:56','2021-02-02 20:09:56'),(76033,28255,'action started via WP Cron','2021-02-03 04:10:53','2021-02-02 20:10:53'),(76034,28255,'action complete via WP Cron','2021-02-03 04:10:53','2021-02-02 20:10:53'),(76035,28256,'action created','2021-02-03 04:10:53','2021-02-02 20:10:53'),(76036,28256,'action started via WP Cron','2021-02-03 04:18:40','2021-02-02 20:18:40'),(76037,28256,'action complete via WP Cron','2021-02-03 04:18:40','2021-02-02 20:18:40'),(76038,28257,'action created','2021-02-03 04:18:40','2021-02-02 20:18:40'),(76039,28257,'action started via WP Cron','2021-02-03 04:19:47','2021-02-02 20:19:47'),(76040,28257,'action complete via WP Cron','2021-02-03 04:19:47','2021-02-02 20:19:47'),(76041,28258,'action created','2021-02-03 04:19:47','2021-02-02 20:19:47'),(76042,28258,'action started via WP Cron','2021-02-03 04:20:48','2021-02-02 20:20:48'),(76043,28258,'action complete via WP Cron','2021-02-03 04:20:48','2021-02-02 20:20:48'),(76044,28259,'action created','2021-02-03 04:20:48','2021-02-02 20:20:48'),(76045,28259,'action started via WP Cron','2021-02-03 04:22:50','2021-02-02 20:22:50'),(76046,28259,'action complete via WP Cron','2021-02-03 04:22:50','2021-02-02 20:22:50'),(76047,28260,'action created','2021-02-03 04:22:50','2021-02-02 20:22:50'),(76048,28260,'action started via WP Cron','2021-02-03 04:23:50','2021-02-02 20:23:50'),(76049,28260,'action complete via WP Cron','2021-02-03 04:23:50','2021-02-02 20:23:50'),(76050,28261,'action created','2021-02-03 04:23:51','2021-02-02 20:23:51'),(76051,28261,'action started via WP Cron','2021-02-03 04:24:52','2021-02-02 20:24:52'),(76052,28261,'action complete via WP Cron','2021-02-03 04:24:52','2021-02-02 20:24:52'),(76053,28262,'action created','2021-02-03 04:24:52','2021-02-02 20:24:52'),(76054,28262,'action started via WP Cron','2021-02-03 04:29:48','2021-02-02 20:29:48'),(76055,28262,'action complete via WP Cron','2021-02-03 04:29:48','2021-02-02 20:29:48'),(76056,28263,'action created','2021-02-03 04:29:49','2021-02-02 20:29:49'),(76057,28263,'action started via WP Cron','2021-02-03 04:30:55','2021-02-02 20:30:55'),(76058,28263,'action complete via WP Cron','2021-02-03 04:30:55','2021-02-02 20:30:55'),(76059,28264,'action created','2021-02-03 04:30:56','2021-02-02 20:30:56'),(76060,28264,'action started via WP Cron','2021-02-03 04:31:56','2021-02-02 20:31:56'),(76061,28264,'action complete via WP Cron','2021-02-03 04:31:56','2021-02-02 20:31:56'),(76062,28265,'action created','2021-02-03 04:31:57','2021-02-02 20:31:57'),(76063,28265,'action started via WP Cron','2021-02-03 04:32:57','2021-02-02 20:32:57'),(76064,28265,'action complete via WP Cron','2021-02-03 04:32:57','2021-02-02 20:32:57'),(76065,28266,'action created','2021-02-03 04:32:57','2021-02-02 20:32:57'),(76066,28266,'action started via WP Cron','2021-02-03 04:33:59','2021-02-02 20:33:59'),(76067,28266,'action complete via WP Cron','2021-02-03 04:33:59','2021-02-02 20:33:59'),(76068,28267,'action created','2021-02-03 04:36:00','2021-02-02 20:36:00'),(76069,28267,'action started via WP Cron','2021-02-03 04:55:47','2021-02-02 20:55:47'),(76070,28267,'action complete via WP Cron','2021-02-03 04:55:47','2021-02-02 20:55:47'),(76071,28268,'action created','2021-02-03 04:55:47','2021-02-02 20:55:47'),(76072,28268,'action started via WP Cron','2021-02-03 05:01:43','2021-02-02 21:01:43'),(76073,28268,'action complete via WP Cron','2021-02-03 05:01:43','2021-02-02 21:01:43'),(76074,28269,'action created','2021-02-03 05:01:43','2021-02-02 21:01:43'),(76075,28269,'action started via WP Cron','2021-02-03 05:02:55','2021-02-02 21:02:55'),(76076,28269,'action complete via WP Cron','2021-02-03 05:02:55','2021-02-02 21:02:55'),(76077,28270,'action created','2021-02-03 05:02:55','2021-02-02 21:02:55'),(76078,28270,'action started via WP Cron','2021-02-03 05:03:54','2021-02-02 21:03:54'),(76079,28270,'action complete via WP Cron','2021-02-03 05:03:54','2021-02-02 21:03:54'),(76080,28271,'action created','2021-02-03 05:03:55','2021-02-02 21:03:55'),(76081,28271,'action started via WP Cron','2021-02-03 05:05:55','2021-02-02 21:05:55'),(76082,28271,'action complete via WP Cron','2021-02-03 05:05:55','2021-02-02 21:05:55'),(76083,28272,'action created','2021-02-03 05:05:55','2021-02-02 21:05:55'),(76084,28272,'action started via WP Cron','2021-02-03 05:07:10','2021-02-02 21:07:10'),(76085,28272,'action complete via WP Cron','2021-02-03 05:07:10','2021-02-02 21:07:10'),(76086,28273,'action created','2021-02-03 05:07:10','2021-02-02 21:07:10'),(76087,28273,'action started via WP Cron','2021-02-03 05:08:31','2021-02-02 21:08:31'),(76088,28273,'action complete via WP Cron','2021-02-03 05:08:31','2021-02-02 21:08:31'),(76089,28274,'action created','2021-02-03 05:08:31','2021-02-02 21:08:31'),(76090,28274,'action started via WP Cron','2021-02-03 05:08:41','2021-02-02 21:08:41'),(76091,28274,'action complete via WP Cron','2021-02-03 05:08:41','2021-02-02 21:08:41'),(76092,28275,'action created','2021-02-03 05:08:41','2021-02-02 21:08:41'),(76093,28275,'action started via WP Cron','2021-02-03 05:10:45','2021-02-02 21:10:45'),(76094,28275,'action complete via WP Cron','2021-02-03 05:10:45','2021-02-02 21:10:45'),(76095,28276,'action created','2021-02-03 05:10:45','2021-02-02 21:10:45'),(76096,28276,'action started via WP Cron','2021-02-03 05:11:56','2021-02-02 21:11:56'),(76097,28276,'action complete via WP Cron','2021-02-03 05:11:56','2021-02-02 21:11:56'),(76098,28277,'action created','2021-02-03 05:11:56','2021-02-02 21:11:56'),(76099,28277,'action started via WP Cron','2021-02-03 05:12:57','2021-02-02 21:12:57'),(76100,28277,'action complete via WP Cron','2021-02-03 05:12:57','2021-02-02 21:12:57'),(76101,28278,'action created','2021-02-03 05:12:57','2021-02-02 21:12:57'),(76102,28278,'action started via WP Cron','2021-02-03 05:17:46','2021-02-02 21:17:46'),(76103,28278,'action complete via WP Cron','2021-02-03 05:17:46','2021-02-02 21:17:46'),(76104,28279,'action created','2021-02-03 05:17:46','2021-02-02 21:17:46'),(76105,28279,'action started via WP Cron','2021-02-03 05:21:17','2021-02-02 21:21:17'),(76106,28279,'action complete via WP Cron','2021-02-03 05:21:17','2021-02-02 21:21:17'),(76107,28280,'action created','2021-02-03 05:21:17','2021-02-02 21:21:17'),(76108,28280,'action started via WP Cron','2021-02-03 05:29:27','2021-02-02 21:29:27'),(76109,28280,'action complete via WP Cron','2021-02-03 05:29:27','2021-02-02 21:29:27'),(76110,28281,'action created','2021-02-03 05:29:27','2021-02-02 21:29:27'),(76111,28281,'action started via WP Cron','2021-02-03 05:29:52','2021-02-02 21:29:52'),(76112,28281,'action complete via WP Cron','2021-02-03 05:29:52','2021-02-02 21:29:52'),(76113,28282,'action created','2021-02-03 05:29:52','2021-02-02 21:29:52'),(76114,28282,'action started via WP Cron','2021-02-03 05:31:34','2021-02-02 21:31:34'),(76115,28282,'action complete via WP Cron','2021-02-03 05:31:34','2021-02-02 21:31:34'),(76116,28283,'action created','2021-02-03 05:31:34','2021-02-02 21:31:34'),(76117,28283,'action started via WP Cron','2021-02-03 05:32:33','2021-02-02 21:32:33'),(76118,28283,'action complete via WP Cron','2021-02-03 05:32:33','2021-02-02 21:32:33'),(76119,28284,'action created','2021-02-03 05:32:33','2021-02-02 21:32:33'),(76120,28284,'action started via WP Cron','2021-02-03 05:32:46','2021-02-02 21:32:46'),(76121,28284,'action complete via WP Cron','2021-02-03 05:32:46','2021-02-02 21:32:46'),(76122,28285,'action created','2021-02-03 05:32:46','2021-02-02 21:32:46'),(76123,28285,'action started via WP Cron','2021-02-03 05:34:37','2021-02-02 21:34:37'),(76124,28285,'action complete via WP Cron','2021-02-03 05:34:37','2021-02-02 21:34:37'),(76125,28286,'action created','2021-02-03 05:34:37','2021-02-02 21:34:37'),(76126,28286,'action started via WP Cron','2021-02-03 05:35:38','2021-02-02 21:35:38'),(76127,28286,'action complete via WP Cron','2021-02-03 05:35:38','2021-02-02 21:35:38'),(76128,28287,'action created','2021-02-03 05:35:38','2021-02-02 21:35:38'),(76129,28287,'action started via WP Cron','2021-02-03 05:36:03','2021-02-02 21:36:03'),(76130,28287,'action complete via WP Cron','2021-02-03 05:36:03','2021-02-02 21:36:03'),(76131,28288,'action created','2021-02-03 05:36:03','2021-02-02 21:36:03'),(76132,28288,'action started via WP Cron','2021-02-03 05:40:49','2021-02-02 21:40:49'),(76133,28288,'action complete via WP Cron','2021-02-03 05:40:49','2021-02-02 21:40:49'),(76134,28289,'action created','2021-02-03 05:40:49','2021-02-02 21:40:49'),(76135,28289,'action started via WP Cron','2021-02-03 05:41:46','2021-02-02 21:41:46'),(76136,28289,'action complete via WP Cron','2021-02-03 05:41:46','2021-02-02 21:41:46'),(76137,27619,'action started via WP Cron','2021-02-03 05:44:34','2021-02-02 21:44:34'),(76138,27619,'action complete via WP Cron','2021-02-03 05:44:34','2021-02-02 21:44:34'),(76139,28290,'action created','2021-02-03 05:44:34','2021-02-02 21:44:34'),(76140,28291,'action created','2021-02-03 05:44:34','2021-02-02 21:44:34'),(76141,28291,'action started via WP Cron','2021-02-03 06:00:53','2021-02-02 22:00:53'),(76142,28291,'action complete via WP Cron','2021-02-03 06:00:53','2021-02-02 22:00:53'),(76143,28292,'action created','2021-02-03 06:00:53','2021-02-02 22:00:53'),(76144,28292,'action started via WP Cron','2021-02-03 06:03:03','2021-02-02 22:03:03'),(76145,28292,'action complete via WP Cron','2021-02-03 06:03:03','2021-02-02 22:03:03'),(76146,28293,'action created','2021-02-03 06:03:03','2021-02-02 22:03:03'),(76147,28293,'action started via WP Cron','2021-02-03 06:03:48','2021-02-02 22:03:48'),(76148,28293,'action complete via WP Cron','2021-02-03 06:03:48','2021-02-02 22:03:48'),(76149,28294,'action created','2021-02-03 06:03:49','2021-02-02 22:03:49'),(76150,28294,'action started via WP Cron','2021-02-03 06:08:08','2021-02-02 22:08:08'),(76151,28294,'action complete via WP Cron','2021-02-03 06:08:08','2021-02-02 22:08:08'),(76152,28295,'action created','2021-02-03 06:08:08','2021-02-02 22:08:08'),(76153,28295,'action started via WP Cron','2021-02-03 06:09:12','2021-02-02 22:09:12'),(76154,28295,'action complete via WP Cron','2021-02-03 06:09:12','2021-02-02 22:09:12'),(76155,28296,'action created','2021-02-03 06:09:13','2021-02-02 22:09:13'),(76156,28296,'action started via WP Cron','2021-02-03 06:10:16','2021-02-02 22:10:16'),(76157,28296,'action complete via WP Cron','2021-02-03 06:10:16','2021-02-02 22:10:16'),(76158,28297,'action created','2021-02-03 06:10:17','2021-02-02 22:10:17'),(76159,28297,'action started via WP Cron','2021-02-03 06:12:47','2021-02-02 22:12:47'),(76160,28297,'action complete via WP Cron','2021-02-03 06:12:47','2021-02-02 22:12:47'),(76161,28298,'action created','2021-02-03 06:12:47','2021-02-02 22:12:47'),(76162,28298,'action started via WP Cron','2021-02-03 06:14:04','2021-02-02 22:14:04'),(76163,28298,'action complete via WP Cron','2021-02-03 06:14:04','2021-02-02 22:14:04'),(76164,28299,'action created','2021-02-03 06:14:04','2021-02-02 22:14:04'),(76165,28299,'action started via WP Cron','2021-02-03 06:15:05','2021-02-02 22:15:05'),(76166,28299,'action complete via WP Cron','2021-02-03 06:15:05','2021-02-02 22:15:05'),(76167,28300,'action created','2021-02-03 06:15:05','2021-02-02 22:15:05'),(76168,28300,'action started via WP Cron','2021-02-03 06:18:05','2021-02-02 22:18:05'),(76169,28300,'action complete via WP Cron','2021-02-03 06:18:05','2021-02-02 22:18:05'),(76170,28301,'action created','2021-02-03 06:18:06','2021-02-02 22:18:06'),(76171,28301,'action started via WP Cron','2021-02-03 06:18:58','2021-02-02 22:18:58'),(76172,28301,'action complete via WP Cron','2021-02-03 06:18:58','2021-02-02 22:18:58'),(76173,28302,'action created','2021-02-03 06:26:41','2021-02-02 22:26:41'),(76174,28302,'action started via WP Cron','2021-02-03 06:27:54','2021-02-02 22:27:54'),(76175,28302,'action complete via WP Cron','2021-02-03 06:27:54','2021-02-02 22:27:54'),(76176,28303,'action created','2021-02-03 06:27:54','2021-02-02 22:27:54'),(76177,28303,'action started via WP Cron','2021-02-03 06:28:51','2021-02-02 22:28:51'),(76178,28303,'action complete via WP Cron','2021-02-03 06:28:51','2021-02-02 22:28:51'),(76179,28304,'action created','2021-02-03 06:28:51','2021-02-02 22:28:51'),(76180,28304,'action started via WP Cron','2021-02-03 06:29:40','2021-02-02 22:29:40'),(76181,28304,'action complete via WP Cron','2021-02-03 06:29:40','2021-02-02 22:29:40'),(76182,28305,'action created','2021-02-03 06:29:40','2021-02-02 22:29:40'),(76183,28305,'action started via WP Cron','2021-02-03 06:30:45','2021-02-02 22:30:45'),(76184,28305,'action complete via WP Cron','2021-02-03 06:30:45','2021-02-02 22:30:45'),(76185,28306,'action created','2021-02-03 06:30:45','2021-02-02 22:30:45'),(76186,28306,'action started via WP Cron','2021-02-03 06:31:41','2021-02-02 22:31:41'),(76187,28306,'action complete via WP Cron','2021-02-03 06:31:41','2021-02-02 22:31:41'),(76188,28307,'action created','2021-02-03 06:31:41','2021-02-02 22:31:41'),(76189,28307,'action started via WP Cron','2021-02-03 06:32:48','2021-02-02 22:32:48'),(76190,28307,'action complete via WP Cron','2021-02-03 06:32:48','2021-02-02 22:32:48'),(76191,28308,'action created','2021-02-03 06:32:48','2021-02-02 22:32:48'),(76192,28308,'action started via WP Cron','2021-02-03 06:33:47','2021-02-02 22:33:47'),(76193,28308,'action complete via WP Cron','2021-02-03 06:33:47','2021-02-02 22:33:47'),(76194,28309,'action created','2021-02-03 06:33:47','2021-02-02 22:33:47'),(76195,28309,'action started via WP Cron','2021-02-03 06:34:49','2021-02-02 22:34:49'),(76196,28309,'action complete via WP Cron','2021-02-03 06:34:49','2021-02-02 22:34:49'),(76197,28310,'action created','2021-02-03 06:34:49','2021-02-02 22:34:49'),(76198,28310,'action started via WP Cron','2021-02-03 06:35:42','2021-02-02 22:35:42'),(76199,28310,'action complete via WP Cron','2021-02-03 06:35:42','2021-02-02 22:35:42'),(76200,28311,'action created','2021-02-03 06:35:42','2021-02-02 22:35:42'),(76201,28311,'action started via WP Cron','2021-02-03 06:36:54','2021-02-02 22:36:54'),(76202,28311,'action complete via WP Cron','2021-02-03 06:36:54','2021-02-02 22:36:54'),(76203,28312,'action created','2021-02-03 06:36:54','2021-02-02 22:36:54'),(76204,28312,'action started via WP Cron','2021-02-03 06:37:53','2021-02-02 22:37:53'),(76205,28312,'action complete via WP Cron','2021-02-03 06:37:53','2021-02-02 22:37:53'),(76206,28313,'action created','2021-02-03 06:37:53','2021-02-02 22:37:53'),(76207,28313,'action started via WP Cron','2021-02-03 06:38:47','2021-02-02 22:38:47'),(76208,28313,'action complete via WP Cron','2021-02-03 06:38:47','2021-02-02 22:38:47'),(76209,28314,'action created','2021-02-03 06:38:47','2021-02-02 22:38:47'),(76210,28314,'action started via WP Cron','2021-02-03 06:39:42','2021-02-02 22:39:42'),(76211,28314,'action complete via WP Cron','2021-02-03 06:39:42','2021-02-02 22:39:42'),(76212,28315,'action created','2021-02-03 06:39:42','2021-02-02 22:39:42'),(76213,28315,'action started via WP Cron','2021-02-03 06:40:42','2021-02-02 22:40:42'),(76214,28315,'action complete via WP Cron','2021-02-03 06:40:42','2021-02-02 22:40:42'),(76215,28316,'action created','2021-02-03 06:40:42','2021-02-02 22:40:42'),(76216,28316,'action started via WP Cron','2021-02-03 06:41:43','2021-02-02 22:41:43'),(76217,28316,'action complete via WP Cron','2021-02-03 06:41:43','2021-02-02 22:41:43'),(76218,28317,'action created','2021-02-03 06:41:43','2021-02-02 22:41:43'),(76219,28317,'action started via WP Cron','2021-02-03 06:43:43','2021-02-02 22:43:43'),(76220,28317,'action complete via WP Cron','2021-02-03 06:43:43','2021-02-02 22:43:43'),(76221,28318,'action created','2021-02-03 06:43:43','2021-02-02 22:43:43'),(76222,28318,'action started via WP Cron','2021-02-03 06:44:55','2021-02-02 22:44:55'),(76223,28318,'action complete via WP Cron','2021-02-03 06:44:55','2021-02-02 22:44:55'),(76224,28319,'action created','2021-02-03 06:44:55','2021-02-02 22:44:55'),(76225,28319,'action started via WP Cron','2021-02-03 06:45:43','2021-02-02 22:45:43'),(76226,28319,'action complete via WP Cron','2021-02-03 06:45:43','2021-02-02 22:45:43'),(76227,28320,'action created','2021-02-03 06:45:43','2021-02-02 22:45:43'),(76228,28320,'action started via WP Cron','2021-02-03 06:46:58','2021-02-02 22:46:58'),(76229,28320,'action complete via WP Cron','2021-02-03 06:46:58','2021-02-02 22:46:58'),(76230,28321,'action created','2021-02-03 06:46:58','2021-02-02 22:46:58'),(76231,28321,'action started via WP Cron','2021-02-03 06:47:57','2021-02-02 22:47:57'),(76232,28321,'action complete via WP Cron','2021-02-03 06:47:57','2021-02-02 22:47:57'),(76233,28322,'action created','2021-02-03 06:47:57','2021-02-02 22:47:57'),(76234,28322,'action started via WP Cron','2021-02-03 06:48:48','2021-02-02 22:48:48'),(76235,28322,'action complete via WP Cron','2021-02-03 06:48:48','2021-02-02 22:48:48'),(76236,28323,'action created','2021-02-03 06:48:49','2021-02-02 22:48:49'),(76237,28323,'action started via WP Cron','2021-02-03 06:49:53','2021-02-02 22:49:53'),(76238,28323,'action complete via WP Cron','2021-02-03 06:49:53','2021-02-02 22:49:53'),(76239,28324,'action created','2021-02-03 06:49:53','2021-02-02 22:49:53'),(76243,28325,'action started via WP Cron','2021-02-03 07:08:54','2021-02-02 23:08:54'),(76244,28325,'action complete via WP Cron','2021-02-03 07:08:54','2021-02-02 23:08:54'),(76245,28326,'action created','2021-02-03 07:08:54','2021-02-02 23:08:54'),(76246,28326,'action started via WP Cron','2021-02-03 07:09:55','2021-02-02 23:09:55'),(76247,28326,'action complete via WP Cron','2021-02-03 07:09:55','2021-02-02 23:09:55'),(76248,28327,'action created','2021-02-03 07:09:55','2021-02-02 23:09:55'),(76249,28327,'action started via WP Cron','2021-02-03 07:10:57','2021-02-02 23:10:57'),(76250,28327,'action complete via WP Cron','2021-02-03 07:10:57','2021-02-02 23:10:57'),(76251,28328,'action created','2021-02-03 07:11:57','2021-02-02 23:11:57'),(76252,28328,'action started via WP Cron','2021-02-03 07:12:58','2021-02-02 23:12:58'),(76253,28328,'action complete via WP Cron','2021-02-03 07:12:58','2021-02-02 23:12:58'),(76254,28329,'action created','2021-02-03 07:12:58','2021-02-02 23:12:58'),(76255,28329,'action started via WP Cron','2021-02-03 07:18:38','2021-02-02 23:18:38'),(76256,28329,'action complete via WP Cron','2021-02-03 07:18:38','2021-02-02 23:18:38'),(76257,28330,'action created','2021-02-03 07:18:38','2021-02-02 23:18:38'),(76258,28330,'action started via WP Cron','2021-02-03 07:19:41','2021-02-02 23:19:41'),(76259,28330,'action complete via WP Cron','2021-02-03 07:19:41','2021-02-02 23:19:41'),(76260,28331,'action created','2021-02-03 07:19:41','2021-02-02 23:19:41'),(76261,28331,'action started via WP Cron','2021-02-03 07:22:24','2021-02-02 23:22:24'),(76262,28331,'action complete via WP Cron','2021-02-03 07:22:24','2021-02-02 23:22:24'),(76263,28332,'action created','2021-02-03 07:22:24','2021-02-02 23:22:24'),(76264,28332,'action started via WP Cron','2021-02-03 07:23:26','2021-02-02 23:23:26'),(76265,28332,'action complete via WP Cron','2021-02-03 07:23:26','2021-02-02 23:23:26'),(76266,28333,'action created','2021-02-03 07:23:26','2021-02-02 23:23:26'),(76267,28333,'action started via WP Cron','2021-02-03 07:24:34','2021-02-02 23:24:34'),(76268,28333,'action complete via WP Cron','2021-02-03 07:24:34','2021-02-02 23:24:34'),(76269,28334,'action created','2021-02-03 07:24:34','2021-02-02 23:24:34'),(76270,28334,'action started via WP Cron','2021-02-03 07:26:36','2021-02-02 23:26:36'),(76271,28334,'action complete via WP Cron','2021-02-03 07:26:36','2021-02-02 23:26:36'),(76272,28335,'action created','2021-02-03 07:26:37','2021-02-02 23:26:37'),(76273,28335,'action started via WP Cron','2021-02-03 07:27:34','2021-02-02 23:27:34'),(76274,28335,'action complete via WP Cron','2021-02-03 07:27:34','2021-02-02 23:27:34'),(76275,28336,'action created','2021-02-03 07:27:34','2021-02-02 23:27:34'),(76276,28336,'action started via WP Cron','2021-02-03 07:31:26','2021-02-02 23:31:26'),(76277,28336,'action complete via WP Cron','2021-02-03 07:31:26','2021-02-02 23:31:26'),(76278,28337,'action created','2021-02-03 07:31:26','2021-02-02 23:31:26'),(76279,28337,'action started via WP Cron','2021-02-03 07:34:33','2021-02-02 23:34:33'),(76280,28337,'action complete via WP Cron','2021-02-03 07:34:33','2021-02-02 23:34:33'),(76281,28338,'action created','2021-02-03 07:34:33','2021-02-02 23:34:33'),(76282,28338,'action started via WP Cron','2021-02-03 07:34:47','2021-02-02 23:34:47'),(76283,28338,'action complete via WP Cron','2021-02-03 07:34:47','2021-02-02 23:34:47'),(76284,28339,'action created','2021-02-03 07:34:47','2021-02-02 23:34:47'),(76285,28339,'action started via WP Cron','2021-02-03 07:36:39','2021-02-02 23:36:39'),(76286,28339,'action complete via WP Cron','2021-02-03 07:36:39','2021-02-02 23:36:39'),(76287,28340,'action created','2021-02-03 07:36:39','2021-02-02 23:36:39'),(76288,28340,'action started via WP Cron','2021-02-03 07:38:41','2021-02-02 23:38:41'),(76289,28340,'action complete via WP Cron','2021-02-03 07:38:41','2021-02-02 23:38:41'),(76290,28341,'action created','2021-02-03 07:38:41','2021-02-02 23:38:41'),(76291,28341,'action started via WP Cron','2021-02-03 07:39:42','2021-02-02 23:39:42'),(76292,28341,'action complete via WP Cron','2021-02-03 07:39:42','2021-02-02 23:39:42'),(76293,28342,'action created','2021-02-03 07:39:42','2021-02-02 23:39:42'),(76294,28342,'action started via WP Cron','2021-02-03 07:41:43','2021-02-02 23:41:43'),(76295,28342,'action complete via WP Cron','2021-02-03 07:41:43','2021-02-02 23:41:43'),(76296,28343,'action created','2021-02-03 07:41:43','2021-02-02 23:41:43'),(76297,28343,'action started via WP Cron','2021-02-03 07:42:43','2021-02-02 23:42:43'),(76298,28343,'action complete via WP Cron','2021-02-03 07:42:43','2021-02-02 23:42:43'),(76299,28344,'action created','2021-02-03 07:42:43','2021-02-02 23:42:43'),(76300,28344,'action started via WP Cron','2021-02-03 07:43:44','2021-02-02 23:43:44'),(76301,28344,'action complete via WP Cron','2021-02-03 07:43:44','2021-02-02 23:43:44'),(76302,28345,'action created','2021-02-03 07:43:44','2021-02-02 23:43:44'),(76303,28345,'action started via WP Cron','2021-02-03 07:44:45','2021-02-02 23:44:45'),(76304,28345,'action complete via WP Cron','2021-02-03 07:44:45','2021-02-02 23:44:45'),(76305,28346,'action created','2021-02-03 07:44:45','2021-02-02 23:44:45'),(76306,28346,'action started via WP Cron','2021-02-03 07:45:59','2021-02-02 23:45:59'),(76307,28346,'action complete via WP Cron','2021-02-03 07:45:59','2021-02-02 23:45:59'),(76308,28347,'action created','2021-02-03 07:45:59','2021-02-02 23:45:59'),(76309,28347,'action started via WP Cron','2021-02-03 07:46:57','2021-02-02 23:46:57'),(76310,28347,'action complete via WP Cron','2021-02-03 07:46:57','2021-02-02 23:46:57'),(76311,28348,'action created','2021-02-03 07:46:57','2021-02-02 23:46:57'),(76312,28348,'action started via WP Cron','2021-02-03 07:47:58','2021-02-02 23:47:58'),(76313,28348,'action complete via WP Cron','2021-02-03 07:47:58','2021-02-02 23:47:58'),(76314,28349,'action created','2021-02-03 07:47:58','2021-02-02 23:47:58'),(76315,28349,'action started via WP Cron','2021-02-03 07:51:58','2021-02-02 23:51:58'),(76316,28349,'action complete via WP Cron','2021-02-03 07:51:58','2021-02-02 23:51:58'),(76317,28350,'action created','2021-02-03 07:51:58','2021-02-02 23:51:58'),(76318,28350,'action started via WP Cron','2021-02-03 07:54:28','2021-02-02 23:54:28'),(76319,28350,'action complete via WP Cron','2021-02-03 07:54:28','2021-02-02 23:54:28'),(76320,28351,'action created','2021-02-03 07:54:28','2021-02-02 23:54:28'),(76321,28351,'action started via WP Cron','2021-02-03 07:56:32','2021-02-02 23:56:32'),(76322,28351,'action complete via WP Cron','2021-02-03 07:56:32','2021-02-02 23:56:32'),(76323,28352,'action created','2021-02-03 07:56:32','2021-02-02 23:56:32'),(76324,28352,'action started via WP Cron','2021-02-03 08:00:10','2021-02-03 00:00:10'),(76325,28352,'action complete via WP Cron','2021-02-03 08:00:10','2021-02-03 00:00:10'),(76326,28353,'action created','2021-02-03 08:00:10','2021-02-03 00:00:10'),(76327,28353,'action started via WP Cron','2021-02-03 08:01:02','2021-02-03 00:01:02'),(76328,28353,'action complete via WP Cron','2021-02-03 08:01:02','2021-02-03 00:01:02'),(76329,28354,'action created','2021-02-03 08:01:02','2021-02-03 00:01:02'),(76330,28354,'action started via WP Cron','2021-02-03 08:01:45','2021-02-03 00:01:45'),(76331,28354,'action complete via WP Cron','2021-02-03 08:01:45','2021-02-03 00:01:45'),(76332,28355,'action created','2021-02-03 08:01:45','2021-02-03 00:01:45'),(76333,28355,'action started via WP Cron','2021-02-03 08:03:04','2021-02-03 00:03:04'),(76334,28355,'action complete via WP Cron','2021-02-03 08:03:04','2021-02-03 00:03:04'),(76335,28356,'action created','2021-02-03 08:03:04','2021-02-03 00:03:04'),(76336,28356,'action started via WP Cron','2021-02-03 08:05:05','2021-02-03 00:05:05'),(76337,28356,'action complete via WP Cron','2021-02-03 08:05:05','2021-02-03 00:05:05'),(76338,28357,'action created','2021-02-03 08:05:05','2021-02-03 00:05:05'),(76339,28357,'action started via WP Cron','2021-02-03 08:06:06','2021-02-03 00:06:06'),(76340,28357,'action complete via WP Cron','2021-02-03 08:06:06','2021-02-03 00:06:06'),(76341,28358,'action created','2021-02-03 08:06:06','2021-02-03 00:06:06'),(76342,28358,'action started via WP Cron','2021-02-03 08:07:08','2021-02-03 00:07:08'),(76343,28358,'action complete via WP Cron','2021-02-03 08:07:08','2021-02-03 00:07:08'),(76344,28359,'action created','2021-02-03 08:08:08','2021-02-03 00:08:08'),(76345,28359,'action started via WP Cron','2021-02-03 08:09:09','2021-02-03 00:09:09'),(76346,28359,'action complete via WP Cron','2021-02-03 08:09:09','2021-02-03 00:09:09'),(76347,28360,'action created','2021-02-03 08:09:09','2021-02-03 00:09:09'),(76348,28360,'action started via WP Cron','2021-02-03 08:11:16','2021-02-03 00:11:16'),(76349,28360,'action complete via WP Cron','2021-02-03 08:11:16','2021-02-03 00:11:16'),(76350,28361,'action created','2021-02-03 08:11:16','2021-02-03 00:11:16'),(76351,28361,'action started via WP Cron','2021-02-03 08:12:01','2021-02-03 00:12:01'),(76352,28361,'action complete via WP Cron','2021-02-03 08:12:01','2021-02-03 00:12:01'),(76353,28362,'action created','2021-02-03 08:12:01','2021-02-03 00:12:01'),(76354,28362,'action started via WP Cron','2021-02-03 08:12:49','2021-02-03 00:12:49'),(76355,28362,'action complete via WP Cron','2021-02-03 08:12:49','2021-02-03 00:12:49'),(76356,28363,'action created','2021-02-03 08:12:49','2021-02-03 00:12:49'),(76357,28363,'action started via WP Cron','2021-02-03 08:13:46','2021-02-03 00:13:46'),(76358,28363,'action complete via WP Cron','2021-02-03 08:13:46','2021-02-03 00:13:46'),(76359,28364,'action created','2021-02-03 08:13:47','2021-02-03 00:13:47'),(76360,28364,'action started via WP Cron','2021-02-03 08:14:48','2021-02-03 00:14:48'),(76361,28364,'action complete via WP Cron','2021-02-03 08:14:48','2021-02-03 00:14:48'),(76362,28365,'action created','2021-02-03 08:14:48','2021-02-03 00:14:48'),(76363,28365,'action started via WP Cron','2021-02-03 08:15:42','2021-02-03 00:15:42'),(76364,28365,'action complete via WP Cron','2021-02-03 08:15:42','2021-02-03 00:15:42'),(76365,28366,'action created','2021-02-03 08:15:42','2021-02-03 00:15:42'),(76366,28366,'action started via WP Cron','2021-02-03 08:16:46','2021-02-03 00:16:46'),(76367,28366,'action complete via WP Cron','2021-02-03 08:16:46','2021-02-03 00:16:46'),(76368,28367,'action created','2021-02-03 08:16:46','2021-02-03 00:16:46'),(76369,28367,'action started via WP Cron','2021-02-03 08:17:56','2021-02-03 00:17:56'),(76370,28367,'action complete via WP Cron','2021-02-03 08:17:56','2021-02-03 00:17:56'),(76371,28368,'action created','2021-02-03 08:17:56','2021-02-03 00:17:56'),(76372,28368,'action started via WP Cron','2021-02-03 08:20:12','2021-02-03 00:20:12'),(76373,28368,'action complete via WP Cron','2021-02-03 08:20:12','2021-02-03 00:20:12'),(76374,28369,'action created','2021-02-03 08:20:12','2021-02-03 00:20:12'),(76375,28369,'action started via WP Cron','2021-02-03 08:20:46','2021-02-03 00:20:46'),(76376,28369,'action complete via WP Cron','2021-02-03 08:20:46','2021-02-03 00:20:46'),(76377,28370,'action created','2021-02-03 08:20:46','2021-02-03 00:20:46'),(76378,28370,'action started via WP Cron','2021-02-03 08:21:48','2021-02-03 00:21:48'),(76379,28370,'action complete via WP Cron','2021-02-03 08:21:48','2021-02-03 00:21:48'),(76380,28371,'action created','2021-02-03 08:21:48','2021-02-03 00:21:48'),(76381,28371,'action started via WP Cron','2021-02-03 08:22:49','2021-02-03 00:22:49'),(76382,28371,'action complete via WP Cron','2021-02-03 08:22:49','2021-02-03 00:22:49'),(76383,28372,'action created','2021-02-03 08:22:49','2021-02-03 00:22:49'),(76384,28372,'action started via WP Cron','2021-02-03 08:23:46','2021-02-03 00:23:46'),(76385,28372,'action complete via WP Cron','2021-02-03 08:23:46','2021-02-03 00:23:46'),(76386,28373,'action created','2021-02-03 08:23:46','2021-02-03 00:23:46'),(76387,28373,'action started via WP Cron','2021-02-03 08:24:46','2021-02-03 00:24:46'),(76388,28373,'action complete via WP Cron','2021-02-03 08:24:46','2021-02-03 00:24:46'),(76389,28374,'action created','2021-02-03 08:24:46','2021-02-03 00:24:46'),(76390,28374,'action started via WP Cron','2021-02-03 08:25:50','2021-02-03 00:25:50'),(76391,28374,'action complete via WP Cron','2021-02-03 08:25:50','2021-02-03 00:25:50'),(76392,28375,'action created','2021-02-03 08:25:50','2021-02-03 00:25:50'),(76393,28375,'action started via WP Cron','2021-02-03 08:26:42','2021-02-03 00:26:42'),(76394,28375,'action complete via WP Cron','2021-02-03 08:26:42','2021-02-03 00:26:42'),(76395,28376,'action created','2021-02-03 08:26:42','2021-02-03 00:26:42'),(76396,28376,'action started via WP Cron','2021-02-03 08:27:54','2021-02-03 00:27:54'),(76397,28376,'action complete via WP Cron','2021-02-03 08:27:54','2021-02-03 00:27:54'),(76398,28377,'action created','2021-02-03 08:27:54','2021-02-03 00:27:54'),(76399,28377,'action started via WP Cron','2021-02-03 08:28:41','2021-02-03 00:28:41'),(76400,28377,'action complete via WP Cron','2021-02-03 08:28:41','2021-02-03 00:28:41'),(76401,28378,'action created','2021-02-03 08:28:41','2021-02-03 00:28:41'),(76402,28378,'action started via WP Cron','2021-02-03 08:29:44','2021-02-03 00:29:44'),(76403,28378,'action complete via WP Cron','2021-02-03 08:29:44','2021-02-03 00:29:44'),(76404,28379,'action created','2021-02-03 08:29:44','2021-02-03 00:29:44'),(76405,28379,'action started via WP Cron','2021-02-03 08:30:45','2021-02-03 00:30:45'),(76406,28379,'action complete via WP Cron','2021-02-03 08:30:45','2021-02-03 00:30:45'),(76407,28380,'action created','2021-02-03 08:30:45','2021-02-03 00:30:45'),(76408,28380,'action started via WP Cron','2021-02-03 08:31:50','2021-02-03 00:31:50'),(76409,28380,'action complete via WP Cron','2021-02-03 08:31:50','2021-02-03 00:31:50'),(76410,28381,'action created','2021-02-03 08:31:50','2021-02-03 00:31:50'),(76411,28381,'action started via WP Cron','2021-02-03 08:32:50','2021-02-03 00:32:50'),(76412,28381,'action complete via WP Cron','2021-02-03 08:32:50','2021-02-03 00:32:50'),(76413,28382,'action created','2021-02-03 08:32:50','2021-02-03 00:32:50'),(76414,28382,'action started via WP Cron','2021-02-03 08:34:22','2021-02-03 00:34:22'),(76415,28382,'action complete via WP Cron','2021-02-03 08:34:22','2021-02-03 00:34:22'),(76416,28383,'action created','2021-02-03 08:34:22','2021-02-03 00:34:22'),(76417,28383,'action started via WP Cron','2021-02-03 08:42:54','2021-02-03 00:42:54'),(76418,28383,'action complete via WP Cron','2021-02-03 08:42:54','2021-02-03 00:42:54'),(76419,28384,'action created','2021-02-03 08:42:54','2021-02-03 00:42:54'),(76420,28384,'action started via WP Cron','2021-02-03 08:43:46','2021-02-03 00:43:46'),(76421,28384,'action complete via WP Cron','2021-02-03 08:43:46','2021-02-03 00:43:46'),(76422,28385,'action created','2021-02-03 08:43:46','2021-02-03 00:43:46'),(76423,28385,'action started via WP Cron','2021-02-03 08:44:47','2021-02-03 00:44:47'),(76424,28385,'action complete via WP Cron','2021-02-03 08:44:47','2021-02-03 00:44:47'),(76425,28386,'action created','2021-02-03 08:44:47','2021-02-03 00:44:47'),(76426,28386,'action started via WP Cron','2021-02-03 08:45:48','2021-02-03 00:45:48'),(76427,28386,'action complete via WP Cron','2021-02-03 08:45:48','2021-02-03 00:45:48'),(76428,28387,'action created','2021-02-03 08:45:48','2021-02-03 00:45:48'),(76429,28387,'action started via WP Cron','2021-02-03 08:46:49','2021-02-03 00:46:49'),(76430,28387,'action complete via WP Cron','2021-02-03 08:46:49','2021-02-03 00:46:49'),(76431,28388,'action created','2021-02-03 08:46:49','2021-02-03 00:46:49'),(76432,28388,'action started via WP Cron','2021-02-03 08:47:44','2021-02-03 00:47:44'),(76433,28388,'action complete via WP Cron','2021-02-03 08:47:44','2021-02-03 00:47:44'),(76434,28389,'action created','2021-02-03 08:47:44','2021-02-03 00:47:44'),(76435,28389,'action started via WP Cron','2021-02-03 08:48:59','2021-02-03 00:48:59'),(76436,28389,'action complete via WP Cron','2021-02-03 08:48:59','2021-02-03 00:48:59'),(76437,28390,'action created','2021-02-03 08:49:00','2021-02-03 00:49:00'),(76438,28390,'action started via WP Cron','2021-02-03 08:50:00','2021-02-03 00:50:00'),(76439,28390,'action complete via WP Cron','2021-02-03 08:50:00','2021-02-03 00:50:00'),(76440,28391,'action created','2021-02-03 08:50:00','2021-02-03 00:50:00'),(76444,28391,'action started via WP Cron','2021-02-03 08:55:16','2021-02-03 00:55:16'),(76445,28391,'action complete via WP Cron','2021-02-03 08:55:16','2021-02-03 00:55:16'),(76446,28393,'action created','2021-02-03 08:55:16','2021-02-03 00:55:16'),(76447,28393,'action started via WP Cron','2021-02-03 08:56:17','2021-02-03 00:56:17'),(76448,28393,'action complete via WP Cron','2021-02-03 08:56:17','2021-02-03 00:56:17'),(76449,28394,'action created','2021-02-03 08:56:17','2021-02-03 00:56:17'),(76450,28394,'action started via WP Cron','2021-02-03 08:57:18','2021-02-03 00:57:18'),(76451,28394,'action complete via WP Cron','2021-02-03 08:57:18','2021-02-03 00:57:18'),(76452,28395,'action created','2021-02-03 08:57:19','2021-02-03 00:57:19'),(76453,28395,'action started via WP Cron','2021-02-03 08:58:24','2021-02-03 00:58:24'),(76454,28395,'action complete via WP Cron','2021-02-03 08:58:24','2021-02-03 00:58:24'),(76455,28396,'action created','2021-02-03 08:58:24','2021-02-03 00:58:24'),(76456,28396,'action started via WP Cron','2021-02-03 08:58:45','2021-02-03 00:58:45'),(76457,28396,'action complete via WP Cron','2021-02-03 08:58:45','2021-02-03 00:58:45'),(76458,28397,'action created','2021-02-03 08:58:45','2021-02-03 00:58:45'),(76459,28397,'action started via WP Cron','2021-02-03 08:59:41','2021-02-03 00:59:41'),(76460,28397,'action complete via WP Cron','2021-02-03 08:59:41','2021-02-03 00:59:41'),(76461,28398,'action created','2021-02-03 08:59:41','2021-02-03 00:59:41'),(76462,28398,'action started via WP Cron','2021-02-03 09:01:22','2021-02-03 01:01:22'),(76463,28398,'action complete via WP Cron','2021-02-03 09:01:22','2021-02-03 01:01:22'),(76464,28399,'action created','2021-02-03 09:01:22','2021-02-03 01:01:22'),(76465,28399,'action started via WP Cron','2021-02-03 09:09:48','2021-02-03 01:09:48'),(76466,28399,'action complete via WP Cron','2021-02-03 09:09:48','2021-02-03 01:09:48'),(76467,28400,'action created','2021-02-03 09:09:48','2021-02-03 01:09:48'),(76468,28400,'action started via WP Cron','2021-02-03 09:10:49','2021-02-03 01:10:49'),(76469,28400,'action complete via WP Cron','2021-02-03 09:10:49','2021-02-03 01:10:49'),(76470,28401,'action created','2021-02-03 09:10:49','2021-02-03 01:10:49'),(76471,28401,'action started via WP Cron','2021-02-03 09:11:50','2021-02-03 01:11:50'),(76472,28401,'action complete via WP Cron','2021-02-03 09:11:50','2021-02-03 01:11:50'),(76473,28402,'action created','2021-02-03 09:11:50','2021-02-03 01:11:50'),(76474,28402,'action started via WP Cron','2021-02-03 09:13:52','2021-02-03 01:13:52'),(76475,28402,'action complete via WP Cron','2021-02-03 09:13:52','2021-02-03 01:13:52'),(76476,28403,'action created','2021-02-03 09:13:52','2021-02-03 01:13:52'),(76477,28403,'action started via WP Cron','2021-02-03 09:14:53','2021-02-03 01:14:53'),(76478,28403,'action complete via WP Cron','2021-02-03 09:14:53','2021-02-03 01:14:53'),(76479,28404,'action created','2021-02-03 09:14:53','2021-02-03 01:14:53'),(76480,28404,'action started via WP Cron','2021-02-03 09:18:01','2021-02-03 01:18:01'),(76481,28404,'action complete via WP Cron','2021-02-03 09:18:01','2021-02-03 01:18:01'),(76482,28405,'action created','2021-02-03 09:18:01','2021-02-03 01:18:01'),(76483,28405,'action started via WP Cron','2021-02-03 09:19:02','2021-02-03 01:19:02'),(76484,28405,'action complete via WP Cron','2021-02-03 09:19:02','2021-02-03 01:19:02'),(76485,28406,'action created','2021-02-03 09:19:02','2021-02-03 01:19:02'),(76486,28406,'action started via WP Cron','2021-02-03 09:20:04','2021-02-03 01:20:04'),(76487,28406,'action complete via WP Cron','2021-02-03 09:20:04','2021-02-03 01:20:04'),(76488,28407,'action created','2021-02-03 09:20:11','2021-02-03 01:20:11'),(76489,28407,'action started via WP Cron','2021-02-03 09:29:04','2021-02-03 01:29:04'),(76490,28407,'action complete via WP Cron','2021-02-03 09:29:04','2021-02-03 01:29:04'),(76491,28408,'action created','2021-02-03 09:29:04','2021-02-03 01:29:04'),(76492,28408,'action started via WP Cron','2021-02-03 09:30:33','2021-02-03 01:30:33'),(76493,28408,'action complete via WP Cron','2021-02-03 09:30:33','2021-02-03 01:30:33'),(76494,28409,'action created','2021-02-03 09:30:33','2021-02-03 01:30:33'),(76495,28409,'action started via WP Cron','2021-02-03 09:31:34','2021-02-03 01:31:34'),(76496,28409,'action complete via WP Cron','2021-02-03 09:31:34','2021-02-03 01:31:34'),(76497,28410,'action created','2021-02-03 09:31:34','2021-02-03 01:31:34'),(76498,28410,'action started via WP Cron','2021-02-03 09:32:35','2021-02-03 01:32:35'),(76499,28410,'action complete via WP Cron','2021-02-03 09:32:35','2021-02-03 01:32:35'),(76500,28411,'action created','2021-02-03 09:32:35','2021-02-03 01:32:35'),(76501,28411,'action started via WP Cron','2021-02-03 09:32:56','2021-02-03 01:32:56'),(76502,28411,'action complete via WP Cron','2021-02-03 09:32:56','2021-02-03 01:32:56'),(76503,28412,'action created','2021-02-03 09:33:35','2021-02-03 01:33:35'),(76504,28412,'action started via WP Cron','2021-02-03 09:33:50','2021-02-03 01:33:50'),(76505,28412,'action complete via WP Cron','2021-02-03 09:33:50','2021-02-03 01:33:50'),(76506,28413,'action created','2021-02-03 09:33:50','2021-02-03 01:33:50'),(76507,28413,'action started via WP Cron','2021-02-03 09:34:51','2021-02-03 01:34:51'),(76508,28413,'action complete via WP Cron','2021-02-03 09:34:51','2021-02-03 01:34:51'),(76509,28414,'action created','2021-02-03 09:34:51','2021-02-03 01:34:51'),(76510,28414,'action started via WP Cron','2021-02-03 09:36:08','2021-02-03 01:36:08'),(76511,28414,'action complete via WP Cron','2021-02-03 09:36:08','2021-02-03 01:36:08'),(76512,28415,'action created','2021-02-03 09:36:08','2021-02-03 01:36:08'),(76513,28415,'action started via WP Cron','2021-02-03 09:45:54','2021-02-03 01:45:54'),(76514,28415,'action complete via WP Cron','2021-02-03 09:45:54','2021-02-03 01:45:54'),(76515,28416,'action created','2021-02-03 09:45:55','2021-02-03 01:45:55'),(76516,28416,'action started via WP Cron','2021-02-03 09:47:56','2021-02-03 01:47:56'),(76517,28416,'action complete via WP Cron','2021-02-03 09:47:56','2021-02-03 01:47:56'),(76518,28417,'action created','2021-02-03 09:47:56','2021-02-03 01:47:56'),(76519,28417,'action started via WP Cron','2021-02-03 09:48:50','2021-02-03 01:48:50'),(76520,28417,'action complete via WP Cron','2021-02-03 09:48:50','2021-02-03 01:48:50'),(76521,28418,'action created','2021-02-03 09:48:50','2021-02-03 01:48:50'),(76522,28418,'action started via WP Cron','2021-02-03 09:49:51','2021-02-03 01:49:51'),(76523,28418,'action complete via WP Cron','2021-02-03 09:49:51','2021-02-03 01:49:51'),(76524,28419,'action created','2021-02-03 09:49:51','2021-02-03 01:49:51'),(76525,28419,'action started via WP Cron','2021-02-03 09:50:52','2021-02-03 01:50:52'),(76526,28419,'action complete via WP Cron','2021-02-03 09:50:52','2021-02-03 01:50:52'),(76527,28420,'action created','2021-02-03 09:50:52','2021-02-03 01:50:52'),(76528,28420,'action started via WP Cron','2021-02-03 09:51:53','2021-02-03 01:51:53'),(76529,28420,'action complete via WP Cron','2021-02-03 09:51:53','2021-02-03 01:51:53'),(76530,28421,'action created','2021-02-03 09:51:53','2021-02-03 01:51:53'),(76531,28421,'action started via WP Cron','2021-02-03 09:52:54','2021-02-03 01:52:54'),(76532,28421,'action complete via WP Cron','2021-02-03 09:52:54','2021-02-03 01:52:54'),(76533,28422,'action created','2021-02-03 09:52:54','2021-02-03 01:52:54'),(76534,28422,'action started via WP Cron','2021-02-03 10:01:36','2021-02-03 02:01:36'),(76535,28422,'action complete via WP Cron','2021-02-03 10:01:36','2021-02-03 02:01:36'),(76536,28423,'action created','2021-02-03 10:01:36','2021-02-03 02:01:36'),(76537,28423,'action started via WP Cron','2021-02-03 10:02:37','2021-02-03 02:02:37'),(76538,28423,'action complete via WP Cron','2021-02-03 10:02:37','2021-02-03 02:02:37'),(76539,28424,'action created','2021-02-03 10:02:37','2021-02-03 02:02:37'),(76540,28424,'action started via WP Cron','2021-02-03 10:03:28','2021-02-03 02:03:28'),(76541,28424,'action complete via WP Cron','2021-02-03 10:03:28','2021-02-03 02:03:28'),(76542,28425,'action created','2021-02-03 10:03:28','2021-02-03 02:03:28'),(76543,28425,'action started via WP Cron','2021-02-03 10:04:01','2021-02-03 02:04:01'),(76544,28425,'action complete via WP Cron','2021-02-03 10:04:01','2021-02-03 02:04:01'),(76545,28426,'action created','2021-02-03 10:04:01','2021-02-03 02:04:01'),(76546,28426,'action started via WP Cron','2021-02-03 10:04:43','2021-02-03 02:04:43'),(76547,28426,'action complete via WP Cron','2021-02-03 10:04:43','2021-02-03 02:04:43'),(76548,28427,'action created','2021-02-03 10:04:43','2021-02-03 02:04:43'),(76549,28427,'action started via WP Cron','2021-02-03 10:05:57','2021-02-03 02:05:57'),(76550,28427,'action complete via WP Cron','2021-02-03 10:05:57','2021-02-03 02:05:57'),(76551,28428,'action created','2021-02-03 10:05:57','2021-02-03 02:05:57'),(76552,28428,'action started via WP Cron','2021-02-03 10:06:41','2021-02-03 02:06:41'),(76553,28428,'action complete via WP Cron','2021-02-03 10:06:41','2021-02-03 02:06:41'),(76554,28429,'action created','2021-02-03 10:06:41','2021-02-03 02:06:41'),(76555,28429,'action started via WP Cron','2021-02-03 10:07:42','2021-02-03 02:07:42'),(76556,28429,'action complete via WP Cron','2021-02-03 10:07:42','2021-02-03 02:07:42'),(76557,28430,'action created','2021-02-03 10:07:42','2021-02-03 02:07:42'),(76558,28430,'action started via WP Cron','2021-02-03 10:08:56','2021-02-03 02:08:56'),(76559,28430,'action complete via WP Cron','2021-02-03 10:08:56','2021-02-03 02:08:56'),(76560,28431,'action created','2021-02-03 10:08:56','2021-02-03 02:08:56'),(76561,28431,'action started via WP Cron','2021-02-03 10:10:15','2021-02-03 02:10:15'),(76562,28431,'action complete via WP Cron','2021-02-03 10:10:15','2021-02-03 02:10:15'),(76563,28432,'action created','2021-02-03 10:10:15','2021-02-03 02:10:15'),(76564,28432,'action started via WP Cron','2021-02-03 10:10:55','2021-02-03 02:10:55'),(76565,28432,'action complete via WP Cron','2021-02-03 10:10:55','2021-02-03 02:10:55'),(76566,28433,'action created','2021-02-03 10:10:55','2021-02-03 02:10:55'),(76567,28433,'action started via WP Cron','2021-02-03 10:12:09','2021-02-03 02:12:09'),(76568,28433,'action complete via WP Cron','2021-02-03 10:12:09','2021-02-03 02:12:09'),(76569,28434,'action created','2021-02-03 10:12:10','2021-02-03 02:12:10'),(76570,28434,'action started via WP Cron','2021-02-03 10:12:54','2021-02-03 02:12:54'),(76571,28434,'action complete via WP Cron','2021-02-03 10:12:54','2021-02-03 02:12:54'),(76572,28435,'action created','2021-02-03 10:12:55','2021-02-03 02:12:55'),(76573,28435,'action started via WP Cron','2021-02-03 10:13:42','2021-02-03 02:13:42'),(76574,28435,'action complete via WP Cron','2021-02-03 10:13:42','2021-02-03 02:13:42'),(76575,28436,'action created','2021-02-03 10:13:42','2021-02-03 02:13:42'),(76576,28436,'action started via WP Cron','2021-02-03 10:14:46','2021-02-03 02:14:46'),(76577,28436,'action complete via WP Cron','2021-02-03 10:14:46','2021-02-03 02:14:46'),(76578,28437,'action created','2021-02-03 10:14:46','2021-02-03 02:14:46'),(76579,28437,'action started via WP Cron','2021-02-03 10:15:53','2021-02-03 02:15:53'),(76580,28437,'action complete via WP Cron','2021-02-03 10:15:53','2021-02-03 02:15:53'),(76581,28438,'action created','2021-02-03 10:15:53','2021-02-03 02:15:53'),(76582,28438,'action started via WP Cron','2021-02-03 10:16:49','2021-02-03 02:16:49'),(76583,28438,'action complete via WP Cron','2021-02-03 10:16:49','2021-02-03 02:16:49'),(76584,28439,'action created','2021-02-03 10:16:49','2021-02-03 02:16:49'),(76585,28439,'action started via WP Cron','2021-02-03 10:17:41','2021-02-03 02:17:41'),(76586,28439,'action complete via WP Cron','2021-02-03 10:17:41','2021-02-03 02:17:41'),(76587,28440,'action created','2021-02-03 10:17:41','2021-02-03 02:17:41'),(76588,28440,'action started via WP Cron','2021-02-03 10:18:53','2021-02-03 02:18:53'),(76589,28440,'action complete via WP Cron','2021-02-03 10:18:53','2021-02-03 02:18:53'),(76590,28441,'action created','2021-02-03 10:18:54','2021-02-03 02:18:54'),(76591,28441,'action started via WP Cron','2021-02-03 10:19:43','2021-02-03 02:19:43'),(76592,28441,'action complete via WP Cron','2021-02-03 10:19:43','2021-02-03 02:19:43'),(76593,28442,'action created','2021-02-03 10:19:44','2021-02-03 02:19:44'),(76594,28442,'action started via WP Cron','2021-02-03 10:20:52','2021-02-03 02:20:52'),(76595,28442,'action complete via WP Cron','2021-02-03 10:20:52','2021-02-03 02:20:52'),(76596,28443,'action created','2021-02-03 10:20:52','2021-02-03 02:20:52'),(76597,28443,'action started via WP Cron','2021-02-03 10:21:45','2021-02-03 02:21:45'),(76598,28443,'action complete via WP Cron','2021-02-03 10:21:45','2021-02-03 02:21:45'),(76599,28444,'action created','2021-02-03 10:21:45','2021-02-03 02:21:45'),(76600,28444,'action started via WP Cron','2021-02-03 10:22:56','2021-02-03 02:22:56'),(76601,28444,'action complete via WP Cron','2021-02-03 10:22:56','2021-02-03 02:22:56'),(76602,28445,'action created','2021-02-03 10:22:56','2021-02-03 02:22:56'),(76603,28445,'action started via WP Cron','2021-02-03 10:23:50','2021-02-03 02:23:50'),(76604,28445,'action complete via WP Cron','2021-02-03 10:23:50','2021-02-03 02:23:50'),(76605,28446,'action created','2021-02-03 10:23:50','2021-02-03 02:23:50'),(76606,28446,'action started via WP Cron','2021-02-03 10:24:43','2021-02-03 02:24:43'),(76607,28446,'action complete via WP Cron','2021-02-03 10:24:43','2021-02-03 02:24:43'),(76608,28447,'action created','2021-02-03 10:24:43','2021-02-03 02:24:43'),(76609,28447,'action started via WP Cron','2021-02-03 10:25:51','2021-02-03 02:25:51'),(76610,28447,'action complete via WP Cron','2021-02-03 10:25:51','2021-02-03 02:25:51'),(76611,28448,'action created','2021-02-03 10:25:52','2021-02-03 02:25:52'),(76612,28448,'action started via WP Cron','2021-02-03 10:26:44','2021-02-03 02:26:44'),(76613,28448,'action complete via WP Cron','2021-02-03 10:26:44','2021-02-03 02:26:44'),(76614,28449,'action created','2021-02-03 10:26:44','2021-02-03 02:26:44'),(76615,28449,'action started via WP Cron','2021-02-03 10:27:42','2021-02-03 02:27:42'),(76616,28449,'action complete via WP Cron','2021-02-03 10:27:42','2021-02-03 02:27:42'),(76617,28450,'action created','2021-02-03 10:27:42','2021-02-03 02:27:42'),(76618,28450,'action started via WP Cron','2021-02-03 10:28:45','2021-02-03 02:28:45'),(76619,28450,'action complete via WP Cron','2021-02-03 10:28:45','2021-02-03 02:28:45'),(76620,28451,'action created','2021-02-03 10:28:45','2021-02-03 02:28:45'),(76621,28451,'action started via WP Cron','2021-02-03 10:31:43','2021-02-03 02:31:43'),(76622,28451,'action complete via WP Cron','2021-02-03 10:31:43','2021-02-03 02:31:43'),(76623,28452,'action created','2021-02-03 10:31:44','2021-02-03 02:31:44'),(76624,28452,'action started via WP Cron','2021-02-03 10:32:44','2021-02-03 02:32:44'),(76625,28452,'action complete via WP Cron','2021-02-03 10:32:44','2021-02-03 02:32:44'),(76626,28453,'action created','2021-02-03 10:32:45','2021-02-03 02:32:45'),(76627,28453,'action started via WP Cron','2021-02-03 10:33:46','2021-02-03 02:33:46'),(76628,28453,'action complete via WP Cron','2021-02-03 10:33:46','2021-02-03 02:33:46'),(76629,28454,'action created','2021-02-03 10:33:46','2021-02-03 02:33:46'),(76630,28454,'action started via WP Cron','2021-02-03 10:34:46','2021-02-03 02:34:46'),(76631,28454,'action complete via WP Cron','2021-02-03 10:34:46','2021-02-03 02:34:46'),(76632,28455,'action created','2021-02-03 10:34:46','2021-02-03 02:34:46'),(76633,28455,'action started via WP Cron','2021-02-03 10:35:48','2021-02-03 02:35:48'),(76634,28455,'action complete via WP Cron','2021-02-03 10:35:48','2021-02-03 02:35:48'),(76635,28456,'action created','2021-02-03 10:35:48','2021-02-03 02:35:48'),(76636,28456,'action started via WP Cron','2021-02-03 10:36:49','2021-02-03 02:36:49'),(76637,28456,'action complete via WP Cron','2021-02-03 10:36:49','2021-02-03 02:36:49'),(76638,28457,'action created','2021-02-03 10:36:49','2021-02-03 02:36:49'),(76639,28457,'action started via WP Cron','2021-02-03 10:37:50','2021-02-03 02:37:50'),(76640,28457,'action complete via WP Cron','2021-02-03 10:37:50','2021-02-03 02:37:50'),(76641,28458,'action created','2021-02-03 10:37:50','2021-02-03 02:37:50'),(76642,28458,'action started via WP Cron','2021-02-03 10:39:07','2021-02-03 02:39:07'),(76643,28458,'action complete via WP Cron','2021-02-03 10:39:07','2021-02-03 02:39:07'),(76644,28459,'action created','2021-02-03 10:49:07','2021-02-03 02:49:07'),(76645,28459,'action started via WP Cron','2021-02-03 10:50:08','2021-02-03 02:50:08'),(76646,28459,'action complete via WP Cron','2021-02-03 10:50:08','2021-02-03 02:50:08'),(76647,28460,'action created','2021-02-03 10:50:08','2021-02-03 02:50:08'),(76648,28460,'action started via WP Cron','2021-02-03 10:51:09','2021-02-03 02:51:09'),(76649,28460,'action complete via WP Cron','2021-02-03 10:51:09','2021-02-03 02:51:09'),(76650,28461,'action created','2021-02-03 10:51:09','2021-02-03 02:51:09'),(76651,28461,'action started via WP Cron','2021-02-03 10:53:11','2021-02-03 02:53:11'),(76652,28461,'action complete via WP Cron','2021-02-03 10:53:11','2021-02-03 02:53:11'),(76653,28462,'action created','2021-02-03 10:53:11','2021-02-03 02:53:11'),(76654,28462,'action started via WP Cron','2021-02-03 10:54:12','2021-02-03 02:54:12'),(76655,28462,'action complete via WP Cron','2021-02-03 10:54:12','2021-02-03 02:54:12'),(76656,28463,'action created','2021-02-03 10:54:12','2021-02-03 02:54:12'),(76657,28463,'action started via WP Cron','2021-02-03 10:54:53','2021-02-03 02:54:53'),(76658,28463,'action complete via WP Cron','2021-02-03 10:54:53','2021-02-03 02:54:53'),(76659,28464,'action created','2021-02-03 10:54:53','2021-02-03 02:54:53'),(76660,28464,'action started via WP Cron','2021-02-03 10:55:54','2021-02-03 02:55:54'),(76661,28464,'action complete via WP Cron','2021-02-03 10:55:54','2021-02-03 02:55:54'),(76662,28465,'action created','2021-02-03 10:55:54','2021-02-03 02:55:54'),(76663,28465,'action started via WP Cron','2021-02-03 10:56:51','2021-02-03 02:56:51'),(76664,28465,'action complete via WP Cron','2021-02-03 10:56:51','2021-02-03 02:56:51'),(76665,28466,'action created','2021-02-03 10:56:51','2021-02-03 02:56:51'),(76666,28466,'action started via WP Cron','2021-02-03 10:58:33','2021-02-03 02:58:33'),(76667,28466,'action complete via WP Cron','2021-02-03 10:58:33','2021-02-03 02:58:33'),(76668,28467,'action created','2021-02-03 10:58:34','2021-02-03 02:58:34'),(76669,28467,'action started via WP Cron','2021-02-03 11:01:54','2021-02-03 03:01:54'),(76670,28467,'action complete via WP Cron','2021-02-03 11:01:54','2021-02-03 03:01:54'),(76671,28468,'action created','2021-02-03 11:01:55','2021-02-03 03:01:55'),(76672,28468,'action started via WP Cron','2021-02-03 11:07:48','2021-02-03 03:07:48'),(76673,28468,'action complete via WP Cron','2021-02-03 11:07:48','2021-02-03 03:07:48'),(76674,28469,'action created','2021-02-03 11:07:48','2021-02-03 03:07:48'),(76675,28469,'action started via WP Cron','2021-02-03 11:08:42','2021-02-03 03:08:42'),(76676,28469,'action complete via WP Cron','2021-02-03 11:08:42','2021-02-03 03:08:42'),(76677,28470,'action created','2021-02-03 11:08:42','2021-02-03 03:08:42'),(76678,28470,'action started via WP Cron','2021-02-03 11:09:43','2021-02-03 03:09:43'),(76679,28470,'action complete via WP Cron','2021-02-03 11:09:43','2021-02-03 03:09:43'),(76680,28471,'action created','2021-02-03 11:09:43','2021-02-03 03:09:43'),(76681,28471,'action started via WP Cron','2021-02-03 11:11:26','2021-02-03 03:11:26'),(76682,28471,'action complete via WP Cron','2021-02-03 11:11:26','2021-02-03 03:11:26'),(76683,28472,'action created','2021-02-03 11:11:26','2021-02-03 03:11:26'),(76684,28472,'action started via WP Cron','2021-02-03 11:11:45','2021-02-03 03:11:45'),(76685,28472,'action complete via WP Cron','2021-02-03 11:11:45','2021-02-03 03:11:45'),(76686,28473,'action created','2021-02-03 11:11:45','2021-02-03 03:11:45'),(76687,28473,'action started via WP Cron','2021-02-03 11:12:46','2021-02-03 03:12:46'),(76688,28473,'action complete via WP Cron','2021-02-03 11:12:46','2021-02-03 03:12:46'),(76689,28474,'action created','2021-02-03 11:12:46','2021-02-03 03:12:46'),(76690,28474,'action started via WP Cron','2021-02-03 11:13:47','2021-02-03 03:13:47'),(76691,28474,'action complete via WP Cron','2021-02-03 11:13:47','2021-02-03 03:13:47'),(76692,28475,'action created','2021-02-03 11:13:47','2021-02-03 03:13:47'),(76693,28475,'action started via WP Cron','2021-02-03 11:17:40','2021-02-03 03:17:40'),(76694,28475,'action complete via WP Cron','2021-02-03 11:17:40','2021-02-03 03:17:40'),(76695,28476,'action created','2021-02-03 11:17:41','2021-02-03 03:17:41'),(76696,28476,'action started via WP Cron','2021-02-03 11:21:56','2021-02-03 03:21:56'),(76697,28476,'action complete via WP Cron','2021-02-03 11:21:56','2021-02-03 03:21:56'),(76698,28477,'action created','2021-02-03 11:21:56','2021-02-03 03:21:56'),(76699,28477,'action started via WP Cron','2021-02-03 11:27:47','2021-02-03 03:27:47'),(76700,28477,'action complete via WP Cron','2021-02-03 11:27:47','2021-02-03 03:27:47'),(76701,28478,'action created','2021-02-03 11:27:47','2021-02-03 03:27:47'),(76702,28478,'action started via WP Cron','2021-02-03 11:32:40','2021-02-03 03:32:40'),(76703,28478,'action complete via WP Cron','2021-02-03 11:32:40','2021-02-03 03:32:40'),(76704,28479,'action created','2021-02-03 11:32:40','2021-02-03 03:32:40'),(76705,28479,'action started via WP Cron','2021-02-03 11:34:36','2021-02-03 03:34:36'),(76706,28479,'action complete via WP Cron','2021-02-03 11:34:36','2021-02-03 03:34:36'),(76707,28480,'action created','2021-02-03 11:34:36','2021-02-03 03:34:36'),(76708,28480,'action started via WP Cron','2021-02-03 11:36:56','2021-02-03 03:36:56'),(76709,28480,'action complete via WP Cron','2021-02-03 11:36:56','2021-02-03 03:36:56'),(76710,28481,'action created','2021-02-03 11:36:56','2021-02-03 03:36:56'),(76711,28481,'action started via WP Cron','2021-02-03 11:37:55','2021-02-03 03:37:55'),(76712,28481,'action complete via WP Cron','2021-02-03 11:37:55','2021-02-03 03:37:55'),(76713,28482,'action created','2021-02-03 11:38:52','2021-02-03 03:38:52'),(76714,28482,'action started via WP Cron','2021-02-03 11:39:53','2021-02-03 03:39:53'),(76715,28482,'action complete via WP Cron','2021-02-03 11:39:53','2021-02-03 03:39:53'),(76716,28483,'action created','2021-02-03 11:39:53','2021-02-03 03:39:53'),(76717,28483,'action started via WP Cron','2021-02-03 11:40:54','2021-02-03 03:40:54'),(76718,28483,'action complete via WP Cron','2021-02-03 11:40:54','2021-02-03 03:40:54'),(76719,28484,'action created','2021-02-03 11:40:54','2021-02-03 03:40:54'),(76720,28484,'action started via WP Cron','2021-02-03 11:41:55','2021-02-03 03:41:55'),(76721,28484,'action complete via WP Cron','2021-02-03 11:41:55','2021-02-03 03:41:55'),(76722,28485,'action created','2021-02-03 11:41:55','2021-02-03 03:41:55'),(76723,28485,'action started via WP Cron','2021-02-03 11:44:34','2021-02-03 03:44:34'),(76724,28485,'action complete via WP Cron','2021-02-03 11:44:34','2021-02-03 03:44:34'),(76725,28486,'action created','2021-02-03 11:44:34','2021-02-03 03:44:34'),(76726,28486,'action started via WP Cron','2021-02-03 11:45:28','2021-02-03 03:45:28'),(76727,28486,'action complete via WP Cron','2021-02-03 11:45:28','2021-02-03 03:45:28'),(76728,28487,'action created','2021-02-03 11:45:28','2021-02-03 03:45:28'),(76729,28487,'action started via WP Cron','2021-02-03 11:48:49','2021-02-03 03:48:49'),(76730,28487,'action complete via WP Cron','2021-02-03 11:48:49','2021-02-03 03:48:49'),(76731,28488,'action created','2021-02-03 11:48:49','2021-02-03 03:48:49'),(76732,28488,'action started via WP Cron','2021-02-03 11:49:52','2021-02-03 03:49:52'),(76733,28488,'action complete via WP Cron','2021-02-03 11:49:52','2021-02-03 03:49:52'),(76734,28489,'action created','2021-02-03 11:49:52','2021-02-03 03:49:52'),(76735,28489,'action started via WP Cron','2021-02-03 11:50:58','2021-02-03 03:50:58'),(76736,28489,'action complete via WP Cron','2021-02-03 11:50:58','2021-02-03 03:50:58'),(76737,28490,'action created','2021-02-03 11:50:59','2021-02-03 03:50:59'),(76738,28490,'action started via WP Cron','2021-02-03 11:52:00','2021-02-03 03:52:00'),(76739,28490,'action complete via WP Cron','2021-02-03 11:52:00','2021-02-03 03:52:00'),(76740,28491,'action created','2021-02-03 11:52:00','2021-02-03 03:52:00'),(76741,28491,'action started via WP Cron','2021-02-03 11:52:47','2021-02-03 03:52:47'),(76742,28491,'action complete via WP Cron','2021-02-03 11:52:47','2021-02-03 03:52:47'),(76743,28492,'action created','2021-02-03 11:52:48','2021-02-03 03:52:48'),(76744,28492,'action started via WP Cron','2021-02-03 11:53:41','2021-02-03 03:53:41'),(76745,28492,'action complete via WP Cron','2021-02-03 11:53:41','2021-02-03 03:53:41'),(76746,28493,'action created','2021-02-03 11:53:42','2021-02-03 03:53:42'),(76747,28493,'action started via WP Cron','2021-02-03 11:55:03','2021-02-03 03:55:03'),(76748,28493,'action complete via WP Cron','2021-02-03 11:55:03','2021-02-03 03:55:03'),(76749,28494,'action created','2021-02-03 11:55:03','2021-02-03 03:55:03'),(76750,28494,'action started via WP Cron','2021-02-03 11:55:53','2021-02-03 03:55:53'),(76751,28494,'action complete via WP Cron','2021-02-03 11:55:53','2021-02-03 03:55:53'),(76752,28495,'action created','2021-02-03 11:55:54','2021-02-03 03:55:54'),(76753,28495,'action started via WP Cron','2021-02-03 11:56:41','2021-02-03 03:56:41'),(76754,28495,'action complete via WP Cron','2021-02-03 11:56:41','2021-02-03 03:56:41'),(76755,28496,'action created','2021-02-03 11:56:41','2021-02-03 03:56:41'),(76756,28496,'action started via WP Cron','2021-02-03 11:57:48','2021-02-03 03:57:48'),(76757,28496,'action complete via WP Cron','2021-02-03 11:57:48','2021-02-03 03:57:48'),(76758,28497,'action created','2021-02-03 11:57:48','2021-02-03 03:57:48'),(76759,28497,'action started via WP Cron','2021-02-03 11:58:50','2021-02-03 03:58:50'),(76760,28497,'action complete via WP Cron','2021-02-03 11:58:50','2021-02-03 03:58:50'),(76761,28498,'action created','2021-02-03 11:58:50','2021-02-03 03:58:50'),(76762,28498,'action started via WP Cron','2021-02-03 11:59:54','2021-02-03 03:59:54'),(76763,28498,'action complete via WP Cron','2021-02-03 11:59:54','2021-02-03 03:59:54'),(76764,28499,'action created','2021-02-03 11:59:54','2021-02-03 03:59:54'),(76765,28499,'action started via WP Cron','2021-02-03 12:00:45','2021-02-03 04:00:45'),(76766,28499,'action complete via WP Cron','2021-02-03 12:00:45','2021-02-03 04:00:45'),(76767,28500,'action created','2021-02-03 12:00:45','2021-02-03 04:00:45'),(76768,28500,'action started via WP Cron','2021-02-03 12:01:52','2021-02-03 04:01:52'),(76769,28500,'action complete via WP Cron','2021-02-03 12:01:52','2021-02-03 04:01:52'),(76770,28501,'action created','2021-02-03 12:01:52','2021-02-03 04:01:52'),(76771,28501,'action started via WP Cron','2021-02-03 12:02:42','2021-02-03 04:02:42'),(76772,28501,'action complete via WP Cron','2021-02-03 12:02:42','2021-02-03 04:02:42'),(76773,28502,'action created','2021-02-03 12:02:42','2021-02-03 04:02:42'),(76774,28502,'action started via WP Cron','2021-02-03 12:03:47','2021-02-03 04:03:47'),(76775,28502,'action complete via WP Cron','2021-02-03 12:03:47','2021-02-03 04:03:47'),(76776,28503,'action created','2021-02-03 12:03:47','2021-02-03 04:03:47'),(76777,28503,'action started via WP Cron','2021-02-03 12:04:43','2021-02-03 04:04:43'),(76778,28503,'action complete via WP Cron','2021-02-03 12:04:43','2021-02-03 04:04:43'),(76779,28504,'action created','2021-02-03 12:04:43','2021-02-03 04:04:43'),(76780,28504,'action started via WP Cron','2021-02-03 12:05:50','2021-02-03 04:05:50'),(76781,28504,'action complete via WP Cron','2021-02-03 12:05:50','2021-02-03 04:05:50'),(76782,28505,'action created','2021-02-03 12:05:50','2021-02-03 04:05:50'),(76783,28505,'action started via WP Cron','2021-02-03 12:06:53','2021-02-03 04:06:53'),(76784,28505,'action complete via WP Cron','2021-02-03 12:06:53','2021-02-03 04:06:53'),(76785,28506,'action created','2021-02-03 12:06:54','2021-02-03 04:06:54'),(76786,28506,'action started via WP Cron','2021-02-03 12:07:52','2021-02-03 04:07:52'),(76787,28506,'action complete via WP Cron','2021-02-03 12:07:52','2021-02-03 04:07:52'),(76788,28507,'action created','2021-02-03 12:07:52','2021-02-03 04:07:52'),(76789,28507,'action started via WP Cron','2021-02-03 12:08:41','2021-02-03 04:08:41'),(76790,28507,'action complete via WP Cron','2021-02-03 12:08:41','2021-02-03 04:08:41'),(76791,28508,'action created','2021-02-03 12:08:41','2021-02-03 04:08:41'),(76792,28508,'action started via WP Cron','2021-02-03 12:09:52','2021-02-03 04:09:52'),(76793,28508,'action complete via WP Cron','2021-02-03 12:09:52','2021-02-03 04:09:52'),(76794,28509,'action created','2021-02-03 12:09:52','2021-02-03 04:09:52'),(76795,28509,'action started via WP Cron','2021-02-03 12:10:44','2021-02-03 04:10:44'),(76796,28509,'action complete via WP Cron','2021-02-03 12:10:44','2021-02-03 04:10:44'),(76797,28510,'action created','2021-02-03 12:10:44','2021-02-03 04:10:44'),(76798,28510,'action started via WP Cron','2021-02-03 12:11:54','2021-02-03 04:11:54'),(76799,28510,'action complete via WP Cron','2021-02-03 12:11:54','2021-02-03 04:11:54'),(76800,28511,'action created','2021-02-03 12:11:54','2021-02-03 04:11:54'),(76801,28511,'action started via WP Cron','2021-02-03 12:12:51','2021-02-03 04:12:51'),(76802,28511,'action complete via WP Cron','2021-02-03 12:12:51','2021-02-03 04:12:51'),(76803,28512,'action created','2021-02-03 12:12:51','2021-02-03 04:12:51'),(76804,28512,'action started via WP Cron','2021-02-03 12:13:48','2021-02-03 04:13:48'),(76805,28512,'action complete via WP Cron','2021-02-03 12:13:48','2021-02-03 04:13:48'),(76806,28513,'action created','2021-02-03 12:13:48','2021-02-03 04:13:48'),(76807,28513,'action started via WP Cron','2021-02-03 12:14:46','2021-02-03 04:14:46'),(76808,28513,'action complete via WP Cron','2021-02-03 12:14:46','2021-02-03 04:14:46'),(76809,28514,'action created','2021-02-03 12:14:46','2021-02-03 04:14:46'),(76810,28514,'action started via WP Cron','2021-02-03 12:22:06','2021-02-03 04:22:06'),(76811,28514,'action complete via WP Cron','2021-02-03 12:22:06','2021-02-03 04:22:06'),(76812,28515,'action created','2021-02-03 12:22:06','2021-02-03 04:22:06'),(76813,28515,'action started via WP Cron','2021-02-03 12:23:27','2021-02-03 04:23:27'),(76814,28515,'action complete via WP Cron','2021-02-03 12:23:27','2021-02-03 04:23:27'),(76815,28516,'action created','2021-02-03 12:23:28','2021-02-03 04:23:28'),(76816,28516,'action started via WP Cron','2021-02-03 12:24:14','2021-02-03 04:24:14'),(76817,28516,'action complete via WP Cron','2021-02-03 12:24:14','2021-02-03 04:24:14'),(76818,28517,'action created','2021-02-03 12:24:14','2021-02-03 04:24:14'),(76819,28517,'action started via WP Cron','2021-02-03 12:24:56','2021-02-03 04:24:56'),(76820,28517,'action complete via WP Cron','2021-02-03 12:24:56','2021-02-03 04:24:56'),(76821,28518,'action created','2021-02-03 12:24:56','2021-02-03 04:24:56'),(76822,28518,'action started via WP Cron','2021-02-03 12:25:57','2021-02-03 04:25:57'),(76823,28518,'action complete via WP Cron','2021-02-03 12:25:57','2021-02-03 04:25:57'),(76824,28519,'action created','2021-02-03 12:25:58','2021-02-03 04:25:58'),(76825,28519,'action started via WP Cron','2021-02-03 12:27:00','2021-02-03 04:27:00'),(76826,28519,'action complete via WP Cron','2021-02-03 12:27:00','2021-02-03 04:27:00'),(76827,28520,'action created','2021-02-03 12:27:00','2021-02-03 04:27:00'),(76828,28520,'action started via WP Cron','2021-02-03 12:28:16','2021-02-03 04:28:16'),(76829,28520,'action complete via WP Cron','2021-02-03 12:28:16','2021-02-03 04:28:16'),(76830,28521,'action created','2021-02-03 12:28:16','2021-02-03 04:28:16'),(76831,28521,'action started via WP Cron','2021-02-03 12:29:01','2021-02-03 04:29:01'),(76832,28521,'action complete via WP Cron','2021-02-03 12:29:01','2021-02-03 04:29:01'),(76833,28522,'action created','2021-02-03 12:29:01','2021-02-03 04:29:01'),(76834,28522,'action started via WP Cron','2021-02-03 12:30:07','2021-02-03 04:30:07'),(76835,28522,'action complete via WP Cron','2021-02-03 12:30:07','2021-02-03 04:30:07'),(76836,28523,'action created','2021-02-03 12:30:07','2021-02-03 04:30:07'),(76837,28523,'action started via WP Cron','2021-02-03 12:30:42','2021-02-03 04:30:42'),(76838,28523,'action complete via WP Cron','2021-02-03 12:30:42','2021-02-03 04:30:42'),(76839,28524,'action created','2021-02-03 12:30:42','2021-02-03 04:30:42'),(76840,28524,'action started via WP Cron','2021-02-03 12:35:15','2021-02-03 04:35:15'),(76841,28524,'action complete via WP Cron','2021-02-03 12:35:15','2021-02-03 04:35:15'),(76842,28525,'action created','2021-02-03 12:35:15','2021-02-03 04:35:15'),(76843,28525,'action started via WP Cron','2021-02-03 12:36:35','2021-02-03 04:36:35'),(76844,28525,'action complete via WP Cron','2021-02-03 12:36:35','2021-02-03 04:36:35'),(76845,28526,'action created','2021-02-03 12:36:36','2021-02-03 04:36:36'),(76846,28526,'action started via WP Cron','2021-02-03 12:42:11','2021-02-03 04:42:11'),(76847,28526,'action complete via WP Cron','2021-02-03 12:42:11','2021-02-03 04:42:11'),(76848,28527,'action created','2021-02-03 12:42:11','2021-02-03 04:42:11'),(76849,28527,'action started via WP Cron','2021-02-03 12:54:05','2021-02-03 04:54:05'),(76850,28527,'action complete via WP Cron','2021-02-03 12:54:05','2021-02-03 04:54:05'),(76851,28528,'action created','2021-02-03 12:54:05','2021-02-03 04:54:05'),(76852,28528,'action started via WP Cron','2021-02-03 13:01:30','2021-02-03 05:01:30'),(76853,28528,'action complete via WP Cron','2021-02-03 13:01:30','2021-02-03 05:01:30'),(76854,28529,'action created','2021-02-03 13:01:30','2021-02-03 05:01:30'),(76855,28529,'action started via WP Cron','2021-02-03 13:01:44','2021-02-03 05:01:44'),(76856,28529,'action complete via WP Cron','2021-02-03 13:01:44','2021-02-03 05:01:44'),(76857,28530,'action created','2021-02-03 13:01:44','2021-02-03 05:01:44'),(76858,28530,'action started via WP Cron','2021-02-03 13:17:16','2021-02-03 05:17:16'),(76859,28530,'action complete via WP Cron','2021-02-03 13:17:16','2021-02-03 05:17:16'),(76860,28531,'action created','2021-02-03 13:17:22','2021-02-03 05:17:22'),(76861,28531,'action started via WP Cron','2021-02-03 13:17:44','2021-02-03 05:17:44'),(76862,28531,'action complete via WP Cron','2021-02-03 13:17:44','2021-02-03 05:17:44'),(76863,28532,'action created','2021-02-03 13:17:44','2021-02-03 05:17:44'),(76864,28532,'action started via WP Cron','2021-02-03 13:24:49','2021-02-03 05:24:49'),(76865,28532,'action complete via WP Cron','2021-02-03 13:24:49','2021-02-03 05:24:49'),(76866,28533,'action created','2021-02-03 13:25:06','2021-02-03 05:25:06'),(76867,28533,'action started via WP Cron','2021-02-03 13:25:56','2021-02-03 05:25:56'),(76868,28533,'action complete via WP Cron','2021-02-03 13:25:56','2021-02-03 05:25:56'),(76869,28534,'action created','2021-02-03 13:25:56','2021-02-03 05:25:56'),(76870,28534,'action started via WP Cron','2021-02-03 13:26:54','2021-02-03 05:26:54'),(76871,28534,'action complete via WP Cron','2021-02-03 13:26:54','2021-02-03 05:26:54'),(76872,28535,'action created','2021-02-03 13:26:54','2021-02-03 05:26:54'),(76873,28535,'action started via WP Cron','2021-02-03 13:27:53','2021-02-03 05:27:53'),(76874,28535,'action complete via WP Cron','2021-02-03 13:27:53','2021-02-03 05:27:53'),(76875,28536,'action created','2021-02-03 13:27:54','2021-02-03 05:27:54'),(76876,28536,'action started via WP Cron','2021-02-03 13:28:54','2021-02-03 05:28:54'),(76877,28536,'action complete via WP Cron','2021-02-03 13:28:54','2021-02-03 05:28:54'),(76878,28537,'action created','2021-02-03 13:28:54','2021-02-03 05:28:54'),(76879,28537,'action started via WP Cron','2021-02-03 13:29:43','2021-02-03 05:29:43'),(76880,28537,'action complete via WP Cron','2021-02-03 13:29:43','2021-02-03 05:29:43'),(76881,28538,'action created','2021-02-03 13:29:43','2021-02-03 05:29:43'),(76882,28538,'action started via WP Cron','2021-02-03 13:30:51','2021-02-03 05:30:51'),(76883,28538,'action complete via WP Cron','2021-02-03 13:30:52','2021-02-03 05:30:52'),(76884,28539,'action created','2021-02-03 13:31:07','2021-02-03 05:31:07'),(76885,28539,'action started via WP Cron','2021-02-03 13:32:09','2021-02-03 05:32:09'),(76886,28539,'action complete via WP Cron','2021-02-03 13:32:09','2021-02-03 05:32:09'),(76887,28540,'action created','2021-02-03 13:32:10','2021-02-03 05:32:10'),(76888,28540,'action started via WP Cron','2021-02-03 13:33:10','2021-02-03 05:33:10'),(76889,28540,'action complete via WP Cron','2021-02-03 13:33:10','2021-02-03 05:33:10'),(76890,28541,'action created','2021-02-03 13:33:10','2021-02-03 05:33:10'),(76891,28541,'action started via WP Cron','2021-02-03 13:33:46','2021-02-03 05:33:46'),(76892,28541,'action complete via WP Cron','2021-02-03 13:33:46','2021-02-03 05:33:46'),(76893,28542,'action created','2021-02-03 13:33:46','2021-02-03 05:33:46'),(76894,28542,'action started via WP Cron','2021-02-03 13:34:51','2021-02-03 05:34:51'),(76895,28542,'action complete via WP Cron','2021-02-03 13:34:51','2021-02-03 05:34:51'),(76896,28543,'action created','2021-02-03 13:34:51','2021-02-03 05:34:51'),(76897,28543,'action started via WP Cron','2021-02-03 13:36:00','2021-02-03 05:36:00'),(76898,28543,'action complete via WP Cron','2021-02-03 13:36:00','2021-02-03 05:36:00'),(76899,28544,'action created','2021-02-03 13:36:00','2021-02-03 05:36:00'),(76900,28544,'action started via WP Cron','2021-02-03 13:36:40','2021-02-03 05:36:40'),(76901,28544,'action complete via WP Cron','2021-02-03 13:36:40','2021-02-03 05:36:40'),(76902,28545,'action created','2021-02-03 13:36:41','2021-02-03 05:36:41'),(76903,28545,'action started via WP Cron','2021-02-03 13:37:50','2021-02-03 05:37:50'),(76904,28545,'action complete via WP Cron','2021-02-03 13:37:50','2021-02-03 05:37:50'),(76905,28546,'action created','2021-02-03 13:37:50','2021-02-03 05:37:50'),(76906,28546,'action started via WP Cron','2021-02-03 13:38:53','2021-02-03 05:38:53'),(76907,28546,'action complete via WP Cron','2021-02-03 13:38:53','2021-02-03 05:38:53'),(76908,28547,'action created','2021-02-03 13:38:53','2021-02-03 05:38:53'),(76909,28547,'action started via WP Cron','2021-02-03 13:39:52','2021-02-03 05:39:52'),(76910,28547,'action complete via WP Cron','2021-02-03 13:39:52','2021-02-03 05:39:52'),(76911,28548,'action created','2021-02-03 13:39:52','2021-02-03 05:39:52'),(76912,28548,'action started via WP Cron','2021-02-03 13:40:45','2021-02-03 05:40:45'),(76913,28548,'action complete via WP Cron','2021-02-03 13:40:45','2021-02-03 05:40:45'),(76914,28549,'action created','2021-02-03 13:40:45','2021-02-03 05:40:45'),(76915,28549,'action started via WP Cron','2021-02-03 13:41:55','2021-02-03 05:41:55'),(76916,28549,'action complete via WP Cron','2021-02-03 13:41:55','2021-02-03 05:41:55'),(76917,28550,'action created','2021-02-03 13:41:55','2021-02-03 05:41:55'),(76918,28550,'action started via WP Cron','2021-02-03 13:42:42','2021-02-03 05:42:42'),(76919,28550,'action complete via WP Cron','2021-02-03 13:42:42','2021-02-03 05:42:42'),(76920,28551,'action created','2021-02-03 13:42:42','2021-02-03 05:42:42'),(76921,28551,'action started via WP Cron','2021-02-03 13:43:56','2021-02-03 05:43:56'),(76922,28551,'action complete via WP Cron','2021-02-03 13:43:56','2021-02-03 05:43:56'),(76923,28552,'action created','2021-02-03 13:43:56','2021-02-03 05:43:56'),(76924,28552,'action started via WP Cron','2021-02-03 13:44:57','2021-02-03 05:44:57'),(76925,28552,'action complete via WP Cron','2021-02-03 13:44:57','2021-02-03 05:44:57'),(76926,28553,'action created','2021-02-03 13:44:57','2021-02-03 05:44:57'),(76927,28553,'action started via WP Cron','2021-02-03 13:45:50','2021-02-03 05:45:50'),(76928,28553,'action complete via WP Cron','2021-02-03 13:45:50','2021-02-03 05:45:50'),(76929,28554,'action created','2021-02-03 13:45:51','2021-02-03 05:45:51'),(76930,28554,'action started via WP Cron','2021-02-03 13:46:54','2021-02-03 05:46:54'),(76931,28554,'action complete via WP Cron','2021-02-03 13:46:54','2021-02-03 05:46:54'),(76932,28555,'action created','2021-02-03 13:46:54','2021-02-03 05:46:54'),(76933,28555,'action started via WP Cron','2021-02-03 13:47:51','2021-02-03 05:47:51'),(76934,28555,'action complete via WP Cron','2021-02-03 13:47:51','2021-02-03 05:47:51'),(76935,28556,'action created','2021-02-03 13:47:51','2021-02-03 05:47:51'),(76936,28556,'action started via WP Cron','2021-02-03 13:48:41','2021-02-03 05:48:41'),(76937,28556,'action complete via WP Cron','2021-02-03 13:48:41','2021-02-03 05:48:41'),(76938,28557,'action created','2021-02-03 13:48:41','2021-02-03 05:48:41'),(76939,28557,'action started via WP Cron','2021-02-03 13:49:50','2021-02-03 05:49:50'),(76940,28557,'action complete via WP Cron','2021-02-03 13:49:50','2021-02-03 05:49:50'),(76941,28558,'action created','2021-02-03 13:49:50','2021-02-03 05:49:50'),(76942,28558,'action started via WP Cron','2021-02-03 13:58:53','2021-02-03 05:58:53'),(76943,28558,'action complete via WP Cron','2021-02-03 13:58:53','2021-02-03 05:58:53'),(76944,28559,'action created','2021-02-03 13:58:53','2021-02-03 05:58:53'),(76945,28559,'action started via WP Cron','2021-02-03 14:00:14','2021-02-03 06:00:14'),(76946,28559,'action complete via WP Cron','2021-02-03 14:00:14','2021-02-03 06:00:14'),(76947,28560,'action created','2021-02-03 14:00:14','2021-02-03 06:00:14'),(76948,28560,'action started via WP Cron','2021-02-03 14:01:26','2021-02-03 06:01:26'),(76949,28560,'action complete via WP Cron','2021-02-03 14:01:26','2021-02-03 06:01:26'),(76950,28561,'action created','2021-02-03 14:01:27','2021-02-03 06:01:27'),(76951,28561,'action started via WP Cron','2021-02-03 14:03:58','2021-02-03 06:03:58'),(76952,28561,'action complete via WP Cron','2021-02-03 14:03:58','2021-02-03 06:03:58'),(76953,28562,'action created','2021-02-03 14:03:58','2021-02-03 06:03:58'),(76954,28562,'action started via WP Cron','2021-02-03 14:05:37','2021-02-03 06:05:37'),(76955,28562,'action complete via WP Cron','2021-02-03 14:05:37','2021-02-03 06:05:37'),(76956,28563,'action created','2021-02-03 14:05:37','2021-02-03 06:05:37'),(76957,28563,'action started via WP Cron','2021-02-03 14:07:44','2021-02-03 06:07:44'),(76958,28563,'action complete via WP Cron','2021-02-03 14:07:44','2021-02-03 06:07:44'),(76959,28564,'action created','2021-02-03 14:07:44','2021-02-03 06:07:44'),(76960,28564,'action started via WP Cron','2021-02-03 14:08:45','2021-02-03 06:08:45'),(76961,28564,'action complete via WP Cron','2021-02-03 14:08:45','2021-02-03 06:08:45'),(76962,28565,'action created','2021-02-03 14:08:45','2021-02-03 06:08:45'),(76963,28565,'action started via WP Cron','2021-02-03 14:09:46','2021-02-03 06:09:46'),(76964,28565,'action complete via WP Cron','2021-02-03 14:09:46','2021-02-03 06:09:46'),(76965,28566,'action created','2021-02-03 14:09:46','2021-02-03 06:09:46'),(76966,28566,'action started via WP Cron','2021-02-03 14:12:31','2021-02-03 06:12:31'),(76967,28566,'action complete via WP Cron','2021-02-03 14:12:31','2021-02-03 06:12:31'),(76968,28567,'action created','2021-02-03 14:12:31','2021-02-03 06:12:31'),(76969,28567,'action started via WP Cron','2021-02-03 14:13:21','2021-02-03 06:13:21'),(76970,28567,'action complete via WP Cron','2021-02-03 14:13:21','2021-02-03 06:13:21'),(76971,28568,'action created','2021-02-03 14:13:21','2021-02-03 06:13:21'),(76972,28568,'action started via WP Cron','2021-02-03 14:34:35','2021-02-03 06:34:35'),(76973,28568,'action complete via WP Cron','2021-02-03 14:34:35','2021-02-03 06:34:35'),(76974,28569,'action created','2021-02-03 14:34:35','2021-02-03 06:34:35'),(76975,28569,'action started via WP Cron','2021-02-03 14:37:20','2021-02-03 06:37:20'),(76976,28569,'action complete via WP Cron','2021-02-03 14:37:20','2021-02-03 06:37:20'),(76977,28570,'action created','2021-02-03 14:37:20','2021-02-03 06:37:20'),(76978,28570,'action started via WP Cron','2021-02-03 14:38:21','2021-02-03 06:38:21'),(76979,28570,'action complete via WP Cron','2021-02-03 14:38:21','2021-02-03 06:38:21'),(76980,28571,'action created','2021-02-03 14:38:21','2021-02-03 06:38:21'),(76981,28571,'action started via WP Cron','2021-02-03 14:39:22','2021-02-03 06:39:22'),(76982,28571,'action complete via WP Cron','2021-02-03 14:39:22','2021-02-03 06:39:22'),(76983,28572,'action created','2021-02-03 14:39:22','2021-02-03 06:39:22'),(76984,28572,'action started via WP Cron','2021-02-03 14:41:24','2021-02-03 06:41:24'),(76985,28572,'action complete via WP Cron','2021-02-03 14:41:24','2021-02-03 06:41:24'),(76986,28573,'action created','2021-02-03 14:41:24','2021-02-03 06:41:24'),(76987,28573,'action started via WP Cron','2021-02-03 14:41:49','2021-02-03 06:41:49'),(76988,28573,'action complete via WP Cron','2021-02-03 14:41:49','2021-02-03 06:41:49'),(76989,28574,'action created','2021-02-03 14:41:49','2021-02-03 06:41:49'),(76990,28574,'action started via WP Cron','2021-02-03 14:43:26','2021-02-03 06:43:26'),(76991,28574,'action complete via WP Cron','2021-02-03 14:43:26','2021-02-03 06:43:26'),(76992,28575,'action created','2021-02-03 14:43:27','2021-02-03 06:43:27'),(76993,28575,'action started via WP Cron','2021-02-03 14:50:14','2021-02-03 06:50:14'),(76994,28575,'action complete via WP Cron','2021-02-03 14:50:14','2021-02-03 06:50:14'),(76995,28576,'action created','2021-02-03 14:50:14','2021-02-03 06:50:14'),(76996,28576,'action started via WP Cron','2021-02-03 14:53:05','2021-02-03 06:53:05'),(76997,28576,'action complete via WP Cron','2021-02-03 14:53:05','2021-02-03 06:53:05'),(76998,28577,'action created','2021-02-03 14:53:06','2021-02-03 06:53:06'),(76999,28577,'action started via WP Cron','2021-02-03 14:53:42','2021-02-03 06:53:42'),(77000,28577,'action complete via WP Cron','2021-02-03 14:53:42','2021-02-03 06:53:42'),(77001,28578,'action created','2021-02-03 14:53:42','2021-02-03 06:53:42'),(77002,28578,'action started via WP Cron','2021-02-03 14:54:49','2021-02-03 06:54:49'),(77003,28578,'action complete via WP Cron','2021-02-03 14:54:49','2021-02-03 06:54:49'),(77004,28579,'action created','2021-02-03 14:54:49','2021-02-03 06:54:49'),(77005,28579,'action started via WP Cron','2021-02-03 14:55:41','2021-02-03 06:55:41'),(77006,28579,'action complete via WP Cron','2021-02-03 14:55:41','2021-02-03 06:55:41'),(77007,28580,'action created','2021-02-03 14:55:41','2021-02-03 06:55:41'),(77008,28580,'action started via WP Cron','2021-02-03 14:56:52','2021-02-03 06:56:52'),(77009,28580,'action complete via WP Cron','2021-02-03 14:56:52','2021-02-03 06:56:52'),(77010,28581,'action created','2021-02-03 14:56:52','2021-02-03 06:56:52'),(77011,28581,'action started via WP Cron','2021-02-03 14:57:57','2021-02-03 06:57:57'),(77012,28581,'action complete via WP Cron','2021-02-03 14:57:57','2021-02-03 06:57:57'),(77013,28582,'action created','2021-02-03 14:57:57','2021-02-03 06:57:57'),(77014,28582,'action started via WP Cron','2021-02-03 14:58:42','2021-02-03 06:58:42'),(77015,28582,'action complete via WP Cron','2021-02-03 14:58:42','2021-02-03 06:58:42'),(77016,28583,'action created','2021-02-03 14:58:42','2021-02-03 06:58:42'),(77017,28583,'action started via WP Cron','2021-02-03 14:59:45','2021-02-03 06:59:45'),(77018,28583,'action complete via WP Cron','2021-02-03 14:59:45','2021-02-03 06:59:45'),(77019,28584,'action created','2021-02-03 14:59:45','2021-02-03 06:59:45'),(77020,28584,'action started via Async Request','2021-02-03 14:59:57','2021-02-03 06:59:57'),(77021,28584,'action complete via Async Request','2021-02-03 14:59:57','2021-02-03 06:59:57'),(77022,28585,'action created','2021-02-03 14:59:58','2021-02-03 06:59:58'),(77023,28585,'action started via WP Cron','2021-02-03 15:00:46','2021-02-03 07:00:46'),(77024,28585,'action complete via WP Cron','2021-02-03 15:00:47','2021-02-03 07:00:47'),(77025,28586,'action created','2021-02-03 15:00:47','2021-02-03 07:00:47'),(77026,28586,'action started via WP Cron','2021-02-03 15:01:51','2021-02-03 07:01:51'),(77027,28586,'action complete via WP Cron','2021-02-03 15:01:51','2021-02-03 07:01:51'),(77028,28587,'action created','2021-02-03 15:01:52','2021-02-03 07:01:52'),(77029,28587,'action started via WP Cron','2021-02-03 15:02:43','2021-02-03 07:02:43'),(77030,28587,'action complete via WP Cron','2021-02-03 15:02:43','2021-02-03 07:02:43'),(77031,28588,'action created','2021-02-03 15:02:43','2021-02-03 07:02:43'),(77032,28588,'action started via WP Cron','2021-02-03 15:03:43','2021-02-03 07:03:43'),(77033,28588,'action complete via WP Cron','2021-02-03 15:03:43','2021-02-03 07:03:43'),(77034,28589,'action created','2021-02-03 15:03:43','2021-02-03 07:03:43'),(77035,28589,'action started via WP Cron','2021-02-03 15:04:50','2021-02-03 07:04:50'),(77036,28589,'action complete via WP Cron','2021-02-03 15:04:50','2021-02-03 07:04:50'),(77037,28590,'action created','2021-02-03 15:04:50','2021-02-03 07:04:50'),(77038,28590,'action started via WP Cron','2021-02-03 15:05:53','2021-02-03 07:05:53'),(77039,28590,'action complete via WP Cron','2021-02-03 15:05:53','2021-02-03 07:05:53'),(77040,28591,'action created','2021-02-03 15:05:53','2021-02-03 07:05:53'),(77041,28591,'action started via WP Cron','2021-02-03 15:06:46','2021-02-03 07:06:46'),(77042,28591,'action complete via WP Cron','2021-02-03 15:06:46','2021-02-03 07:06:46'),(77043,28592,'action created','2021-02-03 15:06:46','2021-02-03 07:06:46'),(77044,28592,'action started via WP Cron','2021-02-03 15:08:00','2021-02-03 07:08:00'),(77045,28592,'action complete via WP Cron','2021-02-03 15:08:00','2021-02-03 07:08:00'),(77046,28593,'action created','2021-02-03 15:08:00','2021-02-03 07:08:00'),(77047,28593,'action started via WP Cron','2021-02-03 15:08:41','2021-02-03 07:08:41'),(77048,28593,'action complete via WP Cron','2021-02-03 15:08:41','2021-02-03 07:08:41'),(77049,28594,'action created','2021-02-03 15:08:41','2021-02-03 07:08:41'),(77050,28594,'action started via WP Cron','2021-02-03 15:09:49','2021-02-03 07:09:49'),(77051,28594,'action complete via WP Cron','2021-02-03 15:09:49','2021-02-03 07:09:49'),(77052,28595,'action created','2021-02-03 15:09:49','2021-02-03 07:09:49'),(77053,28595,'action started via WP Cron','2021-02-03 15:10:47','2021-02-03 07:10:47'),(77054,28595,'action complete via WP Cron','2021-02-03 15:10:47','2021-02-03 07:10:47'),(77055,28596,'action created','2021-02-03 15:10:47','2021-02-03 07:10:47'),(77056,28596,'action started via WP Cron','2021-02-03 15:11:48','2021-02-03 07:11:48'),(77057,28596,'action complete via WP Cron','2021-02-03 15:11:48','2021-02-03 07:11:48'),(77058,28597,'action created','2021-02-03 15:11:59','2021-02-03 07:11:59'),(77059,28597,'action started via WP Cron','2021-02-03 15:12:57','2021-02-03 07:12:57'),(77060,28597,'action complete via WP Cron','2021-02-03 15:12:57','2021-02-03 07:12:57'),(77061,28598,'action created','2021-02-03 15:12:57','2021-02-03 07:12:57'),(77062,28598,'action started via WP Cron','2021-02-03 15:13:49','2021-02-03 07:13:49'),(77063,28598,'action complete via WP Cron','2021-02-03 15:13:49','2021-02-03 07:13:49'),(77064,28599,'action created','2021-02-03 15:13:49','2021-02-03 07:13:49'),(77065,28599,'action started via WP Cron','2021-02-03 15:14:41','2021-02-03 07:14:41'),(77066,28599,'action complete via WP Cron','2021-02-03 15:14:41','2021-02-03 07:14:41'),(77067,28600,'action created','2021-02-03 15:14:41','2021-02-03 07:14:41'),(77068,28600,'action started via WP Cron','2021-02-03 15:15:52','2021-02-03 07:15:52'),(77069,28600,'action complete via WP Cron','2021-02-03 15:15:52','2021-02-03 07:15:52'),(77070,28601,'action created','2021-02-03 15:18:20','2021-02-03 07:18:20'),(77071,28601,'action started via WP Cron','2021-02-03 15:18:50','2021-02-03 07:18:50'),(77072,28601,'action complete via WP Cron','2021-02-03 15:18:50','2021-02-03 07:18:50'),(77073,28602,'action created','2021-02-03 15:18:50','2021-02-03 07:18:50'),(77074,28602,'action started via WP Cron','2021-02-03 15:20:21','2021-02-03 07:20:21'),(77075,28602,'action complete via WP Cron','2021-02-03 15:20:21','2021-02-03 07:20:21'),(77076,28603,'action created','2021-02-03 15:20:21','2021-02-03 07:20:21'),(77077,28603,'action started via WP Cron','2021-02-03 15:21:00','2021-02-03 07:21:00'),(77078,28603,'action complete via WP Cron','2021-02-03 15:21:00','2021-02-03 07:21:00'),(77079,28604,'action created','2021-02-03 15:21:11','2021-02-03 07:21:11'),(77080,28604,'action started via WP Cron','2021-02-03 15:21:42','2021-02-03 07:21:42'),(77081,28604,'action complete via WP Cron','2021-02-03 15:21:42','2021-02-03 07:21:42'),(77082,28605,'action created','2021-02-03 15:21:42','2021-02-03 07:21:42'),(77083,28605,'action started via WP Cron','2021-02-03 15:35:08','2021-02-03 07:35:08'),(77084,28605,'action complete via WP Cron','2021-02-03 15:35:08','2021-02-03 07:35:08'),(77085,28606,'action created','2021-02-03 15:35:08','2021-02-03 07:35:08'),(77086,28606,'action started via WP Cron','2021-02-03 15:39:45','2021-02-03 07:39:45'),(77087,28606,'action complete via WP Cron','2021-02-03 15:39:45','2021-02-03 07:39:45'),(77088,28607,'action created','2021-02-03 15:43:31','2021-02-03 07:43:31'),(77089,28607,'action started via WP Cron','2021-02-03 15:44:30','2021-02-03 07:44:30'),(77090,28607,'action complete via WP Cron','2021-02-03 15:44:30','2021-02-03 07:44:30'),(77091,28608,'action created','2021-02-03 15:44:30','2021-02-03 07:44:30'),(77092,28608,'action started via WP Cron','2021-02-03 15:45:31','2021-02-03 07:45:31'),(77093,28608,'action complete via WP Cron','2021-02-03 15:45:31','2021-02-03 07:45:31'),(77094,28609,'action created','2021-02-03 15:45:31','2021-02-03 07:45:31'),(77095,28609,'action started via WP Cron','2021-02-03 15:47:34','2021-02-03 07:47:34'),(77096,28609,'action complete via WP Cron','2021-02-03 15:47:34','2021-02-03 07:47:34'),(77097,28610,'action created','2021-02-03 15:47:34','2021-02-03 07:47:34'),(77098,28610,'action started via WP Cron','2021-02-03 15:48:13','2021-02-03 07:48:13'),(77099,28610,'action complete via WP Cron','2021-02-03 15:48:13','2021-02-03 07:48:13'),(77100,28611,'action created','2021-02-03 15:48:13','2021-02-03 07:48:13'),(77101,28611,'action started via WP Cron','2021-02-03 15:49:16','2021-02-03 07:49:16'),(77102,28611,'action complete via WP Cron','2021-02-03 15:49:16','2021-02-03 07:49:16'),(77103,28612,'action created','2021-02-03 15:49:16','2021-02-03 07:49:16'),(77104,28612,'action started via WP Cron','2021-02-03 15:53:07','2021-02-03 07:53:07'),(77105,28612,'action complete via WP Cron','2021-02-03 15:53:07','2021-02-03 07:53:07'),(77106,28613,'action created','2021-02-03 15:53:07','2021-02-03 07:53:07'),(77107,28613,'action started via WP Cron','2021-02-03 15:53:45','2021-02-03 07:53:45'),(77108,28613,'action complete via WP Cron','2021-02-03 15:53:45','2021-02-03 07:53:45'),(77109,28614,'action created','2021-02-03 15:53:45','2021-02-03 07:53:45'),(77110,28614,'action started via WP Cron','2021-02-03 15:54:52','2021-02-03 07:54:52'),(77111,28614,'action complete via WP Cron','2021-02-03 15:54:52','2021-02-03 07:54:52'),(77112,28615,'action created','2021-02-03 15:54:53','2021-02-03 07:54:53'),(77113,28615,'action started via WP Cron','2021-02-03 15:55:54','2021-02-03 07:55:54'),(77114,28615,'action complete via WP Cron','2021-02-03 15:55:54','2021-02-03 07:55:54'),(77115,28616,'action created','2021-02-03 15:55:54','2021-02-03 07:55:54'),(77116,28616,'action started via WP Cron','2021-02-03 16:04:03','2021-02-03 08:04:03'),(77117,28616,'action complete via WP Cron','2021-02-03 16:04:03','2021-02-03 08:04:03'),(77118,28617,'action created','2021-02-03 16:04:03','2021-02-03 08:04:03'),(77119,28617,'action started via WP Cron','2021-02-03 16:05:11','2021-02-03 08:05:11'),(77120,28617,'action complete via WP Cron','2021-02-03 16:05:11','2021-02-03 08:05:11'),(77121,28618,'action created','2021-02-03 16:05:11','2021-02-03 08:05:11'),(77122,28618,'action started via WP Cron','2021-02-03 16:07:25','2021-02-03 08:07:25'),(77123,28618,'action complete via WP Cron','2021-02-03 16:07:25','2021-02-03 08:07:25'),(77124,28619,'action created','2021-02-03 16:08:27','2021-02-03 08:08:27'),(77125,28619,'action started via WP Cron','2021-02-03 16:09:29','2021-02-03 08:09:29'),(77126,28619,'action complete via WP Cron','2021-02-03 16:09:29','2021-02-03 08:09:29'),(77127,28620,'action created','2021-02-03 16:09:29','2021-02-03 08:09:29'),(77128,28620,'action started via WP Cron','2021-02-03 16:10:38','2021-02-03 08:10:38'),(77129,28620,'action complete via WP Cron','2021-02-03 16:10:38','2021-02-03 08:10:38'),(77130,28621,'action created','2021-02-03 16:10:38','2021-02-03 08:10:38'),(77131,28621,'action started via WP Cron','2021-02-03 16:15:57','2021-02-03 08:15:57'),(77132,28621,'action complete via WP Cron','2021-02-03 16:15:57','2021-02-03 08:15:57'),(77133,28622,'action created','2021-02-03 16:15:57','2021-02-03 08:15:57'),(77134,28622,'action started via WP Cron','2021-02-03 16:16:51','2021-02-03 08:16:51'),(77135,28622,'action complete via WP Cron','2021-02-03 16:16:51','2021-02-03 08:16:51'),(77136,28623,'action created','2021-02-03 16:16:51','2021-02-03 08:16:51'),(77137,28623,'action started via WP Cron','2021-02-03 16:17:52','2021-02-03 08:17:52'),(77138,28623,'action complete via WP Cron','2021-02-03 16:17:52','2021-02-03 08:17:52'),(77139,28624,'action created','2021-02-03 16:17:52','2021-02-03 08:17:52'),(77140,28624,'action started via WP Cron','2021-02-03 16:18:53','2021-02-03 08:18:53'),(77141,28624,'action complete via WP Cron','2021-02-03 16:18:53','2021-02-03 08:18:53'),(77142,28625,'action created','2021-02-03 16:18:53','2021-02-03 08:18:53'),(77143,28625,'action started via WP Cron','2021-02-03 16:19:44','2021-02-03 08:19:44'),(77144,28625,'action complete via WP Cron','2021-02-03 16:19:44','2021-02-03 08:19:44'),(77145,28626,'action created','2021-02-03 16:19:44','2021-02-03 08:19:44'),(77146,28626,'action started via WP Cron','2021-02-03 16:20:55','2021-02-03 08:20:55'),(77147,28626,'action complete via WP Cron','2021-02-03 16:20:55','2021-02-03 08:20:55'),(77148,28627,'action created','2021-02-03 16:20:55','2021-02-03 08:20:55'),(77149,28627,'action started via WP Cron','2021-02-03 16:21:56','2021-02-03 08:21:56'),(77150,28627,'action complete via WP Cron','2021-02-03 16:21:56','2021-02-03 08:21:56'),(77151,28628,'action created','2021-02-03 16:21:56','2021-02-03 08:21:56'),(77152,28628,'action started via WP Cron','2021-02-03 16:24:41','2021-02-03 08:24:41'),(77153,28628,'action complete via WP Cron','2021-02-03 16:24:41','2021-02-03 08:24:41'),(77154,28629,'action created','2021-02-03 16:24:41','2021-02-03 08:24:41'),(77155,28629,'action started via WP Cron','2021-02-03 16:41:26','2021-02-03 08:41:26'),(77156,28629,'action complete via WP Cron','2021-02-03 16:41:26','2021-02-03 08:41:26'),(77157,28630,'action created','2021-02-03 16:41:26','2021-02-03 08:41:26'),(77158,28630,'action started via WP Cron','2021-02-03 16:42:35','2021-02-03 08:42:35'),(77159,28630,'action complete via WP Cron','2021-02-03 16:42:35','2021-02-03 08:42:35'),(77160,28631,'action created','2021-02-03 16:42:35','2021-02-03 08:42:35'),(77161,28631,'action started via WP Cron','2021-02-03 16:43:01','2021-02-03 08:43:01'),(77162,28631,'action complete via WP Cron','2021-02-03 16:43:01','2021-02-03 08:43:01'),(77163,28632,'action created','2021-02-03 16:43:01','2021-02-03 08:43:01'),(77164,28632,'action started via WP Cron','2021-02-03 16:43:44','2021-02-03 08:43:44'),(77165,28632,'action complete via WP Cron','2021-02-03 16:43:44','2021-02-03 08:43:44'),(77166,28633,'action created','2021-02-03 16:43:44','2021-02-03 08:43:44'),(77167,28633,'action started via WP Cron','2021-02-03 16:45:38','2021-02-03 08:45:38'),(77168,28633,'action complete via WP Cron','2021-02-03 16:45:38','2021-02-03 08:45:38'),(77169,28634,'action created','2021-02-03 16:45:38','2021-02-03 08:45:38'),(77170,28634,'action started via WP Cron','2021-02-03 16:46:39','2021-02-03 08:46:39'),(77171,28634,'action complete via WP Cron','2021-02-03 16:46:39','2021-02-03 08:46:39'),(77172,28635,'action created','2021-02-03 16:46:39','2021-02-03 08:46:39'),(77173,28635,'action started via WP Cron','2021-02-03 16:47:44','2021-02-03 08:47:44'),(77174,28635,'action complete via WP Cron','2021-02-03 16:47:44','2021-02-03 08:47:44'),(77175,28636,'action created','2021-02-03 16:47:45','2021-02-03 08:47:45'),(77176,28636,'action started via WP Cron','2021-02-03 16:48:48','2021-02-03 08:48:48'),(77177,28636,'action complete via WP Cron','2021-02-03 16:48:48','2021-02-03 08:48:48'),(77178,28637,'action created','2021-02-03 16:48:48','2021-02-03 08:48:48'),(77179,28637,'action started via WP Cron','2021-02-03 16:49:47','2021-02-03 08:49:47'),(77180,28637,'action complete via WP Cron','2021-02-03 16:49:47','2021-02-03 08:49:47'),(77181,28638,'action created','2021-02-03 16:49:47','2021-02-03 08:49:47'),(77182,28638,'action started via WP Cron','2021-02-03 16:50:42','2021-02-03 08:50:42'),(77183,28638,'action complete via WP Cron','2021-02-03 16:50:42','2021-02-03 08:50:42'),(77184,28639,'action created','2021-02-03 16:50:42','2021-02-03 08:50:42'),(77185,28639,'action started via WP Cron','2021-02-03 16:51:42','2021-02-03 08:51:42'),(77186,28639,'action complete via WP Cron','2021-02-03 16:51:42','2021-02-03 08:51:42'),(77187,28640,'action created','2021-02-03 16:51:42','2021-02-03 08:51:42'),(77188,28640,'action started via WP Cron','2021-02-03 16:52:46','2021-02-03 08:52:46'),(77189,28640,'action complete via WP Cron','2021-02-03 16:52:46','2021-02-03 08:52:46'),(77190,28641,'action created','2021-02-03 16:52:46','2021-02-03 08:52:46'),(77191,28641,'action started via WP Cron','2021-02-03 16:53:51','2021-02-03 08:53:51'),(77192,28641,'action complete via WP Cron','2021-02-03 16:53:51','2021-02-03 08:53:51'),(77193,28642,'action created','2021-02-03 16:53:51','2021-02-03 08:53:51'),(77194,28642,'action started via WP Cron','2021-02-03 16:54:47','2021-02-03 08:54:47'),(77195,28642,'action complete via WP Cron','2021-02-03 16:54:47','2021-02-03 08:54:47'),(77196,28643,'action created','2021-02-03 16:54:47','2021-02-03 08:54:47'),(77197,28643,'action started via WP Cron','2021-02-03 16:55:45','2021-02-03 08:55:45'),(77198,28643,'action complete via WP Cron','2021-02-03 16:55:45','2021-02-03 08:55:45'),(77199,28644,'action created','2021-02-03 16:55:45','2021-02-03 08:55:45'),(77200,28644,'action started via WP Cron','2021-02-03 16:56:41','2021-02-03 08:56:41'),(77201,28644,'action complete via WP Cron','2021-02-03 16:56:41','2021-02-03 08:56:41'),(77202,28645,'action created','2021-02-03 16:56:42','2021-02-03 08:56:42'),(77203,28645,'action started via WP Cron','2021-02-03 16:57:49','2021-02-03 08:57:49'),(77204,28645,'action complete via WP Cron','2021-02-03 16:57:49','2021-02-03 08:57:49'),(77205,28646,'action created','2021-02-03 16:57:49','2021-02-03 08:57:49'),(77206,28646,'action started via WP Cron','2021-02-03 16:58:45','2021-02-03 08:58:45'),(77207,28646,'action complete via WP Cron','2021-02-03 16:58:45','2021-02-03 08:58:45'),(77208,28647,'action created','2021-02-03 16:58:45','2021-02-03 08:58:45'),(77209,28647,'action started via WP Cron','2021-02-03 16:59:44','2021-02-03 08:59:44'),(77210,28647,'action complete via WP Cron','2021-02-03 16:59:44','2021-02-03 08:59:44'),(77211,28648,'action created','2021-02-03 16:59:44','2021-02-03 08:59:44'),(77212,28648,'action started via WP Cron','2021-02-03 17:00:46','2021-02-03 09:00:46'),(77213,28648,'action complete via WP Cron','2021-02-03 17:00:46','2021-02-03 09:00:46'),(77214,28649,'action created','2021-02-03 17:00:46','2021-02-03 09:00:46'),(77215,28649,'action started via WP Cron','2021-02-03 17:01:50','2021-02-03 09:01:50'),(77216,28649,'action complete via WP Cron','2021-02-03 17:01:50','2021-02-03 09:01:50'),(77217,28650,'action created','2021-02-03 17:01:50','2021-02-03 09:01:50'),(77218,28650,'action started via WP Cron','2021-02-03 17:02:41','2021-02-03 09:02:41'),(77219,28650,'action complete via WP Cron','2021-02-03 17:02:41','2021-02-03 09:02:41'),(77220,28651,'action created','2021-02-03 17:02:41','2021-02-03 09:02:41'),(77221,28651,'action started via WP Cron','2021-02-03 17:05:36','2021-02-03 09:05:36'),(77222,28651,'action complete via WP Cron','2021-02-03 17:05:36','2021-02-03 09:05:36'),(77223,28652,'action created','2021-02-03 17:05:37','2021-02-03 09:05:37'),(77224,28652,'action started via WP Cron','2021-02-03 17:07:11','2021-02-03 09:07:11'),(77225,28652,'action complete via WP Cron','2021-02-03 17:07:11','2021-02-03 09:07:11'),(77226,28653,'action created','2021-02-03 17:07:12','2021-02-03 09:07:12'),(77227,28653,'action started via WP Cron','2021-02-03 17:09:49','2021-02-03 09:09:49'),(77228,28653,'action complete via WP Cron','2021-02-03 17:09:49','2021-02-03 09:09:49'),(77229,28654,'action created','2021-02-03 17:10:28','2021-02-03 09:10:28'),(77230,28654,'action started via WP Cron','2021-02-03 17:10:44','2021-02-03 09:10:44'),(77231,28654,'action complete via WP Cron','2021-02-03 17:10:44','2021-02-03 09:10:44'),(77232,28655,'action created','2021-02-03 17:10:44','2021-02-03 09:10:44'),(77233,28655,'action started via WP Cron','2021-02-03 17:12:40','2021-02-03 09:12:40'),(77234,28655,'action complete via WP Cron','2021-02-03 17:12:40','2021-02-03 09:12:40'),(77235,28656,'action created','2021-02-03 17:12:40','2021-02-03 09:12:40'),(77236,28656,'action started via WP Cron','2021-02-03 17:14:05','2021-02-03 09:14:05'),(77237,28656,'action complete via WP Cron','2021-02-03 17:14:05','2021-02-03 09:14:05'),(77238,28657,'action created','2021-02-03 17:14:05','2021-02-03 09:14:05'),(77239,28657,'action started via WP Cron','2021-02-03 17:14:41','2021-02-03 09:14:41'),(77240,28657,'action complete via WP Cron','2021-02-03 17:14:41','2021-02-03 09:14:41'),(77241,28658,'action created','2021-02-03 17:14:42','2021-02-03 09:14:42'),(77242,28658,'action started via WP Cron','2021-02-03 17:15:42','2021-02-03 09:15:42'),(77243,28658,'action complete via WP Cron','2021-02-03 17:15:42','2021-02-03 09:15:42'),(77244,28659,'action created','2021-02-03 17:15:43','2021-02-03 09:15:43'),(77245,28659,'action started via WP Cron','2021-02-03 17:16:43','2021-02-03 09:16:43'),(77246,28659,'action complete via WP Cron','2021-02-03 17:16:43','2021-02-03 09:16:43'),(77247,28660,'action created','2021-02-03 17:16:43','2021-02-03 09:16:43'),(77248,28660,'action started via WP Cron','2021-02-03 17:20:04','2021-02-03 09:20:04'),(77249,28660,'action complete via WP Cron','2021-02-03 17:20:04','2021-02-03 09:20:04'),(77250,28661,'action created','2021-02-03 17:21:50','2021-02-03 09:21:50'),(77251,28661,'action started via WP Cron','2021-02-03 17:22:56','2021-02-03 09:22:56'),(77252,28661,'action complete via WP Cron','2021-02-03 17:22:56','2021-02-03 09:22:56'),(77253,28662,'action created','2021-02-03 17:22:56','2021-02-03 09:22:56'),(77254,28662,'action started via WP Cron','2021-02-03 17:23:57','2021-02-03 09:23:57'),(77255,28662,'action complete via WP Cron','2021-02-03 17:23:57','2021-02-03 09:23:57'),(77256,28663,'action created','2021-02-03 17:23:57','2021-02-03 09:23:57'),(77257,28663,'action started via WP Cron','2021-02-03 17:24:42','2021-02-03 09:24:42'),(77258,28663,'action complete via WP Cron','2021-02-03 17:24:42','2021-02-03 09:24:42'),(77259,28664,'action created','2021-02-03 17:24:42','2021-02-03 09:24:42'),(77260,28664,'action started via WP Cron','2021-02-03 17:25:59','2021-02-03 09:25:59'),(77261,28664,'action complete via WP Cron','2021-02-03 17:25:59','2021-02-03 09:25:59'),(77262,28665,'action created','2021-02-03 17:25:59','2021-02-03 09:25:59'),(77263,28665,'action started via WP Cron','2021-02-03 17:27:19','2021-02-03 09:27:19'),(77264,28665,'action complete via WP Cron','2021-02-03 17:27:19','2021-02-03 09:27:19'),(77265,28666,'action created','2021-02-03 17:27:20','2021-02-03 09:27:20'),(77266,28666,'action started via WP Cron','2021-02-03 17:27:52','2021-02-03 09:27:52'),(77267,28666,'action complete via WP Cron','2021-02-03 17:27:52','2021-02-03 09:27:52'),(77268,28667,'action created','2021-02-03 17:27:52','2021-02-03 09:27:52'),(77269,28667,'action started via WP Cron','2021-02-03 17:29:27','2021-02-03 09:29:27'),(77270,28667,'action complete via WP Cron','2021-02-03 17:29:27','2021-02-03 09:29:27'),(77271,28668,'action created','2021-02-03 17:29:27','2021-02-03 09:29:27'),(77272,28668,'action started via WP Cron','2021-02-03 17:30:13','2021-02-03 09:30:13'),(77273,28668,'action complete via WP Cron','2021-02-03 17:30:13','2021-02-03 09:30:13'),(77274,28669,'action created','2021-02-03 17:30:13','2021-02-03 09:30:13'),(77275,28669,'action started via WP Cron','2021-02-03 17:32:23','2021-02-03 09:32:23'),(77276,28669,'action complete via WP Cron','2021-02-03 17:32:23','2021-02-03 09:32:23'),(77277,28670,'action created','2021-02-03 17:32:23','2021-02-03 09:32:23'),(77278,28670,'action started via WP Cron','2021-02-03 17:32:49','2021-02-03 09:32:49'),(77279,28670,'action complete via WP Cron','2021-02-03 17:32:49','2021-02-03 09:32:49'),(77280,28671,'action created','2021-02-03 17:32:49','2021-02-03 09:32:49'),(77281,28671,'action started via WP Cron','2021-02-03 17:37:56','2021-02-03 09:37:56'),(77282,28671,'action complete via WP Cron','2021-02-03 17:37:56','2021-02-03 09:37:56'),(77283,28672,'action created','2021-02-03 17:37:56','2021-02-03 09:37:56'),(77284,28672,'action started via WP Cron','2021-02-03 17:39:18','2021-02-03 09:39:18'),(77285,28672,'action complete via WP Cron','2021-02-03 17:39:18','2021-02-03 09:39:18'),(77286,28673,'action created','2021-02-03 17:40:07','2021-02-03 09:40:07'),(77287,28673,'action started via WP Cron','2021-02-03 17:44:59','2021-02-03 09:44:59'),(77288,28673,'action complete via WP Cron','2021-02-03 17:44:59','2021-02-03 09:44:59'),(77289,28674,'action created','2021-02-03 17:44:59','2021-02-03 09:44:59'),(77290,28674,'action started via WP Cron','2021-02-03 17:47:16','2021-02-03 09:47:16'),(77291,28674,'action complete via WP Cron','2021-02-03 17:47:16','2021-02-03 09:47:16'),(77292,28675,'action created','2021-02-03 17:47:16','2021-02-03 09:47:16'),(77293,28675,'action started via WP Cron','2021-02-03 17:47:52','2021-02-03 09:47:52'),(77294,28675,'action complete via WP Cron','2021-02-03 17:47:52','2021-02-03 09:47:52'),(77295,28676,'action created','2021-02-03 17:47:52','2021-02-03 09:47:52'),(77296,28676,'action started via WP Cron','2021-02-03 17:48:58','2021-02-03 09:48:58'),(77297,28676,'action complete via WP Cron','2021-02-03 17:48:58','2021-02-03 09:48:58'),(77298,28677,'action created','2021-02-03 17:48:58','2021-02-03 09:48:58'),(77302,28678,'action started via WP Cron','2021-02-03 18:14:55','2021-02-03 10:14:55'),(77303,28678,'action complete via WP Cron','2021-02-03 18:14:55','2021-02-03 10:14:55'),(77304,28679,'action created','2021-02-03 18:14:55','2021-02-03 10:14:55'),(77305,28679,'action started via WP Cron','2021-02-03 18:15:59','2021-02-03 10:15:59'),(77306,28679,'action complete via WP Cron','2021-02-03 18:15:59','2021-02-03 10:15:59'),(77307,28680,'action created','2021-02-03 18:15:59','2021-02-03 10:15:59'),(77308,28680,'action started via WP Cron','2021-02-03 18:16:49','2021-02-03 10:16:49'),(77309,28680,'action complete via WP Cron','2021-02-03 18:16:49','2021-02-03 10:16:49'),(77310,28681,'action created','2021-02-03 18:16:49','2021-02-03 10:16:49'),(77311,28681,'action started via WP Cron','2021-02-03 18:17:43','2021-02-03 10:17:43'),(77312,28681,'action complete via WP Cron','2021-02-03 18:17:43','2021-02-03 10:17:43'),(77313,28682,'action created','2021-02-03 18:17:43','2021-02-03 10:17:43'),(77314,28682,'action started via WP Cron','2021-02-03 18:18:44','2021-02-03 10:18:44'),(77315,28682,'action complete via WP Cron','2021-02-03 18:18:44','2021-02-03 10:18:44'),(77316,28683,'action created','2021-02-03 18:18:44','2021-02-03 10:18:44'),(77317,28683,'action started via WP Cron','2021-02-03 18:25:55','2021-02-03 10:25:55'),(77318,28683,'action complete via WP Cron','2021-02-03 18:25:55','2021-02-03 10:25:55'),(77319,28684,'action created','2021-02-03 18:25:56','2021-02-03 10:25:56'),(77320,28684,'action started via WP Cron','2021-02-03 18:26:49','2021-02-03 10:26:49'),(77321,28684,'action complete via WP Cron','2021-02-03 18:26:49','2021-02-03 10:26:49'),(77322,28685,'action created','2021-02-03 18:26:49','2021-02-03 10:26:49'),(77323,28685,'action started via WP Cron','2021-02-03 18:27:49','2021-02-03 10:27:49'),(77324,28685,'action complete via WP Cron','2021-02-03 18:27:49','2021-02-03 10:27:49'),(77325,28686,'action created','2021-02-03 18:27:49','2021-02-03 10:27:49'),(77326,28686,'action started via WP Cron','2021-02-03 18:28:56','2021-02-03 10:28:56'),(77327,28686,'action complete via WP Cron','2021-02-03 18:28:56','2021-02-03 10:28:56'),(77328,28687,'action created','2021-02-03 18:28:56','2021-02-03 10:28:56'),(77329,28687,'action started via WP Cron','2021-02-03 18:29:59','2021-02-03 10:29:59'),(77330,28687,'action complete via WP Cron','2021-02-03 18:29:59','2021-02-03 10:29:59'),(77331,28688,'action created','2021-02-03 18:29:59','2021-02-03 10:29:59'),(77332,28688,'action started via WP Cron','2021-02-03 18:31:03','2021-02-03 10:31:03'),(77333,28688,'action complete via WP Cron','2021-02-03 18:31:03','2021-02-03 10:31:03'),(77334,28689,'action created','2021-02-03 18:31:03','2021-02-03 10:31:03'),(77335,28689,'action started via WP Cron','2021-02-03 18:32:04','2021-02-03 10:32:04'),(77336,28689,'action complete via WP Cron','2021-02-03 18:32:04','2021-02-03 10:32:04'),(77337,28690,'action created','2021-02-03 18:32:04','2021-02-03 10:32:04'),(77338,28690,'action started via WP Cron','2021-02-03 18:32:48','2021-02-03 10:32:48'),(77339,28690,'action complete via WP Cron','2021-02-03 18:32:48','2021-02-03 10:32:48'),(77340,28691,'action created','2021-02-03 18:32:48','2021-02-03 10:32:48'),(77341,28691,'action started via WP Cron','2021-02-03 18:34:13','2021-02-03 10:34:13'),(77342,28691,'action complete via WP Cron','2021-02-03 18:34:13','2021-02-03 10:34:13'),(77343,28692,'action created','2021-02-03 18:34:13','2021-02-03 10:34:13'),(77344,28692,'action started via WP Cron','2021-02-03 18:35:07','2021-02-03 10:35:07'),(77345,28692,'action complete via WP Cron','2021-02-03 18:35:07','2021-02-03 10:35:07'),(77346,28693,'action created','2021-02-03 18:35:07','2021-02-03 10:35:07'),(77347,28693,'action started via WP Cron','2021-02-03 18:35:57','2021-02-03 10:35:57'),(77348,28693,'action complete via WP Cron','2021-02-03 18:35:57','2021-02-03 10:35:57'),(77349,28694,'action created','2021-02-03 18:35:57','2021-02-03 10:35:57'),(77350,28694,'action started via WP Cron','2021-02-03 18:36:47','2021-02-03 10:36:47'),(77351,28694,'action complete via WP Cron','2021-02-03 18:36:47','2021-02-03 10:36:47'),(77352,28695,'action created','2021-02-03 18:36:47','2021-02-03 10:36:47'),(77353,28695,'action started via WP Cron','2021-02-03 18:38:13','2021-02-03 10:38:13'),(77354,28695,'action complete via WP Cron','2021-02-03 18:38:13','2021-02-03 10:38:13'),(77355,28696,'action created','2021-02-03 18:38:13','2021-02-03 10:38:13'),(77356,28696,'action started via WP Cron','2021-02-03 18:38:58','2021-02-03 10:38:58'),(77357,28696,'action complete via WP Cron','2021-02-03 18:38:58','2021-02-03 10:38:58'),(77358,28697,'action created','2021-02-03 18:38:58','2021-02-03 10:38:58'),(77359,28697,'action started via WP Cron','2021-02-03 18:39:49','2021-02-03 10:39:49'),(77360,28697,'action complete via WP Cron','2021-02-03 18:39:49','2021-02-03 10:39:49'),(77361,28698,'action created','2021-02-03 18:39:49','2021-02-03 10:39:49'),(77362,28698,'action started via WP Cron','2021-02-03 18:41:02','2021-02-03 10:41:02'),(77363,28698,'action complete via WP Cron','2021-02-03 18:41:02','2021-02-03 10:41:02'),(77364,28699,'action created','2021-02-03 18:41:02','2021-02-03 10:41:02'),(77365,28699,'action started via WP Cron','2021-02-03 18:42:15','2021-02-03 10:42:15'),(77366,28699,'action complete via WP Cron','2021-02-03 18:42:15','2021-02-03 10:42:15'),(77367,28700,'action created','2021-02-03 18:42:15','2021-02-03 10:42:15'),(77368,28700,'action started via WP Cron','2021-02-03 18:43:13','2021-02-03 10:43:13'),(77369,28700,'action complete via WP Cron','2021-02-03 18:43:13','2021-02-03 10:43:13'),(77370,28701,'action created','2021-02-03 18:43:13','2021-02-03 10:43:13'),(77371,28701,'action started via WP Cron','2021-02-03 18:43:55','2021-02-03 10:43:55'),(77372,28701,'action complete via WP Cron','2021-02-03 18:43:55','2021-02-03 10:43:55'),(77373,28702,'action created','2021-02-03 18:43:56','2021-02-03 10:43:56'),(77374,28702,'action started via WP Cron','2021-02-03 18:45:12','2021-02-03 10:45:12'),(77375,28702,'action complete via WP Cron','2021-02-03 18:45:12','2021-02-03 10:45:12'),(77376,28703,'action created','2021-02-03 18:45:12','2021-02-03 10:45:12'),(77377,28703,'action started via WP Cron','2021-02-03 18:46:01','2021-02-03 10:46:01'),(77378,28703,'action complete via WP Cron','2021-02-03 18:46:01','2021-02-03 10:46:01'),(77379,28704,'action created','2021-02-03 18:46:01','2021-02-03 10:46:01'),(77380,28704,'action started via WP Cron','2021-02-03 18:46:45','2021-02-03 10:46:45'),(77381,28704,'action complete via WP Cron','2021-02-03 18:46:45','2021-02-03 10:46:45'),(77382,28705,'action created','2021-02-03 18:46:45','2021-02-03 10:46:45'),(77383,28705,'action started via WP Cron','2021-02-03 18:48:02','2021-02-03 10:48:02'),(77384,28705,'action complete via WP Cron','2021-02-03 18:48:02','2021-02-03 10:48:02'),(77385,28706,'action created','2021-02-03 18:48:03','2021-02-03 10:48:03'),(77386,28706,'action started via WP Cron','2021-02-03 18:48:48','2021-02-03 10:48:48'),(77387,28706,'action complete via WP Cron','2021-02-03 18:48:48','2021-02-03 10:48:48'),(77388,28707,'action created','2021-02-03 18:48:49','2021-02-03 10:48:49'),(77389,28707,'action started via WP Cron','2021-02-03 18:50:32','2021-02-03 10:50:32'),(77390,28707,'action complete via WP Cron','2021-02-03 18:50:32','2021-02-03 10:50:32'),(77391,28708,'action created','2021-02-03 18:50:32','2021-02-03 10:50:32'),(77392,28708,'action started via WP Cron','2021-02-03 18:51:36','2021-02-03 10:51:36'),(77393,28708,'action complete via WP Cron','2021-02-03 18:51:36','2021-02-03 10:51:36'),(77394,28709,'action created','2021-02-03 18:51:36','2021-02-03 10:51:36'),(77395,28709,'action started via WP Cron','2021-02-03 18:51:56','2021-02-03 10:51:56'),(77396,28709,'action complete via WP Cron','2021-02-03 18:51:56','2021-02-03 10:51:56'),(77397,28710,'action created','2021-02-03 18:51:56','2021-02-03 10:51:56'),(77398,28710,'action started via WP Cron','2021-02-03 18:53:07','2021-02-03 10:53:07'),(77399,28710,'action complete via WP Cron','2021-02-03 18:53:07','2021-02-03 10:53:07'),(77400,28711,'action created','2021-02-03 18:53:08','2021-02-03 10:53:08'),(77401,28711,'action started via WP Cron','2021-02-03 18:53:54','2021-02-03 10:53:54'),(77402,28711,'action complete via WP Cron','2021-02-03 18:53:54','2021-02-03 10:53:54'),(77403,28712,'action created','2021-02-03 18:53:54','2021-02-03 10:53:54'),(77404,28712,'action started via WP Cron','2021-02-03 18:55:20','2021-02-03 10:55:20'),(77405,28712,'action complete via WP Cron','2021-02-03 18:55:20','2021-02-03 10:55:20'),(77406,28713,'action created','2021-02-03 18:55:20','2021-02-03 10:55:20'),(77407,28713,'action started via WP Cron','2021-02-03 18:55:43','2021-02-03 10:55:43'),(77408,28713,'action complete via WP Cron','2021-02-03 18:55:43','2021-02-03 10:55:43'),(77409,28714,'action created','2021-02-03 18:55:44','2021-02-03 10:55:44'),(77410,28714,'action started via WP Cron','2021-02-03 18:56:50','2021-02-03 10:56:50'),(77411,28714,'action complete via WP Cron','2021-02-03 18:56:50','2021-02-03 10:56:50'),(77412,28715,'action created','2021-02-03 18:56:50','2021-02-03 10:56:50'),(77413,28715,'action started via WP Cron','2021-02-03 18:58:13','2021-02-03 10:58:13'),(77414,28715,'action complete via WP Cron','2021-02-03 18:58:13','2021-02-03 10:58:13'),(77415,28716,'action created','2021-02-03 18:58:14','2021-02-03 10:58:14'),(77416,28716,'action started via WP Cron','2021-02-03 18:58:45','2021-02-03 10:58:45'),(77417,28716,'action complete via WP Cron','2021-02-03 18:58:45','2021-02-03 10:58:45'),(77418,28717,'action created','2021-02-03 18:58:45','2021-02-03 10:58:45'),(77419,28717,'action started via WP Cron','2021-02-03 18:59:59','2021-02-03 10:59:59'),(77420,28717,'action complete via WP Cron','2021-02-03 18:59:59','2021-02-03 10:59:59'),(77421,28718,'action created','2021-02-03 18:59:59','2021-02-03 10:59:59'),(77422,28718,'action started via WP Cron','2021-02-03 19:00:46','2021-02-03 11:00:46'),(77423,28718,'action complete via WP Cron','2021-02-03 19:00:46','2021-02-03 11:00:46'),(77424,28719,'action created','2021-02-03 19:00:46','2021-02-03 11:00:46'),(77425,28719,'action started via WP Cron','2021-02-03 19:01:42','2021-02-03 11:01:42'),(77426,28719,'action complete via WP Cron','2021-02-03 19:01:42','2021-02-03 11:01:42'),(77427,28720,'action created','2021-02-03 19:01:42','2021-02-03 11:01:42'),(77428,28720,'action started via WP Cron','2021-02-03 19:03:07','2021-02-03 11:03:07'),(77429,28720,'action complete via WP Cron','2021-02-03 19:03:07','2021-02-03 11:03:07'),(77430,28721,'action created','2021-02-03 19:03:08','2021-02-03 11:03:08'),(77431,28721,'action started via WP Cron','2021-02-03 19:04:12','2021-02-03 11:04:12'),(77432,28721,'action complete via WP Cron','2021-02-03 19:04:12','2021-02-03 11:04:12'),(77433,28722,'action created','2021-02-03 19:04:12','2021-02-03 11:04:12'),(77434,28722,'action started via WP Cron','2021-02-03 19:05:08','2021-02-03 11:05:08'),(77435,28722,'action complete via WP Cron','2021-02-03 19:05:08','2021-02-03 11:05:08'),(77436,28723,'action created','2021-02-03 19:05:08','2021-02-03 11:05:08'),(77437,28723,'action started via WP Cron','2021-02-03 19:05:53','2021-02-03 11:05:53'),(77438,28723,'action complete via WP Cron','2021-02-03 19:05:53','2021-02-03 11:05:53'),(77439,28724,'action created','2021-02-03 19:05:53','2021-02-03 11:05:53'),(77440,28724,'action started via WP Cron','2021-02-03 19:07:35','2021-02-03 11:07:35'),(77441,28724,'action complete via WP Cron','2021-02-03 19:07:35','2021-02-03 11:07:35'),(77442,28725,'action created','2021-02-03 19:08:03','2021-02-03 11:08:03'),(77443,28725,'action started via WP Cron','2021-02-03 19:08:49','2021-02-03 11:08:49'),(77444,28725,'action complete via WP Cron','2021-02-03 19:08:49','2021-02-03 11:08:49'),(77445,28726,'action created','2021-02-03 19:08:50','2021-02-03 11:08:50'),(77446,28726,'action started via WP Cron','2021-02-03 19:09:53','2021-02-03 11:09:53'),(77447,28726,'action complete via WP Cron','2021-02-03 19:09:53','2021-02-03 11:09:53'),(77448,28727,'action created','2021-02-03 19:09:53','2021-02-03 11:09:53'),(77449,28727,'action started via WP Cron','2021-02-03 19:10:56','2021-02-03 11:10:56'),(77450,28727,'action complete via WP Cron','2021-02-03 19:10:56','2021-02-03 11:10:56'),(77451,28728,'action created','2021-02-03 19:10:56','2021-02-03 11:10:56'),(77452,28728,'action started via WP Cron','2021-02-03 19:11:58','2021-02-03 11:11:58'),(77453,28728,'action complete via WP Cron','2021-02-03 19:11:58','2021-02-03 11:11:58'),(77454,28729,'action created','2021-02-03 19:11:58','2021-02-03 11:11:58'),(77455,28729,'action started via WP Cron','2021-02-03 19:12:47','2021-02-03 11:12:47'),(77456,28729,'action complete via WP Cron','2021-02-03 19:12:47','2021-02-03 11:12:47'),(77457,28730,'action created','2021-02-03 19:12:47','2021-02-03 11:12:47'),(77458,28730,'action started via WP Cron','2021-02-03 19:13:44','2021-02-03 11:13:44'),(77459,28730,'action complete via WP Cron','2021-02-03 19:13:44','2021-02-03 11:13:44'),(77460,28731,'action created','2021-02-03 19:14:11','2021-02-03 11:14:11'),(77461,28731,'action started via WP Cron','2021-02-03 19:14:48','2021-02-03 11:14:48'),(77462,28731,'action complete via WP Cron','2021-02-03 19:14:48','2021-02-03 11:14:48'),(77463,28732,'action created','2021-02-03 19:14:48','2021-02-03 11:14:48'),(77464,28732,'action started via WP Cron','2021-02-03 19:15:46','2021-02-03 11:15:46'),(77465,28732,'action complete via WP Cron','2021-02-03 19:15:46','2021-02-03 11:15:46'),(77466,28733,'action created','2021-02-03 19:15:46','2021-02-03 11:15:46'),(77467,28733,'action started via WP Cron','2021-02-03 19:17:10','2021-02-03 11:17:10'),(77468,28733,'action complete via WP Cron','2021-02-03 19:17:10','2021-02-03 11:17:10'),(77469,28734,'action created','2021-02-03 19:17:10','2021-02-03 11:17:10'),(77470,28734,'action started via WP Cron','2021-02-03 19:17:45','2021-02-03 11:17:45'),(77471,28734,'action complete via WP Cron','2021-02-03 19:17:45','2021-02-03 11:17:45'),(77472,28735,'action created','2021-02-03 19:17:45','2021-02-03 11:17:45'),(77473,28735,'action started via WP Cron','2021-02-03 19:18:51','2021-02-03 11:18:51'),(77474,28735,'action complete via WP Cron','2021-02-03 19:18:51','2021-02-03 11:18:51'),(77475,28736,'action created','2021-02-03 19:19:09','2021-02-03 11:19:09'),(77476,28736,'action started via WP Cron','2021-02-03 19:19:51','2021-02-03 11:19:51'),(77477,28736,'action complete via WP Cron','2021-02-03 19:19:51','2021-02-03 11:19:51'),(77478,28737,'action created','2021-02-03 19:19:51','2021-02-03 11:19:51'),(77479,28737,'action started via WP Cron','2021-02-03 19:20:45','2021-02-03 11:20:45'),(77480,28737,'action complete via WP Cron','2021-02-03 19:20:45','2021-02-03 11:20:45'),(77481,28738,'action created','2021-02-03 19:20:45','2021-02-03 11:20:45'),(77482,28738,'action started via WP Cron','2021-02-03 19:21:46','2021-02-03 11:21:46'),(77483,28738,'action complete via WP Cron','2021-02-03 19:21:46','2021-02-03 11:21:46'),(77484,28739,'action created','2021-02-03 19:21:46','2021-02-03 11:21:46'),(77485,28739,'action started via WP Cron','2021-02-03 19:22:47','2021-02-03 11:22:47'),(77486,28739,'action complete via WP Cron','2021-02-03 19:22:47','2021-02-03 11:22:47'),(77487,28740,'action created','2021-02-03 19:22:47','2021-02-03 11:22:47'),(77488,28740,'action started via WP Cron','2021-02-03 19:26:20','2021-02-03 11:26:20'),(77489,28740,'action complete via WP Cron','2021-02-03 19:26:20','2021-02-03 11:26:20'),(77490,28741,'action created','2021-02-03 19:26:20','2021-02-03 11:26:20'),(77491,28741,'action started via WP Cron','2021-02-03 19:27:21','2021-02-03 11:27:21'),(77492,28741,'action complete via WP Cron','2021-02-03 19:27:21','2021-02-03 11:27:21'),(77493,28742,'action created','2021-02-03 19:27:22','2021-02-03 11:27:22'),(77494,28742,'action started via WP Cron','2021-02-03 19:30:01','2021-02-03 11:30:01'),(77495,28742,'action complete via WP Cron','2021-02-03 19:30:01','2021-02-03 11:30:01'),(77496,28743,'action created','2021-02-03 19:30:01','2021-02-03 11:30:01'),(77497,28743,'action started via WP Cron','2021-02-03 19:31:00','2021-02-03 11:31:00'),(77498,28743,'action complete via WP Cron','2021-02-03 19:31:00','2021-02-03 11:31:00'),(77499,28744,'action created','2021-02-03 19:31:00','2021-02-03 11:31:00'),(77500,28744,'action started via WP Cron','2021-02-03 19:31:55','2021-02-03 11:31:55'),(77501,28744,'action complete via WP Cron','2021-02-03 19:31:55','2021-02-03 11:31:55'),(77502,28745,'action created','2021-02-03 19:31:55','2021-02-03 11:31:55'),(77503,28745,'action started via WP Cron','2021-02-03 19:32:45','2021-02-03 11:32:45'),(77504,28745,'action complete via WP Cron','2021-02-03 19:32:45','2021-02-03 11:32:45'),(77505,28746,'action created','2021-02-03 19:32:45','2021-02-03 11:32:45'),(77506,28746,'action started via WP Cron','2021-02-03 19:33:41','2021-02-03 11:33:41'),(77507,28746,'action complete via WP Cron','2021-02-03 19:33:41','2021-02-03 11:33:41'),(77508,28747,'action created','2021-02-03 19:33:41','2021-02-03 11:33:41'),(77509,28747,'action started via WP Cron','2021-02-03 19:34:59','2021-02-03 11:34:59'),(77510,28747,'action complete via WP Cron','2021-02-03 19:34:59','2021-02-03 11:34:59'),(77511,28748,'action created','2021-02-03 19:34:59','2021-02-03 11:34:59'),(77512,28748,'action started via WP Cron','2021-02-03 19:35:43','2021-02-03 11:35:43'),(77513,28748,'action complete via WP Cron','2021-02-03 19:35:43','2021-02-03 11:35:43'),(77514,28749,'action created','2021-02-03 19:35:43','2021-02-03 11:35:43'),(77515,28749,'action started via WP Cron','2021-02-03 19:36:50','2021-02-03 11:36:50'),(77516,28749,'action complete via WP Cron','2021-02-03 19:36:50','2021-02-03 11:36:50'),(77517,28750,'action created','2021-02-03 19:36:50','2021-02-03 11:36:50'),(77518,28750,'action started via WP Cron','2021-02-03 19:37:46','2021-02-03 11:37:46'),(77519,28750,'action complete via WP Cron','2021-02-03 19:37:46','2021-02-03 11:37:46'),(77520,28751,'action created','2021-02-03 19:37:46','2021-02-03 11:37:46'),(77521,28751,'action started via WP Cron','2021-02-03 19:38:49','2021-02-03 11:38:49'),(77522,28751,'action complete via WP Cron','2021-02-03 19:38:49','2021-02-03 11:38:49'),(77523,28752,'action created','2021-02-03 19:38:49','2021-02-03 11:38:49'),(77524,28752,'action started via WP Cron','2021-02-03 19:39:48','2021-02-03 11:39:48'),(77525,28752,'action complete via WP Cron','2021-02-03 19:39:48','2021-02-03 11:39:48'),(77526,28753,'action created','2021-02-03 19:39:48','2021-02-03 11:39:48'),(77527,28753,'action started via WP Cron','2021-02-03 19:41:02','2021-02-03 11:41:02'),(77528,28753,'action complete via WP Cron','2021-02-03 19:41:02','2021-02-03 11:41:02'),(77529,28754,'action created','2021-02-03 19:41:02','2021-02-03 11:41:02'),(77530,28754,'action started via WP Cron','2021-02-03 19:41:49','2021-02-03 11:41:49'),(77531,28754,'action complete via WP Cron','2021-02-03 19:41:49','2021-02-03 11:41:49'),(77532,28755,'action created','2021-02-03 19:41:49','2021-02-03 11:41:49'),(77533,28755,'action started via WP Cron','2021-02-03 19:43:05','2021-02-03 11:43:05'),(77534,28755,'action complete via WP Cron','2021-02-03 19:43:05','2021-02-03 11:43:05'),(77535,28756,'action created','2021-02-03 19:43:05','2021-02-03 11:43:05'),(77536,28756,'action started via WP Cron','2021-02-03 19:43:56','2021-02-03 11:43:56'),(77537,28756,'action complete via WP Cron','2021-02-03 19:43:56','2021-02-03 11:43:56'),(77538,28757,'action created','2021-02-03 19:43:57','2021-02-03 11:43:57'),(77539,28757,'action started via WP Cron','2021-02-03 19:44:55','2021-02-03 11:44:55'),(77540,28757,'action complete via WP Cron','2021-02-03 19:44:55','2021-02-03 11:44:55'),(77541,28758,'action created','2021-02-03 19:44:55','2021-02-03 11:44:55'),(77542,28758,'action started via WP Cron','2021-02-03 19:46:10','2021-02-03 11:46:10'),(77543,28758,'action complete via WP Cron','2021-02-03 19:46:10','2021-02-03 11:46:10'),(77544,28759,'action created','2021-02-03 19:46:10','2021-02-03 11:46:10'),(77545,28759,'action started via WP Cron','2021-02-03 19:46:47','2021-02-03 11:46:47'),(77546,28759,'action complete via WP Cron','2021-02-03 19:46:47','2021-02-03 11:46:47'),(77547,28760,'action created','2021-02-03 19:46:47','2021-02-03 11:46:47'),(77548,28760,'action started via WP Cron','2021-02-03 19:48:03','2021-02-03 11:48:03'),(77549,28760,'action complete via WP Cron','2021-02-03 19:48:03','2021-02-03 11:48:03'),(77550,28761,'action created','2021-02-03 19:48:03','2021-02-03 11:48:03'),(77551,28761,'action started via WP Cron','2021-02-03 19:48:42','2021-02-03 11:48:42'),(77552,28761,'action complete via WP Cron','2021-02-03 19:48:42','2021-02-03 11:48:42'),(77553,28762,'action created','2021-02-03 19:48:42','2021-02-03 11:48:42'),(77554,28762,'action started via WP Cron','2021-02-03 19:49:56','2021-02-03 11:49:56'),(77555,28762,'action complete via WP Cron','2021-02-03 19:49:56','2021-02-03 11:49:56'),(77556,28763,'action created','2021-02-03 19:49:56','2021-02-03 11:49:56'),(77557,28763,'action started via WP Cron','2021-02-03 19:51:03','2021-02-03 11:51:03'),(77558,28763,'action complete via WP Cron','2021-02-03 19:51:03','2021-02-03 11:51:03'),(77559,28764,'action created','2021-02-03 19:51:03','2021-02-03 11:51:03'),(77560,28764,'action started via WP Cron','2021-02-03 19:52:14','2021-02-03 11:52:14'),(77561,28764,'action complete via WP Cron','2021-02-03 19:52:14','2021-02-03 11:52:14'),(77562,28765,'action created','2021-02-03 19:52:14','2021-02-03 11:52:14'),(77563,28765,'action started via WP Cron','2021-02-03 19:53:04','2021-02-03 11:53:04'),(77564,28765,'action complete via WP Cron','2021-02-03 19:53:04','2021-02-03 11:53:04'),(77565,28766,'action created','2021-02-03 19:53:04','2021-02-03 11:53:04'),(77566,28766,'action started via WP Cron','2021-02-03 19:54:08','2021-02-03 11:54:08'),(77567,28766,'action complete via WP Cron','2021-02-03 19:54:08','2021-02-03 11:54:08'),(77568,28767,'action created','2021-02-03 19:54:08','2021-02-03 11:54:08'),(77569,28767,'action started via WP Cron','2021-02-03 19:55:09','2021-02-03 11:55:09'),(77570,28767,'action complete via WP Cron','2021-02-03 19:55:09','2021-02-03 11:55:09'),(77571,28768,'action created','2021-02-03 19:55:09','2021-02-03 11:55:09'),(77572,28768,'action started via WP Cron','2021-02-03 19:56:01','2021-02-03 11:56:01'),(77573,28768,'action complete via WP Cron','2021-02-03 19:56:01','2021-02-03 11:56:01'),(77574,28769,'action created','2021-02-03 19:56:01','2021-02-03 11:56:01'),(77575,28769,'action started via WP Cron','2021-02-03 19:56:46','2021-02-03 11:56:46'),(77576,28769,'action complete via WP Cron','2021-02-03 19:56:46','2021-02-03 11:56:46'),(77577,28770,'action created','2021-02-03 19:56:46','2021-02-03 11:56:46'),(77578,28770,'action started via WP Cron','2021-02-03 19:58:14','2021-02-03 11:58:14'),(77579,28770,'action complete via WP Cron','2021-02-03 19:58:14','2021-02-03 11:58:14'),(77580,28771,'action created','2021-02-03 19:58:14','2021-02-03 11:58:14'),(77581,28771,'action started via WP Cron','2021-02-03 19:59:37','2021-02-03 11:59:37'),(77582,28771,'action complete via WP Cron','2021-02-03 19:59:37','2021-02-03 11:59:37'),(77583,28772,'action created','2021-02-03 19:59:37','2021-02-03 11:59:37'),(77584,28772,'action started via WP Cron','2021-02-03 20:00:21','2021-02-03 12:00:21'),(77585,28772,'action complete via WP Cron','2021-02-03 20:00:21','2021-02-03 12:00:21'),(77586,28773,'action created','2021-02-03 20:00:21','2021-02-03 12:00:21'),(77587,28773,'action started via WP Cron','2021-02-03 20:05:33','2021-02-03 12:05:33'),(77588,28773,'action complete via WP Cron','2021-02-03 20:05:33','2021-02-03 12:05:33'),(77589,28774,'action created','2021-02-03 20:05:33','2021-02-03 12:05:33'),(77590,28774,'action started via WP Cron','2021-02-03 20:08:56','2021-02-03 12:08:56'),(77591,28774,'action complete via WP Cron','2021-02-03 20:08:56','2021-02-03 12:08:56'),(77592,28775,'action created','2021-02-03 20:08:56','2021-02-03 12:08:56'),(77593,28775,'action started via WP Cron','2021-02-03 20:10:30','2021-02-03 12:10:30'),(77594,28775,'action complete via WP Cron','2021-02-03 20:10:30','2021-02-03 12:10:30'),(77595,28776,'action created','2021-02-03 20:10:30','2021-02-03 12:10:30'),(77596,28776,'action started via WP Cron','2021-02-03 20:11:22','2021-02-03 12:11:22'),(77597,28776,'action complete via WP Cron','2021-02-03 20:11:22','2021-02-03 12:11:22'),(77598,28777,'action created','2021-02-03 20:11:22','2021-02-03 12:11:22'),(77599,28777,'action started via WP Cron','2021-02-03 20:16:30','2021-02-03 12:16:30'),(77600,28777,'action complete via WP Cron','2021-02-03 20:16:30','2021-02-03 12:16:30'),(77601,28778,'action created','2021-02-03 20:16:30','2021-02-03 12:16:30'),(77602,28778,'action started via WP Cron','2021-02-03 20:18:59','2021-02-03 12:18:59'),(77603,28778,'action complete via WP Cron','2021-02-03 20:18:59','2021-02-03 12:18:59'),(77604,28779,'action created','2021-02-03 20:18:59','2021-02-03 12:18:59'),(77605,28779,'action started via WP Cron','2021-02-03 20:20:33','2021-02-03 12:20:33'),(77606,28779,'action complete via WP Cron','2021-02-03 20:20:33','2021-02-03 12:20:33'),(77607,28780,'action created','2021-02-03 20:20:33','2021-02-03 12:20:33'),(77608,28780,'action started via WP Cron','2021-02-03 20:21:28','2021-02-03 12:21:28'),(77609,28780,'action complete via WP Cron','2021-02-03 20:21:28','2021-02-03 12:21:28'),(77610,28781,'action created','2021-02-03 20:21:28','2021-02-03 12:21:28'),(77611,28781,'action started via WP Cron','2021-02-03 20:21:43','2021-02-03 12:21:43'),(77612,28781,'action complete via WP Cron','2021-02-03 20:21:43','2021-02-03 12:21:43'),(77613,28782,'action created','2021-02-03 20:21:52','2021-02-03 12:21:52'),(77614,28782,'action started via WP Cron','2021-02-03 20:22:49','2021-02-03 12:22:49'),(77615,28782,'action complete via WP Cron','2021-02-03 20:22:49','2021-02-03 12:22:49'),(77616,28783,'action created','2021-02-03 20:22:49','2021-02-03 12:22:49'),(77617,28783,'action started via WP Cron','2021-02-03 20:24:11','2021-02-03 12:24:11'),(77618,28783,'action complete via WP Cron','2021-02-03 20:24:11','2021-02-03 12:24:11'),(77619,28784,'action created','2021-02-03 20:24:11','2021-02-03 12:24:11'),(77620,28784,'action started via WP Cron','2021-02-03 20:24:48','2021-02-03 12:24:48'),(77621,28784,'action complete via WP Cron','2021-02-03 20:24:48','2021-02-03 12:24:48'),(77622,28785,'action created','2021-02-03 20:24:48','2021-02-03 12:24:48'),(77623,28785,'action started via WP Cron','2021-02-03 20:25:49','2021-02-03 12:25:49'),(77624,28785,'action complete via WP Cron','2021-02-03 20:25:49','2021-02-03 12:25:49'),(77625,28786,'action created','2021-02-03 20:25:49','2021-02-03 12:25:49'),(77626,28786,'action started via WP Cron','2021-02-03 20:26:50','2021-02-03 12:26:50'),(77627,28786,'action complete via WP Cron','2021-02-03 20:26:50','2021-02-03 12:26:50'),(77628,28787,'action created','2021-02-03 20:26:50','2021-02-03 12:26:50'),(77629,28787,'action started via WP Cron','2021-02-03 20:33:23','2021-02-03 12:33:23'),(77630,28787,'action complete via WP Cron','2021-02-03 20:33:23','2021-02-03 12:33:23'),(77631,28788,'action created','2021-02-03 20:33:23','2021-02-03 12:33:23'),(77632,28788,'action started via WP Cron','2021-02-03 20:37:31','2021-02-03 12:37:31'),(77633,28788,'action complete via WP Cron','2021-02-03 20:37:31','2021-02-03 12:37:31'),(77634,28789,'action created','2021-02-03 20:37:31','2021-02-03 12:37:31'),(77635,28789,'action started via WP Cron','2021-02-03 20:38:31','2021-02-03 12:38:31'),(77636,28789,'action complete via WP Cron','2021-02-03 20:38:31','2021-02-03 12:38:31'),(77637,28790,'action created','2021-02-03 20:38:31','2021-02-03 12:38:31'),(77638,28790,'action started via WP Cron','2021-02-03 20:39:32','2021-02-03 12:39:32'),(77639,28790,'action complete via WP Cron','2021-02-03 20:39:32','2021-02-03 12:39:32'),(77640,28791,'action created','2021-02-03 20:39:32','2021-02-03 12:39:32'),(77641,28791,'action started via WP Cron','2021-02-03 20:41:35','2021-02-03 12:41:35'),(77642,28791,'action complete via WP Cron','2021-02-03 20:41:35','2021-02-03 12:41:35'),(77643,28792,'action created','2021-02-03 20:41:35','2021-02-03 12:41:35'),(77644,28792,'action started via WP Cron','2021-02-03 20:42:36','2021-02-03 12:42:36'),(77645,28792,'action complete via WP Cron','2021-02-03 20:42:36','2021-02-03 12:42:36'),(77646,28793,'action created','2021-02-03 20:42:37','2021-02-03 12:42:37'),(77647,28793,'action started via WP Cron','2021-02-03 20:43:37','2021-02-03 12:43:37'),(77648,28793,'action complete via WP Cron','2021-02-03 20:43:37','2021-02-03 12:43:37'),(77649,28794,'action created','2021-02-03 20:43:37','2021-02-03 12:43:37'),(77650,28794,'action started via WP Cron','2021-02-03 20:44:08','2021-02-03 12:44:08'),(77651,28794,'action complete via WP Cron','2021-02-03 20:44:08','2021-02-03 12:44:08'),(77652,28795,'action created','2021-02-03 20:44:08','2021-02-03 12:44:08'),(77653,28795,'action started via WP Cron','2021-02-03 20:45:13','2021-02-03 12:45:13'),(77654,28795,'action complete via WP Cron','2021-02-03 20:45:13','2021-02-03 12:45:13'),(77655,28796,'action created','2021-02-03 20:45:13','2021-02-03 12:45:13'),(77656,28796,'action started via WP Cron','2021-02-03 20:46:14','2021-02-03 12:46:14'),(77657,28796,'action complete via WP Cron','2021-02-03 20:46:14','2021-02-03 12:46:14'),(77658,28797,'action created','2021-02-03 20:46:14','2021-02-03 12:46:14'),(77659,28797,'action started via WP Cron','2021-02-03 20:48:51','2021-02-03 12:48:51'),(77660,28797,'action complete via WP Cron','2021-02-03 20:48:51','2021-02-03 12:48:51'),(77661,28798,'action created','2021-02-03 20:48:52','2021-02-03 12:48:52'),(77662,28798,'action started via WP Cron','2021-02-03 20:50:03','2021-02-03 12:50:03'),(77663,28798,'action complete via WP Cron','2021-02-03 20:50:03','2021-02-03 12:50:03'),(77664,28799,'action created','2021-02-03 20:51:03','2021-02-03 12:51:03'),(77665,28799,'action started via WP Cron','2021-02-03 20:52:04','2021-02-03 12:52:04'),(77666,28799,'action complete via WP Cron','2021-02-03 20:52:04','2021-02-03 12:52:04'),(77667,28800,'action created','2021-02-03 20:52:04','2021-02-03 12:52:04'),(77668,28800,'action started via WP Cron','2021-02-03 20:53:05','2021-02-03 12:53:05'),(77669,28800,'action complete via WP Cron','2021-02-03 20:53:05','2021-02-03 12:53:05'),(77670,28801,'action created','2021-02-03 20:53:05','2021-02-03 12:53:05'),(77671,28801,'action started via WP Cron','2021-02-03 20:54:02','2021-02-03 12:54:02'),(77672,28801,'action complete via WP Cron','2021-02-03 20:54:02','2021-02-03 12:54:02'),(77673,28802,'action created','2021-02-03 20:54:02','2021-02-03 12:54:02'),(77674,28802,'action started via WP Cron','2021-02-03 20:55:07','2021-02-03 12:55:07'),(77675,28802,'action complete via WP Cron','2021-02-03 20:55:07','2021-02-03 12:55:07'),(77676,28803,'action created','2021-02-03 20:55:07','2021-02-03 12:55:07'),(77677,28803,'action started via WP Cron','2021-02-03 20:56:09','2021-02-03 12:56:09'),(77678,28803,'action complete via WP Cron','2021-02-03 20:56:09','2021-02-03 12:56:09'),(77679,28804,'action created','2021-02-03 20:56:09','2021-02-03 12:56:09'),(77680,28804,'action started via WP Cron','2021-02-03 20:57:09','2021-02-03 12:57:09'),(77681,28804,'action complete via WP Cron','2021-02-03 20:57:09','2021-02-03 12:57:09'),(77682,28805,'action created','2021-02-03 20:57:10','2021-02-03 12:57:10'),(77683,28805,'action started via WP Cron','2021-02-03 21:05:25','2021-02-03 13:05:25'),(77684,28805,'action complete via WP Cron','2021-02-03 21:05:25','2021-02-03 13:05:25'),(77685,28806,'action created','2021-02-03 21:05:25','2021-02-03 13:05:25'),(77686,28806,'action started via WP Cron','2021-02-03 21:06:37','2021-02-03 13:06:37'),(77687,28806,'action complete via WP Cron','2021-02-03 21:06:37','2021-02-03 13:06:37'),(77688,28807,'action created','2021-02-03 21:06:37','2021-02-03 13:06:37'),(77689,28807,'action started via WP Cron','2021-02-03 21:15:46','2021-02-03 13:15:46'),(77690,28807,'action complete via WP Cron','2021-02-03 21:15:46','2021-02-03 13:15:46'),(77691,28808,'action created','2021-02-03 21:15:46','2021-02-03 13:15:46'),(77692,28808,'action started via WP Cron','2021-02-03 21:16:57','2021-02-03 13:16:57'),(77693,28808,'action complete via WP Cron','2021-02-03 21:16:57','2021-02-03 13:16:57'),(77694,28809,'action created','2021-02-03 21:16:57','2021-02-03 13:16:57'),(77695,28809,'action started via WP Cron','2021-02-03 21:23:19','2021-02-03 13:23:19'),(77696,28809,'action complete via WP Cron','2021-02-03 21:23:19','2021-02-03 13:23:19'),(77697,28810,'action created','2021-02-03 21:23:19','2021-02-03 13:23:19'),(77698,28810,'action started via WP Cron','2021-02-03 21:35:27','2021-02-03 13:35:27'),(77699,28810,'action complete via WP Cron','2021-02-03 21:35:27','2021-02-03 13:35:27'),(77700,28811,'action created','2021-02-03 21:35:27','2021-02-03 13:35:27'),(77701,28811,'action started via WP Cron','2021-02-03 21:43:49','2021-02-03 13:43:49'),(77702,28811,'action complete via WP Cron','2021-02-03 21:43:49','2021-02-03 13:43:49'),(77703,28812,'action created','2021-02-03 21:43:49','2021-02-03 13:43:49'),(77704,28812,'action started via WP Cron','2021-02-03 21:44:51','2021-02-03 13:44:51'),(77705,28812,'action complete via WP Cron','2021-02-03 21:44:51','2021-02-03 13:44:51'),(77706,28813,'action created','2021-02-03 21:44:51','2021-02-03 13:44:51'),(77707,28813,'action started via WP Cron','2021-02-03 21:45:51','2021-02-03 13:45:51'),(77708,28813,'action complete via WP Cron','2021-02-03 21:45:51','2021-02-03 13:45:51'),(77709,28814,'action created','2021-02-03 21:45:51','2021-02-03 13:45:51'),(77710,28814,'action started via WP Cron','2021-02-03 21:48:40','2021-02-03 13:48:40'),(77711,28814,'action complete via WP Cron','2021-02-03 21:48:40','2021-02-03 13:48:40'),(77712,28815,'action created','2021-02-03 21:48:40','2021-02-03 13:48:40'),(77713,28815,'action started via WP Cron','2021-02-03 21:56:07','2021-02-03 13:56:07'),(77714,28815,'action complete via WP Cron','2021-02-03 21:56:07','2021-02-03 13:56:07'),(77715,28816,'action created','2021-02-03 21:56:07','2021-02-03 13:56:07'),(77716,28816,'action started via WP Cron','2021-02-03 21:57:08','2021-02-03 13:57:08'),(77717,28816,'action complete via WP Cron','2021-02-03 21:57:08','2021-02-03 13:57:08'),(77718,28817,'action created','2021-02-03 21:57:08','2021-02-03 13:57:08'),(77719,28817,'action started via WP Cron','2021-02-03 21:58:05','2021-02-03 13:58:05'),(77720,28817,'action complete via WP Cron','2021-02-03 21:58:05','2021-02-03 13:58:05'),(77721,28818,'action created','2021-02-03 21:58:05','2021-02-03 13:58:05'),(77722,28818,'action started via WP Cron','2021-02-03 21:59:16','2021-02-03 13:59:16'),(77723,28818,'action complete via WP Cron','2021-02-03 21:59:16','2021-02-03 13:59:16'),(77724,28819,'action created','2021-02-03 21:59:16','2021-02-03 13:59:16'),(77725,28819,'action started via WP Cron','2021-02-03 22:00:17','2021-02-03 14:00:17'),(77726,28819,'action complete via WP Cron','2021-02-03 22:00:17','2021-02-03 14:00:17'),(77727,28820,'action created','2021-02-03 22:00:17','2021-02-03 14:00:17'),(77728,28820,'action started via WP Cron','2021-02-03 22:13:27','2021-02-03 14:13:27'),(77729,28820,'action complete via WP Cron','2021-02-03 22:13:27','2021-02-03 14:13:27'),(77730,28821,'action created','2021-02-03 22:13:27','2021-02-03 14:13:27'),(77731,28821,'action started via WP Cron','2021-02-03 22:16:59','2021-02-03 14:16:59'),(77732,28821,'action complete via WP Cron','2021-02-03 22:16:59','2021-02-03 14:16:59'),(77733,28822,'action created','2021-02-03 22:16:59','2021-02-03 14:16:59'),(77734,28822,'action started via WP Cron','2021-02-03 22:18:05','2021-02-03 14:18:05'),(77735,28822,'action complete via WP Cron','2021-02-03 22:18:05','2021-02-03 14:18:05'),(77736,28823,'action created','2021-02-03 22:18:05','2021-02-03 14:18:05'),(77737,28823,'action started via WP Cron','2021-02-03 22:18:41','2021-02-03 14:18:41'),(77738,28823,'action complete via WP Cron','2021-02-03 22:18:41','2021-02-03 14:18:41'),(77739,28824,'action created','2021-02-03 22:18:41','2021-02-03 14:18:41'),(77740,28824,'action started via WP Cron','2021-02-03 22:19:58','2021-02-03 14:19:58'),(77741,28824,'action complete via WP Cron','2021-02-03 22:19:58','2021-02-03 14:19:58'),(77742,28825,'action created','2021-02-03 22:19:58','2021-02-03 14:19:58'),(77743,28825,'action started via WP Cron','2021-02-03 22:20:50','2021-02-03 14:20:50'),(77744,28825,'action complete via WP Cron','2021-02-03 22:20:50','2021-02-03 14:20:50'),(77745,28826,'action created','2021-02-03 22:20:50','2021-02-03 14:20:50'),(77746,28826,'action started via WP Cron','2021-02-03 22:21:49','2021-02-03 14:21:49'),(77747,28826,'action complete via WP Cron','2021-02-03 22:21:49','2021-02-03 14:21:49'),(77748,28827,'action created','2021-02-03 22:21:49','2021-02-03 14:21:49'),(77749,28827,'action started via WP Cron','2021-02-03 22:22:44','2021-02-03 14:22:44'),(77750,28827,'action complete via WP Cron','2021-02-03 22:22:44','2021-02-03 14:22:44'),(77751,28828,'action created','2021-02-03 22:22:44','2021-02-03 14:22:44'),(77752,28828,'action started via WP Cron','2021-02-03 22:23:43','2021-02-03 14:23:43'),(77753,28828,'action complete via WP Cron','2021-02-03 22:23:43','2021-02-03 14:23:43'),(77754,28829,'action created','2021-02-03 22:23:43','2021-02-03 14:23:43'),(77755,28829,'action started via WP Cron','2021-02-03 22:24:48','2021-02-03 14:24:48'),(77756,28829,'action complete via WP Cron','2021-02-03 22:24:48','2021-02-03 14:24:48'),(77757,28830,'action created','2021-02-03 22:24:48','2021-02-03 14:24:48'),(77758,28830,'action started via WP Cron','2021-02-03 22:25:42','2021-02-03 14:25:42'),(77759,28830,'action complete via WP Cron','2021-02-03 22:25:42','2021-02-03 14:25:42'),(77760,28831,'action created','2021-02-03 22:25:42','2021-02-03 14:25:42'),(77761,28831,'action started via WP Cron','2021-02-03 22:26:54','2021-02-03 14:26:54'),(77762,28831,'action complete via WP Cron','2021-02-03 22:26:54','2021-02-03 14:26:54'),(77763,28832,'action created','2021-02-03 22:26:54','2021-02-03 14:26:54'),(77764,28832,'action started via WP Cron','2021-02-03 22:29:16','2021-02-03 14:29:16'),(77765,28832,'action complete via WP Cron','2021-02-03 22:29:16','2021-02-03 14:29:16'),(77766,28833,'action created','2021-02-03 22:29:16','2021-02-03 14:29:16'),(77767,28833,'action started via WP Cron','2021-02-03 22:29:48','2021-02-03 14:29:48'),(77768,28833,'action complete via WP Cron','2021-02-03 22:29:48','2021-02-03 14:29:48'),(77769,28834,'action created','2021-02-03 22:29:48','2021-02-03 14:29:48'),(77770,28834,'action started via WP Cron','2021-02-03 22:30:45','2021-02-03 14:30:45'),(77771,28834,'action complete via WP Cron','2021-02-03 22:30:45','2021-02-03 14:30:45'),(77772,28835,'action created','2021-02-03 22:30:45','2021-02-03 14:30:45'),(77773,28835,'action started via WP Cron','2021-02-03 22:43:16','2021-02-03 14:43:16'),(77774,28835,'action complete via WP Cron','2021-02-03 22:43:16','2021-02-03 14:43:16'),(77775,28836,'action created','2021-02-03 22:43:16','2021-02-03 14:43:16'),(77776,28836,'action started via WP Cron','2021-02-03 22:44:52','2021-02-03 14:44:52'),(77777,28836,'action complete via WP Cron','2021-02-03 22:44:52','2021-02-03 14:44:52'),(77778,28837,'action created','2021-02-03 22:44:53','2021-02-03 14:44:53'),(77779,28837,'action started via WP Cron','2021-02-03 23:01:17','2021-02-03 15:01:17'),(77780,28837,'action complete via WP Cron','2021-02-03 23:01:17','2021-02-03 15:01:17'),(77781,28838,'action created','2021-02-03 23:01:17','2021-02-03 15:01:17'),(77782,28838,'action started via WP Cron','2021-02-03 23:02:17','2021-02-03 15:02:17'),(77783,28838,'action complete via WP Cron','2021-02-03 23:02:17','2021-02-03 15:02:17'),(77784,28839,'action created','2021-02-03 23:02:18','2021-02-03 15:02:18'),(77785,28839,'action started via WP Cron','2021-02-03 23:03:18','2021-02-03 15:03:18'),(77786,28839,'action complete via WP Cron','2021-02-03 23:03:18','2021-02-03 15:03:18'),(77787,28840,'action created','2021-02-03 23:03:18','2021-02-03 15:03:18'),(77788,28840,'action started via WP Cron','2021-02-03 23:05:20','2021-02-03 15:05:20'),(77789,28840,'action complete via WP Cron','2021-02-03 23:05:20','2021-02-03 15:05:20'),(77790,28841,'action created','2021-02-03 23:05:21','2021-02-03 15:05:21'),(77791,28841,'action started via WP Cron','2021-02-03 23:06:22','2021-02-03 15:06:22'),(77792,28841,'action complete via WP Cron','2021-02-03 23:06:22','2021-02-03 15:06:22'),(77793,28842,'action created','2021-02-03 23:06:22','2021-02-03 15:06:22'),(77794,28842,'action started via WP Cron','2021-02-03 23:07:08','2021-02-03 15:07:08'),(77795,28842,'action complete via WP Cron','2021-02-03 23:07:08','2021-02-03 15:07:08'),(77796,28843,'action created','2021-02-03 23:07:08','2021-02-03 15:07:08'),(77797,28843,'action started via WP Cron','2021-02-03 23:10:49','2021-02-03 15:10:49'),(77798,28843,'action complete via WP Cron','2021-02-03 23:10:49','2021-02-03 15:10:49'),(77799,28844,'action created','2021-02-03 23:10:49','2021-02-03 15:10:49'),(77800,28844,'action started via WP Cron','2021-02-03 23:16:26','2021-02-03 15:16:26'),(77801,28844,'action complete via WP Cron','2021-02-03 23:16:26','2021-02-03 15:16:26'),(77802,28845,'action created','2021-02-03 23:16:26','2021-02-03 15:16:26'),(77803,28845,'action started via WP Cron','2021-02-03 23:17:34','2021-02-03 15:17:34'),(77804,28845,'action complete via WP Cron','2021-02-03 23:17:34','2021-02-03 15:17:34'),(77805,28846,'action created','2021-02-03 23:17:34','2021-02-03 15:17:34'),(77806,28846,'action started via WP Cron','2021-02-03 23:18:35','2021-02-03 15:18:35'),(77807,28846,'action complete via WP Cron','2021-02-03 23:18:35','2021-02-03 15:18:35'),(77808,28847,'action created','2021-02-03 23:18:35','2021-02-03 15:18:35'),(77809,28847,'action started via WP Cron','2021-02-03 23:20:37','2021-02-03 15:20:37'),(77810,28847,'action complete via WP Cron','2021-02-03 23:20:37','2021-02-03 15:20:37'),(77811,28848,'action created','2021-02-03 23:20:37','2021-02-03 15:20:37'),(77812,28848,'action started via WP Cron','2021-02-03 23:21:38','2021-02-03 15:21:38'),(77813,28848,'action complete via WP Cron','2021-02-03 23:21:38','2021-02-03 15:21:38'),(77814,28849,'action created','2021-02-03 23:21:38','2021-02-03 15:21:38'),(77815,28849,'action started via WP Cron','2021-02-03 23:22:39','2021-02-03 15:22:39'),(77816,28849,'action complete via WP Cron','2021-02-03 23:22:39','2021-02-03 15:22:39'),(77817,28850,'action created','2021-02-03 23:22:39','2021-02-03 15:22:39'),(77818,28850,'action started via WP Cron','2021-02-03 23:23:12','2021-02-03 15:23:12'),(77819,28850,'action complete via WP Cron','2021-02-03 23:23:12','2021-02-03 15:23:12'),(77820,28851,'action created','2021-02-03 23:23:12','2021-02-03 15:23:12'),(77821,28851,'action started via WP Cron','2021-02-03 23:24:10','2021-02-03 15:24:10'),(77822,28851,'action complete via WP Cron','2021-02-03 23:24:10','2021-02-03 15:24:10'),(77823,28852,'action created','2021-02-03 23:24:10','2021-02-03 15:24:10'),(77824,28852,'action started via WP Cron','2021-02-03 23:25:11','2021-02-03 15:25:11'),(77825,28852,'action complete via WP Cron','2021-02-03 23:25:11','2021-02-03 15:25:11'),(77826,28853,'action created','2021-02-03 23:25:11','2021-02-03 15:25:11'),(77827,28853,'action started via WP Cron','2021-02-03 23:25:42','2021-02-03 15:25:42'),(77828,28853,'action complete via WP Cron','2021-02-03 23:25:42','2021-02-03 15:25:42'),(77829,28854,'action created','2021-02-03 23:25:42','2021-02-03 15:25:42'),(77830,28854,'action started via WP Cron','2021-02-03 23:36:27','2021-02-03 15:36:27'),(77831,28854,'action complete via WP Cron','2021-02-03 23:36:27','2021-02-03 15:36:27'),(77832,28855,'action created','2021-02-03 23:36:28','2021-02-03 15:36:28'),(77833,28855,'action started via WP Cron','2021-02-03 23:40:26','2021-02-03 15:40:26'),(77834,28855,'action complete via WP Cron','2021-02-03 23:40:26','2021-02-03 15:40:26'),(77835,28856,'action created','2021-02-03 23:40:26','2021-02-03 15:40:26'),(77836,28856,'action started via WP Cron','2021-02-03 23:48:12','2021-02-03 15:48:12'),(77837,28856,'action complete via WP Cron','2021-02-03 23:48:12','2021-02-03 15:48:12'),(77838,28857,'action created','2021-02-03 23:48:12','2021-02-03 15:48:12'),(77839,28857,'action started via WP Cron','2021-02-03 23:50:12','2021-02-03 15:50:12'),(77840,28857,'action complete via WP Cron','2021-02-03 23:50:12','2021-02-03 15:50:12'),(77841,28858,'action created','2021-02-03 23:50:12','2021-02-03 15:50:12'),(77842,28858,'action started via WP Cron','2021-02-03 23:54:29','2021-02-03 15:54:29'),(77843,28858,'action complete via WP Cron','2021-02-03 23:54:29','2021-02-03 15:54:29'),(77844,28859,'action created','2021-02-03 23:54:29','2021-02-03 15:54:29'),(77845,28859,'action started via WP Cron','2021-02-03 23:55:56','2021-02-03 15:55:56'),(77846,28859,'action complete via WP Cron','2021-02-03 23:55:56','2021-02-03 15:55:56'),(77847,28860,'action created','2021-02-03 23:55:57','2021-02-03 15:55:57'),(77848,28860,'action started via WP Cron','2021-02-04 00:03:37','2021-02-03 16:03:37'),(77849,28860,'action complete via WP Cron','2021-02-04 00:03:37','2021-02-03 16:03:37'),(77850,28861,'action created','2021-02-04 00:03:37','2021-02-03 16:03:37'),(77851,28861,'action started via WP Cron','2021-02-04 00:04:44','2021-02-03 16:04:44'),(77852,28861,'action complete via WP Cron','2021-02-04 00:04:44','2021-02-03 16:04:44'),(77853,28862,'action created','2021-02-04 00:04:45','2021-02-03 16:04:45'),(77854,28862,'action started via WP Cron','2021-02-04 00:05:46','2021-02-03 16:05:46'),(77855,28862,'action complete via WP Cron','2021-02-04 00:05:46','2021-02-03 16:05:46'),(77856,28863,'action created','2021-02-04 00:05:46','2021-02-03 16:05:46'),(77857,28863,'action started via WP Cron','2021-02-04 00:07:47','2021-02-03 16:07:47'),(77858,28863,'action complete via WP Cron','2021-02-04 00:07:47','2021-02-03 16:07:47'),(77859,28864,'action created','2021-02-04 00:07:48','2021-02-03 16:07:48'),(77860,28864,'action started via WP Cron','2021-02-04 00:08:48','2021-02-03 16:08:48'),(77861,28864,'action complete via WP Cron','2021-02-04 00:08:48','2021-02-03 16:08:48'),(77862,28865,'action created','2021-02-04 00:08:48','2021-02-03 16:08:48'),(77863,28865,'action started via WP Cron','2021-02-04 00:09:49','2021-02-03 16:09:49'),(77864,28865,'action complete via WP Cron','2021-02-04 00:09:49','2021-02-03 16:09:49'),(77865,28866,'action created','2021-02-04 00:09:49','2021-02-03 16:09:49'),(77866,28866,'action started via WP Cron','2021-02-04 00:15:49','2021-02-03 16:15:49'),(77867,28866,'action complete via WP Cron','2021-02-04 00:15:49','2021-02-03 16:15:49'),(77868,28867,'action created','2021-02-04 00:15:49','2021-02-03 16:15:49'),(77869,28867,'action started via WP Cron','2021-02-04 00:16:41','2021-02-03 16:16:41'),(77870,28867,'action complete via WP Cron','2021-02-04 00:16:41','2021-02-03 16:16:41'),(77871,28868,'action created','2021-02-04 00:16:41','2021-02-03 16:16:41'),(77872,28868,'action started via WP Cron','2021-02-04 00:23:39','2021-02-03 16:23:39'),(77873,28868,'action complete via WP Cron','2021-02-04 00:23:39','2021-02-03 16:23:39'),(77874,28869,'action created','2021-02-04 00:23:39','2021-02-03 16:23:39'),(77875,28869,'action started via WP Cron','2021-02-04 00:24:40','2021-02-03 16:24:40'),(77876,28869,'action complete via WP Cron','2021-02-04 00:24:40','2021-02-03 16:24:40'),(77877,28870,'action created','2021-02-04 00:24:40','2021-02-03 16:24:40'),(77878,28870,'action started via WP Cron','2021-02-04 00:25:41','2021-02-03 16:25:41'),(77879,28870,'action complete via WP Cron','2021-02-04 00:25:41','2021-02-03 16:25:41'),(77880,28871,'action created','2021-02-04 00:25:41','2021-02-03 16:25:41'),(77881,28871,'action started via WP Cron','2021-02-04 00:26:42','2021-02-03 16:26:42'),(77882,28871,'action complete via WP Cron','2021-02-04 00:26:42','2021-02-03 16:26:42'),(77883,28872,'action created','2021-02-04 00:26:42','2021-02-03 16:26:42'),(77884,28872,'action started via WP Cron','2021-02-04 00:27:45','2021-02-03 16:27:45'),(77885,28872,'action complete via WP Cron','2021-02-04 00:27:45','2021-02-03 16:27:45'),(77886,28873,'action created','2021-02-04 00:27:45','2021-02-03 16:27:45'),(77887,28873,'action started via WP Cron','2021-02-04 00:28:44','2021-02-03 16:28:44'),(77888,28873,'action complete via WP Cron','2021-02-04 00:28:44','2021-02-03 16:28:44'),(77889,28874,'action created','2021-02-04 00:28:44','2021-02-03 16:28:44'),(77890,28874,'action started via WP Cron','2021-02-04 01:09:00','2021-02-03 17:09:00'),(77891,28874,'action complete via WP Cron','2021-02-04 01:09:00','2021-02-03 17:09:00'),(77892,28875,'action created','2021-02-04 01:09:01','2021-02-03 17:09:01'),(77893,28875,'action started via WP Cron','2021-02-04 01:09:52','2021-02-03 17:09:52'),(77894,28875,'action complete via WP Cron','2021-02-04 01:09:52','2021-02-03 17:09:52'),(77895,28876,'action created','2021-02-04 01:09:53','2021-02-03 17:09:53'),(77896,28876,'action started via WP Cron','2021-02-04 01:11:19','2021-02-03 17:11:19'),(77897,28876,'action complete via WP Cron','2021-02-04 01:11:19','2021-02-03 17:11:19'),(77898,28877,'action created','2021-02-04 01:11:19','2021-02-03 17:11:19'),(77899,28877,'action started via WP Cron','2021-02-04 01:11:52','2021-02-03 17:11:52'),(77900,28877,'action complete via WP Cron','2021-02-04 01:11:52','2021-02-03 17:11:52'),(77901,28878,'action created','2021-02-04 01:11:52','2021-02-03 17:11:52'),(77902,28878,'action started via WP Cron','2021-02-04 01:12:52','2021-02-03 17:12:52'),(77903,28878,'action complete via WP Cron','2021-02-04 01:12:52','2021-02-03 17:12:52'),(77904,28879,'action created','2021-02-04 01:12:53','2021-02-03 17:12:53'),(77905,28879,'action started via WP Cron','2021-02-04 01:18:03','2021-02-03 17:18:03'),(77906,28879,'action complete via WP Cron','2021-02-04 01:18:03','2021-02-03 17:18:03'),(77907,28880,'action created','2021-02-04 01:18:03','2021-02-03 17:18:03'),(77908,28880,'action started via WP Cron','2021-02-04 01:19:52','2021-02-03 17:19:52'),(77909,28880,'action complete via WP Cron','2021-02-04 01:19:52','2021-02-03 17:19:52'),(77910,28881,'action created','2021-02-04 01:19:52','2021-02-03 17:19:52'),(77911,28881,'action started via WP Cron','2021-02-04 01:20:59','2021-02-03 17:20:59'),(77912,28881,'action complete via WP Cron','2021-02-04 01:20:59','2021-02-03 17:20:59'),(77913,28882,'action created','2021-02-04 01:20:59','2021-02-03 17:20:59'),(77914,28882,'action started via WP Cron','2021-02-04 01:22:00','2021-02-03 17:22:00'),(77915,28882,'action complete via WP Cron','2021-02-04 01:22:00','2021-02-03 17:22:00'),(77916,28883,'action created','2021-02-04 01:22:00','2021-02-03 17:22:00'),(77917,28883,'action started via WP Cron','2021-02-04 01:23:01','2021-02-03 17:23:01'),(77918,28883,'action complete via WP Cron','2021-02-04 01:23:01','2021-02-03 17:23:01'),(77919,28884,'action created','2021-02-04 01:23:01','2021-02-03 17:23:01'),(77920,28884,'action started via WP Cron','2021-02-04 01:25:03','2021-02-03 17:25:03'),(77921,28884,'action complete via WP Cron','2021-02-04 01:25:03','2021-02-03 17:25:03'),(77922,28885,'action created','2021-02-04 01:25:03','2021-02-03 17:25:03'),(77923,28885,'action started via WP Cron','2021-02-04 01:26:04','2021-02-03 17:26:04'),(77924,28885,'action complete via WP Cron','2021-02-04 01:26:04','2021-02-03 17:26:04'),(77925,28886,'action created','2021-02-04 01:26:04','2021-02-03 17:26:04'),(77926,28886,'action started via WP Cron','2021-02-04 01:27:49','2021-02-03 17:27:49'),(77927,28886,'action complete via WP Cron','2021-02-04 01:27:49','2021-02-03 17:27:49'),(77928,28887,'action created','2021-02-04 01:27:49','2021-02-03 17:27:49'),(77929,28887,'action started via WP Cron','2021-02-04 01:29:13','2021-02-03 17:29:13'),(77930,28887,'action complete via WP Cron','2021-02-04 01:29:13','2021-02-03 17:29:13'),(77931,28888,'action created','2021-02-04 01:29:13','2021-02-03 17:29:13'),(77932,28888,'action started via WP Cron','2021-02-04 01:29:44','2021-02-03 17:29:44'),(77933,28888,'action complete via WP Cron','2021-02-04 01:29:44','2021-02-03 17:29:44'),(77934,28889,'action created','2021-02-04 01:29:44','2021-02-03 17:29:44'),(77935,28889,'action started via WP Cron','2021-02-04 01:30:45','2021-02-03 17:30:45'),(77936,28889,'action complete via WP Cron','2021-02-04 01:30:45','2021-02-03 17:30:45'),(77937,28890,'action created','2021-02-04 01:30:45','2021-02-03 17:30:45'),(77938,28890,'action started via WP Cron','2021-02-04 01:31:46','2021-02-03 17:31:46'),(77939,28890,'action complete via WP Cron','2021-02-04 01:31:46','2021-02-03 17:31:46'),(77940,28891,'action created','2021-02-04 01:31:46','2021-02-03 17:31:46'),(77941,28891,'action started via WP Cron','2021-02-04 01:36:59','2021-02-03 17:36:59'),(77942,28891,'action complete via WP Cron','2021-02-04 01:36:59','2021-02-03 17:36:59'),(77943,28892,'action created','2021-02-04 01:36:59','2021-02-03 17:36:59'),(77944,28892,'action started via WP Cron','2021-02-04 01:39:13','2021-02-03 17:39:13'),(77945,28892,'action complete via WP Cron','2021-02-04 01:39:13','2021-02-03 17:39:13'),(77946,28893,'action created','2021-02-04 01:39:13','2021-02-03 17:39:13'),(77947,28893,'action started via WP Cron','2021-02-04 01:43:43','2021-02-03 17:43:43'),(77948,28893,'action complete via WP Cron','2021-02-04 01:43:43','2021-02-03 17:43:43'),(77949,28894,'action created','2021-02-04 01:43:43','2021-02-03 17:43:43'),(77950,28894,'action started via WP Cron','2021-02-04 01:47:26','2021-02-03 17:47:26'),(77951,28894,'action complete via WP Cron','2021-02-04 01:47:26','2021-02-03 17:47:26'),(77952,28895,'action created','2021-02-04 01:49:49','2021-02-03 17:49:49'),(77953,28895,'action started via WP Cron','2021-02-04 01:57:45','2021-02-03 17:57:45'),(77954,28895,'action complete via WP Cron','2021-02-04 01:57:45','2021-02-03 17:57:45'),(77955,28896,'action created','2021-02-04 01:57:45','2021-02-03 17:57:45'),(77956,28896,'action started via WP Cron','2021-02-04 01:58:41','2021-02-03 17:58:41'),(77957,28896,'action complete via WP Cron','2021-02-04 01:58:41','2021-02-03 17:58:41'),(77958,28897,'action created','2021-02-04 01:58:41','2021-02-03 17:58:41'),(77959,28897,'action started via WP Cron','2021-02-04 02:10:30','2021-02-03 18:10:30'),(77960,28897,'action complete via WP Cron','2021-02-04 02:10:30','2021-02-03 18:10:30'),(77961,28898,'action created','2021-02-04 02:10:30','2021-02-03 18:10:30'),(77962,28898,'action started via WP Cron','2021-02-04 02:10:42','2021-02-03 18:10:42'),(77963,28898,'action complete via WP Cron','2021-02-04 02:10:42','2021-02-03 18:10:42'),(77964,28899,'action created','2021-02-04 02:10:42','2021-02-03 18:10:42'),(77965,28899,'action started via WP Cron','2021-02-04 02:12:59','2021-02-03 18:12:59'),(77966,28899,'action complete via WP Cron','2021-02-04 02:12:59','2021-02-03 18:12:59'),(77967,28900,'action created','2021-02-04 02:12:59','2021-02-03 18:12:59'),(77968,28900,'action started via WP Cron','2021-02-04 02:13:53','2021-02-03 18:13:53'),(77969,28900,'action complete via WP Cron','2021-02-04 02:13:53','2021-02-03 18:13:53'),(77970,28901,'action created','2021-02-04 02:14:54','2021-02-03 18:14:54'),(77971,28901,'action started via WP Cron','2021-02-04 02:15:54','2021-02-03 18:15:54'),(77972,28901,'action complete via WP Cron','2021-02-04 02:15:54','2021-02-03 18:15:54'),(77973,28902,'action created','2021-02-04 02:15:54','2021-02-03 18:15:54'),(77974,28902,'action started via WP Cron','2021-02-04 02:16:55','2021-02-03 18:16:55'),(77975,28902,'action complete via WP Cron','2021-02-04 02:16:55','2021-02-03 18:16:55'),(77976,28903,'action created','2021-02-04 02:16:55','2021-02-03 18:16:55'),(77977,28903,'action started via WP Cron','2021-02-04 02:20:34','2021-02-03 18:20:34'),(77978,28903,'action complete via WP Cron','2021-02-04 02:20:34','2021-02-03 18:20:34'),(77979,28904,'action created','2021-02-04 02:20:34','2021-02-03 18:20:34'),(77980,28904,'action started via WP Cron','2021-02-04 02:23:41','2021-02-03 18:23:41'),(77981,28904,'action complete via WP Cron','2021-02-04 02:23:41','2021-02-03 18:23:41'),(77982,28905,'action created','2021-02-04 02:23:42','2021-02-03 18:23:42'),(77983,28905,'action started via WP Cron','2021-02-04 02:25:23','2021-02-03 18:25:23'),(77984,28905,'action complete via WP Cron','2021-02-04 02:25:23','2021-02-03 18:25:23'),(77985,28906,'action created','2021-02-04 02:29:29','2021-02-03 18:29:29'),(77986,28906,'action started via WP Cron','2021-02-04 02:30:28','2021-02-03 18:30:28'),(77987,28906,'action complete via WP Cron','2021-02-04 02:30:28','2021-02-03 18:30:28'),(77988,28907,'action created','2021-02-04 02:30:28','2021-02-03 18:30:28'),(77989,28907,'action started via WP Cron','2021-02-04 02:31:04','2021-02-03 18:31:04'),(77990,28907,'action complete via WP Cron','2021-02-04 02:31:04','2021-02-03 18:31:04'),(77991,28908,'action created','2021-02-04 02:31:04','2021-02-03 18:31:04'),(77992,28908,'action started via WP Cron','2021-02-04 02:32:23','2021-02-03 18:32:23'),(77993,28908,'action complete via WP Cron','2021-02-04 02:32:23','2021-02-03 18:32:23'),(77994,28909,'action created','2021-02-04 02:32:23','2021-02-03 18:32:23'),(77995,28909,'action started via WP Cron','2021-02-04 02:33:24','2021-02-03 18:33:24'),(77996,28909,'action complete via WP Cron','2021-02-04 02:33:24','2021-02-03 18:33:24'),(77997,28910,'action created','2021-02-04 02:33:47','2021-02-03 18:33:47'),(77998,28910,'action started via WP Cron','2021-02-04 02:34:49','2021-02-03 18:34:49'),(77999,28910,'action complete via WP Cron','2021-02-04 02:34:49','2021-02-03 18:34:49'),(78000,28911,'action created','2021-02-04 02:34:49','2021-02-03 18:34:49'),(78001,28911,'action started via WP Cron','2021-02-04 02:36:30','2021-02-03 18:36:30'),(78002,28911,'action complete via WP Cron','2021-02-04 02:36:30','2021-02-03 18:36:30'),(78003,28912,'action created','2021-02-04 02:37:29','2021-02-03 18:37:29'),(78004,28912,'action started via WP Cron','2021-02-04 02:37:50','2021-02-03 18:37:50'),(78005,28912,'action complete via WP Cron','2021-02-04 02:37:50','2021-02-03 18:37:50'),(78006,28913,'action created','2021-02-04 02:37:50','2021-02-03 18:37:50'),(78007,28913,'action started via WP Cron','2021-02-04 02:38:41','2021-02-03 18:38:41'),(78008,28913,'action complete via WP Cron','2021-02-04 02:38:41','2021-02-03 18:38:41'),(78009,28914,'action created','2021-02-04 02:38:41','2021-02-03 18:38:41'),(78010,28914,'action started via WP Cron','2021-02-04 02:39:47','2021-02-03 18:39:47'),(78011,28914,'action complete via WP Cron','2021-02-04 02:39:47','2021-02-03 18:39:47'),(78012,28915,'action created','2021-02-04 02:39:47','2021-02-03 18:39:47'),(78013,28915,'action started via WP Cron','2021-02-04 02:40:44','2021-02-03 18:40:44'),(78014,28915,'action complete via WP Cron','2021-02-04 02:40:44','2021-02-03 18:40:44'),(78015,28916,'action created','2021-02-04 02:40:44','2021-02-03 18:40:44'),(78016,28916,'action started via WP Cron','2021-02-04 02:41:46','2021-02-03 18:41:46'),(78017,28916,'action complete via WP Cron','2021-02-04 02:41:46','2021-02-03 18:41:46'),(78018,28917,'action created','2021-02-04 02:41:47','2021-02-03 18:41:47'),(78019,28917,'action started via WP Cron','2021-02-04 02:42:42','2021-02-03 18:42:42'),(78020,28917,'action complete via WP Cron','2021-02-04 02:42:42','2021-02-03 18:42:42'),(78021,28918,'action created','2021-02-04 02:42:42','2021-02-03 18:42:42'),(78022,28918,'action started via WP Cron','2021-02-04 02:43:49','2021-02-03 18:43:49'),(78023,28918,'action complete via WP Cron','2021-02-04 02:43:49','2021-02-03 18:43:49'),(78024,28919,'action created','2021-02-04 02:43:49','2021-02-03 18:43:49'),(78025,28919,'action started via WP Cron','2021-02-04 02:44:42','2021-02-03 18:44:42'),(78026,28919,'action complete via WP Cron','2021-02-04 02:44:42','2021-02-03 18:44:42'),(78027,28920,'action created','2021-02-04 02:44:42','2021-02-03 18:44:42'),(78028,28920,'action started via WP Cron','2021-02-04 02:45:50','2021-02-03 18:45:50'),(78029,28920,'action complete via WP Cron','2021-02-04 02:45:50','2021-02-03 18:45:50'),(78030,28921,'action created','2021-02-04 02:45:50','2021-02-03 18:45:50'),(78031,28921,'action started via WP Cron','2021-02-04 02:46:48','2021-02-03 18:46:48'),(78032,28921,'action complete via WP Cron','2021-02-04 02:46:48','2021-02-03 18:46:48'),(78033,28922,'action created','2021-02-04 02:46:48','2021-02-03 18:46:48'),(78034,28922,'action started via WP Cron','2021-02-04 02:47:48','2021-02-03 18:47:48'),(78035,28922,'action complete via WP Cron','2021-02-04 02:47:48','2021-02-03 18:47:48'),(78036,28923,'action created','2021-02-04 02:47:48','2021-02-03 18:47:48'),(78037,28923,'action started via WP Cron','2021-02-04 02:48:49','2021-02-03 18:48:49'),(78038,28923,'action complete via WP Cron','2021-02-04 02:48:49','2021-02-03 18:48:49'),(78039,28924,'action created','2021-02-04 02:48:49','2021-02-03 18:48:49'),(78040,28924,'action started via WP Cron','2021-02-04 02:49:41','2021-02-03 18:49:41'),(78041,28924,'action complete via WP Cron','2021-02-04 02:49:41','2021-02-03 18:49:41'),(78042,28925,'action created','2021-02-04 02:49:41','2021-02-03 18:49:41'),(78043,28925,'action started via WP Cron','2021-02-04 02:50:43','2021-02-03 18:50:43'),(78044,28925,'action complete via WP Cron','2021-02-04 02:50:43','2021-02-03 18:50:43'),(78045,28926,'action created','2021-02-04 02:50:43','2021-02-03 18:50:43'),(78046,28926,'action started via WP Cron','2021-02-04 02:51:52','2021-02-03 18:51:52'),(78047,28926,'action complete via WP Cron','2021-02-04 02:51:52','2021-02-03 18:51:52'),(78048,28927,'action created','2021-02-04 02:51:52','2021-02-03 18:51:52'),(78049,28927,'action started via WP Cron','2021-02-04 02:52:47','2021-02-03 18:52:47'),(78050,28927,'action complete via WP Cron','2021-02-04 02:52:47','2021-02-03 18:52:47'),(78051,28928,'action created','2021-02-04 02:53:02','2021-02-03 18:53:02'),(78052,28928,'action started via WP Cron','2021-02-04 02:53:51','2021-02-03 18:53:51'),(78053,28928,'action complete via WP Cron','2021-02-04 02:53:51','2021-02-03 18:53:51'),(78054,28929,'action created','2021-02-04 02:53:52','2021-02-03 18:53:52'),(78055,28929,'action started via WP Cron','2021-02-04 02:54:45','2021-02-03 18:54:45'),(78056,28929,'action complete via WP Cron','2021-02-04 02:54:45','2021-02-03 18:54:45'),(78057,28930,'action created','2021-02-04 02:54:45','2021-02-03 18:54:45'),(78058,28930,'action started via WP Cron','2021-02-04 02:55:50','2021-02-03 18:55:50'),(78059,28930,'action complete via WP Cron','2021-02-04 02:55:50','2021-02-03 18:55:50'),(78060,28931,'action created','2021-02-04 02:55:51','2021-02-03 18:55:51'),(78061,28931,'action started via WP Cron','2021-02-04 02:56:47','2021-02-03 18:56:47'),(78062,28931,'action complete via WP Cron','2021-02-04 02:56:47','2021-02-03 18:56:47'),(78063,28932,'action created','2021-02-04 02:56:47','2021-02-03 18:56:47'),(78064,28932,'action started via WP Cron','2021-02-04 03:02:37','2021-02-03 19:02:37'),(78065,28932,'action complete via WP Cron','2021-02-04 03:02:37','2021-02-03 19:02:37'),(78066,28933,'action created','2021-02-04 03:02:37','2021-02-03 19:02:37'),(78067,28933,'action started via WP Cron','2021-02-04 03:07:32','2021-02-03 19:07:32'),(78068,28933,'action complete via WP Cron','2021-02-04 03:07:32','2021-02-03 19:07:32'),(78069,28934,'action created','2021-02-04 03:07:32','2021-02-03 19:07:32'),(78070,28934,'action started via WP Cron','2021-02-04 03:16:29','2021-02-03 19:16:29'),(78071,28934,'action complete via WP Cron','2021-02-04 03:16:29','2021-02-03 19:16:29'),(78072,28935,'action created','2021-02-04 03:16:30','2021-02-03 19:16:30'),(78073,28935,'action started via WP Cron','2021-02-04 03:17:01','2021-02-03 19:17:01'),(78074,28935,'action complete via WP Cron','2021-02-04 03:17:01','2021-02-03 19:17:01'),(78075,28936,'action created','2021-02-04 03:17:01','2021-02-03 19:17:01'),(78076,28936,'action started via WP Cron','2021-02-04 03:18:00','2021-02-03 19:18:00'),(78077,28936,'action complete via WP Cron','2021-02-04 03:18:00','2021-02-03 19:18:00'),(78078,28937,'action created','2021-02-04 03:18:00','2021-02-03 19:18:00'),(78079,28937,'action started via WP Cron','2021-02-04 03:18:56','2021-02-03 19:18:56'),(78080,28937,'action complete via WP Cron','2021-02-04 03:18:56','2021-02-03 19:18:56'),(78081,28938,'action created','2021-02-04 03:18:56','2021-02-03 19:18:56'),(78082,28938,'action started via WP Cron','2021-02-04 03:19:57','2021-02-03 19:19:57'),(78083,28938,'action complete via WP Cron','2021-02-04 03:19:57','2021-02-03 19:19:57'),(78084,28939,'action created','2021-02-04 03:19:58','2021-02-03 19:19:58'),(78085,28939,'action started via WP Cron','2021-02-04 03:20:58','2021-02-03 19:20:58'),(78086,28939,'action complete via WP Cron','2021-02-04 03:20:58','2021-02-03 19:20:58'),(78087,28940,'action created','2021-02-04 03:20:59','2021-02-03 19:20:59'),(78088,28940,'action started via WP Cron','2021-02-04 03:30:29','2021-02-03 19:30:29'),(78089,28940,'action complete via WP Cron','2021-02-04 03:30:29','2021-02-03 19:30:29'),(78090,28941,'action created','2021-02-04 03:30:29','2021-02-03 19:30:29'),(78091,28941,'action started via WP Cron','2021-02-04 03:40:52','2021-02-03 19:40:52'),(78092,28941,'action complete via WP Cron','2021-02-04 03:40:52','2021-02-03 19:40:52'),(78093,28942,'action created','2021-02-04 03:40:52','2021-02-03 19:40:52'),(78094,28942,'action started via WP Cron','2021-02-04 03:41:42','2021-02-03 19:41:42'),(78095,28942,'action complete via WP Cron','2021-02-04 03:41:42','2021-02-03 19:41:42'),(78096,28943,'action created','2021-02-04 03:41:42','2021-02-03 19:41:42'),(78097,28943,'action started via WP Cron','2021-02-04 03:42:42','2021-02-03 19:42:42'),(78098,28943,'action complete via WP Cron','2021-02-04 03:42:42','2021-02-03 19:42:42'),(78099,28944,'action created','2021-02-04 03:42:42','2021-02-03 19:42:42'),(78100,28944,'action started via WP Cron','2021-02-04 03:50:14','2021-02-03 19:50:14'),(78101,28944,'action complete via WP Cron','2021-02-04 03:50:14','2021-02-03 19:50:14'),(78102,28945,'action created','2021-02-04 03:50:14','2021-02-03 19:50:14'),(78103,28945,'action started via WP Cron','2021-02-04 03:51:04','2021-02-03 19:51:04'),(78104,28945,'action complete via WP Cron','2021-02-04 03:51:04','2021-02-03 19:51:04'),(78105,28946,'action created','2021-02-04 03:51:04','2021-02-03 19:51:04'),(78106,28946,'action started via WP Cron','2021-02-04 03:56:19','2021-02-03 19:56:19'),(78107,28946,'action complete via WP Cron','2021-02-04 03:56:19','2021-02-03 19:56:19'),(78108,28947,'action created','2021-02-04 03:56:19','2021-02-03 19:56:19'),(78109,28947,'action started via WP Cron','2021-02-04 03:56:45','2021-02-03 19:56:45'),(78110,28947,'action complete via WP Cron','2021-02-04 03:56:45','2021-02-03 19:56:45'),(78111,28948,'action created','2021-02-04 03:56:45','2021-02-03 19:56:45'),(78112,28948,'action started via WP Cron','2021-02-04 03:57:54','2021-02-03 19:57:54'),(78113,28948,'action complete via WP Cron','2021-02-04 03:57:54','2021-02-03 19:57:54'),(78114,28949,'action created','2021-02-04 03:57:55','2021-02-03 19:57:55'),(78115,28249,'action started via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78116,28249,'action complete via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78117,28950,'action created','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78118,28250,'action started via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78119,28250,'action complete via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78120,28951,'action created','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78121,28949,'action started via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78122,28949,'action complete via WP Cron','2021-02-04 04:10:09','2021-02-03 20:10:09'),(78123,28952,'action created','2021-02-04 04:10:10','2021-02-03 20:10:10'),(78124,28952,'action started via WP Cron','2021-02-04 04:21:04','2021-02-03 20:21:04'),(78125,28952,'action complete via WP Cron','2021-02-04 04:21:04','2021-02-03 20:21:04'),(78126,28953,'action created','2021-02-04 04:21:04','2021-02-03 20:21:04'),(78127,28953,'action started via WP Cron','2021-02-04 04:21:58','2021-02-03 20:21:58'),(78128,28953,'action complete via WP Cron','2021-02-04 04:21:58','2021-02-03 20:21:58'),(78129,28954,'action created','2021-02-04 04:21:58','2021-02-03 20:21:58'),(78130,28954,'action started via WP Cron','2021-02-04 04:22:59','2021-02-03 20:22:59'),(78131,28954,'action complete via WP Cron','2021-02-04 04:22:59','2021-02-03 20:22:59'),(78132,28955,'action created','2021-02-04 04:22:59','2021-02-03 20:22:59'),(78133,28955,'action started via WP Cron','2021-02-04 04:24:16','2021-02-03 20:24:16'),(78134,28955,'action complete via WP Cron','2021-02-04 04:24:16','2021-02-03 20:24:16'),(78135,28956,'action created','2021-02-04 04:24:16','2021-02-03 20:24:16'),(78136,28956,'action started via WP Cron','2021-02-04 04:25:01','2021-02-03 20:25:01'),(78137,28956,'action complete via WP Cron','2021-02-04 04:25:01','2021-02-03 20:25:01'),(78138,28957,'action created','2021-02-04 04:25:01','2021-02-03 20:25:01'),(78139,28957,'action started via WP Cron','2021-02-04 04:26:02','2021-02-03 20:26:02'),(78140,28957,'action complete via WP Cron','2021-02-04 04:26:02','2021-02-03 20:26:02'),(78141,28958,'action created','2021-02-04 04:26:02','2021-02-03 20:26:02'),(78142,28958,'action started via WP Cron','2021-02-04 04:27:03','2021-02-03 20:27:03'),(78143,28958,'action complete via WP Cron','2021-02-04 04:27:03','2021-02-03 20:27:03'),(78144,28959,'action created','2021-02-04 04:27:03','2021-02-03 20:27:03'),(78145,28959,'action started via WP Cron','2021-02-04 04:28:20','2021-02-03 20:28:20'),(78146,28959,'action complete via WP Cron','2021-02-04 04:28:20','2021-02-03 20:28:20'),(78147,28960,'action created','2021-02-04 04:28:20','2021-02-03 20:28:20'),(78148,28960,'action started via WP Cron','2021-02-04 04:31:09','2021-02-03 20:31:09'),(78149,28960,'action complete via WP Cron','2021-02-04 04:31:09','2021-02-03 20:31:09'),(78150,28961,'action created','2021-02-04 04:31:09','2021-02-03 20:31:09'),(78151,28961,'action started via WP Cron','2021-02-04 04:38:56','2021-02-03 20:38:56'),(78152,28961,'action complete via WP Cron','2021-02-04 04:38:56','2021-02-03 20:38:56'),(78153,28962,'action created','2021-02-04 04:38:56','2021-02-03 20:38:56'),(78154,28962,'action started via WP Cron','2021-02-04 04:46:39','2021-02-03 20:46:39'),(78155,28962,'action complete via WP Cron','2021-02-04 04:46:39','2021-02-03 20:46:39'),(78156,28963,'action created','2021-02-04 04:48:51','2021-02-03 20:48:51'),(78160,28964,'action started via WP Cron','2021-02-04 04:56:27','2021-02-03 20:56:27'),(78161,28964,'action complete via WP Cron','2021-02-04 04:56:27','2021-02-03 20:56:27'),(78162,28965,'action created','2021-02-04 04:56:28','2021-02-03 20:56:28'),(78163,28965,'action started via WP Cron','2021-02-04 05:05:47','2021-02-03 21:05:47'),(78164,28965,'action complete via WP Cron','2021-02-04 05:05:47','2021-02-03 21:05:47'),(78165,28966,'action created','2021-02-04 05:05:47','2021-02-03 21:05:47'),(78166,28966,'action started via WP Cron','2021-02-04 05:08:15','2021-02-03 21:08:15'),(78167,28966,'action complete via WP Cron','2021-02-04 05:08:15','2021-02-03 21:08:15'),(78168,28967,'action created','2021-02-04 05:08:15','2021-02-03 21:08:15'),(78169,28967,'action started via WP Cron','2021-02-04 05:15:10','2021-02-03 21:15:10'),(78170,28967,'action complete via WP Cron','2021-02-04 05:15:10','2021-02-03 21:15:10'),(78171,28968,'action created','2021-02-04 05:15:10','2021-02-03 21:15:10'),(78172,28968,'action started via WP Cron','2021-02-04 05:20:30','2021-02-03 21:20:30'),(78173,28968,'action complete via WP Cron','2021-02-04 05:20:30','2021-02-03 21:20:30'),(78174,28969,'action created','2021-02-04 05:20:30','2021-02-03 21:20:30'),(78175,28969,'action started via WP Cron','2021-02-04 05:21:31','2021-02-03 21:21:31'),(78176,28969,'action complete via WP Cron','2021-02-04 05:21:31','2021-02-03 21:21:31'),(78177,28970,'action created','2021-02-04 05:21:31','2021-02-03 21:21:31'),(78178,28970,'action started via WP Cron','2021-02-04 05:21:44','2021-02-03 21:21:44'),(78179,28970,'action complete via WP Cron','2021-02-04 05:21:44','2021-02-03 21:21:44'),(78180,28971,'action created','2021-02-04 05:21:45','2021-02-03 21:21:45'),(78181,28971,'action started via WP Cron','2021-02-04 05:26:19','2021-02-03 21:26:19'),(78182,28971,'action complete via WP Cron','2021-02-04 05:26:19','2021-02-03 21:26:19'),(78183,28972,'action created','2021-02-04 05:26:19','2021-02-03 21:26:19'),(78184,28972,'action started via WP Cron','2021-02-04 05:40:01','2021-02-03 21:40:01'),(78185,28972,'action complete via WP Cron','2021-02-04 05:40:01','2021-02-03 21:40:01'),(78186,28973,'action created','2021-02-04 05:40:01','2021-02-03 21:40:01'),(78187,28973,'action started via WP Cron','2021-02-04 05:44:03','2021-02-03 21:44:03'),(78188,28973,'action complete via WP Cron','2021-02-04 05:44:03','2021-02-03 21:44:03'),(78189,28974,'action created','2021-02-04 05:44:03','2021-02-03 21:44:03'),(78190,28974,'action started via WP Cron','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78191,28974,'action complete via WP Cron','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78192,28290,'action started via WP Cron','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78193,28290,'action complete via WP Cron','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78194,28975,'action created','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78195,28976,'action created','2021-02-04 05:48:53','2021-02-03 21:48:53'),(78196,28976,'action started via WP Cron','2021-02-04 05:50:46','2021-02-03 21:50:46'),(78197,28976,'action complete via WP Cron','2021-02-04 05:50:46','2021-02-03 21:50:46'),(78198,28977,'action created','2021-02-04 05:50:46','2021-02-03 21:50:46'),(78199,28977,'action started via WP Cron','2021-02-04 05:51:48','2021-02-03 21:51:48'),(78200,28977,'action complete via WP Cron','2021-02-04 05:51:48','2021-02-03 21:51:48'),(78201,28978,'action created','2021-02-04 05:51:48','2021-02-03 21:51:48'),(78202,28978,'action started via WP Cron','2021-02-04 05:52:43','2021-02-03 21:52:43'),(78203,28978,'action complete via WP Cron','2021-02-04 05:52:43','2021-02-03 21:52:43'),(78204,28979,'action created','2021-02-04 05:52:43','2021-02-03 21:52:43'),(78205,28979,'action started via WP Cron','2021-02-04 05:53:50','2021-02-03 21:53:50'),(78206,28979,'action complete via WP Cron','2021-02-04 05:53:50','2021-02-03 21:53:50'),(78207,28980,'action created','2021-02-04 05:53:50','2021-02-03 21:53:50'),(78208,28980,'action started via WP Cron','2021-02-04 05:54:57','2021-02-03 21:54:57'),(78209,28980,'action complete via WP Cron','2021-02-04 05:54:57','2021-02-03 21:54:57'),(78210,28981,'action created','2021-02-04 05:54:57','2021-02-03 21:54:57'),(78211,28981,'action started via WP Cron','2021-02-04 05:55:42','2021-02-03 21:55:42'),(78212,28981,'action complete via WP Cron','2021-02-04 05:55:42','2021-02-03 21:55:42'),(78213,28982,'action created','2021-02-04 05:55:42','2021-02-03 21:55:42'),(78214,28982,'action started via WP Cron','2021-02-04 05:56:42','2021-02-03 21:56:42'),(78215,28982,'action complete via WP Cron','2021-02-04 05:56:42','2021-02-03 21:56:42'),(78216,28983,'action created','2021-02-04 05:56:42','2021-02-03 21:56:42'),(78217,28983,'action started via WP Cron','2021-02-04 05:57:43','2021-02-03 21:57:43'),(78218,28983,'action complete via WP Cron','2021-02-04 05:57:43','2021-02-03 21:57:43'),(78219,28984,'action created','2021-02-04 05:57:43','2021-02-03 21:57:43'),(78220,28984,'action started via WP Cron','2021-02-04 05:59:07','2021-02-03 21:59:07'),(78221,28984,'action complete via WP Cron','2021-02-04 05:59:07','2021-02-03 21:59:07'),(78222,28985,'action created','2021-02-04 05:59:07','2021-02-03 21:59:07'),(78223,28985,'action started via WP Cron','2021-02-04 05:59:52','2021-02-03 21:59:52'),(78224,28985,'action complete via WP Cron','2021-02-04 05:59:53','2021-02-03 21:59:53'),(78225,28986,'action created','2021-02-04 05:59:53','2021-02-03 21:59:53'),(78226,28986,'action started via WP Cron','2021-02-04 06:00:41','2021-02-03 22:00:41'),(78227,28986,'action complete via WP Cron','2021-02-04 06:00:41','2021-02-03 22:00:41'),(78228,28987,'action created','2021-02-04 06:00:41','2021-02-03 22:00:41'),(78229,28987,'action started via WP Cron','2021-02-04 06:01:54','2021-02-03 22:01:54'),(78230,28987,'action complete via WP Cron','2021-02-04 06:01:54','2021-02-03 22:01:54'),(78231,28988,'action created','2021-02-04 06:01:55','2021-02-03 22:01:55'),(78232,28988,'action started via WP Cron','2021-02-04 06:02:53','2021-02-03 22:02:53'),(78233,28988,'action complete via WP Cron','2021-02-04 06:02:53','2021-02-03 22:02:53'),(78234,28989,'action created','2021-02-04 06:02:54','2021-02-03 22:02:54'),(78235,28989,'action started via WP Cron','2021-02-04 06:03:45','2021-02-03 22:03:45'),(78236,28989,'action complete via WP Cron','2021-02-04 06:03:45','2021-02-03 22:03:45'),(78237,28990,'action created','2021-02-04 06:03:45','2021-02-03 22:03:45'),(78238,28990,'action started via WP Cron','2021-02-04 06:04:49','2021-02-03 22:04:49'),(78239,28990,'action complete via WP Cron','2021-02-04 06:04:49','2021-02-03 22:04:49'),(78240,28991,'action created','2021-02-04 06:04:50','2021-02-03 22:04:50'),(78241,28991,'action started via WP Cron','2021-02-04 06:05:42','2021-02-03 22:05:42'),(78242,28991,'action complete via WP Cron','2021-02-04 06:05:42','2021-02-03 22:05:42'),(78243,28992,'action created','2021-02-04 06:05:42','2021-02-03 22:05:42'),(78244,28992,'action started via WP Cron','2021-02-04 06:06:45','2021-02-03 22:06:45'),(78245,28992,'action complete via WP Cron','2021-02-04 06:06:45','2021-02-03 22:06:45'),(78246,28993,'action created','2021-02-04 06:06:45','2021-02-03 22:06:45'),(78247,28993,'action started via WP Cron','2021-02-04 06:07:44','2021-02-03 22:07:44'),(78248,28993,'action complete via WP Cron','2021-02-04 06:07:44','2021-02-03 22:07:44'),(78249,28994,'action created','2021-02-04 06:07:44','2021-02-03 22:07:44'),(78250,28994,'action started via WP Cron','2021-02-04 06:08:47','2021-02-03 22:08:47'),(78251,28994,'action complete via WP Cron','2021-02-04 06:08:47','2021-02-03 22:08:47'),(78252,28995,'action created','2021-02-04 06:08:48','2021-02-03 22:08:48'),(78253,28995,'action started via WP Cron','2021-02-04 06:09:50','2021-02-03 22:09:50'),(78254,28995,'action complete via WP Cron','2021-02-04 06:09:50','2021-02-03 22:09:50'),(78255,28996,'action created','2021-02-04 06:09:50','2021-02-03 22:09:50'),(78256,28996,'action started via WP Cron','2021-02-04 06:10:48','2021-02-03 22:10:48'),(78257,28996,'action complete via WP Cron','2021-02-04 06:10:48','2021-02-03 22:10:48'),(78258,28997,'action created','2021-02-04 06:10:48','2021-02-03 22:10:48'),(78259,28997,'action started via WP Cron','2021-02-04 06:11:57','2021-02-03 22:11:57'),(78260,28997,'action complete via WP Cron','2021-02-04 06:11:57','2021-02-03 22:11:57'),(78261,28998,'action created','2021-02-04 06:11:57','2021-02-03 22:11:57'),(78262,28998,'action started via WP Cron','2021-02-04 06:12:51','2021-02-03 22:12:51'),(78263,28998,'action complete via WP Cron','2021-02-04 06:12:51','2021-02-03 22:12:51'),(78264,28999,'action created','2021-02-04 06:12:51','2021-02-03 22:12:51'),(78265,28999,'action started via WP Cron','2021-02-04 06:13:54','2021-02-03 22:13:54'),(78266,28999,'action complete via WP Cron','2021-02-04 06:13:54','2021-02-03 22:13:54'),(78267,29000,'action created','2021-02-04 06:13:54','2021-02-03 22:13:54'),(78268,29000,'action started via WP Cron','2021-02-04 06:14:53','2021-02-03 22:14:53'),(78269,29000,'action complete via WP Cron','2021-02-04 06:14:53','2021-02-03 22:14:53'),(78270,29001,'action created','2021-02-04 06:14:53','2021-02-03 22:14:53'),(78271,29001,'action started via WP Cron','2021-02-04 06:15:47','2021-02-03 22:15:47'),(78272,29001,'action complete via WP Cron','2021-02-04 06:15:47','2021-02-03 22:15:47'),(78273,29002,'action created','2021-02-04 06:15:47','2021-02-03 22:15:47'),(78274,29002,'action started via WP Cron','2021-02-04 06:16:54','2021-02-03 22:16:54'),(78275,29002,'action complete via WP Cron','2021-02-04 06:16:54','2021-02-03 22:16:54'),(78276,29003,'action created','2021-02-04 06:16:54','2021-02-03 22:16:54'),(78277,29003,'action started via WP Cron','2021-02-04 06:17:47','2021-02-03 22:17:47'),(78278,29003,'action complete via WP Cron','2021-02-04 06:17:47','2021-02-03 22:17:47'),(78279,29004,'action created','2021-02-04 06:17:47','2021-02-03 22:17:47'),(78280,29004,'action started via WP Cron','2021-02-04 06:18:47','2021-02-03 22:18:47'),(78281,29004,'action complete via WP Cron','2021-02-04 06:18:47','2021-02-03 22:18:47'),(78282,29005,'action created','2021-02-04 06:18:47','2021-02-03 22:18:47'),(78283,29005,'action started via WP Cron','2021-02-04 06:19:46','2021-02-03 22:19:46'),(78284,29005,'action complete via WP Cron','2021-02-04 06:19:46','2021-02-03 22:19:46'),(78285,29006,'action created','2021-02-04 06:19:46','2021-02-03 22:19:46'),(78286,29006,'action started via WP Cron','2021-02-04 06:20:57','2021-02-03 22:20:57'),(78287,29006,'action complete via WP Cron','2021-02-04 06:20:57','2021-02-03 22:20:57'),(78288,29007,'action created','2021-02-04 06:20:57','2021-02-03 22:20:57'),(78289,29007,'action started via WP Cron','2021-02-04 06:21:52','2021-02-03 22:21:52'),(78290,29007,'action complete via WP Cron','2021-02-04 06:21:52','2021-02-03 22:21:52'),(78291,29008,'action created','2021-02-04 06:21:52','2021-02-03 22:21:52'),(78292,29008,'action started via WP Cron','2021-02-04 06:22:43','2021-02-03 22:22:43'),(78293,29008,'action complete via WP Cron','2021-02-04 06:22:43','2021-02-03 22:22:43'),(78294,29009,'action created','2021-02-04 06:22:43','2021-02-03 22:22:43'),(78295,29009,'action started via WP Cron','2021-02-04 06:25:36','2021-02-03 22:25:36'),(78296,29009,'action complete via WP Cron','2021-02-04 06:25:36','2021-02-03 22:25:36'),(78297,29010,'action created','2021-02-04 06:25:36','2021-02-03 22:25:36'),(78298,29010,'action started via WP Cron','2021-02-04 06:37:11','2021-02-03 22:37:11'),(78299,29010,'action complete via WP Cron','2021-02-04 06:37:11','2021-02-03 22:37:11'),(78300,29011,'action created','2021-02-04 06:37:11','2021-02-03 22:37:11'),(78301,29011,'action started via WP Cron','2021-02-04 06:50:40','2021-02-03 22:50:40'),(78302,29011,'action complete via WP Cron','2021-02-04 06:50:40','2021-02-03 22:50:40'),(78303,29012,'action created','2021-02-04 06:50:40','2021-02-03 22:50:40'),(78304,29012,'action started via WP Cron','2021-02-04 06:54:43','2021-02-03 22:54:43'),(78305,29012,'action complete via WP Cron','2021-02-04 06:54:43','2021-02-03 22:54:43'),(78306,29013,'action created','2021-02-04 06:54:43','2021-02-03 22:54:43'),(78307,29013,'action started via WP Cron','2021-02-04 06:56:26','2021-02-03 22:56:26'),(78308,29013,'action complete via WP Cron','2021-02-04 06:56:26','2021-02-03 22:56:26'),(78309,29014,'action created','2021-02-04 06:56:26','2021-02-03 22:56:26'),(78313,29015,'action started via WP Cron','2021-02-04 07:08:45','2021-02-03 23:08:45'),(78314,29015,'action complete via WP Cron','2021-02-04 07:08:45','2021-02-03 23:08:45'),(78315,29016,'action created','2021-02-04 07:08:56','2021-02-03 23:08:56'),(78316,29016,'action started via WP Cron','2021-02-04 07:17:46','2021-02-03 23:17:46'),(78317,29016,'action complete via WP Cron','2021-02-04 07:17:46','2021-02-03 23:17:46'),(78318,29017,'action created','2021-02-04 07:18:23','2021-02-03 23:18:23'),(78319,29017,'action started via WP Cron','2021-02-04 07:19:03','2021-02-03 23:19:03'),(78320,29017,'action complete via WP Cron','2021-02-04 07:19:03','2021-02-03 23:19:03'),(78321,29018,'action created','2021-02-04 07:19:34','2021-02-03 23:19:34'),(78322,29018,'action started via WP Cron','2021-02-04 07:19:52','2021-02-03 23:19:52'),(78323,29018,'action complete via WP Cron','2021-02-04 07:19:52','2021-02-03 23:19:52'),(78324,29019,'action created','2021-02-04 07:19:52','2021-02-03 23:19:52'),(78325,29019,'action started via WP Cron','2021-02-04 07:23:12','2021-02-03 23:23:12'),(78326,29019,'action complete via WP Cron','2021-02-04 07:23:12','2021-02-03 23:23:12'),(78327,29020,'action created','2021-02-04 07:23:12','2021-02-03 23:23:12'),(78328,29020,'action started via WP Cron','2021-02-04 07:27:58','2021-02-03 23:27:58'),(78329,29020,'action complete via WP Cron','2021-02-04 07:27:58','2021-02-03 23:27:58'),(78330,29021,'action created','2021-02-04 07:27:59','2021-02-03 23:27:59'),(78331,29021,'action started via WP Cron','2021-02-04 07:30:38','2021-02-03 23:30:38'),(78332,29021,'action complete via WP Cron','2021-02-04 07:30:38','2021-02-03 23:30:38'),(78333,29022,'action created','2021-02-04 07:30:38','2021-02-03 23:30:38'),(78334,29022,'action started via WP Cron','2021-02-04 07:36:36','2021-02-03 23:36:36'),(78335,29022,'action complete via WP Cron','2021-02-04 07:36:36','2021-02-03 23:36:36'),(78336,29023,'action created','2021-02-04 07:36:36','2021-02-03 23:36:36'),(78337,29023,'action started via WP Cron','2021-02-04 07:45:48','2021-02-03 23:45:48'),(78338,29023,'action complete via WP Cron','2021-02-04 07:45:48','2021-02-03 23:45:48'),(78339,29024,'action created','2021-02-04 07:45:48','2021-02-03 23:45:48'),(78340,29024,'action started via WP Cron','2021-02-04 07:47:12','2021-02-03 23:47:12'),(78341,29024,'action complete via WP Cron','2021-02-04 07:47:12','2021-02-03 23:47:12'),(78342,29025,'action created','2021-02-04 07:47:12','2021-02-03 23:47:12'),(78343,29025,'action started via WP Cron','2021-02-04 07:48:15','2021-02-03 23:48:15'),(78344,29025,'action complete via WP Cron','2021-02-04 07:48:15','2021-02-03 23:48:15'),(78345,29026,'action created','2021-02-04 07:48:15','2021-02-03 23:48:15'),(78346,29026,'action started via WP Cron','2021-02-04 07:50:19','2021-02-03 23:50:19'),(78347,29026,'action complete via WP Cron','2021-02-04 07:50:19','2021-02-03 23:50:19'),(78348,29027,'action created','2021-02-04 07:50:19','2021-02-03 23:50:19'),(78349,29027,'action started via WP Cron','2021-02-04 07:51:20','2021-02-03 23:51:20'),(78350,29027,'action complete via WP Cron','2021-02-04 07:51:20','2021-02-03 23:51:20'),(78351,29028,'action created','2021-02-04 07:51:20','2021-02-03 23:51:20'),(78352,29028,'action started via WP Cron','2021-02-04 07:52:21','2021-02-03 23:52:21'),(78353,29028,'action complete via WP Cron','2021-02-04 07:52:21','2021-02-03 23:52:21'),(78354,29029,'action created','2021-02-04 07:52:21','2021-02-03 23:52:21'),(78355,29029,'action started via WP Cron','2021-02-04 07:54:27','2021-02-03 23:54:27'),(78356,29029,'action complete via WP Cron','2021-02-04 07:54:27','2021-02-03 23:54:27'),(78357,29030,'action created','2021-02-04 07:54:27','2021-02-03 23:54:27'),(78358,29030,'action started via WP Cron','2021-02-04 08:01:05','2021-02-04 00:01:05'),(78359,29030,'action complete via WP Cron','2021-02-04 08:01:05','2021-02-04 00:01:05'),(78360,29031,'action created','2021-02-04 08:01:05','2021-02-04 00:01:05'),(78361,29031,'action started via WP Cron','2021-02-04 08:02:15','2021-02-04 00:02:15'),(78362,29031,'action complete via WP Cron','2021-02-04 08:02:15','2021-02-04 00:02:15'),(78363,29032,'action created','2021-02-04 08:02:15','2021-02-04 00:02:15'),(78364,29032,'action started via WP Cron','2021-02-04 08:03:15','2021-02-04 00:03:15'),(78365,29032,'action complete via WP Cron','2021-02-04 08:03:15','2021-02-04 00:03:15'),(78366,29033,'action created','2021-02-04 08:03:15','2021-02-04 00:03:15'),(78367,29033,'action started via WP Cron','2021-02-04 08:05:16','2021-02-04 00:05:16'),(78368,29033,'action complete via WP Cron','2021-02-04 08:05:16','2021-02-04 00:05:16'),(78369,29034,'action created','2021-02-04 08:05:16','2021-02-04 00:05:16'),(78370,29034,'action started via WP Cron','2021-02-04 08:06:18','2021-02-04 00:06:18'),(78371,29034,'action complete via WP Cron','2021-02-04 08:06:18','2021-02-04 00:06:18'),(78372,29035,'action created','2021-02-04 08:06:18','2021-02-04 00:06:18'),(78373,29035,'action started via WP Cron','2021-02-04 08:07:18','2021-02-04 00:07:18'),(78374,29035,'action complete via WP Cron','2021-02-04 08:07:18','2021-02-04 00:07:18'),(78375,29036,'action created','2021-02-04 08:07:18','2021-02-04 00:07:18'),(78376,29036,'action started via WP Cron','2021-02-04 08:07:43','2021-02-04 00:07:43'),(78377,29036,'action complete via WP Cron','2021-02-04 08:07:43','2021-02-04 00:07:43'),(78378,29037,'action created','2021-02-04 08:07:43','2021-02-04 00:07:43'),(78379,29037,'action started via WP Cron','2021-02-04 08:10:50','2021-02-04 00:10:50'),(78380,29037,'action complete via WP Cron','2021-02-04 08:10:50','2021-02-04 00:10:50'),(78381,29038,'action created','2021-02-04 08:10:50','2021-02-04 00:10:50'),(78382,29038,'action started via WP Cron','2021-02-04 08:16:55','2021-02-04 00:16:55'),(78383,29038,'action complete via WP Cron','2021-02-04 08:16:55','2021-02-04 00:16:55'),(78384,29039,'action created','2021-02-04 08:16:55','2021-02-04 00:16:55'),(78385,29039,'action started via WP Cron','2021-02-04 08:26:29','2021-02-04 00:26:29'),(78386,29039,'action complete via WP Cron','2021-02-04 08:26:29','2021-02-04 00:26:29'),(78387,29040,'action created','2021-02-04 08:26:30','2021-02-04 00:26:30'),(78388,29040,'action started via WP Cron','2021-02-04 08:28:08','2021-02-04 00:28:08'),(78389,29040,'action complete via WP Cron','2021-02-04 08:28:08','2021-02-04 00:28:08'),(78390,29041,'action created','2021-02-04 08:28:08','2021-02-04 00:28:08'),(78391,29041,'action started via WP Cron','2021-02-04 08:29:36','2021-02-04 00:29:36'),(78392,29041,'action complete via WP Cron','2021-02-04 08:29:36','2021-02-04 00:29:36'),(78393,29042,'action created','2021-02-04 08:29:36','2021-02-04 00:29:36'),(78394,29042,'action started via WP Cron','2021-02-04 08:36:05','2021-02-04 00:36:05'),(78395,29042,'action complete via WP Cron','2021-02-04 08:36:05','2021-02-04 00:36:05'),(78396,29043,'action created','2021-02-04 08:36:05','2021-02-04 00:36:05'),(78397,29043,'action started via WP Cron','2021-02-04 08:48:13','2021-02-04 00:48:13'),(78398,29043,'action complete via WP Cron','2021-02-04 08:48:13','2021-02-04 00:48:13'),(78399,29044,'action created','2021-02-04 08:48:13','2021-02-04 00:48:13'),(78400,29044,'action started via WP Cron','2021-02-04 08:48:51','2021-02-04 00:48:51'),(78401,29044,'action complete via WP Cron','2021-02-04 08:48:51','2021-02-04 00:48:51'),(78402,29045,'action created','2021-02-04 08:48:51','2021-02-04 00:48:51'),(78403,29045,'action started via WP Cron','2021-02-04 08:50:38','2021-02-04 00:50:38'),(78404,29045,'action complete via WP Cron','2021-02-04 08:50:38','2021-02-04 00:50:38'),(78405,29046,'action created','2021-02-04 08:50:38','2021-02-04 00:50:38'),(78406,29046,'action started via WP Cron','2021-02-04 08:51:01','2021-02-04 00:51:01'),(78407,29046,'action complete via WP Cron','2021-02-04 08:51:01','2021-02-04 00:51:01'),(78408,29047,'action created','2021-02-04 08:51:01','2021-02-04 00:51:01'),(78409,29047,'action started via WP Cron','2021-02-04 08:57:41','2021-02-04 00:57:41'),(78410,29047,'action complete via WP Cron','2021-02-04 08:57:41','2021-02-04 00:57:41'),(78414,29049,'action created','2021-02-04 08:57:41','2021-02-04 00:57:41'),(78415,29049,'action started via WP Cron','2021-02-04 09:04:31','2021-02-04 01:04:31'),(78416,29049,'action complete via WP Cron','2021-02-04 09:04:31','2021-02-04 01:04:31'),(78417,29050,'action created','2021-02-04 09:04:31','2021-02-04 01:04:31'),(78418,29050,'action started via WP Cron','2021-02-04 09:06:35','2021-02-04 01:06:35'),(78419,29050,'action complete via WP Cron','2021-02-04 09:06:35','2021-02-04 01:06:35'),(78420,29051,'action created','2021-02-04 09:06:35','2021-02-04 01:06:35'),(78421,29051,'action started via WP Cron','2021-02-04 09:11:42','2021-02-04 01:11:42'),(78422,29051,'action complete via WP Cron','2021-02-04 09:11:42','2021-02-04 01:11:42'),(78423,29052,'action created','2021-02-04 09:11:42','2021-02-04 01:11:42'),(78424,29052,'action started via WP Cron','2021-02-04 09:18:03','2021-02-04 01:18:03'),(78425,29052,'action complete via WP Cron','2021-02-04 09:18:03','2021-02-04 01:18:03'),(78426,29053,'action created','2021-02-04 09:18:03','2021-02-04 01:18:03'),(78427,29053,'action started via WP Cron','2021-02-04 09:29:56','2021-02-04 01:29:56'),(78428,29053,'action complete via WP Cron','2021-02-04 09:29:56','2021-02-04 01:29:56'),(78429,29054,'action created','2021-02-04 09:29:56','2021-02-04 01:29:56'),(78430,29054,'action started via WP Cron','2021-02-04 09:32:24','2021-02-04 01:32:24'),(78431,29054,'action complete via WP Cron','2021-02-04 09:32:24','2021-02-04 01:32:24'),(78432,29055,'action created','2021-02-04 09:32:24','2021-02-04 01:32:24'),(78433,29055,'action started via WP Cron','2021-02-04 09:33:31','2021-02-04 01:33:31'),(78434,29055,'action complete via WP Cron','2021-02-04 09:33:31','2021-02-04 01:33:31'),(78435,29056,'action created','2021-02-04 09:33:31','2021-02-04 01:33:31'),(78436,29056,'action started via WP Cron','2021-02-04 09:33:41','2021-02-04 01:33:41'),(78437,29056,'action complete via WP Cron','2021-02-04 09:33:41','2021-02-04 01:33:41'),(78438,29057,'action created','2021-02-04 09:33:41','2021-02-04 01:33:41'),(78439,29057,'action started via WP Cron','2021-02-04 09:34:43','2021-02-04 01:34:43'),(78440,29057,'action complete via WP Cron','2021-02-04 09:34:43','2021-02-04 01:34:43'),(78441,29058,'action created','2021-02-04 09:34:43','2021-02-04 01:34:43'),(78442,29058,'action started via WP Cron','2021-02-04 09:35:43','2021-02-04 01:35:43'),(78443,29058,'action complete via WP Cron','2021-02-04 09:35:43','2021-02-04 01:35:43'),(78444,29059,'action created','2021-02-04 09:35:43','2021-02-04 01:35:43'),(78445,29059,'action started via WP Cron','2021-02-04 09:37:45','2021-02-04 01:37:45'),(78446,29059,'action complete via WP Cron','2021-02-04 09:37:45','2021-02-04 01:37:45'),(78447,29060,'action created','2021-02-04 09:37:45','2021-02-04 01:37:45'),(78448,29060,'action started via WP Cron','2021-02-04 09:38:46','2021-02-04 01:38:46'),(78449,29060,'action complete via WP Cron','2021-02-04 09:38:46','2021-02-04 01:38:46'),(78450,29061,'action created','2021-02-04 09:38:46','2021-02-04 01:38:46'),(78451,29061,'action started via WP Cron','2021-02-04 09:39:47','2021-02-04 01:39:47'),(78452,29061,'action complete via WP Cron','2021-02-04 09:39:47','2021-02-04 01:39:47'),(78453,29062,'action created','2021-02-04 09:39:47','2021-02-04 01:39:47'),(78454,29062,'action started via WP Cron','2021-02-04 09:45:52','2021-02-04 01:45:52'),(78455,29062,'action complete via WP Cron','2021-02-04 09:45:52','2021-02-04 01:45:52'),(78456,29063,'action created','2021-02-04 09:45:52','2021-02-04 01:45:52'),(78457,29063,'action started via WP Cron','2021-02-04 09:52:11','2021-02-04 01:52:11'),(78458,29063,'action complete via WP Cron','2021-02-04 09:52:11','2021-02-04 01:52:11'),(78459,29064,'action created','2021-02-04 09:52:11','2021-02-04 01:52:11'),(78460,29064,'action started via WP Cron','2021-02-04 09:56:10','2021-02-04 01:56:10'),(78461,29064,'action complete via WP Cron','2021-02-04 09:56:10','2021-02-04 01:56:10'),(78462,29065,'action created','2021-02-04 09:56:10','2021-02-04 01:56:10'),(78463,29065,'action started via WP Cron','2021-02-04 10:01:33','2021-02-04 02:01:33'),(78464,29065,'action complete via WP Cron','2021-02-04 10:01:33','2021-02-04 02:01:33'),(78465,29066,'action created','2021-02-04 10:01:33','2021-02-04 02:01:33'),(78466,29066,'action started via WP Cron','2021-02-04 10:07:27','2021-02-04 02:07:27'),(78467,29066,'action complete via WP Cron','2021-02-04 10:07:27','2021-02-04 02:07:27'),(78468,29067,'action created','2021-02-04 10:07:27','2021-02-04 02:07:27'),(78469,29067,'action started via WP Cron','2021-02-04 10:15:28','2021-02-04 02:15:28'),(78470,29067,'action complete via WP Cron','2021-02-04 10:15:28','2021-02-04 02:15:28'),(78471,29068,'action created','2021-02-04 10:15:28','2021-02-04 02:15:28'),(78472,29068,'action started via WP Cron','2021-02-04 10:20:46','2021-02-04 02:20:46'),(78473,29068,'action complete via WP Cron','2021-02-04 10:20:46','2021-02-04 02:20:46'),(78474,29069,'action created','2021-02-04 10:20:46','2021-02-04 02:20:46'),(78475,29069,'action started via WP Cron','2021-02-04 10:21:53','2021-02-04 02:21:53'),(78476,29069,'action complete via WP Cron','2021-02-04 10:21:53','2021-02-04 02:21:53'),(78477,29070,'action created','2021-02-04 10:21:53','2021-02-04 02:21:53'),(78478,29070,'action started via WP Cron','2021-02-04 10:22:55','2021-02-04 02:22:55'),(78479,29070,'action complete via WP Cron','2021-02-04 10:22:55','2021-02-04 02:22:55'),(78480,29071,'action created','2021-02-04 10:22:55','2021-02-04 02:22:55'),(78481,29071,'action started via WP Cron','2021-02-04 10:24:57','2021-02-04 02:24:57'),(78482,29071,'action complete via WP Cron','2021-02-04 10:24:57','2021-02-04 02:24:57'),(78483,29072,'action created','2021-02-04 10:24:57','2021-02-04 02:24:57'),(78484,29072,'action started via WP Cron','2021-02-04 10:25:57','2021-02-04 02:25:57'),(78485,29072,'action complete via WP Cron','2021-02-04 10:25:57','2021-02-04 02:25:57'),(78486,29073,'action created','2021-02-04 10:25:58','2021-02-04 02:25:58'),(78487,29073,'action started via WP Cron','2021-02-04 10:26:58','2021-02-04 02:26:58'),(78488,29073,'action complete via WP Cron','2021-02-04 10:26:58','2021-02-04 02:26:58'),(78489,29074,'action created','2021-02-04 10:26:59','2021-02-04 02:26:59'),(78490,29074,'action started via WP Cron','2021-02-04 10:31:46','2021-02-04 02:31:46'),(78491,29074,'action complete via WP Cron','2021-02-04 10:31:46','2021-02-04 02:31:46'),(78492,29075,'action created','2021-02-04 10:31:46','2021-02-04 02:31:46'),(78493,29075,'action started via WP Cron','2021-02-04 10:36:53','2021-02-04 02:36:53'),(78494,29075,'action complete via WP Cron','2021-02-04 10:36:53','2021-02-04 02:36:53'),(78495,29076,'action created','2021-02-04 10:36:53','2021-02-04 02:36:53'),(78496,29076,'action started via WP Cron','2021-02-04 10:37:53','2021-02-04 02:37:53'),(78497,29076,'action complete via WP Cron','2021-02-04 10:37:53','2021-02-04 02:37:53'),(78498,29077,'action created','2021-02-04 10:37:53','2021-02-04 02:37:53'),(78499,29077,'action started via WP Cron','2021-02-04 10:38:55','2021-02-04 02:38:55'),(78500,29077,'action complete via WP Cron','2021-02-04 10:38:55','2021-02-04 02:38:55'),(78501,29078,'action created','2021-02-04 10:38:55','2021-02-04 02:38:55'),(78502,29078,'action started via WP Cron','2021-02-04 10:39:55','2021-02-04 02:39:55'),(78503,29078,'action complete via WP Cron','2021-02-04 10:39:55','2021-02-04 02:39:55'),(78504,29079,'action created','2021-02-04 10:39:55','2021-02-04 02:39:55'),(78505,29079,'action started via WP Cron','2021-02-04 10:40:47','2021-02-04 02:40:47'),(78506,29079,'action complete via WP Cron','2021-02-04 10:40:47','2021-02-04 02:40:47'),(78507,29080,'action created','2021-02-04 10:40:47','2021-02-04 02:40:47'),(78508,29080,'action started via WP Cron','2021-02-04 10:41:48','2021-02-04 02:41:48'),(78509,29080,'action complete via WP Cron','2021-02-04 10:41:48','2021-02-04 02:41:48'),(78510,29081,'action created','2021-02-04 10:41:48','2021-02-04 02:41:48'),(78511,29081,'action started via WP Cron','2021-02-04 10:42:49','2021-02-04 02:42:49'),(78512,29081,'action complete via WP Cron','2021-02-04 10:42:49','2021-02-04 02:42:49'),(78513,29082,'action created','2021-02-04 10:42:49','2021-02-04 02:42:49'),(78514,29082,'action started via WP Cron','2021-02-04 10:45:30','2021-02-04 02:45:30'),(78515,29082,'action complete via WP Cron','2021-02-04 10:45:30','2021-02-04 02:45:30'),(78516,29083,'action created','2021-02-04 10:45:30','2021-02-04 02:45:30'),(78517,29083,'action started via WP Cron','2021-02-04 10:46:30','2021-02-04 02:46:30'),(78518,29083,'action complete via WP Cron','2021-02-04 10:46:30','2021-02-04 02:46:30'),(78519,29084,'action created','2021-02-04 10:46:30','2021-02-04 02:46:30'),(78520,29084,'action started via WP Cron','2021-02-04 10:47:27','2021-02-04 02:47:27'),(78521,29084,'action complete via WP Cron','2021-02-04 10:47:27','2021-02-04 02:47:27'),(78522,29085,'action created','2021-02-04 10:47:27','2021-02-04 02:47:27'),(78523,29085,'action started via WP Cron','2021-02-04 10:49:35','2021-02-04 02:49:35'),(78524,29085,'action complete via WP Cron','2021-02-04 10:49:35','2021-02-04 02:49:35'),(78525,29086,'action created','2021-02-04 10:49:35','2021-02-04 02:49:35'),(78526,29086,'action started via WP Cron','2021-02-04 10:55:57','2021-02-04 02:55:57'),(78527,29086,'action complete via WP Cron','2021-02-04 10:55:57','2021-02-04 02:55:57'),(78528,29087,'action created','2021-02-04 10:55:57','2021-02-04 02:55:57'),(78529,29087,'action started via WP Cron','2021-02-04 10:56:47','2021-02-04 02:56:47'),(78530,29087,'action complete via WP Cron','2021-02-04 10:56:47','2021-02-04 02:56:47'),(78531,29088,'action created','2021-02-04 10:56:47','2021-02-04 02:56:47'),(78532,29088,'action started via WP Cron','2021-02-04 10:57:48','2021-02-04 02:57:48'),(78533,29088,'action complete via WP Cron','2021-02-04 10:57:48','2021-02-04 02:57:48'),(78534,29089,'action created','2021-02-04 10:57:48','2021-02-04 02:57:48'),(78535,29089,'action started via WP Cron','2021-02-04 10:58:43','2021-02-04 02:58:43'),(78536,29089,'action complete via WP Cron','2021-02-04 10:58:43','2021-02-04 02:58:43'),(78537,29090,'action created','2021-02-04 10:58:43','2021-02-04 02:58:43'),(78538,29090,'action started via WP Cron','2021-02-04 10:59:43','2021-02-04 02:59:43'),(78539,29090,'action complete via WP Cron','2021-02-04 10:59:43','2021-02-04 02:59:43'),(78540,29091,'action created','2021-02-04 10:59:50','2021-02-04 02:59:50'),(78541,29091,'action started via WP Cron','2021-02-04 11:00:41','2021-02-04 03:00:41'),(78542,29091,'action complete via WP Cron','2021-02-04 11:00:41','2021-02-04 03:00:41'),(78543,29092,'action created','2021-02-04 11:00:41','2021-02-04 03:00:41'),(78544,29092,'action started via WP Cron','2021-02-04 11:01:51','2021-02-04 03:01:51'),(78545,29092,'action complete via WP Cron','2021-02-04 11:01:51','2021-02-04 03:01:51'),(78546,29093,'action created','2021-02-04 11:01:51','2021-02-04 03:01:51'),(78547,29093,'action started via WP Cron','2021-02-04 11:02:45','2021-02-04 03:02:45'),(78548,29093,'action complete via WP Cron','2021-02-04 11:02:45','2021-02-04 03:02:45'),(78549,29094,'action created','2021-02-04 11:02:45','2021-02-04 03:02:45'),(78550,29094,'action started via WP Cron','2021-02-04 11:03:45','2021-02-04 03:03:45'),(78551,29094,'action complete via WP Cron','2021-02-04 11:03:45','2021-02-04 03:03:45'),(78552,29095,'action created','2021-02-04 11:03:45','2021-02-04 03:03:45'),(78553,29095,'action started via WP Cron','2021-02-04 11:04:44','2021-02-04 03:04:44'),(78554,29095,'action complete via WP Cron','2021-02-04 11:04:44','2021-02-04 03:04:44'),(78555,29096,'action created','2021-02-04 11:04:44','2021-02-04 03:04:44'),(78556,29096,'action started via WP Cron','2021-02-04 11:05:51','2021-02-04 03:05:51'),(78557,29096,'action complete via WP Cron','2021-02-04 11:05:51','2021-02-04 03:05:51'),(78558,29097,'action created','2021-02-04 11:05:52','2021-02-04 03:05:52'),(78559,29097,'action started via WP Cron','2021-02-04 11:06:56','2021-02-04 03:06:56'),(78560,29097,'action complete via WP Cron','2021-02-04 11:06:56','2021-02-04 03:06:56'),(78561,29098,'action created','2021-02-04 11:06:56','2021-02-04 03:06:56'),(78562,29098,'action started via WP Cron','2021-02-04 11:08:04','2021-02-04 03:08:04'),(78563,29098,'action complete via WP Cron','2021-02-04 11:08:04','2021-02-04 03:08:04'),(78564,29099,'action created','2021-02-04 11:08:04','2021-02-04 03:08:04'),(78565,29099,'action started via WP Cron','2021-02-04 11:08:52','2021-02-04 03:08:52'),(78566,29099,'action complete via WP Cron','2021-02-04 11:08:52','2021-02-04 03:08:52'),(78567,29100,'action created','2021-02-04 11:08:52','2021-02-04 03:08:52'),(78568,29100,'action started via WP Cron','2021-02-04 11:09:52','2021-02-04 03:09:52'),(78569,29100,'action complete via WP Cron','2021-02-04 11:09:52','2021-02-04 03:09:52'),(78570,29101,'action created','2021-02-04 11:09:52','2021-02-04 03:09:52'),(78571,29101,'action started via WP Cron','2021-02-04 11:10:47','2021-02-04 03:10:47'),(78572,29101,'action complete via WP Cron','2021-02-04 11:10:47','2021-02-04 03:10:47'),(78573,29102,'action created','2021-02-04 11:10:47','2021-02-04 03:10:47'),(78574,29102,'action started via WP Cron','2021-02-04 11:11:49','2021-02-04 03:11:49'),(78575,29102,'action complete via WP Cron','2021-02-04 11:11:49','2021-02-04 03:11:49'),(78576,29103,'action created','2021-02-04 11:11:49','2021-02-04 03:11:49'),(78577,29103,'action started via WP Cron','2021-02-04 11:12:43','2021-02-04 03:12:43'),(78578,29103,'action complete via WP Cron','2021-02-04 11:12:43','2021-02-04 03:12:43'),(78579,29104,'action created','2021-02-04 11:12:43','2021-02-04 03:12:43'),(78580,29104,'action started via WP Cron','2021-02-04 11:13:49','2021-02-04 03:13:49'),(78581,29104,'action complete via WP Cron','2021-02-04 11:13:49','2021-02-04 03:13:49'),(78582,29105,'action created','2021-02-04 11:13:49','2021-02-04 03:13:49'),(78583,29105,'action started via WP Cron','2021-02-04 11:14:44','2021-02-04 03:14:44'),(78584,29105,'action complete via WP Cron','2021-02-04 11:14:44','2021-02-04 03:14:44'),(78585,29106,'action created','2021-02-04 11:14:44','2021-02-04 03:14:44'),(78586,29106,'action started via WP Cron','2021-02-04 11:17:00','2021-02-04 03:17:00'),(78587,29106,'action complete via WP Cron','2021-02-04 11:17:00','2021-02-04 03:17:00'),(78588,29107,'action created','2021-02-04 11:17:00','2021-02-04 03:17:00'),(78589,29107,'action started via WP Cron','2021-02-04 11:18:11','2021-02-04 03:18:11'),(78590,29107,'action complete via WP Cron','2021-02-04 11:18:11','2021-02-04 03:18:11'),(78591,29108,'action created','2021-02-04 11:18:11','2021-02-04 03:18:11'),(78592,29108,'action started via WP Cron','2021-02-04 11:20:31','2021-02-04 03:20:31'),(78593,29108,'action complete via WP Cron','2021-02-04 11:20:31','2021-02-04 03:20:31'),(78594,29109,'action created','2021-02-04 11:20:32','2021-02-04 03:20:32'),(78595,29109,'action started via WP Cron','2021-02-04 11:20:50','2021-02-04 03:20:50'),(78596,29109,'action complete via WP Cron','2021-02-04 11:20:50','2021-02-04 03:20:50'),(78597,29110,'action created','2021-02-04 11:20:50','2021-02-04 03:20:50'),(78598,29110,'action started via WP Cron','2021-02-04 11:22:15','2021-02-04 03:22:15'),(78599,29110,'action complete via WP Cron','2021-02-04 11:22:15','2021-02-04 03:22:15'),(78600,29111,'action created','2021-02-04 11:22:15','2021-02-04 03:22:15'),(78601,29111,'action started via WP Cron','2021-02-04 11:27:05','2021-02-04 03:27:05'),(78602,29111,'action complete via WP Cron','2021-02-04 11:27:05','2021-02-04 03:27:05'),(78603,29112,'action created','2021-02-04 11:27:05','2021-02-04 03:27:05'),(78604,29112,'action started via WP Cron','2021-02-04 11:27:59','2021-02-04 03:27:59'),(78605,29112,'action complete via WP Cron','2021-02-04 11:27:59','2021-02-04 03:27:59'),(78606,29113,'action created','2021-02-04 11:27:59','2021-02-04 03:27:59'),(78607,29113,'action started via WP Cron','2021-02-04 11:28:59','2021-02-04 03:28:59'),(78608,29113,'action complete via WP Cron','2021-02-04 11:28:59','2021-02-04 03:28:59'),(78609,29114,'action created','2021-02-04 11:29:00','2021-02-04 03:29:00'),(78610,29114,'action started via WP Cron','2021-02-04 11:36:49','2021-02-04 03:36:49'),(78611,29114,'action complete via WP Cron','2021-02-04 11:36:49','2021-02-04 03:36:49'),(78612,29115,'action created','2021-02-04 11:36:49','2021-02-04 03:36:49'),(78613,29115,'action started via WP Cron','2021-02-04 11:38:06','2021-02-04 03:38:06'),(78614,29115,'action complete via WP Cron','2021-02-04 11:38:06','2021-02-04 03:38:06'),(78615,29116,'action created','2021-02-04 11:38:06','2021-02-04 03:38:06'),(78616,29116,'action started via WP Cron','2021-02-04 11:38:53','2021-02-04 03:38:53'),(78617,29116,'action complete via WP Cron','2021-02-04 11:38:53','2021-02-04 03:38:53'),(78618,29117,'action created','2021-02-04 11:38:53','2021-02-04 03:38:53'),(78619,29117,'action started via WP Cron','2021-02-04 11:40:08','2021-02-04 03:40:08'),(78620,29117,'action complete via WP Cron','2021-02-04 11:40:08','2021-02-04 03:40:08'),(78621,29118,'action created','2021-02-04 11:40:08','2021-02-04 03:40:08'),(78622,29118,'action started via WP Cron','2021-02-04 11:41:12','2021-02-04 03:41:12'),(78623,29118,'action complete via WP Cron','2021-02-04 11:41:12','2021-02-04 03:41:12'),(78624,29119,'action created','2021-02-04 11:41:12','2021-02-04 03:41:12'),(78625,29119,'action started via WP Cron','2021-02-04 11:42:32','2021-02-04 03:42:32'),(78626,29119,'action complete via WP Cron','2021-02-04 11:42:32','2021-02-04 03:42:32'),(78627,29120,'action created','2021-02-04 11:42:32','2021-02-04 03:42:32'),(78628,29120,'action started via WP Cron','2021-02-04 11:43:20','2021-02-04 03:43:20'),(78629,29120,'action complete via WP Cron','2021-02-04 11:43:20','2021-02-04 03:43:20'),(78630,29121,'action created','2021-02-04 11:43:20','2021-02-04 03:43:20'),(78631,29121,'action started via WP Cron','2021-02-04 11:44:20','2021-02-04 03:44:20'),(78632,29121,'action complete via WP Cron','2021-02-04 11:44:20','2021-02-04 03:44:20'),(78633,29122,'action created','2021-02-04 11:44:21','2021-02-04 03:44:21'),(78634,29122,'action started via WP Cron','2021-02-04 11:45:22','2021-02-04 03:45:22'),(78635,29122,'action complete via WP Cron','2021-02-04 11:45:22','2021-02-04 03:45:22'),(78636,29123,'action created','2021-02-04 11:45:22','2021-02-04 03:45:22'),(78637,29123,'action started via WP Cron','2021-02-04 11:50:13','2021-02-04 03:50:13'),(78638,29123,'action complete via WP Cron','2021-02-04 11:50:13','2021-02-04 03:50:13'),(78639,29124,'action created','2021-02-04 11:50:13','2021-02-04 03:50:13'),(78640,29124,'action started via WP Cron','2021-02-04 11:51:13','2021-02-04 03:51:13'),(78641,29124,'action complete via WP Cron','2021-02-04 11:51:13','2021-02-04 03:51:13'),(78642,29125,'action created','2021-02-04 11:51:13','2021-02-04 03:51:13'),(78643,29125,'action started via WP Cron','2021-02-04 11:52:15','2021-02-04 03:52:15'),(78644,29125,'action complete via WP Cron','2021-02-04 11:52:15','2021-02-04 03:52:15'),(78645,29126,'action created','2021-02-04 11:52:15','2021-02-04 03:52:15'),(78646,29126,'action started via WP Cron','2021-02-04 11:53:29','2021-02-04 03:53:29'),(78647,29126,'action complete via WP Cron','2021-02-04 11:53:29','2021-02-04 03:53:29'),(78648,29127,'action created','2021-02-04 11:53:29','2021-02-04 03:53:29'),(78649,29127,'action started via WP Cron','2021-02-04 11:54:16','2021-02-04 03:54:16'),(78650,29127,'action complete via WP Cron','2021-02-04 11:54:16','2021-02-04 03:54:16'),(78651,29128,'action created','2021-02-04 11:54:16','2021-02-04 03:54:16'),(78652,29128,'action started via WP Cron','2021-02-04 11:54:47','2021-02-04 03:54:47'),(78653,29128,'action complete via WP Cron','2021-02-04 11:54:47','2021-02-04 03:54:47'),(78654,29129,'action created','2021-02-04 11:54:49','2021-02-04 03:54:49'),(78655,29129,'action started via WP Cron','2021-02-04 11:55:42','2021-02-04 03:55:42'),(78656,29129,'action complete via WP Cron','2021-02-04 11:55:42','2021-02-04 03:55:42'),(78657,29130,'action created','2021-02-04 11:55:42','2021-02-04 03:55:42'),(78658,29130,'action started via WP Cron','2021-02-04 11:58:29','2021-02-04 03:58:29'),(78659,29130,'action complete via WP Cron','2021-02-04 11:58:29','2021-02-04 03:58:29'),(78660,29131,'action created','2021-02-04 11:58:29','2021-02-04 03:58:29'),(78661,29131,'action started via WP Cron','2021-02-04 11:59:35','2021-02-04 03:59:35'),(78662,29131,'action complete via WP Cron','2021-02-04 11:59:35','2021-02-04 03:59:35'),(78663,29132,'action created','2021-02-04 11:59:35','2021-02-04 03:59:35'),(78664,29132,'action started via WP Cron','2021-02-04 12:00:52','2021-02-04 04:00:52'),(78665,29132,'action complete via WP Cron','2021-02-04 12:00:52','2021-02-04 04:00:52'),(78666,29133,'action created','2021-02-04 12:00:52','2021-02-04 04:00:52'),(78667,29133,'action started via WP Cron','2021-02-04 12:02:22','2021-02-04 04:02:22'),(78668,29133,'action complete via WP Cron','2021-02-04 12:02:22','2021-02-04 04:02:22'),(78669,29134,'action created','2021-02-04 12:02:22','2021-02-04 04:02:22'),(78670,29134,'action started via WP Cron','2021-02-04 12:09:04','2021-02-04 04:09:04'),(78671,29134,'action complete via WP Cron','2021-02-04 12:09:04','2021-02-04 04:09:04'),(78672,29135,'action created','2021-02-04 12:09:04','2021-02-04 04:09:04'),(78673,29135,'action started via WP Cron','2021-02-04 12:09:47','2021-02-04 04:09:47'),(78674,29135,'action complete via WP Cron','2021-02-04 12:09:47','2021-02-04 04:09:47'),(78675,29136,'action created','2021-02-04 12:09:47','2021-02-04 04:09:47'),(78676,29136,'action started via WP Cron','2021-02-04 12:11:06','2021-02-04 04:11:06'),(78677,29136,'action complete via WP Cron','2021-02-04 12:11:06','2021-02-04 04:11:06'),(78678,29137,'action created','2021-02-04 12:11:06','2021-02-04 04:11:06'),(78679,29137,'action started via WP Cron','2021-02-04 12:11:49','2021-02-04 04:11:49'),(78680,29137,'action complete via WP Cron','2021-02-04 12:11:49','2021-02-04 04:11:49'),(78681,29138,'action created','2021-02-04 12:11:50','2021-02-04 04:11:50'),(78682,29138,'action started via WP Cron','2021-02-04 12:13:06','2021-02-04 04:13:06'),(78683,29138,'action complete via WP Cron','2021-02-04 12:13:06','2021-02-04 04:13:06'),(78684,29139,'action created','2021-02-04 12:13:06','2021-02-04 04:13:06'),(78685,29139,'action started via WP Cron','2021-02-04 12:13:41','2021-02-04 04:13:41'),(78686,29139,'action complete via WP Cron','2021-02-04 12:13:42','2021-02-04 04:13:42'),(78687,29140,'action created','2021-02-04 12:13:42','2021-02-04 04:13:42'),(78688,29140,'action started via WP Cron','2021-02-04 12:30:00','2021-02-04 04:30:00'),(78689,29140,'action complete via WP Cron','2021-02-04 12:30:00','2021-02-04 04:30:00'),(78690,29141,'action created','2021-02-04 12:30:00','2021-02-04 04:30:00'),(78691,29141,'action started via WP Cron','2021-02-04 12:31:01','2021-02-04 04:31:01'),(78692,29141,'action complete via WP Cron','2021-02-04 12:31:01','2021-02-04 04:31:01'),(78693,29142,'action created','2021-02-04 12:31:01','2021-02-04 04:31:01'),(78694,29142,'action started via WP Cron','2021-02-04 12:32:02','2021-02-04 04:32:02'),(78695,29142,'action complete via WP Cron','2021-02-04 12:32:02','2021-02-04 04:32:02'),(78696,29143,'action created','2021-02-04 12:32:02','2021-02-04 04:32:02'),(78697,29143,'action started via WP Cron','2021-02-04 12:33:01','2021-02-04 04:33:01'),(78698,29143,'action complete via WP Cron','2021-02-04 12:33:01','2021-02-04 04:33:01'),(78699,29144,'action created','2021-02-04 12:33:01','2021-02-04 04:33:01'),(78700,29144,'action started via WP Cron','2021-02-04 12:34:04','2021-02-04 04:34:04'),(78701,29144,'action complete via WP Cron','2021-02-04 12:34:04','2021-02-04 04:34:04'),(78702,29145,'action created','2021-02-04 12:34:04','2021-02-04 04:34:04'),(78703,29145,'action started via WP Cron','2021-02-04 12:35:05','2021-02-04 04:35:05'),(78704,29145,'action complete via WP Cron','2021-02-04 12:35:05','2021-02-04 04:35:05'),(78705,29146,'action created','2021-02-04 12:35:05','2021-02-04 04:35:05'),(78706,29146,'action started via WP Cron','2021-02-04 12:42:36','2021-02-04 04:42:36'),(78707,29146,'action complete via WP Cron','2021-02-04 12:42:36','2021-02-04 04:42:36'),(78708,29147,'action created','2021-02-04 12:42:36','2021-02-04 04:42:36'),(78709,29147,'action started via WP Cron','2021-02-04 12:43:56','2021-02-04 04:43:56'),(78710,29147,'action complete via WP Cron','2021-02-04 12:43:56','2021-02-04 04:43:56'),(78711,29148,'action created','2021-02-04 12:43:56','2021-02-04 04:43:56'),(78712,29148,'action started via WP Cron','2021-02-04 12:45:09','2021-02-04 04:45:09'),(78713,29148,'action complete via WP Cron','2021-02-04 12:45:09','2021-02-04 04:45:09'),(78714,29149,'action created','2021-02-04 12:45:09','2021-02-04 04:45:09'),(78715,29149,'action started via WP Cron','2021-02-04 12:45:43','2021-02-04 04:45:43'),(78716,29149,'action complete via WP Cron','2021-02-04 12:45:43','2021-02-04 04:45:43'),(78717,29150,'action created','2021-02-04 12:45:44','2021-02-04 04:45:44'),(78718,29150,'action started via WP Cron','2021-02-04 12:46:44','2021-02-04 04:46:44'),(78719,29150,'action complete via WP Cron','2021-02-04 12:46:44','2021-02-04 04:46:44'),(78720,29151,'action created','2021-02-04 12:46:45','2021-02-04 04:46:45'),(78721,29151,'action started via WP Cron','2021-02-04 12:47:46','2021-02-04 04:47:46'),(78722,29151,'action complete via WP Cron','2021-02-04 12:47:46','2021-02-04 04:47:46'),(78723,29152,'action created','2021-02-04 12:47:46','2021-02-04 04:47:46'),(78724,29152,'action started via WP Cron','2021-02-04 12:48:46','2021-02-04 04:48:46'),(78725,29152,'action complete via WP Cron','2021-02-04 12:48:46','2021-02-04 04:48:46'),(78726,29153,'action created','2021-02-04 12:48:47','2021-02-04 04:48:47'),(78727,29153,'action started via WP Cron','2021-02-04 12:52:38','2021-02-04 04:52:38'),(78728,29153,'action complete via WP Cron','2021-02-04 12:52:38','2021-02-04 04:52:38'),(78729,29154,'action created','2021-02-04 12:52:38','2021-02-04 04:52:38'),(78730,29154,'action started via WP Cron','2021-02-04 12:52:51','2021-02-04 04:52:51'),(78731,29154,'action complete via WP Cron','2021-02-04 12:52:51','2021-02-04 04:52:51'),(78732,29155,'action created','2021-02-04 12:52:51','2021-02-04 04:52:51'),(78733,29155,'action started via WP Cron','2021-02-04 13:05:03','2021-02-04 05:05:03'),(78734,29155,'action complete via WP Cron','2021-02-04 13:05:03','2021-02-04 05:05:03'),(78735,29156,'action created','2021-02-04 13:05:04','2021-02-04 05:05:04'),(78736,29156,'action started via WP Cron','2021-02-04 13:12:17','2021-02-04 05:12:17'),(78737,29156,'action complete via WP Cron','2021-02-04 13:12:17','2021-02-04 05:12:17'),(78738,29157,'action created','2021-02-04 13:12:18','2021-02-04 05:12:18'),(78739,29157,'action started via WP Cron','2021-02-04 13:14:40','2021-02-04 05:14:40'),(78740,29157,'action complete via WP Cron','2021-02-04 13:14:40','2021-02-04 05:14:40'),(78741,29158,'action created','2021-02-04 13:14:40','2021-02-04 05:14:40'),(78742,29158,'action started via WP Cron','2021-02-04 13:15:44','2021-02-04 05:15:44'),(78743,29158,'action complete via WP Cron','2021-02-04 13:15:44','2021-02-04 05:15:44'),(78744,29159,'action created','2021-02-04 13:15:44','2021-02-04 05:15:44'),(78745,29159,'action started via WP Cron','2021-02-04 13:16:44','2021-02-04 05:16:44'),(78746,29159,'action complete via WP Cron','2021-02-04 13:16:44','2021-02-04 05:16:44'),(78747,29160,'action created','2021-02-04 13:16:44','2021-02-04 05:16:44'),(78748,29160,'action started via WP Cron','2021-02-04 13:17:46','2021-02-04 05:17:46'),(78749,29160,'action complete via WP Cron','2021-02-04 13:17:46','2021-02-04 05:17:46'),(78750,29161,'action created','2021-02-04 13:17:47','2021-02-04 05:17:47'),(78751,29161,'action started via WP Cron','2021-02-04 13:18:46','2021-02-04 05:18:46'),(78752,29161,'action complete via WP Cron','2021-02-04 13:18:46','2021-02-04 05:18:46'),(78753,29162,'action created','2021-02-04 13:18:46','2021-02-04 05:18:46'),(78754,29162,'action started via WP Cron','2021-02-04 13:19:43','2021-02-04 05:19:43'),(78755,29162,'action complete via WP Cron','2021-02-04 13:19:43','2021-02-04 05:19:43'),(78756,29163,'action created','2021-02-04 13:19:43','2021-02-04 05:19:43'),(78757,29163,'action started via WP Cron','2021-02-04 13:20:45','2021-02-04 05:20:45'),(78758,29163,'action complete via WP Cron','2021-02-04 13:20:45','2021-02-04 05:20:45'),(78759,29164,'action created','2021-02-04 13:20:46','2021-02-04 05:20:46'),(78760,29164,'action started via WP Cron','2021-02-04 13:21:41','2021-02-04 05:21:41'),(78761,29164,'action complete via WP Cron','2021-02-04 13:21:41','2021-02-04 05:21:41'),(78762,29165,'action created','2021-02-04 13:21:42','2021-02-04 05:21:42'),(78763,29165,'action started via WP Cron','2021-02-04 13:22:48','2021-02-04 05:22:48'),(78764,29165,'action complete via WP Cron','2021-02-04 13:22:48','2021-02-04 05:22:48'),(78765,29166,'action created','2021-02-04 13:22:48','2021-02-04 05:22:48'),(78766,29166,'action started via WP Cron','2021-02-04 13:23:49','2021-02-04 05:23:49'),(78767,29166,'action complete via WP Cron','2021-02-04 13:23:49','2021-02-04 05:23:49'),(78768,29167,'action created','2021-02-04 13:23:49','2021-02-04 05:23:49'),(78769,29167,'action started via WP Cron','2021-02-04 13:24:45','2021-02-04 05:24:45'),(78770,29167,'action complete via WP Cron','2021-02-04 13:24:45','2021-02-04 05:24:45'),(78771,29168,'action created','2021-02-04 13:24:45','2021-02-04 05:24:45'),(78772,29168,'action started via WP Cron','2021-02-04 13:25:48','2021-02-04 05:25:48'),(78773,29168,'action complete via WP Cron','2021-02-04 13:25:48','2021-02-04 05:25:48'),(78774,29169,'action created','2021-02-04 13:25:48','2021-02-04 05:25:48'),(78775,29169,'action started via WP Cron','2021-02-04 13:26:46','2021-02-04 05:26:46'),(78776,29169,'action complete via WP Cron','2021-02-04 13:26:46','2021-02-04 05:26:46'),(78777,29170,'action created','2021-02-04 13:26:46','2021-02-04 05:26:46'),(78778,29170,'action started via WP Cron','2021-02-04 13:27:44','2021-02-04 05:27:44'),(78779,29170,'action complete via WP Cron','2021-02-04 13:27:44','2021-02-04 05:27:44'),(78780,29171,'action created','2021-02-04 13:27:44','2021-02-04 05:27:44'),(78781,29171,'action started via WP Cron','2021-02-04 13:28:46','2021-02-04 05:28:46'),(78782,29171,'action complete via WP Cron','2021-02-04 13:28:46','2021-02-04 05:28:46'),(78783,29172,'action created','2021-02-04 13:28:47','2021-02-04 05:28:47'),(78784,29172,'action started via WP Cron','2021-02-04 13:29:48','2021-02-04 05:29:48'),(78785,29172,'action complete via WP Cron','2021-02-04 13:29:48','2021-02-04 05:29:48'),(78786,29173,'action created','2021-02-04 13:29:48','2021-02-04 05:29:48'),(78787,29173,'action started via WP Cron','2021-02-04 13:30:42','2021-02-04 05:30:42'),(78788,29173,'action complete via WP Cron','2021-02-04 13:30:42','2021-02-04 05:30:42'),(78789,29174,'action created','2021-02-04 13:30:42','2021-02-04 05:30:42'),(78790,29174,'action started via WP Cron','2021-02-04 13:31:53','2021-02-04 05:31:53'),(78791,29174,'action complete via WP Cron','2021-02-04 13:31:53','2021-02-04 05:31:53'),(78792,29175,'action created','2021-02-04 13:31:53','2021-02-04 05:31:53'),(78793,29175,'action started via WP Cron','2021-02-04 13:32:42','2021-02-04 05:32:42'),(78794,29175,'action complete via WP Cron','2021-02-04 13:32:42','2021-02-04 05:32:42'),(78795,29176,'action created','2021-02-04 13:32:42','2021-02-04 05:32:42'),(78796,29176,'action started via WP Cron','2021-02-04 13:33:46','2021-02-04 05:33:46'),(78797,29176,'action complete via WP Cron','2021-02-04 13:33:46','2021-02-04 05:33:46'),(78798,29177,'action created','2021-02-04 13:33:46','2021-02-04 05:33:46'),(78799,29177,'action started via WP Cron','2021-02-04 13:34:54','2021-02-04 05:34:54'),(78800,29177,'action complete via WP Cron','2021-02-04 13:34:54','2021-02-04 05:34:54'),(78801,29178,'action created','2021-02-04 13:34:55','2021-02-04 05:34:55'),(78802,29178,'action started via WP Cron','2021-02-04 13:35:42','2021-02-04 05:35:42'),(78803,29178,'action complete via WP Cron','2021-02-04 13:35:42','2021-02-04 05:35:42'),(78804,29179,'action created','2021-02-04 13:35:42','2021-02-04 05:35:42'),(78805,29179,'action started via WP Cron','2021-02-04 13:36:56','2021-02-04 05:36:56'),(78806,29179,'action complete via WP Cron','2021-02-04 13:36:56','2021-02-04 05:36:56'),(78807,29180,'action created','2021-02-04 13:36:57','2021-02-04 05:36:57'),(78808,29180,'action started via WP Cron','2021-02-04 13:37:55','2021-02-04 05:37:55'),(78809,29180,'action complete via WP Cron','2021-02-04 13:37:55','2021-02-04 05:37:55'),(78810,29181,'action created','2021-02-04 13:37:55','2021-02-04 05:37:55'),(78811,29181,'action started via WP Cron','2021-02-04 13:38:53','2021-02-04 05:38:53'),(78812,29181,'action complete via WP Cron','2021-02-04 13:38:53','2021-02-04 05:38:53'),(78813,29182,'action created','2021-02-04 13:38:53','2021-02-04 05:38:53'),(78814,29182,'action started via WP Cron','2021-02-04 13:39:54','2021-02-04 05:39:54'),(78815,29182,'action complete via WP Cron','2021-02-04 13:39:54','2021-02-04 05:39:54'),(78816,29183,'action created','2021-02-04 13:39:55','2021-02-04 05:39:55'),(78817,29183,'action started via WP Cron','2021-02-04 13:41:01','2021-02-04 05:41:01'),(78818,29183,'action complete via WP Cron','2021-02-04 13:41:01','2021-02-04 05:41:01'),(78819,29184,'action created','2021-02-04 13:41:01','2021-02-04 05:41:01'),(78820,29184,'action started via WP Cron','2021-02-04 13:42:01','2021-02-04 05:42:01'),(78821,29184,'action complete via WP Cron','2021-02-04 13:42:01','2021-02-04 05:42:01'),(78822,29185,'action created','2021-02-04 13:42:01','2021-02-04 05:42:01'),(78823,29185,'action started via WP Cron','2021-02-04 13:42:47','2021-02-04 05:42:47'),(78824,29185,'action complete via WP Cron','2021-02-04 13:42:47','2021-02-04 05:42:47'),(78825,29186,'action created','2021-02-04 13:42:47','2021-02-04 05:42:47'),(78826,29186,'action started via WP Cron','2021-02-04 13:44:03','2021-02-04 05:44:03'),(78827,29186,'action complete via WP Cron','2021-02-04 13:44:03','2021-02-04 05:44:03'),(78828,29187,'action created','2021-02-04 13:44:03','2021-02-04 05:44:03'),(78829,29187,'action started via WP Cron','2021-02-04 13:46:05','2021-02-04 05:46:05'),(78830,29187,'action complete via WP Cron','2021-02-04 13:46:05','2021-02-04 05:46:05'),(78831,29188,'action created','2021-02-04 13:46:05','2021-02-04 05:46:05'),(78832,29188,'action started via WP Cron','2021-02-04 13:49:18','2021-02-04 05:49:18'),(78833,29188,'action complete via WP Cron','2021-02-04 13:49:18','2021-02-04 05:49:18'),(78834,29189,'action created','2021-02-04 13:49:18','2021-02-04 05:49:18'),(78835,29189,'action started via WP Cron','2021-02-04 13:50:31','2021-02-04 05:50:31'),(78836,29189,'action complete via WP Cron','2021-02-04 13:50:31','2021-02-04 05:50:31'),(78837,29190,'action created','2021-02-04 13:50:32','2021-02-04 05:50:32'),(78838,29190,'action started via WP Cron','2021-02-04 13:51:40','2021-02-04 05:51:40'),(78839,29190,'action complete via WP Cron','2021-02-04 13:51:40','2021-02-04 05:51:40'),(78840,29191,'action created','2021-02-04 13:51:40','2021-02-04 05:51:40'),(78841,29191,'action started via WP Cron','2021-02-04 13:54:12','2021-02-04 05:54:12'),(78842,29191,'action complete via WP Cron','2021-02-04 13:54:12','2021-02-04 05:54:12'),(78843,29192,'action created','2021-02-04 13:54:12','2021-02-04 05:54:12'),(78844,29192,'action started via WP Cron','2021-02-04 14:02:17','2021-02-04 06:02:17'),(78845,29192,'action complete via WP Cron','2021-02-04 14:02:17','2021-02-04 06:02:17'),(78846,29193,'action created','2021-02-04 14:02:17','2021-02-04 06:02:17'),(78847,29193,'action started via WP Cron','2021-02-04 14:02:42','2021-02-04 06:02:42'),(78848,29193,'action complete via WP Cron','2021-02-04 14:02:42','2021-02-04 06:02:42'),(78849,29194,'action created','2021-02-04 14:02:42','2021-02-04 06:02:42'),(78850,29194,'action started via WP Cron','2021-02-04 14:12:37','2021-02-04 06:12:37'),(78851,29194,'action complete via WP Cron','2021-02-04 14:12:37','2021-02-04 06:12:37'),(78852,29195,'action created','2021-02-04 14:12:37','2021-02-04 06:12:37'),(78853,29195,'action started via WP Cron','2021-02-04 14:18:51','2021-02-04 06:18:51'),(78854,29195,'action complete via WP Cron','2021-02-04 14:18:51','2021-02-04 06:18:51'),(78855,29196,'action created','2021-02-04 14:18:51','2021-02-04 06:18:51'),(78856,29196,'action started via WP Cron','2021-02-04 14:19:49','2021-02-04 06:19:49'),(78857,29196,'action complete via WP Cron','2021-02-04 14:19:49','2021-02-04 06:19:49'),(78858,29197,'action created','2021-02-04 14:19:49','2021-02-04 06:19:49'),(78859,29197,'action started via WP Cron','2021-02-04 14:20:47','2021-02-04 06:20:47'),(78860,29197,'action complete via WP Cron','2021-02-04 14:20:47','2021-02-04 06:20:47'),(78861,29198,'action created','2021-02-04 14:20:47','2021-02-04 06:20:47'),(78862,29198,'action started via WP Cron','2021-02-04 14:21:47','2021-02-04 06:21:47'),(78863,29198,'action complete via WP Cron','2021-02-04 14:21:47','2021-02-04 06:21:47'),(78864,29199,'action created','2021-02-04 14:21:48','2021-02-04 06:21:48'),(78865,29199,'action started via WP Cron','2021-02-04 14:23:49','2021-02-04 06:23:49'),(78866,29199,'action complete via WP Cron','2021-02-04 14:23:49','2021-02-04 06:23:49'),(78867,29200,'action created','2021-02-04 14:23:50','2021-02-04 06:23:50'),(78868,29200,'action started via WP Cron','2021-02-04 14:24:50','2021-02-04 06:24:50'),(78869,29200,'action complete via WP Cron','2021-02-04 14:24:50','2021-02-04 06:24:50'),(78870,29201,'action created','2021-02-04 14:24:51','2021-02-04 06:24:51'),(78871,29201,'action started via WP Cron','2021-02-04 14:25:52','2021-02-04 06:25:52'),(78872,29201,'action complete via WP Cron','2021-02-04 14:25:52','2021-02-04 06:25:52'),(78873,29202,'action created','2021-02-04 14:25:52','2021-02-04 06:25:52'),(78874,29202,'action started via WP Cron','2021-02-04 14:28:30','2021-02-04 06:28:30'),(78875,29202,'action complete via WP Cron','2021-02-04 14:28:30','2021-02-04 06:28:30'),(78876,29203,'action created','2021-02-04 14:28:30','2021-02-04 06:28:30'),(78877,29203,'action started via WP Cron','2021-02-04 14:29:31','2021-02-04 06:29:31'),(78878,29203,'action complete via WP Cron','2021-02-04 14:29:31','2021-02-04 06:29:31'),(78879,29204,'action created','2021-02-04 14:29:31','2021-02-04 06:29:31'),(78880,29204,'action started via WP Cron','2021-02-04 14:30:32','2021-02-04 06:30:32'),(78881,29204,'action complete via WP Cron','2021-02-04 14:30:32','2021-02-04 06:30:32'),(78882,29205,'action created','2021-02-04 14:30:32','2021-02-04 06:30:32'),(78883,29205,'action started via WP Cron','2021-02-04 14:35:58','2021-02-04 06:35:58'),(78884,29205,'action complete via WP Cron','2021-02-04 14:35:58','2021-02-04 06:35:58'),(78885,29206,'action created','2021-02-04 14:35:58','2021-02-04 06:35:58'),(78886,29206,'action started via WP Cron','2021-02-04 14:40:32','2021-02-04 06:40:32'),(78887,29206,'action complete via WP Cron','2021-02-04 14:40:32','2021-02-04 06:40:32'),(78888,29207,'action created','2021-02-04 14:40:32','2021-02-04 06:40:32'),(78889,29207,'action started via WP Cron','2021-02-04 14:40:47','2021-02-04 06:40:47'),(78890,29207,'action complete via WP Cron','2021-02-04 14:40:47','2021-02-04 06:40:47'),(78891,29208,'action created','2021-02-04 14:40:47','2021-02-04 06:40:47'),(78892,29208,'action started via WP Cron','2021-02-04 14:41:52','2021-02-04 06:41:52'),(78893,29208,'action complete via WP Cron','2021-02-04 14:41:52','2021-02-04 06:41:52'),(78894,29209,'action created','2021-02-04 14:41:52','2021-02-04 06:41:52'),(78895,29209,'action started via WP Cron','2021-02-04 14:43:46','2021-02-04 06:43:46'),(78896,29209,'action complete via WP Cron','2021-02-04 14:43:46','2021-02-04 06:43:46'),(78897,29210,'action created','2021-02-04 14:43:46','2021-02-04 06:43:46'),(78898,29210,'action started via WP Cron','2021-02-04 14:44:59','2021-02-04 06:44:59'),(78899,29210,'action complete via WP Cron','2021-02-04 14:44:59','2021-02-04 06:44:59'),(78900,29211,'action created','2021-02-04 14:44:59','2021-02-04 06:44:59'),(78901,29211,'action started via WP Cron','2021-02-04 14:46:03','2021-02-04 06:46:03'),(78902,29211,'action complete via WP Cron','2021-02-04 14:46:03','2021-02-04 06:46:03'),(78903,29212,'action created','2021-02-04 14:46:03','2021-02-04 06:46:03'),(78904,29212,'action started via WP Cron','2021-02-04 14:47:06','2021-02-04 06:47:06'),(78905,29212,'action complete via WP Cron','2021-02-04 14:47:06','2021-02-04 06:47:06'),(78906,29213,'action created','2021-02-04 14:47:06','2021-02-04 06:47:06'),(78907,29213,'action started via WP Cron','2021-02-04 14:47:57','2021-02-04 06:47:57'),(78908,29213,'action complete via WP Cron','2021-02-04 14:47:57','2021-02-04 06:47:57'),(78909,29214,'action created','2021-02-04 14:47:57','2021-02-04 06:47:57'),(78910,29214,'action started via WP Cron','2021-02-04 14:49:33','2021-02-04 06:49:33'),(78911,29214,'action complete via WP Cron','2021-02-04 14:49:33','2021-02-04 06:49:33'),(78912,29215,'action created','2021-02-04 14:49:33','2021-02-04 06:49:33'),(78913,29215,'action started via WP Cron','2021-02-04 14:50:35','2021-02-04 06:50:35'),(78914,29215,'action complete via WP Cron','2021-02-04 14:50:36','2021-02-04 06:50:36'),(78915,29216,'action created','2021-02-04 14:50:36','2021-02-04 06:50:36'),(78916,29216,'action started via WP Cron','2021-02-04 14:51:47','2021-02-04 06:51:47'),(78917,29216,'action complete via WP Cron','2021-02-04 14:51:47','2021-02-04 06:51:47'),(78918,29217,'action created','2021-02-04 14:51:47','2021-02-04 06:51:47'),(78919,29217,'action started via WP Cron','2021-02-04 14:52:47','2021-02-04 06:52:47'),(78920,29217,'action complete via WP Cron','2021-02-04 14:52:47','2021-02-04 06:52:47'),(78921,29218,'action created','2021-02-04 14:52:47','2021-02-04 06:52:47'),(78922,29218,'action started via WP Cron','2021-02-04 14:53:52','2021-02-04 06:53:52'),(78923,29218,'action complete via WP Cron','2021-02-04 14:53:52','2021-02-04 06:53:52'),(78924,29219,'action created','2021-02-04 14:53:52','2021-02-04 06:53:52'),(78925,29219,'action started via WP Cron','2021-02-04 14:54:54','2021-02-04 06:54:54'),(78926,29219,'action complete via WP Cron','2021-02-04 14:54:54','2021-02-04 06:54:54'),(78927,29220,'action created','2021-02-04 14:54:54','2021-02-04 06:54:54'),(78928,29220,'action started via WP Cron','2021-02-04 14:55:57','2021-02-04 06:55:57'),(78929,29220,'action complete via WP Cron','2021-02-04 14:55:57','2021-02-04 06:55:57'),(78930,29221,'action created','2021-02-04 14:55:57','2021-02-04 06:55:57'),(78931,29221,'action started via WP Cron','2021-02-04 14:58:11','2021-02-04 06:58:11'),(78932,29221,'action complete via WP Cron','2021-02-04 14:58:11','2021-02-04 06:58:11'),(78933,29222,'action created','2021-02-04 14:58:11','2021-02-04 06:58:11'),(78934,29222,'action started via WP Cron','2021-02-04 15:00:56','2021-02-04 07:00:56'),(78935,29222,'action complete via WP Cron','2021-02-04 15:00:56','2021-02-04 07:00:56'),(78936,29223,'action created','2021-02-04 15:00:56','2021-02-04 07:00:56'),(78937,29223,'action started via WP Cron','2021-02-04 15:12:54','2021-02-04 07:12:54'),(78938,29223,'action complete via WP Cron','2021-02-04 15:12:54','2021-02-04 07:12:54'),(78939,29224,'action created','2021-02-04 15:12:54','2021-02-04 07:12:54'),(78940,29224,'action started via WP Cron','2021-02-04 15:13:56','2021-02-04 07:13:56'),(78941,29224,'action complete via WP Cron','2021-02-04 15:13:56','2021-02-04 07:13:56'),(78942,29225,'action created','2021-02-04 15:14:55','2021-02-04 07:14:55'),(78943,29225,'action started via WP Cron','2021-02-04 15:16:57','2021-02-04 07:16:57'),(78944,29225,'action complete via WP Cron','2021-02-04 15:16:57','2021-02-04 07:16:57'),(78945,29226,'action created','2021-02-04 15:16:58','2021-02-04 07:16:58'),(78946,29226,'action started via WP Cron','2021-02-04 15:17:58','2021-02-04 07:17:58'),(78947,29226,'action complete via WP Cron','2021-02-04 15:17:58','2021-02-04 07:17:58'),(78948,29227,'action created','2021-02-04 15:17:58','2021-02-04 07:17:58'),(78949,29227,'action started via WP Cron','2021-02-04 15:18:59','2021-02-04 07:18:59'),(78950,29227,'action complete via WP Cron','2021-02-04 15:18:59','2021-02-04 07:18:59'),(78951,29228,'action created','2021-02-04 15:18:59','2021-02-04 07:18:59'),(78952,29228,'action started via WP Cron','2021-02-04 15:23:41','2021-02-04 07:23:41'),(78953,29228,'action complete via WP Cron','2021-02-04 15:23:41','2021-02-04 07:23:41'),(78954,29229,'action created','2021-02-04 15:23:41','2021-02-04 07:23:41'),(78955,29229,'action started via WP Cron','2021-02-04 15:25:55','2021-02-04 07:25:55'),(78956,29229,'action complete via WP Cron','2021-02-04 15:25:55','2021-02-04 07:25:55'),(78957,29230,'action created','2021-02-04 15:25:55','2021-02-04 07:25:55'),(78958,29230,'action started via WP Cron','2021-02-04 15:26:56','2021-02-04 07:26:56'),(78959,29230,'action complete via WP Cron','2021-02-04 15:26:56','2021-02-04 07:26:56'),(78960,29231,'action created','2021-02-04 15:26:56','2021-02-04 07:26:56'),(78961,29231,'action started via WP Cron','2021-02-04 15:27:57','2021-02-04 07:27:57'),(78962,29231,'action complete via WP Cron','2021-02-04 15:27:57','2021-02-04 07:27:57'),(78963,29232,'action created','2021-02-04 15:27:57','2021-02-04 07:27:57'),(78964,29232,'action started via WP Cron','2021-02-04 15:29:22','2021-02-04 07:29:22'),(78965,29232,'action complete via WP Cron','2021-02-04 15:29:22','2021-02-04 07:29:22'),(78966,29233,'action created','2021-02-04 15:29:22','2021-02-04 07:29:22'),(78967,29233,'action started via WP Cron','2021-02-04 15:29:59','2021-02-04 07:29:59'),(78968,29233,'action complete via WP Cron','2021-02-04 15:29:59','2021-02-04 07:29:59'),(78969,29234,'action created','2021-02-04 15:29:59','2021-02-04 07:29:59'),(78970,29234,'action started via WP Cron','2021-02-04 15:31:02','2021-02-04 07:31:02'),(78971,29234,'action complete via WP Cron','2021-02-04 15:31:02','2021-02-04 07:31:02'),(78972,29235,'action created','2021-02-04 15:31:02','2021-02-04 07:31:02'),(78973,29235,'action started via WP Cron','2021-02-04 15:32:33','2021-02-04 07:32:33'),(78974,29235,'action complete via WP Cron','2021-02-04 15:32:33','2021-02-04 07:32:33'),(78975,29236,'action created','2021-02-04 15:32:33','2021-02-04 07:32:33'),(78976,29236,'action started via WP Cron','2021-02-04 15:33:03','2021-02-04 07:33:03'),(78977,29236,'action complete via WP Cron','2021-02-04 15:33:03','2021-02-04 07:33:03'),(78978,29237,'action created','2021-02-04 15:33:03','2021-02-04 07:33:03'),(78979,29237,'action started via WP Cron','2021-02-04 15:35:50','2021-02-04 07:35:50'),(78980,29237,'action complete via WP Cron','2021-02-04 15:35:50','2021-02-04 07:35:50'),(78981,29238,'action created','2021-02-04 15:35:50','2021-02-04 07:35:50'),(78982,29238,'action started via WP Cron','2021-02-04 15:38:25','2021-02-04 07:38:25'),(78983,29238,'action complete via WP Cron','2021-02-04 15:38:25','2021-02-04 07:38:25'),(78984,29239,'action created','2021-02-04 15:38:25','2021-02-04 07:38:25'),(78985,29239,'action started via WP Cron','2021-02-04 15:40:44','2021-02-04 07:40:44'),(78986,29239,'action complete via WP Cron','2021-02-04 15:40:44','2021-02-04 07:40:44'),(78987,29240,'action created','2021-02-04 15:40:44','2021-02-04 07:40:44'),(78988,29240,'action started via WP Cron','2021-02-04 15:44:50','2021-02-04 07:44:50'),(78989,29240,'action complete via WP Cron','2021-02-04 15:44:50','2021-02-04 07:44:50'),(78990,29241,'action created','2021-02-04 15:44:50','2021-02-04 07:44:50'),(78991,29241,'action started via WP Cron','2021-02-04 15:46:09','2021-02-04 07:46:09'),(78992,29241,'action complete via WP Cron','2021-02-04 15:46:09','2021-02-04 07:46:09'),(78993,29242,'action created','2021-02-04 15:46:09','2021-02-04 07:46:09'),(78994,29242,'action started via WP Cron','2021-02-04 15:46:41','2021-02-04 07:46:41'),(78995,29242,'action complete via WP Cron','2021-02-04 15:46:41','2021-02-04 07:46:41'),(78996,29243,'action created','2021-02-04 15:46:41','2021-02-04 07:46:41'),(78997,29243,'action started via WP Cron','2021-02-04 15:48:09','2021-02-04 07:48:09'),(78998,29243,'action complete via WP Cron','2021-02-04 15:48:09','2021-02-04 07:48:09'),(78999,29244,'action created','2021-02-04 15:48:09','2021-02-04 07:48:09'),(79000,29244,'action started via WP Cron','2021-02-04 15:49:06','2021-02-04 07:49:06'),(79001,29244,'action complete via WP Cron','2021-02-04 15:49:06','2021-02-04 07:49:06'),(79002,29245,'action created','2021-02-04 15:49:07','2021-02-04 07:49:07'),(79003,29245,'action started via WP Cron','2021-02-04 15:50:09','2021-02-04 07:50:09'),(79004,29245,'action complete via WP Cron','2021-02-04 15:50:09','2021-02-04 07:50:09'),(79005,29246,'action created','2021-02-04 15:50:19','2021-02-04 07:50:19'),(79006,29246,'action started via WP Cron','2021-02-04 15:51:12','2021-02-04 07:51:12'),(79007,29246,'action complete via WP Cron','2021-02-04 15:51:12','2021-02-04 07:51:12'),(79008,29247,'action created','2021-02-04 15:51:12','2021-02-04 07:51:12'),(79009,29247,'action started via WP Cron','2021-02-04 15:52:20','2021-02-04 07:52:20'),(79010,29247,'action complete via WP Cron','2021-02-04 15:52:20','2021-02-04 07:52:20'),(79011,29248,'action created','2021-02-04 15:52:21','2021-02-04 07:52:21'),(79012,29248,'action started via WP Cron','2021-02-04 15:53:05','2021-02-04 07:53:05'),(79013,29248,'action complete via WP Cron','2021-02-04 15:53:05','2021-02-04 07:53:05'),(79014,29249,'action created','2021-02-04 15:53:05','2021-02-04 07:53:05'),(79015,29249,'action started via WP Cron','2021-02-04 15:53:44','2021-02-04 07:53:44'),(79016,29249,'action complete via WP Cron','2021-02-04 15:53:44','2021-02-04 07:53:44'),(79017,29250,'action created','2021-02-04 15:53:44','2021-02-04 07:53:44'),(79018,29250,'action started via WP Cron','2021-02-04 15:58:54','2021-02-04 07:58:54'),(79019,29250,'action complete via WP Cron','2021-02-04 15:58:54','2021-02-04 07:58:54'),(79020,29251,'action created','2021-02-04 15:58:54','2021-02-04 07:58:54'),(79021,29251,'action started via WP Cron','2021-02-04 16:00:05','2021-02-04 08:00:05'),(79022,29251,'action complete via WP Cron','2021-02-04 16:00:05','2021-02-04 08:00:05'),(79023,29252,'action created','2021-02-04 16:00:05','2021-02-04 08:00:05'),(79024,29252,'action started via WP Cron','2021-02-04 16:01:11','2021-02-04 08:01:11'),(79025,29252,'action complete via WP Cron','2021-02-04 16:01:11','2021-02-04 08:01:11'),(79026,29253,'action created','2021-02-04 16:01:11','2021-02-04 08:01:11'),(79027,29253,'action started via WP Cron','2021-02-04 16:01:58','2021-02-04 08:01:58'),(79028,29253,'action complete via WP Cron','2021-02-04 16:01:58','2021-02-04 08:01:58'),(79029,29254,'action created','2021-02-04 16:01:58','2021-02-04 08:01:58'),(79030,29254,'action started via WP Cron','2021-02-04 16:03:18','2021-02-04 08:03:18'),(79031,29254,'action complete via WP Cron','2021-02-04 16:03:18','2021-02-04 08:03:18'),(79032,29255,'action created','2021-02-04 16:03:18','2021-02-04 08:03:18'),(79033,29255,'action started via WP Cron','2021-02-04 16:03:46','2021-02-04 08:03:46'),(79034,29255,'action complete via WP Cron','2021-02-04 16:03:46','2021-02-04 08:03:46'),(79035,29256,'action created','2021-02-04 16:03:46','2021-02-04 08:03:46'),(79036,29256,'action started via WP Cron','2021-02-04 16:04:54','2021-02-04 08:04:54'),(79037,29256,'action complete via WP Cron','2021-02-04 16:04:54','2021-02-04 08:04:54'),(79038,29257,'action created','2021-02-04 16:04:54','2021-02-04 08:04:54'),(79039,29257,'action started via WP Cron','2021-02-04 16:05:55','2021-02-04 08:05:55'),(79040,29257,'action complete via WP Cron','2021-02-04 16:05:55','2021-02-04 08:05:55'),(79041,29258,'action created','2021-02-04 16:05:55','2021-02-04 08:05:55'),(79042,29258,'action started via WP Cron','2021-02-04 16:07:17','2021-02-04 08:07:17'),(79043,29258,'action complete via WP Cron','2021-02-04 16:07:17','2021-02-04 08:07:17'),(79044,29259,'action created','2021-02-04 16:07:18','2021-02-04 08:07:18'),(79045,29259,'action started via WP Cron','2021-02-04 16:13:29','2021-02-04 08:13:29'),(79046,29259,'action complete via WP Cron','2021-02-04 16:13:29','2021-02-04 08:13:29'),(79047,29260,'action created','2021-02-04 16:13:29','2021-02-04 08:13:29'),(79048,29260,'action started via WP Cron','2021-02-04 16:13:49','2021-02-04 08:13:49'),(79049,29260,'action complete via WP Cron','2021-02-04 16:13:49','2021-02-04 08:13:49'),(79050,29261,'action created','2021-02-04 16:13:50','2021-02-04 08:13:50'),(79051,29261,'action started via WP Cron','2021-02-04 16:14:48','2021-02-04 08:14:48'),(79052,29261,'action complete via WP Cron','2021-02-04 16:14:48','2021-02-04 08:14:48'),(79053,29262,'action created','2021-02-04 16:14:48','2021-02-04 08:14:48'),(79054,29262,'action started via WP Cron','2021-02-04 16:15:41','2021-02-04 08:15:41'),(79055,29262,'action complete via WP Cron','2021-02-04 16:15:41','2021-02-04 08:15:41'),(79056,29263,'action created','2021-02-04 16:15:41','2021-02-04 08:15:41'),(79057,29263,'action started via WP Cron','2021-02-04 16:16:45','2021-02-04 08:16:45'),(79058,29263,'action complete via WP Cron','2021-02-04 16:16:45','2021-02-04 08:16:45'),(79059,29264,'action created','2021-02-04 16:16:45','2021-02-04 08:16:45'),(79060,29264,'action started via WP Cron','2021-02-04 16:17:41','2021-02-04 08:17:41'),(79061,29264,'action complete via WP Cron','2021-02-04 16:17:41','2021-02-04 08:17:41'),(79062,29265,'action created','2021-02-04 16:17:41','2021-02-04 08:17:41'),(79063,29265,'action started via WP Cron','2021-02-04 16:18:50','2021-02-04 08:18:50'),(79064,29265,'action complete via WP Cron','2021-02-04 16:18:50','2021-02-04 08:18:50'),(79065,29266,'action created','2021-02-04 16:18:50','2021-02-04 08:18:50'),(79066,29266,'action started via WP Cron','2021-02-04 16:19:55','2021-02-04 08:19:55'),(79067,29266,'action complete via WP Cron','2021-02-04 16:19:55','2021-02-04 08:19:55'),(79068,29267,'action created','2021-02-04 16:19:55','2021-02-04 08:19:55'),(79069,29267,'action started via WP Cron','2021-02-04 16:20:55','2021-02-04 08:20:55'),(79070,29267,'action complete via WP Cron','2021-02-04 16:20:55','2021-02-04 08:20:55'),(79071,29268,'action created','2021-02-04 16:20:55','2021-02-04 08:20:55'),(79072,29268,'action started via WP Cron','2021-02-04 16:22:26','2021-02-04 08:22:26'),(79073,29268,'action complete via WP Cron','2021-02-04 16:22:26','2021-02-04 08:22:26'),(79074,29269,'action created','2021-02-04 16:22:26','2021-02-04 08:22:26'),(79075,29269,'action started via WP Cron','2021-02-04 16:23:11','2021-02-04 08:23:11'),(79076,29269,'action complete via WP Cron','2021-02-04 16:23:11','2021-02-04 08:23:11'),(79077,29270,'action created','2021-02-04 16:23:11','2021-02-04 08:23:11'),(79078,29270,'action started via WP Cron','2021-02-04 16:23:45','2021-02-04 08:23:45'),(79079,29270,'action complete via WP Cron','2021-02-04 16:23:45','2021-02-04 08:23:45'),(79080,29271,'action created','2021-02-04 16:23:45','2021-02-04 08:23:45'),(79081,29271,'action started via WP Cron','2021-02-04 16:24:43','2021-02-04 08:24:43'),(79082,29271,'action complete via WP Cron','2021-02-04 16:24:43','2021-02-04 08:24:43'),(79083,29272,'action created','2021-02-04 16:24:43','2021-02-04 08:24:43'),(79084,29272,'action started via WP Cron','2021-02-04 16:25:44','2021-02-04 08:25:44'),(79085,29272,'action complete via WP Cron','2021-02-04 16:25:44','2021-02-04 08:25:44'),(79086,29273,'action created','2021-02-04 16:25:44','2021-02-04 08:25:44'),(79087,29273,'action started via WP Cron','2021-02-04 16:26:52','2021-02-04 08:26:52'),(79088,29273,'action complete via WP Cron','2021-02-04 16:26:52','2021-02-04 08:26:52'),(79089,29274,'action created','2021-02-04 16:26:52','2021-02-04 08:26:52'),(79090,29274,'action started via WP Cron','2021-02-04 16:27:46','2021-02-04 08:27:46'),(79091,29274,'action complete via WP Cron','2021-02-04 16:27:46','2021-02-04 08:27:46'),(79092,29275,'action created','2021-02-04 16:27:46','2021-02-04 08:27:46'),(79093,29275,'action started via WP Cron','2021-02-04 16:30:38','2021-02-04 08:30:38'),(79094,29275,'action complete via WP Cron','2021-02-04 16:30:38','2021-02-04 08:30:38'),(79095,29276,'action created','2021-02-04 16:30:38','2021-02-04 08:30:38'),(79096,29276,'action started via WP Cron','2021-02-04 16:42:50','2021-02-04 08:42:50'),(79097,29276,'action complete via WP Cron','2021-02-04 16:42:51','2021-02-04 08:42:51'),(79098,29277,'action created','2021-02-04 16:42:51','2021-02-04 08:42:51'),(79099,29277,'action started via WP Cron','2021-02-04 16:44:07','2021-02-04 08:44:07'),(79100,29277,'action complete via WP Cron','2021-02-04 16:44:07','2021-02-04 08:44:07'),(79101,29278,'action created','2021-02-04 16:44:07','2021-02-04 08:44:07'),(79102,29278,'action started via WP Cron','2021-02-04 16:45:24','2021-02-04 08:45:24'),(79103,29278,'action complete via WP Cron','2021-02-04 16:45:24','2021-02-04 08:45:24'),(79104,29279,'action created','2021-02-04 16:45:24','2021-02-04 08:45:24'),(79105,29279,'action started via WP Cron','2021-02-04 16:45:49','2021-02-04 08:45:49'),(79106,29279,'action complete via WP Cron','2021-02-04 16:45:49','2021-02-04 08:45:49'),(79107,29280,'action created','2021-02-04 16:45:49','2021-02-04 08:45:49'),(79108,29280,'action started via WP Cron','2021-02-04 16:46:48','2021-02-04 08:46:48'),(79109,29280,'action complete via WP Cron','2021-02-04 16:46:48','2021-02-04 08:46:48'),(79110,29281,'action created','2021-02-04 16:46:48','2021-02-04 08:46:48'),(79111,29281,'action started via WP Cron','2021-02-04 16:47:49','2021-02-04 08:47:49'),(79112,29281,'action complete via WP Cron','2021-02-04 16:47:49','2021-02-04 08:47:49'),(79113,29282,'action created','2021-02-04 16:47:49','2021-02-04 08:47:49'),(79114,29282,'action started via WP Cron','2021-02-04 16:49:53','2021-02-04 08:49:53'),(79115,29282,'action complete via WP Cron','2021-02-04 16:49:53','2021-02-04 08:49:53'),(79116,29283,'action created','2021-02-04 16:51:08','2021-02-04 08:51:08'),(79117,29283,'action started via WP Cron','2021-02-04 16:51:53','2021-02-04 08:51:53'),(79118,29283,'action complete via WP Cron','2021-02-04 16:51:53','2021-02-04 08:51:53'),(79119,29284,'action created','2021-02-04 16:51:53','2021-02-04 08:51:53'),(79120,29284,'action started via WP Cron','2021-02-04 16:52:55','2021-02-04 08:52:55'),(79121,29284,'action complete via WP Cron','2021-02-04 16:52:55','2021-02-04 08:52:55'),(79122,29285,'action created','2021-02-04 16:52:55','2021-02-04 08:52:55'),(79123,29285,'action started via WP Cron','2021-02-04 16:53:57','2021-02-04 08:53:57'),(79124,29285,'action complete via WP Cron','2021-02-04 16:53:57','2021-02-04 08:53:57'),(79125,29286,'action created','2021-02-04 16:54:35','2021-02-04 08:54:35'),(79126,29286,'action started via WP Cron','2021-02-04 16:55:12','2021-02-04 08:55:12'),(79127,29286,'action complete via WP Cron','2021-02-04 16:55:12','2021-02-04 08:55:12'),(79128,29287,'action created','2021-02-04 16:55:12','2021-02-04 08:55:12'),(79129,29287,'action started via WP Cron','2021-02-04 16:55:57','2021-02-04 08:55:57'),(79130,29287,'action complete via WP Cron','2021-02-04 16:55:57','2021-02-04 08:55:57'),(79131,29288,'action created','2021-02-04 16:55:57','2021-02-04 08:55:57'),(79132,29288,'action started via WP Cron','2021-02-04 17:00:32','2021-02-04 09:00:32'),(79133,29288,'action complete via WP Cron','2021-02-04 17:00:32','2021-02-04 09:00:32'),(79134,29289,'action created','2021-02-04 17:00:33','2021-02-04 09:00:33'),(79135,29289,'action started via WP Cron','2021-02-04 17:04:24','2021-02-04 09:04:24'),(79136,29289,'action complete via WP Cron','2021-02-04 17:04:24','2021-02-04 09:04:24'),(79137,29290,'action created','2021-02-04 17:04:24','2021-02-04 09:04:24'),(79138,29290,'action started via WP Cron','2021-02-04 17:05:48','2021-02-04 09:05:48'),(79139,29290,'action complete via WP Cron','2021-02-04 17:05:48','2021-02-04 09:05:48'),(79140,29291,'action created','2021-02-04 17:05:48','2021-02-04 09:05:48'),(79141,29291,'action started via WP Cron','2021-02-04 17:06:57','2021-02-04 09:06:57'),(79142,29291,'action complete via WP Cron','2021-02-04 17:06:57','2021-02-04 09:06:57'),(79143,29292,'action created','2021-02-04 17:06:57','2021-02-04 09:06:57'),(79144,29292,'action started via WP Cron','2021-02-04 17:07:58','2021-02-04 09:07:58'),(79145,29292,'action complete via WP Cron','2021-02-04 17:07:58','2021-02-04 09:07:58'),(79146,29293,'action created','2021-02-04 17:07:58','2021-02-04 09:07:58'),(79147,29293,'action started via WP Cron','2021-02-04 17:08:59','2021-02-04 09:08:59'),(79148,29293,'action complete via WP Cron','2021-02-04 17:08:59','2021-02-04 09:08:59'),(79149,29294,'action created','2021-02-04 17:08:59','2021-02-04 09:08:59'),(79150,29294,'action started via WP Cron','2021-02-04 17:09:44','2021-02-04 09:09:44'),(79151,29294,'action complete via WP Cron','2021-02-04 17:09:44','2021-02-04 09:09:44'),(79152,29295,'action created','2021-02-04 17:09:44','2021-02-04 09:09:44'),(79153,29295,'action started via WP Cron','2021-02-04 17:11:03','2021-02-04 09:11:03'),(79154,29295,'action complete via WP Cron','2021-02-04 17:11:03','2021-02-04 09:11:03'),(79155,29296,'action created','2021-02-04 17:11:03','2021-02-04 09:11:03'),(79156,29296,'action started via WP Cron','2021-02-04 17:12:01','2021-02-04 09:12:01'),(79157,29296,'action complete via WP Cron','2021-02-04 17:12:01','2021-02-04 09:12:01'),(79158,29297,'action created','2021-02-04 17:12:02','2021-02-04 09:12:02'),(79159,29297,'action started via WP Cron','2021-02-04 17:13:02','2021-02-04 09:13:02'),(79160,29297,'action complete via WP Cron','2021-02-04 17:13:02','2021-02-04 09:13:02'),(79161,29298,'action created','2021-02-04 17:13:03','2021-02-04 09:13:03'),(79162,29298,'action started via WP Cron','2021-02-04 17:15:49','2021-02-04 09:15:49'),(79163,29298,'action complete via WP Cron','2021-02-04 17:15:49','2021-02-04 09:15:49'),(79164,29299,'action created','2021-02-04 17:15:50','2021-02-04 09:15:50'),(79165,29299,'action started via WP Cron','2021-02-04 17:16:42','2021-02-04 09:16:42'),(79166,29299,'action complete via WP Cron','2021-02-04 17:16:42','2021-02-04 09:16:42'),(79167,29300,'action created','2021-02-04 17:16:43','2021-02-04 09:16:43'),(79168,29300,'action started via WP Cron','2021-02-04 17:23:32','2021-02-04 09:23:32'),(79169,29300,'action complete via WP Cron','2021-02-04 17:23:32','2021-02-04 09:23:32'),(79170,29301,'action created','2021-02-04 17:23:32','2021-02-04 09:23:32'),(79171,29301,'action started via WP Cron','2021-02-04 17:24:33','2021-02-04 09:24:33'),(79172,29301,'action complete via WP Cron','2021-02-04 17:24:33','2021-02-04 09:24:33'),(79173,29302,'action created','2021-02-04 17:24:33','2021-02-04 09:24:33'),(79174,29302,'action started via WP Cron','2021-02-04 17:25:00','2021-02-04 09:25:00'),(79175,29302,'action complete via WP Cron','2021-02-04 17:25:00','2021-02-04 09:25:00'),(79176,29303,'action created','2021-02-04 17:25:00','2021-02-04 09:25:00'),(79177,29303,'action started via WP Cron','2021-02-04 17:26:10','2021-02-04 09:26:10'),(79178,29303,'action complete via WP Cron','2021-02-04 17:26:10','2021-02-04 09:26:10'),(79179,29304,'action created','2021-02-04 17:26:10','2021-02-04 09:26:10'),(79180,29304,'action started via WP Cron','2021-02-04 17:27:04','2021-02-04 09:27:04'),(79181,29304,'action complete via WP Cron','2021-02-04 17:27:04','2021-02-04 09:27:04'),(79182,29305,'action created','2021-02-04 17:27:04','2021-02-04 09:27:04'),(79183,29305,'action started via WP Cron','2021-02-04 17:27:52','2021-02-04 09:27:52'),(79184,29305,'action complete via WP Cron','2021-02-04 17:27:52','2021-02-04 09:27:52'),(79185,29306,'action created','2021-02-04 17:27:52','2021-02-04 09:27:52'),(79186,29306,'action started via WP Cron','2021-02-04 17:29:25','2021-02-04 09:29:25'),(79187,29306,'action complete via WP Cron','2021-02-04 17:29:25','2021-02-04 09:29:25'),(79188,29307,'action created','2021-02-04 17:29:26','2021-02-04 09:29:26'),(79189,29307,'action started via WP Cron','2021-02-04 17:30:12','2021-02-04 09:30:12'),(79190,29307,'action complete via WP Cron','2021-02-04 17:30:12','2021-02-04 09:30:12'),(79191,29308,'action created','2021-02-04 17:30:13','2021-02-04 09:30:13'),(79192,29308,'action started via WP Cron','2021-02-04 17:31:04','2021-02-04 09:31:04'),(79193,29308,'action complete via WP Cron','2021-02-04 17:31:04','2021-02-04 09:31:04'),(79194,29309,'action created','2021-02-04 17:31:04','2021-02-04 09:31:04'),(79195,29309,'action started via WP Cron','2021-02-04 17:32:05','2021-02-04 09:32:05'),(79196,29309,'action complete via WP Cron','2021-02-04 17:32:05','2021-02-04 09:32:05'),(79197,29310,'action created','2021-02-04 17:32:05','2021-02-04 09:32:05'),(79198,29310,'action started via WP Cron','2021-02-04 17:32:56','2021-02-04 09:32:56'),(79199,29310,'action complete via WP Cron','2021-02-04 17:32:56','2021-02-04 09:32:56'),(79200,29311,'action created','2021-02-04 17:32:57','2021-02-04 09:32:57'),(79201,29311,'action started via WP Cron','2021-02-04 17:34:05','2021-02-04 09:34:05'),(79202,29311,'action complete via WP Cron','2021-02-04 17:34:05','2021-02-04 09:34:05'),(79203,29312,'action created','2021-02-04 17:34:05','2021-02-04 09:34:05'),(79204,29312,'action started via WP Cron','2021-02-04 17:34:50','2021-02-04 09:34:50'),(79205,29312,'action complete via WP Cron','2021-02-04 17:34:50','2021-02-04 09:34:50'),(79206,29313,'action created','2021-02-04 17:35:14','2021-02-04 09:35:14'),(79207,29313,'action started via WP Cron','2021-02-04 17:36:08','2021-02-04 09:36:08'),(79208,29313,'action complete via WP Cron','2021-02-04 17:36:08','2021-02-04 09:36:08'),(79209,29314,'action created','2021-02-04 17:36:08','2021-02-04 09:36:08'),(79210,29314,'action started via WP Cron','2021-02-04 17:37:14','2021-02-04 09:37:14'),(79211,29314,'action complete via WP Cron','2021-02-04 17:37:14','2021-02-04 09:37:14'),(79212,29315,'action created','2021-02-04 17:37:14','2021-02-04 09:37:14'),(79213,29315,'action started via WP Cron','2021-02-04 17:38:21','2021-02-04 09:38:21'),(79214,29315,'action complete via WP Cron','2021-02-04 17:38:21','2021-02-04 09:38:21'),(79215,29316,'action created','2021-02-04 17:38:21','2021-02-04 09:38:21'),(79216,29316,'action started via WP Cron','2021-02-04 17:38:48','2021-02-04 09:38:48'),(79217,29316,'action complete via WP Cron','2021-02-04 17:38:48','2021-02-04 09:38:48'),(79218,29317,'action created','2021-02-04 17:38:48','2021-02-04 09:38:48'),(79219,29317,'action started via WP Cron','2021-02-04 17:39:53','2021-02-04 09:39:53'),(79220,29317,'action complete via WP Cron','2021-02-04 17:39:53','2021-02-04 09:39:53'),(79221,29318,'action created','2021-02-04 17:39:53','2021-02-04 09:39:53'),(79222,29318,'action started via WP Cron','2021-02-04 17:41:00','2021-02-04 09:41:00'),(79223,29318,'action complete via WP Cron','2021-02-04 17:41:00','2021-02-04 09:41:00'),(79224,29319,'action created','2021-02-04 17:41:00','2021-02-04 09:41:00'),(79225,29319,'action started via WP Cron','2021-02-04 17:41:59','2021-02-04 09:41:59'),(79226,29319,'action complete via WP Cron','2021-02-04 17:41:59','2021-02-04 09:41:59'),(79227,29320,'action created','2021-02-04 17:41:59','2021-02-04 09:41:59'),(79228,29320,'action started via WP Cron','2021-02-04 17:42:53','2021-02-04 09:42:53'),(79229,29320,'action complete via WP Cron','2021-02-04 17:42:53','2021-02-04 09:42:53'),(79230,29321,'action created','2021-02-04 17:42:53','2021-02-04 09:42:53'),(79231,29321,'action started via WP Cron','2021-02-04 17:44:13','2021-02-04 09:44:13'),(79232,29321,'action complete via WP Cron','2021-02-04 17:44:13','2021-02-04 09:44:13'),(79233,29322,'action created','2021-02-04 17:44:13','2021-02-04 09:44:13'),(79234,29322,'action started via WP Cron','2021-02-04 17:44:55','2021-02-04 09:44:55'),(79235,29322,'action complete via WP Cron','2021-02-04 17:44:55','2021-02-04 09:44:55'),(79236,29323,'action created','2021-02-04 17:44:55','2021-02-04 09:44:55'),(79237,29323,'action started via WP Cron','2021-02-04 17:46:16','2021-02-04 09:46:16'),(79238,29323,'action complete via WP Cron','2021-02-04 17:46:16','2021-02-04 09:46:16'),(79239,29324,'action created','2021-02-04 17:46:16','2021-02-04 09:46:16'),(79240,29324,'action started via WP Cron','2021-02-04 17:46:56','2021-02-04 09:46:56'),(79241,29324,'action complete via WP Cron','2021-02-04 17:46:56','2021-02-04 09:46:56'),(79242,29325,'action created','2021-02-04 17:46:56','2021-02-04 09:46:56'),(79243,29325,'action started via WP Cron','2021-02-04 17:48:03','2021-02-04 09:48:03'),(79244,29325,'action complete via WP Cron','2021-02-04 17:48:03','2021-02-04 09:48:03'),(79245,29326,'action created','2021-02-04 17:48:03','2021-02-04 09:48:03'),(79246,29326,'action started via WP Cron','2021-02-04 17:49:05','2021-02-04 09:49:05'),(79247,29326,'action complete via WP Cron','2021-02-04 17:49:05','2021-02-04 09:49:05'),(79248,29327,'action created','2021-02-04 17:49:05','2021-02-04 09:49:05'),(79249,29327,'action started via WP Cron','2021-02-04 17:49:45','2021-02-04 09:49:45'),(79250,29327,'action complete via WP Cron','2021-02-04 17:49:45','2021-02-04 09:49:45'),(79251,29328,'action created','2021-02-04 17:49:45','2021-02-04 09:49:45'),(79252,29328,'action started via WP Cron','2021-02-04 17:51:00','2021-02-04 09:51:00'),(79253,29328,'action complete via WP Cron','2021-02-04 17:51:00','2021-02-04 09:51:00'),(79254,29329,'action created','2021-02-04 17:51:00','2021-02-04 09:51:00'),(79255,29329,'action started via WP Cron','2021-02-04 17:51:41','2021-02-04 09:51:41'),(79256,29329,'action complete via WP Cron','2021-02-04 17:51:41','2021-02-04 09:51:41'),(79257,29330,'action created','2021-02-04 17:51:41','2021-02-04 09:51:41'),(79258,29330,'action started via WP Cron','2021-02-04 17:53:05','2021-02-04 09:53:05'),(79259,29330,'action complete via WP Cron','2021-02-04 17:53:05','2021-02-04 09:53:05'),(79260,29331,'action created','2021-02-04 17:53:33','2021-02-04 09:53:33'),(79261,29331,'action started via WP Cron','2021-02-04 17:54:07','2021-02-04 09:54:07'),(79262,29331,'action complete via WP Cron','2021-02-04 17:54:07','2021-02-04 09:54:07'),(79263,29332,'action created','2021-02-04 17:54:07','2021-02-04 09:54:07'),(79264,29332,'action started via WP Cron','2021-02-04 17:54:55','2021-02-04 09:54:55'),(79265,29332,'action complete via WP Cron','2021-02-04 17:54:55','2021-02-04 09:54:55'),(79266,29333,'action created','2021-02-04 17:54:55','2021-02-04 09:54:55'),(79267,29333,'action started via WP Cron','2021-02-04 17:55:50','2021-02-04 09:55:50'),(79268,29333,'action complete via WP Cron','2021-02-04 17:55:50','2021-02-04 09:55:50'),(79269,29334,'action created','2021-02-04 17:55:50','2021-02-04 09:55:50'),(79270,29334,'action started via WP Cron','2021-02-04 17:56:43','2021-02-04 09:56:43'),(79271,29334,'action complete via WP Cron','2021-02-04 17:56:43','2021-02-04 09:56:43'),(79272,29335,'action created','2021-02-04 17:56:43','2021-02-04 09:56:43'),(79273,29335,'action started via WP Cron','2021-02-04 17:58:11','2021-02-04 09:58:11'),(79274,29335,'action complete via WP Cron','2021-02-04 17:58:11','2021-02-04 09:58:11'),(79275,29336,'action created','2021-02-04 17:58:11','2021-02-04 09:58:11'),(79276,29336,'action started via WP Cron','2021-02-04 17:59:06','2021-02-04 09:59:06'),(79277,29336,'action complete via WP Cron','2021-02-04 17:59:06','2021-02-04 09:59:06'),(79278,29337,'action created','2021-02-04 17:59:06','2021-02-04 09:59:06'),(79279,29337,'action started via WP Cron','2021-02-04 18:00:06','2021-02-04 10:00:06'),(79280,29337,'action complete via WP Cron','2021-02-04 18:00:06','2021-02-04 10:00:06'),(79281,29338,'action created','2021-02-04 18:00:06','2021-02-04 10:00:06'),(79282,29338,'action started via WP Cron','2021-02-04 18:00:57','2021-02-04 10:00:57'),(79283,29338,'action complete via WP Cron','2021-02-04 18:00:57','2021-02-04 10:00:57'),(79284,29339,'action created','2021-02-04 18:00:57','2021-02-04 10:00:57'),(79285,29339,'action started via WP Cron','2021-02-04 18:02:04','2021-02-04 10:02:04'),(79286,29339,'action complete via WP Cron','2021-02-04 18:02:04','2021-02-04 10:02:04'),(79287,29340,'action created','2021-02-04 18:02:04','2021-02-04 10:02:04'),(79288,29340,'action started via WP Cron','2021-02-04 18:02:59','2021-02-04 10:02:59'),(79289,29340,'action complete via WP Cron','2021-02-04 18:02:59','2021-02-04 10:02:59'),(79290,29341,'action created','2021-02-04 18:02:59','2021-02-04 10:02:59'),(79291,29341,'action started via WP Cron','2021-02-04 18:03:50','2021-02-04 10:03:50'),(79292,29341,'action complete via WP Cron','2021-02-04 18:03:50','2021-02-04 10:03:50'),(79293,29342,'action created','2021-02-04 18:03:51','2021-02-04 10:03:51'),(79294,29342,'action started via WP Cron','2021-02-04 18:04:42','2021-02-04 10:04:42'),(79295,29342,'action complete via WP Cron','2021-02-04 18:04:42','2021-02-04 10:04:42'),(79296,29343,'action created','2021-02-04 18:04:42','2021-02-04 10:04:42'),(79297,29343,'action started via WP Cron','2021-02-04 18:05:55','2021-02-04 10:05:55'),(79298,29343,'action complete via WP Cron','2021-02-04 18:05:55','2021-02-04 10:05:55'),(79299,29344,'action created','2021-02-04 18:05:55','2021-02-04 10:05:55'),(79300,29344,'action started via WP Cron','2021-02-04 18:06:41','2021-02-04 10:06:41'),(79301,29344,'action complete via WP Cron','2021-02-04 18:06:41','2021-02-04 10:06:41'),(79302,29345,'action created','2021-02-04 18:06:41','2021-02-04 10:06:41'),(79303,29345,'action started via WP Cron','2021-02-04 18:07:48','2021-02-04 10:07:48'),(79304,29345,'action complete via WP Cron','2021-02-04 18:07:48','2021-02-04 10:07:48'),(79305,29346,'action created','2021-02-04 18:07:48','2021-02-04 10:07:48'),(79306,29346,'action started via WP Cron','2021-02-04 18:09:11','2021-02-04 10:09:11'),(79307,29346,'action complete via WP Cron','2021-02-04 18:09:11','2021-02-04 10:09:11'),(79308,29347,'action created','2021-02-04 18:09:11','2021-02-04 10:09:11'),(79309,29347,'action started via WP Cron','2021-02-04 18:10:00','2021-02-04 10:10:00'),(79310,29347,'action complete via WP Cron','2021-02-04 18:10:00','2021-02-04 10:10:00'),(79311,29348,'action created','2021-02-04 18:10:00','2021-02-04 10:10:00'),(79312,29348,'action started via WP Cron','2021-02-04 18:10:55','2021-02-04 10:10:55'),(79313,29348,'action complete via WP Cron','2021-02-04 18:10:55','2021-02-04 10:10:55'),(79314,29349,'action created','2021-02-04 18:10:55','2021-02-04 10:10:55'),(79315,29349,'action started via WP Cron','2021-02-04 18:11:42','2021-02-04 10:11:42'),(79316,29349,'action complete via WP Cron','2021-02-04 18:11:42','2021-02-04 10:11:42'),(79317,29350,'action created','2021-02-04 18:11:58','2021-02-04 10:11:58'),(79318,29350,'action started via WP Cron','2021-02-04 18:14:03','2021-02-04 10:14:03'),(79319,29350,'action complete via WP Cron','2021-02-04 18:14:03','2021-02-04 10:14:03'),(79320,29351,'action created','2021-02-04 18:14:03','2021-02-04 10:14:03'),(79321,29351,'action started via WP Cron','2021-02-04 18:15:06','2021-02-04 10:15:06'),(79322,29351,'action complete via WP Cron','2021-02-04 18:15:06','2021-02-04 10:15:06'),(79323,29352,'action created','2021-02-04 18:15:06','2021-02-04 10:15:06'),(79324,29352,'action started via WP Cron','2021-02-04 18:16:04','2021-02-04 10:16:04'),(79325,29352,'action complete via WP Cron','2021-02-04 18:16:04','2021-02-04 10:16:04'),(79326,29353,'action created','2021-02-04 18:16:04','2021-02-04 10:16:04'),(79327,29353,'action started via WP Cron','2021-02-04 18:16:52','2021-02-04 10:16:52'),(79328,29353,'action complete via WP Cron','2021-02-04 18:16:52','2021-02-04 10:16:52'),(79329,29354,'action created','2021-02-04 18:16:52','2021-02-04 10:16:52'),(79330,29354,'action started via WP Cron','2021-02-04 18:19:28','2021-02-04 10:19:28'),(79331,29354,'action complete via WP Cron','2021-02-04 18:19:28','2021-02-04 10:19:28'),(79332,29355,'action created','2021-02-04 18:19:28','2021-02-04 10:19:28'),(79333,29355,'action started via WP Cron','2021-02-04 18:28:39','2021-02-04 10:28:39'),(79334,29355,'action complete via WP Cron','2021-02-04 18:28:39','2021-02-04 10:28:39'),(79335,29356,'action created','2021-02-04 18:28:40','2021-02-04 10:28:40'),(79336,29356,'action started via WP Cron','2021-02-04 18:29:59','2021-02-04 10:29:59'),(79337,29356,'action complete via WP Cron','2021-02-04 18:29:59','2021-02-04 10:29:59'),(79338,29357,'action created','2021-02-04 18:29:59','2021-02-04 10:29:59'),(79339,29357,'action started via WP Cron','2021-02-04 18:41:33','2021-02-04 10:41:33'),(79340,29357,'action complete via WP Cron','2021-02-04 18:41:33','2021-02-04 10:41:33'),(79341,29358,'action created','2021-02-04 18:41:33','2021-02-04 10:41:33'),(79342,29358,'action started via WP Cron','2021-02-04 18:41:43','2021-02-04 10:41:43'),(79343,29358,'action complete via WP Cron','2021-02-04 18:41:43','2021-02-04 10:41:43'),(79344,29359,'action created','2021-02-04 18:41:43','2021-02-04 10:41:43'),(79345,29359,'action started via WP Cron','2021-02-04 18:51:02','2021-02-04 10:51:02'),(79346,29359,'action complete via WP Cron','2021-02-04 18:51:02','2021-02-04 10:51:02'),(79347,29360,'action created','2021-02-04 18:51:23','2021-02-04 10:51:23'),(79348,29360,'action started via WP Cron','2021-02-04 18:54:47','2021-02-04 10:54:47'),(79349,29360,'action complete via WP Cron','2021-02-04 18:54:47','2021-02-04 10:54:47'),(79350,29361,'action created','2021-02-04 18:54:47','2021-02-04 10:54:47'),(79351,29361,'action started via WP Cron','2021-02-04 18:56:31','2021-02-04 10:56:31'),(79352,29361,'action complete via WP Cron','2021-02-04 18:56:31','2021-02-04 10:56:31'),(79353,29362,'action created','2021-02-04 18:56:31','2021-02-04 10:56:31'),(79354,29362,'action started via WP Cron','2021-02-04 18:57:05','2021-02-04 10:57:05'),(79355,29362,'action complete via WP Cron','2021-02-04 18:57:05','2021-02-04 10:57:05'),(79356,29363,'action created','2021-02-04 18:57:05','2021-02-04 10:57:05'),(79357,29363,'action started via WP Cron','2021-02-04 18:59:22','2021-02-04 10:59:22'),(79358,29363,'action complete via WP Cron','2021-02-04 18:59:22','2021-02-04 10:59:22'),(79359,29364,'action created','2021-02-04 18:59:22','2021-02-04 10:59:22'),(79360,29364,'action started via WP Cron','2021-02-04 19:00:23','2021-02-04 11:00:23'),(79361,29364,'action complete via WP Cron','2021-02-04 19:00:23','2021-02-04 11:00:23'),(79362,29365,'action created','2021-02-04 19:00:23','2021-02-04 11:00:23'),(79363,29365,'action started via WP Cron','2021-02-04 19:01:23','2021-02-04 11:01:23'),(79364,29365,'action complete via WP Cron','2021-02-04 19:01:23','2021-02-04 11:01:23'),(79365,29366,'action created','2021-02-04 19:01:23','2021-02-04 11:01:23'),(79366,29366,'action started via WP Cron','2021-02-04 19:03:16','2021-02-04 11:03:16'),(79367,29366,'action complete via WP Cron','2021-02-04 19:03:16','2021-02-04 11:03:16'),(79368,29367,'action created','2021-02-04 19:03:16','2021-02-04 11:03:16'),(79369,29367,'action started via WP Cron','2021-02-04 19:03:41','2021-02-04 11:03:41'),(79370,29367,'action complete via WP Cron','2021-02-04 19:03:41','2021-02-04 11:03:41'),(79371,29368,'action created','2021-02-04 19:03:42','2021-02-04 11:03:42'),(79372,29368,'action started via WP Cron','2021-02-04 19:05:28','2021-02-04 11:05:28'),(79373,29368,'action complete via WP Cron','2021-02-04 19:05:28','2021-02-04 11:05:28'),(79374,29369,'action created','2021-02-04 19:05:28','2021-02-04 11:05:28'),(79375,29369,'action started via WP Cron','2021-02-04 19:14:56','2021-02-04 11:14:56'),(79376,29369,'action complete via WP Cron','2021-02-04 19:14:56','2021-02-04 11:14:56'),(79377,29370,'action created','2021-02-04 19:14:58','2021-02-04 11:14:58'),(79378,29370,'action started via WP Cron','2021-02-04 19:16:04','2021-02-04 11:16:04'),(79379,29370,'action complete via WP Cron','2021-02-04 19:16:04','2021-02-04 11:16:04'),(79380,29371,'action created','2021-02-04 19:16:04','2021-02-04 11:16:04'),(79381,29371,'action started via WP Cron','2021-02-04 19:17:05','2021-02-04 11:17:05'),(79382,29371,'action complete via WP Cron','2021-02-04 19:17:05','2021-02-04 11:17:05'),(79383,29372,'action created','2021-02-04 19:17:05','2021-02-04 11:17:05'),(79384,29372,'action started via WP Cron','2021-02-04 19:18:06','2021-02-04 11:18:06'),(79385,29372,'action complete via WP Cron','2021-02-04 19:18:06','2021-02-04 11:18:06'),(79386,29373,'action created','2021-02-04 19:18:06','2021-02-04 11:18:06'),(79387,29373,'action started via WP Cron','2021-02-04 19:20:08','2021-02-04 11:20:08'),(79388,29373,'action complete via WP Cron','2021-02-04 19:20:08','2021-02-04 11:20:08'),(79389,29374,'action created','2021-02-04 19:20:08','2021-02-04 11:20:08'),(79390,29374,'action started via WP Cron','2021-02-04 19:21:09','2021-02-04 11:21:09'),(79391,29374,'action complete via WP Cron','2021-02-04 19:21:09','2021-02-04 11:21:09'),(79392,29375,'action created','2021-02-04 19:21:09','2021-02-04 11:21:09'),(79393,29375,'action started via WP Cron','2021-02-04 19:26:23','2021-02-04 11:26:23'),(79394,29375,'action complete via WP Cron','2021-02-04 19:26:23','2021-02-04 11:26:23'),(79395,29376,'action created','2021-02-04 19:26:23','2021-02-04 11:26:23'),(79396,29376,'action started via WP Cron','2021-02-04 19:30:22','2021-02-04 11:30:22'),(79397,29376,'action complete via WP Cron','2021-02-04 19:30:22','2021-02-04 11:30:22'),(79398,29377,'action created','2021-02-04 19:30:22','2021-02-04 11:30:22'),(79399,29377,'action started via WP Cron','2021-02-04 19:31:32','2021-02-04 11:31:32'),(79400,29377,'action complete via WP Cron','2021-02-04 19:31:33','2021-02-04 11:31:33'),(79401,29378,'action created','2021-02-04 19:32:32','2021-02-04 11:32:32'),(79402,29379,'action created','2021-02-04 19:32:32','2021-02-04 11:32:32'),(79403,29379,'action started via WP Cron','2021-02-04 19:34:34','2021-02-04 11:34:34'),(79404,29379,'action complete via WP Cron','2021-02-04 19:34:34','2021-02-04 11:34:34'),(79405,29378,'action started via WP Cron','2021-02-04 19:34:34','2021-02-04 11:34:34'),(79406,29378,'action complete via WP Cron','2021-02-04 19:34:34','2021-02-04 11:34:34'),(79407,29380,'action created','2021-02-04 19:34:34','2021-02-04 11:34:34'),(79408,29380,'action started via WP Cron','2021-02-04 19:35:34','2021-02-04 11:35:34'),(79409,29380,'action complete via WP Cron','2021-02-04 19:35:34','2021-02-04 11:35:34'),(79410,29381,'action created','2021-02-04 19:35:34','2021-02-04 11:35:34'),(79411,29381,'action started via WP Cron','2021-02-04 19:36:35','2021-02-04 11:36:35'),(79412,29381,'action complete via WP Cron','2021-02-04 19:36:35','2021-02-04 11:36:35'),(79413,29382,'action created','2021-02-04 19:36:35','2021-02-04 11:36:35'),(79414,29382,'action started via WP Cron','2021-02-04 19:45:35','2021-02-04 11:45:35'),(79415,29382,'action complete via WP Cron','2021-02-04 19:45:35','2021-02-04 11:45:35'),(79416,29383,'action created','2021-02-04 19:45:35','2021-02-04 11:45:35'),(79417,29383,'action started via WP Cron','2021-02-04 19:52:50','2021-02-04 11:52:50'),(79418,29383,'action complete via WP Cron','2021-02-04 19:52:50','2021-02-04 11:52:50'),(79419,29384,'action created','2021-02-04 19:52:50','2021-02-04 11:52:50'),(79420,29384,'action started via WP Cron','2021-02-04 20:05:11','2021-02-04 12:05:11'),(79421,29384,'action complete via WP Cron','2021-02-04 20:05:11','2021-02-04 12:05:11'),(79422,29385,'action created','2021-02-04 20:05:11','2021-02-04 12:05:11'),(79423,29385,'action started via WP Cron','2021-02-04 20:06:28','2021-02-04 12:06:28'),(79424,29385,'action complete via WP Cron','2021-02-04 20:06:28','2021-02-04 12:06:28'),(79425,29386,'action created','2021-02-04 20:06:28','2021-02-04 12:06:28'),(79426,29386,'action started via WP Cron','2021-02-04 20:13:56','2021-02-04 12:13:56'),(79427,29386,'action complete via WP Cron','2021-02-04 20:13:56','2021-02-04 12:13:56'),(79428,29387,'action created','2021-02-04 20:13:57','2021-02-04 12:13:57'),(79429,29387,'action started via WP Cron','2021-02-04 20:17:46','2021-02-04 12:17:46'),(79430,29387,'action complete via WP Cron','2021-02-04 20:17:46','2021-02-04 12:17:46'),(79431,29388,'action created','2021-02-04 20:17:46','2021-02-04 12:17:46'),(79432,29388,'action started via WP Cron','2021-02-04 20:20:08','2021-02-04 12:20:08'),(79433,29388,'action complete via WP Cron','2021-02-04 20:20:08','2021-02-04 12:20:08'),(79434,29389,'action created','2021-02-04 20:20:08','2021-02-04 12:20:08'),(79435,29389,'action started via WP Cron','2021-02-04 20:21:47','2021-02-04 12:21:47'),(79436,29389,'action complete via WP Cron','2021-02-04 20:21:47','2021-02-04 12:21:47'),(79437,29390,'action created','2021-02-04 20:21:47','2021-02-04 12:21:47'),(79438,29390,'action started via WP Cron','2021-02-04 20:22:55','2021-02-04 12:22:55'),(79439,29390,'action complete via WP Cron','2021-02-04 20:22:55','2021-02-04 12:22:55'),(79440,29391,'action created','2021-02-04 20:22:55','2021-02-04 12:22:55'),(79441,29391,'action started via WP Cron','2021-02-04 20:23:56','2021-02-04 12:23:56'),(79442,29391,'action complete via WP Cron','2021-02-04 20:23:56','2021-02-04 12:23:56'),(79443,29392,'action created','2021-02-04 20:23:56','2021-02-04 12:23:56'),(79444,29392,'action started via WP Cron','2021-02-04 20:24:58','2021-02-04 12:24:58'),(79445,29392,'action complete via WP Cron','2021-02-04 20:24:58','2021-02-04 12:24:58'),(79446,29393,'action created','2021-02-04 20:24:58','2021-02-04 12:24:58'),(79447,29393,'action started via WP Cron','2021-02-04 20:26:17','2021-02-04 12:26:17'),(79448,29393,'action complete via WP Cron','2021-02-04 20:26:17','2021-02-04 12:26:17'),(79449,29394,'action created','2021-02-04 20:26:17','2021-02-04 12:26:17'),(79450,29394,'action started via WP Cron','2021-02-04 20:26:45','2021-02-04 12:26:45'),(79451,29394,'action complete via WP Cron','2021-02-04 20:26:45','2021-02-04 12:26:45'),(79452,29395,'action created','2021-02-04 20:26:45','2021-02-04 12:26:45'),(79453,29395,'action started via WP Cron','2021-02-04 20:28:10','2021-02-04 12:28:10'),(79454,29395,'action complete via WP Cron','2021-02-04 20:28:10','2021-02-04 12:28:10'),(79455,29396,'action created','2021-02-04 20:28:10','2021-02-04 12:28:10'),(79456,29396,'action started via WP Cron','2021-02-04 20:29:28','2021-02-04 12:29:28'),(79457,29396,'action complete via WP Cron','2021-02-04 20:29:28','2021-02-04 12:29:28'),(79458,29397,'action created','2021-02-04 20:29:28','2021-02-04 12:29:28'),(79459,29397,'action started via WP Cron','2021-02-04 20:29:50','2021-02-04 12:29:50'),(79460,29397,'action complete via WP Cron','2021-02-04 20:29:50','2021-02-04 12:29:50'),(79461,29398,'action created','2021-02-04 20:29:50','2021-02-04 12:29:50'),(79462,29398,'action started via WP Cron','2021-02-04 20:30:54','2021-02-04 12:30:54'),(79463,29398,'action complete via WP Cron','2021-02-04 20:30:54','2021-02-04 12:30:54'),(79464,29399,'action created','2021-02-04 20:30:54','2021-02-04 12:30:54'),(79465,29399,'action started via WP Cron','2021-02-04 20:31:41','2021-02-04 12:31:41'),(79466,29399,'action complete via WP Cron','2021-02-04 20:31:41','2021-02-04 12:31:41'),(79467,29400,'action created','2021-02-04 20:31:41','2021-02-04 12:31:41'),(79468,29400,'action started via WP Cron','2021-02-04 20:32:56','2021-02-04 12:32:56'),(79469,29400,'action complete via WP Cron','2021-02-04 20:32:56','2021-02-04 12:32:56'),(79470,29401,'action created','2021-02-04 20:32:56','2021-02-04 12:32:56'),(79471,29401,'action started via WP Cron','2021-02-04 20:33:49','2021-02-04 12:33:49'),(79472,29401,'action complete via WP Cron','2021-02-04 20:33:49','2021-02-04 12:33:49'),(79473,29402,'action created','2021-02-04 20:33:49','2021-02-04 12:33:49'),(79474,29402,'action started via WP Cron','2021-02-04 20:34:51','2021-02-04 12:34:51'),(79475,29402,'action complete via WP Cron','2021-02-04 20:34:51','2021-02-04 12:34:51'),(79476,29403,'action created','2021-02-04 20:34:51','2021-02-04 12:34:51'),(79477,29403,'action started via WP Cron','2021-02-04 20:35:42','2021-02-04 12:35:42'),(79478,29403,'action complete via WP Cron','2021-02-04 20:35:42','2021-02-04 12:35:42'),(79479,29404,'action created','2021-02-04 20:35:42','2021-02-04 12:35:42'),(79480,29404,'action started via WP Cron','2021-02-04 20:36:54','2021-02-04 12:36:54'),(79481,29404,'action complete via WP Cron','2021-02-04 20:36:54','2021-02-04 12:36:54'),(79482,29405,'action created','2021-02-04 20:36:56','2021-02-04 12:36:56'),(79483,29405,'action started via WP Cron','2021-02-04 20:37:47','2021-02-04 12:37:47'),(79484,29405,'action complete via WP Cron','2021-02-04 20:37:47','2021-02-04 12:37:47'),(79485,29406,'action created','2021-02-04 20:37:48','2021-02-04 12:37:48'),(79486,29406,'action started via WP Cron','2021-02-04 20:38:49','2021-02-04 12:38:49'),(79487,29406,'action complete via WP Cron','2021-02-04 20:38:49','2021-02-04 12:38:49'),(79488,29407,'action created','2021-02-04 20:38:49','2021-02-04 12:38:49'),(79489,29407,'action started via WP Cron','2021-02-04 20:39:45','2021-02-04 12:39:45'),(79490,29407,'action complete via WP Cron','2021-02-04 20:39:45','2021-02-04 12:39:45'),(79491,29408,'action created','2021-02-04 20:39:45','2021-02-04 12:39:45'),(79492,29408,'action started via WP Cron','2021-02-04 20:40:41','2021-02-04 12:40:41'),(79493,29408,'action complete via WP Cron','2021-02-04 20:40:41','2021-02-04 12:40:41'),(79494,29409,'action created','2021-02-04 20:40:41','2021-02-04 12:40:41'),(79495,29409,'action started via WP Cron','2021-02-04 20:41:45','2021-02-04 12:41:45'),(79496,29409,'action complete via WP Cron','2021-02-04 20:41:45','2021-02-04 12:41:45'),(79497,29410,'action created','2021-02-04 20:41:45','2021-02-04 12:41:45'),(79498,29410,'action started via WP Cron','2021-02-04 20:42:44','2021-02-04 12:42:44'),(79499,29410,'action complete via WP Cron','2021-02-04 20:42:44','2021-02-04 12:42:44'),(79500,29411,'action created','2021-02-04 20:42:44','2021-02-04 12:42:44'),(79501,29411,'action started via WP Cron','2021-02-04 20:43:47','2021-02-04 12:43:47'),(79502,29411,'action complete via WP Cron','2021-02-04 20:43:47','2021-02-04 12:43:47'),(79503,29412,'action created','2021-02-04 20:43:47','2021-02-04 12:43:47'),(79504,29412,'action started via WP Cron','2021-02-04 20:44:43','2021-02-04 12:44:43'),(79505,29412,'action complete via WP Cron','2021-02-04 20:44:43','2021-02-04 12:44:43'),(79506,29413,'action created','2021-02-04 20:44:43','2021-02-04 12:44:43'),(79507,29413,'action started via WP Cron','2021-02-04 20:45:45','2021-02-04 12:45:45'),(79508,29413,'action complete via WP Cron','2021-02-04 20:45:45','2021-02-04 12:45:45'),(79509,29414,'action created','2021-02-04 20:45:45','2021-02-04 12:45:45'),(79510,29414,'action started via WP Cron','2021-02-04 20:46:43','2021-02-04 12:46:43'),(79511,29414,'action complete via WP Cron','2021-02-04 20:46:43','2021-02-04 12:46:43'),(79512,29415,'action created','2021-02-04 20:46:43','2021-02-04 12:46:43'),(79513,29415,'action started via WP Cron','2021-02-04 20:47:46','2021-02-04 12:47:46'),(79514,29415,'action complete via WP Cron','2021-02-04 20:47:46','2021-02-04 12:47:46'),(79515,29416,'action created','2021-02-04 20:47:46','2021-02-04 12:47:46'),(79516,29416,'action started via WP Cron','2021-02-04 20:48:43','2021-02-04 12:48:43'),(79517,29416,'action complete via WP Cron','2021-02-04 20:48:43','2021-02-04 12:48:43'),(79518,29417,'action created','2021-02-04 20:48:43','2021-02-04 12:48:43'),(79519,29417,'action started via WP Cron','2021-02-04 20:51:58','2021-02-04 12:51:58'),(79520,29417,'action complete via WP Cron','2021-02-04 20:51:58','2021-02-04 12:51:58'),(79521,29418,'action created','2021-02-04 20:51:58','2021-02-04 12:51:58'),(79522,29418,'action started via WP Cron','2021-02-04 20:52:53','2021-02-04 12:52:53'),(79523,29418,'action complete via WP Cron','2021-02-04 20:52:53','2021-02-04 12:52:53'),(79524,29419,'action created','2021-02-04 20:52:53','2021-02-04 12:52:53'),(79525,29419,'action started via WP Cron','2021-02-04 20:59:49','2021-02-04 12:59:49'),(79526,29419,'action complete via WP Cron','2021-02-04 20:59:49','2021-02-04 12:59:49'),(79527,29420,'action created','2021-02-04 20:59:50','2021-02-04 12:59:50'),(79528,29420,'action started via WP Cron','2021-02-04 21:14:57','2021-02-04 13:14:57'),(79529,29420,'action complete via WP Cron','2021-02-04 21:14:57','2021-02-04 13:14:57'),(79530,29421,'action created','2021-02-04 21:14:57','2021-02-04 13:14:57'),(79531,29421,'action started via WP Cron','2021-02-04 21:16:34','2021-02-04 13:16:34'),(79532,29421,'action complete via WP Cron','2021-02-04 21:16:34','2021-02-04 13:16:34'),(79533,29422,'action created','2021-02-04 21:16:34','2021-02-04 13:16:34'),(79534,29422,'action started via WP Cron','2021-02-04 21:16:46','2021-02-04 13:16:46'),(79535,29422,'action complete via WP Cron','2021-02-04 21:16:46','2021-02-04 13:16:46'),(79536,29423,'action created','2021-02-04 21:16:46','2021-02-04 13:16:46'),(79537,29423,'action started via WP Cron','2021-02-04 21:17:53','2021-02-04 13:17:53'),(79538,29423,'action complete via WP Cron','2021-02-04 21:17:53','2021-02-04 13:17:53'),(79539,29424,'action created','2021-02-04 21:17:53','2021-02-04 13:17:53'),(79540,29424,'action started via WP Cron','2021-02-04 21:19:13','2021-02-04 13:19:13'),(79541,29424,'action complete via WP Cron','2021-02-04 21:19:13','2021-02-04 13:19:13'),(79542,29425,'action created','2021-02-04 21:19:14','2021-02-04 13:19:14'),(79543,29425,'action started via WP Cron','2021-02-04 21:21:29','2021-02-04 13:21:29'),(79544,29425,'action complete via WP Cron','2021-02-04 21:21:29','2021-02-04 13:21:29'),(79545,29426,'action created','2021-02-04 21:21:29','2021-02-04 13:21:29'),(79546,29426,'action started via WP Cron','2021-02-04 21:22:32','2021-02-04 13:22:32'),(79547,29426,'action complete via WP Cron','2021-02-04 21:22:32','2021-02-04 13:22:32'),(79548,29427,'action created','2021-02-04 21:22:32','2021-02-04 13:22:32'),(79549,29427,'action started via WP Cron','2021-02-04 21:24:13','2021-02-04 13:24:13'),(79550,29427,'action complete via WP Cron','2021-02-04 21:24:13','2021-02-04 13:24:13'),(79551,29428,'action created','2021-02-04 21:24:13','2021-02-04 13:24:13'),(79552,29428,'action started via WP Cron','2021-02-04 21:24:56','2021-02-04 13:24:56'),(79553,29428,'action complete via WP Cron','2021-02-04 21:24:56','2021-02-04 13:24:56'),(79554,29429,'action created','2021-02-04 21:24:56','2021-02-04 13:24:56'),(79555,29429,'action started via WP Cron','2021-02-04 21:25:57','2021-02-04 13:25:57'),(79556,29429,'action complete via WP Cron','2021-02-04 21:25:57','2021-02-04 13:25:57'),(79557,29430,'action created','2021-02-04 21:25:58','2021-02-04 13:25:58'),(79558,29430,'action started via WP Cron','2021-02-04 21:26:58','2021-02-04 13:26:58'),(79559,29430,'action complete via WP Cron','2021-02-04 21:26:58','2021-02-04 13:26:58'),(79560,29431,'action created','2021-02-04 21:26:58','2021-02-04 13:26:58'),(79561,29431,'action started via WP Cron','2021-02-04 21:28:03','2021-02-04 13:28:03'),(79562,29431,'action complete via WP Cron','2021-02-04 21:28:03','2021-02-04 13:28:03'),(79563,29432,'action created','2021-02-04 21:30:17','2021-02-04 13:30:17'),(79564,29432,'action started via WP Cron','2021-02-04 21:30:41','2021-02-04 13:30:41'),(79565,29432,'action complete via WP Cron','2021-02-04 21:30:41','2021-02-04 13:30:41'),(79566,29433,'action created','2021-02-04 21:30:41','2021-02-04 13:30:41'),(79567,29433,'action started via WP Cron','2021-02-04 21:45:18','2021-02-04 13:45:18'),(79568,29433,'action complete via WP Cron','2021-02-04 21:45:18','2021-02-04 13:45:18'),(79569,29434,'action created','2021-02-04 21:45:18','2021-02-04 13:45:18'),(79570,29434,'action started via WP Cron','2021-02-04 21:46:15','2021-02-04 13:46:15'),(79571,29434,'action complete via WP Cron','2021-02-04 21:46:15','2021-02-04 13:46:15'),(79572,29435,'action created','2021-02-04 21:46:15','2021-02-04 13:46:15'),(79573,29435,'action started via WP Cron','2021-02-04 21:47:32','2021-02-04 13:47:32'),(79574,29435,'action complete via WP Cron','2021-02-04 21:47:32','2021-02-04 13:47:32'),(79575,29436,'action created','2021-02-04 21:47:32','2021-02-04 13:47:32'),(79576,29436,'action started via WP Cron','2021-02-04 21:51:26','2021-02-04 13:51:26'),(79577,29436,'action complete via WP Cron','2021-02-04 21:51:26','2021-02-04 13:51:26'),(79578,29437,'action created','2021-02-04 21:51:26','2021-02-04 13:51:26'),(79579,29437,'action started via WP Cron','2021-02-04 21:56:52','2021-02-04 13:56:52'),(79580,29437,'action complete via WP Cron','2021-02-04 21:56:52','2021-02-04 13:56:52'),(79581,29438,'action created','2021-02-04 21:56:52','2021-02-04 13:56:52'),(79582,29438,'action started via WP Cron','2021-02-04 22:01:45','2021-02-04 14:01:45'),(79583,29438,'action complete via WP Cron','2021-02-04 22:01:45','2021-02-04 14:01:45'),(79584,29439,'action created','2021-02-04 22:01:45','2021-02-04 14:01:45'),(79585,29439,'action started via WP Cron','2021-02-04 22:16:24','2021-02-04 14:16:24'),(79586,29439,'action complete via WP Cron','2021-02-04 22:16:24','2021-02-04 14:16:24'),(79587,29440,'action created','2021-02-04 22:16:35','2021-02-04 14:16:35'),(79588,29440,'action started via WP Cron','2021-02-04 22:20:16','2021-02-04 14:20:16'),(79589,29440,'action complete via WP Cron','2021-02-04 22:20:16','2021-02-04 14:20:16'),(79590,29441,'action created','2021-02-04 22:20:16','2021-02-04 14:20:16'),(79591,29441,'action started via WP Cron','2021-02-04 22:24:54','2021-02-04 14:24:54'),(79592,29441,'action complete via WP Cron','2021-02-04 22:24:54','2021-02-04 14:24:54'),(79593,29442,'action created','2021-02-04 22:24:54','2021-02-04 14:24:54'),(79594,29442,'action started via WP Cron','2021-02-04 22:26:08','2021-02-04 14:26:08'),(79595,29442,'action complete via WP Cron','2021-02-04 22:26:08','2021-02-04 14:26:08'),(79596,29443,'action created','2021-02-04 22:26:08','2021-02-04 14:26:08'),(79597,29443,'action started via WP Cron','2021-02-04 22:27:01','2021-02-04 14:27:01'),(79598,29443,'action complete via WP Cron','2021-02-04 22:27:01','2021-02-04 14:27:01'),(79599,29444,'action created','2021-02-04 22:27:01','2021-02-04 14:27:01'),(79600,29444,'action started via WP Cron','2021-02-04 22:27:58','2021-02-04 14:27:58'),(79601,29444,'action complete via WP Cron','2021-02-04 22:27:58','2021-02-04 14:27:58'),(79602,29445,'action created','2021-02-04 22:27:58','2021-02-04 14:27:58'),(79603,29445,'action started via WP Cron','2021-02-04 22:28:59','2021-02-04 14:28:59'),(79604,29445,'action complete via WP Cron','2021-02-04 22:28:59','2021-02-04 14:28:59'),(79605,29446,'action created','2021-02-04 22:28:59','2021-02-04 14:28:59'),(79606,29446,'action started via WP Cron','2021-02-04 22:30:00','2021-02-04 14:30:00'),(79607,29446,'action complete via WP Cron','2021-02-04 22:30:00','2021-02-04 14:30:00'),(79608,29447,'action created','2021-02-04 22:30:00','2021-02-04 14:30:00'),(79609,29447,'action started via WP Cron','2021-02-04 22:30:46','2021-02-04 14:30:46'),(79610,29447,'action complete via WP Cron','2021-02-04 22:30:46','2021-02-04 14:30:46'),(79611,29448,'action created','2021-02-04 22:30:47','2021-02-04 14:30:47'),(79612,29448,'action started via WP Cron','2021-02-04 22:36:14','2021-02-04 14:36:14'),(79613,29448,'action complete via WP Cron','2021-02-04 22:36:14','2021-02-04 14:36:14'),(79614,29449,'action created','2021-02-04 22:36:14','2021-02-04 14:36:14'),(79615,29449,'action started via WP Cron','2021-02-04 22:43:21','2021-02-04 14:43:21'),(79616,29449,'action complete via WP Cron','2021-02-04 22:43:21','2021-02-04 14:43:21'),(79617,29450,'action created','2021-02-04 22:43:21','2021-02-04 14:43:21'),(79618,29450,'action started via WP Cron','2021-02-04 22:53:49','2021-02-04 14:53:49'),(79619,29450,'action complete via WP Cron','2021-02-04 22:53:49','2021-02-04 14:53:49'),(79620,29451,'action created','2021-02-04 22:53:49','2021-02-04 14:53:49'),(79621,29451,'action started via WP Cron','2021-02-04 23:04:11','2021-02-04 15:04:11'),(79622,29451,'action complete via WP Cron','2021-02-04 23:04:11','2021-02-04 15:04:11'),(79623,29452,'action created','2021-02-04 23:04:11','2021-02-04 15:04:11'),(79624,29452,'action started via WP Cron','2021-02-04 23:05:53','2021-02-04 15:05:53'),(79625,29452,'action complete via WP Cron','2021-02-04 23:05:53','2021-02-04 15:05:53'),(79626,29453,'action created','2021-02-04 23:05:53','2021-02-04 15:05:53'),(79627,29453,'action started via WP Cron','2021-02-04 23:07:41','2021-02-04 15:07:41'),(79628,29453,'action complete via WP Cron','2021-02-04 23:07:41','2021-02-04 15:07:41'),(79629,29454,'action created','2021-02-04 23:07:41','2021-02-04 15:07:41'),(79630,29454,'action started via WP Cron','2021-02-04 23:11:14','2021-02-04 15:11:14'),(79631,29454,'action complete via WP Cron','2021-02-04 23:11:14','2021-02-04 15:11:14'),(79632,29455,'action created','2021-02-04 23:11:14','2021-02-04 15:11:14'),(79633,29455,'action started via WP Cron','2021-02-04 23:17:38','2021-02-04 15:17:38'),(79634,29455,'action complete via WP Cron','2021-02-04 23:17:38','2021-02-04 15:17:38'),(79635,29456,'action created','2021-02-04 23:17:38','2021-02-04 15:17:38'),(79636,29456,'action started via WP Cron','2021-02-04 23:17:58','2021-02-04 15:17:58'),(79637,29456,'action complete via WP Cron','2021-02-04 23:17:58','2021-02-04 15:17:58'),(79638,29457,'action created','2021-02-04 23:17:59','2021-02-04 15:17:59'),(79639,29457,'action started via WP Cron','2021-02-04 23:18:56','2021-02-04 15:18:56'),(79640,29457,'action complete via WP Cron','2021-02-04 23:18:56','2021-02-04 15:18:56'),(79641,29458,'action created','2021-02-04 23:18:56','2021-02-04 15:18:56'),(79642,29458,'action started via WP Cron','2021-02-04 23:30:07','2021-02-04 15:30:07'),(79643,29458,'action complete via WP Cron','2021-02-04 23:30:07','2021-02-04 15:30:07'),(79644,29459,'action created','2021-02-04 23:30:07','2021-02-04 15:30:07'),(79645,29459,'action started via WP Cron','2021-02-04 23:31:03','2021-02-04 15:31:03'),(79646,29459,'action complete via WP Cron','2021-02-04 23:31:03','2021-02-04 15:31:03'),(79647,29460,'action created','2021-02-04 23:31:03','2021-02-04 15:31:03'),(79648,29460,'action started via WP Cron','2021-02-04 23:32:03','2021-02-04 15:32:03'),(79649,29460,'action complete via WP Cron','2021-02-04 23:32:03','2021-02-04 15:32:03'),(79650,29461,'action created','2021-02-04 23:32:03','2021-02-04 15:32:03'),(79651,29461,'action started via WP Cron','2021-02-04 23:34:05','2021-02-04 15:34:05'),(79652,29461,'action complete via WP Cron','2021-02-04 23:34:05','2021-02-04 15:34:05'),(79653,29462,'action created','2021-02-04 23:34:05','2021-02-04 15:34:05'),(79654,29462,'action started via WP Cron','2021-02-04 23:35:05','2021-02-04 15:35:05'),(79655,29462,'action complete via WP Cron','2021-02-04 23:35:05','2021-02-04 15:35:05'),(79656,29463,'action created','2021-02-04 23:35:05','2021-02-04 15:35:05'),(79657,29463,'action started via WP Cron','2021-02-04 23:43:27','2021-02-04 15:43:27'),(79658,29463,'action complete via WP Cron','2021-02-04 23:43:27','2021-02-04 15:43:27'),(79659,29464,'action created','2021-02-04 23:43:27','2021-02-04 15:43:27'),(79660,29464,'action started via WP Cron','2021-02-04 23:48:55','2021-02-04 15:48:55'),(79661,29464,'action complete via WP Cron','2021-02-04 23:48:55','2021-02-04 15:48:55'),(79662,29465,'action created','2021-02-04 23:48:55','2021-02-04 15:48:55'),(79663,29465,'action started via WP Cron','2021-02-04 23:50:03','2021-02-04 15:50:03'),(79664,29465,'action complete via WP Cron','2021-02-04 23:50:03','2021-02-04 15:50:03'),(79665,29466,'action created','2021-02-04 23:50:05','2021-02-04 15:50:05'),(79666,29466,'action started via WP Cron','2021-02-04 23:56:17','2021-02-04 15:56:17'),(79667,29466,'action complete via WP Cron','2021-02-04 23:56:17','2021-02-04 15:56:17'),(79668,29467,'action created','2021-02-04 23:56:17','2021-02-04 15:56:17'),(79669,29467,'action started via WP Cron','2021-02-05 00:03:34','2021-02-04 16:03:34'),(79670,29467,'action complete via WP Cron','2021-02-05 00:03:34','2021-02-04 16:03:34'),(79671,29468,'action created','2021-02-05 00:03:37','2021-02-04 16:03:37'),(79672,29468,'action started via WP Cron','2021-02-05 00:04:47','2021-02-04 16:04:47'),(79673,29468,'action complete via WP Cron','2021-02-05 00:04:47','2021-02-04 16:04:47'),(79674,29469,'action created','2021-02-05 00:04:47','2021-02-04 16:04:47'),(79675,29469,'action started via WP Cron','2021-02-05 00:05:48','2021-02-04 16:05:48'),(79676,29469,'action complete via WP Cron','2021-02-05 00:05:48','2021-02-04 16:05:48'),(79677,29470,'action created','2021-02-05 00:05:48','2021-02-04 16:05:48'),(79678,29470,'action started via WP Cron','2021-02-05 00:07:44','2021-02-04 16:07:44'),(79679,29470,'action complete via WP Cron','2021-02-05 00:07:44','2021-02-04 16:07:44'),(79680,29471,'action created','2021-02-05 00:07:44','2021-02-04 16:07:44'),(79681,29471,'action started via WP Cron','2021-02-05 00:08:51','2021-02-04 16:08:51'),(79682,29471,'action complete via WP Cron','2021-02-05 00:08:51','2021-02-04 16:08:51'),(79683,29472,'action created','2021-02-05 00:08:51','2021-02-04 16:08:51'),(79684,29472,'action started via WP Cron','2021-02-05 00:09:52','2021-02-04 16:09:52'),(79685,29472,'action complete via WP Cron','2021-02-05 00:09:52','2021-02-04 16:09:52'),(79686,29473,'action created','2021-02-05 00:09:52','2021-02-04 16:09:52'),(79687,29473,'action started via WP Cron','2021-02-05 00:23:43','2021-02-04 16:23:43'),(79688,29473,'action complete via WP Cron','2021-02-05 00:23:43','2021-02-04 16:23:43'),(79689,29474,'action created','2021-02-05 00:23:43','2021-02-04 16:23:43'),(79690,29474,'action started via WP Cron','2021-02-05 00:24:52','2021-02-04 16:24:52'),(79691,29474,'action complete via WP Cron','2021-02-05 00:24:52','2021-02-04 16:24:52'),(79692,29475,'action created','2021-02-05 00:24:52','2021-02-04 16:24:52'),(79693,29475,'action started via WP Cron','2021-02-05 00:25:52','2021-02-04 16:25:52'),(79694,29475,'action complete via WP Cron','2021-02-05 00:25:52','2021-02-04 16:25:52'),(79695,29476,'action created','2021-02-05 00:25:52','2021-02-04 16:25:52'),(79696,29476,'action started via WP Cron','2021-02-05 00:26:42','2021-02-04 16:26:42'),(79697,29476,'action complete via WP Cron','2021-02-05 00:26:42','2021-02-04 16:26:42'),(79698,29477,'action created','2021-02-05 00:26:42','2021-02-04 16:26:42'),(79699,29477,'action started via WP Cron','2021-02-05 00:27:55','2021-02-04 16:27:55'),(79700,29477,'action complete via WP Cron','2021-02-05 00:27:55','2021-02-04 16:27:55'),(79701,29478,'action created','2021-02-05 00:27:55','2021-02-04 16:27:55'),(79702,29478,'action started via WP Cron','2021-02-05 00:28:55','2021-02-04 16:28:55'),(79703,29478,'action complete via WP Cron','2021-02-05 00:28:55','2021-02-04 16:28:55'),(79704,29479,'action created','2021-02-05 00:28:55','2021-02-04 16:28:55'),(79705,29479,'action started via WP Cron','2021-02-05 00:29:57','2021-02-04 16:29:57'),(79706,29479,'action complete via WP Cron','2021-02-05 00:29:57','2021-02-04 16:29:57'),(79707,29480,'action created','2021-02-05 00:29:57','2021-02-04 16:29:57'),(79708,29480,'action started via WP Cron','2021-02-05 00:31:49','2021-02-04 16:31:49'),(79709,29480,'action complete via WP Cron','2021-02-05 00:31:49','2021-02-04 16:31:49'),(79710,29481,'action created','2021-02-05 00:31:49','2021-02-04 16:31:49'),(79711,29481,'action started via WP Cron','2021-02-05 00:32:49','2021-02-04 16:32:49'),(79712,29481,'action complete via WP Cron','2021-02-05 00:32:49','2021-02-04 16:32:49'),(79713,29482,'action created','2021-02-05 00:32:49','2021-02-04 16:32:49'),(79714,29482,'action started via WP Cron','2021-02-05 00:33:47','2021-02-04 16:33:47'),(79715,29482,'action complete via WP Cron','2021-02-05 00:33:47','2021-02-04 16:33:47'),(79716,29483,'action created','2021-02-05 00:33:47','2021-02-04 16:33:47'),(79717,29483,'action started via WP Cron','2021-02-05 00:38:12','2021-02-04 16:38:12'),(79718,29483,'action complete via WP Cron','2021-02-05 00:38:12','2021-02-04 16:38:12'),(79719,29484,'action created','2021-02-05 00:38:12','2021-02-04 16:38:12'),(79720,29484,'action started via WP Cron','2021-02-05 00:38:43','2021-02-04 16:38:43'),(79721,29484,'action complete via WP Cron','2021-02-05 00:38:43','2021-02-04 16:38:43'),(79722,29485,'action created','2021-02-05 00:38:43','2021-02-04 16:38:43'),(79723,29485,'action started via WP Cron','2021-02-05 00:46:55','2021-02-04 16:46:55'),(79724,29485,'action complete via WP Cron','2021-02-05 00:46:55','2021-02-04 16:46:55'),(79725,29486,'action created','2021-02-05 00:46:55','2021-02-04 16:46:55'),(79726,29486,'action started via WP Cron','2021-02-05 00:49:17','2021-02-04 16:49:17'),(79727,29486,'action complete via WP Cron','2021-02-05 00:49:17','2021-02-04 16:49:17'),(79728,29487,'action created','2021-02-05 00:49:17','2021-02-04 16:49:17'),(79729,29487,'action started via WP Cron','2021-02-05 00:50:28','2021-02-04 16:50:28'),(79730,29487,'action complete via WP Cron','2021-02-05 00:50:28','2021-02-04 16:50:28'),(79731,29488,'action created','2021-02-05 00:50:29','2021-02-04 16:50:29'),(79732,29488,'action started via WP Cron','2021-02-05 00:51:42','2021-02-04 16:51:42'),(79733,29488,'action complete via WP Cron','2021-02-05 00:51:42','2021-02-04 16:51:42'),(79734,29489,'action created','2021-02-05 00:51:42','2021-02-04 16:51:42'),(79735,29489,'action started via WP Cron','2021-02-05 00:54:09','2021-02-04 16:54:09'),(79736,29489,'action complete via WP Cron','2021-02-05 00:54:09','2021-02-04 16:54:09'),(79737,29490,'action created','2021-02-05 00:54:09','2021-02-04 16:54:09'),(79738,29490,'action started via WP Cron','2021-02-05 01:01:18','2021-02-04 17:01:18'),(79739,29490,'action complete via WP Cron','2021-02-05 01:01:18','2021-02-04 17:01:18'),(79740,29491,'action created','2021-02-05 01:01:18','2021-02-04 17:01:18'),(79741,29491,'action started via WP Cron','2021-02-05 01:01:51','2021-02-04 17:01:51'),(79742,29491,'action complete via WP Cron','2021-02-05 01:01:51','2021-02-04 17:01:51'),(79743,29492,'action created','2021-02-05 01:01:51','2021-02-04 17:01:51'),(79744,29492,'action started via WP Cron','2021-02-05 01:02:48','2021-02-04 17:02:48'),(79745,29492,'action complete via WP Cron','2021-02-05 01:02:48','2021-02-04 17:02:48'),(79746,29493,'action created','2021-02-05 01:02:48','2021-02-04 17:02:48'),(79747,29493,'action started via WP Cron','2021-02-05 01:04:15','2021-02-04 17:04:15'),(79748,29493,'action complete via WP Cron','2021-02-05 01:04:15','2021-02-04 17:04:15'),(79749,29494,'action created','2021-02-05 01:04:15','2021-02-04 17:04:15'),(79750,29494,'action started via WP Cron','2021-02-05 01:04:51','2021-02-04 17:04:51'),(79751,29494,'action complete via WP Cron','2021-02-05 01:04:51','2021-02-04 17:04:51'),(79752,29495,'action created','2021-02-05 01:04:59','2021-02-04 17:04:59'),(79753,29495,'action started via WP Cron','2021-02-05 01:05:43','2021-02-04 17:05:43'),(79754,29495,'action complete via WP Cron','2021-02-05 01:05:43','2021-02-04 17:05:43'),(79755,29496,'action created','2021-02-05 01:05:43','2021-02-04 17:05:43'),(79756,29496,'action started via WP Cron','2021-02-05 01:06:41','2021-02-04 17:06:41'),(79757,29496,'action complete via WP Cron','2021-02-05 01:06:41','2021-02-04 17:06:41'),(79758,29497,'action created','2021-02-05 01:06:41','2021-02-04 17:06:41'),(79759,29497,'action started via WP Cron','2021-02-05 01:07:53','2021-02-04 17:07:53'),(79760,29497,'action complete via WP Cron','2021-02-05 01:07:53','2021-02-04 17:07:53'),(79761,29498,'action created','2021-02-05 01:07:53','2021-02-04 17:07:53'),(79762,29498,'action started via WP Cron','2021-02-05 01:08:52','2021-02-04 17:08:52'),(79763,29498,'action complete via WP Cron','2021-02-05 01:08:52','2021-02-04 17:08:52'),(79764,29499,'action created','2021-02-05 01:08:52','2021-02-04 17:08:52'),(79765,29499,'action started via WP Cron','2021-02-05 01:09:43','2021-02-04 17:09:43'),(79766,29499,'action complete via WP Cron','2021-02-05 01:09:43','2021-02-04 17:09:43'),(79767,29500,'action created','2021-02-05 01:09:43','2021-02-04 17:09:43'),(79768,29500,'action started via WP Cron','2021-02-05 01:10:47','2021-02-04 17:10:47'),(79769,29500,'action complete via WP Cron','2021-02-05 01:10:47','2021-02-04 17:10:47'),(79770,29501,'action created','2021-02-05 01:10:47','2021-02-04 17:10:47'),(79771,29501,'action started via WP Cron','2021-02-05 01:11:44','2021-02-04 17:11:44'),(79772,29501,'action complete via WP Cron','2021-02-05 01:11:44','2021-02-04 17:11:44'),(79773,29502,'action created','2021-02-05 01:11:44','2021-02-04 17:11:44'),(79774,29502,'action started via WP Cron','2021-02-05 01:12:48','2021-02-04 17:12:48'),(79775,29502,'action complete via WP Cron','2021-02-05 01:12:48','2021-02-04 17:12:48'),(79776,29503,'action created','2021-02-05 01:12:48','2021-02-04 17:12:48'),(79777,29503,'action started via WP Cron','2021-02-05 01:13:45','2021-02-04 17:13:45'),(79778,29503,'action complete via WP Cron','2021-02-05 01:13:45','2021-02-04 17:13:45'),(79779,29504,'action created','2021-02-05 01:13:45','2021-02-04 17:13:45'),(79780,29504,'action started via WP Cron','2021-02-05 01:14:50','2021-02-04 17:14:50'),(79781,29504,'action complete via WP Cron','2021-02-05 01:14:50','2021-02-04 17:14:50'),(79782,29505,'action created','2021-02-05 01:14:50','2021-02-04 17:14:50'),(79783,29505,'action started via WP Cron','2021-02-05 01:15:47','2021-02-04 17:15:47'),(79784,29505,'action complete via WP Cron','2021-02-05 01:15:47','2021-02-04 17:15:47'),(79785,29506,'action created','2021-02-05 01:15:47','2021-02-04 17:15:47'),(79786,29506,'action started via WP Cron','2021-02-05 01:16:44','2021-02-04 17:16:44'),(79787,29506,'action complete via WP Cron','2021-02-05 01:16:44','2021-02-04 17:16:44'),(79788,29507,'action created','2021-02-05 01:16:44','2021-02-04 17:16:44'),(79789,29507,'action started via WP Cron','2021-02-05 01:17:45','2021-02-04 17:17:45'),(79790,29507,'action complete via WP Cron','2021-02-05 01:17:45','2021-02-04 17:17:45'),(79791,29508,'action created','2021-02-05 01:17:45','2021-02-04 17:17:45'),(79792,29508,'action started via WP Cron','2021-02-05 01:18:52','2021-02-04 17:18:52'),(79793,29508,'action complete via WP Cron','2021-02-05 01:18:52','2021-02-04 17:18:52'),(79794,29509,'action created','2021-02-05 01:18:53','2021-02-04 17:18:53'),(79795,29509,'action started via WP Cron','2021-02-05 01:19:43','2021-02-04 17:19:43'),(79796,29509,'action complete via WP Cron','2021-02-05 01:19:43','2021-02-04 17:19:43'),(79797,29510,'action created','2021-02-05 01:19:43','2021-02-04 17:19:43'),(79798,29510,'action started via WP Cron','2021-02-05 01:21:37','2021-02-04 17:21:37'),(79799,29510,'action complete via WP Cron','2021-02-05 01:21:37','2021-02-04 17:21:37'),(79800,29511,'action created','2021-02-05 01:21:37','2021-02-04 17:21:37'),(79801,29511,'action started via WP Cron','2021-02-05 01:25:46','2021-02-04 17:25:46'),(79802,29511,'action complete via WP Cron','2021-02-05 01:25:46','2021-02-04 17:25:46'),(79803,29512,'action created','2021-02-05 01:25:46','2021-02-04 17:25:46'),(79804,29512,'action started via WP Cron','2021-02-05 01:30:16','2021-02-04 17:30:16'),(79805,29512,'action complete via WP Cron','2021-02-05 01:30:16','2021-02-04 17:30:16'),(79806,29513,'action created','2021-02-05 01:30:16','2021-02-04 17:30:16'),(79807,29513,'action started via WP Cron','2021-02-05 01:31:18','2021-02-04 17:31:18'),(79808,29513,'action complete via WP Cron','2021-02-05 01:31:18','2021-02-04 17:31:18'),(79809,29514,'action created','2021-02-05 01:31:18','2021-02-04 17:31:18'),(79810,29514,'action started via WP Cron','2021-02-05 01:32:19','2021-02-04 17:32:19'),(79811,29514,'action complete via WP Cron','2021-02-05 01:32:19','2021-02-04 17:32:19'),(79812,29515,'action created','2021-02-05 01:32:19','2021-02-04 17:32:19'),(79813,29515,'action started via WP Cron','2021-02-05 01:33:22','2021-02-04 17:33:22'),(79814,29515,'action complete via WP Cron','2021-02-05 01:33:23','2021-02-04 17:33:23'),(79815,29516,'action created','2021-02-05 01:33:50','2021-02-04 17:33:50'),(79816,29516,'action started via WP Cron','2021-02-05 01:34:51','2021-02-04 17:34:51'),(79817,29516,'action complete via WP Cron','2021-02-05 01:34:51','2021-02-04 17:34:51'),(79818,29517,'action created','2021-02-05 01:34:51','2021-02-04 17:34:51'),(79819,29517,'action started via WP Cron','2021-02-05 01:35:51','2021-02-04 17:35:51'),(79820,29517,'action complete via WP Cron','2021-02-05 01:35:51','2021-02-04 17:35:51'),(79821,29518,'action created','2021-02-05 01:35:52','2021-02-04 17:35:52'),(79822,29518,'action started via WP Cron','2021-02-05 01:47:08','2021-02-04 17:47:08'),(79823,29518,'action complete via WP Cron','2021-02-05 01:47:08','2021-02-04 17:47:08'),(79824,29519,'action created','2021-02-05 01:47:08','2021-02-04 17:47:08'),(79825,29519,'action started via WP Cron','2021-02-05 01:53:48','2021-02-04 17:53:48'),(79826,29519,'action complete via WP Cron','2021-02-05 01:53:48','2021-02-04 17:53:48'),(79827,29520,'action created','2021-02-05 01:53:48','2021-02-04 17:53:48'),(79828,29520,'action started via WP Cron','2021-02-05 02:16:14','2021-02-04 18:16:14'),(79829,29520,'action complete via WP Cron','2021-02-05 02:16:14','2021-02-04 18:16:14'),(79830,29521,'action created','2021-02-05 02:16:57','2021-02-04 18:16:57'),(79831,29521,'action started via WP Cron','2021-02-05 02:17:58','2021-02-04 18:17:58'),(79832,29521,'action complete via WP Cron','2021-02-05 02:17:58','2021-02-04 18:17:58'),(79833,29522,'action created','2021-02-05 02:17:58','2021-02-04 18:17:58'),(79834,29522,'action started via WP Cron','2021-02-05 02:20:00','2021-02-04 18:20:00'),(79835,29522,'action complete via WP Cron','2021-02-05 02:20:00','2021-02-04 18:20:00'),(79836,29523,'action created','2021-02-05 02:20:00','2021-02-04 18:20:00'),(79837,29523,'action started via WP Cron','2021-02-05 02:21:01','2021-02-04 18:21:01'),(79838,29523,'action complete via WP Cron','2021-02-05 02:21:01','2021-02-04 18:21:01'),(79839,29524,'action created','2021-02-05 02:21:01','2021-02-04 18:21:01'),(79840,29524,'action started via WP Cron','2021-02-05 02:22:02','2021-02-04 18:22:02'),(79841,29524,'action complete via WP Cron','2021-02-05 02:22:02','2021-02-04 18:22:02'),(79842,29525,'action created','2021-02-05 02:22:02','2021-02-04 18:22:02'),(79843,29525,'action started via WP Cron','2021-02-05 02:29:33','2021-02-04 18:29:33'),(79844,29525,'action complete via WP Cron','2021-02-05 02:29:33','2021-02-04 18:29:33'),(79845,29526,'action created','2021-02-05 02:29:33','2021-02-04 18:29:33'),(79846,29526,'action started via WP Cron','2021-02-05 02:31:41','2021-02-04 18:31:41'),(79847,29526,'action complete via WP Cron','2021-02-05 02:31:41','2021-02-04 18:31:41'),(79848,29527,'action created','2021-02-05 02:31:41','2021-02-04 18:31:41'),(79849,29527,'action started via WP Cron','2021-02-05 02:35:52','2021-02-04 18:35:52'),(79850,29527,'action complete via WP Cron','2021-02-05 02:35:52','2021-02-04 18:35:52'),(79851,29528,'action created','2021-02-05 02:35:52','2021-02-04 18:35:52'),(79852,29528,'action started via WP Cron','2021-02-05 02:36:52','2021-02-04 18:36:52'),(79853,29528,'action complete via WP Cron','2021-02-05 02:36:52','2021-02-04 18:36:52'),(79854,29529,'action created','2021-02-05 02:36:52','2021-02-04 18:36:52'),(79855,29529,'action started via WP Cron','2021-02-05 02:37:52','2021-02-04 18:37:52'),(79856,29529,'action complete via WP Cron','2021-02-05 02:37:52','2021-02-04 18:37:52'),(79857,29530,'action created','2021-02-05 02:37:53','2021-02-04 18:37:53'),(79858,29530,'action started via WP Cron','2021-02-05 02:38:53','2021-02-04 18:38:53'),(79859,29530,'action complete via WP Cron','2021-02-05 02:38:53','2021-02-04 18:38:53'),(79860,29531,'action created','2021-02-05 02:38:53','2021-02-04 18:38:53'),(79861,29531,'action started via WP Cron','2021-02-05 02:39:54','2021-02-04 18:39:54'),(79862,29531,'action complete via WP Cron','2021-02-05 02:39:55','2021-02-04 18:39:55'),(79863,29532,'action created','2021-02-05 02:39:55','2021-02-04 18:39:55'),(79864,29532,'action started via WP Cron','2021-02-05 02:47:15','2021-02-04 18:47:15'),(79865,29532,'action complete via WP Cron','2021-02-05 02:47:15','2021-02-04 18:47:15'),(79866,29533,'action created','2021-02-05 02:47:15','2021-02-04 18:47:15'),(79867,29533,'action started via WP Cron','2021-02-05 02:47:50','2021-02-04 18:47:50'),(79868,29533,'action complete via WP Cron','2021-02-05 02:47:50','2021-02-04 18:47:50'),(79869,29534,'action created','2021-02-05 02:47:51','2021-02-04 18:47:51'),(79870,29534,'action started via WP Cron','2021-02-05 02:50:00','2021-02-04 18:50:00'),(79871,29534,'action complete via WP Cron','2021-02-05 02:50:00','2021-02-04 18:50:00'),(79872,29535,'action created','2021-02-05 02:50:00','2021-02-04 18:50:00'),(79873,29535,'action started via WP Cron','2021-02-05 02:50:41','2021-02-04 18:50:41'),(79874,29535,'action complete via WP Cron','2021-02-05 02:50:41','2021-02-04 18:50:41'),(79875,29536,'action created','2021-02-05 02:50:41','2021-02-04 18:50:41'),(79876,29536,'action started via WP Cron','2021-02-05 02:54:44','2021-02-04 18:54:44'),(79877,29536,'action complete via WP Cron','2021-02-05 02:54:44','2021-02-04 18:54:44'),(79878,29537,'action created','2021-02-05 02:54:44','2021-02-04 18:54:44'),(79879,29537,'action started via WP Cron','2021-02-05 02:58:40','2021-02-04 18:58:40'),(79880,29537,'action complete via WP Cron','2021-02-05 02:58:40','2021-02-04 18:58:40'),(79881,29538,'action created','2021-02-05 02:58:41','2021-02-04 18:58:41'),(79882,29538,'action started via WP Cron','2021-02-05 02:59:45','2021-02-04 18:59:45'),(79883,29538,'action complete via WP Cron','2021-02-05 02:59:45','2021-02-04 18:59:45'),(79884,29539,'action created','2021-02-05 02:59:45','2021-02-04 18:59:45'),(79885,29539,'action started via WP Cron','2021-02-05 03:00:46','2021-02-04 19:00:46'),(79886,29539,'action complete via WP Cron','2021-02-05 03:00:46','2021-02-04 19:00:46'),(79887,29540,'action created','2021-02-05 03:00:46','2021-02-04 19:00:46'),(79888,29540,'action started via WP Cron','2021-02-05 03:02:48','2021-02-04 19:02:48'),(79889,29540,'action complete via WP Cron','2021-02-05 03:02:48','2021-02-04 19:02:48'),(79890,29541,'action created','2021-02-05 03:03:49','2021-02-04 19:03:49'),(79891,29541,'action started via WP Cron','2021-02-05 03:04:50','2021-02-04 19:04:50'),(79892,29541,'action complete via WP Cron','2021-02-05 03:04:50','2021-02-04 19:04:50'),(79893,29542,'action created','2021-02-05 03:04:50','2021-02-04 19:04:50'),(79894,29542,'action started via WP Cron','2021-02-05 03:06:15','2021-02-04 19:06:15'),(79895,29542,'action complete via WP Cron','2021-02-05 03:06:15','2021-02-04 19:06:15'),(79896,29543,'action created','2021-02-05 03:06:15','2021-02-04 19:06:15'),(79897,29543,'action started via WP Cron','2021-02-05 03:12:33','2021-02-04 19:12:33'),(79898,29543,'action complete via WP Cron','2021-02-05 03:12:33','2021-02-04 19:12:33'),(79899,29544,'action created','2021-02-05 03:12:33','2021-02-04 19:12:33'),(79900,29544,'action started via WP Cron','2021-02-05 03:12:59','2021-02-04 19:12:59'),(79901,29544,'action complete via WP Cron','2021-02-05 03:12:59','2021-02-04 19:12:59'),(79902,29545,'action created','2021-02-05 03:12:59','2021-02-04 19:12:59'),(79903,29545,'action started via WP Cron','2021-02-05 03:14:45','2021-02-04 19:14:45'),(79904,29545,'action complete via WP Cron','2021-02-05 03:14:45','2021-02-04 19:14:45'),(79905,29546,'action created','2021-02-05 03:15:45','2021-02-04 19:15:45'),(79906,29546,'action started via WP Cron','2021-02-05 03:17:18','2021-02-04 19:17:18'),(79907,29546,'action complete via WP Cron','2021-02-05 03:17:18','2021-02-04 19:17:18'),(79908,29547,'action created','2021-02-05 03:17:21','2021-02-04 19:17:21'),(79909,29547,'action started via WP Cron','2021-02-05 03:17:50','2021-02-04 19:17:50'),(79910,29547,'action complete via WP Cron','2021-02-05 03:17:50','2021-02-04 19:17:50'),(79911,29548,'action created','2021-02-05 03:18:48','2021-02-04 19:18:48'),(79912,29548,'action started via WP Cron','2021-02-05 03:19:51','2021-02-04 19:19:51'),(79913,29548,'action complete via WP Cron','2021-02-05 03:19:51','2021-02-04 19:19:51'),(79914,29549,'action created','2021-02-05 03:19:51','2021-02-04 19:19:51'),(79915,29549,'action started via WP Cron','2021-02-05 03:22:09','2021-02-04 19:22:09'),(79916,29549,'action complete via WP Cron','2021-02-05 03:22:09','2021-02-04 19:22:09'),(79917,29550,'action created','2021-02-05 03:22:09','2021-02-04 19:22:09'),(79918,29550,'action started via WP Cron','2021-02-05 03:23:02','2021-02-04 19:23:02'),(79919,29550,'action complete via WP Cron','2021-02-05 03:23:02','2021-02-04 19:23:02'),(79920,29551,'action created','2021-02-05 03:23:02','2021-02-04 19:23:02'),(79921,29551,'action started via WP Cron','2021-02-05 03:24:03','2021-02-04 19:24:03'),(79922,29551,'action complete via WP Cron','2021-02-05 03:24:03','2021-02-04 19:24:03'),(79923,29552,'action created','2021-02-05 03:24:03','2021-02-04 19:24:03'),(79924,29552,'action started via WP Cron','2021-02-05 03:28:26','2021-02-04 19:28:26'),(79925,29552,'action complete via WP Cron','2021-02-05 03:28:26','2021-02-04 19:28:26'),(79926,29553,'action created','2021-02-05 03:28:26','2021-02-04 19:28:26'),(79927,29553,'action started via WP Cron','2021-02-05 03:28:41','2021-02-04 19:28:41'),(79928,29553,'action complete via WP Cron','2021-02-05 03:28:41','2021-02-04 19:28:41'),(79929,29554,'action created','2021-02-05 03:28:41','2021-02-04 19:28:41'),(79930,29554,'action started via WP Cron','2021-02-05 03:34:50','2021-02-04 19:34:50'),(79931,29554,'action complete via WP Cron','2021-02-05 03:34:50','2021-02-04 19:34:50'),(79932,29555,'action created','2021-02-05 03:34:50','2021-02-04 19:34:50'),(79933,29555,'action started via WP Cron','2021-02-05 03:39:15','2021-02-04 19:39:15'),(79934,29555,'action complete via WP Cron','2021-02-05 03:39:15','2021-02-04 19:39:15'),(79935,29556,'action created','2021-02-05 03:39:15','2021-02-04 19:39:15'),(79936,29556,'action started via WP Cron','2021-02-05 03:40:01','2021-02-04 19:40:01'),(79937,29556,'action complete via WP Cron','2021-02-05 03:40:01','2021-02-04 19:40:01'),(79938,29557,'action created','2021-02-05 03:40:01','2021-02-04 19:40:01'),(79939,29557,'action started via WP Cron','2021-02-05 03:41:19','2021-02-04 19:41:19'),(79940,29557,'action complete via WP Cron','2021-02-05 03:41:19','2021-02-04 19:41:19'),(79941,29558,'action created','2021-02-05 03:41:19','2021-02-04 19:41:19'),(79942,29558,'action started via WP Cron','2021-02-05 03:41:56','2021-02-04 19:41:56'),(79943,29558,'action complete via WP Cron','2021-02-05 03:41:56','2021-02-04 19:41:56'),(79944,29559,'action created','2021-02-05 03:41:56','2021-02-04 19:41:56'),(79945,29559,'action started via WP Cron','2021-02-05 03:42:57','2021-02-04 19:42:57'),(79946,29559,'action complete via WP Cron','2021-02-05 03:42:57','2021-02-04 19:42:57'),(79947,29560,'action created','2021-02-05 03:42:57','2021-02-04 19:42:57'),(79948,29560,'action started via WP Cron','2021-02-05 03:43:58','2021-02-04 19:43:58'),(79949,29560,'action complete via WP Cron','2021-02-05 03:43:58','2021-02-04 19:43:58'),(79950,29561,'action created','2021-02-05 03:43:58','2021-02-04 19:43:58'),(79951,29561,'action started via WP Cron','2021-02-05 03:46:02','2021-02-04 19:46:02'),(79952,29561,'action complete via WP Cron','2021-02-05 03:46:02','2021-02-04 19:46:02'),(79953,29562,'action created','2021-02-05 03:46:02','2021-02-04 19:46:02'),(79954,29562,'action started via WP Cron','2021-02-05 03:51:21','2021-02-04 19:51:21'),(79955,29562,'action complete via WP Cron','2021-02-05 03:51:21','2021-02-04 19:51:21'),(79956,29563,'action created','2021-02-05 03:51:21','2021-02-04 19:51:21'),(79957,29563,'action started via WP Cron','2021-02-05 03:57:27','2021-02-04 19:57:27'),(79958,29563,'action complete via WP Cron','2021-02-05 03:57:27','2021-02-04 19:57:27'),(79959,29564,'action created','2021-02-05 03:57:27','2021-02-04 19:57:27'),(79960,29564,'action started via WP Cron','2021-02-05 04:04:52','2021-02-04 20:04:52'),(79961,29564,'action complete via WP Cron','2021-02-05 04:04:52','2021-02-04 20:04:52'),(79962,29565,'action created','2021-02-05 04:04:52','2021-02-04 20:04:52'),(79963,29565,'action started via WP Cron','2021-02-05 04:05:50','2021-02-04 20:05:50'),(79964,29565,'action complete via WP Cron','2021-02-05 04:05:50','2021-02-04 20:05:50'),(79965,29566,'action created','2021-02-05 04:05:50','2021-02-04 20:05:50'),(79966,29566,'action started via WP Cron','2021-02-05 04:07:15','2021-02-04 20:07:15'),(79967,29566,'action complete via WP Cron','2021-02-05 04:07:15','2021-02-04 20:07:15'),(79968,29567,'action created','2021-02-05 04:07:15','2021-02-04 20:07:15'),(79969,29567,'action started via WP Cron','2021-02-05 04:07:54','2021-02-04 20:07:54'),(79970,29567,'action complete via WP Cron','2021-02-05 04:07:54','2021-02-04 20:07:54'),(79971,29568,'action created','2021-02-05 04:08:16','2021-02-04 20:08:16'),(79972,29568,'action started via WP Cron','2021-02-05 04:08:53','2021-02-04 20:08:53'),(79973,29568,'action complete via WP Cron','2021-02-05 04:08:53','2021-02-04 20:08:53'),(79974,29569,'action created','2021-02-05 04:08:53','2021-02-04 20:08:53'),(79975,29569,'action started via WP Cron','2021-02-05 04:09:54','2021-02-04 20:09:54'),(79976,29569,'action complete via WP Cron','2021-02-05 04:09:54','2021-02-04 20:09:54'),(79977,29570,'action created','2021-02-05 04:09:54','2021-02-04 20:09:54'),(79978,29570,'action started via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79979,29570,'action complete via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79980,28950,'action started via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79981,28950,'action complete via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79982,29571,'action created','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79983,28951,'action started via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79984,28951,'action complete via WP Cron','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79985,29572,'action created','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79986,29573,'action created','2021-02-05 04:10:45','2021-02-04 20:10:45'),(79987,29573,'action started via WP Cron','2021-02-05 04:15:38','2021-02-04 20:15:38'),(79988,29573,'action complete via WP Cron','2021-02-05 04:15:38','2021-02-04 20:15:38'),(79989,29574,'action created','2021-02-05 04:15:38','2021-02-04 20:15:38'),(79990,29574,'action started via WP Cron','2021-02-05 04:17:37','2021-02-04 20:17:37'),(79991,29574,'action complete via WP Cron','2021-02-05 04:17:37','2021-02-04 20:17:37'),(79992,29575,'action created','2021-02-05 04:17:37','2021-02-04 20:17:37'),(79993,29575,'action started via WP Cron','2021-02-05 04:18:39','2021-02-04 20:18:39'),(79994,29575,'action complete via WP Cron','2021-02-05 04:18:39','2021-02-04 20:18:39'),(79995,29576,'action created','2021-02-05 04:18:39','2021-02-04 20:18:39'),(79996,29576,'action started via WP Cron','2021-02-05 04:19:39','2021-02-04 20:19:39'),(79997,29576,'action complete via WP Cron','2021-02-05 04:19:39','2021-02-04 20:19:39'),(79998,29577,'action created','2021-02-05 04:19:40','2021-02-04 20:19:40'),(79999,29577,'action started via WP Cron','2021-02-05 04:21:16','2021-02-04 20:21:16'),(80000,29577,'action complete via WP Cron','2021-02-05 04:21:16','2021-02-04 20:21:16'),(80001,29578,'action created','2021-02-05 04:21:16','2021-02-04 20:21:16'),(80002,29578,'action started via WP Cron','2021-02-05 04:21:42','2021-02-04 20:21:42'),(80003,29578,'action complete via WP Cron','2021-02-05 04:21:42','2021-02-04 20:21:42'),(80004,29579,'action created','2021-02-05 04:21:42','2021-02-04 20:21:42'),(80005,29579,'action started via WP Cron','2021-02-05 04:22:42','2021-02-04 20:22:42'),(80006,29579,'action complete via WP Cron','2021-02-05 04:22:42','2021-02-04 20:22:42'),(80007,29580,'action created','2021-02-05 04:22:42','2021-02-04 20:22:42'),(80008,29580,'action started via WP Cron','2021-02-05 04:32:10','2021-02-04 20:32:10'),(80009,29580,'action complete via WP Cron','2021-02-05 04:32:10','2021-02-04 20:32:10'),(80010,29581,'action created','2021-02-05 04:32:10','2021-02-04 20:32:10'),(80011,29581,'action started via WP Cron','2021-02-05 04:34:33','2021-02-04 20:34:33'),(80012,29581,'action complete via WP Cron','2021-02-05 04:34:33','2021-02-04 20:34:33'),(80013,29582,'action created','2021-02-05 04:34:33','2021-02-04 20:34:33'),(80014,29582,'action started via WP Cron','2021-02-05 04:39:58','2021-02-04 20:39:58'),(80015,29582,'action complete via WP Cron','2021-02-05 04:39:59','2021-02-04 20:39:59'),(80016,29583,'action created','2021-02-05 04:39:59','2021-02-04 20:39:59'),(80017,29583,'action started via WP Cron','2021-02-05 04:42:45','2021-02-04 20:42:45'),(80018,29583,'action complete via WP Cron','2021-02-05 04:42:45','2021-02-04 20:42:45'),(80019,29584,'action created','2021-02-05 04:42:45','2021-02-04 20:42:45'),(80020,29584,'action started via WP Cron','2021-02-05 04:43:43','2021-02-04 20:43:43'),(80021,29584,'action complete via WP Cron','2021-02-05 04:43:43','2021-02-04 20:43:43'),(80022,29585,'action created','2021-02-05 04:43:43','2021-02-04 20:43:43'),(80023,29585,'action started via WP Cron','2021-02-05 04:44:51','2021-02-04 20:44:51'),(80024,29585,'action complete via WP Cron','2021-02-05 04:44:51','2021-02-04 20:44:51'),(80025,29586,'action created','2021-02-05 04:44:51','2021-02-04 20:44:51'),(80026,29586,'action started via WP Cron','2021-02-05 04:45:41','2021-02-04 20:45:41'),(80027,29586,'action complete via WP Cron','2021-02-05 04:45:41','2021-02-04 20:45:41'),(80028,29587,'action created','2021-02-05 04:45:41','2021-02-04 20:45:41'),(80029,29587,'action started via WP Cron','2021-02-05 04:46:46','2021-02-04 20:46:46'),(80030,29587,'action complete via WP Cron','2021-02-05 04:46:46','2021-02-04 20:46:46'),(80031,29588,'action created','2021-02-05 04:46:47','2021-02-04 20:46:47'),(80032,29588,'action started via WP Cron','2021-02-05 04:47:46','2021-02-04 20:47:46'),(80033,29588,'action complete via WP Cron','2021-02-05 04:47:46','2021-02-04 20:47:46'),(80034,29589,'action created','2021-02-05 04:47:46','2021-02-04 20:47:46'),(80035,29589,'action started via WP Cron','2021-02-05 04:48:40','2021-02-04 20:48:40'),(80036,29589,'action complete via WP Cron','2021-02-05 04:48:40','2021-02-04 20:48:40'),(80037,29590,'action created','2021-02-05 04:48:41','2021-02-04 20:48:41'),(80038,29590,'action started via WP Cron','2021-02-05 04:49:50','2021-02-04 20:49:50'),(80039,29590,'action complete via WP Cron','2021-02-05 04:49:50','2021-02-04 20:49:50'),(80040,29591,'action created','2021-02-05 04:49:50','2021-02-04 20:49:50'),(80041,29591,'action started via WP Cron','2021-02-05 04:50:48','2021-02-04 20:50:48'),(80042,29591,'action complete via WP Cron','2021-02-05 04:50:48','2021-02-04 20:50:48'),(80043,29592,'action created','2021-02-05 04:50:48','2021-02-04 20:50:48'),(80044,29592,'action started via WP Cron','2021-02-05 04:51:55','2021-02-04 20:51:55'),(80045,29592,'action complete via WP Cron','2021-02-05 04:51:55','2021-02-04 20:51:55'),(80046,29593,'action created','2021-02-05 04:51:55','2021-02-04 20:51:55'),(80047,29593,'action started via WP Cron','2021-02-05 04:52:46','2021-02-04 20:52:46'),(80048,29593,'action complete via WP Cron','2021-02-05 04:52:46','2021-02-04 20:52:46'),(80049,29594,'action created','2021-02-05 04:52:47','2021-02-04 20:52:47'),(80050,29594,'action started via WP Cron','2021-02-05 04:53:49','2021-02-04 20:53:49'),(80051,29594,'action complete via WP Cron','2021-02-05 04:53:49','2021-02-04 20:53:49'),(80052,29595,'action created','2021-02-05 04:53:49','2021-02-04 20:53:49'),(80053,29595,'action started via WP Cron','2021-02-05 04:55:01','2021-02-04 20:55:01'),(80054,29595,'action complete via WP Cron','2021-02-05 04:55:01','2021-02-04 20:55:01'),(80055,29596,'action created','2021-02-05 04:55:01','2021-02-04 20:55:01'),(80056,29596,'action started via WP Cron','2021-02-05 04:55:54','2021-02-04 20:55:54'),(80057,29596,'action complete via WP Cron','2021-02-05 04:55:54','2021-02-04 20:55:54'),(80058,29597,'action created','2021-02-05 04:55:54','2021-02-04 20:55:54'),(80059,29597,'action started via WP Cron','2021-02-05 04:56:41','2021-02-04 20:56:41'),(80060,29597,'action complete via WP Cron','2021-02-05 04:56:41','2021-02-04 20:56:41'),(80061,29598,'action created','2021-02-05 04:56:41','2021-02-04 20:56:41'),(80062,29598,'action started via WP Cron','2021-02-05 04:57:54','2021-02-04 20:57:54'),(80063,29598,'action complete via WP Cron','2021-02-05 04:57:54','2021-02-04 20:57:54'),(80064,29599,'action created','2021-02-05 04:57:54','2021-02-04 20:57:54'),(80065,29599,'action started via WP Cron','2021-02-05 04:58:46','2021-02-04 20:58:46'),(80066,29599,'action complete via WP Cron','2021-02-05 04:58:46','2021-02-04 20:58:46'),(80067,29600,'action created','2021-02-05 04:58:47','2021-02-04 20:58:47'),(80068,29600,'action started via WP Cron','2021-02-05 04:59:43','2021-02-04 20:59:43'),(80069,29600,'action complete via WP Cron','2021-02-05 04:59:43','2021-02-04 20:59:43'),(80070,29601,'action created','2021-02-05 04:59:43','2021-02-04 20:59:43'),(80071,29601,'action started via WP Cron','2021-02-05 05:00:49','2021-02-04 21:00:49'),(80072,29601,'action complete via WP Cron','2021-02-05 05:00:49','2021-02-04 21:00:49'),(80073,29602,'action created','2021-02-05 05:00:50','2021-02-04 21:00:50'),(80074,29602,'action started via WP Cron','2021-02-05 05:01:50','2021-02-04 21:01:50'),(80075,29602,'action complete via WP Cron','2021-02-05 05:01:50','2021-02-04 21:01:50'),(80076,29603,'action created','2021-02-05 05:01:50','2021-02-04 21:01:50'),(80077,29603,'action started via WP Cron','2021-02-05 05:02:49','2021-02-04 21:02:49'),(80078,29603,'action complete via WP Cron','2021-02-05 05:02:49','2021-02-04 21:02:49'),(80079,29604,'action created','2021-02-05 05:02:49','2021-02-04 21:02:49'),(80080,29604,'action started via WP Cron','2021-02-05 05:03:46','2021-02-04 21:03:46'),(80081,29604,'action complete via WP Cron','2021-02-05 05:03:46','2021-02-04 21:03:46'),(80082,29605,'action created','2021-02-05 05:03:46','2021-02-04 21:03:46'),(80083,29605,'action started via WP Cron','2021-02-05 05:04:42','2021-02-04 21:04:42'),(80084,29605,'action complete via WP Cron','2021-02-05 05:04:42','2021-02-04 21:04:42'),(80085,29606,'action created','2021-02-05 05:04:42','2021-02-04 21:04:42'),(80086,29606,'action started via WP Cron','2021-02-05 05:09:20','2021-02-04 21:09:20'),(80087,29606,'action complete via WP Cron','2021-02-05 05:09:20','2021-02-04 21:09:20'),(80088,29607,'action created','2021-02-05 05:09:21','2021-02-04 21:09:21'),(80089,29607,'action started via WP Cron','2021-02-05 05:09:57','2021-02-04 21:09:57'),(80090,29607,'action complete via WP Cron','2021-02-05 05:09:57','2021-02-04 21:09:57'),(80091,29608,'action created','2021-02-05 05:09:57','2021-02-04 21:09:57'),(80092,29608,'action started via WP Cron','2021-02-05 05:10:54','2021-02-04 21:10:54'),(80093,29608,'action complete via WP Cron','2021-02-05 05:10:54','2021-02-04 21:10:54'),(80094,29609,'action created','2021-02-05 05:10:54','2021-02-04 21:10:54'),(80095,29609,'action started via WP Cron','2021-02-05 05:11:55','2021-02-04 21:11:55'),(80096,29609,'action complete via WP Cron','2021-02-05 05:11:55','2021-02-04 21:11:55'),(80097,29610,'action created','2021-02-05 05:11:55','2021-02-04 21:11:55'),(80098,29610,'action started via WP Cron','2021-02-05 05:12:48','2021-02-04 21:12:48'),(80099,29610,'action complete via WP Cron','2021-02-05 05:12:48','2021-02-04 21:12:48'),(80100,29611,'action created','2021-02-05 05:12:48','2021-02-04 21:12:48'),(80101,29611,'action started via WP Cron','2021-02-05 05:13:44','2021-02-04 21:13:44'),(80102,29611,'action complete via WP Cron','2021-02-05 05:13:44','2021-02-04 21:13:44'),(80103,29612,'action created','2021-02-05 05:13:44','2021-02-04 21:13:44'),(80104,29612,'action started via WP Cron','2021-02-05 05:20:52','2021-02-04 21:20:52'),(80105,29612,'action complete via WP Cron','2021-02-05 05:20:52','2021-02-04 21:20:52'),(80106,29613,'action created','2021-02-05 05:20:53','2021-02-04 21:20:53'),(80107,29613,'action started via WP Cron','2021-02-05 05:24:32','2021-02-04 21:24:32'),(80108,29613,'action complete via WP Cron','2021-02-05 05:24:32','2021-02-04 21:24:32'),(80109,29614,'action created','2021-02-05 05:24:32','2021-02-04 21:24:32'),(80110,29614,'action started via WP Cron','2021-02-05 05:25:37','2021-02-04 21:25:37'),(80111,29614,'action complete via WP Cron','2021-02-05 05:25:37','2021-02-04 21:25:37'),(80112,29615,'action created','2021-02-05 05:25:37','2021-02-04 21:25:37'),(80113,29615,'action started via WP Cron','2021-02-05 05:26:07','2021-02-04 21:26:07'),(80114,29615,'action complete via WP Cron','2021-02-05 05:26:07','2021-02-04 21:26:07'),(80115,29616,'action created','2021-02-05 05:26:07','2021-02-04 21:26:07'),(80116,29616,'action started via WP Cron','2021-02-05 05:28:49','2021-02-04 21:28:49'),(80117,29616,'action complete via WP Cron','2021-02-05 05:28:49','2021-02-04 21:28:49'),(80118,29617,'action created','2021-02-05 05:28:49','2021-02-04 21:28:49'),(80119,29617,'action started via WP Cron','2021-02-05 05:29:53','2021-02-04 21:29:53'),(80120,29617,'action complete via WP Cron','2021-02-05 05:29:53','2021-02-04 21:29:53'),(80121,29618,'action created','2021-02-05 05:29:53','2021-02-04 21:29:53'),(80122,29618,'action started via WP Cron','2021-02-05 05:30:41','2021-02-04 21:30:41'),(80123,29618,'action complete via WP Cron','2021-02-05 05:30:41','2021-02-04 21:30:41'),(80124,29619,'action created','2021-02-05 05:30:41','2021-02-04 21:30:41'),(80125,29619,'action started via WP Cron','2021-02-05 05:31:46','2021-02-04 21:31:46'),(80126,29619,'action complete via WP Cron','2021-02-05 05:31:46','2021-02-04 21:31:46'),(80127,29620,'action created','2021-02-05 05:31:46','2021-02-04 21:31:46'),(80128,29620,'action started via WP Cron','2021-02-05 05:32:47','2021-02-04 21:32:47'),(80129,29620,'action complete via WP Cron','2021-02-05 05:32:47','2021-02-04 21:32:47'),(80130,29621,'action created','2021-02-05 05:32:47','2021-02-04 21:32:47'),(80131,29621,'action started via WP Cron','2021-02-05 05:38:05','2021-02-04 21:38:05'),(80132,29621,'action complete via WP Cron','2021-02-05 05:38:05','2021-02-04 21:38:05'),(80133,29622,'action created','2021-02-05 05:38:05','2021-02-04 21:38:05'),(80134,29622,'action started via WP Cron','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80135,29622,'action complete via WP Cron','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80136,28975,'action started via WP Cron','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80137,28975,'action complete via WP Cron','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80138,29623,'action created','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80139,29624,'action created','2021-02-05 05:51:28','2021-02-04 21:51:28'),(80140,29624,'action started via WP Cron','2021-02-05 05:59:52','2021-02-04 21:59:52'),(80141,29624,'action complete via WP Cron','2021-02-05 05:59:52','2021-02-04 21:59:52'),(80142,29625,'action created','2021-02-05 05:59:52','2021-02-04 21:59:52'),(80143,29625,'action started via WP Cron','2021-02-05 06:01:01','2021-02-04 22:01:01'),(80144,29625,'action complete via WP Cron','2021-02-05 06:01:01','2021-02-04 22:01:01'),(80145,29626,'action created','2021-02-05 06:02:00','2021-02-04 22:02:00'),(80146,29626,'action started via WP Cron','2021-02-05 06:02:50','2021-02-04 22:02:50'),(80147,29626,'action complete via WP Cron','2021-02-05 06:02:50','2021-02-04 22:02:50'),(80148,29627,'action created','2021-02-05 06:02:50','2021-02-04 22:02:50'),(80149,29627,'action started via WP Cron','2021-02-05 06:04:02','2021-02-04 22:04:02'),(80150,29627,'action complete via WP Cron','2021-02-05 06:04:02','2021-02-04 22:04:02'),(80151,29628,'action created','2021-02-05 06:04:02','2021-02-04 22:04:02'),(80152,29628,'action started via WP Cron','2021-02-05 06:05:03','2021-02-04 22:05:03'),(80153,29628,'action complete via WP Cron','2021-02-05 06:05:03','2021-02-04 22:05:03'),(80154,29629,'action created','2021-02-05 06:05:03','2021-02-04 22:05:03'),(80155,29629,'action started via WP Cron','2021-02-05 06:06:04','2021-02-04 22:06:04'),(80156,29629,'action complete via WP Cron','2021-02-05 06:06:04','2021-02-04 22:06:04'),(80157,29630,'action created','2021-02-05 06:06:04','2021-02-04 22:06:04'),(80158,29630,'action started via WP Cron','2021-02-05 06:10:01','2021-02-04 22:10:01'),(80159,29630,'action complete via WP Cron','2021-02-05 06:10:01','2021-02-04 22:10:01'),(80160,29631,'action created','2021-02-05 06:10:01','2021-02-04 22:10:01'),(80161,29631,'action started via WP Cron','2021-02-05 06:13:27','2021-02-04 22:13:27'),(80162,29631,'action complete via WP Cron','2021-02-05 06:13:27','2021-02-04 22:13:27'),(80163,29632,'action created','2021-02-05 06:13:28','2021-02-04 22:13:28'),(80164,29632,'action started via WP Cron','2021-02-05 06:13:56','2021-02-04 22:13:56'),(80165,29632,'action complete via WP Cron','2021-02-05 06:13:56','2021-02-04 22:13:56'),(80166,29633,'action created','2021-02-05 06:13:56','2021-02-04 22:13:56'),(80167,29633,'action started via WP Cron','2021-02-05 06:15:05','2021-02-04 22:15:05'),(80168,29633,'action complete via WP Cron','2021-02-05 06:15:05','2021-02-04 22:15:05'),(80169,29634,'action created','2021-02-05 06:15:05','2021-02-04 22:15:05'),(80170,29634,'action started via WP Cron','2021-02-05 06:15:58','2021-02-04 22:15:58'),(80171,29634,'action complete via WP Cron','2021-02-05 06:15:58','2021-02-04 22:15:58'),(80172,29635,'action created','2021-02-05 06:15:58','2021-02-04 22:15:58'),(80173,29635,'action started via WP Cron','2021-02-05 06:16:59','2021-02-04 22:16:59'),(80174,29635,'action complete via WP Cron','2021-02-05 06:16:59','2021-02-04 22:16:59'),(80175,29636,'action created','2021-02-05 06:16:59','2021-02-04 22:16:59'),(80176,29636,'action started via WP Cron','2021-02-05 06:18:11','2021-02-04 22:18:11'),(80177,29636,'action complete via WP Cron','2021-02-05 06:18:11','2021-02-04 22:18:11'),(80178,29637,'action created','2021-02-05 06:18:11','2021-02-04 22:18:11'),(80179,29637,'action started via WP Cron','2021-02-05 06:19:52','2021-02-04 22:19:52'),(80180,29637,'action complete via WP Cron','2021-02-05 06:19:52','2021-02-04 22:19:52'),(80181,29638,'action created','2021-02-05 06:19:52','2021-02-04 22:19:52'),(80182,29638,'action started via WP Cron','2021-02-05 06:26:47','2021-02-04 22:26:47'),(80183,29638,'action complete via WP Cron','2021-02-05 06:26:47','2021-02-04 22:26:47'),(80184,29639,'action created','2021-02-05 06:26:47','2021-02-04 22:26:47'),(80185,29639,'action started via WP Cron','2021-02-05 06:30:04','2021-02-04 22:30:04'),(80186,29639,'action complete via WP Cron','2021-02-05 06:30:04','2021-02-04 22:30:04'),(80187,29640,'action created','2021-02-05 06:31:07','2021-02-04 22:31:07'),(80188,29640,'action started via WP Cron','2021-02-05 06:32:19','2021-02-04 22:32:19'),(80189,29640,'action complete via WP Cron','2021-02-05 06:32:19','2021-02-04 22:32:19'),(80190,29641,'action created','2021-02-05 06:32:19','2021-02-04 22:32:19'),(80191,29641,'action started via WP Cron','2021-02-05 06:34:44','2021-02-04 22:34:44'),(80192,29641,'action complete via WP Cron','2021-02-05 06:34:44','2021-02-04 22:34:44'),(80193,29642,'action created','2021-02-05 06:34:44','2021-02-04 22:34:44'),(80194,29642,'action started via WP Cron','2021-02-05 06:35:49','2021-02-04 22:35:49'),(80195,29642,'action complete via WP Cron','2021-02-05 06:35:49','2021-02-04 22:35:49'),(80196,29643,'action created','2021-02-05 06:35:49','2021-02-04 22:35:49'),(80197,29643,'action started via WP Cron','2021-02-05 06:37:05','2021-02-04 22:37:05'),(80198,29643,'action complete via WP Cron','2021-02-05 06:37:05','2021-02-04 22:37:05'),(80199,29644,'action created','2021-02-05 06:37:05','2021-02-04 22:37:05'),(80200,29644,'action started via WP Cron','2021-02-05 06:39:42','2021-02-04 22:39:42'),(80201,29644,'action complete via WP Cron','2021-02-05 06:39:42','2021-02-04 22:39:42'),(80202,29645,'action created','2021-02-05 06:39:42','2021-02-04 22:39:42'),(80203,29645,'action started via WP Cron','2021-02-05 06:43:06','2021-02-04 22:43:06'),(80204,29645,'action complete via WP Cron','2021-02-05 06:43:06','2021-02-04 22:43:06'),(80205,29646,'action created','2021-02-05 06:43:06','2021-02-04 22:43:06'),(80206,29646,'action started via WP Cron','2021-02-05 06:50:18','2021-02-04 22:50:18'),(80207,29646,'action complete via WP Cron','2021-02-05 06:50:18','2021-02-04 22:50:18'),(80208,29647,'action created','2021-02-05 06:50:18','2021-02-04 22:50:18'),(80209,29647,'action started via WP Cron','2021-02-05 06:53:09','2021-02-04 22:53:09'),(80210,29647,'action complete via WP Cron','2021-02-05 06:53:09','2021-02-04 22:53:09'),(80211,29648,'action created','2021-02-05 06:53:09','2021-02-04 22:53:09'),(80212,29648,'action started via WP Cron','2021-02-05 06:54:28','2021-02-04 22:54:28'),(80213,29648,'action complete via WP Cron','2021-02-05 06:54:28','2021-02-04 22:54:28'),(80214,29649,'action created','2021-02-05 06:54:28','2021-02-04 22:54:28'),(80215,29649,'action started via WP Cron','2021-02-05 06:54:42','2021-02-04 22:54:42'),(80216,29649,'action complete via WP Cron','2021-02-05 06:54:42','2021-02-04 22:54:42'),(80217,29650,'action created','2021-02-05 06:54:42','2021-02-04 22:54:42'),(80218,29650,'action started via WP Cron','2021-02-05 07:03:33','2021-02-04 23:03:33'),(80219,29650,'action complete via WP Cron','2021-02-05 07:03:33','2021-02-04 23:03:33'),(80220,29651,'action created','2021-02-05 07:03:34','2021-02-04 23:03:34'),(80221,29651,'action started via WP Cron','2021-02-05 07:06:10','2021-02-04 23:06:10'),(80222,29651,'action complete via WP Cron','2021-02-05 07:06:10','2021-02-04 23:06:10'),(80223,29652,'action created','2021-02-05 07:06:10','2021-02-04 23:06:10'),(80224,29652,'action started via WP Cron','2021-02-05 07:07:04','2021-02-04 23:07:04'),(80225,29652,'action complete via WP Cron','2021-02-05 07:07:04','2021-02-04 23:07:04'),(80226,29653,'action created','2021-02-05 07:07:04','2021-02-04 23:07:04'),(80227,29653,'action started via WP Cron','2021-02-05 07:08:05','2021-02-04 23:08:05'),(80228,29653,'action complete via WP Cron','2021-02-05 07:08:05','2021-02-04 23:08:05'),(80229,29654,'action created','2021-02-05 07:08:05','2021-02-04 23:08:05'),(80230,29654,'action started via WP Cron','2021-02-05 07:10:07','2021-02-04 23:10:07'),(80231,29654,'action complete via WP Cron','2021-02-05 07:10:07','2021-02-04 23:10:07'),(80232,29655,'action created','2021-02-05 07:10:07','2021-02-04 23:10:07'),(80233,29655,'action started via WP Cron','2021-02-05 07:11:08','2021-02-04 23:11:08'),(80234,29655,'action complete via WP Cron','2021-02-05 07:11:08','2021-02-04 23:11:08'),(80235,29656,'action created','2021-02-05 07:11:08','2021-02-04 23:11:08'),(80236,29656,'action started via WP Cron','2021-02-05 07:12:09','2021-02-04 23:12:09'),(80237,29656,'action complete via WP Cron','2021-02-05 07:12:09','2021-02-04 23:12:09'),(80238,29657,'action created','2021-02-05 07:12:09','2021-02-04 23:12:09'),(80242,29658,'action started via WP Cron','2021-02-05 07:18:25','2021-02-04 23:18:25'),(80243,29658,'action complete via WP Cron','2021-02-05 07:18:25','2021-02-04 23:18:25'),(80244,29659,'action created','2021-02-05 07:18:25','2021-02-04 23:18:25'),(80245,29659,'action started via WP Cron','2021-02-05 07:19:25','2021-02-04 23:19:25'),(80246,29659,'action complete via WP Cron','2021-02-05 07:19:25','2021-02-04 23:19:25'),(80247,29660,'action created','2021-02-05 07:19:25','2021-02-04 23:19:25'),(80248,29660,'action started via WP Cron','2021-02-05 07:20:26','2021-02-04 23:20:26'),(80249,29660,'action complete via WP Cron','2021-02-05 07:20:26','2021-02-04 23:20:26'),(80250,29661,'action created','2021-02-05 07:20:26','2021-02-04 23:20:26'),(80251,29661,'action started via WP Cron','2021-02-05 07:21:28','2021-02-04 23:21:28'),(80252,29661,'action complete via WP Cron','2021-02-05 07:21:28','2021-02-04 23:21:28'),(80253,29662,'action created','2021-02-05 07:21:28','2021-02-04 23:21:28'),(80254,29662,'action started via WP Cron','2021-02-05 07:23:31','2021-02-04 23:23:31'),(80255,29662,'action complete via WP Cron','2021-02-05 07:23:31','2021-02-04 23:23:31'),(80256,29663,'action created','2021-02-05 07:23:31','2021-02-04 23:23:31'),(80257,29663,'action started via WP Cron','2021-02-05 07:37:17','2021-02-04 23:37:17'),(80258,29663,'action complete via WP Cron','2021-02-05 07:37:17','2021-02-04 23:37:17'),(80259,29664,'action created','2021-02-05 07:37:17','2021-02-04 23:37:17'),(80260,29664,'action started via WP Cron','2021-02-05 07:38:19','2021-02-04 23:38:19'),(80261,29664,'action complete via WP Cron','2021-02-05 07:38:19','2021-02-04 23:38:19'),(80262,29665,'action created','2021-02-05 07:38:19','2021-02-04 23:38:19'),(80263,29665,'action started via WP Cron','2021-02-05 07:39:21','2021-02-04 23:39:21'),(80264,29665,'action complete via WP Cron','2021-02-05 07:39:21','2021-02-04 23:39:21'),(80265,29666,'action created','2021-02-05 07:39:21','2021-02-04 23:39:21'),(80266,29666,'action started via WP Cron','2021-02-05 07:42:31','2021-02-04 23:42:31'),(80267,29666,'action complete via WP Cron','2021-02-05 07:42:31','2021-02-04 23:42:31'),(80268,29667,'action created','2021-02-05 07:42:31','2021-02-04 23:42:31'),(80269,29667,'action started via WP Cron','2021-02-05 07:42:48','2021-02-04 23:42:48'),(80270,29667,'action complete via WP Cron','2021-02-05 07:42:48','2021-02-04 23:42:48'),(80271,29668,'action created','2021-02-05 07:42:48','2021-02-04 23:42:48'),(80272,29668,'action started via WP Cron','2021-02-05 07:44:23','2021-02-04 23:44:23'),(80273,29668,'action complete via WP Cron','2021-02-05 07:44:23','2021-02-04 23:44:23'),(80274,29669,'action created','2021-02-05 07:44:23','2021-02-04 23:44:23'),(80275,29669,'action started via WP Cron','2021-02-05 07:45:36','2021-02-04 23:45:36'),(80276,29669,'action complete via WP Cron','2021-02-05 07:45:36','2021-02-04 23:45:36'),(80277,29670,'action created','2021-02-05 07:45:36','2021-02-04 23:45:36'),(80278,29670,'action started via WP Cron','2021-02-05 07:52:34','2021-02-04 23:52:34'),(80279,29670,'action complete via WP Cron','2021-02-05 07:52:34','2021-02-04 23:52:34'),(80280,29671,'action created','2021-02-05 07:52:35','2021-02-04 23:52:35'),(80281,29671,'action started via WP Cron','2021-02-05 07:52:49','2021-02-04 23:52:49'),(80282,29671,'action complete via WP Cron','2021-02-05 07:52:49','2021-02-04 23:52:49'),(80283,29672,'action created','2021-02-05 07:52:50','2021-02-04 23:52:50'),(80284,29672,'action started via WP Cron','2021-02-05 07:53:57','2021-02-04 23:53:57'),(80285,29672,'action complete via WP Cron','2021-02-05 07:53:57','2021-02-04 23:53:57'),(80286,29673,'action created','2021-02-05 07:53:57','2021-02-04 23:53:57'),(80287,29673,'action started via WP Cron','2021-02-05 07:54:45','2021-02-04 23:54:45'),(80288,29673,'action complete via WP Cron','2021-02-05 07:54:45','2021-02-04 23:54:45'),(80289,29674,'action created','2021-02-05 07:54:45','2021-02-04 23:54:45'),(80290,29674,'action started via WP Cron','2021-02-05 07:56:04','2021-02-04 23:56:04'),(80291,29674,'action complete via WP Cron','2021-02-05 07:56:04','2021-02-04 23:56:04'),(80292,29675,'action created','2021-02-05 07:56:04','2021-02-04 23:56:04'),(80293,29675,'action started via WP Cron','2021-02-05 07:57:01','2021-02-04 23:57:01'),(80294,29675,'action complete via WP Cron','2021-02-05 07:57:01','2021-02-04 23:57:01'),(80295,29676,'action created','2021-02-05 07:57:30','2021-02-04 23:57:30'),(80296,29676,'action started via WP Cron','2021-02-05 07:57:48','2021-02-04 23:57:48'),(80297,29676,'action complete via WP Cron','2021-02-05 07:57:48','2021-02-04 23:57:48'),(80298,29677,'action created','2021-02-05 07:57:48','2021-02-04 23:57:48'),(80299,29677,'action started via WP Cron','2021-02-05 07:58:44','2021-02-04 23:58:44'),(80300,29677,'action complete via WP Cron','2021-02-05 07:58:44','2021-02-04 23:58:44'),(80301,29678,'action created','2021-02-05 07:58:44','2021-02-04 23:58:44'),(80302,29678,'action started via WP Cron','2021-02-05 07:59:41','2021-02-04 23:59:41'),(80303,29678,'action complete via WP Cron','2021-02-05 07:59:41','2021-02-04 23:59:41'),(80304,29679,'action created','2021-02-05 07:59:41','2021-02-04 23:59:41'),(80305,29679,'action started via WP Cron','2021-02-05 08:01:04','2021-02-05 00:01:04'),(80306,29679,'action complete via WP Cron','2021-02-05 08:01:04','2021-02-05 00:01:04'),(80307,29680,'action created','2021-02-05 08:01:04','2021-02-05 00:01:04'),(80308,29680,'action started via WP Cron','2021-02-05 08:01:45','2021-02-05 00:01:45'),(80309,29680,'action complete via WP Cron','2021-02-05 08:01:45','2021-02-05 00:01:45'),(80310,29681,'action created','2021-02-05 08:01:45','2021-02-05 00:01:45'),(80311,29681,'action started via WP Cron','2021-02-05 08:02:47','2021-02-05 00:02:47'),(80312,29681,'action complete via WP Cron','2021-02-05 08:02:47','2021-02-05 00:02:47'),(80313,29682,'action created','2021-02-05 08:02:47','2021-02-05 00:02:47'),(80314,29682,'action started via WP Cron','2021-02-05 08:04:05','2021-02-05 00:04:05'),(80315,29682,'action complete via WP Cron','2021-02-05 08:04:05','2021-02-05 00:04:05'),(80316,29683,'action created','2021-02-05 08:04:05','2021-02-05 00:04:05'),(80317,29683,'action started via WP Cron','2021-02-05 08:04:53','2021-02-05 00:04:53'),(80318,29683,'action complete via WP Cron','2021-02-05 08:04:53','2021-02-05 00:04:53'),(80319,29684,'action created','2021-02-05 08:04:53','2021-02-05 00:04:53'),(80320,29684,'action started via WP Cron','2021-02-05 08:05:44','2021-02-05 00:05:44'),(80321,29684,'action complete via WP Cron','2021-02-05 08:05:44','2021-02-05 00:05:44'),(80322,29685,'action created','2021-02-05 08:05:44','2021-02-05 00:05:44'),(80323,29685,'action started via WP Cron','2021-02-05 08:07:00','2021-02-05 00:07:00'),(80324,29685,'action complete via WP Cron','2021-02-05 08:07:00','2021-02-05 00:07:00'),(80325,29686,'action created','2021-02-05 08:07:00','2021-02-05 00:07:00'),(80326,29686,'action started via WP Cron','2021-02-05 08:07:43','2021-02-05 00:07:43'),(80327,29686,'action complete via WP Cron','2021-02-05 08:07:43','2021-02-05 00:07:43'),(80328,29687,'action created','2021-02-05 08:07:43','2021-02-05 00:07:43'),(80329,29687,'action started via WP Cron','2021-02-05 08:08:57','2021-02-05 00:08:57'),(80330,29687,'action complete via WP Cron','2021-02-05 08:08:57','2021-02-05 00:08:57'),(80331,29688,'action created','2021-02-05 08:08:57','2021-02-05 00:08:57'),(80332,29688,'action started via WP Cron','2021-02-05 08:10:05','2021-02-05 00:10:05'),(80333,29688,'action complete via WP Cron','2021-02-05 08:10:05','2021-02-05 00:10:05'),(80334,29689,'action created','2021-02-05 08:10:05','2021-02-05 00:10:05'),(80335,29689,'action started via WP Cron','2021-02-05 08:10:59','2021-02-05 00:10:59'),(80336,29689,'action complete via WP Cron','2021-02-05 08:10:59','2021-02-05 00:10:59'),(80337,29690,'action created','2021-02-05 08:10:59','2021-02-05 00:10:59'),(80338,29690,'action started via WP Cron','2021-02-05 08:11:48','2021-02-05 00:11:48'),(80339,29690,'action complete via WP Cron','2021-02-05 08:11:48','2021-02-05 00:11:48'),(80340,29691,'action created','2021-02-05 08:11:48','2021-02-05 00:11:48'),(80341,29691,'action started via WP Cron','2021-02-05 08:13:01','2021-02-05 00:13:01'),(80342,29691,'action complete via WP Cron','2021-02-05 08:13:01','2021-02-05 00:13:01'),(80343,29692,'action created','2021-02-05 08:13:01','2021-02-05 00:13:01'),(80344,29692,'action started via WP Cron','2021-02-05 08:13:54','2021-02-05 00:13:54'),(80345,29692,'action complete via WP Cron','2021-02-05 08:13:54','2021-02-05 00:13:54'),(80346,29693,'action created','2021-02-05 08:13:54','2021-02-05 00:13:54'),(80347,29693,'action started via WP Cron','2021-02-05 08:14:47','2021-02-05 00:14:47'),(80348,29693,'action complete via WP Cron','2021-02-05 08:14:47','2021-02-05 00:14:47'),(80349,29694,'action created','2021-02-05 08:14:47','2021-02-05 00:14:47'),(80350,29694,'action started via WP Cron','2021-02-05 08:15:58','2021-02-05 00:15:58'),(80351,29694,'action complete via WP Cron','2021-02-05 08:15:58','2021-02-05 00:15:58'),(80352,29695,'action created','2021-02-05 08:15:59','2021-02-05 00:15:59'),(80353,29695,'action started via WP Cron','2021-02-05 08:16:51','2021-02-05 00:16:51'),(80354,29695,'action complete via WP Cron','2021-02-05 08:16:51','2021-02-05 00:16:51'),(80355,29696,'action created','2021-02-05 08:16:51','2021-02-05 00:16:51'),(80356,29696,'action started via WP Cron','2021-02-05 08:17:44','2021-02-05 00:17:44'),(80357,29696,'action complete via WP Cron','2021-02-05 08:17:44','2021-02-05 00:17:44'),(80358,29697,'action created','2021-02-05 08:17:45','2021-02-05 00:17:45'),(80359,29697,'action started via WP Cron','2021-02-05 08:18:43','2021-02-05 00:18:43'),(80360,29697,'action complete via WP Cron','2021-02-05 08:18:43','2021-02-05 00:18:43'),(80361,29698,'action created','2021-02-05 08:18:43','2021-02-05 00:18:43'),(80362,29698,'action started via WP Cron','2021-02-05 08:19:48','2021-02-05 00:19:48'),(80363,29698,'action complete via WP Cron','2021-02-05 08:19:48','2021-02-05 00:19:48'),(80364,29699,'action created','2021-02-05 08:19:48','2021-02-05 00:19:48'),(80365,29699,'action started via WP Cron','2021-02-05 08:20:50','2021-02-05 00:20:50'),(80366,29699,'action complete via WP Cron','2021-02-05 08:20:50','2021-02-05 00:20:50'),(80367,29700,'action created','2021-02-05 08:20:51','2021-02-05 00:20:51'),(80368,29700,'action started via WP Cron','2021-02-05 08:21:50','2021-02-05 00:21:50'),(80369,29700,'action complete via WP Cron','2021-02-05 08:21:50','2021-02-05 00:21:50'),(80370,29701,'action created','2021-02-05 08:21:50','2021-02-05 00:21:50'),(80371,29701,'action started via WP Cron','2021-02-05 08:22:44','2021-02-05 00:22:44'),(80372,29701,'action complete via WP Cron','2021-02-05 08:22:44','2021-02-05 00:22:44'),(80373,29702,'action created','2021-02-05 08:22:44','2021-02-05 00:22:44'),(80374,29702,'action started via WP Cron','2021-02-05 08:23:52','2021-02-05 00:23:52'),(80375,29702,'action complete via WP Cron','2021-02-05 08:23:52','2021-02-05 00:23:52'),(80376,29703,'action created','2021-02-05 08:23:52','2021-02-05 00:23:52'),(80377,29703,'action started via WP Cron','2021-02-05 08:25:05','2021-02-05 00:25:05'),(80378,29703,'action complete via WP Cron','2021-02-05 08:25:05','2021-02-05 00:25:05'),(80379,29704,'action created','2021-02-05 08:25:05','2021-02-05 00:25:05'),(80380,29704,'action started via WP Cron','2021-02-05 08:25:45','2021-02-05 00:25:45'),(80381,29704,'action complete via WP Cron','2021-02-05 08:25:45','2021-02-05 00:25:45'),(80382,29705,'action created','2021-02-05 08:25:45','2021-02-05 00:25:45'),(80383,29705,'action started via WP Cron','2021-02-05 08:26:43','2021-02-05 00:26:43'),(80384,29705,'action complete via WP Cron','2021-02-05 08:26:43','2021-02-05 00:26:43'),(80385,29706,'action created','2021-02-05 08:26:43','2021-02-05 00:26:43'),(80386,29706,'action started via WP Cron','2021-02-05 08:27:53','2021-02-05 00:27:53'),(80387,29706,'action complete via WP Cron','2021-02-05 08:27:53','2021-02-05 00:27:53'),(80388,29707,'action created','2021-02-05 08:27:53','2021-02-05 00:27:53'),(80389,29707,'action started via WP Cron','2021-02-05 08:28:58','2021-02-05 00:28:58'),(80390,29707,'action complete via WP Cron','2021-02-05 08:28:58','2021-02-05 00:28:58'),(80391,29708,'action created','2021-02-05 08:28:58','2021-02-05 00:28:58'),(80392,29708,'action started via WP Cron','2021-02-05 08:29:43','2021-02-05 00:29:43'),(80393,29708,'action complete via WP Cron','2021-02-05 08:29:43','2021-02-05 00:29:43'),(80394,29709,'action created','2021-02-05 08:29:43','2021-02-05 00:29:43'),(80395,29709,'action started via WP Cron','2021-02-05 08:30:45','2021-02-05 00:30:45'),(80396,29709,'action complete via WP Cron','2021-02-05 08:30:45','2021-02-05 00:30:45'),(80397,29710,'action created','2021-02-05 08:30:46','2021-02-05 00:30:46'),(80398,29710,'action started via WP Cron','2021-02-05 08:31:46','2021-02-05 00:31:46'),(80399,29710,'action complete via WP Cron','2021-02-05 08:31:46','2021-02-05 00:31:46'),(80400,29711,'action created','2021-02-05 08:31:46','2021-02-05 00:31:46'),(80401,29711,'action started via WP Cron','2021-02-05 08:36:49','2021-02-05 00:36:49'),(80402,29711,'action complete via WP Cron','2021-02-05 08:36:49','2021-02-05 00:36:49'),(80403,29712,'action created','2021-02-05 08:36:49','2021-02-05 00:36:49'),(80404,29712,'action started via WP Cron','2021-02-05 08:40:45','2021-02-05 00:40:45'),(80405,29712,'action complete via WP Cron','2021-02-05 08:40:45','2021-02-05 00:40:45'),(80406,29713,'action created','2021-02-05 08:40:45','2021-02-05 00:40:45'),(80407,29713,'action started via WP Cron','2021-02-05 08:44:24','2021-02-05 00:44:24'),(80408,29713,'action complete via WP Cron','2021-02-05 08:44:24','2021-02-05 00:44:24'),(80409,29714,'action created','2021-02-05 08:44:24','2021-02-05 00:44:24'),(80410,29714,'action started via WP Cron','2021-02-05 08:53:07','2021-02-05 00:53:07'),(80411,29714,'action complete via WP Cron','2021-02-05 08:53:07','2021-02-05 00:53:07'),(80412,29715,'action created','2021-02-05 08:53:07','2021-02-05 00:53:07'),(80413,29715,'action started via WP Cron','2021-02-05 08:57:06','2021-02-05 00:57:06'),(80414,29715,'action complete via WP Cron','2021-02-05 08:57:06','2021-02-05 00:57:06'),(80415,29716,'action created','2021-02-05 08:57:08','2021-02-05 00:57:08'),(80416,29717,'action created','2021-02-05 08:57:08','2021-02-05 00:57:08'),(80420,29717,'action started via WP Cron','2021-02-05 08:58:01','2021-02-05 00:58:01'),(80421,29717,'action complete via WP Cron','2021-02-05 08:58:01','2021-02-05 00:58:01'),(80422,29716,'action started via WP Cron','2021-02-05 08:58:01','2021-02-05 00:58:01'),(80423,29716,'action complete via WP Cron','2021-02-05 08:58:01','2021-02-05 00:58:01'),(80424,29719,'action created','2021-02-05 08:58:02','2021-02-05 00:58:02'),(80425,29719,'action started via WP Cron','2021-02-05 09:02:18','2021-02-05 01:02:18'),(80426,29719,'action complete via WP Cron','2021-02-05 09:02:18','2021-02-05 01:02:18'),(80427,29720,'action created','2021-02-05 09:02:18','2021-02-05 01:02:18'),(80428,29720,'action started via WP Cron','2021-02-05 09:03:19','2021-02-05 01:03:19'),(80429,29720,'action complete via WP Cron','2021-02-05 09:03:19','2021-02-05 01:03:19'),(80430,29721,'action created','2021-02-05 09:03:20','2021-02-05 01:03:20'),(80431,29721,'action started via WP Cron','2021-02-05 09:04:21','2021-02-05 01:04:21'),(80432,29721,'action complete via WP Cron','2021-02-05 09:04:21','2021-02-05 01:04:21'),(80433,29722,'action created','2021-02-05 09:04:21','2021-02-05 01:04:21'),(80434,29722,'action started via WP Cron','2021-02-05 09:06:24','2021-02-05 01:06:24'),(80435,29722,'action complete via WP Cron','2021-02-05 09:06:24','2021-02-05 01:06:24'),(80436,29723,'action created','2021-02-05 09:06:24','2021-02-05 01:06:24'),(80437,29723,'action started via WP Cron','2021-02-05 09:06:45','2021-02-05 01:06:45'),(80438,29723,'action complete via WP Cron','2021-02-05 09:06:45','2021-02-05 01:06:45'),(80439,29724,'action created','2021-02-05 09:06:45','2021-02-05 01:06:45'),(80440,29724,'action started via WP Cron','2021-02-05 09:07:45','2021-02-05 01:07:45'),(80441,29724,'action complete via WP Cron','2021-02-05 09:07:45','2021-02-05 01:07:45'),(80442,29725,'action created','2021-02-05 09:07:46','2021-02-05 01:07:46'),(80443,29725,'action started via WP Cron','2021-02-05 09:09:00','2021-02-05 01:09:00'),(80444,29725,'action complete via WP Cron','2021-02-05 09:09:00','2021-02-05 01:09:00'),(80445,29726,'action created','2021-02-05 09:09:01','2021-02-05 01:09:01'),(80446,29726,'action started via WP Cron','2021-02-05 09:17:29','2021-02-05 01:17:29'),(80447,29726,'action complete via WP Cron','2021-02-05 09:17:29','2021-02-05 01:17:29'),(80448,29727,'action created','2021-02-05 09:17:29','2021-02-05 01:17:29'),(80449,29727,'action started via WP Cron','2021-02-05 09:17:43','2021-02-05 01:17:43'),(80450,29727,'action complete via WP Cron','2021-02-05 09:17:43','2021-02-05 01:17:43'),(80451,29728,'action created','2021-02-05 09:17:43','2021-02-05 01:17:43'),(80452,29728,'action started via WP Cron','2021-02-05 09:19:32','2021-02-05 01:19:32'),(80453,29728,'action complete via WP Cron','2021-02-05 09:19:32','2021-02-05 01:19:32'),(80454,29729,'action created','2021-02-05 09:21:32','2021-02-05 01:21:32'),(80455,29729,'action started via WP Cron','2021-02-05 09:22:33','2021-02-05 01:22:33'),(80456,29729,'action complete via WP Cron','2021-02-05 09:22:33','2021-02-05 01:22:33'),(80457,29730,'action created','2021-02-05 09:22:33','2021-02-05 01:22:33'),(80458,29730,'action started via WP Cron','2021-02-05 09:23:34','2021-02-05 01:23:34'),(80459,29730,'action complete via WP Cron','2021-02-05 09:23:34','2021-02-05 01:23:34'),(80460,29731,'action created','2021-02-05 09:23:34','2021-02-05 01:23:34'),(80461,29731,'action started via WP Cron','2021-02-05 09:26:08','2021-02-05 01:26:08'),(80462,29731,'action complete via WP Cron','2021-02-05 09:26:08','2021-02-05 01:26:08'),(80463,29732,'action created','2021-02-05 09:26:08','2021-02-05 01:26:08'),(80464,29732,'action started via WP Cron','2021-02-05 09:34:06','2021-02-05 01:34:06'),(80465,29732,'action complete via WP Cron','2021-02-05 09:34:06','2021-02-05 01:34:06'),(80466,29733,'action created','2021-02-05 09:37:05','2021-02-05 01:37:05'),(80467,29733,'action started via WP Cron','2021-02-05 09:38:12','2021-02-05 01:38:12'),(80468,29733,'action complete via WP Cron','2021-02-05 09:38:12','2021-02-05 01:38:12'),(80469,29734,'action created','2021-02-05 09:38:12','2021-02-05 01:38:12'),(80470,29734,'action started via WP Cron','2021-02-05 09:38:57','2021-02-05 01:38:57'),(80471,29734,'action complete via WP Cron','2021-02-05 09:38:57','2021-02-05 01:38:57'),(80472,29735,'action created','2021-02-05 09:38:57','2021-02-05 01:38:57'),(80473,29735,'action started via WP Cron','2021-02-05 09:41:16','2021-02-05 01:41:16'),(80474,29735,'action complete via WP Cron','2021-02-05 09:41:16','2021-02-05 01:41:16'),(80475,29736,'action created','2021-02-05 09:41:16','2021-02-05 01:41:16'),(80476,29736,'action started via WP Cron','2021-02-05 09:42:16','2021-02-05 01:42:16'),(80477,29736,'action complete via WP Cron','2021-02-05 09:42:16','2021-02-05 01:42:16'),(80478,29737,'action created','2021-02-05 09:42:16','2021-02-05 01:42:16'),(80479,29737,'action started via WP Cron','2021-02-05 09:43:18','2021-02-05 01:43:18'),(80480,29737,'action complete via WP Cron','2021-02-05 09:43:18','2021-02-05 01:43:18'),(80481,29738,'action created','2021-02-05 09:43:18','2021-02-05 01:43:18'),(80482,29738,'action started via WP Cron','2021-02-05 10:09:50','2021-02-05 02:09:50'),(80483,29738,'action complete via WP Cron','2021-02-05 10:09:50','2021-02-05 02:09:50'),(80484,29739,'action created','2021-02-05 10:10:38','2021-02-05 02:10:38'),(80485,29739,'action started via WP Cron','2021-02-05 10:11:50','2021-02-05 02:11:50'),(80486,29739,'action complete via WP Cron','2021-02-05 10:11:50','2021-02-05 02:11:50'),(80487,29740,'action created','2021-02-05 10:11:50','2021-02-05 02:11:50'),(80488,29740,'action started via WP Cron','2021-02-05 10:12:41','2021-02-05 02:12:41'),(80489,29740,'action complete via WP Cron','2021-02-05 10:12:41','2021-02-05 02:12:41'),(80490,29741,'action created','2021-02-05 10:12:41','2021-02-05 02:12:41'),(80491,29741,'action started via WP Cron','2021-02-05 10:13:43','2021-02-05 02:13:43'),(80492,29741,'action complete via WP Cron','2021-02-05 10:13:43','2021-02-05 02:13:43'),(80493,29742,'action created','2021-02-05 10:13:43','2021-02-05 02:13:43'),(80494,29742,'action started via WP Cron','2021-02-05 10:21:21','2021-02-05 02:21:21'),(80495,29742,'action complete via WP Cron','2021-02-05 10:21:21','2021-02-05 02:21:21'),(80496,29743,'action created','2021-02-05 10:21:21','2021-02-05 02:21:21'),(80497,29743,'action started via WP Cron','2021-02-05 10:23:41','2021-02-05 02:23:41'),(80498,29743,'action complete via WP Cron','2021-02-05 10:23:41','2021-02-05 02:23:41'),(80499,29744,'action created','2021-02-05 10:23:41','2021-02-05 02:23:41'),(80500,29744,'action started via WP Cron','2021-02-05 10:25:35','2021-02-05 02:25:35'),(80501,29744,'action complete via WP Cron','2021-02-05 10:25:35','2021-02-05 02:25:35'),(80502,29745,'action created','2021-02-05 10:25:35','2021-02-05 02:25:35'),(80503,29745,'action started via WP Cron','2021-02-05 10:27:38','2021-02-05 02:27:38'),(80504,29745,'action complete via WP Cron','2021-02-05 10:27:38','2021-02-05 02:27:38'),(80505,29746,'action created','2021-02-05 10:27:38','2021-02-05 02:27:38'),(80506,29746,'action started via WP Cron','2021-02-05 10:28:44','2021-02-05 02:28:44'),(80507,29746,'action complete via WP Cron','2021-02-05 10:28:44','2021-02-05 02:28:44'),(80508,29747,'action created','2021-02-05 10:28:44','2021-02-05 02:28:44'),(80509,29747,'action started via WP Cron','2021-02-05 10:29:45','2021-02-05 02:29:45'),(80510,29747,'action complete via WP Cron','2021-02-05 10:29:45','2021-02-05 02:29:45'),(80511,29748,'action created','2021-02-05 10:29:45','2021-02-05 02:29:45'),(80512,29748,'action started via WP Cron','2021-02-05 10:32:21','2021-02-05 02:32:21'),(80513,29748,'action complete via WP Cron','2021-02-05 10:32:21','2021-02-05 02:32:21'),(80514,29749,'action created','2021-02-05 10:32:21','2021-02-05 02:32:21'),(80515,29749,'action started via WP Cron','2021-02-05 10:33:28','2021-02-05 02:33:28'),(80516,29749,'action complete via WP Cron','2021-02-05 10:33:28','2021-02-05 02:33:28'),(80517,29750,'action created','2021-02-05 10:33:28','2021-02-05 02:33:28'),(80518,29750,'action started via WP Cron','2021-02-05 10:34:29','2021-02-05 02:34:29'),(80519,29750,'action complete via WP Cron','2021-02-05 10:34:29','2021-02-05 02:34:29'),(80520,29751,'action created','2021-02-05 10:34:29','2021-02-05 02:34:29'),(80521,29751,'action started via WP Cron','2021-02-05 10:35:28','2021-02-05 02:35:28'),(80522,29751,'action complete via WP Cron','2021-02-05 10:35:28','2021-02-05 02:35:28'),(80523,29752,'action created','2021-02-05 10:35:28','2021-02-05 02:35:28'),(80524,29752,'action started via WP Cron','2021-02-05 10:38:15','2021-02-05 02:38:15'),(80525,29752,'action complete via WP Cron','2021-02-05 10:38:15','2021-02-05 02:38:15'),(80526,29753,'action created','2021-02-05 10:38:15','2021-02-05 02:38:15'),(80527,29753,'action started via WP Cron','2021-02-05 10:38:41','2021-02-05 02:38:41'),(80528,29753,'action complete via WP Cron','2021-02-05 10:38:41','2021-02-05 02:38:41'),(80529,29754,'action created','2021-02-05 10:38:41','2021-02-05 02:38:41'),(80530,29754,'action started via WP Cron','2021-02-05 10:40:27','2021-02-05 02:40:27'),(80531,29754,'action complete via WP Cron','2021-02-05 10:40:27','2021-02-05 02:40:27'),(80532,29755,'action created','2021-02-05 10:40:27','2021-02-05 02:40:27'),(80533,29755,'action started via WP Cron','2021-02-05 10:47:23','2021-02-05 02:47:23'),(80534,29755,'action complete via WP Cron','2021-02-05 10:47:23','2021-02-05 02:47:23'),(80535,29756,'action created','2021-02-05 10:47:23','2021-02-05 02:47:23'),(80536,29756,'action started via WP Cron','2021-02-05 10:53:56','2021-02-05 02:53:56'),(80537,29756,'action complete via WP Cron','2021-02-05 10:53:56','2021-02-05 02:53:56'),(80538,29757,'action created','2021-02-05 10:53:56','2021-02-05 02:53:56'),(80539,29757,'action started via WP Cron','2021-02-05 11:07:16','2021-02-05 03:07:16'),(80540,29757,'action complete via WP Cron','2021-02-05 11:07:16','2021-02-05 03:07:16'),(80541,29758,'action created','2021-02-05 11:07:16','2021-02-05 03:07:16'),(80542,29758,'action started via WP Cron','2021-02-05 11:17:23','2021-02-05 03:17:23'),(80543,29758,'action complete via WP Cron','2021-02-05 11:17:23','2021-02-05 03:17:23'),(80544,29759,'action created','2021-02-05 11:17:24','2021-02-05 03:17:24'),(80545,29759,'action started via WP Cron','2021-02-05 11:17:43','2021-02-05 03:17:43'),(80546,29759,'action complete via WP Cron','2021-02-05 11:17:43','2021-02-05 03:17:43'),(80547,29760,'action created','2021-02-05 11:17:43','2021-02-05 03:17:43'),(80548,29760,'action started via WP Cron','2021-02-05 11:24:04','2021-02-05 03:24:04'),(80549,29760,'action complete via WP Cron','2021-02-05 11:24:04','2021-02-05 03:24:04'),(80550,29761,'action created','2021-02-05 11:24:04','2021-02-05 03:24:04'),(80551,29761,'action started via WP Cron','2021-02-05 11:25:27','2021-02-05 03:25:27'),(80552,29761,'action complete via WP Cron','2021-02-05 11:25:27','2021-02-05 03:25:27'),(80553,29762,'action created','2021-02-05 11:25:27','2021-02-05 03:25:27'),(80554,29762,'action started via WP Cron','2021-02-05 11:29:09','2021-02-05 03:29:09'),(80555,29762,'action complete via WP Cron','2021-02-05 11:29:09','2021-02-05 03:29:09'),(80556,29763,'action created','2021-02-05 11:29:09','2021-02-05 03:29:09'),(80557,29763,'action started via WP Cron','2021-02-05 11:34:53','2021-02-05 03:34:53'),(80558,29763,'action complete via WP Cron','2021-02-05 11:34:53','2021-02-05 03:34:53'),(80559,29764,'action created','2021-02-05 11:34:54','2021-02-05 03:34:54'),(80560,29764,'action started via WP Cron','2021-02-05 11:36:00','2021-02-05 03:36:00'),(80561,29764,'action complete via WP Cron','2021-02-05 11:36:00','2021-02-05 03:36:00'),(80562,29765,'action created','2021-02-05 11:36:00','2021-02-05 03:36:00'),(80563,29765,'action started via WP Cron','2021-02-05 11:37:01','2021-02-05 03:37:01'),(80564,29765,'action complete via WP Cron','2021-02-05 11:37:01','2021-02-05 03:37:01'),(80565,29766,'action created','2021-02-05 11:37:01','2021-02-05 03:37:01'),(80566,29766,'action started via WP Cron','2021-02-05 11:38:35','2021-02-05 03:38:35'),(80567,29766,'action complete via WP Cron','2021-02-05 11:38:35','2021-02-05 03:38:35'),(80568,29767,'action created','2021-02-05 11:38:36','2021-02-05 03:38:36'),(80569,29767,'action started via WP Cron','2021-02-05 11:40:04','2021-02-05 03:40:04'),(80570,29767,'action complete via WP Cron','2021-02-05 11:40:04','2021-02-05 03:40:04'),(80571,29768,'action created','2021-02-05 11:40:05','2021-02-05 03:40:05'),(80572,29768,'action started via WP Cron','2021-02-05 11:41:05','2021-02-05 03:41:05'),(80573,29768,'action complete via WP Cron','2021-02-05 11:41:05','2021-02-05 03:41:05'),(80574,29769,'action created','2021-02-05 11:41:06','2021-02-05 03:41:06'),(80575,29769,'action started via WP Cron','2021-02-05 11:51:15','2021-02-05 03:51:15'),(80576,29769,'action complete via WP Cron','2021-02-05 11:51:15','2021-02-05 03:51:15'),(80577,29770,'action created','2021-02-05 11:51:15','2021-02-05 03:51:15'),(80578,29770,'action started via WP Cron','2021-02-05 11:51:58','2021-02-05 03:51:58'),(80579,29770,'action complete via WP Cron','2021-02-05 11:51:58','2021-02-05 03:51:58'),(80580,29771,'action created','2021-02-05 11:51:58','2021-02-05 03:51:58'),(80581,29771,'action started via WP Cron','2021-02-05 11:54:14','2021-02-05 03:54:14'),(80582,29771,'action complete via WP Cron','2021-02-05 11:54:14','2021-02-05 03:54:14'),(80583,29772,'action created','2021-02-05 11:54:14','2021-02-05 03:54:14'),(80584,29772,'action started via WP Cron','2021-02-05 12:03:43','2021-02-05 04:03:43'),(80585,29772,'action complete via WP Cron','2021-02-05 12:03:43','2021-02-05 04:03:43'),(80586,29773,'action created','2021-02-05 12:03:43','2021-02-05 04:03:43'),(80587,29773,'action started via WP Cron','2021-02-05 12:04:50','2021-02-05 04:04:50'),(80588,29773,'action complete via WP Cron','2021-02-05 12:04:50','2021-02-05 04:04:50'),(80589,29774,'action created','2021-02-05 12:04:50','2021-02-05 04:04:50'),(80590,29774,'action started via WP Cron','2021-02-05 12:05:46','2021-02-05 04:05:46'),(80591,29774,'action complete via WP Cron','2021-02-05 12:05:46','2021-02-05 04:05:46'),(80592,29775,'action created','2021-02-05 12:05:46','2021-02-05 04:05:46'),(80593,29775,'action started via WP Cron','2021-02-05 12:06:44','2021-02-05 04:06:44'),(80594,29775,'action complete via WP Cron','2021-02-05 12:06:44','2021-02-05 04:06:44'),(80595,29776,'action created','2021-02-05 12:06:45','2021-02-05 04:06:45'),(80596,29776,'action started via WP Cron','2021-02-05 12:07:46','2021-02-05 04:07:46'),(80597,29776,'action complete via WP Cron','2021-02-05 12:07:46','2021-02-05 04:07:46'),(80598,29777,'action created','2021-02-05 12:07:46','2021-02-05 04:07:46'),(80599,29777,'action started via WP Cron','2021-02-05 12:08:45','2021-02-05 04:08:45'),(80600,29777,'action complete via WP Cron','2021-02-05 12:08:45','2021-02-05 04:08:45'),(80601,29778,'action created','2021-02-05 12:08:45','2021-02-05 04:08:45'),(80602,29778,'action started via WP Cron','2021-02-05 12:09:45','2021-02-05 04:09:45'),(80603,29778,'action complete via WP Cron','2021-02-05 12:09:45','2021-02-05 04:09:45'),(80604,29779,'action created','2021-02-05 12:09:45','2021-02-05 04:09:45'),(80605,29779,'action started via WP Cron','2021-02-05 12:10:45','2021-02-05 04:10:45'),(80606,29779,'action complete via WP Cron','2021-02-05 12:10:45','2021-02-05 04:10:45'),(80607,29780,'action created','2021-02-05 12:10:45','2021-02-05 04:10:45'),(80608,29780,'action started via WP Cron','2021-02-05 12:11:43','2021-02-05 04:11:43'),(80609,29780,'action complete via WP Cron','2021-02-05 12:11:43','2021-02-05 04:11:43'),(80610,29781,'action created','2021-02-05 12:11:43','2021-02-05 04:11:43'),(80611,29781,'action started via WP Cron','2021-02-05 12:12:51','2021-02-05 04:12:51'),(80612,29781,'action complete via WP Cron','2021-02-05 12:12:51','2021-02-05 04:12:51'),(80613,29782,'action created','2021-02-05 12:12:51','2021-02-05 04:12:51'),(80614,29782,'action started via WP Cron','2021-02-05 12:13:45','2021-02-05 04:13:45'),(80615,29782,'action complete via WP Cron','2021-02-05 12:13:45','2021-02-05 04:13:45'),(80616,29783,'action created','2021-02-05 12:13:45','2021-02-05 04:13:45'),(80617,29783,'action started via WP Cron','2021-02-05 12:14:41','2021-02-05 04:14:41'),(80618,29783,'action complete via WP Cron','2021-02-05 12:14:41','2021-02-05 04:14:41'),(80619,29784,'action created','2021-02-05 12:14:41','2021-02-05 04:14:41'),(80620,29784,'action started via WP Cron','2021-02-05 12:15:50','2021-02-05 04:15:50'),(80621,29784,'action complete via WP Cron','2021-02-05 12:15:50','2021-02-05 04:15:50'),(80622,29785,'action created','2021-02-05 12:15:50','2021-02-05 04:15:50'),(80623,29785,'action started via WP Cron','2021-02-05 12:16:52','2021-02-05 04:16:52'),(80624,29785,'action complete via WP Cron','2021-02-05 12:16:52','2021-02-05 04:16:52'),(80625,29786,'action created','2021-02-05 12:17:12','2021-02-05 04:17:12'),(80626,29786,'action started via WP Cron','2021-02-05 12:17:43','2021-02-05 04:17:43'),(80627,29786,'action complete via WP Cron','2021-02-05 12:17:43','2021-02-05 04:17:43'),(80628,29787,'action created','2021-02-05 12:17:43','2021-02-05 04:17:43'),(80629,29787,'action started via WP Cron','2021-02-05 12:18:46','2021-02-05 04:18:46'),(80630,29787,'action complete via WP Cron','2021-02-05 12:18:46','2021-02-05 04:18:46'),(80631,29788,'action created','2021-02-05 12:18:46','2021-02-05 04:18:46'),(80632,29788,'action started via WP Cron','2021-02-05 12:19:51','2021-02-05 04:19:51'),(80633,29788,'action complete via WP Cron','2021-02-05 12:19:51','2021-02-05 04:19:51'),(80634,29789,'action created','2021-02-05 12:19:51','2021-02-05 04:19:51'),(80635,29789,'action started via WP Cron','2021-02-05 12:20:40','2021-02-05 04:20:40'),(80636,29789,'action complete via WP Cron','2021-02-05 12:20:40','2021-02-05 04:20:40'),(80637,29790,'action created','2021-02-05 12:20:41','2021-02-05 04:20:41'),(80638,29790,'action started via WP Cron','2021-02-05 12:21:44','2021-02-05 04:21:44'),(80639,29790,'action complete via WP Cron','2021-02-05 12:21:44','2021-02-05 04:21:44'),(80640,29791,'action created','2021-02-05 12:21:44','2021-02-05 04:21:44'),(80641,29791,'action started via WP Cron','2021-02-05 12:22:48','2021-02-05 04:22:48'),(80642,29791,'action complete via WP Cron','2021-02-05 12:22:48','2021-02-05 04:22:48'),(80643,29792,'action created','2021-02-05 12:22:48','2021-02-05 04:22:48'),(80644,29792,'action started via WP Cron','2021-02-05 12:24:29','2021-02-05 04:24:29'),(80645,29792,'action complete via WP Cron','2021-02-05 12:24:29','2021-02-05 04:24:29'),(80646,29793,'action created','2021-02-05 12:24:29','2021-02-05 04:24:29'),(80647,29793,'action started via WP Cron','2021-02-05 12:27:38','2021-02-05 04:27:38'),(80648,29793,'action complete via WP Cron','2021-02-05 12:27:38','2021-02-05 04:27:38'),(80649,29794,'action created','2021-02-05 12:27:38','2021-02-05 04:27:38'),(80650,29794,'action started via WP Cron','2021-02-05 12:29:58','2021-02-05 04:29:58'),(80651,29794,'action complete via WP Cron','2021-02-05 12:29:58','2021-02-05 04:29:58'),(80652,29795,'action created','2021-02-05 12:29:58','2021-02-05 04:29:58'),(80653,29795,'action started via WP Cron','2021-02-05 12:32:06','2021-02-05 04:32:06'),(80654,29795,'action complete via WP Cron','2021-02-05 12:32:06','2021-02-05 04:32:06'),(80655,29796,'action created','2021-02-05 12:32:06','2021-02-05 04:32:06'),(80656,29796,'action started via WP Cron','2021-02-05 12:33:07','2021-02-05 04:33:07'),(80657,29796,'action complete via WP Cron','2021-02-05 12:33:07','2021-02-05 04:33:07'),(80658,29797,'action created','2021-02-05 12:33:07','2021-02-05 04:33:07'),(80659,29797,'action started via WP Cron','2021-02-05 12:34:08','2021-02-05 04:34:08'),(80660,29797,'action complete via WP Cron','2021-02-05 12:34:08','2021-02-05 04:34:08'),(80661,29798,'action created','2021-02-05 12:34:08','2021-02-05 04:34:08'),(80662,29798,'action started via WP Cron','2021-02-05 12:36:10','2021-02-05 04:36:10'),(80663,29798,'action complete via WP Cron','2021-02-05 12:36:10','2021-02-05 04:36:10'),(80664,29799,'action created','2021-02-05 12:36:10','2021-02-05 04:36:10'),(80665,29799,'action started via WP Cron','2021-02-05 12:37:11','2021-02-05 04:37:11'),(80666,29799,'action complete via WP Cron','2021-02-05 12:37:11','2021-02-05 04:37:11'),(80667,29800,'action created','2021-02-05 12:37:11','2021-02-05 04:37:11'),(80668,29800,'action started via WP Cron','2021-02-05 12:38:12','2021-02-05 04:38:12'),(80669,29800,'action complete via WP Cron','2021-02-05 12:38:12','2021-02-05 04:38:12'),(80670,29801,'action created','2021-02-05 12:38:12','2021-02-05 04:38:12'),(80671,29801,'action started via WP Cron','2021-02-05 12:39:31','2021-02-05 04:39:31'),(80672,29801,'action complete via WP Cron','2021-02-05 12:39:31','2021-02-05 04:39:31'),(80673,29802,'action created','2021-02-05 12:39:31','2021-02-05 04:39:31'),(80674,29802,'action started via WP Cron','2021-02-05 12:39:41','2021-02-05 04:39:41'),(80675,29802,'action complete via WP Cron','2021-02-05 12:39:41','2021-02-05 04:39:41'),(80676,29803,'action created','2021-02-05 12:39:41','2021-02-05 04:39:41'),(80677,29803,'action started via WP Cron','2021-02-05 12:41:01','2021-02-05 04:41:01'),(80678,29803,'action complete via WP Cron','2021-02-05 12:41:01','2021-02-05 04:41:01'),(80679,29804,'action created','2021-02-05 12:41:01','2021-02-05 04:41:01'),(80680,29804,'action started via WP Cron','2021-02-05 12:41:49','2021-02-05 04:41:49'),(80681,29804,'action complete via WP Cron','2021-02-05 12:41:49','2021-02-05 04:41:49'),(80682,29805,'action created','2021-02-05 12:41:49','2021-02-05 04:41:49'),(80683,29805,'action started via WP Cron','2021-02-05 12:42:50','2021-02-05 04:42:50'),(80684,29805,'action complete via WP Cron','2021-02-05 12:42:50','2021-02-05 04:42:50'),(80685,29806,'action created','2021-02-05 12:42:50','2021-02-05 04:42:50'),(80686,29806,'action started via WP Cron','2021-02-05 12:43:51','2021-02-05 04:43:51'),(80687,29806,'action complete via WP Cron','2021-02-05 12:43:51','2021-02-05 04:43:51'),(80688,29807,'action created','2021-02-05 12:43:51','2021-02-05 04:43:51'),(80689,29807,'action started via WP Cron','2021-02-05 12:50:11','2021-02-05 04:50:11'),(80690,29807,'action complete via WP Cron','2021-02-05 12:50:11','2021-02-05 04:50:11'),(80691,29808,'action created','2021-02-05 12:50:11','2021-02-05 04:50:11'),(80692,29808,'action started via WP Cron','2021-02-05 13:04:45','2021-02-05 05:04:45'),(80693,29808,'action complete via WP Cron','2021-02-05 13:04:45','2021-02-05 05:04:45'),(80694,29809,'action created','2021-02-05 13:04:45','2021-02-05 05:04:45'),(80695,29809,'action started via WP Cron','2021-02-05 13:05:54','2021-02-05 05:05:54'),(80696,29809,'action complete via WP Cron','2021-02-05 13:05:54','2021-02-05 05:05:54'),(80697,29810,'action created','2021-02-05 13:05:54','2021-02-05 05:05:54'),(80698,29810,'action started via WP Cron','2021-02-05 13:06:57','2021-02-05 05:06:57'),(80699,29810,'action complete via WP Cron','2021-02-05 13:06:57','2021-02-05 05:06:57'),(80700,29811,'action created','2021-02-05 13:07:35','2021-02-05 05:07:35'),(80701,29811,'action started via WP Cron','2021-02-05 13:08:26','2021-02-05 05:08:26'),(80702,29811,'action complete via WP Cron','2021-02-05 13:08:26','2021-02-05 05:08:26'),(80703,29812,'action created','2021-02-05 13:08:26','2021-02-05 05:08:26'),(80704,29812,'action started via WP Cron','2021-02-05 13:08:54','2021-02-05 05:08:54'),(80705,29812,'action complete via WP Cron','2021-02-05 13:08:54','2021-02-05 05:08:54'),(80706,29813,'action created','2021-02-05 13:09:04','2021-02-05 05:09:04'),(80707,29813,'action started via WP Cron','2021-02-05 13:09:43','2021-02-05 05:09:43'),(80708,29813,'action complete via WP Cron','2021-02-05 13:09:43','2021-02-05 05:09:43'),(80709,29814,'action created','2021-02-05 13:09:43','2021-02-05 05:09:43'),(80710,29814,'action started via WP Cron','2021-02-05 13:10:44','2021-02-05 05:10:44'),(80711,29814,'action complete via WP Cron','2021-02-05 13:10:44','2021-02-05 05:10:44'),(80712,29815,'action created','2021-02-05 13:11:42','2021-02-05 05:11:42'),(80713,29815,'action started via WP Cron','2021-02-05 13:12:46','2021-02-05 05:12:46'),(80714,29815,'action complete via WP Cron','2021-02-05 13:12:46','2021-02-05 05:12:46'),(80715,29816,'action created','2021-02-05 13:12:47','2021-02-05 05:12:47'),(80716,29816,'action started via WP Cron','2021-02-05 13:14:07','2021-02-05 05:14:07'),(80717,29816,'action complete via WP Cron','2021-02-05 13:14:07','2021-02-05 05:14:07'),(80718,29817,'action created','2021-02-05 13:14:07','2021-02-05 05:14:07'),(80719,29817,'action started via WP Cron','2021-02-05 13:14:53','2021-02-05 05:14:53'),(80720,29817,'action complete via WP Cron','2021-02-05 13:14:53','2021-02-05 05:14:53'),(80721,29818,'action created','2021-02-05 13:14:55','2021-02-05 05:14:55'),(80722,29818,'action started via WP Cron','2021-02-05 13:16:46','2021-02-05 05:16:46'),(80723,29818,'action complete via WP Cron','2021-02-05 13:16:46','2021-02-05 05:16:46'),(80724,29819,'action created','2021-02-05 13:16:46','2021-02-05 05:16:46'),(80725,29819,'action started via WP Cron','2021-02-05 13:19:36','2021-02-05 05:19:36'),(80726,29819,'action complete via WP Cron','2021-02-05 13:19:36','2021-02-05 05:19:36'),(80727,29820,'action created','2021-02-05 13:19:36','2021-02-05 05:19:36'),(80728,29820,'action started via WP Cron','2021-02-05 13:21:43','2021-02-05 05:21:43'),(80729,29820,'action complete via WP Cron','2021-02-05 13:21:43','2021-02-05 05:21:43'),(80730,29821,'action created','2021-02-05 13:21:43','2021-02-05 05:21:43'),(80731,29821,'action started via WP Cron','2021-02-05 13:23:12','2021-02-05 05:23:12'),(80732,29821,'action complete via WP Cron','2021-02-05 13:23:12','2021-02-05 05:23:12'),(80733,29822,'action created','2021-02-05 13:23:12','2021-02-05 05:23:12'),(80734,29822,'action started via WP Cron','2021-02-05 13:24:29','2021-02-05 05:24:29'),(80735,29822,'action complete via WP Cron','2021-02-05 13:24:29','2021-02-05 05:24:29'),(80736,29823,'action created','2021-02-05 13:24:29','2021-02-05 05:24:29'),(80737,29823,'action started via WP Cron','2021-02-05 13:26:30','2021-02-05 05:26:30'),(80738,29823,'action complete via WP Cron','2021-02-05 13:26:30','2021-02-05 05:26:30'),(80739,29824,'action created','2021-02-05 13:26:31','2021-02-05 05:26:31'),(80740,29824,'action started via WP Cron','2021-02-05 13:27:31','2021-02-05 05:27:31'),(80741,29824,'action complete via WP Cron','2021-02-05 13:27:31','2021-02-05 05:27:31'),(80742,29825,'action created','2021-02-05 13:27:31','2021-02-05 05:27:31'),(80743,29825,'action started via WP Cron','2021-02-05 13:28:32','2021-02-05 05:28:32'),(80744,29825,'action complete via WP Cron','2021-02-05 13:28:32','2021-02-05 05:28:32'),(80745,29826,'action created','2021-02-05 13:28:32','2021-02-05 05:28:32'),(80746,29826,'action started via WP Cron','2021-02-05 13:31:25','2021-02-05 05:31:25'),(80747,29826,'action complete via WP Cron','2021-02-05 13:31:25','2021-02-05 05:31:25'),(80748,29827,'action created','2021-02-05 13:38:19','2021-02-05 05:38:19'),(80749,29827,'action started via WP Cron','2021-02-05 13:39:12','2021-02-05 05:39:12'),(80750,29827,'action complete via WP Cron','2021-02-05 13:39:12','2021-02-05 05:39:12'),(80751,29828,'action created','2021-02-05 13:39:12','2021-02-05 05:39:12'),(80752,29828,'action started via WP Cron','2021-02-05 13:40:13','2021-02-05 05:40:13'),(80753,29828,'action complete via WP Cron','2021-02-05 13:40:13','2021-02-05 05:40:13'),(80754,29829,'action created','2021-02-05 13:40:13','2021-02-05 05:40:13'),(80755,29829,'action started via WP Cron','2021-02-05 13:42:15','2021-02-05 05:42:15'),(80756,29829,'action complete via WP Cron','2021-02-05 13:42:15','2021-02-05 05:42:15'),(80757,29830,'action created','2021-02-05 13:42:15','2021-02-05 05:42:15'),(80758,29830,'action started via WP Cron','2021-02-05 13:43:16','2021-02-05 05:43:16'),(80759,29830,'action complete via WP Cron','2021-02-05 13:43:16','2021-02-05 05:43:16'),(80760,29831,'action created','2021-02-05 13:43:16','2021-02-05 05:43:16'),(80761,29831,'action started via WP Cron','2021-02-05 13:44:18','2021-02-05 05:44:18'),(80762,29831,'action complete via WP Cron','2021-02-05 13:44:18','2021-02-05 05:44:18'),(80763,29832,'action created','2021-02-05 13:44:20','2021-02-05 05:44:20'),(80764,29832,'action started via WP Cron','2021-02-05 13:44:51','2021-02-05 05:44:51'),(80765,29832,'action complete via WP Cron','2021-02-05 13:44:51','2021-02-05 05:44:51'),(80766,29833,'action created','2021-02-05 13:44:51','2021-02-05 05:44:51'),(80767,29833,'action started via WP Cron','2021-02-05 13:45:52','2021-02-05 05:45:52'),(80768,29833,'action complete via WP Cron','2021-02-05 13:45:52','2021-02-05 05:45:52'),(80769,29834,'action created','2021-02-05 13:45:52','2021-02-05 05:45:52'),(80770,29834,'action started via WP Cron','2021-02-05 13:46:53','2021-02-05 05:46:53'),(80771,29834,'action complete via WP Cron','2021-02-05 13:46:53','2021-02-05 05:46:53'),(80772,29835,'action created','2021-02-05 13:46:53','2021-02-05 05:46:53'),(80773,29835,'action started via WP Cron','2021-02-05 13:49:08','2021-02-05 05:49:08'),(80774,29835,'action complete via WP Cron','2021-02-05 13:49:08','2021-02-05 05:49:08'),(80775,29836,'action created','2021-02-05 13:49:08','2021-02-05 05:49:08'),(80776,29836,'action started via WP Cron','2021-02-05 13:55:52','2021-02-05 05:55:52'),(80777,29836,'action complete via WP Cron','2021-02-05 13:55:52','2021-02-05 05:55:52'),(80778,29837,'action created','2021-02-05 13:55:52','2021-02-05 05:55:52'),(80779,29837,'action started via WP Cron','2021-02-05 13:57:07','2021-02-05 05:57:07'),(80780,29837,'action complete via WP Cron','2021-02-05 13:57:07','2021-02-05 05:57:07'),(80781,29838,'action created','2021-02-05 13:57:07','2021-02-05 05:57:07'),(80782,29838,'action started via WP Cron','2021-02-05 14:07:14','2021-02-05 06:07:14'),(80783,29838,'action complete via WP Cron','2021-02-05 14:07:14','2021-02-05 06:07:14'),(80784,29839,'action created','2021-02-05 14:07:14','2021-02-05 06:07:14'),(80785,29839,'action started via WP Cron','2021-02-05 14:11:34','2021-02-05 06:11:34'),(80786,29839,'action complete via WP Cron','2021-02-05 14:11:34','2021-02-05 06:11:34'),(80787,29840,'action created','2021-02-05 14:11:34','2021-02-05 06:11:34'),(80788,29840,'action started via WP Cron','2021-02-05 14:12:56','2021-02-05 06:12:56'),(80789,29840,'action complete via WP Cron','2021-02-05 14:12:56','2021-02-05 06:12:56'),(80790,29841,'action created','2021-02-05 14:12:56','2021-02-05 06:12:56'),(80791,29841,'action started via WP Cron','2021-02-05 14:13:56','2021-02-05 06:13:56'),(80792,29841,'action complete via WP Cron','2021-02-05 14:13:56','2021-02-05 06:13:56'),(80793,29842,'action created','2021-02-05 14:13:56','2021-02-05 06:13:56'),(80794,29842,'action started via WP Cron','2021-02-05 14:15:59','2021-02-05 06:15:59'),(80795,29842,'action complete via WP Cron','2021-02-05 14:15:59','2021-02-05 06:15:59'),(80796,29843,'action created','2021-02-05 14:15:59','2021-02-05 06:15:59'),(80797,29843,'action started via WP Cron','2021-02-05 14:17:00','2021-02-05 06:17:00'),(80798,29843,'action complete via WP Cron','2021-02-05 14:17:00','2021-02-05 06:17:00'),(80799,29844,'action created','2021-02-05 14:17:00','2021-02-05 06:17:00'),(80800,29844,'action started via WP Cron','2021-02-05 14:18:07','2021-02-05 06:18:07'),(80801,29844,'action complete via WP Cron','2021-02-05 14:18:07','2021-02-05 06:18:07'),(80802,29845,'action created','2021-02-05 14:18:07','2021-02-05 06:18:07'),(80803,29845,'action started via WP Cron','2021-02-05 14:30:40','2021-02-05 06:30:40'),(80804,29845,'action complete via WP Cron','2021-02-05 14:30:40','2021-02-05 06:30:40'),(80805,29846,'action created','2021-02-05 14:30:40','2021-02-05 06:30:40'),(80806,29846,'action started via WP Cron','2021-02-05 14:32:00','2021-02-05 06:32:00'),(80807,29846,'action complete via WP Cron','2021-02-05 14:32:00','2021-02-05 06:32:00'),(80808,29847,'action created','2021-02-05 14:32:00','2021-02-05 06:32:00'),(80809,29847,'action started via WP Cron','2021-02-05 14:33:44','2021-02-05 06:33:44'),(80810,29847,'action complete via WP Cron','2021-02-05 14:33:44','2021-02-05 06:33:44'),(80811,29848,'action created','2021-02-05 14:33:44','2021-02-05 06:33:44'),(80812,29848,'action started via WP Cron','2021-02-05 14:34:45','2021-02-05 06:34:45'),(80813,29848,'action complete via WP Cron','2021-02-05 14:34:45','2021-02-05 06:34:45'),(80814,29849,'action created','2021-02-05 14:34:45','2021-02-05 06:34:45'),(80815,29849,'action started via WP Cron','2021-02-05 14:35:44','2021-02-05 06:35:44'),(80816,29849,'action complete via WP Cron','2021-02-05 14:35:44','2021-02-05 06:35:44'),(80817,29850,'action created','2021-02-05 14:35:44','2021-02-05 06:35:44'),(80818,29850,'action started via WP Cron','2021-02-05 14:36:40','2021-02-05 06:36:40'),(80819,29850,'action complete via WP Cron','2021-02-05 14:36:40','2021-02-05 06:36:40'),(80820,29851,'action created','2021-02-05 14:36:41','2021-02-05 06:36:41'),(80821,29851,'action started via WP Cron','2021-02-05 14:37:48','2021-02-05 06:37:48'),(80822,29851,'action complete via WP Cron','2021-02-05 14:37:48','2021-02-05 06:37:48'),(80823,29852,'action created','2021-02-05 14:37:48','2021-02-05 06:37:48'),(80824,29852,'action started via WP Cron','2021-02-05 14:38:46','2021-02-05 06:38:46'),(80825,29852,'action complete via WP Cron','2021-02-05 14:38:46','2021-02-05 06:38:46'),(80826,29853,'action created','2021-02-05 14:38:46','2021-02-05 06:38:46'),(80827,29853,'action started via WP Cron','2021-02-05 14:39:46','2021-02-05 06:39:46'),(80828,29853,'action complete via WP Cron','2021-02-05 14:39:46','2021-02-05 06:39:46'),(80829,29854,'action created','2021-02-05 14:39:46','2021-02-05 06:39:46'),(80830,29854,'action started via WP Cron','2021-02-05 14:40:41','2021-02-05 06:40:41'),(80831,29854,'action complete via WP Cron','2021-02-05 14:40:41','2021-02-05 06:40:41'),(80832,29855,'action created','2021-02-05 14:40:42','2021-02-05 06:40:42'),(80833,29855,'action started via WP Cron','2021-02-05 14:41:41','2021-02-05 06:41:41'),(80834,29855,'action complete via WP Cron','2021-02-05 14:41:41','2021-02-05 06:41:41'),(80835,29856,'action created','2021-02-05 14:41:41','2021-02-05 06:41:41'),(80836,29856,'action started via WP Cron','2021-02-05 14:42:46','2021-02-05 06:42:46'),(80837,29856,'action complete via WP Cron','2021-02-05 14:42:46','2021-02-05 06:42:46'),(80838,29857,'action created','2021-02-05 14:42:46','2021-02-05 06:42:46'),(80839,29857,'action started via WP Cron','2021-02-05 14:43:45','2021-02-05 06:43:45'),(80840,29857,'action complete via WP Cron','2021-02-05 14:43:45','2021-02-05 06:43:45'),(80841,29858,'action created','2021-02-05 14:43:45','2021-02-05 06:43:45'),(80842,29858,'action started via WP Cron','2021-02-05 14:44:41','2021-02-05 06:44:41'),(80843,29858,'action complete via WP Cron','2021-02-05 14:44:41','2021-02-05 06:44:41'),(80844,29859,'action created','2021-02-05 14:44:42','2021-02-05 06:44:42'),(80845,29859,'action started via WP Cron','2021-02-05 14:45:47','2021-02-05 06:45:47'),(80846,29859,'action complete via WP Cron','2021-02-05 14:45:47','2021-02-05 06:45:47'),(80847,29860,'action created','2021-02-05 14:45:47','2021-02-05 06:45:47'),(80848,29860,'action started via WP Cron','2021-02-05 14:47:33','2021-02-05 06:47:33'),(80849,29860,'action complete via WP Cron','2021-02-05 14:47:33','2021-02-05 06:47:33'),(80850,29861,'action created','2021-02-05 14:47:33','2021-02-05 06:47:33'),(80851,29861,'action started via WP Cron','2021-02-05 14:48:20','2021-02-05 06:48:20'),(80852,29861,'action complete via WP Cron','2021-02-05 14:48:20','2021-02-05 06:48:20'),(80853,29862,'action created','2021-02-05 14:48:20','2021-02-05 06:48:20'),(80854,29862,'action started via WP Cron','2021-02-05 14:49:21','2021-02-05 06:49:21'),(80855,29862,'action complete via WP Cron','2021-02-05 14:49:21','2021-02-05 06:49:21'),(80856,29863,'action created','2021-02-05 14:49:21','2021-02-05 06:49:21'),(80857,29863,'action started via WP Cron','2021-02-05 14:50:22','2021-02-05 06:50:22'),(80858,29863,'action complete via WP Cron','2021-02-05 14:50:22','2021-02-05 06:50:22'),(80859,29864,'action created','2021-02-05 14:50:22','2021-02-05 06:50:22'),(80860,29864,'action started via WP Cron','2021-02-05 14:50:48','2021-02-05 06:50:48'),(80861,29864,'action complete via WP Cron','2021-02-05 14:50:48','2021-02-05 06:50:48'),(80862,29865,'action created','2021-02-05 14:50:48','2021-02-05 06:50:48'),(80863,29865,'action started via WP Cron','2021-02-05 14:52:26','2021-02-05 06:52:26'),(80864,29865,'action complete via WP Cron','2021-02-05 14:52:26','2021-02-05 06:52:26'),(80865,29866,'action created','2021-02-05 14:52:26','2021-02-05 06:52:26'),(80866,29866,'action started via WP Cron','2021-02-05 15:03:42','2021-02-05 07:03:42'),(80867,29866,'action complete via WP Cron','2021-02-05 15:03:42','2021-02-05 07:03:42'),(80868,29867,'action created','2021-02-05 15:03:42','2021-02-05 07:03:42'),(80869,29867,'action started via WP Cron','2021-02-05 15:04:50','2021-02-05 07:04:50'),(80870,29867,'action complete via WP Cron','2021-02-05 15:04:50','2021-02-05 07:04:50'),(80871,29868,'action created','2021-02-05 15:04:50','2021-02-05 07:04:50'),(80872,29868,'action started via WP Cron','2021-02-05 15:05:51','2021-02-05 07:05:51'),(80873,29868,'action complete via WP Cron','2021-02-05 15:05:51','2021-02-05 07:05:51'),(80874,29869,'action created','2021-02-05 15:05:51','2021-02-05 07:05:51'),(80875,29869,'action started via WP Cron','2021-02-05 15:07:53','2021-02-05 07:07:53'),(80876,29869,'action complete via WP Cron','2021-02-05 15:07:53','2021-02-05 07:07:53'),(80877,29870,'action created','2021-02-05 15:07:53','2021-02-05 07:07:53'),(80878,29870,'action started via WP Cron','2021-02-05 15:08:54','2021-02-05 07:08:54'),(80879,29870,'action complete via WP Cron','2021-02-05 15:08:54','2021-02-05 07:08:54'),(80880,29871,'action created','2021-02-05 15:08:54','2021-02-05 07:08:54'),(80881,29871,'action started via WP Cron','2021-02-05 15:09:55','2021-02-05 07:09:55'),(80882,29871,'action complete via WP Cron','2021-02-05 15:09:55','2021-02-05 07:09:55'),(80883,29872,'action created','2021-02-05 15:09:55','2021-02-05 07:09:55'),(80884,29872,'action started via WP Cron','2021-02-05 15:17:56','2021-02-05 07:17:56'),(80885,29872,'action complete via WP Cron','2021-02-05 15:17:56','2021-02-05 07:17:56'),(80886,29873,'action created','2021-02-05 15:17:57','2021-02-05 07:17:57'),(80887,29873,'action started via WP Cron','2021-02-05 15:18:46','2021-02-05 07:18:46'),(80888,29873,'action complete via WP Cron','2021-02-05 15:18:46','2021-02-05 07:18:46'),(80889,29874,'action created','2021-02-05 15:18:46','2021-02-05 07:18:46'),(80890,29874,'action started via WP Cron','2021-02-05 15:19:48','2021-02-05 07:19:48'),(80891,29874,'action complete via WP Cron','2021-02-05 15:19:48','2021-02-05 07:19:48'),(80892,29875,'action created','2021-02-05 15:19:48','2021-02-05 07:19:48'),(80893,29875,'action started via WP Cron','2021-02-05 15:20:48','2021-02-05 07:20:48'),(80894,29875,'action complete via WP Cron','2021-02-05 15:20:48','2021-02-05 07:20:48'),(80895,29876,'action created','2021-02-05 15:20:48','2021-02-05 07:20:48'),(80896,29876,'action started via WP Cron','2021-02-05 15:22:13','2021-02-05 07:22:13'),(80897,29876,'action complete via WP Cron','2021-02-05 15:22:13','2021-02-05 07:22:13'),(80898,29877,'action created','2021-02-05 15:22:13','2021-02-05 07:22:13'),(80899,29877,'action started via WP Cron','2021-02-05 15:22:51','2021-02-05 07:22:51'),(80900,29877,'action complete via WP Cron','2021-02-05 15:22:51','2021-02-05 07:22:51'),(80901,29878,'action created','2021-02-05 15:22:51','2021-02-05 07:22:51'),(80902,29878,'action started via WP Cron','2021-02-05 15:23:51','2021-02-05 07:23:51'),(80903,29878,'action complete via WP Cron','2021-02-05 15:23:51','2021-02-05 07:23:51'),(80904,29879,'action created','2021-02-05 15:23:51','2021-02-05 07:23:51'),(80905,29879,'action started via WP Cron','2021-02-05 15:24:52','2021-02-05 07:24:52'),(80906,29879,'action complete via WP Cron','2021-02-05 15:24:52','2021-02-05 07:24:52'),(80907,29880,'action created','2021-02-05 15:24:52','2021-02-05 07:24:52'),(80908,29880,'action started via WP Cron','2021-02-05 15:33:51','2021-02-05 07:33:51'),(80909,29880,'action complete via WP Cron','2021-02-05 15:33:51','2021-02-05 07:33:51'),(80910,29881,'action created','2021-02-05 15:33:51','2021-02-05 07:33:51'),(80911,29881,'action started via WP Cron','2021-02-05 15:43:11','2021-02-05 07:43:11'),(80912,29881,'action complete via WP Cron','2021-02-05 15:43:11','2021-02-05 07:43:11'),(80913,29882,'action created','2021-02-05 15:43:11','2021-02-05 07:43:11'),(80914,29882,'action started via WP Cron','2021-02-05 15:49:37','2021-02-05 07:49:37'),(80915,29882,'action complete via WP Cron','2021-02-05 15:49:37','2021-02-05 07:49:37'),(80916,29883,'action created','2021-02-05 15:49:38','2021-02-05 07:49:38'),(80917,29883,'action started via WP Cron','2021-02-05 15:50:28','2021-02-05 07:50:28'),(80918,29883,'action complete via WP Cron','2021-02-05 15:50:28','2021-02-05 07:50:28'),(80919,29884,'action created','2021-02-05 15:50:28','2021-02-05 07:50:28'),(80920,29884,'action started via WP Cron','2021-02-05 15:51:15','2021-02-05 07:51:15'),(80921,29884,'action complete via WP Cron','2021-02-05 15:51:15','2021-02-05 07:51:15'),(80922,29885,'action created','2021-02-05 15:51:16','2021-02-05 07:51:16'),(80923,29885,'action started via WP Cron','2021-02-05 15:52:18','2021-02-05 07:52:18'),(80924,29885,'action complete via WP Cron','2021-02-05 15:52:18','2021-02-05 07:52:18'),(80925,29886,'action created','2021-02-05 15:52:18','2021-02-05 07:52:18'),(80926,29886,'action started via WP Cron','2021-02-05 15:53:24','2021-02-05 07:53:24'),(80927,29886,'action complete via WP Cron','2021-02-05 15:53:24','2021-02-05 07:53:24'),(80928,29887,'action created','2021-02-05 15:53:24','2021-02-05 07:53:24'),(80929,29887,'action started via WP Cron','2021-02-05 15:54:25','2021-02-05 07:54:25'),(80930,29887,'action complete via WP Cron','2021-02-05 15:54:25','2021-02-05 07:54:25'),(80931,29888,'action created','2021-02-05 15:54:25','2021-02-05 07:54:25'),(80932,29888,'action started via Async Request','2021-02-05 15:54:38','2021-02-05 07:54:38'),(80933,29888,'action complete via Async Request','2021-02-05 15:54:38','2021-02-05 07:54:38'),(80934,29889,'action created','2021-02-05 15:54:39','2021-02-05 07:54:39'),(80935,29889,'action started via WP Cron','2021-02-05 15:55:41','2021-02-05 07:55:41'),(80936,29889,'action complete via WP Cron','2021-02-05 15:55:41','2021-02-05 07:55:41'),(80937,29890,'action created','2021-02-05 15:55:41','2021-02-05 07:55:41'),(80938,29890,'action started via WP Cron','2021-02-05 15:56:41','2021-02-05 07:56:41'),(80939,29890,'action complete via WP Cron','2021-02-05 15:56:41','2021-02-05 07:56:41'),(80940,29891,'action created','2021-02-05 15:56:41','2021-02-05 07:56:41'),(80941,29891,'action started via WP Cron','2021-02-05 16:06:33','2021-02-05 08:06:33'),(80942,29891,'action complete via WP Cron','2021-02-05 16:06:33','2021-02-05 08:06:33'),(80943,29892,'action created','2021-02-05 16:06:33','2021-02-05 08:06:33'),(80944,29892,'action started via WP Cron','2021-02-05 16:06:45','2021-02-05 08:06:45'),(80945,29892,'action complete via WP Cron','2021-02-05 16:06:45','2021-02-05 08:06:45'),(80946,29893,'action created','2021-02-05 16:06:45','2021-02-05 08:06:45'),(80947,29893,'action started via WP Cron','2021-02-05 16:07:50','2021-02-05 08:07:50'),(80948,29893,'action complete via WP Cron','2021-02-05 16:07:50','2021-02-05 08:07:50'),(80949,29894,'action created','2021-02-05 16:07:50','2021-02-05 08:07:50'),(80950,29894,'action started via WP Cron','2021-02-05 16:09:19','2021-02-05 08:09:19'),(80951,29894,'action complete via WP Cron','2021-02-05 16:09:19','2021-02-05 08:09:19'),(80952,29895,'action created','2021-02-05 16:09:19','2021-02-05 08:09:19'),(80953,29895,'action started via WP Cron','2021-02-05 16:10:00','2021-02-05 08:10:00'),(80954,29895,'action complete via WP Cron','2021-02-05 16:10:00','2021-02-05 08:10:00'),(80955,29896,'action created','2021-02-05 16:10:00','2021-02-05 08:10:00'),(80956,29896,'action started via WP Cron','2021-02-05 16:10:55','2021-02-05 08:10:55'),(80957,29896,'action complete via WP Cron','2021-02-05 16:10:55','2021-02-05 08:10:55'),(80958,29897,'action created','2021-02-05 16:10:55','2021-02-05 08:10:55'),(80959,29897,'action started via WP Cron','2021-02-05 16:11:40','2021-02-05 08:11:40'),(80960,29897,'action complete via WP Cron','2021-02-05 16:11:40','2021-02-05 08:11:40'),(80961,29898,'action created','2021-02-05 16:11:40','2021-02-05 08:11:40'),(80962,29898,'action started via WP Cron','2021-02-05 16:13:57','2021-02-05 08:13:57'),(80963,29898,'action complete via WP Cron','2021-02-05 16:13:57','2021-02-05 08:13:57'),(80964,29899,'action created','2021-02-05 16:13:57','2021-02-05 08:13:57'),(80965,29899,'action started via WP Cron','2021-02-05 16:14:58','2021-02-05 08:14:58'),(80966,29899,'action complete via WP Cron','2021-02-05 16:14:58','2021-02-05 08:14:58'),(80967,29900,'action created','2021-02-05 16:14:58','2021-02-05 08:14:58'),(80968,29900,'action started via WP Cron','2021-02-05 16:15:41','2021-02-05 08:15:41'),(80969,29900,'action complete via WP Cron','2021-02-05 16:15:41','2021-02-05 08:15:41'),(80970,29901,'action created','2021-02-05 16:15:41','2021-02-05 08:15:41'),(80971,29901,'action started via WP Cron','2021-02-05 16:16:54','2021-02-05 08:16:54'),(80972,29901,'action complete via WP Cron','2021-02-05 16:16:54','2021-02-05 08:16:54'),(80973,29902,'action created','2021-02-05 16:16:54','2021-02-05 08:16:54'),(80974,29902,'action started via WP Cron','2021-02-05 16:25:53','2021-02-05 08:25:53'),(80975,29902,'action complete via WP Cron','2021-02-05 16:25:53','2021-02-05 08:25:53'),(80976,29903,'action created','2021-02-05 16:25:53','2021-02-05 08:25:53'),(80977,29903,'action started via WP Cron','2021-02-05 16:26:53','2021-02-05 08:26:53'),(80978,29903,'action complete via WP Cron','2021-02-05 16:26:53','2021-02-05 08:26:53'),(80979,29904,'action created','2021-02-05 16:26:54','2021-02-05 08:26:54'),(80980,29904,'action started via WP Cron','2021-02-05 16:27:55','2021-02-05 08:27:55'),(80981,29904,'action complete via WP Cron','2021-02-05 16:27:55','2021-02-05 08:27:55'),(80982,29905,'action created','2021-02-05 16:27:55','2021-02-05 08:27:55'),(80983,29905,'action started via WP Cron','2021-02-05 16:29:57','2021-02-05 08:29:57'),(80984,29905,'action complete via WP Cron','2021-02-05 16:29:57','2021-02-05 08:29:57'),(80985,29906,'action created','2021-02-05 16:29:58','2021-02-05 08:29:58'),(80986,29906,'action started via WP Cron','2021-02-05 16:30:57','2021-02-05 08:30:57'),(80987,29906,'action complete via WP Cron','2021-02-05 16:30:57','2021-02-05 08:30:57'),(80988,29907,'action created','2021-02-05 16:30:57','2021-02-05 08:30:57'),(80989,29907,'action started via WP Cron','2021-02-05 16:42:20','2021-02-05 08:42:20'),(80990,29907,'action complete via WP Cron','2021-02-05 16:42:20','2021-02-05 08:42:20'),(80991,29908,'action created','2021-02-05 16:42:20','2021-02-05 08:42:20'),(80992,29908,'action started via WP Cron','2021-02-05 16:44:24','2021-02-05 08:44:24'),(80993,29908,'action complete via WP Cron','2021-02-05 16:44:24','2021-02-05 08:44:24'),(80994,29909,'action created','2021-02-05 16:44:24','2021-02-05 08:44:24'),(80995,29909,'action started via WP Cron','2021-02-05 16:49:18','2021-02-05 08:49:18'),(80996,29909,'action complete via WP Cron','2021-02-05 16:49:18','2021-02-05 08:49:18'),(80997,29910,'action created','2021-02-05 16:49:18','2021-02-05 08:49:18'),(80998,29910,'action started via WP Cron','2021-02-05 16:50:26','2021-02-05 08:50:26'),(80999,29910,'action complete via WP Cron','2021-02-05 16:50:26','2021-02-05 08:50:26'),(81000,29911,'action created','2021-02-05 16:50:27','2021-02-05 08:50:27'),(81001,29911,'action started via WP Cron','2021-02-05 16:51:27','2021-02-05 08:51:27'),(81002,29911,'action complete via WP Cron','2021-02-05 16:51:27','2021-02-05 08:51:27'),(81003,29912,'action created','2021-02-05 16:51:27','2021-02-05 08:51:27'),(81004,29912,'action started via WP Cron','2021-02-05 16:53:29','2021-02-05 08:53:29'),(81005,29912,'action complete via WP Cron','2021-02-05 16:53:29','2021-02-05 08:53:29'),(81006,29913,'action created','2021-02-05 16:53:29','2021-02-05 08:53:29'),(81007,29913,'action started via WP Cron','2021-02-05 16:53:50','2021-02-05 08:53:50'),(81008,29913,'action complete via WP Cron','2021-02-05 16:53:50','2021-02-05 08:53:50'),(81009,29914,'action created','2021-02-05 16:53:50','2021-02-05 08:53:50'),(81010,29914,'action started via WP Cron','2021-02-05 16:55:31','2021-02-05 08:55:31'),(81011,29914,'action complete via WP Cron','2021-02-05 16:55:31','2021-02-05 08:55:31'),(81012,29915,'action created','2021-02-05 16:55:31','2021-02-05 08:55:31'),(81013,29915,'action started via WP Cron','2021-02-05 17:05:56','2021-02-05 09:05:56'),(81014,29915,'action complete via WP Cron','2021-02-05 17:05:56','2021-02-05 09:05:56'),(81015,29916,'action created','2021-02-05 17:05:56','2021-02-05 09:05:56'),(81016,29916,'action started via WP Cron','2021-02-05 17:10:38','2021-02-05 09:10:38'),(81017,29916,'action complete via WP Cron','2021-02-05 17:10:38','2021-02-05 09:10:38'),(81018,29917,'action created','2021-02-05 17:10:38','2021-02-05 09:10:38'),(81019,29917,'action started via WP Cron','2021-02-05 17:16:59','2021-02-05 09:16:59'),(81020,29917,'action complete via WP Cron','2021-02-05 17:16:59','2021-02-05 09:16:59'),(81021,29918,'action created','2021-02-05 17:16:59','2021-02-05 09:16:59'),(81022,29918,'action started via WP Cron','2021-02-05 17:18:01','2021-02-05 09:18:01'),(81023,29918,'action complete via WP Cron','2021-02-05 17:18:01','2021-02-05 09:18:01'),(81024,29919,'action created','2021-02-05 17:18:01','2021-02-05 09:18:01'),(81025,29919,'action started via WP Cron','2021-02-05 17:19:01','2021-02-05 09:19:01'),(81026,29919,'action complete via WP Cron','2021-02-05 17:19:01','2021-02-05 09:19:01'),(81027,29920,'action created','2021-02-05 17:19:01','2021-02-05 09:19:01'),(81028,29920,'action started via WP Cron','2021-02-05 17:21:03','2021-02-05 09:21:03'),(81029,29920,'action complete via WP Cron','2021-02-05 17:21:03','2021-02-05 09:21:03'),(81030,29921,'action created','2021-02-05 17:21:03','2021-02-05 09:21:03'),(81031,29921,'action started via WP Cron','2021-02-05 17:22:04','2021-02-05 09:22:04'),(81032,29921,'action complete via WP Cron','2021-02-05 17:22:04','2021-02-05 09:22:04'),(81033,29922,'action created','2021-02-05 17:22:04','2021-02-05 09:22:04'),(81034,29922,'action started via WP Cron','2021-02-05 17:27:02','2021-02-05 09:27:02'),(81035,29922,'action complete via WP Cron','2021-02-05 17:27:02','2021-02-05 09:27:02'),(81036,29923,'action created','2021-02-05 17:27:02','2021-02-05 09:27:02'),(81037,29923,'action started via WP Cron','2021-02-05 17:28:32','2021-02-05 09:28:32'),(81038,29923,'action complete via WP Cron','2021-02-05 17:28:32','2021-02-05 09:28:32'),(81039,29924,'action created','2021-02-05 17:28:32','2021-02-05 09:28:32'),(81040,29924,'action started via WP Cron','2021-02-05 17:29:33','2021-02-05 09:29:33'),(81041,29924,'action complete via WP Cron','2021-02-05 17:29:33','2021-02-05 09:29:33'),(81042,29925,'action created','2021-02-05 17:29:33','2021-02-05 09:29:33'),(81043,29925,'action started via WP Cron','2021-02-05 17:30:47','2021-02-05 09:30:47'),(81044,29925,'action complete via WP Cron','2021-02-05 17:30:47','2021-02-05 09:30:47'),(81045,29926,'action created','2021-02-05 17:30:47','2021-02-05 09:30:47'),(81046,29926,'action started via WP Cron','2021-02-05 17:38:40','2021-02-05 09:38:40'),(81047,29926,'action complete via WP Cron','2021-02-05 17:38:40','2021-02-05 09:38:40'),(81048,29927,'action created','2021-02-05 17:38:40','2021-02-05 09:38:40'),(81049,29927,'action started via WP Cron','2021-02-05 17:50:31','2021-02-05 09:50:31'),(81050,29927,'action complete via WP Cron','2021-02-05 17:50:31','2021-02-05 09:50:31'),(81051,29928,'action created','2021-02-05 17:50:31','2021-02-05 09:50:31'),(81052,29928,'action started via WP Cron','2021-02-05 17:55:48','2021-02-05 09:55:48'),(81053,29928,'action complete via WP Cron','2021-02-05 17:55:48','2021-02-05 09:55:48'),(81054,29929,'action created','2021-02-05 17:55:48','2021-02-05 09:55:48'),(81055,29929,'action started via WP Cron','2021-02-05 17:56:49','2021-02-05 09:56:49'),(81056,29929,'action complete via WP Cron','2021-02-05 17:56:49','2021-02-05 09:56:49'),(81057,29930,'action created','2021-02-05 17:56:49','2021-02-05 09:56:49'),(81058,29930,'action started via WP Cron','2021-02-05 17:57:43','2021-02-05 09:57:43'),(81059,29930,'action complete via WP Cron','2021-02-05 17:57:43','2021-02-05 09:57:43'),(81060,29931,'action created','2021-02-05 17:57:43','2021-02-05 09:57:43'),(81061,29931,'action started via WP Cron','2021-02-05 17:59:52','2021-02-05 09:59:52'),(81062,29931,'action complete via WP Cron','2021-02-05 17:59:52','2021-02-05 09:59:52'),(81063,29932,'action created','2021-02-05 17:59:52','2021-02-05 09:59:52'),(81064,29932,'action started via WP Cron','2021-02-05 18:00:53','2021-02-05 10:00:53'),(81065,29932,'action complete via WP Cron','2021-02-05 18:00:53','2021-02-05 10:00:53'),(81066,29933,'action created','2021-02-05 18:00:53','2021-02-05 10:00:53'),(81067,29933,'action started via WP Cron','2021-02-05 18:01:55','2021-02-05 10:01:55'),(81068,29933,'action complete via WP Cron','2021-02-05 18:01:55','2021-02-05 10:01:55'),(81069,29934,'action created','2021-02-05 18:01:55','2021-02-05 10:01:55'),(81070,29934,'action started via WP Cron','2021-02-05 18:06:07','2021-02-05 10:06:07'),(81071,29934,'action complete via WP Cron','2021-02-05 18:06:07','2021-02-05 10:06:07'),(81072,29935,'action created','2021-02-05 18:06:07','2021-02-05 10:06:07'),(81073,29935,'action started via WP Cron','2021-02-05 18:08:32','2021-02-05 10:08:32'),(81074,29935,'action complete via WP Cron','2021-02-05 18:08:32','2021-02-05 10:08:32'),(81075,29936,'action created','2021-02-05 18:08:32','2021-02-05 10:08:32'),(81076,29936,'action started via WP Cron','2021-02-05 18:11:22','2021-02-05 10:11:22'),(81077,29936,'action complete via WP Cron','2021-02-05 18:11:22','2021-02-05 10:11:22'),(81078,29937,'action created','2021-02-05 18:11:22','2021-02-05 10:11:22'),(81079,29937,'action started via WP Cron','2021-02-05 18:13:01','2021-02-05 10:13:01'),(81080,29937,'action complete via WP Cron','2021-02-05 18:13:01','2021-02-05 10:13:01'),(81081,29938,'action created','2021-02-05 18:17:52','2021-02-05 10:17:52'),(81082,29938,'action started via WP Cron','2021-02-05 18:20:54','2021-02-05 10:20:54'),(81083,29938,'action complete via WP Cron','2021-02-05 18:20:54','2021-02-05 10:20:54'),(81084,29939,'action created','2021-02-05 18:20:54','2021-02-05 10:20:54'),(81085,29939,'action started via WP Cron','2021-02-05 18:21:43','2021-02-05 10:21:43'),(81086,29939,'action complete via WP Cron','2021-02-05 18:21:43','2021-02-05 10:21:43'),(81087,29940,'action created','2021-02-05 18:21:43','2021-02-05 10:21:43'),(81088,29940,'action started via WP Cron','2021-02-05 18:23:04','2021-02-05 10:23:04'),(81089,29940,'action complete via WP Cron','2021-02-05 18:23:04','2021-02-05 10:23:04'),(81090,29941,'action created','2021-02-05 18:23:04','2021-02-05 10:23:04'),(81091,29941,'action started via WP Cron','2021-02-05 18:24:05','2021-02-05 10:24:05'),(81092,29941,'action complete via WP Cron','2021-02-05 18:24:05','2021-02-05 10:24:05'),(81093,29942,'action created','2021-02-05 18:24:05','2021-02-05 10:24:05'),(81094,29942,'action started via WP Cron','2021-02-05 18:26:07','2021-02-05 10:26:07'),(81095,29942,'action complete via WP Cron','2021-02-05 18:26:07','2021-02-05 10:26:07'),(81096,29943,'action created','2021-02-05 18:26:07','2021-02-05 10:26:07'),(81097,29943,'action started via WP Cron','2021-02-05 18:26:50','2021-02-05 10:26:50'),(81098,29943,'action complete via WP Cron','2021-02-05 18:26:50','2021-02-05 10:26:50'),(81099,29944,'action created','2021-02-05 18:26:50','2021-02-05 10:26:50'),(81100,29944,'action started via WP Cron','2021-02-05 18:27:55','2021-02-05 10:27:55'),(81101,29944,'action complete via WP Cron','2021-02-05 18:27:55','2021-02-05 10:27:55'),(81102,29945,'action created','2021-02-05 18:27:55','2021-02-05 10:27:55'),(81103,29945,'action started via WP Cron','2021-02-05 18:28:42','2021-02-05 10:28:42'),(81104,29945,'action complete via WP Cron','2021-02-05 18:28:42','2021-02-05 10:28:42'),(81105,29946,'action created','2021-02-05 18:28:42','2021-02-05 10:28:42'),(81106,29946,'action started via WP Cron','2021-02-05 18:29:58','2021-02-05 10:29:58'),(81107,29946,'action complete via WP Cron','2021-02-05 18:29:58','2021-02-05 10:29:58'),(81108,29947,'action created','2021-02-05 18:30:25','2021-02-05 10:30:25'),(81109,29947,'action started via WP Cron','2021-02-05 18:30:55','2021-02-05 10:30:55'),(81110,29947,'action complete via WP Cron','2021-02-05 18:30:55','2021-02-05 10:30:55'),(81111,29948,'action created','2021-02-05 18:30:55','2021-02-05 10:30:55'),(81112,29948,'action started via WP Cron','2021-02-05 18:31:41','2021-02-05 10:31:41'),(81113,29948,'action complete via WP Cron','2021-02-05 18:31:41','2021-02-05 10:31:41'),(81114,29949,'action created','2021-02-05 18:31:41','2021-02-05 10:31:41'),(81115,29949,'action started via WP Cron','2021-02-05 18:32:58','2021-02-05 10:32:58'),(81116,29949,'action complete via WP Cron','2021-02-05 18:32:58','2021-02-05 10:32:58'),(81117,29950,'action created','2021-02-05 18:32:58','2021-02-05 10:32:58'),(81118,29950,'action started via WP Cron','2021-02-05 18:33:41','2021-02-05 10:33:41'),(81119,29950,'action complete via WP Cron','2021-02-05 18:33:41','2021-02-05 10:33:41'),(81120,29951,'action created','2021-02-05 18:33:41','2021-02-05 10:33:41'),(81121,29951,'action started via WP Cron','2021-02-05 18:34:45','2021-02-05 10:34:45'),(81122,29951,'action complete via WP Cron','2021-02-05 18:34:45','2021-02-05 10:34:45'),(81123,29952,'action created','2021-02-05 18:34:45','2021-02-05 10:34:45'),(81124,29952,'action started via WP Cron','2021-02-05 18:35:45','2021-02-05 10:35:45'),(81125,29952,'action complete via WP Cron','2021-02-05 18:35:45','2021-02-05 10:35:45'),(81126,29953,'action created','2021-02-05 18:35:45','2021-02-05 10:35:45'),(81127,29953,'action started via WP Cron','2021-02-05 18:36:53','2021-02-05 10:36:53'),(81128,29953,'action complete via WP Cron','2021-02-05 18:36:53','2021-02-05 10:36:53'),(81129,29954,'action created','2021-02-05 18:36:53','2021-02-05 10:36:53'),(81130,29954,'action started via WP Cron','2021-02-05 18:37:59','2021-02-05 10:37:59'),(81131,29954,'action complete via WP Cron','2021-02-05 18:37:59','2021-02-05 10:37:59'),(81132,29955,'action created','2021-02-05 18:37:59','2021-02-05 10:37:59'),(81133,29955,'action started via WP Cron','2021-02-05 18:38:42','2021-02-05 10:38:42'),(81134,29955,'action complete via WP Cron','2021-02-05 18:38:42','2021-02-05 10:38:42'),(81135,29956,'action created','2021-02-05 18:38:42','2021-02-05 10:38:42'),(81136,29956,'action started via WP Cron','2021-02-05 18:40:04','2021-02-05 10:40:04'),(81137,29956,'action complete via WP Cron','2021-02-05 18:40:04','2021-02-05 10:40:04'),(81138,29957,'action created','2021-02-05 18:40:05','2021-02-05 10:40:05'),(81139,29957,'action started via WP Cron','2021-02-05 18:40:49','2021-02-05 10:40:49'),(81140,29957,'action complete via WP Cron','2021-02-05 18:40:49','2021-02-05 10:40:49'),(81141,29958,'action created','2021-02-05 18:40:49','2021-02-05 10:40:49'),(81142,29958,'action started via WP Cron','2021-02-05 18:41:59','2021-02-05 10:41:59'),(81143,29958,'action complete via WP Cron','2021-02-05 18:41:59','2021-02-05 10:41:59'),(81144,29959,'action created','2021-02-05 18:41:59','2021-02-05 10:41:59'),(81145,29959,'action started via WP Cron','2021-02-05 18:42:51','2021-02-05 10:42:51'),(81146,29959,'action complete via WP Cron','2021-02-05 18:42:51','2021-02-05 10:42:51'),(81147,29960,'action created','2021-02-05 18:42:51','2021-02-05 10:42:51'),(81148,29960,'action started via WP Cron','2021-02-05 18:43:56','2021-02-05 10:43:56'),(81149,29960,'action complete via WP Cron','2021-02-05 18:43:56','2021-02-05 10:43:56'),(81150,29961,'action created','2021-02-05 18:43:56','2021-02-05 10:43:56'),(81151,29961,'action started via WP Cron','2021-02-05 18:44:58','2021-02-05 10:44:58'),(81152,29961,'action complete via WP Cron','2021-02-05 18:44:58','2021-02-05 10:44:58'),(81153,29962,'action created','2021-02-05 18:44:59','2021-02-05 10:44:59'),(81154,29962,'action started via WP Cron','2021-02-05 18:45:50','2021-02-05 10:45:50'),(81155,29962,'action complete via WP Cron','2021-02-05 18:45:50','2021-02-05 10:45:50'),(81156,29963,'action created','2021-02-05 18:45:51','2021-02-05 10:45:51'),(81157,29963,'action started via WP Cron','2021-02-05 18:46:41','2021-02-05 10:46:41'),(81158,29963,'action complete via WP Cron','2021-02-05 18:46:41','2021-02-05 10:46:41'),(81159,29964,'action created','2021-02-05 18:46:41','2021-02-05 10:46:41'),(81160,29964,'action started via WP Cron','2021-02-05 18:47:43','2021-02-05 10:47:43'),(81161,29964,'action complete via WP Cron','2021-02-05 18:47:43','2021-02-05 10:47:43'),(81162,29965,'action created','2021-02-05 18:47:43','2021-02-05 10:47:43'),(81163,29965,'action started via WP Cron','2021-02-05 18:48:57','2021-02-05 10:48:57'),(81164,29965,'action complete via WP Cron','2021-02-05 18:48:57','2021-02-05 10:48:57'),(81165,29966,'action created','2021-02-05 18:48:57','2021-02-05 10:48:57'),(81166,29966,'action started via WP Cron','2021-02-05 18:50:26','2021-02-05 10:50:26'),(81167,29966,'action complete via WP Cron','2021-02-05 18:50:26','2021-02-05 10:50:26'),(81168,29967,'action created','2021-02-05 18:50:27','2021-02-05 10:50:27'),(81169,29967,'action started via WP Cron','2021-02-05 18:51:27','2021-02-05 10:51:27'),(81170,29967,'action complete via WP Cron','2021-02-05 18:51:27','2021-02-05 10:51:27'),(81171,29968,'action created','2021-02-05 18:51:28','2021-02-05 10:51:28'),(81172,29968,'action started via WP Cron','2021-02-05 18:52:28','2021-02-05 10:52:28'),(81173,29968,'action complete via WP Cron','2021-02-05 18:52:28','2021-02-05 10:52:28'),(81174,29969,'action created','2021-02-05 18:52:29','2021-02-05 10:52:29'),(81175,29969,'action started via WP Cron','2021-02-05 19:01:11','2021-02-05 11:01:11'),(81176,29969,'action complete via WP Cron','2021-02-05 19:01:11','2021-02-05 11:01:11'),(81177,29970,'action created','2021-02-05 19:01:24','2021-02-05 11:01:24'),(81178,29970,'action started via WP Cron','2021-02-05 19:10:02','2021-02-05 11:10:02'),(81179,29970,'action complete via WP Cron','2021-02-05 19:10:02','2021-02-05 11:10:02'),(81180,29971,'action created','2021-02-05 19:10:23','2021-02-05 11:10:23'),(81181,29971,'action started via WP Cron','2021-02-05 19:14:01','2021-02-05 11:14:01'),(81182,29971,'action complete via WP Cron','2021-02-05 19:14:01','2021-02-05 11:14:01'),(81183,29972,'action created','2021-02-05 19:14:02','2021-02-05 11:14:02'),(81184,29972,'action started via WP Cron','2021-02-05 19:16:57','2021-02-05 11:16:57'),(81185,29972,'action complete via WP Cron','2021-02-05 19:16:57','2021-02-05 11:16:57'),(81186,29973,'action created','2021-02-05 19:16:57','2021-02-05 11:16:57'),(81187,29973,'action started via WP Cron','2021-02-05 19:20:37','2021-02-05 11:20:37'),(81188,29973,'action complete via WP Cron','2021-02-05 19:20:37','2021-02-05 11:20:37'),(81189,29974,'action created','2021-02-05 19:20:37','2021-02-05 11:20:37'),(81190,29974,'action started via WP Cron','2021-02-05 19:24:32','2021-02-05 11:24:32'),(81191,29974,'action complete via WP Cron','2021-02-05 19:24:32','2021-02-05 11:24:32'),(81192,29975,'action created','2021-02-05 19:24:32','2021-02-05 11:24:32'),(81193,29975,'action started via WP Cron','2021-02-05 19:25:19','2021-02-05 11:25:19'),(81194,29975,'action complete via WP Cron','2021-02-05 19:25:19','2021-02-05 11:25:19'),(81195,29976,'action created','2021-02-05 19:25:19','2021-02-05 11:25:19'),(81196,29976,'action started via WP Cron','2021-02-05 19:25:44','2021-02-05 11:25:44'),(81197,29976,'action complete via WP Cron','2021-02-05 19:25:44','2021-02-05 11:25:44'),(81198,29977,'action created','2021-02-05 19:25:44','2021-02-05 11:25:44'),(81199,29977,'action started via WP Cron','2021-02-05 19:29:41','2021-02-05 11:29:41'),(81200,29977,'action complete via WP Cron','2021-02-05 19:29:41','2021-02-05 11:29:41'),(81201,29978,'action created','2021-02-05 19:29:41','2021-02-05 11:29:41'),(81202,29978,'action started via WP Cron','2021-02-05 19:42:41','2021-02-05 11:42:41'),(81203,29978,'action complete via WP Cron','2021-02-05 19:42:41','2021-02-05 11:42:41'),(81204,29979,'action created','2021-02-05 19:42:41','2021-02-05 11:42:41'),(81205,29979,'action started via WP Cron','2021-02-05 19:45:48','2021-02-05 11:45:48'),(81206,29979,'action complete via WP Cron','2021-02-05 19:45:48','2021-02-05 11:45:48'),(81207,29980,'action created','2021-02-05 19:45:48','2021-02-05 11:45:48'),(81208,29980,'action started via WP Cron','2021-02-05 19:47:53','2021-02-05 11:47:53'),(81209,29980,'action complete via WP Cron','2021-02-05 19:47:53','2021-02-05 11:47:53'),(81210,29981,'action created','2021-02-05 19:47:53','2021-02-05 11:47:53'),(81211,29981,'action started via WP Cron','2021-02-05 19:48:59','2021-02-05 11:48:59'),(81212,29981,'action complete via WP Cron','2021-02-05 19:48:59','2021-02-05 11:48:59'),(81213,29982,'action created','2021-02-05 19:48:59','2021-02-05 11:48:59'),(81214,29982,'action started via WP Cron','2021-02-05 19:50:00','2021-02-05 11:50:00'),(81215,29982,'action complete via WP Cron','2021-02-05 19:50:00','2021-02-05 11:50:00'),(81216,29983,'action created','2021-02-05 19:50:01','2021-02-05 11:50:01'),(81217,29983,'action started via WP Cron','2021-02-05 19:50:41','2021-02-05 11:50:41'),(81218,29983,'action complete via WP Cron','2021-02-05 19:50:41','2021-02-05 11:50:41'),(81219,29984,'action created','2021-02-05 19:50:42','2021-02-05 11:50:42'),(81220,29984,'action started via WP Cron','2021-02-05 19:52:03','2021-02-05 11:52:03'),(81221,29984,'action complete via WP Cron','2021-02-05 19:52:03','2021-02-05 11:52:03'),(81222,29985,'action created','2021-02-05 19:52:03','2021-02-05 11:52:03'),(81223,29985,'action started via WP Cron','2021-02-05 19:53:05','2021-02-05 11:53:05'),(81224,29985,'action complete via WP Cron','2021-02-05 19:53:05','2021-02-05 11:53:05'),(81225,29986,'action created','2021-02-05 19:53:05','2021-02-05 11:53:05'),(81226,29986,'action started via WP Cron','2021-02-05 19:53:56','2021-02-05 11:53:56'),(81227,29986,'action complete via WP Cron','2021-02-05 19:53:56','2021-02-05 11:53:56'),(81228,29987,'action created','2021-02-05 19:53:56','2021-02-05 11:53:56'),(81229,29987,'action started via WP Cron','2021-02-05 19:54:57','2021-02-05 11:54:57'),(81230,29987,'action complete via WP Cron','2021-02-05 19:54:57','2021-02-05 11:54:57'),(81231,29988,'action created','2021-02-05 19:54:58','2021-02-05 11:54:58'),(81232,29988,'action started via WP Cron','2021-02-05 19:55:58','2021-02-05 11:55:58'),(81233,29988,'action complete via WP Cron','2021-02-05 19:55:58','2021-02-05 11:55:58'),(81234,29989,'action created','2021-02-05 19:55:58','2021-02-05 11:55:58'),(81235,29989,'action started via WP Cron','2021-02-05 19:58:11','2021-02-05 11:58:11'),(81236,29989,'action complete via WP Cron','2021-02-05 19:58:11','2021-02-05 11:58:11'),(81237,29990,'action created','2021-02-05 19:58:11','2021-02-05 11:58:11'),(81238,29990,'action started via WP Cron','2021-02-05 20:08:31','2021-02-05 12:08:31'),(81239,29990,'action complete via WP Cron','2021-02-05 20:08:31','2021-02-05 12:08:31'),(81240,29991,'action created','2021-02-05 20:08:32','2021-02-05 12:08:32'),(81241,29991,'action started via WP Cron','2021-02-05 20:12:21','2021-02-05 12:12:21'),(81242,29991,'action complete via WP Cron','2021-02-05 20:12:21','2021-02-05 12:12:21'),(81243,29992,'action created','2021-02-05 20:12:21','2021-02-05 12:12:21'),(81244,29992,'action started via WP Cron','2021-02-05 20:12:43','2021-02-05 12:12:43'),(81245,29992,'action complete via WP Cron','2021-02-05 20:12:43','2021-02-05 12:12:43'),(81246,29993,'action created','2021-02-05 20:12:43','2021-02-05 12:12:43'),(81247,29993,'action started via WP Cron','2021-02-05 20:19:44','2021-02-05 12:19:44'),(81248,29993,'action complete via WP Cron','2021-02-05 20:19:44','2021-02-05 12:19:44'),(81249,29994,'action created','2021-02-05 20:19:44','2021-02-05 12:19:44'),(81250,29994,'action started via WP Cron','2021-02-05 20:34:30','2021-02-05 12:34:30'),(81251,29994,'action complete via WP Cron','2021-02-05 20:34:30','2021-02-05 12:34:30'),(81252,29995,'action created','2021-02-05 20:34:30','2021-02-05 12:34:30'),(81253,29995,'action started via WP Cron','2021-02-05 20:34:45','2021-02-05 12:34:45'),(81254,29995,'action complete via WP Cron','2021-02-05 20:34:45','2021-02-05 12:34:45'),(81255,29996,'action created','2021-02-05 20:34:45','2021-02-05 12:34:45'),(81256,29996,'action started via WP Cron','2021-02-05 20:45:39','2021-02-05 12:45:39'),(81257,29996,'action complete via WP Cron','2021-02-05 20:45:39','2021-02-05 12:45:39'),(81258,29997,'action created','2021-02-05 20:45:39','2021-02-05 12:45:39'),(81259,29997,'action started via WP Cron','2021-02-05 20:50:02','2021-02-05 12:50:02'),(81260,29997,'action complete via WP Cron','2021-02-05 20:50:02','2021-02-05 12:50:02'),(81261,29998,'action created','2021-02-05 20:50:02','2021-02-05 12:50:02'),(81262,29998,'action started via WP Cron','2021-02-05 20:53:31','2021-02-05 12:53:31'),(81263,29998,'action complete via WP Cron','2021-02-05 20:53:31','2021-02-05 12:53:31'),(81264,29999,'action created','2021-02-05 20:53:31','2021-02-05 12:53:31'),(81265,29999,'action started via WP Cron','2021-02-05 20:56:47','2021-02-05 12:56:47'),(81266,29999,'action complete via WP Cron','2021-02-05 20:56:47','2021-02-05 12:56:47'),(81267,30000,'action created','2021-02-05 20:56:48','2021-02-05 12:56:48'),(81268,30000,'action started via WP Cron','2021-02-05 20:57:50','2021-02-05 12:57:50'),(81269,30000,'action complete via WP Cron','2021-02-05 20:57:50','2021-02-05 12:57:50'),(81270,30001,'action created','2021-02-05 20:57:51','2021-02-05 12:57:51'),(81271,30001,'action started via WP Cron','2021-02-05 20:58:52','2021-02-05 12:58:52'),(81272,30001,'action complete via WP Cron','2021-02-05 20:58:52','2021-02-05 12:58:52'),(81273,30002,'action created','2021-02-05 20:58:52','2021-02-05 12:58:52'),(81274,30002,'action started via WP Cron','2021-02-05 20:59:48','2021-02-05 12:59:48'),(81275,30002,'action complete via WP Cron','2021-02-05 20:59:48','2021-02-05 12:59:48'),(81276,30003,'action created','2021-02-05 20:59:48','2021-02-05 12:59:48'),(81277,30003,'action started via WP Cron','2021-02-05 21:00:48','2021-02-05 13:00:48'),(81278,30003,'action complete via WP Cron','2021-02-05 21:00:48','2021-02-05 13:00:48'),(81279,30004,'action created','2021-02-05 21:00:48','2021-02-05 13:00:48'),(81280,30004,'action started via WP Cron','2021-02-05 21:01:43','2021-02-05 13:01:43'),(81281,30004,'action complete via WP Cron','2021-02-05 21:01:43','2021-02-05 13:01:43'),(81282,30005,'action created','2021-02-05 21:01:43','2021-02-05 13:01:43'),(81283,30005,'action started via WP Cron','2021-02-05 21:02:47','2021-02-05 13:02:47'),(81284,30005,'action complete via WP Cron','2021-02-05 21:02:47','2021-02-05 13:02:47'),(81285,30006,'action created','2021-02-05 21:02:47','2021-02-05 13:02:47'),(81286,30006,'action started via WP Cron','2021-02-05 21:03:45','2021-02-05 13:03:45'),(81287,30006,'action complete via WP Cron','2021-02-05 21:03:45','2021-02-05 13:03:45'),(81288,30007,'action created','2021-02-05 21:03:45','2021-02-05 13:03:45'),(81289,30007,'action started via WP Cron','2021-02-05 21:04:43','2021-02-05 13:04:43'),(81290,30007,'action complete via WP Cron','2021-02-05 21:04:43','2021-02-05 13:04:43'),(81291,30008,'action created','2021-02-05 21:04:43','2021-02-05 13:04:43'),(81292,30008,'action started via WP Cron','2021-02-05 21:05:46','2021-02-05 13:05:46'),(81293,30008,'action complete via WP Cron','2021-02-05 21:05:46','2021-02-05 13:05:46'),(81294,30009,'action created','2021-02-05 21:05:47','2021-02-05 13:05:47'),(81295,30009,'action started via WP Cron','2021-02-05 21:07:01','2021-02-05 13:07:01'),(81296,30009,'action complete via WP Cron','2021-02-05 21:07:01','2021-02-05 13:07:01'),(81297,30010,'action created','2021-02-05 21:07:01','2021-02-05 13:07:01'),(81298,30010,'action started via WP Cron','2021-02-05 21:07:51','2021-02-05 13:07:51'),(81299,30010,'action complete via WP Cron','2021-02-05 21:07:51','2021-02-05 13:07:51'),(81300,30011,'action created','2021-02-05 21:07:51','2021-02-05 13:07:51'),(81301,30011,'action started via WP Cron','2021-02-05 21:08:42','2021-02-05 13:08:42'),(81302,30011,'action complete via WP Cron','2021-02-05 21:08:42','2021-02-05 13:08:42'),(81303,30012,'action created','2021-02-05 21:08:42','2021-02-05 13:08:42'),(81304,30012,'action started via WP Cron','2021-02-05 21:09:44','2021-02-05 13:09:44'),(81305,30012,'action complete via WP Cron','2021-02-05 21:09:44','2021-02-05 13:09:44'),(81306,30013,'action created','2021-02-05 21:09:44','2021-02-05 13:09:44'),(81307,30013,'action started via WP Cron','2021-02-05 21:10:47','2021-02-05 13:10:47'),(81308,30013,'action complete via WP Cron','2021-02-05 21:10:47','2021-02-05 13:10:47'),(81309,30014,'action created','2021-02-05 21:10:47','2021-02-05 13:10:47'),(81310,30014,'action started via WP Cron','2021-02-05 21:11:54','2021-02-05 13:11:54'),(81311,30014,'action complete via WP Cron','2021-02-05 21:11:54','2021-02-05 13:11:54'),(81312,30015,'action created','2021-02-05 21:11:54','2021-02-05 13:11:54'),(81313,30015,'action started via WP Cron','2021-02-05 21:12:50','2021-02-05 13:12:50'),(81314,30015,'action complete via WP Cron','2021-02-05 21:12:50','2021-02-05 13:12:50'),(81315,30016,'action created','2021-02-05 21:12:51','2021-02-05 13:12:51'),(81316,30016,'action started via WP Cron','2021-02-05 21:13:51','2021-02-05 13:13:51'),(81317,30016,'action complete via WP Cron','2021-02-05 21:13:51','2021-02-05 13:13:51'),(81318,30017,'action created','2021-02-05 21:13:51','2021-02-05 13:13:51'),(81319,30017,'action started via WP Cron','2021-02-05 21:14:52','2021-02-05 13:14:52'),(81320,30017,'action complete via WP Cron','2021-02-05 21:14:52','2021-02-05 13:14:52'),(81321,30018,'action created','2021-02-05 21:14:53','2021-02-05 13:14:53'),(81322,30018,'action started via WP Cron','2021-02-05 21:15:44','2021-02-05 13:15:44'),(81323,30018,'action complete via WP Cron','2021-02-05 21:15:44','2021-02-05 13:15:44'),(81324,30019,'action created','2021-02-05 21:15:44','2021-02-05 13:15:44'),(81325,30019,'action started via WP Cron','2021-02-05 21:16:59','2021-02-05 13:16:59'),(81326,30019,'action complete via WP Cron','2021-02-05 21:16:59','2021-02-05 13:16:59'),(81327,30020,'action created','2021-02-05 21:16:59','2021-02-05 13:16:59'),(81328,30020,'action started via WP Cron','2021-02-05 21:18:20','2021-02-05 13:18:20'),(81329,30020,'action complete via WP Cron','2021-02-05 21:18:20','2021-02-05 13:18:20'),(81330,30021,'action created','2021-02-05 21:18:20','2021-02-05 13:18:20'),(81331,30021,'action started via WP Cron','2021-02-05 21:18:53','2021-02-05 13:18:53'),(81332,30021,'action complete via WP Cron','2021-02-05 21:18:53','2021-02-05 13:18:53'),(81333,30022,'action created','2021-02-05 21:18:53','2021-02-05 13:18:53'),(81334,30022,'action started via WP Cron','2021-02-05 21:19:56','2021-02-05 13:19:56'),(81335,30022,'action complete via WP Cron','2021-02-05 21:19:56','2021-02-05 13:19:56'),(81336,30023,'action created','2021-02-05 21:19:56','2021-02-05 13:19:56'),(81337,30023,'action started via WP Cron','2021-02-05 21:21:17','2021-02-05 13:21:17'),(81338,30023,'action complete via WP Cron','2021-02-05 21:21:17','2021-02-05 13:21:17'),(81339,30024,'action created','2021-02-05 21:21:17','2021-02-05 13:21:17'),(81340,30024,'action started via WP Cron','2021-02-05 21:22:24','2021-02-05 13:22:24'),(81341,30024,'action complete via WP Cron','2021-02-05 21:22:24','2021-02-05 13:22:24'),(81342,30025,'action created','2021-02-05 21:22:24','2021-02-05 13:22:24'),(81343,30025,'action started via WP Cron','2021-02-05 21:30:52','2021-02-05 13:30:52'),(81344,30025,'action complete via WP Cron','2021-02-05 21:30:52','2021-02-05 13:30:52'),(81345,30026,'action created','2021-02-05 21:30:53','2021-02-05 13:30:53'),(81346,30026,'action started via WP Cron','2021-02-05 21:33:01','2021-02-05 13:33:01'),(81347,30026,'action complete via WP Cron','2021-02-05 21:33:01','2021-02-05 13:33:01'),(81348,30027,'action created','2021-02-05 21:33:01','2021-02-05 13:33:01'),(81349,30027,'action started via WP Cron','2021-02-05 21:34:03','2021-02-05 13:34:03'),(81350,30027,'action complete via WP Cron','2021-02-05 21:34:03','2021-02-05 13:34:03'),(81351,30028,'action created','2021-02-05 21:34:04','2021-02-05 13:34:04'),(81352,30028,'action started via WP Cron','2021-02-05 21:36:57','2021-02-05 13:36:57'),(81353,30028,'action complete via WP Cron','2021-02-05 21:36:57','2021-02-05 13:36:57'),(81354,30029,'action created','2021-02-05 21:36:57','2021-02-05 13:36:57'),(81355,30029,'action started via WP Cron','2021-02-05 21:38:19','2021-02-05 13:38:19'),(81356,30029,'action complete via WP Cron','2021-02-05 21:38:19','2021-02-05 13:38:19'),(81357,30030,'action created','2021-02-05 21:38:19','2021-02-05 13:38:19'),(81358,30030,'action started via WP Cron','2021-02-05 21:39:23','2021-02-05 13:39:23'),(81359,30030,'action complete via WP Cron','2021-02-05 21:39:23','2021-02-05 13:39:23'),(81360,30031,'action created','2021-02-05 21:39:23','2021-02-05 13:39:23'),(81361,30031,'action started via WP Cron','2021-02-05 21:40:01','2021-02-05 13:40:01'),(81362,30031,'action complete via WP Cron','2021-02-05 21:40:01','2021-02-05 13:40:01'),(81363,30032,'action created','2021-02-05 21:40:01','2021-02-05 13:40:01'),(81364,30032,'action started via WP Cron','2021-02-05 21:41:49','2021-02-05 13:41:49'),(81365,30032,'action complete via WP Cron','2021-02-05 21:41:49','2021-02-05 13:41:49'),(81366,30033,'action created','2021-02-05 21:52:04','2021-02-05 13:52:04'),(81367,30033,'action started via WP Cron','2021-02-05 21:56:05','2021-02-05 13:56:05'),(81368,30033,'action complete via WP Cron','2021-02-05 21:56:05','2021-02-05 13:56:05'),(81369,30034,'action created','2021-02-05 21:56:05','2021-02-05 13:56:05'),(81370,30034,'action started via WP Cron','2021-02-05 22:12:37','2021-02-05 14:12:37'),(81371,30034,'action complete via WP Cron','2021-02-05 22:12:37','2021-02-05 14:12:37'),(81372,30035,'action created','2021-02-05 22:12:37','2021-02-05 14:12:37'),(81373,30035,'action started via WP Cron','2021-02-05 22:12:55','2021-02-05 14:12:55'),(81374,30035,'action complete via WP Cron','2021-02-05 22:12:55','2021-02-05 14:12:55'),(81375,30036,'action created','2021-02-05 22:12:55','2021-02-05 14:12:55'),(81376,30036,'action started via WP Cron','2021-02-05 22:23:24','2021-02-05 14:23:24'),(81377,30036,'action complete via WP Cron','2021-02-05 22:23:24','2021-02-05 14:23:24'),(81378,30037,'action created','2021-02-05 22:23:24','2021-02-05 14:23:24'),(81379,30037,'action started via WP Cron','2021-02-05 22:24:25','2021-02-05 14:24:25'),(81380,30037,'action complete via WP Cron','2021-02-05 22:24:25','2021-02-05 14:24:25'),(81381,30038,'action created','2021-02-05 22:24:25','2021-02-05 14:24:25'),(81382,30038,'action started via WP Cron','2021-02-05 22:25:26','2021-02-05 14:25:26'),(81383,30038,'action complete via WP Cron','2021-02-05 22:25:26','2021-02-05 14:25:26'),(81384,30039,'action created','2021-02-05 22:25:26','2021-02-05 14:25:26'),(81385,30039,'action started via WP Cron','2021-02-05 22:27:28','2021-02-05 14:27:28'),(81386,30039,'action complete via WP Cron','2021-02-05 22:27:28','2021-02-05 14:27:28'),(81387,30040,'action created','2021-02-05 22:27:28','2021-02-05 14:27:28'),(81388,30040,'action started via WP Cron','2021-02-05 22:28:29','2021-02-05 14:28:29'),(81389,30040,'action complete via WP Cron','2021-02-05 22:28:29','2021-02-05 14:28:29'),(81390,30041,'action created','2021-02-05 22:28:29','2021-02-05 14:28:29'),(81391,30041,'action started via WP Cron','2021-02-05 22:39:07','2021-02-05 14:39:07'),(81392,30041,'action complete via WP Cron','2021-02-05 22:39:07','2021-02-05 14:39:07'),(81393,30042,'action created','2021-02-05 22:39:08','2021-02-05 14:39:08'),(81394,30042,'action started via WP Cron','2021-02-05 22:41:31','2021-02-05 14:41:31'),(81395,30042,'action complete via WP Cron','2021-02-05 22:41:31','2021-02-05 14:41:31'),(81396,30043,'action created','2021-02-05 22:41:31','2021-02-05 14:41:31'),(81397,30043,'action started via WP Cron','2021-02-05 23:00:27','2021-02-05 15:00:27'),(81398,30043,'action complete via WP Cron','2021-02-05 23:00:27','2021-02-05 15:00:27'),(81399,30044,'action created','2021-02-05 23:00:28','2021-02-05 15:00:28'),(81400,30044,'action started via WP Cron','2021-02-05 23:00:43','2021-02-05 15:00:43'),(81401,30044,'action complete via WP Cron','2021-02-05 23:00:43','2021-02-05 15:00:43'),(81402,30045,'action created','2021-02-05 23:00:43','2021-02-05 15:00:43'),(81403,30045,'action started via WP Cron','2021-02-05 23:02:28','2021-02-05 15:02:28'),(81404,30045,'action complete via WP Cron','2021-02-05 23:02:28','2021-02-05 15:02:28'),(81405,30046,'action created','2021-02-05 23:02:28','2021-02-05 15:02:28'),(81406,30046,'action started via WP Cron','2021-02-05 23:02:53','2021-02-05 15:02:53'),(81407,30046,'action complete via WP Cron','2021-02-05 23:02:53','2021-02-05 15:02:53'),(81408,30047,'action created','2021-02-05 23:02:53','2021-02-05 15:02:53'),(81409,30047,'action started via WP Cron','2021-02-05 23:03:46','2021-02-05 15:03:46'),(81410,30047,'action complete via WP Cron','2021-02-05 23:03:46','2021-02-05 15:03:46'),(81411,30048,'action created','2021-02-05 23:03:46','2021-02-05 15:03:46'),(81412,30048,'action started via WP Cron','2021-02-05 23:04:54','2021-02-05 15:04:54'),(81413,30048,'action complete via WP Cron','2021-02-05 23:04:54','2021-02-05 15:04:54'),(81414,30049,'action created','2021-02-05 23:04:54','2021-02-05 15:04:54'),(81415,30049,'action started via WP Cron','2021-02-05 23:05:48','2021-02-05 15:05:48'),(81416,30049,'action complete via WP Cron','2021-02-05 23:05:48','2021-02-05 15:05:48'),(81417,30050,'action created','2021-02-05 23:05:48','2021-02-05 15:05:48'),(81418,30050,'action started via WP Cron','2021-02-05 23:06:48','2021-02-05 15:06:48'),(81419,30050,'action complete via WP Cron','2021-02-05 23:06:48','2021-02-05 15:06:48'),(81420,30051,'action created','2021-02-05 23:06:48','2021-02-05 15:06:48'),(81421,30051,'action started via WP Cron','2021-02-05 23:07:49','2021-02-05 15:07:49'),(81422,30051,'action complete via WP Cron','2021-02-05 23:07:49','2021-02-05 15:07:49'),(81423,30052,'action created','2021-02-05 23:07:49','2021-02-05 15:07:49'),(81424,30052,'action started via WP Cron','2021-02-05 23:08:51','2021-02-05 15:08:51'),(81425,30052,'action complete via WP Cron','2021-02-05 23:08:51','2021-02-05 15:08:51'),(81426,30053,'action created','2021-02-05 23:08:51','2021-02-05 15:08:51'),(81427,30053,'action started via WP Cron','2021-02-05 23:09:49','2021-02-05 15:09:49'),(81428,30053,'action complete via WP Cron','2021-02-05 23:09:49','2021-02-05 15:09:49'),(81429,30054,'action created','2021-02-05 23:09:49','2021-02-05 15:09:49'),(81430,30054,'action started via WP Cron','2021-02-05 23:10:41','2021-02-05 15:10:41'),(81431,30054,'action complete via WP Cron','2021-02-05 23:10:41','2021-02-05 15:10:41'),(81432,30055,'action created','2021-02-05 23:10:42','2021-02-05 15:10:42'),(81433,30055,'action started via WP Cron','2021-02-05 23:11:45','2021-02-05 15:11:45'),(81434,30055,'action complete via WP Cron','2021-02-05 23:11:45','2021-02-05 15:11:45'),(81435,30056,'action created','2021-02-05 23:11:45','2021-02-05 15:11:45'),(81436,30056,'action started via WP Cron','2021-02-05 23:12:51','2021-02-05 15:12:51'),(81437,30056,'action complete via WP Cron','2021-02-05 23:12:51','2021-02-05 15:12:51'),(81438,30057,'action created','2021-02-05 23:12:51','2021-02-05 15:12:51'),(81439,30057,'action started via WP Cron','2021-02-05 23:13:43','2021-02-05 15:13:43'),(81440,30057,'action complete via WP Cron','2021-02-05 23:13:43','2021-02-05 15:13:43'),(81441,30058,'action created','2021-02-05 23:13:43','2021-02-05 15:13:43'),(81442,30058,'action started via WP Cron','2021-02-05 23:14:44','2021-02-05 15:14:44'),(81443,30058,'action complete via WP Cron','2021-02-05 23:14:44','2021-02-05 15:14:44'),(81444,30059,'action created','2021-02-05 23:14:44','2021-02-05 15:14:44'),(81445,30059,'action started via WP Cron','2021-02-05 23:15:41','2021-02-05 15:15:41'),(81446,30059,'action complete via WP Cron','2021-02-05 23:15:41','2021-02-05 15:15:41'),(81447,30060,'action created','2021-02-05 23:15:41','2021-02-05 15:15:41'),(81448,30060,'action started via WP Cron','2021-02-05 23:16:44','2021-02-05 15:16:44'),(81449,30060,'action complete via WP Cron','2021-02-05 23:16:44','2021-02-05 15:16:44'),(81450,30061,'action created','2021-02-05 23:16:44','2021-02-05 15:16:44'),(81451,30061,'action started via WP Cron','2021-02-05 23:17:43','2021-02-05 15:17:43'),(81452,30061,'action complete via WP Cron','2021-02-05 23:17:43','2021-02-05 15:17:43'),(81453,30062,'action created','2021-02-05 23:17:43','2021-02-05 15:17:43'),(81454,30062,'action started via WP Cron','2021-02-05 23:18:50','2021-02-05 15:18:50'),(81455,30062,'action complete via WP Cron','2021-02-05 23:18:50','2021-02-05 15:18:50'),(81456,30063,'action created','2021-02-05 23:18:50','2021-02-05 15:18:50'),(81457,30063,'action started via WP Cron','2021-02-05 23:19:47','2021-02-05 15:19:47'),(81458,30063,'action complete via WP Cron','2021-02-05 23:19:47','2021-02-05 15:19:47'),(81459,30064,'action created','2021-02-05 23:19:47','2021-02-05 15:19:47'),(81460,30064,'action started via WP Cron','2021-02-05 23:20:45','2021-02-05 15:20:45'),(81461,30064,'action complete via WP Cron','2021-02-05 23:20:45','2021-02-05 15:20:45'),(81462,30065,'action created','2021-02-05 23:20:45','2021-02-05 15:20:45'),(81463,30065,'action started via WP Cron','2021-02-05 23:21:51','2021-02-05 15:21:51'),(81464,30065,'action complete via WP Cron','2021-02-05 23:21:51','2021-02-05 15:21:51'),(81465,30066,'action created','2021-02-05 23:21:51','2021-02-05 15:21:51'),(81466,30066,'action started via WP Cron','2021-02-05 23:22:53','2021-02-05 15:22:53'),(81467,30066,'action complete via WP Cron','2021-02-05 23:22:53','2021-02-05 15:22:53'),(81468,30067,'action created','2021-02-05 23:22:53','2021-02-05 15:22:53'),(81469,30067,'action started via WP Cron','2021-02-05 23:23:48','2021-02-05 15:23:48'),(81470,30067,'action complete via WP Cron','2021-02-05 23:23:48','2021-02-05 15:23:48'),(81471,30068,'action created','2021-02-05 23:23:48','2021-02-05 15:23:48'),(81472,30068,'action started via WP Cron','2021-02-05 23:25:53','2021-02-05 15:25:53'),(81473,30068,'action complete via WP Cron','2021-02-05 23:25:53','2021-02-05 15:25:53'),(81474,30069,'action created','2021-02-05 23:25:53','2021-02-05 15:25:53'),(81475,30069,'action started via WP Cron','2021-02-05 23:27:22','2021-02-05 15:27:22'),(81476,30069,'action complete via WP Cron','2021-02-05 23:27:22','2021-02-05 15:27:22'),(81477,30070,'action created','2021-02-05 23:27:22','2021-02-05 15:27:22'),(81478,30070,'action started via WP Cron','2021-02-05 23:29:19','2021-02-05 15:29:19'),(81479,30070,'action complete via WP Cron','2021-02-05 23:29:19','2021-02-05 15:29:19'),(81480,30071,'action created','2021-02-05 23:29:19','2021-02-05 15:29:19'),(81481,30071,'action started via WP Cron','2021-02-05 23:30:19','2021-02-05 15:30:19'),(81482,30071,'action complete via WP Cron','2021-02-05 23:30:19','2021-02-05 15:30:19'),(81483,30072,'action created','2021-02-05 23:30:19','2021-02-05 15:30:19'),(81484,30072,'action started via WP Cron','2021-02-05 23:31:20','2021-02-05 15:31:20'),(81485,30072,'action complete via WP Cron','2021-02-05 23:31:20','2021-02-05 15:31:20'),(81486,30073,'action created','2021-02-05 23:31:20','2021-02-05 15:31:20'),(81487,30073,'action started via WP Cron','2021-02-05 23:33:25','2021-02-05 15:33:25'),(81488,30073,'action complete via WP Cron','2021-02-05 23:33:25','2021-02-05 15:33:25'),(81489,30074,'action created','2021-02-05 23:33:25','2021-02-05 15:33:25'),(81490,30074,'action started via WP Cron','2021-02-05 23:34:26','2021-02-05 15:34:26'),(81491,30074,'action complete via WP Cron','2021-02-05 23:34:26','2021-02-05 15:34:26'),(81492,30075,'action created','2021-02-05 23:34:26','2021-02-05 15:34:26'),(81493,30075,'action started via WP Cron','2021-02-05 23:35:26','2021-02-05 15:35:26'),(81494,30075,'action complete via WP Cron','2021-02-05 23:35:26','2021-02-05 15:35:26'),(81495,30076,'action created','2021-02-05 23:35:26','2021-02-05 15:35:26'),(81496,30076,'action started via WP Cron','2021-02-05 23:39:40','2021-02-05 15:39:40'),(81497,30076,'action complete via WP Cron','2021-02-05 23:39:40','2021-02-05 15:39:40'),(81498,30077,'action created','2021-02-05 23:39:41','2021-02-05 15:39:41'),(81499,30077,'action started via WP Cron','2021-02-05 23:56:17','2021-02-05 15:56:17'),(81500,30077,'action complete via WP Cron','2021-02-05 23:56:17','2021-02-05 15:56:17'),(81501,30078,'action created','2021-02-05 23:56:17','2021-02-05 15:56:17'),(81502,30078,'action started via WP Cron','2021-02-05 23:59:56','2021-02-05 15:59:56'),(81503,30078,'action complete via WP Cron','2021-02-05 23:59:56','2021-02-05 15:59:56'),(81504,30079,'action created','2021-02-05 23:59:56','2021-02-05 15:59:56'),(81505,30079,'action started via WP Cron','2021-02-06 00:05:22','2021-02-05 16:05:22'),(81506,30079,'action complete via WP Cron','2021-02-06 00:05:22','2021-02-05 16:05:22'),(81507,30080,'action created','2021-02-06 00:05:22','2021-02-05 16:05:22'),(81508,30080,'action started via WP Cron','2021-02-06 00:06:20','2021-02-05 16:06:20'),(81509,30080,'action complete via WP Cron','2021-02-06 00:06:20','2021-02-05 16:06:20'),(81510,30081,'action created','2021-02-06 00:06:20','2021-02-05 16:06:20'),(81511,30081,'action started via WP Cron','2021-02-06 00:11:36','2021-02-05 16:11:36'),(81512,30081,'action complete via WP Cron','2021-02-06 00:11:36','2021-02-05 16:11:36'),(81513,30082,'action created','2021-02-06 00:11:36','2021-02-05 16:11:36'),(81514,30082,'action started via WP Cron','2021-02-06 00:11:50','2021-02-05 16:11:50'),(81515,30082,'action complete via WP Cron','2021-02-06 00:11:50','2021-02-05 16:11:50'),(81516,30083,'action created','2021-02-06 00:11:50','2021-02-05 16:11:50'),(81517,30083,'action started via WP Cron','2021-02-06 00:15:56','2021-02-05 16:15:56'),(81518,30083,'action complete via WP Cron','2021-02-06 00:15:56','2021-02-05 16:15:56'),(81519,30084,'action created','2021-02-06 00:15:56','2021-02-05 16:15:56'),(81520,30084,'action started via WP Cron','2021-02-06 00:18:37','2021-02-05 16:18:37'),(81521,30084,'action complete via WP Cron','2021-02-06 00:18:37','2021-02-05 16:18:37'),(81522,30085,'action created','2021-02-06 00:18:37','2021-02-05 16:18:37'),(81523,30085,'action started via WP Cron','2021-02-06 00:24:08','2021-02-05 16:24:08'),(81524,30085,'action complete via WP Cron','2021-02-06 00:24:08','2021-02-05 16:24:08'),(81525,30086,'action created','2021-02-06 00:25:21','2021-02-05 16:25:21'),(81526,30086,'action started via WP Cron','2021-02-06 00:30:57','2021-02-05 16:30:57'),(81527,30086,'action complete via WP Cron','2021-02-06 00:30:57','2021-02-05 16:30:57'),(81528,30087,'action created','2021-02-06 00:30:57','2021-02-05 16:30:57'),(81529,30087,'action started via WP Cron','2021-02-06 00:32:26','2021-02-05 16:32:26'),(81530,30087,'action complete via WP Cron','2021-02-06 00:32:26','2021-02-05 16:32:26'),(81531,30088,'action created','2021-02-06 00:32:26','2021-02-05 16:32:26'),(81532,30088,'action started via WP Cron','2021-02-06 00:35:00','2021-02-05 16:35:00'),(81533,30088,'action complete via WP Cron','2021-02-06 00:35:00','2021-02-05 16:35:00'),(81534,30089,'action created','2021-02-06 00:35:00','2021-02-05 16:35:00'),(81535,30089,'action started via WP Cron','2021-02-06 00:36:29','2021-02-05 16:36:29'),(81536,30089,'action complete via WP Cron','2021-02-06 00:36:29','2021-02-05 16:36:29'),(81537,30090,'action created','2021-02-06 00:36:29','2021-02-05 16:36:29'),(81538,30090,'action started via WP Cron','2021-02-06 00:37:30','2021-02-05 16:37:30'),(81539,30090,'action complete via WP Cron','2021-02-06 00:37:30','2021-02-05 16:37:30'),(81540,30091,'action created','2021-02-06 00:37:30','2021-02-05 16:37:30'),(81541,30091,'action started via WP Cron','2021-02-06 00:39:32','2021-02-05 16:39:32'),(81542,30091,'action complete via WP Cron','2021-02-06 00:39:32','2021-02-05 16:39:32'),(81543,30092,'action created','2021-02-06 00:39:32','2021-02-05 16:39:32'),(81544,30092,'action started via WP Cron','2021-02-06 00:40:33','2021-02-05 16:40:33'),(81545,30092,'action complete via WP Cron','2021-02-06 00:40:33','2021-02-05 16:40:33'),(81546,30093,'action created','2021-02-06 00:40:33','2021-02-05 16:40:33'),(81547,30093,'action started via WP Cron','2021-02-06 00:41:14','2021-02-05 16:41:14'),(81548,30093,'action complete via WP Cron','2021-02-06 00:41:14','2021-02-05 16:41:14'),(81549,30094,'action created','2021-02-06 00:41:14','2021-02-05 16:41:14'),(81550,30094,'action started via WP Cron','2021-02-06 00:42:19','2021-02-05 16:42:19'),(81551,30094,'action complete via WP Cron','2021-02-06 00:42:19','2021-02-05 16:42:19'),(81552,30095,'action created','2021-02-06 00:42:19','2021-02-05 16:42:19'),(81553,30095,'action started via WP Cron','2021-02-06 00:42:53','2021-02-05 16:42:53'),(81554,30095,'action complete via WP Cron','2021-02-06 00:42:53','2021-02-05 16:42:53'),(81555,30096,'action created','2021-02-06 00:42:53','2021-02-05 16:42:53'),(81556,30096,'action started via WP Cron','2021-02-06 00:47:13','2021-02-05 16:47:13'),(81557,30096,'action complete via WP Cron','2021-02-06 00:47:13','2021-02-05 16:47:13'),(81558,30097,'action created','2021-02-06 00:47:13','2021-02-05 16:47:13'),(81559,30097,'action started via WP Cron','2021-02-06 00:49:27','2021-02-05 16:49:27'),(81560,30097,'action complete via WP Cron','2021-02-06 00:49:27','2021-02-05 16:49:27'),(81561,30098,'action created','2021-02-06 00:49:27','2021-02-05 16:49:27'),(81562,30098,'action started via WP Cron','2021-02-06 00:49:59','2021-02-05 16:49:59'),(81563,30098,'action complete via WP Cron','2021-02-06 00:49:59','2021-02-05 16:49:59'),(81564,30099,'action created','2021-02-06 00:49:59','2021-02-05 16:49:59'),(81565,30099,'action started via WP Cron','2021-02-06 00:50:43','2021-02-05 16:50:43'),(81566,30099,'action complete via WP Cron','2021-02-06 00:50:43','2021-02-05 16:50:43'),(81567,30100,'action created','2021-02-06 00:50:43','2021-02-05 16:50:43'),(81568,30100,'action started via WP Cron','2021-02-06 00:52:08','2021-02-05 16:52:08'),(81569,30100,'action complete via WP Cron','2021-02-06 00:52:08','2021-02-05 16:52:08'),(81570,30101,'action created','2021-02-06 00:52:08','2021-02-05 16:52:08'),(81571,30101,'action started via WP Cron','2021-02-06 00:53:39','2021-02-05 16:53:39'),(81572,30101,'action complete via WP Cron','2021-02-06 00:53:39','2021-02-05 16:53:39'),(81573,30102,'action created','2021-02-06 00:53:39','2021-02-05 16:53:39'),(81574,30102,'action started via WP Cron','2021-02-06 00:54:30','2021-02-05 16:54:30'),(81575,30102,'action complete via WP Cron','2021-02-06 00:54:30','2021-02-05 16:54:30'),(81576,30103,'action created','2021-02-06 00:54:30','2021-02-05 16:54:30'),(81577,30103,'action started via WP Cron','2021-02-06 00:54:51','2021-02-05 16:54:51'),(81578,30103,'action complete via WP Cron','2021-02-06 00:54:51','2021-02-05 16:54:51'),(81579,30104,'action created','2021-02-06 00:54:51','2021-02-05 16:54:51'),(81580,30104,'action started via WP Cron','2021-02-06 00:55:41','2021-02-05 16:55:41'),(81581,30104,'action complete via WP Cron','2021-02-06 00:55:41','2021-02-05 16:55:41'),(81582,30105,'action created','2021-02-06 00:55:41','2021-02-05 16:55:41'),(81583,30105,'action started via WP Cron','2021-02-06 00:58:14','2021-02-05 16:58:14'),(81584,30105,'action complete via WP Cron','2021-02-06 00:58:14','2021-02-05 16:58:14'),(81585,30106,'action created','2021-02-06 00:58:14','2021-02-05 16:58:14'),(81586,30106,'action started via WP Cron','2021-02-06 00:58:51','2021-02-05 16:58:51'),(81587,30106,'action complete via WP Cron','2021-02-06 00:58:51','2021-02-05 16:58:51'),(81588,30107,'action created','2021-02-06 00:58:51','2021-02-05 16:58:51'),(81589,30107,'action started via WP Cron','2021-02-06 01:13:15','2021-02-05 17:13:15'),(81590,30107,'action complete via WP Cron','2021-02-06 01:13:15','2021-02-05 17:13:15'),(81591,30108,'action created','2021-02-06 01:13:15','2021-02-05 17:13:15'),(81592,30108,'action started via WP Cron','2021-02-06 01:13:58','2021-02-05 17:13:58'),(81593,30108,'action complete via WP Cron','2021-02-06 01:13:58','2021-02-05 17:13:58'),(81594,30109,'action created','2021-02-06 01:13:58','2021-02-05 17:13:58'),(81595,30109,'action started via WP Cron','2021-02-06 01:23:31','2021-02-05 17:23:31'),(81596,30109,'action complete via WP Cron','2021-02-06 01:23:31','2021-02-05 17:23:31'),(81597,30110,'action created','2021-02-06 01:23:31','2021-02-05 17:23:31'),(81598,30110,'action started via WP Cron','2021-02-06 01:23:43','2021-02-05 17:23:43'),(81599,30110,'action complete via WP Cron','2021-02-06 01:23:43','2021-02-05 17:23:43'),(81600,30111,'action created','2021-02-06 01:23:43','2021-02-05 17:23:43'),(81601,30111,'action started via WP Cron','2021-02-06 01:25:24','2021-02-05 17:25:24'),(81602,30111,'action complete via WP Cron','2021-02-06 01:25:24','2021-02-05 17:25:24'),(81603,30112,'action created','2021-02-06 01:25:25','2021-02-05 17:25:25'),(81604,30112,'action started via WP Cron','2021-02-06 01:29:16','2021-02-05 17:29:16'),(81605,30112,'action complete via WP Cron','2021-02-06 01:29:16','2021-02-05 17:29:16'),(81606,30113,'action created','2021-02-06 01:29:16','2021-02-05 17:29:16'),(81607,30113,'action started via WP Cron','2021-02-06 01:30:10','2021-02-05 17:30:10'),(81608,30113,'action complete via WP Cron','2021-02-06 01:30:10','2021-02-05 17:30:10'),(81609,30114,'action created','2021-02-06 01:30:10','2021-02-05 17:30:10'),(81610,30114,'action started via WP Cron','2021-02-06 01:34:47','2021-02-05 17:34:47'),(81611,30114,'action complete via WP Cron','2021-02-06 01:34:47','2021-02-05 17:34:47'),(81612,30115,'action created','2021-02-06 01:34:47','2021-02-05 17:34:47'),(81613,30115,'action started via WP Cron','2021-02-06 01:35:44','2021-02-05 17:35:44'),(81614,30115,'action complete via WP Cron','2021-02-06 01:35:44','2021-02-05 17:35:44'),(81615,30116,'action created','2021-02-06 01:35:44','2021-02-05 17:35:44'),(81616,30116,'action started via WP Cron','2021-02-06 01:36:55','2021-02-05 17:36:55'),(81617,30116,'action complete via WP Cron','2021-02-06 01:36:55','2021-02-05 17:36:55'),(81618,30117,'action created','2021-02-06 01:36:55','2021-02-05 17:36:55'),(81619,30117,'action started via WP Cron','2021-02-06 01:38:57','2021-02-05 17:38:57'),(81620,30117,'action complete via WP Cron','2021-02-06 01:38:57','2021-02-05 17:38:57'),(81621,30118,'action created','2021-02-06 01:38:57','2021-02-05 17:38:57'),(81622,30118,'action started via WP Cron','2021-02-06 01:39:58','2021-02-05 17:39:58'),(81623,30118,'action complete via WP Cron','2021-02-06 01:39:58','2021-02-05 17:39:58'),(81624,30119,'action created','2021-02-06 01:39:58','2021-02-05 17:39:58'),(81625,30119,'action started via WP Cron','2021-02-06 01:40:59','2021-02-05 17:40:59'),(81626,30119,'action complete via WP Cron','2021-02-06 01:40:59','2021-02-05 17:40:59'),(81627,30120,'action created','2021-02-06 01:40:59','2021-02-05 17:40:59'),(81628,30120,'action started via WP Cron','2021-02-06 01:42:45','2021-02-05 17:42:45'),(81629,30120,'action complete via WP Cron','2021-02-06 01:42:45','2021-02-05 17:42:45'),(81630,30121,'action created','2021-02-06 01:46:44','2021-02-05 17:46:44'),(81631,30121,'action started via WP Cron','2021-02-06 01:53:04','2021-02-05 17:53:04'),(81632,30121,'action complete via WP Cron','2021-02-06 01:53:04','2021-02-05 17:53:04'),(81633,30122,'action created','2021-02-06 01:53:05','2021-02-05 17:53:05'),(81634,30122,'action started via WP Cron','2021-02-06 01:54:26','2021-02-05 17:54:26'),(81635,30122,'action complete via WP Cron','2021-02-06 01:54:26','2021-02-05 17:54:26'),(81636,30123,'action created','2021-02-06 01:54:26','2021-02-05 17:54:26'),(81637,30123,'action started via WP Cron','2021-02-06 01:56:33','2021-02-05 17:56:33'),(81638,30123,'action complete via WP Cron','2021-02-06 01:56:33','2021-02-05 17:56:33'),(81639,30124,'action created','2021-02-06 01:56:33','2021-02-05 17:56:33'),(81640,30124,'action started via WP Cron','2021-02-06 01:56:43','2021-02-05 17:56:43'),(81641,30124,'action complete via WP Cron','2021-02-06 01:56:43','2021-02-05 17:56:43'),(81642,30125,'action created','2021-02-06 01:56:43','2021-02-05 17:56:43'),(81643,30125,'action started via WP Cron','2021-02-06 01:58:32','2021-02-05 17:58:32'),(81644,30125,'action complete via WP Cron','2021-02-06 01:58:32','2021-02-05 17:58:32'),(81645,30126,'action created','2021-02-06 01:58:32','2021-02-05 17:58:32'),(81646,30126,'action started via WP Cron','2021-02-06 01:58:45','2021-02-05 17:58:45'),(81647,30126,'action complete via WP Cron','2021-02-06 01:58:45','2021-02-05 17:58:45'),(81648,30127,'action created','2021-02-06 01:58:45','2021-02-05 17:58:45'),(81649,30127,'action started via WP Cron','2021-02-06 01:59:46','2021-02-05 17:59:46'),(81650,30127,'action complete via WP Cron','2021-02-06 01:59:46','2021-02-05 17:59:46'),(81651,30128,'action created','2021-02-06 01:59:46','2021-02-05 17:59:46'),(81652,30128,'action started via WP Cron','2021-02-06 02:01:15','2021-02-05 18:01:15'),(81653,30128,'action complete via WP Cron','2021-02-06 02:01:15','2021-02-05 18:01:15'),(81654,30129,'action created','2021-02-06 02:01:16','2021-02-05 18:01:16'),(81655,30129,'action started via WP Cron','2021-02-06 02:02:16','2021-02-05 18:02:16'),(81656,30129,'action complete via WP Cron','2021-02-06 02:02:16','2021-02-05 18:02:16'),(81657,30130,'action created','2021-02-06 02:03:17','2021-02-05 18:03:17'),(81658,30130,'action started via WP Cron','2021-02-06 02:14:15','2021-02-05 18:14:15'),(81659,30130,'action complete via WP Cron','2021-02-06 02:14:15','2021-02-05 18:14:15'),(81660,30131,'action created','2021-02-06 02:14:15','2021-02-05 18:14:15'),(81661,30131,'action started via WP Cron','2021-02-06 02:14:56','2021-02-05 18:14:56'),(81662,30131,'action complete via WP Cron','2021-02-06 02:14:56','2021-02-05 18:14:56'),(81663,30132,'action created','2021-02-06 02:14:56','2021-02-05 18:14:56'),(81664,30132,'action started via WP Cron','2021-02-06 02:15:56','2021-02-05 18:15:56'),(81665,30132,'action complete via WP Cron','2021-02-06 02:15:56','2021-02-05 18:15:56'),(81666,30133,'action created','2021-02-06 02:15:56','2021-02-05 18:15:56'),(81667,30133,'action started via WP Cron','2021-02-06 02:16:53','2021-02-05 18:16:53'),(81668,30133,'action complete via WP Cron','2021-02-06 02:16:53','2021-02-05 18:16:53'),(81669,30134,'action created','2021-02-06 02:16:53','2021-02-05 18:16:53'),(81670,30134,'action started via WP Cron','2021-02-06 02:17:49','2021-02-05 18:17:49'),(81671,30134,'action complete via WP Cron','2021-02-06 02:17:49','2021-02-05 18:17:49'),(81672,30135,'action created','2021-02-06 02:17:49','2021-02-05 18:17:49'),(81673,30135,'action started via WP Cron','2021-02-06 02:18:44','2021-02-05 18:18:44'),(81674,30135,'action complete via WP Cron','2021-02-06 02:18:44','2021-02-05 18:18:44'),(81675,30136,'action created','2021-02-06 02:18:44','2021-02-05 18:18:44'),(81676,30136,'action started via WP Cron','2021-02-06 02:19:58','2021-02-05 18:19:58'),(81677,30136,'action complete via WP Cron','2021-02-06 02:19:58','2021-02-05 18:19:58'),(81678,30137,'action created','2021-02-06 02:19:58','2021-02-05 18:19:58'),(81679,30137,'action started via WP Cron','2021-02-06 02:20:51','2021-02-05 18:20:51'),(81680,30137,'action complete via WP Cron','2021-02-06 02:20:51','2021-02-05 18:20:51'),(81681,30138,'action created','2021-02-06 02:20:51','2021-02-05 18:20:51'),(81682,30138,'action started via WP Cron','2021-02-06 02:21:57','2021-02-05 18:21:57'),(81683,30138,'action complete via WP Cron','2021-02-06 02:21:57','2021-02-05 18:21:57'),(81684,30139,'action created','2021-02-06 02:21:57','2021-02-05 18:21:57'),(81685,30139,'action started via WP Cron','2021-02-06 02:22:52','2021-02-05 18:22:52'),(81686,30139,'action complete via WP Cron','2021-02-06 02:22:52','2021-02-05 18:22:52'),(81687,30140,'action created','2021-02-06 02:22:52','2021-02-05 18:22:52'),(81688,30140,'action started via WP Cron','2021-02-06 02:23:49','2021-02-05 18:23:49'),(81689,30140,'action complete via WP Cron','2021-02-06 02:23:49','2021-02-05 18:23:49'),(81690,30141,'action created','2021-02-06 02:23:49','2021-02-05 18:23:49'),(81691,30141,'action started via WP Cron','2021-02-06 02:24:53','2021-02-05 18:24:53'),(81692,30141,'action complete via WP Cron','2021-02-06 02:24:53','2021-02-05 18:24:53'),(81693,30142,'action created','2021-02-06 02:24:53','2021-02-05 18:24:53'),(81694,30142,'action started via WP Cron','2021-02-06 02:25:43','2021-02-05 18:25:43'),(81695,30142,'action complete via WP Cron','2021-02-06 02:25:43','2021-02-05 18:25:43'),(81696,30143,'action created','2021-02-06 02:25:43','2021-02-05 18:25:43'),(81697,30143,'action started via WP Cron','2021-02-06 02:26:47','2021-02-05 18:26:47'),(81698,30143,'action complete via WP Cron','2021-02-06 02:26:47','2021-02-05 18:26:47'),(81699,30144,'action created','2021-02-06 02:26:47','2021-02-05 18:26:47'),(81700,30144,'action started via WP Cron','2021-02-06 02:27:47','2021-02-05 18:27:47'),(81701,30144,'action complete via WP Cron','2021-02-06 02:27:47','2021-02-05 18:27:47'),(81702,30145,'action created','2021-02-06 02:27:47','2021-02-05 18:27:47'),(81703,30145,'action started via WP Cron','2021-02-06 02:28:51','2021-02-05 18:28:51'),(81704,30145,'action complete via WP Cron','2021-02-06 02:28:51','2021-02-05 18:28:51'),(81705,30146,'action created','2021-02-06 02:28:52','2021-02-05 18:28:52'),(81706,30146,'action started via WP Cron','2021-02-06 02:30:03','2021-02-05 18:30:03'),(81707,30146,'action complete via WP Cron','2021-02-06 02:30:03','2021-02-05 18:30:03'),(81708,30147,'action created','2021-02-06 02:30:03','2021-02-05 18:30:03'),(81709,30147,'action started via WP Cron','2021-02-06 02:30:47','2021-02-05 18:30:47'),(81710,30147,'action complete via WP Cron','2021-02-06 02:30:47','2021-02-05 18:30:47'),(81711,30148,'action created','2021-02-06 02:30:47','2021-02-05 18:30:47'),(81712,30148,'action started via WP Cron','2021-02-06 02:31:45','2021-02-05 18:31:45'),(81713,30148,'action complete via WP Cron','2021-02-06 02:31:45','2021-02-05 18:31:45'),(81714,30149,'action created','2021-02-06 02:31:45','2021-02-05 18:31:45'),(81715,30149,'action started via WP Cron','2021-02-06 02:32:54','2021-02-05 18:32:54'),(81716,30149,'action complete via WP Cron','2021-02-06 02:32:54','2021-02-05 18:32:54'),(81717,30150,'action created','2021-02-06 02:32:54','2021-02-05 18:32:54'),(81718,30150,'action started via WP Cron','2021-02-06 02:33:41','2021-02-05 18:33:41'),(81719,30150,'action complete via WP Cron','2021-02-06 02:33:41','2021-02-05 18:33:41'),(81720,30151,'action created','2021-02-06 02:33:41','2021-02-05 18:33:41'),(81721,30151,'action started via WP Cron','2021-02-06 02:34:43','2021-02-05 18:34:43'),(81722,30151,'action complete via WP Cron','2021-02-06 02:34:43','2021-02-05 18:34:43'),(81723,30152,'action created','2021-02-06 02:34:43','2021-02-05 18:34:43'),(81724,30152,'action started via WP Cron','2021-02-06 02:35:49','2021-02-05 18:35:49'),(81725,30152,'action complete via WP Cron','2021-02-06 02:35:49','2021-02-05 18:35:49'),(81726,30153,'action created','2021-02-06 02:35:49','2021-02-05 18:35:49'),(81727,30153,'action started via WP Cron','2021-02-06 02:37:09','2021-02-05 18:37:09'),(81728,30153,'action complete via WP Cron','2021-02-06 02:37:09','2021-02-05 18:37:09'),(81729,30154,'action created','2021-02-06 02:37:09','2021-02-05 18:37:09'),(81730,30154,'action started via WP Cron','2021-02-06 02:37:59','2021-02-05 18:37:59'),(81731,30154,'action complete via WP Cron','2021-02-06 02:37:59','2021-02-05 18:37:59'),(81732,30155,'action created','2021-02-06 02:37:59','2021-02-05 18:37:59'),(81733,30155,'action started via WP Cron','2021-02-06 02:38:40','2021-02-05 18:38:40'),(81734,30155,'action complete via WP Cron','2021-02-06 02:38:40','2021-02-05 18:38:40'),(81735,30156,'action created','2021-02-06 02:38:41','2021-02-05 18:38:41'),(81736,30156,'action started via WP Cron','2021-02-06 02:39:51','2021-02-05 18:39:51'),(81737,30156,'action complete via WP Cron','2021-02-06 02:39:51','2021-02-05 18:39:51'),(81738,30157,'action created','2021-02-06 02:39:51','2021-02-05 18:39:51'),(81739,30157,'action started via WP Cron','2021-02-06 02:40:43','2021-02-05 18:40:43'),(81740,30157,'action complete via WP Cron','2021-02-06 02:40:43','2021-02-05 18:40:43'),(81741,30158,'action created','2021-02-06 02:40:43','2021-02-05 18:40:43'),(81742,30158,'action started via WP Cron','2021-02-06 02:41:50','2021-02-05 18:41:50'),(81743,30158,'action complete via WP Cron','2021-02-06 02:41:50','2021-02-05 18:41:50'),(81744,30159,'action created','2021-02-06 02:41:50','2021-02-05 18:41:50'),(81745,30159,'action started via WP Cron','2021-02-06 02:42:44','2021-02-05 18:42:44'),(81746,30159,'action complete via WP Cron','2021-02-06 02:42:44','2021-02-05 18:42:44'),(81747,30160,'action created','2021-02-06 02:42:44','2021-02-05 18:42:44'),(81748,30160,'action started via WP Cron','2021-02-06 02:43:55','2021-02-05 18:43:55'),(81749,30160,'action complete via WP Cron','2021-02-06 02:43:55','2021-02-05 18:43:55'),(81750,30161,'action created','2021-02-06 02:43:55','2021-02-05 18:43:55'),(81751,30161,'action started via WP Cron','2021-02-06 02:44:46','2021-02-05 18:44:46'),(81752,30161,'action complete via WP Cron','2021-02-06 02:44:46','2021-02-05 18:44:46'),(81753,30162,'action created','2021-02-06 02:44:46','2021-02-05 18:44:46'),(81754,30162,'action started via WP Cron','2021-02-06 02:45:51','2021-02-05 18:45:51'),(81755,30162,'action complete via WP Cron','2021-02-06 02:45:51','2021-02-05 18:45:51'),(81756,30163,'action created','2021-02-06 02:45:51','2021-02-05 18:45:51'),(81757,30163,'action started via WP Cron','2021-02-06 02:46:44','2021-02-05 18:46:44'),(81758,30163,'action complete via WP Cron','2021-02-06 02:46:44','2021-02-05 18:46:44'),(81759,30164,'action created','2021-02-06 02:46:44','2021-02-05 18:46:44'),(81760,30164,'action started via WP Cron','2021-02-06 02:48:06','2021-02-05 18:48:06'),(81761,30164,'action complete via WP Cron','2021-02-06 02:48:06','2021-02-05 18:48:06'),(81762,30165,'action created','2021-02-06 02:48:06','2021-02-05 18:48:06'),(81763,30165,'action started via WP Cron','2021-02-06 02:49:09','2021-02-05 18:49:09'),(81764,30165,'action complete via WP Cron','2021-02-06 02:49:09','2021-02-05 18:49:09'),(81765,30166,'action created','2021-02-06 02:49:09','2021-02-05 18:49:09'),(81766,30166,'action started via WP Cron','2021-02-06 02:50:10','2021-02-05 18:50:10'),(81767,30166,'action complete via WP Cron','2021-02-06 02:50:10','2021-02-05 18:50:10'),(81768,30167,'action created','2021-02-06 02:50:10','2021-02-05 18:50:10'),(81769,30167,'action started via WP Cron','2021-02-06 02:50:43','2021-02-05 18:50:43'),(81770,30167,'action complete via WP Cron','2021-02-06 02:50:43','2021-02-05 18:50:43'),(81771,30168,'action created','2021-02-06 02:50:43','2021-02-05 18:50:43'),(81772,30168,'action started via WP Cron','2021-02-06 02:52:36','2021-02-05 18:52:36'),(81773,30168,'action complete via WP Cron','2021-02-06 02:52:36','2021-02-05 18:52:36'),(81774,30169,'action created','2021-02-06 02:52:36','2021-02-05 18:52:36'),(81775,30169,'action started via WP Cron','2021-02-06 03:00:32','2021-02-05 19:00:32'),(81776,30169,'action complete via WP Cron','2021-02-06 03:00:32','2021-02-05 19:00:32'),(81777,30170,'action created','2021-02-06 03:00:32','2021-02-05 19:00:32'),(81778,30170,'action started via WP Cron','2021-02-06 03:02:35','2021-02-05 19:02:35'),(81779,30170,'action complete via WP Cron','2021-02-06 03:02:35','2021-02-05 19:02:35'),(81780,30171,'action created','2021-02-06 03:02:35','2021-02-05 19:02:35'),(81781,30171,'action started via WP Cron','2021-02-06 03:02:48','2021-02-05 19:02:48'),(81782,30171,'action complete via WP Cron','2021-02-06 03:02:48','2021-02-05 19:02:48'),(81783,30172,'action created','2021-02-06 03:02:48','2021-02-05 19:02:48'),(81784,30172,'action started via WP Cron','2021-02-06 03:03:49','2021-02-05 19:03:49'),(81785,30172,'action complete via WP Cron','2021-02-06 03:03:49','2021-02-05 19:03:49'),(81786,30173,'action created','2021-02-06 03:03:49','2021-02-05 19:03:49'),(81787,30173,'action started via WP Cron','2021-02-06 03:08:43','2021-02-05 19:08:43'),(81788,30173,'action complete via WP Cron','2021-02-06 03:08:43','2021-02-05 19:08:43'),(81789,30174,'action created','2021-02-06 03:08:43','2021-02-05 19:08:43'),(81790,30174,'action started via WP Cron','2021-02-06 03:14:08','2021-02-05 19:14:08'),(81791,30174,'action complete via WP Cron','2021-02-06 03:14:08','2021-02-05 19:14:08'),(81792,30175,'action created','2021-02-06 03:14:08','2021-02-05 19:14:08'),(81793,30175,'action started via WP Cron','2021-02-06 03:31:47','2021-02-05 19:31:47'),(81794,30175,'action complete via WP Cron','2021-02-06 03:31:47','2021-02-05 19:31:47'),(81795,30176,'action created','2021-02-06 03:31:47','2021-02-05 19:31:47'),(81796,30176,'action started via WP Cron','2021-02-06 03:33:45','2021-02-05 19:33:45'),(81797,30176,'action complete via WP Cron','2021-02-06 03:33:45','2021-02-05 19:33:45'),(81798,30177,'action created','2021-02-06 03:33:45','2021-02-05 19:33:45'),(81799,30177,'action started via WP Cron','2021-02-06 03:35:43','2021-02-05 19:35:43'),(81800,30177,'action complete via WP Cron','2021-02-06 03:35:43','2021-02-05 19:35:43'),(81801,30178,'action created','2021-02-06 03:35:43','2021-02-05 19:35:43'),(81802,30178,'action started via WP Cron','2021-02-06 03:38:07','2021-02-05 19:38:07'),(81803,30178,'action complete via WP Cron','2021-02-06 03:38:07','2021-02-05 19:38:07'),(81804,30179,'action created','2021-02-06 03:38:07','2021-02-05 19:38:07'),(81805,30179,'action started via WP Cron','2021-02-06 03:39:03','2021-02-05 19:39:03'),(81806,30179,'action complete via WP Cron','2021-02-06 03:39:03','2021-02-05 19:39:03'),(81807,30180,'action created','2021-02-06 03:39:03','2021-02-05 19:39:03'),(81808,30180,'action started via WP Cron','2021-02-06 03:40:04','2021-02-05 19:40:04'),(81809,30180,'action complete via WP Cron','2021-02-06 03:40:04','2021-02-05 19:40:04'),(81810,30181,'action created','2021-02-06 03:40:05','2021-02-05 19:40:05'),(81811,30181,'action started via WP Cron','2021-02-06 03:49:05','2021-02-05 19:49:05'),(81812,30181,'action complete via WP Cron','2021-02-06 03:49:05','2021-02-05 19:49:05'),(81813,30182,'action created','2021-02-06 03:49:05','2021-02-05 19:49:05'),(81814,30182,'action started via WP Cron','2021-02-06 03:50:06','2021-02-05 19:50:06'),(81815,30182,'action complete via WP Cron','2021-02-06 03:50:06','2021-02-05 19:50:06'),(81816,30183,'action created','2021-02-06 03:50:06','2021-02-05 19:50:06'),(81817,30183,'action started via WP Cron','2021-02-06 03:51:08','2021-02-05 19:51:08'),(81818,30183,'action complete via WP Cron','2021-02-06 03:51:08','2021-02-05 19:51:08'),(81819,30184,'action created','2021-02-06 03:51:09','2021-02-05 19:51:09'),(81820,30184,'action started via WP Cron','2021-02-06 03:53:09','2021-02-05 19:53:09'),(81821,30184,'action complete via WP Cron','2021-02-06 03:53:09','2021-02-05 19:53:09'),(81822,30185,'action created','2021-02-06 03:53:09','2021-02-05 19:53:09'),(81823,30185,'action started via WP Cron','2021-02-06 03:54:10','2021-02-05 19:54:10'),(81824,30185,'action complete via WP Cron','2021-02-06 03:54:10','2021-02-05 19:54:10'),(81825,30186,'action created','2021-02-06 03:54:10','2021-02-05 19:54:10'),(81826,30186,'action started via WP Cron','2021-02-06 04:06:28','2021-02-05 20:06:28'),(81827,30186,'action complete via WP Cron','2021-02-06 04:06:28','2021-02-05 20:06:28'),(81828,30187,'action created','2021-02-06 04:06:28','2021-02-05 20:06:28'),(81829,30187,'action started via WP Cron','2021-02-06 04:07:24','2021-02-05 20:07:24'),(81830,30187,'action complete via WP Cron','2021-02-06 04:07:24','2021-02-05 20:07:24'),(81831,30188,'action created','2021-02-06 04:07:25','2021-02-05 20:07:25'),(81832,29571,'action started via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81833,29571,'action complete via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81834,30189,'action created','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81835,29572,'action started via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81836,29572,'action complete via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81837,30190,'action created','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81838,30188,'action started via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81839,30188,'action complete via WP Cron','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81840,30191,'action created','2021-02-06 04:13:17','2021-02-05 20:13:17'),(81841,30191,'action started via WP Cron','2021-02-06 04:15:14','2021-02-05 20:15:14'),(81842,30191,'action complete via WP Cron','2021-02-06 04:15:14','2021-02-05 20:15:14'),(81843,30192,'action created','2021-02-06 04:15:15','2021-02-05 20:15:15'),(81844,30192,'action started via WP Cron','2021-02-06 04:16:11','2021-02-05 20:16:11'),(81845,30192,'action complete via WP Cron','2021-02-06 04:16:11','2021-02-05 20:16:11'),(81846,30193,'action created','2021-02-06 04:16:11','2021-02-05 20:16:11'),(81847,30193,'action started via WP Cron','2021-02-06 04:19:56','2021-02-05 20:19:56'),(81848,30193,'action complete via WP Cron','2021-02-06 04:19:56','2021-02-05 20:19:56'),(81849,30194,'action created','2021-02-06 04:19:56','2021-02-05 20:19:56'),(81850,30194,'action started via WP Cron','2021-02-06 04:22:26','2021-02-05 20:22:26'),(81851,30194,'action complete via WP Cron','2021-02-06 04:22:26','2021-02-05 20:22:26'),(81852,30195,'action created','2021-02-06 04:22:27','2021-02-05 20:22:27'),(81853,30195,'action started via WP Cron','2021-02-06 04:38:13','2021-02-05 20:38:13'),(81854,30195,'action complete via WP Cron','2021-02-06 04:38:13','2021-02-05 20:38:13'),(81855,30196,'action created','2021-02-06 04:40:33','2021-02-05 20:40:33'),(81856,30196,'action started via WP Cron','2021-02-06 04:40:59','2021-02-05 20:40:59'),(81857,30196,'action complete via WP Cron','2021-02-06 04:40:59','2021-02-05 20:40:59'),(81858,30197,'action created','2021-02-06 04:40:59','2021-02-05 20:40:59'),(81859,30197,'action started via WP Cron','2021-02-06 04:42:03','2021-02-05 20:42:03'),(81860,30197,'action complete via WP Cron','2021-02-06 04:42:03','2021-02-05 20:42:03'),(81861,30198,'action created','2021-02-06 04:42:03','2021-02-05 20:42:03'),(81862,30198,'action started via WP Cron','2021-02-06 04:42:54','2021-02-05 20:42:54'),(81863,30198,'action complete via WP Cron','2021-02-06 04:42:54','2021-02-05 20:42:54'),(81864,30199,'action created','2021-02-06 04:42:54','2021-02-05 20:42:54'),(81865,30199,'action started via WP Cron','2021-02-06 04:43:50','2021-02-05 20:43:50'),(81866,30199,'action complete via WP Cron','2021-02-06 04:43:50','2021-02-05 20:43:50'),(81867,30200,'action created','2021-02-06 04:43:50','2021-02-05 20:43:50'),(81868,30200,'action started via WP Cron','2021-02-06 04:44:45','2021-02-05 20:44:45'),(81869,30200,'action complete via WP Cron','2021-02-06 04:44:45','2021-02-05 20:44:45'),(81870,30201,'action created','2021-02-06 04:44:45','2021-02-05 20:44:45'),(81871,30201,'action started via WP Cron','2021-02-06 04:46:04','2021-02-05 20:46:04'),(81872,30201,'action complete via WP Cron','2021-02-06 04:46:04','2021-02-05 20:46:04'),(81873,30202,'action created','2021-02-06 04:46:04','2021-02-05 20:46:04'),(81874,30202,'action started via WP Cron','2021-02-06 04:46:56','2021-02-05 20:46:56'),(81875,30202,'action complete via WP Cron','2021-02-06 04:46:56','2021-02-05 20:46:56'),(81876,30203,'action created','2021-02-06 04:46:56','2021-02-05 20:46:56'),(81877,30203,'action started via WP Cron','2021-02-06 04:47:52','2021-02-05 20:47:52'),(81878,30203,'action complete via WP Cron','2021-02-06 04:47:52','2021-02-05 20:47:52'),(81879,30204,'action created','2021-02-06 04:47:52','2021-02-05 20:47:52'),(81880,30204,'action started via WP Cron','2021-02-06 04:48:48','2021-02-05 20:48:48'),(81881,30204,'action complete via WP Cron','2021-02-06 04:48:48','2021-02-05 20:48:48'),(81882,30205,'action created','2021-02-06 04:48:48','2021-02-05 20:48:48'),(81883,30205,'action started via WP Cron','2021-02-06 04:50:05','2021-02-05 20:50:05'),(81884,30205,'action complete via WP Cron','2021-02-06 04:50:05','2021-02-05 20:50:05'),(81885,30206,'action created','2021-02-06 04:50:05','2021-02-05 20:50:05'),(81886,30206,'action started via WP Cron','2021-02-06 04:50:57','2021-02-05 20:50:57'),(81887,30206,'action complete via WP Cron','2021-02-06 04:50:57','2021-02-05 20:50:57'),(81888,30207,'action created','2021-02-06 04:50:57','2021-02-05 20:50:57'),(81889,30207,'action started via WP Cron','2021-02-06 04:51:52','2021-02-05 20:51:52'),(81890,30207,'action complete via WP Cron','2021-02-06 04:51:52','2021-02-05 20:51:52'),(81891,30208,'action created','2021-02-06 04:51:53','2021-02-05 20:51:53'),(81892,30208,'action started via WP Cron','2021-02-06 04:53:00','2021-02-05 20:53:00'),(81893,30208,'action complete via WP Cron','2021-02-06 04:53:00','2021-02-05 20:53:00'),(81894,30209,'action created','2021-02-06 04:53:00','2021-02-05 20:53:00'),(81895,30209,'action started via WP Cron','2021-02-06 04:53:42','2021-02-05 20:53:42'),(81896,30209,'action complete via WP Cron','2021-02-06 04:53:42','2021-02-05 20:53:42'),(81897,30210,'action created','2021-02-06 04:53:42','2021-02-05 20:53:42'),(81898,30210,'action started via WP Cron','2021-02-06 04:54:51','2021-02-05 20:54:51'),(81899,30210,'action complete via WP Cron','2021-02-06 04:54:51','2021-02-05 20:54:51'),(81900,30211,'action created','2021-02-06 04:54:51','2021-02-05 20:54:51'),(81901,30211,'action started via WP Cron','2021-02-06 04:55:43','2021-02-05 20:55:43'),(81902,30211,'action complete via WP Cron','2021-02-06 04:55:43','2021-02-05 20:55:43'),(81903,30212,'action created','2021-02-06 04:55:43','2021-02-05 20:55:43'),(81904,30212,'action started via WP Cron','2021-02-06 04:56:52','2021-02-05 20:56:52'),(81905,30212,'action complete via WP Cron','2021-02-06 04:56:52','2021-02-05 20:56:52'),(81906,30213,'action created','2021-02-06 04:56:52','2021-02-05 20:56:52'),(81907,30213,'action started via WP Cron','2021-02-06 04:57:41','2021-02-05 20:57:41'),(81908,30213,'action complete via WP Cron','2021-02-06 04:57:41','2021-02-05 20:57:41'),(81909,30214,'action created','2021-02-06 04:57:42','2021-02-05 20:57:42'),(81910,30214,'action started via WP Cron','2021-02-06 04:58:48','2021-02-05 20:58:48'),(81911,30214,'action complete via WP Cron','2021-02-06 04:58:48','2021-02-05 20:58:48'),(81912,30215,'action created','2021-02-06 04:58:49','2021-02-05 20:58:49'),(81913,30215,'action started via WP Cron','2021-02-06 04:59:42','2021-02-05 20:59:42'),(81914,30215,'action complete via WP Cron','2021-02-06 04:59:42','2021-02-05 20:59:42'),(81915,30216,'action created','2021-02-06 04:59:42','2021-02-05 20:59:42'),(81916,30216,'action started via WP Cron','2021-02-06 05:00:48','2021-02-05 21:00:48'),(81917,30216,'action complete via WP Cron','2021-02-06 05:00:48','2021-02-05 21:00:48'),(81918,30217,'action created','2021-02-06 05:00:49','2021-02-05 21:00:49'),(81919,30217,'action started via WP Cron','2021-02-06 05:01:43','2021-02-05 21:01:43'),(81920,30217,'action complete via WP Cron','2021-02-06 05:01:43','2021-02-05 21:01:43'),(81921,30218,'action created','2021-02-06 05:01:44','2021-02-05 21:01:44'),(81922,30218,'action started via WP Cron','2021-02-06 05:03:07','2021-02-05 21:03:07'),(81923,30218,'action complete via WP Cron','2021-02-06 05:03:07','2021-02-05 21:03:07'),(81924,30219,'action created','2021-02-06 05:03:07','2021-02-05 21:03:07'),(81925,30219,'action started via WP Cron','2021-02-06 05:03:42','2021-02-05 21:03:42'),(81926,30219,'action complete via WP Cron','2021-02-06 05:03:42','2021-02-05 21:03:42'),(81927,30220,'action created','2021-02-06 05:03:42','2021-02-05 21:03:42'),(81928,30220,'action started via WP Cron','2021-02-06 05:05:05','2021-02-05 21:05:05'),(81929,30220,'action complete via WP Cron','2021-02-06 05:05:05','2021-02-05 21:05:05'),(81930,30221,'action created','2021-02-06 05:05:05','2021-02-05 21:05:05'),(81931,30221,'action started via WP Cron','2021-02-06 05:06:12','2021-02-05 21:06:12'),(81932,30221,'action complete via WP Cron','2021-02-06 05:06:12','2021-02-05 21:06:12'),(81933,30222,'action created','2021-02-06 05:06:12','2021-02-05 21:06:12'),(81934,30222,'action started via WP Cron','2021-02-06 05:06:44','2021-02-05 21:06:44'),(81935,30222,'action complete via WP Cron','2021-02-06 05:06:44','2021-02-05 21:06:44'),(81936,30223,'action created','2021-02-06 05:06:44','2021-02-05 21:06:44'),(81937,30223,'action started via WP Cron','2021-02-06 05:07:43','2021-02-05 21:07:43'),(81938,30223,'action complete via WP Cron','2021-02-06 05:07:43','2021-02-05 21:07:43'),(81939,30224,'action created','2021-02-06 05:07:43','2021-02-05 21:07:43'),(81940,30224,'action started via WP Cron','2021-02-06 05:09:00','2021-02-05 21:09:00'),(81941,30224,'action complete via WP Cron','2021-02-06 05:09:00','2021-02-05 21:09:00'),(81942,30225,'action created','2021-02-06 05:09:00','2021-02-05 21:09:00'),(81943,30225,'action started via WP Cron','2021-02-06 05:09:52','2021-02-05 21:09:52'),(81944,30225,'action complete via WP Cron','2021-02-06 05:09:52','2021-02-05 21:09:52'),(81945,30226,'action created','2021-02-06 05:09:52','2021-02-05 21:09:52'),(81946,30226,'action started via WP Cron','2021-02-06 05:10:42','2021-02-05 21:10:42'),(81947,30226,'action complete via WP Cron','2021-02-06 05:10:42','2021-02-05 21:10:42'),(81948,30227,'action created','2021-02-06 05:10:42','2021-02-05 21:10:42'),(81949,30227,'action started via WP Cron','2021-02-06 05:12:00','2021-02-05 21:12:00'),(81950,30227,'action complete via WP Cron','2021-02-06 05:12:00','2021-02-05 21:12:00'),(81951,30228,'action created','2021-02-06 05:12:00','2021-02-05 21:12:00'),(81952,30228,'action started via WP Cron','2021-02-06 05:12:43','2021-02-05 21:12:43'),(81953,30228,'action complete via WP Cron','2021-02-06 05:12:43','2021-02-05 21:12:43'),(81954,30229,'action created','2021-02-06 05:12:43','2021-02-05 21:12:43'),(81955,30229,'action started via WP Cron','2021-02-06 05:13:44','2021-02-05 21:13:44'),(81956,30229,'action complete via WP Cron','2021-02-06 05:13:44','2021-02-05 21:13:44'),(81957,30230,'action created','2021-02-06 05:13:44','2021-02-05 21:13:44'),(81958,30230,'action started via WP Cron','2021-02-06 05:14:45','2021-02-05 21:14:45'),(81959,30230,'action complete via WP Cron','2021-02-06 05:14:45','2021-02-05 21:14:45'),(81960,30231,'action created','2021-02-06 05:14:45','2021-02-05 21:14:45'),(81961,30231,'action started via WP Cron','2021-02-06 05:15:46','2021-02-05 21:15:46'),(81962,30231,'action complete via WP Cron','2021-02-06 05:15:46','2021-02-05 21:15:46'),(81963,30232,'action created','2021-02-06 05:15:46','2021-02-05 21:15:46'),(81964,30232,'action started via WP Cron','2021-02-06 05:16:42','2021-02-05 21:16:42'),(81965,30232,'action complete via WP Cron','2021-02-06 05:16:42','2021-02-05 21:16:42'),(81966,30233,'action created','2021-02-06 05:16:42','2021-02-05 21:16:42'),(81967,30233,'action started via WP Cron','2021-02-06 05:17:41','2021-02-05 21:17:41'),(81968,30233,'action complete via WP Cron','2021-02-06 05:17:41','2021-02-05 21:17:41'),(81969,30234,'action created','2021-02-06 05:17:41','2021-02-05 21:17:41'),(81970,30234,'action started via WP Cron','2021-02-06 05:18:52','2021-02-05 21:18:52'),(81971,30234,'action complete via WP Cron','2021-02-06 05:18:52','2021-02-05 21:18:52'),(81972,30235,'action created','2021-02-06 05:18:52','2021-02-05 21:18:52'),(81973,30235,'action started via WP Cron','2021-02-06 05:19:41','2021-02-05 21:19:41'),(81974,30235,'action complete via WP Cron','2021-02-06 05:19:41','2021-02-05 21:19:41'),(81975,30236,'action created','2021-02-06 05:19:41','2021-02-05 21:19:41'),(81976,30236,'action started via WP Cron','2021-02-06 05:20:54','2021-02-05 21:20:54'),(81977,30236,'action complete via WP Cron','2021-02-06 05:20:54','2021-02-05 21:20:54'),(81978,30237,'action created','2021-02-06 05:20:55','2021-02-05 21:20:55'),(81979,30237,'action started via WP Cron','2021-02-06 05:22:11','2021-02-05 21:22:11'),(81980,30237,'action complete via WP Cron','2021-02-06 05:22:11','2021-02-05 21:22:11'),(81981,30238,'action created','2021-02-06 05:22:11','2021-02-05 21:22:11'),(81982,30238,'action started via WP Cron','2021-02-06 05:32:35','2021-02-05 21:32:35'),(81983,30238,'action complete via WP Cron','2021-02-06 05:32:35','2021-02-05 21:32:35'),(81984,30239,'action created','2021-02-06 05:32:35','2021-02-05 21:32:35'),(81985,30239,'action started via WP Cron','2021-02-06 05:40:06','2021-02-05 21:40:06'),(81986,30239,'action complete via WP Cron','2021-02-06 05:40:06','2021-02-05 21:40:06'),(81987,30240,'action created','2021-02-06 05:40:06','2021-02-05 21:40:06'),(81988,30240,'action started via WP Cron','2021-02-06 05:45:03','2021-02-05 21:45:03'),(81989,30240,'action complete via WP Cron','2021-02-06 05:45:03','2021-02-05 21:45:03'),(81990,30241,'action created','2021-02-06 05:45:04','2021-02-05 21:45:04'),(81991,30241,'action started via WP Cron','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81992,30241,'action complete via WP Cron','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81993,29623,'action started via WP Cron','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81994,29623,'action complete via WP Cron','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81995,30242,'action created','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81996,30243,'action created','2021-02-06 06:05:50','2021-02-05 22:05:50'),(81997,30243,'action started via WP Cron','2021-02-06 06:11:04','2021-02-05 22:11:04'),(81998,30243,'action complete via WP Cron','2021-02-06 06:11:04','2021-02-05 22:11:04'),(81999,30244,'action created','2021-02-06 06:11:04','2021-02-05 22:11:04'),(82000,30244,'action started via WP Cron','2021-02-06 06:16:46','2021-02-05 22:16:46'),(82001,30244,'action complete via WP Cron','2021-02-06 06:16:46','2021-02-05 22:16:46'),(82002,30245,'action created','2021-02-06 06:16:46','2021-02-05 22:16:46'),(82003,30245,'action started via WP Cron','2021-02-06 06:17:47','2021-02-05 22:17:47'),(82004,30245,'action complete via WP Cron','2021-02-06 06:17:47','2021-02-05 22:17:47'),(82005,30246,'action created','2021-02-06 06:17:47','2021-02-05 22:17:47'),(82006,30246,'action started via WP Cron','2021-02-06 06:19:02','2021-02-05 22:19:02'),(82007,30246,'action complete via WP Cron','2021-02-06 06:19:02','2021-02-05 22:19:02'),(82008,30247,'action created','2021-02-06 06:19:02','2021-02-05 22:19:02'),(82009,30247,'action started via WP Cron','2021-02-06 06:19:49','2021-02-05 22:19:49'),(82010,30247,'action complete via WP Cron','2021-02-06 06:19:49','2021-02-05 22:19:49'),(82011,30248,'action created','2021-02-06 06:19:49','2021-02-05 22:19:49'),(82012,30248,'action started via WP Cron','2021-02-06 06:20:50','2021-02-05 22:20:50'),(82013,30248,'action complete via WP Cron','2021-02-06 06:20:50','2021-02-05 22:20:50'),(82014,30249,'action created','2021-02-06 06:20:50','2021-02-05 22:20:50'),(82015,30249,'action started via WP Cron','2021-02-06 06:23:40','2021-02-05 22:23:40'),(82016,30249,'action complete via WP Cron','2021-02-06 06:23:40','2021-02-05 22:23:40'),(82017,30250,'action created','2021-02-06 06:23:40','2021-02-05 22:23:40'),(82018,30250,'action started via WP Cron','2021-02-06 06:25:29','2021-02-05 22:25:29'),(82019,30250,'action complete via WP Cron','2021-02-06 06:25:29','2021-02-05 22:25:29'),(82020,30251,'action created','2021-02-06 06:25:29','2021-02-05 22:25:29'),(82021,30251,'action started via WP Cron','2021-02-06 06:28:11','2021-02-05 22:28:11'),(82022,30251,'action complete via WP Cron','2021-02-06 06:28:11','2021-02-05 22:28:11'),(82023,30252,'action created','2021-02-06 06:28:11','2021-02-05 22:28:11'),(82024,30252,'action started via WP Cron','2021-02-06 06:30:54','2021-02-05 22:30:54'),(82025,30252,'action complete via WP Cron','2021-02-06 06:30:54','2021-02-05 22:30:54'),(82026,30253,'action created','2021-02-06 06:30:54','2021-02-05 22:30:54'),(82027,30253,'action started via WP Cron','2021-02-06 06:34:52','2021-02-05 22:34:52'),(82028,30253,'action complete via WP Cron','2021-02-06 06:34:52','2021-02-05 22:34:52'),(82029,30254,'action created','2021-02-06 06:34:52','2021-02-05 22:34:52'),(82030,30254,'action started via WP Cron','2021-02-06 06:43:45','2021-02-05 22:43:45'),(82031,30254,'action complete via WP Cron','2021-02-06 06:43:45','2021-02-05 22:43:45'),(82032,30255,'action created','2021-02-06 06:43:45','2021-02-05 22:43:45'),(82033,30255,'action started via WP Cron','2021-02-06 06:44:41','2021-02-05 22:44:41'),(82034,30255,'action complete via WP Cron','2021-02-06 06:44:42','2021-02-05 22:44:42'),(82035,30256,'action created','2021-02-06 06:44:42','2021-02-05 22:44:42'),(82036,30256,'action started via WP Cron','2021-02-06 06:45:47','2021-02-05 22:45:47'),(82037,30256,'action complete via WP Cron','2021-02-06 06:45:47','2021-02-05 22:45:47'),(82038,30257,'action created','2021-02-06 06:45:47','2021-02-05 22:45:47'),(82039,30257,'action started via WP Cron','2021-02-06 06:46:47','2021-02-05 22:46:47'),(82040,30257,'action complete via WP Cron','2021-02-06 06:46:47','2021-02-05 22:46:47'),(82041,30258,'action created','2021-02-06 06:46:47','2021-02-05 22:46:47'),(82042,30258,'action started via WP Cron','2021-02-06 06:47:51','2021-02-05 22:47:51'),(82043,30258,'action complete via WP Cron','2021-02-06 06:47:51','2021-02-05 22:47:51'),(82044,30259,'action created','2021-02-06 06:47:52','2021-02-05 22:47:52'),(82045,30259,'action started via WP Cron','2021-02-06 06:48:45','2021-02-05 22:48:45'),(82046,30259,'action complete via WP Cron','2021-02-06 06:48:45','2021-02-05 22:48:45'),(82047,30260,'action created','2021-02-06 06:48:45','2021-02-05 22:48:45'),(82048,30260,'action started via WP Cron','2021-02-06 06:49:52','2021-02-05 22:49:52'),(82049,30260,'action complete via WP Cron','2021-02-06 06:49:52','2021-02-05 22:49:52'),(82050,30261,'action created','2021-02-06 06:49:52','2021-02-05 22:49:52'),(82051,30261,'action started via WP Cron','2021-02-06 06:50:46','2021-02-05 22:50:46'),(82052,30261,'action complete via WP Cron','2021-02-06 06:50:46','2021-02-05 22:50:46'),(82053,30262,'action created','2021-02-06 06:50:47','2021-02-05 22:50:47'),(82054,30262,'action started via WP Cron','2021-02-06 06:51:45','2021-02-05 22:51:45'),(82055,30262,'action complete via WP Cron','2021-02-06 06:51:45','2021-02-05 22:51:45'),(82056,30263,'action created','2021-02-06 06:51:45','2021-02-05 22:51:45'),(82057,30263,'action started via WP Cron','2021-02-06 06:52:52','2021-02-05 22:52:52'),(82058,30263,'action complete via WP Cron','2021-02-06 06:52:52','2021-02-05 22:52:52'),(82059,30264,'action created','2021-02-06 06:52:52','2021-02-05 22:52:52'),(82060,30264,'action started via WP Cron','2021-02-06 06:53:47','2021-02-05 22:53:47'),(82061,30264,'action complete via WP Cron','2021-02-06 06:53:47','2021-02-05 22:53:47'),(82062,30265,'action created','2021-02-06 06:53:47','2021-02-05 22:53:47'),(82063,30265,'action started via WP Cron','2021-02-06 06:54:41','2021-02-05 22:54:41'),(82064,30265,'action complete via WP Cron','2021-02-06 06:54:41','2021-02-05 22:54:41'),(82065,30266,'action created','2021-02-06 06:54:42','2021-02-05 22:54:42'),(82066,30266,'action started via WP Cron','2021-02-06 06:55:46','2021-02-05 22:55:46'),(82067,30266,'action complete via WP Cron','2021-02-06 06:55:46','2021-02-05 22:55:46'),(82068,30267,'action created','2021-02-06 06:55:46','2021-02-05 22:55:46'),(82069,30267,'action started via WP Cron','2021-02-06 06:56:48','2021-02-05 22:56:48'),(82070,30267,'action complete via WP Cron','2021-02-06 06:56:48','2021-02-05 22:56:48'),(82071,30268,'action created','2021-02-06 06:56:48','2021-02-05 22:56:48'),(82072,30268,'action started via WP Cron','2021-02-06 06:57:49','2021-02-05 22:57:49'),(82073,30268,'action complete via WP Cron','2021-02-06 06:57:49','2021-02-05 22:57:49'),(82074,30269,'action created','2021-02-06 06:57:49','2021-02-05 22:57:49'),(82075,30269,'action started via WP Cron','2021-02-06 06:58:47','2021-02-05 22:58:47'),(82076,30269,'action complete via WP Cron','2021-02-06 06:58:47','2021-02-05 22:58:47'),(82077,30270,'action created','2021-02-06 06:58:47','2021-02-05 22:58:47'),(82078,30270,'action started via WP Cron','2021-02-06 06:59:40','2021-02-05 22:59:40'),(82079,30270,'action complete via WP Cron','2021-02-06 06:59:40','2021-02-05 22:59:40'),(82080,30271,'action created','2021-02-06 06:59:40','2021-02-05 22:59:40'),(82081,30271,'action started via WP Cron','2021-02-06 07:00:47','2021-02-05 23:00:47'),(82082,30271,'action complete via WP Cron','2021-02-06 07:00:47','2021-02-05 23:00:47'),(82083,30272,'action created','2021-02-06 07:00:47','2021-02-05 23:00:47'),(82084,30272,'action started via WP Cron','2021-02-06 07:07:30','2021-02-05 23:07:30'),(82085,30272,'action complete via WP Cron','2021-02-06 07:07:30','2021-02-05 23:07:30'),(82086,30273,'action created','2021-02-06 07:07:30','2021-02-05 23:07:30'),(82087,30273,'action started via WP Cron','2021-02-06 07:08:39','2021-02-05 23:08:39'),(82088,30273,'action complete via WP Cron','2021-02-06 07:08:39','2021-02-05 23:08:39'),(82089,30274,'action created','2021-02-06 07:08:39','2021-02-05 23:08:39'),(82090,30274,'action started via WP Cron','2021-02-06 07:09:18','2021-02-05 23:09:18'),(82091,30274,'action complete via WP Cron','2021-02-06 07:09:18','2021-02-05 23:09:18'),(82092,30275,'action created','2021-02-06 07:09:18','2021-02-05 23:09:18'),(82093,30275,'action started via WP Cron','2021-02-06 07:09:41','2021-02-05 23:09:41'),(82094,30275,'action complete via WP Cron','2021-02-06 07:09:41','2021-02-05 23:09:41'),(82095,30276,'action created','2021-02-06 07:09:41','2021-02-05 23:09:41'),(82096,30276,'action started via WP Cron','2021-02-06 07:11:42','2021-02-05 23:11:42'),(82097,30276,'action complete via WP Cron','2021-02-06 07:11:42','2021-02-05 23:11:42'),(82098,30277,'action created','2021-02-06 07:11:42','2021-02-05 23:11:42'),(82099,30277,'action started via WP Cron','2021-02-06 07:12:44','2021-02-05 23:12:44'),(82100,30277,'action complete via WP Cron','2021-02-06 07:12:44','2021-02-05 23:12:44'),(82101,30278,'action created','2021-02-06 07:12:44','2021-02-05 23:12:44'),(82102,30278,'action started via WP Cron','2021-02-06 07:13:44','2021-02-05 23:13:44'),(82103,30278,'action complete via WP Cron','2021-02-06 07:13:44','2021-02-05 23:13:44'),(82104,30279,'action created','2021-02-06 07:13:44','2021-02-05 23:13:44'),(82108,30280,'action started via WP Cron','2021-02-06 07:21:40','2021-02-05 23:21:40'),(82109,30280,'action complete via WP Cron','2021-02-06 07:21:40','2021-02-05 23:21:40'),(82110,30281,'action created','2021-02-06 07:21:40','2021-02-05 23:21:40'),(82111,30281,'action started via WP Cron','2021-02-06 07:23:39','2021-02-05 23:23:39'),(82112,30281,'action complete via WP Cron','2021-02-06 07:23:39','2021-02-05 23:23:39'),(82113,30282,'action created','2021-02-06 07:23:40','2021-02-05 23:23:40'),(82114,30282,'action started via WP Cron','2021-02-06 07:23:52','2021-02-05 23:23:52'),(82115,30282,'action complete via WP Cron','2021-02-06 07:23:52','2021-02-05 23:23:52'),(82116,30283,'action created','2021-02-06 07:23:52','2021-02-05 23:23:52'),(82117,30283,'action started via WP Cron','2021-02-06 07:24:41','2021-02-05 23:24:41'),(82118,30283,'action complete via WP Cron','2021-02-06 07:24:41','2021-02-05 23:24:41'),(82119,30284,'action created','2021-02-06 07:24:41','2021-02-05 23:24:41'),(82120,30284,'action started via WP Cron','2021-02-06 07:25:42','2021-02-05 23:25:42'),(82121,30284,'action complete via WP Cron','2021-02-06 07:25:42','2021-02-05 23:25:42'),(82122,30285,'action created','2021-02-06 07:25:54','2021-02-05 23:25:54'),(82123,30285,'action started via WP Cron','2021-02-06 07:30:36','2021-02-05 23:30:36'),(82124,30285,'action complete via WP Cron','2021-02-06 07:30:36','2021-02-05 23:30:36'),(82125,30286,'action created','2021-02-06 07:30:36','2021-02-05 23:30:36'),(82126,30286,'action started via WP Cron','2021-02-06 07:34:03','2021-02-05 23:34:03'),(82127,30286,'action complete via WP Cron','2021-02-06 07:34:03','2021-02-05 23:34:03'),(82128,30287,'action created','2021-02-06 07:34:03','2021-02-05 23:34:03'),(82129,30287,'action started via WP Cron','2021-02-06 07:44:32','2021-02-05 23:44:32'),(82130,30287,'action complete via WP Cron','2021-02-06 07:44:32','2021-02-05 23:44:32'),(82131,30288,'action created','2021-02-06 07:44:32','2021-02-05 23:44:32'),(82132,30288,'action started via WP Cron','2021-02-06 07:44:44','2021-02-05 23:44:44'),(82133,30288,'action complete via WP Cron','2021-02-06 07:44:44','2021-02-05 23:44:44'),(82134,30289,'action created','2021-02-06 07:46:42','2021-02-05 23:46:42'),(82135,30289,'action started via WP Cron','2021-02-06 08:00:50','2021-02-06 00:00:50'),(82136,30289,'action complete via WP Cron','2021-02-06 08:00:50','2021-02-06 00:00:50'),(82137,30290,'action created','2021-02-06 08:00:50','2021-02-06 00:00:50'),(82138,30290,'action started via WP Cron','2021-02-06 08:12:09','2021-02-06 00:12:09'),(82139,30290,'action complete via WP Cron','2021-02-06 08:12:09','2021-02-06 00:12:09'),(82140,30291,'action created','2021-02-06 08:12:09','2021-02-06 00:12:09'),(82141,30291,'action started via WP Cron','2021-02-06 08:13:20','2021-02-06 00:13:20'),(82142,30291,'action complete via WP Cron','2021-02-06 08:13:20','2021-02-06 00:13:20'),(82143,30292,'action created','2021-02-06 08:13:20','2021-02-06 00:13:20'),(82144,30292,'action started via WP Cron','2021-02-06 08:14:22','2021-02-06 00:14:22'),(82145,30292,'action complete via WP Cron','2021-02-06 08:14:22','2021-02-06 00:14:22'),(82146,30293,'action created','2021-02-06 08:14:22','2021-02-06 00:14:22'),(82147,30293,'action started via WP Cron','2021-02-06 08:14:42','2021-02-06 00:14:42'),(82148,30293,'action complete via WP Cron','2021-02-06 08:14:42','2021-02-06 00:14:42'),(82149,30294,'action created','2021-02-06 08:14:42','2021-02-06 00:14:42'),(82150,30294,'action started via WP Cron','2021-02-06 08:16:23','2021-02-06 00:16:23'),(82151,30294,'action complete via WP Cron','2021-02-06 08:16:23','2021-02-06 00:16:23'),(82152,30295,'action created','2021-02-06 08:16:23','2021-02-06 00:16:23'),(82153,30295,'action started via WP Cron','2021-02-06 08:17:24','2021-02-06 00:17:24'),(82154,30295,'action complete via WP Cron','2021-02-06 08:17:24','2021-02-06 00:17:24'),(82155,30296,'action created','2021-02-06 08:17:24','2021-02-06 00:17:24'),(82156,30296,'action started via WP Cron','2021-02-06 08:18:25','2021-02-06 00:18:25'),(82157,30296,'action complete via WP Cron','2021-02-06 08:18:25','2021-02-06 00:18:25'),(82158,30297,'action created','2021-02-06 08:18:25','2021-02-06 00:18:25'),(82159,30297,'action started via WP Cron','2021-02-06 08:26:41','2021-02-06 00:26:41'),(82160,30297,'action complete via WP Cron','2021-02-06 08:26:41','2021-02-06 00:26:41'),(82161,30298,'action created','2021-02-06 08:26:42','2021-02-06 00:26:42'),(82162,30298,'action started via WP Cron','2021-02-06 08:27:42','2021-02-06 00:27:42'),(82163,30298,'action complete via WP Cron','2021-02-06 08:27:42','2021-02-06 00:27:42'),(82164,30299,'action created','2021-02-06 08:27:43','2021-02-06 00:27:43'),(82165,30299,'action started via WP Cron','2021-02-06 08:28:45','2021-02-06 00:28:45'),(82166,30299,'action complete via WP Cron','2021-02-06 08:28:45','2021-02-06 00:28:45'),(82167,30300,'action created','2021-02-06 08:28:45','2021-02-06 00:28:45'),(82168,30300,'action started via WP Cron','2021-02-06 08:29:41','2021-02-06 00:29:41'),(82169,30300,'action complete via WP Cron','2021-02-06 08:29:41','2021-02-06 00:29:41'),(82170,30301,'action created','2021-02-06 08:29:41','2021-02-06 00:29:41'),(82171,30301,'action started via WP Cron','2021-02-06 08:30:46','2021-02-06 00:30:46'),(82172,30301,'action complete via WP Cron','2021-02-06 08:30:46','2021-02-06 00:30:46'),(82173,30302,'action created','2021-02-06 08:30:46','2021-02-06 00:30:46'),(82174,30302,'action started via WP Cron','2021-02-06 08:33:20','2021-02-06 00:33:20'),(82175,30302,'action complete via WP Cron','2021-02-06 08:33:20','2021-02-06 00:33:20'),(82176,30303,'action created','2021-02-06 08:33:21','2021-02-06 00:33:21'),(82177,30303,'action started via WP Cron','2021-02-06 08:38:11','2021-02-06 00:38:11'),(82178,30303,'action complete via WP Cron','2021-02-06 08:38:11','2021-02-06 00:38:11'),(82179,30304,'action created','2021-02-06 08:38:11','2021-02-06 00:38:11'),(82180,30304,'action started via WP Cron','2021-02-06 08:45:15','2021-02-06 00:45:15'),(82181,30304,'action complete via WP Cron','2021-02-06 08:45:15','2021-02-06 00:45:15'),(82182,30305,'action created','2021-02-06 08:45:15','2021-02-06 00:45:15'),(82183,30305,'action started via WP Cron','2021-02-06 08:48:57','2021-02-06 00:48:57'),(82184,30305,'action complete via WP Cron','2021-02-06 08:48:57','2021-02-06 00:48:57'),(82185,30306,'action created','2021-02-06 08:48:57','2021-02-06 00:48:57'),(82186,30306,'action started via WP Cron','2021-02-06 08:49:57','2021-02-06 00:49:57'),(82187,30306,'action complete via WP Cron','2021-02-06 08:49:57','2021-02-06 00:49:57'),(82188,30307,'action created','2021-02-06 08:49:57','2021-02-06 00:49:57'),(82189,30307,'action started via WP Cron','2021-02-06 08:51:06','2021-02-06 00:51:06'),(82190,30307,'action complete via WP Cron','2021-02-06 08:51:06','2021-02-06 00:51:06'),(82191,30308,'action created','2021-02-06 08:51:06','2021-02-06 00:51:06'),(82192,30308,'action started via WP Cron','2021-02-06 08:51:57','2021-02-06 00:51:57'),(82193,30308,'action complete via WP Cron','2021-02-06 08:51:57','2021-02-06 00:51:57'),(82194,30309,'action created','2021-02-06 08:51:57','2021-02-06 00:51:57'),(82195,30309,'action started via WP Cron','2021-02-06 08:52:41','2021-02-06 00:52:41'),(82196,30309,'action complete via WP Cron','2021-02-06 08:52:41','2021-02-06 00:52:41'),(82197,30310,'action created','2021-02-06 08:52:41','2021-02-06 00:52:41'),(82198,30310,'action started via WP Cron','2021-02-06 08:54:00','2021-02-06 00:54:00'),(82199,30310,'action complete via WP Cron','2021-02-06 08:54:00','2021-02-06 00:54:00'),(82200,30311,'action created','2021-02-06 08:54:00','2021-02-06 00:54:00'),(82201,30311,'action started via WP Cron','2021-02-06 09:00:58','2021-02-06 01:00:58'),(82202,30311,'action complete via WP Cron','2021-02-06 09:00:58','2021-02-06 01:00:58'),(82206,30313,'action created','2021-02-06 09:00:58','2021-02-06 01:00:58'),(82207,30313,'action started via WP Cron','2021-02-06 09:02:05','2021-02-06 01:02:05'),(82208,30313,'action complete via WP Cron','2021-02-06 09:02:05','2021-02-06 01:02:05'),(82209,30314,'action created','2021-02-06 09:02:06','2021-02-06 01:02:06'),(82210,30314,'action started via WP Cron','2021-02-06 09:03:07','2021-02-06 01:03:07'),(82211,30314,'action complete via WP Cron','2021-02-06 09:03:07','2021-02-06 01:03:07'),(82212,30315,'action created','2021-02-06 09:03:07','2021-02-06 01:03:07'),(82213,30315,'action started via WP Cron','2021-02-06 09:04:08','2021-02-06 01:04:08'),(82214,30315,'action complete via WP Cron','2021-02-06 09:04:08','2021-02-06 01:04:08'),(82215,30316,'action created','2021-02-06 09:04:08','2021-02-06 01:04:08'),(82216,30316,'action started via WP Cron','2021-02-06 09:05:09','2021-02-06 01:05:09'),(82217,30316,'action complete via WP Cron','2021-02-06 09:05:09','2021-02-06 01:05:09'),(82218,30317,'action created','2021-02-06 09:05:09','2021-02-06 01:05:09'),(82219,30317,'action started via WP Cron','2021-02-06 09:06:10','2021-02-06 01:06:10'),(82220,30317,'action complete via WP Cron','2021-02-06 09:06:10','2021-02-06 01:06:10'),(82221,30318,'action created','2021-02-06 09:06:10','2021-02-06 01:06:10'),(82222,30318,'action started via WP Cron','2021-02-06 09:09:34','2021-02-06 01:09:34'),(82223,30318,'action complete via WP Cron','2021-02-06 09:09:34','2021-02-06 01:09:34'),(82224,30319,'action created','2021-02-06 09:09:34','2021-02-06 01:09:34'),(82225,30319,'action started via WP Cron','2021-02-06 09:10:55','2021-02-06 01:10:55'),(82226,30319,'action complete via WP Cron','2021-02-06 09:10:55','2021-02-06 01:10:55'),(82227,30320,'action created','2021-02-06 09:10:55','2021-02-06 01:10:55'),(82228,30320,'action started via WP Cron','2021-02-06 09:12:59','2021-02-06 01:12:59'),(82229,30320,'action complete via WP Cron','2021-02-06 09:12:59','2021-02-06 01:12:59'),(82230,30321,'action created','2021-02-06 09:13:00','2021-02-06 01:13:00'),(82231,30321,'action started via WP Cron','2021-02-06 09:13:46','2021-02-06 01:13:46'),(82232,30321,'action complete via WP Cron','2021-02-06 09:13:46','2021-02-06 01:13:46'),(82233,30322,'action created','2021-02-06 09:13:46','2021-02-06 01:13:46'),(82234,30322,'action started via WP Cron','2021-02-06 09:14:42','2021-02-06 01:14:42'),(82235,30322,'action complete via WP Cron','2021-02-06 09:14:42','2021-02-06 01:14:42'),(82236,30323,'action created','2021-02-06 09:14:43','2021-02-06 01:14:43'),(82237,30323,'action started via WP Cron','2021-02-06 09:15:45','2021-02-06 01:15:45'),(82238,30323,'action complete via WP Cron','2021-02-06 09:15:45','2021-02-06 01:15:45'),(82239,30324,'action created','2021-02-06 09:15:46','2021-02-06 01:15:46'),(82240,30324,'action started via WP Cron','2021-02-06 09:17:03','2021-02-06 01:17:03'),(82241,30324,'action complete via WP Cron','2021-02-06 09:17:03','2021-02-06 01:17:03'),(82242,30325,'action created','2021-02-06 09:17:03','2021-02-06 01:17:03'),(82243,30325,'action started via WP Cron','2021-02-06 09:17:51','2021-02-06 01:17:51'),(82244,30325,'action complete via WP Cron','2021-02-06 09:17:51','2021-02-06 01:17:51'),(82245,30326,'action created','2021-02-06 09:17:51','2021-02-06 01:17:51'),(82246,30326,'action started via WP Cron','2021-02-06 09:18:52','2021-02-06 01:18:52'),(82247,30326,'action complete via WP Cron','2021-02-06 09:18:52','2021-02-06 01:18:52'),(82248,30327,'action created','2021-02-06 09:18:52','2021-02-06 01:18:52'),(82249,30327,'action started via WP Cron','2021-02-06 09:19:48','2021-02-06 01:19:48'),(82250,30327,'action complete via WP Cron','2021-02-06 09:19:48','2021-02-06 01:19:48'),(82251,30328,'action created','2021-02-06 09:19:48','2021-02-06 01:19:48'),(82252,30328,'action started via WP Cron','2021-02-06 09:21:01','2021-02-06 01:21:01'),(82253,30328,'action complete via WP Cron','2021-02-06 09:21:01','2021-02-06 01:21:01'),(82254,30329,'action created','2021-02-06 09:21:01','2021-02-06 01:21:01'),(82255,30329,'action started via WP Cron','2021-02-06 09:21:42','2021-02-06 01:21:42'),(82256,30329,'action complete via WP Cron','2021-02-06 09:21:42','2021-02-06 01:21:42'),(82257,30330,'action created','2021-02-06 09:21:42','2021-02-06 01:21:42'),(82258,30330,'action started via WP Cron','2021-02-06 09:22:58','2021-02-06 01:22:58'),(82259,30330,'action complete via WP Cron','2021-02-06 09:22:58','2021-02-06 01:22:58'),(82260,30331,'action created','2021-02-06 09:22:58','2021-02-06 01:22:58'),(82261,30331,'action started via WP Cron','2021-02-06 09:23:45','2021-02-06 01:23:45'),(82262,30331,'action complete via WP Cron','2021-02-06 09:23:45','2021-02-06 01:23:45'),(82263,30332,'action created','2021-02-06 09:23:45','2021-02-06 01:23:45'),(82264,30332,'action started via WP Cron','2021-02-06 09:24:47','2021-02-06 01:24:47'),(82265,30332,'action complete via WP Cron','2021-02-06 09:24:47','2021-02-06 01:24:47'),(82266,30333,'action created','2021-02-06 09:24:47','2021-02-06 01:24:47'),(82267,30333,'action started via WP Cron','2021-02-06 09:25:56','2021-02-06 01:25:56'),(82268,30333,'action complete via WP Cron','2021-02-06 09:25:56','2021-02-06 01:25:56'),(82269,30334,'action created','2021-02-06 09:25:56','2021-02-06 01:25:56'),(82270,30334,'action started via WP Cron','2021-02-06 09:26:55','2021-02-06 01:26:55'),(82271,30334,'action complete via WP Cron','2021-02-06 09:26:55','2021-02-06 01:26:55'),(82272,30335,'action created','2021-02-06 09:26:55','2021-02-06 01:26:55'),(82273,30335,'action started via WP Cron','2021-02-06 09:27:52','2021-02-06 01:27:52'),(82274,30335,'action complete via WP Cron','2021-02-06 09:27:52','2021-02-06 01:27:52'),(82275,30336,'action created','2021-02-06 09:27:52','2021-02-06 01:27:52'),(82276,30336,'action started via WP Cron','2021-02-06 09:28:46','2021-02-06 01:28:46'),(82277,30336,'action complete via WP Cron','2021-02-06 09:28:46','2021-02-06 01:28:46'),(82278,30337,'action created','2021-02-06 09:28:46','2021-02-06 01:28:46'),(82279,30337,'action started via WP Cron','2021-02-06 09:29:43','2021-02-06 01:29:43'),(82280,30337,'action complete via WP Cron','2021-02-06 09:29:43','2021-02-06 01:29:43'),(82281,30338,'action created','2021-02-06 09:29:43','2021-02-06 01:29:43'),(82282,30338,'action started via WP Cron','2021-02-06 09:30:56','2021-02-06 01:30:56'),(82283,30338,'action complete via WP Cron','2021-02-06 09:30:56','2021-02-06 01:30:56'),(82284,30339,'action created','2021-02-06 09:30:56','2021-02-06 01:30:56'),(82285,30339,'action started via WP Cron','2021-02-06 09:31:42','2021-02-06 01:31:42'),(82286,30339,'action complete via WP Cron','2021-02-06 09:31:42','2021-02-06 01:31:42'),(82287,30340,'action created','2021-02-06 09:31:42','2021-02-06 01:31:42'),(82288,30340,'action started via WP Cron','2021-02-06 09:32:56','2021-02-06 01:32:56'),(82289,30340,'action complete via WP Cron','2021-02-06 09:32:56','2021-02-06 01:32:56'),(82290,30341,'action created','2021-02-06 09:32:56','2021-02-06 01:32:56'),(82291,30341,'action started via WP Cron','2021-02-06 09:33:41','2021-02-06 01:33:41'),(82292,30341,'action complete via WP Cron','2021-02-06 09:33:41','2021-02-06 01:33:41'),(82293,30342,'action created','2021-02-06 09:33:42','2021-02-06 01:33:42'),(82294,30342,'action started via WP Cron','2021-02-06 09:34:58','2021-02-06 01:34:58'),(82295,30342,'action complete via WP Cron','2021-02-06 09:34:58','2021-02-06 01:34:58'),(82296,30343,'action created','2021-02-06 09:34:58','2021-02-06 01:34:58'),(82297,30343,'action started via WP Cron','2021-02-06 09:35:50','2021-02-06 01:35:50'),(82298,30343,'action complete via WP Cron','2021-02-06 09:35:50','2021-02-06 01:35:50'),(82299,30344,'action created','2021-02-06 09:35:50','2021-02-06 01:35:50'),(82300,30344,'action started via WP Cron','2021-02-06 09:36:46','2021-02-06 01:36:46'),(82301,30344,'action complete via WP Cron','2021-02-06 09:36:46','2021-02-06 01:36:46'),(82302,30345,'action created','2021-02-06 09:36:47','2021-02-06 01:36:47'),(82303,30345,'action started via WP Cron','2021-02-06 09:37:57','2021-02-06 01:37:57'),(82304,30345,'action complete via WP Cron','2021-02-06 09:37:57','2021-02-06 01:37:57'),(82305,30346,'action created','2021-02-06 09:37:57','2021-02-06 01:37:57'),(82306,30346,'action started via WP Cron','2021-02-06 09:38:47','2021-02-06 01:38:47'),(82307,30346,'action complete via WP Cron','2021-02-06 09:38:47','2021-02-06 01:38:47'),(82308,30347,'action created','2021-02-06 09:38:47','2021-02-06 01:38:47'),(82309,30347,'action started via WP Cron','2021-02-06 09:39:48','2021-02-06 01:39:48'),(82310,30347,'action complete via WP Cron','2021-02-06 09:39:48','2021-02-06 01:39:48'),(82311,30348,'action created','2021-02-06 09:39:48','2021-02-06 01:39:48'),(82312,30348,'action started via WP Cron','2021-02-06 09:40:56','2021-02-06 01:40:56'),(82313,30348,'action complete via WP Cron','2021-02-06 09:40:56','2021-02-06 01:40:56'),(82314,30349,'action created','2021-02-06 09:40:56','2021-02-06 01:40:56'),(82315,30349,'action started via WP Cron','2021-02-06 09:42:00','2021-02-06 01:42:00'),(82316,30349,'action complete via WP Cron','2021-02-06 09:42:00','2021-02-06 01:42:00'),(82317,30350,'action created','2021-02-06 09:42:01','2021-02-06 01:42:01'),(82318,30350,'action started via WP Cron','2021-02-06 09:42:46','2021-02-06 01:42:46'),(82319,30350,'action complete via WP Cron','2021-02-06 09:42:46','2021-02-06 01:42:46'),(82320,30351,'action created','2021-02-06 09:42:46','2021-02-06 01:42:46'),(82321,30351,'action started via WP Cron','2021-02-06 09:43:55','2021-02-06 01:43:55'),(82322,30351,'action complete via WP Cron','2021-02-06 09:43:55','2021-02-06 01:43:55'),(82323,30352,'action created','2021-02-06 09:43:55','2021-02-06 01:43:55'),(82324,30352,'action started via WP Cron','2021-02-06 09:44:47','2021-02-06 01:44:47'),(82325,30352,'action complete via WP Cron','2021-02-06 09:44:47','2021-02-06 01:44:47'),(82326,30353,'action created','2021-02-06 09:44:47','2021-02-06 01:44:47'),(82327,30353,'action started via WP Cron','2021-02-06 09:45:57','2021-02-06 01:45:57'),(82328,30353,'action complete via WP Cron','2021-02-06 09:45:57','2021-02-06 01:45:57'),(82329,30354,'action created','2021-02-06 09:45:57','2021-02-06 01:45:57'),(82330,30354,'action started via WP Cron','2021-02-06 09:46:49','2021-02-06 01:46:49'),(82331,30354,'action complete via WP Cron','2021-02-06 09:46:49','2021-02-06 01:46:49'),(82332,30355,'action created','2021-02-06 09:46:50','2021-02-06 01:46:50'),(82333,30355,'action started via WP Cron','2021-02-06 09:47:59','2021-02-06 01:47:59'),(82334,30355,'action complete via WP Cron','2021-02-06 09:47:59','2021-02-06 01:47:59'),(82335,30356,'action created','2021-02-06 09:47:59','2021-02-06 01:47:59'),(82336,30356,'action started via WP Cron','2021-02-06 09:52:54','2021-02-06 01:52:54'),(82337,30356,'action complete via WP Cron','2021-02-06 09:52:54','2021-02-06 01:52:54'),(82338,30357,'action created','2021-02-06 09:52:55','2021-02-06 01:52:55'),(82339,30357,'action started via WP Cron','2021-02-06 10:01:17','2021-02-06 02:01:17'),(82340,30357,'action complete via WP Cron','2021-02-06 10:01:17','2021-02-06 02:01:17'),(82341,30358,'action created','2021-02-06 10:01:17','2021-02-06 02:01:17'),(82342,30358,'action started via WP Cron','2021-02-06 10:02:19','2021-02-06 02:02:19'),(82343,30358,'action complete via WP Cron','2021-02-06 10:02:19','2021-02-06 02:02:19'),(82344,30359,'action created','2021-02-06 10:02:19','2021-02-06 02:02:19'),(82345,30359,'action started via WP Cron','2021-02-06 10:02:46','2021-02-06 02:02:46'),(82346,30359,'action complete via WP Cron','2021-02-06 10:02:46','2021-02-06 02:02:46'),(82347,30360,'action created','2021-02-06 10:02:46','2021-02-06 02:02:46'),(82348,30360,'action started via WP Cron','2021-02-06 10:04:21','2021-02-06 02:04:21'),(82349,30360,'action complete via WP Cron','2021-02-06 10:04:21','2021-02-06 02:04:21'),(82350,30361,'action created','2021-02-06 10:04:21','2021-02-06 02:04:21'),(82351,30361,'action started via WP Cron','2021-02-06 10:05:22','2021-02-06 02:05:22'),(82352,30361,'action complete via WP Cron','2021-02-06 10:05:22','2021-02-06 02:05:22'),(82353,30362,'action created','2021-02-06 10:05:22','2021-02-06 02:05:22'),(82354,30362,'action started via WP Cron','2021-02-06 10:06:24','2021-02-06 02:06:24'),(82355,30362,'action complete via WP Cron','2021-02-06 10:06:24','2021-02-06 02:06:24'),(82356,30363,'action created','2021-02-06 10:06:24','2021-02-06 02:06:24'),(82357,30363,'action started via WP Cron','2021-02-06 10:07:10','2021-02-06 02:07:10'),(82358,30363,'action complete via WP Cron','2021-02-06 10:07:10','2021-02-06 02:07:10'),(82359,30364,'action created','2021-02-06 10:07:10','2021-02-06 02:07:10'),(82360,30364,'action started via WP Cron','2021-02-06 10:08:11','2021-02-06 02:08:11'),(82361,30364,'action complete via WP Cron','2021-02-06 10:08:11','2021-02-06 02:08:11'),(82362,30365,'action created','2021-02-06 10:08:11','2021-02-06 02:08:11'),(82363,30365,'action started via WP Cron','2021-02-06 10:09:12','2021-02-06 02:09:12'),(82364,30365,'action complete via WP Cron','2021-02-06 10:09:12','2021-02-06 02:09:12'),(82365,30366,'action created','2021-02-06 10:09:12','2021-02-06 02:09:12'),(82366,30366,'action started via WP Cron','2021-02-06 10:11:35','2021-02-06 02:11:35'),(82367,30366,'action complete via WP Cron','2021-02-06 10:11:35','2021-02-06 02:11:35'),(82368,30367,'action created','2021-02-06 10:11:35','2021-02-06 02:11:35'),(82369,30367,'action started via WP Cron','2021-02-06 10:12:41','2021-02-06 02:12:41'),(82370,30367,'action complete via WP Cron','2021-02-06 10:12:41','2021-02-06 02:12:41'),(82371,30368,'action created','2021-02-06 10:12:41','2021-02-06 02:12:41'),(82372,30368,'action started via WP Cron','2021-02-06 10:13:41','2021-02-06 02:13:41'),(82373,30368,'action complete via WP Cron','2021-02-06 10:13:41','2021-02-06 02:13:41'),(82374,30369,'action created','2021-02-06 10:13:41','2021-02-06 02:13:41'),(82375,30369,'action started via WP Cron','2021-02-06 10:14:42','2021-02-06 02:14:42'),(82376,30369,'action complete via WP Cron','2021-02-06 10:14:42','2021-02-06 02:14:42'),(82377,30370,'action created','2021-02-06 10:14:42','2021-02-06 02:14:42'),(82378,30370,'action started via WP Cron','2021-02-06 10:15:43','2021-02-06 02:15:43'),(82379,30370,'action complete via WP Cron','2021-02-06 10:15:43','2021-02-06 02:15:43'),(82380,30371,'action created','2021-02-06 10:15:43','2021-02-06 02:15:43'),(82381,30371,'action started via WP Cron','2021-02-06 10:17:45','2021-02-06 02:17:45'),(82382,30371,'action complete via WP Cron','2021-02-06 10:17:45','2021-02-06 02:17:45'),(82383,30372,'action created','2021-02-06 10:17:45','2021-02-06 02:17:45'),(82384,30372,'action started via WP Cron','2021-02-06 10:23:29','2021-02-06 02:23:29'),(82385,30372,'action complete via WP Cron','2021-02-06 10:23:29','2021-02-06 02:23:29'),(82386,30373,'action created','2021-02-06 10:23:29','2021-02-06 02:23:29'),(82387,30373,'action started via WP Cron','2021-02-06 10:29:04','2021-02-06 02:29:04'),(82388,30373,'action complete via WP Cron','2021-02-06 10:29:04','2021-02-06 02:29:04'),(82389,30374,'action created','2021-02-06 10:29:04','2021-02-06 02:29:04'),(82390,30374,'action started via WP Cron','2021-02-06 10:40:03','2021-02-06 02:40:03'),(82391,30374,'action complete via WP Cron','2021-02-06 10:40:03','2021-02-06 02:40:03'),(82392,30375,'action created','2021-02-06 10:40:03','2021-02-06 02:40:03'),(82393,30375,'action started via WP Cron','2021-02-06 10:44:35','2021-02-06 02:44:35'),(82394,30375,'action complete via WP Cron','2021-02-06 10:44:35','2021-02-06 02:44:35'),(82395,30376,'action created','2021-02-06 10:44:35','2021-02-06 02:44:35'),(82396,30376,'action started via WP Cron','2021-02-06 10:53:24','2021-02-06 02:53:24'),(82397,30376,'action complete via WP Cron','2021-02-06 10:53:24','2021-02-06 02:53:24'),(82398,30377,'action created','2021-02-06 10:53:24','2021-02-06 02:53:24'),(82399,30377,'action started via WP Cron','2021-02-06 10:55:13','2021-02-06 02:55:13'),(82400,30377,'action complete via WP Cron','2021-02-06 10:55:13','2021-02-06 02:55:13'),(82401,30378,'action created','2021-02-06 10:55:13','2021-02-06 02:55:13'),(82402,30378,'action started via WP Cron','2021-02-06 11:06:39','2021-02-06 03:06:39'),(82403,30378,'action complete via WP Cron','2021-02-06 11:06:39','2021-02-06 03:06:39'),(82404,30379,'action created','2021-02-06 11:06:39','2021-02-06 03:06:39'),(82405,30379,'action started via WP Cron','2021-02-06 11:07:40','2021-02-06 03:07:40'),(82406,30379,'action complete via WP Cron','2021-02-06 11:07:40','2021-02-06 03:07:40'),(82407,30380,'action created','2021-02-06 11:07:40','2021-02-06 03:07:40'),(82408,30380,'action started via WP Cron','2021-02-06 11:09:41','2021-02-06 03:09:41'),(82409,30380,'action complete via WP Cron','2021-02-06 11:09:41','2021-02-06 03:09:41'),(82410,30381,'action created','2021-02-06 11:09:41','2021-02-06 03:09:41'),(82411,30381,'action started via WP Cron','2021-02-06 11:10:42','2021-02-06 03:10:42'),(82412,30381,'action complete via WP Cron','2021-02-06 11:10:42','2021-02-06 03:10:42'),(82413,30382,'action created','2021-02-06 11:10:42','2021-02-06 03:10:42'),(82414,30382,'action started via WP Cron','2021-02-06 11:11:43','2021-02-06 03:11:43'),(82415,30382,'action complete via WP Cron','2021-02-06 11:11:43','2021-02-06 03:11:43'),(82416,30383,'action created','2021-02-06 11:11:43','2021-02-06 03:11:43'),(82417,30383,'action started via WP Cron','2021-02-06 11:15:13','2021-02-06 03:15:13'),(82418,30383,'action complete via WP Cron','2021-02-06 11:15:13','2021-02-06 03:15:13'),(82419,30384,'action created','2021-02-06 11:15:13','2021-02-06 03:15:13'),(82420,30384,'action started via WP Cron','2021-02-06 11:16:22','2021-02-06 03:16:22'),(82421,30384,'action complete via WP Cron','2021-02-06 11:16:22','2021-02-06 03:16:22'),(82422,30385,'action created','2021-02-06 11:16:22','2021-02-06 03:16:22'),(82423,30385,'action started via WP Cron','2021-02-06 11:17:23','2021-02-06 03:17:23'),(82424,30385,'action complete via WP Cron','2021-02-06 11:17:23','2021-02-06 03:17:23'),(82425,30386,'action created','2021-02-06 11:17:23','2021-02-06 03:17:23'),(82426,30386,'action started via WP Cron','2021-02-06 11:33:24','2021-02-06 03:33:24'),(82427,30386,'action complete via WP Cron','2021-02-06 11:33:24','2021-02-06 03:33:24'),(82428,30387,'action created','2021-02-06 11:33:24','2021-02-06 03:33:24'),(82429,30387,'action started via WP Cron','2021-02-06 11:34:30','2021-02-06 03:34:30'),(82430,30387,'action complete via WP Cron','2021-02-06 11:34:30','2021-02-06 03:34:30'),(82431,30388,'action created','2021-02-06 11:34:30','2021-02-06 03:34:30'),(82432,30388,'action started via WP Cron','2021-02-06 11:35:31','2021-02-06 03:35:31'),(82433,30388,'action complete via WP Cron','2021-02-06 11:35:31','2021-02-06 03:35:31'),(82434,30389,'action created','2021-02-06 11:35:31','2021-02-06 03:35:31'),(82435,30389,'action started via WP Cron','2021-02-06 11:37:34','2021-02-06 03:37:34'),(82436,30389,'action complete via WP Cron','2021-02-06 11:37:34','2021-02-06 03:37:34'),(82437,30390,'action created','2021-02-06 11:37:34','2021-02-06 03:37:34'),(82438,30390,'action started via WP Cron','2021-02-06 11:38:34','2021-02-06 03:38:34'),(82439,30390,'action complete via WP Cron','2021-02-06 11:38:34','2021-02-06 03:38:34'),(82440,30391,'action created','2021-02-06 11:38:34','2021-02-06 03:38:34'),(82441,30391,'action started via WP Cron','2021-02-06 11:39:35','2021-02-06 03:39:35'),(82442,30391,'action complete via WP Cron','2021-02-06 11:39:35','2021-02-06 03:39:35'),(82443,30392,'action created','2021-02-06 11:39:35','2021-02-06 03:39:35'),(82444,30392,'action started via WP Cron','2021-02-06 11:42:34','2021-02-06 03:42:34'),(82445,30392,'action complete via WP Cron','2021-02-06 11:42:34','2021-02-06 03:42:34'),(82446,30393,'action created','2021-02-06 11:42:34','2021-02-06 03:42:34'),(82447,30393,'action started via WP Cron','2021-02-06 11:43:39','2021-02-06 03:43:39'),(82448,30393,'action complete via WP Cron','2021-02-06 11:43:39','2021-02-06 03:43:39'),(82449,30394,'action created','2021-02-06 11:43:40','2021-02-06 03:43:40'),(82450,30394,'action started via WP Cron','2021-02-06 11:44:40','2021-02-06 03:44:40'),(82451,30394,'action complete via WP Cron','2021-02-06 11:44:40','2021-02-06 03:44:40'),(82452,30395,'action created','2021-02-06 11:44:40','2021-02-06 03:44:40'),(82453,30395,'action started via WP Cron','2021-02-06 11:53:53','2021-02-06 03:53:53'),(82454,30395,'action complete via WP Cron','2021-02-06 11:53:53','2021-02-06 03:53:53'),(82455,30396,'action created','2021-02-06 11:54:56','2021-02-06 03:54:56'),(82456,30396,'action started via WP Cron','2021-02-06 11:57:51','2021-02-06 03:57:51'),(82457,30396,'action complete via WP Cron','2021-02-06 11:57:51','2021-02-06 03:57:51'),(82458,30397,'action created','2021-02-06 11:57:51','2021-02-06 03:57:51'),(82459,30397,'action started via WP Cron','2021-02-06 12:11:47','2021-02-06 04:11:47'),(82460,30397,'action complete via WP Cron','2021-02-06 12:11:47','2021-02-06 04:11:47'),(82461,30398,'action created','2021-02-06 12:11:47','2021-02-06 04:11:47'),(82462,30398,'action started via WP Cron','2021-02-06 12:13:21','2021-02-06 04:13:21'),(82463,30398,'action complete via WP Cron','2021-02-06 12:13:21','2021-02-06 04:13:21'),(82464,30399,'action created','2021-02-06 12:13:21','2021-02-06 04:13:21'),(82465,30399,'action started via WP Cron','2021-02-06 12:15:53','2021-02-06 04:15:53'),(82466,30399,'action complete via WP Cron','2021-02-06 12:15:53','2021-02-06 04:15:53'),(82467,30400,'action created','2021-02-06 12:15:53','2021-02-06 04:15:53'),(82468,30400,'action started via WP Cron','2021-02-06 12:16:54','2021-02-06 04:16:54'),(82469,30400,'action complete via WP Cron','2021-02-06 12:16:54','2021-02-06 04:16:54'),(82470,30401,'action created','2021-02-06 12:16:54','2021-02-06 04:16:54'),(82471,30401,'action started via WP Cron','2021-02-06 12:17:55','2021-02-06 04:17:55'),(82472,30401,'action complete via WP Cron','2021-02-06 12:17:55','2021-02-06 04:17:55'),(82473,30402,'action created','2021-02-06 12:17:55','2021-02-06 04:17:55'),(82474,30402,'action started via WP Cron','2021-02-06 12:19:32','2021-02-06 04:19:32'),(82475,30402,'action complete via WP Cron','2021-02-06 12:19:32','2021-02-06 04:19:32'),(82476,30403,'action created','2021-02-06 12:19:32','2021-02-06 04:19:32'),(82477,30403,'action started via WP Cron','2021-02-06 12:19:42','2021-02-06 04:19:42'),(82478,30403,'action complete via WP Cron','2021-02-06 12:19:42','2021-02-06 04:19:42'),(82479,30404,'action created','2021-02-06 12:19:42','2021-02-06 04:19:42'),(82480,30404,'action started via WP Cron','2021-02-06 12:21:27','2021-02-06 04:21:27'),(82481,30404,'action complete via WP Cron','2021-02-06 12:21:27','2021-02-06 04:21:27'),(82482,30405,'action created','2021-02-06 12:21:27','2021-02-06 04:21:27'),(82483,30405,'action started via WP Cron','2021-02-06 12:22:27','2021-02-06 04:22:27'),(82484,30405,'action complete via WP Cron','2021-02-06 12:22:27','2021-02-06 04:22:27'),(82485,30406,'action created','2021-02-06 12:22:27','2021-02-06 04:22:27'),(82486,30406,'action started via WP Cron','2021-02-06 12:23:28','2021-02-06 04:23:28'),(82487,30406,'action complete via WP Cron','2021-02-06 12:23:28','2021-02-06 04:23:28'),(82488,30407,'action created','2021-02-06 12:23:28','2021-02-06 04:23:28'),(82489,30407,'action started via WP Cron','2021-02-06 12:24:01','2021-02-06 04:24:01'),(82490,30407,'action complete via WP Cron','2021-02-06 12:24:01','2021-02-06 04:24:01'),(82491,30408,'action created','2021-02-06 12:24:01','2021-02-06 04:24:01'),(82492,30408,'action started via WP Cron','2021-02-06 12:29:35','2021-02-06 04:29:35'),(82493,30408,'action complete via WP Cron','2021-02-06 12:29:35','2021-02-06 04:29:35'),(82494,30409,'action created','2021-02-06 12:29:35','2021-02-06 04:29:35'),(82495,30409,'action started via WP Cron','2021-02-06 12:38:35','2021-02-06 04:38:35'),(82496,30409,'action complete via WP Cron','2021-02-06 12:38:35','2021-02-06 04:38:35'),(82497,30410,'action created','2021-02-06 12:38:36','2021-02-06 04:38:36'),(82498,30410,'action started via WP Cron','2021-02-06 12:38:53','2021-02-06 04:38:53'),(82499,30410,'action complete via WP Cron','2021-02-06 12:38:53','2021-02-06 04:38:53'),(82500,30411,'action created','2021-02-06 12:38:53','2021-02-06 04:38:53'),(82501,30411,'action started via WP Cron','2021-02-06 12:40:35','2021-02-06 04:40:35'),(82502,30411,'action complete via WP Cron','2021-02-06 12:40:35','2021-02-06 04:40:35'),(82503,30412,'action created','2021-02-06 12:40:35','2021-02-06 04:40:35'),(82504,30412,'action started via WP Cron','2021-02-06 12:41:36','2021-02-06 04:41:36'),(82505,30412,'action complete via WP Cron','2021-02-06 12:41:36','2021-02-06 04:41:36'),(82506,30413,'action created','2021-02-06 12:41:37','2021-02-06 04:41:37'),(82507,30413,'action started via WP Cron','2021-02-06 12:43:38','2021-02-06 04:43:38'),(82508,30413,'action complete via WP Cron','2021-02-06 12:43:38','2021-02-06 04:43:38'),(82509,30414,'action created','2021-02-06 12:43:38','2021-02-06 04:43:38'),(82510,30414,'action started via WP Cron','2021-02-06 12:44:39','2021-02-06 04:44:39'),(82511,30414,'action complete via WP Cron','2021-02-06 12:44:39','2021-02-06 04:44:39'),(82512,30415,'action created','2021-02-06 12:44:39','2021-02-06 04:44:39'),(82513,30415,'action started via WP Cron','2021-02-06 12:45:41','2021-02-06 04:45:41'),(82514,30415,'action complete via WP Cron','2021-02-06 12:45:41','2021-02-06 04:45:41'),(82515,30416,'action created','2021-02-06 12:45:41','2021-02-06 04:45:41'),(82516,30416,'action started via WP Cron','2021-02-06 12:46:41','2021-02-06 04:46:41'),(82517,30416,'action complete via WP Cron','2021-02-06 12:46:41','2021-02-06 04:46:41'),(82518,30417,'action created','2021-02-06 12:46:41','2021-02-06 04:46:41'),(82519,30417,'action started via WP Cron','2021-02-06 12:47:42','2021-02-06 04:47:42'),(82520,30417,'action complete via WP Cron','2021-02-06 12:47:42','2021-02-06 04:47:42'),(82521,30418,'action created','2021-02-06 12:47:42','2021-02-06 04:47:42'),(82522,30418,'action started via WP Cron','2021-02-06 12:54:35','2021-02-06 04:54:35'),(82523,30418,'action complete via WP Cron','2021-02-06 12:54:35','2021-02-06 04:54:35'),(82524,30419,'action created','2021-02-06 12:54:35','2021-02-06 04:54:35'),(82525,30419,'action started via WP Cron','2021-02-06 13:11:39','2021-02-06 05:11:39'),(82526,30419,'action complete via WP Cron','2021-02-06 13:11:39','2021-02-06 05:11:39'),(82527,30420,'action created','2021-02-06 13:11:39','2021-02-06 05:11:39'),(82528,30420,'action started via WP Cron','2021-02-06 13:12:47','2021-02-06 05:12:47'),(82529,30420,'action complete via WP Cron','2021-02-06 13:12:47','2021-02-06 05:12:47'),(82530,30421,'action created','2021-02-06 13:12:47','2021-02-06 05:12:47'),(82531,30421,'action started via WP Cron','2021-02-06 13:13:49','2021-02-06 05:13:49'),(82532,30421,'action complete via WP Cron','2021-02-06 13:13:49','2021-02-06 05:13:49'),(82533,30422,'action created','2021-02-06 13:13:49','2021-02-06 05:13:49'),(82534,30422,'action started via WP Cron','2021-02-06 13:15:50','2021-02-06 05:15:50'),(82535,30422,'action complete via WP Cron','2021-02-06 13:15:50','2021-02-06 05:15:50'),(82536,30423,'action created','2021-02-06 13:15:50','2021-02-06 05:15:50'),(82537,30423,'action started via WP Cron','2021-02-06 13:16:51','2021-02-06 05:16:51'),(82538,30423,'action complete via WP Cron','2021-02-06 13:16:51','2021-02-06 05:16:51'),(82539,30424,'action created','2021-02-06 13:16:51','2021-02-06 05:16:51'),(82540,30424,'action started via WP Cron','2021-02-06 13:17:53','2021-02-06 05:17:53'),(82541,30424,'action complete via WP Cron','2021-02-06 13:17:53','2021-02-06 05:17:53'),(82542,30425,'action created','2021-02-06 13:17:53','2021-02-06 05:17:53'),(82543,30425,'action started via WP Cron','2021-02-06 13:18:40','2021-02-06 05:18:40'),(82544,30425,'action complete via WP Cron','2021-02-06 13:18:40','2021-02-06 05:18:40'),(82545,30426,'action created','2021-02-06 13:18:41','2021-02-06 05:18:41'),(82546,30426,'action started via WP Cron','2021-02-06 13:20:33','2021-02-06 05:20:33'),(82547,30426,'action complete via WP Cron','2021-02-06 13:20:33','2021-02-06 05:20:33'),(82548,30427,'action created','2021-02-06 13:20:33','2021-02-06 05:20:33'),(82549,30427,'action started via WP Cron','2021-02-06 13:21:33','2021-02-06 05:21:33'),(82550,30427,'action complete via WP Cron','2021-02-06 13:21:33','2021-02-06 05:21:33'),(82551,30428,'action created','2021-02-06 13:21:33','2021-02-06 05:21:33'),(82552,30428,'action started via WP Cron','2021-02-06 13:23:34','2021-02-06 05:23:34'),(82553,30428,'action complete via WP Cron','2021-02-06 13:23:34','2021-02-06 05:23:34'),(82554,30429,'action created','2021-02-06 13:23:34','2021-02-06 05:23:34'),(82555,30429,'action started via WP Cron','2021-02-06 13:24:30','2021-02-06 05:24:30'),(82556,30429,'action complete via WP Cron','2021-02-06 13:24:30','2021-02-06 05:24:30'),(82557,30430,'action created','2021-02-06 13:24:30','2021-02-06 05:24:30'),(82558,30430,'action started via WP Cron','2021-02-06 13:24:57','2021-02-06 05:24:57'),(82559,30430,'action complete via WP Cron','2021-02-06 13:24:57','2021-02-06 05:24:57'),(82560,30431,'action created','2021-02-06 13:24:57','2021-02-06 05:24:57'),(82561,30431,'action started via WP Cron','2021-02-06 13:26:31','2021-02-06 05:26:31'),(82562,30431,'action complete via WP Cron','2021-02-06 13:26:31','2021-02-06 05:26:31'),(82563,30432,'action created','2021-02-06 13:26:31','2021-02-06 05:26:31'),(82564,30432,'action started via WP Cron','2021-02-06 13:27:31','2021-02-06 05:27:31'),(82565,30432,'action complete via WP Cron','2021-02-06 13:27:31','2021-02-06 05:27:31'),(82566,30433,'action created','2021-02-06 13:27:31','2021-02-06 05:27:31'),(82567,30433,'action started via WP Cron','2021-02-06 13:29:33','2021-02-06 05:29:33'),(82568,30433,'action complete via WP Cron','2021-02-06 13:29:33','2021-02-06 05:29:33'),(82569,30434,'action created','2021-02-06 13:29:33','2021-02-06 05:29:33'),(82570,30434,'action started via WP Cron','2021-02-06 13:34:41','2021-02-06 05:34:41'),(82571,30434,'action complete via WP Cron','2021-02-06 13:34:41','2021-02-06 05:34:41'),(82572,30435,'action created','2021-02-06 13:44:34','2021-02-06 05:44:34'),(82573,30435,'action started via WP Cron','2021-02-06 13:44:53','2021-02-06 05:44:53'),(82574,30435,'action complete via WP Cron','2021-02-06 13:44:53','2021-02-06 05:44:53'),(82575,30436,'action created','2021-02-06 13:44:53','2021-02-06 05:44:53'),(82576,30436,'action started via WP Cron','2021-02-06 13:45:46','2021-02-06 05:45:46'),(82577,30436,'action complete via WP Cron','2021-02-06 13:45:46','2021-02-06 05:45:46'),(82578,30437,'action created','2021-02-06 13:45:47','2021-02-06 05:45:47'),(82579,30437,'action started via WP Cron','2021-02-06 13:46:40','2021-02-06 05:46:40'),(82580,30437,'action complete via WP Cron','2021-02-06 13:46:40','2021-02-06 05:46:40'),(82581,30438,'action created','2021-02-06 13:46:40','2021-02-06 05:46:40'),(82582,30438,'action started via WP Cron','2021-02-06 13:48:43','2021-02-06 05:48:43'),(82583,30438,'action complete via WP Cron','2021-02-06 13:48:43','2021-02-06 05:48:43'),(82584,30439,'action created','2021-02-06 13:48:43','2021-02-06 05:48:43'),(82585,30439,'action started via WP Cron','2021-02-06 13:49:44','2021-02-06 05:49:44'),(82586,30439,'action complete via WP Cron','2021-02-06 13:49:44','2021-02-06 05:49:44'),(82587,30440,'action created','2021-02-06 13:49:44','2021-02-06 05:49:44'),(82588,30440,'action started via WP Cron','2021-02-06 13:50:45','2021-02-06 05:50:45'),(82589,30440,'action complete via WP Cron','2021-02-06 13:50:45','2021-02-06 05:50:45'),(82590,30441,'action created','2021-02-06 14:01:20','2021-02-06 06:01:20'),(82591,30441,'action started via WP Cron','2021-02-06 14:10:26','2021-02-06 06:10:26'),(82592,30441,'action complete via WP Cron','2021-02-06 14:10:26','2021-02-06 06:10:26'),(82593,30442,'action created','2021-02-06 14:10:26','2021-02-06 06:10:26'),(82594,30442,'action started via WP Cron','2021-02-06 14:18:52','2021-02-06 06:18:52'),(82595,30442,'action complete via WP Cron','2021-02-06 14:18:52','2021-02-06 06:18:52'),(82596,30443,'action created','2021-02-06 14:18:52','2021-02-06 06:18:52'),(82597,30443,'action started via WP Cron','2021-02-06 14:19:53','2021-02-06 06:19:53'),(82598,30443,'action complete via WP Cron','2021-02-06 14:19:53','2021-02-06 06:19:53'),(82599,30444,'action created','2021-02-06 14:19:53','2021-02-06 06:19:53'),(82600,30444,'action started via WP Cron','2021-02-06 14:20:54','2021-02-06 06:20:54'),(82601,30444,'action complete via WP Cron','2021-02-06 14:20:54','2021-02-06 06:20:54'),(82602,30445,'action created','2021-02-06 14:20:54','2021-02-06 06:20:54'),(82603,30445,'action started via WP Cron','2021-02-06 14:21:55','2021-02-06 06:21:55'),(82604,30445,'action complete via WP Cron','2021-02-06 14:21:55','2021-02-06 06:21:55'),(82605,30446,'action created','2021-02-06 14:21:55','2021-02-06 06:21:55'),(82606,30446,'action started via WP Cron','2021-02-06 14:22:43','2021-02-06 06:22:43'),(82607,30446,'action complete via WP Cron','2021-02-06 14:22:43','2021-02-06 06:22:43'),(82608,30447,'action created','2021-02-06 14:22:43','2021-02-06 06:22:43'),(82609,30447,'action started via WP Cron','2021-02-06 14:23:43','2021-02-06 06:23:43'),(82610,30447,'action complete via WP Cron','2021-02-06 14:23:43','2021-02-06 06:23:43'),(82611,30448,'action created','2021-02-06 14:23:44','2021-02-06 06:23:44'),(82612,30448,'action started via WP Cron','2021-02-06 14:24:45','2021-02-06 06:24:45'),(82613,30448,'action complete via WP Cron','2021-02-06 14:24:45','2021-02-06 06:24:45'),(82614,30449,'action created','2021-02-06 14:24:45','2021-02-06 06:24:45'),(82615,30449,'action started via WP Cron','2021-02-06 14:30:18','2021-02-06 06:30:18'),(82616,30449,'action complete via WP Cron','2021-02-06 14:30:18','2021-02-06 06:30:18'),(82617,30450,'action created','2021-02-06 14:30:18','2021-02-06 06:30:18'),(82618,30450,'action started via WP Cron','2021-02-06 14:30:45','2021-02-06 06:30:45'),(82619,30450,'action complete via WP Cron','2021-02-06 14:30:45','2021-02-06 06:30:45'),(82620,30451,'action created','2021-02-06 14:30:45','2021-02-06 06:30:45'),(82621,30451,'action started via WP Cron','2021-02-06 14:34:17','2021-02-06 06:34:17'),(82622,30451,'action complete via WP Cron','2021-02-06 14:34:17','2021-02-06 06:34:17'),(82623,30452,'action created','2021-02-06 14:34:17','2021-02-06 06:34:17'),(82624,30452,'action started via WP Cron','2021-02-06 14:38:29','2021-02-06 06:38:29'),(82625,30452,'action complete via WP Cron','2021-02-06 14:38:29','2021-02-06 06:38:29'),(82626,30453,'action created','2021-02-06 14:38:29','2021-02-06 06:38:29'),(82627,30453,'action started via WP Cron','2021-02-06 14:39:35','2021-02-06 06:39:35'),(82628,30453,'action complete via WP Cron','2021-02-06 14:39:35','2021-02-06 06:39:35'),(82629,30454,'action created','2021-02-06 14:39:35','2021-02-06 06:39:35'),(82630,30454,'action started via WP Cron','2021-02-06 14:40:36','2021-02-06 06:40:36'),(82631,30454,'action complete via WP Cron','2021-02-06 14:40:36','2021-02-06 06:40:36'),(82632,30455,'action created','2021-02-06 14:40:36','2021-02-06 06:40:36'),(82633,30455,'action started via WP Cron','2021-02-06 14:41:55','2021-02-06 06:41:55'),(82634,30455,'action complete via WP Cron','2021-02-06 14:41:55','2021-02-06 06:41:55'),(82635,30456,'action created','2021-02-06 14:41:55','2021-02-06 06:41:55'),(82636,30456,'action started via WP Cron','2021-02-06 14:43:39','2021-02-06 06:43:39'),(82637,30456,'action complete via WP Cron','2021-02-06 14:43:39','2021-02-06 06:43:39'),(82638,30457,'action created','2021-02-06 14:43:39','2021-02-06 06:43:39'),(82639,30457,'action started via WP Cron','2021-02-06 14:44:40','2021-02-06 06:44:40'),(82640,30457,'action complete via WP Cron','2021-02-06 14:44:40','2021-02-06 06:44:40'),(82641,30458,'action created','2021-02-06 14:44:40','2021-02-06 06:44:40'),(82642,30458,'action started via WP Cron','2021-02-06 14:45:58','2021-02-06 06:45:58'),(82643,30458,'action complete via WP Cron','2021-02-06 14:45:58','2021-02-06 06:45:58'),(82644,30459,'action created','2021-02-06 14:45:58','2021-02-06 06:45:58'),(82645,30459,'action started via WP Cron','2021-02-06 14:50:50','2021-02-06 06:50:50'),(82646,30459,'action complete via WP Cron','2021-02-06 14:50:50','2021-02-06 06:50:50'),(82647,30460,'action created','2021-02-06 14:50:51','2021-02-06 06:50:51'),(82648,30460,'action started via WP Cron','2021-02-06 14:51:45','2021-02-06 06:51:45'),(82649,30460,'action complete via WP Cron','2021-02-06 14:51:45','2021-02-06 06:51:45'),(82650,30461,'action created','2021-02-06 14:51:45','2021-02-06 06:51:45'),(82651,30461,'action started via WP Cron','2021-02-06 14:52:46','2021-02-06 06:52:46'),(82652,30461,'action complete via WP Cron','2021-02-06 14:52:46','2021-02-06 06:52:46'),(82653,30462,'action created','2021-02-06 14:52:46','2021-02-06 06:52:46'),(82654,30462,'action started via WP Cron','2021-02-06 14:53:44','2021-02-06 06:53:44'),(82655,30462,'action complete via WP Cron','2021-02-06 14:53:44','2021-02-06 06:53:44'),(82656,30463,'action created','2021-02-06 14:53:44','2021-02-06 06:53:44'),(82657,30463,'action started via WP Cron','2021-02-06 14:54:43','2021-02-06 06:54:43'),(82658,30463,'action complete via WP Cron','2021-02-06 14:54:43','2021-02-06 06:54:43'),(82659,30464,'action created','2021-02-06 14:54:43','2021-02-06 06:54:43'),(82660,30464,'action started via WP Cron','2021-02-06 14:55:50','2021-02-06 06:55:50'),(82661,30464,'action complete via WP Cron','2021-02-06 14:55:50','2021-02-06 06:55:50'),(82662,30465,'action created','2021-02-06 14:55:50','2021-02-06 06:55:50'),(82663,30465,'action started via WP Cron','2021-02-06 14:57:22','2021-02-06 06:57:22'),(82664,30465,'action complete via WP Cron','2021-02-06 14:57:22','2021-02-06 06:57:22'),(82665,30466,'action created','2021-02-06 14:57:22','2021-02-06 06:57:22'),(82666,30466,'action started via WP Cron','2021-02-06 14:57:42','2021-02-06 06:57:42'),(82667,30466,'action complete via WP Cron','2021-02-06 14:57:42','2021-02-06 06:57:42'),(82668,30467,'action created','2021-02-06 14:57:42','2021-02-06 06:57:42'),(82669,30467,'action started via WP Cron','2021-02-06 14:58:49','2021-02-06 06:58:49'),(82670,30467,'action complete via WP Cron','2021-02-06 14:58:49','2021-02-06 06:58:49'),(82671,30468,'action created','2021-02-06 14:58:49','2021-02-06 06:58:49'),(82672,30468,'action started via WP Cron','2021-02-06 14:59:51','2021-02-06 06:59:51'),(82673,30468,'action complete via WP Cron','2021-02-06 14:59:51','2021-02-06 06:59:51'),(82674,30469,'action created','2021-02-06 14:59:52','2021-02-06 06:59:52'),(82675,30469,'action started via WP Cron','2021-02-06 15:02:30','2021-02-06 07:02:30'),(82676,30469,'action complete via WP Cron','2021-02-06 15:02:30','2021-02-06 07:02:30'),(82677,30470,'action created','2021-02-06 15:02:30','2021-02-06 07:02:30'),(82678,30470,'action started via WP Cron','2021-02-06 15:10:30','2021-02-06 07:10:30'),(82679,30470,'action complete via WP Cron','2021-02-06 15:10:30','2021-02-06 07:10:30'),(82680,30471,'action created','2021-02-06 15:10:30','2021-02-06 07:10:30'),(82681,30471,'action started via WP Cron','2021-02-06 15:14:17','2021-02-06 07:14:17'),(82682,30471,'action complete via WP Cron','2021-02-06 15:14:17','2021-02-06 07:14:17'),(82683,30472,'action created','2021-02-06 15:14:18','2021-02-06 07:14:18'),(82684,30472,'action started via WP Cron','2021-02-06 15:16:18','2021-02-06 07:16:18'),(82685,30472,'action complete via WP Cron','2021-02-06 15:16:18','2021-02-06 07:16:18'),(82686,30473,'action created','2021-02-06 15:16:18','2021-02-06 07:16:18'),(82687,30473,'action started via WP Cron','2021-02-06 15:16:45','2021-02-06 07:16:45'),(82688,30473,'action complete via WP Cron','2021-02-06 15:16:45','2021-02-06 07:16:45'),(82689,30474,'action created','2021-02-06 15:16:45','2021-02-06 07:16:45'),(82690,30474,'action started via WP Cron','2021-02-06 15:18:48','2021-02-06 07:18:48'),(82691,30474,'action complete via WP Cron','2021-02-06 15:18:48','2021-02-06 07:18:48'),(82692,30475,'action created','2021-02-06 15:18:48','2021-02-06 07:18:48'),(82693,30475,'action started via WP Cron','2021-02-06 15:34:18','2021-02-06 07:34:18'),(82694,30475,'action complete via WP Cron','2021-02-06 15:34:18','2021-02-06 07:34:18'),(82695,30476,'action created','2021-02-06 15:34:18','2021-02-06 07:34:18'),(82696,30476,'action started via WP Cron','2021-02-06 15:38:26','2021-02-06 07:38:26'),(82697,30476,'action complete via WP Cron','2021-02-06 15:38:26','2021-02-06 07:38:26'),(82698,30477,'action created','2021-02-06 15:38:27','2021-02-06 07:38:27'),(82699,30477,'action started via WP Cron','2021-02-06 15:41:45','2021-02-06 07:41:45'),(82700,30477,'action complete via WP Cron','2021-02-06 15:41:45','2021-02-06 07:41:45'),(82701,30478,'action created','2021-02-06 15:41:45','2021-02-06 07:41:45'),(82702,30478,'action started via WP Cron','2021-02-06 15:45:59','2021-02-06 07:45:59'),(82703,30478,'action complete via WP Cron','2021-02-06 15:45:59','2021-02-06 07:45:59'),(82704,30479,'action created','2021-02-06 15:45:59','2021-02-06 07:45:59'),(82705,30479,'action started via WP Cron','2021-02-06 15:49:24','2021-02-06 07:49:24'),(82706,30479,'action complete via WP Cron','2021-02-06 15:49:24','2021-02-06 07:49:24'),(82707,30480,'action created','2021-02-06 15:49:24','2021-02-06 07:49:24'),(82708,30480,'action started via WP Cron','2021-02-06 15:52:52','2021-02-06 07:52:52'),(82709,30480,'action complete via WP Cron','2021-02-06 15:52:52','2021-02-06 07:52:52'),(82710,30481,'action created','2021-02-06 15:52:52','2021-02-06 07:52:52'),(82711,30481,'action started via WP Cron','2021-02-06 15:53:46','2021-02-06 07:53:46'),(82712,30481,'action complete via WP Cron','2021-02-06 15:53:46','2021-02-06 07:53:46'),(82713,30482,'action created','2021-02-06 15:53:46','2021-02-06 07:53:46'),(82714,30482,'action started via WP Cron','2021-02-06 15:54:47','2021-02-06 07:54:47'),(82715,30482,'action complete via WP Cron','2021-02-06 15:54:47','2021-02-06 07:54:47'),(82716,30483,'action created','2021-02-06 15:54:47','2021-02-06 07:54:47'),(82717,30483,'action started via WP Cron','2021-02-06 15:55:48','2021-02-06 07:55:48'),(82718,30483,'action complete via WP Cron','2021-02-06 15:55:48','2021-02-06 07:55:48'),(82719,30484,'action created','2021-02-06 15:55:48','2021-02-06 07:55:48'),(82720,30484,'action started via WP Cron','2021-02-06 15:56:49','2021-02-06 07:56:49'),(82721,30484,'action complete via WP Cron','2021-02-06 15:56:49','2021-02-06 07:56:49'),(82722,30485,'action created','2021-02-06 15:56:49','2021-02-06 07:56:49'),(82723,30485,'action started via WP Cron','2021-02-06 15:57:59','2021-02-06 07:57:59'),(82724,30485,'action complete via WP Cron','2021-02-06 15:57:59','2021-02-06 07:57:59'),(82725,30486,'action created','2021-02-06 15:57:59','2021-02-06 07:57:59'),(82726,30486,'action started via WP Cron','2021-02-06 15:59:12','2021-02-06 07:59:12'),(82727,30486,'action complete via WP Cron','2021-02-06 15:59:12','2021-02-06 07:59:12'),(82728,30487,'action created','2021-02-06 15:59:12','2021-02-06 07:59:12'),(82729,30487,'action started via WP Cron','2021-02-06 16:01:11','2021-02-06 08:01:11'),(82730,30487,'action complete via WP Cron','2021-02-06 16:01:11','2021-02-06 08:01:11'),(82731,30488,'action created','2021-02-06 16:01:11','2021-02-06 08:01:11'),(82732,30488,'action started via WP Cron','2021-02-06 16:01:53','2021-02-06 08:01:53'),(82733,30488,'action complete via WP Cron','2021-02-06 16:01:53','2021-02-06 08:01:53'),(82734,30489,'action created','2021-02-06 16:01:54','2021-02-06 08:01:54'),(82735,30489,'action started via WP Cron','2021-02-06 16:02:55','2021-02-06 08:02:55'),(82736,30489,'action complete via WP Cron','2021-02-06 16:02:55','2021-02-06 08:02:55'),(82737,30490,'action created','2021-02-06 16:02:55','2021-02-06 08:02:55'),(82738,30490,'action started via WP Cron','2021-02-06 16:04:06','2021-02-06 08:04:06'),(82739,30490,'action complete via WP Cron','2021-02-06 16:04:06','2021-02-06 08:04:06'),(82740,30491,'action created','2021-02-06 16:04:06','2021-02-06 08:04:06'),(82741,30491,'action started via WP Cron','2021-02-06 16:05:21','2021-02-06 08:05:21'),(82742,30491,'action complete via WP Cron','2021-02-06 16:05:21','2021-02-06 08:05:21'),(82743,30492,'action created','2021-02-06 16:05:21','2021-02-06 08:05:21'),(82744,30492,'action started via WP Cron','2021-02-06 16:06:21','2021-02-06 08:06:21'),(82745,30492,'action complete via WP Cron','2021-02-06 16:06:21','2021-02-06 08:06:21'),(82746,30493,'action created','2021-02-06 16:06:22','2021-02-06 08:06:22'),(82747,30493,'action started via WP Cron','2021-02-06 16:07:22','2021-02-06 08:07:22'),(82748,30493,'action complete via WP Cron','2021-02-06 16:07:22','2021-02-06 08:07:22'),(82749,30494,'action created','2021-02-06 16:07:22','2021-02-06 08:07:22'),(82750,30494,'action started via WP Cron','2021-02-06 16:09:29','2021-02-06 08:09:29'),(82751,30494,'action complete via WP Cron','2021-02-06 16:09:29','2021-02-06 08:09:29'),(82752,30495,'action created','2021-02-06 16:09:29','2021-02-06 08:09:29'),(82753,30495,'action started via WP Cron','2021-02-06 16:11:28','2021-02-06 08:11:28'),(82754,30495,'action complete via WP Cron','2021-02-06 16:11:28','2021-02-06 08:11:28'),(82755,30496,'action created','2021-02-06 16:11:29','2021-02-06 08:11:29'),(82756,30496,'action started via WP Cron','2021-02-06 16:19:16','2021-02-06 08:19:16'),(82757,30496,'action complete via WP Cron','2021-02-06 16:19:16','2021-02-06 08:19:16'),(82758,30497,'action created','2021-02-06 16:19:16','2021-02-06 08:19:16'),(82759,30497,'action started via WP Cron','2021-02-06 16:28:35','2021-02-06 08:28:35'),(82760,30497,'action complete via WP Cron','2021-02-06 16:28:35','2021-02-06 08:28:35'),(82761,30498,'action created','2021-02-06 16:28:35','2021-02-06 08:28:35'),(82762,30498,'action started via WP Cron','2021-02-06 16:30:15','2021-02-06 08:30:15'),(82763,30498,'action complete via WP Cron','2021-02-06 16:30:15','2021-02-06 08:30:15'),(82764,30499,'action created','2021-02-06 16:30:15','2021-02-06 08:30:15'),(82765,30499,'action started via WP Cron','2021-02-06 16:35:27','2021-02-06 08:35:27'),(82766,30499,'action complete via WP Cron','2021-02-06 16:35:27','2021-02-06 08:35:27'),(82767,30500,'action created','2021-02-06 16:35:27','2021-02-06 08:35:27'),(82768,30500,'action started via WP Cron','2021-02-06 16:36:14','2021-02-06 08:36:14'),(82769,30500,'action complete via WP Cron','2021-02-06 16:36:14','2021-02-06 08:36:14'),(82770,30501,'action created','2021-02-06 16:36:14','2021-02-06 08:36:14'),(82771,30501,'action started via WP Cron','2021-02-06 16:40:41','2021-02-06 08:40:41'),(82772,30501,'action complete via WP Cron','2021-02-06 16:40:41','2021-02-06 08:40:41'),(82773,30502,'action created','2021-02-06 16:40:41','2021-02-06 08:40:41'),(82774,30502,'action started via WP Cron','2021-02-06 16:43:47','2021-02-06 08:43:47'),(82775,30502,'action complete via WP Cron','2021-02-06 16:43:47','2021-02-06 08:43:47'),(82776,30503,'action created','2021-02-06 16:43:48','2021-02-06 08:43:48'),(82777,30503,'action started via WP Cron','2021-02-06 16:45:43','2021-02-06 08:45:43'),(82778,30503,'action complete via WP Cron','2021-02-06 16:45:43','2021-02-06 08:45:43'),(82779,30504,'action created','2021-02-06 16:45:43','2021-02-06 08:45:43'),(82780,30504,'action started via WP Cron','2021-02-06 16:53:01','2021-02-06 08:53:01'),(82781,30504,'action complete via WP Cron','2021-02-06 16:53:01','2021-02-06 08:53:01'),(82782,30505,'action created','2021-02-06 16:53:01','2021-02-06 08:53:01'),(82783,30505,'action started via WP Cron','2021-02-06 16:54:09','2021-02-06 08:54:09'),(82784,30505,'action complete via WP Cron','2021-02-06 16:54:09','2021-02-06 08:54:09'),(82785,30506,'action created','2021-02-06 16:54:09','2021-02-06 08:54:09'),(82786,30506,'action started via WP Cron','2021-02-06 16:55:10','2021-02-06 08:55:10'),(82787,30506,'action complete via WP Cron','2021-02-06 16:55:10','2021-02-06 08:55:10'),(82788,30507,'action created','2021-02-06 16:55:10','2021-02-06 08:55:10'),(82789,30507,'action started via WP Cron','2021-02-06 16:56:11','2021-02-06 08:56:11'),(82790,30507,'action complete via WP Cron','2021-02-06 16:56:11','2021-02-06 08:56:11'),(82791,30508,'action created','2021-02-06 16:56:11','2021-02-06 08:56:11'),(82792,30508,'action started via WP Cron','2021-02-06 16:57:12','2021-02-06 08:57:12'),(82793,30508,'action complete via WP Cron','2021-02-06 16:57:12','2021-02-06 08:57:12'),(82794,30509,'action created','2021-02-06 16:57:12','2021-02-06 08:57:12'),(82795,30509,'action started via WP Cron','2021-02-06 16:58:05','2021-02-06 08:58:05'),(82796,30509,'action complete via WP Cron','2021-02-06 16:58:05','2021-02-06 08:58:05'),(82797,30510,'action created','2021-02-06 16:58:05','2021-02-06 08:58:05'),(82798,30510,'action started via WP Cron','2021-02-06 16:59:06','2021-02-06 08:59:06'),(82799,30510,'action complete via WP Cron','2021-02-06 16:59:06','2021-02-06 08:59:06'),(82800,30511,'action created','2021-02-06 16:59:06','2021-02-06 08:59:06'),(82801,30511,'action started via WP Cron','2021-02-06 17:00:05','2021-02-06 09:00:05'),(82802,30511,'action complete via WP Cron','2021-02-06 17:00:05','2021-02-06 09:00:05'),(82803,30512,'action created','2021-02-06 17:00:06','2021-02-06 09:00:06'),(82804,30512,'action started via WP Cron','2021-02-06 17:02:54','2021-02-06 09:02:54'),(82805,30512,'action complete via WP Cron','2021-02-06 17:02:54','2021-02-06 09:02:54'),(82806,30513,'action created','2021-02-06 17:02:54','2021-02-06 09:02:54'),(82807,30513,'action started via WP Cron','2021-02-06 17:04:24','2021-02-06 09:04:24'),(82808,30513,'action complete via WP Cron','2021-02-06 17:04:24','2021-02-06 09:04:24'),(82809,30514,'action created','2021-02-06 17:04:25','2021-02-06 09:04:25'),(82810,30514,'action started via WP Cron','2021-02-06 17:05:07','2021-02-06 09:05:07'),(82811,30514,'action complete via WP Cron','2021-02-06 17:05:07','2021-02-06 09:05:07'),(82812,30515,'action created','2021-02-06 17:05:07','2021-02-06 09:05:07'),(82813,30515,'action started via WP Cron','2021-02-06 17:06:08','2021-02-06 09:06:08'),(82814,30515,'action complete via WP Cron','2021-02-06 17:06:08','2021-02-06 09:06:08'),(82815,30516,'action created','2021-02-06 17:06:08','2021-02-06 09:06:08'),(82816,30516,'action started via WP Cron','2021-02-06 17:07:09','2021-02-06 09:07:09'),(82817,30516,'action complete via WP Cron','2021-02-06 17:07:09','2021-02-06 09:07:09'),(82818,30517,'action created','2021-02-06 17:07:09','2021-02-06 09:07:09'),(82819,30517,'action started via WP Cron','2021-02-06 17:07:58','2021-02-06 09:07:58'),(82820,30517,'action complete via WP Cron','2021-02-06 17:07:58','2021-02-06 09:07:58'),(82821,30518,'action created','2021-02-06 17:07:58','2021-02-06 09:07:58'),(82822,30518,'action started via WP Cron','2021-02-06 17:08:58','2021-02-06 09:08:58'),(82823,30518,'action complete via WP Cron','2021-02-06 17:08:58','2021-02-06 09:08:58'),(82824,30519,'action created','2021-02-06 17:08:58','2021-02-06 09:08:58'),(82825,30519,'action started via WP Cron','2021-02-06 17:09:59','2021-02-06 09:09:59'),(82826,30519,'action complete via WP Cron','2021-02-06 17:09:59','2021-02-06 09:09:59'),(82827,30520,'action created','2021-02-06 17:09:59','2021-02-06 09:09:59'),(82828,30520,'action started via WP Cron','2021-02-06 17:11:00','2021-02-06 09:11:00'),(82829,30520,'action complete via WP Cron','2021-02-06 17:11:00','2021-02-06 09:11:00'),(82830,30521,'action created','2021-02-06 17:11:00','2021-02-06 09:11:00'),(82831,30521,'action started via WP Cron','2021-02-06 17:21:50','2021-02-06 09:21:50'),(82832,30521,'action complete via WP Cron','2021-02-06 17:21:50','2021-02-06 09:21:50'),(82833,30522,'action created','2021-02-06 17:21:50','2021-02-06 09:21:50'),(82834,30522,'action started via WP Cron','2021-02-06 17:24:20','2021-02-06 09:24:20'),(82835,30522,'action complete via WP Cron','2021-02-06 17:24:20','2021-02-06 09:24:20'),(82836,30523,'action created','2021-02-06 17:24:20','2021-02-06 09:24:20'),(82837,30523,'action started via WP Cron','2021-02-06 17:32:09','2021-02-06 09:32:09'),(82838,30523,'action complete via WP Cron','2021-02-06 17:32:09','2021-02-06 09:32:09'),(82839,30524,'action created','2021-02-06 17:32:09','2021-02-06 09:32:09'),(82840,30524,'action started via WP Cron','2021-02-06 17:32:56','2021-02-06 09:32:56'),(82841,30524,'action complete via WP Cron','2021-02-06 17:32:56','2021-02-06 09:32:56'),(82842,30525,'action created','2021-02-06 17:32:56','2021-02-06 09:32:56'),(82843,30525,'action started via WP Cron','2021-02-06 17:34:53','2021-02-06 09:34:53'),(82844,30525,'action complete via WP Cron','2021-02-06 17:34:53','2021-02-06 09:34:53'),(82845,30526,'action created','2021-02-06 17:34:53','2021-02-06 09:34:53'),(82846,30526,'action started via WP Cron','2021-02-06 17:36:22','2021-02-06 09:36:22'),(82847,30526,'action complete via WP Cron','2021-02-06 17:36:22','2021-02-06 09:36:22'),(82848,30527,'action created','2021-02-06 17:54:48','2021-02-06 09:54:48'),(82855,30529,'action started via WP Cron','2021-02-06 18:01:06','2021-02-06 10:01:06'),(82856,30529,'action complete via WP Cron','2021-02-06 18:01:06','2021-02-06 10:01:06'),(82857,30530,'action created','2021-02-06 18:01:06','2021-02-06 10:01:06'),(82858,30530,'action started via WP Cron','2021-02-06 18:02:07','2021-02-06 10:02:07'),(82859,30530,'action complete via WP Cron','2021-02-06 18:02:07','2021-02-06 10:02:07'),(82860,30531,'action created','2021-02-06 18:02:07','2021-02-06 10:02:07'),(82861,30531,'action started via WP Cron','2021-02-06 18:03:08','2021-02-06 10:03:08'),(82862,30531,'action complete via WP Cron','2021-02-06 18:03:08','2021-02-06 10:03:08'),(82863,30532,'action created','2021-02-06 18:03:08','2021-02-06 10:03:08'),(82864,30532,'action started via WP Cron','2021-02-06 18:04:49','2021-02-06 10:04:49'),(82865,30532,'action complete via WP Cron','2021-02-06 18:04:49','2021-02-06 10:04:49'),(82866,30533,'action created','2021-02-06 18:04:49','2021-02-06 10:04:49'),(82867,30533,'action started via WP Cron','2021-02-06 18:08:34','2021-02-06 10:08:34'),(82868,30533,'action complete via WP Cron','2021-02-06 18:08:34','2021-02-06 10:08:34'),(82869,30534,'action created','2021-02-06 18:08:34','2021-02-06 10:08:34'),(82870,30534,'action started via WP Cron','2021-02-06 18:09:13','2021-02-06 10:09:13'),(82871,30534,'action complete via WP Cron','2021-02-06 18:09:13','2021-02-06 10:09:13'),(82872,30535,'action created','2021-02-06 18:09:14','2021-02-06 10:09:14'),(82873,30535,'action started via WP Cron','2021-02-06 18:10:11','2021-02-06 10:10:11'),(82874,30535,'action complete via WP Cron','2021-02-06 18:10:11','2021-02-06 10:10:11'),(82875,30536,'action created','2021-02-06 18:10:12','2021-02-06 10:10:12'),(82876,30536,'action started via WP Cron','2021-02-06 18:11:12','2021-02-06 10:11:12'),(82877,30536,'action complete via WP Cron','2021-02-06 18:11:12','2021-02-06 10:11:12'),(82878,30537,'action created','2021-02-06 18:11:13','2021-02-06 10:11:13'),(82879,30537,'action started via WP Cron','2021-02-06 18:12:17','2021-02-06 10:12:17'),(82880,30537,'action complete via WP Cron','2021-02-06 18:12:17','2021-02-06 10:12:17'),(82884,30539,'action created','2021-02-06 18:15:17','2021-02-06 10:15:17'),(82885,30539,'action started via WP Cron','2021-02-06 18:19:12','2021-02-06 10:19:12'),(82886,30539,'action complete via WP Cron','2021-02-06 18:19:12','2021-02-06 10:19:12'),(82887,30540,'action created','2021-02-06 18:19:12','2021-02-06 10:19:12'),(82888,30540,'action started via WP Cron','2021-02-06 18:19:55','2021-02-06 10:19:55'),(82889,30540,'action complete via WP Cron','2021-02-06 18:19:55','2021-02-06 10:19:55'),(82890,30541,'action created','2021-02-06 18:19:56','2021-02-06 10:19:56'),(82897,30543,'action started via WP Cron','2021-02-06 18:28:07','2021-02-06 10:28:07'),(82898,30543,'action complete via WP Cron','2021-02-06 18:28:07','2021-02-06 10:28:07'),(82899,30544,'action created','2021-02-06 18:28:07','2021-02-06 10:28:07'),(82900,30544,'action started via WP Cron','2021-02-06 18:36:25','2021-02-06 10:36:25'),(82901,30544,'action complete via WP Cron','2021-02-06 18:36:25','2021-02-06 10:36:25'),(82902,30545,'action created','2021-02-06 18:36:25','2021-02-06 10:36:25'),(82903,30545,'action started via WP Cron','2021-02-06 18:37:19','2021-02-06 10:37:19'),(82904,30545,'action complete via WP Cron','2021-02-06 18:37:19','2021-02-06 10:37:19'),(82905,30546,'action created','2021-02-06 18:37:19','2021-02-06 10:37:19'),(82906,30546,'action started via WP Cron','2021-02-06 18:38:20','2021-02-06 10:38:20'),(82907,30546,'action complete via WP Cron','2021-02-06 18:38:20','2021-02-06 10:38:20'),(82908,30547,'action created','2021-02-06 18:38:20','2021-02-06 10:38:20'),(82909,30547,'action started via WP Cron','2021-02-06 18:40:22','2021-02-06 10:40:22'),(82910,30547,'action complete via WP Cron','2021-02-06 18:40:22','2021-02-06 10:40:22'),(82911,30548,'action created','2021-02-06 18:40:22','2021-02-06 10:40:22'),(82912,30548,'action started via WP Cron','2021-02-06 18:41:23','2021-02-06 10:41:23'),(82913,30548,'action complete via WP Cron','2021-02-06 18:41:23','2021-02-06 10:41:23'),(82914,30549,'action created','2021-02-06 18:41:23','2021-02-06 10:41:23'),(82915,30549,'action started via WP Cron','2021-02-06 18:42:24','2021-02-06 10:42:24'),(82916,30549,'action complete via WP Cron','2021-02-06 18:42:24','2021-02-06 10:42:24'),(82917,30550,'action created','2021-02-06 18:42:24','2021-02-06 10:42:24'),(82918,30550,'action started via WP Cron','2021-02-06 18:47:28','2021-02-06 10:47:28'),(82919,30550,'action complete via WP Cron','2021-02-06 18:47:28','2021-02-06 10:47:28'),(82920,30551,'action created','2021-02-06 18:47:29','2021-02-06 10:47:29'),(82921,30551,'action started via WP Cron','2021-02-06 19:00:27','2021-02-06 11:00:27'),(82922,30551,'action complete via WP Cron','2021-02-06 19:00:27','2021-02-06 11:00:27'),(82923,30552,'action created','2021-02-06 19:00:27','2021-02-06 11:00:27'),(82924,30552,'action started via WP Cron','2021-02-06 19:03:16','2021-02-06 11:03:16'),(82925,30552,'action complete via WP Cron','2021-02-06 19:03:16','2021-02-06 11:03:16'),(82926,30553,'action created','2021-02-06 19:03:16','2021-02-06 11:03:16'),(82927,30553,'action started via WP Cron','2021-02-06 19:04:11','2021-02-06 11:04:11'),(82928,30553,'action complete via WP Cron','2021-02-06 19:04:11','2021-02-06 11:04:11'),(82929,30554,'action created','2021-02-06 19:04:11','2021-02-06 11:04:11'),(82930,30554,'action started via WP Cron','2021-02-06 19:05:10','2021-02-06 11:05:10'),(82931,30554,'action complete via WP Cron','2021-02-06 19:05:10','2021-02-06 11:05:10'),(82932,30555,'action created','2021-02-06 19:05:10','2021-02-06 11:05:10'),(82933,30555,'action started via WP Cron','2021-02-06 19:05:44','2021-02-06 11:05:44'),(82934,30555,'action complete via WP Cron','2021-02-06 19:05:44','2021-02-06 11:05:44'),(82935,30556,'action created','2021-02-06 19:06:10','2021-02-06 11:06:10'),(82936,30556,'action started via WP Cron','2021-02-06 19:07:13','2021-02-06 11:07:13'),(82937,30556,'action complete via WP Cron','2021-02-06 19:07:13','2021-02-06 11:07:13'),(82938,30557,'action created','2021-02-06 19:07:13','2021-02-06 11:07:13'),(82939,30557,'action started via WP Cron','2021-02-06 19:08:14','2021-02-06 11:08:14'),(82940,30557,'action complete via WP Cron','2021-02-06 19:08:14','2021-02-06 11:08:14'),(82941,30558,'action created','2021-02-06 19:08:14','2021-02-06 11:08:14'),(82942,30558,'action started via WP Cron','2021-02-06 19:08:41','2021-02-06 11:08:41'),(82943,30558,'action complete via WP Cron','2021-02-06 19:08:41','2021-02-06 11:08:41'),(82944,30559,'action created','2021-02-06 19:08:41','2021-02-06 11:08:41'),(82945,30559,'action started via WP Cron','2021-02-06 19:10:18','2021-02-06 11:10:18'),(82946,30559,'action complete via WP Cron','2021-02-06 19:10:18','2021-02-06 11:10:18'),(82947,30560,'action created','2021-02-06 19:10:19','2021-02-06 11:10:19'),(82948,30560,'action started via WP Cron','2021-02-06 19:13:32','2021-02-06 11:13:32'),(82949,30560,'action complete via WP Cron','2021-02-06 19:13:32','2021-02-06 11:13:32'),(82950,30561,'action created','2021-02-06 19:13:32','2021-02-06 11:13:32'),(82954,30562,'action started via WP Cron','2021-02-06 19:33:56','2021-02-06 11:33:56'),(82955,30562,'action complete via WP Cron','2021-02-06 19:33:56','2021-02-06 11:33:56'),(82956,30563,'action created','2021-02-06 19:33:56','2021-02-06 11:33:56'),(82963,30565,'action started via WP Cron','2021-02-06 19:43:25','2021-02-06 11:43:25'),(82964,30565,'action complete via WP Cron','2021-02-06 19:43:25','2021-02-06 11:43:25'),(82965,30566,'action created','2021-02-06 19:43:25','2021-02-06 11:43:25'),(82966,30566,'action started via WP Cron','2021-02-06 19:44:26','2021-02-06 11:44:26'),(82967,30566,'action complete via WP Cron','2021-02-06 19:44:26','2021-02-06 11:44:26'),(82968,30567,'action created','2021-02-06 19:44:26','2021-02-06 11:44:26'),(82969,30567,'action started via WP Cron','2021-02-06 19:45:27','2021-02-06 11:45:27'),(82970,30567,'action complete via WP Cron','2021-02-06 19:45:27','2021-02-06 11:45:27'),(82971,30568,'action created','2021-02-06 19:45:27','2021-02-06 11:45:27'),(82972,30568,'action started via WP Cron','2021-02-06 19:49:14','2021-02-06 11:49:14'),(82973,30568,'action complete via WP Cron','2021-02-06 19:49:14','2021-02-06 11:49:14'),(82974,30569,'action created','2021-02-06 19:49:15','2021-02-06 11:49:15'),(82975,30569,'action started via WP Cron','2021-02-06 19:51:19','2021-02-06 11:51:19'),(82976,30569,'action complete via WP Cron','2021-02-06 19:51:19','2021-02-06 11:51:19'),(82977,30570,'action created','2021-02-06 19:51:19','2021-02-06 11:51:19'),(82978,30570,'action started via WP Cron','2021-02-06 19:52:08','2021-02-06 11:52:08'),(82979,30570,'action complete via WP Cron','2021-02-06 19:52:08','2021-02-06 11:52:08'),(82980,30571,'action created','2021-02-06 19:52:08','2021-02-06 11:52:08'),(82981,30571,'action started via WP Cron','2021-02-06 19:56:12','2021-02-06 11:56:12'),(82982,30571,'action complete via WP Cron','2021-02-06 19:56:12','2021-02-06 11:56:12'),(82983,30572,'action created','2021-02-06 19:56:12','2021-02-06 11:56:12'),(82984,30572,'action started via WP Cron','2021-02-06 20:00:13','2021-02-06 12:00:13'),(82985,30572,'action complete via WP Cron','2021-02-06 20:00:13','2021-02-06 12:00:13'),(82986,30573,'action created','2021-02-06 20:00:13','2021-02-06 12:00:13'),(82987,30573,'action started via WP Cron','2021-02-06 20:04:10','2021-02-06 12:04:10'),(82988,30573,'action complete via WP Cron','2021-02-06 20:04:10','2021-02-06 12:04:10'),(82989,30574,'action created','2021-02-06 20:04:10','2021-02-06 12:04:10'),(82990,30574,'action started via WP Cron','2021-02-06 20:05:14','2021-02-06 12:05:14'),(82991,30574,'action complete via WP Cron','2021-02-06 20:05:14','2021-02-06 12:05:14'),(82992,30575,'action created','2021-02-06 20:05:14','2021-02-06 12:05:14'),(82993,30575,'action started via WP Cron','2021-02-06 20:07:13','2021-02-06 12:07:13'),(82994,30575,'action complete via WP Cron','2021-02-06 20:07:13','2021-02-06 12:07:13'),(82995,30576,'action created','2021-02-06 20:07:13','2021-02-06 12:07:13'),(82996,30576,'action started via WP Cron','2021-02-06 20:08:20','2021-02-06 12:08:20'),(82997,30576,'action complete via WP Cron','2021-02-06 20:08:20','2021-02-06 12:08:20'),(82998,30577,'action created','2021-02-06 20:08:20','2021-02-06 12:08:20'),(82999,30577,'action started via WP Cron','2021-02-06 20:09:21','2021-02-06 12:09:21'),(83000,30577,'action complete via WP Cron','2021-02-06 20:09:21','2021-02-06 12:09:21'),(83001,30578,'action created','2021-02-06 20:09:21','2021-02-06 12:09:21'),(83002,30578,'action started via WP Cron','2021-02-06 20:09:59','2021-02-06 12:09:59'),(83003,30578,'action complete via WP Cron','2021-02-06 20:09:59','2021-02-06 12:09:59'),(83004,30579,'action created','2021-02-06 20:09:59','2021-02-06 12:09:59'),(83005,30579,'action started via WP Cron','2021-02-06 20:16:24','2021-02-06 12:16:24'),(83006,30579,'action complete via WP Cron','2021-02-06 20:16:24','2021-02-06 12:16:24'),(83007,30580,'action created','2021-02-06 20:16:24','2021-02-06 12:16:24'),(83008,30580,'action started via WP Cron','2021-02-06 20:17:23','2021-02-06 12:17:23'),(83009,30580,'action complete via WP Cron','2021-02-06 20:17:23','2021-02-06 12:17:23'),(83010,30581,'action created','2021-02-06 20:17:23','2021-02-06 12:17:23'),(83011,30581,'action started via WP Cron','2021-02-06 20:18:17','2021-02-06 12:18:17'),(83012,30581,'action complete via WP Cron','2021-02-06 20:18:17','2021-02-06 12:18:17'),(83013,30582,'action created','2021-02-06 20:18:17','2021-02-06 12:18:17'),(83014,30582,'action started via WP Cron','2021-02-06 20:19:47','2021-02-06 12:19:47'),(83015,30582,'action complete via WP Cron','2021-02-06 20:19:47','2021-02-06 12:19:47'),(83016,30583,'action created','2021-02-06 20:19:48','2021-02-06 12:19:48'),(83017,30583,'action started via WP Cron','2021-02-06 20:29:41','2021-02-06 12:29:41'),(83018,30583,'action complete via WP Cron','2021-02-06 20:29:41','2021-02-06 12:29:41'),(83019,30584,'action created','2021-02-06 20:29:42','2021-02-06 12:29:42'),(83020,30584,'action started via WP Cron','2021-02-06 20:30:42','2021-02-06 12:30:42'),(83021,30584,'action complete via WP Cron','2021-02-06 20:30:42','2021-02-06 12:30:42'),(83022,30585,'action created','2021-02-06 20:30:43','2021-02-06 12:30:43'),(83023,30585,'action started via WP Cron','2021-02-06 20:34:09','2021-02-06 12:34:09'),(83024,30585,'action complete via WP Cron','2021-02-06 20:34:09','2021-02-06 12:34:09'),(83025,30586,'action created','2021-02-06 20:34:09','2021-02-06 12:34:09'),(83026,30586,'action started via WP Cron','2021-02-06 20:36:40','2021-02-06 12:36:40'),(83027,30586,'action complete via WP Cron','2021-02-06 20:36:40','2021-02-06 12:36:40'),(83028,30587,'action created','2021-02-06 20:36:40','2021-02-06 12:36:40'),(83029,30587,'action started via WP Cron','2021-02-06 20:38:03','2021-02-06 12:38:03'),(83030,30587,'action complete via WP Cron','2021-02-06 20:38:03','2021-02-06 12:38:03'),(83031,30588,'action created','2021-02-06 20:38:04','2021-02-06 12:38:04'),(83032,30588,'action started via WP Cron','2021-02-06 20:39:44','2021-02-06 12:39:44'),(83033,30588,'action complete via WP Cron','2021-02-06 20:39:44','2021-02-06 12:39:44'),(83034,30589,'action created','2021-02-06 20:39:44','2021-02-06 12:39:44'),(83035,30589,'action started via WP Cron','2021-02-06 20:40:57','2021-02-06 12:40:57'),(83036,30589,'action complete via WP Cron','2021-02-06 20:40:57','2021-02-06 12:40:57'),(83037,30590,'action created','2021-02-06 20:40:57','2021-02-06 12:40:57'),(83038,30590,'action started via WP Cron','2021-02-06 20:42:43','2021-02-06 12:42:43'),(83039,30590,'action complete via WP Cron','2021-02-06 20:42:43','2021-02-06 12:42:43'),(83040,30591,'action created','2021-02-06 20:42:43','2021-02-06 12:42:43'),(83041,30591,'action started via WP Cron','2021-02-06 20:45:33','2021-02-06 12:45:33'),(83042,30591,'action complete via WP Cron','2021-02-06 20:45:33','2021-02-06 12:45:33'),(83043,30592,'action created','2021-02-06 20:45:33','2021-02-06 12:45:33'),(83044,30592,'action started via WP Cron','2021-02-06 20:46:27','2021-02-06 12:46:27'),(83045,30592,'action complete via WP Cron','2021-02-06 20:46:27','2021-02-06 12:46:27'),(83046,30593,'action created','2021-02-06 20:46:27','2021-02-06 12:46:27'),(83047,30593,'action started via WP Cron','2021-02-06 20:47:14','2021-02-06 12:47:14'),(83048,30593,'action complete via WP Cron','2021-02-06 20:47:14','2021-02-06 12:47:14'),(83049,30594,'action created','2021-02-06 20:47:14','2021-02-06 12:47:14'),(83050,30594,'action started via WP Cron','2021-02-06 20:49:01','2021-02-06 12:49:01'),(83051,30594,'action complete via WP Cron','2021-02-06 20:49:01','2021-02-06 12:49:01'),(83052,30595,'action created','2021-02-06 20:49:01','2021-02-06 12:49:01'),(83053,30595,'action started via WP Cron','2021-02-06 20:53:06','2021-02-06 12:53:06'),(83054,30595,'action complete via WP Cron','2021-02-06 20:53:06','2021-02-06 12:53:06'),(83055,30596,'action created','2021-02-06 20:53:06','2021-02-06 12:53:06'),(83056,30596,'action started via WP Cron','2021-02-06 20:55:10','2021-02-06 12:55:10'),(83057,30596,'action complete via WP Cron','2021-02-06 20:55:10','2021-02-06 12:55:10'),(83058,30597,'action created','2021-02-06 20:55:11','2021-02-06 12:55:11'),(83059,30597,'action started via WP Cron','2021-02-06 21:06:37','2021-02-06 13:06:37'),(83060,30597,'action complete via WP Cron','2021-02-06 21:06:37','2021-02-06 13:06:37'),(83061,30598,'action created','2021-02-06 21:06:37','2021-02-06 13:06:37'),(83062,30598,'action started via WP Cron','2021-02-06 21:12:00','2021-02-06 13:12:00'),(83063,30598,'action complete via WP Cron','2021-02-06 21:12:00','2021-02-06 13:12:00'),(83064,30599,'action created','2021-02-06 21:12:00','2021-02-06 13:12:00'),(83065,30599,'action started via WP Cron','2021-02-06 21:13:13','2021-02-06 13:13:13'),(83066,30599,'action complete via WP Cron','2021-02-06 21:13:13','2021-02-06 13:13:13'),(83067,30600,'action created','2021-02-06 21:13:13','2021-02-06 13:13:13'),(83068,30600,'action started via WP Cron','2021-02-06 21:37:38','2021-02-06 13:37:38'),(83069,30600,'action complete via WP Cron','2021-02-06 21:37:38','2021-02-06 13:37:38'),(83070,30601,'action created','2021-02-06 21:37:38','2021-02-06 13:37:38'),(83071,30601,'action started via WP Cron','2021-02-06 21:50:12','2021-02-06 13:50:12'),(83072,30601,'action complete via WP Cron','2021-02-06 21:50:12','2021-02-06 13:50:12'),(83073,30602,'action created','2021-02-06 21:50:13','2021-02-06 13:50:13'),(83074,30602,'action started via WP Cron','2021-02-06 21:50:55','2021-02-06 13:50:55'),(83075,30602,'action complete via WP Cron','2021-02-06 21:50:55','2021-02-06 13:50:55'),(83076,30603,'action created','2021-02-06 21:50:55','2021-02-06 13:50:55'),(83077,30603,'action started via WP Cron','2021-02-06 21:52:26','2021-02-06 13:52:26'),(83078,30603,'action complete via WP Cron','2021-02-06 21:52:26','2021-02-06 13:52:26'),(83079,30604,'action created','2021-02-06 21:52:26','2021-02-06 13:52:26'),(83080,30604,'action started via WP Cron','2021-02-06 21:54:01','2021-02-06 13:54:01'),(83081,30604,'action complete via WP Cron','2021-02-06 21:54:01','2021-02-06 13:54:01'),(83082,30605,'action created','2021-02-06 21:54:01','2021-02-06 13:54:01'),(83083,30605,'action started via WP Cron','2021-02-06 21:56:16','2021-02-06 13:56:16'),(83084,30605,'action complete via WP Cron','2021-02-06 21:56:16','2021-02-06 13:56:16'),(83085,30606,'action created','2021-02-06 21:56:16','2021-02-06 13:56:16'),(83086,30606,'action started via WP Cron','2021-02-06 21:57:22','2021-02-06 13:57:22'),(83087,30606,'action complete via WP Cron','2021-02-06 21:57:22','2021-02-06 13:57:22'),(83088,30607,'action created','2021-02-06 21:57:22','2021-02-06 13:57:22'),(83089,30607,'action started via WP Cron','2021-02-06 21:58:23','2021-02-06 13:58:23'),(83090,30607,'action complete via WP Cron','2021-02-06 21:58:23','2021-02-06 13:58:23'),(83091,30608,'action created','2021-02-06 21:58:23','2021-02-06 13:58:23'),(83092,30608,'action started via WP Cron','2021-02-06 22:01:06','2021-02-06 14:01:06'),(83093,30608,'action complete via WP Cron','2021-02-06 22:01:06','2021-02-06 14:01:06'),(83094,30609,'action created','2021-02-06 22:01:06','2021-02-06 14:01:06'),(83095,30609,'action started via WP Cron','2021-02-06 22:09:30','2021-02-06 14:09:30'),(83096,30609,'action complete via WP Cron','2021-02-06 22:09:30','2021-02-06 14:09:30'),(83097,30610,'action created','2021-02-06 22:09:30','2021-02-06 14:09:30'),(83098,30610,'action started via WP Cron','2021-02-06 22:38:41','2021-02-06 14:38:41'),(83099,30610,'action complete via WP Cron','2021-02-06 22:38:41','2021-02-06 14:38:41'),(83100,30611,'action created','2021-02-06 22:38:42','2021-02-06 14:38:42'),(83101,30611,'action started via WP Cron','2021-02-06 22:45:22','2021-02-06 14:45:22'),(83102,30611,'action complete via WP Cron','2021-02-06 22:45:22','2021-02-06 14:45:22'),(83103,30612,'action created','2021-02-06 22:45:22','2021-02-06 14:45:22'),(83104,30612,'action started via WP Cron','2021-02-06 22:52:45','2021-02-06 14:52:45'),(83105,30612,'action complete via WP Cron','2021-02-06 22:52:45','2021-02-06 14:52:45'),(83106,30613,'action created','2021-02-06 22:52:46','2021-02-06 14:52:46'),(83107,30613,'action started via WP Cron','2021-02-06 22:58:14','2021-02-06 14:58:14'),(83108,30613,'action complete via WP Cron','2021-02-06 22:58:15','2021-02-06 14:58:15'),(83109,30614,'action created','2021-02-06 22:58:15','2021-02-06 14:58:15'),(83110,30614,'action started via WP Cron','2021-02-06 22:59:24','2021-02-06 14:59:24'),(83111,30614,'action complete via WP Cron','2021-02-06 22:59:24','2021-02-06 14:59:24'),(83112,30615,'action created','2021-02-06 22:59:24','2021-02-06 14:59:24'),(83113,30615,'action started via WP Cron','2021-02-06 23:01:27','2021-02-06 15:01:27'),(83114,30615,'action complete via WP Cron','2021-02-06 23:01:27','2021-02-06 15:01:27'),(83115,30616,'action created','2021-02-06 23:01:27','2021-02-06 15:01:27'),(83116,30616,'action started via WP Cron','2021-02-06 23:02:46','2021-02-06 15:02:46'),(83117,30616,'action complete via WP Cron','2021-02-06 23:02:46','2021-02-06 15:02:46'),(83118,30617,'action created','2021-02-06 23:02:46','2021-02-06 15:02:46'),(83119,30617,'action started via WP Cron','2021-02-06 23:03:50','2021-02-06 15:03:50'),(83120,30617,'action complete via WP Cron','2021-02-06 23:03:50','2021-02-06 15:03:50'),(83121,30618,'action created','2021-02-06 23:03:50','2021-02-06 15:03:50'),(83122,30618,'action started via WP Cron','2021-02-06 23:11:58','2021-02-06 15:11:58'),(83123,30618,'action complete via WP Cron','2021-02-06 23:11:58','2021-02-06 15:11:58'),(83124,30619,'action created','2021-02-06 23:11:58','2021-02-06 15:11:58'),(83125,30619,'action started via WP Cron','2021-02-06 23:17:11','2021-02-06 15:17:11'),(83126,30619,'action complete via WP Cron','2021-02-06 23:17:11','2021-02-06 15:17:11'),(83127,30620,'action created','2021-02-06 23:17:11','2021-02-06 15:17:11'),(83128,30620,'action started via WP Cron','2021-02-06 23:19:19','2021-02-06 15:19:19'),(83129,30620,'action complete via WP Cron','2021-02-06 23:19:19','2021-02-06 15:19:19'),(83130,30621,'action created','2021-02-06 23:19:19','2021-02-06 15:19:19'),(83131,30621,'action started via WP Cron','2021-02-06 23:27:23','2021-02-06 15:27:23'),(83132,30621,'action complete via WP Cron','2021-02-06 23:27:23','2021-02-06 15:27:23'),(83133,30622,'action created','2021-02-06 23:27:23','2021-02-06 15:27:23'),(83134,30622,'action started via WP Cron','2021-02-06 23:27:59','2021-02-06 15:27:59'),(83135,30622,'action complete via WP Cron','2021-02-06 23:27:59','2021-02-06 15:27:59'),(83136,30623,'action created','2021-02-06 23:27:59','2021-02-06 15:27:59'),(83137,30623,'action started via WP Cron','2021-02-06 23:29:25','2021-02-06 15:29:25'),(83138,30623,'action complete via WP Cron','2021-02-06 23:29:25','2021-02-06 15:29:25'),(83139,30624,'action created','2021-02-06 23:29:25','2021-02-06 15:29:25'),(83140,30624,'action started via WP Cron','2021-02-06 23:30:17','2021-02-06 15:30:17'),(83141,30624,'action complete via WP Cron','2021-02-06 23:30:17','2021-02-06 15:30:17'),(83142,30625,'action created','2021-02-06 23:30:17','2021-02-06 15:30:17'),(83143,30625,'action started via WP Cron','2021-02-06 23:31:46','2021-02-06 15:31:46'),(83144,30625,'action complete via WP Cron','2021-02-06 23:31:46','2021-02-06 15:31:46'),(83145,30626,'action created','2021-02-06 23:31:46','2021-02-06 15:31:46'),(83146,30626,'action started via WP Cron','2021-02-06 23:33:18','2021-02-06 15:33:18'),(83147,30626,'action complete via WP Cron','2021-02-06 23:33:18','2021-02-06 15:33:18'),(83148,30627,'action created','2021-02-06 23:33:18','2021-02-06 15:33:18'),(83149,30627,'action started via WP Cron','2021-02-06 23:39:50','2021-02-06 15:39:50'),(83150,30627,'action complete via WP Cron','2021-02-06 23:39:50','2021-02-06 15:39:50'),(83151,30628,'action created','2021-02-06 23:39:51','2021-02-06 15:39:51'),(83152,30628,'action started via WP Cron','2021-02-06 23:54:33','2021-02-06 15:54:33'),(83153,30628,'action complete via WP Cron','2021-02-06 23:54:33','2021-02-06 15:54:33'),(83154,30629,'action created','2021-02-06 23:54:33','2021-02-06 15:54:33'),(83155,30629,'action started via WP Cron','2021-02-07 00:04:19','2021-02-06 16:04:19'),(83156,30629,'action complete via WP Cron','2021-02-07 00:04:19','2021-02-06 16:04:19'),(83157,30630,'action created','2021-02-07 00:04:19','2021-02-06 16:04:19'),(83158,30630,'action started via WP Cron','2021-02-07 00:05:23','2021-02-06 16:05:23'),(83159,30630,'action complete via WP Cron','2021-02-07 00:05:23','2021-02-06 16:05:23'),(83160,30631,'action created','2021-02-07 00:05:23','2021-02-06 16:05:23'),(83161,30631,'action started via WP Cron','2021-02-07 00:06:25','2021-02-06 16:06:25'),(83162,30631,'action complete via WP Cron','2021-02-07 00:06:25','2021-02-06 16:06:25'),(83163,30632,'action created','2021-02-07 00:06:25','2021-02-06 16:06:25'),(83164,30632,'action started via WP Cron','2021-02-07 00:08:46','2021-02-06 16:08:46'),(83165,30632,'action complete via WP Cron','2021-02-07 00:08:46','2021-02-06 16:08:46'),(83166,30633,'action created','2021-02-07 00:08:47','2021-02-06 16:08:47'),(83167,30633,'action started via WP Cron','2021-02-07 00:10:00','2021-02-06 16:10:00'),(83168,30633,'action complete via WP Cron','2021-02-07 00:10:00','2021-02-06 16:10:00'),(83169,30634,'action created','2021-02-07 00:10:00','2021-02-06 16:10:00'),(83170,30634,'action started via WP Cron','2021-02-07 00:11:04','2021-02-06 16:11:04'),(83171,30634,'action complete via WP Cron','2021-02-07 00:11:04','2021-02-06 16:11:04'),(83172,30635,'action created','2021-02-07 00:11:04','2021-02-06 16:11:04'),(83173,30635,'action started via WP Cron','2021-02-07 00:13:54','2021-02-06 16:13:54'),(83174,30635,'action complete via WP Cron','2021-02-07 00:13:54','2021-02-06 16:13:54'),(83175,30636,'action created','2021-02-07 00:13:54','2021-02-06 16:13:54'),(83176,30636,'action started via WP Cron','2021-02-07 00:21:55','2021-02-06 16:21:55'),(83177,30636,'action complete via WP Cron','2021-02-07 00:21:55','2021-02-06 16:21:55'),(83178,30637,'action created','2021-02-07 00:21:55','2021-02-06 16:21:55'),(83179,30637,'action started via WP Cron','2021-02-07 00:24:15','2021-02-06 16:24:15'),(83180,30637,'action complete via WP Cron','2021-02-07 00:24:15','2021-02-06 16:24:15'),(83181,30638,'action created','2021-02-07 00:24:15','2021-02-06 16:24:15'),(83182,30638,'action started via WP Cron','2021-02-07 00:46:28','2021-02-06 16:46:28'),(83183,30638,'action complete via WP Cron','2021-02-07 00:46:28','2021-02-06 16:46:28'),(83184,30639,'action created','2021-02-07 00:46:28','2021-02-06 16:46:28'),(83185,30639,'action started via WP Cron','2021-02-07 00:53:10','2021-02-06 16:53:10'),(83186,30639,'action complete via WP Cron','2021-02-07 00:53:11','2021-02-06 16:53:11'),(83187,30640,'action created','2021-02-07 00:53:11','2021-02-06 16:53:11'),(83188,30640,'action started via WP Cron','2021-02-07 00:54:34','2021-02-06 16:54:34'),(83189,30640,'action complete via WP Cron','2021-02-07 00:54:34','2021-02-06 16:54:34'),(83190,30641,'action created','2021-02-07 00:54:34','2021-02-06 16:54:34'),(83191,30641,'action started via WP Cron','2021-02-07 01:03:29','2021-02-06 17:03:29'),(83192,30641,'action complete via WP Cron','2021-02-07 01:03:29','2021-02-06 17:03:29'),(83193,30642,'action created','2021-02-07 01:03:29','2021-02-06 17:03:29'),(83194,30642,'action started via WP Cron','2021-02-07 01:09:49','2021-02-06 17:09:49'),(83195,30642,'action complete via WP Cron','2021-02-07 01:09:49','2021-02-06 17:09:49'),(83196,30643,'action created','2021-02-07 01:09:49','2021-02-06 17:09:49'),(83197,30643,'action started via WP Cron','2021-02-07 01:11:21','2021-02-06 17:11:21'),(83198,30643,'action complete via WP Cron','2021-02-07 01:11:21','2021-02-06 17:11:21'),(83199,30644,'action created','2021-02-07 01:11:21','2021-02-06 17:11:21'),(83200,30644,'action started via WP Cron','2021-02-07 01:12:34','2021-02-06 17:12:34'),(83201,30644,'action complete via WP Cron','2021-02-07 01:12:34','2021-02-06 17:12:34'),(83202,30645,'action created','2021-02-07 01:12:34','2021-02-06 17:12:34'),(83203,30645,'action started via WP Cron','2021-02-07 01:15:13','2021-02-06 17:15:13'),(83204,30645,'action complete via WP Cron','2021-02-07 01:15:13','2021-02-06 17:15:13'),(83205,30646,'action created','2021-02-07 01:15:13','2021-02-06 17:15:13'),(83206,30646,'action started via WP Cron','2021-02-07 01:16:19','2021-02-06 17:16:19'),(83207,30646,'action complete via WP Cron','2021-02-07 01:16:19','2021-02-06 17:16:19'),(83208,30647,'action created','2021-02-07 01:16:20','2021-02-06 17:16:20'),(83209,30647,'action started via WP Cron','2021-02-07 01:16:56','2021-02-06 17:16:56'),(83210,30647,'action complete via WP Cron','2021-02-07 01:16:56','2021-02-06 17:16:56'),(83211,30648,'action created','2021-02-07 01:17:06','2021-02-06 17:17:06'),(83212,30648,'action started via WP Cron','2021-02-07 01:19:05','2021-02-06 17:19:05'),(83213,30648,'action complete via WP Cron','2021-02-07 01:19:05','2021-02-06 17:19:05'),(83214,30649,'action created','2021-02-07 01:19:05','2021-02-06 17:19:05'),(83215,30649,'action started via WP Cron','2021-02-07 01:25:24','2021-02-06 17:25:24'),(83216,30649,'action complete via WP Cron','2021-02-07 01:25:24','2021-02-06 17:25:24'),(83217,30650,'action created','2021-02-07 01:25:24','2021-02-06 17:25:24'),(83218,30650,'action started via WP Cron','2021-02-07 01:26:27','2021-02-06 17:26:27'),(83219,30650,'action complete via WP Cron','2021-02-07 01:26:27','2021-02-06 17:26:27'),(83220,30651,'action created','2021-02-07 01:26:27','2021-02-06 17:26:27'),(83221,30651,'action started via WP Cron','2021-02-07 01:27:27','2021-02-06 17:27:27'),(83222,30651,'action complete via WP Cron','2021-02-07 01:27:27','2021-02-06 17:27:27'),(83223,30652,'action created','2021-02-07 01:27:27','2021-02-06 17:27:27'),(83224,30652,'action started via WP Cron','2021-02-07 01:34:38','2021-02-06 17:34:38'),(83225,30652,'action complete via WP Cron','2021-02-07 01:34:38','2021-02-06 17:34:38'),(83226,30653,'action created','2021-02-07 01:34:38','2021-02-06 17:34:38'),(83227,30653,'action started via WP Cron','2021-02-07 01:56:15','2021-02-06 17:56:15'),(83228,30653,'action complete via WP Cron','2021-02-07 01:56:15','2021-02-06 17:56:15'),(83229,30654,'action created','2021-02-07 01:56:15','2021-02-06 17:56:15'),(83230,30654,'action started via WP Cron','2021-02-07 01:59:29','2021-02-06 17:59:29'),(83231,30654,'action complete via WP Cron','2021-02-07 01:59:29','2021-02-06 17:59:29'),(83232,30655,'action created','2021-02-07 01:59:29','2021-02-06 17:59:29'),(83233,30655,'action started via WP Cron','2021-02-07 02:06:09','2021-02-06 18:06:09'),(83234,30655,'action complete via WP Cron','2021-02-07 02:06:09','2021-02-06 18:06:09'),(83235,30656,'action created','2021-02-07 02:06:09','2021-02-06 18:06:09'),(83236,30656,'action started via WP Cron','2021-02-07 02:12:55','2021-02-06 18:12:55'),(83237,30656,'action complete via WP Cron','2021-02-07 02:12:55','2021-02-06 18:12:55'),(83238,30657,'action created','2021-02-07 02:12:55','2021-02-06 18:12:55'),(83239,30657,'action started via WP Cron','2021-02-07 02:13:41','2021-02-06 18:13:41'),(83240,30657,'action complete via WP Cron','2021-02-07 02:13:41','2021-02-06 18:13:41'),(83241,30658,'action created','2021-02-07 02:13:41','2021-02-06 18:13:41'),(83242,30658,'action started via WP Cron','2021-02-07 02:15:21','2021-02-06 18:15:21'),(83243,30658,'action complete via WP Cron','2021-02-07 02:15:21','2021-02-06 18:15:21'),(83244,30659,'action created','2021-02-07 02:15:21','2021-02-06 18:15:21'),(83245,30659,'action started via WP Cron','2021-02-07 02:18:49','2021-02-06 18:18:49'),(83246,30659,'action complete via WP Cron','2021-02-07 02:18:49','2021-02-06 18:18:49'),(83247,30660,'action created','2021-02-07 02:18:49','2021-02-06 18:18:49'),(83248,30660,'action started via WP Cron','2021-02-07 02:20:52','2021-02-06 18:20:52'),(83249,30660,'action complete via WP Cron','2021-02-07 02:20:52','2021-02-06 18:20:52'),(83250,30661,'action created','2021-02-07 02:20:52','2021-02-06 18:20:52'),(83251,30661,'action started via WP Cron','2021-02-07 02:21:53','2021-02-06 18:21:53'),(83252,30661,'action complete via WP Cron','2021-02-07 02:21:53','2021-02-06 18:21:53'),(83253,30662,'action created','2021-02-07 02:21:53','2021-02-06 18:21:53'),(83254,30662,'action started via WP Cron','2021-02-07 02:22:54','2021-02-06 18:22:54'),(83255,30662,'action complete via WP Cron','2021-02-07 02:22:54','2021-02-06 18:22:54'),(83256,30663,'action created','2021-02-07 02:22:54','2021-02-06 18:22:54'),(83257,30663,'action started via WP Cron','2021-02-07 02:25:42','2021-02-06 18:25:42'),(83258,30663,'action complete via WP Cron','2021-02-07 02:25:42','2021-02-06 18:25:42'),(83259,30664,'action created','2021-02-07 02:25:42','2021-02-06 18:25:42'),(83260,30664,'action started via WP Cron','2021-02-07 02:26:56','2021-02-06 18:26:56'),(83261,30664,'action complete via WP Cron','2021-02-07 02:26:56','2021-02-06 18:26:56'),(83262,30665,'action created','2021-02-07 02:26:56','2021-02-06 18:26:56'),(83263,30665,'action started via WP Cron','2021-02-07 02:32:06','2021-02-06 18:32:06'),(83264,30665,'action complete via WP Cron','2021-02-07 02:32:06','2021-02-06 18:32:06'),(83265,30666,'action created','2021-02-07 02:32:06','2021-02-06 18:32:06'),(83266,30666,'action started via WP Cron','2021-02-07 02:35:06','2021-02-06 18:35:06'),(83267,30666,'action complete via WP Cron','2021-02-07 02:35:06','2021-02-06 18:35:06'),(83268,30667,'action created','2021-02-07 02:35:06','2021-02-06 18:35:06'),(83269,30667,'action started via WP Cron','2021-02-07 02:37:13','2021-02-06 18:37:13'),(83270,30667,'action complete via WP Cron','2021-02-07 02:37:13','2021-02-06 18:37:13'),(83271,30668,'action created','2021-02-07 02:37:13','2021-02-06 18:37:13'),(83272,30668,'action started via WP Cron','2021-02-07 03:16:25','2021-02-06 19:16:25'),(83273,30668,'action complete via WP Cron','2021-02-07 03:16:25','2021-02-06 19:16:25'),(83274,30669,'action created','2021-02-07 03:16:25','2021-02-06 19:16:25'),(83275,30669,'action started via WP Cron','2021-02-07 03:16:43','2021-02-06 19:16:43'),(83276,30669,'action complete via WP Cron','2021-02-07 03:16:43','2021-02-06 19:16:43'),(83277,30670,'action created','2021-02-07 03:16:43','2021-02-06 19:16:43'),(83278,30670,'action started via WP Cron','2021-02-07 03:17:47','2021-02-06 19:17:47'),(83279,30670,'action complete via WP Cron','2021-02-07 03:17:47','2021-02-06 19:17:47'),(83280,30671,'action created','2021-02-07 03:17:47','2021-02-06 19:17:47'),(83281,30671,'action started via WP Cron','2021-02-07 03:18:46','2021-02-06 19:18:46'),(83282,30671,'action complete via WP Cron','2021-02-07 03:18:46','2021-02-06 19:18:46'),(83283,30672,'action created','2021-02-07 03:18:46','2021-02-06 19:18:46'),(83284,30672,'action started via WP Cron','2021-02-07 03:19:46','2021-02-06 19:19:46'),(83285,30672,'action complete via WP Cron','2021-02-07 03:19:46','2021-02-06 19:19:46'),(83286,30673,'action created','2021-02-07 03:19:46','2021-02-06 19:19:46'),(83287,30673,'action started via WP Cron','2021-02-07 03:20:45','2021-02-06 19:20:45'),(83288,30673,'action complete via WP Cron','2021-02-07 03:20:45','2021-02-06 19:20:45'),(83289,30674,'action created','2021-02-07 03:20:46','2021-02-06 19:20:46'),(83290,30674,'action started via WP Cron','2021-02-07 03:21:44','2021-02-06 19:21:44'),(83291,30674,'action complete via WP Cron','2021-02-07 03:21:44','2021-02-06 19:21:44'),(83292,30675,'action created','2021-02-07 03:21:44','2021-02-06 19:21:44'),(83293,30675,'action started via WP Cron','2021-02-07 03:22:47','2021-02-06 19:22:47'),(83294,30675,'action complete via WP Cron','2021-02-07 03:22:47','2021-02-06 19:22:47'),(83295,30676,'action created','2021-02-07 03:22:47','2021-02-06 19:22:47'),(83296,30676,'action started via WP Cron','2021-02-07 03:23:43','2021-02-06 19:23:43'),(83297,30676,'action complete via WP Cron','2021-02-07 03:23:43','2021-02-06 19:23:43'),(83298,30677,'action created','2021-02-07 03:23:43','2021-02-06 19:23:43'),(83299,30677,'action started via WP Cron','2021-02-07 03:24:50','2021-02-06 19:24:50'),(83300,30677,'action complete via WP Cron','2021-02-07 03:24:50','2021-02-06 19:24:50'),(83301,30678,'action created','2021-02-07 03:24:50','2021-02-06 19:24:50'),(83302,30678,'action started via WP Cron','2021-02-07 03:25:42','2021-02-06 19:25:42'),(83303,30678,'action complete via WP Cron','2021-02-07 03:25:42','2021-02-06 19:25:42'),(83304,30679,'action created','2021-02-07 03:25:42','2021-02-06 19:25:42'),(83305,30679,'action started via WP Cron','2021-02-07 03:26:57','2021-02-06 19:26:57'),(83306,30679,'action complete via WP Cron','2021-02-07 03:26:57','2021-02-06 19:26:57'),(83307,30680,'action created','2021-02-07 03:26:57','2021-02-06 19:26:57'),(83308,30680,'action started via WP Cron','2021-02-07 03:27:47','2021-02-06 19:27:47'),(83309,30680,'action complete via WP Cron','2021-02-07 03:27:47','2021-02-06 19:27:47'),(83310,30681,'action created','2021-02-07 03:27:47','2021-02-06 19:27:47'),(83311,30681,'action started via WP Cron','2021-02-07 03:28:54','2021-02-06 19:28:54'),(83312,30681,'action complete via WP Cron','2021-02-07 03:28:54','2021-02-06 19:28:54'),(83313,30682,'action created','2021-02-07 03:28:54','2021-02-06 19:28:54'),(83314,30682,'action started via WP Cron','2021-02-07 03:29:49','2021-02-06 19:29:49'),(83315,30682,'action complete via WP Cron','2021-02-07 03:29:49','2021-02-06 19:29:49'),(83316,30683,'action created','2021-02-07 03:29:50','2021-02-06 19:29:50'),(83317,30683,'action started via WP Cron','2021-02-07 03:30:56','2021-02-06 19:30:56'),(83318,30683,'action complete via WP Cron','2021-02-07 03:30:56','2021-02-06 19:30:56'),(83319,30684,'action created','2021-02-07 03:30:56','2021-02-06 19:30:56'),(83320,30684,'action started via WP Cron','2021-02-07 03:31:46','2021-02-06 19:31:46'),(83321,30684,'action complete via WP Cron','2021-02-07 03:31:46','2021-02-06 19:31:46'),(83322,30685,'action created','2021-02-07 03:31:46','2021-02-06 19:31:46'),(83323,30685,'action started via WP Cron','2021-02-07 03:32:49','2021-02-06 19:32:49'),(83324,30685,'action complete via WP Cron','2021-02-07 03:32:49','2021-02-06 19:32:49'),(83325,30686,'action created','2021-02-07 03:32:49','2021-02-06 19:32:49'),(83326,30686,'action started via WP Cron','2021-02-07 03:34:01','2021-02-06 19:34:01'),(83327,30686,'action complete via WP Cron','2021-02-07 03:34:01','2021-02-06 19:34:01'),(83328,30687,'action created','2021-02-07 03:34:01','2021-02-06 19:34:01'),(83329,30687,'action started via WP Cron','2021-02-07 03:34:49','2021-02-06 19:34:49'),(83330,30687,'action complete via WP Cron','2021-02-07 03:34:49','2021-02-06 19:34:49'),(83331,30688,'action created','2021-02-07 03:34:49','2021-02-06 19:34:49'),(83332,30688,'action started via WP Cron','2021-02-07 03:35:45','2021-02-06 19:35:45'),(83333,30688,'action complete via WP Cron','2021-02-07 03:35:45','2021-02-06 19:35:45'),(83334,30689,'action created','2021-02-07 03:35:45','2021-02-06 19:35:45'),(83335,30689,'action started via WP Cron','2021-02-07 03:38:06','2021-02-06 19:38:06'),(83336,30689,'action complete via WP Cron','2021-02-07 03:38:06','2021-02-06 19:38:06'),(83337,30690,'action created','2021-02-07 03:38:06','2021-02-06 19:38:06'),(83338,30690,'action started via WP Cron','2021-02-07 03:38:46','2021-02-06 19:38:46'),(83339,30690,'action complete via WP Cron','2021-02-07 03:38:46','2021-02-06 19:38:46'),(83340,30691,'action created','2021-02-07 03:38:46','2021-02-06 19:38:46'),(83341,30691,'action started via WP Cron','2021-02-07 03:39:53','2021-02-06 19:39:53'),(83342,30691,'action complete via WP Cron','2021-02-07 03:39:53','2021-02-06 19:39:53'),(83343,30692,'action created','2021-02-07 03:39:53','2021-02-06 19:39:53'),(83344,30692,'action started via WP Cron','2021-02-07 03:40:50','2021-02-06 19:40:50'),(83345,30692,'action complete via WP Cron','2021-02-07 03:40:50','2021-02-06 19:40:50'),(83346,30693,'action created','2021-02-07 03:40:50','2021-02-06 19:40:50'),(83347,30693,'action started via WP Cron','2021-02-07 03:41:45','2021-02-06 19:41:45'),(83348,30693,'action complete via WP Cron','2021-02-07 03:41:45','2021-02-06 19:41:45'),(83349,30694,'action created','2021-02-07 03:41:45','2021-02-06 19:41:45'),(83350,30694,'action started via WP Cron','2021-02-07 03:42:55','2021-02-06 19:42:55'),(83351,30694,'action complete via WP Cron','2021-02-07 03:42:55','2021-02-06 19:42:55'),(83352,30695,'action created','2021-02-07 03:42:55','2021-02-06 19:42:55'),(83353,30695,'action started via WP Cron','2021-02-07 03:43:53','2021-02-06 19:43:53'),(83354,30695,'action complete via WP Cron','2021-02-07 03:43:53','2021-02-06 19:43:53'),(83355,30696,'action created','2021-02-07 03:43:53','2021-02-06 19:43:53'),(83356,30696,'action started via WP Cron','2021-02-07 03:44:44','2021-02-06 19:44:44'),(83357,30696,'action complete via WP Cron','2021-02-07 03:44:44','2021-02-06 19:44:44'),(83358,30697,'action created','2021-02-07 03:44:45','2021-02-06 19:44:45'),(83359,30697,'action started via WP Cron','2021-02-07 03:45:53','2021-02-06 19:45:53'),(83360,30697,'action complete via WP Cron','2021-02-07 03:45:53','2021-02-06 19:45:53'),(83361,30698,'action created','2021-02-07 03:45:53','2021-02-06 19:45:53'),(83362,30698,'action started via WP Cron','2021-02-07 03:47:02','2021-02-06 19:47:02'),(83363,30698,'action complete via WP Cron','2021-02-07 03:47:02','2021-02-06 19:47:02'),(83364,30699,'action created','2021-02-07 03:47:29','2021-02-06 19:47:29'),(83365,30699,'action started via WP Cron','2021-02-07 03:48:05','2021-02-06 19:48:05'),(83366,30699,'action complete via WP Cron','2021-02-07 03:48:05','2021-02-06 19:48:05'),(83367,30700,'action created','2021-02-07 03:48:05','2021-02-06 19:48:05'),(83368,30700,'action started via WP Cron','2021-02-07 03:48:49','2021-02-06 19:48:49'),(83369,30700,'action complete via WP Cron','2021-02-07 03:48:49','2021-02-06 19:48:49'),(83370,30701,'action created','2021-02-07 03:48:50','2021-02-06 19:48:50'),(83371,30701,'action started via WP Cron','2021-02-07 03:49:53','2021-02-06 19:49:53'),(83372,30701,'action complete via WP Cron','2021-02-07 03:49:53','2021-02-06 19:49:53'),(83373,30702,'action created','2021-02-07 03:49:53','2021-02-06 19:49:53'),(83374,30702,'action started via WP Cron','2021-02-07 03:50:42','2021-02-06 19:50:42'),(83375,30702,'action complete via WP Cron','2021-02-07 03:50:42','2021-02-06 19:50:42'),(83376,30703,'action created','2021-02-07 03:50:42','2021-02-06 19:50:42'),(83377,30703,'action started via WP Cron','2021-02-07 03:51:44','2021-02-06 19:51:44'),(83378,30703,'action complete via WP Cron','2021-02-07 03:51:44','2021-02-06 19:51:44'),(83379,30704,'action created','2021-02-07 03:51:44','2021-02-06 19:51:44'),(83380,30704,'action started via WP Cron','2021-02-07 03:54:44','2021-02-06 19:54:44'),(83381,30704,'action complete via WP Cron','2021-02-07 03:54:44','2021-02-06 19:54:44'),(83382,30705,'action created','2021-02-07 03:54:44','2021-02-06 19:54:44'),(83383,30189,'action started via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83384,30189,'action complete via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83385,30706,'action created','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83386,30190,'action started via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83387,30190,'action complete via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83388,30707,'action created','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83389,30705,'action started via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83390,30705,'action complete via WP Cron','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83391,30708,'action created','2021-02-07 04:16:39','2021-02-06 20:16:39'),(83392,30708,'action started via WP Cron','2021-02-07 04:24:38','2021-02-06 20:24:38'),(83393,30708,'action complete via WP Cron','2021-02-07 04:24:38','2021-02-06 20:24:38'),(83394,30709,'action created','2021-02-07 04:24:38','2021-02-06 20:24:38'),(83395,30709,'action started via WP Cron','2021-02-07 04:45:03','2021-02-06 20:45:03'),(83396,30709,'action complete via WP Cron','2021-02-07 04:45:03','2021-02-06 20:45:03'),(83397,30710,'action created','2021-02-07 04:45:06','2021-02-06 20:45:06'),(83398,30710,'action started via WP Cron','2021-02-07 04:46:12','2021-02-06 20:46:12'),(83399,30710,'action complete via WP Cron','2021-02-07 04:46:12','2021-02-06 20:46:12'),(83400,30711,'action created','2021-02-07 04:46:12','2021-02-06 20:46:12'),(83401,30711,'action started via WP Cron','2021-02-07 04:47:13','2021-02-06 20:47:13'),(83402,30711,'action complete via WP Cron','2021-02-07 04:47:13','2021-02-06 20:47:13'),(83403,30712,'action created','2021-02-07 04:47:13','2021-02-06 20:47:13'),(83404,30712,'action started via WP Cron','2021-02-07 04:48:16','2021-02-06 20:48:16'),(83405,30712,'action complete via WP Cron','2021-02-07 04:48:16','2021-02-06 20:48:16'),(83406,30713,'action created','2021-02-07 04:48:16','2021-02-06 20:48:16'),(83407,30713,'action started via WP Cron','2021-02-07 04:49:15','2021-02-06 20:49:15'),(83408,30713,'action complete via WP Cron','2021-02-07 04:49:15','2021-02-06 20:49:15'),(83409,30714,'action created','2021-02-07 04:49:15','2021-02-06 20:49:15'),(83410,30714,'action started via WP Cron','2021-02-07 04:50:18','2021-02-06 20:50:18'),(83411,30714,'action complete via WP Cron','2021-02-07 04:50:18','2021-02-06 20:50:18'),(83412,30715,'action created','2021-02-07 04:54:03','2021-02-06 20:54:03'),(83413,30715,'action started via WP Cron','2021-02-07 04:59:30','2021-02-06 20:59:30'),(83414,30715,'action complete via WP Cron','2021-02-07 04:59:30','2021-02-06 20:59:30'),(83415,30716,'action created','2021-02-07 04:59:30','2021-02-06 20:59:30'),(83416,30716,'action started via WP Cron','2021-02-07 04:59:57','2021-02-06 20:59:57'),(83417,30716,'action complete via WP Cron','2021-02-07 04:59:57','2021-02-06 20:59:57'),(83418,30717,'action created','2021-02-07 04:59:57','2021-02-06 20:59:57'),(83419,30717,'action started via WP Cron','2021-02-07 05:00:56','2021-02-06 21:00:56'),(83420,30717,'action complete via WP Cron','2021-02-07 05:00:56','2021-02-06 21:00:56'),(83421,30718,'action created','2021-02-07 05:00:56','2021-02-06 21:00:56'),(83422,30718,'action started via WP Cron','2021-02-07 05:01:45','2021-02-06 21:01:45'),(83423,30718,'action complete via WP Cron','2021-02-07 05:01:45','2021-02-06 21:01:45'),(83424,30719,'action created','2021-02-07 05:01:45','2021-02-06 21:01:45'),(83425,30719,'action started via WP Cron','2021-02-07 05:03:02','2021-02-06 21:03:02'),(83426,30719,'action complete via WP Cron','2021-02-07 05:03:02','2021-02-06 21:03:02'),(83427,30720,'action created','2021-02-07 05:03:02','2021-02-06 21:03:02'),(83428,30720,'action started via WP Cron','2021-02-07 05:03:42','2021-02-06 21:03:42'),(83429,30720,'action complete via WP Cron','2021-02-07 05:03:42','2021-02-06 21:03:42'),(83430,30721,'action created','2021-02-07 05:03:42','2021-02-06 21:03:42'),(83431,30721,'action started via WP Cron','2021-02-07 05:04:57','2021-02-06 21:04:57'),(83432,30721,'action complete via WP Cron','2021-02-07 05:04:57','2021-02-06 21:04:57'),(83433,30722,'action created','2021-02-07 05:04:57','2021-02-06 21:04:57'),(83434,30722,'action started via WP Cron','2021-02-07 05:05:49','2021-02-06 21:05:49'),(83435,30722,'action complete via WP Cron','2021-02-07 05:05:49','2021-02-06 21:05:49'),(83436,30723,'action created','2021-02-07 05:05:49','2021-02-06 21:05:49'),(83437,30723,'action started via WP Cron','2021-02-07 05:07:01','2021-02-06 21:07:01'),(83438,30723,'action complete via WP Cron','2021-02-07 05:07:01','2021-02-06 21:07:01'),(83439,30724,'action created','2021-02-07 05:07:01','2021-02-06 21:07:01'),(83440,30724,'action started via WP Cron','2021-02-07 05:07:59','2021-02-06 21:07:59'),(83441,30724,'action complete via WP Cron','2021-02-07 05:07:59','2021-02-06 21:07:59'),(83442,30725,'action created','2021-02-07 05:07:59','2021-02-06 21:07:59'),(83443,30725,'action started via WP Cron','2021-02-07 05:08:50','2021-02-06 21:08:50'),(83444,30725,'action complete via WP Cron','2021-02-07 05:08:50','2021-02-06 21:08:50'),(83445,30726,'action created','2021-02-07 05:08:50','2021-02-06 21:08:50'),(83446,30726,'action started via WP Cron','2021-02-07 05:09:54','2021-02-06 21:09:54'),(83447,30726,'action complete via WP Cron','2021-02-07 05:09:54','2021-02-06 21:09:54'),(83448,30727,'action created','2021-02-07 05:09:54','2021-02-06 21:09:54'),(83449,30727,'action started via WP Cron','2021-02-07 05:11:02','2021-02-06 21:11:02'),(83450,30727,'action complete via WP Cron','2021-02-07 05:11:02','2021-02-06 21:11:02'),(83451,30728,'action created','2021-02-07 05:11:02','2021-02-06 21:11:02'),(83452,30728,'action started via WP Cron','2021-02-07 05:11:53','2021-02-06 21:11:53'),(83453,30728,'action complete via WP Cron','2021-02-07 05:11:53','2021-02-06 21:11:53'),(83454,30729,'action created','2021-02-07 05:11:53','2021-02-06 21:11:53'),(83455,30729,'action started via WP Cron','2021-02-07 05:12:55','2021-02-06 21:12:55'),(83456,30729,'action complete via WP Cron','2021-02-07 05:12:55','2021-02-06 21:12:55'),(83457,30730,'action created','2021-02-07 05:12:55','2021-02-06 21:12:55'),(83458,30730,'action started via WP Cron','2021-02-07 05:13:57','2021-02-06 21:13:57'),(83459,30730,'action complete via WP Cron','2021-02-07 05:13:57','2021-02-06 21:13:57'),(83460,30731,'action created','2021-02-07 05:13:57','2021-02-06 21:13:57'),(83461,30731,'action started via WP Cron','2021-02-07 05:15:03','2021-02-06 21:15:03'),(83462,30731,'action complete via WP Cron','2021-02-07 05:15:03','2021-02-06 21:15:03'),(83463,30732,'action created','2021-02-07 05:15:19','2021-02-06 21:15:19'),(83464,30732,'action started via WP Cron','2021-02-07 05:15:49','2021-02-06 21:15:49'),(83465,30732,'action complete via WP Cron','2021-02-07 05:15:49','2021-02-06 21:15:49'),(83466,30733,'action created','2021-02-07 05:15:49','2021-02-06 21:15:49'),(83467,30733,'action started via WP Cron','2021-02-07 05:16:48','2021-02-06 21:16:48'),(83468,30733,'action complete via WP Cron','2021-02-07 05:16:48','2021-02-06 21:16:48'),(83469,30734,'action created','2021-02-07 05:16:48','2021-02-06 21:16:48'),(83470,30734,'action started via WP Cron','2021-02-07 05:17:47','2021-02-06 21:17:47'),(83471,30734,'action complete via WP Cron','2021-02-07 05:17:47','2021-02-06 21:17:47'),(83472,30735,'action created','2021-02-07 05:17:47','2021-02-06 21:17:47'),(83473,30735,'action started via WP Cron','2021-02-07 05:21:04','2021-02-06 21:21:04'),(83474,30735,'action complete via WP Cron','2021-02-07 05:21:04','2021-02-06 21:21:04'),(83475,30736,'action created','2021-02-07 05:21:04','2021-02-06 21:21:04'),(83476,30736,'action started via WP Cron','2021-02-07 05:21:54','2021-02-06 21:21:54'),(83477,30736,'action complete via WP Cron','2021-02-07 05:21:54','2021-02-06 21:21:54'),(83478,30737,'action created','2021-02-07 05:21:54','2021-02-06 21:21:54'),(83479,30737,'action started via WP Cron','2021-02-07 05:23:03','2021-02-06 21:23:03'),(83480,30737,'action complete via WP Cron','2021-02-07 05:23:03','2021-02-06 21:23:03'),(83481,30738,'action created','2021-02-07 05:23:03','2021-02-06 21:23:03'),(83482,30738,'action started via WP Cron','2021-02-07 05:23:53','2021-02-06 21:23:53'),(83483,30738,'action complete via WP Cron','2021-02-07 05:23:53','2021-02-06 21:23:53'),(83484,30739,'action created','2021-02-07 05:23:53','2021-02-06 21:23:53'),(83485,30739,'action started via WP Cron','2021-02-07 05:24:53','2021-02-06 21:24:53'),(83486,30739,'action complete via WP Cron','2021-02-07 05:24:53','2021-02-06 21:24:53'),(83487,30740,'action created','2021-02-07 05:24:53','2021-02-06 21:24:53'),(83488,30740,'action started via WP Cron','2021-02-07 05:25:51','2021-02-06 21:25:51'),(83489,30740,'action complete via WP Cron','2021-02-07 05:25:51','2021-02-06 21:25:51'),(83490,30741,'action created','2021-02-07 05:25:51','2021-02-06 21:25:51'),(83491,30741,'action started via WP Cron','2021-02-07 05:26:51','2021-02-06 21:26:51'),(83492,30741,'action complete via WP Cron','2021-02-07 05:26:51','2021-02-06 21:26:51'),(83493,30742,'action created','2021-02-07 05:26:52','2021-02-06 21:26:52'),(83494,30742,'action started via WP Cron','2021-02-07 05:27:42','2021-02-06 21:27:42'),(83495,30742,'action complete via WP Cron','2021-02-07 05:27:42','2021-02-06 21:27:42'),(83496,30743,'action created','2021-02-07 05:27:42','2021-02-06 21:27:42'),(83497,30743,'action started via WP Cron','2021-02-07 05:28:55','2021-02-06 21:28:55'),(83498,30743,'action complete via WP Cron','2021-02-07 05:28:55','2021-02-06 21:28:55'),(83499,30744,'action created','2021-02-07 05:28:55','2021-02-06 21:28:55'),(83500,30744,'action started via WP Cron','2021-02-07 05:29:43','2021-02-06 21:29:43'),(83501,30744,'action complete via WP Cron','2021-02-07 05:29:43','2021-02-06 21:29:43'),(83502,30745,'action created','2021-02-07 05:29:43','2021-02-06 21:29:43'),(83503,30745,'action started via WP Cron','2021-02-07 05:30:58','2021-02-06 21:30:58'),(83504,30745,'action complete via WP Cron','2021-02-07 05:30:58','2021-02-06 21:30:58'),(83505,30746,'action created','2021-02-07 05:30:59','2021-02-06 21:30:59'),(83506,30746,'action started via WP Cron','2021-02-07 05:32:01','2021-02-06 21:32:01'),(83507,30746,'action complete via WP Cron','2021-02-07 05:32:01','2021-02-06 21:32:01'),(83508,30747,'action created','2021-02-07 05:32:01','2021-02-06 21:32:01'),(83509,30747,'action started via WP Cron','2021-02-07 05:33:17','2021-02-06 21:33:17'),(83510,30747,'action complete via WP Cron','2021-02-07 05:33:17','2021-02-06 21:33:17'),(83511,30748,'action created','2021-02-07 05:33:17','2021-02-06 21:33:17'),(83512,30748,'action started via WP Cron','2021-02-07 05:33:46','2021-02-06 21:33:46'),(83513,30748,'action complete via WP Cron','2021-02-07 05:33:46','2021-02-06 21:33:46'),(83514,30749,'action created','2021-02-07 05:33:46','2021-02-06 21:33:46'),(83515,30749,'action started via WP Cron','2021-02-07 05:34:47','2021-02-06 21:34:47'),(83516,30749,'action complete via WP Cron','2021-02-07 05:34:47','2021-02-06 21:34:47'),(83517,30750,'action created','2021-02-07 05:34:48','2021-02-06 21:34:48'),(83518,30750,'action started via WP Cron','2021-02-07 05:35:46','2021-02-06 21:35:46'),(83519,30750,'action complete via WP Cron','2021-02-07 05:35:46','2021-02-06 21:35:46'),(83520,30751,'action created','2021-02-07 05:35:46','2021-02-06 21:35:46'),(83521,30751,'action started via WP Cron','2021-02-07 05:36:57','2021-02-06 21:36:57'),(83522,30751,'action complete via WP Cron','2021-02-07 05:36:57','2021-02-06 21:36:57'),(83523,30752,'action created','2021-02-07 05:36:57','2021-02-06 21:36:57'),(83524,30752,'action started via WP Cron','2021-02-07 05:37:59','2021-02-06 21:37:59'),(83525,30752,'action complete via WP Cron','2021-02-07 05:37:59','2021-02-06 21:37:59'),(83526,30753,'action created','2021-02-07 05:37:59','2021-02-06 21:37:59'),(83527,30753,'action started via WP Cron','2021-02-07 05:40:19','2021-02-06 21:40:19'),(83528,30753,'action complete via WP Cron','2021-02-07 05:40:19','2021-02-06 21:40:19'),(83529,30754,'action created','2021-02-07 05:40:19','2021-02-06 21:40:19'),(83530,30754,'action started via WP Cron','2021-02-07 05:40:47','2021-02-06 21:40:47'),(83531,30754,'action complete via WP Cron','2021-02-07 05:40:47','2021-02-06 21:40:47'),(83532,30755,'action created','2021-02-07 05:40:47','2021-02-06 21:40:47'),(83533,30755,'action started via WP Cron','2021-02-07 05:42:02','2021-02-06 21:42:02'),(83534,30755,'action complete via WP Cron','2021-02-07 05:42:02','2021-02-06 21:42:02'),(83535,30756,'action created','2021-02-07 05:42:02','2021-02-06 21:42:02'),(83536,30756,'action started via WP Cron','2021-02-07 05:43:07','2021-02-06 21:43:07'),(83537,30756,'action complete via WP Cron','2021-02-07 05:43:07','2021-02-06 21:43:07'),(83538,30757,'action created','2021-02-07 05:43:07','2021-02-06 21:43:07'),(83539,30757,'action started via WP Cron','2021-02-07 05:43:50','2021-02-06 21:43:50'),(83540,30757,'action complete via WP Cron','2021-02-07 05:43:50','2021-02-06 21:43:50'),(83541,30758,'action created','2021-02-07 05:43:50','2021-02-06 21:43:50'),(83542,30758,'action started via WP Cron','2021-02-07 05:44:48','2021-02-06 21:44:48'),(83543,30758,'action complete via WP Cron','2021-02-07 05:44:48','2021-02-06 21:44:48'),(83544,30759,'action created','2021-02-07 05:44:48','2021-02-06 21:44:48'),(83545,30759,'action started via WP Cron','2021-02-07 05:45:44','2021-02-06 21:45:44'),(83546,30759,'action complete via WP Cron','2021-02-07 05:45:44','2021-02-06 21:45:44'),(83547,30760,'action created','2021-02-07 05:45:45','2021-02-06 21:45:45'),(83548,30760,'action started via WP Cron','2021-02-07 05:46:59','2021-02-06 21:46:59'),(83549,30760,'action complete via WP Cron','2021-02-07 05:46:59','2021-02-06 21:46:59'),(83550,30761,'action created','2021-02-07 05:46:59','2021-02-06 21:46:59'),(83551,30761,'action started via WP Cron','2021-02-07 05:47:51','2021-02-06 21:47:51'),(83552,30761,'action complete via WP Cron','2021-02-07 05:47:51','2021-02-06 21:47:51'),(83553,30762,'action created','2021-02-07 05:47:51','2021-02-06 21:47:51'),(83554,30762,'action started via WP Cron','2021-02-07 05:48:45','2021-02-06 21:48:45'),(83555,30762,'action complete via WP Cron','2021-02-07 05:48:45','2021-02-06 21:48:45'),(83556,30763,'action created','2021-02-07 05:48:45','2021-02-06 21:48:45'),(83557,30763,'action started via WP Cron','2021-02-07 05:49:49','2021-02-06 21:49:49'),(83558,30763,'action complete via WP Cron','2021-02-07 05:49:49','2021-02-06 21:49:49'),(83559,30764,'action created','2021-02-07 05:49:49','2021-02-06 21:49:49'),(83560,30764,'action started via WP Cron','2021-02-07 05:50:44','2021-02-06 21:50:44'),(83561,30764,'action complete via WP Cron','2021-02-07 05:50:44','2021-02-06 21:50:44'),(83562,30765,'action created','2021-02-07 05:50:44','2021-02-06 21:50:44'),(83563,30765,'action started via WP Cron','2021-02-07 05:51:45','2021-02-06 21:51:45'),(83564,30765,'action complete via WP Cron','2021-02-07 05:51:45','2021-02-06 21:51:45'),(83565,30766,'action created','2021-02-07 05:51:45','2021-02-06 21:51:45'),(83566,30766,'action started via WP Cron','2021-02-07 05:52:44','2021-02-06 21:52:44'),(83567,30766,'action complete via WP Cron','2021-02-07 05:52:44','2021-02-06 21:52:44'),(83568,30767,'action created','2021-02-07 05:52:44','2021-02-06 21:52:44'),(83569,30767,'action started via WP Cron','2021-02-07 05:53:49','2021-02-06 21:53:49'),(83570,30767,'action complete via WP Cron','2021-02-07 05:53:49','2021-02-06 21:53:49'),(83571,30768,'action created','2021-02-07 05:53:49','2021-02-06 21:53:49'),(83572,30768,'action started via WP Cron','2021-02-07 05:54:42','2021-02-06 21:54:42'),(83573,30768,'action complete via WP Cron','2021-02-07 05:54:42','2021-02-06 21:54:42'),(83574,30769,'action created','2021-02-07 05:54:42','2021-02-06 21:54:42'),(83575,30769,'action started via WP Cron','2021-02-07 05:55:53','2021-02-06 21:55:53'),(83576,30769,'action complete via WP Cron','2021-02-07 05:55:53','2021-02-06 21:55:53'),(83577,30770,'action created','2021-02-07 05:55:53','2021-02-06 21:55:53'),(83578,30770,'action started via WP Cron','2021-02-07 05:56:43','2021-02-06 21:56:43'),(83579,30770,'action complete via WP Cron','2021-02-07 05:56:43','2021-02-06 21:56:43'),(83580,30771,'action created','2021-02-07 05:56:43','2021-02-06 21:56:43'),(83581,30771,'action started via WP Cron','2021-02-07 05:57:52','2021-02-06 21:57:52'),(83582,30771,'action complete via WP Cron','2021-02-07 05:57:52','2021-02-06 21:57:52'),(83583,30772,'action created','2021-02-07 05:57:52','2021-02-06 21:57:52'),(83584,30772,'action started via WP Cron','2021-02-07 05:58:51','2021-02-06 21:58:51'),(83585,30772,'action complete via WP Cron','2021-02-07 05:58:51','2021-02-06 21:58:51'),(83586,30773,'action created','2021-02-07 05:58:51','2021-02-06 21:58:51'),(83587,30773,'action started via WP Cron','2021-02-07 05:59:54','2021-02-06 21:59:54'),(83588,30773,'action complete via WP Cron','2021-02-07 05:59:54','2021-02-06 21:59:54'),(83589,30774,'action created','2021-02-07 05:59:54','2021-02-06 21:59:54'),(83590,30774,'action started via WP Cron','2021-02-07 06:01:01','2021-02-06 22:01:01'),(83591,30774,'action complete via WP Cron','2021-02-07 06:01:01','2021-02-06 22:01:01'),(83592,30775,'action created','2021-02-07 06:01:02','2021-02-06 22:01:02'),(83593,30775,'action started via WP Cron','2021-02-07 06:01:50','2021-02-06 22:01:50'),(83594,30775,'action complete via WP Cron','2021-02-07 06:01:50','2021-02-06 22:01:50'),(83595,30776,'action created','2021-02-07 06:01:50','2021-02-06 22:01:50'),(83596,30776,'action started via WP Cron','2021-02-07 06:02:57','2021-02-06 22:02:57'),(83597,30776,'action complete via WP Cron','2021-02-07 06:02:57','2021-02-06 22:02:57'),(83598,30777,'action created','2021-02-07 06:02:57','2021-02-06 22:02:57'),(83599,30777,'action started via WP Cron','2021-02-07 06:03:42','2021-02-06 22:03:42'),(83600,30777,'action complete via WP Cron','2021-02-07 06:03:42','2021-02-06 22:03:42'),(83601,30778,'action created','2021-02-07 06:03:42','2021-02-06 22:03:42'),(83602,30778,'action started via WP Cron','2021-02-07 06:04:52','2021-02-06 22:04:52'),(83603,30778,'action complete via WP Cron','2021-02-07 06:04:52','2021-02-06 22:04:52'),(83604,30779,'action created','2021-02-07 06:04:52','2021-02-06 22:04:52'),(83605,30779,'action started via WP Cron','2021-02-07 06:05:45','2021-02-06 22:05:45'),(83606,30779,'action complete via WP Cron','2021-02-07 06:05:45','2021-02-06 22:05:45'),(83607,30780,'action created','2021-02-07 06:05:45','2021-02-06 22:05:45'),(83608,30780,'action started via WP Cron','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83609,30780,'action complete via WP Cron','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83610,30242,'action started via WP Cron','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83611,30242,'action complete via WP Cron','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83612,30781,'action created','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83613,30782,'action created','2021-02-07 06:06:54','2021-02-06 22:06:54'),(83614,30782,'action started via WP Cron','2021-02-07 06:07:52','2021-02-06 22:07:52'),(83615,30782,'action complete via WP Cron','2021-02-07 06:07:52','2021-02-06 22:07:52'),(83616,30783,'action created','2021-02-07 06:07:53','2021-02-06 22:07:53'),(83617,30783,'action started via WP Cron','2021-02-07 06:08:45','2021-02-06 22:08:45'),(83618,30783,'action complete via WP Cron','2021-02-07 06:08:45','2021-02-06 22:08:45'),(83619,30784,'action created','2021-02-07 06:08:45','2021-02-06 22:08:45'),(83620,30784,'action started via WP Cron','2021-02-07 06:09:52','2021-02-06 22:09:52'),(83621,30784,'action complete via WP Cron','2021-02-07 06:09:52','2021-02-06 22:09:52'),(83622,30785,'action created','2021-02-07 06:09:52','2021-02-06 22:09:52'),(83623,30785,'action started via WP Cron','2021-02-07 06:11:00','2021-02-06 22:11:00'),(83624,30785,'action complete via WP Cron','2021-02-07 06:11:00','2021-02-06 22:11:00'),(83625,30786,'action created','2021-02-07 06:11:00','2021-02-06 22:11:00'),(83626,30786,'action started via WP Cron','2021-02-07 06:11:52','2021-02-06 22:11:52'),(83627,30786,'action complete via WP Cron','2021-02-07 06:11:52','2021-02-06 22:11:52'),(83628,30787,'action created','2021-02-07 06:11:52','2021-02-06 22:11:52'),(83629,30787,'action started via WP Cron','2021-02-07 06:12:48','2021-02-06 22:12:48'),(83630,30787,'action complete via WP Cron','2021-02-07 06:12:48','2021-02-06 22:12:48'),(83631,30788,'action created','2021-02-07 06:12:49','2021-02-06 22:12:49'),(83632,30788,'action started via WP Cron','2021-02-07 06:13:47','2021-02-06 22:13:47'),(83633,30788,'action complete via WP Cron','2021-02-07 06:13:47','2021-02-06 22:13:47'),(83634,30789,'action created','2021-02-07 06:13:47','2021-02-06 22:13:47'),(83635,30789,'action started via WP Cron','2021-02-07 06:14:46','2021-02-06 22:14:46'),(83636,30789,'action complete via WP Cron','2021-02-07 06:14:46','2021-02-06 22:14:46'),(83637,30790,'action created','2021-02-07 06:14:46','2021-02-06 22:14:46'),(83638,30790,'action started via WP Cron','2021-02-07 06:15:52','2021-02-06 22:15:52'),(83639,30790,'action complete via WP Cron','2021-02-07 06:15:52','2021-02-06 22:15:52'),(83640,30791,'action created','2021-02-07 06:15:52','2021-02-06 22:15:52'),(83641,30791,'action started via WP Cron','2021-02-07 06:16:59','2021-02-06 22:16:59'),(83642,30791,'action complete via WP Cron','2021-02-07 06:16:59','2021-02-06 22:16:59'),(83643,30792,'action created','2021-02-07 06:16:59','2021-02-06 22:16:59'),(83644,30792,'action started via WP Cron','2021-02-07 06:18:09','2021-02-06 22:18:09'),(83645,30792,'action complete via WP Cron','2021-02-07 06:18:09','2021-02-06 22:18:09'),(83646,30793,'action created','2021-02-07 06:18:10','2021-02-06 22:18:10'),(83647,30793,'action started via WP Cron','2021-02-07 06:29:53','2021-02-06 22:29:53'),(83648,30793,'action complete via WP Cron','2021-02-07 06:29:53','2021-02-06 22:29:53'),(83649,30794,'action created','2021-02-07 06:29:53','2021-02-06 22:29:53'),(83650,30794,'action started via WP Cron','2021-02-07 06:34:03','2021-02-06 22:34:03'),(83651,30794,'action complete via WP Cron','2021-02-07 06:34:03','2021-02-06 22:34:03'),(83652,30795,'action created','2021-02-07 06:34:03','2021-02-06 22:34:03'),(83653,30795,'action started via WP Cron','2021-02-07 06:34:46','2021-02-06 22:34:46'),(83654,30795,'action complete via WP Cron','2021-02-07 06:34:46','2021-02-06 22:34:46'),(83655,30796,'action created','2021-02-07 06:34:46','2021-02-06 22:34:46'),(83656,30796,'action started via WP Cron','2021-02-07 06:35:47','2021-02-06 22:35:47'),(83657,30796,'action complete via WP Cron','2021-02-07 06:35:47','2021-02-06 22:35:47'),(83658,30797,'action created','2021-02-07 06:35:47','2021-02-06 22:35:47'),(83659,30797,'action started via WP Cron','2021-02-07 06:36:54','2021-02-06 22:36:54'),(83660,30797,'action complete via WP Cron','2021-02-07 06:36:54','2021-02-06 22:36:54'),(83661,30798,'action created','2021-02-07 06:36:54','2021-02-06 22:36:54'),(83662,30798,'action started via WP Cron','2021-02-07 06:37:50','2021-02-06 22:37:50'),(83663,30798,'action complete via WP Cron','2021-02-07 06:37:50','2021-02-06 22:37:50'),(83664,30799,'action created','2021-02-07 06:37:50','2021-02-06 22:37:50'),(83665,30799,'action started via WP Cron','2021-02-07 06:38:41','2021-02-06 22:38:41'),(83666,30799,'action complete via WP Cron','2021-02-07 06:38:41','2021-02-06 22:38:41'),(83667,30800,'action created','2021-02-07 06:38:41','2021-02-06 22:38:41'),(83668,30800,'action started via WP Cron','2021-02-07 06:39:54','2021-02-06 22:39:54'),(83669,30800,'action complete via WP Cron','2021-02-07 06:39:54','2021-02-06 22:39:54'),(83670,30801,'action created','2021-02-07 06:39:54','2021-02-06 22:39:54'),(83671,30801,'action started via WP Cron','2021-02-07 06:40:46','2021-02-06 22:40:46'),(83672,30801,'action complete via WP Cron','2021-02-07 06:40:46','2021-02-06 22:40:46'),(83673,30802,'action created','2021-02-07 06:40:46','2021-02-06 22:40:46'),(83674,30802,'action started via WP Cron','2021-02-07 06:41:52','2021-02-06 22:41:52'),(83675,30802,'action complete via WP Cron','2021-02-07 06:41:52','2021-02-06 22:41:52'),(83676,30803,'action created','2021-02-07 06:41:52','2021-02-06 22:41:52'),(83677,30803,'action started via WP Cron','2021-02-07 06:42:46','2021-02-06 22:42:46'),(83678,30803,'action complete via WP Cron','2021-02-07 06:42:46','2021-02-06 22:42:46'),(83679,30804,'action created','2021-02-07 06:42:46','2021-02-06 22:42:46'),(83680,30804,'action started via WP Cron','2021-02-07 06:43:41','2021-02-06 22:43:41'),(83681,30804,'action complete via WP Cron','2021-02-07 06:43:41','2021-02-06 22:43:41'),(83682,30805,'action created','2021-02-07 06:43:41','2021-02-06 22:43:41'),(83683,30805,'action started via WP Cron','2021-02-07 06:44:59','2021-02-06 22:44:59'),(83684,30805,'action complete via WP Cron','2021-02-07 06:44:59','2021-02-06 22:44:59'),(83685,30806,'action created','2021-02-07 06:44:59','2021-02-06 22:44:59'),(83686,30806,'action started via WP Cron','2021-02-07 06:45:51','2021-02-06 22:45:51'),(83687,30806,'action complete via WP Cron','2021-02-07 06:45:51','2021-02-06 22:45:51'),(83688,30807,'action created','2021-02-07 06:45:52','2021-02-06 22:45:52'),(83689,30807,'action started via WP Cron','2021-02-07 06:46:47','2021-02-06 22:46:47'),(83690,30807,'action complete via WP Cron','2021-02-07 06:46:47','2021-02-06 22:46:47'),(83691,30808,'action created','2021-02-07 06:46:47','2021-02-06 22:46:47'),(83692,30808,'action started via WP Cron','2021-02-07 06:47:50','2021-02-06 22:47:50'),(83693,30808,'action complete via WP Cron','2021-02-07 06:47:50','2021-02-06 22:47:50'),(83694,30809,'action created','2021-02-07 06:47:50','2021-02-06 22:47:50'),(83695,30809,'action started via WP Cron','2021-02-07 06:48:54','2021-02-06 22:48:54'),(83696,30809,'action complete via WP Cron','2021-02-07 06:48:54','2021-02-06 22:48:54'),(83697,30810,'action created','2021-02-07 06:48:54','2021-02-06 22:48:54'),(83698,30810,'action started via WP Cron','2021-02-07 06:49:46','2021-02-06 22:49:46'),(83699,30810,'action complete via WP Cron','2021-02-07 06:49:46','2021-02-06 22:49:46'),(83700,30811,'action created','2021-02-07 06:49:46','2021-02-06 22:49:46'),(83701,30811,'action started via WP Cron','2021-02-07 06:50:46','2021-02-06 22:50:46'),(83702,30811,'action complete via WP Cron','2021-02-07 06:50:46','2021-02-06 22:50:46'),(83703,30812,'action created','2021-02-07 06:50:47','2021-02-06 22:50:47'),(83704,30812,'action started via WP Cron','2021-02-07 06:51:52','2021-02-06 22:51:52'),(83705,30812,'action complete via WP Cron','2021-02-07 06:51:52','2021-02-06 22:51:52'),(83706,30813,'action created','2021-02-07 06:51:52','2021-02-06 22:51:52'),(83707,30813,'action started via WP Cron','2021-02-07 06:52:44','2021-02-06 22:52:44'),(83708,30813,'action complete via WP Cron','2021-02-07 06:52:44','2021-02-06 22:52:44'),(83709,30814,'action created','2021-02-07 06:52:44','2021-02-06 22:52:44'),(83710,30814,'action started via WP Cron','2021-02-07 06:53:48','2021-02-06 22:53:48'),(83711,30814,'action complete via WP Cron','2021-02-07 06:53:48','2021-02-06 22:53:48'),(83712,30815,'action created','2021-02-07 06:53:48','2021-02-06 22:53:48'),(83713,30815,'action started via WP Cron','2021-02-07 06:54:51','2021-02-06 22:54:51'),(83714,30815,'action complete via WP Cron','2021-02-07 06:54:51','2021-02-06 22:54:51'),(83715,30816,'action created','2021-02-07 06:54:51','2021-02-06 22:54:51'),(83716,30816,'action started via WP Cron','2021-02-07 06:55:53','2021-02-06 22:55:53'),(83717,30816,'action complete via WP Cron','2021-02-07 06:55:53','2021-02-06 22:55:53'),(83718,30817,'action created','2021-02-07 06:55:53','2021-02-06 22:55:53'),(83719,30817,'action started via WP Cron','2021-02-07 06:56:54','2021-02-06 22:56:54'),(83720,30817,'action complete via WP Cron','2021-02-07 06:56:54','2021-02-06 22:56:54'),(83721,30818,'action created','2021-02-07 06:56:54','2021-02-06 22:56:54'),(83722,30818,'action started via WP Cron','2021-02-07 06:57:57','2021-02-06 22:57:57'),(83723,30818,'action complete via WP Cron','2021-02-07 06:57:57','2021-02-06 22:57:57'),(83724,30819,'action created','2021-02-07 06:57:57','2021-02-06 22:57:57'),(83725,30819,'action started via WP Cron','2021-02-07 06:58:49','2021-02-06 22:58:49'),(83726,30819,'action complete via WP Cron','2021-02-07 06:58:49','2021-02-06 22:58:49'),(83727,30820,'action created','2021-02-07 06:58:49','2021-02-06 22:58:49'),(83728,30820,'action started via WP Cron','2021-02-07 07:00:02','2021-02-06 23:00:02'),(83729,30820,'action complete via WP Cron','2021-02-07 07:00:02','2021-02-06 23:00:02'),(83730,30821,'action created','2021-02-07 07:00:17','2021-02-06 23:00:17'),(83731,30821,'action started via WP Cron','2021-02-07 07:00:57','2021-02-06 23:00:57'),(83732,30821,'action complete via WP Cron','2021-02-07 07:00:57','2021-02-06 23:00:57'),(83733,30822,'action created','2021-02-07 07:00:57','2021-02-06 23:00:57'),(83734,30822,'action started via WP Cron','2021-02-07 07:01:47','2021-02-06 23:01:47'),(83735,30822,'action complete via WP Cron','2021-02-07 07:01:47','2021-02-06 23:01:47'),(83736,30823,'action created','2021-02-07 07:01:48','2021-02-06 23:01:48'),(83737,30823,'action started via WP Cron','2021-02-07 07:07:03','2021-02-06 23:07:03'),(83738,30823,'action complete via WP Cron','2021-02-07 07:07:03','2021-02-06 23:07:03'),(83739,30824,'action created','2021-02-07 07:07:03','2021-02-06 23:07:03'),(83740,30824,'action started via WP Cron','2021-02-07 07:14:07','2021-02-06 23:14:07'),(83741,30824,'action complete via WP Cron','2021-02-07 07:14:07','2021-02-06 23:14:07'),(83742,30825,'action created','2021-02-07 07:14:07','2021-02-06 23:14:07'),(83746,30826,'action started via WP Cron','2021-02-07 07:21:28','2021-02-06 23:21:28'),(83747,30826,'action complete via WP Cron','2021-02-07 07:21:28','2021-02-06 23:21:28'),(83748,30827,'action created','2021-02-07 07:21:28','2021-02-06 23:21:28'),(83749,30827,'action started via WP Cron','2021-02-07 07:28:53','2021-02-06 23:28:53'),(83750,30827,'action complete via WP Cron','2021-02-07 07:28:53','2021-02-06 23:28:53'),(83751,30828,'action created','2021-02-07 07:28:53','2021-02-06 23:28:53'),(83752,30828,'action started via WP Cron','2021-02-07 07:29:52','2021-02-06 23:29:52'),(83753,30828,'action complete via WP Cron','2021-02-07 07:29:52','2021-02-06 23:29:52'),(83754,30829,'action created','2021-02-07 07:29:52','2021-02-06 23:29:52'),(83755,30829,'action started via WP Cron','2021-02-07 07:31:54','2021-02-06 23:31:54'),(83756,30829,'action complete via WP Cron','2021-02-07 07:31:54','2021-02-06 23:31:54'),(83757,30830,'action created','2021-02-07 07:31:54','2021-02-06 23:31:54'),(83758,30830,'action started via WP Cron','2021-02-07 07:32:55','2021-02-06 23:32:55'),(83759,30830,'action complete via WP Cron','2021-02-07 07:32:55','2021-02-06 23:32:55'),(83760,30831,'action created','2021-02-07 07:32:55','2021-02-06 23:32:55'),(83761,30831,'action started via WP Cron','2021-02-07 07:33:56','2021-02-06 23:33:56'),(83762,30831,'action complete via WP Cron','2021-02-07 07:33:56','2021-02-06 23:33:56'),(83763,30832,'action created','2021-02-07 07:33:56','2021-02-06 23:33:56'),(83764,30832,'action started via WP Cron','2021-02-07 07:36:47','2021-02-06 23:36:47'),(83765,30832,'action complete via WP Cron','2021-02-07 07:36:47','2021-02-06 23:36:47'),(83766,30833,'action created','2021-02-07 07:36:47','2021-02-06 23:36:47'),(83767,30833,'action started via WP Cron','2021-02-07 07:37:57','2021-02-06 23:37:57'),(83768,30833,'action complete via WP Cron','2021-02-07 07:37:57','2021-02-06 23:37:57'),(83769,30834,'action created','2021-02-07 07:37:58','2021-02-06 23:37:58'),(83770,30834,'action started via WP Cron','2021-02-07 07:38:58','2021-02-06 23:38:58'),(83771,30834,'action complete via WP Cron','2021-02-07 07:38:58','2021-02-06 23:38:58'),(83772,30835,'action created','2021-02-07 07:38:58','2021-02-06 23:38:58'),(83773,30835,'action started via WP Cron','2021-02-07 07:39:59','2021-02-06 23:39:59'),(83774,30835,'action complete via WP Cron','2021-02-07 07:39:59','2021-02-06 23:39:59'),(83775,30836,'action created','2021-02-07 07:39:59','2021-02-06 23:39:59'),(83776,30836,'action started via WP Cron','2021-02-07 07:40:43','2021-02-06 23:40:43'),(83777,30836,'action complete via WP Cron','2021-02-07 07:40:43','2021-02-06 23:40:43'),(83778,30837,'action created','2021-02-07 07:40:43','2021-02-06 23:40:43'),(83779,30837,'action started via WP Cron','2021-02-07 07:41:46','2021-02-06 23:41:46'),(83780,30837,'action complete via WP Cron','2021-02-07 07:41:46','2021-02-06 23:41:46'),(83781,30838,'action created','2021-02-07 07:41:46','2021-02-06 23:41:46'),(83782,30838,'action started via WP Cron','2021-02-07 07:42:53','2021-02-06 23:42:53'),(83783,30838,'action complete via WP Cron','2021-02-07 07:42:53','2021-02-06 23:42:53'),(83784,30839,'action created','2021-02-07 07:42:53','2021-02-06 23:42:53'),(83785,30839,'action started via WP Cron','2021-02-07 07:43:59','2021-02-06 23:43:59'),(83786,30839,'action complete via WP Cron','2021-02-07 07:43:59','2021-02-06 23:43:59'),(83787,30840,'action created','2021-02-07 07:43:59','2021-02-06 23:43:59'),(83788,30840,'action started via WP Cron','2021-02-07 07:44:46','2021-02-06 23:44:46'),(83789,30840,'action complete via WP Cron','2021-02-07 07:44:46','2021-02-06 23:44:46'),(83790,30841,'action created','2021-02-07 07:44:47','2021-02-06 23:44:47'),(83791,30841,'action started via WP Cron','2021-02-07 07:45:59','2021-02-06 23:45:59'),(83792,30841,'action complete via WP Cron','2021-02-07 07:45:59','2021-02-06 23:45:59'),(83793,30842,'action created','2021-02-07 07:45:59','2021-02-06 23:45:59'),(83794,30842,'action started via WP Cron','2021-02-07 07:46:52','2021-02-06 23:46:52'),(83795,30842,'action complete via WP Cron','2021-02-07 07:46:52','2021-02-06 23:46:52'),(83796,30843,'action created','2021-02-07 07:46:52','2021-02-06 23:46:52'),(83797,30843,'action started via WP Cron','2021-02-07 07:47:46','2021-02-06 23:47:46'),(83798,30843,'action complete via WP Cron','2021-02-07 07:47:46','2021-02-06 23:47:46'),(83799,30844,'action created','2021-02-07 07:47:46','2021-02-06 23:47:46'),(83800,30844,'action started via WP Cron','2021-02-07 07:48:59','2021-02-06 23:48:59'),(83801,30844,'action complete via WP Cron','2021-02-07 07:48:59','2021-02-06 23:48:59'),(83802,30845,'action created','2021-02-07 07:48:59','2021-02-06 23:48:59'),(83803,30845,'action started via WP Cron','2021-02-07 07:49:43','2021-02-06 23:49:43'),(83804,30845,'action complete via WP Cron','2021-02-07 07:49:43','2021-02-06 23:49:43'),(83805,30846,'action created','2021-02-07 07:49:43','2021-02-06 23:49:43'),(83806,30846,'action started via WP Cron','2021-02-07 07:50:44','2021-02-06 23:50:44'),(83807,30846,'action complete via WP Cron','2021-02-07 07:50:44','2021-02-06 23:50:44'),(83808,30847,'action created','2021-02-07 07:50:44','2021-02-06 23:50:44'),(83809,30847,'action started via WP Cron','2021-02-07 07:51:48','2021-02-06 23:51:48'),(83810,30847,'action complete via WP Cron','2021-02-07 07:51:48','2021-02-06 23:51:48'),(83811,30848,'action created','2021-02-07 07:51:48','2021-02-06 23:51:48'),(83812,30848,'action started via WP Cron','2021-02-07 07:52:46','2021-02-06 23:52:46'),(83813,30848,'action complete via WP Cron','2021-02-07 07:52:46','2021-02-06 23:52:46'),(83814,30849,'action created','2021-02-07 07:52:46','2021-02-06 23:52:46'),(83815,30849,'action started via WP Cron','2021-02-07 07:53:58','2021-02-06 23:53:58'),(83816,30849,'action complete via WP Cron','2021-02-07 07:53:58','2021-02-06 23:53:58'),(83817,30850,'action created','2021-02-07 07:53:58','2021-02-06 23:53:58'),(83818,30850,'action started via WP Cron','2021-02-07 07:54:49','2021-02-06 23:54:49'),(83819,30850,'action complete via WP Cron','2021-02-07 07:54:49','2021-02-06 23:54:49'),(83820,30851,'action created','2021-02-07 07:54:49','2021-02-06 23:54:49'),(83821,30851,'action started via WP Cron','2021-02-07 07:55:46','2021-02-06 23:55:46'),(83822,30851,'action complete via WP Cron','2021-02-07 07:55:46','2021-02-06 23:55:46'),(83823,30852,'action created','2021-02-07 07:55:46','2021-02-06 23:55:46'),(83824,30852,'action started via WP Cron','2021-02-07 07:56:47','2021-02-06 23:56:47'),(83825,30852,'action complete via WP Cron','2021-02-07 07:56:47','2021-02-06 23:56:47'),(83826,30853,'action created','2021-02-07 07:56:48','2021-02-06 23:56:48'),(83827,30853,'action started via WP Cron','2021-02-07 07:57:49','2021-02-06 23:57:49'),(83828,30853,'action complete via WP Cron','2021-02-07 07:57:49','2021-02-06 23:57:49'),(83829,30854,'action created','2021-02-07 07:57:49','2021-02-06 23:57:49'),(83830,30854,'action started via WP Cron','2021-02-07 07:58:46','2021-02-06 23:58:46'),(83831,30854,'action complete via WP Cron','2021-02-07 07:58:46','2021-02-06 23:58:46'),(83832,30855,'action created','2021-02-07 07:58:46','2021-02-06 23:58:46'),(83833,30855,'action started via WP Cron','2021-02-07 07:59:47','2021-02-06 23:59:47'),(83834,30855,'action complete via WP Cron','2021-02-07 07:59:47','2021-02-06 23:59:47'),(83835,30856,'action created','2021-02-07 07:59:48','2021-02-06 23:59:48'),(83836,30856,'action started via WP Cron','2021-02-07 08:01:09','2021-02-07 00:01:09'),(83837,30856,'action complete via WP Cron','2021-02-07 08:01:09','2021-02-07 00:01:09'),(83838,30857,'action created','2021-02-07 08:01:10','2021-02-07 00:01:10'),(83839,30857,'action started via WP Cron','2021-02-07 08:02:05','2021-02-07 00:02:05'),(83840,30857,'action complete via WP Cron','2021-02-07 08:02:05','2021-02-07 00:02:05'),(83841,30858,'action created','2021-02-07 08:02:05','2021-02-07 00:02:05'),(83842,30858,'action started via WP Cron','2021-02-07 08:03:04','2021-02-07 00:03:04'),(83843,30858,'action complete via WP Cron','2021-02-07 08:03:04','2021-02-07 00:03:04'),(83844,30859,'action created','2021-02-07 08:03:05','2021-02-07 00:03:05'),(83845,30859,'action started via WP Cron','2021-02-07 08:04:08','2021-02-07 00:04:08'),(83846,30859,'action complete via WP Cron','2021-02-07 08:04:08','2021-02-07 00:04:08'),(83847,30860,'action created','2021-02-07 08:04:08','2021-02-07 00:04:08'),(83848,30860,'action started via WP Cron','2021-02-07 08:04:58','2021-02-07 00:04:58'),(83849,30860,'action complete via WP Cron','2021-02-07 08:04:58','2021-02-07 00:04:58'),(83850,30861,'action created','2021-02-07 08:04:58','2021-02-07 00:04:58'),(83851,30861,'action started via WP Cron','2021-02-07 08:06:06','2021-02-07 00:06:06'),(83852,30861,'action complete via WP Cron','2021-02-07 08:06:06','2021-02-07 00:06:06'),(83853,30862,'action created','2021-02-07 08:06:06','2021-02-07 00:06:06'),(83854,30862,'action started via WP Cron','2021-02-07 08:06:41','2021-02-07 00:06:41'),(83855,30862,'action complete via WP Cron','2021-02-07 08:06:41','2021-02-07 00:06:41'),(83856,30863,'action created','2021-02-07 08:06:41','2021-02-07 00:06:41'),(83857,30863,'action started via WP Cron','2021-02-07 08:07:58','2021-02-07 00:07:58'),(83858,30863,'action complete via WP Cron','2021-02-07 08:07:58','2021-02-07 00:07:58'),(83859,30864,'action created','2021-02-07 08:07:58','2021-02-07 00:07:58'),(83860,30864,'action started via WP Cron','2021-02-07 08:08:49','2021-02-07 00:08:49'),(83861,30864,'action complete via WP Cron','2021-02-07 08:08:49','2021-02-07 00:08:49'),(83862,30865,'action created','2021-02-07 08:08:49','2021-02-07 00:08:49'),(83863,30865,'action started via WP Cron','2021-02-07 08:10:09','2021-02-07 00:10:09'),(83864,30865,'action complete via WP Cron','2021-02-07 08:10:09','2021-02-07 00:10:09'),(83865,30866,'action created','2021-02-07 08:10:09','2021-02-07 00:10:09'),(83866,30866,'action started via WP Cron','2021-02-07 08:10:44','2021-02-07 00:10:44'),(83867,30866,'action complete via WP Cron','2021-02-07 08:10:44','2021-02-07 00:10:44'),(83868,30867,'action created','2021-02-07 08:10:44','2021-02-07 00:10:44'),(83869,30867,'action started via WP Cron','2021-02-07 08:11:45','2021-02-07 00:11:45'),(83870,30867,'action complete via WP Cron','2021-02-07 08:11:45','2021-02-07 00:11:45'),(83871,30868,'action created','2021-02-07 08:11:45','2021-02-07 00:11:45'),(83872,30868,'action started via WP Cron','2021-02-07 08:12:44','2021-02-07 00:12:44'),(83873,30868,'action complete via WP Cron','2021-02-07 08:12:44','2021-02-07 00:12:44'),(83874,30869,'action created','2021-02-07 08:12:44','2021-02-07 00:12:44'),(83875,30869,'action started via WP Cron','2021-02-07 08:13:52','2021-02-07 00:13:52'),(83876,30869,'action complete via WP Cron','2021-02-07 08:13:52','2021-02-07 00:13:52'),(83877,30870,'action created','2021-02-07 08:13:52','2021-02-07 00:13:52'),(83878,30870,'action started via WP Cron','2021-02-07 08:23:59','2021-02-07 00:23:59'),(83879,30870,'action complete via WP Cron','2021-02-07 08:23:59','2021-02-07 00:23:59'),(83880,30871,'action created','2021-02-07 08:23:59','2021-02-07 00:23:59'),(83881,30871,'action started via WP Cron','2021-02-07 08:32:59','2021-02-07 00:32:59'),(83882,30871,'action complete via WP Cron','2021-02-07 08:32:59','2021-02-07 00:32:59'),(83883,30872,'action created','2021-02-07 08:32:59','2021-02-07 00:32:59'),(83884,30872,'action started via WP Cron','2021-02-07 08:33:57','2021-02-07 00:33:57'),(83885,30872,'action complete via WP Cron','2021-02-07 08:33:57','2021-02-07 00:33:57'),(83886,30873,'action created','2021-02-07 08:34:02','2021-02-07 00:34:02'),(83887,30873,'action started via WP Cron','2021-02-07 08:35:36','2021-02-07 00:35:36'),(83888,30873,'action complete via WP Cron','2021-02-07 08:35:36','2021-02-07 00:35:36'),(83889,30874,'action created','2021-02-07 08:35:36','2021-02-07 00:35:36'),(83890,30874,'action started via WP Cron','2021-02-07 08:35:57','2021-02-07 00:35:57'),(83891,30874,'action complete via WP Cron','2021-02-07 08:35:57','2021-02-07 00:35:57'),(83892,30875,'action created','2021-02-07 08:35:57','2021-02-07 00:35:57'),(83893,30875,'action started via WP Cron','2021-02-07 08:38:19','2021-02-07 00:38:19'),(83894,30875,'action complete via WP Cron','2021-02-07 08:38:19','2021-02-07 00:38:19'),(83895,30876,'action created','2021-02-07 08:38:19','2021-02-07 00:38:19'),(83896,30876,'action started via WP Cron','2021-02-07 08:39:19','2021-02-07 00:39:19'),(83897,30876,'action complete via WP Cron','2021-02-07 08:39:19','2021-02-07 00:39:19'),(83898,30877,'action created','2021-02-07 08:39:19','2021-02-07 00:39:19'),(83899,30877,'action started via WP Cron','2021-02-07 08:39:53','2021-02-07 00:39:53'),(83900,30877,'action complete via WP Cron','2021-02-07 08:39:53','2021-02-07 00:39:53'),(83901,30878,'action created','2021-02-07 08:39:53','2021-02-07 00:39:53'),(83902,30878,'action started via WP Cron','2021-02-07 08:40:41','2021-02-07 00:40:41'),(83903,30878,'action complete via WP Cron','2021-02-07 08:40:41','2021-02-07 00:40:41'),(83904,30879,'action created','2021-02-07 08:40:41','2021-02-07 00:40:41'),(83905,30879,'action started via WP Cron','2021-02-07 08:41:50','2021-02-07 00:41:50'),(83906,30879,'action complete via WP Cron','2021-02-07 08:41:50','2021-02-07 00:41:50'),(83907,30880,'action created','2021-02-07 08:41:50','2021-02-07 00:41:50'),(83908,30880,'action started via WP Cron','2021-02-07 08:42:44','2021-02-07 00:42:44'),(83909,30880,'action complete via WP Cron','2021-02-07 08:42:44','2021-02-07 00:42:44'),(83910,30881,'action created','2021-02-07 08:42:44','2021-02-07 00:42:44'),(83911,30881,'action started via WP Cron','2021-02-07 08:43:55','2021-02-07 00:43:55'),(83912,30881,'action complete via WP Cron','2021-02-07 08:43:55','2021-02-07 00:43:55'),(83913,30882,'action created','2021-02-07 08:43:55','2021-02-07 00:43:55'),(83914,30882,'action started via WP Cron','2021-02-07 08:44:46','2021-02-07 00:44:46'),(83915,30882,'action complete via WP Cron','2021-02-07 08:44:46','2021-02-07 00:44:46'),(83916,30883,'action created','2021-02-07 08:44:46','2021-02-07 00:44:46'),(83917,30883,'action started via WP Cron','2021-02-07 08:45:46','2021-02-07 00:45:46'),(83918,30883,'action complete via WP Cron','2021-02-07 08:45:46','2021-02-07 00:45:46'),(83919,30884,'action created','2021-02-07 08:45:46','2021-02-07 00:45:46'),(83920,30884,'action started via WP Cron','2021-02-07 08:46:53','2021-02-07 00:46:53'),(83921,30884,'action complete via WP Cron','2021-02-07 08:46:53','2021-02-07 00:46:53'),(83922,30885,'action created','2021-02-07 08:46:53','2021-02-07 00:46:53'),(83923,30885,'action started via WP Cron','2021-02-07 08:47:41','2021-02-07 00:47:41'),(83924,30885,'action complete via WP Cron','2021-02-07 08:47:41','2021-02-07 00:47:41'),(83925,30886,'action created','2021-02-07 08:47:41','2021-02-07 00:47:41'),(83926,30886,'action started via WP Cron','2021-02-07 08:48:55','2021-02-07 00:48:55'),(83927,30886,'action complete via WP Cron','2021-02-07 08:48:55','2021-02-07 00:48:55'),(83928,30887,'action created','2021-02-07 08:48:55','2021-02-07 00:48:55'),(83929,30887,'action started via WP Cron','2021-02-07 08:49:45','2021-02-07 00:49:45'),(83930,30887,'action complete via WP Cron','2021-02-07 08:49:45','2021-02-07 00:49:45'),(83931,30888,'action created','2021-02-07 08:49:45','2021-02-07 00:49:45'),(83932,30888,'action started via WP Cron','2021-02-07 08:51:00','2021-02-07 00:51:00'),(83933,30888,'action complete via WP Cron','2021-02-07 08:51:00','2021-02-07 00:51:00'),(83934,30889,'action created','2021-02-07 08:51:00','2021-02-07 00:51:00'),(83935,30889,'action started via WP Cron','2021-02-07 08:51:45','2021-02-07 00:51:45'),(83936,30889,'action complete via WP Cron','2021-02-07 08:51:45','2021-02-07 00:51:45'),(83937,30890,'action created','2021-02-07 08:51:45','2021-02-07 00:51:45'),(83938,30890,'action started via WP Cron','2021-02-07 08:52:47','2021-02-07 00:52:47'),(83939,30890,'action complete via WP Cron','2021-02-07 08:52:47','2021-02-07 00:52:47'),(83940,30891,'action created','2021-02-07 08:52:47','2021-02-07 00:52:47'),(83941,30891,'action started via WP Cron','2021-02-07 08:54:06','2021-02-07 00:54:06'),(83942,30891,'action complete via WP Cron','2021-02-07 08:54:06','2021-02-07 00:54:06'),(83943,30892,'action created','2021-02-07 08:54:06','2021-02-07 00:54:06'),(83944,30892,'action started via WP Cron','2021-02-07 08:54:47','2021-02-07 00:54:47'),(83945,30892,'action complete via WP Cron','2021-02-07 08:54:47','2021-02-07 00:54:47'),(83946,30893,'action created','2021-02-07 08:54:47','2021-02-07 00:54:47'),(83947,30893,'action started via WP Cron','2021-02-07 08:55:48','2021-02-07 00:55:48'),(83948,30893,'action complete via WP Cron','2021-02-07 08:55:48','2021-02-07 00:55:48'),(83949,30894,'action created','2021-02-07 08:55:48','2021-02-07 00:55:48'),(83950,30894,'action started via WP Cron','2021-02-07 08:56:55','2021-02-07 00:56:55'),(83951,30894,'action complete via WP Cron','2021-02-07 08:56:55','2021-02-07 00:56:55'),(83952,30895,'action created','2021-02-07 08:56:55','2021-02-07 00:56:55'),(83953,30895,'action started via WP Cron','2021-02-07 08:57:41','2021-02-07 00:57:41'),(83954,30895,'action complete via WP Cron','2021-02-07 08:57:41','2021-02-07 00:57:41'),(83955,30896,'action created','2021-02-07 08:57:41','2021-02-07 00:57:41'),(83956,30896,'action started via WP Cron','2021-02-07 08:58:48','2021-02-07 00:58:48'),(83957,30896,'action complete via WP Cron','2021-02-07 08:58:48','2021-02-07 00:58:48'),(83958,30897,'action created','2021-02-07 08:58:48','2021-02-07 00:58:48'),(83959,30897,'action started via WP Cron','2021-02-07 09:00:07','2021-02-07 01:00:07'),(83960,30897,'action complete via WP Cron','2021-02-07 09:00:07','2021-02-07 01:00:07'),(83961,30898,'action created','2021-02-07 09:00:07','2021-02-07 01:00:07'),(83962,30898,'action started via WP Cron','2021-02-07 09:01:01','2021-02-07 01:01:01'),(83963,30898,'action complete via WP Cron','2021-02-07 09:01:01','2021-02-07 01:01:01'),(83967,30900,'action created','2021-02-07 09:01:01','2021-02-07 01:01:01'),(83968,30900,'action started via WP Cron','2021-02-07 09:01:45','2021-02-07 01:01:45'),(83969,30900,'action complete via WP Cron','2021-02-07 09:01:45','2021-02-07 01:01:45'),(83970,30901,'action created','2021-02-07 09:01:47','2021-02-07 01:01:47'),(83971,30901,'action started via WP Cron','2021-02-07 09:02:40','2021-02-07 01:02:40'),(83972,30901,'action complete via WP Cron','2021-02-07 09:02:40','2021-02-07 01:02:40'),(83973,30902,'action created','2021-02-07 09:02:41','2021-02-07 01:02:41'),(83974,30902,'action started via WP Cron','2021-02-07 09:03:41','2021-02-07 01:03:41'),(83975,30902,'action complete via WP Cron','2021-02-07 09:03:41','2021-02-07 01:03:41'),(83976,30903,'action created','2021-02-07 09:03:41','2021-02-07 01:03:41'),(83977,30903,'action started via WP Cron','2021-02-07 09:04:58','2021-02-07 01:04:58'),(83978,30903,'action complete via WP Cron','2021-02-07 09:04:58','2021-02-07 01:04:58'),(83979,30904,'action created','2021-02-07 09:04:58','2021-02-07 01:04:58'),(83980,30904,'action started via WP Cron','2021-02-07 09:05:57','2021-02-07 01:05:57'),(83981,30904,'action complete via WP Cron','2021-02-07 09:05:57','2021-02-07 01:05:57'),(83982,30905,'action created','2021-02-07 09:05:57','2021-02-07 01:05:57'),(83983,30905,'action started via WP Cron','2021-02-07 09:06:49','2021-02-07 01:06:49'),(83984,30905,'action complete via WP Cron','2021-02-07 09:06:49','2021-02-07 01:06:49'),(83985,30906,'action created','2021-02-07 09:06:49','2021-02-07 01:06:49'),(83986,30906,'action started via WP Cron','2021-02-07 09:08:01','2021-02-07 01:08:01'),(83987,30906,'action complete via WP Cron','2021-02-07 09:08:01','2021-02-07 01:08:01'),(83988,30907,'action created','2021-02-07 09:08:01','2021-02-07 01:08:01'),(83989,30907,'action started via WP Cron','2021-02-07 09:08:56','2021-02-07 01:08:56'),(83990,30907,'action complete via WP Cron','2021-02-07 09:08:56','2021-02-07 01:08:56'),(83991,30908,'action created','2021-02-07 09:08:56','2021-02-07 01:08:56'),(83992,30908,'action started via WP Cron','2021-02-07 09:09:57','2021-02-07 01:09:57'),(83993,30908,'action complete via WP Cron','2021-02-07 09:09:57','2021-02-07 01:09:57'),(83994,30909,'action created','2021-02-07 09:09:57','2021-02-07 01:09:57'),(83995,30909,'action started via WP Cron','2021-02-07 09:10:48','2021-02-07 01:10:48'),(83996,30909,'action complete via WP Cron','2021-02-07 09:10:48','2021-02-07 01:10:48'),(83997,30910,'action created','2021-02-07 09:10:48','2021-02-07 01:10:48'),(83998,30910,'action started via WP Cron','2021-02-07 09:11:55','2021-02-07 01:11:55'),(83999,30910,'action complete via WP Cron','2021-02-07 09:11:55','2021-02-07 01:11:55'),(84000,30911,'action created','2021-02-07 09:11:55','2021-02-07 01:11:55'),(84001,30911,'action started via WP Cron','2021-02-07 09:12:46','2021-02-07 01:12:46'),(84002,30911,'action complete via WP Cron','2021-02-07 09:12:46','2021-02-07 01:12:46'),(84003,30912,'action created','2021-02-07 09:12:46','2021-02-07 01:12:46'),(84004,30912,'action started via WP Cron','2021-02-07 09:13:53','2021-02-07 01:13:53'),(84005,30912,'action complete via WP Cron','2021-02-07 09:13:53','2021-02-07 01:13:53'),(84006,30913,'action created','2021-02-07 09:13:54','2021-02-07 01:13:54'),(84007,30913,'action started via WP Cron','2021-02-07 09:14:52','2021-02-07 01:14:52'),(84008,30913,'action complete via WP Cron','2021-02-07 09:14:52','2021-02-07 01:14:52'),(84009,30914,'action created','2021-02-07 09:14:52','2021-02-07 01:14:52'),(84010,30914,'action started via WP Cron','2021-02-07 09:16:06','2021-02-07 01:16:06'),(84011,30914,'action complete via WP Cron','2021-02-07 09:16:06','2021-02-07 01:16:06'),(84012,30915,'action created','2021-02-07 09:16:06','2021-02-07 01:16:06'),(84013,30915,'action started via WP Cron','2021-02-07 09:16:54','2021-02-07 01:16:54'),(84014,30915,'action complete via WP Cron','2021-02-07 09:16:54','2021-02-07 01:16:54'),(84015,30916,'action created','2021-02-07 09:16:54','2021-02-07 01:16:54'),(84016,30916,'action started via WP Cron','2021-02-07 09:17:44','2021-02-07 01:17:44'),(84017,30916,'action complete via WP Cron','2021-02-07 09:17:44','2021-02-07 01:17:44'),(84018,30917,'action created','2021-02-07 09:17:44','2021-02-07 01:17:44'),(84019,30917,'action started via WP Cron','2021-02-07 09:18:58','2021-02-07 01:18:58'),(84020,30917,'action complete via WP Cron','2021-02-07 09:18:58','2021-02-07 01:18:58'),(84021,30918,'action created','2021-02-07 09:18:59','2021-02-07 01:18:59'),(84022,30918,'action started via WP Cron','2021-02-07 09:19:57','2021-02-07 01:19:57'),(84023,30918,'action complete via WP Cron','2021-02-07 09:19:57','2021-02-07 01:19:57'),(84024,30919,'action created','2021-02-07 09:19:57','2021-02-07 01:19:57'),(84025,30919,'action started via WP Cron','2021-02-07 09:23:52','2021-02-07 01:23:52'),(84026,30919,'action complete via WP Cron','2021-02-07 09:23:52','2021-02-07 01:23:52'),(84027,30920,'action created','2021-02-07 09:23:53','2021-02-07 01:23:53'),(84028,30920,'action started via WP Cron','2021-02-07 09:32:43','2021-02-07 01:32:43'),(84029,30920,'action complete via WP Cron','2021-02-07 09:32:43','2021-02-07 01:32:43'),(84030,30921,'action created','2021-02-07 09:32:44','2021-02-07 01:32:44'),(84031,30921,'action started via WP Cron','2021-02-07 09:39:06','2021-02-07 01:39:06'),(84032,30921,'action complete via WP Cron','2021-02-07 09:39:06','2021-02-07 01:39:06'),(84033,30922,'action created','2021-02-07 09:39:06','2021-02-07 01:39:06'),(84034,30922,'action started via WP Cron','2021-02-07 09:42:43','2021-02-07 01:42:43'),(84035,30922,'action complete via WP Cron','2021-02-07 09:42:43','2021-02-07 01:42:43'),(84036,30923,'action created','2021-02-07 09:42:43','2021-02-07 01:42:43'),(84037,30923,'action started via WP Cron','2021-02-07 09:44:28','2021-02-07 01:44:28'),(84038,30923,'action complete via WP Cron','2021-02-07 09:44:28','2021-02-07 01:44:28'),(84039,30924,'action created','2021-02-07 09:44:28','2021-02-07 01:44:28'),(84040,30924,'action started via WP Cron','2021-02-07 09:45:13','2021-02-07 01:45:13'),(84041,30924,'action complete via WP Cron','2021-02-07 09:45:13','2021-02-07 01:45:13'),(84042,30925,'action created','2021-02-07 09:45:13','2021-02-07 01:45:13'),(84043,30925,'action started via WP Cron','2021-02-07 09:47:29','2021-02-07 01:47:29'),(84044,30925,'action complete via WP Cron','2021-02-07 09:47:29','2021-02-07 01:47:29'),(84045,30926,'action created','2021-02-07 09:47:29','2021-02-07 01:47:29'),(84046,30926,'action started via WP Cron','2021-02-07 09:48:39','2021-02-07 01:48:39'),(84047,30926,'action complete via WP Cron','2021-02-07 09:48:39','2021-02-07 01:48:39'),(84048,30927,'action created','2021-02-07 09:48:39','2021-02-07 01:48:39'),(84049,30927,'action started via WP Cron','2021-02-07 09:51:16','2021-02-07 01:51:16'),(84050,30927,'action complete via WP Cron','2021-02-07 09:51:16','2021-02-07 01:51:16'),(84051,30928,'action created','2021-02-07 09:51:16','2021-02-07 01:51:16'),(84052,30928,'action started via WP Cron','2021-02-07 09:51:49','2021-02-07 01:51:49'),(84053,30928,'action complete via WP Cron','2021-02-07 09:51:49','2021-02-07 01:51:49'),(84054,30929,'action created','2021-02-07 09:51:49','2021-02-07 01:51:49'),(84055,30929,'action started via WP Cron','2021-02-07 09:52:45','2021-02-07 01:52:45'),(84056,30929,'action complete via WP Cron','2021-02-07 09:52:45','2021-02-07 01:52:45'),(84057,30930,'action created','2021-02-07 09:52:45','2021-02-07 01:52:45'),(84058,30930,'action started via WP Cron','2021-02-07 09:54:02','2021-02-07 01:54:02'),(84059,30930,'action complete via WP Cron','2021-02-07 09:54:02','2021-02-07 01:54:02'),(84060,30931,'action created','2021-02-07 09:54:02','2021-02-07 01:54:02'),(84061,30931,'action started via WP Cron','2021-02-07 09:54:57','2021-02-07 01:54:57'),(84062,30931,'action complete via WP Cron','2021-02-07 09:54:57','2021-02-07 01:54:57'),(84063,30932,'action created','2021-02-07 09:54:57','2021-02-07 01:54:57'),(84064,30932,'action started via WP Cron','2021-02-07 09:55:46','2021-02-07 01:55:46'),(84065,30932,'action complete via WP Cron','2021-02-07 09:55:46','2021-02-07 01:55:46'),(84066,30933,'action created','2021-02-07 09:55:46','2021-02-07 01:55:46'),(84067,30933,'action started via WP Cron','2021-02-07 09:56:57','2021-02-07 01:56:57'),(84068,30933,'action complete via WP Cron','2021-02-07 09:56:57','2021-02-07 01:56:57'),(84069,30934,'action created','2021-02-07 09:56:57','2021-02-07 01:56:57'),(84070,30934,'action started via WP Cron','2021-02-07 09:57:51','2021-02-07 01:57:51'),(84071,30934,'action complete via WP Cron','2021-02-07 09:57:51','2021-02-07 01:57:51'),(84072,30935,'action created','2021-02-07 09:57:51','2021-02-07 01:57:51'),(84073,30935,'action started via WP Cron','2021-02-07 09:58:55','2021-02-07 01:58:55'),(84074,30935,'action complete via WP Cron','2021-02-07 09:58:55','2021-02-07 01:58:55'),(84075,30936,'action created','2021-02-07 09:58:55','2021-02-07 01:58:55'),(84076,30936,'action started via WP Cron','2021-02-07 09:59:42','2021-02-07 01:59:42'),(84077,30936,'action complete via WP Cron','2021-02-07 09:59:42','2021-02-07 01:59:42'),(84078,30937,'action created','2021-02-07 09:59:42','2021-02-07 01:59:42'),(84079,30937,'action started via WP Cron','2021-02-07 10:00:56','2021-02-07 02:00:56'),(84080,30937,'action complete via WP Cron','2021-02-07 10:00:56','2021-02-07 02:00:56'),(84081,30938,'action created','2021-02-07 10:00:56','2021-02-07 02:00:56'),(84082,30938,'action started via WP Cron','2021-02-07 10:01:49','2021-02-07 02:01:49'),(84083,30938,'action complete via WP Cron','2021-02-07 10:01:49','2021-02-07 02:01:49'),(84084,30939,'action created','2021-02-07 10:01:49','2021-02-07 02:01:49'),(84085,30939,'action started via WP Cron','2021-02-07 10:02:42','2021-02-07 02:02:42'),(84086,30939,'action complete via WP Cron','2021-02-07 10:02:42','2021-02-07 02:02:42'),(84087,30940,'action created','2021-02-07 10:02:42','2021-02-07 02:02:42'),(84088,30940,'action started via WP Cron','2021-02-07 10:03:40','2021-02-07 02:03:40'),(84089,30940,'action complete via WP Cron','2021-02-07 10:03:40','2021-02-07 02:03:40'),(84090,30941,'action created','2021-02-07 10:03:41','2021-02-07 02:03:41'),(84091,30941,'action started via WP Cron','2021-02-07 10:04:41','2021-02-07 02:04:41'),(84092,30941,'action complete via WP Cron','2021-02-07 10:04:41','2021-02-07 02:04:41'),(84093,30942,'action created','2021-02-07 10:04:42','2021-02-07 02:04:42'),(84094,30942,'action started via WP Cron','2021-02-07 10:05:43','2021-02-07 02:05:43'),(84095,30942,'action complete via WP Cron','2021-02-07 10:05:43','2021-02-07 02:05:43'),(84096,30943,'action created','2021-02-07 10:06:15','2021-02-07 02:06:15'),(84097,30943,'action started via WP Cron','2021-02-07 10:06:44','2021-02-07 02:06:44'),(84098,30943,'action complete via WP Cron','2021-02-07 10:06:44','2021-02-07 02:06:44'),(84099,30944,'action created','2021-02-07 10:06:44','2021-02-07 02:06:44'),(84100,30944,'action started via WP Cron','2021-02-07 10:08:11','2021-02-07 02:08:11'),(84101,30944,'action complete via WP Cron','2021-02-07 10:08:11','2021-02-07 02:08:11'),(84102,30945,'action created','2021-02-07 10:08:11','2021-02-07 02:08:11'),(84103,30945,'action started via WP Cron','2021-02-07 10:09:07','2021-02-07 02:09:07'),(84104,30945,'action complete via WP Cron','2021-02-07 10:09:07','2021-02-07 02:09:07'),(84105,30946,'action created','2021-02-07 10:09:07','2021-02-07 02:09:07'),(84106,30946,'action started via WP Cron','2021-02-07 10:10:03','2021-02-07 02:10:03'),(84107,30946,'action complete via WP Cron','2021-02-07 10:10:03','2021-02-07 02:10:03'),(84108,30947,'action created','2021-02-07 10:10:27','2021-02-07 02:10:27'),(84109,30947,'action started via WP Cron','2021-02-07 10:10:47','2021-02-07 02:10:47'),(84110,30947,'action complete via WP Cron','2021-02-07 10:10:48','2021-02-07 02:10:48'),(84111,30948,'action created','2021-02-07 10:10:48','2021-02-07 02:10:48'),(84112,30948,'action started via WP Cron','2021-02-07 10:11:41','2021-02-07 02:11:41'),(84113,30948,'action complete via WP Cron','2021-02-07 10:11:41','2021-02-07 02:11:41'),(84114,30949,'action created','2021-02-07 10:11:41','2021-02-07 02:11:41'),(84115,30949,'action started via WP Cron','2021-02-07 10:12:57','2021-02-07 02:12:57'),(84116,30949,'action complete via WP Cron','2021-02-07 10:12:57','2021-02-07 02:12:57'),(84117,30950,'action created','2021-02-07 10:12:57','2021-02-07 02:12:57'),(84118,30950,'action started via WP Cron','2021-02-07 10:13:42','2021-02-07 02:13:42'),(84119,30950,'action complete via WP Cron','2021-02-07 10:13:42','2021-02-07 02:13:42'),(84120,30951,'action created','2021-02-07 10:13:42','2021-02-07 02:13:42'),(84121,30951,'action started via WP Cron','2021-02-07 10:14:56','2021-02-07 02:14:56'),(84122,30951,'action complete via WP Cron','2021-02-07 10:14:56','2021-02-07 02:14:56'),(84123,30952,'action created','2021-02-07 10:14:56','2021-02-07 02:14:56'),(84124,30952,'action started via WP Cron','2021-02-07 10:16:08','2021-02-07 02:16:08'),(84125,30952,'action complete via WP Cron','2021-02-07 10:16:08','2021-02-07 02:16:08'),(84126,30953,'action created','2021-02-07 10:16:08','2021-02-07 02:16:08'),(84127,30953,'action started via WP Cron','2021-02-07 10:17:02','2021-02-07 02:17:02'),(84128,30953,'action complete via WP Cron','2021-02-07 10:17:02','2021-02-07 02:17:02'),(84129,30954,'action created','2021-02-07 10:17:02','2021-02-07 02:17:02'),(84130,30954,'action started via WP Cron','2021-02-07 10:17:46','2021-02-07 02:17:46'),(84131,30954,'action complete via WP Cron','2021-02-07 10:17:46','2021-02-07 02:17:46'),(84132,30955,'action created','2021-02-07 10:17:46','2021-02-07 02:17:46'),(84133,30955,'action started via WP Cron','2021-02-07 10:18:59','2021-02-07 02:18:59'),(84134,30955,'action complete via WP Cron','2021-02-07 10:18:59','2021-02-07 02:18:59'),(84135,30956,'action created','2021-02-07 10:18:59','2021-02-07 02:18:59'),(84136,30956,'action started via WP Cron','2021-02-07 10:19:55','2021-02-07 02:19:55'),(84137,30956,'action complete via WP Cron','2021-02-07 10:19:55','2021-02-07 02:19:55'),(84138,30957,'action created','2021-02-07 10:19:55','2021-02-07 02:19:55'),(84139,30957,'action started via WP Cron','2021-02-07 10:20:59','2021-02-07 02:20:59'),(84140,30957,'action complete via WP Cron','2021-02-07 10:20:59','2021-02-07 02:20:59'),(84141,30958,'action created','2021-02-07 10:20:59','2021-02-07 02:20:59'),(84142,30958,'action started via WP Cron','2021-02-07 10:22:02','2021-02-07 02:22:02'),(84143,30958,'action complete via WP Cron','2021-02-07 10:22:02','2021-02-07 02:22:02'),(84144,30959,'action created','2021-02-07 10:22:02','2021-02-07 02:22:02'),(84145,30959,'action started via WP Cron','2021-02-07 10:22:51','2021-02-07 02:22:51'),(84146,30959,'action complete via WP Cron','2021-02-07 10:22:51','2021-02-07 02:22:51'),(84147,30960,'action created','2021-02-07 10:22:51','2021-02-07 02:22:51'),(84148,30960,'action started via WP Cron','2021-02-07 10:23:57','2021-02-07 02:23:57'),(84149,30960,'action complete via WP Cron','2021-02-07 10:23:57','2021-02-07 02:23:57'),(84150,30961,'action created','2021-02-07 10:23:57','2021-02-07 02:23:57'),(84151,30961,'action started via WP Cron','2021-02-07 10:25:02','2021-02-07 02:25:02'),(84152,30961,'action complete via WP Cron','2021-02-07 10:25:02','2021-02-07 02:25:02'),(84153,30962,'action created','2021-02-07 10:25:28','2021-02-07 02:25:28'),(84154,30962,'action started via WP Cron','2021-02-07 10:25:48','2021-02-07 02:25:48'),(84155,30962,'action complete via WP Cron','2021-02-07 10:25:48','2021-02-07 02:25:48'),(84156,30963,'action created','2021-02-07 10:25:48','2021-02-07 02:25:48'),(84157,30963,'action started via WP Cron','2021-02-07 10:26:45','2021-02-07 02:26:45'),(84158,30963,'action complete via WP Cron','2021-02-07 10:26:45','2021-02-07 02:26:45'),(84159,30964,'action created','2021-02-07 10:26:45','2021-02-07 02:26:45'),(84160,30964,'action started via WP Cron','2021-02-07 10:27:55','2021-02-07 02:27:55'),(84161,30964,'action complete via WP Cron','2021-02-07 10:27:55','2021-02-07 02:27:55'),(84162,30965,'action created','2021-02-07 10:27:55','2021-02-07 02:27:55'),(84163,30965,'action started via WP Cron','2021-02-07 10:28:47','2021-02-07 02:28:47'),(84164,30965,'action complete via WP Cron','2021-02-07 10:28:47','2021-02-07 02:28:47'),(84165,30966,'action created','2021-02-07 10:28:47','2021-02-07 02:28:47'),(84166,30966,'action started via WP Cron','2021-02-07 10:29:57','2021-02-07 02:29:57'),(84167,30966,'action complete via WP Cron','2021-02-07 10:29:57','2021-02-07 02:29:57'),(84168,30967,'action created','2021-02-07 10:29:57','2021-02-07 02:29:57'),(84169,30967,'action started via WP Cron','2021-02-07 10:30:48','2021-02-07 02:30:48'),(84170,30967,'action complete via WP Cron','2021-02-07 10:30:48','2021-02-07 02:30:48'),(84171,30968,'action created','2021-02-07 10:30:48','2021-02-07 02:30:48'),(84172,30968,'action started via WP Cron','2021-02-07 10:32:15','2021-02-07 02:32:15'),(84173,30968,'action complete via WP Cron','2021-02-07 10:32:15','2021-02-07 02:32:15'),(84174,30969,'action created','2021-02-07 10:32:16','2021-02-07 02:32:16'),(84175,30969,'action started via WP Cron','2021-02-07 10:33:26','2021-02-07 02:33:26'),(84176,30969,'action complete via WP Cron','2021-02-07 10:33:26','2021-02-07 02:33:26'),(84177,30970,'action created','2021-02-07 10:33:26','2021-02-07 02:33:26'),(84178,30970,'action started via WP Cron','2021-02-07 10:34:28','2021-02-07 02:34:28'),(84179,30970,'action complete via WP Cron','2021-02-07 10:34:28','2021-02-07 02:34:28'),(84180,30971,'action created','2021-02-07 10:34:28','2021-02-07 02:34:28'),(84181,30971,'action started via WP Cron','2021-02-07 10:34:56','2021-02-07 02:34:56'),(84182,30971,'action complete via WP Cron','2021-02-07 10:34:56','2021-02-07 02:34:56'),(84183,30972,'action created','2021-02-07 10:34:56','2021-02-07 02:34:56'),(84184,30972,'action started via WP Cron','2021-02-07 10:36:32','2021-02-07 02:36:32'),(84185,30972,'action complete via WP Cron','2021-02-07 10:36:32','2021-02-07 02:36:32'),(84186,30973,'action created','2021-02-07 10:36:32','2021-02-07 02:36:32'),(84187,30973,'action started via WP Cron','2021-02-07 10:37:29','2021-02-07 02:37:29'),(84188,30973,'action complete via WP Cron','2021-02-07 10:37:29','2021-02-07 02:37:29'),(84189,30974,'action created','2021-02-07 10:37:29','2021-02-07 02:37:29'),(84190,30974,'action started via WP Cron','2021-02-07 10:38:31','2021-02-07 02:38:31'),(84191,30974,'action complete via WP Cron','2021-02-07 10:38:31','2021-02-07 02:38:31'),(84192,30975,'action created','2021-02-07 10:38:31','2021-02-07 02:38:31'),(84193,30975,'action started via WP Cron','2021-02-07 10:39:11','2021-02-07 02:39:11'),(84194,30975,'action complete via WP Cron','2021-02-07 10:39:11','2021-02-07 02:39:11'),(84195,30976,'action created','2021-02-07 10:39:11','2021-02-07 02:39:11'),(84196,30976,'action started via WP Cron','2021-02-07 10:40:36','2021-02-07 02:40:36'),(84197,30976,'action complete via WP Cron','2021-02-07 10:40:36','2021-02-07 02:40:36'),(84198,30977,'action created','2021-02-07 10:40:36','2021-02-07 02:40:36'),(84199,30977,'action started via WP Cron','2021-02-07 10:41:37','2021-02-07 02:41:37'),(84200,30977,'action complete via WP Cron','2021-02-07 10:41:37','2021-02-07 02:41:37'),(84201,30978,'action created','2021-02-07 10:41:37','2021-02-07 02:41:37'),(84202,30978,'action started via WP Cron','2021-02-07 10:42:14','2021-02-07 02:42:14'),(84203,30978,'action complete via WP Cron','2021-02-07 10:42:14','2021-02-07 02:42:14'),(84204,30979,'action created','2021-02-07 10:42:14','2021-02-07 02:42:14'),(84205,30979,'action started via WP Cron','2021-02-07 10:44:12','2021-02-07 02:44:12'),(84206,30979,'action complete via WP Cron','2021-02-07 10:44:12','2021-02-07 02:44:12'),(84207,30980,'action created','2021-02-07 10:44:13','2021-02-07 02:44:13'),(84208,30980,'action started via WP Cron','2021-02-07 10:45:30','2021-02-07 02:45:30'),(84209,30980,'action complete via WP Cron','2021-02-07 10:45:30','2021-02-07 02:45:30'),(84210,30981,'action created','2021-02-07 10:45:31','2021-02-07 02:45:31'),(84211,30981,'action started via WP Cron','2021-02-07 10:46:06','2021-02-07 02:46:06'),(84212,30981,'action complete via WP Cron','2021-02-07 10:46:06','2021-02-07 02:46:06'),(84213,30982,'action created','2021-02-07 10:46:07','2021-02-07 02:46:07'),(84214,30982,'action started via WP Cron','2021-02-07 10:50:05','2021-02-07 02:50:05'),(84215,30982,'action complete via WP Cron','2021-02-07 10:50:05','2021-02-07 02:50:05'),(84216,30983,'action created','2021-02-07 10:50:05','2021-02-07 02:50:05'),(84217,30983,'action started via WP Cron','2021-02-07 10:51:12','2021-02-07 02:51:12'),(84218,30983,'action complete via WP Cron','2021-02-07 10:51:12','2021-02-07 02:51:12'),(84219,30984,'action created','2021-02-07 10:51:12','2021-02-07 02:51:12'),(84220,30984,'action started via WP Cron','2021-02-07 10:52:13','2021-02-07 02:52:13'),(84221,30984,'action complete via WP Cron','2021-02-07 10:52:13','2021-02-07 02:52:13'),(84222,30985,'action created','2021-02-07 10:52:13','2021-02-07 02:52:13'),(84223,30985,'action started via WP Cron','2021-02-07 10:52:41','2021-02-07 02:52:41'),(84224,30985,'action complete via WP Cron','2021-02-07 10:52:41','2021-02-07 02:52:41'),(84225,30986,'action created','2021-02-07 10:52:41','2021-02-07 02:52:41'),(84226,30986,'action started via WP Cron','2021-02-07 10:54:15','2021-02-07 02:54:15'),(84227,30986,'action complete via WP Cron','2021-02-07 10:54:15','2021-02-07 02:54:15'),(84228,30987,'action created','2021-02-07 10:54:16','2021-02-07 02:54:16'),(84229,30987,'action started via WP Cron','2021-02-07 10:55:16','2021-02-07 02:55:16'),(84230,30987,'action complete via WP Cron','2021-02-07 10:55:16','2021-02-07 02:55:16'),(84231,30988,'action created','2021-02-07 10:55:16','2021-02-07 02:55:16'),(84232,30988,'action started via WP Cron','2021-02-07 10:56:18','2021-02-07 02:56:18'),(84233,30988,'action complete via WP Cron','2021-02-07 10:56:18','2021-02-07 02:56:18'),(84234,30989,'action created','2021-02-07 10:56:18','2021-02-07 02:56:18'),(84235,30989,'action started via WP Cron','2021-02-07 10:56:46','2021-02-07 02:56:46'),(84236,30989,'action complete via WP Cron','2021-02-07 10:56:46','2021-02-07 02:56:46'),(84237,30990,'action created','2021-02-07 10:56:46','2021-02-07 02:56:46'),(84238,30990,'action started via WP Cron','2021-02-07 11:13:31','2021-02-07 03:13:31'),(84239,30990,'action complete via WP Cron','2021-02-07 11:13:31','2021-02-07 03:13:31'),(84240,30991,'action created','2021-02-07 11:13:31','2021-02-07 03:13:31'),(84241,30991,'action started via WP Cron','2021-02-07 11:14:11','2021-02-07 03:14:11'),(84242,30991,'action complete via WP Cron','2021-02-07 11:14:11','2021-02-07 03:14:11'),(84243,30992,'action created','2021-02-07 11:14:12','2021-02-07 03:14:12'),(84244,30992,'action started via WP Cron','2021-02-07 11:14:49','2021-02-07 03:14:49'),(84245,30992,'action complete via WP Cron','2021-02-07 11:14:49','2021-02-07 03:14:49'),(84246,30993,'action created','2021-02-07 11:14:49','2021-02-07 03:14:49'),(84247,30993,'action started via WP Cron','2021-02-07 11:15:51','2021-02-07 03:15:51'),(84248,30993,'action complete via WP Cron','2021-02-07 11:15:51','2021-02-07 03:15:51'),(84249,30994,'action created','2021-02-07 11:15:51','2021-02-07 03:15:51'),(84250,30994,'action started via WP Cron','2021-02-07 11:16:49','2021-02-07 03:16:49'),(84251,30994,'action complete via WP Cron','2021-02-07 11:16:49','2021-02-07 03:16:49'),(84252,30995,'action created','2021-02-07 11:16:49','2021-02-07 03:16:49'),(84253,30995,'action started via WP Cron','2021-02-07 11:17:50','2021-02-07 03:17:50'),(84254,30995,'action complete via WP Cron','2021-02-07 11:17:50','2021-02-07 03:17:50'),(84255,30996,'action created','2021-02-07 11:17:50','2021-02-07 03:17:50'),(84256,30996,'action started via WP Cron','2021-02-07 11:19:00','2021-02-07 03:19:00'),(84257,30996,'action complete via WP Cron','2021-02-07 11:19:00','2021-02-07 03:19:00'),(84258,30997,'action created','2021-02-07 11:19:00','2021-02-07 03:19:00'),(84259,30997,'action started via WP Cron','2021-02-07 11:19:44','2021-02-07 03:19:44'),(84260,30997,'action complete via WP Cron','2021-02-07 11:19:44','2021-02-07 03:19:44'),(84261,30998,'action created','2021-02-07 11:19:44','2021-02-07 03:19:44'),(84262,30998,'action started via WP Cron','2021-02-07 11:20:45','2021-02-07 03:20:45'),(84263,30998,'action complete via WP Cron','2021-02-07 11:20:45','2021-02-07 03:20:45'),(84264,30999,'action created','2021-02-07 11:20:45','2021-02-07 03:20:45'),(84265,30999,'action started via WP Cron','2021-02-07 11:21:57','2021-02-07 03:21:57'),(84266,30999,'action complete via WP Cron','2021-02-07 11:21:57','2021-02-07 03:21:57'),(84267,31000,'action created','2021-02-07 11:21:57','2021-02-07 03:21:57'),(84268,31000,'action started via WP Cron','2021-02-07 11:22:41','2021-02-07 03:22:41'),(84269,31000,'action complete via WP Cron','2021-02-07 11:22:41','2021-02-07 03:22:41'),(84270,31001,'action created','2021-02-07 11:22:41','2021-02-07 03:22:41'),(84271,31001,'action started via WP Cron','2021-02-07 11:23:52','2021-02-07 03:23:52'),(84272,31001,'action complete via WP Cron','2021-02-07 11:23:52','2021-02-07 03:23:52'),(84273,31002,'action created','2021-02-07 11:23:52','2021-02-07 03:23:52'),(84274,31002,'action started via WP Cron','2021-02-07 11:25:00','2021-02-07 03:25:00'),(84275,31002,'action complete via WP Cron','2021-02-07 11:25:00','2021-02-07 03:25:00'),(84276,31003,'action created','2021-02-07 11:25:00','2021-02-07 03:25:00'),(84277,31003,'action started via WP Cron','2021-02-07 11:25:41','2021-02-07 03:25:41'),(84278,31003,'action complete via WP Cron','2021-02-07 11:25:41','2021-02-07 03:25:41'),(84279,31004,'action created','2021-02-07 11:25:41','2021-02-07 03:25:41'),(84280,31004,'action started via WP Cron','2021-02-07 11:26:42','2021-02-07 03:26:42'),(84281,31004,'action complete via WP Cron','2021-02-07 11:26:42','2021-02-07 03:26:42'),(84282,31005,'action created','2021-02-07 11:26:42','2021-02-07 03:26:42'),(84283,31005,'action started via WP Cron','2021-02-07 11:27:46','2021-02-07 03:27:46'),(84284,31005,'action complete via WP Cron','2021-02-07 11:27:46','2021-02-07 03:27:46'),(84285,31006,'action created','2021-02-07 11:27:46','2021-02-07 03:27:46'),(84286,31006,'action started via WP Cron','2021-02-07 11:28:43','2021-02-07 03:28:43'),(84287,31006,'action complete via WP Cron','2021-02-07 11:28:43','2021-02-07 03:28:43'),(84288,31007,'action created','2021-02-07 11:28:44','2021-02-07 03:28:44'),(84289,31007,'action started via WP Cron','2021-02-07 11:29:48','2021-02-07 03:29:48'),(84290,31007,'action complete via WP Cron','2021-02-07 11:29:48','2021-02-07 03:29:48'),(84291,31008,'action created','2021-02-07 11:29:48','2021-02-07 03:29:48'),(84292,31008,'action started via WP Cron','2021-02-07 11:30:58','2021-02-07 03:30:58'),(84293,31008,'action complete via WP Cron','2021-02-07 11:30:58','2021-02-07 03:30:58'),(84294,31009,'action created','2021-02-07 11:30:58','2021-02-07 03:30:58'),(84295,31009,'action started via WP Cron','2021-02-07 11:31:41','2021-02-07 03:31:41'),(84296,31009,'action complete via WP Cron','2021-02-07 11:31:41','2021-02-07 03:31:41'),(84297,31010,'action created','2021-02-07 11:31:41','2021-02-07 03:31:41'),(84298,31010,'action started via WP Cron','2021-02-07 11:32:51','2021-02-07 03:32:51'),(84299,31010,'action complete via WP Cron','2021-02-07 11:32:51','2021-02-07 03:32:51'),(84300,31011,'action created','2021-02-07 11:32:52','2021-02-07 03:32:52'),(84301,31011,'action started via WP Cron','2021-02-07 11:33:50','2021-02-07 03:33:50'),(84302,31011,'action complete via WP Cron','2021-02-07 11:33:50','2021-02-07 03:33:50'),(84303,31012,'action created','2021-02-07 11:33:50','2021-02-07 03:33:50'),(84304,31012,'action started via WP Cron','2021-02-07 11:34:44','2021-02-07 03:34:44'),(84305,31012,'action complete via WP Cron','2021-02-07 11:34:44','2021-02-07 03:34:44'),(84306,31013,'action created','2021-02-07 11:34:44','2021-02-07 03:34:44'),(84307,31013,'action started via WP Cron','2021-02-07 11:35:45','2021-02-07 03:35:45'),(84308,31013,'action complete via WP Cron','2021-02-07 11:35:45','2021-02-07 03:35:45'),(84309,31014,'action created','2021-02-07 11:35:45','2021-02-07 03:35:45'),(84310,31014,'action started via WP Cron','2021-02-07 11:37:06','2021-02-07 03:37:06'),(84311,31014,'action complete via WP Cron','2021-02-07 11:37:06','2021-02-07 03:37:06'),(84312,31015,'action created','2021-02-07 11:37:07','2021-02-07 03:37:07'),(84313,31015,'action started via WP Cron','2021-02-07 11:37:48','2021-02-07 03:37:48'),(84314,31015,'action complete via WP Cron','2021-02-07 11:37:48','2021-02-07 03:37:48'),(84315,31016,'action created','2021-02-07 11:37:49','2021-02-07 03:37:49'),(84316,31016,'action started via WP Cron','2021-02-07 11:38:41','2021-02-07 03:38:41'),(84317,31016,'action complete via WP Cron','2021-02-07 11:38:41','2021-02-07 03:38:41'),(84318,31017,'action created','2021-02-07 11:38:41','2021-02-07 03:38:41'),(84319,31017,'action started via WP Cron','2021-02-07 11:39:45','2021-02-07 03:39:45'),(84320,31017,'action complete via WP Cron','2021-02-07 11:39:45','2021-02-07 03:39:45'),(84321,31018,'action created','2021-02-07 11:39:45','2021-02-07 03:39:45'),(84322,31018,'action started via WP Cron','2021-02-07 11:41:01','2021-02-07 03:41:01'),(84323,31018,'action complete via WP Cron','2021-02-07 11:41:01','2021-02-07 03:41:01'),(84324,31019,'action created','2021-02-07 11:41:02','2021-02-07 03:41:02'),(84325,31019,'action started via WP Cron','2021-02-07 11:41:51','2021-02-07 03:41:51'),(84326,31019,'action complete via WP Cron','2021-02-07 11:41:51','2021-02-07 03:41:51'),(84327,31020,'action created','2021-02-07 11:41:51','2021-02-07 03:41:51'),(84328,31020,'action started via WP Cron','2021-02-07 11:42:48','2021-02-07 03:42:48'),(84329,31020,'action complete via WP Cron','2021-02-07 11:42:48','2021-02-07 03:42:48'),(84330,31021,'action created','2021-02-07 11:42:48','2021-02-07 03:42:48'),(84331,31021,'action started via WP Cron','2021-02-07 11:43:53','2021-02-07 03:43:53'),(84332,31021,'action complete via WP Cron','2021-02-07 11:43:53','2021-02-07 03:43:53'),(84333,31022,'action created','2021-02-07 11:43:53','2021-02-07 03:43:53'),(84334,31022,'action started via WP Cron','2021-02-07 11:44:51','2021-02-07 03:44:51'),(84335,31022,'action complete via WP Cron','2021-02-07 11:44:51','2021-02-07 03:44:51'),(84336,31023,'action created','2021-02-07 11:44:51','2021-02-07 03:44:51'),(84337,31023,'action started via WP Cron','2021-02-07 11:46:07','2021-02-07 03:46:07'),(84338,31023,'action complete via WP Cron','2021-02-07 11:46:07','2021-02-07 03:46:07'),(84339,31024,'action created','2021-02-07 11:46:07','2021-02-07 03:46:07'),(84340,31024,'action started via WP Cron','2021-02-07 11:46:55','2021-02-07 03:46:55'),(84341,31024,'action complete via WP Cron','2021-02-07 11:46:55','2021-02-07 03:46:55'),(84342,31025,'action created','2021-02-07 11:46:55','2021-02-07 03:46:55'),(84343,31025,'action started via WP Cron','2021-02-07 11:47:45','2021-02-07 03:47:45'),(84344,31025,'action complete via WP Cron','2021-02-07 11:47:45','2021-02-07 03:47:45'),(84345,31026,'action created','2021-02-07 11:47:45','2021-02-07 03:47:45'),(84346,31026,'action started via WP Cron','2021-02-07 11:48:41','2021-02-07 03:48:41'),(84347,31026,'action complete via WP Cron','2021-02-07 11:48:41','2021-02-07 03:48:41'),(84348,31027,'action created','2021-02-07 11:48:41','2021-02-07 03:48:41'),(84349,31027,'action started via WP Cron','2021-02-07 11:49:46','2021-02-07 03:49:46'),(84350,31027,'action complete via WP Cron','2021-02-07 11:49:46','2021-02-07 03:49:46'),(84351,31028,'action created','2021-02-07 11:49:46','2021-02-07 03:49:46'),(84352,31028,'action started via WP Cron','2021-02-07 11:50:58','2021-02-07 03:50:58'),(84353,31028,'action complete via WP Cron','2021-02-07 11:50:58','2021-02-07 03:50:58'),(84354,31029,'action created','2021-02-07 11:50:58','2021-02-07 03:50:58'),(84355,31029,'action started via WP Cron','2021-02-07 11:51:57','2021-02-07 03:51:57'),(84356,31029,'action complete via WP Cron','2021-02-07 11:51:57','2021-02-07 03:51:57'),(84357,31030,'action created','2021-02-07 11:51:57','2021-02-07 03:51:57'),(84358,31030,'action started via WP Cron','2021-02-07 11:52:46','2021-02-07 03:52:46'),(84359,31030,'action complete via WP Cron','2021-02-07 11:52:46','2021-02-07 03:52:46'),(84360,31031,'action created','2021-02-07 11:52:46','2021-02-07 03:52:46'),(84361,31031,'action started via WP Cron','2021-02-07 11:55:36','2021-02-07 03:55:36'),(84362,31031,'action complete via WP Cron','2021-02-07 11:55:36','2021-02-07 03:55:36'),(84363,31032,'action created','2021-02-07 11:55:36','2021-02-07 03:55:36'),(84364,31032,'action started via WP Cron','2021-02-07 11:58:59','2021-02-07 03:58:59'),(84365,31032,'action complete via WP Cron','2021-02-07 11:58:59','2021-02-07 03:58:59'),(84366,31033,'action created','2021-02-07 11:58:59','2021-02-07 03:58:59'),(84367,31033,'action started via WP Cron','2021-02-07 12:00:00','2021-02-07 04:00:00'),(84368,31033,'action complete via WP Cron','2021-02-07 12:00:00','2021-02-07 04:00:00'),(84369,31034,'action created','2021-02-07 12:00:00','2021-02-07 04:00:00'),(84370,31034,'action started via WP Cron','2021-02-07 12:01:01','2021-02-07 04:01:01'),(84371,31034,'action complete via WP Cron','2021-02-07 12:01:01','2021-02-07 04:01:01'),(84372,31035,'action created','2021-02-07 12:01:01','2021-02-07 04:01:01'),(84373,31035,'action started via WP Cron','2021-02-07 12:03:03','2021-02-07 04:03:03'),(84374,31035,'action complete via WP Cron','2021-02-07 12:03:03','2021-02-07 04:03:03'),(84375,31036,'action created','2021-02-07 12:03:03','2021-02-07 04:03:03'),(84376,31036,'action started via WP Cron','2021-02-07 12:04:04','2021-02-07 04:04:04'),(84377,31036,'action complete via WP Cron','2021-02-07 12:04:04','2021-02-07 04:04:04'),(84378,31037,'action created','2021-02-07 12:04:04','2021-02-07 04:04:04'),(84379,31037,'action started via WP Cron','2021-02-07 12:16:50','2021-02-07 04:16:50'),(84380,31037,'action complete via WP Cron','2021-02-07 12:16:50','2021-02-07 04:16:50'),(84381,31038,'action created','2021-02-07 12:16:50','2021-02-07 04:16:50'),(84382,31038,'action started via WP Cron','2021-02-07 12:17:55','2021-02-07 04:17:55'),(84383,31038,'action complete via WP Cron','2021-02-07 12:17:55','2021-02-07 04:17:55'),(84384,31039,'action created','2021-02-07 12:17:55','2021-02-07 04:17:55'),(84385,31039,'action started via WP Cron','2021-02-07 12:19:04','2021-02-07 04:19:04'),(84386,31039,'action complete via WP Cron','2021-02-07 12:19:04','2021-02-07 04:19:04'),(84387,31040,'action created','2021-02-07 12:19:04','2021-02-07 04:19:04'),(84388,31040,'action started via WP Cron','2021-02-07 12:20:05','2021-02-07 04:20:05'),(84389,31040,'action complete via WP Cron','2021-02-07 12:20:05','2021-02-07 04:20:05'),(84390,31041,'action created','2021-02-07 12:20:06','2021-02-07 04:20:06'),(84391,31041,'action started via WP Cron','2021-02-07 12:20:56','2021-02-07 04:20:56'),(84392,31041,'action complete via WP Cron','2021-02-07 12:20:56','2021-02-07 04:20:56'),(84393,31042,'action created','2021-02-07 12:20:56','2021-02-07 04:20:56'),(84394,31042,'action started via WP Cron','2021-02-07 12:22:02','2021-02-07 04:22:02'),(84395,31042,'action complete via WP Cron','2021-02-07 12:22:02','2021-02-07 04:22:02'),(84396,31043,'action created','2021-02-07 12:22:02','2021-02-07 04:22:02'),(84397,31043,'action started via WP Cron','2021-02-07 12:22:50','2021-02-07 04:22:50'),(84398,31043,'action complete via WP Cron','2021-02-07 12:22:50','2021-02-07 04:22:50'),(84399,31044,'action created','2021-02-07 12:22:50','2021-02-07 04:22:50'),(84400,31044,'action started via WP Cron','2021-02-07 12:24:03','2021-02-07 04:24:03'),(84401,31044,'action complete via WP Cron','2021-02-07 12:24:03','2021-02-07 04:24:03'),(84402,31045,'action created','2021-02-07 12:24:03','2021-02-07 04:24:03'),(84403,31045,'action started via WP Cron','2021-02-07 12:24:49','2021-02-07 04:24:49'),(84404,31045,'action complete via WP Cron','2021-02-07 12:24:49','2021-02-07 04:24:49'),(84405,31046,'action created','2021-02-07 12:24:49','2021-02-07 04:24:49'),(84406,31046,'action started via WP Cron','2021-02-07 12:25:53','2021-02-07 04:25:53'),(84407,31046,'action complete via WP Cron','2021-02-07 12:25:53','2021-02-07 04:25:53'),(84408,31047,'action created','2021-02-07 12:25:53','2021-02-07 04:25:53'),(84409,31047,'action started via WP Cron','2021-02-07 12:26:57','2021-02-07 04:26:57'),(84410,31047,'action complete via WP Cron','2021-02-07 12:26:57','2021-02-07 04:26:57'),(84411,31048,'action created','2021-02-07 12:26:57','2021-02-07 04:26:57'),(84412,31048,'action started via WP Cron','2021-02-07 12:28:02','2021-02-07 04:28:02'),(84413,31048,'action complete via WP Cron','2021-02-07 12:28:02','2021-02-07 04:28:02'),(84414,31049,'action created','2021-02-07 12:28:02','2021-02-07 04:28:02'),(84415,31049,'action started via WP Cron','2021-02-07 12:28:48','2021-02-07 04:28:48'),(84416,31049,'action complete via WP Cron','2021-02-07 12:28:48','2021-02-07 04:28:48'),(84417,31050,'action created','2021-02-07 12:28:48','2021-02-07 04:28:48'),(84418,31050,'action started via WP Cron','2021-02-07 12:29:53','2021-02-07 04:29:53'),(84419,31050,'action complete via WP Cron','2021-02-07 12:29:53','2021-02-07 04:29:53'),(84420,31051,'action created','2021-02-07 12:29:53','2021-02-07 04:29:53'),(84421,31051,'action started via WP Cron','2021-02-07 12:31:05','2021-02-07 04:31:05'),(84422,31051,'action complete via WP Cron','2021-02-07 12:31:05','2021-02-07 04:31:05'),(84423,31052,'action created','2021-02-07 12:31:05','2021-02-07 04:31:05'),(84424,31052,'action started via WP Cron','2021-02-07 12:31:41','2021-02-07 04:31:41'),(84425,31052,'action complete via WP Cron','2021-02-07 12:31:41','2021-02-07 04:31:41'),(84426,31053,'action created','2021-02-07 12:31:41','2021-02-07 04:31:41'),(84427,31053,'action started via WP Cron','2021-02-07 12:32:47','2021-02-07 04:32:47'),(84428,31053,'action complete via WP Cron','2021-02-07 12:32:47','2021-02-07 04:32:47'),(84429,31054,'action created','2021-02-07 12:32:47','2021-02-07 04:32:47'),(84430,31054,'action started via WP Cron','2021-02-07 12:33:53','2021-02-07 04:33:53'),(84431,31054,'action complete via WP Cron','2021-02-07 12:33:53','2021-02-07 04:33:53'),(84432,31055,'action created','2021-02-07 12:33:53','2021-02-07 04:33:53'),(84433,31055,'action started via WP Cron','2021-02-07 12:34:54','2021-02-07 04:34:54'),(84434,31055,'action complete via WP Cron','2021-02-07 12:34:54','2021-02-07 04:34:54'),(84435,31056,'action created','2021-02-07 12:34:54','2021-02-07 04:34:54'),(84436,31056,'action started via WP Cron','2021-02-07 12:35:55','2021-02-07 04:35:55'),(84437,31056,'action complete via WP Cron','2021-02-07 12:35:55','2021-02-07 04:35:55'),(84438,31057,'action created','2021-02-07 12:35:55','2021-02-07 04:35:55'),(84439,31057,'action started via WP Cron','2021-02-07 12:36:44','2021-02-07 04:36:44'),(84440,31057,'action complete via WP Cron','2021-02-07 12:36:44','2021-02-07 04:36:44'),(84441,31058,'action created','2021-02-07 12:36:44','2021-02-07 04:36:44'),(84442,31058,'action started via WP Cron','2021-02-07 12:37:48','2021-02-07 04:37:48'),(84443,31058,'action complete via WP Cron','2021-02-07 12:37:48','2021-02-07 04:37:48'),(84444,31059,'action created','2021-02-07 12:37:48','2021-02-07 04:37:48'),(84445,31059,'action started via WP Cron','2021-02-07 12:38:41','2021-02-07 04:38:41'),(84446,31059,'action complete via WP Cron','2021-02-07 12:38:41','2021-02-07 04:38:41'),(84447,31060,'action created','2021-02-07 12:38:41','2021-02-07 04:38:41'),(84448,31060,'action started via WP Cron','2021-02-07 12:39:42','2021-02-07 04:39:42'),(84449,31060,'action complete via WP Cron','2021-02-07 12:39:42','2021-02-07 04:39:42'),(84450,31061,'action created','2021-02-07 12:39:42','2021-02-07 04:39:42'),(84451,31061,'action started via WP Cron','2021-02-07 12:40:42','2021-02-07 04:40:42'),(84452,31061,'action complete via WP Cron','2021-02-07 12:40:42','2021-02-07 04:40:42'),(84453,31062,'action created','2021-02-07 12:40:42','2021-02-07 04:40:42'),(84454,31062,'action started via WP Cron','2021-02-07 12:41:42','2021-02-07 04:41:42'),(84455,31062,'action complete via WP Cron','2021-02-07 12:41:42','2021-02-07 04:41:42'),(84456,31063,'action created','2021-02-07 12:41:42','2021-02-07 04:41:42'),(84457,31063,'action started via WP Cron','2021-02-07 12:42:43','2021-02-07 04:42:43'),(84458,31063,'action complete via WP Cron','2021-02-07 12:42:43','2021-02-07 04:42:43'),(84459,31064,'action created','2021-02-07 12:42:43','2021-02-07 04:42:43'),(84460,31064,'action started via WP Cron','2021-02-07 12:43:59','2021-02-07 04:43:59'),(84461,31064,'action complete via WP Cron','2021-02-07 12:43:59','2021-02-07 04:43:59'),(84462,31065,'action created','2021-02-07 12:43:59','2021-02-07 04:43:59'),(84463,31065,'action started via WP Cron','2021-02-07 12:44:43','2021-02-07 04:44:43'),(84464,31065,'action complete via WP Cron','2021-02-07 12:44:43','2021-02-07 04:44:43'),(84465,31066,'action created','2021-02-07 12:44:44','2021-02-07 04:44:44'),(84466,31066,'action started via WP Cron','2021-02-07 12:45:45','2021-02-07 04:45:45'),(84467,31066,'action complete via WP Cron','2021-02-07 12:45:45','2021-02-07 04:45:45'),(84468,31067,'action created','2021-02-07 12:45:45','2021-02-07 04:45:45'),(84469,31067,'action started via WP Cron','2021-02-07 12:46:44','2021-02-07 04:46:44'),(84470,31067,'action complete via WP Cron','2021-02-07 12:46:44','2021-02-07 04:46:44'),(84471,31068,'action created','2021-02-07 12:46:44','2021-02-07 04:46:44'),(84472,31068,'action started via WP Cron','2021-02-07 12:47:41','2021-02-07 04:47:41'),(84473,31068,'action complete via WP Cron','2021-02-07 12:47:41','2021-02-07 04:47:41'),(84474,31069,'action created','2021-02-07 12:47:41','2021-02-07 04:47:41'),(84475,31069,'action started via WP Cron','2021-02-07 12:48:44','2021-02-07 04:48:44'),(84476,31069,'action complete via WP Cron','2021-02-07 12:48:44','2021-02-07 04:48:44'),(84477,31070,'action created','2021-02-07 12:48:44','2021-02-07 04:48:44'),(84478,31070,'action started via WP Cron','2021-02-07 12:49:52','2021-02-07 04:49:52'),(84479,31070,'action complete via WP Cron','2021-02-07 12:49:52','2021-02-07 04:49:52'),(84480,31071,'action created','2021-02-07 12:49:52','2021-02-07 04:49:52'),(84481,31071,'action started via WP Cron','2021-02-07 12:50:44','2021-02-07 04:50:44'),(84482,31071,'action complete via WP Cron','2021-02-07 12:50:44','2021-02-07 04:50:44'),(84483,31072,'action created','2021-02-07 12:50:44','2021-02-07 04:50:44'),(84484,31072,'action started via WP Cron','2021-02-07 12:51:58','2021-02-07 04:51:58'),(84485,31072,'action complete via WP Cron','2021-02-07 12:51:58','2021-02-07 04:51:58'),(84486,31073,'action created','2021-02-07 12:51:58','2021-02-07 04:51:58'),(84487,31073,'action started via WP Cron','2021-02-07 12:52:45','2021-02-07 04:52:45'),(84488,31073,'action complete via WP Cron','2021-02-07 12:52:45','2021-02-07 04:52:45'),(84489,31074,'action created','2021-02-07 12:52:46','2021-02-07 04:52:46'),(84490,31074,'action started via WP Cron','2021-02-07 13:04:25','2021-02-07 05:04:25'),(84491,31074,'action complete via WP Cron','2021-02-07 13:04:25','2021-02-07 05:04:25'),(84492,31075,'action created','2021-02-07 13:04:25','2021-02-07 05:04:25'),(84493,31075,'action started via WP Cron','2021-02-07 13:05:26','2021-02-07 05:05:26'),(84494,31075,'action complete via WP Cron','2021-02-07 13:05:26','2021-02-07 05:05:26'),(84495,31076,'action created','2021-02-07 13:05:26','2021-02-07 05:05:26'),(84496,31076,'action started via WP Cron','2021-02-07 13:06:27','2021-02-07 05:06:27'),(84497,31076,'action complete via WP Cron','2021-02-07 13:06:27','2021-02-07 05:06:27'),(84498,31077,'action created','2021-02-07 13:06:27','2021-02-07 05:06:27'),(84499,31077,'action started via WP Cron','2021-02-07 13:08:29','2021-02-07 05:08:29'),(84500,31077,'action complete via WP Cron','2021-02-07 13:08:29','2021-02-07 05:08:29'),(84501,31078,'action created','2021-02-07 13:08:29','2021-02-07 05:08:29'),(84502,31078,'action started via WP Cron','2021-02-07 13:09:31','2021-02-07 05:09:31'),(84503,31078,'action complete via WP Cron','2021-02-07 13:09:31','2021-02-07 05:09:31'),(84504,31079,'action created','2021-02-07 13:09:31','2021-02-07 05:09:31'),(84505,31079,'action started via WP Cron','2021-02-07 13:10:33','2021-02-07 05:10:33'),(84506,31079,'action complete via WP Cron','2021-02-07 13:10:33','2021-02-07 05:10:33'),(84507,31080,'action created','2021-02-07 13:10:33','2021-02-07 05:10:33'),(84508,31080,'action started via WP Cron','2021-02-07 13:11:28','2021-02-07 05:11:28'),(84509,31080,'action complete via WP Cron','2021-02-07 13:11:28','2021-02-07 05:11:28'),(84510,31081,'action created','2021-02-07 13:18:21','2021-02-07 05:18:21'),(84511,31081,'action started via WP Cron','2021-02-07 13:19:07','2021-02-07 05:19:07'),(84512,31081,'action complete via WP Cron','2021-02-07 13:19:08','2021-02-07 05:19:08'),(84513,31082,'action created','2021-02-07 13:19:08','2021-02-07 05:19:08'),(84514,31082,'action started via WP Cron','2021-02-07 13:19:42','2021-02-07 05:19:42'),(84515,31082,'action complete via WP Cron','2021-02-07 13:19:42','2021-02-07 05:19:42'),(84516,31083,'action created','2021-02-07 13:19:42','2021-02-07 05:19:42'),(84517,31083,'action started via WP Cron','2021-02-07 13:20:59','2021-02-07 05:20:59'),(84518,31083,'action complete via WP Cron','2021-02-07 13:20:59','2021-02-07 05:20:59'),(84519,31084,'action created','2021-02-07 13:20:59','2021-02-07 05:20:59'),(84520,31084,'action started via WP Cron','2021-02-07 13:22:01','2021-02-07 05:22:01'),(84521,31084,'action complete via WP Cron','2021-02-07 13:22:01','2021-02-07 05:22:01'),(84522,31085,'action created','2021-02-07 13:22:01','2021-02-07 05:22:01'),(84523,31085,'action started via WP Cron','2021-02-07 13:22:51','2021-02-07 05:22:51'),(84524,31085,'action complete via WP Cron','2021-02-07 13:22:51','2021-02-07 05:22:51'),(84525,31086,'action created','2021-02-07 13:22:52','2021-02-07 05:22:52'),(84526,31086,'action started via WP Cron','2021-02-07 13:23:49','2021-02-07 05:23:49'),(84527,31086,'action complete via WP Cron','2021-02-07 13:23:49','2021-02-07 05:23:49'),(84528,31087,'action created','2021-02-07 13:23:49','2021-02-07 05:23:49'),(84529,31087,'action started via WP Cron','2021-02-07 13:24:47','2021-02-07 05:24:47'),(84530,31087,'action complete via WP Cron','2021-02-07 13:24:47','2021-02-07 05:24:47'),(84531,31088,'action created','2021-02-07 13:24:47','2021-02-07 05:24:47'),(84532,31088,'action started via WP Cron','2021-02-07 13:25:56','2021-02-07 05:25:56'),(84533,31088,'action complete via WP Cron','2021-02-07 13:25:56','2021-02-07 05:25:56'),(84534,31089,'action created','2021-02-07 13:25:57','2021-02-07 05:25:57'),(84535,31089,'action started via WP Cron','2021-02-07 13:27:04','2021-02-07 05:27:04'),(84536,31089,'action complete via WP Cron','2021-02-07 13:27:04','2021-02-07 05:27:04'),(84537,31090,'action created','2021-02-07 13:27:04','2021-02-07 05:27:04'),(84538,31090,'action started via WP Cron','2021-02-07 13:27:54','2021-02-07 05:27:54'),(84539,31090,'action complete via WP Cron','2021-02-07 13:27:54','2021-02-07 05:27:54'),(84540,31091,'action created','2021-02-07 13:27:54','2021-02-07 05:27:54'),(84541,31091,'action started via WP Cron','2021-02-07 13:28:53','2021-02-07 05:28:53'),(84542,31091,'action complete via WP Cron','2021-02-07 13:28:53','2021-02-07 05:28:53'),(84543,31092,'action created','2021-02-07 13:28:53','2021-02-07 05:28:53'),(84544,31092,'action started via WP Cron','2021-02-07 13:29:46','2021-02-07 05:29:46'),(84545,31092,'action complete via WP Cron','2021-02-07 13:29:46','2021-02-07 05:29:46'),(84546,31093,'action created','2021-02-07 13:29:46','2021-02-07 05:29:46'),(84547,31093,'action started via WP Cron','2021-02-07 13:30:40','2021-02-07 05:30:40'),(84548,31093,'action complete via WP Cron','2021-02-07 13:30:40','2021-02-07 05:30:40'),(84549,31094,'action created','2021-02-07 13:30:41','2021-02-07 05:30:41'),(84550,31094,'action started via WP Cron','2021-02-07 13:31:46','2021-02-07 05:31:46'),(84551,31094,'action complete via WP Cron','2021-02-07 13:31:46','2021-02-07 05:31:46'),(84552,31095,'action created','2021-02-07 13:31:46','2021-02-07 05:31:46'),(84553,31095,'action started via WP Cron','2021-02-07 13:33:03','2021-02-07 05:33:03'),(84554,31095,'action complete via WP Cron','2021-02-07 13:33:03','2021-02-07 05:33:03'),(84555,31096,'action created','2021-02-07 13:33:04','2021-02-07 05:33:04'),(84556,31096,'action started via WP Cron','2021-02-07 13:34:02','2021-02-07 05:34:02'),(84557,31096,'action complete via WP Cron','2021-02-07 13:34:02','2021-02-07 05:34:02'),(84558,31097,'action created','2021-02-07 13:34:02','2021-02-07 05:34:02'),(84559,31097,'action started via WP Cron','2021-02-07 13:34:58','2021-02-07 05:34:58'),(84560,31097,'action complete via WP Cron','2021-02-07 13:34:58','2021-02-07 05:34:58'),(84561,31098,'action created','2021-02-07 13:34:58','2021-02-07 05:34:58'),(84562,31098,'action started via WP Cron','2021-02-07 13:36:04','2021-02-07 05:36:04'),(84563,31098,'action complete via WP Cron','2021-02-07 13:36:04','2021-02-07 05:36:04'),(84564,31099,'action created','2021-02-07 13:36:04','2021-02-07 05:36:04'),(84565,31099,'action started via WP Cron','2021-02-07 13:36:53','2021-02-07 05:36:53'),(84566,31099,'action complete via WP Cron','2021-02-07 13:36:53','2021-02-07 05:36:53'),(84567,31100,'action created','2021-02-07 13:36:53','2021-02-07 05:36:53'),(84568,31100,'action started via WP Cron','2021-02-07 13:38:03','2021-02-07 05:38:03'),(84569,31100,'action complete via WP Cron','2021-02-07 13:38:03','2021-02-07 05:38:03'),(84570,31101,'action created','2021-02-07 13:38:03','2021-02-07 05:38:03'),(84571,31101,'action started via WP Cron','2021-02-07 13:38:43','2021-02-07 05:38:43'),(84572,31101,'action complete via WP Cron','2021-02-07 13:38:43','2021-02-07 05:38:43'),(84573,31102,'action created','2021-02-07 13:38:43','2021-02-07 05:38:43'),(84574,31102,'action started via WP Cron','2021-02-07 13:39:52','2021-02-07 05:39:52'),(84575,31102,'action complete via WP Cron','2021-02-07 13:39:52','2021-02-07 05:39:52'),(84576,31103,'action created','2021-02-07 13:39:52','2021-02-07 05:39:52'),(84577,31103,'action started via WP Cron','2021-02-07 13:40:54','2021-02-07 05:40:54'),(84578,31103,'action complete via WP Cron','2021-02-07 13:40:54','2021-02-07 05:40:54'),(84579,31104,'action created','2021-02-07 13:40:54','2021-02-07 05:40:54'),(84580,31104,'action started via WP Cron','2021-02-07 13:41:45','2021-02-07 05:41:45'),(84581,31104,'action complete via WP Cron','2021-02-07 13:41:45','2021-02-07 05:41:45'),(84582,31105,'action created','2021-02-07 13:41:45','2021-02-07 05:41:45'),(84583,31105,'action started via WP Cron','2021-02-07 13:42:51','2021-02-07 05:42:51'),(84584,31105,'action complete via WP Cron','2021-02-07 13:42:51','2021-02-07 05:42:51'),(84585,31106,'action created','2021-02-07 13:42:51','2021-02-07 05:42:51'),(84586,31106,'action started via WP Cron','2021-02-07 13:43:50','2021-02-07 05:43:50'),(84587,31106,'action complete via WP Cron','2021-02-07 13:43:50','2021-02-07 05:43:50'),(84588,31107,'action created','2021-02-07 13:43:50','2021-02-07 05:43:50'),(84589,31107,'action started via WP Cron','2021-02-07 13:44:48','2021-02-07 05:44:48'),(84590,31107,'action complete via WP Cron','2021-02-07 13:44:48','2021-02-07 05:44:48'),(84591,31108,'action created','2021-02-07 13:44:48','2021-02-07 05:44:48'),(84592,31108,'action started via WP Cron','2021-02-07 13:45:49','2021-02-07 05:45:49'),(84593,31108,'action complete via WP Cron','2021-02-07 13:45:49','2021-02-07 05:45:49'),(84594,31109,'action created','2021-02-07 13:45:50','2021-02-07 05:45:50'),(84595,31109,'action started via WP Cron','2021-02-07 13:46:42','2021-02-07 05:46:42'),(84596,31109,'action complete via WP Cron','2021-02-07 13:46:42','2021-02-07 05:46:42'),(84597,31110,'action created','2021-02-07 13:46:42','2021-02-07 05:46:42'),(84598,31110,'action started via WP Cron','2021-02-07 13:47:49','2021-02-07 05:47:49'),(84599,31110,'action complete via WP Cron','2021-02-07 13:47:49','2021-02-07 05:47:49'),(84600,31111,'action created','2021-02-07 13:47:49','2021-02-07 05:47:49'),(84601,31111,'action started via WP Cron','2021-02-07 13:48:50','2021-02-07 05:48:50'),(84602,31111,'action complete via WP Cron','2021-02-07 13:48:50','2021-02-07 05:48:50'),(84603,31112,'action created','2021-02-07 13:48:50','2021-02-07 05:48:50'),(84604,31112,'action started via WP Cron','2021-02-07 13:49:50','2021-02-07 05:49:50'),(84605,31112,'action complete via WP Cron','2021-02-07 13:49:50','2021-02-07 05:49:50'),(84606,31113,'action created','2021-02-07 13:49:51','2021-02-07 05:49:51'),(84607,31113,'action started via WP Cron','2021-02-07 13:50:53','2021-02-07 05:50:53'),(84608,31113,'action complete via WP Cron','2021-02-07 13:50:53','2021-02-07 05:50:53'),(84609,31114,'action created','2021-02-07 13:50:53','2021-02-07 05:50:53'),(84610,31114,'action started via WP Cron','2021-02-07 13:52:04','2021-02-07 05:52:04'),(84611,31114,'action complete via WP Cron','2021-02-07 13:52:04','2021-02-07 05:52:04'),(84612,31115,'action created','2021-02-07 13:52:04','2021-02-07 05:52:04'),(84613,31115,'action started via WP Cron','2021-02-07 13:53:02','2021-02-07 05:53:02'),(84614,31115,'action complete via WP Cron','2021-02-07 13:53:02','2021-02-07 05:53:02'),(84615,31116,'action created','2021-02-07 13:53:02','2021-02-07 05:53:02'),(84616,31116,'action started via WP Cron','2021-02-07 13:54:07','2021-02-07 05:54:07'),(84617,31116,'action complete via WP Cron','2021-02-07 13:54:07','2021-02-07 05:54:07'),(84618,31117,'action created','2021-02-07 13:54:07','2021-02-07 05:54:07'),(84619,31117,'action started via WP Cron','2021-02-07 13:54:58','2021-02-07 05:54:58'),(84620,31117,'action complete via WP Cron','2021-02-07 13:54:58','2021-02-07 05:54:58'),(84621,31118,'action created','2021-02-07 13:54:58','2021-02-07 05:54:58'),(84622,31118,'action started via WP Cron','2021-02-07 13:55:46','2021-02-07 05:55:46'),(84623,31118,'action complete via WP Cron','2021-02-07 13:55:46','2021-02-07 05:55:46'),(84624,31119,'action created','2021-02-07 13:55:46','2021-02-07 05:55:46'),(84625,31119,'action started via WP Cron','2021-02-07 13:57:16','2021-02-07 05:57:16'),(84626,31119,'action complete via WP Cron','2021-02-07 13:57:16','2021-02-07 05:57:16'),(84627,31120,'action created','2021-02-07 13:57:16','2021-02-07 05:57:16'),(84628,31120,'action started via WP Cron','2021-02-07 13:58:02','2021-02-07 05:58:02'),(84629,31120,'action complete via WP Cron','2021-02-07 13:58:02','2021-02-07 05:58:02'),(84630,31121,'action created','2021-02-07 13:58:02','2021-02-07 05:58:02'),(84631,31121,'action started via WP Cron','2021-02-07 13:58:53','2021-02-07 05:58:53'),(84632,31121,'action complete via WP Cron','2021-02-07 13:58:53','2021-02-07 05:58:53'),(84633,31122,'action created','2021-02-07 13:58:53','2021-02-07 05:58:53'),(84634,31122,'action started via WP Cron','2021-02-07 14:00:40','2021-02-07 06:00:40'),(84635,31122,'action complete via WP Cron','2021-02-07 14:00:40','2021-02-07 06:00:40'),(84636,31123,'action created','2021-02-07 14:00:40','2021-02-07 06:00:40'),(84637,31123,'action started via WP Cron','2021-02-07 14:01:45','2021-02-07 06:01:45'),(84638,31123,'action complete via WP Cron','2021-02-07 14:01:45','2021-02-07 06:01:45'),(84639,31124,'action created','2021-02-07 14:01:45','2021-02-07 06:01:45'),(84640,31124,'action started via WP Cron','2021-02-07 14:03:08','2021-02-07 06:03:08'),(84641,31124,'action complete via WP Cron','2021-02-07 14:03:08','2021-02-07 06:03:08'),(84642,31125,'action created','2021-02-07 14:03:08','2021-02-07 06:03:08'),(84643,31125,'action started via WP Cron','2021-02-07 14:04:48','2021-02-07 06:04:48'),(84644,31125,'action complete via WP Cron','2021-02-07 14:04:48','2021-02-07 06:04:48'),(84645,31126,'action created','2021-02-07 14:04:48','2021-02-07 06:04:48'),(84646,31126,'action started via WP Cron','2021-02-07 14:14:18','2021-02-07 06:14:18'),(84647,31126,'action complete via WP Cron','2021-02-07 14:14:18','2021-02-07 06:14:18'),(84648,31127,'action created','2021-02-07 14:15:23','2021-02-07 06:15:23'),(84649,31127,'action started via WP Cron','2021-02-07 14:17:22','2021-02-07 06:17:22'),(84650,31127,'action complete via WP Cron','2021-02-07 14:17:22','2021-02-07 06:17:22'),(84651,31128,'action created','2021-02-07 14:17:23','2021-02-07 06:17:23'),(84652,31128,'action started via WP Cron','2021-02-07 14:18:23','2021-02-07 06:18:23'),(84653,31128,'action complete via WP Cron','2021-02-07 14:18:23','2021-02-07 06:18:23'),(84654,31129,'action created','2021-02-07 14:18:23','2021-02-07 06:18:23'),(84655,31129,'action started via WP Cron','2021-02-07 14:20:09','2021-02-07 06:20:09'),(84656,31129,'action complete via WP Cron','2021-02-07 14:20:09','2021-02-07 06:20:09'),(84657,31130,'action created','2021-02-07 14:20:09','2021-02-07 06:20:09'),(84658,31130,'action started via WP Cron','2021-02-07 14:20:59','2021-02-07 06:20:59'),(84659,31130,'action complete via WP Cron','2021-02-07 14:20:59','2021-02-07 06:20:59'),(84660,31131,'action created','2021-02-07 14:20:59','2021-02-07 06:20:59'),(84661,31131,'action started via WP Cron','2021-02-07 14:22:01','2021-02-07 06:22:01'),(84662,31131,'action complete via WP Cron','2021-02-07 14:22:01','2021-02-07 06:22:01'),(84663,31132,'action created','2021-02-07 14:22:02','2021-02-07 06:22:02'),(84664,31132,'action started via WP Cron','2021-02-07 14:22:53','2021-02-07 06:22:53'),(84665,31132,'action complete via WP Cron','2021-02-07 14:22:53','2021-02-07 06:22:53'),(84666,31133,'action created','2021-02-07 14:22:53','2021-02-07 06:22:53'),(84667,31133,'action started via WP Cron','2021-02-07 14:24:01','2021-02-07 06:24:01'),(84668,31133,'action complete via WP Cron','2021-02-07 14:24:01','2021-02-07 06:24:01'),(84669,31134,'action created','2021-02-07 14:24:01','2021-02-07 06:24:01'),(84670,31134,'action started via WP Cron','2021-02-07 14:24:54','2021-02-07 06:24:54'),(84671,31134,'action complete via WP Cron','2021-02-07 14:24:54','2021-02-07 06:24:54'),(84672,31135,'action created','2021-02-07 14:24:54','2021-02-07 06:24:54'),(84673,31135,'action started via WP Cron','2021-02-07 14:25:58','2021-02-07 06:25:58'),(84674,31135,'action complete via WP Cron','2021-02-07 14:25:58','2021-02-07 06:25:58'),(84675,31136,'action created','2021-02-07 14:25:58','2021-02-07 06:25:58'),(84676,31136,'action started via WP Cron','2021-02-07 14:26:58','2021-02-07 06:26:58'),(84677,31136,'action complete via WP Cron','2021-02-07 14:26:58','2021-02-07 06:26:58'),(84678,31137,'action created','2021-02-07 14:26:58','2021-02-07 06:26:58'),(84679,31137,'action started via WP Cron','2021-02-07 14:27:56','2021-02-07 06:27:56'),(84680,31137,'action complete via WP Cron','2021-02-07 14:27:56','2021-02-07 06:27:56'),(84681,31138,'action created','2021-02-07 14:27:56','2021-02-07 06:27:56'),(84682,31138,'action started via WP Cron','2021-02-07 14:28:56','2021-02-07 06:28:56'),(84683,31138,'action complete via WP Cron','2021-02-07 14:28:56','2021-02-07 06:28:56'),(84684,31139,'action created','2021-02-07 14:28:56','2021-02-07 06:28:56'),(84685,31139,'action started via WP Cron','2021-02-07 14:29:50','2021-02-07 06:29:50'),(84686,31139,'action complete via WP Cron','2021-02-07 14:29:50','2021-02-07 06:29:50'),(84687,31140,'action created','2021-02-07 14:29:50','2021-02-07 06:29:50'),(84688,31140,'action started via WP Cron','2021-02-07 14:30:51','2021-02-07 06:30:51'),(84689,31140,'action complete via WP Cron','2021-02-07 14:30:51','2021-02-07 06:30:51'),(84690,31141,'action created','2021-02-07 14:30:51','2021-02-07 06:30:51'),(84691,31141,'action started via WP Cron','2021-02-07 14:31:51','2021-02-07 06:31:51'),(84692,31141,'action complete via WP Cron','2021-02-07 14:31:51','2021-02-07 06:31:51'),(84693,31142,'action created','2021-02-07 14:31:51','2021-02-07 06:31:51'),(84694,31142,'action started via WP Cron','2021-02-07 14:32:55','2021-02-07 06:32:55'),(84695,31142,'action complete via WP Cron','2021-02-07 14:32:55','2021-02-07 06:32:55'),(84696,31143,'action created','2021-02-07 14:32:55','2021-02-07 06:32:55'),(84697,31143,'action started via WP Cron','2021-02-07 14:33:48','2021-02-07 06:33:48'),(84698,31143,'action complete via WP Cron','2021-02-07 14:33:48','2021-02-07 06:33:48'),(84699,31144,'action created','2021-02-07 14:33:48','2021-02-07 06:33:48'),(84700,31144,'action started via WP Cron','2021-02-07 14:34:48','2021-02-07 06:34:48'),(84701,31144,'action complete via WP Cron','2021-02-07 14:34:48','2021-02-07 06:34:48'),(84702,31145,'action created','2021-02-07 14:34:48','2021-02-07 06:34:48'),(84703,31145,'action started via WP Cron','2021-02-07 14:36:03','2021-02-07 06:36:03'),(84704,31145,'action complete via WP Cron','2021-02-07 14:36:03','2021-02-07 06:36:03'),(84705,31146,'action created','2021-02-07 14:36:03','2021-02-07 06:36:03'),(84706,31146,'action started via WP Cron','2021-02-07 14:36:54','2021-02-07 06:36:54'),(84707,31146,'action complete via WP Cron','2021-02-07 14:36:54','2021-02-07 06:36:54'),(84708,31147,'action created','2021-02-07 14:36:54','2021-02-07 06:36:54'),(84709,31147,'action started via WP Cron','2021-02-07 14:38:02','2021-02-07 06:38:02'),(84710,31147,'action complete via WP Cron','2021-02-07 14:38:02','2021-02-07 06:38:02'),(84711,31148,'action created','2021-02-07 14:38:02','2021-02-07 06:38:02'),(84712,31148,'action started via WP Cron','2021-02-07 14:39:08','2021-02-07 06:39:08'),(84713,31148,'action complete via WP Cron','2021-02-07 14:39:08','2021-02-07 06:39:08'),(84714,31149,'action created','2021-02-07 14:39:08','2021-02-07 06:39:08'),(84715,31149,'action started via WP Cron','2021-02-07 14:40:11','2021-02-07 06:40:11'),(84716,31149,'action complete via WP Cron','2021-02-07 14:40:11','2021-02-07 06:40:11'),(84717,31150,'action created','2021-02-07 14:40:12','2021-02-07 06:40:12'),(84718,31150,'action started via WP Cron','2021-02-07 14:40:48','2021-02-07 06:40:48'),(84719,31150,'action complete via WP Cron','2021-02-07 14:40:48','2021-02-07 06:40:48'),(84720,31151,'action created','2021-02-07 14:40:48','2021-02-07 06:40:48'),(84721,31151,'action started via WP Cron','2021-02-07 14:41:52','2021-02-07 06:41:52'),(84722,31151,'action complete via WP Cron','2021-02-07 14:41:52','2021-02-07 06:41:52'),(84723,31152,'action created','2021-02-07 14:41:52','2021-02-07 06:41:52'),(84724,31152,'action started via WP Cron','2021-02-07 14:42:47','2021-02-07 06:42:47'),(84725,31152,'action complete via WP Cron','2021-02-07 14:42:47','2021-02-07 06:42:47'),(84726,31153,'action created','2021-02-07 14:42:47','2021-02-07 06:42:47'),(84727,31153,'action started via WP Cron','2021-02-07 14:43:55','2021-02-07 06:43:55'),(84728,31153,'action complete via WP Cron','2021-02-07 14:43:55','2021-02-07 06:43:55'),(84729,31154,'action created','2021-02-07 14:43:55','2021-02-07 06:43:55'),(84730,31154,'action started via WP Cron','2021-02-07 14:44:59','2021-02-07 06:44:59'),(84731,31154,'action complete via WP Cron','2021-02-07 14:44:59','2021-02-07 06:44:59'),(84732,31155,'action created','2021-02-07 14:44:59','2021-02-07 06:44:59'),(84733,31155,'action started via WP Cron','2021-02-07 14:46:11','2021-02-07 06:46:11'),(84734,31155,'action complete via WP Cron','2021-02-07 14:46:11','2021-02-07 06:46:11'),(84735,31156,'action created','2021-02-07 14:46:11','2021-02-07 06:46:11'),(84736,31156,'action started via WP Cron','2021-02-07 14:47:05','2021-02-07 06:47:05'),(84737,31156,'action complete via WP Cron','2021-02-07 14:47:05','2021-02-07 06:47:05'),(84738,31157,'action created','2021-02-07 14:47:05','2021-02-07 06:47:05'),(84739,31157,'action started via WP Cron','2021-02-07 14:47:42','2021-02-07 06:47:42'),(84740,31157,'action complete via WP Cron','2021-02-07 14:47:42','2021-02-07 06:47:42'),(84741,31158,'action created','2021-02-07 14:47:42','2021-02-07 06:47:42'),(84742,31158,'action started via WP Cron','2021-02-07 14:49:05','2021-02-07 06:49:05'),(84743,31158,'action complete via WP Cron','2021-02-07 14:49:05','2021-02-07 06:49:05'),(84744,31159,'action created','2021-02-07 14:49:05','2021-02-07 06:49:05'),(84745,31159,'action started via WP Cron','2021-02-07 14:49:54','2021-02-07 06:49:54'),(84746,31159,'action complete via WP Cron','2021-02-07 14:49:54','2021-02-07 06:49:54'),(84747,31160,'action created','2021-02-07 14:49:54','2021-02-07 06:49:54'),(84748,31160,'action started via WP Cron','2021-02-07 14:50:53','2021-02-07 06:50:53'),(84749,31160,'action complete via WP Cron','2021-02-07 14:50:53','2021-02-07 06:50:53'),(84750,31161,'action created','2021-02-07 14:50:53','2021-02-07 06:50:53'),(84751,31161,'action started via WP Cron','2021-02-07 14:51:53','2021-02-07 06:51:53'),(84752,31161,'action complete via WP Cron','2021-02-07 14:51:53','2021-02-07 06:51:53'),(84753,31162,'action created','2021-02-07 14:51:53','2021-02-07 06:51:53'),(84754,31162,'action started via WP Cron','2021-02-07 14:52:59','2021-02-07 06:52:59'),(84755,31162,'action complete via WP Cron','2021-02-07 14:52:59','2021-02-07 06:52:59'),(84756,31163,'action created','2021-02-07 14:52:59','2021-02-07 06:52:59'),(84757,31163,'action started via WP Cron','2021-02-07 14:53:44','2021-02-07 06:53:44'),(84758,31163,'action complete via WP Cron','2021-02-07 14:53:44','2021-02-07 06:53:44'),(84759,31164,'action created','2021-02-07 14:53:44','2021-02-07 06:53:44'),(84760,31164,'action started via WP Cron','2021-02-07 14:54:54','2021-02-07 06:54:54'),(84761,31164,'action complete via WP Cron','2021-02-07 14:54:54','2021-02-07 06:54:54'),(84762,31165,'action created','2021-02-07 14:54:54','2021-02-07 06:54:54'),(84763,31165,'action started via WP Cron','2021-02-07 14:55:49','2021-02-07 06:55:49'),(84764,31165,'action complete via WP Cron','2021-02-07 14:55:49','2021-02-07 06:55:49'),(84765,31166,'action created','2021-02-07 14:55:49','2021-02-07 06:55:49'),(84766,31166,'action started via WP Cron','2021-02-07 14:57:02','2021-02-07 06:57:02'),(84767,31166,'action complete via WP Cron','2021-02-07 14:57:02','2021-02-07 06:57:02'),(84768,31167,'action created','2021-02-07 14:57:03','2021-02-07 06:57:03'),(84769,31167,'action started via WP Cron','2021-02-07 14:58:12','2021-02-07 06:58:12'),(84770,31167,'action complete via WP Cron','2021-02-07 14:58:12','2021-02-07 06:58:12'),(84771,31168,'action created','2021-02-07 14:58:12','2021-02-07 06:58:12'),(84772,31168,'action started via WP Cron','2021-02-07 14:58:57','2021-02-07 06:58:57'),(84773,31168,'action complete via WP Cron','2021-02-07 14:58:57','2021-02-07 06:58:57'),(84774,31169,'action created','2021-02-07 14:58:57','2021-02-07 06:58:57'),(84775,31169,'action started via WP Cron','2021-02-07 14:59:53','2021-02-07 06:59:53'),(84776,31169,'action complete via WP Cron','2021-02-07 14:59:53','2021-02-07 06:59:53'),(84777,31170,'action created','2021-02-07 14:59:54','2021-02-07 06:59:54'),(84778,31170,'action started via WP Cron','2021-02-07 15:00:41','2021-02-07 07:00:41'),(84779,31170,'action complete via WP Cron','2021-02-07 15:00:41','2021-02-07 07:00:41'),(84780,31171,'action created','2021-02-07 15:00:41','2021-02-07 07:00:41'),(84781,31171,'action started via WP Cron','2021-02-07 15:01:45','2021-02-07 07:01:45'),(84782,31171,'action complete via WP Cron','2021-02-07 15:01:45','2021-02-07 07:01:45'),(84783,31172,'action created','2021-02-07 15:01:45','2021-02-07 07:01:45'),(84784,31172,'action started via WP Cron','2021-02-07 15:03:00','2021-02-07 07:03:00'),(84785,31172,'action complete via WP Cron','2021-02-07 15:03:00','2021-02-07 07:03:00'),(84786,31173,'action created','2021-02-07 15:03:00','2021-02-07 07:03:00'),(84787,31173,'action started via WP Cron','2021-02-07 15:03:52','2021-02-07 07:03:52'),(84788,31173,'action complete via WP Cron','2021-02-07 15:03:52','2021-02-07 07:03:52'),(84789,31174,'action created','2021-02-07 15:03:52','2021-02-07 07:03:52'),(84790,31174,'action started via WP Cron','2021-02-07 15:04:50','2021-02-07 07:04:50'),(84791,31174,'action complete via WP Cron','2021-02-07 15:04:50','2021-02-07 07:04:50'),(84792,31175,'action created','2021-02-07 15:04:51','2021-02-07 07:04:51'),(84793,31175,'action started via WP Cron','2021-02-07 15:05:41','2021-02-07 07:05:41'),(84794,31175,'action complete via WP Cron','2021-02-07 15:05:41','2021-02-07 07:05:41'),(84795,31176,'action created','2021-02-07 15:05:41','2021-02-07 07:05:41'),(84796,31176,'action started via WP Cron','2021-02-07 15:07:01','2021-02-07 07:07:01'),(84797,31176,'action complete via WP Cron','2021-02-07 15:07:01','2021-02-07 07:07:01'),(84798,31177,'action created','2021-02-07 15:07:02','2021-02-07 07:07:02'),(84799,31177,'action started via WP Cron','2021-02-07 15:18:36','2021-02-07 07:18:36'),(84800,31177,'action complete via WP Cron','2021-02-07 15:18:36','2021-02-07 07:18:36'),(84801,31178,'action created','2021-02-07 15:18:36','2021-02-07 07:18:36'),(84802,31178,'action started via WP Cron','2021-02-07 15:21:42','2021-02-07 07:21:42'),(84803,31178,'action complete via WP Cron','2021-02-07 15:21:42','2021-02-07 07:21:42'),(84804,31179,'action created','2021-02-07 15:21:42','2021-02-07 07:21:42'),(84805,31179,'action started via WP Cron','2021-02-07 15:23:22','2021-02-07 07:23:22'),(84806,31179,'action complete via WP Cron','2021-02-07 15:23:22','2021-02-07 07:23:22'),(84807,31180,'action created','2021-02-07 15:23:22','2021-02-07 07:23:22'),(84808,31180,'action started via WP Cron','2021-02-07 15:23:51','2021-02-07 07:23:51'),(84809,31180,'action complete via WP Cron','2021-02-07 15:23:51','2021-02-07 07:23:51'),(84810,31181,'action created','2021-02-07 15:23:51','2021-02-07 07:23:51'),(84811,31181,'action started via WP Cron','2021-02-07 15:24:51','2021-02-07 07:24:51'),(84812,31181,'action complete via WP Cron','2021-02-07 15:24:51','2021-02-07 07:24:51'),(84813,31182,'action created','2021-02-07 15:24:51','2021-02-07 07:24:51'),(84814,31182,'action started via WP Cron','2021-02-07 15:25:42','2021-02-07 07:25:42'),(84815,31182,'action complete via WP Cron','2021-02-07 15:25:42','2021-02-07 07:25:42'),(84816,31183,'action created','2021-02-07 15:25:42','2021-02-07 07:25:42'),(84817,31183,'action started via WP Cron','2021-02-07 15:26:49','2021-02-07 07:26:49'),(84818,31183,'action complete via WP Cron','2021-02-07 15:26:49','2021-02-07 07:26:49'),(84819,31184,'action created','2021-02-07 15:26:49','2021-02-07 07:26:49'),(84820,31184,'action started via WP Cron','2021-02-07 15:27:47','2021-02-07 07:27:47'),(84821,31184,'action complete via WP Cron','2021-02-07 15:27:47','2021-02-07 07:27:47'),(84822,31185,'action created','2021-02-07 15:27:47','2021-02-07 07:27:47'),(84823,31185,'action started via WP Cron','2021-02-07 15:28:42','2021-02-07 07:28:42'),(84824,31185,'action complete via WP Cron','2021-02-07 15:28:42','2021-02-07 07:28:42'),(84825,31186,'action created','2021-02-07 15:28:42','2021-02-07 07:28:42'),(84826,31186,'action started via WP Cron','2021-02-07 15:29:49','2021-02-07 07:29:49'),(84827,31186,'action complete via WP Cron','2021-02-07 15:29:49','2021-02-07 07:29:49'),(84828,31187,'action created','2021-02-07 15:29:49','2021-02-07 07:29:49'),(84829,31187,'action started via WP Cron','2021-02-07 15:30:58','2021-02-07 07:30:58'),(84830,31187,'action complete via WP Cron','2021-02-07 15:30:58','2021-02-07 07:30:58'),(84831,31188,'action created','2021-02-07 15:30:58','2021-02-07 07:30:58'),(84832,31188,'action started via WP Cron','2021-02-07 15:31:59','2021-02-07 07:31:59'),(84833,31188,'action complete via WP Cron','2021-02-07 15:31:59','2021-02-07 07:31:59'),(84834,31189,'action created','2021-02-07 15:31:59','2021-02-07 07:31:59'),(84835,31189,'action started via WP Cron','2021-02-07 15:32:57','2021-02-07 07:32:57'),(84836,31189,'action complete via WP Cron','2021-02-07 15:32:57','2021-02-07 07:32:57'),(84837,31190,'action created','2021-02-07 15:32:58','2021-02-07 07:32:58'),(84838,31190,'action started via WP Cron','2021-02-07 15:33:46','2021-02-07 07:33:46'),(84839,31190,'action complete via WP Cron','2021-02-07 15:33:46','2021-02-07 07:33:46'),(84840,31191,'action created','2021-02-07 15:33:46','2021-02-07 07:33:46'),(84841,31191,'action started via WP Cron','2021-02-07 15:34:59','2021-02-07 07:34:59'),(84842,31191,'action complete via WP Cron','2021-02-07 15:34:59','2021-02-07 07:34:59'),(84843,31192,'action created','2021-02-07 15:34:59','2021-02-07 07:34:59'),(84844,31192,'action started via WP Cron','2021-02-07 15:35:42','2021-02-07 07:35:42'),(84845,31192,'action complete via WP Cron','2021-02-07 15:35:42','2021-02-07 07:35:42'),(84846,31193,'action created','2021-02-07 15:35:42','2021-02-07 07:35:42'),(84847,31193,'action started via WP Cron','2021-02-07 15:36:41','2021-02-07 07:36:41'),(84848,31193,'action complete via WP Cron','2021-02-07 15:36:41','2021-02-07 07:36:41'),(84849,31194,'action created','2021-02-07 15:36:41','2021-02-07 07:36:41'),(84850,31194,'action started via WP Cron','2021-02-07 15:37:46','2021-02-07 07:37:46'),(84851,31194,'action complete via WP Cron','2021-02-07 15:37:46','2021-02-07 07:37:46'),(84852,31195,'action created','2021-02-07 15:37:46','2021-02-07 07:37:46'),(84853,31195,'action started via WP Cron','2021-02-07 15:38:52','2021-02-07 07:38:52'),(84854,31195,'action complete via WP Cron','2021-02-07 15:38:52','2021-02-07 07:38:52'),(84855,31196,'action created','2021-02-07 15:38:52','2021-02-07 07:38:52'),(84856,31196,'action started via WP Cron','2021-02-07 15:39:58','2021-02-07 07:39:58'),(84857,31196,'action complete via WP Cron','2021-02-07 15:39:58','2021-02-07 07:39:58'),(84858,31197,'action created','2021-02-07 15:39:58','2021-02-07 07:39:58'),(84859,31197,'action started via WP Cron','2021-02-07 15:40:50','2021-02-07 07:40:50'),(84860,31197,'action complete via WP Cron','2021-02-07 15:40:50','2021-02-07 07:40:50'),(84861,31198,'action created','2021-02-07 15:40:50','2021-02-07 07:40:50'),(84862,31198,'action started via WP Cron','2021-02-07 15:41:41','2021-02-07 07:41:41'),(84863,31198,'action complete via WP Cron','2021-02-07 15:41:41','2021-02-07 07:41:41'),(84864,31199,'action created','2021-02-07 15:41:41','2021-02-07 07:41:41'),(84865,31199,'action started via WP Cron','2021-02-07 15:42:45','2021-02-07 07:42:45'),(84866,31199,'action complete via WP Cron','2021-02-07 15:42:45','2021-02-07 07:42:45'),(84867,31200,'action created','2021-02-07 15:42:45','2021-02-07 07:42:45'),(84868,31200,'action started via WP Cron','2021-02-07 15:43:58','2021-02-07 07:43:58'),(84869,31200,'action complete via WP Cron','2021-02-07 15:43:58','2021-02-07 07:43:58'),(84870,31201,'action created','2021-02-07 15:43:58','2021-02-07 07:43:58'),(84871,31201,'action started via WP Cron','2021-02-07 15:44:47','2021-02-07 07:44:47'),(84872,31201,'action complete via WP Cron','2021-02-07 15:44:47','2021-02-07 07:44:47'),(84873,31202,'action created','2021-02-07 15:44:47','2021-02-07 07:44:47'),(84874,31202,'action started via WP Cron','2021-02-07 15:45:55','2021-02-07 07:45:55'),(84875,31202,'action complete via WP Cron','2021-02-07 15:45:55','2021-02-07 07:45:55'),(84876,31203,'action created','2021-02-07 15:45:55','2021-02-07 07:45:55'),(84877,31203,'action started via WP Cron','2021-02-07 15:46:45','2021-02-07 07:46:45'),(84878,31203,'action complete via WP Cron','2021-02-07 15:46:45','2021-02-07 07:46:45'),(84879,31204,'action created','2021-02-07 15:46:45','2021-02-07 07:46:45'),(84880,31204,'action started via WP Cron','2021-02-07 15:48:04','2021-02-07 07:48:04'),(84881,31204,'action complete via WP Cron','2021-02-07 15:48:04','2021-02-07 07:48:04'),(84882,31205,'action created','2021-02-07 15:48:04','2021-02-07 07:48:04'),(84883,31205,'action started via WP Cron','2021-02-07 15:48:47','2021-02-07 07:48:47'),(84884,31205,'action complete via WP Cron','2021-02-07 15:48:47','2021-02-07 07:48:47'),(84885,31206,'action created','2021-02-07 15:48:47','2021-02-07 07:48:47'),(84886,31206,'action started via WP Cron','2021-02-07 15:49:55','2021-02-07 07:49:55'),(84887,31206,'action complete via WP Cron','2021-02-07 15:49:55','2021-02-07 07:49:55'),(84888,31207,'action created','2021-02-07 15:49:56','2021-02-07 07:49:56'),(84889,31207,'action started via WP Cron','2021-02-07 15:50:43','2021-02-07 07:50:43'),(84890,31207,'action complete via WP Cron','2021-02-07 15:50:43','2021-02-07 07:50:43'),(84891,31208,'action created','2021-02-07 15:50:43','2021-02-07 07:50:43'),(84892,31208,'action started via WP Cron','2021-02-07 15:51:46','2021-02-07 07:51:46'),(84893,31208,'action complete via WP Cron','2021-02-07 15:51:46','2021-02-07 07:51:46'),(84894,31209,'action created','2021-02-07 15:51:46','2021-02-07 07:51:46'),(84895,31209,'action started via WP Cron','2021-02-07 15:53:03','2021-02-07 07:53:03'),(84896,31209,'action complete via WP Cron','2021-02-07 15:53:03','2021-02-07 07:53:03'),(84897,31210,'action created','2021-02-07 15:53:03','2021-02-07 07:53:03'),(84898,31210,'action started via WP Cron','2021-02-07 15:53:50','2021-02-07 07:53:50'),(84899,31210,'action complete via WP Cron','2021-02-07 15:53:50','2021-02-07 07:53:50'),(84900,31211,'action created','2021-02-07 15:53:50','2021-02-07 07:53:50'),(84901,31211,'action started via WP Cron','2021-02-07 15:54:41','2021-02-07 07:54:41'),(84902,31211,'action complete via WP Cron','2021-02-07 15:54:41','2021-02-07 07:54:41'),(84903,31212,'action created','2021-02-07 15:54:41','2021-02-07 07:54:41'),(84904,31212,'action started via WP Cron','2021-02-07 15:55:45','2021-02-07 07:55:45'),(84905,31212,'action complete via WP Cron','2021-02-07 15:55:45','2021-02-07 07:55:45'),(84906,31213,'action created','2021-02-07 15:55:45','2021-02-07 07:55:45'),(84907,31213,'action started via WP Cron','2021-02-07 15:57:01','2021-02-07 07:57:01'),(84908,31213,'action complete via WP Cron','2021-02-07 15:57:01','2021-02-07 07:57:01'),(84909,31214,'action created','2021-02-07 15:57:01','2021-02-07 07:57:01'),(84910,31214,'action started via WP Cron','2021-02-07 15:57:52','2021-02-07 07:57:52'),(84911,31214,'action complete via WP Cron','2021-02-07 15:57:52','2021-02-07 07:57:52'),(84912,31215,'action created','2021-02-07 15:57:52','2021-02-07 07:57:52'),(84913,31215,'action started via WP Cron','2021-02-07 15:58:59','2021-02-07 07:58:59'),(84914,31215,'action complete via WP Cron','2021-02-07 15:58:59','2021-02-07 07:58:59'),(84915,31216,'action created','2021-02-07 15:58:59','2021-02-07 07:58:59'),(84916,31216,'action started via WP Cron','2021-02-07 15:59:50','2021-02-07 07:59:50'),(84917,31216,'action complete via WP Cron','2021-02-07 15:59:50','2021-02-07 07:59:50'),(84918,31217,'action created','2021-02-07 15:59:50','2021-02-07 07:59:50'),(84919,31217,'action started via WP Cron','2021-02-07 16:00:48','2021-02-07 08:00:48'),(84920,31217,'action complete via WP Cron','2021-02-07 16:00:48','2021-02-07 08:00:48'),(84921,31218,'action created','2021-02-07 16:00:48','2021-02-07 08:00:48'),(84922,31218,'action started via WP Cron','2021-02-07 16:01:54','2021-02-07 08:01:54'),(84923,31218,'action complete via WP Cron','2021-02-07 16:01:54','2021-02-07 08:01:54'),(84924,31219,'action created','2021-02-07 16:01:54','2021-02-07 08:01:54'),(84925,31219,'action started via WP Cron','2021-02-07 16:02:46','2021-02-07 08:02:46'),(84926,31219,'action complete via WP Cron','2021-02-07 16:02:46','2021-02-07 08:02:46'),(84927,31220,'action created','2021-02-07 16:02:46','2021-02-07 08:02:46'),(84928,31220,'action started via WP Cron','2021-02-07 16:03:51','2021-02-07 08:03:51'),(84929,31220,'action complete via WP Cron','2021-02-07 16:03:51','2021-02-07 08:03:51'),(84930,31221,'action created','2021-02-07 16:03:52','2021-02-07 08:03:52'),(84931,31221,'action started via WP Cron','2021-02-07 16:07:10','2021-02-07 08:07:10'),(84932,31221,'action complete via WP Cron','2021-02-07 16:07:10','2021-02-07 08:07:10'),(84933,31222,'action created','2021-02-07 16:07:10','2021-02-07 08:07:10'),(84934,31222,'action started via WP Cron','2021-02-07 16:08:24','2021-02-07 08:08:24'),(84935,31222,'action complete via WP Cron','2021-02-07 16:08:24','2021-02-07 08:08:24'),(84936,31223,'action created','2021-02-07 16:08:24','2021-02-07 08:08:24'),(84937,31223,'action started via WP Cron','2021-02-07 16:09:25','2021-02-07 08:09:25'),(84938,31223,'action complete via WP Cron','2021-02-07 16:09:25','2021-02-07 08:09:25'),(84939,31224,'action created','2021-02-07 16:09:25','2021-02-07 08:09:25'),(84940,31224,'action started via WP Cron','2021-02-07 16:11:22','2021-02-07 08:11:22'),(84941,31224,'action complete via WP Cron','2021-02-07 16:11:22','2021-02-07 08:11:22'),(84942,31225,'action created','2021-02-07 16:11:23','2021-02-07 08:11:23'),(84943,31225,'action started via WP Cron','2021-02-07 16:12:28','2021-02-07 08:12:28'),(84944,31225,'action complete via WP Cron','2021-02-07 16:12:28','2021-02-07 08:12:28'),(84945,31226,'action created','2021-02-07 16:12:28','2021-02-07 08:12:28'),(84946,31226,'action started via WP Cron','2021-02-07 16:13:29','2021-02-07 08:13:29'),(84947,31226,'action complete via WP Cron','2021-02-07 16:13:29','2021-02-07 08:13:29'),(84948,31227,'action created','2021-02-07 16:13:29','2021-02-07 08:13:29'),(84949,31227,'action started via WP Cron','2021-02-07 16:14:31','2021-02-07 08:14:31'),(84950,31227,'action complete via WP Cron','2021-02-07 16:14:31','2021-02-07 08:14:31'),(84951,31228,'action created','2021-02-07 16:14:31','2021-02-07 08:14:31'),(84952,31228,'action started via WP Cron','2021-02-07 16:16:01','2021-02-07 08:16:01'),(84953,31228,'action complete via WP Cron','2021-02-07 16:16:01','2021-02-07 08:16:01'),(84954,31229,'action created','2021-02-07 16:16:01','2021-02-07 08:16:01'),(84955,31229,'action started via WP Cron','2021-02-07 16:30:18','2021-02-07 08:30:18'),(84956,31229,'action complete via WP Cron','2021-02-07 16:30:18','2021-02-07 08:30:18'),(84957,31230,'action created','2021-02-07 16:30:18','2021-02-07 08:30:18'),(84958,31230,'action started via WP Cron','2021-02-07 16:30:45','2021-02-07 08:30:45'),(84959,31230,'action complete via WP Cron','2021-02-07 16:30:45','2021-02-07 08:30:45'),(84960,31231,'action created','2021-02-07 16:30:45','2021-02-07 08:30:45'),(84961,31231,'action started via WP Cron','2021-02-07 16:35:17','2021-02-07 08:35:17'),(84962,31231,'action complete via WP Cron','2021-02-07 16:35:17','2021-02-07 08:35:17'),(84963,31232,'action created','2021-02-07 16:35:17','2021-02-07 08:35:17'),(84964,31232,'action started via WP Cron','2021-02-07 16:36:42','2021-02-07 08:36:42'),(84965,31232,'action complete via WP Cron','2021-02-07 16:36:42','2021-02-07 08:36:42'),(84966,31233,'action created','2021-02-07 16:36:42','2021-02-07 08:36:42'),(84967,31233,'action started via WP Cron','2021-02-07 16:37:42','2021-02-07 08:37:42'),(84968,31233,'action complete via WP Cron','2021-02-07 16:37:42','2021-02-07 08:37:42'),(84969,31234,'action created','2021-02-07 16:37:43','2021-02-07 08:37:43'),(84970,31234,'action started via WP Cron','2021-02-07 16:39:44','2021-02-07 08:39:44'),(84971,31234,'action complete via WP Cron','2021-02-07 16:39:44','2021-02-07 08:39:44'),(84972,31235,'action created','2021-02-07 16:39:44','2021-02-07 08:39:44'),(84973,31235,'action started via WP Cron','2021-02-07 16:40:45','2021-02-07 08:40:45'),(84974,31235,'action complete via WP Cron','2021-02-07 16:40:45','2021-02-07 08:40:45'),(84975,31236,'action created','2021-02-07 16:40:46','2021-02-07 08:40:46'),(84976,31236,'action started via WP Cron','2021-02-07 16:41:46','2021-02-07 08:41:46'),(84977,31236,'action complete via WP Cron','2021-02-07 16:41:46','2021-02-07 08:41:46'),(84978,31237,'action created','2021-02-07 16:41:46','2021-02-07 08:41:46'),(84979,31237,'action started via WP Cron','2021-02-07 16:48:52','2021-02-07 08:48:52'),(84980,31237,'action complete via WP Cron','2021-02-07 16:48:52','2021-02-07 08:48:52'),(84981,31238,'action created','2021-02-07 16:48:52','2021-02-07 08:48:52'),(84982,31238,'action started via WP Cron','2021-02-07 16:55:02','2021-02-07 08:55:02'),(84983,31238,'action complete via WP Cron','2021-02-07 16:55:02','2021-02-07 08:55:02'),(84984,31239,'action created','2021-02-07 16:55:10','2021-02-07 08:55:10'),(84985,31239,'action started via WP Cron','2021-02-07 16:56:02','2021-02-07 08:56:02'),(84986,31239,'action complete via WP Cron','2021-02-07 16:56:02','2021-02-07 08:56:02'),(84987,31240,'action created','2021-02-07 16:56:02','2021-02-07 08:56:02'),(84988,31240,'action started via WP Cron','2021-02-07 16:57:03','2021-02-07 08:57:03'),(84989,31240,'action complete via WP Cron','2021-02-07 16:57:03','2021-02-07 08:57:03'),(84990,31241,'action created','2021-02-07 16:57:03','2021-02-07 08:57:03'),(84991,31241,'action started via WP Cron','2021-02-07 16:58:04','2021-02-07 08:58:04'),(84992,31241,'action complete via WP Cron','2021-02-07 16:58:04','2021-02-07 08:58:04'),(84993,31242,'action created','2021-02-07 16:58:04','2021-02-07 08:58:04'),(84994,31242,'action started via WP Cron','2021-02-07 17:00:07','2021-02-07 09:00:07'),(84995,31242,'action complete via WP Cron','2021-02-07 17:00:07','2021-02-07 09:00:07'),(84996,31243,'action created','2021-02-07 17:01:10','2021-02-07 09:01:10'),(84997,31244,'action created','2021-02-07 17:01:10','2021-02-07 09:01:10'),(84998,31243,'action started via WP Cron','2021-02-07 17:05:01','2021-02-07 09:05:01'),(84999,31243,'action complete via WP Cron','2021-02-07 17:05:01','2021-02-07 09:05:01'),(85000,31244,'action started via WP Cron','2021-02-07 17:05:01','2021-02-07 09:05:01'),(85001,31244,'action complete via WP Cron','2021-02-07 17:05:01','2021-02-07 09:05:01'),(85002,31245,'action created','2021-02-07 17:05:01','2021-02-07 09:05:01'),(85003,31245,'action started via WP Cron','2021-02-07 17:14:29','2021-02-07 09:14:29'),(85004,31245,'action complete via WP Cron','2021-02-07 17:14:29','2021-02-07 09:14:29'),(85005,31246,'action created','2021-02-07 17:14:29','2021-02-07 09:14:29'),(85006,31246,'action started via WP Cron','2021-02-07 17:15:30','2021-02-07 09:15:30'),(85007,31246,'action complete via WP Cron','2021-02-07 17:15:30','2021-02-07 09:15:30'),(85008,31247,'action created','2021-02-07 17:16:31','2021-02-07 09:16:31'),(85009,31247,'action started via WP Cron','2021-02-07 17:18:33','2021-02-07 09:18:33'),(85010,31247,'action complete via WP Cron','2021-02-07 17:18:33','2021-02-07 09:18:33'),(85011,31248,'action created','2021-02-07 17:18:33','2021-02-07 09:18:33'),(85012,31248,'action started via WP Cron','2021-02-07 17:19:34','2021-02-07 09:19:34'),(85013,31248,'action complete via WP Cron','2021-02-07 17:19:34','2021-02-07 09:19:34'),(85014,31249,'action created','2021-02-07 17:19:34','2021-02-07 09:19:34'),(85015,31249,'action started via WP Cron','2021-02-07 17:25:40','2021-02-07 09:25:40'),(85016,31249,'action complete via WP Cron','2021-02-07 17:25:40','2021-02-07 09:25:40'),(85017,31250,'action created','2021-02-07 17:25:40','2021-02-07 09:25:40'),(85018,31250,'action started via WP Cron','2021-02-07 17:32:13','2021-02-07 09:32:13'),(85019,31250,'action complete via WP Cron','2021-02-07 17:32:13','2021-02-07 09:32:13'),(85020,31251,'action created','2021-02-07 17:32:13','2021-02-07 09:32:13'),(85021,31251,'action started via WP Cron','2021-02-07 17:36:40','2021-02-07 09:36:40'),(85022,31251,'action complete via WP Cron','2021-02-07 17:36:40','2021-02-07 09:36:40'),(85023,31252,'action created','2021-02-07 17:36:40','2021-02-07 09:36:40'),(85024,31252,'action started via WP Cron','2021-02-07 17:41:48','2021-02-07 09:41:48'),(85025,31252,'action complete via WP Cron','2021-02-07 17:41:48','2021-02-07 09:41:48'),(85026,31253,'action created','2021-02-07 17:41:48','2021-02-07 09:41:48'),(85027,31253,'action started via WP Cron','2021-02-07 17:42:48','2021-02-07 09:42:48'),(85028,31253,'action complete via WP Cron','2021-02-07 17:42:48','2021-02-07 09:42:48'),(85029,31254,'action created','2021-02-07 17:42:48','2021-02-07 09:42:48'),(85030,31254,'action started via WP Cron','2021-02-07 17:43:49','2021-02-07 09:43:49'),(85031,31254,'action complete via WP Cron','2021-02-07 17:43:49','2021-02-07 09:43:49'),(85032,31255,'action created','2021-02-07 17:43:49','2021-02-07 09:43:49'),(85033,31255,'action started via WP Cron','2021-02-07 17:45:51','2021-02-07 09:45:51'),(85034,31255,'action complete via WP Cron','2021-02-07 17:45:51','2021-02-07 09:45:51'),(85035,31256,'action created','2021-02-07 17:45:51','2021-02-07 09:45:51'),(85036,31256,'action started via WP Cron','2021-02-07 17:46:52','2021-02-07 09:46:52'),(85037,31256,'action complete via WP Cron','2021-02-07 17:46:52','2021-02-07 09:46:52'),(85038,31257,'action created','2021-02-07 17:46:53','2021-02-07 09:46:53'),(85039,31257,'action started via WP Cron','2021-02-07 17:47:53','2021-02-07 09:47:53'),(85040,31257,'action complete via WP Cron','2021-02-07 17:47:53','2021-02-07 09:47:53'),(85041,31258,'action created','2021-02-07 17:47:53','2021-02-07 09:47:53'),(85042,31258,'action started via WP Cron','2021-02-07 17:58:32','2021-02-07 09:58:32'),(85043,31258,'action complete via WP Cron','2021-02-07 17:58:32','2021-02-07 09:58:32'),(85044,31259,'action created','2021-02-07 17:58:32','2021-02-07 09:58:32'),(85045,31259,'action started via WP Cron','2021-02-07 18:00:49','2021-02-07 10:00:49'),(85046,31259,'action complete via WP Cron','2021-02-07 18:00:49','2021-02-07 10:00:49'),(85047,31260,'action created','2021-02-07 18:00:49','2021-02-07 10:00:49'),(85048,31260,'action started via WP Cron','2021-02-07 18:02:07','2021-02-07 10:02:07'),(85049,31260,'action complete via WP Cron','2021-02-07 18:02:07','2021-02-07 10:02:07'),(85050,31261,'action created','2021-02-07 18:02:07','2021-02-07 10:02:07'),(85051,31261,'action started via WP Cron','2021-02-07 18:03:11','2021-02-07 10:03:11'),(85052,31261,'action complete via WP Cron','2021-02-07 18:03:11','2021-02-07 10:03:11'),(85053,31262,'action created','2021-02-07 18:03:11','2021-02-07 10:03:11'),(85054,31262,'action started via WP Cron','2021-02-07 18:05:10','2021-02-07 10:05:10'),(85055,31262,'action complete via WP Cron','2021-02-07 18:05:10','2021-02-07 10:05:10'),(85056,31263,'action created','2021-02-07 18:05:10','2021-02-07 10:05:10'),(85057,31263,'action started via WP Cron','2021-02-07 18:06:11','2021-02-07 10:06:11'),(85058,31263,'action complete via WP Cron','2021-02-07 18:06:11','2021-02-07 10:06:11'),(85059,31264,'action created','2021-02-07 18:06:12','2021-02-07 10:06:12'),(85060,31264,'action started via WP Cron','2021-02-07 18:07:12','2021-02-07 10:07:12'),(85061,31264,'action complete via WP Cron','2021-02-07 18:07:12','2021-02-07 10:07:12'),(85062,31265,'action created','2021-02-07 18:07:12','2021-02-07 10:07:12'),(85063,31265,'action started via WP Cron','2021-02-07 18:20:26','2021-02-07 10:20:26'),(85064,31265,'action complete via WP Cron','2021-02-07 18:20:26','2021-02-07 10:20:26'),(85065,31266,'action created','2021-02-07 18:20:26','2021-02-07 10:20:26'),(85066,31266,'action started via WP Cron','2021-02-07 18:21:28','2021-02-07 10:21:28'),(85067,31266,'action complete via WP Cron','2021-02-07 18:21:28','2021-02-07 10:21:28'),(85068,31267,'action created','2021-02-07 18:21:28','2021-02-07 10:21:28'),(85069,31267,'action started via WP Cron','2021-02-07 18:22:29','2021-02-07 10:22:29'),(85070,31267,'action complete via WP Cron','2021-02-07 18:22:29','2021-02-07 10:22:29'),(85071,31268,'action created','2021-02-07 18:22:29','2021-02-07 10:22:29'),(85072,31268,'action started via WP Cron','2021-02-07 18:24:30','2021-02-07 10:24:30'),(85073,31268,'action complete via WP Cron','2021-02-07 18:24:30','2021-02-07 10:24:30'),(85074,31269,'action created','2021-02-07 18:24:30','2021-02-07 10:24:30'),(85075,31269,'action started via WP Cron','2021-02-07 18:25:31','2021-02-07 10:25:31'),(85076,31269,'action complete via WP Cron','2021-02-07 18:25:31','2021-02-07 10:25:31'),(85077,31270,'action created','2021-02-07 18:25:31','2021-02-07 10:25:31'),(85078,31270,'action started via WP Cron','2021-02-07 18:32:27','2021-02-07 10:32:27'),(85079,31270,'action complete via WP Cron','2021-02-07 18:32:27','2021-02-07 10:32:27'),(85080,31271,'action created','2021-02-07 18:32:27','2021-02-07 10:32:27'),(85081,31271,'action started via WP Cron','2021-02-07 18:33:49','2021-02-07 10:33:49'),(85082,31271,'action complete via WP Cron','2021-02-07 18:33:49','2021-02-07 10:33:49'),(85083,31272,'action created','2021-02-07 18:33:50','2021-02-07 10:33:50'),(85084,31272,'action started via WP Cron','2021-02-07 18:35:32','2021-02-07 10:35:32'),(85085,31272,'action complete via WP Cron','2021-02-07 18:35:32','2021-02-07 10:35:32'),(85086,31273,'action created','2021-02-07 18:35:32','2021-02-07 10:35:32'),(85087,31273,'action started via WP Cron','2021-02-07 18:38:50','2021-02-07 10:38:50'),(85088,31273,'action complete via WP Cron','2021-02-07 18:38:50','2021-02-07 10:38:50'),(85089,31274,'action created','2021-02-07 18:38:51','2021-02-07 10:38:51'),(85090,31274,'action started via WP Cron','2021-02-07 18:40:23','2021-02-07 10:40:23'),(85091,31274,'action complete via WP Cron','2021-02-07 18:40:23','2021-02-07 10:40:23'),(85092,31275,'action created','2021-02-07 18:40:23','2021-02-07 10:40:23'),(85093,31275,'action started via WP Cron','2021-02-07 18:41:35','2021-02-07 10:41:35'),(85094,31275,'action complete via WP Cron','2021-02-07 18:41:35','2021-02-07 10:41:35'),(85095,31276,'action created','2021-02-07 18:41:36','2021-02-07 10:41:36'),(85096,31276,'action started via WP Cron','2021-02-07 18:42:41','2021-02-07 10:42:41'),(85097,31276,'action complete via WP Cron','2021-02-07 18:42:41','2021-02-07 10:42:41'),(85098,31277,'action created','2021-02-07 18:42:42','2021-02-07 10:42:42'),(85099,31277,'action started via WP Cron','2021-02-07 18:44:18','2021-02-07 10:44:18'),(85100,31277,'action complete via WP Cron','2021-02-07 18:44:18','2021-02-07 10:44:18'),(85101,31278,'action created','2021-02-07 18:44:18','2021-02-07 10:44:18'),(85102,31278,'action started via WP Cron','2021-02-07 18:46:34','2021-02-07 10:46:34'),(85103,31278,'action complete via WP Cron','2021-02-07 18:46:34','2021-02-07 10:46:34'),(85104,31279,'action created','2021-02-07 18:46:35','2021-02-07 10:46:35'),(85105,31279,'action started via WP Cron','2021-02-07 18:51:14','2021-02-07 10:51:14'),(85106,31279,'action complete via WP Cron','2021-02-07 18:51:14','2021-02-07 10:51:14'),(85107,31280,'action created','2021-02-07 18:51:14','2021-02-07 10:51:14'),(85108,31280,'action started via WP Cron','2021-02-07 18:52:21','2021-02-07 10:52:21'),(85109,31280,'action complete via WP Cron','2021-02-07 18:52:21','2021-02-07 10:52:21'),(85110,31281,'action created','2021-02-07 18:52:21','2021-02-07 10:52:21'),(85111,31281,'action started via WP Cron','2021-02-07 18:54:18','2021-02-07 10:54:18'),(85112,31281,'action complete via WP Cron','2021-02-07 18:54:18','2021-02-07 10:54:18'),(85113,31282,'action created','2021-02-07 18:54:18','2021-02-07 10:54:18'),(85114,31282,'action started via WP Cron','2021-02-07 18:55:38','2021-02-07 10:55:38'),(85115,31282,'action complete via WP Cron','2021-02-07 18:55:38','2021-02-07 10:55:38'),(85116,31283,'action created','2021-02-07 18:55:38','2021-02-07 10:55:38'),(85117,31283,'action started via WP Cron','2021-02-07 18:58:56','2021-02-07 10:58:56'),(85118,31283,'action complete via WP Cron','2021-02-07 18:58:56','2021-02-07 10:58:56'),(85119,31284,'action created','2021-02-07 18:58:56','2021-02-07 10:58:56'),(85120,31284,'action started via WP Cron','2021-02-07 19:02:32','2021-02-07 11:02:32'),(85121,31284,'action complete via WP Cron','2021-02-07 19:02:32','2021-02-07 11:02:32'),(85122,31285,'action created','2021-02-07 19:02:32','2021-02-07 11:02:32'),(85123,31285,'action started via WP Cron','2021-02-07 19:03:53','2021-02-07 11:03:53'),(85124,31285,'action complete via WP Cron','2021-02-07 19:03:53','2021-02-07 11:03:53'),(85125,31286,'action created','2021-02-07 19:03:53','2021-02-07 11:03:53'),(85126,31286,'action started via WP Cron','2021-02-07 19:07:51','2021-02-07 11:07:51'),(85127,31286,'action complete via WP Cron','2021-02-07 19:07:51','2021-02-07 11:07:51'),(85128,31287,'action created','2021-02-07 19:07:51','2021-02-07 11:07:51'),(85129,31287,'action started via WP Cron','2021-02-07 19:08:54','2021-02-07 11:08:54'),(85130,31287,'action complete via WP Cron','2021-02-07 19:08:54','2021-02-07 11:08:54'),(85131,31288,'action created','2021-02-07 19:08:54','2021-02-07 11:08:54'),(85132,31288,'action started via WP Cron','2021-02-07 19:09:54','2021-02-07 11:09:54'),(85133,31288,'action complete via WP Cron','2021-02-07 19:09:54','2021-02-07 11:09:54'),(85134,31289,'action created','2021-02-07 19:09:55','2021-02-07 11:09:55'),(85135,31289,'action started via WP Cron','2021-02-07 19:12:01','2021-02-07 11:12:01'),(85136,31289,'action complete via WP Cron','2021-02-07 19:12:01','2021-02-07 11:12:01'),(85137,31290,'action created','2021-02-07 19:12:01','2021-02-07 11:12:01'),(85138,31290,'action started via WP Cron','2021-02-07 19:13:03','2021-02-07 11:13:03'),(85139,31290,'action complete via WP Cron','2021-02-07 19:13:03','2021-02-07 11:13:03'),(85140,31291,'action created','2021-02-07 19:13:03','2021-02-07 11:13:03'),(85141,31291,'action started via WP Cron','2021-02-07 19:18:27','2021-02-07 11:18:27'),(85142,31291,'action complete via WP Cron','2021-02-07 19:18:27','2021-02-07 11:18:27'),(85143,31292,'action created','2021-02-07 19:18:27','2021-02-07 11:18:27'),(85144,31292,'action started via WP Cron','2021-02-07 19:18:42','2021-02-07 11:18:42'),(85145,31292,'action complete via WP Cron','2021-02-07 19:18:42','2021-02-07 11:18:42'),(85146,31293,'action created','2021-02-07 19:18:42','2021-02-07 11:18:42'),(85147,31293,'action started via WP Cron','2021-02-07 19:22:07','2021-02-07 11:22:07'),(85148,31293,'action complete via WP Cron','2021-02-07 19:22:07','2021-02-07 11:22:07'),(85149,31294,'action created','2021-02-07 19:22:07','2021-02-07 11:22:07'),(85150,31294,'action started via WP Cron','2021-02-07 19:25:37','2021-02-07 11:25:37'),(85151,31294,'action complete via WP Cron','2021-02-07 19:25:37','2021-02-07 11:25:37'),(85152,31295,'action created','2021-02-07 19:25:37','2021-02-07 11:25:37'),(85153,31295,'action started via WP Cron','2021-02-07 19:26:31','2021-02-07 11:26:31'),(85154,31295,'action complete via WP Cron','2021-02-07 19:26:31','2021-02-07 11:26:31'),(85155,31296,'action created','2021-02-07 19:26:31','2021-02-07 11:26:31'),(85156,31296,'action started via WP Cron','2021-02-07 19:27:32','2021-02-07 11:27:32'),(85157,31296,'action complete via WP Cron','2021-02-07 19:27:32','2021-02-07 11:27:32'),(85158,31297,'action created','2021-02-07 19:27:32','2021-02-07 11:27:32'),(85159,31297,'action started via WP Cron','2021-02-07 19:29:36','2021-02-07 11:29:36'),(85160,31297,'action complete via WP Cron','2021-02-07 19:29:36','2021-02-07 11:29:36'),(85161,31298,'action created','2021-02-07 19:30:36','2021-02-07 11:30:36'),(85162,31298,'action started via WP Cron','2021-02-07 19:38:41','2021-02-07 11:38:41'),(85163,31298,'action complete via WP Cron','2021-02-07 19:38:41','2021-02-07 11:38:41'),(85164,31299,'action created','2021-02-07 19:38:41','2021-02-07 11:38:41'),(85165,31299,'action started via WP Cron','2021-02-07 19:42:25','2021-02-07 11:42:25'),(85166,31299,'action complete via WP Cron','2021-02-07 19:42:25','2021-02-07 11:42:25'),(85167,31300,'action created','2021-02-07 19:42:25','2021-02-07 11:42:25'),(85168,31300,'action started via WP Cron','2021-02-07 19:49:49','2021-02-07 11:49:49'),(85169,31300,'action complete via WP Cron','2021-02-07 19:49:49','2021-02-07 11:49:49'),(85170,31301,'action created','2021-02-07 19:49:50','2021-02-07 11:49:50'),(85171,31301,'action started via WP Cron','2021-02-07 19:56:31','2021-02-07 11:56:31'),(85172,31301,'action complete via WP Cron','2021-02-07 19:56:31','2021-02-07 11:56:31'),(85173,31302,'action created','2021-02-07 19:56:31','2021-02-07 11:56:31'),(85174,31302,'action started via WP Cron','2021-02-07 19:57:54','2021-02-07 11:57:54'),(85175,31302,'action complete via WP Cron','2021-02-07 19:57:54','2021-02-07 11:57:54'),(85176,31303,'action created','2021-02-07 19:57:54','2021-02-07 11:57:54'),(85177,31303,'action started via WP Cron','2021-02-07 19:59:13','2021-02-07 11:59:13'),(85178,31303,'action complete via WP Cron','2021-02-07 19:59:13','2021-02-07 11:59:13'),(85179,31304,'action created','2021-02-07 19:59:14','2021-02-07 11:59:14'),(85180,31304,'action started via WP Cron','2021-02-07 20:01:18','2021-02-07 12:01:18'),(85181,31304,'action complete via WP Cron','2021-02-07 20:01:18','2021-02-07 12:01:18'),(85182,31305,'action created','2021-02-07 20:01:18','2021-02-07 12:01:18'),(85183,31305,'action started via WP Cron','2021-02-07 20:01:48','2021-02-07 12:01:48'),(85184,31305,'action complete via WP Cron','2021-02-07 20:01:48','2021-02-07 12:01:48'),(85185,31306,'action created','2021-02-07 20:01:48','2021-02-07 12:01:48'),(85186,31306,'action started via WP Cron','2021-02-07 20:04:01','2021-02-07 12:04:01'),(85187,31306,'action complete via WP Cron','2021-02-07 20:04:01','2021-02-07 12:04:01'),(85188,31307,'action created','2021-02-07 20:04:01','2021-02-07 12:04:01'),(85189,31307,'action started via WP Cron','2021-02-07 20:05:08','2021-02-07 12:05:08'),(85190,31307,'action complete via WP Cron','2021-02-07 20:05:08','2021-02-07 12:05:08'),(85191,31308,'action created','2021-02-07 20:05:08','2021-02-07 12:05:08'),(85192,31308,'action started via WP Cron','2021-02-07 20:05:58','2021-02-07 12:05:58'),(85193,31308,'action complete via WP Cron','2021-02-07 20:05:58','2021-02-07 12:05:58'),(85194,31309,'action created','2021-02-07 20:05:58','2021-02-07 12:05:58'),(85195,31309,'action started via WP Cron','2021-02-07 20:09:20','2021-02-07 12:09:20'),(85196,31309,'action complete via WP Cron','2021-02-07 20:09:20','2021-02-07 12:09:20'),(85197,31310,'action created','2021-02-07 20:09:20','2021-02-07 12:09:20'),(85198,31310,'action started via WP Cron','2021-02-07 20:10:05','2021-02-07 12:10:05'),(85199,31310,'action complete via WP Cron','2021-02-07 20:10:05','2021-02-07 12:10:05'),(85200,31311,'action created','2021-02-07 20:10:05','2021-02-07 12:10:05'),(85201,31311,'action started via WP Cron','2021-02-07 20:12:01','2021-02-07 12:12:01'),(85202,31311,'action complete via WP Cron','2021-02-07 20:12:01','2021-02-07 12:12:01'),(85203,31312,'action created','2021-02-07 20:12:01','2021-02-07 12:12:01'),(85204,31312,'action started via WP Cron','2021-02-07 20:15:40','2021-02-07 12:15:40'),(85205,31312,'action complete via WP Cron','2021-02-07 20:15:40','2021-02-07 12:15:40'),(85206,31313,'action created','2021-02-07 20:15:40','2021-02-07 12:15:40'),(85207,31313,'action started via WP Cron','2021-02-07 20:20:11','2021-02-07 12:20:11'),(85208,31313,'action complete via WP Cron','2021-02-07 20:20:11','2021-02-07 12:20:11'),(85209,31314,'action created','2021-02-07 20:20:11','2021-02-07 12:20:11'),(85210,31314,'action started via WP Cron','2021-02-07 20:28:16','2021-02-07 12:28:16'),(85211,31314,'action complete via WP Cron','2021-02-07 20:28:16','2021-02-07 12:28:16'),(85212,31315,'action created','2021-02-07 20:28:16','2021-02-07 12:28:16'),(85213,31315,'action started via WP Cron','2021-02-07 20:32:18','2021-02-07 12:32:18'),(85214,31315,'action complete via WP Cron','2021-02-07 20:32:18','2021-02-07 12:32:18'),(85215,31316,'action created','2021-02-07 20:32:18','2021-02-07 12:32:18'),(85216,31316,'action started via WP Cron','2021-02-07 20:41:27','2021-02-07 12:41:27'),(85217,31316,'action complete via WP Cron','2021-02-07 20:41:27','2021-02-07 12:41:27'),(85218,31317,'action created','2021-02-07 20:41:27','2021-02-07 12:41:27'),(85219,31317,'action started via WP Cron','2021-02-07 20:41:47','2021-02-07 12:41:47'),(85220,31317,'action complete via WP Cron','2021-02-07 20:41:47','2021-02-07 12:41:47'),(85221,31318,'action created','2021-02-07 20:41:47','2021-02-07 12:41:47'),(85222,31318,'action started via WP Cron','2021-02-07 20:53:28','2021-02-07 12:53:28'),(85223,31318,'action complete via WP Cron','2021-02-07 20:53:28','2021-02-07 12:53:28'),(85224,31319,'action created','2021-02-07 20:53:50','2021-02-07 12:53:50'),(85225,31319,'action started via WP Cron','2021-02-07 20:59:31','2021-02-07 12:59:31'),(85226,31319,'action complete via WP Cron','2021-02-07 20:59:31','2021-02-07 12:59:31'),(85227,31320,'action created','2021-02-07 20:59:31','2021-02-07 12:59:31'),(85228,31320,'action started via WP Cron','2021-02-07 21:02:02','2021-02-07 13:02:02'),(85229,31320,'action complete via WP Cron','2021-02-07 21:02:02','2021-02-07 13:02:02'),(85230,31321,'action created','2021-02-07 21:02:02','2021-02-07 13:02:02'),(85231,31321,'action started via WP Cron','2021-02-07 21:08:35','2021-02-07 13:08:35'),(85232,31321,'action complete via WP Cron','2021-02-07 21:08:35','2021-02-07 13:08:35'),(85233,31322,'action created','2021-02-07 21:08:35','2021-02-07 13:08:35'),(85234,31322,'action started via WP Cron','2021-02-07 21:10:05','2021-02-07 13:10:05'),(85235,31322,'action complete via WP Cron','2021-02-07 21:10:05','2021-02-07 13:10:05'),(85236,31323,'action created','2021-02-07 21:10:05','2021-02-07 13:10:05'),(85237,31323,'action started via WP Cron','2021-02-07 21:13:01','2021-02-07 13:13:01'),(85238,31323,'action complete via WP Cron','2021-02-07 21:13:01','2021-02-07 13:13:01'),(85239,31324,'action created','2021-02-07 21:13:01','2021-02-07 13:13:01'),(85240,31324,'action started via WP Cron','2021-02-07 21:14:03','2021-02-07 13:14:03'),(85241,31324,'action complete via WP Cron','2021-02-07 21:14:03','2021-02-07 13:14:03'),(85242,31325,'action created','2021-02-07 21:14:03','2021-02-07 13:14:03'),(85243,31325,'action started via WP Cron','2021-02-07 21:15:52','2021-02-07 13:15:52'),(85244,31325,'action complete via WP Cron','2021-02-07 21:15:52','2021-02-07 13:15:52'),(85245,31326,'action created','2021-02-07 21:15:53','2021-02-07 13:15:53'),(85246,31326,'action started via WP Cron','2021-02-07 21:16:47','2021-02-07 13:16:47'),(85247,31326,'action complete via WP Cron','2021-02-07 21:16:47','2021-02-07 13:16:47'),(85248,31327,'action created','2021-02-07 21:16:47','2021-02-07 13:16:47'),(85249,31327,'action started via WP Cron','2021-02-07 21:21:49','2021-02-07 13:21:49'),(85250,31327,'action complete via WP Cron','2021-02-07 21:21:49','2021-02-07 13:21:49'),(85251,31328,'action created','2021-02-07 21:21:49','2021-02-07 13:21:49'),(85252,31328,'action started via WP Cron','2021-02-07 21:22:44','2021-02-07 13:22:44'),(85253,31328,'action complete via WP Cron','2021-02-07 21:22:44','2021-02-07 13:22:44'),(85254,31329,'action created','2021-02-07 21:22:45','2021-02-07 13:22:45'),(85255,31329,'action started via WP Cron','2021-02-07 21:24:49','2021-02-07 13:24:49'),(85256,31329,'action complete via WP Cron','2021-02-07 21:24:49','2021-02-07 13:24:49'),(85257,31330,'action created','2021-02-07 21:24:49','2021-02-07 13:24:49'),(85258,31330,'action started via WP Cron','2021-02-07 21:26:48','2021-02-07 13:26:48'),(85259,31330,'action complete via WP Cron','2021-02-07 21:26:48','2021-02-07 13:26:48'),(85260,31331,'action created','2021-02-07 21:26:48','2021-02-07 13:26:48'),(85261,31331,'action started via WP Cron','2021-02-07 21:27:46','2021-02-07 13:27:46'),(85262,31331,'action complete via WP Cron','2021-02-07 21:27:46','2021-02-07 13:27:46'),(85263,31332,'action created','2021-02-07 21:27:46','2021-02-07 13:27:46'),(85264,31332,'action started via WP Cron','2021-02-07 21:29:25','2021-02-07 13:29:25'),(85265,31332,'action complete via WP Cron','2021-02-07 21:29:25','2021-02-07 13:29:25'),(85266,31333,'action created','2021-02-07 21:29:25','2021-02-07 13:29:25'),(85267,31333,'action started via WP Cron','2021-02-07 21:32:37','2021-02-07 13:32:37'),(85268,31333,'action complete via WP Cron','2021-02-07 21:32:37','2021-02-07 13:32:37'),(85269,31334,'action created','2021-02-07 21:32:37','2021-02-07 13:32:37'),(85270,31334,'action started via WP Cron','2021-02-07 21:33:36','2021-02-07 13:33:36'),(85271,31334,'action complete via WP Cron','2021-02-07 21:33:36','2021-02-07 13:33:36'),(85272,31335,'action created','2021-02-07 21:33:36','2021-02-07 13:33:36'),(85273,31335,'action started via WP Cron','2021-02-07 21:36:31','2021-02-07 13:36:31'),(85274,31335,'action complete via WP Cron','2021-02-07 21:36:31','2021-02-07 13:36:31'),(85275,31336,'action created','2021-02-07 21:36:31','2021-02-07 13:36:31'),(85276,31336,'action started via WP Cron','2021-02-07 21:49:37','2021-02-07 13:49:37'),(85277,31336,'action complete via WP Cron','2021-02-07 21:49:37','2021-02-07 13:49:37'),(85278,31337,'action created','2021-02-07 21:49:38','2021-02-07 13:49:38'),(85279,31337,'action started via WP Cron','2021-02-07 21:51:55','2021-02-07 13:51:55'),(85280,31337,'action complete via WP Cron','2021-02-07 21:51:55','2021-02-07 13:51:55'),(85281,31338,'action created','2021-02-07 21:51:55','2021-02-07 13:51:55'),(85282,31338,'action started via WP Cron','2021-02-07 21:55:55','2021-02-07 13:55:55'),(85283,31338,'action complete via WP Cron','2021-02-07 21:55:55','2021-02-07 13:55:55'),(85284,31339,'action created','2021-02-07 21:55:55','2021-02-07 13:55:55'),(85285,31339,'action started via WP Cron','2021-02-07 22:00:43','2021-02-07 14:00:43'),(85286,31339,'action complete via WP Cron','2021-02-07 22:00:43','2021-02-07 14:00:43'),(85287,31340,'action created','2021-02-07 22:00:43','2021-02-07 14:00:43'),(85288,31340,'action started via WP Cron','2021-02-07 22:05:23','2021-02-07 14:05:23'),(85289,31340,'action complete via WP Cron','2021-02-07 22:05:23','2021-02-07 14:05:23'),(85290,31341,'action created','2021-02-07 22:05:24','2021-02-07 14:05:24'),(85291,31341,'action started via WP Cron','2021-02-07 22:05:43','2021-02-07 14:05:43'),(85292,31341,'action complete via WP Cron','2021-02-07 22:05:43','2021-02-07 14:05:43'),(85293,31342,'action created','2021-02-07 22:05:43','2021-02-07 14:05:43'),(85294,31342,'action started via WP Cron','2021-02-07 22:07:14','2021-02-07 14:07:14'),(85295,31342,'action complete via WP Cron','2021-02-07 22:07:14','2021-02-07 14:07:14'),(85296,31343,'action created','2021-02-07 22:07:14','2021-02-07 14:07:14'),(85297,31343,'action started via WP Cron','2021-02-07 22:17:28','2021-02-07 14:17:28'),(85298,31343,'action complete via WP Cron','2021-02-07 22:17:28','2021-02-07 14:17:28'),(85299,31344,'action created','2021-02-07 22:17:28','2021-02-07 14:17:28'),(85300,31344,'action started via WP Cron','2021-02-07 22:25:54','2021-02-07 14:25:54'),(85301,31344,'action complete via WP Cron','2021-02-07 22:25:54','2021-02-07 14:25:54'),(85302,31345,'action created','2021-02-07 22:25:54','2021-02-07 14:25:54'),(85303,31345,'action started via WP Cron','2021-02-07 22:27:42','2021-02-07 14:27:42'),(85304,31345,'action complete via WP Cron','2021-02-07 22:27:42','2021-02-07 14:27:42'),(85305,31346,'action created','2021-02-07 22:27:42','2021-02-07 14:27:42'),(85306,31346,'action started via WP Cron','2021-02-07 22:38:13','2021-02-07 14:38:13'),(85307,31346,'action complete via WP Cron','2021-02-07 22:38:13','2021-02-07 14:38:13'),(85308,31347,'action created','2021-02-07 22:38:14','2021-02-07 14:38:14'),(85309,31347,'action started via WP Cron','2021-02-07 22:39:51','2021-02-07 14:39:51'),(85310,31347,'action complete via WP Cron','2021-02-07 22:39:51','2021-02-07 14:39:51'),(85311,31348,'action created','2021-02-07 22:39:51','2021-02-07 14:39:51'),(85312,31348,'action started via WP Cron','2021-02-07 22:43:41','2021-02-07 14:43:41'),(85313,31348,'action complete via WP Cron','2021-02-07 22:43:41','2021-02-07 14:43:41'),(85314,31349,'action created','2021-02-07 22:43:41','2021-02-07 14:43:41'),(85315,31349,'action started via WP Cron','2021-02-07 23:04:18','2021-02-07 15:04:18'),(85316,31349,'action complete via WP Cron','2021-02-07 23:04:18','2021-02-07 15:04:18'),(85317,31350,'action created','2021-02-07 23:04:18','2021-02-07 15:04:18'),(85318,31350,'action started via WP Cron','2021-02-07 23:04:59','2021-02-07 15:04:59'),(85319,31350,'action complete via WP Cron','2021-02-07 23:04:59','2021-02-07 15:04:59'),(85320,31351,'action created','2021-02-07 23:04:59','2021-02-07 15:04:59'),(85321,31351,'action started via WP Cron','2021-02-07 23:07:15','2021-02-07 15:07:15'),(85322,31351,'action complete via WP Cron','2021-02-07 23:07:15','2021-02-07 15:07:15'),(85323,31352,'action created','2021-02-07 23:07:15','2021-02-07 15:07:15'),(85324,31352,'action started via WP Cron','2021-02-07 23:10:35','2021-02-07 15:10:35'),(85325,31352,'action complete via WP Cron','2021-02-07 23:10:35','2021-02-07 15:10:35'),(85326,31353,'action created','2021-02-07 23:10:35','2021-02-07 15:10:35'),(85327,31353,'action started via WP Cron','2021-02-07 23:12:58','2021-02-07 15:12:58'),(85328,31353,'action complete via WP Cron','2021-02-07 23:12:58','2021-02-07 15:12:58'),(85329,31354,'action created','2021-02-07 23:12:58','2021-02-07 15:12:58'),(85330,31354,'action started via WP Cron','2021-02-07 23:14:15','2021-02-07 15:14:15'),(85331,31354,'action complete via WP Cron','2021-02-07 23:14:15','2021-02-07 15:14:15'),(85332,31355,'action created','2021-02-07 23:14:15','2021-02-07 15:14:15'),(85333,31355,'action started via WP Cron','2021-02-07 23:16:31','2021-02-07 15:16:31'),(85334,31355,'action complete via WP Cron','2021-02-07 23:16:31','2021-02-07 15:16:31'),(85335,31356,'action created','2021-02-07 23:16:31','2021-02-07 15:16:31'),(85336,31356,'action started via WP Cron','2021-02-07 23:17:30','2021-02-07 15:17:30'),(85337,31356,'action complete via WP Cron','2021-02-07 23:17:30','2021-02-07 15:17:30'),(85338,31357,'action created','2021-02-07 23:17:30','2021-02-07 15:17:30'),(85339,31357,'action started via WP Cron','2021-02-07 23:17:41','2021-02-07 15:17:41'),(85340,31357,'action complete via WP Cron','2021-02-07 23:17:41','2021-02-07 15:17:41'),(85341,31358,'action created','2021-02-07 23:17:42','2021-02-07 15:17:42'),(85342,31358,'action started via WP Cron','2021-02-07 23:25:52','2021-02-07 15:25:52'),(85343,31358,'action complete via WP Cron','2021-02-07 23:25:52','2021-02-07 15:25:52'),(85344,31359,'action created','2021-02-07 23:25:52','2021-02-07 15:25:52'),(85345,31359,'action started via WP Cron','2021-02-07 23:29:22','2021-02-07 15:29:22'),(85346,31359,'action complete via WP Cron','2021-02-07 23:29:22','2021-02-07 15:29:22'),(85347,31360,'action created','2021-02-07 23:29:22','2021-02-07 15:29:22'),(85348,31360,'action started via WP Cron','2021-02-07 23:29:42','2021-02-07 15:29:42'),(85349,31360,'action complete via WP Cron','2021-02-07 23:29:42','2021-02-07 15:29:42'),(85350,31361,'action created','2021-02-07 23:29:42','2021-02-07 15:29:42'),(85351,31361,'action started via WP Cron','2021-02-07 23:31:37','2021-02-07 15:31:37'),(85352,31361,'action complete via WP Cron','2021-02-07 23:31:37','2021-02-07 15:31:37'),(85353,31362,'action created','2021-02-07 23:31:37','2021-02-07 15:31:37'),(85354,31362,'action started via WP Cron','2021-02-07 23:32:57','2021-02-07 15:32:57'),(85355,31362,'action complete via WP Cron','2021-02-07 23:32:57','2021-02-07 15:32:57'),(85356,31363,'action created','2021-02-07 23:32:57','2021-02-07 15:32:57'),(85357,31363,'action started via WP Cron','2021-02-07 23:37:46','2021-02-07 15:37:46'),(85358,31363,'action complete via WP Cron','2021-02-07 23:37:46','2021-02-07 15:37:46'),(85359,31364,'action created','2021-02-07 23:37:46','2021-02-07 15:37:46'),(85360,31364,'action started via WP Cron','2021-02-07 23:54:50','2021-02-07 15:54:50'),(85361,31364,'action complete via WP Cron','2021-02-07 23:54:51','2021-02-07 15:54:51'),(85362,31365,'action created','2021-02-07 23:54:51','2021-02-07 15:54:51'),(85363,31365,'action started via WP Cron','2021-02-07 23:56:17','2021-02-07 15:56:17'),(85364,31365,'action complete via WP Cron','2021-02-07 23:56:17','2021-02-07 15:56:17'),(85365,31366,'action created','2021-02-07 23:56:17','2021-02-07 15:56:17'),(85366,31366,'action started via WP Cron','2021-02-07 23:59:17','2021-02-07 15:59:17'),(85367,31366,'action complete via WP Cron','2021-02-07 23:59:17','2021-02-07 15:59:17'),(85368,31367,'action created','2021-02-07 23:59:17','2021-02-07 15:59:17'),(85369,31367,'action started via WP Cron','2021-02-08 00:21:46','2021-02-07 16:21:46'),(85370,31367,'action complete via WP Cron','2021-02-08 00:21:46','2021-02-07 16:21:46'),(85371,31368,'action created','2021-02-08 00:21:46','2021-02-07 16:21:46'),(85372,31368,'action started via WP Cron','2021-02-08 00:32:31','2021-02-07 16:32:31'),(85373,31368,'action complete via WP Cron','2021-02-08 00:32:31','2021-02-07 16:32:31'),(85374,31369,'action created','2021-02-08 00:32:31','2021-02-07 16:32:31'),(85375,31369,'action started via WP Cron','2021-02-08 00:32:45','2021-02-07 16:32:45'),(85376,31369,'action complete via WP Cron','2021-02-08 00:32:45','2021-02-07 16:32:45'),(85377,31370,'action created','2021-02-08 00:32:45','2021-02-07 16:32:45'),(85378,31370,'action started via WP Cron','2021-02-08 00:34:32','2021-02-07 16:34:32'),(85379,31370,'action complete via WP Cron','2021-02-08 00:34:32','2021-02-07 16:34:32'),(85380,31371,'action created','2021-02-08 00:34:32','2021-02-07 16:34:32'),(85381,31371,'action started via WP Cron','2021-02-08 00:36:37','2021-02-07 16:36:37'),(85382,31371,'action complete via WP Cron','2021-02-08 00:36:37','2021-02-07 16:36:37'),(85383,31372,'action created','2021-02-08 00:36:37','2021-02-07 16:36:37'),(85384,31372,'action started via WP Cron','2021-02-08 00:37:25','2021-02-07 16:37:25'),(85385,31372,'action complete via WP Cron','2021-02-08 00:37:25','2021-02-07 16:37:25'),(85386,31373,'action created','2021-02-08 00:37:25','2021-02-07 16:37:25'),(85387,31373,'action started via WP Cron','2021-02-08 00:38:36','2021-02-07 16:38:36'),(85388,31373,'action complete via WP Cron','2021-02-08 00:38:36','2021-02-07 16:38:36'),(85389,31374,'action created','2021-02-08 00:38:36','2021-02-07 16:38:36'),(85390,31374,'action started via WP Cron','2021-02-08 00:38:59','2021-02-07 16:38:59'),(85391,31374,'action complete via WP Cron','2021-02-08 00:38:59','2021-02-07 16:38:59'),(85392,31375,'action created','2021-02-08 00:38:59','2021-02-07 16:38:59'),(85393,31375,'action started via WP Cron','2021-02-08 00:43:33','2021-02-07 16:43:33'),(85394,31375,'action complete via WP Cron','2021-02-08 00:43:33','2021-02-07 16:43:33'),(85395,31376,'action created','2021-02-08 00:43:34','2021-02-07 16:43:34'),(85396,31376,'action started via WP Cron','2021-02-08 00:45:17','2021-02-07 16:45:17'),(85397,31376,'action complete via WP Cron','2021-02-08 00:45:17','2021-02-07 16:45:17'),(85398,31377,'action created','2021-02-08 00:45:17','2021-02-07 16:45:17'),(85399,31377,'action started via WP Cron','2021-02-08 00:45:55','2021-02-07 16:45:55'),(85400,31377,'action complete via WP Cron','2021-02-08 00:45:55','2021-02-07 16:45:55'),(85401,31378,'action created','2021-02-08 00:45:55','2021-02-07 16:45:55'),(85402,31378,'action started via WP Cron','2021-02-08 00:46:58','2021-02-07 16:46:58'),(85403,31378,'action complete via WP Cron','2021-02-08 00:46:58','2021-02-07 16:46:58'),(85404,31379,'action created','2021-02-08 00:46:58','2021-02-07 16:46:58'),(85405,31379,'action started via WP Cron','2021-02-08 00:48:00','2021-02-07 16:48:00'),(85406,31379,'action complete via WP Cron','2021-02-08 00:48:00','2021-02-07 16:48:00'),(85407,31380,'action created','2021-02-08 00:48:00','2021-02-07 16:48:00'),(85408,31380,'action started via WP Cron','2021-02-08 00:49:01','2021-02-07 16:49:01'),(85409,31380,'action complete via WP Cron','2021-02-08 00:49:01','2021-02-07 16:49:01'),(85410,31381,'action created','2021-02-08 00:49:01','2021-02-07 16:49:01'),(85411,31381,'action started via WP Cron','2021-02-08 00:50:01','2021-02-07 16:50:01'),(85412,31381,'action complete via WP Cron','2021-02-08 00:50:01','2021-02-07 16:50:01'),(85413,31382,'action created','2021-02-08 00:50:01','2021-02-07 16:50:01'),(85414,31382,'action started via WP Cron','2021-02-08 00:52:03','2021-02-07 16:52:03'),(85415,31382,'action complete via WP Cron','2021-02-08 00:52:03','2021-02-07 16:52:03'),(85416,31383,'action created','2021-02-08 00:52:03','2021-02-07 16:52:03'),(85417,31383,'action started via WP Cron','2021-02-08 00:52:44','2021-02-07 16:52:44'),(85418,31383,'action complete via WP Cron','2021-02-08 00:52:44','2021-02-07 16:52:44'),(85419,31384,'action created','2021-02-08 00:52:44','2021-02-07 16:52:44'),(85420,31384,'action started via WP Cron','2021-02-08 00:59:12','2021-02-07 16:59:12'),(85421,31384,'action complete via WP Cron','2021-02-08 00:59:12','2021-02-07 16:59:12'),(85422,31385,'action created','2021-02-08 00:59:12','2021-02-07 16:59:12'),(85423,31385,'action started via WP Cron','2021-02-08 01:02:12','2021-02-07 17:02:12'),(85424,31385,'action complete via WP Cron','2021-02-08 01:02:12','2021-02-07 17:02:12'),(85425,31386,'action created','2021-02-08 01:02:12','2021-02-07 17:02:12'),(85426,31386,'action started via WP Cron','2021-02-08 01:02:41','2021-02-07 17:02:41'),(85427,31386,'action complete via WP Cron','2021-02-08 01:02:41','2021-02-07 17:02:41'),(85428,31387,'action created','2021-02-08 01:02:41','2021-02-07 17:02:41'),(85429,31387,'action started via WP Cron','2021-02-08 01:05:17','2021-02-07 17:05:17'),(85430,31387,'action complete via WP Cron','2021-02-08 01:05:17','2021-02-07 17:05:17'),(85431,31388,'action created','2021-02-08 01:05:17','2021-02-07 17:05:17'),(85432,31388,'action started via WP Cron','2021-02-08 01:07:55','2021-02-07 17:07:55'),(85433,31388,'action complete via WP Cron','2021-02-08 01:07:55','2021-02-07 17:07:55'),(85434,31389,'action created','2021-02-08 01:07:55','2021-02-07 17:07:55'),(85435,31389,'action started via WP Cron','2021-02-08 01:12:12','2021-02-07 17:12:12'),(85436,31389,'action complete via WP Cron','2021-02-08 01:12:12','2021-02-07 17:12:12'),(85437,31390,'action created','2021-02-08 01:12:12','2021-02-07 17:12:12'),(85438,31390,'action started via WP Cron','2021-02-08 01:17:18','2021-02-07 17:17:18'),(85439,31390,'action complete via WP Cron','2021-02-08 01:17:18','2021-02-07 17:17:18'),(85440,31391,'action created','2021-02-08 01:17:18','2021-02-07 17:17:18'),(85441,31391,'action started via WP Cron','2021-02-08 01:18:06','2021-02-07 17:18:06'),(85442,31391,'action complete via WP Cron','2021-02-08 01:18:06','2021-02-07 17:18:06'),(85443,31392,'action created','2021-02-08 01:18:06','2021-02-07 17:18:06'),(85444,31392,'action started via WP Cron','2021-02-08 01:27:10','2021-02-07 17:27:10'),(85445,31392,'action complete via WP Cron','2021-02-08 01:27:10','2021-02-07 17:27:10'),(85446,31393,'action created','2021-02-08 01:27:10','2021-02-07 17:27:10'),(85447,31393,'action started via WP Cron','2021-02-08 01:28:17','2021-02-07 17:28:17'),(85448,31393,'action complete via WP Cron','2021-02-08 01:28:17','2021-02-07 17:28:17'),(85449,31394,'action created','2021-02-08 01:28:17','2021-02-07 17:28:17'),(85450,31394,'action started via WP Cron','2021-02-08 01:28:54','2021-02-07 17:28:54'),(85451,31394,'action complete via WP Cron','2021-02-08 01:28:54','2021-02-07 17:28:54'),(85452,31395,'action created','2021-02-08 01:28:55','2021-02-07 17:28:55'),(85453,31395,'action started via WP Cron','2021-02-08 01:31:21','2021-02-07 17:31:21'),(85454,31395,'action complete via WP Cron','2021-02-08 01:31:21','2021-02-07 17:31:21'),(85455,31396,'action created','2021-02-08 01:31:21','2021-02-07 17:31:21'),(85456,31396,'action started via WP Cron','2021-02-08 01:32:21','2021-02-07 17:32:21'),(85457,31396,'action complete via WP Cron','2021-02-08 01:32:21','2021-02-07 17:32:21'),(85458,31397,'action created','2021-02-08 01:32:21','2021-02-07 17:32:21'),(85459,31397,'action started via WP Cron','2021-02-08 01:33:22','2021-02-07 17:33:22'),(85460,31397,'action complete via WP Cron','2021-02-08 01:33:22','2021-02-07 17:33:22'),(85461,31398,'action created','2021-02-08 01:33:22','2021-02-07 17:33:22'),(85462,31398,'action started via WP Cron','2021-02-08 01:33:54','2021-02-07 17:33:54'),(85463,31398,'action complete via WP Cron','2021-02-08 01:33:54','2021-02-07 17:33:54'),(85464,31399,'action created','2021-02-08 01:33:55','2021-02-07 17:33:55'),(85465,31399,'action started via WP Cron','2021-02-08 01:36:08','2021-02-07 17:36:08'),(85466,31399,'action complete via WP Cron','2021-02-08 01:36:08','2021-02-07 17:36:08'),(85467,31400,'action created','2021-02-08 01:36:08','2021-02-07 17:36:08'),(85468,31400,'action started via WP Cron','2021-02-08 01:37:20','2021-02-07 17:37:20'),(85469,31400,'action complete via WP Cron','2021-02-08 01:37:20','2021-02-07 17:37:20'),(85470,31401,'action created','2021-02-08 01:37:21','2021-02-07 17:37:21'),(85471,31401,'action started via WP Cron','2021-02-08 01:37:47','2021-02-07 17:37:47'),(85472,31401,'action complete via WP Cron','2021-02-08 01:37:47','2021-02-07 17:37:47'),(85473,31402,'action created','2021-02-08 01:37:47','2021-02-07 17:37:47'),(85474,31402,'action started via WP Cron','2021-02-08 01:41:14','2021-02-07 17:41:14'),(85475,31402,'action complete via WP Cron','2021-02-08 01:41:14','2021-02-07 17:41:14'),(85476,31403,'action created','2021-02-08 01:41:14','2021-02-07 17:41:14'),(85477,31403,'action started via WP Cron','2021-02-08 01:43:15','2021-02-07 17:43:15'),(85478,31403,'action complete via WP Cron','2021-02-08 01:43:15','2021-02-07 17:43:15'),(85479,31404,'action created','2021-02-08 01:43:15','2021-02-07 17:43:15'),(85480,31404,'action started via WP Cron','2021-02-08 01:44:04','2021-02-07 17:44:04'),(85481,31404,'action complete via WP Cron','2021-02-08 01:44:04','2021-02-07 17:44:04'),(85482,31405,'action created','2021-02-08 01:44:05','2021-02-07 17:44:05'),(85483,31405,'action started via WP Cron','2021-02-08 01:46:30','2021-02-07 17:46:30'),(85484,31405,'action complete via WP Cron','2021-02-08 01:46:30','2021-02-07 17:46:30'),(85485,31406,'action created','2021-02-08 01:46:30','2021-02-07 17:46:30'),(85486,31406,'action started via WP Cron','2021-02-08 01:47:31','2021-02-07 17:47:31'),(85487,31406,'action complete via WP Cron','2021-02-08 01:47:31','2021-02-07 17:47:31'),(85488,31407,'action created','2021-02-08 01:47:32','2021-02-07 17:47:32'),(85489,31407,'action started via WP Cron','2021-02-08 01:51:04','2021-02-07 17:51:04'),(85490,31407,'action complete via WP Cron','2021-02-08 01:51:04','2021-02-07 17:51:04'),(85491,31408,'action created','2021-02-08 01:51:04','2021-02-07 17:51:04'),(85492,31408,'action started via WP Cron','2021-02-08 01:52:09','2021-02-07 17:52:09'),(85493,31408,'action complete via WP Cron','2021-02-08 01:52:09','2021-02-07 17:52:09'),(85494,31409,'action created','2021-02-08 01:52:10','2021-02-07 17:52:10'),(85495,31409,'action started via WP Cron','2021-02-08 01:53:04','2021-02-07 17:53:04'),(85496,31409,'action complete via WP Cron','2021-02-08 01:53:04','2021-02-07 17:53:04'),(85497,31410,'action created','2021-02-08 01:53:04','2021-02-07 17:53:04'),(85498,31410,'action started via WP Cron','2021-02-08 01:54:04','2021-02-07 17:54:04'),(85499,31410,'action complete via WP Cron','2021-02-08 01:54:04','2021-02-07 17:54:04'),(85500,31411,'action created','2021-02-08 01:54:04','2021-02-07 17:54:04'),(85501,31411,'action started via WP Cron','2021-02-08 01:55:05','2021-02-07 17:55:05'),(85502,31411,'action complete via WP Cron','2021-02-08 01:55:05','2021-02-07 17:55:05'),(85503,31412,'action created','2021-02-08 01:55:05','2021-02-07 17:55:05'),(85504,31412,'action started via WP Cron','2021-02-08 01:57:58','2021-02-07 17:57:58'),(85505,31412,'action complete via WP Cron','2021-02-08 01:57:58','2021-02-07 17:57:58'),(85506,31413,'action created','2021-02-08 01:57:58','2021-02-07 17:57:58'),(85507,31413,'action started via WP Cron','2021-02-08 02:02:13','2021-02-07 18:02:13'),(85508,31413,'action complete via WP Cron','2021-02-08 02:02:13','2021-02-07 18:02:13'),(85509,31414,'action created','2021-02-08 02:02:13','2021-02-07 18:02:13'),(85510,31414,'action started via WP Cron','2021-02-08 02:08:52','2021-02-07 18:08:52'),(85511,31414,'action complete via WP Cron','2021-02-08 02:08:52','2021-02-07 18:08:52'),(85512,31415,'action created','2021-02-08 02:08:52','2021-02-07 18:08:52'),(85513,31415,'action started via WP Cron','2021-02-08 02:10:00','2021-02-07 18:10:00'),(85514,31415,'action complete via WP Cron','2021-02-08 02:10:00','2021-02-07 18:10:00'),(85515,31416,'action created','2021-02-08 02:12:02','2021-02-07 18:12:02'),(85516,31416,'action started via WP Cron','2021-02-08 02:13:03','2021-02-07 18:13:03'),(85517,31416,'action complete via WP Cron','2021-02-08 02:13:03','2021-02-07 18:13:03'),(85518,31417,'action created','2021-02-08 02:13:03','2021-02-07 18:13:03'),(85519,31417,'action started via WP Cron','2021-02-08 02:14:04','2021-02-07 18:14:04'),(85520,31417,'action complete via WP Cron','2021-02-08 02:14:04','2021-02-07 18:14:04'),(85521,31418,'action created','2021-02-08 02:14:04','2021-02-07 18:14:04'),(85522,31418,'action started via WP Cron','2021-02-08 02:26:10','2021-02-07 18:26:10'),(85523,31418,'action complete via WP Cron','2021-02-08 02:26:10','2021-02-07 18:26:10'),(85524,31419,'action created','2021-02-08 02:26:10','2021-02-07 18:26:10'),(85525,31419,'action started via WP Cron','2021-02-08 02:33:28','2021-02-07 18:33:28'),(85526,31419,'action complete via WP Cron','2021-02-08 02:33:28','2021-02-07 18:33:28'),(85527,31420,'action created','2021-02-08 02:33:28','2021-02-07 18:33:28'),(85528,31420,'action started via WP Cron','2021-02-08 02:34:22','2021-02-07 18:34:22'),(85529,31420,'action complete via WP Cron','2021-02-08 02:34:22','2021-02-07 18:34:22'),(85530,31421,'action created','2021-02-08 02:34:22','2021-02-07 18:34:22'),(85531,31421,'action started via WP Cron','2021-02-08 02:36:10','2021-02-07 18:36:10'),(85532,31421,'action complete via WP Cron','2021-02-08 02:36:10','2021-02-07 18:36:10'),(85533,31422,'action created','2021-02-08 02:36:10','2021-02-07 18:36:10'),(85534,31422,'action started via WP Cron','2021-02-08 02:37:25','2021-02-07 18:37:25'),(85535,31422,'action complete via WP Cron','2021-02-08 02:37:25','2021-02-07 18:37:25'),(85536,31423,'action created','2021-02-08 02:37:25','2021-02-07 18:37:25'),(85537,31423,'action started via WP Cron','2021-02-08 02:38:26','2021-02-07 18:38:26'),(85538,31423,'action complete via WP Cron','2021-02-08 02:38:26','2021-02-07 18:38:26'),(85539,31424,'action created','2021-02-08 02:38:26','2021-02-07 18:38:26'),(85540,31424,'action started via WP Cron','2021-02-08 02:47:48','2021-02-07 18:47:48'),(85541,31424,'action complete via WP Cron','2021-02-08 02:47:48','2021-02-07 18:47:48'),(85542,31425,'action created','2021-02-08 02:47:48','2021-02-07 18:47:48'),(85543,31425,'action started via WP Cron','2021-02-08 02:48:49','2021-02-07 18:48:49'),(85544,31425,'action complete via WP Cron','2021-02-08 02:48:49','2021-02-07 18:48:49'),(85545,31426,'action created','2021-02-08 02:48:49','2021-02-07 18:48:49'),(85546,31426,'action started via WP Cron','2021-02-08 02:49:50','2021-02-07 18:49:50'),(85547,31426,'action complete via WP Cron','2021-02-08 02:49:50','2021-02-07 18:49:50'),(85548,31427,'action created','2021-02-08 02:49:50','2021-02-07 18:49:50'),(85549,31427,'action started via WP Cron','2021-02-08 02:51:52','2021-02-07 18:51:52'),(85550,31427,'action complete via WP Cron','2021-02-08 02:51:52','2021-02-07 18:51:52'),(85551,31428,'action created','2021-02-08 02:51:52','2021-02-07 18:51:52'),(85552,31428,'action started via WP Cron','2021-02-08 02:52:56','2021-02-07 18:52:56'),(85553,31428,'action complete via WP Cron','2021-02-08 02:52:56','2021-02-07 18:52:56'),(85554,31429,'action created','2021-02-08 02:52:56','2021-02-07 18:52:56'),(85555,31429,'action started via WP Cron','2021-02-08 02:53:54','2021-02-07 18:53:54'),(85556,31429,'action complete via WP Cron','2021-02-08 02:53:54','2021-02-07 18:53:54'),(85557,31430,'action created','2021-02-08 02:53:54','2021-02-07 18:53:54'),(85558,31430,'action started via WP Cron','2021-02-08 02:55:37','2021-02-07 18:55:37'),(85559,31430,'action complete via WP Cron','2021-02-08 02:55:37','2021-02-07 18:55:37'),(85560,31431,'action created','2021-02-08 02:55:37','2021-02-07 18:55:37'),(85561,31431,'action started via WP Cron','2021-02-08 02:56:05','2021-02-07 18:56:05'),(85562,31431,'action complete via WP Cron','2021-02-08 02:56:05','2021-02-07 18:56:05'),(85563,31432,'action created','2021-02-08 02:56:05','2021-02-07 18:56:05'),(85564,31432,'action started via WP Cron','2021-02-08 02:57:38','2021-02-07 18:57:38'),(85565,31432,'action complete via WP Cron','2021-02-08 02:57:38','2021-02-07 18:57:38'),(85566,31433,'action created','2021-02-08 02:57:38','2021-02-07 18:57:38'),(85567,31433,'action started via WP Cron','2021-02-08 03:00:12','2021-02-07 19:00:12'),(85568,31433,'action complete via WP Cron','2021-02-08 03:00:12','2021-02-07 19:00:12'),(85569,31434,'action created','2021-02-08 03:00:12','2021-02-07 19:00:12'),(85570,31434,'action started via WP Cron','2021-02-08 03:05:19','2021-02-07 19:05:19'),(85571,31434,'action complete via WP Cron','2021-02-08 03:05:19','2021-02-07 19:05:19'),(85572,31435,'action created','2021-02-08 03:05:19','2021-02-07 19:05:19'),(85573,31435,'action started via WP Cron','2021-02-08 03:14:10','2021-02-07 19:14:10'),(85574,31435,'action complete via WP Cron','2021-02-08 03:14:10','2021-02-07 19:14:10'),(85575,31436,'action created','2021-02-08 03:14:10','2021-02-07 19:14:10'),(85576,31436,'action started via WP Cron','2021-02-08 03:15:04','2021-02-07 19:15:04'),(85577,31436,'action complete via WP Cron','2021-02-08 03:15:04','2021-02-07 19:15:04'),(85578,31437,'action created','2021-02-08 03:15:04','2021-02-07 19:15:04'),(85579,31437,'action started via WP Cron','2021-02-08 03:16:05','2021-02-07 19:16:05'),(85580,31437,'action complete via WP Cron','2021-02-08 03:16:05','2021-02-07 19:16:05'),(85581,31438,'action created','2021-02-08 03:16:05','2021-02-07 19:16:05'),(85582,31438,'action started via WP Cron','2021-02-08 03:18:07','2021-02-07 19:18:07'),(85583,31438,'action complete via WP Cron','2021-02-08 03:18:07','2021-02-07 19:18:07'),(85584,31439,'action created','2021-02-08 03:18:07','2021-02-07 19:18:07'),(85585,31439,'action started via WP Cron','2021-02-08 03:19:08','2021-02-07 19:19:08'),(85586,31439,'action complete via WP Cron','2021-02-08 03:19:08','2021-02-07 19:19:08'),(85587,31440,'action created','2021-02-08 03:19:08','2021-02-07 19:19:08'),(85588,31440,'action started via WP Cron','2021-02-08 03:20:09','2021-02-07 19:20:09'),(85589,31440,'action complete via WP Cron','2021-02-08 03:20:09','2021-02-07 19:20:09'),(85590,31441,'action created','2021-02-08 03:20:09','2021-02-07 19:20:09'),(85591,31441,'action started via WP Cron','2021-02-08 03:26:07','2021-02-07 19:26:07'),(85592,31441,'action complete via WP Cron','2021-02-08 03:26:07','2021-02-07 19:26:07'),(85593,31442,'action created','2021-02-08 03:26:07','2021-02-07 19:26:07'),(85594,31442,'action started via WP Cron','2021-02-08 03:28:10','2021-02-07 19:28:10'),(85595,31442,'action complete via WP Cron','2021-02-08 03:28:10','2021-02-07 19:28:10'),(85596,31443,'action created','2021-02-08 03:28:10','2021-02-07 19:28:10'),(85597,31443,'action started via WP Cron','2021-02-08 03:38:28','2021-02-07 19:38:28'),(85598,31443,'action complete via WP Cron','2021-02-08 03:38:28','2021-02-07 19:38:28'),(85599,31444,'action created','2021-02-08 03:38:29','2021-02-07 19:38:29'),(85600,31444,'action started via WP Cron','2021-02-08 03:39:26','2021-02-07 19:39:26'),(85601,31444,'action complete via WP Cron','2021-02-08 03:39:26','2021-02-07 19:39:26'),(85602,31445,'action created','2021-02-08 03:39:26','2021-02-07 19:39:26'),(85603,31445,'action started via WP Cron','2021-02-08 03:40:27','2021-02-07 19:40:27'),(85604,31445,'action complete via WP Cron','2021-02-08 03:40:27','2021-02-07 19:40:27'),(85605,31446,'action created','2021-02-08 03:40:27','2021-02-07 19:40:27'),(85606,31446,'action started via WP Cron','2021-02-08 03:42:31','2021-02-07 19:42:31'),(85607,31446,'action complete via WP Cron','2021-02-08 03:42:31','2021-02-07 19:42:31'),(85608,31447,'action created','2021-02-08 03:43:30','2021-02-07 19:43:30'),(85609,31447,'action started via WP Cron','2021-02-08 03:45:47','2021-02-07 19:45:47'),(85610,31447,'action complete via WP Cron','2021-02-08 03:45:47','2021-02-07 19:45:47'),(85611,31448,'action created','2021-02-08 03:54:39','2021-02-07 19:54:39'),(85612,31448,'action started via WP Cron','2021-02-08 03:55:13','2021-02-07 19:55:13'),(85613,31448,'action complete via WP Cron','2021-02-08 03:55:13','2021-02-07 19:55:13'),(85614,31449,'action created','2021-02-08 03:55:13','2021-02-07 19:55:13'),(85615,31449,'action started via WP Cron','2021-02-08 03:57:11','2021-02-07 19:57:11'),(85616,31449,'action complete via WP Cron','2021-02-08 03:57:11','2021-02-07 19:57:11'),(85617,31450,'action created','2021-02-08 03:57:11','2021-02-07 19:57:11'),(85618,31450,'action started via WP Cron','2021-02-08 03:58:34','2021-02-07 19:58:34'),(85619,31450,'action complete via WP Cron','2021-02-08 03:58:34','2021-02-07 19:58:34'),(85620,31451,'action created','2021-02-08 03:58:34','2021-02-07 19:58:34'),(85621,31451,'action started via WP Cron','2021-02-08 04:01:08','2021-02-07 20:01:08'),(85622,31451,'action complete via WP Cron','2021-02-08 04:01:08','2021-02-07 20:01:08'),(85623,31452,'action created','2021-02-08 04:01:08','2021-02-07 20:01:08'),(85624,31452,'action started via WP Cron','2021-02-08 04:02:34','2021-02-07 20:02:34'),(85625,31452,'action complete via WP Cron','2021-02-08 04:02:34','2021-02-07 20:02:34'),(85626,31453,'action created','2021-02-08 04:02:34','2021-02-07 20:02:34'),(85627,31453,'action started via WP Cron','2021-02-08 04:03:30','2021-02-07 20:03:30'),(85628,31453,'action complete via WP Cron','2021-02-08 04:03:30','2021-02-07 20:03:30'),(85629,31454,'action created','2021-02-08 04:03:30','2021-02-07 20:03:30'),(85630,31454,'action started via WP Cron','2021-02-08 04:11:50','2021-02-07 20:11:50'),(85631,31454,'action complete via WP Cron','2021-02-08 04:11:50','2021-02-07 20:11:50'),(85632,31455,'action created','2021-02-08 04:11:50','2021-02-07 20:11:50'),(85633,31455,'action started via WP Cron','2021-02-08 04:12:41','2021-02-07 20:12:41'),(85634,31455,'action complete via WP Cron','2021-02-08 04:12:41','2021-02-07 20:12:41'),(85635,31456,'action created','2021-02-08 04:12:41','2021-02-07 20:12:41'),(85636,31456,'action started via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85637,31456,'action complete via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85638,30706,'action started via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85639,30706,'action complete via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85640,31457,'action created','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85641,30707,'action started via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85642,30707,'action complete via WP Cron','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85643,31458,'action created','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85644,31459,'action created','2021-02-08 04:19:26','2021-02-07 20:19:26'),(85645,31459,'action started via WP Cron','2021-02-08 04:20:15','2021-02-07 20:20:15'),(85646,31459,'action complete via WP Cron','2021-02-08 04:20:15','2021-02-07 20:20:15'),(85647,31460,'action created','2021-02-08 04:20:15','2021-02-07 20:20:15'),(85648,31460,'action started via WP Cron','2021-02-08 04:21:09','2021-02-07 20:21:09'),(85649,31460,'action complete via WP Cron','2021-02-08 04:21:09','2021-02-07 20:21:09'),(85650,31461,'action created','2021-02-08 04:21:09','2021-02-07 20:21:09'),(85651,31461,'action started via WP Cron','2021-02-08 04:22:10','2021-02-07 20:22:10'),(85652,31461,'action complete via WP Cron','2021-02-08 04:22:10','2021-02-07 20:22:10'),(85653,31462,'action created','2021-02-08 04:22:10','2021-02-07 20:22:10'),(85654,31462,'action started via WP Cron','2021-02-08 04:24:12','2021-02-07 20:24:12'),(85655,31462,'action complete via WP Cron','2021-02-08 04:24:12','2021-02-07 20:24:12'),(85656,31463,'action created','2021-02-08 04:24:12','2021-02-07 20:24:12'),(85657,31463,'action started via WP Cron','2021-02-08 04:25:13','2021-02-07 20:25:13'),(85658,31463,'action complete via WP Cron','2021-02-08 04:25:13','2021-02-07 20:25:13'),(85659,31464,'action created','2021-02-08 04:25:13','2021-02-07 20:25:13'),(85660,31464,'action started via WP Cron','2021-02-08 04:26:14','2021-02-07 20:26:14'),(85661,31464,'action complete via WP Cron','2021-02-08 04:26:14','2021-02-07 20:26:14'),(85662,31465,'action created','2021-02-08 04:26:14','2021-02-07 20:26:14'),(85663,31465,'action started via WP Cron','2021-02-08 04:35:02','2021-02-07 20:35:02'),(85664,31465,'action complete via WP Cron','2021-02-08 04:35:02','2021-02-07 20:35:02'),(85665,31466,'action created','2021-02-08 04:35:03','2021-02-07 20:35:03'),(85666,31466,'action started via WP Cron','2021-02-08 04:43:02','2021-02-07 20:43:02'),(85667,31466,'action complete via WP Cron','2021-02-08 04:43:02','2021-02-07 20:43:02'),(85668,31467,'action created','2021-02-08 04:43:02','2021-02-07 20:43:02'),(85669,31467,'action started via WP Cron','2021-02-08 04:44:30','2021-02-07 20:44:30'),(85670,31467,'action complete via WP Cron','2021-02-08 04:44:30','2021-02-07 20:44:30'),(85671,31468,'action created','2021-02-08 04:44:30','2021-02-07 20:44:30'),(85672,31468,'action started via WP Cron','2021-02-08 04:46:32','2021-02-07 20:46:32'),(85673,31468,'action complete via WP Cron','2021-02-08 04:46:32','2021-02-07 20:46:32'),(85674,31469,'action created','2021-02-08 04:46:32','2021-02-07 20:46:32'),(85675,31469,'action started via WP Cron','2021-02-08 04:46:54','2021-02-07 20:46:54'),(85676,31469,'action complete via WP Cron','2021-02-08 04:46:54','2021-02-07 20:46:54'),(85677,31470,'action created','2021-02-08 04:46:55','2021-02-07 20:46:55'),(85678,31470,'action started via WP Cron','2021-02-08 04:48:34','2021-02-07 20:48:34'),(85679,31470,'action complete via WP Cron','2021-02-08 04:48:34','2021-02-07 20:48:34'),(85680,31471,'action created','2021-02-08 04:48:34','2021-02-07 20:48:34'),(85681,31471,'action started via WP Cron','2021-02-08 04:48:53','2021-02-07 20:48:53'),(85682,31471,'action complete via WP Cron','2021-02-08 04:48:53','2021-02-07 20:48:53'),(85683,31472,'action created','2021-02-08 04:48:53','2021-02-07 20:48:53'),(85684,31472,'action started via WP Cron','2021-02-08 04:50:15','2021-02-07 20:50:15'),(85685,31472,'action complete via WP Cron','2021-02-08 04:50:15','2021-02-07 20:50:15'),(85686,31473,'action created','2021-02-08 04:50:15','2021-02-07 20:50:15'),(85687,31473,'action started via WP Cron','2021-02-08 04:51:22','2021-02-07 20:51:22'),(85688,31473,'action complete via WP Cron','2021-02-08 04:51:22','2021-02-07 20:51:22'),(85689,31474,'action created','2021-02-08 04:51:22','2021-02-07 20:51:22'),(85690,31474,'action started via WP Cron','2021-02-08 04:51:51','2021-02-07 20:51:51'),(85691,31474,'action complete via WP Cron','2021-02-08 04:51:51','2021-02-07 20:51:51'),(85692,31475,'action created','2021-02-08 04:51:51','2021-02-07 20:51:51'),(85693,31475,'action started via WP Cron','2021-02-08 04:52:49','2021-02-07 20:52:49'),(85694,31475,'action complete via WP Cron','2021-02-08 04:52:49','2021-02-07 20:52:49'),(85695,31476,'action created','2021-02-08 04:52:49','2021-02-07 20:52:49'),(85696,31476,'action started via WP Cron','2021-02-08 04:53:49','2021-02-07 20:53:49'),(85697,31476,'action complete via WP Cron','2021-02-08 04:53:49','2021-02-07 20:53:49'),(85698,31477,'action created','2021-02-08 04:53:49','2021-02-07 20:53:49'),(85699,31477,'action started via WP Cron','2021-02-08 04:54:51','2021-02-07 20:54:51'),(85700,31477,'action complete via WP Cron','2021-02-08 04:54:51','2021-02-07 20:54:51'),(85701,31478,'action created','2021-02-08 04:54:51','2021-02-07 20:54:51'),(85702,31478,'action started via WP Cron','2021-02-08 04:55:47','2021-02-07 20:55:47'),(85703,31478,'action complete via WP Cron','2021-02-08 04:55:47','2021-02-07 20:55:47'),(85704,31479,'action created','2021-02-08 04:55:47','2021-02-07 20:55:47'),(85705,31479,'action started via WP Cron','2021-02-08 04:56:48','2021-02-07 20:56:48'),(85706,31479,'action complete via WP Cron','2021-02-08 04:56:48','2021-02-07 20:56:48'),(85707,31480,'action created','2021-02-08 04:56:48','2021-02-07 20:56:48'),(85708,31480,'action started via WP Cron','2021-02-08 04:57:58','2021-02-07 20:57:58'),(85709,31480,'action complete via WP Cron','2021-02-08 04:57:58','2021-02-07 20:57:58'),(85710,31481,'action created','2021-02-08 04:57:58','2021-02-07 20:57:58'),(85711,31481,'action started via WP Cron','2021-02-08 04:58:56','2021-02-07 20:58:56'),(85712,31481,'action complete via WP Cron','2021-02-08 04:58:56','2021-02-07 20:58:56'),(85713,31482,'action created','2021-02-08 04:58:56','2021-02-07 20:58:56'),(85714,31482,'action started via WP Cron','2021-02-08 04:59:51','2021-02-07 20:59:51'),(85715,31482,'action complete via WP Cron','2021-02-08 04:59:51','2021-02-07 20:59:51'),(85716,31483,'action created','2021-02-08 04:59:51','2021-02-07 20:59:51'),(85717,31483,'action started via WP Cron','2021-02-08 05:00:51','2021-02-07 21:00:51'),(85718,31483,'action complete via WP Cron','2021-02-08 05:00:51','2021-02-07 21:00:51'),(85719,31484,'action created','2021-02-08 05:00:51','2021-02-07 21:00:51'),(85720,31484,'action started via WP Cron','2021-02-08 05:01:49','2021-02-07 21:01:49'),(85721,31484,'action complete via WP Cron','2021-02-08 05:01:49','2021-02-07 21:01:49'),(85728,31487,'action created','2021-02-08 05:01:49','2021-02-07 21:01:49'),(85729,31487,'action started via WP Cron','2021-02-08 05:03:11','2021-02-07 21:03:11'),(85730,31487,'action complete via WP Cron','2021-02-08 05:03:11','2021-02-07 21:03:11'),(85731,31488,'action created','2021-02-08 05:03:11','2021-02-07 21:03:11'),(85732,31488,'action started via WP Cron','2021-02-08 05:03:48','2021-02-07 21:03:48'),(85733,31488,'action complete via WP Cron','2021-02-08 05:03:48','2021-02-07 21:03:48'),(85734,31489,'action created','2021-02-08 05:03:48','2021-02-07 21:03:48'),(85735,31489,'action started via WP Cron','2021-02-08 05:04:46','2021-02-07 21:04:46'),(85736,31489,'action complete via WP Cron','2021-02-08 05:04:46','2021-02-07 21:04:46'),(85737,31490,'action created','2021-02-08 05:04:46','2021-02-07 21:04:46'),(85738,31490,'action started via WP Cron','2021-02-08 05:05:51','2021-02-07 21:05:51'),(85739,31490,'action complete via WP Cron','2021-02-08 05:05:51','2021-02-07 21:05:51'),(85740,31491,'action created','2021-02-08 05:05:51','2021-02-07 21:05:51'),(85741,31491,'action started via WP Cron','2021-02-08 05:06:57','2021-02-07 21:06:57'),(85742,31491,'action complete via WP Cron','2021-02-08 05:06:57','2021-02-07 21:06:57'),(85743,31492,'action created','2021-02-08 05:06:57','2021-02-07 21:06:57'),(85744,31492,'action started via WP Cron','2021-02-08 05:07:50','2021-02-07 21:07:50'),(85745,31492,'action complete via WP Cron','2021-02-08 05:07:50','2021-02-07 21:07:50'),(85746,31493,'action created','2021-02-08 05:07:50','2021-02-07 21:07:50'),(85747,31493,'action started via WP Cron','2021-02-08 05:08:41','2021-02-07 21:08:41'),(85748,31493,'action complete via WP Cron','2021-02-08 05:08:41','2021-02-07 21:08:41'),(85749,31494,'action created','2021-02-08 05:08:41','2021-02-07 21:08:41'),(85750,31494,'action started via WP Cron','2021-02-08 05:09:59','2021-02-07 21:09:59'),(85751,31494,'action complete via WP Cron','2021-02-08 05:09:59','2021-02-07 21:09:59'),(85752,31495,'action created','2021-02-08 05:10:00','2021-02-07 21:10:00'),(85753,31495,'action started via WP Cron','2021-02-08 05:10:44','2021-02-07 21:10:44'),(85754,31495,'action complete via WP Cron','2021-02-08 05:10:44','2021-02-07 21:10:44'),(85755,31496,'action created','2021-02-08 05:10:45','2021-02-07 21:10:45'),(85756,31496,'action started via WP Cron','2021-02-08 05:11:42','2021-02-07 21:11:42'),(85757,31496,'action complete via WP Cron','2021-02-08 05:11:42','2021-02-07 21:11:42'),(85758,31497,'action created','2021-02-08 05:11:42','2021-02-07 21:11:42'),(85759,31497,'action started via WP Cron','2021-02-08 05:12:42','2021-02-07 21:12:42'),(85760,31497,'action complete via WP Cron','2021-02-08 05:12:42','2021-02-07 21:12:42'),(85761,31498,'action created','2021-02-08 05:12:42','2021-02-07 21:12:42'),(85762,31498,'action started via WP Cron','2021-02-08 05:13:58','2021-02-07 21:13:58'),(85763,31498,'action complete via WP Cron','2021-02-08 05:13:58','2021-02-07 21:13:58'),(85764,31499,'action created','2021-02-08 05:13:58','2021-02-07 21:13:58'),(85765,31499,'action started via WP Cron','2021-02-08 05:14:57','2021-02-07 21:14:57'),(85766,31499,'action complete via WP Cron','2021-02-08 05:14:57','2021-02-07 21:14:57'),(85767,31500,'action created','2021-02-08 05:14:57','2021-02-07 21:14:57'),(85768,31500,'action started via WP Cron','2021-02-08 05:15:58','2021-02-07 21:15:58'),(85769,31500,'action complete via WP Cron','2021-02-08 05:15:58','2021-02-07 21:15:58'),(85770,31501,'action created','2021-02-08 05:15:58','2021-02-07 21:15:58'),(85771,31501,'action started via WP Cron','2021-02-08 05:16:43','2021-02-07 21:16:43'),(85772,31501,'action complete via WP Cron','2021-02-08 05:16:43','2021-02-07 21:16:43'),(85773,31502,'action created','2021-02-08 05:16:43','2021-02-07 21:16:43'),(85774,31502,'action started via WP Cron','2021-02-08 05:17:44','2021-02-07 21:17:44'),(85775,31502,'action complete via WP Cron','2021-02-08 05:17:44','2021-02-07 21:17:44'),(85776,31503,'action created','2021-02-08 05:17:44','2021-02-07 21:17:44'),(85777,31503,'action started via WP Cron','2021-02-08 05:18:54','2021-02-07 21:18:54'),(85778,31503,'action complete via WP Cron','2021-02-08 05:18:54','2021-02-07 21:18:54'),(85779,31504,'action created','2021-02-08 05:18:54','2021-02-07 21:18:54'),(85780,31504,'action started via WP Cron','2021-02-08 05:19:47','2021-02-07 21:19:47'),(85781,31504,'action complete via WP Cron','2021-02-08 05:19:47','2021-02-07 21:19:47'),(85782,31505,'action created','2021-02-08 05:19:47','2021-02-07 21:19:47'),(85783,31505,'action started via WP Cron','2021-02-08 05:20:43','2021-02-07 21:20:43'),(85784,31505,'action complete via WP Cron','2021-02-08 05:20:43','2021-02-07 21:20:43'),(85785,31506,'action created','2021-02-08 05:20:43','2021-02-07 21:20:43'),(85786,31506,'action started via WP Cron','2021-02-08 05:21:41','2021-02-07 21:21:41'),(85787,31506,'action complete via WP Cron','2021-02-08 05:21:41','2021-02-07 21:21:41'),(85788,31507,'action created','2021-02-08 05:21:41','2021-02-07 21:21:41'),(85789,31507,'action started via WP Cron','2021-02-08 05:22:52','2021-02-07 21:22:52'),(85790,31507,'action complete via WP Cron','2021-02-08 05:22:52','2021-02-07 21:22:52'),(85791,31508,'action created','2021-02-08 05:22:52','2021-02-07 21:22:52'),(85792,31508,'action started via WP Cron','2021-02-08 05:23:56','2021-02-07 21:23:56'),(85793,31508,'action complete via WP Cron','2021-02-08 05:23:56','2021-02-07 21:23:56'),(85794,31509,'action created','2021-02-08 05:23:56','2021-02-07 21:23:56'),(85795,31509,'action started via WP Cron','2021-02-08 05:24:56','2021-02-07 21:24:56'),(85796,31509,'action complete via WP Cron','2021-02-08 05:24:56','2021-02-07 21:24:56'),(85797,31510,'action created','2021-02-08 05:24:56','2021-02-07 21:24:56'),(85798,31510,'action started via WP Cron','2021-02-08 05:25:54','2021-02-07 21:25:54'),(85799,31510,'action complete via WP Cron','2021-02-08 05:25:54','2021-02-07 21:25:54'),(85800,31511,'action created','2021-02-08 05:25:54','2021-02-07 21:25:54'),(85801,31511,'action started via WP Cron','2021-02-08 05:27:14','2021-02-07 21:27:14'),(85802,31511,'action complete via WP Cron','2021-02-08 05:27:14','2021-02-07 21:27:14'),(85803,31512,'action created','2021-02-08 05:27:14','2021-02-07 21:27:14'),(85804,31512,'action started via WP Cron','2021-02-08 05:28:15','2021-02-07 21:28:15'),(85805,31512,'action complete via WP Cron','2021-02-08 05:28:15','2021-02-07 21:28:15'),(85806,31513,'action created','2021-02-08 05:28:15','2021-02-07 21:28:15'),(85807,31513,'action started via WP Cron','2021-02-08 05:38:45','2021-02-07 21:38:45'),(85808,31513,'action complete via WP Cron','2021-02-08 05:38:45','2021-02-07 21:38:45'),(85809,31514,'action created','2021-02-08 05:38:45','2021-02-07 21:38:45'),(85810,31514,'action started via WP Cron','2021-02-08 05:39:52','2021-02-07 21:39:52'),(85811,31514,'action complete via WP Cron','2021-02-08 05:39:52','2021-02-07 21:39:52'),(85812,31515,'action created','2021-02-08 05:39:52','2021-02-07 21:39:52'),(85813,31515,'action started via WP Cron','2021-02-08 05:45:07','2021-02-07 21:45:07'),(85814,31515,'action complete via WP Cron','2021-02-08 05:45:07','2021-02-07 21:45:07'),(85815,31516,'action created','2021-02-08 05:45:07','2021-02-07 21:45:07'),(85816,31516,'action started via WP Cron','2021-02-08 05:48:40','2021-02-07 21:48:40'),(85817,31516,'action complete via WP Cron','2021-02-08 05:48:40','2021-02-07 21:48:40'),(85818,31517,'action created','2021-02-08 05:48:40','2021-02-07 21:48:40'),(85819,31517,'action started via WP Cron','2021-02-08 05:51:36','2021-02-07 21:51:36'),(85820,31517,'action complete via WP Cron','2021-02-08 05:51:36','2021-02-07 21:51:36'),(85821,31518,'action created','2021-02-08 05:51:36','2021-02-07 21:51:36'),(85822,31518,'action started via WP Cron','2021-02-08 05:52:37','2021-02-07 21:52:37'),(85823,31518,'action complete via WP Cron','2021-02-08 05:52:37','2021-02-07 21:52:37'),(85824,31519,'action created','2021-02-08 05:52:38','2021-02-07 21:52:38'),(85825,31519,'action started via WP Cron','2021-02-08 05:56:42','2021-02-07 21:56:42'),(85826,31519,'action complete via WP Cron','2021-02-08 05:56:42','2021-02-07 21:56:42'),(85827,31520,'action created','2021-02-08 05:56:43','2021-02-07 21:56:43'),(85828,31520,'action started via WP Cron','2021-02-08 06:03:34','2021-02-07 22:03:34'),(85829,31520,'action complete via WP Cron','2021-02-08 06:03:34','2021-02-07 22:03:34'),(85830,31521,'action created','2021-02-08 06:03:34','2021-02-07 22:03:34'),(85831,31521,'action started via WP Cron','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85832,31521,'action complete via WP Cron','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85833,30781,'action started via WP Cron','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85834,30781,'action complete via WP Cron','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85835,31522,'action created','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85836,31523,'action created','2021-02-08 06:10:08','2021-02-07 22:10:08'),(85837,31523,'action started via WP Cron','2021-02-08 06:11:59','2021-02-07 22:11:59'),(85838,31523,'action complete via WP Cron','2021-02-08 06:11:59','2021-02-07 22:11:59'),(85839,31524,'action created','2021-02-08 06:11:59','2021-02-07 22:11:59'),(85840,31524,'action started via WP Cron','2021-02-08 06:13:26','2021-02-07 22:13:26'),(85841,31524,'action complete via WP Cron','2021-02-08 06:13:26','2021-02-07 22:13:26'),(85842,31525,'action created','2021-02-08 06:13:26','2021-02-07 22:13:26'),(85843,31525,'action started via WP Cron','2021-02-08 06:14:40','2021-02-07 22:14:40'),(85844,31525,'action complete via WP Cron','2021-02-08 06:14:40','2021-02-07 22:14:40'),(85845,31526,'action created','2021-02-08 06:15:07','2021-02-07 22:15:07'),(85846,31526,'action started via WP Cron','2021-02-08 06:15:44','2021-02-07 22:15:44'),(85847,31526,'action complete via WP Cron','2021-02-08 06:15:44','2021-02-07 22:15:44'),(85848,31527,'action created','2021-02-08 06:15:44','2021-02-07 22:15:44'),(85849,31527,'action started via WP Cron','2021-02-08 06:16:52','2021-02-07 22:16:52'),(85850,31527,'action complete via WP Cron','2021-02-08 06:16:52','2021-02-07 22:16:52'),(85851,31528,'action created','2021-02-08 06:16:52','2021-02-07 22:16:52'),(85852,31528,'action started via WP Cron','2021-02-08 06:18:15','2021-02-07 22:18:15'),(85853,31528,'action complete via WP Cron','2021-02-08 06:18:15','2021-02-07 22:18:15'),(85854,31529,'action created','2021-02-08 06:22:40','2021-02-07 22:22:40'),(85855,31529,'action started via WP Cron','2021-02-08 06:23:59','2021-02-07 22:23:59'),(85856,31529,'action complete via WP Cron','2021-02-08 06:23:59','2021-02-07 22:23:59'),(85857,31530,'action created','2021-02-08 06:23:59','2021-02-07 22:23:59'),(85858,31530,'action started via WP Cron','2021-02-08 06:25:00','2021-02-07 22:25:00'),(85859,31530,'action complete via WP Cron','2021-02-08 06:25:00','2021-02-07 22:25:00'),(85860,31531,'action created','2021-02-08 06:25:00','2021-02-07 22:25:00'),(85861,31531,'action started via WP Cron','2021-02-08 06:26:29','2021-02-07 22:26:29'),(85862,31531,'action complete via WP Cron','2021-02-08 06:26:29','2021-02-07 22:26:29'),(85863,31532,'action created','2021-02-08 06:26:29','2021-02-07 22:26:29'),(85864,31532,'action started via WP Cron','2021-02-08 06:26:49','2021-02-07 22:26:49'),(85865,31532,'action complete via WP Cron','2021-02-08 06:26:49','2021-02-07 22:26:49'),(85866,31533,'action created','2021-02-08 06:26:49','2021-02-07 22:26:49'),(85867,31533,'action started via WP Cron','2021-02-08 06:28:00','2021-02-07 22:28:00'),(85868,31533,'action complete via WP Cron','2021-02-08 06:28:00','2021-02-07 22:28:00'),(85869,31534,'action created','2021-02-08 06:28:59','2021-02-07 22:28:59'),(85870,31534,'action started via WP Cron','2021-02-08 06:30:00','2021-02-07 22:30:00'),(85871,31534,'action complete via WP Cron','2021-02-08 06:30:00','2021-02-07 22:30:00'),(85872,31535,'action created','2021-02-08 06:30:00','2021-02-07 22:30:00'),(85873,31535,'action started via WP Cron','2021-02-08 06:31:01','2021-02-07 22:31:01'),(85874,31535,'action complete via WP Cron','2021-02-08 06:31:01','2021-02-07 22:31:01'),(85875,31536,'action created','2021-02-08 06:31:01','2021-02-07 22:31:01'),(85876,31536,'action started via WP Cron','2021-02-08 06:36:32','2021-02-07 22:36:32'),(85877,31536,'action complete via WP Cron','2021-02-08 06:36:32','2021-02-07 22:36:32'),(85878,31537,'action created','2021-02-08 06:36:32','2021-02-07 22:36:32'),(85879,31537,'action started via WP Cron','2021-02-08 06:39:00','2021-02-07 22:39:00'),(85880,31537,'action complete via WP Cron','2021-02-08 06:39:00','2021-02-07 22:39:00'),(85881,31538,'action created','2021-02-08 06:39:01','2021-02-07 22:39:01'),(85882,31538,'action started via WP Cron','2021-02-08 06:42:33','2021-02-07 22:42:33'),(85883,31538,'action complete via WP Cron','2021-02-08 06:42:33','2021-02-07 22:42:33'),(85884,31539,'action created','2021-02-08 06:42:34','2021-02-07 22:42:34'),(85885,31539,'action started via WP Cron','2021-02-08 06:42:45','2021-02-07 22:42:45'),(85886,31539,'action complete via WP Cron','2021-02-08 06:42:45','2021-02-07 22:42:45'),(85887,31540,'action created','2021-02-08 06:42:45','2021-02-07 22:42:45'),(85888,31540,'action started via WP Cron','2021-02-08 06:43:50','2021-02-07 22:43:50'),(85889,31540,'action complete via WP Cron','2021-02-08 06:43:50','2021-02-07 22:43:50'),(85890,31541,'action created','2021-02-08 06:43:50','2021-02-07 22:43:50'),(85891,31541,'action started via WP Cron','2021-02-08 06:45:56','2021-02-07 22:45:56'),(85892,31541,'action complete via WP Cron','2021-02-08 06:45:56','2021-02-07 22:45:56'),(85893,31542,'action created','2021-02-08 06:54:13','2021-02-07 22:54:13'),(85894,31542,'action started via WP Cron','2021-02-08 06:57:22','2021-02-07 22:57:22'),(85895,31542,'action complete via WP Cron','2021-02-08 06:57:22','2021-02-07 22:57:22'),(85896,31543,'action created','2021-02-08 06:57:22','2021-02-07 22:57:22'),(85897,31543,'action started via WP Cron','2021-02-08 06:57:43','2021-02-07 22:57:43'),(85898,31543,'action complete via WP Cron','2021-02-08 06:57:43','2021-02-07 22:57:43'),(85899,31544,'action created','2021-02-08 06:57:43','2021-02-07 22:57:43'),(85900,31544,'action started via WP Cron','2021-02-08 06:58:52','2021-02-07 22:58:52'),(85901,31544,'action complete via WP Cron','2021-02-08 06:58:52','2021-02-07 22:58:52'),(85902,31545,'action created','2021-02-08 06:58:52','2021-02-07 22:58:52'),(85903,31545,'action started via WP Cron','2021-02-08 06:59:49','2021-02-07 22:59:49'),(85904,31545,'action complete via WP Cron','2021-02-08 06:59:49','2021-02-07 22:59:49'),(85905,31546,'action created','2021-02-08 06:59:49','2021-02-07 22:59:49'),(85906,31546,'action started via WP Cron','2021-02-08 07:00:44','2021-02-07 23:00:44'),(85907,31546,'action complete via WP Cron','2021-02-08 07:00:44','2021-02-07 23:00:44'),(85908,31547,'action created','2021-02-08 07:00:45','2021-02-07 23:00:45'),(85909,31547,'action started via WP Cron','2021-02-08 07:01:52','2021-02-07 23:01:52'),(85910,31547,'action complete via WP Cron','2021-02-08 07:01:52','2021-02-07 23:01:52'),(85911,31548,'action created','2021-02-08 07:01:53','2021-02-07 23:01:53'),(85912,31548,'action started via WP Cron','2021-02-08 07:02:53','2021-02-07 23:02:53'),(85913,31548,'action complete via WP Cron','2021-02-08 07:02:53','2021-02-07 23:02:53'),(85914,31549,'action created','2021-02-08 07:02:53','2021-02-07 23:02:53'),(85915,31549,'action started via WP Cron','2021-02-08 07:03:54','2021-02-07 23:03:54'),(85916,31549,'action complete via WP Cron','2021-02-08 07:03:54','2021-02-07 23:03:54'),(85917,31550,'action created','2021-02-08 07:03:54','2021-02-07 23:03:54'),(85918,31550,'action started via WP Cron','2021-02-08 07:04:52','2021-02-07 23:04:52'),(85919,31550,'action complete via WP Cron','2021-02-08 07:04:52','2021-02-07 23:04:52'),(85920,31551,'action created','2021-02-08 07:04:53','2021-02-07 23:04:53'),(85921,31551,'action started via WP Cron','2021-02-08 07:05:57','2021-02-07 23:05:57'),(85922,31551,'action complete via WP Cron','2021-02-08 07:05:57','2021-02-07 23:05:57'),(85923,31552,'action created','2021-02-08 07:05:57','2021-02-07 23:05:57'),(85924,31552,'action started via WP Cron','2021-02-08 07:10:29','2021-02-07 23:10:29'),(85925,31552,'action complete via WP Cron','2021-02-08 07:10:29','2021-02-07 23:10:29'),(85926,31553,'action created','2021-02-08 07:10:29','2021-02-07 23:10:29'),(85927,31553,'action started via WP Cron','2021-02-08 07:12:00','2021-02-07 23:12:00'),(85928,31553,'action complete via WP Cron','2021-02-08 07:12:00','2021-02-07 23:12:00'),(85929,31554,'action created','2021-02-08 07:12:00','2021-02-07 23:12:00'),(85930,31554,'action started via WP Cron','2021-02-08 07:12:44','2021-02-07 23:12:44'),(85931,31554,'action complete via WP Cron','2021-02-08 07:12:44','2021-02-07 23:12:44'),(85932,31555,'action created','2021-02-08 07:12:44','2021-02-07 23:12:44'),(85933,31555,'action started via WP Cron','2021-02-08 07:15:01','2021-02-07 23:15:01'),(85934,31555,'action complete via WP Cron','2021-02-08 07:15:01','2021-02-07 23:15:01'),(85935,31556,'action created','2021-02-08 07:15:01','2021-02-07 23:15:01'),(85939,31557,'action started via WP Cron','2021-02-08 07:17:11','2021-02-07 23:17:11'),(85940,31557,'action complete via WP Cron','2021-02-08 07:17:11','2021-02-07 23:17:11'),(85941,31558,'action created','2021-02-08 07:17:11','2021-02-07 23:17:11'),(85942,31558,'action started via WP Cron','2021-02-08 07:17:41','2021-02-07 23:17:41'),(85943,31558,'action complete via WP Cron','2021-02-08 07:17:41','2021-02-07 23:17:41'),(85944,31559,'action created','2021-02-08 07:17:41','2021-02-07 23:17:41'),(85945,31559,'action started via WP Cron','2021-02-08 07:19:43','2021-02-07 23:19:43'),(85946,31559,'action complete via WP Cron','2021-02-08 07:19:43','2021-02-07 23:19:43'),(85947,31560,'action created','2021-02-08 07:19:43','2021-02-07 23:19:43'),(85948,31560,'action started via WP Cron','2021-02-08 07:21:32','2021-02-07 23:21:32'),(85949,31560,'action complete via WP Cron','2021-02-08 07:21:32','2021-02-07 23:21:32'),(85950,31561,'action created','2021-02-08 07:21:33','2021-02-07 23:21:33'),(85951,31561,'action started via WP Cron','2021-02-08 07:23:47','2021-02-07 23:23:47'),(85952,31561,'action complete via WP Cron','2021-02-08 07:23:47','2021-02-07 23:23:47'),(85953,31562,'action created','2021-02-08 07:23:47','2021-02-07 23:23:47'),(85954,31562,'action started via WP Cron','2021-02-08 07:24:48','2021-02-07 23:24:48'),(85955,31562,'action complete via WP Cron','2021-02-08 07:24:48','2021-02-07 23:24:48'),(85956,31563,'action created','2021-02-08 07:24:48','2021-02-07 23:24:48'),(85957,31563,'action started via WP Cron','2021-02-08 07:25:49','2021-02-07 23:25:49'),(85958,31563,'action complete via WP Cron','2021-02-08 07:25:49','2021-02-07 23:25:49'),(85959,31564,'action created','2021-02-08 07:25:49','2021-02-07 23:25:49'),(85960,31564,'action started via WP Cron','2021-02-08 07:27:03','2021-02-07 23:27:03'),(85961,31564,'action complete via WP Cron','2021-02-08 07:27:03','2021-02-07 23:27:03'),(85962,31565,'action created','2021-02-08 07:27:03','2021-02-07 23:27:03'),(85963,31565,'action started via WP Cron','2021-02-08 07:27:42','2021-02-07 23:27:42'),(85964,31565,'action complete via WP Cron','2021-02-08 07:27:42','2021-02-07 23:27:42'),(85965,31566,'action created','2021-02-08 07:27:42','2021-02-07 23:27:42'),(85966,31566,'action started via WP Cron','2021-02-08 07:30:22','2021-02-07 23:30:22'),(85967,31566,'action complete via WP Cron','2021-02-08 07:30:22','2021-02-07 23:30:22'),(85968,31567,'action created','2021-02-08 07:30:22','2021-02-07 23:30:22'),(85969,31567,'action started via WP Cron','2021-02-08 07:31:23','2021-02-07 23:31:23'),(85970,31567,'action complete via WP Cron','2021-02-08 07:31:23','2021-02-07 23:31:23'),(85971,31568,'action created','2021-02-08 07:31:23','2021-02-07 23:31:23'),(85972,31568,'action started via WP Cron','2021-02-08 07:32:01','2021-02-07 23:32:01'),(85973,31568,'action complete via WP Cron','2021-02-08 07:32:01','2021-02-07 23:32:01'),(85974,31569,'action created','2021-02-08 07:32:01','2021-02-07 23:32:01'),(85975,31569,'action started via WP Cron','2021-02-08 07:33:02','2021-02-07 23:33:02'),(85976,31569,'action complete via WP Cron','2021-02-08 07:33:02','2021-02-07 23:33:02'),(85977,31570,'action created','2021-02-08 07:33:02','2021-02-07 23:33:02'),(85978,31570,'action started via WP Cron','2021-02-08 07:34:03','2021-02-07 23:34:03'),(85979,31570,'action complete via WP Cron','2021-02-08 07:34:03','2021-02-07 23:34:03'),(85980,31571,'action created','2021-02-08 07:34:03','2021-02-07 23:34:03'),(85981,31571,'action started via WP Cron','2021-02-08 07:35:04','2021-02-07 23:35:04'),(85982,31571,'action complete via WP Cron','2021-02-08 07:35:04','2021-02-07 23:35:04'),(85983,31572,'action created','2021-02-08 07:35:05','2021-02-07 23:35:05'),(85984,31572,'action started via WP Cron','2021-02-08 07:39:18','2021-02-07 23:39:18'),(85985,31572,'action complete via WP Cron','2021-02-08 07:39:18','2021-02-07 23:39:18'),(85986,31573,'action created','2021-02-08 07:39:18','2021-02-07 23:39:18'),(85987,31573,'action started via WP Cron','2021-02-08 07:46:49','2021-02-07 23:46:49'),(85988,31573,'action complete via WP Cron','2021-02-08 07:46:49','2021-02-07 23:46:49'),(85989,31574,'action created','2021-02-08 07:46:49','2021-02-07 23:46:49'),(85990,31574,'action started via WP Cron','2021-02-08 07:47:41','2021-02-07 23:47:41'),(85991,31574,'action complete via WP Cron','2021-02-08 07:47:41','2021-02-07 23:47:41'),(85992,31575,'action created','2021-02-08 07:47:41','2021-02-07 23:47:41'),(85993,31575,'action started via WP Cron','2021-02-08 08:00:32','2021-02-08 00:00:32'),(85994,31575,'action complete via WP Cron','2021-02-08 08:00:32','2021-02-08 00:00:32'),(85995,31576,'action created','2021-02-08 08:00:32','2021-02-08 00:00:32'),(85996,31576,'action started via WP Cron','2021-02-08 08:11:23','2021-02-08 00:11:23'),(85997,31576,'action complete via WP Cron','2021-02-08 08:11:23','2021-02-08 00:11:23'),(85998,31577,'action created','2021-02-08 08:11:23','2021-02-08 00:11:23'),(85999,31577,'action started via WP Cron','2021-02-08 08:16:55','2021-02-08 00:16:55'),(86000,31577,'action complete via WP Cron','2021-02-08 08:16:55','2021-02-08 00:16:55'),(86001,31578,'action created','2021-02-08 08:16:55','2021-02-08 00:16:55'),(86002,31578,'action started via WP Cron','2021-02-08 08:18:03','2021-02-08 00:18:03'),(86003,31578,'action complete via WP Cron','2021-02-08 08:18:03','2021-02-08 00:18:03'),(86004,31579,'action created','2021-02-08 08:18:03','2021-02-08 00:18:03'),(86005,31579,'action started via WP Cron','2021-02-08 08:18:44','2021-02-08 00:18:44'),(86006,31579,'action complete via WP Cron','2021-02-08 08:18:44','2021-02-08 00:18:44'),(86007,31580,'action created','2021-02-08 08:18:44','2021-02-08 00:18:44'),(86008,31580,'action started via WP Cron','2021-02-08 08:19:54','2021-02-08 00:19:54'),(86009,31580,'action complete via WP Cron','2021-02-08 08:19:54','2021-02-08 00:19:54'),(86010,31581,'action created','2021-02-08 08:19:54','2021-02-08 00:19:54'),(86011,31581,'action started via WP Cron','2021-02-08 08:20:55','2021-02-08 00:20:55'),(86012,31581,'action complete via WP Cron','2021-02-08 08:20:55','2021-02-08 00:20:55'),(86013,31582,'action created','2021-02-08 08:20:56','2021-02-08 00:20:56'),(86014,31582,'action started via WP Cron','2021-02-08 08:22:05','2021-02-08 00:22:05'),(86015,31582,'action complete via WP Cron','2021-02-08 08:22:05','2021-02-08 00:22:05'),(86016,31583,'action created','2021-02-08 08:22:05','2021-02-08 00:22:05'),(86017,31583,'action started via WP Cron','2021-02-08 08:22:45','2021-02-08 00:22:45'),(86018,31583,'action complete via WP Cron','2021-02-08 08:22:45','2021-02-08 00:22:45'),(86019,31584,'action created','2021-02-08 08:22:45','2021-02-08 00:22:45'),(86020,31584,'action started via WP Cron','2021-02-08 08:23:46','2021-02-08 00:23:46'),(86021,31584,'action complete via WP Cron','2021-02-08 08:23:46','2021-02-08 00:23:46'),(86022,31585,'action created','2021-02-08 08:23:46','2021-02-08 00:23:46'),(86023,31585,'action started via WP Cron','2021-02-08 08:25:55','2021-02-08 00:25:55'),(86024,31585,'action complete via WP Cron','2021-02-08 08:25:55','2021-02-08 00:25:55'),(86025,31586,'action created','2021-02-08 08:25:55','2021-02-08 00:25:55'),(86026,31586,'action started via WP Cron','2021-02-08 08:26:49','2021-02-08 00:26:49'),(86027,31586,'action complete via WP Cron','2021-02-08 08:26:49','2021-02-08 00:26:49'),(86028,31587,'action created','2021-02-08 08:26:49','2021-02-08 00:26:49'),(86029,31587,'action started via WP Cron','2021-02-08 08:27:46','2021-02-08 00:27:46'),(86030,31587,'action complete via WP Cron','2021-02-08 08:27:46','2021-02-08 00:27:46'),(86031,31588,'action created','2021-02-08 08:27:49','2021-02-08 00:27:49'),(86032,31588,'action started via WP Cron','2021-02-08 08:28:47','2021-02-08 00:28:47'),(86033,31588,'action complete via WP Cron','2021-02-08 08:28:47','2021-02-08 00:28:47'),(86034,31589,'action created','2021-02-08 08:28:47','2021-02-08 00:28:47'),(86035,31589,'action started via WP Cron','2021-02-08 08:29:47','2021-02-08 00:29:47'),(86036,31589,'action complete via WP Cron','2021-02-08 08:29:47','2021-02-08 00:29:47'),(86037,31590,'action created','2021-02-08 08:29:48','2021-02-08 00:29:48'),(86038,31590,'action started via WP Cron','2021-02-08 08:31:59','2021-02-08 00:31:59'),(86039,31590,'action complete via WP Cron','2021-02-08 08:31:59','2021-02-08 00:31:59'),(86040,31591,'action created','2021-02-08 08:32:00','2021-02-08 00:32:00'),(86041,31591,'action started via WP Cron','2021-02-08 08:35:23','2021-02-08 00:35:23'),(86042,31591,'action complete via WP Cron','2021-02-08 08:35:23','2021-02-08 00:35:23'),(86043,31592,'action created','2021-02-08 08:35:23','2021-02-08 00:35:23'),(86044,31592,'action started via WP Cron','2021-02-08 08:49:24','2021-02-08 00:49:24'),(86045,31592,'action complete via WP Cron','2021-02-08 08:49:24','2021-02-08 00:49:24'),(86046,31593,'action created','2021-02-08 08:49:24','2021-02-08 00:49:24'),(86047,31593,'action started via WP Cron','2021-02-08 08:50:17','2021-02-08 00:50:17'),(86048,31593,'action complete via WP Cron','2021-02-08 08:50:17','2021-02-08 00:50:17'),(86049,31594,'action created','2021-02-08 08:50:17','2021-02-08 00:50:17'),(86050,31594,'action started via WP Cron','2021-02-08 08:52:49','2021-02-08 00:52:49'),(86051,31594,'action complete via WP Cron','2021-02-08 08:52:49','2021-02-08 00:52:49'),(86052,31595,'action created','2021-02-08 08:52:49','2021-02-08 00:52:49'),(86053,31595,'action started via WP Cron','2021-02-08 08:59:52','2021-02-08 00:59:52'),(86054,31595,'action complete via WP Cron','2021-02-08 08:59:52','2021-02-08 00:59:52'),(86055,31596,'action created','2021-02-08 08:59:52','2021-02-08 00:59:52'),(86059,31596,'action started via WP Cron','2021-02-08 09:07:33','2021-02-08 01:07:33'),(86060,31596,'action complete via WP Cron','2021-02-08 09:07:33','2021-02-08 01:07:33'),(86061,31598,'action created','2021-02-08 09:07:33','2021-02-08 01:07:33'),(86062,31598,'action started via WP Cron','2021-02-08 09:08:52','2021-02-08 01:08:52'),(86063,31598,'action complete via WP Cron','2021-02-08 09:08:52','2021-02-08 01:08:52'),(86064,31599,'action created','2021-02-08 09:08:52','2021-02-08 01:08:52'),(86065,31599,'action started via WP Cron','2021-02-08 09:09:54','2021-02-08 01:09:54'),(86066,31599,'action complete via WP Cron','2021-02-08 09:09:54','2021-02-08 01:09:54'),(86067,31600,'action created','2021-02-08 09:09:54','2021-02-08 01:09:54'),(86068,31600,'action started via WP Cron','2021-02-08 09:12:23','2021-02-08 01:12:23'),(86069,31600,'action complete via WP Cron','2021-02-08 09:12:23','2021-02-08 01:12:23'),(86070,31601,'action created','2021-02-08 09:12:23','2021-02-08 01:12:23'),(86071,31601,'action started via WP Cron','2021-02-08 09:13:32','2021-02-08 01:13:32'),(86072,31601,'action complete via WP Cron','2021-02-08 09:13:32','2021-02-08 01:13:32'),(86073,31602,'action created','2021-02-08 09:13:32','2021-02-08 01:13:32'),(86074,31602,'action started via WP Cron','2021-02-08 09:14:36','2021-02-08 01:14:36'),(86075,31602,'action complete via WP Cron','2021-02-08 09:14:36','2021-02-08 01:14:36'),(86076,31603,'action created','2021-02-08 09:14:36','2021-02-08 01:14:36'),(86077,31603,'action started via WP Cron','2021-02-08 09:17:55','2021-02-08 01:17:55'),(86078,31603,'action complete via WP Cron','2021-02-08 09:17:55','2021-02-08 01:17:55'),(86079,31604,'action created','2021-02-08 09:17:55','2021-02-08 01:17:55'),(86080,31604,'action started via WP Cron','2021-02-08 09:18:54','2021-02-08 01:18:54'),(86081,31604,'action complete via WP Cron','2021-02-08 09:18:54','2021-02-08 01:18:54'),(86082,31605,'action created','2021-02-08 09:18:55','2021-02-08 01:18:55'),(86083,31605,'action started via WP Cron','2021-02-08 09:19:49','2021-02-08 01:19:49'),(86084,31605,'action complete via WP Cron','2021-02-08 09:19:49','2021-02-08 01:19:49'),(86085,31606,'action created','2021-02-08 09:20:09','2021-02-08 01:20:09'),(86086,31606,'action started via WP Cron','2021-02-08 09:20:55','2021-02-08 01:20:55'),(86087,31606,'action complete via WP Cron','2021-02-08 09:20:55','2021-02-08 01:20:55'),(86088,31607,'action created','2021-02-08 09:20:55','2021-02-08 01:20:55'),(86089,31607,'action started via WP Cron','2021-02-08 09:22:00','2021-02-08 01:22:00'),(86090,31607,'action complete via WP Cron','2021-02-08 09:22:00','2021-02-08 01:22:00'),(86091,31608,'action created','2021-02-08 09:22:00','2021-02-08 01:22:00'),(86092,31608,'action started via WP Cron','2021-02-08 09:22:42','2021-02-08 01:22:42'),(86093,31608,'action complete via WP Cron','2021-02-08 09:22:42','2021-02-08 01:22:42'),(86094,31609,'action created','2021-02-08 09:22:42','2021-02-08 01:22:42'),(86095,31609,'action started via WP Cron','2021-02-08 09:23:55','2021-02-08 01:23:55'),(86096,31609,'action complete via WP Cron','2021-02-08 09:23:55','2021-02-08 01:23:55'),(86097,31610,'action created','2021-02-08 09:23:55','2021-02-08 01:23:55'),(86098,31610,'action started via WP Cron','2021-02-08 09:24:51','2021-02-08 01:24:51'),(86099,31610,'action complete via WP Cron','2021-02-08 09:24:52','2021-02-08 01:24:52'),(86100,31611,'action created','2021-02-08 09:24:52','2021-02-08 01:24:52'),(86101,31611,'action started via WP Cron','2021-02-08 09:25:49','2021-02-08 01:25:49'),(86102,31611,'action complete via WP Cron','2021-02-08 09:25:49','2021-02-08 01:25:49'),(86103,31612,'action created','2021-02-08 09:25:49','2021-02-08 01:25:49'),(86104,31612,'action started via WP Cron','2021-02-08 09:26:40','2021-02-08 01:26:40'),(86105,31612,'action complete via WP Cron','2021-02-08 09:26:40','2021-02-08 01:26:40'),(86106,31613,'action created','2021-02-08 09:26:41','2021-02-08 01:26:41'),(86107,31613,'action started via WP Cron','2021-02-08 09:27:52','2021-02-08 01:27:52'),(86108,31613,'action complete via WP Cron','2021-02-08 09:27:52','2021-02-08 01:27:52'),(86109,31614,'action created','2021-02-08 09:27:52','2021-02-08 01:27:52'),(86110,31614,'action started via WP Cron','2021-02-08 09:28:48','2021-02-08 01:28:48'),(86111,31614,'action complete via WP Cron','2021-02-08 09:28:48','2021-02-08 01:28:48'),(86112,31615,'action created','2021-02-08 09:28:48','2021-02-08 01:28:48'),(86113,31615,'action started via WP Cron','2021-02-08 09:29:57','2021-02-08 01:29:57'),(86114,31615,'action complete via WP Cron','2021-02-08 09:29:57','2021-02-08 01:29:57'),(86115,31616,'action created','2021-02-08 09:29:57','2021-02-08 01:29:57'),(86116,31616,'action started via WP Cron','2021-02-08 09:30:50','2021-02-08 01:30:50'),(86117,31616,'action complete via WP Cron','2021-02-08 09:30:50','2021-02-08 01:30:50'),(86118,31617,'action created','2021-02-08 09:30:51','2021-02-08 01:30:51'),(86119,31617,'action started via WP Cron','2021-02-08 09:31:42','2021-02-08 01:31:42'),(86120,31617,'action complete via WP Cron','2021-02-08 09:31:42','2021-02-08 01:31:42'),(86121,31618,'action created','2021-02-08 09:31:43','2021-02-08 01:31:43'),(86122,31618,'action started via WP Cron','2021-02-08 09:32:50','2021-02-08 01:32:50'),(86123,31618,'action complete via WP Cron','2021-02-08 09:32:50','2021-02-08 01:32:50'),(86124,31619,'action created','2021-02-08 09:32:50','2021-02-08 01:32:50'),(86125,31619,'action started via WP Cron','2021-02-08 09:33:51','2021-02-08 01:33:51'),(86126,31619,'action complete via WP Cron','2021-02-08 09:33:51','2021-02-08 01:33:51'),(86127,31620,'action created','2021-02-08 09:33:51','2021-02-08 01:33:51'),(86128,31620,'action started via WP Cron','2021-02-08 09:34:46','2021-02-08 01:34:46'),(86129,31620,'action complete via WP Cron','2021-02-08 09:34:46','2021-02-08 01:34:46'),(86130,31621,'action created','2021-02-08 09:34:46','2021-02-08 01:34:46'),(86131,31621,'action started via WP Cron','2021-02-08 09:35:48','2021-02-08 01:35:48'),(86132,31621,'action complete via WP Cron','2021-02-08 09:35:48','2021-02-08 01:35:48'),(86133,31622,'action created','2021-02-08 09:35:48','2021-02-08 01:35:48'),(86134,31622,'action started via WP Cron','2021-02-08 09:36:42','2021-02-08 01:36:42'),(86135,31622,'action complete via WP Cron','2021-02-08 09:36:42','2021-02-08 01:36:42'),(86136,31623,'action created','2021-02-08 09:36:43','2021-02-08 01:36:43'),(86137,31623,'action started via WP Cron','2021-02-08 09:37:55','2021-02-08 01:37:55'),(86138,31623,'action complete via WP Cron','2021-02-08 09:37:55','2021-02-08 01:37:55'),(86139,31624,'action created','2021-02-08 09:37:55','2021-02-08 01:37:55'),(86140,31624,'action started via WP Cron','2021-02-08 09:38:55','2021-02-08 01:38:55'),(86141,31624,'action complete via WP Cron','2021-02-08 09:38:55','2021-02-08 01:38:55'),(86142,31625,'action created','2021-02-08 09:38:55','2021-02-08 01:38:55'),(86143,31625,'action started via WP Cron','2021-02-08 09:39:43','2021-02-08 01:39:43'),(86144,31625,'action complete via WP Cron','2021-02-08 09:39:43','2021-02-08 01:39:43'),(86145,31626,'action created','2021-02-08 09:39:44','2021-02-08 01:39:44'),(86146,31626,'action started via WP Cron','2021-02-08 09:40:56','2021-02-08 01:40:56'),(86147,31626,'action complete via WP Cron','2021-02-08 09:40:56','2021-02-08 01:40:56'),(86148,31627,'action created','2021-02-08 09:40:57','2021-02-08 01:40:57'),(86149,31627,'action started via WP Cron','2021-02-08 09:41:55','2021-02-08 01:41:55'),(86150,31627,'action complete via WP Cron','2021-02-08 09:41:55','2021-02-08 01:41:55'),(86151,31628,'action created','2021-02-08 09:41:55','2021-02-08 01:41:55'),(86152,31628,'action started via WP Cron','2021-02-08 09:42:48','2021-02-08 01:42:48'),(86153,31628,'action complete via WP Cron','2021-02-08 09:42:48','2021-02-08 01:42:48'),(86154,31629,'action created','2021-02-08 09:42:49','2021-02-08 01:42:49'),(86155,31629,'action started via WP Cron','2021-02-08 09:43:45','2021-02-08 01:43:45'),(86156,31629,'action complete via WP Cron','2021-02-08 09:43:45','2021-02-08 01:43:45'),(86157,31630,'action created','2021-02-08 09:43:45','2021-02-08 01:43:45'),(86158,31630,'action started via WP Cron','2021-02-08 09:44:54','2021-02-08 01:44:54'),(86159,31630,'action complete via WP Cron','2021-02-08 09:44:54','2021-02-08 01:44:54'),(86160,31631,'action created','2021-02-08 09:44:54','2021-02-08 01:44:54'),(86161,31631,'action started via WP Cron','2021-02-08 09:45:42','2021-02-08 01:45:42'),(86162,31631,'action complete via WP Cron','2021-02-08 09:45:42','2021-02-08 01:45:42'),(86163,31632,'action created','2021-02-08 09:45:42','2021-02-08 01:45:42'),(86164,31632,'action started via WP Cron','2021-02-08 09:46:41','2021-02-08 01:46:41'),(86165,31632,'action complete via WP Cron','2021-02-08 09:46:41','2021-02-08 01:46:41'),(86166,31633,'action created','2021-02-08 09:46:41','2021-02-08 01:46:41'),(86167,31633,'action started via WP Cron','2021-02-08 09:47:50','2021-02-08 01:47:50'),(86168,31633,'action complete via WP Cron','2021-02-08 09:47:50','2021-02-08 01:47:50'),(86169,31634,'action created','2021-02-08 09:47:50','2021-02-08 01:47:50'),(86170,31634,'action started via WP Cron','2021-02-08 09:48:48','2021-02-08 01:48:48'),(86171,31634,'action complete via WP Cron','2021-02-08 09:48:48','2021-02-08 01:48:48'),(86172,31635,'action created','2021-02-08 09:48:48','2021-02-08 01:48:48'),(86173,31635,'action started via WP Cron','2021-02-08 09:53:17','2021-02-08 01:53:17'),(86174,31635,'action complete via WP Cron','2021-02-08 09:53:17','2021-02-08 01:53:17'),(86175,31636,'action created','2021-02-08 09:53:17','2021-02-08 01:53:17'),(86176,31636,'action started via WP Cron','2021-02-08 09:55:44','2021-02-08 01:55:44'),(86177,31636,'action complete via WP Cron','2021-02-08 09:55:44','2021-02-08 01:55:44'),(86178,31637,'action created','2021-02-08 09:55:44','2021-02-08 01:55:44'),(86179,31637,'action started via WP Cron','2021-02-08 09:57:17','2021-02-08 01:57:17'),(86180,31637,'action complete via WP Cron','2021-02-08 09:57:17','2021-02-08 01:57:17'),(86181,31638,'action created','2021-02-08 09:57:23','2021-02-08 01:57:23'),(86182,31638,'action started via WP Cron','2021-02-08 09:58:41','2021-02-08 01:58:41'),(86183,31638,'action complete via WP Cron','2021-02-08 09:58:41','2021-02-08 01:58:41'),(86184,31639,'action created','2021-02-08 09:58:42','2021-02-08 01:58:42'),(86185,31639,'action started via WP Cron','2021-02-08 10:02:33','2021-02-08 02:02:33'),(86186,31639,'action complete via WP Cron','2021-02-08 10:02:33','2021-02-08 02:02:33'),(86187,31640,'action created','2021-02-08 10:02:33','2021-02-08 02:02:33'),(86188,31640,'action started via WP Cron','2021-02-08 10:04:02','2021-02-08 02:04:02'),(86189,31640,'action complete via WP Cron','2021-02-08 10:04:02','2021-02-08 02:04:02'),(86190,31641,'action created','2021-02-08 10:04:02','2021-02-08 02:04:02'),(86191,31641,'action started via WP Cron','2021-02-08 10:05:15','2021-02-08 02:05:15'),(86192,31641,'action complete via WP Cron','2021-02-08 10:05:15','2021-02-08 02:05:15'),(86193,31642,'action created','2021-02-08 10:05:15','2021-02-08 02:05:15'),(86194,31642,'action started via WP Cron','2021-02-08 10:11:03','2021-02-08 02:11:03'),(86195,31642,'action complete via WP Cron','2021-02-08 10:11:03','2021-02-08 02:11:03'),(86196,31643,'action created','2021-02-08 10:11:04','2021-02-08 02:11:04'),(86197,31643,'action started via WP Cron','2021-02-08 10:16:48','2021-02-08 02:16:48'),(86198,31643,'action complete via WP Cron','2021-02-08 10:16:48','2021-02-08 02:16:48'),(86199,31644,'action created','2021-02-08 10:16:48','2021-02-08 02:16:48'),(86200,31644,'action started via WP Cron','2021-02-08 10:21:47','2021-02-08 02:21:47'),(86201,31644,'action complete via WP Cron','2021-02-08 10:21:47','2021-02-08 02:21:47'),(86202,31645,'action created','2021-02-08 10:21:47','2021-02-08 02:21:47'),(86203,31645,'action started via WP Cron','2021-02-08 10:23:01','2021-02-08 02:23:01'),(86204,31645,'action complete via WP Cron','2021-02-08 10:23:01','2021-02-08 02:23:01'),(86205,31646,'action created','2021-02-08 10:23:01','2021-02-08 02:23:01'),(86206,31646,'action started via WP Cron','2021-02-08 10:24:32','2021-02-08 02:24:32'),(86207,31646,'action complete via WP Cron','2021-02-08 10:24:32','2021-02-08 02:24:32'),(86208,31647,'action created','2021-02-08 10:24:33','2021-02-08 02:24:33'),(86209,31647,'action started via WP Cron','2021-02-08 10:24:45','2021-02-08 02:24:45'),(86210,31647,'action complete via WP Cron','2021-02-08 10:24:45','2021-02-08 02:24:45'),(86211,31648,'action created','2021-02-08 10:24:45','2021-02-08 02:24:45'),(86212,31648,'action started via WP Cron','2021-02-08 10:25:45','2021-02-08 02:25:45'),(86213,31648,'action complete via WP Cron','2021-02-08 10:25:45','2021-02-08 02:25:45'),(86214,31649,'action created','2021-02-08 10:25:45','2021-02-08 02:25:45'),(86215,31649,'action started via WP Cron','2021-02-08 10:26:48','2021-02-08 02:26:48'),(86216,31649,'action complete via WP Cron','2021-02-08 10:26:48','2021-02-08 02:26:48'),(86217,31650,'action created','2021-02-08 10:26:48','2021-02-08 02:26:48'),(86218,31650,'action started via WP Cron','2021-02-08 10:29:17','2021-02-08 02:29:17'),(86219,31650,'action complete via WP Cron','2021-02-08 10:29:17','2021-02-08 02:29:17'),(86220,31651,'action created','2021-02-08 10:29:17','2021-02-08 02:29:17'),(86221,31651,'action started via WP Cron','2021-02-08 10:34:23','2021-02-08 02:34:23'),(86222,31651,'action complete via WP Cron','2021-02-08 10:34:23','2021-02-08 02:34:23'),(86223,31652,'action created','2021-02-08 10:34:23','2021-02-08 02:34:23'),(86224,31652,'action started via WP Cron','2021-02-08 10:35:30','2021-02-08 02:35:30'),(86225,31652,'action complete via WP Cron','2021-02-08 10:35:30','2021-02-08 02:35:30'),(86226,31653,'action created','2021-02-08 10:35:30','2021-02-08 02:35:30'),(86227,31653,'action started via WP Cron','2021-02-08 10:36:28','2021-02-08 02:36:28'),(86228,31653,'action complete via WP Cron','2021-02-08 10:36:28','2021-02-08 02:36:28'),(86229,31654,'action created','2021-02-08 10:36:28','2021-02-08 02:36:28'),(86230,31654,'action started via WP Cron','2021-02-08 10:37:04','2021-02-08 02:37:04'),(86231,31654,'action complete via WP Cron','2021-02-08 10:37:04','2021-02-08 02:37:04'),(86232,31655,'action created','2021-02-08 10:37:05','2021-02-08 02:37:05'),(86233,31655,'action started via WP Cron','2021-02-08 10:38:29','2021-02-08 02:38:29'),(86234,31655,'action complete via WP Cron','2021-02-08 10:38:29','2021-02-08 02:38:29'),(86235,31656,'action created','2021-02-08 10:38:29','2021-02-08 02:38:29'),(86236,31656,'action started via WP Cron','2021-02-08 10:39:46','2021-02-08 02:39:46'),(86237,31656,'action complete via WP Cron','2021-02-08 10:39:46','2021-02-08 02:39:46'),(86238,31657,'action created','2021-02-08 10:39:46','2021-02-08 02:39:46'),(86239,31657,'action started via WP Cron','2021-02-08 10:42:46','2021-02-08 02:42:46'),(86240,31657,'action complete via WP Cron','2021-02-08 10:42:46','2021-02-08 02:42:46'),(86241,31658,'action created','2021-02-08 10:42:46','2021-02-08 02:42:46'),(86242,31658,'action started via WP Cron','2021-02-08 10:46:16','2021-02-08 02:46:16'),(86243,31658,'action complete via WP Cron','2021-02-08 10:46:16','2021-02-08 02:46:16'),(86244,31659,'action created','2021-02-08 10:46:17','2021-02-08 02:46:17'),(86245,31659,'action started via WP Cron','2021-02-08 10:47:53','2021-02-08 02:47:53'),(86246,31659,'action complete via WP Cron','2021-02-08 10:47:53','2021-02-08 02:47:53'),(86247,31660,'action created','2021-02-08 10:47:54','2021-02-08 02:47:54'),(86248,31660,'action started via WP Cron','2021-02-08 10:50:04','2021-02-08 02:50:04'),(86249,31660,'action complete via WP Cron','2021-02-08 10:50:04','2021-02-08 02:50:04'),(86250,31661,'action created','2021-02-08 10:50:04','2021-02-08 02:50:04'),(86251,31661,'action started via WP Cron','2021-02-08 10:53:02','2021-02-08 02:53:02'),(86252,31661,'action complete via WP Cron','2021-02-08 10:53:02','2021-02-08 02:53:02'),(86253,31662,'action created','2021-02-08 10:53:02','2021-02-08 02:53:02'),(86254,31662,'action started via WP Cron','2021-02-08 10:53:48','2021-02-08 02:53:48'),(86255,31662,'action complete via WP Cron','2021-02-08 10:53:48','2021-02-08 02:53:48'),(86256,31663,'action created','2021-02-08 10:53:49','2021-02-08 02:53:49'),(86257,31663,'action started via WP Cron','2021-02-08 10:54:45','2021-02-08 02:54:45'),(86258,31663,'action complete via WP Cron','2021-02-08 10:54:45','2021-02-08 02:54:45'),(86259,31664,'action created','2021-02-08 10:54:45','2021-02-08 02:54:45'),(86260,31664,'action started via WP Cron','2021-02-08 10:56:37','2021-02-08 02:56:37'),(86261,31664,'action complete via WP Cron','2021-02-08 10:56:37','2021-02-08 02:56:37'),(86262,31665,'action created','2021-02-08 10:56:37','2021-02-08 02:56:37'),(86263,31665,'action started via WP Cron','2021-02-08 10:57:53','2021-02-08 02:57:53'),(86264,31665,'action complete via WP Cron','2021-02-08 10:57:53','2021-02-08 02:57:53'),(86265,31666,'action created','2021-02-08 10:57:53','2021-02-08 02:57:53'),(86266,31666,'action started via WP Cron','2021-02-08 11:03:19','2021-02-08 03:03:19'),(86267,31666,'action complete via WP Cron','2021-02-08 11:03:19','2021-02-08 03:03:19'),(86268,31667,'action created','2021-02-08 11:03:19','2021-02-08 03:03:19'),(86269,31667,'action started via WP Cron','2021-02-08 11:05:20','2021-02-08 03:05:20'),(86270,31667,'action complete via WP Cron','2021-02-08 11:05:20','2021-02-08 03:05:20'),(86271,31668,'action created','2021-02-08 11:05:20','2021-02-08 03:05:20'),(86272,31668,'action started via WP Cron','2021-02-08 11:07:23','2021-02-08 03:07:23'),(86273,31668,'action complete via WP Cron','2021-02-08 11:07:23','2021-02-08 03:07:23'),(86274,31669,'action created','2021-02-08 11:07:23','2021-02-08 03:07:23'),(86275,31669,'action started via WP Cron','2021-02-08 11:07:45','2021-02-08 03:07:45'),(86276,31669,'action complete via WP Cron','2021-02-08 11:07:45','2021-02-08 03:07:45'),(86277,31670,'action created','2021-02-08 11:07:45','2021-02-08 03:07:45'),(86278,31670,'action started via WP Cron','2021-02-08 11:09:40','2021-02-08 03:09:40'),(86279,31670,'action complete via WP Cron','2021-02-08 11:09:40','2021-02-08 03:09:40'),(86280,31671,'action created','2021-02-08 11:09:40','2021-02-08 03:09:40'),(86281,31671,'action started via WP Cron','2021-02-08 11:12:52','2021-02-08 03:12:52'),(86282,31671,'action complete via WP Cron','2021-02-08 11:12:52','2021-02-08 03:12:52'),(86283,31672,'action created','2021-02-08 11:14:55','2021-02-08 03:14:55'),(86284,31672,'action started via WP Cron','2021-02-08 11:16:32','2021-02-08 03:16:32'),(86285,31672,'action complete via WP Cron','2021-02-08 11:16:32','2021-02-08 03:16:32'),(86286,31673,'action created','2021-02-08 11:16:32','2021-02-08 03:16:32'),(86287,31673,'action started via WP Cron','2021-02-08 11:18:42','2021-02-08 03:18:42'),(86288,31673,'action complete via WP Cron','2021-02-08 11:18:42','2021-02-08 03:18:42'),(86289,31674,'action created','2021-02-08 11:18:42','2021-02-08 03:18:42'),(86290,31674,'action started via WP Cron','2021-02-08 11:25:30','2021-02-08 03:25:30'),(86291,31674,'action complete via WP Cron','2021-02-08 11:25:30','2021-02-08 03:25:30'),(86292,31675,'action created','2021-02-08 11:25:30','2021-02-08 03:25:30'),(86293,31675,'action started via WP Cron','2021-02-08 11:26:36','2021-02-08 03:26:36'),(86294,31675,'action complete via WP Cron','2021-02-08 11:26:36','2021-02-08 03:26:36'),(86295,31676,'action created','2021-02-08 11:26:36','2021-02-08 03:26:36'),(86296,31676,'action started via WP Cron','2021-02-08 11:27:59','2021-02-08 03:27:59'),(86297,31676,'action complete via WP Cron','2021-02-08 11:27:59','2021-02-08 03:27:59'),(86298,31677,'action created','2021-02-08 11:27:59','2021-02-08 03:27:59'),(86299,31677,'action started via WP Cron','2021-02-08 11:29:03','2021-02-08 03:29:03'),(86300,31677,'action complete via WP Cron','2021-02-08 11:29:03','2021-02-08 03:29:03'),(86301,31678,'action created','2021-02-08 11:29:03','2021-02-08 03:29:03'),(86302,31678,'action started via WP Cron','2021-02-08 11:31:32','2021-02-08 03:31:32'),(86303,31678,'action complete via WP Cron','2021-02-08 11:31:32','2021-02-08 03:31:32'),(86304,31679,'action created','2021-02-08 11:31:32','2021-02-08 03:31:32'),(86305,31679,'action started via WP Cron','2021-02-08 11:32:22','2021-02-08 03:32:22'),(86306,31679,'action complete via WP Cron','2021-02-08 11:32:22','2021-02-08 03:32:22'),(86307,31680,'action created','2021-02-08 11:32:22','2021-02-08 03:32:22'),(86308,31680,'action started via WP Cron','2021-02-08 11:33:42','2021-02-08 03:33:42'),(86309,31680,'action complete via WP Cron','2021-02-08 11:33:42','2021-02-08 03:33:42'),(86310,31681,'action created','2021-02-08 11:33:42','2021-02-08 03:33:42'),(86311,31681,'action started via WP Cron','2021-02-08 11:34:45','2021-02-08 03:34:45'),(86312,31681,'action complete via WP Cron','2021-02-08 11:34:45','2021-02-08 03:34:45'),(86313,31682,'action created','2021-02-08 11:34:45','2021-02-08 03:34:45'),(86314,31682,'action started via WP Cron','2021-02-08 11:37:25','2021-02-08 03:37:25'),(86315,31682,'action complete via WP Cron','2021-02-08 11:37:25','2021-02-08 03:37:25'),(86316,31683,'action created','2021-02-08 11:37:25','2021-02-08 03:37:25'),(86317,31683,'action started via WP Cron','2021-02-08 11:37:46','2021-02-08 03:37:46'),(86318,31683,'action complete via WP Cron','2021-02-08 11:37:46','2021-02-08 03:37:46'),(86319,31684,'action created','2021-02-08 11:37:46','2021-02-08 03:37:46'),(86320,31684,'action started via WP Cron','2021-02-08 11:38:56','2021-02-08 03:38:56'),(86321,31684,'action complete via WP Cron','2021-02-08 11:38:56','2021-02-08 03:38:56'),(86322,31685,'action created','2021-02-08 11:38:56','2021-02-08 03:38:56'),(86323,31685,'action started via WP Cron','2021-02-08 11:44:12','2021-02-08 03:44:12'),(86324,31685,'action complete via WP Cron','2021-02-08 11:44:12','2021-02-08 03:44:12'),(86325,31686,'action created','2021-02-08 11:44:12','2021-02-08 03:44:12'),(86326,31686,'action started via WP Cron','2021-02-08 11:48:13','2021-02-08 03:48:13'),(86327,31686,'action complete via WP Cron','2021-02-08 11:48:13','2021-02-08 03:48:13'),(86328,31687,'action created','2021-02-08 11:48:13','2021-02-08 03:48:13'),(86329,31687,'action started via WP Cron','2021-02-08 11:49:15','2021-02-08 03:49:15'),(86330,31687,'action complete via WP Cron','2021-02-08 11:49:15','2021-02-08 03:49:15'),(86331,31688,'action created','2021-02-08 11:49:15','2021-02-08 03:49:15'),(86332,31688,'action started via WP Cron','2021-02-08 12:01:03','2021-02-08 04:01:03'),(86333,31688,'action complete via WP Cron','2021-02-08 12:01:03','2021-02-08 04:01:03'),(86334,31689,'action created','2021-02-08 12:09:24','2021-02-08 04:09:24'),(86335,31689,'action started via WP Cron','2021-02-08 12:10:17','2021-02-08 04:10:17'),(86336,31689,'action complete via WP Cron','2021-02-08 12:10:17','2021-02-08 04:10:17'),(86337,31690,'action created','2021-02-08 12:10:17','2021-02-08 04:10:17'),(86338,31690,'action started via WP Cron','2021-02-08 12:18:23','2021-02-08 04:18:23'),(86339,31690,'action complete via WP Cron','2021-02-08 12:18:23','2021-02-08 04:18:23'),(86340,31691,'action created','2021-02-08 12:18:23','2021-02-08 04:18:23'),(86341,31691,'action started via WP Cron','2021-02-08 12:18:45','2021-02-08 04:18:45'),(86342,31691,'action complete via WP Cron','2021-02-08 12:18:45','2021-02-08 04:18:45'),(86343,31692,'action created','2021-02-08 12:18:45','2021-02-08 04:18:45'),(86344,31692,'action started via WP Cron','2021-02-08 12:19:45','2021-02-08 04:19:45'),(86345,31692,'action complete via WP Cron','2021-02-08 12:19:45','2021-02-08 04:19:45'),(86346,31693,'action created','2021-02-08 12:19:45','2021-02-08 04:19:45'),(86347,31693,'action started via WP Cron','2021-02-08 12:20:41','2021-02-08 04:20:41'),(86348,31693,'action complete via WP Cron','2021-02-08 12:20:41','2021-02-08 04:20:41'),(86349,31694,'action created','2021-02-08 12:20:41','2021-02-08 04:20:41'),(86350,31694,'action started via WP Cron','2021-02-08 12:21:48','2021-02-08 04:21:48'),(86351,31694,'action complete via WP Cron','2021-02-08 12:21:48','2021-02-08 04:21:48'),(86352,31695,'action created','2021-02-08 12:21:48','2021-02-08 04:21:48'),(86353,31695,'action started via WP Cron','2021-02-08 12:22:52','2021-02-08 04:22:52'),(86354,31695,'action complete via WP Cron','2021-02-08 12:22:52','2021-02-08 04:22:52'),(86355,31696,'action created','2021-02-08 12:22:52','2021-02-08 04:22:52'),(86356,31696,'action started via WP Cron','2021-02-08 12:23:59','2021-02-08 04:23:59'),(86357,31696,'action complete via WP Cron','2021-02-08 12:23:59','2021-02-08 04:23:59'),(86358,31697,'action created','2021-02-08 12:23:59','2021-02-08 04:23:59'),(86359,31697,'action started via WP Cron','2021-02-08 12:24:58','2021-02-08 04:24:58'),(86360,31697,'action complete via WP Cron','2021-02-08 12:24:58','2021-02-08 04:24:58'),(86361,31698,'action created','2021-02-08 12:24:58','2021-02-08 04:24:58'),(86362,31698,'action started via WP Cron','2021-02-08 12:25:42','2021-02-08 04:25:42'),(86363,31698,'action complete via WP Cron','2021-02-08 12:25:42','2021-02-08 04:25:42'),(86364,31699,'action created','2021-02-08 12:25:42','2021-02-08 04:25:42'),(86365,31699,'action started via WP Cron','2021-02-08 12:26:51','2021-02-08 04:26:51'),(86366,31699,'action complete via WP Cron','2021-02-08 12:26:51','2021-02-08 04:26:51'),(86367,31700,'action created','2021-02-08 12:26:51','2021-02-08 04:26:51'),(86368,31700,'action started via WP Cron','2021-02-08 12:28:00','2021-02-08 04:28:00'),(86369,31700,'action complete via WP Cron','2021-02-08 12:28:00','2021-02-08 04:28:00'),(86370,31701,'action created','2021-02-08 12:28:00','2021-02-08 04:28:00'),(86371,31701,'action started via WP Cron','2021-02-08 12:28:41','2021-02-08 04:28:41'),(86372,31701,'action complete via WP Cron','2021-02-08 12:28:41','2021-02-08 04:28:41'),(86373,31702,'action created','2021-02-08 12:28:41','2021-02-08 04:28:41'),(86374,31702,'action started via WP Cron','2021-02-08 12:29:41','2021-02-08 04:29:41'),(86375,31702,'action complete via WP Cron','2021-02-08 12:29:41','2021-02-08 04:29:41'),(86376,31703,'action created','2021-02-08 12:29:42','2021-02-08 04:29:42'),(86377,31703,'action started via WP Cron','2021-02-08 12:30:53','2021-02-08 04:30:53'),(86378,31703,'action complete via WP Cron','2021-02-08 12:30:53','2021-02-08 04:30:53'),(86379,31704,'action created','2021-02-08 12:30:53','2021-02-08 04:30:53'),(86380,31704,'action started via WP Cron','2021-02-08 12:31:44','2021-02-08 04:31:44'),(86381,31704,'action complete via WP Cron','2021-02-08 12:31:44','2021-02-08 04:31:44'),(86382,31705,'action created','2021-02-08 12:31:44','2021-02-08 04:31:44'),(86383,31705,'action started via WP Cron','2021-02-08 12:32:45','2021-02-08 04:32:45'),(86384,31705,'action complete via WP Cron','2021-02-08 12:32:45','2021-02-08 04:32:45'),(86385,31706,'action created','2021-02-08 12:32:45','2021-02-08 04:32:45'),(86386,31706,'action started via WP Cron','2021-02-08 12:33:50','2021-02-08 04:33:50'),(86387,31706,'action complete via WP Cron','2021-02-08 12:33:50','2021-02-08 04:33:50'),(86388,31707,'action created','2021-02-08 12:33:50','2021-02-08 04:33:50'),(86389,31707,'action started via WP Cron','2021-02-08 12:34:44','2021-02-08 04:34:44'),(86390,31707,'action complete via WP Cron','2021-02-08 12:34:44','2021-02-08 04:34:44'),(86391,31708,'action created','2021-02-08 12:34:44','2021-02-08 04:34:44'),(86392,31708,'action started via WP Cron','2021-02-08 12:35:43','2021-02-08 04:35:43'),(86393,31708,'action complete via WP Cron','2021-02-08 12:35:43','2021-02-08 04:35:43'),(86394,31709,'action created','2021-02-08 12:35:43','2021-02-08 04:35:43'),(86395,31709,'action started via WP Cron','2021-02-08 12:36:48','2021-02-08 04:36:48'),(86396,31709,'action complete via WP Cron','2021-02-08 12:36:48','2021-02-08 04:36:48'),(86397,31710,'action created','2021-02-08 12:36:48','2021-02-08 04:36:48'),(86398,31710,'action started via WP Cron','2021-02-08 12:37:46','2021-02-08 04:37:46'),(86399,31710,'action complete via WP Cron','2021-02-08 12:37:46','2021-02-08 04:37:46'),(86400,31711,'action created','2021-02-08 12:37:46','2021-02-08 04:37:46'),(86401,31711,'action started via WP Cron','2021-02-08 12:38:58','2021-02-08 04:38:58'),(86402,31711,'action complete via WP Cron','2021-02-08 12:38:58','2021-02-08 04:38:58'),(86403,31712,'action created','2021-02-08 12:38:58','2021-02-08 04:38:58'),(86404,31712,'action started via WP Cron','2021-02-08 12:39:41','2021-02-08 04:39:41'),(86405,31712,'action complete via WP Cron','2021-02-08 12:39:41','2021-02-08 04:39:41'),(86406,31713,'action created','2021-02-08 12:39:41','2021-02-08 04:39:41'),(86407,31713,'action started via WP Cron','2021-02-08 12:40:50','2021-02-08 04:40:50'),(86408,31713,'action complete via WP Cron','2021-02-08 12:40:50','2021-02-08 04:40:50'),(86409,31714,'action created','2021-02-08 12:40:51','2021-02-08 04:40:51'),(86410,31714,'action started via WP Cron','2021-02-08 12:41:52','2021-02-08 04:41:52'),(86411,31714,'action complete via WP Cron','2021-02-08 12:41:52','2021-02-08 04:41:52'),(86412,31715,'action created','2021-02-08 12:41:52','2021-02-08 04:41:52'),(86413,31715,'action started via WP Cron','2021-02-08 12:42:50','2021-02-08 04:42:50'),(86414,31715,'action complete via WP Cron','2021-02-08 12:42:50','2021-02-08 04:42:50'),(86415,31716,'action created','2021-02-08 12:42:51','2021-02-08 04:42:51'),(86416,31716,'action started via WP Cron','2021-02-08 12:43:43','2021-02-08 04:43:43'),(86417,31716,'action complete via WP Cron','2021-02-08 12:43:43','2021-02-08 04:43:43'),(86418,31717,'action created','2021-02-08 12:43:44','2021-02-08 04:43:44'),(86419,31717,'action started via WP Cron','2021-02-08 12:44:41','2021-02-08 04:44:41'),(86420,31717,'action complete via WP Cron','2021-02-08 12:44:41','2021-02-08 04:44:41'),(86421,31718,'action created','2021-02-08 12:44:41','2021-02-08 04:44:41'),(86422,31718,'action started via WP Cron','2021-02-08 12:45:53','2021-02-08 04:45:53'),(86423,31718,'action complete via WP Cron','2021-02-08 12:45:53','2021-02-08 04:45:53'),(86424,31719,'action created','2021-02-08 12:45:53','2021-02-08 04:45:53'),(86425,31719,'action started via WP Cron','2021-02-08 12:47:09','2021-02-08 04:47:09'),(86426,31719,'action complete via WP Cron','2021-02-08 12:47:09','2021-02-08 04:47:09'),(86427,31720,'action created','2021-02-08 12:47:09','2021-02-08 04:47:09'),(86428,31720,'action started via WP Cron','2021-02-08 12:48:03','2021-02-08 04:48:03'),(86429,31720,'action complete via WP Cron','2021-02-08 12:48:03','2021-02-08 04:48:03'),(86430,31721,'action created','2021-02-08 12:48:03','2021-02-08 04:48:03'),(86431,31721,'action started via WP Cron','2021-02-08 12:48:54','2021-02-08 04:48:54'),(86432,31721,'action complete via WP Cron','2021-02-08 12:48:54','2021-02-08 04:48:54'),(86433,31722,'action created','2021-02-08 12:48:54','2021-02-08 04:48:54'),(86434,31722,'action started via WP Cron','2021-02-08 12:49:46','2021-02-08 04:49:46'),(86435,31722,'action complete via WP Cron','2021-02-08 12:49:46','2021-02-08 04:49:46'),(86436,31723,'action created','2021-02-08 12:49:46','2021-02-08 04:49:46'),(86437,31723,'action started via WP Cron','2021-02-08 12:50:56','2021-02-08 04:50:56'),(86438,31723,'action complete via WP Cron','2021-02-08 12:50:56','2021-02-08 04:50:56'),(86439,31724,'action created','2021-02-08 12:50:56','2021-02-08 04:50:56'),(86440,31724,'action started via WP Cron','2021-02-08 12:51:49','2021-02-08 04:51:49'),(86441,31724,'action complete via WP Cron','2021-02-08 12:51:49','2021-02-08 04:51:49'),(86442,31725,'action created','2021-02-08 12:51:49','2021-02-08 04:51:49'),(86443,31725,'action started via WP Cron','2021-02-08 12:52:55','2021-02-08 04:52:55'),(86444,31725,'action complete via WP Cron','2021-02-08 12:52:55','2021-02-08 04:52:55'),(86445,31726,'action created','2021-02-08 12:52:55','2021-02-08 04:52:55'),(86446,31726,'action started via WP Cron','2021-02-08 12:54:21','2021-02-08 04:54:21'),(86447,31726,'action complete via WP Cron','2021-02-08 12:54:21','2021-02-08 04:54:21'),(86448,31727,'action created','2021-02-08 12:54:21','2021-02-08 04:54:21'),(86449,31727,'action started via WP Cron','2021-02-08 12:54:49','2021-02-08 04:54:49'),(86450,31727,'action complete via WP Cron','2021-02-08 12:54:49','2021-02-08 04:54:49'),(86451,31728,'action created','2021-02-08 12:54:49','2021-02-08 04:54:49'),(86452,31728,'action started via WP Cron','2021-02-08 12:58:08','2021-02-08 04:58:08'),(86453,31728,'action complete via WP Cron','2021-02-08 12:58:08','2021-02-08 04:58:08'),(86454,31729,'action created','2021-02-08 12:58:08','2021-02-08 04:58:08'),(86455,31729,'action started via WP Cron','2021-02-08 12:59:00','2021-02-08 04:59:00'),(86456,31729,'action complete via WP Cron','2021-02-08 12:59:00','2021-02-08 04:59:00'),(86457,31730,'action created','2021-02-08 12:59:00','2021-02-08 04:59:00'),(86458,31730,'action started via WP Cron','2021-02-08 13:04:09','2021-02-08 05:04:09'),(86459,31730,'action complete via WP Cron','2021-02-08 13:04:09','2021-02-08 05:04:09'),(86460,31731,'action created','2021-02-08 13:04:09','2021-02-08 05:04:09'),(86461,31731,'action started via WP Cron','2021-02-08 13:06:11','2021-02-08 05:06:11'),(86462,31731,'action complete via WP Cron','2021-02-08 13:06:11','2021-02-08 05:06:11'),(86463,31732,'action created','2021-02-08 13:06:11','2021-02-08 05:06:11'),(86464,31732,'action started via WP Cron','2021-02-08 13:07:11','2021-02-08 05:07:11'),(86465,31732,'action complete via WP Cron','2021-02-08 13:07:11','2021-02-08 05:07:11'),(86466,31733,'action created','2021-02-08 13:07:11','2021-02-08 05:07:11'),(86467,31733,'action started via WP Cron','2021-02-08 13:07:56','2021-02-08 05:07:56'),(86468,31733,'action complete via WP Cron','2021-02-08 13:07:56','2021-02-08 05:07:56'),(86469,31734,'action created','2021-02-08 13:07:56','2021-02-08 05:07:56'),(86470,31734,'action started via WP Cron','2021-02-08 13:09:37','2021-02-08 05:09:37'),(86471,31734,'action complete via WP Cron','2021-02-08 13:09:37','2021-02-08 05:09:37'),(86472,31735,'action created','2021-02-08 13:09:37','2021-02-08 05:09:37'),(86473,31735,'action started via WP Cron','2021-02-08 13:14:56','2021-02-08 05:14:56'),(86474,31735,'action complete via WP Cron','2021-02-08 13:14:56','2021-02-08 05:14:56'),(86475,31736,'action created','2021-02-08 13:14:56','2021-02-08 05:14:56'),(86476,31736,'action started via WP Cron','2021-02-08 13:16:51','2021-02-08 05:16:51'),(86477,31736,'action complete via WP Cron','2021-02-08 13:16:51','2021-02-08 05:16:51'),(86478,31737,'action created','2021-02-08 13:16:51','2021-02-08 05:16:51'),(86479,31737,'action started via WP Cron','2021-02-08 13:17:44','2021-02-08 05:17:44'),(86480,31737,'action complete via WP Cron','2021-02-08 13:17:44','2021-02-08 05:17:44'),(86481,31738,'action created','2021-02-08 13:17:44','2021-02-08 05:17:44'),(86482,31738,'action started via WP Cron','2021-02-08 13:19:32','2021-02-08 05:19:32'),(86483,31738,'action complete via WP Cron','2021-02-08 13:19:32','2021-02-08 05:19:32'),(86484,31739,'action created','2021-02-08 13:19:32','2021-02-08 05:19:32'),(86485,31739,'action started via WP Cron','2021-02-08 13:20:50','2021-02-08 05:20:50'),(86486,31739,'action complete via WP Cron','2021-02-08 13:20:50','2021-02-08 05:20:50'),(86487,31740,'action created','2021-02-08 13:20:50','2021-02-08 05:20:50'),(86488,31740,'action started via WP Cron','2021-02-08 13:21:48','2021-02-08 05:21:48'),(86489,31740,'action complete via WP Cron','2021-02-08 13:21:48','2021-02-08 05:21:48'),(86490,31741,'action created','2021-02-08 13:21:48','2021-02-08 05:21:48'),(86491,31741,'action started via WP Cron','2021-02-08 13:24:39','2021-02-08 05:24:39'),(86492,31741,'action complete via WP Cron','2021-02-08 13:24:39','2021-02-08 05:24:39'),(86493,31742,'action created','2021-02-08 13:24:39','2021-02-08 05:24:39'),(86494,31742,'action started via WP Cron','2021-02-08 13:25:49','2021-02-08 05:25:49'),(86495,31742,'action complete via WP Cron','2021-02-08 13:25:49','2021-02-08 05:25:49'),(86496,31743,'action created','2021-02-08 13:25:49','2021-02-08 05:25:49'),(86497,31743,'action started via WP Cron','2021-02-08 13:28:04','2021-02-08 05:28:04'),(86498,31743,'action complete via WP Cron','2021-02-08 13:28:04','2021-02-08 05:28:04'),(86499,31744,'action created','2021-02-08 13:28:04','2021-02-08 05:28:04'),(86500,31744,'action started via WP Cron','2021-02-08 13:31:39','2021-02-08 05:31:39'),(86501,31744,'action complete via WP Cron','2021-02-08 13:31:39','2021-02-08 05:31:39'),(86502,31745,'action created','2021-02-08 13:31:39','2021-02-08 05:31:39'),(86503,31745,'action started via WP Cron','2021-02-08 13:34:04','2021-02-08 05:34:04'),(86504,31745,'action complete via WP Cron','2021-02-08 13:34:04','2021-02-08 05:34:04'),(86505,31746,'action created','2021-02-08 13:34:04','2021-02-08 05:34:04'),(86506,31746,'action started via WP Cron','2021-02-08 13:35:45','2021-02-08 05:35:45'),(86507,31746,'action complete via WP Cron','2021-02-08 13:35:45','2021-02-08 05:35:45'),(86508,31747,'action created','2021-02-08 13:35:45','2021-02-08 05:35:45'),(86509,31747,'action started via WP Cron','2021-02-08 13:37:42','2021-02-08 05:37:42'),(86510,31747,'action complete via WP Cron','2021-02-08 13:37:42','2021-02-08 05:37:42'),(86511,31748,'action created','2021-02-08 13:37:42','2021-02-08 05:37:42'),(86512,31748,'action started via WP Cron','2021-02-08 13:39:00','2021-02-08 05:39:00'),(86513,31748,'action complete via WP Cron','2021-02-08 13:39:00','2021-02-08 05:39:00'),(86514,31749,'action created','2021-02-08 13:39:00','2021-02-08 05:39:00'),(86515,31749,'action started via WP Cron','2021-02-08 13:48:43','2021-02-08 05:48:43'),(86516,31749,'action complete via WP Cron','2021-02-08 13:48:43','2021-02-08 05:48:43'),(86517,31750,'action created','2021-02-08 13:48:43','2021-02-08 05:48:43'),(86518,31750,'action started via WP Cron','2021-02-08 13:49:49','2021-02-08 05:49:49'),(86519,31750,'action complete via WP Cron','2021-02-08 13:49:49','2021-02-08 05:49:49'),(86520,31751,'action created','2021-02-08 13:49:49','2021-02-08 05:49:49'),(86521,31751,'action started via WP Cron','2021-02-08 13:50:51','2021-02-08 05:50:51'),(86522,31751,'action complete via WP Cron','2021-02-08 13:50:51','2021-02-08 05:50:51'),(86523,31752,'action created','2021-02-08 13:50:51','2021-02-08 05:50:51'),(86524,31752,'action started via WP Cron','2021-02-08 13:52:06','2021-02-08 05:52:06'),(86525,31752,'action complete via WP Cron','2021-02-08 13:52:06','2021-02-08 05:52:06'),(86526,31753,'action created','2021-02-08 13:57:47','2021-02-08 05:57:47'),(86527,31753,'action started via WP Cron','2021-02-08 14:02:40','2021-02-08 06:02:40'),(86528,31753,'action complete via WP Cron','2021-02-08 14:02:40','2021-02-08 06:02:40'),(86529,31754,'action created','2021-02-08 14:02:40','2021-02-08 06:02:40'),(86530,31754,'action started via WP Cron','2021-02-08 14:09:13','2021-02-08 06:09:13'),(86531,31754,'action complete via WP Cron','2021-02-08 14:09:13','2021-02-08 06:09:13'),(86532,31755,'action created','2021-02-08 14:09:13','2021-02-08 06:09:13'),(86533,31755,'action started via WP Cron','2021-02-08 14:10:13','2021-02-08 06:10:13'),(86534,31755,'action complete via WP Cron','2021-02-08 14:10:13','2021-02-08 06:10:13'),(86535,31756,'action created','2021-02-08 14:10:14','2021-02-08 06:10:14'),(86536,31756,'action started via WP Cron','2021-02-08 14:11:18','2021-02-08 06:11:18'),(86537,31756,'action complete via WP Cron','2021-02-08 14:11:18','2021-02-08 06:11:18'),(86538,31757,'action created','2021-02-08 14:11:18','2021-02-08 06:11:18'),(86539,31757,'action started via WP Cron','2021-02-08 14:12:15','2021-02-08 06:12:15'),(86540,31757,'action complete via WP Cron','2021-02-08 14:12:15','2021-02-08 06:12:15'),(86541,31758,'action created','2021-02-08 14:12:15','2021-02-08 06:12:15'),(86542,31758,'action started via WP Cron','2021-02-08 14:13:16','2021-02-08 06:13:16'),(86543,31758,'action complete via WP Cron','2021-02-08 14:13:16','2021-02-08 06:13:16'),(86544,31759,'action created','2021-02-08 14:13:16','2021-02-08 06:13:16'),(86545,31759,'action started via WP Cron','2021-02-08 14:14:31','2021-02-08 06:14:31'),(86546,31759,'action complete via WP Cron','2021-02-08 14:14:31','2021-02-08 06:14:31'),(86547,31760,'action created','2021-02-08 14:14:31','2021-02-08 06:14:31'),(86548,31760,'action started via WP Cron','2021-02-08 14:24:33','2021-02-08 06:24:33'),(86549,31760,'action complete via WP Cron','2021-02-08 14:24:33','2021-02-08 06:24:33'),(86550,31761,'action created','2021-02-08 14:24:33','2021-02-08 06:24:33'),(86551,31761,'action started via WP Cron','2021-02-08 14:25:46','2021-02-08 06:25:46'),(86552,31761,'action complete via WP Cron','2021-02-08 14:25:46','2021-02-08 06:25:46'),(86553,31762,'action created','2021-02-08 14:25:46','2021-02-08 06:25:46'),(86554,31762,'action started via WP Cron','2021-02-08 14:26:49','2021-02-08 06:26:49'),(86555,31762,'action complete via WP Cron','2021-02-08 14:26:49','2021-02-08 06:26:49'),(86556,31763,'action created','2021-02-08 14:26:49','2021-02-08 06:26:49'),(86557,31763,'action started via WP Cron','2021-02-08 14:28:01','2021-02-08 06:28:01'),(86558,31763,'action complete via WP Cron','2021-02-08 14:28:01','2021-02-08 06:28:01'),(86559,31764,'action created','2021-02-08 14:28:01','2021-02-08 06:28:01'),(86560,31764,'action started via WP Cron','2021-02-08 14:28:55','2021-02-08 06:28:55'),(86561,31764,'action complete via WP Cron','2021-02-08 14:28:55','2021-02-08 06:28:55'),(86562,31765,'action created','2021-02-08 14:28:55','2021-02-08 06:28:55'),(86563,31765,'action started via WP Cron','2021-02-08 14:30:03','2021-02-08 06:30:03'),(86564,31765,'action complete via WP Cron','2021-02-08 14:30:03','2021-02-08 06:30:03'),(86565,31766,'action created','2021-02-08 14:30:18','2021-02-08 06:30:18'),(86566,31766,'action started via WP Cron','2021-02-08 14:30:47','2021-02-08 06:30:47'),(86567,31766,'action complete via WP Cron','2021-02-08 14:30:47','2021-02-08 06:30:47'),(86568,31767,'action created','2021-02-08 14:30:47','2021-02-08 06:30:47'),(86569,31767,'action started via WP Cron','2021-02-08 14:31:54','2021-02-08 06:31:54'),(86570,31767,'action complete via WP Cron','2021-02-08 14:31:54','2021-02-08 06:31:54'),(86571,31768,'action created','2021-02-08 14:31:54','2021-02-08 06:31:54'),(86572,31768,'action started via WP Cron','2021-02-08 14:32:59','2021-02-08 06:32:59'),(86573,31768,'action complete via WP Cron','2021-02-08 14:32:59','2021-02-08 06:32:59'),(86574,31769,'action created','2021-02-08 14:32:59','2021-02-08 06:32:59'),(86575,31769,'action started via WP Cron','2021-02-08 14:33:45','2021-02-08 06:33:45'),(86576,31769,'action complete via WP Cron','2021-02-08 14:33:45','2021-02-08 06:33:45'),(86577,31770,'action created','2021-02-08 14:33:45','2021-02-08 06:33:45'),(86578,31770,'action started via WP Cron','2021-02-08 14:34:59','2021-02-08 06:34:59'),(86579,31770,'action complete via WP Cron','2021-02-08 14:34:59','2021-02-08 06:34:59'),(86580,31771,'action created','2021-02-08 14:34:59','2021-02-08 06:34:59'),(86581,31771,'action started via WP Cron','2021-02-08 14:35:53','2021-02-08 06:35:53'),(86582,31771,'action complete via WP Cron','2021-02-08 14:35:53','2021-02-08 06:35:53'),(86583,31772,'action created','2021-02-08 14:35:53','2021-02-08 06:35:53'),(86584,31772,'action started via WP Cron','2021-02-08 14:36:58','2021-02-08 06:36:58'),(86585,31772,'action complete via WP Cron','2021-02-08 14:36:58','2021-02-08 06:36:58'),(86586,31773,'action created','2021-02-08 14:36:58','2021-02-08 06:36:58'),(86587,31773,'action started via WP Cron','2021-02-08 14:38:00','2021-02-08 06:38:00'),(86588,31773,'action complete via WP Cron','2021-02-08 14:38:00','2021-02-08 06:38:00'),(86589,31774,'action created','2021-02-08 14:38:00','2021-02-08 06:38:00'),(86590,31774,'action started via WP Cron','2021-02-08 14:39:10','2021-02-08 06:39:10'),(86591,31774,'action complete via WP Cron','2021-02-08 14:39:10','2021-02-08 06:39:10'),(86592,31775,'action created','2021-02-08 14:39:10','2021-02-08 06:39:10'),(86593,31775,'action started via WP Cron','2021-02-08 14:39:48','2021-02-08 06:39:48'),(86594,31775,'action complete via WP Cron','2021-02-08 14:39:48','2021-02-08 06:39:48'),(86595,31776,'action created','2021-02-08 14:39:48','2021-02-08 06:39:48'),(86596,31776,'action started via WP Cron','2021-02-08 14:40:58','2021-02-08 06:40:58'),(86597,31776,'action complete via WP Cron','2021-02-08 14:40:58','2021-02-08 06:40:58'),(86598,31777,'action created','2021-02-08 14:40:58','2021-02-08 06:40:58'),(86599,31777,'action started via WP Cron','2021-02-08 14:42:03','2021-02-08 06:42:03'),(86600,31777,'action complete via WP Cron','2021-02-08 14:42:03','2021-02-08 06:42:03'),(86601,31778,'action created','2021-02-08 14:42:03','2021-02-08 06:42:03'),(86602,31778,'action started via WP Cron','2021-02-08 14:43:06','2021-02-08 06:43:06'),(86603,31778,'action complete via WP Cron','2021-02-08 14:43:06','2021-02-08 06:43:06'),(86604,31779,'action created','2021-02-08 14:43:07','2021-02-08 06:43:07'),(86605,31779,'action started via WP Cron','2021-02-08 14:44:05','2021-02-08 06:44:05'),(86606,31779,'action complete via WP Cron','2021-02-08 14:44:05','2021-02-08 06:44:05'),(86607,31780,'action created','2021-02-08 14:44:05','2021-02-08 06:44:05'),(86608,31780,'action started via WP Cron','2021-02-08 14:45:08','2021-02-08 06:45:08'),(86609,31780,'action complete via WP Cron','2021-02-08 14:45:08','2021-02-08 06:45:08'),(86610,31781,'action created','2021-02-08 14:45:09','2021-02-08 06:45:09'),(86611,31781,'action started via WP Cron','2021-02-08 14:45:44','2021-02-08 06:45:44'),(86612,31781,'action complete via WP Cron','2021-02-08 14:45:44','2021-02-08 06:45:44'),(86613,31782,'action created','2021-02-08 14:45:44','2021-02-08 06:45:44'),(86614,31782,'action started via WP Cron','2021-02-08 14:46:49','2021-02-08 06:46:49'),(86615,31782,'action complete via WP Cron','2021-02-08 14:46:49','2021-02-08 06:46:49'),(86616,31783,'action created','2021-02-08 14:46:49','2021-02-08 06:46:49'),(86617,31783,'action started via WP Cron','2021-02-08 14:47:59','2021-02-08 06:47:59'),(86618,31783,'action complete via WP Cron','2021-02-08 14:47:59','2021-02-08 06:47:59'),(86619,31784,'action created','2021-02-08 14:47:59','2021-02-08 06:47:59'),(86620,31784,'action started via WP Cron','2021-02-08 14:48:52','2021-02-08 06:48:52'),(86621,31784,'action complete via WP Cron','2021-02-08 14:48:52','2021-02-08 06:48:52'),(86622,31785,'action created','2021-02-08 14:48:52','2021-02-08 06:48:52'),(86623,31785,'action started via WP Cron','2021-02-08 14:49:49','2021-02-08 06:49:49'),(86624,31785,'action complete via WP Cron','2021-02-08 14:49:49','2021-02-08 06:49:49'),(86625,31786,'action created','2021-02-08 14:49:49','2021-02-08 06:49:49'),(86626,31786,'action started via WP Cron','2021-02-08 14:51:08','2021-02-08 06:51:08'),(86627,31786,'action complete via WP Cron','2021-02-08 14:51:08','2021-02-08 06:51:08'),(86628,31787,'action created','2021-02-08 14:51:08','2021-02-08 06:51:08'),(86629,31787,'action started via WP Cron','2021-02-08 14:51:47','2021-02-08 06:51:47'),(86630,31787,'action complete via WP Cron','2021-02-08 14:51:47','2021-02-08 06:51:47'),(86631,31788,'action created','2021-02-08 14:51:47','2021-02-08 06:51:47'),(86632,31788,'action started via WP Cron','2021-02-08 14:52:52','2021-02-08 06:52:52'),(86633,31788,'action complete via WP Cron','2021-02-08 14:52:52','2021-02-08 06:52:52'),(86634,31789,'action created','2021-02-08 14:52:52','2021-02-08 06:52:52'),(86635,31789,'action started via WP Cron','2021-02-08 14:53:53','2021-02-08 06:53:53'),(86636,31789,'action complete via WP Cron','2021-02-08 14:53:53','2021-02-08 06:53:53'),(86637,31790,'action created','2021-02-08 14:53:53','2021-02-08 06:53:53'),(86638,31790,'action started via WP Cron','2021-02-08 14:54:41','2021-02-08 06:54:41'),(86639,31790,'action complete via WP Cron','2021-02-08 14:54:41','2021-02-08 06:54:41'),(86640,31791,'action created','2021-02-08 14:54:41','2021-02-08 06:54:41'),(86641,31791,'action started via WP Cron','2021-02-08 14:55:41','2021-02-08 06:55:41'),(86642,31791,'action complete via WP Cron','2021-02-08 14:55:41','2021-02-08 06:55:41'),(86643,31792,'action created','2021-02-08 14:55:41','2021-02-08 06:55:41'),(86644,31792,'action started via WP Cron','2021-02-08 14:56:54','2021-02-08 06:56:54'),(86645,31792,'action complete via WP Cron','2021-02-08 14:56:54','2021-02-08 06:56:54'),(86646,31793,'action created','2021-02-08 14:56:54','2021-02-08 06:56:54'),(86647,31793,'action started via WP Cron','2021-02-08 14:58:05','2021-02-08 06:58:05'),(86648,31793,'action complete via WP Cron','2021-02-08 14:58:05','2021-02-08 06:58:05'),(86649,31794,'action created','2021-02-08 14:58:05','2021-02-08 06:58:05'),(86650,31794,'action started via WP Cron','2021-02-08 14:59:07','2021-02-08 06:59:07'),(86651,31794,'action complete via WP Cron','2021-02-08 14:59:07','2021-02-08 06:59:07'),(86652,31795,'action created','2021-02-08 14:59:07','2021-02-08 06:59:07'),(86653,31795,'action started via WP Cron','2021-02-08 15:00:10','2021-02-08 07:00:10'),(86654,31795,'action complete via WP Cron','2021-02-08 15:00:10','2021-02-08 07:00:10'),(86655,31796,'action created','2021-02-08 15:00:10','2021-02-08 07:00:10'),(86656,31796,'action started via WP Cron','2021-02-08 15:00:45','2021-02-08 07:00:45'),(86657,31796,'action complete via WP Cron','2021-02-08 15:00:45','2021-02-08 07:00:45'),(86658,31797,'action created','2021-02-08 15:00:45','2021-02-08 07:00:45'),(86659,31797,'action started via WP Cron','2021-02-08 15:01:42','2021-02-08 07:01:42'),(86660,31797,'action complete via WP Cron','2021-02-08 15:01:42','2021-02-08 07:01:42'),(86661,31798,'action created','2021-02-08 15:01:42','2021-02-08 07:01:42'),(86662,31798,'action started via WP Cron','2021-02-08 15:02:42','2021-02-08 07:02:42'),(86663,31798,'action complete via WP Cron','2021-02-08 15:02:42','2021-02-08 07:02:42'),(86664,31799,'action created','2021-02-08 15:02:42','2021-02-08 07:02:42'),(86665,31799,'action started via WP Cron','2021-02-08 15:03:41','2021-02-08 07:03:41'),(86666,31799,'action complete via WP Cron','2021-02-08 15:03:41','2021-02-08 07:03:41'),(86667,31800,'action created','2021-02-08 15:03:41','2021-02-08 07:03:41'),(86668,31800,'action started via WP Cron','2021-02-08 15:04:56','2021-02-08 07:04:56'),(86669,31800,'action complete via WP Cron','2021-02-08 15:04:56','2021-02-08 07:04:56'),(86670,31801,'action created','2021-02-08 15:04:57','2021-02-08 07:04:57'),(86671,31801,'action started via WP Cron','2021-02-08 15:07:02','2021-02-08 07:07:02'),(86672,31801,'action complete via WP Cron','2021-02-08 15:07:02','2021-02-08 07:07:02'),(86673,31802,'action created','2021-02-08 15:07:02','2021-02-08 07:07:02'),(86674,31802,'action started via WP Cron','2021-02-08 15:11:21','2021-02-08 07:11:21'),(86675,31802,'action complete via WP Cron','2021-02-08 15:11:21','2021-02-08 07:11:21'),(86676,31803,'action created','2021-02-08 15:11:22','2021-02-08 07:11:22'),(86677,31803,'action started via WP Cron','2021-02-08 15:12:00','2021-02-08 07:12:00'),(86678,31803,'action complete via WP Cron','2021-02-08 15:12:00','2021-02-08 07:12:00'),(86679,31804,'action created','2021-02-08 15:12:00','2021-02-08 07:12:00'),(86680,31804,'action started via WP Cron','2021-02-08 15:14:16','2021-02-08 07:14:16'),(86681,31804,'action complete via WP Cron','2021-02-08 15:14:16','2021-02-08 07:14:16'),(86682,31805,'action created','2021-02-08 15:14:16','2021-02-08 07:14:16'),(86683,31805,'action started via WP Cron','2021-02-08 15:15:17','2021-02-08 07:15:17'),(86684,31805,'action complete via WP Cron','2021-02-08 15:15:17','2021-02-08 07:15:17'),(86685,31806,'action created','2021-02-08 15:15:17','2021-02-08 07:15:17'),(86686,31806,'action started via WP Cron','2021-02-08 15:16:18','2021-02-08 07:16:18'),(86687,31806,'action complete via WP Cron','2021-02-08 15:16:18','2021-02-08 07:16:18'),(86688,31807,'action created','2021-02-08 15:16:18','2021-02-08 07:16:18'),(86689,31807,'action started via WP Cron','2021-02-08 15:18:20','2021-02-08 07:18:20'),(86690,31807,'action complete via WP Cron','2021-02-08 15:18:20','2021-02-08 07:18:20'),(86691,31808,'action created','2021-02-08 15:18:20','2021-02-08 07:18:20'),(86692,31808,'action started via WP Cron','2021-02-08 15:19:21','2021-02-08 07:19:21'),(86693,31808,'action complete via WP Cron','2021-02-08 15:19:21','2021-02-08 07:19:21'),(86694,31809,'action created','2021-02-08 15:19:21','2021-02-08 07:19:21'),(86695,31809,'action started via WP Cron','2021-02-08 15:31:21','2021-02-08 07:31:21'),(86696,31809,'action complete via WP Cron','2021-02-08 15:31:21','2021-02-08 07:31:21'),(86697,31810,'action created','2021-02-08 15:39:05','2021-02-08 07:39:05'),(86698,31810,'action started via WP Cron','2021-02-08 15:40:03','2021-02-08 07:40:03'),(86699,31810,'action complete via WP Cron','2021-02-08 15:40:03','2021-02-08 07:40:03'),(86700,31811,'action created','2021-02-08 15:40:03','2021-02-08 07:40:03'),(86701,31811,'action started via WP Cron','2021-02-08 15:41:13','2021-02-08 07:41:13'),(86702,31811,'action complete via WP Cron','2021-02-08 15:41:13','2021-02-08 07:41:13'),(86703,31812,'action created','2021-02-08 15:41:13','2021-02-08 07:41:13'),(86704,31812,'action started via WP Cron','2021-02-08 15:42:04','2021-02-08 07:42:04'),(86705,31812,'action complete via WP Cron','2021-02-08 15:42:04','2021-02-08 07:42:04'),(86706,31813,'action created','2021-02-08 15:42:04','2021-02-08 07:42:04'),(86707,31813,'action started via WP Cron','2021-02-08 15:43:00','2021-02-08 07:43:00'),(86708,31813,'action complete via WP Cron','2021-02-08 15:43:00','2021-02-08 07:43:00'),(86709,31814,'action created','2021-02-08 15:43:00','2021-02-08 07:43:00'),(86710,31814,'action started via WP Cron','2021-02-08 15:44:16','2021-02-08 07:44:16'),(86711,31814,'action complete via WP Cron','2021-02-08 15:44:16','2021-02-08 07:44:16'),(86712,31815,'action created','2021-02-08 15:44:16','2021-02-08 07:44:16'),(86713,31815,'action started via WP Cron','2021-02-08 15:44:47','2021-02-08 07:44:47'),(86714,31815,'action complete via WP Cron','2021-02-08 15:44:47','2021-02-08 07:44:47'),(86715,31816,'action created','2021-02-08 15:44:47','2021-02-08 07:44:47'),(86716,31816,'action started via WP Cron','2021-02-08 15:45:48','2021-02-08 07:45:48'),(86717,31816,'action complete via WP Cron','2021-02-08 15:45:48','2021-02-08 07:45:48'),(86718,31817,'action created','2021-02-08 15:45:48','2021-02-08 07:45:48'),(86719,31817,'action started via WP Cron','2021-02-08 15:46:52','2021-02-08 07:46:52'),(86720,31817,'action complete via WP Cron','2021-02-08 15:46:52','2021-02-08 07:46:52'),(86721,31818,'action created','2021-02-08 15:46:53','2021-02-08 07:46:53'),(86722,31818,'action started via WP Cron','2021-02-08 15:47:48','2021-02-08 07:47:48'),(86723,31818,'action complete via WP Cron','2021-02-08 15:47:48','2021-02-08 07:47:48'),(86724,31819,'action created','2021-02-08 15:47:48','2021-02-08 07:47:48'),(86725,31819,'action started via WP Cron','2021-02-08 15:49:02','2021-02-08 07:49:02'),(86726,31819,'action complete via WP Cron','2021-02-08 15:49:03','2021-02-08 07:49:03'),(86727,31820,'action created','2021-02-08 15:49:03','2021-02-08 07:49:03'),(86728,31820,'action started via WP Cron','2021-02-08 15:49:54','2021-02-08 07:49:54'),(86729,31820,'action complete via WP Cron','2021-02-08 15:49:54','2021-02-08 07:49:54'),(86730,31821,'action created','2021-02-08 15:49:54','2021-02-08 07:49:54'),(86731,31821,'action started via WP Cron','2021-02-08 15:50:54','2021-02-08 07:50:54'),(86732,31821,'action complete via WP Cron','2021-02-08 15:50:54','2021-02-08 07:50:54'),(86733,31822,'action created','2021-02-08 15:50:55','2021-02-08 07:50:55'),(86734,31822,'action started via WP Cron','2021-02-08 15:52:04','2021-02-08 07:52:04'),(86735,31822,'action complete via WP Cron','2021-02-08 15:52:04','2021-02-08 07:52:04'),(86736,31823,'action created','2021-02-08 15:52:04','2021-02-08 07:52:04'),(86737,31823,'action started via WP Cron','2021-02-08 15:52:51','2021-02-08 07:52:51'),(86738,31823,'action complete via WP Cron','2021-02-08 15:52:51','2021-02-08 07:52:51'),(86739,31824,'action created','2021-02-08 15:52:51','2021-02-08 07:52:51'),(86740,31824,'action started via WP Cron','2021-02-08 15:53:52','2021-02-08 07:53:52'),(86741,31824,'action complete via WP Cron','2021-02-08 15:53:52','2021-02-08 07:53:52'),(86742,31825,'action created','2021-02-08 15:53:52','2021-02-08 07:53:52'),(86743,31825,'action started via WP Cron','2021-02-08 15:54:40','2021-02-08 07:54:40'),(86744,31825,'action complete via WP Cron','2021-02-08 15:54:40','2021-02-08 07:54:40'),(86745,31826,'action created','2021-02-08 15:54:41','2021-02-08 07:54:41'),(86746,31826,'action started via WP Cron','2021-02-08 15:55:48','2021-02-08 07:55:48'),(86747,31826,'action complete via WP Cron','2021-02-08 15:55:48','2021-02-08 07:55:48'),(86748,31827,'action created','2021-02-08 15:55:48','2021-02-08 07:55:48'),(86749,31827,'action started via WP Cron','2021-02-08 15:56:53','2021-02-08 07:56:53'),(86750,31827,'action complete via WP Cron','2021-02-08 15:56:53','2021-02-08 07:56:53'),(86751,31828,'action created','2021-02-08 15:56:53','2021-02-08 07:56:53'),(86752,31828,'action started via WP Cron','2021-02-08 15:57:56','2021-02-08 07:57:56'),(86753,31828,'action complete via WP Cron','2021-02-08 15:57:56','2021-02-08 07:57:56'),(86754,31829,'action created','2021-02-08 15:57:56','2021-02-08 07:57:56'),(86755,31829,'action started via WP Cron','2021-02-08 15:58:45','2021-02-08 07:58:45'),(86756,31829,'action complete via WP Cron','2021-02-08 15:58:45','2021-02-08 07:58:45'),(86757,31830,'action created','2021-02-08 15:58:45','2021-02-08 07:58:45'),(86758,31830,'action started via WP Cron','2021-02-08 15:59:56','2021-02-08 07:59:56'),(86759,31830,'action complete via WP Cron','2021-02-08 15:59:56','2021-02-08 07:59:56'),(86760,31831,'action created','2021-02-08 15:59:56','2021-02-08 07:59:56'),(86761,31831,'action started via WP Cron','2021-02-08 16:01:00','2021-02-08 08:01:00'),(86762,31831,'action complete via WP Cron','2021-02-08 16:01:00','2021-02-08 08:01:00'),(86763,31832,'action created','2021-02-08 16:01:00','2021-02-08 08:01:00'),(86764,31832,'action started via WP Cron','2021-02-08 16:01:59','2021-02-08 08:01:59'),(86765,31832,'action complete via WP Cron','2021-02-08 16:01:59','2021-02-08 08:01:59'),(86766,31833,'action created','2021-02-08 16:01:59','2021-02-08 08:01:59'),(86767,31833,'action started via WP Cron','2021-02-08 16:02:41','2021-02-08 08:02:41'),(86768,31833,'action complete via WP Cron','2021-02-08 16:02:41','2021-02-08 08:02:41'),(86769,31834,'action created','2021-02-08 16:02:41','2021-02-08 08:02:41'),(86770,31834,'action started via WP Cron','2021-02-08 16:04:04','2021-02-08 08:04:04'),(86771,31834,'action complete via WP Cron','2021-02-08 16:04:04','2021-02-08 08:04:04'),(86772,31835,'action created','2021-02-08 16:04:04','2021-02-08 08:04:04'),(86773,31835,'action started via WP Cron','2021-02-08 16:05:14','2021-02-08 08:05:14'),(86774,31835,'action complete via WP Cron','2021-02-08 16:05:14','2021-02-08 08:05:14'),(86775,31836,'action created','2021-02-08 16:05:14','2021-02-08 08:05:14'),(86776,31836,'action started via WP Cron','2021-02-08 16:05:43','2021-02-08 08:05:43'),(86777,31836,'action complete via WP Cron','2021-02-08 16:05:43','2021-02-08 08:05:43'),(86778,31837,'action created','2021-02-08 16:05:43','2021-02-08 08:05:43'),(86779,31837,'action started via WP Cron','2021-02-08 16:07:06','2021-02-08 08:07:06'),(86780,31837,'action complete via WP Cron','2021-02-08 16:07:06','2021-02-08 08:07:06'),(86781,31838,'action created','2021-02-08 16:07:07','2021-02-08 08:07:07'),(86782,31838,'action started via WP Cron','2021-02-08 16:08:05','2021-02-08 08:08:05'),(86783,31838,'action complete via WP Cron','2021-02-08 16:08:05','2021-02-08 08:08:05'),(86784,31839,'action created','2021-02-08 16:08:05','2021-02-08 08:08:05'),(86785,31839,'action started via WP Cron','2021-02-08 16:08:59','2021-02-08 08:08:59'),(86786,31839,'action complete via WP Cron','2021-02-08 16:08:59','2021-02-08 08:08:59'),(86787,31840,'action created','2021-02-08 16:08:59','2021-02-08 08:08:59'),(86788,31840,'action started via WP Cron','2021-02-08 16:09:52','2021-02-08 08:09:52'),(86789,31840,'action complete via WP Cron','2021-02-08 16:09:52','2021-02-08 08:09:52'),(86790,31841,'action created','2021-02-08 16:09:52','2021-02-08 08:09:52'),(86791,31841,'action started via WP Cron','2021-02-08 16:11:11','2021-02-08 08:11:11'),(86792,31841,'action complete via WP Cron','2021-02-08 16:11:11','2021-02-08 08:11:11'),(86793,31842,'action created','2021-02-08 16:11:12','2021-02-08 08:11:12'),(86794,31842,'action started via WP Cron','2021-02-08 16:11:43','2021-02-08 08:11:43'),(86795,31842,'action complete via WP Cron','2021-02-08 16:11:43','2021-02-08 08:11:43'),(86796,31843,'action created','2021-02-08 16:11:43','2021-02-08 08:11:43'),(86797,31843,'action started via WP Cron','2021-02-08 16:12:54','2021-02-08 08:12:54'),(86798,31843,'action complete via WP Cron','2021-02-08 16:12:54','2021-02-08 08:12:54'),(86799,31844,'action created','2021-02-08 16:12:54','2021-02-08 08:12:54'),(86800,31844,'action started via WP Cron','2021-02-08 16:13:55','2021-02-08 08:13:55'),(86801,31844,'action complete via WP Cron','2021-02-08 16:13:55','2021-02-08 08:13:55'),(86802,31845,'action created','2021-02-08 16:13:56','2021-02-08 08:13:56'),(86803,31845,'action started via WP Cron','2021-02-08 16:14:49','2021-02-08 08:14:49'),(86804,31845,'action complete via WP Cron','2021-02-08 16:14:49','2021-02-08 08:14:49'),(86805,31846,'action created','2021-02-08 16:14:49','2021-02-08 08:14:49'),(86806,31846,'action started via WP Cron','2021-02-08 16:16:00','2021-02-08 08:16:00'),(86807,31846,'action complete via WP Cron','2021-02-08 16:16:00','2021-02-08 08:16:00'),(86808,31847,'action created','2021-02-08 16:16:00','2021-02-08 08:16:00'),(86809,31847,'action started via WP Cron','2021-02-08 16:17:01','2021-02-08 08:17:01'),(86810,31847,'action complete via WP Cron','2021-02-08 16:17:01','2021-02-08 08:17:01'),(86811,31848,'action created','2021-02-08 16:17:01','2021-02-08 08:17:01'),(86812,31848,'action started via WP Cron','2021-02-08 16:17:49','2021-02-08 08:17:49'),(86813,31848,'action complete via WP Cron','2021-02-08 16:17:49','2021-02-08 08:17:49'),(86814,31849,'action created','2021-02-08 16:17:49','2021-02-08 08:17:49'),(86815,31849,'action started via WP Cron','2021-02-08 16:18:58','2021-02-08 08:18:58'),(86816,31849,'action complete via WP Cron','2021-02-08 16:18:58','2021-02-08 08:18:58'),(86817,31850,'action created','2021-02-08 16:18:58','2021-02-08 08:18:58'),(86818,31850,'action started via WP Cron','2021-02-08 16:20:01','2021-02-08 08:20:01'),(86819,31850,'action complete via WP Cron','2021-02-08 16:20:01','2021-02-08 08:20:01'),(86820,31851,'action created','2021-02-08 16:20:01','2021-02-08 08:20:01'),(86821,31851,'action started via WP Cron','2021-02-08 16:21:02','2021-02-08 08:21:02'),(86822,31851,'action complete via WP Cron','2021-02-08 16:21:02','2021-02-08 08:21:02'),(86823,31852,'action created','2021-02-08 16:21:02','2021-02-08 08:21:02'),(86824,31852,'action started via WP Cron','2021-02-08 16:22:07','2021-02-08 08:22:07'),(86825,31852,'action complete via WP Cron','2021-02-08 16:22:07','2021-02-08 08:22:07'),(86826,31853,'action created','2021-02-08 16:22:08','2021-02-08 08:22:08'),(86827,31853,'action started via WP Cron','2021-02-08 16:23:11','2021-02-08 08:23:11'),(86828,31853,'action complete via WP Cron','2021-02-08 16:23:11','2021-02-08 08:23:11'),(86829,31854,'action created','2021-02-08 16:23:11','2021-02-08 08:23:11'),(86830,31854,'action started via WP Cron','2021-02-08 16:23:42','2021-02-08 08:23:42'),(86831,31854,'action complete via WP Cron','2021-02-08 16:23:42','2021-02-08 08:23:42'),(86832,31855,'action created','2021-02-08 16:23:42','2021-02-08 08:23:42'),(86833,31855,'action started via WP Cron','2021-02-08 16:24:46','2021-02-08 08:24:46'),(86834,31855,'action complete via WP Cron','2021-02-08 16:24:46','2021-02-08 08:24:46'),(86835,31856,'action created','2021-02-08 16:24:46','2021-02-08 08:24:46'),(86836,31856,'action started via WP Cron','2021-02-08 16:25:47','2021-02-08 08:25:47'),(86837,31856,'action complete via WP Cron','2021-02-08 16:25:47','2021-02-08 08:25:47'),(86838,31857,'action created','2021-02-08 16:25:47','2021-02-08 08:25:47'),(86839,31857,'action started via WP Cron','2021-02-08 16:26:56','2021-02-08 08:26:56'),(86840,31857,'action complete via WP Cron','2021-02-08 16:26:56','2021-02-08 08:26:56'),(86841,31858,'action created','2021-02-08 16:26:56','2021-02-08 08:26:56'),(86842,31858,'action started via WP Cron','2021-02-08 16:27:56','2021-02-08 08:27:56'),(86843,31858,'action complete via WP Cron','2021-02-08 16:27:56','2021-02-08 08:27:56'),(86844,31859,'action created','2021-02-08 16:27:56','2021-02-08 08:27:56'),(86845,31859,'action started via WP Cron','2021-02-08 16:28:55','2021-02-08 08:28:55'),(86846,31859,'action complete via WP Cron','2021-02-08 16:28:55','2021-02-08 08:28:55'),(86847,31860,'action created','2021-02-08 16:28:55','2021-02-08 08:28:55'),(86848,31860,'action started via WP Cron','2021-02-08 16:29:47','2021-02-08 08:29:47'),(86849,31860,'action complete via WP Cron','2021-02-08 16:29:47','2021-02-08 08:29:47'),(86850,31861,'action created','2021-02-08 16:29:47','2021-02-08 08:29:47'),(86851,31861,'action started via WP Cron','2021-02-08 16:31:04','2021-02-08 08:31:04'),(86852,31861,'action complete via WP Cron','2021-02-08 16:31:04','2021-02-08 08:31:04'),(86853,31862,'action created','2021-02-08 16:31:04','2021-02-08 08:31:04'),(86854,31862,'action started via WP Cron','2021-02-08 16:31:45','2021-02-08 08:31:45'),(86855,31862,'action complete via WP Cron','2021-02-08 16:31:45','2021-02-08 08:31:45'),(86856,31863,'action created','2021-02-08 16:31:45','2021-02-08 08:31:45'),(86857,31863,'action started via WP Cron','2021-02-08 16:32:54','2021-02-08 08:32:54'),(86858,31863,'action complete via WP Cron','2021-02-08 16:32:54','2021-02-08 08:32:54'),(86859,31864,'action created','2021-02-08 16:32:54','2021-02-08 08:32:54'),(86860,31864,'action started via WP Cron','2021-02-08 16:36:43','2021-02-08 08:36:43'),(86861,31864,'action complete via WP Cron','2021-02-08 16:36:43','2021-02-08 08:36:43'),(86862,31865,'action created','2021-02-08 16:36:43','2021-02-08 08:36:43'),(86863,31865,'action started via WP Cron','2021-02-08 16:38:02','2021-02-08 08:38:02'),(86864,31865,'action complete via WP Cron','2021-02-08 16:38:02','2021-02-08 08:38:02'),(86865,31866,'action created','2021-02-08 16:38:02','2021-02-08 08:38:02'),(86866,31866,'action started via WP Cron','2021-02-08 16:39:03','2021-02-08 08:39:03'),(86867,31866,'action complete via WP Cron','2021-02-08 16:39:03','2021-02-08 08:39:03'),(86868,31867,'action created','2021-02-08 16:39:03','2021-02-08 08:39:03'),(86869,31867,'action started via WP Cron','2021-02-08 16:40:12','2021-02-08 08:40:12'),(86870,31867,'action complete via WP Cron','2021-02-08 16:40:12','2021-02-08 08:40:12'),(86871,31868,'action created','2021-02-08 16:40:12','2021-02-08 08:40:12'),(86872,31868,'action started via WP Cron','2021-02-08 16:41:14','2021-02-08 08:41:14'),(86873,31868,'action complete via WP Cron','2021-02-08 16:41:14','2021-02-08 08:41:14'),(86874,31869,'action created','2021-02-08 16:41:14','2021-02-08 08:41:14'),(86875,31869,'action started via WP Cron','2021-02-08 16:41:48','2021-02-08 08:41:48'),(86876,31869,'action complete via WP Cron','2021-02-08 16:41:48','2021-02-08 08:41:48'),(86877,31870,'action created','2021-02-08 16:41:48','2021-02-08 08:41:48'),(86878,31870,'action started via WP Cron','2021-02-08 16:42:50','2021-02-08 08:42:50'),(86879,31870,'action complete via WP Cron','2021-02-08 16:42:50','2021-02-08 08:42:50'),(86880,31871,'action created','2021-02-08 16:42:50','2021-02-08 08:42:50'),(86881,31871,'action started via WP Cron','2021-02-08 16:43:48','2021-02-08 08:43:48'),(86882,31871,'action complete via WP Cron','2021-02-08 16:43:48','2021-02-08 08:43:48'),(86883,31872,'action created','2021-02-08 16:43:48','2021-02-08 08:43:48'),(86884,31872,'action started via WP Cron','2021-02-08 16:44:49','2021-02-08 08:44:49'),(86885,31872,'action complete via WP Cron','2021-02-08 16:44:49','2021-02-08 08:44:49'),(86886,31873,'action created','2021-02-08 16:44:50','2021-02-08 08:44:50'),(86887,31873,'action started via WP Cron','2021-02-08 16:45:49','2021-02-08 08:45:49'),(86888,31873,'action complete via WP Cron','2021-02-08 16:45:49','2021-02-08 08:45:49'),(86889,31874,'action created','2021-02-08 16:45:49','2021-02-08 08:45:49'),(86890,31874,'action started via WP Cron','2021-02-08 16:46:56','2021-02-08 08:46:56'),(86891,31874,'action complete via WP Cron','2021-02-08 16:46:56','2021-02-08 08:46:56'),(86892,31875,'action created','2021-02-08 16:46:56','2021-02-08 08:46:56'),(86893,31875,'action started via WP Cron','2021-02-08 16:47:47','2021-02-08 08:47:47'),(86894,31875,'action complete via WP Cron','2021-02-08 16:47:47','2021-02-08 08:47:47'),(86895,31876,'action created','2021-02-08 16:47:47','2021-02-08 08:47:47'),(86896,31876,'action started via WP Cron','2021-02-08 16:49:20','2021-02-08 08:49:20'),(86897,31876,'action complete via WP Cron','2021-02-08 16:49:20','2021-02-08 08:49:20'),(86898,31877,'action created','2021-02-08 16:49:20','2021-02-08 08:49:20'),(86899,31877,'action started via WP Cron','2021-02-08 16:50:08','2021-02-08 08:50:08'),(86900,31877,'action complete via WP Cron','2021-02-08 16:50:08','2021-02-08 08:50:08'),(86901,31878,'action created','2021-02-08 16:50:08','2021-02-08 08:50:08'),(86902,31878,'action started via WP Cron','2021-02-08 16:50:43','2021-02-08 08:50:43'),(86903,31878,'action complete via WP Cron','2021-02-08 16:50:43','2021-02-08 08:50:43'),(86904,31879,'action created','2021-02-08 16:50:44','2021-02-08 08:50:44'),(86905,31879,'action started via WP Cron','2021-02-08 16:51:40','2021-02-08 08:51:40'),(86906,31879,'action complete via WP Cron','2021-02-08 16:51:40','2021-02-08 08:51:40'),(86907,31880,'action created','2021-02-08 16:51:41','2021-02-08 08:51:41'),(86908,31880,'action started via WP Cron','2021-02-08 16:52:45','2021-02-08 08:52:45'),(86909,31880,'action complete via WP Cron','2021-02-08 16:52:45','2021-02-08 08:52:45'),(86910,31881,'action created','2021-02-08 16:52:45','2021-02-08 08:52:45'),(86911,31881,'action started via WP Cron','2021-02-08 16:53:53','2021-02-08 08:53:53'),(86912,31881,'action complete via WP Cron','2021-02-08 16:53:53','2021-02-08 08:53:53'),(86913,31882,'action created','2021-02-08 16:53:53','2021-02-08 08:53:53'),(86914,31882,'action started via WP Cron','2021-02-08 16:54:41','2021-02-08 08:54:41'),(86915,31882,'action complete via WP Cron','2021-02-08 16:54:41','2021-02-08 08:54:41'),(86916,31883,'action created','2021-02-08 16:54:41','2021-02-08 08:54:41'),(86917,31883,'action started via WP Cron','2021-02-08 16:56:04','2021-02-08 08:56:04'),(86918,31883,'action complete via WP Cron','2021-02-08 16:56:04','2021-02-08 08:56:04'),(86919,31884,'action created','2021-02-08 16:56:04','2021-02-08 08:56:04'),(86920,31884,'action started via WP Cron','2021-02-08 16:57:08','2021-02-08 08:57:08'),(86921,31884,'action complete via WP Cron','2021-02-08 16:57:08','2021-02-08 08:57:08'),(86922,31885,'action created','2021-02-08 16:57:08','2021-02-08 08:57:08'),(86923,31885,'action started via WP Cron','2021-02-08 16:57:40','2021-02-08 08:57:40'),(86924,31885,'action complete via WP Cron','2021-02-08 16:57:40','2021-02-08 08:57:40'),(86925,31886,'action created','2021-02-08 16:57:41','2021-02-08 08:57:41'),(86926,31886,'action started via WP Cron','2021-02-08 16:58:52','2021-02-08 08:58:52'),(86927,31886,'action complete via WP Cron','2021-02-08 16:58:52','2021-02-08 08:58:52'),(86928,31887,'action created','2021-02-08 16:58:52','2021-02-08 08:58:52'),(86929,31887,'action started via WP Cron','2021-02-08 16:59:57','2021-02-08 08:59:57'),(86930,31887,'action complete via WP Cron','2021-02-08 16:59:57','2021-02-08 08:59:57'),(86931,31888,'action created','2021-02-08 16:59:57','2021-02-08 08:59:57'),(86932,31888,'action started via WP Cron','2021-02-08 17:00:42','2021-02-08 09:00:42'),(86933,31888,'action complete via WP Cron','2021-02-08 17:00:42','2021-02-08 09:00:42'),(86934,31889,'action created','2021-02-08 17:00:42','2021-02-08 09:00:42'),(86935,31889,'action started via WP Cron','2021-02-08 17:01:59','2021-02-08 09:01:59'),(86936,31889,'action complete via WP Cron','2021-02-08 17:01:59','2021-02-08 09:01:59'),(86937,31890,'action created','2021-02-08 17:01:59','2021-02-08 09:01:59'),(86938,31890,'action started via WP Cron','2021-02-08 17:02:41','2021-02-08 09:02:41'),(86939,31890,'action complete via WP Cron','2021-02-08 17:02:41','2021-02-08 09:02:41'),(86940,31891,'action created','2021-02-08 17:02:42','2021-02-08 09:02:42'),(86941,31891,'action started via WP Cron','2021-02-08 17:03:48','2021-02-08 09:03:48'),(86942,31891,'action complete via WP Cron','2021-02-08 17:03:48','2021-02-08 09:03:48'),(86943,31892,'action created','2021-02-08 17:03:48','2021-02-08 09:03:48'),(86944,31892,'action started via WP Cron','2021-02-08 17:04:49','2021-02-08 09:04:49'),(86945,31892,'action complete via WP Cron','2021-02-08 17:04:49','2021-02-08 09:04:49'),(86946,31893,'action created','2021-02-08 17:04:49','2021-02-08 09:04:49'),(86947,31893,'action started via WP Cron','2021-02-08 17:06:14','2021-02-08 09:06:14'),(86948,31893,'action complete via WP Cron','2021-02-08 17:06:14','2021-02-08 09:06:14'),(86949,31894,'action created','2021-02-08 17:06:15','2021-02-08 09:06:15'),(86950,31894,'action started via WP Cron','2021-02-08 17:06:46','2021-02-08 09:06:46'),(86951,31894,'action complete via WP Cron','2021-02-08 17:06:46','2021-02-08 09:06:46'),(86952,31895,'action created','2021-02-08 17:06:46','2021-02-08 09:06:46'),(86953,31895,'action started via WP Cron','2021-02-08 17:07:52','2021-02-08 09:07:52'),(86954,31895,'action complete via WP Cron','2021-02-08 17:07:52','2021-02-08 09:07:52'),(86955,31896,'action created','2021-02-08 17:07:52','2021-02-08 09:07:52'),(86956,31896,'action started via WP Cron','2021-02-08 17:08:46','2021-02-08 09:08:46'),(86957,31896,'action complete via WP Cron','2021-02-08 17:08:46','2021-02-08 09:08:46'),(86958,31897,'action created','2021-02-08 17:08:46','2021-02-08 09:08:46'),(86959,31897,'action started via WP Cron','2021-02-08 17:09:56','2021-02-08 09:09:56'),(86960,31897,'action complete via WP Cron','2021-02-08 17:09:56','2021-02-08 09:09:56'),(86961,31898,'action created','2021-02-08 17:09:56','2021-02-08 09:09:56'),(86962,31898,'action started via WP Cron','2021-02-08 17:10:59','2021-02-08 09:10:59'),(86963,31898,'action complete via WP Cron','2021-02-08 17:10:59','2021-02-08 09:10:59'),(86964,31899,'action created','2021-02-08 17:10:59','2021-02-08 09:10:59'),(86965,31899,'action started via WP Cron','2021-02-08 17:11:42','2021-02-08 09:11:42'),(86966,31899,'action complete via WP Cron','2021-02-08 17:11:42','2021-02-08 09:11:42'),(86967,31900,'action created','2021-02-08 17:11:42','2021-02-08 09:11:42'),(86968,31900,'action started via WP Cron','2021-02-08 17:12:44','2021-02-08 09:12:44'),(86969,31900,'action complete via WP Cron','2021-02-08 17:12:44','2021-02-08 09:12:44'),(86970,31901,'action created','2021-02-08 17:12:44','2021-02-08 09:12:44'),(86971,31901,'action started via WP Cron','2021-02-08 17:14:05','2021-02-08 09:14:05'),(86972,31901,'action complete via WP Cron','2021-02-08 17:14:05','2021-02-08 09:14:05'),(86973,31902,'action created','2021-02-08 17:14:05','2021-02-08 09:14:05'),(86974,31902,'action started via WP Cron','2021-02-08 17:15:08','2021-02-08 09:15:08'),(86975,31902,'action complete via WP Cron','2021-02-08 17:15:08','2021-02-08 09:15:08'),(86976,31903,'action created','2021-02-08 17:15:08','2021-02-08 09:15:08'),(86977,31903,'action started via WP Cron','2021-02-08 17:16:06','2021-02-08 09:16:06'),(86978,31903,'action complete via WP Cron','2021-02-08 17:16:06','2021-02-08 09:16:06'),(86979,31904,'action created','2021-02-08 17:16:06','2021-02-08 09:16:06'),(86980,31904,'action started via WP Cron','2021-02-08 17:17:20','2021-02-08 09:17:20'),(86981,31904,'action complete via WP Cron','2021-02-08 17:17:20','2021-02-08 09:17:20'),(86982,31905,'action created','2021-02-08 17:17:20','2021-02-08 09:17:20'),(86983,31905,'action started via WP Cron','2021-02-08 17:18:00','2021-02-08 09:18:00'),(86984,31905,'action complete via WP Cron','2021-02-08 17:18:00','2021-02-08 09:18:00'),(86985,31906,'action created','2021-02-08 17:18:00','2021-02-08 09:18:00'),(86986,31906,'action started via WP Cron','2021-02-08 17:19:10','2021-02-08 09:19:10'),(86987,31906,'action complete via WP Cron','2021-02-08 17:19:10','2021-02-08 09:19:10'),(86988,31907,'action created','2021-02-08 17:19:10','2021-02-08 09:19:10'),(86989,31907,'action started via WP Cron','2021-02-08 17:19:51','2021-02-08 09:19:51'),(86990,31907,'action complete via WP Cron','2021-02-08 17:19:51','2021-02-08 09:19:51'),(86991,31908,'action created','2021-02-08 17:19:51','2021-02-08 09:19:51'),(86992,31908,'action started via WP Cron','2021-02-08 17:20:55','2021-02-08 09:20:55'),(86993,31908,'action complete via WP Cron','2021-02-08 17:20:55','2021-02-08 09:20:55'),(86994,31909,'action created','2021-02-08 17:20:55','2021-02-08 09:20:55'),(86995,31909,'action started via WP Cron','2021-02-08 17:24:44','2021-02-08 09:24:44'),(86996,31909,'action complete via WP Cron','2021-02-08 17:24:44','2021-02-08 09:24:44'),(86997,31910,'action created','2021-02-08 17:24:44','2021-02-08 09:24:44'),(86998,31910,'action started via WP Cron','2021-02-08 17:26:37','2021-02-08 09:26:37'),(86999,31910,'action complete via WP Cron','2021-02-08 17:26:37','2021-02-08 09:26:37'),(87000,31911,'action created','2021-02-08 17:26:37','2021-02-08 09:26:37'),(87001,31911,'action started via WP Cron','2021-02-08 17:27:38','2021-02-08 09:27:38'),(87002,31911,'action complete via WP Cron','2021-02-08 17:27:38','2021-02-08 09:27:38'),(87003,31912,'action created','2021-02-08 17:27:38','2021-02-08 09:27:38'),(87004,31912,'action started via WP Cron','2021-02-08 17:28:39','2021-02-08 09:28:39'),(87005,31912,'action complete via WP Cron','2021-02-08 17:28:40','2021-02-08 09:28:40'),(87006,31913,'action created','2021-02-08 17:28:40','2021-02-08 09:28:40'),(87007,31913,'action started via WP Cron','2021-02-08 17:29:22','2021-02-08 09:29:22'),(87008,31913,'action complete via WP Cron','2021-02-08 17:29:22','2021-02-08 09:29:22'),(87009,31914,'action created','2021-02-08 17:29:22','2021-02-08 09:29:22'),(87010,31914,'action started via WP Cron','2021-02-08 17:29:42','2021-02-08 09:29:42'),(87011,31914,'action complete via WP Cron','2021-02-08 17:29:42','2021-02-08 09:29:42'),(87012,31915,'action created','2021-02-08 17:29:42','2021-02-08 09:29:42'),(87013,31915,'action started via WP Cron','2021-02-08 17:33:51','2021-02-08 09:33:51'),(87014,31915,'action complete via WP Cron','2021-02-08 17:33:51','2021-02-08 09:33:51'),(87015,31916,'action created','2021-02-08 17:33:51','2021-02-08 09:33:51'),(87016,31916,'action started via WP Cron','2021-02-08 17:34:51','2021-02-08 09:34:51'),(87017,31916,'action complete via WP Cron','2021-02-08 17:34:51','2021-02-08 09:34:51'),(87018,31917,'action created','2021-02-08 17:34:51','2021-02-08 09:34:51'),(87019,31917,'action started via WP Cron','2021-02-08 17:38:18','2021-02-08 09:38:18'),(87020,31917,'action complete via WP Cron','2021-02-08 17:38:18','2021-02-08 09:38:18'),(87021,31918,'action created','2021-02-08 17:38:18','2021-02-08 09:38:18'),(87022,31918,'action started via WP Cron','2021-02-08 17:46:35','2021-02-08 09:46:35'),(87023,31918,'action complete via WP Cron','2021-02-08 17:46:35','2021-02-08 09:46:35'),(87024,31919,'action created','2021-02-08 17:46:35','2021-02-08 09:46:35'),(87025,31919,'action started via WP Cron','2021-02-08 17:54:44','2021-02-08 09:54:44'),(87026,31919,'action complete via WP Cron','2021-02-08 17:54:44','2021-02-08 09:54:44'),(87027,31920,'action created','2021-02-08 17:54:44','2021-02-08 09:54:44'),(87028,31920,'action started via WP Cron','2021-02-08 17:56:15','2021-02-08 09:56:15'),(87029,31920,'action complete via WP Cron','2021-02-08 17:56:15','2021-02-08 09:56:15'),(87030,31921,'action created','2021-02-08 17:56:17','2021-02-08 09:56:17'),(87031,31921,'action started via WP Cron','2021-02-08 17:57:23','2021-02-08 09:57:23'),(87032,31921,'action complete via WP Cron','2021-02-08 17:57:23','2021-02-08 09:57:23'),(87033,31922,'action created','2021-02-08 17:57:23','2021-02-08 09:57:23'),(87034,31922,'action started via WP Cron','2021-02-08 17:59:25','2021-02-08 09:59:25'),(87035,31922,'action complete via WP Cron','2021-02-08 17:59:25','2021-02-08 09:59:25'),(87036,31923,'action created','2021-02-08 17:59:25','2021-02-08 09:59:25'),(87037,31923,'action started via WP Cron','2021-02-08 18:00:27','2021-02-08 10:00:27'),(87038,31923,'action complete via WP Cron','2021-02-08 18:00:27','2021-02-08 10:00:27'),(87039,31924,'action created','2021-02-08 18:00:27','2021-02-08 10:00:27'),(87040,31924,'action started via WP Cron','2021-02-08 18:01:05','2021-02-08 10:01:05'),(87041,31924,'action complete via WP Cron','2021-02-08 18:01:05','2021-02-08 10:01:05'),(87042,31925,'action created','2021-02-08 18:01:05','2021-02-08 10:01:05'),(87043,31925,'action started via WP Cron','2021-02-08 18:01:41','2021-02-08 10:01:41'),(87044,31925,'action complete via WP Cron','2021-02-08 18:01:41','2021-02-08 10:01:41'),(87045,31926,'action created','2021-02-08 18:01:41','2021-02-08 10:01:41'),(87046,31926,'action started via WP Cron','2021-02-08 18:03:12','2021-02-08 10:03:12'),(87047,31926,'action complete via WP Cron','2021-02-08 18:03:12','2021-02-08 10:03:12'),(87048,31927,'action created','2021-02-08 18:03:12','2021-02-08 10:03:12'),(87049,31927,'action started via WP Cron','2021-02-08 18:03:55','2021-02-08 10:03:55'),(87050,31927,'action complete via WP Cron','2021-02-08 18:03:55','2021-02-08 10:03:55'),(87051,31928,'action created','2021-02-08 18:03:55','2021-02-08 10:03:55'),(87052,31928,'action started via WP Cron','2021-02-08 18:04:56','2021-02-08 10:04:56'),(87053,31928,'action complete via WP Cron','2021-02-08 18:04:56','2021-02-08 10:04:56'),(87054,31929,'action created','2021-02-08 18:04:56','2021-02-08 10:04:56'),(87055,31929,'action started via WP Cron','2021-02-08 18:06:05','2021-02-08 10:06:05'),(87056,31929,'action complete via WP Cron','2021-02-08 18:06:05','2021-02-08 10:06:05'),(87057,31930,'action created','2021-02-08 18:06:05','2021-02-08 10:06:05'),(87058,31930,'action started via WP Cron','2021-02-08 18:07:14','2021-02-08 10:07:14'),(87059,31930,'action complete via WP Cron','2021-02-08 18:07:14','2021-02-08 10:07:14'),(87060,31931,'action created','2021-02-08 18:07:36','2021-02-08 10:07:36'),(87061,31931,'action started via WP Cron','2021-02-08 18:07:46','2021-02-08 10:07:46'),(87062,31931,'action complete via WP Cron','2021-02-08 18:07:46','2021-02-08 10:07:46'),(87063,31932,'action created','2021-02-08 18:07:46','2021-02-08 10:07:46'),(87064,31932,'action started via WP Cron','2021-02-08 18:08:47','2021-02-08 10:08:47'),(87065,31932,'action complete via WP Cron','2021-02-08 18:08:47','2021-02-08 10:08:47'),(87066,31933,'action created','2021-02-08 18:08:47','2021-02-08 10:08:47'),(87067,31933,'action started via WP Cron','2021-02-08 18:09:46','2021-02-08 10:09:46'),(87068,31933,'action complete via WP Cron','2021-02-08 18:09:46','2021-02-08 10:09:46'),(87069,31934,'action created','2021-02-08 18:09:46','2021-02-08 10:09:46'),(87070,31934,'action started via WP Cron','2021-02-08 18:10:45','2021-02-08 10:10:45'),(87071,31934,'action complete via WP Cron','2021-02-08 18:10:45','2021-02-08 10:10:45'),(87072,31935,'action created','2021-02-08 18:10:45','2021-02-08 10:10:45'),(87073,31935,'action started via WP Cron','2021-02-08 18:11:43','2021-02-08 10:11:43'),(87074,31935,'action complete via WP Cron','2021-02-08 18:11:43','2021-02-08 10:11:43'),(87075,31936,'action created','2021-02-08 18:11:43','2021-02-08 10:11:43'),(87076,31936,'action started via WP Cron','2021-02-08 18:12:42','2021-02-08 10:12:42'),(87077,31936,'action complete via WP Cron','2021-02-08 18:12:42','2021-02-08 10:12:42'),(87078,31937,'action created','2021-02-08 18:12:42','2021-02-08 10:12:42'),(87079,31937,'action started via WP Cron','2021-02-08 18:13:49','2021-02-08 10:13:49'),(87080,31937,'action complete via WP Cron','2021-02-08 18:13:49','2021-02-08 10:13:49'),(87081,31938,'action created','2021-02-08 18:13:50','2021-02-08 10:13:50'),(87082,31938,'action started via WP Cron','2021-02-08 18:14:47','2021-02-08 10:14:47'),(87083,31938,'action complete via WP Cron','2021-02-08 18:14:47','2021-02-08 10:14:47'),(87084,31939,'action created','2021-02-08 18:14:54','2021-02-08 10:14:54'),(87085,31939,'action started via WP Cron','2021-02-08 18:15:46','2021-02-08 10:15:46'),(87086,31939,'action complete via WP Cron','2021-02-08 18:15:46','2021-02-08 10:15:46'),(87087,31940,'action created','2021-02-08 18:15:46','2021-02-08 10:15:46'),(87088,31940,'action started via WP Cron','2021-02-08 18:16:50','2021-02-08 10:16:50'),(87089,31940,'action complete via WP Cron','2021-02-08 18:16:50','2021-02-08 10:16:50'),(87090,31941,'action created','2021-02-08 18:16:51','2021-02-08 10:16:51'),(87091,31941,'action started via WP Cron','2021-02-08 18:18:09','2021-02-08 10:18:09'),(87092,31941,'action complete via WP Cron','2021-02-08 18:18:10','2021-02-08 10:18:10'),(87093,31942,'action created','2021-02-08 18:18:10','2021-02-08 10:18:10'),(87094,31942,'action started via WP Cron','2021-02-08 18:18:41','2021-02-08 10:18:41'),(87095,31942,'action complete via WP Cron','2021-02-08 18:18:41','2021-02-08 10:18:41'),(87096,31943,'action created','2021-02-08 18:18:41','2021-02-08 10:18:41'),(87097,31943,'action started via WP Cron','2021-02-08 18:19:56','2021-02-08 10:19:56'),(87098,31943,'action complete via WP Cron','2021-02-08 18:19:56','2021-02-08 10:19:56'),(87099,31944,'action created','2021-02-08 18:19:56','2021-02-08 10:19:56'),(87100,31944,'action started via WP Cron','2021-02-08 18:21:08','2021-02-08 10:21:08'),(87101,31944,'action complete via WP Cron','2021-02-08 18:21:09','2021-02-08 10:21:09'),(87102,31945,'action created','2021-02-08 18:21:09','2021-02-08 10:21:09'),(87103,31945,'action started via WP Cron','2021-02-08 18:22:22','2021-02-08 10:22:22'),(87104,31945,'action complete via WP Cron','2021-02-08 18:22:22','2021-02-08 10:22:22'),(87105,31946,'action created','2021-02-08 18:22:22','2021-02-08 10:22:22'),(87106,31946,'action started via WP Cron','2021-02-08 18:23:09','2021-02-08 10:23:09'),(87107,31946,'action complete via WP Cron','2021-02-08 18:23:09','2021-02-08 10:23:09'),(87108,31947,'action created','2021-02-08 18:23:09','2021-02-08 10:23:09'),(87109,31947,'action started via WP Cron','2021-02-08 18:23:41','2021-02-08 10:23:41'),(87110,31947,'action complete via WP Cron','2021-02-08 18:23:41','2021-02-08 10:23:41'),(87111,31948,'action created','2021-02-08 18:23:41','2021-02-08 10:23:41'),(87112,31948,'action started via WP Cron','2021-02-08 18:24:53','2021-02-08 10:24:53'),(87113,31948,'action complete via WP Cron','2021-02-08 18:24:53','2021-02-08 10:24:53'),(87114,31949,'action created','2021-02-08 18:24:53','2021-02-08 10:24:53'),(87115,31949,'action started via WP Cron','2021-02-08 18:26:11','2021-02-08 10:26:11'),(87116,31949,'action complete via WP Cron','2021-02-08 18:26:11','2021-02-08 10:26:11'),(87117,31950,'action created','2021-02-08 18:26:11','2021-02-08 10:26:11'),(87118,31950,'action started via WP Cron','2021-02-08 18:26:43','2021-02-08 10:26:43'),(87119,31950,'action complete via WP Cron','2021-02-08 18:26:43','2021-02-08 10:26:43'),(87120,31951,'action created','2021-02-08 18:26:43','2021-02-08 10:26:43'),(87121,31951,'action started via WP Cron','2021-02-08 18:27:47','2021-02-08 10:27:47'),(87122,31951,'action complete via WP Cron','2021-02-08 18:27:47','2021-02-08 10:27:47'),(87123,31952,'action created','2021-02-08 18:27:47','2021-02-08 10:27:47'),(87124,31952,'action started via WP Cron','2021-02-08 18:28:53','2021-02-08 10:28:53'),(87125,31952,'action complete via WP Cron','2021-02-08 18:28:53','2021-02-08 10:28:53'),(87126,31953,'action created','2021-02-08 18:28:53','2021-02-08 10:28:53'),(87127,31953,'action started via WP Cron','2021-02-08 18:29:57','2021-02-08 10:29:57'),(87128,31953,'action complete via WP Cron','2021-02-08 18:29:57','2021-02-08 10:29:57'),(87129,31954,'action created','2021-02-08 18:29:58','2021-02-08 10:29:58'),(87130,31954,'action started via WP Cron','2021-02-08 18:30:53','2021-02-08 10:30:53'),(87131,31954,'action complete via WP Cron','2021-02-08 18:30:53','2021-02-08 10:30:53'),(87132,31955,'action created','2021-02-08 18:30:53','2021-02-08 10:30:53'),(87133,31955,'action started via WP Cron','2021-02-08 18:31:42','2021-02-08 10:31:42'),(87134,31955,'action complete via WP Cron','2021-02-08 18:31:42','2021-02-08 10:31:42'),(87135,31956,'action created','2021-02-08 18:31:42','2021-02-08 10:31:42'),(87136,31956,'action started via WP Cron','2021-02-08 18:33:05','2021-02-08 10:33:05'),(87137,31956,'action complete via WP Cron','2021-02-08 18:33:05','2021-02-08 10:33:05'),(87138,31957,'action created','2021-02-08 18:33:05','2021-02-08 10:33:05'),(87139,31957,'action started via WP Cron','2021-02-08 18:33:44','2021-02-08 10:33:44'),(87140,31957,'action complete via WP Cron','2021-02-08 18:33:44','2021-02-08 10:33:44'),(87141,31958,'action created','2021-02-08 18:33:44','2021-02-08 10:33:44'),(87142,31958,'action started via WP Cron','2021-02-08 18:34:44','2021-02-08 10:34:44'),(87143,31958,'action complete via WP Cron','2021-02-08 18:34:44','2021-02-08 10:34:44'),(87144,31959,'action created','2021-02-08 18:34:44','2021-02-08 10:34:44'),(87145,31959,'action started via WP Cron','2021-02-08 18:36:08','2021-02-08 10:36:08'),(87146,31959,'action complete via WP Cron','2021-02-08 18:36:08','2021-02-08 10:36:08'),(87147,31960,'action created','2021-02-08 18:36:08','2021-02-08 10:36:08'),(87148,31960,'action started via WP Cron','2021-02-08 18:36:52','2021-02-08 10:36:52'),(87149,31960,'action complete via WP Cron','2021-02-08 18:36:52','2021-02-08 10:36:52'),(87150,31961,'action created','2021-02-08 18:36:52','2021-02-08 10:36:52'),(87151,31961,'action started via WP Cron','2021-02-08 18:38:08','2021-02-08 10:38:08'),(87152,31961,'action complete via WP Cron','2021-02-08 18:38:08','2021-02-08 10:38:08'),(87153,31962,'action created','2021-02-08 18:38:08','2021-02-08 10:38:08'),(87154,31962,'action started via WP Cron','2021-02-08 18:38:42','2021-02-08 10:38:42'),(87155,31962,'action complete via WP Cron','2021-02-08 18:38:42','2021-02-08 10:38:42'),(87156,31963,'action created','2021-02-08 18:38:43','2021-02-08 10:38:43'),(87157,31963,'action started via WP Cron','2021-02-08 18:39:49','2021-02-08 10:39:49'),(87158,31963,'action complete via WP Cron','2021-02-08 18:39:49','2021-02-08 10:39:49'),(87159,31964,'action created','2021-02-08 18:39:49','2021-02-08 10:39:49'),(87160,31964,'action started via WP Cron','2021-02-08 18:40:51','2021-02-08 10:40:51'),(87161,31964,'action complete via WP Cron','2021-02-08 18:40:51','2021-02-08 10:40:51'),(87162,31965,'action created','2021-02-08 18:40:51','2021-02-08 10:40:51'),(87163,31965,'action started via WP Cron','2021-02-08 18:41:52','2021-02-08 10:41:52'),(87164,31965,'action complete via WP Cron','2021-02-08 18:41:52','2021-02-08 10:41:52'),(87165,31966,'action created','2021-02-08 18:41:52','2021-02-08 10:41:52'),(87166,31966,'action started via WP Cron','2021-02-08 18:43:07','2021-02-08 10:43:07'),(87167,31966,'action complete via WP Cron','2021-02-08 18:43:07','2021-02-08 10:43:07'),(87168,31967,'action created','2021-02-08 18:43:07','2021-02-08 10:43:07'),(87169,31967,'action started via WP Cron','2021-02-08 18:49:46','2021-02-08 10:49:46'),(87170,31967,'action complete via WP Cron','2021-02-08 18:49:46','2021-02-08 10:49:46'),(87171,31968,'action created','2021-02-08 18:49:46','2021-02-08 10:49:46'),(87172,31968,'action started via WP Cron','2021-02-08 18:51:02','2021-02-08 10:51:02'),(87173,31968,'action complete via WP Cron','2021-02-08 18:51:02','2021-02-08 10:51:02'),(87174,31969,'action created','2021-02-08 18:51:02','2021-02-08 10:51:02'),(87175,31969,'action started via WP Cron','2021-02-08 18:52:14','2021-02-08 10:52:14'),(87176,31969,'action complete via WP Cron','2021-02-08 18:52:14','2021-02-08 10:52:14'),(87177,31970,'action created','2021-02-08 18:52:14','2021-02-08 10:52:14'),(87178,31970,'action started via WP Cron','2021-02-08 18:52:43','2021-02-08 10:52:43'),(87179,31970,'action complete via WP Cron','2021-02-08 18:52:43','2021-02-08 10:52:43'),(87180,31971,'action created','2021-02-08 18:52:43','2021-02-08 10:52:43'),(87181,31971,'action started via WP Cron','2021-02-08 18:53:49','2021-02-08 10:53:49'),(87182,31971,'action complete via WP Cron','2021-02-08 18:53:49','2021-02-08 10:53:49'),(87183,31972,'action created','2021-02-08 18:53:49','2021-02-08 10:53:49'),(87184,31972,'action started via WP Cron','2021-02-08 18:54:51','2021-02-08 10:54:51'),(87185,31972,'action complete via WP Cron','2021-02-08 18:54:51','2021-02-08 10:54:51'),(87186,31973,'action created','2021-02-08 18:54:51','2021-02-08 10:54:51'),(87187,31973,'action started via WP Cron','2021-02-08 18:56:12','2021-02-08 10:56:12'),(87188,31973,'action complete via WP Cron','2021-02-08 18:56:12','2021-02-08 10:56:12'),(87189,31974,'action created','2021-02-08 18:56:12','2021-02-08 10:56:12'),(87190,31974,'action started via WP Cron','2021-02-08 18:56:56','2021-02-08 10:56:56'),(87191,31974,'action complete via WP Cron','2021-02-08 18:56:56','2021-02-08 10:56:56'),(87192,31975,'action created','2021-02-08 18:56:56','2021-02-08 10:56:56'),(87193,31975,'action started via WP Cron','2021-02-08 18:58:06','2021-02-08 10:58:06'),(87194,31975,'action complete via WP Cron','2021-02-08 18:58:06','2021-02-08 10:58:06'),(87195,31976,'action created','2021-02-08 18:58:06','2021-02-08 10:58:06'),(87196,31976,'action started via WP Cron','2021-02-08 18:58:47','2021-02-08 10:58:47'),(87197,31976,'action complete via WP Cron','2021-02-08 18:58:47','2021-02-08 10:58:47'),(87198,31977,'action created','2021-02-08 18:58:47','2021-02-08 10:58:47'),(87199,31977,'action started via WP Cron','2021-02-08 18:59:45','2021-02-08 10:59:45'),(87200,31977,'action complete via WP Cron','2021-02-08 18:59:45','2021-02-08 10:59:45'),(87201,31978,'action created','2021-02-08 18:59:45','2021-02-08 10:59:45'),(87202,31978,'action started via WP Cron','2021-02-08 19:00:47','2021-02-08 11:00:47'),(87203,31978,'action complete via WP Cron','2021-02-08 19:00:47','2021-02-08 11:00:47'),(87204,31979,'action created','2021-02-08 19:00:47','2021-02-08 11:00:47'),(87205,31979,'action started via WP Cron','2021-02-08 19:02:08','2021-02-08 11:02:08'),(87206,31979,'action complete via WP Cron','2021-02-08 19:02:08','2021-02-08 11:02:08'),(87207,31980,'action created','2021-02-08 19:02:08','2021-02-08 11:02:08'),(87208,31980,'action started via WP Cron','2021-02-08 19:03:12','2021-02-08 11:03:12'),(87209,31980,'action complete via WP Cron','2021-02-08 19:03:12','2021-02-08 11:03:12'),(87210,31981,'action created','2021-02-08 19:03:12','2021-02-08 11:03:12'),(87211,31981,'action started via WP Cron','2021-02-08 19:03:59','2021-02-08 11:03:59'),(87212,31981,'action complete via WP Cron','2021-02-08 19:03:59','2021-02-08 11:03:59'),(87213,31982,'action created','2021-02-08 19:03:59','2021-02-08 11:03:59'),(87214,31982,'action started via WP Cron','2021-02-08 19:04:51','2021-02-08 11:04:51'),(87215,31982,'action complete via WP Cron','2021-02-08 19:04:51','2021-02-08 11:04:51'),(87216,31983,'action created','2021-02-08 19:04:51','2021-02-08 11:04:51'),(87217,31983,'action started via WP Cron','2021-02-08 19:05:43','2021-02-08 11:05:43'),(87218,31983,'action complete via WP Cron','2021-02-08 19:05:43','2021-02-08 11:05:43'),(87219,31984,'action created','2021-02-08 19:05:43','2021-02-08 11:05:43'),(87220,31984,'action started via WP Cron','2021-02-08 19:07:03','2021-02-08 11:07:03'),(87221,31984,'action complete via WP Cron','2021-02-08 19:07:03','2021-02-08 11:07:03'),(87222,31985,'action created','2021-02-08 19:07:03','2021-02-08 11:07:03'),(87223,31985,'action started via WP Cron','2021-02-08 19:07:51','2021-02-08 11:07:51'),(87224,31985,'action complete via WP Cron','2021-02-08 19:07:51','2021-02-08 11:07:51'),(87225,31986,'action created','2021-02-08 19:07:51','2021-02-08 11:07:51'),(87226,31986,'action started via WP Cron','2021-02-08 19:08:59','2021-02-08 11:08:59'),(87227,31986,'action complete via WP Cron','2021-02-08 19:08:59','2021-02-08 11:08:59'),(87228,31987,'action created','2021-02-08 19:08:59','2021-02-08 11:08:59'),(87229,31987,'action started via WP Cron','2021-02-08 19:10:03','2021-02-08 11:10:03'),(87230,31987,'action complete via WP Cron','2021-02-08 19:10:03','2021-02-08 11:10:03'),(87231,31988,'action created','2021-02-08 19:10:38','2021-02-08 11:10:38'),(87232,31988,'action started via WP Cron','2021-02-08 19:11:00','2021-02-08 11:11:00'),(87233,31988,'action complete via WP Cron','2021-02-08 19:11:00','2021-02-08 11:11:00'),(87234,31989,'action created','2021-02-08 19:11:00','2021-02-08 11:11:00'),(87235,31989,'action started via WP Cron','2021-02-08 19:11:56','2021-02-08 11:11:56'),(87236,31989,'action complete via WP Cron','2021-02-08 19:11:56','2021-02-08 11:11:56'),(87237,31990,'action created','2021-02-08 19:11:56','2021-02-08 11:11:56'),(87238,31990,'action started via WP Cron','2021-02-08 19:13:01','2021-02-08 11:13:01'),(87239,31990,'action complete via WP Cron','2021-02-08 19:13:01','2021-02-08 11:13:01'),(87240,31991,'action created','2021-02-08 19:13:01','2021-02-08 11:13:01'),(87241,31991,'action started via WP Cron','2021-02-08 19:13:51','2021-02-08 11:13:51'),(87242,31991,'action complete via WP Cron','2021-02-08 19:13:51','2021-02-08 11:13:51'),(87243,31992,'action created','2021-02-08 19:13:51','2021-02-08 11:13:51'),(87244,31992,'action started via WP Cron','2021-02-08 19:15:05','2021-02-08 11:15:05'),(87245,31992,'action complete via WP Cron','2021-02-08 19:15:05','2021-02-08 11:15:05'),(87246,31993,'action created','2021-02-08 19:15:30','2021-02-08 11:15:30'),(87247,31993,'action started via WP Cron','2021-02-08 19:16:01','2021-02-08 11:16:01'),(87248,31993,'action complete via WP Cron','2021-02-08 19:16:01','2021-02-08 11:16:01'),(87249,31994,'action created','2021-02-08 19:16:01','2021-02-08 11:16:01'),(87250,31994,'action started via WP Cron','2021-02-08 19:16:41','2021-02-08 11:16:41'),(87251,31994,'action complete via WP Cron','2021-02-08 19:16:41','2021-02-08 11:16:41'),(87252,31995,'action created','2021-02-08 19:16:41','2021-02-08 11:16:41'),(87253,31995,'action started via WP Cron','2021-02-08 19:18:04','2021-02-08 11:18:04'),(87254,31995,'action complete via WP Cron','2021-02-08 19:18:04','2021-02-08 11:18:04'),(87255,31996,'action created','2021-02-08 19:18:04','2021-02-08 11:18:04'),(87256,31996,'action started via WP Cron','2021-02-08 19:18:58','2021-02-08 11:18:58'),(87257,31996,'action complete via WP Cron','2021-02-08 19:18:58','2021-02-08 11:18:58'),(87258,31997,'action created','2021-02-08 19:18:58','2021-02-08 11:18:58'),(87259,31997,'action started via WP Cron','2021-02-08 19:20:07','2021-02-08 11:20:07'),(87260,31997,'action complete via WP Cron','2021-02-08 19:20:07','2021-02-08 11:20:07'),(87261,31998,'action created','2021-02-08 19:20:07','2021-02-08 11:20:07'),(87262,31998,'action started via WP Cron','2021-02-08 19:20:55','2021-02-08 11:20:55'),(87263,31998,'action complete via WP Cron','2021-02-08 19:20:55','2021-02-08 11:20:55'),(87264,31999,'action created','2021-02-08 19:20:55','2021-02-08 11:20:55'),(87265,31999,'action started via WP Cron','2021-02-08 19:21:42','2021-02-08 11:21:42'),(87266,31999,'action complete via WP Cron','2021-02-08 19:21:42','2021-02-08 11:21:42'),(87267,32000,'action created','2021-02-08 19:21:42','2021-02-08 11:21:42'),(87268,32000,'action started via WP Cron','2021-02-08 19:22:46','2021-02-08 11:22:46'),(87269,32000,'action complete via WP Cron','2021-02-08 19:22:46','2021-02-08 11:22:46'),(87270,32001,'action created','2021-02-08 19:22:46','2021-02-08 11:22:46'),(87271,32001,'action started via WP Cron','2021-02-08 19:23:43','2021-02-08 11:23:43'),(87272,32001,'action complete via WP Cron','2021-02-08 19:23:43','2021-02-08 11:23:43'),(87273,32002,'action created','2021-02-08 19:23:43','2021-02-08 11:23:43'),(87274,32002,'action started via WP Cron','2021-02-08 19:24:58','2021-02-08 11:24:58'),(87275,32002,'action complete via WP Cron','2021-02-08 19:24:58','2021-02-08 11:24:58'),(87276,32003,'action created','2021-02-08 19:24:58','2021-02-08 11:24:58'),(87277,32003,'action started via WP Cron','2021-02-08 19:25:49','2021-02-08 11:25:49'),(87278,32003,'action complete via WP Cron','2021-02-08 19:25:49','2021-02-08 11:25:49'),(87279,32004,'action created','2021-02-08 19:25:49','2021-02-08 11:25:49'),(87280,32004,'action started via WP Cron','2021-02-08 19:26:45','2021-02-08 11:26:45'),(87281,32004,'action complete via WP Cron','2021-02-08 19:26:45','2021-02-08 11:26:45'),(87282,32005,'action created','2021-02-08 19:26:45','2021-02-08 11:26:45'),(87283,32005,'action started via WP Cron','2021-02-08 19:27:43','2021-02-08 11:27:43'),(87284,32005,'action complete via WP Cron','2021-02-08 19:27:43','2021-02-08 11:27:43'),(87285,32006,'action created','2021-02-08 19:27:43','2021-02-08 11:27:43'),(87286,32006,'action started via WP Cron','2021-02-08 19:28:48','2021-02-08 11:28:48'),(87287,32006,'action complete via WP Cron','2021-02-08 19:28:48','2021-02-08 11:28:48'),(87288,32007,'action created','2021-02-08 19:28:48','2021-02-08 11:28:48'),(87289,32007,'action started via WP Cron','2021-02-08 19:29:56','2021-02-08 11:29:56'),(87290,32007,'action complete via WP Cron','2021-02-08 19:29:56','2021-02-08 11:29:56'),(87291,32008,'action created','2021-02-08 19:29:57','2021-02-08 11:29:57'),(87292,32008,'action started via WP Cron','2021-02-08 19:30:42','2021-02-08 11:30:42'),(87293,32008,'action complete via WP Cron','2021-02-08 19:30:42','2021-02-08 11:30:42'),(87294,32009,'action created','2021-02-08 19:30:42','2021-02-08 11:30:42'),(87295,32009,'action started via WP Cron','2021-02-08 19:31:52','2021-02-08 11:31:52'),(87296,32009,'action complete via WP Cron','2021-02-08 19:31:52','2021-02-08 11:31:52'),(87297,32010,'action created','2021-02-08 19:31:52','2021-02-08 11:31:52'),(87298,32010,'action started via WP Cron','2021-02-08 19:32:51','2021-02-08 11:32:51'),(87299,32010,'action complete via WP Cron','2021-02-08 19:32:51','2021-02-08 11:32:51'),(87300,32011,'action created','2021-02-08 19:32:52','2021-02-08 11:32:52'),(87301,32011,'action started via WP Cron','2021-02-08 19:34:14','2021-02-08 11:34:14'),(87302,32011,'action complete via WP Cron','2021-02-08 19:34:14','2021-02-08 11:34:14'),(87303,32012,'action created','2021-02-08 19:34:14','2021-02-08 11:34:14'),(87304,32012,'action started via WP Cron','2021-02-08 19:34:43','2021-02-08 11:34:43'),(87305,32012,'action complete via WP Cron','2021-02-08 19:34:43','2021-02-08 11:34:43'),(87306,32013,'action created','2021-02-08 19:34:43','2021-02-08 11:34:43'),(87307,32013,'action started via WP Cron','2021-02-08 19:47:13','2021-02-08 11:47:13'),(87308,32013,'action complete via WP Cron','2021-02-08 19:47:13','2021-02-08 11:47:13'),(87309,32014,'action created','2021-02-08 19:47:13','2021-02-08 11:47:13'),(87310,32014,'action started via WP Cron','2021-02-08 19:49:22','2021-02-08 11:49:22'),(87311,32014,'action complete via WP Cron','2021-02-08 19:49:22','2021-02-08 11:49:22'),(87312,32015,'action created','2021-02-08 19:49:22','2021-02-08 11:49:22'),(87313,32015,'action started via WP Cron','2021-02-08 19:55:44','2021-02-08 11:55:44'),(87314,32015,'action complete via WP Cron','2021-02-08 19:55:44','2021-02-08 11:55:44'),(87315,32016,'action created','2021-02-08 19:55:44','2021-02-08 11:55:44'),(87316,32016,'action started via WP Cron','2021-02-08 19:59:21','2021-02-08 11:59:21'),(87317,32016,'action complete via WP Cron','2021-02-08 19:59:21','2021-02-08 11:59:21'),(87318,32017,'action created','2021-02-08 19:59:21','2021-02-08 11:59:21'),(87319,32017,'action started via WP Cron','2021-02-08 19:59:59','2021-02-08 11:59:59'),(87320,32017,'action complete via WP Cron','2021-02-08 19:59:59','2021-02-08 11:59:59'),(87321,32018,'action created','2021-02-08 19:59:59','2021-02-08 11:59:59'),(87322,32018,'action started via WP Cron','2021-02-08 20:08:33','2021-02-08 12:08:33'),(87323,32018,'action complete via WP Cron','2021-02-08 20:08:33','2021-02-08 12:08:33'),(87324,32019,'action created','2021-02-08 20:08:33','2021-02-08 12:08:33'),(87325,32019,'action started via WP Cron','2021-02-08 20:09:34','2021-02-08 12:09:34'),(87326,32019,'action complete via WP Cron','2021-02-08 20:09:34','2021-02-08 12:09:34'),(87327,32020,'action created','2021-02-08 20:09:49','2021-02-08 12:09:49'),(87328,32020,'action started via WP Cron','2021-02-08 20:11:30','2021-02-08 12:11:30'),(87329,32020,'action complete via WP Cron','2021-02-08 20:11:30','2021-02-08 12:11:30'),(87330,32021,'action created','2021-02-08 20:11:30','2021-02-08 12:11:30'),(87331,32021,'action started via WP Cron','2021-02-08 20:12:28','2021-02-08 12:12:28'),(87332,32021,'action complete via WP Cron','2021-02-08 20:12:28','2021-02-08 12:12:28'),(87333,32022,'action created','2021-02-08 20:12:28','2021-02-08 12:12:28'),(87334,32022,'action started via WP Cron','2021-02-08 20:13:16','2021-02-08 12:13:16'),(87335,32022,'action complete via WP Cron','2021-02-08 20:13:16','2021-02-08 12:13:16'),(87336,32023,'action created','2021-02-08 20:13:17','2021-02-08 12:13:17'),(87337,32023,'action started via WP Cron','2021-02-08 20:14:10','2021-02-08 12:14:10'),(87338,32023,'action complete via WP Cron','2021-02-08 20:14:10','2021-02-08 12:14:10'),(87339,32024,'action created','2021-02-08 20:14:11','2021-02-08 12:14:11'),(87340,32024,'action started via WP Cron','2021-02-08 20:14:48','2021-02-08 12:14:48'),(87341,32024,'action complete via WP Cron','2021-02-08 20:14:48','2021-02-08 12:14:48'),(87342,32025,'action created','2021-02-08 20:14:48','2021-02-08 12:14:48'),(87343,32025,'action started via WP Cron','2021-02-08 20:19:00','2021-02-08 12:19:00'),(87344,32025,'action complete via WP Cron','2021-02-08 20:19:00','2021-02-08 12:19:00'),(87345,32026,'action created','2021-02-08 20:19:00','2021-02-08 12:19:00'),(87346,32026,'action started via WP Cron','2021-02-08 20:21:04','2021-02-08 12:21:04'),(87347,32026,'action complete via WP Cron','2021-02-08 20:21:04','2021-02-08 12:21:04'),(87348,32027,'action created','2021-02-08 20:21:04','2021-02-08 12:21:04'),(87349,32027,'action started via WP Cron','2021-02-08 20:21:44','2021-02-08 12:21:44'),(87350,32027,'action complete via WP Cron','2021-02-08 20:21:44','2021-02-08 12:21:44'),(87351,32028,'action created','2021-02-08 20:21:45','2021-02-08 12:21:45'),(87352,32028,'action started via WP Cron','2021-02-08 20:23:13','2021-02-08 12:23:13'),(87353,32028,'action complete via WP Cron','2021-02-08 20:23:13','2021-02-08 12:23:13'),(87354,32029,'action created','2021-02-08 20:23:13','2021-02-08 12:23:13'),(87355,32029,'action started via WP Cron','2021-02-08 20:23:58','2021-02-08 12:23:58'),(87356,32029,'action complete via WP Cron','2021-02-08 20:23:58','2021-02-08 12:23:58'),(87357,32030,'action created','2021-02-08 20:23:59','2021-02-08 12:23:59'),(87358,32030,'action started via WP Cron','2021-02-08 20:25:00','2021-02-08 12:25:00'),(87359,32030,'action complete via WP Cron','2021-02-08 20:25:00','2021-02-08 12:25:00'),(87360,32031,'action created','2021-02-08 20:25:00','2021-02-08 12:25:00'),(87361,32031,'action started via WP Cron','2021-02-08 20:26:01','2021-02-08 12:26:01'),(87362,32031,'action complete via WP Cron','2021-02-08 20:26:01','2021-02-08 12:26:01'),(87363,32032,'action created','2021-02-08 20:26:01','2021-02-08 12:26:01'),(87364,32032,'action started via WP Cron','2021-02-08 20:33:23','2021-02-08 12:33:23'),(87365,32032,'action complete via WP Cron','2021-02-08 20:33:23','2021-02-08 12:33:23'),(87366,32033,'action created','2021-02-08 20:33:24','2021-02-08 12:33:24'),(87367,32033,'action started via WP Cron','2021-02-08 20:35:36','2021-02-08 12:35:36'),(87368,32033,'action complete via WP Cron','2021-02-08 20:35:36','2021-02-08 12:35:36'),(87369,32034,'action created','2021-02-08 20:35:36','2021-02-08 12:35:36'),(87370,32034,'action started via WP Cron','2021-02-08 20:37:26','2021-02-08 12:37:26'),(87371,32034,'action complete via WP Cron','2021-02-08 20:37:26','2021-02-08 12:37:26'),(87372,32035,'action created','2021-02-08 20:37:26','2021-02-08 12:37:26'),(87373,32035,'action started via WP Cron','2021-02-08 20:40:15','2021-02-08 12:40:15'),(87374,32035,'action complete via WP Cron','2021-02-08 20:40:15','2021-02-08 12:40:15'),(87375,32036,'action created','2021-02-08 20:40:15','2021-02-08 12:40:15'),(87376,32036,'action started via WP Cron','2021-02-08 20:43:21','2021-02-08 12:43:21'),(87377,32036,'action complete via WP Cron','2021-02-08 20:43:21','2021-02-08 12:43:21'),(87378,32037,'action created','2021-02-08 20:43:21','2021-02-08 12:43:21'),(87379,32037,'action started via WP Cron','2021-02-08 20:44:05','2021-02-08 12:44:05'),(87380,32037,'action complete via WP Cron','2021-02-08 20:44:05','2021-02-08 12:44:05'),(87381,32038,'action created','2021-02-08 20:44:05','2021-02-08 12:44:05'),(87382,32038,'action started via WP Cron','2021-02-08 20:48:20','2021-02-08 12:48:20'),(87383,32038,'action complete via WP Cron','2021-02-08 20:48:20','2021-02-08 12:48:20'),(87384,32039,'action created','2021-02-08 20:48:20','2021-02-08 12:48:20'),(87385,32039,'action started via WP Cron','2021-02-08 20:49:14','2021-02-08 12:49:14'),(87386,32039,'action complete via WP Cron','2021-02-08 20:49:14','2021-02-08 12:49:14'),(87387,32040,'action created','2021-02-08 20:49:14','2021-02-08 12:49:14'),(87388,32040,'action started via WP Cron','2021-02-08 20:51:50','2021-02-08 12:51:50'),(87389,32040,'action complete via WP Cron','2021-02-08 20:51:50','2021-02-08 12:51:50'),(87390,32041,'action created','2021-02-08 20:51:50','2021-02-08 12:51:50'),(87391,32041,'action started via WP Cron','2021-02-08 20:59:22','2021-02-08 12:59:22'),(87392,32041,'action complete via WP Cron','2021-02-08 20:59:22','2021-02-08 12:59:22'),(87393,32042,'action created','2021-02-08 20:59:22','2021-02-08 12:59:22'),(87394,32042,'action started via WP Cron','2021-02-08 21:00:30','2021-02-08 13:00:30'),(87395,32042,'action complete via WP Cron','2021-02-08 21:00:30','2021-02-08 13:00:30'),(87396,32043,'action created','2021-02-08 21:00:30','2021-02-08 13:00:30'),(87397,32043,'action started via WP Cron','2021-02-08 21:00:48','2021-02-08 13:00:48'),(87398,32043,'action complete via WP Cron','2021-02-08 21:00:48','2021-02-08 13:00:48'),(87399,32044,'action created','2021-02-08 21:00:48','2021-02-08 13:00:48'),(87400,32044,'action started via WP Cron','2021-02-08 21:01:57','2021-02-08 13:01:57'),(87401,32044,'action complete via WP Cron','2021-02-08 21:01:57','2021-02-08 13:01:57'),(87402,32045,'action created','2021-02-08 21:01:57','2021-02-08 13:01:57'),(87403,32045,'action started via WP Cron','2021-02-08 21:03:34','2021-02-08 13:03:34'),(87404,32045,'action complete via WP Cron','2021-02-08 21:03:34','2021-02-08 13:03:34'),(87405,32046,'action created','2021-02-08 21:03:34','2021-02-08 13:03:34'),(87406,32046,'action started via WP Cron','2021-02-08 21:04:05','2021-02-08 13:04:05'),(87407,32046,'action complete via WP Cron','2021-02-08 21:04:05','2021-02-08 13:04:05'),(87408,32047,'action created','2021-02-08 21:04:05','2021-02-08 13:04:05'),(87409,32047,'action started via WP Cron','2021-02-08 21:05:47','2021-02-08 13:05:47'),(87410,32047,'action complete via WP Cron','2021-02-08 21:05:47','2021-02-08 13:05:47'),(87411,32048,'action created','2021-02-08 21:05:47','2021-02-08 13:05:47'),(87412,32048,'action started via WP Cron','2021-02-08 21:06:48','2021-02-08 13:06:48'),(87413,32048,'action complete via WP Cron','2021-02-08 21:06:48','2021-02-08 13:06:48'),(87414,32049,'action created','2021-02-08 21:06:49','2021-02-08 13:06:49'),(87415,32049,'action started via WP Cron','2021-02-08 21:07:54','2021-02-08 13:07:54'),(87416,32049,'action complete via WP Cron','2021-02-08 21:07:54','2021-02-08 13:07:54'),(87417,32050,'action created','2021-02-08 21:07:54','2021-02-08 13:07:54'),(87418,32050,'action started via WP Cron','2021-02-08 21:09:44','2021-02-08 13:09:44'),(87419,32050,'action complete via WP Cron','2021-02-08 21:09:44','2021-02-08 13:09:44'),(87420,32051,'action created','2021-02-08 21:09:44','2021-02-08 13:09:44'),(87421,32051,'action started via WP Cron','2021-02-08 21:13:34','2021-02-08 13:13:34'),(87422,32051,'action complete via WP Cron','2021-02-08 21:13:34','2021-02-08 13:13:34'),(87423,32052,'action created','2021-02-08 21:13:34','2021-02-08 13:13:34'),(87424,32052,'action started via WP Cron','2021-02-08 21:14:35','2021-02-08 13:14:35'),(87425,32052,'action complete via WP Cron','2021-02-08 21:14:35','2021-02-08 13:14:35'),(87426,32053,'action created','2021-02-08 21:15:35','2021-02-08 13:15:35'),(87427,32053,'action started via WP Cron','2021-02-08 21:16:36','2021-02-08 13:16:36'),(87428,32053,'action complete via WP Cron','2021-02-08 21:16:36','2021-02-08 13:16:36'),(87429,32054,'action created','2021-02-08 21:16:36','2021-02-08 13:16:36'),(87430,32054,'action started via WP Cron','2021-02-08 21:17:13','2021-02-08 13:17:13'),(87431,32054,'action complete via WP Cron','2021-02-08 21:17:13','2021-02-08 13:17:13'),(87432,32055,'action created','2021-02-08 21:17:13','2021-02-08 13:17:13'),(87433,32055,'action started via WP Cron','2021-02-08 21:18:13','2021-02-08 13:18:13'),(87434,32055,'action complete via WP Cron','2021-02-08 21:18:13','2021-02-08 13:18:13'),(87435,32056,'action created','2021-02-08 21:18:13','2021-02-08 13:18:13'),(87436,32056,'action started via WP Cron','2021-02-08 21:18:41','2021-02-08 13:18:41'),(87437,32056,'action complete via WP Cron','2021-02-08 21:18:41','2021-02-08 13:18:41'),(87438,32057,'action created','2021-02-08 21:18:41','2021-02-08 13:18:41'),(87439,32057,'action started via WP Cron','2021-02-08 21:21:03','2021-02-08 13:21:03'),(87440,32057,'action complete via WP Cron','2021-02-08 21:21:03','2021-02-08 13:21:03'),(87441,32058,'action created','2021-02-08 21:21:04','2021-02-08 13:21:04'),(87442,32058,'action started via WP Cron','2021-02-08 21:26:04','2021-02-08 13:26:04'),(87443,32058,'action complete via WP Cron','2021-02-08 21:26:04','2021-02-08 13:26:04'),(87444,32059,'action created','2021-02-08 21:26:04','2021-02-08 13:26:04'),(87445,32059,'action started via WP Cron','2021-02-08 21:27:01','2021-02-08 13:27:01'),(87446,32059,'action complete via WP Cron','2021-02-08 21:27:01','2021-02-08 13:27:01'),(87447,32060,'action created','2021-02-08 21:27:02','2021-02-08 13:27:02'),(87448,32060,'action started via WP Cron','2021-02-08 21:28:03','2021-02-08 13:28:03'),(87449,32060,'action complete via WP Cron','2021-02-08 21:28:03','2021-02-08 13:28:03'),(87450,32061,'action created','2021-02-08 21:28:04','2021-02-08 13:28:04'),(87451,32061,'action started via WP Cron','2021-02-08 21:29:03','2021-02-08 13:29:03'),(87452,32061,'action complete via WP Cron','2021-02-08 21:29:03','2021-02-08 13:29:03'),(87453,32062,'action created','2021-02-08 21:29:04','2021-02-08 13:29:04'),(87454,32062,'action started via WP Cron','2021-02-08 21:30:07','2021-02-08 13:30:07'),(87455,32062,'action complete via WP Cron','2021-02-08 21:30:07','2021-02-08 13:30:07'),(87456,32063,'action created','2021-02-08 21:30:17','2021-02-08 13:30:17'),(87457,32063,'action started via WP Cron','2021-02-08 21:38:01','2021-02-08 13:38:01'),(87458,32063,'action complete via WP Cron','2021-02-08 21:38:01','2021-02-08 13:38:01'),(87459,32064,'action created','2021-02-08 21:38:01','2021-02-08 13:38:01'),(87460,32064,'action started via WP Cron','2021-02-08 21:54:28','2021-02-08 13:54:28'),(87461,32064,'action complete via WP Cron','2021-02-08 21:54:28','2021-02-08 13:54:28'),(87462,32065,'action created','2021-02-08 21:54:28','2021-02-08 13:54:28'),(87463,32065,'action started via WP Cron','2021-02-08 21:55:06','2021-02-08 13:55:06'),(87464,32065,'action complete via WP Cron','2021-02-08 21:55:06','2021-02-08 13:55:06'),(87465,32066,'action created','2021-02-08 21:55:06','2021-02-08 13:55:06'),(87466,32066,'action started via WP Cron','2021-02-08 21:56:55','2021-02-08 13:56:55'),(87467,32066,'action complete via WP Cron','2021-02-08 21:56:55','2021-02-08 13:56:55'),(87468,32067,'action created','2021-02-08 21:56:55','2021-02-08 13:56:55'),(87469,32067,'action started via WP Cron','2021-02-08 22:04:18','2021-02-08 14:04:18'),(87470,32067,'action complete via WP Cron','2021-02-08 22:04:18','2021-02-08 14:04:18'),(87471,32068,'action created','2021-02-08 22:04:18','2021-02-08 14:04:18'),(87472,32068,'action started via WP Cron','2021-02-08 22:05:36','2021-02-08 14:05:36'),(87473,32068,'action complete via WP Cron','2021-02-08 22:05:36','2021-02-08 14:05:36'),(87474,32069,'action created','2021-02-08 22:05:36','2021-02-08 14:05:36'),(87475,32069,'action started via WP Cron','2021-02-08 22:07:20','2021-02-08 14:07:20'),(87476,32069,'action complete via WP Cron','2021-02-08 22:07:20','2021-02-08 14:07:20'),(87477,32070,'action created','2021-02-08 22:07:20','2021-02-08 14:07:20'),(87478,32070,'action started via WP Cron','2021-02-08 22:08:40','2021-02-08 14:08:40'),(87479,32070,'action complete via WP Cron','2021-02-08 22:08:40','2021-02-08 14:08:40'),(87480,32071,'action created','2021-02-08 22:08:40','2021-02-08 14:08:40'),(87481,32071,'action started via WP Cron','2021-02-08 22:09:42','2021-02-08 14:09:42'),(87482,32071,'action complete via WP Cron','2021-02-08 22:09:42','2021-02-08 14:09:42'),(87483,32072,'action created','2021-02-08 22:09:42','2021-02-08 14:09:42'),(87484,32072,'action started via WP Cron','2021-02-08 22:10:56','2021-02-08 14:10:56'),(87485,32072,'action complete via WP Cron','2021-02-08 22:10:56','2021-02-08 14:10:56'),(87486,32073,'action created','2021-02-08 22:10:56','2021-02-08 14:10:56'),(87487,32073,'action started via WP Cron','2021-02-08 22:11:44','2021-02-08 14:11:44'),(87488,32073,'action complete via WP Cron','2021-02-08 22:11:44','2021-02-08 14:11:44'),(87489,32074,'action created','2021-02-08 22:11:44','2021-02-08 14:11:44'),(87490,32074,'action started via WP Cron','2021-02-08 22:12:55','2021-02-08 14:12:55'),(87491,32074,'action complete via WP Cron','2021-02-08 22:12:55','2021-02-08 14:12:55'),(87492,32075,'action created','2021-02-08 22:12:55','2021-02-08 14:12:55'),(87493,32075,'action started via WP Cron','2021-02-08 22:13:59','2021-02-08 14:13:59'),(87494,32075,'action complete via WP Cron','2021-02-08 22:13:59','2021-02-08 14:13:59'),(87495,32076,'action created','2021-02-08 22:13:59','2021-02-08 14:13:59'),(87496,32076,'action started via WP Cron','2021-02-08 22:14:47','2021-02-08 14:14:47'),(87497,32076,'action complete via WP Cron','2021-02-08 22:14:47','2021-02-08 14:14:47'),(87498,32077,'action created','2021-02-08 22:14:47','2021-02-08 14:14:47'),(87499,32077,'action started via WP Cron','2021-02-08 22:15:52','2021-02-08 14:15:52'),(87500,32077,'action complete via WP Cron','2021-02-08 22:15:52','2021-02-08 14:15:52'),(87501,32078,'action created','2021-02-08 22:15:52','2021-02-08 14:15:52'),(87502,32078,'action started via WP Cron','2021-02-08 22:17:02','2021-02-08 14:17:02'),(87503,32078,'action complete via WP Cron','2021-02-08 22:17:02','2021-02-08 14:17:02'),(87504,32079,'action created','2021-02-08 22:17:02','2021-02-08 14:17:02'),(87505,32079,'action started via WP Cron','2021-02-08 22:17:55','2021-02-08 14:17:55'),(87506,32079,'action complete via WP Cron','2021-02-08 22:17:55','2021-02-08 14:17:55'),(87507,32080,'action created','2021-02-08 22:17:55','2021-02-08 14:17:55'),(87508,32080,'action started via WP Cron','2021-02-08 22:19:01','2021-02-08 14:19:01'),(87509,32080,'action complete via WP Cron','2021-02-08 22:19:01','2021-02-08 14:19:01'),(87510,32081,'action created','2021-02-08 22:19:01','2021-02-08 14:19:01'),(87511,32081,'action started via WP Cron','2021-02-08 22:19:51','2021-02-08 14:19:51'),(87512,32081,'action complete via WP Cron','2021-02-08 22:19:51','2021-02-08 14:19:51'),(87513,32082,'action created','2021-02-08 22:19:51','2021-02-08 14:19:51'),(87514,32082,'action started via WP Cron','2021-02-08 22:20:56','2021-02-08 14:20:56'),(87515,32082,'action complete via WP Cron','2021-02-08 22:20:56','2021-02-08 14:20:56'),(87516,32083,'action created','2021-02-08 22:20:57','2021-02-08 14:20:57'),(87517,32083,'action started via WP Cron','2021-02-08 22:21:58','2021-02-08 14:21:58'),(87518,32083,'action complete via WP Cron','2021-02-08 22:21:58','2021-02-08 14:21:58'),(87519,32084,'action created','2021-02-08 22:21:59','2021-02-08 14:21:59'),(87520,32084,'action started via WP Cron','2021-02-08 22:23:01','2021-02-08 14:23:01'),(87521,32084,'action complete via WP Cron','2021-02-08 22:23:01','2021-02-08 14:23:01'),(87522,32085,'action created','2021-02-08 22:23:01','2021-02-08 14:23:01'),(87523,32085,'action started via WP Cron','2021-02-08 22:24:08','2021-02-08 14:24:08'),(87524,32085,'action complete via WP Cron','2021-02-08 22:24:08','2021-02-08 14:24:08'),(87525,32086,'action created','2021-02-08 22:24:08','2021-02-08 14:24:08'),(87526,32086,'action started via WP Cron','2021-02-08 22:26:02','2021-02-08 14:26:02'),(87527,32086,'action complete via WP Cron','2021-02-08 22:26:02','2021-02-08 14:26:02'),(87528,32087,'action created','2021-02-08 22:26:03','2021-02-08 14:26:03'),(87529,32087,'action started via WP Cron','2021-02-08 22:30:41','2021-02-08 14:30:41'),(87530,32087,'action complete via WP Cron','2021-02-08 22:30:41','2021-02-08 14:30:41'),(87531,32088,'action created','2021-02-08 22:30:41','2021-02-08 14:30:41'),(87532,32088,'action started via WP Cron','2021-02-08 22:31:42','2021-02-08 14:31:42'),(87533,32088,'action complete via WP Cron','2021-02-08 22:31:42','2021-02-08 14:31:42'),(87534,32089,'action created','2021-02-08 22:31:42','2021-02-08 14:31:42'),(87535,32089,'action started via WP Cron','2021-02-08 22:32:41','2021-02-08 14:32:41'),(87536,32089,'action complete via WP Cron','2021-02-08 22:32:41','2021-02-08 14:32:41'),(87537,32090,'action created','2021-02-08 22:32:41','2021-02-08 14:32:41'),(87538,32090,'action started via WP Cron','2021-02-08 22:34:10','2021-02-08 14:34:10'),(87539,32090,'action complete via WP Cron','2021-02-08 22:34:10','2021-02-08 14:34:10'),(87540,32091,'action created','2021-02-08 22:34:10','2021-02-08 14:34:10'),(87541,32091,'action started via WP Cron','2021-02-08 22:34:56','2021-02-08 14:34:56'),(87542,32091,'action complete via WP Cron','2021-02-08 22:34:56','2021-02-08 14:34:56'),(87543,32092,'action created','2021-02-08 22:34:56','2021-02-08 14:34:56'),(87544,32092,'action started via WP Cron','2021-02-08 22:35:51','2021-02-08 14:35:51'),(87545,32092,'action complete via WP Cron','2021-02-08 22:35:51','2021-02-08 14:35:51'),(87546,32093,'action created','2021-02-08 22:35:51','2021-02-08 14:35:51'),(87547,32093,'action started via WP Cron','2021-02-08 22:36:51','2021-02-08 14:36:51'),(87548,32093,'action complete via WP Cron','2021-02-08 22:36:51','2021-02-08 14:36:51'),(87549,32094,'action created','2021-02-08 22:36:51','2021-02-08 14:36:51'),(87550,32094,'action started via WP Cron','2021-02-08 22:37:48','2021-02-08 14:37:48'),(87551,32094,'action complete via WP Cron','2021-02-08 22:37:48','2021-02-08 14:37:48'),(87552,32095,'action created','2021-02-08 22:37:48','2021-02-08 14:37:48'),(87553,32095,'action started via WP Cron','2021-02-08 22:38:55','2021-02-08 14:38:55'),(87554,32095,'action complete via WP Cron','2021-02-08 22:38:55','2021-02-08 14:38:55'),(87555,32096,'action created','2021-02-08 22:38:55','2021-02-08 14:38:55'),(87556,32096,'action started via WP Cron','2021-02-08 22:40:00','2021-02-08 14:40:00'),(87557,32096,'action complete via WP Cron','2021-02-08 22:40:00','2021-02-08 14:40:00'),(87558,32097,'action created','2021-02-08 22:40:00','2021-02-08 14:40:00'),(87559,32097,'action started via WP Cron','2021-02-08 22:40:44','2021-02-08 14:40:44'),(87560,32097,'action complete via WP Cron','2021-02-08 22:40:44','2021-02-08 14:40:44'),(87561,32098,'action created','2021-02-08 22:40:44','2021-02-08 14:40:44'),(87562,32098,'action started via WP Cron','2021-02-08 22:41:44','2021-02-08 14:41:44'),(87563,32098,'action complete via WP Cron','2021-02-08 22:41:44','2021-02-08 14:41:44'),(87564,32099,'action created','2021-02-08 22:42:13','2021-02-08 14:42:13'),(87565,32099,'action started via WP Cron','2021-02-08 22:42:45','2021-02-08 14:42:45'),(87566,32099,'action complete via WP Cron','2021-02-08 22:42:45','2021-02-08 14:42:45'),(87567,32100,'action created','2021-02-08 22:42:45','2021-02-08 14:42:45'),(87568,32100,'action started via WP Cron','2021-02-08 22:43:43','2021-02-08 14:43:43'),(87569,32100,'action complete via WP Cron','2021-02-08 22:43:43','2021-02-08 14:43:43'),(87570,32101,'action created','2021-02-08 22:43:43','2021-02-08 14:43:43'),(87571,32101,'action started via WP Cron','2021-02-08 22:44:41','2021-02-08 14:44:41'),(87572,32101,'action complete via WP Cron','2021-02-08 22:44:41','2021-02-08 14:44:41'),(87573,32102,'action created','2021-02-08 22:44:41','2021-02-08 14:44:41'),(87574,32102,'action started via WP Cron','2021-02-08 22:45:49','2021-02-08 14:45:49'),(87575,32102,'action complete via WP Cron','2021-02-08 22:45:49','2021-02-08 14:45:49'),(87576,32103,'action created','2021-02-08 22:45:50','2021-02-08 14:45:50'),(87577,32103,'action started via WP Cron','2021-02-08 22:46:53','2021-02-08 14:46:53'),(87578,32103,'action complete via WP Cron','2021-02-08 22:46:53','2021-02-08 14:46:53'),(87579,32104,'action created','2021-02-08 22:46:53','2021-02-08 14:46:53'),(87580,32104,'action started via WP Cron','2021-02-08 22:47:53','2021-02-08 14:47:53'),(87581,32104,'action complete via WP Cron','2021-02-08 22:47:53','2021-02-08 14:47:53'),(87582,32105,'action created','2021-02-08 22:47:53','2021-02-08 14:47:53'),(87583,32105,'action started via WP Cron','2021-02-08 22:48:52','2021-02-08 14:48:52'),(87584,32105,'action complete via WP Cron','2021-02-08 22:48:52','2021-02-08 14:48:52'),(87585,32106,'action created','2021-02-08 22:48:52','2021-02-08 14:48:52'),(87586,32106,'action started via WP Cron','2021-02-08 22:49:42','2021-02-08 14:49:42'),(87587,32106,'action complete via WP Cron','2021-02-08 22:49:42','2021-02-08 14:49:42'),(87588,32107,'action created','2021-02-08 22:49:42','2021-02-08 14:49:42'),(87589,32107,'action started via WP Cron','2021-02-08 22:51:19','2021-02-08 14:51:19'),(87590,32107,'action complete via WP Cron','2021-02-08 22:51:19','2021-02-08 14:51:19'),(87591,32108,'action created','2021-02-08 22:51:19','2021-02-08 14:51:19'),(87592,32108,'action started via WP Cron','2021-02-08 22:55:47','2021-02-08 14:55:47'),(87593,32108,'action complete via WP Cron','2021-02-08 22:55:47','2021-02-08 14:55:47'),(87594,32109,'action created','2021-02-08 22:55:48','2021-02-08 14:55:48'),(87595,32109,'action started via WP Cron','2021-02-08 23:05:31','2021-02-08 15:05:31'),(87596,32109,'action complete via WP Cron','2021-02-08 23:05:31','2021-02-08 15:05:31'),(87597,32110,'action created','2021-02-08 23:05:31','2021-02-08 15:05:31'),(87598,32110,'action started via WP Cron','2021-02-08 23:05:44','2021-02-08 15:05:44'),(87599,32110,'action complete via WP Cron','2021-02-08 23:05:44','2021-02-08 15:05:44'),(87600,32111,'action created','2021-02-08 23:05:44','2021-02-08 15:05:44'),(87601,32111,'action started via WP Cron','2021-02-08 23:08:38','2021-02-08 15:08:38'),(87602,32111,'action complete via WP Cron','2021-02-08 23:08:38','2021-02-08 15:08:38'),(87603,32112,'action created','2021-02-08 23:08:38','2021-02-08 15:08:38'),(87604,32112,'action started via WP Cron','2021-02-08 23:10:16','2021-02-08 15:10:16'),(87605,32112,'action complete via WP Cron','2021-02-08 23:10:16','2021-02-08 15:10:16'),(87606,32113,'action created','2021-02-08 23:10:16','2021-02-08 15:10:16'),(87607,32113,'action started via WP Cron','2021-02-08 23:11:02','2021-02-08 15:11:02'),(87608,32113,'action complete via WP Cron','2021-02-08 23:11:02','2021-02-08 15:11:02'),(87609,32114,'action created','2021-02-08 23:11:02','2021-02-08 15:11:02'),(87610,32114,'action started via WP Cron','2021-02-08 23:12:19','2021-02-08 15:12:19'),(87611,32114,'action complete via WP Cron','2021-02-08 23:12:19','2021-02-08 15:12:19'),(87612,32115,'action created','2021-02-08 23:12:57','2021-02-08 15:12:57'),(87613,32115,'action started via WP Cron','2021-02-08 23:13:58','2021-02-08 15:13:58'),(87614,32115,'action complete via WP Cron','2021-02-08 23:13:58','2021-02-08 15:13:58'),(87615,32116,'action created','2021-02-08 23:13:58','2021-02-08 15:13:58'),(87616,32116,'action started via WP Cron','2021-02-08 23:14:56','2021-02-08 15:14:56'),(87617,32116,'action complete via WP Cron','2021-02-08 23:14:56','2021-02-08 15:14:56'),(87618,32117,'action created','2021-02-08 23:14:56','2021-02-08 15:14:56'),(87619,32117,'action started via WP Cron','2021-02-08 23:16:01','2021-02-08 15:16:01'),(87620,32117,'action complete via WP Cron','2021-02-08 23:16:01','2021-02-08 15:16:01'),(87621,32118,'action created','2021-02-08 23:16:01','2021-02-08 15:16:01'),(87622,32118,'action started via WP Cron','2021-02-08 23:16:44','2021-02-08 15:16:44'),(87623,32118,'action complete via WP Cron','2021-02-08 23:16:44','2021-02-08 15:16:44'),(87624,32119,'action created','2021-02-08 23:16:45','2021-02-08 15:16:45'),(87625,32119,'action started via WP Cron','2021-02-08 23:23:20','2021-02-08 15:23:20'),(87626,32119,'action complete via WP Cron','2021-02-08 23:23:20','2021-02-08 15:23:20'),(87627,32120,'action created','2021-02-08 23:23:21','2021-02-08 15:23:21'),(87628,32120,'action started via WP Cron','2021-02-08 23:24:19','2021-02-08 15:24:19'),(87629,32120,'action complete via WP Cron','2021-02-08 23:24:19','2021-02-08 15:24:19'),(87630,32121,'action created','2021-02-08 23:24:19','2021-02-08 15:24:19'),(87631,32121,'action started via WP Cron','2021-02-08 23:25:19','2021-02-08 15:25:19'),(87632,32121,'action complete via WP Cron','2021-02-08 23:25:19','2021-02-08 15:25:19'),(87633,32122,'action created','2021-02-08 23:25:20','2021-02-08 15:25:20'),(87634,32122,'action started via WP Cron','2021-02-08 23:26:21','2021-02-08 15:26:21'),(87635,32122,'action complete via WP Cron','2021-02-08 23:26:21','2021-02-08 15:26:21'),(87636,32123,'action created','2021-02-08 23:26:21','2021-02-08 15:26:21'),(87637,32123,'action started via WP Cron','2021-02-08 23:26:47','2021-02-08 15:26:47'),(87638,32123,'action complete via WP Cron','2021-02-08 23:26:47','2021-02-08 15:26:47'),(87639,32124,'action created','2021-02-08 23:26:47','2021-02-08 15:26:47'),(87640,32124,'action started via WP Cron','2021-02-08 23:28:22','2021-02-08 15:28:22'),(87641,32124,'action complete via WP Cron','2021-02-08 23:28:22','2021-02-08 15:28:22'),(87642,32125,'action created','2021-02-08 23:28:23','2021-02-08 15:28:23'),(87643,32125,'action started via WP Cron','2021-02-08 23:29:23','2021-02-08 15:29:23'),(87644,32125,'action complete via WP Cron','2021-02-08 23:29:23','2021-02-08 15:29:23'),(87645,32126,'action created','2021-02-08 23:29:24','2021-02-08 15:29:24'),(87646,32126,'action started via WP Cron','2021-02-08 23:29:54','2021-02-08 15:29:54'),(87647,32126,'action complete via WP Cron','2021-02-08 23:29:54','2021-02-08 15:29:54'),(87648,32127,'action created','2021-02-08 23:29:54','2021-02-08 15:29:54'),(87649,32127,'action started via WP Cron','2021-02-08 23:32:02','2021-02-08 15:32:02'),(87650,32127,'action complete via WP Cron','2021-02-08 23:32:02','2021-02-08 15:32:02'),(87651,32128,'action created','2021-02-08 23:32:02','2021-02-08 15:32:02'),(87652,32128,'action started via WP Cron','2021-02-08 23:32:49','2021-02-08 15:32:49'),(87653,32128,'action complete via WP Cron','2021-02-08 23:32:49','2021-02-08 15:32:49'),(87654,32129,'action created','2021-02-08 23:32:49','2021-02-08 15:32:49'),(87655,32129,'action started via WP Cron','2021-02-08 23:33:43','2021-02-08 15:33:43'),(87656,32129,'action complete via WP Cron','2021-02-08 23:33:43','2021-02-08 15:33:43'),(87657,32130,'action created','2021-02-08 23:33:43','2021-02-08 15:33:43'),(87658,32130,'action started via WP Cron','2021-02-08 23:34:44','2021-02-08 15:34:44'),(87659,32130,'action complete via WP Cron','2021-02-08 23:34:44','2021-02-08 15:34:44'),(87660,32131,'action created','2021-02-08 23:34:44','2021-02-08 15:34:44'),(87661,32131,'action started via WP Cron','2021-02-08 23:39:02','2021-02-08 15:39:02'),(87662,32131,'action complete via WP Cron','2021-02-08 23:39:02','2021-02-08 15:39:02'),(87663,32132,'action created','2021-02-08 23:39:02','2021-02-08 15:39:02'),(87664,32132,'action started via WP Cron','2021-02-08 23:42:47','2021-02-08 15:42:47'),(87665,32132,'action complete via WP Cron','2021-02-08 23:42:47','2021-02-08 15:42:47'),(87666,32133,'action created','2021-02-08 23:42:48','2021-02-08 15:42:48'),(87667,32133,'action started via WP Cron','2021-02-08 23:45:55','2021-02-08 15:45:55'),(87668,32133,'action complete via WP Cron','2021-02-08 23:45:55','2021-02-08 15:45:55'),(87669,32134,'action created','2021-02-08 23:45:55','2021-02-08 15:45:55'),(87670,32134,'action started via WP Cron','2021-02-08 23:46:49','2021-02-08 15:46:49'),(87671,32134,'action complete via WP Cron','2021-02-08 23:46:49','2021-02-08 15:46:49'),(87672,32135,'action created','2021-02-08 23:46:49','2021-02-08 15:46:49'),(87673,32135,'action started via WP Cron','2021-02-08 23:47:50','2021-02-08 15:47:50'),(87674,32135,'action complete via WP Cron','2021-02-08 23:47:50','2021-02-08 15:47:50'),(87675,32136,'action created','2021-02-08 23:47:50','2021-02-08 15:47:50'),(87676,32136,'action started via WP Cron','2021-02-08 23:49:52','2021-02-08 15:49:52'),(87677,32136,'action complete via WP Cron','2021-02-08 23:49:52','2021-02-08 15:49:52'),(87678,32137,'action created','2021-02-08 23:49:52','2021-02-08 15:49:52'),(87679,32137,'action started via WP Cron','2021-02-08 23:50:53','2021-02-08 15:50:53'),(87680,32137,'action complete via WP Cron','2021-02-08 23:50:53','2021-02-08 15:50:53'),(87681,32138,'action created','2021-02-08 23:50:53','2021-02-08 15:50:53'),(87682,32138,'action started via WP Cron','2021-02-08 23:51:54','2021-02-08 15:51:54'),(87683,32138,'action complete via WP Cron','2021-02-08 23:51:54','2021-02-08 15:51:54'),(87684,32139,'action created','2021-02-08 23:51:54','2021-02-08 15:51:54'),(87685,32139,'action started via WP Cron','2021-02-08 23:54:47','2021-02-08 15:54:47'),(87686,32139,'action complete via WP Cron','2021-02-08 23:54:47','2021-02-08 15:54:47'),(87687,32140,'action created','2021-02-08 23:54:47','2021-02-08 15:54:47'),(87688,32140,'action started via WP Cron','2021-02-08 23:55:49','2021-02-08 15:55:49'),(87689,32140,'action complete via WP Cron','2021-02-08 23:55:49','2021-02-08 15:55:49'),(87690,32141,'action created','2021-02-08 23:55:50','2021-02-08 15:55:50'),(87691,32141,'action started via WP Cron','2021-02-08 23:59:51','2021-02-08 15:59:51'),(87692,32141,'action complete via WP Cron','2021-02-08 23:59:51','2021-02-08 15:59:51'),(87693,32142,'action created','2021-02-08 23:59:51','2021-02-08 15:59:51'),(87694,32142,'action started via WP Cron','2021-02-09 00:05:22','2021-02-08 16:05:22'),(87695,32142,'action complete via WP Cron','2021-02-09 00:05:22','2021-02-08 16:05:22'),(87696,32143,'action created','2021-02-09 00:05:22','2021-02-08 16:05:22'),(87697,32143,'action started via WP Cron','2021-02-09 00:10:42','2021-02-08 16:10:42'),(87698,32143,'action complete via WP Cron','2021-02-09 00:10:42','2021-02-08 16:10:42'),(87699,32144,'action created','2021-02-09 00:10:42','2021-02-08 16:10:42'),(87700,32144,'action started via WP Cron','2021-02-09 00:13:57','2021-02-08 16:13:57'),(87701,32144,'action complete via WP Cron','2021-02-09 00:13:57','2021-02-08 16:13:57'),(87702,32145,'action created','2021-02-09 00:13:57','2021-02-08 16:13:57'),(87703,32145,'action started via WP Cron','2021-02-09 00:15:01','2021-02-08 16:15:01'),(87704,32145,'action complete via WP Cron','2021-02-09 00:15:01','2021-02-08 16:15:01'),(87705,32146,'action created','2021-02-09 00:15:59','2021-02-08 16:15:59'),(87706,32146,'action started via WP Cron','2021-02-09 00:17:00','2021-02-08 16:17:00'),(87707,32146,'action complete via WP Cron','2021-02-09 00:17:00','2021-02-08 16:17:00'),(87708,32147,'action created','2021-02-09 00:17:00','2021-02-08 16:17:00'),(87709,32147,'action started via WP Cron','2021-02-09 00:19:02','2021-02-08 16:19:02'),(87710,32147,'action complete via WP Cron','2021-02-09 00:19:02','2021-02-08 16:19:02'),(87711,32148,'action created','2021-02-09 00:19:02','2021-02-08 16:19:02'),(87712,32148,'action started via WP Cron','2021-02-09 00:20:03','2021-02-08 16:20:03'),(87713,32148,'action complete via WP Cron','2021-02-09 00:20:03','2021-02-08 16:20:03'),(87714,32149,'action created','2021-02-09 00:20:03','2021-02-08 16:20:03'),(87715,32149,'action started via WP Cron','2021-02-09 00:21:04','2021-02-08 16:21:04'),(87716,32149,'action complete via WP Cron','2021-02-09 00:21:04','2021-02-08 16:21:04'),(87717,32150,'action created','2021-02-09 00:21:04','2021-02-08 16:21:04'),(87718,32150,'action started via WP Cron','2021-02-09 00:22:56','2021-02-08 16:22:56'),(87719,32150,'action complete via WP Cron','2021-02-09 00:22:56','2021-02-08 16:22:56'),(87720,32151,'action created','2021-02-09 00:22:56','2021-02-08 16:22:56'),(87721,32151,'action started via WP Cron','2021-02-09 00:30:53','2021-02-08 16:30:53'),(87722,32151,'action complete via WP Cron','2021-02-09 00:30:53','2021-02-08 16:30:53'),(87723,32152,'action created','2021-02-09 00:30:53','2021-02-08 16:30:53'),(87724,32152,'action started via WP Cron','2021-02-09 00:32:49','2021-02-08 16:32:49'),(87725,32152,'action complete via WP Cron','2021-02-09 00:32:49','2021-02-08 16:32:49'),(87726,32153,'action created','2021-02-09 00:32:50','2021-02-08 16:32:50'),(87727,32153,'action started via WP Cron','2021-02-09 00:38:13','2021-02-08 16:38:13'),(87728,32153,'action complete via WP Cron','2021-02-09 00:38:13','2021-02-08 16:38:13'),(87729,32154,'action created','2021-02-09 00:38:13','2021-02-08 16:38:13'),(87730,32154,'action started via WP Cron','2021-02-09 00:46:04','2021-02-08 16:46:04'),(87731,32154,'action complete via WP Cron','2021-02-09 00:46:04','2021-02-08 16:46:04'),(87732,32155,'action created','2021-02-09 00:46:04','2021-02-08 16:46:04'),(87733,32155,'action started via WP Cron','2021-02-09 00:51:59','2021-02-08 16:51:59'),(87734,32155,'action complete via WP Cron','2021-02-09 00:51:59','2021-02-08 16:51:59'),(87735,32156,'action created','2021-02-09 00:51:59','2021-02-08 16:51:59'),(87736,32156,'action started via WP Cron','2021-02-09 00:52:49','2021-02-08 16:52:49'),(87737,32156,'action complete via WP Cron','2021-02-09 00:52:49','2021-02-08 16:52:49'),(87738,32157,'action created','2021-02-09 00:52:49','2021-02-08 16:52:49'),(87739,32157,'action started via WP Cron','2021-02-09 00:54:01','2021-02-08 16:54:01'),(87740,32157,'action complete via WP Cron','2021-02-09 00:54:01','2021-02-08 16:54:01'),(87741,32158,'action created','2021-02-09 00:54:01','2021-02-08 16:54:01'),(87742,32158,'action started via WP Cron','2021-02-09 00:56:02','2021-02-08 16:56:02'),(87743,32158,'action complete via WP Cron','2021-02-09 00:56:02','2021-02-08 16:56:02'),(87744,32159,'action created','2021-02-09 00:56:05','2021-02-08 16:56:05'),(87745,32159,'action started via WP Cron','2021-02-09 00:57:03','2021-02-08 16:57:03'),(87746,32159,'action complete via WP Cron','2021-02-09 00:57:03','2021-02-08 16:57:03'),(87747,32160,'action created','2021-02-09 00:57:03','2021-02-08 16:57:03'),(87748,32160,'action started via WP Cron','2021-02-09 00:59:33','2021-02-08 16:59:33'),(87749,32160,'action complete via WP Cron','2021-02-09 00:59:33','2021-02-08 16:59:33'),(87750,32161,'action created','2021-02-09 00:59:33','2021-02-08 16:59:33'),(87751,32161,'action started via WP Cron','2021-02-09 00:59:47','2021-02-08 16:59:47'),(87752,32161,'action complete via WP Cron','2021-02-09 00:59:47','2021-02-08 16:59:47'),(87753,32162,'action created','2021-02-09 00:59:47','2021-02-08 16:59:47'),(87754,32162,'action started via WP Cron','2021-02-09 01:02:44','2021-02-08 17:02:44'),(87755,32162,'action complete via WP Cron','2021-02-09 01:02:44','2021-02-08 17:02:44'),(87756,32163,'action created','2021-02-09 01:02:44','2021-02-08 17:02:44'),(87757,32163,'action started via WP Cron','2021-02-09 01:07:12','2021-02-08 17:07:12'),(87758,32163,'action complete via WP Cron','2021-02-09 01:07:12','2021-02-08 17:07:12'),(87759,32164,'action created','2021-02-09 01:07:12','2021-02-08 17:07:12'),(87760,32164,'action started via WP Cron','2021-02-09 01:10:28','2021-02-08 17:10:28'),(87761,32164,'action complete via WP Cron','2021-02-09 01:10:28','2021-02-08 17:10:28'),(87762,32165,'action created','2021-02-09 01:10:28','2021-02-08 17:10:28'),(87763,32165,'action started via WP Cron','2021-02-09 01:13:04','2021-02-08 17:13:04'),(87764,32165,'action complete via WP Cron','2021-02-09 01:13:04','2021-02-08 17:13:04'),(87765,32166,'action created','2021-02-09 01:13:04','2021-02-08 17:13:04'),(87766,32166,'action started via WP Cron','2021-02-09 01:15:31','2021-02-08 17:15:31'),(87767,32166,'action complete via WP Cron','2021-02-09 01:15:32','2021-02-08 17:15:32'),(87768,32167,'action created','2021-02-09 01:15:43','2021-02-08 17:15:43'),(87769,32167,'action started via WP Cron','2021-02-09 01:17:24','2021-02-08 17:17:24'),(87770,32167,'action complete via WP Cron','2021-02-09 01:17:24','2021-02-08 17:17:24'),(87771,32168,'action created','2021-02-09 01:17:24','2021-02-08 17:17:24'),(87772,32168,'action started via WP Cron','2021-02-09 01:20:26','2021-02-08 17:20:26'),(87773,32168,'action complete via WP Cron','2021-02-09 01:20:26','2021-02-08 17:20:26'),(87774,32169,'action created','2021-02-09 01:20:26','2021-02-08 17:20:26'),(87775,32169,'action started via WP Cron','2021-02-09 01:21:13','2021-02-08 17:21:13'),(87776,32169,'action complete via WP Cron','2021-02-09 01:21:13','2021-02-08 17:21:13'),(87777,32170,'action created','2021-02-09 01:22:35','2021-02-08 17:22:35'),(87778,32170,'action started via WP Cron','2021-02-09 01:23:01','2021-02-08 17:23:01'),(87779,32170,'action complete via WP Cron','2021-02-09 01:23:01','2021-02-08 17:23:01'),(87780,32171,'action created','2021-02-09 01:23:01','2021-02-08 17:23:01'),(87781,32171,'action started via WP Cron','2021-02-09 01:28:30','2021-02-08 17:28:30'),(87782,32171,'action complete via WP Cron','2021-02-09 01:28:30','2021-02-08 17:28:30'),(87783,32172,'action created','2021-02-09 01:28:30','2021-02-08 17:28:30'),(87784,32172,'action started via WP Cron','2021-02-09 01:29:18','2021-02-08 17:29:18'),(87785,32172,'action complete via WP Cron','2021-02-09 01:29:18','2021-02-08 17:29:18'),(87786,32173,'action created','2021-02-09 01:29:19','2021-02-08 17:29:19'),(87787,32173,'action started via WP Cron','2021-02-09 01:29:45','2021-02-08 17:29:45'),(87788,32173,'action complete via WP Cron','2021-02-09 01:29:45','2021-02-08 17:29:45'),(87789,32174,'action created','2021-02-09 01:29:45','2021-02-08 17:29:45'),(87790,32174,'action started via WP Cron','2021-02-09 01:32:15','2021-02-08 17:32:15'),(87791,32174,'action complete via WP Cron','2021-02-09 01:32:15','2021-02-08 17:32:15'),(87792,32175,'action created','2021-02-09 01:32:15','2021-02-08 17:32:15'),(87793,32175,'action started via WP Cron','2021-02-09 01:32:59','2021-02-08 17:32:59'),(87794,32175,'action complete via WP Cron','2021-02-09 01:32:59','2021-02-08 17:32:59'),(87795,32176,'action created','2021-02-09 01:32:59','2021-02-08 17:32:59'),(87796,32176,'action started via WP Cron','2021-02-09 01:34:08','2021-02-08 17:34:08'),(87797,32176,'action complete via WP Cron','2021-02-09 01:34:08','2021-02-08 17:34:08'),(87798,32177,'action created','2021-02-09 01:34:08','2021-02-08 17:34:08'),(87799,32177,'action started via WP Cron','2021-02-09 01:36:33','2021-02-08 17:36:33'),(87800,32177,'action complete via WP Cron','2021-02-09 01:36:33','2021-02-08 17:36:33'),(87801,32178,'action created','2021-02-09 01:36:33','2021-02-08 17:36:33'),(87802,32178,'action started via WP Cron','2021-02-09 01:37:51','2021-02-08 17:37:51'),(87803,32178,'action complete via WP Cron','2021-02-09 01:37:51','2021-02-08 17:37:51'),(87804,32179,'action created','2021-02-09 01:37:51','2021-02-08 17:37:51'),(87805,32179,'action started via WP Cron','2021-02-09 01:38:40','2021-02-08 17:38:40'),(87806,32179,'action complete via WP Cron','2021-02-09 01:38:40','2021-02-08 17:38:40'),(87807,32180,'action created','2021-02-09 01:38:40','2021-02-08 17:38:40'),(87808,32180,'action started via WP Cron','2021-02-09 01:42:32','2021-02-08 17:42:32'),(87809,32180,'action complete via WP Cron','2021-02-09 01:42:32','2021-02-08 17:42:32'),(87810,32181,'action created','2021-02-09 01:42:32','2021-02-08 17:42:32'),(87811,32181,'action started via WP Cron','2021-02-09 01:43:04','2021-02-08 17:43:04'),(87812,32181,'action complete via WP Cron','2021-02-09 01:43:04','2021-02-08 17:43:04'),(87813,32182,'action created','2021-02-09 01:43:04','2021-02-08 17:43:04'),(87814,32182,'action started via WP Cron','2021-02-09 01:46:34','2021-02-08 17:46:34'),(87815,32182,'action complete via WP Cron','2021-02-09 01:46:34','2021-02-08 17:46:34'),(87816,32183,'action created','2021-02-09 01:46:34','2021-02-08 17:46:34'),(87817,32183,'action started via WP Cron','2021-02-09 01:50:29','2021-02-08 17:50:29'),(87818,32183,'action complete via WP Cron','2021-02-09 01:50:29','2021-02-08 17:50:29'),(87819,32184,'action created','2021-02-09 01:50:29','2021-02-08 17:50:29'),(87820,32184,'action started via WP Cron','2021-02-09 01:53:03','2021-02-08 17:53:03'),(87821,32184,'action complete via WP Cron','2021-02-09 01:53:03','2021-02-08 17:53:03'),(87822,32185,'action created','2021-02-09 01:53:03','2021-02-08 17:53:03'),(87823,32185,'action started via WP Cron','2021-02-09 01:55:50','2021-02-08 17:55:50'),(87824,32185,'action complete via WP Cron','2021-02-09 01:55:50','2021-02-08 17:55:50'),(87825,32186,'action created','2021-02-09 01:55:50','2021-02-08 17:55:50'),(87826,32186,'action started via WP Cron','2021-02-09 01:58:04','2021-02-08 17:58:04'),(87827,32186,'action complete via WP Cron','2021-02-09 01:58:04','2021-02-08 17:58:04'),(87828,32187,'action created','2021-02-09 01:58:04','2021-02-08 17:58:04'),(87829,32187,'action started via WP Cron','2021-02-09 02:00:05','2021-02-08 18:00:05'),(87830,32187,'action complete via WP Cron','2021-02-09 02:00:05','2021-02-08 18:00:05'),(87831,32188,'action created','2021-02-09 02:01:07','2021-02-08 18:01:07'),(87832,32188,'action started via WP Cron','2021-02-09 02:02:41','2021-02-08 18:02:41'),(87833,32188,'action complete via WP Cron','2021-02-09 02:02:41','2021-02-08 18:02:41'),(87834,32189,'action created','2021-02-09 02:02:41','2021-02-08 18:02:41'),(87835,32189,'action started via WP Cron','2021-02-09 02:06:32','2021-02-08 18:06:32'),(87836,32189,'action complete via WP Cron','2021-02-09 02:06:32','2021-02-08 18:06:32'),(87837,32190,'action created','2021-02-09 02:06:32','2021-02-08 18:06:32'),(87838,32190,'action started via WP Cron','2021-02-09 02:08:24','2021-02-08 18:08:24'),(87839,32190,'action complete via WP Cron','2021-02-09 02:08:24','2021-02-08 18:08:24'),(87840,32191,'action created','2021-02-09 02:08:25','2021-02-08 18:08:25'),(87841,32191,'action started via WP Cron','2021-02-09 02:18:21','2021-02-08 18:18:21'),(87842,32191,'action complete via WP Cron','2021-02-09 02:18:21','2021-02-08 18:18:21'),(87843,32192,'action created','2021-02-09 02:18:21','2021-02-08 18:18:21'),(87844,32192,'action started via WP Cron','2021-02-09 02:19:23','2021-02-08 18:19:23'),(87845,32192,'action complete via WP Cron','2021-02-09 02:19:23','2021-02-08 18:19:23'),(87846,32193,'action created','2021-02-09 02:19:23','2021-02-08 18:19:23'),(87847,32193,'action started via WP Cron','2021-02-09 02:31:30','2021-02-08 18:31:30'),(87848,32193,'action complete via WP Cron','2021-02-09 02:31:30','2021-02-08 18:31:30'),(87849,32194,'action created','2021-02-09 02:31:30','2021-02-08 18:31:30'),(87850,32194,'action started via WP Cron','2021-02-09 02:31:59','2021-02-08 18:31:59'),(87851,32194,'action complete via WP Cron','2021-02-09 02:31:59','2021-02-08 18:31:59'),(87852,32195,'action created','2021-02-09 02:31:59','2021-02-08 18:31:59'),(87853,32195,'action started via WP Cron','2021-02-09 02:34:56','2021-02-08 18:34:56'),(87854,32195,'action complete via WP Cron','2021-02-09 02:34:56','2021-02-08 18:34:56'),(87855,32196,'action created','2021-02-09 02:34:56','2021-02-08 18:34:56'),(87856,32196,'action started via WP Cron','2021-02-09 02:36:14','2021-02-08 18:36:14'),(87857,32196,'action complete via WP Cron','2021-02-09 02:36:14','2021-02-08 18:36:14'),(87858,32197,'action created','2021-02-09 02:36:14','2021-02-08 18:36:14'),(87859,32197,'action started via WP Cron','2021-02-09 02:36:42','2021-02-08 18:36:42'),(87860,32197,'action complete via WP Cron','2021-02-09 02:36:42','2021-02-08 18:36:42'),(87861,32198,'action created','2021-02-09 02:36:42','2021-02-08 18:36:42'),(87862,32198,'action started via WP Cron','2021-02-09 02:37:44','2021-02-08 18:37:44'),(87863,32198,'action complete via WP Cron','2021-02-09 02:37:44','2021-02-08 18:37:44'),(87864,32199,'action created','2021-02-09 02:37:44','2021-02-08 18:37:44'),(87865,32199,'action started via WP Cron','2021-02-09 02:38:44','2021-02-08 18:38:44'),(87866,32199,'action complete via WP Cron','2021-02-09 02:38:44','2021-02-08 18:38:44'),(87867,32200,'action created','2021-02-09 02:38:44','2021-02-08 18:38:44'),(87868,32200,'action started via WP Cron','2021-02-09 02:39:56','2021-02-08 18:39:56'),(87869,32200,'action complete via WP Cron','2021-02-09 02:39:56','2021-02-08 18:39:56'),(87870,32201,'action created','2021-02-09 02:39:56','2021-02-08 18:39:56'),(87871,32201,'action started via WP Cron','2021-02-09 02:40:46','2021-02-08 18:40:46'),(87872,32201,'action complete via WP Cron','2021-02-09 02:40:46','2021-02-08 18:40:46'),(87873,32202,'action created','2021-02-09 02:40:46','2021-02-08 18:40:46'),(87874,32202,'action started via WP Cron','2021-02-09 02:41:55','2021-02-08 18:41:55'),(87875,32202,'action complete via WP Cron','2021-02-09 02:41:55','2021-02-08 18:41:55'),(87876,32203,'action created','2021-02-09 02:41:55','2021-02-08 18:41:55'),(87877,32203,'action started via WP Cron','2021-02-09 02:42:48','2021-02-08 18:42:48'),(87878,32203,'action complete via WP Cron','2021-02-09 02:42:48','2021-02-08 18:42:48'),(87879,32204,'action created','2021-02-09 02:42:48','2021-02-08 18:42:48'),(87880,32204,'action started via WP Cron','2021-02-09 02:44:02','2021-02-08 18:44:02'),(87881,32204,'action complete via WP Cron','2021-02-09 02:44:02','2021-02-08 18:44:02'),(87882,32205,'action created','2021-02-09 02:44:02','2021-02-08 18:44:02'),(87883,32205,'action started via WP Cron','2021-02-09 02:44:44','2021-02-08 18:44:44'),(87884,32205,'action complete via WP Cron','2021-02-09 02:44:44','2021-02-08 18:44:44'),(87885,32206,'action created','2021-02-09 02:44:44','2021-02-08 18:44:44'),(87886,32206,'action started via WP Cron','2021-02-09 02:45:48','2021-02-08 18:45:48'),(87887,32206,'action complete via WP Cron','2021-02-09 02:45:48','2021-02-08 18:45:48'),(87888,32207,'action created','2021-02-09 02:45:48','2021-02-08 18:45:48'),(87889,32207,'action started via WP Cron','2021-02-09 02:46:44','2021-02-08 18:46:44'),(87890,32207,'action complete via WP Cron','2021-02-09 02:46:44','2021-02-08 18:46:44'),(87891,32208,'action created','2021-02-09 02:46:44','2021-02-08 18:46:44'),(87892,32208,'action started via WP Cron','2021-02-09 02:47:44','2021-02-08 18:47:44'),(87893,32208,'action complete via WP Cron','2021-02-09 02:47:44','2021-02-08 18:47:44'),(87894,32209,'action created','2021-02-09 02:47:44','2021-02-08 18:47:44'),(87895,32209,'action started via WP Cron','2021-02-09 02:49:01','2021-02-08 18:49:01'),(87896,32209,'action complete via WP Cron','2021-02-09 02:49:01','2021-02-08 18:49:01'),(87897,32210,'action created','2021-02-09 02:49:01','2021-02-08 18:49:01'),(87898,32210,'action started via WP Cron','2021-02-09 02:49:46','2021-02-08 18:49:46'),(87899,32210,'action complete via WP Cron','2021-02-09 02:49:46','2021-02-08 18:49:46'),(87900,32211,'action created','2021-02-09 02:49:46','2021-02-08 18:49:46'),(87901,32211,'action started via WP Cron','2021-02-09 02:50:45','2021-02-08 18:50:45'),(87902,32211,'action complete via WP Cron','2021-02-09 02:50:45','2021-02-08 18:50:45'),(87903,32212,'action created','2021-02-09 02:50:45','2021-02-08 18:50:45'),(87904,32212,'action started via WP Cron','2021-02-09 02:51:44','2021-02-08 18:51:44'),(87905,32212,'action complete via WP Cron','2021-02-09 02:51:44','2021-02-08 18:51:44'),(87906,32213,'action created','2021-02-09 02:51:44','2021-02-08 18:51:44'),(87907,32213,'action started via WP Cron','2021-02-09 02:52:47','2021-02-08 18:52:47'),(87908,32213,'action complete via WP Cron','2021-02-09 02:52:47','2021-02-08 18:52:47'),(87909,32214,'action created','2021-02-09 02:52:48','2021-02-08 18:52:48'),(87910,32214,'action started via WP Cron','2021-02-09 02:53:45','2021-02-08 18:53:45'),(87911,32214,'action complete via WP Cron','2021-02-09 02:53:45','2021-02-08 18:53:45'),(87912,32215,'action created','2021-02-09 02:53:45','2021-02-08 18:53:45'),(87913,32215,'action started via WP Cron','2021-02-09 02:54:41','2021-02-08 18:54:41'),(87914,32215,'action complete via WP Cron','2021-02-09 02:54:41','2021-02-08 18:54:41'),(87915,32216,'action created','2021-02-09 02:54:41','2021-02-08 18:54:41'),(87916,32216,'action started via WP Cron','2021-02-09 02:56:13','2021-02-08 18:56:13'),(87917,32216,'action complete via WP Cron','2021-02-09 02:56:13','2021-02-08 18:56:13'),(87918,32217,'action created','2021-02-09 02:56:13','2021-02-08 18:56:13'),(87919,32217,'action started via WP Cron','2021-02-09 02:56:43','2021-02-08 18:56:43'),(87920,32217,'action complete via WP Cron','2021-02-09 02:56:43','2021-02-08 18:56:43'),(87921,32218,'action created','2021-02-09 02:56:43','2021-02-08 18:56:43'),(87922,32218,'action started via WP Cron','2021-02-09 02:57:45','2021-02-08 18:57:45'),(87923,32218,'action complete via WP Cron','2021-02-09 02:57:45','2021-02-08 18:57:45'),(87924,32219,'action created','2021-02-09 02:57:45','2021-02-08 18:57:45'),(87925,32219,'action started via WP Cron','2021-02-09 02:58:42','2021-02-08 18:58:42'),(87926,32219,'action complete via WP Cron','2021-02-09 02:58:42','2021-02-08 18:58:42'),(87927,32220,'action created','2021-02-09 02:58:42','2021-02-08 18:58:42'),(87928,32220,'action started via WP Cron','2021-02-09 02:59:48','2021-02-08 18:59:48'),(87929,32220,'action complete via WP Cron','2021-02-09 02:59:48','2021-02-08 18:59:48'),(87930,32221,'action created','2021-02-09 03:00:03','2021-02-08 19:00:03'),(87931,32221,'action started via WP Cron','2021-02-09 03:00:47','2021-02-08 19:00:47'),(87932,32221,'action complete via WP Cron','2021-02-09 03:00:47','2021-02-08 19:00:47'),(87933,32222,'action created','2021-02-09 03:00:47','2021-02-08 19:00:47'),(87934,32222,'action started via WP Cron','2021-02-09 03:01:44','2021-02-08 19:01:44'),(87935,32222,'action complete via WP Cron','2021-02-09 03:01:44','2021-02-08 19:01:44'),(87936,32223,'action created','2021-02-09 03:01:44','2021-02-08 19:01:44'),(87937,32223,'action started via WP Cron','2021-02-09 03:02:40','2021-02-08 19:02:40'),(87938,32223,'action complete via WP Cron','2021-02-09 03:02:40','2021-02-08 19:02:40'),(87939,32224,'action created','2021-02-09 03:02:41','2021-02-08 19:02:41'),(87940,32224,'action started via WP Cron','2021-02-09 03:03:43','2021-02-08 19:03:43'),(87941,32224,'action complete via WP Cron','2021-02-09 03:03:43','2021-02-08 19:03:43'),(87942,32225,'action created','2021-02-09 03:03:43','2021-02-08 19:03:43'),(87943,32225,'action started via WP Cron','2021-02-09 03:04:43','2021-02-08 19:04:43'),(87944,32225,'action complete via WP Cron','2021-02-09 03:04:43','2021-02-08 19:04:43'),(87945,32226,'action created','2021-02-09 03:04:43','2021-02-08 19:04:43'),(87946,32226,'action started via WP Cron','2021-02-09 03:05:42','2021-02-08 19:05:42'),(87947,32226,'action complete via WP Cron','2021-02-09 03:05:42','2021-02-08 19:05:42'),(87948,32227,'action created','2021-02-09 03:05:42','2021-02-08 19:05:42'),(87949,32227,'action started via WP Cron','2021-02-09 03:06:47','2021-02-08 19:06:47'),(87950,32227,'action complete via WP Cron','2021-02-09 03:06:47','2021-02-08 19:06:47'),(87951,32228,'action created','2021-02-09 03:06:47','2021-02-08 19:06:47'),(87952,32228,'action started via WP Cron','2021-02-09 03:08:07','2021-02-08 19:08:07'),(87953,32228,'action complete via WP Cron','2021-02-09 03:08:07','2021-02-08 19:08:07'),(87954,32229,'action created','2021-02-09 03:08:07','2021-02-08 19:08:07'),(87955,32229,'action started via WP Cron','2021-02-09 03:08:56','2021-02-08 19:08:56'),(87956,32229,'action complete via WP Cron','2021-02-09 03:08:56','2021-02-08 19:08:56'),(87957,32230,'action created','2021-02-09 03:08:56','2021-02-08 19:08:56'),(87958,32230,'action started via WP Cron','2021-02-09 03:09:46','2021-02-08 19:09:46'),(87959,32230,'action complete via WP Cron','2021-02-09 03:09:46','2021-02-08 19:09:46'),(87960,32231,'action created','2021-02-09 03:09:47','2021-02-08 19:09:47'),(87961,32231,'action started via WP Cron','2021-02-09 03:10:43','2021-02-08 19:10:43'),(87962,32231,'action complete via WP Cron','2021-02-09 03:10:43','2021-02-08 19:10:43'),(87963,32232,'action created','2021-02-09 03:10:43','2021-02-08 19:10:43'),(87964,32232,'action started via WP Cron','2021-02-09 03:11:50','2021-02-08 19:11:50'),(87965,32232,'action complete via WP Cron','2021-02-09 03:11:50','2021-02-08 19:11:50'),(87966,32233,'action created','2021-02-09 03:11:50','2021-02-08 19:11:50'),(87967,32233,'action started via WP Cron','2021-02-09 03:12:45','2021-02-08 19:12:45'),(87968,32233,'action complete via WP Cron','2021-02-09 03:12:45','2021-02-08 19:12:45'),(87969,32234,'action created','2021-02-09 03:12:45','2021-02-08 19:12:45'),(87970,32234,'action started via WP Cron','2021-02-09 03:13:44','2021-02-08 19:13:44'),(87971,32234,'action complete via WP Cron','2021-02-09 03:13:44','2021-02-08 19:13:44'),(87972,32235,'action created','2021-02-09 03:13:44','2021-02-08 19:13:44'),(87973,32235,'action started via WP Cron','2021-02-09 03:14:46','2021-02-08 19:14:46'),(87974,32235,'action complete via WP Cron','2021-02-09 03:14:46','2021-02-08 19:14:46'),(87975,32236,'action created','2021-02-09 03:14:46','2021-02-08 19:14:46'),(87976,32236,'action started via WP Cron','2021-02-09 03:15:41','2021-02-08 19:15:41'),(87977,32236,'action complete via WP Cron','2021-02-09 03:15:41','2021-02-08 19:15:41'),(87978,32237,'action created','2021-02-09 03:15:41','2021-02-08 19:15:41'),(87979,32237,'action started via WP Cron','2021-02-09 03:17:12','2021-02-08 19:17:12'),(87980,32237,'action complete via WP Cron','2021-02-09 03:17:12','2021-02-08 19:17:12'),(87981,32238,'action created','2021-02-09 03:17:12','2021-02-08 19:17:12'),(87982,32238,'action started via WP Cron','2021-02-09 03:17:41','2021-02-08 19:17:41'),(87983,32238,'action complete via WP Cron','2021-02-09 03:17:41','2021-02-08 19:17:41'),(87984,32239,'action created','2021-02-09 03:17:41','2021-02-08 19:17:41'),(87985,32239,'action started via WP Cron','2021-02-09 03:18:44','2021-02-08 19:18:44'),(87986,32239,'action complete via WP Cron','2021-02-09 03:18:44','2021-02-08 19:18:44'),(87987,32240,'action created','2021-02-09 03:18:45','2021-02-08 19:18:45'),(87988,32240,'action started via WP Cron','2021-02-09 03:20:07','2021-02-08 19:20:07'),(87989,32240,'action complete via WP Cron','2021-02-09 03:20:07','2021-02-08 19:20:07'),(87990,32241,'action created','2021-02-09 03:20:07','2021-02-08 19:20:07'),(87991,32241,'action started via WP Cron','2021-02-09 03:21:02','2021-02-08 19:21:02'),(87992,32241,'action complete via WP Cron','2021-02-09 03:21:02','2021-02-08 19:21:02'),(87993,32242,'action created','2021-02-09 03:21:12','2021-02-08 19:21:12'),(87994,32242,'action started via WP Cron','2021-02-09 03:22:06','2021-02-08 19:22:06'),(87995,32242,'action complete via WP Cron','2021-02-09 03:22:06','2021-02-08 19:22:06'),(87996,32243,'action created','2021-02-09 03:22:06','2021-02-08 19:22:06'),(87997,32243,'action started via WP Cron','2021-02-09 03:22:43','2021-02-08 19:22:43'),(87998,32243,'action complete via WP Cron','2021-02-09 03:22:43','2021-02-08 19:22:43'),(87999,32244,'action created','2021-02-09 03:22:43','2021-02-08 19:22:43'),(88000,32244,'action started via WP Cron','2021-02-09 03:24:43','2021-02-08 19:24:43'),(88001,32244,'action complete via WP Cron','2021-02-09 03:24:43','2021-02-08 19:24:43'),(88002,32245,'action created','2021-02-09 03:24:43','2021-02-08 19:24:43'),(88003,32245,'action started via WP Cron','2021-02-09 03:25:49','2021-02-08 19:25:49'),(88004,32245,'action complete via WP Cron','2021-02-09 03:25:49','2021-02-08 19:25:49'),(88005,32246,'action created','2021-02-09 03:25:49','2021-02-08 19:25:49'),(88006,32246,'action started via WP Cron','2021-02-09 03:27:51','2021-02-08 19:27:51'),(88007,32246,'action complete via WP Cron','2021-02-09 03:27:51','2021-02-08 19:27:51'),(88008,32247,'action created','2021-02-09 03:27:51','2021-02-08 19:27:51'),(88009,32247,'action started via WP Cron','2021-02-09 03:28:52','2021-02-08 19:28:52'),(88010,32247,'action complete via WP Cron','2021-02-09 03:28:52','2021-02-08 19:28:52'),(88011,32248,'action created','2021-02-09 03:28:52','2021-02-08 19:28:52'),(88012,32248,'action started via WP Cron','2021-02-09 03:29:53','2021-02-08 19:29:53'),(88013,32248,'action complete via WP Cron','2021-02-09 03:29:53','2021-02-08 19:29:53'),(88014,32249,'action created','2021-02-09 03:29:53','2021-02-08 19:29:53'),(88015,32249,'action started via WP Cron','2021-02-09 03:32:03','2021-02-08 19:32:03'),(88016,32249,'action complete via WP Cron','2021-02-09 03:32:03','2021-02-08 19:32:03'),(88017,32250,'action created','2021-02-09 03:32:03','2021-02-08 19:32:03'),(88018,32250,'action started via WP Cron','2021-02-09 03:34:25','2021-02-08 19:34:25'),(88019,32250,'action complete via WP Cron','2021-02-09 03:34:25','2021-02-08 19:34:25'),(88020,32251,'action created','2021-02-09 03:34:25','2021-02-08 19:34:25'),(88021,32251,'action started via WP Cron','2021-02-09 03:35:28','2021-02-08 19:35:28'),(88022,32251,'action complete via WP Cron','2021-02-09 03:35:28','2021-02-08 19:35:28'),(88023,32252,'action created','2021-02-09 03:35:28','2021-02-08 19:35:28'),(88024,32252,'action started via WP Cron','2021-02-09 03:36:37','2021-02-08 19:36:37'),(88025,32252,'action complete via WP Cron','2021-02-09 03:36:37','2021-02-08 19:36:37'),(88026,32253,'action created','2021-02-09 03:36:37','2021-02-08 19:36:37'),(88027,32253,'action started via WP Cron','2021-02-09 03:38:30','2021-02-08 19:38:30'),(88028,32253,'action complete via WP Cron','2021-02-09 03:38:30','2021-02-08 19:38:30'),(88029,32254,'action created','2021-02-09 03:38:30','2021-02-08 19:38:30'),(88030,32254,'action started via WP Cron','2021-02-09 03:40:08','2021-02-08 19:40:08'),(88031,32254,'action complete via WP Cron','2021-02-09 03:40:08','2021-02-08 19:40:08'),(88032,32255,'action created','2021-02-09 03:40:08','2021-02-08 19:40:08'),(88033,32255,'action started via WP Cron','2021-02-09 03:42:51','2021-02-08 19:42:51'),(88034,32255,'action complete via WP Cron','2021-02-09 03:42:51','2021-02-08 19:42:51'),(88035,32256,'action created','2021-02-09 03:42:51','2021-02-08 19:42:51'),(88036,32256,'action started via WP Cron','2021-02-09 03:47:54','2021-02-08 19:47:54'),(88037,32256,'action complete via WP Cron','2021-02-09 03:47:54','2021-02-08 19:47:54'),(88038,32257,'action created','2021-02-09 03:47:54','2021-02-08 19:47:54'),(88039,32257,'action started via WP Cron','2021-02-09 03:48:43','2021-02-08 19:48:43'),(88040,32257,'action complete via WP Cron','2021-02-09 03:48:43','2021-02-08 19:48:43'),(88041,32258,'action created','2021-02-09 03:48:43','2021-02-08 19:48:43'),(88042,32258,'action started via WP Cron','2021-02-09 03:51:23','2021-02-08 19:51:23'),(88043,32258,'action complete via WP Cron','2021-02-09 03:51:23','2021-02-08 19:51:23'),(88044,32259,'action created','2021-02-09 03:51:29','2021-02-08 19:51:29'),(88045,32259,'action started via WP Cron','2021-02-09 04:00:44','2021-02-08 20:00:44'),(88046,32259,'action complete via WP Cron','2021-02-09 04:00:44','2021-02-08 20:00:44'),(88047,32260,'action created','2021-02-09 04:00:44','2021-02-08 20:00:44'),(88048,32260,'action started via WP Cron','2021-02-09 04:01:58','2021-02-08 20:01:58'),(88049,32260,'action complete via WP Cron','2021-02-09 04:01:58','2021-02-08 20:01:58'),(88050,32261,'action created','2021-02-09 04:01:59','2021-02-08 20:01:59'),(88051,32261,'action started via WP Cron','2021-02-09 04:06:10','2021-02-08 20:06:10'),(88052,32261,'action complete via WP Cron','2021-02-09 04:06:10','2021-02-08 20:06:10'),(88053,32262,'action created','2021-02-09 04:06:10','2021-02-08 20:06:10'),(88054,32262,'action started via WP Cron','2021-02-09 04:07:43','2021-02-08 20:07:43'),(88055,32262,'action complete via WP Cron','2021-02-09 04:07:43','2021-02-08 20:07:43'),(88056,32263,'action created','2021-02-09 04:07:43','2021-02-08 20:07:43'),(88057,32263,'action started via WP Cron','2021-02-09 04:08:49','2021-02-08 20:08:49'),(88058,32263,'action complete via WP Cron','2021-02-09 04:08:49','2021-02-08 20:08:49'),(88059,32264,'action created','2021-02-09 04:08:50','2021-02-08 20:08:50'),(88060,32264,'action started via WP Cron','2021-02-09 04:09:43','2021-02-08 20:09:43'),(88061,32264,'action complete via WP Cron','2021-02-09 04:09:43','2021-02-08 20:09:43'),(88062,32265,'action created','2021-02-09 04:09:44','2021-02-08 20:09:44'),(88063,32265,'action started via WP Cron','2021-02-09 04:10:40','2021-02-08 20:10:40'),(88064,32265,'action complete via WP Cron','2021-02-09 04:10:40','2021-02-08 20:10:40'),(88065,32266,'action created','2021-02-09 04:10:40','2021-02-08 20:10:40'),(88066,32266,'action started via WP Cron','2021-02-09 04:11:41','2021-02-08 20:11:41'),(88067,32266,'action complete via WP Cron','2021-02-09 04:11:41','2021-02-08 20:11:41'),(88068,32267,'action created','2021-02-09 04:11:41','2021-02-08 20:11:41'),(88069,32267,'action started via WP Cron','2021-02-09 04:12:44','2021-02-08 20:12:44'),(88070,32267,'action complete via WP Cron','2021-02-09 04:12:44','2021-02-08 20:12:44'),(88071,32268,'action created','2021-02-09 04:12:44','2021-02-08 20:12:44'),(88072,32268,'action started via WP Cron','2021-02-09 04:13:45','2021-02-08 20:13:45'),(88073,32268,'action complete via WP Cron','2021-02-09 04:13:45','2021-02-08 20:13:45'),(88074,32269,'action created','2021-02-09 04:13:45','2021-02-08 20:13:45'),(88075,32269,'action started via WP Cron','2021-02-09 04:14:44','2021-02-08 20:14:44'),(88076,32269,'action complete via WP Cron','2021-02-09 04:14:44','2021-02-08 20:14:44'),(88077,32270,'action created','2021-02-09 04:14:44','2021-02-08 20:14:44'),(88078,31458,'action started via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88079,31458,'action complete via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88080,32271,'action created','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88081,31457,'action started via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88082,31457,'action complete via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88083,32272,'action created','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88084,32270,'action started via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88085,32270,'action complete via WP Cron','2021-02-09 04:21:39','2021-02-08 20:21:39'),(88086,32273,'action created','2021-02-09 04:21:40','2021-02-08 20:21:40'),(88087,32273,'action started via WP Cron','2021-02-09 04:29:10','2021-02-08 20:29:10'),(88088,32273,'action complete via WP Cron','2021-02-09 04:29:10','2021-02-08 20:29:10'),(88089,32274,'action created','2021-02-09 04:29:10','2021-02-08 20:29:10'),(88090,32274,'action started via WP Cron','2021-02-09 04:29:55','2021-02-08 20:29:55'),(88091,32274,'action complete via WP Cron','2021-02-09 04:29:55','2021-02-08 20:29:55'),(88092,32275,'action created','2021-02-09 04:29:55','2021-02-08 20:29:55'),(88093,32275,'action started via WP Cron','2021-02-09 04:30:53','2021-02-08 20:30:53'),(88094,32275,'action complete via WP Cron','2021-02-09 04:30:53','2021-02-08 20:30:53'),(88095,32276,'action created','2021-02-09 04:30:53','2021-02-08 20:30:53'),(88096,32276,'action started via WP Cron','2021-02-09 04:31:54','2021-02-08 20:31:54'),(88097,32276,'action complete via WP Cron','2021-02-09 04:31:54','2021-02-08 20:31:54'),(88098,32277,'action created','2021-02-09 04:31:54','2021-02-08 20:31:54'),(88099,32277,'action started via WP Cron','2021-02-09 04:33:23','2021-02-08 20:33:23'),(88100,32277,'action complete via WP Cron','2021-02-09 04:33:23','2021-02-08 20:33:23'),(88101,32278,'action created','2021-02-09 04:33:58','2021-02-08 20:33:58'),(88102,32278,'action started via WP Cron','2021-02-09 04:34:57','2021-02-08 20:34:57'),(88103,32278,'action complete via WP Cron','2021-02-09 04:34:57','2021-02-08 20:34:57'),(88104,32279,'action created','2021-02-09 04:34:57','2021-02-08 20:34:57'),(88105,32279,'action started via WP Cron','2021-02-09 04:35:58','2021-02-08 20:35:58'),(88106,32279,'action complete via WP Cron','2021-02-09 04:35:58','2021-02-08 20:35:58'),(88107,32280,'action created','2021-02-09 04:35:58','2021-02-08 20:35:58'),(88108,32280,'action started via WP Cron','2021-02-09 04:37:35','2021-02-08 20:37:35'),(88109,32280,'action complete via WP Cron','2021-02-09 04:37:35','2021-02-08 20:37:35'),(88110,32281,'action created','2021-02-09 04:37:35','2021-02-08 20:37:35'),(88111,32281,'action started via WP Cron','2021-02-09 04:38:36','2021-02-08 20:38:36'),(88112,32281,'action complete via WP Cron','2021-02-09 04:38:36','2021-02-08 20:38:36'),(88113,32282,'action created','2021-02-09 04:38:36','2021-02-08 20:38:36'),(88114,32282,'action started via WP Cron','2021-02-09 04:39:37','2021-02-08 20:39:37'),(88115,32282,'action complete via WP Cron','2021-02-09 04:39:37','2021-02-08 20:39:37'),(88116,32283,'action created','2021-02-09 04:39:37','2021-02-08 20:39:37'),(88117,32283,'action started via WP Cron','2021-02-09 04:40:10','2021-02-08 20:40:10'),(88118,32283,'action complete via WP Cron','2021-02-09 04:40:10','2021-02-08 20:40:10'),(88119,32284,'action created','2021-02-09 04:40:10','2021-02-08 20:40:10'),(88120,32284,'action started via WP Cron','2021-02-09 04:48:35','2021-02-08 20:48:35'),(88121,32284,'action complete via WP Cron','2021-02-09 04:48:35','2021-02-08 20:48:35'),(88122,32285,'action created','2021-02-09 04:48:35','2021-02-08 20:48:35'),(88123,32285,'action started via WP Cron','2021-02-09 04:49:09','2021-02-08 20:49:09'),(88124,32285,'action complete via WP Cron','2021-02-09 04:49:09','2021-02-08 20:49:09'),(88125,32286,'action created','2021-02-09 04:49:09','2021-02-08 20:49:09'),(88126,32286,'action started via WP Cron','2021-02-09 04:50:42','2021-02-08 20:50:42'),(88127,32286,'action complete via WP Cron','2021-02-09 04:50:42','2021-02-08 20:50:42'),(88128,32287,'action created','2021-02-09 04:50:42','2021-02-08 20:50:42'),(88129,32287,'action started via WP Cron','2021-02-09 04:53:44','2021-02-08 20:53:44'),(88130,32287,'action complete via WP Cron','2021-02-09 04:53:44','2021-02-08 20:53:44'),(88131,32288,'action created','2021-02-09 04:53:44','2021-02-08 20:53:44'),(88132,32288,'action started via WP Cron','2021-02-09 04:54:53','2021-02-08 20:54:53'),(88133,32288,'action complete via WP Cron','2021-02-09 04:54:53','2021-02-08 20:54:53'),(88134,32289,'action created','2021-02-09 04:54:53','2021-02-08 20:54:53'),(88135,32289,'action started via WP Cron','2021-02-09 04:55:54','2021-02-08 20:55:54'),(88136,32289,'action complete via WP Cron','2021-02-09 04:55:54','2021-02-08 20:55:54'),(88137,32290,'action created','2021-02-09 04:55:54','2021-02-08 20:55:54'),(88138,32290,'action started via WP Cron','2021-02-09 04:57:05','2021-02-08 20:57:05'),(88139,32290,'action complete via WP Cron','2021-02-09 04:57:05','2021-02-08 20:57:05'),(88140,32291,'action created','2021-02-09 04:57:06','2021-02-08 20:57:06'),(88141,32291,'action started via WP Cron','2021-02-09 05:00:36','2021-02-08 21:00:36'),(88142,32291,'action complete via WP Cron','2021-02-09 05:00:36','2021-02-08 21:00:36'),(88143,32292,'action created','2021-02-09 05:00:36','2021-02-08 21:00:36'),(88144,32292,'action started via WP Cron','2021-02-09 05:03:40','2021-02-08 21:03:40'),(88145,32292,'action complete via WP Cron','2021-02-09 05:03:40','2021-02-08 21:03:40'),(88146,32293,'action created','2021-02-09 05:03:40','2021-02-08 21:03:40'),(88147,32293,'action started via WP Cron','2021-02-09 05:05:30','2021-02-08 21:05:30'),(88148,32293,'action complete via WP Cron','2021-02-09 05:05:30','2021-02-08 21:05:30'),(88149,32294,'action created','2021-02-09 05:05:31','2021-02-08 21:05:31'),(88150,32294,'action started via WP Cron','2021-02-09 05:07:39','2021-02-08 21:07:39'),(88151,32294,'action complete via WP Cron','2021-02-09 05:07:39','2021-02-08 21:07:39'),(88152,32295,'action created','2021-02-09 05:07:39','2021-02-08 21:07:39'),(88153,32295,'action started via WP Cron','2021-02-09 05:10:51','2021-02-08 21:10:51'),(88154,32295,'action complete via WP Cron','2021-02-09 05:10:51','2021-02-08 21:10:51'),(88155,32296,'action created','2021-02-09 05:10:51','2021-02-08 21:10:51'),(88156,32296,'action started via WP Cron','2021-02-09 05:27:23','2021-02-08 21:27:23'),(88157,32296,'action complete via WP Cron','2021-02-09 05:27:23','2021-02-08 21:27:23'),(88158,32297,'action created','2021-02-09 05:27:23','2021-02-08 21:27:23'),(88159,32297,'action started via WP Cron','2021-02-09 05:30:09','2021-02-08 21:30:09'),(88160,32297,'action complete via WP Cron','2021-02-09 05:30:09','2021-02-08 21:30:09'),(88161,32298,'action created','2021-02-09 05:30:09','2021-02-08 21:30:09'),(88162,32298,'action started via WP Cron','2021-02-09 05:36:00','2021-02-08 21:36:00'),(88163,32298,'action complete via WP Cron','2021-02-09 05:36:00','2021-02-08 21:36:00'),(88164,32299,'action created','2021-02-09 05:36:00','2021-02-08 21:36:00'),(88165,32299,'action started via WP Cron','2021-02-09 05:36:58','2021-02-08 21:36:58'),(88166,32299,'action complete via WP Cron','2021-02-09 05:36:58','2021-02-08 21:36:58'),(88167,32300,'action created','2021-02-09 05:36:58','2021-02-08 21:36:58'),(88168,32300,'action started via WP Cron','2021-02-09 05:37:42','2021-02-08 21:37:42'),(88169,32300,'action complete via WP Cron','2021-02-09 05:37:42','2021-02-08 21:37:42'),(88170,32301,'action created','2021-02-09 05:37:42','2021-02-08 21:37:42'),(88171,32301,'action started via WP Cron','2021-02-09 05:39:00','2021-02-08 21:39:00'),(88172,32301,'action complete via WP Cron','2021-02-09 05:39:00','2021-02-08 21:39:00'),(88173,32302,'action created','2021-02-09 05:39:00','2021-02-08 21:39:00'),(88174,32302,'action started via WP Cron','2021-02-09 05:40:02','2021-02-08 21:40:02'),(88175,32302,'action complete via WP Cron','2021-02-09 05:40:02','2021-02-08 21:40:02'),(88176,32303,'action created','2021-02-09 05:40:02','2021-02-08 21:40:02'),(88177,32303,'action started via WP Cron','2021-02-09 05:41:02','2021-02-08 21:41:02'),(88178,32303,'action complete via WP Cron','2021-02-09 05:41:02','2021-02-08 21:41:02'),(88179,32304,'action created','2021-02-09 05:41:02','2021-02-08 21:41:02'),(88180,32304,'action started via WP Cron','2021-02-09 05:47:07','2021-02-08 21:47:07'),(88181,32304,'action complete via WP Cron','2021-02-09 05:47:07','2021-02-08 21:47:07'),(88182,32305,'action created','2021-02-09 05:47:07','2021-02-08 21:47:07'),(88183,32305,'action started via WP Cron','2021-02-09 05:48:09','2021-02-08 21:48:09'),(88184,32305,'action complete via WP Cron','2021-02-09 05:48:09','2021-02-08 21:48:09'),(88185,32306,'action created','2021-02-09 05:48:09','2021-02-08 21:48:09'),(88186,32306,'action started via WP Cron','2021-02-09 05:51:04','2021-02-08 21:51:04'),(88187,32306,'action complete via WP Cron','2021-02-09 05:51:04','2021-02-08 21:51:04'),(88188,32307,'action created','2021-02-09 05:51:05','2021-02-08 21:51:05'),(88189,32307,'action started via WP Cron','2021-02-09 05:52:10','2021-02-08 21:52:10'),(88190,32307,'action complete via WP Cron','2021-02-09 05:52:10','2021-02-08 21:52:10'),(88191,32308,'action created','2021-02-09 05:52:10','2021-02-08 21:52:10'),(88192,32308,'action started via WP Cron','2021-02-09 05:53:11','2021-02-08 21:53:11'),(88193,32308,'action complete via WP Cron','2021-02-09 05:53:11','2021-02-08 21:53:11'),(88194,32309,'action created','2021-02-09 05:53:11','2021-02-08 21:53:11'),(88195,32309,'action started via WP Cron','2021-02-09 05:54:33','2021-02-08 21:54:33'),(88196,32309,'action complete via WP Cron','2021-02-09 05:54:33','2021-02-08 21:54:33'),(88197,32310,'action created','2021-02-09 05:54:33','2021-02-08 21:54:33'),(88198,32310,'action started via WP Cron','2021-02-09 05:55:13','2021-02-08 21:55:13'),(88199,32310,'action complete via WP Cron','2021-02-09 05:55:13','2021-02-08 21:55:13'),(88200,32311,'action created','2021-02-09 05:55:13','2021-02-08 21:55:13'),(88201,32311,'action started via WP Cron','2021-02-09 05:55:58','2021-02-08 21:55:58'),(88202,32311,'action complete via WP Cron','2021-02-09 05:55:58','2021-02-08 21:55:58'),(88203,32312,'action created','2021-02-09 05:55:59','2021-02-08 21:55:59'),(88204,32312,'action started via WP Cron','2021-02-09 05:57:00','2021-02-08 21:57:00'),(88205,32312,'action complete via WP Cron','2021-02-09 05:57:00','2021-02-08 21:57:00'),(88206,32313,'action created','2021-02-09 05:57:00','2021-02-08 21:57:00'),(88207,32313,'action started via WP Cron','2021-02-09 05:58:01','2021-02-08 21:58:01'),(88208,32313,'action complete via WP Cron','2021-02-09 05:58:01','2021-02-08 21:58:01'),(88209,32314,'action created','2021-02-09 05:59:02','2021-02-08 21:59:02'),(88210,32314,'action started via WP Cron','2021-02-09 06:00:04','2021-02-08 22:00:04'),(88211,32314,'action complete via WP Cron','2021-02-09 06:00:04','2021-02-08 22:00:04'),(88212,32315,'action created','2021-02-09 06:01:16','2021-02-08 22:01:16'),(88213,32315,'action started via WP Cron','2021-02-09 06:02:43','2021-02-08 22:02:43'),(88214,32315,'action complete via WP Cron','2021-02-09 06:02:43','2021-02-08 22:02:43'),(88215,32316,'action created','2021-02-09 06:02:43','2021-02-08 22:02:43'),(88216,32316,'action started via WP Cron','2021-02-09 06:05:08','2021-02-08 22:05:08'),(88217,32316,'action complete via WP Cron','2021-02-09 06:05:08','2021-02-08 22:05:08'),(88218,32317,'action created','2021-02-09 06:05:08','2021-02-08 22:05:08');
INSERT INTO `wp_actionscheduler_logs` VALUES (88219,32317,'action started via WP Cron','2021-02-09 06:06:10','2021-02-08 22:06:10'),(88220,32317,'action complete via WP Cron','2021-02-09 06:06:10','2021-02-08 22:06:10'),(88221,32318,'action created','2021-02-09 06:06:10','2021-02-08 22:06:10'),(88222,32318,'action started via WP Cron','2021-02-09 06:11:01','2021-02-08 22:11:01'),(88223,32318,'action complete via WP Cron','2021-02-09 06:11:01','2021-02-08 22:11:01'),(88224,31522,'action started via WP Cron','2021-02-09 06:11:01','2021-02-08 22:11:01'),(88225,31522,'action complete via WP Cron','2021-02-09 06:11:02','2021-02-08 22:11:02'),(88226,32319,'action created','2021-02-09 06:11:02','2021-02-08 22:11:02'),(88227,32320,'action created','2021-02-09 06:11:02','2021-02-08 22:11:02'),(88228,32320,'action started via WP Cron','2021-02-09 06:16:24','2021-02-08 22:16:24'),(88229,32320,'action complete via WP Cron','2021-02-09 06:16:24','2021-02-08 22:16:24'),(88230,32321,'action created','2021-02-09 06:16:24','2021-02-08 22:16:24'),(88231,32321,'action started via WP Cron','2021-02-09 06:18:29','2021-02-08 22:18:29'),(88232,32321,'action complete via WP Cron','2021-02-09 06:18:29','2021-02-08 22:18:29'),(88233,32322,'action created','2021-02-09 06:18:29','2021-02-08 22:18:29'),(88234,32322,'action started via WP Cron','2021-02-09 06:23:45','2021-02-08 22:23:45'),(88235,32322,'action complete via WP Cron','2021-02-09 06:23:45','2021-02-08 22:23:45'),(88236,32323,'action created','2021-02-09 06:23:45','2021-02-08 22:23:45'),(88237,32323,'action started via WP Cron','2021-02-09 06:24:41','2021-02-08 22:24:41'),(88238,32323,'action complete via WP Cron','2021-02-09 06:24:41','2021-02-08 22:24:41'),(88239,32324,'action created','2021-02-09 06:24:41','2021-02-08 22:24:41'),(88240,32324,'action started via WP Cron','2021-02-09 06:26:53','2021-02-08 22:26:53'),(88241,32324,'action complete via WP Cron','2021-02-09 06:26:53','2021-02-08 22:26:53'),(88242,32325,'action created','2021-02-09 06:26:53','2021-02-08 22:26:53'),(88243,32325,'action started via WP Cron','2021-02-09 06:27:54','2021-02-08 22:27:54'),(88244,32325,'action complete via WP Cron','2021-02-09 06:27:54','2021-02-08 22:27:54'),(88245,32326,'action created','2021-02-09 06:27:55','2021-02-08 22:27:55'),(88246,32326,'action started via WP Cron','2021-02-09 06:28:46','2021-02-08 22:28:46'),(88247,32326,'action complete via WP Cron','2021-02-09 06:28:46','2021-02-08 22:28:46'),(88248,32327,'action created','2021-02-09 06:28:47','2021-02-08 22:28:47'),(88249,32327,'action started via WP Cron','2021-02-09 06:30:54','2021-02-08 22:30:54'),(88250,32327,'action complete via WP Cron','2021-02-09 06:30:54','2021-02-08 22:30:54'),(88251,32328,'action created','2021-02-09 06:30:54','2021-02-08 22:30:54'),(88252,32328,'action started via WP Cron','2021-02-09 06:36:21','2021-02-08 22:36:21'),(88253,32328,'action complete via WP Cron','2021-02-09 06:36:21','2021-02-08 22:36:21'),(88254,32329,'action created','2021-02-09 06:36:22','2021-02-08 22:36:22'),(88255,32329,'action started via WP Cron','2021-02-09 06:37:07','2021-02-08 22:37:07'),(88256,32329,'action complete via WP Cron','2021-02-09 06:37:07','2021-02-08 22:37:07'),(88257,32330,'action created','2021-02-09 06:39:29','2021-02-08 22:39:29'),(88258,32330,'action started via WP Cron','2021-02-09 06:42:02','2021-02-08 22:42:02'),(88259,32330,'action complete via WP Cron','2021-02-09 06:42:02','2021-02-08 22:42:02'),(88260,32331,'action created','2021-02-09 06:42:02','2021-02-08 22:42:02'),(88261,32331,'action started via WP Cron','2021-02-09 06:43:03','2021-02-08 22:43:03'),(88262,32331,'action complete via WP Cron','2021-02-09 06:43:03','2021-02-08 22:43:03'),(88263,32332,'action created','2021-02-09 06:43:03','2021-02-08 22:43:03'),(88264,32332,'action started via WP Cron','2021-02-09 06:44:04','2021-02-08 22:44:04'),(88265,32332,'action complete via WP Cron','2021-02-09 06:44:04','2021-02-08 22:44:04'),(88266,32333,'action created','2021-02-09 06:44:04','2021-02-08 22:44:04'),(88267,32333,'action started via WP Cron','2021-02-09 06:46:06','2021-02-08 22:46:06'),(88268,32333,'action complete via WP Cron','2021-02-09 06:46:06','2021-02-08 22:46:06'),(88269,32334,'action created','2021-02-09 06:46:06','2021-02-08 22:46:06'),(88270,32334,'action started via WP Cron','2021-02-09 06:46:41','2021-02-08 22:46:41'),(88271,32334,'action complete via WP Cron','2021-02-09 06:46:41','2021-02-08 22:46:41'),(88272,32335,'action created','2021-02-09 06:46:42','2021-02-08 22:46:42'),(88273,32335,'action started via WP Cron','2021-02-09 06:57:21','2021-02-08 22:57:21'),(88274,32335,'action complete via WP Cron','2021-02-09 06:57:21','2021-02-08 22:57:21'),(88275,32336,'action created','2021-02-09 06:57:21','2021-02-08 22:57:21'),(88276,32336,'action started via WP Cron','2021-02-09 06:58:15','2021-02-08 22:58:15'),(88277,32336,'action complete via WP Cron','2021-02-09 06:58:15','2021-02-08 22:58:15'),(88278,32337,'action created','2021-02-09 06:58:15','2021-02-08 22:58:15'),(88279,32337,'action started via WP Cron','2021-02-09 06:59:16','2021-02-08 22:59:16'),(88280,32337,'action complete via WP Cron','2021-02-09 06:59:16','2021-02-08 22:59:16'),(88281,32338,'action created','2021-02-09 06:59:16','2021-02-08 22:59:16'),(88282,32338,'action started via WP Cron','2021-02-09 07:00:23','2021-02-08 23:00:23'),(88283,32338,'action complete via WP Cron','2021-02-09 07:00:23','2021-02-08 23:00:23'),(88284,32339,'action created','2021-02-09 07:00:23','2021-02-08 23:00:23'),(88285,32339,'action started via WP Cron','2021-02-09 07:01:18','2021-02-08 23:01:18'),(88286,32339,'action complete via WP Cron','2021-02-09 07:01:18','2021-02-08 23:01:18'),(88287,32340,'action created','2021-02-09 07:01:18','2021-02-08 23:01:18'),(88288,32340,'action started via WP Cron','2021-02-09 07:02:19','2021-02-08 23:02:19'),(88289,32340,'action complete via WP Cron','2021-02-09 07:02:19','2021-02-08 23:02:19'),(88290,32341,'action created','2021-02-09 07:02:19','2021-02-08 23:02:19'),(88291,32341,'action started via WP Cron','2021-02-09 07:03:20','2021-02-08 23:03:20'),(88292,32341,'action complete via WP Cron','2021-02-09 07:03:20','2021-02-08 23:03:20'),(88293,32342,'action created','2021-02-09 07:03:20','2021-02-08 23:03:20'),(88294,32342,'action started via WP Cron','2021-02-09 07:27:58','2021-02-08 23:27:58'),(88295,32342,'action complete via WP Cron','2021-02-09 07:27:59','2021-02-08 23:27:59'),(88296,32343,'action created','2021-02-09 07:28:05','2021-02-08 23:28:05'),(88297,32343,'action started via WP Cron','2021-02-09 07:29:07','2021-02-08 23:29:07'),(88298,32343,'action complete via WP Cron','2021-02-09 07:29:07','2021-02-08 23:29:07'),(88299,32344,'action created','2021-02-09 07:29:07','2021-02-08 23:29:07'),(88300,32344,'action started via WP Cron','2021-02-09 07:30:08','2021-02-08 23:30:08'),(88301,32344,'action complete via WP Cron','2021-02-09 07:30:08','2021-02-08 23:30:08'),(88302,32345,'action created','2021-02-09 07:30:08','2021-02-08 23:30:08'),(88306,32346,'action started via WP Cron','2021-02-09 07:33:09','2021-02-08 23:33:09'),(88307,32346,'action complete via WP Cron','2021-02-09 07:33:09','2021-02-08 23:33:09'),(88308,32347,'action created','2021-02-09 07:33:09','2021-02-08 23:33:09'),(88309,32347,'action started via WP Cron','2021-02-09 07:34:12','2021-02-08 23:34:12'),(88310,32347,'action complete via WP Cron','2021-02-09 07:34:12','2021-02-08 23:34:12'),(88311,32348,'action created','2021-02-09 07:34:12','2021-02-08 23:34:12'),(88312,32348,'action started via WP Cron','2021-02-09 07:35:13','2021-02-08 23:35:13'),(88313,32348,'action complete via WP Cron','2021-02-09 07:35:13','2021-02-08 23:35:13'),(88314,32349,'action created','2021-02-09 07:35:13','2021-02-08 23:35:13'),(88315,32349,'action started via WP Cron','2021-02-09 07:52:15','2021-02-08 23:52:15'),(88316,32349,'action complete via WP Cron','2021-02-09 07:52:15','2021-02-08 23:52:15'),(88317,32350,'action created','2021-02-09 07:52:53','2021-02-08 23:52:53'),(88318,32350,'action started via WP Cron','2021-02-09 07:59:20','2021-02-08 23:59:20'),(88319,32350,'action complete via WP Cron','2021-02-09 07:59:20','2021-02-08 23:59:20'),(88320,32351,'action created','2021-02-09 07:59:20','2021-02-08 23:59:20'),(88321,32351,'action started via WP Cron','2021-02-09 08:03:26','2021-02-09 00:03:26'),(88322,32351,'action complete via WP Cron','2021-02-09 08:03:26','2021-02-09 00:03:26'),(88323,32352,'action created','2021-02-09 08:03:26','2021-02-09 00:03:26'),(88324,32352,'action started via WP Cron','2021-02-09 08:04:20','2021-02-09 00:04:20'),(88325,32352,'action complete via WP Cron','2021-02-09 08:04:20','2021-02-09 00:04:20'),(88326,32353,'action created','2021-02-09 08:04:20','2021-02-09 00:04:20'),(88327,32353,'action started via WP Cron','2021-02-09 08:06:22','2021-02-09 00:06:22'),(88328,32353,'action complete via WP Cron','2021-02-09 08:06:22','2021-02-09 00:06:22'),(88329,32354,'action created','2021-02-09 08:06:22','2021-02-09 00:06:22'),(88330,32354,'action started via WP Cron','2021-02-09 08:07:23','2021-02-09 00:07:23'),(88331,32354,'action complete via WP Cron','2021-02-09 08:07:23','2021-02-09 00:07:23'),(88332,32355,'action created','2021-02-09 08:07:23','2021-02-09 00:07:23'),(88333,32355,'action started via WP Cron','2021-02-09 08:08:11','2021-02-09 00:08:11'),(88334,32355,'action complete via WP Cron','2021-02-09 08:08:11','2021-02-09 00:08:11'),(88335,32356,'action created','2021-02-09 08:08:11','2021-02-09 00:08:11'),(88336,32356,'action started via WP Cron','2021-02-09 08:13:54','2021-02-09 00:13:54'),(88337,32356,'action complete via WP Cron','2021-02-09 08:13:54','2021-02-09 00:13:54'),(88338,32357,'action created','2021-02-09 08:13:54','2021-02-09 00:13:54'),(88339,32357,'action started via WP Cron','2021-02-09 08:15:17','2021-02-09 00:15:17'),(88340,32357,'action complete via WP Cron','2021-02-09 08:15:17','2021-02-09 00:15:17'),(88341,32358,'action created','2021-02-09 08:15:17','2021-02-09 00:15:17'),(88342,32358,'action started via WP Cron','2021-02-09 08:15:49','2021-02-09 00:15:49'),(88343,32358,'action complete via WP Cron','2021-02-09 08:15:49','2021-02-09 00:15:49'),(88344,32359,'action created','2021-02-09 08:15:49','2021-02-09 00:15:49'),(88345,32359,'action started via WP Cron','2021-02-09 08:16:55','2021-02-09 00:16:55'),(88346,32359,'action complete via WP Cron','2021-02-09 08:16:55','2021-02-09 00:16:55'),(88347,32360,'action created','2021-02-09 08:16:55','2021-02-09 00:16:55'),(88348,32360,'action started via WP Cron','2021-02-09 08:17:42','2021-02-09 00:17:42'),(88349,32360,'action complete via WP Cron','2021-02-09 08:17:42','2021-02-09 00:17:42'),(88350,32361,'action created','2021-02-09 08:17:42','2021-02-09 00:17:42'),(88351,32361,'action started via WP Cron','2021-02-09 08:18:56','2021-02-09 00:18:56'),(88352,32361,'action complete via WP Cron','2021-02-09 08:18:56','2021-02-09 00:18:56'),(88353,32362,'action created','2021-02-09 08:18:56','2021-02-09 00:18:56'),(88354,32362,'action started via WP Cron','2021-02-09 08:19:54','2021-02-09 00:19:54'),(88355,32362,'action complete via WP Cron','2021-02-09 08:19:54','2021-02-09 00:19:54'),(88356,32363,'action created','2021-02-09 08:19:54','2021-02-09 00:19:54'),(88357,32363,'action started via WP Cron','2021-02-09 08:21:02','2021-02-09 00:21:02'),(88358,32363,'action complete via WP Cron','2021-02-09 08:21:02','2021-02-09 00:21:02'),(88359,32364,'action created','2021-02-09 08:21:02','2021-02-09 00:21:02'),(88360,32364,'action started via WP Cron','2021-02-09 08:21:46','2021-02-09 00:21:46'),(88361,32364,'action complete via WP Cron','2021-02-09 08:21:46','2021-02-09 00:21:46'),(88362,32365,'action created','2021-02-09 08:21:46','2021-02-09 00:21:46'),(88363,32365,'action started via WP Cron','2021-02-09 08:23:05','2021-02-09 00:23:05'),(88364,32365,'action complete via WP Cron','2021-02-09 08:23:05','2021-02-09 00:23:05'),(88365,32366,'action created','2021-02-09 08:23:05','2021-02-09 00:23:05'),(88366,32366,'action started via WP Cron','2021-02-09 08:23:41','2021-02-09 00:23:41'),(88367,32366,'action complete via WP Cron','2021-02-09 08:23:41','2021-02-09 00:23:41'),(88368,32367,'action created','2021-02-09 08:23:41','2021-02-09 00:23:41'),(88369,32367,'action started via WP Cron','2021-02-09 08:24:56','2021-02-09 00:24:56'),(88370,32367,'action complete via WP Cron','2021-02-09 08:24:56','2021-02-09 00:24:56'),(88371,32368,'action created','2021-02-09 08:24:56','2021-02-09 00:24:56'),(88372,32368,'action started via WP Cron','2021-02-09 08:25:50','2021-02-09 00:25:50'),(88373,32368,'action complete via WP Cron','2021-02-09 08:25:50','2021-02-09 00:25:50'),(88374,32369,'action created','2021-02-09 08:25:50','2021-02-09 00:25:50'),(88375,32369,'action started via WP Cron','2021-02-09 08:26:46','2021-02-09 00:26:46'),(88376,32369,'action complete via WP Cron','2021-02-09 08:26:46','2021-02-09 00:26:46'),(88377,32370,'action created','2021-02-09 08:26:47','2021-02-09 00:26:47'),(88378,32370,'action started via WP Cron','2021-02-09 08:28:01','2021-02-09 00:28:01'),(88379,32370,'action complete via WP Cron','2021-02-09 08:28:01','2021-02-09 00:28:01'),(88380,32371,'action created','2021-02-09 08:28:02','2021-02-09 00:28:02'),(88381,32371,'action started via WP Cron','2021-02-09 08:28:43','2021-02-09 00:28:43'),(88382,32371,'action complete via WP Cron','2021-02-09 08:28:43','2021-02-09 00:28:43'),(88383,32372,'action created','2021-02-09 08:28:43','2021-02-09 00:28:43'),(88384,32372,'action started via WP Cron','2021-02-09 08:29:53','2021-02-09 00:29:53'),(88385,32372,'action complete via WP Cron','2021-02-09 08:29:53','2021-02-09 00:29:53'),(88386,32373,'action created','2021-02-09 08:29:53','2021-02-09 00:29:53'),(88387,32373,'action started via WP Cron','2021-02-09 08:31:04','2021-02-09 00:31:04'),(88388,32373,'action complete via WP Cron','2021-02-09 08:31:04','2021-02-09 00:31:04'),(88389,32374,'action created','2021-02-09 08:31:04','2021-02-09 00:31:04'),(88390,32374,'action started via WP Cron','2021-02-09 08:31:51','2021-02-09 00:31:51'),(88391,32374,'action complete via WP Cron','2021-02-09 08:31:51','2021-02-09 00:31:51'),(88392,32375,'action created','2021-02-09 08:31:52','2021-02-09 00:31:52'),(88393,32375,'action started via WP Cron','2021-02-09 08:34:35','2021-02-09 00:34:35'),(88394,32375,'action complete via WP Cron','2021-02-09 08:34:35','2021-02-09 00:34:35'),(88395,32376,'action created','2021-02-09 08:34:35','2021-02-09 00:34:35'),(88396,32376,'action started via WP Cron','2021-02-09 08:34:53','2021-02-09 00:34:53'),(88397,32376,'action complete via WP Cron','2021-02-09 08:34:53','2021-02-09 00:34:53'),(88398,32377,'action created','2021-02-09 08:34:53','2021-02-09 00:34:53'),(88399,32377,'action started via WP Cron','2021-02-09 08:35:41','2021-02-09 00:35:41'),(88400,32377,'action complete via WP Cron','2021-02-09 08:35:41','2021-02-09 00:35:41'),(88401,32378,'action created','2021-02-09 08:35:41','2021-02-09 00:35:41'),(88402,32378,'action started via WP Cron','2021-02-09 08:36:42','2021-02-09 00:36:42'),(88403,32378,'action complete via WP Cron','2021-02-09 08:36:42','2021-02-09 00:36:42'),(88404,32379,'action created','2021-02-09 08:36:42','2021-02-09 00:36:42'),(88405,32379,'action started via WP Cron','2021-02-09 08:37:42','2021-02-09 00:37:42'),(88406,32379,'action complete via WP Cron','2021-02-09 08:37:42','2021-02-09 00:37:42'),(88407,32380,'action created','2021-02-09 08:37:42','2021-02-09 00:37:42'),(88408,32380,'action started via WP Cron','2021-02-09 08:38:54','2021-02-09 00:38:54'),(88409,32380,'action complete via WP Cron','2021-02-09 08:38:54','2021-02-09 00:38:54'),(88410,32381,'action created','2021-02-09 08:39:15','2021-02-09 00:39:15'),(88411,32381,'action started via WP Cron','2021-02-09 08:40:10','2021-02-09 00:40:10'),(88412,32381,'action complete via WP Cron','2021-02-09 08:40:10','2021-02-09 00:40:10'),(88413,32382,'action created','2021-02-09 08:40:10','2021-02-09 00:40:10'),(88414,32382,'action started via WP Cron','2021-02-09 08:40:45','2021-02-09 00:40:45'),(88415,32382,'action complete via WP Cron','2021-02-09 08:40:45','2021-02-09 00:40:45'),(88416,32383,'action created','2021-02-09 08:40:45','2021-02-09 00:40:45'),(88417,32383,'action started via WP Cron','2021-02-09 08:41:55','2021-02-09 00:41:55'),(88418,32383,'action complete via WP Cron','2021-02-09 08:41:55','2021-02-09 00:41:55'),(88419,32384,'action created','2021-02-09 08:41:56','2021-02-09 00:41:56'),(88420,32384,'action started via WP Cron','2021-02-09 08:42:42','2021-02-09 00:42:42'),(88421,32384,'action complete via WP Cron','2021-02-09 08:42:42','2021-02-09 00:42:42'),(88422,32385,'action created','2021-02-09 08:42:42','2021-02-09 00:42:42'),(88423,32385,'action started via WP Cron','2021-02-09 08:43:49','2021-02-09 00:43:49'),(88424,32385,'action complete via WP Cron','2021-02-09 08:43:49','2021-02-09 00:43:49'),(88425,32386,'action created','2021-02-09 08:44:09','2021-02-09 00:44:09'),(88426,32386,'action started via WP Cron','2021-02-09 08:44:44','2021-02-09 00:44:44'),(88427,32386,'action complete via WP Cron','2021-02-09 08:44:44','2021-02-09 00:44:44'),(88428,32387,'action created','2021-02-09 08:44:44','2021-02-09 00:44:44'),(88429,32387,'action started via WP Cron','2021-02-09 08:45:45','2021-02-09 00:45:45'),(88430,32387,'action complete via WP Cron','2021-02-09 08:45:45','2021-02-09 00:45:45'),(88431,32388,'action created','2021-02-09 08:45:45','2021-02-09 00:45:45'),(88432,32388,'action started via WP Cron','2021-02-09 08:46:42','2021-02-09 00:46:42'),(88433,32388,'action complete via WP Cron','2021-02-09 08:46:42','2021-02-09 00:46:42'),(88434,32389,'action created','2021-02-09 08:46:42','2021-02-09 00:46:42'),(88435,32389,'action started via WP Cron','2021-02-09 08:47:57','2021-02-09 00:47:57'),(88436,32389,'action complete via WP Cron','2021-02-09 08:47:57','2021-02-09 00:47:57'),(88437,32390,'action created','2021-02-09 08:47:57','2021-02-09 00:47:57'),(88438,32390,'action started via WP Cron','2021-02-09 08:48:41','2021-02-09 00:48:41'),(88439,32390,'action complete via WP Cron','2021-02-09 08:48:41','2021-02-09 00:48:41'),(88440,32391,'action created','2021-02-09 08:48:41','2021-02-09 00:48:41'),(88441,32391,'action started via WP Cron','2021-02-09 08:49:49','2021-02-09 00:49:49'),(88442,32391,'action complete via WP Cron','2021-02-09 08:49:49','2021-02-09 00:49:49'),(88443,32392,'action created','2021-02-09 08:49:49','2021-02-09 00:49:49'),(88444,32392,'action started via WP Cron','2021-02-09 08:50:46','2021-02-09 00:50:46'),(88445,32392,'action complete via WP Cron','2021-02-09 08:50:46','2021-02-09 00:50:46'),(88446,32393,'action created','2021-02-09 08:50:46','2021-02-09 00:50:46'),(88447,32393,'action started via WP Cron','2021-02-09 08:51:42','2021-02-09 00:51:42'),(88448,32393,'action complete via WP Cron','2021-02-09 08:51:42','2021-02-09 00:51:42'),(88449,32394,'action created','2021-02-09 08:51:42','2021-02-09 00:51:42'),(88450,32394,'action started via WP Cron','2021-02-09 08:52:42','2021-02-09 00:52:42'),(88451,32394,'action complete via WP Cron','2021-02-09 08:52:42','2021-02-09 00:52:42'),(88452,32395,'action created','2021-02-09 08:52:43','2021-02-09 00:52:43'),(88453,32395,'action started via WP Cron','2021-02-09 08:53:43','2021-02-09 00:53:43'),(88454,32395,'action complete via WP Cron','2021-02-09 08:53:43','2021-02-09 00:53:43'),(88455,32396,'action created','2021-02-09 08:53:43','2021-02-09 00:53:43'),(88456,32396,'action started via WP Cron','2021-02-09 08:59:47','2021-02-09 00:59:47'),(88457,32396,'action complete via WP Cron','2021-02-09 08:59:47','2021-02-09 00:59:47'),(88458,32397,'action created','2021-02-09 08:59:47','2021-02-09 00:59:47'),(88459,32397,'action started via WP Cron','2021-02-09 09:00:57','2021-02-09 01:00:57'),(88460,32397,'action complete via WP Cron','2021-02-09 09:00:57','2021-02-09 01:00:57'),(88461,32398,'action created','2021-02-09 09:00:57','2021-02-09 01:00:57'),(88462,32398,'action started via WP Cron','2021-02-09 09:01:53','2021-02-09 01:01:53'),(88463,32398,'action complete via WP Cron','2021-02-09 09:01:53','2021-02-09 01:01:53'),(88464,32399,'action created','2021-02-09 09:01:53','2021-02-09 01:01:53'),(88465,32399,'action started via WP Cron','2021-02-09 09:05:54','2021-02-09 01:05:54'),(88466,32399,'action complete via WP Cron','2021-02-09 09:05:54','2021-02-09 01:05:54'),(88467,32400,'action created','2021-02-09 09:05:54','2021-02-09 01:05:54'),(88471,32400,'action started via WP Cron','2021-02-09 09:08:03','2021-02-09 01:08:03'),(88472,32400,'action complete via WP Cron','2021-02-09 09:08:03','2021-02-09 01:08:03'),(88473,32402,'action created','2021-02-09 09:08:03','2021-02-09 01:08:03'),(88474,32402,'action started via WP Cron','2021-02-09 09:09:21','2021-02-09 01:09:21'),(88475,32402,'action complete via WP Cron','2021-02-09 09:09:21','2021-02-09 01:09:21'),(88476,32403,'action created','2021-02-09 09:09:21','2021-02-09 01:09:21'),(88477,32403,'action started via WP Cron','2021-02-09 09:10:26','2021-02-09 01:10:26'),(88478,32403,'action complete via WP Cron','2021-02-09 09:10:26','2021-02-09 01:10:26'),(88479,32404,'action created','2021-02-09 09:10:26','2021-02-09 01:10:26'),(88480,32404,'action started via WP Cron','2021-02-09 09:12:27','2021-02-09 01:12:27'),(88481,32404,'action complete via WP Cron','2021-02-09 09:12:27','2021-02-09 01:12:27'),(88482,32405,'action created','2021-02-09 09:12:27','2021-02-09 01:12:27'),(88483,32405,'action started via WP Cron','2021-02-09 09:12:47','2021-02-09 01:12:47'),(88484,32405,'action complete via WP Cron','2021-02-09 09:12:47','2021-02-09 01:12:47'),(88485,32406,'action created','2021-02-09 09:12:47','2021-02-09 01:12:47'),(88486,32406,'action started via WP Cron','2021-02-09 09:13:44','2021-02-09 01:13:44'),(88487,32406,'action complete via WP Cron','2021-02-09 09:13:44','2021-02-09 01:13:44'),(88488,32407,'action created','2021-02-09 09:13:44','2021-02-09 01:13:44'),(88489,32407,'action started via WP Cron','2021-02-09 09:18:27','2021-02-09 01:18:27'),(88490,32407,'action complete via WP Cron','2021-02-09 09:18:27','2021-02-09 01:18:27'),(88491,32408,'action created','2021-02-09 09:18:27','2021-02-09 01:18:27'),(88492,32408,'action started via WP Cron','2021-02-09 09:19:05','2021-02-09 01:19:05'),(88493,32408,'action complete via WP Cron','2021-02-09 09:19:05','2021-02-09 01:19:05'),(88494,32409,'action created','2021-02-09 09:19:05','2021-02-09 01:19:05'),(88495,32409,'action started via WP Cron','2021-02-09 09:25:01','2021-02-09 01:25:01'),(88496,32409,'action complete via WP Cron','2021-02-09 09:25:01','2021-02-09 01:25:01'),(88497,32410,'action created','2021-02-09 09:25:01','2021-02-09 01:25:01'),(88498,32410,'action started via WP Cron','2021-02-09 09:26:33','2021-02-09 01:26:33'),(88499,32410,'action complete via WP Cron','2021-02-09 09:26:33','2021-02-09 01:26:33'),(88500,32411,'action created','2021-02-09 09:26:33','2021-02-09 01:26:33'),(88501,32411,'action started via WP Cron','2021-02-09 09:27:25','2021-02-09 01:27:25'),(88502,32411,'action complete via WP Cron','2021-02-09 09:27:25','2021-02-09 01:27:25'),(88503,32412,'action created','2021-02-09 09:27:25','2021-02-09 01:27:25'),(88504,32412,'action started via WP Cron','2021-02-09 09:28:07','2021-02-09 01:28:07'),(88505,32412,'action complete via WP Cron','2021-02-09 09:28:07','2021-02-09 01:28:07'),(88506,32413,'action created','2021-02-09 09:28:07','2021-02-09 01:28:07'),(88507,32413,'action started via WP Cron','2021-02-09 09:29:06','2021-02-09 01:29:06'),(88508,32413,'action complete via WP Cron','2021-02-09 09:29:06','2021-02-09 01:29:06'),(88509,32414,'action created','2021-02-09 09:29:07','2021-02-09 01:29:07'),(88510,32414,'action started via WP Cron','2021-02-09 09:30:07','2021-02-09 01:30:07'),(88511,32414,'action complete via WP Cron','2021-02-09 09:30:07','2021-02-09 01:30:07'),(88512,32415,'action created','2021-02-09 09:30:08','2021-02-09 01:30:08'),(88513,32415,'action started via WP Cron','2021-02-09 09:31:06','2021-02-09 01:31:06'),(88514,32415,'action complete via WP Cron','2021-02-09 09:31:06','2021-02-09 01:31:06'),(88515,32416,'action created','2021-02-09 09:31:06','2021-02-09 01:31:06'),(88516,32416,'action started via WP Cron','2021-02-09 09:37:31','2021-02-09 01:37:31'),(88517,32416,'action complete via WP Cron','2021-02-09 09:37:31','2021-02-09 01:37:31'),(88518,32417,'action created','2021-02-09 09:37:31','2021-02-09 01:37:31'),(88519,32417,'action started via WP Cron','2021-02-09 09:38:21','2021-02-09 01:38:21'),(88520,32417,'action complete via WP Cron','2021-02-09 09:38:21','2021-02-09 01:38:21'),(88521,32418,'action created','2021-02-09 09:38:21','2021-02-09 01:38:21'),(88522,32418,'action started via WP Cron','2021-02-09 09:40:33','2021-02-09 01:40:33'),(88523,32418,'action complete via WP Cron','2021-02-09 09:40:33','2021-02-09 01:40:33'),(88524,32419,'action created','2021-02-09 09:40:33','2021-02-09 01:40:33'),(88525,32419,'action started via WP Cron','2021-02-09 09:42:18','2021-02-09 01:42:18'),(88526,32419,'action complete via WP Cron','2021-02-09 09:42:18','2021-02-09 01:42:18'),(88527,32420,'action created','2021-02-09 09:42:18','2021-02-09 01:42:18'),(88528,32420,'action started via WP Cron','2021-02-09 09:43:19','2021-02-09 01:43:19'),(88529,32420,'action complete via WP Cron','2021-02-09 09:43:19','2021-02-09 01:43:19'),(88530,32421,'action created','2021-02-09 09:43:20','2021-02-09 01:43:20'),(88531,32421,'action started via WP Cron','2021-02-09 09:43:53','2021-02-09 01:43:53'),(88532,32421,'action complete via WP Cron','2021-02-09 09:43:53','2021-02-09 01:43:53'),(88533,32422,'action created','2021-02-09 09:43:53','2021-02-09 01:43:53'),(88534,32422,'action started via WP Cron','2021-02-09 09:53:46','2021-02-09 01:53:46'),(88535,32422,'action complete via WP Cron','2021-02-09 09:53:46','2021-02-09 01:53:46'),(88536,32423,'action created','2021-02-09 09:53:46','2021-02-09 01:53:46'),(88537,32423,'action started via WP Cron','2021-02-09 09:54:46','2021-02-09 01:54:46'),(88538,32423,'action complete via WP Cron','2021-02-09 09:54:46','2021-02-09 01:54:46'),(88539,32424,'action created','2021-02-09 09:54:46','2021-02-09 01:54:46'),(88540,32424,'action started via WP Cron','2021-02-09 09:55:47','2021-02-09 01:55:47'),(88541,32424,'action complete via WP Cron','2021-02-09 09:55:47','2021-02-09 01:55:47'),(88542,32425,'action created','2021-02-09 09:55:47','2021-02-09 01:55:47'),(88543,32425,'action started via WP Cron','2021-02-09 09:57:49','2021-02-09 01:57:49'),(88544,32425,'action complete via WP Cron','2021-02-09 09:57:49','2021-02-09 01:57:49'),(88545,32426,'action created','2021-02-09 09:57:49','2021-02-09 01:57:49'),(88546,32426,'action started via WP Cron','2021-02-09 09:58:51','2021-02-09 01:58:51'),(88547,32426,'action complete via WP Cron','2021-02-09 09:58:51','2021-02-09 01:58:51'),(88548,32427,'action created','2021-02-09 09:58:51','2021-02-09 01:58:51'),(88549,32427,'action started via WP Cron','2021-02-09 09:59:51','2021-02-09 01:59:51'),(88550,32427,'action complete via WP Cron','2021-02-09 09:59:51','2021-02-09 01:59:51'),(88551,32428,'action created','2021-02-09 09:59:51','2021-02-09 01:59:51'),(88552,32428,'action started via WP Cron','2021-02-09 10:00:48','2021-02-09 02:00:48'),(88553,32428,'action complete via WP Cron','2021-02-09 10:00:48','2021-02-09 02:00:48'),(88554,32429,'action created','2021-02-09 10:00:48','2021-02-09 02:00:48'),(88555,32429,'action started via WP Cron','2021-02-09 10:02:50','2021-02-09 02:02:50'),(88556,32429,'action complete via WP Cron','2021-02-09 10:02:50','2021-02-09 02:02:50'),(88557,32430,'action created','2021-02-09 10:02:50','2021-02-09 02:02:50'),(88558,32430,'action started via WP Cron','2021-02-09 10:08:04','2021-02-09 02:08:04'),(88559,32430,'action complete via WP Cron','2021-02-09 10:08:04','2021-02-09 02:08:04'),(88560,32431,'action created','2021-02-09 10:08:04','2021-02-09 02:08:04'),(88561,32431,'action started via WP Cron','2021-02-09 10:12:29','2021-02-09 02:12:29'),(88562,32431,'action complete via WP Cron','2021-02-09 10:12:29','2021-02-09 02:12:29'),(88563,32432,'action created','2021-02-09 10:12:29','2021-02-09 02:12:29'),(88564,32432,'action started via WP Cron','2021-02-09 10:12:41','2021-02-09 02:12:41'),(88565,32432,'action complete via WP Cron','2021-02-09 10:12:41','2021-02-09 02:12:41'),(88566,32433,'action created','2021-02-09 10:12:41','2021-02-09 02:12:41'),(88567,32433,'action started via WP Cron','2021-02-09 10:14:39','2021-02-09 02:14:39'),(88568,32433,'action complete via WP Cron','2021-02-09 10:14:39','2021-02-09 02:14:39'),(88569,32434,'action created','2021-02-09 10:14:39','2021-02-09 02:14:39'),(88570,32434,'action started via WP Cron','2021-02-09 10:16:41','2021-02-09 02:16:41'),(88571,32434,'action complete via WP Cron','2021-02-09 10:16:41','2021-02-09 02:16:41'),(88572,32435,'action created','2021-02-09 10:16:41','2021-02-09 02:16:41'),(88573,32435,'action started via WP Cron','2021-02-09 10:17:42','2021-02-09 02:17:42'),(88574,32435,'action complete via WP Cron','2021-02-09 10:17:42','2021-02-09 02:17:42'),(88575,32436,'action created','2021-02-09 10:17:42','2021-02-09 02:17:42'),(88576,32436,'action started via WP Cron','2021-02-09 10:18:43','2021-02-09 02:18:43'),(88577,32436,'action complete via WP Cron','2021-02-09 10:18:43','2021-02-09 02:18:43'),(88578,32437,'action created','2021-02-09 10:18:43','2021-02-09 02:18:43'),(88579,32437,'action started via WP Cron','2021-02-09 10:20:16','2021-02-09 02:20:16'),(88580,32437,'action complete via WP Cron','2021-02-09 10:20:16','2021-02-09 02:20:16'),(88581,32438,'action created','2021-02-09 10:21:47','2021-02-09 02:21:47'),(88582,32438,'action started via WP Cron','2021-02-09 10:23:38','2021-02-09 02:23:38'),(88583,32438,'action complete via WP Cron','2021-02-09 10:23:38','2021-02-09 02:23:38'),(88584,32439,'action created','2021-02-09 10:23:38','2021-02-09 02:23:38'),(88585,32439,'action started via WP Cron','2021-02-09 10:24:37','2021-02-09 02:24:37'),(88586,32439,'action complete via WP Cron','2021-02-09 10:24:37','2021-02-09 02:24:37'),(88587,32440,'action created','2021-02-09 10:25:33','2021-02-09 02:25:33'),(88588,32440,'action started via WP Cron','2021-02-09 10:26:32','2021-02-09 02:26:32'),(88589,32440,'action complete via WP Cron','2021-02-09 10:26:32','2021-02-09 02:26:32'),(88590,32441,'action created','2021-02-09 10:26:32','2021-02-09 02:26:32'),(88591,32441,'action started via WP Cron','2021-02-09 10:27:58','2021-02-09 02:27:58'),(88592,32441,'action complete via WP Cron','2021-02-09 10:27:58','2021-02-09 02:27:58'),(88593,32442,'action created','2021-02-09 10:27:58','2021-02-09 02:27:58'),(88594,32442,'action started via WP Cron','2021-02-09 10:30:09','2021-02-09 02:30:09'),(88595,32442,'action complete via WP Cron','2021-02-09 10:30:09','2021-02-09 02:30:09'),(88596,32443,'action created','2021-02-09 10:30:13','2021-02-09 02:30:13'),(88597,32443,'action started via WP Cron','2021-02-09 10:30:50','2021-02-09 02:30:50'),(88598,32443,'action complete via WP Cron','2021-02-09 10:30:50','2021-02-09 02:30:50'),(88599,32444,'action created','2021-02-09 10:30:50','2021-02-09 02:30:50'),(88600,32444,'action started via WP Cron','2021-02-09 10:31:56','2021-02-09 02:31:56'),(88601,32444,'action complete via WP Cron','2021-02-09 10:31:56','2021-02-09 02:31:56'),(88602,32445,'action created','2021-02-09 10:31:56','2021-02-09 02:31:56'),(88603,32445,'action started via WP Cron','2021-02-09 10:32:44','2021-02-09 02:32:44'),(88604,32445,'action complete via WP Cron','2021-02-09 10:32:44','2021-02-09 02:32:44'),(88605,32446,'action created','2021-02-09 10:32:45','2021-02-09 02:32:45'),(88606,32446,'action started via WP Cron','2021-02-09 10:33:43','2021-02-09 02:33:43'),(88607,32446,'action complete via WP Cron','2021-02-09 10:33:43','2021-02-09 02:33:43'),(88608,32447,'action created','2021-02-09 10:34:11','2021-02-09 02:34:11'),(88609,32447,'action started via WP Cron','2021-02-09 10:34:56','2021-02-09 02:34:56'),(88610,32447,'action complete via WP Cron','2021-02-09 10:34:56','2021-02-09 02:34:56'),(88611,32448,'action created','2021-02-09 10:34:56','2021-02-09 02:34:56'),(88612,32448,'action started via WP Cron','2021-02-09 10:36:18','2021-02-09 02:36:18'),(88613,32448,'action complete via WP Cron','2021-02-09 10:36:18','2021-02-09 02:36:18'),(88614,32449,'action created','2021-02-09 10:36:18','2021-02-09 02:36:18'),(88615,32449,'action started via WP Cron','2021-02-09 10:37:58','2021-02-09 02:37:58'),(88616,32449,'action complete via WP Cron','2021-02-09 10:37:58','2021-02-09 02:37:58'),(88617,32450,'action created','2021-02-09 10:37:58','2021-02-09 02:37:58'),(88618,32450,'action started via WP Cron','2021-02-09 10:49:02','2021-02-09 02:49:02'),(88619,32450,'action complete via WP Cron','2021-02-09 10:49:02','2021-02-09 02:49:02'),(88620,32451,'action created','2021-02-09 10:49:02','2021-02-09 02:49:02'),(88621,32451,'action started via WP Cron','2021-02-09 10:50:02','2021-02-09 02:50:02'),(88622,32451,'action complete via WP Cron','2021-02-09 10:50:02','2021-02-09 02:50:02'),(88623,32452,'action created','2021-02-09 10:50:02','2021-02-09 02:50:02'),(88624,32452,'action started via WP Cron','2021-02-09 10:51:03','2021-02-09 02:51:03'),(88625,32452,'action complete via WP Cron','2021-02-09 10:51:03','2021-02-09 02:51:03'),(88626,32453,'action created','2021-02-09 10:51:03','2021-02-09 02:51:03'),(88627,32453,'action started via WP Cron','2021-02-09 10:53:05','2021-02-09 02:53:05'),(88628,32453,'action complete via WP Cron','2021-02-09 10:53:05','2021-02-09 02:53:05'),(88629,32454,'action created','2021-02-09 10:53:05','2021-02-09 02:53:05'),(88630,32454,'action started via WP Cron','2021-02-09 10:54:07','2021-02-09 02:54:07'),(88631,32454,'action complete via WP Cron','2021-02-09 10:54:07','2021-02-09 02:54:07'),(88632,32455,'action created','2021-02-09 10:54:07','2021-02-09 02:54:07'),(88633,32455,'action started via WP Cron','2021-02-09 10:55:08','2021-02-09 02:55:08'),(88634,32455,'action complete via WP Cron','2021-02-09 10:55:08','2021-02-09 02:55:08'),(88635,32456,'action created','2021-02-09 10:55:08','2021-02-09 02:55:08'),(88636,32456,'action started via WP Cron','2021-02-09 10:56:03','2021-02-09 02:56:03'),(88637,32456,'action complete via WP Cron','2021-02-09 10:56:03','2021-02-09 02:56:03'),(88638,32457,'action created','2021-02-09 10:56:03','2021-02-09 02:56:03'),(88639,32457,'action started via WP Cron','2021-02-09 10:59:43','2021-02-09 02:59:43'),(88640,32457,'action complete via WP Cron','2021-02-09 10:59:43','2021-02-09 02:59:43'),(88641,32458,'action created','2021-02-09 10:59:43','2021-02-09 02:59:43'),(88642,32458,'action started via WP Cron','2021-02-09 11:01:38','2021-02-09 03:01:38'),(88643,32458,'action complete via WP Cron','2021-02-09 11:01:38','2021-02-09 03:01:38'),(88644,32459,'action created','2021-02-09 11:01:38','2021-02-09 03:01:38'),(88645,32459,'action started via WP Cron','2021-02-09 11:02:38','2021-02-09 03:02:38'),(88646,32459,'action complete via WP Cron','2021-02-09 11:02:38','2021-02-09 03:02:38'),(88647,32460,'action created','2021-02-09 11:02:38','2021-02-09 03:02:38'),(88648,32460,'action started via WP Cron','2021-02-09 11:03:39','2021-02-09 03:03:39'),(88649,32460,'action complete via WP Cron','2021-02-09 11:03:39','2021-02-09 03:03:39'),(88650,32461,'action created','2021-02-09 11:03:39','2021-02-09 03:03:39'),(88651,32461,'action started via WP Cron','2021-02-09 11:04:40','2021-02-09 03:04:40'),(88652,32461,'action complete via WP Cron','2021-02-09 11:04:40','2021-02-09 03:04:40'),(88653,32462,'action created','2021-02-09 11:04:40','2021-02-09 03:04:40'),(88654,32462,'action started via WP Cron','2021-02-09 11:06:20','2021-02-09 03:06:20'),(88655,32462,'action complete via WP Cron','2021-02-09 11:06:20','2021-02-09 03:06:20'),(88656,32463,'action created','2021-02-09 11:06:20','2021-02-09 03:06:20'),(88657,32463,'action started via WP Cron','2021-02-09 11:06:42','2021-02-09 03:06:42'),(88658,32463,'action complete via WP Cron','2021-02-09 11:06:42','2021-02-09 03:06:42'),(88659,32464,'action created','2021-02-09 11:06:42','2021-02-09 03:06:42'),(88660,32464,'action started via WP Cron','2021-02-09 11:08:28','2021-02-09 03:08:28'),(88661,32464,'action complete via WP Cron','2021-02-09 11:08:28','2021-02-09 03:08:28'),(88662,32465,'action created','2021-02-09 11:08:28','2021-02-09 03:08:28'),(88663,32465,'action started via WP Cron','2021-02-09 11:14:57','2021-02-09 03:14:57'),(88664,32465,'action complete via WP Cron','2021-02-09 11:14:57','2021-02-09 03:14:57'),(88665,32466,'action created','2021-02-09 11:14:57','2021-02-09 03:14:57'),(88666,32466,'action started via WP Cron','2021-02-09 11:19:43','2021-02-09 03:19:43'),(88667,32466,'action complete via WP Cron','2021-02-09 11:19:43','2021-02-09 03:19:43'),(88668,32467,'action created','2021-02-09 11:19:43','2021-02-09 03:19:43'),(88669,32467,'action started via WP Cron','2021-02-09 11:20:44','2021-02-09 03:20:44'),(88670,32467,'action complete via WP Cron','2021-02-09 11:20:44','2021-02-09 03:20:44'),(88671,32468,'action created','2021-02-09 11:20:44','2021-02-09 03:20:44'),(88672,32468,'action started via WP Cron','2021-02-09 11:21:46','2021-02-09 03:21:46'),(88673,32468,'action complete via WP Cron','2021-02-09 11:21:46','2021-02-09 03:21:46'),(88674,32469,'action created','2021-02-09 11:21:46','2021-02-09 03:21:46'),(88675,32469,'action started via WP Cron','2021-02-09 11:23:47','2021-02-09 03:23:47'),(88676,32469,'action complete via WP Cron','2021-02-09 11:23:47','2021-02-09 03:23:47'),(88677,32470,'action created','2021-02-09 11:23:47','2021-02-09 03:23:47'),(88678,32470,'action started via WP Cron','2021-02-09 11:24:48','2021-02-09 03:24:48'),(88679,32470,'action complete via WP Cron','2021-02-09 11:24:48','2021-02-09 03:24:48'),(88680,32471,'action created','2021-02-09 11:24:48','2021-02-09 03:24:48'),(88681,32471,'action started via WP Cron','2021-02-09 11:27:01','2021-02-09 03:27:01'),(88682,32471,'action complete via WP Cron','2021-02-09 11:27:01','2021-02-09 03:27:01'),(88683,32472,'action created','2021-02-09 11:27:01','2021-02-09 03:27:01'),(88684,32472,'action started via WP Cron','2021-02-09 11:27:43','2021-02-09 03:27:43'),(88685,32472,'action complete via WP Cron','2021-02-09 11:27:43','2021-02-09 03:27:43'),(88686,32473,'action created','2021-02-09 11:27:43','2021-02-09 03:27:43'),(88687,32473,'action started via WP Cron','2021-02-09 11:31:31','2021-02-09 03:31:31'),(88688,32473,'action complete via WP Cron','2021-02-09 11:31:31','2021-02-09 03:31:31'),(88689,32474,'action created','2021-02-09 11:31:32','2021-02-09 03:31:32'),(88690,32474,'action started via WP Cron','2021-02-09 11:34:43','2021-02-09 03:34:43'),(88691,32474,'action complete via WP Cron','2021-02-09 11:34:43','2021-02-09 03:34:43'),(88692,32475,'action created','2021-02-09 11:34:43','2021-02-09 03:34:43'),(88693,32475,'action started via WP Cron','2021-02-09 11:47:40','2021-02-09 03:47:40'),(88694,32475,'action complete via WP Cron','2021-02-09 11:47:40','2021-02-09 03:47:40'),(88695,32476,'action created','2021-02-09 11:47:40','2021-02-09 03:47:40'),(88696,32476,'action started via WP Cron','2021-02-09 12:07:33','2021-02-09 04:07:33'),(88697,32476,'action complete via WP Cron','2021-02-09 12:07:33','2021-02-09 04:07:33'),(88698,32477,'action created','2021-02-09 12:07:34','2021-02-09 04:07:34'),(88699,32477,'action started via WP Cron','2021-02-09 12:18:22','2021-02-09 04:18:22'),(88700,32477,'action complete via WP Cron','2021-02-09 12:18:22','2021-02-09 04:18:22'),(88701,32478,'action created','2021-02-09 12:18:22','2021-02-09 04:18:22'),(88702,32478,'action started via WP Cron','2021-02-09 12:18:47','2021-02-09 04:18:47'),(88703,32478,'action complete via WP Cron','2021-02-09 12:18:47','2021-02-09 04:18:47'),(88704,32479,'action created','2021-02-09 12:18:47','2021-02-09 04:18:47'),(88705,32479,'action started via WP Cron','2021-02-09 12:19:47','2021-02-09 04:19:47'),(88706,32479,'action complete via WP Cron','2021-02-09 12:19:47','2021-02-09 04:19:47'),(88707,32480,'action created','2021-02-09 12:19:47','2021-02-09 04:19:47'),(88708,32480,'action started via WP Cron','2021-02-09 12:20:48','2021-02-09 04:20:48'),(88709,32480,'action complete via WP Cron','2021-02-09 12:20:48','2021-02-09 04:20:48'),(88710,32481,'action created','2021-02-09 12:20:48','2021-02-09 04:20:48'),(88711,32481,'action started via WP Cron','2021-02-09 12:22:50','2021-02-09 04:22:50'),(88712,32481,'action complete via WP Cron','2021-02-09 12:22:50','2021-02-09 04:22:50'),(88713,32482,'action created','2021-02-09 12:22:50','2021-02-09 04:22:50'),(88714,32482,'action started via WP Cron','2021-02-09 12:23:51','2021-02-09 04:23:51'),(88715,32482,'action complete via WP Cron','2021-02-09 12:23:51','2021-02-09 04:23:51'),(88716,32483,'action created','2021-02-09 12:23:51','2021-02-09 04:23:51'),(88717,32483,'action started via WP Cron','2021-02-09 12:24:52','2021-02-09 04:24:52'),(88718,32483,'action complete via WP Cron','2021-02-09 12:24:52','2021-02-09 04:24:52'),(88719,32484,'action created','2021-02-09 12:24:52','2021-02-09 04:24:52'),(88720,32484,'action started via WP Cron','2021-02-09 12:25:48','2021-02-09 04:25:48'),(88721,32484,'action complete via WP Cron','2021-02-09 12:25:48','2021-02-09 04:25:48'),(88722,32485,'action created','2021-02-09 12:25:48','2021-02-09 04:25:48'),(88723,32485,'action started via WP Cron','2021-02-09 12:26:49','2021-02-09 04:26:49'),(88724,32485,'action complete via WP Cron','2021-02-09 12:26:49','2021-02-09 04:26:49'),(88725,32486,'action created','2021-02-09 12:26:49','2021-02-09 04:26:49'),(88726,32486,'action started via WP Cron','2021-02-09 12:27:51','2021-02-09 04:27:51'),(88727,32486,'action complete via WP Cron','2021-02-09 12:27:51','2021-02-09 04:27:51'),(88728,32487,'action created','2021-02-09 12:27:51','2021-02-09 04:27:51'),(88729,32487,'action started via WP Cron','2021-02-09 12:34:36','2021-02-09 04:34:36'),(88730,32487,'action complete via WP Cron','2021-02-09 12:34:36','2021-02-09 04:34:36'),(88731,32488,'action created','2021-02-09 12:34:37','2021-02-09 04:34:37'),(88732,32488,'action started via WP Cron','2021-02-09 12:38:13','2021-02-09 04:38:13'),(88733,32488,'action complete via WP Cron','2021-02-09 12:38:13','2021-02-09 04:38:13'),(88734,32489,'action created','2021-02-09 12:38:13','2021-02-09 04:38:13'),(88735,32489,'action started via WP Cron','2021-02-09 12:44:15','2021-02-09 04:44:15'),(88736,32489,'action complete via WP Cron','2021-02-09 12:44:15','2021-02-09 04:44:15'),(88737,32490,'action created','2021-02-09 12:44:15','2021-02-09 04:44:15'),(88738,32490,'action started via WP Cron','2021-02-09 12:48:24','2021-02-09 04:48:24'),(88739,32490,'action complete via WP Cron','2021-02-09 12:48:24','2021-02-09 04:48:24'),(88740,32491,'action created','2021-02-09 12:48:24','2021-02-09 04:48:24'),(88741,32491,'action started via WP Cron','2021-02-09 12:48:53','2021-02-09 04:48:53'),(88742,32491,'action complete via WP Cron','2021-02-09 12:48:53','2021-02-09 04:48:53'),(88743,32492,'action created','2021-02-09 12:48:53','2021-02-09 04:48:53'),(88744,32492,'action started via WP Cron','2021-02-09 12:51:36','2021-02-09 04:51:36'),(88745,32492,'action complete via WP Cron','2021-02-09 12:51:36','2021-02-09 04:51:36'),(88746,32493,'action created','2021-02-09 12:51:36','2021-02-09 04:51:36'),(88747,32493,'action started via WP Cron','2021-02-09 13:05:07','2021-02-09 05:05:07'),(88748,32493,'action complete via WP Cron','2021-02-09 13:05:07','2021-02-09 05:05:07'),(88749,32494,'action created','2021-02-09 13:05:07','2021-02-09 05:05:07'),(88750,32494,'action started via WP Cron','2021-02-09 13:05:56','2021-02-09 05:05:56'),(88751,32494,'action complete via WP Cron','2021-02-09 13:05:56','2021-02-09 05:05:56'),(88752,32495,'action created','2021-02-09 13:05:56','2021-02-09 05:05:56'),(88753,32495,'action started via WP Cron','2021-02-09 13:06:45','2021-02-09 05:06:45'),(88754,32495,'action complete via WP Cron','2021-02-09 13:06:45','2021-02-09 05:06:45'),(88755,32496,'action created','2021-02-09 13:06:45','2021-02-09 05:06:45'),(88756,32496,'action started via WP Cron','2021-02-09 13:09:40','2021-02-09 05:09:40'),(88757,32496,'action complete via WP Cron','2021-02-09 13:09:40','2021-02-09 05:09:40'),(88758,32497,'action created','2021-02-09 13:09:40','2021-02-09 05:09:40'),(88759,32497,'action started via WP Cron','2021-02-09 13:10:41','2021-02-09 05:10:41'),(88760,32497,'action complete via WP Cron','2021-02-09 13:10:41','2021-02-09 05:10:41'),(88761,32498,'action created','2021-02-09 13:10:41','2021-02-09 05:10:41'),(88762,32498,'action started via WP Cron','2021-02-09 13:11:46','2021-02-09 05:11:46'),(88763,32498,'action complete via WP Cron','2021-02-09 13:11:46','2021-02-09 05:11:46'),(88764,32499,'action created','2021-02-09 13:11:46','2021-02-09 05:11:46'),(88765,32499,'action started via WP Cron','2021-02-09 13:17:22','2021-02-09 05:17:22'),(88766,32499,'action complete via WP Cron','2021-02-09 13:17:22','2021-02-09 05:17:22'),(88767,32500,'action created','2021-02-09 13:17:22','2021-02-09 05:17:22'),(88768,32500,'action started via WP Cron','2021-02-09 13:17:50','2021-02-09 05:17:50'),(88769,32500,'action complete via WP Cron','2021-02-09 13:17:50','2021-02-09 05:17:50'),(88770,32501,'action created','2021-02-09 13:17:50','2021-02-09 05:17:50'),(88771,32501,'action started via WP Cron','2021-02-09 13:18:42','2021-02-09 05:18:42'),(88772,32501,'action complete via WP Cron','2021-02-09 13:18:42','2021-02-09 05:18:42'),(88773,32502,'action created','2021-02-09 13:18:43','2021-02-09 05:18:43'),(88774,32502,'action started via WP Cron','2021-02-09 13:19:46','2021-02-09 05:19:46'),(88775,32502,'action complete via WP Cron','2021-02-09 13:19:46','2021-02-09 05:19:46'),(88776,32503,'action created','2021-02-09 13:19:46','2021-02-09 05:19:46'),(88777,32503,'action started via WP Cron','2021-02-09 13:20:47','2021-02-09 05:20:47'),(88778,32503,'action complete via WP Cron','2021-02-09 13:20:47','2021-02-09 05:20:47'),(88779,32504,'action created','2021-02-09 13:20:47','2021-02-09 05:20:47'),(88780,32504,'action started via WP Cron','2021-02-09 13:21:48','2021-02-09 05:21:48'),(88781,32504,'action complete via WP Cron','2021-02-09 13:21:48','2021-02-09 05:21:48'),(88782,32505,'action created','2021-02-09 13:21:48','2021-02-09 05:21:48'),(88783,32505,'action started via WP Cron','2021-02-09 13:23:16','2021-02-09 05:23:16'),(88784,32505,'action complete via WP Cron','2021-02-09 13:23:16','2021-02-09 05:23:16'),(88785,32506,'action created','2021-02-09 13:23:16','2021-02-09 05:23:16'),(88786,32506,'action started via WP Cron','2021-02-09 13:23:41','2021-02-09 05:23:41'),(88787,32506,'action complete via WP Cron','2021-02-09 13:23:41','2021-02-09 05:23:41'),(88788,32507,'action created','2021-02-09 13:23:41','2021-02-09 05:23:41'),(88789,32507,'action started via WP Cron','2021-02-09 13:24:57','2021-02-09 05:24:57'),(88790,32507,'action complete via WP Cron','2021-02-09 13:24:57','2021-02-09 05:24:57'),(88791,32508,'action created','2021-02-09 13:24:57','2021-02-09 05:24:57'),(88792,32508,'action started via WP Cron','2021-02-09 13:25:49','2021-02-09 05:25:49'),(88793,32508,'action complete via WP Cron','2021-02-09 13:25:49','2021-02-09 05:25:49'),(88794,32509,'action created','2021-02-09 13:25:49','2021-02-09 05:25:49'),(88795,32509,'action started via WP Cron','2021-02-09 13:26:49','2021-02-09 05:26:49'),(88796,32509,'action complete via WP Cron','2021-02-09 13:26:49','2021-02-09 05:26:49'),(88797,32510,'action created','2021-02-09 13:26:49','2021-02-09 05:26:49'),(88798,32510,'action started via WP Cron','2021-02-09 13:27:44','2021-02-09 05:27:44'),(88799,32510,'action complete via WP Cron','2021-02-09 13:27:44','2021-02-09 05:27:44'),(88800,32511,'action created','2021-02-09 13:27:44','2021-02-09 05:27:44'),(88801,32511,'action started via WP Cron','2021-02-09 13:28:44','2021-02-09 05:28:44'),(88802,32511,'action complete via WP Cron','2021-02-09 13:28:44','2021-02-09 05:28:44'),(88803,32512,'action created','2021-02-09 13:28:44','2021-02-09 05:28:44'),(88804,32512,'action started via WP Cron','2021-02-09 13:29:49','2021-02-09 05:29:49'),(88805,32512,'action complete via WP Cron','2021-02-09 13:29:49','2021-02-09 05:29:49'),(88806,32513,'action created','2021-02-09 13:29:49','2021-02-09 05:29:49'),(88807,32513,'action started via WP Cron','2021-02-09 13:30:41','2021-02-09 05:30:41'),(88808,32513,'action complete via WP Cron','2021-02-09 13:30:41','2021-02-09 05:30:41'),(88809,32514,'action created','2021-02-09 13:30:41','2021-02-09 05:30:41'),(88810,32514,'action started via WP Cron','2021-02-09 13:31:54','2021-02-09 05:31:54'),(88811,32514,'action complete via WP Cron','2021-02-09 13:31:54','2021-02-09 05:31:54'),(88812,32515,'action created','2021-02-09 13:31:54','2021-02-09 05:31:54'),(88813,32515,'action started via WP Cron','2021-02-09 13:33:06','2021-02-09 05:33:06'),(88814,32515,'action complete via WP Cron','2021-02-09 13:33:06','2021-02-09 05:33:06'),(88815,32516,'action created','2021-02-09 13:33:07','2021-02-09 05:33:07'),(88816,32516,'action started via WP Cron','2021-02-09 13:34:23','2021-02-09 05:34:23'),(88817,32516,'action complete via WP Cron','2021-02-09 13:34:23','2021-02-09 05:34:23'),(88818,32517,'action created','2021-02-09 13:34:23','2021-02-09 05:34:23'),(88819,32517,'action started via WP Cron','2021-02-09 13:34:51','2021-02-09 05:34:51'),(88820,32517,'action complete via WP Cron','2021-02-09 13:34:51','2021-02-09 05:34:51'),(88821,32518,'action created','2021-02-09 13:34:51','2021-02-09 05:34:51'),(88822,32518,'action started via WP Cron','2021-02-09 13:35:47','2021-02-09 05:35:47'),(88823,32518,'action complete via WP Cron','2021-02-09 13:35:47','2021-02-09 05:35:47'),(88824,32519,'action created','2021-02-09 13:35:48','2021-02-09 05:35:48'),(88825,32519,'action started via WP Cron','2021-02-09 13:36:47','2021-02-09 05:36:47'),(88826,32519,'action complete via WP Cron','2021-02-09 13:36:47','2021-02-09 05:36:47'),(88827,32520,'action created','2021-02-09 13:36:47','2021-02-09 05:36:47'),(88828,32520,'action started via WP Cron','2021-02-09 13:39:43','2021-02-09 05:39:43'),(88829,32520,'action complete via WP Cron','2021-02-09 13:39:43','2021-02-09 05:39:43'),(88830,32521,'action created','2021-02-09 13:39:43','2021-02-09 05:39:43'),(88831,32521,'action started via WP Cron','2021-02-09 13:41:26','2021-02-09 05:41:26'),(88832,32521,'action complete via WP Cron','2021-02-09 13:41:26','2021-02-09 05:41:26'),(88833,32522,'action created','2021-02-09 13:41:26','2021-02-09 05:41:26'),(88834,32522,'action started via WP Cron','2021-02-09 13:47:02','2021-02-09 05:47:02'),(88835,32522,'action complete via WP Cron','2021-02-09 13:47:02','2021-02-09 05:47:02'),(88836,32523,'action created','2021-02-09 13:47:02','2021-02-09 05:47:02'),(88837,32523,'action started via WP Cron','2021-02-09 13:57:34','2021-02-09 05:57:34'),(88838,32523,'action complete via WP Cron','2021-02-09 13:57:34','2021-02-09 05:57:34'),(88839,32524,'action created','2021-02-09 13:57:34','2021-02-09 05:57:34'),(88840,32524,'action started via WP Cron','2021-02-09 13:58:45','2021-02-09 05:58:45'),(88841,32524,'action complete via WP Cron','2021-02-09 13:58:45','2021-02-09 05:58:45'),(88842,32525,'action created','2021-02-09 13:58:45','2021-02-09 05:58:45'),(88843,32525,'action started via WP Cron','2021-02-09 13:59:47','2021-02-09 05:59:47'),(88844,32525,'action complete via WP Cron','2021-02-09 13:59:47','2021-02-09 05:59:47'),(88845,32526,'action created','2021-02-09 13:59:47','2021-02-09 05:59:47'),(88846,32526,'action started via WP Cron','2021-02-09 14:01:48','2021-02-09 06:01:48'),(88847,32526,'action complete via WP Cron','2021-02-09 14:01:48','2021-02-09 06:01:48'),(88848,32527,'action created','2021-02-09 14:01:48','2021-02-09 06:01:48'),(88849,32527,'action started via WP Cron','2021-02-09 14:03:12','2021-02-09 06:03:12'),(88850,32527,'action complete via WP Cron','2021-02-09 14:03:12','2021-02-09 06:03:12'),(88851,32528,'action created','2021-02-09 14:03:12','2021-02-09 06:03:12'),(88852,32528,'action started via WP Cron','2021-02-09 14:03:58','2021-02-09 06:03:58'),(88853,32528,'action complete via WP Cron','2021-02-09 14:03:58','2021-02-09 06:03:58'),(88854,32529,'action created','2021-02-09 14:03:58','2021-02-09 06:03:58'),(88855,32529,'action started via WP Cron','2021-02-09 14:06:15','2021-02-09 06:06:15'),(88856,32529,'action complete via WP Cron','2021-02-09 14:06:15','2021-02-09 06:06:15'),(88857,32530,'action created','2021-02-09 14:06:15','2021-02-09 06:06:15'),(88858,32530,'action started via WP Cron','2021-02-09 14:06:42','2021-02-09 06:06:42'),(88859,32530,'action complete via WP Cron','2021-02-09 14:06:42','2021-02-09 06:06:42'),(88860,32531,'action created','2021-02-09 14:06:42','2021-02-09 06:06:42'),(88861,32531,'action started via WP Cron','2021-02-09 14:07:47','2021-02-09 06:07:47'),(88862,32531,'action complete via WP Cron','2021-02-09 14:07:47','2021-02-09 06:07:47'),(88863,32532,'action created','2021-02-09 14:07:47','2021-02-09 06:07:47'),(88864,32532,'action started via WP Cron','2021-02-09 14:09:05','2021-02-09 06:09:05'),(88865,32532,'action complete via WP Cron','2021-02-09 14:09:05','2021-02-09 06:09:05'),(88866,32533,'action created','2021-02-09 14:09:05','2021-02-09 06:09:05'),(88867,32533,'action started via WP Cron','2021-02-09 14:10:46','2021-02-09 06:10:46'),(88868,32533,'action complete via WP Cron','2021-02-09 14:10:46','2021-02-09 06:10:46'),(88869,32534,'action created','2021-02-09 14:10:47','2021-02-09 06:10:47'),(88870,32534,'action started via WP Cron','2021-02-09 14:11:49','2021-02-09 06:11:49'),(88871,32534,'action complete via WP Cron','2021-02-09 14:11:49','2021-02-09 06:11:49'),(88872,32535,'action created','2021-02-09 14:11:49','2021-02-09 06:11:49'),(88873,32535,'action started via WP Cron','2021-02-09 14:12:43','2021-02-09 06:12:43'),(88874,32535,'action complete via WP Cron','2021-02-09 14:12:43','2021-02-09 06:12:43'),(88875,32536,'action created','2021-02-09 14:12:43','2021-02-09 06:12:43'),(88876,32536,'action started via WP Cron','2021-02-09 14:13:44','2021-02-09 06:13:44'),(88877,32536,'action complete via WP Cron','2021-02-09 14:13:44','2021-02-09 06:13:44'),(88878,32537,'action created','2021-02-09 14:13:44','2021-02-09 06:13:44'),(88879,32537,'action started via WP Cron','2021-02-09 14:14:46','2021-02-09 06:14:46'),(88880,32537,'action complete via WP Cron','2021-02-09 14:14:46','2021-02-09 06:14:46'),(88881,32538,'action created','2021-02-09 14:14:46','2021-02-09 06:14:46'),(88882,32538,'action started via WP Cron','2021-02-09 14:15:46','2021-02-09 06:15:46'),(88883,32538,'action complete via WP Cron','2021-02-09 14:15:46','2021-02-09 06:15:46'),(88884,32539,'action created','2021-02-09 14:15:46','2021-02-09 06:15:46'),(88885,32539,'action started via WP Cron','2021-02-09 14:16:47','2021-02-09 06:16:47'),(88886,32539,'action complete via WP Cron','2021-02-09 14:16:47','2021-02-09 06:16:47'),(88887,32540,'action created','2021-02-09 14:16:47','2021-02-09 06:16:47'),(88888,32540,'action started via WP Cron','2021-02-09 14:19:44','2021-02-09 06:19:44'),(88889,32540,'action complete via WP Cron','2021-02-09 14:19:44','2021-02-09 06:19:44'),(88890,32541,'action created','2021-02-09 14:19:44','2021-02-09 06:19:44'),(88891,32541,'action started via WP Cron','2021-02-09 14:20:49','2021-02-09 06:20:49'),(88892,32541,'action complete via WP Cron','2021-02-09 14:20:49','2021-02-09 06:20:49'),(88893,32542,'action created','2021-02-09 14:20:49','2021-02-09 06:20:49'),(88894,32542,'action started via WP Cron','2021-02-09 14:21:50','2021-02-09 06:21:50'),(88895,32542,'action complete via WP Cron','2021-02-09 14:21:50','2021-02-09 06:21:50'),(88896,32543,'action created','2021-02-09 14:21:50','2021-02-09 06:21:50'),(88897,32543,'action started via WP Cron','2021-02-09 14:27:06','2021-02-09 06:27:06'),(88898,32543,'action complete via WP Cron','2021-02-09 14:27:06','2021-02-09 06:27:06'),(88899,32544,'action created','2021-02-09 14:27:06','2021-02-09 06:27:06'),(88900,32544,'action started via WP Cron','2021-02-09 14:31:25','2021-02-09 06:31:25'),(88901,32544,'action complete via WP Cron','2021-02-09 14:31:25','2021-02-09 06:31:25'),(88902,32545,'action created','2021-02-09 14:31:25','2021-02-09 06:31:25'),(88903,32545,'action started via WP Cron','2021-02-09 14:46:46','2021-02-09 06:46:46'),(88904,32545,'action complete via WP Cron','2021-02-09 14:46:46','2021-02-09 06:46:46'),(88905,32546,'action created','2021-02-09 14:46:46','2021-02-09 06:46:46'),(88906,32546,'action started via WP Cron','2021-02-09 14:48:53','2021-02-09 06:48:53'),(88907,32546,'action complete via WP Cron','2021-02-09 14:48:53','2021-02-09 06:48:53'),(88908,32547,'action created','2021-02-09 14:48:53','2021-02-09 06:48:53'),(88909,32547,'action started via WP Cron','2021-02-09 15:04:20','2021-02-09 07:04:20'),(88910,32547,'action complete via WP Cron','2021-02-09 15:04:20','2021-02-09 07:04:20'),(88911,32548,'action created','2021-02-09 15:04:20','2021-02-09 07:04:20'),(88912,32548,'action started via WP Cron','2021-02-09 15:05:12','2021-02-09 07:05:12'),(88913,32548,'action complete via WP Cron','2021-02-09 15:05:12','2021-02-09 07:05:12'),(88914,32549,'action created','2021-02-09 15:05:12','2021-02-09 07:05:12'),(88915,32549,'action started via WP Cron','2021-02-09 15:06:14','2021-02-09 07:06:14'),(88916,32549,'action complete via WP Cron','2021-02-09 15:06:14','2021-02-09 07:06:14'),(88917,32550,'action created','2021-02-09 15:06:14','2021-02-09 07:06:14'),(88918,32550,'action started via WP Cron','2021-02-09 15:07:23','2021-02-09 07:07:23'),(88919,32550,'action complete via WP Cron','2021-02-09 15:07:23','2021-02-09 07:07:23'),(88920,32551,'action created','2021-02-09 15:07:23','2021-02-09 07:07:23'),(88921,32551,'action started via WP Cron','2021-02-09 15:08:04','2021-02-09 07:08:04'),(88922,32551,'action complete via WP Cron','2021-02-09 15:08:04','2021-02-09 07:08:04'),(88923,32552,'action created','2021-02-09 15:08:04','2021-02-09 07:08:04'),(88924,32552,'action started via WP Cron','2021-02-09 15:08:48','2021-02-09 07:08:48'),(88925,32552,'action complete via WP Cron','2021-02-09 15:08:48','2021-02-09 07:08:48'),(88926,32553,'action created','2021-02-09 15:08:48','2021-02-09 07:08:48'),(88927,32553,'action started via WP Cron','2021-02-09 15:15:43','2021-02-09 07:15:43'),(88928,32553,'action complete via WP Cron','2021-02-09 15:15:43','2021-02-09 07:15:43'),(88929,32554,'action created','2021-02-09 15:15:43','2021-02-09 07:15:43'),(88930,32554,'action started via WP Cron','2021-02-09 15:17:15','2021-02-09 07:17:15'),(88931,32554,'action complete via WP Cron','2021-02-09 15:17:15','2021-02-09 07:17:15'),(88932,32555,'action created','2021-02-09 15:17:16','2021-02-09 07:17:16'),(88933,32555,'action started via WP Cron','2021-02-09 15:18:16','2021-02-09 07:18:16'),(88934,32555,'action complete via WP Cron','2021-02-09 15:18:16','2021-02-09 07:18:16'),(88935,32556,'action created','2021-02-09 15:18:16','2021-02-09 07:18:16'),(88936,32556,'action started via WP Cron','2021-02-09 15:19:17','2021-02-09 07:19:17'),(88937,32556,'action complete via WP Cron','2021-02-09 15:19:17','2021-02-09 07:19:17'),(88938,32557,'action created','2021-02-09 15:19:17','2021-02-09 07:19:17'),(88939,32557,'action started via WP Cron','2021-02-09 15:19:42','2021-02-09 07:19:42'),(88940,32557,'action complete via WP Cron','2021-02-09 15:19:42','2021-02-09 07:19:42'),(88941,32558,'action created','2021-02-09 15:19:42','2021-02-09 07:19:42'),(88942,32558,'action started via WP Cron','2021-02-09 15:22:51','2021-02-09 07:22:51'),(88943,32558,'action complete via WP Cron','2021-02-09 15:22:51','2021-02-09 07:22:51'),(88944,32559,'action created','2021-02-09 15:22:51','2021-02-09 07:22:51'),(88945,32559,'action started via WP Cron','2021-02-09 15:23:51','2021-02-09 07:23:51'),(88946,32559,'action complete via WP Cron','2021-02-09 15:23:51','2021-02-09 07:23:51'),(88947,32560,'action created','2021-02-09 15:23:51','2021-02-09 07:23:51'),(88948,32560,'action started via WP Cron','2021-02-09 15:30:57','2021-02-09 07:30:57'),(88949,32560,'action complete via WP Cron','2021-02-09 15:30:57','2021-02-09 07:30:57'),(88950,32561,'action created','2021-02-09 15:30:57','2021-02-09 07:30:57'),(88951,32561,'action started via WP Cron','2021-02-09 15:33:40','2021-02-09 07:33:40'),(88952,32561,'action complete via WP Cron','2021-02-09 15:33:40','2021-02-09 07:33:40'),(88953,32562,'action created','2021-02-09 15:33:40','2021-02-09 07:33:40'),(88954,32562,'action started via WP Cron','2021-02-09 15:34:47','2021-02-09 07:34:47'),(88955,32562,'action complete via WP Cron','2021-02-09 15:34:47','2021-02-09 07:34:47'),(88956,32563,'action created','2021-02-09 15:34:47','2021-02-09 07:34:47'),(88957,32563,'action started via WP Cron','2021-02-09 15:37:42','2021-02-09 07:37:42'),(88958,32563,'action complete via WP Cron','2021-02-09 15:37:42','2021-02-09 07:37:42'),(88959,32564,'action created','2021-02-09 15:37:42','2021-02-09 07:37:42'),(88960,32564,'action started via WP Cron','2021-02-09 15:40:12','2021-02-09 07:40:12'),(88961,32564,'action complete via WP Cron','2021-02-09 15:40:12','2021-02-09 07:40:12'),(88962,32565,'action created','2021-02-09 15:40:12','2021-02-09 07:40:12'),(88963,32565,'action started via WP Cron','2021-02-09 15:55:44','2021-02-09 07:55:44'),(88964,32565,'action complete via WP Cron','2021-02-09 15:55:44','2021-02-09 07:55:44'),(88965,32566,'action created','2021-02-09 15:55:44','2021-02-09 07:55:44'),(88966,32566,'action started via WP Cron','2021-02-09 16:03:20','2021-02-09 08:03:20'),(88967,32566,'action complete via WP Cron','2021-02-09 16:03:20','2021-02-09 08:03:20'),(88968,32567,'action created','2021-02-09 16:03:20','2021-02-09 08:03:20'),(88969,32567,'action started via WP Cron','2021-02-09 16:04:04','2021-02-09 08:04:04'),(88970,32567,'action complete via WP Cron','2021-02-09 16:04:04','2021-02-09 08:04:04'),(88971,32568,'action created','2021-02-09 16:04:04','2021-02-09 08:04:04'),(88972,32568,'action started via WP Cron','2021-02-09 16:05:11','2021-02-09 08:05:11'),(88973,32568,'action complete via WP Cron','2021-02-09 16:05:11','2021-02-09 08:05:11'),(88974,32569,'action created','2021-02-09 16:05:11','2021-02-09 08:05:11'),(88975,32569,'action started via WP Cron','2021-02-09 16:06:12','2021-02-09 08:06:12'),(88976,32569,'action complete via WP Cron','2021-02-09 16:06:12','2021-02-09 08:06:12'),(88977,32570,'action created','2021-02-09 16:06:12','2021-02-09 08:06:12'),(88978,32570,'action started via WP Cron','2021-02-09 16:07:16','2021-02-09 08:07:16'),(88979,32570,'action complete via WP Cron','2021-02-09 16:07:16','2021-02-09 08:07:16'),(88980,32571,'action created','2021-02-09 16:07:16','2021-02-09 08:07:16'),(88981,32571,'action started via WP Cron','2021-02-09 16:08:14','2021-02-09 08:08:14'),(88982,32571,'action complete via WP Cron','2021-02-09 16:08:14','2021-02-09 08:08:14'),(88983,32572,'action created','2021-02-09 16:08:14','2021-02-09 08:08:14'),(88984,32572,'action started via WP Cron','2021-02-09 16:09:15','2021-02-09 08:09:15'),(88985,32572,'action complete via WP Cron','2021-02-09 16:09:15','2021-02-09 08:09:15'),(88986,32573,'action created','2021-02-09 16:09:15','2021-02-09 08:09:15'),(88987,32573,'action started via WP Cron','2021-02-09 16:10:16','2021-02-09 08:10:16'),(88988,32573,'action complete via WP Cron','2021-02-09 16:10:16','2021-02-09 08:10:16'),(88989,32574,'action created','2021-02-09 16:10:16','2021-02-09 08:10:16'),(88990,32574,'action started via WP Cron','2021-02-09 16:10:49','2021-02-09 08:10:49'),(88991,32574,'action complete via WP Cron','2021-02-09 16:10:49','2021-02-09 08:10:49'),(88992,32575,'action created','2021-02-09 16:10:49','2021-02-09 08:10:49'),(88993,32575,'action started via WP Cron','2021-02-09 16:11:51','2021-02-09 08:11:51'),(88994,32575,'action complete via WP Cron','2021-02-09 16:11:51','2021-02-09 08:11:51'),(88995,32576,'action created','2021-02-09 16:11:51','2021-02-09 08:11:51'),(88996,32576,'action started via WP Cron','2021-02-09 16:12:52','2021-02-09 08:12:52'),(88997,32576,'action complete via WP Cron','2021-02-09 16:12:52','2021-02-09 08:12:52'),(88998,32577,'action created','2021-02-09 16:12:52','2021-02-09 08:12:52'),(88999,32577,'action started via WP Cron','2021-02-09 16:17:02','2021-02-09 08:17:02'),(89000,32577,'action complete via WP Cron','2021-02-09 16:17:02','2021-02-09 08:17:02'),(89001,32578,'action created','2021-02-09 16:17:02','2021-02-09 08:17:02'),(89002,32578,'action started via WP Cron','2021-02-09 16:20:06','2021-02-09 08:20:06'),(89003,32578,'action complete via WP Cron','2021-02-09 16:20:06','2021-02-09 08:20:06'),(89004,32579,'action created','2021-02-09 16:21:07','2021-02-09 08:21:07'),(89005,32579,'action started via WP Cron','2021-02-09 16:22:08','2021-02-09 08:22:08'),(89006,32579,'action complete via WP Cron','2021-02-09 16:22:08','2021-02-09 08:22:08'),(89007,32580,'action created','2021-02-09 16:22:08','2021-02-09 08:22:08'),(89008,32580,'action started via WP Cron','2021-02-09 16:24:09','2021-02-09 08:24:09'),(89009,32580,'action complete via WP Cron','2021-02-09 16:24:09','2021-02-09 08:24:09'),(89010,32581,'action created','2021-02-09 16:24:09','2021-02-09 08:24:09'),(89011,32581,'action started via WP Cron','2021-02-09 16:25:10','2021-02-09 08:25:10'),(89012,32581,'action complete via WP Cron','2021-02-09 16:25:10','2021-02-09 08:25:10'),(89013,32582,'action created','2021-02-09 16:25:11','2021-02-09 08:25:11'),(89014,32582,'action started via WP Cron','2021-02-09 16:27:08','2021-02-09 08:27:08'),(89015,32582,'action complete via WP Cron','2021-02-09 16:27:08','2021-02-09 08:27:08'),(89016,32583,'action created','2021-02-09 16:27:08','2021-02-09 08:27:08'),(89017,32583,'action started via WP Cron','2021-02-09 16:28:31','2021-02-09 08:28:31'),(89018,32583,'action complete via WP Cron','2021-02-09 16:28:31','2021-02-09 08:28:31'),(89019,32584,'action created','2021-02-09 16:28:31','2021-02-09 08:28:31'),(89020,32584,'action started via WP Cron','2021-02-09 16:33:31','2021-02-09 08:33:31'),(89021,32584,'action complete via WP Cron','2021-02-09 16:33:31','2021-02-09 08:33:31'),(89022,32585,'action created','2021-02-09 16:33:31','2021-02-09 08:33:31'),(89023,32585,'action started via WP Cron','2021-02-09 16:36:32','2021-02-09 08:36:32'),(89024,32585,'action complete via WP Cron','2021-02-09 16:36:32','2021-02-09 08:36:32'),(89025,32586,'action created','2021-02-09 16:36:33','2021-02-09 08:36:33'),(89026,32586,'action started via WP Cron','2021-02-09 16:37:24','2021-02-09 08:37:24'),(89027,32586,'action complete via WP Cron','2021-02-09 16:37:24','2021-02-09 08:37:24'),(89028,32587,'action created','2021-02-09 16:37:24','2021-02-09 08:37:24'),(89029,32587,'action started via WP Cron','2021-02-09 16:38:31','2021-02-09 08:38:31'),(89030,32587,'action complete via WP Cron','2021-02-09 16:38:31','2021-02-09 08:38:31'),(89031,32588,'action created','2021-02-09 16:38:32','2021-02-09 08:38:32'),(89032,32588,'action started via WP Cron','2021-02-09 16:39:33','2021-02-09 08:39:33'),(89033,32588,'action complete via WP Cron','2021-02-09 16:39:33','2021-02-09 08:39:33'),(89034,32589,'action created','2021-02-09 16:39:33','2021-02-09 08:39:33'),(89035,32589,'action started via WP Cron','2021-02-09 16:41:35','2021-02-09 08:41:35'),(89036,32589,'action complete via WP Cron','2021-02-09 16:41:35','2021-02-09 08:41:35'),(89037,32590,'action created','2021-02-09 16:41:35','2021-02-09 08:41:35'),(89038,32590,'action started via WP Cron','2021-02-09 16:42:36','2021-02-09 08:42:36'),(89039,32590,'action complete via WP Cron','2021-02-09 16:42:36','2021-02-09 08:42:36'),(89040,32591,'action created','2021-02-09 16:42:36','2021-02-09 08:42:36'),(89041,32591,'action started via WP Cron','2021-02-09 16:43:37','2021-02-09 08:43:37'),(89042,32591,'action complete via WP Cron','2021-02-09 16:43:37','2021-02-09 08:43:37'),(89043,32592,'action created','2021-02-09 16:43:37','2021-02-09 08:43:37'),(89044,32592,'action started via WP Cron','2021-02-09 16:45:46','2021-02-09 08:45:46'),(89045,32592,'action complete via WP Cron','2021-02-09 16:45:46','2021-02-09 08:45:46'),(89046,32593,'action created','2021-02-09 16:45:46','2021-02-09 08:45:46'),(89047,32593,'action started via WP Cron','2021-02-09 16:46:53','2021-02-09 08:46:53'),(89048,32593,'action complete via WP Cron','2021-02-09 16:46:53','2021-02-09 08:46:53'),(89049,32594,'action created','2021-02-09 16:46:53','2021-02-09 08:46:53'),(89050,32594,'action started via WP Cron','2021-02-09 16:50:01','2021-02-09 08:50:01'),(89051,32594,'action complete via WP Cron','2021-02-09 16:50:01','2021-02-09 08:50:01'),(89052,32595,'action created','2021-02-09 16:50:01','2021-02-09 08:50:01'),(89053,32595,'action started via WP Cron','2021-02-09 16:54:19','2021-02-09 08:54:19'),(89054,32595,'action complete via WP Cron','2021-02-09 16:54:19','2021-02-09 08:54:19'),(89055,32596,'action created','2021-02-09 16:54:19','2021-02-09 08:54:19'),(89056,32596,'action started via WP Cron','2021-02-09 17:04:05','2021-02-09 09:04:05'),(89057,32596,'action complete via WP Cron','2021-02-09 17:04:05','2021-02-09 09:04:05'),(89058,32597,'action created','2021-02-09 17:04:05','2021-02-09 09:04:05'),(89059,32597,'action started via WP Cron','2021-02-09 17:11:04','2021-02-09 09:11:04'),(89060,32597,'action complete via WP Cron','2021-02-09 17:11:04','2021-02-09 09:11:04'),(89061,32598,'action created','2021-02-09 17:11:04','2021-02-09 09:11:04'),(89062,32598,'action started via WP Cron','2021-02-09 17:12:05','2021-02-09 09:12:05'),(89063,32598,'action complete via WP Cron','2021-02-09 17:12:05','2021-02-09 09:12:05'),(89064,32599,'action created','2021-02-09 17:12:05','2021-02-09 09:12:05'),(89065,32599,'action started via WP Cron','2021-02-09 17:15:03','2021-02-09 09:15:03'),(89066,32599,'action complete via WP Cron','2021-02-09 17:15:03','2021-02-09 09:15:03'),(89067,32600,'action created','2021-02-09 17:15:03','2021-02-09 09:15:03'),(89068,32600,'action started via WP Cron','2021-02-09 17:20:13','2021-02-09 09:20:13'),(89069,32600,'action complete via WP Cron','2021-02-09 17:20:13','2021-02-09 09:20:13'),(89070,32601,'action created','2021-02-09 17:20:13','2021-02-09 09:20:13'),(89071,32601,'action started via WP Cron','2021-02-09 17:25:22','2021-02-09 09:25:22'),(89072,32601,'action complete via WP Cron','2021-02-09 17:25:22','2021-02-09 09:25:22'),(89073,32602,'action created','2021-02-09 17:25:23','2021-02-09 09:25:23'),(89074,32602,'action started via WP Cron','2021-02-09 17:25:42','2021-02-09 09:25:42'),(89075,32602,'action complete via WP Cron','2021-02-09 17:25:42','2021-02-09 09:25:42'),(89076,32603,'action created','2021-02-09 17:25:42','2021-02-09 09:25:42'),(89077,32603,'action started via WP Cron','2021-02-09 17:27:25','2021-02-09 09:27:25'),(89078,32603,'action complete via WP Cron','2021-02-09 17:27:25','2021-02-09 09:27:25'),(89079,32604,'action created','2021-02-09 17:27:25','2021-02-09 09:27:25'),(89080,32604,'action started via WP Cron','2021-02-09 17:32:16','2021-02-09 09:32:16'),(89081,32604,'action complete via WP Cron','2021-02-09 17:32:16','2021-02-09 09:32:16'),(89082,32605,'action created','2021-02-09 17:32:28','2021-02-09 09:32:28'),(89083,32605,'action started via WP Cron','2021-02-09 17:32:56','2021-02-09 09:32:56'),(89084,32605,'action complete via WP Cron','2021-02-09 17:32:56','2021-02-09 09:32:56'),(89085,32606,'action created','2021-02-09 17:32:56','2021-02-09 09:32:56'),(89086,32606,'action started via WP Cron','2021-02-09 17:34:04','2021-02-09 09:34:04'),(89087,32606,'action complete via WP Cron','2021-02-09 17:34:04','2021-02-09 09:34:04'),(89088,32607,'action created','2021-02-09 17:34:04','2021-02-09 09:34:04'),(89089,32607,'action started via WP Cron','2021-02-09 17:36:06','2021-02-09 09:36:06'),(89090,32607,'action complete via WP Cron','2021-02-09 17:36:06','2021-02-09 09:36:06'),(89091,32608,'action created','2021-02-09 17:36:06','2021-02-09 09:36:06'),(89092,32608,'action started via WP Cron','2021-02-09 17:37:07','2021-02-09 09:37:07'),(89093,32608,'action complete via WP Cron','2021-02-09 17:37:07','2021-02-09 09:37:07'),(89094,32609,'action created','2021-02-09 17:37:07','2021-02-09 09:37:07'),(89095,32609,'action started via WP Cron','2021-02-09 17:38:07','2021-02-09 09:38:07'),(89096,32609,'action complete via WP Cron','2021-02-09 17:38:07','2021-02-09 09:38:07'),(89097,32610,'action created','2021-02-09 17:38:08','2021-02-09 09:38:08'),(89098,32610,'action started via WP Cron','2021-02-09 17:43:28','2021-02-09 09:43:28'),(89099,32610,'action complete via WP Cron','2021-02-09 17:43:28','2021-02-09 09:43:28'),(89100,32611,'action created','2021-02-09 17:43:28','2021-02-09 09:43:28'),(89101,32611,'action started via WP Cron','2021-02-09 17:49:56','2021-02-09 09:49:56'),(89102,32611,'action complete via WP Cron','2021-02-09 17:49:56','2021-02-09 09:49:56'),(89103,32612,'action created','2021-02-09 17:49:56','2021-02-09 09:49:56'),(89104,32612,'action started via WP Cron','2021-02-09 17:51:04','2021-02-09 09:51:04'),(89105,32612,'action complete via WP Cron','2021-02-09 17:51:04','2021-02-09 09:51:04'),(89106,32613,'action created','2021-02-09 17:51:04','2021-02-09 09:51:04'),(89107,32613,'action started via WP Cron','2021-02-09 17:52:05','2021-02-09 09:52:05'),(89108,32613,'action complete via WP Cron','2021-02-09 17:52:05','2021-02-09 09:52:05'),(89109,32614,'action created','2021-02-09 17:52:05','2021-02-09 09:52:05'),(89110,32614,'action started via WP Cron','2021-02-09 17:54:03','2021-02-09 09:54:03'),(89111,32614,'action complete via WP Cron','2021-02-09 17:54:03','2021-02-09 09:54:03'),(89112,32615,'action created','2021-02-09 17:54:03','2021-02-09 09:54:03'),(89113,32615,'action started via WP Cron','2021-02-09 17:55:05','2021-02-09 09:55:05'),(89114,32615,'action complete via WP Cron','2021-02-09 17:55:05','2021-02-09 09:55:05'),(89115,32616,'action created','2021-02-09 17:55:05','2021-02-09 09:55:05'),(89116,32616,'action started via WP Cron','2021-02-09 17:56:05','2021-02-09 09:56:05'),(89117,32616,'action complete via WP Cron','2021-02-09 17:56:05','2021-02-09 09:56:05'),(89118,32617,'action created','2021-02-09 17:56:05','2021-02-09 09:56:05'),(89119,32617,'action started via WP Cron','2021-02-09 18:01:17','2021-02-09 10:01:17'),(89120,32617,'action complete via WP Cron','2021-02-09 18:01:17','2021-02-09 10:01:17'),(89121,32618,'action created','2021-02-09 18:01:17','2021-02-09 10:01:17'),(89122,32618,'action started via WP Cron','2021-02-09 18:01:48','2021-02-09 10:01:48'),(89123,32618,'action complete via WP Cron','2021-02-09 18:01:48','2021-02-09 10:01:48'),(89124,32619,'action created','2021-02-09 18:01:48','2021-02-09 10:01:48'),(89125,32619,'action started via WP Cron','2021-02-09 18:06:33','2021-02-09 10:06:33'),(89126,32619,'action complete via WP Cron','2021-02-09 18:06:33','2021-02-09 10:06:33'),(89127,32620,'action created','2021-02-09 18:06:33','2021-02-09 10:06:33'),(89128,32620,'action started via WP Cron','2021-02-09 18:07:41','2021-02-09 10:07:41'),(89129,32620,'action complete via WP Cron','2021-02-09 18:07:41','2021-02-09 10:07:41'),(89130,32621,'action created','2021-02-09 18:07:41','2021-02-09 10:07:41'),(89131,32621,'action started via WP Cron','2021-02-09 18:08:42','2021-02-09 10:08:42'),(89132,32621,'action complete via WP Cron','2021-02-09 18:08:42','2021-02-09 10:08:42'),(89133,32622,'action created','2021-02-09 18:08:42','2021-02-09 10:08:42'),(89134,32622,'action started via WP Cron','2021-02-09 18:14:13','2021-02-09 10:14:13'),(89135,32622,'action complete via WP Cron','2021-02-09 18:14:13','2021-02-09 10:14:13'),(89136,32623,'action created','2021-02-09 18:14:13','2021-02-09 10:14:13'),(89140,32623,'action started via Async Request','2021-02-09 18:14:28','2021-02-09 10:14:28'),(89141,32623,'action complete via Async Request','2021-02-09 18:14:28','2021-02-09 10:14:28'),(89142,32625,'action created','2021-02-09 18:14:29','2021-02-09 10:14:29'),(89146,32625,'action started via WP Cron','2021-02-09 18:14:43','2021-02-09 10:14:43'),(89147,32625,'action complete via WP Cron','2021-02-09 18:14:43','2021-02-09 10:14:43'),(89148,32627,'action created','2021-02-09 18:14:46','2021-02-09 10:14:46'),(89149,32627,'action started via WP Cron','2021-02-09 18:15:41','2021-02-09 10:15:41'),(89150,32627,'action complete via WP Cron','2021-02-09 18:15:41','2021-02-09 10:15:41'),(89151,32628,'action created','2021-02-09 18:15:47','2021-02-09 10:15:47'),(89152,32629,'action created','2021-02-09 18:15:47','2021-02-09 10:15:47'),(89153,32629,'action started via WP Cron','2021-02-09 18:16:45','2021-02-09 10:16:45'),(89154,32629,'action complete via WP Cron','2021-02-09 18:16:45','2021-02-09 10:16:45'),(89155,32628,'action started via WP Cron','2021-02-09 18:16:45','2021-02-09 10:16:45'),(89156,32628,'action complete via WP Cron','2021-02-09 18:16:45','2021-02-09 10:16:45'),(89157,32630,'action created','2021-02-09 18:18:28','2021-02-09 10:18:28'),(89158,32631,'action created','2021-02-09 18:18:28','2021-02-09 10:18:28'),(89159,32630,'action started via WP Cron','2021-02-09 18:18:41','2021-02-09 10:18:41'),(89160,32630,'action complete via WP Cron','2021-02-09 18:18:41','2021-02-09 10:18:41'),(89161,32632,'action created','2021-02-09 18:18:41','2021-02-09 10:18:41'),(89162,32632,'action started via Async Request','2021-02-09 18:19:01','2021-02-09 10:19:01'),(89163,32632,'action complete via Async Request','2021-02-09 18:19:01','2021-02-09 10:19:01'),(89164,32631,'action started via Async Request','2021-02-09 18:19:01','2021-02-09 10:19:01'),(89165,32631,'action complete via Async Request','2021-02-09 18:19:01','2021-02-09 10:19:01'),(89166,32633,'action created','2021-02-09 18:19:11','2021-02-09 10:19:11'),(89167,32634,'action created','2021-02-09 18:19:12','2021-02-09 10:19:12'),(89168,32634,'action started via WP Cron','2021-02-09 18:19:50','2021-02-09 10:19:50'),(89169,32634,'action complete via WP Cron','2021-02-09 18:19:50','2021-02-09 10:19:50'),(89170,32633,'action started via WP Cron','2021-02-09 18:19:50','2021-02-09 10:19:50'),(89171,32633,'action complete via WP Cron','2021-02-09 18:19:50','2021-02-09 10:19:50'),(89172,32635,'action created','2021-02-09 18:24:50','2021-02-09 10:24:50'),(89173,32635,'action started via WP Cron','2021-02-09 18:25:43','2021-02-09 10:25:43'),(89174,32635,'action complete via WP Cron','2021-02-09 18:25:43','2021-02-09 10:25:43'),(89175,32636,'action created','2021-02-09 18:25:43','2021-02-09 10:25:43'),(89176,32636,'action started via WP Cron','2021-02-09 18:28:02','2021-02-09 10:28:02'),(89177,32636,'action complete via WP Cron','2021-02-09 18:28:02','2021-02-09 10:28:02'),(89178,32637,'action created','2021-02-09 18:28:02','2021-02-09 10:28:02'),(89179,32637,'action started via WP Cron','2021-02-09 18:33:17','2021-02-09 10:33:17'),(89180,32637,'action complete via WP Cron','2021-02-09 18:33:17','2021-02-09 10:33:17'),(89181,32638,'action created','2021-02-09 18:33:17','2021-02-09 10:33:17'),(89182,32638,'action started via WP Cron','2021-02-09 18:36:03','2021-02-09 10:36:03'),(89183,32638,'action complete via WP Cron','2021-02-09 18:36:03','2021-02-09 10:36:03'),(89184,32639,'action created','2021-02-09 18:36:03','2021-02-09 10:36:03'),(89185,32639,'action started via WP Cron','2021-02-09 18:38:14','2021-02-09 10:38:14'),(89186,32639,'action complete via WP Cron','2021-02-09 18:38:14','2021-02-09 10:38:14'),(89187,32640,'action created','2021-02-09 18:38:14','2021-02-09 10:38:14'),(89188,32640,'action started via WP Cron','2021-02-09 18:39:08','2021-02-09 10:39:08'),(89189,32640,'action complete via WP Cron','2021-02-09 18:39:08','2021-02-09 10:39:08'),(89190,32641,'action created','2021-02-09 18:39:08','2021-02-09 10:39:08'),(89191,32641,'action started via WP Cron','2021-02-09 18:40:09','2021-02-09 10:40:09'),(89192,32641,'action complete via WP Cron','2021-02-09 18:40:09','2021-02-09 10:40:09'),(89193,32642,'action created','2021-02-09 18:40:09','2021-02-09 10:40:09'),(89194,32642,'action started via WP Cron','2021-02-09 18:42:11','2021-02-09 10:42:11'),(89195,32642,'action complete via WP Cron','2021-02-09 18:42:11','2021-02-09 10:42:11'),(89196,32643,'action created','2021-02-09 18:42:11','2021-02-09 10:42:11'),(89197,32643,'action started via WP Cron','2021-02-09 18:43:12','2021-02-09 10:43:12'),(89198,32643,'action complete via WP Cron','2021-02-09 18:43:12','2021-02-09 10:43:12'),(89199,32644,'action created','2021-02-09 18:43:12','2021-02-09 10:43:12'),(89200,32644,'action started via WP Cron','2021-02-09 18:44:13','2021-02-09 10:44:13'),(89201,32644,'action complete via WP Cron','2021-02-09 18:44:13','2021-02-09 10:44:13'),(89202,32645,'action created','2021-02-09 18:44:13','2021-02-09 10:44:13'),(89203,32645,'action started via WP Cron','2021-02-09 18:45:50','2021-02-09 10:45:50'),(89204,32645,'action complete via WP Cron','2021-02-09 18:45:50','2021-02-09 10:45:50'),(89205,32646,'action created','2021-02-09 18:45:50','2021-02-09 10:45:50'),(89206,32646,'action started via WP Cron','2021-02-09 18:51:52','2021-02-09 10:51:52'),(89207,32646,'action complete via WP Cron','2021-02-09 18:51:52','2021-02-09 10:51:52'),(89208,32647,'action created','2021-02-09 18:51:52','2021-02-09 10:51:52'),(89209,32647,'action started via WP Cron','2021-02-09 18:54:48','2021-02-09 10:54:48'),(89210,32647,'action complete via WP Cron','2021-02-09 18:54:48','2021-02-09 10:54:48'),(89211,32648,'action created','2021-02-09 18:54:48','2021-02-09 10:54:48'),(89212,32648,'action started via WP Cron','2021-02-09 18:56:10','2021-02-09 10:56:10'),(89213,32648,'action complete via WP Cron','2021-02-09 18:56:10','2021-02-09 10:56:10'),(89214,32649,'action created','2021-02-09 18:56:10','2021-02-09 10:56:10'),(89215,32649,'action started via WP Cron','2021-02-09 18:57:10','2021-02-09 10:57:10'),(89216,32649,'action complete via WP Cron','2021-02-09 18:57:10','2021-02-09 10:57:10'),(89217,32650,'action created','2021-02-09 18:57:10','2021-02-09 10:57:10'),(89218,32650,'action started via WP Cron','2021-02-09 18:58:11','2021-02-09 10:58:11'),(89219,32650,'action complete via WP Cron','2021-02-09 18:58:11','2021-02-09 10:58:11'),(89220,32651,'action created','2021-02-09 18:58:11','2021-02-09 10:58:11'),(89221,32651,'action started via WP Cron','2021-02-09 18:59:12','2021-02-09 10:59:12'),(89222,32651,'action complete via WP Cron','2021-02-09 18:59:12','2021-02-09 10:59:12'),(89223,32652,'action created','2021-02-09 18:59:12','2021-02-09 10:59:12'),(89224,32652,'action started via WP Cron','2021-02-09 19:00:13','2021-02-09 11:00:13'),(89225,32652,'action complete via WP Cron','2021-02-09 19:00:13','2021-02-09 11:00:13'),(89226,32653,'action created','2021-02-09 19:00:13','2021-02-09 11:00:13'),(89227,32653,'action started via WP Cron','2021-02-09 19:03:23','2021-02-09 11:03:23'),(89228,32653,'action complete via WP Cron','2021-02-09 19:03:23','2021-02-09 11:03:23'),(89229,32654,'action created','2021-02-09 19:03:23','2021-02-09 11:03:23'),(89230,32654,'action started via WP Cron','2021-02-09 19:03:46','2021-02-09 11:03:46'),(89231,32654,'action complete via WP Cron','2021-02-09 19:03:46','2021-02-09 11:03:46'),(89232,32655,'action created','2021-02-09 19:03:46','2021-02-09 11:03:46'),(89233,32655,'action started via WP Cron','2021-02-09 19:06:30','2021-02-09 11:06:30'),(89234,32655,'action complete via WP Cron','2021-02-09 19:06:30','2021-02-09 11:06:30'),(89235,32656,'action created','2021-02-09 19:06:30','2021-02-09 11:06:30'),(89236,32656,'action started via WP Cron','2021-02-09 19:07:37','2021-02-09 11:07:37'),(89237,32656,'action complete via WP Cron','2021-02-09 19:07:37','2021-02-09 11:07:37'),(89238,32657,'action created','2021-02-09 19:07:37','2021-02-09 11:07:37'),(89239,32657,'action started via WP Cron','2021-02-09 19:08:38','2021-02-09 11:08:38'),(89240,32657,'action complete via WP Cron','2021-02-09 19:08:38','2021-02-09 11:08:38'),(89241,32658,'action created','2021-02-09 19:08:38','2021-02-09 11:08:38'),(89242,32658,'action started via WP Cron','2021-02-09 19:09:39','2021-02-09 11:09:39'),(89243,32658,'action complete via WP Cron','2021-02-09 19:09:39','2021-02-09 11:09:39'),(89244,32659,'action created','2021-02-09 19:09:39','2021-02-09 11:09:39'),(89245,32659,'action started via WP Cron','2021-02-09 19:11:41','2021-02-09 11:11:41'),(89246,32659,'action complete via WP Cron','2021-02-09 19:11:41','2021-02-09 11:11:41'),(89247,32660,'action created','2021-02-09 19:11:41','2021-02-09 11:11:41'),(89248,32660,'action started via WP Cron','2021-02-09 19:16:48','2021-02-09 11:16:48'),(89249,32660,'action complete via WP Cron','2021-02-09 19:16:48','2021-02-09 11:16:48'),(89250,32661,'action created','2021-02-09 19:16:49','2021-02-09 11:16:49'),(89251,32661,'action started via WP Cron','2021-02-09 19:18:40','2021-02-09 11:18:40'),(89252,32661,'action complete via WP Cron','2021-02-09 19:18:40','2021-02-09 11:18:40'),(89253,32662,'action created','2021-02-09 19:18:40','2021-02-09 11:18:40'),(89254,32662,'action started via WP Cron','2021-02-09 19:22:10','2021-02-09 11:22:10'),(89255,32662,'action complete via WP Cron','2021-02-09 19:22:10','2021-02-09 11:22:10'),(89256,32663,'action created','2021-02-09 19:22:11','2021-02-09 11:22:11'),(89257,32663,'action started via WP Cron','2021-02-09 19:24:45','2021-02-09 11:24:45'),(89258,32663,'action complete via WP Cron','2021-02-09 19:24:45','2021-02-09 11:24:45'),(89259,32664,'action created','2021-02-09 19:24:45','2021-02-09 11:24:45'),(89260,32664,'action started via WP Cron','2021-02-09 19:25:45','2021-02-09 11:25:45'),(89261,32664,'action complete via WP Cron','2021-02-09 19:25:45','2021-02-09 11:25:45'),(89262,32665,'action created','2021-02-09 19:25:45','2021-02-09 11:25:45'),(89263,32665,'action started via WP Cron','2021-02-09 19:26:46','2021-02-09 11:26:46'),(89264,32665,'action complete via WP Cron','2021-02-09 19:26:46','2021-02-09 11:26:46'),(89265,32666,'action created','2021-02-09 19:26:46','2021-02-09 11:26:46'),(89266,32666,'action started via WP Cron','2021-02-09 19:28:48','2021-02-09 11:28:48'),(89267,32666,'action complete via WP Cron','2021-02-09 19:28:48','2021-02-09 11:28:48'),(89268,32667,'action created','2021-02-09 19:28:48','2021-02-09 11:28:48'),(89269,32667,'action started via WP Cron','2021-02-09 19:29:49','2021-02-09 11:29:49'),(89270,32667,'action complete via WP Cron','2021-02-09 19:29:49','2021-02-09 11:29:49'),(89271,32668,'action created','2021-02-09 19:29:49','2021-02-09 11:29:49'),(89272,32668,'action started via WP Cron','2021-02-09 19:30:50','2021-02-09 11:30:50'),(89273,32668,'action complete via WP Cron','2021-02-09 19:30:50','2021-02-09 11:30:50'),(89274,32669,'action created','2021-02-09 19:30:50','2021-02-09 11:30:50'),(89275,32669,'action started via WP Cron','2021-02-09 19:32:55','2021-02-09 11:32:55'),(89276,32669,'action complete via WP Cron','2021-02-09 19:32:55','2021-02-09 11:32:55'),(89277,32670,'action created','2021-02-09 19:32:55','2021-02-09 11:32:55'),(89278,32670,'action started via WP Cron','2021-02-09 19:44:19','2021-02-09 11:44:19'),(89279,32670,'action complete via WP Cron','2021-02-09 19:44:19','2021-02-09 11:44:19'),(89280,32671,'action created','2021-02-09 19:44:19','2021-02-09 11:44:19'),(89281,32671,'action started via WP Cron','2021-02-09 19:44:53','2021-02-09 11:44:53'),(89282,32671,'action complete via WP Cron','2021-02-09 19:44:53','2021-02-09 11:44:53'),(89283,32672,'action created','2021-02-09 19:45:12','2021-02-09 11:45:12'),(89284,32672,'action started via WP Cron','2021-02-09 19:46:15','2021-02-09 11:46:15'),(89285,32672,'action complete via WP Cron','2021-02-09 19:46:15','2021-02-09 11:46:15'),(89286,32673,'action created','2021-02-09 19:46:15','2021-02-09 11:46:15'),(89287,32673,'action started via WP Cron','2021-02-09 19:47:24','2021-02-09 11:47:24'),(89288,32673,'action complete via WP Cron','2021-02-09 19:47:24','2021-02-09 11:47:24'),(89289,32674,'action created','2021-02-09 19:47:24','2021-02-09 11:47:24'),(89290,32674,'action started via WP Cron','2021-02-09 19:48:58','2021-02-09 11:48:58'),(89291,32674,'action complete via WP Cron','2021-02-09 19:48:58','2021-02-09 11:48:58'),(89292,32675,'action created','2021-02-09 19:48:58','2021-02-09 11:48:58'),(89293,32675,'action started via WP Cron','2021-02-09 19:55:10','2021-02-09 11:55:10'),(89294,32675,'action complete via WP Cron','2021-02-09 19:55:10','2021-02-09 11:55:10'),(89295,32676,'action created','2021-02-09 19:55:10','2021-02-09 11:55:10'),(89296,32676,'action started via WP Cron','2021-02-09 20:00:18','2021-02-09 12:00:18'),(89297,32676,'action complete via WP Cron','2021-02-09 20:00:18','2021-02-09 12:00:18'),(89298,32677,'action created','2021-02-09 20:00:18','2021-02-09 12:00:18'),(89299,32677,'action started via WP Cron','2021-02-09 20:01:18','2021-02-09 12:01:18'),(89300,32677,'action complete via WP Cron','2021-02-09 20:01:18','2021-02-09 12:01:18'),(89301,32678,'action created','2021-02-09 20:01:19','2021-02-09 12:01:19'),(89302,32678,'action started via WP Cron','2021-02-09 20:02:19','2021-02-09 12:02:19'),(89303,32678,'action complete via WP Cron','2021-02-09 20:02:19','2021-02-09 12:02:19'),(89304,32679,'action created','2021-02-09 20:02:20','2021-02-09 12:02:20'),(89305,32679,'action started via WP Cron','2021-02-09 20:04:22','2021-02-09 12:04:22'),(89306,32679,'action complete via WP Cron','2021-02-09 20:04:22','2021-02-09 12:04:22'),(89307,32680,'action created','2021-02-09 20:04:22','2021-02-09 12:04:22'),(89308,32680,'action started via WP Cron','2021-02-09 20:05:23','2021-02-09 12:05:23'),(89309,32680,'action complete via WP Cron','2021-02-09 20:05:23','2021-02-09 12:05:23'),(89310,32681,'action created','2021-02-09 20:05:23','2021-02-09 12:05:23'),(89311,32681,'action started via WP Cron','2021-02-09 20:06:23','2021-02-09 12:06:23'),(89312,32681,'action complete via WP Cron','2021-02-09 20:06:23','2021-02-09 12:06:23'),(89313,32682,'action created','2021-02-09 20:06:23','2021-02-09 12:06:23'),(89314,32682,'action started via WP Cron','2021-02-09 20:08:24','2021-02-09 12:08:24'),(89315,32682,'action complete via WP Cron','2021-02-09 20:08:24','2021-02-09 12:08:24'),(89316,32683,'action created','2021-02-09 20:08:24','2021-02-09 12:08:24'),(89317,32683,'action started via WP Cron','2021-02-09 20:09:35','2021-02-09 12:09:35'),(89318,32683,'action complete via WP Cron','2021-02-09 20:09:35','2021-02-09 12:09:35'),(89319,32684,'action created','2021-02-09 20:09:35','2021-02-09 12:09:35'),(89320,32684,'action started via WP Cron','2021-02-09 20:10:37','2021-02-09 12:10:37'),(89321,32684,'action complete via WP Cron','2021-02-09 20:10:37','2021-02-09 12:10:37'),(89322,32685,'action created','2021-02-09 20:10:37','2021-02-09 12:10:37'),(89323,32685,'action started via WP Cron','2021-02-09 20:12:02','2021-02-09 12:12:02'),(89324,32685,'action complete via WP Cron','2021-02-09 20:12:02','2021-02-09 12:12:02'),(89325,32686,'action created','2021-02-09 20:12:02','2021-02-09 12:12:02'),(89326,32686,'action started via WP Cron','2021-02-09 20:19:50','2021-02-09 12:19:50'),(89327,32686,'action complete via WP Cron','2021-02-09 20:19:50','2021-02-09 12:19:50'),(89328,32687,'action created','2021-02-09 20:19:50','2021-02-09 12:19:50'),(89329,32687,'action started via WP Cron','2021-02-09 20:21:22','2021-02-09 12:21:22'),(89330,32687,'action complete via WP Cron','2021-02-09 20:21:22','2021-02-09 12:21:22'),(89331,32688,'action created','2021-02-09 20:21:22','2021-02-09 12:21:22'),(89332,32688,'action started via WP Cron','2021-02-09 20:22:25','2021-02-09 12:22:25'),(89333,32688,'action complete via WP Cron','2021-02-09 20:22:25','2021-02-09 12:22:25'),(89334,32689,'action created','2021-02-09 20:22:25','2021-02-09 12:22:25'),(89335,32689,'action started via WP Cron','2021-02-09 20:23:23','2021-02-09 12:23:23'),(89336,32689,'action complete via WP Cron','2021-02-09 20:23:23','2021-02-09 12:23:23'),(89337,32690,'action created','2021-02-09 20:23:23','2021-02-09 12:23:23'),(89338,32690,'action started via WP Cron','2021-02-09 20:24:24','2021-02-09 12:24:24'),(89339,32690,'action complete via WP Cron','2021-02-09 20:24:24','2021-02-09 12:24:24'),(89340,32691,'action created','2021-02-09 20:24:24','2021-02-09 12:24:24'),(89341,32691,'action started via WP Cron','2021-02-09 20:25:03','2021-02-09 12:25:03'),(89342,32691,'action complete via WP Cron','2021-02-09 20:25:03','2021-02-09 12:25:03'),(89343,32692,'action created','2021-02-09 20:25:03','2021-02-09 12:25:03'),(89344,32692,'action started via WP Cron','2021-02-09 20:29:51','2021-02-09 12:29:51'),(89345,32692,'action complete via WP Cron','2021-02-09 20:29:51','2021-02-09 12:29:51'),(89346,32693,'action created','2021-02-09 20:29:51','2021-02-09 12:29:51'),(89347,32693,'action started via WP Cron','2021-02-09 20:38:57','2021-02-09 12:38:57'),(89348,32693,'action complete via WP Cron','2021-02-09 20:38:57','2021-02-09 12:38:57'),(89349,32694,'action created','2021-02-09 20:38:58','2021-02-09 12:38:58'),(89350,32694,'action started via WP Cron','2021-02-09 20:39:54','2021-02-09 12:39:54'),(89351,32694,'action complete via WP Cron','2021-02-09 20:39:54','2021-02-09 12:39:54'),(89352,32695,'action created','2021-02-09 20:39:54','2021-02-09 12:39:54'),(89353,32695,'action started via WP Cron','2021-02-09 20:41:26','2021-02-09 12:41:26'),(89354,32695,'action complete via WP Cron','2021-02-09 20:41:26','2021-02-09 12:41:26'),(89355,32696,'action created','2021-02-09 20:41:26','2021-02-09 12:41:26'),(89356,32696,'action started via WP Cron','2021-02-09 20:42:28','2021-02-09 12:42:28'),(89357,32696,'action complete via WP Cron','2021-02-09 20:42:28','2021-02-09 12:42:28'),(89358,32697,'action created','2021-02-09 20:42:28','2021-02-09 12:42:28'),(89359,32697,'action started via WP Cron','2021-02-09 20:42:45','2021-02-09 12:42:45'),(89360,32697,'action complete via WP Cron','2021-02-09 20:42:45','2021-02-09 12:42:45'),(89361,32698,'action created','2021-02-09 20:42:45','2021-02-09 12:42:45'),(89362,32698,'action started via WP Cron','2021-02-09 20:44:17','2021-02-09 12:44:17'),(89363,32698,'action complete via WP Cron','2021-02-09 20:44:17','2021-02-09 12:44:17'),(89364,32699,'action created','2021-02-09 20:44:17','2021-02-09 12:44:17'),(89365,32699,'action started via WP Cron','2021-02-09 20:54:51','2021-02-09 12:54:51'),(89366,32699,'action complete via WP Cron','2021-02-09 20:54:51','2021-02-09 12:54:51'),(89367,32700,'action created','2021-02-09 20:54:51','2021-02-09 12:54:51'),(89368,32700,'action started via WP Cron','2021-02-09 20:55:51','2021-02-09 12:55:51'),(89369,32700,'action complete via WP Cron','2021-02-09 20:55:51','2021-02-09 12:55:51'),(89370,32701,'action created','2021-02-09 20:55:51','2021-02-09 12:55:51'),(89371,32701,'action started via WP Cron','2021-02-09 20:56:52','2021-02-09 12:56:52'),(89372,32701,'action complete via WP Cron','2021-02-09 20:56:52','2021-02-09 12:56:52'),(89373,32702,'action created','2021-02-09 20:56:52','2021-02-09 12:56:52'),(89374,32702,'action started via WP Cron','2021-02-09 20:58:30','2021-02-09 12:58:30'),(89375,32702,'action complete via WP Cron','2021-02-09 20:58:30','2021-02-09 12:58:30'),(89376,32703,'action created','2021-02-09 20:58:30','2021-02-09 12:58:30'),(89377,32703,'action started via WP Cron','2021-02-09 20:58:45','2021-02-09 12:58:45'),(89378,32703,'action complete via WP Cron','2021-02-09 20:58:45','2021-02-09 12:58:45'),(89379,32704,'action created','2021-02-09 20:58:45','2021-02-09 12:58:45'),(89380,32704,'action started via WP Cron','2021-02-09 20:59:55','2021-02-09 12:59:55'),(89381,32704,'action complete via WP Cron','2021-02-09 20:59:55','2021-02-09 12:59:55'),(89382,32705,'action created','2021-02-09 20:59:55','2021-02-09 12:59:55'),(89383,32705,'action started via WP Cron','2021-02-09 21:00:56','2021-02-09 13:00:56'),(89384,32705,'action complete via WP Cron','2021-02-09 21:00:56','2021-02-09 13:00:56'),(89385,32706,'action created','2021-02-09 21:00:56','2021-02-09 13:00:56'),(89386,32706,'action started via WP Cron','2021-02-09 21:06:29','2021-02-09 13:06:29'),(89387,32706,'action complete via WP Cron','2021-02-09 21:06:29','2021-02-09 13:06:29'),(89388,32707,'action created','2021-02-09 21:06:30','2021-02-09 13:06:30'),(89389,32707,'action started via WP Cron','2021-02-09 21:07:23','2021-02-09 13:07:23'),(89390,32707,'action complete via WP Cron','2021-02-09 21:07:23','2021-02-09 13:07:23'),(89391,32708,'action created','2021-02-09 21:07:23','2021-02-09 13:07:23'),(89392,32708,'action started via WP Cron','2021-02-09 21:09:26','2021-02-09 13:09:26'),(89393,32708,'action complete via WP Cron','2021-02-09 21:09:26','2021-02-09 13:09:26'),(89394,32709,'action created','2021-02-09 21:09:26','2021-02-09 13:09:26'),(89395,32709,'action started via WP Cron','2021-02-09 21:10:27','2021-02-09 13:10:27'),(89396,32709,'action complete via WP Cron','2021-02-09 21:10:27','2021-02-09 13:10:27'),(89397,32710,'action created','2021-02-09 21:10:27','2021-02-09 13:10:27'),(89398,32710,'action started via WP Cron','2021-02-09 21:11:27','2021-02-09 13:11:27'),(89399,32710,'action complete via WP Cron','2021-02-09 21:11:27','2021-02-09 13:11:27'),(89400,32711,'action created','2021-02-09 21:11:28','2021-02-09 13:11:28'),(89401,32711,'action started via WP Cron','2021-02-09 21:16:03','2021-02-09 13:16:03'),(89402,32711,'action complete via WP Cron','2021-02-09 21:16:03','2021-02-09 13:16:03'),(89403,32712,'action created','2021-02-09 21:16:03','2021-02-09 13:16:03'),(89404,32712,'action started via WP Cron','2021-02-09 21:17:15','2021-02-09 13:17:15'),(89405,32712,'action complete via WP Cron','2021-02-09 21:17:15','2021-02-09 13:17:15'),(89406,32713,'action created','2021-02-09 21:17:15','2021-02-09 13:17:15'),(89407,32713,'action started via WP Cron','2021-02-09 21:18:16','2021-02-09 13:18:16'),(89408,32713,'action complete via WP Cron','2021-02-09 21:18:16','2021-02-09 13:18:16'),(89409,32714,'action created','2021-02-09 21:18:16','2021-02-09 13:18:16'),(89410,32714,'action started via WP Cron','2021-02-09 21:19:15','2021-02-09 13:19:15'),(89411,32714,'action complete via WP Cron','2021-02-09 21:19:15','2021-02-09 13:19:15'),(89412,32715,'action created','2021-02-09 21:19:15','2021-02-09 13:19:15'),(89413,32715,'action started via WP Cron','2021-02-09 21:21:22','2021-02-09 13:21:22'),(89414,32715,'action complete via WP Cron','2021-02-09 21:21:22','2021-02-09 13:21:22'),(89415,32716,'action created','2021-02-09 21:21:22','2021-02-09 13:21:22'),(89416,32716,'action started via WP Cron','2021-02-09 21:24:52','2021-02-09 13:24:52'),(89417,32716,'action complete via WP Cron','2021-02-09 21:24:52','2021-02-09 13:24:52'),(89418,32717,'action created','2021-02-09 21:24:52','2021-02-09 13:24:52'),(89419,32717,'action started via WP Cron','2021-02-09 21:25:55','2021-02-09 13:25:55'),(89420,32717,'action complete via WP Cron','2021-02-09 21:25:55','2021-02-09 13:25:55'),(89421,32718,'action created','2021-02-09 21:25:55','2021-02-09 13:25:55'),(89422,32718,'action started via WP Cron','2021-02-09 21:26:56','2021-02-09 13:26:56'),(89423,32718,'action complete via WP Cron','2021-02-09 21:26:56','2021-02-09 13:26:56'),(89424,32719,'action created','2021-02-09 21:26:56','2021-02-09 13:26:56'),(89425,32719,'action started via WP Cron','2021-02-09 21:28:57','2021-02-09 13:28:57'),(89426,32719,'action complete via WP Cron','2021-02-09 21:28:57','2021-02-09 13:28:57'),(89427,32720,'action created','2021-02-09 21:28:57','2021-02-09 13:28:57'),(89428,32720,'action started via WP Cron','2021-02-09 21:29:58','2021-02-09 13:29:58'),(89429,32720,'action complete via WP Cron','2021-02-09 21:29:58','2021-02-09 13:29:58'),(89430,32721,'action created','2021-02-09 21:29:58','2021-02-09 13:29:58'),(89431,32721,'action started via WP Cron','2021-02-09 21:30:59','2021-02-09 13:30:59'),(89432,32721,'action complete via WP Cron','2021-02-09 21:30:59','2021-02-09 13:30:59'),(89433,32722,'action created','2021-02-09 21:30:59','2021-02-09 13:30:59'),(89434,32722,'action started via WP Cron','2021-02-09 21:33:13','2021-02-09 13:33:13'),(89435,32722,'action complete via WP Cron','2021-02-09 21:33:13','2021-02-09 13:33:13'),(89436,32723,'action created','2021-02-09 21:33:13','2021-02-09 13:33:13'),(89437,32723,'action started via WP Cron','2021-02-09 21:43:42','2021-02-09 13:43:42'),(89438,32723,'action complete via WP Cron','2021-02-09 21:43:42','2021-02-09 13:43:42'),(89439,32724,'action created','2021-02-09 21:43:42','2021-02-09 13:43:42'),(89440,32724,'action started via WP Cron','2021-02-09 21:44:43','2021-02-09 13:44:43'),(89441,32724,'action complete via WP Cron','2021-02-09 21:44:43','2021-02-09 13:44:43'),(89442,32725,'action created','2021-02-09 21:44:43','2021-02-09 13:44:43'),(89443,32725,'action started via WP Cron','2021-02-09 21:45:44','2021-02-09 13:45:44'),(89444,32725,'action complete via WP Cron','2021-02-09 21:45:44','2021-02-09 13:45:44'),(89445,32726,'action created','2021-02-09 21:45:44','2021-02-09 13:45:44'),(89446,32726,'action started via WP Cron','2021-02-09 21:47:46','2021-02-09 13:47:46'),(89447,32726,'action complete via WP Cron','2021-02-09 21:47:46','2021-02-09 13:47:46'),(89448,32727,'action created','2021-02-09 21:47:46','2021-02-09 13:47:46'),(89449,32727,'action started via WP Cron','2021-02-09 21:48:47','2021-02-09 13:48:47'),(89450,32727,'action complete via WP Cron','2021-02-09 21:48:47','2021-02-09 13:48:47'),(89451,32728,'action created','2021-02-09 21:48:47','2021-02-09 13:48:47'),(89452,32728,'action started via WP Cron','2021-02-09 21:49:49','2021-02-09 13:49:49'),(89453,32728,'action complete via WP Cron','2021-02-09 21:49:49','2021-02-09 13:49:49'),(89454,32729,'action created','2021-02-09 21:49:49','2021-02-09 13:49:49'),(89455,32729,'action started via WP Cron','2021-02-09 21:53:02','2021-02-09 13:53:02'),(89456,32729,'action complete via WP Cron','2021-02-09 21:53:02','2021-02-09 13:53:02'),(89457,32730,'action created','2021-02-09 21:53:02','2021-02-09 13:53:02'),(89458,32730,'action started via WP Cron','2021-02-09 21:59:31','2021-02-09 13:59:31'),(89459,32730,'action complete via WP Cron','2021-02-09 21:59:31','2021-02-09 13:59:31'),(89460,32731,'action created','2021-02-09 21:59:32','2021-02-09 13:59:32'),(89461,32731,'action started via WP Cron','2021-02-09 22:01:11','2021-02-09 14:01:11'),(89462,32731,'action complete via WP Cron','2021-02-09 22:01:11','2021-02-09 14:01:11'),(89463,32732,'action created','2021-02-09 22:01:11','2021-02-09 14:01:11'),(89464,32732,'action started via WP Cron','2021-02-09 22:02:33','2021-02-09 14:02:33'),(89465,32732,'action complete via WP Cron','2021-02-09 22:02:33','2021-02-09 14:02:33'),(89466,32733,'action created','2021-02-09 22:02:33','2021-02-09 14:02:33'),(89467,32733,'action started via WP Cron','2021-02-09 22:04:35','2021-02-09 14:04:35'),(89468,32733,'action complete via WP Cron','2021-02-09 22:04:35','2021-02-09 14:04:35'),(89469,32734,'action created','2021-02-09 22:04:35','2021-02-09 14:04:35'),(89470,32734,'action started via WP Cron','2021-02-09 22:05:36','2021-02-09 14:05:36'),(89471,32734,'action complete via WP Cron','2021-02-09 22:05:36','2021-02-09 14:05:36'),(89472,32735,'action created','2021-02-09 22:05:36','2021-02-09 14:05:36'),(89473,32735,'action started via WP Cron','2021-02-09 22:10:57','2021-02-09 14:10:57'),(89474,32735,'action complete via WP Cron','2021-02-09 22:10:57','2021-02-09 14:10:57'),(89475,32736,'action created','2021-02-09 22:10:57','2021-02-09 14:10:57'),(89476,32736,'action started via WP Cron','2021-02-09 22:12:18','2021-02-09 14:12:18'),(89477,32736,'action complete via WP Cron','2021-02-09 22:12:18','2021-02-09 14:12:18'),(89478,32737,'action created','2021-02-09 22:12:18','2021-02-09 14:12:18'),(89479,32737,'action started via WP Cron','2021-02-09 22:13:27','2021-02-09 14:13:27'),(89480,32737,'action complete via WP Cron','2021-02-09 22:13:27','2021-02-09 14:13:27'),(89481,32738,'action created','2021-02-09 22:13:27','2021-02-09 14:13:27'),(89482,32738,'action started via WP Cron','2021-02-09 22:14:27','2021-02-09 14:14:27'),(89483,32738,'action complete via WP Cron','2021-02-09 22:14:28','2021-02-09 14:14:28'),(89484,32739,'action created','2021-02-09 22:14:28','2021-02-09 14:14:28'),(89485,32739,'action started via WP Cron','2021-02-09 22:16:29','2021-02-09 14:16:29'),(89486,32739,'action complete via WP Cron','2021-02-09 22:16:29','2021-02-09 14:16:29'),(89487,32740,'action created','2021-02-09 22:16:29','2021-02-09 14:16:29'),(89488,32740,'action started via WP Cron','2021-02-09 22:17:31','2021-02-09 14:17:31'),(89489,32740,'action complete via WP Cron','2021-02-09 22:17:31','2021-02-09 14:17:31'),(89490,32741,'action created','2021-02-09 22:17:31','2021-02-09 14:17:31'),(89491,32741,'action started via WP Cron','2021-02-09 22:18:32','2021-02-09 14:18:32'),(89492,32741,'action complete via WP Cron','2021-02-09 22:18:32','2021-02-09 14:18:32'),(89493,32742,'action created','2021-02-09 22:18:32','2021-02-09 14:18:32'),(89494,32742,'action started via WP Cron','2021-02-09 22:21:10','2021-02-09 14:21:10'),(89495,32742,'action complete via WP Cron','2021-02-09 22:21:10','2021-02-09 14:21:10'),(89496,32743,'action created','2021-02-09 22:21:10','2021-02-09 14:21:10'),(89497,32743,'action started via WP Cron','2021-02-09 22:22:52','2021-02-09 14:22:52'),(89498,32743,'action complete via WP Cron','2021-02-09 22:22:52','2021-02-09 14:22:52'),(89499,32744,'action created','2021-02-09 22:22:52','2021-02-09 14:22:52'),(89500,32744,'action started via WP Cron','2021-02-09 22:26:09','2021-02-09 14:26:09'),(89501,32744,'action complete via WP Cron','2021-02-09 22:26:09','2021-02-09 14:26:09'),(89502,32745,'action created','2021-02-09 22:26:09','2021-02-09 14:26:09'),(89503,32745,'action started via WP Cron','2021-02-09 22:26:56','2021-02-09 14:26:56'),(89504,32745,'action complete via WP Cron','2021-02-09 22:26:56','2021-02-09 14:26:56'),(89505,32746,'action created','2021-02-09 22:26:56','2021-02-09 14:26:56'),(89506,32746,'action started via WP Cron','2021-02-09 22:27:41','2021-02-09 14:27:41'),(89507,32746,'action complete via WP Cron','2021-02-09 22:27:41','2021-02-09 14:27:41'),(89508,32747,'action created','2021-02-09 22:27:41','2021-02-09 14:27:41'),(89509,32747,'action started via WP Cron','2021-02-09 22:28:44','2021-02-09 14:28:44'),(89510,32747,'action complete via WP Cron','2021-02-09 22:28:44','2021-02-09 14:28:44'),(89511,32748,'action created','2021-02-09 22:28:44','2021-02-09 14:28:44'),(89512,32748,'action started via WP Cron','2021-02-09 22:29:48','2021-02-09 14:29:48'),(89513,32748,'action complete via WP Cron','2021-02-09 22:29:48','2021-02-09 14:29:48'),(89514,32749,'action created','2021-02-09 22:29:48','2021-02-09 14:29:48'),(89515,32749,'action started via WP Cron','2021-02-09 22:30:44','2021-02-09 14:30:44'),(89516,32749,'action complete via WP Cron','2021-02-09 22:30:44','2021-02-09 14:30:44'),(89517,32750,'action created','2021-02-09 22:30:44','2021-02-09 14:30:44'),(89518,32750,'action started via WP Cron','2021-02-09 22:31:41','2021-02-09 14:31:41'),(89519,32750,'action complete via WP Cron','2021-02-09 22:31:41','2021-02-09 14:31:41'),(89520,32751,'action created','2021-02-09 22:31:41','2021-02-09 14:31:41'),(89521,32751,'action started via WP Cron','2021-02-09 22:32:42','2021-02-09 14:32:42'),(89522,32751,'action complete via WP Cron','2021-02-09 22:32:42','2021-02-09 14:32:42'),(89523,32752,'action created','2021-02-09 22:32:42','2021-02-09 14:32:42'),(89524,32752,'action started via WP Cron','2021-02-09 22:33:45','2021-02-09 14:33:45'),(89525,32752,'action complete via WP Cron','2021-02-09 22:33:45','2021-02-09 14:33:45'),(89526,32753,'action created','2021-02-09 22:33:45','2021-02-09 14:33:45'),(89527,32753,'action started via WP Cron','2021-02-09 22:34:52','2021-02-09 14:34:52'),(89528,32753,'action complete via WP Cron','2021-02-09 22:34:52','2021-02-09 14:34:52'),(89529,32754,'action created','2021-02-09 22:34:52','2021-02-09 14:34:52'),(89530,32754,'action started via WP Cron','2021-02-09 22:36:00','2021-02-09 14:36:00'),(89531,32754,'action complete via WP Cron','2021-02-09 22:36:00','2021-02-09 14:36:00'),(89532,32755,'action created','2021-02-09 22:36:00','2021-02-09 14:36:00'),(89533,32755,'action started via WP Cron','2021-02-09 22:36:51','2021-02-09 14:36:51'),(89534,32755,'action complete via WP Cron','2021-02-09 22:36:51','2021-02-09 14:36:51'),(89535,32756,'action created','2021-02-09 22:36:51','2021-02-09 14:36:51'),(89536,32756,'action started via WP Cron','2021-02-09 22:37:52','2021-02-09 14:37:52'),(89537,32756,'action complete via WP Cron','2021-02-09 22:37:52','2021-02-09 14:37:52'),(89538,32757,'action created','2021-02-09 22:37:52','2021-02-09 14:37:52'),(89539,32757,'action started via WP Cron','2021-02-09 22:39:09','2021-02-09 14:39:09'),(89540,32757,'action complete via WP Cron','2021-02-09 22:39:09','2021-02-09 14:39:09'),(89541,32758,'action created','2021-02-09 22:39:09','2021-02-09 14:39:09'),(89542,32758,'action started via WP Cron','2021-02-09 22:39:58','2021-02-09 14:39:58'),(89543,32758,'action complete via WP Cron','2021-02-09 22:39:58','2021-02-09 14:39:58'),(89544,32759,'action created','2021-02-09 22:39:58','2021-02-09 14:39:58'),(89545,32759,'action started via WP Cron','2021-02-09 22:40:43','2021-02-09 14:40:43'),(89546,32759,'action complete via WP Cron','2021-02-09 22:40:43','2021-02-09 14:40:43'),(89547,32760,'action created','2021-02-09 22:40:43','2021-02-09 14:40:43'),(89548,32760,'action started via WP Cron','2021-02-09 22:41:43','2021-02-09 14:41:43'),(89549,32760,'action complete via WP Cron','2021-02-09 22:41:43','2021-02-09 14:41:43'),(89550,32761,'action created','2021-02-09 22:41:43','2021-02-09 14:41:43'),(89551,32761,'action started via WP Cron','2021-02-09 22:42:43','2021-02-09 14:42:43'),(89552,32761,'action complete via WP Cron','2021-02-09 22:42:43','2021-02-09 14:42:43'),(89553,32762,'action created','2021-02-09 22:42:43','2021-02-09 14:42:43'),(89554,32762,'action started via WP Cron','2021-02-09 22:43:49','2021-02-09 14:43:49'),(89555,32762,'action complete via WP Cron','2021-02-09 22:43:49','2021-02-09 14:43:49'),(89556,32763,'action created','2021-02-09 22:43:49','2021-02-09 14:43:49'),(89557,32763,'action started via WP Cron','2021-02-09 22:45:03','2021-02-09 14:45:03'),(89558,32763,'action complete via WP Cron','2021-02-09 22:45:03','2021-02-09 14:45:03'),(89559,32764,'action created','2021-02-09 22:45:18','2021-02-09 14:45:18'),(89560,32764,'action started via WP Cron','2021-02-09 22:45:45','2021-02-09 14:45:45'),(89561,32764,'action complete via WP Cron','2021-02-09 22:45:45','2021-02-09 14:45:45'),(89562,32765,'action created','2021-02-09 22:45:45','2021-02-09 14:45:45'),(89563,32765,'action started via WP Cron','2021-02-09 22:46:51','2021-02-09 14:46:51'),(89564,32765,'action complete via WP Cron','2021-02-09 22:46:51','2021-02-09 14:46:51'),(89565,32766,'action created','2021-02-09 22:46:52','2021-02-09 14:46:52'),(89566,32766,'action started via WP Cron','2021-02-09 22:48:00','2021-02-09 14:48:00'),(89567,32766,'action complete via WP Cron','2021-02-09 22:48:00','2021-02-09 14:48:00'),(89568,32767,'action created','2021-02-09 22:48:00','2021-02-09 14:48:00'),(89569,32767,'action started via WP Cron','2021-02-09 22:48:42','2021-02-09 14:48:42'),(89570,32767,'action complete via WP Cron','2021-02-09 22:48:42','2021-02-09 14:48:42'),(89571,32768,'action created','2021-02-09 22:48:43','2021-02-09 14:48:43'),(89572,32768,'action started via WP Cron','2021-02-09 22:49:54','2021-02-09 14:49:54'),(89573,32768,'action complete via WP Cron','2021-02-09 22:49:54','2021-02-09 14:49:54'),(89574,32769,'action created','2021-02-09 22:49:54','2021-02-09 14:49:54'),(89575,32769,'action started via WP Cron','2021-02-09 22:50:56','2021-02-09 14:50:56'),(89576,32769,'action complete via WP Cron','2021-02-09 22:50:56','2021-02-09 14:50:56'),(89577,32770,'action created','2021-02-09 22:50:56','2021-02-09 14:50:56'),(89578,32770,'action started via WP Cron','2021-02-09 22:51:51','2021-02-09 14:51:51'),(89579,32770,'action complete via WP Cron','2021-02-09 22:51:51','2021-02-09 14:51:51'),(89580,32771,'action created','2021-02-09 22:51:51','2021-02-09 14:51:51'),(89581,32771,'action started via WP Cron','2021-02-09 22:52:54','2021-02-09 14:52:54'),(89582,32771,'action complete via WP Cron','2021-02-09 22:52:54','2021-02-09 14:52:54'),(89583,32772,'action created','2021-02-09 22:52:54','2021-02-09 14:52:54'),(89584,32772,'action started via WP Cron','2021-02-09 22:53:40','2021-02-09 14:53:40'),(89585,32772,'action complete via WP Cron','2021-02-09 22:53:40','2021-02-09 14:53:40'),(89586,32773,'action created','2021-02-09 22:53:41','2021-02-09 14:53:41'),(89587,32773,'action started via WP Cron','2021-02-09 22:54:48','2021-02-09 14:54:48'),(89588,32773,'action complete via WP Cron','2021-02-09 22:54:48','2021-02-09 14:54:48'),(89589,32774,'action created','2021-02-09 22:54:48','2021-02-09 14:54:48'),(89590,32774,'action started via WP Cron','2021-02-09 22:55:53','2021-02-09 14:55:53'),(89591,32774,'action complete via WP Cron','2021-02-09 22:55:53','2021-02-09 14:55:53'),(89592,32775,'action created','2021-02-09 22:55:53','2021-02-09 14:55:53'),(89593,32775,'action started via WP Cron','2021-02-09 22:56:49','2021-02-09 14:56:49'),(89594,32775,'action complete via WP Cron','2021-02-09 22:56:49','2021-02-09 14:56:49'),(89595,32776,'action created','2021-02-09 22:56:50','2021-02-09 14:56:50'),(89596,32776,'action started via WP Cron','2021-02-09 22:57:45','2021-02-09 14:57:45'),(89597,32776,'action complete via WP Cron','2021-02-09 22:57:45','2021-02-09 14:57:45'),(89598,32777,'action created','2021-02-09 22:57:45','2021-02-09 14:57:45'),(89599,32777,'action started via WP Cron','2021-02-09 22:58:53','2021-02-09 14:58:53'),(89600,32777,'action complete via WP Cron','2021-02-09 22:58:53','2021-02-09 14:58:53'),(89601,32778,'action created','2021-02-09 22:58:53','2021-02-09 14:58:53'),(89602,32778,'action started via WP Cron','2021-02-09 22:59:48','2021-02-09 14:59:48'),(89603,32778,'action complete via WP Cron','2021-02-09 22:59:48','2021-02-09 14:59:48'),(89604,32779,'action created','2021-02-09 22:59:48','2021-02-09 14:59:48'),(89605,32779,'action started via WP Cron','2021-02-09 23:00:45','2021-02-09 15:00:45'),(89606,32779,'action complete via WP Cron','2021-02-09 23:00:45','2021-02-09 15:00:45'),(89607,32780,'action created','2021-02-09 23:00:45','2021-02-09 15:00:45'),(89608,32780,'action started via WP Cron','2021-02-09 23:05:42','2021-02-09 15:05:42'),(89609,32780,'action complete via WP Cron','2021-02-09 23:05:42','2021-02-09 15:05:42'),(89610,32781,'action created','2021-02-09 23:05:42','2021-02-09 15:05:42'),(89611,32781,'action started via WP Cron','2021-02-09 23:12:26','2021-02-09 15:12:26'),(89612,32781,'action complete via WP Cron','2021-02-09 23:12:26','2021-02-09 15:12:26'),(89613,32782,'action created','2021-02-09 23:12:26','2021-02-09 15:12:26'),(89614,32782,'action started via WP Cron','2021-02-09 23:14:26','2021-02-09 15:14:26'),(89615,32782,'action complete via WP Cron','2021-02-09 23:14:26','2021-02-09 15:14:26'),(89616,32783,'action created','2021-02-09 23:14:26','2021-02-09 15:14:26'),(89617,32783,'action started via WP Cron','2021-02-09 23:17:29','2021-02-09 15:17:29'),(89618,32783,'action complete via WP Cron','2021-02-09 23:17:29','2021-02-09 15:17:29'),(89619,32784,'action created','2021-02-09 23:17:29','2021-02-09 15:17:29'),(89620,32784,'action started via WP Cron','2021-02-09 23:18:35','2021-02-09 15:18:35'),(89621,32784,'action complete via WP Cron','2021-02-09 23:18:35','2021-02-09 15:18:35'),(89622,32785,'action created','2021-02-09 23:18:35','2021-02-09 15:18:35'),(89623,32785,'action started via WP Cron','2021-02-09 23:19:32','2021-02-09 15:19:32'),(89624,32785,'action complete via WP Cron','2021-02-09 23:19:32','2021-02-09 15:19:32'),(89625,32786,'action created','2021-02-09 23:19:32','2021-02-09 15:19:32'),(89626,32786,'action started via WP Cron','2021-02-09 23:20:35','2021-02-09 15:20:35'),(89627,32786,'action complete via WP Cron','2021-02-09 23:20:35','2021-02-09 15:20:35'),(89628,32787,'action created','2021-02-09 23:20:35','2021-02-09 15:20:35'),(89629,32787,'action started via WP Cron','2021-02-09 23:22:37','2021-02-09 15:22:37'),(89630,32787,'action complete via WP Cron','2021-02-09 23:22:37','2021-02-09 15:22:37'),(89631,32788,'action created','2021-02-09 23:22:37','2021-02-09 15:22:37'),(89632,32788,'action started via WP Cron','2021-02-09 23:23:01','2021-02-09 15:23:01'),(89633,32788,'action complete via WP Cron','2021-02-09 23:23:01','2021-02-09 15:23:01'),(89634,32789,'action created','2021-02-09 23:23:01','2021-02-09 15:23:01'),(89635,32789,'action started via WP Cron','2021-02-09 23:24:09','2021-02-09 15:24:09'),(89636,32789,'action complete via WP Cron','2021-02-09 23:24:09','2021-02-09 15:24:09'),(89637,32790,'action created','2021-02-09 23:24:09','2021-02-09 15:24:09'),(89638,32790,'action started via WP Cron','2021-02-09 23:36:56','2021-02-09 15:36:56'),(89639,32790,'action complete via WP Cron','2021-02-09 23:36:56','2021-02-09 15:36:56'),(89640,32791,'action created','2021-02-09 23:36:56','2021-02-09 15:36:56'),(89641,32791,'action started via WP Cron','2021-02-09 23:38:55','2021-02-09 15:38:55'),(89642,32791,'action complete via WP Cron','2021-02-09 23:38:55','2021-02-09 15:38:55'),(89643,32792,'action created','2021-02-09 23:38:55','2021-02-09 15:38:55'),(89644,32792,'action started via WP Cron','2021-02-09 23:44:49','2021-02-09 15:44:49'),(89645,32792,'action complete via WP Cron','2021-02-09 23:44:49','2021-02-09 15:44:49'),(89646,32793,'action created','2021-02-09 23:44:49','2021-02-09 15:44:49'),(89647,32793,'action started via WP Cron','2021-02-09 23:46:08','2021-02-09 15:46:08'),(89648,32793,'action complete via WP Cron','2021-02-09 23:46:08','2021-02-09 15:46:08'),(89649,32794,'action created','2021-02-09 23:46:08','2021-02-09 15:46:08'),(89650,32794,'action started via WP Cron','2021-02-09 23:48:36','2021-02-09 15:48:36'),(89651,32794,'action complete via WP Cron','2021-02-09 23:48:36','2021-02-09 15:48:36'),(89652,32795,'action created','2021-02-09 23:48:36','2021-02-09 15:48:36'),(89653,32795,'action started via WP Cron','2021-02-09 23:54:09','2021-02-09 15:54:09'),(89654,32795,'action complete via WP Cron','2021-02-09 23:54:09','2021-02-09 15:54:09'),(89655,32796,'action created','2021-02-09 23:54:09','2021-02-09 15:54:09'),(89656,32796,'action started via WP Cron','2021-02-09 23:59:12','2021-02-09 15:59:12'),(89657,32796,'action complete via WP Cron','2021-02-09 23:59:12','2021-02-09 15:59:12'),(89658,32797,'action created','2021-02-09 23:59:12','2021-02-09 15:59:12'),(89659,32797,'action started via WP Cron','2021-02-10 00:02:43','2021-02-09 16:02:43'),(89660,32797,'action complete via WP Cron','2021-02-10 00:02:43','2021-02-09 16:02:43'),(89661,32798,'action created','2021-02-10 00:02:43','2021-02-09 16:02:43'),(89662,32798,'action started via WP Cron','2021-02-10 00:03:44','2021-02-09 16:03:44'),(89663,32798,'action complete via WP Cron','2021-02-10 00:03:44','2021-02-09 16:03:44'),(89664,32799,'action created','2021-02-10 00:03:44','2021-02-09 16:03:44'),(89665,32799,'action started via WP Cron','2021-02-10 00:06:53','2021-02-09 16:06:53'),(89666,32799,'action complete via WP Cron','2021-02-10 00:06:53','2021-02-09 16:06:53'),(89667,32800,'action created','2021-02-10 00:06:53','2021-02-09 16:06:53'),(89668,32800,'action started via WP Cron','2021-02-10 00:07:56','2021-02-09 16:07:56'),(89669,32800,'action complete via WP Cron','2021-02-10 00:07:56','2021-02-09 16:07:56'),(89670,32801,'action created','2021-02-10 00:07:56','2021-02-09 16:07:56'),(89671,32801,'action started via WP Cron','2021-02-10 00:09:04','2021-02-09 16:09:04'),(89672,32801,'action complete via WP Cron','2021-02-10 00:09:04','2021-02-09 16:09:04'),(89673,32802,'action created','2021-02-10 00:09:04','2021-02-09 16:09:04'),(89674,32802,'action started via WP Cron','2021-02-10 00:12:50','2021-02-09 16:12:50'),(89675,32802,'action complete via WP Cron','2021-02-10 00:12:50','2021-02-09 16:12:50'),(89676,32803,'action created','2021-02-10 00:12:50','2021-02-09 16:12:50'),(89677,32803,'action started via WP Cron','2021-02-10 00:15:26','2021-02-09 16:15:26'),(89678,32803,'action complete via WP Cron','2021-02-10 00:15:26','2021-02-09 16:15:26'),(89679,32804,'action created','2021-02-10 00:15:26','2021-02-09 16:15:26'),(89680,32804,'action started via WP Cron','2021-02-10 00:21:48','2021-02-09 16:21:48'),(89681,32804,'action complete via WP Cron','2021-02-10 00:21:48','2021-02-09 16:21:48'),(89682,32805,'action created','2021-02-10 00:21:48','2021-02-09 16:21:48'),(89683,32805,'action started via WP Cron','2021-02-10 00:24:42','2021-02-09 16:24:42'),(89684,32805,'action complete via WP Cron','2021-02-10 00:24:42','2021-02-09 16:24:42'),(89685,32806,'action created','2021-02-10 00:24:42','2021-02-09 16:24:42'),(89686,32806,'action started via WP Cron','2021-02-10 00:25:42','2021-02-09 16:25:42'),(89687,32806,'action complete via WP Cron','2021-02-10 00:25:42','2021-02-09 16:25:42'),(89688,32807,'action created','2021-02-10 00:25:43','2021-02-09 16:25:43'),(89689,32807,'action started via WP Cron','2021-02-10 00:26:44','2021-02-09 16:26:44'),(89690,32807,'action complete via WP Cron','2021-02-10 00:26:44','2021-02-09 16:26:44'),(89691,32808,'action created','2021-02-10 00:26:44','2021-02-09 16:26:44'),(89692,32808,'action started via WP Cron','2021-02-10 00:27:45','2021-02-09 16:27:45'),(89693,32808,'action complete via WP Cron','2021-02-10 00:27:45','2021-02-09 16:27:45'),(89694,32809,'action created','2021-02-10 00:27:45','2021-02-09 16:27:45'),(89695,32809,'action started via WP Cron','2021-02-10 00:28:46','2021-02-09 16:28:46'),(89696,32809,'action complete via WP Cron','2021-02-10 00:28:46','2021-02-09 16:28:46'),(89697,32810,'action created','2021-02-10 00:28:46','2021-02-09 16:28:46'),(89698,32810,'action started via WP Cron','2021-02-10 00:33:51','2021-02-09 16:33:51'),(89699,32810,'action complete via WP Cron','2021-02-10 00:33:51','2021-02-09 16:33:51'),(89700,32811,'action created','2021-02-10 00:33:51','2021-02-09 16:33:51'),(89701,32811,'action started via WP Cron','2021-02-10 00:36:26','2021-02-09 16:36:26'),(89702,32811,'action complete via WP Cron','2021-02-10 00:36:26','2021-02-09 16:36:26'),(89703,32812,'action created','2021-02-10 00:36:26','2021-02-09 16:36:26'),(89704,32812,'action started via WP Cron','2021-02-10 00:37:31','2021-02-09 16:37:31'),(89705,32812,'action complete via WP Cron','2021-02-10 00:37:31','2021-02-09 16:37:31'),(89706,32813,'action created','2021-02-10 00:37:31','2021-02-09 16:37:31'),(89707,32813,'action started via WP Cron','2021-02-10 00:38:05','2021-02-09 16:38:05'),(89708,32813,'action complete via WP Cron','2021-02-10 00:38:05','2021-02-09 16:38:05'),(89709,32814,'action created','2021-02-10 00:38:05','2021-02-09 16:38:05'),(89710,32814,'action started via WP Cron','2021-02-10 00:42:12','2021-02-09 16:42:12'),(89711,32814,'action complete via WP Cron','2021-02-10 00:42:12','2021-02-09 16:42:12'),(89712,32815,'action created','2021-02-10 00:42:12','2021-02-09 16:42:12'),(89713,32815,'action started via WP Cron','2021-02-10 00:43:25','2021-02-09 16:43:25'),(89714,32815,'action complete via WP Cron','2021-02-10 00:43:25','2021-02-09 16:43:25'),(89715,32816,'action created','2021-02-10 00:43:25','2021-02-09 16:43:25'),(89716,32816,'action started via WP Cron','2021-02-10 00:44:17','2021-02-09 16:44:17'),(89717,32816,'action complete via WP Cron','2021-02-10 00:44:17','2021-02-09 16:44:17'),(89718,32817,'action created','2021-02-10 00:44:17','2021-02-09 16:44:17'),(89719,32817,'action started via WP Cron','2021-02-10 00:44:46','2021-02-09 16:44:46'),(89720,32817,'action complete via WP Cron','2021-02-10 00:44:46','2021-02-09 16:44:46'),(89721,32818,'action created','2021-02-10 00:44:46','2021-02-09 16:44:46'),(89722,32818,'action started via WP Cron','2021-02-10 00:53:53','2021-02-09 16:53:53'),(89723,32818,'action complete via WP Cron','2021-02-10 00:53:53','2021-02-09 16:53:53'),(89724,32819,'action created','2021-02-10 00:53:53','2021-02-09 16:53:53'),(89725,32819,'action started via WP Cron','2021-02-10 00:59:43','2021-02-09 16:59:43'),(89726,32819,'action complete via WP Cron','2021-02-10 00:59:43','2021-02-09 16:59:43'),(89727,32820,'action created','2021-02-10 00:59:43','2021-02-09 16:59:43'),(89728,32820,'action started via WP Cron','2021-02-10 01:03:42','2021-02-09 17:03:42'),(89729,32820,'action complete via WP Cron','2021-02-10 01:03:42','2021-02-09 17:03:42'),(89730,32821,'action created','2021-02-10 01:03:42','2021-02-09 17:03:42'),(89731,32821,'action started via WP Cron','2021-02-10 01:05:47','2021-02-09 17:05:47'),(89732,32821,'action complete via WP Cron','2021-02-10 01:05:47','2021-02-09 17:05:47'),(89733,32822,'action created','2021-02-10 01:05:47','2021-02-09 17:05:47'),(89734,32822,'action started via WP Cron','2021-02-10 01:10:21','2021-02-09 17:10:21'),(89735,32822,'action complete via WP Cron','2021-02-10 01:10:21','2021-02-09 17:10:21'),(89736,32823,'action created','2021-02-10 01:10:21','2021-02-09 17:10:21'),(89737,32823,'action started via WP Cron','2021-02-10 01:12:08','2021-02-09 17:12:08'),(89738,32823,'action complete via WP Cron','2021-02-10 01:12:08','2021-02-09 17:12:08'),(89739,32824,'action created','2021-02-10 01:12:08','2021-02-09 17:12:08'),(89740,32824,'action started via WP Cron','2021-02-10 01:13:02','2021-02-09 17:13:02'),(89741,32824,'action complete via WP Cron','2021-02-10 01:13:02','2021-02-09 17:13:02'),(89742,32825,'action created','2021-02-10 01:13:02','2021-02-09 17:13:02'),(89743,32825,'action started via WP Cron','2021-02-10 01:18:14','2021-02-09 17:18:14'),(89744,32825,'action complete via WP Cron','2021-02-10 01:18:14','2021-02-09 17:18:14'),(89745,32826,'action created','2021-02-10 01:18:14','2021-02-09 17:18:14'),(89746,32826,'action started via WP Cron','2021-02-10 01:20:56','2021-02-09 17:20:56'),(89747,32826,'action complete via WP Cron','2021-02-10 01:20:56','2021-02-09 17:20:56'),(89748,32827,'action created','2021-02-10 01:20:56','2021-02-09 17:20:56'),(89749,32827,'action started via WP Cron','2021-02-10 01:21:41','2021-02-09 17:21:41'),(89750,32827,'action complete via WP Cron','2021-02-10 01:21:41','2021-02-09 17:21:41'),(89751,32828,'action created','2021-02-10 01:21:41','2021-02-09 17:21:41'),(89752,32828,'action started via WP Cron','2021-02-10 01:23:24','2021-02-09 17:23:24'),(89753,32828,'action complete via WP Cron','2021-02-10 01:23:24','2021-02-09 17:23:24'),(89754,32829,'action created','2021-02-10 01:23:24','2021-02-09 17:23:24'),(89755,32829,'action started via WP Cron','2021-02-10 01:24:22','2021-02-09 17:24:22'),(89756,32829,'action complete via WP Cron','2021-02-10 01:24:22','2021-02-09 17:24:22'),(89757,32830,'action created','2021-02-10 01:24:22','2021-02-09 17:24:22'),(89758,32830,'action started via WP Cron','2021-02-10 01:27:01','2021-02-09 17:27:01'),(89759,32830,'action complete via WP Cron','2021-02-10 01:27:01','2021-02-09 17:27:01'),(89760,32831,'action created','2021-02-10 01:27:01','2021-02-09 17:27:01'),(89761,32831,'action started via WP Cron','2021-02-10 01:28:17','2021-02-09 17:28:17'),(89762,32831,'action complete via WP Cron','2021-02-10 01:28:17','2021-02-09 17:28:17'),(89763,32832,'action created','2021-02-10 01:28:17','2021-02-09 17:28:17'),(89764,32832,'action started via WP Cron','2021-02-10 01:29:00','2021-02-09 17:29:00'),(89765,32832,'action complete via WP Cron','2021-02-10 01:29:00','2021-02-09 17:29:00'),(89766,32833,'action created','2021-02-10 01:29:00','2021-02-09 17:29:00'),(89767,32833,'action started via WP Cron','2021-02-10 01:29:48','2021-02-09 17:29:48'),(89768,32833,'action complete via WP Cron','2021-02-10 01:29:48','2021-02-09 17:29:48'),(89769,32834,'action created','2021-02-10 01:29:49','2021-02-09 17:29:49'),(89770,32834,'action started via WP Cron','2021-02-10 01:30:49','2021-02-09 17:30:49'),(89771,32834,'action complete via WP Cron','2021-02-10 01:30:49','2021-02-09 17:30:49'),(89772,32835,'action created','2021-02-10 01:30:49','2021-02-09 17:30:49'),(89773,32835,'action started via WP Cron','2021-02-10 01:31:50','2021-02-09 17:31:50'),(89774,32835,'action complete via WP Cron','2021-02-10 01:31:50','2021-02-09 17:31:50'),(89775,32836,'action created','2021-02-10 01:31:50','2021-02-09 17:31:50'),(89776,32836,'action started via WP Cron','2021-02-10 01:32:50','2021-02-09 17:32:50'),(89777,32836,'action complete via WP Cron','2021-02-10 01:32:50','2021-02-09 17:32:50'),(89778,32837,'action created','2021-02-10 01:32:51','2021-02-09 17:32:51'),(89779,32837,'action started via WP Cron','2021-02-10 01:33:48','2021-02-09 17:33:48'),(89780,32837,'action complete via WP Cron','2021-02-10 01:33:48','2021-02-09 17:33:48'),(89781,32838,'action created','2021-02-10 01:33:49','2021-02-09 17:33:49'),(89782,32838,'action started via WP Cron','2021-02-10 01:38:33','2021-02-09 17:38:33'),(89783,32838,'action complete via WP Cron','2021-02-10 01:38:33','2021-02-09 17:38:33'),(89784,32839,'action created','2021-02-10 01:38:33','2021-02-09 17:38:33'),(89785,32839,'action started via WP Cron','2021-02-10 01:42:06','2021-02-09 17:42:06'),(89786,32839,'action complete via WP Cron','2021-02-10 01:42:06','2021-02-09 17:42:06'),(89787,32840,'action created','2021-02-10 01:42:06','2021-02-09 17:42:06'),(89788,32840,'action started via WP Cron','2021-02-10 01:42:51','2021-02-09 17:42:51'),(89789,32840,'action complete via WP Cron','2021-02-10 01:42:51','2021-02-09 17:42:51'),(89790,32841,'action created','2021-02-10 01:42:51','2021-02-09 17:42:51'),(89791,32841,'action started via WP Cron','2021-02-10 01:43:51','2021-02-09 17:43:51'),(89792,32841,'action complete via WP Cron','2021-02-10 01:43:51','2021-02-09 17:43:51'),(89793,32842,'action created','2021-02-10 01:43:51','2021-02-09 17:43:51'),(89794,32842,'action started via WP Cron','2021-02-10 01:44:41','2021-02-09 17:44:41'),(89795,32842,'action complete via WP Cron','2021-02-10 01:44:41','2021-02-09 17:44:41'),(89796,32843,'action created','2021-02-10 01:44:41','2021-02-09 17:44:41'),(89797,32843,'action started via WP Cron','2021-02-10 01:47:16','2021-02-09 17:47:16'),(89798,32843,'action complete via WP Cron','2021-02-10 01:47:16','2021-02-09 17:47:16'),(89799,32844,'action created','2021-02-10 01:47:16','2021-02-09 17:47:16'),(89800,32844,'action started via WP Cron','2021-02-10 01:48:28','2021-02-09 17:48:28'),(89801,32844,'action complete via WP Cron','2021-02-10 01:48:28','2021-02-09 17:48:28'),(89802,32845,'action created','2021-02-10 01:48:28','2021-02-09 17:48:28'),(89803,32845,'action started via WP Cron','2021-02-10 01:48:48','2021-02-09 17:48:48'),(89804,32845,'action complete via WP Cron','2021-02-10 01:48:48','2021-02-09 17:48:48'),(89805,32846,'action created','2021-02-10 01:48:48','2021-02-09 17:48:48'),(89806,32846,'action started via WP Cron','2021-02-10 01:50:28','2021-02-09 17:50:28'),(89807,32846,'action complete via WP Cron','2021-02-10 01:50:28','2021-02-09 17:50:28'),(89808,32847,'action created','2021-02-10 01:50:28','2021-02-09 17:50:28'),(89809,32847,'action started via WP Cron','2021-02-10 01:51:01','2021-02-09 17:51:01'),(89810,32847,'action complete via WP Cron','2021-02-10 01:51:01','2021-02-09 17:51:01'),(89811,32848,'action created','2021-02-10 01:51:01','2021-02-09 17:51:01'),(89812,32848,'action started via WP Cron','2021-02-10 01:54:43','2021-02-09 17:54:43'),(89813,32848,'action complete via WP Cron','2021-02-10 01:54:43','2021-02-09 17:54:43'),(89814,32849,'action created','2021-02-10 01:54:43','2021-02-09 17:54:43'),(89815,32849,'action started via WP Cron','2021-02-10 02:01:19','2021-02-09 18:01:19'),(89816,32849,'action complete via WP Cron','2021-02-10 02:01:19','2021-02-09 18:01:19'),(89817,32850,'action created','2021-02-10 02:01:19','2021-02-09 18:01:19'),(89818,32850,'action started via WP Cron','2021-02-10 02:03:04','2021-02-09 18:03:04'),(89819,32850,'action complete via WP Cron','2021-02-10 02:03:04','2021-02-09 18:03:04'),(89820,32851,'action created','2021-02-10 02:03:04','2021-02-09 18:03:04'),(89821,32851,'action started via WP Cron','2021-02-10 02:05:56','2021-02-09 18:05:56'),(89822,32851,'action complete via WP Cron','2021-02-10 02:05:56','2021-02-09 18:05:56'),(89823,32852,'action created','2021-02-10 02:05:56','2021-02-09 18:05:56'),(89824,32852,'action started via WP Cron','2021-02-10 02:08:28','2021-02-09 18:08:28'),(89825,32852,'action complete via WP Cron','2021-02-10 02:08:28','2021-02-09 18:08:28'),(89826,32853,'action created','2021-02-10 02:08:28','2021-02-09 18:08:28'),(89827,32853,'action started via WP Cron','2021-02-10 02:33:52','2021-02-09 18:33:52'),(89828,32853,'action complete via WP Cron','2021-02-10 02:33:52','2021-02-09 18:33:52'),(89829,32854,'action created','2021-02-10 02:33:52','2021-02-09 18:33:52'),(89830,32854,'action started via WP Cron','2021-02-10 02:40:37','2021-02-09 18:40:37'),(89831,32854,'action complete via WP Cron','2021-02-10 02:40:37','2021-02-09 18:40:37'),(89832,32855,'action created','2021-02-10 02:40:37','2021-02-09 18:40:37'),(89833,32855,'action started via WP Cron','2021-02-10 02:41:49','2021-02-09 18:41:49'),(89834,32855,'action complete via WP Cron','2021-02-10 02:41:49','2021-02-09 18:41:49'),(89835,32856,'action created','2021-02-10 02:41:49','2021-02-09 18:41:49'),(89836,32856,'action started via WP Cron','2021-02-10 02:42:51','2021-02-09 18:42:51'),(89837,32856,'action complete via WP Cron','2021-02-10 02:42:51','2021-02-09 18:42:51'),(89838,32857,'action created','2021-02-10 02:42:51','2021-02-09 18:42:51'),(89839,32857,'action started via WP Cron','2021-02-10 02:44:53','2021-02-09 18:44:53'),(89840,32857,'action complete via WP Cron','2021-02-10 02:44:53','2021-02-09 18:44:53'),(89841,32858,'action created','2021-02-10 02:44:53','2021-02-09 18:44:53'),(89842,32858,'action started via WP Cron','2021-02-10 02:45:54','2021-02-09 18:45:54'),(89843,32858,'action complete via WP Cron','2021-02-10 02:45:54','2021-02-09 18:45:54'),(89844,32859,'action created','2021-02-10 02:45:54','2021-02-09 18:45:54'),(89845,32859,'action started via WP Cron','2021-02-10 02:46:55','2021-02-09 18:46:55'),(89846,32859,'action complete via WP Cron','2021-02-10 02:46:55','2021-02-09 18:46:55'),(89847,32860,'action created','2021-02-10 02:46:55','2021-02-09 18:46:55'),(89848,32860,'action started via WP Cron','2021-02-10 02:53:40','2021-02-09 18:53:40'),(89849,32860,'action complete via WP Cron','2021-02-10 02:53:40','2021-02-09 18:53:40'),(89850,32861,'action created','2021-02-10 02:53:40','2021-02-09 18:53:40'),(89851,32861,'action started via WP Cron','2021-02-10 02:55:38','2021-02-09 18:55:38'),(89852,32861,'action complete via WP Cron','2021-02-10 02:55:38','2021-02-09 18:55:38'),(89853,32862,'action created','2021-02-10 02:55:38','2021-02-09 18:55:38'),(89854,32862,'action started via WP Cron','2021-02-10 03:04:47','2021-02-09 19:04:47'),(89855,32862,'action complete via WP Cron','2021-02-10 03:04:47','2021-02-09 19:04:47'),(89856,32863,'action created','2021-02-10 03:04:47','2021-02-09 19:04:47'),(89857,32863,'action started via WP Cron','2021-02-10 03:08:36','2021-02-09 19:08:36'),(89858,32863,'action complete via WP Cron','2021-02-10 03:08:36','2021-02-09 19:08:36'),(89859,32864,'action created','2021-02-10 03:08:36','2021-02-09 19:08:36'),(89860,32864,'action started via WP Cron','2021-02-10 03:16:59','2021-02-09 19:16:59'),(89861,32864,'action complete via WP Cron','2021-02-10 03:16:59','2021-02-09 19:16:59'),(89862,32865,'action created','2021-02-10 03:16:59','2021-02-09 19:16:59'),(89863,32865,'action started via WP Cron','2021-02-10 03:21:36','2021-02-09 19:21:36'),(89864,32865,'action complete via WP Cron','2021-02-10 03:21:36','2021-02-09 19:21:36'),(89865,32866,'action created','2021-02-10 03:21:37','2021-02-09 19:21:37'),(89866,32866,'action started via WP Cron','2021-02-10 03:23:19','2021-02-09 19:23:19'),(89867,32866,'action complete via WP Cron','2021-02-10 03:23:19','2021-02-09 19:23:19'),(89868,32867,'action created','2021-02-10 03:23:19','2021-02-09 19:23:19'),(89869,32867,'action started via WP Cron','2021-02-10 03:25:12','2021-02-09 19:25:12'),(89870,32867,'action complete via WP Cron','2021-02-10 03:25:12','2021-02-09 19:25:12'),(89871,32868,'action created','2021-02-10 03:25:12','2021-02-09 19:25:12'),(89872,32868,'action started via WP Cron','2021-02-10 03:26:23','2021-02-09 19:26:23'),(89873,32868,'action complete via WP Cron','2021-02-10 03:26:23','2021-02-09 19:26:23'),(89874,32869,'action created','2021-02-10 03:26:23','2021-02-09 19:26:23'),(89875,32869,'action started via WP Cron','2021-02-10 03:27:24','2021-02-09 19:27:24'),(89876,32869,'action complete via WP Cron','2021-02-10 03:27:24','2021-02-09 19:27:24'),(89877,32870,'action created','2021-02-10 03:27:24','2021-02-09 19:27:24'),(89878,32870,'action started via WP Cron','2021-02-10 03:28:12','2021-02-09 19:28:12'),(89879,32870,'action complete via WP Cron','2021-02-10 03:28:12','2021-02-09 19:28:12'),(89880,32871,'action created','2021-02-10 03:28:13','2021-02-09 19:28:13'),(89881,32871,'action started via WP Cron','2021-02-10 03:30:08','2021-02-09 19:30:08'),(89882,32871,'action complete via WP Cron','2021-02-10 03:30:08','2021-02-09 19:30:08'),(89883,32872,'action created','2021-02-10 03:30:08','2021-02-09 19:30:08'),(89884,32872,'action started via WP Cron','2021-02-10 03:30:49','2021-02-09 19:30:49'),(89885,32872,'action complete via WP Cron','2021-02-10 03:30:49','2021-02-09 19:30:49'),(89886,32873,'action created','2021-02-10 03:30:49','2021-02-09 19:30:49'),(89887,32873,'action started via WP Cron','2021-02-10 03:39:15','2021-02-09 19:39:15'),(89888,32873,'action complete via WP Cron','2021-02-10 03:39:15','2021-02-09 19:39:15'),(89889,32874,'action created','2021-02-10 03:39:15','2021-02-09 19:39:15'),(89890,32874,'action started via WP Cron','2021-02-10 03:40:11','2021-02-09 19:40:11'),(89891,32874,'action complete via WP Cron','2021-02-10 03:40:11','2021-02-09 19:40:11'),(89892,32875,'action created','2021-02-10 03:40:11','2021-02-09 19:40:11'),(89893,32875,'action started via WP Cron','2021-02-10 03:41:20','2021-02-09 19:41:20'),(89894,32875,'action complete via WP Cron','2021-02-10 03:41:20','2021-02-09 19:41:20'),(89895,32876,'action created','2021-02-10 03:41:20','2021-02-09 19:41:20'),(89896,32876,'action started via WP Cron','2021-02-10 03:45:43','2021-02-09 19:45:43'),(89897,32876,'action complete via WP Cron','2021-02-10 03:45:43','2021-02-09 19:45:43'),(89898,32877,'action created','2021-02-10 03:45:43','2021-02-09 19:45:43'),(89899,32877,'action started via WP Cron','2021-02-10 03:52:30','2021-02-09 19:52:30'),(89900,32877,'action complete via WP Cron','2021-02-10 03:52:30','2021-02-09 19:52:30'),(89901,32878,'action created','2021-02-10 03:52:30','2021-02-09 19:52:30'),(89902,32878,'action started via WP Cron','2021-02-10 03:53:19','2021-02-09 19:53:19'),(89903,32878,'action complete via WP Cron','2021-02-10 03:53:19','2021-02-09 19:53:19'),(89904,32879,'action created','2021-02-10 03:53:19','2021-02-09 19:53:19'),(89905,32879,'action started via WP Cron','2021-02-10 03:53:57','2021-02-09 19:53:57'),(89906,32879,'action complete via WP Cron','2021-02-10 03:53:57','2021-02-09 19:53:57'),(89907,32880,'action created','2021-02-10 03:53:57','2021-02-09 19:53:57'),(89908,32880,'action started via WP Cron','2021-02-10 03:55:41','2021-02-09 19:55:41'),(89909,32880,'action complete via WP Cron','2021-02-10 03:55:41','2021-02-09 19:55:41'),(89910,32881,'action created','2021-02-10 03:55:41','2021-02-09 19:55:41'),(89911,32881,'action started via WP Cron','2021-02-10 03:57:42','2021-02-09 19:57:42'),(89912,32881,'action complete via WP Cron','2021-02-10 03:57:42','2021-02-09 19:57:42'),(89913,32882,'action created','2021-02-10 03:57:42','2021-02-09 19:57:42'),(89914,32882,'action started via WP Cron','2021-02-10 04:04:49','2021-02-09 20:04:49'),(89915,32882,'action complete via WP Cron','2021-02-10 04:04:49','2021-02-09 20:04:49'),(89916,32883,'action created','2021-02-10 04:04:49','2021-02-09 20:04:49'),(89917,32883,'action started via WP Cron','2021-02-10 04:06:22','2021-02-09 20:06:22'),(89918,32883,'action complete via WP Cron','2021-02-10 04:06:22','2021-02-09 20:06:22'),(89919,32884,'action created','2021-02-10 04:06:22','2021-02-09 20:06:22'),(89920,32884,'action started via WP Cron','2021-02-10 04:15:40','2021-02-09 20:15:40'),(89921,32884,'action complete via WP Cron','2021-02-10 04:15:40','2021-02-09 20:15:40'),(89922,32885,'action created','2021-02-10 04:15:40','2021-02-09 20:15:40'),(89923,32885,'action started via WP Cron','2021-02-10 04:16:40','2021-02-09 20:16:40'),(89924,32885,'action complete via WP Cron','2021-02-10 04:16:40','2021-02-09 20:16:40'),(89925,32886,'action created','2021-02-10 04:16:41','2021-02-09 20:16:41'),(89926,32886,'action started via WP Cron','2021-02-10 04:17:56','2021-02-09 20:17:56'),(89927,32886,'action complete via WP Cron','2021-02-10 04:17:56','2021-02-09 20:17:56'),(89928,32887,'action created','2021-02-10 04:17:56','2021-02-09 20:17:56'),(89929,32887,'action started via WP Cron','2021-02-10 04:18:54','2021-02-09 20:18:54'),(89930,32887,'action complete via WP Cron','2021-02-10 04:18:54','2021-02-09 20:18:54'),(89931,32888,'action created','2021-02-10 04:18:55','2021-02-09 20:18:55'),(89932,32888,'action started via WP Cron','2021-02-10 04:19:51','2021-02-09 20:19:51'),(89933,32888,'action complete via WP Cron','2021-02-10 04:19:51','2021-02-09 20:19:51'),(89934,32889,'action created','2021-02-10 04:19:51','2021-02-09 20:19:51'),(89935,32889,'action started via WP Cron','2021-02-10 04:20:54','2021-02-09 20:20:54'),(89936,32889,'action complete via WP Cron','2021-02-10 04:20:54','2021-02-09 20:20:54'),(89937,32890,'action created','2021-02-10 04:20:54','2021-02-09 20:20:54'),(89938,32272,'action started via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89939,32272,'action complete via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89940,32891,'action created','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89941,32271,'action started via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89942,32271,'action complete via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89943,32892,'action created','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89944,32890,'action started via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89945,32890,'action complete via WP Cron','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89946,32893,'action created','2021-02-10 04:21:55','2021-02-09 20:21:55'),(89947,32893,'action started via WP Cron','2021-02-10 04:22:44','2021-02-09 20:22:44'),(89948,32893,'action complete via WP Cron','2021-02-10 04:22:44','2021-02-09 20:22:44'),(89949,32894,'action created','2021-02-10 04:22:44','2021-02-09 20:22:44'),(89950,32894,'action started via WP Cron','2021-02-10 04:24:02','2021-02-09 20:24:02'),(89951,32894,'action complete via WP Cron','2021-02-10 04:24:02','2021-02-09 20:24:02'),(89952,32895,'action created','2021-02-10 04:24:02','2021-02-09 20:24:02'),(89953,32895,'action started via WP Cron','2021-02-10 04:24:49','2021-02-09 20:24:49'),(89954,32895,'action complete via WP Cron','2021-02-10 04:24:49','2021-02-09 20:24:49'),(89955,32896,'action created','2021-02-10 04:24:49','2021-02-09 20:24:49'),(89956,32896,'action started via WP Cron','2021-02-10 04:27:16','2021-02-09 20:27:16'),(89957,32896,'action complete via WP Cron','2021-02-10 04:27:16','2021-02-09 20:27:16'),(89958,32897,'action created','2021-02-10 04:27:16','2021-02-09 20:27:16'),(89959,32897,'action started via WP Cron','2021-02-10 04:27:42','2021-02-09 20:27:42'),(89960,32897,'action complete via WP Cron','2021-02-10 04:27:42','2021-02-09 20:27:42'),(89961,32898,'action created','2021-02-10 04:27:42','2021-02-09 20:27:42'),(89962,32898,'action started via WP Cron','2021-02-10 04:28:53','2021-02-09 20:28:53'),(89963,32898,'action complete via WP Cron','2021-02-10 04:28:53','2021-02-09 20:28:53'),(89964,32899,'action created','2021-02-10 04:28:53','2021-02-09 20:28:53'),(89965,32899,'action started via WP Cron','2021-02-10 04:30:04','2021-02-09 20:30:04'),(89966,32899,'action complete via WP Cron','2021-02-10 04:30:04','2021-02-09 20:30:04'),(89967,32900,'action created','2021-02-10 04:30:04','2021-02-09 20:30:04'),(89968,32900,'action started via WP Cron','2021-02-10 04:30:56','2021-02-09 20:30:56'),(89969,32900,'action complete via WP Cron','2021-02-10 04:30:56','2021-02-09 20:30:56'),(89970,32901,'action created','2021-02-10 04:30:56','2021-02-09 20:30:56'),(89971,32901,'action started via WP Cron','2021-02-10 04:31:53','2021-02-09 20:31:53'),(89972,32901,'action complete via WP Cron','2021-02-10 04:31:53','2021-02-09 20:31:53'),(89973,32902,'action created','2021-02-10 04:31:53','2021-02-09 20:31:53'),(89974,32902,'action started via WP Cron','2021-02-10 04:32:45','2021-02-09 20:32:45'),(89975,32902,'action complete via WP Cron','2021-02-10 04:32:45','2021-02-09 20:32:45'),(89976,32903,'action created','2021-02-10 04:32:45','2021-02-09 20:32:45'),(89977,32903,'action started via WP Cron','2021-02-10 04:33:41','2021-02-09 20:33:41'),(89978,32903,'action complete via WP Cron','2021-02-10 04:33:41','2021-02-09 20:33:41'),(89979,32904,'action created','2021-02-10 04:33:41','2021-02-09 20:33:41'),(89980,32904,'action started via WP Cron','2021-02-10 04:35:03','2021-02-09 20:35:03'),(89981,32904,'action complete via WP Cron','2021-02-10 04:35:03','2021-02-09 20:35:03'),(89982,32905,'action created','2021-02-10 04:35:38','2021-02-09 20:35:38'),(89983,32905,'action started via WP Cron','2021-02-10 04:36:09','2021-02-09 20:36:09'),(89984,32905,'action complete via WP Cron','2021-02-10 04:36:09','2021-02-09 20:36:09'),(89985,32906,'action created','2021-02-10 04:36:09','2021-02-09 20:36:09'),(89986,32906,'action started via WP Cron','2021-02-10 04:36:43','2021-02-09 20:36:43'),(89987,32906,'action complete via WP Cron','2021-02-10 04:36:43','2021-02-09 20:36:43'),(89988,32907,'action created','2021-02-10 04:36:43','2021-02-09 20:36:43'),(89989,32907,'action started via WP Cron','2021-02-10 04:37:58','2021-02-09 20:37:58'),(89990,32907,'action complete via WP Cron','2021-02-10 04:37:58','2021-02-09 20:37:58'),(89991,32908,'action created','2021-02-10 04:37:58','2021-02-09 20:37:58'),(89992,32908,'action started via WP Cron','2021-02-10 04:38:55','2021-02-09 20:38:55'),(89993,32908,'action complete via WP Cron','2021-02-10 04:38:55','2021-02-09 20:38:55'),(89994,32909,'action created','2021-02-10 04:38:55','2021-02-09 20:38:55'),(89995,32909,'action started via WP Cron','2021-02-10 04:40:15','2021-02-09 20:40:15'),(89996,32909,'action complete via WP Cron','2021-02-10 04:40:15','2021-02-09 20:40:15'),(89997,32910,'action created','2021-02-10 04:40:15','2021-02-09 20:40:15'),(89998,32910,'action started via WP Cron','2021-02-10 04:41:07','2021-02-09 20:41:07'),(89999,32910,'action complete via WP Cron','2021-02-10 04:41:07','2021-02-09 20:41:07'),(90000,32911,'action created','2021-02-10 04:41:07','2021-02-09 20:41:07'),(90001,32911,'action started via WP Cron','2021-02-10 04:42:02','2021-02-09 20:42:02'),(90002,32911,'action complete via WP Cron','2021-02-10 04:42:02','2021-02-09 20:42:02'),(90003,32912,'action created','2021-02-10 04:42:02','2021-02-09 20:42:02'),(90004,32912,'action started via WP Cron','2021-02-10 04:42:46','2021-02-09 20:42:46'),(90005,32912,'action complete via WP Cron','2021-02-10 04:42:46','2021-02-09 20:42:46'),(90006,32913,'action created','2021-02-10 04:42:46','2021-02-09 20:42:46'),(90007,32913,'action started via WP Cron','2021-02-10 04:43:46','2021-02-09 20:43:46'),(90008,32913,'action complete via WP Cron','2021-02-10 04:43:46','2021-02-09 20:43:46'),(90009,32914,'action created','2021-02-10 04:43:47','2021-02-09 20:43:47'),(90010,32914,'action started via WP Cron','2021-02-10 04:45:05','2021-02-09 20:45:05'),(90011,32914,'action complete via WP Cron','2021-02-10 04:45:05','2021-02-09 20:45:05'),(90012,32915,'action created','2021-02-10 04:45:05','2021-02-09 20:45:05'),(90013,32915,'action started via WP Cron','2021-02-10 04:46:08','2021-02-09 20:46:08'),(90014,32915,'action complete via WP Cron','2021-02-10 04:46:08','2021-02-09 20:46:08'),(90015,32916,'action created','2021-02-10 04:46:08','2021-02-09 20:46:08'),(90016,32916,'action started via WP Cron','2021-02-10 04:46:40','2021-02-09 20:46:40'),(90017,32916,'action complete via WP Cron','2021-02-10 04:46:40','2021-02-09 20:46:40'),(90018,32917,'action created','2021-02-10 04:46:41','2021-02-09 20:46:41'),(90019,32917,'action started via WP Cron','2021-02-10 04:48:12','2021-02-09 20:48:12'),(90020,32917,'action complete via WP Cron','2021-02-10 04:48:12','2021-02-09 20:48:12'),(90021,32918,'action created','2021-02-10 04:48:12','2021-02-09 20:48:12'),(90022,32918,'action started via WP Cron','2021-02-10 04:48:57','2021-02-09 20:48:57'),(90023,32918,'action complete via WP Cron','2021-02-10 04:48:57','2021-02-09 20:48:57'),(90024,32919,'action created','2021-02-10 04:48:57','2021-02-09 20:48:57'),(90025,32919,'action started via WP Cron','2021-02-10 04:49:58','2021-02-09 20:49:58'),(90026,32919,'action complete via WP Cron','2021-02-10 04:49:58','2021-02-09 20:49:58'),(90027,32920,'action created','2021-02-10 04:49:58','2021-02-09 20:49:58'),(90028,32920,'action started via WP Cron','2021-02-10 04:50:52','2021-02-09 20:50:52'),(90029,32920,'action complete via WP Cron','2021-02-10 04:50:52','2021-02-09 20:50:52'),(90030,32921,'action created','2021-02-10 04:50:53','2021-02-09 20:50:53'),(90031,32921,'action started via WP Cron','2021-02-10 04:51:44','2021-02-09 20:51:44'),(90032,32921,'action complete via WP Cron','2021-02-10 04:51:44','2021-02-09 20:51:44'),(90033,32922,'action created','2021-02-10 04:51:44','2021-02-09 20:51:44'),(90034,32922,'action started via WP Cron','2021-02-10 04:53:03','2021-02-09 20:53:03'),(90035,32922,'action complete via WP Cron','2021-02-10 04:53:03','2021-02-09 20:53:03'),(90036,32923,'action created','2021-02-10 04:53:03','2021-02-09 20:53:03'),(90037,32923,'action started via WP Cron','2021-02-10 04:54:02','2021-02-09 20:54:02'),(90038,32923,'action complete via WP Cron','2021-02-10 04:54:02','2021-02-09 20:54:02'),(90039,32924,'action created','2021-02-10 04:54:02','2021-02-09 20:54:02'),(90040,32924,'action started via WP Cron','2021-02-10 04:54:52','2021-02-09 20:54:52'),(90041,32924,'action complete via WP Cron','2021-02-10 04:54:52','2021-02-09 20:54:52'),(90042,32925,'action created','2021-02-10 04:54:52','2021-02-09 20:54:52'),(90043,32925,'action started via WP Cron','2021-02-10 04:55:52','2021-02-09 20:55:52'),(90044,32925,'action complete via WP Cron','2021-02-10 04:55:52','2021-02-09 20:55:52'),(90045,32926,'action created','2021-02-10 04:55:52','2021-02-09 20:55:52'),(90046,32926,'action started via WP Cron','2021-02-10 04:56:53','2021-02-09 20:56:53'),(90047,32926,'action complete via WP Cron','2021-02-10 04:56:53','2021-02-09 20:56:53'),(90048,32927,'action created','2021-02-10 04:56:53','2021-02-09 20:56:53'),(90049,32927,'action started via WP Cron','2021-02-10 04:57:44','2021-02-09 20:57:44'),(90050,32927,'action complete via WP Cron','2021-02-10 04:57:44','2021-02-09 20:57:44'),(90051,32928,'action created','2021-02-10 04:57:44','2021-02-09 20:57:44'),(90052,32928,'action started via WP Cron','2021-02-10 04:58:52','2021-02-09 20:58:52'),(90053,32928,'action complete via WP Cron','2021-02-10 04:58:52','2021-02-09 20:58:52'),(90054,32929,'action created','2021-02-10 04:58:52','2021-02-09 20:58:52'),(90055,32929,'action started via WP Cron','2021-02-10 05:00:32','2021-02-09 21:00:32'),(90056,32929,'action complete via WP Cron','2021-02-10 05:00:32','2021-02-09 21:00:32'),(90057,32930,'action created','2021-02-10 05:00:32','2021-02-09 21:00:32'),(90058,32930,'action started via WP Cron','2021-02-10 05:01:57','2021-02-09 21:01:57'),(90059,32930,'action complete via WP Cron','2021-02-10 05:01:57','2021-02-09 21:01:57'),(90060,32931,'action created','2021-02-10 05:01:57','2021-02-09 21:01:57'),(90061,32931,'action started via WP Cron','2021-02-10 05:03:54','2021-02-09 21:03:54'),(90062,32931,'action complete via WP Cron','2021-02-10 05:03:54','2021-02-09 21:03:54'),(90063,32932,'action created','2021-02-10 05:03:54','2021-02-09 21:03:54'),(90064,32932,'action started via WP Cron','2021-02-10 05:04:59','2021-02-09 21:04:59'),(90065,32932,'action complete via WP Cron','2021-02-10 05:04:59','2021-02-09 21:04:59'),(90066,32933,'action created','2021-02-10 05:04:59','2021-02-09 21:04:59'),(90067,32933,'action started via WP Cron','2021-02-10 05:06:00','2021-02-09 21:06:00'),(90068,32933,'action complete via WP Cron','2021-02-10 05:06:00','2021-02-09 21:06:00'),(90069,32934,'action created','2021-02-10 05:06:00','2021-02-09 21:06:00'),(90070,32934,'action started via WP Cron','2021-02-10 05:12:42','2021-02-09 21:12:42'),(90071,32934,'action complete via WP Cron','2021-02-10 05:12:42','2021-02-09 21:12:42'),(90072,32935,'action created','2021-02-10 05:12:42','2021-02-09 21:12:42'),(90073,32935,'action started via WP Cron','2021-02-10 05:15:12','2021-02-09 21:15:12'),(90074,32935,'action complete via WP Cron','2021-02-10 05:15:12','2021-02-09 21:15:12'),(90075,32936,'action created','2021-02-10 05:15:21','2021-02-09 21:15:21'),(90076,32936,'action started via WP Cron','2021-02-10 05:15:53','2021-02-09 21:15:53'),(90077,32936,'action complete via WP Cron','2021-02-10 05:15:53','2021-02-09 21:15:53'),(90078,32937,'action created','2021-02-10 05:15:53','2021-02-09 21:15:53'),(90079,32937,'action started via WP Cron','2021-02-10 05:16:42','2021-02-09 21:16:42'),(90080,32937,'action complete via WP Cron','2021-02-10 05:16:42','2021-02-09 21:16:42'),(90081,32938,'action created','2021-02-10 05:16:42','2021-02-09 21:16:42'),(90082,32938,'action started via WP Cron','2021-02-10 05:17:42','2021-02-09 21:17:42'),(90083,32938,'action complete via WP Cron','2021-02-10 05:17:42','2021-02-09 21:17:42'),(90084,32939,'action created','2021-02-10 05:17:43','2021-02-09 21:17:43'),(90085,32939,'action started via WP Cron','2021-02-10 05:18:49','2021-02-09 21:18:49'),(90086,32939,'action complete via WP Cron','2021-02-10 05:18:49','2021-02-09 21:18:49'),(90087,32940,'action created','2021-02-10 05:18:49','2021-02-09 21:18:49'),(90088,32940,'action started via WP Cron','2021-02-10 05:19:52','2021-02-09 21:19:52'),(90089,32940,'action complete via WP Cron','2021-02-10 05:19:52','2021-02-09 21:19:52'),(90090,32941,'action created','2021-02-10 05:19:52','2021-02-09 21:19:52'),(90091,32941,'action started via WP Cron','2021-02-10 05:20:43','2021-02-09 21:20:43'),(90092,32941,'action complete via WP Cron','2021-02-10 05:20:43','2021-02-09 21:20:43'),(90093,32942,'action created','2021-02-10 05:20:44','2021-02-09 21:20:44'),(90094,32942,'action started via WP Cron','2021-02-10 05:21:56','2021-02-09 21:21:56'),(90095,32942,'action complete via WP Cron','2021-02-10 05:21:56','2021-02-09 21:21:56'),(90096,32943,'action created','2021-02-10 05:21:57','2021-02-09 21:21:57'),(90097,32943,'action started via WP Cron','2021-02-10 05:22:41','2021-02-09 21:22:41'),(90098,32943,'action complete via WP Cron','2021-02-10 05:22:41','2021-02-09 21:22:41'),(90099,32944,'action created','2021-02-10 05:22:41','2021-02-09 21:22:41'),(90100,32944,'action started via WP Cron','2021-02-10 05:23:43','2021-02-09 21:23:43'),(90101,32944,'action complete via WP Cron','2021-02-10 05:23:43','2021-02-09 21:23:43'),(90102,32945,'action created','2021-02-10 05:23:43','2021-02-09 21:23:43'),(90103,32945,'action started via WP Cron','2021-02-10 05:24:40','2021-02-09 21:24:40'),(90104,32945,'action complete via WP Cron','2021-02-10 05:24:40','2021-02-09 21:24:40'),(90105,32946,'action created','2021-02-10 05:24:41','2021-02-09 21:24:41'),(90106,32946,'action started via WP Cron','2021-02-10 05:25:50','2021-02-09 21:25:50'),(90107,32946,'action complete via WP Cron','2021-02-10 05:25:50','2021-02-09 21:25:50'),(90108,32947,'action created','2021-02-10 05:25:50','2021-02-09 21:25:50'),(90109,32947,'action started via WP Cron','2021-02-10 05:26:41','2021-02-09 21:26:41'),(90110,32947,'action complete via WP Cron','2021-02-10 05:26:41','2021-02-09 21:26:41'),(90111,32948,'action created','2021-02-10 05:26:42','2021-02-09 21:26:42'),(90112,32948,'action started via WP Cron','2021-02-10 05:27:45','2021-02-09 21:27:45'),(90113,32948,'action complete via WP Cron','2021-02-10 05:27:45','2021-02-09 21:27:45'),(90114,32949,'action created','2021-02-10 05:27:45','2021-02-09 21:27:45'),(90115,32949,'action started via WP Cron','2021-02-10 05:28:50','2021-02-09 21:28:50'),(90116,32949,'action complete via WP Cron','2021-02-10 05:28:50','2021-02-09 21:28:50'),(90117,32950,'action created','2021-02-10 05:28:50','2021-02-09 21:28:50'),(90118,32950,'action started via WP Cron','2021-02-10 05:29:43','2021-02-09 21:29:43'),(90119,32950,'action complete via WP Cron','2021-02-10 05:29:43','2021-02-09 21:29:43'),(90120,32951,'action created','2021-02-10 05:29:45','2021-02-09 21:29:45'),(90121,32951,'action started via WP Cron','2021-02-10 05:30:48','2021-02-09 21:30:48'),(90122,32951,'action complete via WP Cron','2021-02-10 05:30:48','2021-02-09 21:30:48'),(90123,32952,'action created','2021-02-10 05:30:48','2021-02-09 21:30:48'),(90124,32952,'action started via WP Cron','2021-02-10 05:31:48','2021-02-09 21:31:48'),(90125,32952,'action complete via WP Cron','2021-02-10 05:31:48','2021-02-09 21:31:48'),(90126,32953,'action created','2021-02-10 05:31:48','2021-02-09 21:31:48'),(90127,32953,'action started via WP Cron','2021-02-10 05:32:42','2021-02-09 21:32:42'),(90128,32953,'action complete via WP Cron','2021-02-10 05:32:42','2021-02-09 21:32:42'),(90129,32954,'action created','2021-02-10 05:32:42','2021-02-09 21:32:42'),(90130,32954,'action started via WP Cron','2021-02-10 05:33:59','2021-02-09 21:33:59'),(90131,32954,'action complete via WP Cron','2021-02-10 05:33:59','2021-02-09 21:33:59'),(90132,32955,'action created','2021-02-10 05:33:59','2021-02-09 21:33:59'),(90133,32955,'action started via WP Cron','2021-02-10 05:35:17','2021-02-09 21:35:17'),(90134,32955,'action complete via WP Cron','2021-02-10 05:35:17','2021-02-09 21:35:17'),(90135,32956,'action created','2021-02-10 05:35:17','2021-02-09 21:35:17'),(90136,32956,'action started via WP Cron','2021-02-10 05:35:44','2021-02-09 21:35:44'),(90137,32956,'action complete via WP Cron','2021-02-10 05:35:44','2021-02-09 21:35:44'),(90138,32957,'action created','2021-02-10 05:35:45','2021-02-09 21:35:45'),(90139,32957,'action started via WP Cron','2021-02-10 05:36:45','2021-02-09 21:36:45'),(90140,32957,'action complete via WP Cron','2021-02-10 05:36:45','2021-02-09 21:36:45'),(90141,32958,'action created','2021-02-10 05:36:45','2021-02-09 21:36:45'),(90142,32958,'action started via WP Cron','2021-02-10 05:37:56','2021-02-09 21:37:56'),(90143,32958,'action complete via WP Cron','2021-02-10 05:37:56','2021-02-09 21:37:56'),(90144,32959,'action created','2021-02-10 05:37:56','2021-02-09 21:37:56'),(90145,32959,'action started via WP Cron','2021-02-10 05:38:49','2021-02-09 21:38:49'),(90146,32959,'action complete via WP Cron','2021-02-10 05:38:49','2021-02-09 21:38:49'),(90147,32960,'action created','2021-02-10 05:38:49','2021-02-09 21:38:49'),(90148,32960,'action started via WP Cron','2021-02-10 05:39:50','2021-02-09 21:39:50'),(90149,32960,'action complete via WP Cron','2021-02-10 05:39:50','2021-02-09 21:39:50'),(90150,32961,'action created','2021-02-10 05:39:51','2021-02-09 21:39:51'),(90151,32961,'action started via WP Cron','2021-02-10 05:40:45','2021-02-09 21:40:45'),(90152,32961,'action complete via WP Cron','2021-02-10 05:40:45','2021-02-09 21:40:45'),(90153,32962,'action created','2021-02-10 05:40:45','2021-02-09 21:40:45'),(90154,32962,'action started via WP Cron','2021-02-10 05:41:43','2021-02-09 21:41:43'),(90155,32962,'action complete via WP Cron','2021-02-10 05:41:43','2021-02-09 21:41:43'),(90156,32963,'action created','2021-02-10 05:41:43','2021-02-09 21:41:43'),(90157,32963,'action started via WP Cron','2021-02-10 05:42:42','2021-02-09 21:42:42'),(90158,32963,'action complete via WP Cron','2021-02-10 05:42:42','2021-02-09 21:42:42'),(90159,32964,'action created','2021-02-10 05:42:42','2021-02-09 21:42:42'),(90160,32964,'action started via WP Cron','2021-02-10 05:43:43','2021-02-09 21:43:43'),(90161,32964,'action complete via WP Cron','2021-02-10 05:43:43','2021-02-09 21:43:43'),(90162,32965,'action created','2021-02-10 05:43:43','2021-02-09 21:43:43'),(90163,32965,'action started via WP Cron','2021-02-10 05:44:41','2021-02-09 21:44:41'),(90164,32965,'action complete via WP Cron','2021-02-10 05:44:41','2021-02-09 21:44:41'),(90165,32966,'action created','2021-02-10 05:44:41','2021-02-09 21:44:41'),(90166,32966,'action started via WP Cron','2021-02-10 05:45:53','2021-02-09 21:45:53'),(90167,32966,'action complete via WP Cron','2021-02-10 05:45:53','2021-02-09 21:45:53'),(90168,32967,'action created','2021-02-10 05:45:53','2021-02-09 21:45:53'),(90169,32967,'action started via WP Cron','2021-02-10 05:46:46','2021-02-09 21:46:46'),(90170,32967,'action complete via WP Cron','2021-02-10 05:46:46','2021-02-09 21:46:46'),(90171,32968,'action created','2021-02-10 05:46:46','2021-02-09 21:46:46'),(90172,32968,'action started via WP Cron','2021-02-10 05:47:44','2021-02-09 21:47:44'),(90173,32968,'action complete via WP Cron','2021-02-10 05:47:44','2021-02-09 21:47:44'),(90174,32969,'action created','2021-02-10 05:47:45','2021-02-09 21:47:45'),(90175,32969,'action started via WP Cron','2021-02-10 05:49:04','2021-02-09 21:49:04'),(90176,32969,'action complete via WP Cron','2021-02-10 05:49:04','2021-02-09 21:49:04'),(90177,32970,'action created','2021-02-10 05:49:04','2021-02-09 21:49:04'),(90178,32970,'action started via WP Cron','2021-02-10 05:49:46','2021-02-09 21:49:46'),(90179,32970,'action complete via WP Cron','2021-02-10 05:49:46','2021-02-09 21:49:46'),(90180,32971,'action created','2021-02-10 05:49:47','2021-02-09 21:49:47'),(90181,32971,'action started via WP Cron','2021-02-10 05:50:51','2021-02-09 21:50:51'),(90182,32971,'action complete via WP Cron','2021-02-10 05:50:51','2021-02-09 21:50:51'),(90183,32972,'action created','2021-02-10 05:50:51','2021-02-09 21:50:51'),(90184,32972,'action started via WP Cron','2021-02-10 05:51:58','2021-02-09 21:51:58'),(90185,32972,'action complete via WP Cron','2021-02-10 05:51:58','2021-02-09 21:51:58'),(90186,32973,'action created','2021-02-10 05:51:58','2021-02-09 21:51:58'),(90187,32973,'action started via WP Cron','2021-02-10 05:52:44','2021-02-09 21:52:44'),(90188,32973,'action complete via WP Cron','2021-02-10 05:52:44','2021-02-09 21:52:44'),(90189,32974,'action created','2021-02-10 05:52:44','2021-02-09 21:52:44'),(90190,32974,'action started via WP Cron','2021-02-10 05:53:43','2021-02-09 21:53:43'),(90191,32974,'action complete via WP Cron','2021-02-10 05:53:43','2021-02-09 21:53:43'),(90192,32975,'action created','2021-02-10 05:53:43','2021-02-09 21:53:43'),(90193,32975,'action started via WP Cron','2021-02-10 05:54:52','2021-02-09 21:54:52'),(90194,32975,'action complete via WP Cron','2021-02-10 05:54:52','2021-02-09 21:54:52'),(90195,32976,'action created','2021-02-10 05:54:52','2021-02-09 21:54:52'),(90196,32976,'action started via WP Cron','2021-02-10 05:55:57','2021-02-09 21:55:57'),(90197,32976,'action complete via WP Cron','2021-02-10 05:55:57','2021-02-09 21:55:57'),(90198,32977,'action created','2021-02-10 05:55:57','2021-02-09 21:55:57'),(90199,32977,'action started via WP Cron','2021-02-10 05:56:41','2021-02-09 21:56:41'),(90200,32977,'action complete via WP Cron','2021-02-10 05:56:41','2021-02-09 21:56:41'),(90201,32978,'action created','2021-02-10 05:56:41','2021-02-09 21:56:41'),(90202,32978,'action started via WP Cron','2021-02-10 05:58:03','2021-02-09 21:58:03'),(90203,32978,'action complete via WP Cron','2021-02-10 05:58:03','2021-02-09 21:58:03'),(90204,32979,'action created','2021-02-10 05:58:03','2021-02-09 21:58:03'),(90205,32979,'action started via WP Cron','2021-02-10 06:04:01','2021-02-09 22:04:01'),(90206,32979,'action complete via WP Cron','2021-02-10 06:04:01','2021-02-09 22:04:01'),(90207,32980,'action created','2021-02-10 06:04:02','2021-02-09 22:04:02'),(90208,32980,'action started via WP Cron','2021-02-10 06:06:02','2021-02-09 22:06:02'),(90209,32980,'action complete via WP Cron','2021-02-10 06:06:02','2021-02-09 22:06:02'),(90210,32981,'action created','2021-02-10 06:06:02','2021-02-09 22:06:02'),(90211,32981,'action started via WP Cron','2021-02-10 06:07:01','2021-02-09 22:07:01'),(90212,32981,'action complete via WP Cron','2021-02-10 06:07:01','2021-02-09 22:07:01'),(90213,32982,'action created','2021-02-10 06:07:01','2021-02-09 22:07:01'),(90214,32982,'action started via WP Cron','2021-02-10 06:08:01','2021-02-09 22:08:01'),(90215,32982,'action complete via WP Cron','2021-02-10 06:08:01','2021-02-09 22:08:01'),(90216,32983,'action created','2021-02-10 06:08:01','2021-02-09 22:08:01'),(90217,32983,'action started via WP Cron','2021-02-10 06:10:03','2021-02-09 22:10:03'),(90218,32983,'action complete via WP Cron','2021-02-10 06:10:03','2021-02-09 22:10:03'),(90219,32984,'action created','2021-02-10 06:10:03','2021-02-09 22:10:03'),(90220,32984,'action started via WP Cron','2021-02-10 06:10:46','2021-02-09 22:10:46'),(90221,32984,'action complete via WP Cron','2021-02-10 06:10:46','2021-02-09 22:10:46'),(90222,32985,'action created','2021-02-10 06:10:46','2021-02-09 22:10:46'),(90223,32985,'action started via WP Cron','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90224,32985,'action complete via WP Cron','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90225,32319,'action started via WP Cron','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90226,32319,'action complete via WP Cron','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90227,32986,'action created','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90228,32987,'action created','2021-02-10 06:12:06','2021-02-09 22:12:06'),(90229,32987,'action started via WP Cron','2021-02-10 06:25:00','2021-02-09 22:25:00'),(90230,32987,'action complete via WP Cron','2021-02-10 06:25:00','2021-02-09 22:25:00'),(90231,32988,'action created','2021-02-10 06:25:00','2021-02-09 22:25:00'),(90232,32988,'action started via WP Cron','2021-02-10 06:26:09','2021-02-09 22:26:09'),(90233,32988,'action complete via WP Cron','2021-02-10 06:26:09','2021-02-09 22:26:09'),(90234,32989,'action created','2021-02-10 06:26:09','2021-02-09 22:26:09'),(90235,32989,'action started via WP Cron','2021-02-10 06:27:17','2021-02-09 22:27:17'),(90236,32989,'action complete via WP Cron','2021-02-10 06:27:17','2021-02-09 22:27:17'),(90237,32990,'action created','2021-02-10 06:27:18','2021-02-09 22:27:18'),(90238,32990,'action started via WP Cron','2021-02-10 06:28:18','2021-02-09 22:28:18'),(90239,32990,'action complete via WP Cron','2021-02-10 06:28:18','2021-02-09 22:28:18'),(90240,32991,'action created','2021-02-10 06:28:18','2021-02-09 22:28:18'),(90241,32991,'action started via WP Cron','2021-02-10 06:30:20','2021-02-09 22:30:20'),(90242,32991,'action complete via WP Cron','2021-02-10 06:30:20','2021-02-09 22:30:20'),(90243,32992,'action created','2021-02-10 06:30:20','2021-02-09 22:30:20'),(90244,32992,'action started via WP Cron','2021-02-10 06:31:21','2021-02-09 22:31:21'),(90245,32992,'action complete via WP Cron','2021-02-10 06:31:21','2021-02-09 22:31:21'),(90246,32993,'action created','2021-02-10 06:31:21','2021-02-09 22:31:21'),(90247,32993,'action started via WP Cron','2021-02-10 06:32:23','2021-02-09 22:32:23'),(90248,32993,'action complete via WP Cron','2021-02-10 06:32:23','2021-02-09 22:32:23'),(90249,32994,'action created','2021-02-10 06:32:23','2021-02-09 22:32:23'),(90250,32994,'action started via WP Cron','2021-02-10 06:34:34','2021-02-09 22:34:34'),(90251,32994,'action complete via WP Cron','2021-02-10 06:34:34','2021-02-09 22:34:34'),(90252,32995,'action created','2021-02-10 06:34:34','2021-02-09 22:34:34'),(90253,32995,'action started via WP Cron','2021-02-10 06:35:00','2021-02-09 22:35:00'),(90254,32995,'action complete via WP Cron','2021-02-10 06:35:00','2021-02-09 22:35:00'),(90255,32996,'action created','2021-02-10 06:35:01','2021-02-09 22:35:01'),(90256,32996,'action started via WP Cron','2021-02-10 06:38:43','2021-02-09 22:38:43'),(90257,32996,'action complete via WP Cron','2021-02-10 06:38:43','2021-02-09 22:38:43'),(90258,32997,'action created','2021-02-10 06:38:43','2021-02-09 22:38:43'),(90259,32997,'action started via WP Cron','2021-02-10 06:44:48','2021-02-09 22:44:48'),(90260,32997,'action complete via WP Cron','2021-02-10 06:44:48','2021-02-09 22:44:48'),(90261,32998,'action created','2021-02-10 06:44:48','2021-02-09 22:44:48'),(90262,32998,'action started via WP Cron','2021-02-10 06:45:45','2021-02-09 22:45:45'),(90263,32998,'action complete via WP Cron','2021-02-10 06:45:45','2021-02-09 22:45:45'),(90264,32999,'action created','2021-02-10 06:45:45','2021-02-09 22:45:45'),(90265,32999,'action started via WP Cron','2021-02-10 06:46:46','2021-02-09 22:46:46'),(90266,32999,'action complete via WP Cron','2021-02-10 06:46:46','2021-02-09 22:46:46'),(90267,33000,'action created','2021-02-10 06:46:46','2021-02-09 22:46:46'),(90268,33000,'action started via WP Cron','2021-02-10 06:47:47','2021-02-09 22:47:47'),(90269,33000,'action complete via WP Cron','2021-02-10 06:47:47','2021-02-09 22:47:47'),(90270,33001,'action created','2021-02-10 06:47:47','2021-02-09 22:47:47'),(90271,33001,'action started via WP Cron','2021-02-10 06:49:42','2021-02-09 22:49:42'),(90272,33001,'action complete via WP Cron','2021-02-10 06:49:42','2021-02-09 22:49:42'),(90273,33002,'action created','2021-02-10 06:49:42','2021-02-09 22:49:42'),(90274,33002,'action started via WP Cron','2021-02-10 06:50:51','2021-02-09 22:50:51'),(90275,33002,'action complete via WP Cron','2021-02-10 06:50:51','2021-02-09 22:50:51'),(90276,33003,'action created','2021-02-10 06:50:51','2021-02-09 22:50:51'),(90277,33003,'action started via WP Cron','2021-02-10 06:53:25','2021-02-09 22:53:25'),(90278,33003,'action complete via WP Cron','2021-02-10 06:53:25','2021-02-09 22:53:25'),(90279,33004,'action created','2021-02-10 06:53:25','2021-02-09 22:53:25'),(90280,33004,'action started via WP Cron','2021-02-10 06:55:43','2021-02-09 22:55:43'),(90281,33004,'action complete via WP Cron','2021-02-10 06:55:43','2021-02-09 22:55:43'),(90282,33005,'action created','2021-02-10 06:55:43','2021-02-09 22:55:43'),(90283,33005,'action started via WP Cron','2021-02-10 06:57:12','2021-02-09 22:57:12'),(90284,33005,'action complete via WP Cron','2021-02-10 06:57:12','2021-02-09 22:57:12'),(90285,33006,'action created','2021-02-10 06:57:12','2021-02-09 22:57:12'),(90286,33006,'action started via WP Cron','2021-02-10 06:57:43','2021-02-09 22:57:43'),(90287,33006,'action complete via WP Cron','2021-02-10 06:57:43','2021-02-09 22:57:43'),(90288,33007,'action created','2021-02-10 06:57:49','2021-02-09 22:57:49'),(90289,33007,'action started via WP Cron','2021-02-10 06:58:47','2021-02-09 22:58:47'),(90290,33007,'action complete via WP Cron','2021-02-10 06:58:47','2021-02-09 22:58:47'),(90291,33008,'action created','2021-02-10 06:58:47','2021-02-09 22:58:47'),(90292,33008,'action started via WP Cron','2021-02-10 06:59:50','2021-02-09 22:59:50'),(90293,33008,'action complete via WP Cron','2021-02-10 06:59:50','2021-02-09 22:59:50'),(90294,33009,'action created','2021-02-10 06:59:50','2021-02-09 22:59:50'),(90295,33009,'action started via WP Cron','2021-02-10 07:01:25','2021-02-09 23:01:25'),(90296,33009,'action complete via WP Cron','2021-02-10 07:01:25','2021-02-09 23:01:25'),(90297,33010,'action created','2021-02-10 07:01:25','2021-02-09 23:01:25'),(90298,33010,'action started via WP Cron','2021-02-10 07:01:42','2021-02-09 23:01:42'),(90299,33010,'action complete via WP Cron','2021-02-10 07:01:42','2021-02-09 23:01:42'),(90300,33011,'action created','2021-02-10 07:01:42','2021-02-09 23:01:42'),(90301,33011,'action started via WP Cron','2021-02-10 07:03:11','2021-02-09 23:03:11'),(90302,33011,'action complete via WP Cron','2021-02-10 07:03:11','2021-02-09 23:03:11'),(90303,33012,'action created','2021-02-10 07:03:11','2021-02-09 23:03:11'),(90304,33012,'action started via WP Cron','2021-02-10 07:03:59','2021-02-09 23:03:59'),(90305,33012,'action complete via WP Cron','2021-02-10 07:03:59','2021-02-09 23:03:59'),(90306,33013,'action created','2021-02-10 07:03:59','2021-02-09 23:03:59'),(90307,33013,'action started via WP Cron','2021-02-10 07:11:28','2021-02-09 23:11:28'),(90308,33013,'action complete via WP Cron','2021-02-10 07:11:29','2021-02-09 23:11:29'),(90309,33014,'action created','2021-02-10 07:11:29','2021-02-09 23:11:29'),(90310,33014,'action started via WP Cron','2021-02-10 07:15:55','2021-02-09 23:15:55'),(90311,33014,'action complete via WP Cron','2021-02-10 07:15:55','2021-02-09 23:15:55'),(90312,33015,'action created','2021-02-10 07:15:55','2021-02-09 23:15:55'),(90313,33015,'action started via WP Cron','2021-02-10 07:20:40','2021-02-09 23:20:40'),(90314,33015,'action complete via WP Cron','2021-02-10 07:20:40','2021-02-09 23:20:40'),(90315,33016,'action created','2021-02-10 07:23:21','2021-02-09 23:23:21'),(90319,33017,'action started via WP Cron','2021-02-10 07:33:35','2021-02-09 23:33:35'),(90320,33017,'action complete via WP Cron','2021-02-10 07:33:35','2021-02-09 23:33:35'),(90321,33018,'action created','2021-02-10 07:33:35','2021-02-09 23:33:35'),(90322,33018,'action started via WP Cron','2021-02-10 07:34:36','2021-02-09 23:34:36'),(90323,33018,'action complete via WP Cron','2021-02-10 07:34:36','2021-02-09 23:34:36'),(90324,33019,'action created','2021-02-10 07:34:36','2021-02-09 23:34:36'),(90325,33019,'action started via WP Cron','2021-02-10 07:35:37','2021-02-09 23:35:37'),(90326,33019,'action complete via WP Cron','2021-02-10 07:35:37','2021-02-09 23:35:37'),(90327,33020,'action created','2021-02-10 07:35:37','2021-02-09 23:35:37'),(90328,33020,'action started via WP Cron','2021-02-10 07:36:01','2021-02-09 23:36:01'),(90329,33020,'action complete via WP Cron','2021-02-10 07:36:01','2021-02-09 23:36:01'),(90330,33021,'action created','2021-02-10 07:36:01','2021-02-09 23:36:01'),(90331,33021,'action started via WP Cron','2021-02-10 07:37:07','2021-02-09 23:37:07'),(90332,33021,'action complete via WP Cron','2021-02-10 07:37:07','2021-02-09 23:37:07'),(90333,33022,'action created','2021-02-10 07:37:07','2021-02-09 23:37:07'),(90334,33022,'action started via WP Cron','2021-02-10 07:37:41','2021-02-09 23:37:41'),(90335,33022,'action complete via WP Cron','2021-02-10 07:37:41','2021-02-09 23:37:41'),(90336,33023,'action created','2021-02-10 07:37:41','2021-02-09 23:37:41'),(90337,33023,'action started via WP Cron','2021-02-10 07:38:42','2021-02-09 23:38:42'),(90338,33023,'action complete via WP Cron','2021-02-10 07:38:42','2021-02-09 23:38:42'),(90339,33024,'action created','2021-02-10 07:38:42','2021-02-09 23:38:42'),(90340,33024,'action started via WP Cron','2021-02-10 07:40:00','2021-02-09 23:40:00'),(90341,33024,'action complete via WP Cron','2021-02-10 07:40:00','2021-02-09 23:40:00'),(90342,33025,'action created','2021-02-10 07:40:00','2021-02-09 23:40:00'),(90343,33025,'action started via WP Cron','2021-02-10 07:41:05','2021-02-09 23:41:05'),(90344,33025,'action complete via WP Cron','2021-02-10 07:41:05','2021-02-09 23:41:05'),(90345,33026,'action created','2021-02-10 07:41:05','2021-02-09 23:41:05'),(90346,33026,'action started via WP Cron','2021-02-10 07:41:41','2021-02-09 23:41:41'),(90347,33026,'action complete via WP Cron','2021-02-10 07:41:41','2021-02-09 23:41:41'),(90348,33027,'action created','2021-02-10 07:41:42','2021-02-09 23:41:42'),(90349,33027,'action started via WP Cron','2021-02-10 07:42:53','2021-02-09 23:42:53'),(90350,33027,'action complete via WP Cron','2021-02-10 07:42:53','2021-02-09 23:42:53'),(90351,33028,'action created','2021-02-10 07:42:53','2021-02-09 23:42:53'),(90352,33028,'action started via WP Cron','2021-02-10 07:44:08','2021-02-09 23:44:08'),(90353,33028,'action complete via WP Cron','2021-02-10 07:44:08','2021-02-09 23:44:08'),(90354,33029,'action created','2021-02-10 07:44:08','2021-02-09 23:44:08'),(90355,33029,'action started via WP Cron','2021-02-10 07:45:11','2021-02-09 23:45:11'),(90356,33029,'action complete via WP Cron','2021-02-10 07:45:11','2021-02-09 23:45:11'),(90357,33030,'action created','2021-02-10 07:45:12','2021-02-09 23:45:12'),(90358,33030,'action started via WP Cron','2021-02-10 07:45:45','2021-02-09 23:45:45'),(90359,33030,'action complete via WP Cron','2021-02-10 07:45:45','2021-02-09 23:45:45'),(90360,33031,'action created','2021-02-10 07:46:08','2021-02-09 23:46:08'),(90361,33031,'action started via WP Cron','2021-02-10 07:46:49','2021-02-09 23:46:49'),(90362,33031,'action complete via WP Cron','2021-02-10 07:46:50','2021-02-09 23:46:50'),(90363,33032,'action created','2021-02-10 07:46:50','2021-02-09 23:46:50'),(90364,33032,'action started via WP Cron','2021-02-10 07:47:55','2021-02-09 23:47:55'),(90365,33032,'action complete via WP Cron','2021-02-10 07:47:55','2021-02-09 23:47:55'),(90366,33033,'action created','2021-02-10 07:47:55','2021-02-09 23:47:55'),(90367,33033,'action started via WP Cron','2021-02-10 07:49:05','2021-02-09 23:49:05'),(90368,33033,'action complete via WP Cron','2021-02-10 07:49:05','2021-02-09 23:49:05'),(90369,33034,'action created','2021-02-10 07:49:05','2021-02-09 23:49:05'),(90370,33034,'action started via WP Cron','2021-02-10 07:50:17','2021-02-09 23:50:17'),(90371,33034,'action complete via WP Cron','2021-02-10 07:50:17','2021-02-09 23:50:17'),(90372,33035,'action created','2021-02-10 07:50:17','2021-02-09 23:50:17'),(90373,33035,'action started via WP Cron','2021-02-10 07:50:51','2021-02-09 23:50:51'),(90374,33035,'action complete via WP Cron','2021-02-10 07:50:51','2021-02-09 23:50:51'),(90375,33036,'action created','2021-02-10 07:50:51','2021-02-09 23:50:51'),(90376,33036,'action started via WP Cron','2021-02-10 07:51:52','2021-02-09 23:51:52'),(90377,33036,'action complete via WP Cron','2021-02-10 07:51:52','2021-02-09 23:51:52'),(90378,33037,'action created','2021-02-10 07:51:52','2021-02-09 23:51:52'),(90379,33037,'action started via WP Cron','2021-02-10 07:52:44','2021-02-09 23:52:44'),(90380,33037,'action complete via WP Cron','2021-02-10 07:52:44','2021-02-09 23:52:44'),(90381,33038,'action created','2021-02-10 07:52:44','2021-02-09 23:52:44'),(90382,33038,'action started via WP Cron','2021-02-10 07:54:13','2021-02-09 23:54:13'),(90383,33038,'action complete via WP Cron','2021-02-10 07:54:13','2021-02-09 23:54:13'),(90384,33039,'action created','2021-02-10 07:54:13','2021-02-09 23:54:13'),(90385,33039,'action started via WP Cron','2021-02-10 07:54:42','2021-02-09 23:54:42'),(90386,33039,'action complete via WP Cron','2021-02-10 07:54:42','2021-02-09 23:54:42'),(90387,33040,'action created','2021-02-10 07:54:42','2021-02-09 23:54:42'),(90388,33040,'action started via WP Cron','2021-02-10 07:56:19','2021-02-09 23:56:19'),(90389,33040,'action complete via WP Cron','2021-02-10 07:56:19','2021-02-09 23:56:19'),(90390,33041,'action created','2021-02-10 07:56:19','2021-02-09 23:56:19'),(90391,33041,'action started via WP Cron','2021-02-10 07:56:59','2021-02-09 23:56:59'),(90392,33041,'action complete via WP Cron','2021-02-10 07:56:59','2021-02-09 23:56:59'),(90393,33042,'action created','2021-02-10 07:56:59','2021-02-09 23:56:59'),(90394,33042,'action started via WP Cron','2021-02-10 07:57:41','2021-02-09 23:57:41'),(90395,33042,'action complete via WP Cron','2021-02-10 07:57:41','2021-02-09 23:57:41'),(90396,33043,'action created','2021-02-10 07:57:41','2021-02-09 23:57:41'),(90397,33043,'action started via WP Cron','2021-02-10 07:58:47','2021-02-09 23:58:47'),(90398,33043,'action complete via WP Cron','2021-02-10 07:58:47','2021-02-09 23:58:47'),(90399,33044,'action created','2021-02-10 07:58:47','2021-02-09 23:58:47'),(90400,33044,'action started via WP Cron','2021-02-10 07:59:58','2021-02-09 23:59:58'),(90401,33044,'action complete via WP Cron','2021-02-10 07:59:58','2021-02-09 23:59:58'),(90402,33045,'action created','2021-02-10 07:59:58','2021-02-09 23:59:58'),(90403,33045,'action started via WP Cron','2021-02-10 08:00:50','2021-02-10 00:00:50'),(90404,33045,'action complete via WP Cron','2021-02-10 08:00:50','2021-02-10 00:00:50'),(90405,33046,'action created','2021-02-10 08:00:50','2021-02-10 00:00:50'),(90406,33046,'action started via WP Cron','2021-02-10 08:01:51','2021-02-10 00:01:51'),(90407,33046,'action complete via WP Cron','2021-02-10 08:01:51','2021-02-10 00:01:51'),(90408,33047,'action created','2021-02-10 08:01:51','2021-02-10 00:01:51'),(90409,33047,'action started via WP Cron','2021-02-10 08:02:47','2021-02-10 00:02:47'),(90410,33047,'action complete via WP Cron','2021-02-10 08:02:47','2021-02-10 00:02:47'),(90411,33048,'action created','2021-02-10 08:02:47','2021-02-10 00:02:47'),(90412,33048,'action started via WP Cron','2021-02-10 08:03:53','2021-02-10 00:03:53'),(90413,33048,'action complete via WP Cron','2021-02-10 08:03:53','2021-02-10 00:03:53'),(90414,33049,'action created','2021-02-10 08:03:53','2021-02-10 00:03:53'),(90415,33049,'action started via WP Cron','2021-02-10 08:04:49','2021-02-10 00:04:49'),(90416,33049,'action complete via WP Cron','2021-02-10 08:04:49','2021-02-10 00:04:49'),(90417,33050,'action created','2021-02-10 08:04:49','2021-02-10 00:04:49'),(90418,33050,'action started via WP Cron','2021-02-10 08:06:03','2021-02-10 00:06:03'),(90419,33050,'action complete via WP Cron','2021-02-10 08:06:03','2021-02-10 00:06:03'),(90420,33051,'action created','2021-02-10 08:06:03','2021-02-10 00:06:03'),(90421,33051,'action started via WP Cron','2021-02-10 08:06:45','2021-02-10 00:06:45'),(90422,33051,'action complete via WP Cron','2021-02-10 08:06:45','2021-02-10 00:06:45'),(90423,33052,'action created','2021-02-10 08:06:45','2021-02-10 00:06:45'),(90424,33052,'action started via WP Cron','2021-02-10 08:07:44','2021-02-10 00:07:44'),(90425,33052,'action complete via WP Cron','2021-02-10 08:07:44','2021-02-10 00:07:44'),(90426,33053,'action created','2021-02-10 08:07:44','2021-02-10 00:07:44'),(90427,33053,'action started via WP Cron','2021-02-10 08:08:47','2021-02-10 00:08:47'),(90428,33053,'action complete via WP Cron','2021-02-10 08:08:47','2021-02-10 00:08:47'),(90429,33054,'action created','2021-02-10 08:08:47','2021-02-10 00:08:47'),(90430,33054,'action started via WP Cron','2021-02-10 08:09:41','2021-02-10 00:09:41'),(90431,33054,'action complete via WP Cron','2021-02-10 08:09:41','2021-02-10 00:09:41'),(90432,33055,'action created','2021-02-10 08:09:41','2021-02-10 00:09:41'),(90433,33055,'action started via WP Cron','2021-02-10 08:10:41','2021-02-10 00:10:41'),(90434,33055,'action complete via WP Cron','2021-02-10 08:10:41','2021-02-10 00:10:41'),(90435,33056,'action created','2021-02-10 08:10:41','2021-02-10 00:10:41'),(90436,33056,'action started via WP Cron','2021-02-10 08:11:48','2021-02-10 00:11:48'),(90437,33056,'action complete via WP Cron','2021-02-10 08:11:48','2021-02-10 00:11:48'),(90438,33057,'action created','2021-02-10 08:11:48','2021-02-10 00:11:48'),(90439,33057,'action started via WP Cron','2021-02-10 08:12:44','2021-02-10 00:12:44'),(90440,33057,'action complete via WP Cron','2021-02-10 08:12:44','2021-02-10 00:12:44'),(90441,33058,'action created','2021-02-10 08:12:45','2021-02-10 00:12:45'),(90442,33058,'action started via WP Cron','2021-02-10 08:13:42','2021-02-10 00:13:42'),(90443,33058,'action complete via WP Cron','2021-02-10 08:13:42','2021-02-10 00:13:42'),(90444,33059,'action created','2021-02-10 08:13:58','2021-02-10 00:13:58'),(90445,33059,'action started via WP Cron','2021-02-10 08:14:44','2021-02-10 00:14:44'),(90446,33059,'action complete via WP Cron','2021-02-10 08:14:44','2021-02-10 00:14:44'),(90447,33060,'action created','2021-02-10 08:14:56','2021-02-10 00:14:56'),(90448,33060,'action started via WP Cron','2021-02-10 08:15:41','2021-02-10 00:15:41'),(90449,33060,'action complete via WP Cron','2021-02-10 08:15:41','2021-02-10 00:15:41'),(90450,33061,'action created','2021-02-10 08:15:41','2021-02-10 00:15:41'),(90451,33061,'action started via WP Cron','2021-02-10 08:16:50','2021-02-10 00:16:50'),(90452,33061,'action complete via WP Cron','2021-02-10 08:16:50','2021-02-10 00:16:50'),(90453,33062,'action created','2021-02-10 08:16:50','2021-02-10 00:16:50'),(90454,33062,'action started via WP Cron','2021-02-10 08:18:02','2021-02-10 00:18:02'),(90455,33062,'action complete via WP Cron','2021-02-10 08:18:02','2021-02-10 00:18:02'),(90456,33063,'action created','2021-02-10 08:18:02','2021-02-10 00:18:02'),(90457,33063,'action started via WP Cron','2021-02-10 08:18:42','2021-02-10 00:18:42'),(90458,33063,'action complete via WP Cron','2021-02-10 08:18:42','2021-02-10 00:18:42'),(90459,33064,'action created','2021-02-10 08:18:42','2021-02-10 00:18:42'),(90460,33064,'action started via WP Cron','2021-02-10 08:20:10','2021-02-10 00:20:10'),(90461,33064,'action complete via WP Cron','2021-02-10 08:20:10','2021-02-10 00:20:10'),(90462,33065,'action created','2021-02-10 08:20:10','2021-02-10 00:20:10'),(90463,33065,'action started via WP Cron','2021-02-10 08:21:10','2021-02-10 00:21:10'),(90464,33065,'action complete via WP Cron','2021-02-10 08:21:10','2021-02-10 00:21:10'),(90465,33066,'action created','2021-02-10 08:21:10','2021-02-10 00:21:10'),(90466,33066,'action started via WP Cron','2021-02-10 08:21:44','2021-02-10 00:21:44'),(90467,33066,'action complete via WP Cron','2021-02-10 08:21:44','2021-02-10 00:21:44'),(90468,33067,'action created','2021-02-10 08:21:44','2021-02-10 00:21:44'),(90469,33067,'action started via WP Cron','2021-02-10 08:22:56','2021-02-10 00:22:56'),(90470,33067,'action complete via WP Cron','2021-02-10 08:22:56','2021-02-10 00:22:56'),(90471,33068,'action created','2021-02-10 08:22:56','2021-02-10 00:22:56'),(90472,33068,'action started via WP Cron','2021-02-10 08:23:42','2021-02-10 00:23:42'),(90473,33068,'action complete via WP Cron','2021-02-10 08:23:42','2021-02-10 00:23:42'),(90474,33069,'action created','2021-02-10 08:23:42','2021-02-10 00:23:42'),(90475,33069,'action started via WP Cron','2021-02-10 08:25:11','2021-02-10 00:25:11'),(90476,33069,'action complete via WP Cron','2021-02-10 08:25:11','2021-02-10 00:25:11'),(90477,33070,'action created','2021-02-10 08:25:11','2021-02-10 00:25:11'),(90478,33070,'action started via WP Cron','2021-02-10 08:25:48','2021-02-10 00:25:48'),(90479,33070,'action complete via WP Cron','2021-02-10 08:25:48','2021-02-10 00:25:48'),(90480,33071,'action created','2021-02-10 08:25:48','2021-02-10 00:25:48'),(90481,33071,'action started via WP Cron','2021-02-10 08:26:55','2021-02-10 00:26:55'),(90482,33071,'action complete via WP Cron','2021-02-10 08:26:55','2021-02-10 00:26:55'),(90483,33072,'action created','2021-02-10 08:26:55','2021-02-10 00:26:55'),(90484,33072,'action started via WP Cron','2021-02-10 08:28:01','2021-02-10 00:28:01'),(90485,33072,'action complete via WP Cron','2021-02-10 08:28:01','2021-02-10 00:28:01'),(90486,33073,'action created','2021-02-10 08:28:01','2021-02-10 00:28:01'),(90487,33073,'action started via WP Cron','2021-02-10 08:28:47','2021-02-10 00:28:47'),(90488,33073,'action complete via WP Cron','2021-02-10 08:28:47','2021-02-10 00:28:47'),(90489,33074,'action created','2021-02-10 08:28:47','2021-02-10 00:28:47'),(90490,33074,'action started via WP Cron','2021-02-10 08:29:44','2021-02-10 00:29:44'),(90491,33074,'action complete via WP Cron','2021-02-10 08:29:44','2021-02-10 00:29:44'),(90492,33075,'action created','2021-02-10 08:29:44','2021-02-10 00:29:44'),(90493,33075,'action started via WP Cron','2021-02-10 08:31:02','2021-02-10 00:31:02'),(90494,33075,'action complete via WP Cron','2021-02-10 08:31:02','2021-02-10 00:31:02'),(90495,33076,'action created','2021-02-10 08:31:02','2021-02-10 00:31:02'),(90496,33076,'action started via WP Cron','2021-02-10 08:32:15','2021-02-10 00:32:15'),(90497,33076,'action complete via WP Cron','2021-02-10 08:32:15','2021-02-10 00:32:15'),(90498,33077,'action created','2021-02-10 08:32:15','2021-02-10 00:32:15'),(90499,33077,'action started via WP Cron','2021-02-10 08:33:27','2021-02-10 00:33:27'),(90500,33077,'action complete via WP Cron','2021-02-10 08:33:27','2021-02-10 00:33:27'),(90501,33078,'action created','2021-02-10 08:33:27','2021-02-10 00:33:27'),(90502,33078,'action started via WP Cron','2021-02-10 08:34:41','2021-02-10 00:34:41'),(90503,33078,'action complete via WP Cron','2021-02-10 08:34:41','2021-02-10 00:34:41'),(90504,33079,'action created','2021-02-10 08:34:41','2021-02-10 00:34:41'),(90505,33079,'action started via WP Cron','2021-02-10 08:36:48','2021-02-10 00:36:48'),(90506,33079,'action complete via WP Cron','2021-02-10 08:36:48','2021-02-10 00:36:48'),(90507,33080,'action created','2021-02-10 08:36:48','2021-02-10 00:36:48'),(90508,33080,'action started via WP Cron','2021-02-10 08:37:54','2021-02-10 00:37:54'),(90509,33080,'action complete via WP Cron','2021-02-10 08:37:54','2021-02-10 00:37:54'),(90510,33081,'action created','2021-02-10 08:37:54','2021-02-10 00:37:54'),(90511,33081,'action started via WP Cron','2021-02-10 08:38:47','2021-02-10 00:38:47'),(90512,33081,'action complete via WP Cron','2021-02-10 08:38:47','2021-02-10 00:38:47'),(90513,33082,'action created','2021-02-10 08:38:47','2021-02-10 00:38:47'),(90514,33082,'action started via WP Cron','2021-02-10 08:39:49','2021-02-10 00:39:49'),(90515,33082,'action complete via WP Cron','2021-02-10 08:39:49','2021-02-10 00:39:49'),(90516,33083,'action created','2021-02-10 08:39:49','2021-02-10 00:39:49'),(90517,33083,'action started via WP Cron','2021-02-10 08:40:50','2021-02-10 00:40:50'),(90518,33083,'action complete via WP Cron','2021-02-10 08:40:50','2021-02-10 00:40:50'),(90519,33084,'action created','2021-02-10 08:40:50','2021-02-10 00:40:50'),(90520,33084,'action started via WP Cron','2021-02-10 08:45:29','2021-02-10 00:45:29'),(90521,33084,'action complete via WP Cron','2021-02-10 08:45:29','2021-02-10 00:45:29'),(90522,33085,'action created','2021-02-10 08:45:29','2021-02-10 00:45:29'),(90523,33085,'action started via WP Cron','2021-02-10 08:52:59','2021-02-10 00:52:59'),(90524,33085,'action complete via WP Cron','2021-02-10 08:52:59','2021-02-10 00:52:59'),(90525,33086,'action created','2021-02-10 08:52:59','2021-02-10 00:52:59'),(90526,33086,'action started via WP Cron','2021-02-10 08:53:56','2021-02-10 00:53:56'),(90527,33086,'action complete via WP Cron','2021-02-10 08:53:56','2021-02-10 00:53:56'),(90528,33087,'action created','2021-02-10 08:53:56','2021-02-10 00:53:56'),(90529,33087,'action started via WP Cron','2021-02-10 08:56:00','2021-02-10 00:56:00'),(90530,33087,'action complete via WP Cron','2021-02-10 08:56:00','2021-02-10 00:56:00'),(90531,33088,'action created','2021-02-10 08:56:00','2021-02-10 00:56:00'),(90532,33088,'action started via WP Cron','2021-02-10 08:57:01','2021-02-10 00:57:01'),(90533,33088,'action complete via WP Cron','2021-02-10 08:57:01','2021-02-10 00:57:01'),(90534,33089,'action created','2021-02-10 08:57:01','2021-02-10 00:57:01'),(90535,33089,'action started via WP Cron','2021-02-10 08:58:02','2021-02-10 00:58:02'),(90536,33089,'action complete via WP Cron','2021-02-10 08:58:02','2021-02-10 00:58:02'),(90537,33090,'action created','2021-02-10 08:58:03','2021-02-10 00:58:03'),(90538,33090,'action started via WP Cron','2021-02-10 09:00:51','2021-02-10 01:00:51'),(90539,33090,'action complete via WP Cron','2021-02-10 09:00:51','2021-02-10 01:00:51'),(90540,33091,'action created','2021-02-10 09:00:51','2021-02-10 01:00:51'),(90541,33091,'action started via WP Cron','2021-02-10 09:01:56','2021-02-10 01:01:56'),(90542,33091,'action complete via WP Cron','2021-02-10 09:01:56','2021-02-10 01:01:56'),(90543,33092,'action created','2021-02-10 09:01:57','2021-02-10 01:01:57'),(90544,33092,'action started via WP Cron','2021-02-10 09:03:04','2021-02-10 01:03:04'),(90545,33092,'action complete via WP Cron','2021-02-10 09:03:04','2021-02-10 01:03:04'),(90546,33093,'action created','2021-02-10 09:03:04','2021-02-10 01:03:04'),(90547,33093,'action started via WP Cron','2021-02-10 09:05:46','2021-02-10 01:05:46'),(90548,33093,'action complete via WP Cron','2021-02-10 09:05:46','2021-02-10 01:05:46'),(90549,33094,'action created','2021-02-10 09:05:46','2021-02-10 01:05:46'),(90553,33094,'action started via WP Cron','2021-02-10 09:09:44','2021-02-10 01:09:44'),(90554,33094,'action complete via WP Cron','2021-02-10 09:09:44','2021-02-10 01:09:44'),(90555,33096,'action created','2021-02-10 09:09:44','2021-02-10 01:09:44'),(90556,33096,'action started via WP Cron','2021-02-10 09:10:45','2021-02-10 01:10:45'),(90557,33096,'action complete via WP Cron','2021-02-10 09:10:45','2021-02-10 01:10:45'),(90558,33097,'action created','2021-02-10 09:10:45','2021-02-10 01:10:45'),(90559,33097,'action started via WP Cron','2021-02-10 09:11:46','2021-02-10 01:11:46'),(90560,33097,'action complete via WP Cron','2021-02-10 09:11:46','2021-02-10 01:11:46'),(90561,33098,'action created','2021-02-10 09:11:46','2021-02-10 01:11:46'),(90562,33098,'action started via WP Cron','2021-02-10 09:13:48','2021-02-10 01:13:48'),(90563,33098,'action complete via WP Cron','2021-02-10 09:13:48','2021-02-10 01:13:48'),(90564,33099,'action created','2021-02-10 09:13:48','2021-02-10 01:13:48'),(90565,33099,'action started via WP Cron','2021-02-10 09:14:49','2021-02-10 01:14:49'),(90566,33099,'action complete via WP Cron','2021-02-10 09:14:49','2021-02-10 01:14:49'),(90567,33100,'action created','2021-02-10 09:14:49','2021-02-10 01:14:49'),(90568,33100,'action started via WP Cron','2021-02-10 09:19:44','2021-02-10 01:19:44'),(90569,33100,'action complete via WP Cron','2021-02-10 09:19:44','2021-02-10 01:19:44'),(90570,33101,'action created','2021-02-10 09:19:44','2021-02-10 01:19:44'),(90571,33101,'action started via WP Cron','2021-02-10 09:21:25','2021-02-10 01:21:25'),(90572,33101,'action complete via WP Cron','2021-02-10 09:21:25','2021-02-10 01:21:25'),(90573,33102,'action created','2021-02-10 09:21:25','2021-02-10 01:21:25'),(90574,33102,'action started via WP Cron','2021-02-10 09:24:08','2021-02-10 01:24:08'),(90575,33102,'action complete via WP Cron','2021-02-10 09:24:08','2021-02-10 01:24:08'),(90576,33103,'action created','2021-02-10 09:24:08','2021-02-10 01:24:08'),(90577,33103,'action started via WP Cron','2021-02-10 09:24:47','2021-02-10 01:24:47'),(90578,33103,'action complete via WP Cron','2021-02-10 09:24:47','2021-02-10 01:24:47'),(90579,33104,'action created','2021-02-10 09:24:47','2021-02-10 01:24:47'),(90580,33104,'action started via WP Cron','2021-02-10 09:28:25','2021-02-10 01:28:25'),(90581,33104,'action complete via WP Cron','2021-02-10 09:28:25','2021-02-10 01:28:25'),(90582,33105,'action created','2021-02-10 09:28:25','2021-02-10 01:28:25'),(90583,33105,'action started via WP Cron','2021-02-10 09:38:46','2021-02-10 01:38:46'),(90584,33105,'action complete via WP Cron','2021-02-10 09:38:46','2021-02-10 01:38:46'),(90585,33106,'action created','2021-02-10 09:38:46','2021-02-10 01:38:46'),(90586,33106,'action started via WP Cron','2021-02-10 09:39:56','2021-02-10 01:39:56'),(90587,33106,'action complete via WP Cron','2021-02-10 09:39:56','2021-02-10 01:39:56'),(90588,33107,'action created','2021-02-10 09:39:56','2021-02-10 01:39:56'),(90589,33107,'action started via WP Cron','2021-02-10 09:41:01','2021-02-10 01:41:01'),(90590,33107,'action complete via WP Cron','2021-02-10 09:41:01','2021-02-10 01:41:01'),(90591,33108,'action created','2021-02-10 09:41:01','2021-02-10 01:41:01'),(90592,33108,'action started via WP Cron','2021-02-10 09:41:57','2021-02-10 01:41:57'),(90593,33108,'action complete via WP Cron','2021-02-10 09:41:57','2021-02-10 01:41:57'),(90594,33109,'action created','2021-02-10 09:41:57','2021-02-10 01:41:57'),(90595,33109,'action started via WP Cron','2021-02-10 09:42:52','2021-02-10 01:42:52'),(90596,33109,'action complete via WP Cron','2021-02-10 09:42:52','2021-02-10 01:42:52'),(90597,33110,'action created','2021-02-10 09:42:52','2021-02-10 01:42:52'),(90598,33110,'action started via WP Cron','2021-02-10 09:44:13','2021-02-10 01:44:13'),(90599,33110,'action complete via WP Cron','2021-02-10 09:44:13','2021-02-10 01:44:13'),(90600,33111,'action created','2021-02-10 09:44:13','2021-02-10 01:44:13'),(90601,33111,'action started via WP Cron','2021-02-10 09:44:50','2021-02-10 01:44:50'),(90602,33111,'action complete via WP Cron','2021-02-10 09:44:50','2021-02-10 01:44:50'),(90603,33112,'action created','2021-02-10 09:44:50','2021-02-10 01:44:50'),(90604,33112,'action started via WP Cron','2021-02-10 09:45:55','2021-02-10 01:45:55'),(90605,33112,'action complete via WP Cron','2021-02-10 09:45:55','2021-02-10 01:45:55'),(90606,33113,'action created','2021-02-10 09:45:55','2021-02-10 01:45:55'),(90607,33113,'action started via WP Cron','2021-02-10 09:46:57','2021-02-10 01:46:57'),(90608,33113,'action complete via WP Cron','2021-02-10 09:46:57','2021-02-10 01:46:57'),(90609,33114,'action created','2021-02-10 09:46:57','2021-02-10 01:46:57'),(90610,33114,'action started via WP Cron','2021-02-10 09:47:47','2021-02-10 01:47:47'),(90611,33114,'action complete via WP Cron','2021-02-10 09:47:47','2021-02-10 01:47:47'),(90612,33115,'action created','2021-02-10 09:47:48','2021-02-10 01:47:48'),(90613,33115,'action started via WP Cron','2021-02-10 09:49:00','2021-02-10 01:49:00'),(90614,33115,'action complete via WP Cron','2021-02-10 09:49:00','2021-02-10 01:49:00'),(90615,33116,'action created','2021-02-10 09:49:01','2021-02-10 01:49:01'),(90616,33116,'action started via WP Cron','2021-02-10 09:49:56','2021-02-10 01:49:56'),(90617,33116,'action complete via WP Cron','2021-02-10 09:49:56','2021-02-10 01:49:56'),(90618,33117,'action created','2021-02-10 09:49:56','2021-02-10 01:49:56'),(90619,33117,'action started via WP Cron','2021-02-10 09:50:42','2021-02-10 01:50:42'),(90620,33117,'action complete via WP Cron','2021-02-10 09:50:42','2021-02-10 01:50:42'),(90621,33118,'action created','2021-02-10 09:50:42','2021-02-10 01:50:42'),(90622,33118,'action started via WP Cron','2021-02-10 09:51:56','2021-02-10 01:51:56'),(90623,33118,'action complete via WP Cron','2021-02-10 09:51:56','2021-02-10 01:51:56'),(90624,33119,'action created','2021-02-10 09:51:56','2021-02-10 01:51:56'),(90625,33119,'action started via WP Cron','2021-02-10 09:52:41','2021-02-10 01:52:41'),(90626,33119,'action complete via WP Cron','2021-02-10 09:52:41','2021-02-10 01:52:41'),(90627,33120,'action created','2021-02-10 09:52:41','2021-02-10 01:52:41'),(90628,33120,'action started via WP Cron','2021-02-10 09:53:42','2021-02-10 01:53:42'),(90629,33120,'action complete via WP Cron','2021-02-10 09:53:42','2021-02-10 01:53:42'),(90630,33121,'action created','2021-02-10 09:53:42','2021-02-10 01:53:42'),(90631,33121,'action started via WP Cron','2021-02-10 09:55:14','2021-02-10 01:55:14'),(90632,33121,'action complete via WP Cron','2021-02-10 09:55:14','2021-02-10 01:55:14'),(90633,33122,'action created','2021-02-10 09:55:14','2021-02-10 01:55:14'),(90634,33122,'action started via WP Cron','2021-02-10 09:55:46','2021-02-10 01:55:46'),(90635,33122,'action complete via WP Cron','2021-02-10 09:55:46','2021-02-10 01:55:46'),(90636,33123,'action created','2021-02-10 09:55:46','2021-02-10 01:55:46'),(90637,33123,'action started via WP Cron','2021-02-10 09:57:10','2021-02-10 01:57:10'),(90638,33123,'action complete via WP Cron','2021-02-10 09:57:10','2021-02-10 01:57:10'),(90639,33124,'action created','2021-02-10 09:57:10','2021-02-10 01:57:10'),(90640,33124,'action started via WP Cron','2021-02-10 09:57:53','2021-02-10 01:57:53'),(90641,33124,'action complete via WP Cron','2021-02-10 09:57:53','2021-02-10 01:57:53'),(90642,33125,'action created','2021-02-10 09:57:53','2021-02-10 01:57:53'),(90643,33125,'action started via WP Cron','2021-02-10 09:58:59','2021-02-10 01:58:59'),(90644,33125,'action complete via WP Cron','2021-02-10 09:58:59','2021-02-10 01:58:59'),(90645,33126,'action created','2021-02-10 09:58:59','2021-02-10 01:58:59'),(90646,33126,'action started via WP Cron','2021-02-10 10:00:00','2021-02-10 02:00:00'),(90647,33126,'action complete via WP Cron','2021-02-10 10:00:00','2021-02-10 02:00:00'),(90648,33127,'action created','2021-02-10 10:00:00','2021-02-10 02:00:00'),(90649,33127,'action started via WP Cron','2021-02-10 10:01:00','2021-02-10 02:01:00'),(90650,33127,'action complete via WP Cron','2021-02-10 10:01:00','2021-02-10 02:01:00'),(90651,33128,'action created','2021-02-10 10:01:00','2021-02-10 02:01:00'),(90652,33128,'action started via WP Cron','2021-02-10 10:01:53','2021-02-10 02:01:53'),(90653,33128,'action complete via WP Cron','2021-02-10 10:01:53','2021-02-10 02:01:53'),(90654,33129,'action created','2021-02-10 10:01:53','2021-02-10 02:01:53'),(90655,33129,'action started via WP Cron','2021-02-10 10:02:41','2021-02-10 02:02:41'),(90656,33129,'action complete via WP Cron','2021-02-10 10:02:41','2021-02-10 02:02:41'),(90657,33130,'action created','2021-02-10 10:02:41','2021-02-10 02:02:41'),(90658,33130,'action started via WP Cron','2021-02-10 10:03:54','2021-02-10 02:03:54'),(90659,33130,'action complete via WP Cron','2021-02-10 10:03:54','2021-02-10 02:03:54'),(90660,33131,'action created','2021-02-10 10:03:55','2021-02-10 02:03:55'),(90661,33131,'action started via WP Cron','2021-02-10 10:04:40','2021-02-10 02:04:40'),(90662,33131,'action complete via WP Cron','2021-02-10 10:04:40','2021-02-10 02:04:40'),(90663,33132,'action created','2021-02-10 10:04:40','2021-02-10 02:04:40'),(90664,33132,'action started via WP Cron','2021-02-10 10:06:09','2021-02-10 02:06:09'),(90665,33132,'action complete via WP Cron','2021-02-10 10:06:09','2021-02-10 02:06:09'),(90666,33133,'action created','2021-02-10 10:06:09','2021-02-10 02:06:09'),(90667,33133,'action started via WP Cron','2021-02-10 10:06:58','2021-02-10 02:06:58'),(90668,33133,'action complete via WP Cron','2021-02-10 10:06:58','2021-02-10 02:06:58'),(90669,33134,'action created','2021-02-10 10:06:58','2021-02-10 02:06:58'),(90670,33134,'action started via WP Cron','2021-02-10 10:07:43','2021-02-10 02:07:43'),(90671,33134,'action complete via WP Cron','2021-02-10 10:07:43','2021-02-10 02:07:43'),(90672,33135,'action created','2021-02-10 10:07:43','2021-02-10 02:07:43'),(90673,33135,'action started via WP Cron','2021-02-10 10:09:03','2021-02-10 02:09:03'),(90674,33135,'action complete via WP Cron','2021-02-10 10:09:03','2021-02-10 02:09:03'),(90675,33136,'action created','2021-02-10 10:09:03','2021-02-10 02:09:03'),(90676,33136,'action started via WP Cron','2021-02-10 10:09:58','2021-02-10 02:09:58'),(90677,33136,'action complete via WP Cron','2021-02-10 10:09:58','2021-02-10 02:09:58'),(90678,33137,'action created','2021-02-10 10:09:58','2021-02-10 02:09:58'),(90679,33137,'action started via WP Cron','2021-02-10 10:10:41','2021-02-10 02:10:41'),(90680,33137,'action complete via WP Cron','2021-02-10 10:10:41','2021-02-10 02:10:41'),(90681,33138,'action created','2021-02-10 10:10:41','2021-02-10 02:10:41'),(90682,33138,'action started via WP Cron','2021-02-10 10:11:44','2021-02-10 02:11:44'),(90683,33138,'action complete via WP Cron','2021-02-10 10:11:44','2021-02-10 02:11:44'),(90684,33139,'action created','2021-02-10 10:11:44','2021-02-10 02:11:44'),(90685,33139,'action started via WP Cron','2021-02-10 10:12:49','2021-02-10 02:12:49'),(90686,33139,'action complete via WP Cron','2021-02-10 10:12:49','2021-02-10 02:12:49'),(90687,33140,'action created','2021-02-10 10:12:49','2021-02-10 02:12:49'),(90688,33140,'action started via WP Cron','2021-02-10 10:13:49','2021-02-10 02:13:49'),(90689,33140,'action complete via WP Cron','2021-02-10 10:13:49','2021-02-10 02:13:49'),(90690,33141,'action created','2021-02-10 10:13:49','2021-02-10 02:13:49'),(90691,33141,'action started via WP Cron','2021-02-10 10:14:54','2021-02-10 02:14:54'),(90692,33141,'action complete via WP Cron','2021-02-10 10:14:54','2021-02-10 02:14:54'),(90693,33142,'action created','2021-02-10 10:14:54','2021-02-10 02:14:54'),(90694,33142,'action started via WP Cron','2021-02-10 10:15:43','2021-02-10 02:15:43'),(90695,33142,'action complete via WP Cron','2021-02-10 10:15:43','2021-02-10 02:15:43'),(90696,33143,'action created','2021-02-10 10:15:43','2021-02-10 02:15:43'),(90697,33143,'action started via WP Cron','2021-02-10 10:16:50','2021-02-10 02:16:50'),(90698,33143,'action complete via WP Cron','2021-02-10 10:16:50','2021-02-10 02:16:50'),(90699,33144,'action created','2021-02-10 10:16:50','2021-02-10 02:16:50'),(90700,33144,'action started via WP Cron','2021-02-10 10:17:51','2021-02-10 02:17:51'),(90701,33144,'action complete via WP Cron','2021-02-10 10:17:51','2021-02-10 02:17:51'),(90702,33145,'action created','2021-02-10 10:17:51','2021-02-10 02:17:51'),(90703,33145,'action started via WP Cron','2021-02-10 10:18:48','2021-02-10 02:18:48'),(90704,33145,'action complete via WP Cron','2021-02-10 10:18:48','2021-02-10 02:18:48'),(90705,33146,'action created','2021-02-10 10:18:48','2021-02-10 02:18:48'),(90706,33146,'action started via WP Cron','2021-02-10 10:19:53','2021-02-10 02:19:53'),(90707,33146,'action complete via WP Cron','2021-02-10 10:19:53','2021-02-10 02:19:53'),(90708,33147,'action created','2021-02-10 10:19:53','2021-02-10 02:19:53'),(90709,33147,'action started via WP Cron','2021-02-10 10:20:54','2021-02-10 02:20:54'),(90710,33147,'action complete via WP Cron','2021-02-10 10:20:54','2021-02-10 02:20:54'),(90711,33148,'action created','2021-02-10 10:20:54','2021-02-10 02:20:54'),(90712,33148,'action started via WP Cron','2021-02-10 10:22:10','2021-02-10 02:22:10'),(90713,33148,'action complete via WP Cron','2021-02-10 10:22:10','2021-02-10 02:22:10'),(90714,33149,'action created','2021-02-10 10:22:10','2021-02-10 02:22:10'),(90715,33149,'action started via WP Cron','2021-02-10 10:22:47','2021-02-10 02:22:47'),(90716,33149,'action complete via WP Cron','2021-02-10 10:22:47','2021-02-10 02:22:47'),(90717,33150,'action created','2021-02-10 10:22:47','2021-02-10 02:22:47'),(90718,33150,'action started via WP Cron','2021-02-10 10:23:44','2021-02-10 02:23:44'),(90719,33150,'action complete via WP Cron','2021-02-10 10:23:44','2021-02-10 02:23:44'),(90720,33151,'action created','2021-02-10 10:23:44','2021-02-10 02:23:44'),(90721,33151,'action started via WP Cron','2021-02-10 10:24:51','2021-02-10 02:24:51'),(90722,33151,'action complete via WP Cron','2021-02-10 10:24:51','2021-02-10 02:24:51'),(90723,33152,'action created','2021-02-10 10:24:51','2021-02-10 02:24:51'),(90724,33152,'action started via WP Cron','2021-02-10 10:25:47','2021-02-10 02:25:47'),(90725,33152,'action complete via WP Cron','2021-02-10 10:25:47','2021-02-10 02:25:47'),(90726,33153,'action created','2021-02-10 10:25:47','2021-02-10 02:25:47'),(90727,33153,'action started via WP Cron','2021-02-10 10:26:58','2021-02-10 02:26:58'),(90728,33153,'action complete via WP Cron','2021-02-10 10:26:58','2021-02-10 02:26:58'),(90729,33154,'action created','2021-02-10 10:26:58','2021-02-10 02:26:58'),(90730,33154,'action started via WP Cron','2021-02-10 10:27:59','2021-02-10 02:27:59'),(90731,33154,'action complete via WP Cron','2021-02-10 10:27:59','2021-02-10 02:27:59'),(90732,33155,'action created','2021-02-10 10:27:59','2021-02-10 02:27:59'),(90733,33155,'action started via WP Cron','2021-02-10 10:28:57','2021-02-10 02:28:57'),(90734,33155,'action complete via WP Cron','2021-02-10 10:28:57','2021-02-10 02:28:57'),(90735,33156,'action created','2021-02-10 10:28:57','2021-02-10 02:28:57'),(90736,33156,'action started via WP Cron','2021-02-10 10:29:56','2021-02-10 02:29:56'),(90737,33156,'action complete via WP Cron','2021-02-10 10:29:56','2021-02-10 02:29:56'),(90738,33157,'action created','2021-02-10 10:29:56','2021-02-10 02:29:56'),(90739,33157,'action started via WP Cron','2021-02-10 10:41:08','2021-02-10 02:41:08'),(90740,33157,'action complete via WP Cron','2021-02-10 10:41:08','2021-02-10 02:41:08'),(90741,33158,'action created','2021-02-10 10:41:08','2021-02-10 02:41:08'),(90742,33158,'action started via WP Cron','2021-02-10 10:42:40','2021-02-10 02:42:40'),(90743,33158,'action complete via WP Cron','2021-02-10 10:42:40','2021-02-10 02:42:40'),(90744,33159,'action created','2021-02-10 10:42:40','2021-02-10 02:42:40'),(90745,33159,'action started via WP Cron','2021-02-10 10:44:03','2021-02-10 02:44:03'),(90746,33159,'action complete via WP Cron','2021-02-10 10:44:03','2021-02-10 02:44:03'),(90747,33160,'action created','2021-02-10 10:44:04','2021-02-10 02:44:04'),(90748,33160,'action started via WP Cron','2021-02-10 10:45:04','2021-02-10 02:45:04'),(90749,33160,'action complete via WP Cron','2021-02-10 10:45:04','2021-02-10 02:45:04'),(90750,33161,'action created','2021-02-10 10:45:04','2021-02-10 02:45:04'),(90751,33161,'action started via WP Cron','2021-02-10 10:46:05','2021-02-10 02:46:05'),(90752,33161,'action complete via WP Cron','2021-02-10 10:46:05','2021-02-10 02:46:05'),(90753,33162,'action created','2021-02-10 10:46:05','2021-02-10 02:46:05'),(90754,33162,'action started via WP Cron','2021-02-10 10:47:34','2021-02-10 02:47:34'),(90755,33162,'action complete via WP Cron','2021-02-10 10:47:34','2021-02-10 02:47:34'),(90756,33163,'action created','2021-02-10 10:47:54','2021-02-10 02:47:54'),(90757,33163,'action started via WP Cron','2021-02-10 10:50:15','2021-02-10 02:50:15'),(90758,33163,'action complete via WP Cron','2021-02-10 10:50:15','2021-02-10 02:50:15'),(90759,33164,'action created','2021-02-10 10:50:16','2021-02-10 02:50:16'),(90760,33164,'action started via WP Cron','2021-02-10 10:55:21','2021-02-10 02:55:21'),(90761,33164,'action complete via WP Cron','2021-02-10 10:55:21','2021-02-10 02:55:21'),(90762,33165,'action created','2021-02-10 10:55:21','2021-02-10 02:55:21'),(90763,33165,'action started via WP Cron','2021-02-10 10:55:41','2021-02-10 02:55:41'),(90764,33165,'action complete via WP Cron','2021-02-10 10:55:41','2021-02-10 02:55:41'),(90765,33166,'action created','2021-02-10 10:55:41','2021-02-10 02:55:41'),(90766,33166,'action started via WP Cron','2021-02-10 10:58:24','2021-02-10 02:58:24'),(90767,33166,'action complete via WP Cron','2021-02-10 10:58:24','2021-02-10 02:58:24'),(90768,33167,'action created','2021-02-10 10:58:24','2021-02-10 02:58:24'),(90769,33167,'action started via WP Cron','2021-02-10 10:59:26','2021-02-10 02:59:26'),(90770,33167,'action complete via WP Cron','2021-02-10 10:59:26','2021-02-10 02:59:26'),(90771,33168,'action created','2021-02-10 10:59:26','2021-02-10 02:59:26'),(90772,33168,'action started via WP Cron','2021-02-10 11:00:37','2021-02-10 03:00:37'),(90773,33168,'action complete via WP Cron','2021-02-10 11:00:37','2021-02-10 03:00:37'),(90774,33169,'action created','2021-02-10 11:00:37','2021-02-10 03:00:37'),(90775,33169,'action started via WP Cron','2021-02-10 11:09:22','2021-02-10 03:09:22'),(90776,33169,'action complete via WP Cron','2021-02-10 11:09:22','2021-02-10 03:09:22'),(90777,33170,'action created','2021-02-10 11:09:22','2021-02-10 03:09:22'),(90778,33170,'action started via WP Cron','2021-02-10 11:12:55','2021-02-10 03:12:55'),(90779,33170,'action complete via WP Cron','2021-02-10 11:12:55','2021-02-10 03:12:55'),(90780,33171,'action created','2021-02-10 11:12:55','2021-02-10 03:12:55'),(90781,33171,'action started via WP Cron','2021-02-10 11:13:49','2021-02-10 03:13:49'),(90782,33171,'action complete via WP Cron','2021-02-10 11:13:49','2021-02-10 03:13:49'),(90783,33172,'action created','2021-02-10 11:13:49','2021-02-10 03:13:49'),(90784,33172,'action started via WP Cron','2021-02-10 11:14:50','2021-02-10 03:14:50'),(90785,33172,'action complete via WP Cron','2021-02-10 11:14:50','2021-02-10 03:14:50'),(90786,33173,'action created','2021-02-10 11:14:50','2021-02-10 03:14:50'),(90787,33173,'action started via WP Cron','2021-02-10 11:16:05','2021-02-10 03:16:05'),(90788,33173,'action complete via WP Cron','2021-02-10 11:16:05','2021-02-10 03:16:05'),(90789,33174,'action created','2021-02-10 11:16:05','2021-02-10 03:16:05'),(90790,33174,'action started via WP Cron','2021-02-10 11:16:52','2021-02-10 03:16:52'),(90791,33174,'action complete via WP Cron','2021-02-10 11:16:52','2021-02-10 03:16:52'),(90792,33175,'action created','2021-02-10 11:16:52','2021-02-10 03:16:52'),(90793,33175,'action started via WP Cron','2021-02-10 11:17:53','2021-02-10 03:17:53'),(90794,33175,'action complete via WP Cron','2021-02-10 11:17:53','2021-02-10 03:17:53'),(90795,33176,'action created','2021-02-10 11:17:53','2021-02-10 03:17:53'),(90796,33176,'action started via WP Cron','2021-02-10 11:21:30','2021-02-10 03:21:30'),(90797,33176,'action complete via WP Cron','2021-02-10 11:21:30','2021-02-10 03:21:30'),(90798,33177,'action created','2021-02-10 11:21:30','2021-02-10 03:21:30'),(90799,33177,'action started via WP Cron','2021-02-10 11:21:54','2021-02-10 03:21:54'),(90800,33177,'action complete via WP Cron','2021-02-10 11:21:54','2021-02-10 03:21:54'),(90801,33178,'action created','2021-02-10 11:21:54','2021-02-10 03:21:54'),(90802,33178,'action started via WP Cron','2021-02-10 11:22:43','2021-02-10 03:22:43'),(90803,33178,'action complete via WP Cron','2021-02-10 11:22:43','2021-02-10 03:22:43'),(90804,33179,'action created','2021-02-10 11:22:43','2021-02-10 03:22:43'),(90805,33179,'action started via WP Cron','2021-02-10 11:23:41','2021-02-10 03:23:41'),(90806,33179,'action complete via WP Cron','2021-02-10 11:23:41','2021-02-10 03:23:41'),(90807,33180,'action created','2021-02-10 11:23:41','2021-02-10 03:23:41'),(90808,33180,'action started via WP Cron','2021-02-10 11:25:02','2021-02-10 03:25:02'),(90809,33180,'action complete via WP Cron','2021-02-10 11:25:02','2021-02-10 03:25:02'),(90810,33181,'action created','2021-02-10 11:25:31','2021-02-10 03:25:31'),(90811,33181,'action started via WP Cron','2021-02-10 11:25:59','2021-02-10 03:25:59'),(90812,33181,'action complete via WP Cron','2021-02-10 11:25:59','2021-02-10 03:25:59'),(90813,33182,'action created','2021-02-10 11:25:59','2021-02-10 03:25:59'),(90814,33182,'action started via WP Cron','2021-02-10 11:27:06','2021-02-10 03:27:06'),(90815,33182,'action complete via WP Cron','2021-02-10 11:27:06','2021-02-10 03:27:06'),(90816,33183,'action created','2021-02-10 11:27:06','2021-02-10 03:27:06'),(90817,33183,'action started via WP Cron','2021-02-10 11:27:43','2021-02-10 03:27:43'),(90818,33183,'action complete via WP Cron','2021-02-10 11:27:43','2021-02-10 03:27:43'),(90819,33184,'action created','2021-02-10 11:27:43','2021-02-10 03:27:43'),(90820,33184,'action started via WP Cron','2021-02-10 11:28:42','2021-02-10 03:28:42'),(90821,33184,'action complete via WP Cron','2021-02-10 11:28:42','2021-02-10 03:28:42'),(90822,33185,'action created','2021-02-10 11:28:43','2021-02-10 03:28:43'),(90823,33185,'action started via WP Cron','2021-02-10 11:29:59','2021-02-10 03:29:59'),(90824,33185,'action complete via WP Cron','2021-02-10 11:29:59','2021-02-10 03:29:59'),(90825,33186,'action created','2021-02-10 11:29:59','2021-02-10 03:29:59'),(90826,33186,'action started via WP Cron','2021-02-10 11:30:51','2021-02-10 03:30:51'),(90827,33186,'action complete via WP Cron','2021-02-10 11:30:51','2021-02-10 03:30:51'),(90828,33187,'action created','2021-02-10 11:30:51','2021-02-10 03:30:51'),(90829,33187,'action started via WP Cron','2021-02-10 11:31:48','2021-02-10 03:31:48'),(90830,33187,'action complete via WP Cron','2021-02-10 11:31:48','2021-02-10 03:31:48'),(90831,33188,'action created','2021-02-10 11:31:48','2021-02-10 03:31:48'),(90832,33188,'action started via WP Cron','2021-02-10 11:33:04','2021-02-10 03:33:04'),(90833,33188,'action complete via WP Cron','2021-02-10 11:33:04','2021-02-10 03:33:04'),(90834,33189,'action created','2021-02-10 11:33:04','2021-02-10 03:33:04'),(90835,33189,'action started via WP Cron','2021-02-10 11:34:05','2021-02-10 03:34:05'),(90836,33189,'action complete via WP Cron','2021-02-10 11:34:05','2021-02-10 03:34:05'),(90837,33190,'action created','2021-02-10 11:34:05','2021-02-10 03:34:05'),(90838,33190,'action started via WP Cron','2021-02-10 11:34:56','2021-02-10 03:34:56'),(90839,33190,'action complete via WP Cron','2021-02-10 11:34:56','2021-02-10 03:34:56'),(90840,33191,'action created','2021-02-10 11:34:57','2021-02-10 03:34:57'),(90841,33191,'action started via WP Cron','2021-02-10 11:35:57','2021-02-10 03:35:57'),(90842,33191,'action complete via WP Cron','2021-02-10 11:35:57','2021-02-10 03:35:57'),(90843,33192,'action created','2021-02-10 11:35:57','2021-02-10 03:35:57'),(90844,33192,'action started via WP Cron','2021-02-10 11:37:06','2021-02-10 03:37:06'),(90845,33192,'action complete via WP Cron','2021-02-10 11:37:06','2021-02-10 03:37:06'),(90846,33193,'action created','2021-02-10 11:37:06','2021-02-10 03:37:06'),(90847,33193,'action started via WP Cron','2021-02-10 11:38:02','2021-02-10 03:38:02'),(90848,33193,'action complete via WP Cron','2021-02-10 11:38:02','2021-02-10 03:38:02'),(90849,33194,'action created','2021-02-10 11:38:02','2021-02-10 03:38:02'),(90850,33194,'action started via WP Cron','2021-02-10 11:39:07','2021-02-10 03:39:07'),(90851,33194,'action complete via WP Cron','2021-02-10 11:39:07','2021-02-10 03:39:07'),(90852,33195,'action created','2021-02-10 11:39:07','2021-02-10 03:39:07'),(90853,33195,'action started via WP Cron','2021-02-10 11:39:44','2021-02-10 03:39:44'),(90854,33195,'action complete via WP Cron','2021-02-10 11:39:44','2021-02-10 03:39:44'),(90855,33196,'action created','2021-02-10 11:39:44','2021-02-10 03:39:44'),(90856,33196,'action started via WP Cron','2021-02-10 11:41:13','2021-02-10 03:41:13'),(90857,33196,'action complete via WP Cron','2021-02-10 11:41:13','2021-02-10 03:41:13'),(90858,33197,'action created','2021-02-10 11:41:13','2021-02-10 03:41:13'),(90859,33197,'action started via WP Cron','2021-02-10 11:41:57','2021-02-10 03:41:57'),(90860,33197,'action complete via WP Cron','2021-02-10 11:41:57','2021-02-10 03:41:57'),(90861,33198,'action created','2021-02-10 11:41:57','2021-02-10 03:41:57'),(90862,33198,'action started via WP Cron','2021-02-10 11:42:49','2021-02-10 03:42:49'),(90863,33198,'action complete via WP Cron','2021-02-10 11:42:49','2021-02-10 03:42:49'),(90864,33199,'action created','2021-02-10 11:42:49','2021-02-10 03:42:49'),(90865,33199,'action started via WP Cron','2021-02-10 11:43:41','2021-02-10 03:43:41'),(90866,33199,'action complete via WP Cron','2021-02-10 11:43:41','2021-02-10 03:43:41'),(90867,33200,'action created','2021-02-10 11:43:41','2021-02-10 03:43:41'),(90868,33200,'action started via WP Cron','2021-02-10 11:45:11','2021-02-10 03:45:11'),(90869,33200,'action complete via WP Cron','2021-02-10 11:45:11','2021-02-10 03:45:11'),(90870,33201,'action created','2021-02-10 11:45:11','2021-02-10 03:45:11'),(90871,33201,'action started via WP Cron','2021-02-10 11:45:42','2021-02-10 03:45:42'),(90872,33201,'action complete via WP Cron','2021-02-10 11:45:42','2021-02-10 03:45:42'),(90873,33202,'action created','2021-02-10 11:45:43','2021-02-10 03:45:43'),(90874,33202,'action started via WP Cron','2021-02-10 11:47:11','2021-02-10 03:47:11'),(90875,33202,'action complete via WP Cron','2021-02-10 11:47:11','2021-02-10 03:47:11'),(90876,33203,'action created','2021-02-10 11:47:11','2021-02-10 03:47:11'),(90877,33203,'action started via WP Cron','2021-02-10 11:48:03','2021-02-10 03:48:03'),(90878,33203,'action complete via WP Cron','2021-02-10 11:48:03','2021-02-10 03:48:03'),(90879,33204,'action created','2021-02-10 11:48:03','2021-02-10 03:48:03'),(90880,33204,'action started via WP Cron','2021-02-10 11:48:43','2021-02-10 03:48:43'),(90881,33204,'action complete via WP Cron','2021-02-10 11:48:43','2021-02-10 03:48:43'),(90882,33205,'action created','2021-02-10 11:48:43','2021-02-10 03:48:43'),(90883,33205,'action started via WP Cron','2021-02-10 11:49:48','2021-02-10 03:49:48'),(90884,33205,'action complete via WP Cron','2021-02-10 11:49:48','2021-02-10 03:49:48'),(90885,33206,'action created','2021-02-10 11:49:48','2021-02-10 03:49:48'),(90886,33206,'action started via WP Cron','2021-02-10 11:50:47','2021-02-10 03:50:47'),(90887,33206,'action complete via WP Cron','2021-02-10 11:50:47','2021-02-10 03:50:47'),(90888,33207,'action created','2021-02-10 11:50:47','2021-02-10 03:50:47'),(90889,33207,'action started via WP Cron','2021-02-10 11:51:42','2021-02-10 03:51:42'),(90890,33207,'action complete via WP Cron','2021-02-10 11:51:42','2021-02-10 03:51:42'),(90891,33208,'action created','2021-02-10 11:51:42','2021-02-10 03:51:42'),(90892,33208,'action started via WP Cron','2021-02-10 11:52:50','2021-02-10 03:52:50'),(90893,33208,'action complete via WP Cron','2021-02-10 11:52:50','2021-02-10 03:52:50'),(90894,33209,'action created','2021-02-10 11:52:50','2021-02-10 03:52:50'),(90895,33209,'action started via WP Cron','2021-02-10 11:53:51','2021-02-10 03:53:51'),(90896,33209,'action complete via WP Cron','2021-02-10 11:53:51','2021-02-10 03:53:51'),(90897,33210,'action created','2021-02-10 11:53:51','2021-02-10 03:53:51'),(90898,33210,'action started via WP Cron','2021-02-10 11:54:59','2021-02-10 03:54:59'),(90899,33210,'action complete via WP Cron','2021-02-10 11:54:59','2021-02-10 03:54:59'),(90900,33211,'action created','2021-02-10 11:54:59','2021-02-10 03:54:59'),(90901,33211,'action started via WP Cron','2021-02-10 11:57:19','2021-02-10 03:57:19'),(90902,33211,'action complete via WP Cron','2021-02-10 11:57:19','2021-02-10 03:57:19'),(90903,33212,'action created','2021-02-10 11:57:19','2021-02-10 03:57:19'),(90904,33212,'action started via WP Cron','2021-02-10 11:57:51','2021-02-10 03:57:51'),(90905,33212,'action complete via WP Cron','2021-02-10 11:57:51','2021-02-10 03:57:51'),(90906,33213,'action created','2021-02-10 11:57:51','2021-02-10 03:57:51'),(90907,33213,'action started via WP Cron','2021-02-10 11:58:55','2021-02-10 03:58:55'),(90908,33213,'action complete via WP Cron','2021-02-10 11:58:55','2021-02-10 03:58:55'),(90909,33214,'action created','2021-02-10 11:58:56','2021-02-10 03:58:56'),(90910,33214,'action started via WP Cron','2021-02-10 12:00:13','2021-02-10 04:00:13'),(90911,33214,'action complete via WP Cron','2021-02-10 12:00:13','2021-02-10 04:00:13'),(90912,33215,'action created','2021-02-10 12:00:14','2021-02-10 04:00:14'),(90913,33215,'action started via WP Cron','2021-02-10 12:00:46','2021-02-10 04:00:46'),(90914,33215,'action complete via WP Cron','2021-02-10 12:00:46','2021-02-10 04:00:46'),(90915,33216,'action created','2021-02-10 12:00:46','2021-02-10 04:00:46'),(90916,33216,'action started via WP Cron','2021-02-10 12:01:54','2021-02-10 04:01:54'),(90917,33216,'action complete via WP Cron','2021-02-10 12:01:54','2021-02-10 04:01:54'),(90918,33217,'action created','2021-02-10 12:01:54','2021-02-10 04:01:54'),(90919,33217,'action started via WP Cron','2021-02-10 12:02:59','2021-02-10 04:02:59'),(90920,33217,'action complete via WP Cron','2021-02-10 12:02:59','2021-02-10 04:02:59'),(90921,33218,'action created','2021-02-10 12:02:59','2021-02-10 04:02:59'),(90922,33218,'action started via WP Cron','2021-02-10 12:03:43','2021-02-10 04:03:43'),(90923,33218,'action complete via WP Cron','2021-02-10 12:03:43','2021-02-10 04:03:43'),(90924,33219,'action created','2021-02-10 12:03:43','2021-02-10 04:03:43'),(90925,33219,'action started via WP Cron','2021-02-10 12:05:05','2021-02-10 04:05:05'),(90926,33219,'action complete via WP Cron','2021-02-10 12:05:05','2021-02-10 04:05:05'),(90927,33220,'action created','2021-02-10 12:05:06','2021-02-10 04:05:06'),(90928,33220,'action started via WP Cron','2021-02-10 12:05:59','2021-02-10 04:05:59'),(90929,33220,'action complete via WP Cron','2021-02-10 12:05:59','2021-02-10 04:05:59'),(90930,33221,'action created','2021-02-10 12:05:59','2021-02-10 04:05:59'),(90931,33221,'action started via WP Cron','2021-02-10 12:07:24','2021-02-10 04:07:24'),(90932,33221,'action complete via WP Cron','2021-02-10 12:07:24','2021-02-10 04:07:24'),(90933,33222,'action created','2021-02-10 12:07:24','2021-02-10 04:07:24'),(90934,33222,'action started via WP Cron','2021-02-10 12:07:55','2021-02-10 04:07:55'),(90935,33222,'action complete via WP Cron','2021-02-10 12:07:55','2021-02-10 04:07:55'),(90936,33223,'action created','2021-02-10 12:07:55','2021-02-10 04:07:55'),(90937,33223,'action started via WP Cron','2021-02-10 12:09:06','2021-02-10 04:09:06'),(90938,33223,'action complete via WP Cron','2021-02-10 12:09:06','2021-02-10 04:09:06'),(90939,33224,'action created','2021-02-10 12:09:06','2021-02-10 04:09:06'),(90940,33224,'action started via WP Cron','2021-02-10 12:09:40','2021-02-10 04:09:40'),(90941,33224,'action complete via WP Cron','2021-02-10 12:09:40','2021-02-10 04:09:40'),(90942,33225,'action created','2021-02-10 12:09:40','2021-02-10 04:09:40'),(90943,33225,'action started via WP Cron','2021-02-10 12:12:50','2021-02-10 04:12:50'),(90944,33225,'action complete via WP Cron','2021-02-10 12:12:50','2021-02-10 04:12:50'),(90945,33226,'action created','2021-02-10 12:12:51','2021-02-10 04:12:51'),(90946,33226,'action started via WP Cron','2021-02-10 12:16:38','2021-02-10 04:16:38'),(90947,33226,'action complete via WP Cron','2021-02-10 12:16:38','2021-02-10 04:16:38'),(90948,33227,'action created','2021-02-10 12:16:38','2021-02-10 04:16:38'),(90949,33227,'action started via WP Cron','2021-02-10 12:17:59','2021-02-10 04:17:59'),(90950,33227,'action complete via WP Cron','2021-02-10 12:17:59','2021-02-10 04:17:59'),(90951,33228,'action created','2021-02-10 12:17:59','2021-02-10 04:17:59'),(90952,33228,'action started via WP Cron','2021-02-10 12:18:53','2021-02-10 04:18:53'),(90953,33228,'action complete via WP Cron','2021-02-10 12:18:53','2021-02-10 04:18:53'),(90954,33229,'action created','2021-02-10 12:18:53','2021-02-10 04:18:53'),(90955,33229,'action started via WP Cron','2021-02-10 12:19:54','2021-02-10 04:19:54'),(90956,33229,'action complete via WP Cron','2021-02-10 12:19:54','2021-02-10 04:19:54'),(90957,33230,'action created','2021-02-10 12:19:54','2021-02-10 04:19:54'),(90958,33230,'action started via WP Cron','2021-02-10 12:21:56','2021-02-10 04:21:56'),(90959,33230,'action complete via WP Cron','2021-02-10 12:21:56','2021-02-10 04:21:56'),(90960,33231,'action created','2021-02-10 12:21:56','2021-02-10 04:21:56'),(90961,33231,'action started via WP Cron','2021-02-10 12:22:57','2021-02-10 04:22:57'),(90962,33231,'action complete via WP Cron','2021-02-10 12:22:57','2021-02-10 04:22:57'),(90963,33232,'action created','2021-02-10 12:22:57','2021-02-10 04:22:57'),(90964,33232,'action started via WP Cron','2021-02-10 12:23:58','2021-02-10 04:23:58'),(90965,33232,'action complete via WP Cron','2021-02-10 12:23:58','2021-02-10 04:23:58'),(90966,33233,'action created','2021-02-10 12:23:58','2021-02-10 04:23:58'),(90967,33233,'action started via WP Cron','2021-02-10 12:26:39','2021-02-10 04:26:39'),(90968,33233,'action complete via WP Cron','2021-02-10 12:26:39','2021-02-10 04:26:39'),(90969,33234,'action created','2021-02-10 12:26:39','2021-02-10 04:26:39'),(90970,33234,'action started via WP Cron','2021-02-10 12:42:20','2021-02-10 04:42:20'),(90971,33234,'action complete via WP Cron','2021-02-10 12:42:20','2021-02-10 04:42:20'),(90972,33235,'action created','2021-02-10 12:42:20','2021-02-10 04:42:20'),(90973,33235,'action started via WP Cron','2021-02-10 12:43:35','2021-02-10 04:43:35'),(90974,33235,'action complete via WP Cron','2021-02-10 12:43:35','2021-02-10 04:43:35'),(90975,33236,'action created','2021-02-10 12:43:36','2021-02-10 04:43:36'),(90976,33236,'action started via WP Cron','2021-02-10 12:47:01','2021-02-10 04:47:01'),(90977,33236,'action complete via WP Cron','2021-02-10 12:47:01','2021-02-10 04:47:01'),(90978,33237,'action created','2021-02-10 12:47:01','2021-02-10 04:47:01'),(90979,33237,'action started via WP Cron','2021-02-10 12:48:07','2021-02-10 04:48:07'),(90980,33237,'action complete via WP Cron','2021-02-10 12:48:07','2021-02-10 04:48:07'),(90981,33238,'action created','2021-02-10 12:48:07','2021-02-10 04:48:07'),(90982,33238,'action started via WP Cron','2021-02-10 12:49:09','2021-02-10 04:49:09'),(90983,33238,'action complete via WP Cron','2021-02-10 12:49:09','2021-02-10 04:49:09'),(90984,33239,'action created','2021-02-10 12:49:09','2021-02-10 04:49:09'),(90985,33239,'action started via WP Cron','2021-02-10 12:51:09','2021-02-10 04:51:09'),(90986,33239,'action complete via WP Cron','2021-02-10 12:51:09','2021-02-10 04:51:09'),(90987,33240,'action created','2021-02-10 12:51:09','2021-02-10 04:51:09'),(90988,33240,'action started via WP Cron','2021-02-10 12:52:11','2021-02-10 04:52:11'),(90989,33240,'action complete via WP Cron','2021-02-10 12:52:11','2021-02-10 04:52:11'),(90990,33241,'action created','2021-02-10 12:52:11','2021-02-10 04:52:11'),(90991,33241,'action started via WP Cron','2021-02-10 12:53:11','2021-02-10 04:53:11'),(90992,33241,'action complete via WP Cron','2021-02-10 12:53:11','2021-02-10 04:53:11'),(90993,33242,'action created','2021-02-10 12:53:11','2021-02-10 04:53:11'),(90994,33242,'action started via WP Cron','2021-02-10 12:54:38','2021-02-10 04:54:38'),(90995,33242,'action complete via WP Cron','2021-02-10 12:54:38','2021-02-10 04:54:38'),(90996,33243,'action created','2021-02-10 12:54:38','2021-02-10 04:54:38'),(90997,33243,'action started via WP Cron','2021-02-10 12:57:40','2021-02-10 04:57:40'),(90998,33243,'action complete via WP Cron','2021-02-10 12:57:40','2021-02-10 04:57:40'),(90999,33244,'action created','2021-02-10 12:57:40','2021-02-10 04:57:40'),(91000,33244,'action started via WP Cron','2021-02-10 13:03:29','2021-02-10 05:03:29'),(91001,33244,'action complete via WP Cron','2021-02-10 13:03:29','2021-02-10 05:03:29'),(91002,33245,'action created','2021-02-10 13:03:29','2021-02-10 05:03:29'),(91003,33245,'action started via WP Cron','2021-02-10 13:18:06','2021-02-10 05:18:06'),(91004,33245,'action complete via WP Cron','2021-02-10 13:18:06','2021-02-10 05:18:06'),(91005,33246,'action created','2021-02-10 13:18:06','2021-02-10 05:18:06'),(91006,33246,'action started via WP Cron','2021-02-10 13:18:40','2021-02-10 05:18:40'),(91007,33246,'action complete via WP Cron','2021-02-10 13:18:40','2021-02-10 05:18:40'),(91008,33247,'action created','2021-02-10 13:18:41','2021-02-10 05:18:41'),(91009,33247,'action started via WP Cron','2021-02-10 13:20:45','2021-02-10 05:20:45'),(91010,33247,'action complete via WP Cron','2021-02-10 13:20:45','2021-02-10 05:20:45'),(91011,33248,'action created','2021-02-10 13:20:45','2021-02-10 05:20:45'),(91012,33248,'action started via Async Request','2021-02-10 13:21:19','2021-02-10 05:21:19'),(91013,33248,'action complete via Async Request','2021-02-10 13:21:19','2021-02-10 05:21:19'),(91014,33249,'action created','2021-02-10 13:21:20','2021-02-10 05:21:20'),(91015,33249,'action started via WP Cron','2021-02-10 13:22:20','2021-02-10 05:22:20'),(91016,33249,'action complete via WP Cron','2021-02-10 13:22:20','2021-02-10 05:22:20'),(91017,33250,'action created','2021-02-10 13:22:20','2021-02-10 05:22:20'),(91018,33250,'action started via WP Cron','2021-02-10 13:23:45','2021-02-10 05:23:45'),(91019,33250,'action complete via WP Cron','2021-02-10 13:23:45','2021-02-10 05:23:45'),(91020,33251,'action created','2021-02-10 13:23:45','2021-02-10 05:23:45'),(91021,33251,'action started via WP Cron','2021-02-10 13:24:58','2021-02-10 05:24:58'),(91022,33251,'action complete via WP Cron','2021-02-10 13:24:58','2021-02-10 05:24:58'),(91023,33252,'action created','2021-02-10 13:24:58','2021-02-10 05:24:58'),(91024,33252,'action started via WP Cron','2021-02-10 13:25:59','2021-02-10 05:25:59'),(91025,33252,'action complete via WP Cron','2021-02-10 13:25:59','2021-02-10 05:25:59'),(91026,33253,'action created','2021-02-10 13:25:59','2021-02-10 05:25:59'),(91027,33253,'action started via WP Cron','2021-02-10 13:27:00','2021-02-10 05:27:00'),(91028,33253,'action complete via WP Cron','2021-02-10 13:27:00','2021-02-10 05:27:00'),(91029,33254,'action created','2021-02-10 13:27:00','2021-02-10 05:27:00'),(91030,33254,'action started via WP Cron','2021-02-10 13:27:54','2021-02-10 05:27:54'),(91031,33254,'action complete via WP Cron','2021-02-10 13:27:54','2021-02-10 05:27:54'),(91032,33255,'action created','2021-02-10 13:27:54','2021-02-10 05:27:54'),(91033,33255,'action started via WP Cron','2021-02-10 13:29:02','2021-02-10 05:29:02'),(91034,33255,'action complete via WP Cron','2021-02-10 13:29:02','2021-02-10 05:29:02'),(91035,33256,'action created','2021-02-10 13:29:02','2021-02-10 05:29:02'),(91036,33256,'action started via WP Cron','2021-02-10 13:30:04','2021-02-10 05:30:04'),(91037,33256,'action complete via WP Cron','2021-02-10 13:30:04','2021-02-10 05:30:04'),(91038,33257,'action created','2021-02-10 13:34:10','2021-02-10 05:34:10'),(91039,33257,'action started via WP Cron','2021-02-10 13:36:07','2021-02-10 05:36:07'),(91040,33257,'action complete via WP Cron','2021-02-10 13:36:07','2021-02-10 05:36:07'),(91041,33258,'action created','2021-02-10 13:36:08','2021-02-10 05:36:08'),(91042,33258,'action started via WP Cron','2021-02-10 13:40:12','2021-02-10 05:40:12'),(91043,33258,'action complete via WP Cron','2021-02-10 13:40:12','2021-02-10 05:40:12'),(91044,33259,'action created','2021-02-10 13:40:12','2021-02-10 05:40:12'),(91045,33259,'action started via WP Cron','2021-02-10 13:44:17','2021-02-10 05:44:17'),(91046,33259,'action complete via WP Cron','2021-02-10 13:44:17','2021-02-10 05:44:17'),(91047,33260,'action created','2021-02-10 13:44:17','2021-02-10 05:44:17'),(91048,33260,'action started via WP Cron','2021-02-10 13:46:41','2021-02-10 05:46:41'),(91049,33260,'action complete via WP Cron','2021-02-10 13:46:41','2021-02-10 05:46:41'),(91050,33261,'action created','2021-02-10 13:46:41','2021-02-10 05:46:41'),(91051,33261,'action started via WP Cron','2021-02-10 13:52:34','2021-02-10 05:52:34'),(91052,33261,'action complete via WP Cron','2021-02-10 13:52:34','2021-02-10 05:52:34'),(91053,33262,'action created','2021-02-10 13:52:34','2021-02-10 05:52:34'),(91054,33262,'action started via WP Cron','2021-02-10 13:53:16','2021-02-10 05:53:16'),(91055,33262,'action complete via WP Cron','2021-02-10 13:53:16','2021-02-10 05:53:16'),(91056,33263,'action created','2021-02-10 13:53:16','2021-02-10 05:53:16'),(91057,33263,'action started via WP Cron','2021-02-10 14:03:28','2021-02-10 06:03:28'),(91058,33263,'action complete via WP Cron','2021-02-10 14:03:28','2021-02-10 06:03:28'),(91059,33264,'action created','2021-02-10 14:03:28','2021-02-10 06:03:28'),(91060,33264,'action started via WP Cron','2021-02-10 14:04:56','2021-02-10 06:04:56'),(91061,33264,'action complete via WP Cron','2021-02-10 14:04:56','2021-02-10 06:04:56'),(91062,33265,'action created','2021-02-10 14:04:56','2021-02-10 06:04:56'),(91063,33265,'action started via WP Cron','2021-02-10 14:07:11','2021-02-10 06:07:11'),(91064,33265,'action complete via WP Cron','2021-02-10 14:07:11','2021-02-10 06:07:11'),(91065,33266,'action created','2021-02-10 14:07:11','2021-02-10 06:07:11'),(91066,33266,'action started via WP Cron','2021-02-10 14:10:10','2021-02-10 06:10:10'),(91067,33266,'action complete via WP Cron','2021-02-10 14:10:10','2021-02-10 06:10:10'),(91068,33267,'action created','2021-02-10 14:14:18','2021-02-10 06:14:18'),(91069,33267,'action started via WP Cron','2021-02-10 14:15:51','2021-02-10 06:15:51'),(91070,33267,'action complete via WP Cron','2021-02-10 14:15:51','2021-02-10 06:15:51'),(91071,33268,'action created','2021-02-10 14:15:51','2021-02-10 06:15:51'),(91072,33268,'action started via WP Cron','2021-02-10 14:16:49','2021-02-10 06:16:49'),(91073,33268,'action complete via WP Cron','2021-02-10 14:16:49','2021-02-10 06:16:49'),(91074,33269,'action created','2021-02-10 14:16:49','2021-02-10 06:16:49'),(91075,33269,'action started via WP Cron','2021-02-10 14:17:54','2021-02-10 06:17:54'),(91076,33269,'action complete via WP Cron','2021-02-10 14:17:54','2021-02-10 06:17:54'),(91077,33270,'action created','2021-02-10 14:17:54','2021-02-10 06:17:54'),(91078,33270,'action started via WP Cron','2021-02-10 14:18:41','2021-02-10 06:18:41'),(91079,33270,'action complete via WP Cron','2021-02-10 14:18:41','2021-02-10 06:18:41'),(91080,33271,'action created','2021-02-10 14:18:41','2021-02-10 06:18:41'),(91081,33271,'action started via WP Cron','2021-02-10 14:19:56','2021-02-10 06:19:56'),(91082,33271,'action complete via WP Cron','2021-02-10 14:19:56','2021-02-10 06:19:56'),(91083,33272,'action created','2021-02-10 14:19:56','2021-02-10 06:19:56'),(91084,33272,'action started via WP Cron','2021-02-10 14:20:41','2021-02-10 06:20:41'),(91085,33272,'action complete via WP Cron','2021-02-10 14:20:41','2021-02-10 06:20:41'),(91086,33273,'action created','2021-02-10 14:20:41','2021-02-10 06:20:41'),(91087,33273,'action started via WP Cron','2021-02-10 14:22:27','2021-02-10 06:22:27'),(91088,33273,'action complete via WP Cron','2021-02-10 14:22:27','2021-02-10 06:22:27'),(91089,33274,'action created','2021-02-10 14:22:27','2021-02-10 06:22:27'),(91090,33274,'action started via WP Cron','2021-02-10 14:22:46','2021-02-10 06:22:46'),(91091,33274,'action complete via WP Cron','2021-02-10 14:22:46','2021-02-10 06:22:46'),(91092,33275,'action created','2021-02-10 14:22:46','2021-02-10 06:22:46'),(91093,33275,'action started via WP Cron','2021-02-10 14:23:47','2021-02-10 06:23:47'),(91094,33275,'action complete via WP Cron','2021-02-10 14:23:47','2021-02-10 06:23:47'),(91095,33276,'action created','2021-02-10 14:23:47','2021-02-10 06:23:47'),(91096,33276,'action started via WP Cron','2021-02-10 14:24:51','2021-02-10 06:24:51'),(91097,33276,'action complete via WP Cron','2021-02-10 14:24:51','2021-02-10 06:24:51'),(91098,33277,'action created','2021-02-10 14:24:51','2021-02-10 06:24:51'),(91099,33277,'action started via WP Cron','2021-02-10 14:25:52','2021-02-10 06:25:52'),(91100,33277,'action complete via WP Cron','2021-02-10 14:25:52','2021-02-10 06:25:52'),(91101,33278,'action created','2021-02-10 14:25:53','2021-02-10 06:25:53'),(91102,33278,'action started via WP Cron','2021-02-10 14:26:48','2021-02-10 06:26:48'),(91103,33278,'action complete via WP Cron','2021-02-10 14:26:48','2021-02-10 06:26:48'),(91104,33279,'action created','2021-02-10 14:26:49','2021-02-10 06:26:49'),(91105,33279,'action started via WP Cron','2021-02-10 14:27:52','2021-02-10 06:27:52'),(91106,33279,'action complete via WP Cron','2021-02-10 14:27:52','2021-02-10 06:27:52'),(91107,33280,'action created','2021-02-10 14:27:52','2021-02-10 06:27:52'),(91108,33280,'action started via WP Cron','2021-02-10 14:28:49','2021-02-10 06:28:49'),(91109,33280,'action complete via WP Cron','2021-02-10 14:28:49','2021-02-10 06:28:49'),(91110,33281,'action created','2021-02-10 14:28:49','2021-02-10 06:28:49'),(91111,33281,'action started via WP Cron','2021-02-10 14:29:47','2021-02-10 06:29:47'),(91112,33281,'action complete via WP Cron','2021-02-10 14:29:47','2021-02-10 06:29:47'),(91113,33282,'action created','2021-02-10 14:29:47','2021-02-10 06:29:47'),(91114,33282,'action started via WP Cron','2021-02-10 14:30:53','2021-02-10 06:30:53'),(91115,33282,'action complete via WP Cron','2021-02-10 14:30:53','2021-02-10 06:30:53'),(91116,33283,'action created','2021-02-10 14:30:53','2021-02-10 06:30:53'),(91117,33283,'action started via WP Cron','2021-02-10 14:31:50','2021-02-10 06:31:50'),(91118,33283,'action complete via WP Cron','2021-02-10 14:31:50','2021-02-10 06:31:50'),(91119,33284,'action created','2021-02-10 14:31:50','2021-02-10 06:31:50'),(91120,33284,'action started via WP Cron','2021-02-10 14:32:43','2021-02-10 06:32:43'),(91121,33284,'action complete via WP Cron','2021-02-10 14:32:43','2021-02-10 06:32:43'),(91122,33285,'action created','2021-02-10 14:32:43','2021-02-10 06:32:43'),(91123,33285,'action started via WP Cron','2021-02-10 14:33:55','2021-02-10 06:33:55'),(91124,33285,'action complete via WP Cron','2021-02-10 14:33:55','2021-02-10 06:33:55'),(91125,33286,'action created','2021-02-10 14:33:55','2021-02-10 06:33:55'),(91126,33286,'action started via WP Cron','2021-02-10 14:34:50','2021-02-10 06:34:50'),(91127,33286,'action complete via WP Cron','2021-02-10 14:34:50','2021-02-10 06:34:50'),(91128,33287,'action created','2021-02-10 14:34:50','2021-02-10 06:34:50'),(91129,33287,'action started via WP Cron','2021-02-10 14:35:49','2021-02-10 06:35:49'),(91130,33287,'action complete via WP Cron','2021-02-10 14:35:49','2021-02-10 06:35:49'),(91131,33288,'action created','2021-02-10 14:35:49','2021-02-10 06:35:49'),(91132,33288,'action started via WP Cron','2021-02-10 14:36:43','2021-02-10 06:36:43'),(91133,33288,'action complete via WP Cron','2021-02-10 14:36:43','2021-02-10 06:36:43'),(91134,33289,'action created','2021-02-10 14:36:43','2021-02-10 06:36:43'),(91135,33289,'action started via WP Cron','2021-02-10 14:38:06','2021-02-10 06:38:06'),(91136,33289,'action complete via WP Cron','2021-02-10 14:38:06','2021-02-10 06:38:06'),(91137,33290,'action created','2021-02-10 14:38:06','2021-02-10 06:38:06'),(91138,33290,'action started via WP Cron','2021-02-10 14:38:56','2021-02-10 06:38:56'),(91139,33290,'action complete via WP Cron','2021-02-10 14:38:56','2021-02-10 06:38:56'),(91140,33291,'action created','2021-02-10 14:38:56','2021-02-10 06:38:56'),(91141,33291,'action started via WP Cron','2021-02-10 14:40:04','2021-02-10 06:40:04'),(91142,33291,'action complete via WP Cron','2021-02-10 14:40:04','2021-02-10 06:40:04'),(91143,33292,'action created','2021-02-10 14:40:04','2021-02-10 06:40:04'),(91144,33292,'action started via WP Cron','2021-02-10 14:40:56','2021-02-10 06:40:56'),(91145,33292,'action complete via WP Cron','2021-02-10 14:40:56','2021-02-10 06:40:56'),(91146,33293,'action created','2021-02-10 14:40:56','2021-02-10 06:40:56'),(91147,33293,'action started via WP Cron','2021-02-10 14:42:06','2021-02-10 06:42:06'),(91148,33293,'action complete via WP Cron','2021-02-10 14:42:06','2021-02-10 06:42:06'),(91149,33294,'action created','2021-02-10 14:42:06','2021-02-10 06:42:06'),(91150,33294,'action started via WP Cron','2021-02-10 14:42:59','2021-02-10 06:42:59'),(91151,33294,'action complete via WP Cron','2021-02-10 14:42:59','2021-02-10 06:42:59'),(91152,33295,'action created','2021-02-10 14:42:59','2021-02-10 06:42:59'),(91153,33295,'action started via WP Cron','2021-02-10 14:43:57','2021-02-10 06:43:57'),(91154,33295,'action complete via WP Cron','2021-02-10 14:43:57','2021-02-10 06:43:57'),(91155,33296,'action created','2021-02-10 14:43:57','2021-02-10 06:43:57'),(91156,33296,'action started via WP Cron','2021-02-10 14:44:42','2021-02-10 06:44:42'),(91157,33296,'action complete via WP Cron','2021-02-10 14:44:42','2021-02-10 06:44:42'),(91158,33297,'action created','2021-02-10 14:44:42','2021-02-10 06:44:42'),(91159,33297,'action started via WP Cron','2021-02-10 14:46:00','2021-02-10 06:46:00'),(91160,33297,'action complete via WP Cron','2021-02-10 14:46:00','2021-02-10 06:46:00'),(91161,33298,'action created','2021-02-10 14:46:00','2021-02-10 06:46:00'),(91162,33298,'action started via WP Cron','2021-02-10 14:47:33','2021-02-10 06:47:33'),(91163,33298,'action complete via WP Cron','2021-02-10 14:47:33','2021-02-10 06:47:33'),(91164,33299,'action created','2021-02-10 14:47:34','2021-02-10 06:47:34'),(91165,33299,'action started via WP Cron','2021-02-10 14:50:18','2021-02-10 06:50:18'),(91166,33299,'action complete via WP Cron','2021-02-10 14:50:18','2021-02-10 06:50:18'),(91167,33300,'action created','2021-02-10 14:55:14','2021-02-10 06:55:14'),(91168,33301,'action created','2021-02-10 14:55:14','2021-02-10 06:55:14'),(91169,33301,'action started via WP Cron','2021-02-10 14:56:10','2021-02-10 06:56:10'),(91170,33301,'action complete via WP Cron','2021-02-10 14:56:10','2021-02-10 06:56:10'),(91171,33300,'action started via WP Cron','2021-02-10 14:56:10','2021-02-10 06:56:10'),(91172,33300,'action complete via WP Cron','2021-02-10 14:56:10','2021-02-10 06:56:10'),(91173,33302,'action created','2021-02-10 14:56:10','2021-02-10 06:56:10'),(91174,33302,'action started via WP Cron','2021-02-10 14:57:03','2021-02-10 06:57:03'),(91175,33302,'action complete via WP Cron','2021-02-10 14:57:03','2021-02-10 06:57:03'),(91176,33303,'action created','2021-02-10 14:57:04','2021-02-10 06:57:04'),(91177,33303,'action started via WP Cron','2021-02-10 14:58:00','2021-02-10 06:58:00'),(91178,33303,'action complete via WP Cron','2021-02-10 14:58:00','2021-02-10 06:58:00'),(91179,33304,'action created','2021-02-10 14:58:00','2021-02-10 06:58:00'),(91180,33304,'action started via WP Cron','2021-02-10 15:00:19','2021-02-10 07:00:19'),(91181,33304,'action complete via WP Cron','2021-02-10 15:00:19','2021-02-10 07:00:19'),(91182,33305,'action created','2021-02-10 15:00:19','2021-02-10 07:00:19'),(91183,33305,'action started via WP Cron','2021-02-10 15:02:00','2021-02-10 07:02:00'),(91184,33305,'action complete via WP Cron','2021-02-10 15:02:00','2021-02-10 07:02:00'),(91185,33306,'action created','2021-02-10 15:02:00','2021-02-10 07:02:00'),(91186,33306,'action started via WP Cron','2021-02-10 15:02:49','2021-02-10 07:02:49'),(91187,33306,'action complete via WP Cron','2021-02-10 15:02:49','2021-02-10 07:02:49'),(91188,33307,'action created','2021-02-10 15:02:49','2021-02-10 07:02:49'),(91189,33307,'action started via WP Cron','2021-02-10 15:03:41','2021-02-10 07:03:41'),(91190,33307,'action complete via WP Cron','2021-02-10 15:03:41','2021-02-10 07:03:41'),(91191,33308,'action created','2021-02-10 15:03:43','2021-02-10 07:03:43'),(91192,33308,'action started via WP Cron','2021-02-10 15:05:26','2021-02-10 07:05:26'),(91193,33308,'action complete via WP Cron','2021-02-10 15:05:26','2021-02-10 07:05:26'),(91194,33309,'action created','2021-02-10 15:05:26','2021-02-10 07:05:26'),(91195,33309,'action started via WP Cron','2021-02-10 15:07:35','2021-02-10 07:07:35'),(91196,33309,'action complete via WP Cron','2021-02-10 15:07:35','2021-02-10 07:07:35'),(91197,33310,'action created','2021-02-10 15:07:35','2021-02-10 07:07:35'),(91198,33310,'action started via WP Cron','2021-02-10 15:15:32','2021-02-10 07:15:32'),(91199,33310,'action complete via WP Cron','2021-02-10 15:15:32','2021-02-10 07:15:32'),(91200,33311,'action created','2021-02-10 15:15:32','2021-02-10 07:15:32'),(91201,33311,'action started via WP Cron','2021-02-10 15:15:48','2021-02-10 07:15:48'),(91202,33311,'action complete via WP Cron','2021-02-10 15:15:48','2021-02-10 07:15:48'),(91203,33312,'action created','2021-02-10 15:15:48','2021-02-10 07:15:48'),(91204,33312,'action started via WP Cron','2021-02-10 15:19:33','2021-02-10 07:19:33'),(91205,33312,'action complete via WP Cron','2021-02-10 15:19:33','2021-02-10 07:19:33'),(91206,33313,'action created','2021-02-10 15:19:34','2021-02-10 07:19:34'),(91207,33313,'action started via WP Cron','2021-02-10 15:21:10','2021-02-10 07:21:10'),(91208,33313,'action complete via WP Cron','2021-02-10 15:21:10','2021-02-10 07:21:10'),(91209,33314,'action created','2021-02-10 15:21:10','2021-02-10 07:21:10'),(91210,33314,'action started via WP Cron','2021-02-10 15:27:49','2021-02-10 07:27:49'),(91211,33314,'action complete via WP Cron','2021-02-10 15:27:49','2021-02-10 07:27:49'),(91212,33315,'action created','2021-02-10 15:27:49','2021-02-10 07:27:49'),(91213,33315,'action started via WP Cron','2021-02-10 15:31:06','2021-02-10 07:31:06'),(91214,33315,'action complete via WP Cron','2021-02-10 15:31:06','2021-02-10 07:31:06'),(91215,33316,'action created','2021-02-10 15:31:06','2021-02-10 07:31:06'),(91216,33316,'action started via WP Cron','2021-02-10 15:33:01','2021-02-10 07:33:01'),(91217,33316,'action complete via WP Cron','2021-02-10 15:33:01','2021-02-10 07:33:01'),(91218,33317,'action created','2021-02-10 15:33:02','2021-02-10 07:33:02'),(91219,33317,'action started via WP Cron','2021-02-10 15:33:44','2021-02-10 07:33:44'),(91220,33317,'action complete via WP Cron','2021-02-10 15:33:44','2021-02-10 07:33:44'),(91221,33318,'action created','2021-02-10 15:33:44','2021-02-10 07:33:44'),(91222,33318,'action started via WP Cron','2021-02-10 15:34:47','2021-02-10 07:34:47'),(91223,33318,'action complete via WP Cron','2021-02-10 15:34:47','2021-02-10 07:34:47'),(91224,33319,'action created','2021-02-10 15:34:47','2021-02-10 07:34:47'),(91225,33319,'action started via WP Cron','2021-02-10 15:35:43','2021-02-10 07:35:43'),(91226,33319,'action complete via WP Cron','2021-02-10 15:35:43','2021-02-10 07:35:43'),(91227,33320,'action created','2021-02-10 15:35:43','2021-02-10 07:35:43'),(91228,33320,'action started via WP Cron','2021-02-10 15:37:08','2021-02-10 07:37:08'),(91229,33320,'action complete via WP Cron','2021-02-10 15:37:08','2021-02-10 07:37:08'),(91230,33321,'action created','2021-02-10 15:37:08','2021-02-10 07:37:08'),(91231,33321,'action started via WP Cron','2021-02-10 15:37:51','2021-02-10 07:37:51'),(91232,33321,'action complete via WP Cron','2021-02-10 15:37:51','2021-02-10 07:37:51'),(91233,33322,'action created','2021-02-10 15:37:51','2021-02-10 07:37:51'),(91234,33322,'action started via WP Cron','2021-02-10 15:38:50','2021-02-10 07:38:50'),(91235,33322,'action complete via WP Cron','2021-02-10 15:38:50','2021-02-10 07:38:50'),(91236,33323,'action created','2021-02-10 15:38:50','2021-02-10 07:38:50'),(91237,33323,'action started via WP Cron','2021-02-10 15:39:55','2021-02-10 07:39:55'),(91238,33323,'action complete via WP Cron','2021-02-10 15:39:55','2021-02-10 07:39:55'),(91239,33324,'action created','2021-02-10 15:39:55','2021-02-10 07:39:55'),(91243,33325,'action started via WP Cron','2021-02-10 15:41:43','2021-02-10 07:41:43'),(91244,33325,'action complete via WP Cron','2021-02-10 15:41:43','2021-02-10 07:41:43'),(91245,33326,'action created','2021-02-10 15:41:43','2021-02-10 07:41:43'),(91246,33326,'action started via WP Cron','2021-02-10 15:43:03','2021-02-10 07:43:03'),(91247,33326,'action complete via WP Cron','2021-02-10 15:43:03','2021-02-10 07:43:03'),(91248,33327,'action created','2021-02-10 15:43:04','2021-02-10 07:43:04'),(91249,33327,'action started via WP Cron','2021-02-10 15:43:46','2021-02-10 07:43:46'),(91250,33327,'action complete via WP Cron','2021-02-10 15:43:46','2021-02-10 07:43:46'),(91251,33328,'action created','2021-02-10 15:43:46','2021-02-10 07:43:46'),(91252,33328,'action started via WP Cron','2021-02-10 15:46:21','2021-02-10 07:46:21'),(91253,33328,'action complete via WP Cron','2021-02-10 15:46:21','2021-02-10 07:46:21'),(91254,33329,'action created','2021-02-10 15:46:21','2021-02-10 07:46:21'),(91255,33329,'action started via WP Cron','2021-02-10 15:46:45','2021-02-10 07:46:45'),(91256,33329,'action complete via WP Cron','2021-02-10 15:46:45','2021-02-10 07:46:45'),(91257,33330,'action created','2021-02-10 15:46:46','2021-02-10 07:46:46'),(91258,33330,'action started via WP Cron','2021-02-10 15:48:02','2021-02-10 07:48:02'),(91259,33330,'action complete via WP Cron','2021-02-10 15:48:02','2021-02-10 07:48:02'),(91260,33331,'action created','2021-02-10 15:48:02','2021-02-10 07:48:02'),(91261,33331,'action started via WP Cron','2021-02-10 15:49:04','2021-02-10 07:49:04'),(91262,33331,'action complete via WP Cron','2021-02-10 15:49:04','2021-02-10 07:49:04'),(91263,33332,'action created','2021-02-10 15:49:04','2021-02-10 07:49:04'),(91264,33332,'action started via WP Cron','2021-02-10 15:49:55','2021-02-10 07:49:55'),(91265,33332,'action complete via WP Cron','2021-02-10 15:49:55','2021-02-10 07:49:55'),(91266,33333,'action created','2021-02-10 15:49:55','2021-02-10 07:49:55'),(91267,33333,'action started via WP Cron','2021-02-10 15:50:48','2021-02-10 07:50:48'),(91268,33333,'action complete via WP Cron','2021-02-10 15:50:48','2021-02-10 07:50:48'),(91269,33334,'action created','2021-02-10 15:50:48','2021-02-10 07:50:48'),(91270,33334,'action started via WP Cron','2021-02-10 15:52:05','2021-02-10 07:52:05'),(91271,33334,'action complete via WP Cron','2021-02-10 15:52:05','2021-02-10 07:52:05'),(91272,33335,'action created','2021-02-10 15:52:05','2021-02-10 07:52:05'),(91273,33335,'action started via WP Cron','2021-02-10 15:53:10','2021-02-10 07:53:10'),(91274,33335,'action complete via WP Cron','2021-02-10 15:53:10','2021-02-10 07:53:10'),(91275,33336,'action created','2021-02-10 15:53:10','2021-02-10 07:53:10'),(91276,33336,'action started via WP Cron','2021-02-10 15:53:54','2021-02-10 07:53:54'),(91277,33336,'action complete via WP Cron','2021-02-10 15:53:54','2021-02-10 07:53:54'),(91278,33337,'action created','2021-02-10 15:53:54','2021-02-10 07:53:54'),(91279,33337,'action started via WP Cron','2021-02-10 15:54:50','2021-02-10 07:54:50'),(91280,33337,'action complete via WP Cron','2021-02-10 15:54:50','2021-02-10 07:54:50'),(91281,33338,'action created','2021-02-10 15:54:51','2021-02-10 07:54:51'),(91282,33338,'action started via WP Cron','2021-02-10 15:55:46','2021-02-10 07:55:46'),(91283,33338,'action complete via WP Cron','2021-02-10 15:55:46','2021-02-10 07:55:46'),(91284,33339,'action created','2021-02-10 15:55:46','2021-02-10 07:55:46'),(91285,33339,'action started via WP Cron','2021-02-10 15:57:09','2021-02-10 07:57:09'),(91286,33339,'action complete via WP Cron','2021-02-10 15:57:09','2021-02-10 07:57:09'),(91287,33340,'action created','2021-02-10 15:57:09','2021-02-10 07:57:09'),(91288,33340,'action started via WP Cron','2021-02-10 15:57:40','2021-02-10 07:57:40'),(91289,33340,'action complete via WP Cron','2021-02-10 15:57:40','2021-02-10 07:57:40'),(91290,33341,'action created','2021-02-10 15:57:40','2021-02-10 07:57:40'),(91291,33341,'action started via WP Cron','2021-02-10 15:58:53','2021-02-10 07:58:53'),(91292,33341,'action complete via WP Cron','2021-02-10 15:58:53','2021-02-10 07:58:53'),(91293,33342,'action created','2021-02-10 15:58:53','2021-02-10 07:58:53'),(91294,33342,'action started via WP Cron','2021-02-10 15:59:59','2021-02-10 07:59:59'),(91295,33342,'action complete via WP Cron','2021-02-10 15:59:59','2021-02-10 07:59:59'),(91296,33343,'action created','2021-02-10 15:59:59','2021-02-10 07:59:59'),(91297,33343,'action started via WP Cron','2021-02-10 16:00:43','2021-02-10 08:00:43'),(91298,33343,'action complete via WP Cron','2021-02-10 16:00:43','2021-02-10 08:00:43'),(91299,33344,'action created','2021-02-10 16:00:43','2021-02-10 08:00:43'),(91300,33344,'action started via WP Cron','2021-02-10 16:01:53','2021-02-10 08:01:53'),(91301,33344,'action complete via WP Cron','2021-02-10 16:01:53','2021-02-10 08:01:53'),(91302,33345,'action created','2021-02-10 16:01:53','2021-02-10 08:01:53'),(91303,33345,'action started via WP Cron','2021-02-10 16:03:03','2021-02-10 08:03:03'),(91304,33345,'action complete via WP Cron','2021-02-10 16:03:03','2021-02-10 08:03:03'),(91305,33346,'action created','2021-02-10 16:03:03','2021-02-10 08:03:03'),(91306,33346,'action started via WP Cron','2021-02-10 16:03:59','2021-02-10 08:03:59'),(91307,33346,'action complete via WP Cron','2021-02-10 16:03:59','2021-02-10 08:03:59'),(91308,33347,'action created','2021-02-10 16:03:59','2021-02-10 08:03:59'),(91309,33347,'action started via WP Cron','2021-02-10 16:05:09','2021-02-10 08:05:09'),(91310,33347,'action complete via WP Cron','2021-02-10 16:05:09','2021-02-10 08:05:09'),(91311,33348,'action created','2021-02-10 16:05:09','2021-02-10 08:05:09'),(91312,33348,'action started via WP Cron','2021-02-10 16:06:03','2021-02-10 08:06:03'),(91313,33348,'action complete via WP Cron','2021-02-10 16:06:03','2021-02-10 08:06:03'),(91314,33349,'action created','2021-02-10 16:06:03','2021-02-10 08:06:03'),(91315,33349,'action started via WP Cron','2021-02-10 16:06:47','2021-02-10 08:06:47'),(91316,33349,'action complete via WP Cron','2021-02-10 16:06:47','2021-02-10 08:06:47'),(91317,33350,'action created','2021-02-10 16:06:47','2021-02-10 08:06:47'),(91318,33350,'action started via WP Cron','2021-02-10 16:07:42','2021-02-10 08:07:42'),(91319,33350,'action complete via WP Cron','2021-02-10 16:07:42','2021-02-10 08:07:42'),(91320,33351,'action created','2021-02-10 16:07:42','2021-02-10 08:07:42'),(91321,33351,'action started via WP Cron','2021-02-10 16:08:51','2021-02-10 08:08:51'),(91322,33351,'action complete via WP Cron','2021-02-10 16:08:51','2021-02-10 08:08:51'),(91323,33352,'action created','2021-02-10 16:08:51','2021-02-10 08:08:51'),(91324,33352,'action started via WP Cron','2021-02-10 16:09:55','2021-02-10 08:09:55'),(91325,33352,'action complete via WP Cron','2021-02-10 16:09:55','2021-02-10 08:09:55'),(91326,33353,'action created','2021-02-10 16:09:55','2021-02-10 08:09:55'),(91327,33353,'action started via WP Cron','2021-02-10 16:10:53','2021-02-10 08:10:53'),(91328,33353,'action complete via WP Cron','2021-02-10 16:10:53','2021-02-10 08:10:53'),(91329,33354,'action created','2021-02-10 16:10:53','2021-02-10 08:10:53'),(91330,33354,'action started via WP Cron','2021-02-10 16:11:57','2021-02-10 08:11:57'),(91331,33354,'action complete via WP Cron','2021-02-10 16:11:57','2021-02-10 08:11:57'),(91332,33355,'action created','2021-02-10 16:11:57','2021-02-10 08:11:57'),(91333,33355,'action started via WP Cron','2021-02-10 16:12:41','2021-02-10 08:12:41'),(91334,33355,'action complete via WP Cron','2021-02-10 16:12:41','2021-02-10 08:12:41'),(91335,33356,'action created','2021-02-10 16:12:41','2021-02-10 08:12:41'),(91336,33356,'action started via WP Cron','2021-02-10 16:14:01','2021-02-10 08:14:01'),(91337,33356,'action complete via WP Cron','2021-02-10 16:14:01','2021-02-10 08:14:01'),(91338,33357,'action created','2021-02-10 16:14:01','2021-02-10 08:14:01'),(91339,33357,'action started via WP Cron','2021-02-10 16:14:58','2021-02-10 08:14:58'),(91340,33357,'action complete via WP Cron','2021-02-10 16:14:58','2021-02-10 08:14:58'),(91341,33358,'action created','2021-02-10 16:14:58','2021-02-10 08:14:58'),(91342,33358,'action started via WP Cron','2021-02-10 16:21:17','2021-02-10 08:21:17'),(91343,33358,'action complete via WP Cron','2021-02-10 16:21:17','2021-02-10 08:21:17'),(91344,33359,'action created','2021-02-10 16:21:17','2021-02-10 08:21:17'),(91345,33359,'action started via WP Cron','2021-02-10 16:23:44','2021-02-10 08:23:44'),(91346,33359,'action complete via WP Cron','2021-02-10 16:23:44','2021-02-10 08:23:44'),(91347,33360,'action created','2021-02-10 16:23:44','2021-02-10 08:23:44'),(91348,33360,'action started via WP Cron','2021-02-10 16:28:09','2021-02-10 08:28:09'),(91349,33360,'action complete via WP Cron','2021-02-10 16:28:09','2021-02-10 08:28:09'),(91350,33361,'action created','2021-02-10 16:28:09','2021-02-10 08:28:09'),(91351,33361,'action started via WP Cron','2021-02-10 16:29:25','2021-02-10 08:29:25'),(91352,33361,'action complete via WP Cron','2021-02-10 16:29:25','2021-02-10 08:29:25'),(91353,33362,'action created','2021-02-10 16:29:25','2021-02-10 08:29:25'),(91354,33362,'action started via WP Cron','2021-02-10 16:30:33','2021-02-10 08:30:33'),(91355,33362,'action complete via WP Cron','2021-02-10 16:30:33','2021-02-10 08:30:33'),(91356,33363,'action created','2021-02-10 16:30:33','2021-02-10 08:30:33'),(91357,33363,'action started via WP Cron','2021-02-10 16:31:35','2021-02-10 08:31:35'),(91358,33363,'action complete via WP Cron','2021-02-10 16:31:35','2021-02-10 08:31:35'),(91359,33364,'action created','2021-02-10 16:31:44','2021-02-10 08:31:44'),(91360,33364,'action started via WP Cron','2021-02-10 16:32:50','2021-02-10 08:32:50'),(91361,33364,'action complete via WP Cron','2021-02-10 16:32:50','2021-02-10 08:32:50'),(91362,33365,'action created','2021-02-10 16:32:50','2021-02-10 08:32:50'),(91363,33365,'action started via WP Cron','2021-02-10 16:33:51','2021-02-10 08:33:51'),(91364,33365,'action complete via WP Cron','2021-02-10 16:33:51','2021-02-10 08:33:51'),(91365,33366,'action created','2021-02-10 16:33:51','2021-02-10 08:33:51'),(91366,33366,'action started via WP Cron','2021-02-10 16:34:52','2021-02-10 08:34:52'),(91367,33366,'action complete via WP Cron','2021-02-10 16:34:52','2021-02-10 08:34:52'),(91368,33367,'action created','2021-02-10 16:34:52','2021-02-10 08:34:52'),(91369,33367,'action started via WP Cron','2021-02-10 16:37:34','2021-02-10 08:37:34'),(91370,33367,'action complete via WP Cron','2021-02-10 16:37:34','2021-02-10 08:37:34'),(91371,33368,'action created','2021-02-10 16:37:34','2021-02-10 08:37:34'),(91372,33368,'action started via WP Cron','2021-02-10 16:40:50','2021-02-10 08:40:50'),(91373,33368,'action complete via WP Cron','2021-02-10 16:40:50','2021-02-10 08:40:50'),(91374,33369,'action created','2021-02-10 16:40:50','2021-02-10 08:40:50'),(91375,33369,'action started via WP Cron','2021-02-10 16:42:34','2021-02-10 08:42:34'),(91376,33369,'action complete via WP Cron','2021-02-10 16:42:34','2021-02-10 08:42:34'),(91377,33370,'action created','2021-02-10 16:42:34','2021-02-10 08:42:34'),(91378,33370,'action started via WP Cron','2021-02-10 16:43:03','2021-02-10 08:43:03'),(91379,33370,'action complete via WP Cron','2021-02-10 16:43:03','2021-02-10 08:43:03'),(91380,33371,'action created','2021-02-10 16:43:03','2021-02-10 08:43:03'),(91381,33371,'action started via WP Cron','2021-02-10 16:52:41','2021-02-10 08:52:41'),(91382,33371,'action complete via WP Cron','2021-02-10 16:52:41','2021-02-10 08:52:41'),(91383,33372,'action created','2021-02-10 16:52:41','2021-02-10 08:52:41'),(91384,33372,'action started via WP Cron','2021-02-10 16:53:47','2021-02-10 08:53:47'),(91385,33372,'action complete via WP Cron','2021-02-10 16:53:47','2021-02-10 08:53:47'),(91386,33373,'action created','2021-02-10 16:53:47','2021-02-10 08:53:47'),(91387,33373,'action started via WP Cron','2021-02-10 16:54:47','2021-02-10 08:54:47'),(91388,33373,'action complete via WP Cron','2021-02-10 16:54:47','2021-02-10 08:54:47'),(91389,33374,'action created','2021-02-10 16:54:47','2021-02-10 08:54:47'),(91390,33374,'action started via WP Cron','2021-02-10 16:55:43','2021-02-10 08:55:43'),(91391,33374,'action complete via WP Cron','2021-02-10 16:55:43','2021-02-10 08:55:43'),(91392,33375,'action created','2021-02-10 16:55:43','2021-02-10 08:55:43'),(91393,33375,'action started via WP Cron','2021-02-10 16:56:44','2021-02-10 08:56:44'),(91394,33375,'action complete via WP Cron','2021-02-10 16:56:44','2021-02-10 08:56:44'),(91395,33376,'action created','2021-02-10 16:56:44','2021-02-10 08:56:44'),(91396,33376,'action started via WP Cron','2021-02-10 16:57:40','2021-02-10 08:57:40'),(91397,33376,'action complete via WP Cron','2021-02-10 16:57:40','2021-02-10 08:57:40'),(91398,33377,'action created','2021-02-10 16:57:40','2021-02-10 08:57:40'),(91399,33377,'action started via WP Cron','2021-02-10 16:58:46','2021-02-10 08:58:46'),(91400,33377,'action complete via WP Cron','2021-02-10 16:58:46','2021-02-10 08:58:46'),(91401,33378,'action created','2021-02-10 16:58:46','2021-02-10 08:58:46'),(91402,33378,'action started via WP Cron','2021-02-10 16:59:45','2021-02-10 08:59:45'),(91403,33378,'action complete via WP Cron','2021-02-10 16:59:45','2021-02-10 08:59:45'),(91404,33379,'action created','2021-02-10 16:59:45','2021-02-10 08:59:45'),(91405,33379,'action started via WP Cron','2021-02-10 17:00:43','2021-02-10 09:00:43'),(91406,33379,'action complete via WP Cron','2021-02-10 17:00:43','2021-02-10 09:00:43'),(91407,33380,'action created','2021-02-10 17:00:43','2021-02-10 09:00:43'),(91408,33380,'action started via WP Cron','2021-02-10 17:01:46','2021-02-10 09:01:46'),(91409,33380,'action complete via WP Cron','2021-02-10 17:01:46','2021-02-10 09:01:46'),(91410,33381,'action created','2021-02-10 17:01:46','2021-02-10 09:01:46'),(91411,33381,'action started via WP Cron','2021-02-10 17:02:41','2021-02-10 09:02:41'),(91412,33381,'action complete via WP Cron','2021-02-10 17:02:41','2021-02-10 09:02:41'),(91413,33382,'action created','2021-02-10 17:02:42','2021-02-10 09:02:42'),(91414,33382,'action started via WP Cron','2021-02-10 17:03:45','2021-02-10 09:03:45'),(91415,33382,'action complete via WP Cron','2021-02-10 17:03:45','2021-02-10 09:03:45'),(91416,33383,'action created','2021-02-10 17:03:45','2021-02-10 09:03:45'),(91417,33383,'action started via WP Cron','2021-02-10 17:04:42','2021-02-10 09:04:42'),(91418,33383,'action complete via WP Cron','2021-02-10 17:04:42','2021-02-10 09:04:42'),(91419,33384,'action created','2021-02-10 17:04:42','2021-02-10 09:04:42'),(91420,33384,'action started via WP Cron','2021-02-10 17:05:41','2021-02-10 09:05:41'),(91421,33384,'action complete via WP Cron','2021-02-10 17:05:41','2021-02-10 09:05:41'),(91422,33385,'action created','2021-02-10 17:05:41','2021-02-10 09:05:41'),(91423,33385,'action started via WP Cron','2021-02-10 17:06:46','2021-02-10 09:06:46'),(91424,33385,'action complete via WP Cron','2021-02-10 17:06:46','2021-02-10 09:06:46'),(91425,33386,'action created','2021-02-10 17:06:46','2021-02-10 09:06:46'),(91426,33386,'action started via WP Cron','2021-02-10 17:07:44','2021-02-10 09:07:44'),(91427,33386,'action complete via WP Cron','2021-02-10 17:07:44','2021-02-10 09:07:44'),(91428,33387,'action created','2021-02-10 17:07:44','2021-02-10 09:07:44'),(91429,33387,'action started via WP Cron','2021-02-10 17:08:47','2021-02-10 09:08:47'),(91430,33387,'action complete via WP Cron','2021-02-10 17:08:47','2021-02-10 09:08:47'),(91431,33388,'action created','2021-02-10 17:08:47','2021-02-10 09:08:47'),(91432,33388,'action started via WP Cron','2021-02-10 17:09:46','2021-02-10 09:09:46'),(91433,33388,'action complete via WP Cron','2021-02-10 17:09:46','2021-02-10 09:09:46'),(91434,33389,'action created','2021-02-10 17:09:46','2021-02-10 09:09:46'),(91435,33389,'action started via WP Cron','2021-02-10 17:10:45','2021-02-10 09:10:45'),(91436,33389,'action complete via WP Cron','2021-02-10 17:10:45','2021-02-10 09:10:45'),(91437,33390,'action created','2021-02-10 17:10:45','2021-02-10 09:10:45'),(91438,33390,'action started via WP Cron','2021-02-10 17:11:45','2021-02-10 09:11:45'),(91439,33390,'action complete via WP Cron','2021-02-10 17:11:45','2021-02-10 09:11:45'),(91440,33391,'action created','2021-02-10 17:11:45','2021-02-10 09:11:45'),(91441,33391,'action started via WP Cron','2021-02-10 17:12:41','2021-02-10 09:12:41'),(91442,33391,'action complete via WP Cron','2021-02-10 17:12:41','2021-02-10 09:12:41'),(91443,33392,'action created','2021-02-10 17:12:41','2021-02-10 09:12:41'),(91444,33392,'action started via WP Cron','2021-02-10 17:13:41','2021-02-10 09:13:41'),(91445,33392,'action complete via WP Cron','2021-02-10 17:13:41','2021-02-10 09:13:41'),(91446,33393,'action created','2021-02-10 17:13:41','2021-02-10 09:13:41'),(91447,33393,'action started via WP Cron','2021-02-10 17:14:45','2021-02-10 09:14:45'),(91448,33393,'action complete via WP Cron','2021-02-10 17:14:45','2021-02-10 09:14:45'),(91449,33394,'action created','2021-02-10 17:14:45','2021-02-10 09:14:45'),(91450,33394,'action started via WP Cron','2021-02-10 17:15:45','2021-02-10 09:15:45'),(91451,33394,'action complete via WP Cron','2021-02-10 17:15:45','2021-02-10 09:15:45'),(91452,33395,'action created','2021-02-10 17:15:45','2021-02-10 09:15:45'),(91453,33395,'action started via WP Cron','2021-02-10 17:16:44','2021-02-10 09:16:44'),(91454,33395,'action complete via WP Cron','2021-02-10 17:16:44','2021-02-10 09:16:44'),(91455,33396,'action created','2021-02-10 17:16:44','2021-02-10 09:16:44'),(91456,33396,'action started via WP Cron','2021-02-10 17:17:43','2021-02-10 09:17:43'),(91457,33396,'action complete via WP Cron','2021-02-10 17:17:43','2021-02-10 09:17:43'),(91458,33397,'action created','2021-02-10 17:17:43','2021-02-10 09:17:43'),(91459,33397,'action started via WP Cron','2021-02-10 17:18:41','2021-02-10 09:18:41'),(91460,33397,'action complete via WP Cron','2021-02-10 17:18:41','2021-02-10 09:18:41'),(91461,33398,'action created','2021-02-10 17:18:41','2021-02-10 09:18:41'),(91462,33398,'action started via WP Cron','2021-02-10 17:19:45','2021-02-10 09:19:45'),(91463,33398,'action complete via WP Cron','2021-02-10 17:19:45','2021-02-10 09:19:45'),(91464,33399,'action created','2021-02-10 17:19:45','2021-02-10 09:19:45'),(91465,33399,'action started via WP Cron','2021-02-10 17:20:43','2021-02-10 09:20:43'),(91466,33399,'action complete via WP Cron','2021-02-10 17:20:43','2021-02-10 09:20:43'),(91467,33400,'action created','2021-02-10 17:20:44','2021-02-10 09:20:44'),(91468,33400,'action started via WP Cron','2021-02-10 17:21:46','2021-02-10 09:21:46'),(91469,33400,'action complete via WP Cron','2021-02-10 17:21:46','2021-02-10 09:21:46'),(91470,33401,'action created','2021-02-10 17:21:46','2021-02-10 09:21:46'),(91471,33401,'action started via WP Cron','2021-02-10 17:22:46','2021-02-10 09:22:46'),(91472,33401,'action complete via WP Cron','2021-02-10 17:22:46','2021-02-10 09:22:46'),(91473,33402,'action created','2021-02-10 17:22:46','2021-02-10 09:22:46'),(91474,33402,'action started via WP Cron','2021-02-10 17:23:41','2021-02-10 09:23:41'),(91475,33402,'action complete via WP Cron','2021-02-10 17:23:41','2021-02-10 09:23:41'),(91476,33403,'action created','2021-02-10 17:23:41','2021-02-10 09:23:41'),(91477,33403,'action started via WP Cron','2021-02-10 17:24:41','2021-02-10 09:24:41'),(91478,33403,'action complete via WP Cron','2021-02-10 17:24:41','2021-02-10 09:24:41'),(91479,33404,'action created','2021-02-10 17:24:41','2021-02-10 09:24:41'),(91480,33404,'action started via WP Cron','2021-02-10 17:25:44','2021-02-10 09:25:44'),(91481,33404,'action complete via WP Cron','2021-02-10 17:25:44','2021-02-10 09:25:44'),(91482,33405,'action created','2021-02-10 17:25:44','2021-02-10 09:25:44'),(91483,33405,'action started via WP Cron','2021-02-10 17:26:42','2021-02-10 09:26:42'),(91484,33405,'action complete via WP Cron','2021-02-10 17:26:42','2021-02-10 09:26:42'),(91485,33406,'action created','2021-02-10 17:26:42','2021-02-10 09:26:42'),(91486,33406,'action started via WP Cron','2021-02-10 17:27:41','2021-02-10 09:27:41'),(91487,33406,'action complete via WP Cron','2021-02-10 17:27:41','2021-02-10 09:27:41'),(91488,33407,'action created','2021-02-10 17:27:41','2021-02-10 09:27:41'),(91489,33407,'action started via WP Cron','2021-02-10 17:28:41','2021-02-10 09:28:41'),(91490,33407,'action complete via WP Cron','2021-02-10 17:28:41','2021-02-10 09:28:41'),(91491,33408,'action created','2021-02-10 17:28:41','2021-02-10 09:28:41'),(91492,33408,'action started via WP Cron','2021-02-10 17:29:41','2021-02-10 09:29:41'),(91493,33408,'action complete via WP Cron','2021-02-10 17:29:41','2021-02-10 09:29:41'),(91494,33409,'action created','2021-02-10 17:29:41','2021-02-10 09:29:41'),(91495,33409,'action started via WP Cron','2021-02-10 17:30:42','2021-02-10 09:30:42'),(91496,33409,'action complete via WP Cron','2021-02-10 17:30:42','2021-02-10 09:30:42'),(91497,33410,'action created','2021-02-10 17:30:42','2021-02-10 09:30:42'),(91498,33410,'action started via WP Cron','2021-02-10 17:31:46','2021-02-10 09:31:46'),(91499,33410,'action complete via WP Cron','2021-02-10 17:31:46','2021-02-10 09:31:46'),(91500,33411,'action created','2021-02-10 17:31:46','2021-02-10 09:31:46'),(91501,33411,'action started via WP Cron','2021-02-10 17:32:42','2021-02-10 09:32:42'),(91502,33411,'action complete via WP Cron','2021-02-10 17:32:42','2021-02-10 09:32:42'),(91503,33412,'action created','2021-02-10 17:32:42','2021-02-10 09:32:42'),(91504,33412,'action started via WP Cron','2021-02-10 17:33:43','2021-02-10 09:33:43'),(91505,33412,'action complete via WP Cron','2021-02-10 17:33:43','2021-02-10 09:33:43'),(91506,33413,'action created','2021-02-10 17:33:43','2021-02-10 09:33:43'),(91507,33413,'action started via WP Cron','2021-02-10 17:34:44','2021-02-10 09:34:44'),(91508,33413,'action complete via WP Cron','2021-02-10 17:34:44','2021-02-10 09:34:44'),(91509,33414,'action created','2021-02-10 17:34:44','2021-02-10 09:34:44'),(91510,33414,'action started via WP Cron','2021-02-10 17:35:48','2021-02-10 09:35:48'),(91511,33414,'action complete via WP Cron','2021-02-10 17:35:48','2021-02-10 09:35:48'),(91512,33415,'action created','2021-02-10 17:35:48','2021-02-10 09:35:48'),(91513,33415,'action started via WP Cron','2021-02-10 17:36:43','2021-02-10 09:36:43'),(91514,33415,'action complete via WP Cron','2021-02-10 17:36:43','2021-02-10 09:36:43'),(91515,33416,'action created','2021-02-10 17:36:43','2021-02-10 09:36:43'),(91516,33416,'action started via WP Cron','2021-02-10 17:37:43','2021-02-10 09:37:43'),(91517,33416,'action complete via WP Cron','2021-02-10 17:37:43','2021-02-10 09:37:43'),(91518,33417,'action created','2021-02-10 17:37:43','2021-02-10 09:37:43'),(91519,33417,'action started via WP Cron','2021-02-10 17:38:41','2021-02-10 09:38:41'),(91520,33417,'action complete via WP Cron','2021-02-10 17:38:41','2021-02-10 09:38:41'),(91521,33418,'action created','2021-02-10 17:38:41','2021-02-10 09:38:41'),(91522,33418,'action started via WP Cron','2021-02-10 17:39:40','2021-02-10 09:39:40'),(91523,33418,'action complete via WP Cron','2021-02-10 17:39:40','2021-02-10 09:39:40'),(91524,33419,'action created','2021-02-10 17:39:40','2021-02-10 09:39:40'),(91525,33419,'action started via WP Cron','2021-02-10 17:40:41','2021-02-10 09:40:41'),(91526,33419,'action complete via WP Cron','2021-02-10 17:40:41','2021-02-10 09:40:41'),(91527,33420,'action created','2021-02-10 17:40:41','2021-02-10 09:40:41'),(91528,33420,'action started via WP Cron','2021-02-10 17:41:46','2021-02-10 09:41:46'),(91529,33420,'action complete via WP Cron','2021-02-10 17:41:46','2021-02-10 09:41:46'),(91530,33421,'action created','2021-02-10 17:41:46','2021-02-10 09:41:46'),(91531,33421,'action started via WP Cron','2021-02-10 17:42:46','2021-02-10 09:42:46'),(91532,33421,'action complete via WP Cron','2021-02-10 17:42:46','2021-02-10 09:42:46'),(91533,33422,'action created','2021-02-10 17:42:46','2021-02-10 09:42:46'),(91534,33422,'action started via WP Cron','2021-02-10 17:43:45','2021-02-10 09:43:45'),(91535,33422,'action complete via WP Cron','2021-02-10 17:43:45','2021-02-10 09:43:45'),(91536,33423,'action created','2021-02-10 17:43:45','2021-02-10 09:43:45'),(91537,33423,'action started via WP Cron','2021-02-10 17:44:42','2021-02-10 09:44:42'),(91538,33423,'action complete via WP Cron','2021-02-10 17:44:42','2021-02-10 09:44:42'),(91539,33424,'action created','2021-02-10 17:44:42','2021-02-10 09:44:42'),(91540,33424,'action started via WP Cron','2021-02-10 17:45:41','2021-02-10 09:45:41'),(91541,33424,'action complete via WP Cron','2021-02-10 17:45:41','2021-02-10 09:45:41'),(91542,33425,'action created','2021-02-10 17:45:41','2021-02-10 09:45:41'),(91543,33425,'action started via WP Cron','2021-02-10 17:46:43','2021-02-10 09:46:43'),(91544,33425,'action complete via WP Cron','2021-02-10 17:46:43','2021-02-10 09:46:43'),(91545,33426,'action created','2021-02-10 17:46:46','2021-02-10 09:46:46'),(91546,33426,'action started via WP Cron','2021-02-10 17:47:49','2021-02-10 09:47:49'),(91547,33426,'action complete via WP Cron','2021-02-10 17:47:49','2021-02-10 09:47:49'),(91548,33427,'action created','2021-02-10 17:47:49','2021-02-10 09:47:49'),(91549,33427,'action started via WP Cron','2021-02-10 17:48:44','2021-02-10 09:48:44'),(91550,33427,'action complete via WP Cron','2021-02-10 17:48:44','2021-02-10 09:48:44'),(91551,33428,'action created','2021-02-10 17:48:44','2021-02-10 09:48:44'),(91552,33428,'action started via WP Cron','2021-02-10 17:49:45','2021-02-10 09:49:45'),(91553,33428,'action complete via WP Cron','2021-02-10 17:49:45','2021-02-10 09:49:45'),(91554,33429,'action created','2021-02-10 17:49:45','2021-02-10 09:49:45'),(91555,33429,'action started via WP Cron','2021-02-10 17:50:44','2021-02-10 09:50:44'),(91556,33429,'action complete via WP Cron','2021-02-10 17:50:44','2021-02-10 09:50:44'),(91557,33430,'action created','2021-02-10 17:50:47','2021-02-10 09:50:47'),(91558,33430,'action started via WP Cron','2021-02-10 17:51:43','2021-02-10 09:51:43'),(91559,33430,'action complete via WP Cron','2021-02-10 17:51:43','2021-02-10 09:51:43'),(91560,33431,'action created','2021-02-10 17:51:43','2021-02-10 09:51:43'),(91561,33431,'action started via WP Cron','2021-02-10 17:52:43','2021-02-10 09:52:43'),(91562,33431,'action complete via WP Cron','2021-02-10 17:52:43','2021-02-10 09:52:43'),(91563,33432,'action created','2021-02-10 17:52:43','2021-02-10 09:52:43'),(91564,33432,'action started via WP Cron','2021-02-10 17:53:44','2021-02-10 09:53:44'),(91565,33432,'action complete via WP Cron','2021-02-10 17:53:44','2021-02-10 09:53:44'),(91566,33433,'action created','2021-02-10 17:53:44','2021-02-10 09:53:44'),(91567,33433,'action started via WP Cron','2021-02-10 17:54:50','2021-02-10 09:54:50'),(91568,33433,'action complete via WP Cron','2021-02-10 17:54:50','2021-02-10 09:54:50'),(91569,33434,'action created','2021-02-10 17:54:50','2021-02-10 09:54:50'),(91570,33434,'action started via WP Cron','2021-02-10 17:55:47','2021-02-10 09:55:47'),(91571,33434,'action complete via WP Cron','2021-02-10 17:55:47','2021-02-10 09:55:47'),(91572,33435,'action created','2021-02-10 17:55:47','2021-02-10 09:55:47'),(91573,33435,'action started via WP Cron','2021-02-10 17:56:41','2021-02-10 09:56:41'),(91574,33435,'action complete via WP Cron','2021-02-10 17:56:41','2021-02-10 09:56:41'),(91575,33436,'action created','2021-02-10 17:56:41','2021-02-10 09:56:41'),(91576,33436,'action started via WP Cron','2021-02-10 17:57:44','2021-02-10 09:57:44'),(91577,33436,'action complete via WP Cron','2021-02-10 17:57:44','2021-02-10 09:57:44'),(91578,33437,'action created','2021-02-10 17:57:44','2021-02-10 09:57:44'),(91579,33437,'action started via WP Cron','2021-02-10 17:58:41','2021-02-10 09:58:41'),(91580,33437,'action complete via WP Cron','2021-02-10 17:58:41','2021-02-10 09:58:41'),(91581,33438,'action created','2021-02-10 17:58:41','2021-02-10 09:58:41'),(91582,33438,'action started via WP Cron','2021-02-10 17:59:42','2021-02-10 09:59:42'),(91583,33438,'action complete via WP Cron','2021-02-10 17:59:42','2021-02-10 09:59:42'),(91584,33439,'action created','2021-02-10 17:59:42','2021-02-10 09:59:42'),(91585,33439,'action started via WP Cron','2021-02-10 18:00:40','2021-02-10 10:00:40'),(91586,33439,'action complete via WP Cron','2021-02-10 18:00:40','2021-02-10 10:00:40'),(91587,33440,'action created','2021-02-10 18:00:41','2021-02-10 10:00:41'),(91588,33440,'action started via WP Cron','2021-02-10 18:01:42','2021-02-10 10:01:42'),(91589,33440,'action complete via WP Cron','2021-02-10 18:01:42','2021-02-10 10:01:42'),(91590,33441,'action created','2021-02-10 18:01:42','2021-02-10 10:01:42'),(91591,33441,'action started via WP Cron','2021-02-10 18:02:46','2021-02-10 10:02:46'),(91592,33441,'action complete via WP Cron','2021-02-10 18:02:46','2021-02-10 10:02:46'),(91593,33442,'action created','2021-02-10 18:02:46','2021-02-10 10:02:46'),(91594,33442,'action started via WP Cron','2021-02-10 18:03:41','2021-02-10 10:03:41'),(91595,33442,'action complete via WP Cron','2021-02-10 18:03:41','2021-02-10 10:03:41'),(91596,33443,'action created','2021-02-10 18:03:41','2021-02-10 10:03:41'),(91597,33443,'action started via WP Cron','2021-02-10 18:04:43','2021-02-10 10:04:43'),(91598,33443,'action complete via WP Cron','2021-02-10 18:04:43','2021-02-10 10:04:43'),(91599,33444,'action created','2021-02-10 18:04:43','2021-02-10 10:04:43'),(91600,33444,'action started via WP Cron','2021-02-10 18:05:46','2021-02-10 10:05:46'),(91601,33444,'action complete via WP Cron','2021-02-10 18:05:46','2021-02-10 10:05:46'),(91602,33445,'action created','2021-02-10 18:05:46','2021-02-10 10:05:46'),(91603,33445,'action started via WP Cron','2021-02-10 18:06:50','2021-02-10 10:06:50'),(91604,33445,'action complete via WP Cron','2021-02-10 18:06:50','2021-02-10 10:06:50'),(91605,33446,'action created','2021-02-10 18:06:51','2021-02-10 10:06:51'),(91606,33446,'action started via WP Cron','2021-02-10 18:07:43','2021-02-10 10:07:43'),(91607,33446,'action complete via WP Cron','2021-02-10 18:07:43','2021-02-10 10:07:43'),(91608,33447,'action created','2021-02-10 18:07:43','2021-02-10 10:07:43'),(91609,33447,'action started via WP Cron','2021-02-10 18:08:47','2021-02-10 10:08:47'),(91610,33447,'action complete via WP Cron','2021-02-10 18:08:47','2021-02-10 10:08:47'),(91611,33448,'action created','2021-02-10 18:08:47','2021-02-10 10:08:47'),(91612,33448,'action started via WP Cron','2021-02-10 18:09:46','2021-02-10 10:09:46'),(91613,33448,'action complete via WP Cron','2021-02-10 18:09:46','2021-02-10 10:09:46'),(91614,33449,'action created','2021-02-10 18:09:47','2021-02-10 10:09:47'),(91615,33449,'action started via WP Cron','2021-02-10 18:10:49','2021-02-10 10:10:49'),(91616,33449,'action complete via WP Cron','2021-02-10 18:10:49','2021-02-10 10:10:49'),(91617,33450,'action created','2021-02-10 18:10:49','2021-02-10 10:10:49'),(91618,33450,'action started via WP Cron','2021-02-10 18:11:41','2021-02-10 10:11:41'),(91619,33450,'action complete via WP Cron','2021-02-10 18:11:41','2021-02-10 10:11:41'),(91620,33451,'action created','2021-02-10 18:11:41','2021-02-10 10:11:41'),(91621,33451,'action started via WP Cron','2021-02-10 18:12:41','2021-02-10 10:12:41'),(91622,33451,'action complete via WP Cron','2021-02-10 18:12:41','2021-02-10 10:12:41'),(91623,33452,'action created','2021-02-10 18:12:41','2021-02-10 10:12:41'),(91624,33452,'action started via WP Cron','2021-02-10 18:13:46','2021-02-10 10:13:46'),(91625,33452,'action complete via WP Cron','2021-02-10 18:13:46','2021-02-10 10:13:46'),(91626,33453,'action created','2021-02-10 18:13:46','2021-02-10 10:13:46'),(91627,33453,'action started via WP Cron','2021-02-10 18:14:41','2021-02-10 10:14:41'),(91628,33453,'action complete via WP Cron','2021-02-10 18:14:41','2021-02-10 10:14:41'),(91629,33454,'action created','2021-02-10 18:14:41','2021-02-10 10:14:41'),(91630,33454,'action started via WP Cron','2021-02-10 18:15:46','2021-02-10 10:15:46'),(91631,33454,'action complete via WP Cron','2021-02-10 18:15:46','2021-02-10 10:15:46'),(91632,33455,'action created','2021-02-10 18:15:46','2021-02-10 10:15:46'),(91633,33455,'action started via WP Cron','2021-02-10 18:16:46','2021-02-10 10:16:46'),(91634,33455,'action complete via WP Cron','2021-02-10 18:16:46','2021-02-10 10:16:46'),(91635,33456,'action created','2021-02-10 18:16:46','2021-02-10 10:16:46'),(91636,33456,'action started via WP Cron','2021-02-10 18:18:00','2021-02-10 10:18:00'),(91637,33456,'action complete via WP Cron','2021-02-10 18:18:00','2021-02-10 10:18:00'),(91638,33457,'action created','2021-02-10 18:18:00','2021-02-10 10:18:00'),(91639,33457,'action started via WP Cron','2021-02-10 18:18:42','2021-02-10 10:18:42'),(91640,33457,'action complete via WP Cron','2021-02-10 18:18:42','2021-02-10 10:18:42'),(91641,33458,'action created','2021-02-10 18:18:42','2021-02-10 10:18:42'),(91642,33458,'action started via WP Cron','2021-02-10 18:19:42','2021-02-10 10:19:42'),(91643,33458,'action complete via WP Cron','2021-02-10 18:19:42','2021-02-10 10:19:42'),(91644,33459,'action created','2021-02-10 18:19:42','2021-02-10 10:19:42'),(91645,33459,'action started via WP Cron','2021-02-10 18:20:41','2021-02-10 10:20:41'),(91646,33459,'action complete via WP Cron','2021-02-10 18:20:41','2021-02-10 10:20:41'),(91647,33460,'action created','2021-02-10 18:20:41','2021-02-10 10:20:41'),(91648,33460,'action started via WP Cron','2021-02-10 18:21:42','2021-02-10 10:21:42'),(91649,33460,'action complete via WP Cron','2021-02-10 18:21:42','2021-02-10 10:21:42'),(91650,33461,'action created','2021-02-10 18:21:42','2021-02-10 10:21:42'),(91651,33461,'action started via WP Cron','2021-02-10 18:22:46','2021-02-10 10:22:46'),(91652,33461,'action complete via WP Cron','2021-02-10 18:22:46','2021-02-10 10:22:46'),(91653,33462,'action created','2021-02-10 18:22:46','2021-02-10 10:22:46'),(91654,33462,'action started via WP Cron','2021-02-10 18:23:42','2021-02-10 10:23:42'),(91655,33462,'action complete via WP Cron','2021-02-10 18:23:42','2021-02-10 10:23:42'),(91656,33463,'action created','2021-02-10 18:23:42','2021-02-10 10:23:42'),(91657,33463,'action started via WP Cron','2021-02-10 18:24:45','2021-02-10 10:24:45'),(91658,33463,'action complete via WP Cron','2021-02-10 18:24:45','2021-02-10 10:24:45'),(91659,33464,'action created','2021-02-10 18:24:45','2021-02-10 10:24:45'),(91660,33464,'action started via WP Cron','2021-02-10 18:25:41','2021-02-10 10:25:41'),(91661,33464,'action complete via WP Cron','2021-02-10 18:25:41','2021-02-10 10:25:41'),(91662,33465,'action created','2021-02-10 18:25:41','2021-02-10 10:25:41'),(91663,33465,'action started via WP Cron','2021-02-10 18:26:47','2021-02-10 10:26:47'),(91664,33465,'action complete via WP Cron','2021-02-10 18:26:47','2021-02-10 10:26:47'),(91665,33466,'action created','2021-02-10 18:26:47','2021-02-10 10:26:47'),(91666,33466,'action started via WP Cron','2021-02-10 18:27:48','2021-02-10 10:27:48'),(91667,33466,'action complete via WP Cron','2021-02-10 18:27:48','2021-02-10 10:27:48'),(91668,33467,'action created','2021-02-10 18:27:48','2021-02-10 10:27:48'),(91669,33467,'action started via WP Cron','2021-02-10 18:28:43','2021-02-10 10:28:43'),(91670,33467,'action complete via WP Cron','2021-02-10 18:28:43','2021-02-10 10:28:43'),(91671,33468,'action created','2021-02-10 18:28:43','2021-02-10 10:28:43'),(91672,33468,'action started via WP Cron','2021-02-10 18:29:43','2021-02-10 10:29:43'),(91673,33468,'action complete via WP Cron','2021-02-10 18:29:43','2021-02-10 10:29:43'),(91674,33469,'action created','2021-02-10 18:29:43','2021-02-10 10:29:43'),(91675,33469,'action started via WP Cron','2021-02-10 18:30:41','2021-02-10 10:30:41'),(91676,33469,'action complete via WP Cron','2021-02-10 18:30:41','2021-02-10 10:30:41'),(91677,33470,'action created','2021-02-10 18:30:41','2021-02-10 10:30:41'),(91678,33470,'action started via WP Cron','2021-02-10 18:31:44','2021-02-10 10:31:44'),(91679,33470,'action complete via WP Cron','2021-02-10 18:31:44','2021-02-10 10:31:44'),(91680,33471,'action created','2021-02-10 18:31:45','2021-02-10 10:31:45'),(91681,33471,'action started via WP Cron','2021-02-10 18:32:47','2021-02-10 10:32:47'),(91682,33471,'action complete via WP Cron','2021-02-10 18:32:47','2021-02-10 10:32:47'),(91683,33472,'action created','2021-02-10 18:32:47','2021-02-10 10:32:47'),(91684,33472,'action started via WP Cron','2021-02-10 18:33:46','2021-02-10 10:33:46'),(91685,33472,'action complete via WP Cron','2021-02-10 18:33:46','2021-02-10 10:33:46'),(91686,33473,'action created','2021-02-10 18:33:46','2021-02-10 10:33:46'),(91687,33473,'action started via WP Cron','2021-02-10 18:34:45','2021-02-10 10:34:45'),(91688,33473,'action complete via WP Cron','2021-02-10 18:34:45','2021-02-10 10:34:45'),(91689,33474,'action created','2021-02-10 18:34:45','2021-02-10 10:34:45'),(91690,33474,'action started via WP Cron','2021-02-10 18:35:41','2021-02-10 10:35:41'),(91691,33474,'action complete via WP Cron','2021-02-10 18:35:41','2021-02-10 10:35:41'),(91692,33475,'action created','2021-02-10 18:35:41','2021-02-10 10:35:41'),(91693,33475,'action started via WP Cron','2021-02-10 18:36:44','2021-02-10 10:36:44'),(91694,33475,'action complete via WP Cron','2021-02-10 18:36:44','2021-02-10 10:36:44'),(91695,33476,'action created','2021-02-10 18:36:44','2021-02-10 10:36:44'),(91696,33476,'action started via WP Cron','2021-02-10 18:37:42','2021-02-10 10:37:42'),(91697,33476,'action complete via WP Cron','2021-02-10 18:37:42','2021-02-10 10:37:42'),(91698,33477,'action created','2021-02-10 18:37:42','2021-02-10 10:37:42'),(91699,33477,'action started via WP Cron','2021-02-10 18:38:47','2021-02-10 10:38:47'),(91700,33477,'action complete via WP Cron','2021-02-10 18:38:47','2021-02-10 10:38:47'),(91701,33478,'action created','2021-02-10 18:38:47','2021-02-10 10:38:47'),(91702,33478,'action started via WP Cron','2021-02-10 18:39:48','2021-02-10 10:39:48'),(91703,33478,'action complete via WP Cron','2021-02-10 18:39:48','2021-02-10 10:39:48'),(91704,33479,'action created','2021-02-10 18:39:48','2021-02-10 10:39:48'),(91705,33479,'action started via WP Cron','2021-02-10 18:40:45','2021-02-10 10:40:45'),(91706,33479,'action complete via WP Cron','2021-02-10 18:40:45','2021-02-10 10:40:45'),(91707,33480,'action created','2021-02-10 18:40:45','2021-02-10 10:40:45'),(91708,33480,'action started via WP Cron','2021-02-10 18:41:42','2021-02-10 10:41:42'),(91709,33480,'action complete via WP Cron','2021-02-10 18:41:42','2021-02-10 10:41:42'),(91710,33481,'action created','2021-02-10 18:41:43','2021-02-10 10:41:43'),(91711,33481,'action started via WP Cron','2021-02-10 18:42:43','2021-02-10 10:42:43'),(91712,33481,'action complete via WP Cron','2021-02-10 18:42:43','2021-02-10 10:42:43'),(91713,33482,'action created','2021-02-10 18:42:43','2021-02-10 10:42:43'),(91714,33482,'action started via WP Cron','2021-02-10 18:47:26','2021-02-10 10:47:26'),(91715,33482,'action complete via WP Cron','2021-02-10 18:47:26','2021-02-10 10:47:26'),(91716,33483,'action created','2021-02-10 18:47:26','2021-02-10 10:47:26'),(91717,33483,'action started via WP Cron','2021-02-10 18:48:36','2021-02-10 10:48:36'),(91718,33483,'action complete via WP Cron','2021-02-10 18:48:36','2021-02-10 10:48:36'),(91719,33484,'action created','2021-02-10 18:48:36','2021-02-10 10:48:36'),(91720,33484,'action started via WP Cron','2021-02-10 18:49:43','2021-02-10 10:49:43'),(91721,33484,'action complete via WP Cron','2021-02-10 18:49:43','2021-02-10 10:49:43'),(91722,33485,'action created','2021-02-10 18:49:43','2021-02-10 10:49:43'),(91723,33485,'action started via WP Cron','2021-02-10 18:51:06','2021-02-10 10:51:06'),(91724,33485,'action complete via WP Cron','2021-02-10 18:51:06','2021-02-10 10:51:06'),(91725,33486,'action created','2021-02-10 18:51:07','2021-02-10 10:51:07'),(91726,33486,'action started via WP Cron','2021-02-10 18:51:45','2021-02-10 10:51:45'),(91727,33486,'action complete via WP Cron','2021-02-10 18:51:45','2021-02-10 10:51:45'),(91728,33487,'action created','2021-02-10 18:51:45','2021-02-10 10:51:45'),(91729,33487,'action started via WP Cron','2021-02-10 18:52:47','2021-02-10 10:52:47'),(91730,33487,'action complete via WP Cron','2021-02-10 18:52:47','2021-02-10 10:52:47'),(91731,33488,'action created','2021-02-10 18:52:47','2021-02-10 10:52:47'),(91732,33488,'action started via WP Cron','2021-02-10 18:53:51','2021-02-10 10:53:51'),(91733,33488,'action complete via WP Cron','2021-02-10 18:53:51','2021-02-10 10:53:51'),(91734,33489,'action created','2021-02-10 18:53:51','2021-02-10 10:53:51'),(91735,33489,'action started via WP Cron','2021-02-10 18:54:50','2021-02-10 10:54:50'),(91736,33489,'action complete via WP Cron','2021-02-10 18:54:50','2021-02-10 10:54:50'),(91737,33490,'action created','2021-02-10 18:54:50','2021-02-10 10:54:50'),(91738,33490,'action started via WP Cron','2021-02-10 18:55:58','2021-02-10 10:55:58'),(91739,33490,'action complete via WP Cron','2021-02-10 18:55:58','2021-02-10 10:55:58'),(91740,33491,'action created','2021-02-10 18:55:59','2021-02-10 10:55:59'),(91741,33491,'action started via WP Cron','2021-02-10 18:57:00','2021-02-10 10:57:00'),(91742,33491,'action complete via WP Cron','2021-02-10 18:57:00','2021-02-10 10:57:00'),(91743,33492,'action created','2021-02-10 18:57:00','2021-02-10 10:57:00'),(91744,33492,'action started via WP Cron','2021-02-10 19:00:36','2021-02-10 11:00:36'),(91745,33492,'action complete via WP Cron','2021-02-10 19:00:36','2021-02-10 11:00:36'),(91746,33493,'action created','2021-02-10 19:00:37','2021-02-10 11:00:37'),(91747,33493,'action started via WP Cron','2021-02-10 19:20:01','2021-02-10 11:20:01'),(91748,33493,'action complete via WP Cron','2021-02-10 19:20:01','2021-02-10 11:20:01'),(91749,33494,'action created','2021-02-10 19:20:01','2021-02-10 11:20:01'),(91750,33494,'action started via WP Cron','2021-02-10 19:21:48','2021-02-10 11:21:48'),(91751,33494,'action complete via WP Cron','2021-02-10 19:21:48','2021-02-10 11:21:48'),(91752,33495,'action created','2021-02-10 19:21:49','2021-02-10 11:21:49'),(91753,33495,'action started via WP Cron','2021-02-10 19:23:14','2021-02-10 11:23:14'),(91754,33495,'action complete via WP Cron','2021-02-10 19:23:14','2021-02-10 11:23:14'),(91755,33496,'action created','2021-02-10 19:23:14','2021-02-10 11:23:14'),(91756,33496,'action started via WP Cron','2021-02-10 19:25:33','2021-02-10 11:25:33'),(91757,33496,'action complete via WP Cron','2021-02-10 19:25:33','2021-02-10 11:25:33'),(91758,33497,'action created','2021-02-10 19:25:33','2021-02-10 11:25:33'),(91759,33497,'action started via WP Cron','2021-02-10 19:26:02','2021-02-10 11:26:02'),(91760,33497,'action complete via WP Cron','2021-02-10 19:26:02','2021-02-10 11:26:02'),(91761,33498,'action created','2021-02-10 19:26:03','2021-02-10 11:26:03'),(91762,33498,'action started via WP Cron','2021-02-10 19:26:59','2021-02-10 11:26:59'),(91763,33498,'action complete via WP Cron','2021-02-10 19:26:59','2021-02-10 11:26:59'),(91764,33499,'action created','2021-02-10 19:26:59','2021-02-10 11:26:59'),(91765,33499,'action started via WP Cron','2021-02-10 19:27:50','2021-02-10 11:27:50'),(91766,33499,'action complete via WP Cron','2021-02-10 19:27:50','2021-02-10 11:27:50'),(91767,33500,'action created','2021-02-10 19:27:50','2021-02-10 11:27:50'),(91768,33500,'action started via WP Cron','2021-02-10 19:28:56','2021-02-10 11:28:56'),(91769,33500,'action complete via WP Cron','2021-02-10 19:28:56','2021-02-10 11:28:56'),(91770,33501,'action created','2021-02-10 19:28:56','2021-02-10 11:28:56'),(91771,33501,'action started via WP Cron','2021-02-10 19:29:49','2021-02-10 11:29:49'),(91772,33501,'action complete via WP Cron','2021-02-10 19:29:49','2021-02-10 11:29:49'),(91773,33502,'action created','2021-02-10 19:29:49','2021-02-10 11:29:49'),(91774,33502,'action started via WP Cron','2021-02-10 19:30:47','2021-02-10 11:30:47'),(91775,33502,'action complete via WP Cron','2021-02-10 19:30:47','2021-02-10 11:30:47'),(91776,33503,'action created','2021-02-10 19:30:47','2021-02-10 11:30:47'),(91777,33503,'action started via WP Cron','2021-02-10 19:31:54','2021-02-10 11:31:54'),(91778,33503,'action complete via WP Cron','2021-02-10 19:31:54','2021-02-10 11:31:54'),(91779,33504,'action created','2021-02-10 19:31:54','2021-02-10 11:31:54'),(91780,33504,'action started via WP Cron','2021-02-10 19:32:51','2021-02-10 11:32:51'),(91781,33504,'action complete via WP Cron','2021-02-10 19:32:51','2021-02-10 11:32:51'),(91782,33505,'action created','2021-02-10 19:32:51','2021-02-10 11:32:51'),(91783,33505,'action started via WP Cron','2021-02-10 19:33:44','2021-02-10 11:33:44'),(91784,33505,'action complete via WP Cron','2021-02-10 19:33:44','2021-02-10 11:33:44'),(91785,33506,'action created','2021-02-10 19:33:44','2021-02-10 11:33:44'),(91786,33506,'action started via WP Cron','2021-02-10 19:34:42','2021-02-10 11:34:42'),(91787,33506,'action complete via WP Cron','2021-02-10 19:34:42','2021-02-10 11:34:42'),(91788,33507,'action created','2021-02-10 19:34:42','2021-02-10 11:34:42'),(91789,33507,'action started via WP Cron','2021-02-10 19:36:02','2021-02-10 11:36:02'),(91790,33507,'action complete via WP Cron','2021-02-10 19:36:02','2021-02-10 11:36:02'),(91791,33508,'action created','2021-02-10 19:36:03','2021-02-10 11:36:03'),(91792,33508,'action started via WP Cron','2021-02-10 19:36:53','2021-02-10 11:36:53'),(91793,33508,'action complete via WP Cron','2021-02-10 19:36:53','2021-02-10 11:36:53'),(91794,33509,'action created','2021-02-10 19:36:53','2021-02-10 11:36:53'),(91795,33509,'action started via WP Cron','2021-02-10 19:37:52','2021-02-10 11:37:52'),(91796,33509,'action complete via WP Cron','2021-02-10 19:37:52','2021-02-10 11:37:52'),(91797,33510,'action created','2021-02-10 19:37:52','2021-02-10 11:37:52'),(91798,33510,'action started via WP Cron','2021-02-10 19:39:01','2021-02-10 11:39:01'),(91799,33510,'action complete via WP Cron','2021-02-10 19:39:01','2021-02-10 11:39:01'),(91800,33511,'action created','2021-02-10 19:39:01','2021-02-10 11:39:01'),(91801,33511,'action started via WP Cron','2021-02-10 19:40:01','2021-02-10 11:40:01'),(91802,33511,'action complete via WP Cron','2021-02-10 19:40:01','2021-02-10 11:40:01'),(91803,33512,'action created','2021-02-10 19:40:01','2021-02-10 11:40:01'),(91804,33512,'action started via WP Cron','2021-02-10 19:40:55','2021-02-10 11:40:55'),(91805,33512,'action complete via WP Cron','2021-02-10 19:40:55','2021-02-10 11:40:55'),(91806,33513,'action created','2021-02-10 19:40:55','2021-02-10 11:40:55'),(91807,33513,'action started via WP Cron','2021-02-10 19:42:00','2021-02-10 11:42:00'),(91808,33513,'action complete via WP Cron','2021-02-10 19:42:00','2021-02-10 11:42:00'),(91809,33514,'action created','2021-02-10 19:42:00','2021-02-10 11:42:00'),(91810,33514,'action started via WP Cron','2021-02-10 19:42:52','2021-02-10 11:42:52'),(91811,33514,'action complete via WP Cron','2021-02-10 19:42:52','2021-02-10 11:42:52'),(91812,33515,'action created','2021-02-10 19:42:53','2021-02-10 11:42:53'),(91813,33515,'action started via WP Cron','2021-02-10 19:43:42','2021-02-10 11:43:42'),(91814,33515,'action complete via WP Cron','2021-02-10 19:43:42','2021-02-10 11:43:42'),(91815,33516,'action created','2021-02-10 19:43:42','2021-02-10 11:43:42'),(91816,33516,'action started via WP Cron','2021-02-10 19:44:46','2021-02-10 11:44:46'),(91817,33516,'action complete via WP Cron','2021-02-10 19:44:46','2021-02-10 11:44:46'),(91818,33517,'action created','2021-02-10 19:44:46','2021-02-10 11:44:46'),(91819,33517,'action started via WP Cron','2021-02-10 19:45:50','2021-02-10 11:45:50'),(91820,33517,'action complete via WP Cron','2021-02-10 19:45:50','2021-02-10 11:45:50'),(91821,33518,'action created','2021-02-10 19:45:50','2021-02-10 11:45:50'),(91822,33518,'action started via WP Cron','2021-02-10 19:46:42','2021-02-10 11:46:42'),(91823,33518,'action complete via WP Cron','2021-02-10 19:46:42','2021-02-10 11:46:42'),(91824,33519,'action created','2021-02-10 19:46:42','2021-02-10 11:46:42'),(91825,33519,'action started via WP Cron','2021-02-10 19:48:00','2021-02-10 11:48:00'),(91826,33519,'action complete via WP Cron','2021-02-10 19:48:00','2021-02-10 11:48:00'),(91827,33520,'action created','2021-02-10 19:48:00','2021-02-10 11:48:00'),(91828,33520,'action started via WP Cron','2021-02-10 19:48:42','2021-02-10 11:48:42'),(91829,33520,'action complete via WP Cron','2021-02-10 19:48:42','2021-02-10 11:48:42'),(91830,33521,'action created','2021-02-10 19:48:42','2021-02-10 11:48:42'),(91831,33521,'action started via WP Cron','2021-02-10 19:49:50','2021-02-10 11:49:50'),(91832,33521,'action complete via WP Cron','2021-02-10 19:49:50','2021-02-10 11:49:50'),(91833,33522,'action created','2021-02-10 19:49:50','2021-02-10 11:49:50'),(91834,33522,'action started via WP Cron','2021-02-10 19:50:40','2021-02-10 11:50:40'),(91835,33522,'action complete via WP Cron','2021-02-10 19:50:40','2021-02-10 11:50:40'),(91836,33523,'action created','2021-02-10 19:50:40','2021-02-10 11:50:40'),(91837,33523,'action started via WP Cron','2021-02-10 19:51:50','2021-02-10 11:51:50'),(91838,33523,'action complete via WP Cron','2021-02-10 19:51:50','2021-02-10 11:51:50'),(91839,33524,'action created','2021-02-10 19:51:50','2021-02-10 11:51:50'),(91840,33524,'action started via WP Cron','2021-02-10 19:52:43','2021-02-10 11:52:43'),(91841,33524,'action complete via WP Cron','2021-02-10 19:52:43','2021-02-10 11:52:43'),(91842,33525,'action created','2021-02-10 19:52:43','2021-02-10 11:52:43'),(91843,33525,'action started via WP Cron','2021-02-10 19:53:49','2021-02-10 11:53:49'),(91844,33525,'action complete via WP Cron','2021-02-10 19:53:49','2021-02-10 11:53:49'),(91845,33526,'action created','2021-02-10 19:53:50','2021-02-10 11:53:50'),(91846,33526,'action started via WP Cron','2021-02-10 19:54:44','2021-02-10 11:54:44'),(91847,33526,'action complete via WP Cron','2021-02-10 19:54:44','2021-02-10 11:54:44'),(91848,33527,'action created','2021-02-10 19:54:44','2021-02-10 11:54:44'),(91849,33527,'action started via WP Cron','2021-02-10 19:55:46','2021-02-10 11:55:46'),(91850,33527,'action complete via WP Cron','2021-02-10 19:55:46','2021-02-10 11:55:46'),(91851,33528,'action created','2021-02-10 19:55:46','2021-02-10 11:55:46'),(91852,33528,'action started via WP Cron','2021-02-10 19:56:56','2021-02-10 11:56:56'),(91853,33528,'action complete via WP Cron','2021-02-10 19:56:56','2021-02-10 11:56:56'),(91854,33529,'action created','2021-02-10 19:56:56','2021-02-10 11:56:56'),(91855,33529,'action started via WP Cron','2021-02-10 19:57:47','2021-02-10 11:57:47'),(91856,33529,'action complete via WP Cron','2021-02-10 19:57:47','2021-02-10 11:57:47'),(91857,33530,'action created','2021-02-10 19:57:47','2021-02-10 11:57:47'),(91858,33530,'action started via WP Cron','2021-02-10 19:58:48','2021-02-10 11:58:48'),(91859,33530,'action complete via WP Cron','2021-02-10 19:58:48','2021-02-10 11:58:48'),(91860,33531,'action created','2021-02-10 19:58:48','2021-02-10 11:58:48'),(91861,33531,'action started via WP Cron','2021-02-10 19:59:49','2021-02-10 11:59:49'),(91862,33531,'action complete via WP Cron','2021-02-10 19:59:49','2021-02-10 11:59:49'),(91863,33532,'action created','2021-02-10 19:59:49','2021-02-10 11:59:49'),(91864,33532,'action started via WP Cron','2021-02-10 20:00:48','2021-02-10 12:00:48'),(91865,33532,'action complete via WP Cron','2021-02-10 20:00:48','2021-02-10 12:00:48'),(91866,33533,'action created','2021-02-10 20:00:48','2021-02-10 12:00:48'),(91867,33533,'action started via WP Cron','2021-02-10 20:01:59','2021-02-10 12:01:59'),(91868,33533,'action complete via WP Cron','2021-02-10 20:02:00','2021-02-10 12:02:00'),(91869,33534,'action created','2021-02-10 20:02:14','2021-02-10 12:02:14'),(91870,33534,'action started via WP Cron','2021-02-10 20:02:53','2021-02-10 12:02:53'),(91871,33534,'action complete via WP Cron','2021-02-10 20:02:53','2021-02-10 12:02:53'),(91872,33535,'action created','2021-02-10 20:02:54','2021-02-10 12:02:54'),(91873,33535,'action started via WP Cron','2021-02-10 20:03:59','2021-02-10 12:03:59'),(91874,33535,'action complete via WP Cron','2021-02-10 20:03:59','2021-02-10 12:03:59'),(91875,33536,'action created','2021-02-10 20:03:59','2021-02-10 12:03:59'),(91876,33536,'action started via WP Cron','2021-02-10 20:04:40','2021-02-10 12:04:40'),(91877,33536,'action complete via WP Cron','2021-02-10 20:04:40','2021-02-10 12:04:40'),(91878,33537,'action created','2021-02-10 20:04:41','2021-02-10 12:04:41'),(91879,33537,'action started via WP Cron','2021-02-10 20:06:31','2021-02-10 12:06:31'),(91880,33537,'action complete via WP Cron','2021-02-10 20:06:31','2021-02-10 12:06:31'),(91881,33538,'action created','2021-02-10 20:06:31','2021-02-10 12:06:31'),(91882,33538,'action started via WP Cron','2021-02-10 20:07:37','2021-02-10 12:07:37'),(91883,33538,'action complete via WP Cron','2021-02-10 20:07:37','2021-02-10 12:07:37'),(91884,33539,'action created','2021-02-10 20:07:37','2021-02-10 12:07:37'),(91885,33539,'action started via WP Cron','2021-02-10 20:08:49','2021-02-10 12:08:49'),(91886,33539,'action complete via WP Cron','2021-02-10 20:08:49','2021-02-10 12:08:49'),(91887,33540,'action created','2021-02-10 20:08:49','2021-02-10 12:08:49'),(91888,33540,'action started via WP Cron','2021-02-10 20:09:56','2021-02-10 12:09:56'),(91889,33540,'action complete via WP Cron','2021-02-10 20:09:56','2021-02-10 12:09:56'),(91890,33541,'action created','2021-02-10 20:09:56','2021-02-10 12:09:56'),(91891,33541,'action started via WP Cron','2021-02-10 20:10:57','2021-02-10 12:10:57'),(91892,33541,'action complete via WP Cron','2021-02-10 20:10:57','2021-02-10 12:10:57'),(91893,33542,'action created','2021-02-10 20:10:57','2021-02-10 12:10:57'),(91894,33542,'action started via WP Cron','2021-02-10 20:11:53','2021-02-10 12:11:53'),(91895,33542,'action complete via WP Cron','2021-02-10 20:11:53','2021-02-10 12:11:53'),(91896,33543,'action created','2021-02-10 20:11:53','2021-02-10 12:11:53'),(91897,33543,'action started via WP Cron','2021-02-10 20:12:59','2021-02-10 12:12:59'),(91898,33543,'action complete via WP Cron','2021-02-10 20:12:59','2021-02-10 12:12:59'),(91899,33544,'action created','2021-02-10 20:12:59','2021-02-10 12:12:59'),(91900,33544,'action started via WP Cron','2021-02-10 20:14:00','2021-02-10 12:14:00'),(91901,33544,'action complete via WP Cron','2021-02-10 20:14:00','2021-02-10 12:14:00'),(91902,33545,'action created','2021-02-10 20:14:00','2021-02-10 12:14:00'),(91903,33545,'action started via WP Cron','2021-02-10 20:15:01','2021-02-10 12:15:01'),(91904,33545,'action complete via WP Cron','2021-02-10 20:15:01','2021-02-10 12:15:01'),(91905,33546,'action created','2021-02-10 20:15:01','2021-02-10 12:15:01'),(91906,33546,'action started via WP Cron','2021-02-10 20:18:35','2021-02-10 12:18:35'),(91907,33546,'action complete via WP Cron','2021-02-10 20:18:35','2021-02-10 12:18:35'),(91908,33547,'action created','2021-02-10 20:18:35','2021-02-10 12:18:35'),(91909,33547,'action started via WP Cron','2021-02-10 20:19:43','2021-02-10 12:19:43'),(91910,33547,'action complete via WP Cron','2021-02-10 20:19:43','2021-02-10 12:19:43'),(91911,33548,'action created','2021-02-10 20:19:43','2021-02-10 12:19:43'),(91912,33548,'action started via WP Cron','2021-02-10 20:20:42','2021-02-10 12:20:42'),(91913,33548,'action complete via WP Cron','2021-02-10 20:20:42','2021-02-10 12:20:42'),(91914,33549,'action created','2021-02-10 20:20:42','2021-02-10 12:20:42'),(91915,33549,'action started via WP Cron','2021-02-10 20:25:08','2021-02-10 12:25:08'),(91916,33549,'action complete via WP Cron','2021-02-10 20:25:08','2021-02-10 12:25:08'),(91917,33550,'action created','2021-02-10 20:25:08','2021-02-10 12:25:08'),(91918,33550,'action started via WP Cron','2021-02-10 20:33:48','2021-02-10 12:33:48'),(91919,33550,'action complete via WP Cron','2021-02-10 20:33:48','2021-02-10 12:33:48'),(91920,33551,'action created','2021-02-10 20:33:48','2021-02-10 12:33:48'),(91921,33551,'action started via WP Cron','2021-02-10 20:34:57','2021-02-10 12:34:57'),(91922,33551,'action complete via WP Cron','2021-02-10 20:34:57','2021-02-10 12:34:57'),(91923,33552,'action created','2021-02-10 20:34:58','2021-02-10 12:34:58'),(91924,33552,'action started via WP Cron','2021-02-10 20:36:57','2021-02-10 12:36:57'),(91925,33552,'action complete via WP Cron','2021-02-10 20:36:57','2021-02-10 12:36:57'),(91926,33553,'action created','2021-02-10 20:36:57','2021-02-10 12:36:57'),(91927,33553,'action started via WP Cron','2021-02-10 20:39:55','2021-02-10 12:39:55'),(91928,33553,'action complete via WP Cron','2021-02-10 20:39:55','2021-02-10 12:39:55'),(91929,33554,'action created','2021-02-10 20:39:55','2021-02-10 12:39:55'),(91933,33554,'action started via Async Request','2021-02-10 20:40:41','2021-02-10 12:40:41'),(91934,33554,'action complete via Async Request','2021-02-10 20:40:41','2021-02-10 12:40:41'),(91935,33556,'action created','2021-02-10 20:40:48','2021-02-10 12:40:48'),(91936,33556,'action started via WP Cron','2021-02-10 20:41:42','2021-02-10 12:41:42'),(91937,33556,'action complete via WP Cron','2021-02-10 20:41:42','2021-02-10 12:41:42'),(91938,33557,'action created','2021-02-10 20:41:42','2021-02-10 12:41:42'),(91939,33557,'action started via WP Cron','2021-02-10 20:42:43','2021-02-10 12:42:43'),(91940,33557,'action complete via WP Cron','2021-02-10 20:42:43','2021-02-10 12:42:43'),(91941,33558,'action created','2021-02-10 20:42:43','2021-02-10 12:42:43'),(91942,33559,'action created','2021-02-10 20:42:47','2021-02-10 12:42:47'),(91943,33559,'action started via WP Cron','2021-02-10 20:43:43','2021-02-10 12:43:43'),(91944,33559,'action complete via WP Cron','2021-02-10 20:43:43','2021-02-10 12:43:43'),(91945,33558,'action started via WP Cron','2021-02-10 20:43:43','2021-02-10 12:43:43'),(91946,33558,'action complete via WP Cron','2021-02-10 20:43:43','2021-02-10 12:43:43'),(91947,33560,'action created','2021-02-10 20:43:51','2021-02-10 12:43:51'),(91948,33560,'action started via Async Request','2021-02-10 20:44:30','2021-02-10 12:44:30'),(91949,33560,'action complete via Async Request','2021-02-10 20:44:30','2021-02-10 12:44:30'),(91950,33561,'action created','2021-02-10 20:45:23','2021-02-10 12:45:23'),(91951,33561,'action started via WP Cron','2021-02-10 20:45:50','2021-02-10 12:45:50'),(91952,33561,'action complete via WP Cron','2021-02-10 20:45:50','2021-02-10 12:45:50'),(91953,33562,'action created','2021-02-10 20:45:50','2021-02-10 12:45:50'),(91954,33562,'action started via WP Cron','2021-02-10 20:46:48','2021-02-10 12:46:48'),(91955,33562,'action complete via WP Cron','2021-02-10 20:46:48','2021-02-10 12:46:48'),(91956,33563,'action created','2021-02-10 20:46:48','2021-02-10 12:46:48'),(91957,33563,'action started via WP Cron','2021-02-10 20:49:47','2021-02-10 12:49:47'),(91958,33563,'action complete via WP Cron','2021-02-10 20:49:47','2021-02-10 12:49:47'),(91959,33564,'action created','2021-02-10 20:49:47','2021-02-10 12:49:47'),(91960,33564,'action started via WP Cron','2021-02-10 20:56:35','2021-02-10 12:56:35'),(91961,33564,'action complete via WP Cron','2021-02-10 20:56:35','2021-02-10 12:56:35'),(91962,33565,'action created','2021-02-10 20:56:35','2021-02-10 12:56:35'),(91963,33565,'action started via WP Cron','2021-02-10 21:00:04','2021-02-10 13:00:04'),(91964,33565,'action complete via WP Cron','2021-02-10 21:00:04','2021-02-10 13:00:04'),(91965,33566,'action created','2021-02-10 21:00:04','2021-02-10 13:00:04'),(91966,33566,'action started via WP Cron','2021-02-10 21:00:49','2021-02-10 13:00:49'),(91967,33566,'action complete via WP Cron','2021-02-10 21:00:49','2021-02-10 13:00:49'),(91968,33567,'action created','2021-02-10 21:00:49','2021-02-10 13:00:49'),(91969,33567,'action started via WP Cron','2021-02-10 21:01:50','2021-02-10 13:01:50'),(91970,33567,'action complete via WP Cron','2021-02-10 21:01:50','2021-02-10 13:01:50'),(91971,33568,'action created','2021-02-10 21:01:50','2021-02-10 13:01:50'),(91972,33568,'action started via WP Cron','2021-02-10 21:03:52','2021-02-10 13:03:52'),(91973,33568,'action complete via WP Cron','2021-02-10 21:03:52','2021-02-10 13:03:52'),(91974,33569,'action created','2021-02-10 21:03:52','2021-02-10 13:03:52'),(91975,33569,'action started via WP Cron','2021-02-10 21:04:54','2021-02-10 13:04:54'),(91976,33569,'action complete via WP Cron','2021-02-10 21:04:54','2021-02-10 13:04:54'),(91977,33570,'action created','2021-02-10 21:04:54','2021-02-10 13:04:54'),(91978,33570,'action started via WP Cron','2021-02-10 21:06:20','2021-02-10 13:06:20'),(91979,33570,'action complete via WP Cron','2021-02-10 21:06:20','2021-02-10 13:06:20'),(91980,33571,'action created','2021-02-10 21:06:20','2021-02-10 13:06:20'),(91981,33571,'action started via WP Cron','2021-02-10 21:08:44','2021-02-10 13:08:44'),(91982,33571,'action complete via WP Cron','2021-02-10 21:08:44','2021-02-10 13:08:44'),(91983,33572,'action created','2021-02-10 21:08:44','2021-02-10 13:08:44'),(91984,33572,'action started via WP Cron','2021-02-10 21:14:59','2021-02-10 13:14:59'),(91985,33572,'action complete via WP Cron','2021-02-10 21:14:59','2021-02-10 13:14:59'),(91986,33573,'action created','2021-02-10 21:14:59','2021-02-10 13:14:59'),(91987,33573,'action started via WP Cron','2021-02-10 21:19:00','2021-02-10 13:19:00'),(91988,33573,'action complete via WP Cron','2021-02-10 21:19:00','2021-02-10 13:19:00'),(91989,33574,'action created','2021-02-10 21:19:00','2021-02-10 13:19:00'),(91990,33574,'action started via WP Cron','2021-02-10 21:21:04','2021-02-10 13:21:04'),(91991,33574,'action complete via WP Cron','2021-02-10 21:21:04','2021-02-10 13:21:04'),(91992,33575,'action created','2021-02-10 21:21:04','2021-02-10 13:21:04'),(91993,33575,'action started via WP Cron','2021-02-10 21:26:54','2021-02-10 13:26:54'),(91994,33575,'action complete via WP Cron','2021-02-10 21:26:54','2021-02-10 13:26:54'),(91995,33576,'action created','2021-02-10 21:26:54','2021-02-10 13:26:54'),(91996,33576,'action started via WP Cron','2021-02-10 21:31:48','2021-02-10 13:31:48'),(91997,33576,'action complete via WP Cron','2021-02-10 21:31:48','2021-02-10 13:31:48'),(91998,33577,'action created','2021-02-10 21:31:48','2021-02-10 13:31:48'),(91999,33577,'action started via WP Cron','2021-02-10 21:33:34','2021-02-10 13:33:34'),(92000,33577,'action complete via WP Cron','2021-02-10 21:33:34','2021-02-10 13:33:34'),(92001,33578,'action created','2021-02-10 21:33:34','2021-02-10 13:33:34'),(92002,33578,'action started via WP Cron','2021-02-10 21:36:24','2021-02-10 13:36:24'),(92003,33578,'action complete via WP Cron','2021-02-10 21:36:24','2021-02-10 13:36:24'),(92004,33579,'action created','2021-02-10 21:36:25','2021-02-10 13:36:25'),(92005,33579,'action started via WP Cron','2021-02-10 21:36:41','2021-02-10 13:36:41'),(92006,33579,'action complete via WP Cron','2021-02-10 21:36:41','2021-02-10 13:36:41'),(92007,33580,'action created','2021-02-10 21:36:41','2021-02-10 13:36:41'),(92008,33580,'action started via WP Cron','2021-02-10 21:37:49','2021-02-10 13:37:49'),(92009,33580,'action complete via WP Cron','2021-02-10 21:37:49','2021-02-10 13:37:49'),(92010,33581,'action created','2021-02-10 21:37:49','2021-02-10 13:37:49'),(92011,33581,'action started via WP Cron','2021-02-10 21:41:02','2021-02-10 13:41:02'),(92012,33581,'action complete via WP Cron','2021-02-10 21:41:02','2021-02-10 13:41:02'),(92013,33582,'action created','2021-02-10 21:41:02','2021-02-10 13:41:02'),(92014,33582,'action started via WP Cron','2021-02-10 21:46:37','2021-02-10 13:46:37'),(92015,33582,'action complete via WP Cron','2021-02-10 21:46:37','2021-02-10 13:46:37'),(92016,33583,'action created','2021-02-10 21:46:37','2021-02-10 13:46:37'),(92017,33583,'action started via WP Cron','2021-02-10 21:46:56','2021-02-10 13:46:56'),(92018,33583,'action complete via WP Cron','2021-02-10 21:46:56','2021-02-10 13:46:56'),(92019,33584,'action created','2021-02-10 21:46:56','2021-02-10 13:46:56'),(92020,33584,'action started via WP Cron','2021-02-10 21:48:01','2021-02-10 13:48:01'),(92021,33584,'action complete via WP Cron','2021-02-10 21:48:01','2021-02-10 13:48:01'),(92022,33585,'action created','2021-02-10 21:48:01','2021-02-10 13:48:01'),(92023,33585,'action started via WP Cron','2021-02-10 21:49:02','2021-02-10 13:49:02'),(92024,33585,'action complete via WP Cron','2021-02-10 21:49:02','2021-02-10 13:49:02'),(92025,33586,'action created','2021-02-10 21:49:02','2021-02-10 13:49:02'),(92026,33586,'action started via WP Cron','2021-02-10 21:50:39','2021-02-10 13:50:39'),(92027,33586,'action complete via WP Cron','2021-02-10 21:50:39','2021-02-10 13:50:39'),(92028,33587,'action created','2021-02-10 21:50:40','2021-02-10 13:50:40'),(92029,33587,'action started via WP Cron','2021-02-10 21:51:50','2021-02-10 13:51:50'),(92030,33587,'action complete via WP Cron','2021-02-10 21:51:50','2021-02-10 13:51:50'),(92031,33588,'action created','2021-02-10 21:51:50','2021-02-10 13:51:50'),(92032,33588,'action started via WP Cron','2021-02-10 21:52:50','2021-02-10 13:52:50'),(92033,33588,'action complete via WP Cron','2021-02-10 21:52:50','2021-02-10 13:52:50'),(92034,33589,'action created','2021-02-10 21:52:50','2021-02-10 13:52:50'),(92035,33589,'action started via WP Cron','2021-02-10 21:57:19','2021-02-10 13:57:19'),(92036,33589,'action complete via WP Cron','2021-02-10 21:57:19','2021-02-10 13:57:19'),(92037,33590,'action created','2021-02-10 21:57:19','2021-02-10 13:57:19'),(92038,33590,'action started via WP Cron','2021-02-10 22:00:17','2021-02-10 14:00:17'),(92039,33590,'action complete via WP Cron','2021-02-10 22:00:17','2021-02-10 14:00:17'),(92040,33591,'action created','2021-02-10 22:00:17','2021-02-10 14:00:17'),(92041,33591,'action started via WP Cron','2021-02-10 22:01:59','2021-02-10 14:01:59'),(92042,33591,'action complete via WP Cron','2021-02-10 22:01:59','2021-02-10 14:01:59'),(92043,33592,'action created','2021-02-10 22:01:59','2021-02-10 14:01:59'),(92044,33592,'action started via WP Cron','2021-02-10 22:03:15','2021-02-10 14:03:15'),(92045,33592,'action complete via WP Cron','2021-02-10 22:03:15','2021-02-10 14:03:15'),(92046,33593,'action created','2021-02-10 22:03:15','2021-02-10 14:03:15'),(92047,33593,'action started via WP Cron','2021-02-10 22:04:23','2021-02-10 14:04:23'),(92048,33593,'action complete via WP Cron','2021-02-10 22:04:23','2021-02-10 14:04:23'),(92049,33594,'action created','2021-02-10 22:04:23','2021-02-10 14:04:23'),(92050,33594,'action started via WP Cron','2021-02-10 22:05:23','2021-02-10 14:05:23'),(92051,33594,'action complete via WP Cron','2021-02-10 22:05:23','2021-02-10 14:05:23'),(92052,33595,'action created','2021-02-10 22:05:23','2021-02-10 14:05:23'),(92053,33595,'action started via WP Cron','2021-02-10 22:06:25','2021-02-10 14:06:25'),(92054,33595,'action complete via WP Cron','2021-02-10 22:06:25','2021-02-10 14:06:25'),(92055,33596,'action created','2021-02-10 22:06:25','2021-02-10 14:06:25'),(92056,33596,'action started via WP Cron','2021-02-10 22:06:55','2021-02-10 14:06:55'),(92057,33596,'action complete via WP Cron','2021-02-10 22:06:55','2021-02-10 14:06:55'),(92058,33597,'action created','2021-02-10 22:06:55','2021-02-10 14:06:55'),(92059,33597,'action started via WP Cron','2021-02-10 22:07:56','2021-02-10 14:07:56'),(92060,33597,'action complete via WP Cron','2021-02-10 22:07:56','2021-02-10 14:07:56'),(92061,33598,'action created','2021-02-10 22:07:56','2021-02-10 14:07:56'),(92062,33598,'action started via WP Cron','2021-02-10 22:10:56','2021-02-10 14:10:56'),(92063,33598,'action complete via WP Cron','2021-02-10 22:10:56','2021-02-10 14:10:56'),(92064,33599,'action created','2021-02-10 22:10:57','2021-02-10 14:10:57'),(92065,33599,'action started via WP Cron','2021-02-10 22:16:00','2021-02-10 14:16:00'),(92066,33599,'action complete via WP Cron','2021-02-10 22:16:00','2021-02-10 14:16:00'),(92067,33600,'action created','2021-02-10 22:16:01','2021-02-10 14:16:01'),(92068,33600,'action started via WP Cron','2021-02-10 22:20:33','2021-02-10 14:20:33'),(92069,33600,'action complete via WP Cron','2021-02-10 22:20:33','2021-02-10 14:20:33'),(92070,33601,'action created','2021-02-10 22:20:33','2021-02-10 14:20:33'),(92071,33601,'action started via WP Cron','2021-02-10 22:23:49','2021-02-10 14:23:49'),(92072,33601,'action complete via WP Cron','2021-02-10 22:23:49','2021-02-10 14:23:49'),(92073,33602,'action created','2021-02-10 22:23:49','2021-02-10 14:23:49'),(92074,33602,'action started via WP Cron','2021-02-10 22:27:09','2021-02-10 14:27:09'),(92075,33602,'action complete via WP Cron','2021-02-10 22:27:09','2021-02-10 14:27:09'),(92076,33603,'action created','2021-02-10 22:27:09','2021-02-10 14:27:09'),(92077,33603,'action started via WP Cron','2021-02-10 22:28:24','2021-02-10 14:28:24'),(92078,33603,'action complete via WP Cron','2021-02-10 22:28:24','2021-02-10 14:28:24'),(92079,33604,'action created','2021-02-10 22:28:24','2021-02-10 14:28:24'),(92080,33604,'action started via WP Cron','2021-02-10 22:29:30','2021-02-10 14:29:30'),(92081,33604,'action complete via WP Cron','2021-02-10 22:29:30','2021-02-10 14:29:30'),(92082,33605,'action created','2021-02-10 22:29:30','2021-02-10 14:29:30'),(92083,33605,'action started via WP Cron','2021-02-10 22:30:38','2021-02-10 14:30:38'),(92084,33605,'action complete via WP Cron','2021-02-10 22:30:38','2021-02-10 14:30:38'),(92085,33606,'action created','2021-02-10 22:30:38','2021-02-10 14:30:38'),(92086,33606,'action started via WP Cron','2021-02-10 22:31:57','2021-02-10 14:31:57'),(92087,33606,'action complete via WP Cron','2021-02-10 22:31:57','2021-02-10 14:31:57'),(92088,33607,'action created','2021-02-10 22:31:57','2021-02-10 14:31:57'),(92089,33607,'action started via WP Cron','2021-02-10 22:32:50','2021-02-10 14:32:50'),(92090,33607,'action complete via WP Cron','2021-02-10 22:32:50','2021-02-10 14:32:50'),(92091,33608,'action created','2021-02-10 22:32:50','2021-02-10 14:32:50'),(92092,33608,'action started via WP Cron','2021-02-10 22:34:41','2021-02-10 14:34:41'),(92093,33608,'action complete via WP Cron','2021-02-10 22:34:41','2021-02-10 14:34:41'),(92094,33609,'action created','2021-02-10 22:34:41','2021-02-10 14:34:41'),(92095,33609,'action started via WP Cron','2021-02-10 22:43:37','2021-02-10 14:43:37'),(92096,33609,'action complete via WP Cron','2021-02-10 22:43:37','2021-02-10 14:43:37'),(92097,33610,'action created','2021-02-10 22:43:37','2021-02-10 14:43:37'),(92098,33610,'action started via WP Cron','2021-02-10 22:50:56','2021-02-10 14:50:56'),(92099,33610,'action complete via WP Cron','2021-02-10 22:50:56','2021-02-10 14:50:56'),(92100,33611,'action created','2021-02-10 22:50:56','2021-02-10 14:50:56'),(92101,33611,'action started via WP Cron','2021-02-10 22:53:08','2021-02-10 14:53:08'),(92102,33611,'action complete via WP Cron','2021-02-10 22:53:08','2021-02-10 14:53:08'),(92103,33612,'action created','2021-02-10 22:53:08','2021-02-10 14:53:08'),(92104,33612,'action started via WP Cron','2021-02-10 22:54:06','2021-02-10 14:54:06'),(92105,33612,'action complete via WP Cron','2021-02-10 22:54:06','2021-02-10 14:54:06'),(92106,33613,'action created','2021-02-10 22:54:06','2021-02-10 14:54:06'),(92107,33613,'action started via WP Cron','2021-02-10 22:55:07','2021-02-10 14:55:07'),(92108,33613,'action complete via WP Cron','2021-02-10 22:55:07','2021-02-10 14:55:07'),(92109,33614,'action created','2021-02-10 22:55:07','2021-02-10 14:55:07'),(92110,33614,'action started via WP Cron','2021-02-10 22:56:08','2021-02-10 14:56:08'),(92111,33614,'action complete via WP Cron','2021-02-10 22:56:08','2021-02-10 14:56:08'),(92112,33615,'action created','2021-02-10 22:56:08','2021-02-10 14:56:08'),(92113,33615,'action started via WP Cron','2021-02-10 22:56:41','2021-02-10 14:56:41'),(92114,33615,'action complete via WP Cron','2021-02-10 22:56:41','2021-02-10 14:56:41'),(92115,33616,'action created','2021-02-10 22:56:41','2021-02-10 14:56:41'),(92116,33616,'action started via WP Cron','2021-02-10 22:57:48','2021-02-10 14:57:48'),(92117,33616,'action complete via WP Cron','2021-02-10 22:57:48','2021-02-10 14:57:48'),(92118,33617,'action created','2021-02-10 22:57:48','2021-02-10 14:57:48'),(92119,33617,'action started via WP Cron','2021-02-10 22:58:50','2021-02-10 14:58:50'),(92120,33617,'action complete via WP Cron','2021-02-10 22:58:50','2021-02-10 14:58:50'),(92121,33618,'action created','2021-02-10 22:58:51','2021-02-10 14:58:51'),(92122,33618,'action started via WP Cron','2021-02-10 23:04:42','2021-02-10 15:04:42'),(92123,33618,'action complete via WP Cron','2021-02-10 23:04:42','2021-02-10 15:04:42'),(92124,33619,'action created','2021-02-10 23:04:42','2021-02-10 15:04:42'),(92125,33619,'action started via WP Cron','2021-02-10 23:05:51','2021-02-10 15:05:51'),(92126,33619,'action complete via WP Cron','2021-02-10 23:05:51','2021-02-10 15:05:51'),(92127,33620,'action created','2021-02-10 23:05:52','2021-02-10 15:05:52'),(92128,33620,'action started via WP Cron','2021-02-10 23:06:53','2021-02-10 15:06:53'),(92129,33620,'action complete via WP Cron','2021-02-10 23:06:53','2021-02-10 15:06:53'),(92130,33621,'action created','2021-02-10 23:06:53','2021-02-10 15:06:53'),(92131,33621,'action started via WP Cron','2021-02-10 23:08:54','2021-02-10 15:08:54'),(92132,33621,'action complete via WP Cron','2021-02-10 23:08:54','2021-02-10 15:08:54'),(92133,33622,'action created','2021-02-10 23:08:54','2021-02-10 15:08:54'),(92134,33622,'action started via WP Cron','2021-02-10 23:09:58','2021-02-10 15:09:58'),(92135,33622,'action complete via WP Cron','2021-02-10 23:09:58','2021-02-10 15:09:58'),(92136,33623,'action created','2021-02-10 23:09:58','2021-02-10 15:09:58'),(92137,33623,'action started via WP Cron','2021-02-10 23:10:57','2021-02-10 15:10:57'),(92138,33623,'action complete via WP Cron','2021-02-10 23:10:57','2021-02-10 15:10:57'),(92139,33624,'action created','2021-02-10 23:10:57','2021-02-10 15:10:57'),(92140,33624,'action started via WP Cron','2021-02-10 23:12:05','2021-02-10 15:12:05'),(92141,33624,'action complete via WP Cron','2021-02-10 23:12:05','2021-02-10 15:12:05'),(92142,33625,'action created','2021-02-10 23:12:05','2021-02-10 15:12:05'),(92143,33625,'action started via WP Cron','2021-02-10 23:22:59','2021-02-10 15:22:59'),(92144,33625,'action complete via WP Cron','2021-02-10 23:22:59','2021-02-10 15:22:59'),(92145,33626,'action created','2021-02-10 23:22:59','2021-02-10 15:22:59'),(92146,33626,'action started via WP Cron','2021-02-10 23:24:11','2021-02-10 15:24:11'),(92147,33626,'action complete via WP Cron','2021-02-10 23:24:11','2021-02-10 15:24:11'),(92148,33627,'action created','2021-02-10 23:24:12','2021-02-10 15:24:12'),(92149,33627,'action started via WP Cron','2021-02-10 23:28:06','2021-02-10 15:28:06'),(92150,33627,'action complete via WP Cron','2021-02-10 23:28:06','2021-02-10 15:28:06'),(92151,33628,'action created','2021-02-10 23:28:06','2021-02-10 15:28:06'),(92152,33628,'action started via WP Cron','2021-02-10 23:35:41','2021-02-10 15:35:41'),(92153,33628,'action complete via WP Cron','2021-02-10 23:35:41','2021-02-10 15:35:41'),(92154,33629,'action created','2021-02-10 23:35:41','2021-02-10 15:35:41'),(92155,33629,'action started via WP Cron','2021-02-10 23:36:42','2021-02-10 15:36:42'),(92156,33629,'action complete via WP Cron','2021-02-10 23:36:42','2021-02-10 15:36:42'),(92157,33630,'action created','2021-02-10 23:36:42','2021-02-10 15:36:42'),(92158,33630,'action started via WP Cron','2021-02-10 23:37:43','2021-02-10 15:37:43'),(92159,33630,'action complete via WP Cron','2021-02-10 23:37:43','2021-02-10 15:37:43'),(92160,33631,'action created','2021-02-10 23:37:43','2021-02-10 15:37:43'),(92161,33631,'action started via WP Cron','2021-02-10 23:39:45','2021-02-10 15:39:45'),(92162,33631,'action complete via WP Cron','2021-02-10 23:39:45','2021-02-10 15:39:45'),(92163,33632,'action created','2021-02-10 23:39:45','2021-02-10 15:39:45'),(92164,33632,'action started via WP Cron','2021-02-10 23:40:46','2021-02-10 15:40:46'),(92165,33632,'action complete via WP Cron','2021-02-10 23:40:46','2021-02-10 15:40:46'),(92166,33633,'action created','2021-02-10 23:40:46','2021-02-10 15:40:46'),(92167,33633,'action started via WP Cron','2021-02-10 23:42:42','2021-02-10 15:42:42'),(92168,33633,'action complete via WP Cron','2021-02-10 23:42:42','2021-02-10 15:42:42'),(92169,33634,'action created','2021-02-10 23:42:42','2021-02-10 15:42:42'),(92170,33634,'action started via WP Cron','2021-02-10 23:44:34','2021-02-10 15:44:34'),(92171,33634,'action complete via WP Cron','2021-02-10 23:44:34','2021-02-10 15:44:34'),(92172,33635,'action created','2021-02-10 23:44:34','2021-02-10 15:44:34'),(92173,33635,'action started via WP Cron','2021-02-10 23:45:35','2021-02-10 15:45:35'),(92174,33635,'action complete via WP Cron','2021-02-10 23:45:35','2021-02-10 15:45:35'),(92175,33636,'action created','2021-02-10 23:45:35','2021-02-10 15:45:35'),(92176,33636,'action started via WP Cron','2021-02-10 23:47:52','2021-02-10 15:47:52'),(92177,33636,'action complete via WP Cron','2021-02-10 23:47:52','2021-02-10 15:47:52'),(92178,33637,'action created','2021-02-10 23:47:52','2021-02-10 15:47:52'),(92179,33637,'action started via WP Cron','2021-02-10 23:55:15','2021-02-10 15:55:15'),(92180,33637,'action complete via WP Cron','2021-02-10 23:55:15','2021-02-10 15:55:15'),(92181,33638,'action created','2021-02-10 23:55:15','2021-02-10 15:55:15'),(92182,33638,'action started via WP Cron','2021-02-10 23:57:11','2021-02-10 15:57:11'),(92183,33638,'action complete via WP Cron','2021-02-10 23:57:11','2021-02-10 15:57:11'),(92184,33639,'action created','2021-02-10 23:57:11','2021-02-10 15:57:11'),(92185,33639,'action started via WP Cron','2021-02-10 23:58:09','2021-02-10 15:58:09'),(92186,33639,'action complete via WP Cron','2021-02-10 23:58:09','2021-02-10 15:58:09'),(92187,33640,'action created','2021-02-10 23:58:09','2021-02-10 15:58:09'),(92188,33640,'action started via WP Cron','2021-02-10 23:59:10','2021-02-10 15:59:10'),(92189,33640,'action complete via WP Cron','2021-02-10 23:59:10','2021-02-10 15:59:10'),(92190,33641,'action created','2021-02-10 23:59:10','2021-02-10 15:59:10'),(92191,33641,'action started via WP Cron','2021-02-11 00:01:12','2021-02-10 16:01:12'),(92192,33641,'action complete via WP Cron','2021-02-11 00:01:12','2021-02-10 16:01:12'),(92193,33642,'action created','2021-02-11 00:01:12','2021-02-10 16:01:12'),(92194,33642,'action started via WP Cron','2021-02-11 00:02:13','2021-02-10 16:02:13'),(92195,33642,'action complete via WP Cron','2021-02-11 00:02:13','2021-02-10 16:02:13'),(92196,33643,'action created','2021-02-11 00:02:13','2021-02-10 16:02:13'),(92197,33643,'action started via WP Cron','2021-02-11 00:03:14','2021-02-10 16:03:14'),(92198,33643,'action complete via WP Cron','2021-02-11 00:03:14','2021-02-10 16:03:14'),(92199,33644,'action created','2021-02-11 00:03:14','2021-02-10 16:03:14'),(92200,33644,'action started via WP Cron','2021-02-11 00:10:48','2021-02-10 16:10:48'),(92201,33644,'action complete via WP Cron','2021-02-11 00:10:48','2021-02-10 16:10:48'),(92202,33645,'action created','2021-02-11 00:10:48','2021-02-10 16:10:48'),(92203,33645,'action started via WP Cron','2021-02-11 00:11:59','2021-02-10 16:11:59'),(92204,33645,'action complete via WP Cron','2021-02-11 00:11:59','2021-02-10 16:11:59'),(92205,33646,'action created','2021-02-11 00:12:00','2021-02-10 16:12:00'),(92206,33646,'action started via WP Cron','2021-02-11 00:13:00','2021-02-10 16:13:00'),(92207,33646,'action complete via WP Cron','2021-02-11 00:13:00','2021-02-10 16:13:00'),(92208,33647,'action created','2021-02-11 00:13:00','2021-02-10 16:13:00'),(92209,33647,'action started via WP Cron','2021-02-11 00:15:03','2021-02-10 16:15:03'),(92210,33647,'action complete via WP Cron','2021-02-11 00:15:03','2021-02-10 16:15:03'),(92211,33648,'action created','2021-02-11 00:16:03','2021-02-10 16:16:03'),(92212,33648,'action started via WP Cron','2021-02-11 00:17:04','2021-02-10 16:17:04'),(92213,33648,'action complete via WP Cron','2021-02-11 00:17:04','2021-02-10 16:17:04'),(92214,33649,'action created','2021-02-11 00:17:04','2021-02-10 16:17:04'),(92215,33649,'action started via WP Cron','2021-02-11 00:19:15','2021-02-10 16:19:15'),(92216,33649,'action complete via WP Cron','2021-02-11 00:19:15','2021-02-10 16:19:15'),(92217,33650,'action created','2021-02-11 00:19:15','2021-02-10 16:19:15'),(92218,33650,'action started via WP Cron','2021-02-11 00:20:43','2021-02-10 16:20:43'),(92219,33650,'action complete via WP Cron','2021-02-11 00:20:43','2021-02-10 16:20:43'),(92220,33651,'action created','2021-02-11 00:20:43','2021-02-10 16:20:43'),(92221,33651,'action started via WP Cron','2021-02-11 00:22:30','2021-02-10 16:22:30'),(92222,33651,'action complete via WP Cron','2021-02-11 00:22:30','2021-02-10 16:22:30'),(92223,33652,'action created','2021-02-11 00:22:30','2021-02-10 16:22:30'),(92224,33652,'action started via WP Cron','2021-02-11 00:24:42','2021-02-10 16:24:42'),(92225,33652,'action complete via WP Cron','2021-02-11 00:24:42','2021-02-10 16:24:42'),(92226,33653,'action created','2021-02-11 00:24:42','2021-02-10 16:24:42'),(92227,33653,'action started via WP Cron','2021-02-11 00:27:09','2021-02-10 16:27:09'),(92228,33653,'action complete via WP Cron','2021-02-11 00:27:09','2021-02-10 16:27:09'),(92229,33654,'action created','2021-02-11 00:27:09','2021-02-10 16:27:09'),(92230,33654,'action started via WP Cron','2021-02-11 00:32:35','2021-02-10 16:32:35'),(92231,33654,'action complete via WP Cron','2021-02-11 00:32:35','2021-02-10 16:32:35'),(92232,33655,'action created','2021-02-11 00:32:35','2021-02-10 16:32:35'),(92233,33655,'action started via WP Cron','2021-02-11 00:33:36','2021-02-10 16:33:36'),(92234,33655,'action complete via WP Cron','2021-02-11 00:33:36','2021-02-10 16:33:36'),(92235,33656,'action created','2021-02-11 00:33:36','2021-02-10 16:33:36'),(92236,33656,'action started via WP Cron','2021-02-11 00:34:22','2021-02-10 16:34:22'),(92237,33656,'action complete via WP Cron','2021-02-11 00:34:22','2021-02-10 16:34:22'),(92238,33657,'action created','2021-02-11 00:34:22','2021-02-10 16:34:22'),(92239,33657,'action started via WP Cron','2021-02-11 00:34:58','2021-02-10 16:34:58'),(92240,33657,'action complete via WP Cron','2021-02-11 00:34:58','2021-02-10 16:34:58'),(92241,33658,'action created','2021-02-11 00:35:27','2021-02-10 16:35:27'),(92242,33658,'action started via WP Cron','2021-02-11 00:36:00','2021-02-10 16:36:00'),(92243,33658,'action complete via WP Cron','2021-02-11 00:36:00','2021-02-10 16:36:00'),(92244,33659,'action created','2021-02-11 00:36:00','2021-02-10 16:36:00'),(92245,33659,'action started via WP Cron','2021-02-11 00:38:31','2021-02-10 16:38:31'),(92246,33659,'action complete via WP Cron','2021-02-11 00:38:31','2021-02-10 16:38:31'),(92247,33660,'action created','2021-02-11 00:38:31','2021-02-10 16:38:31'),(92248,33660,'action started via WP Cron','2021-02-11 00:38:41','2021-02-10 16:38:41'),(92249,33660,'action complete via WP Cron','2021-02-11 00:38:41','2021-02-10 16:38:41'),(92250,33661,'action created','2021-02-11 00:38:41','2021-02-10 16:38:41'),(92251,33661,'action started via WP Cron','2021-02-11 00:40:33','2021-02-10 16:40:33'),(92252,33661,'action complete via WP Cron','2021-02-11 00:40:33','2021-02-10 16:40:33'),(92253,33662,'action created','2021-02-11 00:40:33','2021-02-10 16:40:33'),(92254,33662,'action started via WP Cron','2021-02-11 00:40:53','2021-02-10 16:40:53'),(92255,33662,'action complete via WP Cron','2021-02-11 00:40:53','2021-02-10 16:40:53'),(92256,33663,'action created','2021-02-11 00:40:53','2021-02-10 16:40:53'),(92257,33663,'action started via WP Cron','2021-02-11 00:41:46','2021-02-10 16:41:46'),(92258,33663,'action complete via WP Cron','2021-02-11 00:41:46','2021-02-10 16:41:46'),(92259,33664,'action created','2021-02-11 00:41:46','2021-02-10 16:41:46'),(92260,33664,'action started via WP Cron','2021-02-11 00:42:48','2021-02-10 16:42:48'),(92261,33664,'action complete via WP Cron','2021-02-11 00:42:48','2021-02-10 16:42:48'),(92262,33665,'action created','2021-02-11 00:42:48','2021-02-10 16:42:48'),(92263,33665,'action started via WP Cron','2021-02-11 00:45:41','2021-02-10 16:45:41'),(92264,33665,'action complete via WP Cron','2021-02-11 00:45:41','2021-02-10 16:45:41'),(92265,33666,'action created','2021-02-11 00:45:41','2021-02-10 16:45:41'),(92266,33666,'action started via WP Cron','2021-02-11 00:49:00','2021-02-10 16:49:00'),(92267,33666,'action complete via WP Cron','2021-02-11 00:49:00','2021-02-10 16:49:00'),(92268,33667,'action created','2021-02-11 00:49:00','2021-02-10 16:49:00'),(92269,33667,'action started via WP Cron','2021-02-11 00:56:16','2021-02-10 16:56:16'),(92270,33667,'action complete via WP Cron','2021-02-11 00:56:16','2021-02-10 16:56:16'),(92271,33668,'action created','2021-02-11 00:56:16','2021-02-10 16:56:16'),(92272,33668,'action started via WP Cron','2021-02-11 01:01:42','2021-02-10 17:01:42'),(92273,33668,'action complete via WP Cron','2021-02-11 01:01:42','2021-02-10 17:01:42'),(92274,33669,'action created','2021-02-11 01:01:42','2021-02-10 17:01:42'),(92275,33669,'action started via WP Cron','2021-02-11 01:03:20','2021-02-10 17:03:20'),(92276,33669,'action complete via WP Cron','2021-02-11 01:03:20','2021-02-10 17:03:20'),(92277,33670,'action created','2021-02-11 01:03:20','2021-02-10 17:03:20'),(92278,33670,'action started via WP Cron','2021-02-11 01:03:59','2021-02-10 17:03:59'),(92279,33670,'action complete via WP Cron','2021-02-11 01:03:59','2021-02-10 17:03:59'),(92280,33671,'action created','2021-02-11 01:03:59','2021-02-10 17:03:59'),(92281,33671,'action started via WP Cron','2021-02-11 01:06:16','2021-02-10 17:06:16'),(92282,33671,'action complete via WP Cron','2021-02-11 01:06:16','2021-02-10 17:06:16'),(92283,33672,'action created','2021-02-11 01:06:16','2021-02-10 17:06:16'),(92284,33672,'action started via WP Cron','2021-02-11 01:07:17','2021-02-10 17:07:17'),(92285,33672,'action complete via WP Cron','2021-02-11 01:07:17','2021-02-10 17:07:17'),(92286,33673,'action created','2021-02-11 01:07:17','2021-02-10 17:07:17'),(92287,33673,'action started via WP Cron','2021-02-11 01:08:18','2021-02-10 17:08:18'),(92288,33673,'action complete via WP Cron','2021-02-11 01:08:18','2021-02-10 17:08:18'),(92289,33674,'action created','2021-02-11 01:08:18','2021-02-10 17:08:18'),(92290,33674,'action started via WP Cron','2021-02-11 01:17:12','2021-02-10 17:17:12'),(92291,33674,'action complete via WP Cron','2021-02-11 01:17:12','2021-02-10 17:17:12'),(92292,33675,'action created','2021-02-11 01:17:12','2021-02-10 17:17:12'),(92293,33675,'action started via WP Cron','2021-02-11 01:18:13','2021-02-10 17:18:13'),(92294,33675,'action complete via WP Cron','2021-02-11 01:18:13','2021-02-10 17:18:13'),(92295,33676,'action created','2021-02-11 01:18:13','2021-02-10 17:18:13'),(92296,33676,'action started via WP Cron','2021-02-11 01:19:05','2021-02-10 17:19:05'),(92297,33676,'action complete via WP Cron','2021-02-11 01:19:05','2021-02-10 17:19:05'),(92298,33677,'action created','2021-02-11 01:19:05','2021-02-10 17:19:05'),(92299,33677,'action started via WP Cron','2021-02-11 01:21:18','2021-02-10 17:21:18'),(92300,33677,'action complete via WP Cron','2021-02-11 01:21:18','2021-02-10 17:21:18'),(92301,33678,'action created','2021-02-11 01:21:18','2021-02-10 17:21:18'),(92302,33678,'action started via WP Cron','2021-02-11 01:22:20','2021-02-10 17:22:20'),(92303,33678,'action complete via WP Cron','2021-02-11 01:22:20','2021-02-10 17:22:20'),(92304,33679,'action created','2021-02-11 01:22:20','2021-02-10 17:22:20'),(92305,33679,'action started via WP Cron','2021-02-11 01:23:20','2021-02-10 17:23:20'),(92306,33679,'action complete via WP Cron','2021-02-11 01:23:20','2021-02-10 17:23:20'),(92307,33680,'action created','2021-02-11 01:23:20','2021-02-10 17:23:20'),(92308,33680,'action started via WP Cron','2021-02-11 01:35:12','2021-02-10 17:35:12'),(92309,33680,'action complete via WP Cron','2021-02-11 01:35:12','2021-02-10 17:35:12'),(92310,33681,'action created','2021-02-11 01:35:12','2021-02-10 17:35:12'),(92311,33681,'action started via WP Cron','2021-02-11 01:35:41','2021-02-10 17:35:41'),(92312,33681,'action complete via WP Cron','2021-02-11 01:35:41','2021-02-10 17:35:41'),(92313,33682,'action created','2021-02-11 01:35:42','2021-02-10 17:35:42'),(92314,33682,'action started via WP Cron','2021-02-11 01:37:19','2021-02-10 17:37:19'),(92315,33682,'action complete via WP Cron','2021-02-11 01:37:19','2021-02-10 17:37:19'),(92316,33683,'action created','2021-02-11 01:37:19','2021-02-10 17:37:19'),(92317,33683,'action started via WP Cron','2021-02-11 01:39:20','2021-02-10 17:39:20'),(92318,33683,'action complete via WP Cron','2021-02-11 01:39:20','2021-02-10 17:39:20'),(92319,33684,'action created','2021-02-11 01:39:20','2021-02-10 17:39:20'),(92320,33684,'action started via WP Cron','2021-02-11 01:40:35','2021-02-10 17:40:35'),(92321,33684,'action complete via WP Cron','2021-02-11 01:40:35','2021-02-10 17:40:35'),(92322,33685,'action created','2021-02-11 01:40:35','2021-02-10 17:40:35'),(92323,33685,'action started via WP Cron','2021-02-11 01:41:33','2021-02-10 17:41:33'),(92324,33685,'action complete via WP Cron','2021-02-11 01:41:33','2021-02-10 17:41:33'),(92325,33686,'action created','2021-02-11 01:41:33','2021-02-10 17:41:33'),(92326,33686,'action started via WP Cron','2021-02-11 01:42:34','2021-02-10 17:42:34'),(92327,33686,'action complete via WP Cron','2021-02-11 01:42:34','2021-02-10 17:42:34'),(92328,33687,'action created','2021-02-11 01:42:34','2021-02-10 17:42:34'),(92329,33687,'action started via WP Cron','2021-02-11 01:43:47','2021-02-10 17:43:47'),(92330,33687,'action complete via WP Cron','2021-02-11 01:43:47','2021-02-10 17:43:47'),(92331,33688,'action created','2021-02-11 01:43:47','2021-02-10 17:43:47'),(92332,33688,'action started via WP Cron','2021-02-11 01:44:48','2021-02-10 17:44:48'),(92333,33688,'action complete via WP Cron','2021-02-11 01:44:48','2021-02-10 17:44:48'),(92334,33689,'action created','2021-02-11 01:44:49','2021-02-10 17:44:49'),(92335,33689,'action started via WP Cron','2021-02-11 01:45:49','2021-02-10 17:45:49'),(92336,33689,'action complete via WP Cron','2021-02-11 01:45:49','2021-02-10 17:45:49'),(92337,33690,'action created','2021-02-11 01:45:49','2021-02-10 17:45:49'),(92338,33690,'action started via WP Cron','2021-02-11 01:47:04','2021-02-10 17:47:04'),(92339,33690,'action complete via WP Cron','2021-02-11 01:47:04','2021-02-10 17:47:04'),(92340,33691,'action created','2021-02-11 01:47:04','2021-02-10 17:47:04'),(92341,33691,'action started via WP Cron','2021-02-11 01:51:57','2021-02-10 17:51:57'),(92342,33691,'action complete via WP Cron','2021-02-11 01:51:57','2021-02-10 17:51:57'),(92343,33692,'action created','2021-02-11 01:51:57','2021-02-10 17:51:57'),(92344,33692,'action started via WP Cron','2021-02-11 01:59:18','2021-02-10 17:59:18'),(92345,33692,'action complete via WP Cron','2021-02-11 01:59:18','2021-02-10 17:59:18'),(92346,33693,'action created','2021-02-11 02:00:17','2021-02-10 18:00:17'),(92347,33693,'action started via WP Cron','2021-02-11 02:01:17','2021-02-10 18:01:17'),(92348,33693,'action complete via WP Cron','2021-02-11 02:01:17','2021-02-10 18:01:17'),(92349,33694,'action created','2021-02-11 02:01:17','2021-02-10 18:01:17'),(92350,33694,'action started via WP Cron','2021-02-11 02:03:19','2021-02-10 18:03:19'),(92351,33694,'action complete via WP Cron','2021-02-11 02:03:19','2021-02-10 18:03:19'),(92352,33695,'action created','2021-02-11 02:03:19','2021-02-10 18:03:19'),(92353,33695,'action started via WP Cron','2021-02-11 02:04:20','2021-02-10 18:04:20'),(92354,33695,'action complete via WP Cron','2021-02-11 02:04:20','2021-02-10 18:04:20'),(92355,33696,'action created','2021-02-11 02:04:20','2021-02-10 18:04:20'),(92356,33696,'action started via WP Cron','2021-02-11 02:05:21','2021-02-10 18:05:21'),(92357,33696,'action complete via WP Cron','2021-02-11 02:05:21','2021-02-10 18:05:21'),(92358,33697,'action created','2021-02-11 02:05:21','2021-02-10 18:05:21'),(92359,33697,'action started via WP Cron','2021-02-11 02:09:53','2021-02-10 18:09:53'),(92360,33697,'action complete via WP Cron','2021-02-11 02:09:53','2021-02-10 18:09:53'),(92361,33698,'action created','2021-02-11 02:09:53','2021-02-10 18:09:53'),(92362,33698,'action started via WP Cron','2021-02-11 02:17:27','2021-02-10 18:17:27'),(92363,33698,'action complete via WP Cron','2021-02-11 02:17:27','2021-02-10 18:17:27'),(92364,33699,'action created','2021-02-11 02:17:27','2021-02-10 18:17:27'),(92365,33699,'action started via WP Cron','2021-02-11 02:21:55','2021-02-10 18:21:55'),(92366,33699,'action complete via WP Cron','2021-02-11 02:21:55','2021-02-10 18:21:55'),(92367,33700,'action created','2021-02-11 02:21:55','2021-02-10 18:21:55'),(92368,33700,'action started via WP Cron','2021-02-11 02:23:25','2021-02-10 18:23:25'),(92369,33700,'action complete via WP Cron','2021-02-11 02:23:25','2021-02-10 18:23:25'),(92370,33701,'action created','2021-02-11 02:23:26','2021-02-10 18:23:26'),(92371,33701,'action started via WP Cron','2021-02-11 02:24:27','2021-02-10 18:24:27'),(92372,33701,'action complete via WP Cron','2021-02-11 02:24:27','2021-02-10 18:24:27'),(92373,33702,'action created','2021-02-11 02:24:27','2021-02-10 18:24:27'),(92374,33702,'action started via WP Cron','2021-02-11 02:26:29','2021-02-10 18:26:29'),(92375,33702,'action complete via WP Cron','2021-02-11 02:26:29','2021-02-10 18:26:29'),(92376,33703,'action created','2021-02-11 02:26:29','2021-02-10 18:26:29'),(92377,33703,'action started via WP Cron','2021-02-11 02:27:31','2021-02-10 18:27:31'),(92378,33703,'action complete via WP Cron','2021-02-11 02:27:31','2021-02-10 18:27:31'),(92379,33704,'action created','2021-02-11 02:27:31','2021-02-10 18:27:31'),(92380,33704,'action started via WP Cron','2021-02-11 02:28:30','2021-02-10 18:28:30'),(92381,33704,'action complete via WP Cron','2021-02-11 02:28:30','2021-02-10 18:28:30'),(92382,33705,'action created','2021-02-11 02:28:31','2021-02-10 18:28:31'),(92383,33705,'action started via WP Cron','2021-02-11 02:34:11','2021-02-10 18:34:11'),(92384,33705,'action complete via WP Cron','2021-02-11 02:34:11','2021-02-10 18:34:11'),(92385,33706,'action created','2021-02-11 02:34:11','2021-02-10 18:34:11'),(92386,33706,'action started via WP Cron','2021-02-11 02:40:17','2021-02-10 18:40:17'),(92387,33706,'action complete via WP Cron','2021-02-11 02:40:17','2021-02-10 18:40:17'),(92388,33707,'action created','2021-02-11 02:40:17','2021-02-10 18:40:17'),(92389,33707,'action started via WP Cron','2021-02-11 02:45:39','2021-02-10 18:45:39'),(92390,33707,'action complete via WP Cron','2021-02-11 02:45:39','2021-02-10 18:45:39'),(92391,33708,'action created','2021-02-11 02:45:39','2021-02-10 18:45:39'),(92392,33708,'action started via WP Cron','2021-02-11 02:46:40','2021-02-10 18:46:40'),(92393,33708,'action complete via WP Cron','2021-02-11 02:46:40','2021-02-10 18:46:40'),(92394,33709,'action created','2021-02-11 02:46:40','2021-02-10 18:46:40'),(92395,33709,'action started via WP Cron','2021-02-11 02:48:39','2021-02-10 18:48:39'),(92396,33709,'action complete via WP Cron','2021-02-11 02:48:39','2021-02-10 18:48:39'),(92397,33710,'action created','2021-02-11 02:48:39','2021-02-10 18:48:39'),(92398,33710,'action started via WP Cron','2021-02-11 02:49:55','2021-02-10 18:49:55'),(92399,33710,'action complete via WP Cron','2021-02-11 02:49:55','2021-02-10 18:49:55'),(92400,33711,'action created','2021-02-11 02:49:55','2021-02-10 18:49:55'),(92401,33711,'action started via WP Cron','2021-02-11 02:50:41','2021-02-10 18:50:41'),(92402,33711,'action complete via WP Cron','2021-02-11 02:50:41','2021-02-10 18:50:41'),(92403,33712,'action created','2021-02-11 02:50:41','2021-02-10 18:50:41'),(92404,33712,'action started via WP Cron','2021-02-11 02:51:42','2021-02-10 18:51:42'),(92405,33712,'action complete via WP Cron','2021-02-11 02:51:42','2021-02-10 18:51:42'),(92406,33713,'action created','2021-02-11 02:51:42','2021-02-10 18:51:42'),(92407,33713,'action started via WP Cron','2021-02-11 02:52:43','2021-02-10 18:52:43'),(92408,33713,'action complete via WP Cron','2021-02-11 02:52:43','2021-02-10 18:52:43'),(92409,33714,'action created','2021-02-11 02:52:43','2021-02-10 18:52:43'),(92410,33714,'action started via WP Cron','2021-02-11 02:55:59','2021-02-10 18:55:59'),(92411,33714,'action complete via WP Cron','2021-02-11 02:55:59','2021-02-10 18:55:59'),(92412,33715,'action created','2021-02-11 02:55:59','2021-02-10 18:55:59'),(92413,33715,'action started via WP Cron','2021-02-11 02:57:51','2021-02-10 18:57:51'),(92414,33715,'action complete via WP Cron','2021-02-11 02:57:51','2021-02-10 18:57:51'),(92415,33716,'action created','2021-02-11 02:57:51','2021-02-10 18:57:51'),(92416,33716,'action started via WP Cron','2021-02-11 03:02:37','2021-02-10 19:02:37'),(92417,33716,'action complete via WP Cron','2021-02-11 03:02:37','2021-02-10 19:02:37'),(92418,33717,'action created','2021-02-11 03:02:37','2021-02-10 19:02:37'),(92419,33717,'action started via WP Cron','2021-02-11 03:03:28','2021-02-10 19:03:28'),(92420,33717,'action complete via WP Cron','2021-02-11 03:03:28','2021-02-10 19:03:28'),(92421,33718,'action created','2021-02-11 03:03:28','2021-02-10 19:03:28'),(92422,33718,'action started via WP Cron','2021-02-11 03:05:29','2021-02-10 19:05:29'),(92423,33718,'action complete via WP Cron','2021-02-11 03:05:29','2021-02-10 19:05:29'),(92424,33719,'action created','2021-02-11 03:05:29','2021-02-10 19:05:29'),(92425,33719,'action started via WP Cron','2021-02-11 03:05:40','2021-02-10 19:05:40'),(92426,33719,'action complete via WP Cron','2021-02-11 03:05:40','2021-02-10 19:05:40'),(92427,33720,'action created','2021-02-11 03:05:40','2021-02-10 19:05:40'),(92428,33720,'action started via WP Cron','2021-02-11 03:07:22','2021-02-10 19:07:22'),(92429,33720,'action complete via WP Cron','2021-02-11 03:07:22','2021-02-10 19:07:22'),(92430,33721,'action created','2021-02-11 03:07:22','2021-02-10 19:07:22'),(92431,33721,'action started via WP Cron','2021-02-11 03:08:17','2021-02-10 19:08:17'),(92432,33721,'action complete via WP Cron','2021-02-11 03:08:17','2021-02-10 19:08:17'),(92433,33722,'action created','2021-02-11 03:08:17','2021-02-10 19:08:17'),(92434,33722,'action started via WP Cron','2021-02-11 03:09:24','2021-02-10 19:09:24'),(92435,33722,'action complete via WP Cron','2021-02-11 03:09:24','2021-02-10 19:09:24'),(92436,33723,'action created','2021-02-11 03:09:24','2021-02-10 19:09:24'),(92437,33723,'action started via WP Cron','2021-02-11 03:09:54','2021-02-10 19:09:54'),(92438,33723,'action complete via WP Cron','2021-02-11 03:09:54','2021-02-10 19:09:54'),(92439,33724,'action created','2021-02-11 03:09:54','2021-02-10 19:09:54'),(92440,33724,'action started via WP Cron','2021-02-11 03:11:27','2021-02-10 19:11:27'),(92441,33724,'action complete via WP Cron','2021-02-11 03:11:27','2021-02-10 19:11:27'),(92442,33725,'action created','2021-02-11 03:11:27','2021-02-10 19:11:27'),(92443,33725,'action started via WP Cron','2021-02-11 03:13:42','2021-02-10 19:13:42'),(92444,33725,'action complete via WP Cron','2021-02-11 03:13:42','2021-02-10 19:13:42'),(92445,33726,'action created','2021-02-11 03:13:42','2021-02-10 19:13:42'),(92446,33726,'action started via WP Cron','2021-02-11 03:16:24','2021-02-10 19:16:24'),(92447,33726,'action complete via WP Cron','2021-02-11 03:16:24','2021-02-10 19:16:24'),(92448,33727,'action created','2021-02-11 03:16:24','2021-02-10 19:16:24'),(92449,33727,'action started via WP Cron','2021-02-11 03:21:37','2021-02-10 19:21:37'),(92450,33727,'action complete via WP Cron','2021-02-11 03:21:37','2021-02-10 19:21:37'),(92451,33728,'action created','2021-02-11 03:21:37','2021-02-10 19:21:37'),(92452,33728,'action started via WP Cron','2021-02-11 03:23:12','2021-02-10 19:23:12'),(92453,33728,'action complete via WP Cron','2021-02-11 03:23:12','2021-02-10 19:23:12'),(92454,33729,'action created','2021-02-11 03:23:12','2021-02-10 19:23:12'),(92455,33729,'action started via WP Cron','2021-02-11 03:27:50','2021-02-10 19:27:50'),(92456,33729,'action complete via WP Cron','2021-02-11 03:27:50','2021-02-10 19:27:50'),(92457,33730,'action created','2021-02-11 03:27:50','2021-02-10 19:27:50'),(92458,33730,'action started via WP Cron','2021-02-11 03:29:07','2021-02-10 19:29:07'),(92459,33730,'action complete via WP Cron','2021-02-11 03:29:07','2021-02-10 19:29:07'),(92460,33731,'action created','2021-02-11 03:29:07','2021-02-10 19:29:07'),(92461,33731,'action started via WP Cron','2021-02-11 03:30:36','2021-02-10 19:30:36'),(92462,33731,'action complete via WP Cron','2021-02-11 03:30:36','2021-02-10 19:30:36'),(92463,33732,'action created','2021-02-11 03:30:36','2021-02-10 19:30:36'),(92464,33732,'action started via WP Cron','2021-02-11 03:32:38','2021-02-10 19:32:38'),(92465,33732,'action complete via WP Cron','2021-02-11 03:32:38','2021-02-10 19:32:38'),(92466,33733,'action created','2021-02-11 03:32:39','2021-02-10 19:32:39'),(92467,33733,'action started via WP Cron','2021-02-11 03:33:39','2021-02-10 19:33:39'),(92468,33733,'action complete via WP Cron','2021-02-11 03:33:39','2021-02-10 19:33:39'),(92469,33734,'action created','2021-02-11 03:33:39','2021-02-10 19:33:39'),(92470,33734,'action started via WP Cron','2021-02-11 03:34:40','2021-02-10 19:34:40'),(92471,33734,'action complete via WP Cron','2021-02-11 03:34:40','2021-02-10 19:34:40'),(92472,33735,'action created','2021-02-11 03:34:40','2021-02-10 19:34:40'),(92473,33735,'action started via WP Cron','2021-02-11 03:35:45','2021-02-10 19:35:45'),(92474,33735,'action complete via WP Cron','2021-02-11 03:35:45','2021-02-10 19:35:45'),(92475,33736,'action created','2021-02-11 03:35:45','2021-02-10 19:35:45'),(92476,33736,'action started via WP Cron','2021-02-11 03:36:51','2021-02-10 19:36:51'),(92477,33736,'action complete via WP Cron','2021-02-11 03:36:51','2021-02-10 19:36:51'),(92478,33737,'action created','2021-02-11 03:36:51','2021-02-10 19:36:51'),(92479,33737,'action started via WP Cron','2021-02-11 03:37:52','2021-02-10 19:37:52'),(92480,33737,'action complete via WP Cron','2021-02-11 03:37:52','2021-02-10 19:37:52'),(92481,33738,'action created','2021-02-11 03:37:52','2021-02-10 19:37:52'),(92482,33738,'action started via WP Cron','2021-02-11 03:39:07','2021-02-10 19:39:07'),(92483,33738,'action complete via WP Cron','2021-02-11 03:39:07','2021-02-10 19:39:07'),(92484,33739,'action created','2021-02-11 03:39:07','2021-02-10 19:39:07'),(92485,33739,'action started via WP Cron','2021-02-11 03:39:42','2021-02-10 19:39:42'),(92486,33739,'action complete via WP Cron','2021-02-11 03:39:42','2021-02-10 19:39:42'),(92487,33740,'action created','2021-02-11 03:39:42','2021-02-10 19:39:42'),(92488,33740,'action started via WP Cron','2021-02-11 03:40:48','2021-02-10 19:40:48'),(92489,33740,'action complete via WP Cron','2021-02-11 03:40:48','2021-02-10 19:40:48'),(92490,33741,'action created','2021-02-11 03:40:48','2021-02-10 19:40:48'),(92491,33741,'action started via WP Cron','2021-02-11 03:41:47','2021-02-10 19:41:47'),(92492,33741,'action complete via WP Cron','2021-02-11 03:41:47','2021-02-10 19:41:47'),(92493,33742,'action created','2021-02-11 03:41:47','2021-02-10 19:41:47'),(92494,33742,'action started via WP Cron','2021-02-11 03:42:42','2021-02-10 19:42:42'),(92495,33742,'action complete via WP Cron','2021-02-11 03:42:42','2021-02-10 19:42:42'),(92496,33743,'action created','2021-02-11 03:42:43','2021-02-10 19:42:43'),(92497,33743,'action started via WP Cron','2021-02-11 03:43:51','2021-02-10 19:43:51'),(92498,33743,'action complete via WP Cron','2021-02-11 03:43:51','2021-02-10 19:43:51'),(92499,33744,'action created','2021-02-11 03:43:52','2021-02-10 19:43:52'),(92500,33744,'action started via WP Cron','2021-02-11 03:44:40','2021-02-10 19:44:40'),(92501,33744,'action complete via WP Cron','2021-02-11 03:44:40','2021-02-10 19:44:40'),(92502,33745,'action created','2021-02-11 03:44:40','2021-02-10 19:44:40'),(92503,33745,'action started via WP Cron','2021-02-11 03:46:06','2021-02-10 19:46:06'),(92504,33745,'action complete via WP Cron','2021-02-11 03:46:06','2021-02-10 19:46:06'),(92505,33746,'action created','2021-02-11 03:46:07','2021-02-10 19:46:07'),(92506,33746,'action started via WP Cron','2021-02-11 03:46:44','2021-02-10 19:46:44'),(92507,33746,'action complete via WP Cron','2021-02-11 03:46:44','2021-02-10 19:46:44'),(92508,33747,'action created','2021-02-11 03:46:44','2021-02-10 19:46:44'),(92509,33747,'action started via WP Cron','2021-02-11 03:47:52','2021-02-10 19:47:52'),(92510,33747,'action complete via WP Cron','2021-02-11 03:47:52','2021-02-10 19:47:52'),(92511,33748,'action created','2021-02-11 03:47:52','2021-02-10 19:47:52'),(92512,33748,'action started via WP Cron','2021-02-11 03:48:45','2021-02-10 19:48:45'),(92513,33748,'action complete via WP Cron','2021-02-11 03:48:45','2021-02-10 19:48:45'),(92514,33749,'action created','2021-02-11 03:48:45','2021-02-10 19:48:45'),(92515,33749,'action started via WP Cron','2021-02-11 03:49:53','2021-02-10 19:49:53'),(92516,33749,'action complete via WP Cron','2021-02-11 03:49:53','2021-02-10 19:49:53'),(92517,33750,'action created','2021-02-11 03:49:53','2021-02-10 19:49:53'),(92518,33750,'action started via WP Cron','2021-02-11 03:50:45','2021-02-10 19:50:45'),(92519,33750,'action complete via WP Cron','2021-02-11 03:50:45','2021-02-10 19:50:45'),(92520,33751,'action created','2021-02-11 03:50:45','2021-02-10 19:50:45'),(92521,33751,'action started via WP Cron','2021-02-11 03:51:41','2021-02-10 19:51:41'),(92522,33751,'action complete via WP Cron','2021-02-11 03:51:41','2021-02-10 19:51:41'),(92523,33752,'action created','2021-02-11 03:51:41','2021-02-10 19:51:41'),(92524,33752,'action started via WP Cron','2021-02-11 03:52:44','2021-02-10 19:52:44'),(92525,33752,'action complete via WP Cron','2021-02-11 03:52:44','2021-02-10 19:52:44'),(92526,33753,'action created','2021-02-11 03:52:44','2021-02-10 19:52:44'),(92527,33753,'action started via WP Cron','2021-02-11 03:53:43','2021-02-10 19:53:43'),(92528,33753,'action complete via WP Cron','2021-02-11 03:53:43','2021-02-10 19:53:43'),(92529,33754,'action created','2021-02-11 03:53:43','2021-02-10 19:53:43'),(92530,33754,'action started via WP Cron','2021-02-11 03:54:44','2021-02-10 19:54:44'),(92531,33754,'action complete via WP Cron','2021-02-11 03:54:44','2021-02-10 19:54:44'),(92532,33755,'action created','2021-02-11 03:54:44','2021-02-10 19:54:44'),(92533,33755,'action started via WP Cron','2021-02-11 03:55:45','2021-02-10 19:55:45'),(92534,33755,'action complete via WP Cron','2021-02-11 03:55:45','2021-02-10 19:55:45'),(92535,33756,'action created','2021-02-11 03:55:45','2021-02-10 19:55:45'),(92536,33756,'action started via WP Cron','2021-02-11 03:56:41','2021-02-10 19:56:41'),(92537,33756,'action complete via WP Cron','2021-02-11 03:56:41','2021-02-10 19:56:41'),(92538,33757,'action created','2021-02-11 03:56:42','2021-02-10 19:56:42'),(92539,33757,'action started via WP Cron','2021-02-11 03:57:40','2021-02-10 19:57:40'),(92540,33757,'action complete via WP Cron','2021-02-11 03:57:40','2021-02-10 19:57:40'),(92541,33758,'action created','2021-02-11 03:57:41','2021-02-10 19:57:41'),(92542,33758,'action started via WP Cron','2021-02-11 03:58:44','2021-02-10 19:58:44'),(92543,33758,'action complete via WP Cron','2021-02-11 03:58:44','2021-02-10 19:58:44'),(92544,33759,'action created','2021-02-11 03:58:44','2021-02-10 19:58:44'),(92545,33759,'action started via WP Cron','2021-02-11 03:59:56','2021-02-10 19:59:56'),(92546,33759,'action complete via WP Cron','2021-02-11 03:59:56','2021-02-10 19:59:56'),(92547,33760,'action created','2021-02-11 03:59:56','2021-02-10 19:59:56'),(92548,33760,'action started via WP Cron','2021-02-11 04:00:43','2021-02-10 20:00:43'),(92549,33760,'action complete via WP Cron','2021-02-11 04:00:43','2021-02-10 20:00:43'),(92550,33761,'action created','2021-02-11 04:00:43','2021-02-10 20:00:43'),(92551,33761,'action started via WP Cron','2021-02-11 04:01:41','2021-02-10 20:01:41'),(92552,33761,'action complete via WP Cron','2021-02-11 04:01:41','2021-02-10 20:01:41'),(92553,33762,'action created','2021-02-11 04:01:42','2021-02-10 20:01:42'),(92554,33762,'action started via WP Cron','2021-02-11 04:02:44','2021-02-10 20:02:44'),(92555,33762,'action complete via WP Cron','2021-02-11 04:02:44','2021-02-10 20:02:44'),(92556,33763,'action created','2021-02-11 04:02:44','2021-02-10 20:02:44'),(92557,33763,'action started via WP Cron','2021-02-11 04:03:52','2021-02-10 20:03:52'),(92558,33763,'action complete via WP Cron','2021-02-11 04:03:52','2021-02-10 20:03:52'),(92559,33764,'action created','2021-02-11 04:03:52','2021-02-10 20:03:52'),(92560,33764,'action started via WP Cron','2021-02-11 04:04:48','2021-02-10 20:04:48'),(92561,33764,'action complete via WP Cron','2021-02-11 04:04:48','2021-02-10 20:04:48'),(92562,33765,'action created','2021-02-11 04:04:48','2021-02-10 20:04:48'),(92563,33765,'action started via WP Cron','2021-02-11 04:05:44','2021-02-10 20:05:44'),(92564,33765,'action complete via WP Cron','2021-02-11 04:05:45','2021-02-10 20:05:45'),(92565,33766,'action created','2021-02-11 04:05:45','2021-02-10 20:05:45'),(92566,33766,'action started via WP Cron','2021-02-11 04:06:46','2021-02-10 20:06:46'),(92567,33766,'action complete via WP Cron','2021-02-11 04:06:46','2021-02-10 20:06:46'),(92568,33767,'action created','2021-02-11 04:06:46','2021-02-10 20:06:46'),(92569,33767,'action started via WP Cron','2021-02-11 04:07:48','2021-02-10 20:07:48'),(92570,33767,'action complete via WP Cron','2021-02-11 04:07:48','2021-02-10 20:07:48'),(92571,33768,'action created','2021-02-11 04:07:49','2021-02-10 20:07:49'),(92572,33768,'action started via WP Cron','2021-02-11 04:08:42','2021-02-10 20:08:42'),(92573,33768,'action complete via WP Cron','2021-02-11 04:08:42','2021-02-10 20:08:42'),(92574,33769,'action created','2021-02-11 04:08:42','2021-02-10 20:08:42'),(92575,33769,'action started via WP Cron','2021-02-11 04:09:46','2021-02-10 20:09:46'),(92576,33769,'action complete via WP Cron','2021-02-11 04:09:46','2021-02-10 20:09:46'),(92577,33770,'action created','2021-02-11 04:09:46','2021-02-10 20:09:46'),(92578,33770,'action started via WP Cron','2021-02-11 04:11:13','2021-02-10 20:11:13'),(92579,33770,'action complete via WP Cron','2021-02-11 04:11:13','2021-02-10 20:11:13'),(92580,33771,'action created','2021-02-11 04:11:13','2021-02-10 20:11:13'),(92581,33771,'action started via WP Cron','2021-02-11 04:11:41','2021-02-10 20:11:41'),(92582,33771,'action complete via WP Cron','2021-02-11 04:11:41','2021-02-10 20:11:41'),(92583,33772,'action created','2021-02-11 04:11:41','2021-02-10 20:11:41'),(92584,33772,'action started via WP Cron','2021-02-11 04:12:54','2021-02-10 20:12:54'),(92585,33772,'action complete via WP Cron','2021-02-11 04:12:54','2021-02-10 20:12:54'),(92586,33773,'action created','2021-02-11 04:12:54','2021-02-10 20:12:54'),(92587,33773,'action started via WP Cron','2021-02-11 04:13:42','2021-02-10 20:13:42'),(92588,33773,'action complete via WP Cron','2021-02-11 04:13:42','2021-02-10 20:13:42'),(92589,33774,'action created','2021-02-11 04:13:42','2021-02-10 20:13:42'),(92590,33774,'action started via WP Cron','2021-02-11 04:14:42','2021-02-10 20:14:42'),(92591,33774,'action complete via WP Cron','2021-02-11 04:14:42','2021-02-10 20:14:42'),(92592,33775,'action created','2021-02-11 04:14:42','2021-02-10 20:14:42'),(92593,33775,'action started via WP Cron','2021-02-11 04:15:50','2021-02-10 20:15:50'),(92594,33775,'action complete via WP Cron','2021-02-11 04:15:50','2021-02-10 20:15:50'),(92595,33776,'action created','2021-02-11 04:15:50','2021-02-10 20:15:50'),(92596,33776,'action started via WP Cron','2021-02-11 04:16:51','2021-02-10 20:16:51'),(92597,33776,'action complete via WP Cron','2021-02-11 04:16:51','2021-02-10 20:16:51'),(92598,33777,'action created','2021-02-11 04:16:51','2021-02-10 20:16:51'),(92599,33777,'action started via WP Cron','2021-02-11 04:17:46','2021-02-10 20:17:46'),(92600,33777,'action complete via WP Cron','2021-02-11 04:17:46','2021-02-10 20:17:46'),(92601,33778,'action created','2021-02-11 04:17:46','2021-02-10 20:17:46'),(92602,33778,'action started via WP Cron','2021-02-11 04:18:44','2021-02-10 20:18:44'),(92603,33778,'action complete via WP Cron','2021-02-11 04:18:44','2021-02-10 20:18:44'),(92604,33779,'action created','2021-02-11 04:18:44','2021-02-10 20:18:44'),(92605,33779,'action started via WP Cron','2021-02-11 04:19:41','2021-02-10 20:19:41'),(92606,33779,'action complete via WP Cron','2021-02-11 04:19:41','2021-02-10 20:19:41'),(92607,33780,'action created','2021-02-11 04:19:41','2021-02-10 20:19:41'),(92608,33780,'action started via WP Cron','2021-02-11 04:20:45','2021-02-10 20:20:45'),(92609,33780,'action complete via WP Cron','2021-02-11 04:20:45','2021-02-10 20:20:45'),(92610,33781,'action created','2021-02-11 04:20:45','2021-02-10 20:20:45'),(92611,33781,'action started via WP Cron','2021-02-11 04:21:41','2021-02-10 20:21:41'),(92612,33781,'action complete via WP Cron','2021-02-11 04:21:41','2021-02-10 20:21:41'),(92613,33782,'action created','2021-02-11 04:21:41','2021-02-10 20:21:41'),(92614,33782,'action started via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92615,33782,'action complete via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92616,32891,'action started via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92617,32891,'action complete via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92618,33783,'action created','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92619,32892,'action started via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92620,32892,'action complete via WP Cron','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92621,33784,'action created','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92622,33785,'action created','2021-02-11 04:22:47','2021-02-10 20:22:47'),(92623,33785,'action started via WP Cron','2021-02-11 04:23:46','2021-02-10 20:23:46'),(92624,33785,'action complete via WP Cron','2021-02-11 04:23:46','2021-02-10 20:23:46'),(92625,33786,'action created','2021-02-11 04:23:46','2021-02-10 20:23:46'),(92626,33786,'action started via WP Cron','2021-02-11 04:24:50','2021-02-10 20:24:50'),(92627,33786,'action complete via WP Cron','2021-02-11 04:24:50','2021-02-10 20:24:50'),(92628,33787,'action created','2021-02-11 04:24:50','2021-02-10 20:24:50'),(92629,33787,'action started via WP Cron','2021-02-11 04:25:47','2021-02-10 20:25:47'),(92630,33787,'action complete via WP Cron','2021-02-11 04:25:47','2021-02-10 20:25:47'),(92631,33788,'action created','2021-02-11 04:25:47','2021-02-10 20:25:47'),(92632,33788,'action started via WP Cron','2021-02-11 04:26:45','2021-02-10 20:26:45'),(92633,33788,'action complete via WP Cron','2021-02-11 04:26:45','2021-02-10 20:26:45'),(92634,33789,'action created','2021-02-11 04:26:45','2021-02-10 20:26:45'),(92635,33789,'action started via WP Cron','2021-02-11 04:27:51','2021-02-10 20:27:51'),(92636,33789,'action complete via WP Cron','2021-02-11 04:27:51','2021-02-10 20:27:51'),(92637,33790,'action created','2021-02-11 04:27:52','2021-02-10 20:27:52'),(92638,33790,'action started via WP Cron','2021-02-11 04:28:48','2021-02-10 20:28:48'),(92639,33790,'action complete via WP Cron','2021-02-11 04:28:48','2021-02-10 20:28:48'),(92640,33791,'action created','2021-02-11 04:28:48','2021-02-10 20:28:48'),(92641,33791,'action started via WP Cron','2021-02-11 04:29:59','2021-02-10 20:29:59'),(92642,33791,'action complete via WP Cron','2021-02-11 04:29:59','2021-02-10 20:29:59'),(92643,33792,'action created','2021-02-11 04:30:00','2021-02-10 20:30:00'),(92644,33792,'action started via WP Cron','2021-02-11 04:31:08','2021-02-10 20:31:08'),(92645,33792,'action complete via WP Cron','2021-02-11 04:31:08','2021-02-10 20:31:08'),(92646,33793,'action created','2021-02-11 04:31:08','2021-02-10 20:31:08'),(92647,33793,'action started via WP Cron','2021-02-11 04:31:45','2021-02-10 20:31:45'),(92648,33793,'action complete via WP Cron','2021-02-11 04:31:45','2021-02-10 20:31:45'),(92649,33794,'action created','2021-02-11 04:31:45','2021-02-10 20:31:45'),(92650,33794,'action started via WP Cron','2021-02-11 04:33:09','2021-02-10 20:33:09'),(92651,33794,'action complete via WP Cron','2021-02-11 04:33:09','2021-02-10 20:33:09'),(92652,33795,'action created','2021-02-11 04:33:09','2021-02-10 20:33:09'),(92653,33795,'action started via WP Cron','2021-02-11 04:34:03','2021-02-10 20:34:03'),(92654,33795,'action complete via WP Cron','2021-02-11 04:34:03','2021-02-10 20:34:03'),(92655,33796,'action created','2021-02-11 04:34:03','2021-02-10 20:34:03'),(92656,33796,'action started via WP Cron','2021-02-11 04:35:04','2021-02-10 20:35:04'),(92657,33796,'action complete via WP Cron','2021-02-11 04:35:04','2021-02-10 20:35:04'),(92658,33797,'action created','2021-02-11 04:35:04','2021-02-10 20:35:04'),(92659,33797,'action started via WP Cron','2021-02-11 04:36:03','2021-02-10 20:36:03'),(92660,33797,'action complete via WP Cron','2021-02-11 04:36:03','2021-02-10 20:36:03'),(92661,33798,'action created','2021-02-11 04:36:03','2021-02-10 20:36:03'),(92662,33798,'action started via WP Cron','2021-02-11 04:37:00','2021-02-10 20:37:00'),(92663,33798,'action complete via WP Cron','2021-02-11 04:37:00','2021-02-10 20:37:00'),(92664,33799,'action created','2021-02-11 04:37:00','2021-02-10 20:37:00'),(92665,33799,'action started via WP Cron','2021-02-11 04:37:46','2021-02-10 20:37:46'),(92666,33799,'action complete via WP Cron','2021-02-11 04:37:46','2021-02-10 20:37:46'),(92667,33800,'action created','2021-02-11 04:37:46','2021-02-10 20:37:46'),(92668,33800,'action started via WP Cron','2021-02-11 04:38:45','2021-02-10 20:38:45'),(92669,33800,'action complete via WP Cron','2021-02-11 04:38:45','2021-02-10 20:38:45'),(92670,33801,'action created','2021-02-11 04:38:45','2021-02-10 20:38:45'),(92671,33801,'action started via WP Cron','2021-02-11 04:39:54','2021-02-10 20:39:54'),(92672,33801,'action complete via WP Cron','2021-02-11 04:39:54','2021-02-10 20:39:54'),(92673,33802,'action created','2021-02-11 04:40:26','2021-02-10 20:40:26'),(92674,33802,'action started via WP Cron','2021-02-11 04:40:54','2021-02-10 20:40:54'),(92675,33802,'action complete via WP Cron','2021-02-11 04:40:54','2021-02-10 20:40:54'),(92676,33803,'action created','2021-02-11 04:40:54','2021-02-10 20:40:54'),(92677,33803,'action started via WP Cron','2021-02-11 04:42:06','2021-02-10 20:42:06'),(92678,33803,'action complete via WP Cron','2021-02-11 04:42:06','2021-02-10 20:42:06'),(92679,33804,'action created','2021-02-11 04:42:06','2021-02-10 20:42:06'),(92680,33804,'action started via WP Cron','2021-02-11 04:42:56','2021-02-10 20:42:56'),(92681,33804,'action complete via WP Cron','2021-02-11 04:42:56','2021-02-10 20:42:56'),(92682,33805,'action created','2021-02-11 04:42:56','2021-02-10 20:42:56'),(92683,33805,'action started via WP Cron','2021-02-11 04:43:46','2021-02-10 20:43:46'),(92684,33805,'action complete via WP Cron','2021-02-11 04:43:46','2021-02-10 20:43:46'),(92685,33806,'action created','2021-02-11 04:43:46','2021-02-10 20:43:46'),(92686,33806,'action started via WP Cron','2021-02-11 04:44:42','2021-02-10 20:44:42'),(92687,33806,'action complete via WP Cron','2021-02-11 04:44:42','2021-02-10 20:44:42'),(92688,33807,'action created','2021-02-11 04:44:42','2021-02-10 20:44:42'),(92689,33807,'action started via WP Cron','2021-02-11 04:46:07','2021-02-10 20:46:07'),(92690,33807,'action complete via WP Cron','2021-02-11 04:46:07','2021-02-10 20:46:07'),(92691,33808,'action created','2021-02-11 04:46:07','2021-02-10 20:46:07'),(92692,33808,'action started via WP Cron','2021-02-11 04:46:55','2021-02-10 20:46:55'),(92693,33808,'action complete via WP Cron','2021-02-11 04:46:55','2021-02-10 20:46:55'),(92694,33809,'action created','2021-02-11 04:46:55','2021-02-10 20:46:55'),(92695,33809,'action started via WP Cron','2021-02-11 04:47:45','2021-02-10 20:47:45'),(92696,33809,'action complete via WP Cron','2021-02-11 04:47:45','2021-02-10 20:47:45'),(92697,33810,'action created','2021-02-11 04:47:45','2021-02-10 20:47:45'),(92698,33810,'action started via WP Cron','2021-02-11 04:48:49','2021-02-10 20:48:49'),(92699,33810,'action complete via WP Cron','2021-02-11 04:48:49','2021-02-10 20:48:49'),(92700,33811,'action created','2021-02-11 04:48:49','2021-02-10 20:48:49'),(92701,33811,'action started via WP Cron','2021-02-11 04:49:45','2021-02-10 20:49:45'),(92702,33811,'action complete via WP Cron','2021-02-11 04:49:45','2021-02-10 20:49:45'),(92703,33812,'action created','2021-02-11 04:49:45','2021-02-10 20:49:45'),(92704,33812,'action started via WP Cron','2021-02-11 04:50:44','2021-02-10 20:50:44'),(92705,33812,'action complete via WP Cron','2021-02-11 04:50:44','2021-02-10 20:50:44'),(92706,33813,'action created','2021-02-11 04:50:44','2021-02-10 20:50:44'),(92707,33813,'action started via WP Cron','2021-02-11 04:51:59','2021-02-10 20:51:59'),(92708,33813,'action complete via WP Cron','2021-02-11 04:51:59','2021-02-10 20:51:59'),(92709,33814,'action created','2021-02-11 04:51:59','2021-02-10 20:51:59'),(92710,33814,'action started via WP Cron','2021-02-11 04:52:52','2021-02-10 20:52:52'),(92711,33814,'action complete via WP Cron','2021-02-11 04:52:52','2021-02-10 20:52:52'),(92712,33815,'action created','2021-02-11 04:52:52','2021-02-10 20:52:52'),(92713,33815,'action started via WP Cron','2021-02-11 04:54:04','2021-02-10 20:54:04'),(92714,33815,'action complete via WP Cron','2021-02-11 04:54:04','2021-02-10 20:54:04'),(92715,33816,'action created','2021-02-11 04:54:04','2021-02-10 20:54:04'),(92716,33816,'action started via WP Cron','2021-02-11 04:55:02','2021-02-10 20:55:02'),(92717,33816,'action complete via WP Cron','2021-02-11 04:55:02','2021-02-10 20:55:02'),(92718,33817,'action created','2021-02-11 04:55:30','2021-02-10 20:55:30'),(92719,33817,'action started via WP Cron','2021-02-11 04:55:53','2021-02-10 20:55:53'),(92720,33817,'action complete via WP Cron','2021-02-11 04:55:53','2021-02-10 20:55:53'),(92721,33818,'action created','2021-02-11 04:55:53','2021-02-10 20:55:53'),(92722,33818,'action started via WP Cron','2021-02-11 04:56:45','2021-02-10 20:56:45'),(92723,33818,'action complete via WP Cron','2021-02-11 04:56:45','2021-02-10 20:56:45'),(92724,33819,'action created','2021-02-11 04:56:46','2021-02-10 20:56:46'),(92725,33819,'action started via WP Cron','2021-02-11 04:58:03','2021-02-10 20:58:03'),(92726,33819,'action complete via WP Cron','2021-02-11 04:58:03','2021-02-10 20:58:03'),(92727,33820,'action created','2021-02-11 04:58:03','2021-02-10 20:58:03'),(92728,33820,'action started via WP Cron','2021-02-11 04:58:53','2021-02-10 20:58:53'),(92729,33820,'action complete via WP Cron','2021-02-11 04:58:53','2021-02-10 20:58:53'),(92730,33821,'action created','2021-02-11 04:58:53','2021-02-10 20:58:53'),(92734,33822,'action started via WP Cron','2021-02-11 05:02:42','2021-02-10 21:02:42'),(92735,33822,'action complete via WP Cron','2021-02-11 05:02:42','2021-02-10 21:02:42'),(92736,33823,'action created','2021-02-11 05:02:43','2021-02-10 21:02:43'),(92737,33823,'action started via WP Cron','2021-02-11 05:11:05','2021-02-10 21:11:05'),(92738,33823,'action complete via WP Cron','2021-02-11 05:11:05','2021-02-10 21:11:05'),(92739,33824,'action created','2021-02-11 05:11:05','2021-02-10 21:11:05'),(92740,33824,'action started via WP Cron','2021-02-11 05:28:21','2021-02-10 21:28:21'),(92741,33824,'action complete via WP Cron','2021-02-11 05:28:21','2021-02-10 21:28:21'),(92742,33825,'action created','2021-02-11 05:28:21','2021-02-10 21:28:21'),(92743,33825,'action started via WP Cron','2021-02-11 05:31:29','2021-02-10 21:31:29'),(92744,33825,'action complete via WP Cron','2021-02-11 05:31:29','2021-02-10 21:31:29'),(92745,33826,'action created','2021-02-11 05:31:29','2021-02-10 21:31:29'),(92746,33826,'action started via WP Cron','2021-02-11 05:33:42','2021-02-10 21:33:42'),(92747,33826,'action complete via WP Cron','2021-02-11 05:33:42','2021-02-10 21:33:42'),(92748,33827,'action created','2021-02-11 05:33:42','2021-02-10 21:33:42'),(92749,33827,'action started via WP Cron','2021-02-11 05:36:07','2021-02-10 21:36:07'),(92750,33827,'action complete via WP Cron','2021-02-11 05:36:07','2021-02-10 21:36:07'),(92751,33828,'action created','2021-02-11 05:36:07','2021-02-10 21:36:07'),(92752,33828,'action started via WP Cron','2021-02-11 05:37:53','2021-02-10 21:37:53'),(92753,33828,'action complete via WP Cron','2021-02-11 05:37:53','2021-02-10 21:37:53'),(92754,33829,'action created','2021-02-11 05:37:53','2021-02-10 21:37:53'),(92755,33829,'action started via WP Cron','2021-02-11 05:44:03','2021-02-10 21:44:03'),(92756,33829,'action complete via WP Cron','2021-02-11 05:44:03','2021-02-10 21:44:03'),(92757,33830,'action created','2021-02-11 05:44:03','2021-02-10 21:44:03'),(92758,33830,'action started via WP Cron','2021-02-11 05:44:57','2021-02-10 21:44:57'),(92759,33830,'action complete via WP Cron','2021-02-11 05:44:57','2021-02-10 21:44:57'),(92760,33831,'action created','2021-02-11 05:44:57','2021-02-10 21:44:57'),(92761,33831,'action started via WP Cron','2021-02-11 05:45:58','2021-02-10 21:45:58'),(92762,33831,'action complete via WP Cron','2021-02-11 05:45:58','2021-02-10 21:45:58'),(92763,33832,'action created','2021-02-11 05:45:58','2021-02-10 21:45:58'),(92764,33832,'action started via WP Cron','2021-02-11 05:48:00','2021-02-10 21:48:00'),(92765,33832,'action complete via WP Cron','2021-02-11 05:48:00','2021-02-10 21:48:00'),(92766,33833,'action created','2021-02-11 05:48:00','2021-02-10 21:48:00'),(92767,33833,'action started via WP Cron','2021-02-11 05:49:01','2021-02-10 21:49:01'),(92768,33833,'action complete via WP Cron','2021-02-11 05:49:01','2021-02-10 21:49:01'),(92769,33834,'action created','2021-02-11 05:49:01','2021-02-10 21:49:01'),(92770,33834,'action started via WP Cron','2021-02-11 05:50:03','2021-02-10 21:50:03'),(92771,33834,'action complete via WP Cron','2021-02-11 05:50:03','2021-02-10 21:50:03'),(92772,33835,'action created','2021-02-11 05:51:39','2021-02-10 21:51:39'),(92773,33835,'action started via WP Cron','2021-02-11 05:54:38','2021-02-10 21:54:38'),(92774,33835,'action complete via WP Cron','2021-02-11 05:54:38','2021-02-10 21:54:38'),(92775,33836,'action created','2021-02-11 05:54:38','2021-02-10 21:54:38'),(92776,33836,'action started via WP Cron','2021-02-11 05:57:01','2021-02-10 21:57:01'),(92777,33836,'action complete via WP Cron','2021-02-11 05:57:01','2021-02-10 21:57:01'),(92778,33837,'action created','2021-02-11 05:57:01','2021-02-10 21:57:01'),(92779,33837,'action started via WP Cron','2021-02-11 06:01:34','2021-02-10 22:01:34'),(92780,33837,'action complete via WP Cron','2021-02-11 06:01:34','2021-02-10 22:01:34'),(92781,33838,'action created','2021-02-11 06:01:34','2021-02-10 22:01:34'),(92782,33838,'action started via WP Cron','2021-02-11 06:08:40','2021-02-10 22:08:40'),(92783,33838,'action complete via WP Cron','2021-02-11 06:08:40','2021-02-10 22:08:40'),(92784,33839,'action created','2021-02-11 06:08:40','2021-02-10 22:08:40'),(92785,33839,'action started via WP Cron','2021-02-11 06:10:47','2021-02-10 22:10:47'),(92786,33839,'action complete via WP Cron','2021-02-11 06:10:47','2021-02-10 22:10:47'),(92787,33840,'action created','2021-02-11 06:10:47','2021-02-10 22:10:47'),(92788,33840,'action started via WP Cron','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92789,33840,'action complete via WP Cron','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92790,32986,'action started via WP Cron','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92791,32986,'action complete via WP Cron','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92792,33841,'action created','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92793,33842,'action created','2021-02-11 06:15:28','2021-02-10 22:15:28'),(92794,33842,'action started via WP Cron','2021-02-11 06:18:10','2021-02-10 22:18:10'),(92795,33842,'action complete via WP Cron','2021-02-11 06:18:10','2021-02-10 22:18:10'),(92796,33843,'action created','2021-02-11 06:18:10','2021-02-10 22:18:10'),(92797,33843,'action started via WP Cron','2021-02-11 06:26:37','2021-02-10 22:26:37'),(92798,33843,'action complete via WP Cron','2021-02-11 06:26:37','2021-02-10 22:26:37'),(92799,33844,'action created','2021-02-11 06:26:38','2021-02-10 22:26:38'),(92800,33844,'action started via WP Cron','2021-02-11 06:27:54','2021-02-10 22:27:54'),(92801,33844,'action complete via WP Cron','2021-02-11 06:27:54','2021-02-10 22:27:54'),(92802,33845,'action created','2021-02-11 06:27:55','2021-02-10 22:27:55'),(92803,33845,'action started via WP Cron','2021-02-11 06:31:56','2021-02-10 22:31:56'),(92804,33845,'action complete via WP Cron','2021-02-11 06:31:56','2021-02-10 22:31:56'),(92805,33846,'action created','2021-02-11 06:31:56','2021-02-10 22:31:56'),(92806,33846,'action started via WP Cron','2021-02-11 06:33:09','2021-02-10 22:33:09'),(92807,33846,'action complete via WP Cron','2021-02-11 06:33:09','2021-02-10 22:33:09'),(92808,33847,'action created','2021-02-11 06:33:09','2021-02-10 22:33:09'),(92809,33847,'action started via WP Cron','2021-02-11 06:34:10','2021-02-10 22:34:10'),(92810,33847,'action complete via WP Cron','2021-02-11 06:34:10','2021-02-10 22:34:10'),(92811,33848,'action created','2021-02-11 06:34:10','2021-02-10 22:34:10'),(92812,33848,'action started via WP Cron','2021-02-11 06:36:23','2021-02-10 22:36:23'),(92813,33848,'action complete via WP Cron','2021-02-11 06:36:23','2021-02-10 22:36:23'),(92814,33849,'action created','2021-02-11 06:36:23','2021-02-10 22:36:23'),(92815,33849,'action started via WP Cron','2021-02-11 06:37:25','2021-02-10 22:37:25'),(92816,33849,'action complete via WP Cron','2021-02-11 06:37:25','2021-02-10 22:37:25'),(92817,33850,'action created','2021-02-11 06:37:25','2021-02-10 22:37:25'),(92818,33850,'action started via WP Cron','2021-02-11 06:38:15','2021-02-10 22:38:15'),(92819,33850,'action complete via WP Cron','2021-02-11 06:38:15','2021-02-10 22:38:15'),(92820,33851,'action created','2021-02-11 06:38:20','2021-02-10 22:38:20'),(92821,33851,'action started via WP Cron','2021-02-11 06:39:23','2021-02-10 22:39:23'),(92822,33851,'action complete via WP Cron','2021-02-11 06:39:23','2021-02-10 22:39:23'),(92823,33852,'action created','2021-02-11 06:39:23','2021-02-10 22:39:23'),(92824,33852,'action started via WP Cron','2021-02-11 06:44:33','2021-02-10 22:44:33'),(92825,33852,'action complete via WP Cron','2021-02-11 06:44:33','2021-02-10 22:44:33'),(92826,33853,'action created','2021-02-11 06:44:33','2021-02-10 22:44:33'),(92827,33853,'action started via WP Cron','2021-02-11 06:48:03','2021-02-10 22:48:03'),(92828,33853,'action complete via WP Cron','2021-02-11 06:48:03','2021-02-10 22:48:03'),(92829,33854,'action created','2021-02-11 06:48:03','2021-02-10 22:48:03'),(92830,33854,'action started via WP Cron','2021-02-11 06:50:34','2021-02-10 22:50:34'),(92831,33854,'action complete via WP Cron','2021-02-11 06:50:34','2021-02-10 22:50:34'),(92832,33855,'action created','2021-02-11 06:50:34','2021-02-10 22:50:34'),(92833,33855,'action started via WP Cron','2021-02-11 06:51:02','2021-02-10 22:51:02'),(92834,33855,'action complete via WP Cron','2021-02-11 06:51:02','2021-02-10 22:51:02'),(92835,33856,'action created','2021-02-11 06:51:02','2021-02-10 22:51:02'),(92836,33856,'action started via WP Cron','2021-02-11 06:51:45','2021-02-10 22:51:45'),(92837,33856,'action complete via WP Cron','2021-02-11 06:51:45','2021-02-10 22:51:45'),(92838,33857,'action created','2021-02-11 06:51:45','2021-02-10 22:51:45'),(92839,33857,'action started via WP Cron','2021-02-11 06:53:01','2021-02-10 22:53:01'),(92840,33857,'action complete via WP Cron','2021-02-11 06:53:01','2021-02-10 22:53:01'),(92841,33858,'action created','2021-02-11 06:53:01','2021-02-10 22:53:01'),(92842,33858,'action started via WP Cron','2021-02-11 06:55:06','2021-02-10 22:55:06'),(92843,33858,'action complete via WP Cron','2021-02-11 06:55:06','2021-02-10 22:55:06'),(92844,33859,'action created','2021-02-11 06:55:06','2021-02-10 22:55:06'),(92845,33859,'action started via WP Cron','2021-02-11 06:56:07','2021-02-10 22:56:07'),(92846,33859,'action complete via WP Cron','2021-02-11 06:56:07','2021-02-10 22:56:07'),(92847,33860,'action created','2021-02-11 06:56:07','2021-02-10 22:56:07'),(92848,33860,'action started via WP Cron','2021-02-11 06:56:47','2021-02-10 22:56:47'),(92849,33860,'action complete via WP Cron','2021-02-11 06:56:47','2021-02-10 22:56:47'),(92850,33861,'action created','2021-02-11 06:56:47','2021-02-10 22:56:47'),(92851,33861,'action started via WP Cron','2021-02-11 06:58:23','2021-02-10 22:58:23'),(92852,33861,'action complete via WP Cron','2021-02-11 06:58:23','2021-02-10 22:58:23'),(92853,33862,'action created','2021-02-11 06:58:23','2021-02-10 22:58:23'),(92854,33862,'action started via WP Cron','2021-02-11 06:59:26','2021-02-10 22:59:26'),(92855,33862,'action complete via WP Cron','2021-02-11 06:59:26','2021-02-10 22:59:26'),(92856,33863,'action created','2021-02-11 06:59:26','2021-02-10 22:59:26'),(92857,33863,'action started via WP Cron','2021-02-11 07:00:25','2021-02-10 23:00:25'),(92858,33863,'action complete via WP Cron','2021-02-11 07:00:25','2021-02-10 23:00:25'),(92859,33864,'action created','2021-02-11 07:00:25','2021-02-10 23:00:25'),(92860,33864,'action started via WP Cron','2021-02-11 07:04:02','2021-02-10 23:04:02'),(92861,33864,'action complete via WP Cron','2021-02-11 07:04:02','2021-02-10 23:04:02'),(92862,33865,'action created','2021-02-11 07:04:02','2021-02-10 23:04:02'),(92863,33865,'action started via WP Cron','2021-02-11 07:10:58','2021-02-10 23:10:58'),(92864,33865,'action complete via WP Cron','2021-02-11 07:10:58','2021-02-10 23:10:58'),(92865,33866,'action created','2021-02-11 07:10:58','2021-02-10 23:10:58'),(92866,33866,'action started via WP Cron','2021-02-11 07:13:09','2021-02-10 23:13:09'),(92867,33866,'action complete via WP Cron','2021-02-11 07:13:09','2021-02-10 23:13:09'),(92868,33867,'action created','2021-02-11 07:13:09','2021-02-10 23:13:09'),(92869,33867,'action started via WP Cron','2021-02-11 07:25:51','2021-02-10 23:25:51'),(92870,33867,'action complete via WP Cron','2021-02-11 07:25:51','2021-02-10 23:25:51'),(92871,33868,'action created','2021-02-11 07:25:51','2021-02-10 23:25:51'),(92872,33868,'action started via WP Cron','2021-02-11 07:26:51','2021-02-10 23:26:51'),(92873,33868,'action complete via WP Cron','2021-02-11 07:26:51','2021-02-10 23:26:51'),(92874,33869,'action created','2021-02-11 07:26:51','2021-02-10 23:26:51'),(92875,33869,'action started via WP Cron','2021-02-11 07:27:52','2021-02-10 23:27:52'),(92876,33869,'action complete via WP Cron','2021-02-11 07:27:52','2021-02-10 23:27:52'),(92877,33870,'action created','2021-02-11 07:27:52','2021-02-10 23:27:52'),(92878,33870,'action started via WP Cron','2021-02-11 07:28:49','2021-02-10 23:28:49'),(92879,33870,'action complete via WP Cron','2021-02-11 07:28:49','2021-02-10 23:28:49'),(92880,33871,'action created','2021-02-11 07:28:49','2021-02-10 23:28:49'),(92881,33871,'action started via WP Cron','2021-02-11 07:29:54','2021-02-10 23:29:54'),(92882,33871,'action complete via WP Cron','2021-02-11 07:29:54','2021-02-10 23:29:54'),(92883,33872,'action created','2021-02-11 07:29:54','2021-02-10 23:29:54'),(92884,33872,'action started via WP Cron','2021-02-11 07:30:57','2021-02-10 23:30:57'),(92885,33872,'action complete via WP Cron','2021-02-11 07:30:57','2021-02-10 23:30:57'),(92886,33873,'action created','2021-02-11 07:30:57','2021-02-10 23:30:57'),(92887,33873,'action started via WP Cron','2021-02-11 07:31:56','2021-02-10 23:31:56'),(92888,33873,'action complete via WP Cron','2021-02-11 07:31:56','2021-02-10 23:31:56'),(92889,33874,'action created','2021-02-11 07:31:56','2021-02-10 23:31:56'),(92890,33874,'action started via WP Cron','2021-02-11 07:32:57','2021-02-10 23:32:57'),(92891,33874,'action complete via WP Cron','2021-02-11 07:32:57','2021-02-10 23:32:57'),(92892,33875,'action created','2021-02-11 07:32:57','2021-02-10 23:32:57'),(92893,33875,'action started via WP Cron','2021-02-11 07:33:58','2021-02-10 23:33:58'),(92894,33875,'action complete via WP Cron','2021-02-11 07:33:58','2021-02-10 23:33:58'),(92895,33876,'action created','2021-02-11 07:33:58','2021-02-10 23:33:58'),(92896,33876,'action started via WP Cron','2021-02-11 07:34:59','2021-02-10 23:34:59'),(92897,33876,'action complete via WP Cron','2021-02-11 07:34:59','2021-02-10 23:34:59'),(92898,33877,'action created','2021-02-11 07:34:59','2021-02-10 23:34:59'),(92899,33877,'action started via WP Cron','2021-02-11 07:36:00','2021-02-10 23:36:00'),(92900,33877,'action complete via WP Cron','2021-02-11 07:36:00','2021-02-10 23:36:00'),(92901,33878,'action created','2021-02-11 07:36:00','2021-02-10 23:36:00'),(92902,33878,'action started via WP Cron','2021-02-11 07:37:01','2021-02-10 23:37:01'),(92903,33878,'action complete via WP Cron','2021-02-11 07:37:01','2021-02-10 23:37:01'),(92904,33879,'action created','2021-02-11 07:37:01','2021-02-10 23:37:01'),(92905,33879,'action started via WP Cron','2021-02-11 07:38:02','2021-02-10 23:38:02'),(92906,33879,'action complete via WP Cron','2021-02-11 07:38:02','2021-02-10 23:38:02'),(92907,33880,'action created','2021-02-11 07:38:02','2021-02-10 23:38:02'),(92911,33881,'action started via WP Cron','2021-02-11 07:40:04','2021-02-10 23:40:04'),(92912,33881,'action complete via WP Cron','2021-02-11 07:40:04','2021-02-10 23:40:04'),(92913,33882,'action created','2021-02-11 07:40:04','2021-02-10 23:40:04'),(92914,33882,'action started via WP Cron','2021-02-11 07:41:07','2021-02-10 23:41:07'),(92915,33882,'action complete via WP Cron','2021-02-11 07:41:07','2021-02-10 23:41:07'),(92916,33883,'action created','2021-02-11 07:41:07','2021-02-10 23:41:07'),(92917,33883,'action started via WP Cron','2021-02-11 07:42:06','2021-02-10 23:42:06'),(92918,33883,'action complete via WP Cron','2021-02-11 07:42:06','2021-02-10 23:42:06'),(92919,33884,'action created','2021-02-11 07:42:06','2021-02-10 23:42:06'),(92920,33884,'action started via WP Cron','2021-02-11 07:42:41','2021-02-10 23:42:41'),(92921,33884,'action complete via WP Cron','2021-02-11 07:42:41','2021-02-10 23:42:41'),(92922,33885,'action created','2021-02-11 07:42:42','2021-02-10 23:42:42'),(92923,33885,'action started via WP Cron','2021-02-11 07:43:42','2021-02-10 23:43:42'),(92924,33885,'action complete via WP Cron','2021-02-11 07:43:42','2021-02-10 23:43:42'),(92925,33886,'action created','2021-02-11 07:43:42','2021-02-10 23:43:42'),(92926,33886,'action started via WP Cron','2021-02-11 07:44:44','2021-02-10 23:44:44'),(92927,33886,'action complete via WP Cron','2021-02-11 07:44:44','2021-02-10 23:44:44'),(92928,33887,'action created','2021-02-11 07:44:44','2021-02-10 23:44:44'),(92929,33887,'action started via WP Cron','2021-02-11 07:45:45','2021-02-10 23:45:45'),(92930,33887,'action complete via WP Cron','2021-02-11 07:45:45','2021-02-10 23:45:45'),(92931,33888,'action created','2021-02-11 07:45:45','2021-02-10 23:45:45'),(92932,33888,'action started via WP Cron','2021-02-11 07:46:46','2021-02-10 23:46:46'),(92933,33888,'action complete via WP Cron','2021-02-11 07:46:46','2021-02-10 23:46:46'),(92934,33889,'action created','2021-02-11 07:46:46','2021-02-10 23:46:46'),(92935,33889,'action started via WP Cron','2021-02-11 07:47:46','2021-02-10 23:47:46'),(92936,33889,'action complete via WP Cron','2021-02-11 07:47:46','2021-02-10 23:47:46'),(92937,33890,'action created','2021-02-11 07:47:47','2021-02-10 23:47:47'),(92938,33890,'action started via WP Cron','2021-02-11 07:49:13','2021-02-10 23:49:13'),(92939,33890,'action complete via WP Cron','2021-02-11 07:49:13','2021-02-10 23:49:13'),(92940,33891,'action created','2021-02-11 07:49:13','2021-02-10 23:49:13'),(92941,33891,'action started via WP Cron','2021-02-11 07:50:14','2021-02-10 23:50:14'),(92942,33891,'action complete via WP Cron','2021-02-11 07:50:14','2021-02-10 23:50:14'),(92943,33892,'action created','2021-02-11 07:50:14','2021-02-10 23:50:14'),(92944,33892,'action started via WP Cron','2021-02-11 07:51:16','2021-02-10 23:51:16'),(92945,33892,'action complete via WP Cron','2021-02-11 07:51:16','2021-02-10 23:51:16'),(92946,33893,'action created','2021-02-11 07:51:16','2021-02-10 23:51:16'),(92947,33893,'action started via WP Cron','2021-02-11 07:53:17','2021-02-10 23:53:17'),(92948,33893,'action complete via WP Cron','2021-02-11 07:53:17','2021-02-10 23:53:17'),(92949,33894,'action created','2021-02-11 07:53:17','2021-02-10 23:53:17'),(92950,33894,'action started via WP Cron','2021-02-11 07:54:18','2021-02-10 23:54:18'),(92951,33894,'action complete via WP Cron','2021-02-11 07:54:18','2021-02-10 23:54:18'),(92952,33895,'action created','2021-02-11 07:54:18','2021-02-10 23:54:18'),(92953,33895,'action started via WP Cron','2021-02-11 07:55:19','2021-02-10 23:55:19'),(92954,33895,'action complete via WP Cron','2021-02-11 07:55:19','2021-02-10 23:55:19'),(92955,33896,'action created','2021-02-11 07:55:19','2021-02-10 23:55:19'),(92956,33896,'action started via WP Cron','2021-02-11 07:56:20','2021-02-10 23:56:20'),(92957,33896,'action complete via WP Cron','2021-02-11 07:56:20','2021-02-10 23:56:20'),(92958,33897,'action created','2021-02-11 07:56:20','2021-02-10 23:56:20'),(92959,33897,'action started via WP Cron','2021-02-11 07:57:22','2021-02-10 23:57:22'),(92960,33897,'action complete via WP Cron','2021-02-11 07:57:22','2021-02-10 23:57:22'),(92961,33898,'action created','2021-02-11 07:57:22','2021-02-10 23:57:22'),(92962,33898,'action started via WP Cron','2021-02-11 07:58:26','2021-02-10 23:58:26'),(92963,33898,'action complete via WP Cron','2021-02-11 07:58:26','2021-02-10 23:58:26'),(92964,33899,'action created','2021-02-11 07:58:26','2021-02-10 23:58:26'),(92965,33899,'action started via WP Cron','2021-02-11 08:07:32','2021-02-11 00:07:32'),(92966,33899,'action complete via WP Cron','2021-02-11 08:07:33','2021-02-11 00:07:33'),(92967,33900,'action created','2021-02-11 08:07:33','2021-02-11 00:07:33'),(92968,33900,'action started via WP Cron','2021-02-11 08:08:55','2021-02-11 00:08:55'),(92969,33900,'action complete via WP Cron','2021-02-11 08:08:55','2021-02-11 00:08:55'),(92970,33901,'action created','2021-02-11 08:08:55','2021-02-11 00:08:55'),(92971,33901,'action started via WP Cron','2021-02-11 08:18:43','2021-02-11 00:18:43'),(92972,33901,'action complete via WP Cron','2021-02-11 08:18:43','2021-02-11 00:18:43'),(92973,33902,'action created','2021-02-11 08:18:43','2021-02-11 00:18:43'),(92974,33902,'action started via WP Cron','2021-02-11 08:23:01','2021-02-11 00:23:01'),(92975,33902,'action complete via WP Cron','2021-02-11 08:23:01','2021-02-11 00:23:01'),(92976,33903,'action created','2021-02-11 08:23:01','2021-02-11 00:23:01'),(92977,33903,'action started via WP Cron','2021-02-11 08:25:00','2021-02-11 00:25:00'),(92978,33903,'action complete via WP Cron','2021-02-11 08:25:00','2021-02-11 00:25:00'),(92979,33904,'action created','2021-02-11 08:25:00','2021-02-11 00:25:00'),(92980,33904,'action started via WP Cron','2021-02-11 08:35:32','2021-02-11 00:35:32'),(92981,33904,'action complete via WP Cron','2021-02-11 08:35:32','2021-02-11 00:35:32'),(92982,33905,'action created','2021-02-11 08:35:32','2021-02-11 00:35:32'),(92983,33905,'action started via WP Cron','2021-02-11 08:39:02','2021-02-11 00:39:02'),(92984,33905,'action complete via WP Cron','2021-02-11 08:39:02','2021-02-11 00:39:02'),(92985,33906,'action created','2021-02-11 08:39:02','2021-02-11 00:39:02'),(92986,33906,'action started via WP Cron','2021-02-11 10:02:03','2021-02-11 02:02:03'),(92987,33906,'action complete via WP Cron','2021-02-11 10:02:03','2021-02-11 02:02:03'),(92991,33908,'action created','2021-02-11 10:02:12','2021-02-11 02:02:12'),(92992,33908,'action started via WP Cron','2021-02-11 10:03:04','2021-02-11 02:03:04'),(92993,33908,'action complete via WP Cron','2021-02-11 10:03:04','2021-02-11 02:03:04'),(92994,33909,'action created','2021-02-11 10:03:04','2021-02-11 02:03:04'),(92995,33909,'action started via WP Cron','2021-02-11 10:06:01','2021-02-11 02:06:01'),(92996,33909,'action complete via WP Cron','2021-02-11 10:06:01','2021-02-11 02:06:01'),(92997,33910,'action created','2021-02-11 10:06:01','2021-02-11 02:06:01'),(92998,33910,'action started via WP Cron','2021-02-11 10:10:24','2021-02-11 02:10:24'),(92999,33910,'action complete via WP Cron','2021-02-11 10:10:24','2021-02-11 02:10:24'),(93000,33911,'action created','2021-02-11 10:10:24','2021-02-11 02:10:24'),(93001,33911,'action started via WP Cron','2021-02-11 10:18:30','2021-02-11 02:18:30'),(93002,33911,'action complete via WP Cron','2021-02-11 10:18:30','2021-02-11 02:18:30'),(93003,33912,'action created','2021-02-11 10:18:30','2021-02-11 02:18:30'),(93004,33912,'action started via WP Cron','2021-02-11 10:18:50','2021-02-11 02:18:50'),(93005,33912,'action complete via WP Cron','2021-02-11 10:18:50','2021-02-11 02:18:50'),(93006,33913,'action created','2021-02-11 10:18:51','2021-02-11 02:18:51'),(93007,33913,'action started via WP Cron','2021-02-11 10:19:58','2021-02-11 02:19:58'),(93008,33913,'action complete via WP Cron','2021-02-11 10:19:58','2021-02-11 02:19:58'),(93009,33914,'action created','2021-02-11 10:19:58','2021-02-11 02:19:58'),(93010,33914,'action started via WP Cron','2021-02-11 10:20:59','2021-02-11 02:20:59'),(93011,33914,'action complete via WP Cron','2021-02-11 10:20:59','2021-02-11 02:20:59'),(93012,33915,'action created','2021-02-11 10:20:59','2021-02-11 02:20:59'),(93013,33915,'action started via WP Cron','2021-02-11 10:23:01','2021-02-11 02:23:01'),(93014,33915,'action complete via WP Cron','2021-02-11 10:23:01','2021-02-11 02:23:01'),(93015,33916,'action created','2021-02-11 10:23:01','2021-02-11 02:23:01'),(93016,33916,'action started via WP Cron','2021-02-11 10:24:02','2021-02-11 02:24:02'),(93017,33916,'action complete via WP Cron','2021-02-11 10:24:02','2021-02-11 02:24:02'),(93018,33917,'action created','2021-02-11 10:24:02','2021-02-11 02:24:02'),(93019,33917,'action started via WP Cron','2021-02-11 10:25:03','2021-02-11 02:25:03'),(93020,33917,'action complete via WP Cron','2021-02-11 10:25:03','2021-02-11 02:25:03'),(93021,33918,'action created','2021-02-11 10:25:03','2021-02-11 02:25:03'),(93022,33918,'action started via WP Cron','2021-02-11 10:32:19','2021-02-11 02:32:19'),(93023,33918,'action complete via WP Cron','2021-02-11 10:32:19','2021-02-11 02:32:19'),(93024,33919,'action created','2021-02-11 10:32:19','2021-02-11 02:32:19'),(93025,33919,'action started via WP Cron','2021-02-11 10:40:11','2021-02-11 02:40:11'),(93026,33919,'action complete via WP Cron','2021-02-11 10:40:11','2021-02-11 02:40:11'),(93027,33920,'action created','2021-02-11 10:40:11','2021-02-11 02:40:11'),(93028,33920,'action started via WP Cron','2021-02-11 10:41:03','2021-02-11 02:41:03'),(93029,33920,'action complete via WP Cron','2021-02-11 10:41:03','2021-02-11 02:41:03'),(93030,33921,'action created','2021-02-11 10:41:03','2021-02-11 02:41:03'),(93031,33921,'action started via WP Cron','2021-02-11 10:50:20','2021-02-11 02:50:20'),(93032,33921,'action complete via WP Cron','2021-02-11 10:50:20','2021-02-11 02:50:20'),(93033,33922,'action created','2021-02-11 10:50:21','2021-02-11 02:50:21'),(93034,33922,'action started via WP Cron','2021-02-11 10:51:36','2021-02-11 02:51:36'),(93035,33922,'action complete via WP Cron','2021-02-11 10:51:36','2021-02-11 02:51:36'),(93036,33923,'action created','2021-02-11 10:51:36','2021-02-11 02:51:36'),(93037,33923,'action started via WP Cron','2021-02-11 10:52:59','2021-02-11 02:52:59'),(93038,33923,'action complete via WP Cron','2021-02-11 10:52:59','2021-02-11 02:52:59'),(93039,33924,'action created','2021-02-11 10:52:59','2021-02-11 02:52:59'),(93040,33924,'action started via WP Cron','2021-02-11 10:54:00','2021-02-11 02:54:00'),(93041,33924,'action complete via WP Cron','2021-02-11 10:54:00','2021-02-11 02:54:00'),(93042,33925,'action created','2021-02-11 10:54:00','2021-02-11 02:54:00'),(93043,33925,'action started via WP Cron','2021-02-11 10:56:02','2021-02-11 02:56:02'),(93044,33925,'action complete via WP Cron','2021-02-11 10:56:02','2021-02-11 02:56:02'),(93045,33926,'action created','2021-02-11 10:56:02','2021-02-11 02:56:02'),(93046,33926,'action started via WP Cron','2021-02-11 10:56:57','2021-02-11 02:56:57'),(93047,33926,'action complete via WP Cron','2021-02-11 10:56:57','2021-02-11 02:56:57'),(93048,33927,'action created','2021-02-11 10:56:57','2021-02-11 02:56:57'),(93049,33927,'action started via WP Cron','2021-02-11 10:57:59','2021-02-11 02:57:59'),(93050,33927,'action complete via WP Cron','2021-02-11 10:57:59','2021-02-11 02:57:59'),(93051,33928,'action created','2021-02-11 10:57:59','2021-02-11 02:57:59'),(93052,33928,'action started via WP Cron','2021-02-11 10:58:59','2021-02-11 02:58:59'),(93053,33928,'action complete via WP Cron','2021-02-11 10:58:59','2021-02-11 02:58:59'),(93054,33929,'action created','2021-02-11 10:58:59','2021-02-11 02:58:59'),(93055,33929,'action started via WP Cron','2021-02-11 11:03:10','2021-02-11 03:03:10'),(93056,33929,'action complete via WP Cron','2021-02-11 11:03:10','2021-02-11 03:03:10'),(93057,33930,'action created','2021-02-11 11:03:10','2021-02-11 03:03:10'),(93058,33930,'action started via WP Cron','2021-02-11 11:04:04','2021-02-11 03:04:04'),(93059,33930,'action complete via WP Cron','2021-02-11 11:04:04','2021-02-11 03:04:04'),(93060,33931,'action created','2021-02-11 11:04:04','2021-02-11 03:04:04'),(93061,33931,'action started via WP Cron','2021-02-11 11:05:04','2021-02-11 03:05:04'),(93062,33931,'action complete via WP Cron','2021-02-11 11:05:04','2021-02-11 03:05:04'),(93063,33932,'action created','2021-02-11 11:05:04','2021-02-11 03:05:04'),(93064,33932,'action started via WP Cron','2021-02-11 11:09:43','2021-02-11 03:09:43'),(93065,33932,'action complete via WP Cron','2021-02-11 11:09:43','2021-02-11 03:09:43'),(93066,33933,'action created','2021-02-11 11:09:43','2021-02-11 03:09:43'),(93067,33933,'action started via WP Cron','2021-02-11 11:11:26','2021-02-11 03:11:26'),(93068,33933,'action complete via WP Cron','2021-02-11 11:11:26','2021-02-11 03:11:26'),(93069,33934,'action created','2021-02-11 11:11:26','2021-02-11 03:11:26'),(93070,33934,'action started via WP Cron','2021-02-11 11:24:51','2021-02-11 03:24:51'),(93071,33934,'action complete via WP Cron','2021-02-11 11:24:51','2021-02-11 03:24:51'),(93072,33935,'action created','2021-02-11 11:24:51','2021-02-11 03:24:51'),(93073,33935,'action started via WP Cron','2021-02-11 11:26:03','2021-02-11 03:26:03'),(93074,33935,'action complete via WP Cron','2021-02-11 11:26:03','2021-02-11 03:26:03'),(93075,33936,'action created','2021-02-11 11:26:03','2021-02-11 03:26:03'),(93076,33936,'action started via WP Cron','2021-02-11 11:27:04','2021-02-11 03:27:04'),(93077,33936,'action complete via WP Cron','2021-02-11 11:27:04','2021-02-11 03:27:04'),(93078,33937,'action created','2021-02-11 11:27:04','2021-02-11 03:27:04'),(93079,33937,'action started via WP Cron','2021-02-11 11:29:06','2021-02-11 03:29:06'),(93080,33937,'action complete via WP Cron','2021-02-11 11:29:06','2021-02-11 03:29:06'),(93081,33938,'action created','2021-02-11 11:29:06','2021-02-11 03:29:06'),(93082,33938,'action started via WP Cron','2021-02-11 11:30:07','2021-02-11 03:30:07'),(93083,33938,'action complete via WP Cron','2021-02-11 11:30:07','2021-02-11 03:30:07'),(93084,33939,'action created','2021-02-11 11:30:07','2021-02-11 03:30:07'),(93085,33939,'action started via WP Cron','2021-02-11 11:31:08','2021-02-11 03:31:08'),(93086,33939,'action complete via WP Cron','2021-02-11 11:31:08','2021-02-11 03:31:08'),(93087,33940,'action created','2021-02-11 11:31:08','2021-02-11 03:31:08'),(93088,33940,'action started via WP Cron','2021-02-11 11:34:11','2021-02-11 03:34:11'),(93089,33940,'action complete via WP Cron','2021-02-11 11:34:11','2021-02-11 03:34:11'),(93090,33941,'action created','2021-02-11 11:43:09','2021-02-11 03:43:09'),(93091,33941,'action started via WP Cron','2021-02-11 11:47:12','2021-02-11 03:47:12'),(93092,33941,'action complete via WP Cron','2021-02-11 11:47:12','2021-02-11 03:47:12'),(93093,33942,'action created','2021-02-11 11:47:12','2021-02-11 03:47:12'),(93094,33942,'action started via WP Cron','2021-02-11 11:48:48','2021-02-11 03:48:48'),(93095,33942,'action complete via WP Cron','2021-02-11 11:48:48','2021-02-11 03:48:48'),(93096,33943,'action created','2021-02-11 11:48:48','2021-02-11 03:48:48'),(93097,33943,'action started via WP Cron','2021-02-11 11:50:32','2021-02-11 03:50:32'),(93098,33943,'action complete via WP Cron','2021-02-11 11:50:32','2021-02-11 03:50:32'),(93099,33944,'action created','2021-02-11 11:50:32','2021-02-11 03:50:32'),(93100,33944,'action started via WP Cron','2021-02-11 11:50:43','2021-02-11 03:50:43'),(93101,33944,'action complete via WP Cron','2021-02-11 11:50:43','2021-02-11 03:50:43'),(93102,33945,'action created','2021-02-11 11:50:43','2021-02-11 03:50:43'),(93103,33945,'action started via WP Cron','2021-02-11 11:52:02','2021-02-11 03:52:02'),(93104,33945,'action complete via WP Cron','2021-02-11 11:52:02','2021-02-11 03:52:02'),(93105,33946,'action created','2021-02-11 11:52:02','2021-02-11 03:52:02'),(93106,33946,'action started via WP Cron','2021-02-11 11:52:45','2021-02-11 03:52:45'),(93107,33946,'action complete via WP Cron','2021-02-11 11:52:45','2021-02-11 03:52:45'),(93108,33947,'action created','2021-02-11 11:52:47','2021-02-11 03:52:47'),(93109,33947,'action started via Async Request','2021-02-11 11:53:23','2021-02-11 03:53:23'),(93110,33947,'action complete via Async Request','2021-02-11 11:53:23','2021-02-11 03:53:23'),(93111,33948,'action created','2021-02-11 11:53:26','2021-02-11 03:53:26'),(93112,33948,'action started via WP Cron','2021-02-11 11:53:41','2021-02-11 03:53:41'),(93113,33948,'action complete via WP Cron','2021-02-11 11:53:41','2021-02-11 03:53:41'),(93114,33949,'action created','2021-02-11 11:53:41','2021-02-11 03:53:41'),(93115,33949,'action started via Async Request','2021-02-11 11:54:37','2021-02-11 03:54:37'),(93116,33949,'action complete via Async Request','2021-02-11 11:54:37','2021-02-11 03:54:37'),(93117,33950,'action created','2021-02-11 11:54:39','2021-02-11 03:54:39'),(93118,33950,'action started via WP Cron','2021-02-11 11:57:05','2021-02-11 03:57:05'),(93119,33950,'action complete via WP Cron','2021-02-11 11:57:05','2021-02-11 03:57:05'),(93120,33951,'action created','2021-02-11 11:57:51','2021-02-11 03:57:51'),(93121,33951,'action started via WP Cron','2021-02-11 11:59:02','2021-02-11 03:59:02'),(93122,33951,'action complete via WP Cron','2021-02-11 11:59:02','2021-02-11 03:59:02'),(93123,33952,'action created','2021-02-11 11:59:02','2021-02-11 03:59:02'),(93124,33952,'action started via WP Cron','2021-02-11 12:00:15','2021-02-11 04:00:15'),(93125,33952,'action complete via WP Cron','2021-02-11 12:00:15','2021-02-11 04:00:15'),(93126,33953,'action created','2021-02-11 12:00:15','2021-02-11 04:00:15'),(93127,33953,'action started via WP Cron','2021-02-11 12:01:16','2021-02-11 04:01:16'),(93128,33953,'action complete via WP Cron','2021-02-11 12:01:16','2021-02-11 04:01:16'),(93129,33954,'action created','2021-02-11 12:01:16','2021-02-11 04:01:16'),(93130,33954,'action started via WP Cron','2021-02-11 12:05:10','2021-02-11 04:05:10'),(93131,33954,'action complete via WP Cron','2021-02-11 12:05:10','2021-02-11 04:05:10'),(93132,33955,'action created','2021-02-11 12:05:10','2021-02-11 04:05:10'),(93133,33955,'action started via WP Cron','2021-02-11 12:06:05','2021-02-11 04:06:05'),(93134,33955,'action complete via WP Cron','2021-02-11 12:06:05','2021-02-11 04:06:05'),(93135,33956,'action created','2021-02-11 12:06:05','2021-02-11 04:06:05'),(93136,33956,'action started via WP Cron','2021-02-11 12:07:06','2021-02-11 04:07:06'),(93137,33956,'action complete via WP Cron','2021-02-11 12:07:06','2021-02-11 04:07:06'),(93138,33957,'action created','2021-02-11 12:07:06','2021-02-11 04:07:06'),(93139,33957,'action started via WP Cron','2021-02-11 12:09:08','2021-02-11 04:09:08'),(93140,33957,'action complete via WP Cron','2021-02-11 12:09:08','2021-02-11 04:09:08'),(93141,33958,'action created','2021-02-11 12:09:08','2021-02-11 04:09:08'),(93142,33958,'action started via WP Cron','2021-02-11 12:10:09','2021-02-11 04:10:09'),(93143,33958,'action complete via WP Cron','2021-02-11 12:10:09','2021-02-11 04:10:09'),(93144,33959,'action created','2021-02-11 12:11:10','2021-02-11 04:11:10'),(93145,33959,'action started via WP Cron','2021-02-11 12:22:08','2021-02-11 04:22:08'),(93146,33959,'action complete via WP Cron','2021-02-11 12:22:08','2021-02-11 04:22:08'),(93147,33960,'action created','2021-02-11 12:22:09','2021-02-11 04:22:09'),(93148,33960,'action started via WP Cron','2021-02-11 12:27:09','2021-02-11 04:27:09'),(93149,33960,'action complete via WP Cron','2021-02-11 12:27:09','2021-02-11 04:27:09'),(93150,33961,'action created','2021-02-11 12:27:09','2021-02-11 04:27:09'),(93151,33961,'action started via WP Cron','2021-02-11 12:31:12','2021-02-11 04:31:12'),(93152,33961,'action complete via WP Cron','2021-02-11 12:31:12','2021-02-11 04:31:12'),(93153,33962,'action created','2021-02-11 12:31:12','2021-02-11 04:31:12'),(93154,33962,'action started via WP Cron','2021-02-11 12:32:09','2021-02-11 04:32:09'),(93155,33962,'action complete via WP Cron','2021-02-11 12:32:09','2021-02-11 04:32:09'),(93156,33963,'action created','2021-02-11 12:32:09','2021-02-11 04:32:09'),(93157,33963,'action started via WP Cron','2021-02-11 12:34:11','2021-02-11 04:34:11'),(93158,33963,'action complete via WP Cron','2021-02-11 12:34:11','2021-02-11 04:34:11'),(93159,33964,'action created','2021-02-11 12:34:11','2021-02-11 04:34:11'),(93160,33964,'action started via WP Cron','2021-02-11 12:35:13','2021-02-11 04:35:13'),(93161,33964,'action complete via WP Cron','2021-02-11 12:35:13','2021-02-11 04:35:13'),(93162,33965,'action created','2021-02-11 12:35:13','2021-02-11 04:35:13'),(93163,33965,'action started via WP Cron','2021-02-11 12:36:15','2021-02-11 04:36:15'),(93164,33965,'action complete via WP Cron','2021-02-11 12:36:15','2021-02-11 04:36:15'),(93165,33966,'action created','2021-02-11 12:36:15','2021-02-11 04:36:15'),(93166,33966,'action started via WP Cron','2021-02-11 12:39:15','2021-02-11 04:39:15'),(93167,33966,'action complete via WP Cron','2021-02-11 12:39:15','2021-02-11 04:39:15'),(93168,33967,'action created','2021-02-11 12:39:15','2021-02-11 04:39:15'),(93169,33967,'action started via WP Cron','2021-02-11 12:46:57','2021-02-11 04:46:57'),(93170,33967,'action complete via WP Cron','2021-02-11 12:46:57','2021-02-11 04:46:57'),(93171,33968,'action created','2021-02-11 12:46:57','2021-02-11 04:46:57'),(93172,33968,'action started via WP Cron','2021-02-11 12:50:03','2021-02-11 04:50:03'),(93173,33968,'action complete via WP Cron','2021-02-11 12:50:03','2021-02-11 04:50:03'),(93174,33969,'action created','2021-02-11 12:50:03','2021-02-11 04:50:03'),(93175,33969,'action started via WP Cron','2021-02-11 12:51:59','2021-02-11 04:51:59'),(93176,33969,'action complete via WP Cron','2021-02-11 12:51:59','2021-02-11 04:51:59'),(93177,33970,'action created','2021-02-11 12:51:59','2021-02-11 04:51:59'),(93178,33970,'action started via WP Cron','2021-02-11 12:53:03','2021-02-11 04:53:03'),(93179,33970,'action complete via WP Cron','2021-02-11 12:53:03','2021-02-11 04:53:03'),(93180,33971,'action created','2021-02-11 12:53:03','2021-02-11 04:53:03'),(93181,33971,'action started via WP Cron','2021-02-11 12:55:29','2021-02-11 04:55:29'),(93182,33971,'action complete via WP Cron','2021-02-11 12:55:29','2021-02-11 04:55:29'),(93183,33972,'action created','2021-02-11 12:55:29','2021-02-11 04:55:29'),(93184,33972,'action started via WP Cron','2021-02-11 12:59:10','2021-02-11 04:59:10'),(93185,33972,'action complete via WP Cron','2021-02-11 12:59:10','2021-02-11 04:59:10'),(93186,33973,'action created','2021-02-11 12:59:10','2021-02-11 04:59:10'),(93187,33973,'action started via WP Cron','2021-02-11 13:01:08','2021-02-11 05:01:08'),(93188,33973,'action complete via WP Cron','2021-02-11 13:01:08','2021-02-11 05:01:08'),(93189,33974,'action created','2021-02-11 13:01:08','2021-02-11 05:01:08'),(93190,33974,'action started via WP Cron','2021-02-11 13:01:41','2021-02-11 05:01:41'),(93191,33974,'action complete via WP Cron','2021-02-11 13:01:41','2021-02-11 05:01:41'),(93192,33975,'action created','2021-02-11 13:01:41','2021-02-11 05:01:41'),(93193,33975,'action started via WP Cron','2021-02-11 13:05:09','2021-02-11 05:05:09'),(93194,33975,'action complete via WP Cron','2021-02-11 13:05:09','2021-02-11 05:05:09'),(93195,33976,'action created','2021-02-11 13:05:09','2021-02-11 05:05:09'),(93196,33976,'action started via WP Cron','2021-02-11 13:05:49','2021-02-11 05:05:49'),(93197,33976,'action complete via WP Cron','2021-02-11 13:05:49','2021-02-11 05:05:49'),(93198,33977,'action created','2021-02-11 13:05:49','2021-02-11 05:05:49'),(93199,33977,'action started via WP Cron','2021-02-11 13:07:09','2021-02-11 05:07:09'),(93200,33977,'action complete via WP Cron','2021-02-11 13:07:09','2021-02-11 05:07:09'),(93201,33978,'action created','2021-02-11 13:07:09','2021-02-11 05:07:09'),(93202,33978,'action started via WP Cron','2021-02-11 13:08:28','2021-02-11 05:08:28'),(93203,33978,'action complete via WP Cron','2021-02-11 13:08:28','2021-02-11 05:08:28'),(93204,33979,'action created','2021-02-11 13:08:28','2021-02-11 05:08:28'),(93205,33979,'action started via WP Cron','2021-02-11 13:13:09','2021-02-11 05:13:09'),(93206,33979,'action complete via WP Cron','2021-02-11 13:13:09','2021-02-11 05:13:09'),(93207,33980,'action created','2021-02-11 13:15:57','2021-02-11 05:15:57'),(93208,33980,'action started via WP Cron','2021-02-11 13:17:17','2021-02-11 05:17:17'),(93209,33980,'action complete via WP Cron','2021-02-11 13:17:17','2021-02-11 05:17:17'),(93210,33981,'action created','2021-02-11 13:17:17','2021-02-11 05:17:17'),(93211,33981,'action started via WP Cron','2021-02-11 13:18:21','2021-02-11 05:18:21'),(93212,33981,'action complete via WP Cron','2021-02-11 13:18:21','2021-02-11 05:18:21'),(93213,33982,'action created','2021-02-11 13:18:21','2021-02-11 05:18:21'),(93214,33982,'action started via WP Cron','2021-02-11 13:18:41','2021-02-11 05:18:41'),(93215,33982,'action complete via WP Cron','2021-02-11 13:18:41','2021-02-11 05:18:41'),(93216,33983,'action created','2021-02-11 13:18:41','2021-02-11 05:18:41'),(93217,33983,'action started via WP Cron','2021-02-11 13:26:33','2021-02-11 05:26:33'),(93218,33983,'action complete via WP Cron','2021-02-11 13:26:33','2021-02-11 05:26:33'),(93219,33984,'action created','2021-02-11 13:26:33','2021-02-11 05:26:33'),(93220,33984,'action started via WP Cron','2021-02-11 13:26:43','2021-02-11 05:26:43'),(93221,33984,'action complete via WP Cron','2021-02-11 13:26:43','2021-02-11 05:26:43'),(93222,33985,'action created','2021-02-11 13:26:43','2021-02-11 05:26:43'),(93223,33985,'action started via WP Cron','2021-02-11 13:27:51','2021-02-11 05:27:51'),(93224,33985,'action complete via WP Cron','2021-02-11 13:27:51','2021-02-11 05:27:51'),(93225,33986,'action created','2021-02-11 13:27:51','2021-02-11 05:27:51'),(93226,33986,'action started via WP Cron','2021-02-11 13:36:18','2021-02-11 05:36:18'),(93227,33986,'action complete via WP Cron','2021-02-11 13:36:19','2021-02-11 05:36:19'),(93228,33987,'action created','2021-02-11 13:36:19','2021-02-11 05:36:19'),(93229,33987,'action started via WP Cron','2021-02-11 13:36:50','2021-02-11 05:36:50'),(93230,33987,'action complete via WP Cron','2021-02-11 13:36:50','2021-02-11 05:36:50'),(93231,33988,'action created','2021-02-11 13:36:50','2021-02-11 05:36:50'),(93232,33988,'action started via WP Cron','2021-02-11 13:38:04','2021-02-11 05:38:04'),(93233,33988,'action complete via WP Cron','2021-02-11 13:38:04','2021-02-11 05:38:04'),(93234,33989,'action created','2021-02-11 13:38:04','2021-02-11 05:38:04'),(93235,33989,'action started via WP Cron','2021-02-11 13:39:19','2021-02-11 05:39:19'),(93236,33989,'action complete via WP Cron','2021-02-11 13:39:19','2021-02-11 05:39:19'),(93237,33990,'action created','2021-02-11 13:39:19','2021-02-11 05:39:19'),(93238,33990,'action started via WP Cron','2021-02-11 13:40:20','2021-02-11 05:40:20'),(93239,33990,'action complete via WP Cron','2021-02-11 13:40:20','2021-02-11 05:40:20'),(93240,33991,'action created','2021-02-11 13:40:20','2021-02-11 05:40:20'),(93241,33991,'action started via WP Cron','2021-02-11 13:40:42','2021-02-11 05:40:42'),(93242,33991,'action complete via WP Cron','2021-02-11 13:40:42','2021-02-11 05:40:42'),(93243,33992,'action created','2021-02-11 13:40:42','2021-02-11 05:40:42'),(93244,33992,'action started via WP Cron','2021-02-11 13:41:56','2021-02-11 05:41:56'),(93245,33992,'action complete via WP Cron','2021-02-11 13:41:56','2021-02-11 05:41:56'),(93246,33993,'action created','2021-02-11 13:41:56','2021-02-11 05:41:56'),(93247,33993,'action started via WP Cron','2021-02-11 13:50:30','2021-02-11 05:50:30'),(93248,33993,'action complete via WP Cron','2021-02-11 13:50:30','2021-02-11 05:50:30'),(93249,33994,'action created','2021-02-11 13:50:30','2021-02-11 05:50:30'),(93250,33994,'action started via WP Cron','2021-02-11 13:50:42','2021-02-11 05:50:42'),(93251,33994,'action complete via WP Cron','2021-02-11 13:50:42','2021-02-11 05:50:42'),(93252,33995,'action created','2021-02-11 13:50:42','2021-02-11 05:50:42'),(93253,33995,'action started via WP Cron','2021-02-11 13:52:04','2021-02-11 05:52:04'),(93254,33995,'action complete via WP Cron','2021-02-11 13:52:04','2021-02-11 05:52:04'),(93255,33996,'action created','2021-02-11 13:52:04','2021-02-11 05:52:04'),(93256,33996,'action started via WP Cron','2021-02-11 13:53:00','2021-02-11 05:53:00'),(93257,33996,'action complete via WP Cron','2021-02-11 13:53:00','2021-02-11 05:53:00'),(93258,33997,'action created','2021-02-11 13:53:00','2021-02-11 05:53:00'),(93259,33997,'action started via WP Cron','2021-02-11 13:57:12','2021-02-11 05:57:12'),(93260,33997,'action complete via WP Cron','2021-02-11 13:57:12','2021-02-11 05:57:12'),(93261,33998,'action created','2021-02-11 13:57:12','2021-02-11 05:57:12'),(93262,33998,'action started via WP Cron','2021-02-11 13:57:50','2021-02-11 05:57:50'),(93263,33998,'action complete via WP Cron','2021-02-11 13:57:50','2021-02-11 05:57:50'),(93264,33999,'action created','2021-02-11 13:57:51','2021-02-11 05:57:51'),(93265,33999,'action started via WP Cron','2021-02-11 13:59:01','2021-02-11 05:59:01'),(93266,33999,'action complete via WP Cron','2021-02-11 13:59:01','2021-02-11 05:59:01'),(93267,34000,'action created','2021-02-11 13:59:40','2021-02-11 05:59:40'),(93268,34000,'action started via WP Cron','2021-02-11 14:01:02','2021-02-11 06:01:02'),(93269,34000,'action complete via WP Cron','2021-02-11 14:01:02','2021-02-11 06:01:02'),(93270,34001,'action created','2021-02-11 14:01:03','2021-02-11 06:01:03'),(93271,34001,'action started via WP Cron','2021-02-11 14:01:55','2021-02-11 06:01:55'),(93272,34001,'action complete via WP Cron','2021-02-11 14:01:55','2021-02-11 06:01:55'),(93273,34002,'action created','2021-02-11 14:01:55','2021-02-11 06:01:55'),(93274,34002,'action started via WP Cron','2021-02-11 14:03:06','2021-02-11 06:03:06'),(93275,34002,'action complete via WP Cron','2021-02-11 14:03:06','2021-02-11 06:03:06'),(93276,34003,'action created','2021-02-11 14:03:06','2021-02-11 06:03:06'),(93277,34003,'action started via WP Cron','2021-02-11 14:10:21','2021-02-11 06:10:21'),(93278,34003,'action complete via WP Cron','2021-02-11 14:10:21','2021-02-11 06:10:21'),(93279,34004,'action created','2021-02-11 14:10:21','2021-02-11 06:10:21'),(93280,34004,'action started via WP Cron','2021-02-11 14:11:01','2021-02-11 06:11:01'),(93281,34004,'action complete via WP Cron','2021-02-11 14:11:01','2021-02-11 06:11:01'),(93282,34005,'action created','2021-02-11 14:11:01','2021-02-11 06:11:01'),(93283,34005,'action started via WP Cron','2021-02-11 14:11:54','2021-02-11 06:11:54'),(93284,34005,'action complete via WP Cron','2021-02-11 14:11:54','2021-02-11 06:11:54'),(93285,34006,'action created','2021-02-11 14:11:55','2021-02-11 06:11:55'),(93286,34006,'action started via WP Cron','2021-02-11 14:13:00','2021-02-11 06:13:00'),(93287,34006,'action complete via WP Cron','2021-02-11 14:13:00','2021-02-11 06:13:00'),(93288,34007,'action created','2021-02-11 14:13:00','2021-02-11 06:13:00'),(93289,34007,'action started via WP Cron','2021-02-11 14:15:37','2021-02-11 06:15:37'),(93290,34007,'action complete via WP Cron','2021-02-11 14:15:37','2021-02-11 06:15:37'),(93291,34008,'action created','2021-02-11 14:15:37','2021-02-11 06:15:37'),(93292,34008,'action started via WP Cron','2021-02-11 14:17:41','2021-02-11 06:17:41'),(93293,34008,'action complete via WP Cron','2021-02-11 14:17:41','2021-02-11 06:17:41'),(93294,34009,'action created','2021-02-11 14:17:41','2021-02-11 06:17:41'),(93295,34009,'action started via WP Cron','2021-02-11 14:20:07','2021-02-11 06:20:07'),(93296,34009,'action complete via WP Cron','2021-02-11 14:20:07','2021-02-11 06:20:07'),(93297,34010,'action created','2021-02-11 14:20:07','2021-02-11 06:20:07'),(93298,34010,'action started via WP Cron','2021-02-11 14:21:44','2021-02-11 06:21:44'),(93299,34010,'action complete via WP Cron','2021-02-11 14:21:44','2021-02-11 06:21:44'),(93300,34011,'action created','2021-02-11 14:21:44','2021-02-11 06:21:44'),(93301,34011,'action started via WP Cron','2021-02-11 14:23:01','2021-02-11 06:23:01'),(93302,34011,'action complete via WP Cron','2021-02-11 14:23:01','2021-02-11 06:23:01'),(93303,34012,'action created','2021-02-11 14:23:01','2021-02-11 06:23:01'),(93304,34012,'action started via WP Cron','2021-02-11 14:24:42','2021-02-11 06:24:42'),(93305,34012,'action complete via WP Cron','2021-02-11 14:24:42','2021-02-11 06:24:42'),(93306,34013,'action created','2021-02-11 14:24:42','2021-02-11 06:24:42'),(93307,34013,'action started via WP Cron','2021-02-11 14:29:41','2021-02-11 06:29:41'),(93308,34013,'action complete via WP Cron','2021-02-11 14:29:41','2021-02-11 06:29:41'),(93309,34014,'action created','2021-02-11 14:29:41','2021-02-11 06:29:41'),(93310,34014,'action started via WP Cron','2021-02-11 14:31:56','2021-02-11 06:31:56'),(93311,34014,'action complete via WP Cron','2021-02-11 14:31:56','2021-02-11 06:31:56'),(93312,34015,'action created','2021-02-11 14:31:56','2021-02-11 06:31:56'),(93313,34015,'action started via WP Cron','2021-02-11 14:36:14','2021-02-11 06:36:14'),(93314,34015,'action complete via WP Cron','2021-02-11 14:36:14','2021-02-11 06:36:14'),(93315,34016,'action created','2021-02-11 14:36:14','2021-02-11 06:36:14'),(93316,34016,'action started via WP Cron','2021-02-11 14:37:16','2021-02-11 06:37:16'),(93317,34016,'action complete via WP Cron','2021-02-11 14:37:16','2021-02-11 06:37:16'),(93318,34017,'action created','2021-02-11 14:37:17','2021-02-11 06:37:17'),(93319,34017,'action started via WP Cron','2021-02-11 14:37:54','2021-02-11 06:37:54'),(93320,34017,'action complete via WP Cron','2021-02-11 14:37:54','2021-02-11 06:37:54'),(93321,34018,'action created','2021-02-11 14:38:17','2021-02-11 06:38:17'),(93322,34018,'action started via WP Cron','2021-02-11 14:39:45','2021-02-11 06:39:45'),(93323,34018,'action complete via WP Cron','2021-02-11 14:39:45','2021-02-11 06:39:45'),(93324,34019,'action created','2021-02-11 14:39:45','2021-02-11 06:39:45'),(93325,34019,'action started via WP Cron','2021-02-11 14:41:06','2021-02-11 06:41:06'),(93326,34019,'action complete via WP Cron','2021-02-11 14:41:06','2021-02-11 06:41:06'),(93327,34020,'action created','2021-02-11 14:41:06','2021-02-11 06:41:06'),(93328,34020,'action started via WP Cron','2021-02-11 14:42:07','2021-02-11 06:42:07'),(93329,34020,'action complete via WP Cron','2021-02-11 14:42:07','2021-02-11 06:42:07'),(93330,34021,'action created','2021-02-11 14:42:07','2021-02-11 06:42:07'),(93331,34021,'action started via WP Cron','2021-02-11 14:43:07','2021-02-11 06:43:07'),(93332,34021,'action complete via WP Cron','2021-02-11 14:43:07','2021-02-11 06:43:07'),(93333,34022,'action created','2021-02-11 14:43:08','2021-02-11 06:43:08'),(93334,34022,'action started via WP Cron','2021-02-11 14:43:44','2021-02-11 06:43:44'),(93335,34022,'action complete via WP Cron','2021-02-11 14:43:44','2021-02-11 06:43:44'),(93336,34023,'action created','2021-02-11 14:43:44','2021-02-11 06:43:44'),(93337,34023,'action started via WP Cron','2021-02-11 14:46:39','2021-02-11 06:46:39'),(93338,34023,'action complete via WP Cron','2021-02-11 14:46:39','2021-02-11 06:46:39'),(93339,34024,'action created','2021-02-11 14:46:39','2021-02-11 06:46:39'),(93340,34024,'action started via WP Cron','2021-02-11 14:47:51','2021-02-11 06:47:51'),(93341,34024,'action complete via WP Cron','2021-02-11 14:47:51','2021-02-11 06:47:51'),(93342,34025,'action created','2021-02-11 14:47:51','2021-02-11 06:47:51'),(93343,34025,'action started via WP Cron','2021-02-11 14:48:57','2021-02-11 06:48:57'),(93344,34025,'action complete via WP Cron','2021-02-11 14:48:57','2021-02-11 06:48:57'),(93345,34026,'action created','2021-02-11 14:50:37','2021-02-11 06:50:37'),(93346,34026,'action started via WP Cron','2021-02-11 14:51:13','2021-02-11 06:51:13'),(93347,34026,'action complete via WP Cron','2021-02-11 14:51:13','2021-02-11 06:51:13'),(93348,34027,'action created','2021-02-11 14:51:13','2021-02-11 06:51:13'),(93349,34027,'action started via WP Cron','2021-02-11 14:52:39','2021-02-11 06:52:39'),(93350,34027,'action complete via WP Cron','2021-02-11 14:52:39','2021-02-11 06:52:39'),(93351,34028,'action created','2021-02-11 14:52:39','2021-02-11 06:52:39'),(93352,34028,'action started via WP Cron','2021-02-11 14:56:08','2021-02-11 06:56:08'),(93353,34028,'action complete via WP Cron','2021-02-11 14:56:08','2021-02-11 06:56:08'),(93354,34029,'action created','2021-02-11 14:56:08','2021-02-11 06:56:08'),(93355,34029,'action started via WP Cron','2021-02-11 14:57:11','2021-02-11 06:57:11'),(93356,34029,'action complete via WP Cron','2021-02-11 14:57:11','2021-02-11 06:57:11'),(93357,34030,'action created','2021-02-11 14:57:11','2021-02-11 06:57:11'),(93358,34030,'action started via WP Cron','2021-02-11 14:59:51','2021-02-11 06:59:51'),(93359,34030,'action complete via WP Cron','2021-02-11 14:59:51','2021-02-11 06:59:51'),(93360,34031,'action created','2021-02-11 14:59:51','2021-02-11 06:59:51'),(93361,34031,'action started via WP Cron','2021-02-11 15:00:52','2021-02-11 07:00:52'),(93362,34031,'action complete via WP Cron','2021-02-11 15:00:52','2021-02-11 07:00:52'),(93363,34032,'action created','2021-02-11 15:00:52','2021-02-11 07:00:52'),(93364,34032,'action started via WP Cron','2021-02-11 15:02:14','2021-02-11 07:02:14'),(93365,34032,'action complete via WP Cron','2021-02-11 15:02:14','2021-02-11 07:02:14'),(93366,34033,'action created','2021-02-11 15:02:14','2021-02-11 07:02:14'),(93367,34033,'action started via WP Cron','2021-02-11 15:05:26','2021-02-11 07:05:26'),(93368,34033,'action complete via WP Cron','2021-02-11 15:05:26','2021-02-11 07:05:26'),(93369,34034,'action created','2021-02-11 15:05:26','2021-02-11 07:05:26'),(93370,34034,'action started via WP Cron','2021-02-11 15:10:10','2021-02-11 07:10:10'),(93371,34034,'action complete via WP Cron','2021-02-11 15:10:10','2021-02-11 07:10:10'),(93372,34035,'action created','2021-02-11 15:10:10','2021-02-11 07:10:10'),(93373,34035,'action started via WP Cron','2021-02-11 15:21:41','2021-02-11 07:21:41'),(93374,34035,'action complete via WP Cron','2021-02-11 15:21:41','2021-02-11 07:21:41'),(93375,34036,'action created','2021-02-11 15:21:41','2021-02-11 07:21:41'),(93376,34036,'action started via WP Cron','2021-02-11 15:23:46','2021-02-11 07:23:46'),(93377,34036,'action complete via WP Cron','2021-02-11 15:23:46','2021-02-11 07:23:46'),(93378,34037,'action created','2021-02-11 15:23:46','2021-02-11 07:23:46'),(93379,34037,'action started via WP Cron','2021-02-11 15:25:26','2021-02-11 07:25:26'),(93380,34037,'action complete via WP Cron','2021-02-11 15:25:26','2021-02-11 07:25:26'),(93381,34038,'action created','2021-02-11 15:25:26','2021-02-11 07:25:26'),(93382,34038,'action started via WP Cron','2021-02-11 15:28:29','2021-02-11 07:28:29'),(93383,34038,'action complete via WP Cron','2021-02-11 15:28:29','2021-02-11 07:28:29'),(93384,34039,'action created','2021-02-11 15:28:29','2021-02-11 07:28:29'),(93385,34039,'action started via WP Cron','2021-02-11 15:29:01','2021-02-11 07:29:01'),(93386,34039,'action complete via WP Cron','2021-02-11 15:29:01','2021-02-11 07:29:01'),(93387,34040,'action created','2021-02-11 15:29:01','2021-02-11 07:29:01'),(93388,34040,'action started via WP Cron','2021-02-11 15:31:01','2021-02-11 07:31:01'),(93389,34040,'action complete via WP Cron','2021-02-11 15:31:01','2021-02-11 07:31:01'),(93390,34041,'action created','2021-02-11 15:31:01','2021-02-11 07:31:01'),(93391,34041,'action started via WP Cron','2021-02-11 15:32:12','2021-02-11 07:32:12'),(93392,34041,'action complete via WP Cron','2021-02-11 15:32:12','2021-02-11 07:32:12'),(93393,34042,'action created','2021-02-11 15:32:12','2021-02-11 07:32:12'),(93394,34042,'action started via WP Cron','2021-02-11 15:35:39','2021-02-11 07:35:39'),(93395,34042,'action complete via WP Cron','2021-02-11 15:35:39','2021-02-11 07:35:39'),(93396,34043,'action created','2021-02-11 15:35:39','2021-02-11 07:35:39'),(93397,34043,'action started via WP Cron','2021-02-11 15:49:00','2021-02-11 07:49:00'),(93398,34043,'action complete via WP Cron','2021-02-11 15:49:00','2021-02-11 07:49:00'),(93399,34044,'action created','2021-02-11 15:49:00','2021-02-11 07:49:00'),(93400,34044,'action started via WP Cron','2021-02-11 15:49:53','2021-02-11 07:49:53'),(93401,34044,'action complete via WP Cron','2021-02-11 15:49:53','2021-02-11 07:49:53'),(93402,34045,'action created','2021-02-11 15:49:53','2021-02-11 07:49:53'),(93403,34045,'action started via WP Cron','2021-02-11 15:50:55','2021-02-11 07:50:55'),(93404,34045,'action complete via WP Cron','2021-02-11 15:50:55','2021-02-11 07:50:55'),(93405,34046,'action created','2021-02-11 15:50:56','2021-02-11 07:50:56'),(93406,34046,'action started via WP Cron','2021-02-11 15:51:54','2021-02-11 07:51:54'),(93407,34046,'action complete via WP Cron','2021-02-11 15:51:54','2021-02-11 07:51:54'),(93408,34047,'action created','2021-02-11 15:51:54','2021-02-11 07:51:54'),(93409,34047,'action started via WP Cron','2021-02-11 15:52:56','2021-02-11 07:52:56'),(93410,34047,'action complete via WP Cron','2021-02-11 15:52:56','2021-02-11 07:52:56'),(93411,34048,'action created','2021-02-11 15:53:57','2021-02-11 07:53:57'),(93412,34048,'action started via WP Cron','2021-02-11 15:54:59','2021-02-11 07:54:59'),(93413,34048,'action complete via WP Cron','2021-02-11 15:54:59','2021-02-11 07:54:59'),(93414,34049,'action created','2021-02-11 16:04:52','2021-02-11 08:04:52'),(93415,34049,'action started via WP Cron','2021-02-11 16:09:38','2021-02-11 08:09:38'),(93416,34049,'action complete via WP Cron','2021-02-11 16:09:38','2021-02-11 08:09:38'),(93417,34050,'action created','2021-02-11 16:11:03','2021-02-11 08:11:03'),(93418,34050,'action started via WP Cron','2021-02-11 16:21:27','2021-02-11 08:21:27'),(93419,34050,'action complete via WP Cron','2021-02-11 16:21:27','2021-02-11 08:21:27'),(93420,34051,'action created','2021-02-11 16:21:27','2021-02-11 08:21:27'),(93421,34051,'action started via WP Cron','2021-02-11 16:22:44','2021-02-11 08:22:44'),(93422,34051,'action complete via WP Cron','2021-02-11 16:22:44','2021-02-11 08:22:44'),(93423,34052,'action created','2021-02-11 16:22:44','2021-02-11 08:22:44'),(93424,34052,'action started via WP Cron','2021-02-11 16:23:47','2021-02-11 08:23:47'),(93425,34052,'action complete via WP Cron','2021-02-11 16:23:47','2021-02-11 08:23:47'),(93426,34053,'action created','2021-02-11 16:23:47','2021-02-11 08:23:47'),(93427,34053,'action started via WP Cron','2021-02-11 16:25:14','2021-02-11 08:25:14'),(93428,34053,'action complete via WP Cron','2021-02-11 16:25:14','2021-02-11 08:25:14'),(93429,34054,'action created','2021-02-11 16:25:14','2021-02-11 08:25:14'),(93430,34054,'action started via WP Cron','2021-02-11 16:26:29','2021-02-11 08:26:29'),(93431,34054,'action complete via WP Cron','2021-02-11 16:26:29','2021-02-11 08:26:29'),(93432,34055,'action created','2021-02-11 16:26:29','2021-02-11 08:26:29'),(93433,34055,'action started via WP Cron','2021-02-11 16:27:39','2021-02-11 08:27:39'),(93434,34055,'action complete via WP Cron','2021-02-11 16:27:39','2021-02-11 08:27:39'),(93435,34056,'action created','2021-02-11 16:27:39','2021-02-11 08:27:39'),(93436,34056,'action started via WP Cron','2021-02-11 16:28:18','2021-02-11 08:28:18'),(93437,34056,'action complete via WP Cron','2021-02-11 16:28:18','2021-02-11 08:28:18'),(93438,34057,'action created','2021-02-11 16:28:18','2021-02-11 08:28:18'),(93439,34057,'action started via WP Cron','2021-02-11 16:31:04','2021-02-11 08:31:04'),(93440,34057,'action complete via WP Cron','2021-02-11 16:31:04','2021-02-11 08:31:04'),(93441,34058,'action created','2021-02-11 16:31:04','2021-02-11 08:31:04'),(93442,34058,'action started via WP Cron','2021-02-11 16:32:05','2021-02-11 08:32:05'),(93443,34058,'action complete via WP Cron','2021-02-11 16:32:05','2021-02-11 08:32:05'),(93444,34059,'action created','2021-02-11 16:32:05','2021-02-11 08:32:05'),(93445,34059,'action started via WP Cron','2021-02-11 16:33:07','2021-02-11 08:33:07'),(93446,34059,'action complete via WP Cron','2021-02-11 16:33:07','2021-02-11 08:33:07'),(93447,34060,'action created','2021-02-11 16:33:07','2021-02-11 08:33:07'),(93448,34060,'action started via WP Cron','2021-02-11 16:34:08','2021-02-11 08:34:08'),(93449,34060,'action complete via WP Cron','2021-02-11 16:34:08','2021-02-11 08:34:08'),(93450,34061,'action created','2021-02-11 16:34:08','2021-02-11 08:34:08'),(93451,34061,'action started via WP Cron','2021-02-11 16:35:46','2021-02-11 08:35:46'),(93452,34061,'action complete via WP Cron','2021-02-11 16:35:46','2021-02-11 08:35:46'),(93453,34062,'action created','2021-02-11 16:35:46','2021-02-11 08:35:46'),(93454,34062,'action started via WP Cron','2021-02-11 16:36:42','2021-02-11 08:36:42'),(93455,34062,'action complete via WP Cron','2021-02-11 16:36:42','2021-02-11 08:36:42'),(93456,34063,'action created','2021-02-11 16:36:42','2021-02-11 08:36:42'),(93457,34063,'action started via WP Cron','2021-02-11 16:38:17','2021-02-11 08:38:17'),(93458,34063,'action complete via WP Cron','2021-02-11 16:38:17','2021-02-11 08:38:17'),(93459,34064,'action created','2021-02-11 16:38:17','2021-02-11 08:38:17'),(93460,34064,'action started via WP Cron','2021-02-11 16:39:17','2021-02-11 08:39:17'),(93461,34064,'action complete via WP Cron','2021-02-11 16:39:17','2021-02-11 08:39:17'),(93462,34065,'action created','2021-02-11 16:39:17','2021-02-11 08:39:17'),(93463,34065,'action started via WP Cron','2021-02-11 16:40:18','2021-02-11 08:40:18'),(93464,34065,'action complete via WP Cron','2021-02-11 16:40:18','2021-02-11 08:40:18'),(93465,34066,'action created','2021-02-11 16:40:18','2021-02-11 08:40:18'),(93466,34066,'action started via WP Cron','2021-02-11 16:41:19','2021-02-11 08:41:19'),(93467,34066,'action complete via WP Cron','2021-02-11 16:41:19','2021-02-11 08:41:19'),(93468,34067,'action created','2021-02-11 16:41:19','2021-02-11 08:41:19'),(93469,34067,'action started via WP Cron','2021-02-11 16:43:15','2021-02-11 08:43:15'),(93470,34067,'action complete via WP Cron','2021-02-11 16:43:15','2021-02-11 08:43:15'),(93471,34068,'action created','2021-02-11 16:43:15','2021-02-11 08:43:15'),(93472,34068,'action started via WP Cron','2021-02-11 16:44:22','2021-02-11 08:44:22'),(93473,34068,'action complete via WP Cron','2021-02-11 16:44:22','2021-02-11 08:44:22'),(93474,34069,'action created','2021-02-11 16:44:22','2021-02-11 08:44:22'),(93475,34069,'action started via WP Cron','2021-02-11 16:45:23','2021-02-11 08:45:23'),(93476,34069,'action complete via WP Cron','2021-02-11 16:45:23','2021-02-11 08:45:23'),(93477,34070,'action created','2021-02-11 16:45:24','2021-02-11 08:45:24'),(93478,34070,'action started via WP Cron','2021-02-11 16:53:59','2021-02-11 08:53:59'),(93479,34070,'action complete via WP Cron','2021-02-11 16:53:59','2021-02-11 08:53:59'),(93480,34071,'action created','2021-02-11 16:54:00','2021-02-11 08:54:00'),(93481,34071,'action started via WP Cron','2021-02-11 16:55:04','2021-02-11 08:55:04'),(93482,34071,'action complete via WP Cron','2021-02-11 16:55:04','2021-02-11 08:55:04'),(93483,34072,'action created','2021-02-11 16:55:04','2021-02-11 08:55:04'),(93484,34072,'action started via WP Cron','2021-02-11 16:55:57','2021-02-11 08:55:57'),(93485,34072,'action complete via WP Cron','2021-02-11 16:55:57','2021-02-11 08:55:57'),(93486,34073,'action created','2021-02-11 16:55:57','2021-02-11 08:55:57'),(93487,34073,'action started via WP Cron','2021-02-11 16:56:58','2021-02-11 08:56:58'),(93488,34073,'action complete via WP Cron','2021-02-11 16:56:58','2021-02-11 08:56:58'),(93489,34074,'action created','2021-02-11 16:56:58','2021-02-11 08:56:58'),(93490,34074,'action started via WP Cron','2021-02-11 16:59:00','2021-02-11 08:59:00'),(93491,34074,'action complete via WP Cron','2021-02-11 16:59:00','2021-02-11 08:59:00'),(93492,34075,'action created','2021-02-11 16:59:00','2021-02-11 08:59:00'),(93493,34075,'action started via WP Cron','2021-02-11 17:00:02','2021-02-11 09:00:02'),(93494,34075,'action complete via WP Cron','2021-02-11 17:00:02','2021-02-11 09:00:02'),(93495,34076,'action created','2021-02-11 17:00:17','2021-02-11 09:00:17'),(93496,34076,'action started via WP Cron','2021-02-11 17:01:02','2021-02-11 09:01:02'),(93497,34076,'action complete via WP Cron','2021-02-11 17:01:02','2021-02-11 09:01:02'),(93498,34077,'action created','2021-02-11 17:01:02','2021-02-11 09:01:02'),(93499,34077,'action started via WP Cron','2021-02-11 17:07:11','2021-02-11 09:07:11'),(93500,34077,'action complete via WP Cron','2021-02-11 17:07:11','2021-02-11 09:07:11'),(93501,34078,'action created','2021-02-11 17:07:11','2021-02-11 09:07:11'),(93502,34078,'action started via WP Cron','2021-02-11 17:22:28','2021-02-11 09:22:28'),(93503,34078,'action complete via WP Cron','2021-02-11 17:22:28','2021-02-11 09:22:28'),(93504,34079,'action created','2021-02-11 17:22:28','2021-02-11 09:22:28'),(93505,34079,'action started via WP Cron','2021-02-11 17:23:54','2021-02-11 09:23:54'),(93506,34079,'action complete via WP Cron','2021-02-11 17:23:54','2021-02-11 09:23:54'),(93507,34080,'action created','2021-02-11 17:27:55','2021-02-11 09:27:55'),(93508,34080,'action started via WP Cron','2021-02-11 17:29:37','2021-02-11 09:29:37'),(93509,34080,'action complete via WP Cron','2021-02-11 17:29:37','2021-02-11 09:29:37'),(93510,34081,'action created','2021-02-11 17:29:37','2021-02-11 09:29:37'),(93511,34081,'action started via WP Cron','2021-02-11 17:30:36','2021-02-11 09:30:36'),(93512,34081,'action complete via WP Cron','2021-02-11 17:30:36','2021-02-11 09:30:36'),(93513,34082,'action created','2021-02-11 17:30:36','2021-02-11 09:30:36'),(93514,34082,'action started via WP Cron','2021-02-11 17:32:49','2021-02-11 09:32:49'),(93515,34082,'action complete via WP Cron','2021-02-11 17:32:49','2021-02-11 09:32:49'),(93516,34083,'action created','2021-02-11 17:32:49','2021-02-11 09:32:49'),(93517,34083,'action started via WP Cron','2021-02-11 17:33:50','2021-02-11 09:33:50'),(93518,34083,'action complete via WP Cron','2021-02-11 17:33:50','2021-02-11 09:33:50'),(93519,34084,'action created','2021-02-11 17:33:50','2021-02-11 09:33:50'),(93520,34084,'action started via WP Cron','2021-02-11 17:35:06','2021-02-11 09:35:06'),(93521,34084,'action complete via WP Cron','2021-02-11 17:35:06','2021-02-11 09:35:06'),(93522,34085,'action created','2021-02-11 17:35:06','2021-02-11 09:35:06'),(93523,34085,'action started via WP Cron','2021-02-11 17:38:34','2021-02-11 09:38:34'),(93524,34085,'action complete via WP Cron','2021-02-11 17:38:34','2021-02-11 09:38:34'),(93525,34086,'action created','2021-02-11 17:38:34','2021-02-11 09:38:34'),(93526,34086,'action started via WP Cron','2021-02-11 17:44:24','2021-02-11 09:44:24'),(93527,34086,'action complete via WP Cron','2021-02-11 17:44:24','2021-02-11 09:44:24'),(93528,34087,'action created','2021-02-11 17:44:25','2021-02-11 09:44:25'),(93529,34087,'action started via WP Cron','2021-02-11 17:45:27','2021-02-11 09:45:27'),(93530,34087,'action complete via WP Cron','2021-02-11 17:45:27','2021-02-11 09:45:27'),(93531,34088,'action created','2021-02-11 17:45:27','2021-02-11 09:45:27'),(93532,34088,'action started via WP Cron','2021-02-11 17:46:24','2021-02-11 09:46:24'),(93533,34088,'action complete via WP Cron','2021-02-11 17:46:24','2021-02-11 09:46:24'),(93534,34089,'action created','2021-02-11 17:46:24','2021-02-11 09:46:24'),(93535,34089,'action started via WP Cron','2021-02-11 17:47:26','2021-02-11 09:47:26'),(93536,34089,'action complete via WP Cron','2021-02-11 17:47:26','2021-02-11 09:47:26'),(93537,34090,'action created','2021-02-11 17:47:26','2021-02-11 09:47:26'),(93538,34090,'action started via WP Cron','2021-02-11 17:49:28','2021-02-11 09:49:28'),(93539,34090,'action complete via WP Cron','2021-02-11 17:49:28','2021-02-11 09:49:28'),(93540,34091,'action created','2021-02-11 17:49:28','2021-02-11 09:49:28'),(93541,34091,'action started via WP Cron','2021-02-11 17:51:30','2021-02-11 09:51:30'),(93542,34091,'action complete via WP Cron','2021-02-11 17:51:30','2021-02-11 09:51:30'),(93543,34092,'action created','2021-02-11 17:51:30','2021-02-11 09:51:30'),(93544,34092,'action started via WP Cron','2021-02-11 17:54:53','2021-02-11 09:54:53'),(93545,34092,'action complete via WP Cron','2021-02-11 17:54:53','2021-02-11 09:54:53'),(93546,34093,'action created','2021-02-11 17:54:53','2021-02-11 09:54:53'),(93547,34093,'action started via WP Cron','2021-02-11 17:55:59','2021-02-11 09:55:59'),(93548,34093,'action complete via WP Cron','2021-02-11 17:55:59','2021-02-11 09:55:59'),(93549,34094,'action created','2021-02-11 17:55:59','2021-02-11 09:55:59'),(93550,34094,'action started via WP Cron','2021-02-11 18:01:53','2021-02-11 10:01:53'),(93551,34094,'action complete via WP Cron','2021-02-11 18:01:53','2021-02-11 10:01:53'),(93552,34095,'action created','2021-02-11 18:01:53','2021-02-11 10:01:53'),(93553,34095,'action started via WP Cron','2021-02-11 18:02:48','2021-02-11 10:02:48'),(93554,34095,'action complete via WP Cron','2021-02-11 18:02:48','2021-02-11 10:02:48'),(93555,34096,'action created','2021-02-11 18:02:48','2021-02-11 10:02:48'),(93556,34096,'action started via WP Cron','2021-02-11 18:05:20','2021-02-11 10:05:20'),(93557,34096,'action complete via WP Cron','2021-02-11 18:05:20','2021-02-11 10:05:20'),(93558,34097,'action created','2021-02-11 18:05:20','2021-02-11 10:05:20'),(93559,34097,'action started via WP Cron','2021-02-11 18:06:21','2021-02-11 10:06:21'),(93560,34097,'action complete via WP Cron','2021-02-11 18:06:21','2021-02-11 10:06:21'),(93561,34098,'action created','2021-02-11 18:06:21','2021-02-11 10:06:21'),(93562,34098,'action started via WP Cron','2021-02-11 18:07:22','2021-02-11 10:07:22'),(93563,34098,'action complete via WP Cron','2021-02-11 18:07:22','2021-02-11 10:07:22'),(93564,34099,'action created','2021-02-11 18:07:22','2021-02-11 10:07:22'),(93565,34099,'action started via WP Cron','2021-02-11 18:08:23','2021-02-11 10:08:23'),(93566,34099,'action complete via WP Cron','2021-02-11 18:08:23','2021-02-11 10:08:23'),(93567,34100,'action created','2021-02-11 18:08:23','2021-02-11 10:08:23'),(93568,34100,'action started via WP Cron','2021-02-11 18:08:56','2021-02-11 10:08:56'),(93569,34100,'action complete via WP Cron','2021-02-11 18:08:56','2021-02-11 10:08:56'),(93570,34101,'action created','2021-02-11 18:08:56','2021-02-11 10:08:56'),(93571,34101,'action started via WP Cron','2021-02-11 18:10:25','2021-02-11 10:10:25'),(93572,34101,'action complete via WP Cron','2021-02-11 18:10:25','2021-02-11 10:10:25'),(93573,34102,'action created','2021-02-11 18:10:25','2021-02-11 10:10:25'),(93574,34102,'action started via WP Cron','2021-02-11 18:11:28','2021-02-11 10:11:28'),(93575,34102,'action complete via WP Cron','2021-02-11 18:11:28','2021-02-11 10:11:28'),(93576,34103,'action created','2021-02-11 18:11:28','2021-02-11 10:11:28'),(93577,34103,'action started via WP Cron','2021-02-11 18:12:35','2021-02-11 10:12:35'),(93578,34103,'action complete via WP Cron','2021-02-11 18:12:35','2021-02-11 10:12:35'),(93579,34104,'action created','2021-02-11 18:12:35','2021-02-11 10:12:35'),(93580,34104,'action started via WP Cron','2021-02-11 18:15:31','2021-02-11 10:15:31'),(93581,34104,'action complete via WP Cron','2021-02-11 18:15:31','2021-02-11 10:15:31'),(93582,34105,'action created','2021-02-11 18:15:31','2021-02-11 10:15:31'),(93583,34105,'action started via WP Cron','2021-02-11 18:16:50','2021-02-11 10:16:50'),(93584,34105,'action complete via WP Cron','2021-02-11 18:16:50','2021-02-11 10:16:50'),(93585,34106,'action created','2021-02-11 18:16:50','2021-02-11 10:16:50'),(93586,34106,'action started via WP Cron','2021-02-11 18:17:46','2021-02-11 10:17:46'),(93587,34106,'action complete via WP Cron','2021-02-11 18:17:46','2021-02-11 10:17:46'),(93588,34107,'action created','2021-02-11 18:17:46','2021-02-11 10:17:46'),(93589,34107,'action started via WP Cron','2021-02-11 18:21:10','2021-02-11 10:21:10'),(93590,34107,'action complete via WP Cron','2021-02-11 18:21:10','2021-02-11 10:21:10'),(93591,34108,'action created','2021-02-11 18:21:10','2021-02-11 10:21:10'),(93592,34108,'action started via WP Cron','2021-02-11 18:22:53','2021-02-11 10:22:53'),(93593,34108,'action complete via WP Cron','2021-02-11 18:22:53','2021-02-11 10:22:53'),(93594,34109,'action created','2021-02-11 18:22:53','2021-02-11 10:22:53'),(93595,34109,'action started via WP Cron','2021-02-11 18:23:43','2021-02-11 10:23:43'),(93596,34109,'action complete via WP Cron','2021-02-11 18:23:43','2021-02-11 10:23:43'),(93597,34110,'action created','2021-02-11 18:23:55','2021-02-11 10:23:55'),(93598,34110,'action started via WP Cron','2021-02-11 18:26:10','2021-02-11 10:26:10'),(93599,34110,'action complete via WP Cron','2021-02-11 18:26:10','2021-02-11 10:26:10'),(93600,34111,'action created','2021-02-11 18:38:19','2021-02-11 10:38:19'),(93601,34111,'action started via WP Cron','2021-02-11 18:39:34','2021-02-11 10:39:34'),(93602,34111,'action complete via WP Cron','2021-02-11 18:39:34','2021-02-11 10:39:34'),(93603,34112,'action created','2021-02-11 18:39:34','2021-02-11 10:39:34'),(93604,34112,'action started via WP Cron','2021-02-11 18:41:21','2021-02-11 10:41:21'),(93605,34112,'action complete via WP Cron','2021-02-11 18:41:21','2021-02-11 10:41:21'),(93606,34113,'action created','2021-02-11 18:41:21','2021-02-11 10:41:21'),(93607,34113,'action started via WP Cron','2021-02-11 18:45:54','2021-02-11 10:45:54'),(93608,34113,'action complete via WP Cron','2021-02-11 18:45:54','2021-02-11 10:45:54'),(93609,34114,'action created','2021-02-11 18:45:54','2021-02-11 10:45:54'),(93610,34114,'action started via WP Cron','2021-02-11 18:46:54','2021-02-11 10:46:54'),(93611,34114,'action complete via WP Cron','2021-02-11 18:46:54','2021-02-11 10:46:54'),(93612,34115,'action created','2021-02-11 18:46:54','2021-02-11 10:46:54'),(93613,34115,'action started via WP Cron','2021-02-11 18:48:21','2021-02-11 10:48:21'),(93614,34115,'action complete via WP Cron','2021-02-11 18:48:21','2021-02-11 10:48:21'),(93615,34116,'action created','2021-02-11 18:48:21','2021-02-11 10:48:21'),(93616,34116,'action started via WP Cron','2021-02-11 18:51:45','2021-02-11 10:51:45'),(93617,34116,'action complete via WP Cron','2021-02-11 18:51:45','2021-02-11 10:51:45'),(93618,34117,'action created','2021-02-11 18:51:45','2021-02-11 10:51:45'),(93619,34117,'action started via WP Cron','2021-02-11 18:53:30','2021-02-11 10:53:30'),(93620,34117,'action complete via WP Cron','2021-02-11 18:53:30','2021-02-11 10:53:30'),(93621,34118,'action created','2021-02-11 18:53:30','2021-02-11 10:53:30'),(93622,34118,'action started via WP Cron','2021-02-11 18:54:09','2021-02-11 10:54:09'),(93623,34118,'action complete via WP Cron','2021-02-11 18:54:09','2021-02-11 10:54:09'),(93624,34119,'action created','2021-02-11 18:54:09','2021-02-11 10:54:09'),(93625,34119,'action started via WP Cron','2021-02-11 18:55:11','2021-02-11 10:55:11'),(93626,34119,'action complete via WP Cron','2021-02-11 18:55:11','2021-02-11 10:55:11'),(93627,34120,'action created','2021-02-11 18:55:11','2021-02-11 10:55:11'),(93628,34120,'action started via WP Cron','2021-02-11 18:56:18','2021-02-11 10:56:18'),(93629,34120,'action complete via WP Cron','2021-02-11 18:56:18','2021-02-11 10:56:18'),(93630,34121,'action created','2021-02-11 18:56:18','2021-02-11 10:56:18'),(93631,34121,'action started via WP Cron','2021-02-11 19:00:52','2021-02-11 11:00:52'),(93632,34121,'action complete via WP Cron','2021-02-11 19:00:52','2021-02-11 11:00:52'),(93633,34122,'action created','2021-02-11 19:00:53','2021-02-11 11:00:53'),(93634,34122,'action started via WP Cron','2021-02-11 19:07:59','2021-02-11 11:07:59'),(93635,34122,'action complete via WP Cron','2021-02-11 19:07:59','2021-02-11 11:07:59'),(93636,34123,'action created','2021-02-11 19:12:42','2021-02-11 11:12:42'),(93637,34123,'action started via WP Cron','2021-02-11 19:13:43','2021-02-11 11:13:43'),(93638,34123,'action complete via WP Cron','2021-02-11 19:13:43','2021-02-11 11:13:43'),(93639,34124,'action created','2021-02-11 19:13:43','2021-02-11 11:13:43'),(93640,34124,'action started via WP Cron','2021-02-11 19:14:44','2021-02-11 11:14:44'),(93641,34124,'action complete via WP Cron','2021-02-11 19:14:44','2021-02-11 11:14:44'),(93642,34125,'action created','2021-02-11 19:14:44','2021-02-11 11:14:44'),(93643,34125,'action started via WP Cron','2021-02-11 19:16:46','2021-02-11 11:16:46'),(93644,34125,'action complete via WP Cron','2021-02-11 19:16:46','2021-02-11 11:16:46'),(93645,34126,'action created','2021-02-11 19:16:46','2021-02-11 11:16:46'),(93646,34126,'action started via WP Cron','2021-02-11 19:17:47','2021-02-11 11:17:47'),(93647,34126,'action complete via WP Cron','2021-02-11 19:17:47','2021-02-11 11:17:47'),(93648,34127,'action created','2021-02-11 19:17:47','2021-02-11 11:17:47'),(93649,34127,'action started via WP Cron','2021-02-11 19:18:48','2021-02-11 11:18:48'),(93650,34127,'action complete via WP Cron','2021-02-11 19:18:48','2021-02-11 11:18:48'),(93651,34128,'action created','2021-02-11 19:18:48','2021-02-11 11:18:48'),(93652,34128,'action started via WP Cron','2021-02-11 19:20:16','2021-02-11 11:20:16'),(93653,34128,'action complete via WP Cron','2021-02-11 19:20:16','2021-02-11 11:20:16'),(93654,34129,'action created','2021-02-11 19:20:16','2021-02-11 11:20:16'),(93655,34129,'action started via WP Cron','2021-02-11 19:20:54','2021-02-11 11:20:54'),(93656,34129,'action complete via WP Cron','2021-02-11 19:20:54','2021-02-11 11:20:54'),(93657,34130,'action created','2021-02-11 19:20:54','2021-02-11 11:20:54'),(93658,34130,'action started via WP Cron','2021-02-11 19:23:06','2021-02-11 11:23:06'),(93659,34130,'action complete via WP Cron','2021-02-11 19:23:06','2021-02-11 11:23:06'),(93660,34131,'action created','2021-02-11 19:23:06','2021-02-11 11:23:06'),(93661,34131,'action started via WP Cron','2021-02-11 19:24:00','2021-02-11 11:24:00'),(93662,34131,'action complete via WP Cron','2021-02-11 19:24:00','2021-02-11 11:24:00'),(93663,34132,'action created','2021-02-11 19:24:00','2021-02-11 11:24:00'),(93664,34132,'action started via WP Cron','2021-02-11 19:24:55','2021-02-11 11:24:55'),(93665,34132,'action complete via WP Cron','2021-02-11 19:24:55','2021-02-11 11:24:55'),(93666,34133,'action created','2021-02-11 19:24:55','2021-02-11 11:24:55'),(93667,34133,'action started via WP Cron','2021-02-11 19:27:19','2021-02-11 11:27:19'),(93668,34133,'action complete via WP Cron','2021-02-11 19:27:19','2021-02-11 11:27:19'),(93669,34134,'action created','2021-02-11 19:27:19','2021-02-11 11:27:19'),(93670,34134,'action started via WP Cron','2021-02-11 19:28:32','2021-02-11 11:28:32'),(93671,34134,'action complete via WP Cron','2021-02-11 19:28:32','2021-02-11 11:28:32'),(93672,34135,'action created','2021-02-11 19:28:32','2021-02-11 11:28:32'),(93673,34135,'action started via WP Cron','2021-02-11 19:29:33','2021-02-11 11:29:33'),(93674,34135,'action complete via WP Cron','2021-02-11 19:29:33','2021-02-11 11:29:33'),(93675,34136,'action created','2021-02-11 19:29:33','2021-02-11 11:29:33'),(93676,34136,'action started via WP Cron','2021-02-11 19:30:20','2021-02-11 11:30:20'),(93677,34136,'action complete via WP Cron','2021-02-11 19:30:20','2021-02-11 11:30:20'),(93678,34137,'action created','2021-02-11 19:30:20','2021-02-11 11:30:20'),(93679,34137,'action started via WP Cron','2021-02-11 19:31:29','2021-02-11 11:31:29'),(93680,34137,'action complete via WP Cron','2021-02-11 19:31:29','2021-02-11 11:31:29'),(93681,34138,'action created','2021-02-11 19:31:29','2021-02-11 11:31:29'),(93682,34138,'action started via WP Cron','2021-02-11 19:32:00','2021-02-11 11:32:00'),(93683,34138,'action complete via WP Cron','2021-02-11 19:32:00','2021-02-11 11:32:00'),(93684,34139,'action created','2021-02-11 19:32:00','2021-02-11 11:32:00'),(93685,34139,'action started via WP Cron','2021-02-11 19:33:03','2021-02-11 11:33:03'),(93686,34139,'action complete via WP Cron','2021-02-11 19:33:03','2021-02-11 11:33:03'),(93687,34140,'action created','2021-02-11 19:33:03','2021-02-11 11:33:03'),(93688,34140,'action started via WP Cron','2021-02-11 19:34:04','2021-02-11 11:34:04'),(93689,34140,'action complete via WP Cron','2021-02-11 19:34:04','2021-02-11 11:34:04'),(93690,34141,'action created','2021-02-11 19:34:04','2021-02-11 11:34:04'),(93691,34141,'action started via WP Cron','2021-02-11 19:35:04','2021-02-11 11:35:04'),(93692,34141,'action complete via WP Cron','2021-02-11 19:35:04','2021-02-11 11:35:04'),(93693,34142,'action created','2021-02-11 19:35:04','2021-02-11 11:35:04'),(93694,34142,'action started via WP Cron','2021-02-11 19:39:23','2021-02-11 11:39:23'),(93695,34142,'action complete via WP Cron','2021-02-11 19:39:23','2021-02-11 11:39:23'),(93696,34143,'action created','2021-02-11 19:39:23','2021-02-11 11:39:23'),(93697,34143,'action started via WP Cron','2021-02-11 19:44:07','2021-02-11 11:44:07'),(93698,34143,'action complete via WP Cron','2021-02-11 19:44:07','2021-02-11 11:44:07'),(93699,34144,'action created','2021-02-11 19:44:07','2021-02-11 11:44:07'),(93700,34144,'action started via WP Cron','2021-02-11 19:47:19','2021-02-11 11:47:19'),(93701,34144,'action complete via WP Cron','2021-02-11 19:47:19','2021-02-11 11:47:19'),(93702,34145,'action created','2021-02-11 19:47:19','2021-02-11 11:47:19'),(93703,34145,'action started via WP Cron','2021-02-11 19:48:26','2021-02-11 11:48:26'),(93704,34145,'action complete via WP Cron','2021-02-11 19:48:26','2021-02-11 11:48:26'),(93705,34146,'action created','2021-02-11 19:48:26','2021-02-11 11:48:26'),(93706,34146,'action started via WP Cron','2021-02-11 19:49:27','2021-02-11 11:49:27'),(93707,34146,'action complete via WP Cron','2021-02-11 19:49:27','2021-02-11 11:49:27'),(93708,34147,'action created','2021-02-11 19:49:27','2021-02-11 11:49:27'),(93709,34147,'action started via WP Cron','2021-02-11 19:51:29','2021-02-11 11:51:29'),(93710,34147,'action complete via WP Cron','2021-02-11 19:51:29','2021-02-11 11:51:29'),(93711,34148,'action created','2021-02-11 19:51:29','2021-02-11 11:51:29'),(93712,34148,'action started via WP Cron','2021-02-11 19:52:30','2021-02-11 11:52:30'),(93713,34148,'action complete via WP Cron','2021-02-11 19:52:30','2021-02-11 11:52:30'),(93714,34149,'action created','2021-02-11 19:52:30','2021-02-11 11:52:30'),(93715,34149,'action started via WP Cron','2021-02-11 19:53:09','2021-02-11 11:53:09'),(93716,34149,'action complete via WP Cron','2021-02-11 19:53:09','2021-02-11 11:53:09'),(93717,34150,'action created','2021-02-11 19:53:09','2021-02-11 11:53:09'),(93718,34150,'action started via WP Cron','2021-02-11 19:55:38','2021-02-11 11:55:38'),(93719,34150,'action complete via WP Cron','2021-02-11 19:55:38','2021-02-11 11:55:38'),(93720,34151,'action created','2021-02-11 19:55:38','2021-02-11 11:55:38'),(93721,34151,'action started via WP Cron','2021-02-11 19:57:34','2021-02-11 11:57:34'),(93722,34151,'action complete via WP Cron','2021-02-11 19:57:34','2021-02-11 11:57:34'),(93723,34152,'action created','2021-02-11 19:57:34','2021-02-11 11:57:34'),(93724,34152,'action started via WP Cron','2021-02-11 20:07:42','2021-02-11 12:07:42'),(93725,34152,'action complete via WP Cron','2021-02-11 20:07:42','2021-02-11 12:07:42'),(93726,34153,'action created','2021-02-11 20:07:43','2021-02-11 12:07:43'),(93727,34153,'action started via WP Cron','2021-02-11 20:10:26','2021-02-11 12:10:26'),(93728,34153,'action complete via WP Cron','2021-02-11 20:10:26','2021-02-11 12:10:26'),(93729,34154,'action created','2021-02-11 20:10:26','2021-02-11 12:10:26'),(93730,34154,'action started via WP Cron','2021-02-11 20:13:26','2021-02-11 12:13:26'),(93731,34154,'action complete via WP Cron','2021-02-11 20:13:26','2021-02-11 12:13:26'),(93732,34155,'action created','2021-02-11 20:13:26','2021-02-11 12:13:26'),(93733,34155,'action started via WP Cron','2021-02-11 20:17:09','2021-02-11 12:17:09'),(93734,34155,'action complete via WP Cron','2021-02-11 20:17:09','2021-02-11 12:17:09'),(93735,34156,'action created','2021-02-11 20:17:09','2021-02-11 12:17:09'),(93736,34156,'action started via WP Cron','2021-02-11 20:17:42','2021-02-11 12:17:42'),(93737,34156,'action complete via WP Cron','2021-02-11 20:17:42','2021-02-11 12:17:42'),(93738,34157,'action created','2021-02-11 20:17:42','2021-02-11 12:17:42'),(93739,34157,'action started via WP Cron','2021-02-11 20:19:34','2021-02-11 12:19:34'),(93740,34157,'action complete via WP Cron','2021-02-11 20:19:34','2021-02-11 12:19:34'),(93741,34158,'action created','2021-02-11 20:19:34','2021-02-11 12:19:34'),(93742,34158,'action started via WP Cron','2021-02-11 20:19:49','2021-02-11 12:19:49'),(93743,34158,'action complete via WP Cron','2021-02-11 20:19:49','2021-02-11 12:19:49'),(93744,34159,'action created','2021-02-11 20:19:49','2021-02-11 12:19:49'),(93745,34159,'action started via WP Cron','2021-02-11 20:20:41','2021-02-11 12:20:41'),(93746,34159,'action complete via WP Cron','2021-02-11 20:20:41','2021-02-11 12:20:41'),(93747,34160,'action created','2021-02-11 20:20:42','2021-02-11 12:20:42'),(93748,34160,'action started via WP Cron','2021-02-11 20:21:48','2021-02-11 12:21:48'),(93749,34160,'action complete via WP Cron','2021-02-11 20:21:48','2021-02-11 12:21:48'),(93750,34161,'action created','2021-02-11 20:21:48','2021-02-11 12:21:48'),(93751,34161,'action started via WP Cron','2021-02-11 20:22:50','2021-02-11 12:22:50'),(93752,34161,'action complete via WP Cron','2021-02-11 20:22:50','2021-02-11 12:22:50'),(93753,34162,'action created','2021-02-11 20:22:50','2021-02-11 12:22:50'),(93754,34162,'action started via WP Cron','2021-02-11 20:24:58','2021-02-11 12:24:58'),(93755,34162,'action complete via WP Cron','2021-02-11 20:24:58','2021-02-11 12:24:58'),(93756,34163,'action created','2021-02-11 20:24:58','2021-02-11 12:24:58'),(93757,34163,'action started via WP Cron','2021-02-11 20:26:00','2021-02-11 12:26:00'),(93758,34163,'action complete via WP Cron','2021-02-11 20:26:00','2021-02-11 12:26:00'),(93759,34164,'action created','2021-02-11 20:26:00','2021-02-11 12:26:00'),(93760,34164,'action started via WP Cron','2021-02-11 20:27:01','2021-02-11 12:27:01'),(93761,34164,'action complete via WP Cron','2021-02-11 20:27:01','2021-02-11 12:27:01'),(93762,34165,'action created','2021-02-11 20:27:01','2021-02-11 12:27:01'),(93763,34165,'action started via WP Cron','2021-02-11 20:30:04','2021-02-11 12:30:04'),(93764,34165,'action complete via WP Cron','2021-02-11 20:30:04','2021-02-11 12:30:04'),(93765,34166,'action created','2021-02-11 20:30:13','2021-02-11 12:30:13'),(93766,34166,'action started via WP Cron','2021-02-11 20:31:15','2021-02-11 12:31:15'),(93767,34166,'action complete via WP Cron','2021-02-11 20:31:15','2021-02-11 12:31:15'),(93768,34167,'action created','2021-02-11 20:31:15','2021-02-11 12:31:15'),(93769,34167,'action started via WP Cron','2021-02-11 20:32:16','2021-02-11 12:32:16'),(93770,34167,'action complete via WP Cron','2021-02-11 20:32:16','2021-02-11 12:32:16'),(93771,34168,'action created','2021-02-11 20:32:16','2021-02-11 12:32:16'),(93772,34168,'action started via WP Cron','2021-02-11 20:33:27','2021-02-11 12:33:27'),(93773,34168,'action complete via WP Cron','2021-02-11 20:33:27','2021-02-11 12:33:27'),(93774,34169,'action created','2021-02-11 20:33:27','2021-02-11 12:33:27'),(93775,34169,'action started via WP Cron','2021-02-11 20:35:52','2021-02-11 12:35:52'),(93776,34169,'action complete via WP Cron','2021-02-11 20:35:52','2021-02-11 12:35:52'),(93777,34170,'action created','2021-02-11 20:35:52','2021-02-11 12:35:52'),(93778,34170,'action started via WP Cron','2021-02-11 20:36:54','2021-02-11 12:36:54'),(93779,34170,'action complete via WP Cron','2021-02-11 20:36:54','2021-02-11 12:36:54'),(93780,34171,'action created','2021-02-11 20:36:54','2021-02-11 12:36:54'),(93781,34171,'action started via WP Cron','2021-02-11 20:38:11','2021-02-11 12:38:11'),(93782,34171,'action complete via WP Cron','2021-02-11 20:38:11','2021-02-11 12:38:11'),(93783,34172,'action created','2021-02-11 20:38:11','2021-02-11 12:38:11'),(93784,34172,'action started via WP Cron','2021-02-11 20:38:45','2021-02-11 12:38:45'),(93785,34172,'action complete via WP Cron','2021-02-11 20:38:45','2021-02-11 12:38:45'),(93786,34173,'action created','2021-02-11 20:38:45','2021-02-11 12:38:45'),(93787,34173,'action started via WP Cron','2021-02-11 20:39:51','2021-02-11 12:39:51'),(93788,34173,'action complete via WP Cron','2021-02-11 20:39:51','2021-02-11 12:39:51'),(93789,34174,'action created','2021-02-11 20:39:52','2021-02-11 12:39:52'),(93790,34174,'action started via WP Cron','2021-02-11 20:41:16','2021-02-11 12:41:16'),(93791,34174,'action complete via WP Cron','2021-02-11 20:41:16','2021-02-11 12:41:16'),(93792,34175,'action created','2021-02-11 20:41:16','2021-02-11 12:41:16'),(93793,34175,'action started via WP Cron','2021-02-11 20:46:41','2021-02-11 12:46:41'),(93794,34175,'action complete via WP Cron','2021-02-11 20:46:41','2021-02-11 12:46:41'),(93795,34176,'action created','2021-02-11 20:46:41','2021-02-11 12:46:41'),(93796,34176,'action started via WP Cron','2021-02-11 20:51:04','2021-02-11 12:51:04'),(93797,34176,'action complete via WP Cron','2021-02-11 20:51:04','2021-02-11 12:51:04'),(93798,34177,'action created','2021-02-11 20:51:04','2021-02-11 12:51:04'),(93799,34177,'action started via WP Cron','2021-02-11 20:53:37','2021-02-11 12:53:37'),(93800,34177,'action complete via WP Cron','2021-02-11 20:53:37','2021-02-11 12:53:37'),(93801,34178,'action created','2021-02-11 20:53:37','2021-02-11 12:53:37'),(93802,34178,'action started via WP Cron','2021-02-11 20:54:31','2021-02-11 12:54:31'),(93803,34178,'action complete via WP Cron','2021-02-11 20:54:31','2021-02-11 12:54:31'),(93804,34179,'action created','2021-02-11 20:54:31','2021-02-11 12:54:31'),(93805,34179,'action started via WP Cron','2021-02-11 20:55:32','2021-02-11 12:55:32'),(93806,34179,'action complete via WP Cron','2021-02-11 20:55:32','2021-02-11 12:55:32'),(93807,34180,'action created','2021-02-11 20:55:32','2021-02-11 12:55:32'),(93808,34180,'action started via WP Cron','2021-02-11 20:57:34','2021-02-11 12:57:34'),(93809,34180,'action complete via WP Cron','2021-02-11 20:57:34','2021-02-11 12:57:34'),(93810,34181,'action created','2021-02-11 20:57:34','2021-02-11 12:57:34'),(93811,34181,'action started via WP Cron','2021-02-11 20:58:35','2021-02-11 12:58:35'),(93812,34181,'action complete via WP Cron','2021-02-11 20:58:35','2021-02-11 12:58:35'),(93813,34182,'action created','2021-02-11 20:58:35','2021-02-11 12:58:35'),(93814,34182,'action started via WP Cron','2021-02-11 20:59:36','2021-02-11 12:59:36'),(93815,34182,'action complete via WP Cron','2021-02-11 20:59:36','2021-02-11 12:59:36'),(93816,34183,'action created','2021-02-11 20:59:36','2021-02-11 12:59:36'),(93817,34183,'action started via WP Cron','2021-02-11 21:00:54','2021-02-11 13:00:54'),(93818,34183,'action complete via WP Cron','2021-02-11 21:00:54','2021-02-11 13:00:54'),(93819,34184,'action created','2021-02-11 21:00:54','2021-02-11 13:00:54'),(93820,34184,'action started via WP Cron','2021-02-11 21:10:24','2021-02-11 13:10:24'),(93821,34184,'action complete via WP Cron','2021-02-11 21:10:24','2021-02-11 13:10:24'),(93822,34185,'action created','2021-02-11 21:10:24','2021-02-11 13:10:24'),(93823,34185,'action started via WP Cron','2021-02-11 21:12:30','2021-02-11 13:12:30'),(93824,34185,'action complete via WP Cron','2021-02-11 21:12:30','2021-02-11 13:12:30'),(93825,34186,'action created','2021-02-11 21:12:30','2021-02-11 13:12:30'),(93826,34186,'action started via WP Cron','2021-02-11 21:13:36','2021-02-11 13:13:36'),(93827,34186,'action complete via WP Cron','2021-02-11 21:13:36','2021-02-11 13:13:36'),(93828,34187,'action created','2021-02-11 21:13:36','2021-02-11 13:13:36'),(93829,34187,'action started via WP Cron','2021-02-11 21:14:38','2021-02-11 13:14:38'),(93830,34187,'action complete via WP Cron','2021-02-11 21:14:38','2021-02-11 13:14:38'),(93831,34188,'action created','2021-02-11 21:14:38','2021-02-11 13:14:38'),(93832,34188,'action started via WP Cron','2021-02-11 21:16:40','2021-02-11 13:16:40'),(93833,34188,'action complete via WP Cron','2021-02-11 21:16:40','2021-02-11 13:16:40'),(93834,34189,'action created','2021-02-11 21:16:40','2021-02-11 13:16:40'),(93835,34189,'action started via WP Cron','2021-02-11 21:17:40','2021-02-11 13:17:40'),(93836,34189,'action complete via WP Cron','2021-02-11 21:17:41','2021-02-11 13:17:41'),(93837,34190,'action created','2021-02-11 21:17:41','2021-02-11 13:17:41'),(93838,34190,'action started via WP Cron','2021-02-11 21:26:27','2021-02-11 13:26:27'),(93839,34190,'action complete via WP Cron','2021-02-11 21:26:27','2021-02-11 13:26:27'),(93840,34191,'action created','2021-02-11 21:27:19','2021-02-11 13:27:19'),(93841,34191,'action started via WP Cron','2021-02-11 21:28:19','2021-02-11 13:28:19'),(93842,34191,'action complete via WP Cron','2021-02-11 21:28:19','2021-02-11 13:28:19'),(93843,34192,'action created','2021-02-11 21:28:19','2021-02-11 13:28:19'),(93844,34192,'action started via WP Cron','2021-02-11 21:29:52','2021-02-11 13:29:52'),(93845,34192,'action complete via WP Cron','2021-02-11 21:29:52','2021-02-11 13:29:52'),(93846,34193,'action created','2021-02-11 21:29:52','2021-02-11 13:29:52'),(93847,34193,'action started via WP Cron','2021-02-11 21:32:03','2021-02-11 13:32:03'),(93848,34193,'action complete via WP Cron','2021-02-11 21:32:03','2021-02-11 13:32:03'),(93849,34194,'action created','2021-02-11 21:32:03','2021-02-11 13:32:03'),(93850,34194,'action started via WP Cron','2021-02-11 21:33:16','2021-02-11 13:33:16'),(93851,34194,'action complete via WP Cron','2021-02-11 21:33:16','2021-02-11 13:33:16'),(93852,34195,'action created','2021-02-11 21:33:16','2021-02-11 13:33:16'),(93853,34195,'action started via WP Cron','2021-02-11 21:33:42','2021-02-11 13:33:42'),(93854,34195,'action complete via WP Cron','2021-02-11 21:33:42','2021-02-11 13:33:42'),(93855,34196,'action created','2021-02-11 21:33:42','2021-02-11 13:33:42'),(93856,34196,'action started via WP Cron','2021-02-11 21:35:05','2021-02-11 13:35:05'),(93857,34196,'action complete via WP Cron','2021-02-11 21:35:05','2021-02-11 13:35:05'),(93858,34197,'action created','2021-02-11 21:35:05','2021-02-11 13:35:05'),(93859,34197,'action started via WP Cron','2021-02-11 21:36:51','2021-02-11 13:36:51'),(93860,34197,'action complete via WP Cron','2021-02-11 21:36:51','2021-02-11 13:36:51'),(93861,34198,'action created','2021-02-11 21:36:51','2021-02-11 13:36:51'),(93862,34198,'action started via WP Cron','2021-02-11 21:37:46','2021-02-11 13:37:46'),(93863,34198,'action complete via WP Cron','2021-02-11 21:37:46','2021-02-11 13:37:46'),(93864,34199,'action created','2021-02-11 21:37:46','2021-02-11 13:37:46'),(93865,34199,'action started via WP Cron','2021-02-11 21:39:19','2021-02-11 13:39:19'),(93866,34199,'action complete via WP Cron','2021-02-11 21:39:19','2021-02-11 13:39:19'),(93867,34200,'action created','2021-02-11 21:39:19','2021-02-11 13:39:19'),(93868,34200,'action started via WP Cron','2021-02-11 21:40:31','2021-02-11 13:40:31'),(93869,34200,'action complete via WP Cron','2021-02-11 21:40:31','2021-02-11 13:40:31'),(93870,34201,'action created','2021-02-11 21:40:32','2021-02-11 13:40:32'),(93871,34201,'action started via WP Cron','2021-02-11 21:48:16','2021-02-11 13:48:16'),(93872,34201,'action complete via WP Cron','2021-02-11 21:48:16','2021-02-11 13:48:16'),(93873,34202,'action created','2021-02-11 21:48:16','2021-02-11 13:48:16'),(93874,34202,'action started via WP Cron','2021-02-11 21:49:21','2021-02-11 13:49:21'),(93875,34202,'action complete via WP Cron','2021-02-11 21:49:21','2021-02-11 13:49:21'),(93876,34203,'action created','2021-02-11 21:49:21','2021-02-11 13:49:21'),(93877,34203,'action started via WP Cron','2021-02-11 21:50:23','2021-02-11 13:50:23'),(93878,34203,'action complete via WP Cron','2021-02-11 21:50:23','2021-02-11 13:50:23'),(93879,34204,'action created','2021-02-11 21:50:23','2021-02-11 13:50:23'),(93880,34204,'action started via WP Cron','2021-02-11 21:52:27','2021-02-11 13:52:27'),(93881,34204,'action complete via WP Cron','2021-02-11 21:52:27','2021-02-11 13:52:27'),(93882,34205,'action created','2021-02-11 21:52:27','2021-02-11 13:52:27'),(93883,34205,'action started via WP Cron','2021-02-11 21:53:38','2021-02-11 13:53:38'),(93884,34205,'action complete via WP Cron','2021-02-11 21:53:38','2021-02-11 13:53:38'),(93885,34206,'action created','2021-02-11 21:53:38','2021-02-11 13:53:38'),(93886,34206,'action started via WP Cron','2021-02-11 21:55:00','2021-02-11 13:55:00'),(93887,34206,'action complete via WP Cron','2021-02-11 21:55:00','2021-02-11 13:55:00'),(93888,34207,'action created','2021-02-11 21:55:01','2021-02-11 13:55:01'),(93889,34207,'action started via WP Cron','2021-02-11 21:59:42','2021-02-11 13:59:42'),(93890,34207,'action complete via WP Cron','2021-02-11 21:59:42','2021-02-11 13:59:42'),(93891,34208,'action created','2021-02-11 21:59:42','2021-02-11 13:59:42'),(93892,34208,'action started via WP Cron','2021-02-11 22:01:37','2021-02-11 14:01:37'),(93893,34208,'action complete via WP Cron','2021-02-11 22:01:37','2021-02-11 14:01:37'),(93894,34209,'action created','2021-02-11 22:01:37','2021-02-11 14:01:37'),(93895,34209,'action started via WP Cron','2021-02-11 22:02:38','2021-02-11 14:02:38'),(93896,34209,'action complete via WP Cron','2021-02-11 22:02:38','2021-02-11 14:02:38'),(93897,34210,'action created','2021-02-11 22:02:38','2021-02-11 14:02:38'),(93898,34210,'action started via WP Cron','2021-02-11 22:03:39','2021-02-11 14:03:39'),(93899,34210,'action complete via WP Cron','2021-02-11 22:03:39','2021-02-11 14:03:39'),(93900,34211,'action created','2021-02-11 22:03:39','2021-02-11 14:03:39'),(93901,34211,'action started via WP Cron','2021-02-11 22:04:13','2021-02-11 14:04:13'),(93902,34211,'action complete via WP Cron','2021-02-11 22:04:13','2021-02-11 14:04:13'),(93903,34212,'action created','2021-02-11 22:04:13','2021-02-11 14:04:13'),(93904,34212,'action started via WP Cron','2021-02-11 22:05:41','2021-02-11 14:05:41'),(93905,34212,'action complete via WP Cron','2021-02-11 22:05:41','2021-02-11 14:05:41'),(93906,34213,'action created','2021-02-11 22:05:41','2021-02-11 14:05:41'),(93907,34213,'action started via WP Cron','2021-02-11 22:07:51','2021-02-11 14:07:51'),(93908,34213,'action complete via WP Cron','2021-02-11 22:07:51','2021-02-11 14:07:51'),(93909,34214,'action created','2021-02-11 22:07:51','2021-02-11 14:07:51'),(93910,34214,'action started via WP Cron','2021-02-11 22:08:59','2021-02-11 14:08:59'),(93911,34214,'action complete via WP Cron','2021-02-11 22:08:59','2021-02-11 14:08:59'),(93912,34215,'action created','2021-02-11 22:08:59','2021-02-11 14:08:59'),(93913,34215,'action started via WP Cron','2021-02-11 22:10:00','2021-02-11 14:10:00'),(93914,34215,'action complete via WP Cron','2021-02-11 22:10:00','2021-02-11 14:10:00'),(93915,34216,'action created','2021-02-11 22:10:00','2021-02-11 14:10:00'),(93916,34216,'action started via WP Cron','2021-02-11 22:17:47','2021-02-11 14:17:47'),(93917,34216,'action complete via WP Cron','2021-02-11 22:17:47','2021-02-11 14:17:47'),(93918,34217,'action created','2021-02-11 22:17:47','2021-02-11 14:17:47'),(93919,34217,'action started via WP Cron','2021-02-11 22:18:41','2021-02-11 14:18:41'),(93920,34217,'action complete via WP Cron','2021-02-11 22:18:41','2021-02-11 14:18:41'),(93921,34218,'action created','2021-02-11 22:18:41','2021-02-11 14:18:41'),(93922,34218,'action started via WP Cron','2021-02-11 22:19:41','2021-02-11 14:19:41'),(93923,34218,'action complete via WP Cron','2021-02-11 22:19:41','2021-02-11 14:19:41'),(93924,34219,'action created','2021-02-11 22:19:41','2021-02-11 14:19:41'),(93925,34219,'action started via WP Cron','2021-02-11 22:21:44','2021-02-11 14:21:44'),(93926,34219,'action complete via WP Cron','2021-02-11 22:21:44','2021-02-11 14:21:44'),(93927,34220,'action created','2021-02-11 22:21:44','2021-02-11 14:21:44'),(93928,34220,'action started via WP Cron','2021-02-11 22:22:45','2021-02-11 14:22:45'),(93929,34220,'action complete via WP Cron','2021-02-11 22:22:45','2021-02-11 14:22:45'),(93930,34221,'action created','2021-02-11 22:22:45','2021-02-11 14:22:45'),(93931,34221,'action started via WP Cron','2021-02-11 22:23:45','2021-02-11 14:23:45'),(93932,34221,'action complete via WP Cron','2021-02-11 22:23:45','2021-02-11 14:23:45'),(93933,34222,'action created','2021-02-11 22:23:46','2021-02-11 14:23:46'),(93934,34222,'action started via WP Cron','2021-02-11 22:26:57','2021-02-11 14:26:57'),(93935,34222,'action complete via WP Cron','2021-02-11 22:26:57','2021-02-11 14:26:57'),(93936,34223,'action created','2021-02-11 22:26:57','2021-02-11 14:26:57'),(93937,34223,'action started via WP Cron','2021-02-11 22:30:07','2021-02-11 14:30:07'),(93938,34223,'action complete via WP Cron','2021-02-11 22:30:07','2021-02-11 14:30:07'),(93939,34224,'action created','2021-02-11 22:30:07','2021-02-11 14:30:07'),(93940,34224,'action started via WP Cron','2021-02-11 22:33:45','2021-02-11 14:33:45'),(93941,34224,'action complete via WP Cron','2021-02-11 22:33:45','2021-02-11 14:33:45'),(93942,34225,'action created','2021-02-11 22:33:46','2021-02-11 14:33:46'),(93943,34225,'action started via WP Cron','2021-02-11 22:35:03','2021-02-11 14:35:03'),(93944,34225,'action complete via WP Cron','2021-02-11 22:35:03','2021-02-11 14:35:03'),(93945,34226,'action created','2021-02-11 22:35:19','2021-02-11 14:35:19'),(93946,34226,'action started via WP Cron','2021-02-11 22:36:18','2021-02-11 14:36:18'),(93947,34226,'action complete via WP Cron','2021-02-11 22:36:18','2021-02-11 14:36:18'),(93948,34227,'action created','2021-02-11 22:36:18','2021-02-11 14:36:18'),(93949,34227,'action started via WP Cron','2021-02-11 22:37:04','2021-02-11 14:37:04'),(93950,34227,'action complete via WP Cron','2021-02-11 22:37:04','2021-02-11 14:37:04'),(93951,34228,'action created','2021-02-11 22:37:04','2021-02-11 14:37:04'),(93952,34228,'action started via WP Cron','2021-02-11 22:38:05','2021-02-11 14:38:05'),(93953,34228,'action complete via WP Cron','2021-02-11 22:38:05','2021-02-11 14:38:05'),(93954,34229,'action created','2021-02-11 22:38:05','2021-02-11 14:38:05'),(93955,34229,'action started via WP Cron','2021-02-11 22:55:44','2021-02-11 14:55:44'),(93956,34229,'action complete via WP Cron','2021-02-11 22:55:44','2021-02-11 14:55:44'),(93957,34230,'action created','2021-02-11 22:55:44','2021-02-11 14:55:44'),(93958,34230,'action started via WP Cron','2021-02-11 22:56:58','2021-02-11 14:56:58'),(93959,34230,'action complete via WP Cron','2021-02-11 22:56:58','2021-02-11 14:56:58'),(93960,34231,'action created','2021-02-11 22:56:58','2021-02-11 14:56:58'),(93961,34231,'action started via WP Cron','2021-02-11 22:58:27','2021-02-11 14:58:27'),(93962,34231,'action complete via WP Cron','2021-02-11 22:58:27','2021-02-11 14:58:27'),(93963,34232,'action created','2021-02-11 22:58:27','2021-02-11 14:58:27'),(93964,34232,'action started via WP Cron','2021-02-11 23:00:51','2021-02-11 15:00:51'),(93965,34232,'action complete via WP Cron','2021-02-11 23:00:51','2021-02-11 15:00:51'),(93966,34233,'action created','2021-02-11 23:00:52','2021-02-11 15:00:52'),(93967,34233,'action started via WP Cron','2021-02-11 23:01:59','2021-02-11 15:01:59'),(93968,34233,'action complete via WP Cron','2021-02-11 23:01:59','2021-02-11 15:01:59'),(93969,34234,'action created','2021-02-11 23:01:59','2021-02-11 15:01:59'),(93970,34234,'action started via WP Cron','2021-02-11 23:02:59','2021-02-11 15:02:59'),(93971,34234,'action complete via WP Cron','2021-02-11 23:02:59','2021-02-11 15:02:59'),(93972,34235,'action created','2021-02-11 23:03:00','2021-02-11 15:03:00'),(93973,34235,'action started via WP Cron','2021-02-11 23:05:47','2021-02-11 15:05:47'),(93974,34235,'action complete via WP Cron','2021-02-11 23:05:47','2021-02-11 15:05:47'),(93975,34236,'action created','2021-02-11 23:05:47','2021-02-11 15:05:47'),(93976,34236,'action started via WP Cron','2021-02-11 23:06:41','2021-02-11 15:06:41'),(93977,34236,'action complete via WP Cron','2021-02-11 23:06:41','2021-02-11 15:06:41'),(93978,34237,'action created','2021-02-11 23:06:41','2021-02-11 15:06:41'),(93979,34237,'action started via WP Cron','2021-02-11 23:07:42','2021-02-11 15:07:42'),(93980,34237,'action complete via WP Cron','2021-02-11 23:07:42','2021-02-11 15:07:42'),(93981,34238,'action created','2021-02-11 23:07:42','2021-02-11 15:07:42'),(93982,34238,'action started via WP Cron','2021-02-11 23:10:06','2021-02-11 15:10:06'),(93983,34238,'action complete via WP Cron','2021-02-11 23:10:06','2021-02-11 15:10:06'),(93984,34239,'action created','2021-02-11 23:10:06','2021-02-11 15:10:06'),(93985,34239,'action started via WP Cron','2021-02-11 23:10:57','2021-02-11 15:10:57'),(93986,34239,'action complete via WP Cron','2021-02-11 23:10:57','2021-02-11 15:10:57'),(93987,34240,'action created','2021-02-11 23:10:57','2021-02-11 15:10:57'),(93988,34240,'action started via WP Cron','2021-02-11 23:12:01','2021-02-11 15:12:01'),(93989,34240,'action complete via WP Cron','2021-02-11 23:12:01','2021-02-11 15:12:01'),(93990,34241,'action created','2021-02-11 23:12:01','2021-02-11 15:12:01'),(93991,34241,'action started via WP Cron','2021-02-11 23:14:03','2021-02-11 15:14:03'),(93992,34241,'action complete via WP Cron','2021-02-11 23:14:03','2021-02-11 15:14:03'),(93993,34242,'action created','2021-02-11 23:14:03','2021-02-11 15:14:03'),(93994,34242,'action started via WP Cron','2021-02-11 23:15:04','2021-02-11 15:15:04'),(93995,34242,'action complete via WP Cron','2021-02-11 23:15:04','2021-02-11 15:15:04'),(93996,34243,'action created','2021-02-11 23:15:04','2021-02-11 15:15:04'),(93997,34243,'action started via WP Cron','2021-02-11 23:15:41','2021-02-11 15:15:41'),(93998,34243,'action complete via WP Cron','2021-02-11 23:15:41','2021-02-11 15:15:41'),(93999,34244,'action created','2021-02-11 23:15:41','2021-02-11 15:15:41'),(94000,34244,'action started via WP Cron','2021-02-11 23:23:52','2021-02-11 15:23:52'),(94001,34244,'action complete via WP Cron','2021-02-11 23:23:52','2021-02-11 15:23:52'),(94002,34245,'action created','2021-02-11 23:23:52','2021-02-11 15:23:52'),(94003,34245,'action started via WP Cron','2021-02-11 23:24:45','2021-02-11 15:24:45'),(94004,34245,'action complete via WP Cron','2021-02-11 23:24:45','2021-02-11 15:24:45'),(94005,34246,'action created','2021-02-11 23:24:46','2021-02-11 15:24:46'),(94006,34246,'action started via WP Cron','2021-02-11 23:25:47','2021-02-11 15:25:47'),(94007,34246,'action complete via WP Cron','2021-02-11 23:25:47','2021-02-11 15:25:47'),(94008,34247,'action created','2021-02-11 23:25:47','2021-02-11 15:25:47'),(94009,34247,'action started via WP Cron','2021-02-11 23:26:47','2021-02-11 15:26:47'),(94010,34247,'action complete via WP Cron','2021-02-11 23:26:47','2021-02-11 15:26:47'),(94011,34248,'action created','2021-02-11 23:26:48','2021-02-11 15:26:48'),(94012,34248,'action started via WP Cron','2021-02-11 23:27:48','2021-02-11 15:27:48'),(94013,34248,'action complete via WP Cron','2021-02-11 23:27:48','2021-02-11 15:27:48'),(94014,34249,'action created','2021-02-11 23:27:49','2021-02-11 15:27:49'),(94015,34249,'action started via WP Cron','2021-02-11 23:29:50','2021-02-11 15:29:50'),(94016,34249,'action complete via WP Cron','2021-02-11 23:29:50','2021-02-11 15:29:50'),(94017,34250,'action created','2021-02-11 23:29:51','2021-02-11 15:29:51'),(94018,34250,'action started via WP Cron','2021-02-11 23:34:00','2021-02-11 15:34:00'),(94019,34250,'action complete via WP Cron','2021-02-11 23:34:00','2021-02-11 15:34:00'),(94020,34251,'action created','2021-02-11 23:34:00','2021-02-11 15:34:00'),(94021,34251,'action started via WP Cron','2021-02-11 23:35:27','2021-02-11 15:35:27'),(94022,34251,'action complete via WP Cron','2021-02-11 23:35:27','2021-02-11 15:35:27'),(94023,34252,'action created','2021-02-11 23:35:27','2021-02-11 15:35:27'),(94024,34252,'action started via WP Cron','2021-02-11 23:38:34','2021-02-11 15:38:34'),(94025,34252,'action complete via WP Cron','2021-02-11 23:38:34','2021-02-11 15:38:34'),(94026,34253,'action created','2021-02-11 23:38:34','2021-02-11 15:38:34'),(94027,34253,'action started via WP Cron','2021-02-11 23:39:05','2021-02-11 15:39:05'),(94028,34253,'action complete via WP Cron','2021-02-11 23:39:05','2021-02-11 15:39:05'),(94029,34254,'action created','2021-02-11 23:39:06','2021-02-11 15:39:06'),(94030,34254,'action started via WP Cron','2021-02-11 23:39:40','2021-02-11 15:39:40'),(94031,34254,'action complete via WP Cron','2021-02-11 23:39:40','2021-02-11 15:39:40'),(94032,34255,'action created','2021-02-11 23:39:40','2021-02-11 15:39:40'),(94033,34255,'action started via WP Cron','2021-02-11 23:41:07','2021-02-11 15:41:07'),(94034,34255,'action complete via WP Cron','2021-02-11 23:41:07','2021-02-11 15:41:07'),(94035,34256,'action created','2021-02-11 23:41:07','2021-02-11 15:41:07'),(94036,34256,'action started via WP Cron','2021-02-11 23:42:04','2021-02-11 15:42:04'),(94037,34256,'action complete via WP Cron','2021-02-11 23:42:04','2021-02-11 15:42:04'),(94038,34257,'action created','2021-02-11 23:42:04','2021-02-11 15:42:04'),(94039,34257,'action started via WP Cron','2021-02-11 23:43:09','2021-02-11 15:43:09'),(94040,34257,'action complete via WP Cron','2021-02-11 23:43:09','2021-02-11 15:43:09'),(94041,34258,'action created','2021-02-11 23:43:09','2021-02-11 15:43:09'),(94042,34258,'action started via WP Cron','2021-02-11 23:44:10','2021-02-11 15:44:10'),(94043,34258,'action complete via WP Cron','2021-02-11 23:44:10','2021-02-11 15:44:10'),(94044,34259,'action created','2021-02-11 23:44:10','2021-02-11 15:44:10'),(94045,34259,'action started via WP Cron','2021-02-11 23:45:04','2021-02-11 15:45:04'),(94046,34259,'action complete via WP Cron','2021-02-11 23:45:04','2021-02-11 15:45:04'),(94047,34260,'action created','2021-02-11 23:45:05','2021-02-11 15:45:05'),(94048,34260,'action started via WP Cron','2021-02-11 23:51:06','2021-02-11 15:51:06'),(94049,34260,'action complete via WP Cron','2021-02-11 23:51:06','2021-02-11 15:51:06'),(94050,34261,'action created','2021-02-11 23:51:06','2021-02-11 15:51:06'),(94051,34261,'action started via WP Cron','2021-02-11 23:57:06','2021-02-11 15:57:06'),(94052,34261,'action complete via WP Cron','2021-02-11 23:57:06','2021-02-11 15:57:06'),(94053,34262,'action created','2021-02-11 23:57:06','2021-02-11 15:57:06'),(94054,34262,'action started via WP Cron','2021-02-11 23:59:40','2021-02-11 15:59:40'),(94055,34262,'action complete via WP Cron','2021-02-11 23:59:40','2021-02-11 15:59:40'),(94056,34263,'action created','2021-02-11 23:59:40','2021-02-11 15:59:40'),(94057,34263,'action started via WP Cron','2021-02-12 00:01:55','2021-02-11 16:01:55'),(94058,34263,'action complete via WP Cron','2021-02-12 00:01:55','2021-02-11 16:01:55'),(94059,34264,'action created','2021-02-12 00:01:55','2021-02-11 16:01:55'),(94060,34264,'action started via WP Cron','2021-02-12 00:04:54','2021-02-11 16:04:54'),(94061,34264,'action complete via WP Cron','2021-02-12 00:04:54','2021-02-11 16:04:54'),(94062,34265,'action created','2021-02-12 00:04:54','2021-02-11 16:04:54'),(94063,34265,'action started via WP Cron','2021-02-12 00:07:48','2021-02-11 16:07:48'),(94064,34265,'action complete via WP Cron','2021-02-12 00:07:48','2021-02-11 16:07:48'),(94065,34266,'action created','2021-02-12 00:07:48','2021-02-11 16:07:48'),(94066,34266,'action started via WP Cron','2021-02-12 00:08:42','2021-02-11 16:08:42'),(94067,34266,'action complete via WP Cron','2021-02-12 00:08:42','2021-02-11 16:08:42'),(94068,34267,'action created','2021-02-12 00:08:42','2021-02-11 16:08:42'),(94069,34267,'action started via WP Cron','2021-02-12 00:09:43','2021-02-11 16:09:43'),(94070,34267,'action complete via WP Cron','2021-02-12 00:09:43','2021-02-11 16:09:43'),(94071,34268,'action created','2021-02-12 00:09:43','2021-02-11 16:09:43'),(94072,34268,'action started via WP Cron','2021-02-12 00:11:45','2021-02-11 16:11:45'),(94073,34268,'action complete via WP Cron','2021-02-12 00:11:45','2021-02-11 16:11:45'),(94074,34269,'action created','2021-02-12 00:11:45','2021-02-11 16:11:45'),(94075,34269,'action started via WP Cron','2021-02-12 00:12:46','2021-02-11 16:12:46'),(94076,34269,'action complete via WP Cron','2021-02-12 00:12:46','2021-02-11 16:12:46'),(94077,34270,'action created','2021-02-12 00:12:46','2021-02-11 16:12:46'),(94078,34270,'action started via WP Cron','2021-02-12 00:13:47','2021-02-11 16:13:47'),(94079,34270,'action complete via WP Cron','2021-02-12 00:13:47','2021-02-11 16:13:47'),(94080,34271,'action created','2021-02-12 00:13:47','2021-02-11 16:13:47'),(94081,34271,'action started via WP Cron','2021-02-12 00:14:58','2021-02-11 16:14:58'),(94082,34271,'action complete via WP Cron','2021-02-12 00:14:58','2021-02-11 16:14:58'),(94083,34272,'action created','2021-02-12 00:14:58','2021-02-11 16:14:58'),(94084,34272,'action started via WP Cron','2021-02-12 00:16:07','2021-02-11 16:16:07'),(94085,34272,'action complete via WP Cron','2021-02-12 00:16:07','2021-02-11 16:16:07'),(94086,34273,'action created','2021-02-12 00:16:07','2021-02-11 16:16:07'),(94087,34273,'action started via WP Cron','2021-02-12 00:16:43','2021-02-11 16:16:43'),(94088,34273,'action complete via WP Cron','2021-02-12 00:16:43','2021-02-11 16:16:43'),(94089,34274,'action created','2021-02-12 00:16:43','2021-02-11 16:16:43'),(94090,34274,'action started via WP Cron','2021-02-12 00:18:06','2021-02-11 16:18:06'),(94091,34274,'action complete via WP Cron','2021-02-12 00:18:06','2021-02-11 16:18:06'),(94092,34275,'action created','2021-02-12 00:18:06','2021-02-11 16:18:06'),(94093,34275,'action started via WP Cron','2021-02-12 00:18:50','2021-02-11 16:18:50'),(94094,34275,'action complete via WP Cron','2021-02-12 00:18:50','2021-02-11 16:18:50'),(94095,34276,'action created','2021-02-12 00:18:50','2021-02-11 16:18:50'),(94096,34276,'action started via WP Cron','2021-02-12 00:20:28','2021-02-11 16:20:28'),(94097,34276,'action complete via WP Cron','2021-02-12 00:20:28','2021-02-11 16:20:28'),(94098,34277,'action created','2021-02-12 00:20:28','2021-02-11 16:20:28'),(94099,34277,'action started via WP Cron','2021-02-12 00:25:29','2021-02-11 16:25:29'),(94100,34277,'action complete via WP Cron','2021-02-12 00:25:29','2021-02-11 16:25:29'),(94101,34278,'action created','2021-02-12 00:25:30','2021-02-11 16:25:30'),(94102,34278,'action started via WP Cron','2021-02-12 00:26:22','2021-02-11 16:26:22'),(94103,34278,'action complete via WP Cron','2021-02-12 00:26:22','2021-02-11 16:26:22'),(94104,34279,'action created','2021-02-12 00:26:22','2021-02-11 16:26:22'),(94105,34279,'action started via WP Cron','2021-02-12 00:29:00','2021-02-11 16:29:00'),(94106,34279,'action complete via WP Cron','2021-02-12 00:29:00','2021-02-11 16:29:00'),(94107,34280,'action created','2021-02-12 00:29:00','2021-02-11 16:29:00'),(94108,34280,'action started via WP Cron','2021-02-12 00:29:55','2021-02-11 16:29:55'),(94109,34280,'action complete via WP Cron','2021-02-12 00:29:55','2021-02-11 16:29:55'),(94110,34281,'action created','2021-02-12 00:29:55','2021-02-11 16:29:55'),(94111,34281,'action started via WP Cron','2021-02-12 00:30:41','2021-02-11 16:30:41'),(94112,34281,'action complete via WP Cron','2021-02-12 00:30:41','2021-02-11 16:30:41'),(94113,34282,'action created','2021-02-12 00:30:41','2021-02-11 16:30:41'),(94114,34282,'action started via WP Cron','2021-02-12 00:31:42','2021-02-11 16:31:42'),(94115,34282,'action complete via WP Cron','2021-02-12 00:31:42','2021-02-11 16:31:42'),(94116,34283,'action created','2021-02-12 00:31:42','2021-02-11 16:31:42'),(94117,34283,'action started via WP Cron','2021-02-12 00:33:44','2021-02-11 16:33:44'),(94118,34283,'action complete via WP Cron','2021-02-12 00:33:44','2021-02-11 16:33:44'),(94119,34284,'action created','2021-02-12 00:33:44','2021-02-11 16:33:44'),(94120,34284,'action started via WP Cron','2021-02-12 00:34:45','2021-02-11 16:34:45'),(94121,34284,'action complete via WP Cron','2021-02-12 00:34:45','2021-02-11 16:34:45'),(94122,34285,'action created','2021-02-12 00:34:45','2021-02-11 16:34:45'),(94123,34285,'action started via WP Cron','2021-02-12 00:35:46','2021-02-11 16:35:46'),(94124,34285,'action complete via WP Cron','2021-02-12 00:35:46','2021-02-11 16:35:46'),(94125,34286,'action created','2021-02-12 00:35:46','2021-02-11 16:35:46'),(94126,34286,'action started via WP Cron','2021-02-12 00:39:42','2021-02-11 16:39:42'),(94127,34286,'action complete via WP Cron','2021-02-12 00:39:42','2021-02-11 16:39:42'),(94128,34287,'action created','2021-02-12 00:39:42','2021-02-11 16:39:42'),(94129,34287,'action started via WP Cron','2021-02-12 00:41:21','2021-02-11 16:41:21'),(94130,34287,'action complete via WP Cron','2021-02-12 00:41:21','2021-02-11 16:41:21'),(94131,34288,'action created','2021-02-12 00:41:21','2021-02-11 16:41:21'),(94132,34288,'action started via WP Cron','2021-02-12 00:42:11','2021-02-11 16:42:11'),(94133,34288,'action complete via WP Cron','2021-02-12 00:42:11','2021-02-11 16:42:11'),(94134,34289,'action created','2021-02-12 00:42:11','2021-02-11 16:42:11'),(94135,34289,'action started via WP Cron','2021-02-12 00:49:46','2021-02-11 16:49:46'),(94136,34289,'action complete via WP Cron','2021-02-12 00:49:46','2021-02-11 16:49:46'),(94137,34290,'action created','2021-02-12 00:49:46','2021-02-11 16:49:46'),(94138,34290,'action started via WP Cron','2021-02-12 00:53:46','2021-02-11 16:53:46'),(94139,34290,'action complete via WP Cron','2021-02-12 00:53:46','2021-02-11 16:53:46'),(94140,34291,'action created','2021-02-12 00:53:46','2021-02-11 16:53:46'),(94141,34291,'action started via WP Cron','2021-02-12 00:58:27','2021-02-11 16:58:27'),(94142,34291,'action complete via WP Cron','2021-02-12 00:58:27','2021-02-11 16:58:27'),(94143,34292,'action created','2021-02-12 00:58:27','2021-02-11 16:58:27'),(94144,34292,'action started via WP Cron','2021-02-12 00:59:23','2021-02-11 16:59:23'),(94145,34292,'action complete via WP Cron','2021-02-12 00:59:23','2021-02-11 16:59:23'),(94146,34293,'action created','2021-02-12 00:59:23','2021-02-11 16:59:23'),(94147,34293,'action started via WP Cron','2021-02-12 01:19:02','2021-02-11 17:19:02'),(94148,34293,'action complete via WP Cron','2021-02-12 01:19:02','2021-02-11 17:19:02'),(94149,34294,'action created','2021-02-12 01:19:06','2021-02-11 17:19:06'),(94150,34294,'action started via WP Cron','2021-02-12 01:20:07','2021-02-11 17:20:07'),(94151,34294,'action complete via WP Cron','2021-02-12 01:20:07','2021-02-11 17:20:07'),(94152,34295,'action created','2021-02-12 01:20:07','2021-02-11 17:20:07'),(94153,34295,'action started via WP Cron','2021-02-12 01:21:08','2021-02-11 17:21:08'),(94154,34295,'action complete via WP Cron','2021-02-12 01:21:08','2021-02-11 17:21:08'),(94155,34296,'action created','2021-02-12 01:21:09','2021-02-11 17:21:09'),(94156,34296,'action started via WP Cron','2021-02-12 01:22:07','2021-02-11 17:22:07'),(94157,34296,'action complete via WP Cron','2021-02-12 01:22:07','2021-02-11 17:22:07'),(94158,34297,'action created','2021-02-12 01:22:07','2021-02-11 17:22:07'),(94159,34297,'action started via WP Cron','2021-02-12 01:23:10','2021-02-11 17:23:10'),(94160,34297,'action complete via WP Cron','2021-02-12 01:23:10','2021-02-11 17:23:10'),(94161,34298,'action created','2021-02-12 01:23:10','2021-02-11 17:23:10'),(94162,34298,'action started via WP Cron','2021-02-12 01:24:11','2021-02-11 17:24:11'),(94163,34298,'action complete via WP Cron','2021-02-12 01:24:11','2021-02-11 17:24:11'),(94164,34299,'action created','2021-02-12 01:24:11','2021-02-11 17:24:11'),(94165,34299,'action started via WP Cron','2021-02-12 01:33:33','2021-02-11 17:33:33'),(94166,34299,'action complete via WP Cron','2021-02-12 01:33:34','2021-02-11 17:33:34'),(94167,34300,'action created','2021-02-12 01:33:34','2021-02-11 17:33:34'),(94168,34300,'action started via WP Cron','2021-02-12 01:35:48','2021-02-11 17:35:48'),(94169,34300,'action complete via WP Cron','2021-02-12 01:35:48','2021-02-11 17:35:48'),(94170,34301,'action created','2021-02-12 01:35:48','2021-02-11 17:35:48'),(94171,34301,'action started via WP Cron','2021-02-12 01:36:46','2021-02-11 17:36:46'),(94172,34301,'action complete via WP Cron','2021-02-12 01:36:46','2021-02-11 17:36:46'),(94173,34302,'action created','2021-02-12 01:36:46','2021-02-11 17:36:46'),(94174,34302,'action started via WP Cron','2021-02-12 01:37:47','2021-02-11 17:37:47'),(94175,34302,'action complete via WP Cron','2021-02-12 01:37:47','2021-02-11 17:37:47'),(94176,34303,'action created','2021-02-12 01:37:47','2021-02-11 17:37:47'),(94177,34303,'action started via WP Cron','2021-02-12 01:39:49','2021-02-11 17:39:49'),(94178,34303,'action complete via WP Cron','2021-02-12 01:39:49','2021-02-11 17:39:49'),(94179,34304,'action created','2021-02-12 01:39:49','2021-02-11 17:39:49'),(94180,34304,'action started via WP Cron','2021-02-12 01:40:50','2021-02-11 17:40:50'),(94181,34304,'action complete via WP Cron','2021-02-12 01:40:50','2021-02-11 17:40:50'),(94182,34305,'action created','2021-02-12 01:40:50','2021-02-11 17:40:50'),(94183,34305,'action started via WP Cron','2021-02-12 01:41:51','2021-02-11 17:41:51'),(94184,34305,'action complete via WP Cron','2021-02-12 01:41:51','2021-02-11 17:41:51'),(94185,34306,'action created','2021-02-12 01:41:51','2021-02-11 17:41:51'),(94186,34306,'action started via WP Cron','2021-02-12 02:04:59','2021-02-11 18:04:59'),(94187,34306,'action complete via WP Cron','2021-02-12 02:04:59','2021-02-11 18:04:59'),(94188,34307,'action created','2021-02-12 02:04:59','2021-02-11 18:04:59'),(94189,34307,'action started via WP Cron','2021-02-12 02:05:41','2021-02-11 18:05:41'),(94190,34307,'action complete via WP Cron','2021-02-12 02:05:41','2021-02-11 18:05:41'),(94191,34308,'action created','2021-02-12 02:05:41','2021-02-11 18:05:41'),(94192,34308,'action started via WP Cron','2021-02-12 02:08:14','2021-02-11 18:08:14'),(94193,34308,'action complete via WP Cron','2021-02-12 02:08:14','2021-02-11 18:08:14'),(94194,34309,'action created','2021-02-12 02:08:14','2021-02-11 18:08:14'),(94195,34309,'action started via WP Cron','2021-02-12 02:10:42','2021-02-11 18:10:42'),(94196,34309,'action complete via WP Cron','2021-02-12 02:10:42','2021-02-11 18:10:42'),(94197,34310,'action created','2021-02-12 02:10:42','2021-02-11 18:10:42'),(94198,34310,'action started via WP Cron','2021-02-12 02:29:43','2021-02-11 18:29:43'),(94199,34310,'action complete via WP Cron','2021-02-12 02:29:43','2021-02-11 18:29:43'),(94200,34311,'action created','2021-02-12 02:30:47','2021-02-11 18:30:47'),(94201,34311,'action started via WP Cron','2021-02-12 02:37:51','2021-02-11 18:37:51'),(94202,34311,'action complete via WP Cron','2021-02-12 02:37:51','2021-02-11 18:37:51'),(94203,34312,'action created','2021-02-12 02:37:51','2021-02-11 18:37:51'),(94204,34312,'action started via WP Cron','2021-02-12 02:39:48','2021-02-11 18:39:48'),(94205,34312,'action complete via WP Cron','2021-02-12 02:39:48','2021-02-11 18:39:48'),(94206,34313,'action created','2021-02-12 02:39:48','2021-02-11 18:39:48'),(94207,34313,'action started via WP Cron','2021-02-12 02:42:11','2021-02-11 18:42:11'),(94208,34313,'action complete via WP Cron','2021-02-12 02:42:11','2021-02-11 18:42:11'),(94209,34314,'action created','2021-02-12 02:42:11','2021-02-11 18:42:11'),(94210,34314,'action started via WP Cron','2021-02-12 02:42:44','2021-02-11 18:42:44'),(94211,34314,'action complete via WP Cron','2021-02-12 02:42:44','2021-02-11 18:42:44'),(94212,34315,'action created','2021-02-12 02:42:44','2021-02-11 18:42:44'),(94213,34315,'action started via WP Cron','2021-02-12 02:44:05','2021-02-11 18:44:05'),(94214,34315,'action complete via WP Cron','2021-02-12 02:44:05','2021-02-11 18:44:05'),(94215,34316,'action created','2021-02-12 02:44:05','2021-02-11 18:44:05'),(94216,34316,'action started via WP Cron','2021-02-12 02:44:48','2021-02-11 18:44:48'),(94217,34316,'action complete via WP Cron','2021-02-12 02:44:48','2021-02-11 18:44:48'),(94218,34317,'action created','2021-02-12 02:44:48','2021-02-11 18:44:48'),(94219,34317,'action started via WP Cron','2021-02-12 02:45:40','2021-02-11 18:45:40'),(94220,34317,'action complete via WP Cron','2021-02-12 02:45:40','2021-02-11 18:45:40'),(94221,34318,'action created','2021-02-12 02:45:41','2021-02-11 18:45:41'),(94222,34318,'action started via WP Cron','2021-02-12 02:46:56','2021-02-11 18:46:56'),(94223,34318,'action complete via WP Cron','2021-02-12 02:46:56','2021-02-11 18:46:56'),(94224,34319,'action created','2021-02-12 02:46:56','2021-02-11 18:46:56'),(94225,34319,'action started via WP Cron','2021-02-12 02:48:08','2021-02-11 18:48:08'),(94226,34319,'action complete via WP Cron','2021-02-12 02:48:08','2021-02-11 18:48:08'),(94227,34320,'action created','2021-02-12 02:48:08','2021-02-11 18:48:08'),(94228,34320,'action started via WP Cron','2021-02-12 02:48:46','2021-02-11 18:48:46'),(94229,34320,'action complete via WP Cron','2021-02-12 02:48:46','2021-02-11 18:48:46'),(94230,34321,'action created','2021-02-12 02:48:46','2021-02-11 18:48:46'),(94231,34321,'action started via WP Cron','2021-02-12 02:49:46','2021-02-11 18:49:46'),(94232,34321,'action complete via WP Cron','2021-02-12 02:49:46','2021-02-11 18:49:46'),(94233,34322,'action created','2021-02-12 02:49:46','2021-02-11 18:49:46'),(94234,34322,'action started via WP Cron','2021-02-12 02:50:59','2021-02-11 18:50:59'),(94235,34322,'action complete via WP Cron','2021-02-12 02:50:59','2021-02-11 18:50:59'),(94236,34323,'action created','2021-02-12 02:50:59','2021-02-11 18:50:59'),(94237,34323,'action started via WP Cron','2021-02-12 02:51:46','2021-02-11 18:51:46'),(94238,34323,'action complete via WP Cron','2021-02-12 02:51:46','2021-02-11 18:51:46'),(94239,34324,'action created','2021-02-12 02:51:46','2021-02-11 18:51:46'),(94240,34324,'action started via WP Cron','2021-02-12 02:53:03','2021-02-11 18:53:03'),(94241,34324,'action complete via WP Cron','2021-02-12 02:53:03','2021-02-11 18:53:03'),(94242,34325,'action created','2021-02-12 02:53:03','2021-02-11 18:53:03'),(94243,34325,'action started via WP Cron','2021-02-12 02:53:56','2021-02-11 18:53:56'),(94244,34325,'action complete via WP Cron','2021-02-12 02:53:56','2021-02-11 18:53:56'),(94245,34326,'action created','2021-02-12 02:53:56','2021-02-11 18:53:56'),(94246,34326,'action started via WP Cron','2021-02-12 02:54:44','2021-02-11 18:54:44'),(94247,34326,'action complete via WP Cron','2021-02-12 02:54:44','2021-02-11 18:54:44'),(94248,34327,'action created','2021-02-12 02:54:44','2021-02-11 18:54:44'),(94249,34327,'action started via WP Cron','2021-02-12 02:56:03','2021-02-11 18:56:03'),(94250,34327,'action complete via WP Cron','2021-02-12 02:56:03','2021-02-11 18:56:03'),(94251,34328,'action created','2021-02-12 02:56:03','2021-02-11 18:56:03'),(94252,34328,'action started via WP Cron','2021-02-12 02:56:54','2021-02-11 18:56:54'),(94253,34328,'action complete via WP Cron','2021-02-12 02:56:54','2021-02-11 18:56:54'),(94254,34329,'action created','2021-02-12 02:56:54','2021-02-11 18:56:54'),(94255,34329,'action started via WP Cron','2021-02-12 02:57:45','2021-02-11 18:57:45'),(94256,34329,'action complete via WP Cron','2021-02-12 02:57:45','2021-02-11 18:57:45'),(94257,34330,'action created','2021-02-12 02:57:46','2021-02-11 18:57:46'),(94258,34330,'action started via WP Cron','2021-02-12 02:58:55','2021-02-11 18:58:55'),(94259,34330,'action complete via WP Cron','2021-02-12 02:58:55','2021-02-11 18:58:55'),(94260,34331,'action created','2021-02-12 02:58:56','2021-02-11 18:58:56'),(94261,34331,'action started via WP Cron','2021-02-12 02:59:42','2021-02-11 18:59:42'),(94262,34331,'action complete via WP Cron','2021-02-12 02:59:42','2021-02-11 18:59:42'),(94263,34332,'action created','2021-02-12 02:59:42','2021-02-11 18:59:42'),(94264,34332,'action started via WP Cron','2021-02-12 03:00:47','2021-02-11 19:00:47'),(94265,34332,'action complete via WP Cron','2021-02-12 03:00:47','2021-02-11 19:00:47'),(94266,34333,'action created','2021-02-12 03:00:47','2021-02-11 19:00:47'),(94267,34333,'action started via WP Cron','2021-02-12 03:01:46','2021-02-11 19:01:46'),(94268,34333,'action complete via WP Cron','2021-02-12 03:01:46','2021-02-11 19:01:46'),(94269,34334,'action created','2021-02-12 03:01:46','2021-02-11 19:01:46'),(94270,34334,'action started via WP Cron','2021-02-12 03:03:02','2021-02-11 19:03:02'),(94271,34334,'action complete via WP Cron','2021-02-12 03:03:02','2021-02-11 19:03:02'),(94272,34335,'action created','2021-02-12 03:03:02','2021-02-11 19:03:02'),(94273,34335,'action started via WP Cron','2021-02-12 03:03:50','2021-02-11 19:03:50'),(94274,34335,'action complete via WP Cron','2021-02-12 03:03:50','2021-02-11 19:03:50'),(94275,34336,'action created','2021-02-12 03:03:50','2021-02-11 19:03:50'),(94276,34336,'action started via WP Cron','2021-02-12 03:04:54','2021-02-11 19:04:54'),(94277,34336,'action complete via WP Cron','2021-02-12 03:04:54','2021-02-11 19:04:54'),(94278,34337,'action created','2021-02-12 03:04:54','2021-02-11 19:04:54'),(94279,34337,'action started via WP Cron','2021-02-12 03:05:56','2021-02-11 19:05:56'),(94280,34337,'action complete via WP Cron','2021-02-12 03:05:56','2021-02-11 19:05:56'),(94281,34338,'action created','2021-02-12 03:05:56','2021-02-11 19:05:56'),(94282,34338,'action started via WP Cron','2021-02-12 03:06:56','2021-02-11 19:06:56'),(94283,34338,'action complete via WP Cron','2021-02-12 03:06:56','2021-02-11 19:06:56'),(94284,34339,'action created','2021-02-12 03:06:56','2021-02-11 19:06:56'),(94285,34339,'action started via WP Cron','2021-02-12 03:07:43','2021-02-11 19:07:43'),(94286,34339,'action complete via WP Cron','2021-02-12 03:07:43','2021-02-11 19:07:43'),(94287,34340,'action created','2021-02-12 03:07:43','2021-02-11 19:07:43'),(94288,34340,'action started via WP Cron','2021-02-12 03:08:55','2021-02-11 19:08:55'),(94289,34340,'action complete via WP Cron','2021-02-12 03:08:55','2021-02-11 19:08:55'),(94290,34341,'action created','2021-02-12 03:08:55','2021-02-11 19:08:55'),(94291,34341,'action started via WP Cron','2021-02-12 03:09:41','2021-02-11 19:09:41'),(94292,34341,'action complete via WP Cron','2021-02-12 03:09:41','2021-02-11 19:09:41'),(94293,34342,'action created','2021-02-12 03:09:41','2021-02-11 19:09:41'),(94294,34342,'action started via WP Cron','2021-02-12 03:10:48','2021-02-11 19:10:48'),(94295,34342,'action complete via WP Cron','2021-02-12 03:10:48','2021-02-11 19:10:48'),(94296,34343,'action created','2021-02-12 03:10:48','2021-02-11 19:10:48'),(94297,34343,'action started via WP Cron','2021-02-12 03:13:36','2021-02-11 19:13:36'),(94298,34343,'action complete via WP Cron','2021-02-12 03:13:36','2021-02-11 19:13:36'),(94299,34344,'action created','2021-02-12 03:13:37','2021-02-11 19:13:37'),(94300,34344,'action started via WP Cron','2021-02-12 03:14:58','2021-02-11 19:14:58'),(94301,34344,'action complete via WP Cron','2021-02-12 03:14:58','2021-02-11 19:14:58'),(94302,34345,'action created','2021-02-12 03:14:58','2021-02-11 19:14:58'),(94303,34345,'action started via WP Cron','2021-02-12 03:19:52','2021-02-11 19:19:52'),(94304,34345,'action complete via WP Cron','2021-02-12 03:19:52','2021-02-11 19:19:52'),(94305,34346,'action created','2021-02-12 03:19:52','2021-02-11 19:19:52'),(94306,34346,'action started via WP Cron','2021-02-12 03:21:34','2021-02-11 19:21:34'),(94307,34346,'action complete via WP Cron','2021-02-12 03:21:34','2021-02-11 19:21:34'),(94308,34347,'action created','2021-02-12 03:21:34','2021-02-11 19:21:34'),(94309,34347,'action started via WP Cron','2021-02-12 03:42:06','2021-02-11 19:42:06'),(94310,34347,'action complete via WP Cron','2021-02-12 03:42:06','2021-02-11 19:42:06'),(94311,34348,'action created','2021-02-12 03:42:06','2021-02-11 19:42:06'),(94312,34348,'action started via WP Cron','2021-02-12 03:43:58','2021-02-11 19:43:58'),(94313,34348,'action complete via WP Cron','2021-02-12 03:43:58','2021-02-11 19:43:58'),(94314,34349,'action created','2021-02-12 03:43:58','2021-02-11 19:43:58'),(94315,34349,'action started via WP Cron','2021-02-12 03:49:45','2021-02-11 19:49:45'),(94316,34349,'action complete via WP Cron','2021-02-12 03:49:45','2021-02-11 19:49:45'),(94317,34350,'action created','2021-02-12 03:49:45','2021-02-11 19:49:45'),(94318,34350,'action started via WP Cron','2021-02-12 03:51:44','2021-02-11 19:51:44'),(94319,34350,'action complete via WP Cron','2021-02-12 03:51:44','2021-02-11 19:51:44'),(94320,34351,'action created','2021-02-12 03:51:44','2021-02-11 19:51:44'),(94321,34351,'action started via WP Cron','2021-02-12 03:52:45','2021-02-11 19:52:45'),(94322,34351,'action complete via WP Cron','2021-02-12 03:52:45','2021-02-11 19:52:45'),(94323,34352,'action created','2021-02-12 03:52:45','2021-02-11 19:52:45'),(94324,34352,'action started via WP Cron','2021-02-12 03:54:22','2021-02-11 19:54:22'),(94325,34352,'action complete via WP Cron','2021-02-12 03:54:22','2021-02-11 19:54:22'),(94326,34353,'action created','2021-02-12 03:54:22','2021-02-11 19:54:22'),(94327,34353,'action started via WP Cron','2021-02-12 03:54:54','2021-02-11 19:54:54'),(94328,34353,'action complete via WP Cron','2021-02-12 03:54:54','2021-02-11 19:54:54'),(94329,34354,'action created','2021-02-12 03:54:54','2021-02-11 19:54:54'),(94330,34354,'action started via WP Cron','2021-02-12 03:55:41','2021-02-11 19:55:41'),(94331,34354,'action complete via WP Cron','2021-02-12 03:55:41','2021-02-11 19:55:41'),(94332,34355,'action created','2021-02-12 03:55:41','2021-02-11 19:55:41'),(94333,34355,'action started via WP Cron','2021-02-12 03:57:44','2021-02-11 19:57:44'),(94334,34355,'action complete via WP Cron','2021-02-12 03:57:44','2021-02-11 19:57:44'),(94335,34356,'action created','2021-02-12 03:57:44','2021-02-11 19:57:44'),(94336,34356,'action started via WP Cron','2021-02-12 03:58:53','2021-02-11 19:58:53'),(94337,34356,'action complete via WP Cron','2021-02-12 03:58:53','2021-02-11 19:58:53'),(94338,34357,'action created','2021-02-12 03:58:53','2021-02-11 19:58:53'),(94339,34357,'action started via WP Cron','2021-02-12 03:59:54','2021-02-11 19:59:54'),(94340,34357,'action complete via WP Cron','2021-02-12 03:59:54','2021-02-11 19:59:54'),(94341,34358,'action created','2021-02-12 03:59:54','2021-02-11 19:59:54'),(94342,34358,'action started via WP Cron','2021-02-12 04:01:57','2021-02-11 20:01:57'),(94343,34358,'action complete via WP Cron','2021-02-12 04:01:57','2021-02-11 20:01:57'),(94344,34359,'action created','2021-02-12 04:01:57','2021-02-11 20:01:57'),(94345,34359,'action started via WP Cron','2021-02-12 04:03:26','2021-02-11 20:03:26'),(94346,34359,'action complete via WP Cron','2021-02-12 04:03:26','2021-02-11 20:03:26'),(94347,34360,'action created','2021-02-12 04:03:26','2021-02-11 20:03:26'),(94348,34360,'action started via WP Cron','2021-02-12 04:04:31','2021-02-11 20:04:31'),(94349,34360,'action complete via WP Cron','2021-02-12 04:04:31','2021-02-11 20:04:31'),(94350,34361,'action created','2021-02-12 04:04:31','2021-02-11 20:04:31'),(94351,34361,'action started via WP Cron','2021-02-12 04:04:59','2021-02-11 20:04:59'),(94352,34361,'action complete via WP Cron','2021-02-12 04:04:59','2021-02-11 20:04:59'),(94353,34362,'action created','2021-02-12 04:04:59','2021-02-11 20:04:59'),(94354,34362,'action started via WP Cron','2021-02-12 04:14:16','2021-02-11 20:14:16'),(94355,34362,'action complete via WP Cron','2021-02-12 04:14:16','2021-02-11 20:14:16'),(94356,34363,'action created','2021-02-12 04:14:16','2021-02-11 20:14:16'),(94357,34363,'action started via WP Cron','2021-02-12 04:15:43','2021-02-11 20:15:43'),(94358,34363,'action complete via WP Cron','2021-02-12 04:15:43','2021-02-11 20:15:43'),(94359,34364,'action created','2021-02-12 04:15:43','2021-02-11 20:15:43'),(94360,34364,'action started via WP Cron','2021-02-12 04:22:20','2021-02-11 20:22:20'),(94361,34364,'action complete via WP Cron','2021-02-12 04:22:20','2021-02-11 20:22:20'),(94362,34365,'action created','2021-02-12 04:22:20','2021-02-11 20:22:20'),(94363,33783,'action started via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94364,33783,'action complete via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94365,34366,'action created','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94366,33784,'action started via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94367,33784,'action complete via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94368,34367,'action created','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94369,34365,'action started via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94370,34365,'action complete via WP Cron','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94371,34368,'action created','2021-02-12 04:29:16','2021-02-11 20:29:16'),(94372,34368,'action started via WP Cron','2021-02-12 04:33:13','2021-02-11 20:33:13'),(94373,34368,'action complete via WP Cron','2021-02-12 04:33:13','2021-02-11 20:33:13'),(94374,34369,'action created','2021-02-12 04:33:14','2021-02-11 20:33:14'),(94375,34369,'action started via WP Cron','2021-02-12 04:35:43','2021-02-11 20:35:43'),(94376,34369,'action complete via WP Cron','2021-02-12 04:35:43','2021-02-11 20:35:43'),(94377,34370,'action created','2021-02-12 04:35:43','2021-02-11 20:35:43'),(94378,34370,'action started via WP Cron','2021-02-12 04:42:22','2021-02-11 20:42:22'),(94379,34370,'action complete via WP Cron','2021-02-12 04:42:22','2021-02-11 20:42:22'),(94380,34371,'action created','2021-02-12 04:42:22','2021-02-11 20:42:22'),(94381,34371,'action started via WP Cron','2021-02-12 04:44:13','2021-02-11 20:44:13'),(94382,34371,'action complete via WP Cron','2021-02-12 04:44:13','2021-02-11 20:44:13'),(94383,34372,'action created','2021-02-12 04:44:13','2021-02-11 20:44:13'),(94384,34372,'action started via WP Cron','2021-02-12 04:47:45','2021-02-11 20:47:45'),(94385,34372,'action complete via WP Cron','2021-02-12 04:47:45','2021-02-11 20:47:45'),(94386,34373,'action created','2021-02-12 04:47:45','2021-02-11 20:47:45'),(94387,34373,'action started via WP Cron','2021-02-12 04:49:40','2021-02-11 20:49:40'),(94388,34373,'action complete via WP Cron','2021-02-12 04:49:40','2021-02-11 20:49:40'),(94389,34374,'action created','2021-02-12 04:49:40','2021-02-11 20:49:40'),(94390,34374,'action started via WP Cron','2021-02-12 04:51:10','2021-02-11 20:51:10'),(94391,34374,'action complete via WP Cron','2021-02-12 04:51:10','2021-02-11 20:51:10'),(94392,34375,'action created','2021-02-12 04:51:10','2021-02-11 20:51:10'),(94393,34375,'action started via WP Cron','2021-02-12 04:56:24','2021-02-11 20:56:24'),(94394,34375,'action complete via WP Cron','2021-02-12 04:56:24','2021-02-11 20:56:24'),(94395,34376,'action created','2021-02-12 04:56:25','2021-02-11 20:56:25'),(94396,34376,'action started via WP Cron','2021-02-12 04:58:13','2021-02-11 20:58:13'),(94397,34376,'action complete via WP Cron','2021-02-12 04:58:13','2021-02-11 20:58:13'),(94398,34377,'action created','2021-02-12 04:58:13','2021-02-11 20:58:13'),(94399,34377,'action started via WP Cron','2021-02-12 04:58:51','2021-02-11 20:58:51'),(94400,34377,'action complete via WP Cron','2021-02-12 04:58:51','2021-02-11 20:58:51'),(94401,34378,'action created','2021-02-12 04:58:51','2021-02-11 20:58:51'),(94402,34378,'action started via WP Cron','2021-02-12 05:13:33','2021-02-11 21:13:33'),(94403,34378,'action complete via WP Cron','2021-02-12 05:13:33','2021-02-11 21:13:33'),(94404,34379,'action created','2021-02-12 05:13:33','2021-02-11 21:13:33'),(94405,34379,'action started via WP Cron','2021-02-12 05:21:51','2021-02-11 21:21:51'),(94406,34379,'action complete via WP Cron','2021-02-12 05:21:51','2021-02-11 21:21:51'),(94407,34380,'action created','2021-02-12 05:21:51','2021-02-11 21:21:51'),(94408,34380,'action started via WP Cron','2021-02-12 05:23:03','2021-02-11 21:23:03'),(94409,34380,'action complete via WP Cron','2021-02-12 05:23:03','2021-02-11 21:23:03'),(94410,34381,'action created','2021-02-12 05:23:03','2021-02-11 21:23:03'),(94411,34381,'action started via WP Cron','2021-02-12 05:24:04','2021-02-11 21:24:04'),(94412,34381,'action complete via WP Cron','2021-02-12 05:24:04','2021-02-11 21:24:04'),(94413,34382,'action created','2021-02-12 05:24:04','2021-02-11 21:24:04'),(94414,34382,'action started via WP Cron','2021-02-12 05:25:30','2021-02-11 21:25:30'),(94415,34382,'action complete via WP Cron','2021-02-12 05:25:30','2021-02-11 21:25:30'),(94416,34383,'action created','2021-02-12 05:25:30','2021-02-11 21:25:30'),(94417,34383,'action started via WP Cron','2021-02-12 05:25:59','2021-02-11 21:25:59'),(94418,34383,'action complete via WP Cron','2021-02-12 05:25:59','2021-02-11 21:25:59'),(94419,34384,'action created','2021-02-12 05:25:59','2021-02-11 21:25:59'),(94420,34384,'action started via WP Cron','2021-02-12 05:27:07','2021-02-11 21:27:07'),(94421,34384,'action complete via WP Cron','2021-02-12 05:27:07','2021-02-11 21:27:07'),(94422,34385,'action created','2021-02-12 05:27:07','2021-02-11 21:27:07'),(94423,34385,'action started via WP Cron','2021-02-12 05:28:08','2021-02-11 21:28:08'),(94424,34385,'action complete via WP Cron','2021-02-12 05:28:08','2021-02-11 21:28:08'),(94425,34386,'action created','2021-02-12 05:28:08','2021-02-11 21:28:08'),(94426,34386,'action started via WP Cron','2021-02-12 05:28:47','2021-02-11 21:28:47'),(94427,34386,'action complete via WP Cron','2021-02-12 05:28:47','2021-02-11 21:28:47'),(94428,34387,'action created','2021-02-12 05:28:47','2021-02-11 21:28:47'),(94429,34387,'action started via WP Cron','2021-02-12 05:36:55','2021-02-11 21:36:55'),(94430,34387,'action complete via WP Cron','2021-02-12 05:36:55','2021-02-11 21:36:55'),(94431,34388,'action created','2021-02-12 05:36:55','2021-02-11 21:36:55'),(94432,34388,'action started via WP Cron','2021-02-12 05:52:35','2021-02-11 21:52:35'),(94433,34388,'action complete via WP Cron','2021-02-12 05:52:35','2021-02-11 21:52:35'),(94434,34389,'action created','2021-02-12 05:52:35','2021-02-11 21:52:35'),(94435,34389,'action started via WP Cron','2021-02-12 06:02:42','2021-02-11 22:02:42'),(94436,34389,'action complete via WP Cron','2021-02-12 06:02:42','2021-02-11 22:02:42'),(94437,34390,'action created','2021-02-12 06:02:42','2021-02-11 22:02:42'),(94438,34390,'action started via WP Cron','2021-02-12 06:03:53','2021-02-11 22:03:53'),(94439,34390,'action complete via WP Cron','2021-02-12 06:03:53','2021-02-11 22:03:53'),(94440,34391,'action created','2021-02-12 06:03:53','2021-02-11 22:03:53'),(94441,34391,'action started via WP Cron','2021-02-12 06:05:35','2021-02-11 22:05:35'),(94442,34391,'action complete via WP Cron','2021-02-12 06:05:35','2021-02-11 22:05:35'),(94443,34392,'action created','2021-02-12 06:05:35','2021-02-11 22:05:35'),(94444,34392,'action started via WP Cron','2021-02-12 06:07:38','2021-02-11 22:07:38'),(94445,34392,'action complete via WP Cron','2021-02-12 06:07:38','2021-02-11 22:07:38'),(94446,34393,'action created','2021-02-12 06:07:38','2021-02-11 22:07:38'),(94447,34393,'action started via WP Cron','2021-02-12 06:08:39','2021-02-11 22:08:39'),(94448,34393,'action complete via WP Cron','2021-02-12 06:08:39','2021-02-11 22:08:39'),(94449,34394,'action created','2021-02-12 06:08:39','2021-02-11 22:08:39'),(94450,34394,'action started via WP Cron','2021-02-12 06:09:40','2021-02-11 22:09:40'),(94451,34394,'action complete via WP Cron','2021-02-12 06:09:40','2021-02-11 22:09:40'),(94452,34395,'action created','2021-02-12 06:09:40','2021-02-11 22:09:40'),(94453,34395,'action started via WP Cron','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94454,34395,'action complete via WP Cron','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94455,33841,'action started via WP Cron','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94456,33841,'action complete via WP Cron','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94457,34396,'action created','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94458,34397,'action created','2021-02-12 06:28:30','2021-02-11 22:28:30'),(94459,34397,'action started via WP Cron','2021-02-12 06:29:35','2021-02-11 22:29:35'),(94460,34397,'action complete via WP Cron','2021-02-12 06:29:35','2021-02-11 22:29:35'),(94461,34398,'action created','2021-02-12 06:29:35','2021-02-11 22:29:35'),(94462,34398,'action started via WP Cron','2021-02-12 06:31:11','2021-02-11 22:31:11'),(94463,34398,'action complete via WP Cron','2021-02-12 06:31:11','2021-02-11 22:31:11'),(94464,34399,'action created','2021-02-12 06:31:11','2021-02-11 22:31:11'),(94465,34399,'action started via WP Cron','2021-02-12 06:33:31','2021-02-11 22:33:31'),(94466,34399,'action complete via WP Cron','2021-02-12 06:33:31','2021-02-11 22:33:31'),(94467,34400,'action created','2021-02-12 06:33:31','2021-02-11 22:33:31'),(94468,34400,'action started via WP Cron','2021-02-12 06:36:40','2021-02-11 22:36:40'),(94469,34400,'action complete via WP Cron','2021-02-12 06:36:40','2021-02-11 22:36:40'),(94470,34401,'action created','2021-02-12 06:36:40','2021-02-11 22:36:40'),(94471,34401,'action started via WP Cron','2021-02-12 06:38:08','2021-02-11 22:38:08'),(94472,34401,'action complete via WP Cron','2021-02-12 06:38:08','2021-02-11 22:38:08'),(94473,34402,'action created','2021-02-12 06:38:08','2021-02-11 22:38:08'),(94474,34402,'action started via WP Cron','2021-02-12 06:38:54','2021-02-11 22:38:54'),(94475,34402,'action complete via WP Cron','2021-02-12 06:38:54','2021-02-11 22:38:54'),(94476,34403,'action created','2021-02-12 06:38:54','2021-02-11 22:38:54'),(94477,34403,'action started via WP Cron','2021-02-12 06:44:13','2021-02-11 22:44:13'),(94478,34403,'action complete via WP Cron','2021-02-12 06:44:13','2021-02-11 22:44:13'),(94479,34404,'action created','2021-02-12 06:44:13','2021-02-11 22:44:13'),(94480,34404,'action started via WP Cron','2021-02-12 06:52:28','2021-02-11 22:52:28'),(94481,34404,'action complete via WP Cron','2021-02-12 06:52:28','2021-02-11 22:52:28'),(94482,34405,'action created','2021-02-12 06:52:28','2021-02-11 22:52:28'),(94483,34405,'action started via WP Cron','2021-02-12 07:06:22','2021-02-11 23:06:22'),(94484,34405,'action complete via WP Cron','2021-02-12 07:06:22','2021-02-11 23:06:22'),(94485,34406,'action created','2021-02-12 07:06:22','2021-02-11 23:06:22'),(94486,34406,'action started via WP Cron','2021-02-12 07:07:43','2021-02-11 23:07:43'),(94487,34406,'action complete via WP Cron','2021-02-12 07:07:43','2021-02-11 23:07:43'),(94488,34407,'action created','2021-02-12 07:09:46','2021-02-11 23:09:46'),(94489,34407,'action started via WP Cron','2021-02-12 07:11:41','2021-02-11 23:11:41'),(94490,34407,'action complete via WP Cron','2021-02-12 07:11:41','2021-02-11 23:11:41'),(94491,34408,'action created','2021-02-12 07:11:41','2021-02-11 23:11:41'),(94492,34408,'action started via WP Cron','2021-02-12 07:13:43','2021-02-11 23:13:43'),(94493,34408,'action complete via WP Cron','2021-02-12 07:13:43','2021-02-11 23:13:43'),(94494,34409,'action created','2021-02-12 07:13:43','2021-02-11 23:13:43'),(94495,34409,'action started via WP Cron','2021-02-12 07:14:44','2021-02-11 23:14:44'),(94496,34409,'action complete via WP Cron','2021-02-12 07:14:44','2021-02-11 23:14:44'),(94497,34410,'action created','2021-02-12 07:14:44','2021-02-11 23:14:44'),(94498,34410,'action started via WP Cron','2021-02-12 07:15:45','2021-02-11 23:15:45'),(94499,34410,'action complete via WP Cron','2021-02-12 07:15:45','2021-02-11 23:15:45'),(94500,34411,'action created','2021-02-12 07:15:45','2021-02-11 23:15:45'),(94501,34411,'action started via WP Cron','2021-02-12 07:19:18','2021-02-11 23:19:18'),(94502,34411,'action complete via WP Cron','2021-02-12 07:19:18','2021-02-11 23:19:18'),(94503,34412,'action created','2021-02-12 07:19:18','2021-02-11 23:19:18'),(94504,34412,'action started via WP Cron','2021-02-12 07:30:38','2021-02-11 23:30:38'),(94505,34412,'action complete via WP Cron','2021-02-12 07:30:38','2021-02-11 23:30:38'),(94506,34413,'action created','2021-02-12 07:30:39','2021-02-11 23:30:39'),(94507,34413,'action started via WP Cron','2021-02-12 07:38:34','2021-02-11 23:38:34'),(94508,34413,'action complete via WP Cron','2021-02-12 07:38:34','2021-02-11 23:38:34'),(94509,34414,'action created','2021-02-12 07:38:34','2021-02-11 23:38:34'),(94510,34414,'action started via WP Cron','2021-02-12 07:39:40','2021-02-11 23:39:40'),(94511,34414,'action complete via WP Cron','2021-02-12 07:39:40','2021-02-11 23:39:40'),(94512,34415,'action created','2021-02-12 07:39:40','2021-02-11 23:39:40'),(94516,34416,'action started via Async Request','2021-02-12 07:53:32','2021-02-11 23:53:32'),(94517,34416,'action complete via Async Request','2021-02-12 07:53:32','2021-02-11 23:53:32'),(94518,34417,'action created','2021-02-12 08:08:53','2021-02-12 00:08:53'),(94519,34417,'action started via WP Cron','2021-02-12 08:15:51','2021-02-12 00:15:51'),(94520,34417,'action complete via WP Cron','2021-02-12 08:15:51','2021-02-12 00:15:51'),(94521,34418,'action created','2021-02-12 08:15:51','2021-02-12 00:15:51'),(94522,34418,'action started via WP Cron','2021-02-12 08:16:45','2021-02-12 00:16:45'),(94523,34418,'action complete via WP Cron','2021-02-12 08:16:45','2021-02-12 00:16:45'),(94524,34419,'action created','2021-02-12 08:16:45','2021-02-12 00:16:45'),(94525,34419,'action started via WP Cron','2021-02-12 08:17:46','2021-02-12 00:17:46'),(94526,34419,'action complete via WP Cron','2021-02-12 08:17:46','2021-02-12 00:17:46'),(94527,34420,'action created','2021-02-12 08:17:46','2021-02-12 00:17:46'),(94528,34420,'action started via WP Cron','2021-02-12 08:19:48','2021-02-12 00:19:48'),(94529,34420,'action complete via WP Cron','2021-02-12 08:19:48','2021-02-12 00:19:48'),(94530,34421,'action created','2021-02-12 08:19:48','2021-02-12 00:19:48'),(94531,34421,'action started via WP Cron','2021-02-12 08:20:49','2021-02-12 00:20:49'),(94532,34421,'action complete via WP Cron','2021-02-12 08:20:49','2021-02-12 00:20:49'),(94533,34422,'action created','2021-02-12 08:20:49','2021-02-12 00:20:49'),(94534,34422,'action started via WP Cron','2021-02-12 08:21:50','2021-02-12 00:21:50'),(94535,34422,'action complete via WP Cron','2021-02-12 08:21:50','2021-02-12 00:21:50'),(94536,34423,'action created','2021-02-12 08:21:50','2021-02-12 00:21:50'),(94537,34423,'action started via WP Cron','2021-02-12 08:28:03','2021-02-12 00:28:03'),(94538,34423,'action complete via WP Cron','2021-02-12 08:28:03','2021-02-12 00:28:03'),(94539,34424,'action created','2021-02-12 08:28:03','2021-02-12 00:28:03'),(94540,34424,'action started via WP Cron','2021-02-12 08:35:41','2021-02-12 00:35:41'),(94541,34424,'action complete via WP Cron','2021-02-12 08:35:41','2021-02-12 00:35:41'),(94542,34425,'action created','2021-02-12 08:35:41','2021-02-12 00:35:41'),(94543,34425,'action started via WP Cron','2021-02-12 08:41:37','2021-02-12 00:41:37'),(94544,34425,'action complete via WP Cron','2021-02-12 08:41:37','2021-02-12 00:41:37'),(94545,34426,'action created','2021-02-12 08:41:38','2021-02-12 00:41:38'),(94546,34426,'action started via WP Cron','2021-02-12 08:45:14','2021-02-12 00:45:14'),(94547,34426,'action complete via WP Cron','2021-02-12 08:45:14','2021-02-12 00:45:14'),(94548,34427,'action created','2021-02-12 08:45:14','2021-02-12 00:45:14'),(94549,34427,'action started via WP Cron','2021-02-12 08:54:59','2021-02-12 00:54:59'),(94550,34427,'action complete via WP Cron','2021-02-12 08:54:59','2021-02-12 00:54:59'),(94551,34428,'action created','2021-02-12 08:54:59','2021-02-12 00:54:59'),(94552,34428,'action started via WP Cron','2021-02-12 09:16:44','2021-02-12 01:16:44'),(94553,34428,'action complete via WP Cron','2021-02-12 09:16:44','2021-02-12 01:16:44'),(94554,34429,'action created','2021-02-12 09:16:44','2021-02-12 01:16:44'),(94555,34429,'action started via WP Cron','2021-02-12 09:17:51','2021-02-12 01:17:51'),(94556,34429,'action complete via WP Cron','2021-02-12 09:17:51','2021-02-12 01:17:51'),(94557,34430,'action created','2021-02-12 09:17:52','2021-02-12 01:17:52'),(94558,34430,'action started via WP Cron','2021-02-12 09:18:52','2021-02-12 01:18:52'),(94559,34430,'action complete via WP Cron','2021-02-12 09:18:52','2021-02-12 01:18:52'),(94560,34431,'action created','2021-02-12 09:18:53','2021-02-12 01:18:53'),(94561,34431,'action started via WP Cron','2021-02-12 09:20:55','2021-02-12 01:20:55'),(94562,34431,'action complete via WP Cron','2021-02-12 09:20:55','2021-02-12 01:20:55'),(94563,34432,'action created','2021-02-12 09:20:55','2021-02-12 01:20:55'),(94564,34432,'action started via WP Cron','2021-02-12 09:21:56','2021-02-12 01:21:56'),(94565,34432,'action complete via WP Cron','2021-02-12 09:21:56','2021-02-12 01:21:56'),(94566,34433,'action created','2021-02-12 09:21:56','2021-02-12 01:21:56'),(94567,34433,'action started via WP Cron','2021-02-12 09:22:59','2021-02-12 01:22:59'),(94568,34433,'action complete via WP Cron','2021-02-12 09:22:59','2021-02-12 01:22:59'),(94569,34434,'action created','2021-02-12 09:24:48','2021-02-12 01:24:48'),(94570,34434,'action started via WP Cron','2021-02-12 09:44:54','2021-02-12 01:44:54'),(94571,34434,'action complete via WP Cron','2021-02-12 09:44:54','2021-02-12 01:44:54'),(94572,34435,'action created','2021-02-12 09:44:54','2021-02-12 01:44:54'),(94573,34435,'action started via WP Cron','2021-02-12 09:46:00','2021-02-12 01:46:00'),(94574,34435,'action complete via WP Cron','2021-02-12 09:46:00','2021-02-12 01:46:00'),(94575,34436,'action created','2021-02-12 09:46:00','2021-02-12 01:46:00'),(94576,34436,'action started via WP Cron','2021-02-12 09:47:01','2021-02-12 01:47:01'),(94577,34436,'action complete via WP Cron','2021-02-12 09:47:01','2021-02-12 01:47:01'),(94578,34437,'action created','2021-02-12 09:47:01','2021-02-12 01:47:01'),(94579,34437,'action started via WP Cron','2021-02-12 09:49:03','2021-02-12 01:49:03'),(94580,34437,'action complete via WP Cron','2021-02-12 09:49:03','2021-02-12 01:49:03'),(94581,34438,'action created','2021-02-12 09:49:03','2021-02-12 01:49:03'),(94582,34438,'action started via WP Cron','2021-02-12 09:50:04','2021-02-12 01:50:04'),(94583,34438,'action complete via WP Cron','2021-02-12 09:50:04','2021-02-12 01:50:04'),(94584,34439,'action created','2021-02-12 09:50:04','2021-02-12 01:50:04'),(94585,34439,'action started via WP Cron','2021-02-12 09:51:05','2021-02-12 01:51:05'),(94586,34439,'action complete via WP Cron','2021-02-12 09:51:05','2021-02-12 01:51:05'),(94587,34440,'action created','2021-02-12 09:51:05','2021-02-12 01:51:05'),(94588,34440,'action started via WP Cron','2021-02-12 09:56:39','2021-02-12 01:56:39'),(94589,34440,'action complete via WP Cron','2021-02-12 09:56:39','2021-02-12 01:56:39'),(94590,34441,'action created','2021-02-12 09:56:39','2021-02-12 01:56:39'),(94591,34441,'action started via WP Cron','2021-02-12 09:56:50','2021-02-12 01:56:50'),(94592,34441,'action complete via WP Cron','2021-02-12 09:56:50','2021-02-12 01:56:50'),(94593,34442,'action created','2021-02-12 09:56:50','2021-02-12 01:56:50'),(94597,34442,'action started via WP Cron','2021-02-12 10:05:09','2021-02-12 02:05:09'),(94598,34442,'action complete via WP Cron','2021-02-12 10:05:09','2021-02-12 02:05:09'),(94599,34444,'action created','2021-02-12 10:05:09','2021-02-12 02:05:09'),(94600,34444,'action started via WP Cron','2021-02-12 10:09:44','2021-02-12 02:09:44'),(94601,34444,'action complete via WP Cron','2021-02-12 10:09:44','2021-02-12 02:09:44'),(94602,34445,'action created','2021-02-12 10:09:44','2021-02-12 02:09:44'),(94603,34445,'action started via WP Cron','2021-02-12 10:11:34','2021-02-12 02:11:34'),(94604,34445,'action complete via WP Cron','2021-02-12 10:11:34','2021-02-12 02:11:34'),(94605,34446,'action created','2021-02-12 10:11:34','2021-02-12 02:11:34'),(94606,34446,'action started via WP Cron','2021-02-12 10:12:42','2021-02-12 02:12:42'),(94607,34446,'action complete via WP Cron','2021-02-12 10:12:42','2021-02-12 02:12:42'),(94608,34447,'action created','2021-02-12 10:12:42','2021-02-12 02:12:42'),(94609,34447,'action started via WP Cron','2021-02-12 10:13:43','2021-02-12 02:13:43'),(94610,34447,'action complete via WP Cron','2021-02-12 10:13:43','2021-02-12 02:13:43'),(94611,34448,'action created','2021-02-12 10:13:43','2021-02-12 02:13:43'),(94612,34448,'action started via WP Cron','2021-02-12 10:15:45','2021-02-12 02:15:45'),(94613,34448,'action complete via WP Cron','2021-02-12 10:15:45','2021-02-12 02:15:45'),(94614,34449,'action created','2021-02-12 10:15:45','2021-02-12 02:15:45'),(94615,34449,'action started via WP Cron','2021-02-12 10:16:46','2021-02-12 02:16:46'),(94616,34449,'action complete via WP Cron','2021-02-12 10:16:46','2021-02-12 02:16:46'),(94617,34450,'action created','2021-02-12 10:16:46','2021-02-12 02:16:46'),(94618,34450,'action started via WP Cron','2021-02-12 10:17:47','2021-02-12 02:17:47'),(94619,34450,'action complete via WP Cron','2021-02-12 10:17:47','2021-02-12 02:17:47'),(94620,34451,'action created','2021-02-12 10:17:47','2021-02-12 02:17:47'),(94621,34451,'action started via WP Cron','2021-02-12 10:24:35','2021-02-12 02:24:35'),(94622,34451,'action complete via WP Cron','2021-02-12 10:24:35','2021-02-12 02:24:35'),(94623,34452,'action created','2021-02-12 10:24:35','2021-02-12 02:24:35'),(94624,34452,'action started via WP Cron','2021-02-12 10:25:38','2021-02-12 02:25:38'),(94625,34452,'action complete via WP Cron','2021-02-12 10:25:38','2021-02-12 02:25:38'),(94626,34453,'action created','2021-02-12 10:25:38','2021-02-12 02:25:38'),(94627,34453,'action started via WP Cron','2021-02-12 10:26:38','2021-02-12 02:26:38'),(94628,34453,'action complete via WP Cron','2021-02-12 10:26:38','2021-02-12 02:26:38'),(94629,34454,'action created','2021-02-12 10:26:39','2021-02-12 02:26:39'),(94630,34454,'action started via WP Cron','2021-02-12 10:27:40','2021-02-12 02:27:40'),(94631,34454,'action complete via WP Cron','2021-02-12 10:27:40','2021-02-12 02:27:40'),(94632,34455,'action created','2021-02-12 10:27:40','2021-02-12 02:27:40'),(94633,34455,'action started via WP Cron','2021-02-12 10:29:46','2021-02-12 02:29:46'),(94634,34455,'action complete via WP Cron','2021-02-12 10:29:46','2021-02-12 02:29:46'),(94635,34456,'action created','2021-02-12 10:29:46','2021-02-12 02:29:46'),(94636,34456,'action started via WP Cron','2021-02-12 10:30:50','2021-02-12 02:30:50'),(94637,34456,'action complete via WP Cron','2021-02-12 10:30:50','2021-02-12 02:30:50'),(94638,34457,'action created','2021-02-12 10:30:50','2021-02-12 02:30:50'),(94639,34457,'action started via WP Cron','2021-02-12 10:35:29','2021-02-12 02:35:29'),(94640,34457,'action complete via WP Cron','2021-02-12 10:35:29','2021-02-12 02:35:29'),(94641,34458,'action created','2021-02-12 10:35:29','2021-02-12 02:35:29'),(94642,34458,'action started via WP Cron','2021-02-12 10:41:35','2021-02-12 02:41:35'),(94643,34458,'action complete via WP Cron','2021-02-12 10:41:35','2021-02-12 02:41:35'),(94644,34459,'action created','2021-02-12 10:41:35','2021-02-12 02:41:35'),(94645,34459,'action started via WP Cron','2021-02-12 10:41:48','2021-02-12 02:41:48'),(94646,34459,'action complete via WP Cron','2021-02-12 10:41:48','2021-02-12 02:41:48'),(94647,34460,'action created','2021-02-12 10:41:48','2021-02-12 02:41:48'),(94648,34460,'action started via WP Cron','2021-02-12 10:42:48','2021-02-12 02:42:48'),(94649,34460,'action complete via WP Cron','2021-02-12 10:42:48','2021-02-12 02:42:48'),(94650,34461,'action created','2021-02-12 10:42:48','2021-02-12 02:42:48'),(94651,34461,'action started via WP Cron','2021-02-12 10:43:43','2021-02-12 02:43:43'),(94652,34461,'action complete via WP Cron','2021-02-12 10:43:43','2021-02-12 02:43:43'),(94653,34462,'action created','2021-02-12 10:43:43','2021-02-12 02:43:43'),(94654,34462,'action started via WP Cron','2021-02-12 10:44:41','2021-02-12 02:44:41'),(94655,34462,'action complete via WP Cron','2021-02-12 10:44:41','2021-02-12 02:44:41'),(94656,34463,'action created','2021-02-12 10:44:41','2021-02-12 02:44:41'),(94657,34463,'action started via WP Cron','2021-02-12 10:45:40','2021-02-12 02:45:40'),(94658,34463,'action complete via WP Cron','2021-02-12 10:45:40','2021-02-12 02:45:40'),(94659,34464,'action created','2021-02-12 10:45:40','2021-02-12 02:45:40'),(94660,34464,'action started via WP Cron','2021-02-12 10:46:48','2021-02-12 02:46:48'),(94661,34464,'action complete via WP Cron','2021-02-12 10:46:48','2021-02-12 02:46:48'),(94662,34465,'action created','2021-02-12 10:46:48','2021-02-12 02:46:48'),(94663,34465,'action started via WP Cron','2021-02-12 10:51:11','2021-02-12 02:51:11'),(94664,34465,'action complete via WP Cron','2021-02-12 10:51:11','2021-02-12 02:51:11'),(94665,34466,'action created','2021-02-12 10:51:11','2021-02-12 02:51:11'),(94666,34466,'action started via WP Cron','2021-02-12 10:52:05','2021-02-12 02:52:05'),(94667,34466,'action complete via WP Cron','2021-02-12 10:52:05','2021-02-12 02:52:05'),(94668,34467,'action created','2021-02-12 10:52:05','2021-02-12 02:52:05'),(94669,34467,'action started via WP Cron','2021-02-12 10:53:06','2021-02-12 02:53:06'),(94670,34467,'action complete via WP Cron','2021-02-12 10:53:06','2021-02-12 02:53:06'),(94671,34468,'action created','2021-02-12 10:53:06','2021-02-12 02:53:06'),(94672,34468,'action started via WP Cron','2021-02-12 10:55:08','2021-02-12 02:55:08'),(94673,34468,'action complete via WP Cron','2021-02-12 10:55:08','2021-02-12 02:55:08'),(94674,34469,'action created','2021-02-12 10:55:08','2021-02-12 02:55:08'),(94675,34469,'action started via WP Cron','2021-02-12 10:56:09','2021-02-12 02:56:09'),(94676,34469,'action complete via WP Cron','2021-02-12 10:56:09','2021-02-12 02:56:09'),(94677,34470,'action created','2021-02-12 10:56:09','2021-02-12 02:56:09'),(94678,34470,'action started via WP Cron','2021-02-12 10:57:10','2021-02-12 02:57:10'),(94679,34470,'action complete via WP Cron','2021-02-12 10:57:10','2021-02-12 02:57:10'),(94680,34471,'action created','2021-02-12 10:57:10','2021-02-12 02:57:10'),(94681,34471,'action started via WP Cron','2021-02-12 10:58:42','2021-02-12 02:58:42'),(94682,34471,'action complete via WP Cron','2021-02-12 10:58:42','2021-02-12 02:58:42'),(94683,34472,'action created','2021-02-12 10:58:42','2021-02-12 02:58:42'),(94684,34472,'action started via WP Cron','2021-02-12 11:00:20','2021-02-12 03:00:20'),(94685,34472,'action complete via WP Cron','2021-02-12 11:00:20','2021-02-12 03:00:20'),(94686,34473,'action created','2021-02-12 11:00:20','2021-02-12 03:00:20'),(94687,34473,'action started via WP Cron','2021-02-12 11:01:20','2021-02-12 03:01:20'),(94688,34473,'action complete via WP Cron','2021-02-12 11:01:20','2021-02-12 03:01:20'),(94689,34474,'action created','2021-02-12 11:01:20','2021-02-12 03:01:20'),(94690,34474,'action started via WP Cron','2021-02-12 11:03:41','2021-02-12 03:03:41'),(94691,34474,'action complete via WP Cron','2021-02-12 11:03:41','2021-02-12 03:03:41'),(94692,34475,'action created','2021-02-12 11:03:41','2021-02-12 03:03:41'),(94693,34475,'action started via WP Cron','2021-02-12 11:09:50','2021-02-12 03:09:50'),(94694,34475,'action complete via WP Cron','2021-02-12 11:09:50','2021-02-12 03:09:50'),(94695,34476,'action created','2021-02-12 11:09:50','2021-02-12 03:09:50'),(94696,34476,'action started via WP Cron','2021-02-12 11:16:16','2021-02-12 03:16:16'),(94697,34476,'action complete via WP Cron','2021-02-12 11:16:16','2021-02-12 03:16:16'),(94698,34477,'action created','2021-02-12 11:16:16','2021-02-12 03:16:16'),(94699,34477,'action started via WP Cron','2021-02-12 11:17:28','2021-02-12 03:17:28'),(94700,34477,'action complete via WP Cron','2021-02-12 11:17:28','2021-02-12 03:17:28'),(94701,34478,'action created','2021-02-12 11:17:28','2021-02-12 03:17:28'),(94702,34478,'action started via WP Cron','2021-02-12 11:18:47','2021-02-12 03:18:47'),(94703,34478,'action complete via WP Cron','2021-02-12 11:18:47','2021-02-12 03:18:47'),(94704,34479,'action created','2021-02-12 11:18:47','2021-02-12 03:18:47'),(94705,34479,'action started via WP Cron','2021-02-12 11:19:49','2021-02-12 03:19:49'),(94706,34479,'action complete via WP Cron','2021-02-12 11:19:49','2021-02-12 03:19:49'),(94707,34480,'action created','2021-02-12 11:19:49','2021-02-12 03:19:49'),(94708,34480,'action started via WP Cron','2021-02-12 11:20:50','2021-02-12 03:20:50'),(94709,34480,'action complete via WP Cron','2021-02-12 11:20:50','2021-02-12 03:20:50'),(94710,34481,'action created','2021-02-12 11:20:50','2021-02-12 03:20:50'),(94711,34481,'action started via WP Cron','2021-02-12 11:21:56','2021-02-12 03:21:56'),(94712,34481,'action complete via WP Cron','2021-02-12 11:21:56','2021-02-12 03:21:56'),(94713,34482,'action created','2021-02-12 11:21:56','2021-02-12 03:21:56'),(94714,34482,'action started via WP Cron','2021-02-12 11:22:52','2021-02-12 03:22:52'),(94715,34482,'action complete via WP Cron','2021-02-12 11:22:52','2021-02-12 03:22:52'),(94716,34483,'action created','2021-02-12 11:22:52','2021-02-12 03:22:52'),(94717,34483,'action started via WP Cron','2021-02-12 11:23:53','2021-02-12 03:23:53'),(94718,34483,'action complete via WP Cron','2021-02-12 11:23:53','2021-02-12 03:23:53'),(94719,34484,'action created','2021-02-12 11:23:53','2021-02-12 03:23:53'),(94720,34484,'action started via WP Cron','2021-02-12 11:25:47','2021-02-12 03:25:47'),(94721,34484,'action complete via WP Cron','2021-02-12 11:25:47','2021-02-12 03:25:47'),(94722,34485,'action created','2021-02-12 11:25:47','2021-02-12 03:25:47'),(94723,34485,'action started via WP Cron','2021-02-12 11:27:00','2021-02-12 03:27:00'),(94724,34485,'action complete via WP Cron','2021-02-12 11:27:00','2021-02-12 03:27:00'),(94725,34486,'action created','2021-02-12 11:27:00','2021-02-12 03:27:00'),(94726,34486,'action started via WP Cron','2021-02-12 11:28:00','2021-02-12 03:28:00'),(94727,34486,'action complete via WP Cron','2021-02-12 11:28:00','2021-02-12 03:28:00'),(94728,34487,'action created','2021-02-12 11:28:01','2021-02-12 03:28:01'),(94729,34487,'action started via WP Cron','2021-02-12 11:28:41','2021-02-12 03:28:41'),(94730,34487,'action complete via WP Cron','2021-02-12 11:28:41','2021-02-12 03:28:41'),(94731,34488,'action created','2021-02-12 11:28:41','2021-02-12 03:28:41'),(94732,34488,'action started via WP Cron','2021-02-12 11:29:50','2021-02-12 03:29:50'),(94733,34488,'action complete via WP Cron','2021-02-12 11:29:50','2021-02-12 03:29:50'),(94734,34489,'action created','2021-02-12 11:29:50','2021-02-12 03:29:50'),(94735,34489,'action started via WP Cron','2021-02-12 11:31:16','2021-02-12 03:31:16'),(94736,34489,'action complete via WP Cron','2021-02-12 11:31:16','2021-02-12 03:31:16'),(94737,34490,'action created','2021-02-12 11:31:16','2021-02-12 03:31:16'),(94738,34490,'action started via WP Cron','2021-02-12 11:31:45','2021-02-12 03:31:45'),(94739,34490,'action complete via WP Cron','2021-02-12 11:31:45','2021-02-12 03:31:45'),(94740,34491,'action created','2021-02-12 11:31:45','2021-02-12 03:31:45'),(94741,34491,'action started via WP Cron','2021-02-12 11:32:58','2021-02-12 03:32:58'),(94742,34491,'action complete via WP Cron','2021-02-12 11:32:58','2021-02-12 03:32:58'),(94743,34492,'action created','2021-02-12 11:32:58','2021-02-12 03:32:58'),(94744,34492,'action started via WP Cron','2021-02-12 11:33:54','2021-02-12 03:33:54'),(94745,34492,'action complete via WP Cron','2021-02-12 11:33:54','2021-02-12 03:33:54'),(94746,34493,'action created','2021-02-12 11:33:54','2021-02-12 03:33:54'),(94747,34493,'action started via WP Cron','2021-02-12 11:34:59','2021-02-12 03:34:59'),(94748,34493,'action complete via WP Cron','2021-02-12 11:34:59','2021-02-12 03:34:59'),(94749,34494,'action created','2021-02-12 11:34:59','2021-02-12 03:34:59'),(94750,34494,'action started via WP Cron','2021-02-12 11:35:54','2021-02-12 03:35:54'),(94751,34494,'action complete via WP Cron','2021-02-12 11:35:54','2021-02-12 03:35:54'),(94752,34495,'action created','2021-02-12 11:35:54','2021-02-12 03:35:54'),(94753,34495,'action started via WP Cron','2021-02-12 11:36:47','2021-02-12 03:36:47'),(94754,34495,'action complete via WP Cron','2021-02-12 11:36:47','2021-02-12 03:36:47'),(94755,34496,'action created','2021-02-12 11:36:47','2021-02-12 03:36:47'),(94756,34496,'action started via WP Cron','2021-02-12 11:37:42','2021-02-12 03:37:42'),(94757,34496,'action complete via WP Cron','2021-02-12 11:37:42','2021-02-12 03:37:42'),(94758,34497,'action created','2021-02-12 11:37:42','2021-02-12 03:37:42'),(94759,34497,'action started via WP Cron','2021-02-12 11:38:41','2021-02-12 03:38:41'),(94760,34497,'action complete via WP Cron','2021-02-12 11:38:41','2021-02-12 03:38:41'),(94761,34498,'action created','2021-02-12 11:38:41','2021-02-12 03:38:41'),(94762,34498,'action started via WP Cron','2021-02-12 11:39:45','2021-02-12 03:39:45'),(94763,34498,'action complete via WP Cron','2021-02-12 11:39:45','2021-02-12 03:39:45'),(94764,34499,'action created','2021-02-12 11:39:45','2021-02-12 03:39:45'),(94765,34499,'action started via WP Cron','2021-02-12 11:40:43','2021-02-12 03:40:43'),(94766,34499,'action complete via WP Cron','2021-02-12 11:40:43','2021-02-12 03:40:43'),(94767,34500,'action created','2021-02-12 11:40:43','2021-02-12 03:40:43'),(94768,34500,'action started via WP Cron','2021-02-12 11:41:48','2021-02-12 03:41:48'),(94769,34500,'action complete via WP Cron','2021-02-12 11:41:48','2021-02-12 03:41:48'),(94770,34501,'action created','2021-02-12 11:41:48','2021-02-12 03:41:48'),(94771,34501,'action started via WP Cron','2021-02-12 11:42:49','2021-02-12 03:42:49'),(94772,34501,'action complete via WP Cron','2021-02-12 11:42:49','2021-02-12 03:42:49'),(94773,34502,'action created','2021-02-12 11:42:49','2021-02-12 03:42:49'),(94774,34502,'action started via WP Cron','2021-02-12 11:43:59','2021-02-12 03:43:59'),(94775,34502,'action complete via WP Cron','2021-02-12 11:43:59','2021-02-12 03:43:59'),(94776,34503,'action created','2021-02-12 11:43:59','2021-02-12 03:43:59'),(94777,34503,'action started via WP Cron','2021-02-12 11:44:45','2021-02-12 03:44:45'),(94778,34503,'action complete via WP Cron','2021-02-12 11:44:45','2021-02-12 03:44:45'),(94779,34504,'action created','2021-02-12 11:44:45','2021-02-12 03:44:45'),(94780,34504,'action started via WP Cron','2021-02-12 11:45:57','2021-02-12 03:45:57'),(94781,34504,'action complete via WP Cron','2021-02-12 11:45:57','2021-02-12 03:45:57'),(94782,34505,'action created','2021-02-12 11:45:57','2021-02-12 03:45:57'),(94783,34505,'action started via WP Cron','2021-02-12 11:47:00','2021-02-12 03:47:00'),(94784,34505,'action complete via WP Cron','2021-02-12 11:47:00','2021-02-12 03:47:00'),(94785,34506,'action created','2021-02-12 11:47:00','2021-02-12 03:47:00'),(94786,34506,'action started via WP Cron','2021-02-12 11:47:55','2021-02-12 03:47:55'),(94787,34506,'action complete via WP Cron','2021-02-12 11:47:55','2021-02-12 03:47:55'),(94788,34507,'action created','2021-02-12 11:47:55','2021-02-12 03:47:55'),(94789,34507,'action started via WP Cron','2021-02-12 11:49:02','2021-02-12 03:49:02'),(94790,34507,'action complete via WP Cron','2021-02-12 11:49:02','2021-02-12 03:49:02'),(94791,34508,'action created','2021-02-12 11:49:02','2021-02-12 03:49:02'),(94792,34508,'action started via WP Cron','2021-02-12 11:49:57','2021-02-12 03:49:57'),(94793,34508,'action complete via WP Cron','2021-02-12 11:49:57','2021-02-12 03:49:57'),(94794,34509,'action created','2021-02-12 11:49:57','2021-02-12 03:49:57'),(94795,34509,'action started via WP Cron','2021-02-12 11:50:44','2021-02-12 03:50:44'),(94796,34509,'action complete via WP Cron','2021-02-12 11:50:44','2021-02-12 03:50:44'),(94797,34510,'action created','2021-02-12 11:50:44','2021-02-12 03:50:44'),(94798,34510,'action started via WP Cron','2021-02-12 11:52:17','2021-02-12 03:52:17'),(94799,34510,'action complete via WP Cron','2021-02-12 11:52:17','2021-02-12 03:52:17'),(94800,34511,'action created','2021-02-12 11:52:17','2021-02-12 03:52:17'),(94801,34511,'action started via WP Cron','2021-02-12 11:52:56','2021-02-12 03:52:56'),(94802,34511,'action complete via WP Cron','2021-02-12 11:52:56','2021-02-12 03:52:56'),(94803,34512,'action created','2021-02-12 11:52:56','2021-02-12 03:52:56'),(94804,34512,'action started via WP Cron','2021-02-12 11:54:05','2021-02-12 03:54:05'),(94805,34512,'action complete via WP Cron','2021-02-12 11:54:05','2021-02-12 03:54:05'),(94806,34513,'action created','2021-02-12 11:54:05','2021-02-12 03:54:05'),(94807,34513,'action started via WP Cron','2021-02-12 11:54:46','2021-02-12 03:54:46'),(94808,34513,'action complete via WP Cron','2021-02-12 11:54:46','2021-02-12 03:54:46'),(94809,34514,'action created','2021-02-12 11:54:46','2021-02-12 03:54:46'),(94810,34514,'action started via WP Cron','2021-02-12 11:56:02','2021-02-12 03:56:02'),(94811,34514,'action complete via WP Cron','2021-02-12 11:56:02','2021-02-12 03:56:02'),(94812,34515,'action created','2021-02-12 11:56:03','2021-02-12 03:56:03'),(94813,34515,'action started via WP Cron','2021-02-12 11:57:03','2021-02-12 03:57:03'),(94814,34515,'action complete via WP Cron','2021-02-12 11:57:03','2021-02-12 03:57:03'),(94815,34516,'action created','2021-02-12 11:57:03','2021-02-12 03:57:03'),(94816,34516,'action started via WP Cron','2021-02-12 11:57:54','2021-02-12 03:57:54'),(94817,34516,'action complete via WP Cron','2021-02-12 11:57:54','2021-02-12 03:57:54'),(94818,34517,'action created','2021-02-12 11:57:54','2021-02-12 03:57:54'),(94819,34517,'action started via WP Cron','2021-02-12 11:59:08','2021-02-12 03:59:08'),(94820,34517,'action complete via WP Cron','2021-02-12 11:59:08','2021-02-12 03:59:08'),(94821,34518,'action created','2021-02-12 11:59:08','2021-02-12 03:59:08'),(94822,34518,'action started via WP Cron','2021-02-12 11:59:58','2021-02-12 03:59:58'),(94823,34518,'action complete via WP Cron','2021-02-12 11:59:58','2021-02-12 03:59:58'),(94824,34519,'action created','2021-02-12 11:59:58','2021-02-12 03:59:58'),(94825,34519,'action started via WP Cron','2021-02-12 12:02:14','2021-02-12 04:02:14'),(94826,34519,'action complete via WP Cron','2021-02-12 12:02:14','2021-02-12 04:02:14'),(94827,34520,'action created','2021-02-12 12:02:14','2021-02-12 04:02:14'),(94828,34520,'action started via WP Cron','2021-02-12 12:03:14','2021-02-12 04:03:14'),(94829,34520,'action complete via WP Cron','2021-02-12 12:03:14','2021-02-12 04:03:14'),(94830,34521,'action created','2021-02-12 12:03:14','2021-02-12 04:03:14'),(94831,34521,'action started via WP Cron','2021-02-12 12:08:14','2021-02-12 04:08:14'),(94832,34521,'action complete via WP Cron','2021-02-12 12:08:14','2021-02-12 04:08:14'),(94833,34522,'action created','2021-02-12 12:08:14','2021-02-12 04:08:14'),(94834,34522,'action started via WP Cron','2021-02-12 12:08:46','2021-02-12 04:08:46'),(94835,34522,'action complete via WP Cron','2021-02-12 12:08:46','2021-02-12 04:08:46'),(94836,34523,'action created','2021-02-12 12:08:46','2021-02-12 04:08:46'),(94837,34523,'action started via WP Cron','2021-02-12 12:09:52','2021-02-12 04:09:52'),(94838,34523,'action complete via WP Cron','2021-02-12 12:09:52','2021-02-12 04:09:52'),(94839,34524,'action created','2021-02-12 12:09:52','2021-02-12 04:09:52'),(94840,34524,'action started via WP Cron','2021-02-12 12:10:53','2021-02-12 04:10:53'),(94841,34524,'action complete via WP Cron','2021-02-12 12:10:53','2021-02-12 04:10:53'),(94842,34525,'action created','2021-02-12 12:10:53','2021-02-12 04:10:53'),(94843,34525,'action started via WP Cron','2021-02-12 12:14:55','2021-02-12 04:14:55'),(94844,34525,'action complete via WP Cron','2021-02-12 12:14:55','2021-02-12 04:14:55'),(94845,34526,'action created','2021-02-12 12:14:56','2021-02-12 04:14:56'),(94846,34526,'action started via WP Cron','2021-02-12 12:15:47','2021-02-12 04:15:47'),(94847,34526,'action complete via WP Cron','2021-02-12 12:15:47','2021-02-12 04:15:47'),(94848,34527,'action created','2021-02-12 12:15:47','2021-02-12 04:15:47'),(94849,34527,'action started via WP Cron','2021-02-12 12:17:33','2021-02-12 04:17:33'),(94850,34527,'action complete via WP Cron','2021-02-12 12:17:33','2021-02-12 04:17:33'),(94851,34528,'action created','2021-02-12 12:17:33','2021-02-12 04:17:33'),(94852,34528,'action started via WP Cron','2021-02-12 12:25:22','2021-02-12 04:25:22'),(94853,34528,'action complete via WP Cron','2021-02-12 12:25:22','2021-02-12 04:25:22'),(94854,34529,'action created','2021-02-12 12:25:22','2021-02-12 04:25:22'),(94855,34529,'action started via WP Cron','2021-02-12 12:40:20','2021-02-12 04:40:20'),(94856,34529,'action complete via WP Cron','2021-02-12 12:40:20','2021-02-12 04:40:20'),(94857,34530,'action created','2021-02-12 12:40:20','2021-02-12 04:40:20'),(94858,34530,'action started via WP Cron','2021-02-12 12:41:22','2021-02-12 04:41:22'),(94859,34530,'action complete via WP Cron','2021-02-12 12:41:22','2021-02-12 04:41:22'),(94860,34531,'action created','2021-02-12 12:41:22','2021-02-12 04:41:22'),(94861,34531,'action started via WP Cron','2021-02-12 12:42:23','2021-02-12 04:42:23'),(94862,34531,'action complete via WP Cron','2021-02-12 12:42:23','2021-02-12 04:42:23'),(94863,34532,'action created','2021-02-12 12:42:23','2021-02-12 04:42:23'),(94864,34532,'action started via WP Cron','2021-02-12 12:44:26','2021-02-12 04:44:26'),(94865,34532,'action complete via WP Cron','2021-02-12 12:44:26','2021-02-12 04:44:26'),(94866,34533,'action created','2021-02-12 12:44:26','2021-02-12 04:44:26'),(94867,34533,'action started via WP Cron','2021-02-12 12:45:29','2021-02-12 04:45:29'),(94868,34533,'action complete via WP Cron','2021-02-12 12:45:29','2021-02-12 04:45:29'),(94869,34534,'action created','2021-02-12 12:45:29','2021-02-12 04:45:29'),(94870,34534,'action started via WP Cron','2021-02-12 12:45:49','2021-02-12 04:45:49'),(94871,34534,'action complete via WP Cron','2021-02-12 12:45:49','2021-02-12 04:45:49'),(94872,34535,'action created','2021-02-12 12:45:49','2021-02-12 04:45:49'),(94873,34535,'action started via WP Cron','2021-02-12 12:49:25','2021-02-12 04:49:25'),(94874,34535,'action complete via WP Cron','2021-02-12 12:49:25','2021-02-12 04:49:25'),(94875,34536,'action created','2021-02-12 12:49:25','2021-02-12 04:49:25'),(94876,34536,'action started via WP Cron','2021-02-12 12:51:06','2021-02-12 04:51:06'),(94877,34536,'action complete via WP Cron','2021-02-12 12:51:06','2021-02-12 04:51:06'),(94878,34537,'action created','2021-02-12 12:51:06','2021-02-12 04:51:06'),(94879,34537,'action started via WP Cron','2021-02-12 12:52:04','2021-02-12 04:52:04'),(94880,34537,'action complete via WP Cron','2021-02-12 12:52:04','2021-02-12 04:52:04'),(94881,34538,'action created','2021-02-12 12:52:04','2021-02-12 04:52:04'),(94882,34538,'action started via WP Cron','2021-02-12 12:53:05','2021-02-12 04:53:05'),(94883,34538,'action complete via WP Cron','2021-02-12 12:53:05','2021-02-12 04:53:05'),(94884,34539,'action created','2021-02-12 12:53:05','2021-02-12 04:53:05'),(94885,34539,'action started via WP Cron','2021-02-12 12:55:27','2021-02-12 04:55:27'),(94886,34539,'action complete via WP Cron','2021-02-12 12:55:27','2021-02-12 04:55:27'),(94887,34540,'action created','2021-02-12 12:55:27','2021-02-12 04:55:27'),(94888,34540,'action started via WP Cron','2021-02-12 12:59:39','2021-02-12 04:59:39'),(94889,34540,'action complete via WP Cron','2021-02-12 12:59:39','2021-02-12 04:59:39'),(94890,34541,'action created','2021-02-12 12:59:39','2021-02-12 04:59:39'),(94891,34541,'action started via WP Cron','2021-02-12 13:04:07','2021-02-12 05:04:07'),(94892,34541,'action complete via WP Cron','2021-02-12 13:04:07','2021-02-12 05:04:07'),(94893,34542,'action created','2021-02-12 13:04:07','2021-02-12 05:04:07'),(94894,34542,'action started via WP Cron','2021-02-12 13:05:18','2021-02-12 05:05:18'),(94895,34542,'action complete via WP Cron','2021-02-12 13:05:18','2021-02-12 05:05:18'),(94896,34543,'action created','2021-02-12 13:05:18','2021-02-12 05:05:18'),(94897,34543,'action started via WP Cron','2021-02-12 13:06:18','2021-02-12 05:06:18'),(94898,34543,'action complete via WP Cron','2021-02-12 13:06:18','2021-02-12 05:06:18'),(94899,34544,'action created','2021-02-12 13:06:19','2021-02-12 05:06:19'),(94900,34544,'action started via WP Cron','2021-02-12 13:07:20','2021-02-12 05:07:20'),(94901,34544,'action complete via WP Cron','2021-02-12 13:07:20','2021-02-12 05:07:20'),(94902,34545,'action created','2021-02-12 13:07:21','2021-02-12 05:07:21'),(94903,34545,'action started via WP Cron','2021-02-12 13:07:41','2021-02-12 05:07:41'),(94904,34545,'action complete via WP Cron','2021-02-12 13:07:41','2021-02-12 05:07:41'),(94905,34546,'action created','2021-02-12 13:07:41','2021-02-12 05:07:41'),(94906,34546,'action started via WP Cron','2021-02-12 13:08:41','2021-02-12 05:08:41'),(94907,34546,'action complete via WP Cron','2021-02-12 13:08:41','2021-02-12 05:08:41'),(94908,34547,'action created','2021-02-12 13:08:41','2021-02-12 05:08:41'),(94909,34547,'action started via WP Cron','2021-02-12 13:09:42','2021-02-12 05:09:42'),(94910,34547,'action complete via WP Cron','2021-02-12 13:09:42','2021-02-12 05:09:42'),(94911,34548,'action created','2021-02-12 13:09:42','2021-02-12 05:09:42'),(94912,34548,'action started via WP Cron','2021-02-12 13:11:18','2021-02-12 05:11:18'),(94913,34548,'action complete via WP Cron','2021-02-12 13:11:18','2021-02-12 05:11:18'),(94914,34549,'action created','2021-02-12 13:11:18','2021-02-12 05:11:18'),(94915,34549,'action started via WP Cron','2021-02-12 13:11:56','2021-02-12 05:11:56'),(94916,34549,'action complete via WP Cron','2021-02-12 13:11:56','2021-02-12 05:11:56'),(94917,34550,'action created','2021-02-12 13:11:56','2021-02-12 05:11:56'),(94918,34550,'action started via WP Cron','2021-02-12 13:19:19','2021-02-12 05:19:19'),(94919,34550,'action complete via WP Cron','2021-02-12 13:19:19','2021-02-12 05:19:19'),(94920,34551,'action created','2021-02-12 13:19:19','2021-02-12 05:19:19'),(94921,34551,'action started via WP Cron','2021-02-12 13:19:41','2021-02-12 05:19:41'),(94922,34551,'action complete via WP Cron','2021-02-12 13:19:41','2021-02-12 05:19:41'),(94923,34552,'action created','2021-02-12 13:19:41','2021-02-12 05:19:41'),(94924,34552,'action started via WP Cron','2021-02-12 13:20:57','2021-02-12 05:20:57'),(94925,34552,'action complete via WP Cron','2021-02-12 13:20:57','2021-02-12 05:20:57'),(94926,34553,'action created','2021-02-12 13:20:57','2021-02-12 05:20:57'),(94927,34553,'action started via WP Cron','2021-02-12 13:22:56','2021-02-12 05:22:56'),(94928,34553,'action complete via WP Cron','2021-02-12 13:22:56','2021-02-12 05:22:56'),(94929,34554,'action created','2021-02-12 13:22:57','2021-02-12 05:22:57'),(94930,34554,'action started via WP Cron','2021-02-12 13:34:22','2021-02-12 05:34:22'),(94931,34554,'action complete via WP Cron','2021-02-12 13:34:22','2021-02-12 05:34:22'),(94932,34555,'action created','2021-02-12 13:34:22','2021-02-12 05:34:22'),(94933,34555,'action started via WP Cron','2021-02-12 13:38:29','2021-02-12 05:38:29'),(94934,34555,'action complete via WP Cron','2021-02-12 13:38:29','2021-02-12 05:38:29'),(94935,34556,'action created','2021-02-12 13:38:29','2021-02-12 05:38:29'),(94936,34556,'action started via WP Cron','2021-02-12 13:41:05','2021-02-12 05:41:05'),(94937,34556,'action complete via WP Cron','2021-02-12 13:41:05','2021-02-12 05:41:05'),(94938,34557,'action created','2021-02-12 13:41:05','2021-02-12 05:41:05'),(94939,34557,'action started via WP Cron','2021-02-12 13:44:13','2021-02-12 05:44:13'),(94940,34557,'action complete via WP Cron','2021-02-12 13:44:13','2021-02-12 05:44:13'),(94941,34558,'action created','2021-02-12 13:44:14','2021-02-12 05:44:14'),(94942,34558,'action started via WP Cron','2021-02-12 13:45:21','2021-02-12 05:45:21'),(94943,34558,'action complete via WP Cron','2021-02-12 13:45:21','2021-02-12 05:45:21'),(94944,34559,'action created','2021-02-12 13:45:21','2021-02-12 05:45:21'),(94945,34559,'action started via WP Cron','2021-02-12 13:46:22','2021-02-12 05:46:22'),(94946,34559,'action complete via WP Cron','2021-02-12 13:46:22','2021-02-12 05:46:22'),(94947,34560,'action created','2021-02-12 13:46:22','2021-02-12 05:46:22'),(94948,34560,'action started via WP Cron','2021-02-12 13:48:24','2021-02-12 05:48:24'),(94949,34560,'action complete via WP Cron','2021-02-12 13:48:24','2021-02-12 05:48:24'),(94950,34561,'action created','2021-02-12 13:48:24','2021-02-12 05:48:24'),(94951,34561,'action started via WP Cron','2021-02-12 13:49:25','2021-02-12 05:49:25'),(94952,34561,'action complete via WP Cron','2021-02-12 13:49:25','2021-02-12 05:49:25'),(94953,34562,'action created','2021-02-12 13:49:25','2021-02-12 05:49:25'),(94954,34562,'action started via WP Cron','2021-02-12 13:50:26','2021-02-12 05:50:26'),(94955,34562,'action complete via WP Cron','2021-02-12 13:50:26','2021-02-12 05:50:26'),(94956,34563,'action created','2021-02-12 13:50:26','2021-02-12 05:50:26'),(94957,34563,'action started via WP Cron','2021-02-12 13:53:46','2021-02-12 05:53:46'),(94958,34563,'action complete via WP Cron','2021-02-12 13:53:46','2021-02-12 05:53:46'),(94959,34564,'action created','2021-02-12 13:53:46','2021-02-12 05:53:46'),(94960,34564,'action started via WP Cron','2021-02-12 13:54:41','2021-02-12 05:54:41'),(94961,34564,'action complete via WP Cron','2021-02-12 13:54:41','2021-02-12 05:54:41'),(94962,34565,'action created','2021-02-12 13:54:41','2021-02-12 05:54:41'),(94963,34565,'action started via WP Cron','2021-02-12 13:55:50','2021-02-12 05:55:50'),(94964,34565,'action complete via WP Cron','2021-02-12 13:55:50','2021-02-12 05:55:50'),(94965,34566,'action created','2021-02-12 13:55:50','2021-02-12 05:55:50'),(94966,34566,'action started via WP Cron','2021-02-12 13:56:43','2021-02-12 05:56:43'),(94967,34566,'action complete via WP Cron','2021-02-12 13:56:43','2021-02-12 05:56:43'),(94968,34567,'action created','2021-02-12 13:56:43','2021-02-12 05:56:43'),(94969,34567,'action started via WP Cron','2021-02-12 13:57:41','2021-02-12 05:57:41'),(94970,34567,'action complete via WP Cron','2021-02-12 13:57:41','2021-02-12 05:57:41'),(94971,34568,'action created','2021-02-12 13:57:41','2021-02-12 05:57:41'),(94972,34568,'action started via WP Cron','2021-02-12 13:58:47','2021-02-12 05:58:47'),(94973,34568,'action complete via WP Cron','2021-02-12 13:58:47','2021-02-12 05:58:47'),(94974,34569,'action created','2021-02-12 13:58:47','2021-02-12 05:58:47'),(94975,34569,'action started via WP Cron','2021-02-12 13:59:47','2021-02-12 05:59:47'),(94976,34569,'action complete via WP Cron','2021-02-12 13:59:47','2021-02-12 05:59:47'),(94977,34570,'action created','2021-02-12 13:59:47','2021-02-12 05:59:47'),(94978,34570,'action started via WP Cron','2021-02-12 14:00:54','2021-02-12 06:00:54'),(94979,34570,'action complete via WP Cron','2021-02-12 14:00:54','2021-02-12 06:00:54'),(94980,34571,'action created','2021-02-12 14:00:54','2021-02-12 06:00:54'),(94981,34571,'action started via WP Cron','2021-02-12 14:01:53','2021-02-12 06:01:53'),(94982,34571,'action complete via WP Cron','2021-02-12 14:01:53','2021-02-12 06:01:53'),(94983,34572,'action created','2021-02-12 14:01:53','2021-02-12 06:01:53'),(94984,34572,'action started via WP Cron','2021-02-12 14:03:09','2021-02-12 06:03:09'),(94985,34572,'action complete via WP Cron','2021-02-12 14:03:09','2021-02-12 06:03:09'),(94986,34573,'action created','2021-02-12 14:03:09','2021-02-12 06:03:09'),(94987,34573,'action started via WP Cron','2021-02-12 14:03:42','2021-02-12 06:03:42'),(94988,34573,'action complete via WP Cron','2021-02-12 14:03:42','2021-02-12 06:03:42'),(94989,34574,'action created','2021-02-12 14:03:42','2021-02-12 06:03:42'),(94990,34574,'action started via WP Cron','2021-02-12 14:04:57','2021-02-12 06:04:57'),(94991,34574,'action complete via WP Cron','2021-02-12 14:04:57','2021-02-12 06:04:57'),(94992,34575,'action created','2021-02-12 14:04:57','2021-02-12 06:04:57'),(94993,34575,'action started via WP Cron','2021-02-12 14:05:54','2021-02-12 06:05:54'),(94994,34575,'action complete via WP Cron','2021-02-12 14:05:54','2021-02-12 06:05:54'),(94995,34576,'action created','2021-02-12 14:05:54','2021-02-12 06:05:54'),(94996,34576,'action started via WP Cron','2021-02-12 14:06:48','2021-02-12 06:06:48'),(94997,34576,'action complete via WP Cron','2021-02-12 14:06:48','2021-02-12 06:06:48'),(94998,34577,'action created','2021-02-12 14:06:48','2021-02-12 06:06:48'),(94999,34577,'action started via WP Cron','2021-02-12 14:07:46','2021-02-12 06:07:46'),(95000,34577,'action complete via WP Cron','2021-02-12 14:07:46','2021-02-12 06:07:46'),(95001,34578,'action created','2021-02-12 14:07:46','2021-02-12 06:07:46'),(95002,34578,'action started via WP Cron','2021-02-12 14:08:42','2021-02-12 06:08:42'),(95003,34578,'action complete via WP Cron','2021-02-12 14:08:42','2021-02-12 06:08:42'),(95004,34579,'action created','2021-02-12 14:08:42','2021-02-12 06:08:42'),(95005,34579,'action started via WP Cron','2021-02-12 14:09:42','2021-02-12 06:09:42'),(95006,34579,'action complete via WP Cron','2021-02-12 14:09:42','2021-02-12 06:09:42'),(95007,34580,'action created','2021-02-12 14:09:42','2021-02-12 06:09:42'),(95008,34580,'action started via WP Cron','2021-02-12 14:10:42','2021-02-12 06:10:42'),(95009,34580,'action complete via WP Cron','2021-02-12 14:10:42','2021-02-12 06:10:42'),(95010,34581,'action created','2021-02-12 14:10:42','2021-02-12 06:10:42'),(95011,34581,'action started via WP Cron','2021-02-12 14:11:41','2021-02-12 06:11:41'),(95012,34581,'action complete via WP Cron','2021-02-12 14:11:41','2021-02-12 06:11:41'),(95013,34582,'action created','2021-02-12 14:11:42','2021-02-12 06:11:42'),(95014,34582,'action started via WP Cron','2021-02-12 14:12:44','2021-02-12 06:12:44'),(95015,34582,'action complete via WP Cron','2021-02-12 14:12:44','2021-02-12 06:12:44'),(95016,34583,'action created','2021-02-12 14:12:44','2021-02-12 06:12:44'),(95017,34583,'action started via WP Cron','2021-02-12 14:13:47','2021-02-12 06:13:47'),(95018,34583,'action complete via WP Cron','2021-02-12 14:13:47','2021-02-12 06:13:47'),(95019,34584,'action created','2021-02-12 14:13:47','2021-02-12 06:13:47'),(95020,34584,'action started via WP Cron','2021-02-12 14:14:44','2021-02-12 06:14:44'),(95021,34584,'action complete via WP Cron','2021-02-12 14:14:44','2021-02-12 06:14:44'),(95022,34585,'action created','2021-02-12 14:14:44','2021-02-12 06:14:44'),(95023,34585,'action started via WP Cron','2021-02-12 14:15:45','2021-02-12 06:15:45'),(95024,34585,'action complete via WP Cron','2021-02-12 14:15:45','2021-02-12 06:15:45'),(95025,34586,'action created','2021-02-12 14:15:45','2021-02-12 06:15:45'),(95026,34586,'action started via WP Cron','2021-02-12 14:17:04','2021-02-12 06:17:04'),(95027,34586,'action complete via WP Cron','2021-02-12 14:17:04','2021-02-12 06:17:04'),(95028,34587,'action created','2021-02-12 14:17:04','2021-02-12 06:17:04'),(95029,34587,'action started via WP Cron','2021-02-12 14:17:53','2021-02-12 06:17:53'),(95030,34587,'action complete via WP Cron','2021-02-12 14:17:53','2021-02-12 06:17:53'),(95031,34588,'action created','2021-02-12 14:18:10','2021-02-12 06:18:10'),(95032,34588,'action started via WP Cron','2021-02-12 14:19:01','2021-02-12 06:19:01'),(95033,34588,'action complete via WP Cron','2021-02-12 14:19:01','2021-02-12 06:19:01'),(95034,34589,'action created','2021-02-12 14:19:01','2021-02-12 06:19:01'),(95035,34589,'action started via WP Cron','2021-02-12 14:19:56','2021-02-12 06:19:56'),(95036,34589,'action complete via WP Cron','2021-02-12 14:19:56','2021-02-12 06:19:56'),(95037,34590,'action created','2021-02-12 14:19:56','2021-02-12 06:19:56'),(95038,34590,'action started via WP Cron','2021-02-12 14:20:44','2021-02-12 06:20:44'),(95039,34590,'action complete via WP Cron','2021-02-12 14:20:44','2021-02-12 06:20:44'),(95040,34591,'action created','2021-02-12 14:20:44','2021-02-12 06:20:44'),(95041,34591,'action started via WP Cron','2021-02-12 14:21:46','2021-02-12 06:21:46'),(95042,34591,'action complete via WP Cron','2021-02-12 14:21:46','2021-02-12 06:21:46'),(95043,34592,'action created','2021-02-12 14:21:47','2021-02-12 06:21:47'),(95044,34592,'action started via WP Cron','2021-02-12 14:22:52','2021-02-12 06:22:52'),(95045,34592,'action complete via WP Cron','2021-02-12 14:22:52','2021-02-12 06:22:52'),(95046,34593,'action created','2021-02-12 14:22:52','2021-02-12 06:22:52'),(95047,34593,'action started via WP Cron','2021-02-12 14:23:56','2021-02-12 06:23:56'),(95048,34593,'action complete via WP Cron','2021-02-12 14:23:56','2021-02-12 06:23:56'),(95049,34594,'action created','2021-02-12 14:23:56','2021-02-12 06:23:56'),(95050,34594,'action started via WP Cron','2021-02-12 14:25:11','2021-02-12 06:25:11'),(95051,34594,'action complete via WP Cron','2021-02-12 14:25:11','2021-02-12 06:25:11'),(95052,34595,'action created','2021-02-12 14:25:11','2021-02-12 06:25:11'),(95053,34595,'action started via WP Cron','2021-02-12 14:26:02','2021-02-12 06:26:02'),(95054,34595,'action complete via WP Cron','2021-02-12 14:26:02','2021-02-12 06:26:02'),(95055,34596,'action created','2021-02-12 14:26:02','2021-02-12 06:26:02'),(95056,34596,'action started via WP Cron','2021-02-12 14:26:49','2021-02-12 06:26:49'),(95057,34596,'action complete via WP Cron','2021-02-12 14:26:49','2021-02-12 06:26:49'),(95058,34597,'action created','2021-02-12 14:26:49','2021-02-12 06:26:49'),(95059,34597,'action started via WP Cron','2021-02-12 14:28:05','2021-02-12 06:28:05'),(95060,34597,'action complete via WP Cron','2021-02-12 14:28:05','2021-02-12 06:28:05'),(95061,34598,'action created','2021-02-12 14:28:05','2021-02-12 06:28:05'),(95062,34598,'action started via WP Cron','2021-02-12 14:29:07','2021-02-12 06:29:07'),(95063,34598,'action complete via WP Cron','2021-02-12 14:29:07','2021-02-12 06:29:07'),(95064,34599,'action created','2021-02-12 14:29:07','2021-02-12 06:29:07'),(95065,34599,'action started via WP Cron','2021-02-12 14:30:28','2021-02-12 06:30:28'),(95066,34599,'action complete via WP Cron','2021-02-12 14:30:28','2021-02-12 06:30:28'),(95067,34600,'action created','2021-02-12 14:30:28','2021-02-12 06:30:28'),(95068,34600,'action started via WP Cron','2021-02-12 14:30:55','2021-02-12 06:30:55'),(95069,34600,'action complete via WP Cron','2021-02-12 14:30:55','2021-02-12 06:30:55'),(95070,34601,'action created','2021-02-12 14:30:55','2021-02-12 06:30:55'),(95071,34601,'action started via WP Cron','2021-02-12 14:32:04','2021-02-12 06:32:04'),(95072,34601,'action complete via WP Cron','2021-02-12 14:32:04','2021-02-12 06:32:04'),(95073,34602,'action created','2021-02-12 14:32:04','2021-02-12 06:32:04'),(95074,34602,'action started via WP Cron','2021-02-12 14:32:41','2021-02-12 06:32:41'),(95075,34602,'action complete via WP Cron','2021-02-12 14:32:41','2021-02-12 06:32:41'),(95076,34603,'action created','2021-02-12 14:32:41','2021-02-12 06:32:41'),(95077,34603,'action started via WP Cron','2021-02-12 14:34:12','2021-02-12 06:34:12'),(95078,34603,'action complete via WP Cron','2021-02-12 14:34:12','2021-02-12 06:34:12'),(95079,34604,'action created','2021-02-12 14:34:12','2021-02-12 06:34:12'),(95080,34604,'action started via WP Cron','2021-02-12 14:35:08','2021-02-12 06:35:08'),(95081,34604,'action complete via WP Cron','2021-02-12 14:35:08','2021-02-12 06:35:08'),(95082,34605,'action created','2021-02-12 14:35:08','2021-02-12 06:35:08'),(95083,34605,'action started via WP Cron','2021-02-12 14:39:37','2021-02-12 06:39:37'),(95084,34605,'action complete via WP Cron','2021-02-12 14:39:37','2021-02-12 06:39:37'),(95085,34606,'action created','2021-02-12 14:39:38','2021-02-12 06:39:38'),(95086,34606,'action started via WP Cron','2021-02-12 14:46:54','2021-02-12 06:46:54'),(95087,34606,'action complete via WP Cron','2021-02-12 14:46:54','2021-02-12 06:46:54'),(95088,34607,'action created','2021-02-12 14:46:54','2021-02-12 06:46:54'),(95089,34607,'action started via WP Cron','2021-02-12 14:51:26','2021-02-12 06:51:26'),(95090,34607,'action complete via WP Cron','2021-02-12 14:51:26','2021-02-12 06:51:26'),(95091,34608,'action created','2021-02-12 14:51:26','2021-02-12 06:51:26'),(95092,34608,'action started via WP Cron','2021-02-12 14:52:27','2021-02-12 06:52:27'),(95093,34608,'action complete via WP Cron','2021-02-12 14:52:27','2021-02-12 06:52:27'),(95094,34609,'action created','2021-02-12 14:52:27','2021-02-12 06:52:27'),(95095,34609,'action started via WP Cron','2021-02-12 14:53:28','2021-02-12 06:53:28'),(95096,34609,'action complete via WP Cron','2021-02-12 14:53:28','2021-02-12 06:53:28'),(95097,34610,'action created','2021-02-12 14:53:28','2021-02-12 06:53:28'),(95098,34610,'action started via WP Cron','2021-02-12 14:54:05','2021-02-12 06:54:05'),(95099,34610,'action complete via WP Cron','2021-02-12 14:54:05','2021-02-12 06:54:05'),(95100,34611,'action created','2021-02-12 14:54:05','2021-02-12 06:54:05'),(95101,34611,'action started via WP Cron','2021-02-12 14:55:31','2021-02-12 06:55:31'),(95102,34611,'action complete via WP Cron','2021-02-12 14:55:31','2021-02-12 06:55:31'),(95103,34612,'action created','2021-02-12 14:55:31','2021-02-12 06:55:31'),(95104,34612,'action started via WP Cron','2021-02-12 14:56:13','2021-02-12 06:56:13'),(95105,34612,'action complete via WP Cron','2021-02-12 14:56:13','2021-02-12 06:56:13'),(95106,34613,'action created','2021-02-12 14:56:13','2021-02-12 06:56:13'),(95107,34613,'action started via WP Cron','2021-02-12 14:57:07','2021-02-12 06:57:07'),(95108,34613,'action complete via WP Cron','2021-02-12 14:57:07','2021-02-12 06:57:07'),(95109,34614,'action created','2021-02-12 14:57:07','2021-02-12 06:57:07'),(95110,34614,'action started via WP Cron','2021-02-12 14:58:08','2021-02-12 06:58:08'),(95111,34614,'action complete via WP Cron','2021-02-12 14:58:08','2021-02-12 06:58:08'),(95112,34615,'action created','2021-02-12 14:58:08','2021-02-12 06:58:08'),(95113,34615,'action started via WP Cron','2021-02-12 15:02:32','2021-02-12 07:02:32'),(95114,34615,'action complete via WP Cron','2021-02-12 15:02:32','2021-02-12 07:02:32'),(95115,34616,'action created','2021-02-12 15:02:32','2021-02-12 07:02:32'),(95116,34616,'action started via WP Cron','2021-02-12 15:02:44','2021-02-12 07:02:44'),(95117,34616,'action complete via WP Cron','2021-02-12 15:02:44','2021-02-12 07:02:44'),(95118,34617,'action created','2021-02-12 15:02:44','2021-02-12 07:02:44'),(95119,34617,'action started via WP Cron','2021-02-12 15:03:59','2021-02-12 07:03:59'),(95120,34617,'action complete via WP Cron','2021-02-12 15:03:59','2021-02-12 07:03:59'),(95121,34618,'action created','2021-02-12 15:03:59','2021-02-12 07:03:59'),(95122,34618,'action started via WP Cron','2021-02-12 15:05:00','2021-02-12 07:05:00'),(95123,34618,'action complete via WP Cron','2021-02-12 15:05:00','2021-02-12 07:05:00'),(95124,34619,'action created','2021-02-12 15:05:00','2021-02-12 07:05:00'),(95125,34619,'action started via WP Cron','2021-02-12 15:06:02','2021-02-12 07:06:02'),(95126,34619,'action complete via WP Cron','2021-02-12 15:06:02','2021-02-12 07:06:02'),(95127,34620,'action created','2021-02-12 15:06:02','2021-02-12 07:06:02'),(95128,34620,'action started via WP Cron','2021-02-12 15:07:03','2021-02-12 07:07:03'),(95129,34620,'action complete via WP Cron','2021-02-12 15:07:03','2021-02-12 07:07:03'),(95130,34621,'action created','2021-02-12 15:07:03','2021-02-12 07:07:03'),(95131,34621,'action started via WP Cron','2021-02-12 15:09:04','2021-02-12 07:09:04'),(95132,34621,'action complete via WP Cron','2021-02-12 15:09:04','2021-02-12 07:09:04'),(95133,34622,'action created','2021-02-12 15:09:04','2021-02-12 07:09:04'),(95134,34622,'action started via WP Cron','2021-02-12 15:11:08','2021-02-12 07:11:08'),(95135,34622,'action complete via WP Cron','2021-02-12 15:11:08','2021-02-12 07:11:08'),(95136,34623,'action created','2021-02-12 15:11:08','2021-02-12 07:11:08'),(95137,34623,'action started via WP Cron','2021-02-12 15:12:24','2021-02-12 07:12:24'),(95138,34623,'action complete via WP Cron','2021-02-12 15:12:24','2021-02-12 07:12:24'),(95139,34624,'action created','2021-02-12 15:12:24','2021-02-12 07:12:24'),(95140,34624,'action started via WP Cron','2021-02-12 15:13:24','2021-02-12 07:13:24'),(95141,34624,'action complete via WP Cron','2021-02-12 15:13:24','2021-02-12 07:13:24'),(95142,34625,'action created','2021-02-12 15:13:25','2021-02-12 07:13:25'),(95143,34625,'action started via WP Cron','2021-02-12 15:13:44','2021-02-12 07:13:44'),(95144,34625,'action complete via WP Cron','2021-02-12 15:13:44','2021-02-12 07:13:44'),(95145,34626,'action created','2021-02-12 15:13:44','2021-02-12 07:13:44'),(95146,34626,'action started via WP Cron','2021-02-12 15:14:45','2021-02-12 07:14:45'),(95147,34626,'action complete via WP Cron','2021-02-12 15:14:45','2021-02-12 07:14:45'),(95148,34627,'action created','2021-02-12 15:14:45','2021-02-12 07:14:45'),(95149,34627,'action started via WP Cron','2021-02-12 15:15:46','2021-02-12 07:15:46'),(95150,34627,'action complete via WP Cron','2021-02-12 15:15:46','2021-02-12 07:15:46'),(95151,34628,'action created','2021-02-12 15:15:46','2021-02-12 07:15:46'),(95152,34628,'action started via WP Cron','2021-02-12 15:17:17','2021-02-12 07:17:17'),(95153,34628,'action complete via WP Cron','2021-02-12 15:17:17','2021-02-12 07:17:17'),(95154,34629,'action created','2021-02-12 15:17:17','2021-02-12 07:17:17'),(95155,34629,'action started via WP Cron','2021-02-12 15:45:51','2021-02-12 07:45:51'),(95156,34629,'action complete via WP Cron','2021-02-12 15:45:51','2021-02-12 07:45:51'),(95157,34630,'action created','2021-02-12 15:45:51','2021-02-12 07:45:51'),(95158,34630,'action started via WP Cron','2021-02-12 15:57:15','2021-02-12 07:57:15'),(95159,34630,'action complete via WP Cron','2021-02-12 15:57:15','2021-02-12 07:57:15'),(95160,34631,'action created','2021-02-12 15:57:15','2021-02-12 07:57:15'),(95161,34631,'action started via WP Cron','2021-02-12 15:58:21','2021-02-12 07:58:21'),(95162,34631,'action complete via WP Cron','2021-02-12 15:58:21','2021-02-12 07:58:21'),(95163,34632,'action created','2021-02-12 15:58:21','2021-02-12 07:58:21'),(95164,34632,'action started via WP Cron','2021-02-12 15:59:22','2021-02-12 07:59:22'),(95165,34632,'action complete via WP Cron','2021-02-12 15:59:22','2021-02-12 07:59:22'),(95166,34633,'action created','2021-02-12 15:59:22','2021-02-12 07:59:22'),(95167,34633,'action started via WP Cron','2021-02-12 16:00:23','2021-02-12 08:00:23'),(95168,34633,'action complete via WP Cron','2021-02-12 16:00:23','2021-02-12 08:00:23'),(95169,34634,'action created','2021-02-12 16:00:23','2021-02-12 08:00:23'),(95170,34634,'action started via WP Cron','2021-02-12 16:01:24','2021-02-12 08:01:24'),(95171,34634,'action complete via WP Cron','2021-02-12 16:01:24','2021-02-12 08:01:24'),(95172,34635,'action created','2021-02-12 16:01:24','2021-02-12 08:01:24'),(95173,34635,'action started via WP Cron','2021-02-12 16:07:46','2021-02-12 08:07:46'),(95174,34635,'action complete via WP Cron','2021-02-12 16:07:46','2021-02-12 08:07:46'),(95175,34636,'action created','2021-02-12 16:07:47','2021-02-12 08:07:47'),(95176,34636,'action started via WP Cron','2021-02-12 16:08:47','2021-02-12 08:08:47'),(95177,34636,'action complete via WP Cron','2021-02-12 16:08:47','2021-02-12 08:08:47'),(95178,34637,'action created','2021-02-12 16:08:47','2021-02-12 08:08:47'),(95179,34637,'action started via WP Cron','2021-02-12 16:09:49','2021-02-12 08:09:49'),(95180,34637,'action complete via WP Cron','2021-02-12 16:09:49','2021-02-12 08:09:49'),(95181,34638,'action created','2021-02-12 16:09:49','2021-02-12 08:09:49'),(95182,34638,'action started via WP Cron','2021-02-12 16:10:50','2021-02-12 08:10:50'),(95183,34638,'action complete via WP Cron','2021-02-12 16:10:50','2021-02-12 08:10:50'),(95184,34639,'action created','2021-02-12 16:10:50','2021-02-12 08:10:50'),(95185,34639,'action started via WP Cron','2021-02-12 16:11:52','2021-02-12 08:11:52'),(95186,34639,'action complete via WP Cron','2021-02-12 16:11:52','2021-02-12 08:11:52'),(95187,34640,'action created','2021-02-12 16:11:52','2021-02-12 08:11:52'),(95188,34640,'action started via WP Cron','2021-02-12 16:13:33','2021-02-12 08:13:33'),(95189,34640,'action complete via WP Cron','2021-02-12 16:13:33','2021-02-12 08:13:33'),(95190,34641,'action created','2021-02-12 16:13:33','2021-02-12 08:13:33'),(95191,34641,'action started via WP Cron','2021-02-12 16:14:24','2021-02-12 08:14:24'),(95192,34641,'action complete via WP Cron','2021-02-12 16:14:24','2021-02-12 08:14:24'),(95193,34642,'action created','2021-02-12 16:14:25','2021-02-12 08:14:25'),(95194,34642,'action started via WP Cron','2021-02-12 16:15:25','2021-02-12 08:15:25'),(95195,34642,'action complete via WP Cron','2021-02-12 16:15:25','2021-02-12 08:15:25'),(95196,34643,'action created','2021-02-12 16:15:26','2021-02-12 08:15:26'),(95197,34643,'action started via WP Cron','2021-02-12 16:16:27','2021-02-12 08:16:27'),(95198,34643,'action complete via WP Cron','2021-02-12 16:16:27','2021-02-12 08:16:27'),(95199,34644,'action created','2021-02-12 16:16:27','2021-02-12 08:16:27'),(95200,34644,'action started via WP Cron','2021-02-12 16:16:46','2021-02-12 08:16:46'),(95201,34644,'action complete via WP Cron','2021-02-12 16:16:46','2021-02-12 08:16:46'),(95202,34645,'action created','2021-02-12 16:16:46','2021-02-12 08:16:46'),(95203,34645,'action started via WP Cron','2021-02-12 16:17:47','2021-02-12 08:17:47'),(95204,34645,'action complete via WP Cron','2021-02-12 16:17:47','2021-02-12 08:17:47'),(95205,34646,'action created','2021-02-12 16:17:47','2021-02-12 08:17:47'),(95206,34646,'action started via WP Cron','2021-02-12 16:18:48','2021-02-12 08:18:48'),(95207,34646,'action complete via WP Cron','2021-02-12 16:18:48','2021-02-12 08:18:48'),(95208,34647,'action created','2021-02-12 16:18:48','2021-02-12 08:18:48'),(95209,34647,'action started via WP Cron','2021-02-12 16:25:22','2021-02-12 08:25:22'),(95210,34647,'action complete via WP Cron','2021-02-12 16:25:22','2021-02-12 08:25:22'),(95211,34648,'action created','2021-02-12 16:25:23','2021-02-12 08:25:23'),(95212,34648,'action started via WP Cron','2021-02-12 16:25:41','2021-02-12 08:25:41'),(95213,34648,'action complete via WP Cron','2021-02-12 16:25:41','2021-02-12 08:25:41'),(95214,34649,'action created','2021-02-12 16:25:41','2021-02-12 08:25:41'),(95215,34649,'action started via WP Cron','2021-02-12 16:28:57','2021-02-12 08:28:57'),(95216,34649,'action complete via WP Cron','2021-02-12 16:28:57','2021-02-12 08:28:57'),(95217,34650,'action created','2021-02-12 16:28:57','2021-02-12 08:28:57'),(95218,34650,'action started via WP Cron','2021-02-12 16:32:24','2021-02-12 08:32:24'),(95219,34650,'action complete via WP Cron','2021-02-12 16:32:24','2021-02-12 08:32:24'),(95220,34651,'action created','2021-02-12 16:32:24','2021-02-12 08:32:24'),(95221,34651,'action started via WP Cron','2021-02-12 16:33:30','2021-02-12 08:33:30'),(95222,34651,'action complete via WP Cron','2021-02-12 16:33:30','2021-02-12 08:33:30'),(95223,34652,'action created','2021-02-12 16:33:30','2021-02-12 08:33:30'),(95224,34652,'action started via WP Cron','2021-02-12 16:34:32','2021-02-12 08:34:32'),(95225,34652,'action complete via WP Cron','2021-02-12 16:34:32','2021-02-12 08:34:32'),(95226,34653,'action created','2021-02-12 16:34:32','2021-02-12 08:34:32'),(95227,34653,'action started via WP Cron','2021-02-12 16:36:33','2021-02-12 08:36:33'),(95228,34653,'action complete via WP Cron','2021-02-12 16:36:33','2021-02-12 08:36:33'),(95229,34654,'action created','2021-02-12 16:36:33','2021-02-12 08:36:33'),(95230,34654,'action started via WP Cron','2021-02-12 16:37:35','2021-02-12 08:37:35'),(95231,34654,'action complete via WP Cron','2021-02-12 16:37:35','2021-02-12 08:37:35'),(95232,34655,'action created','2021-02-12 16:37:35','2021-02-12 08:37:35'),(95233,34655,'action started via WP Cron','2021-02-12 16:38:35','2021-02-12 08:38:35'),(95234,34655,'action complete via WP Cron','2021-02-12 16:38:35','2021-02-12 08:38:35'),(95235,34656,'action created','2021-02-12 16:38:35','2021-02-12 08:38:35'),(95236,34656,'action started via WP Cron','2021-02-12 16:39:19','2021-02-12 08:39:19'),(95237,34656,'action complete via WP Cron','2021-02-12 16:39:19','2021-02-12 08:39:19'),(95238,34657,'action created','2021-02-12 16:39:19','2021-02-12 08:39:19'),(95239,34657,'action started via WP Cron','2021-02-12 17:00:40','2021-02-12 09:00:40'),(95240,34657,'action complete via WP Cron','2021-02-12 17:00:40','2021-02-12 09:00:40'),(95241,34658,'action created','2021-02-12 17:00:40','2021-02-12 09:00:40'),(95242,34658,'action started via WP Cron','2021-02-12 17:01:41','2021-02-12 09:01:41'),(95243,34658,'action complete via WP Cron','2021-02-12 17:01:41','2021-02-12 09:01:41'),(95244,34659,'action created','2021-02-12 17:01:41','2021-02-12 09:01:41'),(95245,34659,'action started via WP Cron','2021-02-12 17:03:25','2021-02-12 09:03:25'),(95246,34659,'action complete via WP Cron','2021-02-12 17:03:25','2021-02-12 09:03:25'),(95247,34660,'action created','2021-02-12 17:03:25','2021-02-12 09:03:25'),(95248,34660,'action started via WP Cron','2021-02-12 17:03:43','2021-02-12 09:03:43'),(95249,34660,'action complete via WP Cron','2021-02-12 17:03:43','2021-02-12 09:03:43'),(95250,34661,'action created','2021-02-12 17:03:43','2021-02-12 09:03:43'),(95251,34661,'action started via WP Cron','2021-02-12 17:04:44','2021-02-12 09:04:44'),(95252,34661,'action complete via WP Cron','2021-02-12 17:04:44','2021-02-12 09:04:44'),(95253,34662,'action created','2021-02-12 17:04:44','2021-02-12 09:04:44'),(95254,34662,'action started via WP Cron','2021-02-12 17:05:45','2021-02-12 09:05:45'),(95255,34662,'action complete via WP Cron','2021-02-12 17:05:45','2021-02-12 09:05:45'),(95256,34663,'action created','2021-02-12 17:05:45','2021-02-12 09:05:45'),(95257,34663,'action started via WP Cron','2021-02-12 17:07:31','2021-02-12 09:07:31'),(95258,34663,'action complete via WP Cron','2021-02-12 17:07:31','2021-02-12 09:07:31'),(95259,34664,'action created','2021-02-12 17:07:31','2021-02-12 09:07:31'),(95260,34664,'action started via WP Cron','2021-02-12 17:08:07','2021-02-12 09:08:07'),(95261,34664,'action complete via WP Cron','2021-02-12 17:08:07','2021-02-12 09:08:07'),(95262,34665,'action created','2021-02-12 17:08:08','2021-02-12 09:08:08'),(95263,34665,'action started via WP Cron','2021-02-12 17:12:14','2021-02-12 09:12:14'),(95264,34665,'action complete via WP Cron','2021-02-12 17:12:14','2021-02-12 09:12:14'),(95265,34666,'action created','2021-02-12 17:12:14','2021-02-12 09:12:14'),(95266,34666,'action started via WP Cron','2021-02-12 17:13:15','2021-02-12 09:13:15'),(95267,34666,'action complete via WP Cron','2021-02-12 17:13:15','2021-02-12 09:13:15'),(95268,34667,'action created','2021-02-12 17:13:15','2021-02-12 09:13:15'),(95269,34667,'action started via WP Cron','2021-02-12 17:13:58','2021-02-12 09:13:58'),(95270,34667,'action complete via WP Cron','2021-02-12 17:13:58','2021-02-12 09:13:58'),(95271,34668,'action created','2021-02-12 17:13:58','2021-02-12 09:13:58'),(95272,34668,'action started via WP Cron','2021-02-12 17:15:16','2021-02-12 09:15:16'),(95273,34668,'action complete via WP Cron','2021-02-12 17:15:16','2021-02-12 09:15:16'),(95274,34669,'action created','2021-02-12 17:15:17','2021-02-12 09:15:17'),(95275,34669,'action started via WP Cron','2021-02-12 17:15:59','2021-02-12 09:15:59'),(95276,34669,'action complete via WP Cron','2021-02-12 17:15:59','2021-02-12 09:15:59'),(95277,34670,'action created','2021-02-12 17:15:59','2021-02-12 09:15:59'),(95278,34670,'action started via WP Cron','2021-02-12 17:17:01','2021-02-12 09:17:01'),(95279,34670,'action complete via WP Cron','2021-02-12 17:17:01','2021-02-12 09:17:01'),(95280,34671,'action created','2021-02-12 17:17:01','2021-02-12 09:17:01'),(95281,34671,'action started via WP Cron','2021-02-12 17:18:02','2021-02-12 09:18:02'),(95282,34671,'action complete via WP Cron','2021-02-12 17:18:02','2021-02-12 09:18:02'),(95283,34672,'action created','2021-02-12 17:18:02','2021-02-12 09:18:02'),(95284,34672,'action started via WP Cron','2021-02-12 17:25:09','2021-02-12 09:25:09'),(95285,34672,'action complete via WP Cron','2021-02-12 17:25:09','2021-02-12 09:25:09'),(95286,34673,'action created','2021-02-12 17:25:09','2021-02-12 09:25:09'),(95287,34673,'action started via WP Cron','2021-02-12 17:25:49','2021-02-12 09:25:49'),(95288,34673,'action complete via WP Cron','2021-02-12 17:25:49','2021-02-12 09:25:49'),(95289,34674,'action created','2021-02-12 17:25:49','2021-02-12 09:25:49'),(95290,34674,'action started via WP Cron','2021-02-12 17:31:52','2021-02-12 09:31:52'),(95291,34674,'action complete via WP Cron','2021-02-12 17:31:52','2021-02-12 09:31:52'),(95292,34675,'action created','2021-02-12 17:31:52','2021-02-12 09:31:52'),(95293,34675,'action started via WP Cron','2021-02-12 17:34:56','2021-02-12 09:34:56'),(95294,34675,'action complete via WP Cron','2021-02-12 17:34:56','2021-02-12 09:34:56'),(95295,34676,'action created','2021-02-12 17:34:56','2021-02-12 09:34:56'),(95296,34676,'action started via WP Cron','2021-02-12 17:37:13','2021-02-12 09:37:13'),(95297,34676,'action complete via WP Cron','2021-02-12 17:37:13','2021-02-12 09:37:13'),(95298,34677,'action created','2021-02-12 17:37:13','2021-02-12 09:37:13'),(95299,34677,'action started via WP Cron','2021-02-12 17:38:20','2021-02-12 09:38:20'),(95300,34677,'action complete via WP Cron','2021-02-12 17:38:20','2021-02-12 09:38:20'),(95301,34678,'action created','2021-02-12 17:38:21','2021-02-12 09:38:21'),(95302,34678,'action started via WP Cron','2021-02-12 17:38:48','2021-02-12 09:38:48'),(95303,34678,'action complete via WP Cron','2021-02-12 17:38:48','2021-02-12 09:38:48'),(95304,34679,'action created','2021-02-12 17:38:48','2021-02-12 09:38:48'),(95305,34679,'action started via WP Cron','2021-02-12 17:39:49','2021-02-12 09:39:49'),(95306,34679,'action complete via WP Cron','2021-02-12 17:39:49','2021-02-12 09:39:49'),(95307,34680,'action created','2021-02-12 17:39:49','2021-02-12 09:39:49'),(95308,34680,'action started via WP Cron','2021-02-12 17:40:50','2021-02-12 09:40:50'),(95309,34680,'action complete via WP Cron','2021-02-12 17:40:50','2021-02-12 09:40:50'),(95310,34681,'action created','2021-02-12 17:40:50','2021-02-12 09:40:50'),(95311,34681,'action started via WP Cron','2021-02-12 17:41:51','2021-02-12 09:41:51'),(95312,34681,'action complete via WP Cron','2021-02-12 17:41:51','2021-02-12 09:41:51'),(95313,34682,'action created','2021-02-12 17:41:51','2021-02-12 09:41:51'),(95314,34682,'action started via WP Cron','2021-02-12 17:49:55','2021-02-12 09:49:55'),(95315,34682,'action complete via WP Cron','2021-02-12 17:49:55','2021-02-12 09:49:55'),(95316,34683,'action created','2021-02-12 17:49:55','2021-02-12 09:49:55'),(95317,34683,'action started via WP Cron','2021-02-12 17:59:51','2021-02-12 09:59:51'),(95318,34683,'action complete via WP Cron','2021-02-12 17:59:51','2021-02-12 09:59:51'),(95319,34684,'action created','2021-02-12 17:59:51','2021-02-12 09:59:51'),(95320,34684,'action started via WP Cron','2021-02-12 18:00:51','2021-02-12 10:00:51'),(95321,34684,'action complete via WP Cron','2021-02-12 18:00:51','2021-02-12 10:00:51'),(95322,34685,'action created','2021-02-12 18:00:51','2021-02-12 10:00:51'),(95323,34685,'action started via WP Cron','2021-02-12 18:01:52','2021-02-12 10:01:52'),(95324,34685,'action complete via WP Cron','2021-02-12 18:01:52','2021-02-12 10:01:52'),(95325,34686,'action created','2021-02-12 18:01:52','2021-02-12 10:01:52'),(95326,34686,'action started via WP Cron','2021-02-12 18:03:55','2021-02-12 10:03:55'),(95327,34686,'action complete via WP Cron','2021-02-12 18:03:55','2021-02-12 10:03:55'),(95328,34687,'action created','2021-02-12 18:03:55','2021-02-12 10:03:55'),(95329,34687,'action started via WP Cron','2021-02-12 18:04:56','2021-02-12 10:04:56'),(95330,34687,'action complete via WP Cron','2021-02-12 18:04:56','2021-02-12 10:04:56'),(95331,34688,'action created','2021-02-12 18:04:56','2021-02-12 10:04:56'),(95332,34688,'action started via WP Cron','2021-02-12 18:05:56','2021-02-12 10:05:56'),(95333,34688,'action complete via WP Cron','2021-02-12 18:05:56','2021-02-12 10:05:56'),(95334,34689,'action created','2021-02-12 18:05:57','2021-02-12 10:05:57'),(95335,34689,'action started via WP Cron','2021-02-12 18:07:00','2021-02-12 10:07:00'),(95336,34689,'action complete via WP Cron','2021-02-12 18:07:00','2021-02-12 10:07:00'),(95337,34690,'action created','2021-02-12 18:07:00','2021-02-12 10:07:00'),(95338,34690,'action started via WP Cron','2021-02-12 18:08:01','2021-02-12 10:08:01'),(95339,34690,'action complete via WP Cron','2021-02-12 18:08:01','2021-02-12 10:08:01'),(95340,34691,'action created','2021-02-12 18:08:01','2021-02-12 10:08:01'),(95341,34691,'action started via WP Cron','2021-02-12 18:12:08','2021-02-12 10:12:08'),(95342,34691,'action complete via WP Cron','2021-02-12 18:12:08','2021-02-12 10:12:08'),(95343,34692,'action created','2021-02-12 18:12:08','2021-02-12 10:12:08'),(95344,34692,'action started via WP Cron','2021-02-12 18:16:36','2021-02-12 10:16:36'),(95345,34692,'action complete via WP Cron','2021-02-12 18:16:36','2021-02-12 10:16:36'),(95346,34693,'action created','2021-02-12 18:16:36','2021-02-12 10:16:36'),(95347,34693,'action started via WP Cron','2021-02-12 18:17:37','2021-02-12 10:17:37'),(95348,34693,'action complete via WP Cron','2021-02-12 18:17:37','2021-02-12 10:17:37'),(95349,34694,'action created','2021-02-12 18:17:37','2021-02-12 10:17:37'),(95350,34694,'action started via WP Cron','2021-02-12 18:18:39','2021-02-12 10:18:39'),(95351,34694,'action complete via WP Cron','2021-02-12 18:18:39','2021-02-12 10:18:39'),(95352,34695,'action created','2021-02-12 18:18:39','2021-02-12 10:18:39'),(95353,34695,'action started via WP Cron','2021-02-12 18:20:45','2021-02-12 10:20:45'),(95354,34695,'action complete via WP Cron','2021-02-12 18:20:45','2021-02-12 10:20:45'),(95355,34696,'action created','2021-02-12 18:20:45','2021-02-12 10:20:45'),(95356,34696,'action started via WP Cron','2021-02-12 18:21:45','2021-02-12 10:21:45'),(95357,34696,'action complete via WP Cron','2021-02-12 18:21:45','2021-02-12 10:21:45'),(95358,34697,'action created','2021-02-12 18:21:45','2021-02-12 10:21:45'),(95359,34697,'action started via WP Cron','2021-02-12 18:24:37','2021-02-12 10:24:37'),(95360,34697,'action complete via WP Cron','2021-02-12 18:24:37','2021-02-12 10:24:37'),(95361,34698,'action created','2021-02-12 18:24:37','2021-02-12 10:24:37'),(95362,34698,'action started via WP Cron','2021-02-12 18:26:40','2021-02-12 10:26:40'),(95363,34698,'action complete via WP Cron','2021-02-12 18:26:40','2021-02-12 10:26:40'),(95364,34699,'action created','2021-02-12 18:26:40','2021-02-12 10:26:40'),(95365,34699,'action started via WP Cron','2021-02-12 18:41:05','2021-02-12 10:41:05'),(95366,34699,'action complete via WP Cron','2021-02-12 18:41:05','2021-02-12 10:41:05'),(95367,34700,'action created','2021-02-12 18:41:05','2021-02-12 10:41:05'),(95368,34700,'action started via WP Cron','2021-02-12 18:42:04','2021-02-12 10:42:04'),(95369,34700,'action complete via WP Cron','2021-02-12 18:42:04','2021-02-12 10:42:04'),(95370,34701,'action created','2021-02-12 18:42:04','2021-02-12 10:42:04'),(95371,34701,'action started via WP Cron','2021-02-12 18:42:46','2021-02-12 10:42:46'),(95372,34701,'action complete via WP Cron','2021-02-12 18:42:46','2021-02-12 10:42:46'),(95373,34702,'action created','2021-02-12 18:42:46','2021-02-12 10:42:46'),(95374,34702,'action started via WP Cron','2021-02-12 18:43:47','2021-02-12 10:43:47'),(95375,34702,'action complete via WP Cron','2021-02-12 18:43:47','2021-02-12 10:43:47'),(95376,34703,'action created','2021-02-12 18:43:47','2021-02-12 10:43:47'),(95377,34703,'action started via WP Cron','2021-02-12 18:44:48','2021-02-12 10:44:48'),(95378,34703,'action complete via WP Cron','2021-02-12 18:44:48','2021-02-12 10:44:48'),(95379,34704,'action created','2021-02-12 18:44:48','2021-02-12 10:44:48'),(95380,34704,'action started via WP Cron','2021-02-12 18:46:49','2021-02-12 10:46:49'),(95381,34704,'action complete via WP Cron','2021-02-12 18:46:49','2021-02-12 10:46:49'),(95382,34705,'action created','2021-02-12 18:46:49','2021-02-12 10:46:49'),(95383,34705,'action started via WP Cron','2021-02-12 18:47:50','2021-02-12 10:47:50'),(95384,34705,'action complete via WP Cron','2021-02-12 18:47:50','2021-02-12 10:47:50'),(95385,34706,'action created','2021-02-12 18:47:50','2021-02-12 10:47:50'),(95386,34706,'action started via WP Cron','2021-02-12 18:48:51','2021-02-12 10:48:51'),(95387,34706,'action complete via WP Cron','2021-02-12 18:48:51','2021-02-12 10:48:51'),(95388,34707,'action created','2021-02-12 18:48:51','2021-02-12 10:48:51'),(95389,34707,'action started via WP Cron','2021-02-12 18:57:26','2021-02-12 10:57:26'),(95390,34707,'action complete via WP Cron','2021-02-12 18:57:26','2021-02-12 10:57:26'),(95391,34708,'action created','2021-02-12 18:57:26','2021-02-12 10:57:26'),(95392,34708,'action started via WP Cron','2021-02-12 19:05:58','2021-02-12 11:05:58'),(95393,34708,'action complete via WP Cron','2021-02-12 19:05:58','2021-02-12 11:05:58'),(95394,34709,'action created','2021-02-12 19:07:31','2021-02-12 11:07:31'),(95395,34709,'action started via WP Cron','2021-02-12 19:08:28','2021-02-12 11:08:28'),(95396,34709,'action complete via WP Cron','2021-02-12 19:08:28','2021-02-12 11:08:28'),(95397,34710,'action created','2021-02-12 19:08:28','2021-02-12 11:08:28'),(95398,34710,'action started via WP Cron','2021-02-12 19:08:40','2021-02-12 11:08:40'),(95399,34710,'action complete via WP Cron','2021-02-12 19:08:40','2021-02-12 11:08:40'),(95400,34711,'action created','2021-02-12 19:08:41','2021-02-12 11:08:41'),(95401,34711,'action started via WP Cron','2021-02-12 19:09:48','2021-02-12 11:09:48'),(95402,34711,'action complete via WP Cron','2021-02-12 19:09:48','2021-02-12 11:09:48'),(95403,34712,'action created','2021-02-12 19:09:49','2021-02-12 11:09:49'),(95404,34712,'action started via WP Cron','2021-02-12 19:10:50','2021-02-12 11:10:50'),(95405,34712,'action complete via WP Cron','2021-02-12 19:10:50','2021-02-12 11:10:50'),(95406,34713,'action created','2021-02-12 19:10:50','2021-02-12 11:10:50'),(95407,34713,'action started via WP Cron','2021-02-12 19:11:51','2021-02-12 11:11:51'),(95408,34713,'action complete via WP Cron','2021-02-12 19:11:51','2021-02-12 11:11:51'),(95409,34714,'action created','2021-02-12 19:11:51','2021-02-12 11:11:51'),(95410,34714,'action started via WP Cron','2021-02-12 19:13:07','2021-02-12 11:13:07'),(95411,34714,'action complete via WP Cron','2021-02-12 19:13:07','2021-02-12 11:13:07'),(95412,34715,'action created','2021-02-12 19:13:08','2021-02-12 11:13:08'),(95413,34715,'action started via WP Cron','2021-02-12 19:29:01','2021-02-12 11:29:01'),(95414,34715,'action complete via WP Cron','2021-02-12 19:29:01','2021-02-12 11:29:01'),(95415,34716,'action created','2021-02-12 19:33:20','2021-02-12 11:33:20'),(95416,34716,'action started via WP Cron','2021-02-12 19:34:21','2021-02-12 11:34:21'),(95417,34716,'action complete via WP Cron','2021-02-12 19:34:21','2021-02-12 11:34:21'),(95418,34717,'action created','2021-02-12 19:34:21','2021-02-12 11:34:21'),(95419,34717,'action started via WP Cron','2021-02-12 19:34:56','2021-02-12 11:34:56'),(95420,34717,'action complete via WP Cron','2021-02-12 19:34:56','2021-02-12 11:34:56'),(95421,34718,'action created','2021-02-12 19:34:57','2021-02-12 11:34:57'),(95422,34718,'action started via WP Cron','2021-02-12 19:36:41','2021-02-12 11:36:41'),(95423,34718,'action complete via WP Cron','2021-02-12 19:36:41','2021-02-12 11:36:41'),(95424,34719,'action created','2021-02-12 19:36:43','2021-02-12 11:36:43'),(95425,34719,'action started via WP Cron','2021-02-12 19:38:25','2021-02-12 11:38:25'),(95426,34719,'action complete via WP Cron','2021-02-12 19:38:25','2021-02-12 11:38:25'),(95427,34720,'action created','2021-02-12 19:38:25','2021-02-12 11:38:25'),(95428,34720,'action started via WP Cron','2021-02-12 19:38:40','2021-02-12 11:38:40'),(95429,34720,'action complete via WP Cron','2021-02-12 19:38:40','2021-02-12 11:38:40'),(95430,34721,'action created','2021-02-12 19:38:41','2021-02-12 11:38:41'),(95431,34721,'action started via WP Cron','2021-02-12 19:44:50','2021-02-12 11:44:50'),(95432,34721,'action complete via WP Cron','2021-02-12 19:44:50','2021-02-12 11:44:50'),(95433,34722,'action created','2021-02-12 19:44:51','2021-02-12 11:44:51'),(95434,34722,'action started via WP Cron','2021-02-12 20:11:13','2021-02-12 12:11:13'),(95435,34722,'action complete via WP Cron','2021-02-12 20:11:13','2021-02-12 12:11:13'),(95436,34723,'action created','2021-02-12 20:11:14','2021-02-12 12:11:14'),(95437,34723,'action started via WP Cron','2021-02-12 20:11:57','2021-02-12 12:11:57'),(95438,34723,'action complete via WP Cron','2021-02-12 20:11:57','2021-02-12 12:11:57'),(95439,34724,'action created','2021-02-12 20:11:57','2021-02-12 12:11:57'),(95440,34724,'action started via WP Cron','2021-02-12 20:13:24','2021-02-12 12:13:24'),(95441,34724,'action complete via WP Cron','2021-02-12 20:13:24','2021-02-12 12:13:24'),(95442,34725,'action created','2021-02-12 20:13:24','2021-02-12 12:13:24'),(95443,34725,'action started via WP Cron','2021-02-12 20:13:52','2021-02-12 12:13:52'),(95444,34725,'action complete via WP Cron','2021-02-12 20:13:52','2021-02-12 12:13:52'),(95445,34726,'action created','2021-02-12 20:13:52','2021-02-12 12:13:52'),(95446,34726,'action started via WP Cron','2021-02-12 20:14:53','2021-02-12 12:14:53'),(95447,34726,'action complete via WP Cron','2021-02-12 20:14:53','2021-02-12 12:14:53'),(95448,34727,'action created','2021-02-12 20:14:53','2021-02-12 12:14:53'),(95449,34727,'action started via WP Cron','2021-02-12 20:15:54','2021-02-12 12:15:54'),(95450,34727,'action complete via WP Cron','2021-02-12 20:15:54','2021-02-12 12:15:54'),(95451,34728,'action created','2021-02-12 20:15:54','2021-02-12 12:15:54'),(95452,34728,'action started via WP Cron','2021-02-12 20:37:06','2021-02-12 12:37:06'),(95453,34728,'action complete via WP Cron','2021-02-12 20:37:06','2021-02-12 12:37:06'),(95454,34729,'action created','2021-02-12 20:37:06','2021-02-12 12:37:06'),(95455,34729,'action started via WP Cron','2021-02-12 20:38:12','2021-02-12 12:38:12'),(95456,34729,'action complete via WP Cron','2021-02-12 20:38:12','2021-02-12 12:38:12'),(95457,34730,'action created','2021-02-12 20:38:12','2021-02-12 12:38:12'),(95458,34730,'action started via WP Cron','2021-02-12 20:38:45','2021-02-12 12:38:45'),(95459,34730,'action complete via WP Cron','2021-02-12 20:38:45','2021-02-12 12:38:45'),(95460,34731,'action created','2021-02-12 20:38:45','2021-02-12 12:38:45'),(95461,34731,'action started via WP Cron','2021-02-12 20:39:44','2021-02-12 12:39:44'),(95462,34731,'action complete via WP Cron','2021-02-12 20:39:44','2021-02-12 12:39:44'),(95463,34732,'action created','2021-02-12 20:39:44','2021-02-12 12:39:44'),(95464,34732,'action started via WP Cron','2021-02-12 20:40:45','2021-02-12 12:40:45'),(95465,34732,'action complete via WP Cron','2021-02-12 20:40:45','2021-02-12 12:40:45'),(95466,34733,'action created','2021-02-12 20:40:45','2021-02-12 12:40:45'),(95467,34733,'action started via WP Cron','2021-02-12 20:41:45','2021-02-12 12:41:45'),(95468,34733,'action complete via WP Cron','2021-02-12 20:41:45','2021-02-12 12:41:45'),(95469,34734,'action created','2021-02-12 20:41:45','2021-02-12 12:41:45'),(95470,34734,'action started via WP Cron','2021-02-12 20:50:27','2021-02-12 12:50:27'),(95471,34734,'action complete via WP Cron','2021-02-12 20:50:27','2021-02-12 12:50:27'),(95472,34735,'action created','2021-02-12 20:50:27','2021-02-12 12:50:27'),(95473,34735,'action started via WP Cron','2021-02-12 21:17:51','2021-02-12 13:17:51'),(95474,34735,'action complete via WP Cron','2021-02-12 21:17:51','2021-02-12 13:17:51'),(95475,34736,'action created','2021-02-12 21:17:51','2021-02-12 13:17:51'),(95476,34736,'action started via WP Cron','2021-02-12 21:18:53','2021-02-12 13:18:53'),(95477,34736,'action complete via WP Cron','2021-02-12 21:18:53','2021-02-12 13:18:53'),(95478,34737,'action created','2021-02-12 21:18:54','2021-02-12 13:18:54'),(95479,34737,'action started via WP Cron','2021-02-12 21:19:45','2021-02-12 13:19:45'),(95480,34737,'action complete via WP Cron','2021-02-12 21:19:45','2021-02-12 13:19:45'),(95481,34738,'action created','2021-02-12 21:19:46','2021-02-12 13:19:46'),(95482,34738,'action started via WP Cron','2021-02-12 21:23:23','2021-02-12 13:23:23'),(95483,34738,'action complete via WP Cron','2021-02-12 21:23:23','2021-02-12 13:23:23'),(95484,34739,'action created','2021-02-12 21:44:41','2021-02-12 13:44:41'),(95485,34739,'action started via WP Cron','2021-02-12 21:46:20','2021-02-12 13:46:20'),(95486,34739,'action complete via WP Cron','2021-02-12 21:46:20','2021-02-12 13:46:20'),(95487,34740,'action created','2021-02-12 21:46:20','2021-02-12 13:46:20'),(95488,34740,'action started via WP Cron','2021-02-12 21:48:31','2021-02-12 13:48:31'),(95489,34740,'action complete via WP Cron','2021-02-12 21:48:31','2021-02-12 13:48:31'),(95490,34741,'action created','2021-02-12 21:48:31','2021-02-12 13:48:31'),(95491,34741,'action started via WP Cron','2021-02-12 21:51:24','2021-02-12 13:51:24'),(95492,34741,'action complete via WP Cron','2021-02-12 21:51:24','2021-02-12 13:51:24'),(95493,34742,'action created','2021-02-12 21:51:24','2021-02-12 13:51:24'),(95494,34742,'action started via WP Cron','2021-02-12 21:57:34','2021-02-12 13:57:34'),(95495,34742,'action complete via WP Cron','2021-02-12 21:57:34','2021-02-12 13:57:34'),(95496,34743,'action created','2021-02-12 21:57:35','2021-02-12 13:57:35'),(95497,34743,'action started via WP Cron','2021-02-12 22:02:46','2021-02-12 14:02:46'),(95498,34743,'action complete via WP Cron','2021-02-12 22:02:46','2021-02-12 14:02:46'),(95499,34744,'action created','2021-02-12 22:02:46','2021-02-12 14:02:46'),(95500,34744,'action started via WP Cron','2021-02-12 22:07:31','2021-02-12 14:07:31'),(95501,34744,'action complete via WP Cron','2021-02-12 22:07:31','2021-02-12 14:07:31'),(95502,34745,'action created','2021-02-12 22:07:31','2021-02-12 14:07:31'),(95503,34745,'action started via WP Cron','2021-02-12 22:16:33','2021-02-12 14:16:33'),(95504,34745,'action complete via WP Cron','2021-02-12 22:16:33','2021-02-12 14:16:33'),(95505,34746,'action created','2021-02-12 22:16:33','2021-02-12 14:16:33'),(95506,34746,'action started via WP Cron','2021-02-12 22:19:54','2021-02-12 14:19:54'),(95507,34746,'action complete via WP Cron','2021-02-12 22:19:54','2021-02-12 14:19:54'),(95508,34747,'action created','2021-02-12 22:19:54','2021-02-12 14:19:54'),(95509,34747,'action started via WP Cron','2021-02-12 22:29:26','2021-02-12 14:29:26'),(95510,34747,'action complete via WP Cron','2021-02-12 22:29:26','2021-02-12 14:29:26'),(95511,34748,'action created','2021-02-12 22:29:27','2021-02-12 14:29:27'),(95512,34748,'action started via WP Cron','2021-02-12 22:33:03','2021-02-12 14:33:03'),(95513,34748,'action complete via WP Cron','2021-02-12 22:33:03','2021-02-12 14:33:03'),(95514,34749,'action created','2021-02-12 22:33:03','2021-02-12 14:33:03'),(95515,34749,'action started via WP Cron','2021-02-12 22:35:29','2021-02-12 14:35:29'),(95516,34749,'action complete via WP Cron','2021-02-12 22:35:29','2021-02-12 14:35:29'),(95517,34750,'action created','2021-02-12 22:35:29','2021-02-12 14:35:29'),(95518,34750,'action started via WP Cron','2021-02-12 22:35:42','2021-02-12 14:35:42'),(95519,34750,'action complete via WP Cron','2021-02-12 22:35:42','2021-02-12 14:35:42'),(95520,34751,'action created','2021-02-12 22:35:44','2021-02-12 14:35:44'),(95521,34751,'action started via WP Cron','2021-02-12 22:36:42','2021-02-12 14:36:42'),(95522,34751,'action complete via WP Cron','2021-02-12 22:36:42','2021-02-12 14:36:42'),(95523,34752,'action created','2021-02-12 22:36:42','2021-02-12 14:36:42'),(95524,34752,'action started via WP Cron','2021-02-12 22:37:48','2021-02-12 14:37:48'),(95525,34752,'action complete via WP Cron','2021-02-12 22:37:48','2021-02-12 14:37:48'),(95526,34753,'action created','2021-02-12 22:37:48','2021-02-12 14:37:48'),(95527,34753,'action started via WP Cron','2021-02-12 22:39:12','2021-02-12 14:39:12'),(95528,34753,'action complete via WP Cron','2021-02-12 22:39:12','2021-02-12 14:39:12'),(95529,34754,'action created','2021-02-12 22:39:12','2021-02-12 14:39:12'),(95530,34754,'action started via WP Cron','2021-02-12 22:51:34','2021-02-12 14:51:34'),(95531,34754,'action complete via WP Cron','2021-02-12 22:51:34','2021-02-12 14:51:34'),(95532,34755,'action created','2021-02-12 22:51:34','2021-02-12 14:51:34'),(95533,34755,'action started via WP Cron','2021-02-12 22:55:44','2021-02-12 14:55:44'),(95534,34755,'action complete via WP Cron','2021-02-12 22:55:44','2021-02-12 14:55:44'),(95535,34756,'action created','2021-02-12 22:55:44','2021-02-12 14:55:44'),(95536,34756,'action started via WP Cron','2021-02-12 22:56:50','2021-02-12 14:56:50'),(95537,34756,'action complete via WP Cron','2021-02-12 22:56:50','2021-02-12 14:56:50'),(95538,34757,'action created','2021-02-12 22:56:50','2021-02-12 14:56:50'),(95539,34757,'action started via WP Cron','2021-02-12 22:57:51','2021-02-12 14:57:51'),(95540,34757,'action complete via WP Cron','2021-02-12 22:57:51','2021-02-12 14:57:51'),(95541,34758,'action created','2021-02-12 22:57:51','2021-02-12 14:57:51'),(95542,34758,'action started via WP Cron','2021-02-12 22:59:54','2021-02-12 14:59:54'),(95543,34758,'action complete via WP Cron','2021-02-12 22:59:54','2021-02-12 14:59:54'),(95544,34759,'action created','2021-02-12 22:59:54','2021-02-12 14:59:54'),(95545,34759,'action started via WP Cron','2021-02-12 23:00:55','2021-02-12 15:00:55'),(95546,34759,'action complete via WP Cron','2021-02-12 23:00:55','2021-02-12 15:00:55'),(95547,34760,'action created','2021-02-12 23:00:55','2021-02-12 15:00:55'),(95548,34760,'action started via WP Cron','2021-02-12 23:01:56','2021-02-12 15:01:56'),(95549,34760,'action complete via WP Cron','2021-02-12 23:01:56','2021-02-12 15:01:56'),(95550,34761,'action created','2021-02-12 23:01:56','2021-02-12 15:01:56'),(95551,34761,'action started via WP Cron','2021-02-12 23:05:58','2021-02-12 15:05:58'),(95552,34761,'action complete via WP Cron','2021-02-12 23:05:58','2021-02-12 15:05:58'),(95553,34762,'action created','2021-02-12 23:05:59','2021-02-12 15:05:59'),(95554,34762,'action started via WP Cron','2021-02-12 23:09:56','2021-02-12 15:09:56'),(95555,34762,'action complete via WP Cron','2021-02-12 23:09:56','2021-02-12 15:09:56'),(95556,34763,'action created','2021-02-12 23:09:56','2021-02-12 15:09:56'),(95557,34763,'action started via WP Cron','2021-02-12 23:15:15','2021-02-12 15:15:15'),(95558,34763,'action complete via WP Cron','2021-02-12 23:15:15','2021-02-12 15:15:15'),(95559,34764,'action created','2021-02-12 23:15:15','2021-02-12 15:15:15'),(95560,34764,'action started via WP Cron','2021-02-12 23:16:19','2021-02-12 15:16:19'),(95561,34764,'action complete via WP Cron','2021-02-12 23:16:19','2021-02-12 15:16:19'),(95562,34765,'action created','2021-02-12 23:16:19','2021-02-12 15:16:19'),(95563,34765,'action started via WP Cron','2021-02-12 23:17:13','2021-02-12 15:17:13'),(95564,34765,'action complete via WP Cron','2021-02-12 23:17:13','2021-02-12 15:17:13'),(95565,34766,'action created','2021-02-12 23:17:13','2021-02-12 15:17:13'),(95566,34766,'action started via WP Cron','2021-02-12 23:19:23','2021-02-12 15:19:23'),(95567,34766,'action complete via WP Cron','2021-02-12 23:19:23','2021-02-12 15:19:23'),(95568,34767,'action created','2021-02-12 23:19:23','2021-02-12 15:19:23'),(95569,34767,'action started via WP Cron','2021-02-12 23:20:24','2021-02-12 15:20:24'),(95570,34767,'action complete via WP Cron','2021-02-12 23:20:24','2021-02-12 15:20:24'),(95571,34768,'action created','2021-02-12 23:20:24','2021-02-12 15:20:24'),(95572,34768,'action started via WP Cron','2021-02-12 23:21:24','2021-02-12 15:21:24'),(95573,34768,'action complete via WP Cron','2021-02-12 23:21:24','2021-02-12 15:21:24'),(95574,34769,'action created','2021-02-12 23:21:24','2021-02-12 15:21:24'),(95575,34769,'action started via WP Cron','2021-02-12 23:23:04','2021-02-12 15:23:04'),(95576,34769,'action complete via WP Cron','2021-02-12 23:23:04','2021-02-12 15:23:04'),(95577,34770,'action created','2021-02-12 23:23:04','2021-02-12 15:23:04'),(95578,34770,'action started via WP Cron','2021-02-12 23:25:56','2021-02-12 15:25:56'),(95579,34770,'action complete via WP Cron','2021-02-12 23:25:56','2021-02-12 15:25:56'),(95580,34771,'action created','2021-02-12 23:25:57','2021-02-12 15:25:57'),(95581,34771,'action started via WP Cron','2021-02-12 23:38:40','2021-02-12 15:38:40'),(95582,34771,'action complete via WP Cron','2021-02-12 23:38:40','2021-02-12 15:38:40'),(95583,34772,'action created','2021-02-12 23:38:40','2021-02-12 15:38:40'),(95584,34772,'action started via WP Cron','2021-02-12 23:47:47','2021-02-12 15:47:47'),(95585,34772,'action complete via WP Cron','2021-02-12 23:47:47','2021-02-12 15:47:47'),(95586,34773,'action created','2021-02-12 23:47:47','2021-02-12 15:47:47'),(95587,34773,'action started via WP Cron','2021-02-12 23:51:11','2021-02-12 15:51:11'),(95588,34773,'action complete via WP Cron','2021-02-12 23:51:11','2021-02-12 15:51:11'),(95589,34774,'action created','2021-02-12 23:51:11','2021-02-12 15:51:11'),(95590,34774,'action started via WP Cron','2021-02-12 23:52:18','2021-02-12 15:52:18'),(95591,34774,'action complete via WP Cron','2021-02-12 23:52:18','2021-02-12 15:52:18'),(95592,34775,'action created','2021-02-12 23:52:19','2021-02-12 15:52:19'),(95593,34775,'action started via WP Cron','2021-02-12 23:53:19','2021-02-12 15:53:19'),(95594,34775,'action complete via WP Cron','2021-02-12 23:53:19','2021-02-12 15:53:19'),(95595,34776,'action created','2021-02-12 23:53:19','2021-02-12 15:53:19'),(95596,34776,'action started via WP Cron','2021-02-12 23:55:22','2021-02-12 15:55:22'),(95597,34776,'action complete via WP Cron','2021-02-12 23:55:22','2021-02-12 15:55:22'),(95598,34777,'action created','2021-02-12 23:55:22','2021-02-12 15:55:22'),(95599,34777,'action started via WP Cron','2021-02-12 23:56:23','2021-02-12 15:56:23'),(95600,34777,'action complete via WP Cron','2021-02-12 23:56:23','2021-02-12 15:56:23'),(95601,34778,'action created','2021-02-12 23:56:23','2021-02-12 15:56:23'),(95602,34778,'action started via WP Cron','2021-02-12 23:57:23','2021-02-12 15:57:23'),(95603,34778,'action complete via WP Cron','2021-02-12 23:57:23','2021-02-12 15:57:23'),(95604,34779,'action created','2021-02-12 23:57:23','2021-02-12 15:57:23'),(95605,34779,'action started via WP Cron','2021-02-13 00:21:23','2021-02-12 16:21:23'),(95606,34779,'action complete via WP Cron','2021-02-13 00:21:23','2021-02-12 16:21:23'),(95607,34780,'action created','2021-02-13 00:22:24','2021-02-12 16:22:24'),(95608,34780,'action started via WP Cron','2021-02-13 00:23:25','2021-02-12 16:23:25'),(95609,34780,'action complete via WP Cron','2021-02-13 00:23:25','2021-02-12 16:23:25'),(95610,34781,'action created','2021-02-13 00:23:25','2021-02-12 16:23:25'),(95611,34781,'action started via WP Cron','2021-02-13 00:24:27','2021-02-12 16:24:27'),(95612,34781,'action complete via WP Cron','2021-02-13 00:24:27','2021-02-12 16:24:27'),(95613,34782,'action created','2021-02-13 00:24:27','2021-02-12 16:24:27'),(95614,34782,'action started via WP Cron','2021-02-13 00:26:28','2021-02-12 16:26:28'),(95615,34782,'action complete via WP Cron','2021-02-13 00:26:28','2021-02-12 16:26:28'),(95616,34783,'action created','2021-02-13 00:26:28','2021-02-12 16:26:28'),(95617,34783,'action started via WP Cron','2021-02-13 00:27:29','2021-02-12 16:27:29'),(95618,34783,'action complete via WP Cron','2021-02-13 00:27:29','2021-02-12 16:27:29'),(95619,34784,'action created','2021-02-13 00:27:29','2021-02-12 16:27:29'),(95620,34784,'action started via WP Cron','2021-02-13 00:42:07','2021-02-12 16:42:07'),(95621,34784,'action complete via WP Cron','2021-02-13 00:42:07','2021-02-12 16:42:07'),(95622,34785,'action created','2021-02-13 00:42:07','2021-02-12 16:42:07'),(95623,34785,'action started via WP Cron','2021-02-13 00:43:07','2021-02-12 16:43:07'),(95624,34785,'action complete via WP Cron','2021-02-13 00:43:07','2021-02-12 16:43:07'),(95625,34786,'action created','2021-02-13 00:43:07','2021-02-12 16:43:07'),(95626,34786,'action started via WP Cron','2021-02-13 00:44:14','2021-02-12 16:44:14'),(95627,34786,'action complete via WP Cron','2021-02-13 00:44:14','2021-02-12 16:44:14'),(95628,34787,'action created','2021-02-13 00:44:14','2021-02-12 16:44:14'),(95629,34787,'action started via WP Cron','2021-02-13 00:45:50','2021-02-12 16:45:50'),(95630,34787,'action complete via WP Cron','2021-02-13 00:45:50','2021-02-12 16:45:50'),(95631,34788,'action created','2021-02-13 00:45:50','2021-02-12 16:45:50'),(95632,34788,'action started via WP Cron','2021-02-13 00:47:13','2021-02-12 16:47:13'),(95633,34788,'action complete via WP Cron','2021-02-13 00:47:13','2021-02-12 16:47:13'),(95634,34789,'action created','2021-02-13 00:47:13','2021-02-12 16:47:13'),(95635,34789,'action started via WP Cron','2021-02-13 00:48:26','2021-02-12 16:48:26'),(95636,34789,'action complete via WP Cron','2021-02-13 00:48:26','2021-02-12 16:48:26'),(95637,34790,'action created','2021-02-13 00:48:26','2021-02-12 16:48:26'),(95638,34790,'action started via WP Cron','2021-02-13 00:51:23','2021-02-12 16:51:23'),(95639,34790,'action complete via WP Cron','2021-02-13 00:51:23','2021-02-12 16:51:23'),(95640,34791,'action created','2021-02-13 00:51:23','2021-02-12 16:51:23'),(95641,34791,'action started via WP Cron','2021-02-13 00:55:10','2021-02-12 16:55:10'),(95642,34791,'action complete via WP Cron','2021-02-13 00:55:10','2021-02-12 16:55:10'),(95643,34792,'action created','2021-02-13 00:55:10','2021-02-12 16:55:10'),(95644,34792,'action started via WP Cron','2021-02-13 00:57:39','2021-02-12 16:57:39'),(95645,34792,'action complete via WP Cron','2021-02-13 00:57:39','2021-02-12 16:57:39'),(95646,34793,'action created','2021-02-13 00:57:39','2021-02-12 16:57:39'),(95647,34793,'action started via WP Cron','2021-02-13 00:58:23','2021-02-12 16:58:23'),(95648,34793,'action complete via WP Cron','2021-02-13 00:58:23','2021-02-12 16:58:23'),(95649,34794,'action created','2021-02-13 00:58:23','2021-02-12 16:58:23'),(95650,34794,'action started via WP Cron','2021-02-13 00:59:24','2021-02-12 16:59:24'),(95651,34794,'action complete via WP Cron','2021-02-13 00:59:24','2021-02-12 16:59:24'),(95652,34795,'action created','2021-02-13 00:59:24','2021-02-12 16:59:24'),(95653,34795,'action started via WP Cron','2021-02-13 01:00:25','2021-02-12 17:00:25'),(95654,34795,'action complete via WP Cron','2021-02-13 01:00:25','2021-02-12 17:00:25'),(95655,34796,'action created','2021-02-13 01:00:25','2021-02-12 17:00:25'),(95656,34796,'action started via WP Cron','2021-02-13 01:02:27','2021-02-12 17:02:27'),(95657,34796,'action complete via WP Cron','2021-02-13 01:02:27','2021-02-12 17:02:27'),(95658,34797,'action created','2021-02-13 01:02:27','2021-02-12 17:02:27'),(95659,34797,'action started via WP Cron','2021-02-13 01:03:28','2021-02-12 17:03:28'),(95660,34797,'action complete via WP Cron','2021-02-13 01:03:28','2021-02-12 17:03:28'),(95661,34798,'action created','2021-02-13 01:03:28','2021-02-12 17:03:28'),(95662,34798,'action started via WP Cron','2021-02-13 01:13:17','2021-02-12 17:13:17'),(95663,34798,'action complete via WP Cron','2021-02-13 01:13:17','2021-02-12 17:13:17'),(95664,34799,'action created','2021-02-13 01:13:17','2021-02-12 17:13:17'),(95665,34799,'action started via WP Cron','2021-02-13 01:14:23','2021-02-12 17:14:23'),(95666,34799,'action complete via WP Cron','2021-02-13 01:14:23','2021-02-12 17:14:23'),(95667,34800,'action created','2021-02-13 01:17:27','2021-02-12 17:17:27'),(95668,34800,'action started via WP Cron','2021-02-13 01:18:35','2021-02-12 17:18:35'),(95669,34800,'action complete via WP Cron','2021-02-13 01:18:35','2021-02-12 17:18:35'),(95670,34801,'action created','2021-02-13 01:18:35','2021-02-12 17:18:35'),(95671,34801,'action started via WP Cron','2021-02-13 01:18:57','2021-02-12 17:18:57'),(95672,34801,'action complete via WP Cron','2021-02-13 01:18:57','2021-02-12 17:18:57'),(95673,34802,'action created','2021-02-13 01:18:57','2021-02-12 17:18:57'),(95674,34802,'action started via WP Cron','2021-02-13 01:21:37','2021-02-12 17:21:37'),(95675,34802,'action complete via WP Cron','2021-02-13 01:21:37','2021-02-12 17:21:37'),(95676,34803,'action created','2021-02-13 01:21:37','2021-02-12 17:21:37'),(95677,34803,'action started via WP Cron','2021-02-13 01:22:38','2021-02-12 17:22:38'),(95678,34803,'action complete via WP Cron','2021-02-13 01:22:38','2021-02-12 17:22:38'),(95679,34804,'action created','2021-02-13 01:22:38','2021-02-12 17:22:38'),(95680,34804,'action started via WP Cron','2021-02-13 01:23:39','2021-02-12 17:23:39'),(95681,34804,'action complete via WP Cron','2021-02-13 01:23:39','2021-02-12 17:23:39'),(95682,34805,'action created','2021-02-13 01:23:39','2021-02-12 17:23:39'),(95683,34805,'action started via WP Cron','2021-02-13 01:27:35','2021-02-12 17:27:35'),(95684,34805,'action complete via WP Cron','2021-02-13 01:27:35','2021-02-12 17:27:35'),(95685,34806,'action created','2021-02-13 01:27:36','2021-02-12 17:27:36'),(95686,34806,'action started via WP Cron','2021-02-13 01:28:29','2021-02-12 17:28:29'),(95687,34806,'action complete via WP Cron','2021-02-13 01:28:29','2021-02-12 17:28:29'),(95688,34807,'action created','2021-02-13 01:28:29','2021-02-12 17:28:29'),(95689,34807,'action started via WP Cron','2021-02-13 01:29:30','2021-02-12 17:29:30'),(95690,34807,'action complete via WP Cron','2021-02-13 01:29:30','2021-02-12 17:29:30'),(95691,34808,'action created','2021-02-13 01:29:30','2021-02-12 17:29:30'),(95692,34808,'action started via WP Cron','2021-02-13 01:35:02','2021-02-12 17:35:02'),(95693,34808,'action complete via WP Cron','2021-02-13 01:35:02','2021-02-12 17:35:02'),(95694,34809,'action created','2021-02-13 01:35:02','2021-02-12 17:35:02'),(95695,34809,'action started via WP Cron','2021-02-13 01:42:26','2021-02-12 17:42:26'),(95696,34809,'action complete via WP Cron','2021-02-13 01:42:26','2021-02-12 17:42:26'),(95697,34810,'action created','2021-02-13 01:42:26','2021-02-12 17:42:26'),(95698,34810,'action started via WP Cron','2021-02-13 01:47:18','2021-02-12 17:47:18'),(95699,34810,'action complete via WP Cron','2021-02-13 01:47:18','2021-02-12 17:47:18'),(95700,34811,'action created','2021-02-13 01:47:18','2021-02-12 17:47:18'),(95701,34811,'action started via WP Cron','2021-02-13 01:48:08','2021-02-12 17:48:08'),(95702,34811,'action complete via WP Cron','2021-02-13 01:48:08','2021-02-12 17:48:08'),(95703,34812,'action created','2021-02-13 01:48:08','2021-02-12 17:48:08'),(95704,34812,'action started via WP Cron','2021-02-13 01:49:59','2021-02-12 17:49:59'),(95705,34812,'action complete via WP Cron','2021-02-13 01:49:59','2021-02-12 17:49:59'),(95706,34813,'action created','2021-02-13 01:49:59','2021-02-12 17:49:59'),(95707,34813,'action started via WP Cron','2021-02-13 01:51:11','2021-02-12 17:51:11'),(95708,34813,'action complete via WP Cron','2021-02-13 01:51:11','2021-02-12 17:51:11'),(95709,34814,'action created','2021-02-13 01:51:12','2021-02-12 17:51:12'),(95710,34814,'action started via WP Cron','2021-02-13 01:52:14','2021-02-12 17:52:14'),(95711,34814,'action complete via WP Cron','2021-02-13 01:52:14','2021-02-12 17:52:14'),(95712,34815,'action created','2021-02-13 01:52:14','2021-02-12 17:52:14'),(95713,34815,'action started via WP Cron','2021-02-13 02:00:41','2021-02-12 18:00:41'),(95714,34815,'action complete via WP Cron','2021-02-13 02:00:41','2021-02-12 18:00:41'),(95715,34816,'action created','2021-02-13 02:00:41','2021-02-12 18:00:41'),(95716,34816,'action started via WP Cron','2021-02-13 02:05:14','2021-02-12 18:05:14'),(95717,34816,'action complete via WP Cron','2021-02-13 02:05:14','2021-02-12 18:05:14'),(95718,34817,'action created','2021-02-13 02:05:15','2021-02-12 18:05:15'),(95719,34817,'action started via WP Cron','2021-02-13 02:21:57','2021-02-12 18:21:57'),(95720,34817,'action complete via WP Cron','2021-02-13 02:21:57','2021-02-12 18:21:57'),(95721,34818,'action created','2021-02-13 02:21:57','2021-02-12 18:21:57'),(95722,34818,'action started via WP Cron','2021-02-13 02:23:53','2021-02-12 18:23:53'),(95723,34818,'action complete via WP Cron','2021-02-13 02:23:53','2021-02-12 18:23:53'),(95724,34819,'action created','2021-02-13 02:23:53','2021-02-12 18:23:53'),(95725,34819,'action started via WP Cron','2021-02-13 02:24:54','2021-02-12 18:24:54'),(95726,34819,'action complete via WP Cron','2021-02-13 02:24:54','2021-02-12 18:24:54'),(95727,34820,'action created','2021-02-13 02:24:54','2021-02-12 18:24:54'),(95728,34820,'action started via WP Cron','2021-02-13 02:25:55','2021-02-12 18:25:55'),(95729,34820,'action complete via WP Cron','2021-02-13 02:25:55','2021-02-12 18:25:55'),(95730,34821,'action created','2021-02-13 02:25:55','2021-02-12 18:25:55'),(95731,34821,'action started via WP Cron','2021-02-13 02:26:56','2021-02-12 18:26:56'),(95732,34821,'action complete via WP Cron','2021-02-13 02:26:56','2021-02-12 18:26:56'),(95733,34822,'action created','2021-02-13 02:26:56','2021-02-12 18:26:56'),(95734,34822,'action started via WP Cron','2021-02-13 02:27:57','2021-02-12 18:27:57'),(95735,34822,'action complete via WP Cron','2021-02-13 02:27:57','2021-02-12 18:27:57'),(95736,34823,'action created','2021-02-13 02:27:57','2021-02-12 18:27:57'),(95737,34823,'action started via WP Cron','2021-02-13 02:28:52','2021-02-12 18:28:52'),(95738,34823,'action complete via WP Cron','2021-02-13 02:28:52','2021-02-12 18:28:52'),(95739,34824,'action created','2021-02-13 02:28:52','2021-02-12 18:28:52'),(95740,34824,'action started via WP Cron','2021-02-13 02:29:42','2021-02-12 18:29:42'),(95741,34824,'action complete via WP Cron','2021-02-13 02:29:42','2021-02-12 18:29:42'),(95742,34825,'action created','2021-02-13 02:29:42','2021-02-12 18:29:42'),(95743,34825,'action started via WP Cron','2021-02-13 02:30:46','2021-02-12 18:30:46'),(95744,34825,'action complete via WP Cron','2021-02-13 02:30:46','2021-02-12 18:30:46'),(95745,34826,'action created','2021-02-13 02:30:46','2021-02-12 18:30:46'),(95746,34826,'action started via WP Cron','2021-02-13 02:31:48','2021-02-12 18:31:48'),(95747,34826,'action complete via WP Cron','2021-02-13 02:31:48','2021-02-12 18:31:48'),(95748,34827,'action created','2021-02-13 02:31:48','2021-02-12 18:31:48'),(95749,34827,'action started via WP Cron','2021-02-13 02:32:47','2021-02-12 18:32:47'),(95750,34827,'action complete via WP Cron','2021-02-13 02:32:47','2021-02-12 18:32:47'),(95751,34828,'action created','2021-02-13 02:32:47','2021-02-12 18:32:47'),(95752,34828,'action started via WP Cron','2021-02-13 02:33:47','2021-02-12 18:33:47'),(95753,34828,'action complete via WP Cron','2021-02-13 02:33:47','2021-02-12 18:33:47'),(95754,34829,'action created','2021-02-13 02:33:47','2021-02-12 18:33:47'),(95755,34829,'action started via WP Cron','2021-02-13 02:34:46','2021-02-12 18:34:46'),(95756,34829,'action complete via WP Cron','2021-02-13 02:34:46','2021-02-12 18:34:46'),(95757,34830,'action created','2021-02-13 02:34:46','2021-02-12 18:34:46'),(95758,34830,'action started via WP Cron','2021-02-13 02:35:44','2021-02-12 18:35:44'),(95759,34830,'action complete via WP Cron','2021-02-13 02:35:44','2021-02-12 18:35:44'),(95760,34831,'action created','2021-02-13 02:35:44','2021-02-12 18:35:44'),(95761,34831,'action started via WP Cron','2021-02-13 02:36:46','2021-02-12 18:36:46'),(95762,34831,'action complete via WP Cron','2021-02-13 02:36:46','2021-02-12 18:36:46'),(95763,34832,'action created','2021-02-13 02:36:46','2021-02-12 18:36:46'),(95764,34832,'action started via WP Cron','2021-02-13 02:38:05','2021-02-12 18:38:05'),(95765,34832,'action complete via WP Cron','2021-02-13 02:38:05','2021-02-12 18:38:05'),(95766,34833,'action created','2021-02-13 02:38:05','2021-02-12 18:38:05'),(95767,34833,'action started via WP Cron','2021-02-13 02:38:49','2021-02-12 18:38:49'),(95768,34833,'action complete via WP Cron','2021-02-13 02:38:49','2021-02-12 18:38:49'),(95769,34834,'action created','2021-02-13 02:38:49','2021-02-12 18:38:49'),(95770,34834,'action started via WP Cron','2021-02-13 02:39:51','2021-02-12 18:39:51'),(95771,34834,'action complete via WP Cron','2021-02-13 02:39:51','2021-02-12 18:39:51'),(95772,34835,'action created','2021-02-13 02:39:51','2021-02-12 18:39:51'),(95773,34835,'action started via WP Cron','2021-02-13 02:40:50','2021-02-12 18:40:50'),(95774,34835,'action complete via WP Cron','2021-02-13 02:40:50','2021-02-12 18:40:50'),(95775,34836,'action created','2021-02-13 02:40:51','2021-02-12 18:40:51'),(95776,34836,'action started via WP Cron','2021-02-13 02:41:43','2021-02-12 18:41:43'),(95777,34836,'action complete via WP Cron','2021-02-13 02:41:43','2021-02-12 18:41:43'),(95778,34837,'action created','2021-02-13 02:41:43','2021-02-12 18:41:43'),(95779,34837,'action started via WP Cron','2021-02-13 02:42:48','2021-02-12 18:42:48'),(95780,34837,'action complete via WP Cron','2021-02-13 02:42:48','2021-02-12 18:42:48'),(95781,34838,'action created','2021-02-13 02:42:48','2021-02-12 18:42:48'),(95782,34838,'action started via WP Cron','2021-02-13 02:43:54','2021-02-12 18:43:54'),(95783,34838,'action complete via WP Cron','2021-02-13 02:43:54','2021-02-12 18:43:54'),(95784,34839,'action created','2021-02-13 02:43:55','2021-02-12 18:43:55'),(95785,34839,'action started via WP Cron','2021-02-13 02:44:51','2021-02-12 18:44:51'),(95786,34839,'action complete via WP Cron','2021-02-13 02:44:51','2021-02-12 18:44:51'),(95787,34840,'action created','2021-02-13 02:44:51','2021-02-12 18:44:51'),(95788,34840,'action started via WP Cron','2021-02-13 02:45:56','2021-02-12 18:45:56'),(95789,34840,'action complete via WP Cron','2021-02-13 02:45:56','2021-02-12 18:45:56'),(95790,34841,'action created','2021-02-13 02:45:56','2021-02-12 18:45:56'),(95791,34841,'action started via WP Cron','2021-02-13 02:46:58','2021-02-12 18:46:58'),(95792,34841,'action complete via WP Cron','2021-02-13 02:46:58','2021-02-12 18:46:58'),(95793,34842,'action created','2021-02-13 02:46:58','2021-02-12 18:46:58'),(95794,34842,'action started via WP Cron','2021-02-13 02:47:41','2021-02-12 18:47:41'),(95795,34842,'action complete via WP Cron','2021-02-13 02:47:41','2021-02-12 18:47:41'),(95796,34843,'action created','2021-02-13 02:47:41','2021-02-12 18:47:41'),(95797,34843,'action started via WP Cron','2021-02-13 02:48:43','2021-02-12 18:48:43'),(95798,34843,'action complete via WP Cron','2021-02-13 02:48:43','2021-02-12 18:48:43'),(95799,34844,'action created','2021-02-13 02:48:43','2021-02-12 18:48:43'),(95800,34844,'action started via WP Cron','2021-02-13 02:49:51','2021-02-12 18:49:51'),(95801,34844,'action complete via WP Cron','2021-02-13 02:49:51','2021-02-12 18:49:51'),(95802,34845,'action created','2021-02-13 02:54:43','2021-02-12 18:54:43'),(95803,34845,'action started via WP Cron','2021-02-13 03:08:39','2021-02-12 19:08:39'),(95804,34845,'action complete via WP Cron','2021-02-13 03:08:39','2021-02-12 19:08:39'),(95805,34846,'action created','2021-02-13 03:08:39','2021-02-12 19:08:39'),(95806,34846,'action started via WP Cron','2021-02-13 03:16:46','2021-02-12 19:16:46'),(95807,34846,'action complete via WP Cron','2021-02-13 03:16:46','2021-02-12 19:16:46'),(95808,34847,'action created','2021-02-13 03:16:46','2021-02-12 19:16:46'),(95809,34847,'action started via WP Cron','2021-02-13 03:17:48','2021-02-12 19:17:48'),(95810,34847,'action complete via WP Cron','2021-02-13 03:17:48','2021-02-12 19:17:48'),(95811,34848,'action created','2021-02-13 03:17:48','2021-02-12 19:17:48'),(95812,34848,'action started via WP Cron','2021-02-13 03:18:50','2021-02-12 19:18:50'),(95813,34848,'action complete via WP Cron','2021-02-13 03:18:50','2021-02-12 19:18:50'),(95814,34849,'action created','2021-02-13 03:18:50','2021-02-12 19:18:50'),(95815,34849,'action started via WP Cron','2021-02-13 03:19:45','2021-02-12 19:19:45'),(95816,34849,'action complete via WP Cron','2021-02-13 03:19:45','2021-02-12 19:19:45'),(95817,34850,'action created','2021-02-13 03:19:45','2021-02-12 19:19:45'),(95818,34850,'action started via WP Cron','2021-02-13 03:20:50','2021-02-12 19:20:50'),(95819,34850,'action complete via WP Cron','2021-02-13 03:20:50','2021-02-12 19:20:50'),(95820,34851,'action created','2021-02-13 03:20:50','2021-02-12 19:20:50'),(95821,34851,'action started via WP Cron','2021-02-13 03:21:49','2021-02-12 19:21:49'),(95822,34851,'action complete via WP Cron','2021-02-13 03:21:49','2021-02-12 19:21:49'),(95823,34852,'action created','2021-02-13 03:21:49','2021-02-12 19:21:49'),(95824,34852,'action started via WP Cron','2021-02-13 03:22:48','2021-02-12 19:22:48'),(95825,34852,'action complete via WP Cron','2021-02-13 03:22:48','2021-02-12 19:22:48'),(95826,34853,'action created','2021-02-13 03:22:48','2021-02-12 19:22:48'),(95827,34853,'action started via WP Cron','2021-02-13 03:23:53','2021-02-12 19:23:53'),(95828,34853,'action complete via WP Cron','2021-02-13 03:23:53','2021-02-12 19:23:53'),(95829,34854,'action created','2021-02-13 03:23:53','2021-02-12 19:23:53'),(95830,34854,'action started via WP Cron','2021-02-13 03:24:51','2021-02-12 19:24:51'),(95831,34854,'action complete via WP Cron','2021-02-13 03:24:51','2021-02-12 19:24:51'),(95832,34855,'action created','2021-02-13 03:24:51','2021-02-12 19:24:51'),(95833,34855,'action started via WP Cron','2021-02-13 03:25:52','2021-02-12 19:25:52'),(95834,34855,'action complete via WP Cron','2021-02-13 03:25:52','2021-02-12 19:25:52'),(95835,34856,'action created','2021-02-13 03:25:52','2021-02-12 19:25:52'),(95836,34856,'action started via WP Cron','2021-02-13 03:26:53','2021-02-12 19:26:53'),(95837,34856,'action complete via WP Cron','2021-02-13 03:26:53','2021-02-12 19:26:53'),(95838,34857,'action created','2021-02-13 03:26:53','2021-02-12 19:26:53'),(95839,34857,'action started via WP Cron','2021-02-13 03:27:45','2021-02-12 19:27:45'),(95840,34857,'action complete via WP Cron','2021-02-13 03:27:45','2021-02-12 19:27:45'),(95841,34858,'action created','2021-02-13 03:27:45','2021-02-12 19:27:45'),(95842,34858,'action started via WP Cron','2021-02-13 03:28:48','2021-02-12 19:28:48'),(95843,34858,'action complete via WP Cron','2021-02-13 03:28:48','2021-02-12 19:28:48'),(95844,34859,'action created','2021-02-13 03:28:48','2021-02-12 19:28:48'),(95845,34859,'action started via WP Cron','2021-02-13 03:29:48','2021-02-12 19:29:48'),(95846,34859,'action complete via WP Cron','2021-02-13 03:29:48','2021-02-12 19:29:48'),(95847,34860,'action created','2021-02-13 03:29:48','2021-02-12 19:29:48'),(95848,34860,'action started via WP Cron','2021-02-13 03:30:48','2021-02-12 19:30:48'),(95849,34860,'action complete via WP Cron','2021-02-13 03:30:48','2021-02-12 19:30:48'),(95850,34861,'action created','2021-02-13 03:30:48','2021-02-12 19:30:48'),(95851,34861,'action started via WP Cron','2021-02-13 03:31:42','2021-02-12 19:31:42'),(95852,34861,'action complete via WP Cron','2021-02-13 03:31:42','2021-02-12 19:31:42'),(95853,34862,'action created','2021-02-13 03:31:42','2021-02-12 19:31:42'),(95854,34862,'action started via WP Cron','2021-02-13 03:32:48','2021-02-12 19:32:48'),(95855,34862,'action complete via WP Cron','2021-02-13 03:32:48','2021-02-12 19:32:48'),(95856,34863,'action created','2021-02-13 03:32:48','2021-02-12 19:32:48'),(95857,34863,'action started via WP Cron','2021-02-13 03:33:42','2021-02-12 19:33:42'),(95858,34863,'action complete via WP Cron','2021-02-13 03:33:42','2021-02-12 19:33:42'),(95859,34864,'action created','2021-02-13 03:33:42','2021-02-12 19:33:42'),(95860,34864,'action started via WP Cron','2021-02-13 03:34:56','2021-02-12 19:34:56'),(95861,34864,'action complete via WP Cron','2021-02-13 03:34:56','2021-02-12 19:34:56'),(95862,34865,'action created','2021-02-13 03:34:57','2021-02-12 19:34:57'),(95863,34865,'action started via WP Cron','2021-02-13 03:35:46','2021-02-12 19:35:46'),(95864,34865,'action complete via WP Cron','2021-02-13 03:35:46','2021-02-12 19:35:46'),(95865,34866,'action created','2021-02-13 03:35:46','2021-02-12 19:35:46'),(95866,34866,'action started via WP Cron','2021-02-13 03:36:46','2021-02-12 19:36:46'),(95867,34866,'action complete via WP Cron','2021-02-13 03:36:46','2021-02-12 19:36:46'),(95868,34867,'action created','2021-02-13 03:36:46','2021-02-12 19:36:46'),(95869,34867,'action started via WP Cron','2021-02-13 03:37:58','2021-02-12 19:37:58'),(95870,34867,'action complete via WP Cron','2021-02-13 03:37:58','2021-02-12 19:37:58'),(95871,34868,'action created','2021-02-13 03:37:58','2021-02-12 19:37:58'),(95872,34868,'action started via WP Cron','2021-02-13 03:38:45','2021-02-12 19:38:45'),(95873,34868,'action complete via WP Cron','2021-02-13 03:38:45','2021-02-12 19:38:45'),(95874,34869,'action created','2021-02-13 03:38:45','2021-02-12 19:38:45'),(95875,34869,'action started via WP Cron','2021-02-13 03:39:50','2021-02-12 19:39:50'),(95876,34869,'action complete via WP Cron','2021-02-13 03:39:50','2021-02-12 19:39:50'),(95877,34870,'action created','2021-02-13 03:39:50','2021-02-12 19:39:50'),(95878,34870,'action started via WP Cron','2021-02-13 03:40:43','2021-02-12 19:40:43'),(95879,34870,'action complete via WP Cron','2021-02-13 03:40:43','2021-02-12 19:40:43'),(95880,34871,'action created','2021-02-13 03:40:43','2021-02-12 19:40:43'),(95881,34871,'action started via WP Cron','2021-02-13 03:41:42','2021-02-12 19:41:42'),(95882,34871,'action complete via WP Cron','2021-02-13 03:41:42','2021-02-12 19:41:42'),(95883,34872,'action created','2021-02-13 03:41:42','2021-02-12 19:41:42'),(95884,34872,'action started via WP Cron','2021-02-13 03:46:06','2021-02-12 19:46:06'),(95885,34872,'action complete via WP Cron','2021-02-13 03:46:06','2021-02-12 19:46:06'),(95886,34873,'action created','2021-02-13 03:46:06','2021-02-12 19:46:06'),(95887,34873,'action started via WP Cron','2021-02-13 03:48:42','2021-02-12 19:48:42'),(95888,34873,'action complete via WP Cron','2021-02-13 03:48:42','2021-02-12 19:48:42'),(95889,34874,'action created','2021-02-13 03:48:42','2021-02-12 19:48:42'),(95890,34874,'action started via WP Cron','2021-02-13 03:49:42','2021-02-12 19:49:42'),(95891,34874,'action complete via WP Cron','2021-02-13 03:49:42','2021-02-12 19:49:42'),(95892,34875,'action created','2021-02-13 03:49:42','2021-02-12 19:49:42'),(95893,34875,'action started via WP Cron','2021-02-13 03:50:44','2021-02-12 19:50:44'),(95894,34875,'action complete via WP Cron','2021-02-13 03:50:44','2021-02-12 19:50:44'),(95895,34876,'action created','2021-02-13 03:50:44','2021-02-12 19:50:44'),(95896,34876,'action started via WP Cron','2021-02-13 03:51:45','2021-02-12 19:51:45'),(95897,34876,'action complete via WP Cron','2021-02-13 03:51:45','2021-02-12 19:51:45'),(95898,34877,'action created','2021-02-13 03:51:45','2021-02-12 19:51:45'),(95899,34877,'action started via WP Cron','2021-02-13 03:52:46','2021-02-12 19:52:46'),(95900,34877,'action complete via WP Cron','2021-02-13 03:52:46','2021-02-12 19:52:46'),(95901,34878,'action created','2021-02-13 03:52:46','2021-02-12 19:52:46'),(95902,34878,'action started via WP Cron','2021-02-13 03:53:47','2021-02-12 19:53:47'),(95903,34878,'action complete via WP Cron','2021-02-13 03:53:47','2021-02-12 19:53:47'),(95904,34879,'action created','2021-02-13 03:53:47','2021-02-12 19:53:47'),(95905,34879,'action started via WP Cron','2021-02-13 03:56:22','2021-02-12 19:56:22'),(95906,34879,'action complete via WP Cron','2021-02-13 03:56:22','2021-02-12 19:56:22'),(95907,34880,'action created','2021-02-13 03:56:22','2021-02-12 19:56:22'),(95908,34880,'action started via WP Cron','2021-02-13 04:03:26','2021-02-12 20:03:26'),(95909,34880,'action complete via WP Cron','2021-02-13 04:03:26','2021-02-12 20:03:26'),(95910,34881,'action created','2021-02-13 04:03:26','2021-02-12 20:03:26'),(95911,34881,'action started via WP Cron','2021-02-13 04:06:29','2021-02-12 20:06:29'),(95912,34881,'action complete via WP Cron','2021-02-13 04:06:29','2021-02-12 20:06:29'),(95913,34882,'action created','2021-02-13 04:06:29','2021-02-12 20:06:29'),(95914,34882,'action started via WP Cron','2021-02-13 04:08:03','2021-02-12 20:08:03'),(95915,34882,'action complete via WP Cron','2021-02-13 04:08:03','2021-02-12 20:08:03'),(95916,34883,'action created','2021-02-13 04:08:03','2021-02-12 20:08:03'),(95917,34883,'action started via WP Cron','2021-02-13 04:08:47','2021-02-12 20:08:47'),(95918,34883,'action complete via WP Cron','2021-02-13 04:08:47','2021-02-12 20:08:47'),(95919,34884,'action created','2021-02-13 04:08:47','2021-02-12 20:08:47'),(95920,34884,'action started via WP Cron','2021-02-13 04:10:23','2021-02-12 20:10:23'),(95921,34884,'action complete via WP Cron','2021-02-13 04:10:23','2021-02-12 20:10:23'),(95922,34885,'action created','2021-02-13 04:10:23','2021-02-12 20:10:23'),(95923,34885,'action started via WP Cron','2021-02-13 04:14:06','2021-02-12 20:14:06'),(95924,34885,'action complete via WP Cron','2021-02-13 04:14:06','2021-02-12 20:14:06'),(95925,34886,'action created','2021-02-13 04:14:06','2021-02-12 20:14:06'),(95926,34886,'action started via WP Cron','2021-02-13 04:16:37','2021-02-12 20:16:37'),(95927,34886,'action complete via WP Cron','2021-02-13 04:16:37','2021-02-12 20:16:37'),(95928,34887,'action created','2021-02-13 04:16:37','2021-02-12 20:16:37'),(95929,34887,'action started via WP Cron','2021-02-13 04:21:18','2021-02-12 20:21:18'),(95930,34887,'action complete via WP Cron','2021-02-13 04:21:18','2021-02-12 20:21:18'),(95931,34888,'action created','2021-02-13 04:21:18','2021-02-12 20:21:18'),(95935,34367,'action started via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95936,34367,'action complete via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95937,34890,'action created','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95938,34888,'action started via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95939,34888,'action complete via WP Cron','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95940,34891,'action created','2021-02-13 04:35:44','2021-02-12 20:35:44'),(95941,34891,'action started via WP Cron','2021-02-13 04:36:45','2021-02-12 20:36:45'),(95942,34891,'action complete via WP Cron','2021-02-13 04:36:45','2021-02-12 20:36:45'),(95943,34892,'action created','2021-02-13 04:36:45','2021-02-12 20:36:45'),(95944,34892,'action started via WP Cron','2021-02-13 04:37:46','2021-02-12 20:37:46'),(95945,34892,'action complete via WP Cron','2021-02-13 04:37:46','2021-02-12 20:37:46'),(95946,34893,'action created','2021-02-13 04:37:46','2021-02-12 20:37:46'),(95947,34893,'action started via WP Cron','2021-02-13 04:39:48','2021-02-12 20:39:48'),(95948,34893,'action complete via WP Cron','2021-02-13 04:39:48','2021-02-12 20:39:48'),(95949,34894,'action created','2021-02-13 04:39:48','2021-02-12 20:39:48'),(95950,34894,'action started via WP Cron','2021-02-13 04:40:49','2021-02-12 20:40:49'),(95951,34894,'action complete via WP Cron','2021-02-13 04:40:49','2021-02-12 20:40:49'),(95952,34895,'action created','2021-02-13 04:40:49','2021-02-12 20:40:49'),(95953,34895,'action started via WP Cron','2021-02-13 04:41:50','2021-02-12 20:41:50'),(95954,34895,'action complete via WP Cron','2021-02-13 04:41:50','2021-02-12 20:41:50'),(95955,34896,'action created','2021-02-13 04:41:50','2021-02-12 20:41:50'),(95956,34896,'action started via WP Cron','2021-02-13 04:44:00','2021-02-12 20:44:00'),(95957,34896,'action complete via WP Cron','2021-02-13 04:44:00','2021-02-12 20:44:00'),(95958,34897,'action created','2021-02-13 04:44:00','2021-02-12 20:44:00'),(95959,34897,'action started via WP Cron','2021-02-13 04:50:17','2021-02-12 20:50:17'),(95960,34897,'action complete via WP Cron','2021-02-13 04:50:17','2021-02-12 20:50:17'),(95961,34898,'action created','2021-02-13 04:50:17','2021-02-12 20:50:17'),(95962,34898,'action started via WP Cron','2021-02-13 04:53:51','2021-02-12 20:53:51'),(95963,34898,'action complete via WP Cron','2021-02-13 04:53:51','2021-02-12 20:53:51'),(95964,34899,'action created','2021-02-13 04:53:51','2021-02-12 20:53:51'),(95965,34899,'action started via WP Cron','2021-02-13 04:54:52','2021-02-12 20:54:52'),(95966,34899,'action complete via WP Cron','2021-02-13 04:54:52','2021-02-12 20:54:52'),(95967,34900,'action created','2021-02-13 04:54:52','2021-02-12 20:54:52'),(95968,34900,'action started via WP Cron','2021-02-13 04:55:53','2021-02-12 20:55:53'),(95969,34900,'action complete via WP Cron','2021-02-13 04:55:53','2021-02-12 20:55:53'),(95970,34901,'action created','2021-02-13 04:55:53','2021-02-12 20:55:53'),(95971,34901,'action started via WP Cron','2021-02-13 04:56:55','2021-02-12 20:56:55'),(95972,34901,'action complete via WP Cron','2021-02-13 04:56:55','2021-02-12 20:56:55'),(95973,34902,'action created','2021-02-13 04:56:55','2021-02-12 20:56:55'),(95974,34902,'action started via WP Cron','2021-02-13 04:58:56','2021-02-12 20:58:56'),(95975,34902,'action complete via WP Cron','2021-02-13 04:58:56','2021-02-12 20:58:56'),(95976,34903,'action created','2021-02-13 04:58:57','2021-02-12 20:58:57'),(95977,34903,'action started via WP Cron','2021-02-13 05:13:37','2021-02-12 21:13:37'),(95978,34903,'action complete via WP Cron','2021-02-13 05:13:37','2021-02-12 21:13:37'),(95979,34904,'action created','2021-02-13 05:13:37','2021-02-12 21:13:37'),(95980,34904,'action started via WP Cron','2021-02-13 05:14:37','2021-02-12 21:14:37'),(95981,34904,'action complete via WP Cron','2021-02-13 05:14:37','2021-02-12 21:14:37'),(95982,34905,'action created','2021-02-13 05:14:37','2021-02-12 21:14:37'),(95983,34905,'action started via WP Cron','2021-02-13 05:15:38','2021-02-12 21:15:38'),(95984,34905,'action complete via WP Cron','2021-02-13 05:15:38','2021-02-12 21:15:38'),(95985,34906,'action created','2021-02-13 05:15:38','2021-02-12 21:15:38'),(95986,34906,'action started via WP Cron','2021-02-13 05:17:40','2021-02-12 21:17:40'),(95987,34906,'action complete via WP Cron','2021-02-13 05:17:40','2021-02-12 21:17:40'),(95988,34907,'action created','2021-02-13 05:17:40','2021-02-12 21:17:40'),(95989,34907,'action started via WP Cron','2021-02-13 05:18:41','2021-02-12 21:18:41'),(95990,34907,'action complete via WP Cron','2021-02-13 05:18:41','2021-02-12 21:18:41'),(95991,34908,'action created','2021-02-13 05:18:42','2021-02-12 21:18:42'),(95992,34908,'action started via WP Cron','2021-02-13 05:19:42','2021-02-12 21:19:42'),(95993,34908,'action complete via WP Cron','2021-02-13 05:19:42','2021-02-12 21:19:42'),(95994,34909,'action created','2021-02-13 05:19:42','2021-02-12 21:19:42'),(95995,34909,'action started via WP Cron','2021-02-13 05:24:59','2021-02-12 21:24:59'),(95996,34909,'action complete via WP Cron','2021-02-13 05:24:59','2021-02-12 21:24:59'),(95997,34910,'action created','2021-02-13 05:24:59','2021-02-12 21:24:59'),(95998,34910,'action started via WP Cron','2021-02-13 05:34:47','2021-02-12 21:34:47'),(95999,34910,'action complete via WP Cron','2021-02-13 05:34:47','2021-02-12 21:34:47'),(96000,34911,'action created','2021-02-13 05:34:47','2021-02-12 21:34:47'),(96001,34911,'action started via WP Cron','2021-02-13 05:37:55','2021-02-12 21:37:55'),(96002,34911,'action complete via WP Cron','2021-02-13 05:37:55','2021-02-12 21:37:55'),(96003,34912,'action created','2021-02-13 05:37:55','2021-02-12 21:37:55'),(96004,34912,'action started via WP Cron','2021-02-13 05:42:50','2021-02-12 21:42:50'),(96005,34912,'action complete via WP Cron','2021-02-13 05:42:50','2021-02-12 21:42:50'),(96006,34913,'action created','2021-02-13 05:42:50','2021-02-12 21:42:50'),(96007,34913,'action started via WP Cron','2021-02-13 05:43:51','2021-02-12 21:43:51'),(96008,34913,'action complete via WP Cron','2021-02-13 05:43:51','2021-02-12 21:43:51'),(96009,34914,'action created','2021-02-13 05:43:51','2021-02-12 21:43:51'),(96010,34914,'action started via WP Cron','2021-02-13 05:44:52','2021-02-12 21:44:52'),(96011,34914,'action complete via WP Cron','2021-02-13 05:44:52','2021-02-12 21:44:52'),(96012,34915,'action created','2021-02-13 05:44:52','2021-02-12 21:44:52'),(96013,34915,'action started via WP Cron','2021-02-13 05:46:54','2021-02-12 21:46:54'),(96014,34915,'action complete via WP Cron','2021-02-13 05:46:54','2021-02-12 21:46:54'),(96015,34916,'action created','2021-02-13 05:46:54','2021-02-12 21:46:54'),(96016,34916,'action started via WP Cron','2021-02-13 05:47:55','2021-02-12 21:47:55'),(96017,34916,'action complete via WP Cron','2021-02-13 05:47:55','2021-02-12 21:47:55'),(96018,34917,'action created','2021-02-13 05:47:55','2021-02-12 21:47:55'),(96019,34917,'action started via WP Cron','2021-02-13 05:49:07','2021-02-12 21:49:07'),(96020,34917,'action complete via WP Cron','2021-02-13 05:49:07','2021-02-12 21:49:07'),(96021,34918,'action created','2021-02-13 05:59:02','2021-02-12 21:59:02'),(96022,34918,'action started via WP Cron','2021-02-13 05:59:56','2021-02-12 21:59:56'),(96023,34918,'action complete via WP Cron','2021-02-13 05:59:56','2021-02-12 21:59:56'),(96024,34919,'action created','2021-02-13 05:59:56','2021-02-12 21:59:56'),(96025,34919,'action started via WP Cron','2021-02-13 06:00:57','2021-02-12 22:00:57'),(96026,34919,'action complete via WP Cron','2021-02-13 06:00:57','2021-02-12 22:00:57'),(96027,34920,'action created','2021-02-13 06:00:57','2021-02-12 22:00:57'),(96028,34920,'action started via WP Cron','2021-02-13 06:02:59','2021-02-12 22:02:59'),(96029,34920,'action complete via WP Cron','2021-02-13 06:02:59','2021-02-12 22:02:59'),(96030,34921,'action created','2021-02-13 06:02:59','2021-02-12 22:02:59'),(96031,34921,'action started via WP Cron','2021-02-13 06:04:00','2021-02-12 22:04:00'),(96032,34921,'action complete via WP Cron','2021-02-13 06:04:00','2021-02-12 22:04:00'),(96033,34922,'action created','2021-02-13 06:04:00','2021-02-12 22:04:00'),(96034,34922,'action started via WP Cron','2021-02-13 06:05:02','2021-02-12 22:05:02'),(96035,34922,'action complete via WP Cron','2021-02-13 06:05:02','2021-02-12 22:05:02'),(96036,34923,'action created','2021-02-13 06:05:07','2021-02-12 22:05:07'),(96037,34923,'action started via WP Cron','2021-02-13 06:09:06','2021-02-12 22:09:06'),(96038,34923,'action complete via WP Cron','2021-02-13 06:09:06','2021-02-12 22:09:06'),(96039,34924,'action created','2021-02-13 06:09:06','2021-02-12 22:09:06'),(96040,34924,'action started via WP Cron','2021-02-13 06:12:45','2021-02-12 22:12:45'),(96041,34924,'action complete via WP Cron','2021-02-13 06:12:45','2021-02-12 22:12:45'),(96042,34925,'action created','2021-02-13 06:12:45','2021-02-12 22:12:45'),(96043,34925,'action started via WP Cron','2021-02-13 06:15:48','2021-02-12 22:15:48'),(96044,34925,'action complete via WP Cron','2021-02-13 06:15:48','2021-02-12 22:15:48'),(96045,34926,'action created','2021-02-13 06:15:48','2021-02-12 22:15:48'),(96046,34926,'action started via WP Cron','2021-02-13 06:18:10','2021-02-12 22:18:10'),(96047,34926,'action complete via WP Cron','2021-02-13 06:18:10','2021-02-12 22:18:10'),(96048,34927,'action created','2021-02-13 06:18:10','2021-02-12 22:18:10'),(96049,34927,'action started via WP Cron','2021-02-13 06:23:18','2021-02-12 22:23:18'),(96050,34927,'action complete via WP Cron','2021-02-13 06:23:18','2021-02-12 22:23:18'),(96051,34928,'action created','2021-02-13 06:23:18','2021-02-12 22:23:18'),(96052,34928,'action started via WP Cron','2021-02-13 06:23:49','2021-02-12 22:23:49'),(96053,34928,'action complete via WP Cron','2021-02-13 06:23:49','2021-02-12 22:23:49'),(96054,34929,'action created','2021-02-13 06:23:49','2021-02-12 22:23:49'),(96055,34929,'action started via WP Cron','2021-02-13 06:24:48','2021-02-12 22:24:48'),(96056,34929,'action complete via WP Cron','2021-02-13 06:24:48','2021-02-12 22:24:48'),(96057,34930,'action created','2021-02-13 06:24:48','2021-02-12 22:24:48'),(96058,34930,'action started via WP Cron','2021-02-13 06:25:47','2021-02-12 22:25:47'),(96059,34930,'action complete via WP Cron','2021-02-13 06:25:47','2021-02-12 22:25:47'),(96060,34931,'action created','2021-02-13 06:25:47','2021-02-12 22:25:47'),(96061,34931,'action started via WP Cron','2021-02-13 06:26:57','2021-02-12 22:26:57'),(96062,34931,'action complete via WP Cron','2021-02-13 06:26:57','2021-02-12 22:26:57'),(96063,34932,'action created','2021-02-13 06:26:57','2021-02-12 22:26:57'),(96064,34932,'action started via WP Cron','2021-02-13 06:27:45','2021-02-12 22:27:45'),(96065,34932,'action complete via WP Cron','2021-02-13 06:27:45','2021-02-12 22:27:45'),(96066,34933,'action created','2021-02-13 06:27:45','2021-02-12 22:27:45'),(96067,34933,'action started via WP Cron','2021-02-13 06:28:40','2021-02-12 22:28:40'),(96068,34933,'action complete via WP Cron','2021-02-13 06:28:40','2021-02-12 22:28:40'),(96069,34396,'action started via WP Cron','2021-02-13 06:28:40','2021-02-12 22:28:40'),(96070,34396,'action complete via WP Cron','2021-02-13 06:28:40','2021-02-12 22:28:40'),(96071,34934,'action created','2021-02-13 06:28:40','2021-02-12 22:28:40'),(96072,34935,'action created','2021-02-13 06:28:41','2021-02-12 22:28:41'),(96073,34935,'action started via WP Cron','2021-02-13 06:32:35','2021-02-12 22:32:35'),(96074,34935,'action complete via WP Cron','2021-02-13 06:32:35','2021-02-12 22:32:35'),(96075,34936,'action created','2021-02-13 06:32:35','2021-02-12 22:32:35'),(96076,34936,'action started via WP Cron','2021-02-13 06:33:09','2021-02-12 22:33:09'),(96077,34936,'action complete via WP Cron','2021-02-13 06:33:09','2021-02-12 22:33:09'),(96078,34937,'action created','2021-02-13 06:33:09','2021-02-12 22:33:09'),(96079,34937,'action started via WP Cron','2021-02-13 06:33:45','2021-02-12 22:33:45'),(96080,34937,'action complete via WP Cron','2021-02-13 06:33:45','2021-02-12 22:33:45'),(96081,34938,'action created','2021-02-13 06:33:45','2021-02-12 22:33:45'),(96082,34938,'action started via WP Cron','2021-02-13 06:34:55','2021-02-12 22:34:55'),(96083,34938,'action complete via WP Cron','2021-02-13 06:34:55','2021-02-12 22:34:55'),(96084,34939,'action created','2021-02-13 06:34:55','2021-02-12 22:34:55'),(96085,34939,'action started via WP Cron','2021-02-13 06:35:46','2021-02-12 22:35:46'),(96086,34939,'action complete via WP Cron','2021-02-13 06:35:46','2021-02-12 22:35:46'),(96087,34940,'action created','2021-02-13 06:35:46','2021-02-12 22:35:46'),(96088,34940,'action started via WP Cron','2021-02-13 06:36:48','2021-02-12 22:36:48'),(96089,34940,'action complete via WP Cron','2021-02-13 06:36:48','2021-02-12 22:36:48'),(96090,34941,'action created','2021-02-13 06:36:48','2021-02-12 22:36:48'),(96091,34941,'action started via WP Cron','2021-02-13 06:37:48','2021-02-12 22:37:48'),(96092,34941,'action complete via WP Cron','2021-02-13 06:37:48','2021-02-12 22:37:48'),(96093,34942,'action created','2021-02-13 06:37:48','2021-02-12 22:37:48'),(96094,34942,'action started via WP Cron','2021-02-13 06:38:45','2021-02-12 22:38:45'),(96095,34942,'action complete via WP Cron','2021-02-13 06:38:45','2021-02-12 22:38:45'),(96096,34943,'action created','2021-02-13 06:38:46','2021-02-12 22:38:46'),(96097,34943,'action started via WP Cron','2021-02-13 06:39:45','2021-02-12 22:39:45'),(96098,34943,'action complete via WP Cron','2021-02-13 06:39:45','2021-02-12 22:39:45'),(96099,34944,'action created','2021-02-13 06:39:45','2021-02-12 22:39:45'),(96100,34944,'action started via WP Cron','2021-02-13 06:40:47','2021-02-12 22:40:47'),(96101,34944,'action complete via WP Cron','2021-02-13 06:40:47','2021-02-12 22:40:47'),(96102,34945,'action created','2021-02-13 06:40:47','2021-02-12 22:40:47'),(96103,34945,'action started via WP Cron','2021-02-13 06:41:46','2021-02-12 22:41:46'),(96104,34945,'action complete via WP Cron','2021-02-13 06:41:46','2021-02-12 22:41:46'),(96105,34946,'action created','2021-02-13 06:41:46','2021-02-12 22:41:46'),(96106,34946,'action started via WP Cron','2021-02-13 06:42:43','2021-02-12 22:42:43'),(96107,34946,'action complete via WP Cron','2021-02-13 06:42:43','2021-02-12 22:42:43'),(96108,34947,'action created','2021-02-13 06:42:43','2021-02-12 22:42:43'),(96109,34947,'action started via WP Cron','2021-02-13 06:43:45','2021-02-12 22:43:45'),(96110,34947,'action complete via WP Cron','2021-02-13 06:43:45','2021-02-12 22:43:45'),(96111,34948,'action created','2021-02-13 06:43:45','2021-02-12 22:43:45'),(96112,34948,'action started via WP Cron','2021-02-13 06:44:49','2021-02-12 22:44:49'),(96113,34948,'action complete via WP Cron','2021-02-13 06:44:49','2021-02-12 22:44:49'),(96114,34949,'action created','2021-02-13 06:44:49','2021-02-12 22:44:49'),(96115,34949,'action started via WP Cron','2021-02-13 06:56:25','2021-02-12 22:56:25'),(96116,34949,'action complete via WP Cron','2021-02-13 06:56:25','2021-02-12 22:56:25'),(96117,34950,'action created','2021-02-13 06:56:25','2021-02-12 22:56:25'),(96118,34950,'action started via WP Cron','2021-02-13 06:58:15','2021-02-12 22:58:15'),(96119,34950,'action complete via WP Cron','2021-02-13 06:58:15','2021-02-12 22:58:15'),(96120,34951,'action created','2021-02-13 06:58:15','2021-02-12 22:58:15'),(96121,34951,'action started via WP Cron','2021-02-13 07:02:08','2021-02-12 23:02:08'),(96122,34951,'action complete via WP Cron','2021-02-13 07:02:08','2021-02-12 23:02:08'),(96123,34952,'action created','2021-02-13 07:02:08','2021-02-12 23:02:08'),(96124,34952,'action started via WP Cron','2021-02-13 07:05:23','2021-02-12 23:05:23'),(96125,34952,'action complete via WP Cron','2021-02-13 07:05:23','2021-02-12 23:05:23'),(96126,34953,'action created','2021-02-13 07:05:23','2021-02-12 23:05:23'),(96127,34953,'action started via WP Cron','2021-02-13 07:06:22','2021-02-12 23:06:22'),(96128,34953,'action complete via WP Cron','2021-02-13 07:06:22','2021-02-12 23:06:22'),(96129,34954,'action created','2021-02-13 07:06:22','2021-02-12 23:06:22'),(96130,34954,'action started via WP Cron','2021-02-13 07:07:23','2021-02-12 23:07:23'),(96131,34954,'action complete via WP Cron','2021-02-13 07:07:23','2021-02-12 23:07:23'),(96132,34955,'action created','2021-02-13 07:07:23','2021-02-12 23:07:23'),(96133,34955,'action started via WP Cron','2021-02-13 07:09:25','2021-02-12 23:09:25'),(96134,34955,'action complete via WP Cron','2021-02-13 07:09:25','2021-02-12 23:09:25'),(96135,34956,'action created','2021-02-13 07:09:25','2021-02-12 23:09:25'),(96136,34956,'action started via WP Cron','2021-02-13 07:10:28','2021-02-12 23:10:28'),(96137,34956,'action complete via WP Cron','2021-02-13 07:10:28','2021-02-12 23:10:28'),(96138,34957,'action created','2021-02-13 07:10:28','2021-02-12 23:10:28'),(96139,34957,'action started via WP Cron','2021-02-13 07:11:28','2021-02-12 23:11:28'),(96140,34957,'action complete via WP Cron','2021-02-13 07:11:28','2021-02-12 23:11:28'),(96141,34958,'action created','2021-02-13 07:11:28','2021-02-12 23:11:28'),(96142,34958,'action started via WP Cron','2021-02-13 07:18:15','2021-02-12 23:18:15'),(96143,34958,'action complete via WP Cron','2021-02-13 07:18:15','2021-02-12 23:18:15'),(96144,34959,'action created','2021-02-13 07:18:15','2021-02-12 23:18:15'),(96145,34959,'action started via WP Cron','2021-02-13 07:20:12','2021-02-12 23:20:12'),(96146,34959,'action complete via WP Cron','2021-02-13 07:20:12','2021-02-12 23:20:12'),(96147,34960,'action created','2021-02-13 07:20:12','2021-02-12 23:20:12'),(96148,34960,'action started via WP Cron','2021-02-13 07:30:58','2021-02-12 23:30:58'),(96149,34960,'action complete via WP Cron','2021-02-13 07:30:58','2021-02-12 23:30:58'),(96150,34961,'action created','2021-02-13 07:30:58','2021-02-12 23:30:58'),(96151,34961,'action started via WP Cron','2021-02-13 07:32:12','2021-02-12 23:32:12'),(96152,34961,'action complete via WP Cron','2021-02-13 07:32:12','2021-02-12 23:32:12'),(96153,34962,'action created','2021-02-13 07:32:12','2021-02-12 23:32:12'),(96154,34962,'action started via WP Cron','2021-02-13 07:32:43','2021-02-12 23:32:43'),(96155,34962,'action complete via WP Cron','2021-02-13 07:32:43','2021-02-12 23:32:43'),(96156,34963,'action created','2021-02-13 07:32:43','2021-02-12 23:32:43'),(96157,34963,'action started via WP Cron','2021-02-13 07:37:11','2021-02-12 23:37:11'),(96158,34963,'action complete via WP Cron','2021-02-13 07:37:11','2021-02-12 23:37:11'),(96159,34964,'action created','2021-02-13 07:37:11','2021-02-12 23:37:11'),(96160,34964,'action started via WP Cron','2021-02-13 07:38:27','2021-02-12 23:38:27'),(96161,34964,'action complete via WP Cron','2021-02-13 07:38:27','2021-02-12 23:38:27'),(96162,34965,'action created','2021-02-13 07:38:28','2021-02-12 23:38:28'),(96163,34965,'action started via WP Cron','2021-02-13 07:39:29','2021-02-12 23:39:29'),(96164,34965,'action complete via WP Cron','2021-02-13 07:39:29','2021-02-12 23:39:29'),(96165,34966,'action created','2021-02-13 07:39:29','2021-02-12 23:39:29'),(96166,34966,'action started via WP Cron','2021-02-13 07:42:14','2021-02-12 23:42:14'),(96167,34966,'action complete via WP Cron','2021-02-13 07:42:14','2021-02-12 23:42:14'),(96168,34967,'action created','2021-02-13 07:42:14','2021-02-12 23:42:14'),(96169,34967,'action started via WP Cron','2021-02-13 07:43:37','2021-02-12 23:43:37'),(96170,34967,'action complete via WP Cron','2021-02-13 07:43:37','2021-02-12 23:43:37'),(96171,34968,'action created','2021-02-13 07:43:37','2021-02-12 23:43:37'),(96172,34968,'action started via WP Cron','2021-02-13 07:45:00','2021-02-12 23:45:00'),(96173,34968,'action complete via WP Cron','2021-02-13 07:45:00','2021-02-12 23:45:00'),(96174,34969,'action created','2021-02-13 07:45:00','2021-02-12 23:45:00'),(96175,34969,'action started via WP Cron','2021-02-13 07:46:29','2021-02-12 23:46:29'),(96176,34969,'action complete via WP Cron','2021-02-13 07:46:29','2021-02-12 23:46:29'),(96177,34970,'action created','2021-02-13 07:46:29','2021-02-12 23:46:29'),(96178,34970,'action started via WP Cron','2021-02-13 07:47:31','2021-02-12 23:47:31'),(96179,34970,'action complete via WP Cron','2021-02-13 07:47:31','2021-02-12 23:47:31'),(96180,34971,'action created','2021-02-13 07:47:31','2021-02-12 23:47:31'),(96181,34971,'action started via WP Cron','2021-02-13 07:48:19','2021-02-12 23:48:19'),(96182,34971,'action complete via WP Cron','2021-02-13 07:48:19','2021-02-12 23:48:19'),(96183,34972,'action created','2021-02-13 07:48:19','2021-02-12 23:48:19'),(96184,34972,'action started via WP Cron','2021-02-13 07:48:53','2021-02-12 23:48:53'),(96185,34972,'action complete via WP Cron','2021-02-13 07:48:53','2021-02-12 23:48:53'),(96186,34973,'action created','2021-02-13 07:48:53','2021-02-12 23:48:53'),(96187,34973,'action started via WP Cron','2021-02-13 07:49:46','2021-02-12 23:49:46'),(96188,34973,'action complete via WP Cron','2021-02-13 07:49:46','2021-02-12 23:49:46'),(96189,34974,'action created','2021-02-13 07:49:46','2021-02-12 23:49:46'),(96190,34974,'action started via WP Cron','2021-02-13 07:50:54','2021-02-12 23:50:54'),(96191,34974,'action complete via WP Cron','2021-02-13 07:50:54','2021-02-12 23:50:54'),(96192,34975,'action created','2021-02-13 07:50:55','2021-02-12 23:50:55'),(96193,34975,'action started via WP Cron','2021-02-13 07:52:04','2021-02-12 23:52:04'),(96194,34975,'action complete via WP Cron','2021-02-13 07:52:04','2021-02-12 23:52:04'),(96195,34976,'action created','2021-02-13 07:52:04','2021-02-12 23:52:04'),(96196,34976,'action started via WP Cron','2021-02-13 07:53:12','2021-02-12 23:53:12'),(96197,34976,'action complete via WP Cron','2021-02-13 07:53:12','2021-02-12 23:53:12'),(96198,34977,'action created','2021-02-13 07:53:12','2021-02-12 23:53:12'),(96199,34977,'action started via WP Cron','2021-02-13 07:53:40','2021-02-12 23:53:40'),(96200,34977,'action complete via WP Cron','2021-02-13 07:53:40','2021-02-12 23:53:40'),(96201,34978,'action created','2021-02-13 07:53:40','2021-02-12 23:53:40'),(96202,34978,'action started via WP Cron','2021-02-13 07:54:58','2021-02-12 23:54:58'),(96203,34978,'action complete via WP Cron','2021-02-13 07:54:58','2021-02-12 23:54:58'),(96204,34979,'action created','2021-02-13 07:54:58','2021-02-12 23:54:58'),(96205,34979,'action started via WP Cron','2021-02-13 07:55:52','2021-02-12 23:55:52'),(96206,34979,'action complete via WP Cron','2021-02-13 07:55:52','2021-02-12 23:55:52'),(96207,34980,'action created','2021-02-13 07:55:52','2021-02-12 23:55:52'),(96208,34980,'action started via WP Cron','2021-02-13 07:56:50','2021-02-12 23:56:50'),(96209,34980,'action complete via WP Cron','2021-02-13 07:56:50','2021-02-12 23:56:50'),(96210,34981,'action created','2021-02-13 07:56:50','2021-02-12 23:56:50'),(96211,34981,'action started via WP Cron','2021-02-13 07:57:44','2021-02-12 23:57:44'),(96212,34981,'action complete via WP Cron','2021-02-13 07:57:44','2021-02-12 23:57:44'),(96213,34982,'action created','2021-02-13 07:57:44','2021-02-12 23:57:44'),(96214,34982,'action started via WP Cron','2021-02-13 07:59:00','2021-02-12 23:59:00'),(96215,34982,'action complete via WP Cron','2021-02-13 07:59:00','2021-02-12 23:59:00'),(96216,34983,'action created','2021-02-13 07:59:00','2021-02-12 23:59:00'),(96217,34983,'action started via WP Cron','2021-02-13 07:59:57','2021-02-12 23:59:57'),(96218,34983,'action complete via WP Cron','2021-02-13 07:59:57','2021-02-12 23:59:57'),(96219,34984,'action created','2021-02-13 07:59:57','2021-02-12 23:59:57'),(96220,34984,'action started via WP Cron','2021-02-13 08:00:47','2021-02-13 00:00:47'),(96221,34984,'action complete via WP Cron','2021-02-13 08:00:47','2021-02-13 00:00:47'),(96222,34985,'action created','2021-02-13 08:00:47','2021-02-13 00:00:47'),(96223,34985,'action started via WP Cron','2021-02-13 08:01:48','2021-02-13 00:01:48'),(96224,34985,'action complete via WP Cron','2021-02-13 08:01:48','2021-02-13 00:01:48'),(96225,34986,'action created','2021-02-13 08:01:48','2021-02-13 00:01:48'),(96229,34987,'action started via WP Cron','2021-02-13 08:03:55','2021-02-13 00:03:55'),(96230,34987,'action complete via WP Cron','2021-02-13 08:03:55','2021-02-13 00:03:55'),(96231,34988,'action created','2021-02-13 08:03:55','2021-02-13 00:03:55'),(96232,34988,'action started via WP Cron','2021-02-13 08:04:55','2021-02-13 00:04:55'),(96233,34988,'action complete via WP Cron','2021-02-13 08:04:55','2021-02-13 00:04:55'),(96234,34989,'action created','2021-02-13 08:04:55','2021-02-13 00:04:55'),(96235,34989,'action started via WP Cron','2021-02-13 08:05:44','2021-02-13 00:05:44'),(96236,34989,'action complete via WP Cron','2021-02-13 08:05:44','2021-02-13 00:05:44'),(96237,34990,'action created','2021-02-13 08:05:45','2021-02-13 00:05:45'),(96238,34990,'action started via WP Cron','2021-02-13 08:07:01','2021-02-13 00:07:01'),(96239,34990,'action complete via WP Cron','2021-02-13 08:07:01','2021-02-13 00:07:01'),(96240,34991,'action created','2021-02-13 08:07:01','2021-02-13 00:07:01'),(96241,34991,'action started via WP Cron','2021-02-13 08:07:57','2021-02-13 00:07:57'),(96242,34991,'action complete via WP Cron','2021-02-13 08:07:57','2021-02-13 00:07:57'),(96243,34992,'action created','2021-02-13 08:07:57','2021-02-13 00:07:57'),(96244,34992,'action started via WP Cron','2021-02-13 08:09:02','2021-02-13 00:09:02'),(96245,34992,'action complete via WP Cron','2021-02-13 08:09:02','2021-02-13 00:09:02'),(96246,34993,'action created','2021-02-13 08:09:02','2021-02-13 00:09:02'),(96247,34993,'action started via WP Cron','2021-02-13 08:09:47','2021-02-13 00:09:47'),(96248,34993,'action complete via WP Cron','2021-02-13 08:09:47','2021-02-13 00:09:47'),(96249,34994,'action created','2021-02-13 08:09:47','2021-02-13 00:09:47'),(96250,34994,'action started via WP Cron','2021-02-13 08:10:42','2021-02-13 00:10:42'),(96251,34994,'action complete via WP Cron','2021-02-13 08:10:42','2021-02-13 00:10:42'),(96252,34995,'action created','2021-02-13 08:10:42','2021-02-13 00:10:42'),(96253,34995,'action started via WP Cron','2021-02-13 08:11:41','2021-02-13 00:11:41'),(96254,34995,'action complete via WP Cron','2021-02-13 08:11:41','2021-02-13 00:11:41'),(96255,34996,'action created','2021-02-13 08:11:41','2021-02-13 00:11:41'),(96256,34996,'action started via WP Cron','2021-02-13 08:12:41','2021-02-13 00:12:41'),(96257,34996,'action complete via WP Cron','2021-02-13 08:12:41','2021-02-13 00:12:41'),(96258,34997,'action created','2021-02-13 08:12:41','2021-02-13 00:12:41'),(96259,34997,'action started via WP Cron','2021-02-13 08:13:43','2021-02-13 00:13:43'),(96260,34997,'action complete via WP Cron','2021-02-13 08:13:43','2021-02-13 00:13:43'),(96261,34998,'action created','2021-02-13 08:13:43','2021-02-13 00:13:43'),(96262,34998,'action started via WP Cron','2021-02-13 08:14:57','2021-02-13 00:14:57'),(96263,34998,'action complete via WP Cron','2021-02-13 08:14:57','2021-02-13 00:14:57'),(96264,34999,'action created','2021-02-13 08:14:58','2021-02-13 00:14:58'),(96265,34999,'action started via WP Cron','2021-02-13 08:15:45','2021-02-13 00:15:45'),(96266,34999,'action complete via WP Cron','2021-02-13 08:15:45','2021-02-13 00:15:45'),(96267,35000,'action created','2021-02-13 08:15:45','2021-02-13 00:15:45'),(96268,35000,'action started via WP Cron','2021-02-13 08:16:46','2021-02-13 00:16:46'),(96269,35000,'action complete via WP Cron','2021-02-13 08:16:46','2021-02-13 00:16:46'),(96270,35001,'action created','2021-02-13 08:16:46','2021-02-13 00:16:46'),(96271,35001,'action started via WP Cron','2021-02-13 08:17:47','2021-02-13 00:17:47'),(96272,35001,'action complete via WP Cron','2021-02-13 08:17:47','2021-02-13 00:17:47'),(96273,35002,'action created','2021-02-13 08:17:47','2021-02-13 00:17:47'),(96274,35002,'action started via WP Cron','2021-02-13 08:18:48','2021-02-13 00:18:48'),(96275,35002,'action complete via WP Cron','2021-02-13 08:18:48','2021-02-13 00:18:48'),(96276,35003,'action created','2021-02-13 08:18:48','2021-02-13 00:18:48'),(96277,35003,'action started via WP Cron','2021-02-13 08:19:54','2021-02-13 00:19:54'),(96278,35003,'action complete via WP Cron','2021-02-13 08:19:54','2021-02-13 00:19:54'),(96279,35004,'action created','2021-02-13 08:19:54','2021-02-13 00:19:54'),(96280,35004,'action started via WP Cron','2021-02-13 08:20:51','2021-02-13 00:20:51'),(96281,35004,'action complete via WP Cron','2021-02-13 08:20:51','2021-02-13 00:20:51'),(96282,35005,'action created','2021-02-13 08:20:51','2021-02-13 00:20:51'),(96283,35005,'action started via WP Cron','2021-02-13 08:21:59','2021-02-13 00:21:59'),(96284,35005,'action complete via WP Cron','2021-02-13 08:21:59','2021-02-13 00:21:59'),(96285,35006,'action created','2021-02-13 08:21:59','2021-02-13 00:21:59'),(96286,35006,'action started via WP Cron','2021-02-13 08:22:50','2021-02-13 00:22:50'),(96287,35006,'action complete via WP Cron','2021-02-13 08:22:50','2021-02-13 00:22:50'),(96288,35007,'action created','2021-02-13 08:22:50','2021-02-13 00:22:50'),(96289,35007,'action started via WP Cron','2021-02-13 08:23:49','2021-02-13 00:23:49'),(96290,35007,'action complete via WP Cron','2021-02-13 08:23:49','2021-02-13 00:23:49'),(96291,35008,'action created','2021-02-13 08:23:49','2021-02-13 00:23:49'),(96292,35008,'action started via WP Cron','2021-02-13 08:24:48','2021-02-13 00:24:48'),(96293,35008,'action complete via WP Cron','2021-02-13 08:24:48','2021-02-13 00:24:48'),(96294,35009,'action created','2021-02-13 08:24:48','2021-02-13 00:24:48'),(96295,35009,'action started via WP Cron','2021-02-13 08:25:44','2021-02-13 00:25:44'),(96296,35009,'action complete via WP Cron','2021-02-13 08:25:44','2021-02-13 00:25:44'),(96297,35010,'action created','2021-02-13 08:25:44','2021-02-13 00:25:44'),(96298,35010,'action started via WP Cron','2021-02-13 08:26:56','2021-02-13 00:26:56'),(96299,35010,'action complete via WP Cron','2021-02-13 08:26:56','2021-02-13 00:26:56'),(96300,35011,'action created','2021-02-13 08:26:56','2021-02-13 00:26:56'),(96301,35011,'action started via WP Cron','2021-02-13 08:27:59','2021-02-13 00:27:59'),(96302,35011,'action complete via WP Cron','2021-02-13 08:27:59','2021-02-13 00:27:59'),(96303,35012,'action created','2021-02-13 08:27:59','2021-02-13 00:27:59'),(96304,35012,'action started via WP Cron','2021-02-13 08:28:48','2021-02-13 00:28:48'),(96305,35012,'action complete via WP Cron','2021-02-13 08:28:48','2021-02-13 00:28:48'),(96306,35013,'action created','2021-02-13 08:28:49','2021-02-13 00:28:49'),(96307,35013,'action started via WP Cron','2021-02-13 08:30:00','2021-02-13 00:30:00'),(96308,35013,'action complete via WP Cron','2021-02-13 08:30:00','2021-02-13 00:30:00'),(96309,35014,'action created','2021-02-13 08:30:00','2021-02-13 00:30:00'),(96310,35014,'action started via WP Cron','2021-02-13 08:30:44','2021-02-13 00:30:44'),(96311,35014,'action complete via WP Cron','2021-02-13 08:30:44','2021-02-13 00:30:44'),(96312,35015,'action created','2021-02-13 08:30:44','2021-02-13 00:30:44'),(96313,35015,'action started via WP Cron','2021-02-13 08:32:01','2021-02-13 00:32:01'),(96314,35015,'action complete via WP Cron','2021-02-13 08:32:01','2021-02-13 00:32:01'),(96315,35016,'action created','2021-02-13 08:32:01','2021-02-13 00:32:01'),(96316,35016,'action started via WP Cron','2021-02-13 08:34:03','2021-02-13 00:34:03'),(96317,35016,'action complete via WP Cron','2021-02-13 08:34:03','2021-02-13 00:34:03'),(96318,35017,'action created','2021-02-13 08:34:03','2021-02-13 00:34:03'),(96319,35017,'action started via WP Cron','2021-02-13 08:35:05','2021-02-13 00:35:05'),(96320,35017,'action complete via WP Cron','2021-02-13 08:35:05','2021-02-13 00:35:05'),(96321,35018,'action created','2021-02-13 08:35:05','2021-02-13 00:35:05'),(96322,35018,'action started via WP Cron','2021-02-13 08:35:51','2021-02-13 00:35:51'),(96323,35018,'action complete via WP Cron','2021-02-13 08:35:51','2021-02-13 00:35:51'),(96324,35019,'action created','2021-02-13 08:35:51','2021-02-13 00:35:51'),(96325,35019,'action started via WP Cron','2021-02-13 08:37:29','2021-02-13 00:37:29'),(96326,35019,'action complete via WP Cron','2021-02-13 08:37:29','2021-02-13 00:37:29'),(96327,35020,'action created','2021-02-13 08:37:29','2021-02-13 00:37:29'),(96328,35020,'action started via WP Cron','2021-02-13 08:39:17','2021-02-13 00:39:17'),(96329,35020,'action complete via WP Cron','2021-02-13 08:39:17','2021-02-13 00:39:17'),(96330,35021,'action created','2021-02-13 08:39:17','2021-02-13 00:39:17'),(96331,35021,'action started via WP Cron','2021-02-13 08:40:24','2021-02-13 00:40:24'),(96332,35021,'action complete via WP Cron','2021-02-13 08:40:24','2021-02-13 00:40:24'),(96333,35022,'action created','2021-02-13 08:40:24','2021-02-13 00:40:24'),(96334,35022,'action started via WP Cron','2021-02-13 08:41:24','2021-02-13 00:41:24'),(96335,35022,'action complete via WP Cron','2021-02-13 08:41:24','2021-02-13 00:41:24'),(96336,35023,'action created','2021-02-13 08:41:25','2021-02-13 00:41:25'),(96337,35023,'action started via WP Cron','2021-02-13 08:55:06','2021-02-13 00:55:06'),(96338,35023,'action complete via WP Cron','2021-02-13 08:55:06','2021-02-13 00:55:06'),(96339,35024,'action created','2021-02-13 08:55:06','2021-02-13 00:55:06'),(96340,35024,'action started via WP Cron','2021-02-13 08:57:24','2021-02-13 00:57:24'),(96341,35024,'action complete via WP Cron','2021-02-13 08:57:24','2021-02-13 00:57:24'),(96342,35025,'action created','2021-02-13 08:57:24','2021-02-13 00:57:24'),(96343,35025,'action started via WP Cron','2021-02-13 09:06:23','2021-02-13 01:06:23'),(96344,35025,'action complete via WP Cron','2021-02-13 09:06:23','2021-02-13 01:06:23'),(96345,35026,'action created','2021-02-13 09:06:23','2021-02-13 01:06:23'),(96346,35026,'action started via WP Cron','2021-02-13 09:08:08','2021-02-13 01:08:08'),(96347,35026,'action complete via WP Cron','2021-02-13 09:08:08','2021-02-13 01:08:08'),(96348,35027,'action created','2021-02-13 09:08:08','2021-02-13 01:08:08'),(96349,35027,'action started via WP Cron','2021-02-13 09:09:27','2021-02-13 01:09:27'),(96350,35027,'action complete via WP Cron','2021-02-13 09:09:27','2021-02-13 01:09:27'),(96351,35028,'action created','2021-02-13 09:09:27','2021-02-13 01:09:27'),(96352,35028,'action started via WP Cron','2021-02-13 09:10:53','2021-02-13 01:10:53'),(96353,35028,'action complete via WP Cron','2021-02-13 09:10:53','2021-02-13 01:10:53'),(96354,35029,'action created','2021-02-13 09:10:53','2021-02-13 01:10:53'),(96355,35029,'action started via WP Cron','2021-02-13 09:12:00','2021-02-13 01:12:00'),(96356,35029,'action complete via WP Cron','2021-02-13 09:12:00','2021-02-13 01:12:00'),(96357,35030,'action created','2021-02-13 09:12:00','2021-02-13 01:12:00'),(96358,35030,'action started via WP Cron','2021-02-13 09:15:56','2021-02-13 01:15:56'),(96359,35030,'action complete via WP Cron','2021-02-13 09:15:56','2021-02-13 01:15:56'),(96360,35031,'action created','2021-02-13 09:15:56','2021-02-13 01:15:56'),(96361,35031,'action started via WP Cron','2021-02-13 09:17:33','2021-02-13 01:17:33'),(96362,35031,'action complete via WP Cron','2021-02-13 09:17:33','2021-02-13 01:17:33'),(96363,35032,'action created','2021-02-13 09:17:33','2021-02-13 01:17:33'),(96364,35032,'action started via WP Cron','2021-02-13 09:17:52','2021-02-13 01:17:52'),(96365,35032,'action complete via WP Cron','2021-02-13 09:17:52','2021-02-13 01:17:52'),(96366,35033,'action created','2021-02-13 09:17:52','2021-02-13 01:17:52'),(96367,35033,'action started via WP Cron','2021-02-13 09:19:00','2021-02-13 01:19:00'),(96368,35033,'action complete via WP Cron','2021-02-13 09:19:00','2021-02-13 01:19:00'),(96369,35034,'action created','2021-02-13 09:19:00','2021-02-13 01:19:00'),(96370,35034,'action started via WP Cron','2021-02-13 09:19:59','2021-02-13 01:19:59'),(96371,35034,'action complete via WP Cron','2021-02-13 09:19:59','2021-02-13 01:19:59'),(96372,35035,'action created','2021-02-13 09:19:59','2021-02-13 01:19:59'),(96373,35035,'action started via WP Cron','2021-02-13 09:21:01','2021-02-13 01:21:01'),(96374,35035,'action complete via WP Cron','2021-02-13 09:21:01','2021-02-13 01:21:01'),(96375,35036,'action created','2021-02-13 09:21:01','2021-02-13 01:21:01'),(96376,35036,'action started via WP Cron','2021-02-13 09:27:20','2021-02-13 01:27:20'),(96377,35036,'action complete via WP Cron','2021-02-13 09:27:20','2021-02-13 01:27:20'),(96378,35037,'action created','2021-02-13 09:27:20','2021-02-13 01:27:20'),(96379,35037,'action started via WP Cron','2021-02-13 09:30:34','2021-02-13 01:30:34'),(96380,35037,'action complete via WP Cron','2021-02-13 09:30:34','2021-02-13 01:30:34'),(96381,35038,'action created','2021-02-13 09:30:34','2021-02-13 01:30:34'),(96382,35038,'action started via WP Cron','2021-02-13 09:36:08','2021-02-13 01:36:08'),(96383,35038,'action complete via WP Cron','2021-02-13 09:36:08','2021-02-13 01:36:08'),(96384,35039,'action created','2021-02-13 09:36:08','2021-02-13 01:36:08'),(96385,35039,'action started via WP Cron','2021-02-13 09:37:05','2021-02-13 01:37:05'),(96386,35039,'action complete via WP Cron','2021-02-13 09:37:05','2021-02-13 01:37:05'),(96387,35040,'action created','2021-02-13 09:37:05','2021-02-13 01:37:05'),(96388,35040,'action started via WP Cron','2021-02-13 09:38:06','2021-02-13 01:38:06'),(96389,35040,'action complete via WP Cron','2021-02-13 09:38:06','2021-02-13 01:38:06'),(96390,35041,'action created','2021-02-13 09:38:07','2021-02-13 01:38:07'),(96391,35041,'action started via WP Cron','2021-02-13 09:40:08','2021-02-13 01:40:08'),(96392,35041,'action complete via WP Cron','2021-02-13 09:40:08','2021-02-13 01:40:08'),(96393,35042,'action created','2021-02-13 09:40:09','2021-02-13 01:40:09'),(96394,35042,'action started via WP Cron','2021-02-13 09:41:10','2021-02-13 01:41:10'),(96395,35042,'action complete via WP Cron','2021-02-13 09:41:10','2021-02-13 01:41:10'),(96396,35043,'action created','2021-02-13 09:41:10','2021-02-13 01:41:10'),(96397,35043,'action started via WP Cron','2021-02-13 09:42:11','2021-02-13 01:42:11'),(96398,35043,'action complete via WP Cron','2021-02-13 09:42:11','2021-02-13 01:42:11'),(96399,35044,'action created','2021-02-13 09:42:11','2021-02-13 01:42:11'),(96400,35044,'action started via WP Cron','2021-02-13 09:43:25','2021-02-13 01:43:25'),(96401,35044,'action complete via WP Cron','2021-02-13 09:43:25','2021-02-13 01:43:25'),(96402,35045,'action created','2021-02-13 09:43:25','2021-02-13 01:43:25'),(96403,35045,'action started via WP Cron','2021-02-13 09:54:07','2021-02-13 01:54:07'),(96404,35045,'action complete via WP Cron','2021-02-13 09:54:07','2021-02-13 01:54:07'),(96405,35046,'action created','2021-02-13 09:54:08','2021-02-13 01:54:08'),(96406,35046,'action started via WP Cron','2021-02-13 10:07:14','2021-02-13 02:07:14'),(96407,35046,'action complete via WP Cron','2021-02-13 10:07:14','2021-02-13 02:07:14'),(96411,35048,'action created','2021-02-13 10:07:14','2021-02-13 02:07:14'),(96412,35048,'action started via WP Cron','2021-02-13 10:10:11','2021-02-13 02:10:11'),(96413,35048,'action complete via WP Cron','2021-02-13 10:10:11','2021-02-13 02:10:11'),(96414,35049,'action created','2021-02-13 10:10:12','2021-02-13 02:10:12'),(96415,35049,'action started via WP Cron','2021-02-13 10:14:22','2021-02-13 02:14:22'),(96416,35049,'action complete via WP Cron','2021-02-13 10:14:22','2021-02-13 02:14:22'),(96417,35050,'action created','2021-02-13 10:14:22','2021-02-13 02:14:22'),(96418,35050,'action started via WP Cron','2021-02-13 10:20:31','2021-02-13 02:20:31'),(96419,35050,'action complete via WP Cron','2021-02-13 10:20:31','2021-02-13 02:20:31'),(96420,35051,'action created','2021-02-13 10:20:31','2021-02-13 02:20:31'),(96421,35051,'action started via WP Cron','2021-02-13 10:21:34','2021-02-13 02:21:34'),(96422,35051,'action complete via WP Cron','2021-02-13 10:21:34','2021-02-13 02:21:34'),(96423,35052,'action created','2021-02-13 10:21:34','2021-02-13 02:21:34'),(96424,35052,'action started via WP Cron','2021-02-13 10:22:36','2021-02-13 02:22:36'),(96425,35052,'action complete via WP Cron','2021-02-13 10:22:36','2021-02-13 02:22:36'),(96426,35053,'action created','2021-02-13 10:22:36','2021-02-13 02:22:36'),(96427,35053,'action started via WP Cron','2021-02-13 10:23:41','2021-02-13 02:23:41'),(96428,35053,'action complete via WP Cron','2021-02-13 10:23:41','2021-02-13 02:23:41'),(96429,35054,'action created','2021-02-13 10:23:41','2021-02-13 02:23:41'),(96430,35054,'action started via WP Cron','2021-02-13 10:24:48','2021-02-13 02:24:48'),(96431,35054,'action complete via WP Cron','2021-02-13 10:24:48','2021-02-13 02:24:48'),(96432,35055,'action created','2021-02-13 10:24:48','2021-02-13 02:24:48'),(96433,35055,'action started via WP Cron','2021-02-13 10:29:31','2021-02-13 02:29:31'),(96434,35055,'action complete via WP Cron','2021-02-13 10:29:31','2021-02-13 02:29:31'),(96435,35056,'action created','2021-02-13 10:29:31','2021-02-13 02:29:31'),(96436,35056,'action started via WP Cron','2021-02-13 10:33:22','2021-02-13 02:33:22'),(96437,35056,'action complete via WP Cron','2021-02-13 10:33:22','2021-02-13 02:33:22'),(96438,35057,'action created','2021-02-13 10:33:22','2021-02-13 02:33:22'),(96439,35057,'action started via WP Cron','2021-02-13 10:39:10','2021-02-13 02:39:10'),(96440,35057,'action complete via WP Cron','2021-02-13 10:39:10','2021-02-13 02:39:10'),(96441,35058,'action created','2021-02-13 10:39:10','2021-02-13 02:39:10'),(96442,35058,'action started via WP Cron','2021-02-13 10:39:51','2021-02-13 02:39:51'),(96443,35058,'action complete via WP Cron','2021-02-13 10:39:51','2021-02-13 02:39:51'),(96444,35059,'action created','2021-02-13 10:39:51','2021-02-13 02:39:51'),(96445,35059,'action started via WP Cron','2021-02-13 10:40:44','2021-02-13 02:40:44'),(96446,35059,'action complete via WP Cron','2021-02-13 10:40:44','2021-02-13 02:40:44'),(96447,35060,'action created','2021-02-13 10:40:44','2021-02-13 02:40:44'),(96448,35060,'action started via WP Cron','2021-02-13 10:42:04','2021-02-13 02:42:04'),(96449,35060,'action complete via WP Cron','2021-02-13 10:42:04','2021-02-13 02:42:04'),(96450,35061,'action created','2021-02-13 10:42:04','2021-02-13 02:42:04'),(96451,35061,'action started via WP Cron','2021-02-13 10:42:41','2021-02-13 02:42:41'),(96452,35061,'action complete via WP Cron','2021-02-13 10:42:41','2021-02-13 02:42:41'),(96453,35062,'action created','2021-02-13 10:42:41','2021-02-13 02:42:41'),(96454,35062,'action started via WP Cron','2021-02-13 10:43:49','2021-02-13 02:43:49'),(96455,35062,'action complete via WP Cron','2021-02-13 10:43:49','2021-02-13 02:43:49'),(96456,35063,'action created','2021-02-13 10:43:49','2021-02-13 02:43:49'),(96457,35063,'action started via WP Cron','2021-02-13 10:44:56','2021-02-13 02:44:56'),(96458,35063,'action complete via WP Cron','2021-02-13 10:44:56','2021-02-13 02:44:56'),(96459,35064,'action created','2021-02-13 10:44:56','2021-02-13 02:44:56'),(96460,35064,'action started via WP Cron','2021-02-13 10:45:47','2021-02-13 02:45:47'),(96461,35064,'action complete via WP Cron','2021-02-13 10:45:47','2021-02-13 02:45:47'),(96462,35065,'action created','2021-02-13 10:45:47','2021-02-13 02:45:47'),(96463,35065,'action started via WP Cron','2021-02-13 10:46:42','2021-02-13 02:46:42'),(96464,35065,'action complete via WP Cron','2021-02-13 10:46:42','2021-02-13 02:46:42'),(96465,35066,'action created','2021-02-13 10:46:42','2021-02-13 02:46:42'),(96466,35066,'action started via WP Cron','2021-02-13 10:47:55','2021-02-13 02:47:55'),(96467,35066,'action complete via WP Cron','2021-02-13 10:47:55','2021-02-13 02:47:55'),(96468,35067,'action created','2021-02-13 10:47:55','2021-02-13 02:47:55'),(96469,35067,'action started via WP Cron','2021-02-13 10:48:43','2021-02-13 02:48:43'),(96470,35067,'action complete via WP Cron','2021-02-13 10:48:43','2021-02-13 02:48:43'),(96471,35068,'action created','2021-02-13 10:48:43','2021-02-13 02:48:43'),(96472,35068,'action started via WP Cron','2021-02-13 10:49:58','2021-02-13 02:49:58'),(96473,35068,'action complete via WP Cron','2021-02-13 10:49:58','2021-02-13 02:49:58'),(96474,35069,'action created','2021-02-13 10:49:58','2021-02-13 02:49:58'),(96475,35069,'action started via WP Cron','2021-02-13 10:50:50','2021-02-13 02:50:50'),(96476,35069,'action complete via WP Cron','2021-02-13 10:50:50','2021-02-13 02:50:50'),(96477,35070,'action created','2021-02-13 10:50:50','2021-02-13 02:50:50'),(96478,35070,'action started via WP Cron','2021-02-13 10:52:07','2021-02-13 02:52:07'),(96479,35070,'action complete via WP Cron','2021-02-13 10:52:07','2021-02-13 02:52:07'),(96480,35071,'action created','2021-02-13 10:52:07','2021-02-13 02:52:07'),(96481,35071,'action started via WP Cron','2021-02-13 10:52:53','2021-02-13 02:52:53'),(96482,35071,'action complete via WP Cron','2021-02-13 10:52:53','2021-02-13 02:52:53'),(96483,35072,'action created','2021-02-13 10:52:53','2021-02-13 02:52:53'),(96484,35072,'action started via WP Cron','2021-02-13 10:53:43','2021-02-13 02:53:43'),(96485,35072,'action complete via WP Cron','2021-02-13 10:53:43','2021-02-13 02:53:43'),(96486,35073,'action created','2021-02-13 10:53:43','2021-02-13 02:53:43'),(96487,35073,'action started via WP Cron','2021-02-13 10:55:01','2021-02-13 02:55:01'),(96488,35073,'action complete via WP Cron','2021-02-13 10:55:01','2021-02-13 02:55:01'),(96489,35074,'action created','2021-02-13 10:55:25','2021-02-13 02:55:25'),(96490,35074,'action started via WP Cron','2021-02-13 10:55:57','2021-02-13 02:55:57'),(96491,35074,'action complete via WP Cron','2021-02-13 10:55:57','2021-02-13 02:55:57'),(96492,35075,'action created','2021-02-13 10:55:57','2021-02-13 02:55:57'),(96493,35075,'action started via WP Cron','2021-02-13 10:57:03','2021-02-13 02:57:03'),(96494,35075,'action complete via WP Cron','2021-02-13 10:57:03','2021-02-13 02:57:03'),(96495,35076,'action created','2021-02-13 10:57:03','2021-02-13 02:57:03'),(96496,35076,'action started via WP Cron','2021-02-13 10:57:53','2021-02-13 02:57:53'),(96497,35076,'action complete via WP Cron','2021-02-13 10:57:53','2021-02-13 02:57:53'),(96498,35077,'action created','2021-02-13 10:57:53','2021-02-13 02:57:53'),(96499,35077,'action started via WP Cron','2021-02-13 10:58:56','2021-02-13 02:58:56'),(96500,35077,'action complete via WP Cron','2021-02-13 10:58:56','2021-02-13 02:58:56'),(96501,35078,'action created','2021-02-13 10:58:56','2021-02-13 02:58:56'),(96502,35078,'action started via WP Cron','2021-02-13 10:59:43','2021-02-13 02:59:43'),(96503,35078,'action complete via WP Cron','2021-02-13 10:59:43','2021-02-13 02:59:43'),(96504,35079,'action created','2021-02-13 10:59:43','2021-02-13 02:59:43'),(96505,35079,'action started via WP Cron','2021-02-13 11:00:57','2021-02-13 03:00:57'),(96506,35079,'action complete via WP Cron','2021-02-13 11:00:57','2021-02-13 03:00:57'),(96507,35080,'action created','2021-02-13 11:00:57','2021-02-13 03:00:57'),(96508,35080,'action started via WP Cron','2021-02-13 11:01:48','2021-02-13 03:01:48'),(96509,35080,'action complete via WP Cron','2021-02-13 11:01:48','2021-02-13 03:01:48'),(96510,35081,'action created','2021-02-13 11:01:48','2021-02-13 03:01:48'),(96511,35081,'action started via WP Cron','2021-02-13 11:12:41','2021-02-13 03:12:41'),(96512,35081,'action complete via WP Cron','2021-02-13 11:12:41','2021-02-13 03:12:41'),(96513,35082,'action created','2021-02-13 11:12:41','2021-02-13 03:12:41'),(96514,35082,'action started via WP Cron','2021-02-13 11:35:23','2021-02-13 03:35:23'),(96515,35082,'action complete via WP Cron','2021-02-13 11:35:23','2021-02-13 03:35:23'),(96516,35083,'action created','2021-02-13 11:42:53','2021-02-13 03:42:53'),(96517,35083,'action started via WP Cron','2021-02-13 11:49:17','2021-02-13 03:49:17'),(96518,35083,'action complete via WP Cron','2021-02-13 11:49:17','2021-02-13 03:49:17'),(96519,35084,'action created','2021-02-13 11:49:18','2021-02-13 03:49:18'),(96520,35084,'action started via WP Cron','2021-02-13 11:50:31','2021-02-13 03:50:31'),(96521,35084,'action complete via WP Cron','2021-02-13 11:50:31','2021-02-13 03:50:31'),(96522,35085,'action created','2021-02-13 11:50:31','2021-02-13 03:50:31'),(96523,35085,'action started via WP Cron','2021-02-13 11:51:32','2021-02-13 03:51:32'),(96524,35085,'action complete via WP Cron','2021-02-13 11:51:32','2021-02-13 03:51:32'),(96525,35086,'action created','2021-02-13 11:51:33','2021-02-13 03:51:33'),(96526,35086,'action started via WP Cron','2021-02-13 11:53:34','2021-02-13 03:53:34'),(96527,35086,'action complete via WP Cron','2021-02-13 11:53:34','2021-02-13 03:53:34'),(96528,35087,'action created','2021-02-13 11:53:34','2021-02-13 03:53:34'),(96529,35087,'action started via WP Cron','2021-02-13 11:54:35','2021-02-13 03:54:35'),(96530,35087,'action complete via WP Cron','2021-02-13 11:54:35','2021-02-13 03:54:35'),(96531,35088,'action created','2021-02-13 11:54:35','2021-02-13 03:54:35'),(96532,35088,'action started via WP Cron','2021-02-13 11:55:36','2021-02-13 03:55:36'),(96533,35088,'action complete via WP Cron','2021-02-13 11:55:36','2021-02-13 03:55:36'),(96534,35089,'action created','2021-02-13 11:55:36','2021-02-13 03:55:36'),(96535,35089,'action started via WP Cron','2021-02-13 12:03:41','2021-02-13 04:03:41'),(96536,35089,'action complete via WP Cron','2021-02-13 12:03:41','2021-02-13 04:03:41'),(96537,35090,'action created','2021-02-13 12:03:41','2021-02-13 04:03:41'),(96538,35090,'action started via WP Cron','2021-02-13 12:07:24','2021-02-13 04:07:24'),(96539,35090,'action complete via WP Cron','2021-02-13 12:07:24','2021-02-13 04:07:24'),(96540,35091,'action created','2021-02-13 12:07:24','2021-02-13 04:07:24'),(96541,35091,'action started via WP Cron','2021-02-13 12:08:41','2021-02-13 04:08:41'),(96542,35091,'action complete via WP Cron','2021-02-13 12:08:41','2021-02-13 04:08:41'),(96543,35092,'action created','2021-02-13 12:08:41','2021-02-13 04:08:41'),(96544,35092,'action started via WP Cron','2021-02-13 12:21:49','2021-02-13 04:21:49'),(96545,35092,'action complete via WP Cron','2021-02-13 12:21:49','2021-02-13 04:21:49'),(96546,35093,'action created','2021-02-13 12:21:49','2021-02-13 04:21:49'),(96547,35093,'action started via WP Cron','2021-02-13 12:38:27','2021-02-13 04:38:27'),(96548,35093,'action complete via WP Cron','2021-02-13 12:38:27','2021-02-13 04:38:27'),(96549,35094,'action created','2021-02-13 12:38:27','2021-02-13 04:38:27'),(96550,35094,'action started via WP Cron','2021-02-13 12:39:48','2021-02-13 04:39:48'),(96551,35094,'action complete via WP Cron','2021-02-13 12:39:48','2021-02-13 04:39:48'),(96552,35095,'action created','2021-02-13 12:39:48','2021-02-13 04:39:48'),(96553,35095,'action started via WP Cron','2021-02-13 12:41:01','2021-02-13 04:41:01'),(96554,35095,'action complete via WP Cron','2021-02-13 12:41:01','2021-02-13 04:41:01'),(96555,35096,'action created','2021-02-13 12:41:01','2021-02-13 04:41:01'),(96556,35096,'action started via WP Cron','2021-02-13 12:42:02','2021-02-13 04:42:02'),(96557,35096,'action complete via WP Cron','2021-02-13 12:42:02','2021-02-13 04:42:02'),(96558,35097,'action created','2021-02-13 12:42:03','2021-02-13 04:42:03'),(96559,35097,'action started via WP Cron','2021-02-13 12:44:06','2021-02-13 04:44:06'),(96560,35097,'action complete via WP Cron','2021-02-13 12:44:06','2021-02-13 04:44:06'),(96561,35098,'action created','2021-02-13 12:44:06','2021-02-13 04:44:06'),(96562,35098,'action started via WP Cron','2021-02-13 12:45:07','2021-02-13 04:45:07'),(96563,35098,'action complete via WP Cron','2021-02-13 12:45:07','2021-02-13 04:45:07'),(96564,35099,'action created','2021-02-13 12:45:07','2021-02-13 04:45:07'),(96565,35099,'action started via WP Cron','2021-02-13 12:46:07','2021-02-13 04:46:07'),(96566,35099,'action complete via WP Cron','2021-02-13 12:46:07','2021-02-13 04:46:07'),(96567,35100,'action created','2021-02-13 12:46:07','2021-02-13 04:46:07'),(96568,35100,'action started via WP Cron','2021-02-13 12:47:23','2021-02-13 04:47:23'),(96569,35100,'action complete via WP Cron','2021-02-13 12:47:23','2021-02-13 04:47:23'),(96570,35101,'action created','2021-02-13 12:47:24','2021-02-13 04:47:24'),(96571,35101,'action started via WP Cron','2021-02-13 12:49:17','2021-02-13 04:49:17'),(96572,35101,'action complete via WP Cron','2021-02-13 12:49:17','2021-02-13 04:49:17'),(96573,35102,'action created','2021-02-13 12:49:17','2021-02-13 04:49:17'),(96574,35102,'action started via WP Cron','2021-02-13 12:54:47','2021-02-13 04:54:47'),(96575,35102,'action complete via WP Cron','2021-02-13 12:54:47','2021-02-13 04:54:47'),(96576,35103,'action created','2021-02-13 12:54:47','2021-02-13 04:54:47'),(96577,35103,'action started via WP Cron','2021-02-13 12:55:50','2021-02-13 04:55:50'),(96578,35103,'action complete via WP Cron','2021-02-13 12:55:50','2021-02-13 04:55:50'),(96579,35104,'action created','2021-02-13 12:55:50','2021-02-13 04:55:50'),(96580,35104,'action started via WP Cron','2021-02-13 12:57:20','2021-02-13 04:57:20'),(96581,35104,'action complete via WP Cron','2021-02-13 12:57:20','2021-02-13 04:57:20'),(96582,35105,'action created','2021-02-13 12:57:20','2021-02-13 04:57:20'),(96583,35105,'action started via WP Cron','2021-02-13 12:59:40','2021-02-13 04:59:40'),(96584,35105,'action complete via WP Cron','2021-02-13 12:59:40','2021-02-13 04:59:40'),(96585,35106,'action created','2021-02-13 12:59:40','2021-02-13 04:59:40'),(96586,35106,'action started via WP Cron','2021-02-13 13:00:45','2021-02-13 05:00:45'),(96587,35106,'action complete via WP Cron','2021-02-13 13:00:45','2021-02-13 05:00:45'),(96588,35107,'action created','2021-02-13 13:00:45','2021-02-13 05:00:45'),(96589,35107,'action started via WP Cron','2021-02-13 13:01:46','2021-02-13 05:01:46'),(96590,35107,'action complete via WP Cron','2021-02-13 13:01:46','2021-02-13 05:01:46'),(96591,35108,'action created','2021-02-13 13:01:46','2021-02-13 05:01:46'),(96592,35108,'action started via WP Cron','2021-02-13 13:03:41','2021-02-13 05:03:41'),(96593,35108,'action complete via WP Cron','2021-02-13 13:03:41','2021-02-13 05:03:41'),(96594,35109,'action created','2021-02-13 13:03:41','2021-02-13 05:03:41'),(96595,35109,'action started via WP Cron','2021-02-13 13:15:51','2021-02-13 05:15:51'),(96596,35109,'action complete via WP Cron','2021-02-13 13:15:51','2021-02-13 05:15:51'),(96597,35110,'action created','2021-02-13 13:15:51','2021-02-13 05:15:51'),(96598,35110,'action started via WP Cron','2021-02-13 13:24:25','2021-02-13 05:24:25'),(96599,35110,'action complete via WP Cron','2021-02-13 13:24:25','2021-02-13 05:24:25'),(96600,35111,'action created','2021-02-13 13:24:25','2021-02-13 05:24:25'),(96601,35111,'action started via WP Cron','2021-02-13 13:24:41','2021-02-13 05:24:41'),(96602,35111,'action complete via WP Cron','2021-02-13 13:24:41','2021-02-13 05:24:41'),(96603,35112,'action created','2021-02-13 13:24:41','2021-02-13 05:24:41'),(96604,35112,'action started via WP Cron','2021-02-13 13:39:45','2021-02-13 05:39:45'),(96605,35112,'action complete via WP Cron','2021-02-13 13:39:45','2021-02-13 05:39:45'),(96606,35113,'action created','2021-02-13 13:39:45','2021-02-13 05:39:45'),(96607,35113,'action started via WP Cron','2021-02-13 13:46:22','2021-02-13 05:46:22'),(96608,35113,'action complete via WP Cron','2021-02-13 13:46:22','2021-02-13 05:46:22'),(96609,35114,'action created','2021-02-13 13:46:22','2021-02-13 05:46:22'),(96610,35114,'action started via WP Cron','2021-02-13 13:47:23','2021-02-13 05:47:23'),(96611,35114,'action complete via WP Cron','2021-02-13 13:47:23','2021-02-13 05:47:23'),(96612,35115,'action created','2021-02-13 13:47:23','2021-02-13 05:47:23'),(96613,35115,'action started via WP Cron','2021-02-13 13:48:26','2021-02-13 05:48:26'),(96614,35115,'action complete via WP Cron','2021-02-13 13:48:26','2021-02-13 05:48:26'),(96615,35116,'action created','2021-02-13 13:48:26','2021-02-13 05:48:26'),(96616,35116,'action started via WP Cron','2021-02-13 13:50:27','2021-02-13 05:50:27'),(96617,35116,'action complete via WP Cron','2021-02-13 13:50:27','2021-02-13 05:50:27'),(96618,35117,'action created','2021-02-13 13:50:27','2021-02-13 05:50:27'),(96619,35117,'action started via WP Cron','2021-02-13 13:51:28','2021-02-13 05:51:28'),(96620,35117,'action complete via WP Cron','2021-02-13 13:51:28','2021-02-13 05:51:28'),(96621,35118,'action created','2021-02-13 13:51:28','2021-02-13 05:51:28'),(96622,35118,'action started via WP Cron','2021-02-13 13:51:44','2021-02-13 05:51:44'),(96623,35118,'action complete via WP Cron','2021-02-13 13:51:44','2021-02-13 05:51:44'),(96624,35119,'action created','2021-02-13 13:51:44','2021-02-13 05:51:44'),(96625,35119,'action started via WP Cron','2021-02-13 13:54:49','2021-02-13 05:54:49'),(96626,35119,'action complete via WP Cron','2021-02-13 13:54:49','2021-02-13 05:54:49'),(96627,35120,'action created','2021-02-13 13:54:49','2021-02-13 05:54:49'),(96628,35120,'action started via WP Cron','2021-02-13 13:56:02','2021-02-13 05:56:02'),(96629,35120,'action complete via WP Cron','2021-02-13 13:56:02','2021-02-13 05:56:02'),(96630,35121,'action created','2021-02-13 13:56:02','2021-02-13 05:56:02'),(96631,35121,'action started via WP Cron','2021-02-13 13:58:40','2021-02-13 05:58:40'),(96632,35121,'action complete via WP Cron','2021-02-13 13:58:40','2021-02-13 05:58:40'),(96633,35122,'action created','2021-02-13 13:58:40','2021-02-13 05:58:40'),(96634,35122,'action started via WP Cron','2021-02-13 14:00:04','2021-02-13 06:00:04'),(96635,35122,'action complete via WP Cron','2021-02-13 14:00:04','2021-02-13 06:00:04'),(96636,35123,'action created','2021-02-13 14:00:04','2021-02-13 06:00:04'),(96637,35123,'action started via WP Cron','2021-02-13 14:01:18','2021-02-13 06:01:18'),(96638,35123,'action complete via WP Cron','2021-02-13 14:01:18','2021-02-13 06:01:18'),(96639,35124,'action created','2021-02-13 14:01:18','2021-02-13 06:01:18'),(96640,35124,'action started via WP Cron','2021-02-13 14:02:36','2021-02-13 06:02:36'),(96641,35124,'action complete via WP Cron','2021-02-13 14:02:36','2021-02-13 06:02:36'),(96642,35125,'action created','2021-02-13 14:02:36','2021-02-13 06:02:36'),(96643,35125,'action started via WP Cron','2021-02-13 14:03:37','2021-02-13 06:03:37'),(96644,35125,'action complete via WP Cron','2021-02-13 14:03:37','2021-02-13 06:03:37'),(96645,35126,'action created','2021-02-13 14:03:37','2021-02-13 06:03:37'),(96646,35126,'action started via WP Cron','2021-02-13 14:04:06','2021-02-13 06:04:06'),(96647,35126,'action complete via WP Cron','2021-02-13 14:04:06','2021-02-13 06:04:06'),(96648,35127,'action created','2021-02-13 14:04:06','2021-02-13 06:04:06'),(96649,35127,'action started via WP Cron','2021-02-13 14:06:44','2021-02-13 06:06:44'),(96650,35127,'action complete via WP Cron','2021-02-13 14:06:44','2021-02-13 06:06:44'),(96651,35128,'action created','2021-02-13 14:06:44','2021-02-13 06:06:44'),(96652,35128,'action started via WP Cron','2021-02-13 14:07:46','2021-02-13 06:07:46'),(96653,35128,'action complete via WP Cron','2021-02-13 14:07:46','2021-02-13 06:07:46'),(96654,35129,'action created','2021-02-13 14:07:46','2021-02-13 06:07:46'),(96655,35129,'action started via WP Cron','2021-02-13 14:08:49','2021-02-13 06:08:49'),(96656,35129,'action complete via WP Cron','2021-02-13 14:08:49','2021-02-13 06:08:49'),(96657,35130,'action created','2021-02-13 14:08:49','2021-02-13 06:08:49'),(96658,35130,'action started via WP Cron','2021-02-13 14:12:53','2021-02-13 06:12:53'),(96659,35130,'action complete via WP Cron','2021-02-13 14:12:53','2021-02-13 06:12:53'),(96660,35131,'action created','2021-02-13 14:12:54','2021-02-13 06:12:54'),(96661,35131,'action started via WP Cron','2021-02-13 14:23:41','2021-02-13 06:23:41'),(96662,35131,'action complete via WP Cron','2021-02-13 14:23:41','2021-02-13 06:23:41'),(96663,35132,'action created','2021-02-13 14:23:41','2021-02-13 06:23:41'),(96664,35132,'action started via WP Cron','2021-02-13 14:24:51','2021-02-13 06:24:51'),(96665,35132,'action complete via WP Cron','2021-02-13 14:24:51','2021-02-13 06:24:51'),(96666,35133,'action created','2021-02-13 14:24:51','2021-02-13 06:24:51'),(96667,35133,'action started via WP Cron','2021-02-13 14:29:18','2021-02-13 06:29:18'),(96668,35133,'action complete via WP Cron','2021-02-13 14:29:18','2021-02-13 06:29:18'),(96669,35134,'action created','2021-02-13 14:29:18','2021-02-13 06:29:18'),(96670,35134,'action started via WP Cron','2021-02-13 14:31:18','2021-02-13 06:31:18'),(96671,35134,'action complete via WP Cron','2021-02-13 14:31:18','2021-02-13 06:31:18'),(96672,35135,'action created','2021-02-13 14:31:18','2021-02-13 06:31:18'),(96673,35135,'action started via WP Cron','2021-02-13 14:31:47','2021-02-13 06:31:47'),(96674,35135,'action complete via WP Cron','2021-02-13 14:31:47','2021-02-13 06:31:47'),(96675,35136,'action created','2021-02-13 14:31:47','2021-02-13 06:31:47'),(96676,35136,'action started via WP Cron','2021-02-13 14:32:59','2021-02-13 06:32:59'),(96677,35136,'action complete via WP Cron','2021-02-13 14:32:59','2021-02-13 06:32:59'),(96678,35137,'action created','2021-02-13 14:32:59','2021-02-13 06:32:59'),(96679,35137,'action started via WP Cron','2021-02-13 14:33:52','2021-02-13 06:33:52'),(96680,35137,'action complete via WP Cron','2021-02-13 14:33:52','2021-02-13 06:33:52'),(96681,35138,'action created','2021-02-13 14:33:52','2021-02-13 06:33:52'),(96682,35138,'action started via WP Cron','2021-02-13 14:34:57','2021-02-13 06:34:57'),(96683,35138,'action complete via WP Cron','2021-02-13 14:34:57','2021-02-13 06:34:57'),(96684,35139,'action created','2021-02-13 14:34:58','2021-02-13 06:34:58'),(96685,35139,'action started via WP Cron','2021-02-13 14:35:44','2021-02-13 06:35:44'),(96686,35139,'action complete via WP Cron','2021-02-13 14:35:44','2021-02-13 06:35:44'),(96687,35140,'action created','2021-02-13 14:35:44','2021-02-13 06:35:44'),(96688,35140,'action started via WP Cron','2021-02-13 14:36:53','2021-02-13 06:36:53'),(96689,35140,'action complete via WP Cron','2021-02-13 14:36:53','2021-02-13 06:36:53'),(96690,35141,'action created','2021-02-13 14:36:53','2021-02-13 06:36:53'),(96691,35141,'action started via WP Cron','2021-02-13 14:37:43','2021-02-13 06:37:43'),(96692,35141,'action complete via WP Cron','2021-02-13 14:37:43','2021-02-13 06:37:43'),(96693,35142,'action created','2021-02-13 14:37:43','2021-02-13 06:37:43'),(96694,35142,'action started via WP Cron','2021-02-13 14:39:31','2021-02-13 06:39:31'),(96695,35142,'action complete via WP Cron','2021-02-13 14:39:31','2021-02-13 06:39:31'),(96696,35143,'action created','2021-02-13 14:39:32','2021-02-13 06:39:32'),(96697,35143,'action started via WP Cron','2021-02-13 14:39:43','2021-02-13 06:39:43'),(96698,35143,'action complete via WP Cron','2021-02-13 14:39:43','2021-02-13 06:39:43'),(96699,35144,'action created','2021-02-13 14:39:43','2021-02-13 06:39:43'),(96700,35144,'action started via WP Cron','2021-02-13 14:40:50','2021-02-13 06:40:50'),(96701,35144,'action complete via WP Cron','2021-02-13 14:40:50','2021-02-13 06:40:50'),(96702,35145,'action created','2021-02-13 14:40:50','2021-02-13 06:40:50'),(96703,35145,'action started via WP Cron','2021-02-13 14:41:45','2021-02-13 06:41:45'),(96704,35145,'action complete via WP Cron','2021-02-13 14:41:45','2021-02-13 06:41:45'),(96705,35146,'action created','2021-02-13 14:41:45','2021-02-13 06:41:45'),(96706,35146,'action started via WP Cron','2021-02-13 14:42:49','2021-02-13 06:42:49'),(96707,35146,'action complete via WP Cron','2021-02-13 14:42:49','2021-02-13 06:42:49'),(96708,35147,'action created','2021-02-13 14:42:49','2021-02-13 06:42:49'),(96709,35147,'action started via WP Cron','2021-02-13 14:44:41','2021-02-13 06:44:41'),(96710,35147,'action complete via WP Cron','2021-02-13 14:44:41','2021-02-13 06:44:41'),(96711,35148,'action created','2021-02-13 14:44:41','2021-02-13 06:44:41'),(96712,35148,'action started via WP Cron','2021-02-13 14:45:42','2021-02-13 06:45:42'),(96713,35148,'action complete via WP Cron','2021-02-13 14:45:42','2021-02-13 06:45:42'),(96714,35149,'action created','2021-02-13 14:45:42','2021-02-13 06:45:42'),(96715,35149,'action started via WP Cron','2021-02-13 14:48:04','2021-02-13 06:48:04'),(96716,35149,'action complete via WP Cron','2021-02-13 14:48:04','2021-02-13 06:48:04'),(96717,35150,'action created','2021-02-13 14:48:04','2021-02-13 06:48:04'),(96718,35150,'action started via WP Cron','2021-02-13 14:52:52','2021-02-13 06:52:52'),(96719,35150,'action complete via WP Cron','2021-02-13 14:52:52','2021-02-13 06:52:52'),(96720,35151,'action created','2021-02-13 14:52:52','2021-02-13 06:52:52'),(96721,35151,'action started via WP Cron','2021-02-13 14:54:23','2021-02-13 06:54:23'),(96722,35151,'action complete via WP Cron','2021-02-13 14:54:23','2021-02-13 06:54:23'),(96723,35152,'action created','2021-02-13 14:54:23','2021-02-13 06:54:23'),(96724,35152,'action started via WP Cron','2021-02-13 14:55:24','2021-02-13 06:55:24'),(96725,35152,'action complete via WP Cron','2021-02-13 14:55:24','2021-02-13 06:55:24'),(96726,35153,'action created','2021-02-13 14:55:24','2021-02-13 06:55:24'),(96727,35153,'action started via WP Cron','2021-02-13 14:55:57','2021-02-13 06:55:57'),(96728,35153,'action complete via WP Cron','2021-02-13 14:55:57','2021-02-13 06:55:57'),(96729,35154,'action created','2021-02-13 14:55:57','2021-02-13 06:55:57'),(96730,35154,'action started via WP Cron','2021-02-13 14:57:26','2021-02-13 06:57:26'),(96731,35154,'action complete via WP Cron','2021-02-13 14:57:26','2021-02-13 06:57:26'),(96732,35155,'action created','2021-02-13 14:57:26','2021-02-13 06:57:26'),(96733,35155,'action started via WP Cron','2021-02-13 14:58:26','2021-02-13 06:58:26'),(96734,35155,'action complete via WP Cron','2021-02-13 14:58:26','2021-02-13 06:58:26'),(96735,35156,'action created','2021-02-13 14:58:26','2021-02-13 06:58:26'),(96736,35156,'action started via WP Cron','2021-02-13 15:05:15','2021-02-13 07:05:15'),(96737,35156,'action complete via WP Cron','2021-02-13 15:05:15','2021-02-13 07:05:15'),(96738,35157,'action created','2021-02-13 15:05:16','2021-02-13 07:05:16'),(96739,35157,'action started via WP Cron','2021-02-13 15:08:54','2021-02-13 07:08:54'),(96740,35157,'action complete via WP Cron','2021-02-13 15:08:54','2021-02-13 07:08:54'),(96741,35158,'action created','2021-02-13 15:08:54','2021-02-13 07:08:54'),(96742,35158,'action started via WP Cron','2021-02-13 15:09:52','2021-02-13 07:09:52'),(96743,35158,'action complete via WP Cron','2021-02-13 15:09:52','2021-02-13 07:09:52'),(96744,35159,'action created','2021-02-13 15:09:52','2021-02-13 07:09:52'),(96745,35159,'action started via WP Cron','2021-02-13 15:10:53','2021-02-13 07:10:53'),(96746,35159,'action complete via WP Cron','2021-02-13 15:10:53','2021-02-13 07:10:53'),(96747,35160,'action created','2021-02-13 15:10:54','2021-02-13 07:10:54'),(96748,35160,'action started via WP Cron','2021-02-13 15:12:56','2021-02-13 07:12:56'),(96749,35160,'action complete via WP Cron','2021-02-13 15:12:56','2021-02-13 07:12:56'),(96750,35161,'action created','2021-02-13 15:12:56','2021-02-13 07:12:56'),(96751,35161,'action started via WP Cron','2021-02-13 15:13:44','2021-02-13 07:13:44'),(96752,35161,'action complete via WP Cron','2021-02-13 15:13:44','2021-02-13 07:13:44'),(96753,35162,'action created','2021-02-13 15:13:45','2021-02-13 07:13:45'),(96754,35162,'action started via WP Cron','2021-02-13 15:14:58','2021-02-13 07:14:58'),(96755,35162,'action complete via WP Cron','2021-02-13 15:14:58','2021-02-13 07:14:58'),(96756,35163,'action created','2021-02-13 15:14:58','2021-02-13 07:14:58'),(96757,35163,'action started via WP Cron','2021-02-13 15:22:27','2021-02-13 07:22:27'),(96758,35163,'action complete via WP Cron','2021-02-13 15:22:27','2021-02-13 07:22:27'),(96759,35164,'action created','2021-02-13 15:22:27','2021-02-13 07:22:27'),(96760,35164,'action started via WP Cron','2021-02-13 15:23:43','2021-02-13 07:23:43'),(96761,35164,'action complete via WP Cron','2021-02-13 15:23:43','2021-02-13 07:23:43'),(96762,35165,'action created','2021-02-13 15:23:43','2021-02-13 07:23:43'),(96763,35165,'action started via WP Cron','2021-02-13 15:25:43','2021-02-13 07:25:43'),(96764,35165,'action complete via WP Cron','2021-02-13 15:25:43','2021-02-13 07:25:43'),(96765,35166,'action created','2021-02-13 15:25:43','2021-02-13 07:25:43'),(96766,35166,'action started via WP Cron','2021-02-13 15:31:49','2021-02-13 07:31:49'),(96767,35166,'action complete via WP Cron','2021-02-13 15:31:49','2021-02-13 07:31:49'),(96768,35167,'action created','2021-02-13 15:31:49','2021-02-13 07:31:49'),(96769,35167,'action started via WP Cron','2021-02-13 15:37:17','2021-02-13 07:37:17'),(96770,35167,'action complete via WP Cron','2021-02-13 15:37:17','2021-02-13 07:37:17'),(96771,35168,'action created','2021-02-13 15:37:17','2021-02-13 07:37:17'),(96772,35168,'action started via WP Cron','2021-02-13 15:44:52','2021-02-13 07:44:52'),(96773,35168,'action complete via WP Cron','2021-02-13 15:44:52','2021-02-13 07:44:52'),(96774,35169,'action created','2021-02-13 15:44:52','2021-02-13 07:44:52'),(96775,35169,'action started via WP Cron','2021-02-13 15:46:42','2021-02-13 07:46:42'),(96776,35169,'action complete via WP Cron','2021-02-13 15:46:42','2021-02-13 07:46:42'),(96777,35170,'action created','2021-02-13 15:46:42','2021-02-13 07:46:42'),(96778,35170,'action started via WP Cron','2021-02-13 15:47:43','2021-02-13 07:47:43'),(96779,35170,'action complete via WP Cron','2021-02-13 15:47:43','2021-02-13 07:47:43'),(96780,35171,'action created','2021-02-13 15:47:43','2021-02-13 07:47:43'),(96781,35171,'action started via WP Cron','2021-02-13 15:48:45','2021-02-13 07:48:45'),(96782,35171,'action complete via WP Cron','2021-02-13 15:48:45','2021-02-13 07:48:45'),(96783,35172,'action created','2021-02-13 15:48:45','2021-02-13 07:48:45'),(96784,35172,'action started via WP Cron','2021-02-13 15:50:14','2021-02-13 07:50:14'),(96785,35172,'action complete via WP Cron','2021-02-13 15:50:14','2021-02-13 07:50:14'),(96786,35173,'action created','2021-02-13 15:50:15','2021-02-13 07:50:15'),(96787,35173,'action started via WP Cron','2021-02-13 15:50:46','2021-02-13 07:50:46'),(96788,35173,'action complete via WP Cron','2021-02-13 15:50:46','2021-02-13 07:50:46'),(96789,35174,'action created','2021-02-13 15:50:46','2021-02-13 07:50:46'),(96790,35174,'action started via WP Cron','2021-02-13 15:51:47','2021-02-13 07:51:47'),(96791,35174,'action complete via WP Cron','2021-02-13 15:51:47','2021-02-13 07:51:47'),(96792,35175,'action created','2021-02-13 15:51:47','2021-02-13 07:51:47'),(96793,35175,'action started via WP Cron','2021-02-13 15:56:51','2021-02-13 07:56:51'),(96794,35175,'action complete via WP Cron','2021-02-13 15:56:51','2021-02-13 07:56:51'),(96795,35176,'action created','2021-02-13 15:56:51','2021-02-13 07:56:51'),(96796,35176,'action started via WP Cron','2021-02-13 15:58:33','2021-02-13 07:58:33'),(96797,35176,'action complete via WP Cron','2021-02-13 15:58:33','2021-02-13 07:58:33'),(96798,35177,'action created','2021-02-13 15:58:33','2021-02-13 07:58:33'),(96799,35177,'action started via WP Cron','2021-02-13 15:58:57','2021-02-13 07:58:57'),(96800,35177,'action complete via WP Cron','2021-02-13 15:58:57','2021-02-13 07:58:57'),(96801,35178,'action created','2021-02-13 15:58:57','2021-02-13 07:58:57'),(96802,35178,'action started via WP Cron','2021-02-13 16:00:02','2021-02-13 08:00:02'),(96803,35178,'action complete via WP Cron','2021-02-13 16:00:02','2021-02-13 08:00:02'),(96804,35179,'action created','2021-02-13 16:00:21','2021-02-13 08:00:21'),(96805,35179,'action started via WP Cron','2021-02-13 16:00:43','2021-02-13 08:00:43'),(96806,35179,'action complete via WP Cron','2021-02-13 16:00:43','2021-02-13 08:00:43'),(96807,35180,'action created','2021-02-13 16:00:43','2021-02-13 08:00:43'),(96808,35180,'action started via WP Cron','2021-02-13 16:01:45','2021-02-13 08:01:45'),(96809,35180,'action complete via WP Cron','2021-02-13 16:01:45','2021-02-13 08:01:45'),(96810,35181,'action created','2021-02-13 16:01:45','2021-02-13 08:01:45'),(96811,35181,'action started via WP Cron','2021-02-13 16:02:48','2021-02-13 08:02:48'),(96812,35181,'action complete via WP Cron','2021-02-13 16:02:48','2021-02-13 08:02:48'),(96813,35182,'action created','2021-02-13 16:02:49','2021-02-13 08:02:49'),(96814,35182,'action started via WP Cron','2021-02-13 16:03:46','2021-02-13 08:03:46'),(96815,35182,'action complete via WP Cron','2021-02-13 16:03:46','2021-02-13 08:03:46'),(96816,35183,'action created','2021-02-13 16:03:46','2021-02-13 08:03:46'),(96817,35183,'action started via WP Cron','2021-02-13 16:04:52','2021-02-13 08:04:52'),(96818,35183,'action complete via WP Cron','2021-02-13 16:04:52','2021-02-13 08:04:52'),(96819,35184,'action created','2021-02-13 16:04:52','2021-02-13 08:04:52'),(96820,35184,'action started via WP Cron','2021-02-13 16:05:43','2021-02-13 08:05:43'),(96821,35184,'action complete via WP Cron','2021-02-13 16:05:43','2021-02-13 08:05:43'),(96822,35185,'action created','2021-02-13 16:05:43','2021-02-13 08:05:43'),(96823,35185,'action started via WP Cron','2021-02-13 16:06:51','2021-02-13 08:06:51'),(96824,35185,'action complete via WP Cron','2021-02-13 16:06:51','2021-02-13 08:06:51'),(96825,35186,'action created','2021-02-13 16:06:51','2021-02-13 08:06:51'),(96826,35186,'action started via WP Cron','2021-02-13 16:07:42','2021-02-13 08:07:42'),(96827,35186,'action complete via WP Cron','2021-02-13 16:07:42','2021-02-13 08:07:42'),(96828,35187,'action created','2021-02-13 16:07:43','2021-02-13 08:07:43'),(96829,35187,'action started via WP Cron','2021-02-13 16:08:41','2021-02-13 08:08:41'),(96830,35187,'action complete via WP Cron','2021-02-13 16:08:41','2021-02-13 08:08:41'),(96831,35188,'action created','2021-02-13 16:08:41','2021-02-13 08:08:41'),(96832,35188,'action started via WP Cron','2021-02-13 16:09:47','2021-02-13 08:09:47'),(96833,35188,'action complete via WP Cron','2021-02-13 16:09:47','2021-02-13 08:09:47'),(96834,35189,'action created','2021-02-13 16:09:47','2021-02-13 08:09:47'),(96835,35189,'action started via WP Cron','2021-02-13 16:10:54','2021-02-13 08:10:54'),(96836,35189,'action complete via WP Cron','2021-02-13 16:10:54','2021-02-13 08:10:54'),(96837,35190,'action created','2021-02-13 16:10:54','2021-02-13 08:10:54'),(96838,35190,'action started via WP Cron','2021-02-13 16:12:27','2021-02-13 08:12:27'),(96839,35190,'action complete via WP Cron','2021-02-13 16:12:27','2021-02-13 08:12:27'),(96840,35191,'action created','2021-02-13 16:12:27','2021-02-13 08:12:27'),(96841,35191,'action started via WP Cron','2021-02-13 16:12:45','2021-02-13 08:12:45'),(96842,35191,'action complete via WP Cron','2021-02-13 16:12:45','2021-02-13 08:12:45'),(96843,35192,'action created','2021-02-13 16:12:45','2021-02-13 08:12:45'),(96844,35192,'action started via WP Cron','2021-02-13 16:13:42','2021-02-13 08:13:42'),(96845,35192,'action complete via WP Cron','2021-02-13 16:13:42','2021-02-13 08:13:42'),(96846,35193,'action created','2021-02-13 16:13:42','2021-02-13 08:13:42'),(96847,35193,'action started via WP Cron','2021-02-13 16:14:43','2021-02-13 08:14:43'),(96848,35193,'action complete via WP Cron','2021-02-13 16:14:43','2021-02-13 08:14:43'),(96849,35194,'action created','2021-02-13 16:14:58','2021-02-13 08:14:58'),(96850,35194,'action started via WP Cron','2021-02-13 16:15:52','2021-02-13 08:15:52'),(96851,35194,'action complete via WP Cron','2021-02-13 16:15:52','2021-02-13 08:15:52'),(96852,35195,'action created','2021-02-13 16:15:52','2021-02-13 08:15:52'),(96853,35195,'action started via WP Cron','2021-02-13 16:16:43','2021-02-13 08:16:43'),(96854,35195,'action complete via WP Cron','2021-02-13 16:16:43','2021-02-13 08:16:43'),(96855,35196,'action created','2021-02-13 16:16:43','2021-02-13 08:16:43'),(96856,35196,'action started via WP Cron','2021-02-13 16:17:42','2021-02-13 08:17:42'),(96857,35196,'action complete via WP Cron','2021-02-13 16:17:42','2021-02-13 08:17:42'),(96858,35197,'action created','2021-02-13 16:17:42','2021-02-13 08:17:42'),(96859,35197,'action started via WP Cron','2021-02-13 16:18:53','2021-02-13 08:18:53'),(96860,35197,'action complete via WP Cron','2021-02-13 16:18:53','2021-02-13 08:18:53'),(96861,35198,'action created','2021-02-13 16:18:53','2021-02-13 08:18:53'),(96862,35198,'action started via WP Cron','2021-02-13 16:19:49','2021-02-13 08:19:49'),(96863,35198,'action complete via WP Cron','2021-02-13 16:19:49','2021-02-13 08:19:49'),(96864,35199,'action created','2021-02-13 16:19:49','2021-02-13 08:19:49'),(96865,35199,'action started via WP Cron','2021-02-13 16:20:46','2021-02-13 08:20:46'),(96866,35199,'action complete via WP Cron','2021-02-13 16:20:46','2021-02-13 08:20:46'),(96867,35200,'action created','2021-02-13 16:20:46','2021-02-13 08:20:46'),(96868,35200,'action started via WP Cron','2021-02-13 16:21:42','2021-02-13 08:21:42'),(96869,35200,'action complete via WP Cron','2021-02-13 16:21:42','2021-02-13 08:21:42'),(96870,35201,'action created','2021-02-13 16:21:42','2021-02-13 08:21:42'),(96871,35201,'action started via WP Cron','2021-02-13 16:22:59','2021-02-13 08:22:59'),(96872,35201,'action complete via WP Cron','2021-02-13 16:22:59','2021-02-13 08:22:59'),(96873,35202,'action created','2021-02-13 16:22:59','2021-02-13 08:22:59'),(96874,35202,'action started via WP Cron','2021-02-13 16:23:56','2021-02-13 08:23:56'),(96875,35202,'action complete via WP Cron','2021-02-13 16:23:56','2021-02-13 08:23:56'),(96876,35203,'action created','2021-02-13 16:23:56','2021-02-13 08:23:56'),(96877,35203,'action started via WP Cron','2021-02-13 16:24:56','2021-02-13 08:24:56'),(96878,35203,'action complete via WP Cron','2021-02-13 16:24:56','2021-02-13 08:24:56'),(96879,35204,'action created','2021-02-13 16:24:56','2021-02-13 08:24:56'),(96880,35204,'action started via WP Cron','2021-02-13 16:25:58','2021-02-13 08:25:58'),(96881,35204,'action complete via WP Cron','2021-02-13 16:25:58','2021-02-13 08:25:58'),(96882,35205,'action created','2021-02-13 16:25:58','2021-02-13 08:25:58'),(96883,35205,'action started via WP Cron','2021-02-13 16:26:56','2021-02-13 08:26:56'),(96884,35205,'action complete via WP Cron','2021-02-13 16:26:56','2021-02-13 08:26:56'),(96885,35206,'action created','2021-02-13 16:26:56','2021-02-13 08:26:56'),(96886,35206,'action started via WP Cron','2021-02-13 16:27:56','2021-02-13 08:27:56'),(96887,35206,'action complete via WP Cron','2021-02-13 16:27:56','2021-02-13 08:27:56'),(96888,35207,'action created','2021-02-13 16:27:56','2021-02-13 08:27:56'),(96889,35207,'action started via WP Cron','2021-02-13 16:35:21','2021-02-13 08:35:21'),(96890,35207,'action complete via WP Cron','2021-02-13 16:35:21','2021-02-13 08:35:21'),(96891,35208,'action created','2021-02-13 16:35:21','2021-02-13 08:35:21'),(96892,35208,'action started via WP Cron','2021-02-13 16:49:20','2021-02-13 08:49:20'),(96893,35208,'action complete via WP Cron','2021-02-13 16:49:20','2021-02-13 08:49:20'),(96894,35209,'action created','2021-02-13 16:49:20','2021-02-13 08:49:20'),(96895,35209,'action started via WP Cron','2021-02-13 17:02:32','2021-02-13 09:02:32'),(96896,35209,'action complete via WP Cron','2021-02-13 17:02:32','2021-02-13 09:02:32'),(96897,35210,'action created','2021-02-13 17:02:32','2021-02-13 09:02:32'),(96898,35210,'action started via WP Cron','2021-02-13 17:07:08','2021-02-13 09:07:08'),(96899,35210,'action complete via WP Cron','2021-02-13 17:07:08','2021-02-13 09:07:08'),(96900,35211,'action created','2021-02-13 17:07:08','2021-02-13 09:07:08'),(96901,35211,'action started via WP Cron','2021-02-13 17:10:16','2021-02-13 09:10:16'),(96902,35211,'action complete via WP Cron','2021-02-13 17:10:16','2021-02-13 09:10:16'),(96903,35212,'action created','2021-02-13 17:10:16','2021-02-13 09:10:16'),(96904,35212,'action started via WP Cron','2021-02-13 17:10:55','2021-02-13 09:10:55'),(96905,35212,'action complete via WP Cron','2021-02-13 17:10:55','2021-02-13 09:10:55'),(96906,35213,'action created','2021-02-13 17:10:55','2021-02-13 09:10:55'),(96907,35213,'action started via WP Cron','2021-02-13 17:12:28','2021-02-13 09:12:28'),(96908,35213,'action complete via WP Cron','2021-02-13 17:12:28','2021-02-13 09:12:28'),(96909,35214,'action created','2021-02-13 17:12:28','2021-02-13 09:12:28'),(96910,35214,'action started via WP Cron','2021-02-13 17:14:28','2021-02-13 09:14:28'),(96911,35214,'action complete via WP Cron','2021-02-13 17:14:28','2021-02-13 09:14:28'),(96912,35215,'action created','2021-02-13 17:14:28','2021-02-13 09:14:28'),(96913,35215,'action started via WP Cron','2021-02-13 17:15:28','2021-02-13 09:15:28'),(96914,35215,'action complete via WP Cron','2021-02-13 17:15:28','2021-02-13 09:15:28'),(96915,35216,'action created','2021-02-13 17:15:28','2021-02-13 09:15:28'),(96916,35216,'action started via WP Cron','2021-02-13 17:16:30','2021-02-13 09:16:30'),(96917,35216,'action complete via WP Cron','2021-02-13 17:16:30','2021-02-13 09:16:30'),(96918,35217,'action created','2021-02-13 17:16:33','2021-02-13 09:16:33'),(96919,35217,'action started via WP Cron','2021-02-13 17:17:40','2021-02-13 09:17:40'),(96920,35217,'action complete via WP Cron','2021-02-13 17:17:40','2021-02-13 09:17:40'),(96921,35218,'action created','2021-02-13 17:17:40','2021-02-13 09:17:40'),(96922,35218,'action started via WP Cron','2021-02-13 17:19:19','2021-02-13 09:19:19'),(96923,35218,'action complete via WP Cron','2021-02-13 17:19:19','2021-02-13 09:19:19'),(96924,35219,'action created','2021-02-13 17:19:19','2021-02-13 09:19:19'),(96925,35219,'action started via WP Cron','2021-02-13 17:20:20','2021-02-13 09:20:20'),(96926,35219,'action complete via WP Cron','2021-02-13 17:20:20','2021-02-13 09:20:20'),(96927,35220,'action created','2021-02-13 17:20:20','2021-02-13 09:20:20'),(96928,35220,'action started via WP Cron','2021-02-13 17:26:27','2021-02-13 09:26:27'),(96929,35220,'action complete via WP Cron','2021-02-13 17:26:27','2021-02-13 09:26:27'),(96930,35221,'action created','2021-02-13 17:26:27','2021-02-13 09:26:27'),(96931,35221,'action started via WP Cron','2021-02-13 17:27:24','2021-02-13 09:27:24'),(96932,35221,'action complete via WP Cron','2021-02-13 17:27:24','2021-02-13 09:27:24'),(96933,35222,'action created','2021-02-13 17:27:24','2021-02-13 09:27:24'),(96934,35222,'action started via WP Cron','2021-02-13 17:29:26','2021-02-13 09:29:26'),(96935,35222,'action complete via WP Cron','2021-02-13 17:29:26','2021-02-13 09:29:26'),(96936,35223,'action created','2021-02-13 17:29:26','2021-02-13 09:29:26'),(96937,35223,'action started via WP Cron','2021-02-13 17:30:27','2021-02-13 09:30:27'),(96938,35223,'action complete via WP Cron','2021-02-13 17:30:27','2021-02-13 09:30:27'),(96939,35224,'action created','2021-02-13 17:30:27','2021-02-13 09:30:27'),(96940,35224,'action started via WP Cron','2021-02-13 17:31:32','2021-02-13 09:31:32'),(96941,35224,'action complete via WP Cron','2021-02-13 17:31:32','2021-02-13 09:31:32'),(96942,35225,'action created','2021-02-13 17:31:32','2021-02-13 09:31:32'),(96943,35225,'action started via WP Cron','2021-02-13 17:34:01','2021-02-13 09:34:01'),(96944,35225,'action complete via WP Cron','2021-02-13 17:34:01','2021-02-13 09:34:01'),(96945,35226,'action created','2021-02-13 17:34:01','2021-02-13 09:34:01'),(96946,35226,'action started via WP Cron','2021-02-13 17:57:00','2021-02-13 09:57:00'),(96947,35226,'action complete via WP Cron','2021-02-13 17:57:00','2021-02-13 09:57:00'),(96948,35227,'action created','2021-02-13 17:57:00','2021-02-13 09:57:00'),(96949,35227,'action started via WP Cron','2021-02-13 18:03:26','2021-02-13 10:03:26'),(96950,35227,'action complete via WP Cron','2021-02-13 18:03:26','2021-02-13 10:03:26'),(96951,35228,'action created','2021-02-13 18:03:26','2021-02-13 10:03:26'),(96952,35228,'action started via WP Cron','2021-02-13 18:03:51','2021-02-13 10:03:51'),(96953,35228,'action complete via WP Cron','2021-02-13 18:03:51','2021-02-13 10:03:51'),(96954,35229,'action created','2021-02-13 18:03:51','2021-02-13 10:03:51'),(96955,35229,'action started via WP Cron','2021-02-13 18:04:46','2021-02-13 10:04:46'),(96956,35229,'action complete via WP Cron','2021-02-13 18:04:46','2021-02-13 10:04:46'),(96957,35230,'action created','2021-02-13 18:04:46','2021-02-13 10:04:46'),(96958,35230,'action started via WP Cron','2021-02-13 18:05:46','2021-02-13 10:05:46'),(96959,35230,'action complete via WP Cron','2021-02-13 18:05:46','2021-02-13 10:05:46'),(96960,35231,'action created','2021-02-13 18:05:46','2021-02-13 10:05:46'),(96961,35231,'action started via WP Cron','2021-02-13 18:07:04','2021-02-13 10:07:04'),(96962,35231,'action complete via WP Cron','2021-02-13 18:07:04','2021-02-13 10:07:04'),(96963,35232,'action created','2021-02-13 18:07:04','2021-02-13 10:07:04'),(96964,35232,'action started via WP Cron','2021-02-13 18:07:49','2021-02-13 10:07:49'),(96965,35232,'action complete via WP Cron','2021-02-13 18:07:49','2021-02-13 10:07:49'),(96966,35233,'action created','2021-02-13 18:07:49','2021-02-13 10:07:49'),(96967,35233,'action started via WP Cron','2021-02-13 18:08:44','2021-02-13 10:08:44'),(96968,35233,'action complete via WP Cron','2021-02-13 18:08:44','2021-02-13 10:08:44'),(96969,35234,'action created','2021-02-13 18:08:44','2021-02-13 10:08:44'),(96970,35234,'action started via WP Cron','2021-02-13 18:10:04','2021-02-13 10:10:04'),(96971,35234,'action complete via WP Cron','2021-02-13 18:10:04','2021-02-13 10:10:04'),(96972,35235,'action created','2021-02-13 18:10:04','2021-02-13 10:10:04'),(96973,35235,'action started via WP Cron','2021-02-13 18:10:53','2021-02-13 10:10:53'),(96974,35235,'action complete via WP Cron','2021-02-13 18:10:53','2021-02-13 10:10:53'),(96975,35236,'action created','2021-02-13 18:10:53','2021-02-13 10:10:53'),(96976,35236,'action started via WP Cron','2021-02-13 18:11:42','2021-02-13 10:11:42'),(96977,35236,'action complete via WP Cron','2021-02-13 18:11:42','2021-02-13 10:11:42'),(96978,35237,'action created','2021-02-13 18:11:43','2021-02-13 10:11:43'),(96979,35237,'action started via WP Cron','2021-02-13 18:12:59','2021-02-13 10:12:59'),(96980,35237,'action complete via WP Cron','2021-02-13 18:12:59','2021-02-13 10:12:59'),(96981,35238,'action created','2021-02-13 18:13:00','2021-02-13 10:13:00'),(96982,35238,'action started via WP Cron','2021-02-13 18:13:46','2021-02-13 10:13:46'),(96983,35238,'action complete via WP Cron','2021-02-13 18:13:46','2021-02-13 10:13:46'),(96984,35239,'action created','2021-02-13 18:13:47','2021-02-13 10:13:47'),(96985,35239,'action started via WP Cron','2021-02-13 18:14:55','2021-02-13 10:14:55'),(96986,35239,'action complete via WP Cron','2021-02-13 18:14:55','2021-02-13 10:14:55'),(96987,35240,'action created','2021-02-13 18:14:55','2021-02-13 10:14:55'),(96988,35240,'action started via WP Cron','2021-02-13 18:15:43','2021-02-13 10:15:43'),(96989,35240,'action complete via WP Cron','2021-02-13 18:15:43','2021-02-13 10:15:43'),(96990,35241,'action created','2021-02-13 18:15:43','2021-02-13 10:15:43'),(96991,35241,'action started via WP Cron','2021-02-13 18:16:54','2021-02-13 10:16:54'),(96992,35241,'action complete via WP Cron','2021-02-13 18:16:54','2021-02-13 10:16:54'),(96993,35242,'action created','2021-02-13 18:16:54','2021-02-13 10:16:54'),(96994,35242,'action started via WP Cron','2021-02-13 18:17:45','2021-02-13 10:17:45'),(96995,35242,'action complete via WP Cron','2021-02-13 18:17:45','2021-02-13 10:17:45'),(96996,35243,'action created','2021-02-13 18:17:46','2021-02-13 10:17:46'),(96997,35243,'action started via WP Cron','2021-02-13 18:19:01','2021-02-13 10:19:01'),(96998,35243,'action complete via WP Cron','2021-02-13 18:19:01','2021-02-13 10:19:01'),(96999,35244,'action created','2021-02-13 18:19:02','2021-02-13 10:19:02'),(97000,35244,'action started via WP Cron','2021-02-13 18:19:42','2021-02-13 10:19:42'),(97001,35244,'action complete via WP Cron','2021-02-13 18:19:42','2021-02-13 10:19:42'),(97002,35245,'action created','2021-02-13 18:19:42','2021-02-13 10:19:42'),(97003,35245,'action started via WP Cron','2021-02-13 18:20:57','2021-02-13 10:20:57'),(97004,35245,'action complete via WP Cron','2021-02-13 18:20:57','2021-02-13 10:20:57'),(97005,35246,'action created','2021-02-13 18:20:57','2021-02-13 10:20:57'),(97006,35246,'action started via WP Cron','2021-02-13 18:21:46','2021-02-13 10:21:46'),(97007,35246,'action complete via WP Cron','2021-02-13 18:21:46','2021-02-13 10:21:46'),(97008,35247,'action created','2021-02-13 18:21:46','2021-02-13 10:21:46'),(97009,35247,'action started via WP Cron','2021-02-13 18:22:57','2021-02-13 10:22:57'),(97010,35247,'action complete via WP Cron','2021-02-13 18:22:57','2021-02-13 10:22:57'),(97011,35248,'action created','2021-02-13 18:22:57','2021-02-13 10:22:57'),(97012,35248,'action started via WP Cron','2021-02-13 18:23:48','2021-02-13 10:23:48'),(97013,35248,'action complete via WP Cron','2021-02-13 18:23:48','2021-02-13 10:23:48'),(97014,35249,'action created','2021-02-13 18:23:48','2021-02-13 10:23:48'),(97015,35249,'action started via WP Cron','2021-02-13 18:24:44','2021-02-13 10:24:44'),(97016,35249,'action complete via WP Cron','2021-02-13 18:24:44','2021-02-13 10:24:44'),(97017,35250,'action created','2021-02-13 18:24:44','2021-02-13 10:24:44'),(97018,35250,'action started via WP Cron','2021-02-13 18:25:42','2021-02-13 10:25:42'),(97019,35250,'action complete via WP Cron','2021-02-13 18:25:42','2021-02-13 10:25:42'),(97020,35251,'action created','2021-02-13 18:25:42','2021-02-13 10:25:42'),(97021,35251,'action started via WP Cron','2021-02-13 18:27:05','2021-02-13 10:27:05'),(97022,35251,'action complete via WP Cron','2021-02-13 18:27:05','2021-02-13 10:27:05'),(97023,35252,'action created','2021-02-13 18:27:05','2021-02-13 10:27:05'),(97024,35252,'action started via WP Cron','2021-02-13 18:27:41','2021-02-13 10:27:41'),(97025,35252,'action complete via WP Cron','2021-02-13 18:27:41','2021-02-13 10:27:41'),(97026,35253,'action created','2021-02-13 18:27:41','2021-02-13 10:27:41'),(97027,35253,'action started via WP Cron','2021-02-13 18:28:45','2021-02-13 10:28:45'),(97028,35253,'action complete via WP Cron','2021-02-13 18:28:45','2021-02-13 10:28:45'),(97029,35254,'action created','2021-02-13 18:28:45','2021-02-13 10:28:45'),(97030,35254,'action started via WP Cron','2021-02-13 18:29:47','2021-02-13 10:29:47'),(97031,35254,'action complete via WP Cron','2021-02-13 18:29:47','2021-02-13 10:29:47'),(97032,35255,'action created','2021-02-13 18:29:47','2021-02-13 10:29:47'),(97033,35255,'action started via WP Cron','2021-02-13 18:30:42','2021-02-13 10:30:42'),(97034,35255,'action complete via WP Cron','2021-02-13 18:30:42','2021-02-13 10:30:42'),(97035,35256,'action created','2021-02-13 18:30:42','2021-02-13 10:30:42'),(97036,35256,'action started via WP Cron','2021-02-13 18:31:42','2021-02-13 10:31:42'),(97037,35256,'action complete via WP Cron','2021-02-13 18:31:42','2021-02-13 10:31:42'),(97038,35257,'action created','2021-02-13 18:31:42','2021-02-13 10:31:42'),(97039,35257,'action started via WP Cron','2021-02-13 18:32:42','2021-02-13 10:32:42'),(97040,35257,'action complete via WP Cron','2021-02-13 18:32:42','2021-02-13 10:32:42'),(97041,35258,'action created','2021-02-13 18:32:42','2021-02-13 10:32:42'),(97042,35258,'action started via WP Cron','2021-02-13 18:33:57','2021-02-13 10:33:57'),(97043,35258,'action complete via WP Cron','2021-02-13 18:33:57','2021-02-13 10:33:57'),(97044,35259,'action created','2021-02-13 18:33:57','2021-02-13 10:33:57'),(97045,35259,'action started via WP Cron','2021-02-13 18:34:46','2021-02-13 10:34:46'),(97046,35259,'action complete via WP Cron','2021-02-13 18:34:46','2021-02-13 10:34:46'),(97047,35260,'action created','2021-02-13 18:34:46','2021-02-13 10:34:46'),(97048,35260,'action started via WP Cron','2021-02-13 18:35:43','2021-02-13 10:35:43'),(97049,35260,'action complete via WP Cron','2021-02-13 18:35:43','2021-02-13 10:35:43'),(97050,35261,'action created','2021-02-13 18:35:44','2021-02-13 10:35:44'),(97051,35261,'action started via WP Cron','2021-02-13 18:36:42','2021-02-13 10:36:42'),(97052,35261,'action complete via WP Cron','2021-02-13 18:36:42','2021-02-13 10:36:42'),(97053,35262,'action created','2021-02-13 18:36:42','2021-02-13 10:36:42'),(97054,35262,'action started via WP Cron','2021-02-13 18:38:01','2021-02-13 10:38:01'),(97055,35262,'action complete via WP Cron','2021-02-13 18:38:01','2021-02-13 10:38:01'),(97056,35263,'action created','2021-02-13 18:38:02','2021-02-13 10:38:02'),(97057,35263,'action started via WP Cron','2021-02-13 18:38:48','2021-02-13 10:38:48'),(97058,35263,'action complete via WP Cron','2021-02-13 18:38:48','2021-02-13 10:38:48'),(97059,35264,'action created','2021-02-13 18:38:48','2021-02-13 10:38:48'),(97060,35264,'action started via WP Cron','2021-02-13 18:39:51','2021-02-13 10:39:51'),(97061,35264,'action complete via WP Cron','2021-02-13 18:39:51','2021-02-13 10:39:51'),(97062,35265,'action created','2021-02-13 18:39:51','2021-02-13 10:39:51'),(97063,35265,'action started via WP Cron','2021-02-13 18:40:58','2021-02-13 10:40:58'),(97064,35265,'action complete via WP Cron','2021-02-13 18:40:58','2021-02-13 10:40:58'),(97065,35266,'action created','2021-02-13 18:40:58','2021-02-13 10:40:58'),(97066,35266,'action started via WP Cron','2021-02-13 18:45:57','2021-02-13 10:45:57'),(97067,35266,'action complete via WP Cron','2021-02-13 18:45:57','2021-02-13 10:45:57'),(97068,35267,'action created','2021-02-13 18:45:57','2021-02-13 10:45:57'),(97069,35267,'action started via WP Cron','2021-02-13 18:51:20','2021-02-13 10:51:20'),(97070,35267,'action complete via WP Cron','2021-02-13 18:51:20','2021-02-13 10:51:20'),(97071,35268,'action created','2021-02-13 18:51:20','2021-02-13 10:51:20'),(97072,35268,'action started via WP Cron','2021-02-13 18:54:08','2021-02-13 10:54:08'),(97073,35268,'action complete via WP Cron','2021-02-13 18:54:08','2021-02-13 10:54:08'),(97074,35269,'action created','2021-02-13 18:54:08','2021-02-13 10:54:08'),(97075,35269,'action started via WP Cron','2021-02-13 19:02:36','2021-02-13 11:02:36'),(97076,35269,'action complete via WP Cron','2021-02-13 19:02:36','2021-02-13 11:02:36'),(97077,35270,'action created','2021-02-13 19:02:36','2021-02-13 11:02:36'),(97078,35270,'action started via WP Cron','2021-02-13 19:12:33','2021-02-13 11:12:33'),(97079,35270,'action complete via WP Cron','2021-02-13 19:12:33','2021-02-13 11:12:33'),(97080,35271,'action created','2021-02-13 19:12:33','2021-02-13 11:12:33'),(97081,35271,'action started via WP Cron','2021-02-13 19:19:48','2021-02-13 11:19:48'),(97082,35271,'action complete via WP Cron','2021-02-13 19:19:48','2021-02-13 11:19:48'),(97083,35272,'action created','2021-02-13 19:19:48','2021-02-13 11:19:48'),(97084,35272,'action started via WP Cron','2021-02-13 19:23:26','2021-02-13 11:23:26'),(97085,35272,'action complete via WP Cron','2021-02-13 19:23:26','2021-02-13 11:23:26'),(97086,35273,'action created','2021-02-13 19:23:26','2021-02-13 11:23:26'),(97087,35273,'action started via WP Cron','2021-02-13 19:24:24','2021-02-13 11:24:24'),(97088,35273,'action complete via WP Cron','2021-02-13 19:24:24','2021-02-13 11:24:24'),(97089,35274,'action created','2021-02-13 19:24:24','2021-02-13 11:24:24'),(97090,35274,'action started via WP Cron','2021-02-13 19:25:25','2021-02-13 11:25:25'),(97091,35274,'action complete via WP Cron','2021-02-13 19:25:25','2021-02-13 11:25:25'),(97092,35275,'action created','2021-02-13 19:25:25','2021-02-13 11:25:25'),(97093,35275,'action started via WP Cron','2021-02-13 19:27:27','2021-02-13 11:27:27'),(97094,35275,'action complete via WP Cron','2021-02-13 19:27:27','2021-02-13 11:27:27'),(97095,35276,'action created','2021-02-13 19:27:27','2021-02-13 11:27:27'),(97096,35276,'action started via WP Cron','2021-02-13 19:28:28','2021-02-13 11:28:28'),(97097,35276,'action complete via WP Cron','2021-02-13 19:28:28','2021-02-13 11:28:28'),(97098,35277,'action created','2021-02-13 19:28:28','2021-02-13 11:28:28'),(97099,35277,'action started via WP Cron','2021-02-13 19:29:29','2021-02-13 11:29:29'),(97100,35277,'action complete via WP Cron','2021-02-13 19:29:29','2021-02-13 11:29:29'),(97101,35278,'action created','2021-02-13 19:29:29','2021-02-13 11:29:29'),(97102,35278,'action started via WP Cron','2021-02-13 19:30:33','2021-02-13 11:30:33'),(97103,35278,'action complete via WP Cron','2021-02-13 19:30:33','2021-02-13 11:30:33'),(97104,35279,'action created','2021-02-13 19:30:33','2021-02-13 11:30:33'),(97105,35279,'action started via WP Cron','2021-02-13 19:34:09','2021-02-13 11:34:09'),(97106,35279,'action complete via WP Cron','2021-02-13 19:34:09','2021-02-13 11:34:09'),(97107,35280,'action created','2021-02-13 19:34:09','2021-02-13 11:34:09'),(97108,35280,'action started via WP Cron','2021-02-13 19:37:36','2021-02-13 11:37:36'),(97109,35280,'action complete via WP Cron','2021-02-13 19:37:36','2021-02-13 11:37:36'),(97110,35281,'action created','2021-02-13 19:37:36','2021-02-13 11:37:36'),(97111,35281,'action started via WP Cron','2021-02-13 19:38:33','2021-02-13 11:38:33'),(97112,35281,'action complete via WP Cron','2021-02-13 19:38:33','2021-02-13 11:38:33'),(97113,35282,'action created','2021-02-13 19:38:33','2021-02-13 11:38:33'),(97114,35282,'action started via WP Cron','2021-02-13 19:39:35','2021-02-13 11:39:35'),(97115,35282,'action complete via WP Cron','2021-02-13 19:39:35','2021-02-13 11:39:35'),(97116,35283,'action created','2021-02-13 19:39:35','2021-02-13 11:39:35'),(97117,35283,'action started via WP Cron','2021-02-13 19:41:36','2021-02-13 11:41:36'),(97118,35283,'action complete via WP Cron','2021-02-13 19:41:36','2021-02-13 11:41:36'),(97119,35284,'action created','2021-02-13 19:41:36','2021-02-13 11:41:36'),(97120,35284,'action started via WP Cron','2021-02-13 19:42:40','2021-02-13 11:42:40'),(97121,35284,'action complete via WP Cron','2021-02-13 19:42:40','2021-02-13 11:42:40'),(97122,35285,'action created','2021-02-13 19:43:31','2021-02-13 11:43:31'),(97123,35285,'action started via WP Cron','2021-02-13 19:55:24','2021-02-13 11:55:24'),(97124,35285,'action complete via WP Cron','2021-02-13 19:55:24','2021-02-13 11:55:24'),(97125,35286,'action created','2021-02-13 19:55:24','2021-02-13 11:55:24'),(97126,35286,'action started via WP Cron','2021-02-13 19:55:48','2021-02-13 11:55:48'),(97127,35286,'action complete via WP Cron','2021-02-13 19:55:48','2021-02-13 11:55:48'),(97128,35287,'action created','2021-02-13 19:55:48','2021-02-13 11:55:48'),(97129,35287,'action started via WP Cron','2021-02-13 19:58:29','2021-02-13 11:58:29'),(97130,35287,'action complete via WP Cron','2021-02-13 19:58:29','2021-02-13 11:58:29'),(97131,35288,'action created','2021-02-13 19:58:29','2021-02-13 11:58:29'),(97132,35288,'action started via WP Cron','2021-02-13 19:59:38','2021-02-13 11:59:38'),(97133,35288,'action complete via WP Cron','2021-02-13 19:59:38','2021-02-13 11:59:38'),(97134,35289,'action created','2021-02-13 19:59:38','2021-02-13 11:59:38'),(97135,35289,'action started via WP Cron','2021-02-13 19:59:58','2021-02-13 11:59:58'),(97136,35289,'action complete via WP Cron','2021-02-13 19:59:58','2021-02-13 11:59:58'),(97137,35290,'action created','2021-02-13 19:59:58','2021-02-13 11:59:58'),(97138,35290,'action started via WP Cron','2021-02-13 20:00:40','2021-02-13 12:00:40'),(97139,35290,'action complete via WP Cron','2021-02-13 20:00:40','2021-02-13 12:00:40'),(97140,35291,'action created','2021-02-13 20:00:41','2021-02-13 12:00:41'),(97141,35291,'action started via WP Cron','2021-02-13 20:01:46','2021-02-13 12:01:46'),(97142,35291,'action complete via WP Cron','2021-02-13 20:01:46','2021-02-13 12:01:46'),(97143,35292,'action created','2021-02-13 20:01:46','2021-02-13 12:01:46'),(97144,35292,'action started via WP Cron','2021-02-13 20:02:47','2021-02-13 12:02:47'),(97145,35292,'action complete via WP Cron','2021-02-13 20:02:47','2021-02-13 12:02:47'),(97146,35293,'action created','2021-02-13 20:02:47','2021-02-13 12:02:47'),(97147,35293,'action started via WP Cron','2021-02-13 20:04:01','2021-02-13 12:04:01'),(97148,35293,'action complete via WP Cron','2021-02-13 20:04:01','2021-02-13 12:04:01'),(97149,35294,'action created','2021-02-13 20:04:01','2021-02-13 12:04:01'),(97150,35294,'action started via WP Cron','2021-02-13 20:05:03','2021-02-13 12:05:03'),(97151,35294,'action complete via WP Cron','2021-02-13 20:05:03','2021-02-13 12:05:03'),(97152,35295,'action created','2021-02-13 20:05:23','2021-02-13 12:05:23'),(97153,35295,'action started via WP Cron','2021-02-13 20:05:48','2021-02-13 12:05:48'),(97154,35295,'action complete via WP Cron','2021-02-13 20:05:48','2021-02-13 12:05:48'),(97155,35296,'action created','2021-02-13 20:05:49','2021-02-13 12:05:49'),(97156,35296,'action started via WP Cron','2021-02-13 20:06:44','2021-02-13 12:06:44'),(97157,35296,'action complete via WP Cron','2021-02-13 20:06:44','2021-02-13 12:06:44'),(97158,35297,'action created','2021-02-13 20:06:44','2021-02-13 12:06:44'),(97159,35297,'action started via WP Cron','2021-02-13 20:08:01','2021-02-13 12:08:01'),(97160,35297,'action complete via WP Cron','2021-02-13 20:08:01','2021-02-13 12:08:01'),(97161,35298,'action created','2021-02-13 20:08:01','2021-02-13 12:08:01'),(97162,35298,'action started via WP Cron','2021-02-13 20:08:45','2021-02-13 12:08:45'),(97163,35298,'action complete via WP Cron','2021-02-13 20:08:45','2021-02-13 12:08:45'),(97164,35299,'action created','2021-02-13 20:08:45','2021-02-13 12:08:45'),(97165,35299,'action started via WP Cron','2021-02-13 20:10:01','2021-02-13 12:10:01'),(97166,35299,'action complete via WP Cron','2021-02-13 20:10:01','2021-02-13 12:10:01'),(97167,35300,'action created','2021-02-13 20:10:01','2021-02-13 12:10:01'),(97168,35300,'action started via WP Cron','2021-02-13 20:10:42','2021-02-13 12:10:42'),(97169,35300,'action complete via WP Cron','2021-02-13 20:10:42','2021-02-13 12:10:42'),(97170,35301,'action created','2021-02-13 20:10:42','2021-02-13 12:10:42'),(97171,35301,'action started via WP Cron','2021-02-13 20:11:51','2021-02-13 12:11:51'),(97172,35301,'action complete via WP Cron','2021-02-13 20:11:51','2021-02-13 12:11:51'),(97173,35302,'action created','2021-02-13 20:11:52','2021-02-13 12:11:52'),(97174,35302,'action started via WP Cron','2021-02-13 20:12:41','2021-02-13 12:12:41'),(97175,35302,'action complete via WP Cron','2021-02-13 20:12:41','2021-02-13 12:12:41'),(97176,35303,'action created','2021-02-13 20:12:41','2021-02-13 12:12:41'),(97177,35303,'action started via WP Cron','2021-02-13 20:13:46','2021-02-13 12:13:46'),(97178,35303,'action complete via WP Cron','2021-02-13 20:13:46','2021-02-13 12:13:46'),(97179,35304,'action created','2021-02-13 20:13:46','2021-02-13 12:13:46'),(97180,35304,'action started via WP Cron','2021-02-13 20:14:51','2021-02-13 12:14:51'),(97181,35304,'action complete via WP Cron','2021-02-13 20:14:51','2021-02-13 12:14:51'),(97182,35305,'action created','2021-02-13 20:14:52','2021-02-13 12:14:52'),(97183,35305,'action started via WP Cron','2021-02-13 20:15:41','2021-02-13 12:15:41'),(97184,35305,'action complete via WP Cron','2021-02-13 20:15:41','2021-02-13 12:15:41'),(97185,35306,'action created','2021-02-13 20:15:42','2021-02-13 12:15:42'),(97186,35306,'action started via WP Cron','2021-02-13 20:16:54','2021-02-13 12:16:54'),(97187,35306,'action complete via WP Cron','2021-02-13 20:16:54','2021-02-13 12:16:54'),(97188,35307,'action created','2021-02-13 20:16:54','2021-02-13 12:16:54'),(97189,35307,'action started via WP Cron','2021-02-13 20:17:45','2021-02-13 12:17:45'),(97190,35307,'action complete via WP Cron','2021-02-13 20:17:45','2021-02-13 12:17:45'),(97191,35308,'action created','2021-02-13 20:17:45','2021-02-13 12:17:45'),(97192,35308,'action started via WP Cron','2021-02-13 20:18:50','2021-02-13 12:18:50'),(97193,35308,'action complete via WP Cron','2021-02-13 20:18:50','2021-02-13 12:18:50'),(97194,35309,'action created','2021-02-13 20:18:50','2021-02-13 12:18:50'),(97195,35309,'action started via WP Cron','2021-02-13 20:19:50','2021-02-13 12:19:50'),(97196,35309,'action complete via WP Cron','2021-02-13 20:19:50','2021-02-13 12:19:50'),(97197,35310,'action created','2021-02-13 20:19:50','2021-02-13 12:19:50'),(97198,35310,'action started via WP Cron','2021-02-13 20:20:41','2021-02-13 12:20:41'),(97199,35310,'action complete via WP Cron','2021-02-13 20:20:41','2021-02-13 12:20:41'),(97200,35311,'action created','2021-02-13 20:20:41','2021-02-13 12:20:41'),(97201,35311,'action started via WP Cron','2021-02-13 20:21:58','2021-02-13 12:21:58'),(97202,35311,'action complete via WP Cron','2021-02-13 20:21:58','2021-02-13 12:21:58'),(97203,35312,'action created','2021-02-13 20:21:58','2021-02-13 12:21:58'),(97204,35312,'action started via WP Cron','2021-02-13 20:22:43','2021-02-13 12:22:43'),(97205,35312,'action complete via WP Cron','2021-02-13 20:22:43','2021-02-13 12:22:43'),(97206,35313,'action created','2021-02-13 20:22:43','2021-02-13 12:22:43'),(97207,35313,'action started via WP Cron','2021-02-13 20:24:02','2021-02-13 12:24:02'),(97208,35313,'action complete via WP Cron','2021-02-13 20:24:02','2021-02-13 12:24:02'),(97209,35314,'action created','2021-02-13 20:24:02','2021-02-13 12:24:02'),(97210,35314,'action started via WP Cron','2021-02-13 20:24:45','2021-02-13 12:24:45'),(97211,35314,'action complete via WP Cron','2021-02-13 20:24:45','2021-02-13 12:24:45'),(97212,35315,'action created','2021-02-13 20:24:45','2021-02-13 12:24:45'),(97213,35315,'action started via WP Cron','2021-02-13 20:26:06','2021-02-13 12:26:06'),(97214,35315,'action complete via WP Cron','2021-02-13 20:26:06','2021-02-13 12:26:06'),(97215,35316,'action created','2021-02-13 20:26:06','2021-02-13 12:26:06'),(97216,35316,'action started via WP Cron','2021-02-13 20:27:04','2021-02-13 12:27:04'),(97217,35316,'action complete via WP Cron','2021-02-13 20:27:04','2021-02-13 12:27:04'),(97218,35317,'action created','2021-02-13 20:27:04','2021-02-13 12:27:04'),(97219,35317,'action started via WP Cron','2021-02-13 20:27:57','2021-02-13 12:27:57'),(97220,35317,'action complete via WP Cron','2021-02-13 20:27:57','2021-02-13 12:27:57'),(97221,35318,'action created','2021-02-13 20:27:57','2021-02-13 12:27:57'),(97222,35318,'action started via WP Cron','2021-02-13 20:28:49','2021-02-13 12:28:49'),(97223,35318,'action complete via WP Cron','2021-02-13 20:28:49','2021-02-13 12:28:49'),(97224,35319,'action created','2021-02-13 20:28:49','2021-02-13 12:28:49'),(97225,35319,'action started via WP Cron','2021-02-13 20:29:41','2021-02-13 12:29:41'),(97226,35319,'action complete via WP Cron','2021-02-13 20:29:41','2021-02-13 12:29:41'),(97227,35320,'action created','2021-02-13 20:29:41','2021-02-13 12:29:41'),(97228,35320,'action started via WP Cron','2021-02-13 20:30:42','2021-02-13 12:30:42'),(97229,35320,'action complete via WP Cron','2021-02-13 20:30:42','2021-02-13 12:30:42'),(97230,35321,'action created','2021-02-13 20:30:42','2021-02-13 12:30:42'),(97231,35321,'action started via WP Cron','2021-02-13 20:31:54','2021-02-13 12:31:54'),(97232,35321,'action complete via WP Cron','2021-02-13 20:31:54','2021-02-13 12:31:54'),(97233,35322,'action created','2021-02-13 20:31:54','2021-02-13 12:31:54'),(97234,35322,'action started via WP Cron','2021-02-13 20:32:45','2021-02-13 12:32:45'),(97235,35322,'action complete via WP Cron','2021-02-13 20:32:45','2021-02-13 12:32:45'),(97236,35323,'action created','2021-02-13 20:32:45','2021-02-13 12:32:45'),(97237,35323,'action started via WP Cron','2021-02-13 20:34:04','2021-02-13 12:34:04'),(97238,35323,'action complete via WP Cron','2021-02-13 20:34:04','2021-02-13 12:34:04'),(97239,35324,'action created','2021-02-13 20:34:04','2021-02-13 12:34:04'),(97240,35324,'action started via WP Cron','2021-02-13 20:35:00','2021-02-13 12:35:00'),(97241,35324,'action complete via WP Cron','2021-02-13 20:35:00','2021-02-13 12:35:00'),(97242,35325,'action created','2021-02-13 20:35:00','2021-02-13 12:35:00'),(97243,35325,'action started via WP Cron','2021-02-13 20:35:51','2021-02-13 12:35:51'),(97244,35325,'action complete via WP Cron','2021-02-13 20:35:51','2021-02-13 12:35:51'),(97245,35326,'action created','2021-02-13 20:35:51','2021-02-13 12:35:51'),(97246,35326,'action started via WP Cron','2021-02-13 20:37:00','2021-02-13 12:37:00'),(97247,35326,'action complete via WP Cron','2021-02-13 20:37:00','2021-02-13 12:37:00'),(97248,35327,'action created','2021-02-13 20:37:00','2021-02-13 12:37:00'),(97249,35327,'action started via WP Cron','2021-02-13 20:38:03','2021-02-13 12:38:03'),(97250,35327,'action complete via WP Cron','2021-02-13 20:38:03','2021-02-13 12:38:03'),(97251,35328,'action created','2021-02-13 20:38:03','2021-02-13 12:38:03'),(97252,35328,'action started via WP Cron','2021-02-13 20:38:48','2021-02-13 12:38:48'),(97253,35328,'action complete via WP Cron','2021-02-13 20:38:48','2021-02-13 12:38:48'),(97254,35329,'action created','2021-02-13 20:38:48','2021-02-13 12:38:48'),(97255,35329,'action started via WP Cron','2021-02-13 20:39:48','2021-02-13 12:39:48'),(97256,35329,'action complete via WP Cron','2021-02-13 20:39:48','2021-02-13 12:39:48'),(97257,35330,'action created','2021-02-13 20:39:48','2021-02-13 12:39:48'),(97258,35330,'action started via WP Cron','2021-02-13 20:40:52','2021-02-13 12:40:52'),(97259,35330,'action complete via WP Cron','2021-02-13 20:40:52','2021-02-13 12:40:52'),(97260,35331,'action created','2021-02-13 20:40:52','2021-02-13 12:40:52'),(97261,35331,'action started via WP Cron','2021-02-13 20:42:24','2021-02-13 12:42:24'),(97262,35331,'action complete via WP Cron','2021-02-13 20:42:24','2021-02-13 12:42:24'),(97263,35332,'action created','2021-02-13 20:43:16','2021-02-13 12:43:16'),(97264,35332,'action started via WP Cron','2021-02-13 20:44:17','2021-02-13 12:44:17'),(97265,35332,'action complete via WP Cron','2021-02-13 20:44:17','2021-02-13 12:44:17'),(97266,35333,'action created','2021-02-13 20:44:17','2021-02-13 12:44:17'),(97267,35333,'action started via WP Cron','2021-02-13 20:45:18','2021-02-13 12:45:18'),(97268,35333,'action complete via WP Cron','2021-02-13 20:45:18','2021-02-13 12:45:18'),(97269,35334,'action created','2021-02-13 20:45:18','2021-02-13 12:45:18'),(97270,35334,'action started via WP Cron','2021-02-13 20:47:21','2021-02-13 12:47:21'),(97271,35334,'action complete via WP Cron','2021-02-13 20:47:21','2021-02-13 12:47:21'),(97272,35335,'action created','2021-02-13 20:47:21','2021-02-13 12:47:21'),(97273,35335,'action started via WP Cron','2021-02-13 20:48:20','2021-02-13 12:48:20'),(97274,35335,'action complete via WP Cron','2021-02-13 20:48:20','2021-02-13 12:48:20'),(97275,35336,'action created','2021-02-13 20:48:20','2021-02-13 12:48:20'),(97276,35336,'action started via WP Cron','2021-02-13 20:49:33','2021-02-13 12:49:33'),(97277,35336,'action complete via WP Cron','2021-02-13 20:49:33','2021-02-13 12:49:33'),(97278,35337,'action created','2021-02-13 20:49:34','2021-02-13 12:49:34'),(97279,35337,'action started via WP Cron','2021-02-13 20:55:42','2021-02-13 12:55:42'),(97280,35337,'action complete via WP Cron','2021-02-13 20:55:42','2021-02-13 12:55:42'),(97281,35338,'action created','2021-02-13 20:55:42','2021-02-13 12:55:42'),(97282,35338,'action started via WP Cron','2021-02-13 20:56:49','2021-02-13 12:56:49'),(97283,35338,'action complete via WP Cron','2021-02-13 20:56:49','2021-02-13 12:56:49'),(97284,35339,'action created','2021-02-13 20:56:49','2021-02-13 12:56:49'),(97285,35339,'action started via WP Cron','2021-02-13 20:57:54','2021-02-13 12:57:54'),(97286,35339,'action complete via WP Cron','2021-02-13 20:57:54','2021-02-13 12:57:54'),(97287,35340,'action created','2021-02-13 20:57:54','2021-02-13 12:57:54'),(97288,35340,'action started via WP Cron','2021-02-13 20:58:55','2021-02-13 12:58:55'),(97289,35340,'action complete via WP Cron','2021-02-13 20:58:55','2021-02-13 12:58:55'),(97290,35341,'action created','2021-02-13 20:58:55','2021-02-13 12:58:55'),(97291,35341,'action started via WP Cron','2021-02-13 21:00:29','2021-02-13 13:00:29'),(97292,35341,'action complete via WP Cron','2021-02-13 21:00:29','2021-02-13 13:00:29'),(97293,35342,'action created','2021-02-13 21:00:29','2021-02-13 13:00:29'),(97294,35342,'action started via WP Cron','2021-02-13 21:00:55','2021-02-13 13:00:55'),(97295,35342,'action complete via WP Cron','2021-02-13 21:00:55','2021-02-13 13:00:55'),(97296,35343,'action created','2021-02-13 21:00:55','2021-02-13 13:00:55'),(97297,35343,'action started via WP Cron','2021-02-13 21:01:58','2021-02-13 13:01:58'),(97298,35343,'action complete via WP Cron','2021-02-13 21:01:58','2021-02-13 13:01:58'),(97299,35344,'action created','2021-02-13 21:01:58','2021-02-13 13:01:58'),(97300,35344,'action started via WP Cron','2021-02-13 21:03:00','2021-02-13 13:03:00'),(97301,35344,'action complete via WP Cron','2021-02-13 21:03:00','2021-02-13 13:03:00'),(97302,35345,'action created','2021-02-13 21:03:00','2021-02-13 13:03:00'),(97303,35345,'action started via WP Cron','2021-02-13 21:05:41','2021-02-13 13:05:41'),(97304,35345,'action complete via WP Cron','2021-02-13 21:05:41','2021-02-13 13:05:41'),(97305,35346,'action created','2021-02-13 21:05:41','2021-02-13 13:05:41'),(97306,35346,'action started via WP Cron','2021-02-13 21:06:47','2021-02-13 13:06:47'),(97307,35346,'action complete via WP Cron','2021-02-13 21:06:47','2021-02-13 13:06:47'),(97308,35347,'action created','2021-02-13 21:06:47','2021-02-13 13:06:47'),(97309,35347,'action started via WP Cron','2021-02-13 21:07:48','2021-02-13 13:07:48'),(97310,35347,'action complete via WP Cron','2021-02-13 21:07:48','2021-02-13 13:07:48'),(97311,35348,'action created','2021-02-13 21:07:48','2021-02-13 13:07:48'),(97312,35348,'action started via WP Cron','2021-02-13 21:20:39','2021-02-13 13:20:39'),(97313,35348,'action complete via WP Cron','2021-02-13 21:20:39','2021-02-13 13:20:39'),(97314,35349,'action created','2021-02-13 21:20:39','2021-02-13 13:20:39'),(97315,35349,'action started via WP Cron','2021-02-13 21:24:06','2021-02-13 13:24:06'),(97316,35349,'action complete via WP Cron','2021-02-13 21:24:06','2021-02-13 13:24:06'),(97317,35350,'action created','2021-02-13 21:24:06','2021-02-13 13:24:06'),(97318,35350,'action started via WP Cron','2021-02-13 21:24:53','2021-02-13 13:24:53'),(97319,35350,'action complete via WP Cron','2021-02-13 21:24:53','2021-02-13 13:24:53'),(97320,35351,'action created','2021-02-13 21:24:53','2021-02-13 13:24:53'),(97321,35351,'action started via WP Cron','2021-02-13 21:25:56','2021-02-13 13:25:56'),(97322,35351,'action complete via WP Cron','2021-02-13 21:25:56','2021-02-13 13:25:56'),(97323,35352,'action created','2021-02-13 21:25:56','2021-02-13 13:25:56'),(97324,35352,'action started via WP Cron','2021-02-13 21:27:04','2021-02-13 13:27:04'),(97325,35352,'action complete via WP Cron','2021-02-13 21:27:04','2021-02-13 13:27:04'),(97326,35353,'action created','2021-02-13 21:27:04','2021-02-13 13:27:04'),(97327,35353,'action started via WP Cron','2021-02-13 21:27:44','2021-02-13 13:27:44'),(97328,35353,'action complete via WP Cron','2021-02-13 21:27:44','2021-02-13 13:27:44'),(97329,35354,'action created','2021-02-13 21:27:44','2021-02-13 13:27:44'),(97330,35354,'action started via WP Cron','2021-02-13 21:28:43','2021-02-13 13:28:43'),(97331,35354,'action complete via WP Cron','2021-02-13 21:28:43','2021-02-13 13:28:43'),(97332,35355,'action created','2021-02-13 21:28:43','2021-02-13 13:28:43'),(97333,35355,'action started via WP Cron','2021-02-13 21:30:05','2021-02-13 13:30:05'),(97334,35355,'action complete via WP Cron','2021-02-13 21:30:05','2021-02-13 13:30:05'),(97335,35356,'action created','2021-02-13 21:30:05','2021-02-13 13:30:05'),(97336,35356,'action started via WP Cron','2021-02-13 21:30:51','2021-02-13 13:30:51'),(97337,35356,'action complete via WP Cron','2021-02-13 21:30:51','2021-02-13 13:30:51'),(97338,35357,'action created','2021-02-13 21:30:51','2021-02-13 13:30:51'),(97339,35357,'action started via WP Cron','2021-02-13 21:31:58','2021-02-13 13:31:58'),(97340,35357,'action complete via WP Cron','2021-02-13 21:31:58','2021-02-13 13:31:58'),(97341,35358,'action created','2021-02-13 21:31:58','2021-02-13 13:31:58'),(97342,35358,'action started via WP Cron','2021-02-13 21:32:53','2021-02-13 13:32:53'),(97343,35358,'action complete via WP Cron','2021-02-13 21:32:53','2021-02-13 13:32:53'),(97344,35359,'action created','2021-02-13 21:32:53','2021-02-13 13:32:53'),(97345,35359,'action started via WP Cron','2021-02-13 21:34:04','2021-02-13 13:34:04'),(97346,35359,'action complete via WP Cron','2021-02-13 21:34:04','2021-02-13 13:34:04'),(97347,35360,'action created','2021-02-13 21:34:04','2021-02-13 13:34:04'),(97348,35360,'action started via WP Cron','2021-02-13 21:34:43','2021-02-13 13:34:43'),(97349,35360,'action complete via WP Cron','2021-02-13 21:34:43','2021-02-13 13:34:43'),(97350,35361,'action created','2021-02-13 21:34:43','2021-02-13 13:34:43'),(97351,35361,'action started via WP Cron','2021-02-13 21:35:44','2021-02-13 13:35:44'),(97352,35361,'action complete via WP Cron','2021-02-13 21:35:44','2021-02-13 13:35:44'),(97353,35362,'action created','2021-02-13 21:35:44','2021-02-13 13:35:44'),(97354,35362,'action started via WP Cron','2021-02-13 21:36:54','2021-02-13 13:36:54'),(97355,35362,'action complete via WP Cron','2021-02-13 21:36:54','2021-02-13 13:36:54'),(97356,35363,'action created','2021-02-13 21:36:54','2021-02-13 13:36:54'),(97357,35363,'action started via WP Cron','2021-02-13 21:37:56','2021-02-13 13:37:56'),(97358,35363,'action complete via WP Cron','2021-02-13 21:37:56','2021-02-13 13:37:56'),(97359,35364,'action created','2021-02-13 21:37:56','2021-02-13 13:37:56'),(97360,35364,'action started via WP Cron','2021-02-13 21:38:42','2021-02-13 13:38:42'),(97361,35364,'action complete via WP Cron','2021-02-13 21:38:42','2021-02-13 13:38:42'),(97362,35365,'action created','2021-02-13 21:38:42','2021-02-13 13:38:42'),(97363,35365,'action started via WP Cron','2021-02-13 21:39:41','2021-02-13 13:39:41'),(97364,35365,'action complete via WP Cron','2021-02-13 21:39:41','2021-02-13 13:39:41'),(97365,35366,'action created','2021-02-13 21:39:42','2021-02-13 13:39:42'),(97366,35366,'action started via WP Cron','2021-02-13 21:41:00','2021-02-13 13:41:00'),(97367,35366,'action complete via WP Cron','2021-02-13 21:41:00','2021-02-13 13:41:00'),(97368,35367,'action created','2021-02-13 21:41:01','2021-02-13 13:41:01'),(97369,35367,'action started via WP Cron','2021-02-13 21:41:46','2021-02-13 13:41:46'),(97370,35367,'action complete via WP Cron','2021-02-13 21:41:46','2021-02-13 13:41:46'),(97371,35368,'action created','2021-02-13 21:41:46','2021-02-13 13:41:46'),(97372,35368,'action started via WP Cron','2021-02-13 21:42:48','2021-02-13 13:42:48'),(97373,35368,'action complete via WP Cron','2021-02-13 21:42:48','2021-02-13 13:42:48'),(97374,35369,'action created','2021-02-13 21:42:48','2021-02-13 13:42:48'),(97375,35369,'action started via WP Cron','2021-02-13 21:43:57','2021-02-13 13:43:57'),(97376,35369,'action complete via WP Cron','2021-02-13 21:43:57','2021-02-13 13:43:57'),(97377,35370,'action created','2021-02-13 21:43:57','2021-02-13 13:43:57'),(97378,35370,'action started via WP Cron','2021-02-13 21:44:53','2021-02-13 13:44:53'),(97379,35370,'action complete via WP Cron','2021-02-13 21:44:53','2021-02-13 13:44:53'),(97380,35371,'action created','2021-02-13 21:44:53','2021-02-13 13:44:53'),(97381,35371,'action started via WP Cron','2021-02-13 21:45:56','2021-02-13 13:45:56'),(97382,35371,'action complete via WP Cron','2021-02-13 21:45:56','2021-02-13 13:45:56'),(97383,35372,'action created','2021-02-13 21:45:56','2021-02-13 13:45:56'),(97384,35372,'action started via WP Cron','2021-02-13 21:47:00','2021-02-13 13:47:00'),(97385,35372,'action complete via WP Cron','2021-02-13 21:47:01','2021-02-13 13:47:01'),(97386,35373,'action created','2021-02-13 21:47:01','2021-02-13 13:47:01'),(97387,35373,'action started via WP Cron','2021-02-13 21:47:42','2021-02-13 13:47:42'),(97388,35373,'action complete via WP Cron','2021-02-13 21:47:42','2021-02-13 13:47:42'),(97389,35374,'action created','2021-02-13 21:47:43','2021-02-13 13:47:43'),(97390,35374,'action started via WP Cron','2021-02-13 21:48:58','2021-02-13 13:48:58'),(97391,35374,'action complete via WP Cron','2021-02-13 21:48:58','2021-02-13 13:48:58'),(97392,35375,'action created','2021-02-13 21:48:59','2021-02-13 13:48:59'),(97393,35375,'action started via WP Cron','2021-02-13 21:49:53','2021-02-13 13:49:53'),(97394,35375,'action complete via WP Cron','2021-02-13 21:49:53','2021-02-13 13:49:53'),(97395,35376,'action created','2021-02-13 21:49:53','2021-02-13 13:49:53'),(97396,35376,'action started via WP Cron','2021-02-13 21:50:45','2021-02-13 13:50:45'),(97397,35376,'action complete via WP Cron','2021-02-13 21:50:45','2021-02-13 13:50:45'),(97398,35377,'action created','2021-02-13 21:50:45','2021-02-13 13:50:45'),(97399,35377,'action started via WP Cron','2021-02-13 21:51:53','2021-02-13 13:51:53'),(97400,35377,'action complete via WP Cron','2021-02-13 21:51:53','2021-02-13 13:51:53'),(97401,35378,'action created','2021-02-13 21:51:53','2021-02-13 13:51:53'),(97402,35378,'action started via WP Cron','2021-02-13 21:52:58','2021-02-13 13:52:58'),(97403,35378,'action complete via WP Cron','2021-02-13 21:52:58','2021-02-13 13:52:58'),(97404,35379,'action created','2021-02-13 21:52:58','2021-02-13 13:52:58'),(97405,35379,'action started via WP Cron','2021-02-13 21:54:06','2021-02-13 13:54:06'),(97406,35379,'action complete via WP Cron','2021-02-13 21:54:06','2021-02-13 13:54:06'),(97407,35380,'action created','2021-02-13 21:54:06','2021-02-13 13:54:06'),(97408,35380,'action started via WP Cron','2021-02-13 21:54:57','2021-02-13 13:54:57'),(97409,35380,'action complete via WP Cron','2021-02-13 21:54:57','2021-02-13 13:54:57'),(97410,35381,'action created','2021-02-13 21:54:57','2021-02-13 13:54:57'),(97411,35381,'action started via WP Cron','2021-02-13 21:55:56','2021-02-13 13:55:56'),(97412,35381,'action complete via WP Cron','2021-02-13 21:55:56','2021-02-13 13:55:56'),(97413,35382,'action created','2021-02-13 21:55:56','2021-02-13 13:55:56'),(97414,35382,'action started via WP Cron','2021-02-13 21:56:46','2021-02-13 13:56:46'),(97415,35382,'action complete via WP Cron','2021-02-13 21:56:46','2021-02-13 13:56:46'),(97416,35383,'action created','2021-02-13 21:56:46','2021-02-13 13:56:46'),(97417,35383,'action started via WP Cron','2021-02-13 21:57:50','2021-02-13 13:57:50'),(97418,35383,'action complete via WP Cron','2021-02-13 21:57:50','2021-02-13 13:57:50'),(97419,35384,'action created','2021-02-13 21:57:50','2021-02-13 13:57:50'),(97420,35384,'action started via WP Cron','2021-02-13 21:58:49','2021-02-13 13:58:49'),(97421,35384,'action complete via WP Cron','2021-02-13 21:58:49','2021-02-13 13:58:49'),(97422,35385,'action created','2021-02-13 21:58:49','2021-02-13 13:58:49'),(97423,35385,'action started via WP Cron','2021-02-13 21:59:59','2021-02-13 13:59:59'),(97424,35385,'action complete via WP Cron','2021-02-13 21:59:59','2021-02-13 13:59:59'),(97425,35386,'action created','2021-02-13 21:59:59','2021-02-13 13:59:59'),(97426,35386,'action started via WP Cron','2021-02-13 22:03:07','2021-02-13 14:03:07'),(97427,35386,'action complete via WP Cron','2021-02-13 22:03:07','2021-02-13 14:03:07'),(97428,35387,'action created','2021-02-13 22:03:07','2021-02-13 14:03:07'),(97429,35387,'action started via WP Cron','2021-02-13 22:04:08','2021-02-13 14:04:08'),(97430,35387,'action complete via WP Cron','2021-02-13 22:04:08','2021-02-13 14:04:08'),(97431,35388,'action created','2021-02-13 22:04:08','2021-02-13 14:04:08'),(97432,35388,'action started via WP Cron','2021-02-13 22:05:09','2021-02-13 14:05:09'),(97433,35388,'action complete via WP Cron','2021-02-13 22:05:09','2021-02-13 14:05:09'),(97434,35389,'action created','2021-02-13 22:05:09','2021-02-13 14:05:09'),(97435,35389,'action started via WP Cron','2021-02-13 22:07:12','2021-02-13 14:07:12'),(97436,35389,'action complete via WP Cron','2021-02-13 22:07:12','2021-02-13 14:07:12'),(97437,35390,'action created','2021-02-13 22:07:12','2021-02-13 14:07:12'),(97438,35390,'action started via WP Cron','2021-02-13 22:08:01','2021-02-13 14:08:01'),(97439,35390,'action complete via WP Cron','2021-02-13 22:08:01','2021-02-13 14:08:01'),(97440,35391,'action created','2021-02-13 22:08:01','2021-02-13 14:08:01'),(97441,35391,'action started via WP Cron','2021-02-13 22:09:02','2021-02-13 14:09:02'),(97442,35391,'action complete via WP Cron','2021-02-13 22:09:02','2021-02-13 14:09:02'),(97443,35392,'action created','2021-02-13 22:09:03','2021-02-13 14:09:03'),(97444,35392,'action started via WP Cron','2021-02-13 22:09:50','2021-02-13 14:09:50'),(97445,35392,'action complete via WP Cron','2021-02-13 22:09:50','2021-02-13 14:09:50'),(97446,35393,'action created','2021-02-13 22:09:50','2021-02-13 14:09:50'),(97447,35393,'action started via WP Cron','2021-02-13 22:22:08','2021-02-13 14:22:08'),(97448,35393,'action complete via WP Cron','2021-02-13 22:22:08','2021-02-13 14:22:08'),(97449,35394,'action created','2021-02-13 22:22:08','2021-02-13 14:22:08'),(97450,35394,'action started via WP Cron','2021-02-13 22:22:52','2021-02-13 14:22:52'),(97451,35394,'action complete via WP Cron','2021-02-13 22:22:52','2021-02-13 14:22:52'),(97452,35395,'action created','2021-02-13 22:22:52','2021-02-13 14:22:52'),(97453,35395,'action started via WP Cron','2021-02-13 22:27:14','2021-02-13 14:27:14'),(97454,35395,'action complete via WP Cron','2021-02-13 22:27:14','2021-02-13 14:27:14'),(97455,35396,'action created','2021-02-13 22:27:14','2021-02-13 14:27:14'),(97456,35396,'action started via WP Cron','2021-02-13 22:28:34','2021-02-13 14:28:34'),(97457,35396,'action complete via WP Cron','2021-02-13 22:28:34','2021-02-13 14:28:34'),(97458,35397,'action created','2021-02-13 22:28:35','2021-02-13 14:28:35'),(97459,35397,'action started via WP Cron','2021-02-13 22:31:45','2021-02-13 14:31:45'),(97460,35397,'action complete via WP Cron','2021-02-13 22:31:45','2021-02-13 14:31:45'),(97461,35398,'action created','2021-02-13 22:31:45','2021-02-13 14:31:45'),(97462,35398,'action started via WP Cron','2021-02-13 22:33:56','2021-02-13 14:33:56'),(97463,35398,'action complete via WP Cron','2021-02-13 22:33:56','2021-02-13 14:33:56'),(97464,35399,'action created','2021-02-13 22:33:56','2021-02-13 14:33:56'),(97465,35399,'action started via WP Cron','2021-02-13 22:35:22','2021-02-13 14:35:22'),(97466,35399,'action complete via WP Cron','2021-02-13 22:35:22','2021-02-13 14:35:22'),(97467,35400,'action created','2021-02-13 22:35:22','2021-02-13 14:35:22'),(97468,35400,'action started via WP Cron','2021-02-13 22:37:24','2021-02-13 14:37:24'),(97469,35400,'action complete via WP Cron','2021-02-13 22:37:24','2021-02-13 14:37:24'),(97470,35401,'action created','2021-02-13 22:37:24','2021-02-13 14:37:24'),(97471,35401,'action started via WP Cron','2021-02-13 22:38:25','2021-02-13 14:38:25'),(97472,35401,'action complete via WP Cron','2021-02-13 22:38:25','2021-02-13 14:38:25'),(97473,35402,'action created','2021-02-13 22:38:25','2021-02-13 14:38:25'),(97474,35402,'action started via WP Cron','2021-02-13 22:39:26','2021-02-13 14:39:26'),(97475,35402,'action complete via WP Cron','2021-02-13 22:39:26','2021-02-13 14:39:26'),(97476,35403,'action created','2021-02-13 22:39:26','2021-02-13 14:39:26'),(97477,35403,'action started via WP Cron','2021-02-13 22:40:38','2021-02-13 14:40:38'),(97478,35403,'action complete via WP Cron','2021-02-13 22:40:38','2021-02-13 14:40:38'),(97479,35404,'action created','2021-02-13 22:40:39','2021-02-13 14:40:39'),(97480,35404,'action started via WP Cron','2021-02-13 22:41:03','2021-02-13 14:41:03'),(97481,35404,'action complete via WP Cron','2021-02-13 22:41:03','2021-02-13 14:41:03'),(97482,35405,'action created','2021-02-13 22:41:03','2021-02-13 14:41:03'),(97483,35405,'action started via WP Cron','2021-02-13 22:41:50','2021-02-13 14:41:50'),(97484,35405,'action complete via WP Cron','2021-02-13 22:41:50','2021-02-13 14:41:50'),(97485,35406,'action created','2021-02-13 22:41:50','2021-02-13 14:41:50'),(97486,35406,'action started via WP Cron','2021-02-13 22:42:58','2021-02-13 14:42:58'),(97487,35406,'action complete via WP Cron','2021-02-13 22:42:58','2021-02-13 14:42:58'),(97488,35407,'action created','2021-02-13 22:42:58','2021-02-13 14:42:58'),(97489,35407,'action started via WP Cron','2021-02-13 22:43:43','2021-02-13 14:43:43'),(97490,35407,'action complete via WP Cron','2021-02-13 22:43:43','2021-02-13 14:43:43'),(97491,35408,'action created','2021-02-13 22:43:43','2021-02-13 14:43:43'),(97492,35408,'action started via WP Cron','2021-02-13 22:44:49','2021-02-13 14:44:49'),(97493,35408,'action complete via WP Cron','2021-02-13 22:44:49','2021-02-13 14:44:49'),(97494,35409,'action created','2021-02-13 22:44:50','2021-02-13 14:44:50'),(97495,35409,'action started via WP Cron','2021-02-13 22:45:45','2021-02-13 14:45:45'),(97496,35409,'action complete via WP Cron','2021-02-13 22:45:45','2021-02-13 14:45:45'),(97497,35410,'action created','2021-02-13 22:45:45','2021-02-13 14:45:45'),(97498,35410,'action started via WP Cron','2021-02-13 22:46:51','2021-02-13 14:46:51'),(97499,35410,'action complete via WP Cron','2021-02-13 22:46:51','2021-02-13 14:46:51'),(97500,35411,'action created','2021-02-13 22:46:51','2021-02-13 14:46:51'),(97501,35411,'action started via WP Cron','2021-02-13 22:47:45','2021-02-13 14:47:45'),(97502,35411,'action complete via WP Cron','2021-02-13 22:47:45','2021-02-13 14:47:45'),(97503,35412,'action created','2021-02-13 22:47:45','2021-02-13 14:47:45'),(97504,35412,'action started via WP Cron','2021-02-13 22:50:04','2021-02-13 14:50:04'),(97505,35412,'action complete via WP Cron','2021-02-13 22:50:04','2021-02-13 14:50:04'),(97506,35413,'action created','2021-02-13 22:50:04','2021-02-13 14:50:04'),(97507,35413,'action started via WP Cron','2021-02-13 22:51:11','2021-02-13 14:51:11'),(97508,35413,'action complete via WP Cron','2021-02-13 22:51:11','2021-02-13 14:51:11'),(97509,35414,'action created','2021-02-13 22:51:31','2021-02-13 14:51:31'),(97510,35414,'action started via WP Cron','2021-02-13 22:51:55','2021-02-13 14:51:55'),(97511,35414,'action complete via WP Cron','2021-02-13 22:51:55','2021-02-13 14:51:55'),(97512,35415,'action created','2021-02-13 22:51:55','2021-02-13 14:51:55'),(97513,35415,'action started via WP Cron','2021-02-13 22:52:48','2021-02-13 14:52:48'),(97514,35415,'action complete via WP Cron','2021-02-13 22:52:48','2021-02-13 14:52:48'),(97515,35416,'action created','2021-02-13 22:52:48','2021-02-13 14:52:48'),(97516,35416,'action started via WP Cron','2021-02-13 22:53:54','2021-02-13 14:53:54'),(97517,35416,'action complete via WP Cron','2021-02-13 22:53:54','2021-02-13 14:53:54'),(97518,35417,'action created','2021-02-13 22:53:54','2021-02-13 14:53:54'),(97519,35417,'action started via WP Cron','2021-02-13 22:55:02','2021-02-13 14:55:02'),(97520,35417,'action complete via WP Cron','2021-02-13 22:55:02','2021-02-13 14:55:02'),(97521,35418,'action created','2021-02-13 22:55:02','2021-02-13 14:55:02'),(97522,35418,'action started via WP Cron','2021-02-13 22:55:41','2021-02-13 14:55:41'),(97523,35418,'action complete via WP Cron','2021-02-13 22:55:41','2021-02-13 14:55:41'),(97524,35419,'action created','2021-02-13 22:55:41','2021-02-13 14:55:41'),(97525,35419,'action started via WP Cron','2021-02-13 22:56:47','2021-02-13 14:56:47'),(97526,35419,'action complete via WP Cron','2021-02-13 22:56:47','2021-02-13 14:56:47'),(97527,35420,'action created','2021-02-13 22:56:47','2021-02-13 14:56:47'),(97528,35420,'action started via WP Cron','2021-02-13 22:57:42','2021-02-13 14:57:42'),(97529,35420,'action complete via WP Cron','2021-02-13 22:57:42','2021-02-13 14:57:42'),(97530,35421,'action created','2021-02-13 22:57:42','2021-02-13 14:57:42'),(97531,35421,'action started via WP Cron','2021-02-13 22:58:41','2021-02-13 14:58:41'),(97532,35421,'action complete via WP Cron','2021-02-13 22:58:41','2021-02-13 14:58:41'),(97533,35422,'action created','2021-02-13 22:58:41','2021-02-13 14:58:41'),(97534,35422,'action started via WP Cron','2021-02-13 22:59:42','2021-02-13 14:59:42'),(97535,35422,'action complete via WP Cron','2021-02-13 22:59:42','2021-02-13 14:59:42'),(97536,35423,'action created','2021-02-13 22:59:42','2021-02-13 14:59:42'),(97537,35423,'action started via WP Cron','2021-02-13 23:00:46','2021-02-13 15:00:46'),(97538,35423,'action complete via WP Cron','2021-02-13 23:00:46','2021-02-13 15:00:46'),(97539,35424,'action created','2021-02-13 23:00:46','2021-02-13 15:00:46'),(97540,35424,'action started via WP Cron','2021-02-13 23:01:41','2021-02-13 15:01:41'),(97541,35424,'action complete via WP Cron','2021-02-13 23:01:41','2021-02-13 15:01:41'),(97542,35425,'action created','2021-02-13 23:01:42','2021-02-13 15:01:42'),(97543,35425,'action started via WP Cron','2021-02-13 23:02:41','2021-02-13 15:02:41'),(97544,35425,'action complete via WP Cron','2021-02-13 23:02:41','2021-02-13 15:02:41'),(97545,35426,'action created','2021-02-13 23:02:41','2021-02-13 15:02:41'),(97546,35426,'action started via WP Cron','2021-02-13 23:03:56','2021-02-13 15:03:56'),(97547,35426,'action complete via WP Cron','2021-02-13 23:03:56','2021-02-13 15:03:56'),(97548,35427,'action created','2021-02-13 23:03:56','2021-02-13 15:03:56'),(97549,35427,'action started via WP Cron','2021-02-13 23:05:00','2021-02-13 15:05:00'),(97550,35427,'action complete via WP Cron','2021-02-13 23:05:00','2021-02-13 15:05:00'),(97551,35428,'action created','2021-02-13 23:05:00','2021-02-13 15:05:00'),(97552,35428,'action started via WP Cron','2021-02-13 23:05:49','2021-02-13 15:05:49'),(97553,35428,'action complete via WP Cron','2021-02-13 23:05:49','2021-02-13 15:05:49'),(97554,35429,'action created','2021-02-13 23:05:49','2021-02-13 15:05:49'),(97555,35429,'action started via WP Cron','2021-02-13 23:07:03','2021-02-13 15:07:03'),(97556,35429,'action complete via WP Cron','2021-02-13 23:07:03','2021-02-13 15:07:03'),(97557,35430,'action created','2021-02-13 23:07:03','2021-02-13 15:07:03'),(97558,35430,'action started via WP Cron','2021-02-13 23:09:21','2021-02-13 15:09:21'),(97559,35430,'action complete via WP Cron','2021-02-13 23:09:21','2021-02-13 15:09:21'),(97560,35431,'action created','2021-02-13 23:09:22','2021-02-13 15:09:22'),(97561,35431,'action started via WP Cron','2021-02-13 23:10:11','2021-02-13 15:10:11'),(97562,35431,'action complete via WP Cron','2021-02-13 23:10:11','2021-02-13 15:10:11'),(97563,35432,'action created','2021-02-13 23:10:11','2021-02-13 15:10:11'),(97564,35432,'action started via WP Cron','2021-02-13 23:11:15','2021-02-13 15:11:15'),(97565,35432,'action complete via WP Cron','2021-02-13 23:11:15','2021-02-13 15:11:15'),(97566,35433,'action created','2021-02-13 23:11:15','2021-02-13 15:11:15'),(97567,35433,'action started via WP Cron','2021-02-13 23:12:04','2021-02-13 15:12:04'),(97568,35433,'action complete via WP Cron','2021-02-13 23:12:04','2021-02-13 15:12:04'),(97569,35434,'action created','2021-02-13 23:12:04','2021-02-13 15:12:04'),(97570,35434,'action started via WP Cron','2021-02-13 23:13:05','2021-02-13 15:13:05'),(97571,35434,'action complete via WP Cron','2021-02-13 23:13:05','2021-02-13 15:13:05'),(97572,35435,'action created','2021-02-13 23:13:05','2021-02-13 15:13:05'),(97573,35435,'action started via WP Cron','2021-02-13 23:24:30','2021-02-13 15:24:30'),(97574,35435,'action complete via WP Cron','2021-02-13 23:24:30','2021-02-13 15:24:30'),(97575,35436,'action created','2021-02-13 23:24:30','2021-02-13 15:24:30'),(97576,35436,'action started via WP Cron','2021-02-13 23:38:52','2021-02-13 15:38:52'),(97577,35436,'action complete via WP Cron','2021-02-13 23:38:52','2021-02-13 15:38:52'),(97578,35437,'action created','2021-02-13 23:38:52','2021-02-13 15:38:52'),(97579,35437,'action started via WP Cron','2021-02-13 23:39:55','2021-02-13 15:39:55'),(97580,35437,'action complete via WP Cron','2021-02-13 23:39:55','2021-02-13 15:39:55'),(97581,35438,'action created','2021-02-13 23:39:55','2021-02-13 15:39:55'),(97582,35438,'action started via WP Cron','2021-02-13 23:40:57','2021-02-13 15:40:57'),(97583,35438,'action complete via WP Cron','2021-02-13 23:40:57','2021-02-13 15:40:57'),(97584,35439,'action created','2021-02-13 23:40:57','2021-02-13 15:40:57'),(97585,35439,'action started via WP Cron','2021-02-13 23:41:51','2021-02-13 15:41:51'),(97586,35439,'action complete via WP Cron','2021-02-13 23:41:51','2021-02-13 15:41:51'),(97587,35440,'action created','2021-02-13 23:41:52','2021-02-13 15:41:52'),(97588,35440,'action started via WP Cron','2021-02-13 23:42:48','2021-02-13 15:42:48'),(97589,35440,'action complete via WP Cron','2021-02-13 23:42:48','2021-02-13 15:42:48'),(97590,35441,'action created','2021-02-13 23:42:48','2021-02-13 15:42:48'),(97591,35441,'action started via WP Cron','2021-02-13 23:43:50','2021-02-13 15:43:50'),(97592,35441,'action complete via WP Cron','2021-02-13 23:43:50','2021-02-13 15:43:50'),(97593,35442,'action created','2021-02-13 23:43:51','2021-02-13 15:43:51'),(97594,35442,'action started via WP Cron','2021-02-13 23:44:42','2021-02-13 15:44:42'),(97595,35442,'action complete via WP Cron','2021-02-13 23:44:42','2021-02-13 15:44:42'),(97596,35443,'action created','2021-02-13 23:44:42','2021-02-13 15:44:42'),(97597,35443,'action started via WP Cron','2021-02-13 23:45:58','2021-02-13 15:45:58'),(97598,35443,'action complete via WP Cron','2021-02-13 23:45:58','2021-02-13 15:45:58'),(97599,35444,'action created','2021-02-13 23:45:58','2021-02-13 15:45:58'),(97600,35444,'action started via WP Cron','2021-02-13 23:46:46','2021-02-13 15:46:46'),(97601,35444,'action complete via WP Cron','2021-02-13 23:46:46','2021-02-13 15:46:46'),(97602,35445,'action created','2021-02-13 23:46:46','2021-02-13 15:46:46'),(97603,35445,'action started via WP Cron','2021-02-13 23:47:52','2021-02-13 15:47:52'),(97604,35445,'action complete via WP Cron','2021-02-13 23:47:52','2021-02-13 15:47:52'),(97605,35446,'action created','2021-02-13 23:47:52','2021-02-13 15:47:52'),(97606,35446,'action started via WP Cron','2021-02-13 23:49:01','2021-02-13 15:49:01'),(97607,35446,'action complete via WP Cron','2021-02-13 23:49:01','2021-02-13 15:49:01'),(97608,35447,'action created','2021-02-13 23:49:02','2021-02-13 15:49:02'),(97609,35447,'action started via WP Cron','2021-02-13 23:49:44','2021-02-13 15:49:44'),(97610,35447,'action complete via WP Cron','2021-02-13 23:49:44','2021-02-13 15:49:44'),(97611,35448,'action created','2021-02-13 23:49:44','2021-02-13 15:49:44'),(97612,35448,'action started via WP Cron','2021-02-13 23:50:59','2021-02-13 15:50:59'),(97613,35448,'action complete via WP Cron','2021-02-13 23:50:59','2021-02-13 15:50:59'),(97614,35449,'action created','2021-02-13 23:50:59','2021-02-13 15:50:59'),(97615,35449,'action started via WP Cron','2021-02-13 23:51:46','2021-02-13 15:51:46'),(97616,35449,'action complete via WP Cron','2021-02-13 23:51:46','2021-02-13 15:51:46'),(97617,35450,'action created','2021-02-13 23:51:46','2021-02-13 15:51:46'),(97618,35450,'action started via WP Cron','2021-02-13 23:52:56','2021-02-13 15:52:56'),(97619,35450,'action complete via WP Cron','2021-02-13 23:52:56','2021-02-13 15:52:56'),(97620,35451,'action created','2021-02-13 23:52:56','2021-02-13 15:52:56'),(97621,35451,'action started via WP Cron','2021-02-13 23:53:43','2021-02-13 15:53:43'),(97622,35451,'action complete via WP Cron','2021-02-13 23:53:43','2021-02-13 15:53:43'),(97623,35452,'action created','2021-02-13 23:53:43','2021-02-13 15:53:43'),(97624,35452,'action started via WP Cron','2021-02-13 23:54:53','2021-02-13 15:54:53'),(97625,35452,'action complete via WP Cron','2021-02-13 23:54:53','2021-02-13 15:54:53'),(97626,35453,'action created','2021-02-13 23:54:53','2021-02-13 15:54:53'),(97627,35453,'action started via WP Cron','2021-02-13 23:56:00','2021-02-13 15:56:00'),(97628,35453,'action complete via WP Cron','2021-02-13 23:56:00','2021-02-13 15:56:00'),(97629,35454,'action created','2021-02-13 23:56:00','2021-02-13 15:56:00'),(97630,35454,'action started via WP Cron','2021-02-13 23:56:50','2021-02-13 15:56:50'),(97631,35454,'action complete via WP Cron','2021-02-13 23:56:50','2021-02-13 15:56:50'),(97632,35455,'action created','2021-02-13 23:56:50','2021-02-13 15:56:50'),(97633,35455,'action started via WP Cron','2021-02-13 23:57:42','2021-02-13 15:57:42'),(97634,35455,'action complete via WP Cron','2021-02-13 23:57:42','2021-02-13 15:57:42'),(97635,35456,'action created','2021-02-13 23:57:42','2021-02-13 15:57:42'),(97636,35456,'action started via WP Cron','2021-02-13 23:59:05','2021-02-13 15:59:05'),(97637,35456,'action complete via WP Cron','2021-02-13 23:59:05','2021-02-13 15:59:05'),(97638,35457,'action created','2021-02-13 23:59:05','2021-02-13 15:59:05'),(97639,35457,'action started via WP Cron','2021-02-13 23:59:41','2021-02-13 15:59:41'),(97640,35457,'action complete via WP Cron','2021-02-13 23:59:41','2021-02-13 15:59:41'),(97641,35458,'action created','2021-02-13 23:59:41','2021-02-13 15:59:41'),(97642,35458,'action started via WP Cron','2021-02-14 00:00:44','2021-02-13 16:00:44'),(97643,35458,'action complete via WP Cron','2021-02-14 00:00:44','2021-02-13 16:00:44'),(97644,35459,'action created','2021-02-14 00:00:44','2021-02-13 16:00:44'),(97645,35459,'action started via WP Cron','2021-02-14 00:01:43','2021-02-13 16:01:43'),(97646,35459,'action complete via WP Cron','2021-02-14 00:01:43','2021-02-13 16:01:43'),(97647,35460,'action created','2021-02-14 00:01:43','2021-02-13 16:01:43'),(97648,35460,'action started via WP Cron','2021-02-14 00:02:49','2021-02-13 16:02:49'),(97649,35460,'action complete via WP Cron','2021-02-14 00:02:49','2021-02-13 16:02:49'),(97650,35461,'action created','2021-02-14 00:02:49','2021-02-13 16:02:49'),(97651,35461,'action started via WP Cron','2021-02-14 00:03:59','2021-02-13 16:03:59'),(97652,35461,'action complete via WP Cron','2021-02-14 00:03:59','2021-02-13 16:03:59'),(97653,35462,'action created','2021-02-14 00:03:59','2021-02-13 16:03:59'),(97654,35462,'action started via WP Cron','2021-02-14 00:04:50','2021-02-13 16:04:50'),(97655,35462,'action complete via WP Cron','2021-02-14 00:04:50','2021-02-13 16:04:50'),(97656,35463,'action created','2021-02-14 00:04:50','2021-02-13 16:04:50'),(97657,35463,'action started via WP Cron','2021-02-14 00:05:48','2021-02-13 16:05:48'),(97658,35463,'action complete via WP Cron','2021-02-14 00:05:48','2021-02-13 16:05:48'),(97659,35464,'action created','2021-02-14 00:05:48','2021-02-13 16:05:48'),(97660,35464,'action started via WP Cron','2021-02-14 00:07:00','2021-02-13 16:07:00'),(97661,35464,'action complete via WP Cron','2021-02-14 00:07:00','2021-02-13 16:07:00'),(97662,35465,'action created','2021-02-14 00:07:00','2021-02-13 16:07:00'),(97663,35465,'action started via WP Cron','2021-02-14 00:07:44','2021-02-13 16:07:44'),(97664,35465,'action complete via WP Cron','2021-02-14 00:07:44','2021-02-13 16:07:44'),(97665,35466,'action created','2021-02-14 00:07:44','2021-02-13 16:07:44'),(97666,35466,'action started via WP Cron','2021-02-14 00:08:44','2021-02-13 16:08:44'),(97667,35466,'action complete via WP Cron','2021-02-14 00:08:44','2021-02-13 16:08:44'),(97668,35467,'action created','2021-02-14 00:08:44','2021-02-13 16:08:44'),(97669,35467,'action started via WP Cron','2021-02-14 00:09:43','2021-02-13 16:09:43'),(97670,35467,'action complete via WP Cron','2021-02-14 00:09:43','2021-02-13 16:09:43'),(97671,35468,'action created','2021-02-14 00:09:43','2021-02-13 16:09:43'),(97672,35468,'action started via WP Cron','2021-02-14 00:10:44','2021-02-13 16:10:44'),(97673,35468,'action complete via WP Cron','2021-02-14 00:10:44','2021-02-13 16:10:44'),(97674,35469,'action created','2021-02-14 00:10:44','2021-02-13 16:10:44'),(97675,35469,'action started via WP Cron','2021-02-14 00:12:02','2021-02-13 16:12:02'),(97676,35469,'action complete via WP Cron','2021-02-14 00:12:02','2021-02-13 16:12:02'),(97677,35470,'action created','2021-02-14 00:12:02','2021-02-13 16:12:02'),(97678,35470,'action started via WP Cron','2021-02-14 00:12:42','2021-02-13 16:12:42'),(97679,35470,'action complete via WP Cron','2021-02-14 00:12:42','2021-02-13 16:12:42'),(97680,35471,'action created','2021-02-14 00:12:42','2021-02-13 16:12:42'),(97681,35471,'action started via WP Cron','2021-02-14 00:13:43','2021-02-13 16:13:43'),(97682,35471,'action complete via WP Cron','2021-02-14 00:13:43','2021-02-13 16:13:43'),(97683,35472,'action created','2021-02-14 00:13:43','2021-02-13 16:13:43'),(97684,35472,'action started via WP Cron','2021-02-14 00:14:44','2021-02-13 16:14:44'),(97685,35472,'action complete via WP Cron','2021-02-14 00:14:44','2021-02-13 16:14:44'),(97686,35473,'action created','2021-02-14 00:15:45','2021-02-13 16:15:45'),(97687,35473,'action started via WP Cron','2021-02-14 00:16:46','2021-02-13 16:16:46'),(97688,35473,'action complete via WP Cron','2021-02-14 00:16:46','2021-02-13 16:16:46'),(97689,35474,'action created','2021-02-14 00:16:46','2021-02-13 16:16:46'),(97690,35474,'action started via WP Cron','2021-02-14 00:17:47','2021-02-13 16:17:47'),(97691,35474,'action complete via WP Cron','2021-02-14 00:17:47','2021-02-13 16:17:47'),(97692,35475,'action created','2021-02-14 00:17:47','2021-02-13 16:17:47'),(97693,35475,'action started via WP Cron','2021-02-14 00:19:16','2021-02-13 16:19:16'),(97694,35475,'action complete via WP Cron','2021-02-14 00:19:16','2021-02-13 16:19:16'),(97695,35476,'action created','2021-02-14 00:19:16','2021-02-13 16:19:16'),(97696,35476,'action started via WP Cron','2021-02-14 00:22:14','2021-02-13 16:22:14'),(97697,35476,'action complete via WP Cron','2021-02-14 00:22:14','2021-02-13 16:22:14'),(97698,35477,'action created','2021-02-14 00:22:14','2021-02-13 16:22:14'),(97699,35477,'action started via WP Cron','2021-02-14 00:23:14','2021-02-13 16:23:14'),(97700,35477,'action complete via WP Cron','2021-02-14 00:23:14','2021-02-13 16:23:14'),(97701,35478,'action created','2021-02-14 00:23:14','2021-02-13 16:23:14'),(97702,35478,'action started via WP Cron','2021-02-14 00:24:15','2021-02-13 16:24:15'),(97703,35478,'action complete via WP Cron','2021-02-14 00:24:15','2021-02-13 16:24:15'),(97704,35479,'action created','2021-02-14 00:24:15','2021-02-13 16:24:15'),(97705,35479,'action started via WP Cron','2021-02-14 00:29:29','2021-02-13 16:29:29'),(97706,35479,'action complete via WP Cron','2021-02-14 00:29:29','2021-02-13 16:29:29'),(97707,35480,'action created','2021-02-14 00:29:29','2021-02-13 16:29:29'),(97708,35480,'action started via WP Cron','2021-02-14 00:42:17','2021-02-13 16:42:17'),(97709,35480,'action complete via WP Cron','2021-02-14 00:42:17','2021-02-13 16:42:17'),(97710,35481,'action created','2021-02-14 00:42:17','2021-02-13 16:42:17'),(97711,35481,'action started via WP Cron','2021-02-14 00:44:23','2021-02-13 16:44:23'),(97712,35481,'action complete via WP Cron','2021-02-14 00:44:23','2021-02-13 16:44:23'),(97713,35482,'action created','2021-02-14 00:44:23','2021-02-13 16:44:23'),(97714,35482,'action started via WP Cron','2021-02-14 00:44:42','2021-02-13 16:44:42'),(97715,35482,'action complete via WP Cron','2021-02-14 00:44:42','2021-02-13 16:44:42'),(97716,35483,'action created','2021-02-14 00:44:42','2021-02-13 16:44:42'),(97717,35483,'action started via WP Cron','2021-02-14 00:47:31','2021-02-13 16:47:31'),(97718,35483,'action complete via WP Cron','2021-02-14 00:47:31','2021-02-13 16:47:31'),(97719,35484,'action created','2021-02-14 00:47:31','2021-02-13 16:47:31'),(97720,35484,'action started via WP Cron','2021-02-14 00:50:05','2021-02-13 16:50:05'),(97721,35484,'action complete via WP Cron','2021-02-14 00:50:05','2021-02-13 16:50:05'),(97722,35485,'action created','2021-02-14 00:50:05','2021-02-13 16:50:05'),(97723,35485,'action started via WP Cron','2021-02-14 00:51:12','2021-02-13 16:51:12'),(97724,35485,'action complete via WP Cron','2021-02-14 00:51:12','2021-02-13 16:51:12'),(97725,35486,'action created','2021-02-14 00:51:12','2021-02-13 16:51:12'),(97726,35486,'action started via WP Cron','2021-02-14 00:52:11','2021-02-13 16:52:11'),(97727,35486,'action complete via WP Cron','2021-02-14 00:52:11','2021-02-13 16:52:11'),(97728,35487,'action created','2021-02-14 00:52:11','2021-02-13 16:52:11'),(97729,35487,'action started via WP Cron','2021-02-14 00:52:42','2021-02-13 16:52:42'),(97730,35487,'action complete via WP Cron','2021-02-14 00:52:42','2021-02-13 16:52:42'),(97731,35488,'action created','2021-02-14 00:52:42','2021-02-13 16:52:42'),(97732,35488,'action started via WP Cron','2021-02-14 00:54:03','2021-02-13 16:54:03'),(97733,35488,'action complete via WP Cron','2021-02-14 00:54:03','2021-02-13 16:54:03'),(97734,35489,'action created','2021-02-14 00:54:03','2021-02-13 16:54:03'),(97735,35489,'action started via WP Cron','2021-02-14 00:54:46','2021-02-13 16:54:46'),(97736,35489,'action complete via WP Cron','2021-02-14 00:54:46','2021-02-13 16:54:46'),(97737,35490,'action created','2021-02-14 00:54:46','2021-02-13 16:54:46'),(97738,35490,'action started via WP Cron','2021-02-14 00:55:46','2021-02-13 16:55:46'),(97739,35490,'action complete via WP Cron','2021-02-14 00:55:46','2021-02-13 16:55:46'),(97740,35491,'action created','2021-02-14 00:55:46','2021-02-13 16:55:46'),(97741,35491,'action started via WP Cron','2021-02-14 00:56:49','2021-02-13 16:56:49'),(97742,35491,'action complete via WP Cron','2021-02-14 00:56:49','2021-02-13 16:56:49'),(97743,35492,'action created','2021-02-14 00:56:49','2021-02-13 16:56:49'),(97744,35492,'action started via WP Cron','2021-02-14 00:57:46','2021-02-13 16:57:46'),(97745,35492,'action complete via WP Cron','2021-02-14 00:57:46','2021-02-13 16:57:46'),(97746,35493,'action created','2021-02-14 00:57:46','2021-02-13 16:57:46'),(97747,35493,'action started via WP Cron','2021-02-14 00:58:46','2021-02-13 16:58:46'),(97748,35493,'action complete via WP Cron','2021-02-14 00:58:46','2021-02-13 16:58:46'),(97749,35494,'action created','2021-02-14 00:58:46','2021-02-13 16:58:46'),(97750,35494,'action started via WP Cron','2021-02-14 00:59:43','2021-02-13 16:59:43'),(97751,35494,'action complete via WP Cron','2021-02-14 00:59:43','2021-02-13 16:59:43'),(97752,35495,'action created','2021-02-14 00:59:44','2021-02-13 16:59:44'),(97753,35495,'action started via WP Cron','2021-02-14 01:00:41','2021-02-13 17:00:41'),(97754,35495,'action complete via WP Cron','2021-02-14 01:00:41','2021-02-13 17:00:41'),(97755,35496,'action created','2021-02-14 01:00:42','2021-02-13 17:00:42'),(97756,35496,'action started via WP Cron','2021-02-14 01:01:43','2021-02-13 17:01:43'),(97757,35496,'action complete via WP Cron','2021-02-14 01:01:43','2021-02-13 17:01:43'),(97758,35497,'action created','2021-02-14 01:01:43','2021-02-13 17:01:43'),(97759,35497,'action started via WP Cron','2021-02-14 01:02:41','2021-02-13 17:02:41'),(97760,35497,'action complete via WP Cron','2021-02-14 01:02:41','2021-02-13 17:02:41'),(97761,35498,'action created','2021-02-14 01:02:41','2021-02-13 17:02:41'),(97762,35498,'action started via WP Cron','2021-02-14 01:03:49','2021-02-13 17:03:49'),(97763,35498,'action complete via WP Cron','2021-02-14 01:03:49','2021-02-13 17:03:49'),(97764,35499,'action created','2021-02-14 01:03:49','2021-02-13 17:03:49'),(97765,35499,'action started via WP Cron','2021-02-14 01:04:41','2021-02-13 17:04:41'),(97766,35499,'action complete via WP Cron','2021-02-14 01:04:41','2021-02-13 17:04:41'),(97767,35500,'action created','2021-02-14 01:04:41','2021-02-13 17:04:41'),(97768,35500,'action started via WP Cron','2021-02-14 01:05:46','2021-02-13 17:05:46'),(97769,35500,'action complete via WP Cron','2021-02-14 01:05:46','2021-02-13 17:05:46'),(97770,35501,'action created','2021-02-14 01:05:46','2021-02-13 17:05:46'),(97771,35501,'action started via WP Cron','2021-02-14 01:06:57','2021-02-13 17:06:57'),(97772,35501,'action complete via WP Cron','2021-02-14 01:06:57','2021-02-13 17:06:57'),(97773,35502,'action created','2021-02-14 01:06:57','2021-02-13 17:06:57'),(97774,35502,'action started via WP Cron','2021-02-14 01:07:46','2021-02-13 17:07:46'),(97775,35502,'action complete via WP Cron','2021-02-14 01:07:46','2021-02-13 17:07:46'),(97776,35503,'action created','2021-02-14 01:07:46','2021-02-13 17:07:46'),(97777,35503,'action started via WP Cron','2021-02-14 01:08:49','2021-02-13 17:08:49'),(97778,35503,'action complete via WP Cron','2021-02-14 01:08:49','2021-02-13 17:08:49'),(97779,35504,'action created','2021-02-14 01:08:49','2021-02-13 17:08:49'),(97780,35504,'action started via WP Cron','2021-02-14 01:09:41','2021-02-13 17:09:41'),(97781,35504,'action complete via WP Cron','2021-02-14 01:09:41','2021-02-13 17:09:41'),(97782,35505,'action created','2021-02-14 01:09:41','2021-02-13 17:09:41'),(97783,35505,'action started via WP Cron','2021-02-14 01:11:00','2021-02-13 17:11:00'),(97784,35505,'action complete via WP Cron','2021-02-14 01:11:00','2021-02-13 17:11:00'),(97785,35506,'action created','2021-02-14 01:11:00','2021-02-13 17:11:00'),(97786,35506,'action started via WP Cron','2021-02-14 01:11:53','2021-02-13 17:11:53'),(97787,35506,'action complete via WP Cron','2021-02-14 01:11:53','2021-02-13 17:11:53'),(97788,35507,'action created','2021-02-14 01:11:53','2021-02-13 17:11:53'),(97789,35507,'action started via WP Cron','2021-02-14 01:13:01','2021-02-13 17:13:01'),(97790,35507,'action complete via WP Cron','2021-02-14 01:13:01','2021-02-13 17:13:01'),(97791,35508,'action created','2021-02-14 01:13:01','2021-02-13 17:13:01'),(97792,35508,'action started via WP Cron','2021-02-14 01:16:29','2021-02-13 17:16:29'),(97793,35508,'action complete via WP Cron','2021-02-14 01:16:29','2021-02-13 17:16:29'),(97794,35509,'action created','2021-02-14 01:16:29','2021-02-13 17:16:29'),(97795,35509,'action started via WP Cron','2021-02-14 01:17:55','2021-02-13 17:17:55'),(97796,35509,'action complete via WP Cron','2021-02-14 01:17:55','2021-02-13 17:17:55'),(97797,35510,'action created','2021-02-14 01:17:55','2021-02-13 17:17:55'),(97798,35510,'action started via WP Cron','2021-02-14 01:18:55','2021-02-13 17:18:55'),(97799,35510,'action complete via WP Cron','2021-02-14 01:18:55','2021-02-13 17:18:55'),(97800,35511,'action created','2021-02-14 01:18:56','2021-02-13 17:18:56'),(97801,35511,'action started via WP Cron','2021-02-14 01:20:00','2021-02-13 17:20:00'),(97802,35511,'action complete via WP Cron','2021-02-14 01:20:02','2021-02-13 17:20:02'),(97803,35512,'action created','2021-02-14 01:21:59','2021-02-13 17:21:59'),(97804,35512,'action started via WP Cron','2021-02-14 01:23:00','2021-02-13 17:23:00'),(97805,35512,'action complete via WP Cron','2021-02-14 01:23:00','2021-02-13 17:23:00'),(97806,35513,'action created','2021-02-14 01:23:00','2021-02-13 17:23:00'),(97807,35513,'action started via WP Cron','2021-02-14 01:24:02','2021-02-13 17:24:02'),(97808,35513,'action complete via WP Cron','2021-02-14 01:24:02','2021-02-13 17:24:02'),(97809,35514,'action created','2021-02-14 01:24:02','2021-02-13 17:24:02'),(97810,35514,'action started via WP Cron','2021-02-14 01:32:41','2021-02-13 17:32:41'),(97811,35514,'action complete via WP Cron','2021-02-14 01:32:41','2021-02-13 17:32:41'),(97812,35515,'action created','2021-02-14 01:32:41','2021-02-13 17:32:41'),(97813,35515,'action started via WP Cron','2021-02-14 01:47:02','2021-02-13 17:47:02'),(97814,35515,'action complete via WP Cron','2021-02-14 01:47:02','2021-02-13 17:47:02'),(97815,35516,'action created','2021-02-14 01:47:02','2021-02-13 17:47:02'),(97816,35516,'action started via WP Cron','2021-02-14 01:47:52','2021-02-13 17:47:52'),(97817,35516,'action complete via WP Cron','2021-02-14 01:47:52','2021-02-13 17:47:52'),(97818,35517,'action created','2021-02-14 01:47:52','2021-02-13 17:47:52'),(97819,35517,'action started via WP Cron','2021-02-14 01:49:19','2021-02-13 17:49:19'),(97820,35517,'action complete via WP Cron','2021-02-14 01:49:19','2021-02-13 17:49:19'),(97821,35518,'action created','2021-02-14 01:49:19','2021-02-13 17:49:19'),(97822,35518,'action started via WP Cron','2021-02-14 01:49:46','2021-02-13 17:49:46'),(97823,35518,'action complete via WP Cron','2021-02-14 01:49:46','2021-02-13 17:49:46'),(97824,35519,'action created','2021-02-14 01:49:46','2021-02-13 17:49:46'),(97825,35519,'action started via WP Cron','2021-02-14 01:50:49','2021-02-13 17:50:49'),(97826,35519,'action complete via WP Cron','2021-02-14 01:50:49','2021-02-13 17:50:49'),(97827,35520,'action created','2021-02-14 01:50:50','2021-02-13 17:50:50'),(97828,35520,'action started via WP Cron','2021-02-14 01:51:45','2021-02-13 17:51:45'),(97829,35520,'action complete via WP Cron','2021-02-14 01:51:45','2021-02-13 17:51:45'),(97830,35521,'action created','2021-02-14 01:51:45','2021-02-13 17:51:45'),(97831,35521,'action started via WP Cron','2021-02-14 01:52:54','2021-02-13 17:52:54'),(97832,35521,'action complete via WP Cron','2021-02-14 01:52:54','2021-02-13 17:52:54'),(97833,35522,'action created','2021-02-14 01:52:54','2021-02-13 17:52:54'),(97834,35522,'action started via WP Cron','2021-02-14 01:53:44','2021-02-13 17:53:44'),(97835,35522,'action complete via WP Cron','2021-02-14 01:53:44','2021-02-13 17:53:44'),(97836,35523,'action created','2021-02-14 01:53:44','2021-02-13 17:53:44'),(97837,35523,'action started via WP Cron','2021-02-14 01:54:45','2021-02-13 17:54:45'),(97838,35523,'action complete via WP Cron','2021-02-14 01:54:45','2021-02-13 17:54:45'),(97839,35524,'action created','2021-02-14 01:54:45','2021-02-13 17:54:45'),(97840,35524,'action started via WP Cron','2021-02-14 01:56:05','2021-02-13 17:56:05'),(97841,35524,'action complete via WP Cron','2021-02-14 01:56:05','2021-02-13 17:56:05'),(97842,35525,'action created','2021-02-14 01:56:05','2021-02-13 17:56:05'),(97843,35525,'action started via WP Cron','2021-02-14 01:57:35','2021-02-13 17:57:35'),(97844,35525,'action complete via WP Cron','2021-02-14 01:57:35','2021-02-13 17:57:35'),(97845,35526,'action created','2021-02-14 01:57:35','2021-02-13 17:57:35'),(97846,35526,'action started via WP Cron','2021-02-14 01:58:02','2021-02-13 17:58:02'),(97847,35526,'action complete via WP Cron','2021-02-14 01:58:02','2021-02-13 17:58:02'),(97848,35527,'action created','2021-02-14 01:58:02','2021-02-13 17:58:02'),(97849,35527,'action started via WP Cron','2021-02-14 01:58:46','2021-02-13 17:58:46'),(97850,35527,'action complete via WP Cron','2021-02-14 01:58:46','2021-02-13 17:58:46'),(97851,35528,'action created','2021-02-14 01:58:46','2021-02-13 17:58:46'),(97852,35528,'action started via WP Cron','2021-02-14 01:59:53','2021-02-13 17:59:53'),(97853,35528,'action complete via WP Cron','2021-02-14 01:59:53','2021-02-13 17:59:53'),(97854,35529,'action created','2021-02-14 01:59:53','2021-02-13 17:59:53'),(97855,35529,'action started via WP Cron','2021-02-14 02:00:42','2021-02-13 18:00:42'),(97856,35529,'action complete via WP Cron','2021-02-14 02:00:42','2021-02-13 18:00:42'),(97857,35530,'action created','2021-02-14 02:00:42','2021-02-13 18:00:42'),(97858,35530,'action started via WP Cron','2021-02-14 02:01:53','2021-02-13 18:01:53'),(97859,35530,'action complete via WP Cron','2021-02-14 02:01:53','2021-02-13 18:01:53'),(97860,35531,'action created','2021-02-14 02:01:53','2021-02-13 18:01:53'),(97861,35531,'action started via WP Cron','2021-02-14 02:02:54','2021-02-13 18:02:54'),(97862,35531,'action complete via WP Cron','2021-02-14 02:02:54','2021-02-13 18:02:54'),(97863,35532,'action created','2021-02-14 02:02:54','2021-02-13 18:02:54'),(97864,35532,'action started via WP Cron','2021-02-14 02:04:00','2021-02-13 18:04:00'),(97865,35532,'action complete via WP Cron','2021-02-14 02:04:00','2021-02-13 18:04:00'),(97866,35533,'action created','2021-02-14 02:04:00','2021-02-13 18:04:00'),(97867,35533,'action started via WP Cron','2021-02-14 02:04:45','2021-02-13 18:04:45'),(97868,35533,'action complete via WP Cron','2021-02-14 02:04:45','2021-02-13 18:04:45'),(97869,35534,'action created','2021-02-14 02:04:46','2021-02-13 18:04:46'),(97870,35534,'action started via WP Cron','2021-02-14 02:06:03','2021-02-13 18:06:03'),(97871,35534,'action complete via WP Cron','2021-02-14 02:06:03','2021-02-13 18:06:03'),(97872,35535,'action created','2021-02-14 02:06:03','2021-02-13 18:06:03'),(97873,35535,'action started via WP Cron','2021-02-14 02:07:06','2021-02-13 18:07:06'),(97874,35535,'action complete via WP Cron','2021-02-14 02:07:06','2021-02-13 18:07:06'),(97875,35536,'action created','2021-02-14 02:07:06','2021-02-13 18:07:06'),(97876,35536,'action started via WP Cron','2021-02-14 02:07:52','2021-02-13 18:07:52'),(97877,35536,'action complete via WP Cron','2021-02-14 02:07:52','2021-02-13 18:07:52'),(97878,35537,'action created','2021-02-14 02:07:52','2021-02-13 18:07:52'),(97879,35537,'action started via WP Cron','2021-02-14 02:08:56','2021-02-13 18:08:56'),(97880,35537,'action complete via WP Cron','2021-02-14 02:08:56','2021-02-13 18:08:56'),(97881,35538,'action created','2021-02-14 02:08:56','2021-02-13 18:08:56'),(97882,35538,'action started via WP Cron','2021-02-14 02:10:04','2021-02-13 18:10:04'),(97883,35538,'action complete via WP Cron','2021-02-14 02:10:04','2021-02-13 18:10:04'),(97884,35539,'action created','2021-02-14 02:10:05','2021-02-13 18:10:05'),(97885,35539,'action started via WP Cron','2021-02-14 02:10:52','2021-02-13 18:10:52'),(97886,35539,'action complete via WP Cron','2021-02-14 02:10:52','2021-02-13 18:10:52'),(97887,35540,'action created','2021-02-14 02:10:52','2021-02-13 18:10:52'),(97888,35540,'action started via WP Cron','2021-02-14 02:11:46','2021-02-13 18:11:46'),(97889,35540,'action complete via WP Cron','2021-02-14 02:11:46','2021-02-13 18:11:46'),(97890,35541,'action created','2021-02-14 02:11:46','2021-02-13 18:11:46'),(97891,35541,'action started via WP Cron','2021-02-14 02:12:44','2021-02-13 18:12:44'),(97892,35541,'action complete via WP Cron','2021-02-14 02:12:44','2021-02-13 18:12:44'),(97893,35542,'action created','2021-02-14 02:12:45','2021-02-13 18:12:45'),(97894,35542,'action started via WP Cron','2021-02-14 02:14:02','2021-02-13 18:14:02'),(97895,35542,'action complete via WP Cron','2021-02-14 02:14:02','2021-02-13 18:14:02'),(97896,35543,'action created','2021-02-14 02:14:29','2021-02-13 18:14:29'),(97897,35543,'action started via WP Cron','2021-02-14 02:15:04','2021-02-13 18:15:04'),(97898,35543,'action complete via WP Cron','2021-02-14 02:15:04','2021-02-13 18:15:04'),(97899,35544,'action created','2021-02-14 02:15:05','2021-02-13 18:15:05'),(97900,35544,'action started via WP Cron','2021-02-14 02:15:42','2021-02-13 18:15:42'),(97901,35544,'action complete via WP Cron','2021-02-14 02:15:42','2021-02-13 18:15:42'),(97902,35545,'action created','2021-02-14 02:15:42','2021-02-13 18:15:42'),(97903,35545,'action started via WP Cron','2021-02-14 02:16:54','2021-02-13 18:16:54'),(97904,35545,'action complete via WP Cron','2021-02-14 02:16:54','2021-02-13 18:16:54'),(97905,35546,'action created','2021-02-14 02:16:54','2021-02-13 18:16:54'),(97906,35546,'action started via WP Cron','2021-02-14 02:17:46','2021-02-13 18:17:46'),(97907,35546,'action complete via WP Cron','2021-02-14 02:17:46','2021-02-13 18:17:46'),(97908,35547,'action created','2021-02-14 02:17:46','2021-02-13 18:17:46'),(97909,35547,'action started via WP Cron','2021-02-14 02:18:57','2021-02-13 18:18:57'),(97910,35547,'action complete via WP Cron','2021-02-14 02:18:57','2021-02-13 18:18:57'),(97911,35548,'action created','2021-02-14 02:18:57','2021-02-13 18:18:57'),(97912,35548,'action started via WP Cron','2021-02-14 02:19:48','2021-02-13 18:19:48'),(97913,35548,'action complete via WP Cron','2021-02-14 02:19:48','2021-02-13 18:19:48'),(97914,35549,'action created','2021-02-14 02:19:48','2021-02-13 18:19:48'),(97915,35549,'action started via WP Cron','2021-02-14 02:20:49','2021-02-13 18:20:49'),(97916,35549,'action complete via WP Cron','2021-02-14 02:20:49','2021-02-13 18:20:49'),(97917,35550,'action created','2021-02-14 02:20:49','2021-02-13 18:20:49'),(97918,35550,'action started via WP Cron','2021-02-14 02:22:06','2021-02-13 18:22:06'),(97919,35550,'action complete via WP Cron','2021-02-14 02:22:06','2021-02-13 18:22:06'),(97920,35551,'action created','2021-02-14 02:22:06','2021-02-13 18:22:06'),(97921,35551,'action started via WP Cron','2021-02-14 02:23:02','2021-02-13 18:23:02'),(97922,35551,'action complete via WP Cron','2021-02-14 02:23:02','2021-02-13 18:23:02'),(97923,35552,'action created','2021-02-14 02:23:02','2021-02-13 18:23:02'),(97924,35552,'action started via WP Cron','2021-02-14 02:24:05','2021-02-13 18:24:05'),(97925,35552,'action complete via WP Cron','2021-02-14 02:24:05','2021-02-13 18:24:05'),(97926,35553,'action created','2021-02-14 02:24:05','2021-02-13 18:24:05'),(97927,35553,'action started via WP Cron','2021-02-14 02:24:55','2021-02-13 18:24:55'),(97928,35553,'action complete via WP Cron','2021-02-14 02:24:55','2021-02-13 18:24:55'),(97929,35554,'action created','2021-02-14 02:24:55','2021-02-13 18:24:55'),(97930,35554,'action started via WP Cron','2021-02-14 02:25:42','2021-02-13 18:25:42'),(97931,35554,'action complete via WP Cron','2021-02-14 02:25:42','2021-02-13 18:25:42'),(97932,35555,'action created','2021-02-14 02:25:42','2021-02-13 18:25:42'),(97933,35555,'action started via WP Cron','2021-02-14 02:26:42','2021-02-13 18:26:42'),(97934,35555,'action complete via WP Cron','2021-02-14 02:26:42','2021-02-13 18:26:42'),(97935,35556,'action created','2021-02-14 02:26:42','2021-02-13 18:26:42'),(97936,35556,'action started via WP Cron','2021-02-14 02:27:43','2021-02-13 18:27:43'),(97937,35556,'action complete via WP Cron','2021-02-14 02:27:43','2021-02-13 18:27:43'),(97938,35557,'action created','2021-02-14 02:27:43','2021-02-13 18:27:43'),(97939,35557,'action started via WP Cron','2021-02-14 02:29:38','2021-02-13 18:29:38'),(97940,35557,'action complete via WP Cron','2021-02-14 02:29:38','2021-02-13 18:29:38'),(97941,35558,'action created','2021-02-14 02:29:38','2021-02-13 18:29:38'),(97942,35558,'action started via WP Cron','2021-02-14 02:30:17','2021-02-13 18:30:17'),(97943,35558,'action complete via WP Cron','2021-02-14 02:30:17','2021-02-13 18:30:17'),(97944,35559,'action created','2021-02-14 02:30:17','2021-02-13 18:30:17'),(97945,35559,'action started via WP Cron','2021-02-14 02:42:16','2021-02-13 18:42:16'),(97946,35559,'action complete via WP Cron','2021-02-14 02:42:16','2021-02-13 18:42:16'),(97947,35560,'action created','2021-02-14 02:42:16','2021-02-13 18:42:16'),(97948,35560,'action started via WP Cron','2021-02-14 02:43:16','2021-02-13 18:43:16'),(97949,35560,'action complete via WP Cron','2021-02-14 02:43:16','2021-02-13 18:43:16'),(97950,35561,'action created','2021-02-14 02:43:17','2021-02-13 18:43:17'),(97951,35561,'action started via WP Cron','2021-02-14 02:44:18','2021-02-13 18:44:18'),(97952,35561,'action complete via WP Cron','2021-02-14 02:44:18','2021-02-13 18:44:18'),(97953,35562,'action created','2021-02-14 02:44:18','2021-02-13 18:44:18'),(97954,35562,'action started via WP Cron','2021-02-14 02:45:00','2021-02-13 18:45:00'),(97955,35562,'action complete via WP Cron','2021-02-14 02:45:00','2021-02-13 18:45:00'),(97956,35563,'action created','2021-02-14 02:45:00','2021-02-13 18:45:00'),(97957,35563,'action started via WP Cron','2021-02-14 02:46:20','2021-02-13 18:46:20'),(97958,35563,'action complete via WP Cron','2021-02-14 02:46:20','2021-02-13 18:46:20'),(97959,35564,'action created','2021-02-14 02:46:20','2021-02-13 18:46:20'),(97960,35564,'action started via WP Cron','2021-02-14 02:47:20','2021-02-13 18:47:20'),(97961,35564,'action complete via WP Cron','2021-02-14 02:47:20','2021-02-13 18:47:20'),(97962,35565,'action created','2021-02-14 02:47:21','2021-02-13 18:47:21'),(97963,35565,'action started via WP Cron','2021-02-14 02:51:18','2021-02-13 18:51:18'),(97964,35565,'action complete via WP Cron','2021-02-14 02:51:18','2021-02-13 18:51:18'),(97965,35566,'action created','2021-02-14 02:51:18','2021-02-13 18:51:18'),(97966,35566,'action started via WP Cron','2021-02-14 02:52:40','2021-02-13 18:52:40'),(97967,35566,'action complete via WP Cron','2021-02-14 02:52:40','2021-02-13 18:52:40'),(97968,35567,'action created','2021-02-14 02:52:40','2021-02-13 18:52:40'),(97969,35567,'action started via WP Cron','2021-02-14 03:07:06','2021-02-13 19:07:06'),(97970,35567,'action complete via WP Cron','2021-02-14 03:07:06','2021-02-13 19:07:06'),(97971,35568,'action created','2021-02-14 03:07:07','2021-02-13 19:07:07'),(97972,35568,'action started via WP Cron','2021-02-14 03:12:31','2021-02-13 19:12:31'),(97973,35568,'action complete via WP Cron','2021-02-14 03:12:31','2021-02-13 19:12:31'),(97974,35569,'action created','2021-02-14 03:12:31','2021-02-13 19:12:31'),(97975,35569,'action started via WP Cron','2021-02-14 03:13:31','2021-02-13 19:13:31'),(97976,35569,'action complete via WP Cron','2021-02-14 03:13:31','2021-02-13 19:13:31'),(97977,35570,'action created','2021-02-14 03:13:32','2021-02-13 19:13:32'),(97978,35570,'action started via WP Cron','2021-02-14 03:14:32','2021-02-13 19:14:32'),(97979,35570,'action complete via WP Cron','2021-02-14 03:14:32','2021-02-13 19:14:32'),(97980,35571,'action created','2021-02-14 03:14:33','2021-02-13 19:14:33'),(97981,35571,'action started via WP Cron','2021-02-14 03:16:35','2021-02-13 19:16:35'),(97982,35571,'action complete via WP Cron','2021-02-14 03:16:35','2021-02-13 19:16:35'),(97983,35572,'action created','2021-02-14 03:16:35','2021-02-13 19:16:35'),(97984,35572,'action started via WP Cron','2021-02-14 03:17:36','2021-02-13 19:17:36'),(97985,35572,'action complete via WP Cron','2021-02-14 03:17:36','2021-02-13 19:17:36'),(97986,35573,'action created','2021-02-14 03:17:36','2021-02-13 19:17:36'),(97987,35573,'action started via WP Cron','2021-02-14 03:20:15','2021-02-13 19:20:15'),(97988,35573,'action complete via WP Cron','2021-02-14 03:20:15','2021-02-13 19:20:15'),(97989,35574,'action created','2021-02-14 03:20:15','2021-02-13 19:20:15'),(97990,35574,'action started via WP Cron','2021-02-14 03:21:16','2021-02-13 19:21:16'),(97991,35574,'action complete via WP Cron','2021-02-14 03:21:16','2021-02-13 19:21:16'),(97992,35575,'action created','2021-02-14 03:21:16','2021-02-13 19:21:16'),(97993,35575,'action started via WP Cron','2021-02-14 03:21:44','2021-02-13 19:21:44'),(97994,35575,'action complete via WP Cron','2021-02-14 03:21:44','2021-02-13 19:21:44'),(97995,35576,'action created','2021-02-14 03:21:45','2021-02-13 19:21:45'),(97996,35576,'action started via WP Cron','2021-02-14 03:25:21','2021-02-13 19:25:21'),(97997,35576,'action complete via WP Cron','2021-02-14 03:25:21','2021-02-13 19:25:21'),(97998,35577,'action created','2021-02-14 03:25:21','2021-02-13 19:25:21'),(97999,35577,'action started via WP Cron','2021-02-14 03:29:48','2021-02-13 19:29:48'),(98000,35577,'action complete via WP Cron','2021-02-14 03:29:48','2021-02-13 19:29:48'),(98001,35578,'action created','2021-02-14 03:29:48','2021-02-13 19:29:48'),(98002,35578,'action started via WP Cron','2021-02-14 03:30:40','2021-02-13 19:30:40'),(98003,35578,'action complete via WP Cron','2021-02-14 03:30:40','2021-02-13 19:30:40'),(98004,35579,'action created','2021-02-14 03:30:40','2021-02-13 19:30:40'),(98005,35579,'action started via WP Cron','2021-02-14 03:31:46','2021-02-13 19:31:46'),(98006,35579,'action complete via WP Cron','2021-02-14 03:31:46','2021-02-13 19:31:46'),(98007,35580,'action created','2021-02-14 03:31:46','2021-02-13 19:31:46'),(98008,35580,'action started via WP Cron','2021-02-14 03:32:52','2021-02-13 19:32:52'),(98009,35580,'action complete via WP Cron','2021-02-14 03:32:52','2021-02-13 19:32:52'),(98010,35581,'action created','2021-02-14 03:32:52','2021-02-13 19:32:52'),(98011,35581,'action started via WP Cron','2021-02-14 03:34:00','2021-02-13 19:34:00'),(98012,35581,'action complete via WP Cron','2021-02-14 03:34:00','2021-02-13 19:34:00'),(98013,35582,'action created','2021-02-14 03:34:00','2021-02-13 19:34:00'),(98014,35582,'action started via WP Cron','2021-02-14 03:36:43','2021-02-13 19:36:43'),(98015,35582,'action complete via WP Cron','2021-02-14 03:36:43','2021-02-13 19:36:43'),(98016,35583,'action created','2021-02-14 03:36:43','2021-02-13 19:36:43'),(98017,35583,'action started via WP Cron','2021-02-14 03:39:19','2021-02-13 19:39:19'),(98018,35583,'action complete via WP Cron','2021-02-14 03:39:19','2021-02-13 19:39:19'),(98019,35584,'action created','2021-02-14 03:39:19','2021-02-13 19:39:19'),(98020,35584,'action started via WP Cron','2021-02-14 03:40:14','2021-02-13 19:40:14'),(98021,35584,'action complete via WP Cron','2021-02-14 03:40:14','2021-02-13 19:40:14'),(98022,35585,'action created','2021-02-14 03:40:14','2021-02-13 19:40:14'),(98023,35585,'action started via WP Cron','2021-02-14 03:42:11','2021-02-13 19:42:11'),(98024,35585,'action complete via WP Cron','2021-02-14 03:42:11','2021-02-13 19:42:11'),(98025,35586,'action created','2021-02-14 03:42:12','2021-02-13 19:42:12'),(98026,35586,'action started via WP Cron','2021-02-14 03:52:52','2021-02-13 19:52:52'),(98027,35586,'action complete via WP Cron','2021-02-14 03:52:52','2021-02-13 19:52:52'),(98028,35587,'action created','2021-02-14 03:52:52','2021-02-13 19:52:52'),(98029,35587,'action started via WP Cron','2021-02-14 03:53:52','2021-02-13 19:53:52'),(98030,35587,'action complete via WP Cron','2021-02-14 03:53:52','2021-02-13 19:53:52'),(98031,35588,'action created','2021-02-14 03:53:52','2021-02-13 19:53:52'),(98032,35588,'action started via WP Cron','2021-02-14 03:54:52','2021-02-13 19:54:52'),(98033,35588,'action complete via WP Cron','2021-02-14 03:54:52','2021-02-13 19:54:52'),(98034,35589,'action created','2021-02-14 03:54:53','2021-02-13 19:54:53'),(98035,35589,'action started via WP Cron','2021-02-14 03:56:46','2021-02-13 19:56:46'),(98036,35589,'action complete via WP Cron','2021-02-14 03:56:46','2021-02-13 19:56:46'),(98037,35590,'action created','2021-02-14 03:56:46','2021-02-13 19:56:46'),(98038,35590,'action started via WP Cron','2021-02-14 03:57:44','2021-02-13 19:57:44'),(98039,35590,'action complete via WP Cron','2021-02-14 03:57:44','2021-02-13 19:57:44'),(98040,35591,'action created','2021-02-14 03:57:44','2021-02-13 19:57:44'),(98041,35591,'action started via WP Cron','2021-02-14 03:58:57','2021-02-13 19:58:57'),(98042,35591,'action complete via WP Cron','2021-02-14 03:58:57','2021-02-13 19:58:57'),(98043,35592,'action created','2021-02-14 03:58:57','2021-02-13 19:58:57'),(98044,35592,'action started via WP Cron','2021-02-14 03:59:50','2021-02-13 19:59:50'),(98045,35592,'action complete via WP Cron','2021-02-14 03:59:50','2021-02-13 19:59:50'),(98046,35593,'action created','2021-02-14 03:59:50','2021-02-13 19:59:50'),(98047,35593,'action started via WP Cron','2021-02-14 04:00:53','2021-02-13 20:00:53'),(98048,35593,'action complete via WP Cron','2021-02-14 04:00:53','2021-02-13 20:00:53'),(98049,35594,'action created','2021-02-14 04:00:53','2021-02-13 20:00:53'),(98050,35594,'action started via WP Cron','2021-02-14 04:02:00','2021-02-13 20:02:00'),(98051,35594,'action complete via WP Cron','2021-02-14 04:02:00','2021-02-13 20:02:00'),(98052,35595,'action created','2021-02-14 04:02:00','2021-02-13 20:02:00'),(98053,35595,'action started via WP Cron','2021-02-14 04:02:45','2021-02-13 20:02:45'),(98054,35595,'action complete via WP Cron','2021-02-14 04:02:45','2021-02-13 20:02:45'),(98055,35596,'action created','2021-02-14 04:02:45','2021-02-13 20:02:45'),(98056,35596,'action started via WP Cron','2021-02-14 04:03:57','2021-02-13 20:03:57'),(98057,35596,'action complete via WP Cron','2021-02-14 04:03:57','2021-02-13 20:03:57'),(98058,35597,'action created','2021-02-14 04:03:57','2021-02-13 20:03:57'),(98059,35597,'action started via WP Cron','2021-02-14 04:04:43','2021-02-13 20:04:43'),(98060,35597,'action complete via WP Cron','2021-02-14 04:04:43','2021-02-13 20:04:43'),(98061,35598,'action created','2021-02-14 04:04:43','2021-02-13 20:04:43'),(98062,35598,'action started via WP Cron','2021-02-14 04:05:51','2021-02-13 20:05:51'),(98063,35598,'action complete via WP Cron','2021-02-14 04:05:51','2021-02-13 20:05:51'),(98064,35599,'action created','2021-02-14 04:05:52','2021-02-13 20:05:52'),(98065,35599,'action started via WP Cron','2021-02-14 04:06:49','2021-02-13 20:06:49'),(98066,35599,'action complete via WP Cron','2021-02-14 04:06:49','2021-02-13 20:06:49'),(98067,35600,'action created','2021-02-14 04:06:49','2021-02-13 20:06:49'),(98068,35600,'action started via WP Cron','2021-02-14 04:07:49','2021-02-13 20:07:49'),(98069,35600,'action complete via WP Cron','2021-02-14 04:07:49','2021-02-13 20:07:49'),(98070,35601,'action created','2021-02-14 04:07:49','2021-02-13 20:07:49'),(98071,35601,'action started via WP Cron','2021-02-14 04:08:42','2021-02-13 20:08:42'),(98072,35601,'action complete via WP Cron','2021-02-14 04:08:42','2021-02-13 20:08:42'),(98073,35602,'action created','2021-02-14 04:08:42','2021-02-13 20:08:42'),(98074,35602,'action started via WP Cron','2021-02-14 04:09:48','2021-02-13 20:09:48'),(98075,35602,'action complete via WP Cron','2021-02-14 04:09:48','2021-02-13 20:09:48'),(98076,35603,'action created','2021-02-14 04:09:48','2021-02-13 20:09:48'),(98077,35603,'action started via WP Cron','2021-02-14 04:10:42','2021-02-13 20:10:42'),(98078,35603,'action complete via WP Cron','2021-02-14 04:10:42','2021-02-13 20:10:42'),(98079,35604,'action created','2021-02-14 04:10:42','2021-02-13 20:10:42'),(98080,35604,'action started via WP Cron','2021-02-14 04:11:51','2021-02-13 20:11:51'),(98081,35604,'action complete via WP Cron','2021-02-14 04:11:51','2021-02-13 20:11:51'),(98082,35605,'action created','2021-02-14 04:11:51','2021-02-13 20:11:51'),(98083,35605,'action started via WP Cron','2021-02-14 04:12:44','2021-02-13 20:12:44'),(98084,35605,'action complete via WP Cron','2021-02-14 04:12:44','2021-02-13 20:12:44'),(98085,35606,'action created','2021-02-14 04:12:44','2021-02-13 20:12:44'),(98086,35606,'action started via WP Cron','2021-02-14 04:13:41','2021-02-13 20:13:41'),(98087,35606,'action complete via WP Cron','2021-02-14 04:13:41','2021-02-13 20:13:41'),(98088,35607,'action created','2021-02-14 04:13:41','2021-02-13 20:13:41'),(98089,35607,'action started via WP Cron','2021-02-14 04:14:43','2021-02-13 20:14:43'),(98090,35607,'action complete via WP Cron','2021-02-14 04:14:43','2021-02-13 20:14:43'),(98091,35608,'action created','2021-02-14 04:14:43','2021-02-13 20:14:43'),(98092,35608,'action started via WP Cron','2021-02-14 04:15:43','2021-02-13 20:15:43'),(98093,35608,'action complete via WP Cron','2021-02-14 04:15:43','2021-02-13 20:15:43'),(98094,35609,'action created','2021-02-14 04:15:44','2021-02-13 20:15:44'),(98095,35609,'action started via WP Cron','2021-02-14 04:16:43','2021-02-13 20:16:43'),(98096,35609,'action complete via WP Cron','2021-02-14 04:16:43','2021-02-13 20:16:43'),(98097,35610,'action created','2021-02-14 04:16:43','2021-02-13 20:16:43'),(98098,35610,'action started via WP Cron','2021-02-14 04:17:49','2021-02-13 20:17:49'),(98099,35610,'action complete via WP Cron','2021-02-14 04:17:49','2021-02-13 20:17:49'),(98100,35611,'action created','2021-02-14 04:17:49','2021-02-13 20:17:49'),(98101,35611,'action started via WP Cron','2021-02-14 04:28:29','2021-02-13 20:28:29'),(98102,35611,'action complete via WP Cron','2021-02-14 04:28:29','2021-02-13 20:28:29'),(98103,35612,'action created','2021-02-14 04:28:29','2021-02-13 20:28:29'),(98104,35612,'action started via WP Cron','2021-02-14 04:30:35','2021-02-13 20:30:35'),(98105,35612,'action complete via WP Cron','2021-02-14 04:30:35','2021-02-13 20:30:35'),(98106,35613,'action created','2021-02-14 04:30:35','2021-02-13 20:30:35'),(98107,35613,'action started via WP Cron','2021-02-14 04:32:12','2021-02-13 20:32:12'),(98108,35613,'action complete via WP Cron','2021-02-14 04:32:12','2021-02-13 20:32:12'),(98109,35614,'action created','2021-02-14 04:32:13','2021-02-13 20:32:13'),(98110,35614,'action started via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98111,35614,'action complete via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98112,34890,'action started via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98113,34890,'action complete via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98114,35615,'action created','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98115,34889,'action started via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98116,34889,'action complete via WP Cron','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98117,35616,'action created','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98118,35617,'action created','2021-02-14 04:52:34','2021-02-13 20:52:34'),(98119,35617,'action started via WP Cron','2021-02-14 04:58:02','2021-02-13 20:58:02'),(98120,35617,'action complete via WP Cron','2021-02-14 04:58:02','2021-02-13 20:58:02'),(98121,35618,'action created','2021-02-14 04:58:02','2021-02-13 20:58:02'),(98122,35618,'action started via WP Cron','2021-02-14 04:58:56','2021-02-13 20:58:56'),(98123,35618,'action complete via WP Cron','2021-02-14 04:58:56','2021-02-13 20:58:56'),(98124,35619,'action created','2021-02-14 04:58:56','2021-02-13 20:58:56'),(98125,35619,'action started via WP Cron','2021-02-14 04:59:57','2021-02-13 20:59:57'),(98126,35619,'action complete via WP Cron','2021-02-14 04:59:57','2021-02-13 20:59:57'),(98127,35620,'action created','2021-02-14 04:59:57','2021-02-13 20:59:57'),(98128,35620,'action started via WP Cron','2021-02-14 05:01:44','2021-02-13 21:01:44'),(98129,35620,'action complete via WP Cron','2021-02-14 05:01:44','2021-02-13 21:01:44'),(98130,35621,'action created','2021-02-14 05:01:45','2021-02-13 21:01:45'),(98131,35621,'action started via WP Cron','2021-02-14 05:02:57','2021-02-13 21:02:57'),(98132,35621,'action complete via WP Cron','2021-02-14 05:02:57','2021-02-13 21:02:57'),(98133,35622,'action created','2021-02-14 05:02:58','2021-02-13 21:02:58'),(98134,35622,'action started via WP Cron','2021-02-14 05:04:01','2021-02-13 21:04:01'),(98135,35622,'action complete via WP Cron','2021-02-14 05:04:01','2021-02-13 21:04:01'),(98136,35623,'action created','2021-02-14 05:04:01','2021-02-13 21:04:01'),(98137,35623,'action started via WP Cron','2021-02-14 05:06:36','2021-02-13 21:06:36'),(98138,35623,'action complete via WP Cron','2021-02-14 05:06:36','2021-02-13 21:06:36'),(98139,35624,'action created','2021-02-14 05:06:36','2021-02-13 21:06:36'),(98140,35624,'action started via WP Cron','2021-02-14 05:09:03','2021-02-13 21:09:03'),(98141,35624,'action complete via WP Cron','2021-02-14 05:09:03','2021-02-13 21:09:03'),(98142,35625,'action created','2021-02-14 05:09:03','2021-02-13 21:09:03'),(98143,35625,'action started via WP Cron','2021-02-14 05:11:26','2021-02-13 21:11:26'),(98144,35625,'action complete via WP Cron','2021-02-14 05:11:26','2021-02-13 21:11:26'),(98145,35626,'action created','2021-02-14 05:11:26','2021-02-13 21:11:26'),(98146,35626,'action started via WP Cron','2021-02-14 05:18:57','2021-02-13 21:18:57'),(98147,35626,'action complete via WP Cron','2021-02-14 05:18:57','2021-02-13 21:18:57'),(98148,35627,'action created','2021-02-14 05:18:57','2021-02-13 21:18:57'),(98149,35627,'action started via WP Cron','2021-02-14 05:29:37','2021-02-13 21:29:37'),(98150,35627,'action complete via WP Cron','2021-02-14 05:29:37','2021-02-13 21:29:37'),(98151,35628,'action created','2021-02-14 05:29:37','2021-02-13 21:29:37'),(98152,35628,'action started via WP Cron','2021-02-14 05:30:47','2021-02-13 21:30:47'),(98153,35628,'action complete via WP Cron','2021-02-14 05:30:47','2021-02-13 21:30:47'),(98154,35629,'action created','2021-02-14 05:30:47','2021-02-13 21:30:47'),(98155,35629,'action started via WP Cron','2021-02-14 05:40:36','2021-02-13 21:40:36'),(98156,35629,'action complete via WP Cron','2021-02-14 05:40:36','2021-02-13 21:40:36'),(98157,35630,'action created','2021-02-14 05:40:36','2021-02-13 21:40:36'),(98158,35630,'action started via WP Cron','2021-02-14 05:43:43','2021-02-13 21:43:43'),(98159,35630,'action complete via WP Cron','2021-02-14 05:43:43','2021-02-13 21:43:43'),(98160,35631,'action created','2021-02-14 05:43:44','2021-02-13 21:43:44'),(98161,35631,'action started via WP Cron','2021-02-14 05:46:35','2021-02-13 21:46:35'),(98162,35631,'action complete via WP Cron','2021-02-14 05:46:35','2021-02-13 21:46:35'),(98163,35632,'action created','2021-02-14 05:46:35','2021-02-13 21:46:35'),(98164,35632,'action started via WP Cron','2021-02-14 05:51:10','2021-02-13 21:51:10'),(98165,35632,'action complete via WP Cron','2021-02-14 05:51:10','2021-02-13 21:51:10'),(98166,35633,'action created','2021-02-14 05:51:11','2021-02-13 21:51:11'),(98167,35633,'action started via WP Cron','2021-02-14 05:52:52','2021-02-13 21:52:52'),(98168,35633,'action complete via WP Cron','2021-02-14 05:52:52','2021-02-13 21:52:52'),(98169,35634,'action created','2021-02-14 05:52:52','2021-02-13 21:52:52'),(98170,35634,'action started via WP Cron','2021-02-14 06:00:17','2021-02-13 22:00:17'),(98171,35634,'action complete via WP Cron','2021-02-14 06:00:17','2021-02-13 22:00:17'),(98172,35635,'action created','2021-02-14 06:00:17','2021-02-13 22:00:17'),(98173,35635,'action started via WP Cron','2021-02-14 06:07:24','2021-02-13 22:07:24'),(98174,35635,'action complete via WP Cron','2021-02-14 06:07:24','2021-02-13 22:07:24'),(98175,35636,'action created','2021-02-14 06:07:24','2021-02-13 22:07:24'),(98176,35636,'action started via WP Cron','2021-02-14 06:08:04','2021-02-13 22:08:04'),(98177,35636,'action complete via WP Cron','2021-02-14 06:08:04','2021-02-13 22:08:04'),(98178,35637,'action created','2021-02-14 06:08:23','2021-02-13 22:08:23'),(98179,35637,'action started via WP Cron','2021-02-14 06:09:26','2021-02-13 22:09:26'),(98180,35637,'action complete via WP Cron','2021-02-14 06:09:26','2021-02-13 22:09:26'),(98181,35638,'action created','2021-02-14 06:09:26','2021-02-13 22:09:26'),(98182,35638,'action started via WP Cron','2021-02-14 06:10:54','2021-02-13 22:10:54'),(98183,35638,'action complete via WP Cron','2021-02-14 06:10:54','2021-02-13 22:10:54'),(98184,35639,'action created','2021-02-14 06:10:55','2021-02-13 22:10:55'),(98185,35639,'action started via WP Cron','2021-02-14 06:12:28','2021-02-13 22:12:28'),(98186,35639,'action complete via WP Cron','2021-02-14 06:12:28','2021-02-13 22:12:28'),(98187,35640,'action created','2021-02-14 06:12:28','2021-02-13 22:12:28'),(98188,35640,'action started via WP Cron','2021-02-14 06:13:29','2021-02-13 22:13:29'),(98189,35640,'action complete via WP Cron','2021-02-14 06:13:29','2021-02-13 22:13:29'),(98190,35641,'action created','2021-02-14 06:13:29','2021-02-13 22:13:29'),(98191,35641,'action started via WP Cron','2021-02-14 06:13:42','2021-02-13 22:13:42'),(98192,35641,'action complete via WP Cron','2021-02-14 06:13:42','2021-02-13 22:13:42'),(98193,35642,'action created','2021-02-14 06:13:42','2021-02-13 22:13:42'),(98194,35642,'action started via WP Cron','2021-02-14 06:20:07','2021-02-13 22:20:07'),(98195,35642,'action complete via WP Cron','2021-02-14 06:20:07','2021-02-13 22:20:07'),(98196,35643,'action created','2021-02-14 06:20:07','2021-02-13 22:20:07'),(98197,35643,'action started via WP Cron','2021-02-14 06:25:35','2021-02-13 22:25:35'),(98198,35643,'action complete via WP Cron','2021-02-14 06:25:35','2021-02-13 22:25:35'),(98199,35644,'action created','2021-02-14 06:25:36','2021-02-13 22:25:36'),(98200,35644,'action started via WP Cron','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98201,35644,'action complete via WP Cron','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98202,34934,'action started via WP Cron','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98203,34934,'action complete via WP Cron','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98204,35645,'action created','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98205,35646,'action created','2021-02-14 06:35:48','2021-02-13 22:35:48'),(98206,35646,'action started via WP Cron','2021-02-14 06:51:29','2021-02-13 22:51:29'),(98207,35646,'action complete via WP Cron','2021-02-14 06:51:29','2021-02-13 22:51:29'),(98208,35647,'action created','2021-02-14 06:51:29','2021-02-13 22:51:29'),(98209,35647,'action started via WP Cron','2021-02-14 06:52:24','2021-02-13 22:52:24'),(98210,35647,'action complete via WP Cron','2021-02-14 06:52:24','2021-02-13 22:52:24'),(98211,35648,'action created','2021-02-14 06:52:24','2021-02-13 22:52:24'),(98212,35648,'action started via WP Cron','2021-02-14 06:54:45','2021-02-13 22:54:45'),(98213,35648,'action complete via WP Cron','2021-02-14 06:54:45','2021-02-13 22:54:45'),(98214,35649,'action created','2021-02-14 06:54:45','2021-02-13 22:54:45'),(98215,35649,'action started via WP Cron','2021-02-14 07:00:35','2021-02-13 23:00:35'),(98216,35649,'action complete via WP Cron','2021-02-14 07:00:35','2021-02-13 23:00:35'),(98217,35650,'action created','2021-02-14 07:00:35','2021-02-13 23:00:35'),(98218,35650,'action started via WP Cron','2021-02-14 07:01:38','2021-02-13 23:01:38'),(98219,35650,'action complete via WP Cron','2021-02-14 07:01:38','2021-02-13 23:01:38'),(98220,35651,'action created','2021-02-14 07:01:38','2021-02-13 23:01:38'),(98221,35651,'action started via WP Cron','2021-02-14 07:04:25','2021-02-13 23:04:25'),(98222,35651,'action complete via WP Cron','2021-02-14 07:04:25','2021-02-13 23:04:25'),(98223,35652,'action created','2021-02-14 07:04:25','2021-02-13 23:04:25'),(98224,35652,'action started via WP Cron','2021-02-14 07:05:06','2021-02-13 23:05:06'),(98225,35652,'action complete via WP Cron','2021-02-14 07:05:06','2021-02-13 23:05:06'),(98226,35653,'action created','2021-02-14 07:05:06','2021-02-13 23:05:06'),(98227,35653,'action started via WP Cron','2021-02-14 07:05:48','2021-02-13 23:05:48'),(98228,35653,'action complete via WP Cron','2021-02-14 07:05:48','2021-02-13 23:05:48'),(98229,35654,'action created','2021-02-14 07:05:48','2021-02-13 23:05:48'),(98230,35654,'action started via WP Cron','2021-02-14 07:06:51','2021-02-13 23:06:51'),(98231,35654,'action complete via WP Cron','2021-02-14 07:06:51','2021-02-13 23:06:51'),(98232,35655,'action created','2021-02-14 07:06:51','2021-02-13 23:06:51'),(98233,35655,'action started via WP Cron','2021-02-14 07:07:52','2021-02-13 23:07:52'),(98234,35655,'action complete via WP Cron','2021-02-14 07:07:52','2021-02-13 23:07:52'),(98235,35656,'action created','2021-02-14 07:07:52','2021-02-13 23:07:52'),(98236,35656,'action started via WP Cron','2021-02-14 07:08:53','2021-02-13 23:08:53'),(98237,35656,'action complete via WP Cron','2021-02-14 07:08:53','2021-02-13 23:08:53'),(98238,35657,'action created','2021-02-14 07:08:53','2021-02-13 23:08:53'),(98239,35657,'action started via WP Cron','2021-02-14 07:09:54','2021-02-13 23:09:54'),(98240,35657,'action complete via WP Cron','2021-02-14 07:09:54','2021-02-13 23:09:54'),(98241,35658,'action created','2021-02-14 07:10:16','2021-02-13 23:10:16'),(98242,35658,'action started via WP Cron','2021-02-14 07:10:53','2021-02-13 23:10:53'),(98243,35658,'action complete via WP Cron','2021-02-14 07:10:53','2021-02-13 23:10:53'),(98244,35659,'action created','2021-02-14 07:10:53','2021-02-13 23:10:53'),(98245,35659,'action started via WP Cron','2021-02-14 07:12:01','2021-02-13 23:12:01'),(98246,35659,'action complete via WP Cron','2021-02-14 07:12:01','2021-02-13 23:12:01'),(98247,35660,'action created','2021-02-14 07:12:01','2021-02-13 23:12:01'),(98248,35660,'action started via WP Cron','2021-02-14 07:12:47','2021-02-13 23:12:47'),(98249,35660,'action complete via WP Cron','2021-02-14 07:12:47','2021-02-13 23:12:47'),(98250,35661,'action created','2021-02-14 07:12:47','2021-02-13 23:12:47'),(98251,35661,'action started via WP Cron','2021-02-14 07:13:52','2021-02-13 23:13:52'),(98252,35661,'action complete via WP Cron','2021-02-14 07:13:52','2021-02-13 23:13:52'),(98253,35662,'action created','2021-02-14 07:13:52','2021-02-13 23:13:52'),(98254,35662,'action started via WP Cron','2021-02-14 07:15:03','2021-02-13 23:15:03'),(98255,35662,'action complete via WP Cron','2021-02-14 07:15:03','2021-02-13 23:15:03'),(98256,35663,'action created','2021-02-14 07:15:21','2021-02-13 23:15:21'),(98257,35663,'action started via WP Cron','2021-02-14 07:15:43','2021-02-13 23:15:43'),(98258,35663,'action complete via WP Cron','2021-02-14 07:15:43','2021-02-13 23:15:43'),(98259,35664,'action created','2021-02-14 07:15:43','2021-02-13 23:15:43'),(98260,35664,'action started via WP Cron','2021-02-14 07:16:43','2021-02-13 23:16:43'),(98261,35664,'action complete via WP Cron','2021-02-14 07:16:43','2021-02-13 23:16:43'),(98262,35665,'action created','2021-02-14 07:16:43','2021-02-13 23:16:43'),(98263,35665,'action started via WP Cron','2021-02-14 07:17:54','2021-02-13 23:17:54'),(98264,35665,'action complete via WP Cron','2021-02-14 07:17:54','2021-02-13 23:17:54'),(98265,35666,'action created','2021-02-14 07:17:55','2021-02-13 23:17:55'),(98266,35666,'action started via WP Cron','2021-02-14 07:18:48','2021-02-13 23:18:48'),(98267,35666,'action complete via WP Cron','2021-02-14 07:18:48','2021-02-13 23:18:48'),(98268,35667,'action created','2021-02-14 07:18:48','2021-02-13 23:18:48'),(98269,35667,'action started via WP Cron','2021-02-14 07:19:43','2021-02-13 23:19:43'),(98270,35667,'action complete via WP Cron','2021-02-14 07:19:43','2021-02-13 23:19:43'),(98271,35668,'action created','2021-02-14 07:19:43','2021-02-13 23:19:43'),(98272,35668,'action started via WP Cron','2021-02-14 07:20:49','2021-02-13 23:20:49'),(98273,35668,'action complete via WP Cron','2021-02-14 07:20:49','2021-02-13 23:20:49'),(98274,35669,'action created','2021-02-14 07:20:49','2021-02-13 23:20:49'),(98275,35669,'action started via WP Cron','2021-02-14 07:21:47','2021-02-13 23:21:47'),(98276,35669,'action complete via WP Cron','2021-02-14 07:21:47','2021-02-13 23:21:47'),(98277,35670,'action created','2021-02-14 07:21:47','2021-02-13 23:21:47'),(98278,35670,'action started via WP Cron','2021-02-14 07:22:45','2021-02-13 23:22:45'),(98279,35670,'action complete via WP Cron','2021-02-14 07:22:45','2021-02-13 23:22:45'),(98280,35671,'action created','2021-02-14 07:22:45','2021-02-13 23:22:45'),(98281,35671,'action started via WP Cron','2021-02-14 07:23:55','2021-02-13 23:23:55'),(98282,35671,'action complete via WP Cron','2021-02-14 07:23:55','2021-02-13 23:23:55'),(98283,35672,'action created','2021-02-14 07:23:55','2021-02-13 23:23:55'),(98284,35672,'action started via WP Cron','2021-02-14 07:24:49','2021-02-13 23:24:49'),(98285,35672,'action complete via WP Cron','2021-02-14 07:24:49','2021-02-13 23:24:49'),(98286,35673,'action created','2021-02-14 07:24:49','2021-02-13 23:24:49'),(98287,35673,'action started via WP Cron','2021-02-14 07:25:56','2021-02-13 23:25:56'),(98288,35673,'action complete via WP Cron','2021-02-14 07:25:56','2021-02-13 23:25:56'),(98289,35674,'action created','2021-02-14 07:25:56','2021-02-13 23:25:56'),(98290,35674,'action started via WP Cron','2021-02-14 07:26:48','2021-02-13 23:26:48'),(98291,35674,'action complete via WP Cron','2021-02-14 07:26:48','2021-02-13 23:26:48'),(98292,35675,'action created','2021-02-14 07:26:48','2021-02-13 23:26:48'),(98293,35675,'action started via WP Cron','2021-02-14 07:27:59','2021-02-13 23:27:59'),(98294,35675,'action complete via WP Cron','2021-02-14 07:27:59','2021-02-13 23:27:59'),(98295,35676,'action created','2021-02-14 07:27:59','2021-02-13 23:27:59'),(98296,35676,'action started via WP Cron','2021-02-14 07:28:46','2021-02-13 23:28:46'),(98297,35676,'action complete via WP Cron','2021-02-14 07:28:46','2021-02-13 23:28:46'),(98298,35677,'action created','2021-02-14 07:28:46','2021-02-13 23:28:46'),(98299,35677,'action started via WP Cron','2021-02-14 07:29:58','2021-02-13 23:29:58'),(98300,35677,'action complete via WP Cron','2021-02-14 07:29:58','2021-02-13 23:29:58'),(98301,35678,'action created','2021-02-14 07:29:58','2021-02-13 23:29:58'),(98302,35678,'action started via WP Cron','2021-02-14 07:30:53','2021-02-13 23:30:53'),(98303,35678,'action complete via WP Cron','2021-02-14 07:30:53','2021-02-13 23:30:53'),(98304,35679,'action created','2021-02-14 07:30:53','2021-02-13 23:30:53'),(98305,35679,'action started via WP Cron','2021-02-14 07:31:44','2021-02-13 23:31:44'),(98306,35679,'action complete via WP Cron','2021-02-14 07:31:44','2021-02-13 23:31:44'),(98307,35680,'action created','2021-02-14 07:31:44','2021-02-13 23:31:44'),(98308,35680,'action started via WP Cron','2021-02-14 07:32:56','2021-02-13 23:32:56'),(98309,35680,'action complete via WP Cron','2021-02-14 07:32:56','2021-02-13 23:32:56'),(98310,35681,'action created','2021-02-14 07:32:56','2021-02-13 23:32:56'),(98311,35681,'action started via WP Cron','2021-02-14 07:33:44','2021-02-13 23:33:44'),(98312,35681,'action complete via WP Cron','2021-02-14 07:33:44','2021-02-13 23:33:44'),(98313,35682,'action created','2021-02-14 07:33:44','2021-02-13 23:33:44'),(98314,35682,'action started via WP Cron','2021-02-14 07:34:50','2021-02-13 23:34:50'),(98315,35682,'action complete via WP Cron','2021-02-14 07:34:50','2021-02-13 23:34:50'),(98316,35683,'action created','2021-02-14 07:34:50','2021-02-13 23:34:50'),(98317,35683,'action started via WP Cron','2021-02-14 07:35:46','2021-02-13 23:35:46'),(98318,35683,'action complete via WP Cron','2021-02-14 07:35:46','2021-02-13 23:35:46'),(98319,35684,'action created','2021-02-14 07:35:46','2021-02-13 23:35:46'),(98320,35684,'action started via WP Cron','2021-02-14 07:36:42','2021-02-13 23:36:42'),(98321,35684,'action complete via WP Cron','2021-02-14 07:36:42','2021-02-13 23:36:42'),(98322,35685,'action created','2021-02-14 07:36:42','2021-02-13 23:36:42'),(98323,35685,'action started via WP Cron','2021-02-14 07:37:41','2021-02-13 23:37:41'),(98324,35685,'action complete via WP Cron','2021-02-14 07:37:41','2021-02-13 23:37:41'),(98325,35686,'action created','2021-02-14 07:37:41','2021-02-13 23:37:41'),(98326,35686,'action started via WP Cron','2021-02-14 07:38:43','2021-02-13 23:38:43'),(98327,35686,'action complete via WP Cron','2021-02-14 07:38:43','2021-02-13 23:38:43'),(98328,35687,'action created','2021-02-14 07:38:43','2021-02-13 23:38:43'),(98329,35687,'action started via WP Cron','2021-02-14 07:47:19','2021-02-13 23:47:19'),(98330,35687,'action complete via WP Cron','2021-02-14 07:47:19','2021-02-13 23:47:19'),(98331,35688,'action created','2021-02-14 07:47:19','2021-02-13 23:47:19'),(98332,35688,'action started via WP Cron','2021-02-14 07:57:44','2021-02-13 23:57:44'),(98333,35688,'action complete via WP Cron','2021-02-14 07:57:44','2021-02-13 23:57:44'),(98334,35689,'action created','2021-02-14 07:57:44','2021-02-13 23:57:44'),(98335,35689,'action started via WP Cron','2021-02-14 07:59:56','2021-02-13 23:59:56'),(98336,35689,'action complete via WP Cron','2021-02-14 07:59:56','2021-02-13 23:59:56'),(98337,35690,'action created','2021-02-14 07:59:56','2021-02-13 23:59:56'),(98341,35691,'action started via WP Cron','2021-02-14 08:14:26','2021-02-14 00:14:26'),(98342,35691,'action complete via WP Cron','2021-02-14 08:14:26','2021-02-14 00:14:26'),(98343,35692,'action created','2021-02-14 08:14:26','2021-02-14 00:14:26'),(98344,35692,'action started via WP Cron','2021-02-14 08:14:58','2021-02-14 00:14:58'),(98345,35692,'action complete via WP Cron','2021-02-14 08:14:58','2021-02-14 00:14:58'),(98346,35693,'action created','2021-02-14 08:14:58','2021-02-14 00:14:58'),(98347,35693,'action started via WP Cron','2021-02-14 08:16:22','2021-02-14 00:16:22'),(98348,35693,'action complete via WP Cron','2021-02-14 08:16:22','2021-02-14 00:16:22'),(98349,35694,'action created','2021-02-14 08:16:22','2021-02-14 00:16:22'),(98350,35694,'action started via WP Cron','2021-02-14 08:21:05','2021-02-14 00:21:05'),(98351,35694,'action complete via WP Cron','2021-02-14 08:21:05','2021-02-14 00:21:05'),(98352,35695,'action created','2021-02-14 08:21:05','2021-02-14 00:21:05'),(98353,35695,'action started via WP Cron','2021-02-14 08:22:18','2021-02-14 00:22:18'),(98354,35695,'action complete via WP Cron','2021-02-14 08:22:18','2021-02-14 00:22:18'),(98355,35696,'action created','2021-02-14 08:22:18','2021-02-14 00:22:18'),(98356,35696,'action started via WP Cron','2021-02-14 08:23:19','2021-02-14 00:23:19'),(98357,35696,'action complete via WP Cron','2021-02-14 08:23:19','2021-02-14 00:23:19'),(98358,35697,'action created','2021-02-14 08:23:19','2021-02-14 00:23:19'),(98359,35697,'action started via WP Cron','2021-02-14 08:24:26','2021-02-14 00:24:26'),(98360,35697,'action complete via WP Cron','2021-02-14 08:24:26','2021-02-14 00:24:26'),(98361,35698,'action created','2021-02-14 08:24:26','2021-02-14 00:24:26'),(98362,35698,'action started via WP Cron','2021-02-14 08:25:04','2021-02-14 00:25:04'),(98363,35698,'action complete via WP Cron','2021-02-14 08:25:04','2021-02-14 00:25:04'),(98364,35699,'action created','2021-02-14 08:25:04','2021-02-14 00:25:04'),(98365,35699,'action started via WP Cron','2021-02-14 08:25:56','2021-02-14 00:25:56'),(98366,35699,'action complete via WP Cron','2021-02-14 08:25:56','2021-02-14 00:25:56'),(98367,35700,'action created','2021-02-14 08:25:56','2021-02-14 00:25:56'),(98368,35700,'action started via WP Cron','2021-02-14 08:27:42','2021-02-14 00:27:42'),(98369,35700,'action complete via WP Cron','2021-02-14 08:27:42','2021-02-14 00:27:42'),(98370,35701,'action created','2021-02-14 08:27:42','2021-02-14 00:27:42'),(98371,35701,'action started via WP Cron','2021-02-14 08:28:42','2021-02-14 00:28:42'),(98372,35701,'action complete via WP Cron','2021-02-14 08:28:42','2021-02-14 00:28:42'),(98373,35702,'action created','2021-02-14 08:28:42','2021-02-14 00:28:42'),(98374,35702,'action started via WP Cron','2021-02-14 08:29:43','2021-02-14 00:29:43'),(98375,35702,'action complete via WP Cron','2021-02-14 08:29:43','2021-02-14 00:29:43'),(98376,35703,'action created','2021-02-14 08:29:43','2021-02-14 00:29:43'),(98377,35703,'action started via WP Cron','2021-02-14 08:31:20','2021-02-14 00:31:20'),(98378,35703,'action complete via WP Cron','2021-02-14 08:31:20','2021-02-14 00:31:20'),(98379,35704,'action created','2021-02-14 08:31:20','2021-02-14 00:31:20'),(98380,35704,'action started via WP Cron','2021-02-14 08:32:26','2021-02-14 00:32:26'),(98381,35704,'action complete via WP Cron','2021-02-14 08:32:26','2021-02-14 00:32:26'),(98382,35705,'action created','2021-02-14 08:32:26','2021-02-14 00:32:26'),(98383,35705,'action started via WP Cron','2021-02-14 08:32:57','2021-02-14 00:32:57'),(98384,35705,'action complete via WP Cron','2021-02-14 08:32:57','2021-02-14 00:32:57'),(98385,35706,'action created','2021-02-14 08:32:57','2021-02-14 00:32:57'),(98386,35706,'action started via WP Cron','2021-02-14 08:33:45','2021-02-14 00:33:45'),(98387,35706,'action complete via WP Cron','2021-02-14 08:33:45','2021-02-14 00:33:45'),(98388,35707,'action created','2021-02-14 08:33:45','2021-02-14 00:33:45'),(98389,35707,'action started via WP Cron','2021-02-14 08:34:47','2021-02-14 00:34:47'),(98390,35707,'action complete via WP Cron','2021-02-14 08:34:47','2021-02-14 00:34:47'),(98391,35708,'action created','2021-02-14 08:34:47','2021-02-14 00:34:47'),(98392,35708,'action started via WP Cron','2021-02-14 08:36:04','2021-02-14 00:36:04'),(98393,35708,'action complete via WP Cron','2021-02-14 08:36:04','2021-02-14 00:36:04'),(98394,35709,'action created','2021-02-14 08:36:04','2021-02-14 00:36:04'),(98395,35709,'action started via WP Cron','2021-02-14 08:37:33','2021-02-14 00:37:33'),(98396,35709,'action complete via WP Cron','2021-02-14 08:37:33','2021-02-14 00:37:33'),(98397,35710,'action created','2021-02-14 08:37:33','2021-02-14 00:37:33'),(98398,35710,'action started via WP Cron','2021-02-14 08:37:50','2021-02-14 00:37:50'),(98399,35710,'action complete via WP Cron','2021-02-14 08:37:50','2021-02-14 00:37:50'),(98400,35711,'action created','2021-02-14 08:37:50','2021-02-14 00:37:50'),(98401,35711,'action started via WP Cron','2021-02-14 08:39:27','2021-02-14 00:39:27'),(98402,35711,'action complete via WP Cron','2021-02-14 08:39:27','2021-02-14 00:39:27'),(98403,35712,'action created','2021-02-14 08:39:27','2021-02-14 00:39:27'),(98404,35712,'action started via WP Cron','2021-02-14 08:40:29','2021-02-14 00:40:29'),(98405,35712,'action complete via WP Cron','2021-02-14 08:40:29','2021-02-14 00:40:29'),(98406,35713,'action created','2021-02-14 08:40:29','2021-02-14 00:40:29'),(98407,35713,'action started via WP Cron','2021-02-14 08:41:07','2021-02-14 00:41:07'),(98408,35713,'action complete via WP Cron','2021-02-14 08:41:07','2021-02-14 00:41:07'),(98409,35714,'action created','2021-02-14 08:41:07','2021-02-14 00:41:07'),(98410,35714,'action started via WP Cron','2021-02-14 08:41:45','2021-02-14 00:41:45'),(98411,35714,'action complete via WP Cron','2021-02-14 08:41:45','2021-02-14 00:41:45'),(98412,35715,'action created','2021-02-14 08:41:45','2021-02-14 00:41:45'),(98413,35715,'action started via WP Cron','2021-02-14 08:42:56','2021-02-14 00:42:56'),(98414,35715,'action complete via WP Cron','2021-02-14 08:42:56','2021-02-14 00:42:56'),(98415,35716,'action created','2021-02-14 08:42:56','2021-02-14 00:42:56'),(98416,35716,'action started via WP Cron','2021-02-14 08:43:53','2021-02-14 00:43:53'),(98417,35716,'action complete via WP Cron','2021-02-14 08:43:53','2021-02-14 00:43:53'),(98418,35717,'action created','2021-02-14 08:43:53','2021-02-14 00:43:53'),(98419,35717,'action started via WP Cron','2021-02-14 08:45:03','2021-02-14 00:45:03'),(98420,35717,'action complete via WP Cron','2021-02-14 08:45:03','2021-02-14 00:45:03'),(98421,35718,'action created','2021-02-14 08:45:12','2021-02-14 00:45:12'),(98422,35718,'action started via WP Cron','2021-02-14 08:47:15','2021-02-14 00:47:15'),(98423,35718,'action complete via WP Cron','2021-02-14 08:47:15','2021-02-14 00:47:15'),(98424,35719,'action created','2021-02-14 08:47:15','2021-02-14 00:47:15'),(98425,35719,'action started via WP Cron','2021-02-14 08:48:15','2021-02-14 00:48:15'),(98426,35719,'action complete via WP Cron','2021-02-14 08:48:15','2021-02-14 00:48:15'),(98427,35720,'action created','2021-02-14 08:48:16','2021-02-14 00:48:16'),(98428,35720,'action started via WP Cron','2021-02-14 08:49:07','2021-02-14 00:49:07'),(98429,35720,'action complete via WP Cron','2021-02-14 08:49:07','2021-02-14 00:49:07'),(98430,35721,'action created','2021-02-14 08:49:07','2021-02-14 00:49:07'),(98431,35721,'action started via WP Cron','2021-02-14 08:49:42','2021-02-14 00:49:42'),(98432,35721,'action complete via WP Cron','2021-02-14 08:49:42','2021-02-14 00:49:42'),(98433,35722,'action created','2021-02-14 08:49:42','2021-02-14 00:49:42'),(98434,35722,'action started via WP Cron','2021-02-14 08:50:52','2021-02-14 00:50:52'),(98435,35722,'action complete via WP Cron','2021-02-14 08:50:52','2021-02-14 00:50:52'),(98436,35723,'action created','2021-02-14 08:50:52','2021-02-14 00:50:52'),(98437,35723,'action started via WP Cron','2021-02-14 08:51:43','2021-02-14 00:51:43'),(98438,35723,'action complete via WP Cron','2021-02-14 08:51:43','2021-02-14 00:51:43'),(98439,35724,'action created','2021-02-14 08:51:43','2021-02-14 00:51:43'),(98440,35724,'action started via WP Cron','2021-02-14 08:52:43','2021-02-14 00:52:43'),(98441,35724,'action complete via WP Cron','2021-02-14 08:52:43','2021-02-14 00:52:43'),(98442,35725,'action created','2021-02-14 08:52:43','2021-02-14 00:52:43'),(98443,35725,'action started via WP Cron','2021-02-14 08:53:55','2021-02-14 00:53:55'),(98444,35725,'action complete via WP Cron','2021-02-14 08:53:55','2021-02-14 00:53:55'),(98445,35726,'action created','2021-02-14 08:53:55','2021-02-14 00:53:55'),(98446,35726,'action started via WP Cron','2021-02-14 08:55:08','2021-02-14 00:55:08'),(98447,35726,'action complete via WP Cron','2021-02-14 08:55:08','2021-02-14 00:55:08'),(98448,35727,'action created','2021-02-14 08:55:08','2021-02-14 00:55:08'),(98449,35727,'action started via WP Cron','2021-02-14 09:02:58','2021-02-14 01:02:58'),(98450,35727,'action complete via WP Cron','2021-02-14 09:02:58','2021-02-14 01:02:58'),(98451,35728,'action created','2021-02-14 09:02:58','2021-02-14 01:02:58'),(98452,35728,'action started via WP Cron','2021-02-14 09:03:46','2021-02-14 01:03:46'),(98453,35728,'action complete via WP Cron','2021-02-14 09:03:46','2021-02-14 01:03:46'),(98454,35729,'action created','2021-02-14 09:03:46','2021-02-14 01:03:46'),(98455,35729,'action started via WP Cron','2021-02-14 09:08:57','2021-02-14 01:08:57'),(98456,35729,'action complete via WP Cron','2021-02-14 09:08:57','2021-02-14 01:08:57'),(98457,35730,'action created','2021-02-14 09:08:57','2021-02-14 01:08:57'),(98458,35730,'action started via WP Cron','2021-02-14 09:12:12','2021-02-14 01:12:12'),(98459,35730,'action complete via WP Cron','2021-02-14 09:12:12','2021-02-14 01:12:12'),(98460,35731,'action created','2021-02-14 09:12:12','2021-02-14 01:12:12'),(98461,35731,'action started via WP Cron','2021-02-14 09:12:51','2021-02-14 01:12:51'),(98462,35731,'action complete via WP Cron','2021-02-14 09:12:51','2021-02-14 01:12:51'),(98463,35732,'action created','2021-02-14 09:12:51','2021-02-14 01:12:51'),(98464,35732,'action started via WP Cron','2021-02-14 09:13:44','2021-02-14 01:13:44'),(98465,35732,'action complete via WP Cron','2021-02-14 09:13:44','2021-02-14 01:13:44'),(98466,35733,'action created','2021-02-14 09:13:44','2021-02-14 01:13:44'),(98467,35733,'action started via WP Cron','2021-02-14 09:14:42','2021-02-14 01:14:42'),(98468,35733,'action complete via WP Cron','2021-02-14 09:14:42','2021-02-14 01:14:42'),(98469,35734,'action created','2021-02-14 09:14:42','2021-02-14 01:14:42'),(98470,35734,'action started via WP Cron','2021-02-14 09:20:41','2021-02-14 01:20:41'),(98471,35734,'action complete via WP Cron','2021-02-14 09:20:41','2021-02-14 01:20:41'),(98472,35735,'action created','2021-02-14 09:20:41','2021-02-14 01:20:41'),(98473,35735,'action started via WP Cron','2021-02-14 09:25:33','2021-02-14 01:25:33'),(98474,35735,'action complete via WP Cron','2021-02-14 09:25:33','2021-02-14 01:25:33'),(98475,35736,'action created','2021-02-14 09:25:33','2021-02-14 01:25:33'),(98476,35736,'action started via WP Cron','2021-02-14 09:26:47','2021-02-14 01:26:47'),(98477,35736,'action complete via WP Cron','2021-02-14 09:26:47','2021-02-14 01:26:47'),(98478,35737,'action created','2021-02-14 09:26:47','2021-02-14 01:26:47'),(98479,35737,'action started via WP Cron','2021-02-14 09:28:19','2021-02-14 01:28:19'),(98480,35737,'action complete via WP Cron','2021-02-14 09:28:19','2021-02-14 01:28:19'),(98481,35738,'action created','2021-02-14 09:29:32','2021-02-14 01:29:32'),(98482,35738,'action started via WP Cron','2021-02-14 09:30:18','2021-02-14 01:30:18'),(98483,35738,'action complete via WP Cron','2021-02-14 09:30:18','2021-02-14 01:30:18'),(98484,35739,'action created','2021-02-14 09:30:33','2021-02-14 01:30:33'),(98485,35739,'action started via WP Cron','2021-02-14 09:31:03','2021-02-14 01:31:03'),(98486,35739,'action complete via WP Cron','2021-02-14 09:31:03','2021-02-14 01:31:03'),(98487,35740,'action created','2021-02-14 09:31:34','2021-02-14 01:31:34'),(98488,35740,'action started via WP Cron','2021-02-14 09:32:27','2021-02-14 01:32:27'),(98489,35740,'action complete via WP Cron','2021-02-14 09:32:27','2021-02-14 01:32:27'),(98490,35741,'action created','2021-02-14 09:33:36','2021-02-14 01:33:36'),(98491,35741,'action started via WP Cron','2021-02-14 09:34:20','2021-02-14 01:34:20'),(98492,35741,'action complete via WP Cron','2021-02-14 09:34:20','2021-02-14 01:34:20'),(98493,35742,'action created','2021-02-14 09:34:37','2021-02-14 01:34:37'),(98494,35742,'action started via WP Cron','2021-02-14 09:35:03','2021-02-14 01:35:03'),(98495,35742,'action complete via WP Cron','2021-02-14 09:35:03','2021-02-14 01:35:03'),(98496,35743,'action created','2021-02-14 09:35:35','2021-02-14 01:35:35'),(98497,35743,'action started via WP Cron','2021-02-14 09:36:09','2021-02-14 01:36:09'),(98498,35743,'action complete via WP Cron','2021-02-14 09:36:09','2021-02-14 01:36:09'),(98499,35744,'action created','2021-02-14 09:36:26','2021-02-14 01:36:26'),(98500,35744,'action started via WP Cron','2021-02-14 09:36:55','2021-02-14 01:36:55'),(98501,35744,'action complete via WP Cron','2021-02-14 09:36:55','2021-02-14 01:36:55'),(98502,35745,'action created','2021-02-14 09:36:55','2021-02-14 01:36:55'),(98503,35745,'action started via WP Cron','2021-02-14 09:37:47','2021-02-14 01:37:47'),(98504,35745,'action complete via WP Cron','2021-02-14 09:37:47','2021-02-14 01:37:47'),(98505,35746,'action created','2021-02-14 09:37:47','2021-02-14 01:37:47'),(98506,35746,'action started via WP Cron','2021-02-14 09:39:16','2021-02-14 01:39:16'),(98507,35746,'action complete via WP Cron','2021-02-14 09:39:16','2021-02-14 01:39:16'),(98508,35747,'action created','2021-02-14 09:39:34','2021-02-14 01:39:34'),(98509,35747,'action started via WP Cron','2021-02-14 09:40:00','2021-02-14 01:40:00'),(98510,35747,'action complete via WP Cron','2021-02-14 09:40:00','2021-02-14 01:40:00'),(98511,35748,'action created','2021-02-14 09:40:00','2021-02-14 01:40:00'),(98512,35748,'action started via WP Cron','2021-02-14 09:40:46','2021-02-14 01:40:46'),(98513,35748,'action complete via WP Cron','2021-02-14 09:40:46','2021-02-14 01:40:46'),(98514,35749,'action created','2021-02-14 09:40:46','2021-02-14 01:40:46'),(98515,35749,'action started via WP Cron','2021-02-14 09:42:00','2021-02-14 01:42:00'),(98516,35749,'action complete via WP Cron','2021-02-14 09:42:00','2021-02-14 01:42:00'),(98517,35750,'action created','2021-02-14 09:42:00','2021-02-14 01:42:00'),(98518,35750,'action started via WP Cron','2021-02-14 09:42:43','2021-02-14 01:42:43'),(98519,35750,'action complete via WP Cron','2021-02-14 09:42:43','2021-02-14 01:42:43'),(98520,35751,'action created','2021-02-14 09:42:43','2021-02-14 01:42:43'),(98521,35751,'action started via WP Cron','2021-02-14 09:43:48','2021-02-14 01:43:48'),(98522,35751,'action complete via WP Cron','2021-02-14 09:43:48','2021-02-14 01:43:48'),(98523,35752,'action created','2021-02-14 09:43:48','2021-02-14 01:43:48'),(98524,35752,'action started via WP Cron','2021-02-14 09:45:00','2021-02-14 01:45:00'),(98525,35752,'action complete via WP Cron','2021-02-14 09:45:00','2021-02-14 01:45:00'),(98526,35753,'action created','2021-02-14 09:45:00','2021-02-14 01:45:00'),(98527,35753,'action started via WP Cron','2021-02-14 09:45:49','2021-02-14 01:45:49'),(98528,35753,'action complete via WP Cron','2021-02-14 09:45:49','2021-02-14 01:45:49'),(98529,35754,'action created','2021-02-14 09:45:49','2021-02-14 01:45:49'),(98530,35754,'action started via WP Cron','2021-02-14 09:46:57','2021-02-14 01:46:57'),(98531,35754,'action complete via WP Cron','2021-02-14 09:46:57','2021-02-14 01:46:57'),(98532,35755,'action created','2021-02-14 09:46:57','2021-02-14 01:46:57'),(98533,35755,'action started via WP Cron','2021-02-14 09:47:42','2021-02-14 01:47:42'),(98534,35755,'action complete via WP Cron','2021-02-14 09:47:42','2021-02-14 01:47:42'),(98535,35756,'action created','2021-02-14 09:47:42','2021-02-14 01:47:42'),(98536,35756,'action started via WP Cron','2021-02-14 09:48:53','2021-02-14 01:48:53'),(98537,35756,'action complete via WP Cron','2021-02-14 09:48:53','2021-02-14 01:48:53'),(98538,35757,'action created','2021-02-14 09:48:53','2021-02-14 01:48:53'),(98539,35757,'action started via WP Cron','2021-02-14 09:50:36','2021-02-14 01:50:36'),(98540,35757,'action complete via WP Cron','2021-02-14 09:50:36','2021-02-14 01:50:36'),(98541,35758,'action created','2021-02-14 09:50:36','2021-02-14 01:50:36'),(98542,35758,'action started via WP Cron','2021-02-14 09:51:59','2021-02-14 01:51:59'),(98543,35758,'action complete via WP Cron','2021-02-14 09:51:59','2021-02-14 01:51:59'),(98544,35759,'action created','2021-02-14 09:51:59','2021-02-14 01:51:59'),(98545,35759,'action started via WP Cron','2021-02-14 09:52:57','2021-02-14 01:52:57'),(98546,35759,'action complete via WP Cron','2021-02-14 09:52:57','2021-02-14 01:52:57'),(98547,35760,'action created','2021-02-14 09:52:57','2021-02-14 01:52:57'),(98548,35760,'action started via WP Cron','2021-02-14 09:53:43','2021-02-14 01:53:43'),(98549,35760,'action complete via WP Cron','2021-02-14 09:53:43','2021-02-14 01:53:43'),(98550,35761,'action created','2021-02-14 09:53:48','2021-02-14 01:53:48'),(98551,35761,'action started via WP Cron','2021-02-14 09:54:50','2021-02-14 01:54:50'),(98552,35761,'action complete via WP Cron','2021-02-14 09:54:50','2021-02-14 01:54:50'),(98553,35762,'action created','2021-02-14 09:54:50','2021-02-14 01:54:50'),(98554,35762,'action started via WP Cron','2021-02-14 09:55:43','2021-02-14 01:55:43'),(98555,35762,'action complete via WP Cron','2021-02-14 09:55:43','2021-02-14 01:55:43'),(98556,35763,'action created','2021-02-14 09:55:43','2021-02-14 01:55:43'),(98557,35763,'action started via WP Cron','2021-02-14 09:56:43','2021-02-14 01:56:43'),(98558,35763,'action complete via WP Cron','2021-02-14 09:56:43','2021-02-14 01:56:43'),(98559,35764,'action created','2021-02-14 09:56:44','2021-02-14 01:56:44'),(98560,35764,'action started via WP Cron','2021-02-14 09:57:45','2021-02-14 01:57:45'),(98561,35764,'action complete via WP Cron','2021-02-14 09:57:45','2021-02-14 01:57:45'),(98562,35765,'action created','2021-02-14 09:57:46','2021-02-14 01:57:46'),(98563,35765,'action started via WP Cron','2021-02-14 09:58:51','2021-02-14 01:58:51'),(98564,35765,'action complete via WP Cron','2021-02-14 09:58:51','2021-02-14 01:58:51'),(98565,35766,'action created','2021-02-14 09:58:51','2021-02-14 01:58:51'),(98566,35766,'action started via WP Cron','2021-02-14 09:59:52','2021-02-14 01:59:52'),(98567,35766,'action complete via WP Cron','2021-02-14 09:59:52','2021-02-14 01:59:52'),(98568,35767,'action created','2021-02-14 10:00:06','2021-02-14 02:00:06'),(98569,35767,'action started via WP Cron','2021-02-14 10:00:45','2021-02-14 02:00:45'),(98570,35767,'action complete via WP Cron','2021-02-14 10:00:45','2021-02-14 02:00:45'),(98571,35768,'action created','2021-02-14 10:00:45','2021-02-14 02:00:45'),(98572,35768,'action started via WP Cron','2021-02-14 10:01:42','2021-02-14 02:01:42'),(98573,35768,'action complete via WP Cron','2021-02-14 10:01:42','2021-02-14 02:01:42'),(98574,35769,'action created','2021-02-14 10:01:42','2021-02-14 02:01:42'),(98575,35769,'action started via WP Cron','2021-02-14 10:02:45','2021-02-14 02:02:45'),(98576,35769,'action complete via WP Cron','2021-02-14 10:02:45','2021-02-14 02:02:45'),(98577,35770,'action created','2021-02-14 10:02:45','2021-02-14 02:02:45'),(98578,35770,'action started via WP Cron','2021-02-14 10:03:41','2021-02-14 02:03:41'),(98579,35770,'action complete via WP Cron','2021-02-14 10:03:41','2021-02-14 02:03:41'),(98580,35771,'action created','2021-02-14 10:03:41','2021-02-14 02:03:41'),(98581,35771,'action started via WP Cron','2021-02-14 10:04:52','2021-02-14 02:04:52'),(98582,35771,'action complete via WP Cron','2021-02-14 10:04:52','2021-02-14 02:04:52'),(98583,35772,'action created','2021-02-14 10:05:01','2021-02-14 02:05:01'),(98584,35772,'action started via WP Cron','2021-02-14 10:05:54','2021-02-14 02:05:54'),(98585,35772,'action complete via WP Cron','2021-02-14 10:05:54','2021-02-14 02:05:54'),(98586,35773,'action created','2021-02-14 10:05:55','2021-02-14 02:05:55'),(98587,35773,'action started via WP Cron','2021-02-14 10:06:44','2021-02-14 02:06:44'),(98588,35773,'action complete via WP Cron','2021-02-14 10:06:44','2021-02-14 02:06:44'),(98589,35774,'action created','2021-02-14 10:06:58','2021-02-14 02:06:58'),(98590,35774,'action started via WP Cron','2021-02-14 10:07:53','2021-02-14 02:07:53'),(98591,35774,'action complete via WP Cron','2021-02-14 10:07:53','2021-02-14 02:07:53'),(98595,35776,'action created','2021-02-14 10:07:53','2021-02-14 02:07:53'),(98596,35776,'action started via WP Cron','2021-02-14 10:08:42','2021-02-14 02:08:42'),(98597,35776,'action complete via WP Cron','2021-02-14 10:08:42','2021-02-14 02:08:42'),(98598,35777,'action created','2021-02-14 10:08:54','2021-02-14 02:08:54'),(98599,35777,'action started via WP Cron','2021-02-14 10:10:00','2021-02-14 02:10:00'),(98600,35777,'action complete via WP Cron','2021-02-14 10:10:00','2021-02-14 02:10:00'),(98601,35778,'action created','2021-02-14 10:10:00','2021-02-14 02:10:00'),(98602,35778,'action started via WP Cron','2021-02-14 10:10:47','2021-02-14 02:10:47'),(98603,35778,'action complete via WP Cron','2021-02-14 10:10:47','2021-02-14 02:10:47'),(98604,35779,'action created','2021-02-14 10:10:47','2021-02-14 02:10:47'),(98605,35779,'action started via WP Cron','2021-02-14 10:11:42','2021-02-14 02:11:42'),(98606,35779,'action complete via WP Cron','2021-02-14 10:11:42','2021-02-14 02:11:42'),(98607,35780,'action created','2021-02-14 10:11:42','2021-02-14 02:11:42'),(98608,35780,'action started via WP Cron','2021-02-14 10:12:52','2021-02-14 02:12:52'),(98609,35780,'action complete via WP Cron','2021-02-14 10:12:52','2021-02-14 02:12:52'),(98610,35781,'action created','2021-02-14 10:12:55','2021-02-14 02:12:55'),(98611,35781,'action started via WP Cron','2021-02-14 10:14:05','2021-02-14 02:14:05'),(98612,35781,'action complete via WP Cron','2021-02-14 10:14:05','2021-02-14 02:14:05'),(98613,35782,'action created','2021-02-14 10:35:33','2021-02-14 02:35:33'),(98614,35782,'action started via WP Cron','2021-02-14 10:36:16','2021-02-14 02:36:16'),(98615,35782,'action complete via WP Cron','2021-02-14 10:36:16','2021-02-14 02:36:16'),(98616,35783,'action created','2021-02-14 10:36:37','2021-02-14 02:36:37'),(98617,35783,'action started via WP Cron','2021-02-14 10:37:02','2021-02-14 02:37:02'),(98618,35783,'action complete via WP Cron','2021-02-14 10:37:02','2021-02-14 02:37:02'),(98619,35784,'action created','2021-02-14 10:37:38','2021-02-14 02:37:38'),(98620,35784,'action started via WP Cron','2021-02-14 10:38:51','2021-02-14 02:38:51'),(98621,35784,'action complete via WP Cron','2021-02-14 10:38:51','2021-02-14 02:38:51'),(98622,35785,'action created','2021-02-14 10:38:51','2021-02-14 02:38:51'),(98623,35785,'action started via WP Cron','2021-02-14 10:39:41','2021-02-14 02:39:41'),(98624,35785,'action complete via WP Cron','2021-02-14 10:39:41','2021-02-14 02:39:41'),(98625,35786,'action created','2021-02-14 10:39:41','2021-02-14 02:39:41'),(98626,35786,'action started via WP Cron','2021-02-14 10:40:42','2021-02-14 02:40:42'),(98627,35786,'action complete via WP Cron','2021-02-14 10:40:42','2021-02-14 02:40:42'),(98628,35787,'action created','2021-02-14 10:42:33','2021-02-14 02:42:33'),(98629,35787,'action started via WP Cron','2021-02-14 10:42:48','2021-02-14 02:42:48'),(98630,35787,'action complete via WP Cron','2021-02-14 10:42:48','2021-02-14 02:42:48'),(98631,35788,'action created','2021-02-14 10:42:48','2021-02-14 02:42:48'),(98632,35788,'action started via WP Cron','2021-02-14 10:44:39','2021-02-14 02:44:39'),(98633,35788,'action complete via WP Cron','2021-02-14 10:44:39','2021-02-14 02:44:39'),(98634,35789,'action created','2021-02-14 10:44:40','2021-02-14 02:44:40'),(98635,35789,'action started via WP Cron','2021-02-14 10:46:20','2021-02-14 02:46:20'),(98636,35789,'action complete via WP Cron','2021-02-14 10:46:20','2021-02-14 02:46:20'),(98637,35790,'action created','2021-02-14 10:46:20','2021-02-14 02:46:20'),(98638,35790,'action started via WP Cron','2021-02-14 10:47:03','2021-02-14 02:47:03'),(98639,35790,'action complete via WP Cron','2021-02-14 10:47:03','2021-02-14 02:47:03'),(98640,35791,'action created','2021-02-14 10:48:32','2021-02-14 02:48:32'),(98641,35791,'action started via WP Cron','2021-02-14 10:50:02','2021-02-14 02:50:02'),(98642,35791,'action complete via WP Cron','2021-02-14 10:50:02','2021-02-14 02:50:02'),(98643,35792,'action created','2021-02-14 10:56:27','2021-02-14 02:56:27'),(98644,35792,'action started via WP Cron','2021-02-14 10:56:54','2021-02-14 02:56:54'),(98645,35792,'action complete via WP Cron','2021-02-14 10:56:54','2021-02-14 02:56:54'),(98646,35793,'action created','2021-02-14 10:56:54','2021-02-14 02:56:54'),(98647,35793,'action started via WP Cron','2021-02-14 10:57:42','2021-02-14 02:57:42'),(98648,35793,'action complete via WP Cron','2021-02-14 10:57:42','2021-02-14 02:57:42'),(98649,35794,'action created','2021-02-14 10:57:42','2021-02-14 02:57:42'),(98650,35794,'action started via WP Cron','2021-02-14 10:58:47','2021-02-14 02:58:47'),(98651,35794,'action complete via WP Cron','2021-02-14 10:58:47','2021-02-14 02:58:47'),(98652,35795,'action created','2021-02-14 10:58:52','2021-02-14 02:58:52'),(98653,35795,'action started via WP Cron','2021-02-14 10:59:48','2021-02-14 02:59:48'),(98654,35795,'action complete via WP Cron','2021-02-14 10:59:48','2021-02-14 02:59:48'),(98655,35796,'action created','2021-02-14 10:59:53','2021-02-14 02:59:53'),(98656,35796,'action started via WP Cron','2021-02-14 11:00:49','2021-02-14 03:00:49'),(98657,35796,'action complete via WP Cron','2021-02-14 11:00:49','2021-02-14 03:00:49'),(98658,35797,'action created','2021-02-14 11:00:54','2021-02-14 03:00:54'),(98659,35797,'action started via WP Cron','2021-02-14 11:01:56','2021-02-14 03:01:56'),(98660,35797,'action complete via WP Cron','2021-02-14 11:01:56','2021-02-14 03:01:56'),(98661,35798,'action created','2021-02-14 11:01:56','2021-02-14 03:01:56'),(98662,35798,'action started via WP Cron','2021-02-14 11:02:57','2021-02-14 03:02:57'),(98663,35798,'action complete via WP Cron','2021-02-14 11:02:57','2021-02-14 03:02:57'),(98664,35799,'action created','2021-02-14 11:02:57','2021-02-14 03:02:57'),(98665,35799,'action started via WP Cron','2021-02-14 11:04:44','2021-02-14 03:04:44'),(98666,35799,'action complete via WP Cron','2021-02-14 11:04:44','2021-02-14 03:04:44'),(98667,35800,'action created','2021-02-14 11:06:03','2021-02-14 03:06:03'),(98668,35800,'action started via WP Cron','2021-02-14 11:07:17','2021-02-14 03:07:17'),(98669,35800,'action complete via WP Cron','2021-02-14 11:07:17','2021-02-14 03:07:17'),(98670,35801,'action created','2021-02-14 11:10:31','2021-02-14 03:10:31'),(98671,35801,'action started via WP Cron','2021-02-14 11:11:41','2021-02-14 03:11:41'),(98672,35801,'action complete via WP Cron','2021-02-14 11:11:41','2021-02-14 03:11:41'),(98673,35802,'action created','2021-02-14 11:12:04','2021-02-14 03:12:04'),(98674,35802,'action started via WP Cron','2021-02-14 11:13:39','2021-02-14 03:13:39'),(98675,35802,'action complete via WP Cron','2021-02-14 11:13:39','2021-02-14 03:13:39'),(98676,35803,'action created','2021-02-14 11:23:17','2021-02-14 03:23:17'),(98677,35803,'action started via WP Cron','2021-02-14 11:24:12','2021-02-14 03:24:12'),(98678,35803,'action complete via WP Cron','2021-02-14 11:24:12','2021-02-14 03:24:12'),(98679,35804,'action created','2021-02-14 11:26:50','2021-02-14 03:26:50'),(98680,35804,'action started via WP Cron','2021-02-14 11:28:58','2021-02-14 03:28:58'),(98681,35804,'action complete via WP Cron','2021-02-14 11:28:58','2021-02-14 03:28:58'),(98682,35805,'action created','2021-02-14 11:54:00','2021-02-14 03:54:00'),(98683,35805,'action started via WP Cron','2021-02-14 11:56:02','2021-02-14 03:56:02'),(98684,35805,'action complete via WP Cron','2021-02-14 11:56:02','2021-02-14 03:56:02'),(98685,35806,'action created','2021-02-14 11:56:20','2021-02-14 03:56:20'),(98686,35806,'action started via WP Cron','2021-02-14 11:57:11','2021-02-14 03:57:11'),(98687,35806,'action complete via WP Cron','2021-02-14 11:57:11','2021-02-14 03:57:11'),(98688,35807,'action created','2021-02-14 11:57:11','2021-02-14 03:57:11'),(98689,35807,'action started via WP Cron','2021-02-14 11:58:41','2021-02-14 03:58:41'),(98690,35807,'action complete via WP Cron','2021-02-14 11:58:41','2021-02-14 03:58:41'),(98691,35808,'action created','2021-02-14 11:58:42','2021-02-14 03:58:42'),(98692,35808,'action started via WP Cron','2021-02-14 11:59:57','2021-02-14 03:59:57'),(98693,35808,'action complete via WP Cron','2021-02-14 11:59:57','2021-02-14 03:59:57'),(98694,35809,'action created','2021-02-14 11:59:57','2021-02-14 03:59:57'),(98695,35809,'action started via WP Cron','2021-02-14 12:00:48','2021-02-14 04:00:48'),(98696,35809,'action complete via WP Cron','2021-02-14 12:00:48','2021-02-14 04:00:48'),(98697,35810,'action created','2021-02-14 12:00:48','2021-02-14 04:00:48'),(98698,35810,'action started via WP Cron','2021-02-14 12:01:48','2021-02-14 04:01:48'),(98699,35810,'action complete via WP Cron','2021-02-14 12:01:48','2021-02-14 04:01:48'),(98700,35811,'action created','2021-02-14 12:01:48','2021-02-14 04:01:48'),(98701,35811,'action started via WP Cron','2021-02-14 12:02:49','2021-02-14 04:02:49'),(98702,35811,'action complete via WP Cron','2021-02-14 12:02:49','2021-02-14 04:02:49'),(98703,35812,'action created','2021-02-14 12:02:50','2021-02-14 04:02:50'),(98704,35812,'action started via WP Cron','2021-02-14 12:03:50','2021-02-14 04:03:50'),(98705,35812,'action complete via WP Cron','2021-02-14 12:03:50','2021-02-14 04:03:50'),(98706,35813,'action created','2021-02-14 12:03:50','2021-02-14 04:03:50'),(98707,35813,'action started via WP Cron','2021-02-14 12:05:18','2021-02-14 04:05:18'),(98708,35813,'action complete via WP Cron','2021-02-14 12:05:18','2021-02-14 04:05:18'),(98709,35814,'action created','2021-02-14 12:07:03','2021-02-14 04:07:03'),(98710,35814,'action started via WP Cron','2021-02-14 12:08:20','2021-02-14 04:08:20'),(98711,35814,'action complete via WP Cron','2021-02-14 12:08:20','2021-02-14 04:08:20'),(98712,35815,'action created','2021-02-14 12:08:26','2021-02-14 04:08:26'),(98713,35815,'action started via WP Cron','2021-02-14 12:09:01','2021-02-14 04:09:01'),(98714,35815,'action complete via WP Cron','2021-02-14 12:09:01','2021-02-14 04:09:01'),(98715,35816,'action created','2021-02-14 12:09:26','2021-02-14 04:09:26'),(98716,35816,'action started via WP Cron','2021-02-14 12:09:59','2021-02-14 04:09:59'),(98717,35816,'action complete via WP Cron','2021-02-14 12:09:59','2021-02-14 04:09:59'),(98718,35817,'action created','2021-02-14 12:10:27','2021-02-14 04:10:27'),(98719,35817,'action started via WP Cron','2021-02-14 12:10:42','2021-02-14 04:10:42'),(98720,35817,'action complete via WP Cron','2021-02-14 12:10:42','2021-02-14 04:10:42'),(98721,35818,'action created','2021-02-14 12:12:29','2021-02-14 04:12:29'),(98722,35818,'action started via WP Cron','2021-02-14 12:13:01','2021-02-14 04:13:01'),(98723,35818,'action complete via WP Cron','2021-02-14 12:13:01','2021-02-14 04:13:01'),(98724,35819,'action created','2021-02-14 12:13:16','2021-02-14 04:13:16'),(98725,35819,'action started via WP Cron','2021-02-14 12:14:32','2021-02-14 04:14:32'),(98726,35819,'action complete via WP Cron','2021-02-14 12:14:32','2021-02-14 04:14:32'),(98727,35820,'action created','2021-02-14 12:14:32','2021-02-14 04:14:32'),(98728,35820,'action started via WP Cron','2021-02-14 12:15:15','2021-02-14 04:15:15'),(98729,35820,'action complete via WP Cron','2021-02-14 12:15:15','2021-02-14 04:15:15'),(98730,35821,'action created','2021-02-14 12:36:28','2021-02-14 04:36:28'),(98731,35821,'action started via WP Cron','2021-02-14 12:36:44','2021-02-14 04:36:44'),(98732,35821,'action complete via WP Cron','2021-02-14 12:36:44','2021-02-14 04:36:44'),(98733,35822,'action created','2021-02-14 12:40:01','2021-02-14 04:40:01'),(98734,35822,'action started via WP Cron','2021-02-14 12:42:08','2021-02-14 04:42:08'),(98735,35822,'action complete via WP Cron','2021-02-14 12:42:08','2021-02-14 04:42:08'),(98736,35823,'action created','2021-02-14 12:43:34','2021-02-14 04:43:34'),(98737,35823,'action started via WP Cron','2021-02-14 12:44:28','2021-02-14 04:44:28'),(98738,35823,'action complete via WP Cron','2021-02-14 12:44:28','2021-02-14 04:44:28'),(98739,35824,'action created','2021-02-14 12:46:34','2021-02-14 04:46:34'),(98740,35824,'action started via WP Cron','2021-02-14 12:47:13','2021-02-14 04:47:13'),(98741,35824,'action complete via WP Cron','2021-02-14 12:47:13','2021-02-14 04:47:13'),(98742,35825,'action created','2021-02-14 12:47:13','2021-02-14 04:47:13'),(98743,35825,'action started via WP Cron','2021-02-14 12:48:59','2021-02-14 04:48:59'),(98744,35825,'action complete via WP Cron','2021-02-14 12:48:59','2021-02-14 04:48:59'),(98745,35826,'action created','2021-02-14 12:49:00','2021-02-14 04:49:00'),(98746,35826,'action started via WP Cron','2021-02-14 12:52:41','2021-02-14 04:52:41'),(98747,35826,'action complete via WP Cron','2021-02-14 12:52:41','2021-02-14 04:52:41'),(98748,35827,'action created','2021-02-14 12:52:42','2021-02-14 04:52:42'),(98749,35827,'action started via WP Cron','2021-02-14 12:54:52','2021-02-14 04:54:52'),(98750,35827,'action complete via WP Cron','2021-02-14 12:54:52','2021-02-14 04:54:52'),(98751,35828,'action created','2021-02-14 12:55:13','2021-02-14 04:55:13'),(98752,35828,'action started via WP Cron','2021-02-14 12:56:06','2021-02-14 04:56:06'),(98753,35828,'action complete via WP Cron','2021-02-14 12:56:06','2021-02-14 04:56:06'),(98754,35829,'action created','2021-02-14 12:56:17','2021-02-14 04:56:17'),(98755,35829,'action started via WP Cron','2021-02-14 12:56:48','2021-02-14 04:56:48'),(98756,35829,'action complete via WP Cron','2021-02-14 12:56:48','2021-02-14 04:56:48'),(98757,35830,'action created','2021-02-14 12:57:32','2021-02-14 04:57:32'),(98758,35830,'action started via WP Cron','2021-02-14 12:58:00','2021-02-14 04:58:00'),(98759,35830,'action complete via WP Cron','2021-02-14 12:58:00','2021-02-14 04:58:00'),(98760,35831,'action created','2021-02-14 12:58:41','2021-02-14 04:58:41'),(98761,35831,'action started via WP Cron','2021-02-14 12:59:46','2021-02-14 04:59:46'),(98762,35831,'action complete via WP Cron','2021-02-14 12:59:46','2021-02-14 04:59:46'),(98763,35832,'action created','2021-02-14 12:59:46','2021-02-14 04:59:46'),(98764,35832,'action started via WP Cron','2021-02-14 13:00:53','2021-02-14 05:00:53'),(98765,35832,'action complete via WP Cron','2021-02-14 13:00:53','2021-02-14 05:00:53'),(98766,35833,'action created','2021-02-14 13:00:53','2021-02-14 05:00:53'),(98767,35833,'action started via WP Cron','2021-02-14 13:01:42','2021-02-14 05:01:42'),(98768,35833,'action complete via WP Cron','2021-02-14 13:01:42','2021-02-14 05:01:42'),(98769,35834,'action created','2021-02-14 13:01:42','2021-02-14 05:01:42'),(98770,35834,'action started via WP Cron','2021-02-14 13:02:59','2021-02-14 05:02:59'),(98771,35834,'action complete via WP Cron','2021-02-14 13:02:59','2021-02-14 05:02:59'),(98772,35835,'action created','2021-02-14 13:02:59','2021-02-14 05:02:59'),(98773,35835,'action started via WP Cron','2021-02-14 13:03:57','2021-02-14 05:03:57'),(98774,35835,'action complete via WP Cron','2021-02-14 13:03:57','2021-02-14 05:03:57'),(98775,35836,'action created','2021-02-14 13:03:57','2021-02-14 05:03:57'),(98776,35836,'action started via WP Cron','2021-02-14 13:04:58','2021-02-14 05:04:58'),(98777,35836,'action complete via WP Cron','2021-02-14 13:04:58','2021-02-14 05:04:58'),(98778,35837,'action created','2021-02-14 13:04:58','2021-02-14 05:04:58'),(98779,35837,'action started via WP Cron','2021-02-14 13:06:01','2021-02-14 05:06:01'),(98780,35837,'action complete via WP Cron','2021-02-14 13:06:01','2021-02-14 05:06:01'),(98781,35838,'action created','2021-02-14 13:06:01','2021-02-14 05:06:01'),(98782,35838,'action started via WP Cron','2021-02-14 13:06:45','2021-02-14 05:06:45'),(98783,35838,'action complete via WP Cron','2021-02-14 13:06:45','2021-02-14 05:06:45'),(98784,35839,'action created','2021-02-14 13:06:45','2021-02-14 05:06:45'),(98785,35839,'action started via WP Cron','2021-02-14 13:07:54','2021-02-14 05:07:54'),(98786,35839,'action complete via WP Cron','2021-02-14 13:07:54','2021-02-14 05:07:54'),(98787,35840,'action created','2021-02-14 13:07:54','2021-02-14 05:07:54'),(98788,35840,'action started via WP Cron','2021-02-14 13:08:50','2021-02-14 05:08:50'),(98789,35840,'action complete via WP Cron','2021-02-14 13:08:50','2021-02-14 05:08:50'),(98790,35841,'action created','2021-02-14 13:09:17','2021-02-14 05:09:17'),(98791,35841,'action started via WP Cron','2021-02-14 13:09:40','2021-02-14 05:09:40'),(98792,35841,'action complete via WP Cron','2021-02-14 13:09:40','2021-02-14 05:09:40'),(98793,35842,'action created','2021-02-14 13:09:40','2021-02-14 05:09:40'),(98794,35842,'action started via WP Cron','2021-02-14 13:10:44','2021-02-14 05:10:44'),(98795,35842,'action complete via WP Cron','2021-02-14 13:10:44','2021-02-14 05:10:44'),(98796,35843,'action created','2021-02-14 13:10:45','2021-02-14 05:10:45'),(98797,35843,'action started via WP Cron','2021-02-14 13:11:48','2021-02-14 05:11:48'),(98798,35843,'action complete via WP Cron','2021-02-14 13:11:48','2021-02-14 05:11:48'),(98799,35844,'action created','2021-02-14 13:11:48','2021-02-14 05:11:48'),(98800,35844,'action started via WP Cron','2021-02-14 13:12:57','2021-02-14 05:12:57'),(98801,35844,'action complete via WP Cron','2021-02-14 13:12:57','2021-02-14 05:12:57'),(98802,35845,'action created','2021-02-14 13:12:57','2021-02-14 05:12:57'),(98803,35845,'action started via WP Cron','2021-02-14 13:13:51','2021-02-14 05:13:51'),(98804,35845,'action complete via WP Cron','2021-02-14 13:13:51','2021-02-14 05:13:51'),(98805,35846,'action created','2021-02-14 13:13:51','2021-02-14 05:13:51'),(98806,35846,'action started via WP Cron','2021-02-14 13:14:41','2021-02-14 05:14:41'),(98807,35846,'action complete via WP Cron','2021-02-14 13:14:41','2021-02-14 05:14:41'),(98808,35847,'action created','2021-02-14 13:14:41','2021-02-14 05:14:41'),(98809,35847,'action started via WP Cron','2021-02-14 13:15:47','2021-02-14 05:15:47'),(98810,35847,'action complete via WP Cron','2021-02-14 13:15:47','2021-02-14 05:15:47'),(98811,35848,'action created','2021-02-14 13:15:47','2021-02-14 05:15:47'),(98812,35848,'action started via WP Cron','2021-02-14 13:16:58','2021-02-14 05:16:58'),(98813,35848,'action complete via WP Cron','2021-02-14 13:16:58','2021-02-14 05:16:58'),(98814,35849,'action created','2021-02-14 13:16:58','2021-02-14 05:16:58'),(98815,35849,'action started via WP Cron','2021-02-14 13:18:01','2021-02-14 05:18:01'),(98816,35849,'action complete via WP Cron','2021-02-14 13:18:01','2021-02-14 05:18:01'),(98817,35850,'action created','2021-02-14 13:18:01','2021-02-14 05:18:01'),(98818,35850,'action started via WP Cron','2021-02-14 13:18:45','2021-02-14 05:18:45'),(98819,35850,'action complete via WP Cron','2021-02-14 13:18:45','2021-02-14 05:18:45'),(98820,35851,'action created','2021-02-14 13:18:45','2021-02-14 05:18:45'),(98821,35851,'action started via WP Cron','2021-02-14 13:19:54','2021-02-14 05:19:54'),(98822,35851,'action complete via WP Cron','2021-02-14 13:19:54','2021-02-14 05:19:54'),(98823,35852,'action created','2021-02-14 13:19:55','2021-02-14 05:19:55'),(98824,35852,'action started via WP Cron','2021-02-14 13:20:42','2021-02-14 05:20:42'),(98825,35852,'action complete via WP Cron','2021-02-14 13:20:42','2021-02-14 05:20:42'),(98826,35853,'action created','2021-02-14 13:20:42','2021-02-14 05:20:42'),(98827,35853,'action started via WP Cron','2021-02-14 13:21:44','2021-02-14 05:21:44'),(98828,35853,'action complete via WP Cron','2021-02-14 13:21:44','2021-02-14 05:21:44'),(98829,35854,'action created','2021-02-14 13:21:44','2021-02-14 05:21:44'),(98830,35854,'action started via WP Cron','2021-02-14 13:22:44','2021-02-14 05:22:44'),(98831,35854,'action complete via WP Cron','2021-02-14 13:22:44','2021-02-14 05:22:44'),(98832,35855,'action created','2021-02-14 13:22:44','2021-02-14 05:22:44'),(98833,35855,'action started via WP Cron','2021-02-14 13:23:42','2021-02-14 05:23:42'),(98834,35855,'action complete via WP Cron','2021-02-14 13:23:42','2021-02-14 05:23:42'),(98835,35856,'action created','2021-02-14 13:23:42','2021-02-14 05:23:42'),(98836,35856,'action started via WP Cron','2021-02-14 13:25:05','2021-02-14 05:25:05'),(98837,35856,'action complete via WP Cron','2021-02-14 13:25:05','2021-02-14 05:25:05'),(98838,35857,'action created','2021-02-14 13:25:05','2021-02-14 05:25:05'),(98839,35857,'action started via WP Cron','2021-02-14 13:25:44','2021-02-14 05:25:44'),(98840,35857,'action complete via WP Cron','2021-02-14 13:25:44','2021-02-14 05:25:44'),(98841,35858,'action created','2021-02-14 13:25:45','2021-02-14 05:25:45'),(98842,35858,'action started via WP Cron','2021-02-14 13:26:57','2021-02-14 05:26:57'),(98843,35858,'action complete via WP Cron','2021-02-14 13:26:57','2021-02-14 05:26:57'),(98844,35859,'action created','2021-02-14 13:26:57','2021-02-14 05:26:57'),(98845,35859,'action started via WP Cron','2021-02-14 13:27:43','2021-02-14 05:27:43'),(98846,35859,'action complete via WP Cron','2021-02-14 13:27:43','2021-02-14 05:27:43'),(98847,35860,'action created','2021-02-14 13:27:44','2021-02-14 05:27:44'),(98848,35860,'action started via WP Cron','2021-02-14 13:28:53','2021-02-14 05:28:53'),(98849,35860,'action complete via WP Cron','2021-02-14 13:28:53','2021-02-14 05:28:53'),(98850,35861,'action created','2021-02-14 13:28:53','2021-02-14 05:28:53'),(98851,35861,'action started via WP Cron','2021-02-14 13:29:59','2021-02-14 05:29:59'),(98852,35861,'action complete via WP Cron','2021-02-14 13:29:59','2021-02-14 05:29:59'),(98853,35862,'action created','2021-02-14 13:29:59','2021-02-14 05:29:59'),(98854,35862,'action started via WP Cron','2021-02-14 13:30:45','2021-02-14 05:30:45'),(98855,35862,'action complete via WP Cron','2021-02-14 13:30:45','2021-02-14 05:30:45'),(98856,35863,'action created','2021-02-14 13:30:46','2021-02-14 05:30:46'),(98857,35863,'action started via WP Cron','2021-02-14 13:31:54','2021-02-14 05:31:54'),(98858,35863,'action complete via WP Cron','2021-02-14 13:31:54','2021-02-14 05:31:54'),(98859,35864,'action created','2021-02-14 13:31:54','2021-02-14 05:31:54'),(98860,35864,'action started via WP Cron','2021-02-14 13:32:52','2021-02-14 05:32:52'),(98861,35864,'action complete via WP Cron','2021-02-14 13:32:52','2021-02-14 05:32:52'),(98862,35865,'action created','2021-02-14 13:32:52','2021-02-14 05:32:52'),(98863,35865,'action started via WP Cron','2021-02-14 13:33:54','2021-02-14 05:33:54'),(98864,35865,'action complete via WP Cron','2021-02-14 13:33:54','2021-02-14 05:33:54'),(98865,35866,'action created','2021-02-14 13:33:54','2021-02-14 05:33:54'),(98866,35866,'action started via WP Cron','2021-02-14 13:34:56','2021-02-14 05:34:56'),(98867,35866,'action complete via WP Cron','2021-02-14 13:34:56','2021-02-14 05:34:56'),(98868,35867,'action created','2021-02-14 13:34:56','2021-02-14 05:34:56'),(98869,35867,'action started via WP Cron','2021-02-14 13:39:31','2021-02-14 05:39:31'),(98870,35867,'action complete via WP Cron','2021-02-14 13:39:31','2021-02-14 05:39:31'),(98871,35868,'action created','2021-02-14 13:39:32','2021-02-14 05:39:32'),(98872,35868,'action started via WP Cron','2021-02-14 13:47:45','2021-02-14 05:47:45'),(98873,35868,'action complete via WP Cron','2021-02-14 13:47:45','2021-02-14 05:47:45'),(98874,35869,'action created','2021-02-14 13:47:45','2021-02-14 05:47:45'),(98875,35869,'action started via WP Cron','2021-02-14 13:55:18','2021-02-14 05:55:18'),(98876,35869,'action complete via WP Cron','2021-02-14 13:55:18','2021-02-14 05:55:18'),(98877,35870,'action created','2021-02-14 14:04:59','2021-02-14 06:04:59'),(98878,35870,'action started via WP Cron','2021-02-14 14:06:15','2021-02-14 06:06:15'),(98879,35870,'action complete via WP Cron','2021-02-14 14:06:15','2021-02-14 06:06:15'),(98880,35871,'action created','2021-02-14 14:06:16','2021-02-14 06:06:16'),(98881,35871,'action started via WP Cron','2021-02-14 14:07:19','2021-02-14 06:07:19'),(98882,35871,'action complete via WP Cron','2021-02-14 14:07:19','2021-02-14 06:07:19'),(98883,35872,'action created','2021-02-14 14:07:19','2021-02-14 06:07:19'),(98884,35872,'action started via WP Cron','2021-02-14 14:07:45','2021-02-14 06:07:45'),(98885,35872,'action complete via WP Cron','2021-02-14 14:07:45','2021-02-14 06:07:45'),(98886,35873,'action created','2021-02-14 14:07:45','2021-02-14 06:07:45'),(98887,35873,'action started via WP Cron','2021-02-14 14:08:52','2021-02-14 06:08:52'),(98888,35873,'action complete via WP Cron','2021-02-14 14:08:52','2021-02-14 06:08:52'),(98889,35874,'action created','2021-02-14 14:08:52','2021-02-14 06:08:52'),(98890,35874,'action started via WP Cron','2021-02-14 14:09:52','2021-02-14 06:09:52'),(98891,35874,'action complete via WP Cron','2021-02-14 14:09:52','2021-02-14 06:09:52'),(98892,35875,'action created','2021-02-14 14:09:53','2021-02-14 06:09:53'),(98893,35875,'action started via WP Cron','2021-02-14 14:12:53','2021-02-14 06:12:53'),(98894,35875,'action complete via WP Cron','2021-02-14 14:12:53','2021-02-14 06:12:53'),(98895,35876,'action created','2021-02-14 14:12:53','2021-02-14 06:12:53'),(98896,35876,'action started via WP Cron','2021-02-14 14:19:38','2021-02-14 06:19:38'),(98897,35876,'action complete via WP Cron','2021-02-14 14:19:38','2021-02-14 06:19:38'),(98898,35877,'action created','2021-02-14 14:19:38','2021-02-14 06:19:38'),(98899,35877,'action started via WP Cron','2021-02-14 14:20:36','2021-02-14 06:20:36'),(98900,35877,'action complete via WP Cron','2021-02-14 14:20:36','2021-02-14 06:20:36'),(98901,35878,'action created','2021-02-14 14:20:36','2021-02-14 06:20:36'),(98902,35878,'action started via WP Cron','2021-02-14 14:21:37','2021-02-14 06:21:37'),(98903,35878,'action complete via WP Cron','2021-02-14 14:21:37','2021-02-14 06:21:37'),(98904,35879,'action created','2021-02-14 14:21:37','2021-02-14 06:21:37'),(98905,35879,'action started via WP Cron','2021-02-14 14:23:39','2021-02-14 06:23:39'),(98906,35879,'action complete via WP Cron','2021-02-14 14:23:39','2021-02-14 06:23:39'),(98907,35880,'action created','2021-02-14 14:23:39','2021-02-14 06:23:39'),(98908,35880,'action started via WP Cron','2021-02-14 14:24:40','2021-02-14 06:24:40'),(98909,35880,'action complete via WP Cron','2021-02-14 14:24:40','2021-02-14 06:24:40'),(98910,35881,'action created','2021-02-14 14:24:40','2021-02-14 06:24:40'),(98911,35881,'action started via WP Cron','2021-02-14 14:25:41','2021-02-14 06:25:41'),(98912,35881,'action complete via WP Cron','2021-02-14 14:25:41','2021-02-14 06:25:41'),(98913,35882,'action created','2021-02-14 14:25:41','2021-02-14 06:25:41'),(98914,35882,'action started via WP Cron','2021-02-14 14:36:27','2021-02-14 06:36:27'),(98915,35882,'action complete via WP Cron','2021-02-14 14:36:27','2021-02-14 06:36:27'),(98916,35883,'action created','2021-02-14 14:36:27','2021-02-14 06:36:27'),(98917,35883,'action started via WP Cron','2021-02-14 14:41:20','2021-02-14 06:41:20'),(98918,35883,'action complete via WP Cron','2021-02-14 14:41:20','2021-02-14 06:41:20'),(98919,35884,'action created','2021-02-14 14:41:20','2021-02-14 06:41:20'),(98920,35884,'action started via WP Cron','2021-02-14 14:44:22','2021-02-14 06:44:22'),(98921,35884,'action complete via WP Cron','2021-02-14 14:44:22','2021-02-14 06:44:22'),(98922,35885,'action created','2021-02-14 14:44:22','2021-02-14 06:44:22'),(98923,35885,'action started via WP Cron','2021-02-14 14:47:37','2021-02-14 06:47:37'),(98924,35885,'action complete via WP Cron','2021-02-14 14:47:37','2021-02-14 06:47:37'),(98925,35886,'action created','2021-02-14 14:47:37','2021-02-14 06:47:37'),(98926,35886,'action started via WP Cron','2021-02-14 14:50:51','2021-02-14 06:50:51'),(98927,35886,'action complete via WP Cron','2021-02-14 14:50:51','2021-02-14 06:50:51'),(98928,35887,'action created','2021-02-14 14:50:51','2021-02-14 06:50:51'),(98929,35887,'action started via WP Cron','2021-02-14 14:53:37','2021-02-14 06:53:37'),(98930,35887,'action complete via WP Cron','2021-02-14 14:53:37','2021-02-14 06:53:37'),(98931,35888,'action created','2021-02-14 14:53:37','2021-02-14 06:53:37'),(98932,35888,'action started via WP Cron','2021-02-14 14:55:05','2021-02-14 06:55:05'),(98933,35888,'action complete via WP Cron','2021-02-14 14:55:05','2021-02-14 06:55:05'),(98934,35889,'action created','2021-02-14 14:55:06','2021-02-14 06:55:06'),(98935,35889,'action started via WP Cron','2021-02-14 14:56:17','2021-02-14 06:56:17'),(98936,35889,'action complete via WP Cron','2021-02-14 14:56:17','2021-02-14 06:56:17'),(98937,35890,'action created','2021-02-14 14:56:17','2021-02-14 06:56:17'),(98938,35890,'action started via WP Cron','2021-02-14 14:57:18','2021-02-14 06:57:18'),(98939,35890,'action complete via WP Cron','2021-02-14 14:57:18','2021-02-14 06:57:18'),(98940,35891,'action created','2021-02-14 14:57:18','2021-02-14 06:57:18'),(98941,35891,'action started via WP Cron','2021-02-14 14:59:20','2021-02-14 06:59:20'),(98942,35891,'action complete via WP Cron','2021-02-14 14:59:20','2021-02-14 06:59:20'),(98943,35892,'action created','2021-02-14 14:59:20','2021-02-14 06:59:20'),(98944,35892,'action started via WP Cron','2021-02-14 15:00:21','2021-02-14 07:00:21'),(98945,35892,'action complete via WP Cron','2021-02-14 15:00:21','2021-02-14 07:00:21'),(98946,35893,'action created','2021-02-14 15:00:21','2021-02-14 07:00:21'),(98947,35893,'action started via WP Cron','2021-02-14 15:01:22','2021-02-14 07:01:22'),(98948,35893,'action complete via WP Cron','2021-02-14 15:01:22','2021-02-14 07:01:22'),(98949,35894,'action created','2021-02-14 15:01:22','2021-02-14 07:01:22'),(98950,35894,'action started via WP Cron','2021-02-14 15:02:34','2021-02-14 07:02:34'),(98951,35894,'action complete via WP Cron','2021-02-14 15:02:34','2021-02-14 07:02:34'),(98952,35895,'action created','2021-02-14 15:02:34','2021-02-14 07:02:34'),(98953,35895,'action started via WP Cron','2021-02-14 15:06:07','2021-02-14 07:06:07'),(98954,35895,'action complete via WP Cron','2021-02-14 15:06:07','2021-02-14 07:06:07'),(98955,35896,'action created','2021-02-14 15:06:07','2021-02-14 07:06:07'),(98956,35896,'action started via WP Cron','2021-02-14 15:07:07','2021-02-14 07:07:07'),(98957,35896,'action complete via WP Cron','2021-02-14 15:07:07','2021-02-14 07:07:07'),(98958,35897,'action created','2021-02-14 15:07:07','2021-02-14 07:07:07'),(98959,35897,'action started via WP Cron','2021-02-14 15:08:07','2021-02-14 07:08:07'),(98960,35897,'action complete via WP Cron','2021-02-14 15:08:07','2021-02-14 07:08:07'),(98961,35898,'action created','2021-02-14 15:08:07','2021-02-14 07:08:07'),(98962,35898,'action started via WP Cron','2021-02-14 15:08:57','2021-02-14 07:08:57'),(98963,35898,'action complete via WP Cron','2021-02-14 15:08:57','2021-02-14 07:08:57'),(98964,35899,'action created','2021-02-14 15:08:57','2021-02-14 07:08:57'),(98965,35899,'action started via WP Cron','2021-02-14 15:09:59','2021-02-14 07:09:59'),(98966,35899,'action complete via WP Cron','2021-02-14 15:09:59','2021-02-14 07:09:59'),(98967,35900,'action created','2021-02-14 15:09:59','2021-02-14 07:09:59'),(98968,35900,'action started via WP Cron','2021-02-14 15:10:58','2021-02-14 07:10:58'),(98969,35900,'action complete via WP Cron','2021-02-14 15:10:58','2021-02-14 07:10:58'),(98970,35901,'action created','2021-02-14 15:10:58','2021-02-14 07:10:58'),(98971,35901,'action started via WP Cron','2021-02-14 15:11:54','2021-02-14 07:11:54'),(98972,35901,'action complete via WP Cron','2021-02-14 15:11:54','2021-02-14 07:11:54'),(98973,35902,'action created','2021-02-14 15:12:20','2021-02-14 07:12:20'),(98974,35902,'action started via WP Cron','2021-02-14 15:12:48','2021-02-14 07:12:48'),(98975,35902,'action complete via WP Cron','2021-02-14 15:12:48','2021-02-14 07:12:48'),(98976,35903,'action created','2021-02-14 15:12:49','2021-02-14 07:12:49'),(98977,35903,'action started via WP Cron','2021-02-14 15:13:47','2021-02-14 07:13:47'),(98978,35903,'action complete via WP Cron','2021-02-14 15:13:47','2021-02-14 07:13:47'),(98979,35904,'action created','2021-02-14 15:13:47','2021-02-14 07:13:47'),(98980,35904,'action started via WP Cron','2021-02-14 15:14:42','2021-02-14 07:14:42'),(98981,35904,'action complete via WP Cron','2021-02-14 15:14:42','2021-02-14 07:14:42'),(98982,35905,'action created','2021-02-14 15:14:43','2021-02-14 07:14:43'),(98983,35905,'action started via WP Cron','2021-02-14 15:15:41','2021-02-14 07:15:41'),(98984,35905,'action complete via WP Cron','2021-02-14 15:15:41','2021-02-14 07:15:41'),(98985,35906,'action created','2021-02-14 15:15:41','2021-02-14 07:15:41'),(98986,35906,'action started via WP Cron','2021-02-14 15:16:49','2021-02-14 07:16:49'),(98987,35906,'action complete via WP Cron','2021-02-14 15:16:49','2021-02-14 07:16:49'),(98988,35907,'action created','2021-02-14 15:16:49','2021-02-14 07:16:49'),(98989,35907,'action started via WP Cron','2021-02-14 15:17:57','2021-02-14 07:17:57'),(98990,35907,'action complete via WP Cron','2021-02-14 15:17:57','2021-02-14 07:17:57'),(98991,35908,'action created','2021-02-14 15:17:57','2021-02-14 07:17:57'),(98992,35908,'action started via WP Cron','2021-02-14 15:18:43','2021-02-14 07:18:43'),(98993,35908,'action complete via WP Cron','2021-02-14 15:18:43','2021-02-14 07:18:43'),(98994,35909,'action created','2021-02-14 15:18:43','2021-02-14 07:18:43'),(98995,35909,'action started via WP Cron','2021-02-14 15:19:46','2021-02-14 07:19:46'),(98996,35909,'action complete via WP Cron','2021-02-14 15:19:46','2021-02-14 07:19:46'),(98997,35910,'action created','2021-02-14 15:19:46','2021-02-14 07:19:46'),(98998,35910,'action started via WP Cron','2021-02-14 15:20:56','2021-02-14 07:20:56'),(98999,35910,'action complete via WP Cron','2021-02-14 15:20:56','2021-02-14 07:20:56'),(99000,35911,'action created','2021-02-14 15:20:56','2021-02-14 07:20:56'),(99001,35911,'action started via WP Cron','2021-02-14 15:22:03','2021-02-14 07:22:03'),(99002,35911,'action complete via WP Cron','2021-02-14 15:22:03','2021-02-14 07:22:03'),(99003,35912,'action created','2021-02-14 15:22:03','2021-02-14 07:22:03'),(99004,35912,'action started via WP Cron','2021-02-14 15:22:55','2021-02-14 07:22:55'),(99005,35912,'action complete via WP Cron','2021-02-14 15:22:55','2021-02-14 07:22:55'),(99006,35913,'action created','2021-02-14 15:22:56','2021-02-14 07:22:56'),(99007,35913,'action started via WP Cron','2021-02-14 15:23:53','2021-02-14 07:23:53'),(99008,35913,'action complete via WP Cron','2021-02-14 15:23:53','2021-02-14 07:23:53'),(99009,35914,'action created','2021-02-14 15:23:53','2021-02-14 07:23:53'),(99010,35914,'action started via WP Cron','2021-02-14 15:24:48','2021-02-14 07:24:48'),(99011,35914,'action complete via WP Cron','2021-02-14 15:24:48','2021-02-14 07:24:48'),(99012,35915,'action created','2021-02-14 15:24:48','2021-02-14 07:24:48'),(99013,35915,'action started via WP Cron','2021-02-14 15:25:46','2021-02-14 07:25:46'),(99014,35915,'action complete via WP Cron','2021-02-14 15:25:46','2021-02-14 07:25:46'),(99015,35916,'action created','2021-02-14 15:25:46','2021-02-14 07:25:46'),(99016,35916,'action started via WP Cron','2021-02-14 15:26:50','2021-02-14 07:26:50'),(99017,35916,'action complete via WP Cron','2021-02-14 15:26:50','2021-02-14 07:26:50'),(99018,35917,'action created','2021-02-14 15:26:51','2021-02-14 07:26:51'),(99019,35917,'action started via WP Cron','2021-02-14 15:27:45','2021-02-14 07:27:45'),(99020,35917,'action complete via WP Cron','2021-02-14 15:27:45','2021-02-14 07:27:45'),(99021,35918,'action created','2021-02-14 15:27:45','2021-02-14 07:27:45'),(99022,35918,'action started via WP Cron','2021-02-14 15:28:57','2021-02-14 07:28:57'),(99023,35918,'action complete via WP Cron','2021-02-14 15:28:57','2021-02-14 07:28:57'),(99024,35919,'action created','2021-02-14 15:28:57','2021-02-14 07:28:57'),(99025,35919,'action started via WP Cron','2021-02-14 15:29:47','2021-02-14 07:29:47'),(99026,35919,'action complete via WP Cron','2021-02-14 15:29:47','2021-02-14 07:29:47'),(99027,35920,'action created','2021-02-14 15:29:47','2021-02-14 07:29:47'),(99028,35920,'action started via WP Cron','2021-02-14 15:30:54','2021-02-14 07:30:54'),(99029,35920,'action complete via WP Cron','2021-02-14 15:30:54','2021-02-14 07:30:54'),(99030,35921,'action created','2021-02-14 15:30:54','2021-02-14 07:30:54'),(99031,35921,'action started via WP Cron','2021-02-14 15:31:49','2021-02-14 07:31:49'),(99032,35921,'action complete via WP Cron','2021-02-14 15:31:49','2021-02-14 07:31:49'),(99033,35922,'action created','2021-02-14 15:31:49','2021-02-14 07:31:49'),(99034,35922,'action started via WP Cron','2021-02-14 15:32:52','2021-02-14 07:32:52'),(99035,35922,'action complete via WP Cron','2021-02-14 15:32:52','2021-02-14 07:32:52'),(99036,35923,'action created','2021-02-14 15:32:52','2021-02-14 07:32:52'),(99037,35923,'action started via WP Cron','2021-02-14 15:33:43','2021-02-14 07:33:43'),(99038,35923,'action complete via WP Cron','2021-02-14 15:33:43','2021-02-14 07:33:43'),(99039,35924,'action created','2021-02-14 15:33:43','2021-02-14 07:33:43'),(99040,35924,'action started via WP Cron','2021-02-14 15:34:50','2021-02-14 07:34:50'),(99041,35924,'action complete via WP Cron','2021-02-14 15:34:50','2021-02-14 07:34:50'),(99042,35925,'action created','2021-02-14 15:34:50','2021-02-14 07:34:50'),(99043,35925,'action started via WP Cron','2021-02-14 15:35:54','2021-02-14 07:35:54'),(99044,35925,'action complete via WP Cron','2021-02-14 15:35:54','2021-02-14 07:35:54'),(99045,35926,'action created','2021-02-14 15:35:54','2021-02-14 07:35:54'),(99046,35926,'action started via WP Cron','2021-02-14 15:37:09','2021-02-14 07:37:09'),(99047,35926,'action complete via WP Cron','2021-02-14 15:37:09','2021-02-14 07:37:09'),(99048,35927,'action created','2021-02-14 15:37:09','2021-02-14 07:37:09'),(99049,35927,'action started via WP Cron','2021-02-14 15:38:04','2021-02-14 07:38:04'),(99050,35927,'action complete via WP Cron','2021-02-14 15:38:04','2021-02-14 07:38:04'),(99051,35928,'action created','2021-02-14 15:38:04','2021-02-14 07:38:04'),(99052,35928,'action started via WP Cron','2021-02-14 15:39:06','2021-02-14 07:39:06'),(99053,35928,'action complete via WP Cron','2021-02-14 15:39:06','2021-02-14 07:39:06'),(99054,35929,'action created','2021-02-14 15:39:06','2021-02-14 07:39:06'),(99055,35929,'action started via WP Cron','2021-02-14 15:39:55','2021-02-14 07:39:55'),(99056,35929,'action complete via WP Cron','2021-02-14 15:39:55','2021-02-14 07:39:55'),(99057,35930,'action created','2021-02-14 15:39:55','2021-02-14 07:39:55'),(99058,35930,'action started via WP Cron','2021-02-14 15:40:42','2021-02-14 07:40:42'),(99059,35930,'action complete via WP Cron','2021-02-14 15:40:42','2021-02-14 07:40:42'),(99060,35931,'action created','2021-02-14 15:40:42','2021-02-14 07:40:42'),(99061,35931,'action started via WP Cron','2021-02-14 15:42:16','2021-02-14 07:42:16'),(99062,35931,'action complete via WP Cron','2021-02-14 15:42:16','2021-02-14 07:42:16'),(99063,35932,'action created','2021-02-14 15:42:16','2021-02-14 07:42:16'),(99064,35932,'action started via WP Cron','2021-02-14 15:42:52','2021-02-14 07:42:52'),(99065,35932,'action complete via WP Cron','2021-02-14 15:42:52','2021-02-14 07:42:52'),(99066,35933,'action created','2021-02-14 15:42:52','2021-02-14 07:42:52'),(99067,35933,'action started via WP Cron','2021-02-14 15:44:03','2021-02-14 07:44:03'),(99068,35933,'action complete via WP Cron','2021-02-14 15:44:03','2021-02-14 07:44:03'),(99069,35934,'action created','2021-02-14 15:44:03','2021-02-14 07:44:03'),(99070,35934,'action started via WP Cron','2021-02-14 15:44:57','2021-02-14 07:44:57'),(99071,35934,'action complete via WP Cron','2021-02-14 15:44:57','2021-02-14 07:44:57'),(99072,35935,'action created','2021-02-14 15:44:57','2021-02-14 07:44:57'),(99073,35935,'action started via WP Cron','2021-02-14 15:45:44','2021-02-14 07:45:44'),(99074,35935,'action complete via WP Cron','2021-02-14 15:45:44','2021-02-14 07:45:44'),(99075,35936,'action created','2021-02-14 15:45:45','2021-02-14 07:45:45'),(99076,35936,'action started via WP Cron','2021-02-14 15:46:43','2021-02-14 07:46:43'),(99077,35936,'action complete via WP Cron','2021-02-14 15:46:43','2021-02-14 07:46:43'),(99078,35937,'action created','2021-02-14 15:46:43','2021-02-14 07:46:43'),(99079,35937,'action started via WP Cron','2021-02-14 16:01:24','2021-02-14 08:01:24'),(99080,35937,'action complete via WP Cron','2021-02-14 16:01:24','2021-02-14 08:01:24'),(99081,35938,'action created','2021-02-14 16:01:24','2021-02-14 08:01:24'),(99082,35938,'action started via WP Cron','2021-02-14 16:02:22','2021-02-14 08:02:22'),(99083,35938,'action complete via WP Cron','2021-02-14 16:02:22','2021-02-14 08:02:22'),(99084,35939,'action created','2021-02-14 16:02:22','2021-02-14 08:02:22'),(99085,35939,'action started via WP Cron','2021-02-14 16:03:24','2021-02-14 08:03:24'),(99086,35939,'action complete via WP Cron','2021-02-14 16:03:24','2021-02-14 08:03:24'),(99087,35940,'action created','2021-02-14 16:03:24','2021-02-14 08:03:24'),(99088,35940,'action started via WP Cron','2021-02-14 16:05:25','2021-02-14 08:05:25'),(99089,35940,'action complete via WP Cron','2021-02-14 16:05:25','2021-02-14 08:05:25'),(99090,35941,'action created','2021-02-14 16:05:25','2021-02-14 08:05:25'),(99091,35941,'action started via WP Cron','2021-02-14 16:06:26','2021-02-14 08:06:26'),(99092,35941,'action complete via WP Cron','2021-02-14 16:06:26','2021-02-14 08:06:26'),(99093,35942,'action created','2021-02-14 16:06:26','2021-02-14 08:06:26'),(99094,35942,'action started via WP Cron','2021-02-14 16:07:27','2021-02-14 08:07:27'),(99095,35942,'action complete via WP Cron','2021-02-14 16:07:27','2021-02-14 08:07:27'),(99096,35943,'action created','2021-02-14 16:07:27','2021-02-14 08:07:27'),(99097,35943,'action started via WP Cron','2021-02-14 16:09:07','2021-02-14 08:09:07'),(99098,35943,'action complete via WP Cron','2021-02-14 16:09:07','2021-02-14 08:09:07'),(99099,35944,'action created','2021-02-14 16:09:07','2021-02-14 08:09:07'),(99100,35944,'action started via WP Cron','2021-02-14 16:10:15','2021-02-14 08:10:15'),(99101,35944,'action complete via WP Cron','2021-02-14 16:10:15','2021-02-14 08:10:15'),(99102,35945,'action created','2021-02-14 16:10:15','2021-02-14 08:10:15'),(99103,35945,'action started via WP Cron','2021-02-14 16:10:42','2021-02-14 08:10:42'),(99104,35945,'action complete via WP Cron','2021-02-14 16:10:42','2021-02-14 08:10:42'),(99105,35946,'action created','2021-02-14 16:10:42','2021-02-14 08:10:42'),(99107,35946,'action started via Async Request','2021-02-14 16:10:54','2021-02-14 08:10:54'),(99108,35946,'action complete via Async Request','2021-02-14 16:10:54','2021-02-14 08:10:54'),(99111,35948,'action created','2021-02-14 16:10:55','2021-02-14 08:10:55'),(99115,35948,'action started via Async Request','2021-02-14 16:11:08','2021-02-14 08:11:08'),(99116,35948,'action complete via Async Request','2021-02-14 16:11:08','2021-02-14 08:11:08'),(99117,35950,'action created','2021-02-14 16:11:14','2021-02-14 08:11:14'),(99118,35950,'action started via WP Cron','2021-02-14 16:11:42','2021-02-14 08:11:42'),(99119,35950,'action complete via WP Cron','2021-02-14 16:11:42','2021-02-14 08:11:42'),(99120,35951,'action created','2021-02-14 16:11:42','2021-02-14 08:11:42'),(99121,35951,'action started via Async Request','2021-02-14 16:12:04','2021-02-14 08:12:04'),(99122,35951,'action complete via Async Request','2021-02-14 16:12:04','2021-02-14 08:12:04'),(99123,35952,'action created','2021-02-14 16:13:16','2021-02-14 08:13:16'),(99124,35953,'action created','2021-02-14 16:13:35','2021-02-14 08:13:35'),(99125,35952,'action started via WP Cron','2021-02-14 16:13:45','2021-02-14 08:13:45'),(99126,35952,'action complete via WP Cron','2021-02-14 16:13:45','2021-02-14 08:13:45'),(99127,35954,'action created','2021-02-14 16:13:45','2021-02-14 08:13:45'),(99128,35953,'action started via WP Cron','2021-02-14 16:14:43','2021-02-14 08:14:43'),(99129,35953,'action complete via WP Cron','2021-02-14 16:14:43','2021-02-14 08:14:43'),(99130,35954,'action started via WP Cron','2021-02-14 16:14:43','2021-02-14 08:14:43'),(99131,35954,'action complete via WP Cron','2021-02-14 16:14:43','2021-02-14 08:14:43'),(99132,35955,'action created','2021-02-14 16:14:43','2021-02-14 08:14:43'),(99133,35955,'action started via WP Cron','2021-02-14 16:15:43','2021-02-14 08:15:43'),(99134,35955,'action complete via WP Cron','2021-02-14 16:15:43','2021-02-14 08:15:43'),(99135,35956,'action created','2021-02-14 16:15:43','2021-02-14 08:15:43'),(99136,35956,'action started via WP Cron','2021-02-14 16:16:50','2021-02-14 08:16:50'),(99137,35956,'action complete via WP Cron','2021-02-14 16:16:50','2021-02-14 08:16:50'),(99138,35957,'action created','2021-02-14 16:16:50','2021-02-14 08:16:50'),(99139,35957,'action started via WP Cron','2021-02-14 16:17:53','2021-02-14 08:17:53'),(99140,35957,'action complete via WP Cron','2021-02-14 16:17:53','2021-02-14 08:17:53'),(99141,35958,'action created','2021-02-14 16:17:53','2021-02-14 08:17:53'),(99142,35958,'action started via WP Cron','2021-02-14 16:19:02','2021-02-14 08:19:02'),(99143,35958,'action complete via WP Cron','2021-02-14 16:19:02','2021-02-14 08:19:02'),(99144,35959,'action created','2021-02-14 16:19:02','2021-02-14 08:19:02'),(99145,35959,'action started via WP Cron','2021-02-14 16:19:51','2021-02-14 08:19:51'),(99146,35959,'action complete via WP Cron','2021-02-14 16:19:51','2021-02-14 08:19:51'),(99147,35960,'action created','2021-02-14 16:19:51','2021-02-14 08:19:51'),(99148,35960,'action started via WP Cron','2021-02-14 16:20:50','2021-02-14 08:20:50'),(99149,35960,'action complete via WP Cron','2021-02-14 16:20:50','2021-02-14 08:20:50'),(99150,35961,'action created','2021-02-14 16:20:50','2021-02-14 08:20:50'),(99151,35961,'action started via WP Cron','2021-02-14 16:21:45','2021-02-14 08:21:45'),(99152,35961,'action complete via WP Cron','2021-02-14 16:21:45','2021-02-14 08:21:45'),(99153,35962,'action created','2021-02-14 16:21:45','2021-02-14 08:21:45'),(99154,35962,'action started via WP Cron','2021-02-14 16:22:58','2021-02-14 08:22:58'),(99155,35962,'action complete via WP Cron','2021-02-14 16:22:58','2021-02-14 08:22:58'),(99156,35963,'action created','2021-02-14 16:22:58','2021-02-14 08:22:58'),(99157,35963,'action started via WP Cron','2021-02-14 16:23:55','2021-02-14 08:23:55'),(99158,35963,'action complete via WP Cron','2021-02-14 16:23:55','2021-02-14 08:23:55'),(99159,35964,'action created','2021-02-14 16:23:55','2021-02-14 08:23:55'),(99160,35964,'action started via WP Cron','2021-02-14 16:24:53','2021-02-14 08:24:53'),(99161,35964,'action complete via WP Cron','2021-02-14 16:24:53','2021-02-14 08:24:53'),(99162,35965,'action created','2021-02-14 16:25:17','2021-02-14 08:25:17'),(99163,35965,'action started via WP Cron','2021-02-14 16:26:02','2021-02-14 08:26:02'),(99164,35965,'action complete via WP Cron','2021-02-14 16:26:02','2021-02-14 08:26:02'),(99165,35966,'action created','2021-02-14 16:26:02','2021-02-14 08:26:02'),(99166,35966,'action started via WP Cron','2021-02-14 16:26:49','2021-02-14 08:26:49'),(99167,35966,'action complete via WP Cron','2021-02-14 16:26:49','2021-02-14 08:26:49'),(99168,35967,'action created','2021-02-14 16:26:49','2021-02-14 08:26:49'),(99169,35967,'action started via WP Cron','2021-02-14 16:27:46','2021-02-14 08:27:46'),(99170,35967,'action complete via WP Cron','2021-02-14 16:27:46','2021-02-14 08:27:46'),(99171,35968,'action created','2021-02-14 16:27:46','2021-02-14 08:27:46'),(99172,35968,'action started via WP Cron','2021-02-14 16:29:03','2021-02-14 08:29:03'),(99173,35968,'action complete via WP Cron','2021-02-14 16:29:03','2021-02-14 08:29:03'),(99174,35969,'action created','2021-02-14 16:29:03','2021-02-14 08:29:03'),(99175,35969,'action started via WP Cron','2021-02-14 16:29:42','2021-02-14 08:29:42'),(99176,35969,'action complete via WP Cron','2021-02-14 16:29:42','2021-02-14 08:29:42'),(99177,35970,'action created','2021-02-14 16:29:42','2021-02-14 08:29:42'),(99178,35970,'action started via WP Cron','2021-02-14 16:30:41','2021-02-14 08:30:41'),(99179,35970,'action complete via WP Cron','2021-02-14 16:30:41','2021-02-14 08:30:41'),(99180,35971,'action created','2021-02-14 16:30:41','2021-02-14 08:30:41'),(99181,35971,'action started via WP Cron','2021-02-14 16:31:57','2021-02-14 08:31:57'),(99182,35971,'action complete via WP Cron','2021-02-14 16:31:57','2021-02-14 08:31:57'),(99183,35972,'action created','2021-02-14 16:31:58','2021-02-14 08:31:58'),(99184,35972,'action started via WP Cron','2021-02-14 16:32:43','2021-02-14 08:32:43'),(99185,35972,'action complete via WP Cron','2021-02-14 16:32:43','2021-02-14 08:32:43'),(99186,35973,'action created','2021-02-14 16:32:43','2021-02-14 08:32:43'),(99187,35973,'action started via WP Cron','2021-02-14 16:33:46','2021-02-14 08:33:46'),(99188,35973,'action complete via WP Cron','2021-02-14 16:33:46','2021-02-14 08:33:46'),(99189,35974,'action created','2021-02-14 16:33:46','2021-02-14 08:33:46'),(99190,35974,'action started via WP Cron','2021-02-14 16:34:50','2021-02-14 08:34:50'),(99191,35974,'action complete via WP Cron','2021-02-14 16:34:50','2021-02-14 08:34:50'),(99192,35975,'action created','2021-02-14 16:34:50','2021-02-14 08:34:50'),(99193,35975,'action started via WP Cron','2021-02-14 16:35:41','2021-02-14 08:35:41'),(99194,35975,'action complete via WP Cron','2021-02-14 16:35:41','2021-02-14 08:35:41'),(99195,35976,'action created','2021-02-14 16:35:41','2021-02-14 08:35:41'),(99196,35976,'action started via WP Cron','2021-02-14 16:36:47','2021-02-14 08:36:47'),(99197,35976,'action complete via WP Cron','2021-02-14 16:36:47','2021-02-14 08:36:47'),(99198,35977,'action created','2021-02-14 16:36:47','2021-02-14 08:36:47'),(99199,35977,'action started via WP Cron','2021-02-14 16:37:52','2021-02-14 08:37:52'),(99200,35977,'action complete via WP Cron','2021-02-14 16:37:52','2021-02-14 08:37:52'),(99201,35978,'action created','2021-02-14 16:37:52','2021-02-14 08:37:52'),(99202,35978,'action started via WP Cron','2021-02-14 16:39:23','2021-02-14 08:39:23'),(99203,35978,'action complete via WP Cron','2021-02-14 16:39:23','2021-02-14 08:39:23'),(99204,35979,'action created','2021-02-14 16:39:23','2021-02-14 08:39:23'),(99205,35979,'action started via WP Cron','2021-02-14 16:49:08','2021-02-14 08:49:08'),(99206,35979,'action complete via WP Cron','2021-02-14 16:49:08','2021-02-14 08:49:08'),(99207,35980,'action created','2021-02-14 16:49:08','2021-02-14 08:49:08'),(99208,35980,'action started via WP Cron','2021-02-14 16:50:10','2021-02-14 08:50:10'),(99209,35980,'action complete via WP Cron','2021-02-14 16:50:10','2021-02-14 08:50:10'),(99210,35981,'action created','2021-02-14 16:50:10','2021-02-14 08:50:10'),(99211,35981,'action started via WP Cron','2021-02-14 16:54:30','2021-02-14 08:54:30'),(99212,35981,'action complete via WP Cron','2021-02-14 16:54:30','2021-02-14 08:54:30'),(99213,35982,'action created','2021-02-14 16:54:30','2021-02-14 08:54:30'),(99214,35982,'action started via WP Cron','2021-02-14 17:03:42','2021-02-14 09:03:42'),(99215,35982,'action complete via WP Cron','2021-02-14 17:03:42','2021-02-14 09:03:42'),(99216,35983,'action created','2021-02-14 17:03:42','2021-02-14 09:03:42'),(99217,35983,'action started via WP Cron','2021-02-14 17:04:47','2021-02-14 09:04:47'),(99218,35983,'action complete via WP Cron','2021-02-14 17:04:47','2021-02-14 09:04:47'),(99219,35984,'action created','2021-02-14 17:04:47','2021-02-14 09:04:47'),(99220,35984,'action started via WP Cron','2021-02-14 17:08:27','2021-02-14 09:08:27'),(99221,35984,'action complete via WP Cron','2021-02-14 17:08:27','2021-02-14 09:08:27'),(99222,35985,'action created','2021-02-14 17:08:27','2021-02-14 09:08:27'),(99223,35985,'action started via WP Cron','2021-02-14 17:09:28','2021-02-14 09:09:28'),(99224,35985,'action complete via WP Cron','2021-02-14 17:09:28','2021-02-14 09:09:28'),(99225,35986,'action created','2021-02-14 17:09:28','2021-02-14 09:09:28'),(99226,35986,'action started via WP Cron','2021-02-14 17:10:22','2021-02-14 09:10:22'),(99227,35986,'action complete via WP Cron','2021-02-14 17:10:22','2021-02-14 09:10:22'),(99228,35987,'action created','2021-02-14 17:10:22','2021-02-14 09:10:22'),(99229,35987,'action started via WP Cron','2021-02-14 17:11:30','2021-02-14 09:11:30'),(99230,35987,'action complete via WP Cron','2021-02-14 17:11:30','2021-02-14 09:11:30'),(99231,35988,'action created','2021-02-14 17:11:30','2021-02-14 09:11:30'),(99232,35988,'action started via WP Cron','2021-02-14 17:12:16','2021-02-14 09:12:16'),(99233,35988,'action complete via WP Cron','2021-02-14 17:12:16','2021-02-14 09:12:16'),(99234,35989,'action created','2021-02-14 17:12:16','2021-02-14 09:12:16'),(99235,35989,'action started via WP Cron','2021-02-14 17:12:41','2021-02-14 09:12:41'),(99236,35989,'action complete via WP Cron','2021-02-14 17:12:41','2021-02-14 09:12:41'),(99237,35990,'action created','2021-02-14 17:12:41','2021-02-14 09:12:41'),(99238,35990,'action started via WP Cron','2021-02-14 17:14:06','2021-02-14 09:14:06'),(99239,35990,'action complete via WP Cron','2021-02-14 17:14:06','2021-02-14 09:14:06'),(99240,35991,'action created','2021-02-14 17:14:06','2021-02-14 09:14:06'),(99241,35991,'action started via WP Cron','2021-02-14 17:16:57','2021-02-14 09:16:57'),(99242,35991,'action complete via WP Cron','2021-02-14 17:16:57','2021-02-14 09:16:57'),(99243,35992,'action created','2021-02-14 17:16:57','2021-02-14 09:16:57'),(99244,35992,'action started via WP Cron','2021-02-14 17:17:58','2021-02-14 09:17:58'),(99245,35992,'action complete via WP Cron','2021-02-14 17:17:58','2021-02-14 09:17:58'),(99246,35993,'action created','2021-02-14 17:17:58','2021-02-14 09:17:58'),(99247,35993,'action started via WP Cron','2021-02-14 17:18:59','2021-02-14 09:18:59'),(99248,35993,'action complete via WP Cron','2021-02-14 17:18:59','2021-02-14 09:18:59'),(99249,35994,'action created','2021-02-14 17:18:59','2021-02-14 09:18:59'),(99250,35994,'action started via WP Cron','2021-02-14 17:20:26','2021-02-14 09:20:26'),(99251,35994,'action complete via WP Cron','2021-02-14 17:20:26','2021-02-14 09:20:26'),(99252,35995,'action created','2021-02-14 17:20:26','2021-02-14 09:20:26'),(99253,35995,'action started via WP Cron','2021-02-14 17:27:25','2021-02-14 09:27:25'),(99254,35995,'action complete via WP Cron','2021-02-14 17:27:25','2021-02-14 09:27:25'),(99255,35996,'action created','2021-02-14 17:27:25','2021-02-14 09:27:25'),(99256,35996,'action started via WP Cron','2021-02-14 17:28:54','2021-02-14 09:28:54'),(99257,35996,'action complete via WP Cron','2021-02-14 17:28:54','2021-02-14 09:28:54'),(99258,35997,'action created','2021-02-14 17:28:54','2021-02-14 09:28:54'),(99259,35997,'action started via WP Cron','2021-02-14 17:31:40','2021-02-14 09:31:40'),(99260,35997,'action complete via WP Cron','2021-02-14 17:31:40','2021-02-14 09:31:40'),(99261,35998,'action created','2021-02-14 17:31:40','2021-02-14 09:31:40'),(99262,35998,'action started via WP Cron','2021-02-14 17:32:45','2021-02-14 09:32:45'),(99263,35998,'action complete via WP Cron','2021-02-14 17:32:45','2021-02-14 09:32:45'),(99264,35999,'action created','2021-02-14 17:32:45','2021-02-14 09:32:45'),(99265,35999,'action started via WP Cron','2021-02-14 17:33:47','2021-02-14 09:33:47'),(99266,35999,'action complete via WP Cron','2021-02-14 17:33:47','2021-02-14 09:33:47'),(99267,36000,'action created','2021-02-14 17:33:47','2021-02-14 09:33:47'),(99268,36000,'action started via WP Cron','2021-02-14 17:34:57','2021-02-14 09:34:57'),(99269,36000,'action complete via WP Cron','2021-02-14 17:34:57','2021-02-14 09:34:57'),(99270,36001,'action created','2021-02-14 17:34:57','2021-02-14 09:34:57'),(99271,36001,'action started via WP Cron','2021-02-14 17:36:02','2021-02-14 09:36:02'),(99272,36001,'action complete via WP Cron','2021-02-14 17:36:02','2021-02-14 09:36:02'),(99273,36002,'action created','2021-02-14 17:36:02','2021-02-14 09:36:02'),(99274,36002,'action started via WP Cron','2021-02-14 17:37:05','2021-02-14 09:37:05'),(99275,36002,'action complete via WP Cron','2021-02-14 17:37:05','2021-02-14 09:37:05'),(99276,36003,'action created','2021-02-14 17:37:05','2021-02-14 09:37:05'),(99277,36003,'action started via WP Cron','2021-02-14 17:38:06','2021-02-14 09:38:06'),(99278,36003,'action complete via WP Cron','2021-02-14 17:38:06','2021-02-14 09:38:06'),(99279,36004,'action created','2021-02-14 17:38:06','2021-02-14 09:38:06'),(99280,36004,'action started via WP Cron','2021-02-14 17:39:09','2021-02-14 09:39:09'),(99281,36004,'action complete via WP Cron','2021-02-14 17:39:09','2021-02-14 09:39:09'),(99282,36005,'action created','2021-02-14 17:39:09','2021-02-14 09:39:09'),(99283,36005,'action started via WP Cron','2021-02-14 17:40:29','2021-02-14 09:40:29'),(99284,36005,'action complete via WP Cron','2021-02-14 17:40:29','2021-02-14 09:40:29'),(99285,36006,'action created','2021-02-14 17:40:29','2021-02-14 09:40:29'),(99286,36006,'action started via WP Cron','2021-02-14 17:40:50','2021-02-14 09:40:50'),(99287,36006,'action complete via WP Cron','2021-02-14 17:40:50','2021-02-14 09:40:50'),(99288,36007,'action created','2021-02-14 17:40:50','2021-02-14 09:40:50'),(99289,36007,'action started via WP Cron','2021-02-14 17:41:49','2021-02-14 09:41:49'),(99290,36007,'action complete via WP Cron','2021-02-14 17:41:49','2021-02-14 09:41:49'),(99291,36008,'action created','2021-02-14 17:41:49','2021-02-14 09:41:49'),(99292,36008,'action started via WP Cron','2021-02-14 17:42:51','2021-02-14 09:42:51'),(99293,36008,'action complete via WP Cron','2021-02-14 17:42:51','2021-02-14 09:42:51'),(99294,36009,'action created','2021-02-14 17:42:51','2021-02-14 09:42:51'),(99295,36009,'action started via WP Cron','2021-02-14 17:43:49','2021-02-14 09:43:49'),(99296,36009,'action complete via WP Cron','2021-02-14 17:43:49','2021-02-14 09:43:49'),(99297,36010,'action created','2021-02-14 17:43:49','2021-02-14 09:43:49'),(99298,36010,'action started via WP Cron','2021-02-14 17:44:51','2021-02-14 09:44:51'),(99299,36010,'action complete via WP Cron','2021-02-14 17:44:51','2021-02-14 09:44:51'),(99300,36011,'action created','2021-02-14 17:44:51','2021-02-14 09:44:51'),(99301,36011,'action started via WP Cron','2021-02-14 17:53:19','2021-02-14 09:53:19'),(99302,36011,'action complete via WP Cron','2021-02-14 17:53:19','2021-02-14 09:53:19'),(99303,36012,'action created','2021-02-14 17:53:19','2021-02-14 09:53:19'),(99304,36012,'action started via WP Cron','2021-02-14 18:00:57','2021-02-14 10:00:57'),(99305,36012,'action complete via WP Cron','2021-02-14 18:00:57','2021-02-14 10:00:57'),(99306,36013,'action created','2021-02-14 18:00:57','2021-02-14 10:00:57'),(99307,36013,'action started via WP Cron','2021-02-14 18:04:42','2021-02-14 10:04:42'),(99308,36013,'action complete via WP Cron','2021-02-14 18:04:42','2021-02-14 10:04:42'),(99309,36014,'action created','2021-02-14 18:04:42','2021-02-14 10:04:42'),(99310,36014,'action started via WP Cron','2021-02-14 18:06:29','2021-02-14 10:06:29'),(99311,36014,'action complete via WP Cron','2021-02-14 18:06:29','2021-02-14 10:06:29'),(99312,36015,'action created','2021-02-14 18:06:29','2021-02-14 10:06:29'),(99313,36015,'action started via Async Request','2021-02-14 18:06:42','2021-02-14 10:06:42'),(99314,36015,'action complete via Async Request','2021-02-14 18:06:42','2021-02-14 10:06:42'),(99315,36016,'action created','2021-02-14 18:06:46','2021-02-14 10:06:46'),(99316,36016,'action started via WP Cron','2021-02-14 18:07:43','2021-02-14 10:07:43'),(99317,36016,'action complete via WP Cron','2021-02-14 18:07:43','2021-02-14 10:07:43'),(99318,36017,'action created','2021-02-14 18:07:44','2021-02-14 10:07:44'),(99322,36017,'action started via WP Cron','2021-02-14 18:08:41','2021-02-14 10:08:41'),(99321,36019,'action created','2021-02-14 18:08:34','2021-02-14 10:08:34'),(99323,36017,'action complete via WP Cron','2021-02-14 18:08:41','2021-02-14 10:08:41'),(99324,36020,'action created','2021-02-14 18:08:41','2021-02-14 10:08:41'),(99325,36020,'action started via WP Cron','2021-02-14 18:14:21','2021-02-14 10:14:21'),(99326,36020,'action complete via WP Cron','2021-02-14 18:14:21','2021-02-14 10:14:21'),(99327,36019,'action started via WP Cron','2021-02-14 18:14:21','2021-02-14 10:14:21'),(99328,36019,'action complete via WP Cron','2021-02-14 18:14:21','2021-02-14 10:14:21'),(99329,36021,'action created','2021-02-14 18:14:21','2021-02-14 10:14:21'),(99330,36021,'action started via WP Cron','2021-02-14 18:15:18','2021-02-14 10:15:18'),(99331,36021,'action complete via WP Cron','2021-02-14 18:15:18','2021-02-14 10:15:18'),(99332,36022,'action created','2021-02-14 18:15:18','2021-02-14 10:15:18'),(99333,36022,'action started via WP Cron','2021-02-14 18:17:06','2021-02-14 10:17:06'),(99334,36022,'action complete via WP Cron','2021-02-14 18:17:06','2021-02-14 10:17:06'),(99335,36023,'action created','2021-02-14 18:17:06','2021-02-14 10:17:06'),(99336,36023,'action started via WP Cron','2021-02-14 18:18:21','2021-02-14 10:18:21'),(99337,36023,'action complete via WP Cron','2021-02-14 18:18:21','2021-02-14 10:18:21'),(99338,36024,'action created','2021-02-14 18:18:21','2021-02-14 10:18:21'),(99339,36024,'action started via WP Cron','2021-02-14 18:19:22','2021-02-14 10:19:22'),(99340,36024,'action complete via WP Cron','2021-02-14 18:19:22','2021-02-14 10:19:22'),(99341,36025,'action created','2021-02-14 18:19:22','2021-02-14 10:19:22'),(99342,36025,'action started via WP Cron','2021-02-14 18:25:15','2021-02-14 10:25:15'),(99343,36025,'action complete via WP Cron','2021-02-14 18:25:15','2021-02-14 10:25:15'),(99344,36026,'action created','2021-02-14 18:25:15','2021-02-14 10:25:15'),(99345,36026,'action started via WP Cron','2021-02-14 18:26:41','2021-02-14 10:26:41'),(99346,36026,'action complete via WP Cron','2021-02-14 18:26:41','2021-02-14 10:26:41'),(99347,36027,'action created','2021-02-14 18:26:41','2021-02-14 10:26:41'),(99348,36027,'action started via WP Cron','2021-02-14 18:32:28','2021-02-14 10:32:28'),(99349,36027,'action complete via WP Cron','2021-02-14 18:32:28','2021-02-14 10:32:28'),(99350,36028,'action created','2021-02-14 18:32:28','2021-02-14 10:32:28'),(99351,36028,'action started via WP Cron','2021-02-14 18:33:58','2021-02-14 10:33:58'),(99352,36028,'action complete via WP Cron','2021-02-14 18:33:58','2021-02-14 10:33:58'),(99353,36029,'action created','2021-02-14 18:33:58','2021-02-14 10:33:58'),(99354,36029,'action started via WP Cron','2021-02-14 18:35:10','2021-02-14 10:35:10'),(99355,36029,'action complete via WP Cron','2021-02-14 18:35:10','2021-02-14 10:35:10'),(99356,36030,'action created','2021-02-14 18:35:10','2021-02-14 10:35:10'),(99357,36030,'action started via WP Cron','2021-02-14 18:36:11','2021-02-14 10:36:11'),(99358,36030,'action complete via WP Cron','2021-02-14 18:36:11','2021-02-14 10:36:11'),(99359,36031,'action created','2021-02-14 18:36:11','2021-02-14 10:36:11'),(99360,36031,'action started via WP Cron','2021-02-14 18:37:33','2021-02-14 10:37:33'),(99361,36031,'action complete via WP Cron','2021-02-14 18:37:33','2021-02-14 10:37:33'),(99362,36032,'action created','2021-02-14 18:37:33','2021-02-14 10:37:33'),(99363,36032,'action started via WP Cron','2021-02-14 18:38:16','2021-02-14 10:38:16'),(99364,36032,'action complete via WP Cron','2021-02-14 18:38:16','2021-02-14 10:38:16'),(99365,36033,'action created','2021-02-14 18:38:16','2021-02-14 10:38:16'),(99366,36033,'action started via WP Cron','2021-02-14 18:39:15','2021-02-14 10:39:15'),(99367,36033,'action complete via WP Cron','2021-02-14 18:39:15','2021-02-14 10:39:15'),(99368,36034,'action created','2021-02-14 18:39:15','2021-02-14 10:39:15'),(99369,36034,'action started via WP Cron','2021-02-14 18:40:16','2021-02-14 10:40:16'),(99370,36034,'action complete via WP Cron','2021-02-14 18:40:16','2021-02-14 10:40:16'),(99371,36035,'action created','2021-02-14 18:40:16','2021-02-14 10:40:16'),(99372,36035,'action started via WP Cron','2021-02-14 18:42:39','2021-02-14 10:42:39'),(99373,36035,'action complete via WP Cron','2021-02-14 18:42:39','2021-02-14 10:42:39'),(99374,36036,'action created','2021-02-14 18:42:39','2021-02-14 10:42:39'),(99375,36036,'action started via WP Cron','2021-02-14 18:51:11','2021-02-14 10:51:11'),(99376,36036,'action complete via WP Cron','2021-02-14 18:51:11','2021-02-14 10:51:11'),(99377,36037,'action created','2021-02-14 18:51:11','2021-02-14 10:51:11'),(99378,36037,'action started via WP Cron','2021-02-14 18:52:04','2021-02-14 10:52:04'),(99379,36037,'action complete via WP Cron','2021-02-14 18:52:04','2021-02-14 10:52:04'),(99380,36038,'action created','2021-02-14 18:52:04','2021-02-14 10:52:04'),(99381,36038,'action started via WP Cron','2021-02-14 18:52:41','2021-02-14 10:52:41'),(99382,36038,'action complete via WP Cron','2021-02-14 18:52:41','2021-02-14 10:52:41'),(99383,36039,'action created','2021-02-14 18:52:41','2021-02-14 10:52:41'),(99384,36039,'action started via WP Cron','2021-02-14 19:08:27','2021-02-14 11:08:27'),(99385,36039,'action complete via WP Cron','2021-02-14 19:08:27','2021-02-14 11:08:27'),(99386,36040,'action created','2021-02-14 19:08:27','2021-02-14 11:08:27'),(99387,36040,'action started via WP Cron','2021-02-14 19:10:30','2021-02-14 11:10:30'),(99388,36040,'action complete via WP Cron','2021-02-14 19:10:30','2021-02-14 11:10:30'),(99389,36041,'action created','2021-02-14 19:10:30','2021-02-14 11:10:30'),(99390,36041,'action started via WP Cron','2021-02-14 19:12:46','2021-02-14 11:12:46'),(99391,36041,'action complete via WP Cron','2021-02-14 19:12:46','2021-02-14 11:12:46'),(99392,36042,'action created','2021-02-14 19:12:46','2021-02-14 11:12:46'),(99393,36042,'action started via WP Cron','2021-02-14 19:15:41','2021-02-14 11:15:41'),(99394,36042,'action complete via WP Cron','2021-02-14 19:15:41','2021-02-14 11:15:41'),(99395,36043,'action created','2021-02-14 19:15:41','2021-02-14 11:15:41'),(99396,36043,'action started via WP Cron','2021-02-14 19:16:46','2021-02-14 11:16:46'),(99397,36043,'action complete via WP Cron','2021-02-14 19:16:46','2021-02-14 11:16:46'),(99398,36044,'action created','2021-02-14 19:16:46','2021-02-14 11:16:46'),(99399,36044,'action started via WP Cron','2021-02-14 19:17:59','2021-02-14 11:17:59'),(99400,36044,'action complete via WP Cron','2021-02-14 19:17:59','2021-02-14 11:17:59'),(99401,36045,'action created','2021-02-14 19:17:59','2021-02-14 11:17:59'),(99402,36045,'action started via WP Cron','2021-02-14 19:18:56','2021-02-14 11:18:56'),(99403,36045,'action complete via WP Cron','2021-02-14 19:18:56','2021-02-14 11:18:56'),(99404,36046,'action created','2021-02-14 19:19:14','2021-02-14 11:19:14'),(99405,36046,'action started via WP Cron','2021-02-14 19:19:51','2021-02-14 11:19:51'),(99406,36046,'action complete via WP Cron','2021-02-14 19:19:51','2021-02-14 11:19:51'),(99407,36047,'action created','2021-02-14 19:19:51','2021-02-14 11:19:51'),(99408,36047,'action started via WP Cron','2021-02-14 19:20:54','2021-02-14 11:20:54'),(99409,36047,'action complete via WP Cron','2021-02-14 19:20:54','2021-02-14 11:20:54'),(99410,36048,'action created','2021-02-14 19:20:54','2021-02-14 11:20:54'),(99411,36048,'action started via WP Cron','2021-02-14 19:21:57','2021-02-14 11:21:57'),(99412,36048,'action complete via WP Cron','2021-02-14 19:21:57','2021-02-14 11:21:57'),(99413,36049,'action created','2021-02-14 19:21:57','2021-02-14 11:21:57'),(99414,36049,'action started via WP Cron','2021-02-14 19:22:58','2021-02-14 11:22:58'),(99415,36049,'action complete via WP Cron','2021-02-14 19:22:58','2021-02-14 11:22:58'),(99416,36050,'action created','2021-02-14 19:22:58','2021-02-14 11:22:58'),(99417,36050,'action started via WP Cron','2021-02-14 19:23:48','2021-02-14 11:23:48'),(99418,36050,'action complete via WP Cron','2021-02-14 19:23:48','2021-02-14 11:23:48'),(99419,36051,'action created','2021-02-14 19:23:49','2021-02-14 11:23:49'),(99420,36051,'action started via WP Cron','2021-02-14 19:32:11','2021-02-14 11:32:11'),(99421,36051,'action complete via WP Cron','2021-02-14 19:32:11','2021-02-14 11:32:11'),(99422,36052,'action created','2021-02-14 19:32:12','2021-02-14 11:32:12'),(99423,36052,'action started via WP Cron','2021-02-14 19:37:26','2021-02-14 11:37:26'),(99424,36052,'action complete via WP Cron','2021-02-14 19:37:26','2021-02-14 11:37:26'),(99425,36053,'action created','2021-02-14 19:37:26','2021-02-14 11:37:26'),(99426,36053,'action started via WP Cron','2021-02-14 19:40:30','2021-02-14 11:40:30'),(99427,36053,'action complete via WP Cron','2021-02-14 19:40:30','2021-02-14 11:40:30'),(99428,36054,'action created','2021-02-14 19:40:30','2021-02-14 11:40:30'),(99429,36054,'action started via WP Cron','2021-02-14 19:41:33','2021-02-14 11:41:33'),(99430,36054,'action complete via WP Cron','2021-02-14 19:41:33','2021-02-14 11:41:33'),(99431,36055,'action created','2021-02-14 19:41:33','2021-02-14 11:41:33'),(99432,36055,'action started via WP Cron','2021-02-14 19:43:35','2021-02-14 11:43:35'),(99433,36055,'action complete via WP Cron','2021-02-14 19:43:35','2021-02-14 11:43:35'),(99434,36056,'action created','2021-02-14 19:43:35','2021-02-14 11:43:35'),(99435,36056,'action started via WP Cron','2021-02-14 19:44:37','2021-02-14 11:44:37'),(99436,36056,'action complete via WP Cron','2021-02-14 19:44:37','2021-02-14 11:44:37'),(99437,36057,'action created','2021-02-14 19:44:38','2021-02-14 11:44:38'),(99438,36057,'action started via WP Cron','2021-02-14 19:45:37','2021-02-14 11:45:37'),(99439,36057,'action complete via WP Cron','2021-02-14 19:45:37','2021-02-14 11:45:37'),(99440,36058,'action created','2021-02-14 19:45:37','2021-02-14 11:45:37'),(99441,36058,'action started via WP Cron','2021-02-14 19:46:40','2021-02-14 11:46:40'),(99442,36058,'action complete via WP Cron','2021-02-14 19:46:40','2021-02-14 11:46:40'),(99443,36059,'action created','2021-02-14 19:46:40','2021-02-14 11:46:40'),(99444,36059,'action started via WP Cron','2021-02-14 19:56:28','2021-02-14 11:56:28'),(99445,36059,'action complete via WP Cron','2021-02-14 19:56:28','2021-02-14 11:56:28'),(99446,36060,'action created','2021-02-14 19:56:28','2021-02-14 11:56:28'),(99447,36060,'action started via WP Cron','2021-02-14 19:59:03','2021-02-14 11:59:03'),(99448,36060,'action complete via WP Cron','2021-02-14 19:59:03','2021-02-14 11:59:03'),(99449,36061,'action created','2021-02-14 19:59:03','2021-02-14 11:59:03'),(99450,36061,'action started via WP Cron','2021-02-14 20:01:46','2021-02-14 12:01:46'),(99451,36061,'action complete via WP Cron','2021-02-14 20:01:46','2021-02-14 12:01:46'),(99452,36062,'action created','2021-02-14 20:01:46','2021-02-14 12:01:46'),(99453,36062,'action started via WP Cron','2021-02-14 20:05:03','2021-02-14 12:05:03'),(99454,36062,'action complete via WP Cron','2021-02-14 20:05:03','2021-02-14 12:05:03'),(99455,36063,'action created','2021-02-14 20:05:04','2021-02-14 12:05:04'),(99456,36063,'action started via WP Cron','2021-02-14 20:08:07','2021-02-14 12:08:07'),(99457,36063,'action complete via WP Cron','2021-02-14 20:08:07','2021-02-14 12:08:07'),(99458,36064,'action created','2021-02-14 20:08:07','2021-02-14 12:08:07'),(99459,36064,'action started via WP Cron','2021-02-14 20:10:44','2021-02-14 12:10:44'),(99460,36064,'action complete via WP Cron','2021-02-14 20:10:44','2021-02-14 12:10:44'),(99461,36065,'action created','2021-02-14 20:10:44','2021-02-14 12:10:44'),(99462,36065,'action started via WP Cron','2021-02-14 20:14:53','2021-02-14 12:14:53'),(99463,36065,'action complete via WP Cron','2021-02-14 20:14:53','2021-02-14 12:14:53'),(99464,36066,'action created','2021-02-14 20:14:53','2021-02-14 12:14:53'),(99465,36066,'action started via WP Cron','2021-02-14 20:15:56','2021-02-14 12:15:56'),(99466,36066,'action complete via WP Cron','2021-02-14 20:15:56','2021-02-14 12:15:56'),(99467,36067,'action created','2021-02-14 20:15:56','2021-02-14 12:15:56'),(99468,36067,'action started via WP Cron','2021-02-14 20:16:55','2021-02-14 12:16:55'),(99469,36067,'action complete via WP Cron','2021-02-14 20:16:55','2021-02-14 12:16:55'),(99470,36068,'action created','2021-02-14 20:16:55','2021-02-14 12:16:55'),(99471,36068,'action started via WP Cron','2021-02-14 20:17:56','2021-02-14 12:17:56'),(99472,36068,'action complete via WP Cron','2021-02-14 20:17:56','2021-02-14 12:17:56'),(99473,36069,'action created','2021-02-14 20:17:56','2021-02-14 12:17:56'),(99474,36069,'action started via WP Cron','2021-02-14 20:18:52','2021-02-14 12:18:52'),(99475,36069,'action complete via WP Cron','2021-02-14 20:18:52','2021-02-14 12:18:52'),(99476,36070,'action created','2021-02-14 20:18:52','2021-02-14 12:18:52'),(99477,36070,'action started via WP Cron','2021-02-14 20:19:50','2021-02-14 12:19:50'),(99478,36070,'action complete via WP Cron','2021-02-14 20:19:50','2021-02-14 12:19:50'),(99479,36071,'action created','2021-02-14 20:19:50','2021-02-14 12:19:50'),(99480,36071,'action started via WP Cron','2021-02-14 20:20:52','2021-02-14 12:20:52'),(99481,36071,'action complete via WP Cron','2021-02-14 20:20:52','2021-02-14 12:20:52'),(99482,36072,'action created','2021-02-14 20:20:52','2021-02-14 12:20:52'),(99483,36072,'action started via WP Cron','2021-02-14 20:21:52','2021-02-14 12:21:52'),(99484,36072,'action complete via WP Cron','2021-02-14 20:21:52','2021-02-14 12:21:52'),(99485,36073,'action created','2021-02-14 20:21:52','2021-02-14 12:21:52'),(99486,36073,'action started via WP Cron','2021-02-14 20:22:51','2021-02-14 12:22:51'),(99487,36073,'action complete via WP Cron','2021-02-14 20:22:51','2021-02-14 12:22:51'),(99488,36074,'action created','2021-02-14 20:22:51','2021-02-14 12:22:51'),(99489,36074,'action started via WP Cron','2021-02-14 20:23:47','2021-02-14 12:23:47'),(99490,36074,'action complete via WP Cron','2021-02-14 20:23:47','2021-02-14 12:23:47'),(99491,36075,'action created','2021-02-14 20:23:47','2021-02-14 12:23:47'),(99492,36075,'action started via WP Cron','2021-02-14 20:24:41','2021-02-14 12:24:41'),(99493,36075,'action complete via WP Cron','2021-02-14 20:24:41','2021-02-14 12:24:41'),(99494,36076,'action created','2021-02-14 20:24:41','2021-02-14 12:24:41'),(99495,36076,'action started via WP Cron','2021-02-14 20:25:44','2021-02-14 12:25:44'),(99496,36076,'action complete via WP Cron','2021-02-14 20:25:44','2021-02-14 12:25:44'),(99497,36077,'action created','2021-02-14 20:25:44','2021-02-14 12:25:44'),(99498,36077,'action started via WP Cron','2021-02-14 20:26:52','2021-02-14 12:26:52'),(99499,36077,'action complete via WP Cron','2021-02-14 20:26:52','2021-02-14 12:26:52'),(99500,36078,'action created','2021-02-14 20:26:52','2021-02-14 12:26:52'),(99501,36078,'action started via WP Cron','2021-02-14 20:27:43','2021-02-14 12:27:43'),(99502,36078,'action complete via WP Cron','2021-02-14 20:27:43','2021-02-14 12:27:43'),(99503,36079,'action created','2021-02-14 20:27:43','2021-02-14 12:27:43'),(99504,36079,'action started via WP Cron','2021-02-14 20:28:47','2021-02-14 12:28:47'),(99505,36079,'action complete via WP Cron','2021-02-14 20:28:47','2021-02-14 12:28:47'),(99506,36080,'action created','2021-02-14 20:28:47','2021-02-14 12:28:47'),(99507,36080,'action started via WP Cron','2021-02-14 20:29:42','2021-02-14 12:29:42'),(99508,36080,'action complete via WP Cron','2021-02-14 20:29:42','2021-02-14 12:29:42'),(99509,36081,'action created','2021-02-14 20:29:42','2021-02-14 12:29:42'),(99510,36081,'action started via WP Cron','2021-02-14 20:30:41','2021-02-14 12:30:41'),(99511,36081,'action complete via WP Cron','2021-02-14 20:30:41','2021-02-14 12:30:41'),(99512,36082,'action created','2021-02-14 20:30:41','2021-02-14 12:30:41'),(99513,36082,'action started via WP Cron','2021-02-14 20:31:56','2021-02-14 12:31:56'),(99514,36082,'action complete via WP Cron','2021-02-14 20:31:56','2021-02-14 12:31:56'),(99515,36083,'action created','2021-02-14 20:31:56','2021-02-14 12:31:56'),(99516,36083,'action started via WP Cron','2021-02-14 20:32:48','2021-02-14 12:32:48'),(99517,36083,'action complete via WP Cron','2021-02-14 20:32:48','2021-02-14 12:32:48'),(99518,36084,'action created','2021-02-14 20:32:48','2021-02-14 12:32:48'),(99519,36084,'action started via WP Cron','2021-02-14 20:33:50','2021-02-14 12:33:50'),(99520,36084,'action complete via WP Cron','2021-02-14 20:33:50','2021-02-14 12:33:50'),(99521,36085,'action created','2021-02-14 20:33:50','2021-02-14 12:33:50'),(99522,36085,'action started via WP Cron','2021-02-14 20:34:59','2021-02-14 12:34:59'),(99523,36085,'action complete via WP Cron','2021-02-14 20:34:59','2021-02-14 12:34:59'),(99524,36086,'action created','2021-02-14 20:34:59','2021-02-14 12:34:59'),(99525,36086,'action started via WP Cron','2021-02-14 20:36:02','2021-02-14 12:36:02'),(99526,36086,'action complete via WP Cron','2021-02-14 20:36:02','2021-02-14 12:36:02'),(99527,36087,'action created','2021-02-14 20:36:02','2021-02-14 12:36:02'),(99528,36087,'action started via WP Cron','2021-02-14 20:36:42','2021-02-14 12:36:42'),(99529,36087,'action complete via WP Cron','2021-02-14 20:36:42','2021-02-14 12:36:42'),(99530,36088,'action created','2021-02-14 20:36:42','2021-02-14 12:36:42'),(99531,36088,'action started via WP Cron','2021-02-14 20:37:44','2021-02-14 12:37:44'),(99532,36088,'action complete via WP Cron','2021-02-14 20:37:44','2021-02-14 12:37:44'),(99533,36089,'action created','2021-02-14 20:37:44','2021-02-14 12:37:44'),(99534,36089,'action started via WP Cron','2021-02-14 20:38:47','2021-02-14 12:38:47'),(99535,36089,'action complete via WP Cron','2021-02-14 20:38:47','2021-02-14 12:38:47'),(99536,36090,'action created','2021-02-14 20:38:47','2021-02-14 12:38:47'),(99537,36090,'action started via WP Cron','2021-02-14 20:39:40','2021-02-14 12:39:40'),(99538,36090,'action complete via WP Cron','2021-02-14 20:39:40','2021-02-14 12:39:40'),(99539,36091,'action created','2021-02-14 20:39:40','2021-02-14 12:39:40'),(99540,36091,'action started via WP Cron','2021-02-14 20:40:43','2021-02-14 12:40:43'),(99541,36091,'action complete via WP Cron','2021-02-14 20:40:43','2021-02-14 12:40:43'),(99542,36092,'action created','2021-02-14 20:40:44','2021-02-14 12:40:44'),(99543,36092,'action started via WP Cron','2021-02-14 20:41:56','2021-02-14 12:41:56'),(99544,36092,'action complete via WP Cron','2021-02-14 20:41:56','2021-02-14 12:41:56'),(99545,36093,'action created','2021-02-14 20:41:56','2021-02-14 12:41:56'),(99546,36093,'action started via WP Cron','2021-02-14 20:42:58','2021-02-14 12:42:58'),(99547,36093,'action complete via WP Cron','2021-02-14 20:42:58','2021-02-14 12:42:58'),(99548,36094,'action created','2021-02-14 20:42:59','2021-02-14 12:42:59'),(99549,36094,'action started via WP Cron','2021-02-14 20:43:53','2021-02-14 12:43:53'),(99550,36094,'action complete via WP Cron','2021-02-14 20:43:53','2021-02-14 12:43:53'),(99551,36095,'action created','2021-02-14 20:43:53','2021-02-14 12:43:53'),(99552,36095,'action started via WP Cron','2021-02-14 20:44:52','2021-02-14 12:44:52'),(99553,36095,'action complete via WP Cron','2021-02-14 20:44:52','2021-02-14 12:44:52'),(99554,36096,'action created','2021-02-14 20:44:52','2021-02-14 12:44:52'),(99555,36096,'action started via WP Cron','2021-02-14 20:45:51','2021-02-14 12:45:51'),(99556,36096,'action complete via WP Cron','2021-02-14 20:45:51','2021-02-14 12:45:51'),(99557,36097,'action created','2021-02-14 20:45:51','2021-02-14 12:45:51'),(99558,36097,'action started via WP Cron','2021-02-14 20:46:41','2021-02-14 12:46:41'),(99559,36097,'action complete via WP Cron','2021-02-14 20:46:41','2021-02-14 12:46:41'),(99560,36098,'action created','2021-02-14 20:46:41','2021-02-14 12:46:41'),(99561,36098,'action started via WP Cron','2021-02-14 20:47:42','2021-02-14 12:47:42'),(99562,36098,'action complete via WP Cron','2021-02-14 20:47:42','2021-02-14 12:47:42'),(99563,36099,'action created','2021-02-14 20:47:42','2021-02-14 12:47:42'),(99564,36099,'action started via WP Cron','2021-02-14 20:49:44','2021-02-14 12:49:44'),(99565,36099,'action complete via WP Cron','2021-02-14 20:49:44','2021-02-14 12:49:44'),(99566,36100,'action created','2021-02-14 20:49:44','2021-02-14 12:49:44'),(99567,36100,'action started via WP Cron','2021-02-14 20:50:45','2021-02-14 12:50:45'),(99568,36100,'action complete via WP Cron','2021-02-14 20:50:45','2021-02-14 12:50:45'),(99569,36101,'action created','2021-02-14 20:50:45','2021-02-14 12:50:45'),(99570,36101,'action started via WP Cron','2021-02-14 20:51:46','2021-02-14 12:51:46'),(99571,36101,'action complete via WP Cron','2021-02-14 20:51:46','2021-02-14 12:51:46'),(99572,36102,'action created','2021-02-14 20:51:47','2021-02-14 12:51:47'),(99573,36102,'action started via WP Cron','2021-02-14 20:55:16','2021-02-14 12:55:16'),(99574,36102,'action complete via WP Cron','2021-02-14 20:55:16','2021-02-14 12:55:16'),(99575,36103,'action created','2021-02-14 20:55:16','2021-02-14 12:55:16'),(99576,36103,'action started via WP Cron','2021-02-14 21:04:04','2021-02-14 13:04:04'),(99577,36103,'action complete via WP Cron','2021-02-14 21:04:04','2021-02-14 13:04:04'),(99578,36104,'action created','2021-02-14 21:04:04','2021-02-14 13:04:04'),(99579,36104,'action started via WP Cron','2021-02-14 21:10:52','2021-02-14 13:10:52'),(99580,36104,'action complete via WP Cron','2021-02-14 21:10:52','2021-02-14 13:10:52'),(99581,36105,'action created','2021-02-14 21:10:52','2021-02-14 13:10:52'),(99582,36105,'action started via WP Cron','2021-02-14 21:11:59','2021-02-14 13:11:59'),(99583,36105,'action complete via WP Cron','2021-02-14 21:11:59','2021-02-14 13:11:59'),(99584,36106,'action created','2021-02-14 21:11:59','2021-02-14 13:11:59'),(99585,36106,'action started via WP Cron','2021-02-14 21:13:00','2021-02-14 13:13:00'),(99586,36106,'action complete via WP Cron','2021-02-14 21:13:00','2021-02-14 13:13:00'),(99587,36107,'action created','2021-02-14 21:13:00','2021-02-14 13:13:00'),(99588,36107,'action started via WP Cron','2021-02-14 21:27:46','2021-02-14 13:27:46'),(99589,36107,'action complete via WP Cron','2021-02-14 21:27:46','2021-02-14 13:27:46'),(99590,36108,'action created','2021-02-14 21:27:46','2021-02-14 13:27:46'),(99591,36108,'action started via WP Cron','2021-02-14 21:35:36','2021-02-14 13:35:36'),(99592,36108,'action complete via WP Cron','2021-02-14 21:35:36','2021-02-14 13:35:36'),(99593,36109,'action created','2021-02-14 21:35:36','2021-02-14 13:35:36'),(99594,36109,'action started via WP Cron','2021-02-14 21:36:50','2021-02-14 13:36:50'),(99595,36109,'action complete via WP Cron','2021-02-14 21:36:50','2021-02-14 13:36:50'),(99596,36110,'action created','2021-02-14 21:36:50','2021-02-14 13:36:50'),(99597,36110,'action started via WP Cron','2021-02-14 21:37:47','2021-02-14 13:37:47'),(99598,36110,'action complete via WP Cron','2021-02-14 21:37:47','2021-02-14 13:37:47'),(99599,36111,'action created','2021-02-14 21:37:47','2021-02-14 13:37:47'),(99600,36111,'action started via WP Cron','2021-02-14 21:38:46','2021-02-14 13:38:46'),(99601,36111,'action complete via WP Cron','2021-02-14 21:38:46','2021-02-14 13:38:46'),(99602,36112,'action created','2021-02-14 21:38:46','2021-02-14 13:38:46'),(99603,36112,'action started via WP Cron','2021-02-14 21:39:42','2021-02-14 13:39:42'),(99604,36112,'action complete via WP Cron','2021-02-14 21:39:42','2021-02-14 13:39:42'),(99605,36113,'action created','2021-02-14 21:39:42','2021-02-14 13:39:42'),(99606,36113,'action started via WP Cron','2021-02-14 21:40:56','2021-02-14 13:40:56'),(99607,36113,'action complete via WP Cron','2021-02-14 21:40:56','2021-02-14 13:40:56'),(99608,36114,'action created','2021-02-14 21:40:56','2021-02-14 13:40:56'),(99609,36114,'action started via WP Cron','2021-02-14 21:41:57','2021-02-14 13:41:57'),(99610,36114,'action complete via WP Cron','2021-02-14 21:41:57','2021-02-14 13:41:57'),(99611,36115,'action created','2021-02-14 21:41:57','2021-02-14 13:41:57'),(99612,36115,'action started via WP Cron','2021-02-14 21:42:42','2021-02-14 13:42:42'),(99613,36115,'action complete via WP Cron','2021-02-14 21:42:42','2021-02-14 13:42:42'),(99614,36116,'action created','2021-02-14 21:42:42','2021-02-14 13:42:42'),(99615,36116,'action started via WP Cron','2021-02-14 21:43:47','2021-02-14 13:43:47'),(99616,36116,'action complete via WP Cron','2021-02-14 21:43:47','2021-02-14 13:43:47'),(99617,36117,'action created','2021-02-14 21:43:47','2021-02-14 13:43:47'),(99618,36117,'action started via WP Cron','2021-02-14 21:44:52','2021-02-14 13:44:52'),(99619,36117,'action complete via WP Cron','2021-02-14 21:44:52','2021-02-14 13:44:52'),(99620,36118,'action created','2021-02-14 21:44:52','2021-02-14 13:44:52'),(99621,36118,'action started via WP Cron','2021-02-14 21:45:48','2021-02-14 13:45:48'),(99622,36118,'action complete via WP Cron','2021-02-14 21:45:48','2021-02-14 13:45:48'),(99623,36119,'action created','2021-02-14 21:45:48','2021-02-14 13:45:48'),(99624,36119,'action started via WP Cron','2021-02-14 21:46:48','2021-02-14 13:46:48'),(99625,36119,'action complete via WP Cron','2021-02-14 21:46:48','2021-02-14 13:46:48'),(99626,36120,'action created','2021-02-14 21:46:48','2021-02-14 13:46:48'),(99627,36120,'action started via WP Cron','2021-02-14 21:47:57','2021-02-14 13:47:57'),(99628,36120,'action complete via WP Cron','2021-02-14 21:47:57','2021-02-14 13:47:57'),(99629,36121,'action created','2021-02-14 21:47:57','2021-02-14 13:47:57'),(99630,36121,'action started via WP Cron','2021-02-14 21:48:58','2021-02-14 13:48:58'),(99631,36121,'action complete via WP Cron','2021-02-14 21:48:58','2021-02-14 13:48:58'),(99632,36122,'action created','2021-02-14 21:48:58','2021-02-14 13:48:58'),(99633,36122,'action started via WP Cron','2021-02-14 21:49:56','2021-02-14 13:49:56'),(99634,36122,'action complete via WP Cron','2021-02-14 21:49:56','2021-02-14 13:49:56'),(99635,36123,'action created','2021-02-14 21:49:56','2021-02-14 13:49:56'),(99636,36123,'action started via WP Cron','2021-02-14 21:50:56','2021-02-14 13:50:56'),(99637,36123,'action complete via WP Cron','2021-02-14 21:50:56','2021-02-14 13:50:56'),(99638,36124,'action created','2021-02-14 21:50:56','2021-02-14 13:50:56'),(99639,36124,'action started via WP Cron','2021-02-14 21:51:41','2021-02-14 13:51:41'),(99640,36124,'action complete via WP Cron','2021-02-14 21:51:41','2021-02-14 13:51:41'),(99641,36125,'action created','2021-02-14 21:51:41','2021-02-14 13:51:41'),(99642,36125,'action started via WP Cron','2021-02-14 21:52:49','2021-02-14 13:52:49'),(99643,36125,'action complete via WP Cron','2021-02-14 21:52:49','2021-02-14 13:52:49'),(99644,36126,'action created','2021-02-14 21:52:50','2021-02-14 13:52:50'),(99645,36126,'action started via WP Cron','2021-02-14 21:53:50','2021-02-14 13:53:50'),(99646,36126,'action complete via WP Cron','2021-02-14 21:53:50','2021-02-14 13:53:50'),(99647,36127,'action created','2021-02-14 21:53:50','2021-02-14 13:53:50'),(99648,36127,'action started via WP Cron','2021-02-14 21:55:00','2021-02-14 13:55:00'),(99649,36127,'action complete via WP Cron','2021-02-14 21:55:00','2021-02-14 13:55:00'),(99650,36128,'action created','2021-02-14 21:55:00','2021-02-14 13:55:00'),(99651,36128,'action started via WP Cron','2021-02-14 21:55:50','2021-02-14 13:55:50'),(99652,36128,'action complete via WP Cron','2021-02-14 21:55:50','2021-02-14 13:55:50'),(99653,36129,'action created','2021-02-14 21:55:50','2021-02-14 13:55:50'),(99654,36129,'action started via WP Cron','2021-02-14 21:56:46','2021-02-14 13:56:46'),(99655,36129,'action complete via WP Cron','2021-02-14 21:56:46','2021-02-14 13:56:46'),(99656,36130,'action created','2021-02-14 21:56:46','2021-02-14 13:56:46'),(99657,36130,'action started via WP Cron','2021-02-14 21:57:55','2021-02-14 13:57:55'),(99658,36130,'action complete via WP Cron','2021-02-14 21:57:55','2021-02-14 13:57:55'),(99659,36131,'action created','2021-02-14 21:57:55','2021-02-14 13:57:55'),(99660,36131,'action started via WP Cron','2021-02-14 21:58:48','2021-02-14 13:58:48'),(99661,36131,'action complete via WP Cron','2021-02-14 21:58:48','2021-02-14 13:58:48'),(99662,36132,'action created','2021-02-14 21:58:48','2021-02-14 13:58:48'),(99663,36132,'action started via WP Cron','2021-02-14 22:00:04','2021-02-14 14:00:04'),(99664,36132,'action complete via WP Cron','2021-02-14 22:00:04','2021-02-14 14:00:04'),(99665,36133,'action created','2021-02-14 22:00:04','2021-02-14 14:00:04'),(99666,36133,'action started via WP Cron','2021-02-14 22:00:54','2021-02-14 14:00:54'),(99667,36133,'action complete via WP Cron','2021-02-14 22:00:54','2021-02-14 14:00:54'),(99668,36134,'action created','2021-02-14 22:00:54','2021-02-14 14:00:54'),(99669,36134,'action started via WP Cron','2021-02-14 22:01:47','2021-02-14 14:01:47'),(99670,36134,'action complete via WP Cron','2021-02-14 22:01:47','2021-02-14 14:01:47'),(99671,36135,'action created','2021-02-14 22:01:49','2021-02-14 14:01:49'),(99672,36135,'action started via WP Cron','2021-02-14 22:02:56','2021-02-14 14:02:56'),(99673,36135,'action complete via WP Cron','2021-02-14 22:02:56','2021-02-14 14:02:56'),(99674,36136,'action created','2021-02-14 22:02:56','2021-02-14 14:02:56'),(99675,36136,'action started via WP Cron','2021-02-14 22:03:52','2021-02-14 14:03:52'),(99676,36136,'action complete via WP Cron','2021-02-14 22:03:52','2021-02-14 14:03:52'),(99677,36137,'action created','2021-02-14 22:03:52','2021-02-14 14:03:52'),(99678,36137,'action started via WP Cron','2021-02-14 22:04:47','2021-02-14 14:04:47'),(99679,36137,'action complete via WP Cron','2021-02-14 22:04:47','2021-02-14 14:04:47'),(99680,36138,'action created','2021-02-14 22:04:47','2021-02-14 14:04:47'),(99681,36138,'action started via WP Cron','2021-02-14 22:06:00','2021-02-14 14:06:00'),(99682,36138,'action complete via WP Cron','2021-02-14 22:06:00','2021-02-14 14:06:00'),(99683,36139,'action created','2021-02-14 22:06:00','2021-02-14 14:06:00'),(99684,36139,'action started via WP Cron','2021-02-14 22:06:41','2021-02-14 14:06:41'),(99685,36139,'action complete via WP Cron','2021-02-14 22:06:41','2021-02-14 14:06:41'),(99686,36140,'action created','2021-02-14 22:06:41','2021-02-14 14:06:41'),(99687,36140,'action started via WP Cron','2021-02-14 22:07:44','2021-02-14 14:07:44'),(99688,36140,'action complete via WP Cron','2021-02-14 22:07:44','2021-02-14 14:07:44'),(99689,36141,'action created','2021-02-14 22:07:44','2021-02-14 14:07:44'),(99690,36141,'action started via WP Cron','2021-02-14 22:09:04','2021-02-14 14:09:04'),(99691,36141,'action complete via WP Cron','2021-02-14 22:09:04','2021-02-14 14:09:04'),(99692,36142,'action created','2021-02-14 22:09:04','2021-02-14 14:09:04'),(99693,36142,'action started via WP Cron','2021-02-14 22:09:48','2021-02-14 14:09:48'),(99694,36142,'action complete via WP Cron','2021-02-14 22:09:48','2021-02-14 14:09:48'),(99695,36143,'action created','2021-02-14 22:09:49','2021-02-14 14:09:49'),(99696,36143,'action started via WP Cron','2021-02-14 22:10:41','2021-02-14 14:10:41'),(99697,36143,'action complete via WP Cron','2021-02-14 22:10:41','2021-02-14 14:10:41'),(99698,36144,'action created','2021-02-14 22:10:41','2021-02-14 14:10:41'),(99699,36144,'action started via WP Cron','2021-02-14 22:12:03','2021-02-14 14:12:03'),(99700,36144,'action complete via WP Cron','2021-02-14 22:12:03','2021-02-14 14:12:03'),(99701,36145,'action created','2021-02-14 22:12:03','2021-02-14 14:12:03'),(99702,36145,'action started via WP Cron','2021-02-14 22:12:52','2021-02-14 14:12:52'),(99703,36145,'action complete via WP Cron','2021-02-14 22:12:52','2021-02-14 14:12:52'),(99704,36146,'action created','2021-02-14 22:12:52','2021-02-14 14:12:52'),(99705,36146,'action started via WP Cron','2021-02-14 22:13:50','2021-02-14 14:13:50'),(99706,36146,'action complete via WP Cron','2021-02-14 22:13:50','2021-02-14 14:13:50'),(99707,36147,'action created','2021-02-14 22:13:50','2021-02-14 14:13:50'),(99708,36147,'action started via WP Cron','2021-02-14 22:14:56','2021-02-14 14:14:56'),(99709,36147,'action complete via WP Cron','2021-02-14 22:14:56','2021-02-14 14:14:56'),(99710,36148,'action created','2021-02-14 22:14:56','2021-02-14 14:14:56'),(99711,36148,'action started via WP Cron','2021-02-14 22:18:06','2021-02-14 14:18:06'),(99712,36148,'action complete via WP Cron','2021-02-14 22:18:06','2021-02-14 14:18:06'),(99713,36149,'action created','2021-02-14 22:18:06','2021-02-14 14:18:06'),(99714,36149,'action started via WP Cron','2021-02-14 22:24:36','2021-02-14 14:24:36'),(99715,36149,'action complete via WP Cron','2021-02-14 22:24:36','2021-02-14 14:24:36'),(99716,36150,'action created','2021-02-14 22:24:36','2021-02-14 14:24:36'),(99717,36150,'action started via WP Cron','2021-02-14 22:25:42','2021-02-14 14:25:42'),(99718,36150,'action complete via WP Cron','2021-02-14 22:25:42','2021-02-14 14:25:42'),(99719,36151,'action created','2021-02-14 22:25:42','2021-02-14 14:25:42'),(99720,36151,'action started via WP Cron','2021-02-14 22:26:43','2021-02-14 14:26:43'),(99721,36151,'action complete via WP Cron','2021-02-14 22:26:43','2021-02-14 14:26:43'),(99722,36152,'action created','2021-02-14 22:26:43','2021-02-14 14:26:43'),(99723,36152,'action started via WP Cron','2021-02-14 22:28:45','2021-02-14 14:28:45'),(99724,36152,'action complete via WP Cron','2021-02-14 22:28:45','2021-02-14 14:28:45'),(99725,36153,'action created','2021-02-14 22:28:46','2021-02-14 14:28:46'),(99726,36153,'action started via WP Cron','2021-02-14 22:29:46','2021-02-14 14:29:46'),(99727,36153,'action complete via WP Cron','2021-02-14 22:29:46','2021-02-14 14:29:46'),(99728,36154,'action created','2021-02-14 22:29:46','2021-02-14 14:29:46'),(99729,36154,'action started via WP Cron','2021-02-14 22:30:48','2021-02-14 14:30:48'),(99730,36154,'action complete via WP Cron','2021-02-14 22:30:48','2021-02-14 14:30:48'),(99731,36155,'action created','2021-02-14 22:30:48','2021-02-14 14:30:48'),(99732,36155,'action started via WP Cron','2021-02-14 22:32:02','2021-02-14 14:32:02'),(99733,36155,'action complete via WP Cron','2021-02-14 22:32:02','2021-02-14 14:32:02'),(99734,36156,'action created','2021-02-14 22:32:02','2021-02-14 14:32:02'),(99735,36156,'action started via WP Cron','2021-02-14 22:37:55','2021-02-14 14:37:55'),(99736,36156,'action complete via WP Cron','2021-02-14 22:37:55','2021-02-14 14:37:55'),(99737,36157,'action created','2021-02-14 22:37:55','2021-02-14 14:37:55'),(99738,36157,'action started via WP Cron','2021-02-14 22:44:03','2021-02-14 14:44:03'),(99739,36157,'action complete via WP Cron','2021-02-14 22:44:03','2021-02-14 14:44:03'),(99740,36158,'action created','2021-02-14 22:44:03','2021-02-14 14:44:03'),(99741,36158,'action started via WP Cron','2021-02-14 22:45:05','2021-02-14 14:45:05'),(99742,36158,'action complete via WP Cron','2021-02-14 22:45:05','2021-02-14 14:45:05'),(99743,36159,'action created','2021-02-14 22:45:05','2021-02-14 14:45:05'),(99744,36159,'action started via WP Cron','2021-02-14 22:47:08','2021-02-14 14:47:08'),(99745,36159,'action complete via WP Cron','2021-02-14 22:47:08','2021-02-14 14:47:08'),(99746,36160,'action created','2021-02-14 22:47:08','2021-02-14 14:47:08'),(99747,36160,'action started via WP Cron','2021-02-14 22:48:08','2021-02-14 14:48:08'),(99748,36160,'action complete via WP Cron','2021-02-14 22:48:08','2021-02-14 14:48:08'),(99749,36161,'action created','2021-02-14 22:48:08','2021-02-14 14:48:08'),(99750,36161,'action started via WP Cron','2021-02-14 22:49:09','2021-02-14 14:49:09'),(99751,36161,'action complete via WP Cron','2021-02-14 22:49:09','2021-02-14 14:49:09'),(99752,36162,'action created','2021-02-14 22:49:10','2021-02-14 14:49:10'),(99753,36162,'action started via WP Cron','2021-02-14 22:52:15','2021-02-14 14:52:15'),(99754,36162,'action complete via WP Cron','2021-02-14 22:52:15','2021-02-14 14:52:15'),(99755,36163,'action created','2021-02-14 22:52:15','2021-02-14 14:52:15'),(99756,36163,'action started via WP Cron','2021-02-14 22:52:41','2021-02-14 14:52:41'),(99757,36163,'action complete via WP Cron','2021-02-14 22:52:41','2021-02-14 14:52:41'),(99758,36164,'action created','2021-02-14 22:52:41','2021-02-14 14:52:41'),(99759,36164,'action started via WP Cron','2021-02-14 22:53:43','2021-02-14 14:53:43'),(99760,36164,'action complete via WP Cron','2021-02-14 22:53:43','2021-02-14 14:53:43'),(99761,36165,'action created','2021-02-14 22:53:43','2021-02-14 14:53:43'),(99762,36165,'action started via WP Cron','2021-02-14 22:54:46','2021-02-14 14:54:46'),(99763,36165,'action complete via WP Cron','2021-02-14 22:54:46','2021-02-14 14:54:46'),(99764,36166,'action created','2021-02-14 22:54:46','2021-02-14 14:54:46'),(99765,36166,'action started via WP Cron','2021-02-14 22:55:58','2021-02-14 14:55:58'),(99766,36166,'action complete via WP Cron','2021-02-14 22:55:58','2021-02-14 14:55:58'),(99767,36167,'action created','2021-02-14 22:55:58','2021-02-14 14:55:58'),(99768,36167,'action started via WP Cron','2021-02-14 22:56:48','2021-02-14 14:56:48'),(99769,36167,'action complete via WP Cron','2021-02-14 22:56:48','2021-02-14 14:56:48'),(99770,36168,'action created','2021-02-14 22:56:48','2021-02-14 14:56:48'),(99771,36168,'action started via WP Cron','2021-02-14 22:58:03','2021-02-14 14:58:03'),(99772,36168,'action complete via WP Cron','2021-02-14 22:58:03','2021-02-14 14:58:03'),(99773,36169,'action created','2021-02-14 22:58:03','2021-02-14 14:58:03'),(99774,36169,'action started via WP Cron','2021-02-14 22:58:51','2021-02-14 14:58:51'),(99775,36169,'action complete via WP Cron','2021-02-14 22:58:51','2021-02-14 14:58:51'),(99776,36170,'action created','2021-02-14 22:58:51','2021-02-14 14:58:51'),(99777,36170,'action started via WP Cron','2021-02-14 22:59:53','2021-02-14 14:59:53'),(99778,36170,'action complete via WP Cron','2021-02-14 22:59:53','2021-02-14 14:59:53'),(99779,36171,'action created','2021-02-14 22:59:53','2021-02-14 14:59:53'),(99780,36171,'action started via WP Cron','2021-02-14 23:00:42','2021-02-14 15:00:42'),(99781,36171,'action complete via WP Cron','2021-02-14 23:00:42','2021-02-14 15:00:42'),(99782,36172,'action created','2021-02-14 23:00:42','2021-02-14 15:00:42'),(99783,36172,'action started via WP Cron','2021-02-14 23:01:48','2021-02-14 15:01:48'),(99784,36172,'action complete via WP Cron','2021-02-14 23:01:48','2021-02-14 15:01:48'),(99785,36173,'action created','2021-02-14 23:01:48','2021-02-14 15:01:48'),(99786,36173,'action started via WP Cron','2021-02-14 23:03:00','2021-02-14 15:03:00'),(99787,36173,'action complete via WP Cron','2021-02-14 23:03:00','2021-02-14 15:03:00'),(99788,36174,'action created','2021-02-14 23:03:00','2021-02-14 15:03:00'),(99789,36174,'action started via WP Cron','2021-02-14 23:03:54','2021-02-14 15:03:54'),(99790,36174,'action complete via WP Cron','2021-02-14 23:03:54','2021-02-14 15:03:54'),(99791,36175,'action created','2021-02-14 23:03:54','2021-02-14 15:03:54'),(99792,36175,'action started via WP Cron','2021-02-14 23:05:04','2021-02-14 15:05:04'),(99793,36175,'action complete via WP Cron','2021-02-14 23:05:04','2021-02-14 15:05:04'),(99794,36176,'action created','2021-02-14 23:05:04','2021-02-14 15:05:04'),(99795,36176,'action started via WP Cron','2021-02-14 23:05:57','2021-02-14 15:05:57'),(99796,36176,'action complete via WP Cron','2021-02-14 23:05:57','2021-02-14 15:05:57'),(99797,36177,'action created','2021-02-14 23:05:57','2021-02-14 15:05:57'),(99798,36177,'action started via WP Cron','2021-02-14 23:06:44','2021-02-14 15:06:44'),(99799,36177,'action complete via WP Cron','2021-02-14 23:06:44','2021-02-14 15:06:44'),(99800,36178,'action created','2021-02-14 23:06:44','2021-02-14 15:06:44'),(99801,36178,'action started via WP Cron','2021-02-14 23:07:56','2021-02-14 15:07:56'),(99802,36178,'action complete via WP Cron','2021-02-14 23:07:56','2021-02-14 15:07:56'),(99803,36179,'action created','2021-02-14 23:07:56','2021-02-14 15:07:56'),(99804,36179,'action started via WP Cron','2021-02-14 23:09:05','2021-02-14 15:09:05'),(99805,36179,'action complete via WP Cron','2021-02-14 23:09:05','2021-02-14 15:09:05'),(99806,36180,'action created','2021-02-14 23:09:05','2021-02-14 15:09:05'),(99807,36180,'action started via WP Cron','2021-02-14 23:09:45','2021-02-14 15:09:45'),(99808,36180,'action complete via WP Cron','2021-02-14 23:09:45','2021-02-14 15:09:45'),(99809,36181,'action created','2021-02-14 23:09:45','2021-02-14 15:09:45'),(99810,36181,'action started via WP Cron','2021-02-14 23:10:56','2021-02-14 15:10:56'),(99811,36181,'action complete via WP Cron','2021-02-14 23:10:56','2021-02-14 15:10:56'),(99812,36182,'action created','2021-02-14 23:10:57','2021-02-14 15:10:57'),(99813,36182,'action started via WP Cron','2021-02-14 23:12:03','2021-02-14 15:12:03'),(99814,36182,'action complete via WP Cron','2021-02-14 23:12:03','2021-02-14 15:12:03'),(99815,36183,'action created','2021-02-14 23:12:03','2021-02-14 15:12:03'),(99816,36183,'action started via WP Cron','2021-02-14 23:12:48','2021-02-14 15:12:48'),(99817,36183,'action complete via WP Cron','2021-02-14 23:12:48','2021-02-14 15:12:48'),(99818,36184,'action created','2021-02-14 23:12:48','2021-02-14 15:12:48'),(99819,36184,'action started via WP Cron','2021-02-14 23:13:52','2021-02-14 15:13:52'),(99820,36184,'action complete via WP Cron','2021-02-14 23:13:52','2021-02-14 15:13:52'),(99821,36185,'action created','2021-02-14 23:13:52','2021-02-14 15:13:52'),(99822,36185,'action started via WP Cron','2021-02-14 23:14:44','2021-02-14 15:14:44'),(99823,36185,'action complete via WP Cron','2021-02-14 23:14:44','2021-02-14 15:14:44'),(99824,36186,'action created','2021-02-14 23:14:44','2021-02-14 15:14:44'),(99825,36186,'action started via WP Cron','2021-02-14 23:15:43','2021-02-14 15:15:43'),(99826,36186,'action complete via WP Cron','2021-02-14 23:15:43','2021-02-14 15:15:43'),(99827,36187,'action created','2021-02-14 23:15:43','2021-02-14 15:15:43'),(99828,36187,'action started via WP Cron','2021-02-14 23:16:43','2021-02-14 15:16:43'),(99829,36187,'action complete via WP Cron','2021-02-14 23:16:43','2021-02-14 15:16:43'),(99830,36188,'action created','2021-02-14 23:16:43','2021-02-14 15:16:43'),(99831,36188,'action started via WP Cron','2021-02-14 23:17:48','2021-02-14 15:17:48'),(99832,36188,'action complete via WP Cron','2021-02-14 23:17:48','2021-02-14 15:17:48'),(99833,36189,'action created','2021-02-14 23:17:48','2021-02-14 15:17:48'),(99834,36189,'action started via WP Cron','2021-02-14 23:18:53','2021-02-14 15:18:53'),(99835,36189,'action complete via WP Cron','2021-02-14 23:18:53','2021-02-14 15:18:53'),(99836,36190,'action created','2021-02-14 23:18:53','2021-02-14 15:18:53'),(99837,36190,'action started via WP Cron','2021-02-14 23:19:41','2021-02-14 15:19:41'),(99838,36190,'action complete via WP Cron','2021-02-14 23:19:41','2021-02-14 15:19:41'),(99839,36191,'action created','2021-02-14 23:19:41','2021-02-14 15:19:41'),(99840,36191,'action started via WP Cron','2021-02-14 23:20:56','2021-02-14 15:20:56'),(99841,36191,'action complete via WP Cron','2021-02-14 23:20:56','2021-02-14 15:20:56'),(99842,36192,'action created','2021-02-14 23:20:57','2021-02-14 15:20:57'),(99843,36192,'action started via WP Cron','2021-02-14 23:21:50','2021-02-14 15:21:50'),(99844,36192,'action complete via WP Cron','2021-02-14 23:21:50','2021-02-14 15:21:50'),(99845,36193,'action created','2021-02-14 23:21:50','2021-02-14 15:21:50'),(99846,36193,'action started via WP Cron','2021-02-14 23:23:03','2021-02-14 15:23:03'),(99847,36193,'action complete via WP Cron','2021-02-14 23:23:03','2021-02-14 15:23:03'),(99848,36194,'action created','2021-02-14 23:23:03','2021-02-14 15:23:03'),(99849,36194,'action started via WP Cron','2021-02-14 23:24:02','2021-02-14 15:24:02'),(99850,36194,'action complete via WP Cron','2021-02-14 23:24:02','2021-02-14 15:24:02'),(99851,36195,'action created','2021-02-14 23:24:02','2021-02-14 15:24:02'),(99852,36195,'action started via WP Cron','2021-02-14 23:24:51','2021-02-14 15:24:51'),(99853,36195,'action complete via WP Cron','2021-02-14 23:24:51','2021-02-14 15:24:51'),(99854,36196,'action created','2021-02-14 23:24:51','2021-02-14 15:24:51'),(99855,36196,'action started via WP Cron','2021-02-14 23:25:47','2021-02-14 15:25:47'),(99856,36196,'action complete via WP Cron','2021-02-14 23:25:47','2021-02-14 15:25:47'),(99857,36197,'action created','2021-02-14 23:25:47','2021-02-14 15:25:47'),(99858,36197,'action started via WP Cron','2021-02-14 23:26:54','2021-02-14 15:26:54'),(99859,36197,'action complete via WP Cron','2021-02-14 23:26:54','2021-02-14 15:26:54'),(99860,36198,'action created','2021-02-14 23:26:54','2021-02-14 15:26:54'),(99861,36198,'action started via WP Cron','2021-02-14 23:27:42','2021-02-14 15:27:42'),(99862,36198,'action complete via WP Cron','2021-02-14 23:27:42','2021-02-14 15:27:42'),(99863,36199,'action created','2021-02-14 23:27:42','2021-02-14 15:27:42'),(99864,36199,'action started via WP Cron','2021-02-14 23:28:45','2021-02-14 15:28:45'),(99865,36199,'action complete via WP Cron','2021-02-14 23:28:45','2021-02-14 15:28:45'),(99866,36200,'action created','2021-02-14 23:28:45','2021-02-14 15:28:45'),(99867,36200,'action started via WP Cron','2021-02-14 23:32:25','2021-02-14 15:32:25'),(99868,36200,'action complete via WP Cron','2021-02-14 23:32:25','2021-02-14 15:32:25'),(99869,36201,'action created','2021-02-14 23:32:25','2021-02-14 15:32:25'),(99870,36201,'action started via WP Cron','2021-02-14 23:33:01','2021-02-14 15:33:01'),(99871,36201,'action complete via WP Cron','2021-02-14 23:33:01','2021-02-14 15:33:01'),(99872,36202,'action created','2021-02-14 23:33:02','2021-02-14 15:33:02'),(99873,36202,'action started via WP Cron','2021-02-14 23:34:03','2021-02-14 15:34:03'),(99874,36202,'action complete via WP Cron','2021-02-14 23:34:03','2021-02-14 15:34:03'),(99875,36203,'action created','2021-02-14 23:34:03','2021-02-14 15:34:03'),(99876,36203,'action started via WP Cron','2021-02-14 23:36:05','2021-02-14 15:36:05'),(99877,36203,'action complete via WP Cron','2021-02-14 23:36:05','2021-02-14 15:36:05'),(99878,36204,'action created','2021-02-14 23:36:05','2021-02-14 15:36:05'),(99879,36204,'action started via WP Cron','2021-02-14 23:37:17','2021-02-14 15:37:17'),(99880,36204,'action complete via WP Cron','2021-02-14 23:37:17','2021-02-14 15:37:17'),(99881,36205,'action created','2021-02-14 23:37:17','2021-02-14 15:37:17'),(99882,36205,'action started via WP Cron','2021-02-14 23:38:06','2021-02-14 15:38:06'),(99883,36205,'action complete via WP Cron','2021-02-14 23:38:06','2021-02-14 15:38:06'),(99884,36206,'action created','2021-02-14 23:38:06','2021-02-14 15:38:06'),(99885,36206,'action started via WP Cron','2021-02-14 23:39:07','2021-02-14 15:39:07'),(99886,36206,'action complete via WP Cron','2021-02-14 23:39:07','2021-02-14 15:39:07'),(99887,36207,'action created','2021-02-14 23:39:07','2021-02-14 15:39:07'),(99888,36207,'action started via WP Cron','2021-02-14 23:49:49','2021-02-14 15:49:49'),(99889,36207,'action complete via WP Cron','2021-02-14 23:49:49','2021-02-14 15:49:49'),(99890,36208,'action created','2021-02-14 23:49:49','2021-02-14 15:49:49'),(99891,36208,'action started via WP Cron','2021-02-14 23:52:34','2021-02-14 15:52:34'),(99892,36208,'action complete via WP Cron','2021-02-14 23:52:34','2021-02-14 15:52:34'),(99893,36209,'action created','2021-02-14 23:52:35','2021-02-14 15:52:35'),(99894,36209,'action started via WP Cron','2021-02-14 23:53:07','2021-02-14 15:53:07'),(99895,36209,'action complete via WP Cron','2021-02-14 23:53:07','2021-02-14 15:53:07'),(99896,36210,'action created','2021-02-14 23:53:07','2021-02-14 15:53:07'),(99897,36210,'action started via WP Cron','2021-02-14 23:53:45','2021-02-14 15:53:45'),(99898,36210,'action complete via WP Cron','2021-02-14 23:53:45','2021-02-14 15:53:45'),(99899,36211,'action created','2021-02-14 23:53:45','2021-02-14 15:53:45'),(99900,36211,'action started via WP Cron','2021-02-14 23:55:05','2021-02-14 15:55:05'),(99901,36211,'action complete via WP Cron','2021-02-14 23:55:05','2021-02-14 15:55:05'),(99902,36212,'action created','2021-02-14 23:55:05','2021-02-14 15:55:05'),(99903,36212,'action started via WP Cron','2021-02-14 23:55:52','2021-02-14 15:55:52'),(99904,36212,'action complete via WP Cron','2021-02-14 23:55:52','2021-02-14 15:55:52'),(99905,36213,'action created','2021-02-14 23:55:52','2021-02-14 15:55:52'),(99906,36213,'action started via WP Cron','2021-02-14 23:56:50','2021-02-14 15:56:50'),(99907,36213,'action complete via WP Cron','2021-02-14 23:56:50','2021-02-14 15:56:50'),(99908,36214,'action created','2021-02-14 23:56:50','2021-02-14 15:56:50'),(99909,36214,'action started via WP Cron','2021-02-14 23:57:42','2021-02-14 15:57:42'),(99910,36214,'action complete via WP Cron','2021-02-14 23:57:42','2021-02-14 15:57:42'),(99911,36215,'action created','2021-02-14 23:57:42','2021-02-14 15:57:42'),(99912,36215,'action started via WP Cron','2021-02-14 23:59:04','2021-02-14 15:59:04'),(99913,36215,'action complete via WP Cron','2021-02-14 23:59:04','2021-02-14 15:59:04'),(99914,36216,'action created','2021-02-14 23:59:05','2021-02-14 15:59:05'),(99915,36216,'action started via WP Cron','2021-02-15 00:00:15','2021-02-14 16:00:15'),(99916,36216,'action complete via WP Cron','2021-02-15 00:00:15','2021-02-14 16:00:15'),(99917,36217,'action created','2021-02-15 00:00:15','2021-02-14 16:00:15'),(99918,36217,'action started via WP Cron','2021-02-15 00:00:54','2021-02-14 16:00:54'),(99919,36217,'action complete via WP Cron','2021-02-15 00:00:54','2021-02-14 16:00:54'),(99920,36218,'action created','2021-02-15 00:00:54','2021-02-14 16:00:54'),(99921,36218,'action started via WP Cron','2021-02-15 00:02:20','2021-02-14 16:02:20'),(99922,36218,'action complete via WP Cron','2021-02-15 00:02:20','2021-02-14 16:02:20'),(99923,36219,'action created','2021-02-15 00:02:20','2021-02-14 16:02:20'),(99924,36219,'action started via WP Cron','2021-02-15 00:03:23','2021-02-14 16:03:23'),(99925,36219,'action complete via WP Cron','2021-02-15 00:03:23','2021-02-14 16:03:23'),(99926,36220,'action created','2021-02-15 00:03:23','2021-02-14 16:03:23'),(99927,36220,'action started via WP Cron','2021-02-15 00:04:21','2021-02-14 16:04:21'),(99928,36220,'action complete via WP Cron','2021-02-15 00:04:21','2021-02-14 16:04:21'),(99929,36221,'action created','2021-02-15 00:04:21','2021-02-14 16:04:21'),(99930,36221,'action started via WP Cron','2021-02-15 00:04:56','2021-02-14 16:04:56'),(99931,36221,'action complete via WP Cron','2021-02-15 00:04:56','2021-02-14 16:04:56'),(99932,36222,'action created','2021-02-15 00:04:56','2021-02-14 16:04:56'),(99933,36222,'action started via WP Cron','2021-02-15 00:06:01','2021-02-14 16:06:01'),(99934,36222,'action complete via WP Cron','2021-02-15 00:06:01','2021-02-14 16:06:01'),(99935,36223,'action created','2021-02-15 00:06:01','2021-02-14 16:06:01'),(99936,36223,'action started via WP Cron','2021-02-15 00:06:41','2021-02-14 16:06:41'),(99937,36223,'action complete via WP Cron','2021-02-15 00:06:41','2021-02-14 16:06:41'),(99938,36224,'action created','2021-02-15 00:06:41','2021-02-14 16:06:41'),(99939,36224,'action started via WP Cron','2021-02-15 00:07:48','2021-02-14 16:07:48'),(99940,36224,'action complete via WP Cron','2021-02-15 00:07:48','2021-02-14 16:07:48'),(99941,36225,'action created','2021-02-15 00:07:55','2021-02-14 16:07:55'),(99942,36225,'action started via WP Cron','2021-02-15 00:08:50','2021-02-14 16:08:50'),(99943,36225,'action complete via WP Cron','2021-02-15 00:08:50','2021-02-14 16:08:50'),(99944,36226,'action created','2021-02-15 00:08:50','2021-02-14 16:08:50'),(99945,36226,'action started via WP Cron','2021-02-15 00:10:26','2021-02-14 16:10:26'),(99946,36226,'action complete via WP Cron','2021-02-15 00:10:26','2021-02-14 16:10:26'),(99947,36227,'action created','2021-02-15 00:10:26','2021-02-14 16:10:26'),(99948,36227,'action started via WP Cron','2021-02-15 00:11:12','2021-02-14 16:11:12'),(99949,36227,'action complete via WP Cron','2021-02-15 00:11:12','2021-02-14 16:11:12'),(99950,36228,'action created','2021-02-15 00:11:12','2021-02-14 16:11:12'),(99951,36228,'action started via WP Cron','2021-02-15 00:11:42','2021-02-14 16:11:42'),(99952,36228,'action complete via WP Cron','2021-02-15 00:11:42','2021-02-14 16:11:42'),(99953,36229,'action created','2021-02-15 00:11:43','2021-02-14 16:11:43'),(99954,36229,'action started via WP Cron','2021-02-15 00:13:04','2021-02-14 16:13:04'),(99955,36229,'action complete via WP Cron','2021-02-15 00:13:04','2021-02-14 16:13:04'),(99956,36230,'action created','2021-02-15 00:13:04','2021-02-14 16:13:04'),(99957,36230,'action started via WP Cron','2021-02-15 00:13:52','2021-02-14 16:13:52'),(99958,36230,'action complete via WP Cron','2021-02-15 00:13:52','2021-02-14 16:13:52'),(99959,36231,'action created','2021-02-15 00:13:52','2021-02-14 16:13:52'),(99960,36231,'action started via WP Cron','2021-02-15 00:14:49','2021-02-14 16:14:49'),(99961,36231,'action complete via WP Cron','2021-02-15 00:14:49','2021-02-14 16:14:49'),(99962,36232,'action created','2021-02-15 00:14:49','2021-02-14 16:14:49'),(99963,36232,'action started via WP Cron','2021-02-15 00:15:48','2021-02-14 16:15:48'),(99964,36232,'action complete via WP Cron','2021-02-15 00:15:48','2021-02-14 16:15:48'),(99965,36233,'action created','2021-02-15 00:15:49','2021-02-14 16:15:49'),(99966,36233,'action started via WP Cron','2021-02-15 00:16:46','2021-02-14 16:16:46'),(99967,36233,'action complete via WP Cron','2021-02-15 00:16:46','2021-02-14 16:16:46'),(99968,36234,'action created','2021-02-15 00:16:46','2021-02-14 16:16:46'),(99969,36234,'action started via WP Cron','2021-02-15 00:18:01','2021-02-14 16:18:01'),(99970,36234,'action complete via WP Cron','2021-02-15 00:18:01','2021-02-14 16:18:01'),(99971,36235,'action created','2021-02-15 00:18:01','2021-02-14 16:18:01'),(99972,36235,'action started via WP Cron','2021-02-15 00:18:59','2021-02-14 16:18:59'),(99973,36235,'action complete via WP Cron','2021-02-15 00:19:00','2021-02-14 16:19:00'),(99974,36236,'action created','2021-02-15 00:19:00','2021-02-14 16:19:00'),(99975,36236,'action started via WP Cron','2021-02-15 00:20:04','2021-02-14 16:20:04'),(99976,36236,'action complete via WP Cron','2021-02-15 00:20:04','2021-02-14 16:20:04'),(99977,36237,'action created','2021-02-15 00:20:04','2021-02-14 16:20:04'),(99978,36237,'action started via WP Cron','2021-02-15 00:21:02','2021-02-14 16:21:02'),(99979,36237,'action complete via WP Cron','2021-02-15 00:21:02','2021-02-14 16:21:02'),(99980,36238,'action created','2021-02-15 00:21:02','2021-02-14 16:21:02'),(99981,36238,'action started via WP Cron','2021-02-15 00:21:56','2021-02-14 16:21:56'),(99982,36238,'action complete via WP Cron','2021-02-15 00:21:56','2021-02-14 16:21:56'),(99983,36239,'action created','2021-02-15 00:21:56','2021-02-14 16:21:56'),(99984,36239,'action started via WP Cron','2021-02-15 00:22:47','2021-02-14 16:22:47'),(99985,36239,'action complete via WP Cron','2021-02-15 00:22:47','2021-02-14 16:22:47'),(99986,36240,'action created','2021-02-15 00:22:48','2021-02-14 16:22:48'),(99987,36240,'action started via WP Cron','2021-02-15 00:23:43','2021-02-14 16:23:43'),(99988,36240,'action complete via WP Cron','2021-02-15 00:23:43','2021-02-14 16:23:43'),(99989,36241,'action created','2021-02-15 00:23:43','2021-02-14 16:23:43'),(99990,36241,'action started via WP Cron','2021-02-15 00:25:09','2021-02-14 16:25:09'),(99991,36241,'action complete via WP Cron','2021-02-15 00:25:09','2021-02-14 16:25:09'),(99992,36242,'action created','2021-02-15 00:25:09','2021-02-14 16:25:09'),(99993,36242,'action started via WP Cron','2021-02-15 00:25:41','2021-02-14 16:25:41'),(99994,36242,'action complete via WP Cron','2021-02-15 00:25:41','2021-02-14 16:25:41'),(99995,36243,'action created','2021-02-15 00:25:41','2021-02-14 16:25:41'),(99996,36243,'action started via WP Cron','2021-02-15 00:27:02','2021-02-14 16:27:02'),(99997,36243,'action complete via WP Cron','2021-02-15 00:27:02','2021-02-14 16:27:02'),(99998,36244,'action created','2021-02-15 00:27:02','2021-02-14 16:27:02'),(99999,36244,'action started via WP Cron','2021-02-15 00:27:47','2021-02-14 16:27:47'),(100000,36244,'action complete via WP Cron','2021-02-15 00:27:47','2021-02-14 16:27:47'),(100001,36245,'action created','2021-02-15 00:27:47','2021-02-14 16:27:47'),(100002,36245,'action started via WP Cron','2021-02-15 00:28:52','2021-02-14 16:28:52'),(100003,36245,'action complete via WP Cron','2021-02-15 00:28:52','2021-02-14 16:28:52'),(100004,36246,'action created','2021-02-15 00:28:52','2021-02-14 16:28:52'),(100005,36246,'action started via WP Cron','2021-02-15 00:30:05','2021-02-14 16:30:05'),(100006,36246,'action complete via WP Cron','2021-02-15 00:30:05','2021-02-14 16:30:05'),(100007,36247,'action created','2021-02-15 00:30:05','2021-02-14 16:30:05'),(100008,36247,'action started via WP Cron','2021-02-15 00:31:16','2021-02-14 16:31:16'),(100009,36247,'action complete via WP Cron','2021-02-15 00:31:16','2021-02-14 16:31:16'),(100010,36248,'action created','2021-02-15 00:31:16','2021-02-14 16:31:16'),(100011,36248,'action started via WP Cron','2021-02-15 00:31:45','2021-02-14 16:31:45'),(100012,36248,'action complete via WP Cron','2021-02-15 00:31:45','2021-02-14 16:31:45'),(100013,36249,'action created','2021-02-15 00:31:45','2021-02-14 16:31:45'),(100014,36249,'action started via WP Cron','2021-02-15 00:32:41','2021-02-14 16:32:41'),(100015,36249,'action complete via WP Cron','2021-02-15 00:32:41','2021-02-14 16:32:41'),(100016,36250,'action created','2021-02-15 00:32:41','2021-02-14 16:32:41'),(100017,36250,'action started via WP Cron','2021-02-15 00:34:01','2021-02-14 16:34:01'),(100018,36250,'action complete via WP Cron','2021-02-15 00:34:01','2021-02-14 16:34:01'),(100019,36251,'action created','2021-02-15 00:34:01','2021-02-14 16:34:01'),(100020,36251,'action started via WP Cron','2021-02-15 00:34:52','2021-02-14 16:34:52'),(100021,36251,'action complete via WP Cron','2021-02-15 00:34:52','2021-02-14 16:34:52'),(100022,36252,'action created','2021-02-15 00:34:52','2021-02-14 16:34:52'),(100023,36252,'action started via WP Cron','2021-02-15 00:36:02','2021-02-14 16:36:02'),(100024,36252,'action complete via WP Cron','2021-02-15 00:36:02','2021-02-14 16:36:02'),(100025,36253,'action created','2021-02-15 00:36:02','2021-02-14 16:36:02'),(100026,36253,'action started via WP Cron','2021-02-15 00:36:44','2021-02-14 16:36:44'),(100027,36253,'action complete via WP Cron','2021-02-15 00:36:44','2021-02-14 16:36:44'),(100028,36254,'action created','2021-02-15 00:36:44','2021-02-14 16:36:44'),(100029,36254,'action started via WP Cron','2021-02-15 00:38:14','2021-02-14 16:38:14'),(100030,36254,'action complete via WP Cron','2021-02-15 00:38:14','2021-02-14 16:38:14'),(100031,36255,'action created','2021-02-15 00:38:15','2021-02-14 16:38:15'),(100032,36255,'action started via WP Cron','2021-02-15 00:38:44','2021-02-14 16:38:44'),(100033,36255,'action complete via WP Cron','2021-02-15 00:38:44','2021-02-14 16:38:44'),(100034,36256,'action created','2021-02-15 00:38:44','2021-02-14 16:38:44'),(100035,36256,'action started via WP Cron','2021-02-15 00:40:03','2021-02-14 16:40:03'),(100036,36256,'action complete via WP Cron','2021-02-15 00:40:03','2021-02-14 16:40:03'),(100037,36257,'action created','2021-02-15 00:40:03','2021-02-14 16:40:03'),(100038,36257,'action started via WP Cron','2021-02-15 00:40:41','2021-02-14 16:40:41'),(100039,36257,'action complete via WP Cron','2021-02-15 00:40:41','2021-02-14 16:40:41'),(100040,36258,'action created','2021-02-15 00:40:41','2021-02-14 16:40:41'),(100041,36258,'action started via WP Cron','2021-02-15 00:41:42','2021-02-14 16:41:42'),(100042,36258,'action complete via WP Cron','2021-02-15 00:41:42','2021-02-14 16:41:42'),(100043,36259,'action created','2021-02-15 00:41:42','2021-02-14 16:41:42'),(100044,36259,'action started via WP Cron','2021-02-15 00:43:43','2021-02-14 16:43:43'),(100045,36259,'action complete via WP Cron','2021-02-15 00:43:43','2021-02-14 16:43:43'),(100046,36260,'action created','2021-02-15 00:43:43','2021-02-14 16:43:43'),(100047,36260,'action started via WP Cron','2021-02-15 00:44:45','2021-02-14 16:44:45'),(100048,36260,'action complete via WP Cron','2021-02-15 00:44:45','2021-02-14 16:44:45'),(100049,36261,'action created','2021-02-15 00:44:45','2021-02-14 16:44:45'),(100050,36261,'action started via WP Cron','2021-02-15 00:45:46','2021-02-14 16:45:46'),(100051,36261,'action complete via WP Cron','2021-02-15 00:45:46','2021-02-14 16:45:46'),(100052,36262,'action created','2021-02-15 00:45:46','2021-02-14 16:45:46'),(100053,36262,'action started via WP Cron','2021-02-15 00:47:16','2021-02-14 16:47:16'),(100054,36262,'action complete via WP Cron','2021-02-15 00:47:16','2021-02-14 16:47:16'),(100055,36263,'action created','2021-02-15 00:47:16','2021-02-14 16:47:16'),(100056,36263,'action started via WP Cron','2021-02-15 00:53:20','2021-02-14 16:53:20'),(100057,36263,'action complete via WP Cron','2021-02-15 00:53:20','2021-02-14 16:53:20'),(100058,36264,'action created','2021-02-15 00:53:20','2021-02-14 16:53:20'),(100059,36264,'action started via WP Cron','2021-02-15 00:57:18','2021-02-14 16:57:18'),(100060,36264,'action complete via WP Cron','2021-02-15 00:57:18','2021-02-14 16:57:18'),(100061,36265,'action created','2021-02-15 00:57:18','2021-02-14 16:57:18'),(100062,36265,'action started via WP Cron','2021-02-15 01:02:43','2021-02-14 17:02:43'),(100063,36265,'action complete via WP Cron','2021-02-15 01:02:43','2021-02-14 17:02:43'),(100064,36266,'action created','2021-02-15 01:02:43','2021-02-14 17:02:43'),(100065,36266,'action started via WP Cron','2021-02-15 01:03:56','2021-02-14 17:03:56'),(100066,36266,'action complete via WP Cron','2021-02-15 01:03:56','2021-02-14 17:03:56'),(100067,36267,'action created','2021-02-15 01:03:56','2021-02-14 17:03:56'),(100068,36267,'action started via WP Cron','2021-02-15 01:04:56','2021-02-14 17:04:56'),(100069,36267,'action complete via WP Cron','2021-02-15 01:04:56','2021-02-14 17:04:56'),(100070,36268,'action created','2021-02-15 01:04:56','2021-02-14 17:04:56'),(100071,36268,'action started via WP Cron','2021-02-15 01:05:43','2021-02-14 17:05:43'),(100072,36268,'action complete via WP Cron','2021-02-15 01:05:43','2021-02-14 17:05:43'),(100073,36269,'action created','2021-02-15 01:05:43','2021-02-14 17:05:43'),(100074,36269,'action started via WP Cron','2021-02-15 01:06:57','2021-02-14 17:06:57'),(100075,36269,'action complete via WP Cron','2021-02-15 01:06:57','2021-02-14 17:06:57'),(100076,36270,'action created','2021-02-15 01:06:57','2021-02-14 17:06:57'),(100077,36270,'action started via WP Cron','2021-02-15 01:07:43','2021-02-14 17:07:43'),(100078,36270,'action complete via WP Cron','2021-02-15 01:07:43','2021-02-14 17:07:43'),(100079,36271,'action created','2021-02-15 01:07:43','2021-02-14 17:07:43'),(100080,36271,'action started via WP Cron','2021-02-15 01:08:49','2021-02-14 17:08:49'),(100081,36271,'action complete via WP Cron','2021-02-15 01:08:49','2021-02-14 17:08:49'),(100082,36272,'action created','2021-02-15 01:08:49','2021-02-14 17:08:49'),(100083,36272,'action started via WP Cron','2021-02-15 01:09:52','2021-02-14 17:09:52'),(100084,36272,'action complete via WP Cron','2021-02-15 01:09:52','2021-02-14 17:09:52'),(100085,36273,'action created','2021-02-15 01:09:52','2021-02-14 17:09:52'),(100086,36273,'action started via WP Cron','2021-02-15 01:10:54','2021-02-14 17:10:54'),(100087,36273,'action complete via WP Cron','2021-02-15 01:10:54','2021-02-14 17:10:54'),(100088,36274,'action created','2021-02-15 01:10:54','2021-02-14 17:10:54'),(100089,36274,'action started via WP Cron','2021-02-15 01:11:43','2021-02-14 17:11:43'),(100090,36274,'action complete via WP Cron','2021-02-15 01:11:43','2021-02-14 17:11:43'),(100091,36275,'action created','2021-02-15 01:11:43','2021-02-14 17:11:43'),(100092,36275,'action started via WP Cron','2021-02-15 01:12:50','2021-02-14 17:12:50'),(100093,36275,'action complete via WP Cron','2021-02-15 01:12:50','2021-02-14 17:12:50'),(100094,36276,'action created','2021-02-15 01:12:50','2021-02-14 17:12:50'),(100095,36276,'action started via WP Cron','2021-02-15 01:13:42','2021-02-14 17:13:42'),(100096,36276,'action complete via WP Cron','2021-02-15 01:13:42','2021-02-14 17:13:42'),(100097,36277,'action created','2021-02-15 01:13:42','2021-02-14 17:13:42'),(100098,36277,'action started via WP Cron','2021-02-15 01:14:50','2021-02-14 17:14:50'),(100099,36277,'action complete via WP Cron','2021-02-15 01:14:50','2021-02-14 17:14:50'),(100100,36278,'action created','2021-02-15 01:14:50','2021-02-14 17:14:50'),(100101,36278,'action started via WP Cron','2021-02-15 01:15:49','2021-02-14 17:15:49'),(100102,36278,'action complete via WP Cron','2021-02-15 01:15:49','2021-02-14 17:15:49'),(100103,36279,'action created','2021-02-15 01:15:49','2021-02-14 17:15:49'),(100104,36279,'action started via WP Cron','2021-02-15 01:16:47','2021-02-14 17:16:47'),(100105,36279,'action complete via WP Cron','2021-02-15 01:16:47','2021-02-14 17:16:47'),(100106,36280,'action created','2021-02-15 01:16:47','2021-02-14 17:16:47'),(100107,36280,'action started via WP Cron','2021-02-15 01:18:00','2021-02-14 17:18:00'),(100108,36280,'action complete via WP Cron','2021-02-15 01:18:00','2021-02-14 17:18:00'),(100109,36281,'action created','2021-02-15 01:18:00','2021-02-14 17:18:00'),(100110,36281,'action started via WP Cron','2021-02-15 01:18:44','2021-02-14 17:18:44'),(100111,36281,'action complete via WP Cron','2021-02-15 01:18:44','2021-02-14 17:18:44'),(100112,36282,'action created','2021-02-15 01:18:44','2021-02-14 17:18:44'),(100113,36282,'action started via WP Cron','2021-02-15 01:19:58','2021-02-14 17:19:58'),(100114,36282,'action complete via WP Cron','2021-02-15 01:19:58','2021-02-14 17:19:58'),(100115,36283,'action created','2021-02-15 01:19:58','2021-02-14 17:19:58'),(100116,36283,'action started via WP Cron','2021-02-15 01:20:41','2021-02-14 17:20:41'),(100117,36283,'action complete via WP Cron','2021-02-15 01:20:41','2021-02-14 17:20:41'),(100118,36284,'action created','2021-02-15 01:20:41','2021-02-14 17:20:41'),(100119,36284,'action started via WP Cron','2021-02-15 01:21:58','2021-02-14 17:21:58'),(100120,36284,'action complete via WP Cron','2021-02-15 01:21:58','2021-02-14 17:21:58'),(100121,36285,'action created','2021-02-15 01:21:58','2021-02-14 17:21:58'),(100122,36285,'action started via WP Cron','2021-02-15 01:22:46','2021-02-14 17:22:46'),(100123,36285,'action complete via WP Cron','2021-02-15 01:22:46','2021-02-14 17:22:46'),(100124,36286,'action created','2021-02-15 01:22:46','2021-02-14 17:22:46'),(100125,36286,'action started via WP Cron','2021-02-15 01:23:54','2021-02-14 17:23:54'),(100126,36286,'action complete via WP Cron','2021-02-15 01:23:54','2021-02-14 17:23:54'),(100127,36287,'action created','2021-02-15 01:23:54','2021-02-14 17:23:54'),(100128,36287,'action started via WP Cron','2021-02-15 01:24:51','2021-02-14 17:24:51'),(100129,36287,'action complete via WP Cron','2021-02-15 01:24:51','2021-02-14 17:24:51'),(100130,36288,'action created','2021-02-15 01:24:52','2021-02-14 17:24:52'),(100131,36288,'action started via WP Cron','2021-02-15 01:25:42','2021-02-14 17:25:42'),(100132,36288,'action complete via WP Cron','2021-02-15 01:25:42','2021-02-14 17:25:42'),(100133,36289,'action created','2021-02-15 01:25:43','2021-02-14 17:25:43'),(100134,36289,'action started via WP Cron','2021-02-15 01:26:54','2021-02-14 17:26:54'),(100135,36289,'action complete via WP Cron','2021-02-15 01:26:54','2021-02-14 17:26:54'),(100136,36290,'action created','2021-02-15 01:26:54','2021-02-14 17:26:54'),(100137,36290,'action started via WP Cron','2021-02-15 01:28:06','2021-02-14 17:28:06'),(100138,36290,'action complete via WP Cron','2021-02-15 01:28:06','2021-02-14 17:28:06'),(100139,36291,'action created','2021-02-15 01:28:06','2021-02-14 17:28:06'),(100140,36291,'action started via WP Cron','2021-02-15 01:28:52','2021-02-14 17:28:52'),(100141,36291,'action complete via WP Cron','2021-02-15 01:28:52','2021-02-14 17:28:52'),(100142,36292,'action created','2021-02-15 01:28:52','2021-02-14 17:28:52'),(100143,36292,'action started via WP Cron','2021-02-15 01:29:50','2021-02-14 17:29:50'),(100144,36292,'action complete via WP Cron','2021-02-15 01:29:50','2021-02-14 17:29:50'),(100145,36293,'action created','2021-02-15 01:29:51','2021-02-14 17:29:51'),(100146,36293,'action started via WP Cron','2021-02-15 01:31:08','2021-02-14 17:31:08'),(100147,36293,'action complete via WP Cron','2021-02-15 01:31:08','2021-02-14 17:31:08'),(100148,36294,'action created','2021-02-15 01:31:08','2021-02-14 17:31:08'),(100149,36294,'action started via WP Cron','2021-02-15 01:31:57','2021-02-14 17:31:57'),(100150,36294,'action complete via WP Cron','2021-02-15 01:31:57','2021-02-14 17:31:57'),(100151,36295,'action created','2021-02-15 01:31:58','2021-02-14 17:31:58'),(100152,36295,'action started via WP Cron','2021-02-15 01:32:44','2021-02-14 17:32:44'),(100153,36295,'action complete via WP Cron','2021-02-15 01:32:44','2021-02-14 17:32:44'),(100154,36296,'action created','2021-02-15 01:32:44','2021-02-14 17:32:44'),(100155,36296,'action started via WP Cron','2021-02-15 01:34:00','2021-02-14 17:34:00'),(100156,36296,'action complete via WP Cron','2021-02-15 01:34:00','2021-02-14 17:34:00'),(100157,36297,'action created','2021-02-15 01:34:00','2021-02-14 17:34:00'),(100158,36297,'action started via WP Cron','2021-02-15 01:34:53','2021-02-14 17:34:53'),(100159,36297,'action complete via WP Cron','2021-02-15 01:34:53','2021-02-14 17:34:53'),(100160,36298,'action created','2021-02-15 01:34:53','2021-02-14 17:34:53'),(100161,36298,'action started via WP Cron','2021-02-15 01:35:56','2021-02-14 17:35:56'),(100162,36298,'action complete via WP Cron','2021-02-15 01:35:56','2021-02-14 17:35:56'),(100163,36299,'action created','2021-02-15 01:35:56','2021-02-14 17:35:56'),(100164,36299,'action started via WP Cron','2021-02-15 01:36:41','2021-02-14 17:36:41'),(100165,36299,'action complete via WP Cron','2021-02-15 01:36:41','2021-02-14 17:36:41'),(100166,36300,'action created','2021-02-15 01:36:41','2021-02-14 17:36:41'),(100167,36300,'action started via WP Cron','2021-02-15 01:37:57','2021-02-14 17:37:57'),(100168,36300,'action complete via WP Cron','2021-02-15 01:37:57','2021-02-14 17:37:57'),(100169,36301,'action created','2021-02-15 01:37:57','2021-02-14 17:37:57'),(100170,36301,'action started via WP Cron','2021-02-15 01:38:50','2021-02-14 17:38:50'),(100171,36301,'action complete via WP Cron','2021-02-15 01:38:50','2021-02-14 17:38:50'),(100172,36302,'action created','2021-02-15 01:38:50','2021-02-14 17:38:50'),(100173,36302,'action started via WP Cron','2021-02-15 01:39:40','2021-02-14 17:39:40'),(100174,36302,'action complete via WP Cron','2021-02-15 01:39:41','2021-02-14 17:39:41'),(100175,36303,'action created','2021-02-15 01:39:41','2021-02-14 17:39:41'),(100176,36303,'action started via WP Cron','2021-02-15 01:40:54','2021-02-14 17:40:54'),(100177,36303,'action complete via WP Cron','2021-02-15 01:40:54','2021-02-14 17:40:54'),(100178,36304,'action created','2021-02-15 01:40:54','2021-02-14 17:40:54'),(100179,36304,'action started via WP Cron','2021-02-15 01:41:57','2021-02-14 17:41:57'),(100180,36304,'action complete via WP Cron','2021-02-15 01:41:57','2021-02-14 17:41:57'),(100181,36305,'action created','2021-02-15 01:41:57','2021-02-14 17:41:57'),(100182,36305,'action started via WP Cron','2021-02-15 01:46:24','2021-02-14 17:46:24'),(100183,36305,'action complete via WP Cron','2021-02-15 01:46:24','2021-02-14 17:46:24'),(100184,36306,'action created','2021-02-15 01:46:24','2021-02-14 17:46:24'),(100185,36306,'action started via WP Cron','2021-02-15 01:51:53','2021-02-14 17:51:53'),(100186,36306,'action complete via WP Cron','2021-02-15 01:51:53','2021-02-14 17:51:53'),(100187,36307,'action created','2021-02-15 01:51:53','2021-02-14 17:51:53'),(100188,36307,'action started via WP Cron','2021-02-15 01:52:40','2021-02-14 17:52:40'),(100189,36307,'action complete via WP Cron','2021-02-15 01:52:40','2021-02-14 17:52:40'),(100190,36308,'action created','2021-02-15 01:52:41','2021-02-14 17:52:41'),(100191,36308,'action started via WP Cron','2021-02-15 01:53:41','2021-02-14 17:53:41'),(100192,36308,'action complete via WP Cron','2021-02-15 01:53:41','2021-02-14 17:53:41'),(100193,36309,'action created','2021-02-15 01:53:41','2021-02-14 17:53:41'),(100194,36309,'action started via WP Cron','2021-02-15 01:55:03','2021-02-14 17:55:03'),(100195,36309,'action complete via WP Cron','2021-02-15 01:55:03','2021-02-14 17:55:03'),(100196,36310,'action created','2021-02-15 01:55:04','2021-02-14 17:55:04'),(100197,36310,'action started via WP Cron','2021-02-15 01:56:02','2021-02-14 17:56:02'),(100198,36310,'action complete via WP Cron','2021-02-15 01:56:02','2021-02-14 17:56:02'),(100199,36311,'action created','2021-02-15 01:56:02','2021-02-14 17:56:02'),(100200,36311,'action started via WP Cron','2021-02-15 01:56:49','2021-02-14 17:56:49'),(100201,36311,'action complete via WP Cron','2021-02-15 01:56:49','2021-02-14 17:56:49'),(100202,36312,'action created','2021-02-15 01:56:49','2021-02-14 17:56:49'),(100203,36312,'action started via WP Cron','2021-02-15 01:57:42','2021-02-14 17:57:42'),(100204,36312,'action complete via WP Cron','2021-02-15 01:57:42','2021-02-14 17:57:42'),(100205,36313,'action created','2021-02-15 01:57:43','2021-02-14 17:57:43'),(100206,36313,'action started via WP Cron','2021-02-15 01:58:44','2021-02-14 17:58:44'),(100207,36313,'action complete via WP Cron','2021-02-15 01:58:44','2021-02-14 17:58:44'),(100208,36314,'action created','2021-02-15 01:58:44','2021-02-14 17:58:44'),(100209,36314,'action started via WP Cron','2021-02-15 01:59:50','2021-02-14 17:59:50'),(100210,36314,'action complete via WP Cron','2021-02-15 01:59:50','2021-02-14 17:59:50'),(100211,36315,'action created','2021-02-15 01:59:50','2021-02-14 17:59:50'),(100212,36315,'action started via WP Cron','2021-02-15 02:00:54','2021-02-14 18:00:54'),(100213,36315,'action complete via WP Cron','2021-02-15 02:00:54','2021-02-14 18:00:54'),(100214,36316,'action created','2021-02-15 02:00:54','2021-02-14 18:00:54'),(100215,36316,'action started via WP Cron','2021-02-15 02:01:56','2021-02-14 18:01:56'),(100216,36316,'action complete via WP Cron','2021-02-15 02:01:56','2021-02-14 18:01:56'),(100217,36317,'action created','2021-02-15 02:01:57','2021-02-14 18:01:57'),(100218,36317,'action started via WP Cron','2021-02-15 02:02:49','2021-02-14 18:02:49'),(100219,36317,'action complete via WP Cron','2021-02-15 02:02:49','2021-02-14 18:02:49'),(100220,36318,'action created','2021-02-15 02:02:49','2021-02-14 18:02:49'),(100221,36318,'action started via WP Cron','2021-02-15 02:03:54','2021-02-14 18:03:54'),(100222,36318,'action complete via WP Cron','2021-02-15 02:03:54','2021-02-14 18:03:54'),(100223,36319,'action created','2021-02-15 02:03:54','2021-02-14 18:03:54'),(100224,36319,'action started via WP Cron','2021-02-15 02:04:57','2021-02-14 18:04:57'),(100225,36319,'action complete via WP Cron','2021-02-15 02:04:57','2021-02-14 18:04:57'),(100226,36320,'action created','2021-02-15 02:04:57','2021-02-14 18:04:57'),(100227,36320,'action started via WP Cron','2021-02-15 02:06:04','2021-02-14 18:06:04'),(100228,36320,'action complete via WP Cron','2021-02-15 02:06:04','2021-02-14 18:06:04'),(100229,36321,'action created','2021-02-15 02:06:04','2021-02-14 18:06:04'),(100230,36321,'action started via WP Cron','2021-02-15 02:07:06','2021-02-14 18:07:06'),(100231,36321,'action complete via WP Cron','2021-02-15 02:07:06','2021-02-14 18:07:06'),(100232,36322,'action created','2021-02-15 02:07:06','2021-02-14 18:07:06'),(100233,36322,'action started via WP Cron','2021-02-15 02:08:09','2021-02-14 18:08:09'),(100234,36322,'action complete via WP Cron','2021-02-15 02:08:09','2021-02-14 18:08:09'),(100235,36323,'action created','2021-02-15 02:08:09','2021-02-14 18:08:09'),(100236,36323,'action started via WP Cron','2021-02-15 02:09:00','2021-02-14 18:09:00'),(100237,36323,'action complete via WP Cron','2021-02-15 02:09:00','2021-02-14 18:09:00'),(100238,36324,'action created','2021-02-15 02:09:00','2021-02-14 18:09:00'),(100239,36324,'action started via WP Cron','2021-02-15 02:09:55','2021-02-14 18:09:55'),(100240,36324,'action complete via WP Cron','2021-02-15 02:09:55','2021-02-14 18:09:55'),(100241,36325,'action created','2021-02-15 02:09:55','2021-02-14 18:09:55'),(100242,36325,'action started via WP Cron','2021-02-15 02:10:55','2021-02-14 18:10:55'),(100243,36325,'action complete via WP Cron','2021-02-15 02:10:55','2021-02-14 18:10:55'),(100244,36326,'action created','2021-02-15 02:10:55','2021-02-14 18:10:55'),(100245,36326,'action started via WP Cron','2021-02-15 02:11:52','2021-02-14 18:11:52'),(100246,36326,'action complete via WP Cron','2021-02-15 02:11:52','2021-02-14 18:11:52'),(100247,36327,'action created','2021-02-15 02:11:52','2021-02-14 18:11:52'),(100248,36327,'action started via WP Cron','2021-02-15 02:12:52','2021-02-14 18:12:52'),(100249,36327,'action complete via WP Cron','2021-02-15 02:12:52','2021-02-14 18:12:52'),(100250,36328,'action created','2021-02-15 02:12:52','2021-02-14 18:12:52'),(100251,36328,'action started via WP Cron','2021-02-15 02:13:50','2021-02-14 18:13:50'),(100252,36328,'action complete via WP Cron','2021-02-15 02:13:50','2021-02-14 18:13:50'),(100253,36329,'action created','2021-02-15 02:13:50','2021-02-14 18:13:50'),(100254,36329,'action started via WP Cron','2021-02-15 02:14:49','2021-02-14 18:14:49'),(100255,36329,'action complete via WP Cron','2021-02-15 02:14:49','2021-02-14 18:14:49'),(100256,36330,'action created','2021-02-15 02:14:49','2021-02-14 18:14:49'),(100257,36330,'action started via WP Cron','2021-02-15 02:15:45','2021-02-14 18:15:45'),(100258,36330,'action complete via WP Cron','2021-02-15 02:15:45','2021-02-14 18:15:45'),(100259,36331,'action created','2021-02-15 02:15:45','2021-02-14 18:15:45'),(100260,36331,'action started via WP Cron','2021-02-15 02:16:44','2021-02-14 18:16:44'),(100261,36331,'action complete via WP Cron','2021-02-15 02:16:44','2021-02-14 18:16:44'),(100262,36332,'action created','2021-02-15 02:16:44','2021-02-14 18:16:44'),(100263,36332,'action started via WP Cron','2021-02-15 02:17:45','2021-02-14 18:17:45'),(100264,36332,'action complete via WP Cron','2021-02-15 02:17:45','2021-02-14 18:17:45'),(100265,36333,'action created','2021-02-15 02:17:45','2021-02-14 18:17:45'),(100266,36333,'action started via WP Cron','2021-02-15 02:19:05','2021-02-14 18:19:05'),(100267,36333,'action complete via WP Cron','2021-02-15 02:19:05','2021-02-14 18:19:05'),(100268,36334,'action created','2021-02-15 02:19:05','2021-02-14 18:19:05'),(100269,36334,'action started via WP Cron','2021-02-15 02:20:04','2021-02-14 18:20:04'),(100270,36334,'action complete via WP Cron','2021-02-15 02:20:04','2021-02-14 18:20:04'),(100271,36335,'action created','2021-02-15 02:20:04','2021-02-14 18:20:04'),(100272,36335,'action started via WP Cron','2021-02-15 02:21:03','2021-02-14 18:21:03'),(100273,36335,'action complete via WP Cron','2021-02-15 02:21:03','2021-02-14 18:21:03'),(100274,36336,'action created','2021-02-15 02:21:03','2021-02-14 18:21:03'),(100275,36336,'action started via WP Cron','2021-02-15 02:22:01','2021-02-14 18:22:01'),(100276,36336,'action complete via WP Cron','2021-02-15 02:22:01','2021-02-14 18:22:01'),(100277,36337,'action created','2021-02-15 02:22:01','2021-02-14 18:22:01'),(100278,36337,'action started via WP Cron','2021-02-15 02:22:41','2021-02-14 18:22:41'),(100279,36337,'action complete via WP Cron','2021-02-15 02:22:42','2021-02-14 18:22:42'),(100280,36338,'action created','2021-02-15 02:22:42','2021-02-14 18:22:42'),(100281,36338,'action started via WP Cron','2021-02-15 02:24:09','2021-02-14 18:24:09'),(100282,36338,'action complete via WP Cron','2021-02-15 02:24:09','2021-02-14 18:24:09'),(100283,36339,'action created','2021-02-15 02:24:10','2021-02-14 18:24:10'),(100284,36339,'action started via WP Cron','2021-02-15 02:24:42','2021-02-14 18:24:42'),(100285,36339,'action complete via WP Cron','2021-02-15 02:24:42','2021-02-14 18:24:42'),(100286,36340,'action created','2021-02-15 02:24:42','2021-02-14 18:24:42'),(100287,36340,'action started via WP Cron','2021-02-15 02:26:07','2021-02-14 18:26:07'),(100288,36340,'action complete via WP Cron','2021-02-15 02:26:07','2021-02-14 18:26:07'),(100289,36341,'action created','2021-02-15 02:26:07','2021-02-14 18:26:07'),(100290,36341,'action started via WP Cron','2021-02-15 02:26:41','2021-02-14 18:26:41'),(100291,36341,'action complete via WP Cron','2021-02-15 02:26:41','2021-02-14 18:26:41'),(100292,36342,'action created','2021-02-15 02:26:41','2021-02-14 18:26:41'),(100293,36342,'action started via WP Cron','2021-02-15 02:28:05','2021-02-14 18:28:05'),(100294,36342,'action complete via WP Cron','2021-02-15 02:28:05','2021-02-14 18:28:05'),(100295,36343,'action created','2021-02-15 02:28:05','2021-02-14 18:28:05'),(100296,36343,'action started via WP Cron','2021-02-15 02:28:47','2021-02-14 18:28:47'),(100297,36343,'action complete via WP Cron','2021-02-15 02:28:47','2021-02-14 18:28:47'),(100298,36344,'action created','2021-02-15 02:28:47','2021-02-14 18:28:47'),(100299,36344,'action started via WP Cron','2021-02-15 02:29:40','2021-02-14 18:29:40'),(100300,36344,'action complete via WP Cron','2021-02-15 02:29:40','2021-02-14 18:29:40'),(100301,36345,'action created','2021-02-15 02:29:41','2021-02-14 18:29:41'),(100302,36345,'action started via WP Cron','2021-02-15 02:31:09','2021-02-14 18:31:09'),(100303,36345,'action complete via WP Cron','2021-02-15 02:31:09','2021-02-14 18:31:09'),(100304,36346,'action created','2021-02-15 02:31:09','2021-02-14 18:31:09'),(100305,36346,'action started via WP Cron','2021-02-15 02:31:55','2021-02-14 18:31:55'),(100306,36346,'action complete via WP Cron','2021-02-15 02:31:55','2021-02-14 18:31:55'),(100307,36347,'action created','2021-02-15 02:31:55','2021-02-14 18:31:55'),(100308,36347,'action started via WP Cron','2021-02-15 02:33:05','2021-02-14 18:33:05'),(100309,36347,'action complete via WP Cron','2021-02-15 02:33:05','2021-02-14 18:33:05'),(100310,36348,'action created','2021-02-15 02:33:06','2021-02-14 18:33:06'),(100311,36348,'action started via WP Cron','2021-02-15 02:34:14','2021-02-14 18:34:14'),(100312,36348,'action complete via WP Cron','2021-02-15 02:34:14','2021-02-14 18:34:14'),(100313,36349,'action created','2021-02-15 02:34:14','2021-02-14 18:34:14'),(100314,36349,'action started via WP Cron','2021-02-15 02:34:51','2021-02-14 18:34:51'),(100315,36349,'action complete via WP Cron','2021-02-15 02:34:51','2021-02-14 18:34:51'),(100316,36350,'action created','2021-02-15 02:34:51','2021-02-14 18:34:51'),(100317,36350,'action started via WP Cron','2021-02-15 02:35:55','2021-02-14 18:35:55'),(100318,36350,'action complete via WP Cron','2021-02-15 02:35:55','2021-02-14 18:35:55'),(100319,36351,'action created','2021-02-15 02:35:55','2021-02-14 18:35:55'),(100320,36351,'action started via WP Cron','2021-02-15 02:36:45','2021-02-14 18:36:45'),(100321,36351,'action complete via WP Cron','2021-02-15 02:36:45','2021-02-14 18:36:45'),(100322,36352,'action created','2021-02-15 02:36:46','2021-02-14 18:36:46'),(100323,36352,'action started via WP Cron','2021-02-15 02:37:43','2021-02-14 18:37:43'),(100324,36352,'action complete via WP Cron','2021-02-15 02:37:43','2021-02-14 18:37:43'),(100325,36353,'action created','2021-02-15 02:37:43','2021-02-14 18:37:43'),(100326,36353,'action started via WP Cron','2021-02-15 02:38:41','2021-02-14 18:38:41'),(100327,36353,'action complete via WP Cron','2021-02-15 02:38:41','2021-02-14 18:38:41'),(100328,36354,'action created','2021-02-15 02:38:41','2021-02-14 18:38:41'),(100329,36354,'action started via WP Cron','2021-02-15 02:41:21','2021-02-14 18:41:21'),(100330,36354,'action complete via WP Cron','2021-02-15 02:41:21','2021-02-14 18:41:21'),(100331,36355,'action created','2021-02-15 02:41:21','2021-02-14 18:41:21'),(100332,36355,'action started via WP Cron','2021-02-15 02:43:26','2021-02-14 18:43:26'),(100333,36355,'action complete via WP Cron','2021-02-15 02:43:26','2021-02-14 18:43:26'),(100334,36356,'action created','2021-02-15 02:43:26','2021-02-14 18:43:26'),(100335,36356,'action started via WP Cron','2021-02-15 02:44:08','2021-02-14 18:44:08'),(100336,36356,'action complete via WP Cron','2021-02-15 02:44:08','2021-02-14 18:44:08'),(100337,36357,'action created','2021-02-15 02:44:08','2021-02-14 18:44:08'),(100338,36357,'action started via WP Cron','2021-02-15 02:45:29','2021-02-14 18:45:29'),(100339,36357,'action complete via WP Cron','2021-02-15 02:45:29','2021-02-14 18:45:29'),(100340,36358,'action created','2021-02-15 02:45:29','2021-02-14 18:45:29'),(100341,36358,'action started via WP Cron','2021-02-15 03:04:27','2021-02-14 19:04:27'),(100342,36358,'action complete via WP Cron','2021-02-15 03:04:27','2021-02-14 19:04:27'),(100343,36359,'action created','2021-02-15 03:04:27','2021-02-14 19:04:27'),(100344,36359,'action started via WP Cron','2021-02-15 03:05:18','2021-02-14 19:05:18'),(100345,36359,'action complete via WP Cron','2021-02-15 03:05:18','2021-02-14 19:05:18'),(100346,36360,'action created','2021-02-15 03:05:18','2021-02-14 19:05:18'),(100347,36360,'action started via WP Cron','2021-02-15 03:06:05','2021-02-14 19:06:05'),(100348,36360,'action complete via WP Cron','2021-02-15 03:06:05','2021-02-14 19:06:05'),(100349,36361,'action created','2021-02-15 03:06:05','2021-02-14 19:06:05'),(100350,36361,'action started via WP Cron','2021-02-15 03:08:04','2021-02-14 19:08:04'),(100351,36361,'action complete via WP Cron','2021-02-15 03:08:04','2021-02-14 19:08:04'),(100352,36362,'action created','2021-02-15 03:08:04','2021-02-14 19:08:04'),(100353,36362,'action started via WP Cron','2021-02-15 03:09:11','2021-02-14 19:09:11'),(100354,36362,'action complete via WP Cron','2021-02-15 03:09:11','2021-02-14 19:09:11'),(100355,36363,'action created','2021-02-15 03:09:11','2021-02-14 19:09:11'),(100356,36363,'action started via WP Cron','2021-02-15 03:10:45','2021-02-14 19:10:45'),(100357,36363,'action complete via WP Cron','2021-02-15 03:10:45','2021-02-14 19:10:45'),(100358,36364,'action created','2021-02-15 03:10:45','2021-02-14 19:10:45'),(100359,36364,'action started via WP Cron','2021-02-15 03:12:39','2021-02-14 19:12:39'),(100360,36364,'action complete via WP Cron','2021-02-15 03:12:39','2021-02-14 19:12:39'),(100361,36365,'action created','2021-02-15 03:12:39','2021-02-14 19:12:39'),(100362,36365,'action started via WP Cron','2021-02-15 03:13:40','2021-02-14 19:13:40'),(100363,36365,'action complete via WP Cron','2021-02-15 03:13:40','2021-02-14 19:13:40'),(100364,36366,'action created','2021-02-15 03:13:40','2021-02-14 19:13:40'),(100365,36366,'action started via WP Cron','2021-02-15 03:15:18','2021-02-14 19:15:18'),(100366,36366,'action complete via WP Cron','2021-02-15 03:15:18','2021-02-14 19:15:18'),(100367,36367,'action created','2021-02-15 03:15:18','2021-02-14 19:15:18'),(100368,36367,'action started via WP Cron','2021-02-15 03:16:01','2021-02-14 19:16:01'),(100369,36367,'action complete via WP Cron','2021-02-15 03:16:01','2021-02-14 19:16:01'),(100370,36368,'action created','2021-02-15 03:16:01','2021-02-14 19:16:01'),(100371,36368,'action started via WP Cron','2021-02-15 03:17:02','2021-02-14 19:17:02'),(100372,36368,'action complete via WP Cron','2021-02-15 03:17:02','2021-02-14 19:17:02'),(100373,36369,'action created','2021-02-15 03:17:02','2021-02-14 19:17:02'),(100374,36369,'action started via WP Cron','2021-02-15 03:17:49','2021-02-14 19:17:49'),(100375,36369,'action complete via WP Cron','2021-02-15 03:17:49','2021-02-14 19:17:49'),(100376,36370,'action created','2021-02-15 03:17:49','2021-02-14 19:17:49'),(100377,36370,'action started via WP Cron','2021-02-15 03:18:42','2021-02-14 19:18:42'),(100378,36370,'action complete via WP Cron','2021-02-15 03:18:42','2021-02-14 19:18:42'),(100379,36371,'action created','2021-02-15 03:18:42','2021-02-14 19:18:42'),(100380,36371,'action started via WP Cron','2021-02-15 03:19:43','2021-02-14 19:19:43'),(100381,36371,'action complete via WP Cron','2021-02-15 03:19:43','2021-02-14 19:19:43'),(100382,36372,'action created','2021-02-15 03:19:43','2021-02-14 19:19:43'),(100383,36372,'action started via WP Cron','2021-02-15 03:20:59','2021-02-14 19:20:59'),(100384,36372,'action complete via WP Cron','2021-02-15 03:20:59','2021-02-14 19:20:59'),(100385,36373,'action created','2021-02-15 03:20:59','2021-02-14 19:20:59'),(100386,36373,'action started via WP Cron','2021-02-15 03:21:48','2021-02-14 19:21:48'),(100387,36373,'action complete via WP Cron','2021-02-15 03:21:48','2021-02-14 19:21:48'),(100388,36374,'action created','2021-02-15 03:21:49','2021-02-14 19:21:49'),(100389,36374,'action started via WP Cron','2021-02-15 03:23:03','2021-02-14 19:23:03'),(100390,36374,'action complete via WP Cron','2021-02-15 03:23:03','2021-02-14 19:23:03'),(100391,36375,'action created','2021-02-15 03:23:03','2021-02-14 19:23:03'),(100392,36375,'action started via WP Cron','2021-02-15 03:23:53','2021-02-14 19:23:53'),(100393,36375,'action complete via WP Cron','2021-02-15 03:23:53','2021-02-14 19:23:53'),(100394,36376,'action created','2021-02-15 03:23:53','2021-02-14 19:23:53'),(100395,36376,'action started via WP Cron','2021-02-15 03:24:46','2021-02-14 19:24:46'),(100396,36376,'action complete via WP Cron','2021-02-15 03:24:46','2021-02-14 19:24:46'),(100397,36377,'action created','2021-02-15 03:24:46','2021-02-14 19:24:46'),(100398,36377,'action started via WP Cron','2021-02-15 03:25:59','2021-02-14 19:25:59'),(100399,36377,'action complete via WP Cron','2021-02-15 03:25:59','2021-02-14 19:25:59'),(100400,36378,'action created','2021-02-15 03:25:59','2021-02-14 19:25:59'),(100401,36378,'action started via WP Cron','2021-02-15 03:26:45','2021-02-14 19:26:45'),(100402,36378,'action complete via WP Cron','2021-02-15 03:26:45','2021-02-14 19:26:45'),(100403,36379,'action created','2021-02-15 03:26:45','2021-02-14 19:26:45'),(100404,36379,'action started via WP Cron','2021-02-15 03:27:45','2021-02-14 19:27:45'),(100405,36379,'action complete via WP Cron','2021-02-15 03:27:45','2021-02-14 19:27:45'),(100406,36380,'action created','2021-02-15 03:27:45','2021-02-14 19:27:45'),(100407,36380,'action started via WP Cron','2021-02-15 03:29:00','2021-02-14 19:29:00'),(100408,36380,'action complete via WP Cron','2021-02-15 03:29:00','2021-02-14 19:29:00'),(100409,36381,'action created','2021-02-15 03:29:00','2021-02-14 19:29:00'),(100410,36381,'action started via WP Cron','2021-02-15 03:29:44','2021-02-14 19:29:44'),(100411,36381,'action complete via WP Cron','2021-02-15 03:29:44','2021-02-14 19:29:44'),(100412,36382,'action created','2021-02-15 03:29:44','2021-02-14 19:29:44'),(100413,36382,'action started via WP Cron','2021-02-15 03:30:53','2021-02-14 19:30:53'),(100414,36382,'action complete via WP Cron','2021-02-15 03:30:53','2021-02-14 19:30:53'),(100415,36383,'action created','2021-02-15 03:30:53','2021-02-14 19:30:53'),(100416,36383,'action started via WP Cron','2021-02-15 03:31:49','2021-02-14 19:31:49'),(100417,36383,'action complete via WP Cron','2021-02-15 03:31:49','2021-02-14 19:31:49'),(100418,36384,'action created','2021-02-15 03:31:49','2021-02-14 19:31:49'),(100419,36384,'action started via WP Cron','2021-02-15 03:32:43','2021-02-14 19:32:43'),(100420,36384,'action complete via WP Cron','2021-02-15 03:32:43','2021-02-14 19:32:43'),(100421,36385,'action created','2021-02-15 03:32:43','2021-02-14 19:32:43'),(100422,36385,'action started via WP Cron','2021-02-15 03:33:42','2021-02-14 19:33:42'),(100423,36385,'action complete via WP Cron','2021-02-15 03:33:42','2021-02-14 19:33:42'),(100424,36386,'action created','2021-02-15 03:33:43','2021-02-14 19:33:43'),(100425,36386,'action started via WP Cron','2021-02-15 03:34:46','2021-02-14 19:34:46'),(100426,36386,'action complete via WP Cron','2021-02-15 03:34:46','2021-02-14 19:34:46'),(100427,36387,'action created','2021-02-15 03:34:46','2021-02-14 19:34:46'),(100428,36387,'action started via WP Cron','2021-02-15 03:36:05','2021-02-14 19:36:05'),(100429,36387,'action complete via WP Cron','2021-02-15 03:36:05','2021-02-14 19:36:05'),(100430,36388,'action created','2021-02-15 03:36:05','2021-02-14 19:36:05'),(100431,36388,'action started via WP Cron','2021-02-15 03:37:00','2021-02-14 19:37:00'),(100432,36388,'action complete via WP Cron','2021-02-15 03:37:00','2021-02-14 19:37:00'),(100433,36389,'action created','2021-02-15 03:37:00','2021-02-14 19:37:00'),(100434,36389,'action started via WP Cron','2021-02-15 03:37:50','2021-02-14 19:37:50'),(100435,36389,'action complete via WP Cron','2021-02-15 03:37:50','2021-02-14 19:37:50'),(100436,36390,'action created','2021-02-15 03:37:50','2021-02-14 19:37:50'),(100437,36390,'action started via WP Cron','2021-02-15 03:38:42','2021-02-14 19:38:42'),(100438,36390,'action complete via WP Cron','2021-02-15 03:38:42','2021-02-14 19:38:42'),(100439,36391,'action created','2021-02-15 03:38:43','2021-02-14 19:38:43'),(100440,36391,'action started via WP Cron','2021-02-15 03:39:51','2021-02-14 19:39:51'),(100441,36391,'action complete via WP Cron','2021-02-15 03:39:51','2021-02-14 19:39:51'),(100442,36392,'action created','2021-02-15 03:39:51','2021-02-14 19:39:51'),(100443,36392,'action started via WP Cron','2021-02-15 03:41:03','2021-02-14 19:41:03'),(100444,36392,'action complete via WP Cron','2021-02-15 03:41:03','2021-02-14 19:41:03'),(100445,36393,'action created','2021-02-15 03:41:03','2021-02-14 19:41:03'),(100446,36393,'action started via WP Cron','2021-02-15 03:41:51','2021-02-14 19:41:51'),(100447,36393,'action complete via WP Cron','2021-02-15 03:41:51','2021-02-14 19:41:51'),(100448,36394,'action created','2021-02-15 03:41:51','2021-02-14 19:41:51'),(100449,36394,'action started via WP Cron','2021-02-15 03:43:08','2021-02-14 19:43:08'),(100450,36394,'action complete via WP Cron','2021-02-15 03:43:08','2021-02-14 19:43:08'),(100451,36395,'action created','2021-02-15 03:43:08','2021-02-14 19:43:08'),(100452,36395,'action started via WP Cron','2021-02-15 03:43:51','2021-02-14 19:43:51'),(100453,36395,'action complete via WP Cron','2021-02-15 03:43:51','2021-02-14 19:43:51'),(100454,36396,'action created','2021-02-15 03:43:51','2021-02-14 19:43:51'),(100455,36396,'action started via WP Cron','2021-02-15 03:44:54','2021-02-14 19:44:54'),(100456,36396,'action complete via WP Cron','2021-02-15 03:44:54','2021-02-14 19:44:54'),(100457,36397,'action created','2021-02-15 03:44:54','2021-02-14 19:44:54'),(100458,36397,'action started via WP Cron','2021-02-15 03:46:03','2021-02-14 19:46:03'),(100459,36397,'action complete via WP Cron','2021-02-15 03:46:03','2021-02-14 19:46:03'),(100460,36398,'action created','2021-02-15 03:46:04','2021-02-14 19:46:04'),(100461,36398,'action started via WP Cron','2021-02-15 03:46:50','2021-02-14 19:46:50'),(100462,36398,'action complete via WP Cron','2021-02-15 03:46:50','2021-02-14 19:46:50'),(100463,36399,'action created','2021-02-15 03:46:50','2021-02-14 19:46:50'),(100464,36399,'action started via WP Cron','2021-02-15 03:47:47','2021-02-14 19:47:47'),(100465,36399,'action complete via WP Cron','2021-02-15 03:47:47','2021-02-14 19:47:47'),(100466,36400,'action created','2021-02-15 03:47:47','2021-02-14 19:47:47'),(100467,36400,'action started via WP Cron','2021-02-15 03:49:03','2021-02-14 19:49:03'),(100468,36400,'action complete via WP Cron','2021-02-15 03:49:03','2021-02-14 19:49:03'),(100469,36401,'action created','2021-02-15 03:49:03','2021-02-14 19:49:03'),(100470,36401,'action started via WP Cron','2021-02-15 03:49:44','2021-02-14 19:49:44'),(100471,36401,'action complete via WP Cron','2021-02-15 03:49:44','2021-02-14 19:49:44'),(100472,36402,'action created','2021-02-15 03:49:44','2021-02-14 19:49:44'),(100473,36402,'action started via WP Cron','2021-02-15 03:50:49','2021-02-14 19:50:49'),(100474,36402,'action complete via WP Cron','2021-02-15 03:50:49','2021-02-14 19:50:49'),(100475,36403,'action created','2021-02-15 03:50:49','2021-02-14 19:50:49'),(100476,36403,'action started via WP Cron','2021-02-15 03:52:00','2021-02-14 19:52:00'),(100477,36403,'action complete via WP Cron','2021-02-15 03:52:00','2021-02-14 19:52:00'),(100478,36404,'action created','2021-02-15 03:52:00','2021-02-14 19:52:00'),(100479,36404,'action started via WP Cron','2021-02-15 03:52:44','2021-02-14 19:52:44'),(100480,36404,'action complete via WP Cron','2021-02-15 03:52:44','2021-02-14 19:52:44'),(100481,36405,'action created','2021-02-15 03:52:44','2021-02-14 19:52:44'),(100482,36405,'action started via WP Cron','2021-02-15 03:53:56','2021-02-14 19:53:56'),(100483,36405,'action complete via WP Cron','2021-02-15 03:53:56','2021-02-14 19:53:56'),(100484,36406,'action created','2021-02-15 03:53:56','2021-02-14 19:53:56'),(100485,36406,'action started via WP Cron','2021-02-15 03:54:59','2021-02-14 19:54:59'),(100486,36406,'action complete via WP Cron','2021-02-15 03:54:59','2021-02-14 19:54:59'),(100487,36407,'action created','2021-02-15 03:54:59','2021-02-14 19:54:59'),(100488,36407,'action started via WP Cron','2021-02-15 03:56:11','2021-02-14 19:56:11'),(100489,36407,'action complete via WP Cron','2021-02-15 03:56:11','2021-02-14 19:56:11'),(100490,36408,'action created','2021-02-15 03:56:11','2021-02-14 19:56:11'),(100491,36408,'action started via WP Cron','2021-02-15 03:58:04','2021-02-14 19:58:04'),(100492,36408,'action complete via WP Cron','2021-02-15 03:58:04','2021-02-14 19:58:04'),(100493,36409,'action created','2021-02-15 03:58:04','2021-02-14 19:58:04'),(100494,36409,'action started via WP Cron','2021-02-15 03:58:49','2021-02-14 19:58:49'),(100495,36409,'action complete via WP Cron','2021-02-15 03:58:49','2021-02-14 19:58:49'),(100496,36410,'action created','2021-02-15 03:58:49','2021-02-14 19:58:49'),(100497,36410,'action started via WP Cron','2021-02-15 03:59:57','2021-02-14 19:59:57'),(100498,36410,'action complete via WP Cron','2021-02-15 03:59:57','2021-02-14 19:59:57'),(100499,36411,'action created','2021-02-15 03:59:57','2021-02-14 19:59:57'),(100500,36411,'action started via WP Cron','2021-02-15 04:01:13','2021-02-14 20:01:13'),(100501,36411,'action complete via WP Cron','2021-02-15 04:01:13','2021-02-14 20:01:13'),(100502,36412,'action created','2021-02-15 04:01:13','2021-02-14 20:01:13'),(100503,36412,'action started via WP Cron','2021-02-15 04:03:43','2021-02-14 20:03:43'),(100504,36412,'action complete via WP Cron','2021-02-15 04:03:43','2021-02-14 20:03:43'),(100505,36413,'action created','2021-02-15 04:03:43','2021-02-14 20:03:43'),(100506,36413,'action started via WP Cron','2021-02-15 04:06:30','2021-02-14 20:06:30'),(100507,36413,'action complete via WP Cron','2021-02-15 04:06:30','2021-02-14 20:06:30'),(100508,36414,'action created','2021-02-15 04:06:30','2021-02-14 20:06:30'),(100509,36414,'action started via WP Cron','2021-02-15 04:09:52','2021-02-14 20:09:52'),(100510,36414,'action complete via WP Cron','2021-02-15 04:09:52','2021-02-14 20:09:52'),(100511,36415,'action created','2021-02-15 04:09:52','2021-02-14 20:09:52'),(100512,36415,'action started via WP Cron','2021-02-15 04:13:11','2021-02-14 20:13:11'),(100513,36415,'action complete via WP Cron','2021-02-15 04:13:11','2021-02-14 20:13:11'),(100514,36416,'action created','2021-02-15 04:13:11','2021-02-14 20:13:11'),(100515,36416,'action started via WP Cron','2021-02-15 04:13:50','2021-02-14 20:13:50'),(100516,36416,'action complete via WP Cron','2021-02-15 04:13:50','2021-02-14 20:13:50'),(100517,36417,'action created','2021-02-15 04:13:50','2021-02-14 20:13:50'),(100518,36417,'action started via WP Cron','2021-02-15 04:14:52','2021-02-14 20:14:52'),(100519,36417,'action complete via WP Cron','2021-02-15 04:14:52','2021-02-14 20:14:52'),(100520,36418,'action created','2021-02-15 04:14:52','2021-02-14 20:14:52'),(100521,36418,'action started via WP Cron','2021-02-15 04:15:54','2021-02-14 20:15:54'),(100522,36418,'action complete via WP Cron','2021-02-15 04:15:54','2021-02-14 20:15:54'),(100523,36419,'action created','2021-02-15 04:15:54','2021-02-14 20:15:54'),(100524,36419,'action started via WP Cron','2021-02-15 04:16:56','2021-02-14 20:16:56'),(100525,36419,'action complete via WP Cron','2021-02-15 04:16:56','2021-02-14 20:16:56'),(100526,36420,'action created','2021-02-15 04:16:56','2021-02-14 20:16:56'),(100527,36420,'action started via WP Cron','2021-02-15 04:17:55','2021-02-14 20:17:55'),(100528,36420,'action complete via WP Cron','2021-02-15 04:17:55','2021-02-14 20:17:55'),(100529,36421,'action created','2021-02-15 04:17:55','2021-02-14 20:17:55'),(100530,36421,'action started via WP Cron','2021-02-15 04:18:49','2021-02-14 20:18:49'),(100531,36421,'action complete via WP Cron','2021-02-15 04:18:49','2021-02-14 20:18:49'),(100532,36422,'action created','2021-02-15 04:18:49','2021-02-14 20:18:49'),(100533,36422,'action started via WP Cron','2021-02-15 04:24:23','2021-02-14 20:24:23'),(100534,36422,'action complete via WP Cron','2021-02-15 04:24:23','2021-02-14 20:24:23'),(100535,36423,'action created','2021-02-15 04:24:23','2021-02-14 20:24:23'),(100536,36423,'action started via WP Cron','2021-02-15 04:25:01','2021-02-14 20:25:01'),(100537,36423,'action complete via WP Cron','2021-02-15 04:25:01','2021-02-14 20:25:01'),(100538,36424,'action created','2021-02-15 04:25:01','2021-02-14 20:25:01'),(100539,36424,'action started via WP Cron','2021-02-15 04:28:08','2021-02-14 20:28:08'),(100540,36424,'action complete via WP Cron','2021-02-15 04:28:08','2021-02-14 20:28:08'),(100541,36425,'action created','2021-02-15 04:28:08','2021-02-14 20:28:08'),(100542,36425,'action started via WP Cron','2021-02-15 04:28:53','2021-02-14 20:28:53'),(100543,36425,'action complete via WP Cron','2021-02-15 04:28:53','2021-02-14 20:28:53'),(100544,36426,'action created','2021-02-15 04:28:53','2021-02-14 20:28:53'),(100545,36426,'action started via WP Cron','2021-02-15 04:35:19','2021-02-14 20:35:19'),(100546,36426,'action complete via WP Cron','2021-02-15 04:35:19','2021-02-14 20:35:19'),(100547,36427,'action created','2021-02-15 04:35:19','2021-02-14 20:35:19'),(100548,36427,'action started via WP Cron','2021-02-15 04:35:42','2021-02-14 20:35:42'),(100549,36427,'action complete via WP Cron','2021-02-15 04:35:42','2021-02-14 20:35:42'),(100550,36428,'action created','2021-02-15 04:35:43','2021-02-14 20:35:43'),(100551,36428,'action started via WP Cron','2021-02-15 04:38:14','2021-02-14 20:38:14'),(100552,36428,'action complete via WP Cron','2021-02-15 04:38:15','2021-02-14 20:38:15'),(100553,36429,'action created','2021-02-15 04:38:15','2021-02-14 20:38:15'),(100554,36429,'action started via WP Cron','2021-02-15 04:39:27','2021-02-14 20:39:27'),(100555,36429,'action complete via WP Cron','2021-02-15 04:39:27','2021-02-14 20:39:27'),(100556,36430,'action created','2021-02-15 04:39:27','2021-02-14 20:39:27'),(100557,36430,'action started via WP Cron','2021-02-15 04:40:12','2021-02-14 20:40:12'),(100558,36430,'action complete via WP Cron','2021-02-15 04:40:12','2021-02-14 20:40:12'),(100559,36431,'action created','2021-02-15 04:40:12','2021-02-14 20:40:12'),(100560,36431,'action started via WP Cron','2021-02-15 04:42:33','2021-02-14 20:42:33'),(100561,36431,'action complete via WP Cron','2021-02-15 04:42:33','2021-02-14 20:42:33'),(100562,36432,'action created','2021-02-15 04:42:33','2021-02-14 20:42:33'),(100563,36432,'action started via WP Cron','2021-02-15 04:42:53','2021-02-14 20:42:53'),(100564,36432,'action complete via WP Cron','2021-02-15 04:42:53','2021-02-14 20:42:53'),(100565,36433,'action created','2021-02-15 04:42:54','2021-02-14 20:42:54'),(100566,36433,'action started via WP Cron','2021-02-15 04:48:00','2021-02-14 20:48:00'),(100567,36433,'action complete via WP Cron','2021-02-15 04:48:00','2021-02-14 20:48:00'),(100568,36434,'action created','2021-02-15 04:48:00','2021-02-14 20:48:00'),(100569,36434,'action started via WP Cron','2021-02-15 04:49:20','2021-02-14 20:49:20'),(100570,36434,'action complete via WP Cron','2021-02-15 04:49:20','2021-02-14 20:49:20'),(100571,36435,'action created','2021-02-15 04:49:20','2021-02-14 20:49:20'),(100572,36435,'action started via WP Cron','2021-02-15 04:49:57','2021-02-14 20:49:57'),(100573,36435,'action complete via WP Cron','2021-02-15 04:49:57','2021-02-14 20:49:57'),(100574,36436,'action created','2021-02-15 04:49:58','2021-02-14 20:49:58'),(100575,36436,'action started via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100576,36436,'action complete via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100577,35616,'action started via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100578,35616,'action complete via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100579,36437,'action created','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100580,35615,'action started via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100581,35615,'action complete via WP Cron','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100582,36438,'action created','2021-02-15 04:54:11','2021-02-14 20:54:11'),(100583,36439,'action created','2021-02-15 04:54:12','2021-02-14 20:54:12'),(100584,36439,'action started via WP Cron','2021-02-15 04:55:13','2021-02-14 20:55:13'),(100585,36439,'action complete via WP Cron','2021-02-15 04:55:13','2021-02-14 20:55:13'),(100586,36440,'action created','2021-02-15 04:55:13','2021-02-14 20:55:13'),(100587,36440,'action started via WP Cron','2021-02-15 04:56:12','2021-02-14 20:56:12'),(100588,36440,'action complete via WP Cron','2021-02-15 04:56:12','2021-02-14 20:56:12'),(100589,36441,'action created','2021-02-15 04:56:12','2021-02-14 20:56:12'),(100590,36441,'action started via WP Cron','2021-02-15 04:56:41','2021-02-14 20:56:41'),(100591,36441,'action complete via WP Cron','2021-02-15 04:56:41','2021-02-14 20:56:41'),(100592,36442,'action created','2021-02-15 04:56:41','2021-02-14 20:56:41'),(100593,36442,'action started via WP Cron','2021-02-15 04:58:17','2021-02-14 20:58:17'),(100594,36442,'action complete via WP Cron','2021-02-15 04:58:17','2021-02-14 20:58:17'),(100595,36443,'action created','2021-02-15 04:58:17','2021-02-14 20:58:17'),(100596,36443,'action started via WP Cron','2021-02-15 04:59:18','2021-02-14 20:59:18'),(100597,36443,'action complete via WP Cron','2021-02-15 04:59:18','2021-02-14 20:59:18'),(100598,36444,'action created','2021-02-15 04:59:18','2021-02-14 20:59:18'),(100605,36444,'action started via WP Cron','2021-02-15 05:07:10','2021-02-14 21:07:10'),(100606,36444,'action complete via WP Cron','2021-02-15 05:07:10','2021-02-14 21:07:10'),(100607,36447,'action created','2021-02-15 05:07:10','2021-02-14 21:07:10'),(100608,36447,'action started via WP Cron','2021-02-15 05:08:49','2021-02-14 21:08:49'),(100609,36447,'action complete via WP Cron','2021-02-15 05:08:49','2021-02-14 21:08:49'),(100610,36448,'action created','2021-02-15 05:08:49','2021-02-14 21:08:49'),(100611,36448,'action started via WP Cron','2021-02-15 05:09:54','2021-02-14 21:09:54'),(100612,36448,'action complete via WP Cron','2021-02-15 05:09:54','2021-02-14 21:09:54'),(100613,36449,'action created','2021-02-15 05:09:54','2021-02-14 21:09:54'),(100614,36449,'action started via WP Cron','2021-02-15 05:10:48','2021-02-14 21:10:48'),(100615,36449,'action complete via WP Cron','2021-02-15 05:10:48','2021-02-14 21:10:48'),(100616,36450,'action created','2021-02-15 05:10:48','2021-02-14 21:10:48'),(100617,36450,'action started via WP Cron','2021-02-15 05:14:22','2021-02-14 21:14:22'),(100618,36450,'action complete via WP Cron','2021-02-15 05:14:22','2021-02-14 21:14:22'),(100619,36451,'action created','2021-02-15 05:14:22','2021-02-14 21:14:22'),(100620,36451,'action started via WP Cron','2021-02-15 05:14:58','2021-02-14 21:14:58'),(100621,36451,'action complete via WP Cron','2021-02-15 05:14:58','2021-02-14 21:14:58'),(100622,36452,'action created','2021-02-15 05:14:58','2021-02-14 21:14:58'),(100623,36452,'action started via WP Cron','2021-02-15 05:16:13','2021-02-14 21:16:13'),(100624,36452,'action complete via WP Cron','2021-02-15 05:16:13','2021-02-14 21:16:13'),(100625,36453,'action created','2021-02-15 05:16:13','2021-02-14 21:16:13'),(100626,36453,'action started via WP Cron','2021-02-15 05:17:35','2021-02-14 21:17:35'),(100627,36453,'action complete via WP Cron','2021-02-15 05:17:35','2021-02-14 21:17:35'),(100628,36454,'action created','2021-02-15 05:17:35','2021-02-14 21:17:35'),(100629,36454,'action started via WP Cron','2021-02-15 05:18:10','2021-02-14 21:18:10'),(100630,36454,'action complete via WP Cron','2021-02-15 05:18:10','2021-02-14 21:18:10'),(100631,36455,'action created','2021-02-15 05:18:10','2021-02-14 21:18:10'),(100632,36455,'action started via WP Cron','2021-02-15 05:19:02','2021-02-14 21:19:02'),(100633,36455,'action complete via WP Cron','2021-02-15 05:19:02','2021-02-14 21:19:02'),(100634,36456,'action created','2021-02-15 05:19:03','2021-02-14 21:19:03'),(100635,36456,'action started via WP Cron','2021-02-15 05:22:20','2021-02-14 21:22:20'),(100636,36456,'action complete via WP Cron','2021-02-15 05:22:20','2021-02-14 21:22:20'),(100637,36457,'action created','2021-02-15 05:22:20','2021-02-14 21:22:20'),(100638,36457,'action started via WP Cron','2021-02-15 05:33:47','2021-02-14 21:33:47'),(100639,36457,'action complete via WP Cron','2021-02-15 05:33:47','2021-02-14 21:33:47'),(100640,36458,'action created','2021-02-15 05:33:48','2021-02-14 21:33:48'),(100641,36458,'action started via WP Cron','2021-02-15 05:37:42','2021-02-14 21:37:42'),(100642,36458,'action complete via WP Cron','2021-02-15 05:37:42','2021-02-14 21:37:42'),(100643,36459,'action created','2021-02-15 05:37:42','2021-02-14 21:37:42'),(100644,36459,'action started via WP Cron','2021-02-15 05:38:52','2021-02-14 21:38:52'),(100645,36459,'action complete via WP Cron','2021-02-15 05:38:52','2021-02-14 21:38:52'),(100646,36460,'action created','2021-02-15 05:38:52','2021-02-14 21:38:52'),(100647,36460,'action started via WP Cron','2021-02-15 05:54:25','2021-02-14 21:54:25'),(100648,36460,'action complete via WP Cron','2021-02-15 05:54:25','2021-02-14 21:54:25'),(100649,36461,'action created','2021-02-15 05:54:25','2021-02-14 21:54:25'),(100650,36461,'action started via WP Cron','2021-02-15 05:58:46','2021-02-14 21:58:46'),(100651,36461,'action complete via WP Cron','2021-02-15 05:58:46','2021-02-14 21:58:46'),(100652,36462,'action created','2021-02-15 05:58:46','2021-02-14 21:58:46'),(100653,36462,'action started via WP Cron','2021-02-15 05:59:55','2021-02-14 21:59:55'),(100654,36462,'action complete via WP Cron','2021-02-15 05:59:55','2021-02-14 21:59:55'),(100655,36463,'action created','2021-02-15 05:59:55','2021-02-14 21:59:55'),(100656,36463,'action started via WP Cron','2021-02-15 06:00:59','2021-02-14 22:00:59'),(100657,36463,'action complete via WP Cron','2021-02-15 06:00:59','2021-02-14 22:00:59'),(100658,36464,'action created','2021-02-15 06:00:59','2021-02-14 22:00:59'),(100659,36464,'action started via WP Cron','2021-02-15 06:02:00','2021-02-14 22:02:00'),(100660,36464,'action complete via WP Cron','2021-02-15 06:02:00','2021-02-14 22:02:00'),(100661,36465,'action created','2021-02-15 06:02:00','2021-02-14 22:02:00'),(100662,36465,'action started via WP Cron','2021-02-15 06:03:17','2021-02-14 22:03:17'),(100663,36465,'action complete via WP Cron','2021-02-15 06:03:17','2021-02-14 22:03:17'),(100664,36466,'action created','2021-02-15 06:03:17','2021-02-14 22:03:17'),(100665,36466,'action started via WP Cron','2021-02-15 06:09:23','2021-02-14 22:09:23'),(100666,36466,'action complete via WP Cron','2021-02-15 06:09:23','2021-02-14 22:09:23'),(100667,36467,'action created','2021-02-15 06:09:23','2021-02-14 22:09:23'),(100668,36467,'action started via WP Cron','2021-02-15 06:10:22','2021-02-14 22:10:22'),(100669,36467,'action complete via WP Cron','2021-02-15 06:10:22','2021-02-14 22:10:22'),(100670,36468,'action created','2021-02-15 06:11:54','2021-02-14 22:11:54'),(100671,36468,'action started via WP Cron','2021-02-15 06:12:54','2021-02-14 22:12:54'),(100672,36468,'action complete via WP Cron','2021-02-15 06:12:54','2021-02-14 22:12:54'),(100673,36469,'action created','2021-02-15 06:12:54','2021-02-14 22:12:54'),(100674,36469,'action started via WP Cron','2021-02-15 06:13:50','2021-02-14 22:13:50'),(100675,36469,'action complete via WP Cron','2021-02-15 06:13:50','2021-02-14 22:13:50'),(100676,36470,'action created','2021-02-15 06:13:50','2021-02-14 22:13:50'),(100677,36470,'action started via WP Cron','2021-02-15 06:14:41','2021-02-14 22:14:41'),(100678,36470,'action complete via WP Cron','2021-02-15 06:14:41','2021-02-14 22:14:41'),(100679,36471,'action created','2021-02-15 06:14:41','2021-02-14 22:14:41'),(100680,36471,'action started via WP Cron','2021-02-15 06:15:42','2021-02-14 22:15:42'),(100681,36471,'action complete via WP Cron','2021-02-15 06:15:42','2021-02-14 22:15:42'),(100682,36472,'action created','2021-02-15 06:15:42','2021-02-14 22:15:42'),(100683,36472,'action started via WP Cron','2021-02-15 06:16:43','2021-02-14 22:16:43'),(100684,36472,'action complete via WP Cron','2021-02-15 06:16:43','2021-02-14 22:16:43');
INSERT INTO `wp_actionscheduler_logs` VALUES (100685,36473,'action created','2021-02-15 06:16:44','2021-02-14 22:16:44'),(100686,36473,'action started via WP Cron','2021-02-15 06:18:16','2021-02-14 22:18:16'),(100687,36473,'action complete via WP Cron','2021-02-15 06:18:16','2021-02-14 22:18:16'),(100688,36474,'action created','2021-02-15 06:18:16','2021-02-14 22:18:16'),(100689,36474,'action started via WP Cron','2021-02-15 06:18:59','2021-02-14 22:18:59'),(100690,36474,'action complete via WP Cron','2021-02-15 06:18:59','2021-02-14 22:18:59'),(100691,36475,'action created','2021-02-15 06:18:59','2021-02-14 22:18:59'),(100692,36475,'action started via WP Cron','2021-02-15 06:24:42','2021-02-14 22:24:42'),(100693,36475,'action complete via WP Cron','2021-02-15 06:24:42','2021-02-14 22:24:42'),(100694,36476,'action created','2021-02-15 06:24:42','2021-02-14 22:24:42'),(100695,36476,'action started via WP Cron','2021-02-15 06:25:48','2021-02-14 22:25:48'),(100696,36476,'action complete via WP Cron','2021-02-15 06:25:48','2021-02-14 22:25:48'),(100697,36477,'action created','2021-02-15 06:27:36','2021-02-14 22:27:36'),(100698,36477,'action started via WP Cron','2021-02-15 06:27:47','2021-02-14 22:27:47'),(100699,36477,'action complete via WP Cron','2021-02-15 06:27:47','2021-02-14 22:27:47'),(100700,36478,'action created','2021-02-15 06:30:04','2021-02-14 22:30:04'),(100701,36478,'action started via WP Cron','2021-02-15 06:30:45','2021-02-14 22:30:45'),(100702,36478,'action complete via WP Cron','2021-02-15 06:30:45','2021-02-14 22:30:45'),(100703,36479,'action created','2021-02-15 06:31:09','2021-02-14 22:31:09'),(100704,36479,'action started via WP Cron','2021-02-15 06:31:42','2021-02-14 22:31:42'),(100705,36479,'action complete via WP Cron','2021-02-15 06:31:42','2021-02-14 22:31:42'),(100706,36480,'action created','2021-02-15 06:34:44','2021-02-14 22:34:44'),(100707,36480,'action started via WP Cron','2021-02-15 06:35:43','2021-02-14 22:35:43'),(100708,36480,'action complete via WP Cron','2021-02-15 06:35:43','2021-02-14 22:35:43'),(100709,35645,'action started via WP Cron','2021-02-15 06:36:41','2021-02-14 22:36:41'),(100710,35645,'action complete via WP Cron','2021-02-15 06:36:41','2021-02-14 22:36:41'),(100711,36481,'action created','2021-02-15 06:36:41','2021-02-14 22:36:41'),(100712,36482,'action created','2021-02-15 06:37:43','2021-02-14 22:37:43'),(100713,36482,'action started via WP Cron','2021-02-15 06:38:44','2021-02-14 22:38:44'),(100714,36482,'action complete via WP Cron','2021-02-15 06:38:44','2021-02-14 22:38:44'),(100715,36483,'action created','2021-02-15 06:41:07','2021-02-14 22:41:07'),(100716,36483,'action started via WP Cron','2021-02-15 06:41:43','2021-02-14 22:41:43'),(100717,36483,'action complete via WP Cron','2021-02-15 06:41:43','2021-02-14 22:41:43'),(100718,36484,'action created','2021-02-15 06:45:12','2021-02-14 22:45:12'),(100719,36484,'action started via WP Cron','2021-02-15 06:49:44','2021-02-14 22:49:44'),(100720,36484,'action complete via WP Cron','2021-02-15 06:49:44','2021-02-14 22:49:44'),(100721,36485,'action created','2021-02-15 06:49:44','2021-02-14 22:49:44'),(100722,36485,'action started via WP Cron','2021-02-15 06:51:20','2021-02-14 22:51:20'),(100723,36485,'action complete via WP Cron','2021-02-15 06:51:20','2021-02-14 22:51:20'),(100724,36486,'action created','2021-02-15 06:51:21','2021-02-14 22:51:21'),(100725,36486,'action started via WP Cron','2021-02-15 06:56:17','2021-02-14 22:56:17'),(100726,36486,'action complete via WP Cron','2021-02-15 06:56:17','2021-02-14 22:56:17'),(100727,36487,'action created','2021-02-15 06:56:17','2021-02-14 22:56:17'),(100728,36487,'action started via WP Cron','2021-02-15 07:00:12','2021-02-14 23:00:12'),(100729,36487,'action complete via WP Cron','2021-02-15 07:00:12','2021-02-14 23:00:12'),(100730,36488,'action created','2021-02-15 07:00:14','2021-02-14 23:00:14'),(100731,36488,'action started via WP Cron','2021-02-15 07:00:42','2021-02-14 23:00:42'),(100732,36488,'action complete via WP Cron','2021-02-15 07:00:42','2021-02-14 23:00:42'),(100733,36489,'action created','2021-02-15 07:00:42','2021-02-14 23:00:42'),(100734,36489,'action started via WP Cron','2021-02-15 07:01:45','2021-02-14 23:01:45'),(100735,36489,'action complete via WP Cron','2021-02-15 07:01:45','2021-02-14 23:01:45'),(100736,36490,'action created','2021-02-15 07:01:45','2021-02-14 23:01:45'),(100737,36490,'action started via WP Cron','2021-02-15 07:02:47','2021-02-14 23:02:47'),(100738,36490,'action complete via WP Cron','2021-02-15 07:02:47','2021-02-14 23:02:47'),(100739,36491,'action created','2021-02-15 07:02:47','2021-02-14 23:02:47'),(100740,36491,'action started via WP Cron','2021-02-15 07:03:48','2021-02-14 23:03:48'),(100741,36491,'action complete via WP Cron','2021-02-15 07:03:48','2021-02-14 23:03:48'),(100742,36492,'action created','2021-02-15 07:03:48','2021-02-14 23:03:48'),(100743,36492,'action started via WP Cron','2021-02-15 07:04:49','2021-02-14 23:04:49'),(100744,36492,'action complete via WP Cron','2021-02-15 07:04:49','2021-02-14 23:04:49'),(100745,36493,'action created','2021-02-15 07:04:49','2021-02-14 23:04:49'),(100746,36493,'action started via WP Cron','2021-02-15 07:05:45','2021-02-14 23:05:45'),(100747,36493,'action complete via WP Cron','2021-02-15 07:05:45','2021-02-14 23:05:45'),(100748,36494,'action created','2021-02-15 07:05:45','2021-02-14 23:05:45'),(100749,36494,'action started via WP Cron','2021-02-15 07:06:44','2021-02-14 23:06:44'),(100750,36494,'action complete via WP Cron','2021-02-15 07:06:44','2021-02-14 23:06:44'),(100751,36495,'action created','2021-02-15 07:06:44','2021-02-14 23:06:44'),(100752,36495,'action started via WP Cron','2021-02-15 07:07:48','2021-02-14 23:07:48'),(100753,36495,'action complete via WP Cron','2021-02-15 07:07:48','2021-02-14 23:07:48'),(100754,36496,'action created','2021-02-15 07:07:48','2021-02-14 23:07:48'),(100755,36496,'action started via WP Cron','2021-02-15 07:08:48','2021-02-14 23:08:48'),(100756,36496,'action complete via WP Cron','2021-02-15 07:08:48','2021-02-14 23:08:48'),(100757,36497,'action created','2021-02-15 07:08:48','2021-02-14 23:08:48'),(100758,36497,'action started via WP Cron','2021-02-15 07:09:40','2021-02-14 23:09:40'),(100759,36497,'action complete via WP Cron','2021-02-15 07:09:40','2021-02-14 23:09:40'),(100760,36498,'action created','2021-02-15 07:09:40','2021-02-14 23:09:40'),(100761,36498,'action started via WP Cron','2021-02-15 07:10:43','2021-02-14 23:10:43'),(100762,36498,'action complete via WP Cron','2021-02-15 07:10:43','2021-02-14 23:10:43'),(100763,36499,'action created','2021-02-15 07:10:43','2021-02-14 23:10:43'),(100764,36499,'action started via WP Cron','2021-02-15 07:11:43','2021-02-14 23:11:43'),(100765,36499,'action complete via WP Cron','2021-02-15 07:11:43','2021-02-14 23:11:43'),(100766,36500,'action created','2021-02-15 07:11:43','2021-02-14 23:11:43'),(100767,36500,'action started via WP Cron','2021-02-15 07:12:44','2021-02-14 23:12:44'),(100768,36500,'action complete via WP Cron','2021-02-15 07:12:44','2021-02-14 23:12:44'),(100769,36501,'action created','2021-02-15 07:12:44','2021-02-14 23:12:44'),(100770,36501,'action started via WP Cron','2021-02-15 07:13:47','2021-02-14 23:13:47'),(100771,36501,'action complete via WP Cron','2021-02-15 07:13:47','2021-02-14 23:13:47'),(100772,36502,'action created','2021-02-15 07:13:47','2021-02-14 23:13:47'),(100773,36502,'action started via WP Cron','2021-02-15 07:14:40','2021-02-14 23:14:40'),(100774,36502,'action complete via WP Cron','2021-02-15 07:14:40','2021-02-14 23:14:40'),(100775,36503,'action created','2021-02-15 07:14:41','2021-02-14 23:14:41'),(100776,36503,'action started via WP Cron','2021-02-15 07:15:43','2021-02-14 23:15:43'),(100777,36503,'action complete via WP Cron','2021-02-15 07:15:43','2021-02-14 23:15:43'),(100778,36504,'action created','2021-02-15 07:15:54','2021-02-14 23:15:54'),(100779,36504,'action started via WP Cron','2021-02-15 07:16:49','2021-02-14 23:16:49'),(100780,36504,'action complete via WP Cron','2021-02-15 07:16:49','2021-02-14 23:16:49'),(100781,36505,'action created','2021-02-15 07:16:49','2021-02-14 23:16:49'),(100782,36505,'action started via WP Cron','2021-02-15 07:17:44','2021-02-14 23:17:44'),(100783,36505,'action complete via WP Cron','2021-02-15 07:17:44','2021-02-14 23:17:44'),(100784,36506,'action created','2021-02-15 07:17:44','2021-02-14 23:17:44'),(100785,36506,'action started via WP Cron','2021-02-15 07:18:45','2021-02-14 23:18:45'),(100786,36506,'action complete via WP Cron','2021-02-15 07:18:45','2021-02-14 23:18:45'),(100787,36507,'action created','2021-02-15 07:18:45','2021-02-14 23:18:45'),(100788,36507,'action started via WP Cron','2021-02-15 07:19:46','2021-02-14 23:19:46'),(100789,36507,'action complete via WP Cron','2021-02-15 07:19:46','2021-02-14 23:19:46'),(100790,36508,'action created','2021-02-15 07:20:01','2021-02-14 23:20:01'),(100791,36508,'action started via WP Cron','2021-02-15 07:20:47','2021-02-14 23:20:47'),(100792,36508,'action complete via WP Cron','2021-02-15 07:20:47','2021-02-14 23:20:47'),(100793,36509,'action created','2021-02-15 07:20:47','2021-02-14 23:20:47'),(100794,36509,'action started via WP Cron','2021-02-15 07:21:48','2021-02-14 23:21:48'),(100795,36509,'action complete via WP Cron','2021-02-15 07:21:48','2021-02-14 23:21:48'),(100796,36510,'action created','2021-02-15 07:22:01','2021-02-14 23:22:01'),(100797,36510,'action started via WP Cron','2021-02-15 07:22:50','2021-02-14 23:22:50'),(100798,36510,'action complete via WP Cron','2021-02-15 07:22:50','2021-02-14 23:22:50'),(100799,36511,'action created','2021-02-15 07:22:50','2021-02-14 23:22:50'),(100800,36511,'action started via WP Cron','2021-02-15 07:23:43','2021-02-14 23:23:43'),(100801,36511,'action complete via WP Cron','2021-02-15 07:23:43','2021-02-14 23:23:43'),(100802,36512,'action created','2021-02-15 07:23:43','2021-02-14 23:23:43'),(100803,36512,'action started via WP Cron','2021-02-15 07:27:56','2021-02-14 23:27:56'),(100804,36512,'action complete via WP Cron','2021-02-15 07:27:56','2021-02-14 23:27:56'),(100805,36513,'action created','2021-02-15 07:27:56','2021-02-14 23:27:56'),(100806,36513,'action started via WP Cron','2021-02-15 07:38:21','2021-02-14 23:38:21'),(100807,36513,'action complete via WP Cron','2021-02-15 07:38:21','2021-02-14 23:38:21'),(100808,36514,'action created','2021-02-15 07:38:22','2021-02-14 23:38:22'),(100809,36514,'action started via WP Cron','2021-02-15 07:42:34','2021-02-14 23:42:34'),(100810,36514,'action complete via WP Cron','2021-02-15 07:42:34','2021-02-14 23:42:34'),(100811,36515,'action created','2021-02-15 07:42:34','2021-02-14 23:42:34'),(100812,36515,'action started via WP Cron','2021-02-15 07:43:44','2021-02-14 23:43:44'),(100813,36515,'action complete via WP Cron','2021-02-15 07:43:44','2021-02-14 23:43:44'),(100814,36516,'action created','2021-02-15 07:43:44','2021-02-14 23:43:44'),(100815,36516,'action started via WP Cron','2021-02-15 07:44:56','2021-02-14 23:44:56'),(100816,36516,'action complete via WP Cron','2021-02-15 07:44:56','2021-02-14 23:44:56'),(100817,36517,'action created','2021-02-15 07:44:56','2021-02-14 23:44:56'),(100818,36517,'action started via WP Cron','2021-02-15 07:46:24','2021-02-14 23:46:24'),(100819,36517,'action complete via WP Cron','2021-02-15 07:46:24','2021-02-14 23:46:24'),(100820,36518,'action created','2021-02-15 07:46:24','2021-02-14 23:46:24'),(100821,36518,'action started via WP Cron','2021-02-15 07:46:58','2021-02-14 23:46:58'),(100822,36518,'action complete via WP Cron','2021-02-15 07:46:58','2021-02-14 23:46:58'),(100823,36519,'action created','2021-02-15 07:46:58','2021-02-14 23:46:58'),(100824,36519,'action started via WP Cron','2021-02-15 07:48:19','2021-02-14 23:48:19'),(100825,36519,'action complete via WP Cron','2021-02-15 07:48:19','2021-02-14 23:48:19'),(100826,36520,'action created','2021-02-15 07:48:19','2021-02-14 23:48:19'),(100827,36520,'action started via WP Cron','2021-02-15 07:49:20','2021-02-14 23:49:20'),(100828,36520,'action complete via WP Cron','2021-02-15 07:49:20','2021-02-14 23:49:20'),(100829,36521,'action created','2021-02-15 07:49:20','2021-02-14 23:49:20'),(100830,36521,'action started via WP Cron','2021-02-15 07:55:30','2021-02-14 23:55:30'),(100831,36521,'action complete via WP Cron','2021-02-15 07:55:30','2021-02-14 23:55:30'),(100832,36522,'action created','2021-02-15 07:55:30','2021-02-14 23:55:30'),(100833,36522,'action started via WP Cron','2021-02-15 08:02:04','2021-02-15 00:02:04'),(100834,36522,'action complete via WP Cron','2021-02-15 08:02:04','2021-02-15 00:02:04'),(100835,36523,'action created','2021-02-15 08:02:04','2021-02-15 00:02:04'),(100836,36523,'action started via WP Cron','2021-02-15 08:04:43','2021-02-15 00:04:43'),(100837,36523,'action complete via WP Cron','2021-02-15 08:04:43','2021-02-15 00:04:43'),(100838,36524,'action created','2021-02-15 08:04:43','2021-02-15 00:04:43'),(100842,36525,'action started via WP Cron','2021-02-15 08:15:54','2021-02-15 00:15:54'),(100843,36525,'action complete via WP Cron','2021-02-15 08:15:54','2021-02-15 00:15:54'),(100844,36526,'action created','2021-02-15 08:15:54','2021-02-15 00:15:54'),(100845,36526,'action started via WP Cron','2021-02-15 08:16:55','2021-02-15 00:16:55'),(100846,36526,'action complete via WP Cron','2021-02-15 08:16:55','2021-02-15 00:16:55'),(100847,36527,'action created','2021-02-15 08:16:55','2021-02-15 00:16:55'),(100848,36527,'action started via WP Cron','2021-02-15 08:17:56','2021-02-15 00:17:56'),(100849,36527,'action complete via WP Cron','2021-02-15 08:17:56','2021-02-15 00:17:56'),(100850,36528,'action created','2021-02-15 08:17:56','2021-02-15 00:17:56'),(100851,36528,'action started via WP Cron','2021-02-15 08:19:58','2021-02-15 00:19:58'),(100852,36528,'action complete via WP Cron','2021-02-15 08:19:58','2021-02-15 00:19:58'),(100853,36529,'action created','2021-02-15 08:19:58','2021-02-15 00:19:58'),(100854,36529,'action started via WP Cron','2021-02-15 08:20:59','2021-02-15 00:20:59'),(100855,36529,'action complete via WP Cron','2021-02-15 08:20:59','2021-02-15 00:20:59'),(100856,36530,'action created','2021-02-15 08:20:59','2021-02-15 00:20:59'),(100857,36530,'action started via WP Cron','2021-02-15 08:22:00','2021-02-15 00:22:00'),(100858,36530,'action complete via WP Cron','2021-02-15 08:22:00','2021-02-15 00:22:00'),(100859,36531,'action created','2021-02-15 08:22:00','2021-02-15 00:22:00'),(100860,36531,'action started via WP Cron','2021-02-15 08:22:47','2021-02-15 00:22:47'),(100861,36531,'action complete via WP Cron','2021-02-15 08:22:47','2021-02-15 00:22:47'),(100862,36532,'action created','2021-02-15 08:22:47','2021-02-15 00:22:47'),(100863,36532,'action started via WP Cron','2021-02-15 08:23:47','2021-02-15 00:23:47'),(100864,36532,'action complete via WP Cron','2021-02-15 08:23:47','2021-02-15 00:23:47'),(100865,36533,'action created','2021-02-15 08:23:47','2021-02-15 00:23:47'),(100866,36533,'action started via WP Cron','2021-02-15 08:24:43','2021-02-15 00:24:43'),(100867,36533,'action complete via WP Cron','2021-02-15 08:24:43','2021-02-15 00:24:43'),(100868,36534,'action created','2021-02-15 08:24:43','2021-02-15 00:24:43'),(100869,36534,'action started via WP Cron','2021-02-15 08:25:41','2021-02-15 00:25:41'),(100870,36534,'action complete via WP Cron','2021-02-15 08:25:41','2021-02-15 00:25:41'),(100871,36535,'action created','2021-02-15 08:25:41','2021-02-15 00:25:41'),(100872,36535,'action started via WP Cron','2021-02-15 08:36:04','2021-02-15 00:36:04'),(100873,36535,'action complete via WP Cron','2021-02-15 08:36:04','2021-02-15 00:36:04'),(100874,36536,'action created','2021-02-15 08:36:04','2021-02-15 00:36:04'),(100875,36536,'action started via WP Cron','2021-02-15 08:40:27','2021-02-15 00:40:27'),(100876,36536,'action complete via WP Cron','2021-02-15 08:40:27','2021-02-15 00:40:27'),(100877,36537,'action created','2021-02-15 08:40:27','2021-02-15 00:40:27'),(100878,36537,'action started via WP Cron','2021-02-15 08:43:03','2021-02-15 00:43:03'),(100879,36537,'action complete via WP Cron','2021-02-15 08:43:03','2021-02-15 00:43:03'),(100880,36538,'action created','2021-02-15 08:43:03','2021-02-15 00:43:03'),(100881,36538,'action started via WP Cron','2021-02-15 08:43:41','2021-02-15 00:43:41'),(100882,36538,'action complete via WP Cron','2021-02-15 08:43:41','2021-02-15 00:43:41'),(100883,36539,'action created','2021-02-15 08:43:41','2021-02-15 00:43:41'),(100884,36539,'action started via WP Cron','2021-02-15 08:47:25','2021-02-15 00:47:25'),(100885,36539,'action complete via WP Cron','2021-02-15 08:47:25','2021-02-15 00:47:25'),(100886,36540,'action created','2021-02-15 08:47:25','2021-02-15 00:47:25'),(100887,36540,'action started via WP Cron','2021-02-15 08:47:58','2021-02-15 00:47:58'),(100888,36540,'action complete via WP Cron','2021-02-15 08:47:58','2021-02-15 00:47:58'),(100889,36541,'action created','2021-02-15 08:47:58','2021-02-15 00:47:58'),(100890,36541,'action started via WP Cron','2021-02-15 08:49:43','2021-02-15 00:49:43'),(100891,36541,'action complete via WP Cron','2021-02-15 08:49:43','2021-02-15 00:49:43'),(100892,36542,'action created','2021-02-15 08:49:44','2021-02-15 00:49:44'),(100893,36542,'action started via WP Cron','2021-02-15 08:50:59','2021-02-15 00:50:59'),(100894,36542,'action complete via WP Cron','2021-02-15 08:50:59','2021-02-15 00:50:59'),(100895,36543,'action created','2021-02-15 08:50:59','2021-02-15 00:50:59'),(100896,36543,'action started via WP Cron','2021-02-15 08:52:00','2021-02-15 00:52:00'),(100897,36543,'action complete via WP Cron','2021-02-15 08:52:00','2021-02-15 00:52:00'),(100898,36544,'action created','2021-02-15 08:52:00','2021-02-15 00:52:00'),(100899,36544,'action started via WP Cron','2021-02-15 08:52:46','2021-02-15 00:52:46'),(100900,36544,'action complete via WP Cron','2021-02-15 08:52:46','2021-02-15 00:52:46'),(100901,36545,'action created','2021-02-15 08:52:46','2021-02-15 00:52:46'),(100902,36545,'action started via WP Cron','2021-02-15 08:53:48','2021-02-15 00:53:48'),(100903,36545,'action complete via WP Cron','2021-02-15 08:53:48','2021-02-15 00:53:48'),(100904,36546,'action created','2021-02-15 08:53:48','2021-02-15 00:53:48'),(100905,36546,'action started via WP Cron','2021-02-15 09:09:37','2021-02-15 01:09:37'),(100906,36546,'action complete via WP Cron','2021-02-15 09:09:37','2021-02-15 01:09:37'),(100907,36547,'action created','2021-02-15 09:09:37','2021-02-15 01:09:37'),(100908,36547,'action started via WP Cron','2021-02-15 09:11:18','2021-02-15 01:11:18'),(100909,36547,'action complete via WP Cron','2021-02-15 09:11:18','2021-02-15 01:11:18'),(100910,36548,'action created','2021-02-15 09:11:42','2021-02-15 01:11:42'),(100911,36548,'action started via WP Cron','2021-02-15 09:22:21','2021-02-15 01:22:21'),(100912,36548,'action complete via WP Cron','2021-02-15 09:22:21','2021-02-15 01:22:21'),(100913,36549,'action created','2021-02-15 09:22:21','2021-02-15 01:22:21'),(100914,36549,'action started via WP Cron','2021-02-15 09:23:22','2021-02-15 01:23:22'),(100915,36549,'action complete via WP Cron','2021-02-15 09:23:22','2021-02-15 01:23:22'),(100916,36550,'action created','2021-02-15 09:23:22','2021-02-15 01:23:22'),(100917,36550,'action started via WP Cron','2021-02-15 09:24:22','2021-02-15 01:24:22'),(100918,36550,'action complete via WP Cron','2021-02-15 09:24:22','2021-02-15 01:24:22'),(100919,36551,'action created','2021-02-15 09:24:22','2021-02-15 01:24:22'),(100920,36551,'action started via WP Cron','2021-02-15 09:26:25','2021-02-15 01:26:25'),(100921,36551,'action complete via WP Cron','2021-02-15 09:26:25','2021-02-15 01:26:25'),(100922,36552,'action created','2021-02-15 09:26:25','2021-02-15 01:26:25'),(100923,36552,'action started via WP Cron','2021-02-15 09:27:26','2021-02-15 01:27:26'),(100924,36552,'action complete via WP Cron','2021-02-15 09:27:26','2021-02-15 01:27:26'),(100925,36553,'action created','2021-02-15 09:27:26','2021-02-15 01:27:26'),(100926,36553,'action started via WP Cron','2021-02-15 09:28:26','2021-02-15 01:28:26'),(100927,36553,'action complete via WP Cron','2021-02-15 09:28:26','2021-02-15 01:28:26'),(100928,36554,'action created','2021-02-15 09:28:26','2021-02-15 01:28:26'),(100929,36554,'action started via WP Cron','2021-02-15 09:29:12','2021-02-15 01:29:12'),(100930,36554,'action complete via WP Cron','2021-02-15 09:29:12','2021-02-15 01:29:12'),(100931,36555,'action created','2021-02-15 09:29:12','2021-02-15 01:29:12'),(100932,36555,'action started via WP Cron','2021-02-15 09:31:10','2021-02-15 01:31:10'),(100933,36555,'action complete via WP Cron','2021-02-15 09:31:10','2021-02-15 01:31:10'),(100934,36556,'action created','2021-02-15 09:31:10','2021-02-15 01:31:10'),(100935,36556,'action started via WP Cron','2021-02-15 09:31:59','2021-02-15 01:31:59'),(100936,36556,'action complete via WP Cron','2021-02-15 09:31:59','2021-02-15 01:31:59'),(100937,36557,'action created','2021-02-15 09:31:59','2021-02-15 01:31:59'),(100938,36557,'action started via WP Cron','2021-02-15 09:32:46','2021-02-15 01:32:46'),(100939,36557,'action complete via WP Cron','2021-02-15 09:32:46','2021-02-15 01:32:46'),(100940,36558,'action created','2021-02-15 09:32:46','2021-02-15 01:32:46'),(100941,36558,'action started via WP Cron','2021-02-15 09:33:50','2021-02-15 01:33:50'),(100942,36558,'action complete via WP Cron','2021-02-15 09:33:50','2021-02-15 01:33:50'),(100943,36559,'action created','2021-02-15 09:33:50','2021-02-15 01:33:50'),(100944,36559,'action started via WP Cron','2021-02-15 09:35:01','2021-02-15 01:35:01'),(100945,36559,'action complete via WP Cron','2021-02-15 09:35:01','2021-02-15 01:35:01'),(100946,36560,'action created','2021-02-15 09:35:01','2021-02-15 01:35:01'),(100947,36560,'action started via WP Cron','2021-02-15 09:35:49','2021-02-15 01:35:49'),(100948,36560,'action complete via WP Cron','2021-02-15 09:35:49','2021-02-15 01:35:49'),(100949,36561,'action created','2021-02-15 09:35:49','2021-02-15 01:35:49'),(100950,36561,'action started via WP Cron','2021-02-15 09:36:57','2021-02-15 01:36:57'),(100951,36561,'action complete via WP Cron','2021-02-15 09:36:57','2021-02-15 01:36:57'),(100952,36562,'action created','2021-02-15 09:36:57','2021-02-15 01:36:57'),(100953,36562,'action started via WP Cron','2021-02-15 09:38:03','2021-02-15 01:38:03'),(100954,36562,'action complete via WP Cron','2021-02-15 09:38:03','2021-02-15 01:38:03'),(100955,36563,'action created','2021-02-15 09:38:03','2021-02-15 01:38:03'),(100956,36563,'action started via WP Cron','2021-02-15 09:38:45','2021-02-15 01:38:45'),(100957,36563,'action complete via WP Cron','2021-02-15 09:38:45','2021-02-15 01:38:45'),(100958,36564,'action created','2021-02-15 09:38:45','2021-02-15 01:38:45'),(100959,36564,'action started via WP Cron','2021-02-15 09:39:52','2021-02-15 01:39:52'),(100960,36564,'action complete via WP Cron','2021-02-15 09:39:52','2021-02-15 01:39:52'),(100961,36565,'action created','2021-02-15 09:39:53','2021-02-15 01:39:53'),(100962,36565,'action started via WP Cron','2021-02-15 09:40:45','2021-02-15 01:40:45'),(100963,36565,'action complete via WP Cron','2021-02-15 09:40:45','2021-02-15 01:40:45'),(100964,36566,'action created','2021-02-15 09:40:45','2021-02-15 01:40:45'),(100965,36566,'action started via WP Cron','2021-02-15 09:41:47','2021-02-15 01:41:47'),(100966,36566,'action complete via WP Cron','2021-02-15 09:41:47','2021-02-15 01:41:47'),(100967,36567,'action created','2021-02-15 09:41:47','2021-02-15 01:41:47'),(100968,36567,'action started via WP Cron','2021-02-15 09:42:55','2021-02-15 01:42:55'),(100969,36567,'action complete via WP Cron','2021-02-15 09:42:55','2021-02-15 01:42:55'),(100970,36568,'action created','2021-02-15 09:42:55','2021-02-15 01:42:55'),(100971,36568,'action started via WP Cron','2021-02-15 09:43:45','2021-02-15 01:43:45'),(100972,36568,'action complete via WP Cron','2021-02-15 09:43:45','2021-02-15 01:43:45'),(100973,36569,'action created','2021-02-15 09:43:45','2021-02-15 01:43:45'),(100974,36569,'action started via WP Cron','2021-02-15 09:44:53','2021-02-15 01:44:53'),(100975,36569,'action complete via WP Cron','2021-02-15 09:44:53','2021-02-15 01:44:53'),(100976,36570,'action created','2021-02-15 09:44:53','2021-02-15 01:44:53'),(100977,36570,'action started via WP Cron','2021-02-15 09:45:53','2021-02-15 01:45:53'),(100978,36570,'action complete via WP Cron','2021-02-15 09:45:53','2021-02-15 01:45:53'),(100979,36571,'action created','2021-02-15 09:45:53','2021-02-15 01:45:53'),(100980,36571,'action started via WP Cron','2021-02-15 09:46:41','2021-02-15 01:46:41'),(100981,36571,'action complete via WP Cron','2021-02-15 09:46:41','2021-02-15 01:46:41'),(100982,36572,'action created','2021-02-15 09:46:41','2021-02-15 01:46:41'),(100983,36572,'action started via WP Cron','2021-02-15 09:47:43','2021-02-15 01:47:43'),(100984,36572,'action complete via WP Cron','2021-02-15 09:47:43','2021-02-15 01:47:43'),(100985,36573,'action created','2021-02-15 09:47:43','2021-02-15 01:47:43'),(100986,36573,'action started via WP Cron','2021-02-15 09:48:53','2021-02-15 01:48:53'),(100987,36573,'action complete via WP Cron','2021-02-15 09:48:53','2021-02-15 01:48:53'),(100988,36574,'action created','2021-02-15 09:48:53','2021-02-15 01:48:53'),(100989,36574,'action started via WP Cron','2021-02-15 09:49:48','2021-02-15 01:49:48'),(100990,36574,'action complete via WP Cron','2021-02-15 09:49:48','2021-02-15 01:49:48'),(100991,36575,'action created','2021-02-15 09:49:48','2021-02-15 01:49:48'),(100992,36575,'action started via WP Cron','2021-02-15 09:50:50','2021-02-15 01:50:50'),(100993,36575,'action complete via WP Cron','2021-02-15 09:50:50','2021-02-15 01:50:50'),(100994,36576,'action created','2021-02-15 09:50:50','2021-02-15 01:50:50'),(100995,36576,'action started via WP Cron','2021-02-15 09:51:57','2021-02-15 01:51:57'),(100996,36576,'action complete via WP Cron','2021-02-15 09:51:57','2021-02-15 01:51:57'),(100997,36577,'action created','2021-02-15 09:51:57','2021-02-15 01:51:57'),(100998,36577,'action started via WP Cron','2021-02-15 09:52:51','2021-02-15 01:52:51'),(100999,36577,'action complete via WP Cron','2021-02-15 09:52:51','2021-02-15 01:52:51'),(101000,36578,'action created','2021-02-15 09:52:51','2021-02-15 01:52:51'),(101001,36578,'action started via WP Cron','2021-02-15 09:53:50','2021-02-15 01:53:50'),(101002,36578,'action complete via WP Cron','2021-02-15 09:53:50','2021-02-15 01:53:50'),(101003,36579,'action created','2021-02-15 09:53:50','2021-02-15 01:53:50'),(101004,36579,'action started via WP Cron','2021-02-15 09:54:44','2021-02-15 01:54:44'),(101005,36579,'action complete via WP Cron','2021-02-15 09:54:44','2021-02-15 01:54:44'),(101006,36580,'action created','2021-02-15 09:54:45','2021-02-15 01:54:45'),(101007,36580,'action started via WP Cron','2021-02-15 09:55:47','2021-02-15 01:55:47'),(101008,36580,'action complete via WP Cron','2021-02-15 09:55:47','2021-02-15 01:55:47'),(101009,36581,'action created','2021-02-15 09:55:47','2021-02-15 01:55:47'),(101010,36581,'action started via WP Cron','2021-02-15 09:56:47','2021-02-15 01:56:47'),(101011,36581,'action complete via WP Cron','2021-02-15 09:56:47','2021-02-15 01:56:47'),(101012,36582,'action created','2021-02-15 09:56:47','2021-02-15 01:56:47'),(101013,36582,'action started via WP Cron','2021-02-15 09:57:50','2021-02-15 01:57:50'),(101014,36582,'action complete via WP Cron','2021-02-15 09:57:50','2021-02-15 01:57:50'),(101015,36583,'action created','2021-02-15 09:57:50','2021-02-15 01:57:50'),(101016,36583,'action started via WP Cron','2021-02-15 09:58:51','2021-02-15 01:58:51'),(101017,36583,'action complete via WP Cron','2021-02-15 09:58:51','2021-02-15 01:58:51'),(101018,36584,'action created','2021-02-15 09:58:51','2021-02-15 01:58:51'),(101019,36584,'action started via WP Cron','2021-02-15 09:59:52','2021-02-15 01:59:52'),(101020,36584,'action complete via WP Cron','2021-02-15 09:59:52','2021-02-15 01:59:52'),(101021,36585,'action created','2021-02-15 09:59:53','2021-02-15 01:59:53'),(101022,36585,'action started via WP Cron','2021-02-15 10:00:46','2021-02-15 02:00:46'),(101023,36585,'action complete via WP Cron','2021-02-15 10:00:46','2021-02-15 02:00:46'),(101024,36586,'action created','2021-02-15 10:00:46','2021-02-15 02:00:46'),(101025,36586,'action started via WP Cron','2021-02-15 10:01:46','2021-02-15 02:01:46'),(101026,36586,'action complete via WP Cron','2021-02-15 10:01:46','2021-02-15 02:01:46'),(101027,36587,'action created','2021-02-15 10:01:46','2021-02-15 02:01:46'),(101028,36587,'action started via WP Cron','2021-02-15 10:04:58','2021-02-15 02:04:58'),(101029,36587,'action complete via WP Cron','2021-02-15 10:04:58','2021-02-15 02:04:58'),(101030,36588,'action created','2021-02-15 10:04:58','2021-02-15 02:04:58'),(101031,36588,'action started via WP Cron','2021-02-15 10:06:07','2021-02-15 02:06:07'),(101032,36588,'action complete via WP Cron','2021-02-15 10:06:07','2021-02-15 02:06:07'),(101033,36589,'action created','2021-02-15 10:06:07','2021-02-15 02:06:07'),(101034,36589,'action started via WP Cron','2021-02-15 10:07:08','2021-02-15 02:07:08'),(101035,36589,'action complete via WP Cron','2021-02-15 10:07:08','2021-02-15 02:07:08'),(101036,36590,'action created','2021-02-15 10:07:08','2021-02-15 02:07:08'),(101040,36590,'action started via WP Cron','2021-02-15 10:08:09','2021-02-15 02:08:09'),(101041,36590,'action complete via WP Cron','2021-02-15 10:08:09','2021-02-15 02:08:09'),(101042,36592,'action created','2021-02-15 10:08:09','2021-02-15 02:08:09'),(101043,36592,'action started via WP Cron','2021-02-15 10:10:11','2021-02-15 02:10:11'),(101044,36592,'action complete via WP Cron','2021-02-15 10:10:11','2021-02-15 02:10:11'),(101045,36593,'action created','2021-02-15 10:10:11','2021-02-15 02:10:11'),(101046,36593,'action started via WP Cron','2021-02-15 10:11:12','2021-02-15 02:11:12'),(101047,36593,'action complete via WP Cron','2021-02-15 10:11:12','2021-02-15 02:11:12'),(101048,36594,'action created','2021-02-15 10:11:12','2021-02-15 02:11:12'),(101049,36594,'action started via WP Cron','2021-02-15 10:44:01','2021-02-15 02:44:01'),(101050,36594,'action complete via WP Cron','2021-02-15 10:44:01','2021-02-15 02:44:01'),(101051,36595,'action created','2021-02-15 10:44:01','2021-02-15 02:44:01'),(101052,36595,'action started via WP Cron','2021-02-15 10:56:19','2021-02-15 02:56:19'),(101053,36595,'action complete via WP Cron','2021-02-15 10:56:19','2021-02-15 02:56:19'),(101054,36596,'action created','2021-02-15 10:56:20','2021-02-15 02:56:20'),(101055,36596,'action started via WP Cron','2021-02-15 10:58:19','2021-02-15 02:58:19'),(101056,36596,'action complete via WP Cron','2021-02-15 10:58:19','2021-02-15 02:58:19'),(101057,36597,'action created','2021-02-15 10:58:19','2021-02-15 02:58:19'),(101058,36597,'action started via WP Cron','2021-02-15 10:59:21','2021-02-15 02:59:21'),(101059,36597,'action complete via WP Cron','2021-02-15 10:59:21','2021-02-15 02:59:21'),(101060,36598,'action created','2021-02-15 10:59:21','2021-02-15 02:59:21'),(101061,36598,'action started via WP Cron','2021-02-15 11:00:21','2021-02-15 03:00:21'),(101062,36598,'action complete via WP Cron','2021-02-15 11:00:21','2021-02-15 03:00:21'),(101063,36599,'action created','2021-02-15 11:00:22','2021-02-15 03:00:22'),(101064,36599,'action started via WP Cron','2021-02-15 11:01:23','2021-02-15 03:01:23'),(101065,36599,'action complete via WP Cron','2021-02-15 11:01:23','2021-02-15 03:01:23'),(101066,36600,'action created','2021-02-15 11:01:23','2021-02-15 03:01:23'),(101067,36600,'action started via WP Cron','2021-02-15 11:02:23','2021-02-15 03:02:23'),(101068,36600,'action complete via WP Cron','2021-02-15 11:02:23','2021-02-15 03:02:23'),(101069,36601,'action created','2021-02-15 11:02:24','2021-02-15 03:02:24'),(101070,36601,'action started via WP Cron','2021-02-15 11:03:28','2021-02-15 03:03:28'),(101071,36601,'action complete via WP Cron','2021-02-15 11:03:28','2021-02-15 03:03:28'),(101072,36602,'action created','2021-02-15 11:03:28','2021-02-15 03:03:28'),(101073,36602,'action started via WP Cron','2021-02-15 11:11:24','2021-02-15 03:11:24'),(101074,36602,'action complete via WP Cron','2021-02-15 11:11:24','2021-02-15 03:11:24'),(101075,36603,'action created','2021-02-15 11:11:24','2021-02-15 03:11:24'),(101076,36603,'action started via WP Cron','2021-02-15 11:12:54','2021-02-15 03:12:54'),(101077,36603,'action complete via WP Cron','2021-02-15 11:12:54','2021-02-15 03:12:54'),(101078,36604,'action created','2021-02-15 11:12:54','2021-02-15 03:12:54'),(101079,36604,'action started via WP Cron','2021-02-15 11:13:55','2021-02-15 03:13:55'),(101080,36604,'action complete via WP Cron','2021-02-15 11:13:55','2021-02-15 03:13:55'),(101081,36605,'action created','2021-02-15 11:13:55','2021-02-15 03:13:55'),(101082,36605,'action started via WP Cron','2021-02-15 11:14:56','2021-02-15 03:14:56'),(101083,36605,'action complete via WP Cron','2021-02-15 11:14:56','2021-02-15 03:14:56'),(101084,36606,'action created','2021-02-15 11:14:56','2021-02-15 03:14:56'),(101085,36606,'action started via WP Cron','2021-02-15 11:15:57','2021-02-15 03:15:57'),(101086,36606,'action complete via WP Cron','2021-02-15 11:15:57','2021-02-15 03:15:57'),(101087,36607,'action created','2021-02-15 11:15:57','2021-02-15 03:15:57'),(101088,36607,'action started via WP Cron','2021-02-15 11:17:59','2021-02-15 03:17:59'),(101089,36607,'action complete via WP Cron','2021-02-15 11:17:59','2021-02-15 03:17:59'),(101090,36608,'action created','2021-02-15 11:17:59','2021-02-15 03:17:59'),(101091,36608,'action started via WP Cron','2021-02-15 11:28:43','2021-02-15 03:28:43'),(101092,36608,'action complete via WP Cron','2021-02-15 11:28:44','2021-02-15 03:28:44'),(101093,36609,'action created','2021-02-15 11:28:44','2021-02-15 03:28:44'),(101094,36609,'action started via WP Cron','2021-02-15 11:30:10','2021-02-15 03:30:10'),(101095,36609,'action complete via WP Cron','2021-02-15 11:30:10','2021-02-15 03:30:10'),(101096,36610,'action created','2021-02-15 11:30:10','2021-02-15 03:30:10'),(101097,36610,'action started via WP Cron','2021-02-15 11:30:53','2021-02-15 03:30:53'),(101098,36610,'action complete via WP Cron','2021-02-15 11:30:53','2021-02-15 03:30:53'),(101099,36611,'action created','2021-02-15 11:30:53','2021-02-15 03:30:53'),(101100,36611,'action started via WP Cron','2021-02-15 11:31:54','2021-02-15 03:31:54'),(101101,36611,'action complete via WP Cron','2021-02-15 11:31:54','2021-02-15 03:31:54'),(101102,36612,'action created','2021-02-15 11:31:54','2021-02-15 03:31:54'),(101103,36612,'action started via WP Cron','2021-02-15 11:33:56','2021-02-15 03:33:56'),(101104,36612,'action complete via WP Cron','2021-02-15 11:33:56','2021-02-15 03:33:56'),(101105,36613,'action created','2021-02-15 11:33:56','2021-02-15 03:33:56'),(101106,36613,'action started via WP Cron','2021-02-15 11:34:52','2021-02-15 03:34:52'),(101107,36613,'action complete via WP Cron','2021-02-15 11:34:52','2021-02-15 03:34:52'),(101108,36614,'action created','2021-02-15 11:34:52','2021-02-15 03:34:52'),(101109,36614,'action started via WP Cron','2021-02-15 11:35:57','2021-02-15 03:35:57'),(101110,36614,'action complete via WP Cron','2021-02-15 11:35:57','2021-02-15 03:35:57'),(101111,36615,'action created','2021-02-15 11:35:58','2021-02-15 03:35:58'),(101112,36615,'action started via WP Cron','2021-02-15 11:51:10','2021-02-15 03:51:10'),(101113,36615,'action complete via WP Cron','2021-02-15 11:51:10','2021-02-15 03:51:10'),(101114,36616,'action created','2021-02-15 11:51:10','2021-02-15 03:51:10'),(101115,36616,'action started via WP Cron','2021-02-15 11:52:59','2021-02-15 03:52:59'),(101116,36616,'action complete via WP Cron','2021-02-15 11:52:59','2021-02-15 03:52:59'),(101117,36617,'action created','2021-02-15 11:52:59','2021-02-15 03:52:59'),(101118,36617,'action started via WP Cron','2021-02-15 11:54:07','2021-02-15 03:54:07'),(101119,36617,'action complete via WP Cron','2021-02-15 11:54:07','2021-02-15 03:54:07'),(101120,36618,'action created','2021-02-15 11:54:07','2021-02-15 03:54:07'),(101121,36618,'action started via WP Cron','2021-02-15 11:55:08','2021-02-15 03:55:08'),(101122,36618,'action complete via WP Cron','2021-02-15 11:55:08','2021-02-15 03:55:08'),(101123,36619,'action created','2021-02-15 11:55:08','2021-02-15 03:55:08'),(101124,36619,'action started via WP Cron','2021-02-15 11:57:10','2021-02-15 03:57:10'),(101125,36619,'action complete via WP Cron','2021-02-15 11:57:10','2021-02-15 03:57:10'),(101126,36620,'action created','2021-02-15 11:57:10','2021-02-15 03:57:10'),(101127,36620,'action started via WP Cron','2021-02-15 11:58:11','2021-02-15 03:58:11'),(101128,36620,'action complete via WP Cron','2021-02-15 11:58:11','2021-02-15 03:58:11'),(101129,36621,'action created','2021-02-15 11:58:11','2021-02-15 03:58:11'),(101130,36621,'action started via WP Cron','2021-02-15 11:59:12','2021-02-15 03:59:12'),(101131,36621,'action complete via WP Cron','2021-02-15 11:59:12','2021-02-15 03:59:12'),(101132,36622,'action created','2021-02-15 11:59:12','2021-02-15 03:59:12'),(101133,36622,'action started via WP Cron','2021-02-15 12:02:48','2021-02-15 04:02:48'),(101134,36622,'action complete via WP Cron','2021-02-15 12:02:48','2021-02-15 04:02:48'),(101135,36623,'action created','2021-02-15 12:02:48','2021-02-15 04:02:48'),(101136,36623,'action started via WP Cron','2021-02-15 12:03:53','2021-02-15 04:03:53'),(101137,36623,'action complete via WP Cron','2021-02-15 12:03:53','2021-02-15 04:03:53'),(101138,36624,'action created','2021-02-15 12:03:53','2021-02-15 04:03:53'),(101139,36624,'action started via WP Cron','2021-02-15 12:05:20','2021-02-15 04:05:20'),(101140,36624,'action complete via WP Cron','2021-02-15 12:05:20','2021-02-15 04:05:20'),(101141,36625,'action created','2021-02-15 12:05:21','2021-02-15 04:05:21'),(101142,36625,'action started via WP Cron','2021-02-15 12:09:22','2021-02-15 04:09:22'),(101143,36625,'action complete via WP Cron','2021-02-15 12:09:22','2021-02-15 04:09:22'),(101144,36626,'action created','2021-02-15 12:09:22','2021-02-15 04:09:22'),(101145,36626,'action started via WP Cron','2021-02-15 12:15:38','2021-02-15 04:15:38'),(101146,36626,'action complete via WP Cron','2021-02-15 12:15:38','2021-02-15 04:15:38'),(101147,36627,'action created','2021-02-15 12:15:38','2021-02-15 04:15:38'),(101148,36627,'action started via WP Cron','2021-02-15 12:16:17','2021-02-15 04:16:17'),(101149,36627,'action complete via WP Cron','2021-02-15 12:16:17','2021-02-15 04:16:17'),(101150,36628,'action created','2021-02-15 12:16:17','2021-02-15 04:16:17'),(101151,36628,'action started via WP Cron','2021-02-15 12:37:23','2021-02-15 04:37:23'),(101152,36628,'action complete via WP Cron','2021-02-15 12:37:23','2021-02-15 04:37:23'),(101153,36629,'action created','2021-02-15 12:37:23','2021-02-15 04:37:23'),(101154,36629,'action started via WP Cron','2021-02-15 12:38:34','2021-02-15 04:38:34'),(101155,36629,'action complete via WP Cron','2021-02-15 12:38:34','2021-02-15 04:38:34'),(101156,36630,'action created','2021-02-15 12:38:34','2021-02-15 04:38:34'),(101157,36630,'action started via WP Cron','2021-02-15 12:39:24','2021-02-15 04:39:24'),(101158,36630,'action complete via WP Cron','2021-02-15 12:39:24','2021-02-15 04:39:24'),(101159,36631,'action created','2021-02-15 12:39:24','2021-02-15 04:39:24'),(101160,36631,'action started via WP Cron','2021-02-15 12:41:27','2021-02-15 04:41:27'),(101161,36631,'action complete via WP Cron','2021-02-15 12:41:27','2021-02-15 04:41:27'),(101162,36632,'action created','2021-02-15 12:41:27','2021-02-15 04:41:27'),(101163,36632,'action started via WP Cron','2021-02-15 12:42:28','2021-02-15 04:42:28'),(101164,36632,'action complete via WP Cron','2021-02-15 12:42:28','2021-02-15 04:42:28'),(101165,36633,'action created','2021-02-15 12:42:28','2021-02-15 04:42:28'),(101166,36633,'action started via WP Cron','2021-02-15 12:47:49','2021-02-15 04:47:49'),(101167,36633,'action complete via WP Cron','2021-02-15 12:47:49','2021-02-15 04:47:49'),(101168,36634,'action created','2021-02-15 12:47:49','2021-02-15 04:47:49'),(101169,36634,'action started via WP Cron','2021-02-15 12:50:05','2021-02-15 04:50:05'),(101170,36634,'action complete via WP Cron','2021-02-15 12:50:05','2021-02-15 04:50:05'),(101171,36635,'action created','2021-02-15 12:50:06','2021-02-15 04:50:06'),(101172,36635,'action started via WP Cron','2021-02-15 12:55:31','2021-02-15 04:55:31'),(101173,36635,'action complete via WP Cron','2021-02-15 12:55:31','2021-02-15 04:55:31'),(101174,36636,'action created','2021-02-15 12:55:32','2021-02-15 04:55:32'),(101175,36636,'action started via WP Cron','2021-02-15 12:55:56','2021-02-15 04:55:56'),(101176,36636,'action complete via WP Cron','2021-02-15 12:55:56','2021-02-15 04:55:56'),(101177,36637,'action created','2021-02-15 12:55:56','2021-02-15 04:55:56'),(101178,36637,'action started via WP Cron','2021-02-15 12:58:13','2021-02-15 04:58:13'),(101179,36637,'action complete via WP Cron','2021-02-15 12:58:13','2021-02-15 04:58:13'),(101180,36638,'action created','2021-02-15 12:58:14','2021-02-15 04:58:14'),(101181,36638,'action started via WP Cron','2021-02-15 13:23:22','2021-02-15 05:23:22'),(101182,36638,'action complete via WP Cron','2021-02-15 13:23:23','2021-02-15 05:23:23'),(101183,36639,'action created','2021-02-15 13:23:23','2021-02-15 05:23:23'),(101184,36639,'action started via WP Cron','2021-02-15 13:23:42','2021-02-15 05:23:42'),(101185,36639,'action complete via WP Cron','2021-02-15 13:23:42','2021-02-15 05:23:42'),(101186,36640,'action created','2021-02-15 13:23:42','2021-02-15 05:23:42'),(101187,36640,'action started via WP Cron','2021-02-15 13:35:28','2021-02-15 05:35:28'),(101188,36640,'action complete via WP Cron','2021-02-15 13:35:28','2021-02-15 05:35:28'),(101189,36641,'action created','2021-02-15 13:35:28','2021-02-15 05:35:28'),(101190,36641,'action started via WP Cron','2021-02-15 13:36:36','2021-02-15 05:36:36'),(101191,36641,'action complete via WP Cron','2021-02-15 13:36:36','2021-02-15 05:36:36'),(101192,36642,'action created','2021-02-15 13:36:36','2021-02-15 05:36:36'),(101193,36642,'action started via WP Cron','2021-02-15 13:36:54','2021-02-15 05:36:54'),(101194,36642,'action complete via WP Cron','2021-02-15 13:36:54','2021-02-15 05:36:54'),(101195,36643,'action created','2021-02-15 13:36:54','2021-02-15 05:36:54'),(101196,36643,'action started via WP Cron','2021-02-15 13:38:38','2021-02-15 05:38:38'),(101197,36643,'action complete via WP Cron','2021-02-15 13:38:38','2021-02-15 05:38:38'),(101198,36644,'action created','2021-02-15 13:38:38','2021-02-15 05:38:38'),(101199,36644,'action started via WP Cron','2021-02-15 13:39:39','2021-02-15 05:39:39'),(101200,36644,'action complete via WP Cron','2021-02-15 13:39:39','2021-02-15 05:39:39'),(101201,36645,'action created','2021-02-15 13:39:39','2021-02-15 05:39:39'),(101202,36645,'action started via WP Cron','2021-02-15 13:40:42','2021-02-15 05:40:42'),(101203,36645,'action complete via WP Cron','2021-02-15 13:40:42','2021-02-15 05:40:42'),(101204,36646,'action created','2021-02-15 13:42:39','2021-02-15 05:42:39'),(101205,36646,'action started via WP Cron','2021-02-15 13:43:40','2021-02-15 05:43:40'),(101206,36646,'action complete via WP Cron','2021-02-15 13:43:40','2021-02-15 05:43:40'),(101207,36647,'action created','2021-02-15 13:43:40','2021-02-15 05:43:40'),(101208,36647,'action started via WP Cron','2021-02-15 13:44:41','2021-02-15 05:44:41'),(101209,36647,'action complete via WP Cron','2021-02-15 13:44:41','2021-02-15 05:44:41'),(101210,36648,'action created','2021-02-15 13:44:41','2021-02-15 05:44:41'),(101211,36648,'action started via WP Cron','2021-02-15 13:51:05','2021-02-15 05:51:05'),(101212,36648,'action complete via WP Cron','2021-02-15 13:51:05','2021-02-15 05:51:05'),(101213,36649,'action created','2021-02-15 13:51:05','2021-02-15 05:51:05'),(101214,36649,'action started via WP Cron','2021-02-15 13:54:45','2021-02-15 05:54:45'),(101215,36649,'action complete via WP Cron','2021-02-15 13:54:45','2021-02-15 05:54:45'),(101216,36650,'action created','2021-02-15 13:54:45','2021-02-15 05:54:45'),(101217,36650,'action started via WP Cron','2021-02-15 13:55:55','2021-02-15 05:55:55'),(101218,36650,'action complete via WP Cron','2021-02-15 13:55:55','2021-02-15 05:55:55'),(101219,36651,'action created','2021-02-15 13:55:55','2021-02-15 05:55:55'),(101220,36651,'action started via WP Cron','2021-02-15 13:56:55','2021-02-15 05:56:55'),(101221,36651,'action complete via WP Cron','2021-02-15 13:56:55','2021-02-15 05:56:55'),(101222,36652,'action created','2021-02-15 13:56:55','2021-02-15 05:56:55'),(101223,36652,'action started via WP Cron','2021-02-15 13:58:33','2021-02-15 05:58:33'),(101224,36652,'action complete via WP Cron','2021-02-15 13:58:33','2021-02-15 05:58:33'),(101225,36653,'action created','2021-02-15 13:58:33','2021-02-15 05:58:33'),(101226,36653,'action started via WP Cron','2021-02-15 13:58:57','2021-02-15 05:58:57'),(101227,36653,'action complete via WP Cron','2021-02-15 13:58:57','2021-02-15 05:58:57'),(101228,36654,'action created','2021-02-15 13:58:57','2021-02-15 05:58:57'),(101229,36654,'action started via WP Cron','2021-02-15 13:59:58','2021-02-15 05:59:58'),(101230,36654,'action complete via WP Cron','2021-02-15 13:59:58','2021-02-15 05:59:58'),(101231,36655,'action created','2021-02-15 13:59:58','2021-02-15 05:59:58'),(101232,36655,'action started via WP Cron','2021-02-15 14:00:59','2021-02-15 06:00:59'),(101233,36655,'action complete via WP Cron','2021-02-15 14:00:59','2021-02-15 06:00:59'),(101234,36656,'action created','2021-02-15 14:00:59','2021-02-15 06:00:59'),(101235,36656,'action started via WP Cron','2021-02-15 14:08:08','2021-02-15 06:08:08'),(101236,36656,'action complete via WP Cron','2021-02-15 14:08:08','2021-02-15 06:08:08'),(101237,36657,'action created','2021-02-15 14:08:08','2021-02-15 06:08:08'),(101238,36657,'action started via WP Cron','2021-02-15 14:09:13','2021-02-15 06:09:13'),(101239,36657,'action complete via WP Cron','2021-02-15 14:09:13','2021-02-15 06:09:13'),(101240,36658,'action created','2021-02-15 14:09:14','2021-02-15 06:09:14'),(101241,36658,'action started via WP Cron','2021-02-15 14:10:14','2021-02-15 06:10:14'),(101242,36658,'action complete via WP Cron','2021-02-15 14:10:14','2021-02-15 06:10:14'),(101243,36659,'action created','2021-02-15 14:10:15','2021-02-15 06:10:15'),(101244,36659,'action started via WP Cron','2021-02-15 14:10:53','2021-02-15 06:10:53'),(101245,36659,'action complete via WP Cron','2021-02-15 14:10:53','2021-02-15 06:10:53'),(101246,36660,'action created','2021-02-15 14:10:54','2021-02-15 06:10:54'),(101247,36660,'action started via WP Cron','2021-02-15 14:12:17','2021-02-15 06:12:17'),(101248,36660,'action complete via WP Cron','2021-02-15 14:12:17','2021-02-15 06:12:17'),(101249,36661,'action created','2021-02-15 14:12:17','2021-02-15 06:12:17'),(101250,36661,'action started via WP Cron','2021-02-15 14:13:18','2021-02-15 06:13:18'),(101251,36661,'action complete via WP Cron','2021-02-15 14:13:18','2021-02-15 06:13:18'),(101252,36662,'action created','2021-02-15 14:13:18','2021-02-15 06:13:18'),(101253,36662,'action started via WP Cron','2021-02-15 14:14:19','2021-02-15 06:14:19'),(101254,36662,'action complete via WP Cron','2021-02-15 14:14:19','2021-02-15 06:14:19'),(101255,36663,'action created','2021-02-15 14:14:19','2021-02-15 06:14:19'),(101256,36663,'action started via WP Cron','2021-02-15 14:40:46','2021-02-15 06:40:46'),(101257,36663,'action complete via WP Cron','2021-02-15 14:40:46','2021-02-15 06:40:46'),(101258,36664,'action created','2021-02-15 14:40:46','2021-02-15 06:40:46'),(101259,36664,'action started via WP Cron','2021-02-15 14:41:40','2021-02-15 06:41:40'),(101260,36664,'action complete via WP Cron','2021-02-15 14:41:40','2021-02-15 06:41:40'),(101261,36665,'action created','2021-02-15 14:41:41','2021-02-15 06:41:41'),(101262,36665,'action started via WP Cron','2021-02-15 14:42:41','2021-02-15 06:42:41'),(101263,36665,'action complete via WP Cron','2021-02-15 14:42:41','2021-02-15 06:42:41'),(101264,36666,'action created','2021-02-15 14:42:41','2021-02-15 06:42:41'),(101265,36666,'action started via WP Cron','2021-02-15 14:44:43','2021-02-15 06:44:43'),(101266,36666,'action complete via WP Cron','2021-02-15 14:44:43','2021-02-15 06:44:43'),(101267,36667,'action created','2021-02-15 14:44:43','2021-02-15 06:44:43'),(101268,36667,'action started via WP Cron','2021-02-15 14:45:42','2021-02-15 06:45:42'),(101269,36667,'action complete via WP Cron','2021-02-15 14:45:42','2021-02-15 06:45:42'),(101270,36668,'action created','2021-02-15 14:45:42','2021-02-15 06:45:42'),(101271,36668,'action started via WP Cron','2021-02-15 14:46:45','2021-02-15 06:46:45'),(101272,36668,'action complete via WP Cron','2021-02-15 14:46:45','2021-02-15 06:46:45'),(101273,36669,'action created','2021-02-15 14:46:45','2021-02-15 06:46:45'),(101274,36669,'action started via WP Cron','2021-02-15 14:47:50','2021-02-15 06:47:50'),(101275,36669,'action complete via WP Cron','2021-02-15 14:47:50','2021-02-15 06:47:50'),(101276,36670,'action created','2021-02-15 14:47:50','2021-02-15 06:47:50'),(101277,36670,'action started via WP Cron','2021-02-15 14:58:18','2021-02-15 06:58:18'),(101278,36670,'action complete via WP Cron','2021-02-15 14:58:18','2021-02-15 06:58:18'),(101279,36671,'action created','2021-02-15 14:58:18','2021-02-15 06:58:18'),(101280,36671,'action started via WP Cron','2021-02-15 15:01:05','2021-02-15 07:01:05'),(101281,36671,'action complete via WP Cron','2021-02-15 15:01:05','2021-02-15 07:01:05'),(101282,36672,'action created','2021-02-15 15:01:05','2021-02-15 07:01:05'),(101283,36672,'action started via WP Cron','2021-02-15 15:01:59','2021-02-15 07:01:59'),(101284,36672,'action complete via WP Cron','2021-02-15 15:01:59','2021-02-15 07:01:59'),(101285,36673,'action created','2021-02-15 15:01:59','2021-02-15 07:01:59'),(101286,36673,'action started via WP Cron','2021-02-15 15:03:00','2021-02-15 07:03:00'),(101287,36673,'action complete via WP Cron','2021-02-15 15:03:00','2021-02-15 07:03:00'),(101288,36674,'action created','2021-02-15 15:03:00','2021-02-15 07:03:00'),(101289,36674,'action started via WP Cron','2021-02-15 15:05:02','2021-02-15 07:05:02'),(101290,36674,'action complete via WP Cron','2021-02-15 15:05:02','2021-02-15 07:05:02'),(101291,36675,'action created','2021-02-15 15:06:03','2021-02-15 07:06:03'),(101292,36675,'action started via WP Cron','2021-02-15 15:07:04','2021-02-15 07:07:04'),(101293,36675,'action complete via WP Cron','2021-02-15 15:07:04','2021-02-15 07:07:04'),(101294,36676,'action created','2021-02-15 15:07:04','2021-02-15 07:07:04'),(101295,36676,'action started via WP Cron','2021-02-15 15:13:29','2021-02-15 07:13:29'),(101296,36676,'action complete via WP Cron','2021-02-15 15:13:29','2021-02-15 07:13:29'),(101297,36677,'action created','2021-02-15 15:13:30','2021-02-15 07:13:30'),(101298,36677,'action started via WP Cron','2021-02-15 15:13:51','2021-02-15 07:13:51'),(101299,36677,'action complete via WP Cron','2021-02-15 15:13:51','2021-02-15 07:13:51'),(101300,36678,'action created','2021-02-15 15:13:51','2021-02-15 07:13:51'),(101301,36678,'action started via WP Cron','2021-02-15 15:15:32','2021-02-15 07:15:32'),(101302,36678,'action complete via WP Cron','2021-02-15 15:15:32','2021-02-15 07:15:32'),(101303,36679,'action created','2021-02-15 15:15:32','2021-02-15 07:15:32'),(101304,36679,'action started via WP Cron','2021-02-15 15:16:33','2021-02-15 07:16:33'),(101305,36679,'action complete via WP Cron','2021-02-15 15:16:33','2021-02-15 07:16:33'),(101306,36680,'action created','2021-02-15 15:16:33','2021-02-15 07:16:33'),(101307,36680,'action started via WP Cron','2021-02-15 15:16:46','2021-02-15 07:16:46'),(101308,36680,'action complete via WP Cron','2021-02-15 15:16:46','2021-02-15 07:16:46'),(101309,36681,'action created','2021-02-15 15:16:46','2021-02-15 07:16:46'),(101310,36681,'action started via WP Cron','2021-02-15 15:18:35','2021-02-15 07:18:35'),(101311,36681,'action complete via WP Cron','2021-02-15 15:18:35','2021-02-15 07:18:35'),(101312,36682,'action created','2021-02-15 15:18:35','2021-02-15 07:18:35'),(101313,36682,'action started via WP Cron','2021-02-15 15:19:42','2021-02-15 07:19:42'),(101314,36682,'action complete via WP Cron','2021-02-15 15:19:42','2021-02-15 07:19:42'),(101315,36683,'action created','2021-02-15 15:19:42','2021-02-15 07:19:42'),(101316,36683,'action started via WP Cron','2021-02-15 15:21:46','2021-02-15 07:21:46'),(101317,36683,'action complete via WP Cron','2021-02-15 15:21:46','2021-02-15 07:21:46'),(101318,36684,'action created','2021-02-15 15:21:46','2021-02-15 07:21:46'),(101319,36684,'action started via WP Cron','2021-02-15 15:26:58','2021-02-15 07:26:58'),(101320,36684,'action complete via WP Cron','2021-02-15 15:26:58','2021-02-15 07:26:58'),(101321,36685,'action created','2021-02-15 15:26:58','2021-02-15 07:26:58'),(101322,36685,'action started via WP Cron','2021-02-15 15:31:04','2021-02-15 07:31:04'),(101323,36685,'action complete via WP Cron','2021-02-15 15:31:04','2021-02-15 07:31:04'),(101324,36686,'action created','2021-02-15 15:31:04','2021-02-15 07:31:04'),(101325,36686,'action started via WP Cron','2021-02-15 15:32:10','2021-02-15 07:32:10'),(101326,36686,'action complete via WP Cron','2021-02-15 15:32:10','2021-02-15 07:32:10'),(101327,36687,'action created','2021-02-15 15:32:10','2021-02-15 07:32:10'),(101328,36687,'action started via WP Cron','2021-02-15 15:33:11','2021-02-15 07:33:11'),(101329,36687,'action complete via WP Cron','2021-02-15 15:33:11','2021-02-15 07:33:11'),(101330,36688,'action created','2021-02-15 15:33:11','2021-02-15 07:33:11'),(101331,36688,'action started via WP Cron','2021-02-15 15:35:13','2021-02-15 07:35:13'),(101332,36688,'action complete via WP Cron','2021-02-15 15:35:13','2021-02-15 07:35:13'),(101333,36689,'action created','2021-02-15 15:35:13','2021-02-15 07:35:13'),(101334,36689,'action started via WP Cron','2021-02-15 15:36:14','2021-02-15 07:36:14'),(101335,36689,'action complete via WP Cron','2021-02-15 15:36:14','2021-02-15 07:36:14'),(101336,36690,'action created','2021-02-15 15:36:14','2021-02-15 07:36:14'),(101337,36690,'action started via WP Cron','2021-02-15 15:37:15','2021-02-15 07:37:15'),(101338,36690,'action complete via WP Cron','2021-02-15 15:37:15','2021-02-15 07:37:15'),(101339,36691,'action created','2021-02-15 15:37:15','2021-02-15 07:37:15'),(101340,36691,'action started via WP Cron','2021-02-15 15:40:57','2021-02-15 07:40:57'),(101341,36691,'action complete via WP Cron','2021-02-15 15:40:57','2021-02-15 07:40:57'),(101342,36692,'action created','2021-02-15 15:40:57','2021-02-15 07:40:57'),(101343,36692,'action started via WP Cron','2021-02-15 15:46:54','2021-02-15 07:46:54'),(101344,36692,'action complete via WP Cron','2021-02-15 15:46:54','2021-02-15 07:46:54'),(101345,36693,'action created','2021-02-15 15:46:54','2021-02-15 07:46:54'),(101346,36693,'action started via WP Cron','2021-02-15 15:48:02','2021-02-15 07:48:02'),(101347,36693,'action complete via WP Cron','2021-02-15 15:48:02','2021-02-15 07:48:02'),(101348,36694,'action created','2021-02-15 15:48:02','2021-02-15 07:48:02'),(101349,36694,'action started via WP Cron','2021-02-15 15:49:03','2021-02-15 07:49:03'),(101350,36694,'action complete via WP Cron','2021-02-15 15:49:03','2021-02-15 07:49:03'),(101351,36695,'action created','2021-02-15 15:49:03','2021-02-15 07:49:03'),(101352,36695,'action started via WP Cron','2021-02-15 15:51:05','2021-02-15 07:51:05'),(101353,36695,'action complete via WP Cron','2021-02-15 15:51:05','2021-02-15 07:51:05'),(101354,36696,'action created','2021-02-15 15:51:05','2021-02-15 07:51:05'),(101355,36696,'action started via WP Cron','2021-02-15 15:52:06','2021-02-15 07:52:06'),(101356,36696,'action complete via WP Cron','2021-02-15 15:52:06','2021-02-15 07:52:06'),(101357,36697,'action created','2021-02-15 15:52:06','2021-02-15 07:52:06'),(101358,36697,'action started via WP Cron','2021-02-15 15:53:07','2021-02-15 07:53:07'),(101359,36697,'action complete via WP Cron','2021-02-15 15:53:07','2021-02-15 07:53:07'),(101360,36698,'action created','2021-02-15 15:53:07','2021-02-15 07:53:07'),(101361,36698,'action started via WP Cron','2021-02-15 15:53:42','2021-02-15 07:53:42'),(101362,36698,'action complete via WP Cron','2021-02-15 15:53:42','2021-02-15 07:53:42'),(101363,36699,'action created','2021-02-15 15:53:42','2021-02-15 07:53:42'),(101364,36699,'action started via WP Cron','2021-02-15 15:55:02','2021-02-15 07:55:02'),(101365,36699,'action complete via WP Cron','2021-02-15 15:55:02','2021-02-15 07:55:02'),(101366,36700,'action created','2021-02-15 15:56:03','2021-02-15 07:56:03'),(101367,36700,'action started via WP Cron','2021-02-15 15:58:30','2021-02-15 07:58:30'),(101368,36700,'action complete via WP Cron','2021-02-15 15:58:30','2021-02-15 07:58:30'),(101369,36701,'action created','2021-02-15 15:58:30','2021-02-15 07:58:30'),(101370,36701,'action started via WP Cron','2021-02-15 15:58:57','2021-02-15 07:58:57'),(101371,36701,'action complete via WP Cron','2021-02-15 15:58:57','2021-02-15 07:58:57'),(101372,36702,'action created','2021-02-15 15:58:57','2021-02-15 07:58:57'),(101373,36702,'action started via WP Cron','2021-02-15 15:59:58','2021-02-15 07:59:58'),(101374,36702,'action complete via WP Cron','2021-02-15 15:59:58','2021-02-15 07:59:58'),(101375,36703,'action created','2021-02-15 15:59:58','2021-02-15 07:59:58'),(101376,36703,'action started via WP Cron','2021-02-15 16:07:10','2021-02-15 08:07:10'),(101377,36703,'action complete via WP Cron','2021-02-15 16:07:10','2021-02-15 08:07:10'),(101378,36704,'action created','2021-02-15 16:07:10','2021-02-15 08:07:10'),(101379,36704,'action started via WP Cron','2021-02-15 16:08:04','2021-02-15 08:08:04'),(101380,36704,'action complete via WP Cron','2021-02-15 16:08:04','2021-02-15 08:08:04'),(101381,36705,'action created','2021-02-15 16:08:04','2021-02-15 08:08:04'),(101382,36705,'action started via WP Cron','2021-02-15 16:09:05','2021-02-15 08:09:05'),(101383,36705,'action complete via WP Cron','2021-02-15 16:09:05','2021-02-15 08:09:05'),(101384,36706,'action created','2021-02-15 16:09:05','2021-02-15 08:09:05'),(101385,36706,'action started via WP Cron','2021-02-15 16:11:08','2021-02-15 08:11:08'),(101386,36706,'action complete via WP Cron','2021-02-15 16:11:08','2021-02-15 08:11:08'),(101387,36707,'action created','2021-02-15 16:11:08','2021-02-15 08:11:08'),(101388,36707,'action started via WP Cron','2021-02-15 16:12:08','2021-02-15 08:12:08'),(101389,36707,'action complete via WP Cron','2021-02-15 16:12:08','2021-02-15 08:12:08'),(101390,36708,'action created','2021-02-15 16:12:09','2021-02-15 08:12:09'),(101391,36708,'action started via WP Cron','2021-02-15 16:12:53','2021-02-15 08:12:53'),(101392,36708,'action complete via WP Cron','2021-02-15 16:12:53','2021-02-15 08:12:53'),(101393,36709,'action created','2021-02-15 16:12:53','2021-02-15 08:12:53'),(101394,36709,'action started via WP Cron','2021-02-15 16:19:38','2021-02-15 08:19:38'),(101395,36709,'action complete via WP Cron','2021-02-15 16:19:38','2021-02-15 08:19:38'),(101396,36710,'action created','2021-02-15 16:19:38','2021-02-15 08:19:38'),(101397,36710,'action started via WP Cron','2021-02-15 16:20:48','2021-02-15 08:20:48'),(101398,36710,'action complete via WP Cron','2021-02-15 16:20:48','2021-02-15 08:20:48'),(101399,36711,'action created','2021-02-15 16:20:48','2021-02-15 08:20:48'),(101400,36711,'action started via WP Cron','2021-02-15 16:21:49','2021-02-15 08:21:49'),(101401,36711,'action complete via WP Cron','2021-02-15 16:21:49','2021-02-15 08:21:49'),(101402,36712,'action created','2021-02-15 16:21:49','2021-02-15 08:21:49'),(101403,36712,'action started via WP Cron','2021-02-15 16:22:50','2021-02-15 08:22:50'),(101404,36712,'action complete via WP Cron','2021-02-15 16:22:50','2021-02-15 08:22:50'),(101405,36713,'action created','2021-02-15 16:22:50','2021-02-15 08:22:50'),(101406,36713,'action started via WP Cron','2021-02-15 16:23:51','2021-02-15 08:23:51'),(101407,36713,'action complete via WP Cron','2021-02-15 16:23:51','2021-02-15 08:23:51'),(101408,36714,'action created','2021-02-15 16:23:51','2021-02-15 08:23:51'),(101409,36714,'action started via WP Cron','2021-02-15 16:24:52','2021-02-15 08:24:52'),(101410,36714,'action complete via WP Cron','2021-02-15 16:24:52','2021-02-15 08:24:52'),(101411,36715,'action created','2021-02-15 16:24:52','2021-02-15 08:24:52'),(101412,36715,'action started via WP Cron','2021-02-15 16:25:53','2021-02-15 08:25:53'),(101413,36715,'action complete via WP Cron','2021-02-15 16:25:53','2021-02-15 08:25:53'),(101414,36716,'action created','2021-02-15 16:25:53','2021-02-15 08:25:53'),(101415,36716,'action started via WP Cron','2021-02-15 16:27:55','2021-02-15 08:27:55'),(101416,36716,'action complete via WP Cron','2021-02-15 16:27:55','2021-02-15 08:27:55'),(101417,36717,'action created','2021-02-15 16:27:55','2021-02-15 08:27:55'),(101418,36717,'action started via WP Cron','2021-02-15 16:30:58','2021-02-15 08:30:58'),(101419,36717,'action complete via WP Cron','2021-02-15 16:30:58','2021-02-15 08:30:58'),(101420,36718,'action created','2021-02-15 16:30:58','2021-02-15 08:30:58'),(101421,36718,'action started via WP Cron','2021-02-15 16:32:22','2021-02-15 08:32:22'),(101422,36718,'action complete via WP Cron','2021-02-15 16:32:22','2021-02-15 08:32:22'),(101423,36719,'action created','2021-02-15 16:32:22','2021-02-15 08:32:22'),(101424,36719,'action started via WP Cron','2021-02-15 16:32:58','2021-02-15 08:32:58'),(101425,36719,'action complete via WP Cron','2021-02-15 16:32:58','2021-02-15 08:32:58'),(101426,36720,'action created','2021-02-15 16:32:58','2021-02-15 08:32:58'),(101427,36720,'action started via WP Cron','2021-02-15 16:35:40','2021-02-15 08:35:40'),(101428,36720,'action complete via WP Cron','2021-02-15 16:35:40','2021-02-15 08:35:40'),(101429,36721,'action created','2021-02-15 16:35:40','2021-02-15 08:35:40'),(101430,36721,'action started via WP Cron','2021-02-15 16:37:18','2021-02-15 08:37:18'),(101431,36721,'action complete via WP Cron','2021-02-15 16:37:18','2021-02-15 08:37:18'),(101432,36722,'action created','2021-02-15 16:37:18','2021-02-15 08:37:18'),(101433,36722,'action started via WP Cron','2021-02-15 16:38:15','2021-02-15 08:38:15'),(101434,36722,'action complete via WP Cron','2021-02-15 16:38:15','2021-02-15 08:38:15'),(101435,36723,'action created','2021-02-15 16:38:15','2021-02-15 08:38:15'),(101436,36723,'action started via WP Cron','2021-02-15 16:39:16','2021-02-15 08:39:16'),(101437,36723,'action complete via WP Cron','2021-02-15 16:39:16','2021-02-15 08:39:16'),(101438,36724,'action created','2021-02-15 16:39:16','2021-02-15 08:39:16'),(101439,36724,'action started via WP Cron','2021-02-15 16:40:22','2021-02-15 08:40:22'),(101440,36724,'action complete via WP Cron','2021-02-15 16:40:22','2021-02-15 08:40:22'),(101441,36725,'action created','2021-02-15 16:40:22','2021-02-15 08:40:22'),(101442,36725,'action started via WP Cron','2021-02-15 16:44:40','2021-02-15 08:44:40'),(101443,36725,'action complete via WP Cron','2021-02-15 16:44:40','2021-02-15 08:44:40'),(101444,36726,'action created','2021-02-15 16:44:40','2021-02-15 08:44:40'),(101445,36726,'action started via WP Cron','2021-02-15 16:47:04','2021-02-15 08:47:04'),(101446,36726,'action complete via WP Cron','2021-02-15 16:47:04','2021-02-15 08:47:04'),(101447,36727,'action created','2021-02-15 16:47:04','2021-02-15 08:47:04'),(101448,36727,'action started via WP Cron','2021-02-15 16:52:13','2021-02-15 08:52:13'),(101449,36727,'action complete via WP Cron','2021-02-15 16:52:13','2021-02-15 08:52:13'),(101450,36728,'action created','2021-02-15 16:52:13','2021-02-15 08:52:13'),(101451,36728,'action started via WP Cron','2021-02-15 16:53:47','2021-02-15 08:53:47'),(101452,36728,'action complete via WP Cron','2021-02-15 16:53:47','2021-02-15 08:53:47'),(101453,36729,'action created','2021-02-15 16:53:47','2021-02-15 08:53:47'),(101454,36729,'action started via WP Cron','2021-02-15 16:55:50','2021-02-15 08:55:50'),(101455,36729,'action complete via WP Cron','2021-02-15 16:55:50','2021-02-15 08:55:50'),(101456,36730,'action created','2021-02-15 16:55:50','2021-02-15 08:55:50'),(101457,36730,'action started via WP Cron','2021-02-15 16:56:50','2021-02-15 08:56:50'),(101458,36730,'action complete via WP Cron','2021-02-15 16:56:50','2021-02-15 08:56:50'),(101459,36731,'action created','2021-02-15 16:56:50','2021-02-15 08:56:50'),(101460,36731,'action started via WP Cron','2021-02-15 16:57:51','2021-02-15 08:57:51'),(101461,36731,'action complete via WP Cron','2021-02-15 16:57:51','2021-02-15 08:57:51'),(101462,36732,'action created','2021-02-15 16:57:51','2021-02-15 08:57:51'),(101463,36732,'action started via WP Cron','2021-02-15 16:58:55','2021-02-15 08:58:55'),(101464,36732,'action complete via WP Cron','2021-02-15 16:58:55','2021-02-15 08:58:55'),(101465,36733,'action created','2021-02-15 16:58:55','2021-02-15 08:58:55'),(101466,36733,'action started via WP Cron','2021-02-15 17:00:00','2021-02-15 09:00:00'),(101467,36733,'action complete via WP Cron','2021-02-15 17:00:00','2021-02-15 09:00:00'),(101468,36734,'action created','2021-02-15 17:00:00','2021-02-15 09:00:00'),(101469,36734,'action started via WP Cron','2021-02-15 17:01:18','2021-02-15 09:01:18'),(101470,36734,'action complete via WP Cron','2021-02-15 17:01:18','2021-02-15 09:01:18'),(101471,36735,'action created','2021-02-15 17:01:18','2021-02-15 09:01:18'),(101472,36735,'action started via WP Cron','2021-02-15 17:02:40','2021-02-15 09:02:40'),(101473,36735,'action complete via WP Cron','2021-02-15 17:02:40','2021-02-15 09:02:40'),(101474,36736,'action created','2021-02-15 17:02:40','2021-02-15 09:02:40'),(101475,36736,'action started via WP Cron','2021-02-15 17:03:41','2021-02-15 09:03:41'),(101476,36736,'action complete via WP Cron','2021-02-15 17:03:41','2021-02-15 09:03:41'),(101477,36737,'action created','2021-02-15 17:03:41','2021-02-15 09:03:41'),(101478,36737,'action started via WP Cron','2021-02-15 17:04:42','2021-02-15 09:04:42'),(101479,36737,'action complete via WP Cron','2021-02-15 17:04:42','2021-02-15 09:04:42'),(101480,36738,'action created','2021-02-15 17:04:42','2021-02-15 09:04:42'),(101481,36738,'action started via WP Cron','2021-02-15 17:13:35','2021-02-15 09:13:35'),(101482,36738,'action complete via WP Cron','2021-02-15 17:13:35','2021-02-15 09:13:35'),(101483,36739,'action created','2021-02-15 17:13:35','2021-02-15 09:13:35'),(101484,36739,'action started via WP Cron','2021-02-15 17:14:36','2021-02-15 09:14:36'),(101485,36739,'action complete via WP Cron','2021-02-15 17:14:36','2021-02-15 09:14:36'),(101486,36740,'action created','2021-02-15 17:14:36','2021-02-15 09:14:36'),(101487,36740,'action started via WP Cron','2021-02-15 17:15:37','2021-02-15 09:15:37'),(101488,36740,'action complete via WP Cron','2021-02-15 17:15:37','2021-02-15 09:15:37'),(101489,36741,'action created','2021-02-15 17:15:37','2021-02-15 09:15:37'),(101490,36741,'action started via WP Cron','2021-02-15 17:16:43','2021-02-15 09:16:43'),(101491,36741,'action complete via WP Cron','2021-02-15 17:16:43','2021-02-15 09:16:43'),(101492,36742,'action created','2021-02-15 17:16:43','2021-02-15 09:16:43'),(101493,36742,'action started via WP Cron','2021-02-15 17:17:50','2021-02-15 09:17:50'),(101494,36742,'action complete via WP Cron','2021-02-15 17:17:50','2021-02-15 09:17:50'),(101495,36743,'action created','2021-02-15 17:17:50','2021-02-15 09:17:50'),(101496,36743,'action started via WP Cron','2021-02-15 17:19:41','2021-02-15 09:19:41'),(101497,36743,'action complete via WP Cron','2021-02-15 17:19:41','2021-02-15 09:19:41'),(101498,36744,'action created','2021-02-15 17:19:41','2021-02-15 09:19:41'),(101499,36744,'action started via WP Cron','2021-02-15 17:21:47','2021-02-15 09:21:47'),(101500,36744,'action complete via WP Cron','2021-02-15 17:21:47','2021-02-15 09:21:47'),(101501,36745,'action created','2021-02-15 17:21:47','2021-02-15 09:21:47'),(101502,36745,'action started via WP Cron','2021-02-15 17:23:29','2021-02-15 09:23:29'),(101503,36745,'action complete via WP Cron','2021-02-15 17:23:29','2021-02-15 09:23:29'),(101504,36746,'action created','2021-02-15 17:23:29','2021-02-15 09:23:29'),(101505,36746,'action started via WP Cron','2021-02-15 17:27:51','2021-02-15 09:27:51'),(101506,36746,'action complete via WP Cron','2021-02-15 17:27:51','2021-02-15 09:27:51'),(101507,36747,'action created','2021-02-15 17:27:51','2021-02-15 09:27:51'),(101508,36747,'action started via WP Cron','2021-02-15 17:36:11','2021-02-15 09:36:11'),(101509,36747,'action complete via WP Cron','2021-02-15 17:36:11','2021-02-15 09:36:11'),(101510,36748,'action created','2021-02-15 17:36:11','2021-02-15 09:36:11'),(101511,36748,'action started via WP Cron','2021-02-15 17:37:13','2021-02-15 09:37:13'),(101512,36748,'action complete via WP Cron','2021-02-15 17:37:13','2021-02-15 09:37:13'),(101513,36749,'action created','2021-02-15 17:37:13','2021-02-15 09:37:13'),(101514,36749,'action started via WP Cron','2021-02-15 17:38:14','2021-02-15 09:38:14'),(101515,36749,'action complete via WP Cron','2021-02-15 17:38:14','2021-02-15 09:38:14'),(101516,36750,'action created','2021-02-15 17:38:14','2021-02-15 09:38:14'),(101517,36750,'action started via WP Cron','2021-02-15 17:39:22','2021-02-15 09:39:22'),(101518,36750,'action complete via WP Cron','2021-02-15 17:39:22','2021-02-15 09:39:22'),(101519,36751,'action created','2021-02-15 17:39:22','2021-02-15 09:39:22'),(101520,36751,'action started via WP Cron','2021-02-15 17:40:13','2021-02-15 09:40:13'),(101521,36751,'action complete via WP Cron','2021-02-15 17:40:13','2021-02-15 09:40:13'),(101522,36752,'action created','2021-02-15 17:40:13','2021-02-15 09:40:13'),(101523,36752,'action started via WP Cron','2021-02-15 17:41:18','2021-02-15 09:41:18'),(101524,36752,'action complete via WP Cron','2021-02-15 17:41:18','2021-02-15 09:41:18'),(101525,36753,'action created','2021-02-15 17:41:18','2021-02-15 09:41:18'),(101526,36753,'action started via WP Cron','2021-02-15 17:42:18','2021-02-15 09:42:18'),(101527,36753,'action complete via WP Cron','2021-02-15 17:42:18','2021-02-15 09:42:18'),(101528,36754,'action created','2021-02-15 17:42:18','2021-02-15 09:42:18'),(101529,36754,'action started via WP Cron','2021-02-15 17:43:55','2021-02-15 09:43:55'),(101530,36754,'action complete via WP Cron','2021-02-15 17:43:55','2021-02-15 09:43:55'),(101531,36755,'action created','2021-02-15 17:43:55','2021-02-15 09:43:55'),(101532,36755,'action started via WP Cron','2021-02-15 17:48:20','2021-02-15 09:48:20'),(101533,36755,'action complete via WP Cron','2021-02-15 17:48:20','2021-02-15 09:48:20'),(101534,36756,'action created','2021-02-15 17:48:20','2021-02-15 09:48:20'),(101535,36756,'action started via WP Cron','2021-02-15 17:51:19','2021-02-15 09:51:19'),(101536,36756,'action complete via WP Cron','2021-02-15 17:51:19','2021-02-15 09:51:19'),(101537,36757,'action created','2021-02-15 17:51:19','2021-02-15 09:51:19'),(101538,36757,'action started via WP Cron','2021-02-15 17:51:47','2021-02-15 09:51:47'),(101539,36757,'action complete via WP Cron','2021-02-15 17:51:47','2021-02-15 09:51:47'),(101540,36758,'action created','2021-02-15 17:51:48','2021-02-15 09:51:48'),(101541,36758,'action started via WP Cron','2021-02-15 17:52:56','2021-02-15 09:52:56'),(101542,36758,'action complete via WP Cron','2021-02-15 17:52:56','2021-02-15 09:52:56'),(101543,36759,'action created','2021-02-15 17:52:57','2021-02-15 09:52:57'),(101544,36759,'action started via WP Cron','2021-02-15 17:53:57','2021-02-15 09:53:57'),(101545,36759,'action complete via WP Cron','2021-02-15 17:53:57','2021-02-15 09:53:57'),(101546,36760,'action created','2021-02-15 17:53:57','2021-02-15 09:53:57'),(101547,36760,'action started via WP Cron','2021-02-15 17:57:56','2021-02-15 09:57:56'),(101548,36760,'action complete via WP Cron','2021-02-15 17:57:56','2021-02-15 09:57:56'),(101549,36761,'action created','2021-02-15 17:57:56','2021-02-15 09:57:56'),(101550,36761,'action started via WP Cron','2021-02-15 17:58:52','2021-02-15 09:58:52'),(101551,36761,'action complete via WP Cron','2021-02-15 17:58:52','2021-02-15 09:58:52'),(101552,36762,'action created','2021-02-15 17:58:52','2021-02-15 09:58:52'),(101553,36762,'action started via WP Cron','2021-02-15 17:59:42','2021-02-15 09:59:42'),(101554,36762,'action complete via WP Cron','2021-02-15 17:59:42','2021-02-15 09:59:42'),(101555,36763,'action created','2021-02-15 17:59:42','2021-02-15 09:59:42'),(101556,36763,'action started via WP Cron','2021-02-15 18:00:42','2021-02-15 10:00:42'),(101557,36763,'action complete via WP Cron','2021-02-15 18:00:42','2021-02-15 10:00:42'),(101558,36764,'action created','2021-02-15 18:00:42','2021-02-15 10:00:42'),(101559,36764,'action started via WP Cron','2021-02-15 18:01:43','2021-02-15 10:01:43'),(101560,36764,'action complete via WP Cron','2021-02-15 18:01:43','2021-02-15 10:01:43'),(101561,36765,'action created','2021-02-15 18:01:43','2021-02-15 10:01:43'),(101562,36765,'action started via WP Cron','2021-02-15 18:02:42','2021-02-15 10:02:42'),(101563,36765,'action complete via WP Cron','2021-02-15 18:02:42','2021-02-15 10:02:42'),(101564,36766,'action created','2021-02-15 18:02:42','2021-02-15 10:02:42'),(101565,36766,'action started via WP Cron','2021-02-15 18:03:44','2021-02-15 10:03:44'),(101566,36766,'action complete via WP Cron','2021-02-15 18:03:44','2021-02-15 10:03:44'),(101567,36767,'action created','2021-02-15 18:03:44','2021-02-15 10:03:44'),(101568,36767,'action started via WP Cron','2021-02-15 18:04:51','2021-02-15 10:04:51'),(101569,36767,'action complete via WP Cron','2021-02-15 18:04:51','2021-02-15 10:04:51'),(101570,36768,'action created','2021-02-15 18:05:24','2021-02-15 10:05:24'),(101571,36768,'action started via WP Cron','2021-02-15 18:06:25','2021-02-15 10:06:25'),(101572,36768,'action complete via WP Cron','2021-02-15 18:06:25','2021-02-15 10:06:25'),(101573,36769,'action created','2021-02-15 18:06:25','2021-02-15 10:06:25'),(101574,36769,'action started via WP Cron','2021-02-15 18:06:41','2021-02-15 10:06:41'),(101575,36769,'action complete via WP Cron','2021-02-15 18:06:41','2021-02-15 10:06:41'),(101576,36770,'action created','2021-02-15 18:06:41','2021-02-15 10:06:41'),(101577,36770,'action started via WP Cron','2021-02-15 18:13:08','2021-02-15 10:13:08'),(101578,36770,'action complete via WP Cron','2021-02-15 18:13:08','2021-02-15 10:13:08'),(101579,36771,'action created','2021-02-15 18:15:07','2021-02-15 10:15:07'),(101580,36771,'action started via WP Cron','2021-02-15 18:17:45','2021-02-15 10:17:45'),(101581,36771,'action complete via WP Cron','2021-02-15 18:17:45','2021-02-15 10:17:45'),(101582,36772,'action created','2021-02-15 18:17:45','2021-02-15 10:17:45'),(101583,36772,'action started via WP Cron','2021-02-15 18:18:42','2021-02-15 10:18:42'),(101584,36772,'action complete via WP Cron','2021-02-15 18:18:42','2021-02-15 10:18:42'),(101585,36773,'action created','2021-02-15 18:18:42','2021-02-15 10:18:42'),(101586,36773,'action started via WP Cron','2021-02-15 18:19:47','2021-02-15 10:19:47'),(101587,36773,'action complete via WP Cron','2021-02-15 18:19:47','2021-02-15 10:19:47'),(101588,36774,'action created','2021-02-15 18:19:47','2021-02-15 10:19:47'),(101589,36774,'action started via WP Cron','2021-02-15 18:20:41','2021-02-15 10:20:41'),(101590,36774,'action complete via WP Cron','2021-02-15 18:20:41','2021-02-15 10:20:41'),(101591,36775,'action created','2021-02-15 18:20:41','2021-02-15 10:20:41'),(101592,36775,'action started via WP Cron','2021-02-15 18:21:42','2021-02-15 10:21:42'),(101593,36775,'action complete via WP Cron','2021-02-15 18:21:42','2021-02-15 10:21:42'),(101594,36776,'action created','2021-02-15 18:23:44','2021-02-15 10:23:44'),(101595,36776,'action started via WP Cron','2021-02-15 18:24:45','2021-02-15 10:24:45'),(101596,36776,'action complete via WP Cron','2021-02-15 18:24:45','2021-02-15 10:24:45'),(101597,36777,'action created','2021-02-15 18:24:45','2021-02-15 10:24:45'),(101598,36777,'action started via WP Cron','2021-02-15 18:25:46','2021-02-15 10:25:46'),(101599,36777,'action complete via WP Cron','2021-02-15 18:25:46','2021-02-15 10:25:46'),(101600,36778,'action created','2021-02-15 18:25:46','2021-02-15 10:25:46'),(101601,36778,'action started via WP Cron','2021-02-15 18:33:12','2021-02-15 10:33:12'),(101602,36778,'action complete via WP Cron','2021-02-15 18:33:12','2021-02-15 10:33:12'),(101603,36779,'action created','2021-02-15 18:33:12','2021-02-15 10:33:12'),(101604,36779,'action started via WP Cron','2021-02-15 18:34:21','2021-02-15 10:34:21'),(101605,36779,'action complete via WP Cron','2021-02-15 18:34:21','2021-02-15 10:34:21'),(101606,36780,'action created','2021-02-15 18:34:21','2021-02-15 10:34:21'),(101607,36780,'action started via WP Cron','2021-02-15 18:35:24','2021-02-15 10:35:24'),(101608,36780,'action complete via WP Cron','2021-02-15 18:35:24','2021-02-15 10:35:24'),(101609,36781,'action created','2021-02-15 18:35:24','2021-02-15 10:35:24'),(101610,36781,'action started via WP Cron','2021-02-15 18:35:41','2021-02-15 10:35:41'),(101611,36781,'action complete via WP Cron','2021-02-15 18:35:41','2021-02-15 10:35:41'),(101612,36782,'action created','2021-02-15 18:35:41','2021-02-15 10:35:41'),(101613,36782,'action started via WP Cron','2021-02-15 18:37:27','2021-02-15 10:37:27'),(101614,36782,'action complete via WP Cron','2021-02-15 18:37:27','2021-02-15 10:37:27'),(101615,36783,'action created','2021-02-15 18:37:27','2021-02-15 10:37:27'),(101616,36783,'action started via WP Cron','2021-02-15 18:38:29','2021-02-15 10:38:29'),(101617,36783,'action complete via WP Cron','2021-02-15 18:38:29','2021-02-15 10:38:29'),(101618,36784,'action created','2021-02-15 18:38:29','2021-02-15 10:38:29'),(101619,36784,'action started via WP Cron','2021-02-15 18:39:29','2021-02-15 10:39:29'),(101620,36784,'action complete via WP Cron','2021-02-15 18:39:29','2021-02-15 10:39:29'),(101621,36785,'action created','2021-02-15 18:39:30','2021-02-15 10:39:30'),(101622,36785,'action started via WP Cron','2021-02-15 18:41:48','2021-02-15 10:41:48'),(101623,36785,'action complete via WP Cron','2021-02-15 18:41:48','2021-02-15 10:41:48'),(101624,36786,'action created','2021-02-15 18:41:48','2021-02-15 10:41:48'),(101625,36786,'action started via WP Cron','2021-02-15 18:42:49','2021-02-15 10:42:49'),(101626,36786,'action complete via WP Cron','2021-02-15 18:42:49','2021-02-15 10:42:49'),(101627,36787,'action created','2021-02-15 18:42:49','2021-02-15 10:42:49'),(101628,36787,'action started via WP Cron','2021-02-15 18:43:59','2021-02-15 10:43:59'),(101629,36787,'action complete via WP Cron','2021-02-15 18:43:59','2021-02-15 10:43:59'),(101630,36788,'action created','2021-02-15 18:43:59','2021-02-15 10:43:59'),(101631,36788,'action started via WP Cron','2021-02-15 18:46:20','2021-02-15 10:46:20'),(101632,36788,'action complete via WP Cron','2021-02-15 18:46:20','2021-02-15 10:46:20'),(101633,36789,'action created','2021-02-15 18:46:20','2021-02-15 10:46:20'),(101634,36789,'action started via WP Cron','2021-02-15 18:46:43','2021-02-15 10:46:43'),(101635,36789,'action complete via WP Cron','2021-02-15 18:46:43','2021-02-15 10:46:43'),(101636,36790,'action created','2021-02-15 18:46:43','2021-02-15 10:46:43'),(101637,36790,'action started via WP Cron','2021-02-15 18:48:09','2021-02-15 10:48:09'),(101638,36790,'action complete via WP Cron','2021-02-15 18:48:09','2021-02-15 10:48:09'),(101639,36791,'action created','2021-02-15 18:48:09','2021-02-15 10:48:09'),(101640,36791,'action started via WP Cron','2021-02-15 18:50:13','2021-02-15 10:50:13'),(101641,36791,'action complete via WP Cron','2021-02-15 18:50:13','2021-02-15 10:50:13'),(101642,36792,'action created','2021-02-15 18:50:13','2021-02-15 10:50:13'),(101643,36792,'action started via WP Cron','2021-02-15 18:51:14','2021-02-15 10:51:14'),(101644,36792,'action complete via WP Cron','2021-02-15 18:51:14','2021-02-15 10:51:14'),(101645,36793,'action created','2021-02-15 18:51:14','2021-02-15 10:51:14'),(101646,36793,'action started via WP Cron','2021-02-15 18:52:15','2021-02-15 10:52:15'),(101647,36793,'action complete via WP Cron','2021-02-15 18:52:15','2021-02-15 10:52:15'),(101648,36794,'action created','2021-02-15 18:52:15','2021-02-15 10:52:15'),(101649,36794,'action started via WP Cron','2021-02-15 18:54:39','2021-02-15 10:54:39'),(101650,36794,'action complete via WP Cron','2021-02-15 18:54:39','2021-02-15 10:54:39'),(101651,36795,'action created','2021-02-15 18:54:39','2021-02-15 10:54:39'),(101652,36795,'action started via WP Cron','2021-02-15 19:00:50','2021-02-15 11:00:50'),(101653,36795,'action complete via WP Cron','2021-02-15 19:00:50','2021-02-15 11:00:50'),(101654,36796,'action created','2021-02-15 19:00:50','2021-02-15 11:00:50'),(101655,36796,'action started via WP Cron','2021-02-15 19:02:17','2021-02-15 11:02:17'),(101656,36796,'action complete via WP Cron','2021-02-15 19:02:17','2021-02-15 11:02:17'),(101657,36797,'action created','2021-02-15 19:02:17','2021-02-15 11:02:17'),(101658,36797,'action started via WP Cron','2021-02-15 19:03:12','2021-02-15 11:03:12'),(101659,36797,'action complete via WP Cron','2021-02-15 19:03:12','2021-02-15 11:03:12'),(101660,36798,'action created','2021-02-15 19:03:12','2021-02-15 11:03:12'),(101661,36798,'action started via WP Cron','2021-02-15 19:04:22','2021-02-15 11:04:22'),(101662,36798,'action complete via WP Cron','2021-02-15 19:04:22','2021-02-15 11:04:22'),(101663,36799,'action created','2021-02-15 19:05:07','2021-02-15 11:05:07'),(101664,36799,'action started via WP Cron','2021-02-15 19:06:21','2021-02-15 11:06:21'),(101665,36799,'action complete via WP Cron','2021-02-15 19:06:21','2021-02-15 11:06:21'),(101666,36800,'action created','2021-02-15 19:06:21','2021-02-15 11:06:21'),(101667,36800,'action started via WP Cron','2021-02-15 19:07:23','2021-02-15 11:07:23'),(101668,36800,'action complete via WP Cron','2021-02-15 19:07:23','2021-02-15 11:07:23'),(101669,36801,'action created','2021-02-15 19:07:23','2021-02-15 11:07:23'),(101670,36801,'action started via WP Cron','2021-02-15 19:07:48','2021-02-15 11:07:48'),(101671,36801,'action complete via WP Cron','2021-02-15 19:07:48','2021-02-15 11:07:48'),(101672,36802,'action created','2021-02-15 19:07:48','2021-02-15 11:07:48'),(101673,36802,'action started via WP Cron','2021-02-15 19:16:48','2021-02-15 11:16:48'),(101674,36802,'action complete via WP Cron','2021-02-15 19:16:48','2021-02-15 11:16:48'),(101675,36803,'action created','2021-02-15 19:16:48','2021-02-15 11:16:48'),(101676,36803,'action started via WP Cron','2021-02-15 19:22:01','2021-02-15 11:22:01'),(101677,36803,'action complete via WP Cron','2021-02-15 19:22:01','2021-02-15 11:22:01'),(101678,36804,'action created','2021-02-15 19:22:01','2021-02-15 11:22:01'),(101679,36804,'action started via WP Cron','2021-02-15 19:23:16','2021-02-15 11:23:16'),(101680,36804,'action complete via WP Cron','2021-02-15 19:23:16','2021-02-15 11:23:16'),(101681,36805,'action created','2021-02-15 19:23:16','2021-02-15 11:23:16'),(101682,36805,'action started via WP Cron','2021-02-15 19:24:14','2021-02-15 11:24:14'),(101683,36805,'action complete via WP Cron','2021-02-15 19:24:14','2021-02-15 11:24:14'),(101684,36806,'action created','2021-02-15 19:24:15','2021-02-15 11:24:15'),(101685,36806,'action started via WP Cron','2021-02-15 19:26:19','2021-02-15 11:26:19'),(101686,36806,'action complete via WP Cron','2021-02-15 19:26:19','2021-02-15 11:26:19'),(101687,36807,'action created','2021-02-15 19:26:20','2021-02-15 11:26:20'),(101688,36807,'action started via WP Cron','2021-02-15 19:26:52','2021-02-15 11:26:52'),(101689,36807,'action complete via WP Cron','2021-02-15 19:26:52','2021-02-15 11:26:52'),(101690,36808,'action created','2021-02-15 19:26:52','2021-02-15 11:26:52'),(101691,36808,'action started via WP Cron','2021-02-15 19:28:18','2021-02-15 11:28:18'),(101692,36808,'action complete via WP Cron','2021-02-15 19:28:18','2021-02-15 11:28:18'),(101693,36809,'action created','2021-02-15 19:28:18','2021-02-15 11:28:18'),(101694,36809,'action started via WP Cron','2021-02-15 19:32:10','2021-02-15 11:32:10'),(101695,36809,'action complete via WP Cron','2021-02-15 19:32:11','2021-02-15 11:32:11'),(101696,36810,'action created','2021-02-15 19:32:11','2021-02-15 11:32:11'),(101697,36810,'action started via WP Cron','2021-02-15 19:32:59','2021-02-15 11:32:59'),(101698,36810,'action complete via WP Cron','2021-02-15 19:32:59','2021-02-15 11:32:59'),(101699,36811,'action created','2021-02-15 19:32:59','2021-02-15 11:32:59'),(101700,36811,'action started via WP Cron','2021-02-15 19:38:40','2021-02-15 11:38:40'),(101701,36811,'action complete via WP Cron','2021-02-15 19:38:40','2021-02-15 11:38:40'),(101702,36812,'action created','2021-02-15 19:38:40','2021-02-15 11:38:40'),(101703,36812,'action started via WP Cron','2021-02-15 19:39:42','2021-02-15 11:39:42'),(101704,36812,'action complete via WP Cron','2021-02-15 19:39:42','2021-02-15 11:39:42'),(101705,36813,'action created','2021-02-15 19:39:42','2021-02-15 11:39:42'),(101706,36813,'action started via WP Cron','2021-02-15 19:45:21','2021-02-15 11:45:21'),(101707,36813,'action complete via WP Cron','2021-02-15 19:45:21','2021-02-15 11:45:21'),(101708,36814,'action created','2021-02-15 19:45:21','2021-02-15 11:45:21'),(101709,36814,'action started via WP Cron','2021-02-15 19:46:48','2021-02-15 11:46:48'),(101710,36814,'action complete via WP Cron','2021-02-15 19:46:48','2021-02-15 11:46:48'),(101711,36815,'action created','2021-02-15 19:46:48','2021-02-15 11:46:48'),(101712,36815,'action started via WP Cron','2021-02-15 19:47:52','2021-02-15 11:47:52'),(101713,36815,'action complete via WP Cron','2021-02-15 19:47:52','2021-02-15 11:47:52'),(101714,36816,'action created','2021-02-15 19:47:52','2021-02-15 11:47:52'),(101715,36816,'action started via WP Cron','2021-02-15 19:49:01','2021-02-15 11:49:01'),(101716,36816,'action complete via WP Cron','2021-02-15 19:49:01','2021-02-15 11:49:01'),(101717,36817,'action created','2021-02-15 19:49:02','2021-02-15 11:49:02'),(101718,36817,'action started via WP Cron','2021-02-15 19:49:43','2021-02-15 11:49:43'),(101719,36817,'action complete via WP Cron','2021-02-15 19:49:43','2021-02-15 11:49:43'),(101720,36818,'action created','2021-02-15 19:49:43','2021-02-15 11:49:43'),(101721,36818,'action started via WP Cron','2021-02-15 19:51:03','2021-02-15 11:51:03'),(101722,36818,'action complete via WP Cron','2021-02-15 19:51:03','2021-02-15 11:51:03'),(101723,36819,'action created','2021-02-15 19:51:03','2021-02-15 11:51:03'),(101724,36819,'action started via WP Cron','2021-02-15 19:52:44','2021-02-15 11:52:44'),(101725,36819,'action complete via WP Cron','2021-02-15 19:52:44','2021-02-15 11:52:44'),(101726,36820,'action created','2021-02-15 19:52:44','2021-02-15 11:52:44'),(101727,36820,'action started via WP Cron','2021-02-15 19:55:57','2021-02-15 11:55:57'),(101728,36820,'action complete via WP Cron','2021-02-15 19:55:57','2021-02-15 11:55:57'),(101729,36821,'action created','2021-02-15 19:55:57','2021-02-15 11:55:57'),(101730,36821,'action started via WP Cron','2021-02-15 20:02:34','2021-02-15 12:02:34'),(101731,36821,'action complete via WP Cron','2021-02-15 20:02:34','2021-02-15 12:02:34'),(101732,36822,'action created','2021-02-15 20:02:34','2021-02-15 12:02:34'),(101733,36822,'action started via WP Cron','2021-02-15 20:06:32','2021-02-15 12:06:32'),(101734,36822,'action complete via WP Cron','2021-02-15 20:06:32','2021-02-15 12:06:32'),(101735,36823,'action created','2021-02-15 20:06:32','2021-02-15 12:06:32'),(101736,36823,'action started via WP Cron','2021-02-15 20:07:33','2021-02-15 12:07:33'),(101737,36823,'action complete via WP Cron','2021-02-15 20:07:33','2021-02-15 12:07:33'),(101738,36824,'action created','2021-02-15 20:07:33','2021-02-15 12:07:33'),(101739,36824,'action started via WP Cron','2021-02-15 20:08:39','2021-02-15 12:08:39'),(101740,36824,'action complete via WP Cron','2021-02-15 20:08:39','2021-02-15 12:08:39'),(101741,36825,'action created','2021-02-15 20:08:39','2021-02-15 12:08:39'),(101742,36825,'action started via WP Cron','2021-02-15 20:09:35','2021-02-15 12:09:35'),(101743,36825,'action complete via WP Cron','2021-02-15 20:09:35','2021-02-15 12:09:35'),(101744,36826,'action created','2021-02-15 20:09:35','2021-02-15 12:09:35'),(101745,36826,'action started via WP Cron','2021-02-15 20:10:42','2021-02-15 12:10:42'),(101746,36826,'action complete via WP Cron','2021-02-15 20:10:42','2021-02-15 12:10:42'),(101747,36827,'action created','2021-02-15 20:10:43','2021-02-15 12:10:43'),(101748,36827,'action started via WP Cron','2021-02-15 20:14:12','2021-02-15 12:14:12'),(101749,36827,'action complete via WP Cron','2021-02-15 20:14:12','2021-02-15 12:14:12'),(101750,36828,'action created','2021-02-15 20:14:12','2021-02-15 12:14:12'),(101751,36828,'action started via WP Cron','2021-02-15 20:16:11','2021-02-15 12:16:11'),(101752,36828,'action complete via WP Cron','2021-02-15 20:16:11','2021-02-15 12:16:11'),(101753,36829,'action created','2021-02-15 20:16:11','2021-02-15 12:16:11'),(101754,36829,'action started via WP Cron','2021-02-15 20:17:11','2021-02-15 12:17:11'),(101755,36829,'action complete via WP Cron','2021-02-15 20:17:11','2021-02-15 12:17:11'),(101756,36830,'action created','2021-02-15 20:17:11','2021-02-15 12:17:11'),(101757,36830,'action started via WP Cron','2021-02-15 20:19:26','2021-02-15 12:19:26'),(101758,36830,'action complete via WP Cron','2021-02-15 20:19:26','2021-02-15 12:19:26'),(101759,36831,'action created','2021-02-15 20:19:26','2021-02-15 12:19:26'),(101760,36831,'action started via WP Cron','2021-02-15 20:21:12','2021-02-15 12:21:12'),(101761,36831,'action complete via WP Cron','2021-02-15 20:21:12','2021-02-15 12:21:12'),(101762,36832,'action created','2021-02-15 20:26:14','2021-02-15 12:26:14'),(101763,36832,'action started via WP Cron','2021-02-15 20:27:33','2021-02-15 12:27:33'),(101764,36832,'action complete via WP Cron','2021-02-15 20:27:33','2021-02-15 12:27:33'),(101765,36833,'action created','2021-02-15 20:27:33','2021-02-15 12:27:33'),(101766,36833,'action started via WP Cron','2021-02-15 20:27:55','2021-02-15 12:27:55'),(101767,36833,'action complete via WP Cron','2021-02-15 20:27:55','2021-02-15 12:27:55'),(101768,36834,'action created','2021-02-15 20:27:55','2021-02-15 12:27:55'),(101769,36834,'action started via WP Cron','2021-02-15 20:29:19','2021-02-15 12:29:19'),(101770,36834,'action complete via WP Cron','2021-02-15 20:29:19','2021-02-15 12:29:19'),(101771,36835,'action created','2021-02-15 20:29:19','2021-02-15 12:29:19'),(101772,36835,'action started via WP Cron','2021-02-15 20:30:19','2021-02-15 12:30:19'),(101773,36835,'action complete via WP Cron','2021-02-15 20:30:19','2021-02-15 12:30:19'),(101774,36836,'action created','2021-02-15 20:30:20','2021-02-15 12:30:20'),(101775,36836,'action started via WP Cron','2021-02-15 20:31:21','2021-02-15 12:31:21'),(101776,36836,'action complete via WP Cron','2021-02-15 20:31:21','2021-02-15 12:31:21'),(101777,36837,'action created','2021-02-15 20:31:21','2021-02-15 12:31:21'),(101778,36837,'action started via WP Cron','2021-02-15 20:36:31','2021-02-15 12:36:31'),(101779,36837,'action complete via WP Cron','2021-02-15 20:36:31','2021-02-15 12:36:31'),(101780,36838,'action created','2021-02-15 20:36:31','2021-02-15 12:36:31'),(101781,36838,'action started via WP Cron','2021-02-15 20:43:45','2021-02-15 12:43:45'),(101782,36838,'action complete via WP Cron','2021-02-15 20:43:45','2021-02-15 12:43:45'),(101783,36839,'action created','2021-02-15 20:43:45','2021-02-15 12:43:45'),(101787,36840,'action started via WP Cron','2021-02-15 20:55:05','2021-02-15 12:55:05'),(101788,36840,'action complete via WP Cron','2021-02-15 20:55:05','2021-02-15 12:55:05'),(101789,36841,'action created','2021-02-15 20:55:06','2021-02-15 12:55:06'),(101790,36841,'action started via WP Cron','2021-02-15 20:58:59','2021-02-15 12:58:59'),(101791,36841,'action complete via WP Cron','2021-02-15 20:58:59','2021-02-15 12:58:59'),(101792,36842,'action created','2021-02-15 20:58:59','2021-02-15 12:58:59'),(101793,36842,'action started via WP Cron','2021-02-15 21:08:22','2021-02-15 13:08:22'),(101794,36842,'action complete via WP Cron','2021-02-15 21:08:22','2021-02-15 13:08:22'),(101795,36843,'action created','2021-02-15 21:08:23','2021-02-15 13:08:23'),(101796,36843,'action started via WP Cron','2021-02-15 21:10:40','2021-02-15 13:10:40'),(101797,36843,'action complete via WP Cron','2021-02-15 21:10:40','2021-02-15 13:10:40'),(101798,36844,'action created','2021-02-15 21:10:40','2021-02-15 13:10:40'),(101799,36844,'action started via WP Cron','2021-02-15 21:11:43','2021-02-15 13:11:43'),(101800,36844,'action complete via WP Cron','2021-02-15 21:11:43','2021-02-15 13:11:43'),(101801,36845,'action created','2021-02-15 21:11:48','2021-02-15 13:11:48'),(101802,36845,'action started via WP Cron','2021-02-15 21:12:44','2021-02-15 13:12:44'),(101803,36845,'action complete via WP Cron','2021-02-15 21:12:44','2021-02-15 13:12:44'),(101804,36846,'action created','2021-02-15 21:12:45','2021-02-15 13:12:45'),(101805,36846,'action started via WP Cron','2021-02-15 21:13:46','2021-02-15 13:13:46'),(101806,36846,'action complete via WP Cron','2021-02-15 21:13:46','2021-02-15 13:13:46'),(101807,36847,'action created','2021-02-15 21:13:46','2021-02-15 13:13:46'),(101808,36847,'action started via WP Cron','2021-02-15 21:19:42','2021-02-15 13:19:42'),(101809,36847,'action complete via WP Cron','2021-02-15 21:19:42','2021-02-15 13:19:42'),(101810,36848,'action created','2021-02-15 21:19:42','2021-02-15 13:19:42'),(101811,36848,'action started via WP Cron','2021-02-15 21:22:25','2021-02-15 13:22:25'),(101812,36848,'action complete via WP Cron','2021-02-15 21:22:25','2021-02-15 13:22:25'),(101813,36849,'action created','2021-02-15 21:22:25','2021-02-15 13:22:25'),(101814,36849,'action started via WP Cron','2021-02-15 21:22:52','2021-02-15 13:22:52'),(101815,36849,'action complete via WP Cron','2021-02-15 21:22:52','2021-02-15 13:22:52'),(101816,36850,'action created','2021-02-15 21:22:52','2021-02-15 13:22:52'),(101817,36850,'action started via WP Cron','2021-02-15 21:31:37','2021-02-15 13:31:37'),(101818,36850,'action complete via WP Cron','2021-02-15 21:31:37','2021-02-15 13:31:37'),(101819,36851,'action created','2021-02-15 21:31:37','2021-02-15 13:31:37'),(101820,36851,'action started via WP Cron','2021-02-15 21:32:01','2021-02-15 13:32:01'),(101821,36851,'action complete via WP Cron','2021-02-15 21:32:01','2021-02-15 13:32:01'),(101822,36852,'action created','2021-02-15 21:32:01','2021-02-15 13:32:01'),(101823,36852,'action started via WP Cron','2021-02-15 21:33:39','2021-02-15 13:33:39'),(101824,36852,'action complete via WP Cron','2021-02-15 21:33:39','2021-02-15 13:33:39'),(101825,36853,'action created','2021-02-15 21:33:39','2021-02-15 13:33:39'),(101826,36853,'action started via WP Cron','2021-02-15 21:35:11','2021-02-15 13:35:11'),(101827,36853,'action complete via WP Cron','2021-02-15 21:35:11','2021-02-15 13:35:11'),(101828,36854,'action created','2021-02-15 21:35:11','2021-02-15 13:35:11'),(101829,36854,'action started via WP Cron','2021-02-15 21:35:41','2021-02-15 13:35:41'),(101830,36854,'action complete via WP Cron','2021-02-15 21:35:41','2021-02-15 13:35:41'),(101831,36855,'action created','2021-02-15 21:35:41','2021-02-15 13:35:41'),(101832,36855,'action started via WP Cron','2021-02-15 21:36:42','2021-02-15 13:36:42'),(101833,36855,'action complete via WP Cron','2021-02-15 21:36:42','2021-02-15 13:36:42'),(101834,36856,'action created','2021-02-15 21:36:42','2021-02-15 13:36:42'),(101835,36856,'action started via WP Cron','2021-02-15 21:37:43','2021-02-15 13:37:43'),(101836,36856,'action complete via WP Cron','2021-02-15 21:37:43','2021-02-15 13:37:43'),(101837,36857,'action created','2021-02-15 21:37:43','2021-02-15 13:37:43'),(101838,36857,'action started via WP Cron','2021-02-15 21:42:19','2021-02-15 13:42:19'),(101839,36857,'action complete via WP Cron','2021-02-15 21:42:19','2021-02-15 13:42:19'),(101840,36858,'action created','2021-02-15 21:42:19','2021-02-15 13:42:19'),(101841,36858,'action started via WP Cron','2021-02-15 21:43:56','2021-02-15 13:43:56'),(101842,36858,'action complete via WP Cron','2021-02-15 21:43:56','2021-02-15 13:43:56'),(101843,36859,'action created','2021-02-15 21:43:56','2021-02-15 13:43:56'),(101844,36859,'action started via WP Cron','2021-02-15 21:47:11','2021-02-15 13:47:11'),(101845,36859,'action complete via WP Cron','2021-02-15 21:47:11','2021-02-15 13:47:11'),(101846,36860,'action created','2021-02-15 21:47:11','2021-02-15 13:47:11'),(101847,36860,'action started via WP Cron','2021-02-15 22:01:04','2021-02-15 14:01:04'),(101848,36860,'action complete via WP Cron','2021-02-15 22:01:04','2021-02-15 14:01:04'),(101849,36861,'action created','2021-02-15 22:01:04','2021-02-15 14:01:04'),(101850,36861,'action started via WP Cron','2021-02-15 22:06:39','2021-02-15 14:06:39'),(101851,36861,'action complete via WP Cron','2021-02-15 22:06:39','2021-02-15 14:06:39'),(101852,36862,'action created','2021-02-15 22:06:39','2021-02-15 14:06:39'),(101853,36862,'action started via WP Cron','2021-02-15 22:07:41','2021-02-15 14:07:41'),(101854,36862,'action complete via WP Cron','2021-02-15 22:07:41','2021-02-15 14:07:41'),(101855,36863,'action created','2021-02-15 22:07:41','2021-02-15 14:07:41'),(101856,36863,'action started via WP Cron','2021-02-15 22:09:43','2021-02-15 14:09:43'),(101857,36863,'action complete via WP Cron','2021-02-15 22:09:43','2021-02-15 14:09:43'),(101858,36864,'action created','2021-02-15 22:09:43','2021-02-15 14:09:43'),(101859,36864,'action started via WP Cron','2021-02-15 22:10:44','2021-02-15 14:10:44'),(101860,36864,'action complete via WP Cron','2021-02-15 22:10:44','2021-02-15 14:10:44'),(101861,36865,'action created','2021-02-15 22:10:44','2021-02-15 14:10:44'),(101862,36865,'action started via WP Cron','2021-02-15 22:11:41','2021-02-15 14:11:41'),(101863,36865,'action complete via WP Cron','2021-02-15 22:11:41','2021-02-15 14:11:41'),(101864,36866,'action created','2021-02-15 22:11:41','2021-02-15 14:11:41'),(101865,36866,'action started via WP Cron','2021-02-15 22:14:06','2021-02-15 14:14:06'),(101866,36866,'action complete via WP Cron','2021-02-15 22:14:06','2021-02-15 14:14:06'),(101867,36867,'action created','2021-02-15 22:14:06','2021-02-15 14:14:06'),(101868,36867,'action started via WP Cron','2021-02-15 22:15:10','2021-02-15 14:15:10'),(101869,36867,'action complete via WP Cron','2021-02-15 22:15:10','2021-02-15 14:15:10'),(101870,36868,'action created','2021-02-15 22:15:10','2021-02-15 14:15:10'),(101871,36868,'action started via WP Cron','2021-02-15 22:16:11','2021-02-15 14:16:11'),(101872,36868,'action complete via WP Cron','2021-02-15 22:16:11','2021-02-15 14:16:11'),(101873,36869,'action created','2021-02-15 22:16:11','2021-02-15 14:16:11'),(101874,36869,'action started via WP Cron','2021-02-15 22:18:17','2021-02-15 14:18:17'),(101875,36869,'action complete via WP Cron','2021-02-15 22:18:17','2021-02-15 14:18:17'),(101876,36870,'action created','2021-02-15 22:18:17','2021-02-15 14:18:17'),(101877,36870,'action started via WP Cron','2021-02-15 22:19:36','2021-02-15 14:19:36'),(101878,36870,'action complete via WP Cron','2021-02-15 22:19:36','2021-02-15 14:19:36'),(101879,36871,'action created','2021-02-15 22:19:36','2021-02-15 14:19:36'),(101880,36871,'action started via WP Cron','2021-02-15 22:20:51','2021-02-15 14:20:51'),(101881,36871,'action complete via WP Cron','2021-02-15 22:20:51','2021-02-15 14:20:51'),(101882,36872,'action created','2021-02-15 22:20:51','2021-02-15 14:20:51'),(101883,36872,'action started via WP Cron','2021-02-15 22:22:44','2021-02-15 14:22:44'),(101884,36872,'action complete via WP Cron','2021-02-15 22:22:44','2021-02-15 14:22:44'),(101885,36873,'action created','2021-02-15 22:22:44','2021-02-15 14:22:44'),(101886,36873,'action started via WP Cron','2021-02-15 22:26:15','2021-02-15 14:26:15'),(101887,36873,'action complete via WP Cron','2021-02-15 22:26:15','2021-02-15 14:26:15'),(101888,36874,'action created','2021-02-15 22:26:15','2021-02-15 14:26:15'),(101889,36874,'action started via WP Cron','2021-02-15 22:29:59','2021-02-15 14:29:59'),(101890,36874,'action complete via WP Cron','2021-02-15 22:29:59','2021-02-15 14:29:59'),(101891,36875,'action created','2021-02-15 22:29:59','2021-02-15 14:29:59'),(101892,36875,'action started via WP Cron','2021-02-15 22:30:42','2021-02-15 14:30:42'),(101893,36875,'action complete via WP Cron','2021-02-15 22:30:42','2021-02-15 14:30:42'),(101894,36876,'action created','2021-02-15 22:30:42','2021-02-15 14:30:42'),(101895,36876,'action started via WP Cron','2021-02-15 22:32:50','2021-02-15 14:32:50'),(101896,36876,'action complete via WP Cron','2021-02-15 22:32:50','2021-02-15 14:32:50'),(101897,36877,'action created','2021-02-15 22:32:50','2021-02-15 14:32:50'),(101898,36877,'action started via WP Cron','2021-02-15 22:35:20','2021-02-15 14:35:20'),(101899,36877,'action complete via WP Cron','2021-02-15 22:35:20','2021-02-15 14:35:20'),(101900,36878,'action created','2021-02-15 22:35:20','2021-02-15 14:35:20'),(101901,36878,'action started via WP Cron','2021-02-15 22:37:20','2021-02-15 14:37:20'),(101902,36878,'action complete via WP Cron','2021-02-15 22:37:20','2021-02-15 14:37:20'),(101903,36879,'action created','2021-02-15 22:37:20','2021-02-15 14:37:20'),(101904,36879,'action started via WP Cron','2021-02-15 22:37:56','2021-02-15 14:37:56'),(101905,36879,'action complete via WP Cron','2021-02-15 22:37:56','2021-02-15 14:37:56'),(101906,36880,'action created','2021-02-15 22:37:56','2021-02-15 14:37:56'),(101907,36880,'action started via WP Cron','2021-02-15 22:38:57','2021-02-15 14:38:57'),(101908,36880,'action complete via WP Cron','2021-02-15 22:38:57','2021-02-15 14:38:57'),(101909,36881,'action created','2021-02-15 22:38:57','2021-02-15 14:38:57'),(101910,36881,'action started via WP Cron','2021-02-15 22:40:59','2021-02-15 14:40:59'),(101911,36881,'action complete via WP Cron','2021-02-15 22:40:59','2021-02-15 14:40:59'),(101912,36882,'action created','2021-02-15 22:40:59','2021-02-15 14:40:59'),(101913,36882,'action started via WP Cron','2021-02-15 22:42:00','2021-02-15 14:42:00'),(101914,36882,'action complete via WP Cron','2021-02-15 22:42:00','2021-02-15 14:42:00'),(101915,36883,'action created','2021-02-15 22:42:00','2021-02-15 14:42:00'),(101916,36883,'action started via WP Cron','2021-02-15 22:43:01','2021-02-15 14:43:01'),(101917,36883,'action complete via WP Cron','2021-02-15 22:43:01','2021-02-15 14:43:01'),(101918,36884,'action created','2021-02-15 22:43:01','2021-02-15 14:43:01'),(101919,36884,'action started via WP Cron','2021-02-15 22:45:11','2021-02-15 14:45:11'),(101920,36884,'action complete via WP Cron','2021-02-15 22:45:11','2021-02-15 14:45:11'),(101921,36885,'action created','2021-02-15 22:45:12','2021-02-15 14:45:12'),(101922,36885,'action started via WP Cron','2021-02-15 22:46:07','2021-02-15 14:46:07'),(101923,36885,'action complete via WP Cron','2021-02-15 22:46:07','2021-02-15 14:46:07'),(101924,36886,'action created','2021-02-15 22:46:07','2021-02-15 14:46:07'),(101925,36886,'action started via WP Cron','2021-02-15 22:52:22','2021-02-15 14:52:22'),(101926,36886,'action complete via WP Cron','2021-02-15 22:52:22','2021-02-15 14:52:22'),(101927,36887,'action created','2021-02-15 22:52:22','2021-02-15 14:52:22'),(101928,36887,'action started via WP Cron','2021-02-15 22:55:03','2021-02-15 14:55:03'),(101929,36887,'action complete via WP Cron','2021-02-15 22:55:03','2021-02-15 14:55:03'),(101930,36888,'action created','2021-02-15 22:55:03','2021-02-15 14:55:03'),(101931,36888,'action started via WP Cron','2021-02-15 22:55:48','2021-02-15 14:55:48'),(101932,36888,'action complete via WP Cron','2021-02-15 22:55:48','2021-02-15 14:55:48'),(101933,36889,'action created','2021-02-15 22:55:48','2021-02-15 14:55:48'),(101934,36889,'action started via WP Cron','2021-02-15 22:56:58','2021-02-15 14:56:58'),(101935,36889,'action complete via WP Cron','2021-02-15 22:56:58','2021-02-15 14:56:58'),(101936,36890,'action created','2021-02-15 22:56:58','2021-02-15 14:56:58'),(101937,36890,'action started via WP Cron','2021-02-15 22:57:42','2021-02-15 14:57:42'),(101938,36890,'action complete via WP Cron','2021-02-15 22:57:42','2021-02-15 14:57:42'),(101939,36891,'action created','2021-02-15 22:57:44','2021-02-15 14:57:44'),(101940,36891,'action started via WP Cron','2021-02-15 23:00:00','2021-02-15 15:00:00'),(101941,36891,'action complete via WP Cron','2021-02-15 23:00:00','2021-02-15 15:00:00'),(101942,36892,'action created','2021-02-15 23:00:00','2021-02-15 15:00:00'),(101943,36892,'action started via WP Cron','2021-02-15 23:02:39','2021-02-15 15:02:39'),(101944,36892,'action complete via WP Cron','2021-02-15 23:02:39','2021-02-15 15:02:39'),(101945,36893,'action created','2021-02-15 23:02:39','2021-02-15 15:02:39'),(101946,36893,'action started via WP Cron','2021-02-15 23:04:06','2021-02-15 15:04:06'),(101947,36893,'action complete via WP Cron','2021-02-15 23:04:06','2021-02-15 15:04:06'),(101948,36894,'action created','2021-02-15 23:04:06','2021-02-15 15:04:06'),(101949,36894,'action started via WP Cron','2021-02-15 23:05:33','2021-02-15 15:05:33'),(101950,36894,'action complete via WP Cron','2021-02-15 23:05:33','2021-02-15 15:05:33'),(101951,36895,'action created','2021-02-15 23:05:33','2021-02-15 15:05:33'),(101952,36895,'action started via WP Cron','2021-02-15 23:06:27','2021-02-15 15:06:27'),(101953,36895,'action complete via WP Cron','2021-02-15 23:06:27','2021-02-15 15:06:27'),(101954,36896,'action created','2021-02-15 23:06:27','2021-02-15 15:06:27'),(101955,36896,'action started via WP Cron','2021-02-15 23:14:18','2021-02-15 15:14:18'),(101956,36896,'action complete via WP Cron','2021-02-15 23:14:18','2021-02-15 15:14:18'),(101957,36897,'action created','2021-02-15 23:14:18','2021-02-15 15:14:18'),(101958,36897,'action started via WP Cron','2021-02-15 23:15:50','2021-02-15 15:15:50'),(101959,36897,'action complete via WP Cron','2021-02-15 23:15:50','2021-02-15 15:15:50'),(101960,36898,'action created','2021-02-15 23:15:50','2021-02-15 15:15:50'),(101961,36898,'action started via WP Cron','2021-02-15 23:17:13','2021-02-15 15:17:13'),(101962,36898,'action complete via WP Cron','2021-02-15 23:17:13','2021-02-15 15:17:13'),(101963,36899,'action created','2021-02-15 23:17:13','2021-02-15 15:17:13'),(101964,36899,'action started via WP Cron','2021-02-15 23:18:14','2021-02-15 15:18:14'),(101965,36899,'action complete via WP Cron','2021-02-15 23:18:14','2021-02-15 15:18:14'),(101966,36900,'action created','2021-02-15 23:18:14','2021-02-15 15:18:14'),(101967,36900,'action started via WP Cron','2021-02-15 23:19:15','2021-02-15 15:19:15'),(101968,36900,'action complete via WP Cron','2021-02-15 23:19:15','2021-02-15 15:19:15'),(101969,36901,'action created','2021-02-15 23:19:15','2021-02-15 15:19:15'),(101970,36901,'action started via WP Cron','2021-02-15 23:20:30','2021-02-15 15:20:30'),(101971,36901,'action complete via WP Cron','2021-02-15 23:20:30','2021-02-15 15:20:30'),(101972,36902,'action created','2021-02-15 23:20:30','2021-02-15 15:20:30'),(101973,36902,'action started via WP Cron','2021-02-15 23:21:17','2021-02-15 15:21:17'),(101974,36902,'action complete via WP Cron','2021-02-15 23:21:17','2021-02-15 15:21:17'),(101975,36903,'action created','2021-02-15 23:21:17','2021-02-15 15:21:17'),(101976,36903,'action started via WP Cron','2021-02-15 23:22:18','2021-02-15 15:22:18'),(101977,36903,'action complete via WP Cron','2021-02-15 23:22:18','2021-02-15 15:22:18'),(101978,36904,'action created','2021-02-15 23:22:18','2021-02-15 15:22:18'),(101979,36904,'action started via WP Cron','2021-02-15 23:34:21','2021-02-15 15:34:21'),(101980,36904,'action complete via WP Cron','2021-02-15 23:34:21','2021-02-15 15:34:21'),(101981,36905,'action created','2021-02-15 23:34:21','2021-02-15 15:34:21'),(101982,36905,'action started via WP Cron','2021-02-15 23:43:04','2021-02-15 15:43:04'),(101983,36905,'action complete via WP Cron','2021-02-15 23:43:04','2021-02-15 15:43:04'),(101984,36906,'action created','2021-02-15 23:43:04','2021-02-15 15:43:04'),(101985,36906,'action started via WP Cron','2021-02-15 23:44:04','2021-02-15 15:44:04'),(101986,36906,'action complete via WP Cron','2021-02-15 23:44:04','2021-02-15 15:44:04'),(101987,36907,'action created','2021-02-15 23:44:04','2021-02-15 15:44:04'),(101988,36907,'action started via WP Cron','2021-02-15 23:46:06','2021-02-15 15:46:06'),(101989,36907,'action complete via WP Cron','2021-02-15 23:46:06','2021-02-15 15:46:06'),(101990,36908,'action created','2021-02-15 23:46:06','2021-02-15 15:46:06'),(101991,36908,'action started via WP Cron','2021-02-15 23:47:07','2021-02-15 15:47:07'),(101992,36908,'action complete via WP Cron','2021-02-15 23:47:07','2021-02-15 15:47:07'),(101993,36909,'action created','2021-02-15 23:47:07','2021-02-15 15:47:07'),(101994,36909,'action started via WP Cron','2021-02-15 23:48:08','2021-02-15 15:48:08'),(101995,36909,'action complete via WP Cron','2021-02-15 23:48:08','2021-02-15 15:48:08'),(101996,36910,'action created','2021-02-15 23:48:08','2021-02-15 15:48:08'),(101997,36910,'action started via WP Cron','2021-02-16 00:00:57','2021-02-15 16:00:57'),(101998,36910,'action complete via WP Cron','2021-02-16 00:00:57','2021-02-15 16:00:57'),(101999,36911,'action created','2021-02-16 00:00:57','2021-02-15 16:00:57'),(102000,36911,'action started via WP Cron','2021-02-16 00:05:40','2021-02-15 16:05:40'),(102001,36911,'action complete via WP Cron','2021-02-16 00:05:40','2021-02-15 16:05:40'),(102002,36912,'action created','2021-02-16 00:05:40','2021-02-15 16:05:40'),(102003,36912,'action started via WP Cron','2021-02-16 00:07:05','2021-02-15 16:07:05'),(102004,36912,'action complete via WP Cron','2021-02-16 00:07:05','2021-02-15 16:07:05'),(102005,36913,'action created','2021-02-16 00:07:05','2021-02-15 16:07:05'),(102006,36913,'action started via WP Cron','2021-02-16 00:08:38','2021-02-15 16:08:38'),(102007,36913,'action complete via WP Cron','2021-02-16 00:08:38','2021-02-15 16:08:38'),(102008,36914,'action created','2021-02-16 00:08:38','2021-02-15 16:08:38'),(102009,36914,'action started via WP Cron','2021-02-16 00:16:51','2021-02-15 16:16:51'),(102010,36914,'action complete via WP Cron','2021-02-16 00:16:51','2021-02-15 16:16:51'),(102011,36915,'action created','2021-02-16 00:16:51','2021-02-15 16:16:51'),(102012,36915,'action started via WP Cron','2021-02-16 00:18:08','2021-02-15 16:18:08'),(102013,36915,'action complete via WP Cron','2021-02-16 00:18:08','2021-02-15 16:18:08'),(102014,36916,'action created','2021-02-16 00:18:08','2021-02-15 16:18:08'),(102015,36916,'action started via WP Cron','2021-02-16 00:24:03','2021-02-15 16:24:03'),(102016,36916,'action complete via WP Cron','2021-02-16 00:24:03','2021-02-15 16:24:03'),(102017,36917,'action created','2021-02-16 00:24:03','2021-02-15 16:24:03'),(102018,36917,'action started via WP Cron','2021-02-16 00:25:05','2021-02-15 16:25:05'),(102019,36917,'action complete via WP Cron','2021-02-16 00:25:05','2021-02-15 16:25:05'),(102020,36918,'action created','2021-02-16 00:25:05','2021-02-15 16:25:05'),(102021,36918,'action started via WP Cron','2021-02-16 00:37:45','2021-02-15 16:37:45'),(102022,36918,'action complete via WP Cron','2021-02-16 00:37:46','2021-02-15 16:37:46'),(102023,36919,'action created','2021-02-16 00:37:46','2021-02-15 16:37:46'),(102024,36919,'action started via WP Cron','2021-02-16 00:40:00','2021-02-15 16:40:00'),(102025,36919,'action complete via WP Cron','2021-02-16 00:40:00','2021-02-15 16:40:00'),(102026,36920,'action created','2021-02-16 00:40:00','2021-02-15 16:40:00'),(102027,36920,'action started via WP Cron','2021-02-16 00:48:40','2021-02-15 16:48:40'),(102028,36920,'action complete via WP Cron','2021-02-16 00:48:40','2021-02-15 16:48:40'),(102029,36921,'action created','2021-02-16 00:48:40','2021-02-15 16:48:40'),(102030,36921,'action started via WP Cron','2021-02-16 00:49:46','2021-02-15 16:49:46'),(102031,36921,'action complete via WP Cron','2021-02-16 00:49:46','2021-02-15 16:49:46'),(102032,36922,'action created','2021-02-16 00:49:46','2021-02-15 16:49:46'),(102033,36922,'action started via WP Cron','2021-02-16 00:50:47','2021-02-15 16:50:47'),(102034,36922,'action complete via WP Cron','2021-02-16 00:50:47','2021-02-15 16:50:47'),(102035,36923,'action created','2021-02-16 00:50:47','2021-02-15 16:50:47'),(102036,36923,'action started via WP Cron','2021-02-16 00:52:49','2021-02-15 16:52:49'),(102037,36923,'action complete via WP Cron','2021-02-16 00:52:49','2021-02-15 16:52:49'),(102038,36924,'action created','2021-02-16 00:52:49','2021-02-15 16:52:49'),(102039,36924,'action started via WP Cron','2021-02-16 00:53:50','2021-02-15 16:53:50'),(102040,36924,'action complete via WP Cron','2021-02-16 00:53:50','2021-02-15 16:53:50'),(102041,36925,'action created','2021-02-16 00:53:50','2021-02-15 16:53:50'),(102042,36925,'action started via WP Cron','2021-02-16 00:54:51','2021-02-15 16:54:51'),(102043,36925,'action complete via WP Cron','2021-02-16 00:54:51','2021-02-15 16:54:51'),(102044,36926,'action created','2021-02-16 00:54:51','2021-02-15 16:54:51'),(102045,36926,'action started via WP Cron','2021-02-16 01:02:13','2021-02-15 17:02:13'),(102046,36926,'action complete via WP Cron','2021-02-16 01:02:13','2021-02-15 17:02:13'),(102047,36927,'action created','2021-02-16 01:02:14','2021-02-15 17:02:14'),(102048,36927,'action started via WP Cron','2021-02-16 01:05:24','2021-02-15 17:05:24'),(102049,36927,'action complete via WP Cron','2021-02-16 01:05:24','2021-02-15 17:05:24'),(102050,36928,'action created','2021-02-16 01:05:24','2021-02-15 17:05:24'),(102051,36928,'action started via WP Cron','2021-02-16 01:07:46','2021-02-15 17:07:46'),(102052,36928,'action complete via WP Cron','2021-02-16 01:07:46','2021-02-15 17:07:46'),(102053,36929,'action created','2021-02-16 01:07:46','2021-02-15 17:07:46'),(102054,36929,'action started via WP Cron','2021-02-16 01:14:01','2021-02-15 17:14:01'),(102055,36929,'action complete via WP Cron','2021-02-16 01:14:01','2021-02-15 17:14:01'),(102056,36930,'action created','2021-02-16 01:14:01','2021-02-15 17:14:01'),(102057,36930,'action started via WP Cron','2021-02-16 01:14:42','2021-02-15 17:14:42'),(102058,36930,'action complete via WP Cron','2021-02-16 01:14:42','2021-02-15 17:14:42'),(102059,36931,'action created','2021-02-16 01:14:42','2021-02-15 17:14:42'),(102060,36931,'action started via WP Cron','2021-02-16 01:16:12','2021-02-15 17:16:12'),(102061,36931,'action complete via WP Cron','2021-02-16 01:16:12','2021-02-15 17:16:12'),(102062,36932,'action created','2021-02-16 01:16:12','2021-02-15 17:16:12'),(102063,36932,'action started via WP Cron','2021-02-16 01:26:07','2021-02-15 17:26:07'),(102064,36932,'action complete via WP Cron','2021-02-16 01:26:07','2021-02-15 17:26:07'),(102065,36933,'action created','2021-02-16 01:26:07','2021-02-15 17:26:07'),(102066,36933,'action started via WP Cron','2021-02-16 01:27:37','2021-02-15 17:27:37'),(102067,36933,'action complete via WP Cron','2021-02-16 01:27:37','2021-02-15 17:27:37'),(102068,36934,'action created','2021-02-16 01:27:37','2021-02-15 17:27:37'),(102069,36934,'action started via WP Cron','2021-02-16 01:46:35','2021-02-15 17:46:35'),(102070,36934,'action complete via WP Cron','2021-02-16 01:46:35','2021-02-15 17:46:35'),(102071,36935,'action created','2021-02-16 01:46:35','2021-02-15 17:46:35'),(102072,36935,'action started via WP Cron','2021-02-16 01:47:38','2021-02-15 17:47:38'),(102073,36935,'action complete via WP Cron','2021-02-16 01:47:38','2021-02-15 17:47:38'),(102074,36936,'action created','2021-02-16 01:47:38','2021-02-15 17:47:38'),(102075,36936,'action started via WP Cron','2021-02-16 01:49:40','2021-02-15 17:49:40'),(102076,36936,'action complete via WP Cron','2021-02-16 01:49:40','2021-02-15 17:49:40'),(102077,36937,'action created','2021-02-16 01:49:40','2021-02-15 17:49:40'),(102078,36937,'action started via WP Cron','2021-02-16 01:50:40','2021-02-15 17:50:40'),(102079,36937,'action complete via WP Cron','2021-02-16 01:50:40','2021-02-15 17:50:40'),(102080,36938,'action created','2021-02-16 01:50:40','2021-02-15 17:50:40'),(102081,36938,'action started via WP Cron','2021-02-16 01:51:41','2021-02-15 17:51:41'),(102082,36938,'action complete via WP Cron','2021-02-16 01:51:41','2021-02-15 17:51:41'),(102083,36939,'action created','2021-02-16 01:51:41','2021-02-15 17:51:41'),(102084,36939,'action started via WP Cron','2021-02-16 01:54:59','2021-02-15 17:54:59'),(102085,36939,'action complete via WP Cron','2021-02-16 01:54:59','2021-02-15 17:54:59'),(102086,36940,'action created','2021-02-16 01:54:59','2021-02-15 17:54:59'),(102087,36940,'action started via WP Cron','2021-02-16 01:56:00','2021-02-15 17:56:00'),(102088,36940,'action complete via WP Cron','2021-02-16 01:56:00','2021-02-15 17:56:00'),(102089,36941,'action created','2021-02-16 01:56:00','2021-02-15 17:56:00'),(102090,36941,'action started via WP Cron','2021-02-16 01:57:02','2021-02-15 17:57:02'),(102091,36941,'action complete via WP Cron','2021-02-16 01:57:02','2021-02-15 17:57:02'),(102092,36942,'action created','2021-02-16 01:57:02','2021-02-15 17:57:02'),(102093,36942,'action started via WP Cron','2021-02-16 01:59:25','2021-02-15 17:59:25'),(102094,36942,'action complete via WP Cron','2021-02-16 01:59:25','2021-02-15 17:59:25'),(102095,36943,'action created','2021-02-16 01:59:25','2021-02-15 17:59:25'),(102096,36943,'action started via WP Cron','2021-02-16 02:01:11','2021-02-15 18:01:11'),(102097,36943,'action complete via WP Cron','2021-02-16 02:01:11','2021-02-15 18:01:11'),(102098,36944,'action created','2021-02-16 02:01:12','2021-02-15 18:01:12'),(102099,36944,'action started via WP Cron','2021-02-16 02:02:00','2021-02-15 18:02:00'),(102100,36944,'action complete via WP Cron','2021-02-16 02:02:00','2021-02-15 18:02:00'),(102101,36945,'action created','2021-02-16 02:02:00','2021-02-15 18:02:00'),(102102,36945,'action started via WP Cron','2021-02-16 02:04:44','2021-02-15 18:04:44'),(102103,36945,'action complete via WP Cron','2021-02-16 02:04:44','2021-02-15 18:04:44'),(102104,36946,'action created','2021-02-16 02:04:44','2021-02-15 18:04:44'),(102105,36946,'action started via WP Cron','2021-02-16 02:05:45','2021-02-15 18:05:45'),(102106,36946,'action complete via WP Cron','2021-02-16 02:05:45','2021-02-15 18:05:45'),(102107,36947,'action created','2021-02-16 02:05:45','2021-02-15 18:05:45'),(102108,36947,'action started via WP Cron','2021-02-16 02:06:45','2021-02-15 18:06:45'),(102109,36947,'action complete via WP Cron','2021-02-16 02:06:45','2021-02-15 18:06:45'),(102110,36948,'action created','2021-02-16 02:06:45','2021-02-15 18:06:45'),(102111,36948,'action started via WP Cron','2021-02-16 02:08:47','2021-02-15 18:08:47'),(102112,36948,'action complete via WP Cron','2021-02-16 02:08:47','2021-02-15 18:08:47'),(102113,36949,'action created','2021-02-16 02:08:47','2021-02-15 18:08:47'),(102114,36949,'action started via WP Cron','2021-02-16 02:09:48','2021-02-15 18:09:48'),(102115,36949,'action complete via WP Cron','2021-02-16 02:09:48','2021-02-15 18:09:48'),(102116,36950,'action created','2021-02-16 02:09:48','2021-02-15 18:09:48'),(102117,36950,'action started via WP Cron','2021-02-16 02:10:49','2021-02-15 18:10:49'),(102118,36950,'action complete via WP Cron','2021-02-16 02:10:49','2021-02-15 18:10:49'),(102119,36951,'action created','2021-02-16 02:10:49','2021-02-15 18:10:49'),(102120,36951,'action started via WP Cron','2021-02-16 02:11:41','2021-02-15 18:11:41'),(102121,36951,'action complete via WP Cron','2021-02-16 02:11:41','2021-02-15 18:11:41'),(102122,36952,'action created','2021-02-16 02:11:41','2021-02-15 18:11:41'),(102123,36952,'action started via WP Cron','2021-02-16 02:12:52','2021-02-15 18:12:52'),(102124,36952,'action complete via WP Cron','2021-02-16 02:12:52','2021-02-15 18:12:52'),(102125,36953,'action created','2021-02-16 02:12:52','2021-02-15 18:12:52'),(102126,36953,'action started via WP Cron','2021-02-16 02:13:43','2021-02-15 18:13:43'),(102127,36953,'action complete via WP Cron','2021-02-16 02:13:43','2021-02-15 18:13:43'),(102128,36954,'action created','2021-02-16 02:13:43','2021-02-15 18:13:43'),(102129,36954,'action started via WP Cron','2021-02-16 02:15:00','2021-02-15 18:15:00'),(102130,36954,'action complete via WP Cron','2021-02-16 02:15:00','2021-02-15 18:15:00'),(102131,36955,'action created','2021-02-16 02:15:01','2021-02-15 18:15:01'),(102132,36955,'action started via WP Cron','2021-02-16 02:15:59','2021-02-15 18:15:59'),(102133,36955,'action complete via WP Cron','2021-02-16 02:15:59','2021-02-15 18:15:59'),(102134,36956,'action created','2021-02-16 02:15:59','2021-02-15 18:15:59'),(102135,36956,'action started via WP Cron','2021-02-16 02:16:58','2021-02-15 18:16:58'),(102136,36956,'action complete via WP Cron','2021-02-16 02:16:58','2021-02-15 18:16:58'),(102137,36957,'action created','2021-02-16 02:16:58','2021-02-15 18:16:58'),(102138,36957,'action started via WP Cron','2021-02-16 02:17:51','2021-02-15 18:17:51'),(102139,36957,'action complete via WP Cron','2021-02-16 02:17:51','2021-02-15 18:17:51'),(102140,36958,'action created','2021-02-16 02:17:51','2021-02-15 18:17:51'),(102141,36958,'action started via WP Cron','2021-02-16 02:18:43','2021-02-15 18:18:43'),(102142,36958,'action complete via WP Cron','2021-02-16 02:18:43','2021-02-15 18:18:43'),(102143,36959,'action created','2021-02-16 02:18:44','2021-02-15 18:18:44'),(102144,36959,'action started via WP Cron','2021-02-16 02:20:03','2021-02-15 18:20:03'),(102145,36959,'action complete via WP Cron','2021-02-16 02:20:03','2021-02-15 18:20:03'),(102146,36960,'action created','2021-02-16 02:20:03','2021-02-15 18:20:03'),(102147,36960,'action started via WP Cron','2021-02-16 02:20:53','2021-02-15 18:20:53'),(102148,36960,'action complete via WP Cron','2021-02-16 02:20:53','2021-02-15 18:20:53'),(102149,36961,'action created','2021-02-16 02:20:53','2021-02-15 18:20:53'),(102150,36961,'action started via WP Cron','2021-02-16 02:21:41','2021-02-15 18:21:41'),(102151,36961,'action complete via WP Cron','2021-02-16 02:21:41','2021-02-15 18:21:41'),(102152,36962,'action created','2021-02-16 02:21:41','2021-02-15 18:21:41'),(102153,36962,'action started via WP Cron','2021-02-16 02:22:49','2021-02-15 18:22:49'),(102154,36962,'action complete via WP Cron','2021-02-16 02:22:49','2021-02-15 18:22:49'),(102155,36963,'action created','2021-02-16 02:22:50','2021-02-15 18:22:50'),(102156,36963,'action started via WP Cron','2021-02-16 02:23:44','2021-02-15 18:23:44'),(102157,36963,'action complete via WP Cron','2021-02-16 02:23:44','2021-02-15 18:23:44'),(102158,36964,'action created','2021-02-16 02:23:44','2021-02-15 18:23:44'),(102159,36964,'action started via WP Cron','2021-02-16 02:24:45','2021-02-15 18:24:45'),(102160,36964,'action complete via WP Cron','2021-02-16 02:24:45','2021-02-15 18:24:45'),(102161,36965,'action created','2021-02-16 02:24:45','2021-02-15 18:24:45'),(102162,36965,'action started via WP Cron','2021-02-16 02:25:49','2021-02-15 18:25:49'),(102163,36965,'action complete via WP Cron','2021-02-16 02:25:49','2021-02-15 18:25:49'),(102164,36966,'action created','2021-02-16 02:25:49','2021-02-15 18:25:49'),(102165,36966,'action started via WP Cron','2021-02-16 02:26:51','2021-02-15 18:26:51'),(102166,36966,'action complete via WP Cron','2021-02-16 02:26:51','2021-02-15 18:26:51'),(102167,36967,'action created','2021-02-16 02:26:51','2021-02-15 18:26:51'),(102168,36967,'action started via WP Cron','2021-02-16 02:27:54','2021-02-15 18:27:54'),(102169,36967,'action complete via WP Cron','2021-02-16 02:27:54','2021-02-15 18:27:54'),(102170,36968,'action created','2021-02-16 02:27:54','2021-02-15 18:27:54'),(102171,36968,'action started via WP Cron','2021-02-16 02:28:56','2021-02-15 18:28:56'),(102172,36968,'action complete via WP Cron','2021-02-16 02:28:56','2021-02-15 18:28:56'),(102173,36969,'action created','2021-02-16 02:28:56','2021-02-15 18:28:56'),(102174,36969,'action started via WP Cron','2021-02-16 02:29:51','2021-02-15 18:29:51'),(102175,36969,'action complete via WP Cron','2021-02-16 02:29:51','2021-02-15 18:29:51'),(102176,36970,'action created','2021-02-16 02:29:52','2021-02-15 18:29:52'),(102177,36970,'action started via WP Cron','2021-02-16 02:30:41','2021-02-15 18:30:41'),(102178,36970,'action complete via WP Cron','2021-02-16 02:30:41','2021-02-15 18:30:41'),(102179,36971,'action created','2021-02-16 02:30:41','2021-02-15 18:30:41'),(102180,36971,'action started via WP Cron','2021-02-16 02:31:48','2021-02-15 18:31:48'),(102181,36971,'action complete via WP Cron','2021-02-16 02:31:48','2021-02-15 18:31:48'),(102182,36972,'action created','2021-02-16 02:31:48','2021-02-15 18:31:48'),(102183,36972,'action started via WP Cron','2021-02-16 02:32:51','2021-02-15 18:32:51'),(102184,36972,'action complete via WP Cron','2021-02-16 02:32:51','2021-02-15 18:32:51'),(102185,36973,'action created','2021-02-16 02:32:51','2021-02-15 18:32:51'),(102186,36973,'action started via WP Cron','2021-02-16 02:33:55','2021-02-15 18:33:55'),(102187,36973,'action complete via WP Cron','2021-02-16 02:33:55','2021-02-15 18:33:55'),(102188,36974,'action created','2021-02-16 02:33:55','2021-02-15 18:33:55'),(102189,36974,'action started via WP Cron','2021-02-16 02:34:48','2021-02-15 18:34:48'),(102190,36974,'action complete via WP Cron','2021-02-16 02:34:48','2021-02-15 18:34:48'),(102191,36975,'action created','2021-02-16 02:34:48','2021-02-15 18:34:48'),(102192,36975,'action started via WP Cron','2021-02-16 02:35:42','2021-02-15 18:35:42'),(102193,36975,'action complete via WP Cron','2021-02-16 02:35:42','2021-02-15 18:35:42'),(102194,36976,'action created','2021-02-16 02:35:42','2021-02-15 18:35:42'),(102195,36976,'action started via WP Cron','2021-02-16 02:36:47','2021-02-15 18:36:47'),(102196,36976,'action complete via WP Cron','2021-02-16 02:36:47','2021-02-15 18:36:47'),(102197,36977,'action created','2021-02-16 02:36:47','2021-02-15 18:36:47'),(102198,36977,'action started via WP Cron','2021-02-16 02:37:56','2021-02-15 18:37:56'),(102199,36977,'action complete via WP Cron','2021-02-16 02:37:56','2021-02-15 18:37:56'),(102200,36978,'action created','2021-02-16 02:37:56','2021-02-15 18:37:56'),(102201,36978,'action started via WP Cron','2021-02-16 02:38:58','2021-02-15 18:38:58'),(102202,36978,'action complete via WP Cron','2021-02-16 02:38:58','2021-02-15 18:38:58'),(102203,36979,'action created','2021-02-16 02:38:58','2021-02-15 18:38:58'),(102204,36979,'action started via WP Cron','2021-02-16 02:39:59','2021-02-15 18:39:59'),(102205,36979,'action complete via WP Cron','2021-02-16 02:39:59','2021-02-15 18:39:59'),(102206,36980,'action created','2021-02-16 02:39:59','2021-02-15 18:39:59'),(102207,36980,'action started via WP Cron','2021-02-16 02:40:52','2021-02-15 18:40:52'),(102208,36980,'action complete via WP Cron','2021-02-16 02:40:52','2021-02-15 18:40:52'),(102209,36981,'action created','2021-02-16 02:40:53','2021-02-15 18:40:53'),(102210,36981,'action started via WP Cron','2021-02-16 02:41:41','2021-02-15 18:41:41'),(102211,36981,'action complete via WP Cron','2021-02-16 02:41:41','2021-02-15 18:41:41'),(102212,36982,'action created','2021-02-16 02:41:41','2021-02-15 18:41:41'),(102213,36982,'action started via WP Cron','2021-02-16 02:42:50','2021-02-15 18:42:50'),(102214,36982,'action complete via WP Cron','2021-02-16 02:42:50','2021-02-15 18:42:50'),(102215,36983,'action created','2021-02-16 02:42:50','2021-02-15 18:42:50'),(102216,36983,'action started via WP Cron','2021-02-16 02:43:41','2021-02-15 18:43:41'),(102217,36983,'action complete via WP Cron','2021-02-16 02:43:41','2021-02-15 18:43:41'),(102218,36984,'action created','2021-02-16 02:43:41','2021-02-15 18:43:41'),(102219,36984,'action started via WP Cron','2021-02-16 02:44:51','2021-02-15 18:44:51'),(102220,36984,'action complete via WP Cron','2021-02-16 02:44:51','2021-02-15 18:44:51'),(102221,36985,'action created','2021-02-16 02:44:51','2021-02-15 18:44:51'),(102222,36985,'action started via WP Cron','2021-02-16 02:51:52','2021-02-15 18:51:52'),(102223,36985,'action complete via WP Cron','2021-02-16 02:51:52','2021-02-15 18:51:52'),(102224,36986,'action created','2021-02-16 02:51:52','2021-02-15 18:51:52'),(102225,36986,'action started via WP Cron','2021-02-16 02:54:15','2021-02-15 18:54:15'),(102226,36986,'action complete via WP Cron','2021-02-16 02:54:15','2021-02-15 18:54:15'),(102227,36987,'action created','2021-02-16 02:54:15','2021-02-15 18:54:15'),(102228,36987,'action started via WP Cron','2021-02-16 02:55:23','2021-02-15 18:55:23'),(102229,36987,'action complete via WP Cron','2021-02-16 02:55:23','2021-02-15 18:55:23'),(102230,36988,'action created','2021-02-16 02:55:23','2021-02-15 18:55:23'),(102231,36988,'action started via WP Cron','2021-02-16 02:57:24','2021-02-15 18:57:24'),(102232,36988,'action complete via WP Cron','2021-02-16 02:57:24','2021-02-15 18:57:24'),(102233,36989,'action created','2021-02-16 02:57:24','2021-02-15 18:57:24'),(102234,36989,'action started via WP Cron','2021-02-16 02:58:25','2021-02-15 18:58:25'),(102235,36989,'action complete via WP Cron','2021-02-16 02:58:25','2021-02-15 18:58:25'),(102236,36990,'action created','2021-02-16 02:58:25','2021-02-15 18:58:25'),(102237,36990,'action started via WP Cron','2021-02-16 02:58:41','2021-02-15 18:58:41'),(102238,36990,'action complete via WP Cron','2021-02-16 02:58:41','2021-02-15 18:58:41'),(102239,36991,'action created','2021-02-16 02:58:41','2021-02-15 18:58:41'),(102240,36991,'action started via WP Cron','2021-02-16 03:00:57','2021-02-15 19:00:57'),(102241,36991,'action complete via WP Cron','2021-02-16 03:00:57','2021-02-15 19:00:57'),(102242,36992,'action created','2021-02-16 03:00:57','2021-02-15 19:00:57'),(102243,36992,'action started via WP Cron','2021-02-16 03:01:46','2021-02-15 19:01:46'),(102244,36992,'action complete via WP Cron','2021-02-16 03:01:46','2021-02-15 19:01:46'),(102245,36993,'action created','2021-02-16 03:01:46','2021-02-15 19:01:46'),(102246,36993,'action started via WP Cron','2021-02-16 03:05:42','2021-02-15 19:05:42'),(102247,36993,'action complete via WP Cron','2021-02-16 03:05:42','2021-02-15 19:05:42'),(102248,36994,'action created','2021-02-16 03:05:42','2021-02-15 19:05:42'),(102249,36994,'action started via WP Cron','2021-02-16 03:10:56','2021-02-15 19:10:56'),(102250,36994,'action complete via WP Cron','2021-02-16 03:10:56','2021-02-15 19:10:56'),(102251,36995,'action created','2021-02-16 03:10:56','2021-02-15 19:10:56'),(102252,36995,'action started via WP Cron','2021-02-16 03:17:35','2021-02-15 19:17:35'),(102253,36995,'action complete via WP Cron','2021-02-16 03:17:35','2021-02-15 19:17:35'),(102254,36996,'action created','2021-02-16 03:17:36','2021-02-15 19:17:36'),(102255,36996,'action started via WP Cron','2021-02-16 03:25:09','2021-02-15 19:25:09'),(102256,36996,'action complete via WP Cron','2021-02-16 03:25:09','2021-02-15 19:25:09'),(102257,36997,'action created','2021-02-16 03:25:09','2021-02-15 19:25:09'),(102258,36997,'action started via WP Cron','2021-02-16 03:26:15','2021-02-15 19:26:15'),(102259,36997,'action complete via WP Cron','2021-02-16 03:26:15','2021-02-15 19:26:15'),(102260,36998,'action created','2021-02-16 03:26:15','2021-02-15 19:26:15'),(102261,36998,'action started via WP Cron','2021-02-16 03:27:16','2021-02-15 19:27:16'),(102262,36998,'action complete via WP Cron','2021-02-16 03:27:16','2021-02-15 19:27:16'),(102263,36999,'action created','2021-02-16 03:27:16','2021-02-15 19:27:16'),(102264,36999,'action started via WP Cron','2021-02-16 03:28:17','2021-02-15 19:28:17'),(102265,36999,'action complete via WP Cron','2021-02-16 03:28:17','2021-02-15 19:28:17'),(102266,37000,'action created','2021-02-16 03:28:17','2021-02-15 19:28:17'),(102267,37000,'action started via WP Cron','2021-02-16 03:30:10','2021-02-15 19:30:10'),(102268,37000,'action complete via WP Cron','2021-02-16 03:30:10','2021-02-15 19:30:10'),(102269,37001,'action created','2021-02-16 03:30:10','2021-02-15 19:30:10'),(102270,37001,'action started via WP Cron','2021-02-16 03:34:18','2021-02-15 19:34:18'),(102271,37001,'action complete via WP Cron','2021-02-16 03:34:18','2021-02-15 19:34:18'),(102272,37002,'action created','2021-02-16 03:34:19','2021-02-15 19:34:19'),(102273,37002,'action started via WP Cron','2021-02-16 03:36:10','2021-02-15 19:36:10'),(102274,37002,'action complete via WP Cron','2021-02-16 03:36:10','2021-02-15 19:36:10'),(102275,37003,'action created','2021-02-16 03:36:10','2021-02-15 19:36:10'),(102276,37003,'action started via WP Cron','2021-02-16 03:40:12','2021-02-15 19:40:12'),(102277,37003,'action complete via WP Cron','2021-02-16 03:40:12','2021-02-15 19:40:12'),(102278,37004,'action created','2021-02-16 03:40:12','2021-02-15 19:40:12'),(102279,37004,'action started via WP Cron','2021-02-16 03:41:44','2021-02-15 19:41:44'),(102280,37004,'action complete via WP Cron','2021-02-16 03:41:44','2021-02-15 19:41:44'),(102281,37005,'action created','2021-02-16 03:41:44','2021-02-15 19:41:44'),(102282,37005,'action started via WP Cron','2021-02-16 03:48:58','2021-02-15 19:48:58'),(102283,37005,'action complete via WP Cron','2021-02-16 03:48:58','2021-02-15 19:48:58'),(102284,37006,'action created','2021-02-16 03:48:58','2021-02-15 19:48:58'),(102285,37006,'action started via WP Cron','2021-02-16 03:59:30','2021-02-15 19:59:30'),(102286,37006,'action complete via WP Cron','2021-02-16 03:59:30','2021-02-15 19:59:30'),(102287,37007,'action created','2021-02-16 03:59:30','2021-02-15 19:59:30'),(102288,37007,'action started via WP Cron','2021-02-16 04:00:28','2021-02-15 20:00:28'),(102289,37007,'action complete via WP Cron','2021-02-16 04:00:28','2021-02-15 20:00:28'),(102290,37008,'action created','2021-02-16 04:00:28','2021-02-15 20:00:28'),(102291,37008,'action started via WP Cron','2021-02-16 04:01:28','2021-02-15 20:01:28'),(102292,37008,'action complete via WP Cron','2021-02-16 04:01:28','2021-02-15 20:01:28'),(102293,37009,'action created','2021-02-16 04:01:28','2021-02-15 20:01:28'),(102294,37009,'action started via WP Cron','2021-02-16 04:01:50','2021-02-15 20:01:50'),(102295,37009,'action complete via WP Cron','2021-02-16 04:01:50','2021-02-15 20:01:50'),(102296,37010,'action created','2021-02-16 04:01:50','2021-02-15 20:01:50'),(102297,37010,'action started via WP Cron','2021-02-16 04:03:30','2021-02-15 20:03:30'),(102298,37010,'action complete via WP Cron','2021-02-16 04:03:30','2021-02-15 20:03:30'),(102299,37011,'action created','2021-02-16 04:03:31','2021-02-15 20:03:31'),(102300,37011,'action started via WP Cron','2021-02-16 04:04:32','2021-02-15 20:04:32'),(102301,37011,'action complete via WP Cron','2021-02-16 04:04:32','2021-02-15 20:04:32'),(102302,37012,'action created','2021-02-16 04:04:32','2021-02-15 20:04:32'),(102303,37012,'action started via WP Cron','2021-02-16 04:05:33','2021-02-15 20:05:33'),(102304,37012,'action complete via WP Cron','2021-02-16 04:05:33','2021-02-15 20:05:33'),(102305,37013,'action created','2021-02-16 04:05:33','2021-02-15 20:05:33'),(102306,37013,'action started via WP Cron','2021-02-16 04:05:44','2021-02-15 20:05:44'),(102307,37013,'action complete via WP Cron','2021-02-16 04:05:44','2021-02-15 20:05:44'),(102308,37014,'action created','2021-02-16 04:05:44','2021-02-15 20:05:44'),(102309,37014,'action started via WP Cron','2021-02-16 04:13:59','2021-02-15 20:13:59'),(102310,37014,'action complete via WP Cron','2021-02-16 04:13:59','2021-02-15 20:13:59'),(102311,37015,'action created','2021-02-16 04:13:59','2021-02-15 20:13:59'),(102312,37015,'action started via WP Cron','2021-02-16 04:14:48','2021-02-15 20:14:48'),(102313,37015,'action complete via WP Cron','2021-02-16 04:14:48','2021-02-15 20:14:48'),(102314,37016,'action created','2021-02-16 04:17:59','2021-02-15 20:17:59'),(102315,37016,'action started via WP Cron','2021-02-16 04:18:47','2021-02-15 20:18:47'),(102316,37016,'action complete via WP Cron','2021-02-16 04:18:47','2021-02-15 20:18:47'),(102317,37017,'action created','2021-02-16 04:22:03','2021-02-15 20:22:03'),(102318,37017,'action started via WP Cron','2021-02-16 04:26:14','2021-02-15 20:26:14'),(102319,37017,'action complete via WP Cron','2021-02-16 04:26:14','2021-02-15 20:26:14'),(102320,37018,'action created','2021-02-16 04:28:35','2021-02-15 20:28:35'),(102321,37018,'action started via WP Cron','2021-02-16 04:29:48','2021-02-15 20:29:48'),(102322,37018,'action complete via WP Cron','2021-02-16 04:29:48','2021-02-15 20:29:48'),(102323,37019,'action created','2021-02-16 04:30:37','2021-02-15 20:30:37'),(102324,37019,'action started via WP Cron','2021-02-16 04:31:42','2021-02-15 20:31:42'),(102325,37019,'action complete via WP Cron','2021-02-16 04:31:42','2021-02-15 20:31:42'),(102326,37020,'action created','2021-02-16 04:42:26','2021-02-15 20:42:26'),(102327,37020,'action started via WP Cron','2021-02-16 04:42:41','2021-02-15 20:42:41'),(102328,37020,'action complete via WP Cron','2021-02-16 04:42:41','2021-02-15 20:42:41'),(102329,37021,'action created','2021-02-16 04:43:56','2021-02-15 20:43:56'),(102330,37021,'action started via WP Cron','2021-02-16 04:44:42','2021-02-15 20:44:42'),(102331,37021,'action complete via WP Cron','2021-02-16 04:44:42','2021-02-15 20:44:42'),(102332,37022,'action created','2021-02-16 04:45:32','2021-02-15 20:45:32'),(102333,37022,'action started via WP Cron','2021-02-16 04:46:43','2021-02-15 20:46:43'),(102334,37022,'action complete via WP Cron','2021-02-16 04:46:43','2021-02-15 20:46:43'),(102335,37023,'action created','2021-02-16 04:47:35','2021-02-15 20:47:35'),(102336,37023,'action started via WP Cron','2021-02-16 04:48:37','2021-02-15 20:48:37'),(102337,37023,'action complete via WP Cron','2021-02-16 04:48:37','2021-02-15 20:48:37'),(102338,37024,'action created','2021-02-16 04:48:37','2021-02-15 20:48:37'),(102339,37024,'action started via WP Cron','2021-02-16 04:49:14','2021-02-15 20:49:14'),(102340,37024,'action complete via WP Cron','2021-02-16 04:49:14','2021-02-15 20:49:14'),(102341,37025,'action created','2021-02-16 04:49:14','2021-02-15 20:49:14'),(102342,37025,'action started via WP Cron','2021-02-16 04:50:58','2021-02-15 20:50:58'),(102343,37025,'action complete via WP Cron','2021-02-16 04:50:58','2021-02-15 20:50:58'),(102344,37026,'action created','2021-02-16 04:50:58','2021-02-15 20:50:58'),(102345,37026,'action started via WP Cron','2021-02-16 04:51:47','2021-02-15 20:51:47'),(102346,37026,'action complete via WP Cron','2021-02-16 04:51:47','2021-02-15 20:51:47'),(102347,37027,'action created','2021-02-16 04:51:47','2021-02-15 20:51:47'),(102348,37027,'action started via WP Cron','2021-02-16 04:52:47','2021-02-15 20:52:47'),(102349,37027,'action complete via WP Cron','2021-02-16 04:52:47','2021-02-15 20:52:47'),(102350,37028,'action created','2021-02-16 04:52:47','2021-02-15 20:52:47'),(102351,37028,'action started via WP Cron','2021-02-16 04:54:05','2021-02-15 20:54:05'),(102352,37028,'action complete via WP Cron','2021-02-16 04:54:05','2021-02-15 20:54:05'),(102353,37029,'action created','2021-02-16 04:54:05','2021-02-15 20:54:05'),(102354,36438,'action started via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102355,36438,'action complete via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102356,37030,'action created','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102357,36437,'action started via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102358,36437,'action complete via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102359,37031,'action created','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102360,37029,'action started via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102361,37029,'action complete via WP Cron','2021-02-16 04:54:52','2021-02-15 20:54:52'),(102362,37032,'action created','2021-02-16 04:54:53','2021-02-15 20:54:53'),(102363,37032,'action started via WP Cron','2021-02-16 04:55:45','2021-02-15 20:55:45'),(102364,37032,'action complete via WP Cron','2021-02-16 04:55:45','2021-02-15 20:55:45'),(102365,37033,'action created','2021-02-16 04:55:45','2021-02-15 20:55:45'),(102366,37033,'action started via WP Cron','2021-02-16 04:56:43','2021-02-15 20:56:43'),(102367,37033,'action complete via WP Cron','2021-02-16 04:56:43','2021-02-15 20:56:43'),(102368,37034,'action created','2021-02-16 04:56:43','2021-02-15 20:56:43'),(102369,37034,'action started via WP Cron','2021-02-16 04:57:42','2021-02-15 20:57:42'),(102370,37034,'action complete via WP Cron','2021-02-16 04:57:42','2021-02-15 20:57:42'),(102371,37035,'action created','2021-02-16 04:57:42','2021-02-15 20:57:42'),(102372,37035,'action started via WP Cron','2021-02-16 04:59:03','2021-02-15 20:59:03'),(102373,37035,'action complete via WP Cron','2021-02-16 04:59:03','2021-02-15 20:59:03'),(102374,37036,'action created','2021-02-16 04:59:03','2021-02-15 20:59:03'),(102375,37036,'action started via WP Cron','2021-02-16 05:00:06','2021-02-15 21:00:06'),(102376,37036,'action complete via WP Cron','2021-02-16 05:00:06','2021-02-15 21:00:06'),(102377,37037,'action created','2021-02-16 05:00:06','2021-02-15 21:00:06'),(102378,37037,'action started via WP Cron','2021-02-16 05:00:41','2021-02-15 21:00:41'),(102379,37037,'action complete via WP Cron','2021-02-16 05:00:41','2021-02-15 21:00:41'),(102380,37038,'action created','2021-02-16 05:00:42','2021-02-15 21:00:42'),(102381,37038,'action started via WP Cron','2021-02-16 05:01:50','2021-02-15 21:01:50'),(102382,37038,'action complete via WP Cron','2021-02-16 05:01:50','2021-02-15 21:01:50'),(102383,37039,'action created','2021-02-16 05:01:50','2021-02-15 21:01:50'),(102384,37039,'action started via WP Cron','2021-02-16 05:02:43','2021-02-15 21:02:43'),(102385,37039,'action complete via WP Cron','2021-02-16 05:02:43','2021-02-15 21:02:43'),(102386,37040,'action created','2021-02-16 05:02:43','2021-02-15 21:02:43'),(102387,37040,'action started via WP Cron','2021-02-16 05:03:51','2021-02-15 21:03:51'),(102388,37040,'action complete via WP Cron','2021-02-16 05:03:51','2021-02-15 21:03:51'),(102389,37041,'action created','2021-02-16 05:03:51','2021-02-15 21:03:51'),(102390,37041,'action started via WP Cron','2021-02-16 05:04:57','2021-02-15 21:04:57'),(102391,37041,'action complete via WP Cron','2021-02-16 05:04:57','2021-02-15 21:04:57'),(102392,37042,'action created','2021-02-16 05:04:57','2021-02-15 21:04:57'),(102393,37042,'action started via WP Cron','2021-02-16 05:06:10','2021-02-15 21:06:10'),(102394,37042,'action complete via WP Cron','2021-02-16 05:06:10','2021-02-15 21:06:10'),(102395,37043,'action created','2021-02-16 05:06:10','2021-02-15 21:06:10'),(102396,37043,'action started via WP Cron','2021-02-16 05:07:00','2021-02-15 21:07:00'),(102397,37043,'action complete via WP Cron','2021-02-16 05:07:00','2021-02-15 21:07:00'),(102398,37044,'action created','2021-02-16 05:07:00','2021-02-15 21:07:00'),(102399,37044,'action started via WP Cron','2021-02-16 05:07:55','2021-02-15 21:07:55'),(102400,37044,'action complete via WP Cron','2021-02-16 05:07:55','2021-02-15 21:07:55'),(102401,37045,'action created','2021-02-16 05:07:55','2021-02-15 21:07:55'),(102402,37045,'action started via WP Cron','2021-02-16 05:08:46','2021-02-15 21:08:46'),(102403,37045,'action complete via WP Cron','2021-02-16 05:08:46','2021-02-15 21:08:46'),(102404,37046,'action created','2021-02-16 05:08:47','2021-02-15 21:08:47'),(102405,37046,'action started via WP Cron','2021-02-16 05:09:58','2021-02-15 21:09:58'),(102406,37046,'action complete via WP Cron','2021-02-16 05:09:58','2021-02-15 21:09:58'),(102407,37047,'action created','2021-02-16 05:09:58','2021-02-15 21:09:58'),(102408,37047,'action started via WP Cron','2021-02-16 05:10:44','2021-02-15 21:10:44'),(102409,37047,'action complete via WP Cron','2021-02-16 05:10:44','2021-02-15 21:10:44'),(102410,37048,'action created','2021-02-16 05:10:44','2021-02-15 21:10:44'),(102411,37048,'action started via WP Cron','2021-02-16 05:11:59','2021-02-15 21:11:59'),(102412,37048,'action complete via WP Cron','2021-02-16 05:11:59','2021-02-15 21:11:59'),(102413,37049,'action created','2021-02-16 05:11:59','2021-02-15 21:11:59'),(102414,37049,'action started via WP Cron','2021-02-16 05:12:56','2021-02-15 21:12:56'),(102415,37049,'action complete via WP Cron','2021-02-16 05:12:56','2021-02-15 21:12:56'),(102416,37050,'action created','2021-02-16 05:12:56','2021-02-15 21:12:56'),(102417,37050,'action started via WP Cron','2021-02-16 05:13:51','2021-02-15 21:13:51'),(102418,37050,'action complete via WP Cron','2021-02-16 05:13:51','2021-02-15 21:13:51'),(102419,37051,'action created','2021-02-16 05:13:51','2021-02-15 21:13:51'),(102420,37051,'action started via WP Cron','2021-02-16 05:14:43','2021-02-15 21:14:43'),(102421,37051,'action complete via WP Cron','2021-02-16 05:14:43','2021-02-15 21:14:43'),(102422,37052,'action created','2021-02-16 05:14:43','2021-02-15 21:14:43'),(102423,37052,'action started via WP Cron','2021-02-16 05:15:56','2021-02-15 21:15:56'),(102424,37052,'action complete via WP Cron','2021-02-16 05:15:56','2021-02-15 21:15:56'),(102425,37053,'action created','2021-02-16 05:15:56','2021-02-15 21:15:56'),(102426,37053,'action started via WP Cron','2021-02-16 05:16:52','2021-02-15 21:16:52'),(102427,37053,'action complete via WP Cron','2021-02-16 05:16:52','2021-02-15 21:16:52'),(102428,37054,'action created','2021-02-16 05:16:53','2021-02-15 21:16:53'),(102429,37054,'action started via WP Cron','2021-02-16 05:17:55','2021-02-15 21:17:55'),(102430,37054,'action complete via WP Cron','2021-02-16 05:17:55','2021-02-15 21:17:55'),(102431,37055,'action created','2021-02-16 05:17:55','2021-02-15 21:17:55'),(102432,37055,'action started via WP Cron','2021-02-16 05:19:02','2021-02-15 21:19:02'),(102433,37055,'action complete via WP Cron','2021-02-16 05:19:02','2021-02-15 21:19:02'),(102434,37056,'action created','2021-02-16 05:19:02','2021-02-15 21:19:02'),(102435,37056,'action started via WP Cron','2021-02-16 05:19:49','2021-02-15 21:19:49'),(102436,37056,'action complete via WP Cron','2021-02-16 05:19:49','2021-02-15 21:19:49'),(102437,37057,'action created','2021-02-16 05:19:49','2021-02-15 21:19:49'),(102438,37057,'action started via WP Cron','2021-02-16 05:20:44','2021-02-15 21:20:44'),(102439,37057,'action complete via WP Cron','2021-02-16 05:20:44','2021-02-15 21:20:44'),(102440,37058,'action created','2021-02-16 05:20:44','2021-02-15 21:20:44'),(102441,37058,'action started via WP Cron','2021-02-16 05:21:48','2021-02-15 21:21:48'),(102442,37058,'action complete via WP Cron','2021-02-16 05:21:48','2021-02-15 21:21:48'),(102443,37059,'action created','2021-02-16 05:21:48','2021-02-15 21:21:48'),(102444,37059,'action started via WP Cron','2021-02-16 05:22:49','2021-02-15 21:22:49'),(102445,37059,'action complete via WP Cron','2021-02-16 05:22:49','2021-02-15 21:22:49'),(102446,37060,'action created','2021-02-16 05:22:49','2021-02-15 21:22:49'),(102447,37060,'action started via WP Cron','2021-02-16 05:23:41','2021-02-15 21:23:41'),(102448,37060,'action complete via WP Cron','2021-02-16 05:23:41','2021-02-15 21:23:41'),(102449,37061,'action created','2021-02-16 05:23:41','2021-02-15 21:23:41'),(102450,37061,'action started via WP Cron','2021-02-16 05:24:52','2021-02-15 21:24:52'),(102451,37061,'action complete via WP Cron','2021-02-16 05:24:52','2021-02-15 21:24:52'),(102452,37062,'action created','2021-02-16 05:24:52','2021-02-15 21:24:52'),(102453,37062,'action started via WP Cron','2021-02-16 05:27:00','2021-02-15 21:27:00'),(102454,37062,'action complete via WP Cron','2021-02-16 05:27:00','2021-02-15 21:27:00'),(102455,37063,'action created','2021-02-16 05:27:00','2021-02-15 21:27:00'),(102456,37063,'action started via WP Cron','2021-02-16 05:27:43','2021-02-15 21:27:43'),(102457,37063,'action complete via WP Cron','2021-02-16 05:27:43','2021-02-15 21:27:43'),(102458,37064,'action created','2021-02-16 05:27:43','2021-02-15 21:27:43'),(102459,37064,'action started via WP Cron','2021-02-16 05:33:24','2021-02-15 21:33:24'),(102460,37064,'action complete via WP Cron','2021-02-16 05:33:24','2021-02-15 21:33:24'),(102461,37065,'action created','2021-02-16 05:38:28','2021-02-15 21:38:28'),(102462,37065,'action started via WP Cron','2021-02-16 05:49:40','2021-02-15 21:49:40'),(102463,37065,'action complete via WP Cron','2021-02-16 05:49:40','2021-02-15 21:49:40'),(102464,37066,'action created','2021-02-16 05:49:40','2021-02-15 21:49:40'),(102465,37066,'action started via WP Cron','2021-02-16 05:51:39','2021-02-15 21:51:39'),(102466,37066,'action complete via WP Cron','2021-02-16 05:51:39','2021-02-15 21:51:39'),(102467,37067,'action created','2021-02-16 05:51:39','2021-02-15 21:51:39'),(102468,37067,'action started via WP Cron','2021-02-16 05:51:59','2021-02-15 21:51:59'),(102469,37067,'action complete via WP Cron','2021-02-16 05:51:59','2021-02-15 21:51:59'),(102470,37068,'action created','2021-02-16 05:51:59','2021-02-15 21:51:59'),(102471,37068,'action started via WP Cron','2021-02-16 05:53:43','2021-02-15 21:53:43'),(102472,37068,'action complete via WP Cron','2021-02-16 05:53:43','2021-02-15 21:53:43'),(102473,37069,'action created','2021-02-16 05:53:43','2021-02-15 21:53:43'),(102474,37069,'action started via WP Cron','2021-02-16 05:54:42','2021-02-15 21:54:42'),(102475,37069,'action complete via WP Cron','2021-02-16 05:54:42','2021-02-15 21:54:42'),(102476,37070,'action created','2021-02-16 05:54:42','2021-02-15 21:54:42'),(102477,37070,'action started via WP Cron','2021-02-16 05:55:43','2021-02-15 21:55:43'),(102478,37070,'action complete via WP Cron','2021-02-16 05:55:43','2021-02-15 21:55:43'),(102479,37071,'action created','2021-02-16 05:55:43','2021-02-15 21:55:43'),(102480,37071,'action started via WP Cron','2021-02-16 06:00:12','2021-02-15 22:00:12'),(102481,37071,'action complete via WP Cron','2021-02-16 06:00:12','2021-02-15 22:00:12'),(102482,37072,'action created','2021-02-16 06:00:12','2021-02-15 22:00:12'),(102483,37072,'action started via WP Cron','2021-02-16 06:03:19','2021-02-15 22:03:19'),(102484,37072,'action complete via WP Cron','2021-02-16 06:03:19','2021-02-15 22:03:19'),(102485,37073,'action created','2021-02-16 06:03:19','2021-02-15 22:03:19'),(102486,37073,'action started via WP Cron','2021-02-16 06:07:48','2021-02-15 22:07:48'),(102487,37073,'action complete via WP Cron','2021-02-16 06:07:48','2021-02-15 22:07:48'),(102488,37074,'action created','2021-02-16 06:07:48','2021-02-15 22:07:48'),(102489,37074,'action started via WP Cron','2021-02-16 06:10:43','2021-02-15 22:10:43'),(102490,37074,'action complete via WP Cron','2021-02-16 06:10:43','2021-02-15 22:10:43'),(102491,37075,'action created','2021-02-16 06:10:44','2021-02-15 22:10:44'),(102492,37075,'action started via WP Cron','2021-02-16 06:11:51','2021-02-15 22:11:51'),(102493,37075,'action complete via WP Cron','2021-02-16 06:11:51','2021-02-15 22:11:51'),(102494,37076,'action created','2021-02-16 06:12:29','2021-02-15 22:12:29'),(102495,37076,'action started via WP Cron','2021-02-16 06:13:09','2021-02-15 22:13:09'),(102496,37076,'action complete via WP Cron','2021-02-16 06:13:09','2021-02-15 22:13:09'),(102497,37077,'action created','2021-02-16 06:13:09','2021-02-15 22:13:09'),(102498,37077,'action started via WP Cron','2021-02-16 06:13:41','2021-02-15 22:13:41'),(102499,37077,'action complete via WP Cron','2021-02-16 06:13:41','2021-02-15 22:13:41'),(102500,37078,'action created','2021-02-16 06:13:41','2021-02-15 22:13:41'),(102501,37078,'action started via WP Cron','2021-02-16 06:15:41','2021-02-15 22:15:41'),(102502,37078,'action complete via WP Cron','2021-02-16 06:15:41','2021-02-15 22:15:41'),(102503,37079,'action created','2021-02-16 06:15:41','2021-02-15 22:15:41'),(102504,37079,'action started via WP Cron','2021-02-16 06:16:42','2021-02-15 22:16:42'),(102505,37079,'action complete via WP Cron','2021-02-16 06:16:42','2021-02-15 22:16:42'),(102506,37080,'action created','2021-02-16 06:16:43','2021-02-15 22:16:43'),(102507,37080,'action started via WP Cron','2021-02-16 06:24:23','2021-02-15 22:24:23'),(102508,37080,'action complete via WP Cron','2021-02-16 06:24:23','2021-02-15 22:24:23'),(102509,37081,'action created','2021-02-16 06:24:23','2021-02-15 22:24:23'),(102510,37081,'action started via WP Cron','2021-02-16 06:24:56','2021-02-15 22:24:56'),(102511,37081,'action complete via WP Cron','2021-02-16 06:24:56','2021-02-15 22:24:56'),(102512,37082,'action created','2021-02-16 06:24:56','2021-02-15 22:24:56'),(102513,37082,'action started via WP Cron','2021-02-16 06:25:53','2021-02-15 22:25:53'),(102514,37082,'action complete via WP Cron','2021-02-16 06:25:53','2021-02-15 22:25:53'),(102515,37083,'action created','2021-02-16 06:25:53','2021-02-15 22:25:53'),(102516,37083,'action started via WP Cron','2021-02-16 06:26:43','2021-02-15 22:26:43'),(102517,37083,'action complete via WP Cron','2021-02-16 06:26:43','2021-02-15 22:26:43'),(102518,37084,'action created','2021-02-16 06:26:43','2021-02-15 22:26:43'),(102519,37084,'action started via WP Cron','2021-02-16 06:27:51','2021-02-15 22:27:51'),(102520,37084,'action complete via WP Cron','2021-02-16 06:27:51','2021-02-15 22:27:51'),(102521,37085,'action created','2021-02-16 06:27:51','2021-02-15 22:27:51'),(102522,37085,'action started via WP Cron','2021-02-16 06:29:05','2021-02-15 22:29:05'),(102523,37085,'action complete via WP Cron','2021-02-16 06:29:05','2021-02-15 22:29:05'),(102524,37086,'action created','2021-02-16 06:29:06','2021-02-15 22:29:06'),(102525,37086,'action started via WP Cron','2021-02-16 06:29:57','2021-02-15 22:29:57'),(102526,37086,'action complete via WP Cron','2021-02-16 06:29:57','2021-02-15 22:29:57'),(102527,37087,'action created','2021-02-16 06:29:57','2021-02-15 22:29:57'),(102528,37087,'action started via WP Cron','2021-02-16 06:30:44','2021-02-15 22:30:44'),(102529,37087,'action complete via WP Cron','2021-02-16 06:30:44','2021-02-15 22:30:44'),(102530,37088,'action created','2021-02-16 06:30:44','2021-02-15 22:30:44'),(102531,37088,'action started via WP Cron','2021-02-16 06:31:49','2021-02-15 22:31:49'),(102532,37088,'action complete via WP Cron','2021-02-16 06:31:49','2021-02-15 22:31:49'),(102533,37089,'action created','2021-02-16 06:31:49','2021-02-15 22:31:49'),(102534,37089,'action started via WP Cron','2021-02-16 06:32:43','2021-02-15 22:32:43'),(102535,37089,'action complete via WP Cron','2021-02-16 06:32:43','2021-02-15 22:32:43'),(102536,37090,'action created','2021-02-16 06:32:43','2021-02-15 22:32:43'),(102537,37090,'action started via WP Cron','2021-02-16 06:34:08','2021-02-15 22:34:08'),(102538,37090,'action complete via WP Cron','2021-02-16 06:34:08','2021-02-15 22:34:08'),(102539,37091,'action created','2021-02-16 06:34:08','2021-02-15 22:34:08'),(102540,37091,'action started via WP Cron','2021-02-16 06:34:54','2021-02-15 22:34:54'),(102541,37091,'action complete via WP Cron','2021-02-16 06:34:54','2021-02-15 22:34:54'),(102542,37092,'action created','2021-02-16 06:34:54','2021-02-15 22:34:54'),(102543,37092,'action started via WP Cron','2021-02-16 06:35:40','2021-02-15 22:35:40'),(102544,37092,'action complete via WP Cron','2021-02-16 06:35:40','2021-02-15 22:35:40'),(102545,37093,'action created','2021-02-16 06:35:40','2021-02-15 22:35:40'),(102546,37093,'action started via WP Cron','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102547,37093,'action complete via WP Cron','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102548,36481,'action started via WP Cron','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102549,36481,'action complete via WP Cron','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102550,37094,'action created','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102551,37095,'action created','2021-02-16 06:36:47','2021-02-15 22:36:47'),(102552,37095,'action started via WP Cron','2021-02-16 06:37:43','2021-02-15 22:37:43'),(102553,37095,'action complete via WP Cron','2021-02-16 06:37:43','2021-02-15 22:37:43'),(102554,37096,'action created','2021-02-16 06:37:44','2021-02-15 22:37:44'),(102555,37096,'action started via WP Cron','2021-02-16 06:53:08','2021-02-15 22:53:08'),(102556,37096,'action complete via WP Cron','2021-02-16 06:53:08','2021-02-15 22:53:08'),(102557,37097,'action created','2021-02-16 06:53:08','2021-02-15 22:53:08'),(102558,37097,'action started via WP Cron','2021-02-16 06:55:24','2021-02-15 22:55:24'),(102559,37097,'action complete via WP Cron','2021-02-16 06:55:24','2021-02-15 22:55:24'),(102560,37098,'action created','2021-02-16 06:55:24','2021-02-15 22:55:24'),(102561,37098,'action started via WP Cron','2021-02-16 06:55:50','2021-02-15 22:55:50'),(102562,37098,'action complete via WP Cron','2021-02-16 06:55:50','2021-02-15 22:55:50'),(102563,37099,'action created','2021-02-16 06:55:50','2021-02-15 22:55:50'),(102564,37099,'action started via WP Cron','2021-02-16 06:56:44','2021-02-15 22:56:44'),(102565,37099,'action complete via WP Cron','2021-02-16 06:56:44','2021-02-15 22:56:44'),(102566,37100,'action created','2021-02-16 06:56:44','2021-02-15 22:56:44'),(102567,37100,'action started via WP Cron','2021-02-16 06:57:45','2021-02-15 22:57:45'),(102568,37100,'action complete via WP Cron','2021-02-16 06:57:45','2021-02-15 22:57:45'),(102569,37101,'action created','2021-02-16 06:57:45','2021-02-15 22:57:45'),(102570,37101,'action started via WP Cron','2021-02-16 07:03:17','2021-02-15 23:03:17'),(102571,37101,'action complete via WP Cron','2021-02-16 07:03:17','2021-02-15 23:03:17'),(102572,37102,'action created','2021-02-16 07:03:17','2021-02-15 23:03:17'),(102573,37102,'action started via WP Cron','2021-02-16 07:04:22','2021-02-15 23:04:22'),(102574,37102,'action complete via WP Cron','2021-02-16 07:04:22','2021-02-15 23:04:22'),(102575,37103,'action created','2021-02-16 07:04:22','2021-02-15 23:04:22'),(102576,37103,'action started via WP Cron','2021-02-16 07:04:50','2021-02-15 23:04:50'),(102577,37103,'action complete via WP Cron','2021-02-16 07:04:50','2021-02-15 23:04:50'),(102578,37104,'action created','2021-02-16 07:04:50','2021-02-15 23:04:50'),(102579,37104,'action started via WP Cron','2021-02-16 07:08:39','2021-02-15 23:08:39'),(102580,37104,'action complete via WP Cron','2021-02-16 07:08:39','2021-02-15 23:08:39'),(102581,37105,'action created','2021-02-16 07:08:39','2021-02-15 23:08:39'),(102582,37105,'action started via WP Cron','2021-02-16 07:09:47','2021-02-15 23:09:47'),(102583,37105,'action complete via WP Cron','2021-02-16 07:09:47','2021-02-15 23:09:47'),(102584,37106,'action created','2021-02-16 07:09:47','2021-02-15 23:09:47'),(102585,37106,'action started via WP Cron','2021-02-16 07:10:48','2021-02-15 23:10:48'),(102586,37106,'action complete via WP Cron','2021-02-16 07:10:48','2021-02-15 23:10:48'),(102587,37107,'action created','2021-02-16 07:10:48','2021-02-15 23:10:48'),(102588,37107,'action started via WP Cron','2021-02-16 07:11:49','2021-02-15 23:11:49'),(102589,37107,'action complete via WP Cron','2021-02-16 07:11:49','2021-02-15 23:11:49'),(102590,37108,'action created','2021-02-16 07:11:49','2021-02-15 23:11:49'),(102591,37108,'action started via WP Cron','2021-02-16 07:12:50','2021-02-15 23:12:50'),(102592,37108,'action complete via WP Cron','2021-02-16 07:12:50','2021-02-15 23:12:50'),(102593,37109,'action created','2021-02-16 07:12:50','2021-02-15 23:12:50'),(102594,37109,'action started via WP Cron','2021-02-16 07:29:20','2021-02-15 23:29:20'),(102595,37109,'action complete via WP Cron','2021-02-16 07:29:20','2021-02-15 23:29:20'),(102596,37110,'action created','2021-02-16 07:29:20','2021-02-15 23:29:20'),(102597,37110,'action started via WP Cron','2021-02-16 07:31:26','2021-02-15 23:31:26'),(102598,37110,'action complete via WP Cron','2021-02-16 07:31:26','2021-02-15 23:31:26'),(102599,37111,'action created','2021-02-16 07:31:26','2021-02-15 23:31:26'),(102600,37111,'action started via WP Cron','2021-02-16 07:52:43','2021-02-15 23:52:43'),(102601,37111,'action complete via WP Cron','2021-02-16 07:52:43','2021-02-15 23:52:43'),(102602,37112,'action created','2021-02-16 07:52:43','2021-02-15 23:52:43'),(102603,37112,'action started via WP Cron','2021-02-16 07:54:15','2021-02-15 23:54:15'),(102604,37112,'action complete via WP Cron','2021-02-16 07:54:15','2021-02-15 23:54:15'),(102605,37113,'action created','2021-02-16 07:54:15','2021-02-15 23:54:15'),(102606,37113,'action started via WP Cron','2021-02-16 07:55:16','2021-02-15 23:55:16'),(102607,37113,'action complete via WP Cron','2021-02-16 07:55:16','2021-02-15 23:55:16'),(102608,37114,'action created','2021-02-16 07:55:16','2021-02-15 23:55:16'),(102609,37114,'action started via WP Cron','2021-02-16 07:57:18','2021-02-15 23:57:18'),(102610,37114,'action complete via WP Cron','2021-02-16 07:57:18','2021-02-15 23:57:18'),(102611,37115,'action created','2021-02-16 07:57:18','2021-02-15 23:57:18'),(102612,37115,'action started via WP Cron','2021-02-16 07:57:51','2021-02-15 23:57:51'),(102613,37115,'action complete via WP Cron','2021-02-16 07:57:51','2021-02-15 23:57:51'),(102614,37116,'action created','2021-02-16 07:57:51','2021-02-15 23:57:51'),(102615,37116,'action started via WP Cron','2021-02-16 07:58:45','2021-02-15 23:58:45'),(102616,37116,'action complete via WP Cron','2021-02-16 07:58:45','2021-02-15 23:58:45'),(102617,37117,'action created','2021-02-16 07:58:45','2021-02-15 23:58:45'),(102618,37117,'action started via WP Cron','2021-02-16 07:59:46','2021-02-15 23:59:46'),(102619,37117,'action complete via WP Cron','2021-02-16 07:59:46','2021-02-15 23:59:46'),(102620,37118,'action created','2021-02-16 07:59:46','2021-02-15 23:59:46'),(102621,37118,'action started via WP Cron','2021-02-16 08:02:28','2021-02-16 00:02:28'),(102622,37118,'action complete via WP Cron','2021-02-16 08:02:28','2021-02-16 00:02:28'),(102623,37119,'action created','2021-02-16 08:02:28','2021-02-16 00:02:28'),(102624,37119,'action started via WP Cron','2021-02-16 08:07:45','2021-02-16 00:07:45'),(102625,37119,'action complete via WP Cron','2021-02-16 08:07:45','2021-02-16 00:07:45'),(102626,37120,'action created','2021-02-16 08:07:45','2021-02-16 00:07:45'),(102627,37120,'action started via WP Cron','2021-02-16 08:08:49','2021-02-16 00:08:49'),(102628,37120,'action complete via WP Cron','2021-02-16 08:08:49','2021-02-16 00:08:49'),(102629,37121,'action created','2021-02-16 08:08:49','2021-02-16 00:08:49'),(102630,37121,'action started via WP Cron','2021-02-16 08:09:45','2021-02-16 00:09:45'),(102631,37121,'action complete via WP Cron','2021-02-16 08:09:45','2021-02-16 00:09:45'),(102632,37122,'action created','2021-02-16 08:09:45','2021-02-16 00:09:45'),(102633,37122,'action started via WP Cron','2021-02-16 08:10:44','2021-02-16 00:10:44'),(102634,37122,'action complete via WP Cron','2021-02-16 08:10:44','2021-02-16 00:10:44'),(102635,37123,'action created','2021-02-16 08:10:44','2021-02-16 00:10:44'),(102636,37123,'action started via WP Cron','2021-02-16 08:11:44','2021-02-16 00:11:44'),(102637,37123,'action complete via WP Cron','2021-02-16 08:11:44','2021-02-16 00:11:44'),(102638,37124,'action created','2021-02-16 08:11:44','2021-02-16 00:11:44'),(102639,37124,'action started via WP Cron','2021-02-16 08:12:50','2021-02-16 00:12:50'),(102640,37124,'action complete via WP Cron','2021-02-16 08:12:50','2021-02-16 00:12:50'),(102641,37125,'action created','2021-02-16 08:12:50','2021-02-16 00:12:50'),(102642,37125,'action started via WP Cron','2021-02-16 08:13:42','2021-02-16 00:13:42'),(102643,37125,'action complete via WP Cron','2021-02-16 08:13:42','2021-02-16 00:13:42'),(102644,37126,'action created','2021-02-16 08:13:42','2021-02-16 00:13:42'),(102645,37126,'action started via WP Cron','2021-02-16 08:14:41','2021-02-16 00:14:41'),(102646,37126,'action complete via WP Cron','2021-02-16 08:14:41','2021-02-16 00:14:41'),(102647,37127,'action created','2021-02-16 08:14:41','2021-02-16 00:14:41'),(102648,37127,'action started via WP Cron','2021-02-16 08:15:41','2021-02-16 00:15:41'),(102649,37127,'action complete via WP Cron','2021-02-16 08:15:41','2021-02-16 00:15:41'),(102650,37128,'action created','2021-02-16 08:15:41','2021-02-16 00:15:41'),(102651,37128,'action started via WP Cron','2021-02-16 08:16:51','2021-02-16 00:16:51'),(102652,37128,'action complete via WP Cron','2021-02-16 08:16:51','2021-02-16 00:16:51'),(102653,37129,'action created','2021-02-16 08:16:59','2021-02-16 00:16:59'),(102657,37130,'action started via WP Cron','2021-02-16 08:18:42','2021-02-16 00:18:42'),(102658,37130,'action complete via WP Cron','2021-02-16 08:18:42','2021-02-16 00:18:42'),(102659,37131,'action created','2021-02-16 08:18:42','2021-02-16 00:18:42'),(102660,37131,'action started via WP Cron','2021-02-16 08:19:42','2021-02-16 00:19:42'),(102661,37131,'action complete via WP Cron','2021-02-16 08:19:42','2021-02-16 00:19:42'),(102662,37132,'action created','2021-02-16 08:19:42','2021-02-16 00:19:42'),(102663,37132,'action started via WP Cron','2021-02-16 08:20:44','2021-02-16 00:20:44'),(102664,37132,'action complete via WP Cron','2021-02-16 08:20:44','2021-02-16 00:20:44'),(102665,37133,'action created','2021-02-16 08:20:44','2021-02-16 00:20:44'),(102666,37133,'action started via WP Cron','2021-02-16 08:21:45','2021-02-16 00:21:45'),(102667,37133,'action complete via WP Cron','2021-02-16 08:21:45','2021-02-16 00:21:45'),(102668,37134,'action created','2021-02-16 08:21:45','2021-02-16 00:21:45'),(102669,37134,'action started via WP Cron','2021-02-16 08:22:51','2021-02-16 00:22:51'),(102670,37134,'action complete via WP Cron','2021-02-16 08:22:51','2021-02-16 00:22:51'),(102671,37135,'action created','2021-02-16 08:22:51','2021-02-16 00:22:51'),(102672,37135,'action started via WP Cron','2021-02-16 08:23:47','2021-02-16 00:23:47'),(102673,37135,'action complete via WP Cron','2021-02-16 08:23:47','2021-02-16 00:23:47'),(102674,37136,'action created','2021-02-16 08:23:47','2021-02-16 00:23:47'),(102675,37136,'action started via WP Cron','2021-02-16 08:24:49','2021-02-16 00:24:49'),(102676,37136,'action complete via WP Cron','2021-02-16 08:24:49','2021-02-16 00:24:49'),(102677,37137,'action created','2021-02-16 08:24:49','2021-02-16 00:24:49'),(102678,37137,'action started via WP Cron','2021-02-16 08:25:42','2021-02-16 00:25:42'),(102679,37137,'action complete via WP Cron','2021-02-16 08:25:42','2021-02-16 00:25:42'),(102680,37138,'action created','2021-02-16 08:25:42','2021-02-16 00:25:42'),(102681,37138,'action started via WP Cron','2021-02-16 08:26:44','2021-02-16 00:26:44'),(102682,37138,'action complete via WP Cron','2021-02-16 08:26:44','2021-02-16 00:26:44'),(102683,37139,'action created','2021-02-16 08:26:44','2021-02-16 00:26:44'),(102684,37139,'action started via WP Cron','2021-02-16 08:27:41','2021-02-16 00:27:41'),(102685,37139,'action complete via WP Cron','2021-02-16 08:27:41','2021-02-16 00:27:41'),(102686,37140,'action created','2021-02-16 08:27:41','2021-02-16 00:27:41'),(102687,37140,'action started via WP Cron','2021-02-16 08:28:45','2021-02-16 00:28:45'),(102688,37140,'action complete via WP Cron','2021-02-16 08:28:45','2021-02-16 00:28:45'),(102689,37141,'action created','2021-02-16 08:28:46','2021-02-16 00:28:46'),(102690,37141,'action started via WP Cron','2021-02-16 08:30:19','2021-02-16 00:30:19'),(102691,37141,'action complete via WP Cron','2021-02-16 08:30:19','2021-02-16 00:30:19'),(102692,37142,'action created','2021-02-16 08:30:19','2021-02-16 00:30:19'),(102693,37142,'action started via WP Cron','2021-02-16 08:39:21','2021-02-16 00:39:21'),(102694,37142,'action complete via WP Cron','2021-02-16 08:39:21','2021-02-16 00:39:21'),(102695,37143,'action created','2021-02-16 08:39:21','2021-02-16 00:39:21'),(102696,37143,'action started via WP Cron','2021-02-16 08:39:45','2021-02-16 00:39:45'),(102697,37143,'action complete via WP Cron','2021-02-16 08:39:45','2021-02-16 00:39:45'),(102698,37144,'action created','2021-02-16 08:39:46','2021-02-16 00:39:46'),(102699,37144,'action started via WP Cron','2021-02-16 08:43:58','2021-02-16 00:43:58'),(102700,37144,'action complete via WP Cron','2021-02-16 08:43:58','2021-02-16 00:43:58'),(102701,37145,'action created','2021-02-16 08:43:58','2021-02-16 00:43:58'),(102702,37145,'action started via WP Cron','2021-02-16 08:55:26','2021-02-16 00:55:26'),(102703,37145,'action complete via WP Cron','2021-02-16 08:55:26','2021-02-16 00:55:26'),(102704,37146,'action created','2021-02-16 08:55:26','2021-02-16 00:55:26'),(102705,37146,'action started via WP Cron','2021-02-16 08:59:23','2021-02-16 00:59:23'),(102706,37146,'action complete via WP Cron','2021-02-16 08:59:23','2021-02-16 00:59:23'),(102707,37147,'action created','2021-02-16 08:59:23','2021-02-16 00:59:23'),(102708,37147,'action started via WP Cron','2021-02-16 09:00:05','2021-02-16 01:00:05'),(102709,37147,'action complete via WP Cron','2021-02-16 09:00:06','2021-02-16 01:00:06'),(102710,37148,'action created','2021-02-16 09:00:06','2021-02-16 01:00:06'),(102711,37148,'action started via WP Cron','2021-02-16 09:01:10','2021-02-16 01:01:10'),(102712,37148,'action complete via WP Cron','2021-02-16 09:01:10','2021-02-16 01:01:10'),(102713,37149,'action created','2021-02-16 09:01:10','2021-02-16 01:01:10'),(102714,37149,'action started via WP Cron','2021-02-16 09:02:01','2021-02-16 01:02:01'),(102715,37149,'action complete via WP Cron','2021-02-16 09:02:01','2021-02-16 01:02:01'),(102716,37150,'action created','2021-02-16 09:02:01','2021-02-16 01:02:01'),(102717,37150,'action started via WP Cron','2021-02-16 09:03:02','2021-02-16 01:03:02'),(102718,37150,'action complete via WP Cron','2021-02-16 09:03:02','2021-02-16 01:03:02'),(102719,37151,'action created','2021-02-16 09:03:02','2021-02-16 01:03:02'),(102720,37151,'action started via WP Cron','2021-02-16 09:04:03','2021-02-16 01:04:03'),(102721,37151,'action complete via WP Cron','2021-02-16 09:04:03','2021-02-16 01:04:03'),(102722,37152,'action created','2021-02-16 09:04:03','2021-02-16 01:04:03'),(102723,37152,'action started via WP Cron','2021-02-16 09:06:16','2021-02-16 01:06:16'),(102724,37152,'action complete via WP Cron','2021-02-16 09:06:16','2021-02-16 01:06:16'),(102725,37153,'action created','2021-02-16 09:06:16','2021-02-16 01:06:16'),(102726,37153,'action started via WP Cron','2021-02-16 09:08:32','2021-02-16 01:08:32'),(102727,37153,'action complete via WP Cron','2021-02-16 09:08:32','2021-02-16 01:08:32'),(102728,37154,'action created','2021-02-16 09:08:33','2021-02-16 01:08:33'),(102729,37154,'action started via WP Cron','2021-02-16 09:10:17','2021-02-16 01:10:17'),(102730,37154,'action complete via WP Cron','2021-02-16 09:10:17','2021-02-16 01:10:17'),(102731,37155,'action created','2021-02-16 09:10:17','2021-02-16 01:10:17'),(102732,37155,'action started via WP Cron','2021-02-16 09:16:56','2021-02-16 01:16:56'),(102733,37155,'action complete via WP Cron','2021-02-16 09:16:56','2021-02-16 01:16:56'),(102734,37156,'action created','2021-02-16 09:16:56','2021-02-16 01:16:56'),(102735,37156,'action started via WP Cron','2021-02-16 09:17:55','2021-02-16 01:17:55'),(102736,37156,'action complete via WP Cron','2021-02-16 09:17:55','2021-02-16 01:17:55'),(102737,37157,'action created','2021-02-16 09:17:55','2021-02-16 01:17:55'),(102738,37157,'action started via WP Cron','2021-02-16 09:18:54','2021-02-16 01:18:54'),(102739,37157,'action complete via WP Cron','2021-02-16 09:18:54','2021-02-16 01:18:54'),(102740,37158,'action created','2021-02-16 09:18:54','2021-02-16 01:18:54'),(102741,37158,'action started via WP Cron','2021-02-16 09:19:57','2021-02-16 01:19:57'),(102742,37158,'action complete via WP Cron','2021-02-16 09:19:57','2021-02-16 01:19:57'),(102743,37159,'action created','2021-02-16 09:19:57','2021-02-16 01:19:57'),(102744,37159,'action started via WP Cron','2021-02-16 09:21:16','2021-02-16 01:21:16'),(102745,37159,'action complete via WP Cron','2021-02-16 09:21:16','2021-02-16 01:21:16'),(102746,37160,'action created','2021-02-16 09:21:16','2021-02-16 01:21:16'),(102747,37160,'action started via WP Cron','2021-02-16 09:22:08','2021-02-16 01:22:08'),(102748,37160,'action complete via WP Cron','2021-02-16 09:22:08','2021-02-16 01:22:08'),(102749,37161,'action created','2021-02-16 09:22:08','2021-02-16 01:22:08'),(102750,37161,'action started via WP Cron','2021-02-16 09:23:14','2021-02-16 01:23:14'),(102751,37161,'action complete via WP Cron','2021-02-16 09:23:14','2021-02-16 01:23:14'),(102752,37162,'action created','2021-02-16 09:23:14','2021-02-16 01:23:14'),(102753,37162,'action started via WP Cron','2021-02-16 09:24:15','2021-02-16 01:24:15'),(102754,37162,'action complete via WP Cron','2021-02-16 09:24:15','2021-02-16 01:24:15'),(102755,37163,'action created','2021-02-16 09:24:16','2021-02-16 01:24:16'),(102756,37163,'action started via WP Cron','2021-02-16 09:28:15','2021-02-16 01:28:15'),(102757,37163,'action complete via WP Cron','2021-02-16 09:28:15','2021-02-16 01:28:15'),(102758,37164,'action created','2021-02-16 09:28:15','2021-02-16 01:28:15'),(102759,37164,'action started via WP Cron','2021-02-16 09:28:59','2021-02-16 01:28:59'),(102760,37164,'action complete via WP Cron','2021-02-16 09:28:59','2021-02-16 01:28:59'),(102761,37165,'action created','2021-02-16 09:28:59','2021-02-16 01:28:59'),(102762,37165,'action started via WP Cron','2021-02-16 09:29:41','2021-02-16 01:29:41'),(102763,37165,'action complete via WP Cron','2021-02-16 09:29:41','2021-02-16 01:29:41'),(102764,37166,'action created','2021-02-16 09:29:41','2021-02-16 01:29:41'),(102765,37166,'action started via WP Cron','2021-02-16 09:30:48','2021-02-16 01:30:48'),(102766,37166,'action complete via WP Cron','2021-02-16 09:30:48','2021-02-16 01:30:48'),(102767,37167,'action created','2021-02-16 09:30:48','2021-02-16 01:30:48'),(102768,37167,'action started via WP Cron','2021-02-16 09:31:52','2021-02-16 01:31:52'),(102769,37167,'action complete via WP Cron','2021-02-16 09:31:52','2021-02-16 01:31:52'),(102770,37168,'action created','2021-02-16 09:31:52','2021-02-16 01:31:52'),(102771,37168,'action started via WP Cron','2021-02-16 09:32:49','2021-02-16 01:32:49'),(102772,37168,'action complete via WP Cron','2021-02-16 09:32:49','2021-02-16 01:32:49'),(102773,37169,'action created','2021-02-16 09:32:49','2021-02-16 01:32:49'),(102774,37169,'action started via WP Cron','2021-02-16 09:33:42','2021-02-16 01:33:42'),(102775,37169,'action complete via WP Cron','2021-02-16 09:33:42','2021-02-16 01:33:42'),(102776,37170,'action created','2021-02-16 09:33:42','2021-02-16 01:33:42'),(102777,37170,'action started via WP Cron','2021-02-16 09:34:43','2021-02-16 01:34:43'),(102778,37170,'action complete via WP Cron','2021-02-16 09:34:43','2021-02-16 01:34:43'),(102779,37171,'action created','2021-02-16 09:34:43','2021-02-16 01:34:43'),(102780,37171,'action started via WP Cron','2021-02-16 09:35:56','2021-02-16 01:35:56'),(102781,37171,'action complete via WP Cron','2021-02-16 09:35:56','2021-02-16 01:35:56'),(102782,37172,'action created','2021-02-16 09:35:56','2021-02-16 01:35:56'),(102783,37172,'action started via WP Cron','2021-02-16 09:36:44','2021-02-16 01:36:44'),(102784,37172,'action complete via WP Cron','2021-02-16 09:36:44','2021-02-16 01:36:44'),(102785,37173,'action created','2021-02-16 09:36:44','2021-02-16 01:36:44'),(102786,37173,'action started via WP Cron','2021-02-16 09:37:54','2021-02-16 01:37:54'),(102787,37173,'action complete via WP Cron','2021-02-16 09:37:54','2021-02-16 01:37:54'),(102788,37174,'action created','2021-02-16 09:37:55','2021-02-16 01:37:55'),(102789,37174,'action started via WP Cron','2021-02-16 09:38:49','2021-02-16 01:38:49'),(102790,37174,'action complete via WP Cron','2021-02-16 09:38:49','2021-02-16 01:38:49'),(102791,37175,'action created','2021-02-16 09:38:49','2021-02-16 01:38:49'),(102792,37175,'action started via WP Cron','2021-02-16 09:39:49','2021-02-16 01:39:49'),(102793,37175,'action complete via WP Cron','2021-02-16 09:39:49','2021-02-16 01:39:49'),(102794,37176,'action created','2021-02-16 09:39:49','2021-02-16 01:39:49'),(102795,37176,'action started via WP Cron','2021-02-16 09:40:49','2021-02-16 01:40:49'),(102796,37176,'action complete via WP Cron','2021-02-16 09:40:49','2021-02-16 01:40:49'),(102797,37177,'action created','2021-02-16 09:40:49','2021-02-16 01:40:49'),(102798,37177,'action started via WP Cron','2021-02-16 09:41:58','2021-02-16 01:41:58'),(102799,37177,'action complete via WP Cron','2021-02-16 09:41:58','2021-02-16 01:41:58'),(102800,37178,'action created','2021-02-16 09:41:58','2021-02-16 01:41:58'),(102801,37178,'action started via WP Cron','2021-02-16 09:42:55','2021-02-16 01:42:55'),(102802,37178,'action complete via WP Cron','2021-02-16 09:42:55','2021-02-16 01:42:55'),(102803,37179,'action created','2021-02-16 09:42:55','2021-02-16 01:42:55'),(102804,37179,'action started via WP Cron','2021-02-16 09:43:48','2021-02-16 01:43:48'),(102805,37179,'action complete via WP Cron','2021-02-16 09:43:48','2021-02-16 01:43:48'),(102806,37180,'action created','2021-02-16 09:43:48','2021-02-16 01:43:48'),(102807,37180,'action started via WP Cron','2021-02-16 09:44:54','2021-02-16 01:44:54'),(102808,37180,'action complete via WP Cron','2021-02-16 09:44:54','2021-02-16 01:44:54'),(102809,37181,'action created','2021-02-16 09:44:54','2021-02-16 01:44:54'),(102810,37181,'action started via WP Cron','2021-02-16 09:45:46','2021-02-16 01:45:46'),(102811,37181,'action complete via WP Cron','2021-02-16 09:45:46','2021-02-16 01:45:46'),(102812,37182,'action created','2021-02-16 09:45:47','2021-02-16 01:45:47'),(102813,37182,'action started via WP Cron','2021-02-16 09:47:04','2021-02-16 01:47:04'),(102814,37182,'action complete via WP Cron','2021-02-16 09:47:04','2021-02-16 01:47:04'),(102815,37183,'action created','2021-02-16 09:47:05','2021-02-16 01:47:05'),(102816,37183,'action started via WP Cron','2021-02-16 09:47:54','2021-02-16 01:47:54'),(102817,37183,'action complete via WP Cron','2021-02-16 09:47:54','2021-02-16 01:47:54'),(102818,37184,'action created','2021-02-16 09:47:54','2021-02-16 01:47:54'),(102819,37184,'action started via WP Cron','2021-02-16 09:48:49','2021-02-16 01:48:49'),(102820,37184,'action complete via WP Cron','2021-02-16 09:48:49','2021-02-16 01:48:49'),(102821,37185,'action created','2021-02-16 09:48:49','2021-02-16 01:48:49'),(102822,37185,'action started via WP Cron','2021-02-16 09:49:58','2021-02-16 01:49:58'),(102823,37185,'action complete via WP Cron','2021-02-16 09:49:58','2021-02-16 01:49:58'),(102824,37186,'action created','2021-02-16 09:49:58','2021-02-16 01:49:58'),(102825,37186,'action started via WP Cron','2021-02-16 09:50:42','2021-02-16 01:50:42'),(102826,37186,'action complete via WP Cron','2021-02-16 09:50:42','2021-02-16 01:50:42'),(102827,37187,'action created','2021-02-16 09:50:42','2021-02-16 01:50:42'),(102828,37187,'action started via WP Cron','2021-02-16 09:51:57','2021-02-16 01:51:57'),(102829,37187,'action complete via WP Cron','2021-02-16 09:51:57','2021-02-16 01:51:57'),(102830,37188,'action created','2021-02-16 09:51:57','2021-02-16 01:51:57'),(102831,37188,'action started via WP Cron','2021-02-16 09:52:51','2021-02-16 01:52:51'),(102832,37188,'action complete via WP Cron','2021-02-16 09:52:51','2021-02-16 01:52:51'),(102833,37189,'action created','2021-02-16 09:52:52','2021-02-16 01:52:52'),(102834,37189,'action started via WP Cron','2021-02-16 09:53:56','2021-02-16 01:53:56'),(102835,37189,'action complete via WP Cron','2021-02-16 09:53:56','2021-02-16 01:53:56'),(102836,37190,'action created','2021-02-16 09:53:56','2021-02-16 01:53:56'),(102837,37190,'action started via WP Cron','2021-02-16 09:55:45','2021-02-16 01:55:45'),(102838,37190,'action complete via WP Cron','2021-02-16 09:55:45','2021-02-16 01:55:45'),(102839,37191,'action created','2021-02-16 09:55:45','2021-02-16 01:55:45'),(102840,37191,'action started via WP Cron','2021-02-16 09:56:57','2021-02-16 01:56:57'),(102841,37191,'action complete via WP Cron','2021-02-16 09:56:57','2021-02-16 01:56:57'),(102842,37192,'action created','2021-02-16 09:56:58','2021-02-16 01:56:58'),(102843,37192,'action started via WP Cron','2021-02-16 09:57:50','2021-02-16 01:57:50'),(102844,37192,'action complete via WP Cron','2021-02-16 09:57:50','2021-02-16 01:57:50'),(102845,37193,'action created','2021-02-16 09:57:50','2021-02-16 01:57:50'),(102846,37193,'action started via WP Cron','2021-02-16 09:59:46','2021-02-16 01:59:46'),(102847,37193,'action complete via WP Cron','2021-02-16 09:59:46','2021-02-16 01:59:46'),(102848,37194,'action created','2021-02-16 10:03:53','2021-02-16 02:03:53'),(102849,37194,'action started via WP Cron','2021-02-16 10:04:54','2021-02-16 02:04:54'),(102850,37194,'action complete via WP Cron','2021-02-16 10:04:54','2021-02-16 02:04:54'),(102851,37195,'action created','2021-02-16 10:04:54','2021-02-16 02:04:54'),(102852,37195,'action started via WP Cron','2021-02-16 10:05:55','2021-02-16 02:05:55'),(102853,37195,'action complete via WP Cron','2021-02-16 10:05:55','2021-02-16 02:05:55'),(102854,37196,'action created','2021-02-16 10:05:55','2021-02-16 02:05:55'),(102855,37196,'action started via WP Cron','2021-02-16 10:06:56','2021-02-16 02:06:56'),(102856,37196,'action complete via WP Cron','2021-02-16 10:06:56','2021-02-16 02:06:56'),(102857,37197,'action created','2021-02-16 10:06:57','2021-02-16 02:06:57'),(102858,37197,'action started via WP Cron','2021-02-16 10:07:57','2021-02-16 02:07:57'),(102859,37197,'action complete via WP Cron','2021-02-16 10:07:57','2021-02-16 02:07:57'),(102860,37198,'action created','2021-02-16 10:07:57','2021-02-16 02:07:57'),(102864,37198,'action started via WP Cron','2021-02-16 10:12:31','2021-02-16 02:12:31'),(102865,37198,'action complete via WP Cron','2021-02-16 10:12:31','2021-02-16 02:12:31'),(102866,37200,'action created','2021-02-16 10:12:31','2021-02-16 02:12:31'),(102867,37200,'action started via WP Cron','2021-02-16 10:22:29','2021-02-16 02:22:29'),(102868,37200,'action complete via WP Cron','2021-02-16 10:22:29','2021-02-16 02:22:29'),(102869,37201,'action created','2021-02-16 10:22:29','2021-02-16 02:22:29'),(102870,37201,'action started via WP Cron','2021-02-16 10:23:38','2021-02-16 02:23:38'),(102871,37201,'action complete via WP Cron','2021-02-16 10:23:38','2021-02-16 02:23:38'),(102872,37202,'action created','2021-02-16 10:23:38','2021-02-16 02:23:38'),(102873,37202,'action started via WP Cron','2021-02-16 10:24:28','2021-02-16 02:24:28'),(102874,37202,'action complete via WP Cron','2021-02-16 10:24:28','2021-02-16 02:24:28'),(102875,37203,'action created','2021-02-16 10:24:28','2021-02-16 02:24:28'),(102876,37203,'action started via WP Cron','2021-02-16 10:24:45','2021-02-16 02:24:45'),(102877,37203,'action complete via WP Cron','2021-02-16 10:24:45','2021-02-16 02:24:45'),(102878,37204,'action created','2021-02-16 10:24:45','2021-02-16 02:24:45'),(102879,37204,'action started via WP Cron','2021-02-16 10:25:41','2021-02-16 02:25:41'),(102880,37204,'action complete via WP Cron','2021-02-16 10:25:41','2021-02-16 02:25:41'),(102881,37205,'action created','2021-02-16 10:25:41','2021-02-16 02:25:41'),(102882,37205,'action started via WP Cron','2021-02-16 10:26:42','2021-02-16 02:26:42'),(102883,37205,'action complete via WP Cron','2021-02-16 10:26:42','2021-02-16 02:26:42'),(102884,37206,'action created','2021-02-16 10:26:42','2021-02-16 02:26:42'),(102885,37206,'action started via WP Cron','2021-02-16 10:27:43','2021-02-16 02:27:43'),(102886,37206,'action complete via WP Cron','2021-02-16 10:27:43','2021-02-16 02:27:43'),(102887,37207,'action created','2021-02-16 10:27:43','2021-02-16 02:27:43'),(102888,37207,'action started via WP Cron','2021-02-16 10:29:01','2021-02-16 02:29:01'),(102889,37207,'action complete via WP Cron','2021-02-16 10:29:01','2021-02-16 02:29:01'),(102890,37208,'action created','2021-02-16 10:29:01','2021-02-16 02:29:01'),(102891,37208,'action started via WP Cron','2021-02-16 10:30:51','2021-02-16 02:30:51'),(102892,37208,'action complete via WP Cron','2021-02-16 10:30:51','2021-02-16 02:30:51'),(102893,37209,'action created','2021-02-16 10:30:51','2021-02-16 02:30:51'),(102894,37209,'action started via WP Cron','2021-02-16 10:32:06','2021-02-16 02:32:06'),(102895,37209,'action complete via WP Cron','2021-02-16 10:32:06','2021-02-16 02:32:06'),(102896,37210,'action created','2021-02-16 10:32:06','2021-02-16 02:32:06'),(102897,37210,'action started via WP Cron','2021-02-16 10:34:28','2021-02-16 02:34:28'),(102898,37210,'action complete via WP Cron','2021-02-16 10:34:28','2021-02-16 02:34:28'),(102899,37211,'action created','2021-02-16 10:34:29','2021-02-16 02:34:29'),(102900,37211,'action started via WP Cron','2021-02-16 10:34:50','2021-02-16 02:34:50'),(102901,37211,'action complete via WP Cron','2021-02-16 10:34:50','2021-02-16 02:34:50'),(102902,37212,'action created','2021-02-16 10:34:50','2021-02-16 02:34:50'),(102903,37212,'action started via WP Cron','2021-02-16 10:35:50','2021-02-16 02:35:50'),(102904,37212,'action complete via WP Cron','2021-02-16 10:35:50','2021-02-16 02:35:50'),(102905,37213,'action created','2021-02-16 10:35:50','2021-02-16 02:35:50'),(102906,37213,'action started via WP Cron','2021-02-16 10:36:50','2021-02-16 02:36:50'),(102907,37213,'action complete via WP Cron','2021-02-16 10:36:50','2021-02-16 02:36:50'),(102908,37214,'action created','2021-02-16 10:36:50','2021-02-16 02:36:50'),(102909,37214,'action started via WP Cron','2021-02-16 10:37:43','2021-02-16 02:37:43'),(102910,37214,'action complete via WP Cron','2021-02-16 10:37:43','2021-02-16 02:37:43'),(102911,37215,'action created','2021-02-16 10:37:43','2021-02-16 02:37:43'),(102912,37215,'action started via WP Cron','2021-02-16 10:38:42','2021-02-16 02:38:42'),(102913,37215,'action complete via WP Cron','2021-02-16 10:38:42','2021-02-16 02:38:42'),(102914,37216,'action created','2021-02-16 10:38:42','2021-02-16 02:38:42'),(102915,37216,'action started via WP Cron','2021-02-16 10:39:40','2021-02-16 02:39:40'),(102916,37216,'action complete via WP Cron','2021-02-16 10:39:40','2021-02-16 02:39:40'),(102917,37217,'action created','2021-02-16 10:39:40','2021-02-16 02:39:40'),(102918,37217,'action started via WP Cron','2021-02-16 10:41:01','2021-02-16 02:41:01'),(102919,37217,'action complete via WP Cron','2021-02-16 10:41:01','2021-02-16 02:41:01'),(102920,37218,'action created','2021-02-16 10:41:01','2021-02-16 02:41:01'),(102921,37218,'action started via WP Cron','2021-02-16 10:41:53','2021-02-16 02:41:53'),(102922,37218,'action complete via WP Cron','2021-02-16 10:41:53','2021-02-16 02:41:53'),(102923,37219,'action created','2021-02-16 10:41:53','2021-02-16 02:41:53'),(102924,37219,'action started via WP Cron','2021-02-16 10:42:46','2021-02-16 02:42:46'),(102925,37219,'action complete via WP Cron','2021-02-16 10:42:46','2021-02-16 02:42:46'),(102926,37220,'action created','2021-02-16 10:42:46','2021-02-16 02:42:46'),(102927,37220,'action started via WP Cron','2021-02-16 10:44:06','2021-02-16 02:44:06'),(102928,37220,'action complete via WP Cron','2021-02-16 10:44:06','2021-02-16 02:44:06'),(102929,37221,'action created','2021-02-16 10:44:06','2021-02-16 02:44:06'),(102930,37221,'action started via WP Cron','2021-02-16 10:44:58','2021-02-16 02:44:58'),(102931,37221,'action complete via WP Cron','2021-02-16 10:44:58','2021-02-16 02:44:58'),(102932,37222,'action created','2021-02-16 10:44:58','2021-02-16 02:44:58'),(102933,37222,'action started via WP Cron','2021-02-16 10:45:41','2021-02-16 02:45:41'),(102934,37222,'action complete via WP Cron','2021-02-16 10:45:41','2021-02-16 02:45:41'),(102935,37223,'action created','2021-02-16 10:45:41','2021-02-16 02:45:41'),(102936,37223,'action started via WP Cron','2021-02-16 10:46:44','2021-02-16 02:46:44'),(102937,37223,'action complete via WP Cron','2021-02-16 10:46:44','2021-02-16 02:46:44'),(102938,37224,'action created','2021-02-16 10:46:44','2021-02-16 02:46:44'),(102939,37224,'action started via WP Cron','2021-02-16 10:47:49','2021-02-16 02:47:49'),(102940,37224,'action complete via WP Cron','2021-02-16 10:47:49','2021-02-16 02:47:49'),(102941,37225,'action created','2021-02-16 10:47:49','2021-02-16 02:47:49'),(102942,37225,'action started via WP Cron','2021-02-16 10:49:05','2021-02-16 02:49:05'),(102943,37225,'action complete via WP Cron','2021-02-16 10:49:05','2021-02-16 02:49:05'),(102944,37226,'action created','2021-02-16 10:49:06','2021-02-16 02:49:06'),(102945,37226,'action started via WP Cron','2021-02-16 10:49:54','2021-02-16 02:49:54'),(102946,37226,'action complete via WP Cron','2021-02-16 10:49:54','2021-02-16 02:49:54'),(102947,37227,'action created','2021-02-16 10:49:54','2021-02-16 02:49:54'),(102948,37227,'action started via WP Cron','2021-02-16 10:50:52','2021-02-16 02:50:52'),(102949,37227,'action complete via WP Cron','2021-02-16 10:50:52','2021-02-16 02:50:52'),(102950,37228,'action created','2021-02-16 10:50:52','2021-02-16 02:50:52'),(102951,37228,'action started via WP Cron','2021-02-16 10:51:42','2021-02-16 02:51:42'),(102952,37228,'action complete via WP Cron','2021-02-16 10:51:42','2021-02-16 02:51:42'),(102953,37229,'action created','2021-02-16 10:51:43','2021-02-16 02:51:43'),(102954,37229,'action started via WP Cron','2021-02-16 10:52:40','2021-02-16 02:52:40'),(102955,37229,'action complete via WP Cron','2021-02-16 10:52:40','2021-02-16 02:52:40'),(102956,37230,'action created','2021-02-16 10:52:41','2021-02-16 02:52:41'),(102957,37230,'action started via WP Cron','2021-02-16 10:53:47','2021-02-16 02:53:47'),(102958,37230,'action complete via WP Cron','2021-02-16 10:53:47','2021-02-16 02:53:47'),(102959,37231,'action created','2021-02-16 10:53:47','2021-02-16 02:53:47'),(102960,37231,'action started via WP Cron','2021-02-16 10:55:00','2021-02-16 02:55:00'),(102961,37231,'action complete via WP Cron','2021-02-16 10:55:00','2021-02-16 02:55:00'),(102962,37232,'action created','2021-02-16 10:55:00','2021-02-16 02:55:00'),(102963,37232,'action started via WP Cron','2021-02-16 10:56:02','2021-02-16 02:56:02'),(102964,37232,'action complete via WP Cron','2021-02-16 10:56:02','2021-02-16 02:56:02'),(102965,37233,'action created','2021-02-16 10:56:02','2021-02-16 02:56:02'),(102966,37233,'action started via WP Cron','2021-02-16 10:56:44','2021-02-16 02:56:44'),(102967,37233,'action complete via WP Cron','2021-02-16 10:56:44','2021-02-16 02:56:44'),(102968,37234,'action created','2021-02-16 10:56:44','2021-02-16 02:56:44'),(102969,37234,'action started via WP Cron','2021-02-16 10:57:50','2021-02-16 02:57:50'),(102970,37234,'action complete via WP Cron','2021-02-16 10:57:50','2021-02-16 02:57:50'),(102971,37235,'action created','2021-02-16 10:57:51','2021-02-16 02:57:51'),(102972,37235,'action started via WP Cron','2021-02-16 10:58:55','2021-02-16 02:58:55'),(102973,37235,'action complete via WP Cron','2021-02-16 10:58:55','2021-02-16 02:58:55'),(102974,37236,'action created','2021-02-16 10:58:55','2021-02-16 02:58:55'),(102975,37236,'action started via WP Cron','2021-02-16 10:59:45','2021-02-16 02:59:45'),(102976,37236,'action complete via WP Cron','2021-02-16 10:59:45','2021-02-16 02:59:45'),(102977,37237,'action created','2021-02-16 10:59:45','2021-02-16 02:59:45'),(102978,37237,'action started via WP Cron','2021-02-16 11:00:57','2021-02-16 03:00:57'),(102979,37237,'action complete via WP Cron','2021-02-16 11:00:57','2021-02-16 03:00:57'),(102980,37238,'action created','2021-02-16 11:00:57','2021-02-16 03:00:57'),(102981,37238,'action started via WP Cron','2021-02-16 11:01:50','2021-02-16 03:01:50'),(102982,37238,'action complete via WP Cron','2021-02-16 11:01:50','2021-02-16 03:01:50'),(102983,37239,'action created','2021-02-16 11:01:50','2021-02-16 03:01:50'),(102984,37239,'action started via WP Cron','2021-02-16 11:03:40','2021-02-16 03:03:40'),(102985,37239,'action complete via WP Cron','2021-02-16 11:03:40','2021-02-16 03:03:40'),(102986,37240,'action created','2021-02-16 11:03:40','2021-02-16 03:03:40'),(102987,37240,'action started via WP Cron','2021-02-16 11:04:45','2021-02-16 03:04:45'),(102988,37240,'action complete via WP Cron','2021-02-16 11:04:45','2021-02-16 03:04:45'),(102989,37241,'action created','2021-02-16 11:04:45','2021-02-16 03:04:45'),(102990,37241,'action started via WP Cron','2021-02-16 11:05:45','2021-02-16 03:05:45'),(102991,37241,'action complete via WP Cron','2021-02-16 11:05:45','2021-02-16 03:05:45'),(102992,37242,'action created','2021-02-16 11:05:45','2021-02-16 03:05:45'),(102993,37242,'action started via WP Cron','2021-02-16 11:06:50','2021-02-16 03:06:50'),(102994,37242,'action complete via WP Cron','2021-02-16 11:06:50','2021-02-16 03:06:50'),(102995,37243,'action created','2021-02-16 11:06:50','2021-02-16 03:06:50'),(102996,37243,'action started via WP Cron','2021-02-16 11:07:54','2021-02-16 03:07:54'),(102997,37243,'action complete via WP Cron','2021-02-16 11:07:54','2021-02-16 03:07:54'),(102998,37244,'action created','2021-02-16 11:07:54','2021-02-16 03:07:54'),(102999,37244,'action started via WP Cron','2021-02-16 11:08:53','2021-02-16 03:08:53'),(103000,37244,'action complete via WP Cron','2021-02-16 11:08:53','2021-02-16 03:08:53'),(103001,37245,'action created','2021-02-16 11:08:53','2021-02-16 03:08:53'),(103002,37245,'action started via WP Cron','2021-02-16 11:10:01','2021-02-16 03:10:01'),(103003,37245,'action complete via WP Cron','2021-02-16 11:10:01','2021-02-16 03:10:01'),(103004,37246,'action created','2021-02-16 11:10:01','2021-02-16 03:10:01'),(103005,37246,'action started via WP Cron','2021-02-16 11:11:01','2021-02-16 03:11:01'),(103006,37246,'action complete via WP Cron','2021-02-16 11:11:01','2021-02-16 03:11:01'),(103007,37247,'action created','2021-02-16 11:11:01','2021-02-16 03:11:01'),(103008,37247,'action started via WP Cron','2021-02-16 11:12:02','2021-02-16 03:12:02'),(103009,37247,'action complete via WP Cron','2021-02-16 11:12:02','2021-02-16 03:12:02'),(103010,37248,'action created','2021-02-16 11:12:02','2021-02-16 03:12:02'),(103011,37248,'action started via WP Cron','2021-02-16 11:13:13','2021-02-16 03:13:13'),(103012,37248,'action complete via WP Cron','2021-02-16 11:13:13','2021-02-16 03:13:13'),(103013,37249,'action created','2021-02-16 11:13:13','2021-02-16 03:13:13'),(103014,37249,'action started via WP Cron','2021-02-16 11:14:26','2021-02-16 03:14:26'),(103015,37249,'action complete via WP Cron','2021-02-16 11:14:26','2021-02-16 03:14:26'),(103016,37250,'action created','2021-02-16 11:14:26','2021-02-16 03:14:26'),(103017,37250,'action started via WP Cron','2021-02-16 11:15:28','2021-02-16 03:15:28'),(103018,37250,'action complete via WP Cron','2021-02-16 11:15:28','2021-02-16 03:15:28'),(103019,37251,'action created','2021-02-16 11:15:28','2021-02-16 03:15:28'),(103020,37251,'action started via WP Cron','2021-02-16 11:27:29','2021-02-16 03:27:29'),(103021,37251,'action complete via WP Cron','2021-02-16 11:27:29','2021-02-16 03:27:29'),(103022,37252,'action created','2021-02-16 11:27:30','2021-02-16 03:27:30'),(103023,37252,'action started via WP Cron','2021-02-16 11:28:30','2021-02-16 03:28:30'),(103024,37252,'action complete via WP Cron','2021-02-16 11:28:30','2021-02-16 03:28:30'),(103025,37253,'action created','2021-02-16 11:28:43','2021-02-16 03:28:43'),(103026,37253,'action started via WP Cron','2021-02-16 11:29:43','2021-02-16 03:29:43'),(103027,37253,'action complete via WP Cron','2021-02-16 11:29:43','2021-02-16 03:29:43'),(103028,37254,'action created','2021-02-16 11:29:43','2021-02-16 03:29:43'),(103029,37254,'action started via WP Cron','2021-02-16 11:30:44','2021-02-16 03:30:44'),(103030,37254,'action complete via WP Cron','2021-02-16 11:30:44','2021-02-16 03:30:44'),(103031,37255,'action created','2021-02-16 11:30:44','2021-02-16 03:30:44'),(103032,37255,'action started via WP Cron','2021-02-16 11:31:45','2021-02-16 03:31:45'),(103033,37255,'action complete via WP Cron','2021-02-16 11:31:45','2021-02-16 03:31:45'),(103034,37256,'action created','2021-02-16 11:31:46','2021-02-16 03:31:46'),(103035,37256,'action started via WP Cron','2021-02-16 11:33:02','2021-02-16 03:33:02'),(103036,37256,'action complete via WP Cron','2021-02-16 11:33:02','2021-02-16 03:33:02'),(103037,37257,'action created','2021-02-16 11:33:03','2021-02-16 03:33:03'),(103038,37257,'action started via WP Cron','2021-02-16 11:33:43','2021-02-16 03:33:43'),(103039,37257,'action complete via WP Cron','2021-02-16 11:33:43','2021-02-16 03:33:43'),(103040,37258,'action created','2021-02-16 11:33:43','2021-02-16 03:33:43'),(103041,37258,'action started via WP Cron','2021-02-16 11:34:45','2021-02-16 03:34:45'),(103042,37258,'action complete via WP Cron','2021-02-16 11:34:45','2021-02-16 03:34:45'),(103043,37259,'action created','2021-02-16 11:34:45','2021-02-16 03:34:45'),(103044,37259,'action started via WP Cron','2021-02-16 11:35:45','2021-02-16 03:35:45'),(103045,37259,'action complete via WP Cron','2021-02-16 11:35:45','2021-02-16 03:35:45'),(103046,37260,'action created','2021-02-16 11:35:45','2021-02-16 03:35:45'),(103047,37260,'action started via WP Cron','2021-02-16 11:42:48','2021-02-16 03:42:48'),(103048,37260,'action complete via WP Cron','2021-02-16 11:42:48','2021-02-16 03:42:48'),(103049,37261,'action created','2021-02-16 11:42:49','2021-02-16 03:42:49'),(103050,37261,'action started via WP Cron','2021-02-16 11:52:25','2021-02-16 03:52:25'),(103051,37261,'action complete via WP Cron','2021-02-16 11:52:28','2021-02-16 03:52:28'),(103052,37262,'action created','2021-02-16 11:52:31','2021-02-16 03:52:31'),(103053,37262,'action started via WP Cron','2021-02-16 11:54:38','2021-02-16 03:54:38'),(103054,37262,'action complete via WP Cron','2021-02-16 11:54:38','2021-02-16 03:54:38'),(103055,37263,'action created','2021-02-16 11:54:38','2021-02-16 03:54:38'),(103056,37263,'action started via WP Cron','2021-02-16 11:55:15','2021-02-16 03:55:15'),(103057,37263,'action complete via WP Cron','2021-02-16 11:55:15','2021-02-16 03:55:15'),(103058,37264,'action created','2021-02-16 11:55:15','2021-02-16 03:55:15'),(103059,37264,'action started via WP Cron','2021-02-16 12:00:08','2021-02-16 04:00:08'),(103060,37264,'action complete via WP Cron','2021-02-16 12:00:08','2021-02-16 04:00:08'),(103061,37265,'action created','2021-02-16 12:00:08','2021-02-16 04:00:08'),(103062,37265,'action started via WP Cron','2021-02-16 12:00:41','2021-02-16 04:00:41'),(103063,37265,'action complete via WP Cron','2021-02-16 12:00:41','2021-02-16 04:00:41'),(103064,37266,'action created','2021-02-16 12:00:41','2021-02-16 04:00:41'),(103065,37266,'action started via WP Cron','2021-02-16 12:01:53','2021-02-16 04:01:53'),(103066,37266,'action complete via WP Cron','2021-02-16 12:01:53','2021-02-16 04:01:53'),(103067,37267,'action created','2021-02-16 12:01:53','2021-02-16 04:01:53'),(103068,37267,'action started via WP Cron','2021-02-16 12:02:47','2021-02-16 04:02:47'),(103069,37267,'action complete via WP Cron','2021-02-16 12:02:47','2021-02-16 04:02:47'),(103070,37268,'action created','2021-02-16 12:02:47','2021-02-16 04:02:47'),(103071,37268,'action started via WP Cron','2021-02-16 12:03:52','2021-02-16 04:03:52'),(103072,37268,'action complete via WP Cron','2021-02-16 12:03:52','2021-02-16 04:03:52'),(103073,37269,'action created','2021-02-16 12:03:52','2021-02-16 04:03:52'),(103074,37269,'action started via WP Cron','2021-02-16 12:04:40','2021-02-16 04:04:40'),(103075,37269,'action complete via WP Cron','2021-02-16 12:04:40','2021-02-16 04:04:40'),(103076,37270,'action created','2021-02-16 12:04:40','2021-02-16 04:04:40'),(103077,37270,'action started via WP Cron','2021-02-16 12:05:50','2021-02-16 04:05:50'),(103078,37270,'action complete via WP Cron','2021-02-16 12:05:50','2021-02-16 04:05:50'),(103079,37271,'action created','2021-02-16 12:05:50','2021-02-16 04:05:50'),(103080,37271,'action started via WP Cron','2021-02-16 12:06:51','2021-02-16 04:06:51'),(103081,37271,'action complete via WP Cron','2021-02-16 12:06:51','2021-02-16 04:06:51'),(103082,37272,'action created','2021-02-16 12:06:52','2021-02-16 04:06:52'),(103083,37272,'action started via WP Cron','2021-02-16 12:07:45','2021-02-16 04:07:45'),(103084,37272,'action complete via WP Cron','2021-02-16 12:07:45','2021-02-16 04:07:45'),(103085,37273,'action created','2021-02-16 12:07:45','2021-02-16 04:07:45'),(103086,37273,'action started via WP Cron','2021-02-16 12:08:52','2021-02-16 04:08:52'),(103087,37273,'action complete via WP Cron','2021-02-16 12:08:52','2021-02-16 04:08:52'),(103088,37274,'action created','2021-02-16 12:08:52','2021-02-16 04:08:52'),(103089,37274,'action started via WP Cron','2021-02-16 12:09:59','2021-02-16 04:09:59'),(103090,37274,'action complete via WP Cron','2021-02-16 12:09:59','2021-02-16 04:09:59'),(103091,37275,'action created','2021-02-16 12:09:59','2021-02-16 04:09:59'),(103092,37275,'action started via WP Cron','2021-02-16 12:10:44','2021-02-16 04:10:44'),(103093,37275,'action complete via WP Cron','2021-02-16 12:10:44','2021-02-16 04:10:44'),(103094,37276,'action created','2021-02-16 12:10:44','2021-02-16 04:10:44'),(103095,37276,'action started via WP Cron','2021-02-16 12:11:58','2021-02-16 04:11:58'),(103096,37276,'action complete via WP Cron','2021-02-16 12:11:58','2021-02-16 04:11:58'),(103097,37277,'action created','2021-02-16 12:11:58','2021-02-16 04:11:58'),(103098,37277,'action started via WP Cron','2021-02-16 12:12:43','2021-02-16 04:12:43'),(103099,37277,'action complete via WP Cron','2021-02-16 12:12:43','2021-02-16 04:12:43'),(103100,37278,'action created','2021-02-16 12:12:43','2021-02-16 04:12:43'),(103101,37278,'action started via WP Cron','2021-02-16 12:14:10','2021-02-16 04:14:10'),(103102,37278,'action complete via WP Cron','2021-02-16 12:14:10','2021-02-16 04:14:10'),(103103,37279,'action created','2021-02-16 12:14:10','2021-02-16 04:14:10'),(103104,37279,'action started via WP Cron','2021-02-16 12:14:47','2021-02-16 04:14:47'),(103105,37279,'action complete via WP Cron','2021-02-16 12:14:47','2021-02-16 04:14:47'),(103106,37280,'action created','2021-02-16 12:14:47','2021-02-16 04:14:47'),(103107,37280,'action started via WP Cron','2021-02-16 12:15:49','2021-02-16 04:15:49'),(103108,37280,'action complete via WP Cron','2021-02-16 12:15:49','2021-02-16 04:15:49'),(103109,37281,'action created','2021-02-16 12:15:49','2021-02-16 04:15:49'),(103110,37281,'action started via WP Cron','2021-02-16 12:16:50','2021-02-16 04:16:50'),(103111,37281,'action complete via WP Cron','2021-02-16 12:16:50','2021-02-16 04:16:50'),(103112,37282,'action created','2021-02-16 12:16:50','2021-02-16 04:16:50'),(103113,37282,'action started via WP Cron','2021-02-16 12:17:50','2021-02-16 04:17:50'),(103114,37282,'action complete via WP Cron','2021-02-16 12:17:50','2021-02-16 04:17:50'),(103115,37283,'action created','2021-02-16 12:17:50','2021-02-16 04:17:50'),(103116,37283,'action started via WP Cron','2021-02-16 12:18:52','2021-02-16 04:18:52'),(103117,37283,'action complete via WP Cron','2021-02-16 12:18:52','2021-02-16 04:18:52'),(103118,37284,'action created','2021-02-16 12:18:52','2021-02-16 04:18:52'),(103119,37284,'action started via WP Cron','2021-02-16 12:19:57','2021-02-16 04:19:57'),(103120,37284,'action complete via WP Cron','2021-02-16 12:19:57','2021-02-16 04:19:57'),(103121,37285,'action created','2021-02-16 12:19:57','2021-02-16 04:19:57'),(103122,37285,'action started via WP Cron','2021-02-16 12:21:01','2021-02-16 04:21:01'),(103123,37285,'action complete via WP Cron','2021-02-16 12:21:01','2021-02-16 04:21:01'),(103124,37286,'action created','2021-02-16 12:21:01','2021-02-16 04:21:01'),(103125,37286,'action started via WP Cron','2021-02-16 12:21:49','2021-02-16 04:21:49'),(103126,37286,'action complete via WP Cron','2021-02-16 12:21:49','2021-02-16 04:21:49'),(103127,37287,'action created','2021-02-16 12:21:49','2021-02-16 04:21:49'),(103128,37287,'action started via WP Cron','2021-02-16 12:22:51','2021-02-16 04:22:51'),(103129,37287,'action complete via WP Cron','2021-02-16 12:22:52','2021-02-16 04:22:52'),(103130,37288,'action created','2021-02-16 12:22:52','2021-02-16 04:22:52'),(103131,37288,'action started via WP Cron','2021-02-16 12:23:55','2021-02-16 04:23:55'),(103132,37288,'action complete via WP Cron','2021-02-16 12:23:55','2021-02-16 04:23:55'),(103133,37289,'action created','2021-02-16 12:23:55','2021-02-16 04:23:55'),(103134,37289,'action started via WP Cron','2021-02-16 12:24:47','2021-02-16 04:24:47'),(103135,37289,'action complete via WP Cron','2021-02-16 12:24:47','2021-02-16 04:24:47'),(103136,37290,'action created','2021-02-16 12:24:47','2021-02-16 04:24:47'),(103137,37290,'action started via WP Cron','2021-02-16 12:25:51','2021-02-16 04:25:51'),(103138,37290,'action complete via WP Cron','2021-02-16 12:25:51','2021-02-16 04:25:51'),(103139,37291,'action created','2021-02-16 12:25:51','2021-02-16 04:25:51'),(103140,37291,'action started via WP Cron','2021-02-16 12:26:54','2021-02-16 04:26:54'),(103141,37291,'action complete via WP Cron','2021-02-16 12:26:54','2021-02-16 04:26:54'),(103142,37292,'action created','2021-02-16 12:26:54','2021-02-16 04:26:54'),(103143,37292,'action started via WP Cron','2021-02-16 12:27:57','2021-02-16 04:27:57'),(103144,37292,'action complete via WP Cron','2021-02-16 12:27:57','2021-02-16 04:27:57'),(103145,37293,'action created','2021-02-16 12:27:58','2021-02-16 04:27:58'),(103146,37293,'action started via WP Cron','2021-02-16 12:28:42','2021-02-16 04:28:42'),(103147,37293,'action complete via WP Cron','2021-02-16 12:28:42','2021-02-16 04:28:42'),(103148,37294,'action created','2021-02-16 12:28:42','2021-02-16 04:28:42'),(103149,37294,'action started via WP Cron','2021-02-16 12:29:43','2021-02-16 04:29:43'),(103150,37294,'action complete via WP Cron','2021-02-16 12:29:43','2021-02-16 04:29:43'),(103151,37295,'action created','2021-02-16 12:29:43','2021-02-16 04:29:43'),(103152,37295,'action started via WP Cron','2021-02-16 12:30:50','2021-02-16 04:30:50'),(103153,37295,'action complete via WP Cron','2021-02-16 12:30:50','2021-02-16 04:30:50'),(103154,37296,'action created','2021-02-16 12:30:50','2021-02-16 04:30:50'),(103155,37296,'action started via WP Cron','2021-02-16 12:31:52','2021-02-16 04:31:52'),(103156,37296,'action complete via WP Cron','2021-02-16 12:31:52','2021-02-16 04:31:52'),(103157,37297,'action created','2021-02-16 12:31:52','2021-02-16 04:31:52'),(103158,37297,'action started via WP Cron','2021-02-16 12:32:46','2021-02-16 04:32:46'),(103159,37297,'action complete via WP Cron','2021-02-16 12:32:46','2021-02-16 04:32:46'),(103160,37298,'action created','2021-02-16 12:33:08','2021-02-16 04:33:08'),(103161,37298,'action started via WP Cron','2021-02-16 12:33:47','2021-02-16 04:33:47'),(103162,37298,'action complete via WP Cron','2021-02-16 12:33:47','2021-02-16 04:33:47'),(103163,37299,'action created','2021-02-16 12:33:47','2021-02-16 04:33:47'),(103164,37299,'action started via WP Cron','2021-02-16 12:34:47','2021-02-16 04:34:47'),(103165,37299,'action complete via WP Cron','2021-02-16 12:34:47','2021-02-16 04:34:47'),(103166,37300,'action created','2021-02-16 12:34:47','2021-02-16 04:34:47'),(103167,37300,'action started via WP Cron','2021-02-16 12:35:48','2021-02-16 04:35:48'),(103168,37300,'action complete via WP Cron','2021-02-16 12:35:48','2021-02-16 04:35:48'),(103169,37301,'action created','2021-02-16 12:35:48','2021-02-16 04:35:48'),(103170,37301,'action started via WP Cron','2021-02-16 12:36:43','2021-02-16 04:36:43'),(103171,37301,'action complete via WP Cron','2021-02-16 12:36:43','2021-02-16 04:36:43'),(103172,37302,'action created','2021-02-16 12:36:43','2021-02-16 04:36:43'),(103173,37302,'action started via WP Cron','2021-02-16 12:38:14','2021-02-16 04:38:14'),(103174,37302,'action complete via WP Cron','2021-02-16 12:38:14','2021-02-16 04:38:14'),(103175,37303,'action created','2021-02-16 12:38:14','2021-02-16 04:38:14'),(103176,37303,'action started via WP Cron','2021-02-16 12:39:15','2021-02-16 04:39:15'),(103177,37303,'action complete via WP Cron','2021-02-16 12:39:15','2021-02-16 04:39:15'),(103178,37304,'action created','2021-02-16 12:39:15','2021-02-16 04:39:15'),(103179,37304,'action started via WP Cron','2021-02-16 12:40:47','2021-02-16 04:40:47'),(103180,37304,'action complete via WP Cron','2021-02-16 12:40:47','2021-02-16 04:40:47'),(103181,37305,'action created','2021-02-16 12:40:47','2021-02-16 04:40:47'),(103182,37305,'action started via WP Cron','2021-02-16 12:47:01','2021-02-16 04:47:01'),(103183,37305,'action complete via WP Cron','2021-02-16 12:47:01','2021-02-16 04:47:01'),(103184,37306,'action created','2021-02-16 12:47:02','2021-02-16 04:47:02'),(103185,37306,'action started via WP Cron','2021-02-16 12:49:14','2021-02-16 04:49:14'),(103186,37306,'action complete via WP Cron','2021-02-16 12:49:14','2021-02-16 04:49:14'),(103187,37307,'action created','2021-02-16 12:49:14','2021-02-16 04:49:14'),(103188,37307,'action started via WP Cron','2021-02-16 12:51:58','2021-02-16 04:51:58'),(103189,37307,'action complete via WP Cron','2021-02-16 12:51:58','2021-02-16 04:51:58'),(103190,37308,'action created','2021-02-16 12:51:58','2021-02-16 04:51:58'),(103191,37308,'action started via WP Cron','2021-02-16 12:55:41','2021-02-16 04:55:41'),(103192,37308,'action complete via WP Cron','2021-02-16 12:55:41','2021-02-16 04:55:41'),(103193,37309,'action created','2021-02-16 12:55:41','2021-02-16 04:55:41'),(103194,37309,'action started via WP Cron','2021-02-16 12:57:44','2021-02-16 04:57:44'),(103195,37309,'action complete via WP Cron','2021-02-16 12:57:44','2021-02-16 04:57:44'),(103196,37310,'action created','2021-02-16 12:57:44','2021-02-16 04:57:44'),(103197,37310,'action started via WP Cron','2021-02-16 12:59:49','2021-02-16 04:59:49'),(103198,37310,'action complete via WP Cron','2021-02-16 12:59:49','2021-02-16 04:59:49'),(103199,37311,'action created','2021-02-16 12:59:49','2021-02-16 04:59:49'),(103200,37311,'action started via WP Cron','2021-02-16 13:00:49','2021-02-16 05:00:49'),(103201,37311,'action complete via WP Cron','2021-02-16 13:00:49','2021-02-16 05:00:49'),(103202,37312,'action created','2021-02-16 13:00:49','2021-02-16 05:00:49'),(103203,37312,'action started via WP Cron','2021-02-16 13:01:51','2021-02-16 05:01:51'),(103204,37312,'action complete via WP Cron','2021-02-16 13:01:51','2021-02-16 05:01:51'),(103205,37313,'action created','2021-02-16 13:01:51','2021-02-16 05:01:51'),(103206,37313,'action started via WP Cron','2021-02-16 13:02:53','2021-02-16 05:02:53'),(103207,37313,'action complete via WP Cron','2021-02-16 13:02:53','2021-02-16 05:02:53'),(103208,37314,'action created','2021-02-16 13:02:53','2021-02-16 05:02:53'),(103209,37314,'action started via WP Cron','2021-02-16 13:03:55','2021-02-16 05:03:55'),(103210,37314,'action complete via WP Cron','2021-02-16 13:03:55','2021-02-16 05:03:55'),(103211,37315,'action created','2021-02-16 13:03:55','2021-02-16 05:03:55'),(103212,37315,'action started via WP Cron','2021-02-16 13:05:05','2021-02-16 05:05:05'),(103213,37315,'action complete via WP Cron','2021-02-16 13:05:05','2021-02-16 05:05:05'),(103214,37316,'action created','2021-02-16 13:05:05','2021-02-16 05:05:05'),(103215,37316,'action started via WP Cron','2021-02-16 13:06:02','2021-02-16 05:06:02'),(103216,37316,'action complete via WP Cron','2021-02-16 13:06:02','2021-02-16 05:06:02'),(103217,37317,'action created','2021-02-16 13:06:02','2021-02-16 05:06:02'),(103218,37317,'action started via WP Cron','2021-02-16 13:07:00','2021-02-16 05:07:00'),(103219,37317,'action complete via WP Cron','2021-02-16 13:07:00','2021-02-16 05:07:00'),(103220,37318,'action created','2021-02-16 13:07:00','2021-02-16 05:07:00'),(103221,37318,'action started via WP Cron','2021-02-16 13:07:54','2021-02-16 05:07:54'),(103222,37318,'action complete via WP Cron','2021-02-16 13:07:54','2021-02-16 05:07:54'),(103223,37319,'action created','2021-02-16 13:07:54','2021-02-16 05:07:54'),(103224,37319,'action started via WP Cron','2021-02-16 13:09:06','2021-02-16 05:09:06'),(103225,37319,'action complete via WP Cron','2021-02-16 13:09:06','2021-02-16 05:09:06'),(103226,37320,'action created','2021-02-16 13:09:06','2021-02-16 05:09:06'),(103227,37320,'action started via WP Cron','2021-02-16 13:09:42','2021-02-16 05:09:42'),(103228,37320,'action complete via WP Cron','2021-02-16 13:09:42','2021-02-16 05:09:42'),(103229,37321,'action created','2021-02-16 13:09:42','2021-02-16 05:09:42'),(103230,37321,'action started via WP Cron','2021-02-16 13:11:00','2021-02-16 05:11:00'),(103231,37321,'action complete via WP Cron','2021-02-16 13:11:00','2021-02-16 05:11:00'),(103232,37322,'action created','2021-02-16 13:11:00','2021-02-16 05:11:00'),(103233,37322,'action started via WP Cron','2021-02-16 13:11:53','2021-02-16 05:11:53'),(103234,37322,'action complete via WP Cron','2021-02-16 13:11:53','2021-02-16 05:11:53'),(103235,37323,'action created','2021-02-16 13:11:53','2021-02-16 05:11:53'),(103236,37323,'action started via WP Cron','2021-02-16 13:12:48','2021-02-16 05:12:48'),(103237,37323,'action complete via WP Cron','2021-02-16 13:12:48','2021-02-16 05:12:48'),(103238,37324,'action created','2021-02-16 13:12:48','2021-02-16 05:12:48'),(103239,37324,'action started via WP Cron','2021-02-16 13:14:00','2021-02-16 05:14:00'),(103240,37324,'action complete via WP Cron','2021-02-16 13:14:00','2021-02-16 05:14:00'),(103241,37325,'action created','2021-02-16 13:14:00','2021-02-16 05:14:00'),(103242,37325,'action started via WP Cron','2021-02-16 13:15:10','2021-02-16 05:15:10'),(103243,37325,'action complete via WP Cron','2021-02-16 13:15:10','2021-02-16 05:15:10'),(103244,37326,'action created','2021-02-16 13:15:10','2021-02-16 05:15:10'),(103245,37326,'action started via WP Cron','2021-02-16 13:15:45','2021-02-16 05:15:45'),(103246,37326,'action complete via WP Cron','2021-02-16 13:15:45','2021-02-16 05:15:45'),(103247,37327,'action created','2021-02-16 13:15:45','2021-02-16 05:15:45'),(103248,37327,'action started via WP Cron','2021-02-16 13:16:51','2021-02-16 05:16:51'),(103249,37327,'action complete via WP Cron','2021-02-16 13:16:51','2021-02-16 05:16:51'),(103250,37328,'action created','2021-02-16 13:16:51','2021-02-16 05:16:51'),(103251,37328,'action started via WP Cron','2021-02-16 13:17:50','2021-02-16 05:17:50'),(103252,37328,'action complete via WP Cron','2021-02-16 13:17:50','2021-02-16 05:17:50'),(103253,37329,'action created','2021-02-16 13:17:50','2021-02-16 05:17:50'),(103254,37329,'action started via WP Cron','2021-02-16 13:18:49','2021-02-16 05:18:49'),(103255,37329,'action complete via WP Cron','2021-02-16 13:18:49','2021-02-16 05:18:49'),(103256,37330,'action created','2021-02-16 13:18:50','2021-02-16 05:18:50'),(103257,37330,'action started via WP Cron','2021-02-16 13:19:47','2021-02-16 05:19:47'),(103258,37330,'action complete via WP Cron','2021-02-16 13:19:47','2021-02-16 05:19:47'),(103259,37331,'action created','2021-02-16 13:19:47','2021-02-16 05:19:47'),(103260,37331,'action started via WP Cron','2021-02-16 13:20:43','2021-02-16 05:20:43'),(103261,37331,'action complete via WP Cron','2021-02-16 13:20:43','2021-02-16 05:20:43'),(103262,37332,'action created','2021-02-16 13:20:43','2021-02-16 05:20:43'),(103263,37332,'action started via WP Cron','2021-02-16 13:22:06','2021-02-16 05:22:06'),(103264,37332,'action complete via WP Cron','2021-02-16 13:22:06','2021-02-16 05:22:06'),(103265,37333,'action created','2021-02-16 13:22:06','2021-02-16 05:22:06'),(103266,37333,'action started via WP Cron','2021-02-16 13:22:44','2021-02-16 05:22:44'),(103267,37333,'action complete via WP Cron','2021-02-16 13:22:44','2021-02-16 05:22:44'),(103268,37334,'action created','2021-02-16 13:22:44','2021-02-16 05:22:44'),(103269,37334,'action started via WP Cron','2021-02-16 13:24:04','2021-02-16 05:24:04'),(103270,37334,'action complete via WP Cron','2021-02-16 13:24:04','2021-02-16 05:24:04'),(103271,37335,'action created','2021-02-16 13:24:04','2021-02-16 05:24:04'),(103272,37335,'action started via WP Cron','2021-02-16 13:25:03','2021-02-16 05:25:03'),(103273,37335,'action complete via WP Cron','2021-02-16 13:25:03','2021-02-16 05:25:03'),(103274,37336,'action created','2021-02-16 13:25:03','2021-02-16 05:25:03'),(103275,37336,'action started via WP Cron','2021-02-16 13:26:01','2021-02-16 05:26:01'),(103276,37336,'action complete via WP Cron','2021-02-16 13:26:01','2021-02-16 05:26:01'),(103277,37337,'action created','2021-02-16 13:26:01','2021-02-16 05:26:01'),(103278,37337,'action started via WP Cron','2021-02-16 13:27:19','2021-02-16 05:27:19'),(103279,37337,'action complete via WP Cron','2021-02-16 13:27:19','2021-02-16 05:27:19'),(103280,37338,'action created','2021-02-16 13:27:19','2021-02-16 05:27:19'),(103281,37338,'action started via WP Cron','2021-02-16 13:28:02','2021-02-16 05:28:02'),(103282,37338,'action complete via WP Cron','2021-02-16 13:28:02','2021-02-16 05:28:02'),(103283,37339,'action created','2021-02-16 13:28:02','2021-02-16 05:28:02'),(103284,37339,'action started via WP Cron','2021-02-16 13:28:41','2021-02-16 05:28:41'),(103285,37339,'action complete via WP Cron','2021-02-16 13:28:41','2021-02-16 05:28:41'),(103286,37340,'action created','2021-02-16 13:28:42','2021-02-16 05:28:42'),(103287,37340,'action started via WP Cron','2021-02-16 13:29:51','2021-02-16 05:29:51'),(103288,37340,'action complete via WP Cron','2021-02-16 13:29:51','2021-02-16 05:29:51'),(103289,37341,'action created','2021-02-16 13:29:51','2021-02-16 05:29:51'),(103290,37341,'action started via WP Cron','2021-02-16 13:30:47','2021-02-16 05:30:47'),(103291,37341,'action complete via WP Cron','2021-02-16 13:30:47','2021-02-16 05:30:47'),(103292,37342,'action created','2021-02-16 13:30:47','2021-02-16 05:30:47'),(103293,37342,'action started via WP Cron','2021-02-16 13:31:52','2021-02-16 05:31:52'),(103294,37342,'action complete via WP Cron','2021-02-16 13:31:52','2021-02-16 05:31:52'),(103295,37343,'action created','2021-02-16 13:31:52','2021-02-16 05:31:52'),(103296,37343,'action started via WP Cron','2021-02-16 13:32:46','2021-02-16 05:32:46'),(103297,37343,'action complete via WP Cron','2021-02-16 13:32:46','2021-02-16 05:32:46'),(103298,37344,'action created','2021-02-16 13:32:46','2021-02-16 05:32:46'),(103299,37344,'action started via WP Cron','2021-02-16 13:34:27','2021-02-16 05:34:27'),(103300,37344,'action complete via WP Cron','2021-02-16 13:34:27','2021-02-16 05:34:27'),(103301,37345,'action created','2021-02-16 13:34:28','2021-02-16 05:34:28'),(103302,37345,'action started via WP Cron','2021-02-16 13:35:28','2021-02-16 05:35:28'),(103303,37345,'action complete via WP Cron','2021-02-16 13:35:28','2021-02-16 05:35:28'),(103304,37346,'action created','2021-02-16 13:35:28','2021-02-16 05:35:28'),(103305,37346,'action started via WP Cron','2021-02-16 13:35:52','2021-02-16 05:35:52'),(103306,37346,'action complete via WP Cron','2021-02-16 13:35:52','2021-02-16 05:35:52'),(103307,37347,'action created','2021-02-16 13:35:53','2021-02-16 05:35:53'),(103308,37347,'action started via WP Cron','2021-02-16 13:37:24','2021-02-16 05:37:24'),(103309,37347,'action complete via WP Cron','2021-02-16 13:37:24','2021-02-16 05:37:24'),(103310,37348,'action created','2021-02-16 13:37:24','2021-02-16 05:37:24'),(103311,37348,'action started via WP Cron','2021-02-16 13:38:20','2021-02-16 05:38:20'),(103312,37348,'action complete via WP Cron','2021-02-16 13:38:20','2021-02-16 05:38:20'),(103313,37349,'action created','2021-02-16 13:38:21','2021-02-16 05:38:21'),(103314,37349,'action started via WP Cron','2021-02-16 13:39:18','2021-02-16 05:39:18'),(103315,37349,'action complete via WP Cron','2021-02-16 13:39:18','2021-02-16 05:39:18'),(103316,37350,'action created','2021-02-16 13:39:19','2021-02-16 05:39:19'),(103317,37350,'action started via WP Cron','2021-02-16 13:40:16','2021-02-16 05:40:16'),(103318,37350,'action complete via WP Cron','2021-02-16 13:40:16','2021-02-16 05:40:16'),(103319,37351,'action created','2021-02-16 13:40:16','2021-02-16 05:40:16'),(103320,37351,'action started via WP Cron','2021-02-16 13:41:02','2021-02-16 05:41:02'),(103321,37351,'action complete via WP Cron','2021-02-16 13:41:02','2021-02-16 05:41:02'),(103322,37352,'action created','2021-02-16 13:41:02','2021-02-16 05:41:02'),(103323,37352,'action started via WP Cron','2021-02-16 13:42:08','2021-02-16 05:42:08'),(103324,37352,'action complete via WP Cron','2021-02-16 13:42:08','2021-02-16 05:42:08'),(103325,37353,'action created','2021-02-16 13:42:08','2021-02-16 05:42:08'),(103326,37353,'action started via WP Cron','2021-02-16 13:43:09','2021-02-16 05:43:09'),(103327,37353,'action complete via WP Cron','2021-02-16 13:43:09','2021-02-16 05:43:09'),(103328,37354,'action created','2021-02-16 13:43:09','2021-02-16 05:43:09'),(103329,37354,'action started via WP Cron','2021-02-16 13:43:52','2021-02-16 05:43:52'),(103330,37354,'action complete via WP Cron','2021-02-16 13:43:52','2021-02-16 05:43:52'),(103331,37355,'action created','2021-02-16 13:43:52','2021-02-16 05:43:52'),(103332,37355,'action started via WP Cron','2021-02-16 14:02:57','2021-02-16 06:02:57'),(103333,37355,'action complete via WP Cron','2021-02-16 14:02:57','2021-02-16 06:02:57'),(103334,37356,'action created','2021-02-16 14:02:57','2021-02-16 06:02:57'),(103335,37356,'action started via WP Cron','2021-02-16 14:06:39','2021-02-16 06:06:39'),(103336,37356,'action complete via WP Cron','2021-02-16 14:06:39','2021-02-16 06:06:39'),(103337,37357,'action created','2021-02-16 14:06:39','2021-02-16 06:06:39'),(103338,37357,'action started via WP Cron','2021-02-16 14:08:05','2021-02-16 06:08:05'),(103339,37357,'action complete via WP Cron','2021-02-16 14:08:05','2021-02-16 06:08:05'),(103340,37358,'action created','2021-02-16 14:08:05','2021-02-16 06:08:05'),(103341,37358,'action started via WP Cron','2021-02-16 14:09:18','2021-02-16 06:09:18'),(103342,37358,'action complete via WP Cron','2021-02-16 14:09:18','2021-02-16 06:09:18'),(103343,37359,'action created','2021-02-16 14:09:18','2021-02-16 06:09:18'),(103344,37359,'action started via WP Cron','2021-02-16 14:09:45','2021-02-16 06:09:45'),(103345,37359,'action complete via WP Cron','2021-02-16 14:09:45','2021-02-16 06:09:45'),(103346,37360,'action created','2021-02-16 14:09:45','2021-02-16 06:09:45'),(103347,37360,'action started via WP Cron','2021-02-16 14:10:45','2021-02-16 06:10:45'),(103348,37360,'action complete via WP Cron','2021-02-16 14:10:45','2021-02-16 06:10:45'),(103349,37361,'action created','2021-02-16 14:10:45','2021-02-16 06:10:45'),(103350,37361,'action started via WP Cron','2021-02-16 14:12:04','2021-02-16 06:12:04'),(103351,37361,'action complete via WP Cron','2021-02-16 14:12:04','2021-02-16 06:12:04'),(103352,37362,'action created','2021-02-16 14:12:04','2021-02-16 06:12:04'),(103353,37362,'action started via WP Cron','2021-02-16 14:12:55','2021-02-16 06:12:55'),(103354,37362,'action complete via WP Cron','2021-02-16 14:12:55','2021-02-16 06:12:55'),(103355,37363,'action created','2021-02-16 14:12:55','2021-02-16 06:12:55'),(103356,37363,'action started via WP Cron','2021-02-16 14:13:45','2021-02-16 06:13:45'),(103357,37363,'action complete via WP Cron','2021-02-16 14:13:45','2021-02-16 06:13:45'),(103358,37364,'action created','2021-02-16 14:13:45','2021-02-16 06:13:45'),(103359,37364,'action started via WP Cron','2021-02-16 14:14:55','2021-02-16 06:14:55'),(103360,37364,'action complete via WP Cron','2021-02-16 14:14:55','2021-02-16 06:14:55'),(103361,37365,'action created','2021-02-16 14:14:55','2021-02-16 06:14:55'),(103362,37365,'action started via WP Cron','2021-02-16 14:15:44','2021-02-16 06:15:44'),(103363,37365,'action complete via WP Cron','2021-02-16 14:15:44','2021-02-16 06:15:44'),(103364,37366,'action created','2021-02-16 14:15:44','2021-02-16 06:15:44'),(103365,37366,'action started via WP Cron','2021-02-16 14:16:48','2021-02-16 06:16:48'),(103366,37366,'action complete via WP Cron','2021-02-16 14:16:48','2021-02-16 06:16:48'),(103367,37367,'action created','2021-02-16 14:16:48','2021-02-16 06:16:48'),(103368,37367,'action started via WP Cron','2021-02-16 14:18:03','2021-02-16 06:18:03'),(103369,37367,'action complete via WP Cron','2021-02-16 14:18:03','2021-02-16 06:18:03'),(103370,37368,'action created','2021-02-16 14:18:03','2021-02-16 06:18:03'),(103371,37368,'action started via WP Cron','2021-02-16 14:18:57','2021-02-16 06:18:57'),(103372,37368,'action complete via WP Cron','2021-02-16 14:18:57','2021-02-16 06:18:57'),(103373,37369,'action created','2021-02-16 14:18:57','2021-02-16 06:18:57'),(103374,37369,'action started via WP Cron','2021-02-16 14:19:44','2021-02-16 06:19:44'),(103375,37369,'action complete via WP Cron','2021-02-16 14:19:44','2021-02-16 06:19:44'),(103376,37370,'action created','2021-02-16 14:19:44','2021-02-16 06:19:44'),(103377,37370,'action started via WP Cron','2021-02-16 14:20:55','2021-02-16 06:20:55'),(103378,37370,'action complete via WP Cron','2021-02-16 14:20:55','2021-02-16 06:20:55'),(103379,37371,'action created','2021-02-16 14:20:55','2021-02-16 06:20:55'),(103380,37371,'action started via WP Cron','2021-02-16 14:21:43','2021-02-16 06:21:43'),(103381,37371,'action complete via WP Cron','2021-02-16 14:21:43','2021-02-16 06:21:43'),(103382,37372,'action created','2021-02-16 14:21:43','2021-02-16 06:21:43'),(103383,37372,'action started via WP Cron','2021-02-16 14:23:11','2021-02-16 06:23:11'),(103384,37372,'action complete via WP Cron','2021-02-16 14:23:11','2021-02-16 06:23:11'),(103385,37373,'action created','2021-02-16 14:23:11','2021-02-16 06:23:11'),(103386,37373,'action started via WP Cron','2021-02-16 14:23:56','2021-02-16 06:23:56'),(103387,37373,'action complete via WP Cron','2021-02-16 14:23:56','2021-02-16 06:23:56'),(103388,37374,'action created','2021-02-16 14:23:56','2021-02-16 06:23:56'),(103389,37374,'action started via WP Cron','2021-02-16 14:24:57','2021-02-16 06:24:57'),(103390,37374,'action complete via WP Cron','2021-02-16 14:24:57','2021-02-16 06:24:57'),(103391,37375,'action created','2021-02-16 14:24:57','2021-02-16 06:24:57'),(103392,37375,'action started via WP Cron','2021-02-16 14:25:50','2021-02-16 06:25:50'),(103393,37375,'action complete via WP Cron','2021-02-16 14:25:50','2021-02-16 06:25:50'),(103394,37376,'action created','2021-02-16 14:25:50','2021-02-16 06:25:50'),(103395,37376,'action started via WP Cron','2021-02-16 14:27:04','2021-02-16 06:27:04'),(103396,37376,'action complete via WP Cron','2021-02-16 14:27:04','2021-02-16 06:27:04'),(103397,37377,'action created','2021-02-16 14:27:04','2021-02-16 06:27:04'),(103398,37377,'action started via WP Cron','2021-02-16 14:27:44','2021-02-16 06:27:44'),(103399,37377,'action complete via WP Cron','2021-02-16 14:27:44','2021-02-16 06:27:44'),(103400,37378,'action created','2021-02-16 14:27:44','2021-02-16 06:27:44'),(103401,37378,'action started via WP Cron','2021-02-16 14:28:44','2021-02-16 06:28:44'),(103402,37378,'action complete via WP Cron','2021-02-16 14:28:44','2021-02-16 06:28:44'),(103403,37379,'action created','2021-02-16 14:28:44','2021-02-16 06:28:44'),(103404,37379,'action started via WP Cron','2021-02-16 14:30:09','2021-02-16 06:30:09'),(103405,37379,'action complete via WP Cron','2021-02-16 14:30:09','2021-02-16 06:30:09'),(103406,37380,'action created','2021-02-16 14:30:09','2021-02-16 06:30:09'),(103407,37380,'action started via WP Cron','2021-02-16 14:30:45','2021-02-16 06:30:45'),(103408,37380,'action complete via WP Cron','2021-02-16 14:30:45','2021-02-16 06:30:45'),(103409,37381,'action created','2021-02-16 14:30:45','2021-02-16 06:30:45'),(103410,37381,'action started via WP Cron','2021-02-16 14:31:52','2021-02-16 06:31:52'),(103411,37381,'action complete via WP Cron','2021-02-16 14:31:52','2021-02-16 06:31:52'),(103412,37382,'action created','2021-02-16 14:31:52','2021-02-16 06:31:52'),(103413,37382,'action started via WP Cron','2021-02-16 14:32:51','2021-02-16 06:32:51'),(103414,37382,'action complete via WP Cron','2021-02-16 14:32:51','2021-02-16 06:32:51'),(103415,37383,'action created','2021-02-16 14:32:51','2021-02-16 06:32:51'),(103416,37383,'action started via WP Cron','2021-02-16 14:33:41','2021-02-16 06:33:41'),(103417,37383,'action complete via WP Cron','2021-02-16 14:33:41','2021-02-16 06:33:41'),(103418,37384,'action created','2021-02-16 14:33:41','2021-02-16 06:33:41'),(103419,37384,'action started via WP Cron','2021-02-16 14:34:50','2021-02-16 06:34:50'),(103420,37384,'action complete via WP Cron','2021-02-16 14:34:50','2021-02-16 06:34:50'),(103421,37385,'action created','2021-02-16 14:34:50','2021-02-16 06:34:50'),(103422,37385,'action started via WP Cron','2021-02-16 14:35:45','2021-02-16 06:35:45'),(103423,37385,'action complete via WP Cron','2021-02-16 14:35:45','2021-02-16 06:35:45'),(103424,37386,'action created','2021-02-16 14:35:45','2021-02-16 06:35:45'),(103425,37386,'action started via WP Cron','2021-02-16 14:36:47','2021-02-16 06:36:47'),(103426,37386,'action complete via WP Cron','2021-02-16 14:36:47','2021-02-16 06:36:47'),(103427,37387,'action created','2021-02-16 14:36:47','2021-02-16 06:36:47'),(103428,37387,'action started via WP Cron','2021-02-16 14:37:48','2021-02-16 06:37:48'),(103429,37387,'action complete via WP Cron','2021-02-16 14:37:48','2021-02-16 06:37:48'),(103430,37388,'action created','2021-02-16 14:37:48','2021-02-16 06:37:48'),(103431,37388,'action started via WP Cron','2021-02-16 14:38:52','2021-02-16 06:38:52'),(103432,37388,'action complete via WP Cron','2021-02-16 14:38:52','2021-02-16 06:38:52'),(103433,37389,'action created','2021-02-16 14:38:52','2021-02-16 06:38:52'),(103434,37389,'action started via WP Cron','2021-02-16 14:39:49','2021-02-16 06:39:49'),(103435,37389,'action complete via WP Cron','2021-02-16 14:39:49','2021-02-16 06:39:49'),(103436,37390,'action created','2021-02-16 14:39:49','2021-02-16 06:39:49'),(103437,37390,'action started via WP Cron','2021-02-16 14:40:45','2021-02-16 06:40:45'),(103438,37390,'action complete via WP Cron','2021-02-16 14:40:45','2021-02-16 06:40:45'),(103439,37391,'action created','2021-02-16 14:40:45','2021-02-16 06:40:45'),(103440,37391,'action started via WP Cron','2021-02-16 14:42:04','2021-02-16 06:42:04'),(103441,37391,'action complete via WP Cron','2021-02-16 14:42:04','2021-02-16 06:42:04'),(103442,37392,'action created','2021-02-16 14:42:04','2021-02-16 06:42:04'),(103443,37392,'action started via WP Cron','2021-02-16 14:42:55','2021-02-16 06:42:55'),(103444,37392,'action complete via WP Cron','2021-02-16 14:42:55','2021-02-16 06:42:55'),(103445,37393,'action created','2021-02-16 14:42:55','2021-02-16 06:42:55'),(103446,37393,'action started via WP Cron','2021-02-16 14:44:06','2021-02-16 06:44:06'),(103447,37393,'action complete via WP Cron','2021-02-16 14:44:06','2021-02-16 06:44:06'),(103448,37394,'action created','2021-02-16 14:44:06','2021-02-16 06:44:06'),(103449,37394,'action started via WP Cron','2021-02-16 14:44:47','2021-02-16 06:44:47'),(103450,37394,'action complete via WP Cron','2021-02-16 14:44:47','2021-02-16 06:44:47'),(103451,37395,'action created','2021-02-16 14:44:47','2021-02-16 06:44:47'),(103452,37395,'action started via WP Cron','2021-02-16 14:45:46','2021-02-16 06:45:46'),(103453,37395,'action complete via WP Cron','2021-02-16 14:45:46','2021-02-16 06:45:46'),(103454,37396,'action created','2021-02-16 14:45:46','2021-02-16 06:45:46'),(103455,37396,'action started via WP Cron','2021-02-16 14:47:03','2021-02-16 06:47:03'),(103456,37396,'action complete via WP Cron','2021-02-16 14:47:03','2021-02-16 06:47:03'),(103457,37397,'action created','2021-02-16 14:47:03','2021-02-16 06:47:03'),(103458,37397,'action started via WP Cron','2021-02-16 14:48:04','2021-02-16 06:48:04'),(103459,37397,'action complete via WP Cron','2021-02-16 14:48:04','2021-02-16 06:48:04'),(103460,37398,'action created','2021-02-16 14:48:04','2021-02-16 06:48:04'),(103461,37398,'action started via WP Cron','2021-02-16 14:48:43','2021-02-16 06:48:43'),(103462,37398,'action complete via WP Cron','2021-02-16 14:48:43','2021-02-16 06:48:43'),(103463,37399,'action created','2021-02-16 14:48:44','2021-02-16 06:48:44'),(103464,37399,'action started via WP Cron','2021-02-16 14:52:50','2021-02-16 06:52:50'),(103465,37399,'action complete via WP Cron','2021-02-16 14:52:50','2021-02-16 06:52:50'),(103466,37400,'action created','2021-02-16 14:52:50','2021-02-16 06:52:50'),(103467,37400,'action started via WP Cron','2021-02-16 14:54:10','2021-02-16 06:54:10'),(103468,37400,'action complete via WP Cron','2021-02-16 14:54:10','2021-02-16 06:54:10'),(103469,37401,'action created','2021-02-16 14:54:10','2021-02-16 06:54:10'),(103470,37401,'action started via WP Cron','2021-02-16 14:55:44','2021-02-16 06:55:44'),(103471,37401,'action complete via WP Cron','2021-02-16 14:55:45','2021-02-16 06:55:45'),(103472,37402,'action created','2021-02-16 14:55:45','2021-02-16 06:55:45'),(103473,37402,'action started via WP Cron','2021-02-16 14:58:12','2021-02-16 06:58:12'),(103474,37402,'action complete via WP Cron','2021-02-16 14:58:12','2021-02-16 06:58:12'),(103475,37403,'action created','2021-02-16 14:58:13','2021-02-16 06:58:13'),(103476,37403,'action started via WP Cron','2021-02-16 15:02:00','2021-02-16 07:02:00'),(103477,37403,'action complete via WP Cron','2021-02-16 15:02:00','2021-02-16 07:02:00'),(103478,37404,'action created','2021-02-16 15:02:00','2021-02-16 07:02:00'),(103479,37404,'action started via WP Cron','2021-02-16 15:02:53','2021-02-16 07:02:53'),(103480,37404,'action complete via WP Cron','2021-02-16 15:02:53','2021-02-16 07:02:53'),(103481,37405,'action created','2021-02-16 15:02:53','2021-02-16 07:02:53'),(103482,37405,'action started via WP Cron','2021-02-16 15:03:53','2021-02-16 07:03:53'),(103483,37405,'action complete via WP Cron','2021-02-16 15:03:53','2021-02-16 07:03:53'),(103484,37406,'action created','2021-02-16 15:03:53','2021-02-16 07:03:53'),(103485,37406,'action started via WP Cron','2021-02-16 15:04:52','2021-02-16 07:04:52'),(103486,37406,'action complete via WP Cron','2021-02-16 15:04:52','2021-02-16 07:04:52'),(103487,37407,'action created','2021-02-16 15:04:52','2021-02-16 07:04:52'),(103488,37407,'action started via WP Cron','2021-02-16 15:06:02','2021-02-16 07:06:02'),(103489,37407,'action complete via WP Cron','2021-02-16 15:06:02','2021-02-16 07:06:02'),(103490,37408,'action created','2021-02-16 15:06:02','2021-02-16 07:06:02'),(103491,37408,'action started via WP Cron','2021-02-16 15:06:49','2021-02-16 07:06:49'),(103492,37408,'action complete via WP Cron','2021-02-16 15:06:49','2021-02-16 07:06:49'),(103493,37409,'action created','2021-02-16 15:06:49','2021-02-16 07:06:49'),(103494,37409,'action started via WP Cron','2021-02-16 15:07:44','2021-02-16 07:07:44'),(103495,37409,'action complete via WP Cron','2021-02-16 15:07:44','2021-02-16 07:07:44'),(103496,37410,'action created','2021-02-16 15:07:44','2021-02-16 07:07:44'),(103497,37410,'action started via WP Cron','2021-02-16 15:08:46','2021-02-16 07:08:46'),(103498,37410,'action complete via WP Cron','2021-02-16 15:08:46','2021-02-16 07:08:46'),(103499,37411,'action created','2021-02-16 15:08:46','2021-02-16 07:08:46'),(103500,37411,'action started via WP Cron','2021-02-16 15:09:42','2021-02-16 07:09:42'),(103501,37411,'action complete via WP Cron','2021-02-16 15:09:42','2021-02-16 07:09:42'),(103502,37412,'action created','2021-02-16 15:09:42','2021-02-16 07:09:42'),(103503,37412,'action started via WP Cron','2021-02-16 15:10:59','2021-02-16 07:10:59'),(103504,37412,'action complete via WP Cron','2021-02-16 15:10:59','2021-02-16 07:10:59'),(103505,37413,'action created','2021-02-16 15:10:59','2021-02-16 07:10:59'),(103506,37413,'action started via WP Cron','2021-02-16 15:11:56','2021-02-16 07:11:56'),(103507,37413,'action complete via WP Cron','2021-02-16 15:11:56','2021-02-16 07:11:56'),(103508,37414,'action created','2021-02-16 15:11:56','2021-02-16 07:11:56'),(103509,37414,'action started via WP Cron','2021-02-16 15:13:09','2021-02-16 07:13:09'),(103510,37414,'action complete via WP Cron','2021-02-16 15:13:09','2021-02-16 07:13:09'),(103511,37415,'action created','2021-02-16 15:13:09','2021-02-16 07:13:09'),(103512,37415,'action started via WP Cron','2021-02-16 15:13:47','2021-02-16 07:13:47'),(103513,37415,'action complete via WP Cron','2021-02-16 15:13:47','2021-02-16 07:13:47'),(103514,37416,'action created','2021-02-16 15:14:14','2021-02-16 07:14:14'),(103515,37416,'action started via WP Cron','2021-02-16 15:14:41','2021-02-16 07:14:41'),(103516,37416,'action complete via WP Cron','2021-02-16 15:14:41','2021-02-16 07:14:41'),(103517,37417,'action created','2021-02-16 15:14:41','2021-02-16 07:14:41'),(103518,37417,'action started via WP Cron','2021-02-16 15:15:55','2021-02-16 07:15:55'),(103519,37417,'action complete via WP Cron','2021-02-16 15:15:55','2021-02-16 07:15:55'),(103520,37418,'action created','2021-02-16 15:15:55','2021-02-16 07:15:55'),(103521,37418,'action started via WP Cron','2021-02-16 15:16:55','2021-02-16 07:16:55'),(103522,37418,'action complete via WP Cron','2021-02-16 15:16:55','2021-02-16 07:16:55'),(103523,37419,'action created','2021-02-16 15:16:55','2021-02-16 07:16:55'),(103524,37419,'action started via WP Cron','2021-02-16 15:17:56','2021-02-16 07:17:56'),(103525,37419,'action complete via WP Cron','2021-02-16 15:17:56','2021-02-16 07:17:56'),(103526,37420,'action created','2021-02-16 15:17:56','2021-02-16 07:17:56'),(103527,37420,'action started via WP Cron','2021-02-16 15:18:52','2021-02-16 07:18:52'),(103528,37420,'action complete via WP Cron','2021-02-16 15:18:52','2021-02-16 07:18:52'),(103529,37421,'action created','2021-02-16 15:18:52','2021-02-16 07:18:52'),(103530,37421,'action started via WP Cron','2021-02-16 15:20:04','2021-02-16 07:20:04'),(103531,37421,'action complete via WP Cron','2021-02-16 15:20:04','2021-02-16 07:20:04'),(103532,37422,'action created','2021-02-16 15:20:33','2021-02-16 07:20:33'),(103533,37422,'action started via WP Cron','2021-02-16 15:21:01','2021-02-16 07:21:01'),(103534,37422,'action complete via WP Cron','2021-02-16 15:21:01','2021-02-16 07:21:01'),(103535,37423,'action created','2021-02-16 15:21:01','2021-02-16 07:21:01'),(103536,37423,'action started via WP Cron','2021-02-16 15:22:24','2021-02-16 07:22:24'),(103537,37423,'action complete via WP Cron','2021-02-16 15:22:24','2021-02-16 07:22:24'),(103538,37424,'action created','2021-02-16 15:22:24','2021-02-16 07:22:24'),(103539,37424,'action started via WP Cron','2021-02-16 15:22:49','2021-02-16 07:22:49'),(103540,37424,'action complete via WP Cron','2021-02-16 15:22:49','2021-02-16 07:22:49'),(103541,37425,'action created','2021-02-16 15:22:49','2021-02-16 07:22:49'),(103542,37425,'action started via WP Cron','2021-02-16 15:24:13','2021-02-16 07:24:13'),(103543,37425,'action complete via WP Cron','2021-02-16 15:24:13','2021-02-16 07:24:13'),(103544,37426,'action created','2021-02-16 15:24:13','2021-02-16 07:24:13'),(103545,37426,'action started via WP Cron','2021-02-16 15:24:46','2021-02-16 07:24:46'),(103546,37426,'action complete via WP Cron','2021-02-16 15:24:46','2021-02-16 07:24:46'),(103547,37427,'action created','2021-02-16 15:24:46','2021-02-16 07:24:46'),(103548,37427,'action started via WP Cron','2021-02-16 15:26:02','2021-02-16 07:26:02'),(103549,37427,'action complete via WP Cron','2021-02-16 15:26:02','2021-02-16 07:26:02'),(103550,37428,'action created','2021-02-16 15:26:02','2021-02-16 07:26:02'),(103551,37428,'action started via WP Cron','2021-02-16 15:27:02','2021-02-16 07:27:02'),(103552,37428,'action complete via WP Cron','2021-02-16 15:27:02','2021-02-16 07:27:02'),(103553,37429,'action created','2021-02-16 15:27:02','2021-02-16 07:27:02'),(103554,37429,'action started via WP Cron','2021-02-16 15:27:44','2021-02-16 07:27:44'),(103555,37429,'action complete via WP Cron','2021-02-16 15:27:44','2021-02-16 07:27:44'),(103556,37430,'action created','2021-02-16 15:27:45','2021-02-16 07:27:45'),(103557,37430,'action started via WP Cron','2021-02-16 15:28:50','2021-02-16 07:28:50'),(103558,37430,'action complete via WP Cron','2021-02-16 15:28:50','2021-02-16 07:28:50'),(103559,37431,'action created','2021-02-16 15:28:50','2021-02-16 07:28:50'),(103560,37431,'action started via WP Cron','2021-02-16 15:29:44','2021-02-16 07:29:44'),(103561,37431,'action complete via WP Cron','2021-02-16 15:29:44','2021-02-16 07:29:44'),(103562,37432,'action created','2021-02-16 15:29:44','2021-02-16 07:29:44'),(103563,37432,'action started via WP Cron','2021-02-16 15:30:45','2021-02-16 07:30:45'),(103564,37432,'action complete via WP Cron','2021-02-16 15:30:45','2021-02-16 07:30:45'),(103565,37433,'action created','2021-02-16 15:30:46','2021-02-16 07:30:46'),(103566,37433,'action started via WP Cron','2021-02-16 15:32:08','2021-02-16 07:32:08'),(103567,37433,'action complete via WP Cron','2021-02-16 15:32:08','2021-02-16 07:32:08'),(103568,37434,'action created','2021-02-16 15:32:08','2021-02-16 07:32:08'),(103569,37434,'action started via WP Cron','2021-02-16 15:33:07','2021-02-16 07:33:07'),(103570,37434,'action complete via WP Cron','2021-02-16 15:33:07','2021-02-16 07:33:07'),(103571,37435,'action created','2021-02-16 15:33:07','2021-02-16 07:33:07'),(103572,37435,'action started via WP Cron','2021-02-16 15:34:15','2021-02-16 07:34:15'),(103573,37435,'action complete via WP Cron','2021-02-16 15:34:15','2021-02-16 07:34:15'),(103574,37436,'action created','2021-02-16 15:34:15','2021-02-16 07:34:15'),(103575,37436,'action started via WP Cron','2021-02-16 15:34:45','2021-02-16 07:34:45'),(103576,37436,'action complete via WP Cron','2021-02-16 15:34:45','2021-02-16 07:34:45'),(103577,37437,'action created','2021-02-16 15:34:45','2021-02-16 07:34:45'),(103578,37437,'action started via WP Cron','2021-02-16 15:35:45','2021-02-16 07:35:45'),(103579,37437,'action complete via WP Cron','2021-02-16 15:35:45','2021-02-16 07:35:45'),(103580,37438,'action created','2021-02-16 15:35:45','2021-02-16 07:35:45'),(103581,37438,'action started via WP Cron','2021-02-16 15:36:50','2021-02-16 07:36:50'),(103582,37438,'action complete via WP Cron','2021-02-16 15:36:50','2021-02-16 07:36:50'),(103583,37439,'action created','2021-02-16 15:36:50','2021-02-16 07:36:50'),(103584,37439,'action started via WP Cron','2021-02-16 15:37:48','2021-02-16 07:37:48'),(103585,37439,'action complete via WP Cron','2021-02-16 15:37:48','2021-02-16 07:37:48'),(103586,37440,'action created','2021-02-16 15:37:48','2021-02-16 07:37:48'),(103587,37440,'action started via WP Cron','2021-02-16 15:38:44','2021-02-16 07:38:44'),(103588,37440,'action complete via WP Cron','2021-02-16 15:38:44','2021-02-16 07:38:44'),(103589,37441,'action created','2021-02-16 15:38:44','2021-02-16 07:38:44'),(103590,37441,'action started via WP Cron','2021-02-16 15:40:02','2021-02-16 07:40:02'),(103591,37441,'action complete via WP Cron','2021-02-16 15:40:02','2021-02-16 07:40:02'),(103592,37442,'action created','2021-02-16 15:40:04','2021-02-16 07:40:04'),(103593,37442,'action started via WP Cron','2021-02-16 15:40:49','2021-02-16 07:40:49'),(103594,37442,'action complete via WP Cron','2021-02-16 15:40:49','2021-02-16 07:40:49'),(103595,37443,'action created','2021-02-16 15:40:49','2021-02-16 07:40:49'),(103596,37443,'action started via WP Cron','2021-02-16 15:41:41','2021-02-16 07:41:41'),(103597,37443,'action complete via WP Cron','2021-02-16 15:41:41','2021-02-16 07:41:41'),(103598,37444,'action created','2021-02-16 15:41:41','2021-02-16 07:41:41'),(103599,37444,'action started via WP Cron','2021-02-16 15:42:55','2021-02-16 07:42:55'),(103600,37444,'action complete via WP Cron','2021-02-16 15:42:55','2021-02-16 07:42:55'),(103601,37445,'action created','2021-02-16 15:42:55','2021-02-16 07:42:55'),(103602,37445,'action started via WP Cron','2021-02-16 15:44:00','2021-02-16 07:44:00'),(103603,37445,'action complete via WP Cron','2021-02-16 15:44:00','2021-02-16 07:44:00'),(103604,37446,'action created','2021-02-16 15:44:00','2021-02-16 07:44:00'),(103605,37446,'action started via WP Cron','2021-02-16 15:44:59','2021-02-16 07:44:59'),(103606,37446,'action complete via WP Cron','2021-02-16 15:44:59','2021-02-16 07:44:59'),(103607,37447,'action created','2021-02-16 15:44:59','2021-02-16 07:44:59'),(103608,37447,'action started via WP Cron','2021-02-16 15:45:57','2021-02-16 07:45:57'),(103609,37447,'action complete via WP Cron','2021-02-16 15:45:57','2021-02-16 07:45:57'),(103610,37448,'action created','2021-02-16 15:45:57','2021-02-16 07:45:57'),(103611,37448,'action started via WP Cron','2021-02-16 15:46:58','2021-02-16 07:46:58'),(103612,37448,'action complete via WP Cron','2021-02-16 15:46:58','2021-02-16 07:46:58'),(103613,37449,'action created','2021-02-16 15:46:58','2021-02-16 07:46:58'),(103614,37449,'action started via WP Cron','2021-02-16 15:47:43','2021-02-16 07:47:43'),(103615,37449,'action complete via WP Cron','2021-02-16 15:47:43','2021-02-16 07:47:43'),(103616,37450,'action created','2021-02-16 15:47:43','2021-02-16 07:47:43'),(103617,37450,'action started via WP Cron','2021-02-16 15:48:42','2021-02-16 07:48:42'),(103618,37450,'action complete via WP Cron','2021-02-16 15:48:42','2021-02-16 07:48:42'),(103619,37451,'action created','2021-02-16 15:48:42','2021-02-16 07:48:42'),(103620,37451,'action started via WP Cron','2021-02-16 15:56:19','2021-02-16 07:56:19'),(103621,37451,'action complete via WP Cron','2021-02-16 15:56:19','2021-02-16 07:56:19'),(103622,37452,'action created','2021-02-16 15:56:19','2021-02-16 07:56:19'),(103623,37452,'action started via WP Cron','2021-02-16 16:05:41','2021-02-16 08:05:41'),(103624,37452,'action complete via WP Cron','2021-02-16 16:05:41','2021-02-16 08:05:41'),(103625,37453,'action created','2021-02-16 16:05:41','2021-02-16 08:05:41'),(103626,37453,'action started via WP Cron','2021-02-16 16:06:41','2021-02-16 08:06:41'),(103627,37453,'action complete via WP Cron','2021-02-16 16:06:41','2021-02-16 08:06:41'),(103628,37454,'action created','2021-02-16 16:06:41','2021-02-16 08:06:41'),(103629,37454,'action started via WP Cron','2021-02-16 16:08:13','2021-02-16 08:08:13'),(103630,37454,'action complete via WP Cron','2021-02-16 16:08:13','2021-02-16 08:08:13'),(103631,37455,'action created','2021-02-16 16:08:13','2021-02-16 08:08:13'),(103632,37455,'action started via WP Cron','2021-02-16 16:08:43','2021-02-16 08:08:43'),(103633,37455,'action complete via WP Cron','2021-02-16 16:08:43','2021-02-16 08:08:43'),(103634,37456,'action created','2021-02-16 16:08:43','2021-02-16 08:08:43'),(103635,37456,'action started via WP Cron','2021-02-16 16:09:44','2021-02-16 08:09:44'),(103636,37456,'action complete via WP Cron','2021-02-16 16:09:44','2021-02-16 08:09:44'),(103637,37457,'action created','2021-02-16 16:09:44','2021-02-16 08:09:44'),(103638,37457,'action started via WP Cron','2021-02-16 16:10:45','2021-02-16 08:10:45'),(103639,37457,'action complete via WP Cron','2021-02-16 16:10:45','2021-02-16 08:10:45'),(103640,37458,'action created','2021-02-16 16:10:45','2021-02-16 08:10:45'),(103641,37458,'action started via WP Cron','2021-02-16 16:12:41','2021-02-16 08:12:41'),(103642,37458,'action complete via WP Cron','2021-02-16 16:12:41','2021-02-16 08:12:41'),(103643,37459,'action created','2021-02-16 16:12:41','2021-02-16 08:12:41'),(103644,37459,'action started via WP Cron','2021-02-16 16:16:00','2021-02-16 08:16:00'),(103645,37459,'action complete via WP Cron','2021-02-16 16:16:00','2021-02-16 08:16:00'),(103646,37460,'action created','2021-02-16 16:16:21','2021-02-16 08:16:21'),(103647,37460,'action started via WP Cron','2021-02-16 16:16:40','2021-02-16 08:16:40'),(103648,37460,'action complete via WP Cron','2021-02-16 16:16:40','2021-02-16 08:16:40'),(103649,37461,'action created','2021-02-16 16:16:40','2021-02-16 08:16:40'),(103650,37461,'action started via WP Cron','2021-02-16 16:17:42','2021-02-16 08:17:42'),(103651,37461,'action complete via WP Cron','2021-02-16 16:17:42','2021-02-16 08:17:42'),(103652,37462,'action created','2021-02-16 16:17:42','2021-02-16 08:17:42'),(103653,37462,'action started via WP Cron','2021-02-16 16:19:09','2021-02-16 08:19:09'),(103654,37462,'action complete via WP Cron','2021-02-16 16:19:09','2021-02-16 08:19:09'),(103655,37463,'action created','2021-02-16 16:19:09','2021-02-16 08:19:09'),(103656,37463,'action started via WP Cron','2021-02-16 16:19:41','2021-02-16 08:19:41'),(103657,37463,'action complete via WP Cron','2021-02-16 16:19:41','2021-02-16 08:19:41'),(103658,37464,'action created','2021-02-16 16:19:41','2021-02-16 08:19:41'),(103659,37464,'action started via WP Cron','2021-02-16 16:20:58','2021-02-16 08:20:58'),(103660,37464,'action complete via WP Cron','2021-02-16 16:20:58','2021-02-16 08:20:58'),(103661,37465,'action created','2021-02-16 16:20:58','2021-02-16 08:20:58'),(103662,37465,'action started via WP Cron','2021-02-16 16:21:51','2021-02-16 08:21:51'),(103663,37465,'action complete via WP Cron','2021-02-16 16:21:51','2021-02-16 08:21:51'),(103664,37466,'action created','2021-02-16 16:21:51','2021-02-16 08:21:51'),(103665,37466,'action started via WP Cron','2021-02-16 16:22:51','2021-02-16 08:22:51'),(103666,37466,'action complete via WP Cron','2021-02-16 16:22:51','2021-02-16 08:22:51'),(103667,37467,'action created','2021-02-16 16:22:51','2021-02-16 08:22:51'),(103668,37467,'action started via WP Cron','2021-02-16 16:23:54','2021-02-16 08:23:54'),(103669,37467,'action complete via WP Cron','2021-02-16 16:23:54','2021-02-16 08:23:54'),(103670,37468,'action created','2021-02-16 16:23:54','2021-02-16 08:23:54'),(103671,37468,'action started via WP Cron','2021-02-16 16:24:42','2021-02-16 08:24:42'),(103672,37468,'action complete via WP Cron','2021-02-16 16:24:42','2021-02-16 08:24:42'),(103673,37469,'action created','2021-02-16 16:24:42','2021-02-16 08:24:42'),(103674,37469,'action started via WP Cron','2021-02-16 16:25:48','2021-02-16 08:25:48'),(103675,37469,'action complete via WP Cron','2021-02-16 16:25:48','2021-02-16 08:25:48'),(103676,37470,'action created','2021-02-16 16:25:48','2021-02-16 08:25:48'),(103677,37470,'action started via WP Cron','2021-02-16 16:26:41','2021-02-16 08:26:41'),(103678,37470,'action complete via WP Cron','2021-02-16 16:26:41','2021-02-16 08:26:41'),(103679,37471,'action created','2021-02-16 16:26:41','2021-02-16 08:26:41'),(103680,37471,'action started via WP Cron','2021-02-16 16:27:55','2021-02-16 08:27:55'),(103681,37471,'action complete via WP Cron','2021-02-16 16:27:55','2021-02-16 08:27:55'),(103682,37472,'action created','2021-02-16 16:27:55','2021-02-16 08:27:55'),(103683,37472,'action started via WP Cron','2021-02-16 16:29:00','2021-02-16 08:29:00'),(103684,37472,'action complete via WP Cron','2021-02-16 16:29:00','2021-02-16 08:29:00'),(103685,37473,'action created','2021-02-16 16:29:00','2021-02-16 08:29:00'),(103686,37473,'action started via WP Cron','2021-02-16 16:30:00','2021-02-16 08:30:00'),(103687,37473,'action complete via WP Cron','2021-02-16 16:30:00','2021-02-16 08:30:00'),(103688,37474,'action created','2021-02-16 16:30:01','2021-02-16 08:30:01'),(103689,37474,'action started via WP Cron','2021-02-16 16:30:50','2021-02-16 08:30:50'),(103690,37474,'action complete via WP Cron','2021-02-16 16:30:50','2021-02-16 08:30:50'),(103691,37475,'action created','2021-02-16 16:30:50','2021-02-16 08:30:50'),(103692,37475,'action started via WP Cron','2021-02-16 16:31:41','2021-02-16 08:31:41'),(103693,37475,'action complete via WP Cron','2021-02-16 16:31:41','2021-02-16 08:31:41'),(103694,37476,'action created','2021-02-16 16:31:41','2021-02-16 08:31:41'),(103695,37476,'action started via WP Cron','2021-02-16 16:32:49','2021-02-16 08:32:49'),(103696,37476,'action complete via WP Cron','2021-02-16 16:32:49','2021-02-16 08:32:49'),(103697,37477,'action created','2021-02-16 16:32:49','2021-02-16 08:32:49'),(103698,37477,'action started via WP Cron','2021-02-16 16:34:10','2021-02-16 08:34:10'),(103699,37477,'action complete via WP Cron','2021-02-16 16:34:10','2021-02-16 08:34:10'),(103700,37478,'action created','2021-02-16 16:34:10','2021-02-16 08:34:10'),(103701,37478,'action started via WP Cron','2021-02-16 16:34:56','2021-02-16 08:34:56'),(103702,37478,'action complete via WP Cron','2021-02-16 16:34:56','2021-02-16 08:34:56'),(103703,37479,'action created','2021-02-16 16:34:56','2021-02-16 08:34:56'),(103704,37479,'action started via WP Cron','2021-02-16 16:36:00','2021-02-16 08:36:00'),(103705,37479,'action complete via WP Cron','2021-02-16 16:36:00','2021-02-16 08:36:00'),(103706,37480,'action created','2021-02-16 16:36:00','2021-02-16 08:36:00'),(103707,37480,'action started via WP Cron','2021-02-16 16:36:52','2021-02-16 08:36:52'),(103708,37480,'action complete via WP Cron','2021-02-16 16:36:52','2021-02-16 08:36:52'),(103709,37481,'action created','2021-02-16 16:36:52','2021-02-16 08:36:52'),(103710,37481,'action started via WP Cron','2021-02-16 16:37:58','2021-02-16 08:37:58'),(103711,37481,'action complete via WP Cron','2021-02-16 16:37:58','2021-02-16 08:37:58'),(103712,37482,'action created','2021-02-16 16:37:58','2021-02-16 08:37:58'),(103713,37482,'action started via WP Cron','2021-02-16 16:38:49','2021-02-16 08:38:49'),(103714,37482,'action complete via WP Cron','2021-02-16 16:38:49','2021-02-16 08:38:49'),(103715,37483,'action created','2021-02-16 16:38:49','2021-02-16 08:38:49'),(103716,37483,'action started via WP Cron','2021-02-16 16:40:08','2021-02-16 08:40:08'),(103717,37483,'action complete via WP Cron','2021-02-16 16:40:08','2021-02-16 08:40:08'),(103718,37484,'action created','2021-02-16 16:40:08','2021-02-16 08:40:08'),(103719,37484,'action started via WP Cron','2021-02-16 16:41:08','2021-02-16 08:41:08'),(103720,37484,'action complete via WP Cron','2021-02-16 16:41:08','2021-02-16 08:41:08'),(103721,37485,'action created','2021-02-16 16:41:08','2021-02-16 08:41:08'),(103722,37485,'action started via WP Cron','2021-02-16 16:42:28','2021-02-16 08:42:28'),(103723,37485,'action complete via WP Cron','2021-02-16 16:42:28','2021-02-16 08:42:28'),(103724,37486,'action created','2021-02-16 16:43:07','2021-02-16 08:43:07'),(103725,37486,'action started via WP Cron','2021-02-16 16:44:08','2021-02-16 08:44:08'),(103726,37486,'action complete via WP Cron','2021-02-16 16:44:08','2021-02-16 08:44:08'),(103727,37487,'action created','2021-02-16 16:45:09','2021-02-16 08:45:09'),(103728,37487,'action started via WP Cron','2021-02-16 16:49:12','2021-02-16 08:49:12'),(103729,37487,'action complete via WP Cron','2021-02-16 16:49:12','2021-02-16 08:49:12'),(103730,37488,'action created','2021-02-16 16:49:12','2021-02-16 08:49:12'),(103731,37488,'action started via WP Cron','2021-02-16 16:50:13','2021-02-16 08:50:13'),(103732,37488,'action complete via WP Cron','2021-02-16 16:50:13','2021-02-16 08:50:13'),(103733,37489,'action created','2021-02-16 16:50:13','2021-02-16 08:50:13'),(103734,37489,'action started via WP Cron','2021-02-16 16:51:14','2021-02-16 08:51:14'),(103735,37489,'action complete via WP Cron','2021-02-16 16:51:14','2021-02-16 08:51:14'),(103736,37490,'action created','2021-02-16 16:51:14','2021-02-16 08:51:14'),(103737,37490,'action started via WP Cron','2021-02-16 16:52:51','2021-02-16 08:52:51'),(103738,37490,'action complete via WP Cron','2021-02-16 16:52:51','2021-02-16 08:52:51'),(103739,37491,'action created','2021-02-16 16:52:51','2021-02-16 08:52:51'),(103740,37491,'action started via WP Cron','2021-02-16 16:54:19','2021-02-16 08:54:19'),(103741,37491,'action complete via WP Cron','2021-02-16 16:54:19','2021-02-16 08:54:19'),(103742,37492,'action created','2021-02-16 16:54:19','2021-02-16 08:54:19'),(103743,37492,'action started via WP Cron','2021-02-16 16:55:19','2021-02-16 08:55:19'),(103744,37492,'action complete via WP Cron','2021-02-16 16:55:19','2021-02-16 08:55:19'),(103745,37493,'action created','2021-02-16 16:55:19','2021-02-16 08:55:19'),(103746,37493,'action started via WP Cron','2021-02-16 16:56:27','2021-02-16 08:56:27'),(103747,37493,'action complete via WP Cron','2021-02-16 16:56:27','2021-02-16 08:56:27'),(103748,37494,'action created','2021-02-16 16:56:27','2021-02-16 08:56:27'),(103749,37494,'action started via WP Cron','2021-02-16 16:56:55','2021-02-16 08:56:55'),(103750,37494,'action complete via WP Cron','2021-02-16 16:56:55','2021-02-16 08:56:55'),(103751,37495,'action created','2021-02-16 16:56:56','2021-02-16 08:56:56'),(103752,37495,'action started via WP Cron','2021-02-16 16:57:49','2021-02-16 08:57:49'),(103753,37495,'action complete via WP Cron','2021-02-16 16:57:49','2021-02-16 08:57:49'),(103754,37496,'action created','2021-02-16 16:57:50','2021-02-16 08:57:50'),(103755,37496,'action started via WP Cron','2021-02-16 16:58:46','2021-02-16 08:58:46'),(103756,37496,'action complete via WP Cron','2021-02-16 16:58:46','2021-02-16 08:58:46'),(103757,37497,'action created','2021-02-16 16:58:46','2021-02-16 08:58:46'),(103758,37497,'action started via WP Cron','2021-02-16 16:59:52','2021-02-16 08:59:52'),(103759,37497,'action complete via WP Cron','2021-02-16 16:59:52','2021-02-16 08:59:52'),(103760,37498,'action created','2021-02-16 16:59:52','2021-02-16 08:59:52'),(103761,37498,'action started via WP Cron','2021-02-16 17:00:54','2021-02-16 09:00:54'),(103762,37498,'action complete via WP Cron','2021-02-16 17:00:54','2021-02-16 09:00:54'),(103763,37499,'action created','2021-02-16 17:00:54','2021-02-16 09:00:54'),(103764,37499,'action started via WP Cron','2021-02-16 17:01:59','2021-02-16 09:01:59'),(103765,37499,'action complete via WP Cron','2021-02-16 17:01:59','2021-02-16 09:01:59'),(103766,37500,'action created','2021-02-16 17:01:59','2021-02-16 09:01:59'),(103767,37500,'action started via WP Cron','2021-02-16 17:03:03','2021-02-16 09:03:03'),(103768,37500,'action complete via WP Cron','2021-02-16 17:03:03','2021-02-16 09:03:03'),(103769,37501,'action created','2021-02-16 17:03:03','2021-02-16 09:03:03'),(103770,37501,'action started via WP Cron','2021-02-16 17:03:45','2021-02-16 09:03:45'),(103771,37501,'action complete via WP Cron','2021-02-16 17:03:45','2021-02-16 09:03:45'),(103772,37502,'action created','2021-02-16 17:03:45','2021-02-16 09:03:45'),(103773,37502,'action started via WP Cron','2021-02-16 17:04:43','2021-02-16 09:04:43'),(103774,37502,'action complete via WP Cron','2021-02-16 17:04:43','2021-02-16 09:04:43'),(103775,37503,'action created','2021-02-16 17:04:43','2021-02-16 09:04:43'),(103776,37503,'action started via WP Cron','2021-02-16 17:05:41','2021-02-16 09:05:41'),(103777,37503,'action complete via WP Cron','2021-02-16 17:05:41','2021-02-16 09:05:41'),(103778,37504,'action created','2021-02-16 17:05:41','2021-02-16 09:05:41'),(103779,37504,'action started via WP Cron','2021-02-16 17:06:58','2021-02-16 09:06:58'),(103780,37504,'action complete via WP Cron','2021-02-16 17:06:58','2021-02-16 09:06:58'),(103781,37505,'action created','2021-02-16 17:06:58','2021-02-16 09:06:58'),(103782,37505,'action started via WP Cron','2021-02-16 17:07:51','2021-02-16 09:07:51'),(103783,37505,'action complete via WP Cron','2021-02-16 17:07:51','2021-02-16 09:07:51'),(103784,37506,'action created','2021-02-16 17:07:51','2021-02-16 09:07:51'),(103785,37506,'action started via WP Cron','2021-02-16 17:09:01','2021-02-16 09:09:01'),(103786,37506,'action complete via WP Cron','2021-02-16 17:09:01','2021-02-16 09:09:01'),(103787,37507,'action created','2021-02-16 17:09:01','2021-02-16 09:09:01'),(103788,37507,'action started via WP Cron','2021-02-16 17:10:17','2021-02-16 09:10:17'),(103789,37507,'action complete via WP Cron','2021-02-16 17:10:17','2021-02-16 09:10:17'),(103790,37508,'action created','2021-02-16 17:10:17','2021-02-16 09:10:17'),(103791,37508,'action started via WP Cron','2021-02-16 17:10:46','2021-02-16 09:10:46'),(103792,37508,'action complete via WP Cron','2021-02-16 17:10:46','2021-02-16 09:10:46'),(103793,37509,'action created','2021-02-16 17:10:46','2021-02-16 09:10:46'),(103794,37509,'action started via WP Cron','2021-02-16 17:11:50','2021-02-16 09:11:50'),(103795,37509,'action complete via WP Cron','2021-02-16 17:11:50','2021-02-16 09:11:50'),(103796,37510,'action created','2021-02-16 17:11:50','2021-02-16 09:11:50'),(103797,37510,'action started via WP Cron','2021-02-16 17:12:43','2021-02-16 09:12:43'),(103798,37510,'action complete via WP Cron','2021-02-16 17:12:43','2021-02-16 09:12:43'),(103799,37511,'action created','2021-02-16 17:12:43','2021-02-16 09:12:43'),(103800,37511,'action started via WP Cron','2021-02-16 17:13:56','2021-02-16 09:13:56'),(103801,37511,'action complete via WP Cron','2021-02-16 17:13:56','2021-02-16 09:13:56'),(103802,37512,'action created','2021-02-16 17:13:57','2021-02-16 09:13:57'),(103803,37512,'action started via WP Cron','2021-02-16 17:14:49','2021-02-16 09:14:49'),(103804,37512,'action complete via WP Cron','2021-02-16 17:14:49','2021-02-16 09:14:49'),(103805,37513,'action created','2021-02-16 17:14:49','2021-02-16 09:14:49'),(103806,37513,'action started via WP Cron','2021-02-16 17:15:45','2021-02-16 09:15:45'),(103807,37513,'action complete via WP Cron','2021-02-16 17:15:45','2021-02-16 09:15:45'),(103808,37514,'action created','2021-02-16 17:15:45','2021-02-16 09:15:45'),(103809,37514,'action started via WP Cron','2021-02-16 17:17:02','2021-02-16 09:17:02'),(103810,37514,'action complete via WP Cron','2021-02-16 17:17:02','2021-02-16 09:17:02'),(103811,37515,'action created','2021-02-16 17:17:02','2021-02-16 09:17:02'),(103812,37515,'action started via WP Cron','2021-02-16 17:17:53','2021-02-16 09:17:53'),(103813,37515,'action complete via WP Cron','2021-02-16 17:17:53','2021-02-16 09:17:53'),(103814,37516,'action created','2021-02-16 17:17:53','2021-02-16 09:17:53'),(103815,37516,'action started via WP Cron','2021-02-16 17:18:53','2021-02-16 09:18:53'),(103816,37516,'action complete via WP Cron','2021-02-16 17:18:53','2021-02-16 09:18:53'),(103817,37517,'action created','2021-02-16 17:18:53','2021-02-16 09:18:53'),(103818,37517,'action started via WP Cron','2021-02-16 17:20:01','2021-02-16 09:20:01'),(103819,37517,'action complete via WP Cron','2021-02-16 17:20:01','2021-02-16 09:20:01'),(103820,37518,'action created','2021-02-16 17:20:01','2021-02-16 09:20:01'),(103821,37518,'action started via WP Cron','2021-02-16 17:20:43','2021-02-16 09:20:43'),(103822,37518,'action complete via WP Cron','2021-02-16 17:20:43','2021-02-16 09:20:43'),(103823,37519,'action created','2021-02-16 17:20:43','2021-02-16 09:20:43'),(103824,37519,'action started via WP Cron','2021-02-16 17:21:50','2021-02-16 09:21:50'),(103825,37519,'action complete via WP Cron','2021-02-16 17:21:50','2021-02-16 09:21:50'),(103826,37520,'action created','2021-02-16 17:21:50','2021-02-16 09:21:50'),(103827,37520,'action started via WP Cron','2021-02-16 17:22:43','2021-02-16 09:22:43'),(103828,37520,'action complete via WP Cron','2021-02-16 17:22:43','2021-02-16 09:22:43'),(103829,37521,'action created','2021-02-16 17:22:43','2021-02-16 09:22:43'),(103830,37521,'action started via WP Cron','2021-02-16 17:23:52','2021-02-16 09:23:52'),(103831,37521,'action complete via WP Cron','2021-02-16 17:23:52','2021-02-16 09:23:52'),(103832,37522,'action created','2021-02-16 17:23:53','2021-02-16 09:23:53'),(103833,37522,'action started via WP Cron','2021-02-16 17:24:41','2021-02-16 09:24:41'),(103834,37522,'action complete via WP Cron','2021-02-16 17:24:41','2021-02-16 09:24:41'),(103835,37523,'action created','2021-02-16 17:24:41','2021-02-16 09:24:41'),(103836,37523,'action started via WP Cron','2021-02-16 17:25:54','2021-02-16 09:25:54'),(103837,37523,'action complete via WP Cron','2021-02-16 17:25:54','2021-02-16 09:25:54'),(103838,37524,'action created','2021-02-16 17:25:54','2021-02-16 09:25:54'),(103839,37524,'action started via WP Cron','2021-02-16 17:27:01','2021-02-16 09:27:01'),(103840,37524,'action complete via WP Cron','2021-02-16 17:27:01','2021-02-16 09:27:01'),(103841,37525,'action created','2021-02-16 17:27:01','2021-02-16 09:27:01'),(103842,37525,'action started via WP Cron','2021-02-16 17:28:10','2021-02-16 09:28:10'),(103843,37525,'action complete via WP Cron','2021-02-16 17:28:10','2021-02-16 09:28:10'),(103844,37526,'action created','2021-02-16 17:28:10','2021-02-16 09:28:10'),(103845,37526,'action started via WP Cron','2021-02-16 17:29:07','2021-02-16 09:29:07'),(103846,37526,'action complete via WP Cron','2021-02-16 17:29:07','2021-02-16 09:29:07'),(103847,37527,'action created','2021-02-16 17:29:07','2021-02-16 09:29:07'),(103848,37527,'action started via WP Cron','2021-02-16 17:29:58','2021-02-16 09:29:58'),(103849,37527,'action complete via WP Cron','2021-02-16 17:29:58','2021-02-16 09:29:58'),(103850,37528,'action created','2021-02-16 17:29:58','2021-02-16 09:29:58'),(103851,37528,'action started via WP Cron','2021-02-16 17:30:56','2021-02-16 09:30:56'),(103852,37528,'action complete via WP Cron','2021-02-16 17:30:56','2021-02-16 09:30:56'),(103853,37529,'action created','2021-02-16 17:30:56','2021-02-16 09:30:56'),(103854,37529,'action started via WP Cron','2021-02-16 17:31:46','2021-02-16 09:31:46'),(103855,37529,'action complete via WP Cron','2021-02-16 17:31:46','2021-02-16 09:31:46'),(103856,37530,'action created','2021-02-16 17:31:46','2021-02-16 09:31:46'),(103857,37530,'action started via WP Cron','2021-02-16 17:32:44','2021-02-16 09:32:44'),(103858,37530,'action complete via WP Cron','2021-02-16 17:32:44','2021-02-16 09:32:44'),(103859,37531,'action created','2021-02-16 17:32:44','2021-02-16 09:32:44'),(103860,37531,'action started via WP Cron','2021-02-16 17:33:48','2021-02-16 09:33:48'),(103861,37531,'action complete via WP Cron','2021-02-16 17:33:48','2021-02-16 09:33:48'),(103862,37532,'action created','2021-02-16 17:33:48','2021-02-16 09:33:48'),(103863,37532,'action started via WP Cron','2021-02-16 17:35:02','2021-02-16 09:35:02'),(103864,37532,'action complete via WP Cron','2021-02-16 17:35:02','2021-02-16 09:35:02'),(103865,37533,'action created','2021-02-16 17:35:10','2021-02-16 09:35:10'),(103866,37533,'action started via WP Cron','2021-02-16 17:36:05','2021-02-16 09:36:05'),(103867,37533,'action complete via WP Cron','2021-02-16 17:36:05','2021-02-16 09:36:05'),(103868,37534,'action created','2021-02-16 17:36:05','2021-02-16 09:36:05'),(103869,37534,'action started via WP Cron','2021-02-16 17:36:46','2021-02-16 09:36:46'),(103870,37534,'action complete via WP Cron','2021-02-16 17:36:46','2021-02-16 09:36:46'),(103871,37535,'action created','2021-02-16 17:36:46','2021-02-16 09:36:46'),(103872,37535,'action started via WP Cron','2021-02-16 17:39:36','2021-02-16 09:39:36'),(103873,37535,'action complete via WP Cron','2021-02-16 17:39:36','2021-02-16 09:39:36'),(103874,37536,'action created','2021-02-16 17:39:36','2021-02-16 09:39:36'),(103875,37536,'action started via WP Cron','2021-02-16 17:40:17','2021-02-16 09:40:17'),(103876,37536,'action complete via WP Cron','2021-02-16 17:40:17','2021-02-16 09:40:17'),(103877,37537,'action created','2021-02-16 17:40:17','2021-02-16 09:40:17'),(103878,37537,'action started via WP Cron','2021-02-16 17:42:28','2021-02-16 09:42:28'),(103879,37537,'action complete via WP Cron','2021-02-16 17:42:28','2021-02-16 09:42:28'),(103880,37538,'action created','2021-02-16 17:42:28','2021-02-16 09:42:28'),(103881,37538,'action started via WP Cron','2021-02-16 17:43:12','2021-02-16 09:43:12'),(103882,37538,'action complete via WP Cron','2021-02-16 17:43:12','2021-02-16 09:43:12'),(103883,37539,'action created','2021-02-16 17:43:12','2021-02-16 09:43:12'),(103884,37539,'action started via WP Cron','2021-02-16 17:43:49','2021-02-16 09:43:49'),(103885,37539,'action complete via WP Cron','2021-02-16 17:43:49','2021-02-16 09:43:49'),(103886,37540,'action created','2021-02-16 17:43:49','2021-02-16 09:43:49'),(103887,37540,'action started via WP Cron','2021-02-16 17:44:45','2021-02-16 09:44:45'),(103888,37540,'action complete via WP Cron','2021-02-16 17:44:45','2021-02-16 09:44:45'),(103889,37541,'action created','2021-02-16 17:44:45','2021-02-16 09:44:45'),(103890,37541,'action started via WP Cron','2021-02-16 17:45:43','2021-02-16 09:45:43'),(103891,37541,'action complete via WP Cron','2021-02-16 17:45:43','2021-02-16 09:45:43'),(103892,37542,'action created','2021-02-16 17:45:43','2021-02-16 09:45:43'),(103893,37542,'action started via WP Cron','2021-02-16 17:47:09','2021-02-16 09:47:09'),(103894,37542,'action complete via WP Cron','2021-02-16 17:47:09','2021-02-16 09:47:09'),(103895,37543,'action created','2021-02-16 17:47:09','2021-02-16 09:47:09'),(103896,37543,'action started via WP Cron','2021-02-16 17:47:44','2021-02-16 09:47:44'),(103897,37543,'action complete via WP Cron','2021-02-16 17:47:44','2021-02-16 09:47:44'),(103898,37544,'action created','2021-02-16 17:47:44','2021-02-16 09:47:44'),(103899,37544,'action started via WP Cron','2021-02-16 17:49:03','2021-02-16 09:49:03'),(103900,37544,'action complete via WP Cron','2021-02-16 17:49:03','2021-02-16 09:49:03'),(103901,37545,'action created','2021-02-16 17:49:04','2021-02-16 09:49:04'),(103902,37545,'action started via WP Cron','2021-02-16 17:50:01','2021-02-16 09:50:01'),(103903,37545,'action complete via WP Cron','2021-02-16 17:50:01','2021-02-16 09:50:01'),(103904,37546,'action created','2021-02-16 17:50:01','2021-02-16 09:50:01'),(103905,37546,'action started via WP Cron','2021-02-16 17:51:03','2021-02-16 09:51:03'),(103906,37546,'action complete via WP Cron','2021-02-16 17:51:03','2021-02-16 09:51:03'),(103907,37547,'action created','2021-02-16 17:51:03','2021-02-16 09:51:03'),(103908,37547,'action started via WP Cron','2021-02-16 17:51:55','2021-02-16 09:51:55'),(103909,37547,'action complete via WP Cron','2021-02-16 17:51:55','2021-02-16 09:51:55'),(103910,37548,'action created','2021-02-16 17:51:55','2021-02-16 09:51:55'),(103911,37548,'action started via WP Cron','2021-02-16 17:52:42','2021-02-16 09:52:42'),(103912,37548,'action complete via WP Cron','2021-02-16 17:52:42','2021-02-16 09:52:42'),(103913,37549,'action created','2021-02-16 17:52:42','2021-02-16 09:52:42'),(103914,37549,'action started via WP Cron','2021-02-16 17:53:51','2021-02-16 09:53:51'),(103915,37549,'action complete via WP Cron','2021-02-16 17:53:51','2021-02-16 09:53:51'),(103916,37550,'action created','2021-02-16 17:53:51','2021-02-16 09:53:51'),(103917,37550,'action started via WP Cron','2021-02-16 17:54:45','2021-02-16 09:54:45'),(103918,37550,'action complete via WP Cron','2021-02-16 17:54:45','2021-02-16 09:54:45'),(103919,37551,'action created','2021-02-16 17:54:45','2021-02-16 09:54:45'),(103920,37551,'action started via WP Cron','2021-02-16 17:55:41','2021-02-16 09:55:41'),(103921,37551,'action complete via WP Cron','2021-02-16 17:55:41','2021-02-16 09:55:41'),(103922,37552,'action created','2021-02-16 17:55:41','2021-02-16 09:55:41'),(103923,37552,'action started via WP Cron','2021-02-16 17:57:01','2021-02-16 09:57:01'),(103924,37552,'action complete via WP Cron','2021-02-16 17:57:01','2021-02-16 09:57:01'),(103925,37553,'action created','2021-02-16 17:57:01','2021-02-16 09:57:01'),(103926,37553,'action started via WP Cron','2021-02-16 17:57:41','2021-02-16 09:57:41'),(103927,37553,'action complete via WP Cron','2021-02-16 17:57:41','2021-02-16 09:57:41'),(103928,37554,'action created','2021-02-16 17:57:41','2021-02-16 09:57:41'),(103929,37554,'action started via WP Cron','2021-02-16 17:58:51','2021-02-16 09:58:51'),(103930,37554,'action complete via WP Cron','2021-02-16 17:58:51','2021-02-16 09:58:51'),(103931,37555,'action created','2021-02-16 17:58:51','2021-02-16 09:58:51'),(103932,37555,'action started via WP Cron','2021-02-16 17:59:57','2021-02-16 09:59:57'),(103933,37555,'action complete via WP Cron','2021-02-16 17:59:57','2021-02-16 09:59:57'),(103934,37556,'action created','2021-02-16 17:59:57','2021-02-16 09:59:57'),(103935,37556,'action started via WP Cron','2021-02-16 18:00:57','2021-02-16 10:00:57'),(103936,37556,'action complete via WP Cron','2021-02-16 18:00:57','2021-02-16 10:00:57'),(103937,37557,'action created','2021-02-16 18:00:57','2021-02-16 10:00:57'),(103938,37557,'action started via WP Cron','2021-02-16 18:02:02','2021-02-16 10:02:02'),(103939,37557,'action complete via WP Cron','2021-02-16 18:02:02','2021-02-16 10:02:02'),(103940,37558,'action created','2021-02-16 18:02:02','2021-02-16 10:02:02'),(103941,37558,'action started via WP Cron','2021-02-16 18:02:41','2021-02-16 10:02:41'),(103942,37558,'action complete via WP Cron','2021-02-16 18:02:41','2021-02-16 10:02:41'),(103943,37559,'action created','2021-02-16 18:02:41','2021-02-16 10:02:41'),(103944,37559,'action started via WP Cron','2021-02-16 18:03:59','2021-02-16 10:03:59'),(103945,37559,'action complete via WP Cron','2021-02-16 18:03:59','2021-02-16 10:03:59'),(103946,37560,'action created','2021-02-16 18:03:59','2021-02-16 10:03:59'),(103947,37560,'action started via WP Cron','2021-02-16 18:04:57','2021-02-16 10:04:57'),(103948,37560,'action complete via WP Cron','2021-02-16 18:04:57','2021-02-16 10:04:57'),(103949,37561,'action created','2021-02-16 18:04:57','2021-02-16 10:04:57'),(103950,37561,'action started via WP Cron','2021-02-16 18:06:12','2021-02-16 10:06:12'),(103951,37561,'action complete via WP Cron','2021-02-16 18:06:12','2021-02-16 10:06:12'),(103952,37562,'action created','2021-02-16 18:06:12','2021-02-16 10:06:12'),(103953,37562,'action started via WP Cron','2021-02-16 18:07:29','2021-02-16 10:07:29'),(103954,37562,'action complete via WP Cron','2021-02-16 18:07:29','2021-02-16 10:07:29'),(103955,37563,'action created','2021-02-16 18:07:29','2021-02-16 10:07:29'),(103956,37563,'action started via WP Cron','2021-02-16 18:07:58','2021-02-16 10:07:58'),(103957,37563,'action complete via WP Cron','2021-02-16 18:07:58','2021-02-16 10:07:58'),(103958,37564,'action created','2021-02-16 18:07:58','2021-02-16 10:07:58'),(103959,37564,'action started via WP Cron','2021-02-16 18:08:49','2021-02-16 10:08:49'),(103960,37564,'action complete via WP Cron','2021-02-16 18:08:49','2021-02-16 10:08:49'),(103961,37565,'action created','2021-02-16 18:08:49','2021-02-16 10:08:49'),(103962,37565,'action started via WP Cron','2021-02-16 18:09:53','2021-02-16 10:09:53'),(103963,37565,'action complete via WP Cron','2021-02-16 18:09:53','2021-02-16 10:09:53'),(103964,37566,'action created','2021-02-16 18:09:53','2021-02-16 10:09:53'),(103965,37566,'action started via WP Cron','2021-02-16 18:11:00','2021-02-16 10:11:00'),(103966,37566,'action complete via WP Cron','2021-02-16 18:11:00','2021-02-16 10:11:00'),(103967,37567,'action created','2021-02-16 18:11:00','2021-02-16 10:11:00'),(103968,37567,'action started via WP Cron','2021-02-16 18:12:16','2021-02-16 10:12:16'),(103969,37567,'action complete via WP Cron','2021-02-16 18:12:16','2021-02-16 10:12:16'),(103970,37568,'action created','2021-02-16 18:12:16','2021-02-16 10:12:16'),(103971,37568,'action started via WP Cron','2021-02-16 18:16:30','2021-02-16 10:16:30'),(103972,37568,'action complete via WP Cron','2021-02-16 18:16:30','2021-02-16 10:16:30'),(103973,37569,'action created','2021-02-16 18:16:30','2021-02-16 10:16:30'),(103974,37569,'action started via WP Cron','2021-02-16 18:17:31','2021-02-16 10:17:31'),(103975,37569,'action complete via WP Cron','2021-02-16 18:17:31','2021-02-16 10:17:31'),(103976,37570,'action created','2021-02-16 18:17:31','2021-02-16 10:17:31'),(103977,37570,'action started via WP Cron','2021-02-16 18:18:32','2021-02-16 10:18:32'),(103978,37570,'action complete via WP Cron','2021-02-16 18:18:32','2021-02-16 10:18:32'),(103979,37571,'action created','2021-02-16 18:18:32','2021-02-16 10:18:32'),(103980,37571,'action started via WP Cron','2021-02-16 18:26:47','2021-02-16 10:26:47'),(103981,37571,'action complete via WP Cron','2021-02-16 18:26:47','2021-02-16 10:26:47'),(103982,37572,'action created','2021-02-16 18:26:47','2021-02-16 10:26:47'),(103983,37572,'action started via WP Cron','2021-02-16 18:33:10','2021-02-16 10:33:10'),(103984,37572,'action complete via WP Cron','2021-02-16 18:33:10','2021-02-16 10:33:10'),(103985,37573,'action created','2021-02-16 18:33:10','2021-02-16 10:33:10'),(103986,37573,'action started via WP Cron','2021-02-16 18:34:57','2021-02-16 10:34:57'),(103987,37573,'action complete via WP Cron','2021-02-16 18:34:57','2021-02-16 10:34:57'),(103988,37574,'action created','2021-02-16 18:34:57','2021-02-16 10:34:57'),(103989,37574,'action started via WP Cron','2021-02-16 18:36:39','2021-02-16 10:36:39'),(103990,37574,'action complete via WP Cron','2021-02-16 18:36:39','2021-02-16 10:36:39'),(103991,37575,'action created','2021-02-16 18:36:39','2021-02-16 10:36:39'),(103992,37575,'action started via WP Cron','2021-02-16 18:39:52','2021-02-16 10:39:52'),(103993,37575,'action complete via WP Cron','2021-02-16 18:39:52','2021-02-16 10:39:52'),(103994,37576,'action created','2021-02-16 18:39:53','2021-02-16 10:39:53'),(103995,37576,'action started via WP Cron','2021-02-16 18:40:53','2021-02-16 10:40:53'),(103996,37576,'action complete via WP Cron','2021-02-16 18:40:53','2021-02-16 10:40:53'),(103997,37577,'action created','2021-02-16 18:40:53','2021-02-16 10:40:53'),(103998,37577,'action started via WP Cron','2021-02-16 18:41:54','2021-02-16 10:41:54'),(103999,37577,'action complete via WP Cron','2021-02-16 18:41:54','2021-02-16 10:41:54'),(104000,37578,'action created','2021-02-16 18:41:54','2021-02-16 10:41:54'),(104001,37578,'action started via WP Cron','2021-02-16 18:43:37','2021-02-16 10:43:37'),(104002,37578,'action complete via WP Cron','2021-02-16 18:43:37','2021-02-16 10:43:37'),(104003,37579,'action created','2021-02-16 18:43:37','2021-02-16 10:43:37'),(104004,37579,'action started via WP Cron','2021-02-16 18:44:57','2021-02-16 10:44:57'),(104005,37579,'action complete via WP Cron','2021-02-16 18:44:57','2021-02-16 10:44:57'),(104006,37580,'action created','2021-02-16 18:44:57','2021-02-16 10:44:57'),(104007,37580,'action started via WP Cron','2021-02-16 18:46:09','2021-02-16 10:46:09'),(104008,37580,'action complete via WP Cron','2021-02-16 18:46:09','2021-02-16 10:46:09'),(104009,37581,'action created','2021-02-16 18:46:09','2021-02-16 10:46:09'),(104010,37581,'action started via WP Cron','2021-02-16 18:48:00','2021-02-16 10:48:00'),(104011,37581,'action complete via WP Cron','2021-02-16 18:48:00','2021-02-16 10:48:00'),(104012,37582,'action created','2021-02-16 18:48:00','2021-02-16 10:48:00'),(104013,37582,'action started via WP Cron','2021-02-16 18:49:08','2021-02-16 10:49:08'),(104014,37582,'action complete via WP Cron','2021-02-16 18:49:08','2021-02-16 10:49:08'),(104015,37583,'action created','2021-02-16 18:49:08','2021-02-16 10:49:08'),(104016,37583,'action started via WP Cron','2021-02-16 18:55:54','2021-02-16 10:55:54'),(104017,37583,'action complete via WP Cron','2021-02-16 18:55:54','2021-02-16 10:55:54'),(104018,37584,'action created','2021-02-16 18:55:54','2021-02-16 10:55:54'),(104019,37584,'action started via WP Cron','2021-02-16 19:00:18','2021-02-16 11:00:18'),(104020,37584,'action complete via WP Cron','2021-02-16 19:00:18','2021-02-16 11:00:18'),(104021,37585,'action created','2021-02-16 19:00:18','2021-02-16 11:00:18'),(104022,37585,'action started via WP Cron','2021-02-16 19:01:00','2021-02-16 11:01:00'),(104023,37585,'action complete via WP Cron','2021-02-16 19:01:00','2021-02-16 11:01:00'),(104024,37586,'action created','2021-02-16 19:01:00','2021-02-16 11:01:00'),(104025,37586,'action started via WP Cron','2021-02-16 19:04:36','2021-02-16 11:04:36'),(104026,37586,'action complete via WP Cron','2021-02-16 19:04:36','2021-02-16 11:04:36'),(104027,37587,'action created','2021-02-16 19:04:36','2021-02-16 11:04:36'),(104028,37587,'action started via WP Cron','2021-02-16 19:09:00','2021-02-16 11:09:00'),(104029,37587,'action complete via WP Cron','2021-02-16 19:09:00','2021-02-16 11:09:00'),(104030,37588,'action created','2021-02-16 19:09:01','2021-02-16 11:09:01'),(104031,37588,'action started via WP Cron','2021-02-16 19:11:20','2021-02-16 11:11:20'),(104032,37588,'action complete via WP Cron','2021-02-16 19:11:20','2021-02-16 11:11:20'),(104033,37589,'action created','2021-02-16 19:11:20','2021-02-16 11:11:20'),(104034,37589,'action started via WP Cron','2021-02-16 19:11:48','2021-02-16 11:11:48'),(104035,37589,'action complete via WP Cron','2021-02-16 19:11:48','2021-02-16 11:11:48'),(104036,37590,'action created','2021-02-16 19:12:26','2021-02-16 11:12:26'),(104037,37590,'action started via WP Cron','2021-02-16 19:13:28','2021-02-16 11:13:28'),(104038,37590,'action complete via WP Cron','2021-02-16 19:13:28','2021-02-16 11:13:28'),(104039,37591,'action created','2021-02-16 19:13:28','2021-02-16 11:13:28'),(104040,37591,'action started via WP Cron','2021-02-16 19:14:28','2021-02-16 11:14:28'),(104041,37591,'action complete via WP Cron','2021-02-16 19:14:28','2021-02-16 11:14:28'),(104042,37592,'action created','2021-02-16 19:14:29','2021-02-16 11:14:29'),(104043,37592,'action started via WP Cron','2021-02-16 19:15:29','2021-02-16 11:15:29'),(104044,37592,'action complete via WP Cron','2021-02-16 19:15:29','2021-02-16 11:15:29'),(104045,37593,'action created','2021-02-16 19:15:30','2021-02-16 11:15:30'),(104046,37593,'action started via WP Cron','2021-02-16 19:17:32','2021-02-16 11:17:32'),(104047,37593,'action complete via WP Cron','2021-02-16 19:17:32','2021-02-16 11:17:32'),(104048,37594,'action created','2021-02-16 19:17:32','2021-02-16 11:17:32'),(104049,37594,'action started via WP Cron','2021-02-16 19:18:32','2021-02-16 11:18:32'),(104050,37594,'action complete via WP Cron','2021-02-16 19:18:32','2021-02-16 11:18:32'),(104051,37595,'action created','2021-02-16 19:18:33','2021-02-16 11:18:33'),(104052,37595,'action started via WP Cron','2021-02-16 19:19:31','2021-02-16 11:19:31'),(104053,37595,'action complete via WP Cron','2021-02-16 19:19:31','2021-02-16 11:19:31'),(104054,37596,'action created','2021-02-16 19:19:31','2021-02-16 11:19:31'),(104055,37596,'action started via WP Cron','2021-02-16 19:20:32','2021-02-16 11:20:32'),(104056,37596,'action complete via WP Cron','2021-02-16 19:20:32','2021-02-16 11:20:32'),(104057,37597,'action created','2021-02-16 19:20:32','2021-02-16 11:20:32'),(104058,37597,'action started via WP Cron','2021-02-16 19:21:35','2021-02-16 11:21:35'),(104059,37597,'action complete via WP Cron','2021-02-16 19:21:35','2021-02-16 11:21:35'),(104060,37598,'action created','2021-02-16 19:24:38','2021-02-16 11:24:38'),(104061,37598,'action started via WP Cron','2021-02-16 19:25:42','2021-02-16 11:25:42'),(104062,37598,'action complete via WP Cron','2021-02-16 19:25:42','2021-02-16 11:25:42'),(104063,37599,'action created','2021-02-16 19:25:42','2021-02-16 11:25:42'),(104064,37599,'action started via WP Cron','2021-02-16 19:26:43','2021-02-16 11:26:43'),(104065,37599,'action complete via WP Cron','2021-02-16 19:26:43','2021-02-16 11:26:43'),(104066,37600,'action created','2021-02-16 19:26:44','2021-02-16 11:26:44'),(104067,37600,'action started via WP Cron','2021-02-16 19:27:44','2021-02-16 11:27:44'),(104068,37600,'action complete via WP Cron','2021-02-16 19:27:44','2021-02-16 11:27:44'),(104069,37601,'action created','2021-02-16 19:27:44','2021-02-16 11:27:44'),(104070,37601,'action started via WP Cron','2021-02-16 19:28:44','2021-02-16 11:28:44'),(104071,37601,'action complete via WP Cron','2021-02-16 19:28:45','2021-02-16 11:28:45'),(104072,37602,'action created','2021-02-16 19:28:45','2021-02-16 11:28:45'),(104073,37602,'action started via WP Cron','2021-02-16 19:30:46','2021-02-16 11:30:46'),(104074,37602,'action complete via WP Cron','2021-02-16 19:30:46','2021-02-16 11:30:46'),(104075,37603,'action created','2021-02-16 19:30:46','2021-02-16 11:30:46'),(104076,37603,'action started via WP Cron','2021-02-16 19:33:01','2021-02-16 11:33:01'),(104077,37603,'action complete via WP Cron','2021-02-16 19:33:01','2021-02-16 11:33:01'),(104078,37604,'action created','2021-02-16 19:33:02','2021-02-16 11:33:02'),(104079,37604,'action started via WP Cron','2021-02-16 19:33:46','2021-02-16 11:33:46'),(104080,37604,'action complete via WP Cron','2021-02-16 19:33:46','2021-02-16 11:33:46'),(104081,37605,'action created','2021-02-16 19:33:46','2021-02-16 11:33:46'),(104082,37605,'action started via WP Cron','2021-02-16 19:35:06','2021-02-16 11:35:06'),(104083,37605,'action complete via WP Cron','2021-02-16 19:35:06','2021-02-16 11:35:06'),(104084,37606,'action created','2021-02-16 19:35:06','2021-02-16 11:35:06'),(104085,37606,'action started via WP Cron','2021-02-16 19:37:01','2021-02-16 11:37:01'),(104086,37606,'action complete via WP Cron','2021-02-16 19:37:01','2021-02-16 11:37:01'),(104087,37607,'action created','2021-02-16 19:37:01','2021-02-16 11:37:01'),(104088,37607,'action started via WP Cron','2021-02-16 19:38:56','2021-02-16 11:38:56'),(104089,37607,'action complete via WP Cron','2021-02-16 19:38:56','2021-02-16 11:38:56'),(104090,37608,'action created','2021-02-16 19:38:57','2021-02-16 11:38:57'),(104091,37608,'action started via WP Cron','2021-02-16 19:39:57','2021-02-16 11:39:57'),(104092,37608,'action complete via WP Cron','2021-02-16 19:39:57','2021-02-16 11:39:57'),(104093,37609,'action created','2021-02-16 19:39:57','2021-02-16 11:39:57'),(104094,37609,'action started via WP Cron','2021-02-16 19:40:58','2021-02-16 11:40:58'),(104095,37609,'action complete via WP Cron','2021-02-16 19:40:58','2021-02-16 11:40:58'),(104096,37610,'action created','2021-02-16 19:40:58','2021-02-16 11:40:58'),(104097,37610,'action started via WP Cron','2021-02-16 19:41:59','2021-02-16 11:41:59'),(104098,37610,'action complete via WP Cron','2021-02-16 19:41:59','2021-02-16 11:41:59'),(104099,37611,'action created','2021-02-16 19:41:59','2021-02-16 11:41:59'),(104100,37611,'action started via WP Cron','2021-02-16 19:44:00','2021-02-16 11:44:00'),(104101,37611,'action complete via WP Cron','2021-02-16 19:44:00','2021-02-16 11:44:00'),(104102,37612,'action created','2021-02-16 19:44:01','2021-02-16 11:44:01'),(104103,37612,'action started via WP Cron','2021-02-16 19:44:49','2021-02-16 11:44:49'),(104104,37612,'action complete via WP Cron','2021-02-16 19:44:49','2021-02-16 11:44:49'),(104105,37613,'action created','2021-02-16 19:44:49','2021-02-16 11:44:49'),(104106,37613,'action started via WP Cron','2021-02-16 19:45:49','2021-02-16 11:45:49'),(104107,37613,'action complete via WP Cron','2021-02-16 19:45:49','2021-02-16 11:45:49'),(104108,37614,'action created','2021-02-16 19:45:49','2021-02-16 11:45:49'),(104109,37614,'action started via WP Cron','2021-02-16 19:46:51','2021-02-16 11:46:51'),(104110,37614,'action complete via WP Cron','2021-02-16 19:46:51','2021-02-16 11:46:51'),(104111,37615,'action created','2021-02-16 19:46:51','2021-02-16 11:46:51'),(104112,37615,'action started via WP Cron','2021-02-16 19:55:57','2021-02-16 11:55:57'),(104113,37615,'action complete via WP Cron','2021-02-16 19:55:57','2021-02-16 11:55:57'),(104114,37616,'action created','2021-02-16 19:57:51','2021-02-16 11:57:51'),(104115,37616,'action started via WP Cron','2021-02-16 20:07:01','2021-02-16 12:07:01'),(104116,37616,'action complete via WP Cron','2021-02-16 20:07:01','2021-02-16 12:07:01'),(104117,37617,'action created','2021-02-16 20:07:01','2021-02-16 12:07:01'),(104118,37617,'action started via WP Cron','2021-02-16 20:12:16','2021-02-16 12:12:16'),(104119,37617,'action complete via WP Cron','2021-02-16 20:12:16','2021-02-16 12:12:16'),(104120,37618,'action created','2021-02-16 20:12:16','2021-02-16 12:12:16'),(104121,37618,'action started via WP Cron','2021-02-16 20:14:00','2021-02-16 12:14:00'),(104122,37618,'action complete via WP Cron','2021-02-16 20:14:00','2021-02-16 12:14:00'),(104123,37619,'action created','2021-02-16 20:14:00','2021-02-16 12:14:00'),(104124,37619,'action started via WP Cron','2021-02-16 20:19:41','2021-02-16 12:19:41'),(104125,37619,'action complete via WP Cron','2021-02-16 20:19:42','2021-02-16 12:19:42'),(104126,37620,'action created','2021-02-16 20:19:42','2021-02-16 12:19:42'),(104127,37620,'action started via WP Cron','2021-02-16 20:20:43','2021-02-16 12:20:43'),(104128,37620,'action complete via WP Cron','2021-02-16 20:20:43','2021-02-16 12:20:43'),(104129,37621,'action created','2021-02-16 20:20:43','2021-02-16 12:20:43'),(104130,37621,'action started via WP Cron','2021-02-16 20:22:35','2021-02-16 12:22:35'),(104131,37621,'action complete via WP Cron','2021-02-16 20:22:35','2021-02-16 12:22:35'),(104132,37622,'action created','2021-02-16 20:22:36','2021-02-16 12:22:36'),(104133,37622,'action started via WP Cron','2021-02-16 20:23:37','2021-02-16 12:23:37'),(104134,37622,'action complete via WP Cron','2021-02-16 20:23:37','2021-02-16 12:23:37'),(104135,37623,'action created','2021-02-16 20:23:37','2021-02-16 12:23:37'),(104136,37623,'action started via WP Cron','2021-02-16 20:25:01','2021-02-16 12:25:01'),(104137,37623,'action complete via WP Cron','2021-02-16 20:25:01','2021-02-16 12:25:01'),(104138,37624,'action created','2021-02-16 20:25:02','2021-02-16 12:25:02'),(104139,37624,'action started via WP Cron','2021-02-16 20:30:52','2021-02-16 12:30:52'),(104140,37624,'action complete via WP Cron','2021-02-16 20:30:52','2021-02-16 12:30:52'),(104141,37625,'action created','2021-02-16 20:30:52','2021-02-16 12:30:52'),(104142,37625,'action started via WP Cron','2021-02-16 20:31:46','2021-02-16 12:31:46'),(104143,37625,'action complete via WP Cron','2021-02-16 20:31:46','2021-02-16 12:31:46'),(104144,37626,'action created','2021-02-16 20:31:46','2021-02-16 12:31:46'),(104145,37626,'action started via WP Cron','2021-02-16 20:32:47','2021-02-16 12:32:47'),(104146,37626,'action complete via WP Cron','2021-02-16 20:32:47','2021-02-16 12:32:47'),(104147,37627,'action created','2021-02-16 20:32:48','2021-02-16 12:32:48'),(104148,37627,'action started via WP Cron','2021-02-16 20:34:49','2021-02-16 12:34:49'),(104149,37627,'action complete via WP Cron','2021-02-16 20:34:49','2021-02-16 12:34:49'),(104150,37628,'action created','2021-02-16 20:34:50','2021-02-16 12:34:50'),(104151,37628,'action started via WP Cron','2021-02-16 20:35:50','2021-02-16 12:35:50'),(104152,37628,'action complete via WP Cron','2021-02-16 20:35:50','2021-02-16 12:35:50'),(104153,37629,'action created','2021-02-16 20:35:50','2021-02-16 12:35:50'),(104154,37629,'action started via WP Cron','2021-02-16 20:36:51','2021-02-16 12:36:51'),(104155,37629,'action complete via WP Cron','2021-02-16 20:36:51','2021-02-16 12:36:51'),(104156,37630,'action created','2021-02-16 20:36:51','2021-02-16 12:36:51'),(104157,37630,'action started via WP Cron','2021-02-16 20:37:53','2021-02-16 12:37:53'),(104158,37630,'action complete via WP Cron','2021-02-16 20:37:53','2021-02-16 12:37:53'),(104159,37631,'action created','2021-02-16 20:37:53','2021-02-16 12:37:53'),(104160,37631,'action started via WP Cron','2021-02-16 20:47:50','2021-02-16 12:47:50'),(104161,37631,'action complete via WP Cron','2021-02-16 20:47:50','2021-02-16 12:47:50'),(104162,37632,'action created','2021-02-16 20:47:50','2021-02-16 12:47:50'),(104163,37632,'action started via WP Cron','2021-02-16 20:49:05','2021-02-16 12:49:05'),(104164,37632,'action complete via WP Cron','2021-02-16 20:49:05','2021-02-16 12:49:05'),(104165,37633,'action created','2021-02-16 20:49:06','2021-02-16 12:49:06'),(104166,37633,'action started via WP Cron','2021-02-16 20:50:04','2021-02-16 12:50:04'),(104167,37633,'action complete via WP Cron','2021-02-16 20:50:04','2021-02-16 12:50:04'),(104168,37634,'action created','2021-02-16 20:50:04','2021-02-16 12:50:04'),(104169,37634,'action started via WP Cron','2021-02-16 20:51:53','2021-02-16 12:51:53'),(104170,37634,'action complete via WP Cron','2021-02-16 20:51:53','2021-02-16 12:51:53'),(104171,37635,'action created','2021-02-16 20:51:53','2021-02-16 12:51:53'),(104172,37635,'action started via WP Cron','2021-02-16 20:52:56','2021-02-16 12:52:56'),(104173,37635,'action complete via WP Cron','2021-02-16 20:52:56','2021-02-16 12:52:56'),(104174,37636,'action created','2021-02-16 20:52:56','2021-02-16 12:52:56'),(104175,37636,'action started via WP Cron','2021-02-16 20:55:59','2021-02-16 12:55:59'),(104176,37636,'action complete via WP Cron','2021-02-16 20:55:59','2021-02-16 12:55:59'),(104177,37637,'action created','2021-02-16 20:56:00','2021-02-16 12:56:00'),(104178,37637,'action started via WP Cron','2021-02-16 20:58:54','2021-02-16 12:58:54'),(104179,37637,'action complete via WP Cron','2021-02-16 20:58:54','2021-02-16 12:58:54'),(104180,37638,'action created','2021-02-16 20:58:54','2021-02-16 12:58:54'),(104181,37638,'action started via WP Cron','2021-02-16 21:01:13','2021-02-16 13:01:13'),(104182,37638,'action complete via WP Cron','2021-02-16 21:01:13','2021-02-16 13:01:13'),(104183,37639,'action created','2021-02-16 21:01:13','2021-02-16 13:01:13'),(104184,37639,'action started via WP Cron','2021-02-16 21:04:52','2021-02-16 13:04:52'),(104185,37639,'action complete via WP Cron','2021-02-16 21:04:52','2021-02-16 13:04:52'),(104186,37640,'action created','2021-02-16 21:04:52','2021-02-16 13:04:52'),(104187,37640,'action started via WP Cron','2021-02-16 21:14:53','2021-02-16 13:14:53'),(104188,37640,'action complete via WP Cron','2021-02-16 21:14:53','2021-02-16 13:14:53'),(104189,37641,'action created','2021-02-16 21:14:54','2021-02-16 13:14:54'),(104190,37641,'action started via WP Cron','2021-02-16 21:15:58','2021-02-16 13:15:58'),(104191,37641,'action complete via WP Cron','2021-02-16 21:15:58','2021-02-16 13:15:58'),(104192,37642,'action created','2021-02-16 21:15:58','2021-02-16 13:15:58'),(104193,37642,'action started via WP Cron','2021-02-16 21:16:59','2021-02-16 13:16:59'),(104194,37642,'action complete via WP Cron','2021-02-16 21:16:59','2021-02-16 13:16:59'),(104195,37643,'action created','2021-02-16 21:16:59','2021-02-16 13:16:59'),(104196,37643,'action started via WP Cron','2021-02-16 21:19:01','2021-02-16 13:19:01'),(104197,37643,'action complete via WP Cron','2021-02-16 21:19:01','2021-02-16 13:19:01'),(104198,37644,'action created','2021-02-16 21:19:01','2021-02-16 13:19:01'),(104199,37644,'action started via WP Cron','2021-02-16 21:20:02','2021-02-16 13:20:02'),(104200,37644,'action complete via WP Cron','2021-02-16 21:20:02','2021-02-16 13:20:02'),(104201,37645,'action created','2021-02-16 21:20:23','2021-02-16 13:20:23'),(104202,37645,'action started via WP Cron','2021-02-16 21:21:03','2021-02-16 13:21:03'),(104203,37645,'action complete via WP Cron','2021-02-16 21:21:03','2021-02-16 13:21:03'),(104204,37646,'action created','2021-02-16 21:21:03','2021-02-16 13:21:03'),(104205,37646,'action started via WP Cron','2021-02-16 21:22:44','2021-02-16 13:22:44'),(104206,37646,'action complete via WP Cron','2021-02-16 21:22:44','2021-02-16 13:22:44'),(104207,37647,'action created','2021-02-16 21:22:44','2021-02-16 13:22:44'),(104208,37647,'action started via WP Cron','2021-02-16 21:24:36','2021-02-16 13:24:36'),(104209,37647,'action complete via WP Cron','2021-02-16 21:24:36','2021-02-16 13:24:36'),(104210,37648,'action created','2021-02-16 21:24:37','2021-02-16 13:24:37'),(104211,37648,'action started via WP Cron','2021-02-16 21:25:38','2021-02-16 13:25:38'),(104212,37648,'action complete via WP Cron','2021-02-16 21:25:38','2021-02-16 13:25:38'),(104213,37649,'action created','2021-02-16 21:25:38','2021-02-16 13:25:38'),(104214,37649,'action started via WP Cron','2021-02-16 21:26:39','2021-02-16 13:26:39'),(104215,37649,'action complete via WP Cron','2021-02-16 21:26:39','2021-02-16 13:26:39'),(104216,37650,'action created','2021-02-16 21:26:39','2021-02-16 13:26:39'),(104217,37650,'action started via WP Cron','2021-02-16 21:48:39','2021-02-16 13:48:39'),(104218,37650,'action complete via WP Cron','2021-02-16 21:48:39','2021-02-16 13:48:39'),(104219,37651,'action created','2021-02-16 21:48:39','2021-02-16 13:48:39'),(104220,37651,'action started via WP Cron','2021-02-16 21:49:33','2021-02-16 13:49:33'),(104221,37651,'action complete via WP Cron','2021-02-16 21:49:33','2021-02-16 13:49:33'),(104222,37652,'action created','2021-02-16 21:49:34','2021-02-16 13:49:34'),(104223,37652,'action started via WP Cron','2021-02-16 21:49:44','2021-02-16 13:49:44'),(104224,37652,'action complete via WP Cron','2021-02-16 21:49:44','2021-02-16 13:49:44'),(104225,37653,'action created','2021-02-16 21:49:44','2021-02-16 13:49:44'),(104226,37653,'action started via WP Cron','2021-02-16 21:53:46','2021-02-16 13:53:46'),(104227,37653,'action complete via WP Cron','2021-02-16 21:53:46','2021-02-16 13:53:46'),(104228,37654,'action created','2021-02-16 21:53:46','2021-02-16 13:53:46'),(104229,37654,'action started via WP Cron','2021-02-16 21:54:55','2021-02-16 13:54:55'),(104230,37654,'action complete via WP Cron','2021-02-16 21:54:55','2021-02-16 13:54:55'),(104231,37655,'action created','2021-02-16 21:54:55','2021-02-16 13:54:55'),(104232,37655,'action started via WP Cron','2021-02-16 21:55:56','2021-02-16 13:55:56'),(104233,37655,'action complete via WP Cron','2021-02-16 21:55:56','2021-02-16 13:55:56'),(104234,37656,'action created','2021-02-16 21:55:56','2021-02-16 13:55:56'),(104235,37656,'action started via WP Cron','2021-02-16 21:57:58','2021-02-16 13:57:58'),(104236,37656,'action complete via WP Cron','2021-02-16 21:57:58','2021-02-16 13:57:58'),(104237,37657,'action created','2021-02-16 21:57:58','2021-02-16 13:57:58'),(104238,37657,'action started via WP Cron','2021-02-16 21:58:59','2021-02-16 13:58:59'),(104239,37657,'action complete via WP Cron','2021-02-16 21:58:59','2021-02-16 13:58:59'),(104240,37658,'action created','2021-02-16 21:58:59','2021-02-16 13:58:59'),(104241,37658,'action started via WP Cron','2021-02-16 22:00:29','2021-02-16 14:00:29'),(104242,37658,'action complete via WP Cron','2021-02-16 22:00:29','2021-02-16 14:00:29'),(104243,37659,'action created','2021-02-16 22:01:01','2021-02-16 14:01:01'),(104244,37659,'action started via WP Cron','2021-02-16 22:03:26','2021-02-16 14:03:26'),(104245,37659,'action complete via WP Cron','2021-02-16 22:03:26','2021-02-16 14:03:26'),(104246,37660,'action created','2021-02-16 22:03:26','2021-02-16 14:03:26'),(104247,37660,'action started via WP Cron','2021-02-16 22:03:50','2021-02-16 14:03:50'),(104248,37660,'action complete via WP Cron','2021-02-16 22:03:50','2021-02-16 14:03:50'),(104249,37661,'action created','2021-02-16 22:03:51','2021-02-16 14:03:51'),(104250,37661,'action started via WP Cron','2021-02-16 22:04:54','2021-02-16 14:04:54'),(104251,37661,'action complete via WP Cron','2021-02-16 22:04:54','2021-02-16 14:04:54'),(104252,37662,'action created','2021-02-16 22:04:54','2021-02-16 14:04:54'),(104253,37662,'action started via WP Cron','2021-02-16 22:13:21','2021-02-16 14:13:21'),(104254,37662,'action complete via WP Cron','2021-02-16 22:13:21','2021-02-16 14:13:21'),(104255,37663,'action created','2021-02-16 22:13:21','2021-02-16 14:13:21'),(104256,37663,'action started via WP Cron','2021-02-16 22:20:54','2021-02-16 14:20:54'),(104257,37663,'action complete via WP Cron','2021-02-16 22:20:54','2021-02-16 14:20:54'),(104258,37664,'action created','2021-02-16 22:20:54','2021-02-16 14:20:54'),(104259,37664,'action started via WP Cron','2021-02-16 22:21:54','2021-02-16 14:21:54'),(104260,37664,'action complete via WP Cron','2021-02-16 22:21:54','2021-02-16 14:21:54'),(104261,37665,'action created','2021-02-16 22:21:54','2021-02-16 14:21:54'),(104262,37665,'action started via WP Cron','2021-02-16 22:23:00','2021-02-16 14:23:00'),(104263,37665,'action complete via WP Cron','2021-02-16 22:23:00','2021-02-16 14:23:00'),(104264,37666,'action created','2021-02-16 22:23:00','2021-02-16 14:23:00'),(104265,37666,'action started via WP Cron','2021-02-16 22:24:03','2021-02-16 14:24:03'),(104266,37666,'action complete via WP Cron','2021-02-16 22:24:03','2021-02-16 14:24:03'),(104267,37667,'action created','2021-02-16 22:24:03','2021-02-16 14:24:03'),(104268,37667,'action started via WP Cron','2021-02-16 22:25:01','2021-02-16 14:25:01'),(104269,37667,'action complete via WP Cron','2021-02-16 22:25:01','2021-02-16 14:25:01'),(104270,37668,'action created','2021-02-16 22:25:01','2021-02-16 14:25:01'),(104271,37668,'action started via WP Cron','2021-02-16 22:25:45','2021-02-16 14:25:45'),(104272,37668,'action complete via WP Cron','2021-02-16 22:25:45','2021-02-16 14:25:45'),(104273,37669,'action created','2021-02-16 22:25:46','2021-02-16 14:25:46'),(104274,37669,'action started via WP Cron','2021-02-16 22:27:03','2021-02-16 14:27:03'),(104275,37669,'action complete via WP Cron','2021-02-16 22:27:03','2021-02-16 14:27:03'),(104276,37670,'action created','2021-02-16 22:27:03','2021-02-16 14:27:03'),(104277,37670,'action started via WP Cron','2021-02-16 22:27:50','2021-02-16 14:27:50'),(104278,37670,'action complete via WP Cron','2021-02-16 22:27:50','2021-02-16 14:27:50'),(104279,37671,'action created','2021-02-16 22:27:50','2021-02-16 14:27:50'),(104280,37671,'action started via WP Cron','2021-02-16 22:28:51','2021-02-16 14:28:51'),(104281,37671,'action complete via WP Cron','2021-02-16 22:28:51','2021-02-16 14:28:51'),(104282,37672,'action created','2021-02-16 22:28:51','2021-02-16 14:28:51'),(104283,37672,'action started via WP Cron','2021-02-16 22:29:40','2021-02-16 14:29:40'),(104284,37672,'action complete via WP Cron','2021-02-16 22:29:40','2021-02-16 14:29:40'),(104285,37673,'action created','2021-02-16 22:29:41','2021-02-16 14:29:41'),(104286,37673,'action started via WP Cron','2021-02-16 22:30:41','2021-02-16 14:30:41'),(104287,37673,'action complete via WP Cron','2021-02-16 22:30:41','2021-02-16 14:30:41'),(104288,37674,'action created','2021-02-16 22:30:41','2021-02-16 14:30:41'),(104289,37674,'action started via WP Cron','2021-02-16 22:31:46','2021-02-16 14:31:46'),(104290,37674,'action complete via WP Cron','2021-02-16 22:31:46','2021-02-16 14:31:46'),(104291,37675,'action created','2021-02-16 22:31:46','2021-02-16 14:31:46'),(104292,37675,'action started via WP Cron','2021-02-16 22:32:43','2021-02-16 14:32:43'),(104293,37675,'action complete via WP Cron','2021-02-16 22:32:43','2021-02-16 14:32:43'),(104294,37676,'action created','2021-02-16 22:32:43','2021-02-16 14:32:43'),(104295,37676,'action started via WP Cron','2021-02-16 22:33:50','2021-02-16 14:33:50'),(104296,37676,'action complete via WP Cron','2021-02-16 22:33:50','2021-02-16 14:33:50'),(104297,37677,'action created','2021-02-16 22:33:50','2021-02-16 14:33:50'),(104298,37677,'action started via WP Cron','2021-02-16 22:34:50','2021-02-16 14:34:50'),(104299,37677,'action complete via WP Cron','2021-02-16 22:34:50','2021-02-16 14:34:50'),(104300,37678,'action created','2021-02-16 22:34:50','2021-02-16 14:34:50'),(104301,37678,'action started via WP Cron','2021-02-16 22:35:47','2021-02-16 14:35:47'),(104302,37678,'action complete via WP Cron','2021-02-16 22:35:47','2021-02-16 14:35:47'),(104303,37679,'action created','2021-02-16 22:35:47','2021-02-16 14:35:47'),(104304,37679,'action started via WP Cron','2021-02-16 22:36:46','2021-02-16 14:36:46'),(104305,37679,'action complete via WP Cron','2021-02-16 22:36:46','2021-02-16 14:36:46'),(104306,37680,'action created','2021-02-16 22:36:46','2021-02-16 14:36:46'),(104307,37680,'action started via WP Cron','2021-02-16 22:42:29','2021-02-16 14:42:29'),(104308,37680,'action complete via WP Cron','2021-02-16 22:42:29','2021-02-16 14:42:29'),(104309,37681,'action created','2021-02-16 22:42:29','2021-02-16 14:42:29'),(104310,37681,'action started via WP Cron','2021-02-16 22:44:05','2021-02-16 14:44:05'),(104311,37681,'action complete via WP Cron','2021-02-16 22:44:05','2021-02-16 14:44:05'),(104312,37682,'action created','2021-02-16 22:44:05','2021-02-16 14:44:05'),(104313,37682,'action started via WP Cron','2021-02-16 22:53:46','2021-02-16 14:53:46'),(104314,37682,'action complete via WP Cron','2021-02-16 22:53:46','2021-02-16 14:53:46'),(104315,37683,'action created','2021-02-16 22:53:46','2021-02-16 14:53:46'),(104316,37683,'action started via WP Cron','2021-02-16 22:55:08','2021-02-16 14:55:08'),(104317,37683,'action complete via WP Cron','2021-02-16 22:55:08','2021-02-16 14:55:08'),(104318,37684,'action created','2021-02-16 22:55:08','2021-02-16 14:55:08'),(104319,37684,'action started via WP Cron','2021-02-16 22:59:50','2021-02-16 14:59:50'),(104320,37684,'action complete via WP Cron','2021-02-16 22:59:50','2021-02-16 14:59:50'),(104321,37685,'action created','2021-02-16 22:59:50','2021-02-16 14:59:50'),(104322,37685,'action started via WP Cron','2021-02-16 23:00:56','2021-02-16 15:00:56'),(104323,37685,'action complete via WP Cron','2021-02-16 23:00:56','2021-02-16 15:00:56'),(104324,37686,'action created','2021-02-16 23:00:56','2021-02-16 15:00:56'),(104325,37686,'action started via WP Cron','2021-02-16 23:01:43','2021-02-16 15:01:43'),(104326,37686,'action complete via WP Cron','2021-02-16 23:01:43','2021-02-16 15:01:43'),(104327,37687,'action created','2021-02-16 23:01:43','2021-02-16 15:01:43'),(104328,37687,'action started via WP Cron','2021-02-16 23:02:47','2021-02-16 15:02:47'),(104329,37687,'action complete via WP Cron','2021-02-16 23:02:47','2021-02-16 15:02:47'),(104330,37688,'action created','2021-02-16 23:02:47','2021-02-16 15:02:47'),(104331,37688,'action started via WP Cron','2021-02-16 23:04:04','2021-02-16 15:04:04'),(104332,37688,'action complete via WP Cron','2021-02-16 23:04:04','2021-02-16 15:04:04'),(104333,37689,'action created','2021-02-16 23:04:04','2021-02-16 15:04:04'),(104334,37689,'action started via WP Cron','2021-02-16 23:04:51','2021-02-16 15:04:51'),(104335,37689,'action complete via WP Cron','2021-02-16 23:04:51','2021-02-16 15:04:51'),(104336,37690,'action created','2021-02-16 23:04:51','2021-02-16 15:04:51'),(104337,37690,'action started via WP Cron','2021-02-16 23:05:48','2021-02-16 15:05:48'),(104338,37690,'action complete via WP Cron','2021-02-16 23:05:48','2021-02-16 15:05:48'),(104339,37691,'action created','2021-02-16 23:05:48','2021-02-16 15:05:48'),(104340,37691,'action started via WP Cron','2021-02-16 23:07:05','2021-02-16 15:07:05'),(104341,37691,'action complete via WP Cron','2021-02-16 23:07:05','2021-02-16 15:07:05'),(104342,37692,'action created','2021-02-16 23:07:05','2021-02-16 15:07:05'),(104343,37692,'action started via WP Cron','2021-02-16 23:07:48','2021-02-16 15:07:48'),(104344,37692,'action complete via WP Cron','2021-02-16 23:07:48','2021-02-16 15:07:48'),(104345,37693,'action created','2021-02-16 23:07:48','2021-02-16 15:07:48'),(104346,37693,'action started via WP Cron','2021-02-16 23:08:59','2021-02-16 15:08:59'),(104347,37693,'action complete via WP Cron','2021-02-16 23:08:59','2021-02-16 15:08:59'),(104348,37694,'action created','2021-02-16 23:08:59','2021-02-16 15:08:59'),(104349,37694,'action started via WP Cron','2021-02-16 23:09:42','2021-02-16 15:09:42'),(104350,37694,'action complete via WP Cron','2021-02-16 23:09:42','2021-02-16 15:09:42'),(104351,37695,'action created','2021-02-16 23:09:42','2021-02-16 15:09:42'),(104352,37695,'action started via WP Cron','2021-02-16 23:10:53','2021-02-16 15:10:53'),(104353,37695,'action complete via WP Cron','2021-02-16 23:10:53','2021-02-16 15:10:53'),(104354,37696,'action created','2021-02-16 23:10:53','2021-02-16 15:10:53'),(104355,37696,'action started via WP Cron','2021-02-16 23:11:41','2021-02-16 15:11:41'),(104356,37696,'action complete via WP Cron','2021-02-16 23:11:41','2021-02-16 15:11:41'),(104357,37697,'action created','2021-02-16 23:11:41','2021-02-16 15:11:41'),(104358,37697,'action started via WP Cron','2021-02-16 23:12:50','2021-02-16 15:12:50'),(104359,37697,'action complete via WP Cron','2021-02-16 23:12:50','2021-02-16 15:12:50'),(104360,37698,'action created','2021-02-16 23:12:51','2021-02-16 15:12:51'),(104361,37698,'action started via WP Cron','2021-02-16 23:13:48','2021-02-16 15:13:48'),(104362,37698,'action complete via WP Cron','2021-02-16 23:13:48','2021-02-16 15:13:48'),(104363,37699,'action created','2021-02-16 23:14:21','2021-02-16 15:14:21'),(104364,37699,'action started via WP Cron','2021-02-16 23:14:51','2021-02-16 15:14:51'),(104365,37699,'action complete via WP Cron','2021-02-16 23:14:51','2021-02-16 15:14:51'),(104366,37700,'action created','2021-02-16 23:14:51','2021-02-16 15:14:51'),(104367,37700,'action started via WP Cron','2021-02-16 23:16:06','2021-02-16 15:16:06'),(104368,37700,'action complete via WP Cron','2021-02-16 23:16:06','2021-02-16 15:16:06'),(104369,37701,'action created','2021-02-16 23:16:06','2021-02-16 15:16:06'),(104370,37701,'action started via WP Cron','2021-02-16 23:16:44','2021-02-16 15:16:44'),(104371,37701,'action complete via WP Cron','2021-02-16 23:16:44','2021-02-16 15:16:44'),(104372,37702,'action created','2021-02-16 23:16:44','2021-02-16 15:16:44'),(104373,37702,'action started via WP Cron','2021-02-16 23:17:51','2021-02-16 15:17:51'),(104374,37702,'action complete via WP Cron','2021-02-16 23:17:51','2021-02-16 15:17:51'),(104375,37703,'action created','2021-02-16 23:17:51','2021-02-16 15:17:51'),(104376,37703,'action started via WP Cron','2021-02-16 23:18:52','2021-02-16 15:18:52'),(104377,37703,'action complete via WP Cron','2021-02-16 23:18:52','2021-02-16 15:18:52'),(104378,37704,'action created','2021-02-16 23:18:52','2021-02-16 15:18:52'),(104379,37704,'action started via WP Cron','2021-02-16 23:20:53','2021-02-16 15:20:53'),(104380,37704,'action complete via WP Cron','2021-02-16 23:20:53','2021-02-16 15:20:53'),(104381,37705,'action created','2021-02-16 23:20:54','2021-02-16 15:20:54'),(104382,37705,'action started via WP Cron','2021-02-16 23:21:55','2021-02-16 15:21:55'),(104383,37705,'action complete via WP Cron','2021-02-16 23:21:55','2021-02-16 15:21:55'),(104384,37706,'action created','2021-02-16 23:21:55','2021-02-16 15:21:55'),(104385,37706,'action started via WP Cron','2021-02-16 23:22:56','2021-02-16 15:22:56'),(104386,37706,'action complete via WP Cron','2021-02-16 23:22:56','2021-02-16 15:22:56'),(104387,37707,'action created','2021-02-16 23:22:56','2021-02-16 15:22:56'),(104388,37707,'action started via WP Cron','2021-02-16 23:23:47','2021-02-16 15:23:47'),(104389,37707,'action complete via WP Cron','2021-02-16 23:23:47','2021-02-16 15:23:47'),(104390,37708,'action created','2021-02-16 23:23:47','2021-02-16 15:23:47'),(104391,37708,'action started via WP Cron','2021-02-16 23:26:57','2021-02-16 15:26:57'),(104392,37708,'action complete via WP Cron','2021-02-16 23:26:57','2021-02-16 15:26:57'),(104393,37709,'action created','2021-02-16 23:26:57','2021-02-16 15:26:57'),(104394,37709,'action started via WP Cron','2021-02-16 23:27:55','2021-02-16 15:27:55'),(104395,37709,'action complete via WP Cron','2021-02-16 23:27:55','2021-02-16 15:27:55'),(104396,37710,'action created','2021-02-16 23:27:55','2021-02-16 15:27:55'),(104397,37710,'action started via WP Cron','2021-02-16 23:29:07','2021-02-16 15:29:07'),(104398,37710,'action complete via WP Cron','2021-02-16 23:29:07','2021-02-16 15:29:07'),(104399,37711,'action created','2021-02-16 23:29:07','2021-02-16 15:29:07'),(104400,37711,'action started via WP Cron','2021-02-16 23:29:54','2021-02-16 15:29:54'),(104401,37711,'action complete via WP Cron','2021-02-16 23:29:54','2021-02-16 15:29:54'),(104402,37712,'action created','2021-02-16 23:29:54','2021-02-16 15:29:54'),(104403,37712,'action started via WP Cron','2021-02-16 23:30:49','2021-02-16 15:30:49'),(104404,37712,'action complete via WP Cron','2021-02-16 23:30:49','2021-02-16 15:30:49'),(104405,37713,'action created','2021-02-16 23:30:50','2021-02-16 15:30:50'),(104406,37713,'action started via WP Cron','2021-02-16 23:40:09','2021-02-16 15:40:09'),(104407,37713,'action complete via WP Cron','2021-02-16 23:40:09','2021-02-16 15:40:09'),(104408,37714,'action created','2021-02-16 23:40:10','2021-02-16 15:40:10'),(104409,37714,'action started via WP Cron','2021-02-16 23:42:10','2021-02-16 15:42:10'),(104410,37714,'action complete via WP Cron','2021-02-16 23:42:10','2021-02-16 15:42:10'),(104411,37715,'action created','2021-02-16 23:42:10','2021-02-16 15:42:10'),(104412,37715,'action started via WP Cron','2021-02-16 23:50:16','2021-02-16 15:50:16'),(104413,37715,'action complete via WP Cron','2021-02-16 23:50:16','2021-02-16 15:50:16'),(104414,37716,'action created','2021-02-16 23:50:17','2021-02-16 15:50:17'),(104415,37716,'action started via WP Cron','2021-02-17 00:00:49','2021-02-16 16:00:49'),(104416,37716,'action complete via WP Cron','2021-02-17 00:00:49','2021-02-16 16:00:49'),(104417,37717,'action created','2021-02-17 00:00:50','2021-02-16 16:00:50'),(104418,37717,'action started via WP Cron','2021-02-17 00:09:29','2021-02-16 16:09:29'),(104419,37717,'action complete via WP Cron','2021-02-17 00:09:29','2021-02-16 16:09:29'),(104420,37718,'action created','2021-02-17 00:09:29','2021-02-16 16:09:29'),(104421,37718,'action started via WP Cron','2021-02-17 00:10:29','2021-02-16 16:10:29'),(104422,37718,'action complete via WP Cron','2021-02-17 00:10:29','2021-02-16 16:10:29'),(104423,37719,'action created','2021-02-17 00:10:29','2021-02-16 16:10:29'),(104424,37719,'action started via WP Cron','2021-02-17 00:11:31','2021-02-16 16:11:31'),(104425,37719,'action complete via WP Cron','2021-02-17 00:11:31','2021-02-16 16:11:31'),(104426,37720,'action created','2021-02-17 00:11:31','2021-02-16 16:11:31'),(104427,37720,'action started via WP Cron','2021-02-17 00:12:29','2021-02-16 16:12:29'),(104428,37720,'action complete via WP Cron','2021-02-17 00:12:29','2021-02-16 16:12:29'),(104429,37721,'action created','2021-02-17 00:12:29','2021-02-16 16:12:29'),(104430,37721,'action started via WP Cron','2021-02-17 00:12:43','2021-02-16 16:12:43'),(104431,37721,'action complete via WP Cron','2021-02-17 00:12:43','2021-02-16 16:12:43'),(104432,37722,'action created','2021-02-17 00:12:43','2021-02-16 16:12:43'),(104433,37722,'action started via WP Cron','2021-02-17 00:14:33','2021-02-16 16:14:33'),(104434,37722,'action complete via WP Cron','2021-02-17 00:14:33','2021-02-16 16:14:33'),(104435,37723,'action created','2021-02-17 00:14:33','2021-02-16 16:14:33'),(104436,37723,'action started via WP Cron','2021-02-17 00:17:16','2021-02-16 16:17:16'),(104437,37723,'action complete via WP Cron','2021-02-17 00:17:16','2021-02-16 16:17:16'),(104438,37724,'action created','2021-02-17 00:17:16','2021-02-16 16:17:16'),(104439,37724,'action started via WP Cron','2021-02-17 00:18:17','2021-02-16 16:18:17'),(104440,37724,'action complete via WP Cron','2021-02-17 00:18:17','2021-02-16 16:18:17'),(104441,37725,'action created','2021-02-17 00:18:17','2021-02-16 16:18:17'),(104442,37725,'action started via WP Cron','2021-02-17 00:19:20','2021-02-16 16:19:20'),(104443,37725,'action complete via WP Cron','2021-02-17 00:19:20','2021-02-16 16:19:20'),(104444,37726,'action created','2021-02-17 00:19:20','2021-02-16 16:19:20'),(104445,37726,'action started via WP Cron','2021-02-17 00:21:02','2021-02-16 16:21:02'),(104446,37726,'action complete via WP Cron','2021-02-17 00:21:02','2021-02-16 16:21:02'),(104447,37727,'action created','2021-02-17 00:21:03','2021-02-16 16:21:03'),(104448,37727,'action started via WP Cron','2021-02-17 00:21:55','2021-02-16 16:21:55'),(104449,37727,'action complete via WP Cron','2021-02-17 00:21:55','2021-02-16 16:21:55'),(104450,37728,'action created','2021-02-17 00:21:55','2021-02-16 16:21:55'),(104451,37728,'action started via WP Cron','2021-02-17 00:22:59','2021-02-16 16:22:59'),(104452,37728,'action complete via WP Cron','2021-02-17 00:22:59','2021-02-16 16:22:59'),(104453,37729,'action created','2021-02-17 00:22:59','2021-02-16 16:22:59'),(104454,37729,'action started via WP Cron','2021-02-17 00:23:55','2021-02-16 16:23:55'),(104455,37729,'action complete via WP Cron','2021-02-17 00:23:55','2021-02-16 16:23:55'),(104456,37730,'action created','2021-02-17 00:23:55','2021-02-16 16:23:55'),(104457,37730,'action started via WP Cron','2021-02-17 00:24:58','2021-02-16 16:24:58'),(104458,37730,'action complete via WP Cron','2021-02-17 00:24:58','2021-02-16 16:24:58'),(104459,37731,'action created','2021-02-17 00:24:58','2021-02-16 16:24:58'),(104460,37731,'action started via WP Cron','2021-02-17 00:27:00','2021-02-16 16:27:00'),(104461,37731,'action complete via WP Cron','2021-02-17 00:27:00','2021-02-16 16:27:00'),(104462,37732,'action created','2021-02-17 00:27:00','2021-02-16 16:27:00'),(104463,37732,'action started via WP Cron','2021-02-17 00:28:01','2021-02-16 16:28:01'),(104464,37732,'action complete via WP Cron','2021-02-17 00:28:01','2021-02-16 16:28:01'),(104465,37733,'action created','2021-02-17 00:28:01','2021-02-16 16:28:01'),(104466,37733,'action started via WP Cron','2021-02-17 00:29:02','2021-02-16 16:29:02'),(104467,37733,'action complete via WP Cron','2021-02-17 00:29:02','2021-02-16 16:29:02'),(104468,37734,'action created','2021-02-17 00:29:02','2021-02-16 16:29:02'),(104469,37734,'action started via WP Cron','2021-02-17 00:35:58','2021-02-16 16:35:58'),(104470,37734,'action complete via WP Cron','2021-02-17 00:35:58','2021-02-16 16:35:58'),(104471,37735,'action created','2021-02-17 00:35:58','2021-02-16 16:35:58'),(104472,37735,'action started via WP Cron','2021-02-17 00:37:57','2021-02-16 16:37:57'),(104473,37735,'action complete via WP Cron','2021-02-17 00:37:57','2021-02-16 16:37:57'),(104474,37736,'action created','2021-02-17 00:37:57','2021-02-16 16:37:57'),(104475,37736,'action started via WP Cron','2021-02-17 00:44:55','2021-02-16 16:44:55'),(104476,37736,'action complete via WP Cron','2021-02-17 00:44:56','2021-02-16 16:44:56'),(104477,37737,'action created','2021-02-17 00:44:56','2021-02-16 16:44:56'),(104478,37737,'action started via WP Cron','2021-02-17 00:46:43','2021-02-16 16:46:43'),(104479,37737,'action complete via WP Cron','2021-02-17 00:46:43','2021-02-16 16:46:43'),(104480,37738,'action created','2021-02-17 00:46:43','2021-02-16 16:46:43'),(104481,37738,'action started via WP Cron','2021-02-17 01:05:11','2021-02-16 17:05:11'),(104482,37738,'action complete via WP Cron','2021-02-17 01:05:11','2021-02-16 17:05:11'),(104483,37739,'action created','2021-02-17 01:05:11','2021-02-16 17:05:11'),(104484,37739,'action started via WP Cron','2021-02-17 01:06:25','2021-02-16 17:06:25'),(104485,37739,'action complete via WP Cron','2021-02-17 01:06:25','2021-02-16 17:06:25'),(104486,37740,'action created','2021-02-17 01:06:25','2021-02-16 17:06:25'),(104487,37740,'action started via WP Cron','2021-02-17 01:10:13','2021-02-16 17:10:13'),(104488,37740,'action complete via WP Cron','2021-02-17 01:10:13','2021-02-16 17:10:13'),(104489,37741,'action created','2021-02-17 01:10:13','2021-02-16 17:10:13'),(104490,37741,'action started via WP Cron','2021-02-17 01:11:47','2021-02-16 17:11:47'),(104491,37741,'action complete via WP Cron','2021-02-17 01:11:47','2021-02-16 17:11:47'),(104492,37742,'action created','2021-02-17 01:11:47','2021-02-16 17:11:47'),(104493,37742,'action started via WP Cron','2021-02-17 01:13:02','2021-02-16 17:13:02'),(104494,37742,'action complete via WP Cron','2021-02-17 01:13:02','2021-02-16 17:13:02'),(104495,37743,'action created','2021-02-17 01:13:02','2021-02-16 17:13:02'),(104496,37743,'action started via WP Cron','2021-02-17 01:13:46','2021-02-16 17:13:46'),(104497,37743,'action complete via WP Cron','2021-02-17 01:13:46','2021-02-16 17:13:46'),(104498,37744,'action created','2021-02-17 01:13:46','2021-02-16 17:13:46'),(104499,37744,'action started via WP Cron','2021-02-17 01:17:02','2021-02-16 17:17:02'),(104500,37744,'action complete via WP Cron','2021-02-17 01:17:02','2021-02-16 17:17:02'),(104501,37745,'action created','2021-02-17 01:17:02','2021-02-16 17:17:02'),(104502,37745,'action started via WP Cron','2021-02-17 01:18:44','2021-02-16 17:18:44'),(104503,37745,'action complete via WP Cron','2021-02-17 01:18:44','2021-02-16 17:18:44'),(104504,37746,'action created','2021-02-17 01:18:44','2021-02-16 17:18:44'),(104505,37746,'action started via WP Cron','2021-02-17 01:20:18','2021-02-16 17:20:18'),(104506,37746,'action complete via WP Cron','2021-02-17 01:20:18','2021-02-16 17:20:18'),(104507,37747,'action created','2021-02-17 01:20:18','2021-02-16 17:20:18'),(104508,37747,'action started via WP Cron','2021-02-17 01:21:19','2021-02-16 17:21:19'),(104509,37747,'action complete via WP Cron','2021-02-17 01:21:19','2021-02-16 17:21:19'),(104510,37748,'action created','2021-02-17 01:21:19','2021-02-16 17:21:19'),(104511,37748,'action started via WP Cron','2021-02-17 01:23:21','2021-02-16 17:23:21'),(104512,37748,'action complete via WP Cron','2021-02-17 01:23:21','2021-02-16 17:23:21'),(104513,37749,'action created','2021-02-17 01:23:21','2021-02-16 17:23:21'),(104514,37749,'action started via WP Cron','2021-02-17 01:24:22','2021-02-16 17:24:22'),(104515,37749,'action complete via WP Cron','2021-02-17 01:24:22','2021-02-16 17:24:22'),(104516,37750,'action created','2021-02-17 01:24:22','2021-02-16 17:24:22'),(104517,37750,'action started via WP Cron','2021-02-17 01:24:55','2021-02-16 17:24:55'),(104518,37750,'action complete via WP Cron','2021-02-17 01:24:55','2021-02-16 17:24:55'),(104519,37751,'action created','2021-02-17 01:24:55','2021-02-16 17:24:55'),(104520,37751,'action started via WP Cron','2021-02-17 01:30:03','2021-02-16 17:30:03'),(104521,37751,'action complete via WP Cron','2021-02-17 01:30:03','2021-02-16 17:30:03'),(104522,37752,'action created','2021-02-17 01:31:03','2021-02-16 17:31:03'),(104523,37752,'action started via WP Cron','2021-02-17 01:32:04','2021-02-16 17:32:04'),(104524,37752,'action complete via WP Cron','2021-02-17 01:32:04','2021-02-16 17:32:04'),(104525,37753,'action created','2021-02-17 01:32:04','2021-02-16 17:32:04'),(104526,37753,'action started via WP Cron','2021-02-17 01:36:22','2021-02-16 17:36:22'),(104527,37753,'action complete via WP Cron','2021-02-17 01:36:22','2021-02-16 17:36:22'),(104528,37754,'action created','2021-02-17 01:36:22','2021-02-16 17:36:22'),(104529,37754,'action started via WP Cron','2021-02-17 01:46:20','2021-02-16 17:46:20'),(104530,37754,'action complete via WP Cron','2021-02-17 01:46:20','2021-02-16 17:46:20'),(104531,37755,'action created','2021-02-17 01:46:20','2021-02-16 17:46:20'),(104532,37755,'action started via WP Cron','2021-02-17 02:03:09','2021-02-16 18:03:09'),(104533,37755,'action complete via WP Cron','2021-02-17 02:03:09','2021-02-16 18:03:09'),(104534,37756,'action created','2021-02-17 02:03:09','2021-02-16 18:03:09'),(104535,37756,'action started via WP Cron','2021-02-17 02:06:12','2021-02-16 18:06:12'),(104536,37756,'action complete via WP Cron','2021-02-17 02:06:12','2021-02-16 18:06:12'),(104537,37757,'action created','2021-02-17 02:06:12','2021-02-16 18:06:12'),(104538,37757,'action started via WP Cron','2021-02-17 02:11:21','2021-02-16 18:11:21'),(104539,37757,'action complete via WP Cron','2021-02-17 02:11:21','2021-02-16 18:11:21'),(104540,37758,'action created','2021-02-17 02:11:21','2021-02-16 18:11:21'),(104541,37758,'action started via WP Cron','2021-02-17 02:24:47','2021-02-16 18:24:47'),(104542,37758,'action complete via WP Cron','2021-02-17 02:24:47','2021-02-16 18:24:47'),(104543,37759,'action created','2021-02-17 02:24:47','2021-02-16 18:24:47'),(104544,37759,'action started via WP Cron','2021-02-17 02:25:44','2021-02-16 18:25:44'),(104545,37759,'action complete via WP Cron','2021-02-17 02:25:44','2021-02-16 18:25:44'),(104546,37760,'action created','2021-02-17 02:25:44','2021-02-16 18:25:44'),(104547,37760,'action started via WP Cron','2021-02-17 02:26:50','2021-02-16 18:26:50'),(104548,37760,'action complete via WP Cron','2021-02-17 02:26:50','2021-02-16 18:26:50'),(104549,37761,'action created','2021-02-17 02:26:50','2021-02-16 18:26:50'),(104550,37761,'action started via WP Cron','2021-02-17 02:27:49','2021-02-16 18:27:49'),(104551,37761,'action complete via WP Cron','2021-02-17 02:27:49','2021-02-16 18:27:49'),(104552,37762,'action created','2021-02-17 02:27:49','2021-02-16 18:27:49'),(104553,37762,'action started via WP Cron','2021-02-17 02:28:42','2021-02-16 18:28:42'),(104554,37762,'action complete via WP Cron','2021-02-17 02:28:42','2021-02-16 18:28:42'),(104555,37763,'action created','2021-02-17 02:28:42','2021-02-16 18:28:42'),(104556,37763,'action started via WP Cron','2021-02-17 02:29:56','2021-02-16 18:29:56'),(104557,37763,'action complete via WP Cron','2021-02-17 02:29:56','2021-02-16 18:29:56'),(104558,37764,'action created','2021-02-17 02:29:56','2021-02-16 18:29:56'),(104559,37764,'action started via WP Cron','2021-02-17 02:30:42','2021-02-16 18:30:42'),(104560,37764,'action complete via WP Cron','2021-02-17 02:30:42','2021-02-16 18:30:42'),(104561,37765,'action created','2021-02-17 02:30:42','2021-02-16 18:30:42'),(104562,37765,'action started via WP Cron','2021-02-17 02:31:59','2021-02-16 18:31:59'),(104563,37765,'action complete via WP Cron','2021-02-17 02:31:59','2021-02-16 18:31:59'),(104564,37766,'action created','2021-02-17 02:31:59','2021-02-16 18:31:59'),(104565,37766,'action started via WP Cron','2021-02-17 02:32:45','2021-02-16 18:32:45'),(104566,37766,'action complete via WP Cron','2021-02-17 02:32:45','2021-02-16 18:32:45'),(104567,37767,'action created','2021-02-17 02:32:45','2021-02-16 18:32:45'),(104568,37767,'action started via WP Cron','2021-02-17 02:33:54','2021-02-16 18:33:54'),(104569,37767,'action complete via WP Cron','2021-02-17 02:33:54','2021-02-16 18:33:54'),(104570,37768,'action created','2021-02-17 02:33:54','2021-02-16 18:33:54'),(104571,37768,'action started via WP Cron','2021-02-17 02:35:07','2021-02-16 18:35:07'),(104572,37768,'action complete via WP Cron','2021-02-17 02:35:07','2021-02-16 18:35:07'),(104573,37769,'action created','2021-02-17 02:35:29','2021-02-16 18:35:29'),(104574,37769,'action started via WP Cron','2021-02-17 02:35:48','2021-02-16 18:35:48'),(104575,37769,'action complete via WP Cron','2021-02-17 02:35:48','2021-02-16 18:35:48'),(104576,37770,'action created','2021-02-17 02:35:48','2021-02-16 18:35:48'),(104577,37770,'action started via WP Cron','2021-02-17 02:37:01','2021-02-16 18:37:01'),(104578,37770,'action complete via WP Cron','2021-02-17 02:37:01','2021-02-16 18:37:01'),(104579,37771,'action created','2021-02-17 02:37:01','2021-02-16 18:37:01'),(104580,37771,'action started via WP Cron','2021-02-17 02:37:43','2021-02-16 18:37:43'),(104581,37771,'action complete via WP Cron','2021-02-17 02:37:43','2021-02-16 18:37:43'),(104582,37772,'action created','2021-02-17 02:37:43','2021-02-16 18:37:43'),(104583,37772,'action started via WP Cron','2021-02-17 02:38:59','2021-02-16 18:38:59'),(104584,37772,'action complete via WP Cron','2021-02-17 02:38:59','2021-02-16 18:38:59'),(104585,37773,'action created','2021-02-17 02:38:59','2021-02-16 18:38:59'),(104586,37773,'action started via WP Cron','2021-02-17 02:39:49','2021-02-16 18:39:49'),(104587,37773,'action complete via WP Cron','2021-02-17 02:39:49','2021-02-16 18:39:49'),(104588,37774,'action created','2021-02-17 02:39:49','2021-02-16 18:39:49'),(104589,37774,'action started via WP Cron','2021-02-17 02:40:49','2021-02-16 18:40:49'),(104590,37774,'action complete via WP Cron','2021-02-17 02:40:49','2021-02-16 18:40:49'),(104591,37775,'action created','2021-02-17 02:40:49','2021-02-16 18:40:49'),(104592,37775,'action started via WP Cron','2021-02-17 02:41:46','2021-02-16 18:41:46'),(104593,37775,'action complete via WP Cron','2021-02-17 02:41:46','2021-02-16 18:41:46'),(104594,37776,'action created','2021-02-17 02:41:46','2021-02-16 18:41:46'),(104595,37776,'action started via WP Cron','2021-02-17 02:42:57','2021-02-16 18:42:57'),(104596,37776,'action complete via WP Cron','2021-02-17 02:42:57','2021-02-16 18:42:57'),(104597,37777,'action created','2021-02-17 02:42:57','2021-02-16 18:42:57'),(104598,37777,'action started via WP Cron','2021-02-17 02:43:43','2021-02-16 18:43:43'),(104599,37777,'action complete via WP Cron','2021-02-17 02:43:43','2021-02-16 18:43:43'),(104600,37778,'action created','2021-02-17 02:43:43','2021-02-16 18:43:43'),(104601,37778,'action started via WP Cron','2021-02-17 02:44:51','2021-02-16 18:44:51'),(104602,37778,'action complete via WP Cron','2021-02-17 02:44:51','2021-02-16 18:44:51'),(104603,37779,'action created','2021-02-17 02:44:51','2021-02-16 18:44:51'),(104604,37779,'action started via WP Cron','2021-02-17 02:45:59','2021-02-16 18:45:59'),(104605,37779,'action complete via WP Cron','2021-02-17 02:45:59','2021-02-16 18:45:59'),(104606,37780,'action created','2021-02-17 02:45:59','2021-02-16 18:45:59'),(104607,37780,'action started via WP Cron','2021-02-17 02:46:43','2021-02-16 18:46:43'),(104608,37780,'action complete via WP Cron','2021-02-17 02:46:43','2021-02-16 18:46:43'),(104609,37781,'action created','2021-02-17 02:46:43','2021-02-16 18:46:43'),(104610,37781,'action started via WP Cron','2021-02-17 02:56:22','2021-02-16 18:56:22'),(104611,37781,'action complete via WP Cron','2021-02-17 02:56:22','2021-02-16 18:56:22'),(104612,37782,'action created','2021-02-17 02:56:23','2021-02-16 18:56:23'),(104613,37782,'action started via WP Cron','2021-02-17 03:00:59','2021-02-16 19:00:59'),(104614,37782,'action complete via WP Cron','2021-02-17 03:00:59','2021-02-16 19:00:59'),(104615,37783,'action created','2021-02-17 03:00:59','2021-02-16 19:00:59'),(104616,37783,'action started via WP Cron','2021-02-17 03:10:56','2021-02-16 19:10:56'),(104617,37783,'action complete via WP Cron','2021-02-17 03:10:56','2021-02-16 19:10:56'),(104618,37784,'action created','2021-02-17 03:12:15','2021-02-16 19:12:15'),(104619,37784,'action started via WP Cron','2021-02-17 03:22:17','2021-02-16 19:22:17'),(104620,37784,'action complete via WP Cron','2021-02-17 03:22:17','2021-02-16 19:22:17'),(104621,37785,'action created','2021-02-17 03:22:18','2021-02-16 19:22:18'),(104622,37785,'action started via WP Cron','2021-02-17 03:32:07','2021-02-16 19:32:07'),(104623,37785,'action complete via WP Cron','2021-02-17 03:32:07','2021-02-16 19:32:07'),(104624,37786,'action created','2021-02-17 03:32:07','2021-02-16 19:32:07'),(104625,37786,'action started via WP Cron','2021-02-17 03:33:08','2021-02-16 19:33:08'),(104626,37786,'action complete via WP Cron','2021-02-17 03:33:08','2021-02-16 19:33:08'),(104627,37787,'action created','2021-02-17 03:33:08','2021-02-16 19:33:08'),(104628,37787,'action started via WP Cron','2021-02-17 03:35:10','2021-02-16 19:35:10'),(104629,37787,'action complete via WP Cron','2021-02-17 03:35:10','2021-02-16 19:35:10'),(104630,37788,'action created','2021-02-17 03:35:11','2021-02-16 19:35:11'),(104631,37788,'action started via WP Cron','2021-02-17 03:36:11','2021-02-16 19:36:11'),(104632,37788,'action complete via WP Cron','2021-02-17 03:36:11','2021-02-16 19:36:11'),(104633,37789,'action created','2021-02-17 03:36:11','2021-02-16 19:36:11'),(104634,37789,'action started via WP Cron','2021-02-17 03:41:01','2021-02-16 19:41:01'),(104635,37789,'action complete via WP Cron','2021-02-17 03:41:01','2021-02-16 19:41:01'),(104636,37790,'action created','2021-02-17 03:41:01','2021-02-16 19:41:01'),(104637,37790,'action started via WP Cron','2021-02-17 03:42:27','2021-02-16 19:42:27'),(104638,37790,'action complete via WP Cron','2021-02-17 03:42:27','2021-02-16 19:42:27'),(104639,37791,'action created','2021-02-17 03:42:27','2021-02-16 19:42:27'),(104640,37791,'action started via WP Cron','2021-02-17 03:47:08','2021-02-16 19:47:08'),(104641,37791,'action complete via WP Cron','2021-02-17 03:47:08','2021-02-16 19:47:08'),(104642,37792,'action created','2021-02-17 03:47:08','2021-02-16 19:47:08'),(104643,37792,'action started via WP Cron','2021-02-17 03:48:04','2021-02-16 19:48:04'),(104644,37792,'action complete via WP Cron','2021-02-17 03:48:04','2021-02-16 19:48:04'),(104645,37793,'action created','2021-02-17 03:48:05','2021-02-16 19:48:05'),(104646,37793,'action started via WP Cron','2021-02-17 03:48:54','2021-02-16 19:48:54'),(104647,37793,'action complete via WP Cron','2021-02-17 03:48:54','2021-02-16 19:48:54'),(104648,37794,'action created','2021-02-17 03:48:54','2021-02-16 19:48:54'),(104649,37794,'action started via WP Cron','2021-02-17 03:50:32','2021-02-16 19:50:32'),(104650,37794,'action complete via WP Cron','2021-02-17 03:50:32','2021-02-16 19:50:32'),(104651,37795,'action created','2021-02-17 03:50:32','2021-02-16 19:50:32'),(104652,37795,'action started via WP Cron','2021-02-17 03:56:22','2021-02-16 19:56:22'),(104653,37795,'action complete via WP Cron','2021-02-17 03:56:22','2021-02-16 19:56:22'),(104654,37796,'action created','2021-02-17 03:57:44','2021-02-16 19:57:44'),(104655,37796,'action started via WP Cron','2021-02-17 04:00:04','2021-02-16 20:00:04'),(104656,37796,'action complete via WP Cron','2021-02-17 04:00:04','2021-02-16 20:00:04'),(104657,37797,'action created','2021-02-17 04:00:09','2021-02-16 20:00:09'),(104658,37797,'action started via WP Cron','2021-02-17 04:03:46','2021-02-16 20:03:46'),(104659,37797,'action complete via WP Cron','2021-02-17 04:03:46','2021-02-16 20:03:46'),(104660,37798,'action created','2021-02-17 04:03:46','2021-02-16 20:03:46'),(104661,37798,'action started via WP Cron','2021-02-17 04:07:15','2021-02-16 20:07:15'),(104662,37798,'action complete via WP Cron','2021-02-17 04:07:15','2021-02-16 20:07:15'),(104663,37799,'action created','2021-02-17 04:07:15','2021-02-16 20:07:15'),(104664,37799,'action started via WP Cron','2021-02-17 04:08:27','2021-02-16 20:08:27'),(104665,37799,'action complete via WP Cron','2021-02-17 04:08:27','2021-02-16 20:08:27'),(104666,37800,'action created','2021-02-17 04:08:27','2021-02-16 20:08:27'),(104667,37800,'action started via WP Cron','2021-02-17 04:10:04','2021-02-16 20:10:04'),(104668,37800,'action complete via WP Cron','2021-02-17 04:10:04','2021-02-16 20:10:04'),(104669,37801,'action created','2021-02-17 04:10:04','2021-02-16 20:10:04'),(104670,37801,'action started via WP Cron','2021-02-17 04:11:30','2021-02-16 20:11:30'),(104671,37801,'action complete via WP Cron','2021-02-17 04:11:30','2021-02-16 20:11:30'),(104672,37802,'action created','2021-02-17 04:11:30','2021-02-16 20:11:30'),(104673,37802,'action started via WP Cron','2021-02-17 04:12:33','2021-02-16 20:12:33'),(104674,37802,'action complete via WP Cron','2021-02-17 04:12:33','2021-02-16 20:12:33'),(104675,37803,'action created','2021-02-17 04:12:33','2021-02-16 20:12:33'),(104676,37803,'action started via WP Cron','2021-02-17 04:12:48','2021-02-16 20:12:48'),(104677,37803,'action complete via WP Cron','2021-02-17 04:12:48','2021-02-16 20:12:48'),(104678,37804,'action created','2021-02-17 04:12:48','2021-02-16 20:12:48'),(104679,37804,'action started via WP Cron','2021-02-17 04:14:31','2021-02-16 20:14:31'),(104680,37804,'action complete via WP Cron','2021-02-17 04:14:31','2021-02-16 20:14:31'),(104681,37805,'action created','2021-02-17 04:14:31','2021-02-16 20:14:31'),(104682,37805,'action started via WP Cron','2021-02-17 04:17:47','2021-02-16 20:17:47'),(104683,37805,'action complete via WP Cron','2021-02-17 04:17:47','2021-02-16 20:17:47'),(104684,37806,'action created','2021-02-17 04:17:47','2021-02-16 20:17:47'),(104685,37806,'action started via WP Cron','2021-02-17 04:26:55','2021-02-16 20:26:55'),(104686,37806,'action complete via WP Cron','2021-02-17 04:26:55','2021-02-16 20:26:55'),(104687,37807,'action created','2021-02-17 04:26:55','2021-02-16 20:26:55'),(104688,37807,'action started via WP Cron','2021-02-17 04:39:46','2021-02-16 20:39:46'),(104689,37807,'action complete via WP Cron','2021-02-17 04:39:46','2021-02-16 20:39:46'),(104690,37808,'action created','2021-02-17 04:39:46','2021-02-16 20:39:46'),(104691,37808,'action started via WP Cron','2021-02-17 04:41:17','2021-02-16 20:41:17'),(104692,37808,'action complete via WP Cron','2021-02-17 04:41:17','2021-02-16 20:41:17'),(104693,37809,'action created','2021-02-17 04:41:17','2021-02-16 20:41:17'),(104694,37809,'action started via WP Cron','2021-02-17 04:42:33','2021-02-16 20:42:33'),(104695,37809,'action complete via WP Cron','2021-02-17 04:42:33','2021-02-16 20:42:33'),(104696,37810,'action created','2021-02-17 04:42:33','2021-02-16 20:42:33'),(104697,37810,'action started via WP Cron','2021-02-17 04:43:37','2021-02-16 20:43:37'),(104698,37810,'action complete via WP Cron','2021-02-17 04:43:37','2021-02-16 20:43:37'),(104699,37811,'action created','2021-02-17 04:43:37','2021-02-16 20:43:37'),(104700,37811,'action started via WP Cron','2021-02-17 04:44:35','2021-02-16 20:44:35'),(104701,37811,'action complete via WP Cron','2021-02-17 04:44:35','2021-02-16 20:44:35'),(104702,37812,'action created','2021-02-17 04:44:35','2021-02-16 20:44:35'),(104703,37812,'action started via WP Cron','2021-02-17 04:45:36','2021-02-16 20:45:36'),(104704,37812,'action complete via WP Cron','2021-02-17 04:45:36','2021-02-16 20:45:36'),(104705,37813,'action created','2021-02-17 04:45:36','2021-02-16 20:45:36'),(104706,37813,'action started via WP Cron','2021-02-17 04:46:07','2021-02-16 20:46:07'),(104707,37813,'action complete via WP Cron','2021-02-17 04:46:07','2021-02-16 20:46:07'),(104708,37814,'action created','2021-02-17 04:46:07','2021-02-16 20:46:07'),(104709,37814,'action started via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104710,37814,'action complete via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104711,37030,'action started via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104712,37030,'action complete via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104713,37815,'action created','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104714,37031,'action started via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104715,37031,'action complete via WP Cron','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104716,37816,'action created','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104717,37817,'action created','2021-02-17 04:56:59','2021-02-16 20:56:59'),(104718,37817,'action started via WP Cron','2021-02-17 04:58:08','2021-02-16 20:58:08'),(104719,37817,'action complete via WP Cron','2021-02-17 04:58:08','2021-02-16 20:58:08'),(104720,37818,'action created','2021-02-17 04:58:08','2021-02-16 20:58:08'),(104721,37818,'action started via WP Cron','2021-02-17 05:06:29','2021-02-16 21:06:29'),(104722,37818,'action complete via WP Cron','2021-02-17 05:06:29','2021-02-16 21:06:29'),(104723,37819,'action created','2021-02-17 05:06:29','2021-02-16 21:06:29'),(104724,37819,'action started via WP Cron','2021-02-17 05:08:33','2021-02-16 21:08:33'),(104725,37819,'action complete via WP Cron','2021-02-17 05:08:33','2021-02-16 21:08:33'),(104726,37820,'action created','2021-02-17 05:08:33','2021-02-16 21:08:33'),(104727,37820,'action started via WP Cron','2021-02-17 05:10:34','2021-02-16 21:10:34'),(104728,37820,'action complete via WP Cron','2021-02-17 05:10:34','2021-02-16 21:10:34'),(104729,37821,'action created','2021-02-17 05:10:35','2021-02-16 21:10:35'),(104730,37821,'action started via WP Cron','2021-02-17 05:16:12','2021-02-16 21:16:12'),(104731,37821,'action complete via WP Cron','2021-02-17 05:16:12','2021-02-16 21:16:12'),(104732,37822,'action created','2021-02-17 05:16:12','2021-02-16 21:16:12'),(104733,37822,'action started via WP Cron','2021-02-17 05:17:13','2021-02-16 21:17:13'),(104734,37822,'action complete via WP Cron','2021-02-17 05:17:13','2021-02-16 21:17:13'),(104735,37823,'action created','2021-02-17 05:17:13','2021-02-16 21:17:13'),(104736,37823,'action started via WP Cron','2021-02-17 05:18:54','2021-02-16 21:18:54'),(104737,37823,'action complete via WP Cron','2021-02-17 05:18:54','2021-02-16 21:18:54'),(104738,37824,'action created','2021-02-17 05:18:54','2021-02-16 21:18:54'),(104739,37824,'action started via WP Cron','2021-02-17 05:21:45','2021-02-16 21:21:45'),(104740,37824,'action complete via WP Cron','2021-02-17 05:21:45','2021-02-16 21:21:45'),(104741,37825,'action created','2021-02-17 05:21:45','2021-02-16 21:21:45'),(104742,37825,'action started via WP Cron','2021-02-17 05:22:49','2021-02-16 21:22:49'),(104743,37825,'action complete via WP Cron','2021-02-17 05:22:49','2021-02-16 21:22:49'),(104744,37826,'action created','2021-02-17 05:22:49','2021-02-16 21:22:49'),(104745,37826,'action started via WP Cron','2021-02-17 05:23:50','2021-02-16 21:23:50'),(104746,37826,'action complete via WP Cron','2021-02-17 05:23:50','2021-02-16 21:23:50'),(104747,37827,'action created','2021-02-17 05:23:50','2021-02-16 21:23:50'),(104748,37827,'action started via WP Cron','2021-02-17 05:24:49','2021-02-16 21:24:49'),(104749,37827,'action complete via WP Cron','2021-02-17 05:24:49','2021-02-16 21:24:49'),(104750,37828,'action created','2021-02-17 05:24:49','2021-02-16 21:24:49'),(104751,37828,'action started via WP Cron','2021-02-17 05:25:52','2021-02-16 21:25:52'),(104752,37828,'action complete via WP Cron','2021-02-17 05:25:52','2021-02-16 21:25:52'),(104753,37829,'action created','2021-02-17 05:25:52','2021-02-16 21:25:52'),(104754,37829,'action started via WP Cron','2021-02-17 05:29:08','2021-02-16 21:29:08'),(104755,37829,'action complete via WP Cron','2021-02-17 05:29:08','2021-02-16 21:29:08'),(104756,37830,'action created','2021-02-17 05:29:08','2021-02-16 21:29:08'),(104757,37830,'action started via WP Cron','2021-02-17 05:33:16','2021-02-16 21:33:16'),(104758,37830,'action complete via WP Cron','2021-02-17 05:33:16','2021-02-16 21:33:16'),(104759,37831,'action created','2021-02-17 05:33:16','2021-02-16 21:33:16'),(104760,37831,'action started via WP Cron','2021-02-17 05:33:55','2021-02-16 21:33:55'),(104761,37831,'action complete via WP Cron','2021-02-17 05:33:55','2021-02-16 21:33:55'),(104762,37832,'action created','2021-02-17 05:33:55','2021-02-16 21:33:55'),(104763,37832,'action started via WP Cron','2021-02-17 05:38:07','2021-02-16 21:38:07'),(104764,37832,'action complete via WP Cron','2021-02-17 05:38:07','2021-02-16 21:38:07'),(104765,37833,'action created','2021-02-17 05:38:07','2021-02-16 21:38:07'),(104766,37833,'action started via WP Cron','2021-02-17 05:49:50','2021-02-16 21:49:50'),(104767,37833,'action complete via WP Cron','2021-02-17 05:49:50','2021-02-16 21:49:50'),(104768,37834,'action created','2021-02-17 05:49:50','2021-02-16 21:49:50'),(104769,37834,'action started via WP Cron','2021-02-17 05:58:27','2021-02-16 21:58:27'),(104770,37834,'action complete via WP Cron','2021-02-17 05:58:27','2021-02-16 21:58:27'),(104771,37835,'action created','2021-02-17 05:58:27','2021-02-16 21:58:27'),(104772,37835,'action started via WP Cron','2021-02-17 06:05:16','2021-02-16 22:05:16'),(104773,37835,'action complete via WP Cron','2021-02-17 06:05:16','2021-02-16 22:05:16'),(104774,37836,'action created','2021-02-17 06:05:17','2021-02-16 22:05:17'),(104775,37836,'action started via WP Cron','2021-02-17 06:11:25','2021-02-16 22:11:25'),(104776,37836,'action complete via WP Cron','2021-02-17 06:11:25','2021-02-16 22:11:25'),(104777,37837,'action created','2021-02-17 06:11:25','2021-02-16 22:11:25'),(104778,37837,'action started via WP Cron','2021-02-17 06:13:20','2021-02-16 22:13:20'),(104779,37837,'action complete via WP Cron','2021-02-17 06:13:20','2021-02-16 22:13:20'),(104780,37838,'action created','2021-02-17 06:13:20','2021-02-16 22:13:20'),(104781,37838,'action started via WP Cron','2021-02-17 06:16:37','2021-02-16 22:16:37'),(104782,37838,'action complete via WP Cron','2021-02-17 06:16:37','2021-02-16 22:16:37'),(104783,37839,'action created','2021-02-17 06:16:37','2021-02-16 22:16:37'),(104784,37839,'action started via WP Cron','2021-02-17 06:16:58','2021-02-16 22:16:58'),(104785,37839,'action complete via WP Cron','2021-02-17 06:16:58','2021-02-16 22:16:58'),(104786,37840,'action created','2021-02-17 06:16:58','2021-02-16 22:16:58'),(104787,37840,'action started via WP Cron','2021-02-17 06:18:04','2021-02-16 22:18:04'),(104788,37840,'action complete via WP Cron','2021-02-17 06:18:04','2021-02-16 22:18:04'),(104789,37841,'action created','2021-02-17 06:18:04','2021-02-16 22:18:04'),(104790,37841,'action started via WP Cron','2021-02-17 06:26:51','2021-02-16 22:26:51'),(104791,37841,'action complete via WP Cron','2021-02-17 06:26:51','2021-02-16 22:26:51'),(104792,37842,'action created','2021-02-17 06:26:51','2021-02-16 22:26:51'),(104793,37842,'action started via WP Cron','2021-02-17 06:27:53','2021-02-16 22:27:53'),(104794,37842,'action complete via WP Cron','2021-02-17 06:27:53','2021-02-16 22:27:53'),(104795,37843,'action created','2021-02-17 06:27:53','2021-02-16 22:27:53'),(104796,37843,'action started via WP Cron','2021-02-17 06:28:53','2021-02-16 22:28:53'),(104797,37843,'action complete via WP Cron','2021-02-17 06:28:53','2021-02-16 22:28:53'),(104798,37844,'action created','2021-02-17 06:28:54','2021-02-16 22:28:54'),(104799,37844,'action started via WP Cron','2021-02-17 06:32:20','2021-02-16 22:32:20'),(104800,37844,'action complete via WP Cron','2021-02-17 06:32:20','2021-02-16 22:32:20'),(104801,37845,'action created','2021-02-17 06:32:20','2021-02-16 22:32:20'),(104802,37845,'action started via WP Cron','2021-02-17 06:34:05','2021-02-16 22:34:05'),(104803,37845,'action complete via WP Cron','2021-02-17 06:34:05','2021-02-16 22:34:05'),(104804,37846,'action created','2021-02-17 06:34:05','2021-02-16 22:34:05'),(104805,37846,'action started via WP Cron','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104806,37846,'action complete via WP Cron','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104807,37094,'action started via WP Cron','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104808,37094,'action complete via WP Cron','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104809,37847,'action created','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104810,37848,'action created','2021-02-17 06:41:36','2021-02-16 22:41:36'),(104811,37848,'action started via WP Cron','2021-02-17 06:42:24','2021-02-16 22:42:24'),(104812,37848,'action complete via WP Cron','2021-02-17 06:42:24','2021-02-16 22:42:24'),(104813,37849,'action created','2021-02-17 06:42:24','2021-02-16 22:42:24'),(104814,37849,'action started via WP Cron','2021-02-17 06:54:50','2021-02-16 22:54:50'),(104815,37849,'action complete via WP Cron','2021-02-17 06:54:50','2021-02-16 22:54:50'),(104816,37850,'action created','2021-02-17 06:54:50','2021-02-16 22:54:50'),(104817,37850,'action started via WP Cron','2021-02-17 06:55:52','2021-02-16 22:55:52'),(104818,37850,'action complete via WP Cron','2021-02-17 06:55:52','2021-02-16 22:55:52'),(104819,37851,'action created','2021-02-17 06:55:52','2021-02-16 22:55:52'),(104820,37851,'action started via WP Cron','2021-02-17 06:56:49','2021-02-16 22:56:49'),(104821,37851,'action complete via WP Cron','2021-02-17 06:56:49','2021-02-16 22:56:49'),(104822,37852,'action created','2021-02-17 06:56:49','2021-02-16 22:56:49'),(104823,37852,'action started via WP Cron','2021-02-17 06:57:47','2021-02-16 22:57:47'),(104824,37852,'action complete via WP Cron','2021-02-17 06:57:47','2021-02-16 22:57:47'),(104825,37853,'action created','2021-02-17 06:57:47','2021-02-16 22:57:47'),(104826,37853,'action started via WP Cron','2021-02-17 07:01:04','2021-02-16 23:01:04'),(104827,37853,'action complete via WP Cron','2021-02-17 07:01:04','2021-02-16 23:01:04'),(104828,37854,'action created','2021-02-17 07:01:04','2021-02-16 23:01:04'),(104829,37854,'action started via WP Cron','2021-02-17 07:02:48','2021-02-16 23:02:48'),(104830,37854,'action complete via WP Cron','2021-02-17 07:02:48','2021-02-16 23:02:48'),(104831,37855,'action created','2021-02-17 07:02:48','2021-02-16 23:02:48'),(104832,37855,'action started via WP Cron','2021-02-17 07:03:47','2021-02-16 23:03:47'),(104833,37855,'action complete via WP Cron','2021-02-17 07:03:47','2021-02-16 23:03:47'),(104834,37856,'action created','2021-02-17 07:03:47','2021-02-16 23:03:47'),(104835,37856,'action started via WP Cron','2021-02-17 07:04:45','2021-02-16 23:04:45'),(104836,37856,'action complete via WP Cron','2021-02-17 07:04:45','2021-02-16 23:04:45'),(104837,37857,'action created','2021-02-17 07:04:45','2021-02-16 23:04:45'),(104838,37857,'action started via WP Cron','2021-02-17 07:05:44','2021-02-16 23:05:44'),(104839,37857,'action complete via WP Cron','2021-02-17 07:05:44','2021-02-16 23:05:44'),(104840,37858,'action created','2021-02-17 07:05:44','2021-02-16 23:05:44'),(104841,37858,'action started via WP Cron','2021-02-17 07:06:47','2021-02-16 23:06:47'),(104842,37858,'action complete via WP Cron','2021-02-17 07:06:47','2021-02-16 23:06:47'),(104843,37859,'action created','2021-02-17 07:06:47','2021-02-16 23:06:47'),(104844,37859,'action started via WP Cron','2021-02-17 07:07:46','2021-02-16 23:07:46'),(104845,37859,'action complete via WP Cron','2021-02-17 07:07:46','2021-02-16 23:07:46'),(104846,37860,'action created','2021-02-17 07:07:46','2021-02-16 23:07:46'),(104847,37860,'action started via WP Cron','2021-02-17 07:08:42','2021-02-16 23:08:42'),(104848,37860,'action complete via WP Cron','2021-02-17 07:08:43','2021-02-16 23:08:43'),(104849,37861,'action created','2021-02-17 07:08:43','2021-02-16 23:08:43'),(104850,37861,'action started via WP Cron','2021-02-17 07:09:41','2021-02-16 23:09:41'),(104851,37861,'action complete via WP Cron','2021-02-17 07:09:41','2021-02-16 23:09:41'),(104852,37862,'action created','2021-02-17 07:09:41','2021-02-16 23:09:41'),(104853,37862,'action started via WP Cron','2021-02-17 07:10:43','2021-02-16 23:10:43'),(104854,37862,'action complete via WP Cron','2021-02-17 07:10:43','2021-02-16 23:10:43'),(104855,37863,'action created','2021-02-17 07:10:43','2021-02-16 23:10:43'),(104856,37863,'action started via WP Cron','2021-02-17 07:11:42','2021-02-16 23:11:42'),(104857,37863,'action complete via WP Cron','2021-02-17 07:11:42','2021-02-16 23:11:42'),(104858,37864,'action created','2021-02-17 07:11:43','2021-02-16 23:11:43'),(104859,37864,'action started via WP Cron','2021-02-17 07:12:44','2021-02-16 23:12:44'),(104860,37864,'action complete via WP Cron','2021-02-17 07:12:44','2021-02-16 23:12:44'),(104861,37865,'action created','2021-02-17 07:12:44','2021-02-16 23:12:44'),(104862,37865,'action started via WP Cron','2021-02-17 07:13:44','2021-02-16 23:13:44'),(104863,37865,'action complete via WP Cron','2021-02-17 07:13:44','2021-02-16 23:13:44'),(104864,37866,'action created','2021-02-17 07:13:44','2021-02-16 23:13:44'),(104865,37866,'action started via WP Cron','2021-02-17 07:20:34','2021-02-16 23:20:34'),(104866,37866,'action complete via WP Cron','2021-02-17 07:20:34','2021-02-16 23:20:34'),(104867,37867,'action created','2021-02-17 07:20:34','2021-02-16 23:20:34'),(104868,37867,'action started via WP Cron','2021-02-17 07:21:39','2021-02-16 23:21:39'),(104869,37867,'action complete via WP Cron','2021-02-17 07:21:39','2021-02-16 23:21:39'),(104870,37868,'action created','2021-02-17 07:21:39','2021-02-16 23:21:39'),(104871,37868,'action started via WP Cron','2021-02-17 07:22:40','2021-02-16 23:22:40'),(104872,37868,'action complete via WP Cron','2021-02-17 07:22:40','2021-02-16 23:22:40'),(104873,37869,'action created','2021-02-17 07:22:40','2021-02-16 23:22:40'),(104874,37869,'action started via WP Cron','2021-02-17 07:24:42','2021-02-16 23:24:42'),(104875,37869,'action complete via WP Cron','2021-02-17 07:24:42','2021-02-16 23:24:42'),(104876,37870,'action created','2021-02-17 07:24:42','2021-02-16 23:24:42'),(104877,37870,'action started via WP Cron','2021-02-17 07:25:43','2021-02-16 23:25:43'),(104878,37870,'action complete via WP Cron','2021-02-17 07:25:43','2021-02-16 23:25:43'),(104879,37871,'action created','2021-02-17 07:25:43','2021-02-16 23:25:43'),(104880,37871,'action started via WP Cron','2021-02-17 07:26:44','2021-02-16 23:26:44'),(104881,37871,'action complete via WP Cron','2021-02-17 07:26:44','2021-02-16 23:26:44'),(104882,37872,'action created','2021-02-17 07:26:44','2021-02-16 23:26:44'),(104883,37872,'action started via WP Cron','2021-02-17 07:29:00','2021-02-16 23:29:00'),(104884,37872,'action complete via WP Cron','2021-02-17 07:29:00','2021-02-16 23:29:00'),(104885,37873,'action created','2021-02-17 07:29:00','2021-02-16 23:29:00'),(104886,37873,'action started via WP Cron','2021-02-17 07:29:54','2021-02-16 23:29:54'),(104887,37873,'action complete via WP Cron','2021-02-17 07:29:54','2021-02-16 23:29:54'),(104888,37874,'action created','2021-02-17 07:29:54','2021-02-16 23:29:54'),(104889,37874,'action started via WP Cron','2021-02-17 07:30:54','2021-02-16 23:30:54'),(104890,37874,'action complete via WP Cron','2021-02-17 07:30:54','2021-02-16 23:30:54'),(104891,37875,'action created','2021-02-17 07:30:54','2021-02-16 23:30:54'),(104892,37875,'action started via WP Cron','2021-02-17 07:34:55','2021-02-16 23:34:55'),(104893,37875,'action complete via WP Cron','2021-02-17 07:34:55','2021-02-16 23:34:55'),(104894,37876,'action created','2021-02-17 07:34:55','2021-02-16 23:34:55'),(104895,37876,'action started via WP Cron','2021-02-17 07:37:57','2021-02-16 23:37:57'),(104896,37876,'action complete via WP Cron','2021-02-17 07:37:57','2021-02-16 23:37:57'),(104897,37877,'action created','2021-02-17 07:37:57','2021-02-16 23:37:57'),(104898,37877,'action started via WP Cron','2021-02-17 07:39:14','2021-02-16 23:39:14'),(104899,37877,'action complete via WP Cron','2021-02-17 07:39:14','2021-02-16 23:39:14'),(104900,37878,'action created','2021-02-17 07:39:14','2021-02-16 23:39:14'),(104901,37878,'action started via WP Cron','2021-02-17 07:40:28','2021-02-16 23:40:28'),(104902,37878,'action complete via WP Cron','2021-02-17 07:40:28','2021-02-16 23:40:28'),(104903,37879,'action created','2021-02-17 07:40:28','2021-02-16 23:40:28'),(104904,37879,'action started via WP Cron','2021-02-17 07:40:54','2021-02-16 23:40:54'),(104905,37879,'action complete via WP Cron','2021-02-17 07:40:54','2021-02-16 23:40:54'),(104906,37880,'action created','2021-02-17 07:40:55','2021-02-16 23:40:55'),(104907,37880,'action started via WP Cron','2021-02-17 07:42:17','2021-02-16 23:42:17'),(104908,37880,'action complete via WP Cron','2021-02-17 07:42:17','2021-02-16 23:42:17'),(104909,37881,'action created','2021-02-17 07:42:17','2021-02-16 23:42:17'),(104910,37881,'action started via WP Cron','2021-02-17 07:43:00','2021-02-16 23:43:00'),(104911,37881,'action complete via WP Cron','2021-02-17 07:43:00','2021-02-16 23:43:00'),(104912,37882,'action created','2021-02-17 07:43:00','2021-02-16 23:43:00'),(104913,37882,'action started via WP Cron','2021-02-17 07:47:04','2021-02-16 23:47:04'),(104914,37882,'action complete via WP Cron','2021-02-17 07:47:04','2021-02-16 23:47:04'),(104915,37883,'action created','2021-02-17 07:47:04','2021-02-16 23:47:04'),(104916,37883,'action started via WP Cron','2021-02-17 07:50:04','2021-02-16 23:50:04'),(104917,37883,'action complete via WP Cron','2021-02-17 07:50:04','2021-02-16 23:50:04'),(104918,37884,'action created','2021-02-17 07:50:04','2021-02-16 23:50:04'),(104919,37884,'action started via WP Cron','2021-02-17 07:50:41','2021-02-16 23:50:41'),(104920,37884,'action complete via WP Cron','2021-02-17 07:50:41','2021-02-16 23:50:41'),(104921,37885,'action created','2021-02-17 07:50:41','2021-02-16 23:50:41'),(104922,37885,'action started via WP Cron','2021-02-17 07:51:50','2021-02-16 23:51:50'),(104923,37885,'action complete via WP Cron','2021-02-17 07:51:50','2021-02-16 23:51:50'),(104924,37886,'action created','2021-02-17 07:51:50','2021-02-16 23:51:50'),(104925,37886,'action started via WP Cron','2021-02-17 08:04:57','2021-02-17 00:04:57'),(104926,37886,'action complete via WP Cron','2021-02-17 08:04:57','2021-02-17 00:04:57'),(104927,37887,'action created','2021-02-17 08:04:57','2021-02-17 00:04:57'),(104928,37887,'action started via WP Cron','2021-02-17 08:10:16','2021-02-17 00:10:16'),(104929,37887,'action complete via WP Cron','2021-02-17 08:10:16','2021-02-17 00:10:16'),(104930,37888,'action created','2021-02-17 08:10:16','2021-02-17 00:10:16'),(104934,37889,'action started via WP Cron','2021-02-17 08:27:44','2021-02-17 00:27:44'),(104935,37889,'action complete via WP Cron','2021-02-17 08:27:44','2021-02-17 00:27:44'),(104936,37890,'action created','2021-02-17 08:27:44','2021-02-17 00:27:44'),(104937,37890,'action started via WP Cron','2021-02-17 08:28:45','2021-02-17 00:28:45'),(104938,37890,'action complete via WP Cron','2021-02-17 08:28:45','2021-02-17 00:28:45'),(104939,37891,'action created','2021-02-17 08:28:45','2021-02-17 00:28:45'),(104940,37891,'action started via WP Cron','2021-02-17 08:29:46','2021-02-17 00:29:46'),(104941,37891,'action complete via WP Cron','2021-02-17 08:29:46','2021-02-17 00:29:46'),(104942,37892,'action created','2021-02-17 08:29:46','2021-02-17 00:29:46'),(104943,37892,'action started via WP Cron','2021-02-17 08:30:46','2021-02-17 00:30:46'),(104944,37892,'action complete via WP Cron','2021-02-17 08:30:46','2021-02-17 00:30:46'),(104945,37893,'action created','2021-02-17 08:30:47','2021-02-17 00:30:47'),(104946,37893,'action started via WP Cron','2021-02-17 08:31:47','2021-02-17 00:31:47'),(104947,37893,'action complete via WP Cron','2021-02-17 08:31:47','2021-02-17 00:31:47'),(104948,37894,'action created','2021-02-17 08:31:48','2021-02-17 00:31:48'),(104949,37894,'action started via WP Cron','2021-02-17 08:32:55','2021-02-17 00:32:55'),(104950,37894,'action complete via WP Cron','2021-02-17 08:32:55','2021-02-17 00:32:55'),(104951,37895,'action created','2021-02-17 08:32:55','2021-02-17 00:32:55'),(104952,37895,'action started via WP Cron','2021-02-17 08:33:56','2021-02-17 00:33:56'),(104953,37895,'action complete via WP Cron','2021-02-17 08:33:56','2021-02-17 00:33:56'),(104954,37896,'action created','2021-02-17 08:33:56','2021-02-17 00:33:56'),(104955,37896,'action started via WP Cron','2021-02-17 08:36:02','2021-02-17 00:36:02'),(104956,37896,'action complete via WP Cron','2021-02-17 08:36:02','2021-02-17 00:36:02'),(104957,37897,'action created','2021-02-17 08:36:02','2021-02-17 00:36:02'),(104958,37897,'action started via WP Cron','2021-02-17 08:38:56','2021-02-17 00:38:56'),(104959,37897,'action complete via WP Cron','2021-02-17 08:38:56','2021-02-17 00:38:56'),(104960,37898,'action created','2021-02-17 08:38:56','2021-02-17 00:38:56'),(104961,37898,'action started via WP Cron','2021-02-17 08:40:59','2021-02-17 00:40:59'),(104962,37898,'action complete via WP Cron','2021-02-17 08:40:59','2021-02-17 00:40:59'),(104963,37899,'action created','2021-02-17 08:40:59','2021-02-17 00:40:59'),(104964,37899,'action started via WP Cron','2021-02-17 08:41:45','2021-02-17 00:41:45'),(104965,37899,'action complete via WP Cron','2021-02-17 08:41:45','2021-02-17 00:41:45'),(104966,37900,'action created','2021-02-17 08:41:45','2021-02-17 00:41:45'),(104967,37900,'action started via WP Cron','2021-02-17 08:43:04','2021-02-17 00:43:04'),(104968,37900,'action complete via WP Cron','2021-02-17 08:43:04','2021-02-17 00:43:04'),(104969,37901,'action created','2021-02-17 08:43:04','2021-02-17 00:43:04'),(104970,37901,'action started via WP Cron','2021-02-17 08:44:18','2021-02-17 00:44:18'),(104971,37901,'action complete via WP Cron','2021-02-17 08:44:18','2021-02-17 00:44:18'),(104972,37902,'action created','2021-02-17 08:44:18','2021-02-17 00:44:18'),(104973,37902,'action started via WP Cron','2021-02-17 08:45:06','2021-02-17 00:45:06'),(104974,37902,'action complete via WP Cron','2021-02-17 08:45:06','2021-02-17 00:45:06'),(104975,37903,'action created','2021-02-17 08:45:06','2021-02-17 00:45:06'),(104976,37903,'action started via WP Cron','2021-02-17 08:46:09','2021-02-17 00:46:09'),(104977,37903,'action complete via WP Cron','2021-02-17 08:46:09','2021-02-17 00:46:09'),(104978,37904,'action created','2021-02-17 08:46:09','2021-02-17 00:46:09'),(104979,37904,'action started via WP Cron','2021-02-17 08:47:09','2021-02-17 00:47:09'),(104980,37904,'action complete via WP Cron','2021-02-17 08:47:09','2021-02-17 00:47:09'),(104981,37905,'action created','2021-02-17 08:47:10','2021-02-17 00:47:10'),(104982,37905,'action started via WP Cron','2021-02-17 08:49:29','2021-02-17 00:49:29'),(104983,37905,'action complete via WP Cron','2021-02-17 08:49:29','2021-02-17 00:49:29'),(104984,37906,'action created','2021-02-17 08:49:29','2021-02-17 00:49:29'),(104985,37906,'action started via WP Cron','2021-02-17 08:54:05','2021-02-17 00:54:05'),(104986,37906,'action complete via WP Cron','2021-02-17 08:54:05','2021-02-17 00:54:05'),(104987,37907,'action created','2021-02-17 08:54:05','2021-02-17 00:54:05'),(104988,37907,'action started via WP Cron','2021-02-17 08:56:14','2021-02-17 00:56:14'),(104989,37907,'action complete via WP Cron','2021-02-17 08:56:14','2021-02-17 00:56:14'),(104990,37908,'action created','2021-02-17 08:56:14','2021-02-17 00:56:14'),(104991,37908,'action started via WP Cron','2021-02-17 08:57:15','2021-02-17 00:57:15'),(104992,37908,'action complete via WP Cron','2021-02-17 08:57:15','2021-02-17 00:57:15'),(104993,37909,'action created','2021-02-17 08:57:15','2021-02-17 00:57:15'),(104994,37909,'action started via WP Cron','2021-02-17 08:59:17','2021-02-17 00:59:17'),(104995,37909,'action complete via WP Cron','2021-02-17 08:59:17','2021-02-17 00:59:17'),(104996,37910,'action created','2021-02-17 08:59:17','2021-02-17 00:59:17'),(104997,37910,'action started via WP Cron','2021-02-17 09:00:18','2021-02-17 01:00:18'),(104998,37910,'action complete via WP Cron','2021-02-17 09:00:18','2021-02-17 01:00:18'),(104999,37911,'action created','2021-02-17 09:00:18','2021-02-17 01:00:18'),(105000,37911,'action started via WP Cron','2021-02-17 09:01:19','2021-02-17 01:01:19'),(105001,37911,'action complete via WP Cron','2021-02-17 09:01:19','2021-02-17 01:01:19'),(105002,37912,'action created','2021-02-17 09:01:19','2021-02-17 01:01:19'),(105003,37912,'action started via WP Cron','2021-02-17 09:07:12','2021-02-17 01:07:12'),(105004,37912,'action complete via WP Cron','2021-02-17 09:07:12','2021-02-17 01:07:12'),(105005,37913,'action created','2021-02-17 09:07:12','2021-02-17 01:07:12'),(105006,37913,'action started via WP Cron','2021-02-17 09:08:12','2021-02-17 01:08:12'),(105007,37913,'action complete via WP Cron','2021-02-17 09:08:12','2021-02-17 01:08:12'),(105008,37914,'action created','2021-02-17 09:08:12','2021-02-17 01:08:12'),(105009,37914,'action started via WP Cron','2021-02-17 09:09:13','2021-02-17 01:09:13'),(105010,37914,'action complete via WP Cron','2021-02-17 09:09:14','2021-02-17 01:09:14'),(105011,37915,'action created','2021-02-17 09:09:14','2021-02-17 01:09:14'),(105012,37915,'action started via WP Cron','2021-02-17 09:10:14','2021-02-17 01:10:14'),(105013,37915,'action complete via WP Cron','2021-02-17 09:10:14','2021-02-17 01:10:14'),(105014,37916,'action created','2021-02-17 09:10:15','2021-02-17 01:10:15'),(105015,37916,'action started via WP Cron','2021-02-17 09:11:15','2021-02-17 01:11:15'),(105016,37916,'action complete via WP Cron','2021-02-17 09:11:15','2021-02-17 01:11:15'),(105017,37917,'action created','2021-02-17 09:11:15','2021-02-17 01:11:15'),(105018,37917,'action started via WP Cron','2021-02-17 09:13:17','2021-02-17 01:13:17'),(105019,37917,'action complete via WP Cron','2021-02-17 09:13:17','2021-02-17 01:13:17'),(105020,37918,'action created','2021-02-17 09:13:17','2021-02-17 01:13:17'),(105021,37918,'action started via WP Cron','2021-02-17 09:15:25','2021-02-17 01:15:25'),(105022,37918,'action complete via WP Cron','2021-02-17 09:15:25','2021-02-17 01:15:25'),(105023,37919,'action created','2021-02-17 09:15:25','2021-02-17 01:15:25'),(105024,37919,'action started via WP Cron','2021-02-17 09:16:26','2021-02-17 01:16:26'),(105025,37919,'action complete via WP Cron','2021-02-17 09:16:26','2021-02-17 01:16:26'),(105026,37920,'action created','2021-02-17 09:16:26','2021-02-17 01:16:26'),(105027,37920,'action started via WP Cron','2021-02-17 09:17:29','2021-02-17 01:17:29'),(105028,37920,'action complete via WP Cron','2021-02-17 09:17:29','2021-02-17 01:17:29'),(105029,37921,'action created','2021-02-17 09:17:29','2021-02-17 01:17:29'),(105030,37921,'action started via WP Cron','2021-02-17 09:31:54','2021-02-17 01:31:54'),(105031,37921,'action complete via WP Cron','2021-02-17 09:31:54','2021-02-17 01:31:54'),(105032,37922,'action created','2021-02-17 09:31:54','2021-02-17 01:31:54'),(105033,37922,'action started via WP Cron','2021-02-17 09:32:48','2021-02-17 01:32:48'),(105034,37922,'action complete via WP Cron','2021-02-17 09:32:48','2021-02-17 01:32:48'),(105035,37923,'action created','2021-02-17 09:32:48','2021-02-17 01:32:48'),(105036,37923,'action started via WP Cron','2021-02-17 09:33:49','2021-02-17 01:33:49'),(105037,37923,'action complete via WP Cron','2021-02-17 09:33:49','2021-02-17 01:33:49'),(105038,37924,'action created','2021-02-17 09:33:49','2021-02-17 01:33:49'),(105039,37924,'action started via WP Cron','2021-02-17 09:35:51','2021-02-17 01:35:51'),(105040,37924,'action complete via WP Cron','2021-02-17 09:35:51','2021-02-17 01:35:51'),(105041,37925,'action created','2021-02-17 09:35:51','2021-02-17 01:35:51'),(105042,37925,'action started via WP Cron','2021-02-17 09:36:52','2021-02-17 01:36:52'),(105043,37925,'action complete via WP Cron','2021-02-17 09:36:53','2021-02-17 01:36:53'),(105044,37926,'action created','2021-02-17 09:37:53','2021-02-17 01:37:53'),(105045,37926,'action started via WP Cron','2021-02-17 09:39:30','2021-02-17 01:39:30'),(105046,37926,'action complete via WP Cron','2021-02-17 09:39:30','2021-02-17 01:39:30'),(105047,37927,'action created','2021-02-17 09:39:30','2021-02-17 01:39:30'),(105048,37927,'action started via WP Cron','2021-02-17 09:40:54','2021-02-17 01:40:54'),(105049,37927,'action complete via WP Cron','2021-02-17 09:40:54','2021-02-17 01:40:54'),(105050,37928,'action created','2021-02-17 09:40:54','2021-02-17 01:40:54'),(105051,37928,'action started via WP Cron','2021-02-17 09:46:22','2021-02-17 01:46:22'),(105052,37928,'action complete via WP Cron','2021-02-17 09:46:22','2021-02-17 01:46:22'),(105053,37929,'action created','2021-02-17 09:46:22','2021-02-17 01:46:22'),(105054,37929,'action started via WP Cron','2021-02-17 09:47:20','2021-02-17 01:47:20'),(105055,37929,'action complete via WP Cron','2021-02-17 09:47:20','2021-02-17 01:47:20'),(105056,37930,'action created','2021-02-17 09:47:20','2021-02-17 01:47:20'),(105057,37930,'action started via WP Cron','2021-02-17 09:47:44','2021-02-17 01:47:44'),(105058,37930,'action complete via WP Cron','2021-02-17 09:47:44','2021-02-17 01:47:44'),(105059,37931,'action created','2021-02-17 09:47:44','2021-02-17 01:47:44'),(105060,37931,'action started via WP Cron','2021-02-17 09:48:45','2021-02-17 01:48:45'),(105061,37931,'action complete via WP Cron','2021-02-17 09:48:45','2021-02-17 01:48:45'),(105062,37932,'action created','2021-02-17 09:48:45','2021-02-17 01:48:45'),(105063,37932,'action started via WP Cron','2021-02-17 09:49:45','2021-02-17 01:49:45'),(105064,37932,'action complete via WP Cron','2021-02-17 09:49:45','2021-02-17 01:49:45'),(105065,37933,'action created','2021-02-17 09:49:46','2021-02-17 01:49:46'),(105066,37933,'action started via WP Cron','2021-02-17 09:50:48','2021-02-17 01:50:48'),(105067,37933,'action complete via WP Cron','2021-02-17 09:50:48','2021-02-17 01:50:48'),(105068,37934,'action created','2021-02-17 09:50:48','2021-02-17 01:50:48'),(105069,37934,'action started via WP Cron','2021-02-17 09:52:27','2021-02-17 01:52:27'),(105070,37934,'action complete via WP Cron','2021-02-17 09:52:27','2021-02-17 01:52:27'),(105071,37935,'action created','2021-02-17 09:52:28','2021-02-17 01:52:28'),(105072,37935,'action started via WP Cron','2021-02-17 09:53:29','2021-02-17 01:53:29'),(105073,37935,'action complete via WP Cron','2021-02-17 09:53:29','2021-02-17 01:53:29'),(105074,37936,'action created','2021-02-17 09:53:29','2021-02-17 01:53:29'),(105075,37936,'action started via WP Cron','2021-02-17 09:58:52','2021-02-17 01:58:52'),(105076,37936,'action complete via WP Cron','2021-02-17 09:58:52','2021-02-17 01:58:52'),(105077,37937,'action created','2021-02-17 09:58:53','2021-02-17 01:58:53'),(105078,37937,'action started via WP Cron','2021-02-17 10:00:00','2021-02-17 02:00:00'),(105079,37937,'action complete via WP Cron','2021-02-17 10:00:00','2021-02-17 02:00:00'),(105080,37938,'action created','2021-02-17 10:00:00','2021-02-17 02:00:00'),(105081,37938,'action started via WP Cron','2021-02-17 10:01:00','2021-02-17 02:01:00'),(105082,37938,'action complete via WP Cron','2021-02-17 10:01:00','2021-02-17 02:01:00'),(105083,37939,'action created','2021-02-17 10:01:00','2021-02-17 02:01:00'),(105084,37939,'action started via WP Cron','2021-02-17 10:03:02','2021-02-17 02:03:02'),(105085,37939,'action complete via WP Cron','2021-02-17 10:03:02','2021-02-17 02:03:02'),(105086,37940,'action created','2021-02-17 10:03:02','2021-02-17 02:03:02'),(105087,37940,'action started via WP Cron','2021-02-17 10:04:03','2021-02-17 02:04:03'),(105088,37940,'action complete via WP Cron','2021-02-17 10:04:03','2021-02-17 02:04:03'),(105089,37941,'action created','2021-02-17 10:04:03','2021-02-17 02:04:03'),(105090,37941,'action started via WP Cron','2021-02-17 10:05:05','2021-02-17 02:05:05'),(105091,37941,'action complete via WP Cron','2021-02-17 10:05:05','2021-02-17 02:05:05'),(105092,37942,'action created','2021-02-17 10:05:05','2021-02-17 02:05:05'),(105093,37942,'action started via WP Cron','2021-02-17 10:10:28','2021-02-17 02:10:28'),(105094,37942,'action complete via WP Cron','2021-02-17 10:10:28','2021-02-17 02:10:28'),(105095,37943,'action created','2021-02-17 10:10:29','2021-02-17 02:10:29'),(105096,37943,'action started via WP Cron','2021-02-17 10:10:47','2021-02-17 02:10:47'),(105097,37943,'action complete via WP Cron','2021-02-17 10:10:47','2021-02-17 02:10:47'),(105098,37944,'action created','2021-02-17 10:10:47','2021-02-17 02:10:47'),(105099,37944,'action started via WP Cron','2021-02-17 10:12:27','2021-02-17 02:12:27'),(105100,37944,'action complete via WP Cron','2021-02-17 10:12:27','2021-02-17 02:12:27'),(105101,37945,'action created','2021-02-17 10:12:27','2021-02-17 02:12:27'),(105105,37945,'action started via WP Cron','2021-02-17 10:16:46','2021-02-17 02:16:46'),(105106,37945,'action complete via WP Cron','2021-02-17 10:16:46','2021-02-17 02:16:46'),(105107,37947,'action created','2021-02-17 10:16:46','2021-02-17 02:16:46'),(105108,37947,'action started via WP Cron','2021-02-17 10:17:48','2021-02-17 02:17:48'),(105109,37947,'action complete via WP Cron','2021-02-17 10:17:48','2021-02-17 02:17:48'),(105110,37948,'action created','2021-02-17 10:17:48','2021-02-17 02:17:48'),(105111,37948,'action started via WP Cron','2021-02-17 10:19:50','2021-02-17 02:19:50'),(105112,37948,'action complete via WP Cron','2021-02-17 10:19:50','2021-02-17 02:19:50'),(105113,37949,'action created','2021-02-17 10:19:50','2021-02-17 02:19:50'),(105114,37949,'action started via WP Cron','2021-02-17 10:20:51','2021-02-17 02:20:51'),(105115,37949,'action complete via WP Cron','2021-02-17 10:20:51','2021-02-17 02:20:51'),(105116,37950,'action created','2021-02-17 10:20:51','2021-02-17 02:20:51'),(105117,37950,'action started via WP Cron','2021-02-17 10:21:52','2021-02-17 02:21:52'),(105118,37950,'action complete via WP Cron','2021-02-17 10:21:52','2021-02-17 02:21:52'),(105119,37951,'action created','2021-02-17 10:21:53','2021-02-17 02:21:53'),(105120,37951,'action started via WP Cron','2021-02-17 10:22:44','2021-02-17 02:22:44'),(105121,37951,'action complete via WP Cron','2021-02-17 10:22:44','2021-02-17 02:22:44'),(105122,37952,'action created','2021-02-17 10:22:44','2021-02-17 02:22:44'),(105123,37952,'action started via WP Cron','2021-02-17 10:26:02','2021-02-17 02:26:02'),(105124,37952,'action complete via WP Cron','2021-02-17 10:26:02','2021-02-17 02:26:02'),(105125,37953,'action created','2021-02-17 10:26:02','2021-02-17 02:26:02'),(105126,37953,'action started via WP Cron','2021-02-17 10:35:59','2021-02-17 02:35:59'),(105127,37953,'action complete via WP Cron','2021-02-17 10:35:59','2021-02-17 02:35:59'),(105128,37954,'action created','2021-02-17 10:36:00','2021-02-17 02:36:00'),(105129,37954,'action started via WP Cron','2021-02-17 10:36:51','2021-02-17 02:36:51'),(105130,37954,'action complete via WP Cron','2021-02-17 10:36:51','2021-02-17 02:36:51'),(105131,37955,'action created','2021-02-17 10:36:51','2021-02-17 02:36:51'),(105132,37955,'action started via WP Cron','2021-02-17 10:37:55','2021-02-17 02:37:55'),(105133,37955,'action complete via WP Cron','2021-02-17 10:37:55','2021-02-17 02:37:55'),(105134,37956,'action created','2021-02-17 10:37:55','2021-02-17 02:37:55'),(105135,37956,'action started via WP Cron','2021-02-17 10:38:47','2021-02-17 02:38:47'),(105136,37956,'action complete via WP Cron','2021-02-17 10:38:47','2021-02-17 02:38:47'),(105137,37957,'action created','2021-02-17 10:38:47','2021-02-17 02:38:47'),(105138,37957,'action started via WP Cron','2021-02-17 10:39:46','2021-02-17 02:39:46'),(105139,37957,'action complete via WP Cron','2021-02-17 10:39:46','2021-02-17 02:39:46'),(105140,37958,'action created','2021-02-17 10:39:47','2021-02-17 02:39:47'),(105141,37958,'action started via WP Cron','2021-02-17 10:40:55','2021-02-17 02:40:55'),(105142,37958,'action complete via WP Cron','2021-02-17 10:40:55','2021-02-17 02:40:55'),(105143,37959,'action created','2021-02-17 10:40:55','2021-02-17 02:40:55'),(105144,37959,'action started via WP Cron','2021-02-17 10:41:56','2021-02-17 02:41:56'),(105145,37959,'action complete via WP Cron','2021-02-17 10:41:56','2021-02-17 02:41:56'),(105146,37960,'action created','2021-02-17 10:41:56','2021-02-17 02:41:56'),(105147,37960,'action started via WP Cron','2021-02-17 10:43:40','2021-02-17 02:43:40'),(105148,37960,'action complete via WP Cron','2021-02-17 10:43:40','2021-02-17 02:43:40'),(105149,37961,'action created','2021-02-17 10:43:40','2021-02-17 02:43:40'),(105150,37961,'action started via WP Cron','2021-02-17 10:50:19','2021-02-17 02:50:19'),(105151,37961,'action complete via WP Cron','2021-02-17 10:50:19','2021-02-17 02:50:19'),(105152,37962,'action created','2021-02-17 10:50:19','2021-02-17 02:50:19'),(105153,37962,'action started via WP Cron','2021-02-17 10:51:30','2021-02-17 02:51:30'),(105154,37962,'action complete via WP Cron','2021-02-17 10:51:30','2021-02-17 02:51:30'),(105155,37963,'action created','2021-02-17 10:51:30','2021-02-17 02:51:30'),(105156,37963,'action started via WP Cron','2021-02-17 10:52:30','2021-02-17 02:52:30'),(105157,37963,'action complete via WP Cron','2021-02-17 10:52:30','2021-02-17 02:52:30'),(105158,37964,'action created','2021-02-17 10:52:30','2021-02-17 02:52:30'),(105159,37964,'action started via WP Cron','2021-02-17 10:53:31','2021-02-17 02:53:31'),(105160,37964,'action complete via WP Cron','2021-02-17 10:53:31','2021-02-17 02:53:31'),(105161,37965,'action created','2021-02-17 10:53:31','2021-02-17 02:53:31'),(105162,37965,'action started via WP Cron','2021-02-17 10:54:35','2021-02-17 02:54:35'),(105163,37965,'action complete via WP Cron','2021-02-17 10:54:35','2021-02-17 02:54:35'),(105164,37966,'action created','2021-02-17 10:54:35','2021-02-17 02:54:35'),(105165,37966,'action started via WP Cron','2021-02-17 10:55:43','2021-02-17 02:55:43'),(105166,37966,'action complete via WP Cron','2021-02-17 10:55:43','2021-02-17 02:55:43'),(105167,37967,'action created','2021-02-17 10:55:43','2021-02-17 02:55:43'),(105168,37967,'action started via WP Cron','2021-02-17 10:56:44','2021-02-17 02:56:44'),(105169,37967,'action complete via WP Cron','2021-02-17 10:56:44','2021-02-17 02:56:44'),(105170,37968,'action created','2021-02-17 10:56:44','2021-02-17 02:56:44'),(105171,37968,'action started via WP Cron','2021-02-17 10:57:45','2021-02-17 02:57:45'),(105172,37968,'action complete via WP Cron','2021-02-17 10:57:45','2021-02-17 02:57:45'),(105173,37969,'action created','2021-02-17 10:57:45','2021-02-17 02:57:45'),(105174,37969,'action started via WP Cron','2021-02-17 11:00:11','2021-02-17 03:00:11'),(105175,37969,'action complete via WP Cron','2021-02-17 11:00:11','2021-02-17 03:00:11'),(105176,37970,'action created','2021-02-17 11:00:11','2021-02-17 03:00:11'),(105177,37970,'action started via WP Cron','2021-02-17 11:00:51','2021-02-17 03:00:51'),(105178,37970,'action complete via WP Cron','2021-02-17 11:00:51','2021-02-17 03:00:51'),(105179,37971,'action created','2021-02-17 11:00:51','2021-02-17 03:00:51'),(105180,37971,'action started via WP Cron','2021-02-17 11:01:50','2021-02-17 03:01:50'),(105181,37971,'action complete via WP Cron','2021-02-17 11:01:50','2021-02-17 03:01:50'),(105182,37972,'action created','2021-02-17 11:01:50','2021-02-17 03:01:50'),(105183,37972,'action started via WP Cron','2021-02-17 11:02:53','2021-02-17 03:02:53'),(105184,37972,'action complete via WP Cron','2021-02-17 11:02:53','2021-02-17 03:02:53'),(105185,37973,'action created','2021-02-17 11:02:53','2021-02-17 03:02:53'),(105186,37973,'action started via WP Cron','2021-02-17 11:05:09','2021-02-17 03:05:09'),(105187,37973,'action complete via WP Cron','2021-02-17 11:05:09','2021-02-17 03:05:09'),(105188,37974,'action created','2021-02-17 11:05:09','2021-02-17 03:05:09'),(105189,37974,'action started via WP Cron','2021-02-17 11:06:06','2021-02-17 03:06:06'),(105190,37974,'action complete via WP Cron','2021-02-17 11:06:06','2021-02-17 03:06:06'),(105191,37975,'action created','2021-02-17 11:06:06','2021-02-17 03:06:06'),(105192,37975,'action started via WP Cron','2021-02-17 11:07:07','2021-02-17 03:07:07'),(105193,37975,'action complete via WP Cron','2021-02-17 11:07:07','2021-02-17 03:07:07'),(105194,37976,'action created','2021-02-17 11:07:07','2021-02-17 03:07:07'),(105195,37976,'action started via WP Cron','2021-02-17 11:11:46','2021-02-17 03:11:46'),(105196,37976,'action complete via WP Cron','2021-02-17 11:11:46','2021-02-17 03:11:46'),(105197,37977,'action created','2021-02-17 11:12:27','2021-02-17 03:12:27'),(105198,37977,'action started via WP Cron','2021-02-17 11:18:03','2021-02-17 03:18:03'),(105199,37977,'action complete via WP Cron','2021-02-17 11:18:03','2021-02-17 03:18:03'),(105200,37978,'action created','2021-02-17 11:18:03','2021-02-17 03:18:03'),(105201,37978,'action started via WP Cron','2021-02-17 11:20:16','2021-02-17 03:20:16'),(105202,37978,'action complete via WP Cron','2021-02-17 11:20:16','2021-02-17 03:20:16'),(105203,37979,'action created','2021-02-17 11:20:16','2021-02-17 03:20:16'),(105204,37979,'action started via WP Cron','2021-02-17 11:22:54','2021-02-17 03:22:54'),(105205,37979,'action complete via WP Cron','2021-02-17 11:22:54','2021-02-17 03:22:54'),(105206,37980,'action created','2021-02-17 11:22:54','2021-02-17 03:22:54'),(105207,37980,'action started via WP Cron','2021-02-17 11:24:56','2021-02-17 03:24:56'),(105208,37980,'action complete via WP Cron','2021-02-17 11:24:56','2021-02-17 03:24:56'),(105209,37981,'action created','2021-02-17 11:24:56','2021-02-17 03:24:56'),(105210,37981,'action started via WP Cron','2021-02-17 11:25:57','2021-02-17 03:25:57'),(105211,37981,'action complete via WP Cron','2021-02-17 11:25:57','2021-02-17 03:25:57'),(105212,37982,'action created','2021-02-17 11:25:57','2021-02-17 03:25:57'),(105213,37982,'action started via WP Cron','2021-02-17 11:29:06','2021-02-17 03:29:06'),(105214,37982,'action complete via WP Cron','2021-02-17 11:29:06','2021-02-17 03:29:06'),(105215,37983,'action created','2021-02-17 11:29:06','2021-02-17 03:29:06'),(105216,37983,'action started via WP Cron','2021-02-17 11:34:47','2021-02-17 03:34:47'),(105217,37983,'action complete via WP Cron','2021-02-17 11:34:47','2021-02-17 03:34:47'),(105218,37984,'action created','2021-02-17 11:34:47','2021-02-17 03:34:47'),(105219,37984,'action started via WP Cron','2021-02-17 11:37:02','2021-02-17 03:37:02'),(105220,37984,'action complete via WP Cron','2021-02-17 11:37:02','2021-02-17 03:37:02'),(105221,37985,'action created','2021-02-17 11:37:02','2021-02-17 03:37:02'),(105222,37985,'action started via WP Cron','2021-02-17 11:38:16','2021-02-17 03:38:16'),(105223,37985,'action complete via WP Cron','2021-02-17 11:38:16','2021-02-17 03:38:16'),(105224,37986,'action created','2021-02-17 11:38:54','2021-02-17 03:38:54'),(105225,37986,'action started via WP Cron','2021-02-17 11:41:58','2021-02-17 03:41:58'),(105226,37986,'action complete via WP Cron','2021-02-17 11:41:58','2021-02-17 03:41:58'),(105227,37987,'action created','2021-02-17 11:41:58','2021-02-17 03:41:58'),(105228,37987,'action started via WP Cron','2021-02-17 11:43:57','2021-02-17 03:43:57'),(105229,37987,'action complete via WP Cron','2021-02-17 11:43:57','2021-02-17 03:43:57'),(105230,37988,'action created','2021-02-17 11:43:57','2021-02-17 03:43:57'),(105231,37988,'action started via WP Cron','2021-02-17 11:44:59','2021-02-17 03:44:59'),(105232,37988,'action complete via WP Cron','2021-02-17 11:44:59','2021-02-17 03:44:59'),(105233,37989,'action created','2021-02-17 11:44:59','2021-02-17 03:44:59'),(105234,37989,'action started via WP Cron','2021-02-17 11:45:59','2021-02-17 03:45:59'),(105235,37989,'action complete via WP Cron','2021-02-17 11:45:59','2021-02-17 03:45:59'),(105236,37990,'action created','2021-02-17 11:45:59','2021-02-17 03:45:59'),(105237,37990,'action started via WP Cron','2021-02-17 11:47:31','2021-02-17 03:47:31'),(105238,37990,'action complete via WP Cron','2021-02-17 11:47:31','2021-02-17 03:47:31'),(105239,37991,'action created','2021-02-17 11:47:31','2021-02-17 03:47:31'),(105240,37991,'action started via WP Cron','2021-02-17 11:53:41','2021-02-17 03:53:41'),(105241,37991,'action complete via WP Cron','2021-02-17 11:53:41','2021-02-17 03:53:41'),(105242,37992,'action created','2021-02-17 11:53:41','2021-02-17 03:53:41'),(105243,37992,'action started via WP Cron','2021-02-17 11:54:50','2021-02-17 03:54:50'),(105244,37992,'action complete via WP Cron','2021-02-17 11:54:50','2021-02-17 03:54:50'),(105245,37993,'action created','2021-02-17 11:54:50','2021-02-17 03:54:50'),(105246,37993,'action started via WP Cron','2021-02-17 11:55:51','2021-02-17 03:55:51'),(105247,37993,'action complete via WP Cron','2021-02-17 11:55:51','2021-02-17 03:55:51'),(105248,37994,'action created','2021-02-17 11:55:51','2021-02-17 03:55:51'),(105249,37994,'action started via WP Cron','2021-02-17 11:56:52','2021-02-17 03:56:52'),(105250,37994,'action complete via WP Cron','2021-02-17 11:56:52','2021-02-17 03:56:52'),(105251,37995,'action created','2021-02-17 11:56:52','2021-02-17 03:56:52'),(105252,37995,'action started via WP Cron','2021-02-17 11:57:47','2021-02-17 03:57:47'),(105253,37995,'action complete via WP Cron','2021-02-17 11:57:47','2021-02-17 03:57:47'),(105254,37996,'action created','2021-02-17 11:57:47','2021-02-17 03:57:47'),(105255,37996,'action started via WP Cron','2021-02-17 11:58:45','2021-02-17 03:58:45'),(105256,37996,'action complete via WP Cron','2021-02-17 11:58:45','2021-02-17 03:58:45'),(105257,37997,'action created','2021-02-17 11:58:45','2021-02-17 03:58:45'),(105258,37997,'action started via WP Cron','2021-02-17 11:59:46','2021-02-17 03:59:46'),(105259,37997,'action complete via WP Cron','2021-02-17 11:59:46','2021-02-17 03:59:46'),(105260,37998,'action created','2021-02-17 11:59:46','2021-02-17 03:59:46'),(105261,37998,'action started via WP Cron','2021-02-17 12:00:44','2021-02-17 04:00:44'),(105262,37998,'action complete via WP Cron','2021-02-17 12:00:44','2021-02-17 04:00:44'),(105263,37999,'action created','2021-02-17 12:00:44','2021-02-17 04:00:44'),(105264,37999,'action started via WP Cron','2021-02-17 12:07:56','2021-02-17 04:07:56'),(105265,37999,'action complete via WP Cron','2021-02-17 12:07:56','2021-02-17 04:07:56'),(105266,38000,'action created','2021-02-17 12:07:56','2021-02-17 04:07:56'),(105267,38000,'action started via WP Cron','2021-02-17 12:09:08','2021-02-17 04:09:08'),(105268,38000,'action complete via WP Cron','2021-02-17 12:09:08','2021-02-17 04:09:08'),(105269,38001,'action created','2021-02-17 12:09:08','2021-02-17 04:09:08'),(105270,38001,'action started via WP Cron','2021-02-17 12:10:45','2021-02-17 04:10:45'),(105271,38001,'action complete via WP Cron','2021-02-17 12:10:45','2021-02-17 04:10:45'),(105272,38002,'action created','2021-02-17 12:10:45','2021-02-17 04:10:45'),(105273,38002,'action started via WP Cron','2021-02-17 12:12:11','2021-02-17 04:12:11'),(105274,38002,'action complete via WP Cron','2021-02-17 12:12:12','2021-02-17 04:12:12'),(105275,38003,'action created','2021-02-17 12:12:12','2021-02-17 04:12:12'),(105276,38003,'action started via WP Cron','2021-02-17 12:23:37','2021-02-17 04:23:37'),(105277,38003,'action complete via WP Cron','2021-02-17 12:23:37','2021-02-17 04:23:37'),(105278,38004,'action created','2021-02-17 12:23:37','2021-02-17 04:23:37'),(105279,38004,'action started via WP Cron','2021-02-17 12:27:31','2021-02-17 04:27:31'),(105280,38004,'action complete via WP Cron','2021-02-17 12:27:31','2021-02-17 04:27:31'),(105281,38005,'action created','2021-02-17 12:27:31','2021-02-17 04:27:31'),(105282,38005,'action started via WP Cron','2021-02-17 12:34:48','2021-02-17 04:34:48'),(105283,38005,'action complete via WP Cron','2021-02-17 12:34:48','2021-02-17 04:34:48'),(105284,38006,'action created','2021-02-17 12:34:48','2021-02-17 04:34:48'),(105285,38006,'action started via WP Cron','2021-02-17 12:36:44','2021-02-17 04:36:44'),(105286,38006,'action complete via WP Cron','2021-02-17 12:36:44','2021-02-17 04:36:44'),(105287,38007,'action created','2021-02-17 12:36:44','2021-02-17 04:36:44'),(105288,38007,'action started via WP Cron','2021-02-17 12:39:03','2021-02-17 04:39:03'),(105289,38007,'action complete via WP Cron','2021-02-17 12:39:03','2021-02-17 04:39:03'),(105290,38008,'action created','2021-02-17 12:39:03','2021-02-17 04:39:03'),(105291,38008,'action started via WP Cron','2021-02-17 12:39:51','2021-02-17 04:39:51'),(105292,38008,'action complete via WP Cron','2021-02-17 12:39:51','2021-02-17 04:39:51'),(105293,38009,'action created','2021-02-17 12:39:51','2021-02-17 04:39:51'),(105294,38009,'action started via WP Cron','2021-02-17 12:40:46','2021-02-17 04:40:46'),(105295,38009,'action complete via WP Cron','2021-02-17 12:40:46','2021-02-17 04:40:46'),(105296,38010,'action created','2021-02-17 12:40:46','2021-02-17 04:40:46'),(105297,38010,'action started via WP Cron','2021-02-17 12:41:52','2021-02-17 04:41:52'),(105298,38010,'action complete via WP Cron','2021-02-17 12:41:52','2021-02-17 04:41:52'),(105299,38011,'action created','2021-02-17 12:41:52','2021-02-17 04:41:52'),(105300,38011,'action started via WP Cron','2021-02-17 12:42:41','2021-02-17 04:42:41'),(105301,38011,'action complete via WP Cron','2021-02-17 12:42:41','2021-02-17 04:42:41'),(105302,38012,'action created','2021-02-17 12:42:42','2021-02-17 04:42:42'),(105303,38012,'action started via WP Cron','2021-02-17 12:43:44','2021-02-17 04:43:44'),(105304,38012,'action complete via WP Cron','2021-02-17 12:43:44','2021-02-17 04:43:44'),(105305,38013,'action created','2021-02-17 12:43:44','2021-02-17 04:43:44'),(105306,38013,'action started via WP Cron','2021-02-17 12:44:42','2021-02-17 04:44:42'),(105307,38013,'action complete via WP Cron','2021-02-17 12:44:42','2021-02-17 04:44:42'),(105308,38014,'action created','2021-02-17 12:44:54','2021-02-17 04:44:54'),(105309,38014,'action started via WP Cron','2021-02-17 12:45:42','2021-02-17 04:45:42'),(105310,38014,'action complete via WP Cron','2021-02-17 12:45:42','2021-02-17 04:45:42'),(105311,38015,'action created','2021-02-17 12:45:42','2021-02-17 04:45:42'),(105312,38015,'action started via WP Cron','2021-02-17 12:46:48','2021-02-17 04:46:48'),(105313,38015,'action complete via WP Cron','2021-02-17 12:46:48','2021-02-17 04:46:48'),(105314,38016,'action created','2021-02-17 12:46:48','2021-02-17 04:46:48'),(105315,38016,'action started via WP Cron','2021-02-17 12:47:41','2021-02-17 04:47:41'),(105316,38016,'action complete via WP Cron','2021-02-17 12:47:41','2021-02-17 04:47:41'),(105317,38017,'action created','2021-02-17 12:47:41','2021-02-17 04:47:41'),(105318,38017,'action started via WP Cron','2021-02-17 12:48:47','2021-02-17 04:48:47'),(105319,38017,'action complete via WP Cron','2021-02-17 12:48:47','2021-02-17 04:48:47'),(105320,38018,'action created','2021-02-17 12:48:47','2021-02-17 04:48:47'),(105321,38018,'action started via WP Cron','2021-02-17 12:49:48','2021-02-17 04:49:48'),(105322,38018,'action complete via WP Cron','2021-02-17 12:49:48','2021-02-17 04:49:48'),(105323,38019,'action created','2021-02-17 12:49:48','2021-02-17 04:49:48'),(105324,38019,'action started via WP Cron','2021-02-17 12:50:42','2021-02-17 04:50:42'),(105325,38019,'action complete via WP Cron','2021-02-17 12:50:42','2021-02-17 04:50:42'),(105326,38020,'action created','2021-02-17 12:50:42','2021-02-17 04:50:42'),(105327,38020,'action started via WP Cron','2021-02-17 12:51:43','2021-02-17 04:51:43'),(105328,38020,'action complete via WP Cron','2021-02-17 12:51:43','2021-02-17 04:51:43'),(105329,38021,'action created','2021-02-17 12:51:43','2021-02-17 04:51:43'),(105330,38021,'action started via WP Cron','2021-02-17 12:52:52','2021-02-17 04:52:52'),(105331,38021,'action complete via WP Cron','2021-02-17 12:52:52','2021-02-17 04:52:52'),(105332,38022,'action created','2021-02-17 12:52:52','2021-02-17 04:52:52'),(105333,38022,'action started via WP Cron','2021-02-17 12:53:48','2021-02-17 04:53:48'),(105334,38022,'action complete via WP Cron','2021-02-17 12:53:48','2021-02-17 04:53:48'),(105335,38023,'action created','2021-02-17 12:53:48','2021-02-17 04:53:48'),(105336,38023,'action started via WP Cron','2021-02-17 12:54:43','2021-02-17 04:54:43'),(105337,38023,'action complete via WP Cron','2021-02-17 12:54:43','2021-02-17 04:54:43'),(105338,38024,'action created','2021-02-17 12:54:43','2021-02-17 04:54:43'),(105339,38024,'action started via WP Cron','2021-02-17 12:55:43','2021-02-17 04:55:43'),(105340,38024,'action complete via WP Cron','2021-02-17 12:55:43','2021-02-17 04:55:43'),(105341,38025,'action created','2021-02-17 12:55:43','2021-02-17 04:55:43'),(105342,38025,'action started via WP Cron','2021-02-17 12:56:43','2021-02-17 04:56:43'),(105343,38025,'action complete via WP Cron','2021-02-17 12:56:43','2021-02-17 04:56:43'),(105344,38026,'action created','2021-02-17 12:56:43','2021-02-17 04:56:43'),(105345,38026,'action started via WP Cron','2021-02-17 12:58:05','2021-02-17 04:58:05'),(105346,38026,'action complete via WP Cron','2021-02-17 12:58:05','2021-02-17 04:58:05'),(105347,38027,'action created','2021-02-17 12:58:05','2021-02-17 04:58:05'),(105348,38027,'action started via WP Cron','2021-02-17 12:59:42','2021-02-17 04:59:42'),(105349,38027,'action complete via WP Cron','2021-02-17 12:59:42','2021-02-17 04:59:42'),(105350,38028,'action created','2021-02-17 12:59:43','2021-02-17 04:59:43'),(105351,38028,'action started via WP Cron','2021-02-17 13:00:46','2021-02-17 05:00:46'),(105352,38028,'action complete via WP Cron','2021-02-17 13:00:46','2021-02-17 05:00:46'),(105353,38029,'action created','2021-02-17 13:00:46','2021-02-17 05:00:46'),(105354,38029,'action started via WP Cron','2021-02-17 13:01:42','2021-02-17 05:01:42'),(105355,38029,'action complete via WP Cron','2021-02-17 13:01:42','2021-02-17 05:01:42'),(105356,38030,'action created','2021-02-17 13:01:42','2021-02-17 05:01:42'),(105357,38030,'action started via WP Cron','2021-02-17 13:02:42','2021-02-17 05:02:42'),(105358,38030,'action complete via WP Cron','2021-02-17 13:02:42','2021-02-17 05:02:42'),(105359,38031,'action created','2021-02-17 13:02:42','2021-02-17 05:02:42'),(105360,38031,'action started via WP Cron','2021-02-17 13:03:43','2021-02-17 05:03:43'),(105361,38031,'action complete via WP Cron','2021-02-17 13:03:43','2021-02-17 05:03:43'),(105362,38032,'action created','2021-02-17 13:03:43','2021-02-17 05:03:43'),(105363,38032,'action started via WP Cron','2021-02-17 13:04:44','2021-02-17 05:04:44'),(105364,38032,'action complete via WP Cron','2021-02-17 13:04:44','2021-02-17 05:04:44'),(105365,38033,'action created','2021-02-17 13:04:44','2021-02-17 05:04:44'),(105366,38033,'action started via WP Cron','2021-02-17 13:10:37','2021-02-17 05:10:37'),(105367,38033,'action complete via WP Cron','2021-02-17 13:10:37','2021-02-17 05:10:37'),(105368,38034,'action created','2021-02-17 13:10:37','2021-02-17 05:10:37'),(105369,38034,'action started via WP Cron','2021-02-17 13:13:11','2021-02-17 05:13:11'),(105370,38034,'action complete via WP Cron','2021-02-17 13:13:11','2021-02-17 05:13:11'),(105371,38035,'action created','2021-02-17 13:13:11','2021-02-17 05:13:11'),(105372,38035,'action started via WP Cron','2021-02-17 13:14:12','2021-02-17 05:14:12'),(105373,38035,'action complete via WP Cron','2021-02-17 13:14:12','2021-02-17 05:14:12'),(105374,38036,'action created','2021-02-17 13:14:12','2021-02-17 05:14:12'),(105375,38036,'action started via WP Cron','2021-02-17 13:15:00','2021-02-17 05:15:00'),(105376,38036,'action complete via WP Cron','2021-02-17 13:15:00','2021-02-17 05:15:00'),(105377,38037,'action created','2021-02-17 13:15:00','2021-02-17 05:15:00'),(105378,38037,'action started via WP Cron','2021-02-17 13:17:16','2021-02-17 05:17:16'),(105379,38037,'action complete via WP Cron','2021-02-17 13:17:16','2021-02-17 05:17:16'),(105380,38038,'action created','2021-02-17 13:17:16','2021-02-17 05:17:16'),(105381,38038,'action started via WP Cron','2021-02-17 13:17:57','2021-02-17 05:17:57'),(105382,38038,'action complete via WP Cron','2021-02-17 13:17:57','2021-02-17 05:17:57'),(105383,38039,'action created','2021-02-17 13:17:57','2021-02-17 05:17:57'),(105384,38039,'action started via WP Cron','2021-02-17 13:18:43','2021-02-17 05:18:43'),(105385,38039,'action complete via WP Cron','2021-02-17 13:18:43','2021-02-17 05:18:43'),(105386,38040,'action created','2021-02-17 13:18:43','2021-02-17 05:18:43'),(105387,38040,'action started via WP Cron','2021-02-17 13:19:52','2021-02-17 05:19:52'),(105388,38040,'action complete via WP Cron','2021-02-17 13:19:52','2021-02-17 05:19:52'),(105389,38041,'action created','2021-02-17 13:19:53','2021-02-17 05:19:53'),(105390,38041,'action started via WP Cron','2021-02-17 13:24:06','2021-02-17 05:24:06'),(105391,38041,'action complete via WP Cron','2021-02-17 13:24:07','2021-02-17 05:24:07'),(105392,38042,'action created','2021-02-17 13:24:07','2021-02-17 05:24:07'),(105393,38042,'action started via WP Cron','2021-02-17 13:26:18','2021-02-17 05:26:18'),(105394,38042,'action complete via WP Cron','2021-02-17 13:26:18','2021-02-17 05:26:18'),(105395,38043,'action created','2021-02-17 13:26:18','2021-02-17 05:26:18'),(105396,38043,'action started via WP Cron','2021-02-17 13:42:05','2021-02-17 05:42:05'),(105397,38043,'action complete via WP Cron','2021-02-17 13:42:05','2021-02-17 05:42:05'),(105398,38044,'action created','2021-02-17 13:42:05','2021-02-17 05:42:05'),(105399,38044,'action started via WP Cron','2021-02-17 13:50:20','2021-02-17 05:50:20'),(105400,38044,'action complete via WP Cron','2021-02-17 13:50:20','2021-02-17 05:50:20'),(105401,38045,'action created','2021-02-17 13:50:20','2021-02-17 05:50:20'),(105402,38045,'action started via WP Cron','2021-02-17 13:51:21','2021-02-17 05:51:21'),(105403,38045,'action complete via WP Cron','2021-02-17 13:51:21','2021-02-17 05:51:21'),(105404,38046,'action created','2021-02-17 13:51:21','2021-02-17 05:51:21'),(105405,38046,'action started via WP Cron','2021-02-17 13:52:29','2021-02-17 05:52:29'),(105406,38046,'action complete via WP Cron','2021-02-17 13:52:29','2021-02-17 05:52:29'),(105407,38047,'action created','2021-02-17 13:52:29','2021-02-17 05:52:29'),(105408,38047,'action started via WP Cron','2021-02-17 13:53:25','2021-02-17 05:53:25'),(105409,38047,'action complete via WP Cron','2021-02-17 13:53:25','2021-02-17 05:53:25'),(105410,38048,'action created','2021-02-17 13:53:25','2021-02-17 05:53:25'),(105411,38048,'action started via WP Cron','2021-02-17 13:54:37','2021-02-17 05:54:37'),(105412,38048,'action complete via WP Cron','2021-02-17 13:54:37','2021-02-17 05:54:37'),(105413,38049,'action created','2021-02-17 13:54:37','2021-02-17 05:54:37'),(105414,38049,'action started via WP Cron','2021-02-17 13:55:34','2021-02-17 05:55:34'),(105415,38049,'action complete via WP Cron','2021-02-17 13:55:34','2021-02-17 05:55:34'),(105416,38050,'action created','2021-02-17 13:55:34','2021-02-17 05:55:34'),(105417,38050,'action started via WP Cron','2021-02-17 13:55:48','2021-02-17 05:55:48'),(105418,38050,'action complete via WP Cron','2021-02-17 13:55:48','2021-02-17 05:55:48'),(105419,38051,'action created','2021-02-17 13:55:48','2021-02-17 05:55:48'),(105420,38051,'action started via WP Cron','2021-02-17 13:58:29','2021-02-17 05:58:29'),(105421,38051,'action complete via WP Cron','2021-02-17 13:58:29','2021-02-17 05:58:29'),(105422,38052,'action created','2021-02-17 14:01:18','2021-02-17 06:01:18'),(105423,38052,'action started via WP Cron','2021-02-17 14:02:52','2021-02-17 06:02:52'),(105424,38052,'action complete via WP Cron','2021-02-17 14:02:52','2021-02-17 06:02:52'),(105425,38053,'action created','2021-02-17 14:02:52','2021-02-17 06:02:52'),(105426,38053,'action started via WP Cron','2021-02-17 14:03:46','2021-02-17 06:03:46'),(105427,38053,'action complete via WP Cron','2021-02-17 14:03:46','2021-02-17 06:03:46'),(105428,38054,'action created','2021-02-17 14:03:46','2021-02-17 06:03:46'),(105429,38054,'action started via WP Cron','2021-02-17 14:04:51','2021-02-17 06:04:51'),(105430,38054,'action complete via WP Cron','2021-02-17 14:04:51','2021-02-17 06:04:51'),(105431,38055,'action created','2021-02-17 14:04:51','2021-02-17 06:04:51'),(105432,38055,'action started via WP Cron','2021-02-17 14:05:53','2021-02-17 06:05:53'),(105433,38055,'action complete via WP Cron','2021-02-17 14:05:53','2021-02-17 06:05:53'),(105434,38056,'action created','2021-02-17 14:06:53','2021-02-17 06:06:53'),(105435,38056,'action started via WP Cron','2021-02-17 14:07:54','2021-02-17 06:07:54'),(105436,38056,'action complete via WP Cron','2021-02-17 14:07:54','2021-02-17 06:07:54'),(105437,38057,'action created','2021-02-17 14:07:54','2021-02-17 06:07:54'),(105438,38057,'action started via WP Cron','2021-02-17 14:08:55','2021-02-17 06:08:55'),(105439,38057,'action complete via WP Cron','2021-02-17 14:08:55','2021-02-17 06:08:55'),(105440,38058,'action created','2021-02-17 14:08:55','2021-02-17 06:08:55'),(105441,38058,'action started via WP Cron','2021-02-17 14:09:56','2021-02-17 06:09:56'),(105442,38058,'action complete via WP Cron','2021-02-17 14:09:56','2021-02-17 06:09:56'),(105443,38059,'action created','2021-02-17 14:09:56','2021-02-17 06:09:56'),(105444,38059,'action started via WP Cron','2021-02-17 14:12:50','2021-02-17 06:12:50'),(105445,38059,'action complete via WP Cron','2021-02-17 14:12:50','2021-02-17 06:12:50'),(105446,38060,'action created','2021-02-17 14:12:50','2021-02-17 06:12:50'),(105447,38060,'action started via WP Cron','2021-02-17 14:14:03','2021-02-17 06:14:03'),(105448,38060,'action complete via WP Cron','2021-02-17 14:14:03','2021-02-17 06:14:03'),(105449,38061,'action created','2021-02-17 14:14:03','2021-02-17 06:14:03'),(105450,38061,'action started via WP Cron','2021-02-17 14:15:58','2021-02-17 06:15:58'),(105451,38061,'action complete via WP Cron','2021-02-17 14:15:58','2021-02-17 06:15:58'),(105452,38062,'action created','2021-02-17 14:15:58','2021-02-17 06:15:58'),(105453,38062,'action started via WP Cron','2021-02-17 14:21:43','2021-02-17 06:21:43'),(105454,38062,'action complete via WP Cron','2021-02-17 14:21:43','2021-02-17 06:21:43'),(105455,38063,'action created','2021-02-17 14:21:43','2021-02-17 06:21:43'),(105456,38063,'action started via WP Cron','2021-02-17 14:28:01','2021-02-17 06:28:01'),(105457,38063,'action complete via WP Cron','2021-02-17 14:28:01','2021-02-17 06:28:01'),(105458,38064,'action created','2021-02-17 14:28:02','2021-02-17 06:28:02'),(105459,38064,'action started via WP Cron','2021-02-17 14:28:47','2021-02-17 06:28:47'),(105460,38064,'action complete via WP Cron','2021-02-17 14:28:47','2021-02-17 06:28:47'),(105461,38065,'action created','2021-02-17 14:28:48','2021-02-17 06:28:48'),(105462,38065,'action started via WP Cron','2021-02-17 14:32:50','2021-02-17 06:32:50'),(105463,38065,'action complete via WP Cron','2021-02-17 14:32:50','2021-02-17 06:32:50'),(105464,38066,'action created','2021-02-17 14:37:05','2021-02-17 06:37:05'),(105465,38066,'action started via WP Cron','2021-02-17 14:38:01','2021-02-17 06:38:01'),(105466,38066,'action complete via WP Cron','2021-02-17 14:38:01','2021-02-17 06:38:01'),(105467,38067,'action created','2021-02-17 14:38:01','2021-02-17 06:38:01'),(105468,38067,'action started via WP Cron','2021-02-17 14:39:29','2021-02-17 06:39:29'),(105469,38067,'action complete via WP Cron','2021-02-17 14:39:29','2021-02-17 06:39:29'),(105470,38068,'action created','2021-02-17 14:39:29','2021-02-17 06:39:29'),(105471,38068,'action started via WP Cron','2021-02-17 14:40:00','2021-02-17 06:40:00'),(105472,38068,'action complete via WP Cron','2021-02-17 14:40:00','2021-02-17 06:40:00'),(105473,38069,'action created','2021-02-17 14:40:00','2021-02-17 06:40:00'),(105474,38069,'action started via WP Cron','2021-02-17 14:41:47','2021-02-17 06:41:47'),(105475,38069,'action complete via WP Cron','2021-02-17 14:41:47','2021-02-17 06:41:47'),(105476,38070,'action created','2021-02-17 14:41:47','2021-02-17 06:41:47'),(105477,38070,'action started via WP Cron','2021-02-17 14:43:44','2021-02-17 06:43:44'),(105478,38070,'action complete via WP Cron','2021-02-17 14:43:44','2021-02-17 06:43:44'),(105479,38071,'action created','2021-02-17 14:43:44','2021-02-17 06:43:44'),(105480,38071,'action started via WP Cron','2021-02-17 14:45:15','2021-02-17 06:45:15'),(105481,38071,'action complete via WP Cron','2021-02-17 14:45:15','2021-02-17 06:45:15'),(105482,38072,'action created','2021-02-17 14:45:15','2021-02-17 06:45:15'),(105483,38072,'action started via WP Cron','2021-02-17 14:47:12','2021-02-17 06:47:12'),(105484,38072,'action complete via WP Cron','2021-02-17 14:47:12','2021-02-17 06:47:12'),(105485,38073,'action created','2021-02-17 14:47:12','2021-02-17 06:47:12'),(105486,38073,'action started via WP Cron','2021-02-17 14:47:47','2021-02-17 06:47:47'),(105487,38073,'action complete via WP Cron','2021-02-17 14:47:47','2021-02-17 06:47:47'),(105488,38074,'action created','2021-02-17 14:47:47','2021-02-17 06:47:47'),(105489,38074,'action started via WP Cron','2021-02-17 14:49:19','2021-02-17 06:49:19'),(105490,38074,'action complete via WP Cron','2021-02-17 14:49:19','2021-02-17 06:49:19'),(105491,38075,'action created','2021-02-17 14:49:19','2021-02-17 06:49:19'),(105492,38075,'action started via WP Cron','2021-02-17 14:52:43','2021-02-17 06:52:43'),(105493,38075,'action complete via WP Cron','2021-02-17 14:52:43','2021-02-17 06:52:43'),(105494,38076,'action created','2021-02-17 14:52:43','2021-02-17 06:52:43'),(105495,38076,'action started via WP Cron','2021-02-17 14:56:41','2021-02-17 06:56:41'),(105496,38076,'action complete via WP Cron','2021-02-17 14:56:41','2021-02-17 06:56:41'),(105497,38077,'action created','2021-02-17 14:56:41','2021-02-17 06:56:41'),(105498,38077,'action started via WP Cron','2021-02-17 14:57:42','2021-02-17 06:57:42'),(105499,38077,'action complete via WP Cron','2021-02-17 14:57:42','2021-02-17 06:57:42'),(105500,38078,'action created','2021-02-17 14:57:42','2021-02-17 06:57:42'),(105501,38078,'action started via WP Cron','2021-02-17 14:58:41','2021-02-17 06:58:41'),(105502,38078,'action complete via WP Cron','2021-02-17 14:58:41','2021-02-17 06:58:41'),(105503,38079,'action created','2021-02-17 14:58:41','2021-02-17 06:58:41'),(105504,38079,'action started via WP Cron','2021-02-17 15:00:43','2021-02-17 07:00:43'),(105505,38079,'action complete via WP Cron','2021-02-17 15:00:43','2021-02-17 07:00:43'),(105506,38080,'action created','2021-02-17 15:00:43','2021-02-17 07:00:43'),(105507,38080,'action started via WP Cron','2021-02-17 15:01:44','2021-02-17 07:01:44'),(105508,38080,'action complete via WP Cron','2021-02-17 15:01:44','2021-02-17 07:01:44'),(105509,38081,'action created','2021-02-17 15:01:44','2021-02-17 07:01:44'),(105510,38081,'action started via WP Cron','2021-02-17 15:02:45','2021-02-17 07:02:45'),(105511,38081,'action complete via WP Cron','2021-02-17 15:02:45','2021-02-17 07:02:45'),(105512,38082,'action created','2021-02-17 15:02:45','2021-02-17 07:02:45'),(105513,38082,'action started via WP Cron','2021-02-17 15:04:12','2021-02-17 07:04:12'),(105514,38082,'action complete via WP Cron','2021-02-17 15:04:12','2021-02-17 07:04:12'),(105515,38083,'action created','2021-02-17 15:04:12','2021-02-17 07:04:12'),(105516,38083,'action started via WP Cron','2021-02-17 15:05:26','2021-02-17 07:05:26'),(105517,38083,'action complete via WP Cron','2021-02-17 15:05:26','2021-02-17 07:05:26'),(105518,38084,'action created','2021-02-17 15:05:26','2021-02-17 07:05:26'),(105519,38084,'action started via WP Cron','2021-02-17 15:08:03','2021-02-17 07:08:03'),(105520,38084,'action complete via WP Cron','2021-02-17 15:08:03','2021-02-17 07:08:03'),(105521,38085,'action created','2021-02-17 15:08:03','2021-02-17 07:08:03'),(105522,38085,'action started via WP Cron','2021-02-17 15:10:01','2021-02-17 07:10:01'),(105523,38085,'action complete via WP Cron','2021-02-17 15:10:01','2021-02-17 07:10:01'),(105524,38086,'action created','2021-02-17 15:10:01','2021-02-17 07:10:01'),(105525,38086,'action started via WP Cron','2021-02-17 15:10:55','2021-02-17 07:10:55'),(105526,38086,'action complete via WP Cron','2021-02-17 15:10:55','2021-02-17 07:10:55'),(105527,38087,'action created','2021-02-17 15:10:55','2021-02-17 07:10:55'),(105528,38087,'action started via WP Cron','2021-02-17 15:11:56','2021-02-17 07:11:56'),(105529,38087,'action complete via WP Cron','2021-02-17 15:11:56','2021-02-17 07:11:56'),(105530,38088,'action created','2021-02-17 15:11:56','2021-02-17 07:11:56'),(105531,38088,'action started via WP Cron','2021-02-17 15:13:58','2021-02-17 07:13:58'),(105532,38088,'action complete via WP Cron','2021-02-17 15:13:58','2021-02-17 07:13:58'),(105533,38089,'action created','2021-02-17 15:13:58','2021-02-17 07:13:58'),(105534,38089,'action started via WP Cron','2021-02-17 15:14:59','2021-02-17 07:14:59'),(105535,38089,'action complete via WP Cron','2021-02-17 15:14:59','2021-02-17 07:14:59'),(105536,38090,'action created','2021-02-17 15:14:59','2021-02-17 07:14:59'),(105537,38090,'action started via WP Cron','2021-02-17 15:16:00','2021-02-17 07:16:00'),(105538,38090,'action complete via WP Cron','2021-02-17 15:16:00','2021-02-17 07:16:00'),(105539,38091,'action created','2021-02-17 15:16:00','2021-02-17 07:16:00'),(105540,38091,'action started via WP Cron','2021-02-17 15:18:03','2021-02-17 07:18:03'),(105541,38091,'action complete via WP Cron','2021-02-17 15:18:03','2021-02-17 07:18:03'),(105542,38092,'action created','2021-02-17 15:18:03','2021-02-17 07:18:03'),(105543,38092,'action started via WP Cron','2021-02-17 15:18:52','2021-02-17 07:18:52'),(105544,38092,'action complete via WP Cron','2021-02-17 15:18:52','2021-02-17 07:18:52'),(105545,38093,'action created','2021-02-17 15:18:52','2021-02-17 07:18:52'),(105546,38093,'action started via WP Cron','2021-02-17 15:20:27','2021-02-17 07:20:27'),(105547,38093,'action complete via WP Cron','2021-02-17 15:20:27','2021-02-17 07:20:27'),(105548,38094,'action created','2021-02-17 15:20:27','2021-02-17 07:20:27'),(105549,38094,'action started via WP Cron','2021-02-17 15:24:29','2021-02-17 07:24:29'),(105550,38094,'action complete via WP Cron','2021-02-17 15:24:29','2021-02-17 07:24:29'),(105551,38095,'action created','2021-02-17 15:24:29','2021-02-17 07:24:29'),(105552,38095,'action started via WP Cron','2021-02-17 15:30:50','2021-02-17 07:30:50'),(105553,38095,'action complete via WP Cron','2021-02-17 15:30:50','2021-02-17 07:30:50'),(105554,38096,'action created','2021-02-17 15:30:50','2021-02-17 07:30:50'),(105555,38096,'action started via WP Cron','2021-02-17 15:34:52','2021-02-17 07:34:52'),(105556,38096,'action complete via WP Cron','2021-02-17 15:34:52','2021-02-17 07:34:52'),(105557,38097,'action created','2021-02-17 15:34:53','2021-02-17 07:34:53'),(105558,38097,'action started via WP Cron','2021-02-17 15:40:11','2021-02-17 07:40:11'),(105559,38097,'action complete via WP Cron','2021-02-17 15:40:11','2021-02-17 07:40:11'),(105560,38098,'action created','2021-02-17 15:40:11','2021-02-17 07:40:11'),(105561,38098,'action started via WP Cron','2021-02-17 15:40:43','2021-02-17 07:40:43'),(105562,38098,'action complete via WP Cron','2021-02-17 15:40:43','2021-02-17 07:40:43'),(105563,38099,'action created','2021-02-17 15:40:43','2021-02-17 07:40:43'),(105564,38099,'action started via WP Cron','2021-02-17 15:41:48','2021-02-17 07:41:48'),(105565,38099,'action complete via WP Cron','2021-02-17 15:41:48','2021-02-17 07:41:48'),(105566,38100,'action created','2021-02-17 15:41:48','2021-02-17 07:41:48'),(105567,38100,'action started via WP Cron','2021-02-17 15:42:44','2021-02-17 07:42:44'),(105568,38100,'action complete via WP Cron','2021-02-17 15:42:44','2021-02-17 07:42:44'),(105569,38101,'action created','2021-02-17 15:42:45','2021-02-17 07:42:45'),(105570,38101,'action started via WP Cron','2021-02-17 15:43:40','2021-02-17 07:43:40'),(105571,38101,'action complete via WP Cron','2021-02-17 15:43:40','2021-02-17 07:43:40'),(105572,38102,'action created','2021-02-17 15:43:41','2021-02-17 07:43:41'),(105573,38102,'action started via WP Cron','2021-02-17 15:44:46','2021-02-17 07:44:46'),(105574,38102,'action complete via WP Cron','2021-02-17 15:44:46','2021-02-17 07:44:46'),(105575,38103,'action created','2021-02-17 15:44:46','2021-02-17 07:44:46'),(105576,38103,'action started via WP Cron','2021-02-17 15:45:43','2021-02-17 07:45:43'),(105577,38103,'action complete via WP Cron','2021-02-17 15:45:43','2021-02-17 07:45:43'),(105578,38104,'action created','2021-02-17 15:45:43','2021-02-17 07:45:43'),(105579,38104,'action started via WP Cron','2021-02-17 15:46:45','2021-02-17 07:46:45'),(105580,38104,'action complete via WP Cron','2021-02-17 15:46:45','2021-02-17 07:46:45'),(105581,38105,'action created','2021-02-17 15:46:45','2021-02-17 07:46:45'),(105582,38105,'action started via WP Cron','2021-02-17 15:47:44','2021-02-17 07:47:44'),(105583,38105,'action complete via WP Cron','2021-02-17 15:47:44','2021-02-17 07:47:44'),(105584,38106,'action created','2021-02-17 15:47:44','2021-02-17 07:47:44'),(105585,38106,'action started via WP Cron','2021-02-17 15:48:45','2021-02-17 07:48:45'),(105586,38106,'action complete via WP Cron','2021-02-17 15:48:45','2021-02-17 07:48:45'),(105587,38107,'action created','2021-02-17 15:48:45','2021-02-17 07:48:45'),(105588,38107,'action started via WP Cron','2021-02-17 15:49:51','2021-02-17 07:49:51'),(105589,38107,'action complete via WP Cron','2021-02-17 15:49:51','2021-02-17 07:49:51'),(105590,38108,'action created','2021-02-17 15:49:59','2021-02-17 07:49:59'),(105591,38108,'action started via WP Cron','2021-02-17 15:50:54','2021-02-17 07:50:54'),(105592,38108,'action complete via WP Cron','2021-02-17 15:50:54','2021-02-17 07:50:54'),(105593,38109,'action created','2021-02-17 15:50:54','2021-02-17 07:50:54'),(105594,38109,'action started via WP Cron','2021-02-17 15:51:41','2021-02-17 07:51:41'),(105595,38109,'action complete via WP Cron','2021-02-17 15:51:41','2021-02-17 07:51:41'),(105596,38110,'action created','2021-02-17 15:51:41','2021-02-17 07:51:41'),(105600,38111,'action started via WP Cron','2021-02-17 15:53:47','2021-02-17 07:53:47'),(105601,38111,'action complete via WP Cron','2021-02-17 15:53:47','2021-02-17 07:53:47'),(105602,38112,'action created','2021-02-17 15:53:47','2021-02-17 07:53:47'),(105603,38112,'action started via WP Cron','2021-02-17 15:54:44','2021-02-17 07:54:44'),(105604,38112,'action complete via WP Cron','2021-02-17 15:54:44','2021-02-17 07:54:44'),(105605,38113,'action created','2021-02-17 15:54:44','2021-02-17 07:54:44'),(105606,38113,'action started via WP Cron','2021-02-17 15:55:45','2021-02-17 07:55:45'),(105607,38113,'action complete via WP Cron','2021-02-17 15:55:45','2021-02-17 07:55:45'),(105608,38114,'action created','2021-02-17 15:55:46','2021-02-17 07:55:46'),(105609,38114,'action started via WP Cron','2021-02-17 15:56:49','2021-02-17 07:56:49'),(105610,38114,'action complete via WP Cron','2021-02-17 15:56:49','2021-02-17 07:56:49'),(105611,38115,'action created','2021-02-17 15:56:49','2021-02-17 07:56:49'),(105612,38115,'action started via WP Cron','2021-02-17 16:03:16','2021-02-17 08:03:16'),(105613,38115,'action complete via WP Cron','2021-02-17 16:03:16','2021-02-17 08:03:16'),(105614,38116,'action created','2021-02-17 16:03:16','2021-02-17 08:03:16'),(105615,38116,'action started via WP Cron','2021-02-17 16:06:45','2021-02-17 08:06:45'),(105616,38116,'action complete via WP Cron','2021-02-17 16:06:45','2021-02-17 08:06:45'),(105617,38117,'action created','2021-02-17 16:06:45','2021-02-17 08:06:45'),(105618,38117,'action started via WP Cron','2021-02-17 16:09:00','2021-02-17 08:09:00'),(105619,38117,'action complete via WP Cron','2021-02-17 16:09:00','2021-02-17 08:09:00'),(105620,38118,'action created','2021-02-17 16:09:16','2021-02-17 08:09:16'),(105621,38118,'action started via WP Cron','2021-02-17 16:12:46','2021-02-17 08:12:46'),(105622,38118,'action complete via WP Cron','2021-02-17 16:12:46','2021-02-17 08:12:46'),(105623,38119,'action created','2021-02-17 16:12:46','2021-02-17 08:12:46'),(105624,38119,'action started via WP Cron','2021-02-17 16:14:08','2021-02-17 08:14:08'),(105625,38119,'action complete via WP Cron','2021-02-17 16:14:08','2021-02-17 08:14:08'),(105626,38120,'action created','2021-02-17 16:14:08','2021-02-17 08:14:08'),(105627,38120,'action started via WP Cron','2021-02-17 16:15:35','2021-02-17 08:15:35'),(105628,38120,'action complete via WP Cron','2021-02-17 16:15:35','2021-02-17 08:15:35'),(105629,38121,'action created','2021-02-17 16:15:35','2021-02-17 08:15:35'),(105630,38121,'action started via WP Cron','2021-02-17 16:17:15','2021-02-17 08:17:15'),(105631,38121,'action complete via WP Cron','2021-02-17 16:17:15','2021-02-17 08:17:15'),(105632,38122,'action created','2021-02-17 16:17:15','2021-02-17 08:17:15'),(105633,38122,'action started via WP Cron','2021-02-17 16:18:41','2021-02-17 08:18:41'),(105634,38122,'action complete via WP Cron','2021-02-17 16:18:41','2021-02-17 08:18:41'),(105635,38123,'action created','2021-02-17 16:18:41','2021-02-17 08:18:41'),(105636,38123,'action started via WP Cron','2021-02-17 16:19:42','2021-02-17 08:19:42'),(105637,38123,'action complete via WP Cron','2021-02-17 16:19:42','2021-02-17 08:19:42'),(105638,38124,'action created','2021-02-17 16:19:42','2021-02-17 08:19:42'),(105639,38124,'action started via WP Cron','2021-02-17 16:21:27','2021-02-17 08:21:27'),(105640,38124,'action complete via WP Cron','2021-02-17 16:21:27','2021-02-17 08:21:27'),(105641,38125,'action created','2021-02-17 16:21:27','2021-02-17 08:21:27'),(105642,38125,'action started via WP Cron','2021-02-17 16:22:29','2021-02-17 08:22:29'),(105643,38125,'action complete via WP Cron','2021-02-17 16:22:29','2021-02-17 08:22:29'),(105644,38126,'action created','2021-02-17 16:22:29','2021-02-17 08:22:29'),(105645,38126,'action started via WP Cron','2021-02-17 16:23:54','2021-02-17 08:23:54'),(105646,38126,'action complete via WP Cron','2021-02-17 16:23:54','2021-02-17 08:23:54'),(105647,38127,'action created','2021-02-17 16:23:54','2021-02-17 08:23:54'),(105648,38127,'action started via WP Cron','2021-02-17 16:33:56','2021-02-17 08:33:56'),(105649,38127,'action complete via WP Cron','2021-02-17 16:33:56','2021-02-17 08:33:56'),(105650,38128,'action created','2021-02-17 16:33:56','2021-02-17 08:33:56'),(105651,38128,'action started via WP Cron','2021-02-17 16:36:10','2021-02-17 08:36:10'),(105652,38128,'action complete via WP Cron','2021-02-17 16:36:10','2021-02-17 08:36:10'),(105653,38129,'action created','2021-02-17 16:36:10','2021-02-17 08:36:10'),(105654,38129,'action started via WP Cron','2021-02-17 16:39:09','2021-02-17 08:39:09'),(105655,38129,'action complete via WP Cron','2021-02-17 16:39:09','2021-02-17 08:39:09'),(105656,38130,'action created','2021-02-17 16:39:09','2021-02-17 08:39:09'),(105657,38130,'action started via WP Cron','2021-02-17 16:41:03','2021-02-17 08:41:03'),(105658,38130,'action complete via WP Cron','2021-02-17 16:41:03','2021-02-17 08:41:03'),(105659,38131,'action created','2021-02-17 16:41:03','2021-02-17 08:41:03'),(105660,38131,'action started via WP Cron','2021-02-17 16:41:48','2021-02-17 08:41:48'),(105661,38131,'action complete via WP Cron','2021-02-17 16:41:48','2021-02-17 08:41:48'),(105662,38132,'action created','2021-02-17 16:41:49','2021-02-17 08:41:49'),(105663,38132,'action started via WP Cron','2021-02-17 16:42:51','2021-02-17 08:42:51'),(105664,38132,'action complete via WP Cron','2021-02-17 16:42:51','2021-02-17 08:42:51'),(105665,38133,'action created','2021-02-17 16:42:51','2021-02-17 08:42:51'),(105666,38133,'action started via WP Cron','2021-02-17 16:44:04','2021-02-17 08:44:04'),(105667,38133,'action complete via WP Cron','2021-02-17 16:44:04','2021-02-17 08:44:04'),(105668,38134,'action created','2021-02-17 16:44:04','2021-02-17 08:44:04'),(105669,38134,'action started via WP Cron','2021-02-17 16:44:57','2021-02-17 08:44:57'),(105670,38134,'action complete via WP Cron','2021-02-17 16:44:57','2021-02-17 08:44:57'),(105671,38135,'action created','2021-02-17 16:44:57','2021-02-17 08:44:57'),(105672,38135,'action started via WP Cron','2021-02-17 16:45:41','2021-02-17 08:45:41'),(105673,38135,'action complete via WP Cron','2021-02-17 16:45:41','2021-02-17 08:45:41'),(105674,38136,'action created','2021-02-17 16:45:41','2021-02-17 08:45:41'),(105675,38136,'action started via WP Cron','2021-02-17 16:51:22','2021-02-17 08:51:22'),(105676,38136,'action complete via WP Cron','2021-02-17 16:51:22','2021-02-17 08:51:22'),(105677,38137,'action created','2021-02-17 16:51:22','2021-02-17 08:51:22'),(105678,38137,'action started via WP Cron','2021-02-17 16:55:04','2021-02-17 08:55:04'),(105679,38137,'action complete via WP Cron','2021-02-17 16:55:04','2021-02-17 08:55:04'),(105680,38138,'action created','2021-02-17 16:55:04','2021-02-17 08:55:04'),(105681,38138,'action started via WP Cron','2021-02-17 16:56:33','2021-02-17 08:56:33'),(105682,38138,'action complete via WP Cron','2021-02-17 16:56:33','2021-02-17 08:56:33'),(105683,38139,'action created','2021-02-17 16:56:33','2021-02-17 08:56:33'),(105684,38139,'action started via WP Cron','2021-02-17 16:57:17','2021-02-17 08:57:17'),(105685,38139,'action complete via WP Cron','2021-02-17 16:57:17','2021-02-17 08:57:17'),(105686,38140,'action created','2021-02-17 16:57:18','2021-02-17 08:57:18'),(105687,38140,'action started via WP Cron','2021-02-17 16:57:45','2021-02-17 08:57:45'),(105688,38140,'action complete via WP Cron','2021-02-17 16:57:45','2021-02-17 08:57:45'),(105689,38141,'action created','2021-02-17 16:57:45','2021-02-17 08:57:45'),(105690,38141,'action started via WP Cron','2021-02-17 17:00:27','2021-02-17 09:00:27'),(105691,38141,'action complete via WP Cron','2021-02-17 17:00:27','2021-02-17 09:00:27'),(105692,38142,'action created','2021-02-17 17:00:27','2021-02-17 09:00:27'),(105693,38142,'action started via WP Cron','2021-02-17 17:03:21','2021-02-17 09:03:21'),(105694,38142,'action complete via WP Cron','2021-02-17 17:03:21','2021-02-17 09:03:21'),(105695,38143,'action created','2021-02-17 17:03:21','2021-02-17 09:03:21'),(105696,38143,'action started via WP Cron','2021-02-17 17:07:57','2021-02-17 09:07:57'),(105697,38143,'action complete via WP Cron','2021-02-17 17:07:57','2021-02-17 09:07:57'),(105698,38144,'action created','2021-02-17 17:07:58','2021-02-17 09:07:58'),(105699,38144,'action started via WP Cron','2021-02-17 17:09:03','2021-02-17 09:09:03'),(105700,38144,'action complete via WP Cron','2021-02-17 17:09:03','2021-02-17 09:09:03'),(105701,38145,'action created','2021-02-17 17:09:03','2021-02-17 09:09:03'),(105702,38145,'action started via WP Cron','2021-02-17 17:09:58','2021-02-17 09:09:58'),(105703,38145,'action complete via WP Cron','2021-02-17 17:09:58','2021-02-17 09:09:58'),(105704,38146,'action created','2021-02-17 17:09:58','2021-02-17 09:09:58'),(105705,38146,'action started via WP Cron','2021-02-17 17:18:44','2021-02-17 09:18:44'),(105706,38146,'action complete via WP Cron','2021-02-17 17:18:44','2021-02-17 09:18:44'),(105707,38147,'action created','2021-02-17 17:18:44','2021-02-17 09:18:44'),(105708,38147,'action started via WP Cron','2021-02-17 17:21:33','2021-02-17 09:21:33'),(105709,38147,'action complete via WP Cron','2021-02-17 17:21:33','2021-02-17 09:21:33'),(105710,38148,'action created','2021-02-17 17:21:33','2021-02-17 09:21:33'),(105711,38148,'action started via WP Cron','2021-02-17 17:22:34','2021-02-17 09:22:34'),(105712,38148,'action complete via WP Cron','2021-02-17 17:22:34','2021-02-17 09:22:34'),(105713,38149,'action created','2021-02-17 17:22:34','2021-02-17 09:22:34'),(105714,38149,'action started via WP Cron','2021-02-17 17:23:28','2021-02-17 09:23:28'),(105715,38149,'action complete via WP Cron','2021-02-17 17:23:28','2021-02-17 09:23:28'),(105716,38150,'action created','2021-02-17 17:23:29','2021-02-17 09:23:29'),(105717,38150,'action started via WP Cron','2021-02-17 17:23:58','2021-02-17 09:23:58'),(105718,38150,'action complete via WP Cron','2021-02-17 17:23:58','2021-02-17 09:23:58'),(105719,38151,'action created','2021-02-17 17:23:59','2021-02-17 09:23:59'),(105720,38151,'action started via WP Cron','2021-02-17 17:25:36','2021-02-17 09:25:36'),(105721,38151,'action complete via WP Cron','2021-02-17 17:25:36','2021-02-17 09:25:36'),(105722,38152,'action created','2021-02-17 17:25:37','2021-02-17 09:25:37'),(105723,38152,'action started via WP Cron','2021-02-17 17:26:31','2021-02-17 09:26:31'),(105724,38152,'action complete via WP Cron','2021-02-17 17:26:31','2021-02-17 09:26:31'),(105725,38153,'action created','2021-02-17 17:26:32','2021-02-17 09:26:32'),(105726,38153,'action started via WP Cron','2021-02-17 17:27:32','2021-02-17 09:27:32'),(105727,38153,'action complete via WP Cron','2021-02-17 17:27:32','2021-02-17 09:27:32'),(105728,38154,'action created','2021-02-17 17:27:32','2021-02-17 09:27:32'),(105729,38154,'action started via WP Cron','2021-02-17 17:28:33','2021-02-17 09:28:33'),(105730,38154,'action complete via WP Cron','2021-02-17 17:28:33','2021-02-17 09:28:33'),(105731,38155,'action created','2021-02-17 17:28:33','2021-02-17 09:28:33'),(105732,38155,'action started via WP Cron','2021-02-17 17:29:42','2021-02-17 09:29:42'),(105733,38155,'action complete via WP Cron','2021-02-17 17:29:42','2021-02-17 09:29:42'),(105734,38156,'action created','2021-02-17 17:29:42','2021-02-17 09:29:42'),(105735,38156,'action started via WP Cron','2021-02-17 17:32:18','2021-02-17 09:32:18'),(105736,38156,'action complete via WP Cron','2021-02-17 17:32:18','2021-02-17 09:32:18'),(105737,38157,'action created','2021-02-17 17:32:18','2021-02-17 09:32:18'),(105738,38157,'action started via WP Cron','2021-02-17 17:36:44','2021-02-17 09:36:44'),(105739,38157,'action complete via WP Cron','2021-02-17 17:36:44','2021-02-17 09:36:44'),(105740,38158,'action created','2021-02-17 17:36:44','2021-02-17 09:36:44'),(105741,38158,'action started via WP Cron','2021-02-17 17:38:34','2021-02-17 09:38:34'),(105742,38158,'action complete via WP Cron','2021-02-17 17:38:34','2021-02-17 09:38:34'),(105743,38159,'action created','2021-02-17 17:38:34','2021-02-17 09:38:34'),(105744,38159,'action started via WP Cron','2021-02-17 17:38:55','2021-02-17 09:38:55'),(105745,38159,'action complete via WP Cron','2021-02-17 17:38:55','2021-02-17 09:38:55'),(105746,38160,'action created','2021-02-17 17:38:55','2021-02-17 09:38:55'),(105747,38160,'action started via WP Cron','2021-02-17 17:40:36','2021-02-17 09:40:36'),(105748,38160,'action complete via WP Cron','2021-02-17 17:40:36','2021-02-17 09:40:36'),(105749,38161,'action created','2021-02-17 17:40:36','2021-02-17 09:40:36'),(105750,38161,'action started via WP Cron','2021-02-17 17:42:39','2021-02-17 09:42:39'),(105751,38161,'action complete via WP Cron','2021-02-17 17:42:39','2021-02-17 09:42:39'),(105752,38162,'action created','2021-02-17 17:42:39','2021-02-17 09:42:39'),(105753,38162,'action started via WP Cron','2021-02-17 17:43:40','2021-02-17 09:43:40'),(105754,38162,'action complete via WP Cron','2021-02-17 17:43:40','2021-02-17 09:43:40'),(105755,38163,'action created','2021-02-17 17:43:40','2021-02-17 09:43:40'),(105756,38163,'action started via WP Cron','2021-02-17 17:44:41','2021-02-17 09:44:41'),(105757,38163,'action complete via WP Cron','2021-02-17 17:44:41','2021-02-17 09:44:41'),(105758,38164,'action created','2021-02-17 17:44:41','2021-02-17 09:44:41'),(105759,38164,'action started via WP Cron','2021-02-17 17:51:04','2021-02-17 09:51:04'),(105760,38164,'action complete via WP Cron','2021-02-17 17:51:04','2021-02-17 09:51:04'),(105761,38165,'action created','2021-02-17 17:51:04','2021-02-17 09:51:04'),(105762,38165,'action started via WP Cron','2021-02-17 17:55:41','2021-02-17 09:55:41'),(105763,38165,'action complete via WP Cron','2021-02-17 17:55:41','2021-02-17 09:55:41'),(105764,38166,'action created','2021-02-17 17:55:41','2021-02-17 09:55:41'),(105765,38166,'action started via WP Cron','2021-02-17 17:56:44','2021-02-17 09:56:44'),(105766,38166,'action complete via WP Cron','2021-02-17 17:56:44','2021-02-17 09:56:44'),(105767,38167,'action created','2021-02-17 17:56:44','2021-02-17 09:56:44'),(105768,38167,'action started via WP Cron','2021-02-17 17:58:13','2021-02-17 09:58:13'),(105769,38167,'action complete via WP Cron','2021-02-17 17:58:13','2021-02-17 09:58:13'),(105770,38168,'action created','2021-02-17 17:58:13','2021-02-17 09:58:13'),(105771,38168,'action started via WP Cron','2021-02-17 17:59:21','2021-02-17 09:59:21'),(105772,38168,'action complete via WP Cron','2021-02-17 17:59:21','2021-02-17 09:59:21'),(105773,38169,'action created','2021-02-17 17:59:21','2021-02-17 09:59:21'),(105774,38169,'action started via WP Cron','2021-02-17 17:59:45','2021-02-17 09:59:45'),(105775,38169,'action complete via WP Cron','2021-02-17 17:59:45','2021-02-17 09:59:45'),(105776,38170,'action created','2021-02-17 17:59:46','2021-02-17 09:59:46'),(105777,38170,'action started via WP Cron','2021-02-17 18:02:04','2021-02-17 10:02:04'),(105778,38170,'action complete via WP Cron','2021-02-17 18:02:04','2021-02-17 10:02:04'),(105779,38171,'action created','2021-02-17 18:02:04','2021-02-17 10:02:04'),(105780,38171,'action started via WP Cron','2021-02-17 18:04:04','2021-02-17 10:04:04'),(105781,38171,'action complete via WP Cron','2021-02-17 18:04:04','2021-02-17 10:04:04'),(105782,38172,'action created','2021-02-17 18:04:04','2021-02-17 10:04:04'),(105783,38172,'action started via WP Cron','2021-02-17 18:04:43','2021-02-17 10:04:43'),(105784,38172,'action complete via WP Cron','2021-02-17 18:04:43','2021-02-17 10:04:43'),(105785,38173,'action created','2021-02-17 18:04:43','2021-02-17 10:04:43'),(105786,38173,'action started via WP Cron','2021-02-17 18:06:07','2021-02-17 10:06:07'),(105787,38173,'action complete via WP Cron','2021-02-17 18:06:07','2021-02-17 10:06:07'),(105788,38174,'action created','2021-02-17 18:06:07','2021-02-17 10:06:07'),(105789,38174,'action started via WP Cron','2021-02-17 18:08:28','2021-02-17 10:08:28'),(105790,38174,'action complete via WP Cron','2021-02-17 18:08:28','2021-02-17 10:08:28'),(105791,38175,'action created','2021-02-17 18:08:28','2021-02-17 10:08:28'),(105792,38175,'action started via WP Cron','2021-02-17 18:13:39','2021-02-17 10:13:39'),(105793,38175,'action complete via WP Cron','2021-02-17 18:13:39','2021-02-17 10:13:39'),(105794,38176,'action created','2021-02-17 18:13:39','2021-02-17 10:13:39'),(105795,38176,'action started via WP Cron','2021-02-17 18:14:44','2021-02-17 10:14:44'),(105796,38176,'action complete via WP Cron','2021-02-17 18:14:44','2021-02-17 10:14:44'),(105797,38177,'action created','2021-02-17 18:14:44','2021-02-17 10:14:44'),(105798,38177,'action started via WP Cron','2021-02-17 18:15:54','2021-02-17 10:15:54'),(105799,38177,'action complete via WP Cron','2021-02-17 18:15:54','2021-02-17 10:15:54'),(105800,38178,'action created','2021-02-17 18:15:54','2021-02-17 10:15:54'),(105801,38178,'action started via WP Cron','2021-02-17 18:19:23','2021-02-17 10:19:23'),(105802,38178,'action complete via WP Cron','2021-02-17 18:19:23','2021-02-17 10:19:23'),(105803,38179,'action created','2021-02-17 18:19:24','2021-02-17 10:19:24'),(105804,38179,'action started via WP Cron','2021-02-17 18:19:41','2021-02-17 10:19:41'),(105805,38179,'action complete via WP Cron','2021-02-17 18:19:41','2021-02-17 10:19:41'),(105806,38180,'action created','2021-02-17 18:19:41','2021-02-17 10:19:41'),(105807,38180,'action started via WP Cron','2021-02-17 18:20:44','2021-02-17 10:20:44'),(105808,38180,'action complete via WP Cron','2021-02-17 18:20:44','2021-02-17 10:20:44'),(105809,38181,'action created','2021-02-17 18:20:44','2021-02-17 10:20:44'),(105810,38181,'action started via WP Cron','2021-02-17 18:21:59','2021-02-17 10:21:59'),(105811,38181,'action complete via WP Cron','2021-02-17 18:21:59','2021-02-17 10:21:59'),(105812,38182,'action created','2021-02-17 18:21:59','2021-02-17 10:21:59'),(105813,38182,'action started via WP Cron','2021-02-17 18:22:56','2021-02-17 10:22:56'),(105814,38182,'action complete via WP Cron','2021-02-17 18:22:56','2021-02-17 10:22:56'),(105815,38183,'action created','2021-02-17 18:22:57','2021-02-17 10:22:57'),(105816,38183,'action started via WP Cron','2021-02-17 18:24:14','2021-02-17 10:24:14'),(105817,38183,'action complete via WP Cron','2021-02-17 18:24:14','2021-02-17 10:24:14'),(105818,38184,'action created','2021-02-17 18:24:14','2021-02-17 10:24:14'),(105819,38184,'action started via WP Cron','2021-02-17 18:24:53','2021-02-17 10:24:53'),(105820,38184,'action complete via WP Cron','2021-02-17 18:24:53','2021-02-17 10:24:53'),(105821,38185,'action created','2021-02-17 18:24:53','2021-02-17 10:24:53'),(105822,38185,'action started via WP Cron','2021-02-17 18:26:11','2021-02-17 10:26:11'),(105823,38185,'action complete via WP Cron','2021-02-17 18:26:11','2021-02-17 10:26:11'),(105824,38186,'action created','2021-02-17 18:26:11','2021-02-17 10:26:11'),(105825,38186,'action started via WP Cron','2021-02-17 18:26:48','2021-02-17 10:26:48'),(105826,38186,'action complete via WP Cron','2021-02-17 18:26:48','2021-02-17 10:26:48'),(105827,38187,'action created','2021-02-17 18:26:49','2021-02-17 10:26:49'),(105828,38187,'action started via WP Cron','2021-02-17 18:27:45','2021-02-17 10:27:45'),(105829,38187,'action complete via WP Cron','2021-02-17 18:27:45','2021-02-17 10:27:45'),(105830,38188,'action created','2021-02-17 18:27:45','2021-02-17 10:27:45'),(105831,38188,'action started via WP Cron','2021-02-17 18:28:46','2021-02-17 10:28:46'),(105832,38188,'action complete via WP Cron','2021-02-17 18:28:46','2021-02-17 10:28:46'),(105833,38189,'action created','2021-02-17 18:28:46','2021-02-17 10:28:46'),(105834,38189,'action started via WP Cron','2021-02-17 18:39:10','2021-02-17 10:39:10'),(105835,38189,'action complete via WP Cron','2021-02-17 18:39:10','2021-02-17 10:39:10'),(105836,38190,'action created','2021-02-17 18:39:10','2021-02-17 10:39:10'),(105837,38190,'action started via WP Cron','2021-02-17 18:40:51','2021-02-17 10:40:51'),(105838,38190,'action complete via WP Cron','2021-02-17 18:40:51','2021-02-17 10:40:51'),(105839,38191,'action created','2021-02-17 18:40:51','2021-02-17 10:40:51'),(105840,38191,'action started via WP Cron','2021-02-17 18:43:25','2021-02-17 10:43:25'),(105841,38191,'action complete via WP Cron','2021-02-17 18:43:25','2021-02-17 10:43:25'),(105842,38192,'action created','2021-02-17 18:43:25','2021-02-17 10:43:25'),(105843,38192,'action started via WP Cron','2021-02-17 18:44:46','2021-02-17 10:44:46'),(105844,38192,'action complete via WP Cron','2021-02-17 18:44:46','2021-02-17 10:44:46'),(105845,38193,'action created','2021-02-17 18:44:46','2021-02-17 10:44:46'),(105846,38193,'action started via WP Cron','2021-02-17 18:46:16','2021-02-17 10:46:16'),(105847,38193,'action complete via WP Cron','2021-02-17 18:46:16','2021-02-17 10:46:16'),(105848,38194,'action created','2021-02-17 18:46:16','2021-02-17 10:46:16'),(105849,38194,'action started via WP Cron','2021-02-17 18:46:41','2021-02-17 10:46:41'),(105850,38194,'action complete via WP Cron','2021-02-17 18:46:41','2021-02-17 10:46:41'),(105851,38195,'action created','2021-02-17 18:46:41','2021-02-17 10:46:41'),(105852,38195,'action started via WP Cron','2021-02-17 18:47:42','2021-02-17 10:47:42'),(105853,38195,'action complete via WP Cron','2021-02-17 18:47:42','2021-02-17 10:47:42'),(105854,38196,'action created','2021-02-17 18:47:42','2021-02-17 10:47:42'),(105855,38196,'action started via WP Cron','2021-02-17 18:48:56','2021-02-17 10:48:56'),(105856,38196,'action complete via WP Cron','2021-02-17 18:48:56','2021-02-17 10:48:56'),(105857,38197,'action created','2021-02-17 18:48:56','2021-02-17 10:48:56'),(105858,38197,'action started via WP Cron','2021-02-17 18:50:09','2021-02-17 10:50:09'),(105859,38197,'action complete via WP Cron','2021-02-17 18:50:09','2021-02-17 10:50:09'),(105860,38198,'action created','2021-02-17 18:50:09','2021-02-17 10:50:09'),(105861,38198,'action started via WP Cron','2021-02-17 19:10:32','2021-02-17 11:10:32'),(105862,38198,'action complete via WP Cron','2021-02-17 19:10:32','2021-02-17 11:10:32'),(105863,38199,'action created','2021-02-17 19:10:32','2021-02-17 11:10:32'),(105864,38199,'action started via WP Cron','2021-02-17 19:12:51','2021-02-17 11:12:51'),(105865,38199,'action complete via WP Cron','2021-02-17 19:12:51','2021-02-17 11:12:51'),(105866,38200,'action created','2021-02-17 19:12:51','2021-02-17 11:12:51'),(105867,38200,'action started via WP Cron','2021-02-17 19:15:41','2021-02-17 11:15:41'),(105868,38200,'action complete via WP Cron','2021-02-17 19:15:41','2021-02-17 11:15:41'),(105869,38201,'action created','2021-02-17 19:15:41','2021-02-17 11:15:41'),(105870,38201,'action started via WP Cron','2021-02-17 19:16:58','2021-02-17 11:16:58'),(105871,38201,'action complete via WP Cron','2021-02-17 19:16:58','2021-02-17 11:16:58'),(105872,38202,'action created','2021-02-17 19:16:58','2021-02-17 11:16:58'),(105873,38202,'action started via WP Cron','2021-02-17 19:18:05','2021-02-17 11:18:05'),(105874,38202,'action complete via WP Cron','2021-02-17 19:18:05','2021-02-17 11:18:05'),(105875,38203,'action created','2021-02-17 19:18:05','2021-02-17 11:18:05'),(105876,38203,'action started via WP Cron','2021-02-17 19:18:56','2021-02-17 11:18:56'),(105877,38203,'action complete via WP Cron','2021-02-17 19:18:56','2021-02-17 11:18:56'),(105878,38204,'action created','2021-02-17 19:18:56','2021-02-17 11:18:56'),(105879,38204,'action started via WP Cron','2021-02-17 19:19:59','2021-02-17 11:19:59'),(105880,38204,'action complete via WP Cron','2021-02-17 19:19:59','2021-02-17 11:19:59'),(105881,38205,'action created','2021-02-17 19:19:59','2021-02-17 11:19:59'),(105882,38205,'action started via WP Cron','2021-02-17 19:20:55','2021-02-17 11:20:55'),(105883,38205,'action complete via WP Cron','2021-02-17 19:20:55','2021-02-17 11:20:55'),(105884,38206,'action created','2021-02-17 19:20:55','2021-02-17 11:20:55'),(105885,38206,'action started via WP Cron','2021-02-17 19:21:43','2021-02-17 11:21:43'),(105886,38206,'action complete via WP Cron','2021-02-17 19:21:43','2021-02-17 11:21:43'),(105887,38207,'action created','2021-02-17 19:21:43','2021-02-17 11:21:43'),(105888,38207,'action started via WP Cron','2021-02-17 19:23:03','2021-02-17 11:23:03'),(105889,38207,'action complete via WP Cron','2021-02-17 19:23:03','2021-02-17 11:23:03'),(105890,38208,'action created','2021-02-17 19:23:03','2021-02-17 11:23:03'),(105891,38208,'action started via WP Cron','2021-02-17 19:23:43','2021-02-17 11:23:43'),(105892,38208,'action complete via WP Cron','2021-02-17 19:23:43','2021-02-17 11:23:43'),(105893,38209,'action created','2021-02-17 19:23:43','2021-02-17 11:23:43'),(105894,38209,'action started via WP Cron','2021-02-17 19:24:45','2021-02-17 11:24:45'),(105895,38209,'action complete via WP Cron','2021-02-17 19:24:45','2021-02-17 11:24:45'),(105896,38210,'action created','2021-02-17 19:24:45','2021-02-17 11:24:45'),(105897,38210,'action started via WP Cron','2021-02-17 19:25:56','2021-02-17 11:25:56'),(105898,38210,'action complete via WP Cron','2021-02-17 19:25:56','2021-02-17 11:25:56'),(105899,38211,'action created','2021-02-17 19:25:56','2021-02-17 11:25:56'),(105900,38211,'action started via WP Cron','2021-02-17 19:26:58','2021-02-17 11:26:58'),(105901,38211,'action complete via WP Cron','2021-02-17 19:26:58','2021-02-17 11:26:58'),(105902,38212,'action created','2021-02-17 19:26:58','2021-02-17 11:26:58'),(105903,38212,'action started via WP Cron','2021-02-17 19:27:41','2021-02-17 11:27:41'),(105904,38212,'action complete via WP Cron','2021-02-17 19:27:41','2021-02-17 11:27:41'),(105905,38213,'action created','2021-02-17 19:27:57','2021-02-17 11:27:57'),(105906,38213,'action started via WP Cron','2021-02-17 19:28:53','2021-02-17 11:28:53'),(105907,38213,'action complete via WP Cron','2021-02-17 19:28:53','2021-02-17 11:28:53'),(105908,38214,'action created','2021-02-17 19:28:53','2021-02-17 11:28:53'),(105909,38214,'action started via WP Cron','2021-02-17 19:29:45','2021-02-17 11:29:45'),(105910,38214,'action complete via WP Cron','2021-02-17 19:29:45','2021-02-17 11:29:45'),(105911,38215,'action created','2021-02-17 19:29:45','2021-02-17 11:29:45'),(105912,38215,'action started via WP Cron','2021-02-17 19:30:53','2021-02-17 11:30:53'),(105913,38215,'action complete via WP Cron','2021-02-17 19:30:53','2021-02-17 11:30:53'),(105914,38216,'action created','2021-02-17 19:30:53','2021-02-17 11:30:53'),(105915,38216,'action started via WP Cron','2021-02-17 19:31:44','2021-02-17 11:31:44'),(105916,38216,'action complete via WP Cron','2021-02-17 19:31:44','2021-02-17 11:31:44'),(105917,38217,'action created','2021-02-17 19:31:44','2021-02-17 11:31:44'),(105918,38217,'action started via WP Cron','2021-02-17 19:33:21','2021-02-17 11:33:21'),(105919,38217,'action complete via WP Cron','2021-02-17 19:33:21','2021-02-17 11:33:21'),(105920,38218,'action created','2021-02-17 19:33:21','2021-02-17 11:33:21'),(105921,38218,'action started via WP Cron','2021-02-17 19:33:46','2021-02-17 11:33:46'),(105922,38218,'action complete via WP Cron','2021-02-17 19:33:46','2021-02-17 11:33:46'),(105923,38219,'action created','2021-02-17 19:33:46','2021-02-17 11:33:46'),(105924,38219,'action started via WP Cron','2021-02-17 19:34:59','2021-02-17 11:34:59'),(105925,38219,'action complete via WP Cron','2021-02-17 19:34:59','2021-02-17 11:34:59'),(105926,38220,'action created','2021-02-17 19:34:59','2021-02-17 11:34:59'),(105927,38220,'action started via WP Cron','2021-02-17 19:35:45','2021-02-17 11:35:45'),(105928,38220,'action complete via WP Cron','2021-02-17 19:35:45','2021-02-17 11:35:45'),(105929,38221,'action created','2021-02-17 19:35:45','2021-02-17 11:35:45'),(105930,38221,'action started via WP Cron','2021-02-17 19:36:55','2021-02-17 11:36:55'),(105931,38221,'action complete via WP Cron','2021-02-17 19:36:55','2021-02-17 11:36:55'),(105932,38222,'action created','2021-02-17 19:36:55','2021-02-17 11:36:55'),(105933,38222,'action started via WP Cron','2021-02-17 19:37:58','2021-02-17 11:37:58'),(105934,38222,'action complete via WP Cron','2021-02-17 19:37:58','2021-02-17 11:37:58'),(105935,38223,'action created','2021-02-17 19:37:59','2021-02-17 11:37:59'),(105936,38223,'action started via WP Cron','2021-02-17 19:38:46','2021-02-17 11:38:46'),(105937,38223,'action complete via WP Cron','2021-02-17 19:38:46','2021-02-17 11:38:46'),(105938,38224,'action created','2021-02-17 19:38:46','2021-02-17 11:38:46'),(105939,38224,'action started via WP Cron','2021-02-17 19:40:02','2021-02-17 11:40:02'),(105940,38224,'action complete via WP Cron','2021-02-17 19:40:02','2021-02-17 11:40:02'),(105941,38225,'action created','2021-02-17 19:40:20','2021-02-17 11:40:20'),(105942,38225,'action started via WP Cron','2021-02-17 19:40:59','2021-02-17 11:40:59'),(105943,38225,'action complete via WP Cron','2021-02-17 19:40:59','2021-02-17 11:40:59'),(105944,38226,'action created','2021-02-17 19:40:59','2021-02-17 11:40:59'),(105945,38226,'action started via WP Cron','2021-02-17 19:41:43','2021-02-17 11:41:43'),(105946,38226,'action complete via WP Cron','2021-02-17 19:41:43','2021-02-17 11:41:43'),(105947,38227,'action created','2021-02-17 19:41:43','2021-02-17 11:41:43'),(105948,38227,'action started via WP Cron','2021-02-17 19:42:44','2021-02-17 11:42:44'),(105949,38227,'action complete via WP Cron','2021-02-17 19:42:44','2021-02-17 11:42:44'),(105950,38228,'action created','2021-02-17 19:42:44','2021-02-17 11:42:44'),(105951,38228,'action started via WP Cron','2021-02-17 19:43:41','2021-02-17 11:43:41'),(105952,38228,'action complete via WP Cron','2021-02-17 19:43:41','2021-02-17 11:43:41'),(105953,38229,'action created','2021-02-17 19:43:41','2021-02-17 11:43:41'),(105954,38229,'action started via WP Cron','2021-02-17 19:44:48','2021-02-17 11:44:48'),(105955,38229,'action complete via WP Cron','2021-02-17 19:44:48','2021-02-17 11:44:48'),(105956,38230,'action created','2021-02-17 19:44:48','2021-02-17 11:44:48'),(105957,38230,'action started via WP Cron','2021-02-17 19:45:53','2021-02-17 11:45:53'),(105958,38230,'action complete via WP Cron','2021-02-17 19:45:53','2021-02-17 11:45:53'),(105959,38231,'action created','2021-02-17 19:45:53','2021-02-17 11:45:53'),(105960,38231,'action started via WP Cron','2021-02-17 19:46:55','2021-02-17 11:46:55'),(105961,38231,'action complete via WP Cron','2021-02-17 19:46:55','2021-02-17 11:46:55'),(105962,38232,'action created','2021-02-17 19:46:55','2021-02-17 11:46:55'),(105963,38232,'action started via WP Cron','2021-02-17 19:47:41','2021-02-17 11:47:41'),(105964,38232,'action complete via WP Cron','2021-02-17 19:47:41','2021-02-17 11:47:41'),(105965,38233,'action created','2021-02-17 19:47:42','2021-02-17 11:47:42'),(105966,38233,'action started via WP Cron','2021-02-17 19:49:03','2021-02-17 11:49:03'),(105967,38233,'action complete via WP Cron','2021-02-17 19:49:03','2021-02-17 11:49:03'),(105968,38234,'action created','2021-02-17 19:49:03','2021-02-17 11:49:03'),(105969,38234,'action started via WP Cron','2021-02-17 19:49:43','2021-02-17 11:49:43'),(105970,38234,'action complete via WP Cron','2021-02-17 19:49:43','2021-02-17 11:49:43'),(105971,38235,'action created','2021-02-17 19:49:43','2021-02-17 11:49:43'),(105972,38235,'action started via WP Cron','2021-02-17 19:50:49','2021-02-17 11:50:49'),(105973,38235,'action complete via WP Cron','2021-02-17 19:50:49','2021-02-17 11:50:49'),(105974,38236,'action created','2021-02-17 19:50:49','2021-02-17 11:50:49'),(105975,38236,'action started via WP Cron','2021-02-17 20:07:17','2021-02-17 12:07:17'),(105976,38236,'action complete via WP Cron','2021-02-17 20:07:17','2021-02-17 12:07:17'),(105977,38237,'action created','2021-02-17 20:07:17','2021-02-17 12:07:17'),(105978,38237,'action started via WP Cron','2021-02-17 20:13:01','2021-02-17 12:13:01'),(105979,38237,'action complete via WP Cron','2021-02-17 20:13:01','2021-02-17 12:13:01'),(105980,38238,'action created','2021-02-17 20:13:01','2021-02-17 12:13:01'),(105981,38238,'action started via WP Cron','2021-02-17 20:14:50','2021-02-17 12:14:50'),(105982,38238,'action complete via WP Cron','2021-02-17 20:14:50','2021-02-17 12:14:50'),(105983,38239,'action created','2021-02-17 20:14:50','2021-02-17 12:14:50'),(105984,38239,'action started via WP Cron','2021-02-17 20:18:56','2021-02-17 12:18:56'),(105985,38239,'action complete via WP Cron','2021-02-17 20:18:56','2021-02-17 12:18:56'),(105986,38240,'action created','2021-02-17 20:18:56','2021-02-17 12:18:56'),(105987,38240,'action started via WP Cron','2021-02-17 20:21:30','2021-02-17 12:21:30'),(105988,38240,'action complete via WP Cron','2021-02-17 20:21:30','2021-02-17 12:21:30'),(105989,38241,'action created','2021-02-17 20:21:30','2021-02-17 12:21:30'),(105990,38241,'action started via WP Cron','2021-02-17 20:27:05','2021-02-17 12:27:05'),(105991,38241,'action complete via WP Cron','2021-02-17 20:27:05','2021-02-17 12:27:05'),(105992,38242,'action created','2021-02-17 20:27:06','2021-02-17 12:27:06'),(105993,38242,'action started via WP Cron','2021-02-17 20:30:31','2021-02-17 12:30:31'),(105994,38242,'action complete via WP Cron','2021-02-17 20:30:31','2021-02-17 12:30:31'),(105995,38243,'action created','2021-02-17 20:30:31','2021-02-17 12:30:31'),(105996,38243,'action started via WP Cron','2021-02-17 20:37:55','2021-02-17 12:37:55'),(105997,38243,'action complete via WP Cron','2021-02-17 20:37:55','2021-02-17 12:37:55'),(105998,38244,'action created','2021-02-17 20:37:55','2021-02-17 12:37:55'),(105999,38244,'action started via WP Cron','2021-02-17 20:39:49','2021-02-17 12:39:49'),(106000,38244,'action complete via WP Cron','2021-02-17 20:39:49','2021-02-17 12:39:49'),(106001,38245,'action created','2021-02-17 20:39:49','2021-02-17 12:39:49'),(106002,38245,'action started via WP Cron','2021-02-17 20:41:08','2021-02-17 12:41:08'),(106003,38245,'action complete via WP Cron','2021-02-17 20:41:08','2021-02-17 12:41:08'),(106004,38246,'action created','2021-02-17 20:41:09','2021-02-17 12:41:09'),(106005,38246,'action started via WP Cron','2021-02-17 20:42:38','2021-02-17 12:42:38'),(106006,38246,'action complete via WP Cron','2021-02-17 20:42:38','2021-02-17 12:42:38'),(106007,38247,'action created','2021-02-17 20:42:38','2021-02-17 12:42:38'),(106008,38247,'action started via WP Cron','2021-02-17 20:46:28','2021-02-17 12:46:28'),(106009,38247,'action complete via WP Cron','2021-02-17 20:46:28','2021-02-17 12:46:28'),(106010,38248,'action created','2021-02-17 20:46:28','2021-02-17 12:46:28'),(106011,38248,'action started via WP Cron','2021-02-17 20:54:10','2021-02-17 12:54:10'),(106012,38248,'action complete via WP Cron','2021-02-17 20:54:10','2021-02-17 12:54:10'),(106013,38249,'action created','2021-02-17 20:54:10','2021-02-17 12:54:10'),(106014,38249,'action started via WP Cron','2021-02-17 21:04:37','2021-02-17 13:04:37'),(106015,38249,'action complete via WP Cron','2021-02-17 21:04:37','2021-02-17 13:04:37'),(106016,38250,'action created','2021-02-17 21:04:37','2021-02-17 13:04:37'),(106017,38250,'action started via WP Cron','2021-02-17 21:09:01','2021-02-17 13:09:01'),(106018,38250,'action complete via WP Cron','2021-02-17 21:09:01','2021-02-17 13:09:01'),(106019,38251,'action created','2021-02-17 21:09:01','2021-02-17 13:09:01'),(106020,38251,'action started via WP Cron','2021-02-17 21:10:46','2021-02-17 13:10:46'),(106021,38251,'action complete via WP Cron','2021-02-17 21:10:46','2021-02-17 13:10:46'),(106022,38252,'action created','2021-02-17 21:10:46','2021-02-17 13:10:46'),(106023,38252,'action started via WP Cron','2021-02-17 21:17:08','2021-02-17 13:17:08'),(106024,38252,'action complete via WP Cron','2021-02-17 21:17:08','2021-02-17 13:17:08'),(106025,38253,'action created','2021-02-17 21:17:08','2021-02-17 13:17:08'),(106026,38253,'action started via WP Cron','2021-02-17 21:19:16','2021-02-17 13:19:16'),(106027,38253,'action complete via WP Cron','2021-02-17 21:19:16','2021-02-17 13:19:16'),(106028,38254,'action created','2021-02-17 21:19:16','2021-02-17 13:19:16'),(106029,38254,'action started via WP Cron','2021-02-17 21:20:17','2021-02-17 13:20:17'),(106030,38254,'action complete via WP Cron','2021-02-17 21:20:17','2021-02-17 13:20:17'),(106031,38255,'action created','2021-02-17 21:20:17','2021-02-17 13:20:17'),(106032,38255,'action started via WP Cron','2021-02-17 21:21:18','2021-02-17 13:21:18'),(106033,38255,'action complete via WP Cron','2021-02-17 21:21:18','2021-02-17 13:21:18'),(106034,38256,'action created','2021-02-17 21:21:18','2021-02-17 13:21:18'),(106035,38256,'action started via WP Cron','2021-02-17 21:21:49','2021-02-17 13:21:49'),(106036,38256,'action complete via WP Cron','2021-02-17 21:21:49','2021-02-17 13:21:49'),(106037,38257,'action created','2021-02-17 21:21:49','2021-02-17 13:21:49'),(106038,38257,'action started via WP Cron','2021-02-17 21:26:47','2021-02-17 13:26:47'),(106039,38257,'action complete via WP Cron','2021-02-17 21:26:47','2021-02-17 13:26:47'),(106040,38258,'action created','2021-02-17 21:26:47','2021-02-17 13:26:47'),(106041,38258,'action started via WP Cron','2021-02-17 21:36:49','2021-02-17 13:36:49'),(106042,38258,'action complete via WP Cron','2021-02-17 21:36:49','2021-02-17 13:36:49'),(106043,38259,'action created','2021-02-17 21:36:49','2021-02-17 13:36:49'),(106044,38259,'action started via WP Cron','2021-02-17 21:41:50','2021-02-17 13:41:50'),(106045,38259,'action complete via WP Cron','2021-02-17 21:41:50','2021-02-17 13:41:50'),(106046,38260,'action created','2021-02-17 21:41:50','2021-02-17 13:41:50'),(106047,38260,'action started via WP Cron','2021-02-17 21:44:55','2021-02-17 13:44:55'),(106048,38260,'action complete via WP Cron','2021-02-17 21:44:55','2021-02-17 13:44:55'),(106049,38261,'action created','2021-02-17 21:44:55','2021-02-17 13:44:55'),(106050,38261,'action started via WP Cron','2021-02-17 21:50:04','2021-02-17 13:50:04'),(106051,38261,'action complete via WP Cron','2021-02-17 21:50:04','2021-02-17 13:50:04'),(106052,38262,'action created','2021-02-17 21:50:04','2021-02-17 13:50:04'),(106053,38262,'action started via WP Cron','2021-02-17 21:50:43','2021-02-17 13:50:43'),(106054,38262,'action complete via WP Cron','2021-02-17 21:50:43','2021-02-17 13:50:43'),(106055,38263,'action created','2021-02-17 21:50:43','2021-02-17 13:50:43'),(106056,38263,'action started via WP Cron','2021-02-17 21:55:18','2021-02-17 13:55:18'),(106057,38263,'action complete via WP Cron','2021-02-17 21:55:18','2021-02-17 13:55:18'),(106058,38264,'action created','2021-02-17 21:55:18','2021-02-17 13:55:18'),(106059,38264,'action started via WP Cron','2021-02-17 21:56:06','2021-02-17 13:56:06'),(106060,38264,'action complete via WP Cron','2021-02-17 21:56:06','2021-02-17 13:56:06'),(106061,38265,'action created','2021-02-17 21:56:08','2021-02-17 13:56:08'),(106062,38265,'action started via WP Cron','2021-02-17 22:02:53','2021-02-17 14:02:53'),(106063,38265,'action complete via WP Cron','2021-02-17 22:02:53','2021-02-17 14:02:53'),(106064,38266,'action created','2021-02-17 22:02:53','2021-02-17 14:02:53'),(106065,38266,'action started via WP Cron','2021-02-17 22:06:08','2021-02-17 14:06:08'),(106066,38266,'action complete via WP Cron','2021-02-17 22:06:08','2021-02-17 14:06:08'),(106067,38267,'action created','2021-02-17 22:06:08','2021-02-17 14:06:08'),(106068,38267,'action started via WP Cron','2021-02-17 22:16:20','2021-02-17 14:16:20'),(106069,38267,'action complete via WP Cron','2021-02-17 22:16:20','2021-02-17 14:16:20'),(106070,38268,'action created','2021-02-17 22:16:20','2021-02-17 14:16:20'),(106071,38268,'action started via WP Cron','2021-02-17 22:19:13','2021-02-17 14:19:13'),(106072,38268,'action complete via WP Cron','2021-02-17 22:19:13','2021-02-17 14:19:13'),(106073,38269,'action created','2021-02-17 22:19:13','2021-02-17 14:19:13'),(106074,38269,'action started via WP Cron','2021-02-17 22:21:14','2021-02-17 14:21:14'),(106075,38269,'action complete via WP Cron','2021-02-17 22:21:14','2021-02-17 14:21:14'),(106076,38270,'action created','2021-02-17 22:21:15','2021-02-17 14:21:15'),(106077,38270,'action started via WP Cron','2021-02-17 22:24:35','2021-02-17 14:24:35'),(106078,38270,'action complete via WP Cron','2021-02-17 22:24:35','2021-02-17 14:24:35'),(106079,38271,'action created','2021-02-17 22:24:35','2021-02-17 14:24:35'),(106080,38271,'action started via WP Cron','2021-02-17 22:27:13','2021-02-17 14:27:13'),(106081,38271,'action complete via WP Cron','2021-02-17 22:27:13','2021-02-17 14:27:13'),(106082,38272,'action created','2021-02-17 22:27:13','2021-02-17 14:27:13'),(106083,38272,'action started via WP Cron','2021-02-17 22:33:23','2021-02-17 14:33:23'),(106084,38272,'action complete via WP Cron','2021-02-17 22:33:23','2021-02-17 14:33:23'),(106085,38273,'action created','2021-02-17 22:33:23','2021-02-17 14:33:23'),(106086,38273,'action started via WP Cron','2021-02-17 22:34:44','2021-02-17 14:34:44'),(106087,38273,'action complete via WP Cron','2021-02-17 22:34:44','2021-02-17 14:34:44'),(106088,38274,'action created','2021-02-17 22:36:49','2021-02-17 14:36:49'),(106089,38274,'action started via WP Cron','2021-02-17 22:37:55','2021-02-17 14:37:55'),(106090,38274,'action complete via WP Cron','2021-02-17 22:37:55','2021-02-17 14:37:55'),(106091,38275,'action created','2021-02-17 22:37:55','2021-02-17 14:37:55'),(106092,38275,'action started via WP Cron','2021-02-17 22:38:56','2021-02-17 14:38:56'),(106093,38275,'action complete via WP Cron','2021-02-17 22:38:56','2021-02-17 14:38:56'),(106094,38276,'action created','2021-02-17 22:38:56','2021-02-17 14:38:56'),(106095,38276,'action started via WP Cron','2021-02-17 22:42:19','2021-02-17 14:42:19'),(106096,38276,'action complete via WP Cron','2021-02-17 22:42:19','2021-02-17 14:42:19'),(106097,38277,'action created','2021-02-17 22:42:19','2021-02-17 14:42:19'),(106098,38277,'action started via WP Cron','2021-02-17 22:42:41','2021-02-17 14:42:41'),(106099,38277,'action complete via WP Cron','2021-02-17 22:42:41','2021-02-17 14:42:41'),(106100,38278,'action created','2021-02-17 22:42:41','2021-02-17 14:42:41'),(106101,38278,'action started via WP Cron','2021-02-17 22:43:45','2021-02-17 14:43:45'),(106102,38278,'action complete via WP Cron','2021-02-17 22:43:45','2021-02-17 14:43:45'),(106103,38279,'action created','2021-02-17 22:43:45','2021-02-17 14:43:45'),(106104,38279,'action started via WP Cron','2021-02-17 22:44:53','2021-02-17 14:44:53'),(106105,38279,'action complete via WP Cron','2021-02-17 22:44:53','2021-02-17 14:44:53'),(106106,38280,'action created','2021-02-17 22:44:54','2021-02-17 14:44:54'),(106107,38280,'action started via WP Cron','2021-02-17 22:45:42','2021-02-17 14:45:42'),(106108,38280,'action complete via WP Cron','2021-02-17 22:45:42','2021-02-17 14:45:42'),(106109,38281,'action created','2021-02-17 22:45:42','2021-02-17 14:45:42'),(106110,38281,'action started via WP Cron','2021-02-17 22:47:44','2021-02-17 14:47:44'),(106111,38281,'action complete via WP Cron','2021-02-17 22:47:44','2021-02-17 14:47:44'),(106112,38282,'action created','2021-02-17 22:47:44','2021-02-17 14:47:44'),(106113,38282,'action started via WP Cron','2021-02-17 22:48:41','2021-02-17 14:48:41'),(106114,38282,'action complete via WP Cron','2021-02-17 22:48:41','2021-02-17 14:48:41'),(106115,38283,'action created','2021-02-17 22:48:41','2021-02-17 14:48:41'),(106116,38283,'action started via WP Cron','2021-02-17 22:49:45','2021-02-17 14:49:45'),(106117,38283,'action complete via WP Cron','2021-02-17 22:49:45','2021-02-17 14:49:45'),(106118,38284,'action created','2021-02-17 22:49:45','2021-02-17 14:49:45'),(106119,38284,'action started via WP Cron','2021-02-17 22:50:43','2021-02-17 14:50:43'),(106120,38284,'action complete via WP Cron','2021-02-17 22:50:43','2021-02-17 14:50:43'),(106121,38285,'action created','2021-02-17 22:50:43','2021-02-17 14:50:43'),(106122,38285,'action started via WP Cron','2021-02-17 22:51:43','2021-02-17 14:51:43'),(106123,38285,'action complete via WP Cron','2021-02-17 22:51:43','2021-02-17 14:51:43'),(106124,38286,'action created','2021-02-17 22:51:44','2021-02-17 14:51:44'),(106125,38286,'action started via WP Cron','2021-02-17 22:52:48','2021-02-17 14:52:48'),(106126,38286,'action complete via WP Cron','2021-02-17 22:52:48','2021-02-17 14:52:48'),(106127,38287,'action created','2021-02-17 22:52:48','2021-02-17 14:52:48'),(106128,38287,'action started via WP Cron','2021-02-17 22:53:49','2021-02-17 14:53:49'),(106129,38287,'action complete via WP Cron','2021-02-17 22:53:49','2021-02-17 14:53:49'),(106130,38288,'action created','2021-02-17 22:53:49','2021-02-17 14:53:49'),(106131,38288,'action started via WP Cron','2021-02-17 22:54:47','2021-02-17 14:54:47'),(106132,38288,'action complete via WP Cron','2021-02-17 22:54:47','2021-02-17 14:54:47'),(106133,38289,'action created','2021-02-17 22:54:47','2021-02-17 14:54:47'),(106134,38289,'action started via WP Cron','2021-02-17 22:55:47','2021-02-17 14:55:47'),(106135,38289,'action complete via WP Cron','2021-02-17 22:55:47','2021-02-17 14:55:47'),(106136,38290,'action created','2021-02-17 22:55:47','2021-02-17 14:55:47'),(106137,38290,'action started via WP Cron','2021-02-17 22:56:48','2021-02-17 14:56:48'),(106138,38290,'action complete via WP Cron','2021-02-17 22:56:48','2021-02-17 14:56:48'),(106139,38291,'action created','2021-02-17 22:56:48','2021-02-17 14:56:48'),(106140,38291,'action started via WP Cron','2021-02-17 22:57:45','2021-02-17 14:57:45'),(106141,38291,'action complete via WP Cron','2021-02-17 22:57:45','2021-02-17 14:57:45'),(106142,38292,'action created','2021-02-17 22:57:45','2021-02-17 14:57:45'),(106143,38292,'action started via WP Cron','2021-02-17 22:58:46','2021-02-17 14:58:46'),(106144,38292,'action complete via WP Cron','2021-02-17 22:58:46','2021-02-17 14:58:46'),(106145,38293,'action created','2021-02-17 22:58:46','2021-02-17 14:58:46'),(106146,38293,'action started via WP Cron','2021-02-17 22:59:49','2021-02-17 14:59:49'),(106147,38293,'action complete via WP Cron','2021-02-17 22:59:49','2021-02-17 14:59:49'),(106148,38294,'action created','2021-02-17 22:59:49','2021-02-17 14:59:49'),(106149,38294,'action started via WP Cron','2021-02-17 23:00:49','2021-02-17 15:00:49'),(106150,38294,'action complete via WP Cron','2021-02-17 23:00:49','2021-02-17 15:00:49'),(106151,38295,'action created','2021-02-17 23:00:49','2021-02-17 15:00:49'),(106152,38295,'action started via WP Cron','2021-02-17 23:05:58','2021-02-17 15:05:58'),(106153,38295,'action complete via WP Cron','2021-02-17 23:05:58','2021-02-17 15:05:58'),(106154,38296,'action created','2021-02-17 23:05:58','2021-02-17 15:05:58'),(106155,38296,'action started via WP Cron','2021-02-17 23:10:17','2021-02-17 15:10:17'),(106156,38296,'action complete via WP Cron','2021-02-17 23:10:17','2021-02-17 15:10:17'),(106157,38297,'action created','2021-02-17 23:10:17','2021-02-17 15:10:17'),(106158,38297,'action started via WP Cron','2021-02-17 23:11:48','2021-02-17 15:11:48'),(106159,38297,'action complete via WP Cron','2021-02-17 23:11:48','2021-02-17 15:11:48'),(106160,38298,'action created','2021-02-17 23:11:48','2021-02-17 15:11:48'),(106161,38298,'action started via WP Cron','2021-02-17 23:12:54','2021-02-17 15:12:54'),(106162,38298,'action complete via WP Cron','2021-02-17 23:12:54','2021-02-17 15:12:54'),(106163,38299,'action created','2021-02-17 23:12:54','2021-02-17 15:12:54'),(106164,38299,'action started via WP Cron','2021-02-17 23:13:55','2021-02-17 15:13:55'),(106165,38299,'action complete via WP Cron','2021-02-17 23:13:55','2021-02-17 15:13:55'),(106166,38300,'action created','2021-02-17 23:13:55','2021-02-17 15:13:55'),(106167,38300,'action started via WP Cron','2021-02-17 23:14:49','2021-02-17 15:14:49'),(106168,38300,'action complete via WP Cron','2021-02-17 23:14:49','2021-02-17 15:14:49'),(106169,38301,'action created','2021-02-17 23:14:49','2021-02-17 15:14:49'),(106170,38301,'action started via WP Cron','2021-02-17 23:15:48','2021-02-17 15:15:48'),(106171,38301,'action complete via WP Cron','2021-02-17 23:15:48','2021-02-17 15:15:48'),(106172,38302,'action created','2021-02-17 23:15:48','2021-02-17 15:15:48'),(106173,38302,'action started via WP Cron','2021-02-17 23:16:58','2021-02-17 15:16:58'),(106174,38302,'action complete via WP Cron','2021-02-17 23:16:58','2021-02-17 15:16:58'),(106175,38303,'action created','2021-02-17 23:16:58','2021-02-17 15:16:58'),(106176,38303,'action started via WP Cron','2021-02-17 23:18:48','2021-02-17 15:18:48'),(106177,38303,'action complete via WP Cron','2021-02-17 23:18:48','2021-02-17 15:18:48'),(106178,38304,'action created','2021-02-17 23:18:48','2021-02-17 15:18:48'),(106179,38304,'action started via WP Cron','2021-02-17 23:19:58','2021-02-17 15:19:58'),(106180,38304,'action complete via WP Cron','2021-02-17 23:19:58','2021-02-17 15:19:58'),(106181,38305,'action created','2021-02-17 23:19:58','2021-02-17 15:19:58'),(106182,38305,'action started via WP Cron','2021-02-17 23:21:40','2021-02-17 15:21:40'),(106183,38305,'action complete via WP Cron','2021-02-17 23:21:40','2021-02-17 15:21:40'),(106184,38306,'action created','2021-02-17 23:21:40','2021-02-17 15:21:40'),(106185,38306,'action started via WP Cron','2021-02-17 23:22:43','2021-02-17 15:22:43'),(106186,38306,'action complete via WP Cron','2021-02-17 23:22:43','2021-02-17 15:22:43'),(106187,38307,'action created','2021-02-17 23:22:43','2021-02-17 15:22:43'),(106188,38307,'action started via WP Cron','2021-02-17 23:23:44','2021-02-17 15:23:44'),(106189,38307,'action complete via WP Cron','2021-02-17 23:23:44','2021-02-17 15:23:44'),(106190,38308,'action created','2021-02-17 23:23:44','2021-02-17 15:23:44'),(106191,38308,'action started via WP Cron','2021-02-17 23:31:28','2021-02-17 15:31:28'),(106192,38308,'action complete via WP Cron','2021-02-17 23:31:28','2021-02-17 15:31:28'),(106193,38309,'action created','2021-02-17 23:31:28','2021-02-17 15:31:28'),(106194,38309,'action started via WP Cron','2021-02-17 23:39:02','2021-02-17 15:39:02'),(106195,38309,'action complete via WP Cron','2021-02-17 23:39:02','2021-02-17 15:39:02'),(106196,38310,'action created','2021-02-17 23:39:02','2021-02-17 15:39:02'),(106197,38310,'action started via WP Cron','2021-02-17 23:39:56','2021-02-17 15:39:56'),(106198,38310,'action complete via WP Cron','2021-02-17 23:39:56','2021-02-17 15:39:56'),(106199,38311,'action created','2021-02-17 23:39:56','2021-02-17 15:39:56'),(106200,38311,'action started via WP Cron','2021-02-17 23:40:57','2021-02-17 15:40:57'),(106201,38311,'action complete via WP Cron','2021-02-17 23:40:57','2021-02-17 15:40:57'),(106202,38312,'action created','2021-02-17 23:40:57','2021-02-17 15:40:57'),(106203,38312,'action started via WP Cron','2021-02-17 23:42:59','2021-02-17 15:42:59'),(106204,38312,'action complete via WP Cron','2021-02-17 23:42:59','2021-02-17 15:42:59'),(106205,38313,'action created','2021-02-17 23:42:59','2021-02-17 15:42:59'),(106206,38313,'action started via WP Cron','2021-02-17 23:44:00','2021-02-17 15:44:00'),(106207,38313,'action complete via WP Cron','2021-02-17 23:44:00','2021-02-17 15:44:00'),(106208,38314,'action created','2021-02-17 23:44:01','2021-02-17 15:44:01'),(106209,38314,'action started via WP Cron','2021-02-17 23:51:22','2021-02-17 15:51:22'),(106210,38314,'action complete via WP Cron','2021-02-17 23:51:22','2021-02-17 15:51:22'),(106211,38315,'action created','2021-02-17 23:51:23','2021-02-17 15:51:23'),(106212,38315,'action started via WP Cron','2021-02-17 23:54:56','2021-02-17 15:54:56'),(106213,38315,'action complete via WP Cron','2021-02-17 23:54:56','2021-02-17 15:54:56'),(106214,38316,'action created','2021-02-17 23:54:56','2021-02-17 15:54:56'),(106215,38316,'action started via WP Cron','2021-02-17 23:55:50','2021-02-17 15:55:50'),(106216,38316,'action complete via WP Cron','2021-02-17 23:55:50','2021-02-17 15:55:50'),(106217,38317,'action created','2021-02-17 23:55:50','2021-02-17 15:55:50'),(106218,38317,'action started via WP Cron','2021-02-17 23:56:52','2021-02-17 15:56:52'),(106219,38317,'action complete via WP Cron','2021-02-17 23:56:52','2021-02-17 15:56:52'),(106220,38318,'action created','2021-02-17 23:56:52','2021-02-17 15:56:52'),(106221,38318,'action started via WP Cron','2021-02-17 23:57:52','2021-02-17 15:57:52'),(106222,38318,'action complete via WP Cron','2021-02-17 23:57:52','2021-02-17 15:57:52'),(106223,38319,'action created','2021-02-17 23:57:52','2021-02-17 15:57:52'),(106224,38319,'action started via WP Cron','2021-02-17 23:58:53','2021-02-17 15:58:53'),(106225,38319,'action complete via WP Cron','2021-02-17 23:58:53','2021-02-17 15:58:53'),(106226,38320,'action created','2021-02-17 23:58:53','2021-02-17 15:58:53'),(106227,38320,'action started via WP Cron','2021-02-17 23:59:54','2021-02-17 15:59:54'),(106228,38320,'action complete via WP Cron','2021-02-17 23:59:54','2021-02-17 15:59:54'),(106229,38321,'action created','2021-02-17 23:59:54','2021-02-17 15:59:54'),(106230,38321,'action started via WP Cron','2021-02-18 00:02:26','2021-02-17 16:02:26'),(106231,38321,'action complete via WP Cron','2021-02-18 00:02:26','2021-02-17 16:02:26'),(106232,38322,'action created','2021-02-18 00:02:26','2021-02-17 16:02:26'),(106233,38322,'action started via WP Cron','2021-02-18 00:07:57','2021-02-17 16:07:57'),(106234,38322,'action complete via WP Cron','2021-02-18 00:07:57','2021-02-17 16:07:57'),(106235,38323,'action created','2021-02-18 00:07:57','2021-02-17 16:07:57'),(106236,38323,'action started via WP Cron','2021-02-18 00:11:35','2021-02-17 16:11:35'),(106237,38323,'action complete via WP Cron','2021-02-18 00:11:35','2021-02-17 16:11:35'),(106238,38324,'action created','2021-02-18 00:11:35','2021-02-17 16:11:35'),(106239,38324,'action started via WP Cron','2021-02-18 00:17:10','2021-02-17 16:17:10'),(106240,38324,'action complete via WP Cron','2021-02-18 00:17:10','2021-02-17 16:17:10'),(106241,38325,'action created','2021-02-18 00:17:58','2021-02-17 16:17:58'),(106242,38325,'action started via WP Cron','2021-02-18 00:18:59','2021-02-17 16:18:59'),(106243,38325,'action complete via WP Cron','2021-02-18 00:18:59','2021-02-17 16:18:59'),(106244,38326,'action created','2021-02-18 00:18:59','2021-02-17 16:18:59'),(106245,38326,'action started via WP Cron','2021-02-18 00:20:50','2021-02-17 16:20:50'),(106246,38326,'action complete via WP Cron','2021-02-18 00:20:50','2021-02-17 16:20:50'),(106247,38327,'action created','2021-02-18 00:20:51','2021-02-17 16:20:51'),(106248,38327,'action started via WP Cron','2021-02-18 00:22:02','2021-02-17 16:22:02'),(106249,38327,'action complete via WP Cron','2021-02-18 00:22:02','2021-02-17 16:22:02'),(106250,38328,'action created','2021-02-18 00:22:02','2021-02-17 16:22:02'),(106251,38328,'action started via WP Cron','2021-02-18 00:23:03','2021-02-17 16:23:03'),(106252,38328,'action complete via WP Cron','2021-02-18 00:23:03','2021-02-17 16:23:03'),(106253,38329,'action created','2021-02-18 00:23:03','2021-02-17 16:23:03'),(106254,38329,'action started via WP Cron','2021-02-18 00:24:44','2021-02-17 16:24:44'),(106255,38329,'action complete via WP Cron','2021-02-18 00:24:44','2021-02-17 16:24:44'),(106256,38330,'action created','2021-02-18 00:24:44','2021-02-17 16:24:44'),(106257,38330,'action started via WP Cron','2021-02-18 00:25:45','2021-02-17 16:25:45'),(106258,38330,'action complete via WP Cron','2021-02-18 00:25:45','2021-02-17 16:25:45'),(106259,38331,'action created','2021-02-18 00:25:45','2021-02-17 16:25:45'),(106260,38331,'action started via WP Cron','2021-02-18 00:26:46','2021-02-17 16:26:46'),(106261,38331,'action complete via WP Cron','2021-02-18 00:26:46','2021-02-17 16:26:46'),(106262,38332,'action created','2021-02-18 00:26:46','2021-02-17 16:26:46'),(106263,38332,'action started via WP Cron','2021-02-18 00:39:04','2021-02-17 16:39:04'),(106264,38332,'action complete via WP Cron','2021-02-18 00:39:04','2021-02-17 16:39:04'),(106265,38333,'action created','2021-02-18 00:39:04','2021-02-17 16:39:04'),(106266,38333,'action started via WP Cron','2021-02-18 00:40:13','2021-02-17 16:40:13'),(106267,38333,'action complete via WP Cron','2021-02-18 00:40:13','2021-02-17 16:40:13'),(106268,38334,'action created','2021-02-18 00:40:13','2021-02-17 16:40:13'),(106269,38334,'action started via WP Cron','2021-02-18 00:41:14','2021-02-17 16:41:14'),(106270,38334,'action complete via WP Cron','2021-02-18 00:41:14','2021-02-17 16:41:14'),(106271,38335,'action created','2021-02-18 00:41:14','2021-02-17 16:41:14'),(106272,38335,'action started via WP Cron','2021-02-18 00:43:16','2021-02-17 16:43:16'),(106273,38335,'action complete via WP Cron','2021-02-18 00:43:16','2021-02-17 16:43:16'),(106274,38336,'action created','2021-02-18 00:43:16','2021-02-17 16:43:16'),(106275,38336,'action started via WP Cron','2021-02-18 00:44:17','2021-02-17 16:44:17'),(106276,38336,'action complete via WP Cron','2021-02-18 00:44:17','2021-02-17 16:44:17'),(106277,38337,'action created','2021-02-18 00:44:17','2021-02-17 16:44:17'),(106278,38337,'action started via WP Cron','2021-02-18 00:45:00','2021-02-17 16:45:00'),(106279,38337,'action complete via WP Cron','2021-02-18 00:45:00','2021-02-17 16:45:00'),(106280,38338,'action created','2021-02-18 00:45:00','2021-02-17 16:45:00'),(106281,38338,'action started via WP Cron','2021-02-18 00:46:01','2021-02-17 16:46:01'),(106282,38338,'action complete via WP Cron','2021-02-18 00:46:01','2021-02-17 16:46:01'),(106283,38339,'action created','2021-02-18 00:46:01','2021-02-17 16:46:01'),(106284,38339,'action started via WP Cron','2021-02-18 00:46:54','2021-02-17 16:46:54'),(106285,38339,'action complete via WP Cron','2021-02-18 00:46:54','2021-02-17 16:46:54'),(106286,38340,'action created','2021-02-18 00:46:55','2021-02-17 16:46:55'),(106287,38340,'action started via WP Cron','2021-02-18 00:51:55','2021-02-17 16:51:55'),(106288,38340,'action complete via WP Cron','2021-02-18 00:51:55','2021-02-17 16:51:55'),(106289,38341,'action created','2021-02-18 00:51:55','2021-02-17 16:51:55'),(106290,38341,'action started via WP Cron','2021-02-18 01:16:36','2021-02-17 17:16:36'),(106291,38341,'action complete via WP Cron','2021-02-18 01:16:36','2021-02-17 17:16:36'),(106292,38342,'action created','2021-02-18 01:16:36','2021-02-17 17:16:36'),(106293,38342,'action started via WP Cron','2021-02-18 01:16:59','2021-02-17 17:16:59'),(106294,38342,'action complete via WP Cron','2021-02-18 01:16:59','2021-02-17 17:16:59'),(106295,38343,'action created','2021-02-18 01:16:59','2021-02-17 17:16:59'),(106296,38343,'action started via WP Cron','2021-02-18 01:18:37','2021-02-17 17:18:37'),(106297,38343,'action complete via WP Cron','2021-02-18 01:18:37','2021-02-17 17:18:37'),(106298,38344,'action created','2021-02-18 01:18:37','2021-02-17 17:18:37'),(106299,38344,'action started via WP Cron','2021-02-18 01:20:39','2021-02-17 17:20:39'),(106300,38344,'action complete via WP Cron','2021-02-18 01:20:39','2021-02-17 17:20:39'),(106301,38345,'action created','2021-02-18 01:20:39','2021-02-17 17:20:39'),(106302,38345,'action started via WP Cron','2021-02-18 01:21:23','2021-02-17 17:21:23'),(106303,38345,'action complete via WP Cron','2021-02-18 01:21:23','2021-02-17 17:21:23'),(106304,38346,'action created','2021-02-18 01:21:23','2021-02-17 17:21:23'),(106305,38346,'action started via WP Cron','2021-02-18 01:22:36','2021-02-17 17:22:36'),(106306,38346,'action complete via WP Cron','2021-02-18 01:22:36','2021-02-17 17:22:36'),(106307,38347,'action created','2021-02-18 01:22:37','2021-02-17 17:22:37'),(106308,38347,'action started via WP Cron','2021-02-18 01:27:46','2021-02-17 17:27:46'),(106309,38347,'action complete via WP Cron','2021-02-18 01:27:46','2021-02-17 17:27:46'),(106310,38348,'action created','2021-02-18 01:27:46','2021-02-17 17:27:46'),(106311,38348,'action started via WP Cron','2021-02-18 01:28:47','2021-02-17 17:28:47'),(106312,38348,'action complete via WP Cron','2021-02-18 01:28:47','2021-02-17 17:28:47'),(106313,38349,'action created','2021-02-18 01:28:47','2021-02-17 17:28:47'),(106314,38349,'action started via WP Cron','2021-02-18 01:29:43','2021-02-17 17:29:43'),(106315,38349,'action complete via WP Cron','2021-02-18 01:29:43','2021-02-17 17:29:43'),(106316,38350,'action created','2021-02-18 01:29:43','2021-02-17 17:29:43'),(106317,38350,'action started via WP Cron','2021-02-18 01:30:44','2021-02-17 17:30:44'),(106318,38350,'action complete via WP Cron','2021-02-18 01:30:44','2021-02-17 17:30:44'),(106319,38351,'action created','2021-02-18 01:30:44','2021-02-17 17:30:44'),(106320,38351,'action started via WP Cron','2021-02-18 01:31:41','2021-02-17 17:31:41'),(106321,38351,'action complete via WP Cron','2021-02-18 01:31:41','2021-02-17 17:31:41'),(106322,38352,'action created','2021-02-18 01:31:41','2021-02-17 17:31:41'),(106323,38352,'action started via WP Cron','2021-02-18 01:32:43','2021-02-17 17:32:43'),(106324,38352,'action complete via WP Cron','2021-02-18 01:32:43','2021-02-17 17:32:43'),(106325,38353,'action created','2021-02-18 01:32:44','2021-02-17 17:32:44'),(106326,38353,'action started via WP Cron','2021-02-18 01:33:47','2021-02-17 17:33:47'),(106327,38353,'action complete via WP Cron','2021-02-18 01:33:47','2021-02-17 17:33:47'),(106328,38354,'action created','2021-02-18 01:33:47','2021-02-17 17:33:47'),(106329,38354,'action started via WP Cron','2021-02-18 01:34:48','2021-02-17 17:34:48'),(106330,38354,'action complete via WP Cron','2021-02-18 01:34:48','2021-02-17 17:34:48'),(106331,38355,'action created','2021-02-18 01:34:48','2021-02-17 17:34:48'),(106332,38355,'action started via WP Cron','2021-02-18 01:35:49','2021-02-17 17:35:49'),(106333,38355,'action complete via WP Cron','2021-02-18 01:35:49','2021-02-17 17:35:49'),(106334,38356,'action created','2021-02-18 01:35:49','2021-02-17 17:35:49'),(106335,38356,'action started via WP Cron','2021-02-18 01:36:41','2021-02-17 17:36:41'),(106336,38356,'action complete via WP Cron','2021-02-18 01:36:41','2021-02-17 17:36:41'),(106337,38357,'action created','2021-02-18 01:36:43','2021-02-17 17:36:43'),(106338,38357,'action started via WP Cron','2021-02-18 01:37:42','2021-02-17 17:37:42'),(106339,38357,'action complete via WP Cron','2021-02-18 01:37:42','2021-02-17 17:37:42'),(106340,38358,'action created','2021-02-18 01:37:42','2021-02-17 17:37:42'),(106341,38358,'action started via WP Cron','2021-02-18 01:38:53','2021-02-17 17:38:53'),(106342,38358,'action complete via WP Cron','2021-02-18 01:38:53','2021-02-17 17:38:53'),(106343,38359,'action created','2021-02-18 01:38:54','2021-02-17 17:38:54'),(106344,38359,'action started via WP Cron','2021-02-18 01:39:54','2021-02-17 17:39:54'),(106345,38359,'action complete via WP Cron','2021-02-18 01:39:54','2021-02-17 17:39:54'),(106346,38360,'action created','2021-02-18 01:39:54','2021-02-17 17:39:54'),(106347,38360,'action started via WP Cron','2021-02-18 01:40:55','2021-02-17 17:40:55'),(106348,38360,'action complete via WP Cron','2021-02-18 01:40:55','2021-02-17 17:40:55'),(106349,38361,'action created','2021-02-18 01:40:55','2021-02-17 17:40:55'),(106350,38361,'action started via WP Cron','2021-02-18 01:41:42','2021-02-17 17:41:42'),(106351,38361,'action complete via WP Cron','2021-02-18 01:41:42','2021-02-17 17:41:42'),(106352,38362,'action created','2021-02-18 01:41:42','2021-02-17 17:41:42'),(106353,38362,'action started via WP Cron','2021-02-18 01:42:43','2021-02-17 17:42:43'),(106354,38362,'action complete via WP Cron','2021-02-18 01:42:43','2021-02-17 17:42:43'),(106355,38363,'action created','2021-02-18 01:42:43','2021-02-17 17:42:43'),(106356,38363,'action started via WP Cron','2021-02-18 01:43:44','2021-02-17 17:43:44'),(106357,38363,'action complete via WP Cron','2021-02-18 01:43:44','2021-02-17 17:43:44'),(106358,38364,'action created','2021-02-18 01:43:44','2021-02-17 17:43:44'),(106359,38364,'action started via WP Cron','2021-02-18 01:44:51','2021-02-17 17:44:51'),(106360,38364,'action complete via WP Cron','2021-02-18 01:44:51','2021-02-17 17:44:51'),(106361,38365,'action created','2021-02-18 01:44:52','2021-02-17 17:44:52'),(106362,38365,'action started via WP Cron','2021-02-18 01:45:42','2021-02-17 17:45:42'),(106363,38365,'action complete via WP Cron','2021-02-18 01:45:42','2021-02-17 17:45:42'),(106364,38366,'action created','2021-02-18 01:45:42','2021-02-17 17:45:42'),(106365,38366,'action started via WP Cron','2021-02-18 01:47:04','2021-02-17 17:47:04'),(106366,38366,'action complete via WP Cron','2021-02-18 01:47:04','2021-02-17 17:47:04'),(106367,38367,'action created','2021-02-18 01:47:04','2021-02-17 17:47:04'),(106368,38367,'action started via WP Cron','2021-02-18 01:48:02','2021-02-17 17:48:02'),(106369,38367,'action complete via WP Cron','2021-02-18 01:48:02','2021-02-17 17:48:02'),(106370,38368,'action created','2021-02-18 01:48:02','2021-02-17 17:48:02'),(106371,38368,'action started via WP Cron','2021-02-18 01:49:03','2021-02-17 17:49:03'),(106372,38368,'action complete via WP Cron','2021-02-18 01:49:03','2021-02-17 17:49:03'),(106373,38369,'action created','2021-02-18 01:49:03','2021-02-17 17:49:03'),(106374,38369,'action started via WP Cron','2021-02-18 01:50:04','2021-02-17 17:50:04'),(106375,38369,'action complete via WP Cron','2021-02-18 01:50:04','2021-02-17 17:50:04'),(106376,38370,'action created','2021-02-18 01:50:04','2021-02-17 17:50:04'),(106377,38370,'action started via WP Cron','2021-02-18 01:51:37','2021-02-17 17:51:37'),(106378,38370,'action complete via WP Cron','2021-02-18 01:51:37','2021-02-17 17:51:37'),(106379,38371,'action created','2021-02-18 01:51:37','2021-02-17 17:51:37'),(106380,38371,'action started via WP Cron','2021-02-18 01:58:38','2021-02-17 17:58:38'),(106381,38371,'action complete via WP Cron','2021-02-18 01:58:38','2021-02-17 17:58:38'),(106382,38372,'action created','2021-02-18 01:58:38','2021-02-17 17:58:38'),(106383,38372,'action started via WP Cron','2021-02-18 02:01:08','2021-02-17 18:01:08'),(106384,38372,'action complete via WP Cron','2021-02-18 02:01:08','2021-02-17 18:01:08'),(106385,38373,'action created','2021-02-18 02:01:08','2021-02-17 18:01:08'),(106386,38373,'action started via WP Cron','2021-02-18 02:13:19','2021-02-17 18:13:19'),(106387,38373,'action complete via WP Cron','2021-02-18 02:13:19','2021-02-17 18:13:19'),(106388,38374,'action created','2021-02-18 02:13:19','2021-02-17 18:13:19'),(106389,38374,'action started via WP Cron','2021-02-18 02:23:41','2021-02-17 18:23:41'),(106390,38374,'action complete via WP Cron','2021-02-18 02:23:41','2021-02-17 18:23:41'),(106391,38375,'action created','2021-02-18 02:23:41','2021-02-17 18:23:41'),(106392,38375,'action started via WP Cron','2021-02-18 02:24:42','2021-02-17 18:24:42'),(106393,38375,'action complete via WP Cron','2021-02-18 02:24:42','2021-02-17 18:24:42'),(106394,38376,'action created','2021-02-18 02:24:42','2021-02-17 18:24:42'),(106395,38376,'action started via WP Cron','2021-02-18 02:25:43','2021-02-17 18:25:43'),(106396,38376,'action complete via WP Cron','2021-02-18 02:25:43','2021-02-17 18:25:43'),(106397,38377,'action created','2021-02-18 02:25:43','2021-02-17 18:25:43'),(106398,38377,'action started via WP Cron','2021-02-18 02:27:40','2021-02-17 18:27:40'),(106399,38377,'action complete via WP Cron','2021-02-18 02:27:40','2021-02-17 18:27:40'),(106400,38378,'action created','2021-02-18 02:27:40','2021-02-17 18:27:40'),(106401,38378,'action started via WP Cron','2021-02-18 02:28:46','2021-02-17 18:28:46'),(106402,38378,'action complete via WP Cron','2021-02-18 02:28:46','2021-02-17 18:28:46'),(106403,38379,'action created','2021-02-18 02:28:46','2021-02-17 18:28:46'),(106404,38379,'action started via WP Cron','2021-02-18 02:32:53','2021-02-17 18:32:53'),(106405,38379,'action complete via WP Cron','2021-02-18 02:32:53','2021-02-17 18:32:53'),(106406,38380,'action created','2021-02-18 02:32:53','2021-02-17 18:32:53'),(106407,38380,'action started via WP Cron','2021-02-18 02:33:51','2021-02-17 18:33:51'),(106408,38380,'action complete via WP Cron','2021-02-18 02:33:51','2021-02-17 18:33:51'),(106409,38381,'action created','2021-02-18 02:33:51','2021-02-17 18:33:51'),(106410,38381,'action started via WP Cron','2021-02-18 02:34:52','2021-02-17 18:34:52'),(106411,38381,'action complete via WP Cron','2021-02-18 02:34:52','2021-02-17 18:34:52'),(106412,38382,'action created','2021-02-18 02:34:52','2021-02-17 18:34:52'),(106413,38382,'action started via WP Cron','2021-02-18 02:37:39','2021-02-17 18:37:39'),(106414,38382,'action complete via WP Cron','2021-02-18 02:37:39','2021-02-17 18:37:39'),(106415,38383,'action created','2021-02-18 02:37:39','2021-02-17 18:37:39'),(106416,38383,'action started via WP Cron','2021-02-18 02:39:48','2021-02-17 18:39:48'),(106417,38383,'action complete via WP Cron','2021-02-18 02:39:48','2021-02-17 18:39:48'),(106418,38384,'action created','2021-02-18 02:39:48','2021-02-17 18:39:48'),(106419,38384,'action started via WP Cron','2021-02-18 02:40:57','2021-02-17 18:40:57'),(106420,38384,'action complete via WP Cron','2021-02-18 02:40:57','2021-02-17 18:40:57'),(106421,38385,'action created','2021-02-18 02:40:57','2021-02-17 18:40:57'),(106422,38385,'action started via WP Cron','2021-02-18 02:48:19','2021-02-17 18:48:19'),(106423,38385,'action complete via WP Cron','2021-02-18 02:48:19','2021-02-17 18:48:19'),(106424,38386,'action created','2021-02-18 02:48:19','2021-02-17 18:48:19'),(106425,38386,'action started via WP Cron','2021-02-18 02:50:24','2021-02-17 18:50:24'),(106426,38386,'action complete via WP Cron','2021-02-18 02:50:24','2021-02-17 18:50:24'),(106427,38387,'action created','2021-02-18 02:50:25','2021-02-17 18:50:25'),(106428,38387,'action started via WP Cron','2021-02-18 02:51:22','2021-02-17 18:51:22'),(106429,38387,'action complete via WP Cron','2021-02-18 02:51:22','2021-02-17 18:51:22'),(106430,38388,'action created','2021-02-18 02:51:22','2021-02-17 18:51:22'),(106431,38388,'action started via WP Cron','2021-02-18 02:52:14','2021-02-17 18:52:14'),(106432,38388,'action complete via WP Cron','2021-02-18 02:52:14','2021-02-17 18:52:14'),(106433,38389,'action created','2021-02-18 02:52:14','2021-02-17 18:52:14'),(106434,38389,'action started via WP Cron','2021-02-18 02:52:46','2021-02-17 18:52:46'),(106435,38389,'action complete via WP Cron','2021-02-18 02:52:46','2021-02-17 18:52:46'),(106436,38390,'action created','2021-02-18 02:52:46','2021-02-17 18:52:46'),(106437,38390,'action started via WP Cron','2021-02-18 02:53:44','2021-02-17 18:53:44'),(106438,38390,'action complete via WP Cron','2021-02-18 02:53:44','2021-02-17 18:53:44'),(106439,38391,'action created','2021-02-18 02:53:44','2021-02-17 18:53:44'),(106440,38391,'action started via WP Cron','2021-02-18 02:54:41','2021-02-17 18:54:41'),(106441,38391,'action complete via WP Cron','2021-02-18 02:54:41','2021-02-17 18:54:41'),(106442,38392,'action created','2021-02-18 02:54:41','2021-02-17 18:54:41'),(106443,38392,'action started via WP Cron','2021-02-18 02:55:55','2021-02-17 18:55:55'),(106444,38392,'action complete via WP Cron','2021-02-18 02:55:55','2021-02-17 18:55:55'),(106445,38393,'action created','2021-02-18 02:55:55','2021-02-17 18:55:55'),(106446,38393,'action started via WP Cron','2021-02-18 02:56:42','2021-02-17 18:56:42'),(106447,38393,'action complete via WP Cron','2021-02-18 02:56:42','2021-02-17 18:56:42'),(106448,38394,'action created','2021-02-18 02:56:42','2021-02-17 18:56:42'),(106449,38394,'action started via WP Cron','2021-02-18 02:57:58','2021-02-17 18:57:58'),(106450,38394,'action complete via WP Cron','2021-02-18 02:57:58','2021-02-17 18:57:58'),(106451,38395,'action created','2021-02-18 02:57:59','2021-02-17 18:57:59'),(106452,38395,'action started via WP Cron','2021-02-18 02:58:44','2021-02-17 18:58:44'),(106453,38395,'action complete via WP Cron','2021-02-18 02:58:44','2021-02-17 18:58:44'),(106454,38396,'action created','2021-02-18 02:58:44','2021-02-17 18:58:44'),(106455,38396,'action started via WP Cron','2021-02-18 02:59:46','2021-02-17 18:59:46'),(106456,38396,'action complete via WP Cron','2021-02-18 02:59:46','2021-02-17 18:59:46'),(106457,38397,'action created','2021-02-18 02:59:46','2021-02-17 18:59:46'),(106458,38397,'action started via WP Cron','2021-02-18 03:00:43','2021-02-17 19:00:43'),(106459,38397,'action complete via WP Cron','2021-02-18 03:00:43','2021-02-17 19:00:43'),(106460,38398,'action created','2021-02-18 03:00:43','2021-02-17 19:00:43'),(106461,38398,'action started via WP Cron','2021-02-18 03:01:46','2021-02-17 19:01:46'),(106462,38398,'action complete via WP Cron','2021-02-18 03:01:46','2021-02-17 19:01:46'),(106463,38399,'action created','2021-02-18 03:01:47','2021-02-17 19:01:47'),(106464,38399,'action started via WP Cron','2021-02-18 03:02:49','2021-02-17 19:02:49'),(106465,38399,'action complete via WP Cron','2021-02-18 03:02:49','2021-02-17 19:02:49'),(106466,38400,'action created','2021-02-18 03:02:49','2021-02-17 19:02:49'),(106467,38400,'action started via WP Cron','2021-02-18 03:03:52','2021-02-17 19:03:52'),(106468,38400,'action complete via WP Cron','2021-02-18 03:03:52','2021-02-17 19:03:52'),(106469,38401,'action created','2021-02-18 03:03:52','2021-02-17 19:03:52'),(106470,38401,'action started via WP Cron','2021-02-18 03:04:42','2021-02-17 19:04:42'),(106471,38401,'action complete via WP Cron','2021-02-18 03:04:42','2021-02-17 19:04:42'),(106472,38402,'action created','2021-02-18 03:04:42','2021-02-17 19:04:42'),(106473,38402,'action started via WP Cron','2021-02-18 03:05:44','2021-02-17 19:05:44'),(106474,38402,'action complete via WP Cron','2021-02-18 03:05:44','2021-02-17 19:05:44'),(106475,38403,'action created','2021-02-18 03:05:44','2021-02-17 19:05:44'),(106476,38403,'action started via WP Cron','2021-02-18 03:06:42','2021-02-17 19:06:42'),(106477,38403,'action complete via WP Cron','2021-02-18 03:06:42','2021-02-17 19:06:42'),(106478,38404,'action created','2021-02-18 03:06:42','2021-02-17 19:06:42'),(106479,38404,'action started via WP Cron','2021-02-18 03:09:08','2021-02-17 19:09:08'),(106480,38404,'action complete via WP Cron','2021-02-18 03:09:08','2021-02-17 19:09:08'),(106481,38405,'action created','2021-02-18 03:09:08','2021-02-17 19:09:08'),(106482,38405,'action started via WP Cron','2021-02-18 03:27:18','2021-02-17 19:27:18'),(106483,38405,'action complete via WP Cron','2021-02-18 03:27:18','2021-02-17 19:27:18'),(106484,38406,'action created','2021-02-18 03:27:18','2021-02-17 19:27:18'),(106485,38406,'action started via WP Cron','2021-02-18 03:29:46','2021-02-17 19:29:46'),(106486,38406,'action complete via WP Cron','2021-02-18 03:29:46','2021-02-17 19:29:46'),(106487,38407,'action created','2021-02-18 03:29:47','2021-02-17 19:29:47'),(106488,38407,'action started via WP Cron','2021-02-18 03:30:47','2021-02-17 19:30:47'),(106489,38407,'action complete via WP Cron','2021-02-18 03:30:47','2021-02-17 19:30:47'),(106490,38408,'action created','2021-02-18 03:30:47','2021-02-17 19:30:47'),(106491,38408,'action started via WP Cron','2021-02-18 03:32:29','2021-02-17 19:32:29'),(106492,38408,'action complete via WP Cron','2021-02-18 03:32:29','2021-02-17 19:32:29'),(106493,38409,'action created','2021-02-18 03:32:29','2021-02-17 19:32:29'),(106494,38409,'action started via WP Cron','2021-02-18 03:32:49','2021-02-17 19:32:49'),(106495,38409,'action complete via WP Cron','2021-02-18 03:32:49','2021-02-17 19:32:49'),(106496,38410,'action created','2021-02-18 03:32:49','2021-02-17 19:32:49'),(106497,38410,'action started via WP Cron','2021-02-18 03:34:33','2021-02-17 19:34:33'),(106498,38410,'action complete via WP Cron','2021-02-18 03:34:33','2021-02-17 19:34:33'),(106499,38411,'action created','2021-02-18 03:34:33','2021-02-17 19:34:33'),(106500,38411,'action started via WP Cron','2021-02-18 03:37:00','2021-02-17 19:37:00'),(106501,38411,'action complete via WP Cron','2021-02-18 03:37:00','2021-02-17 19:37:00'),(106502,38412,'action created','2021-02-18 03:37:00','2021-02-17 19:37:00'),(106503,38412,'action started via WP Cron','2021-02-18 03:38:28','2021-02-17 19:38:28'),(106504,38412,'action complete via WP Cron','2021-02-18 03:38:28','2021-02-17 19:38:28'),(106505,38413,'action created','2021-02-18 03:38:28','2021-02-17 19:38:28'),(106506,38413,'action started via WP Cron','2021-02-18 04:03:09','2021-02-17 20:03:09'),(106507,38413,'action complete via WP Cron','2021-02-18 04:03:09','2021-02-17 20:03:09'),(106508,38414,'action created','2021-02-18 04:03:10','2021-02-17 20:03:10'),(106509,38414,'action started via WP Cron','2021-02-18 04:12:15','2021-02-17 20:12:15'),(106510,38414,'action complete via WP Cron','2021-02-18 04:12:15','2021-02-17 20:12:15'),(106511,38415,'action created','2021-02-18 04:20:52','2021-02-17 20:20:52'),(106512,38415,'action started via WP Cron','2021-02-18 04:21:48','2021-02-17 20:21:48'),(106513,38415,'action complete via WP Cron','2021-02-18 04:21:48','2021-02-17 20:21:48'),(106514,38416,'action created','2021-02-18 04:21:48','2021-02-17 20:21:48'),(106515,38416,'action started via WP Cron','2021-02-18 04:23:01','2021-02-17 20:23:01'),(106516,38416,'action complete via WP Cron','2021-02-18 04:23:01','2021-02-17 20:23:01'),(106517,38417,'action created','2021-02-18 04:23:01','2021-02-17 20:23:01'),(106518,38417,'action started via WP Cron','2021-02-18 04:23:59','2021-02-17 20:23:59'),(106519,38417,'action complete via WP Cron','2021-02-18 04:23:59','2021-02-17 20:23:59'),(106520,38418,'action created','2021-02-18 04:23:59','2021-02-17 20:23:59'),(106521,38418,'action started via WP Cron','2021-02-18 04:24:44','2021-02-17 20:24:44'),(106522,38418,'action complete via WP Cron','2021-02-18 04:24:44','2021-02-17 20:24:44'),(106523,38419,'action created','2021-02-18 04:24:44','2021-02-17 20:24:44'),(106524,38419,'action started via WP Cron','2021-02-18 04:25:50','2021-02-17 20:25:50'),(106525,38419,'action complete via WP Cron','2021-02-18 04:25:50','2021-02-17 20:25:50'),(106526,38420,'action created','2021-02-18 04:25:50','2021-02-17 20:25:50'),(106527,38420,'action started via WP Cron','2021-02-18 04:26:50','2021-02-17 20:26:50'),(106528,38420,'action complete via WP Cron','2021-02-18 04:26:50','2021-02-17 20:26:50'),(106529,38421,'action created','2021-02-18 04:26:50','2021-02-17 20:26:50'),(106530,38421,'action started via WP Cron','2021-02-18 04:27:41','2021-02-17 20:27:41'),(106531,38421,'action complete via WP Cron','2021-02-18 04:27:41','2021-02-17 20:27:41'),(106532,38422,'action created','2021-02-18 04:27:41','2021-02-17 20:27:41'),(106533,38422,'action started via WP Cron','2021-02-18 04:29:01','2021-02-17 20:29:01'),(106534,38422,'action complete via WP Cron','2021-02-18 04:29:01','2021-02-17 20:29:01'),(106535,38423,'action created','2021-02-18 04:29:01','2021-02-17 20:29:01'),(106536,38423,'action started via WP Cron','2021-02-18 04:29:49','2021-02-17 20:29:49'),(106537,38423,'action complete via WP Cron','2021-02-18 04:29:49','2021-02-17 20:29:49'),(106538,38424,'action created','2021-02-18 04:29:49','2021-02-17 20:29:49'),(106539,38424,'action started via WP Cron','2021-02-18 04:30:58','2021-02-17 20:30:58'),(106540,38424,'action complete via WP Cron','2021-02-18 04:30:58','2021-02-17 20:30:58'),(106541,38425,'action created','2021-02-18 04:30:58','2021-02-17 20:30:58'),(106542,38425,'action started via WP Cron','2021-02-18 04:31:46','2021-02-17 20:31:46'),(106543,38425,'action complete via WP Cron','2021-02-18 04:31:46','2021-02-17 20:31:46'),(106544,38426,'action created','2021-02-18 04:31:46','2021-02-17 20:31:46'),(106545,38426,'action started via WP Cron','2021-02-18 04:32:53','2021-02-17 20:32:53'),(106546,38426,'action complete via WP Cron','2021-02-18 04:32:53','2021-02-17 20:32:53'),(106547,38427,'action created','2021-02-18 04:32:53','2021-02-17 20:32:53'),(106548,38427,'action started via WP Cron','2021-02-18 04:33:43','2021-02-17 20:33:43'),(106549,38427,'action complete via WP Cron','2021-02-18 04:33:43','2021-02-17 20:33:43'),(106550,38428,'action created','2021-02-18 04:33:44','2021-02-17 20:33:44'),(106551,38428,'action started via WP Cron','2021-02-18 04:34:43','2021-02-17 20:34:43'),(106552,38428,'action complete via WP Cron','2021-02-18 04:34:43','2021-02-17 20:34:43'),(106553,38429,'action created','2021-02-18 04:34:43','2021-02-17 20:34:43'),(106554,38429,'action started via WP Cron','2021-02-18 04:35:47','2021-02-17 20:35:47'),(106555,38429,'action complete via WP Cron','2021-02-18 04:35:47','2021-02-17 20:35:47'),(106556,38430,'action created','2021-02-18 04:35:47','2021-02-17 20:35:47'),(106557,38430,'action started via WP Cron','2021-02-18 04:37:02','2021-02-17 20:37:02'),(106558,38430,'action complete via WP Cron','2021-02-18 04:37:02','2021-02-17 20:37:02'),(106559,38431,'action created','2021-02-18 04:37:02','2021-02-17 20:37:02'),(106560,38431,'action started via WP Cron','2021-02-18 04:37:50','2021-02-17 20:37:50'),(106561,38431,'action complete via WP Cron','2021-02-18 04:37:50','2021-02-17 20:37:50'),(106562,38432,'action created','2021-02-18 04:37:50','2021-02-17 20:37:50'),(106563,38432,'action started via WP Cron','2021-02-18 04:38:48','2021-02-17 20:38:48'),(106564,38432,'action complete via WP Cron','2021-02-18 04:38:48','2021-02-17 20:38:48'),(106565,38433,'action created','2021-02-18 04:38:48','2021-02-17 20:38:48'),(106566,38433,'action started via WP Cron','2021-02-18 04:39:51','2021-02-17 20:39:51'),(106567,38433,'action complete via WP Cron','2021-02-18 04:39:51','2021-02-17 20:39:51'),(106568,38434,'action created','2021-02-18 04:39:52','2021-02-17 20:39:52'),(106569,38434,'action started via WP Cron','2021-02-18 04:40:50','2021-02-17 20:40:50'),(106570,38434,'action complete via WP Cron','2021-02-18 04:40:50','2021-02-17 20:40:50'),(106571,38435,'action created','2021-02-18 04:40:50','2021-02-17 20:40:50'),(106572,38435,'action started via WP Cron','2021-02-18 04:41:45','2021-02-17 20:41:45'),(106573,38435,'action complete via WP Cron','2021-02-18 04:41:45','2021-02-17 20:41:45'),(106574,38436,'action created','2021-02-18 04:41:45','2021-02-17 20:41:45'),(106575,38436,'action started via WP Cron','2021-02-18 04:42:46','2021-02-17 20:42:46'),(106576,38436,'action complete via WP Cron','2021-02-18 04:42:46','2021-02-17 20:42:46'),(106577,38437,'action created','2021-02-18 04:42:46','2021-02-17 20:42:46'),(106578,38437,'action started via WP Cron','2021-02-18 04:43:46','2021-02-17 20:43:46'),(106579,38437,'action complete via WP Cron','2021-02-18 04:43:46','2021-02-17 20:43:46'),(106580,38438,'action created','2021-02-18 04:43:46','2021-02-17 20:43:46'),(106581,38438,'action started via WP Cron','2021-02-18 04:45:06','2021-02-17 20:45:06'),(106582,38438,'action complete via WP Cron','2021-02-18 04:45:06','2021-02-17 20:45:06'),(106583,38439,'action created','2021-02-18 04:45:06','2021-02-17 20:45:06'),(106584,38439,'action started via WP Cron','2021-02-18 04:45:52','2021-02-17 20:45:52'),(106585,38439,'action complete via WP Cron','2021-02-18 04:45:52','2021-02-17 20:45:52'),(106586,38440,'action created','2021-02-18 04:45:52','2021-02-17 20:45:52'),(106587,38440,'action started via WP Cron','2021-02-18 04:47:01','2021-02-17 20:47:01'),(106588,38440,'action complete via WP Cron','2021-02-18 04:47:01','2021-02-17 20:47:01'),(106589,38441,'action created','2021-02-18 04:47:01','2021-02-17 20:47:01'),(106590,38441,'action started via WP Cron','2021-02-18 04:47:44','2021-02-17 20:47:44'),(106591,38441,'action complete via WP Cron','2021-02-18 04:47:44','2021-02-17 20:47:44'),(106592,38442,'action created','2021-02-18 04:47:44','2021-02-17 20:47:44'),(106593,38442,'action started via WP Cron','2021-02-18 04:48:59','2021-02-17 20:48:59'),(106594,38442,'action complete via WP Cron','2021-02-18 04:48:59','2021-02-17 20:48:59'),(106595,38443,'action created','2021-02-18 04:48:59','2021-02-17 20:48:59'),(106596,38443,'action started via WP Cron','2021-02-18 04:50:06','2021-02-17 20:50:06'),(106597,38443,'action complete via WP Cron','2021-02-18 04:50:06','2021-02-17 20:50:06'),(106598,38444,'action created','2021-02-18 04:50:06','2021-02-17 20:50:06'),(106599,38444,'action started via WP Cron','2021-02-18 04:50:55','2021-02-17 20:50:55'),(106600,38444,'action complete via WP Cron','2021-02-18 04:50:55','2021-02-17 20:50:55'),(106601,38445,'action created','2021-02-18 04:50:56','2021-02-17 20:50:56'),(106602,38445,'action started via WP Cron','2021-02-18 04:51:44','2021-02-17 20:51:44'),(106603,38445,'action complete via WP Cron','2021-02-18 04:51:44','2021-02-17 20:51:44'),(106604,38446,'action created','2021-02-18 04:51:44','2021-02-17 20:51:44'),(106605,38446,'action started via WP Cron','2021-02-18 04:52:46','2021-02-17 20:52:46'),(106606,38446,'action complete via WP Cron','2021-02-18 04:52:46','2021-02-17 20:52:46'),(106607,38447,'action created','2021-02-18 04:52:46','2021-02-17 20:52:46'),(106608,38447,'action started via WP Cron','2021-02-18 04:53:47','2021-02-17 20:53:47'),(106609,38447,'action complete via WP Cron','2021-02-18 04:53:47','2021-02-17 20:53:47'),(106610,38448,'action created','2021-02-18 04:53:47','2021-02-17 20:53:47'),(106611,38448,'action started via WP Cron','2021-02-18 04:54:46','2021-02-17 20:54:46'),(106612,38448,'action complete via WP Cron','2021-02-18 04:54:46','2021-02-17 20:54:46'),(106613,38449,'action created','2021-02-18 04:54:46','2021-02-17 20:54:46'),(106614,38449,'action started via WP Cron','2021-02-18 04:55:50','2021-02-17 20:55:50'),(106615,38449,'action complete via WP Cron','2021-02-18 04:55:50','2021-02-17 20:55:50'),(106616,38450,'action created','2021-02-18 04:55:50','2021-02-17 20:55:50'),(106617,37816,'action started via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106618,37816,'action complete via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106619,38451,'action created','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106620,37815,'action started via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106621,37815,'action complete via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106622,38452,'action created','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106623,38450,'action started via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106624,38450,'action complete via WP Cron','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106625,38453,'action created','2021-02-18 04:57:42','2021-02-17 20:57:42'),(106632,38455,'action started via WP Cron','2021-02-18 05:27:49','2021-02-17 21:27:49'),(106633,38455,'action complete via WP Cron','2021-02-18 05:27:49','2021-02-17 21:27:49'),(106634,38456,'action created','2021-02-18 05:27:49','2021-02-17 21:27:49'),(106635,38456,'action started via WP Cron','2021-02-18 05:29:59','2021-02-17 21:29:59'),(106636,38456,'action complete via WP Cron','2021-02-18 05:29:59','2021-02-17 21:29:59'),(106637,38457,'action created','2021-02-18 05:29:59','2021-02-17 21:29:59'),(106638,38457,'action started via WP Cron','2021-02-18 05:32:01','2021-02-17 21:32:01'),(106639,38457,'action complete via WP Cron','2021-02-18 05:32:01','2021-02-17 21:32:01'),(106640,38458,'action created','2021-02-18 05:32:01','2021-02-17 21:32:01'),(106641,38458,'action started via WP Cron','2021-02-18 05:34:58','2021-02-17 21:34:58'),(106642,38458,'action complete via WP Cron','2021-02-18 05:34:58','2021-02-17 21:34:58'),(106643,38459,'action created','2021-02-18 05:40:58','2021-02-17 21:40:58'),(106644,38459,'action started via WP Cron','2021-02-18 05:42:24','2021-02-17 21:42:24'),(106645,38459,'action complete via WP Cron','2021-02-18 05:42:24','2021-02-17 21:42:24'),(106646,38460,'action created','2021-02-18 05:42:24','2021-02-17 21:42:24'),(106647,38460,'action started via WP Cron','2021-02-18 05:44:25','2021-02-17 21:44:25'),(106648,38460,'action complete via WP Cron','2021-02-18 05:44:25','2021-02-17 21:44:25'),(106649,38461,'action created','2021-02-18 05:44:25','2021-02-17 21:44:25'),(106650,38461,'action started via WP Cron','2021-02-18 05:44:41','2021-02-17 21:44:41'),(106651,38461,'action complete via WP Cron','2021-02-18 05:44:41','2021-02-17 21:44:41'),(106652,38462,'action created','2021-02-18 05:44:41','2021-02-17 21:44:41'),(106653,38462,'action started via WP Cron','2021-02-18 05:46:27','2021-02-17 21:46:27'),(106654,38462,'action complete via WP Cron','2021-02-18 05:46:27','2021-02-17 21:46:27'),(106655,38463,'action created','2021-02-18 05:46:27','2021-02-17 21:46:27'),(106656,38463,'action started via WP Cron','2021-02-18 05:55:52','2021-02-17 21:55:52'),(106657,38463,'action complete via WP Cron','2021-02-18 05:55:52','2021-02-17 21:55:52'),(106658,38464,'action created','2021-02-18 05:55:52','2021-02-17 21:55:52'),(106659,38464,'action started via WP Cron','2021-02-18 05:56:41','2021-02-17 21:56:41'),(106660,38464,'action complete via WP Cron','2021-02-18 05:56:41','2021-02-17 21:56:41'),(106661,38465,'action created','2021-02-18 05:56:42','2021-02-17 21:56:42'),(106662,38465,'action started via WP Cron','2021-02-18 06:17:18','2021-02-17 22:17:18'),(106663,38465,'action complete via WP Cron','2021-02-18 06:17:18','2021-02-17 22:17:18'),(106664,38466,'action created','2021-02-18 06:17:18','2021-02-17 22:17:18'),(106665,38466,'action started via WP Cron','2021-02-18 06:18:26','2021-02-17 22:18:26'),(106666,38466,'action complete via WP Cron','2021-02-18 06:18:26','2021-02-17 22:18:26'),(106667,38467,'action created','2021-02-18 06:18:26','2021-02-17 22:18:26'),(106668,38467,'action started via WP Cron','2021-02-18 06:19:27','2021-02-17 22:19:27'),(106669,38467,'action complete via WP Cron','2021-02-18 06:19:27','2021-02-17 22:19:27'),(106670,38468,'action created','2021-02-18 06:19:27','2021-02-17 22:19:27'),(106671,38468,'action started via WP Cron','2021-02-18 06:19:49','2021-02-17 22:19:49'),(106672,38468,'action complete via WP Cron','2021-02-18 06:19:49','2021-02-17 22:19:49'),(106673,38469,'action created','2021-02-18 06:19:49','2021-02-17 22:19:49'),(106674,38469,'action started via WP Cron','2021-02-18 06:21:29','2021-02-17 22:21:29'),(106675,38469,'action complete via WP Cron','2021-02-18 06:21:29','2021-02-17 22:21:29'),(106676,38470,'action created','2021-02-18 06:21:29','2021-02-17 22:21:29'),(106677,38470,'action started via WP Cron','2021-02-18 06:21:55','2021-02-17 22:21:55'),(106678,38470,'action complete via WP Cron','2021-02-18 06:21:55','2021-02-17 22:21:55'),(106679,38471,'action created','2021-02-18 06:21:55','2021-02-17 22:21:55'),(106680,38471,'action started via WP Cron','2021-02-18 06:23:00','2021-02-17 22:23:00'),(106681,38471,'action complete via WP Cron','2021-02-18 06:23:00','2021-02-17 22:23:00'),(106682,38472,'action created','2021-02-18 06:23:01','2021-02-17 22:23:01'),(106683,38472,'action started via WP Cron','2021-02-18 06:24:01','2021-02-17 22:24:01'),(106684,38472,'action complete via WP Cron','2021-02-18 06:24:01','2021-02-17 22:24:01'),(106685,38473,'action created','2021-02-18 06:24:01','2021-02-17 22:24:01'),(106686,38473,'action started via WP Cron','2021-02-18 06:25:32','2021-02-17 22:25:32'),(106687,38473,'action complete via WP Cron','2021-02-18 06:25:32','2021-02-17 22:25:32'),(106688,38474,'action created','2021-02-18 06:25:32','2021-02-17 22:25:32'),(106689,38474,'action started via WP Cron','2021-02-18 06:26:39','2021-02-17 22:26:39'),(106690,38474,'action complete via WP Cron','2021-02-18 06:26:39','2021-02-17 22:26:39'),(106691,38475,'action created','2021-02-18 06:26:39','2021-02-17 22:26:39'),(106692,38475,'action started via WP Cron','2021-02-18 06:27:40','2021-02-17 22:27:40'),(106693,38475,'action complete via WP Cron','2021-02-18 06:27:40','2021-02-17 22:27:40'),(106694,38476,'action created','2021-02-18 06:27:40','2021-02-17 22:27:40'),(106695,38476,'action started via WP Cron','2021-02-18 06:34:30','2021-02-17 22:34:30'),(106696,38476,'action complete via WP Cron','2021-02-18 06:34:30','2021-02-17 22:34:30'),(106697,38477,'action created','2021-02-18 06:34:30','2021-02-17 22:34:30'),(106698,38477,'action started via WP Cron','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106699,38477,'action complete via WP Cron','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106700,37847,'action started via WP Cron','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106701,37847,'action complete via WP Cron','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106702,38478,'action created','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106703,38479,'action created','2021-02-18 07:01:17','2021-02-17 23:01:17'),(106704,38479,'action started via WP Cron','2021-02-18 07:06:07','2021-02-17 23:06:07'),(106705,38479,'action complete via WP Cron','2021-02-18 07:06:07','2021-02-17 23:06:07'),(106706,38480,'action created','2021-02-18 07:06:07','2021-02-17 23:06:07'),(106707,38480,'action started via WP Cron','2021-02-18 07:07:16','2021-02-17 23:07:16'),(106708,38480,'action complete via WP Cron','2021-02-18 07:07:16','2021-02-17 23:07:16'),(106709,38481,'action created','2021-02-18 07:07:16','2021-02-17 23:07:16'),(106710,38481,'action started via WP Cron','2021-02-18 07:08:17','2021-02-17 23:08:17'),(106711,38481,'action complete via WP Cron','2021-02-18 07:08:17','2021-02-17 23:08:17'),(106712,38482,'action created','2021-02-18 07:08:17','2021-02-17 23:08:17'),(106713,38482,'action started via WP Cron','2021-02-18 07:09:14','2021-02-17 23:09:14'),(106714,38482,'action complete via WP Cron','2021-02-18 07:09:14','2021-02-17 23:09:14'),(106715,38483,'action created','2021-02-18 07:09:14','2021-02-17 23:09:14'),(106716,38483,'action started via WP Cron','2021-02-18 07:10:05','2021-02-17 23:10:05'),(106717,38483,'action complete via WP Cron','2021-02-18 07:10:05','2021-02-17 23:10:05'),(106718,38484,'action created','2021-02-18 07:10:05','2021-02-17 23:10:05'),(106719,38484,'action started via WP Cron','2021-02-18 07:11:20','2021-02-17 23:11:20'),(106720,38484,'action complete via WP Cron','2021-02-18 07:11:20','2021-02-17 23:11:20'),(106721,38485,'action created','2021-02-18 07:11:20','2021-02-17 23:11:20'),(106722,38485,'action started via WP Cron','2021-02-18 07:13:31','2021-02-17 23:13:31'),(106723,38485,'action complete via WP Cron','2021-02-18 07:13:31','2021-02-17 23:13:31'),(106724,38486,'action created','2021-02-18 07:13:31','2021-02-17 23:13:31'),(106725,38486,'action started via WP Cron','2021-02-18 07:17:32','2021-02-17 23:17:32'),(106726,38486,'action complete via WP Cron','2021-02-18 07:17:32','2021-02-17 23:17:32'),(106727,38487,'action created','2021-02-18 07:17:32','2021-02-17 23:17:32'),(106728,38487,'action started via WP Cron','2021-02-18 07:21:45','2021-02-17 23:21:45'),(106729,38487,'action complete via WP Cron','2021-02-18 07:21:45','2021-02-17 23:21:45'),(106730,38488,'action created','2021-02-18 07:21:45','2021-02-17 23:21:45'),(106731,38488,'action started via WP Cron','2021-02-18 07:23:14','2021-02-17 23:23:14'),(106732,38488,'action complete via WP Cron','2021-02-18 07:23:14','2021-02-17 23:23:14'),(106733,38489,'action created','2021-02-18 07:23:14','2021-02-17 23:23:14'),(106734,38489,'action started via WP Cron','2021-02-18 07:24:11','2021-02-17 23:24:11'),(106735,38489,'action complete via WP Cron','2021-02-18 07:24:11','2021-02-17 23:24:11'),(106736,38490,'action created','2021-02-18 07:24:11','2021-02-17 23:24:11'),(106737,38490,'action started via WP Cron','2021-02-18 07:25:13','2021-02-17 23:25:13'),(106738,38490,'action complete via WP Cron','2021-02-18 07:25:13','2021-02-17 23:25:13'),(106739,38491,'action created','2021-02-18 07:25:13','2021-02-17 23:25:13'),(106740,38491,'action started via WP Cron','2021-02-18 07:26:13','2021-02-17 23:26:13'),(106741,38491,'action complete via WP Cron','2021-02-18 07:26:13','2021-02-17 23:26:13'),(106742,38492,'action created','2021-02-18 07:26:13','2021-02-17 23:26:13'),(106743,38492,'action started via WP Cron','2021-02-18 07:28:38','2021-02-17 23:28:38'),(106744,38492,'action complete via WP Cron','2021-02-18 07:28:38','2021-02-17 23:28:38'),(106745,38493,'action created','2021-02-18 07:28:38','2021-02-17 23:28:38'),(106746,38493,'action started via WP Cron','2021-02-18 07:29:39','2021-02-17 23:29:39'),(106747,38493,'action complete via WP Cron','2021-02-18 07:29:39','2021-02-17 23:29:39'),(106748,38494,'action created','2021-02-18 07:29:39','2021-02-17 23:29:39'),(106749,38494,'action started via WP Cron','2021-02-18 07:30:40','2021-02-17 23:30:40'),(106750,38494,'action complete via WP Cron','2021-02-18 07:30:40','2021-02-17 23:30:40'),(106751,38495,'action created','2021-02-18 07:30:40','2021-02-17 23:30:40'),(106752,38495,'action started via WP Cron','2021-02-18 07:31:50','2021-02-17 23:31:50'),(106753,38495,'action complete via WP Cron','2021-02-18 07:31:50','2021-02-17 23:31:50'),(106754,38496,'action created','2021-02-18 07:31:50','2021-02-17 23:31:50'),(106755,38496,'action started via WP Cron','2021-02-18 07:43:33','2021-02-17 23:43:33'),(106756,38496,'action complete via WP Cron','2021-02-18 07:43:33','2021-02-17 23:43:33'),(106757,38497,'action created','2021-02-18 07:43:33','2021-02-17 23:43:33'),(106758,38497,'action started via WP Cron','2021-02-18 07:45:14','2021-02-17 23:45:14'),(106759,38497,'action complete via WP Cron','2021-02-18 07:45:14','2021-02-17 23:45:14'),(106760,38498,'action created','2021-02-18 07:45:14','2021-02-17 23:45:14'),(106761,38498,'action started via WP Cron','2021-02-18 07:47:35','2021-02-17 23:47:35'),(106762,38498,'action complete via WP Cron','2021-02-18 07:47:35','2021-02-17 23:47:35'),(106763,38499,'action created','2021-02-18 07:47:35','2021-02-17 23:47:35'),(106764,38499,'action started via WP Cron','2021-02-18 07:50:05','2021-02-17 23:50:05'),(106765,38499,'action complete via WP Cron','2021-02-18 07:50:05','2021-02-17 23:50:05'),(106766,38500,'action created','2021-02-18 07:50:05','2021-02-17 23:50:05'),(106767,38500,'action started via WP Cron','2021-02-18 07:57:14','2021-02-17 23:57:14'),(106768,38500,'action complete via WP Cron','2021-02-18 07:57:14','2021-02-17 23:57:14'),(106769,38501,'action created','2021-02-18 07:57:14','2021-02-17 23:57:14'),(106770,38501,'action started via WP Cron','2021-02-18 07:58:48','2021-02-17 23:58:48'),(106771,38501,'action complete via WP Cron','2021-02-18 07:58:48','2021-02-17 23:58:48'),(106772,38502,'action created','2021-02-18 07:58:48','2021-02-17 23:58:48'),(106773,38502,'action started via WP Cron','2021-02-18 08:03:42','2021-02-18 00:03:42'),(106774,38502,'action complete via WP Cron','2021-02-18 08:03:42','2021-02-18 00:03:42'),(106775,38503,'action created','2021-02-18 08:03:42','2021-02-18 00:03:42'),(106776,38503,'action started via WP Cron','2021-02-18 08:05:12','2021-02-18 00:05:12'),(106777,38503,'action complete via WP Cron','2021-02-18 08:05:12','2021-02-18 00:05:12'),(106778,38504,'action created','2021-02-18 08:05:13','2021-02-18 00:05:13'),(106779,38504,'action started via WP Cron','2021-02-18 08:05:46','2021-02-18 00:05:46'),(106780,38504,'action complete via WP Cron','2021-02-18 08:05:46','2021-02-18 00:05:46'),(106781,38505,'action created','2021-02-18 08:05:46','2021-02-18 00:05:46'),(106782,38505,'action started via WP Cron','2021-02-18 08:07:02','2021-02-18 00:07:02'),(106783,38505,'action complete via WP Cron','2021-02-18 08:07:02','2021-02-18 00:07:02'),(106784,38506,'action created','2021-02-18 08:07:02','2021-02-18 00:07:02'),(106785,38506,'action started via WP Cron','2021-02-18 08:07:50','2021-02-18 00:07:50'),(106786,38506,'action complete via WP Cron','2021-02-18 08:07:50','2021-02-18 00:07:50'),(106787,38507,'action created','2021-02-18 08:07:50','2021-02-18 00:07:50'),(106788,38507,'action started via WP Cron','2021-02-18 08:08:41','2021-02-18 00:08:41'),(106789,38507,'action complete via WP Cron','2021-02-18 08:08:41','2021-02-18 00:08:41'),(106790,38508,'action created','2021-02-18 08:08:41','2021-02-18 00:08:41'),(106791,38508,'action started via WP Cron','2021-02-18 08:09:57','2021-02-18 00:09:57'),(106792,38508,'action complete via WP Cron','2021-02-18 08:09:57','2021-02-18 00:09:57'),(106793,38509,'action created','2021-02-18 08:09:57','2021-02-18 00:09:57'),(106794,38509,'action started via WP Cron','2021-02-18 08:10:44','2021-02-18 00:10:44'),(106795,38509,'action complete via WP Cron','2021-02-18 08:10:44','2021-02-18 00:10:44'),(106796,38510,'action created','2021-02-18 08:10:44','2021-02-18 00:10:44'),(106797,38510,'action started via WP Cron','2021-02-18 08:11:52','2021-02-18 00:11:52'),(106798,38510,'action complete via WP Cron','2021-02-18 08:11:52','2021-02-18 00:11:52'),(106799,38511,'action created','2021-02-18 08:11:53','2021-02-18 00:11:53'),(106800,38511,'action started via WP Cron','2021-02-18 08:12:42','2021-02-18 00:12:42'),(106801,38511,'action complete via WP Cron','2021-02-18 08:12:42','2021-02-18 00:12:42'),(106802,38512,'action created','2021-02-18 08:12:42','2021-02-18 00:12:42'),(106803,38512,'action started via WP Cron','2021-02-18 08:13:57','2021-02-18 00:13:57'),(106804,38512,'action complete via WP Cron','2021-02-18 08:13:57','2021-02-18 00:13:57'),(106805,38513,'action created','2021-02-18 08:13:57','2021-02-18 00:13:57'),(106806,38513,'action started via WP Cron','2021-02-18 08:14:42','2021-02-18 00:14:42'),(106807,38513,'action complete via WP Cron','2021-02-18 08:14:42','2021-02-18 00:14:42'),(106808,38514,'action created','2021-02-18 08:14:42','2021-02-18 00:14:42'),(106809,38514,'action started via WP Cron','2021-02-18 08:15:48','2021-02-18 00:15:48'),(106810,38514,'action complete via WP Cron','2021-02-18 08:15:48','2021-02-18 00:15:48'),(106811,38515,'action created','2021-02-18 08:15:48','2021-02-18 00:15:48'),(106812,38515,'action started via WP Cron','2021-02-18 08:16:42','2021-02-18 00:16:42'),(106813,38515,'action complete via WP Cron','2021-02-18 08:16:42','2021-02-18 00:16:42'),(106814,38516,'action created','2021-02-18 08:16:42','2021-02-18 00:16:42'),(106815,38516,'action started via WP Cron','2021-02-18 08:17:56','2021-02-18 00:17:56'),(106816,38516,'action complete via WP Cron','2021-02-18 08:17:56','2021-02-18 00:17:56'),(106817,38517,'action created','2021-02-18 08:17:56','2021-02-18 00:17:56'),(106821,38518,'action started via WP Cron','2021-02-18 08:19:41','2021-02-18 00:19:41'),(106822,38518,'action complete via WP Cron','2021-02-18 08:19:41','2021-02-18 00:19:41'),(106823,38519,'action created','2021-02-18 08:19:41','2021-02-18 00:19:41'),(106824,38519,'action started via WP Cron','2021-02-18 08:20:55','2021-02-18 00:20:55'),(106825,38519,'action complete via WP Cron','2021-02-18 08:20:55','2021-02-18 00:20:55'),(106826,38520,'action created','2021-02-18 08:20:55','2021-02-18 00:20:55'),(106827,38520,'action started via WP Cron','2021-02-18 08:21:43','2021-02-18 00:21:43'),(106828,38520,'action complete via WP Cron','2021-02-18 08:21:43','2021-02-18 00:21:43'),(106829,38521,'action created','2021-02-18 08:21:43','2021-02-18 00:21:43'),(106830,38521,'action started via WP Cron','2021-02-18 08:22:48','2021-02-18 00:22:48'),(106831,38521,'action complete via WP Cron','2021-02-18 08:22:48','2021-02-18 00:22:48'),(106832,38522,'action created','2021-02-18 08:22:48','2021-02-18 00:22:48'),(106833,38522,'action started via WP Cron','2021-02-18 08:23:49','2021-02-18 00:23:49'),(106834,38522,'action complete via WP Cron','2021-02-18 08:23:49','2021-02-18 00:23:49'),(106835,38523,'action created','2021-02-18 08:23:49','2021-02-18 00:23:49'),(106836,38523,'action started via WP Cron','2021-02-18 08:24:41','2021-02-18 00:24:41'),(106837,38523,'action complete via WP Cron','2021-02-18 08:24:41','2021-02-18 00:24:41'),(106838,38524,'action created','2021-02-18 08:24:41','2021-02-18 00:24:41'),(106839,38524,'action started via WP Cron','2021-02-18 08:25:43','2021-02-18 00:25:43'),(106840,38524,'action complete via WP Cron','2021-02-18 08:25:43','2021-02-18 00:25:43'),(106841,38525,'action created','2021-02-18 08:25:43','2021-02-18 00:25:43'),(106842,38525,'action started via WP Cron','2021-02-18 08:27:02','2021-02-18 00:27:02'),(106843,38525,'action complete via WP Cron','2021-02-18 08:27:02','2021-02-18 00:27:02'),(106844,38526,'action created','2021-02-18 08:27:02','2021-02-18 00:27:02'),(106845,38526,'action started via WP Cron','2021-02-18 08:27:51','2021-02-18 00:27:51'),(106846,38526,'action complete via WP Cron','2021-02-18 08:27:51','2021-02-18 00:27:51'),(106847,38527,'action created','2021-02-18 08:27:52','2021-02-18 00:27:52'),(106848,38527,'action started via WP Cron','2021-02-18 08:28:42','2021-02-18 00:28:42'),(106849,38527,'action complete via WP Cron','2021-02-18 08:28:42','2021-02-18 00:28:42'),(106850,38528,'action created','2021-02-18 08:28:42','2021-02-18 00:28:42'),(106851,38528,'action started via WP Cron','2021-02-18 08:29:56','2021-02-18 00:29:56'),(106852,38528,'action complete via WP Cron','2021-02-18 08:29:56','2021-02-18 00:29:56'),(106853,38529,'action created','2021-02-18 08:29:56','2021-02-18 00:29:56'),(106854,38529,'action started via WP Cron','2021-02-18 08:30:50','2021-02-18 00:30:50'),(106855,38529,'action complete via WP Cron','2021-02-18 08:30:50','2021-02-18 00:30:50'),(106856,38530,'action created','2021-02-18 08:30:50','2021-02-18 00:30:50'),(106857,38530,'action started via WP Cron','2021-02-18 08:31:48','2021-02-18 00:31:48'),(106858,38530,'action complete via WP Cron','2021-02-18 08:31:48','2021-02-18 00:31:48'),(106859,38531,'action created','2021-02-18 08:31:48','2021-02-18 00:31:48'),(106860,38531,'action started via WP Cron','2021-02-18 08:32:47','2021-02-18 00:32:47'),(106861,38531,'action complete via WP Cron','2021-02-18 08:32:47','2021-02-18 00:32:47'),(106862,38532,'action created','2021-02-18 08:32:47','2021-02-18 00:32:47'),(106863,38532,'action started via WP Cron','2021-02-18 08:33:50','2021-02-18 00:33:50'),(106864,38532,'action complete via WP Cron','2021-02-18 08:33:50','2021-02-18 00:33:50'),(106865,38533,'action created','2021-02-18 08:33:50','2021-02-18 00:33:50'),(106866,38533,'action started via WP Cron','2021-02-18 08:35:00','2021-02-18 00:35:00'),(106867,38533,'action complete via WP Cron','2021-02-18 08:35:00','2021-02-18 00:35:00'),(106868,38534,'action created','2021-02-18 08:35:00','2021-02-18 00:35:00'),(106869,38534,'action started via WP Cron','2021-02-18 08:36:09','2021-02-18 00:36:09'),(106870,38534,'action complete via WP Cron','2021-02-18 08:36:09','2021-02-18 00:36:09'),(106871,38535,'action created','2021-02-18 08:36:09','2021-02-18 00:36:09'),(106872,38535,'action started via WP Cron','2021-02-18 08:37:00','2021-02-18 00:37:00'),(106873,38535,'action complete via WP Cron','2021-02-18 08:37:00','2021-02-18 00:37:00'),(106874,38536,'action created','2021-02-18 08:37:00','2021-02-18 00:37:00'),(106875,38536,'action started via WP Cron','2021-02-18 08:38:04','2021-02-18 00:38:04'),(106876,38536,'action complete via WP Cron','2021-02-18 08:38:04','2021-02-18 00:38:04'),(106877,38537,'action created','2021-02-18 08:38:04','2021-02-18 00:38:04'),(106878,38537,'action started via WP Cron','2021-02-18 08:39:15','2021-02-18 00:39:15'),(106879,38537,'action complete via WP Cron','2021-02-18 08:39:15','2021-02-18 00:39:15'),(106880,38538,'action created','2021-02-18 08:39:15','2021-02-18 00:39:15'),(106881,38538,'action started via WP Cron','2021-02-18 08:39:47','2021-02-18 00:39:47'),(106882,38538,'action complete via WP Cron','2021-02-18 08:39:47','2021-02-18 00:39:47'),(106883,38539,'action created','2021-02-18 08:39:47','2021-02-18 00:39:47'),(106884,38539,'action started via WP Cron','2021-02-18 08:41:02','2021-02-18 00:41:02'),(106885,38539,'action complete via WP Cron','2021-02-18 08:41:02','2021-02-18 00:41:02'),(106886,38540,'action created','2021-02-18 08:41:02','2021-02-18 00:41:02'),(106887,38540,'action started via WP Cron','2021-02-18 08:41:55','2021-02-18 00:41:55'),(106888,38540,'action complete via WP Cron','2021-02-18 08:41:55','2021-02-18 00:41:55'),(106889,38541,'action created','2021-02-18 08:41:55','2021-02-18 00:41:55'),(106890,38541,'action started via WP Cron','2021-02-18 08:42:56','2021-02-18 00:42:56'),(106891,38541,'action complete via WP Cron','2021-02-18 08:42:56','2021-02-18 00:42:56'),(106892,38542,'action created','2021-02-18 08:42:56','2021-02-18 00:42:56'),(106893,38542,'action started via WP Cron','2021-02-18 08:44:07','2021-02-18 00:44:07'),(106894,38542,'action complete via WP Cron','2021-02-18 08:44:07','2021-02-18 00:44:07'),(106895,38543,'action created','2021-02-18 08:44:07','2021-02-18 00:44:07'),(106896,38543,'action started via WP Cron','2021-02-18 08:45:19','2021-02-18 00:45:19'),(106897,38543,'action complete via WP Cron','2021-02-18 08:45:19','2021-02-18 00:45:19'),(106898,38544,'action created','2021-02-18 08:45:19','2021-02-18 00:45:19'),(106899,38544,'action started via WP Cron','2021-02-18 08:45:48','2021-02-18 00:45:48'),(106900,38544,'action complete via WP Cron','2021-02-18 08:45:48','2021-02-18 00:45:48'),(106901,38545,'action created','2021-02-18 08:45:48','2021-02-18 00:45:48'),(106902,38545,'action started via WP Cron','2021-02-18 08:47:20','2021-02-18 00:47:20'),(106903,38545,'action complete via WP Cron','2021-02-18 08:47:20','2021-02-18 00:47:20'),(106904,38546,'action created','2021-02-18 08:47:20','2021-02-18 00:47:20'),(106905,38546,'action started via WP Cron','2021-02-18 08:47:41','2021-02-18 00:47:41'),(106906,38546,'action complete via WP Cron','2021-02-18 08:47:41','2021-02-18 00:47:41'),(106907,38547,'action created','2021-02-18 08:47:41','2021-02-18 00:47:41'),(106908,38547,'action started via WP Cron','2021-02-18 08:55:35','2021-02-18 00:55:35'),(106909,38547,'action complete via WP Cron','2021-02-18 08:55:35','2021-02-18 00:55:35'),(106910,38548,'action created','2021-02-18 08:55:36','2021-02-18 00:55:36'),(106911,38548,'action started via WP Cron','2021-02-18 09:03:55','2021-02-18 01:03:55'),(106912,38548,'action complete via WP Cron','2021-02-18 09:03:55','2021-02-18 01:03:55'),(106913,38549,'action created','2021-02-18 09:03:55','2021-02-18 01:03:55'),(106914,38549,'action started via WP Cron','2021-02-18 09:07:33','2021-02-18 01:07:33'),(106915,38549,'action complete via WP Cron','2021-02-18 09:07:33','2021-02-18 01:07:33'),(106916,38550,'action created','2021-02-18 09:07:33','2021-02-18 01:07:33'),(106917,38550,'action started via WP Cron','2021-02-18 09:09:44','2021-02-18 01:09:44'),(106918,38550,'action complete via WP Cron','2021-02-18 09:09:44','2021-02-18 01:09:44'),(106919,38551,'action created','2021-02-18 09:09:44','2021-02-18 01:09:44'),(106920,38551,'action started via WP Cron','2021-02-18 09:19:42','2021-02-18 01:19:42'),(106921,38551,'action complete via WP Cron','2021-02-18 09:19:42','2021-02-18 01:19:42'),(106922,38552,'action created','2021-02-18 09:19:42','2021-02-18 01:19:42'),(106923,38552,'action started via WP Cron','2021-02-18 09:25:21','2021-02-18 01:25:21'),(106924,38552,'action complete via WP Cron','2021-02-18 09:25:21','2021-02-18 01:25:21'),(106925,38553,'action created','2021-02-18 09:25:22','2021-02-18 01:25:22'),(106926,38553,'action started via WP Cron','2021-02-18 09:27:35','2021-02-18 01:27:35'),(106927,38553,'action complete via WP Cron','2021-02-18 09:27:35','2021-02-18 01:27:35'),(106928,38554,'action created','2021-02-18 09:27:36','2021-02-18 01:27:36'),(106929,38554,'action started via WP Cron','2021-02-18 09:28:31','2021-02-18 01:28:31'),(106930,38554,'action complete via WP Cron','2021-02-18 09:28:31','2021-02-18 01:28:31'),(106931,38555,'action created','2021-02-18 09:28:31','2021-02-18 01:28:31'),(106932,38555,'action started via WP Cron','2021-02-18 09:29:17','2021-02-18 01:29:17'),(106933,38555,'action complete via WP Cron','2021-02-18 09:29:17','2021-02-18 01:29:17'),(106934,38556,'action created','2021-02-18 09:29:17','2021-02-18 01:29:17'),(106935,38556,'action started via WP Cron','2021-02-18 09:29:41','2021-02-18 01:29:41'),(106936,38556,'action complete via WP Cron','2021-02-18 09:29:41','2021-02-18 01:29:41'),(106937,38557,'action created','2021-02-18 09:29:41','2021-02-18 01:29:41'),(106938,38557,'action started via WP Cron','2021-02-18 09:31:16','2021-02-18 01:31:16'),(106939,38557,'action complete via WP Cron','2021-02-18 09:31:16','2021-02-18 01:31:16'),(106940,38558,'action created','2021-02-18 09:31:16','2021-02-18 01:31:16'),(106941,38558,'action started via WP Cron','2021-02-18 09:34:31','2021-02-18 01:34:31'),(106942,38558,'action complete via WP Cron','2021-02-18 09:34:31','2021-02-18 01:34:31'),(106943,38559,'action created','2021-02-18 09:34:31','2021-02-18 01:34:31'),(106944,38559,'action started via WP Cron','2021-02-18 09:35:32','2021-02-18 01:35:32'),(106945,38559,'action complete via WP Cron','2021-02-18 09:35:32','2021-02-18 01:35:32'),(106946,38560,'action created','2021-02-18 09:35:32','2021-02-18 01:35:32'),(106947,38560,'action started via WP Cron','2021-02-18 09:36:33','2021-02-18 01:36:33'),(106948,38560,'action complete via WP Cron','2021-02-18 09:36:33','2021-02-18 01:36:33'),(106949,38561,'action created','2021-02-18 09:36:34','2021-02-18 01:36:34'),(106950,38561,'action started via WP Cron','2021-02-18 09:37:34','2021-02-18 01:37:34'),(106951,38561,'action complete via WP Cron','2021-02-18 09:37:34','2021-02-18 01:37:34'),(106952,38562,'action created','2021-02-18 09:37:34','2021-02-18 01:37:34'),(106953,38562,'action started via WP Cron','2021-02-18 09:38:35','2021-02-18 01:38:35'),(106954,38562,'action complete via WP Cron','2021-02-18 09:38:35','2021-02-18 01:38:35'),(106955,38563,'action created','2021-02-18 09:38:35','2021-02-18 01:38:35'),(106956,38563,'action started via WP Cron','2021-02-18 09:45:06','2021-02-18 01:45:06'),(106957,38563,'action complete via WP Cron','2021-02-18 09:45:06','2021-02-18 01:45:06'),(106958,38564,'action created','2021-02-18 09:45:06','2021-02-18 01:45:06'),(106959,38564,'action started via WP Cron','2021-02-18 09:45:53','2021-02-18 01:45:53'),(106960,38564,'action complete via WP Cron','2021-02-18 09:45:53','2021-02-18 01:45:53'),(106961,38565,'action created','2021-02-18 09:45:53','2021-02-18 01:45:53'),(106962,38565,'action started via WP Cron','2021-02-18 09:46:47','2021-02-18 01:46:47'),(106963,38565,'action complete via WP Cron','2021-02-18 09:46:47','2021-02-18 01:46:47'),(106964,38566,'action created','2021-02-18 09:46:47','2021-02-18 01:46:47'),(106965,38566,'action started via WP Cron','2021-02-18 09:57:42','2021-02-18 01:57:42'),(106966,38566,'action complete via WP Cron','2021-02-18 09:57:42','2021-02-18 01:57:42'),(106967,38567,'action created','2021-02-18 09:57:42','2021-02-18 01:57:42'),(106968,38567,'action started via WP Cron','2021-02-18 10:06:05','2021-02-18 02:06:05'),(106969,38567,'action complete via WP Cron','2021-02-18 10:06:05','2021-02-18 02:06:05'),(106970,38568,'action created','2021-02-18 10:06:05','2021-02-18 02:06:05'),(106971,38568,'action started via WP Cron','2021-02-18 10:08:20','2021-02-18 02:08:20'),(106972,38568,'action complete via WP Cron','2021-02-18 10:08:20','2021-02-18 02:08:20'),(106973,38569,'action created','2021-02-18 10:08:20','2021-02-18 02:08:20'),(106974,38569,'action started via WP Cron','2021-02-18 10:15:55','2021-02-18 02:15:55'),(106975,38569,'action complete via WP Cron','2021-02-18 10:15:55','2021-02-18 02:15:55'),(106976,38570,'action created','2021-02-18 10:15:55','2021-02-18 02:15:55'),(106977,38570,'action started via WP Cron','2021-02-18 10:16:44','2021-02-18 02:16:44'),(106978,38570,'action complete via WP Cron','2021-02-18 10:16:44','2021-02-18 02:16:44'),(106979,38571,'action created','2021-02-18 10:16:44','2021-02-18 02:16:44'),(106980,38571,'action started via WP Cron','2021-02-18 10:17:47','2021-02-18 02:17:47'),(106981,38571,'action complete via WP Cron','2021-02-18 10:17:47','2021-02-18 02:17:47'),(106985,38573,'action created','2021-02-18 10:17:47','2021-02-18 02:17:47'),(106986,38573,'action started via WP Cron','2021-02-18 10:19:03','2021-02-18 02:19:03'),(106987,38573,'action complete via WP Cron','2021-02-18 10:19:03','2021-02-18 02:19:03'),(106988,38574,'action created','2021-02-18 10:19:03','2021-02-18 02:19:03'),(106989,38574,'action started via WP Cron','2021-02-18 10:19:46','2021-02-18 02:19:46'),(106990,38574,'action complete via WP Cron','2021-02-18 10:19:46','2021-02-18 02:19:46'),(106991,38575,'action created','2021-02-18 10:19:46','2021-02-18 02:19:46'),(106992,38575,'action started via WP Cron','2021-02-18 10:20:45','2021-02-18 02:20:45'),(106993,38575,'action complete via WP Cron','2021-02-18 10:20:45','2021-02-18 02:20:45'),(106994,38576,'action created','2021-02-18 10:20:45','2021-02-18 02:20:45'),(106995,38576,'action started via WP Cron','2021-02-18 10:21:42','2021-02-18 02:21:42'),(106996,38576,'action complete via WP Cron','2021-02-18 10:21:42','2021-02-18 02:21:42'),(106997,38577,'action created','2021-02-18 10:21:42','2021-02-18 02:21:42'),(106998,38577,'action started via WP Cron','2021-02-18 10:22:56','2021-02-18 02:22:56'),(106999,38577,'action complete via WP Cron','2021-02-18 10:22:56','2021-02-18 02:22:56'),(107000,38578,'action created','2021-02-18 10:22:56','2021-02-18 02:22:56'),(107001,38578,'action started via WP Cron','2021-02-18 10:23:56','2021-02-18 02:23:56'),(107002,38578,'action complete via WP Cron','2021-02-18 10:23:56','2021-02-18 02:23:56'),(107003,38579,'action created','2021-02-18 10:23:56','2021-02-18 02:23:56'),(107004,38579,'action started via WP Cron','2021-02-18 10:24:41','2021-02-18 02:24:41'),(107005,38579,'action complete via WP Cron','2021-02-18 10:24:41','2021-02-18 02:24:41'),(107006,38580,'action created','2021-02-18 10:24:42','2021-02-18 02:24:42'),(107007,38580,'action started via WP Cron','2021-02-18 10:25:44','2021-02-18 02:25:44'),(107008,38580,'action complete via WP Cron','2021-02-18 10:25:44','2021-02-18 02:25:44'),(107009,38581,'action created','2021-02-18 10:25:44','2021-02-18 02:25:44'),(107010,38581,'action started via WP Cron','2021-02-18 10:26:53','2021-02-18 02:26:53'),(107011,38581,'action complete via WP Cron','2021-02-18 10:26:53','2021-02-18 02:26:53'),(107012,38582,'action created','2021-02-18 10:26:53','2021-02-18 02:26:53'),(107013,38582,'action started via WP Cron','2021-02-18 10:27:49','2021-02-18 02:27:49'),(107014,38582,'action complete via WP Cron','2021-02-18 10:27:49','2021-02-18 02:27:49'),(107015,38583,'action created','2021-02-18 10:27:49','2021-02-18 02:27:49'),(107016,38583,'action started via WP Cron','2021-02-18 10:28:46','2021-02-18 02:28:46'),(107017,38583,'action complete via WP Cron','2021-02-18 10:28:46','2021-02-18 02:28:46'),(107018,38584,'action created','2021-02-18 10:28:46','2021-02-18 02:28:46'),(107019,38584,'action started via WP Cron','2021-02-18 10:29:44','2021-02-18 02:29:44'),(107020,38584,'action complete via WP Cron','2021-02-18 10:29:44','2021-02-18 02:29:44'),(107021,38585,'action created','2021-02-18 10:29:45','2021-02-18 02:29:45'),(107022,38585,'action started via WP Cron','2021-02-18 10:30:52','2021-02-18 02:30:52'),(107023,38585,'action complete via WP Cron','2021-02-18 10:30:52','2021-02-18 02:30:52'),(107024,38586,'action created','2021-02-18 10:30:52','2021-02-18 02:30:52'),(107025,38586,'action started via WP Cron','2021-02-18 10:31:42','2021-02-18 02:31:42'),(107026,38586,'action complete via WP Cron','2021-02-18 10:31:42','2021-02-18 02:31:42'),(107027,38587,'action created','2021-02-18 10:31:42','2021-02-18 02:31:42'),(107028,38587,'action started via WP Cron','2021-02-18 10:32:50','2021-02-18 02:32:50'),(107029,38587,'action complete via WP Cron','2021-02-18 10:32:50','2021-02-18 02:32:50'),(107030,38588,'action created','2021-02-18 10:32:50','2021-02-18 02:32:50'),(107031,38588,'action started via WP Cron','2021-02-18 10:33:44','2021-02-18 02:33:44'),(107032,38588,'action complete via WP Cron','2021-02-18 10:33:44','2021-02-18 02:33:44'),(107033,38589,'action created','2021-02-18 10:33:44','2021-02-18 02:33:44'),(107034,38589,'action started via WP Cron','2021-02-18 10:34:43','2021-02-18 02:34:43'),(107035,38589,'action complete via WP Cron','2021-02-18 10:34:43','2021-02-18 02:34:43'),(107036,38590,'action created','2021-02-18 10:34:43','2021-02-18 02:34:43'),(107037,38590,'action started via WP Cron','2021-02-18 10:35:56','2021-02-18 02:35:56'),(107038,38590,'action complete via WP Cron','2021-02-18 10:35:56','2021-02-18 02:35:56'),(107039,38591,'action created','2021-02-18 10:35:57','2021-02-18 02:35:57'),(107040,38591,'action started via WP Cron','2021-02-18 10:36:44','2021-02-18 02:36:44'),(107041,38591,'action complete via WP Cron','2021-02-18 10:36:44','2021-02-18 02:36:44'),(107042,38592,'action created','2021-02-18 10:36:44','2021-02-18 02:36:44'),(107043,38592,'action started via WP Cron','2021-02-18 10:37:56','2021-02-18 02:37:56'),(107044,38592,'action complete via WP Cron','2021-02-18 10:37:56','2021-02-18 02:37:56'),(107045,38593,'action created','2021-02-18 10:37:56','2021-02-18 02:37:56'),(107046,38593,'action started via WP Cron','2021-02-18 10:38:50','2021-02-18 02:38:50'),(107047,38593,'action complete via WP Cron','2021-02-18 10:38:50','2021-02-18 02:38:50'),(107048,38594,'action created','2021-02-18 10:38:50','2021-02-18 02:38:50'),(107049,38594,'action started via WP Cron','2021-02-18 10:39:42','2021-02-18 02:39:42'),(107050,38594,'action complete via WP Cron','2021-02-18 10:39:42','2021-02-18 02:39:42'),(107051,38595,'action created','2021-02-18 10:39:42','2021-02-18 02:39:42'),(107052,38595,'action started via WP Cron','2021-02-18 10:48:13','2021-02-18 02:48:13'),(107053,38595,'action complete via WP Cron','2021-02-18 10:48:13','2021-02-18 02:48:13'),(107054,38596,'action created','2021-02-18 10:48:13','2021-02-18 02:48:13'),(107055,38596,'action started via WP Cron','2021-02-18 10:51:34','2021-02-18 02:51:34'),(107056,38596,'action complete via WP Cron','2021-02-18 10:51:34','2021-02-18 02:51:34'),(107057,38597,'action created','2021-02-18 10:51:34','2021-02-18 02:51:34'),(107058,38597,'action started via WP Cron','2021-02-18 10:52:37','2021-02-18 02:52:37'),(107059,38597,'action complete via WP Cron','2021-02-18 10:52:37','2021-02-18 02:52:37'),(107060,38598,'action created','2021-02-18 10:57:04','2021-02-18 02:57:04'),(107061,38598,'action started via WP Cron','2021-02-18 10:58:30','2021-02-18 02:58:30'),(107062,38598,'action complete via WP Cron','2021-02-18 10:58:30','2021-02-18 02:58:30'),(107063,38599,'action created','2021-02-18 11:07:30','2021-02-18 03:07:30'),(107064,38599,'action started via WP Cron','2021-02-18 11:07:43','2021-02-18 03:07:43'),(107065,38599,'action complete via WP Cron','2021-02-18 11:07:43','2021-02-18 03:07:43'),(107066,38600,'action created','2021-02-18 11:12:40','2021-02-18 03:12:40'),(107067,38600,'action started via WP Cron','2021-02-18 11:14:20','2021-02-18 03:14:20'),(107068,38600,'action complete via WP Cron','2021-02-18 11:14:20','2021-02-18 03:14:20'),(107069,38601,'action created','2021-02-18 11:18:49','2021-02-18 03:18:49'),(107070,38601,'action started via WP Cron','2021-02-18 11:20:54','2021-02-18 03:20:54'),(107071,38601,'action complete via WP Cron','2021-02-18 11:20:54','2021-02-18 03:20:54'),(107072,38602,'action created','2021-02-18 11:21:37','2021-02-18 03:21:37'),(107073,38602,'action started via WP Cron','2021-02-18 11:22:07','2021-02-18 03:22:07'),(107074,38602,'action complete via WP Cron','2021-02-18 11:22:07','2021-02-18 03:22:07'),(107075,38603,'action created','2021-02-18 11:24:38','2021-02-18 03:24:38'),(107076,38603,'action started via WP Cron','2021-02-18 11:25:47','2021-02-18 03:25:47'),(107077,38603,'action complete via WP Cron','2021-02-18 11:25:47','2021-02-18 03:25:47'),(107078,38604,'action created','2021-02-18 11:25:47','2021-02-18 03:25:47'),(107079,38604,'action started via WP Cron','2021-02-18 11:26:44','2021-02-18 03:26:44'),(107080,38604,'action complete via WP Cron','2021-02-18 11:26:44','2021-02-18 03:26:44'),(107081,38605,'action created','2021-02-18 11:27:49','2021-02-18 03:27:49'),(107082,38605,'action started via WP Cron','2021-02-18 11:28:44','2021-02-18 03:28:44'),(107083,38605,'action complete via WP Cron','2021-02-18 11:28:44','2021-02-18 03:28:44'),(107084,38606,'action created','2021-02-18 11:28:44','2021-02-18 03:28:44'),(107085,38606,'action started via WP Cron','2021-02-18 11:29:45','2021-02-18 03:29:45'),(107086,38606,'action complete via WP Cron','2021-02-18 11:29:45','2021-02-18 03:29:45'),(107087,38607,'action created','2021-02-18 11:29:45','2021-02-18 03:29:45'),(107088,38607,'action started via WP Cron','2021-02-18 11:31:32','2021-02-18 03:31:32'),(107089,38607,'action complete via WP Cron','2021-02-18 11:31:32','2021-02-18 03:31:32'),(107090,38608,'action created','2021-02-18 11:31:39','2021-02-18 03:31:39'),(107091,38608,'action started via WP Cron','2021-02-18 11:32:09','2021-02-18 03:32:09'),(107092,38608,'action complete via WP Cron','2021-02-18 11:32:09','2021-02-18 03:32:09'),(107093,38609,'action created','2021-02-18 11:34:24','2021-02-18 03:34:24'),(107094,38609,'action started via WP Cron','2021-02-18 11:34:58','2021-02-18 03:34:58'),(107095,38609,'action complete via WP Cron','2021-02-18 11:34:58','2021-02-18 03:34:58'),(107096,38610,'action created','2021-02-18 11:35:03','2021-02-18 03:35:03'),(107097,38610,'action started via WP Cron','2021-02-18 11:36:09','2021-02-18 03:36:09'),(107098,38610,'action complete via WP Cron','2021-02-18 11:36:09','2021-02-18 03:36:09'),(107099,38611,'action created','2021-02-18 11:36:09','2021-02-18 03:36:09'),(107100,38611,'action started via WP Cron','2021-02-18 11:37:05','2021-02-18 03:37:05'),(107101,38611,'action complete via WP Cron','2021-02-18 11:37:05','2021-02-18 03:37:05'),(107102,38612,'action created','2021-02-18 11:37:05','2021-02-18 03:37:05'),(107103,38612,'action started via WP Cron','2021-02-18 11:38:01','2021-02-18 03:38:01'),(107104,38612,'action complete via WP Cron','2021-02-18 11:38:01','2021-02-18 03:38:01'),(107105,38613,'action created','2021-02-18 11:38:07','2021-02-18 03:38:07'),(107106,38613,'action started via WP Cron','2021-02-18 11:39:10','2021-02-18 03:39:10'),(107107,38613,'action complete via WP Cron','2021-02-18 11:39:10','2021-02-18 03:39:10'),(107108,38614,'action created','2021-02-18 11:39:10','2021-02-18 03:39:10'),(107109,38614,'action started via WP Cron','2021-02-18 11:40:02','2021-02-18 03:40:02'),(107110,38614,'action complete via WP Cron','2021-02-18 11:40:02','2021-02-18 03:40:02'),(107111,38615,'action created','2021-02-18 11:40:13','2021-02-18 03:40:13'),(107112,38615,'action started via WP Cron','2021-02-18 11:41:04','2021-02-18 03:41:04'),(107113,38615,'action complete via WP Cron','2021-02-18 11:41:04','2021-02-18 03:41:04'),(107114,38616,'action created','2021-02-18 11:41:04','2021-02-18 03:41:04'),(107115,38616,'action started via WP Cron','2021-02-18 11:42:14','2021-02-18 03:42:14'),(107116,38616,'action complete via WP Cron','2021-02-18 11:42:14','2021-02-18 03:42:14'),(107117,38617,'action created','2021-02-18 11:48:47','2021-02-18 03:48:47'),(107118,38617,'action started via WP Cron','2021-02-18 11:49:52','2021-02-18 03:49:52'),(107119,38617,'action complete via WP Cron','2021-02-18 11:49:52','2021-02-18 03:49:52'),(107120,38618,'action created','2021-02-18 11:50:45','2021-02-18 03:50:45'),(107121,38618,'action started via WP Cron','2021-02-18 11:51:50','2021-02-18 03:51:50'),(107122,38618,'action complete via WP Cron','2021-02-18 11:51:50','2021-02-18 03:51:50'),(107123,38619,'action created','2021-02-18 11:51:50','2021-02-18 03:51:50'),(107124,38619,'action started via WP Cron','2021-02-18 11:52:51','2021-02-18 03:52:51'),(107125,38619,'action complete via WP Cron','2021-02-18 11:52:51','2021-02-18 03:52:51'),(107126,38620,'action created','2021-02-18 11:52:51','2021-02-18 03:52:51'),(107127,38620,'action started via WP Cron','2021-02-18 11:53:52','2021-02-18 03:53:52'),(107128,38620,'action complete via WP Cron','2021-02-18 11:53:52','2021-02-18 03:53:52'),(107129,38621,'action created','2021-02-18 11:53:52','2021-02-18 03:53:52'),(107130,38621,'action started via WP Cron','2021-02-18 11:54:53','2021-02-18 03:54:53'),(107131,38621,'action complete via WP Cron','2021-02-18 11:54:53','2021-02-18 03:54:53'),(107132,38622,'action created','2021-02-18 11:54:53','2021-02-18 03:54:53'),(107133,38622,'action started via WP Cron','2021-02-18 11:55:49','2021-02-18 03:55:49'),(107134,38622,'action complete via WP Cron','2021-02-18 11:55:49','2021-02-18 03:55:49'),(107135,38623,'action created','2021-02-18 11:56:34','2021-02-18 03:56:34'),(107136,38623,'action started via WP Cron','2021-02-18 11:56:56','2021-02-18 03:56:56'),(107137,38623,'action complete via WP Cron','2021-02-18 11:56:56','2021-02-18 03:56:56'),(107138,38624,'action created','2021-02-18 11:56:56','2021-02-18 03:56:56'),(107139,38624,'action started via WP Cron','2021-02-18 11:57:51','2021-02-18 03:57:51'),(107140,38624,'action complete via WP Cron','2021-02-18 11:57:51','2021-02-18 03:57:51'),(107141,38625,'action created','2021-02-18 11:57:55','2021-02-18 03:57:55'),(107142,38625,'action started via WP Cron','2021-02-18 11:58:57','2021-02-18 03:58:57'),(107143,38625,'action complete via WP Cron','2021-02-18 11:58:57','2021-02-18 03:58:57'),(107144,38626,'action created','2021-02-18 11:58:57','2021-02-18 03:58:57'),(107145,38626,'action started via WP Cron','2021-02-18 11:59:44','2021-02-18 03:59:44'),(107146,38626,'action complete via WP Cron','2021-02-18 11:59:44','2021-02-18 03:59:44'),(107147,38627,'action created','2021-02-18 12:02:15','2021-02-18 04:02:15'),(107148,38627,'action started via WP Cron','2021-02-18 12:03:25','2021-02-18 04:03:25'),(107149,38627,'action complete via WP Cron','2021-02-18 12:03:25','2021-02-18 04:03:25'),(107150,38628,'action created','2021-02-18 12:03:26','2021-02-18 04:03:26'),(107151,38628,'action started via WP Cron','2021-02-18 12:04:28','2021-02-18 04:04:28'),(107152,38628,'action complete via WP Cron','2021-02-18 12:04:28','2021-02-18 04:04:28'),(107153,38629,'action created','2021-02-18 12:06:29','2021-02-18 04:06:29'),(107154,38629,'action started via WP Cron','2021-02-18 12:07:03','2021-02-18 04:07:03'),(107155,38629,'action complete via WP Cron','2021-02-18 12:07:03','2021-02-18 04:07:03'),(107156,38630,'action created','2021-02-18 12:16:15','2021-02-18 04:16:15'),(107157,38630,'action started via WP Cron','2021-02-18 12:17:39','2021-02-18 04:17:39'),(107158,38630,'action complete via WP Cron','2021-02-18 12:17:39','2021-02-18 04:17:39'),(107159,38631,'action created','2021-02-18 12:17:39','2021-02-18 04:17:39'),(107160,38631,'action started via WP Cron','2021-02-18 12:18:22','2021-02-18 04:18:22'),(107161,38631,'action complete via WP Cron','2021-02-18 12:18:22','2021-02-18 04:18:22'),(107162,38632,'action created','2021-02-18 12:18:22','2021-02-18 04:18:22'),(107163,38632,'action started via WP Cron','2021-02-18 12:19:23','2021-02-18 04:19:23'),(107164,38632,'action complete via WP Cron','2021-02-18 12:19:23','2021-02-18 04:19:23'),(107165,38633,'action created','2021-02-18 12:19:23','2021-02-18 04:19:23'),(107166,38633,'action started via WP Cron','2021-02-18 12:19:41','2021-02-18 04:19:41'),(107167,38633,'action complete via WP Cron','2021-02-18 12:19:41','2021-02-18 04:19:41'),(107168,38634,'action created','2021-02-18 12:19:41','2021-02-18 04:19:41'),(107169,38634,'action started via WP Cron','2021-02-18 12:25:25','2021-02-18 04:25:25'),(107170,38634,'action complete via WP Cron','2021-02-18 12:25:25','2021-02-18 04:25:25'),(107171,38635,'action created','2021-02-18 12:25:25','2021-02-18 04:25:25'),(107172,38635,'action started via WP Cron','2021-02-18 12:29:53','2021-02-18 04:29:53'),(107173,38635,'action complete via WP Cron','2021-02-18 12:29:53','2021-02-18 04:29:53'),(107174,38636,'action created','2021-02-18 12:29:53','2021-02-18 04:29:53'),(107175,38636,'action started via WP Cron','2021-02-18 12:30:51','2021-02-18 04:30:51'),(107176,38636,'action complete via WP Cron','2021-02-18 12:30:51','2021-02-18 04:30:51'),(107177,38637,'action created','2021-02-18 12:30:51','2021-02-18 04:30:51'),(107178,38637,'action started via WP Cron','2021-02-18 12:31:52','2021-02-18 04:31:52'),(107179,38637,'action complete via WP Cron','2021-02-18 12:31:52','2021-02-18 04:31:52'),(107180,38638,'action created','2021-02-18 12:31:52','2021-02-18 04:31:52'),(107181,38638,'action started via WP Cron','2021-02-18 12:32:48','2021-02-18 04:32:48'),(107182,38638,'action complete via WP Cron','2021-02-18 12:32:48','2021-02-18 04:32:48'),(107183,38639,'action created','2021-02-18 12:32:48','2021-02-18 04:32:48'),(107184,38639,'action started via WP Cron','2021-02-18 12:36:34','2021-02-18 04:36:34'),(107185,38639,'action complete via WP Cron','2021-02-18 12:36:34','2021-02-18 04:36:34'),(107186,38640,'action created','2021-02-18 12:36:34','2021-02-18 04:36:34'),(107187,38640,'action started via WP Cron','2021-02-18 12:37:35','2021-02-18 04:37:35'),(107188,38640,'action complete via WP Cron','2021-02-18 12:37:35','2021-02-18 04:37:35'),(107189,38641,'action created','2021-02-18 12:37:35','2021-02-18 04:37:35'),(107190,38641,'action started via WP Cron','2021-02-18 12:38:39','2021-02-18 04:38:39'),(107191,38641,'action complete via WP Cron','2021-02-18 12:38:39','2021-02-18 04:38:39'),(107192,38642,'action created','2021-02-18 12:38:39','2021-02-18 04:38:39'),(107193,38642,'action started via WP Cron','2021-02-18 12:39:33','2021-02-18 04:39:33'),(107194,38642,'action complete via WP Cron','2021-02-18 12:39:33','2021-02-18 04:39:33'),(107195,38643,'action created','2021-02-18 12:39:33','2021-02-18 04:39:33'),(107196,38643,'action started via WP Cron','2021-02-18 12:40:16','2021-02-18 04:40:16'),(107197,38643,'action complete via WP Cron','2021-02-18 12:40:16','2021-02-18 04:40:16'),(107198,38644,'action created','2021-02-18 12:40:16','2021-02-18 04:40:16'),(107199,38644,'action started via WP Cron','2021-02-18 12:41:16','2021-02-18 04:41:16'),(107200,38644,'action complete via WP Cron','2021-02-18 12:41:16','2021-02-18 04:41:16'),(107201,38645,'action created','2021-02-18 12:41:16','2021-02-18 04:41:16'),(107202,38645,'action started via WP Cron','2021-02-18 12:42:19','2021-02-18 04:42:19'),(107203,38645,'action complete via WP Cron','2021-02-18 12:42:19','2021-02-18 04:42:19'),(107204,38646,'action created','2021-02-18 12:42:19','2021-02-18 04:42:19'),(107205,38646,'action started via WP Cron','2021-02-18 12:44:24','2021-02-18 04:44:24'),(107206,38646,'action complete via WP Cron','2021-02-18 12:44:24','2021-02-18 04:44:24'),(107207,38647,'action created','2021-02-18 12:44:24','2021-02-18 04:44:24'),(107208,38647,'action started via WP Cron','2021-02-18 12:58:26','2021-02-18 04:58:26'),(107209,38647,'action complete via WP Cron','2021-02-18 12:58:26','2021-02-18 04:58:26'),(107210,38648,'action created','2021-02-18 12:58:26','2021-02-18 04:58:26'),(107211,38648,'action started via WP Cron','2021-02-18 12:58:43','2021-02-18 04:58:43'),(107212,38648,'action complete via WP Cron','2021-02-18 12:58:43','2021-02-18 04:58:43'),(107213,38649,'action created','2021-02-18 12:58:43','2021-02-18 04:58:43'),(107214,38649,'action started via WP Cron','2021-02-18 13:08:05','2021-02-18 05:08:05'),(107215,38649,'action complete via WP Cron','2021-02-18 13:08:05','2021-02-18 05:08:05'),(107216,38650,'action created','2021-02-18 13:08:05','2021-02-18 05:08:05'),(107217,38650,'action started via WP Cron','2021-02-18 13:11:23','2021-02-18 05:11:23'),(107218,38650,'action complete via WP Cron','2021-02-18 13:11:23','2021-02-18 05:11:23'),(107219,38651,'action created','2021-02-18 13:11:23','2021-02-18 05:11:23'),(107220,38651,'action started via WP Cron','2021-02-18 13:12:31','2021-02-18 05:12:31'),(107221,38651,'action complete via WP Cron','2021-02-18 13:12:31','2021-02-18 05:12:31'),(107222,38652,'action created','2021-02-18 13:12:32','2021-02-18 05:12:32'),(107223,38652,'action started via WP Cron','2021-02-18 13:13:33','2021-02-18 05:13:33'),(107224,38652,'action complete via WP Cron','2021-02-18 13:13:33','2021-02-18 05:13:33'),(107225,38653,'action created','2021-02-18 13:13:33','2021-02-18 05:13:33'),(107226,38653,'action started via WP Cron','2021-02-18 13:15:35','2021-02-18 05:15:35'),(107227,38653,'action complete via WP Cron','2021-02-18 13:15:35','2021-02-18 05:15:35'),(107228,38654,'action created','2021-02-18 13:15:35','2021-02-18 05:15:35'),(107229,38654,'action started via WP Cron','2021-02-18 13:16:36','2021-02-18 05:16:36'),(107230,38654,'action complete via WP Cron','2021-02-18 13:16:36','2021-02-18 05:16:36'),(107231,38655,'action created','2021-02-18 13:16:36','2021-02-18 05:16:36'),(107232,38655,'action started via WP Cron','2021-02-18 13:18:30','2021-02-18 05:18:30'),(107233,38655,'action complete via WP Cron','2021-02-18 13:18:30','2021-02-18 05:18:30'),(107234,38656,'action created','2021-02-18 13:18:30','2021-02-18 05:18:30'),(107235,38656,'action started via WP Cron','2021-02-18 13:19:54','2021-02-18 05:19:54'),(107236,38656,'action complete via WP Cron','2021-02-18 13:19:54','2021-02-18 05:19:54'),(107237,38657,'action created','2021-02-18 13:19:54','2021-02-18 05:19:54'),(107238,38657,'action started via WP Cron','2021-02-18 13:21:07','2021-02-18 05:21:07'),(107239,38657,'action complete via WP Cron','2021-02-18 13:21:07','2021-02-18 05:21:07'),(107240,38658,'action created','2021-02-18 13:21:07','2021-02-18 05:21:07'),(107241,38658,'action started via WP Cron','2021-02-18 13:21:41','2021-02-18 05:21:41'),(107242,38658,'action complete via WP Cron','2021-02-18 13:21:41','2021-02-18 05:21:41'),(107243,38659,'action created','2021-02-18 13:21:41','2021-02-18 05:21:41'),(107244,38659,'action started via WP Cron','2021-02-18 13:23:17','2021-02-18 05:23:17'),(107245,38659,'action complete via WP Cron','2021-02-18 13:23:17','2021-02-18 05:23:17'),(107246,38660,'action created','2021-02-18 13:23:17','2021-02-18 05:23:17'),(107247,38660,'action started via WP Cron','2021-02-18 13:24:17','2021-02-18 05:24:17'),(107248,38660,'action complete via WP Cron','2021-02-18 13:24:17','2021-02-18 05:24:17'),(107249,38661,'action created','2021-02-18 13:24:17','2021-02-18 05:24:17'),(107250,38661,'action started via WP Cron','2021-02-18 13:37:20','2021-02-18 05:37:20'),(107251,38661,'action complete via WP Cron','2021-02-18 13:37:20','2021-02-18 05:37:20'),(107252,38662,'action created','2021-02-18 13:41:37','2021-02-18 05:41:37'),(107253,38662,'action started via WP Cron','2021-02-18 13:42:22','2021-02-18 05:42:22'),(107254,38662,'action complete via WP Cron','2021-02-18 13:42:22','2021-02-18 05:42:22'),(107255,38663,'action created','2021-02-18 13:42:22','2021-02-18 05:42:22'),(107256,38663,'action started via WP Cron','2021-02-18 13:43:36','2021-02-18 05:43:36'),(107257,38663,'action complete via WP Cron','2021-02-18 13:43:36','2021-02-18 05:43:36'),(107258,38664,'action created','2021-02-18 13:43:36','2021-02-18 05:43:36'),(107259,38664,'action started via WP Cron','2021-02-18 13:44:25','2021-02-18 05:44:25'),(107260,38664,'action complete via WP Cron','2021-02-18 13:44:25','2021-02-18 05:44:25'),(107261,38665,'action created','2021-02-18 13:44:25','2021-02-18 05:44:25'),(107262,38665,'action started via WP Cron','2021-02-18 13:45:25','2021-02-18 05:45:25'),(107263,38665,'action complete via WP Cron','2021-02-18 13:45:25','2021-02-18 05:45:25'),(107264,38666,'action created','2021-02-18 13:45:25','2021-02-18 05:45:25'),(107265,38666,'action started via WP Cron','2021-02-18 13:46:40','2021-02-18 05:46:40'),(107266,38666,'action complete via WP Cron','2021-02-18 13:46:40','2021-02-18 05:46:40'),(107267,38667,'action created','2021-02-18 13:46:40','2021-02-18 05:46:40'),(107268,38667,'action started via WP Cron','2021-02-18 13:51:52','2021-02-18 05:51:52'),(107269,38667,'action complete via WP Cron','2021-02-18 13:51:52','2021-02-18 05:51:52'),(107270,38668,'action created','2021-02-18 13:51:52','2021-02-18 05:51:52'),(107271,38668,'action started via WP Cron','2021-02-18 13:59:48','2021-02-18 05:59:48'),(107272,38668,'action complete via WP Cron','2021-02-18 13:59:48','2021-02-18 05:59:48'),(107273,38669,'action created','2021-02-18 13:59:48','2021-02-18 05:59:48'),(107274,38669,'action started via WP Cron','2021-02-18 14:01:24','2021-02-18 06:01:24'),(107275,38669,'action complete via WP Cron','2021-02-18 14:01:24','2021-02-18 06:01:24'),(107276,38670,'action created','2021-02-18 14:01:24','2021-02-18 06:01:24'),(107277,38670,'action started via WP Cron','2021-02-18 14:02:29','2021-02-18 06:02:29'),(107278,38670,'action complete via WP Cron','2021-02-18 14:02:29','2021-02-18 06:02:29'),(107279,38671,'action created','2021-02-18 14:02:29','2021-02-18 06:02:29'),(107280,38671,'action started via WP Cron','2021-02-18 14:06:35','2021-02-18 06:06:35'),(107281,38671,'action complete via WP Cron','2021-02-18 14:06:35','2021-02-18 06:06:35'),(107282,38672,'action created','2021-02-18 14:06:35','2021-02-18 06:06:35'),(107283,38672,'action started via WP Cron','2021-02-18 14:06:57','2021-02-18 06:06:57'),(107284,38672,'action complete via WP Cron','2021-02-18 14:06:57','2021-02-18 06:06:57'),(107285,38673,'action created','2021-02-18 14:06:57','2021-02-18 06:06:57'),(107286,38673,'action started via WP Cron','2021-02-18 14:08:02','2021-02-18 06:08:02'),(107287,38673,'action complete via WP Cron','2021-02-18 14:08:02','2021-02-18 06:08:02'),(107288,38674,'action created','2021-02-18 14:08:03','2021-02-18 06:08:03'),(107289,38674,'action started via WP Cron','2021-02-18 14:08:46','2021-02-18 06:08:46'),(107290,38674,'action complete via WP Cron','2021-02-18 14:08:46','2021-02-18 06:08:46'),(107291,38675,'action created','2021-02-18 14:08:46','2021-02-18 06:08:46'),(107292,38675,'action started via WP Cron','2021-02-18 14:09:53','2021-02-18 06:09:53'),(107293,38675,'action complete via WP Cron','2021-02-18 14:09:53','2021-02-18 06:09:53'),(107294,38676,'action created','2021-02-18 14:09:53','2021-02-18 06:09:53'),(107295,38676,'action started via WP Cron','2021-02-18 14:20:05','2021-02-18 06:20:05'),(107296,38676,'action complete via WP Cron','2021-02-18 14:20:05','2021-02-18 06:20:05'),(107297,38677,'action created','2021-02-18 14:20:05','2021-02-18 06:20:05'),(107298,38677,'action started via WP Cron','2021-02-18 14:21:16','2021-02-18 06:21:16'),(107299,38677,'action complete via WP Cron','2021-02-18 14:21:16','2021-02-18 06:21:16'),(107300,38678,'action created','2021-02-18 14:21:16','2021-02-18 06:21:16'),(107301,38678,'action started via WP Cron','2021-02-18 14:22:14','2021-02-18 06:22:14'),(107302,38678,'action complete via WP Cron','2021-02-18 14:22:14','2021-02-18 06:22:14'),(107303,38679,'action created','2021-02-18 14:22:14','2021-02-18 06:22:14'),(107304,38679,'action started via WP Cron','2021-02-18 14:23:08','2021-02-18 06:23:08'),(107305,38679,'action complete via WP Cron','2021-02-18 14:23:08','2021-02-18 06:23:08'),(107306,38680,'action created','2021-02-18 14:23:08','2021-02-18 06:23:08'),(107307,38680,'action started via WP Cron','2021-02-18 14:24:09','2021-02-18 06:24:09'),(107308,38680,'action complete via WP Cron','2021-02-18 14:24:09','2021-02-18 06:24:09'),(107309,38681,'action created','2021-02-18 14:24:10','2021-02-18 06:24:10'),(107310,38681,'action started via WP Cron','2021-02-18 14:25:10','2021-02-18 06:25:10'),(107311,38681,'action complete via WP Cron','2021-02-18 14:25:10','2021-02-18 06:25:10'),(107312,38682,'action created','2021-02-18 14:25:10','2021-02-18 06:25:10'),(107313,38682,'action started via WP Cron','2021-02-18 14:29:17','2021-02-18 06:29:17'),(107314,38682,'action complete via WP Cron','2021-02-18 14:29:17','2021-02-18 06:29:17'),(107315,38683,'action created','2021-02-18 14:29:17','2021-02-18 06:29:17'),(107316,38683,'action started via WP Cron','2021-02-18 14:30:18','2021-02-18 06:30:18'),(107317,38683,'action complete via WP Cron','2021-02-18 14:30:18','2021-02-18 06:30:18'),(107318,38684,'action created','2021-02-18 14:30:18','2021-02-18 06:30:18'),(107319,38684,'action started via WP Cron','2021-02-18 14:33:38','2021-02-18 06:33:38'),(107320,38684,'action complete via WP Cron','2021-02-18 14:33:38','2021-02-18 06:33:38'),(107321,38685,'action created','2021-02-18 14:33:38','2021-02-18 06:33:38'),(107322,38685,'action started via WP Cron','2021-02-18 14:40:30','2021-02-18 06:40:30'),(107323,38685,'action complete via WP Cron','2021-02-18 14:40:30','2021-02-18 06:40:30'),(107324,38686,'action created','2021-02-18 14:40:30','2021-02-18 06:40:30'),(107325,38686,'action started via WP Cron','2021-02-18 14:45:40','2021-02-18 06:45:40'),(107326,38686,'action complete via WP Cron','2021-02-18 14:45:40','2021-02-18 06:45:40'),(107327,38687,'action created','2021-02-18 14:45:40','2021-02-18 06:45:40'),(107328,38687,'action started via WP Cron','2021-02-18 14:47:39','2021-02-18 06:47:39'),(107329,38687,'action complete via WP Cron','2021-02-18 14:47:39','2021-02-18 06:47:39'),(107330,38688,'action created','2021-02-18 14:47:39','2021-02-18 06:47:39'),(107331,38688,'action started via WP Cron','2021-02-18 14:49:47','2021-02-18 06:49:47'),(107332,38688,'action complete via WP Cron','2021-02-18 14:49:47','2021-02-18 06:49:47'),(107333,38689,'action created','2021-02-18 14:49:47','2021-02-18 06:49:47'),(107334,38689,'action started via WP Cron','2021-02-18 14:50:52','2021-02-18 06:50:52'),(107335,38689,'action complete via WP Cron','2021-02-18 14:50:52','2021-02-18 06:50:52'),(107336,38690,'action created','2021-02-18 14:50:52','2021-02-18 06:50:52'),(107337,38690,'action started via WP Cron','2021-02-18 14:53:54','2021-02-18 06:53:54'),(107338,38690,'action complete via WP Cron','2021-02-18 14:53:54','2021-02-18 06:53:54'),(107339,38691,'action created','2021-02-18 14:53:54','2021-02-18 06:53:54'),(107340,38691,'action started via WP Cron','2021-02-18 14:54:48','2021-02-18 06:54:48'),(107341,38691,'action complete via WP Cron','2021-02-18 14:54:48','2021-02-18 06:54:48'),(107342,38692,'action created','2021-02-18 14:54:48','2021-02-18 06:54:48'),(107343,38692,'action started via WP Cron','2021-02-18 14:56:00','2021-02-18 06:56:00'),(107344,38692,'action complete via WP Cron','2021-02-18 14:56:00','2021-02-18 06:56:00'),(107345,38693,'action created','2021-02-18 14:56:00','2021-02-18 06:56:00'),(107346,38693,'action started via WP Cron','2021-02-18 14:56:42','2021-02-18 06:56:42'),(107347,38693,'action complete via WP Cron','2021-02-18 14:56:42','2021-02-18 06:56:42'),(107348,38694,'action created','2021-02-18 14:56:42','2021-02-18 06:56:42'),(107349,38694,'action started via WP Cron','2021-02-18 14:57:44','2021-02-18 06:57:44'),(107350,38694,'action complete via WP Cron','2021-02-18 14:57:44','2021-02-18 06:57:44'),(107351,38695,'action created','2021-02-18 14:57:44','2021-02-18 06:57:44'),(107352,38695,'action started via WP Cron','2021-02-18 14:58:47','2021-02-18 06:58:47'),(107353,38695,'action complete via WP Cron','2021-02-18 14:58:47','2021-02-18 06:58:47'),(107354,38696,'action created','2021-02-18 14:58:47','2021-02-18 06:58:47'),(107355,38696,'action started via WP Cron','2021-02-18 14:59:52','2021-02-18 06:59:52'),(107356,38696,'action complete via WP Cron','2021-02-18 14:59:52','2021-02-18 06:59:52'),(107357,38697,'action created','2021-02-18 14:59:52','2021-02-18 06:59:52'),(107358,38697,'action started via WP Cron','2021-02-18 15:00:55','2021-02-18 07:00:55'),(107359,38697,'action complete via WP Cron','2021-02-18 15:00:55','2021-02-18 07:00:55'),(107360,38698,'action created','2021-02-18 15:00:55','2021-02-18 07:00:55'),(107361,38698,'action started via WP Cron','2021-02-18 15:01:57','2021-02-18 07:01:57'),(107362,38698,'action complete via WP Cron','2021-02-18 15:01:57','2021-02-18 07:01:57'),(107363,38699,'action created','2021-02-18 15:01:57','2021-02-18 07:01:57'),(107364,38699,'action started via WP Cron','2021-02-18 15:02:44','2021-02-18 07:02:44'),(107365,38699,'action complete via WP Cron','2021-02-18 15:02:44','2021-02-18 07:02:44'),(107366,38700,'action created','2021-02-18 15:02:44','2021-02-18 07:02:44'),(107367,38700,'action started via WP Cron','2021-02-18 15:03:49','2021-02-18 07:03:49'),(107368,38700,'action complete via WP Cron','2021-02-18 15:03:49','2021-02-18 07:03:49'),(107369,38701,'action created','2021-02-18 15:03:49','2021-02-18 07:03:49'),(107370,38701,'action started via WP Cron','2021-02-18 15:04:43','2021-02-18 07:04:43'),(107371,38701,'action complete via WP Cron','2021-02-18 15:04:43','2021-02-18 07:04:43'),(107372,38702,'action created','2021-02-18 15:04:43','2021-02-18 07:04:43'),(107373,38702,'action started via WP Cron','2021-02-18 15:05:59','2021-02-18 07:05:59'),(107374,38702,'action complete via WP Cron','2021-02-18 15:05:59','2021-02-18 07:05:59'),(107375,38703,'action created','2021-02-18 15:05:59','2021-02-18 07:05:59'),(107376,38703,'action started via WP Cron','2021-02-18 15:06:47','2021-02-18 07:06:47'),(107377,38703,'action complete via WP Cron','2021-02-18 15:06:47','2021-02-18 07:06:47'),(107378,38704,'action created','2021-02-18 15:06:47','2021-02-18 07:06:47'),(107379,38704,'action started via WP Cron','2021-02-18 15:07:51','2021-02-18 07:07:51'),(107380,38704,'action complete via WP Cron','2021-02-18 15:07:51','2021-02-18 07:07:51'),(107381,38705,'action created','2021-02-18 15:07:51','2021-02-18 07:07:51'),(107382,38705,'action started via WP Cron','2021-02-18 15:08:43','2021-02-18 07:08:43'),(107383,38705,'action complete via WP Cron','2021-02-18 15:08:43','2021-02-18 07:08:43'),(107384,38706,'action created','2021-02-18 15:08:43','2021-02-18 07:08:43'),(107385,38706,'action started via WP Cron','2021-02-18 15:09:48','2021-02-18 07:09:48'),(107386,38706,'action complete via WP Cron','2021-02-18 15:09:48','2021-02-18 07:09:48'),(107387,38707,'action created','2021-02-18 15:09:48','2021-02-18 07:09:48'),(107388,38707,'action started via WP Cron','2021-02-18 15:10:50','2021-02-18 07:10:50'),(107389,38707,'action complete via WP Cron','2021-02-18 15:10:50','2021-02-18 07:10:50'),(107390,38708,'action created','2021-02-18 15:10:50','2021-02-18 07:10:50'),(107391,38708,'action started via WP Cron','2021-02-18 15:11:59','2021-02-18 07:11:59'),(107392,38708,'action complete via WP Cron','2021-02-18 15:11:59','2021-02-18 07:11:59'),(107393,38709,'action created','2021-02-18 15:11:59','2021-02-18 07:11:59'),(107394,38709,'action started via WP Cron','2021-02-18 15:12:57','2021-02-18 07:12:57'),(107395,38709,'action complete via WP Cron','2021-02-18 15:12:57','2021-02-18 07:12:57'),(107396,38710,'action created','2021-02-18 15:12:58','2021-02-18 07:12:58'),(107397,38710,'action started via WP Cron','2021-02-18 15:13:50','2021-02-18 07:13:50'),(107398,38710,'action complete via WP Cron','2021-02-18 15:13:50','2021-02-18 07:13:50'),(107399,38711,'action created','2021-02-18 15:13:50','2021-02-18 07:13:50'),(107400,38711,'action started via WP Cron','2021-02-18 15:14:43','2021-02-18 07:14:43'),(107401,38711,'action complete via WP Cron','2021-02-18 15:14:43','2021-02-18 07:14:43'),(107402,38712,'action created','2021-02-18 15:14:43','2021-02-18 07:14:43'),(107403,38712,'action started via WP Cron','2021-02-18 15:15:43','2021-02-18 07:15:43'),(107404,38712,'action complete via WP Cron','2021-02-18 15:15:43','2021-02-18 07:15:43'),(107405,38713,'action created','2021-02-18 15:15:44','2021-02-18 07:15:44'),(107406,38713,'action started via WP Cron','2021-02-18 15:16:52','2021-02-18 07:16:52'),(107407,38713,'action complete via WP Cron','2021-02-18 15:16:52','2021-02-18 07:16:52'),(107408,38714,'action created','2021-02-18 15:16:52','2021-02-18 07:16:52'),(107409,38714,'action started via WP Cron','2021-02-18 15:17:49','2021-02-18 07:17:49'),(107410,38714,'action complete via WP Cron','2021-02-18 15:17:49','2021-02-18 07:17:49'),(107411,38715,'action created','2021-02-18 15:17:49','2021-02-18 07:17:49'),(107412,38715,'action started via WP Cron','2021-02-18 15:18:42','2021-02-18 07:18:42'),(107413,38715,'action complete via WP Cron','2021-02-18 15:18:42','2021-02-18 07:18:42'),(107414,38716,'action created','2021-02-18 15:18:42','2021-02-18 07:18:42'),(107415,38716,'action started via WP Cron','2021-02-18 15:19:43','2021-02-18 07:19:43'),(107416,38716,'action complete via WP Cron','2021-02-18 15:19:43','2021-02-18 07:19:43'),(107417,38717,'action created','2021-02-18 15:19:43','2021-02-18 07:19:43'),(107418,38717,'action started via WP Cron','2021-02-18 15:21:05','2021-02-18 07:21:05'),(107419,38717,'action complete via WP Cron','2021-02-18 15:21:05','2021-02-18 07:21:05'),(107420,38718,'action created','2021-02-18 15:21:05','2021-02-18 07:21:05'),(107421,38718,'action started via WP Cron','2021-02-18 15:22:03','2021-02-18 07:22:03'),(107422,38718,'action complete via WP Cron','2021-02-18 15:22:03','2021-02-18 07:22:03'),(107423,38719,'action created','2021-02-18 15:22:03','2021-02-18 07:22:03'),(107424,38719,'action started via WP Cron','2021-02-18 15:23:04','2021-02-18 07:23:04'),(107425,38719,'action complete via WP Cron','2021-02-18 15:23:04','2021-02-18 07:23:04'),(107426,38720,'action created','2021-02-18 15:23:04','2021-02-18 07:23:04'),(107427,38720,'action started via WP Cron','2021-02-18 15:23:49','2021-02-18 07:23:49'),(107428,38720,'action complete via WP Cron','2021-02-18 15:23:49','2021-02-18 07:23:49'),(107429,38721,'action created','2021-02-18 15:23:49','2021-02-18 07:23:49'),(107430,38721,'action started via WP Cron','2021-02-18 15:24:48','2021-02-18 07:24:48'),(107431,38721,'action complete via WP Cron','2021-02-18 15:24:48','2021-02-18 07:24:48'),(107432,38722,'action created','2021-02-18 15:24:48','2021-02-18 07:24:48'),(107433,38722,'action started via WP Cron','2021-02-18 15:25:46','2021-02-18 07:25:46'),(107434,38722,'action complete via WP Cron','2021-02-18 15:25:46','2021-02-18 07:25:46'),(107435,38723,'action created','2021-02-18 15:25:46','2021-02-18 07:25:46'),(107436,38723,'action started via WP Cron','2021-02-18 15:26:44','2021-02-18 07:26:44'),(107437,38723,'action complete via WP Cron','2021-02-18 15:26:44','2021-02-18 07:26:44'),(107438,38724,'action created','2021-02-18 15:26:44','2021-02-18 07:26:44'),(107439,38724,'action started via WP Cron','2021-02-18 15:28:01','2021-02-18 07:28:01'),(107440,38724,'action complete via WP Cron','2021-02-18 15:28:01','2021-02-18 07:28:01'),(107441,38725,'action created','2021-02-18 15:28:01','2021-02-18 07:28:01'),(107442,38725,'action started via WP Cron','2021-02-18 15:28:56','2021-02-18 07:28:56'),(107443,38725,'action complete via WP Cron','2021-02-18 15:28:56','2021-02-18 07:28:56'),(107444,38726,'action created','2021-02-18 15:28:56','2021-02-18 07:28:56'),(107445,38726,'action started via WP Cron','2021-02-18 15:29:51','2021-02-18 07:29:51'),(107446,38726,'action complete via WP Cron','2021-02-18 15:29:51','2021-02-18 07:29:51'),(107447,38727,'action created','2021-02-18 15:29:51','2021-02-18 07:29:51'),(107448,38727,'action started via WP Cron','2021-02-18 15:30:45','2021-02-18 07:30:45'),(107449,38727,'action complete via WP Cron','2021-02-18 15:30:45','2021-02-18 07:30:45'),(107450,38728,'action created','2021-02-18 15:30:45','2021-02-18 07:30:45'),(107451,38728,'action started via WP Cron','2021-02-18 15:44:58','2021-02-18 07:44:58'),(107452,38728,'action complete via WP Cron','2021-02-18 15:44:59','2021-02-18 07:44:59'),(107453,38729,'action created','2021-02-18 15:44:59','2021-02-18 07:44:59'),(107454,38729,'action started via WP Cron','2021-02-18 15:47:11','2021-02-18 07:47:11'),(107455,38729,'action complete via WP Cron','2021-02-18 15:47:11','2021-02-18 07:47:11'),(107456,38730,'action created','2021-02-18 15:47:11','2021-02-18 07:47:11'),(107457,38730,'action started via WP Cron','2021-02-18 15:53:10','2021-02-18 07:53:10'),(107458,38730,'action complete via WP Cron','2021-02-18 15:53:10','2021-02-18 07:53:10'),(107459,38731,'action created','2021-02-18 15:53:10','2021-02-18 07:53:10'),(107460,38731,'action started via WP Cron','2021-02-18 15:53:40','2021-02-18 07:53:40'),(107461,38731,'action complete via WP Cron','2021-02-18 15:53:40','2021-02-18 07:53:40'),(107462,38732,'action created','2021-02-18 15:53:40','2021-02-18 07:53:40'),(107463,38732,'action started via WP Cron','2021-02-18 15:54:47','2021-02-18 07:54:47'),(107464,38732,'action complete via WP Cron','2021-02-18 15:54:47','2021-02-18 07:54:47'),(107465,38733,'action created','2021-02-18 15:54:47','2021-02-18 07:54:47'),(107466,38733,'action started via WP Cron','2021-02-18 15:55:48','2021-02-18 07:55:48'),(107467,38733,'action complete via WP Cron','2021-02-18 15:55:48','2021-02-18 07:55:48'),(107468,38734,'action created','2021-02-18 15:55:48','2021-02-18 07:55:48'),(107469,38734,'action started via WP Cron','2021-02-18 15:57:50','2021-02-18 07:57:50'),(107470,38734,'action complete via WP Cron','2021-02-18 15:57:50','2021-02-18 07:57:50'),(107471,38735,'action created','2021-02-18 15:57:50','2021-02-18 07:57:50'),(107472,38735,'action started via WP Cron','2021-02-18 15:58:51','2021-02-18 07:58:51'),(107473,38735,'action complete via WP Cron','2021-02-18 15:58:51','2021-02-18 07:58:51'),(107474,38736,'action created','2021-02-18 15:58:51','2021-02-18 07:58:51'),(107475,38736,'action started via WP Cron','2021-02-18 15:59:52','2021-02-18 07:59:52'),(107476,38736,'action complete via WP Cron','2021-02-18 15:59:52','2021-02-18 07:59:52'),(107477,38737,'action created','2021-02-18 15:59:52','2021-02-18 07:59:52'),(107478,38737,'action started via WP Cron','2021-02-18 16:01:07','2021-02-18 08:01:07'),(107479,38737,'action complete via WP Cron','2021-02-18 16:01:07','2021-02-18 08:01:07'),(107480,38738,'action created','2021-02-18 16:01:07','2021-02-18 08:01:07'),(107481,38738,'action started via WP Cron','2021-02-18 16:03:07','2021-02-18 08:03:07'),(107482,38738,'action complete via WP Cron','2021-02-18 16:03:07','2021-02-18 08:03:07'),(107483,38739,'action created','2021-02-18 16:03:07','2021-02-18 08:03:07'),(107484,38739,'action started via WP Cron','2021-02-18 16:03:50','2021-02-18 08:03:50'),(107485,38739,'action complete via WP Cron','2021-02-18 16:03:50','2021-02-18 08:03:50'),(107486,38740,'action created','2021-02-18 16:03:50','2021-02-18 08:03:50'),(107487,38740,'action started via WP Cron','2021-02-18 16:04:57','2021-02-18 08:04:57'),(107488,38740,'action complete via WP Cron','2021-02-18 16:04:57','2021-02-18 08:04:57'),(107489,38741,'action created','2021-02-18 16:04:57','2021-02-18 08:04:57'),(107490,38741,'action started via WP Cron','2021-02-18 16:13:18','2021-02-18 08:13:18'),(107491,38741,'action complete via WP Cron','2021-02-18 16:13:18','2021-02-18 08:13:18'),(107492,38742,'action created','2021-02-18 16:13:18','2021-02-18 08:13:18'),(107493,38742,'action started via WP Cron','2021-02-18 16:16:17','2021-02-18 08:16:17'),(107494,38742,'action complete via WP Cron','2021-02-18 16:16:17','2021-02-18 08:16:17'),(107495,38743,'action created','2021-02-18 16:16:17','2021-02-18 08:16:17'),(107496,38743,'action started via WP Cron','2021-02-18 16:17:15','2021-02-18 08:17:15'),(107497,38743,'action complete via WP Cron','2021-02-18 16:17:15','2021-02-18 08:17:15'),(107498,38744,'action created','2021-02-18 16:17:15','2021-02-18 08:17:15'),(107499,38744,'action started via WP Cron','2021-02-18 16:18:16','2021-02-18 08:18:16'),(107500,38744,'action complete via WP Cron','2021-02-18 16:18:16','2021-02-18 08:18:16'),(107501,38745,'action created','2021-02-18 16:18:16','2021-02-18 08:18:16'),(107502,38745,'action started via WP Cron','2021-02-18 16:19:11','2021-02-18 08:19:11'),(107503,38745,'action complete via WP Cron','2021-02-18 16:19:11','2021-02-18 08:19:11'),(107504,38746,'action created','2021-02-18 16:19:11','2021-02-18 08:19:11'),(107505,38746,'action started via WP Cron','2021-02-18 16:20:18','2021-02-18 08:20:18'),(107506,38746,'action complete via WP Cron','2021-02-18 16:20:18','2021-02-18 08:20:18'),(107507,38747,'action created','2021-02-18 16:20:18','2021-02-18 08:20:18'),(107508,38747,'action started via WP Cron','2021-02-18 16:21:19','2021-02-18 08:21:19'),(107509,38747,'action complete via WP Cron','2021-02-18 16:21:19','2021-02-18 08:21:19'),(107510,38748,'action created','2021-02-18 16:21:19','2021-02-18 08:21:19'),(107511,38748,'action started via WP Cron','2021-02-18 16:22:20','2021-02-18 08:22:20'),(107512,38748,'action complete via WP Cron','2021-02-18 16:22:20','2021-02-18 08:22:20'),(107513,38749,'action created','2021-02-18 16:22:20','2021-02-18 08:22:20'),(107514,38749,'action started via WP Cron','2021-02-18 16:24:50','2021-02-18 08:24:50'),(107515,38749,'action complete via WP Cron','2021-02-18 16:24:50','2021-02-18 08:24:50'),(107516,38750,'action created','2021-02-18 16:24:50','2021-02-18 08:24:50'),(107517,38750,'action started via WP Cron','2021-02-18 16:26:00','2021-02-18 08:26:00'),(107518,38750,'action complete via WP Cron','2021-02-18 16:26:00','2021-02-18 08:26:00'),(107519,38751,'action created','2021-02-18 16:26:00','2021-02-18 08:26:00'),(107520,38751,'action started via WP Cron','2021-02-18 16:27:00','2021-02-18 08:27:00'),(107521,38751,'action complete via WP Cron','2021-02-18 16:27:00','2021-02-18 08:27:00'),(107522,38752,'action created','2021-02-18 16:27:00','2021-02-18 08:27:00'),(107523,38752,'action started via WP Cron','2021-02-18 16:29:34','2021-02-18 08:29:34'),(107524,38752,'action complete via WP Cron','2021-02-18 16:29:34','2021-02-18 08:29:34'),(107525,38753,'action created','2021-02-18 16:29:34','2021-02-18 08:29:34'),(107526,38753,'action started via WP Cron','2021-02-18 16:29:54','2021-02-18 08:29:54'),(107527,38753,'action complete via WP Cron','2021-02-18 16:29:54','2021-02-18 08:29:54'),(107528,38754,'action created','2021-02-18 16:29:54','2021-02-18 08:29:54'),(107529,38754,'action started via WP Cron','2021-02-18 16:34:47','2021-02-18 08:34:47'),(107530,38754,'action complete via WP Cron','2021-02-18 16:34:47','2021-02-18 08:34:47'),(107531,38755,'action created','2021-02-18 16:34:47','2021-02-18 08:34:47'),(107532,38755,'action started via WP Cron','2021-02-18 16:36:58','2021-02-18 08:36:58'),(107533,38755,'action complete via WP Cron','2021-02-18 16:36:58','2021-02-18 08:36:58'),(107534,38756,'action created','2021-02-18 16:36:59','2021-02-18 08:36:59'),(107535,38756,'action started via WP Cron','2021-02-18 16:38:52','2021-02-18 08:38:52'),(107536,38756,'action complete via WP Cron','2021-02-18 16:38:52','2021-02-18 08:38:52'),(107537,38757,'action created','2021-02-18 16:38:52','2021-02-18 08:38:52'),(107538,38757,'action started via WP Cron','2021-02-18 16:40:02','2021-02-18 08:40:02'),(107539,38757,'action complete via WP Cron','2021-02-18 16:40:02','2021-02-18 08:40:02'),(107540,38758,'action created','2021-02-18 16:41:03','2021-02-18 08:41:03'),(107541,38758,'action started via WP Cron','2021-02-18 16:43:47','2021-02-18 08:43:47'),(107542,38758,'action complete via WP Cron','2021-02-18 16:43:47','2021-02-18 08:43:47'),(107543,38759,'action created','2021-02-18 16:43:47','2021-02-18 08:43:47'),(107544,38759,'action started via WP Cron','2021-02-18 16:44:46','2021-02-18 08:44:46'),(107545,38759,'action complete via WP Cron','2021-02-18 16:44:46','2021-02-18 08:44:46'),(107546,38760,'action created','2021-02-18 16:44:46','2021-02-18 08:44:46'),(107547,38760,'action started via WP Cron','2021-02-18 16:59:04','2021-02-18 08:59:04'),(107548,38760,'action complete via WP Cron','2021-02-18 16:59:04','2021-02-18 08:59:04'),(107549,38761,'action created','2021-02-18 16:59:04','2021-02-18 08:59:04'),(107550,38761,'action started via WP Cron','2021-02-18 16:59:58','2021-02-18 08:59:58'),(107551,38761,'action complete via WP Cron','2021-02-18 16:59:58','2021-02-18 08:59:58'),(107552,38762,'action created','2021-02-18 16:59:58','2021-02-18 08:59:58'),(107553,38762,'action started via WP Cron','2021-02-18 17:00:52','2021-02-18 09:00:52'),(107554,38762,'action complete via WP Cron','2021-02-18 17:00:52','2021-02-18 09:00:52'),(107555,38763,'action created','2021-02-18 17:00:52','2021-02-18 09:00:52'),(107556,38763,'action started via WP Cron','2021-02-18 17:02:54','2021-02-18 09:02:54'),(107557,38763,'action complete via WP Cron','2021-02-18 17:02:54','2021-02-18 09:02:54'),(107558,38764,'action created','2021-02-18 17:02:54','2021-02-18 09:02:54'),(107559,38764,'action started via WP Cron','2021-02-18 17:03:55','2021-02-18 09:03:55'),(107560,38764,'action complete via WP Cron','2021-02-18 17:03:55','2021-02-18 09:03:55'),(107561,38765,'action created','2021-02-18 17:03:55','2021-02-18 09:03:55'),(107562,38765,'action started via WP Cron','2021-02-18 17:04:56','2021-02-18 09:04:56'),(107563,38765,'action complete via WP Cron','2021-02-18 17:04:56','2021-02-18 09:04:56'),(107564,38766,'action created','2021-02-18 17:04:57','2021-02-18 09:04:57'),(107565,38766,'action started via WP Cron','2021-02-18 17:07:54','2021-02-18 09:07:54'),(107566,38766,'action complete via WP Cron','2021-02-18 17:07:54','2021-02-18 09:07:54'),(107567,38767,'action created','2021-02-18 17:07:54','2021-02-18 09:07:54'),(107568,38767,'action started via WP Cron','2021-02-18 17:13:17','2021-02-18 09:13:17'),(107569,38767,'action complete via WP Cron','2021-02-18 17:13:17','2021-02-18 09:13:17'),(107570,38768,'action created','2021-02-18 17:13:18','2021-02-18 09:13:18'),(107571,38768,'action started via WP Cron','2021-02-18 17:14:26','2021-02-18 09:14:26'),(107572,38768,'action complete via WP Cron','2021-02-18 17:14:26','2021-02-18 09:14:26'),(107573,38769,'action created','2021-02-18 17:14:26','2021-02-18 09:14:26'),(107574,38769,'action started via WP Cron','2021-02-18 17:15:08','2021-02-18 09:15:08'),(107575,38769,'action complete via WP Cron','2021-02-18 17:15:08','2021-02-18 09:15:08'),(107576,38770,'action created','2021-02-18 17:15:08','2021-02-18 09:15:08'),(107577,38770,'action started via WP Cron','2021-02-18 17:17:16','2021-02-18 09:17:16'),(107578,38770,'action complete via WP Cron','2021-02-18 17:17:16','2021-02-18 09:17:16'),(107579,38771,'action created','2021-02-18 17:17:16','2021-02-18 09:17:16'),(107580,38771,'action started via WP Cron','2021-02-18 17:22:23','2021-02-18 09:22:23'),(107581,38771,'action complete via WP Cron','2021-02-18 17:22:23','2021-02-18 09:22:23'),(107582,38772,'action created','2021-02-18 17:23:20','2021-02-18 09:23:20'),(107583,38772,'action started via WP Cron','2021-02-18 17:24:21','2021-02-18 09:24:21'),(107584,38772,'action complete via WP Cron','2021-02-18 17:24:21','2021-02-18 09:24:21'),(107585,38773,'action created','2021-02-18 17:24:21','2021-02-18 09:24:21'),(107586,38773,'action started via WP Cron','2021-02-18 17:25:22','2021-02-18 09:25:22'),(107587,38773,'action complete via WP Cron','2021-02-18 17:25:22','2021-02-18 09:25:22'),(107588,38774,'action created','2021-02-18 17:25:23','2021-02-18 09:25:23'),(107589,38774,'action started via WP Cron','2021-02-18 17:26:09','2021-02-18 09:26:09'),(107590,38774,'action complete via WP Cron','2021-02-18 17:26:09','2021-02-18 09:26:09'),(107591,38775,'action created','2021-02-18 17:26:09','2021-02-18 09:26:09'),(107592,38775,'action started via WP Cron','2021-02-18 17:27:24','2021-02-18 09:27:24'),(107593,38775,'action complete via WP Cron','2021-02-18 17:27:24','2021-02-18 09:27:24'),(107594,38776,'action created','2021-02-18 17:27:25','2021-02-18 09:27:25'),(107595,38776,'action started via WP Cron','2021-02-18 17:27:41','2021-02-18 09:27:41'),(107596,38776,'action complete via WP Cron','2021-02-18 17:27:41','2021-02-18 09:27:41'),(107597,38777,'action created','2021-02-18 17:27:41','2021-02-18 09:27:41'),(107598,38777,'action started via WP Cron','2021-02-18 17:28:46','2021-02-18 09:28:46'),(107599,38777,'action complete via WP Cron','2021-02-18 17:28:46','2021-02-18 09:28:46'),(107600,38778,'action created','2021-02-18 17:28:46','2021-02-18 09:28:46'),(107601,38778,'action started via WP Cron','2021-02-18 17:31:36','2021-02-18 09:31:36'),(107602,38778,'action complete via WP Cron','2021-02-18 17:31:36','2021-02-18 09:31:36'),(107603,38779,'action created','2021-02-18 17:31:36','2021-02-18 09:31:36'),(107604,38779,'action started via WP Cron','2021-02-18 17:35:00','2021-02-18 09:35:00'),(107605,38779,'action complete via WP Cron','2021-02-18 17:35:00','2021-02-18 09:35:00'),(107606,38780,'action created','2021-02-18 17:35:00','2021-02-18 09:35:00'),(107607,38780,'action started via WP Cron','2021-02-18 17:42:14','2021-02-18 09:42:14'),(107608,38780,'action complete via WP Cron','2021-02-18 17:42:14','2021-02-18 09:42:14'),(107609,38781,'action created','2021-02-18 17:42:14','2021-02-18 09:42:14'),(107610,38781,'action started via WP Cron','2021-02-18 17:43:14','2021-02-18 09:43:14'),(107611,38781,'action complete via WP Cron','2021-02-18 17:43:14','2021-02-18 09:43:14'),(107612,38782,'action created','2021-02-18 17:43:15','2021-02-18 09:43:15'),(107613,38782,'action started via WP Cron','2021-02-18 17:44:16','2021-02-18 09:44:16'),(107614,38782,'action complete via WP Cron','2021-02-18 17:44:16','2021-02-18 09:44:16'),(107615,38783,'action created','2021-02-18 17:44:16','2021-02-18 09:44:16'),(107616,38783,'action started via WP Cron','2021-02-18 17:45:09','2021-02-18 09:45:09'),(107617,38783,'action complete via WP Cron','2021-02-18 17:45:09','2021-02-18 09:45:09'),(107618,38784,'action created','2021-02-18 17:45:09','2021-02-18 09:45:09'),(107619,38784,'action started via WP Cron','2021-02-18 17:46:17','2021-02-18 09:46:17'),(107620,38784,'action complete via WP Cron','2021-02-18 17:46:17','2021-02-18 09:46:17'),(107621,38785,'action created','2021-02-18 17:46:18','2021-02-18 09:46:18'),(107622,38785,'action started via WP Cron','2021-02-18 17:47:18','2021-02-18 09:47:18'),(107623,38785,'action complete via WP Cron','2021-02-18 17:47:18','2021-02-18 09:47:18'),(107624,38786,'action created','2021-02-18 17:47:18','2021-02-18 09:47:18'),(107625,38786,'action started via WP Cron','2021-02-18 17:48:19','2021-02-18 09:48:19'),(107626,38786,'action complete via WP Cron','2021-02-18 17:48:19','2021-02-18 09:48:19'),(107627,38787,'action created','2021-02-18 17:48:19','2021-02-18 09:48:19'),(107628,38787,'action started via WP Cron','2021-02-18 17:49:09','2021-02-18 09:49:09'),(107629,38787,'action complete via WP Cron','2021-02-18 17:49:09','2021-02-18 09:49:09'),(107630,38788,'action created','2021-02-18 17:49:09','2021-02-18 09:49:09'),(107631,38788,'action started via WP Cron','2021-02-18 17:51:30','2021-02-18 09:51:30'),(107632,38788,'action complete via WP Cron','2021-02-18 17:51:30','2021-02-18 09:51:30'),(107633,38789,'action created','2021-02-18 17:51:30','2021-02-18 09:51:30'),(107634,38789,'action started via WP Cron','2021-02-18 17:55:17','2021-02-18 09:55:17'),(107635,38789,'action complete via WP Cron','2021-02-18 17:55:17','2021-02-18 09:55:17'),(107636,38790,'action created','2021-02-18 17:55:17','2021-02-18 09:55:17'),(107637,38790,'action started via WP Cron','2021-02-18 17:55:57','2021-02-18 09:55:57'),(107638,38790,'action complete via WP Cron','2021-02-18 17:55:57','2021-02-18 09:55:57'),(107639,38791,'action created','2021-02-18 17:55:57','2021-02-18 09:55:57'),(107640,38791,'action started via WP Cron','2021-02-18 18:03:29','2021-02-18 10:03:29'),(107641,38791,'action complete via WP Cron','2021-02-18 18:03:29','2021-02-18 10:03:29'),(107642,38792,'action created','2021-02-18 18:03:31','2021-02-18 10:03:31'),(107643,38792,'action started via WP Cron','2021-02-18 18:05:03','2021-02-18 10:05:03'),(107644,38792,'action complete via WP Cron','2021-02-18 18:05:03','2021-02-18 10:05:03'),(107645,38793,'action created','2021-02-18 18:05:03','2021-02-18 10:05:03'),(107646,38793,'action started via WP Cron','2021-02-18 18:05:56','2021-02-18 10:05:56'),(107647,38793,'action complete via WP Cron','2021-02-18 18:05:56','2021-02-18 10:05:56'),(107648,38794,'action created','2021-02-18 18:05:56','2021-02-18 10:05:56'),(107649,38794,'action started via WP Cron','2021-02-18 18:06:57','2021-02-18 10:06:57'),(107650,38794,'action complete via WP Cron','2021-02-18 18:06:57','2021-02-18 10:06:57'),(107651,38795,'action created','2021-02-18 18:06:57','2021-02-18 10:06:57'),(107652,38795,'action started via WP Cron','2021-02-18 18:07:59','2021-02-18 10:07:59'),(107653,38795,'action complete via WP Cron','2021-02-18 18:07:59','2021-02-18 10:07:59'),(107654,38796,'action created','2021-02-18 18:07:59','2021-02-18 10:07:59'),(107655,38796,'action started via WP Cron','2021-02-18 18:08:59','2021-02-18 10:08:59'),(107656,38796,'action complete via WP Cron','2021-02-18 18:08:59','2021-02-18 10:08:59'),(107657,38797,'action created','2021-02-18 18:08:59','2021-02-18 10:08:59'),(107658,38797,'action started via WP Cron','2021-02-18 18:09:45','2021-02-18 10:09:45'),(107659,38797,'action complete via WP Cron','2021-02-18 18:09:45','2021-02-18 10:09:45'),(107660,38798,'action created','2021-02-18 18:09:45','2021-02-18 10:09:45'),(107661,38798,'action started via WP Cron','2021-02-18 18:11:07','2021-02-18 10:11:07'),(107662,38798,'action complete via WP Cron','2021-02-18 18:11:07','2021-02-18 10:11:07'),(107663,38799,'action created','2021-02-18 18:11:07','2021-02-18 10:11:07'),(107664,38799,'action started via WP Cron','2021-02-18 18:16:14','2021-02-18 10:16:14'),(107665,38799,'action complete via WP Cron','2021-02-18 18:16:14','2021-02-18 10:16:14'),(107666,38800,'action created','2021-02-18 18:16:14','2021-02-18 10:16:14'),(107667,38800,'action started via WP Cron','2021-02-18 18:17:19','2021-02-18 10:17:19'),(107668,38800,'action complete via WP Cron','2021-02-18 18:17:19','2021-02-18 10:17:19'),(107669,38801,'action created','2021-02-18 18:17:19','2021-02-18 10:17:19'),(107670,38801,'action started via WP Cron','2021-02-18 18:18:22','2021-02-18 10:18:22'),(107671,38801,'action complete via WP Cron','2021-02-18 18:18:22','2021-02-18 10:18:22'),(107672,38802,'action created','2021-02-18 18:18:22','2021-02-18 10:18:22'),(107673,38802,'action started via WP Cron','2021-02-18 18:20:27','2021-02-18 10:20:27'),(107674,38802,'action complete via WP Cron','2021-02-18 18:20:27','2021-02-18 10:20:27'),(107675,38803,'action created','2021-02-18 18:20:28','2021-02-18 10:20:28'),(107676,38803,'action started via WP Cron','2021-02-18 18:21:28','2021-02-18 10:21:28'),(107677,38803,'action complete via WP Cron','2021-02-18 18:21:28','2021-02-18 10:21:28'),(107678,38804,'action created','2021-02-18 18:21:28','2021-02-18 10:21:28'),(107679,38804,'action started via WP Cron','2021-02-18 18:22:31','2021-02-18 10:22:31'),(107680,38804,'action complete via WP Cron','2021-02-18 18:22:31','2021-02-18 10:22:31'),(107681,38805,'action created','2021-02-18 18:22:31','2021-02-18 10:22:31'),(107682,38805,'action started via WP Cron','2021-02-18 18:23:34','2021-02-18 10:23:34'),(107683,38805,'action complete via WP Cron','2021-02-18 18:23:34','2021-02-18 10:23:34'),(107684,38806,'action created','2021-02-18 18:23:34','2021-02-18 10:23:34'),(107685,38806,'action started via WP Cron','2021-02-18 18:30:00','2021-02-18 10:30:00'),(107686,38806,'action complete via WP Cron','2021-02-18 18:30:00','2021-02-18 10:30:00'),(107687,38807,'action created','2021-02-18 18:30:00','2021-02-18 10:30:00'),(107688,38807,'action started via WP Cron','2021-02-18 18:31:48','2021-02-18 10:31:48'),(107689,38807,'action complete via WP Cron','2021-02-18 18:31:48','2021-02-18 10:31:48'),(107690,38808,'action created','2021-02-18 18:31:48','2021-02-18 10:31:48'),(107691,38808,'action started via WP Cron','2021-02-18 18:32:54','2021-02-18 10:32:54'),(107692,38808,'action complete via WP Cron','2021-02-18 18:32:54','2021-02-18 10:32:54'),(107693,38809,'action created','2021-02-18 18:32:54','2021-02-18 10:32:54'),(107694,38809,'action started via WP Cron','2021-02-18 18:33:55','2021-02-18 10:33:55'),(107695,38809,'action complete via WP Cron','2021-02-18 18:33:55','2021-02-18 10:33:55'),(107696,38810,'action created','2021-02-18 18:33:55','2021-02-18 10:33:55'),(107697,38810,'action started via WP Cron','2021-02-18 18:34:48','2021-02-18 10:34:48'),(107698,38810,'action complete via WP Cron','2021-02-18 18:34:48','2021-02-18 10:34:48'),(107699,38811,'action created','2021-02-18 18:34:48','2021-02-18 10:34:48'),(107700,38811,'action started via WP Cron','2021-02-18 18:35:57','2021-02-18 10:35:57'),(107701,38811,'action complete via WP Cron','2021-02-18 18:35:57','2021-02-18 10:35:57'),(107702,38812,'action created','2021-02-18 18:35:57','2021-02-18 10:35:57'),(107703,38812,'action started via WP Cron','2021-02-18 18:37:59','2021-02-18 10:37:59'),(107704,38812,'action complete via WP Cron','2021-02-18 18:37:59','2021-02-18 10:37:59'),(107705,38813,'action created','2021-02-18 18:37:59','2021-02-18 10:37:59'),(107706,38813,'action started via WP Cron','2021-02-18 18:43:35','2021-02-18 10:43:35'),(107707,38813,'action complete via WP Cron','2021-02-18 18:43:35','2021-02-18 10:43:35'),(107708,38814,'action created','2021-02-18 18:43:36','2021-02-18 10:43:36'),(107709,38814,'action started via WP Cron','2021-02-18 18:44:43','2021-02-18 10:44:43'),(107710,38814,'action complete via WP Cron','2021-02-18 18:44:43','2021-02-18 10:44:43'),(107711,38815,'action created','2021-02-18 18:44:43','2021-02-18 10:44:43'),(107712,38815,'action started via WP Cron','2021-02-18 18:45:44','2021-02-18 10:45:44'),(107713,38815,'action complete via WP Cron','2021-02-18 18:45:44','2021-02-18 10:45:44'),(107714,38816,'action created','2021-02-18 18:45:44','2021-02-18 10:45:44'),(107715,38816,'action started via WP Cron','2021-02-18 18:48:25','2021-02-18 10:48:25'),(107716,38816,'action complete via WP Cron','2021-02-18 18:48:25','2021-02-18 10:48:25'),(107717,38817,'action created','2021-02-18 18:48:25','2021-02-18 10:48:25'),(107718,38817,'action started via WP Cron','2021-02-18 18:49:19','2021-02-18 10:49:19'),(107719,38817,'action complete via WP Cron','2021-02-18 18:49:19','2021-02-18 10:49:19'),(107720,38818,'action created','2021-02-18 18:49:19','2021-02-18 10:49:19'),(107721,38818,'action started via WP Cron','2021-02-18 18:50:20','2021-02-18 10:50:20'),(107722,38818,'action complete via WP Cron','2021-02-18 18:50:20','2021-02-18 10:50:20'),(107723,38819,'action created','2021-02-18 18:50:20','2021-02-18 10:50:20'),(107724,38819,'action started via WP Cron','2021-02-18 18:51:33','2021-02-18 10:51:33'),(107725,38819,'action complete via WP Cron','2021-02-18 18:51:33','2021-02-18 10:51:33'),(107726,38820,'action created','2021-02-18 18:51:33','2021-02-18 10:51:33'),(107727,38820,'action started via WP Cron','2021-02-18 18:53:26','2021-02-18 10:53:26'),(107728,38820,'action complete via WP Cron','2021-02-18 18:53:27','2021-02-18 10:53:27'),(107729,38821,'action created','2021-02-18 18:53:27','2021-02-18 10:53:27'),(107730,38821,'action started via WP Cron','2021-02-18 18:54:30','2021-02-18 10:54:30'),(107731,38821,'action complete via WP Cron','2021-02-18 18:54:30','2021-02-18 10:54:30'),(107732,38822,'action created','2021-02-18 18:54:30','2021-02-18 10:54:30'),(107733,38822,'action started via WP Cron','2021-02-18 18:55:26','2021-02-18 10:55:26'),(107734,38822,'action complete via WP Cron','2021-02-18 18:55:26','2021-02-18 10:55:26'),(107735,38823,'action created','2021-02-18 18:55:26','2021-02-18 10:55:26'),(107736,38823,'action started via WP Cron','2021-02-18 18:56:32','2021-02-18 10:56:32'),(107737,38823,'action complete via WP Cron','2021-02-18 18:56:32','2021-02-18 10:56:32'),(107738,38824,'action created','2021-02-18 18:56:32','2021-02-18 10:56:32'),(107739,38824,'action started via WP Cron','2021-02-18 18:57:21','2021-02-18 10:57:21'),(107740,38824,'action complete via WP Cron','2021-02-18 18:57:21','2021-02-18 10:57:21'),(107741,38825,'action created','2021-02-18 18:57:21','2021-02-18 10:57:21'),(107742,38825,'action started via WP Cron','2021-02-18 18:58:05','2021-02-18 10:58:05'),(107743,38825,'action complete via WP Cron','2021-02-18 18:58:05','2021-02-18 10:58:05'),(107744,38826,'action created','2021-02-18 18:58:05','2021-02-18 10:58:05'),(107745,38826,'action started via WP Cron','2021-02-18 18:59:32','2021-02-18 10:59:32'),(107746,38826,'action complete via WP Cron','2021-02-18 18:59:32','2021-02-18 10:59:32'),(107747,38827,'action created','2021-02-18 18:59:33','2021-02-18 10:59:33'),(107748,38827,'action started via WP Cron','2021-02-18 19:05:24','2021-02-18 11:05:24'),(107749,38827,'action complete via WP Cron','2021-02-18 19:05:24','2021-02-18 11:05:24'),(107750,38828,'action created','2021-02-18 19:05:24','2021-02-18 11:05:24'),(107751,38828,'action started via WP Cron','2021-02-18 19:06:04','2021-02-18 11:06:04'),(107752,38828,'action complete via WP Cron','2021-02-18 19:06:04','2021-02-18 11:06:04'),(107753,38829,'action created','2021-02-18 19:06:04','2021-02-18 11:06:04'),(107754,38829,'action started via WP Cron','2021-02-18 19:07:26','2021-02-18 11:07:26'),(107755,38829,'action complete via WP Cron','2021-02-18 19:07:26','2021-02-18 11:07:26'),(107756,38830,'action created','2021-02-18 19:07:26','2021-02-18 11:07:26'),(107757,38830,'action started via WP Cron','2021-02-18 19:09:23','2021-02-18 11:09:23'),(107758,38830,'action complete via WP Cron','2021-02-18 19:09:23','2021-02-18 11:09:23'),(107759,38831,'action created','2021-02-18 19:09:23','2021-02-18 11:09:23'),(107760,38831,'action started via WP Cron','2021-02-18 19:10:09','2021-02-18 11:10:09'),(107761,38831,'action complete via WP Cron','2021-02-18 19:10:09','2021-02-18 11:10:09'),(107762,38832,'action created','2021-02-18 19:10:09','2021-02-18 11:10:09'),(107763,38832,'action started via WP Cron','2021-02-18 19:11:26','2021-02-18 11:11:26'),(107764,38832,'action complete via WP Cron','2021-02-18 19:11:26','2021-02-18 11:11:26'),(107765,38833,'action created','2021-02-18 19:11:26','2021-02-18 11:11:26'),(107766,38833,'action started via WP Cron','2021-02-18 19:14:18','2021-02-18 11:14:18'),(107767,38833,'action complete via WP Cron','2021-02-18 19:14:18','2021-02-18 11:14:18'),(107768,38834,'action created','2021-02-18 19:14:18','2021-02-18 11:14:18'),(107769,38834,'action started via WP Cron','2021-02-18 19:22:00','2021-02-18 11:22:00'),(107770,38834,'action complete via WP Cron','2021-02-18 19:22:00','2021-02-18 11:22:00'),(107771,38835,'action created','2021-02-18 19:22:00','2021-02-18 11:22:00'),(107772,38835,'action started via WP Cron','2021-02-18 19:23:09','2021-02-18 11:23:09'),(107773,38835,'action complete via WP Cron','2021-02-18 19:23:09','2021-02-18 11:23:09'),(107774,38836,'action created','2021-02-18 19:23:09','2021-02-18 11:23:09'),(107775,38836,'action started via WP Cron','2021-02-18 19:24:10','2021-02-18 11:24:10'),(107776,38836,'action complete via WP Cron','2021-02-18 19:24:10','2021-02-18 11:24:10'),(107777,38837,'action created','2021-02-18 19:24:10','2021-02-18 11:24:10'),(107778,38837,'action started via WP Cron','2021-02-18 19:24:44','2021-02-18 11:24:44'),(107779,38837,'action complete via WP Cron','2021-02-18 19:24:44','2021-02-18 11:24:44'),(107780,38838,'action created','2021-02-18 19:24:44','2021-02-18 11:24:44'),(107781,38838,'action started via WP Cron','2021-02-18 19:27:13','2021-02-18 11:27:13'),(107782,38838,'action complete via WP Cron','2021-02-18 19:27:13','2021-02-18 11:27:13'),(107783,38839,'action created','2021-02-18 19:27:13','2021-02-18 11:27:13'),(107784,38839,'action started via WP Cron','2021-02-18 19:27:44','2021-02-18 11:27:44'),(107785,38839,'action complete via WP Cron','2021-02-18 19:27:44','2021-02-18 11:27:44'),(107786,38840,'action created','2021-02-18 19:27:44','2021-02-18 11:27:44'),(107787,38840,'action started via WP Cron','2021-02-18 19:29:15','2021-02-18 11:29:15'),(107788,38840,'action complete via WP Cron','2021-02-18 19:29:15','2021-02-18 11:29:15'),(107789,38841,'action created','2021-02-18 19:29:15','2021-02-18 11:29:15'),(107790,38841,'action started via WP Cron','2021-02-18 19:31:59','2021-02-18 11:31:59'),(107791,38841,'action complete via WP Cron','2021-02-18 19:31:59','2021-02-18 11:31:59'),(107792,38842,'action created','2021-02-18 19:31:59','2021-02-18 11:31:59'),(107793,38842,'action started via WP Cron','2021-02-18 19:33:09','2021-02-18 11:33:09'),(107794,38842,'action complete via WP Cron','2021-02-18 19:33:09','2021-02-18 11:33:09'),(107795,38843,'action created','2021-02-18 19:33:09','2021-02-18 11:33:09'),(107796,38843,'action started via WP Cron','2021-02-18 19:34:11','2021-02-18 11:34:11'),(107797,38843,'action complete via WP Cron','2021-02-18 19:34:11','2021-02-18 11:34:11'),(107798,38844,'action created','2021-02-18 19:34:11','2021-02-18 11:34:11'),(107799,38844,'action started via WP Cron','2021-02-18 19:35:08','2021-02-18 11:35:08'),(107800,38844,'action complete via WP Cron','2021-02-18 19:35:08','2021-02-18 11:35:08'),(107801,38845,'action created','2021-02-18 19:35:08','2021-02-18 11:35:08'),(107802,38845,'action started via WP Cron','2021-02-18 19:36:35','2021-02-18 11:36:35'),(107803,38845,'action complete via WP Cron','2021-02-18 19:36:35','2021-02-18 11:36:35'),(107804,38846,'action created','2021-02-18 19:36:36','2021-02-18 11:36:36'),(107805,38846,'action started via WP Cron','2021-02-18 19:38:20','2021-02-18 11:38:20'),(107806,38846,'action complete via WP Cron','2021-02-18 19:38:20','2021-02-18 11:38:20'),(107807,38847,'action created','2021-02-18 19:38:21','2021-02-18 11:38:21'),(107808,38847,'action started via WP Cron','2021-02-18 19:38:58','2021-02-18 11:38:58'),(107809,38847,'action complete via WP Cron','2021-02-18 19:38:58','2021-02-18 11:38:58'),(107810,38848,'action created','2021-02-18 19:38:58','2021-02-18 11:38:58'),(107811,38848,'action started via WP Cron','2021-02-18 19:40:22','2021-02-18 11:40:22'),(107812,38848,'action complete via WP Cron','2021-02-18 19:40:22','2021-02-18 11:40:22'),(107813,38849,'action created','2021-02-18 19:40:22','2021-02-18 11:40:22'),(107814,38849,'action started via WP Cron','2021-02-18 19:41:00','2021-02-18 11:41:00'),(107815,38849,'action complete via WP Cron','2021-02-18 19:41:00','2021-02-18 11:41:00'),(107816,38850,'action created','2021-02-18 19:41:00','2021-02-18 11:41:00'),(107817,38850,'action started via WP Cron','2021-02-18 19:42:01','2021-02-18 11:42:01'),(107818,38850,'action complete via WP Cron','2021-02-18 19:42:01','2021-02-18 11:42:01'),(107819,38851,'action created','2021-02-18 19:42:02','2021-02-18 11:42:02'),(107820,38851,'action started via WP Cron','2021-02-18 19:50:27','2021-02-18 11:50:27'),(107821,38851,'action complete via WP Cron','2021-02-18 19:50:27','2021-02-18 11:50:27'),(107822,38852,'action created','2021-02-18 19:50:27','2021-02-18 11:50:27'),(107823,38852,'action started via WP Cron','2021-02-18 19:50:49','2021-02-18 11:50:49'),(107824,38852,'action complete via WP Cron','2021-02-18 19:50:49','2021-02-18 11:50:49'),(107825,38853,'action created','2021-02-18 19:50:49','2021-02-18 11:50:49'),(107826,38853,'action started via WP Cron','2021-02-18 19:53:22','2021-02-18 11:53:22'),(107827,38853,'action complete via WP Cron','2021-02-18 19:53:22','2021-02-18 11:53:22'),(107828,38854,'action created','2021-02-18 19:53:23','2021-02-18 11:53:23'),(107829,38854,'action started via WP Cron','2021-02-18 19:54:23','2021-02-18 11:54:23'),(107830,38854,'action complete via WP Cron','2021-02-18 19:54:23','2021-02-18 11:54:23'),(107831,38855,'action created','2021-02-18 19:54:23','2021-02-18 11:54:23'),(107832,38855,'action started via WP Cron','2021-02-18 19:55:24','2021-02-18 11:55:24'),(107833,38855,'action complete via WP Cron','2021-02-18 19:55:24','2021-02-18 11:55:24'),(107834,38856,'action created','2021-02-18 19:55:24','2021-02-18 11:55:24'),(107835,38856,'action started via WP Cron','2021-02-18 19:56:13','2021-02-18 11:56:13'),(107836,38856,'action complete via WP Cron','2021-02-18 19:56:13','2021-02-18 11:56:13'),(107837,38857,'action created','2021-02-18 19:56:13','2021-02-18 11:56:13'),(107838,38857,'action started via WP Cron','2021-02-18 19:56:47','2021-02-18 11:56:47'),(107839,38857,'action complete via WP Cron','2021-02-18 19:56:47','2021-02-18 11:56:47'),(107840,38858,'action created','2021-02-18 19:56:47','2021-02-18 11:56:47'),(107841,38858,'action started via WP Cron','2021-02-18 19:57:43','2021-02-18 11:57:43'),(107842,38858,'action complete via WP Cron','2021-02-18 19:57:43','2021-02-18 11:57:43'),(107843,38859,'action created','2021-02-18 19:57:43','2021-02-18 11:57:43'),(107844,38859,'action started via WP Cron','2021-02-18 19:58:44','2021-02-18 11:58:44'),(107845,38859,'action complete via WP Cron','2021-02-18 19:58:44','2021-02-18 11:58:44'),(107846,38860,'action created','2021-02-18 19:58:44','2021-02-18 11:58:44'),(107847,38860,'action started via WP Cron','2021-02-18 19:59:59','2021-02-18 11:59:59'),(107848,38860,'action complete via WP Cron','2021-02-18 19:59:59','2021-02-18 11:59:59'),(107849,38861,'action created','2021-02-18 19:59:59','2021-02-18 11:59:59'),(107850,38861,'action started via WP Cron','2021-02-18 20:01:33','2021-02-18 12:01:33'),(107851,38861,'action complete via WP Cron','2021-02-18 20:01:33','2021-02-18 12:01:33'),(107852,38862,'action created','2021-02-18 20:01:34','2021-02-18 12:01:34'),(107853,38862,'action started via WP Cron','2021-02-18 20:11:31','2021-02-18 12:11:31'),(107854,38862,'action complete via WP Cron','2021-02-18 20:11:31','2021-02-18 12:11:31'),(107855,38863,'action created','2021-02-18 20:11:31','2021-02-18 12:11:31'),(107856,38863,'action started via WP Cron','2021-02-18 20:12:09','2021-02-18 12:12:09'),(107857,38863,'action complete via WP Cron','2021-02-18 20:12:09','2021-02-18 12:12:09'),(107858,38864,'action created','2021-02-18 20:12:09','2021-02-18 12:12:09'),(107859,38864,'action started via WP Cron','2021-02-18 20:14:26','2021-02-18 12:14:26'),(107860,38864,'action complete via WP Cron','2021-02-18 20:14:26','2021-02-18 12:14:26'),(107861,38865,'action created','2021-02-18 20:14:26','2021-02-18 12:14:26'),(107862,38865,'action started via WP Cron','2021-02-18 20:15:29','2021-02-18 12:15:29'),(107863,38865,'action complete via WP Cron','2021-02-18 20:15:29','2021-02-18 12:15:29'),(107864,38866,'action created','2021-02-18 20:16:38','2021-02-18 12:16:38'),(107865,38866,'action started via WP Cron','2021-02-18 20:20:12','2021-02-18 12:20:12'),(107866,38866,'action complete via WP Cron','2021-02-18 20:20:12','2021-02-18 12:20:12'),(107867,38867,'action created','2021-02-18 20:20:12','2021-02-18 12:20:12'),(107868,38867,'action started via WP Cron','2021-02-18 20:26:01','2021-02-18 12:26:01'),(107869,38867,'action complete via WP Cron','2021-02-18 20:26:01','2021-02-18 12:26:01'),(107870,38868,'action created','2021-02-18 20:26:02','2021-02-18 12:26:02'),(107871,38868,'action started via WP Cron','2021-02-18 20:35:05','2021-02-18 12:35:05'),(107872,38868,'action complete via WP Cron','2021-02-18 20:35:05','2021-02-18 12:35:05'),(107873,38869,'action created','2021-02-18 20:35:05','2021-02-18 12:35:05'),(107874,38869,'action started via WP Cron','2021-02-18 20:36:05','2021-02-18 12:36:05'),(107875,38869,'action complete via WP Cron','2021-02-18 20:36:05','2021-02-18 12:36:05'),(107876,38870,'action created','2021-02-18 20:36:05','2021-02-18 12:36:05'),(107877,38870,'action started via WP Cron','2021-02-18 20:37:03','2021-02-18 12:37:03'),(107878,38870,'action complete via WP Cron','2021-02-18 20:37:03','2021-02-18 12:37:03'),(107879,38871,'action created','2021-02-18 20:37:04','2021-02-18 12:37:04'),(107880,38871,'action started via WP Cron','2021-02-18 20:38:18','2021-02-18 12:38:18'),(107881,38871,'action complete via WP Cron','2021-02-18 20:38:18','2021-02-18 12:38:18'),(107882,38872,'action created','2021-02-18 20:38:18','2021-02-18 12:38:18'),(107883,38872,'action started via WP Cron','2021-02-18 20:39:33','2021-02-18 12:39:33'),(107884,38872,'action complete via WP Cron','2021-02-18 20:39:33','2021-02-18 12:39:33'),(107885,38873,'action created','2021-02-18 20:39:34','2021-02-18 12:39:34'),(107886,38873,'action started via WP Cron','2021-02-18 20:41:29','2021-02-18 12:41:29'),(107887,38873,'action complete via WP Cron','2021-02-18 20:41:29','2021-02-18 12:41:29'),(107888,38874,'action created','2021-02-18 20:41:29','2021-02-18 12:41:29'),(107889,38874,'action started via WP Cron','2021-02-18 20:42:23','2021-02-18 12:42:23'),(107890,38874,'action complete via WP Cron','2021-02-18 20:42:23','2021-02-18 12:42:23'),(107891,38875,'action created','2021-02-18 20:42:23','2021-02-18 12:42:23'),(107892,38875,'action started via WP Cron','2021-02-18 20:43:25','2021-02-18 12:43:25'),(107893,38875,'action complete via WP Cron','2021-02-18 20:43:25','2021-02-18 12:43:25'),(107894,38876,'action created','2021-02-18 20:43:25','2021-02-18 12:43:25'),(107895,38876,'action started via WP Cron','2021-02-18 20:44:33','2021-02-18 12:44:33'),(107896,38876,'action complete via WP Cron','2021-02-18 20:44:33','2021-02-18 12:44:33'),(107897,38877,'action created','2021-02-18 20:44:34','2021-02-18 12:44:34'),(107898,38877,'action started via WP Cron','2021-02-18 20:46:37','2021-02-18 12:46:37'),(107899,38877,'action complete via WP Cron','2021-02-18 20:46:37','2021-02-18 12:46:37'),(107900,38878,'action created','2021-02-18 20:46:37','2021-02-18 12:46:37'),(107901,38878,'action started via WP Cron','2021-02-18 20:50:14','2021-02-18 12:50:14'),(107902,38878,'action complete via WP Cron','2021-02-18 20:50:14','2021-02-18 12:50:14'),(107903,38879,'action created','2021-02-18 20:50:14','2021-02-18 12:50:14'),(107904,38879,'action started via WP Cron','2021-02-18 20:55:48','2021-02-18 12:55:48'),(107905,38879,'action complete via WP Cron','2021-02-18 20:55:48','2021-02-18 12:55:48'),(107906,38880,'action created','2021-02-18 20:55:48','2021-02-18 12:55:48'),(107907,38880,'action started via WP Cron','2021-02-18 20:58:50','2021-02-18 12:58:50'),(107908,38880,'action complete via WP Cron','2021-02-18 20:58:50','2021-02-18 12:58:50'),(107909,38881,'action created','2021-02-18 20:58:50','2021-02-18 12:58:50'),(107910,38881,'action started via WP Cron','2021-02-18 20:59:51','2021-02-18 12:59:51'),(107911,38881,'action complete via WP Cron','2021-02-18 20:59:51','2021-02-18 12:59:51'),(107912,38882,'action created','2021-02-18 20:59:51','2021-02-18 12:59:51'),(107913,38882,'action started via WP Cron','2021-02-18 21:00:51','2021-02-18 13:00:51'),(107914,38882,'action complete via WP Cron','2021-02-18 21:00:51','2021-02-18 13:00:51'),(107915,38883,'action created','2021-02-18 21:00:52','2021-02-18 13:00:52'),(107916,38883,'action started via WP Cron','2021-02-18 21:01:59','2021-02-18 13:01:59'),(107917,38883,'action complete via WP Cron','2021-02-18 21:02:00','2021-02-18 13:02:00'),(107918,38884,'action created','2021-02-18 21:02:00','2021-02-18 13:02:00'),(107919,38884,'action started via WP Cron','2021-02-18 21:02:54','2021-02-18 13:02:54'),(107920,38884,'action complete via WP Cron','2021-02-18 21:02:54','2021-02-18 13:02:54'),(107921,38885,'action created','2021-02-18 21:02:54','2021-02-18 13:02:54'),(107922,38885,'action started via WP Cron','2021-02-18 21:03:55','2021-02-18 13:03:55'),(107923,38885,'action complete via WP Cron','2021-02-18 21:03:55','2021-02-18 13:03:55'),(107924,38886,'action created','2021-02-18 21:03:55','2021-02-18 13:03:55'),(107925,38886,'action started via WP Cron','2021-02-18 21:04:56','2021-02-18 13:04:56'),(107926,38886,'action complete via WP Cron','2021-02-18 21:04:56','2021-02-18 13:04:56'),(107927,38887,'action created','2021-02-18 21:04:56','2021-02-18 13:04:56'),(107928,38887,'action started via WP Cron','2021-02-18 21:11:03','2021-02-18 13:11:03'),(107929,38887,'action complete via WP Cron','2021-02-18 21:11:03','2021-02-18 13:11:03'),(107930,38888,'action created','2021-02-18 21:11:03','2021-02-18 13:11:03'),(107931,38888,'action started via WP Cron','2021-02-18 21:15:34','2021-02-18 13:15:34'),(107932,38888,'action complete via WP Cron','2021-02-18 21:15:35','2021-02-18 13:15:35'),(107933,38889,'action created','2021-02-18 21:15:35','2021-02-18 13:15:35'),(107934,38889,'action started via WP Cron','2021-02-18 21:27:18','2021-02-18 13:27:18'),(107935,38889,'action complete via WP Cron','2021-02-18 21:27:18','2021-02-18 13:27:18'),(107936,38890,'action created','2021-02-18 21:27:18','2021-02-18 13:27:18'),(107937,38890,'action started via WP Cron','2021-02-18 21:28:24','2021-02-18 13:28:24'),(107938,38890,'action complete via WP Cron','2021-02-18 21:28:24','2021-02-18 13:28:24'),(107939,38891,'action created','2021-02-18 21:28:24','2021-02-18 13:28:24'),(107940,38891,'action started via WP Cron','2021-02-18 21:28:41','2021-02-18 13:28:41'),(107941,38891,'action complete via WP Cron','2021-02-18 21:28:41','2021-02-18 13:28:41'),(107942,38892,'action created','2021-02-18 21:28:41','2021-02-18 13:28:41'),(107943,38892,'action started via WP Cron','2021-02-18 21:30:38','2021-02-18 13:30:38'),(107944,38892,'action complete via WP Cron','2021-02-18 21:30:38','2021-02-18 13:30:38'),(107945,38893,'action created','2021-02-18 21:30:39','2021-02-18 13:30:39'),(107946,38893,'action started via WP Cron','2021-02-18 21:31:39','2021-02-18 13:31:39'),(107947,38893,'action complete via WP Cron','2021-02-18 21:31:39','2021-02-18 13:31:39'),(107948,38894,'action created','2021-02-18 21:31:39','2021-02-18 13:31:39'),(107949,38894,'action started via WP Cron','2021-02-18 21:33:41','2021-02-18 13:33:41'),(107950,38894,'action complete via WP Cron','2021-02-18 21:33:41','2021-02-18 13:33:41'),(107951,38895,'action created','2021-02-18 21:33:41','2021-02-18 13:33:41'),(107952,38895,'action started via WP Cron','2021-02-18 21:34:42','2021-02-18 13:34:42'),(107953,38895,'action complete via WP Cron','2021-02-18 21:34:42','2021-02-18 13:34:42'),(107954,38896,'action created','2021-02-18 21:34:42','2021-02-18 13:34:42'),(107955,38896,'action started via WP Cron','2021-02-18 21:35:43','2021-02-18 13:35:43'),(107956,38896,'action complete via WP Cron','2021-02-18 21:35:43','2021-02-18 13:35:43'),(107957,38897,'action created','2021-02-18 21:35:43','2021-02-18 13:35:43'),(107958,38897,'action started via WP Cron','2021-02-18 21:36:48','2021-02-18 13:36:48'),(107959,38897,'action complete via WP Cron','2021-02-18 21:36:48','2021-02-18 13:36:48'),(107960,38898,'action created','2021-02-18 21:36:48','2021-02-18 13:36:48'),(107961,38898,'action started via WP Cron','2021-02-18 21:41:45','2021-02-18 13:41:45'),(107962,38898,'action complete via WP Cron','2021-02-18 21:41:45','2021-02-18 13:41:45'),(107963,38899,'action created','2021-02-18 21:41:45','2021-02-18 13:41:45'),(107964,38899,'action started via WP Cron','2021-02-18 21:45:33','2021-02-18 13:45:33'),(107965,38899,'action complete via WP Cron','2021-02-18 21:45:33','2021-02-18 13:45:33'),(107966,38900,'action created','2021-02-18 21:45:34','2021-02-18 13:45:34'),(107967,38900,'action started via WP Cron','2021-02-18 21:46:35','2021-02-18 13:46:35'),(107968,38900,'action complete via WP Cron','2021-02-18 21:46:35','2021-02-18 13:46:35'),(107969,38901,'action created','2021-02-18 21:46:36','2021-02-18 13:46:36'),(107970,38901,'action started via WP Cron','2021-02-18 21:47:35','2021-02-18 13:47:35'),(107971,38901,'action complete via WP Cron','2021-02-18 21:47:35','2021-02-18 13:47:35'),(107972,38902,'action created','2021-02-18 21:47:36','2021-02-18 13:47:36'),(107973,38902,'action started via WP Cron','2021-02-18 21:49:15','2021-02-18 13:49:15'),(107974,38902,'action complete via WP Cron','2021-02-18 21:49:15','2021-02-18 13:49:15'),(107975,38903,'action created','2021-02-18 21:49:16','2021-02-18 13:49:16'),(107976,38903,'action started via WP Cron','2021-02-18 21:50:15','2021-02-18 13:50:15'),(107977,38903,'action complete via WP Cron','2021-02-18 21:50:15','2021-02-18 13:50:15'),(107978,38904,'action created','2021-02-18 21:50:15','2021-02-18 13:50:15'),(107979,38904,'action started via WP Cron','2021-02-18 21:51:16','2021-02-18 13:51:16'),(107980,38904,'action complete via WP Cron','2021-02-18 21:51:16','2021-02-18 13:51:16'),(107981,38905,'action created','2021-02-18 21:51:16','2021-02-18 13:51:16'),(107982,38905,'action started via WP Cron','2021-02-18 21:53:18','2021-02-18 13:53:18'),(107983,38905,'action complete via WP Cron','2021-02-18 21:53:18','2021-02-18 13:53:18'),(107984,38906,'action created','2021-02-18 21:53:18','2021-02-18 13:53:18'),(107985,38906,'action started via WP Cron','2021-02-18 21:55:11','2021-02-18 13:55:11'),(107986,38906,'action complete via WP Cron','2021-02-18 21:55:11','2021-02-18 13:55:11'),(107987,38907,'action created','2021-02-18 21:55:11','2021-02-18 13:55:11'),(107988,38907,'action started via WP Cron','2021-02-18 21:57:40','2021-02-18 13:57:40'),(107989,38907,'action complete via WP Cron','2021-02-18 21:57:40','2021-02-18 13:57:40'),(107990,38908,'action created','2021-02-18 21:57:41','2021-02-18 13:57:41'),(107991,38908,'action started via WP Cron','2021-02-18 22:02:18','2021-02-18 14:02:18'),(107992,38908,'action complete via WP Cron','2021-02-18 22:02:18','2021-02-18 14:02:18'),(107993,38909,'action created','2021-02-18 22:03:58','2021-02-18 14:03:58'),(107994,38909,'action started via WP Cron','2021-02-18 22:05:05','2021-02-18 14:05:05'),(107995,38909,'action complete via WP Cron','2021-02-18 22:05:05','2021-02-18 14:05:05'),(107996,38910,'action created','2021-02-18 22:05:05','2021-02-18 14:05:05'),(107997,38910,'action started via WP Cron','2021-02-18 22:06:06','2021-02-18 14:06:06'),(107998,38910,'action complete via WP Cron','2021-02-18 22:06:06','2021-02-18 14:06:06'),(107999,38911,'action created','2021-02-18 22:06:06','2021-02-18 14:06:06'),(108000,38911,'action started via WP Cron','2021-02-18 22:07:07','2021-02-18 14:07:07'),(108001,38911,'action complete via WP Cron','2021-02-18 22:07:07','2021-02-18 14:07:07'),(108002,38912,'action created','2021-02-18 22:07:07','2021-02-18 14:07:07'),(108003,38912,'action started via WP Cron','2021-02-18 22:08:07','2021-02-18 14:08:07'),(108004,38912,'action complete via WP Cron','2021-02-18 22:08:08','2021-02-18 14:08:08'),(108005,38913,'action created','2021-02-18 22:08:08','2021-02-18 14:08:08'),(108006,38913,'action started via WP Cron','2021-02-18 22:10:10','2021-02-18 14:10:10'),(108007,38913,'action complete via WP Cron','2021-02-18 22:10:10','2021-02-18 14:10:10'),(108008,38914,'action created','2021-02-18 22:10:10','2021-02-18 14:10:10'),(108009,38914,'action started via WP Cron','2021-02-18 22:11:11','2021-02-18 14:11:11'),(108010,38914,'action complete via WP Cron','2021-02-18 22:11:11','2021-02-18 14:11:11'),(108011,38915,'action created','2021-02-18 22:11:11','2021-02-18 14:11:11'),(108012,38915,'action started via WP Cron','2021-02-18 22:12:20','2021-02-18 14:12:20'),(108013,38915,'action complete via WP Cron','2021-02-18 22:12:20','2021-02-18 14:12:20'),(108014,38916,'action created','2021-02-18 22:12:20','2021-02-18 14:12:20'),(108015,38916,'action started via WP Cron','2021-02-18 22:14:22','2021-02-18 14:14:22'),(108016,38916,'action complete via WP Cron','2021-02-18 22:14:22','2021-02-18 14:14:22'),(108017,38917,'action created','2021-02-18 22:14:22','2021-02-18 14:14:22'),(108018,38917,'action started via WP Cron','2021-02-18 22:23:15','2021-02-18 14:23:15'),(108019,38917,'action complete via WP Cron','2021-02-18 22:23:15','2021-02-18 14:23:15'),(108020,38918,'action created','2021-02-18 22:23:15','2021-02-18 14:23:15'),(108021,38918,'action started via WP Cron','2021-02-18 22:30:23','2021-02-18 14:30:23'),(108022,38918,'action complete via WP Cron','2021-02-18 22:30:23','2021-02-18 14:30:23'),(108023,38919,'action created','2021-02-18 22:30:23','2021-02-18 14:30:23'),(108024,38919,'action started via WP Cron','2021-02-18 22:31:34','2021-02-18 14:31:34'),(108025,38919,'action complete via WP Cron','2021-02-18 22:31:34','2021-02-18 14:31:34'),(108026,38920,'action created','2021-02-18 22:31:34','2021-02-18 14:31:34'),(108027,38920,'action started via WP Cron','2021-02-18 22:35:16','2021-02-18 14:35:16'),(108028,38920,'action complete via WP Cron','2021-02-18 22:35:16','2021-02-18 14:35:16'),(108029,38921,'action created','2021-02-18 22:35:16','2021-02-18 14:35:16'),(108030,38921,'action started via WP Cron','2021-02-18 22:36:44','2021-02-18 14:36:44'),(108031,38921,'action complete via WP Cron','2021-02-18 22:36:44','2021-02-18 14:36:44'),(108032,38922,'action created','2021-02-18 22:36:44','2021-02-18 14:36:44'),(108033,38922,'action started via WP Cron','2021-02-18 22:37:51','2021-02-18 14:37:51'),(108034,38922,'action complete via WP Cron','2021-02-18 22:37:51','2021-02-18 14:37:51'),(108035,38923,'action created','2021-02-18 22:37:51','2021-02-18 14:37:51'),(108036,38923,'action started via WP Cron','2021-02-18 22:38:52','2021-02-18 14:38:52'),(108037,38923,'action complete via WP Cron','2021-02-18 22:38:52','2021-02-18 14:38:52'),(108038,38924,'action created','2021-02-18 22:38:52','2021-02-18 14:38:52'),(108039,38924,'action started via WP Cron','2021-02-18 22:40:17','2021-02-18 14:40:17'),(108040,38924,'action complete via WP Cron','2021-02-18 22:40:17','2021-02-18 14:40:17'),(108041,38925,'action created','2021-02-18 22:40:17','2021-02-18 14:40:17'),(108042,38925,'action started via WP Cron','2021-02-18 22:40:54','2021-02-18 14:40:54'),(108043,38925,'action complete via WP Cron','2021-02-18 22:40:54','2021-02-18 14:40:54'),(108044,38926,'action created','2021-02-18 22:40:55','2021-02-18 14:40:55'),(108045,38926,'action started via WP Cron','2021-02-18 22:41:55','2021-02-18 14:41:55'),(108046,38926,'action complete via WP Cron','2021-02-18 22:41:55','2021-02-18 14:41:55'),(108047,38927,'action created','2021-02-18 22:41:55','2021-02-18 14:41:55'),(108048,38927,'action started via WP Cron','2021-02-18 22:42:56','2021-02-18 14:42:56'),(108049,38927,'action complete via WP Cron','2021-02-18 22:42:56','2021-02-18 14:42:56'),(108050,38928,'action created','2021-02-18 22:42:56','2021-02-18 14:42:56'),(108051,38928,'action started via WP Cron','2021-02-18 22:45:01','2021-02-18 14:45:01'),(108052,38928,'action complete via WP Cron','2021-02-18 22:45:01','2021-02-18 14:45:01'),(108053,38929,'action created','2021-02-18 22:49:59','2021-02-18 14:49:59'),(108054,38929,'action started via WP Cron','2021-02-18 22:51:19','2021-02-18 14:51:19'),(108055,38929,'action complete via WP Cron','2021-02-18 22:51:19','2021-02-18 14:51:19'),(108056,38930,'action created','2021-02-18 22:51:19','2021-02-18 14:51:19'),(108057,38930,'action started via WP Cron','2021-02-18 22:52:20','2021-02-18 14:52:20'),(108058,38930,'action complete via WP Cron','2021-02-18 22:52:20','2021-02-18 14:52:20'),(108059,38931,'action created','2021-02-18 22:52:20','2021-02-18 14:52:20'),(108060,38931,'action started via WP Cron','2021-02-18 22:54:22','2021-02-18 14:54:22'),(108061,38931,'action complete via WP Cron','2021-02-18 22:54:22','2021-02-18 14:54:22'),(108062,38932,'action created','2021-02-18 22:54:22','2021-02-18 14:54:22'),(108063,38932,'action started via WP Cron','2021-02-18 22:55:23','2021-02-18 14:55:23'),(108064,38932,'action complete via WP Cron','2021-02-18 22:55:23','2021-02-18 14:55:23'),(108065,38933,'action created','2021-02-18 22:55:23','2021-02-18 14:55:23'),(108066,38933,'action started via WP Cron','2021-02-18 22:56:24','2021-02-18 14:56:24'),(108067,38933,'action complete via WP Cron','2021-02-18 22:56:24','2021-02-18 14:56:24'),(108068,38934,'action created','2021-02-18 22:56:24','2021-02-18 14:56:24'),(108069,38934,'action started via WP Cron','2021-02-18 22:59:10','2021-02-18 14:59:10'),(108070,38934,'action complete via WP Cron','2021-02-18 22:59:10','2021-02-18 14:59:10'),(108071,38935,'action created','2021-02-18 22:59:10','2021-02-18 14:59:10'),(108072,38935,'action started via WP Cron','2021-02-18 23:00:46','2021-02-18 15:00:46'),(108073,38935,'action complete via WP Cron','2021-02-18 23:00:46','2021-02-18 15:00:46'),(108074,38936,'action created','2021-02-18 23:00:46','2021-02-18 15:00:46'),(108075,38936,'action started via WP Cron','2021-02-18 23:04:32','2021-02-18 15:04:32'),(108076,38936,'action complete via WP Cron','2021-02-18 23:04:32','2021-02-18 15:04:32'),(108077,38937,'action created','2021-02-18 23:04:32','2021-02-18 15:04:32'),(108078,38937,'action started via WP Cron','2021-02-18 23:11:26','2021-02-18 15:11:26'),(108079,38937,'action complete via WP Cron','2021-02-18 23:11:26','2021-02-18 15:11:26'),(108080,38938,'action created','2021-02-18 23:11:27','2021-02-18 15:11:27'),(108081,38938,'action started via WP Cron','2021-02-18 23:12:28','2021-02-18 15:12:28'),(108082,38938,'action complete via WP Cron','2021-02-18 23:12:28','2021-02-18 15:12:28'),(108083,38939,'action created','2021-02-18 23:12:28','2021-02-18 15:12:28'),(108084,38939,'action started via WP Cron','2021-02-18 23:13:28','2021-02-18 15:13:28'),(108085,38939,'action complete via WP Cron','2021-02-18 23:13:28','2021-02-18 15:13:28'),(108086,38940,'action created','2021-02-18 23:13:29','2021-02-18 15:13:29'),(108087,38940,'action started via WP Cron','2021-02-18 23:15:31','2021-02-18 15:15:31'),(108088,38940,'action complete via WP Cron','2021-02-18 23:15:31','2021-02-18 15:15:31'),(108089,38941,'action created','2021-02-18 23:15:31','2021-02-18 15:15:31'),(108090,38941,'action started via WP Cron','2021-02-18 23:16:32','2021-02-18 15:16:32'),(108091,38941,'action complete via WP Cron','2021-02-18 23:16:32','2021-02-18 15:16:32'),(108092,38942,'action created','2021-02-18 23:16:32','2021-02-18 15:16:32'),(108093,38942,'action started via WP Cron','2021-02-18 23:17:33','2021-02-18 15:17:33'),(108094,38942,'action complete via WP Cron','2021-02-18 23:17:33','2021-02-18 15:17:33'),(108095,38943,'action created','2021-02-18 23:17:33','2021-02-18 15:17:33'),(108096,38943,'action started via WP Cron','2021-02-18 23:27:22','2021-02-18 15:27:22'),(108097,38943,'action complete via WP Cron','2021-02-18 23:27:22','2021-02-18 15:27:22'),(108098,38944,'action created','2021-02-18 23:27:22','2021-02-18 15:27:22'),(108099,38944,'action started via WP Cron','2021-02-18 23:27:58','2021-02-18 15:27:58'),(108100,38944,'action complete via WP Cron','2021-02-18 23:27:58','2021-02-18 15:27:58'),(108101,38945,'action created','2021-02-18 23:27:58','2021-02-18 15:27:58'),(108102,38945,'action started via WP Cron','2021-02-18 23:28:48','2021-02-18 15:28:48'),(108103,38945,'action complete via WP Cron','2021-02-18 23:28:48','2021-02-18 15:28:48'),(108104,38946,'action created','2021-02-18 23:28:48','2021-02-18 15:28:48'),(108105,38946,'action started via WP Cron','2021-02-18 23:30:00','2021-02-18 15:30:00'),(108106,38946,'action complete via WP Cron','2021-02-18 23:30:00','2021-02-18 15:30:00'),(108107,38947,'action created','2021-02-18 23:30:01','2021-02-18 15:30:01'),(108108,38947,'action started via WP Cron','2021-02-18 23:32:54','2021-02-18 15:32:54'),(108109,38947,'action complete via WP Cron','2021-02-18 23:32:54','2021-02-18 15:32:54'),(108110,38948,'action created','2021-02-18 23:32:54','2021-02-18 15:32:54'),(108111,38948,'action started via WP Cron','2021-02-18 23:38:51','2021-02-18 15:38:51'),(108112,38948,'action complete via WP Cron','2021-02-18 23:38:51','2021-02-18 15:38:51'),(108113,38949,'action created','2021-02-18 23:38:51','2021-02-18 15:38:51'),(108114,38949,'action started via WP Cron','2021-02-18 23:39:58','2021-02-18 15:39:58'),(108115,38949,'action complete via WP Cron','2021-02-18 23:39:58','2021-02-18 15:39:58'),(108116,38950,'action created','2021-02-18 23:39:58','2021-02-18 15:39:58'),(108117,38950,'action started via WP Cron','2021-02-18 23:40:59','2021-02-18 15:40:59'),(108118,38950,'action complete via WP Cron','2021-02-18 23:40:59','2021-02-18 15:40:59'),(108119,38951,'action created','2021-02-18 23:40:59','2021-02-18 15:40:59'),(108120,38951,'action started via WP Cron','2021-02-18 23:43:01','2021-02-18 15:43:01'),(108121,38951,'action complete via WP Cron','2021-02-18 23:43:01','2021-02-18 15:43:01'),(108122,38952,'action created','2021-02-18 23:43:01','2021-02-18 15:43:01'),(108123,38952,'action started via WP Cron','2021-02-18 23:44:02','2021-02-18 15:44:02'),(108124,38952,'action complete via WP Cron','2021-02-18 23:44:02','2021-02-18 15:44:02'),(108125,38953,'action created','2021-02-18 23:44:02','2021-02-18 15:44:02'),(108126,38953,'action started via WP Cron','2021-02-18 23:45:03','2021-02-18 15:45:03'),(108127,38953,'action complete via WP Cron','2021-02-18 23:45:03','2021-02-18 15:45:03'),(108128,38954,'action created','2021-02-18 23:45:04','2021-02-18 15:45:04'),(108129,38954,'action started via WP Cron','2021-02-18 23:46:27','2021-02-18 15:46:27'),(108130,38954,'action complete via WP Cron','2021-02-18 23:46:27','2021-02-18 15:46:27'),(108131,38955,'action created','2021-02-18 23:46:27','2021-02-18 15:46:27'),(108132,38955,'action started via WP Cron','2021-02-18 23:56:34','2021-02-18 15:56:34'),(108133,38955,'action complete via WP Cron','2021-02-18 23:56:34','2021-02-18 15:56:34'),(108134,38956,'action created','2021-02-18 23:56:34','2021-02-18 15:56:34'),(108135,38956,'action started via WP Cron','2021-02-19 00:01:49','2021-02-18 16:01:49'),(108136,38956,'action complete via WP Cron','2021-02-19 00:01:49','2021-02-18 16:01:49'),(108137,38957,'action created','2021-02-19 00:01:49','2021-02-18 16:01:49'),(108138,38957,'action started via WP Cron','2021-02-19 00:03:55','2021-02-18 16:03:55'),(108139,38957,'action complete via WP Cron','2021-02-19 00:03:55','2021-02-18 16:03:55'),(108140,38958,'action created','2021-02-19 00:03:55','2021-02-18 16:03:55'),(108141,38958,'action started via WP Cron','2021-02-19 00:12:34','2021-02-18 16:12:34'),(108142,38958,'action complete via WP Cron','2021-02-19 00:12:34','2021-02-18 16:12:34'),(108143,38959,'action created','2021-02-19 00:12:34','2021-02-18 16:12:34'),(108144,38959,'action started via WP Cron','2021-02-19 00:16:06','2021-02-18 16:16:06'),(108145,38959,'action complete via WP Cron','2021-02-19 00:16:06','2021-02-18 16:16:06'),(108146,38960,'action created','2021-02-19 00:16:06','2021-02-18 16:16:06'),(108147,38960,'action started via WP Cron','2021-02-19 00:21:51','2021-02-18 16:21:51'),(108148,38960,'action complete via WP Cron','2021-02-19 00:21:51','2021-02-18 16:21:51'),(108149,38961,'action created','2021-02-19 00:21:51','2021-02-18 16:21:51'),(108150,38961,'action started via WP Cron','2021-02-19 00:27:13','2021-02-18 16:27:13'),(108151,38961,'action complete via WP Cron','2021-02-19 00:27:13','2021-02-18 16:27:13'),(108152,38962,'action created','2021-02-19 00:27:13','2021-02-18 16:27:13'),(108153,38962,'action started via WP Cron','2021-02-19 00:45:14','2021-02-18 16:45:14'),(108154,38962,'action complete via WP Cron','2021-02-19 00:45:14','2021-02-18 16:45:14'),(108155,38963,'action created','2021-02-19 00:45:14','2021-02-18 16:45:14'),(108156,38963,'action started via WP Cron','2021-02-19 00:47:54','2021-02-18 16:47:54'),(108157,38963,'action complete via WP Cron','2021-02-19 00:47:54','2021-02-18 16:47:54'),(108158,38964,'action created','2021-02-19 00:47:54','2021-02-18 16:47:54'),(108159,38964,'action started via WP Cron','2021-02-19 00:58:56','2021-02-18 16:58:56'),(108160,38964,'action complete via WP Cron','2021-02-19 00:58:56','2021-02-18 16:58:56'),(108161,38965,'action created','2021-02-19 00:58:56','2021-02-18 16:58:56'),(108162,38965,'action started via WP Cron','2021-02-19 01:00:00','2021-02-18 17:00:00'),(108163,38965,'action complete via WP Cron','2021-02-19 01:00:00','2021-02-18 17:00:00'),(108164,38966,'action created','2021-02-19 01:00:01','2021-02-18 17:00:01'),(108165,38966,'action started via WP Cron','2021-02-19 01:16:54','2021-02-18 17:16:54'),(108166,38966,'action complete via WP Cron','2021-02-19 01:16:54','2021-02-18 17:16:54'),(108167,38967,'action created','2021-02-19 01:16:54','2021-02-18 17:16:54'),(108168,38967,'action started via WP Cron','2021-02-19 01:20:20','2021-02-18 17:20:20'),(108169,38967,'action complete via WP Cron','2021-02-19 01:20:20','2021-02-18 17:20:20'),(108170,38968,'action created','2021-02-19 01:20:20','2021-02-18 17:20:20'),(108171,38968,'action started via WP Cron','2021-02-19 01:27:34','2021-02-18 17:27:34'),(108172,38968,'action complete via WP Cron','2021-02-19 01:27:34','2021-02-18 17:27:34'),(108173,38969,'action created','2021-02-19 01:27:34','2021-02-18 17:27:34'),(108174,38969,'action started via WP Cron','2021-02-19 01:27:51','2021-02-18 17:27:51'),(108175,38969,'action complete via WP Cron','2021-02-19 01:27:51','2021-02-18 17:27:51'),(108176,38970,'action created','2021-02-19 01:27:51','2021-02-18 17:27:51'),(108177,38970,'action started via WP Cron','2021-02-19 01:29:02','2021-02-18 17:29:02'),(108178,38970,'action complete via WP Cron','2021-02-19 01:29:02','2021-02-18 17:29:02'),(108179,38971,'action created','2021-02-19 01:29:02','2021-02-18 17:29:02'),(108180,38971,'action started via WP Cron','2021-02-19 01:30:58','2021-02-18 17:30:58'),(108181,38971,'action complete via WP Cron','2021-02-19 01:30:58','2021-02-18 17:30:58'),(108182,38972,'action created','2021-02-19 01:30:58','2021-02-18 17:30:58'),(108183,38972,'action started via WP Cron','2021-02-19 01:32:18','2021-02-18 17:32:18'),(108184,38972,'action complete via WP Cron','2021-02-19 01:32:18','2021-02-18 17:32:18'),(108185,38973,'action created','2021-02-19 01:32:18','2021-02-18 17:32:18'),(108186,38973,'action started via WP Cron','2021-02-19 01:33:19','2021-02-18 17:33:19'),(108187,38973,'action complete via WP Cron','2021-02-19 01:33:19','2021-02-18 17:33:19'),(108188,38974,'action created','2021-02-19 01:33:19','2021-02-18 17:33:19'),(108189,38974,'action started via WP Cron','2021-02-19 01:41:11','2021-02-18 17:41:11'),(108190,38974,'action complete via WP Cron','2021-02-19 01:41:11','2021-02-18 17:41:11'),(108191,38975,'action created','2021-02-19 01:41:11','2021-02-18 17:41:11'),(108192,38975,'action started via WP Cron','2021-02-19 01:42:25','2021-02-18 17:42:25'),(108193,38975,'action complete via WP Cron','2021-02-19 01:42:25','2021-02-18 17:42:25'),(108194,38976,'action created','2021-02-19 01:42:25','2021-02-18 17:42:25'),(108195,38976,'action started via WP Cron','2021-02-19 01:43:27','2021-02-18 17:43:27'),(108196,38976,'action complete via WP Cron','2021-02-19 01:43:27','2021-02-18 17:43:27'),(108197,38977,'action created','2021-02-19 01:43:27','2021-02-18 17:43:27'),(108198,38977,'action started via WP Cron','2021-02-19 01:45:33','2021-02-18 17:45:33'),(108199,38977,'action complete via WP Cron','2021-02-19 01:45:33','2021-02-18 17:45:33'),(108200,38978,'action created','2021-02-19 01:45:33','2021-02-18 17:45:33'),(108201,38978,'action started via WP Cron','2021-02-19 01:46:35','2021-02-18 17:46:35'),(108202,38978,'action complete via WP Cron','2021-02-19 01:46:35','2021-02-18 17:46:35'),(108203,38979,'action created','2021-02-19 01:46:35','2021-02-18 17:46:35'),(108204,38979,'action started via WP Cron','2021-02-19 01:47:43','2021-02-18 17:47:43'),(108205,38979,'action complete via WP Cron','2021-02-19 01:47:43','2021-02-18 17:47:43'),(108206,38980,'action created','2021-02-19 01:47:43','2021-02-18 17:47:43'),(108207,38980,'action started via WP Cron','2021-02-19 01:50:47','2021-02-18 17:50:47'),(108208,38980,'action complete via WP Cron','2021-02-19 01:50:47','2021-02-18 17:50:47'),(108209,38981,'action created','2021-02-19 01:50:48','2021-02-18 17:50:48'),(108210,38981,'action started via WP Cron','2021-02-19 01:55:19','2021-02-18 17:55:19'),(108211,38981,'action complete via WP Cron','2021-02-19 01:55:19','2021-02-18 17:55:19'),(108212,38982,'action created','2021-02-19 01:55:19','2021-02-18 17:55:19'),(108213,38982,'action started via WP Cron','2021-02-19 02:00:04','2021-02-18 18:00:04'),(108214,38982,'action complete via WP Cron','2021-02-19 02:00:04','2021-02-18 18:00:04'),(108215,38983,'action created','2021-02-19 02:00:04','2021-02-18 18:00:04'),(108216,38983,'action started via WP Cron','2021-02-19 02:01:35','2021-02-18 18:01:35'),(108217,38983,'action complete via WP Cron','2021-02-19 02:01:35','2021-02-18 18:01:35'),(108218,38984,'action created','2021-02-19 02:01:35','2021-02-18 18:01:35'),(108219,38984,'action started via WP Cron','2021-02-19 02:08:39','2021-02-18 18:08:39'),(108220,38984,'action complete via WP Cron','2021-02-19 02:08:39','2021-02-18 18:08:39'),(108221,38985,'action created','2021-02-19 02:08:39','2021-02-18 18:08:39'),(108222,38985,'action started via WP Cron','2021-02-19 02:13:51','2021-02-18 18:13:51'),(108223,38985,'action complete via WP Cron','2021-02-19 02:13:51','2021-02-18 18:13:51'),(108224,38986,'action created','2021-02-19 02:13:51','2021-02-18 18:13:51'),(108225,38986,'action started via WP Cron','2021-02-19 02:21:32','2021-02-18 18:21:32'),(108226,38986,'action complete via WP Cron','2021-02-19 02:21:32','2021-02-18 18:21:32'),(108227,38987,'action created','2021-02-19 02:21:32','2021-02-18 18:21:32'),(108228,38987,'action started via WP Cron','2021-02-19 02:21:42','2021-02-18 18:21:42'),(108229,38987,'action complete via WP Cron','2021-02-19 02:21:42','2021-02-18 18:21:42'),(108230,38988,'action created','2021-02-19 02:21:42','2021-02-18 18:21:42'),(108231,38988,'action started via WP Cron','2021-02-19 02:24:26','2021-02-18 18:24:26'),(108232,38988,'action complete via WP Cron','2021-02-19 02:24:26','2021-02-18 18:24:26'),(108233,38989,'action created','2021-02-19 02:24:27','2021-02-18 18:24:27'),(108234,38989,'action started via WP Cron','2021-02-19 02:25:26','2021-02-18 18:25:26'),(108235,38989,'action complete via WP Cron','2021-02-19 02:25:26','2021-02-18 18:25:26'),(108236,38990,'action created','2021-02-19 02:25:26','2021-02-18 18:25:26'),(108237,38990,'action started via WP Cron','2021-02-19 02:26:03','2021-02-18 18:26:03'),(108238,38990,'action complete via WP Cron','2021-02-19 02:26:03','2021-02-18 18:26:03'),(108239,38991,'action created','2021-02-19 02:26:03','2021-02-18 18:26:03'),(108240,38991,'action started via WP Cron','2021-02-19 02:30:06','2021-02-18 18:30:06'),(108241,38991,'action complete via WP Cron','2021-02-19 02:30:06','2021-02-18 18:30:06'),(108242,38992,'action created','2021-02-19 02:30:07','2021-02-18 18:30:07'),(108243,38992,'action started via WP Cron','2021-02-19 02:32:53','2021-02-18 18:32:53'),(108244,38992,'action complete via WP Cron','2021-02-19 02:32:53','2021-02-18 18:32:53'),(108245,38993,'action created','2021-02-19 02:32:53','2021-02-18 18:32:53'),(108246,38993,'action started via WP Cron','2021-02-19 02:34:19','2021-02-18 18:34:19'),(108247,38993,'action complete via WP Cron','2021-02-19 02:34:19','2021-02-18 18:34:19'),(108248,38994,'action created','2021-02-19 02:34:19','2021-02-18 18:34:19'),(108249,38994,'action started via WP Cron','2021-02-19 02:35:20','2021-02-18 18:35:20'),(108250,38994,'action complete via WP Cron','2021-02-19 02:35:20','2021-02-18 18:35:20'),(108251,38995,'action created','2021-02-19 02:35:20','2021-02-18 18:35:20'),(108252,38995,'action started via WP Cron','2021-02-19 02:38:39','2021-02-18 18:38:39'),(108253,38995,'action complete via WP Cron','2021-02-19 02:38:39','2021-02-18 18:38:39'),(108254,38996,'action created','2021-02-19 02:38:39','2021-02-18 18:38:39'),(108255,38996,'action started via WP Cron','2021-02-19 02:41:46','2021-02-18 18:41:46'),(108256,38996,'action complete via WP Cron','2021-02-19 02:41:46','2021-02-18 18:41:46'),(108257,38997,'action created','2021-02-19 02:41:46','2021-02-18 18:41:46'),(108258,38997,'action started via WP Cron','2021-02-19 02:46:26','2021-02-18 18:46:26'),(108259,38997,'action complete via WP Cron','2021-02-19 02:46:26','2021-02-18 18:46:26'),(108260,38998,'action created','2021-02-19 02:46:27','2021-02-18 18:46:27'),(108261,38998,'action started via WP Cron','2021-02-19 02:46:46','2021-02-18 18:46:46'),(108262,38998,'action complete via WP Cron','2021-02-19 02:46:46','2021-02-18 18:46:46'),(108263,38999,'action created','2021-02-19 02:46:46','2021-02-18 18:46:46'),(108264,38999,'action started via WP Cron','2021-02-19 02:48:07','2021-02-18 18:48:07'),(108265,38999,'action complete via WP Cron','2021-02-19 02:48:07','2021-02-18 18:48:07'),(108266,39000,'action created','2021-02-19 02:48:08','2021-02-18 18:48:08'),(108267,39000,'action started via WP Cron','2021-02-19 02:49:09','2021-02-18 18:49:09'),(108268,39000,'action complete via WP Cron','2021-02-19 02:49:09','2021-02-18 18:49:09'),(108269,39001,'action created','2021-02-19 02:49:09','2021-02-18 18:49:09'),(108270,39001,'action started via WP Cron','2021-02-19 02:50:09','2021-02-18 18:50:09'),(108271,39001,'action complete via WP Cron','2021-02-19 02:50:09','2021-02-18 18:50:09'),(108272,39002,'action created','2021-02-19 02:50:10','2021-02-18 18:50:10'),(108273,39002,'action started via WP Cron','2021-02-19 02:51:10','2021-02-18 18:51:10'),(108274,39002,'action complete via WP Cron','2021-02-19 02:51:10','2021-02-18 18:51:10'),(108275,39003,'action created','2021-02-19 02:51:11','2021-02-18 18:51:11'),(108276,39003,'action started via WP Cron','2021-02-19 02:51:58','2021-02-18 18:51:58'),(108277,39003,'action complete via WP Cron','2021-02-19 02:51:58','2021-02-18 18:51:58'),(108278,39004,'action created','2021-02-19 02:51:58','2021-02-18 18:51:58'),(108279,39004,'action started via WP Cron','2021-02-19 02:53:13','2021-02-18 18:53:13'),(108280,39004,'action complete via WP Cron','2021-02-19 02:53:13','2021-02-18 18:53:13'),(108281,39005,'action created','2021-02-19 02:53:13','2021-02-18 18:53:13'),(108282,39005,'action started via WP Cron','2021-02-19 02:54:13','2021-02-18 18:54:13'),(108283,39005,'action complete via WP Cron','2021-02-19 02:54:13','2021-02-18 18:54:13'),(108284,39006,'action created','2021-02-19 02:54:14','2021-02-18 18:54:14'),(108285,39006,'action started via WP Cron','2021-02-19 02:57:21','2021-02-18 18:57:21'),(108286,39006,'action complete via WP Cron','2021-02-19 02:57:21','2021-02-18 18:57:21'),(108287,39007,'action created','2021-02-19 02:57:21','2021-02-18 18:57:21'),(108288,39007,'action started via WP Cron','2021-02-19 03:07:31','2021-02-18 19:07:31'),(108289,39007,'action complete via WP Cron','2021-02-19 03:07:31','2021-02-18 19:07:31'),(108290,39008,'action created','2021-02-19 03:07:31','2021-02-18 19:07:31'),(108291,39008,'action started via WP Cron','2021-02-19 03:13:53','2021-02-18 19:13:53'),(108292,39008,'action complete via WP Cron','2021-02-19 03:13:53','2021-02-18 19:13:53'),(108293,39009,'action created','2021-02-19 03:13:54','2021-02-18 19:13:54'),(108294,39009,'action started via WP Cron','2021-02-19 03:17:48','2021-02-18 19:17:48'),(108295,39009,'action complete via WP Cron','2021-02-19 03:17:48','2021-02-18 19:17:48'),(108296,39010,'action created','2021-02-19 03:17:49','2021-02-18 19:17:49'),(108297,39010,'action started via WP Cron','2021-02-19 03:19:28','2021-02-18 19:19:28'),(108298,39010,'action complete via WP Cron','2021-02-19 03:19:28','2021-02-18 19:19:28'),(108299,39011,'action created','2021-02-19 03:19:28','2021-02-18 19:19:28'),(108300,39011,'action started via WP Cron','2021-02-19 03:21:47','2021-02-18 19:21:47'),(108301,39011,'action complete via WP Cron','2021-02-19 03:21:47','2021-02-18 19:21:47'),(108302,39012,'action created','2021-02-19 03:21:47','2021-02-18 19:21:47'),(108303,39012,'action started via WP Cron','2021-02-19 03:24:44','2021-02-18 19:24:44'),(108304,39012,'action complete via WP Cron','2021-02-19 03:24:44','2021-02-18 19:24:44'),(108305,39013,'action created','2021-02-19 03:24:44','2021-02-18 19:24:44'),(108306,39013,'action started via WP Cron','2021-02-19 03:25:47','2021-02-18 19:25:47'),(108307,39013,'action complete via WP Cron','2021-02-19 03:25:47','2021-02-18 19:25:47'),(108308,39014,'action created','2021-02-19 03:25:47','2021-02-18 19:25:47'),(108309,39014,'action started via WP Cron','2021-02-19 03:26:41','2021-02-18 19:26:41'),(108310,39014,'action complete via WP Cron','2021-02-19 03:26:41','2021-02-18 19:26:41'),(108311,39015,'action created','2021-02-19 03:26:41','2021-02-18 19:26:41'),(108312,39015,'action started via WP Cron','2021-02-19 03:27:42','2021-02-18 19:27:42'),(108313,39015,'action complete via WP Cron','2021-02-19 03:27:42','2021-02-18 19:27:42'),(108314,39016,'action created','2021-02-19 03:27:42','2021-02-18 19:27:42'),(108315,39016,'action started via WP Cron','2021-02-19 03:29:44','2021-02-18 19:29:44'),(108316,39016,'action complete via WP Cron','2021-02-19 03:29:44','2021-02-18 19:29:44'),(108317,39017,'action created','2021-02-19 03:29:44','2021-02-18 19:29:44'),(108318,39017,'action started via WP Cron','2021-02-19 03:30:46','2021-02-18 19:30:46'),(108319,39017,'action complete via WP Cron','2021-02-19 03:30:46','2021-02-18 19:30:46'),(108320,39018,'action created','2021-02-19 03:30:46','2021-02-18 19:30:46'),(108321,39018,'action started via WP Cron','2021-02-19 03:31:46','2021-02-18 19:31:46'),(108322,39018,'action complete via WP Cron','2021-02-19 03:31:46','2021-02-18 19:31:46'),(108323,39019,'action created','2021-02-19 03:31:47','2021-02-18 19:31:47'),(108324,39019,'action started via WP Cron','2021-02-19 03:34:03','2021-02-18 19:34:03'),(108325,39019,'action complete via WP Cron','2021-02-19 03:34:03','2021-02-18 19:34:03'),(108326,39020,'action created','2021-02-19 03:34:03','2021-02-18 19:34:03'),(108327,39020,'action started via WP Cron','2021-02-19 03:40:01','2021-02-18 19:40:01'),(108328,39020,'action complete via WP Cron','2021-02-19 03:40:01','2021-02-18 19:40:01'),(108329,39021,'action created','2021-02-19 03:40:01','2021-02-18 19:40:01'),(108330,39021,'action started via WP Cron','2021-02-19 03:42:35','2021-02-18 19:42:35'),(108331,39021,'action complete via WP Cron','2021-02-19 03:42:35','2021-02-18 19:42:35'),(108332,39022,'action created','2021-02-19 03:42:35','2021-02-18 19:42:35'),(108333,39022,'action started via WP Cron','2021-02-19 03:48:28','2021-02-18 19:48:28'),(108334,39022,'action complete via WP Cron','2021-02-19 03:48:28','2021-02-18 19:48:28'),(108335,39023,'action created','2021-02-19 03:48:28','2021-02-18 19:48:28'),(108336,39023,'action started via WP Cron','2021-02-19 03:49:25','2021-02-18 19:49:25'),(108337,39023,'action complete via WP Cron','2021-02-19 03:49:25','2021-02-18 19:49:25'),(108338,39024,'action created','2021-02-19 03:49:25','2021-02-18 19:49:25'),(108339,39024,'action started via WP Cron','2021-02-19 03:50:25','2021-02-18 19:50:25'),(108340,39024,'action complete via WP Cron','2021-02-19 03:50:25','2021-02-18 19:50:25'),(108341,39025,'action created','2021-02-19 03:50:25','2021-02-18 19:50:25'),(108342,39025,'action started via WP Cron','2021-02-19 03:54:20','2021-02-18 19:54:20'),(108343,39025,'action complete via WP Cron','2021-02-19 03:54:20','2021-02-18 19:54:20'),(108344,39026,'action created','2021-02-19 03:54:20','2021-02-18 19:54:20'),(108345,39026,'action started via WP Cron','2021-02-19 03:55:14','2021-02-18 19:55:14'),(108346,39026,'action complete via WP Cron','2021-02-19 03:55:14','2021-02-18 19:55:14'),(108347,39027,'action created','2021-02-19 03:55:14','2021-02-18 19:55:14'),(108348,39027,'action started via WP Cron','2021-02-19 03:56:05','2021-02-18 19:56:05'),(108349,39027,'action complete via WP Cron','2021-02-19 03:56:05','2021-02-18 19:56:05'),(108350,39028,'action created','2021-02-19 03:56:05','2021-02-18 19:56:05'),(108351,39028,'action started via WP Cron','2021-02-19 03:59:04','2021-02-18 19:59:04'),(108352,39028,'action complete via WP Cron','2021-02-19 03:59:04','2021-02-18 19:59:04'),(108353,39029,'action created','2021-02-19 03:59:04','2021-02-18 19:59:04'),(108354,39029,'action started via WP Cron','2021-02-19 04:01:14','2021-02-18 20:01:14'),(108355,39029,'action complete via WP Cron','2021-02-19 04:01:14','2021-02-18 20:01:14'),(108356,39030,'action created','2021-02-19 04:01:14','2021-02-18 20:01:14'),(108357,39030,'action started via WP Cron','2021-02-19 04:08:53','2021-02-18 20:08:53'),(108358,39030,'action complete via WP Cron','2021-02-19 04:08:53','2021-02-18 20:08:53'),(108359,39031,'action created','2021-02-19 04:08:53','2021-02-18 20:08:53'),(108360,39031,'action started via WP Cron','2021-02-19 04:11:28','2021-02-18 20:11:28'),(108361,39031,'action complete via WP Cron','2021-02-19 04:11:28','2021-02-18 20:11:28'),(108362,39032,'action created','2021-02-19 04:11:28','2021-02-18 20:11:28'),(108363,39032,'action started via WP Cron','2021-02-19 04:12:29','2021-02-18 20:12:29'),(108364,39032,'action complete via WP Cron','2021-02-19 04:12:29','2021-02-18 20:12:29'),(108365,39033,'action created','2021-02-19 04:12:29','2021-02-18 20:12:29'),(108366,39033,'action started via WP Cron','2021-02-19 04:13:29','2021-02-18 20:13:29'),(108367,39033,'action complete via WP Cron','2021-02-19 04:13:29','2021-02-18 20:13:29'),(108368,39034,'action created','2021-02-19 04:13:29','2021-02-18 20:13:29'),(108369,39034,'action started via WP Cron','2021-02-19 04:15:31','2021-02-18 20:15:31'),(108370,39034,'action complete via WP Cron','2021-02-19 04:15:31','2021-02-18 20:15:31'),(108371,39035,'action created','2021-02-19 04:15:31','2021-02-18 20:15:31'),(108372,39035,'action started via WP Cron','2021-02-19 04:16:33','2021-02-18 20:16:33'),(108373,39035,'action complete via WP Cron','2021-02-19 04:16:33','2021-02-18 20:16:33'),(108374,39036,'action created','2021-02-19 04:16:33','2021-02-18 20:16:33'),(108375,39036,'action started via WP Cron','2021-02-19 04:17:34','2021-02-18 20:17:34'),(108376,39036,'action complete via WP Cron','2021-02-19 04:17:34','2021-02-18 20:17:34'),(108377,39037,'action created','2021-02-19 04:17:34','2021-02-18 20:17:34'),(108378,39037,'action started via WP Cron','2021-02-19 04:18:49','2021-02-18 20:18:49'),(108379,39037,'action complete via WP Cron','2021-02-19 04:18:49','2021-02-18 20:18:49'),(108380,39038,'action created','2021-02-19 04:18:49','2021-02-18 20:18:49'),(108381,39038,'action started via WP Cron','2021-02-19 04:19:54','2021-02-18 20:19:54'),(108382,39038,'action complete via WP Cron','2021-02-19 04:19:54','2021-02-18 20:19:54'),(108383,39039,'action created','2021-02-19 04:19:54','2021-02-18 20:19:54'),(108384,39039,'action started via WP Cron','2021-02-19 04:21:27','2021-02-18 20:21:27'),(108385,39039,'action complete via WP Cron','2021-02-19 04:21:27','2021-02-18 20:21:27'),(108386,39040,'action created','2021-02-19 04:21:27','2021-02-18 20:21:27'),(108387,39040,'action started via WP Cron','2021-02-19 04:26:38','2021-02-18 20:26:38'),(108388,39040,'action complete via WP Cron','2021-02-19 04:26:38','2021-02-18 20:26:38'),(108389,39041,'action created','2021-02-19 04:26:38','2021-02-18 20:26:38'),(108390,39041,'action started via WP Cron','2021-02-19 04:27:44','2021-02-18 20:27:44'),(108391,39041,'action complete via WP Cron','2021-02-19 04:27:44','2021-02-18 20:27:44'),(108392,39042,'action created','2021-02-19 04:27:44','2021-02-18 20:27:44'),(108393,39042,'action started via WP Cron','2021-02-19 04:28:45','2021-02-18 20:28:45'),(108394,39042,'action complete via WP Cron','2021-02-19 04:28:45','2021-02-18 20:28:45'),(108395,39043,'action created','2021-02-19 04:28:45','2021-02-18 20:28:45'),(108396,39043,'action started via WP Cron','2021-02-19 04:29:47','2021-02-18 20:29:47'),(108397,39043,'action complete via WP Cron','2021-02-19 04:29:47','2021-02-18 20:29:47'),(108398,39044,'action created','2021-02-19 04:29:47','2021-02-18 20:29:47'),(108399,39044,'action started via WP Cron','2021-02-19 04:30:42','2021-02-18 20:30:42'),(108400,39044,'action complete via WP Cron','2021-02-19 04:30:42','2021-02-18 20:30:42'),(108401,39045,'action created','2021-02-19 04:30:42','2021-02-18 20:30:42'),(108402,39045,'action started via WP Cron','2021-02-19 04:31:47','2021-02-18 20:31:47'),(108403,39045,'action complete via WP Cron','2021-02-19 04:31:47','2021-02-18 20:31:47'),(108404,39046,'action created','2021-02-19 04:31:47','2021-02-18 20:31:47'),(108405,39046,'action started via WP Cron','2021-02-19 04:32:41','2021-02-18 20:32:41'),(108406,39046,'action complete via WP Cron','2021-02-19 04:32:41','2021-02-18 20:32:41'),(108407,39047,'action created','2021-02-19 04:32:41','2021-02-18 20:32:41'),(108408,39047,'action started via WP Cron','2021-02-19 04:33:49','2021-02-18 20:33:49'),(108409,39047,'action complete via WP Cron','2021-02-19 04:33:49','2021-02-18 20:33:49'),(108410,39048,'action created','2021-02-19 04:33:49','2021-02-18 20:33:49'),(108411,39048,'action started via WP Cron','2021-02-19 04:34:49','2021-02-18 20:34:49'),(108412,39048,'action complete via WP Cron','2021-02-19 04:34:49','2021-02-18 20:34:49'),(108413,39049,'action created','2021-02-19 04:35:02','2021-02-18 20:35:02'),(108414,39049,'action started via WP Cron','2021-02-19 04:35:46','2021-02-18 20:35:46'),(108415,39049,'action complete via WP Cron','2021-02-19 04:35:46','2021-02-18 20:35:46'),(108416,39050,'action created','2021-02-19 04:35:46','2021-02-18 20:35:46'),(108417,39050,'action started via WP Cron','2021-02-19 04:38:38','2021-02-18 20:38:38'),(108418,39050,'action complete via WP Cron','2021-02-19 04:38:38','2021-02-18 20:38:38'),(108419,39051,'action created','2021-02-19 04:38:38','2021-02-18 20:38:38'),(108420,39051,'action started via WP Cron','2021-02-19 04:38:57','2021-02-18 20:38:57'),(108421,39051,'action complete via WP Cron','2021-02-19 04:38:57','2021-02-18 20:38:57'),(108422,39052,'action created','2021-02-19 04:38:57','2021-02-18 20:38:57'),(108423,39052,'action started via WP Cron','2021-02-19 04:40:57','2021-02-18 20:40:57'),(108424,39052,'action complete via WP Cron','2021-02-19 04:40:57','2021-02-18 20:40:57'),(108425,39053,'action created','2021-02-19 04:40:57','2021-02-18 20:40:57'),(108426,39053,'action started via WP Cron','2021-02-19 04:46:40','2021-02-18 20:46:40'),(108427,39053,'action complete via WP Cron','2021-02-19 04:46:40','2021-02-18 20:46:40'),(108428,39054,'action created','2021-02-19 04:46:40','2021-02-18 20:46:40'),(108429,39054,'action started via WP Cron','2021-02-19 04:48:27','2021-02-18 20:48:27'),(108430,39054,'action complete via WP Cron','2021-02-19 04:48:27','2021-02-18 20:48:27'),(108431,39055,'action created','2021-02-19 04:48:27','2021-02-18 20:48:27'),(108432,39055,'action started via WP Cron','2021-02-19 04:49:40','2021-02-18 20:49:40'),(108433,39055,'action complete via WP Cron','2021-02-19 04:49:40','2021-02-18 20:49:40'),(108434,39056,'action created','2021-02-19 04:49:40','2021-02-18 20:49:40'),(108435,39056,'action started via WP Cron','2021-02-19 04:50:41','2021-02-18 20:50:41'),(108436,39056,'action complete via WP Cron','2021-02-19 04:50:41','2021-02-18 20:50:41'),(108437,39057,'action created','2021-02-19 04:50:41','2021-02-18 20:50:41'),(108438,39057,'action started via WP Cron','2021-02-19 04:52:59','2021-02-18 20:52:59'),(108439,39057,'action complete via WP Cron','2021-02-19 04:52:59','2021-02-18 20:52:59'),(108440,39058,'action created','2021-02-19 04:52:59','2021-02-18 20:52:59'),(108441,39058,'action started via WP Cron','2021-02-19 04:55:57','2021-02-18 20:55:57'),(108442,39058,'action complete via WP Cron','2021-02-19 04:55:57','2021-02-18 20:55:57'),(108443,39059,'action created','2021-02-19 04:55:57','2021-02-18 20:55:57'),(108444,39059,'action started via WP Cron','2021-02-19 04:56:54','2021-02-18 20:56:54'),(108445,39059,'action complete via WP Cron','2021-02-19 04:56:54','2021-02-18 20:56:54'),(108446,39060,'action created','2021-02-19 04:57:00','2021-02-18 20:57:00'),(108447,38451,'action started via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108448,38451,'action complete via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108449,39061,'action created','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108450,38452,'action started via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108451,38452,'action complete via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108452,39062,'action created','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108453,39060,'action started via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108454,39060,'action complete via WP Cron','2021-02-19 04:57:43','2021-02-18 20:57:43'),(108455,39063,'action created','2021-02-19 04:58:16','2021-02-18 20:58:16'),(108456,39063,'action started via WP Cron','2021-02-19 04:58:57','2021-02-18 20:58:57'),(108457,39063,'action complete via WP Cron','2021-02-19 04:58:57','2021-02-18 20:58:57'),(108458,39064,'action created','2021-02-19 05:00:18','2021-02-18 21:00:18'),(108459,39064,'action started via WP Cron','2021-02-19 05:00:41','2021-02-18 21:00:41'),(108460,39064,'action complete via WP Cron','2021-02-19 05:00:41','2021-02-18 21:00:41'),(108461,39065,'action created','2021-02-19 05:00:41','2021-02-18 21:00:41'),(108462,39065,'action started via WP Cron','2021-02-19 05:01:59','2021-02-18 21:01:59'),(108463,39065,'action complete via WP Cron','2021-02-19 05:01:59','2021-02-18 21:01:59'),(108464,39066,'action created','2021-02-19 05:02:20','2021-02-18 21:02:20'),(108465,39066,'action started via WP Cron','2021-02-19 05:02:45','2021-02-18 21:02:45'),(108466,39066,'action complete via WP Cron','2021-02-19 05:02:45','2021-02-18 21:02:45'),(108467,39067,'action created','2021-02-19 05:07:28','2021-02-18 21:07:28'),(108468,39067,'action started via WP Cron','2021-02-19 05:07:50','2021-02-18 21:07:50'),(108469,39067,'action complete via WP Cron','2021-02-19 05:07:50','2021-02-18 21:07:50'),(108470,39068,'action created','2021-02-19 05:08:25','2021-02-18 21:08:25'),(108471,39068,'action started via WP Cron','2021-02-19 05:08:56','2021-02-18 21:08:56'),(108472,39068,'action complete via WP Cron','2021-02-19 05:08:56','2021-02-18 21:08:56'),(108473,39069,'action created','2021-02-19 05:08:56','2021-02-18 21:08:56'),(108474,39069,'action started via WP Cron','2021-02-19 05:10:17','2021-02-18 21:10:17'),(108475,39069,'action complete via WP Cron','2021-02-19 05:10:18','2021-02-18 21:10:18'),(108476,39070,'action created','2021-02-19 05:15:59','2021-02-18 21:15:59'),(108477,39070,'action started via WP Cron','2021-02-19 05:17:10','2021-02-18 21:17:10'),(108478,39070,'action complete via WP Cron','2021-02-19 05:17:10','2021-02-18 21:17:10'),(108479,39071,'action created','2021-02-19 05:17:10','2021-02-18 21:17:10'),(108480,39071,'action started via WP Cron','2021-02-19 05:18:19','2021-02-18 21:18:19'),(108481,39071,'action complete via WP Cron','2021-02-19 05:18:19','2021-02-18 21:18:19'),(108482,39072,'action created','2021-02-19 05:18:19','2021-02-18 21:18:19'),(108483,39072,'action started via WP Cron','2021-02-19 05:20:15','2021-02-18 21:20:15'),(108484,39072,'action complete via WP Cron','2021-02-19 05:20:15','2021-02-18 21:20:15'),(108485,39073,'action created','2021-02-19 05:20:15','2021-02-18 21:20:15'),(108486,39073,'action started via WP Cron','2021-02-19 05:22:45','2021-02-18 21:22:45'),(108487,39073,'action complete via WP Cron','2021-02-19 05:22:45','2021-02-18 21:22:45'),(108488,39074,'action created','2021-02-19 05:22:45','2021-02-18 21:22:45'),(108489,39074,'action started via WP Cron','2021-02-19 05:27:05','2021-02-18 21:27:05'),(108490,39074,'action complete via WP Cron','2021-02-19 05:27:05','2021-02-18 21:27:05'),(108491,39075,'action created','2021-02-19 05:27:06','2021-02-18 21:27:06'),(108492,39075,'action started via WP Cron','2021-02-19 05:27:56','2021-02-18 21:27:56'),(108493,39075,'action complete via WP Cron','2021-02-19 05:27:56','2021-02-18 21:27:56'),(108494,39076,'action created','2021-02-19 05:28:23','2021-02-18 21:28:23'),(108495,39076,'action started via WP Cron','2021-02-19 05:28:48','2021-02-18 21:28:48'),(108496,39076,'action complete via WP Cron','2021-02-19 05:28:48','2021-02-18 21:28:48'),(108497,39077,'action created','2021-02-19 05:28:48','2021-02-18 21:28:48'),(108498,39077,'action started via WP Cron','2021-02-19 05:29:47','2021-02-18 21:29:47'),(108499,39077,'action complete via WP Cron','2021-02-19 05:29:47','2021-02-18 21:29:47'),(108500,39078,'action created','2021-02-19 05:29:48','2021-02-18 21:29:48'),(108501,39078,'action started via WP Cron','2021-02-19 05:31:50','2021-02-18 21:31:50'),(108502,39078,'action complete via WP Cron','2021-02-19 05:31:50','2021-02-18 21:31:50'),(108503,39079,'action created','2021-02-19 05:31:50','2021-02-18 21:31:50'),(108504,39079,'action started via WP Cron','2021-02-19 05:32:52','2021-02-18 21:32:52'),(108505,39079,'action complete via WP Cron','2021-02-19 05:32:52','2021-02-18 21:32:52'),(108506,39080,'action created','2021-02-19 05:33:22','2021-02-18 21:33:22'),(108507,39080,'action started via WP Cron','2021-02-19 05:33:52','2021-02-18 21:33:52'),(108508,39080,'action complete via WP Cron','2021-02-19 05:33:52','2021-02-18 21:33:52'),(108509,39081,'action created','2021-02-19 05:33:52','2021-02-18 21:33:52'),(108510,39081,'action started via WP Cron','2021-02-19 05:34:41','2021-02-18 21:34:41'),(108511,39081,'action complete via WP Cron','2021-02-19 05:34:41','2021-02-18 21:34:41'),(108512,39082,'action created','2021-02-19 05:34:41','2021-02-18 21:34:41'),(108513,39082,'action started via WP Cron','2021-02-19 05:35:55','2021-02-18 21:35:55'),(108514,39082,'action complete via WP Cron','2021-02-19 05:35:55','2021-02-18 21:35:55'),(108515,39083,'action created','2021-02-19 05:36:54','2021-02-18 21:36:54'),(108516,39083,'action started via WP Cron','2021-02-19 05:38:33','2021-02-18 21:38:33'),(108517,39083,'action complete via WP Cron','2021-02-19 05:38:33','2021-02-18 21:38:33'),(108518,39084,'action created','2021-02-19 05:43:03','2021-02-18 21:43:03'),(108519,39084,'action started via WP Cron','2021-02-19 05:43:41','2021-02-18 21:43:41'),(108520,39084,'action complete via WP Cron','2021-02-19 05:43:41','2021-02-18 21:43:41'),(108521,39085,'action created','2021-02-19 05:46:54','2021-02-18 21:46:54'),(108522,39085,'action started via WP Cron','2021-02-19 05:47:49','2021-02-18 21:47:49'),(108523,39085,'action complete via WP Cron','2021-02-19 05:47:49','2021-02-18 21:47:49'),(108524,39086,'action created','2021-02-19 05:47:50','2021-02-18 21:47:50'),(108525,39086,'action started via WP Cron','2021-02-19 05:49:35','2021-02-18 21:49:35'),(108526,39086,'action complete via WP Cron','2021-02-19 05:49:35','2021-02-18 21:49:35'),(108527,39087,'action created','2021-02-19 05:50:47','2021-02-18 21:50:47'),(108528,39087,'action started via WP Cron','2021-02-19 05:51:41','2021-02-18 21:51:41'),(108529,39087,'action complete via WP Cron','2021-02-19 05:51:41','2021-02-18 21:51:41'),(108530,39088,'action created','2021-02-19 05:51:41','2021-02-18 21:51:41'),(108531,39088,'action started via WP Cron','2021-02-19 05:52:43','2021-02-18 21:52:43'),(108532,39088,'action complete via WP Cron','2021-02-19 05:52:43','2021-02-18 21:52:43'),(108533,39089,'action created','2021-02-19 05:52:43','2021-02-18 21:52:43'),(108534,39089,'action started via WP Cron','2021-02-19 05:53:43','2021-02-18 21:53:43'),(108535,39089,'action complete via WP Cron','2021-02-19 05:53:43','2021-02-18 21:53:43'),(108536,39090,'action created','2021-02-19 05:53:43','2021-02-18 21:53:43'),(108537,39090,'action started via WP Cron','2021-02-19 05:54:44','2021-02-18 21:54:44'),(108538,39090,'action complete via WP Cron','2021-02-19 05:54:44','2021-02-18 21:54:44'),(108539,39091,'action created','2021-02-19 05:54:44','2021-02-18 21:54:44'),(108540,39091,'action started via WP Cron','2021-02-19 05:55:42','2021-02-18 21:55:42'),(108541,39091,'action complete via WP Cron','2021-02-19 05:55:42','2021-02-18 21:55:42'),(108542,39092,'action created','2021-02-19 05:56:44','2021-02-18 21:56:44'),(108543,39092,'action started via WP Cron','2021-02-19 05:57:51','2021-02-18 21:57:51'),(108544,39092,'action complete via WP Cron','2021-02-19 05:57:51','2021-02-18 21:57:51'),(108545,39093,'action created','2021-02-19 06:02:22','2021-02-18 22:02:22'),(108546,39093,'action started via WP Cron','2021-02-19 06:03:22','2021-02-18 22:03:22'),(108547,39093,'action complete via WP Cron','2021-02-19 06:03:22','2021-02-18 22:03:22'),(108548,39094,'action created','2021-02-19 06:03:22','2021-02-18 22:03:22'),(108549,39094,'action started via WP Cron','2021-02-19 06:04:23','2021-02-18 22:04:23'),(108550,39094,'action complete via WP Cron','2021-02-19 06:04:23','2021-02-18 22:04:23'),(108551,39095,'action created','2021-02-19 06:04:23','2021-02-18 22:04:23'),(108552,39095,'action started via WP Cron','2021-02-19 06:06:40','2021-02-18 22:06:40'),(108553,39095,'action complete via WP Cron','2021-02-19 06:06:40','2021-02-18 22:06:40'),(108554,39096,'action created','2021-02-19 06:06:40','2021-02-18 22:06:40'),(108555,39096,'action started via WP Cron','2021-02-19 06:11:51','2021-02-18 22:11:51'),(108556,39096,'action complete via WP Cron','2021-02-19 06:11:51','2021-02-18 22:11:51'),(108557,39097,'action created','2021-02-19 06:11:51','2021-02-18 22:11:51'),(108558,39097,'action started via WP Cron','2021-02-19 06:12:54','2021-02-18 22:12:54'),(108559,39097,'action complete via WP Cron','2021-02-19 06:12:54','2021-02-18 22:12:54'),(108560,39098,'action created','2021-02-19 06:12:54','2021-02-18 22:12:54'),(108561,39098,'action started via WP Cron','2021-02-19 06:14:56','2021-02-18 22:14:56'),(108562,39098,'action complete via WP Cron','2021-02-19 06:14:56','2021-02-18 22:14:56'),(108563,39099,'action created','2021-02-19 06:14:56','2021-02-18 22:14:56'),(108564,39099,'action started via WP Cron','2021-02-19 06:15:57','2021-02-18 22:15:57'),(108565,39099,'action complete via WP Cron','2021-02-19 06:15:57','2021-02-18 22:15:57'),(108566,39100,'action created','2021-02-19 06:15:57','2021-02-18 22:15:57'),(108567,39100,'action started via WP Cron','2021-02-19 06:16:59','2021-02-18 22:16:59'),(108568,39100,'action complete via WP Cron','2021-02-19 06:16:59','2021-02-18 22:16:59'),(108569,39101,'action created','2021-02-19 06:16:59','2021-02-18 22:16:59'),(108570,39101,'action started via WP Cron','2021-02-19 06:18:05','2021-02-18 22:18:05'),(108571,39101,'action complete via WP Cron','2021-02-19 06:18:05','2021-02-18 22:18:05'),(108572,39102,'action created','2021-02-19 06:18:06','2021-02-18 22:18:06'),(108573,39102,'action started via WP Cron','2021-02-19 06:27:58','2021-02-18 22:27:58'),(108574,39102,'action complete via WP Cron','2021-02-19 06:27:58','2021-02-18 22:27:58'),(108575,39103,'action created','2021-02-19 06:27:59','2021-02-18 22:27:59'),(108576,39103,'action started via WP Cron','2021-02-19 06:31:56','2021-02-18 22:31:56'),(108577,39103,'action complete via WP Cron','2021-02-19 06:31:56','2021-02-18 22:31:56'),(108578,39104,'action created','2021-02-19 06:31:56','2021-02-18 22:31:56'),(108579,39104,'action started via WP Cron','2021-02-19 06:34:05','2021-02-18 22:34:05'),(108580,39104,'action complete via WP Cron','2021-02-19 06:34:05','2021-02-18 22:34:05'),(108581,39105,'action created','2021-02-19 06:34:05','2021-02-18 22:34:05'),(108582,39105,'action started via WP Cron','2021-02-19 06:34:46','2021-02-18 22:34:46'),(108583,39105,'action complete via WP Cron','2021-02-19 06:34:46','2021-02-18 22:34:46'),(108584,39106,'action created','2021-02-19 06:34:46','2021-02-18 22:34:46'),(108585,39106,'action started via WP Cron','2021-02-19 06:37:08','2021-02-18 22:37:08'),(108586,39106,'action complete via WP Cron','2021-02-19 06:37:08','2021-02-18 22:37:08'),(108587,39107,'action created','2021-02-19 06:37:08','2021-02-18 22:37:08'),(108588,39107,'action started via WP Cron','2021-02-19 06:38:09','2021-02-18 22:38:09'),(108589,39107,'action complete via WP Cron','2021-02-19 06:38:09','2021-02-18 22:38:09'),(108590,39108,'action created','2021-02-19 06:38:09','2021-02-18 22:38:09'),(108591,39108,'action started via WP Cron','2021-02-19 06:39:10','2021-02-18 22:39:10'),(108592,39108,'action complete via WP Cron','2021-02-19 06:39:10','2021-02-18 22:39:10'),(108593,39109,'action created','2021-02-19 06:39:10','2021-02-18 22:39:10'),(108594,39109,'action started via WP Cron','2021-02-19 06:40:29','2021-02-18 22:40:29'),(108595,39109,'action complete via WP Cron','2021-02-19 06:40:29','2021-02-18 22:40:29'),(108596,39110,'action created','2021-02-19 06:40:29','2021-02-18 22:40:29'),(108597,39110,'action started via WP Cron','2021-02-19 06:42:07','2021-02-18 22:42:07'),(108598,39110,'action complete via WP Cron','2021-02-19 06:42:07','2021-02-18 22:42:07'),(108599,39111,'action created','2021-02-19 06:42:08','2021-02-18 22:42:08'),(108600,39111,'action started via WP Cron','2021-02-19 06:43:52','2021-02-18 22:43:52'),(108601,39111,'action complete via WP Cron','2021-02-19 06:43:52','2021-02-18 22:43:52'),(108602,39112,'action created','2021-02-19 06:43:52','2021-02-18 22:43:52'),(108603,39112,'action started via WP Cron','2021-02-19 06:44:55','2021-02-18 22:44:55'),(108604,39112,'action complete via WP Cron','2021-02-19 06:44:55','2021-02-18 22:44:55'),(108605,39113,'action created','2021-02-19 06:54:56','2021-02-18 22:54:56'),(108606,39113,'action started via WP Cron','2021-02-19 06:56:16','2021-02-18 22:56:16'),(108607,39113,'action complete via WP Cron','2021-02-19 06:56:16','2021-02-18 22:56:16'),(108608,39114,'action created','2021-02-19 06:56:16','2021-02-18 22:56:16'),(108609,39114,'action started via WP Cron','2021-02-19 06:56:58','2021-02-18 22:56:58'),(108610,39114,'action complete via WP Cron','2021-02-19 06:56:58','2021-02-18 22:56:58'),(108611,39115,'action created','2021-02-19 06:56:58','2021-02-18 22:56:58'),(108612,39115,'action started via WP Cron','2021-02-19 06:57:59','2021-02-18 22:57:59'),(108613,39115,'action complete via WP Cron','2021-02-19 06:57:59','2021-02-18 22:57:59'),(108614,39116,'action created','2021-02-19 06:57:59','2021-02-18 22:57:59'),(108615,39116,'action started via WP Cron','2021-02-19 06:58:43','2021-02-18 22:58:43'),(108616,39116,'action complete via WP Cron','2021-02-19 06:58:43','2021-02-18 22:58:43'),(108617,39117,'action created','2021-02-19 06:58:43','2021-02-18 22:58:43'),(108618,39117,'action started via WP Cron','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108619,39117,'action complete via WP Cron','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108620,38478,'action started via WP Cron','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108621,38478,'action complete via WP Cron','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108622,39118,'action created','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108623,39119,'action created','2021-02-19 07:05:44','2021-02-18 23:05:44'),(108624,39119,'action started via WP Cron','2021-02-19 07:07:01','2021-02-18 23:07:01'),(108625,39119,'action complete via WP Cron','2021-02-19 07:07:01','2021-02-18 23:07:01'),(108626,39120,'action created','2021-02-19 07:07:01','2021-02-18 23:07:01'),(108627,39120,'action started via WP Cron','2021-02-19 07:24:32','2021-02-18 23:24:32'),(108628,39120,'action complete via WP Cron','2021-02-19 07:24:32','2021-02-18 23:24:32'),(108629,39121,'action created','2021-02-19 07:24:32','2021-02-18 23:24:32'),(108630,39121,'action started via WP Cron','2021-02-19 07:34:39','2021-02-18 23:34:39'),(108631,39121,'action complete via WP Cron','2021-02-19 07:34:39','2021-02-18 23:34:39'),(108632,39122,'action created','2021-02-19 07:34:39','2021-02-18 23:34:39'),(108633,39122,'action started via WP Cron','2021-02-19 07:39:20','2021-02-18 23:39:20'),(108634,39122,'action complete via WP Cron','2021-02-19 07:39:20','2021-02-18 23:39:20'),(108635,39123,'action created','2021-02-19 07:39:20','2021-02-18 23:39:20'),(108636,39123,'action started via WP Cron','2021-02-19 07:40:21','2021-02-18 23:40:21'),(108637,39123,'action complete via WP Cron','2021-02-19 07:40:21','2021-02-18 23:40:21'),(108638,39124,'action created','2021-02-19 07:40:22','2021-02-18 23:40:22'),(108639,39124,'action started via WP Cron','2021-02-19 07:41:22','2021-02-18 23:41:22'),(108640,39124,'action complete via WP Cron','2021-02-19 07:41:22','2021-02-18 23:41:22'),(108641,39125,'action created','2021-02-19 07:41:22','2021-02-18 23:41:22'),(108642,39125,'action started via WP Cron','2021-02-19 07:42:13','2021-02-18 23:42:13'),(108643,39125,'action complete via WP Cron','2021-02-19 07:42:13','2021-02-18 23:42:13'),(108644,39126,'action created','2021-02-19 07:42:13','2021-02-18 23:42:13'),(108645,39126,'action started via WP Cron','2021-02-19 07:43:01','2021-02-18 23:43:01'),(108646,39126,'action complete via WP Cron','2021-02-19 07:43:01','2021-02-18 23:43:01'),(108647,39127,'action created','2021-02-19 07:43:23','2021-02-18 23:43:23'),(108648,39127,'action started via WP Cron','2021-02-19 07:44:25','2021-02-18 23:44:25'),(108649,39127,'action complete via WP Cron','2021-02-19 07:44:25','2021-02-18 23:44:25'),(108650,39128,'action created','2021-02-19 07:44:25','2021-02-18 23:44:25'),(108651,39128,'action started via WP Cron','2021-02-19 07:44:41','2021-02-18 23:44:41'),(108652,39128,'action complete via WP Cron','2021-02-19 07:44:41','2021-02-18 23:44:41'),(108653,39129,'action created','2021-02-19 07:45:14','2021-02-18 23:45:14'),(108654,39129,'action started via WP Cron','2021-02-19 07:46:14','2021-02-18 23:46:14'),(108655,39129,'action complete via WP Cron','2021-02-19 07:46:14','2021-02-18 23:46:14'),(108656,39130,'action created','2021-02-19 07:46:15','2021-02-18 23:46:15'),(108657,39130,'action started via WP Cron','2021-02-19 07:46:52','2021-02-18 23:46:52'),(108658,39130,'action complete via WP Cron','2021-02-19 07:46:52','2021-02-18 23:46:52'),(108659,39131,'action created','2021-02-19 07:47:16','2021-02-18 23:47:16'),(108660,39131,'action started via WP Cron','2021-02-19 07:47:59','2021-02-18 23:47:59'),(108661,39131,'action complete via WP Cron','2021-02-19 07:47:59','2021-02-18 23:47:59'),(108662,39132,'action created','2021-02-19 07:52:16','2021-02-18 23:52:16'),(108663,39132,'action started via WP Cron','2021-02-19 07:58:01','2021-02-18 23:58:01'),(108664,39132,'action complete via WP Cron','2021-02-19 07:58:01','2021-02-18 23:58:01'),(108665,39133,'action created','2021-02-19 07:58:01','2021-02-18 23:58:01'),(108666,39133,'action started via WP Cron','2021-02-19 07:59:16','2021-02-18 23:59:16'),(108667,39133,'action complete via WP Cron','2021-02-19 07:59:16','2021-02-18 23:59:16'),(108668,39134,'action created','2021-02-19 07:59:16','2021-02-18 23:59:16'),(108669,39134,'action started via WP Cron','2021-02-19 08:00:17','2021-02-19 00:00:17'),(108670,39134,'action complete via WP Cron','2021-02-19 08:00:17','2021-02-19 00:00:17'),(108671,39135,'action created','2021-02-19 08:00:17','2021-02-19 00:00:17'),(108672,39135,'action started via WP Cron','2021-02-19 08:01:01','2021-02-19 00:01:01'),(108673,39135,'action complete via WP Cron','2021-02-19 08:01:01','2021-02-19 00:01:01'),(108674,39136,'action created','2021-02-19 08:01:01','2021-02-19 00:01:01'),(108675,39136,'action started via WP Cron','2021-02-19 08:05:23','2021-02-19 00:05:23'),(108676,39136,'action complete via WP Cron','2021-02-19 08:05:23','2021-02-19 00:05:23'),(108677,39137,'action created','2021-02-19 08:05:23','2021-02-19 00:05:23'),(108678,39137,'action started via WP Cron','2021-02-19 08:07:40','2021-02-19 00:07:40'),(108679,39137,'action complete via WP Cron','2021-02-19 08:07:40','2021-02-19 00:07:40'),(108680,39138,'action created','2021-02-19 08:07:40','2021-02-19 00:07:40'),(108681,39138,'action started via WP Cron','2021-02-19 08:08:40','2021-02-19 00:08:40'),(108682,39138,'action complete via WP Cron','2021-02-19 08:08:40','2021-02-19 00:08:40'),(108683,39139,'action created','2021-02-19 08:08:40','2021-02-19 00:08:40'),(108684,39139,'action started via WP Cron','2021-02-19 08:09:41','2021-02-19 00:09:41'),(108685,39139,'action complete via WP Cron','2021-02-19 08:09:41','2021-02-19 00:09:41'),(108686,39140,'action created','2021-02-19 08:09:41','2021-02-19 00:09:41'),(108687,39140,'action started via WP Cron','2021-02-19 08:10:41','2021-02-19 00:10:41'),(108688,39140,'action complete via WP Cron','2021-02-19 08:10:41','2021-02-19 00:10:41'),(108689,39141,'action created','2021-02-19 08:10:41','2021-02-19 00:10:41'),(108693,39142,'action started via WP Cron','2021-02-19 08:24:42','2021-02-19 00:24:42'),(108694,39142,'action complete via WP Cron','2021-02-19 08:24:42','2021-02-19 00:24:42'),(108695,39143,'action created','2021-02-19 08:24:42','2021-02-19 00:24:42'),(108696,39143,'action started via WP Cron','2021-02-19 08:25:44','2021-02-19 00:25:44'),(108697,39143,'action complete via WP Cron','2021-02-19 08:25:44','2021-02-19 00:25:44'),(108698,39144,'action created','2021-02-19 08:25:44','2021-02-19 00:25:44'),(108699,39144,'action started via WP Cron','2021-02-19 08:26:47','2021-02-19 00:26:47'),(108700,39144,'action complete via WP Cron','2021-02-19 08:26:47','2021-02-19 00:26:47'),(108701,39145,'action created','2021-02-19 08:26:47','2021-02-19 00:26:47'),(108702,39145,'action started via WP Cron','2021-02-19 08:27:42','2021-02-19 00:27:42'),(108703,39145,'action complete via WP Cron','2021-02-19 08:27:42','2021-02-19 00:27:42'),(108704,39146,'action created','2021-02-19 08:27:42','2021-02-19 00:27:42'),(108705,39146,'action started via WP Cron','2021-02-19 08:28:40','2021-02-19 00:28:40'),(108706,39146,'action complete via WP Cron','2021-02-19 08:28:40','2021-02-19 00:28:40'),(108707,39147,'action created','2021-02-19 08:28:41','2021-02-19 00:28:41'),(108708,39147,'action started via WP Cron','2021-02-19 08:29:48','2021-02-19 00:29:48'),(108709,39147,'action complete via WP Cron','2021-02-19 08:29:48','2021-02-19 00:29:48'),(108710,39148,'action created','2021-02-19 08:29:48','2021-02-19 00:29:48'),(108711,39148,'action started via WP Cron','2021-02-19 08:30:50','2021-02-19 00:30:50'),(108712,39148,'action complete via WP Cron','2021-02-19 08:30:50','2021-02-19 00:30:50'),(108713,39149,'action created','2021-02-19 08:30:50','2021-02-19 00:30:50'),(108714,39149,'action started via WP Cron','2021-02-19 08:31:40','2021-02-19 00:31:40'),(108715,39149,'action complete via WP Cron','2021-02-19 08:31:40','2021-02-19 00:31:40'),(108716,39150,'action created','2021-02-19 08:31:41','2021-02-19 00:31:41'),(108717,39150,'action started via WP Cron','2021-02-19 08:32:41','2021-02-19 00:32:41'),(108718,39150,'action complete via WP Cron','2021-02-19 08:32:41','2021-02-19 00:32:41'),(108719,39151,'action created','2021-02-19 08:32:41','2021-02-19 00:32:41'),(108720,39151,'action started via WP Cron','2021-02-19 08:33:45','2021-02-19 00:33:45'),(108721,39151,'action complete via WP Cron','2021-02-19 08:33:45','2021-02-19 00:33:45'),(108722,39152,'action created','2021-02-19 08:33:45','2021-02-19 00:33:45'),(108723,39152,'action started via WP Cron','2021-02-19 08:39:06','2021-02-19 00:39:06'),(108724,39152,'action complete via WP Cron','2021-02-19 08:39:06','2021-02-19 00:39:06'),(108725,39153,'action created','2021-02-19 08:39:06','2021-02-19 00:39:06'),(108726,39153,'action started via WP Cron','2021-02-19 08:40:16','2021-02-19 00:40:16'),(108727,39153,'action complete via WP Cron','2021-02-19 08:40:16','2021-02-19 00:40:16'),(108728,39154,'action created','2021-02-19 08:40:16','2021-02-19 00:40:16'),(108729,39154,'action started via WP Cron','2021-02-19 08:43:15','2021-02-19 00:43:15'),(108730,39154,'action complete via WP Cron','2021-02-19 08:43:15','2021-02-19 00:43:15'),(108731,39155,'action created','2021-02-19 08:43:16','2021-02-19 00:43:16'),(108732,39155,'action started via WP Cron','2021-02-19 08:44:17','2021-02-19 00:44:17'),(108733,39155,'action complete via WP Cron','2021-02-19 08:44:17','2021-02-19 00:44:17'),(108734,39156,'action created','2021-02-19 08:44:17','2021-02-19 00:44:17'),(108735,39156,'action started via WP Cron','2021-02-19 08:45:18','2021-02-19 00:45:18'),(108736,39156,'action complete via WP Cron','2021-02-19 08:45:18','2021-02-19 00:45:18'),(108737,39157,'action created','2021-02-19 08:45:18','2021-02-19 00:45:18'),(108738,39157,'action started via WP Cron','2021-02-19 08:47:20','2021-02-19 00:47:20'),(108739,39157,'action complete via WP Cron','2021-02-19 08:47:20','2021-02-19 00:47:20'),(108740,39158,'action created','2021-02-19 08:47:20','2021-02-19 00:47:20'),(108741,39158,'action started via WP Cron','2021-02-19 08:47:43','2021-02-19 00:47:43'),(108742,39158,'action complete via WP Cron','2021-02-19 08:47:43','2021-02-19 00:47:43'),(108743,39159,'action created','2021-02-19 08:47:43','2021-02-19 00:47:43'),(108744,39159,'action started via WP Cron','2021-02-19 08:49:19','2021-02-19 00:49:19'),(108745,39159,'action complete via WP Cron','2021-02-19 08:49:19','2021-02-19 00:49:19'),(108746,39160,'action created','2021-02-19 08:49:19','2021-02-19 00:49:19'),(108747,39160,'action started via WP Cron','2021-02-19 08:50:19','2021-02-19 00:50:19'),(108748,39160,'action complete via WP Cron','2021-02-19 08:50:19','2021-02-19 00:50:19'),(108749,39161,'action created','2021-02-19 08:50:19','2021-02-19 00:50:19'),(108750,39161,'action started via WP Cron','2021-02-19 08:53:24','2021-02-19 00:53:24'),(108751,39161,'action complete via WP Cron','2021-02-19 08:53:24','2021-02-19 00:53:24'),(108752,39162,'action created','2021-02-19 08:53:24','2021-02-19 00:53:24'),(108753,39162,'action started via WP Cron','2021-02-19 08:58:47','2021-02-19 00:58:47'),(108754,39162,'action complete via WP Cron','2021-02-19 08:58:47','2021-02-19 00:58:47'),(108755,39163,'action created','2021-02-19 08:58:47','2021-02-19 00:58:47'),(108756,39163,'action started via WP Cron','2021-02-19 09:00:14','2021-02-19 01:00:14'),(108757,39163,'action complete via WP Cron','2021-02-19 09:00:14','2021-02-19 01:00:14'),(108758,39164,'action created','2021-02-19 09:00:14','2021-02-19 01:00:14'),(108759,39164,'action started via WP Cron','2021-02-19 09:01:24','2021-02-19 01:01:24'),(108760,39164,'action complete via WP Cron','2021-02-19 09:01:24','2021-02-19 01:01:24'),(108761,39165,'action created','2021-02-19 09:01:24','2021-02-19 01:01:24'),(108762,39165,'action started via WP Cron','2021-02-19 09:02:18','2021-02-19 01:02:18'),(108763,39165,'action complete via WP Cron','2021-02-19 09:02:18','2021-02-19 01:02:18'),(108764,39166,'action created','2021-02-19 09:02:18','2021-02-19 01:02:18'),(108765,39166,'action started via WP Cron','2021-02-19 09:03:19','2021-02-19 01:03:19'),(108766,39166,'action complete via WP Cron','2021-02-19 09:03:19','2021-02-19 01:03:19'),(108767,39167,'action created','2021-02-19 09:03:19','2021-02-19 01:03:19'),(108768,39167,'action started via WP Cron','2021-02-19 09:11:48','2021-02-19 01:11:48'),(108769,39167,'action complete via WP Cron','2021-02-19 09:11:48','2021-02-19 01:11:48'),(108770,39168,'action created','2021-02-19 09:11:49','2021-02-19 01:11:49'),(108771,39168,'action started via WP Cron','2021-02-19 09:15:32','2021-02-19 01:15:32'),(108772,39168,'action complete via WP Cron','2021-02-19 09:15:32','2021-02-19 01:15:32'),(108773,39169,'action created','2021-02-19 09:15:32','2021-02-19 01:15:32'),(108774,39169,'action started via WP Cron','2021-02-19 09:18:54','2021-02-19 01:18:54'),(108775,39169,'action complete via WP Cron','2021-02-19 09:18:54','2021-02-19 01:18:54'),(108776,39170,'action created','2021-02-19 09:18:54','2021-02-19 01:18:54'),(108777,39170,'action started via WP Cron','2021-02-19 09:20:32','2021-02-19 01:20:32'),(108778,39170,'action complete via WP Cron','2021-02-19 09:20:32','2021-02-19 01:20:32'),(108779,39171,'action created','2021-02-19 09:20:32','2021-02-19 01:20:32'),(108780,39171,'action started via WP Cron','2021-02-19 09:22:27','2021-02-19 01:22:27'),(108781,39171,'action complete via WP Cron','2021-02-19 09:22:27','2021-02-19 01:22:27'),(108782,39172,'action created','2021-02-19 09:22:28','2021-02-19 01:22:28'),(108783,39172,'action started via WP Cron','2021-02-19 09:23:54','2021-02-19 01:23:54'),(108784,39172,'action complete via WP Cron','2021-02-19 09:23:54','2021-02-19 01:23:54'),(108785,39173,'action created','2021-02-19 09:23:54','2021-02-19 01:23:54'),(108786,39173,'action started via WP Cron','2021-02-19 09:28:53','2021-02-19 01:28:53'),(108787,39173,'action complete via WP Cron','2021-02-19 09:28:53','2021-02-19 01:28:53'),(108788,39174,'action created','2021-02-19 09:28:54','2021-02-19 01:28:54'),(108789,39174,'action started via WP Cron','2021-02-19 09:40:52','2021-02-19 01:40:52'),(108790,39174,'action complete via WP Cron','2021-02-19 09:40:52','2021-02-19 01:40:52'),(108791,39175,'action created','2021-02-19 09:40:52','2021-02-19 01:40:52'),(108792,39175,'action started via WP Cron','2021-02-19 09:48:44','2021-02-19 01:48:44'),(108793,39175,'action complete via WP Cron','2021-02-19 09:48:44','2021-02-19 01:48:44'),(108794,39176,'action created','2021-02-19 09:48:44','2021-02-19 01:48:44'),(108795,39176,'action started via WP Cron','2021-02-19 09:50:29','2021-02-19 01:50:29'),(108796,39176,'action complete via WP Cron','2021-02-19 09:50:29','2021-02-19 01:50:29'),(108797,39177,'action created','2021-02-19 09:50:29','2021-02-19 01:50:29'),(108798,39177,'action started via WP Cron','2021-02-19 09:51:22','2021-02-19 01:51:22'),(108799,39177,'action complete via WP Cron','2021-02-19 09:51:22','2021-02-19 01:51:22'),(108800,39178,'action created','2021-02-19 09:51:22','2021-02-19 01:51:22'),(108801,39178,'action started via WP Cron','2021-02-19 09:52:23','2021-02-19 01:52:23'),(108802,39178,'action complete via WP Cron','2021-02-19 09:52:23','2021-02-19 01:52:23'),(108803,39179,'action created','2021-02-19 09:52:23','2021-02-19 01:52:23'),(108804,39179,'action started via WP Cron','2021-02-19 09:53:24','2021-02-19 01:53:24'),(108805,39179,'action complete via WP Cron','2021-02-19 09:53:24','2021-02-19 01:53:24'),(108806,39180,'action created','2021-02-19 09:53:24','2021-02-19 01:53:24'),(108807,39180,'action started via WP Cron','2021-02-19 10:00:41','2021-02-19 02:00:41'),(108808,39180,'action complete via WP Cron','2021-02-19 10:00:41','2021-02-19 02:00:41'),(108809,39181,'action created','2021-02-19 10:00:41','2021-02-19 02:00:41'),(108810,39181,'action started via WP Cron','2021-02-19 10:01:41','2021-02-19 02:01:41'),(108811,39181,'action complete via WP Cron','2021-02-19 10:01:41','2021-02-19 02:01:41'),(108812,39182,'action created','2021-02-19 10:01:41','2021-02-19 02:01:41'),(108813,39182,'action started via WP Cron','2021-02-19 10:03:26','2021-02-19 02:03:26'),(108814,39182,'action complete via WP Cron','2021-02-19 10:03:26','2021-02-19 02:03:26'),(108815,39183,'action created','2021-02-19 10:03:26','2021-02-19 02:03:26'),(108816,39183,'action started via WP Cron','2021-02-19 10:04:31','2021-02-19 02:04:31'),(108817,39183,'action complete via WP Cron','2021-02-19 10:04:31','2021-02-19 02:04:31'),(108818,39184,'action created','2021-02-19 10:04:31','2021-02-19 02:04:31'),(108819,39184,'action started via WP Cron','2021-02-19 10:05:36','2021-02-19 02:05:36'),(108820,39184,'action complete via WP Cron','2021-02-19 10:05:36','2021-02-19 02:05:36'),(108821,39185,'action created','2021-02-19 10:05:36','2021-02-19 02:05:36'),(108822,39185,'action started via WP Cron','2021-02-19 10:06:33','2021-02-19 02:06:33'),(108823,39185,'action complete via WP Cron','2021-02-19 10:06:33','2021-02-19 02:06:33'),(108824,39186,'action created','2021-02-19 10:06:33','2021-02-19 02:06:33'),(108825,39186,'action started via WP Cron','2021-02-19 10:07:38','2021-02-19 02:07:38'),(108826,39186,'action complete via WP Cron','2021-02-19 10:07:38','2021-02-19 02:07:38'),(108827,39187,'action created','2021-02-19 10:07:38','2021-02-19 02:07:38'),(108828,39187,'action started via WP Cron','2021-02-19 10:08:35','2021-02-19 02:08:35'),(108829,39187,'action complete via WP Cron','2021-02-19 10:08:35','2021-02-19 02:08:35'),(108830,39188,'action created','2021-02-19 10:08:35','2021-02-19 02:08:35'),(108831,39188,'action started via WP Cron','2021-02-19 10:12:23','2021-02-19 02:12:23'),(108832,39188,'action complete via WP Cron','2021-02-19 10:12:23','2021-02-19 02:12:23'),(108833,39189,'action created','2021-02-19 10:12:23','2021-02-19 02:12:23'),(108837,39189,'action started via WP Cron','2021-02-19 10:18:25','2021-02-19 02:18:25'),(108838,39189,'action complete via WP Cron','2021-02-19 10:18:25','2021-02-19 02:18:25'),(108839,39191,'action created','2021-02-19 10:18:25','2021-02-19 02:18:25'),(108840,39191,'action started via WP Cron','2021-02-19 10:20:07','2021-02-19 02:20:07'),(108841,39191,'action complete via WP Cron','2021-02-19 10:20:07','2021-02-19 02:20:07'),(108842,39192,'action created','2021-02-19 10:20:07','2021-02-19 02:20:07'),(108843,39192,'action started via WP Cron','2021-02-19 10:23:52','2021-02-19 02:23:52'),(108844,39192,'action complete via WP Cron','2021-02-19 10:23:52','2021-02-19 02:23:52'),(108845,39193,'action created','2021-02-19 10:23:52','2021-02-19 02:23:52'),(108846,39193,'action started via WP Cron','2021-02-19 10:25:15','2021-02-19 02:25:15'),(108847,39193,'action complete via WP Cron','2021-02-19 10:25:15','2021-02-19 02:25:15'),(108848,39194,'action created','2021-02-19 10:25:15','2021-02-19 02:25:15'),(108849,39194,'action started via WP Cron','2021-02-19 10:25:41','2021-02-19 02:25:41'),(108850,39194,'action complete via WP Cron','2021-02-19 10:25:41','2021-02-19 02:25:41'),(108851,39195,'action created','2021-02-19 10:25:41','2021-02-19 02:25:41'),(108852,39195,'action started via WP Cron','2021-02-19 10:26:56','2021-02-19 02:26:56'),(108853,39195,'action complete via WP Cron','2021-02-19 10:26:56','2021-02-19 02:26:56'),(108854,39196,'action created','2021-02-19 10:26:56','2021-02-19 02:26:56'),(108855,39196,'action started via WP Cron','2021-02-19 10:27:41','2021-02-19 02:27:41'),(108856,39196,'action complete via WP Cron','2021-02-19 10:27:41','2021-02-19 02:27:41'),(108857,39197,'action created','2021-02-19 10:27:41','2021-02-19 02:27:41'),(108858,39197,'action started via WP Cron','2021-02-19 10:28:46','2021-02-19 02:28:46'),(108859,39197,'action complete via WP Cron','2021-02-19 10:28:46','2021-02-19 02:28:46'),(108860,39198,'action created','2021-02-19 10:28:47','2021-02-19 02:28:47'),(108861,39198,'action started via WP Cron','2021-02-19 10:29:41','2021-02-19 02:29:41'),(108862,39198,'action complete via WP Cron','2021-02-19 10:29:41','2021-02-19 02:29:41'),(108863,39199,'action created','2021-02-19 10:29:41','2021-02-19 02:29:41'),(108864,39199,'action started via WP Cron','2021-02-19 10:31:07','2021-02-19 02:31:07'),(108865,39199,'action complete via WP Cron','2021-02-19 10:31:07','2021-02-19 02:31:07'),(108866,39200,'action created','2021-02-19 10:31:07','2021-02-19 02:31:07'),(108867,39200,'action started via WP Cron','2021-02-19 10:31:44','2021-02-19 02:31:44'),(108868,39200,'action complete via WP Cron','2021-02-19 10:31:44','2021-02-19 02:31:44'),(108869,39201,'action created','2021-02-19 10:31:44','2021-02-19 02:31:44'),(108870,39201,'action started via WP Cron','2021-02-19 10:32:53','2021-02-19 02:32:53'),(108871,39201,'action complete via WP Cron','2021-02-19 10:32:53','2021-02-19 02:32:53'),(108872,39202,'action created','2021-02-19 10:32:53','2021-02-19 02:32:53'),(108873,39202,'action started via WP Cron','2021-02-19 10:33:56','2021-02-19 02:33:56'),(108874,39202,'action complete via WP Cron','2021-02-19 10:33:56','2021-02-19 02:33:56'),(108875,39203,'action created','2021-02-19 10:33:56','2021-02-19 02:33:56'),(108876,39203,'action started via WP Cron','2021-02-19 10:34:58','2021-02-19 02:34:58'),(108877,39203,'action complete via WP Cron','2021-02-19 10:34:58','2021-02-19 02:34:58'),(108878,39204,'action created','2021-02-19 10:34:58','2021-02-19 02:34:58'),(108879,39204,'action started via WP Cron','2021-02-19 10:36:13','2021-02-19 02:36:13'),(108880,39204,'action complete via WP Cron','2021-02-19 10:36:13','2021-02-19 02:36:13'),(108881,39205,'action created','2021-02-19 10:36:13','2021-02-19 02:36:13'),(108882,39205,'action started via WP Cron','2021-02-19 10:36:43','2021-02-19 02:36:43'),(108883,39205,'action complete via WP Cron','2021-02-19 10:36:43','2021-02-19 02:36:43'),(108884,39206,'action created','2021-02-19 10:36:43','2021-02-19 02:36:43'),(108885,39206,'action started via WP Cron','2021-02-19 10:38:00','2021-02-19 02:38:00'),(108886,39206,'action complete via WP Cron','2021-02-19 10:38:00','2021-02-19 02:38:00'),(108887,39207,'action created','2021-02-19 10:38:00','2021-02-19 02:38:00'),(108888,39207,'action started via WP Cron','2021-02-19 10:38:40','2021-02-19 02:38:40'),(108889,39207,'action complete via WP Cron','2021-02-19 10:38:40','2021-02-19 02:38:40'),(108890,39208,'action created','2021-02-19 10:38:40','2021-02-19 02:38:40'),(108891,39208,'action started via WP Cron','2021-02-19 10:39:44','2021-02-19 02:39:44'),(108892,39208,'action complete via WP Cron','2021-02-19 10:39:44','2021-02-19 02:39:44'),(108893,39209,'action created','2021-02-19 10:39:44','2021-02-19 02:39:44'),(108894,39209,'action started via WP Cron','2021-02-19 10:40:50','2021-02-19 02:40:50'),(108895,39209,'action complete via WP Cron','2021-02-19 10:40:50','2021-02-19 02:40:50'),(108896,39210,'action created','2021-02-19 10:40:51','2021-02-19 02:40:51'),(108897,39210,'action started via WP Cron','2021-02-19 10:41:44','2021-02-19 02:41:44'),(108898,39210,'action complete via WP Cron','2021-02-19 10:41:44','2021-02-19 02:41:44'),(108899,39211,'action created','2021-02-19 10:41:44','2021-02-19 02:41:44'),(108900,39211,'action started via WP Cron','2021-02-19 10:42:55','2021-02-19 02:42:55'),(108901,39211,'action complete via WP Cron','2021-02-19 10:42:55','2021-02-19 02:42:55'),(108902,39212,'action created','2021-02-19 10:42:55','2021-02-19 02:42:55'),(108903,39212,'action started via WP Cron','2021-02-19 10:43:42','2021-02-19 02:43:42'),(108904,39212,'action complete via WP Cron','2021-02-19 10:43:42','2021-02-19 02:43:42'),(108905,39213,'action created','2021-02-19 10:43:42','2021-02-19 02:43:42'),(108906,39213,'action started via WP Cron','2021-02-19 10:45:10','2021-02-19 02:45:10'),(108907,39213,'action complete via WP Cron','2021-02-19 10:45:10','2021-02-19 02:45:10'),(108908,39214,'action created','2021-02-19 10:45:10','2021-02-19 02:45:10'),(108909,39214,'action started via WP Cron','2021-02-19 10:45:46','2021-02-19 02:45:46'),(108910,39214,'action complete via WP Cron','2021-02-19 10:45:46','2021-02-19 02:45:46'),(108911,39215,'action created','2021-02-19 10:45:46','2021-02-19 02:45:46'),(108912,39215,'action started via WP Cron','2021-02-19 10:46:45','2021-02-19 02:46:45'),(108913,39215,'action complete via WP Cron','2021-02-19 10:46:45','2021-02-19 02:46:45'),(108914,39216,'action created','2021-02-19 10:46:45','2021-02-19 02:46:45'),(108915,39216,'action started via WP Cron','2021-02-19 10:47:43','2021-02-19 02:47:43'),(108916,39216,'action complete via WP Cron','2021-02-19 10:47:43','2021-02-19 02:47:43'),(108917,39217,'action created','2021-02-19 10:47:43','2021-02-19 02:47:43'),(108918,39217,'action started via WP Cron','2021-02-19 10:48:47','2021-02-19 02:48:47'),(108919,39217,'action complete via WP Cron','2021-02-19 10:48:47','2021-02-19 02:48:47'),(108920,39218,'action created','2021-02-19 10:48:47','2021-02-19 02:48:47'),(108921,39218,'action started via WP Cron','2021-02-19 10:49:49','2021-02-19 02:49:49'),(108922,39218,'action complete via WP Cron','2021-02-19 10:49:49','2021-02-19 02:49:49'),(108923,39219,'action created','2021-02-19 10:49:49','2021-02-19 02:49:49'),(108924,39219,'action started via WP Cron','2021-02-19 10:50:41','2021-02-19 02:50:41'),(108925,39219,'action complete via WP Cron','2021-02-19 10:50:41','2021-02-19 02:50:41'),(108926,39220,'action created','2021-02-19 10:50:42','2021-02-19 02:50:42'),(108927,39220,'action started via WP Cron','2021-02-19 10:51:43','2021-02-19 02:51:43'),(108928,39220,'action complete via WP Cron','2021-02-19 10:51:43','2021-02-19 02:51:43'),(108929,39221,'action created','2021-02-19 10:51:44','2021-02-19 02:51:44'),(108930,39221,'action started via WP Cron','2021-02-19 10:52:46','2021-02-19 02:52:46'),(108931,39221,'action complete via WP Cron','2021-02-19 10:52:46','2021-02-19 02:52:46'),(108932,39222,'action created','2021-02-19 10:53:09','2021-02-19 02:53:09'),(108933,39222,'action started via WP Cron','2021-02-19 10:53:42','2021-02-19 02:53:42'),(108934,39222,'action complete via WP Cron','2021-02-19 10:53:42','2021-02-19 02:53:42'),(108935,39223,'action created','2021-02-19 10:53:42','2021-02-19 02:53:42'),(108936,39223,'action started via WP Cron','2021-02-19 10:54:42','2021-02-19 02:54:42'),(108937,39223,'action complete via WP Cron','2021-02-19 10:54:42','2021-02-19 02:54:42'),(108938,39224,'action created','2021-02-19 10:54:42','2021-02-19 02:54:42'),(108939,39224,'action started via WP Cron','2021-02-19 10:55:41','2021-02-19 02:55:41'),(108940,39224,'action complete via WP Cron','2021-02-19 10:55:41','2021-02-19 02:55:41'),(108941,39225,'action created','2021-02-19 10:55:41','2021-02-19 02:55:41'),(108942,39225,'action started via WP Cron','2021-02-19 10:56:42','2021-02-19 02:56:42'),(108943,39225,'action complete via WP Cron','2021-02-19 10:56:42','2021-02-19 02:56:42'),(108944,39226,'action created','2021-02-19 10:56:42','2021-02-19 02:56:42'),(108945,39226,'action started via WP Cron','2021-02-19 10:57:43','2021-02-19 02:57:43'),(108946,39226,'action complete via WP Cron','2021-02-19 10:57:43','2021-02-19 02:57:43'),(108947,39227,'action created','2021-02-19 10:57:44','2021-02-19 02:57:44'),(108948,39227,'action started via WP Cron','2021-02-19 10:58:59','2021-02-19 02:58:59'),(108949,39227,'action complete via WP Cron','2021-02-19 10:58:59','2021-02-19 02:58:59'),(108950,39228,'action created','2021-02-19 10:58:59','2021-02-19 02:58:59'),(108951,39228,'action started via WP Cron','2021-02-19 10:59:44','2021-02-19 02:59:44'),(108952,39228,'action complete via WP Cron','2021-02-19 10:59:44','2021-02-19 02:59:44'),(108953,39229,'action created','2021-02-19 10:59:44','2021-02-19 02:59:44'),(108954,39229,'action started via WP Cron','2021-02-19 11:00:44','2021-02-19 03:00:44'),(108955,39229,'action complete via WP Cron','2021-02-19 11:00:44','2021-02-19 03:00:44'),(108956,39230,'action created','2021-02-19 11:00:44','2021-02-19 03:00:44'),(108957,39230,'action started via WP Cron','2021-02-19 11:01:42','2021-02-19 03:01:42'),(108958,39230,'action complete via WP Cron','2021-02-19 11:01:42','2021-02-19 03:01:42'),(108959,39231,'action created','2021-02-19 11:01:42','2021-02-19 03:01:42'),(108960,39231,'action started via WP Cron','2021-02-19 11:02:46','2021-02-19 03:02:46'),(108961,39231,'action complete via WP Cron','2021-02-19 11:02:46','2021-02-19 03:02:46'),(108962,39232,'action created','2021-02-19 11:02:46','2021-02-19 03:02:46'),(108963,39232,'action started via WP Cron','2021-02-19 11:03:42','2021-02-19 03:03:42'),(108964,39232,'action complete via WP Cron','2021-02-19 11:03:42','2021-02-19 03:03:42'),(108965,39233,'action created','2021-02-19 11:03:42','2021-02-19 03:03:42'),(108966,39233,'action started via WP Cron','2021-02-19 11:04:47','2021-02-19 03:04:47'),(108967,39233,'action complete via WP Cron','2021-02-19 11:04:47','2021-02-19 03:04:47'),(108968,39234,'action created','2021-02-19 11:04:47','2021-02-19 03:04:47'),(108969,39234,'action started via WP Cron','2021-02-19 11:05:44','2021-02-19 03:05:44'),(108970,39234,'action complete via WP Cron','2021-02-19 11:05:44','2021-02-19 03:05:44'),(108971,39235,'action created','2021-02-19 11:05:44','2021-02-19 03:05:44'),(108972,39235,'action started via WP Cron','2021-02-19 11:06:40','2021-02-19 03:06:40'),(108973,39235,'action complete via WP Cron','2021-02-19 11:06:40','2021-02-19 03:06:40'),(108974,39236,'action created','2021-02-19 11:06:41','2021-02-19 03:06:41'),(108975,39236,'action started via WP Cron','2021-02-19 11:07:51','2021-02-19 03:07:51'),(108976,39236,'action complete via WP Cron','2021-02-19 11:07:51','2021-02-19 03:07:51'),(108977,39237,'action created','2021-02-19 11:07:51','2021-02-19 03:07:51'),(108978,39237,'action started via WP Cron','2021-02-19 11:08:45','2021-02-19 03:08:45'),(108979,39237,'action complete via WP Cron','2021-02-19 11:08:45','2021-02-19 03:08:45'),(108980,39238,'action created','2021-02-19 11:08:45','2021-02-19 03:08:45'),(108981,39238,'action started via WP Cron','2021-02-19 11:09:55','2021-02-19 03:09:55'),(108982,39238,'action complete via WP Cron','2021-02-19 11:09:55','2021-02-19 03:09:55'),(108983,39239,'action created','2021-02-19 11:09:55','2021-02-19 03:09:55'),(108984,39239,'action started via WP Cron','2021-02-19 11:19:21','2021-02-19 03:19:21'),(108985,39239,'action complete via WP Cron','2021-02-19 11:19:21','2021-02-19 03:19:21'),(108986,39240,'action created','2021-02-19 11:19:21','2021-02-19 03:19:21'),(108987,39240,'action started via WP Cron','2021-02-19 11:22:35','2021-02-19 03:22:35'),(108988,39240,'action complete via WP Cron','2021-02-19 11:22:35','2021-02-19 03:22:35'),(108989,39241,'action created','2021-02-19 11:22:35','2021-02-19 03:22:35'),(108990,39241,'action started via WP Cron','2021-02-19 11:28:00','2021-02-19 03:28:00'),(108991,39241,'action complete via WP Cron','2021-02-19 11:28:00','2021-02-19 03:28:00'),(108992,39242,'action created','2021-02-19 11:28:01','2021-02-19 03:28:01'),(108993,39242,'action started via WP Cron','2021-02-19 11:31:58','2021-02-19 03:31:58'),(108994,39242,'action complete via WP Cron','2021-02-19 11:31:58','2021-02-19 03:31:58'),(108995,39243,'action created','2021-02-19 11:31:59','2021-02-19 03:31:59'),(108996,39243,'action started via WP Cron','2021-02-19 11:33:04','2021-02-19 03:33:04'),(108997,39243,'action complete via WP Cron','2021-02-19 11:33:04','2021-02-19 03:33:04'),(108998,39244,'action created','2021-02-19 11:33:04','2021-02-19 03:33:04'),(108999,39244,'action started via WP Cron','2021-02-19 11:38:16','2021-02-19 03:38:16'),(109000,39244,'action complete via WP Cron','2021-02-19 11:38:16','2021-02-19 03:38:16'),(109001,39245,'action created','2021-02-19 11:38:16','2021-02-19 03:38:16'),(109002,39245,'action started via WP Cron','2021-02-19 11:48:00','2021-02-19 03:48:00'),(109003,39245,'action complete via WP Cron','2021-02-19 11:48:00','2021-02-19 03:48:00'),(109004,39246,'action created','2021-02-19 11:48:00','2021-02-19 03:48:00'),(109005,39246,'action started via WP Cron','2021-02-19 11:49:02','2021-02-19 03:49:02'),(109006,39246,'action complete via WP Cron','2021-02-19 11:49:02','2021-02-19 03:49:02'),(109007,39247,'action created','2021-02-19 11:49:02','2021-02-19 03:49:02'),(109008,39247,'action started via WP Cron','2021-02-19 11:51:37','2021-02-19 03:51:37'),(109009,39247,'action complete via WP Cron','2021-02-19 11:51:37','2021-02-19 03:51:37'),(109010,39248,'action created','2021-02-19 11:51:37','2021-02-19 03:51:37'),(109011,39248,'action started via WP Cron','2021-02-19 11:52:38','2021-02-19 03:52:38'),(109012,39248,'action complete via WP Cron','2021-02-19 11:52:38','2021-02-19 03:52:38'),(109013,39249,'action created','2021-02-19 11:52:38','2021-02-19 03:52:38'),(109014,39249,'action started via WP Cron','2021-02-19 11:53:39','2021-02-19 03:53:39'),(109015,39249,'action complete via WP Cron','2021-02-19 11:53:39','2021-02-19 03:53:39'),(109016,39250,'action created','2021-02-19 11:53:39','2021-02-19 03:53:39'),(109017,39250,'action started via WP Cron','2021-02-19 11:54:19','2021-02-19 03:54:19'),(109018,39250,'action complete via WP Cron','2021-02-19 11:54:19','2021-02-19 03:54:19'),(109019,39251,'action created','2021-02-19 11:54:19','2021-02-19 03:54:19'),(109020,39251,'action started via WP Cron','2021-02-19 11:55:44','2021-02-19 03:55:44'),(109021,39251,'action complete via WP Cron','2021-02-19 11:55:44','2021-02-19 03:55:44'),(109022,39252,'action created','2021-02-19 11:55:44','2021-02-19 03:55:44'),(109023,39252,'action started via WP Cron','2021-02-19 11:56:43','2021-02-19 03:56:43'),(109024,39252,'action complete via WP Cron','2021-02-19 11:56:43','2021-02-19 03:56:43'),(109025,39253,'action created','2021-02-19 11:56:43','2021-02-19 03:56:43'),(109026,39253,'action started via WP Cron','2021-02-19 11:57:43','2021-02-19 03:57:43'),(109027,39253,'action complete via WP Cron','2021-02-19 11:57:43','2021-02-19 03:57:43'),(109028,39254,'action created','2021-02-19 11:57:43','2021-02-19 03:57:43'),(109029,39254,'action started via WP Cron','2021-02-19 11:58:44','2021-02-19 03:58:44'),(109030,39254,'action complete via WP Cron','2021-02-19 11:58:44','2021-02-19 03:58:44'),(109031,39255,'action created','2021-02-19 11:58:44','2021-02-19 03:58:44'),(109032,39255,'action started via WP Cron','2021-02-19 12:05:48','2021-02-19 04:05:48'),(109033,39255,'action complete via WP Cron','2021-02-19 12:05:48','2021-02-19 04:05:48'),(109034,39256,'action created','2021-02-19 12:05:48','2021-02-19 04:05:48'),(109035,39256,'action started via WP Cron','2021-02-19 12:15:36','2021-02-19 04:15:36'),(109036,39256,'action complete via WP Cron','2021-02-19 12:15:36','2021-02-19 04:15:36'),(109037,39257,'action created','2021-02-19 12:15:36','2021-02-19 04:15:36'),(109038,39257,'action started via WP Cron','2021-02-19 12:27:45','2021-02-19 04:27:45'),(109039,39257,'action complete via WP Cron','2021-02-19 12:27:45','2021-02-19 04:27:45'),(109040,39258,'action created','2021-02-19 12:27:45','2021-02-19 04:27:45'),(109041,39258,'action started via WP Cron','2021-02-19 12:35:44','2021-02-19 04:35:44'),(109042,39258,'action complete via WP Cron','2021-02-19 12:35:44','2021-02-19 04:35:44'),(109043,39259,'action created','2021-02-19 12:35:44','2021-02-19 04:35:44'),(109044,39259,'action started via WP Cron','2021-02-19 12:38:12','2021-02-19 04:38:12'),(109045,39259,'action complete via WP Cron','2021-02-19 12:38:12','2021-02-19 04:38:12'),(109046,39260,'action created','2021-02-19 12:38:12','2021-02-19 04:38:12'),(109047,39260,'action started via WP Cron','2021-02-19 12:39:52','2021-02-19 04:39:52'),(109048,39260,'action complete via WP Cron','2021-02-19 12:39:52','2021-02-19 04:39:52'),(109049,39261,'action created','2021-02-19 12:39:52','2021-02-19 04:39:52'),(109050,39261,'action started via WP Cron','2021-02-19 12:40:59','2021-02-19 04:40:59'),(109051,39261,'action complete via WP Cron','2021-02-19 12:40:59','2021-02-19 04:40:59'),(109052,39262,'action created','2021-02-19 12:40:59','2021-02-19 04:40:59'),(109053,39262,'action started via WP Cron','2021-02-19 12:43:01','2021-02-19 04:43:01'),(109054,39262,'action complete via WP Cron','2021-02-19 12:43:01','2021-02-19 04:43:01'),(109055,39263,'action created','2021-02-19 12:43:01','2021-02-19 04:43:01'),(109056,39263,'action started via WP Cron','2021-02-19 12:44:02','2021-02-19 04:44:02'),(109057,39263,'action complete via WP Cron','2021-02-19 12:44:02','2021-02-19 04:44:02'),(109058,39264,'action created','2021-02-19 12:44:02','2021-02-19 04:44:02'),(109059,39264,'action started via WP Cron','2021-02-19 12:45:04','2021-02-19 04:45:04'),(109060,39264,'action complete via WP Cron','2021-02-19 12:45:04','2021-02-19 04:45:04'),(109061,39265,'action created','2021-02-19 12:58:59','2021-02-19 04:58:59'),(109062,39265,'action started via WP Cron','2021-02-19 13:00:01','2021-02-19 05:00:01'),(109063,39265,'action complete via WP Cron','2021-02-19 13:00:01','2021-02-19 05:00:01'),(109064,39266,'action created','2021-02-19 13:00:01','2021-02-19 05:00:01'),(109065,39266,'action started via WP Cron','2021-02-19 13:00:43','2021-02-19 05:00:43'),(109066,39266,'action complete via WP Cron','2021-02-19 13:00:43','2021-02-19 05:00:43'),(109067,39267,'action created','2021-02-19 13:00:43','2021-02-19 05:00:43'),(109068,39267,'action started via WP Cron','2021-02-19 13:02:04','2021-02-19 05:02:04'),(109069,39267,'action complete via WP Cron','2021-02-19 13:02:04','2021-02-19 05:02:04'),(109070,39268,'action created','2021-02-19 13:02:04','2021-02-19 05:02:04'),(109071,39268,'action started via WP Cron','2021-02-19 13:03:05','2021-02-19 05:03:05'),(109072,39268,'action complete via WP Cron','2021-02-19 13:03:05','2021-02-19 05:03:05'),(109073,39269,'action created','2021-02-19 13:03:05','2021-02-19 05:03:05'),(109074,39269,'action started via WP Cron','2021-02-19 13:04:06','2021-02-19 05:04:06'),(109075,39269,'action complete via WP Cron','2021-02-19 13:04:06','2021-02-19 05:04:06'),(109076,39270,'action created','2021-02-19 13:04:06','2021-02-19 05:04:06'),(109077,39270,'action started via WP Cron','2021-02-19 13:08:08','2021-02-19 05:08:08'),(109078,39270,'action complete via WP Cron','2021-02-19 13:08:08','2021-02-19 05:08:08'),(109079,39271,'action created','2021-02-19 13:08:09','2021-02-19 05:08:09'),(109080,39271,'action started via WP Cron','2021-02-19 13:10:16','2021-02-19 05:10:16'),(109081,39271,'action complete via WP Cron','2021-02-19 13:10:16','2021-02-19 05:10:16'),(109082,39272,'action created','2021-02-19 13:10:16','2021-02-19 05:10:16'),(109083,39272,'action started via WP Cron','2021-02-19 13:13:42','2021-02-19 05:13:42'),(109084,39272,'action complete via WP Cron','2021-02-19 13:13:42','2021-02-19 05:13:42'),(109085,39273,'action created','2021-02-19 13:13:42','2021-02-19 05:13:42'),(109086,39273,'action started via WP Cron','2021-02-19 13:19:01','2021-02-19 05:19:01'),(109087,39273,'action complete via WP Cron','2021-02-19 13:19:01','2021-02-19 05:19:01'),(109088,39274,'action created','2021-02-19 13:19:01','2021-02-19 05:19:01'),(109089,39274,'action started via WP Cron','2021-02-19 13:19:43','2021-02-19 05:19:43'),(109090,39274,'action complete via WP Cron','2021-02-19 13:19:43','2021-02-19 05:19:43'),(109091,39275,'action created','2021-02-19 13:19:44','2021-02-19 05:19:44'),(109092,39275,'action started via WP Cron','2021-02-19 13:25:30','2021-02-19 05:25:30'),(109093,39275,'action complete via WP Cron','2021-02-19 13:25:30','2021-02-19 05:25:30'),(109094,39276,'action created','2021-02-19 13:25:30','2021-02-19 05:25:30'),(109095,39276,'action started via WP Cron','2021-02-19 13:25:53','2021-02-19 05:25:53'),(109096,39276,'action complete via WP Cron','2021-02-19 13:25:53','2021-02-19 05:25:53'),(109097,39277,'action created','2021-02-19 13:25:53','2021-02-19 05:25:53'),(109098,39277,'action started via WP Cron','2021-02-19 13:26:57','2021-02-19 05:26:57'),(109099,39277,'action complete via WP Cron','2021-02-19 13:26:57','2021-02-19 05:26:57'),(109100,39278,'action created','2021-02-19 13:26:57','2021-02-19 05:26:57'),(109101,39278,'action started via WP Cron','2021-02-19 13:27:41','2021-02-19 05:27:41'),(109102,39278,'action complete via WP Cron','2021-02-19 13:27:41','2021-02-19 05:27:41'),(109103,39279,'action created','2021-02-19 13:27:41','2021-02-19 05:27:41'),(109104,39279,'action started via WP Cron','2021-02-19 13:28:52','2021-02-19 05:28:52'),(109105,39279,'action complete via WP Cron','2021-02-19 13:28:53','2021-02-19 05:28:53'),(109106,39280,'action created','2021-02-19 13:28:53','2021-02-19 05:28:53'),(109107,39280,'action started via WP Cron','2021-02-19 13:29:52','2021-02-19 05:29:52'),(109108,39280,'action complete via WP Cron','2021-02-19 13:29:52','2021-02-19 05:29:52'),(109109,39281,'action created','2021-02-19 13:29:52','2021-02-19 05:29:52'),(109110,39281,'action started via WP Cron','2021-02-19 13:30:52','2021-02-19 05:30:52'),(109111,39281,'action complete via WP Cron','2021-02-19 13:30:52','2021-02-19 05:30:52'),(109112,39282,'action created','2021-02-19 13:30:52','2021-02-19 05:30:52'),(109113,39282,'action started via WP Cron','2021-02-19 13:32:01','2021-02-19 05:32:01'),(109114,39282,'action complete via WP Cron','2021-02-19 13:32:01','2021-02-19 05:32:01'),(109115,39283,'action created','2021-02-19 13:32:01','2021-02-19 05:32:01'),(109116,39283,'action started via WP Cron','2021-02-19 13:32:45','2021-02-19 05:32:45'),(109117,39283,'action complete via WP Cron','2021-02-19 13:32:45','2021-02-19 05:32:45'),(109118,39284,'action created','2021-02-19 13:32:45','2021-02-19 05:32:45'),(109119,39284,'action started via WP Cron','2021-02-19 13:33:53','2021-02-19 05:33:53'),(109120,39284,'action complete via WP Cron','2021-02-19 13:33:53','2021-02-19 05:33:53'),(109121,39285,'action created','2021-02-19 13:33:53','2021-02-19 05:33:53'),(109122,39285,'action started via WP Cron','2021-02-19 13:34:55','2021-02-19 05:34:55'),(109123,39285,'action complete via WP Cron','2021-02-19 13:34:55','2021-02-19 05:34:55'),(109124,39286,'action created','2021-02-19 13:34:55','2021-02-19 05:34:55'),(109125,39286,'action started via WP Cron','2021-02-19 13:35:46','2021-02-19 05:35:46'),(109126,39286,'action complete via WP Cron','2021-02-19 13:35:46','2021-02-19 05:35:46'),(109127,39287,'action created','2021-02-19 13:35:46','2021-02-19 05:35:46'),(109128,39287,'action started via WP Cron','2021-02-19 13:36:50','2021-02-19 05:36:50'),(109129,39287,'action complete via WP Cron','2021-02-19 13:36:50','2021-02-19 05:36:50'),(109130,39288,'action created','2021-02-19 13:36:50','2021-02-19 05:36:50'),(109131,39288,'action started via WP Cron','2021-02-19 13:37:44','2021-02-19 05:37:44'),(109132,39288,'action complete via WP Cron','2021-02-19 13:37:44','2021-02-19 05:37:44'),(109133,39289,'action created','2021-02-19 13:37:44','2021-02-19 05:37:44'),(109134,39289,'action started via WP Cron','2021-02-19 13:38:56','2021-02-19 05:38:56'),(109135,39289,'action complete via WP Cron','2021-02-19 13:38:56','2021-02-19 05:38:56'),(109136,39290,'action created','2021-02-19 13:38:56','2021-02-19 05:38:56'),(109137,39290,'action started via WP Cron','2021-02-19 13:39:46','2021-02-19 05:39:46'),(109138,39290,'action complete via WP Cron','2021-02-19 13:39:46','2021-02-19 05:39:46'),(109139,39291,'action created','2021-02-19 13:39:47','2021-02-19 05:39:47'),(109140,39291,'action started via WP Cron','2021-02-19 13:40:45','2021-02-19 05:40:45'),(109141,39291,'action complete via WP Cron','2021-02-19 13:40:45','2021-02-19 05:40:45'),(109142,39292,'action created','2021-02-19 13:40:45','2021-02-19 05:40:45'),(109143,39292,'action started via WP Cron','2021-02-19 13:42:10','2021-02-19 05:42:10'),(109144,39292,'action complete via WP Cron','2021-02-19 13:42:10','2021-02-19 05:42:10'),(109145,39293,'action created','2021-02-19 13:42:10','2021-02-19 05:42:10'),(109146,39293,'action started via WP Cron','2021-02-19 13:42:50','2021-02-19 05:42:50'),(109147,39293,'action complete via WP Cron','2021-02-19 13:42:50','2021-02-19 05:42:50'),(109148,39294,'action created','2021-02-19 13:42:50','2021-02-19 05:42:50'),(109149,39294,'action started via WP Cron','2021-02-19 13:43:49','2021-02-19 05:43:49'),(109150,39294,'action complete via WP Cron','2021-02-19 13:43:49','2021-02-19 05:43:49'),(109151,39295,'action created','2021-02-19 13:43:49','2021-02-19 05:43:49'),(109152,39295,'action started via WP Cron','2021-02-19 13:44:53','2021-02-19 05:44:53'),(109153,39295,'action complete via WP Cron','2021-02-19 13:44:53','2021-02-19 05:44:53'),(109154,39296,'action created','2021-02-19 13:44:53','2021-02-19 05:44:53'),(109155,39296,'action started via WP Cron','2021-02-19 13:45:51','2021-02-19 05:45:51'),(109156,39296,'action complete via WP Cron','2021-02-19 13:45:51','2021-02-19 05:45:51'),(109157,39297,'action created','2021-02-19 13:45:51','2021-02-19 05:45:51'),(109158,39297,'action started via WP Cron','2021-02-19 13:46:46','2021-02-19 05:46:46'),(109159,39297,'action complete via WP Cron','2021-02-19 13:46:46','2021-02-19 05:46:46'),(109160,39298,'action created','2021-02-19 13:46:46','2021-02-19 05:46:46'),(109161,39298,'action started via WP Cron','2021-02-19 13:47:45','2021-02-19 05:47:45'),(109162,39298,'action complete via WP Cron','2021-02-19 13:47:45','2021-02-19 05:47:45'),(109163,39299,'action created','2021-02-19 13:47:45','2021-02-19 05:47:45'),(109164,39299,'action started via WP Cron','2021-02-19 13:48:44','2021-02-19 05:48:44'),(109165,39299,'action complete via WP Cron','2021-02-19 13:48:44','2021-02-19 05:48:44'),(109166,39300,'action created','2021-02-19 13:48:44','2021-02-19 05:48:44'),(109167,39300,'action started via WP Cron','2021-02-19 13:49:49','2021-02-19 05:49:49'),(109168,39300,'action complete via WP Cron','2021-02-19 13:49:49','2021-02-19 05:49:49'),(109169,39301,'action created','2021-02-19 13:49:49','2021-02-19 05:49:49'),(109170,39301,'action started via WP Cron','2021-02-19 13:50:46','2021-02-19 05:50:46'),(109171,39301,'action complete via WP Cron','2021-02-19 13:50:46','2021-02-19 05:50:46'),(109172,39302,'action created','2021-02-19 13:50:46','2021-02-19 05:50:46'),(109173,39302,'action started via WP Cron','2021-02-19 13:51:45','2021-02-19 05:51:45'),(109174,39302,'action complete via WP Cron','2021-02-19 13:51:45','2021-02-19 05:51:45'),(109175,39303,'action created','2021-02-19 13:51:46','2021-02-19 05:51:46'),(109176,39303,'action started via WP Cron','2021-02-19 13:52:51','2021-02-19 05:52:51'),(109177,39303,'action complete via WP Cron','2021-02-19 13:52:51','2021-02-19 05:52:51'),(109178,39304,'action created','2021-02-19 13:52:51','2021-02-19 05:52:51'),(109179,39304,'action started via WP Cron','2021-02-19 13:53:46','2021-02-19 05:53:46'),(109180,39304,'action complete via WP Cron','2021-02-19 13:53:46','2021-02-19 05:53:46'),(109181,39305,'action created','2021-02-19 13:53:46','2021-02-19 05:53:46'),(109182,39305,'action started via WP Cron','2021-02-19 13:54:59','2021-02-19 05:54:59'),(109183,39305,'action complete via WP Cron','2021-02-19 13:54:59','2021-02-19 05:54:59'),(109184,39306,'action created','2021-02-19 13:54:59','2021-02-19 05:54:59'),(109185,39306,'action started via WP Cron','2021-02-19 13:55:45','2021-02-19 05:55:45'),(109186,39306,'action complete via WP Cron','2021-02-19 13:55:45','2021-02-19 05:55:45'),(109187,39307,'action created','2021-02-19 13:55:46','2021-02-19 05:55:46'),(109188,39307,'action started via WP Cron','2021-02-19 14:00:31','2021-02-19 06:00:31'),(109189,39307,'action complete via WP Cron','2021-02-19 14:00:31','2021-02-19 06:00:31'),(109190,39308,'action created','2021-02-19 14:00:31','2021-02-19 06:00:31'),(109191,39308,'action started via WP Cron','2021-02-19 14:02:59','2021-02-19 06:02:59'),(109192,39308,'action complete via WP Cron','2021-02-19 14:02:59','2021-02-19 06:02:59'),(109193,39309,'action created','2021-02-19 14:02:59','2021-02-19 06:02:59'),(109194,39309,'action started via WP Cron','2021-02-19 14:04:17','2021-02-19 06:04:17'),(109195,39309,'action complete via WP Cron','2021-02-19 14:04:17','2021-02-19 06:04:17'),(109196,39310,'action created','2021-02-19 14:04:17','2021-02-19 06:04:17'),(109197,39310,'action started via WP Cron','2021-02-19 14:05:19','2021-02-19 06:05:19'),(109198,39310,'action complete via WP Cron','2021-02-19 14:05:19','2021-02-19 06:05:19'),(109199,39311,'action created','2021-02-19 14:05:19','2021-02-19 06:05:19'),(109200,39311,'action started via WP Cron','2021-02-19 14:06:11','2021-02-19 06:06:11'),(109201,39311,'action complete via WP Cron','2021-02-19 14:06:11','2021-02-19 06:06:11'),(109202,39312,'action created','2021-02-19 14:06:13','2021-02-19 06:06:13'),(109203,39312,'action started via WP Cron','2021-02-19 14:18:02','2021-02-19 06:18:02'),(109204,39312,'action complete via WP Cron','2021-02-19 14:18:02','2021-02-19 06:18:02'),(109205,39313,'action created','2021-02-19 14:18:02','2021-02-19 06:18:02'),(109206,39313,'action started via WP Cron','2021-02-19 14:23:49','2021-02-19 06:23:49'),(109207,39313,'action complete via WP Cron','2021-02-19 14:23:49','2021-02-19 06:23:49'),(109208,39314,'action created','2021-02-19 14:23:49','2021-02-19 06:23:49'),(109209,39314,'action started via WP Cron','2021-02-19 14:25:13','2021-02-19 06:25:13'),(109210,39314,'action complete via WP Cron','2021-02-19 14:25:13','2021-02-19 06:25:13'),(109211,39315,'action created','2021-02-19 14:25:13','2021-02-19 06:25:13'),(109212,39315,'action started via WP Cron','2021-02-19 14:27:39','2021-02-19 06:27:39'),(109213,39315,'action complete via WP Cron','2021-02-19 14:27:39','2021-02-19 06:27:39'),(109214,39316,'action created','2021-02-19 14:27:39','2021-02-19 06:27:39'),(109215,39316,'action started via WP Cron','2021-02-19 14:38:56','2021-02-19 06:38:56'),(109216,39316,'action complete via WP Cron','2021-02-19 14:38:56','2021-02-19 06:38:56'),(109217,39317,'action created','2021-02-19 14:38:56','2021-02-19 06:38:56'),(109218,39317,'action started via WP Cron','2021-02-19 14:39:56','2021-02-19 06:39:56'),(109219,39317,'action complete via WP Cron','2021-02-19 14:39:56','2021-02-19 06:39:56'),(109220,39318,'action created','2021-02-19 14:39:57','2021-02-19 06:39:57'),(109221,39318,'action started via WP Cron','2021-02-19 14:40:57','2021-02-19 06:40:57'),(109222,39318,'action complete via WP Cron','2021-02-19 14:40:57','2021-02-19 06:40:57'),(109223,39319,'action created','2021-02-19 14:40:58','2021-02-19 06:40:58'),(109224,39319,'action started via WP Cron','2021-02-19 14:41:44','2021-02-19 06:41:44'),(109225,39319,'action complete via WP Cron','2021-02-19 14:41:44','2021-02-19 06:41:44'),(109226,39320,'action created','2021-02-19 14:41:44','2021-02-19 06:41:44'),(109227,39320,'action started via WP Cron','2021-02-19 14:42:45','2021-02-19 06:42:45'),(109228,39320,'action complete via WP Cron','2021-02-19 14:42:45','2021-02-19 06:42:45'),(109229,39321,'action created','2021-02-19 14:42:45','2021-02-19 06:42:45'),(109230,39321,'action started via WP Cron','2021-02-19 14:43:52','2021-02-19 06:43:52'),(109231,39321,'action complete via WP Cron','2021-02-19 14:43:52','2021-02-19 06:43:52'),(109232,39322,'action created','2021-02-19 14:43:53','2021-02-19 06:43:53'),(109233,39322,'action started via WP Cron','2021-02-19 14:44:53','2021-02-19 06:44:53'),(109234,39322,'action complete via WP Cron','2021-02-19 14:44:53','2021-02-19 06:44:53'),(109235,39323,'action created','2021-02-19 14:44:53','2021-02-19 06:44:53'),(109236,39323,'action started via WP Cron','2021-02-19 14:48:41','2021-02-19 06:48:41'),(109237,39323,'action complete via WP Cron','2021-02-19 14:48:41','2021-02-19 06:48:41'),(109238,39324,'action created','2021-02-19 14:48:41','2021-02-19 06:48:41'),(109239,39324,'action started via WP Cron','2021-02-19 14:52:43','2021-02-19 06:52:43'),(109240,39324,'action complete via WP Cron','2021-02-19 14:52:43','2021-02-19 06:52:43'),(109241,39325,'action created','2021-02-19 14:52:43','2021-02-19 06:52:43'),(109242,39325,'action started via WP Cron','2021-02-19 14:59:37','2021-02-19 06:59:37'),(109243,39325,'action complete via WP Cron','2021-02-19 14:59:37','2021-02-19 06:59:37'),(109244,39326,'action created','2021-02-19 14:59:37','2021-02-19 06:59:37'),(109245,39326,'action started via WP Cron','2021-02-19 15:04:36','2021-02-19 07:04:36'),(109246,39326,'action complete via WP Cron','2021-02-19 15:04:36','2021-02-19 07:04:36'),(109247,39327,'action created','2021-02-19 15:04:36','2021-02-19 07:04:36'),(109248,39327,'action started via WP Cron','2021-02-19 15:05:49','2021-02-19 07:05:49'),(109249,39327,'action complete via WP Cron','2021-02-19 15:05:49','2021-02-19 07:05:49'),(109250,39328,'action created','2021-02-19 15:05:49','2021-02-19 07:05:49'),(109251,39328,'action started via WP Cron','2021-02-19 15:07:34','2021-02-19 07:07:34'),(109252,39328,'action complete via WP Cron','2021-02-19 15:07:34','2021-02-19 07:07:34'),(109253,39329,'action created','2021-02-19 15:07:34','2021-02-19 07:07:34'),(109254,39329,'action started via WP Cron','2021-02-19 15:08:24','2021-02-19 07:08:24'),(109255,39329,'action complete via WP Cron','2021-02-19 15:08:24','2021-02-19 07:08:24'),(109256,39330,'action created','2021-02-19 15:08:25','2021-02-19 07:08:25'),(109257,39330,'action started via WP Cron','2021-02-19 15:08:41','2021-02-19 07:08:41'),(109258,39330,'action complete via WP Cron','2021-02-19 15:08:41','2021-02-19 07:08:41'),(109259,39331,'action created','2021-02-19 15:08:41','2021-02-19 07:08:41'),(109260,39331,'action started via WP Cron','2021-02-19 15:09:42','2021-02-19 07:09:42'),(109261,39331,'action complete via WP Cron','2021-02-19 15:09:42','2021-02-19 07:09:42'),(109262,39332,'action created','2021-02-19 15:09:42','2021-02-19 07:09:42'),(109263,39332,'action started via WP Cron','2021-02-19 15:10:43','2021-02-19 07:10:43'),(109264,39332,'action complete via WP Cron','2021-02-19 15:10:43','2021-02-19 07:10:43'),(109265,39333,'action created','2021-02-19 15:10:43','2021-02-19 07:10:43'),(109266,39333,'action started via WP Cron','2021-02-19 15:12:37','2021-02-19 07:12:37'),(109267,39333,'action complete via WP Cron','2021-02-19 15:12:37','2021-02-19 07:12:37'),(109268,39334,'action created','2021-02-19 15:12:37','2021-02-19 07:12:37'),(109269,39334,'action started via WP Cron','2021-02-19 15:13:47','2021-02-19 07:13:47'),(109270,39334,'action complete via WP Cron','2021-02-19 15:13:47','2021-02-19 07:13:47'),(109271,39335,'action created','2021-02-19 15:13:56','2021-02-19 07:13:56'),(109272,39335,'action started via WP Cron','2021-02-19 15:14:47','2021-02-19 07:14:47'),(109273,39335,'action complete via WP Cron','2021-02-19 15:14:47','2021-02-19 07:14:47'),(109274,39336,'action created','2021-02-19 15:14:47','2021-02-19 07:14:47'),(109275,39336,'action started via WP Cron','2021-02-19 15:16:19','2021-02-19 07:16:19'),(109276,39336,'action complete via WP Cron','2021-02-19 15:16:19','2021-02-19 07:16:19'),(109277,39337,'action created','2021-02-19 15:16:19','2021-02-19 07:16:19'),(109278,39337,'action started via WP Cron','2021-02-19 15:16:56','2021-02-19 07:16:56'),(109279,39337,'action complete via WP Cron','2021-02-19 15:16:56','2021-02-19 07:16:56'),(109280,39338,'action created','2021-02-19 15:16:56','2021-02-19 07:16:56'),(109281,39338,'action started via WP Cron','2021-02-19 15:17:54','2021-02-19 07:17:54'),(109282,39338,'action complete via WP Cron','2021-02-19 15:17:54','2021-02-19 07:17:54'),(109283,39339,'action created','2021-02-19 15:17:54','2021-02-19 07:17:54'),(109284,39339,'action started via WP Cron','2021-02-19 15:27:42','2021-02-19 07:27:42'),(109285,39339,'action complete via WP Cron','2021-02-19 15:27:42','2021-02-19 07:27:42'),(109286,39340,'action created','2021-02-19 15:27:42','2021-02-19 07:27:42'),(109287,39340,'action started via WP Cron','2021-02-19 15:29:49','2021-02-19 07:29:49'),(109288,39340,'action complete via WP Cron','2021-02-19 15:29:49','2021-02-19 07:29:49'),(109289,39341,'action created','2021-02-19 15:29:49','2021-02-19 07:29:49'),(109290,39341,'action started via WP Cron','2021-02-19 15:33:22','2021-02-19 07:33:22'),(109291,39341,'action complete via WP Cron','2021-02-19 15:33:22','2021-02-19 07:33:22'),(109292,39342,'action created','2021-02-19 15:33:22','2021-02-19 07:33:22'),(109293,39342,'action started via WP Cron','2021-02-19 15:38:09','2021-02-19 07:38:09'),(109294,39342,'action complete via WP Cron','2021-02-19 15:38:09','2021-02-19 07:38:09'),(109295,39343,'action created','2021-02-19 15:38:09','2021-02-19 07:38:09'),(109296,39343,'action started via WP Cron','2021-02-19 15:44:58','2021-02-19 07:44:58'),(109297,39343,'action complete via WP Cron','2021-02-19 15:44:58','2021-02-19 07:44:58'),(109298,39344,'action created','2021-02-19 15:44:58','2021-02-19 07:44:58'),(109299,39344,'action started via WP Cron','2021-02-19 15:46:02','2021-02-19 07:46:02'),(109300,39344,'action complete via WP Cron','2021-02-19 15:46:02','2021-02-19 07:46:02'),(109301,39345,'action created','2021-02-19 15:46:02','2021-02-19 07:46:02'),(109302,39345,'action started via WP Cron','2021-02-19 15:46:59','2021-02-19 07:46:59'),(109303,39345,'action complete via WP Cron','2021-02-19 15:46:59','2021-02-19 07:46:59'),(109304,39346,'action created','2021-02-19 15:46:59','2021-02-19 07:46:59'),(109305,39346,'action started via WP Cron','2021-02-19 15:48:01','2021-02-19 07:48:01'),(109306,39346,'action complete via WP Cron','2021-02-19 15:48:01','2021-02-19 07:48:01'),(109307,39347,'action created','2021-02-19 15:48:01','2021-02-19 07:48:01'),(109308,39347,'action started via WP Cron','2021-02-19 15:49:02','2021-02-19 07:49:02'),(109309,39347,'action complete via WP Cron','2021-02-19 15:49:02','2021-02-19 07:49:02'),(109310,39348,'action created','2021-02-19 15:49:03','2021-02-19 07:49:03'),(109311,39348,'action started via WP Cron','2021-02-19 15:51:59','2021-02-19 07:51:59'),(109312,39348,'action complete via WP Cron','2021-02-19 15:51:59','2021-02-19 07:51:59'),(109313,39349,'action created','2021-02-19 15:51:59','2021-02-19 07:51:59'),(109314,39349,'action started via WP Cron','2021-02-19 16:00:49','2021-02-19 08:00:49'),(109315,39349,'action complete via WP Cron','2021-02-19 16:00:49','2021-02-19 08:00:49'),(109316,39350,'action created','2021-02-19 16:00:49','2021-02-19 08:00:49'),(109317,39350,'action started via WP Cron','2021-02-19 16:01:56','2021-02-19 08:01:56'),(109318,39350,'action complete via WP Cron','2021-02-19 16:01:56','2021-02-19 08:01:56'),(109319,39351,'action created','2021-02-19 16:01:56','2021-02-19 08:01:56'),(109320,39351,'action started via WP Cron','2021-02-19 16:02:52','2021-02-19 08:02:52'),(109321,39351,'action complete via WP Cron','2021-02-19 16:02:52','2021-02-19 08:02:52'),(109322,39352,'action created','2021-02-19 16:02:52','2021-02-19 08:02:52'),(109323,39352,'action started via WP Cron','2021-02-19 16:04:15','2021-02-19 08:04:15'),(109324,39352,'action complete via WP Cron','2021-02-19 16:04:15','2021-02-19 08:04:15'),(109325,39353,'action created','2021-02-19 16:04:15','2021-02-19 08:04:15'),(109326,39353,'action started via WP Cron','2021-02-19 16:06:17','2021-02-19 08:06:17'),(109327,39353,'action complete via WP Cron','2021-02-19 16:06:17','2021-02-19 08:06:17'),(109328,39354,'action created','2021-02-19 16:06:17','2021-02-19 08:06:17'),(109329,39354,'action started via WP Cron','2021-02-19 16:07:18','2021-02-19 08:07:18'),(109330,39354,'action complete via WP Cron','2021-02-19 16:07:18','2021-02-19 08:07:18'),(109331,39355,'action created','2021-02-19 16:07:18','2021-02-19 08:07:18'),(109332,39355,'action started via WP Cron','2021-02-19 16:08:19','2021-02-19 08:08:19'),(109333,39355,'action complete via WP Cron','2021-02-19 16:08:19','2021-02-19 08:08:19'),(109334,39356,'action created','2021-02-19 16:08:19','2021-02-19 08:08:19'),(109335,39356,'action started via WP Cron','2021-02-19 16:09:16','2021-02-19 08:09:16'),(109336,39356,'action complete via WP Cron','2021-02-19 16:09:16','2021-02-19 08:09:16'),(109337,39357,'action created','2021-02-19 16:09:16','2021-02-19 08:09:16'),(109338,39357,'action started via WP Cron','2021-02-19 16:10:03','2021-02-19 08:10:03'),(109339,39357,'action complete via WP Cron','2021-02-19 16:10:03','2021-02-19 08:10:03'),(109340,39358,'action created','2021-02-19 16:10:03','2021-02-19 08:10:03'),(109341,39358,'action started via WP Cron','2021-02-19 16:11:30','2021-02-19 08:11:30'),(109342,39358,'action complete via WP Cron','2021-02-19 16:11:30','2021-02-19 08:11:30'),(109343,39359,'action created','2021-02-19 16:11:30','2021-02-19 08:11:30'),(109344,39359,'action started via WP Cron','2021-02-19 16:15:12','2021-02-19 08:15:12'),(109345,39359,'action complete via WP Cron','2021-02-19 16:15:12','2021-02-19 08:15:12'),(109346,39360,'action created','2021-02-19 16:15:13','2021-02-19 08:15:13'),(109347,39360,'action started via WP Cron','2021-02-19 16:15:47','2021-02-19 08:15:47'),(109348,39360,'action complete via WP Cron','2021-02-19 16:15:47','2021-02-19 08:15:47'),(109349,39361,'action created','2021-02-19 16:15:47','2021-02-19 08:15:47'),(109350,39361,'action started via WP Cron','2021-02-19 16:16:48','2021-02-19 08:16:48'),(109351,39361,'action complete via WP Cron','2021-02-19 16:16:48','2021-02-19 08:16:48'),(109352,39362,'action created','2021-02-19 16:16:48','2021-02-19 08:16:48'),(109353,39362,'action started via WP Cron','2021-02-19 16:17:50','2021-02-19 08:17:50'),(109354,39362,'action complete via WP Cron','2021-02-19 16:17:50','2021-02-19 08:17:50'),(109355,39363,'action created','2021-02-19 16:17:50','2021-02-19 08:17:50'),(109356,39363,'action started via WP Cron','2021-02-19 16:18:49','2021-02-19 08:18:49'),(109357,39363,'action complete via WP Cron','2021-02-19 16:18:49','2021-02-19 08:18:49'),(109358,39364,'action created','2021-02-19 16:18:49','2021-02-19 08:18:49'),(109359,39364,'action started via WP Cron','2021-02-19 16:19:51','2021-02-19 08:19:51'),(109360,39364,'action complete via WP Cron','2021-02-19 16:19:51','2021-02-19 08:19:51'),(109361,39365,'action created','2021-02-19 16:19:51','2021-02-19 08:19:51'),(109362,39365,'action started via WP Cron','2021-02-19 16:20:52','2021-02-19 08:20:52'),(109363,39365,'action complete via WP Cron','2021-02-19 16:20:52','2021-02-19 08:20:52'),(109364,39366,'action created','2021-02-19 16:20:52','2021-02-19 08:20:52'),(109365,39366,'action started via WP Cron','2021-02-19 16:25:57','2021-02-19 08:25:57'),(109366,39366,'action complete via WP Cron','2021-02-19 16:25:57','2021-02-19 08:25:57'),(109367,39367,'action created','2021-02-19 16:25:57','2021-02-19 08:25:57'),(109368,39367,'action started via WP Cron','2021-02-19 16:27:15','2021-02-19 08:27:15'),(109369,39367,'action complete via WP Cron','2021-02-19 16:27:15','2021-02-19 08:27:15'),(109370,39368,'action created','2021-02-19 16:27:15','2021-02-19 08:27:15'),(109371,39368,'action started via WP Cron','2021-02-19 16:30:08','2021-02-19 08:30:08'),(109372,39368,'action complete via WP Cron','2021-02-19 16:30:08','2021-02-19 08:30:08'),(109373,39369,'action created','2021-02-19 16:30:08','2021-02-19 08:30:08'),(109374,39369,'action started via WP Cron','2021-02-19 16:30:55','2021-02-19 08:30:55'),(109375,39369,'action complete via WP Cron','2021-02-19 16:30:55','2021-02-19 08:30:55'),(109376,39370,'action created','2021-02-19 16:30:55','2021-02-19 08:30:55'),(109377,39370,'action started via WP Cron','2021-02-19 16:31:47','2021-02-19 08:31:47'),(109378,39370,'action complete via WP Cron','2021-02-19 16:31:47','2021-02-19 08:31:47'),(109379,39371,'action created','2021-02-19 16:31:47','2021-02-19 08:31:47'),(109380,39371,'action started via WP Cron','2021-02-19 16:32:43','2021-02-19 08:32:43'),(109381,39371,'action complete via WP Cron','2021-02-19 16:32:43','2021-02-19 08:32:43'),(109382,39372,'action created','2021-02-19 16:32:43','2021-02-19 08:32:43'),(109383,39372,'action started via WP Cron','2021-02-19 16:33:51','2021-02-19 08:33:51'),(109384,39372,'action complete via WP Cron','2021-02-19 16:33:51','2021-02-19 08:33:51'),(109385,39373,'action created','2021-02-19 16:33:51','2021-02-19 08:33:51'),(109386,39373,'action started via WP Cron','2021-02-19 16:34:48','2021-02-19 08:34:48'),(109387,39373,'action complete via WP Cron','2021-02-19 16:34:48','2021-02-19 08:34:48'),(109388,39374,'action created','2021-02-19 16:34:48','2021-02-19 08:34:48'),(109389,39374,'action started via WP Cron','2021-02-19 16:35:42','2021-02-19 08:35:42'),(109390,39374,'action complete via WP Cron','2021-02-19 16:35:42','2021-02-19 08:35:42'),(109391,39375,'action created','2021-02-19 16:35:42','2021-02-19 08:35:42'),(109392,39375,'action started via WP Cron','2021-02-19 16:36:48','2021-02-19 08:36:48'),(109393,39375,'action complete via WP Cron','2021-02-19 16:36:48','2021-02-19 08:36:48'),(109394,39376,'action created','2021-02-19 16:36:48','2021-02-19 08:36:48'),(109395,39376,'action started via WP Cron','2021-02-19 16:37:55','2021-02-19 08:37:55'),(109396,39376,'action complete via WP Cron','2021-02-19 16:37:55','2021-02-19 08:37:55'),(109397,39377,'action created','2021-02-19 16:37:55','2021-02-19 08:37:55'),(109398,39377,'action started via WP Cron','2021-02-19 16:38:49','2021-02-19 08:38:49'),(109399,39377,'action complete via WP Cron','2021-02-19 16:38:49','2021-02-19 08:38:49'),(109400,39378,'action created','2021-02-19 16:38:49','2021-02-19 08:38:49'),(109401,39378,'action started via WP Cron','2021-02-19 16:39:45','2021-02-19 08:39:45'),(109402,39378,'action complete via WP Cron','2021-02-19 16:39:45','2021-02-19 08:39:45'),(109403,39379,'action created','2021-02-19 16:39:45','2021-02-19 08:39:45'),(109404,39379,'action started via WP Cron','2021-02-19 16:40:50','2021-02-19 08:40:50'),(109405,39379,'action complete via WP Cron','2021-02-19 16:40:50','2021-02-19 08:40:50'),(109406,39380,'action created','2021-02-19 16:40:50','2021-02-19 08:40:50'),(109407,39380,'action started via WP Cron','2021-02-19 16:41:47','2021-02-19 08:41:47'),(109408,39380,'action complete via WP Cron','2021-02-19 16:41:47','2021-02-19 08:41:47'),(109409,39381,'action created','2021-02-19 16:41:47','2021-02-19 08:41:47'),(109410,39381,'action started via WP Cron','2021-02-19 16:42:46','2021-02-19 08:42:46'),(109411,39381,'action complete via WP Cron','2021-02-19 16:42:46','2021-02-19 08:42:46'),(109412,39382,'action created','2021-02-19 16:42:46','2021-02-19 08:42:46'),(109413,39382,'action started via WP Cron','2021-02-19 16:43:41','2021-02-19 08:43:41'),(109414,39382,'action complete via WP Cron','2021-02-19 16:43:41','2021-02-19 08:43:41'),(109415,39383,'action created','2021-02-19 16:43:41','2021-02-19 08:43:41'),(109416,39383,'action started via WP Cron','2021-02-19 16:44:45','2021-02-19 08:44:45'),(109417,39383,'action complete via WP Cron','2021-02-19 16:44:45','2021-02-19 08:44:45'),(109418,39384,'action created','2021-02-19 16:44:45','2021-02-19 08:44:45'),(109419,39384,'action started via WP Cron','2021-02-19 16:45:42','2021-02-19 08:45:42'),(109420,39384,'action complete via WP Cron','2021-02-19 16:45:42','2021-02-19 08:45:42'),(109421,39385,'action created','2021-02-19 16:45:54','2021-02-19 08:45:54'),(109422,39385,'action started via WP Cron','2021-02-19 16:46:48','2021-02-19 08:46:48'),(109423,39385,'action complete via WP Cron','2021-02-19 16:46:48','2021-02-19 08:46:48'),(109424,39386,'action created','2021-02-19 16:46:48','2021-02-19 08:46:48'),(109425,39386,'action started via WP Cron','2021-02-19 16:47:45','2021-02-19 08:47:45'),(109426,39386,'action complete via WP Cron','2021-02-19 16:47:45','2021-02-19 08:47:45'),(109427,39387,'action created','2021-02-19 16:47:45','2021-02-19 08:47:45'),(109428,39387,'action started via WP Cron','2021-02-19 16:48:47','2021-02-19 08:48:47'),(109429,39387,'action complete via WP Cron','2021-02-19 16:48:47','2021-02-19 08:48:47'),(109430,39388,'action created','2021-02-19 16:48:47','2021-02-19 08:48:47'),(109431,39388,'action started via WP Cron','2021-02-19 16:49:50','2021-02-19 08:49:50'),(109432,39388,'action complete via WP Cron','2021-02-19 16:49:50','2021-02-19 08:49:50'),(109433,39389,'action created','2021-02-19 16:49:51','2021-02-19 08:49:51'),(109434,39389,'action started via WP Cron','2021-02-19 16:51:05','2021-02-19 08:51:05'),(109435,39389,'action complete via WP Cron','2021-02-19 16:51:05','2021-02-19 08:51:05'),(109436,39390,'action created','2021-02-19 16:51:05','2021-02-19 08:51:05'),(109437,39390,'action started via WP Cron','2021-02-19 16:54:27','2021-02-19 08:54:27'),(109438,39390,'action complete via WP Cron','2021-02-19 16:54:27','2021-02-19 08:54:27'),(109439,39391,'action created','2021-02-19 16:54:27','2021-02-19 08:54:27'),(109440,39391,'action started via WP Cron','2021-02-19 17:06:18','2021-02-19 09:06:18'),(109441,39391,'action complete via WP Cron','2021-02-19 17:06:18','2021-02-19 09:06:18'),(109442,39392,'action created','2021-02-19 17:06:18','2021-02-19 09:06:18'),(109443,39392,'action started via WP Cron','2021-02-19 17:06:49','2021-02-19 09:06:49'),(109444,39392,'action complete via WP Cron','2021-02-19 17:06:49','2021-02-19 09:06:49'),(109445,39393,'action created','2021-02-19 17:06:49','2021-02-19 09:06:49'),(109446,39393,'action started via WP Cron','2021-02-19 17:08:02','2021-02-19 09:08:02'),(109447,39393,'action complete via WP Cron','2021-02-19 17:08:02','2021-02-19 09:08:02'),(109448,39394,'action created','2021-02-19 17:08:02','2021-02-19 09:08:02'),(109449,39394,'action started via WP Cron','2021-02-19 17:09:12','2021-02-19 09:09:12'),(109450,39394,'action complete via WP Cron','2021-02-19 17:09:12','2021-02-19 09:09:12'),(109451,39395,'action created','2021-02-19 17:09:18','2021-02-19 09:09:18'),(109452,39395,'action started via WP Cron','2021-02-19 17:10:20','2021-02-19 09:10:20'),(109453,39395,'action complete via WP Cron','2021-02-19 17:10:20','2021-02-19 09:10:20'),(109454,39396,'action created','2021-02-19 17:10:20','2021-02-19 09:10:20'),(109455,39396,'action started via WP Cron','2021-02-19 17:11:14','2021-02-19 09:11:14'),(109456,39396,'action complete via WP Cron','2021-02-19 17:11:14','2021-02-19 09:11:14'),(109457,39397,'action created','2021-02-19 17:11:14','2021-02-19 09:11:14'),(109458,39397,'action started via WP Cron','2021-02-19 17:11:43','2021-02-19 09:11:43'),(109459,39397,'action complete via WP Cron','2021-02-19 17:11:43','2021-02-19 09:11:43'),(109460,39398,'action created','2021-02-19 17:11:43','2021-02-19 09:11:43'),(109461,39398,'action started via WP Cron','2021-02-19 17:12:43','2021-02-19 09:12:43'),(109462,39398,'action complete via WP Cron','2021-02-19 17:12:43','2021-02-19 09:12:43'),(109463,39399,'action created','2021-02-19 17:12:43','2021-02-19 09:12:43'),(109464,39399,'action started via WP Cron','2021-02-19 17:13:46','2021-02-19 09:13:46'),(109465,39399,'action complete via WP Cron','2021-02-19 17:13:46','2021-02-19 09:13:46'),(109466,39400,'action created','2021-02-19 17:13:46','2021-02-19 09:13:46'),(109467,39400,'action started via WP Cron','2021-02-19 17:16:59','2021-02-19 09:16:59'),(109468,39400,'action complete via WP Cron','2021-02-19 17:16:59','2021-02-19 09:16:59'),(109469,39401,'action created','2021-02-19 17:16:59','2021-02-19 09:16:59'),(109470,39401,'action started via WP Cron','2021-02-19 17:17:50','2021-02-19 09:17:50'),(109471,39401,'action complete via WP Cron','2021-02-19 17:17:50','2021-02-19 09:17:50'),(109472,39402,'action created','2021-02-19 17:17:50','2021-02-19 09:17:50'),(109473,39402,'action started via WP Cron','2021-02-19 17:18:46','2021-02-19 09:18:46'),(109474,39402,'action complete via WP Cron','2021-02-19 17:18:46','2021-02-19 09:18:46'),(109475,39403,'action created','2021-02-19 17:18:46','2021-02-19 09:18:46'),(109476,39403,'action started via WP Cron','2021-02-19 17:24:19','2021-02-19 09:24:19'),(109477,39403,'action complete via WP Cron','2021-02-19 17:24:19','2021-02-19 09:24:19'),(109478,39404,'action created','2021-02-19 17:24:19','2021-02-19 09:24:19'),(109479,39404,'action started via WP Cron','2021-02-19 17:28:13','2021-02-19 09:28:13'),(109480,39404,'action complete via WP Cron','2021-02-19 17:28:13','2021-02-19 09:28:13'),(109481,39405,'action created','2021-02-19 17:28:13','2021-02-19 09:28:13'),(109482,39405,'action started via WP Cron','2021-02-19 17:28:54','2021-02-19 09:28:54'),(109483,39405,'action complete via WP Cron','2021-02-19 17:28:54','2021-02-19 09:28:54'),(109484,39406,'action created','2021-02-19 17:28:54','2021-02-19 09:28:54'),(109485,39406,'action started via WP Cron','2021-02-19 17:30:50','2021-02-19 09:30:50'),(109486,39406,'action complete via WP Cron','2021-02-19 17:30:50','2021-02-19 09:30:50'),(109487,39407,'action created','2021-02-19 17:30:50','2021-02-19 09:30:50'),(109488,39407,'action started via WP Cron','2021-02-19 17:37:08','2021-02-19 09:37:08'),(109489,39407,'action complete via WP Cron','2021-02-19 17:37:08','2021-02-19 09:37:08'),(109490,39408,'action created','2021-02-19 17:37:08','2021-02-19 09:37:08'),(109491,39408,'action started via WP Cron','2021-02-19 17:38:21','2021-02-19 09:38:21'),(109492,39408,'action complete via WP Cron','2021-02-19 17:38:21','2021-02-19 09:38:21'),(109493,39409,'action created','2021-02-19 17:38:21','2021-02-19 09:38:21'),(109494,39409,'action started via WP Cron','2021-02-19 17:39:06','2021-02-19 09:39:06'),(109495,39409,'action complete via WP Cron','2021-02-19 17:39:06','2021-02-19 09:39:06'),(109496,39410,'action created','2021-02-19 17:39:06','2021-02-19 09:39:06'),(109497,39410,'action started via WP Cron','2021-02-19 17:42:37','2021-02-19 09:42:37'),(109498,39410,'action complete via WP Cron','2021-02-19 17:42:37','2021-02-19 09:42:37'),(109499,39411,'action created','2021-02-19 17:42:37','2021-02-19 09:42:37'),(109500,39411,'action started via WP Cron','2021-02-19 17:43:51','2021-02-19 09:43:51'),(109501,39411,'action complete via WP Cron','2021-02-19 17:43:51','2021-02-19 09:43:51'),(109502,39412,'action created','2021-02-19 17:43:51','2021-02-19 09:43:51'),(109503,39412,'action started via WP Cron','2021-02-19 17:44:52','2021-02-19 09:44:52'),(109504,39412,'action complete via WP Cron','2021-02-19 17:44:52','2021-02-19 09:44:52'),(109505,39413,'action created','2021-02-19 17:44:52','2021-02-19 09:44:52'),(109506,39413,'action started via WP Cron','2021-02-19 17:46:24','2021-02-19 09:46:24'),(109507,39413,'action complete via WP Cron','2021-02-19 17:46:24','2021-02-19 09:46:24'),(109508,39414,'action created','2021-02-19 17:46:27','2021-02-19 09:46:27'),(109509,39414,'action started via WP Cron','2021-02-19 17:46:54','2021-02-19 09:46:54'),(109510,39414,'action complete via WP Cron','2021-02-19 17:46:54','2021-02-19 09:46:54'),(109511,39415,'action created','2021-02-19 17:46:54','2021-02-19 09:46:54'),(109512,39415,'action started via WP Cron','2021-02-19 17:47:55','2021-02-19 09:47:55'),(109513,39415,'action complete via WP Cron','2021-02-19 17:47:55','2021-02-19 09:47:55'),(109514,39416,'action created','2021-02-19 17:47:55','2021-02-19 09:47:55'),(109515,39416,'action started via WP Cron','2021-02-19 17:48:56','2021-02-19 09:48:56'),(109516,39416,'action complete via WP Cron','2021-02-19 17:48:56','2021-02-19 09:48:56'),(109517,39417,'action created','2021-02-19 17:48:56','2021-02-19 09:48:56'),(109518,39417,'action started via WP Cron','2021-02-19 17:49:47','2021-02-19 09:49:47'),(109519,39417,'action complete via WP Cron','2021-02-19 17:49:47','2021-02-19 09:49:47'),(109520,39418,'action created','2021-02-19 17:49:47','2021-02-19 09:49:47'),(109521,39418,'action started via WP Cron','2021-02-19 17:51:09','2021-02-19 09:51:09'),(109522,39418,'action complete via WP Cron','2021-02-19 17:51:09','2021-02-19 09:51:09'),(109523,39419,'action created','2021-02-19 17:51:09','2021-02-19 09:51:09'),(109524,39419,'action started via WP Cron','2021-02-19 17:52:04','2021-02-19 09:52:04'),(109525,39419,'action complete via WP Cron','2021-02-19 17:52:04','2021-02-19 09:52:04'),(109526,39420,'action created','2021-02-19 17:52:05','2021-02-19 09:52:05'),(109527,39420,'action started via WP Cron','2021-02-19 17:53:06','2021-02-19 09:53:06'),(109528,39420,'action complete via WP Cron','2021-02-19 17:53:06','2021-02-19 09:53:06'),(109529,39421,'action created','2021-02-19 17:53:06','2021-02-19 09:53:06'),(109530,39421,'action started via WP Cron','2021-02-19 17:56:40','2021-02-19 09:56:40'),(109531,39421,'action complete via WP Cron','2021-02-19 17:56:40','2021-02-19 09:56:40'),(109532,39422,'action created','2021-02-19 17:56:40','2021-02-19 09:56:40'),(109533,39422,'action started via WP Cron','2021-02-19 17:57:59','2021-02-19 09:57:59'),(109534,39422,'action complete via WP Cron','2021-02-19 17:57:59','2021-02-19 09:57:59'),(109535,39423,'action created','2021-02-19 17:57:59','2021-02-19 09:57:59'),(109536,39423,'action started via WP Cron','2021-02-19 17:58:45','2021-02-19 09:58:45'),(109537,39423,'action complete via WP Cron','2021-02-19 17:58:45','2021-02-19 09:58:45'),(109538,39424,'action created','2021-02-19 17:58:45','2021-02-19 09:58:45'),(109539,39424,'action started via WP Cron','2021-02-19 18:00:48','2021-02-19 10:00:48'),(109540,39424,'action complete via WP Cron','2021-02-19 18:00:48','2021-02-19 10:00:48'),(109541,39425,'action created','2021-02-19 18:00:48','2021-02-19 10:00:48'),(109542,39425,'action started via WP Cron','2021-02-19 18:02:07','2021-02-19 10:02:07'),(109543,39425,'action complete via WP Cron','2021-02-19 18:02:07','2021-02-19 10:02:07'),(109544,39426,'action created','2021-02-19 18:02:08','2021-02-19 10:02:08'),(109545,39426,'action started via WP Cron','2021-02-19 18:03:06','2021-02-19 10:03:06'),(109546,39426,'action complete via WP Cron','2021-02-19 18:03:06','2021-02-19 10:03:06'),(109547,39427,'action created','2021-02-19 18:03:06','2021-02-19 10:03:06'),(109548,39427,'action started via WP Cron','2021-02-19 18:03:59','2021-02-19 10:03:59'),(109549,39427,'action complete via WP Cron','2021-02-19 18:03:59','2021-02-19 10:03:59'),(109550,39428,'action created','2021-02-19 18:03:59','2021-02-19 10:03:59'),(109551,39428,'action started via WP Cron','2021-02-19 18:05:08','2021-02-19 10:05:08'),(109552,39428,'action complete via WP Cron','2021-02-19 18:05:08','2021-02-19 10:05:08'),(109553,39429,'action created','2021-02-19 18:05:08','2021-02-19 10:05:08'),(109554,39429,'action started via WP Cron','2021-02-19 18:05:52','2021-02-19 10:05:52'),(109555,39429,'action complete via WP Cron','2021-02-19 18:05:52','2021-02-19 10:05:52'),(109556,39430,'action created','2021-02-19 18:05:52','2021-02-19 10:05:52'),(109557,39430,'action started via WP Cron','2021-02-19 18:07:07','2021-02-19 10:07:07'),(109558,39430,'action complete via WP Cron','2021-02-19 18:07:07','2021-02-19 10:07:07'),(109559,39431,'action created','2021-02-19 18:07:07','2021-02-19 10:07:07'),(109560,39431,'action started via WP Cron','2021-02-19 18:08:11','2021-02-19 10:08:11'),(109561,39431,'action complete via WP Cron','2021-02-19 18:08:11','2021-02-19 10:08:11'),(109562,39432,'action created','2021-02-19 18:08:11','2021-02-19 10:08:11'),(109563,39432,'action started via WP Cron','2021-02-19 18:09:13','2021-02-19 10:09:13'),(109564,39432,'action complete via WP Cron','2021-02-19 18:09:13','2021-02-19 10:09:13'),(109565,39433,'action created','2021-02-19 18:09:13','2021-02-19 10:09:13'),(109566,39433,'action started via WP Cron','2021-02-19 18:11:14','2021-02-19 10:11:14'),(109567,39433,'action complete via WP Cron','2021-02-19 18:11:14','2021-02-19 10:11:14'),(109568,39434,'action created','2021-02-19 18:11:14','2021-02-19 10:11:14'),(109569,39434,'action started via WP Cron','2021-02-19 18:12:24','2021-02-19 10:12:24'),(109570,39434,'action complete via WP Cron','2021-02-19 18:12:24','2021-02-19 10:12:24'),(109571,39435,'action created','2021-02-19 18:12:24','2021-02-19 10:12:24'),(109572,39435,'action started via WP Cron','2021-02-19 18:13:22','2021-02-19 10:13:22'),(109573,39435,'action complete via WP Cron','2021-02-19 18:13:22','2021-02-19 10:13:22'),(109574,39436,'action created','2021-02-19 18:13:22','2021-02-19 10:13:22'),(109575,39436,'action started via WP Cron','2021-02-19 18:14:23','2021-02-19 10:14:23'),(109576,39436,'action complete via WP Cron','2021-02-19 18:14:23','2021-02-19 10:14:23'),(109577,39437,'action created','2021-02-19 18:14:23','2021-02-19 10:14:23'),(109578,39437,'action started via WP Cron','2021-02-19 18:15:24','2021-02-19 10:15:24'),(109579,39437,'action complete via WP Cron','2021-02-19 18:15:24','2021-02-19 10:15:24'),(109580,39438,'action created','2021-02-19 18:15:24','2021-02-19 10:15:24'),(109581,39438,'action started via WP Cron','2021-02-19 18:16:26','2021-02-19 10:16:26'),(109582,39438,'action complete via WP Cron','2021-02-19 18:16:26','2021-02-19 10:16:26'),(109583,39439,'action created','2021-02-19 18:17:43','2021-02-19 10:17:43'),(109584,39439,'action started via WP Cron','2021-02-19 18:18:50','2021-02-19 10:18:50'),(109585,39439,'action complete via WP Cron','2021-02-19 18:18:50','2021-02-19 10:18:50'),(109586,39440,'action created','2021-02-19 18:18:50','2021-02-19 10:18:50'),(109587,39440,'action started via WP Cron','2021-02-19 18:19:50','2021-02-19 10:19:50'),(109588,39440,'action complete via WP Cron','2021-02-19 18:19:50','2021-02-19 10:19:50'),(109589,39441,'action created','2021-02-19 18:19:50','2021-02-19 10:19:50'),(109590,39441,'action started via WP Cron','2021-02-19 18:21:25','2021-02-19 10:21:25'),(109591,39441,'action complete via WP Cron','2021-02-19 18:21:25','2021-02-19 10:21:25'),(109592,39442,'action created','2021-02-19 18:21:25','2021-02-19 10:21:25'),(109593,39442,'action started via WP Cron','2021-02-19 18:22:26','2021-02-19 10:22:26'),(109594,39442,'action complete via WP Cron','2021-02-19 18:22:26','2021-02-19 10:22:26'),(109595,39443,'action created','2021-02-19 18:22:27','2021-02-19 10:22:27'),(109596,39443,'action started via WP Cron','2021-02-19 18:23:27','2021-02-19 10:23:27'),(109597,39443,'action complete via WP Cron','2021-02-19 18:23:27','2021-02-19 10:23:27'),(109598,39444,'action created','2021-02-19 18:23:27','2021-02-19 10:23:27'),(109599,39444,'action started via WP Cron','2021-02-19 18:25:28','2021-02-19 10:25:28'),(109600,39444,'action complete via WP Cron','2021-02-19 18:25:28','2021-02-19 10:25:28'),(109601,39445,'action created','2021-02-19 18:25:28','2021-02-19 10:25:28'),(109602,39445,'action started via WP Cron','2021-02-19 18:26:38','2021-02-19 10:26:38'),(109603,39445,'action complete via WP Cron','2021-02-19 18:26:38','2021-02-19 10:26:38'),(109604,39446,'action created','2021-02-19 18:26:38','2021-02-19 10:26:38'),(109605,39446,'action started via WP Cron','2021-02-19 18:28:32','2021-02-19 10:28:32'),(109606,39446,'action complete via WP Cron','2021-02-19 18:28:32','2021-02-19 10:28:32'),(109607,39447,'action created','2021-02-19 18:28:32','2021-02-19 10:28:32'),(109608,39447,'action started via WP Cron','2021-02-19 18:29:51','2021-02-19 10:29:51'),(109609,39447,'action complete via WP Cron','2021-02-19 18:29:51','2021-02-19 10:29:51'),(109610,39448,'action created','2021-02-19 18:29:51','2021-02-19 10:29:51'),(109611,39448,'action started via WP Cron','2021-02-19 18:30:54','2021-02-19 10:30:54'),(109612,39448,'action complete via WP Cron','2021-02-19 18:30:54','2021-02-19 10:30:54'),(109613,39449,'action created','2021-02-19 18:30:54','2021-02-19 10:30:54'),(109614,39449,'action started via WP Cron','2021-02-19 18:31:54','2021-02-19 10:31:54'),(109615,39449,'action complete via WP Cron','2021-02-19 18:31:54','2021-02-19 10:31:54'),(109616,39450,'action created','2021-02-19 18:31:54','2021-02-19 10:31:54'),(109617,39450,'action started via WP Cron','2021-02-19 18:33:56','2021-02-19 10:33:56'),(109618,39450,'action complete via WP Cron','2021-02-19 18:33:56','2021-02-19 10:33:56'),(109619,39451,'action created','2021-02-19 18:33:56','2021-02-19 10:33:56'),(109620,39451,'action started via WP Cron','2021-02-19 18:34:57','2021-02-19 10:34:57'),(109621,39451,'action complete via WP Cron','2021-02-19 18:34:57','2021-02-19 10:34:57'),(109622,39452,'action created','2021-02-19 18:34:57','2021-02-19 10:34:57'),(109623,39452,'action started via WP Cron','2021-02-19 18:35:58','2021-02-19 10:35:58'),(109624,39452,'action complete via WP Cron','2021-02-19 18:35:58','2021-02-19 10:35:58'),(109625,39453,'action created','2021-02-19 18:35:58','2021-02-19 10:35:58'),(109626,39453,'action started via WP Cron','2021-02-19 18:41:03','2021-02-19 10:41:03'),(109627,39453,'action complete via WP Cron','2021-02-19 18:41:03','2021-02-19 10:41:03'),(109628,39454,'action created','2021-02-19 18:41:04','2021-02-19 10:41:04'),(109629,39454,'action started via WP Cron','2021-02-19 18:47:06','2021-02-19 10:47:06'),(109630,39454,'action complete via WP Cron','2021-02-19 18:47:06','2021-02-19 10:47:06'),(109631,39455,'action created','2021-02-19 18:47:06','2021-02-19 10:47:06'),(109632,39455,'action started via WP Cron','2021-02-19 18:48:31','2021-02-19 10:48:31'),(109633,39455,'action complete via WP Cron','2021-02-19 18:48:31','2021-02-19 10:48:31'),(109634,39456,'action created','2021-02-19 18:49:25','2021-02-19 10:49:25'),(109635,39456,'action started via WP Cron','2021-02-19 18:50:26','2021-02-19 10:50:26'),(109636,39456,'action complete via WP Cron','2021-02-19 18:50:26','2021-02-19 10:50:26'),(109637,39457,'action created','2021-02-19 18:50:26','2021-02-19 10:50:26'),(109638,39457,'action started via WP Cron','2021-02-19 18:52:35','2021-02-19 10:52:35'),(109639,39457,'action complete via WP Cron','2021-02-19 18:52:35','2021-02-19 10:52:35'),(109640,39458,'action created','2021-02-19 18:52:35','2021-02-19 10:52:35'),(109641,39458,'action started via WP Cron','2021-02-19 18:53:11','2021-02-19 10:53:11'),(109642,39458,'action complete via WP Cron','2021-02-19 18:53:11','2021-02-19 10:53:11'),(109643,39459,'action created','2021-02-19 18:53:11','2021-02-19 10:53:11'),(109644,39459,'action started via WP Cron','2021-02-19 18:54:05','2021-02-19 10:54:05'),(109645,39459,'action complete via WP Cron','2021-02-19 18:54:05','2021-02-19 10:54:05'),(109646,39460,'action created','2021-02-19 18:54:05','2021-02-19 10:54:05'),(109647,39460,'action started via WP Cron','2021-02-19 18:55:06','2021-02-19 10:55:06'),(109648,39460,'action complete via WP Cron','2021-02-19 18:55:06','2021-02-19 10:55:06'),(109649,39461,'action created','2021-02-19 18:55:06','2021-02-19 10:55:06'),(109650,39461,'action started via WP Cron','2021-02-19 18:55:59','2021-02-19 10:55:59'),(109651,39461,'action complete via WP Cron','2021-02-19 18:55:59','2021-02-19 10:55:59'),(109652,39462,'action created','2021-02-19 18:55:59','2021-02-19 10:55:59'),(109653,39462,'action started via WP Cron','2021-02-19 18:56:45','2021-02-19 10:56:45'),(109654,39462,'action complete via WP Cron','2021-02-19 18:56:45','2021-02-19 10:56:45'),(109655,39463,'action created','2021-02-19 18:56:45','2021-02-19 10:56:45'),(109656,39463,'action started via WP Cron','2021-02-19 18:58:02','2021-02-19 10:58:02'),(109657,39463,'action complete via WP Cron','2021-02-19 18:58:02','2021-02-19 10:58:02'),(109658,39464,'action created','2021-02-19 18:58:03','2021-02-19 10:58:03'),(109659,39464,'action started via WP Cron','2021-02-19 18:59:04','2021-02-19 10:59:04'),(109660,39464,'action complete via WP Cron','2021-02-19 18:59:04','2021-02-19 10:59:04'),(109661,39465,'action created','2021-02-19 18:59:04','2021-02-19 10:59:04'),(109662,39465,'action started via WP Cron','2021-02-19 18:59:53','2021-02-19 10:59:53'),(109663,39465,'action complete via WP Cron','2021-02-19 18:59:53','2021-02-19 10:59:53'),(109664,39466,'action created','2021-02-19 18:59:53','2021-02-19 10:59:53'),(109665,39466,'action started via WP Cron','2021-02-19 19:01:06','2021-02-19 11:01:06'),(109666,39466,'action complete via WP Cron','2021-02-19 19:01:06','2021-02-19 11:01:06'),(109667,39467,'action created','2021-02-19 19:01:06','2021-02-19 11:01:06'),(109668,39467,'action started via WP Cron','2021-02-19 19:01:44','2021-02-19 11:01:44'),(109669,39467,'action complete via WP Cron','2021-02-19 19:01:44','2021-02-19 11:01:44'),(109670,39468,'action created','2021-02-19 19:01:44','2021-02-19 11:01:44'),(109671,39468,'action started via WP Cron','2021-02-19 19:03:10','2021-02-19 11:03:10'),(109672,39468,'action complete via WP Cron','2021-02-19 19:03:10','2021-02-19 11:03:10'),(109673,39469,'action created','2021-02-19 19:04:10','2021-02-19 11:04:10'),(109674,39469,'action started via WP Cron','2021-02-19 19:06:12','2021-02-19 11:06:12'),(109675,39469,'action complete via WP Cron','2021-02-19 19:06:12','2021-02-19 11:06:12'),(109676,39470,'action created','2021-02-19 19:06:12','2021-02-19 11:06:12'),(109677,39470,'action started via WP Cron','2021-02-19 19:18:29','2021-02-19 11:18:29'),(109678,39470,'action complete via WP Cron','2021-02-19 19:18:29','2021-02-19 11:18:29'),(109679,39471,'action created','2021-02-19 19:18:29','2021-02-19 11:18:29'),(109680,39471,'action started via WP Cron','2021-02-19 19:19:27','2021-02-19 11:19:27'),(109681,39471,'action complete via WP Cron','2021-02-19 19:19:27','2021-02-19 11:19:27'),(109682,39472,'action created','2021-02-19 19:19:27','2021-02-19 11:19:27'),(109683,39472,'action started via WP Cron','2021-02-19 19:20:28','2021-02-19 11:20:28'),(109684,39472,'action complete via WP Cron','2021-02-19 19:20:28','2021-02-19 11:20:28'),(109685,39473,'action created','2021-02-19 19:20:28','2021-02-19 11:20:28'),(109686,39473,'action started via WP Cron','2021-02-19 19:21:11','2021-02-19 11:21:11'),(109687,39473,'action complete via WP Cron','2021-02-19 19:21:11','2021-02-19 11:21:11'),(109688,39474,'action created','2021-02-19 19:21:11','2021-02-19 11:21:11'),(109689,39474,'action started via WP Cron','2021-02-19 19:22:17','2021-02-19 11:22:17'),(109690,39474,'action complete via WP Cron','2021-02-19 19:22:17','2021-02-19 11:22:17'),(109691,39475,'action created','2021-02-19 19:22:18','2021-02-19 11:22:18'),(109692,39475,'action started via WP Cron','2021-02-19 19:23:31','2021-02-19 11:23:31'),(109693,39475,'action complete via WP Cron','2021-02-19 19:23:31','2021-02-19 11:23:31'),(109694,39476,'action created','2021-02-19 19:23:31','2021-02-19 11:23:31'),(109695,39476,'action started via WP Cron','2021-02-19 19:24:32','2021-02-19 11:24:32'),(109696,39476,'action complete via WP Cron','2021-02-19 19:24:32','2021-02-19 11:24:32'),(109697,39477,'action created','2021-02-19 19:24:32','2021-02-19 11:24:32'),(109698,39477,'action started via WP Cron','2021-02-19 19:26:42','2021-02-19 11:26:42'),(109699,39477,'action complete via WP Cron','2021-02-19 19:26:42','2021-02-19 11:26:42'),(109700,39478,'action created','2021-02-19 19:26:42','2021-02-19 11:26:42'),(109701,39478,'action started via WP Cron','2021-02-19 19:32:34','2021-02-19 11:32:34'),(109702,39478,'action complete via WP Cron','2021-02-19 19:32:34','2021-02-19 11:32:34'),(109703,39479,'action created','2021-02-19 19:32:34','2021-02-19 11:32:34'),(109704,39479,'action started via WP Cron','2021-02-19 19:36:05','2021-02-19 11:36:05'),(109705,39479,'action complete via WP Cron','2021-02-19 19:36:05','2021-02-19 11:36:05'),(109706,39480,'action created','2021-02-19 19:36:06','2021-02-19 11:36:06'),(109707,39480,'action started via WP Cron','2021-02-19 19:36:58','2021-02-19 11:36:58'),(109708,39480,'action complete via WP Cron','2021-02-19 19:36:58','2021-02-19 11:36:58'),(109709,39481,'action created','2021-02-19 19:36:58','2021-02-19 11:36:58'),(109710,39481,'action started via WP Cron','2021-02-19 19:37:59','2021-02-19 11:37:59'),(109711,39481,'action complete via WP Cron','2021-02-19 19:37:59','2021-02-19 11:37:59'),(109712,39482,'action created','2021-02-19 19:38:00','2021-02-19 11:38:00'),(109713,39482,'action started via WP Cron','2021-02-19 19:40:01','2021-02-19 11:40:01'),(109714,39482,'action complete via WP Cron','2021-02-19 19:40:01','2021-02-19 11:40:01'),(109715,39483,'action created','2021-02-19 19:40:02','2021-02-19 11:40:02'),(109716,39483,'action started via WP Cron','2021-02-19 19:41:03','2021-02-19 11:41:03'),(109717,39483,'action complete via WP Cron','2021-02-19 19:41:03','2021-02-19 11:41:03'),(109718,39484,'action created','2021-02-19 19:41:03','2021-02-19 11:41:03'),(109719,39484,'action started via WP Cron','2021-02-19 19:42:04','2021-02-19 11:42:04'),(109720,39484,'action complete via WP Cron','2021-02-19 19:42:04','2021-02-19 11:42:04'),(109721,39485,'action created','2021-02-19 19:42:04','2021-02-19 11:42:04'),(109722,39485,'action started via WP Cron','2021-02-19 19:44:39','2021-02-19 11:44:39'),(109723,39485,'action complete via WP Cron','2021-02-19 19:44:39','2021-02-19 11:44:39'),(109724,39486,'action created','2021-02-19 19:44:39','2021-02-19 11:44:39'),(109725,39486,'action started via WP Cron','2021-02-19 19:46:08','2021-02-19 11:46:08'),(109726,39486,'action complete via WP Cron','2021-02-19 19:46:08','2021-02-19 11:46:08'),(109727,39487,'action created','2021-02-19 19:46:08','2021-02-19 11:46:08'),(109728,39487,'action started via WP Cron','2021-02-19 19:46:52','2021-02-19 11:46:52'),(109729,39487,'action complete via WP Cron','2021-02-19 19:46:52','2021-02-19 11:46:52'),(109730,39488,'action created','2021-02-19 19:46:52','2021-02-19 11:46:52'),(109731,39488,'action started via WP Cron','2021-02-19 19:50:58','2021-02-19 11:50:58'),(109732,39488,'action complete via WP Cron','2021-02-19 19:50:58','2021-02-19 11:50:58'),(109733,39489,'action created','2021-02-19 19:50:58','2021-02-19 11:50:58'),(109734,39489,'action started via WP Cron','2021-02-19 19:51:58','2021-02-19 11:51:58'),(109735,39489,'action complete via WP Cron','2021-02-19 19:51:58','2021-02-19 11:51:58'),(109736,39490,'action created','2021-02-19 19:51:58','2021-02-19 11:51:58'),(109737,39490,'action started via WP Cron','2021-02-19 19:53:05','2021-02-19 11:53:05'),(109738,39490,'action complete via WP Cron','2021-02-19 19:53:05','2021-02-19 11:53:05'),(109739,39491,'action created','2021-02-19 19:53:05','2021-02-19 11:53:05'),(109740,39491,'action started via WP Cron','2021-02-19 19:59:00','2021-02-19 11:59:00'),(109741,39491,'action complete via WP Cron','2021-02-19 19:59:00','2021-02-19 11:59:00'),(109742,39492,'action created','2021-02-19 19:59:00','2021-02-19 11:59:00'),(109743,39492,'action started via WP Cron','2021-02-19 20:04:40','2021-02-19 12:04:40'),(109744,39492,'action complete via WP Cron','2021-02-19 20:04:40','2021-02-19 12:04:40'),(109745,39493,'action created','2021-02-19 20:04:40','2021-02-19 12:04:40'),(109746,39493,'action started via WP Cron','2021-02-19 20:05:53','2021-02-19 12:05:53'),(109747,39493,'action complete via WP Cron','2021-02-19 20:05:53','2021-02-19 12:05:53'),(109748,39494,'action created','2021-02-19 20:05:53','2021-02-19 12:05:53'),(109749,39494,'action started via WP Cron','2021-02-19 20:06:41','2021-02-19 12:06:41'),(109750,39494,'action complete via WP Cron','2021-02-19 20:06:41','2021-02-19 12:06:41'),(109751,39495,'action created','2021-02-19 20:06:41','2021-02-19 12:06:41'),(109752,39495,'action started via WP Cron','2021-02-19 20:07:42','2021-02-19 12:07:42'),(109753,39495,'action complete via WP Cron','2021-02-19 20:07:42','2021-02-19 12:07:42'),(109754,39496,'action created','2021-02-19 20:07:42','2021-02-19 12:07:42'),(109755,39496,'action started via WP Cron','2021-02-19 20:09:44','2021-02-19 12:09:44'),(109756,39496,'action complete via WP Cron','2021-02-19 20:09:44','2021-02-19 12:09:44'),(109757,39497,'action created','2021-02-19 20:09:44','2021-02-19 12:09:44'),(109758,39497,'action started via WP Cron','2021-02-19 20:10:45','2021-02-19 12:10:45'),(109759,39497,'action complete via WP Cron','2021-02-19 20:10:45','2021-02-19 12:10:45'),(109760,39498,'action created','2021-02-19 20:10:45','2021-02-19 12:10:45'),(109761,39498,'action started via WP Cron','2021-02-19 20:11:47','2021-02-19 12:11:47'),(109762,39498,'action complete via WP Cron','2021-02-19 20:11:47','2021-02-19 12:11:47'),(109763,39499,'action created','2021-02-19 20:11:47','2021-02-19 12:11:47'),(109764,39499,'action started via WP Cron','2021-02-19 20:12:47','2021-02-19 12:12:47'),(109765,39499,'action complete via WP Cron','2021-02-19 20:12:47','2021-02-19 12:12:47'),(109766,39500,'action created','2021-02-19 20:12:47','2021-02-19 12:12:47'),(109767,39500,'action started via WP Cron','2021-02-19 20:13:49','2021-02-19 12:13:49'),(109768,39500,'action complete via WP Cron','2021-02-19 20:13:49','2021-02-19 12:13:49'),(109769,39501,'action created','2021-02-19 20:13:49','2021-02-19 12:13:49'),(109770,39501,'action started via WP Cron','2021-02-19 20:15:42','2021-02-19 12:15:42'),(109771,39501,'action complete via WP Cron','2021-02-19 20:15:42','2021-02-19 12:15:42'),(109772,39502,'action created','2021-02-19 20:15:42','2021-02-19 12:15:42'),(109773,39502,'action started via WP Cron','2021-02-19 20:32:33','2021-02-19 12:32:33'),(109774,39502,'action complete via WP Cron','2021-02-19 20:32:33','2021-02-19 12:32:33'),(109775,39503,'action created','2021-02-19 20:32:33','2021-02-19 12:32:33'),(109776,39503,'action started via WP Cron','2021-02-19 20:34:17','2021-02-19 12:34:17'),(109777,39503,'action complete via WP Cron','2021-02-19 20:34:17','2021-02-19 12:34:17'),(109778,39504,'action created','2021-02-19 20:34:17','2021-02-19 12:34:17'),(109779,39504,'action started via WP Cron','2021-02-19 20:35:17','2021-02-19 12:35:17'),(109780,39504,'action complete via WP Cron','2021-02-19 20:35:17','2021-02-19 12:35:17'),(109781,39505,'action created','2021-02-19 20:35:17','2021-02-19 12:35:17'),(109782,39505,'action started via WP Cron','2021-02-19 20:37:05','2021-02-19 12:37:05'),(109783,39505,'action complete via WP Cron','2021-02-19 20:37:05','2021-02-19 12:37:05'),(109784,39506,'action created','2021-02-19 20:37:05','2021-02-19 12:37:05'),(109785,39506,'action started via WP Cron','2021-02-19 20:38:14','2021-02-19 12:38:14'),(109786,39506,'action complete via WP Cron','2021-02-19 20:38:14','2021-02-19 12:38:14'),(109787,39507,'action created','2021-02-19 20:38:14','2021-02-19 12:38:14'),(109788,39507,'action started via WP Cron','2021-02-19 20:39:14','2021-02-19 12:39:14'),(109789,39507,'action complete via WP Cron','2021-02-19 20:39:14','2021-02-19 12:39:14'),(109790,39508,'action created','2021-02-19 20:39:14','2021-02-19 12:39:14'),(109791,39508,'action started via WP Cron','2021-02-19 20:41:57','2021-02-19 12:41:57'),(109792,39508,'action complete via WP Cron','2021-02-19 20:41:57','2021-02-19 12:41:57'),(109793,39509,'action created','2021-02-19 20:41:57','2021-02-19 12:41:57'),(109794,39509,'action started via WP Cron','2021-02-19 20:44:14','2021-02-19 12:44:14'),(109795,39509,'action complete via WP Cron','2021-02-19 20:44:14','2021-02-19 12:44:14'),(109796,39510,'action created','2021-02-19 20:44:14','2021-02-19 12:44:14'),(109797,39510,'action started via WP Cron','2021-02-19 21:04:24','2021-02-19 13:04:24'),(109798,39510,'action complete via WP Cron','2021-02-19 21:04:24','2021-02-19 13:04:24'),(109799,39511,'action created','2021-02-19 21:04:24','2021-02-19 13:04:24'),(109800,39511,'action started via WP Cron','2021-02-19 21:08:28','2021-02-19 13:08:28'),(109801,39511,'action complete via WP Cron','2021-02-19 21:08:28','2021-02-19 13:08:28'),(109802,39512,'action created','2021-02-19 21:08:29','2021-02-19 13:08:29'),(109803,39512,'action started via WP Cron','2021-02-19 21:09:25','2021-02-19 13:09:25'),(109804,39512,'action complete via WP Cron','2021-02-19 21:09:25','2021-02-19 13:09:25'),(109805,39513,'action created','2021-02-19 21:09:26','2021-02-19 13:09:26'),(109806,39513,'action started via WP Cron','2021-02-19 21:10:16','2021-02-19 13:10:16'),(109807,39513,'action complete via WP Cron','2021-02-19 21:10:16','2021-02-19 13:10:16'),(109808,39514,'action created','2021-02-19 21:10:16','2021-02-19 13:10:16'),(109809,39514,'action started via WP Cron','2021-02-19 21:12:49','2021-02-19 13:12:49'),(109810,39514,'action complete via WP Cron','2021-02-19 21:12:49','2021-02-19 13:12:49'),(109811,39515,'action created','2021-02-19 21:12:49','2021-02-19 13:12:49'),(109812,39515,'action started via WP Cron','2021-02-19 21:14:42','2021-02-19 13:14:42'),(109813,39515,'action complete via WP Cron','2021-02-19 21:14:42','2021-02-19 13:14:42'),(109814,39516,'action created','2021-02-19 21:14:42','2021-02-19 13:14:42'),(109815,39516,'action started via WP Cron','2021-02-19 21:15:43','2021-02-19 13:15:43'),(109816,39516,'action complete via WP Cron','2021-02-19 21:15:43','2021-02-19 13:15:43'),(109817,39517,'action created','2021-02-19 21:15:43','2021-02-19 13:15:43'),(109818,39517,'action started via WP Cron','2021-02-19 21:16:45','2021-02-19 13:16:45'),(109819,39517,'action complete via WP Cron','2021-02-19 21:16:45','2021-02-19 13:16:45'),(109820,39518,'action created','2021-02-19 21:16:45','2021-02-19 13:16:45'),(109821,39518,'action started via WP Cron','2021-02-19 21:18:46','2021-02-19 13:18:46'),(109822,39518,'action complete via WP Cron','2021-02-19 21:18:46','2021-02-19 13:18:46'),(109823,39519,'action created','2021-02-19 21:18:46','2021-02-19 13:18:46'),(109824,39519,'action started via WP Cron','2021-02-19 21:19:47','2021-02-19 13:19:47'),(109825,39519,'action complete via WP Cron','2021-02-19 21:19:47','2021-02-19 13:19:47'),(109826,39520,'action created','2021-02-19 21:19:47','2021-02-19 13:19:47'),(109827,39520,'action started via WP Cron','2021-02-19 21:20:48','2021-02-19 13:20:48'),(109828,39520,'action complete via WP Cron','2021-02-19 21:20:48','2021-02-19 13:20:48'),(109829,39521,'action created','2021-02-19 21:20:48','2021-02-19 13:20:48'),(109830,39521,'action started via WP Cron','2021-02-19 21:21:49','2021-02-19 13:21:49'),(109831,39521,'action complete via WP Cron','2021-02-19 21:21:49','2021-02-19 13:21:49'),(109832,39522,'action created','2021-02-19 21:21:49','2021-02-19 13:21:49'),(109833,39522,'action started via WP Cron','2021-02-19 21:22:50','2021-02-19 13:22:50'),(109834,39522,'action complete via WP Cron','2021-02-19 21:22:50','2021-02-19 13:22:50'),(109835,39523,'action created','2021-02-19 21:22:51','2021-02-19 13:22:51'),(109836,39523,'action started via WP Cron','2021-02-19 21:24:34','2021-02-19 13:24:34'),(109837,39523,'action complete via WP Cron','2021-02-19 21:24:34','2021-02-19 13:24:34'),(109838,39524,'action created','2021-02-19 21:24:34','2021-02-19 13:24:34'),(109839,39524,'action started via WP Cron','2021-02-19 21:24:52','2021-02-19 13:24:52'),(109840,39524,'action complete via WP Cron','2021-02-19 21:24:52','2021-02-19 13:24:52'),(109841,39525,'action created','2021-02-19 21:24:52','2021-02-19 13:24:52'),(109842,39525,'action started via WP Cron','2021-02-19 21:25:41','2021-02-19 13:25:41'),(109843,39525,'action complete via WP Cron','2021-02-19 21:25:41','2021-02-19 13:25:41'),(109844,39526,'action created','2021-02-19 21:25:41','2021-02-19 13:25:41'),(109845,39526,'action started via WP Cron','2021-02-19 21:26:41','2021-02-19 13:26:41'),(109846,39526,'action complete via WP Cron','2021-02-19 21:26:41','2021-02-19 13:26:41'),(109847,39527,'action created','2021-02-19 21:26:42','2021-02-19 13:26:42'),(109848,39527,'action started via WP Cron','2021-02-19 21:27:45','2021-02-19 13:27:45'),(109849,39527,'action complete via WP Cron','2021-02-19 21:27:45','2021-02-19 13:27:45'),(109850,39528,'action created','2021-02-19 21:27:46','2021-02-19 13:27:46'),(109851,39528,'action started via WP Cron','2021-02-19 21:29:03','2021-02-19 13:29:03'),(109852,39528,'action complete via WP Cron','2021-02-19 21:29:03','2021-02-19 13:29:03'),(109853,39529,'action created','2021-02-19 21:29:03','2021-02-19 13:29:03'),(109854,39529,'action started via WP Cron','2021-02-19 21:37:11','2021-02-19 13:37:11'),(109855,39529,'action complete via WP Cron','2021-02-19 21:37:11','2021-02-19 13:37:11'),(109856,39530,'action created','2021-02-19 21:37:11','2021-02-19 13:37:11'),(109857,39530,'action started via WP Cron','2021-02-19 21:39:03','2021-02-19 13:39:03'),(109858,39530,'action complete via WP Cron','2021-02-19 21:39:03','2021-02-19 13:39:03'),(109859,39531,'action created','2021-02-19 21:39:03','2021-02-19 13:39:03'),(109860,39531,'action started via WP Cron','2021-02-19 21:39:54','2021-02-19 13:39:54'),(109861,39531,'action complete via WP Cron','2021-02-19 21:39:54','2021-02-19 13:39:54'),(109862,39532,'action created','2021-02-19 21:39:54','2021-02-19 13:39:54'),(109863,39532,'action started via WP Cron','2021-02-19 21:41:40','2021-02-19 13:41:40'),(109864,39532,'action complete via WP Cron','2021-02-19 21:41:40','2021-02-19 13:41:40'),(109865,39533,'action created','2021-02-19 21:41:40','2021-02-19 13:41:40'),(109866,39533,'action started via WP Cron','2021-02-19 21:42:40','2021-02-19 13:42:40'),(109867,39533,'action complete via WP Cron','2021-02-19 21:42:40','2021-02-19 13:42:40'),(109868,39534,'action created','2021-02-19 21:42:40','2021-02-19 13:42:40'),(109869,39534,'action started via WP Cron','2021-02-19 21:44:43','2021-02-19 13:44:43'),(109870,39534,'action complete via WP Cron','2021-02-19 21:44:43','2021-02-19 13:44:43'),(109871,39535,'action created','2021-02-19 21:44:43','2021-02-19 13:44:43'),(109872,39535,'action started via WP Cron','2021-02-19 21:45:45','2021-02-19 13:45:45'),(109873,39535,'action complete via WP Cron','2021-02-19 21:45:45','2021-02-19 13:45:45'),(109874,39536,'action created','2021-02-19 21:45:45','2021-02-19 13:45:45'),(109875,39536,'action started via WP Cron','2021-02-19 21:46:46','2021-02-19 13:46:46'),(109876,39536,'action complete via WP Cron','2021-02-19 21:46:46','2021-02-19 13:46:46'),(109877,39537,'action created','2021-02-19 21:46:46','2021-02-19 13:46:46'),(109878,39537,'action started via WP Cron','2021-02-19 21:48:02','2021-02-19 13:48:02'),(109879,39537,'action complete via WP Cron','2021-02-19 21:48:02','2021-02-19 13:48:02'),(109880,39538,'action created','2021-02-19 21:48:02','2021-02-19 13:48:02'),(109881,39538,'action started via WP Cron','2021-02-19 22:01:54','2021-02-19 14:01:54'),(109882,39538,'action complete via WP Cron','2021-02-19 22:01:54','2021-02-19 14:01:54'),(109883,39539,'action created','2021-02-19 22:01:54','2021-02-19 14:01:54'),(109884,39539,'action started via WP Cron','2021-02-19 22:02:41','2021-02-19 14:02:41'),(109885,39539,'action complete via WP Cron','2021-02-19 22:02:41','2021-02-19 14:02:41'),(109886,39540,'action created','2021-02-19 22:02:41','2021-02-19 14:02:41'),(109887,39540,'action started via WP Cron','2021-02-19 22:05:24','2021-02-19 14:05:24'),(109888,39540,'action complete via WP Cron','2021-02-19 22:05:24','2021-02-19 14:05:24'),(109889,39541,'action created','2021-02-19 22:05:24','2021-02-19 14:05:24'),(109890,39541,'action started via WP Cron','2021-02-19 22:11:20','2021-02-19 14:11:20'),(109891,39541,'action complete via WP Cron','2021-02-19 22:11:20','2021-02-19 14:11:20'),(109892,39542,'action created','2021-02-19 22:11:20','2021-02-19 14:11:20'),(109893,39542,'action started via WP Cron','2021-02-19 22:15:29','2021-02-19 14:15:29'),(109894,39542,'action complete via WP Cron','2021-02-19 22:15:29','2021-02-19 14:15:29'),(109895,39543,'action created','2021-02-19 22:15:29','2021-02-19 14:15:29'),(109896,39543,'action started via WP Cron','2021-02-19 22:16:37','2021-02-19 14:16:37'),(109897,39543,'action complete via WP Cron','2021-02-19 22:16:37','2021-02-19 14:16:37'),(109898,39544,'action created','2021-02-19 22:16:37','2021-02-19 14:16:37'),(109899,39544,'action started via WP Cron','2021-02-19 22:17:36','2021-02-19 14:17:36'),(109900,39544,'action complete via WP Cron','2021-02-19 22:17:36','2021-02-19 14:17:36'),(109901,39545,'action created','2021-02-19 22:17:36','2021-02-19 14:17:36'),(109902,39545,'action started via WP Cron','2021-02-19 22:18:03','2021-02-19 14:18:03'),(109903,39545,'action complete via WP Cron','2021-02-19 22:18:03','2021-02-19 14:18:03'),(109904,39546,'action created','2021-02-19 22:18:04','2021-02-19 14:18:04'),(109905,39546,'action started via WP Cron','2021-02-19 22:19:15','2021-02-19 14:19:15'),(109906,39546,'action complete via WP Cron','2021-02-19 22:19:15','2021-02-19 14:19:15'),(109907,39547,'action created','2021-02-19 22:19:15','2021-02-19 14:19:15'),(109908,39547,'action started via WP Cron','2021-02-19 22:19:43','2021-02-19 14:19:43'),(109909,39547,'action complete via WP Cron','2021-02-19 22:19:43','2021-02-19 14:19:43'),(109910,39548,'action created','2021-02-19 22:19:43','2021-02-19 14:19:43'),(109911,39548,'action started via WP Cron','2021-02-19 22:20:45','2021-02-19 14:20:45'),(109912,39548,'action complete via WP Cron','2021-02-19 22:20:45','2021-02-19 14:20:45'),(109913,39549,'action created','2021-02-19 22:20:45','2021-02-19 14:20:45'),(109914,39549,'action started via WP Cron','2021-02-19 22:21:46','2021-02-19 14:21:46'),(109915,39549,'action complete via WP Cron','2021-02-19 22:21:46','2021-02-19 14:21:46'),(109916,39550,'action created','2021-02-19 22:21:46','2021-02-19 14:21:46'),(109917,39550,'action started via WP Cron','2021-02-19 22:27:41','2021-02-19 14:27:41'),(109918,39550,'action complete via WP Cron','2021-02-19 22:27:41','2021-02-19 14:27:41'),(109919,39551,'action created','2021-02-19 22:27:41','2021-02-19 14:27:41'),(109920,39551,'action started via WP Cron','2021-02-19 22:28:42','2021-02-19 14:28:42'),(109921,39551,'action complete via WP Cron','2021-02-19 22:28:42','2021-02-19 14:28:42'),(109922,39552,'action created','2021-02-19 22:28:43','2021-02-19 14:28:43'),(109923,39552,'action started via WP Cron','2021-02-19 22:29:45','2021-02-19 14:29:45'),(109924,39552,'action complete via WP Cron','2021-02-19 22:29:45','2021-02-19 14:29:45'),(109925,39553,'action created','2021-02-19 22:29:45','2021-02-19 14:29:45'),(109926,39553,'action started via WP Cron','2021-02-19 22:30:44','2021-02-19 14:30:44'),(109927,39553,'action complete via WP Cron','2021-02-19 22:30:44','2021-02-19 14:30:44'),(109928,39554,'action created','2021-02-19 22:30:44','2021-02-19 14:30:44'),(109929,39554,'action started via WP Cron','2021-02-19 22:31:45','2021-02-19 14:31:45'),(109930,39554,'action complete via WP Cron','2021-02-19 22:31:45','2021-02-19 14:31:45'),(109931,39555,'action created','2021-02-19 22:31:46','2021-02-19 14:31:46'),(109932,39555,'action started via WP Cron','2021-02-19 22:32:46','2021-02-19 14:32:46'),(109933,39555,'action complete via WP Cron','2021-02-19 22:32:46','2021-02-19 14:32:46'),(109934,39556,'action created','2021-02-19 22:32:46','2021-02-19 14:32:46'),(109935,39556,'action started via WP Cron','2021-02-19 22:36:59','2021-02-19 14:36:59'),(109936,39556,'action complete via WP Cron','2021-02-19 22:36:59','2021-02-19 14:36:59'),(109937,39557,'action created','2021-02-19 22:36:59','2021-02-19 14:36:59'),(109938,39557,'action started via WP Cron','2021-02-19 22:40:10','2021-02-19 14:40:10'),(109939,39557,'action complete via WP Cron','2021-02-19 22:40:10','2021-02-19 14:40:10'),(109940,39558,'action created','2021-02-19 22:40:10','2021-02-19 14:40:10'),(109941,39558,'action started via WP Cron','2021-02-19 22:47:04','2021-02-19 14:47:04'),(109942,39558,'action complete via WP Cron','2021-02-19 22:47:04','2021-02-19 14:47:04'),(109943,39559,'action created','2021-02-19 22:47:05','2021-02-19 14:47:05'),(109944,39559,'action started via WP Cron','2021-02-19 22:48:05','2021-02-19 14:48:05'),(109945,39559,'action complete via WP Cron','2021-02-19 22:48:05','2021-02-19 14:48:05'),(109946,39560,'action created','2021-02-19 22:48:05','2021-02-19 14:48:05'),(109947,39560,'action started via WP Cron','2021-02-19 22:49:06','2021-02-19 14:49:06'),(109948,39560,'action complete via WP Cron','2021-02-19 22:49:06','2021-02-19 14:49:06'),(109949,39561,'action created','2021-02-19 22:49:06','2021-02-19 14:49:06'),(109950,39561,'action started via WP Cron','2021-02-19 22:50:04','2021-02-19 14:50:04'),(109951,39561,'action complete via WP Cron','2021-02-19 22:50:04','2021-02-19 14:50:04'),(109952,39562,'action created','2021-02-19 22:50:04','2021-02-19 14:50:04'),(109953,39562,'action started via WP Cron','2021-02-19 22:51:05','2021-02-19 14:51:05'),(109954,39562,'action complete via WP Cron','2021-02-19 22:51:05','2021-02-19 14:51:05'),(109955,39563,'action created','2021-02-19 22:51:05','2021-02-19 14:51:05'),(109956,39563,'action started via WP Cron','2021-02-19 22:52:06','2021-02-19 14:52:06'),(109957,39563,'action complete via WP Cron','2021-02-19 22:52:06','2021-02-19 14:52:06'),(109958,39564,'action created','2021-02-19 22:52:06','2021-02-19 14:52:06'),(109959,39564,'action started via WP Cron','2021-02-19 22:55:30','2021-02-19 14:55:30'),(109960,39564,'action complete via WP Cron','2021-02-19 22:55:30','2021-02-19 14:55:30'),(109961,39565,'action created','2021-02-19 22:56:02','2021-02-19 14:56:02'),(109962,39565,'action started via WP Cron','2021-02-19 22:57:52','2021-02-19 14:57:52'),(109963,39565,'action complete via WP Cron','2021-02-19 22:57:52','2021-02-19 14:57:52'),(109964,39566,'action created','2021-02-19 22:57:52','2021-02-19 14:57:52'),(109965,39566,'action started via WP Cron','2021-02-19 22:58:41','2021-02-19 14:58:41'),(109966,39566,'action complete via WP Cron','2021-02-19 22:58:41','2021-02-19 14:58:41'),(109967,39567,'action created','2021-02-19 22:58:41','2021-02-19 14:58:41'),(109968,39567,'action started via Async Request','2021-02-19 22:59:03','2021-02-19 14:59:03'),(109969,39567,'action complete via Async Request','2021-02-19 22:59:03','2021-02-19 14:59:03'),(109970,39568,'action created','2021-02-19 22:59:05','2021-02-19 14:59:05'),(109971,39568,'action started via WP Cron','2021-02-19 22:59:41','2021-02-19 14:59:41'),(109972,39568,'action complete via WP Cron','2021-02-19 22:59:41','2021-02-19 14:59:41'),(109973,39569,'action created','2021-02-19 22:59:42','2021-02-19 14:59:42'),(109974,39569,'action started via WP Cron','2021-02-19 23:00:45','2021-02-19 15:00:45'),(109975,39569,'action complete via WP Cron','2021-02-19 23:00:45','2021-02-19 15:00:45'),(109976,39570,'action created','2021-02-19 23:00:45','2021-02-19 15:00:45'),(109977,39570,'action started via WP Cron','2021-02-19 23:01:52','2021-02-19 15:01:52'),(109978,39570,'action complete via WP Cron','2021-02-19 23:01:52','2021-02-19 15:01:52'),(109979,39571,'action created','2021-02-19 23:01:52','2021-02-19 15:01:52'),(109980,39571,'action started via WP Cron','2021-02-19 23:02:53','2021-02-19 15:02:53'),(109981,39571,'action complete via WP Cron','2021-02-19 23:02:53','2021-02-19 15:02:53'),(109982,39572,'action created','2021-02-19 23:02:53','2021-02-19 15:02:53'),(109983,39572,'action started via WP Cron','2021-02-19 23:05:20','2021-02-19 15:05:20'),(109984,39572,'action complete via WP Cron','2021-02-19 23:05:20','2021-02-19 15:05:20'),(109985,39573,'action created','2021-02-19 23:05:20','2021-02-19 15:05:20'),(109986,39573,'action started via WP Cron','2021-02-19 23:06:20','2021-02-19 15:06:20'),(109987,39573,'action complete via WP Cron','2021-02-19 23:06:20','2021-02-19 15:06:20'),(109988,39574,'action created','2021-02-19 23:06:21','2021-02-19 15:06:21'),(109989,39574,'action started via WP Cron','2021-02-19 23:07:21','2021-02-19 15:07:21'),(109990,39574,'action complete via WP Cron','2021-02-19 23:07:21','2021-02-19 15:07:21'),(109991,39575,'action created','2021-02-19 23:07:22','2021-02-19 15:07:22'),(109992,39575,'action started via WP Cron','2021-02-19 23:13:53','2021-02-19 15:13:53'),(109993,39575,'action complete via WP Cron','2021-02-19 23:13:53','2021-02-19 15:13:53'),(109994,39576,'action created','2021-02-19 23:13:53','2021-02-19 15:13:53'),(109995,39576,'action started via WP Cron','2021-02-19 23:15:32','2021-02-19 15:15:32'),(109996,39576,'action complete via WP Cron','2021-02-19 23:15:32','2021-02-19 15:15:32'),(109997,39577,'action created','2021-02-19 23:15:32','2021-02-19 15:15:32'),(109998,39577,'action started via WP Cron','2021-02-19 23:16:35','2021-02-19 15:16:35'),(109999,39577,'action complete via WP Cron','2021-02-19 23:16:35','2021-02-19 15:16:35'),(110000,39578,'action created','2021-02-19 23:16:35','2021-02-19 15:16:35'),(110001,39578,'action started via WP Cron','2021-02-19 23:18:37','2021-02-19 15:18:37'),(110002,39578,'action complete via WP Cron','2021-02-19 23:18:37','2021-02-19 15:18:37'),(110003,39579,'action created','2021-02-19 23:18:37','2021-02-19 15:18:37'),(110004,39579,'action started via WP Cron','2021-02-19 23:19:38','2021-02-19 15:19:38'),(110005,39579,'action complete via WP Cron','2021-02-19 23:19:38','2021-02-19 15:19:38'),(110006,39580,'action created','2021-02-19 23:19:38','2021-02-19 15:19:38'),(110007,39580,'action started via WP Cron','2021-02-19 23:20:39','2021-02-19 15:20:39'),(110008,39580,'action complete via WP Cron','2021-02-19 23:20:39','2021-02-19 15:20:39'),(110009,39581,'action created','2021-02-19 23:20:39','2021-02-19 15:20:39'),(110010,39581,'action started via WP Cron','2021-02-19 23:22:00','2021-02-19 15:22:00'),(110011,39581,'action complete via WP Cron','2021-02-19 23:22:00','2021-02-19 15:22:00'),(110012,39582,'action created','2021-02-19 23:22:00','2021-02-19 15:22:00'),(110013,39582,'action started via WP Cron','2021-02-19 23:23:16','2021-02-19 15:23:16'),(110014,39582,'action complete via WP Cron','2021-02-19 23:23:16','2021-02-19 15:23:16'),(110015,39583,'action created','2021-02-19 23:23:16','2021-02-19 15:23:16'),(110016,39583,'action started via WP Cron','2021-02-19 23:24:18','2021-02-19 15:24:18'),(110017,39583,'action complete via WP Cron','2021-02-19 23:24:18','2021-02-19 15:24:18'),(110018,39584,'action created','2021-02-19 23:24:18','2021-02-19 15:24:18'),(110019,39584,'action started via WP Cron','2021-02-19 23:32:49','2021-02-19 15:32:49'),(110020,39584,'action complete via WP Cron','2021-02-19 23:32:49','2021-02-19 15:32:49'),(110021,39585,'action created','2021-02-19 23:32:49','2021-02-19 15:32:49'),(110022,39585,'action started via WP Cron','2021-02-19 23:33:46','2021-02-19 15:33:46'),(110023,39585,'action complete via WP Cron','2021-02-19 23:33:46','2021-02-19 15:33:46'),(110024,39586,'action created','2021-02-19 23:33:47','2021-02-19 15:33:47'),(110025,39586,'action started via WP Cron','2021-02-19 23:35:13','2021-02-19 15:35:13'),(110026,39586,'action complete via WP Cron','2021-02-19 23:35:13','2021-02-19 15:35:13'),(110027,39587,'action created','2021-02-19 23:35:13','2021-02-19 15:35:13'),(110028,39587,'action started via WP Cron','2021-02-19 23:35:48','2021-02-19 15:35:48'),(110029,39587,'action complete via WP Cron','2021-02-19 23:35:48','2021-02-19 15:35:48'),(110030,39588,'action created','2021-02-19 23:35:49','2021-02-19 15:35:49'),(110031,39588,'action started via WP Cron','2021-02-19 23:36:49','2021-02-19 15:36:49'),(110032,39588,'action complete via WP Cron','2021-02-19 23:36:49','2021-02-19 15:36:49'),(110033,39589,'action created','2021-02-19 23:36:49','2021-02-19 15:36:49'),(110034,39589,'action started via WP Cron','2021-02-19 23:37:51','2021-02-19 15:37:51'),(110035,39589,'action complete via WP Cron','2021-02-19 23:37:51','2021-02-19 15:37:51'),(110036,39590,'action created','2021-02-19 23:37:51','2021-02-19 15:37:51'),(110037,39590,'action started via WP Cron','2021-02-19 23:41:01','2021-02-19 15:41:01'),(110038,39590,'action complete via WP Cron','2021-02-19 23:41:01','2021-02-19 15:41:01'),(110039,39591,'action created','2021-02-19 23:41:01','2021-02-19 15:41:01'),(110040,39591,'action started via WP Cron','2021-02-19 23:51:33','2021-02-19 15:51:33'),(110041,39591,'action complete via WP Cron','2021-02-19 23:51:33','2021-02-19 15:51:33'),(110042,39592,'action created','2021-02-19 23:51:33','2021-02-19 15:51:33'),(110043,39592,'action started via WP Cron','2021-02-19 23:52:39','2021-02-19 15:52:39'),(110044,39592,'action complete via WP Cron','2021-02-19 23:52:39','2021-02-19 15:52:39'),(110045,39593,'action created','2021-02-19 23:52:39','2021-02-19 15:52:39'),(110046,39593,'action started via WP Cron','2021-02-19 23:53:42','2021-02-19 15:53:42'),(110047,39593,'action complete via WP Cron','2021-02-19 23:53:42','2021-02-19 15:53:42'),(110048,39594,'action created','2021-02-19 23:53:42','2021-02-19 15:53:42'),(110049,39594,'action started via WP Cron','2021-02-19 23:55:51','2021-02-19 15:55:51'),(110050,39594,'action complete via WP Cron','2021-02-19 23:55:51','2021-02-19 15:55:51'),(110051,39595,'action created','2021-02-19 23:55:51','2021-02-19 15:55:51'),(110052,39595,'action started via WP Cron','2021-02-19 23:57:13','2021-02-19 15:57:13'),(110053,39595,'action complete via WP Cron','2021-02-19 23:57:13','2021-02-19 15:57:13'),(110054,39596,'action created','2021-02-19 23:57:13','2021-02-19 15:57:13'),(110055,39596,'action started via WP Cron','2021-02-19 23:58:14','2021-02-19 15:58:14'),(110056,39596,'action complete via WP Cron','2021-02-19 23:58:14','2021-02-19 15:58:14'),(110057,39597,'action created','2021-02-19 23:58:14','2021-02-19 15:58:14'),(110058,39597,'action started via WP Cron','2021-02-19 23:59:15','2021-02-19 15:59:15'),(110059,39597,'action complete via WP Cron','2021-02-19 23:59:15','2021-02-19 15:59:15'),(110060,39598,'action created','2021-02-19 23:59:15','2021-02-19 15:59:15'),(110061,39598,'action started via WP Cron','2021-02-20 00:03:00','2021-02-19 16:03:00'),(110062,39598,'action complete via WP Cron','2021-02-20 00:03:00','2021-02-19 16:03:00'),(110063,39599,'action created','2021-02-20 00:03:00','2021-02-19 16:03:00'),(110064,39599,'action started via WP Cron','2021-02-20 00:03:54','2021-02-19 16:03:54'),(110065,39599,'action complete via WP Cron','2021-02-20 00:03:54','2021-02-19 16:03:54'),(110066,39600,'action created','2021-02-20 00:03:54','2021-02-19 16:03:54'),(110067,39600,'action started via WP Cron','2021-02-20 00:04:54','2021-02-19 16:04:54'),(110068,39600,'action complete via WP Cron','2021-02-20 00:04:54','2021-02-19 16:04:54'),(110069,39601,'action created','2021-02-20 00:04:54','2021-02-19 16:04:54'),(110070,39601,'action started via WP Cron','2021-02-20 00:16:52','2021-02-19 16:16:52'),(110071,39601,'action complete via WP Cron','2021-02-20 00:16:52','2021-02-19 16:16:52'),(110072,39602,'action created','2021-02-20 00:16:52','2021-02-19 16:16:52'),(110073,39602,'action started via WP Cron','2021-02-20 00:21:39','2021-02-19 16:21:39'),(110074,39602,'action complete via WP Cron','2021-02-20 00:21:39','2021-02-19 16:21:39'),(110075,39603,'action created','2021-02-20 00:21:39','2021-02-19 16:21:39'),(110076,39603,'action started via WP Cron','2021-02-20 00:22:40','2021-02-19 16:22:40'),(110077,39603,'action complete via WP Cron','2021-02-20 00:22:40','2021-02-19 16:22:40'),(110078,39604,'action created','2021-02-20 00:22:40','2021-02-19 16:22:40'),(110079,39604,'action started via WP Cron','2021-02-20 00:23:41','2021-02-19 16:23:41'),(110080,39604,'action complete via WP Cron','2021-02-20 00:23:41','2021-02-19 16:23:41'),(110081,39605,'action created','2021-02-20 00:23:41','2021-02-19 16:23:41'),(110082,39605,'action started via WP Cron','2021-02-20 00:25:22','2021-02-19 16:25:22'),(110083,39605,'action complete via WP Cron','2021-02-20 00:25:22','2021-02-19 16:25:22'),(110084,39606,'action created','2021-02-20 00:25:22','2021-02-19 16:25:22'),(110085,39606,'action started via WP Cron','2021-02-20 00:25:43','2021-02-19 16:25:43'),(110086,39606,'action complete via WP Cron','2021-02-20 00:25:43','2021-02-19 16:25:43'),(110087,39607,'action created','2021-02-20 00:25:43','2021-02-19 16:25:43'),(110088,39607,'action started via WP Cron','2021-02-20 00:26:44','2021-02-19 16:26:44'),(110089,39607,'action complete via WP Cron','2021-02-20 00:26:44','2021-02-19 16:26:44'),(110090,39608,'action created','2021-02-20 00:26:44','2021-02-19 16:26:44'),(110091,39608,'action started via WP Cron','2021-02-20 00:29:59','2021-02-19 16:29:59'),(110092,39608,'action complete via WP Cron','2021-02-20 00:29:59','2021-02-19 16:29:59'),(110093,39609,'action created','2021-02-20 00:29:59','2021-02-19 16:29:59'),(110094,39609,'action started via WP Cron','2021-02-20 00:31:06','2021-02-19 16:31:06'),(110095,39609,'action complete via WP Cron','2021-02-20 00:31:06','2021-02-19 16:31:06'),(110096,39610,'action created','2021-02-20 00:31:06','2021-02-19 16:31:06'),(110097,39610,'action started via WP Cron','2021-02-20 00:32:07','2021-02-19 16:32:07'),(110098,39610,'action complete via WP Cron','2021-02-20 00:32:07','2021-02-19 16:32:07'),(110099,39611,'action created','2021-02-20 00:32:07','2021-02-19 16:32:07'),(110100,39611,'action started via WP Cron','2021-02-20 00:37:19','2021-02-19 16:37:19'),(110101,39611,'action complete via WP Cron','2021-02-20 00:37:19','2021-02-19 16:37:19'),(110102,39612,'action created','2021-02-20 00:37:19','2021-02-19 16:37:19'),(110103,39612,'action started via WP Cron','2021-02-20 00:38:20','2021-02-19 16:38:20'),(110104,39612,'action complete via WP Cron','2021-02-20 00:38:20','2021-02-19 16:38:20'),(110105,39613,'action created','2021-02-20 00:38:20','2021-02-19 16:38:20'),(110106,39613,'action started via WP Cron','2021-02-20 00:38:51','2021-02-19 16:38:51'),(110107,39613,'action complete via WP Cron','2021-02-20 00:38:51','2021-02-19 16:38:51'),(110108,39614,'action created','2021-02-20 00:38:51','2021-02-19 16:38:51'),(110109,39614,'action started via WP Cron','2021-02-20 00:39:52','2021-02-19 16:39:52'),(110110,39614,'action complete via WP Cron','2021-02-20 00:39:52','2021-02-19 16:39:52'),(110111,39615,'action created','2021-02-20 00:39:52','2021-02-19 16:39:52'),(110112,39615,'action started via WP Cron','2021-02-20 00:40:53','2021-02-19 16:40:53'),(110113,39615,'action complete via WP Cron','2021-02-20 00:40:53','2021-02-19 16:40:53'),(110114,39616,'action created','2021-02-20 00:40:53','2021-02-19 16:40:53'),(110115,39616,'action started via WP Cron','2021-02-20 00:41:54','2021-02-19 16:41:54'),(110116,39616,'action complete via WP Cron','2021-02-20 00:41:54','2021-02-19 16:41:54'),(110117,39617,'action created','2021-02-20 00:41:54','2021-02-19 16:41:54'),(110118,39617,'action started via WP Cron','2021-02-20 00:47:44','2021-02-19 16:47:44'),(110119,39617,'action complete via WP Cron','2021-02-20 00:47:44','2021-02-19 16:47:44'),(110120,39618,'action created','2021-02-20 00:47:44','2021-02-19 16:47:44'),(110121,39618,'action started via WP Cron','2021-02-20 00:48:46','2021-02-19 16:48:46'),(110122,39618,'action complete via WP Cron','2021-02-20 00:48:46','2021-02-19 16:48:46'),(110123,39619,'action created','2021-02-20 00:48:46','2021-02-19 16:48:46'),(110124,39619,'action started via WP Cron','2021-02-20 00:49:46','2021-02-19 16:49:46'),(110125,39619,'action complete via WP Cron','2021-02-20 00:49:46','2021-02-19 16:49:46'),(110126,39620,'action created','2021-02-20 00:49:46','2021-02-19 16:49:46'),(110127,39620,'action started via WP Cron','2021-02-20 00:50:47','2021-02-19 16:50:47'),(110128,39620,'action complete via WP Cron','2021-02-20 00:50:47','2021-02-19 16:50:47'),(110129,39621,'action created','2021-02-20 00:50:47','2021-02-19 16:50:47'),(110130,39621,'action started via WP Cron','2021-02-20 00:51:48','2021-02-19 16:51:48'),(110131,39621,'action complete via WP Cron','2021-02-20 00:51:48','2021-02-19 16:51:48'),(110132,39622,'action created','2021-02-20 00:51:48','2021-02-19 16:51:48'),(110133,39622,'action started via WP Cron','2021-02-20 00:59:06','2021-02-19 16:59:06'),(110134,39622,'action complete via WP Cron','2021-02-20 00:59:06','2021-02-19 16:59:06'),(110135,39623,'action created','2021-02-20 00:59:06','2021-02-19 16:59:06'),(110136,39623,'action started via WP Cron','2021-02-20 01:01:52','2021-02-19 17:01:52'),(110137,39623,'action complete via WP Cron','2021-02-20 01:01:52','2021-02-19 17:01:52'),(110138,39624,'action created','2021-02-20 01:01:53','2021-02-19 17:01:53'),(110139,39624,'action started via WP Cron','2021-02-20 01:06:32','2021-02-19 17:06:32'),(110140,39624,'action complete via WP Cron','2021-02-20 01:06:32','2021-02-19 17:06:32'),(110141,39625,'action created','2021-02-20 01:06:33','2021-02-19 17:06:33'),(110142,39625,'action started via WP Cron','2021-02-20 01:15:33','2021-02-19 17:15:33'),(110143,39625,'action complete via WP Cron','2021-02-20 01:15:33','2021-02-19 17:15:33'),(110144,39626,'action created','2021-02-20 01:15:33','2021-02-19 17:15:33'),(110145,39626,'action started via WP Cron','2021-02-20 01:15:44','2021-02-19 17:15:44'),(110146,39626,'action complete via WP Cron','2021-02-20 01:15:44','2021-02-19 17:15:44'),(110147,39627,'action created','2021-02-20 01:15:44','2021-02-19 17:15:44'),(110148,39627,'action started via WP Cron','2021-02-20 01:23:49','2021-02-19 17:23:49'),(110149,39627,'action complete via WP Cron','2021-02-20 01:23:49','2021-02-19 17:23:49'),(110150,39628,'action created','2021-02-20 01:23:50','2021-02-19 17:23:50'),(110151,39628,'action started via WP Cron','2021-02-20 01:25:21','2021-02-19 17:25:21'),(110152,39628,'action complete via WP Cron','2021-02-20 01:25:21','2021-02-19 17:25:21'),(110153,39629,'action created','2021-02-20 01:25:21','2021-02-19 17:25:21'),(110154,39629,'action started via WP Cron','2021-02-20 01:27:44','2021-02-19 17:27:44'),(110155,39629,'action complete via WP Cron','2021-02-20 01:27:44','2021-02-19 17:27:44'),(110156,39630,'action created','2021-02-20 01:27:44','2021-02-19 17:27:44'),(110157,39630,'action started via WP Cron','2021-02-20 01:28:45','2021-02-19 17:28:45'),(110158,39630,'action complete via WP Cron','2021-02-20 01:28:45','2021-02-19 17:28:45'),(110159,39631,'action created','2021-02-20 01:28:45','2021-02-19 17:28:45'),(110160,39631,'action started via WP Cron','2021-02-20 01:29:46','2021-02-19 17:29:46'),(110161,39631,'action complete via WP Cron','2021-02-20 01:29:46','2021-02-19 17:29:46'),(110162,39632,'action created','2021-02-20 01:29:46','2021-02-19 17:29:46'),(110163,39632,'action started via WP Cron','2021-02-20 01:31:27','2021-02-19 17:31:27'),(110164,39632,'action complete via WP Cron','2021-02-20 01:31:27','2021-02-19 17:31:27'),(110165,39633,'action created','2021-02-20 01:31:27','2021-02-19 17:31:27'),(110166,39633,'action started via WP Cron','2021-02-20 01:31:49','2021-02-19 17:31:49'),(110167,39633,'action complete via WP Cron','2021-02-20 01:31:49','2021-02-19 17:31:49'),(110168,39634,'action created','2021-02-20 01:31:49','2021-02-19 17:31:49'),(110169,39634,'action started via WP Cron','2021-02-20 01:32:49','2021-02-19 17:32:49'),(110170,39634,'action complete via WP Cron','2021-02-20 01:32:49','2021-02-19 17:32:49'),(110171,39635,'action created','2021-02-20 01:32:50','2021-02-19 17:32:50'),(110172,39635,'action started via WP Cron','2021-02-20 01:34:08','2021-02-19 17:34:08'),(110173,39635,'action complete via WP Cron','2021-02-20 01:34:08','2021-02-19 17:34:08'),(110174,39636,'action created','2021-02-20 01:34:09','2021-02-19 17:34:09'),(110175,39636,'action started via WP Cron','2021-02-20 01:42:26','2021-02-19 17:42:26'),(110176,39636,'action complete via WP Cron','2021-02-20 01:42:26','2021-02-19 17:42:26'),(110177,39637,'action created','2021-02-20 01:42:26','2021-02-19 17:42:26'),(110178,39637,'action started via WP Cron','2021-02-20 01:43:24','2021-02-19 17:43:24'),(110179,39637,'action complete via WP Cron','2021-02-20 01:43:24','2021-02-19 17:43:24'),(110180,39638,'action created','2021-02-20 01:43:24','2021-02-19 17:43:24'),(110181,39638,'action started via WP Cron','2021-02-20 01:44:25','2021-02-19 17:44:25'),(110182,39638,'action complete via WP Cron','2021-02-20 01:44:25','2021-02-19 17:44:25'),(110183,39639,'action created','2021-02-20 01:44:25','2021-02-19 17:44:25'),(110184,39639,'action started via WP Cron','2021-02-20 01:46:27','2021-02-19 17:46:27'),(110185,39639,'action complete via WP Cron','2021-02-20 01:46:27','2021-02-19 17:46:27'),(110186,39640,'action created','2021-02-20 01:46:27','2021-02-19 17:46:27'),(110187,39640,'action started via WP Cron','2021-02-20 01:47:01','2021-02-19 17:47:01'),(110188,39640,'action complete via WP Cron','2021-02-20 01:47:01','2021-02-19 17:47:01'),(110189,39641,'action created','2021-02-20 01:47:01','2021-02-19 17:47:01'),(110190,39641,'action started via WP Cron','2021-02-20 01:48:29','2021-02-19 17:48:29'),(110191,39641,'action complete via WP Cron','2021-02-20 01:48:29','2021-02-19 17:48:29'),(110192,39642,'action created','2021-02-20 01:48:29','2021-02-19 17:48:29'),(110193,39642,'action started via WP Cron','2021-02-20 01:50:04','2021-02-19 17:50:04'),(110194,39642,'action complete via WP Cron','2021-02-20 01:50:04','2021-02-19 17:50:04'),(110195,39643,'action created','2021-02-20 01:50:04','2021-02-19 17:50:04'),(110196,39643,'action started via WP Cron','2021-02-20 01:56:39','2021-02-19 17:56:39'),(110197,39643,'action complete via WP Cron','2021-02-20 01:56:39','2021-02-19 17:56:39'),(110198,39644,'action created','2021-02-20 01:56:39','2021-02-19 17:56:39'),(110199,39644,'action started via WP Cron','2021-02-20 02:00:32','2021-02-19 18:00:32'),(110200,39644,'action complete via WP Cron','2021-02-20 02:00:32','2021-02-19 18:00:32'),(110201,39645,'action created','2021-02-20 02:00:32','2021-02-19 18:00:32'),(110202,39645,'action started via WP Cron','2021-02-20 02:06:28','2021-02-19 18:06:28'),(110203,39645,'action complete via WP Cron','2021-02-20 02:06:28','2021-02-19 18:06:28'),(110204,39646,'action created','2021-02-20 02:06:28','2021-02-19 18:06:28'),(110205,39646,'action started via WP Cron','2021-02-20 02:31:22','2021-02-19 18:31:22'),(110206,39646,'action complete via WP Cron','2021-02-20 02:31:22','2021-02-19 18:31:22'),(110207,39647,'action created','2021-02-20 02:31:22','2021-02-19 18:31:22'),(110208,39647,'action started via WP Cron','2021-02-20 02:33:18','2021-02-19 18:33:18'),(110209,39647,'action complete via WP Cron','2021-02-20 02:33:18','2021-02-19 18:33:18'),(110210,39648,'action created','2021-02-20 02:33:18','2021-02-19 18:33:18'),(110211,39648,'action started via WP Cron','2021-02-20 02:33:50','2021-02-19 18:33:50'),(110212,39648,'action complete via WP Cron','2021-02-20 02:33:50','2021-02-19 18:33:50'),(110213,39649,'action created','2021-02-20 02:33:50','2021-02-19 18:33:50'),(110214,39649,'action started via WP Cron','2021-02-20 02:34:51','2021-02-19 18:34:51'),(110215,39649,'action complete via WP Cron','2021-02-20 02:34:51','2021-02-19 18:34:51'),(110216,39650,'action created','2021-02-20 02:34:51','2021-02-19 18:34:51'),(110217,39650,'action started via WP Cron','2021-02-20 02:35:51','2021-02-19 18:35:51'),(110218,39650,'action complete via WP Cron','2021-02-20 02:35:51','2021-02-19 18:35:51'),(110219,39651,'action created','2021-02-20 02:35:51','2021-02-19 18:35:51'),(110220,39651,'action started via WP Cron','2021-02-20 02:36:52','2021-02-19 18:36:52'),(110221,39651,'action complete via WP Cron','2021-02-20 02:36:52','2021-02-19 18:36:52'),(110222,39652,'action created','2021-02-20 02:36:52','2021-02-19 18:36:52'),(110223,39652,'action started via WP Cron','2021-02-20 02:37:53','2021-02-19 18:37:53'),(110224,39652,'action complete via WP Cron','2021-02-20 02:37:53','2021-02-19 18:37:53'),(110225,39653,'action created','2021-02-20 02:37:54','2021-02-19 18:37:54'),(110226,39653,'action started via WP Cron','2021-02-20 02:39:42','2021-02-19 18:39:42'),(110227,39653,'action complete via WP Cron','2021-02-20 02:39:42','2021-02-19 18:39:42'),(110228,39654,'action created','2021-02-20 02:39:42','2021-02-19 18:39:42'),(110229,39654,'action started via WP Cron','2021-02-20 02:40:49','2021-02-19 18:40:49'),(110230,39654,'action complete via WP Cron','2021-02-20 02:40:49','2021-02-19 18:40:49'),(110231,39655,'action created','2021-02-20 02:40:49','2021-02-19 18:40:49'),(110232,39655,'action started via WP Cron','2021-02-20 02:41:50','2021-02-19 18:41:50'),(110233,39655,'action complete via WP Cron','2021-02-20 02:41:50','2021-02-19 18:41:50'),(110234,39656,'action created','2021-02-20 02:41:50','2021-02-19 18:41:50'),(110235,39656,'action started via WP Cron','2021-02-20 02:47:29','2021-02-19 18:47:29'),(110236,39656,'action complete via WP Cron','2021-02-20 02:47:29','2021-02-19 18:47:29'),(110237,39657,'action created','2021-02-20 02:47:29','2021-02-19 18:47:29'),(110238,39657,'action started via WP Cron','2021-02-20 02:49:28','2021-02-19 18:49:28'),(110239,39657,'action complete via WP Cron','2021-02-20 02:49:28','2021-02-19 18:49:28'),(110240,39658,'action created','2021-02-20 02:49:29','2021-02-19 18:49:29'),(110241,39658,'action started via WP Cron','2021-02-20 02:50:29','2021-02-19 18:50:29'),(110242,39658,'action complete via WP Cron','2021-02-20 02:50:29','2021-02-19 18:50:29'),(110243,39659,'action created','2021-02-20 02:50:29','2021-02-19 18:50:29'),(110244,39659,'action started via WP Cron','2021-02-20 02:51:30','2021-02-19 18:51:30'),(110245,39659,'action complete via WP Cron','2021-02-20 02:51:30','2021-02-19 18:51:30'),(110246,39660,'action created','2021-02-20 02:51:30','2021-02-19 18:51:30'),(110247,39660,'action started via WP Cron','2021-02-20 02:53:33','2021-02-19 18:53:33'),(110248,39660,'action complete via WP Cron','2021-02-20 02:53:33','2021-02-19 18:53:33'),(110249,39661,'action created','2021-02-20 02:53:33','2021-02-19 18:53:33'),(110250,39661,'action started via WP Cron','2021-02-20 02:54:34','2021-02-19 18:54:34'),(110251,39661,'action complete via WP Cron','2021-02-20 02:54:34','2021-02-19 18:54:34'),(110252,39662,'action created','2021-02-20 02:54:34','2021-02-19 18:54:34'),(110253,39662,'action started via WP Cron','2021-02-20 02:56:20','2021-02-19 18:56:20'),(110254,39662,'action complete via WP Cron','2021-02-20 02:56:20','2021-02-19 18:56:20'),(110255,39663,'action created','2021-02-20 02:56:20','2021-02-19 18:56:20'),(110256,39663,'action started via WP Cron','2021-02-20 02:57:15','2021-02-19 18:57:15'),(110257,39663,'action complete via WP Cron','2021-02-20 02:57:15','2021-02-19 18:57:15'),(110258,39664,'action created','2021-02-20 02:57:15','2021-02-19 18:57:15'),(110259,39664,'action started via WP Cron','2021-02-20 03:02:54','2021-02-19 19:02:54'),(110260,39664,'action complete via WP Cron','2021-02-20 03:02:54','2021-02-19 19:02:54'),(110261,39665,'action created','2021-02-20 03:02:54','2021-02-19 19:02:54'),(110262,39665,'action started via WP Cron','2021-02-20 03:11:09','2021-02-19 19:11:09'),(110263,39665,'action complete via WP Cron','2021-02-20 03:11:09','2021-02-19 19:11:09'),(110264,39666,'action created','2021-02-20 03:11:09','2021-02-19 19:11:09'),(110265,39666,'action started via WP Cron','2021-02-20 03:23:11','2021-02-19 19:23:11'),(110266,39666,'action complete via WP Cron','2021-02-20 03:23:11','2021-02-19 19:23:11'),(110267,39667,'action created','2021-02-20 03:23:11','2021-02-19 19:23:11'),(110268,39667,'action started via WP Cron','2021-02-20 03:25:52','2021-02-19 19:25:52'),(110269,39667,'action complete via WP Cron','2021-02-20 03:25:52','2021-02-19 19:25:52'),(110270,39668,'action created','2021-02-20 03:25:52','2021-02-19 19:25:52'),(110271,39668,'action started via WP Cron','2021-02-20 03:31:25','2021-02-19 19:31:25'),(110272,39668,'action complete via WP Cron','2021-02-20 03:31:25','2021-02-19 19:31:25'),(110273,39669,'action created','2021-02-20 03:31:26','2021-02-19 19:31:26'),(110274,39669,'action started via WP Cron','2021-02-20 03:35:55','2021-02-19 19:35:55'),(110275,39669,'action complete via WP Cron','2021-02-20 03:35:55','2021-02-19 19:35:55'),(110276,39670,'action created','2021-02-20 03:35:56','2021-02-19 19:35:56'),(110277,39670,'action started via WP Cron','2021-02-20 03:39:11','2021-02-19 19:39:11'),(110278,39670,'action complete via WP Cron','2021-02-20 03:39:11','2021-02-19 19:39:11'),(110279,39671,'action created','2021-02-20 03:39:11','2021-02-19 19:39:11'),(110280,39671,'action started via WP Cron','2021-02-20 03:40:12','2021-02-19 19:40:12'),(110281,39671,'action complete via WP Cron','2021-02-20 03:40:12','2021-02-19 19:40:12'),(110282,39672,'action created','2021-02-20 03:40:13','2021-02-19 19:40:13'),(110283,39672,'action started via WP Cron','2021-02-20 03:41:13','2021-02-19 19:41:13'),(110284,39672,'action complete via WP Cron','2021-02-20 03:41:13','2021-02-19 19:41:13'),(110285,39673,'action created','2021-02-20 03:41:13','2021-02-19 19:41:13'),(110286,39673,'action started via WP Cron','2021-02-20 03:42:50','2021-02-19 19:42:50'),(110287,39673,'action complete via WP Cron','2021-02-20 03:42:50','2021-02-19 19:42:50'),(110288,39674,'action created','2021-02-20 03:42:50','2021-02-19 19:42:50'),(110289,39674,'action started via WP Cron','2021-02-20 03:43:51','2021-02-19 19:43:51'),(110290,39674,'action complete via WP Cron','2021-02-20 03:43:51','2021-02-19 19:43:51'),(110291,39675,'action created','2021-02-20 03:43:51','2021-02-19 19:43:51'),(110292,39675,'action started via WP Cron','2021-02-20 03:47:34','2021-02-19 19:47:34'),(110293,39675,'action complete via WP Cron','2021-02-20 03:47:34','2021-02-19 19:47:34'),(110294,39676,'action created','2021-02-20 03:47:34','2021-02-19 19:47:34'),(110295,39676,'action started via WP Cron','2021-02-20 03:57:52','2021-02-19 19:57:52'),(110296,39676,'action complete via WP Cron','2021-02-20 03:57:52','2021-02-19 19:57:52'),(110297,39677,'action created','2021-02-20 03:57:52','2021-02-19 19:57:52'),(110298,39677,'action started via WP Cron','2021-02-20 04:03:05','2021-02-19 20:03:05'),(110299,39677,'action complete via WP Cron','2021-02-20 04:03:05','2021-02-19 20:03:05'),(110300,39678,'action created','2021-02-20 04:03:05','2021-02-19 20:03:05'),(110301,39678,'action started via WP Cron','2021-02-20 04:04:57','2021-02-19 20:04:57'),(110302,39678,'action complete via WP Cron','2021-02-20 04:04:57','2021-02-19 20:04:57'),(110303,39679,'action created','2021-02-20 04:07:39','2021-02-19 20:07:39'),(110304,39679,'action started via WP Cron','2021-02-20 04:15:37','2021-02-19 20:15:37'),(110305,39679,'action complete via WP Cron','2021-02-20 04:15:37','2021-02-19 20:15:37'),(110306,39680,'action created','2021-02-20 04:15:37','2021-02-19 20:15:37'),(110307,39680,'action started via WP Cron','2021-02-20 04:22:58','2021-02-19 20:22:58'),(110308,39680,'action complete via WP Cron','2021-02-20 04:22:58','2021-02-19 20:22:58'),(110309,39681,'action created','2021-02-20 04:22:58','2021-02-19 20:22:58'),(110310,39681,'action started via WP Cron','2021-02-20 04:24:00','2021-02-19 20:24:00'),(110311,39681,'action complete via WP Cron','2021-02-20 04:24:00','2021-02-19 20:24:00'),(110312,39682,'action created','2021-02-20 04:24:00','2021-02-19 20:24:00'),(110313,39682,'action started via WP Cron','2021-02-20 04:26:32','2021-02-19 20:26:32'),(110314,39682,'action complete via WP Cron','2021-02-20 04:26:32','2021-02-19 20:26:32'),(110315,39683,'action created','2021-02-20 04:26:32','2021-02-19 20:26:32'),(110316,39683,'action started via WP Cron','2021-02-20 04:35:23','2021-02-19 20:35:23'),(110317,39683,'action complete via WP Cron','2021-02-20 04:35:23','2021-02-19 20:35:23'),(110318,39684,'action created','2021-02-20 04:35:23','2021-02-19 20:35:23'),(110319,39684,'action started via WP Cron','2021-02-20 04:35:59','2021-02-19 20:35:59'),(110320,39684,'action complete via WP Cron','2021-02-20 04:35:59','2021-02-19 20:35:59'),(110321,39685,'action created','2021-02-20 04:35:59','2021-02-19 20:35:59'),(110322,39685,'action started via WP Cron','2021-02-20 04:37:41','2021-02-19 20:37:41'),(110323,39685,'action complete via WP Cron','2021-02-20 04:37:41','2021-02-19 20:37:41'),(110324,39686,'action created','2021-02-20 04:37:41','2021-02-19 20:37:41'),(110325,39686,'action started via WP Cron','2021-02-20 04:38:51','2021-02-19 20:38:51'),(110326,39686,'action complete via WP Cron','2021-02-20 04:38:51','2021-02-19 20:38:51'),(110327,39687,'action created','2021-02-20 04:38:51','2021-02-19 20:38:51'),(110328,39687,'action started via WP Cron','2021-02-20 04:40:52','2021-02-19 20:40:52'),(110329,39687,'action complete via WP Cron','2021-02-20 04:40:52','2021-02-19 20:40:52'),(110330,39688,'action created','2021-02-20 04:40:52','2021-02-19 20:40:52'),(110331,39688,'action started via WP Cron','2021-02-20 04:41:42','2021-02-19 20:41:42'),(110332,39688,'action complete via WP Cron','2021-02-20 04:41:42','2021-02-19 20:41:42'),(110333,39689,'action created','2021-02-20 04:41:52','2021-02-19 20:41:52'),(110334,39689,'action started via WP Cron','2021-02-20 04:42:54','2021-02-19 20:42:54'),(110335,39689,'action complete via WP Cron','2021-02-20 04:42:54','2021-02-19 20:42:54'),(110336,39690,'action created','2021-02-20 04:42:54','2021-02-19 20:42:54'),(110337,39690,'action started via WP Cron','2021-02-20 04:44:51','2021-02-19 20:44:51'),(110338,39690,'action complete via WP Cron','2021-02-20 04:44:51','2021-02-19 20:44:51'),(110339,39691,'action created','2021-02-20 04:44:51','2021-02-19 20:44:51'),(110340,39691,'action started via WP Cron','2021-02-20 04:45:52','2021-02-19 20:45:52'),(110341,39691,'action complete via WP Cron','2021-02-20 04:45:52','2021-02-19 20:45:52'),(110342,39692,'action created','2021-02-20 04:45:52','2021-02-19 20:45:52'),(110343,39692,'action started via WP Cron','2021-02-20 04:46:53','2021-02-19 20:46:53'),(110344,39692,'action complete via WP Cron','2021-02-20 04:46:53','2021-02-19 20:46:53'),(110345,39693,'action created','2021-02-20 04:46:53','2021-02-19 20:46:53'),(110346,39693,'action started via WP Cron','2021-02-20 04:55:58','2021-02-19 20:55:58'),(110347,39693,'action complete via WP Cron','2021-02-20 04:55:58','2021-02-19 20:55:58'),(110348,39694,'action created','2021-02-20 04:55:58','2021-02-19 20:55:58'),(110349,39694,'action started via WP Cron','2021-02-20 04:57:19','2021-02-19 20:57:19'),(110350,39694,'action complete via WP Cron','2021-02-20 04:57:19','2021-02-19 20:57:19'),(110351,39695,'action created','2021-02-20 04:57:19','2021-02-19 20:57:19'),(110352,39062,'action started via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110353,39062,'action complete via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110354,39696,'action created','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110355,39061,'action started via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110356,39061,'action complete via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110357,39697,'action created','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110358,39695,'action started via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110359,39695,'action complete via WP Cron','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110360,39698,'action created','2021-02-20 04:59:04','2021-02-19 20:59:04'),(110361,39698,'action started via WP Cron','2021-02-20 05:09:51','2021-02-19 21:09:51'),(110362,39698,'action complete via WP Cron','2021-02-20 05:09:51','2021-02-19 21:09:51'),(110363,39699,'action created','2021-02-20 05:09:51','2021-02-19 21:09:51'),(110364,39699,'action started via WP Cron','2021-02-20 05:11:42','2021-02-19 21:11:42'),(110365,39699,'action complete via WP Cron','2021-02-20 05:11:42','2021-02-19 21:11:42'),(110366,39700,'action created','2021-02-20 05:11:42','2021-02-19 21:11:42'),(110367,39700,'action started via WP Cron','2021-02-20 05:12:41','2021-02-19 21:12:41'),(110368,39700,'action complete via WP Cron','2021-02-20 05:12:41','2021-02-19 21:12:41'),(110369,39701,'action created','2021-02-20 05:12:41','2021-02-19 21:12:41'),(110370,39701,'action started via WP Cron','2021-02-20 05:13:42','2021-02-19 21:13:42'),(110371,39701,'action complete via WP Cron','2021-02-20 05:13:42','2021-02-19 21:13:42'),(110372,39702,'action created','2021-02-20 05:13:42','2021-02-19 21:13:42'),(110373,39702,'action started via WP Cron','2021-02-20 05:15:41','2021-02-19 21:15:41'),(110374,39702,'action complete via WP Cron','2021-02-20 05:15:41','2021-02-19 21:15:41'),(110375,39703,'action created','2021-02-20 05:15:41','2021-02-19 21:15:41'),(110376,39703,'action started via WP Cron','2021-02-20 05:17:01','2021-02-19 21:17:01'),(110377,39703,'action complete via WP Cron','2021-02-20 05:17:01','2021-02-19 21:17:01'),(110378,39704,'action created','2021-02-20 05:17:01','2021-02-19 21:17:01'),(110379,39704,'action started via WP Cron','2021-02-20 05:19:43','2021-02-19 21:19:43'),(110380,39704,'action complete via WP Cron','2021-02-20 05:19:43','2021-02-19 21:19:43'),(110381,39705,'action created','2021-02-20 05:19:43','2021-02-19 21:19:43'),(110382,39705,'action started via WP Cron','2021-02-20 05:21:28','2021-02-19 21:21:28'),(110383,39705,'action complete via WP Cron','2021-02-20 05:21:28','2021-02-19 21:21:28'),(110384,39706,'action created','2021-02-20 05:21:28','2021-02-19 21:21:28'),(110385,39706,'action started via WP Cron','2021-02-20 05:22:28','2021-02-19 21:22:28'),(110386,39706,'action complete via WP Cron','2021-02-20 05:22:28','2021-02-19 21:22:28'),(110387,39707,'action created','2021-02-20 05:22:28','2021-02-19 21:22:28'),(110388,39707,'action started via WP Cron','2021-02-20 05:22:52','2021-02-19 21:22:52'),(110389,39707,'action complete via WP Cron','2021-02-20 05:22:52','2021-02-19 21:22:52'),(110390,39708,'action created','2021-02-20 05:22:52','2021-02-19 21:22:52'),(110391,39708,'action started via WP Cron','2021-02-20 05:23:41','2021-02-19 21:23:41'),(110392,39708,'action complete via WP Cron','2021-02-20 05:23:41','2021-02-19 21:23:41'),(110393,39709,'action created','2021-02-20 05:23:41','2021-02-19 21:23:41'),(110394,39709,'action started via WP Cron','2021-02-20 05:24:49','2021-02-19 21:24:49'),(110395,39709,'action complete via WP Cron','2021-02-20 05:24:49','2021-02-19 21:24:49'),(110396,39710,'action created','2021-02-20 05:24:49','2021-02-19 21:24:49'),(110397,39710,'action started via WP Cron','2021-02-20 05:26:04','2021-02-19 21:26:04'),(110398,39710,'action complete via WP Cron','2021-02-20 05:26:04','2021-02-19 21:26:04'),(110399,39711,'action created','2021-02-20 05:26:04','2021-02-19 21:26:04'),(110400,39711,'action started via WP Cron','2021-02-20 05:26:50','2021-02-19 21:26:50'),(110401,39711,'action complete via WP Cron','2021-02-20 05:26:50','2021-02-19 21:26:50'),(110402,39712,'action created','2021-02-20 05:26:50','2021-02-19 21:26:50'),(110403,39712,'action started via WP Cron','2021-02-20 05:27:48','2021-02-19 21:27:48'),(110404,39712,'action complete via WP Cron','2021-02-20 05:27:48','2021-02-19 21:27:48'),(110405,39713,'action created','2021-02-20 05:27:48','2021-02-19 21:27:48'),(110406,39713,'action started via WP Cron','2021-02-20 05:29:01','2021-02-19 21:29:01'),(110407,39713,'action complete via WP Cron','2021-02-20 05:29:01','2021-02-19 21:29:01'),(110408,39714,'action created','2021-02-20 05:29:01','2021-02-19 21:29:01'),(110409,39714,'action started via WP Cron','2021-02-20 05:29:57','2021-02-19 21:29:57'),(110410,39714,'action complete via WP Cron','2021-02-20 05:29:57','2021-02-19 21:29:57'),(110411,39715,'action created','2021-02-20 05:29:57','2021-02-19 21:29:57'),(110412,39715,'action started via WP Cron','2021-02-20 05:30:51','2021-02-19 21:30:51'),(110413,39715,'action complete via WP Cron','2021-02-20 05:30:51','2021-02-19 21:30:51'),(110414,39716,'action created','2021-02-20 05:30:51','2021-02-19 21:30:51'),(110415,39716,'action started via WP Cron','2021-02-20 05:32:01','2021-02-19 21:32:01'),(110416,39716,'action complete via WP Cron','2021-02-20 05:32:01','2021-02-19 21:32:01'),(110417,39717,'action created','2021-02-20 05:32:01','2021-02-19 21:32:01'),(110418,39717,'action started via WP Cron','2021-02-20 05:32:57','2021-02-19 21:32:57'),(110419,39717,'action complete via WP Cron','2021-02-20 05:32:57','2021-02-19 21:32:57'),(110420,39718,'action created','2021-02-20 05:32:58','2021-02-19 21:32:58'),(110421,39718,'action started via WP Cron','2021-02-20 05:33:57','2021-02-19 21:33:57'),(110422,39718,'action complete via WP Cron','2021-02-20 05:33:57','2021-02-19 21:33:57'),(110423,39719,'action created','2021-02-20 05:33:57','2021-02-19 21:33:57'),(110424,39719,'action started via WP Cron','2021-02-20 05:34:56','2021-02-19 21:34:56'),(110425,39719,'action complete via WP Cron','2021-02-20 05:34:56','2021-02-19 21:34:56'),(110426,39720,'action created','2021-02-20 05:34:56','2021-02-19 21:34:56'),(110427,39720,'action started via WP Cron','2021-02-20 05:35:55','2021-02-19 21:35:55'),(110428,39720,'action complete via WP Cron','2021-02-20 05:35:55','2021-02-19 21:35:55'),(110429,39721,'action created','2021-02-20 05:35:55','2021-02-19 21:35:55'),(110430,39721,'action started via WP Cron','2021-02-20 05:36:42','2021-02-19 21:36:42'),(110431,39721,'action complete via WP Cron','2021-02-20 05:36:42','2021-02-19 21:36:42'),(110432,39722,'action created','2021-02-20 05:36:42','2021-02-19 21:36:42'),(110433,39722,'action started via WP Cron','2021-02-20 05:37:49','2021-02-19 21:37:49'),(110434,39722,'action complete via WP Cron','2021-02-20 05:37:49','2021-02-19 21:37:49'),(110435,39723,'action created','2021-02-20 05:37:49','2021-02-19 21:37:49'),(110436,39723,'action started via WP Cron','2021-02-20 05:38:53','2021-02-19 21:38:53'),(110437,39723,'action complete via WP Cron','2021-02-20 05:38:53','2021-02-19 21:38:53'),(110438,39724,'action created','2021-02-20 05:38:53','2021-02-19 21:38:53'),(110439,39724,'action started via WP Cron','2021-02-20 05:41:54','2021-02-19 21:41:54'),(110440,39724,'action complete via WP Cron','2021-02-20 05:41:54','2021-02-19 21:41:54'),(110441,39725,'action created','2021-02-20 05:41:54','2021-02-19 21:41:54'),(110442,39725,'action started via WP Cron','2021-02-20 05:42:58','2021-02-19 21:42:58'),(110443,39725,'action complete via WP Cron','2021-02-20 05:42:58','2021-02-19 21:42:58'),(110444,39726,'action created','2021-02-20 05:42:58','2021-02-19 21:42:58'),(110445,39726,'action started via WP Cron','2021-02-20 05:43:48','2021-02-19 21:43:48'),(110446,39726,'action complete via WP Cron','2021-02-20 05:43:49','2021-02-19 21:43:49'),(110447,39727,'action created','2021-02-20 05:43:49','2021-02-19 21:43:49'),(110448,39727,'action started via WP Cron','2021-02-20 05:44:48','2021-02-19 21:44:48'),(110449,39727,'action complete via WP Cron','2021-02-20 05:44:48','2021-02-19 21:44:48'),(110450,39728,'action created','2021-02-20 05:44:48','2021-02-19 21:44:48'),(110451,39728,'action started via WP Cron','2021-02-20 05:45:45','2021-02-19 21:45:45'),(110452,39728,'action complete via WP Cron','2021-02-20 05:45:45','2021-02-19 21:45:45'),(110453,39729,'action created','2021-02-20 05:45:45','2021-02-19 21:45:45'),(110454,39729,'action started via WP Cron','2021-02-20 05:46:42','2021-02-19 21:46:42'),(110455,39729,'action complete via WP Cron','2021-02-20 05:46:42','2021-02-19 21:46:42'),(110456,39730,'action created','2021-02-20 05:46:42','2021-02-19 21:46:42'),(110457,39730,'action started via WP Cron','2021-02-20 05:47:47','2021-02-19 21:47:47'),(110458,39730,'action complete via WP Cron','2021-02-20 05:47:47','2021-02-19 21:47:47'),(110459,39731,'action created','2021-02-20 05:47:47','2021-02-19 21:47:47'),(110460,39731,'action started via WP Cron','2021-02-20 05:48:45','2021-02-19 21:48:45'),(110461,39731,'action complete via WP Cron','2021-02-20 05:48:45','2021-02-19 21:48:45'),(110462,39732,'action created','2021-02-20 05:48:45','2021-02-19 21:48:45'),(110463,39732,'action started via WP Cron','2021-02-20 05:49:50','2021-02-19 21:49:50'),(110464,39732,'action complete via WP Cron','2021-02-20 05:49:50','2021-02-19 21:49:50'),(110465,39733,'action created','2021-02-20 05:49:51','2021-02-19 21:49:51'),(110466,39733,'action started via WP Cron','2021-02-20 05:50:41','2021-02-19 21:50:41'),(110467,39733,'action complete via WP Cron','2021-02-20 05:50:41','2021-02-19 21:50:41'),(110468,39734,'action created','2021-02-20 05:50:41','2021-02-19 21:50:41'),(110469,39734,'action started via WP Cron','2021-02-20 05:51:49','2021-02-19 21:51:49'),(110470,39734,'action complete via WP Cron','2021-02-20 05:51:49','2021-02-19 21:51:49'),(110471,39735,'action created','2021-02-20 05:51:49','2021-02-19 21:51:49'),(110472,39735,'action started via WP Cron','2021-02-20 05:52:45','2021-02-19 21:52:45'),(110473,39735,'action complete via WP Cron','2021-02-20 05:52:45','2021-02-19 21:52:45'),(110474,39736,'action created','2021-02-20 05:52:45','2021-02-19 21:52:45'),(110475,39736,'action started via WP Cron','2021-02-20 05:53:50','2021-02-19 21:53:50'),(110476,39736,'action complete via WP Cron','2021-02-20 05:53:50','2021-02-19 21:53:50'),(110477,39737,'action created','2021-02-20 05:53:50','2021-02-19 21:53:50'),(110478,39737,'action started via WP Cron','2021-02-20 05:55:03','2021-02-19 21:55:03'),(110479,39737,'action complete via WP Cron','2021-02-20 05:55:03','2021-02-19 21:55:03'),(110480,39738,'action created','2021-02-20 05:55:03','2021-02-19 21:55:03'),(110481,39738,'action started via WP Cron','2021-02-20 05:55:43','2021-02-19 21:55:43'),(110482,39738,'action complete via WP Cron','2021-02-20 05:55:43','2021-02-19 21:55:43'),(110483,39739,'action created','2021-02-20 05:55:43','2021-02-19 21:55:43'),(110484,39739,'action started via WP Cron','2021-02-20 05:56:54','2021-02-19 21:56:54'),(110485,39739,'action complete via WP Cron','2021-02-20 05:56:54','2021-02-19 21:56:54'),(110486,39740,'action created','2021-02-20 05:56:54','2021-02-19 21:56:54'),(110487,39740,'action started via WP Cron','2021-02-20 05:57:52','2021-02-19 21:57:52'),(110488,39740,'action complete via WP Cron','2021-02-20 05:57:52','2021-02-19 21:57:52'),(110489,39741,'action created','2021-02-20 05:57:52','2021-02-19 21:57:52'),(110490,39741,'action started via WP Cron','2021-02-20 05:58:58','2021-02-19 21:58:58'),(110491,39741,'action complete via WP Cron','2021-02-20 05:58:58','2021-02-19 21:58:58'),(110492,39742,'action created','2021-02-20 05:58:58','2021-02-19 21:58:58'),(110493,39742,'action started via WP Cron','2021-02-20 05:59:41','2021-02-19 21:59:41'),(110494,39742,'action complete via WP Cron','2021-02-20 05:59:41','2021-02-19 21:59:41'),(110495,39743,'action created','2021-02-20 05:59:41','2021-02-19 21:59:41'),(110496,39743,'action started via WP Cron','2021-02-20 06:01:13','2021-02-19 22:01:13'),(110497,39743,'action complete via WP Cron','2021-02-20 06:01:13','2021-02-19 22:01:13'),(110498,39744,'action created','2021-02-20 06:01:13','2021-02-19 22:01:13'),(110499,39744,'action started via WP Cron','2021-02-20 06:02:14','2021-02-19 22:02:14'),(110500,39744,'action complete via WP Cron','2021-02-20 06:02:14','2021-02-19 22:02:14'),(110501,39745,'action created','2021-02-20 06:02:14','2021-02-19 22:02:14'),(110502,39745,'action started via WP Cron','2021-02-20 06:03:15','2021-02-19 22:03:15'),(110503,39745,'action complete via WP Cron','2021-02-20 06:03:15','2021-02-19 22:03:15'),(110504,39746,'action created','2021-02-20 06:03:15','2021-02-19 22:03:15'),(110505,39746,'action started via WP Cron','2021-02-20 06:05:17','2021-02-19 22:05:17'),(110506,39746,'action complete via WP Cron','2021-02-20 06:05:17','2021-02-19 22:05:17'),(110507,39747,'action created','2021-02-20 06:05:17','2021-02-19 22:05:17'),(110508,39747,'action started via WP Cron','2021-02-20 06:06:14','2021-02-19 22:06:14'),(110509,39747,'action complete via WP Cron','2021-02-20 06:06:14','2021-02-19 22:06:14'),(110510,39748,'action created','2021-02-20 06:06:14','2021-02-19 22:06:14'),(110511,39748,'action started via WP Cron','2021-02-20 06:07:15','2021-02-19 22:07:15'),(110512,39748,'action complete via WP Cron','2021-02-20 06:07:15','2021-02-19 22:07:15'),(110513,39749,'action created','2021-02-20 06:07:15','2021-02-19 22:07:15'),(110514,39749,'action started via WP Cron','2021-02-20 06:08:16','2021-02-19 22:08:16'),(110515,39749,'action complete via WP Cron','2021-02-20 06:08:16','2021-02-19 22:08:16'),(110516,39750,'action created','2021-02-20 06:08:16','2021-02-19 22:08:16'),(110517,39750,'action started via WP Cron','2021-02-20 06:23:07','2021-02-19 22:23:07'),(110518,39750,'action complete via WP Cron','2021-02-20 06:23:07','2021-02-19 22:23:07'),(110519,39751,'action created','2021-02-20 06:23:07','2021-02-19 22:23:07'),(110520,39751,'action started via WP Cron','2021-02-20 06:35:07','2021-02-19 22:35:07'),(110521,39751,'action complete via WP Cron','2021-02-20 06:35:07','2021-02-19 22:35:07'),(110522,39752,'action created','2021-02-20 06:35:07','2021-02-19 22:35:07'),(110523,39752,'action started via WP Cron','2021-02-20 06:36:39','2021-02-19 22:36:39'),(110524,39752,'action complete via WP Cron','2021-02-20 06:36:39','2021-02-19 22:36:39'),(110525,39753,'action created','2021-02-20 06:36:39','2021-02-19 22:36:39'),(110526,39753,'action started via WP Cron','2021-02-20 06:38:25','2021-02-19 22:38:25'),(110527,39753,'action complete via WP Cron','2021-02-20 06:38:25','2021-02-19 22:38:25'),(110528,39754,'action created','2021-02-20 06:38:25','2021-02-19 22:38:25'),(110529,39754,'action started via WP Cron','2021-02-20 06:39:55','2021-02-19 22:39:55'),(110530,39754,'action complete via WP Cron','2021-02-20 06:39:55','2021-02-19 22:39:55'),(110531,39755,'action created','2021-02-20 06:39:56','2021-02-19 22:39:56'),(110532,39755,'action started via WP Cron','2021-02-20 06:41:47','2021-02-19 22:41:47'),(110533,39755,'action complete via WP Cron','2021-02-20 06:41:47','2021-02-19 22:41:47'),(110534,39756,'action created','2021-02-20 06:41:48','2021-02-19 22:41:48'),(110535,39756,'action started via WP Cron','2021-02-20 06:42:52','2021-02-19 22:42:52'),(110536,39756,'action complete via WP Cron','2021-02-20 06:42:52','2021-02-19 22:42:52'),(110537,39757,'action created','2021-02-20 06:42:52','2021-02-19 22:42:52'),(110538,39757,'action started via WP Cron','2021-02-20 06:44:54','2021-02-19 22:44:54'),(110539,39757,'action complete via WP Cron','2021-02-20 06:44:54','2021-02-19 22:44:54'),(110540,39758,'action created','2021-02-20 06:44:54','2021-02-19 22:44:54'),(110541,39758,'action started via WP Cron','2021-02-20 06:45:54','2021-02-19 22:45:54'),(110542,39758,'action complete via WP Cron','2021-02-20 06:45:54','2021-02-19 22:45:54'),(110543,39759,'action created','2021-02-20 06:45:55','2021-02-19 22:45:55'),(110544,39759,'action started via WP Cron','2021-02-20 06:46:57','2021-02-19 22:46:57'),(110545,39759,'action complete via WP Cron','2021-02-20 06:46:57','2021-02-19 22:46:57'),(110546,39760,'action created','2021-02-20 06:46:57','2021-02-19 22:46:57'),(110547,39760,'action started via WP Cron','2021-02-20 06:49:38','2021-02-19 22:49:38'),(110548,39760,'action complete via WP Cron','2021-02-20 06:49:38','2021-02-19 22:49:38'),(110549,39761,'action created','2021-02-20 06:49:38','2021-02-19 22:49:38'),(110550,39761,'action started via WP Cron','2021-02-20 06:50:38','2021-02-19 22:50:38'),(110551,39761,'action complete via WP Cron','2021-02-20 06:50:38','2021-02-19 22:50:38'),(110552,39762,'action created','2021-02-20 06:50:39','2021-02-19 22:50:39'),(110553,39762,'action started via WP Cron','2021-02-20 06:51:41','2021-02-19 22:51:41'),(110554,39762,'action complete via WP Cron','2021-02-20 06:51:41','2021-02-19 22:51:41'),(110555,39763,'action created','2021-02-20 06:51:42','2021-02-19 22:51:42'),(110556,39763,'action started via WP Cron','2021-02-20 06:53:30','2021-02-19 22:53:30'),(110557,39763,'action complete via WP Cron','2021-02-20 06:53:30','2021-02-19 22:53:30'),(110558,39764,'action created','2021-02-20 06:53:30','2021-02-19 22:53:30'),(110559,39764,'action started via WP Cron','2021-02-20 06:53:48','2021-02-19 22:53:48'),(110560,39764,'action complete via WP Cron','2021-02-20 06:53:48','2021-02-19 22:53:48'),(110561,39765,'action created','2021-02-20 06:53:48','2021-02-19 22:53:48'),(110562,39765,'action started via WP Cron','2021-02-20 06:59:10','2021-02-19 22:59:10'),(110563,39765,'action complete via WP Cron','2021-02-20 06:59:10','2021-02-19 22:59:10'),(110564,39766,'action created','2021-02-20 06:59:10','2021-02-19 22:59:10'),(110565,39766,'action started via WP Cron','2021-02-20 07:00:35','2021-02-19 23:00:35'),(110566,39766,'action complete via WP Cron','2021-02-20 07:00:35','2021-02-19 23:00:35'),(110567,39767,'action created','2021-02-20 07:00:35','2021-02-19 23:00:35'),(110568,39767,'action started via WP Cron','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110569,39767,'action complete via WP Cron','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110570,39118,'action started via WP Cron','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110571,39118,'action complete via WP Cron','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110572,39768,'action created','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110573,39769,'action created','2021-02-20 07:10:38','2021-02-19 23:10:38'),(110574,39769,'action started via WP Cron','2021-02-20 07:14:33','2021-02-19 23:14:33'),(110575,39769,'action complete via WP Cron','2021-02-20 07:14:33','2021-02-19 23:14:33'),(110576,39770,'action created','2021-02-20 07:14:33','2021-02-19 23:14:33'),(110577,39770,'action started via WP Cron','2021-02-20 07:28:00','2021-02-19 23:28:00'),(110578,39770,'action complete via WP Cron','2021-02-20 07:28:00','2021-02-19 23:28:00'),(110579,39771,'action created','2021-02-20 07:28:00','2021-02-19 23:28:00'),(110580,39771,'action started via WP Cron','2021-02-20 07:28:54','2021-02-19 23:28:54'),(110581,39771,'action complete via WP Cron','2021-02-20 07:28:54','2021-02-19 23:28:54'),(110582,39772,'action created','2021-02-20 07:28:54','2021-02-19 23:28:54'),(110583,39772,'action started via WP Cron','2021-02-20 07:32:14','2021-02-19 23:32:14'),(110584,39772,'action complete via WP Cron','2021-02-20 07:32:14','2021-02-19 23:32:14'),(110585,39773,'action created','2021-02-20 07:32:14','2021-02-19 23:32:14'),(110586,39773,'action started via WP Cron','2021-02-20 07:33:23','2021-02-19 23:33:23'),(110587,39773,'action complete via WP Cron','2021-02-20 07:33:23','2021-02-19 23:33:23'),(110588,39774,'action created','2021-02-20 07:33:23','2021-02-19 23:33:23'),(110589,39774,'action started via WP Cron','2021-02-20 07:34:23','2021-02-19 23:34:23'),(110590,39774,'action complete via WP Cron','2021-02-20 07:34:23','2021-02-19 23:34:23'),(110591,39775,'action created','2021-02-20 07:34:24','2021-02-19 23:34:24'),(110592,39775,'action started via WP Cron','2021-02-20 07:36:26','2021-02-19 23:36:26'),(110593,39775,'action complete via WP Cron','2021-02-20 07:36:26','2021-02-19 23:36:26'),(110594,39776,'action created','2021-02-20 07:36:26','2021-02-19 23:36:26'),(110595,39776,'action started via WP Cron','2021-02-20 07:37:27','2021-02-19 23:37:27'),(110596,39776,'action complete via WP Cron','2021-02-20 07:37:27','2021-02-19 23:37:27'),(110597,39777,'action created','2021-02-20 07:37:27','2021-02-19 23:37:27'),(110598,39777,'action started via WP Cron','2021-02-20 07:38:28','2021-02-19 23:38:28'),(110599,39777,'action complete via WP Cron','2021-02-20 07:38:28','2021-02-19 23:38:28'),(110600,39778,'action created','2021-02-20 07:38:28','2021-02-19 23:38:28'),(110601,39778,'action started via WP Cron','2021-02-20 07:41:42','2021-02-19 23:41:42'),(110602,39778,'action complete via WP Cron','2021-02-20 07:41:42','2021-02-19 23:41:42'),(110603,39779,'action created','2021-02-20 07:41:42','2021-02-19 23:41:42'),(110604,39779,'action started via WP Cron','2021-02-20 07:42:43','2021-02-19 23:42:43'),(110605,39779,'action complete via WP Cron','2021-02-20 07:42:43','2021-02-19 23:42:43'),(110606,39780,'action created','2021-02-20 07:42:43','2021-02-19 23:42:43'),(110607,39780,'action started via WP Cron','2021-02-20 07:43:43','2021-02-19 23:43:43'),(110608,39780,'action complete via WP Cron','2021-02-20 07:43:43','2021-02-19 23:43:43'),(110609,39781,'action created','2021-02-20 07:43:43','2021-02-19 23:43:43'),(110610,39781,'action started via WP Cron','2021-02-20 07:50:09','2021-02-19 23:50:09'),(110611,39781,'action complete via WP Cron','2021-02-20 07:50:09','2021-02-19 23:50:09'),(110612,39782,'action created','2021-02-20 07:50:09','2021-02-19 23:50:09'),(110613,39782,'action started via WP Cron','2021-02-20 07:51:37','2021-02-19 23:51:37'),(110614,39782,'action complete via WP Cron','2021-02-20 07:51:37','2021-02-19 23:51:37'),(110615,39783,'action created','2021-02-20 07:51:38','2021-02-19 23:51:38'),(110616,39783,'action started via WP Cron','2021-02-20 07:52:15','2021-02-19 23:52:15'),(110617,39783,'action complete via WP Cron','2021-02-20 07:52:15','2021-02-19 23:52:15'),(110618,39784,'action created','2021-02-20 07:52:15','2021-02-19 23:52:15'),(110619,39784,'action started via WP Cron','2021-02-20 07:53:24','2021-02-19 23:53:24'),(110620,39784,'action complete via WP Cron','2021-02-20 07:53:24','2021-02-19 23:53:24'),(110621,39785,'action created','2021-02-20 07:53:25','2021-02-19 23:53:25'),(110622,39785,'action started via WP Cron','2021-02-20 07:54:13','2021-02-19 23:54:13'),(110623,39785,'action complete via WP Cron','2021-02-20 07:54:13','2021-02-19 23:54:13'),(110624,39786,'action created','2021-02-20 07:54:26','2021-02-19 23:54:26'),(110625,39786,'action started via WP Cron','2021-02-20 07:55:45','2021-02-19 23:55:45'),(110626,39786,'action complete via WP Cron','2021-02-20 07:55:45','2021-02-19 23:55:45'),(110627,39787,'action created','2021-02-20 07:55:45','2021-02-19 23:55:45'),(110628,39787,'action started via WP Cron','2021-02-20 07:56:46','2021-02-19 23:56:46'),(110629,39787,'action complete via WP Cron','2021-02-20 07:56:46','2021-02-19 23:56:46'),(110630,39788,'action created','2021-02-20 07:56:46','2021-02-19 23:56:46'),(110631,39788,'action started via WP Cron','2021-02-20 07:57:47','2021-02-19 23:57:47'),(110632,39788,'action complete via WP Cron','2021-02-20 07:57:47','2021-02-19 23:57:47'),(110633,39789,'action created','2021-02-20 07:57:47','2021-02-19 23:57:47'),(110634,39789,'action started via WP Cron','2021-02-20 07:59:47','2021-02-19 23:59:47'),(110635,39789,'action complete via WP Cron','2021-02-20 07:59:47','2021-02-19 23:59:47'),(110636,39790,'action created','2021-02-20 07:59:47','2021-02-19 23:59:47'),(110637,39790,'action started via WP Cron','2021-02-20 08:01:02','2021-02-20 00:01:02'),(110638,39790,'action complete via WP Cron','2021-02-20 08:01:02','2021-02-20 00:01:02'),(110639,39791,'action created','2021-02-20 08:01:02','2021-02-20 00:01:02'),(110640,39791,'action started via WP Cron','2021-02-20 08:02:33','2021-02-20 00:02:33'),(110641,39791,'action complete via WP Cron','2021-02-20 08:02:33','2021-02-20 00:02:33'),(110642,39792,'action created','2021-02-20 08:02:33','2021-02-20 00:02:33'),(110643,39792,'action started via WP Cron','2021-02-20 08:02:56','2021-02-20 00:02:56'),(110644,39792,'action complete via WP Cron','2021-02-20 08:02:56','2021-02-20 00:02:56'),(110645,39793,'action created','2021-02-20 08:02:56','2021-02-20 00:02:56'),(110646,39793,'action started via WP Cron','2021-02-20 08:07:28','2021-02-20 00:07:28'),(110647,39793,'action complete via WP Cron','2021-02-20 08:07:28','2021-02-20 00:07:28'),(110648,39794,'action created','2021-02-20 08:07:28','2021-02-20 00:07:28'),(110649,39794,'action started via WP Cron','2021-02-20 08:07:51','2021-02-20 00:07:51'),(110650,39794,'action complete via WP Cron','2021-02-20 08:07:51','2021-02-20 00:07:51'),(110651,39795,'action created','2021-02-20 08:07:51','2021-02-20 00:07:51'),(110652,39795,'action started via WP Cron','2021-02-20 08:08:58','2021-02-20 00:08:58'),(110653,39795,'action complete via WP Cron','2021-02-20 08:08:58','2021-02-20 00:08:58'),(110654,39796,'action created','2021-02-20 08:08:58','2021-02-20 00:08:58'),(110655,39796,'action started via WP Cron','2021-02-20 08:09:52','2021-02-20 00:09:52'),(110656,39796,'action complete via WP Cron','2021-02-20 08:09:52','2021-02-20 00:09:52'),(110657,39797,'action created','2021-02-20 08:09:52','2021-02-20 00:09:52'),(110658,39797,'action started via WP Cron','2021-02-20 08:10:47','2021-02-20 00:10:47'),(110659,39797,'action complete via WP Cron','2021-02-20 08:10:47','2021-02-20 00:10:47'),(110660,39798,'action created','2021-02-20 08:10:47','2021-02-20 00:10:47'),(110661,39798,'action started via WP Cron','2021-02-20 08:11:43','2021-02-20 00:11:43'),(110662,39798,'action complete via WP Cron','2021-02-20 08:11:43','2021-02-20 00:11:43'),(110663,39799,'action created','2021-02-20 08:11:43','2021-02-20 00:11:43'),(110664,39799,'action started via WP Cron','2021-02-20 08:12:46','2021-02-20 00:12:46'),(110665,39799,'action complete via WP Cron','2021-02-20 08:12:46','2021-02-20 00:12:46'),(110666,39800,'action created','2021-02-20 08:12:46','2021-02-20 00:12:46'),(110667,39800,'action started via WP Cron','2021-02-20 08:13:43','2021-02-20 00:13:43'),(110668,39800,'action complete via WP Cron','2021-02-20 08:13:43','2021-02-20 00:13:43'),(110669,39801,'action created','2021-02-20 08:13:43','2021-02-20 00:13:43'),(110670,39801,'action started via WP Cron','2021-02-20 08:14:50','2021-02-20 00:14:50'),(110671,39801,'action complete via WP Cron','2021-02-20 08:14:50','2021-02-20 00:14:50'),(110672,39802,'action created','2021-02-20 08:14:50','2021-02-20 00:14:50'),(110673,39802,'action started via WP Cron','2021-02-20 08:15:49','2021-02-20 00:15:49'),(110674,39802,'action complete via WP Cron','2021-02-20 08:15:49','2021-02-20 00:15:49'),(110675,39803,'action created','2021-02-20 08:15:49','2021-02-20 00:15:49'),(110676,39803,'action started via WP Cron','2021-02-20 08:16:49','2021-02-20 00:16:49'),(110677,39803,'action complete via WP Cron','2021-02-20 08:16:49','2021-02-20 00:16:49'),(110678,39804,'action created','2021-02-20 08:16:49','2021-02-20 00:16:49'),(110679,39804,'action started via WP Cron','2021-02-20 08:17:45','2021-02-20 00:17:45'),(110680,39804,'action complete via WP Cron','2021-02-20 08:17:45','2021-02-20 00:17:45'),(110681,39805,'action created','2021-02-20 08:17:45','2021-02-20 00:17:45'),(110685,39806,'action started via WP Cron','2021-02-20 08:19:42','2021-02-20 00:19:42'),(110686,39806,'action complete via WP Cron','2021-02-20 08:19:42','2021-02-20 00:19:42'),(110687,39807,'action created','2021-02-20 08:19:42','2021-02-20 00:19:42'),(110688,39807,'action started via WP Cron','2021-02-20 08:20:44','2021-02-20 00:20:44'),(110689,39807,'action complete via WP Cron','2021-02-20 08:20:44','2021-02-20 00:20:44'),(110690,39808,'action created','2021-02-20 08:20:44','2021-02-20 00:20:44'),(110691,39808,'action started via WP Cron','2021-02-20 08:21:43','2021-02-20 00:21:43'),(110692,39808,'action complete via WP Cron','2021-02-20 08:21:43','2021-02-20 00:21:43'),(110693,39809,'action created','2021-02-20 08:21:43','2021-02-20 00:21:43'),(110694,39809,'action started via WP Cron','2021-02-20 08:22:48','2021-02-20 00:22:48'),(110695,39809,'action complete via WP Cron','2021-02-20 08:22:48','2021-02-20 00:22:48'),(110696,39810,'action created','2021-02-20 08:22:48','2021-02-20 00:22:48'),(110697,39810,'action started via WP Cron','2021-02-20 08:23:47','2021-02-20 00:23:47'),(110698,39810,'action complete via WP Cron','2021-02-20 08:23:47','2021-02-20 00:23:47'),(110699,39811,'action created','2021-02-20 08:23:47','2021-02-20 00:23:47'),(110700,39811,'action started via WP Cron','2021-02-20 08:24:41','2021-02-20 00:24:41'),(110701,39811,'action complete via WP Cron','2021-02-20 08:24:41','2021-02-20 00:24:41'),(110702,39812,'action created','2021-02-20 08:24:41','2021-02-20 00:24:41'),(110703,39812,'action started via WP Cron','2021-02-20 08:25:43','2021-02-20 00:25:43'),(110704,39812,'action complete via WP Cron','2021-02-20 08:25:43','2021-02-20 00:25:43'),(110705,39813,'action created','2021-02-20 08:25:43','2021-02-20 00:25:43'),(110706,39813,'action started via WP Cron','2021-02-20 08:26:53','2021-02-20 00:26:53'),(110707,39813,'action complete via WP Cron','2021-02-20 08:26:53','2021-02-20 00:26:53'),(110708,39814,'action created','2021-02-20 08:26:53','2021-02-20 00:26:53'),(110709,39814,'action started via WP Cron','2021-02-20 08:32:28','2021-02-20 00:32:28'),(110710,39814,'action complete via WP Cron','2021-02-20 08:32:28','2021-02-20 00:32:28'),(110711,39815,'action created','2021-02-20 08:32:28','2021-02-20 00:32:28'),(110712,39815,'action started via WP Cron','2021-02-20 08:34:53','2021-02-20 00:34:53'),(110713,39815,'action complete via WP Cron','2021-02-20 08:34:53','2021-02-20 00:34:53'),(110714,39816,'action created','2021-02-20 08:34:53','2021-02-20 00:34:53'),(110715,39816,'action started via WP Cron','2021-02-20 08:37:52','2021-02-20 00:37:52'),(110716,39816,'action complete via WP Cron','2021-02-20 08:37:52','2021-02-20 00:37:52'),(110717,39817,'action created','2021-02-20 08:37:52','2021-02-20 00:37:52'),(110718,39817,'action started via WP Cron','2021-02-20 08:39:12','2021-02-20 00:39:12'),(110719,39817,'action complete via WP Cron','2021-02-20 08:39:12','2021-02-20 00:39:12'),(110720,39818,'action created','2021-02-20 08:39:12','2021-02-20 00:39:12'),(110721,39818,'action started via WP Cron','2021-02-20 08:45:46','2021-02-20 00:45:46'),(110722,39818,'action complete via WP Cron','2021-02-20 08:45:46','2021-02-20 00:45:46'),(110723,39819,'action created','2021-02-20 08:45:46','2021-02-20 00:45:46'),(110724,39819,'action started via WP Cron','2021-02-20 08:46:47','2021-02-20 00:46:47'),(110725,39819,'action complete via WP Cron','2021-02-20 08:46:47','2021-02-20 00:46:47'),(110726,39820,'action created','2021-02-20 08:46:47','2021-02-20 00:46:47'),(110727,39820,'action started via WP Cron','2021-02-20 08:47:47','2021-02-20 00:47:47'),(110728,39820,'action complete via WP Cron','2021-02-20 08:47:47','2021-02-20 00:47:47'),(110729,39821,'action created','2021-02-20 08:47:48','2021-02-20 00:47:48'),(110730,39821,'action started via WP Cron','2021-02-20 08:51:17','2021-02-20 00:51:17'),(110731,39821,'action complete via WP Cron','2021-02-20 08:51:17','2021-02-20 00:51:17'),(110732,39822,'action created','2021-02-20 08:51:18','2021-02-20 00:51:18'),(110733,39822,'action started via WP Cron','2021-02-20 08:51:42','2021-02-20 00:51:42'),(110734,39822,'action complete via WP Cron','2021-02-20 08:51:42','2021-02-20 00:51:42'),(110735,39823,'action created','2021-02-20 08:51:42','2021-02-20 00:51:42'),(110736,39823,'action started via WP Cron','2021-02-20 08:52:44','2021-02-20 00:52:44'),(110737,39823,'action complete via WP Cron','2021-02-20 08:52:44','2021-02-20 00:52:44'),(110738,39824,'action created','2021-02-20 08:52:44','2021-02-20 00:52:44'),(110739,39824,'action started via WP Cron','2021-02-20 08:53:41','2021-02-20 00:53:41'),(110740,39824,'action complete via WP Cron','2021-02-20 08:53:41','2021-02-20 00:53:41'),(110741,39825,'action created','2021-02-20 08:53:41','2021-02-20 00:53:41'),(110742,39825,'action started via WP Cron','2021-02-20 08:58:03','2021-02-20 00:58:03'),(110743,39825,'action complete via WP Cron','2021-02-20 08:58:03','2021-02-20 00:58:03'),(110744,39826,'action created','2021-02-20 08:58:03','2021-02-20 00:58:03'),(110745,39826,'action started via WP Cron','2021-02-20 08:59:04','2021-02-20 00:59:04'),(110746,39826,'action complete via WP Cron','2021-02-20 08:59:04','2021-02-20 00:59:04'),(110747,39827,'action created','2021-02-20 08:59:04','2021-02-20 00:59:04'),(110748,39827,'action started via WP Cron','2021-02-20 09:00:16','2021-02-20 01:00:16'),(110749,39827,'action complete via WP Cron','2021-02-20 09:00:16','2021-02-20 01:00:16'),(110750,39828,'action created','2021-02-20 09:00:16','2021-02-20 01:00:16'),(110751,39828,'action started via WP Cron','2021-02-20 09:01:06','2021-02-20 01:01:06'),(110752,39828,'action complete via WP Cron','2021-02-20 09:01:06','2021-02-20 01:01:06'),(110753,39829,'action created','2021-02-20 09:01:06','2021-02-20 01:01:06'),(110754,39829,'action started via WP Cron','2021-02-20 09:02:07','2021-02-20 01:02:07'),(110755,39829,'action complete via WP Cron','2021-02-20 09:02:07','2021-02-20 01:02:07'),(110756,39830,'action created','2021-02-20 09:02:07','2021-02-20 01:02:07'),(110757,39830,'action started via WP Cron','2021-02-20 09:02:41','2021-02-20 01:02:41'),(110758,39830,'action complete via WP Cron','2021-02-20 09:02:41','2021-02-20 01:02:41'),(110759,39831,'action created','2021-02-20 09:02:41','2021-02-20 01:02:41'),(110760,39831,'action started via WP Cron','2021-02-20 09:09:23','2021-02-20 01:09:23'),(110761,39831,'action complete via WP Cron','2021-02-20 09:09:23','2021-02-20 01:09:23'),(110762,39832,'action created','2021-02-20 09:09:23','2021-02-20 01:09:23'),(110763,39832,'action started via WP Cron','2021-02-20 09:13:39','2021-02-20 01:13:39'),(110764,39832,'action complete via WP Cron','2021-02-20 09:13:39','2021-02-20 01:13:39'),(110765,39833,'action created','2021-02-20 09:13:39','2021-02-20 01:13:39'),(110766,39833,'action started via WP Cron','2021-02-20 09:19:36','2021-02-20 01:19:36'),(110767,39833,'action complete via WP Cron','2021-02-20 09:19:36','2021-02-20 01:19:36'),(110768,39834,'action created','2021-02-20 09:19:36','2021-02-20 01:19:36'),(110769,39834,'action started via WP Cron','2021-02-20 09:25:50','2021-02-20 01:25:50'),(110770,39834,'action complete via WP Cron','2021-02-20 09:25:50','2021-02-20 01:25:50'),(110771,39835,'action created','2021-02-20 09:25:50','2021-02-20 01:25:50'),(110772,39835,'action started via WP Cron','2021-02-20 09:42:33','2021-02-20 01:42:33'),(110773,39835,'action complete via WP Cron','2021-02-20 09:42:33','2021-02-20 01:42:33'),(110774,39836,'action created','2021-02-20 09:42:33','2021-02-20 01:42:33'),(110775,39836,'action started via WP Cron','2021-02-20 09:44:09','2021-02-20 01:44:09'),(110776,39836,'action complete via WP Cron','2021-02-20 09:44:09','2021-02-20 01:44:09'),(110777,39837,'action created','2021-02-20 09:44:09','2021-02-20 01:44:09'),(110778,39837,'action started via WP Cron','2021-02-20 09:45:17','2021-02-20 01:45:17'),(110779,39837,'action complete via WP Cron','2021-02-20 09:45:17','2021-02-20 01:45:17'),(110780,39838,'action created','2021-02-20 09:45:17','2021-02-20 01:45:17'),(110781,39838,'action started via WP Cron','2021-02-20 09:46:19','2021-02-20 01:46:19'),(110782,39838,'action complete via WP Cron','2021-02-20 09:46:19','2021-02-20 01:46:19'),(110783,39839,'action created','2021-02-20 09:46:19','2021-02-20 01:46:19'),(110784,39839,'action started via WP Cron','2021-02-20 09:48:02','2021-02-20 01:48:02'),(110785,39839,'action complete via WP Cron','2021-02-20 09:48:02','2021-02-20 01:48:02'),(110786,39840,'action created','2021-02-20 09:48:02','2021-02-20 01:48:02'),(110787,39840,'action started via WP Cron','2021-02-20 09:49:22','2021-02-20 01:49:22'),(110788,39840,'action complete via WP Cron','2021-02-20 09:49:22','2021-02-20 01:49:22'),(110789,39841,'action created','2021-02-20 09:49:22','2021-02-20 01:49:22'),(110790,39841,'action started via WP Cron','2021-02-20 09:50:22','2021-02-20 01:50:22'),(110791,39841,'action complete via WP Cron','2021-02-20 09:50:22','2021-02-20 01:50:22'),(110792,39842,'action created','2021-02-20 09:50:22','2021-02-20 01:50:22'),(110793,39842,'action started via WP Cron','2021-02-20 09:54:28','2021-02-20 01:54:28'),(110794,39842,'action complete via WP Cron','2021-02-20 09:54:28','2021-02-20 01:54:28'),(110795,39843,'action created','2021-02-20 09:54:28','2021-02-20 01:54:28'),(110796,39843,'action started via WP Cron','2021-02-20 09:55:35','2021-02-20 01:55:35'),(110797,39843,'action complete via WP Cron','2021-02-20 09:55:35','2021-02-20 01:55:35'),(110798,39844,'action created','2021-02-20 09:55:35','2021-02-20 01:55:35'),(110799,39844,'action started via WP Cron','2021-02-20 09:56:36','2021-02-20 01:56:36'),(110800,39844,'action complete via WP Cron','2021-02-20 09:56:36','2021-02-20 01:56:36'),(110801,39845,'action created','2021-02-20 09:56:36','2021-02-20 01:56:36'),(110802,39845,'action started via WP Cron','2021-02-20 10:13:52','2021-02-20 02:13:52'),(110803,39845,'action complete via WP Cron','2021-02-20 10:13:52','2021-02-20 02:13:52'),(110804,39846,'action created','2021-02-20 10:13:52','2021-02-20 02:13:52'),(110808,39846,'action started via WP Cron','2021-02-20 10:22:39','2021-02-20 02:22:39'),(110809,39846,'action complete via WP Cron','2021-02-20 10:22:39','2021-02-20 02:22:39'),(110810,39848,'action created','2021-02-20 10:22:39','2021-02-20 02:22:39'),(110811,39848,'action started via WP Cron','2021-02-20 10:27:48','2021-02-20 02:27:48'),(110812,39848,'action complete via WP Cron','2021-02-20 10:27:48','2021-02-20 02:27:48'),(110813,39849,'action created','2021-02-20 10:27:48','2021-02-20 02:27:48'),(110814,39849,'action started via WP Cron','2021-02-20 10:31:10','2021-02-20 02:31:10'),(110815,39849,'action complete via WP Cron','2021-02-20 10:31:10','2021-02-20 02:31:10'),(110816,39850,'action created','2021-02-20 10:31:11','2021-02-20 02:31:11'),(110817,39850,'action started via WP Cron','2021-02-20 10:32:00','2021-02-20 02:32:00'),(110818,39850,'action complete via WP Cron','2021-02-20 10:32:00','2021-02-20 02:32:00'),(110819,39851,'action created','2021-02-20 10:32:00','2021-02-20 02:32:00'),(110820,39851,'action started via WP Cron','2021-02-20 10:34:25','2021-02-20 02:34:25'),(110821,39851,'action complete via WP Cron','2021-02-20 10:34:25','2021-02-20 02:34:25'),(110822,39852,'action created','2021-02-20 10:34:25','2021-02-20 02:34:25'),(110823,39852,'action started via WP Cron','2021-02-20 10:35:55','2021-02-20 02:35:55'),(110824,39852,'action complete via WP Cron','2021-02-20 10:35:55','2021-02-20 02:35:55'),(110825,39853,'action created','2021-02-20 10:35:55','2021-02-20 02:35:55'),(110826,39853,'action started via WP Cron','2021-02-20 10:36:56','2021-02-20 02:36:56'),(110827,39853,'action complete via WP Cron','2021-02-20 10:36:56','2021-02-20 02:36:56'),(110828,39854,'action created','2021-02-20 10:36:56','2021-02-20 02:36:56'),(110829,39854,'action started via WP Cron','2021-02-20 10:38:58','2021-02-20 02:38:58'),(110830,39854,'action complete via WP Cron','2021-02-20 10:38:58','2021-02-20 02:38:58'),(110831,39855,'action created','2021-02-20 10:38:58','2021-02-20 02:38:58'),(110832,39855,'action started via WP Cron','2021-02-20 10:39:59','2021-02-20 02:39:59'),(110833,39855,'action complete via WP Cron','2021-02-20 10:39:59','2021-02-20 02:39:59'),(110834,39856,'action created','2021-02-20 10:39:59','2021-02-20 02:39:59'),(110835,39856,'action started via WP Cron','2021-02-20 10:41:00','2021-02-20 02:41:00'),(110836,39856,'action complete via WP Cron','2021-02-20 10:41:00','2021-02-20 02:41:00'),(110837,39857,'action created','2021-02-20 10:41:00','2021-02-20 02:41:00'),(110838,39857,'action started via WP Cron','2021-02-20 10:47:55','2021-02-20 02:47:55'),(110839,39857,'action complete via WP Cron','2021-02-20 10:47:55','2021-02-20 02:47:55'),(110840,39858,'action created','2021-02-20 10:47:55','2021-02-20 02:47:55'),(110841,39858,'action started via WP Cron','2021-02-20 10:50:50','2021-02-20 02:50:50'),(110842,39858,'action complete via WP Cron','2021-02-20 10:50:50','2021-02-20 02:50:50'),(110843,39859,'action created','2021-02-20 10:50:50','2021-02-20 02:50:50'),(110844,39859,'action started via WP Cron','2021-02-20 10:51:51','2021-02-20 02:51:51'),(110845,39859,'action complete via WP Cron','2021-02-20 10:51:51','2021-02-20 02:51:51'),(110846,39860,'action created','2021-02-20 10:51:51','2021-02-20 02:51:51'),(110847,39860,'action started via WP Cron','2021-02-20 10:52:52','2021-02-20 02:52:52'),(110848,39860,'action complete via WP Cron','2021-02-20 10:52:52','2021-02-20 02:52:52'),(110849,39861,'action created','2021-02-20 10:52:52','2021-02-20 02:52:52'),(110850,39861,'action started via WP Cron','2021-02-20 10:54:54','2021-02-20 02:54:54'),(110851,39861,'action complete via WP Cron','2021-02-20 10:54:54','2021-02-20 02:54:54'),(110852,39862,'action created','2021-02-20 10:54:54','2021-02-20 02:54:54'),(110853,39862,'action started via WP Cron','2021-02-20 10:55:56','2021-02-20 02:55:56'),(110854,39862,'action complete via WP Cron','2021-02-20 10:55:56','2021-02-20 02:55:56'),(110855,39863,'action created','2021-02-20 10:55:56','2021-02-20 02:55:56'),(110856,39863,'action started via WP Cron','2021-02-20 10:56:55','2021-02-20 02:56:55'),(110857,39863,'action complete via WP Cron','2021-02-20 10:56:55','2021-02-20 02:56:55'),(110858,39864,'action created','2021-02-20 10:56:55','2021-02-20 02:56:55'),(110859,39864,'action started via WP Cron','2021-02-20 10:58:37','2021-02-20 02:58:37'),(110860,39864,'action complete via WP Cron','2021-02-20 10:58:37','2021-02-20 02:58:37'),(110861,39865,'action created','2021-02-20 10:58:37','2021-02-20 02:58:37'),(110862,39865,'action started via WP Cron','2021-02-20 10:59:38','2021-02-20 02:59:38'),(110863,39865,'action complete via WP Cron','2021-02-20 10:59:38','2021-02-20 02:59:38'),(110864,39866,'action created','2021-02-20 10:59:38','2021-02-20 02:59:38'),(110865,39866,'action started via WP Cron','2021-02-20 11:03:50','2021-02-20 03:03:50'),(110866,39866,'action complete via WP Cron','2021-02-20 11:03:50','2021-02-20 03:03:50'),(110867,39867,'action created','2021-02-20 11:03:50','2021-02-20 03:03:50'),(110868,39867,'action started via WP Cron','2021-02-20 11:12:26','2021-02-20 03:12:26'),(110869,39867,'action complete via WP Cron','2021-02-20 11:12:26','2021-02-20 03:12:26'),(110870,39868,'action created','2021-02-20 11:12:26','2021-02-20 03:12:26'),(110871,39868,'action started via WP Cron','2021-02-20 11:13:34','2021-02-20 03:13:34'),(110872,39868,'action complete via WP Cron','2021-02-20 11:13:34','2021-02-20 03:13:34'),(110873,39869,'action created','2021-02-20 11:13:34','2021-02-20 03:13:34'),(110874,39869,'action started via WP Cron','2021-02-20 11:14:35','2021-02-20 03:14:35'),(110875,39869,'action complete via WP Cron','2021-02-20 11:14:35','2021-02-20 03:14:35'),(110876,39870,'action created','2021-02-20 11:14:35','2021-02-20 03:14:35'),(110877,39870,'action started via WP Cron','2021-02-20 11:16:36','2021-02-20 03:16:36'),(110878,39870,'action complete via WP Cron','2021-02-20 11:16:36','2021-02-20 03:16:36'),(110879,39871,'action created','2021-02-20 11:16:37','2021-02-20 03:16:37'),(110880,39871,'action started via WP Cron','2021-02-20 11:17:37','2021-02-20 03:17:37'),(110881,39871,'action complete via WP Cron','2021-02-20 11:17:37','2021-02-20 03:17:37'),(110882,39872,'action created','2021-02-20 11:17:38','2021-02-20 03:17:38'),(110883,39872,'action started via WP Cron','2021-02-20 11:18:38','2021-02-20 03:18:38'),(110884,39872,'action complete via WP Cron','2021-02-20 11:18:38','2021-02-20 03:18:38'),(110885,39873,'action created','2021-02-20 11:18:39','2021-02-20 03:18:39'),(110886,39873,'action started via WP Cron','2021-02-20 11:21:27','2021-02-20 03:21:27'),(110887,39873,'action complete via WP Cron','2021-02-20 11:21:27','2021-02-20 03:21:27'),(110888,39874,'action created','2021-02-20 11:21:28','2021-02-20 03:21:28'),(110889,39874,'action started via WP Cron','2021-02-20 11:39:20','2021-02-20 03:39:20'),(110890,39874,'action complete via WP Cron','2021-02-20 11:39:20','2021-02-20 03:39:20'),(110891,39875,'action created','2021-02-20 11:39:20','2021-02-20 03:39:20'),(110892,39875,'action started via WP Cron','2021-02-20 11:40:21','2021-02-20 03:40:21'),(110893,39875,'action complete via WP Cron','2021-02-20 11:40:21','2021-02-20 03:40:21'),(110894,39876,'action created','2021-02-20 11:40:21','2021-02-20 03:40:21'),(110895,39876,'action started via WP Cron','2021-02-20 11:41:03','2021-02-20 03:41:03'),(110896,39876,'action complete via WP Cron','2021-02-20 11:41:03','2021-02-20 03:41:03'),(110897,39877,'action created','2021-02-20 11:41:03','2021-02-20 03:41:03'),(110898,39877,'action started via WP Cron','2021-02-20 11:42:04','2021-02-20 03:42:04'),(110899,39877,'action complete via WP Cron','2021-02-20 11:42:04','2021-02-20 03:42:04'),(110900,39878,'action created','2021-02-20 11:42:04','2021-02-20 03:42:04'),(110901,39878,'action started via WP Cron','2021-02-20 11:43:05','2021-02-20 03:43:05'),(110902,39878,'action complete via WP Cron','2021-02-20 11:43:05','2021-02-20 03:43:05'),(110903,39879,'action created','2021-02-20 11:43:05','2021-02-20 03:43:05'),(110904,39879,'action started via WP Cron','2021-02-20 11:44:06','2021-02-20 03:44:06'),(110905,39879,'action complete via WP Cron','2021-02-20 11:44:06','2021-02-20 03:44:06'),(110906,39880,'action created','2021-02-20 11:44:06','2021-02-20 03:44:06'),(110907,39880,'action started via WP Cron','2021-02-20 11:52:05','2021-02-20 03:52:05'),(110908,39880,'action complete via WP Cron','2021-02-20 11:52:05','2021-02-20 03:52:05'),(110909,39881,'action created','2021-02-20 11:52:05','2021-02-20 03:52:05'),(110910,39881,'action started via WP Cron','2021-02-20 11:54:29','2021-02-20 03:54:29'),(110911,39881,'action complete via WP Cron','2021-02-20 11:54:29','2021-02-20 03:54:29'),(110912,39882,'action created','2021-02-20 11:54:29','2021-02-20 03:54:29'),(110913,39882,'action started via WP Cron','2021-02-20 11:56:11','2021-02-20 03:56:11'),(110914,39882,'action complete via WP Cron','2021-02-20 11:56:11','2021-02-20 03:56:11'),(110915,39883,'action created','2021-02-20 11:56:11','2021-02-20 03:56:11'),(110916,39883,'action started via WP Cron','2021-02-20 11:56:58','2021-02-20 03:56:58'),(110917,39883,'action complete via WP Cron','2021-02-20 11:56:58','2021-02-20 03:56:58'),(110918,39884,'action created','2021-02-20 11:56:58','2021-02-20 03:56:58'),(110919,39884,'action started via WP Cron','2021-02-20 11:57:57','2021-02-20 03:57:57'),(110920,39884,'action complete via WP Cron','2021-02-20 11:57:57','2021-02-20 03:57:57'),(110921,39885,'action created','2021-02-20 11:57:58','2021-02-20 03:57:58'),(110922,39885,'action started via WP Cron','2021-02-20 11:58:58','2021-02-20 03:58:58'),(110923,39885,'action complete via WP Cron','2021-02-20 11:58:58','2021-02-20 03:58:58'),(110924,39886,'action created','2021-02-20 11:58:59','2021-02-20 03:58:59'),(110925,39886,'action started via WP Cron','2021-02-20 12:00:38','2021-02-20 04:00:38'),(110926,39886,'action complete via WP Cron','2021-02-20 12:00:38','2021-02-20 04:00:38'),(110927,39887,'action created','2021-02-20 12:00:38','2021-02-20 04:00:38'),(110928,39887,'action started via WP Cron','2021-02-20 12:01:00','2021-02-20 04:01:00'),(110929,39887,'action complete via WP Cron','2021-02-20 12:01:00','2021-02-20 04:01:00'),(110930,39888,'action created','2021-02-20 12:01:01','2021-02-20 04:01:01'),(110931,39888,'action started via WP Cron','2021-02-20 12:02:02','2021-02-20 04:02:02'),(110932,39888,'action complete via WP Cron','2021-02-20 12:02:02','2021-02-20 04:02:02'),(110933,39889,'action created','2021-02-20 12:02:02','2021-02-20 04:02:02'),(110934,39889,'action started via WP Cron','2021-02-20 12:02:40','2021-02-20 04:02:40'),(110935,39889,'action complete via WP Cron','2021-02-20 12:02:40','2021-02-20 04:02:40'),(110936,39890,'action created','2021-02-20 12:02:40','2021-02-20 04:02:40'),(110937,39890,'action started via WP Cron','2021-02-20 12:06:59','2021-02-20 04:06:59'),(110938,39890,'action complete via WP Cron','2021-02-20 12:06:59','2021-02-20 04:06:59'),(110939,39891,'action created','2021-02-20 12:06:59','2021-02-20 04:06:59'),(110940,39891,'action started via WP Cron','2021-02-20 12:14:13','2021-02-20 04:14:13'),(110941,39891,'action complete via WP Cron','2021-02-20 12:14:13','2021-02-20 04:14:13'),(110942,39892,'action created','2021-02-20 12:14:13','2021-02-20 04:14:13'),(110943,39892,'action started via WP Cron','2021-02-20 12:15:26','2021-02-20 04:15:26'),(110944,39892,'action complete via WP Cron','2021-02-20 12:15:26','2021-02-20 04:15:26'),(110945,39893,'action created','2021-02-20 12:15:26','2021-02-20 04:15:26'),(110946,39893,'action started via WP Cron','2021-02-20 12:16:00','2021-02-20 04:16:00'),(110947,39893,'action complete via WP Cron','2021-02-20 12:16:00','2021-02-20 04:16:00'),(110948,39894,'action created','2021-02-20 12:16:00','2021-02-20 04:16:00'),(110949,39894,'action started via WP Cron','2021-02-20 12:17:01','2021-02-20 04:17:01'),(110950,39894,'action complete via WP Cron','2021-02-20 12:17:01','2021-02-20 04:17:01'),(110951,39895,'action created','2021-02-20 12:17:01','2021-02-20 04:17:01'),(110952,39895,'action started via WP Cron','2021-02-20 12:18:02','2021-02-20 04:18:02'),(110953,39895,'action complete via WP Cron','2021-02-20 12:18:02','2021-02-20 04:18:02'),(110954,39896,'action created','2021-02-20 12:18:02','2021-02-20 04:18:02'),(110955,39896,'action started via WP Cron','2021-02-20 12:19:38','2021-02-20 04:19:38'),(110956,39896,'action complete via WP Cron','2021-02-20 12:19:38','2021-02-20 04:19:38'),(110957,39897,'action created','2021-02-20 12:19:38','2021-02-20 04:19:38'),(110958,39897,'action started via WP Cron','2021-02-20 12:20:04','2021-02-20 04:20:04'),(110959,39897,'action complete via WP Cron','2021-02-20 12:20:04','2021-02-20 04:20:04'),(110960,39898,'action created','2021-02-20 12:20:04','2021-02-20 04:20:04'),(110961,39898,'action started via WP Cron','2021-02-20 12:20:41','2021-02-20 04:20:41'),(110962,39898,'action complete via WP Cron','2021-02-20 12:20:41','2021-02-20 04:20:41'),(110963,39899,'action created','2021-02-20 12:20:41','2021-02-20 04:20:41'),(110964,39899,'action started via WP Cron','2021-02-20 12:21:52','2021-02-20 04:21:52'),(110965,39899,'action complete via WP Cron','2021-02-20 12:21:52','2021-02-20 04:21:52'),(110966,39900,'action created','2021-02-20 12:21:52','2021-02-20 04:21:52'),(110967,39900,'action started via WP Cron','2021-02-20 12:25:29','2021-02-20 04:25:29'),(110968,39900,'action complete via WP Cron','2021-02-20 12:25:29','2021-02-20 04:25:29'),(110969,39901,'action created','2021-02-20 12:25:30','2021-02-20 04:25:30'),(110970,39901,'action started via WP Cron','2021-02-20 12:27:04','2021-02-20 04:27:04'),(110971,39901,'action complete via WP Cron','2021-02-20 12:27:04','2021-02-20 04:27:04'),(110972,39902,'action created','2021-02-20 12:27:04','2021-02-20 04:27:04'),(110973,39902,'action started via WP Cron','2021-02-20 12:43:51','2021-02-20 04:43:51'),(110974,39902,'action complete via WP Cron','2021-02-20 12:43:51','2021-02-20 04:43:51'),(110975,39903,'action created','2021-02-20 12:43:52','2021-02-20 04:43:52'),(110976,39903,'action started via WP Cron','2021-02-20 12:44:54','2021-02-20 04:44:54'),(110977,39903,'action complete via WP Cron','2021-02-20 12:44:54','2021-02-20 04:44:54'),(110978,39904,'action created','2021-02-20 12:44:54','2021-02-20 04:44:54'),(110979,39904,'action started via WP Cron','2021-02-20 12:46:17','2021-02-20 04:46:17'),(110980,39904,'action complete via WP Cron','2021-02-20 12:46:17','2021-02-20 04:46:17'),(110981,39905,'action created','2021-02-20 12:46:17','2021-02-20 04:46:17'),(110982,39905,'action started via WP Cron','2021-02-20 12:46:56','2021-02-20 04:46:56'),(110983,39905,'action complete via WP Cron','2021-02-20 12:46:56','2021-02-20 04:46:56'),(110984,39906,'action created','2021-02-20 12:46:57','2021-02-20 04:46:57'),(110985,39906,'action started via WP Cron','2021-02-20 12:47:50','2021-02-20 04:47:50'),(110986,39906,'action complete via WP Cron','2021-02-20 12:47:50','2021-02-20 04:47:50'),(110987,39907,'action created','2021-02-20 12:47:50','2021-02-20 04:47:50'),(110988,39907,'action started via WP Cron','2021-02-20 12:51:30','2021-02-20 04:51:30'),(110989,39907,'action complete via WP Cron','2021-02-20 12:51:30','2021-02-20 04:51:30'),(110990,39908,'action created','2021-02-20 12:51:30','2021-02-20 04:51:30'),(110991,39908,'action started via WP Cron','2021-02-20 12:56:25','2021-02-20 04:56:25'),(110992,39908,'action complete via WP Cron','2021-02-20 12:56:25','2021-02-20 04:56:25'),(110993,39909,'action created','2021-02-20 12:56:25','2021-02-20 04:56:25'),(110994,39909,'action started via WP Cron','2021-02-20 13:02:46','2021-02-20 05:02:46'),(110995,39909,'action complete via WP Cron','2021-02-20 13:02:46','2021-02-20 05:02:46'),(110996,39910,'action created','2021-02-20 13:02:46','2021-02-20 05:02:46'),(110997,39910,'action started via WP Cron','2021-02-20 13:04:41','2021-02-20 05:04:41'),(110998,39910,'action complete via WP Cron','2021-02-20 13:04:41','2021-02-20 05:04:41'),(110999,39911,'action created','2021-02-20 13:04:41','2021-02-20 05:04:41'),(111000,39911,'action started via WP Cron','2021-02-20 13:05:42','2021-02-20 05:05:42'),(111001,39911,'action complete via WP Cron','2021-02-20 13:05:42','2021-02-20 05:05:42'),(111002,39912,'action created','2021-02-20 13:05:43','2021-02-20 05:05:43'),(111003,39912,'action started via WP Cron','2021-02-20 13:06:43','2021-02-20 05:06:43'),(111004,39912,'action complete via WP Cron','2021-02-20 13:06:43','2021-02-20 05:06:43'),(111005,39913,'action created','2021-02-20 13:06:43','2021-02-20 05:06:43'),(111006,39913,'action started via WP Cron','2021-02-20 13:10:16','2021-02-20 05:10:16'),(111007,39913,'action complete via WP Cron','2021-02-20 13:10:16','2021-02-20 05:10:16'),(111008,39914,'action created','2021-02-20 13:10:16','2021-02-20 05:10:16'),(111009,39914,'action started via WP Cron','2021-02-20 13:17:21','2021-02-20 05:17:21'),(111010,39914,'action complete via WP Cron','2021-02-20 13:17:21','2021-02-20 05:17:21'),(111011,39915,'action created','2021-02-20 13:17:21','2021-02-20 05:17:21'),(111012,39915,'action started via WP Cron','2021-02-20 13:18:29','2021-02-20 05:18:29'),(111013,39915,'action complete via WP Cron','2021-02-20 13:18:29','2021-02-20 05:18:29'),(111014,39916,'action created','2021-02-20 13:18:29','2021-02-20 05:18:29'),(111015,39916,'action started via WP Cron','2021-02-20 13:19:30','2021-02-20 05:19:30'),(111016,39916,'action complete via WP Cron','2021-02-20 13:19:30','2021-02-20 05:19:30'),(111017,39917,'action created','2021-02-20 13:19:31','2021-02-20 05:19:31'),(111018,39917,'action started via WP Cron','2021-02-20 13:21:33','2021-02-20 05:21:33'),(111019,39917,'action complete via WP Cron','2021-02-20 13:21:33','2021-02-20 05:21:33'),(111020,39918,'action created','2021-02-20 13:21:33','2021-02-20 05:21:33'),(111021,39918,'action started via WP Cron','2021-02-20 13:21:48','2021-02-20 05:21:48'),(111022,39918,'action complete via WP Cron','2021-02-20 13:21:48','2021-02-20 05:21:48'),(111023,39919,'action created','2021-02-20 13:21:48','2021-02-20 05:21:48'),(111024,39919,'action started via WP Cron','2021-02-20 13:22:45','2021-02-20 05:22:45'),(111025,39919,'action complete via WP Cron','2021-02-20 13:22:45','2021-02-20 05:22:45'),(111026,39920,'action created','2021-02-20 13:22:45','2021-02-20 05:22:45'),(111027,39920,'action started via WP Cron','2021-02-20 13:24:05','2021-02-20 05:24:05'),(111028,39920,'action complete via WP Cron','2021-02-20 13:24:05','2021-02-20 05:24:05'),(111029,39921,'action created','2021-02-20 13:24:05','2021-02-20 05:24:05'),(111030,39921,'action started via WP Cron','2021-02-20 13:31:45','2021-02-20 05:31:45'),(111031,39921,'action complete via WP Cron','2021-02-20 13:31:45','2021-02-20 05:31:45'),(111032,39922,'action created','2021-02-20 13:31:45','2021-02-20 05:31:45'),(111033,39922,'action started via WP Cron','2021-02-20 13:32:41','2021-02-20 05:32:41'),(111034,39922,'action complete via WP Cron','2021-02-20 13:32:41','2021-02-20 05:32:41'),(111035,39923,'action created','2021-02-20 13:32:41','2021-02-20 05:32:41'),(111036,39923,'action started via WP Cron','2021-02-20 13:33:50','2021-02-20 05:33:50'),(111037,39923,'action complete via WP Cron','2021-02-20 13:33:50','2021-02-20 05:33:50'),(111038,39924,'action created','2021-02-20 13:33:50','2021-02-20 05:33:50'),(111039,39924,'action started via WP Cron','2021-02-20 13:34:49','2021-02-20 05:34:49'),(111040,39924,'action complete via WP Cron','2021-02-20 13:34:49','2021-02-20 05:34:49'),(111041,39925,'action created','2021-02-20 13:34:49','2021-02-20 05:34:49'),(111042,39925,'action started via WP Cron','2021-02-20 13:35:52','2021-02-20 05:35:52'),(111043,39925,'action complete via WP Cron','2021-02-20 13:35:52','2021-02-20 05:35:52'),(111044,39926,'action created','2021-02-20 13:36:10','2021-02-20 05:36:10'),(111045,39926,'action started via WP Cron','2021-02-20 13:36:51','2021-02-20 05:36:51'),(111046,39926,'action complete via WP Cron','2021-02-20 13:36:51','2021-02-20 05:36:51'),(111047,39927,'action created','2021-02-20 13:36:51','2021-02-20 05:36:51'),(111048,39927,'action started via WP Cron','2021-02-20 13:40:46','2021-02-20 05:40:46'),(111049,39927,'action complete via WP Cron','2021-02-20 13:40:46','2021-02-20 05:40:46'),(111050,39928,'action created','2021-02-20 13:40:46','2021-02-20 05:40:46'),(111051,39928,'action started via WP Cron','2021-02-20 13:41:41','2021-02-20 05:41:41'),(111052,39928,'action complete via WP Cron','2021-02-20 13:41:41','2021-02-20 05:41:41'),(111053,39929,'action created','2021-02-20 13:41:41','2021-02-20 05:41:41'),(111054,39929,'action started via WP Cron','2021-02-20 13:42:50','2021-02-20 05:42:50'),(111055,39929,'action complete via WP Cron','2021-02-20 13:42:50','2021-02-20 05:42:50'),(111056,39930,'action created','2021-02-20 13:42:50','2021-02-20 05:42:50'),(111057,39930,'action started via WP Cron','2021-02-20 13:43:51','2021-02-20 05:43:51'),(111058,39930,'action complete via WP Cron','2021-02-20 13:43:51','2021-02-20 05:43:51'),(111059,39931,'action created','2021-02-20 13:43:51','2021-02-20 05:43:51'),(111060,39931,'action started via WP Cron','2021-02-20 13:44:50','2021-02-20 05:44:50'),(111061,39931,'action complete via WP Cron','2021-02-20 13:44:50','2021-02-20 05:44:50'),(111062,39932,'action created','2021-02-20 13:44:50','2021-02-20 05:44:50'),(111063,39932,'action started via WP Cron','2021-02-20 13:45:41','2021-02-20 05:45:41'),(111064,39932,'action complete via WP Cron','2021-02-20 13:45:41','2021-02-20 05:45:41'),(111065,39933,'action created','2021-02-20 13:45:41','2021-02-20 05:45:41'),(111066,39933,'action started via WP Cron','2021-02-20 13:46:55','2021-02-20 05:46:55'),(111067,39933,'action complete via WP Cron','2021-02-20 13:46:55','2021-02-20 05:46:55'),(111068,39934,'action created','2021-02-20 13:46:55','2021-02-20 05:46:55'),(111069,39934,'action started via WP Cron','2021-02-20 13:47:47','2021-02-20 05:47:47'),(111070,39934,'action complete via WP Cron','2021-02-20 13:47:47','2021-02-20 05:47:47'),(111071,39935,'action created','2021-02-20 13:47:47','2021-02-20 05:47:47'),(111072,39935,'action started via WP Cron','2021-02-20 13:48:56','2021-02-20 05:48:56'),(111073,39935,'action complete via WP Cron','2021-02-20 13:48:56','2021-02-20 05:48:56'),(111074,39936,'action created','2021-02-20 13:48:56','2021-02-20 05:48:56'),(111075,39936,'action started via WP Cron','2021-02-20 13:49:46','2021-02-20 05:49:46'),(111076,39936,'action complete via WP Cron','2021-02-20 13:49:46','2021-02-20 05:49:46'),(111077,39937,'action created','2021-02-20 13:49:46','2021-02-20 05:49:46'),(111078,39937,'action started via WP Cron','2021-02-20 13:50:43','2021-02-20 05:50:43'),(111079,39937,'action complete via WP Cron','2021-02-20 13:50:43','2021-02-20 05:50:43'),(111080,39938,'action created','2021-02-20 13:50:43','2021-02-20 05:50:43'),(111081,39938,'action started via WP Cron','2021-02-20 13:51:53','2021-02-20 05:51:53'),(111082,39938,'action complete via WP Cron','2021-02-20 13:51:53','2021-02-20 05:51:53'),(111083,39939,'action created','2021-02-20 13:51:53','2021-02-20 05:51:53'),(111084,39939,'action started via WP Cron','2021-02-20 13:52:48','2021-02-20 05:52:48'),(111085,39939,'action complete via WP Cron','2021-02-20 13:52:48','2021-02-20 05:52:48'),(111086,39940,'action created','2021-02-20 13:52:48','2021-02-20 05:52:48'),(111087,39940,'action started via WP Cron','2021-02-20 13:53:45','2021-02-20 05:53:45'),(111088,39940,'action complete via WP Cron','2021-02-20 13:53:45','2021-02-20 05:53:45'),(111089,39941,'action created','2021-02-20 13:53:45','2021-02-20 05:53:45'),(111090,39941,'action started via WP Cron','2021-02-20 13:54:52','2021-02-20 05:54:52'),(111091,39941,'action complete via WP Cron','2021-02-20 13:54:52','2021-02-20 05:54:52'),(111092,39942,'action created','2021-02-20 13:54:52','2021-02-20 05:54:52'),(111093,39942,'action started via WP Cron','2021-02-20 13:55:48','2021-02-20 05:55:48'),(111094,39942,'action complete via WP Cron','2021-02-20 13:55:48','2021-02-20 05:55:48'),(111095,39943,'action created','2021-02-20 13:55:48','2021-02-20 05:55:48'),(111096,39943,'action started via WP Cron','2021-02-20 13:58:39','2021-02-20 05:58:39'),(111097,39943,'action complete via WP Cron','2021-02-20 13:58:39','2021-02-20 05:58:39'),(111098,39944,'action created','2021-02-20 13:58:39','2021-02-20 05:58:39'),(111099,39944,'action started via WP Cron','2021-02-20 14:01:02','2021-02-20 06:01:02'),(111100,39944,'action complete via WP Cron','2021-02-20 14:01:02','2021-02-20 06:01:02'),(111101,39945,'action created','2021-02-20 14:01:03','2021-02-20 06:01:03'),(111102,39945,'action started via WP Cron','2021-02-20 14:04:30','2021-02-20 06:04:30'),(111103,39945,'action complete via WP Cron','2021-02-20 14:04:31','2021-02-20 06:04:31'),(111104,39946,'action created','2021-02-20 14:04:31','2021-02-20 06:04:31'),(111105,39946,'action started via WP Cron','2021-02-20 14:05:38','2021-02-20 06:05:38'),(111106,39946,'action complete via WP Cron','2021-02-20 14:05:38','2021-02-20 06:05:38'),(111107,39947,'action created','2021-02-20 14:05:38','2021-02-20 06:05:38'),(111108,39947,'action started via WP Cron','2021-02-20 14:06:18','2021-02-20 06:06:18'),(111109,39947,'action complete via WP Cron','2021-02-20 14:06:18','2021-02-20 06:06:18'),(111110,39948,'action created','2021-02-20 14:06:18','2021-02-20 06:06:18'),(111111,39948,'action started via WP Cron','2021-02-20 14:08:05','2021-02-20 06:08:05'),(111112,39948,'action complete via WP Cron','2021-02-20 14:08:05','2021-02-20 06:08:05'),(111113,39949,'action created','2021-02-20 14:08:05','2021-02-20 06:08:05'),(111114,39949,'action started via WP Cron','2021-02-20 14:08:41','2021-02-20 06:08:41'),(111115,39949,'action complete via WP Cron','2021-02-20 14:08:41','2021-02-20 06:08:41'),(111116,39950,'action created','2021-02-20 14:08:41','2021-02-20 06:08:41'),(111117,39950,'action started via WP Cron','2021-02-20 14:09:42','2021-02-20 06:09:42'),(111118,39950,'action complete via WP Cron','2021-02-20 14:09:42','2021-02-20 06:09:42'),(111119,39951,'action created','2021-02-20 14:09:42','2021-02-20 06:09:42'),(111120,39951,'action started via WP Cron','2021-02-20 14:10:43','2021-02-20 06:10:43'),(111121,39951,'action complete via WP Cron','2021-02-20 14:10:43','2021-02-20 06:10:43'),(111122,39952,'action created','2021-02-20 14:10:43','2021-02-20 06:10:43'),(111123,39952,'action started via WP Cron','2021-02-20 14:15:44','2021-02-20 06:15:44'),(111124,39952,'action complete via WP Cron','2021-02-20 14:15:44','2021-02-20 06:15:44'),(111125,39953,'action created','2021-02-20 14:15:44','2021-02-20 06:15:44'),(111126,39953,'action started via WP Cron','2021-02-20 14:16:42','2021-02-20 06:16:42'),(111127,39953,'action complete via WP Cron','2021-02-20 14:16:42','2021-02-20 06:16:42'),(111128,39954,'action created','2021-02-20 14:16:42','2021-02-20 06:16:42'),(111129,39954,'action started via WP Cron','2021-02-20 14:19:40','2021-02-20 06:19:40'),(111130,39954,'action complete via WP Cron','2021-02-20 14:19:40','2021-02-20 06:19:40'),(111131,39955,'action created','2021-02-20 14:19:40','2021-02-20 06:19:40'),(111132,39955,'action started via WP Cron','2021-02-20 14:20:44','2021-02-20 06:20:44'),(111133,39955,'action complete via WP Cron','2021-02-20 14:20:44','2021-02-20 06:20:44'),(111134,39956,'action created','2021-02-20 14:20:44','2021-02-20 06:20:44'),(111135,39956,'action started via WP Cron','2021-02-20 14:21:44','2021-02-20 06:21:44'),(111136,39956,'action complete via WP Cron','2021-02-20 14:21:44','2021-02-20 06:21:44'),(111137,39957,'action created','2021-02-20 14:21:44','2021-02-20 06:21:44'),(111138,39957,'action started via WP Cron','2021-02-20 14:23:15','2021-02-20 06:23:15'),(111139,39957,'action complete via WP Cron','2021-02-20 14:23:15','2021-02-20 06:23:15'),(111140,39958,'action created','2021-02-20 14:23:15','2021-02-20 06:23:15'),(111141,39958,'action started via WP Cron','2021-02-20 14:23:50','2021-02-20 06:23:50'),(111142,39958,'action complete via WP Cron','2021-02-20 14:23:50','2021-02-20 06:23:50'),(111143,39959,'action created','2021-02-20 14:23:50','2021-02-20 06:23:50'),(111144,39959,'action started via WP Cron','2021-02-20 14:24:51','2021-02-20 06:24:51'),(111145,39959,'action complete via WP Cron','2021-02-20 14:24:51','2021-02-20 06:24:51'),(111146,39960,'action created','2021-02-20 14:24:51','2021-02-20 06:24:51'),(111147,39960,'action started via WP Cron','2021-02-20 14:25:53','2021-02-20 06:25:53'),(111148,39960,'action complete via WP Cron','2021-02-20 14:25:53','2021-02-20 06:25:53'),(111149,39961,'action created','2021-02-20 14:25:53','2021-02-20 06:25:53'),(111150,39961,'action started via WP Cron','2021-02-20 14:37:03','2021-02-20 06:37:03'),(111151,39961,'action complete via WP Cron','2021-02-20 14:37:03','2021-02-20 06:37:03'),(111152,39962,'action created','2021-02-20 14:37:03','2021-02-20 06:37:03'),(111153,39962,'action started via WP Cron','2021-02-20 14:45:53','2021-02-20 06:45:53'),(111154,39962,'action complete via WP Cron','2021-02-20 14:45:53','2021-02-20 06:45:53'),(111155,39963,'action created','2021-02-20 14:45:53','2021-02-20 06:45:53'),(111156,39963,'action started via WP Cron','2021-02-20 14:47:00','2021-02-20 06:47:00'),(111157,39963,'action complete via WP Cron','2021-02-20 14:47:00','2021-02-20 06:47:00'),(111158,39964,'action created','2021-02-20 14:47:00','2021-02-20 06:47:00'),(111159,39964,'action started via WP Cron','2021-02-20 14:48:01','2021-02-20 06:48:01'),(111160,39964,'action complete via WP Cron','2021-02-20 14:48:01','2021-02-20 06:48:01'),(111161,39965,'action created','2021-02-20 14:48:01','2021-02-20 06:48:01'),(111162,39965,'action started via WP Cron','2021-02-20 14:49:02','2021-02-20 06:49:02'),(111163,39965,'action complete via WP Cron','2021-02-20 14:49:02','2021-02-20 06:49:02'),(111164,39966,'action created','2021-02-20 14:49:02','2021-02-20 06:49:02'),(111165,39966,'action started via WP Cron','2021-02-20 14:49:59','2021-02-20 06:49:59'),(111166,39966,'action complete via WP Cron','2021-02-20 14:49:59','2021-02-20 06:49:59'),(111167,39967,'action created','2021-02-20 14:49:59','2021-02-20 06:49:59'),(111168,39967,'action started via WP Cron','2021-02-20 14:51:00','2021-02-20 06:51:00'),(111169,39967,'action complete via WP Cron','2021-02-20 14:51:00','2021-02-20 06:51:00'),(111170,39968,'action created','2021-02-20 14:51:01','2021-02-20 06:51:01'),(111171,39968,'action started via WP Cron','2021-02-20 14:52:02','2021-02-20 06:52:02'),(111172,39968,'action complete via WP Cron','2021-02-20 14:52:02','2021-02-20 06:52:02'),(111173,39969,'action created','2021-02-20 14:52:02','2021-02-20 06:52:02'),(111174,39969,'action started via WP Cron','2021-02-20 14:53:31','2021-02-20 06:53:31'),(111175,39969,'action complete via WP Cron','2021-02-20 14:53:31','2021-02-20 06:53:31'),(111176,39970,'action created','2021-02-20 14:53:31','2021-02-20 06:53:31'),(111177,39970,'action started via WP Cron','2021-02-20 14:54:32','2021-02-20 06:54:32'),(111178,39970,'action complete via WP Cron','2021-02-20 14:54:32','2021-02-20 06:54:32'),(111179,39971,'action created','2021-02-20 14:54:32','2021-02-20 06:54:32'),(111180,39971,'action started via WP Cron','2021-02-20 14:58:51','2021-02-20 06:58:51'),(111181,39971,'action complete via WP Cron','2021-02-20 14:58:51','2021-02-20 06:58:51'),(111182,39972,'action created','2021-02-20 14:58:51','2021-02-20 06:58:51'),(111183,39972,'action started via WP Cron','2021-02-20 15:04:15','2021-02-20 07:04:15'),(111184,39972,'action complete via WP Cron','2021-02-20 15:04:15','2021-02-20 07:04:15'),(111185,39973,'action created','2021-02-20 15:04:15','2021-02-20 07:04:15'),(111186,39973,'action started via WP Cron','2021-02-20 15:05:42','2021-02-20 07:05:42'),(111187,39973,'action complete via WP Cron','2021-02-20 15:05:42','2021-02-20 07:05:42'),(111188,39974,'action created','2021-02-20 15:05:42','2021-02-20 07:05:42'),(111189,39974,'action started via WP Cron','2021-02-20 15:07:30','2021-02-20 07:07:30'),(111190,39974,'action complete via WP Cron','2021-02-20 15:07:30','2021-02-20 07:07:30'),(111191,39975,'action created','2021-02-20 15:07:30','2021-02-20 07:07:30'),(111192,39975,'action started via WP Cron','2021-02-20 15:07:46','2021-02-20 07:07:46'),(111193,39975,'action complete via WP Cron','2021-02-20 15:07:46','2021-02-20 07:07:46'),(111194,39976,'action created','2021-02-20 15:07:46','2021-02-20 07:07:46'),(111195,39976,'action started via WP Cron','2021-02-20 15:09:27','2021-02-20 07:09:27'),(111196,39976,'action complete via WP Cron','2021-02-20 15:09:27','2021-02-20 07:09:27'),(111197,39977,'action created','2021-02-20 15:09:27','2021-02-20 07:09:27'),(111198,39977,'action started via WP Cron','2021-02-20 15:10:04','2021-02-20 07:10:04'),(111199,39977,'action complete via WP Cron','2021-02-20 15:10:04','2021-02-20 07:10:04'),(111200,39978,'action created','2021-02-20 15:10:04','2021-02-20 07:10:04'),(111201,39978,'action started via WP Cron','2021-02-20 15:11:00','2021-02-20 07:11:00'),(111202,39978,'action complete via WP Cron','2021-02-20 15:11:00','2021-02-20 07:11:00'),(111203,39979,'action created','2021-02-20 15:11:20','2021-02-20 07:11:20'),(111204,39979,'action started via WP Cron','2021-02-20 15:12:01','2021-02-20 07:12:01'),(111205,39979,'action complete via WP Cron','2021-02-20 15:12:01','2021-02-20 07:12:01'),(111206,39980,'action created','2021-02-20 15:12:01','2021-02-20 07:12:01'),(111207,39980,'action started via WP Cron','2021-02-20 15:13:02','2021-02-20 07:13:02'),(111208,39980,'action complete via WP Cron','2021-02-20 15:13:02','2021-02-20 07:13:02'),(111209,39981,'action created','2021-02-20 15:13:02','2021-02-20 07:13:02'),(111210,39981,'action started via WP Cron','2021-02-20 15:15:46','2021-02-20 07:15:46'),(111211,39981,'action complete via WP Cron','2021-02-20 15:15:46','2021-02-20 07:15:46'),(111212,39982,'action created','2021-02-20 15:15:55','2021-02-20 07:15:55'),(111213,39982,'action started via WP Cron','2021-02-20 15:17:12','2021-02-20 07:17:12'),(111214,39982,'action complete via WP Cron','2021-02-20 15:17:12','2021-02-20 07:17:12'),(111215,39983,'action created','2021-02-20 15:17:12','2021-02-20 07:17:12'),(111216,39983,'action started via WP Cron','2021-02-20 15:18:42','2021-02-20 07:18:42'),(111217,39983,'action complete via WP Cron','2021-02-20 15:18:42','2021-02-20 07:18:42'),(111218,39984,'action created','2021-02-20 15:19:09','2021-02-20 07:19:09'),(111219,39984,'action started via WP Cron','2021-02-20 15:20:39','2021-02-20 07:20:39'),(111220,39984,'action complete via WP Cron','2021-02-20 15:20:39','2021-02-20 07:20:39'),(111221,39985,'action created','2021-02-20 15:20:39','2021-02-20 07:20:39'),(111222,39985,'action started via WP Cron','2021-02-20 15:26:07','2021-02-20 07:26:07'),(111223,39985,'action complete via WP Cron','2021-02-20 15:26:07','2021-02-20 07:26:07'),(111224,39986,'action created','2021-02-20 15:26:07','2021-02-20 07:26:07'),(111225,39986,'action started via WP Cron','2021-02-20 15:27:08','2021-02-20 07:27:08'),(111226,39986,'action complete via WP Cron','2021-02-20 15:27:08','2021-02-20 07:27:08'),(111227,39987,'action created','2021-02-20 15:27:08','2021-02-20 07:27:08'),(111228,39987,'action started via WP Cron','2021-02-20 15:28:09','2021-02-20 07:28:09'),(111229,39987,'action complete via WP Cron','2021-02-20 15:28:09','2021-02-20 07:28:09'),(111230,39988,'action created','2021-02-20 15:28:09','2021-02-20 07:28:09'),(111231,39988,'action started via WP Cron','2021-02-20 15:29:10','2021-02-20 07:29:10'),(111232,39988,'action complete via WP Cron','2021-02-20 15:29:10','2021-02-20 07:29:10'),(111233,39989,'action created','2021-02-20 15:29:10','2021-02-20 07:29:10'),(111234,39989,'action started via WP Cron','2021-02-20 15:29:46','2021-02-20 07:29:46'),(111235,39989,'action complete via WP Cron','2021-02-20 15:29:46','2021-02-20 07:29:46'),(111236,39990,'action created','2021-02-20 15:29:46','2021-02-20 07:29:46'),(111237,39990,'action started via WP Cron','2021-02-20 15:30:48','2021-02-20 07:30:48'),(111238,39990,'action complete via WP Cron','2021-02-20 15:30:48','2021-02-20 07:30:48'),(111239,39991,'action created','2021-02-20 15:30:48','2021-02-20 07:30:48'),(111240,39991,'action started via WP Cron','2021-02-20 15:31:42','2021-02-20 07:31:42'),(111241,39991,'action complete via WP Cron','2021-02-20 15:31:42','2021-02-20 07:31:42'),(111242,39992,'action created','2021-02-20 15:31:42','2021-02-20 07:31:42'),(111243,39992,'action started via WP Cron','2021-02-20 15:35:17','2021-02-20 07:35:17'),(111244,39992,'action complete via WP Cron','2021-02-20 15:35:17','2021-02-20 07:35:17'),(111245,39993,'action created','2021-02-20 15:35:18','2021-02-20 07:35:18'),(111246,39993,'action started via WP Cron','2021-02-20 15:37:03','2021-02-20 07:37:03'),(111247,39993,'action complete via WP Cron','2021-02-20 15:37:03','2021-02-20 07:37:03'),(111248,39994,'action created','2021-02-20 15:37:03','2021-02-20 07:37:03'),(111249,39994,'action started via WP Cron','2021-02-20 15:38:10','2021-02-20 07:38:10'),(111250,39994,'action complete via WP Cron','2021-02-20 15:38:10','2021-02-20 07:38:10'),(111251,39995,'action created','2021-02-20 15:38:10','2021-02-20 07:38:10'),(111252,39995,'action started via WP Cron','2021-02-20 15:39:34','2021-02-20 07:39:34'),(111253,39995,'action complete via WP Cron','2021-02-20 15:39:34','2021-02-20 07:39:34'),(111254,39996,'action created','2021-02-20 15:39:34','2021-02-20 07:39:34'),(111255,39996,'action started via WP Cron','2021-02-20 15:40:35','2021-02-20 07:40:35'),(111256,39996,'action complete via WP Cron','2021-02-20 15:40:35','2021-02-20 07:40:35'),(111257,39997,'action created','2021-02-20 15:40:35','2021-02-20 07:40:35'),(111258,39997,'action started via WP Cron','2021-02-20 15:42:38','2021-02-20 07:42:38'),(111259,39997,'action complete via WP Cron','2021-02-20 15:42:38','2021-02-20 07:42:38'),(111260,39998,'action created','2021-02-20 15:42:38','2021-02-20 07:42:38'),(111261,39998,'action started via WP Cron','2021-02-20 15:43:38','2021-02-20 07:43:38'),(111262,39998,'action complete via WP Cron','2021-02-20 15:43:38','2021-02-20 07:43:38'),(111263,39999,'action created','2021-02-20 15:43:38','2021-02-20 07:43:38'),(111264,39999,'action started via WP Cron','2021-02-20 15:44:39','2021-02-20 07:44:39'),(111265,39999,'action complete via WP Cron','2021-02-20 15:44:39','2021-02-20 07:44:39'),(111266,40000,'action created','2021-02-20 15:44:39','2021-02-20 07:44:39'),(111267,40000,'action started via WP Cron','2021-02-20 15:50:35','2021-02-20 07:50:35'),(111268,40000,'action complete via WP Cron','2021-02-20 15:50:35','2021-02-20 07:50:35'),(111269,40001,'action created','2021-02-20 15:52:04','2021-02-20 07:52:04'),(111270,40001,'action started via WP Cron','2021-02-20 15:53:05','2021-02-20 07:53:05'),(111271,40001,'action complete via WP Cron','2021-02-20 15:53:05','2021-02-20 07:53:05'),(111272,40002,'action created','2021-02-20 15:53:05','2021-02-20 07:53:05'),(111273,40002,'action started via WP Cron','2021-02-20 15:54:03','2021-02-20 07:54:03'),(111274,40002,'action complete via WP Cron','2021-02-20 15:54:03','2021-02-20 07:54:03'),(111275,40003,'action created','2021-02-20 15:54:03','2021-02-20 07:54:03'),(111276,40003,'action started via WP Cron','2021-02-20 15:55:04','2021-02-20 07:55:04'),(111277,40003,'action complete via WP Cron','2021-02-20 15:55:04','2021-02-20 07:55:04'),(111278,40004,'action created','2021-02-20 15:55:04','2021-02-20 07:55:04'),(111279,40004,'action started via WP Cron','2021-02-20 15:56:04','2021-02-20 07:56:04'),(111280,40004,'action complete via WP Cron','2021-02-20 15:56:04','2021-02-20 07:56:04'),(111281,40005,'action created','2021-02-20 15:56:05','2021-02-20 07:56:05'),(111282,40005,'action started via WP Cron','2021-02-20 15:56:46','2021-02-20 07:56:46'),(111283,40005,'action complete via WP Cron','2021-02-20 15:56:47','2021-02-20 07:56:47'),(111284,40006,'action created','2021-02-20 15:56:47','2021-02-20 07:56:47'),(111285,40006,'action started via WP Cron','2021-02-20 15:59:47','2021-02-20 07:59:47'),(111286,40006,'action complete via WP Cron','2021-02-20 15:59:47','2021-02-20 07:59:47'),(111287,40007,'action created','2021-02-20 15:59:48','2021-02-20 07:59:48'),(111288,40007,'action started via WP Cron','2021-02-20 16:11:00','2021-02-20 08:11:00'),(111289,40007,'action complete via WP Cron','2021-02-20 16:11:00','2021-02-20 08:11:00'),(111290,40008,'action created','2021-02-20 16:11:00','2021-02-20 08:11:00'),(111291,40008,'action started via WP Cron','2021-02-20 16:11:44','2021-02-20 08:11:44'),(111292,40008,'action complete via WP Cron','2021-02-20 16:11:44','2021-02-20 08:11:44'),(111293,40009,'action created','2021-02-20 16:11:44','2021-02-20 08:11:44'),(111294,40009,'action started via WP Cron','2021-02-20 16:13:04','2021-02-20 08:13:04'),(111295,40009,'action complete via WP Cron','2021-02-20 16:13:04','2021-02-20 08:13:04'),(111296,40010,'action created','2021-02-20 16:13:04','2021-02-20 08:13:04'),(111297,40010,'action started via WP Cron','2021-02-20 16:13:41','2021-02-20 08:13:41'),(111298,40010,'action complete via WP Cron','2021-02-20 16:13:41','2021-02-20 08:13:41'),(111299,40011,'action created','2021-02-20 16:13:42','2021-02-20 08:13:42'),(111300,40011,'action started via WP Cron','2021-02-20 16:14:48','2021-02-20 08:14:48'),(111301,40011,'action complete via WP Cron','2021-02-20 16:14:48','2021-02-20 08:14:48'),(111302,40012,'action created','2021-02-20 16:14:48','2021-02-20 08:14:48'),(111303,40012,'action started via WP Cron','2021-02-20 16:15:53','2021-02-20 08:15:53'),(111304,40012,'action complete via WP Cron','2021-02-20 16:15:53','2021-02-20 08:15:53'),(111305,40013,'action created','2021-02-20 16:15:54','2021-02-20 08:15:54'),(111306,40013,'action started via WP Cron','2021-02-20 16:16:50','2021-02-20 08:16:50'),(111307,40013,'action complete via WP Cron','2021-02-20 16:16:50','2021-02-20 08:16:50'),(111308,40014,'action created','2021-02-20 16:16:50','2021-02-20 08:16:50'),(111309,40014,'action started via WP Cron','2021-02-20 16:17:42','2021-02-20 08:17:42'),(111310,40014,'action complete via WP Cron','2021-02-20 16:17:42','2021-02-20 08:17:42'),(111311,40015,'action created','2021-02-20 16:17:42','2021-02-20 08:17:42'),(111312,40015,'action started via WP Cron','2021-02-20 16:18:58','2021-02-20 08:18:58'),(111313,40015,'action complete via WP Cron','2021-02-20 16:18:58','2021-02-20 08:18:58'),(111314,40016,'action created','2021-02-20 16:18:58','2021-02-20 08:18:58'),(111315,40016,'action started via WP Cron','2021-02-20 16:19:52','2021-02-20 08:19:52'),(111316,40016,'action complete via WP Cron','2021-02-20 16:19:52','2021-02-20 08:19:52'),(111317,40017,'action created','2021-02-20 16:19:52','2021-02-20 08:19:52'),(111318,40017,'action started via WP Cron','2021-02-20 16:20:47','2021-02-20 08:20:47'),(111319,40017,'action complete via WP Cron','2021-02-20 16:20:47','2021-02-20 08:20:47'),(111320,40018,'action created','2021-02-20 16:20:47','2021-02-20 08:20:47'),(111321,40018,'action started via WP Cron','2021-02-20 16:21:43','2021-02-20 08:21:43'),(111322,40018,'action complete via WP Cron','2021-02-20 16:21:43','2021-02-20 08:21:43'),(111323,40019,'action created','2021-02-20 16:21:43','2021-02-20 08:21:43'),(111324,40019,'action started via WP Cron','2021-02-20 16:22:42','2021-02-20 08:22:42'),(111325,40019,'action complete via WP Cron','2021-02-20 16:22:42','2021-02-20 08:22:42'),(111326,40020,'action created','2021-02-20 16:22:42','2021-02-20 08:22:42'),(111327,40020,'action started via WP Cron','2021-02-20 16:23:43','2021-02-20 08:23:43'),(111328,40020,'action complete via WP Cron','2021-02-20 16:23:43','2021-02-20 08:23:43'),(111329,40021,'action created','2021-02-20 16:23:43','2021-02-20 08:23:43'),(111330,40021,'action started via WP Cron','2021-02-20 16:24:52','2021-02-20 08:24:52'),(111331,40021,'action complete via WP Cron','2021-02-20 16:24:52','2021-02-20 08:24:52'),(111332,40022,'action created','2021-02-20 16:24:52','2021-02-20 08:24:52'),(111333,40022,'action started via WP Cron','2021-02-20 16:25:41','2021-02-20 08:25:41'),(111334,40022,'action complete via WP Cron','2021-02-20 16:25:41','2021-02-20 08:25:41'),(111335,40023,'action created','2021-02-20 16:25:41','2021-02-20 08:25:41'),(111336,40023,'action started via WP Cron','2021-02-20 16:26:53','2021-02-20 08:26:53'),(111337,40023,'action complete via WP Cron','2021-02-20 16:26:53','2021-02-20 08:26:53'),(111338,40024,'action created','2021-02-20 16:26:53','2021-02-20 08:26:53'),(111339,40024,'action started via WP Cron','2021-02-20 16:27:42','2021-02-20 08:27:42'),(111340,40024,'action complete via WP Cron','2021-02-20 16:27:42','2021-02-20 08:27:42'),(111341,40025,'action created','2021-02-20 16:27:42','2021-02-20 08:27:42'),(111342,40025,'action started via WP Cron','2021-02-20 16:28:52','2021-02-20 08:28:52'),(111343,40025,'action complete via WP Cron','2021-02-20 16:28:52','2021-02-20 08:28:52'),(111344,40026,'action created','2021-02-20 16:28:52','2021-02-20 08:28:52'),(111345,40026,'action started via WP Cron','2021-02-20 16:29:47','2021-02-20 08:29:47'),(111346,40026,'action complete via WP Cron','2021-02-20 16:29:47','2021-02-20 08:29:47'),(111347,40027,'action created','2021-02-20 16:29:47','2021-02-20 08:29:47'),(111348,40027,'action started via WP Cron','2021-02-20 16:30:44','2021-02-20 08:30:44'),(111349,40027,'action complete via WP Cron','2021-02-20 16:30:44','2021-02-20 08:30:44'),(111350,40028,'action created','2021-02-20 16:30:44','2021-02-20 08:30:44'),(111351,40028,'action started via WP Cron','2021-02-20 16:31:45','2021-02-20 08:31:45'),(111352,40028,'action complete via WP Cron','2021-02-20 16:31:45','2021-02-20 08:31:45'),(111353,40029,'action created','2021-02-20 16:31:45','2021-02-20 08:31:45'),(111354,40029,'action started via WP Cron','2021-02-20 16:32:45','2021-02-20 08:32:45'),(111355,40029,'action complete via WP Cron','2021-02-20 16:32:45','2021-02-20 08:32:45'),(111356,40030,'action created','2021-02-20 16:32:45','2021-02-20 08:32:45'),(111357,40030,'action started via WP Cron','2021-02-20 16:33:54','2021-02-20 08:33:54'),(111358,40030,'action complete via WP Cron','2021-02-20 16:33:54','2021-02-20 08:33:54'),(111359,40031,'action created','2021-02-20 16:33:55','2021-02-20 08:33:55'),(111360,40031,'action started via WP Cron','2021-02-20 16:36:30','2021-02-20 08:36:30'),(111361,40031,'action complete via WP Cron','2021-02-20 16:36:30','2021-02-20 08:36:30'),(111362,40032,'action created','2021-02-20 16:36:30','2021-02-20 08:36:30'),(111363,40032,'action started via WP Cron','2021-02-20 16:37:27','2021-02-20 08:37:27'),(111364,40032,'action complete via WP Cron','2021-02-20 16:37:27','2021-02-20 08:37:27'),(111365,40033,'action created','2021-02-20 16:37:27','2021-02-20 08:37:27'),(111366,40033,'action started via WP Cron','2021-02-20 16:38:10','2021-02-20 08:38:10'),(111367,40033,'action complete via WP Cron','2021-02-20 16:38:10','2021-02-20 08:38:10'),(111368,40034,'action created','2021-02-20 16:38:10','2021-02-20 08:38:10'),(111369,40034,'action started via WP Cron','2021-02-20 16:38:55','2021-02-20 08:38:55'),(111370,40034,'action complete via WP Cron','2021-02-20 16:38:55','2021-02-20 08:38:55'),(111371,40035,'action created','2021-02-20 16:38:55','2021-02-20 08:38:55'),(111372,40035,'action started via WP Cron','2021-02-20 16:40:44','2021-02-20 08:40:44'),(111373,40035,'action complete via WP Cron','2021-02-20 16:40:44','2021-02-20 08:40:44'),(111374,40036,'action created','2021-02-20 16:40:44','2021-02-20 08:40:44'),(111375,40036,'action started via WP Cron','2021-02-20 16:43:46','2021-02-20 08:43:46'),(111376,40036,'action complete via WP Cron','2021-02-20 16:43:46','2021-02-20 08:43:46'),(111377,40037,'action created','2021-02-20 16:43:46','2021-02-20 08:43:46'),(111378,40037,'action started via WP Cron','2021-02-20 16:45:16','2021-02-20 08:45:16'),(111379,40037,'action complete via WP Cron','2021-02-20 16:45:16','2021-02-20 08:45:16'),(111380,40038,'action created','2021-02-20 16:45:16','2021-02-20 08:45:16'),(111381,40038,'action started via WP Cron','2021-02-20 16:45:41','2021-02-20 08:45:41'),(111382,40038,'action complete via WP Cron','2021-02-20 16:45:41','2021-02-20 08:45:41'),(111383,40039,'action created','2021-02-20 16:45:41','2021-02-20 08:45:41'),(111384,40039,'action started via WP Cron','2021-02-20 16:46:48','2021-02-20 08:46:48'),(111385,40039,'action complete via WP Cron','2021-02-20 16:46:48','2021-02-20 08:46:48'),(111386,40040,'action created','2021-02-20 16:46:48','2021-02-20 08:46:48'),(111387,40040,'action started via WP Cron','2021-02-20 16:47:49','2021-02-20 08:47:49'),(111388,40040,'action complete via WP Cron','2021-02-20 16:47:49','2021-02-20 08:47:49'),(111389,40041,'action created','2021-02-20 16:47:49','2021-02-20 08:47:49'),(111390,40041,'action started via WP Cron','2021-02-20 16:50:11','2021-02-20 08:50:11'),(111391,40041,'action complete via WP Cron','2021-02-20 16:50:11','2021-02-20 08:50:11'),(111392,40042,'action created','2021-02-20 16:50:11','2021-02-20 08:50:11'),(111393,40042,'action started via WP Cron','2021-02-20 16:51:11','2021-02-20 08:51:11'),(111394,40042,'action complete via WP Cron','2021-02-20 16:51:11','2021-02-20 08:51:11'),(111395,40043,'action created','2021-02-20 16:51:11','2021-02-20 08:51:11'),(111396,40043,'action started via WP Cron','2021-02-20 16:55:32','2021-02-20 08:55:32'),(111397,40043,'action complete via WP Cron','2021-02-20 16:55:32','2021-02-20 08:55:32'),(111398,40044,'action created','2021-02-20 16:55:32','2021-02-20 08:55:32'),(111399,40044,'action started via WP Cron','2021-02-20 16:56:07','2021-02-20 08:56:07'),(111400,40044,'action complete via WP Cron','2021-02-20 16:56:07','2021-02-20 08:56:07'),(111401,40045,'action created','2021-02-20 16:56:07','2021-02-20 08:56:07'),(111402,40045,'action started via WP Cron','2021-02-20 16:57:08','2021-02-20 08:57:08'),(111403,40045,'action complete via WP Cron','2021-02-20 16:57:08','2021-02-20 08:57:08'),(111404,40046,'action created','2021-02-20 16:57:09','2021-02-20 08:57:09'),(111405,40046,'action started via WP Cron','2021-02-20 16:58:09','2021-02-20 08:58:09'),(111406,40046,'action complete via WP Cron','2021-02-20 16:58:09','2021-02-20 08:58:09'),(111407,40047,'action created','2021-02-20 16:58:09','2021-02-20 08:58:09'),(111408,40047,'action started via WP Cron','2021-02-20 17:04:44','2021-02-20 09:04:44'),(111409,40047,'action complete via WP Cron','2021-02-20 17:04:44','2021-02-20 09:04:44'),(111410,40048,'action created','2021-02-20 17:04:44','2021-02-20 09:04:44'),(111411,40048,'action started via WP Cron','2021-02-20 17:15:02','2021-02-20 09:15:02'),(111412,40048,'action complete via WP Cron','2021-02-20 17:15:02','2021-02-20 09:15:02'),(111413,40049,'action created','2021-02-20 17:15:02','2021-02-20 09:15:02'),(111414,40049,'action started via WP Cron','2021-02-20 17:17:24','2021-02-20 09:17:24'),(111415,40049,'action complete via WP Cron','2021-02-20 17:17:24','2021-02-20 09:17:24'),(111416,40050,'action created','2021-02-20 17:17:24','2021-02-20 09:17:24'),(111417,40050,'action started via WP Cron','2021-02-20 17:18:33','2021-02-20 09:18:33'),(111418,40050,'action complete via WP Cron','2021-02-20 17:18:33','2021-02-20 09:18:33'),(111419,40051,'action created','2021-02-20 17:18:33','2021-02-20 09:18:33'),(111420,40051,'action started via WP Cron','2021-02-20 17:19:08','2021-02-20 09:19:08'),(111421,40051,'action complete via WP Cron','2021-02-20 17:19:08','2021-02-20 09:19:08'),(111422,40052,'action created','2021-02-20 17:19:08','2021-02-20 09:19:08'),(111423,40052,'action started via WP Cron','2021-02-20 17:19:41','2021-02-20 09:19:41'),(111424,40052,'action complete via WP Cron','2021-02-20 17:19:41','2021-02-20 09:19:41'),(111425,40053,'action created','2021-02-20 17:19:41','2021-02-20 09:19:41'),(111426,40053,'action started via WP Cron','2021-02-20 17:20:45','2021-02-20 09:20:45'),(111427,40053,'action complete via WP Cron','2021-02-20 17:20:45','2021-02-20 09:20:45'),(111428,40054,'action created','2021-02-20 17:20:45','2021-02-20 09:20:45'),(111429,40054,'action started via WP Cron','2021-02-20 17:22:11','2021-02-20 09:22:11'),(111430,40054,'action complete via WP Cron','2021-02-20 17:22:11','2021-02-20 09:22:11'),(111431,40055,'action created','2021-02-20 17:22:11','2021-02-20 09:22:11'),(111432,40055,'action started via WP Cron','2021-02-20 17:27:15','2021-02-20 09:27:15'),(111433,40055,'action complete via WP Cron','2021-02-20 17:27:15','2021-02-20 09:27:15'),(111434,40056,'action created','2021-02-20 17:27:15','2021-02-20 09:27:15'),(111435,40056,'action started via WP Cron','2021-02-20 17:28:01','2021-02-20 09:28:01'),(111436,40056,'action complete via WP Cron','2021-02-20 17:28:01','2021-02-20 09:28:01'),(111437,40057,'action created','2021-02-20 17:28:01','2021-02-20 09:28:01'),(111438,40057,'action started via WP Cron','2021-02-20 17:29:36','2021-02-20 09:29:36'),(111439,40057,'action complete via WP Cron','2021-02-20 17:29:36','2021-02-20 09:29:36'),(111440,40058,'action created','2021-02-20 17:29:36','2021-02-20 09:29:36'),(111441,40058,'action started via WP Cron','2021-02-20 17:31:37','2021-02-20 09:31:37'),(111442,40058,'action complete via WP Cron','2021-02-20 17:31:37','2021-02-20 09:31:37'),(111443,40059,'action created','2021-02-20 17:31:37','2021-02-20 09:31:37'),(111444,40059,'action started via WP Cron','2021-02-20 17:32:38','2021-02-20 09:32:38'),(111445,40059,'action complete via WP Cron','2021-02-20 17:32:38','2021-02-20 09:32:38'),(111446,40060,'action created','2021-02-20 17:32:39','2021-02-20 09:32:39'),(111447,40060,'action started via WP Cron','2021-02-20 17:33:39','2021-02-20 09:33:39'),(111448,40060,'action complete via WP Cron','2021-02-20 17:33:39','2021-02-20 09:33:39'),(111449,40061,'action created','2021-02-20 17:33:39','2021-02-20 09:33:39'),(111450,40061,'action started via WP Cron','2021-02-20 17:34:18','2021-02-20 09:34:18'),(111451,40061,'action complete via WP Cron','2021-02-20 17:34:18','2021-02-20 09:34:18'),(111452,40062,'action created','2021-02-20 17:34:18','2021-02-20 09:34:18'),(111453,40062,'action started via WP Cron','2021-02-20 17:39:12','2021-02-20 09:39:12'),(111454,40062,'action complete via WP Cron','2021-02-20 17:39:12','2021-02-20 09:39:12'),(111455,40063,'action created','2021-02-20 17:39:12','2021-02-20 09:39:12'),(111456,40063,'action started via WP Cron','2021-02-20 17:40:21','2021-02-20 09:40:21'),(111457,40063,'action complete via WP Cron','2021-02-20 17:40:21','2021-02-20 09:40:21'),(111458,40064,'action created','2021-02-20 17:40:21','2021-02-20 09:40:21'),(111459,40064,'action started via WP Cron','2021-02-20 17:41:22','2021-02-20 09:41:22'),(111460,40064,'action complete via WP Cron','2021-02-20 17:41:22','2021-02-20 09:41:22'),(111461,40065,'action created','2021-02-20 17:41:22','2021-02-20 09:41:22'),(111462,40065,'action started via WP Cron','2021-02-20 17:43:25','2021-02-20 09:43:25'),(111463,40065,'action complete via WP Cron','2021-02-20 17:43:25','2021-02-20 09:43:25'),(111464,40066,'action created','2021-02-20 17:43:25','2021-02-20 09:43:25'),(111465,40066,'action started via WP Cron','2021-02-20 17:44:25','2021-02-20 09:44:25'),(111466,40066,'action complete via WP Cron','2021-02-20 17:44:25','2021-02-20 09:44:25'),(111467,40067,'action created','2021-02-20 17:44:25','2021-02-20 09:44:25'),(111468,40067,'action started via WP Cron','2021-02-20 17:45:26','2021-02-20 09:45:26'),(111469,40067,'action complete via WP Cron','2021-02-20 17:45:26','2021-02-20 09:45:26'),(111470,40068,'action created','2021-02-20 17:45:26','2021-02-20 09:45:26'),(111471,40068,'action started via WP Cron','2021-02-20 17:46:58','2021-02-20 09:46:58'),(111472,40068,'action complete via WP Cron','2021-02-20 17:46:58','2021-02-20 09:46:58'),(111473,40069,'action created','2021-02-20 17:46:58','2021-02-20 09:46:58'),(111474,40069,'action started via WP Cron','2021-02-20 17:48:58','2021-02-20 09:48:58'),(111475,40069,'action complete via WP Cron','2021-02-20 17:48:58','2021-02-20 09:48:58'),(111476,40070,'action created','2021-02-20 17:48:58','2021-02-20 09:48:58'),(111477,40070,'action started via WP Cron','2021-02-20 17:50:36','2021-02-20 09:50:36'),(111478,40070,'action complete via WP Cron','2021-02-20 17:50:36','2021-02-20 09:50:36'),(111479,40071,'action created','2021-02-20 17:50:36','2021-02-20 09:50:36'),(111480,40071,'action started via WP Cron','2021-02-20 17:54:40','2021-02-20 09:54:40'),(111481,40071,'action complete via WP Cron','2021-02-20 17:54:40','2021-02-20 09:54:40'),(111482,40072,'action created','2021-02-20 17:54:40','2021-02-20 09:54:40'),(111483,40072,'action started via WP Cron','2021-02-20 17:56:41','2021-02-20 09:56:41'),(111484,40072,'action complete via WP Cron','2021-02-20 17:56:41','2021-02-20 09:56:41'),(111485,40073,'action created','2021-02-20 17:56:41','2021-02-20 09:56:41'),(111486,40073,'action started via WP Cron','2021-02-20 17:57:47','2021-02-20 09:57:47'),(111487,40073,'action complete via WP Cron','2021-02-20 17:57:47','2021-02-20 09:57:47'),(111488,40074,'action created','2021-02-20 17:57:48','2021-02-20 09:57:48'),(111489,40074,'action started via WP Cron','2021-02-20 17:58:43','2021-02-20 09:58:43'),(111490,40074,'action complete via WP Cron','2021-02-20 17:58:43','2021-02-20 09:58:43'),(111491,40075,'action created','2021-02-20 17:58:43','2021-02-20 09:58:43'),(111492,40075,'action started via WP Cron','2021-02-20 17:59:45','2021-02-20 09:59:45'),(111493,40075,'action complete via WP Cron','2021-02-20 17:59:45','2021-02-20 09:59:45'),(111494,40076,'action created','2021-02-20 17:59:45','2021-02-20 09:59:45'),(111495,40076,'action started via WP Cron','2021-02-20 18:10:28','2021-02-20 10:10:28'),(111496,40076,'action complete via WP Cron','2021-02-20 18:10:28','2021-02-20 10:10:28'),(111497,40077,'action created','2021-02-20 18:10:28','2021-02-20 10:10:28'),(111498,40077,'action started via WP Cron','2021-02-20 18:23:02','2021-02-20 10:23:02'),(111499,40077,'action complete via WP Cron','2021-02-20 18:23:02','2021-02-20 10:23:02'),(111500,40078,'action created','2021-02-20 18:23:02','2021-02-20 10:23:02'),(111501,40078,'action started via WP Cron','2021-02-20 18:24:03','2021-02-20 10:24:03'),(111502,40078,'action complete via WP Cron','2021-02-20 18:24:03','2021-02-20 10:24:03'),(111503,40079,'action created','2021-02-20 18:24:03','2021-02-20 10:24:03'),(111504,40079,'action started via WP Cron','2021-02-20 18:25:04','2021-02-20 10:25:04'),(111505,40079,'action complete via WP Cron','2021-02-20 18:25:04','2021-02-20 10:25:04'),(111506,40080,'action created','2021-02-20 18:25:04','2021-02-20 10:25:04'),(111507,40080,'action started via WP Cron','2021-02-20 18:27:05','2021-02-20 10:27:05'),(111508,40080,'action complete via WP Cron','2021-02-20 18:27:05','2021-02-20 10:27:05'),(111509,40081,'action created','2021-02-20 18:27:05','2021-02-20 10:27:05'),(111510,40081,'action started via WP Cron','2021-02-20 18:28:06','2021-02-20 10:28:06'),(111511,40081,'action complete via WP Cron','2021-02-20 18:28:06','2021-02-20 10:28:06'),(111512,40082,'action created','2021-02-20 18:28:06','2021-02-20 10:28:06'),(111513,40082,'action started via WP Cron','2021-02-20 18:29:08','2021-02-20 10:29:08'),(111514,40082,'action complete via WP Cron','2021-02-20 18:29:08','2021-02-20 10:29:08'),(111515,40083,'action created','2021-02-20 18:29:08','2021-02-20 10:29:08'),(111516,40083,'action started via WP Cron','2021-02-20 18:33:57','2021-02-20 10:33:57'),(111517,40083,'action complete via WP Cron','2021-02-20 18:33:57','2021-02-20 10:33:57'),(111518,40084,'action created','2021-02-20 18:33:57','2021-02-20 10:33:57'),(111519,40084,'action started via WP Cron','2021-02-20 18:34:58','2021-02-20 10:34:58'),(111520,40084,'action complete via WP Cron','2021-02-20 18:34:58','2021-02-20 10:34:58'),(111521,40085,'action created','2021-02-20 18:34:58','2021-02-20 10:34:58'),(111522,40085,'action started via WP Cron','2021-02-20 18:35:59','2021-02-20 10:35:59'),(111523,40085,'action complete via WP Cron','2021-02-20 18:35:59','2021-02-20 10:35:59'),(111524,40086,'action created','2021-02-20 18:35:59','2021-02-20 10:35:59'),(111525,40086,'action started via WP Cron','2021-02-20 18:38:01','2021-02-20 10:38:01'),(111526,40086,'action complete via WP Cron','2021-02-20 18:38:01','2021-02-20 10:38:01'),(111527,40087,'action created','2021-02-20 18:38:01','2021-02-20 10:38:01'),(111528,40087,'action started via WP Cron','2021-02-20 18:39:02','2021-02-20 10:39:02'),(111529,40087,'action complete via WP Cron','2021-02-20 18:39:02','2021-02-20 10:39:02'),(111530,40088,'action created','2021-02-20 18:39:02','2021-02-20 10:39:02'),(111531,40088,'action started via WP Cron','2021-02-20 18:40:03','2021-02-20 10:40:03'),(111532,40088,'action complete via WP Cron','2021-02-20 18:40:03','2021-02-20 10:40:03'),(111533,40089,'action created','2021-02-20 18:40:03','2021-02-20 10:40:03'),(111534,40089,'action started via WP Cron','2021-02-20 18:41:40','2021-02-20 10:41:40'),(111535,40089,'action complete via WP Cron','2021-02-20 18:41:40','2021-02-20 10:41:40'),(111536,40090,'action created','2021-02-20 18:41:40','2021-02-20 10:41:40'),(111537,40090,'action started via WP Cron','2021-02-20 18:43:43','2021-02-20 10:43:43'),(111538,40090,'action complete via WP Cron','2021-02-20 18:43:43','2021-02-20 10:43:43'),(111539,40091,'action created','2021-02-20 18:43:43','2021-02-20 10:43:43'),(111540,40091,'action started via WP Cron','2021-02-20 18:46:29','2021-02-20 10:46:29'),(111541,40091,'action complete via WP Cron','2021-02-20 18:46:29','2021-02-20 10:46:29'),(111542,40092,'action created','2021-02-20 18:46:29','2021-02-20 10:46:29'),(111543,40092,'action started via WP Cron','2021-02-20 18:47:30','2021-02-20 10:47:30'),(111544,40092,'action complete via WP Cron','2021-02-20 18:47:30','2021-02-20 10:47:30'),(111545,40093,'action created','2021-02-20 18:47:30','2021-02-20 10:47:30'),(111546,40093,'action started via WP Cron','2021-02-20 18:48:31','2021-02-20 10:48:31'),(111547,40093,'action complete via WP Cron','2021-02-20 18:48:31','2021-02-20 10:48:31'),(111548,40094,'action created','2021-02-20 18:48:31','2021-02-20 10:48:31'),(111549,40094,'action started via WP Cron','2021-02-20 18:50:32','2021-02-20 10:50:32'),(111550,40094,'action complete via WP Cron','2021-02-20 18:50:32','2021-02-20 10:50:32'),(111551,40095,'action created','2021-02-20 18:50:32','2021-02-20 10:50:32'),(111552,40095,'action started via WP Cron','2021-02-20 18:51:49','2021-02-20 10:51:49'),(111553,40095,'action complete via WP Cron','2021-02-20 18:51:49','2021-02-20 10:51:49'),(111554,40096,'action created','2021-02-20 18:51:49','2021-02-20 10:51:49'),(111555,40096,'action started via WP Cron','2021-02-20 18:59:50','2021-02-20 10:59:50'),(111556,40096,'action complete via WP Cron','2021-02-20 18:59:50','2021-02-20 10:59:50'),(111557,40097,'action created','2021-02-20 18:59:50','2021-02-20 10:59:50'),(111558,40097,'action started via WP Cron','2021-02-20 19:09:01','2021-02-20 11:09:01'),(111559,40097,'action complete via WP Cron','2021-02-20 19:09:01','2021-02-20 11:09:01'),(111560,40098,'action created','2021-02-20 19:09:01','2021-02-20 11:09:01'),(111561,40098,'action started via WP Cron','2021-02-20 19:11:14','2021-02-20 11:11:14'),(111562,40098,'action complete via WP Cron','2021-02-20 19:11:14','2021-02-20 11:11:14'),(111563,40099,'action created','2021-02-20 19:11:14','2021-02-20 11:11:14'),(111564,40099,'action started via WP Cron','2021-02-20 19:12:32','2021-02-20 11:12:32'),(111565,40099,'action complete via WP Cron','2021-02-20 19:12:32','2021-02-20 11:12:32'),(111566,40100,'action created','2021-02-20 19:12:32','2021-02-20 11:12:32'),(111567,40100,'action started via WP Cron','2021-02-20 19:12:42','2021-02-20 11:12:42'),(111568,40100,'action complete via WP Cron','2021-02-20 19:12:42','2021-02-20 11:12:42'),(111569,40101,'action created','2021-02-20 19:12:42','2021-02-20 11:12:42'),(111570,40101,'action started via WP Cron','2021-02-20 19:14:33','2021-02-20 11:14:33'),(111571,40101,'action complete via WP Cron','2021-02-20 19:14:33','2021-02-20 11:14:33'),(111572,40102,'action created','2021-02-20 19:14:33','2021-02-20 11:14:33'),(111573,40102,'action started via WP Cron','2021-02-20 19:14:45','2021-02-20 11:14:45'),(111574,40102,'action complete via WP Cron','2021-02-20 19:14:45','2021-02-20 11:14:45'),(111575,40103,'action created','2021-02-20 19:17:43','2021-02-20 11:17:43'),(111576,40103,'action started via WP Cron','2021-02-20 19:21:01','2021-02-20 11:21:01'),(111577,40103,'action complete via WP Cron','2021-02-20 19:21:01','2021-02-20 11:21:01'),(111578,40104,'action created','2021-02-20 19:21:02','2021-02-20 11:21:02'),(111579,40104,'action started via WP Cron','2021-02-20 19:22:29','2021-02-20 11:22:29'),(111580,40104,'action complete via WP Cron','2021-02-20 19:22:29','2021-02-20 11:22:29'),(111581,40105,'action created','2021-02-20 19:22:29','2021-02-20 11:22:29'),(111582,40105,'action started via WP Cron','2021-02-20 19:28:53','2021-02-20 11:28:53'),(111583,40105,'action complete via WP Cron','2021-02-20 19:28:53','2021-02-20 11:28:53'),(111584,40106,'action created','2021-02-20 19:28:53','2021-02-20 11:28:53'),(111585,40106,'action started via WP Cron','2021-02-20 19:29:53','2021-02-20 11:29:53'),(111586,40106,'action complete via WP Cron','2021-02-20 19:29:53','2021-02-20 11:29:53'),(111587,40107,'action created','2021-02-20 19:29:53','2021-02-20 11:29:53'),(111588,40107,'action started via WP Cron','2021-02-20 19:30:54','2021-02-20 11:30:54'),(111589,40107,'action complete via WP Cron','2021-02-20 19:30:54','2021-02-20 11:30:54'),(111590,40108,'action created','2021-02-20 19:30:54','2021-02-20 11:30:54'),(111591,40108,'action started via WP Cron','2021-02-20 19:31:41','2021-02-20 11:31:41'),(111592,40108,'action complete via WP Cron','2021-02-20 19:31:41','2021-02-20 11:31:41'),(111593,40109,'action created','2021-02-20 19:31:41','2021-02-20 11:31:41'),(111594,40109,'action started via WP Cron','2021-02-20 19:32:48','2021-02-20 11:32:48'),(111595,40109,'action complete via WP Cron','2021-02-20 19:32:48','2021-02-20 11:32:48'),(111596,40110,'action created','2021-02-20 19:32:48','2021-02-20 11:32:48'),(111597,40110,'action started via WP Cron','2021-02-20 19:33:46','2021-02-20 11:33:46'),(111598,40110,'action complete via WP Cron','2021-02-20 19:33:46','2021-02-20 11:33:46'),(111599,40111,'action created','2021-02-20 19:33:46','2021-02-20 11:33:46'),(111600,40111,'action started via WP Cron','2021-02-20 19:34:46','2021-02-20 11:34:46'),(111601,40111,'action complete via WP Cron','2021-02-20 19:34:46','2021-02-20 11:34:46'),(111602,40112,'action created','2021-02-20 19:34:46','2021-02-20 11:34:46'),(111603,40112,'action started via WP Cron','2021-02-20 19:35:41','2021-02-20 11:35:41'),(111604,40112,'action complete via WP Cron','2021-02-20 19:35:41','2021-02-20 11:35:41'),(111605,40113,'action created','2021-02-20 19:35:41','2021-02-20 11:35:41'),(111606,40113,'action started via WP Cron','2021-02-20 19:36:42','2021-02-20 11:36:42'),(111607,40113,'action complete via WP Cron','2021-02-20 19:36:42','2021-02-20 11:36:42'),(111608,40114,'action created','2021-02-20 19:36:42','2021-02-20 11:36:42'),(111609,40114,'action started via WP Cron','2021-02-20 19:37:49','2021-02-20 11:37:49'),(111610,40114,'action complete via WP Cron','2021-02-20 19:37:49','2021-02-20 11:37:49'),(111611,40115,'action created','2021-02-20 19:37:49','2021-02-20 11:37:49'),(111612,40115,'action started via WP Cron','2021-02-20 19:38:50','2021-02-20 11:38:50'),(111613,40115,'action complete via WP Cron','2021-02-20 19:38:50','2021-02-20 11:38:50'),(111614,40116,'action created','2021-02-20 19:38:50','2021-02-20 11:38:50'),(111615,40116,'action started via WP Cron','2021-02-20 19:39:43','2021-02-20 11:39:43'),(111616,40116,'action complete via WP Cron','2021-02-20 19:39:43','2021-02-20 11:39:43'),(111617,40117,'action created','2021-02-20 19:39:43','2021-02-20 11:39:43'),(111618,40117,'action started via WP Cron','2021-02-20 19:40:45','2021-02-20 11:40:45'),(111619,40117,'action complete via WP Cron','2021-02-20 19:40:45','2021-02-20 11:40:45'),(111620,40118,'action created','2021-02-20 19:40:45','2021-02-20 11:40:45'),(111621,40118,'action started via WP Cron','2021-02-20 19:41:46','2021-02-20 11:41:46'),(111622,40118,'action complete via WP Cron','2021-02-20 19:41:46','2021-02-20 11:41:46'),(111623,40119,'action created','2021-02-20 19:41:57','2021-02-20 11:41:57'),(111624,40119,'action started via WP Cron','2021-02-20 19:42:42','2021-02-20 11:42:42'),(111625,40119,'action complete via WP Cron','2021-02-20 19:42:42','2021-02-20 11:42:42'),(111626,40120,'action created','2021-02-20 19:42:42','2021-02-20 11:42:42'),(111627,40120,'action started via WP Cron','2021-02-20 19:43:40','2021-02-20 11:43:40'),(111628,40120,'action complete via WP Cron','2021-02-20 19:43:40','2021-02-20 11:43:40'),(111629,40121,'action created','2021-02-20 19:43:40','2021-02-20 11:43:40'),(111630,40121,'action started via WP Cron','2021-02-20 19:44:45','2021-02-20 11:44:45'),(111631,40121,'action complete via WP Cron','2021-02-20 19:44:45','2021-02-20 11:44:45'),(111632,40122,'action created','2021-02-20 19:44:45','2021-02-20 11:44:45'),(111633,40122,'action started via WP Cron','2021-02-20 19:45:44','2021-02-20 11:45:44'),(111634,40122,'action complete via WP Cron','2021-02-20 19:45:44','2021-02-20 11:45:44'),(111635,40123,'action created','2021-02-20 19:45:44','2021-02-20 11:45:44'),(111636,40123,'action started via WP Cron','2021-02-20 19:46:46','2021-02-20 11:46:46'),(111637,40123,'action complete via WP Cron','2021-02-20 19:46:46','2021-02-20 11:46:46'),(111638,40124,'action created','2021-02-20 19:46:46','2021-02-20 11:46:46'),(111639,40124,'action started via WP Cron','2021-02-20 19:47:44','2021-02-20 11:47:44'),(111640,40124,'action complete via WP Cron','2021-02-20 19:47:44','2021-02-20 11:47:44'),(111641,40125,'action created','2021-02-20 19:47:45','2021-02-20 11:47:45'),(111642,40125,'action started via WP Cron','2021-02-20 19:49:04','2021-02-20 11:49:04'),(111643,40125,'action complete via WP Cron','2021-02-20 19:49:04','2021-02-20 11:49:04'),(111644,40126,'action created','2021-02-20 19:49:04','2021-02-20 11:49:04'),(111645,40126,'action started via WP Cron','2021-02-20 19:51:10','2021-02-20 11:51:10'),(111646,40126,'action complete via WP Cron','2021-02-20 19:51:10','2021-02-20 11:51:10'),(111647,40127,'action created','2021-02-20 19:51:10','2021-02-20 11:51:10'),(111648,40127,'action started via WP Cron','2021-02-20 19:52:11','2021-02-20 11:52:11'),(111649,40127,'action complete via WP Cron','2021-02-20 19:52:11','2021-02-20 11:52:11'),(111650,40128,'action created','2021-02-20 19:52:11','2021-02-20 11:52:11'),(111651,40128,'action started via WP Cron','2021-02-20 19:53:12','2021-02-20 11:53:12'),(111652,40128,'action complete via WP Cron','2021-02-20 19:53:12','2021-02-20 11:53:12'),(111653,40129,'action created','2021-02-20 19:53:12','2021-02-20 11:53:12'),(111654,40129,'action started via WP Cron','2021-02-20 19:54:43','2021-02-20 11:54:43'),(111655,40129,'action complete via WP Cron','2021-02-20 19:54:43','2021-02-20 11:54:43'),(111656,40130,'action created','2021-02-20 19:54:43','2021-02-20 11:54:43'),(111657,40130,'action started via WP Cron','2021-02-20 19:56:00','2021-02-20 11:56:00'),(111658,40130,'action complete via WP Cron','2021-02-20 19:56:00','2021-02-20 11:56:00'),(111659,40131,'action created','2021-02-20 19:56:00','2021-02-20 11:56:00'),(111660,40131,'action started via WP Cron','2021-02-20 19:57:03','2021-02-20 11:57:03'),(111661,40131,'action complete via WP Cron','2021-02-20 19:57:03','2021-02-20 11:57:03'),(111662,40132,'action created','2021-02-20 19:57:03','2021-02-20 11:57:03'),(111663,40132,'action started via WP Cron','2021-02-20 19:59:58','2021-02-20 11:59:58'),(111664,40132,'action complete via WP Cron','2021-02-20 19:59:58','2021-02-20 11:59:58'),(111665,40133,'action created','2021-02-20 19:59:58','2021-02-20 11:59:58'),(111666,40133,'action started via WP Cron','2021-02-20 20:00:48','2021-02-20 12:00:48'),(111667,40133,'action complete via WP Cron','2021-02-20 20:00:48','2021-02-20 12:00:48'),(111668,40134,'action created','2021-02-20 20:00:48','2021-02-20 12:00:48'),(111669,40134,'action started via WP Cron','2021-02-20 20:10:16','2021-02-20 12:10:16'),(111670,40134,'action complete via WP Cron','2021-02-20 20:10:16','2021-02-20 12:10:16'),(111671,40135,'action created','2021-02-20 20:10:16','2021-02-20 12:10:16'),(111672,40135,'action started via WP Cron','2021-02-20 20:11:28','2021-02-20 12:11:28'),(111673,40135,'action complete via WP Cron','2021-02-20 20:11:28','2021-02-20 12:11:28'),(111674,40136,'action created','2021-02-20 20:12:35','2021-02-20 12:12:35'),(111675,40136,'action started via WP Cron','2021-02-20 20:14:32','2021-02-20 12:14:32'),(111676,40136,'action complete via WP Cron','2021-02-20 20:14:32','2021-02-20 12:14:32'),(111677,40137,'action created','2021-02-20 20:14:32','2021-02-20 12:14:32'),(111678,40137,'action started via WP Cron','2021-02-20 20:15:35','2021-02-20 12:15:35'),(111679,40137,'action complete via WP Cron','2021-02-20 20:15:35','2021-02-20 12:15:35'),(111680,40138,'action created','2021-02-20 20:15:35','2021-02-20 12:15:35'),(111681,40138,'action started via WP Cron','2021-02-20 20:16:24','2021-02-20 12:16:24'),(111682,40138,'action complete via WP Cron','2021-02-20 20:16:24','2021-02-20 12:16:24'),(111683,40139,'action created','2021-02-20 20:16:24','2021-02-20 12:16:24'),(111684,40139,'action started via WP Cron','2021-02-20 20:25:15','2021-02-20 12:25:15'),(111685,40139,'action complete via WP Cron','2021-02-20 20:25:15','2021-02-20 12:25:15'),(111686,40140,'action created','2021-02-20 20:25:15','2021-02-20 12:25:15'),(111687,40140,'action started via WP Cron','2021-02-20 20:25:52','2021-02-20 12:25:52'),(111688,40140,'action complete via WP Cron','2021-02-20 20:25:52','2021-02-20 12:25:52'),(111689,40141,'action created','2021-02-20 20:25:52','2021-02-20 12:25:52'),(111690,40141,'action started via WP Cron','2021-02-20 20:27:35','2021-02-20 12:27:35'),(111691,40141,'action complete via WP Cron','2021-02-20 20:27:35','2021-02-20 12:27:35'),(111692,40142,'action created','2021-02-20 20:27:35','2021-02-20 12:27:35'),(111693,40142,'action started via WP Cron','2021-02-20 20:28:32','2021-02-20 12:28:32'),(111694,40142,'action complete via WP Cron','2021-02-20 20:28:32','2021-02-20 12:28:32'),(111695,40143,'action created','2021-02-20 20:28:32','2021-02-20 12:28:32'),(111696,40143,'action started via WP Cron','2021-02-20 20:29:05','2021-02-20 12:29:05'),(111697,40143,'action complete via WP Cron','2021-02-20 20:29:05','2021-02-20 12:29:05'),(111698,40144,'action created','2021-02-20 20:29:05','2021-02-20 12:29:05'),(111699,40144,'action started via WP Cron','2021-02-20 20:33:22','2021-02-20 12:33:22'),(111700,40144,'action complete via WP Cron','2021-02-20 20:33:22','2021-02-20 12:33:22'),(111701,40145,'action created','2021-02-20 20:33:22','2021-02-20 12:33:22'),(111702,40145,'action started via WP Cron','2021-02-20 20:33:56','2021-02-20 12:33:56'),(111703,40145,'action complete via WP Cron','2021-02-20 20:33:56','2021-02-20 12:33:56'),(111704,40146,'action created','2021-02-20 20:33:57','2021-02-20 12:33:57'),(111705,40146,'action started via WP Cron','2021-02-20 20:34:58','2021-02-20 12:34:58'),(111706,40146,'action complete via WP Cron','2021-02-20 20:34:58','2021-02-20 12:34:58'),(111707,40147,'action created','2021-02-20 20:34:58','2021-02-20 12:34:58'),(111708,40147,'action started via WP Cron','2021-02-20 20:35:58','2021-02-20 12:35:58'),(111709,40147,'action complete via WP Cron','2021-02-20 20:35:58','2021-02-20 12:35:58'),(111710,40148,'action created','2021-02-20 20:35:58','2021-02-20 12:35:58'),(111711,40148,'action started via WP Cron','2021-02-20 20:37:13','2021-02-20 12:37:13'),(111712,40148,'action complete via WP Cron','2021-02-20 20:37:13','2021-02-20 12:37:13'),(111713,40149,'action created','2021-02-20 20:37:13','2021-02-20 12:37:13'),(111714,40149,'action started via WP Cron','2021-02-20 20:37:47','2021-02-20 12:37:47'),(111715,40149,'action complete via WP Cron','2021-02-20 20:37:47','2021-02-20 12:37:47'),(111716,40150,'action created','2021-02-20 20:37:47','2021-02-20 12:37:47'),(111717,40150,'action started via WP Cron','2021-02-20 20:39:10','2021-02-20 12:39:10'),(111718,40150,'action complete via WP Cron','2021-02-20 20:39:10','2021-02-20 12:39:10'),(111719,40151,'action created','2021-02-20 20:39:10','2021-02-20 12:39:10'),(111720,40151,'action started via WP Cron','2021-02-20 20:42:08','2021-02-20 12:42:08'),(111721,40151,'action complete via WP Cron','2021-02-20 20:42:08','2021-02-20 12:42:08'),(111722,40152,'action created','2021-02-20 20:42:08','2021-02-20 12:42:08'),(111723,40152,'action started via WP Cron','2021-02-20 20:42:53','2021-02-20 12:42:53'),(111724,40152,'action complete via WP Cron','2021-02-20 20:42:53','2021-02-20 12:42:53'),(111725,40153,'action created','2021-02-20 20:42:53','2021-02-20 12:42:53'),(111726,40153,'action started via WP Cron','2021-02-20 20:43:47','2021-02-20 12:43:47'),(111727,40153,'action complete via WP Cron','2021-02-20 20:43:47','2021-02-20 12:43:47'),(111728,40154,'action created','2021-02-20 20:43:47','2021-02-20 12:43:47'),(111729,40154,'action started via WP Cron','2021-02-20 20:45:12','2021-02-20 12:45:12'),(111730,40154,'action complete via WP Cron','2021-02-20 20:45:12','2021-02-20 12:45:12'),(111731,40155,'action created','2021-02-20 20:45:12','2021-02-20 12:45:12'),(111732,40155,'action started via WP Cron','2021-02-20 20:45:49','2021-02-20 12:45:49'),(111733,40155,'action complete via WP Cron','2021-02-20 20:45:49','2021-02-20 12:45:49'),(111734,40156,'action created','2021-02-20 20:45:49','2021-02-20 12:45:49'),(111735,40156,'action started via WP Cron','2021-02-20 20:46:50','2021-02-20 12:46:50'),(111736,40156,'action complete via WP Cron','2021-02-20 20:46:50','2021-02-20 12:46:50'),(111737,40157,'action created','2021-02-20 20:46:50','2021-02-20 12:46:50'),(111738,40157,'action started via WP Cron','2021-02-20 20:49:02','2021-02-20 12:49:02'),(111739,40157,'action complete via WP Cron','2021-02-20 20:49:02','2021-02-20 12:49:02'),(111740,40158,'action created','2021-02-20 20:49:02','2021-02-20 12:49:02'),(111741,40158,'action started via WP Cron','2021-02-20 20:51:36','2021-02-20 12:51:36'),(111742,40158,'action complete via WP Cron','2021-02-20 20:51:36','2021-02-20 12:51:36'),(111743,40159,'action created','2021-02-20 20:51:36','2021-02-20 12:51:36'),(111744,40159,'action started via WP Cron','2021-02-20 20:54:12','2021-02-20 12:54:12'),(111745,40159,'action complete via WP Cron','2021-02-20 20:54:12','2021-02-20 12:54:12'),(111746,40160,'action created','2021-02-20 20:54:12','2021-02-20 12:54:12'),(111747,40160,'action started via WP Cron','2021-02-20 20:55:14','2021-02-20 12:55:14'),(111748,40160,'action complete via WP Cron','2021-02-20 20:55:14','2021-02-20 12:55:14'),(111749,40161,'action created','2021-02-20 20:55:14','2021-02-20 12:55:14'),(111750,40161,'action started via WP Cron','2021-02-20 20:57:10','2021-02-20 12:57:10'),(111751,40161,'action complete via WP Cron','2021-02-20 20:57:10','2021-02-20 12:57:10'),(111752,40162,'action created','2021-02-20 20:57:11','2021-02-20 12:57:11'),(111753,40162,'action started via WP Cron','2021-02-20 20:58:04','2021-02-20 12:58:04'),(111754,40162,'action complete via WP Cron','2021-02-20 20:58:04','2021-02-20 12:58:04'),(111755,40163,'action created','2021-02-20 20:58:05','2021-02-20 12:58:05'),(111756,40163,'action started via WP Cron','2021-02-20 20:59:06','2021-02-20 12:59:06'),(111757,40163,'action complete via WP Cron','2021-02-20 20:59:06','2021-02-20 12:59:06'),(111758,40164,'action created','2021-02-20 20:59:06','2021-02-20 12:59:06'),(111759,40164,'action started via WP Cron','2021-02-20 21:01:23','2021-02-20 13:01:23'),(111760,40164,'action complete via WP Cron','2021-02-20 21:01:23','2021-02-20 13:01:23'),(111761,40165,'action created','2021-02-20 21:01:23','2021-02-20 13:01:23'),(111762,40165,'action started via WP Cron','2021-02-20 21:08:11','2021-02-20 13:08:11'),(111763,40165,'action complete via WP Cron','2021-02-20 21:08:11','2021-02-20 13:08:11'),(111764,40166,'action created','2021-02-20 21:08:11','2021-02-20 13:08:11'),(111765,40166,'action started via WP Cron','2021-02-20 21:09:40','2021-02-20 13:09:40'),(111766,40166,'action complete via WP Cron','2021-02-20 21:09:40','2021-02-20 13:09:40'),(111767,40167,'action created','2021-02-20 21:09:40','2021-02-20 13:09:40'),(111768,40167,'action started via WP Cron','2021-02-20 21:10:41','2021-02-20 13:10:41'),(111769,40167,'action complete via WP Cron','2021-02-20 21:10:41','2021-02-20 13:10:41'),(111770,40168,'action created','2021-02-20 21:10:41','2021-02-20 13:10:41'),(111771,40168,'action started via WP Cron','2021-02-20 21:17:12','2021-02-20 13:17:12'),(111772,40168,'action complete via WP Cron','2021-02-20 21:17:12','2021-02-20 13:17:12'),(111773,40169,'action created','2021-02-20 21:17:12','2021-02-20 13:17:12'),(111774,40169,'action started via WP Cron','2021-02-20 21:17:46','2021-02-20 13:17:46'),(111775,40169,'action complete via WP Cron','2021-02-20 21:17:46','2021-02-20 13:17:46'),(111776,40170,'action created','2021-02-20 21:17:46','2021-02-20 13:17:46'),(111777,40170,'action started via WP Cron','2021-02-20 21:19:16','2021-02-20 13:19:16'),(111778,40170,'action complete via WP Cron','2021-02-20 21:19:16','2021-02-20 13:19:16'),(111779,40171,'action created','2021-02-20 21:19:16','2021-02-20 13:19:16'),(111780,40171,'action started via WP Cron','2021-02-20 21:19:59','2021-02-20 13:19:59'),(111781,40171,'action complete via WP Cron','2021-02-20 21:19:59','2021-02-20 13:19:59'),(111782,40172,'action created','2021-02-20 21:19:59','2021-02-20 13:19:59'),(111783,40172,'action started via WP Cron','2021-02-20 21:21:05','2021-02-20 13:21:05'),(111784,40172,'action complete via WP Cron','2021-02-20 21:21:05','2021-02-20 13:21:05'),(111785,40173,'action created','2021-02-20 21:21:05','2021-02-20 13:21:05'),(111786,40173,'action started via WP Cron','2021-02-20 21:22:05','2021-02-20 13:22:05'),(111787,40173,'action complete via WP Cron','2021-02-20 21:22:05','2021-02-20 13:22:05'),(111788,40174,'action created','2021-02-20 21:22:05','2021-02-20 13:22:05'),(111789,40174,'action started via WP Cron','2021-02-20 21:35:36','2021-02-20 13:35:36'),(111790,40174,'action complete via WP Cron','2021-02-20 21:35:36','2021-02-20 13:35:36'),(111791,40175,'action created','2021-02-20 21:35:36','2021-02-20 13:35:36'),(111792,40175,'action started via WP Cron','2021-02-20 21:36:22','2021-02-20 13:36:22'),(111793,40175,'action complete via WP Cron','2021-02-20 21:36:22','2021-02-20 13:36:22'),(111794,40176,'action created','2021-02-20 21:36:22','2021-02-20 13:36:22'),(111795,40176,'action started via WP Cron','2021-02-20 21:37:19','2021-02-20 13:37:19'),(111796,40176,'action complete via WP Cron','2021-02-20 21:37:19','2021-02-20 13:37:19'),(111797,40177,'action created','2021-02-20 21:37:19','2021-02-20 13:37:19'),(111798,40177,'action started via WP Cron','2021-02-20 21:39:25','2021-02-20 13:39:25'),(111799,40177,'action complete via WP Cron','2021-02-20 21:39:25','2021-02-20 13:39:25'),(111800,40178,'action created','2021-02-20 21:39:25','2021-02-20 13:39:25'),(111801,40178,'action started via WP Cron','2021-02-20 21:40:26','2021-02-20 13:40:26'),(111802,40178,'action complete via WP Cron','2021-02-20 21:40:26','2021-02-20 13:40:26'),(111803,40179,'action created','2021-02-20 21:40:26','2021-02-20 13:40:26'),(111804,40179,'action started via WP Cron','2021-02-20 21:41:27','2021-02-20 13:41:27'),(111805,40179,'action complete via WP Cron','2021-02-20 21:41:27','2021-02-20 13:41:27'),(111806,40180,'action created','2021-02-20 21:41:27','2021-02-20 13:41:27'),(111807,40180,'action started via WP Cron','2021-02-20 21:42:20','2021-02-20 13:42:20'),(111808,40180,'action complete via WP Cron','2021-02-20 21:42:20','2021-02-20 13:42:20'),(111809,40181,'action created','2021-02-20 21:42:20','2021-02-20 13:42:20'),(111810,40181,'action started via WP Cron','2021-02-20 21:43:03','2021-02-20 13:43:03'),(111811,40181,'action complete via WP Cron','2021-02-20 21:43:03','2021-02-20 13:43:03'),(111812,40182,'action created','2021-02-20 21:43:03','2021-02-20 13:43:03'),(111813,40182,'action started via WP Cron','2021-02-20 21:44:18','2021-02-20 13:44:18'),(111814,40182,'action complete via WP Cron','2021-02-20 21:44:18','2021-02-20 13:44:18'),(111815,40183,'action created','2021-02-20 21:44:18','2021-02-20 13:44:18'),(111816,40183,'action started via WP Cron','2021-02-20 21:45:26','2021-02-20 13:45:26'),(111817,40183,'action complete via WP Cron','2021-02-20 21:45:26','2021-02-20 13:45:26'),(111818,40184,'action created','2021-02-20 21:45:26','2021-02-20 13:45:26'),(111819,40184,'action started via WP Cron','2021-02-20 21:46:56','2021-02-20 13:46:56'),(111820,40184,'action complete via WP Cron','2021-02-20 21:46:56','2021-02-20 13:46:56'),(111821,40185,'action created','2021-02-20 21:46:56','2021-02-20 13:46:56'),(111822,40185,'action started via WP Cron','2021-02-20 21:47:50','2021-02-20 13:47:50'),(111823,40185,'action complete via WP Cron','2021-02-20 21:47:50','2021-02-20 13:47:50'),(111824,40186,'action created','2021-02-20 21:47:50','2021-02-20 13:47:50'),(111825,40186,'action started via WP Cron','2021-02-20 21:48:51','2021-02-20 13:48:51'),(111826,40186,'action complete via WP Cron','2021-02-20 21:48:51','2021-02-20 13:48:51'),(111827,40187,'action created','2021-02-20 21:48:51','2021-02-20 13:48:51'),(111828,40187,'action started via WP Cron','2021-02-20 21:50:33','2021-02-20 13:50:33'),(111829,40187,'action complete via WP Cron','2021-02-20 21:50:33','2021-02-20 13:50:33'),(111830,40188,'action created','2021-02-20 21:50:33','2021-02-20 13:50:33'),(111831,40188,'action started via WP Cron','2021-02-20 21:50:57','2021-02-20 13:50:57'),(111832,40188,'action complete via WP Cron','2021-02-20 21:50:57','2021-02-20 13:50:57'),(111833,40189,'action created','2021-02-20 21:50:57','2021-02-20 13:50:57'),(111834,40189,'action started via WP Cron','2021-02-20 21:52:52','2021-02-20 13:52:52'),(111835,40189,'action complete via WP Cron','2021-02-20 21:52:52','2021-02-20 13:52:52'),(111836,40190,'action created','2021-02-20 21:52:52','2021-02-20 13:52:52'),(111837,40190,'action started via WP Cron','2021-02-20 21:53:45','2021-02-20 13:53:45'),(111838,40190,'action complete via WP Cron','2021-02-20 21:53:45','2021-02-20 13:53:45'),(111839,40191,'action created','2021-02-20 21:53:45','2021-02-20 13:53:45'),(111840,40191,'action started via WP Cron','2021-02-20 21:55:03','2021-02-20 13:55:03'),(111841,40191,'action complete via WP Cron','2021-02-20 21:55:03','2021-02-20 13:55:03'),(111842,40192,'action created','2021-02-20 21:55:03','2021-02-20 13:55:03'),(111843,40192,'action started via WP Cron','2021-02-20 21:56:13','2021-02-20 13:56:13'),(111844,40192,'action complete via WP Cron','2021-02-20 21:56:13','2021-02-20 13:56:13'),(111845,40193,'action created','2021-02-20 21:56:13','2021-02-20 13:56:13'),(111846,40193,'action started via WP Cron','2021-02-20 21:57:12','2021-02-20 13:57:12'),(111847,40193,'action complete via WP Cron','2021-02-20 21:57:12','2021-02-20 13:57:12'),(111848,40194,'action created','2021-02-20 21:57:12','2021-02-20 13:57:12'),(111849,40194,'action started via WP Cron','2021-02-20 21:58:26','2021-02-20 13:58:26'),(111850,40194,'action complete via WP Cron','2021-02-20 21:58:26','2021-02-20 13:58:26'),(111851,40195,'action created','2021-02-20 21:58:26','2021-02-20 13:58:26'),(111852,40195,'action started via WP Cron','2021-02-20 21:59:11','2021-02-20 13:59:11'),(111853,40195,'action complete via WP Cron','2021-02-20 21:59:11','2021-02-20 13:59:11'),(111854,40196,'action created','2021-02-20 21:59:12','2021-02-20 13:59:12'),(111855,40196,'action started via WP Cron','2021-02-20 22:00:06','2021-02-20 14:00:06'),(111856,40196,'action complete via WP Cron','2021-02-20 22:00:06','2021-02-20 14:00:06'),(111857,40197,'action created','2021-02-20 22:00:06','2021-02-20 14:00:06'),(111858,40197,'action started via WP Cron','2021-02-20 22:01:07','2021-02-20 14:01:07'),(111859,40197,'action complete via WP Cron','2021-02-20 22:01:07','2021-02-20 14:01:07'),(111860,40198,'action created','2021-02-20 22:01:07','2021-02-20 14:01:07'),(111861,40198,'action started via WP Cron','2021-02-20 22:04:14','2021-02-20 14:04:14'),(111862,40198,'action complete via WP Cron','2021-02-20 22:04:14','2021-02-20 14:04:14'),(111863,40199,'action created','2021-02-20 22:04:14','2021-02-20 14:04:14'),(111864,40199,'action started via WP Cron','2021-02-20 22:05:01','2021-02-20 14:05:01'),(111865,40199,'action complete via WP Cron','2021-02-20 22:05:01','2021-02-20 14:05:01'),(111866,40200,'action created','2021-02-20 22:05:01','2021-02-20 14:05:01'),(111867,40200,'action started via WP Cron','2021-02-20 22:13:53','2021-02-20 14:13:53'),(111868,40200,'action complete via WP Cron','2021-02-20 22:13:53','2021-02-20 14:13:53'),(111869,40201,'action created','2021-02-20 22:13:53','2021-02-20 14:13:53'),(111870,40201,'action started via WP Cron','2021-02-20 22:15:39','2021-02-20 14:15:39'),(111871,40201,'action complete via WP Cron','2021-02-20 22:15:39','2021-02-20 14:15:39'),(111872,40202,'action created','2021-02-20 22:15:39','2021-02-20 14:15:39'),(111873,40202,'action started via WP Cron','2021-02-20 22:18:14','2021-02-20 14:18:14'),(111874,40202,'action complete via WP Cron','2021-02-20 22:18:14','2021-02-20 14:18:14'),(111875,40203,'action created','2021-02-20 22:18:14','2021-02-20 14:18:14'),(111876,40203,'action started via WP Cron','2021-02-20 22:22:08','2021-02-20 14:22:08'),(111877,40203,'action complete via WP Cron','2021-02-20 22:22:08','2021-02-20 14:22:08'),(111878,40204,'action created','2021-02-20 22:22:09','2021-02-20 14:22:09'),(111879,40204,'action started via WP Cron','2021-02-20 22:23:17','2021-02-20 14:23:17'),(111880,40204,'action complete via WP Cron','2021-02-20 22:23:17','2021-02-20 14:23:17'),(111881,40205,'action created','2021-02-20 22:23:17','2021-02-20 14:23:17'),(111882,40205,'action started via WP Cron','2021-02-20 22:24:09','2021-02-20 14:24:09'),(111883,40205,'action complete via WP Cron','2021-02-20 22:24:09','2021-02-20 14:24:09'),(111884,40206,'action created','2021-02-20 22:24:09','2021-02-20 14:24:09'),(111885,40206,'action started via WP Cron','2021-02-20 22:25:09','2021-02-20 14:25:09'),(111886,40206,'action complete via WP Cron','2021-02-20 22:25:09','2021-02-20 14:25:09'),(111887,40207,'action created','2021-02-20 22:25:09','2021-02-20 14:25:09'),(111888,40207,'action started via WP Cron','2021-02-20 22:26:10','2021-02-20 14:26:10'),(111889,40207,'action complete via WP Cron','2021-02-20 22:26:10','2021-02-20 14:26:10'),(111890,40208,'action created','2021-02-20 22:26:10','2021-02-20 14:26:10'),(111891,40208,'action started via WP Cron','2021-02-20 22:27:21','2021-02-20 14:27:21'),(111892,40208,'action complete via WP Cron','2021-02-20 22:27:21','2021-02-20 14:27:21'),(111893,40209,'action created','2021-02-20 22:27:21','2021-02-20 14:27:21'),(111894,40209,'action started via WP Cron','2021-02-20 22:30:09','2021-02-20 14:30:09'),(111895,40209,'action complete via WP Cron','2021-02-20 22:30:09','2021-02-20 14:30:09'),(111896,40210,'action created','2021-02-20 22:30:09','2021-02-20 14:30:09'),(111897,40210,'action started via WP Cron','2021-02-20 22:41:33','2021-02-20 14:41:33'),(111898,40210,'action complete via WP Cron','2021-02-20 22:41:33','2021-02-20 14:41:33'),(111899,40211,'action created','2021-02-20 22:41:33','2021-02-20 14:41:33'),(111900,40211,'action started via WP Cron','2021-02-20 22:42:27','2021-02-20 14:42:27'),(111901,40211,'action complete via WP Cron','2021-02-20 22:42:27','2021-02-20 14:42:27'),(111902,40212,'action created','2021-02-20 22:42:27','2021-02-20 14:42:27'),(111903,40212,'action started via WP Cron','2021-02-20 22:43:29','2021-02-20 14:43:29'),(111904,40212,'action complete via WP Cron','2021-02-20 22:43:29','2021-02-20 14:43:29'),(111905,40213,'action created','2021-02-20 22:43:29','2021-02-20 14:43:29'),(111906,40213,'action started via WP Cron','2021-02-20 22:44:06','2021-02-20 14:44:06'),(111907,40213,'action complete via WP Cron','2021-02-20 22:44:06','2021-02-20 14:44:06'),(111908,40214,'action created','2021-02-20 22:44:06','2021-02-20 14:44:06'),(111909,40214,'action started via WP Cron','2021-02-20 22:45:29','2021-02-20 14:45:29'),(111910,40214,'action complete via WP Cron','2021-02-20 22:45:29','2021-02-20 14:45:29'),(111911,40215,'action created','2021-02-20 22:45:30','2021-02-20 14:45:30'),(111912,40215,'action started via WP Cron','2021-02-20 22:46:30','2021-02-20 14:46:30'),(111913,40215,'action complete via WP Cron','2021-02-20 22:46:30','2021-02-20 14:46:30'),(111914,40216,'action created','2021-02-20 22:46:31','2021-02-20 14:46:31'),(111915,40216,'action started via WP Cron','2021-02-20 22:48:57','2021-02-20 14:48:57'),(111916,40216,'action complete via WP Cron','2021-02-20 22:48:57','2021-02-20 14:48:57'),(111917,40217,'action created','2021-02-20 22:48:57','2021-02-20 14:48:57'),(111918,40217,'action started via WP Cron','2021-02-20 22:49:51','2021-02-20 14:49:51'),(111919,40217,'action complete via WP Cron','2021-02-20 22:49:51','2021-02-20 14:49:51'),(111920,40218,'action created','2021-02-20 22:49:51','2021-02-20 14:49:51'),(111921,40218,'action started via WP Cron','2021-02-20 22:50:52','2021-02-20 14:50:52'),(111922,40218,'action complete via WP Cron','2021-02-20 22:50:52','2021-02-20 14:50:52'),(111923,40219,'action created','2021-02-20 22:50:52','2021-02-20 14:50:52'),(111924,40219,'action started via WP Cron','2021-02-20 22:51:56','2021-02-20 14:51:56'),(111925,40219,'action complete via WP Cron','2021-02-20 22:51:56','2021-02-20 14:51:56'),(111926,40220,'action created','2021-02-20 22:51:56','2021-02-20 14:51:56'),(111927,40220,'action started via WP Cron','2021-02-20 22:53:11','2021-02-20 14:53:11'),(111928,40220,'action complete via WP Cron','2021-02-20 22:53:11','2021-02-20 14:53:11'),(111929,40221,'action created','2021-02-20 22:53:11','2021-02-20 14:53:11'),(111930,40221,'action started via WP Cron','2021-02-20 22:55:10','2021-02-20 14:55:10'),(111931,40221,'action complete via WP Cron','2021-02-20 22:55:10','2021-02-20 14:55:10'),(111932,40222,'action created','2021-02-20 22:55:10','2021-02-20 14:55:10'),(111933,40222,'action started via WP Cron','2021-02-20 22:56:11','2021-02-20 14:56:11'),(111934,40222,'action complete via WP Cron','2021-02-20 22:56:11','2021-02-20 14:56:11'),(111935,40223,'action created','2021-02-20 22:56:11','2021-02-20 14:56:11'),(111936,40223,'action started via WP Cron','2021-02-20 22:57:07','2021-02-20 14:57:07'),(111937,40223,'action complete via WP Cron','2021-02-20 22:57:07','2021-02-20 14:57:07'),(111938,40224,'action created','2021-02-20 22:57:07','2021-02-20 14:57:07'),(111939,40224,'action started via WP Cron','2021-02-20 22:58:14','2021-02-20 14:58:14'),(111940,40224,'action complete via WP Cron','2021-02-20 22:58:14','2021-02-20 14:58:14'),(111941,40225,'action created','2021-02-20 22:58:14','2021-02-20 14:58:14'),(111942,40225,'action started via WP Cron','2021-02-20 22:58:53','2021-02-20 14:58:53'),(111943,40225,'action complete via WP Cron','2021-02-20 22:58:53','2021-02-20 14:58:53'),(111944,40226,'action created','2021-02-20 22:58:54','2021-02-20 14:58:54'),(111945,40226,'action started via WP Cron','2021-02-20 23:00:15','2021-02-20 15:00:15'),(111946,40226,'action complete via WP Cron','2021-02-20 23:00:15','2021-02-20 15:00:15'),(111947,40227,'action created','2021-02-20 23:00:15','2021-02-20 15:00:15'),(111948,40227,'action started via WP Cron','2021-02-20 23:01:13','2021-02-20 15:01:13'),(111949,40227,'action complete via WP Cron','2021-02-20 23:01:13','2021-02-20 15:01:13'),(111950,40228,'action created','2021-02-20 23:01:13','2021-02-20 15:01:13'),(111951,40228,'action started via WP Cron','2021-02-20 23:01:45','2021-02-20 15:01:45'),(111952,40228,'action complete via WP Cron','2021-02-20 23:01:45','2021-02-20 15:01:45'),(111953,40229,'action created','2021-02-20 23:01:46','2021-02-20 15:01:46'),(111954,40229,'action started via WP Cron','2021-02-20 23:03:02','2021-02-20 15:03:02'),(111955,40229,'action complete via WP Cron','2021-02-20 23:03:02','2021-02-20 15:03:02'),(111956,40230,'action created','2021-02-20 23:03:02','2021-02-20 15:03:02'),(111957,40230,'action started via WP Cron','2021-02-20 23:04:51','2021-02-20 15:04:51'),(111958,40230,'action complete via WP Cron','2021-02-20 23:04:51','2021-02-20 15:04:51'),(111959,40231,'action created','2021-02-20 23:04:51','2021-02-20 15:04:51'),(111960,40231,'action started via WP Cron','2021-02-20 23:13:47','2021-02-20 15:13:47'),(111961,40231,'action complete via WP Cron','2021-02-20 23:13:47','2021-02-20 15:13:47'),(111962,40232,'action created','2021-02-20 23:13:47','2021-02-20 15:13:47'),(111963,40232,'action started via WP Cron','2021-02-20 23:15:26','2021-02-20 15:15:26'),(111964,40232,'action complete via WP Cron','2021-02-20 23:15:26','2021-02-20 15:15:26'),(111965,40233,'action created','2021-02-20 23:15:26','2021-02-20 15:15:26'),(111966,40233,'action started via WP Cron','2021-02-20 23:16:05','2021-02-20 15:16:05'),(111967,40233,'action complete via WP Cron','2021-02-20 23:16:05','2021-02-20 15:16:05'),(111968,40234,'action created','2021-02-20 23:16:06','2021-02-20 15:16:06'),(111969,40234,'action started via WP Cron','2021-02-20 23:16:45','2021-02-20 15:16:45'),(111970,40234,'action complete via WP Cron','2021-02-20 23:16:45','2021-02-20 15:16:45'),(111971,40235,'action created','2021-02-20 23:16:46','2021-02-20 15:16:46'),(111972,40235,'action started via WP Cron','2021-02-20 23:17:42','2021-02-20 15:17:42'),(111973,40235,'action complete via WP Cron','2021-02-20 23:17:42','2021-02-20 15:17:42'),(111974,40236,'action created','2021-02-20 23:17:42','2021-02-20 15:17:42'),(111975,40236,'action started via WP Cron','2021-02-20 23:18:47','2021-02-20 15:18:47'),(111976,40236,'action complete via WP Cron','2021-02-20 23:18:47','2021-02-20 15:18:47'),(111977,40237,'action created','2021-02-20 23:18:47','2021-02-20 15:18:47'),(111978,40237,'action started via WP Cron','2021-02-20 23:19:52','2021-02-20 15:19:52'),(111979,40237,'action complete via WP Cron','2021-02-20 23:19:52','2021-02-20 15:19:52'),(111980,40238,'action created','2021-02-20 23:19:52','2021-02-20 15:19:52'),(111981,40238,'action started via WP Cron','2021-02-20 23:20:44','2021-02-20 15:20:44'),(111982,40238,'action complete via WP Cron','2021-02-20 23:20:44','2021-02-20 15:20:44'),(111983,40239,'action created','2021-02-20 23:20:44','2021-02-20 15:20:44'),(111984,40239,'action started via WP Cron','2021-02-20 23:21:53','2021-02-20 15:21:53'),(111985,40239,'action complete via WP Cron','2021-02-20 23:21:53','2021-02-20 15:21:53'),(111986,40240,'action created','2021-02-20 23:21:53','2021-02-20 15:21:53'),(111987,40240,'action started via WP Cron','2021-02-20 23:22:43','2021-02-20 15:22:43'),(111988,40240,'action complete via WP Cron','2021-02-20 23:22:43','2021-02-20 15:22:43'),(111989,40241,'action created','2021-02-20 23:22:43','2021-02-20 15:22:43'),(111990,40241,'action started via WP Cron','2021-02-20 23:23:52','2021-02-20 15:23:52'),(111991,40241,'action complete via WP Cron','2021-02-20 23:23:52','2021-02-20 15:23:52'),(111992,40242,'action created','2021-02-20 23:23:52','2021-02-20 15:23:52'),(111993,40242,'action started via WP Cron','2021-02-20 23:24:42','2021-02-20 15:24:42'),(111994,40242,'action complete via WP Cron','2021-02-20 23:24:42','2021-02-20 15:24:42'),(111995,40243,'action created','2021-02-20 23:24:42','2021-02-20 15:24:42'),(111996,40243,'action started via WP Cron','2021-02-20 23:25:46','2021-02-20 15:25:46'),(111997,40243,'action complete via WP Cron','2021-02-20 23:25:46','2021-02-20 15:25:46'),(111998,40244,'action created','2021-02-20 23:25:46','2021-02-20 15:25:46'),(111999,40244,'action started via WP Cron','2021-02-20 23:26:48','2021-02-20 15:26:48'),(112000,40244,'action complete via WP Cron','2021-02-20 23:26:48','2021-02-20 15:26:48'),(112001,40245,'action created','2021-02-20 23:26:48','2021-02-20 15:26:48'),(112002,40245,'action started via WP Cron','2021-02-20 23:27:41','2021-02-20 15:27:41'),(112003,40245,'action complete via WP Cron','2021-02-20 23:27:41','2021-02-20 15:27:41'),(112004,40246,'action created','2021-02-20 23:27:41','2021-02-20 15:27:41'),(112005,40246,'action started via WP Cron','2021-02-20 23:28:44','2021-02-20 15:28:44'),(112006,40246,'action complete via WP Cron','2021-02-20 23:28:44','2021-02-20 15:28:44'),(112007,40247,'action created','2021-02-20 23:28:44','2021-02-20 15:28:44'),(112008,40247,'action started via WP Cron','2021-02-20 23:29:46','2021-02-20 15:29:46'),(112009,40247,'action complete via WP Cron','2021-02-20 23:29:46','2021-02-20 15:29:46'),(112010,40248,'action created','2021-02-20 23:29:46','2021-02-20 15:29:46'),(112011,40248,'action started via WP Cron','2021-02-20 23:30:47','2021-02-20 15:30:47'),(112012,40248,'action complete via WP Cron','2021-02-20 23:30:47','2021-02-20 15:30:47'),(112013,40249,'action created','2021-02-20 23:30:54','2021-02-20 15:30:54'),(112014,40249,'action started via WP Cron','2021-02-20 23:31:58','2021-02-20 15:31:58'),(112015,40249,'action complete via WP Cron','2021-02-20 23:31:58','2021-02-20 15:31:58'),(112016,40250,'action created','2021-02-20 23:31:58','2021-02-20 15:31:58'),(112017,40250,'action started via WP Cron','2021-02-20 23:32:48','2021-02-20 15:32:48'),(112018,40250,'action complete via WP Cron','2021-02-20 23:32:48','2021-02-20 15:32:48'),(112019,40251,'action created','2021-02-20 23:32:48','2021-02-20 15:32:48'),(112020,40251,'action started via WP Cron','2021-02-20 23:33:45','2021-02-20 15:33:45'),(112021,40251,'action complete via WP Cron','2021-02-20 23:33:45','2021-02-20 15:33:45'),(112022,40252,'action created','2021-02-20 23:33:45','2021-02-20 15:33:45'),(112023,40252,'action started via WP Cron','2021-02-20 23:34:40','2021-02-20 15:34:40'),(112024,40252,'action complete via WP Cron','2021-02-20 23:34:40','2021-02-20 15:34:40'),(112025,40253,'action created','2021-02-20 23:34:41','2021-02-20 15:34:41'),(112026,40253,'action started via WP Cron','2021-02-20 23:35:53','2021-02-20 15:35:53'),(112027,40253,'action complete via WP Cron','2021-02-20 23:35:53','2021-02-20 15:35:53'),(112028,40254,'action created','2021-02-20 23:35:53','2021-02-20 15:35:53'),(112029,40254,'action started via WP Cron','2021-02-20 23:36:51','2021-02-20 15:36:51'),(112030,40254,'action complete via WP Cron','2021-02-20 23:36:51','2021-02-20 15:36:51'),(112031,40255,'action created','2021-02-20 23:36:51','2021-02-20 15:36:51'),(112032,40255,'action started via WP Cron','2021-02-20 23:37:49','2021-02-20 15:37:49'),(112033,40255,'action complete via WP Cron','2021-02-20 23:37:49','2021-02-20 15:37:49'),(112034,40256,'action created','2021-02-20 23:37:49','2021-02-20 15:37:49'),(112035,40256,'action started via WP Cron','2021-02-20 23:39:00','2021-02-20 15:39:00'),(112036,40256,'action complete via WP Cron','2021-02-20 23:39:00','2021-02-20 15:39:00'),(112037,40257,'action created','2021-02-20 23:39:00','2021-02-20 15:39:00'),(112038,40257,'action started via WP Cron','2021-02-20 23:39:40','2021-02-20 15:39:40'),(112039,40257,'action complete via WP Cron','2021-02-20 23:39:41','2021-02-20 15:39:41'),(112040,40258,'action created','2021-02-20 23:39:41','2021-02-20 15:39:41'),(112041,40258,'action started via WP Cron','2021-02-20 23:40:48','2021-02-20 15:40:48'),(112042,40258,'action complete via WP Cron','2021-02-20 23:40:48','2021-02-20 15:40:48'),(112043,40259,'action created','2021-02-20 23:40:48','2021-02-20 15:40:48'),(112044,40259,'action started via WP Cron','2021-02-20 23:41:42','2021-02-20 15:41:42'),(112045,40259,'action complete via WP Cron','2021-02-20 23:41:42','2021-02-20 15:41:42'),(112046,40260,'action created','2021-02-20 23:41:42','2021-02-20 15:41:42'),(112047,40260,'action started via WP Cron','2021-02-20 23:43:01','2021-02-20 15:43:01'),(112048,40260,'action complete via WP Cron','2021-02-20 23:43:01','2021-02-20 15:43:01'),(112049,40261,'action created','2021-02-20 23:43:01','2021-02-20 15:43:01'),(112050,40261,'action started via WP Cron','2021-02-20 23:43:56','2021-02-20 15:43:56'),(112051,40261,'action complete via WP Cron','2021-02-20 23:43:56','2021-02-20 15:43:56'),(112052,40262,'action created','2021-02-20 23:43:56','2021-02-20 15:43:56'),(112053,40262,'action started via WP Cron','2021-02-20 23:44:47','2021-02-20 15:44:47'),(112054,40262,'action complete via WP Cron','2021-02-20 23:44:47','2021-02-20 15:44:47'),(112055,40263,'action created','2021-02-20 23:44:47','2021-02-20 15:44:47'),(112056,40263,'action started via WP Cron','2021-02-20 23:47:31','2021-02-20 15:47:31'),(112057,40263,'action complete via WP Cron','2021-02-20 23:47:31','2021-02-20 15:47:31'),(112058,40264,'action created','2021-02-20 23:47:31','2021-02-20 15:47:31'),(112059,40264,'action started via WP Cron','2021-02-20 23:48:07','2021-02-20 15:48:07'),(112060,40264,'action complete via WP Cron','2021-02-20 23:48:07','2021-02-20 15:48:07'),(112061,40265,'action created','2021-02-20 23:48:07','2021-02-20 15:48:07'),(112062,40265,'action started via WP Cron','2021-02-20 23:49:32','2021-02-20 15:49:32'),(112063,40265,'action complete via WP Cron','2021-02-20 23:49:32','2021-02-20 15:49:32'),(112064,40266,'action created','2021-02-20 23:49:33','2021-02-20 15:49:33'),(112065,40266,'action started via WP Cron','2021-02-20 23:56:29','2021-02-20 15:56:29'),(112066,40266,'action complete via WP Cron','2021-02-20 23:56:29','2021-02-20 15:56:29'),(112067,40267,'action created','2021-02-20 23:56:29','2021-02-20 15:56:29'),(112068,40267,'action started via WP Cron','2021-02-21 00:02:50','2021-02-20 16:02:50'),(112069,40267,'action complete via WP Cron','2021-02-21 00:02:50','2021-02-20 16:02:50'),(112070,40268,'action created','2021-02-21 00:02:51','2021-02-20 16:02:51'),(112071,40268,'action started via WP Cron','2021-02-21 00:04:08','2021-02-20 16:04:08'),(112072,40268,'action complete via WP Cron','2021-02-21 00:04:08','2021-02-20 16:04:08'),(112073,40269,'action created','2021-02-21 00:04:08','2021-02-20 16:04:08'),(112074,40269,'action started via WP Cron','2021-02-21 00:05:09','2021-02-20 16:05:09'),(112075,40269,'action complete via WP Cron','2021-02-21 00:05:09','2021-02-20 16:05:09'),(112076,40270,'action created','2021-02-21 00:05:09','2021-02-20 16:05:09'),(112077,40270,'action started via WP Cron','2021-02-21 00:07:11','2021-02-20 16:07:11'),(112078,40270,'action complete via WP Cron','2021-02-21 00:07:11','2021-02-20 16:07:11'),(112079,40271,'action created','2021-02-21 00:07:11','2021-02-20 16:07:11'),(112080,40271,'action started via WP Cron','2021-02-21 00:08:12','2021-02-20 16:08:12'),(112081,40271,'action complete via WP Cron','2021-02-21 00:08:12','2021-02-20 16:08:12'),(112082,40272,'action created','2021-02-21 00:08:12','2021-02-20 16:08:12'),(112083,40272,'action started via WP Cron','2021-02-21 00:09:13','2021-02-20 16:09:13'),(112084,40272,'action complete via WP Cron','2021-02-21 00:09:13','2021-02-20 16:09:13'),(112085,40273,'action created','2021-02-21 00:09:13','2021-02-20 16:09:13'),(112086,40273,'action started via WP Cron','2021-02-21 00:10:10','2021-02-20 16:10:10'),(112087,40273,'action complete via WP Cron','2021-02-21 00:10:10','2021-02-20 16:10:10'),(112088,40274,'action created','2021-02-21 00:10:10','2021-02-20 16:10:10'),(112089,40274,'action started via WP Cron','2021-02-21 00:11:23','2021-02-20 16:11:23'),(112090,40274,'action complete via WP Cron','2021-02-21 00:11:23','2021-02-20 16:11:23'),(112091,40275,'action created','2021-02-21 00:11:40','2021-02-20 16:11:40'),(112092,40275,'action started via WP Cron','2021-02-21 00:12:02','2021-02-20 16:12:02'),(112093,40275,'action complete via WP Cron','2021-02-21 00:12:02','2021-02-20 16:12:02'),(112094,40276,'action created','2021-02-21 00:12:02','2021-02-20 16:12:02'),(112095,40276,'action started via WP Cron','2021-02-21 00:12:45','2021-02-20 16:12:45'),(112096,40276,'action complete via WP Cron','2021-02-21 00:12:45','2021-02-20 16:12:45'),(112097,40277,'action created','2021-02-21 00:12:46','2021-02-20 16:12:46'),(112098,40277,'action started via WP Cron','2021-02-21 00:13:41','2021-02-20 16:13:41'),(112099,40277,'action complete via WP Cron','2021-02-21 00:13:41','2021-02-20 16:13:41'),(112100,40278,'action created','2021-02-21 00:13:41','2021-02-20 16:13:41'),(112101,40278,'action started via WP Cron','2021-02-21 00:14:42','2021-02-20 16:14:42'),(112102,40278,'action complete via WP Cron','2021-02-21 00:14:42','2021-02-20 16:14:42'),(112103,40279,'action created','2021-02-21 00:14:42','2021-02-20 16:14:42'),(112104,40279,'action started via WP Cron','2021-02-21 00:15:43','2021-02-20 16:15:43'),(112105,40279,'action complete via WP Cron','2021-02-21 00:15:43','2021-02-20 16:15:43'),(112106,40280,'action created','2021-02-21 00:15:43','2021-02-20 16:15:43'),(112107,40280,'action started via WP Cron','2021-02-21 00:16:49','2021-02-20 16:16:49'),(112108,40280,'action complete via WP Cron','2021-02-21 00:16:49','2021-02-20 16:16:49'),(112109,40281,'action created','2021-02-21 00:16:49','2021-02-20 16:16:49'),(112110,40281,'action started via WP Cron','2021-02-21 00:17:48','2021-02-20 16:17:48'),(112111,40281,'action complete via WP Cron','2021-02-21 00:17:48','2021-02-20 16:17:48'),(112112,40282,'action created','2021-02-21 00:17:48','2021-02-20 16:17:48'),(112113,40282,'action started via WP Cron','2021-02-21 00:18:50','2021-02-20 16:18:50'),(112114,40282,'action complete via WP Cron','2021-02-21 00:18:50','2021-02-20 16:18:50'),(112115,40283,'action created','2021-02-21 00:18:50','2021-02-20 16:18:50'),(112116,40283,'action started via WP Cron','2021-02-21 00:19:58','2021-02-20 16:19:58'),(112117,40283,'action complete via WP Cron','2021-02-21 00:19:58','2021-02-20 16:19:58'),(112118,40284,'action created','2021-02-21 00:19:59','2021-02-20 16:19:59'),(112119,40284,'action started via WP Cron','2021-02-21 00:20:55','2021-02-20 16:20:55'),(112120,40284,'action complete via WP Cron','2021-02-21 00:20:55','2021-02-20 16:20:55'),(112121,40285,'action created','2021-02-21 00:20:55','2021-02-20 16:20:55'),(112122,40285,'action started via WP Cron','2021-02-21 00:21:53','2021-02-20 16:21:53'),(112123,40285,'action complete via WP Cron','2021-02-21 00:21:53','2021-02-20 16:21:53'),(112124,40286,'action created','2021-02-21 00:21:53','2021-02-20 16:21:53'),(112125,40286,'action started via WP Cron','2021-02-21 00:22:55','2021-02-20 16:22:55'),(112126,40286,'action complete via WP Cron','2021-02-21 00:22:55','2021-02-20 16:22:55'),(112127,40287,'action created','2021-02-21 00:22:56','2021-02-20 16:22:56'),(112128,40287,'action started via WP Cron','2021-02-21 00:24:06','2021-02-20 16:24:06'),(112129,40287,'action complete via WP Cron','2021-02-21 00:24:06','2021-02-20 16:24:06'),(112130,40288,'action created','2021-02-21 00:24:06','2021-02-20 16:24:06'),(112131,40288,'action started via WP Cron','2021-02-21 00:25:02','2021-02-20 16:25:02'),(112132,40288,'action complete via WP Cron','2021-02-21 00:25:02','2021-02-20 16:25:02'),(112133,40289,'action created','2021-02-21 00:25:17','2021-02-20 16:25:17'),(112134,40289,'action started via WP Cron','2021-02-21 00:25:47','2021-02-20 16:25:47'),(112135,40289,'action complete via WP Cron','2021-02-21 00:25:47','2021-02-20 16:25:47'),(112136,40290,'action created','2021-02-21 00:25:47','2021-02-20 16:25:47'),(112137,40290,'action started via WP Cron','2021-02-21 00:26:58','2021-02-20 16:26:58'),(112138,40290,'action complete via WP Cron','2021-02-21 00:26:58','2021-02-20 16:26:58'),(112139,40291,'action created','2021-02-21 00:26:58','2021-02-20 16:26:58'),(112140,40291,'action started via WP Cron','2021-02-21 00:28:00','2021-02-20 16:28:00'),(112141,40291,'action complete via WP Cron','2021-02-21 00:28:00','2021-02-20 16:28:00'),(112142,40292,'action created','2021-02-21 00:28:00','2021-02-20 16:28:00'),(112143,40292,'action started via WP Cron','2021-02-21 00:29:04','2021-02-20 16:29:04'),(112144,40292,'action complete via WP Cron','2021-02-21 00:29:04','2021-02-20 16:29:04'),(112145,40293,'action created','2021-02-21 00:29:05','2021-02-20 16:29:05'),(112146,40293,'action started via WP Cron','2021-02-21 00:29:52','2021-02-20 16:29:52'),(112147,40293,'action complete via WP Cron','2021-02-21 00:29:52','2021-02-20 16:29:52'),(112148,40294,'action created','2021-02-21 00:29:52','2021-02-20 16:29:52'),(112149,40294,'action started via WP Cron','2021-02-21 00:31:04','2021-02-20 16:31:04'),(112150,40294,'action complete via WP Cron','2021-02-21 00:31:04','2021-02-20 16:31:04'),(112151,40295,'action created','2021-02-21 00:31:04','2021-02-20 16:31:04'),(112152,40295,'action started via WP Cron','2021-02-21 00:31:44','2021-02-20 16:31:44'),(112153,40295,'action complete via WP Cron','2021-02-21 00:31:44','2021-02-20 16:31:44'),(112154,40296,'action created','2021-02-21 00:31:44','2021-02-20 16:31:44'),(112155,40296,'action started via WP Cron','2021-02-21 00:32:47','2021-02-20 16:32:47'),(112156,40296,'action complete via WP Cron','2021-02-21 00:32:47','2021-02-20 16:32:47'),(112157,40297,'action created','2021-02-21 00:32:47','2021-02-20 16:32:47'),(112158,40297,'action started via WP Cron','2021-02-21 00:33:50','2021-02-20 16:33:50'),(112159,40297,'action complete via WP Cron','2021-02-21 00:33:50','2021-02-20 16:33:50'),(112160,40298,'action created','2021-02-21 00:34:21','2021-02-20 16:34:21'),(112161,40298,'action started via WP Cron','2021-02-21 00:35:05','2021-02-20 16:35:05'),(112162,40298,'action complete via WP Cron','2021-02-21 00:35:05','2021-02-20 16:35:05'),(112163,40299,'action created','2021-02-21 00:35:05','2021-02-20 16:35:05'),(112164,40299,'action started via WP Cron','2021-02-21 00:35:57','2021-02-20 16:35:57'),(112165,40299,'action complete via WP Cron','2021-02-21 00:35:57','2021-02-20 16:35:57'),(112166,40300,'action created','2021-02-21 00:35:57','2021-02-20 16:35:57'),(112167,40300,'action started via WP Cron','2021-02-21 00:36:58','2021-02-20 16:36:58'),(112168,40300,'action complete via WP Cron','2021-02-21 00:36:58','2021-02-20 16:36:58'),(112169,40301,'action created','2021-02-21 00:36:58','2021-02-20 16:36:58'),(112170,40301,'action started via WP Cron','2021-02-21 00:37:50','2021-02-20 16:37:50'),(112171,40301,'action complete via WP Cron','2021-02-21 00:37:50','2021-02-20 16:37:50'),(112172,40302,'action created','2021-02-21 00:37:50','2021-02-20 16:37:50'),(112173,40302,'action started via WP Cron','2021-02-21 00:38:54','2021-02-20 16:38:54'),(112174,40302,'action complete via WP Cron','2021-02-21 00:38:54','2021-02-20 16:38:54'),(112175,40303,'action created','2021-02-21 00:38:54','2021-02-20 16:38:54'),(112176,40303,'action started via WP Cron','2021-02-21 00:39:57','2021-02-20 16:39:57'),(112177,40303,'action complete via WP Cron','2021-02-21 00:39:57','2021-02-20 16:39:57'),(112178,40304,'action created','2021-02-21 00:39:57','2021-02-20 16:39:57'),(112179,40304,'action started via WP Cron','2021-02-21 00:41:06','2021-02-20 16:41:06'),(112180,40304,'action complete via WP Cron','2021-02-21 00:41:06','2021-02-20 16:41:06'),(112181,40305,'action created','2021-02-21 00:41:06','2021-02-20 16:41:06'),(112182,40305,'action started via WP Cron','2021-02-21 00:41:50','2021-02-20 16:41:50'),(112183,40305,'action complete via WP Cron','2021-02-21 00:41:50','2021-02-20 16:41:50'),(112184,40306,'action created','2021-02-21 00:41:50','2021-02-20 16:41:50'),(112185,40306,'action started via WP Cron','2021-02-21 00:42:51','2021-02-20 16:42:51'),(112186,40306,'action complete via WP Cron','2021-02-21 00:42:51','2021-02-20 16:42:51'),(112187,40307,'action created','2021-02-21 00:42:51','2021-02-20 16:42:51'),(112188,40307,'action started via WP Cron','2021-02-21 00:43:41','2021-02-20 16:43:41'),(112189,40307,'action complete via WP Cron','2021-02-21 00:43:41','2021-02-20 16:43:41'),(112190,40308,'action created','2021-02-21 00:43:41','2021-02-20 16:43:41'),(112191,40308,'action started via WP Cron','2021-02-21 00:44:52','2021-02-20 16:44:52'),(112192,40308,'action complete via WP Cron','2021-02-21 00:44:52','2021-02-20 16:44:52'),(112193,40309,'action created','2021-02-21 00:44:52','2021-02-20 16:44:52'),(112194,40309,'action started via WP Cron','2021-02-21 00:45:43','2021-02-20 16:45:43'),(112195,40309,'action complete via WP Cron','2021-02-21 00:45:43','2021-02-20 16:45:43'),(112196,40310,'action created','2021-02-21 00:45:43','2021-02-20 16:45:43'),(112197,40310,'action started via WP Cron','2021-02-21 00:46:44','2021-02-20 16:46:44'),(112198,40310,'action complete via WP Cron','2021-02-21 00:46:44','2021-02-20 16:46:44'),(112199,40311,'action created','2021-02-21 00:46:44','2021-02-20 16:46:44'),(112200,40311,'action started via WP Cron','2021-02-21 00:47:52','2021-02-20 16:47:52'),(112201,40311,'action complete via WP Cron','2021-02-21 00:47:52','2021-02-20 16:47:52'),(112202,40312,'action created','2021-02-21 00:47:52','2021-02-20 16:47:52'),(112203,40312,'action started via WP Cron','2021-02-21 00:48:46','2021-02-20 16:48:46'),(112204,40312,'action complete via WP Cron','2021-02-21 00:48:46','2021-02-20 16:48:46'),(112205,40313,'action created','2021-02-21 00:48:46','2021-02-20 16:48:46'),(112206,40313,'action started via WP Cron','2021-02-21 00:49:56','2021-02-20 16:49:56'),(112207,40313,'action complete via WP Cron','2021-02-21 00:49:56','2021-02-20 16:49:56'),(112208,40314,'action created','2021-02-21 00:49:56','2021-02-20 16:49:56'),(112209,40314,'action started via WP Cron','2021-02-21 00:51:02','2021-02-20 16:51:02'),(112210,40314,'action complete via WP Cron','2021-02-21 00:51:02','2021-02-20 16:51:02'),(112211,40315,'action created','2021-02-21 00:51:02','2021-02-20 16:51:02'),(112212,40315,'action started via WP Cron','2021-02-21 00:52:34','2021-02-20 16:52:34'),(112213,40315,'action complete via WP Cron','2021-02-21 00:52:34','2021-02-20 16:52:34'),(112214,40316,'action created','2021-02-21 00:52:34','2021-02-20 16:52:34'),(112215,40316,'action started via WP Cron','2021-02-21 00:53:35','2021-02-20 16:53:35'),(112216,40316,'action complete via WP Cron','2021-02-21 00:53:35','2021-02-20 16:53:35'),(112217,40317,'action created','2021-02-21 00:53:35','2021-02-20 16:53:35'),(112218,40317,'action started via WP Cron','2021-02-21 00:54:36','2021-02-20 16:54:36'),(112219,40317,'action complete via WP Cron','2021-02-21 00:54:36','2021-02-20 16:54:36'),(112220,40318,'action created','2021-02-21 00:54:36','2021-02-20 16:54:36'),(112221,40318,'action started via WP Cron','2021-02-21 01:06:23','2021-02-20 17:06:23'),(112222,40318,'action complete via WP Cron','2021-02-21 01:06:23','2021-02-20 17:06:23'),(112223,40319,'action created','2021-02-21 01:10:40','2021-02-20 17:10:40'),(112224,40319,'action started via WP Cron','2021-02-21 01:12:27','2021-02-20 17:12:27'),(112225,40319,'action complete via WP Cron','2021-02-21 01:12:27','2021-02-20 17:12:27'),(112226,40320,'action created','2021-02-21 01:12:27','2021-02-20 17:12:27'),(112227,40320,'action started via WP Cron','2021-02-21 01:13:32','2021-02-20 17:13:32'),(112228,40320,'action complete via WP Cron','2021-02-21 01:13:32','2021-02-20 17:13:32'),(112229,40321,'action created','2021-02-21 01:13:32','2021-02-20 17:13:32'),(112230,40321,'action started via WP Cron','2021-02-21 01:13:51','2021-02-20 17:13:51'),(112231,40321,'action complete via WP Cron','2021-02-21 01:13:51','2021-02-20 17:13:51'),(112232,40322,'action created','2021-02-21 01:13:51','2021-02-20 17:13:51'),(112233,40322,'action started via WP Cron','2021-02-21 01:14:41','2021-02-20 17:14:41'),(112234,40322,'action complete via WP Cron','2021-02-21 01:14:41','2021-02-20 17:14:41'),(112235,40323,'action created','2021-02-21 01:14:41','2021-02-20 17:14:41'),(112236,40323,'action started via WP Cron','2021-02-21 01:25:10','2021-02-20 17:25:10'),(112237,40323,'action complete via WP Cron','2021-02-21 01:25:10','2021-02-20 17:25:10'),(112238,40324,'action created','2021-02-21 01:33:17','2021-02-20 17:33:17'),(112239,40324,'action started via WP Cron','2021-02-21 01:34:28','2021-02-20 17:34:28'),(112240,40324,'action complete via WP Cron','2021-02-21 01:34:28','2021-02-20 17:34:28'),(112241,40325,'action created','2021-02-21 01:34:28','2021-02-20 17:34:28'),(112242,40325,'action started via WP Cron','2021-02-21 01:35:30','2021-02-20 17:35:30'),(112243,40325,'action complete via WP Cron','2021-02-21 01:35:30','2021-02-20 17:35:30'),(112244,40326,'action created','2021-02-21 01:35:30','2021-02-20 17:35:30'),(112245,40326,'action started via WP Cron','2021-02-21 01:35:41','2021-02-20 17:35:41'),(112246,40326,'action complete via WP Cron','2021-02-21 01:35:41','2021-02-20 17:35:41'),(112247,40327,'action created','2021-02-21 01:35:41','2021-02-20 17:35:41'),(112248,40327,'action started via WP Cron','2021-02-21 01:37:03','2021-02-20 17:37:03'),(112249,40327,'action complete via WP Cron','2021-02-21 01:37:03','2021-02-20 17:37:03'),(112250,40328,'action created','2021-02-21 01:37:03','2021-02-20 17:37:03'),(112251,40328,'action started via WP Cron','2021-02-21 01:38:04','2021-02-20 17:38:04'),(112252,40328,'action complete via WP Cron','2021-02-21 01:38:04','2021-02-20 17:38:04'),(112253,40329,'action created','2021-02-21 01:38:04','2021-02-20 17:38:04'),(112254,40329,'action started via WP Cron','2021-02-21 01:39:31','2021-02-20 17:39:31'),(112255,40329,'action complete via WP Cron','2021-02-21 01:39:31','2021-02-20 17:39:31'),(112256,40330,'action created','2021-02-21 01:39:32','2021-02-20 17:39:32'),(112257,40330,'action started via WP Cron','2021-02-21 01:41:23','2021-02-20 17:41:23'),(112258,40330,'action complete via WP Cron','2021-02-21 01:41:23','2021-02-20 17:41:23'),(112259,40331,'action created','2021-02-21 01:41:23','2021-02-20 17:41:23'),(112260,40331,'action started via WP Cron','2021-02-21 01:45:48','2021-02-20 17:45:48'),(112261,40331,'action complete via WP Cron','2021-02-21 01:45:48','2021-02-20 17:45:48'),(112262,40332,'action created','2021-02-21 01:45:48','2021-02-20 17:45:48'),(112263,40332,'action started via WP Cron','2021-02-21 01:46:54','2021-02-20 17:46:54'),(112264,40332,'action complete via WP Cron','2021-02-21 01:46:54','2021-02-20 17:46:54'),(112265,40333,'action created','2021-02-21 01:46:54','2021-02-20 17:46:54'),(112266,40333,'action started via WP Cron','2021-02-21 01:48:56','2021-02-20 17:48:56'),(112267,40333,'action complete via WP Cron','2021-02-21 01:48:56','2021-02-20 17:48:56'),(112268,40334,'action created','2021-02-21 01:48:56','2021-02-20 17:48:56'),(112269,40334,'action started via WP Cron','2021-02-21 01:49:57','2021-02-20 17:49:57'),(112270,40334,'action complete via WP Cron','2021-02-21 01:49:57','2021-02-20 17:49:57'),(112271,40335,'action created','2021-02-21 01:49:57','2021-02-20 17:49:57'),(112272,40335,'action started via WP Cron','2021-02-21 01:50:58','2021-02-20 17:50:58'),(112273,40335,'action complete via WP Cron','2021-02-21 01:50:58','2021-02-20 17:50:58'),(112274,40336,'action created','2021-02-21 01:50:58','2021-02-20 17:50:58'),(112275,40336,'action started via WP Cron','2021-02-21 02:02:05','2021-02-20 18:02:05'),(112276,40336,'action complete via WP Cron','2021-02-21 02:02:05','2021-02-20 18:02:05'),(112277,40337,'action created','2021-02-21 02:02:05','2021-02-20 18:02:05'),(112278,40337,'action started via WP Cron','2021-02-21 02:09:28','2021-02-20 18:09:28'),(112279,40337,'action complete via WP Cron','2021-02-21 02:09:28','2021-02-20 18:09:28'),(112280,40338,'action created','2021-02-21 02:09:28','2021-02-20 18:09:28'),(112281,40338,'action started via WP Cron','2021-02-21 02:16:29','2021-02-20 18:16:29'),(112282,40338,'action complete via WP Cron','2021-02-21 02:16:29','2021-02-20 18:16:29'),(112283,40339,'action created','2021-02-21 02:16:29','2021-02-20 18:16:29'),(112284,40339,'action started via WP Cron','2021-02-21 02:22:24','2021-02-20 18:22:24'),(112285,40339,'action complete via WP Cron','2021-02-21 02:22:24','2021-02-20 18:22:24'),(112286,40340,'action created','2021-02-21 02:22:25','2021-02-20 18:22:25'),(112287,40340,'action started via WP Cron','2021-02-21 02:22:52','2021-02-20 18:22:52'),(112288,40340,'action complete via WP Cron','2021-02-21 02:22:52','2021-02-20 18:22:52'),(112289,40341,'action created','2021-02-21 02:22:52','2021-02-20 18:22:52'),(112290,40341,'action started via WP Cron','2021-02-21 02:36:48','2021-02-20 18:36:48'),(112291,40341,'action complete via WP Cron','2021-02-21 02:36:48','2021-02-20 18:36:48'),(112292,40342,'action created','2021-02-21 02:36:48','2021-02-20 18:36:48'),(112293,40342,'action started via WP Cron','2021-02-21 02:43:46','2021-02-20 18:43:46'),(112294,40342,'action complete via WP Cron','2021-02-21 02:43:46','2021-02-20 18:43:46'),(112295,40343,'action created','2021-02-21 02:43:46','2021-02-20 18:43:46'),(112296,40343,'action started via WP Cron','2021-02-21 02:49:52','2021-02-20 18:49:52'),(112297,40343,'action complete via WP Cron','2021-02-21 02:49:52','2021-02-20 18:49:52'),(112298,40344,'action created','2021-02-21 02:49:52','2021-02-20 18:49:52'),(112299,40344,'action started via WP Cron','2021-02-21 02:51:04','2021-02-20 18:51:04'),(112300,40344,'action complete via WP Cron','2021-02-21 02:51:04','2021-02-20 18:51:04'),(112301,40345,'action created','2021-02-21 02:51:04','2021-02-20 18:51:04'),(112302,40345,'action started via WP Cron','2021-02-21 02:51:58','2021-02-20 18:51:58'),(112303,40345,'action complete via WP Cron','2021-02-21 02:51:58','2021-02-20 18:51:58'),(112304,40346,'action created','2021-02-21 02:51:58','2021-02-20 18:51:58'),(112305,40346,'action started via WP Cron','2021-02-21 02:52:59','2021-02-20 18:52:59'),(112306,40346,'action complete via WP Cron','2021-02-21 02:52:59','2021-02-20 18:52:59'),(112307,40347,'action created','2021-02-21 02:52:59','2021-02-20 18:52:59'),(112308,40347,'action started via WP Cron','2021-02-21 02:55:01','2021-02-20 18:55:01'),(112309,40347,'action complete via WP Cron','2021-02-21 02:55:01','2021-02-20 18:55:01'),(112310,40348,'action created','2021-02-21 02:55:01','2021-02-20 18:55:01'),(112311,40348,'action started via WP Cron','2021-02-21 02:56:02','2021-02-20 18:56:02'),(112312,40348,'action complete via WP Cron','2021-02-21 02:56:02','2021-02-20 18:56:02'),(112313,40349,'action created','2021-02-21 02:56:02','2021-02-20 18:56:02'),(112314,40349,'action started via WP Cron','2021-02-21 02:57:03','2021-02-20 18:57:03'),(112315,40349,'action complete via WP Cron','2021-02-21 02:57:03','2021-02-20 18:57:03'),(112316,40350,'action created','2021-02-21 02:57:03','2021-02-20 18:57:03'),(112317,40350,'action started via WP Cron','2021-02-21 03:06:30','2021-02-20 19:06:30'),(112318,40350,'action complete via WP Cron','2021-02-21 03:06:30','2021-02-20 19:06:30'),(112319,40351,'action created','2021-02-21 03:06:30','2021-02-20 19:06:30'),(112320,40351,'action started via WP Cron','2021-02-21 03:20:33','2021-02-20 19:20:33'),(112321,40351,'action complete via WP Cron','2021-02-21 03:20:33','2021-02-20 19:20:33'),(112322,40352,'action created','2021-02-21 03:20:34','2021-02-20 19:20:34'),(112323,40352,'action started via WP Cron','2021-02-21 03:20:44','2021-02-20 19:20:44'),(112324,40352,'action complete via WP Cron','2021-02-21 03:20:44','2021-02-20 19:20:44'),(112325,40353,'action created','2021-02-21 03:20:44','2021-02-20 19:20:44'),(112326,40353,'action started via WP Cron','2021-02-21 03:21:53','2021-02-20 19:21:53'),(112327,40353,'action complete via WP Cron','2021-02-21 03:21:53','2021-02-20 19:21:53'),(112328,40354,'action created','2021-02-21 03:21:53','2021-02-20 19:21:53'),(112329,40354,'action started via WP Cron','2021-02-21 03:22:56','2021-02-20 19:22:56'),(112330,40354,'action complete via WP Cron','2021-02-21 03:22:56','2021-02-20 19:22:56'),(112331,40355,'action created','2021-02-21 03:22:56','2021-02-20 19:22:56'),(112332,40355,'action started via WP Cron','2021-02-21 03:23:48','2021-02-20 19:23:48'),(112333,40355,'action complete via WP Cron','2021-02-21 03:23:48','2021-02-20 19:23:48'),(112334,40356,'action created','2021-02-21 03:23:48','2021-02-20 19:23:48'),(112335,40356,'action started via WP Cron','2021-02-21 03:25:05','2021-02-20 19:25:05'),(112336,40356,'action complete via WP Cron','2021-02-21 03:25:05','2021-02-20 19:25:05'),(112337,40357,'action created','2021-02-21 03:25:05','2021-02-20 19:25:05'),(112338,40357,'action started via WP Cron','2021-02-21 03:26:12','2021-02-20 19:26:12'),(112339,40357,'action complete via WP Cron','2021-02-21 03:26:12','2021-02-20 19:26:12'),(112340,40358,'action created','2021-02-21 03:26:12','2021-02-20 19:26:12'),(112341,40358,'action started via WP Cron','2021-02-21 03:27:08','2021-02-20 19:27:08'),(112342,40358,'action complete via WP Cron','2021-02-21 03:27:08','2021-02-20 19:27:08'),(112343,40359,'action created','2021-02-21 03:27:08','2021-02-20 19:27:08'),(112344,40359,'action started via WP Cron','2021-02-21 03:28:07','2021-02-20 19:28:07'),(112345,40359,'action complete via WP Cron','2021-02-21 03:28:07','2021-02-20 19:28:07'),(112346,40360,'action created','2021-02-21 03:28:07','2021-02-20 19:28:07'),(112347,40360,'action started via WP Cron','2021-02-21 03:28:44','2021-02-20 19:28:44'),(112348,40360,'action complete via WP Cron','2021-02-21 03:28:44','2021-02-20 19:28:44'),(112349,40361,'action created','2021-02-21 03:28:44','2021-02-20 19:28:44'),(112350,40361,'action started via WP Cron','2021-02-21 03:29:46','2021-02-20 19:29:46'),(112351,40361,'action complete via WP Cron','2021-02-21 03:29:46','2021-02-20 19:29:46'),(112352,40362,'action created','2021-02-21 03:29:46','2021-02-20 19:29:46'),(112353,40362,'action started via WP Cron','2021-02-21 03:30:48','2021-02-20 19:30:48'),(112354,40362,'action complete via WP Cron','2021-02-21 03:30:48','2021-02-20 19:30:48'),(112355,40363,'action created','2021-02-21 03:30:48','2021-02-20 19:30:48'),(112356,40363,'action started via WP Cron','2021-02-21 03:31:42','2021-02-20 19:31:42'),(112357,40363,'action complete via WP Cron','2021-02-21 03:31:42','2021-02-20 19:31:42'),(112358,40364,'action created','2021-02-21 03:31:42','2021-02-20 19:31:42'),(112359,40364,'action started via WP Cron','2021-02-21 03:32:48','2021-02-20 19:32:48'),(112360,40364,'action complete via WP Cron','2021-02-21 03:32:48','2021-02-20 19:32:48'),(112361,40365,'action created','2021-02-21 03:32:48','2021-02-20 19:32:48'),(112362,40365,'action started via WP Cron','2021-02-21 03:33:44','2021-02-20 19:33:44'),(112363,40365,'action complete via WP Cron','2021-02-21 03:33:44','2021-02-20 19:33:44'),(112364,40366,'action created','2021-02-21 03:33:44','2021-02-20 19:33:44'),(112365,40366,'action started via WP Cron','2021-02-21 03:34:44','2021-02-20 19:34:44'),(112366,40366,'action complete via WP Cron','2021-02-21 03:34:44','2021-02-20 19:34:44'),(112367,40367,'action created','2021-02-21 03:34:44','2021-02-20 19:34:44'),(112368,40367,'action started via WP Cron','2021-02-21 03:35:42','2021-02-20 19:35:42'),(112369,40367,'action complete via WP Cron','2021-02-21 03:35:42','2021-02-20 19:35:42'),(112370,40368,'action created','2021-02-21 03:35:42','2021-02-20 19:35:42'),(112371,40368,'action started via WP Cron','2021-02-21 03:36:49','2021-02-20 19:36:49'),(112372,40368,'action complete via WP Cron','2021-02-21 03:36:49','2021-02-20 19:36:49'),(112373,40369,'action created','2021-02-21 03:36:49','2021-02-20 19:36:49'),(112374,40369,'action started via WP Cron','2021-02-21 03:38:12','2021-02-20 19:38:12'),(112375,40369,'action complete via WP Cron','2021-02-21 03:38:12','2021-02-20 19:38:12'),(112376,40370,'action created','2021-02-21 03:38:12','2021-02-20 19:38:12'),(112377,40370,'action started via WP Cron','2021-02-21 03:38:52','2021-02-20 19:38:52'),(112378,40370,'action complete via WP Cron','2021-02-21 03:38:52','2021-02-20 19:38:52'),(112379,40371,'action created','2021-02-21 03:38:52','2021-02-20 19:38:52'),(112380,40371,'action started via WP Cron','2021-02-21 03:40:03','2021-02-20 19:40:03'),(112381,40371,'action complete via WP Cron','2021-02-21 03:40:03','2021-02-20 19:40:03'),(112382,40372,'action created','2021-02-21 03:40:34','2021-02-20 19:40:34'),(112383,40372,'action started via WP Cron','2021-02-21 03:41:11','2021-02-20 19:41:11'),(112384,40372,'action complete via WP Cron','2021-02-21 03:41:11','2021-02-20 19:41:11'),(112385,40373,'action created','2021-02-21 03:41:11','2021-02-20 19:41:11'),(112386,40373,'action started via WP Cron','2021-02-21 03:42:05','2021-02-20 19:42:05'),(112387,40373,'action complete via WP Cron','2021-02-21 03:42:05','2021-02-20 19:42:05'),(112388,40374,'action created','2021-02-21 03:42:05','2021-02-20 19:42:05'),(112389,40374,'action started via WP Cron','2021-02-21 03:42:45','2021-02-20 19:42:45'),(112390,40374,'action complete via WP Cron','2021-02-21 03:42:45','2021-02-20 19:42:45'),(112391,40375,'action created','2021-02-21 03:42:45','2021-02-20 19:42:45'),(112392,40375,'action started via WP Cron','2021-02-21 03:43:46','2021-02-20 19:43:46'),(112393,40375,'action complete via WP Cron','2021-02-21 03:43:46','2021-02-20 19:43:46'),(112394,40376,'action created','2021-02-21 03:43:46','2021-02-20 19:43:46'),(112395,40376,'action started via WP Cron','2021-02-21 03:44:44','2021-02-20 19:44:44'),(112396,40376,'action complete via WP Cron','2021-02-21 03:44:44','2021-02-20 19:44:44'),(112397,40377,'action created','2021-02-21 03:44:45','2021-02-20 19:44:45'),(112398,40377,'action started via WP Cron','2021-02-21 03:45:53','2021-02-20 19:45:53'),(112399,40377,'action complete via WP Cron','2021-02-21 03:45:53','2021-02-20 19:45:53'),(112400,40378,'action created','2021-02-21 03:45:53','2021-02-20 19:45:53'),(112401,40378,'action started via WP Cron','2021-02-21 03:46:51','2021-02-20 19:46:51'),(112402,40378,'action complete via WP Cron','2021-02-21 03:46:51','2021-02-20 19:46:51'),(112403,40379,'action created','2021-02-21 03:46:51','2021-02-20 19:46:51'),(112404,40379,'action started via WP Cron','2021-02-21 03:47:53','2021-02-20 19:47:53'),(112405,40379,'action complete via WP Cron','2021-02-21 03:47:53','2021-02-20 19:47:53'),(112406,40380,'action created','2021-02-21 03:47:53','2021-02-20 19:47:53'),(112407,40380,'action started via WP Cron','2021-02-21 03:48:50','2021-02-20 19:48:50'),(112408,40380,'action complete via WP Cron','2021-02-21 03:48:50','2021-02-20 19:48:50'),(112409,40381,'action created','2021-02-21 03:48:50','2021-02-20 19:48:50'),(112410,40381,'action started via WP Cron','2021-02-21 03:49:55','2021-02-20 19:49:55'),(112411,40381,'action complete via WP Cron','2021-02-21 03:49:55','2021-02-20 19:49:55'),(112412,40382,'action created','2021-02-21 03:49:55','2021-02-20 19:49:55'),(112413,40382,'action started via WP Cron','2021-02-21 03:50:52','2021-02-20 19:50:52'),(112414,40382,'action complete via WP Cron','2021-02-21 03:50:52','2021-02-20 19:50:52'),(112415,40383,'action created','2021-02-21 03:50:52','2021-02-20 19:50:52'),(112416,40383,'action started via WP Cron','2021-02-21 03:52:00','2021-02-20 19:52:00'),(112417,40383,'action complete via WP Cron','2021-02-21 03:52:00','2021-02-20 19:52:00'),(112418,40384,'action created','2021-02-21 03:52:00','2021-02-20 19:52:00'),(112419,40384,'action started via WP Cron','2021-02-21 03:52:50','2021-02-20 19:52:50'),(112420,40384,'action complete via WP Cron','2021-02-21 03:52:50','2021-02-20 19:52:50'),(112421,40385,'action created','2021-02-21 03:52:50','2021-02-20 19:52:50'),(112422,40385,'action started via WP Cron','2021-02-21 03:53:54','2021-02-20 19:53:54'),(112423,40385,'action complete via WP Cron','2021-02-21 03:53:54','2021-02-20 19:53:54'),(112424,40386,'action created','2021-02-21 03:53:55','2021-02-20 19:53:55'),(112425,40386,'action started via WP Cron','2021-02-21 03:55:03','2021-02-20 19:55:03'),(112426,40386,'action complete via WP Cron','2021-02-21 03:55:03','2021-02-20 19:55:03'),(112427,40387,'action created','2021-02-21 03:55:03','2021-02-20 19:55:03'),(112428,40387,'action started via WP Cron','2021-02-21 03:55:56','2021-02-20 19:55:56'),(112429,40387,'action complete via WP Cron','2021-02-21 03:55:56','2021-02-20 19:55:56'),(112430,40388,'action created','2021-02-21 03:55:56','2021-02-20 19:55:56'),(112431,40388,'action started via WP Cron','2021-02-21 03:56:57','2021-02-20 19:56:57'),(112432,40388,'action complete via WP Cron','2021-02-21 03:56:57','2021-02-20 19:56:57'),(112433,40389,'action created','2021-02-21 03:56:57','2021-02-20 19:56:57'),(112434,40389,'action started via WP Cron','2021-02-21 03:57:44','2021-02-20 19:57:44'),(112435,40389,'action complete via WP Cron','2021-02-21 03:57:44','2021-02-20 19:57:44'),(112436,40390,'action created','2021-02-21 03:57:44','2021-02-20 19:57:44'),(112437,40390,'action started via WP Cron','2021-02-21 03:58:57','2021-02-20 19:58:57'),(112438,40390,'action complete via WP Cron','2021-02-21 03:58:57','2021-02-20 19:58:57'),(112439,40391,'action created','2021-02-21 03:58:57','2021-02-20 19:58:57'),(112440,40391,'action started via WP Cron','2021-02-21 03:59:58','2021-02-20 19:59:58'),(112441,40391,'action complete via WP Cron','2021-02-21 03:59:58','2021-02-20 19:59:58'),(112442,40392,'action created','2021-02-21 03:59:58','2021-02-20 19:59:58'),(112443,40392,'action started via WP Cron','2021-02-21 04:00:43','2021-02-20 20:00:43'),(112444,40392,'action complete via WP Cron','2021-02-21 04:00:43','2021-02-20 20:00:43'),(112445,40393,'action created','2021-02-21 04:00:43','2021-02-20 20:00:43'),(112446,40393,'action started via WP Cron','2021-02-21 04:01:55','2021-02-20 20:01:55'),(112447,40393,'action complete via WP Cron','2021-02-21 04:01:55','2021-02-20 20:01:55'),(112448,40394,'action created','2021-02-21 04:01:55','2021-02-20 20:01:55'),(112449,40394,'action started via WP Cron','2021-02-21 04:02:44','2021-02-20 20:02:44'),(112450,40394,'action complete via WP Cron','2021-02-21 04:02:44','2021-02-20 20:02:44'),(112451,40395,'action created','2021-02-21 04:02:44','2021-02-20 20:02:44'),(112452,40395,'action started via WP Cron','2021-02-21 04:03:57','2021-02-20 20:03:57'),(112453,40395,'action complete via WP Cron','2021-02-21 04:03:57','2021-02-20 20:03:57'),(112454,40396,'action created','2021-02-21 04:03:58','2021-02-20 20:03:58'),(112455,40396,'action started via WP Cron','2021-02-21 04:04:52','2021-02-20 20:04:52'),(112456,40396,'action complete via WP Cron','2021-02-21 04:04:52','2021-02-20 20:04:52'),(112457,40397,'action created','2021-02-21 04:04:52','2021-02-20 20:04:52'),(112458,40397,'action started via WP Cron','2021-02-21 04:05:51','2021-02-20 20:05:51'),(112459,40397,'action complete via WP Cron','2021-02-21 04:05:51','2021-02-20 20:05:51'),(112460,40398,'action created','2021-02-21 04:05:51','2021-02-20 20:05:51'),(112461,40398,'action started via WP Cron','2021-02-21 04:07:03','2021-02-20 20:07:03'),(112462,40398,'action complete via WP Cron','2021-02-21 04:07:03','2021-02-20 20:07:03'),(112463,40399,'action created','2021-02-21 04:07:03','2021-02-20 20:07:03'),(112464,40399,'action started via WP Cron','2021-02-21 04:07:58','2021-02-20 20:07:58'),(112465,40399,'action complete via WP Cron','2021-02-21 04:07:58','2021-02-20 20:07:58'),(112466,40400,'action created','2021-02-21 04:07:59','2021-02-20 20:07:59'),(112467,40400,'action started via WP Cron','2021-02-21 04:08:59','2021-02-20 20:08:59'),(112468,40400,'action complete via WP Cron','2021-02-21 04:08:59','2021-02-20 20:08:59'),(112469,40401,'action created','2021-02-21 04:08:59','2021-02-20 20:08:59'),(112470,40401,'action started via WP Cron','2021-02-21 04:16:02','2021-02-20 20:16:02'),(112471,40401,'action complete via WP Cron','2021-02-21 04:16:02','2021-02-20 20:16:02'),(112472,40402,'action created','2021-02-21 04:16:03','2021-02-20 20:16:03'),(112473,40402,'action started via WP Cron','2021-02-21 04:30:29','2021-02-20 20:30:29'),(112474,40402,'action complete via WP Cron','2021-02-21 04:30:29','2021-02-20 20:30:29'),(112475,40403,'action created','2021-02-21 04:30:29','2021-02-20 20:30:29'),(112476,40403,'action started via WP Cron','2021-02-21 04:45:54','2021-02-20 20:45:54'),(112477,40403,'action complete via WP Cron','2021-02-21 04:45:54','2021-02-20 20:45:54'),(112478,40404,'action created','2021-02-21 04:45:54','2021-02-20 20:45:54'),(112479,40404,'action started via WP Cron','2021-02-21 04:56:48','2021-02-20 20:56:48'),(112480,40404,'action complete via WP Cron','2021-02-21 04:56:48','2021-02-20 20:56:48'),(112481,40405,'action created','2021-02-21 04:56:48','2021-02-20 20:56:48'),(112482,40405,'action started via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112483,40405,'action complete via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112484,39697,'action started via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112485,39697,'action complete via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112486,40406,'action created','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112487,39696,'action started via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112488,39696,'action complete via WP Cron','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112489,40407,'action created','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112490,40408,'action created','2021-02-21 05:01:01','2021-02-20 21:01:01'),(112491,40408,'action started via WP Cron','2021-02-21 05:02:54','2021-02-20 21:02:54'),(112492,40408,'action complete via WP Cron','2021-02-21 05:02:54','2021-02-20 21:02:54'),(112493,40409,'action created','2021-02-21 05:02:54','2021-02-20 21:02:54'),(112494,40409,'action started via WP Cron','2021-02-21 05:04:08','2021-02-20 21:04:08'),(112495,40409,'action complete via WP Cron','2021-02-21 05:04:08','2021-02-20 21:04:08'),(112496,40410,'action created','2021-02-21 05:04:08','2021-02-20 21:04:08'),(112497,40410,'action started via WP Cron','2021-02-21 05:06:02','2021-02-20 21:06:02'),(112498,40410,'action complete via WP Cron','2021-02-21 05:06:02','2021-02-20 21:06:02'),(112499,40411,'action created','2021-02-21 05:06:09','2021-02-20 21:06:09'),(112500,40411,'action started via WP Cron','2021-02-21 05:07:11','2021-02-20 21:07:11'),(112501,40411,'action complete via WP Cron','2021-02-21 05:07:11','2021-02-20 21:07:11'),(112502,40412,'action created','2021-02-21 05:07:11','2021-02-20 21:07:11'),(112503,40412,'action started via WP Cron','2021-02-21 05:08:12','2021-02-20 21:08:12'),(112504,40412,'action complete via WP Cron','2021-02-21 05:08:12','2021-02-20 21:08:12'),(112505,40413,'action created','2021-02-21 05:08:12','2021-02-20 21:08:12'),(112506,40413,'action started via WP Cron','2021-02-21 05:09:24','2021-02-20 21:09:24'),(112507,40413,'action complete via WP Cron','2021-02-21 05:09:24','2021-02-20 21:09:24'),(112508,40414,'action created','2021-02-21 05:09:24','2021-02-20 21:09:24'),(112509,40414,'action started via WP Cron','2021-02-21 05:10:28','2021-02-20 21:10:28'),(112510,40414,'action complete via WP Cron','2021-02-21 05:10:28','2021-02-20 21:10:28'),(112511,40415,'action created','2021-02-21 05:10:28','2021-02-20 21:10:28'),(112512,40415,'action started via WP Cron','2021-02-21 05:15:29','2021-02-20 21:15:29'),(112513,40415,'action complete via WP Cron','2021-02-21 05:15:29','2021-02-20 21:15:29'),(112514,40416,'action created','2021-02-21 05:15:29','2021-02-20 21:15:29'),(112515,40416,'action started via WP Cron','2021-02-21 05:15:42','2021-02-20 21:15:42'),(112516,40416,'action complete via WP Cron','2021-02-21 05:15:42','2021-02-20 21:15:42'),(112517,40417,'action created','2021-02-21 05:15:42','2021-02-20 21:15:42'),(112518,40417,'action started via WP Cron','2021-02-21 05:29:50','2021-02-20 21:29:50'),(112519,40417,'action complete via WP Cron','2021-02-21 05:29:50','2021-02-20 21:29:50'),(112520,40418,'action created','2021-02-21 05:29:50','2021-02-20 21:29:50'),(112521,40418,'action started via WP Cron','2021-02-21 05:44:59','2021-02-20 21:44:59'),(112522,40418,'action complete via WP Cron','2021-02-21 05:44:59','2021-02-20 21:44:59'),(112523,40419,'action created','2021-02-21 05:44:59','2021-02-20 21:44:59'),(112524,40419,'action started via WP Cron','2021-02-21 06:00:52','2021-02-20 22:00:52'),(112525,40419,'action complete via WP Cron','2021-02-21 06:00:52','2021-02-20 22:00:52'),(112526,40420,'action created','2021-02-21 06:00:52','2021-02-20 22:00:52'),(112527,40420,'action started via WP Cron','2021-02-21 06:04:02','2021-02-20 22:04:02'),(112528,40420,'action complete via WP Cron','2021-02-21 06:04:02','2021-02-20 22:04:02'),(112529,40421,'action created','2021-02-21 06:04:02','2021-02-20 22:04:02'),(112530,40421,'action started via WP Cron','2021-02-21 06:06:42','2021-02-20 22:06:42'),(112531,40421,'action complete via WP Cron','2021-02-21 06:06:42','2021-02-20 22:06:42'),(112532,40422,'action created','2021-02-21 06:06:42','2021-02-20 22:06:42'),(112533,40422,'action started via WP Cron','2021-02-21 06:07:58','2021-02-20 22:07:58'),(112534,40422,'action complete via WP Cron','2021-02-21 06:07:58','2021-02-20 22:07:58'),(112535,40423,'action created','2021-02-21 06:07:58','2021-02-20 22:07:58'),(112536,40423,'action started via WP Cron','2021-02-21 06:09:04','2021-02-20 22:09:04'),(112537,40423,'action complete via WP Cron','2021-02-21 06:09:04','2021-02-20 22:09:04'),(112538,40424,'action created','2021-02-21 06:09:04','2021-02-20 22:09:04'),(112539,40424,'action started via WP Cron','2021-02-21 06:10:13','2021-02-20 22:10:13'),(112540,40424,'action complete via WP Cron','2021-02-21 06:10:13','2021-02-20 22:10:13'),(112541,40425,'action created','2021-02-21 06:10:13','2021-02-20 22:10:13'),(112542,40425,'action started via WP Cron','2021-02-21 06:11:14','2021-02-20 22:11:14'),(112543,40425,'action complete via WP Cron','2021-02-21 06:11:14','2021-02-20 22:11:14'),(112544,40426,'action created','2021-02-21 06:11:14','2021-02-20 22:11:14'),(112545,40426,'action started via WP Cron','2021-02-21 06:12:21','2021-02-20 22:12:21'),(112546,40426,'action complete via WP Cron','2021-02-21 06:12:21','2021-02-20 22:12:21'),(112547,40427,'action created','2021-02-21 06:12:21','2021-02-20 22:12:21'),(112548,40427,'action started via WP Cron','2021-02-21 06:13:30','2021-02-20 22:13:30'),(112549,40427,'action complete via WP Cron','2021-02-21 06:13:30','2021-02-20 22:13:30'),(112550,40428,'action created','2021-02-21 06:13:30','2021-02-20 22:13:30'),(112551,40428,'action started via WP Cron','2021-02-21 06:13:41','2021-02-20 22:13:41'),(112552,40428,'action complete via WP Cron','2021-02-21 06:13:41','2021-02-20 22:13:41'),(112553,40429,'action created','2021-02-21 06:13:41','2021-02-20 22:13:41'),(112554,40429,'action started via WP Cron','2021-02-21 06:14:46','2021-02-20 22:14:46'),(112555,40429,'action complete via WP Cron','2021-02-21 06:14:46','2021-02-20 22:14:46'),(112556,40430,'action created','2021-02-21 06:14:46','2021-02-20 22:14:46'),(112557,40430,'action started via WP Cron','2021-02-21 06:15:47','2021-02-20 22:15:47'),(112558,40430,'action complete via WP Cron','2021-02-21 06:15:47','2021-02-20 22:15:47'),(112559,40431,'action created','2021-02-21 06:15:47','2021-02-20 22:15:47'),(112560,40431,'action started via WP Cron','2021-02-21 06:18:07','2021-02-20 22:18:07'),(112561,40431,'action complete via WP Cron','2021-02-21 06:18:07','2021-02-20 22:18:07'),(112562,40432,'action created','2021-02-21 06:18:08','2021-02-20 22:18:08'),(112563,40432,'action started via WP Cron','2021-02-21 06:19:50','2021-02-20 22:19:50'),(112564,40432,'action complete via WP Cron','2021-02-21 06:19:50','2021-02-20 22:19:50'),(112565,40433,'action created','2021-02-21 06:19:50','2021-02-20 22:19:50'),(112566,40433,'action started via WP Cron','2021-02-21 06:35:23','2021-02-20 22:35:23'),(112567,40433,'action complete via WP Cron','2021-02-21 06:35:23','2021-02-20 22:35:23'),(112568,40434,'action created','2021-02-21 06:35:23','2021-02-20 22:35:23'),(112569,40434,'action started via WP Cron','2021-02-21 06:38:24','2021-02-20 22:38:24'),(112570,40434,'action complete via WP Cron','2021-02-21 06:38:24','2021-02-20 22:38:24'),(112571,40435,'action created','2021-02-21 06:38:24','2021-02-20 22:38:24'),(112572,40435,'action started via WP Cron','2021-02-21 06:41:00','2021-02-20 22:41:00'),(112573,40435,'action complete via WP Cron','2021-02-21 06:41:00','2021-02-20 22:41:00'),(112574,40436,'action created','2021-02-21 06:41:00','2021-02-20 22:41:00'),(112575,40436,'action started via WP Cron','2021-02-21 06:42:10','2021-02-20 22:42:10'),(112576,40436,'action complete via WP Cron','2021-02-21 06:42:10','2021-02-20 22:42:10'),(112577,40437,'action created','2021-02-21 06:42:10','2021-02-20 22:42:10'),(112578,40437,'action started via WP Cron','2021-02-21 06:43:10','2021-02-20 22:43:10'),(112579,40437,'action complete via WP Cron','2021-02-21 06:43:10','2021-02-20 22:43:10'),(112580,40438,'action created','2021-02-21 06:43:11','2021-02-20 22:43:11'),(112581,40438,'action started via WP Cron','2021-02-21 06:44:11','2021-02-20 22:44:11'),(112582,40438,'action complete via WP Cron','2021-02-21 06:44:11','2021-02-20 22:44:11'),(112583,40439,'action created','2021-02-21 06:44:11','2021-02-20 22:44:11'),(112584,40439,'action started via WP Cron','2021-02-21 06:44:46','2021-02-20 22:44:46'),(112585,40439,'action complete via WP Cron','2021-02-21 06:44:46','2021-02-20 22:44:46'),(112586,40440,'action created','2021-02-21 06:44:46','2021-02-20 22:44:46'),(112587,40440,'action started via WP Cron','2021-02-21 06:45:55','2021-02-20 22:45:55'),(112588,40440,'action complete via WP Cron','2021-02-21 06:45:55','2021-02-20 22:45:55'),(112589,40441,'action created','2021-02-21 06:45:55','2021-02-20 22:45:55'),(112590,40441,'action started via WP Cron','2021-02-21 06:46:56','2021-02-20 22:46:56'),(112591,40441,'action complete via WP Cron','2021-02-21 06:46:56','2021-02-20 22:46:56'),(112592,40442,'action created','2021-02-21 06:46:56','2021-02-20 22:46:56'),(112593,40442,'action started via WP Cron','2021-02-21 06:53:43','2021-02-20 22:53:43'),(112594,40442,'action complete via WP Cron','2021-02-21 06:53:43','2021-02-20 22:53:43'),(112595,40443,'action created','2021-02-21 06:53:44','2021-02-20 22:53:44'),(112596,40443,'action started via WP Cron','2021-02-21 06:55:22','2021-02-20 22:55:22'),(112597,40443,'action complete via WP Cron','2021-02-21 06:55:22','2021-02-20 22:55:22'),(112598,40444,'action created','2021-02-21 06:55:22','2021-02-20 22:55:22'),(112599,40444,'action started via WP Cron','2021-02-21 06:56:46','2021-02-20 22:56:46'),(112600,40444,'action complete via WP Cron','2021-02-21 06:56:46','2021-02-20 22:56:46'),(112601,40445,'action created','2021-02-21 06:56:46','2021-02-20 22:56:46'),(112602,40445,'action started via WP Cron','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112603,40445,'action complete via WP Cron','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112604,39768,'action started via WP Cron','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112605,39768,'action complete via WP Cron','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112606,40446,'action created','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112607,40447,'action created','2021-02-21 07:14:31','2021-02-20 23:14:31'),(112608,40447,'action started via WP Cron','2021-02-21 07:15:17','2021-02-20 23:15:17'),(112609,40447,'action complete via WP Cron','2021-02-21 07:15:17','2021-02-20 23:15:17'),(112610,40448,'action created','2021-02-21 07:15:18','2021-02-20 23:15:18'),(112611,40448,'action started via WP Cron','2021-02-21 07:16:34','2021-02-20 23:16:34'),(112612,40448,'action complete via WP Cron','2021-02-21 07:16:34','2021-02-20 23:16:34'),(112613,40449,'action created','2021-02-21 07:16:34','2021-02-20 23:16:34'),(112614,40449,'action started via WP Cron','2021-02-21 07:17:24','2021-02-20 23:17:24'),(112615,40449,'action complete via WP Cron','2021-02-21 07:17:24','2021-02-20 23:17:24'),(112616,40450,'action created','2021-02-21 07:17:24','2021-02-20 23:17:24'),(112617,40450,'action started via WP Cron','2021-02-21 07:17:48','2021-02-20 23:17:48'),(112618,40450,'action complete via WP Cron','2021-02-21 07:17:48','2021-02-20 23:17:48'),(112619,40451,'action created','2021-02-21 07:17:48','2021-02-20 23:17:48'),(112620,40451,'action started via WP Cron','2021-02-21 07:18:49','2021-02-20 23:18:49'),(112621,40451,'action complete via WP Cron','2021-02-21 07:18:49','2021-02-20 23:18:49'),(112622,40452,'action created','2021-02-21 07:18:49','2021-02-20 23:18:49'),(112623,40452,'action started via WP Cron','2021-02-21 07:25:42','2021-02-20 23:25:42'),(112624,40452,'action complete via WP Cron','2021-02-21 07:25:42','2021-02-20 23:25:42'),(112625,40453,'action created','2021-02-21 07:25:42','2021-02-20 23:25:42'),(112626,40453,'action started via WP Cron','2021-02-21 07:31:34','2021-02-20 23:31:34'),(112627,40453,'action complete via WP Cron','2021-02-21 07:31:34','2021-02-20 23:31:34'),(112628,40454,'action created','2021-02-21 07:31:35','2021-02-20 23:31:35'),(112629,40454,'action started via WP Cron','2021-02-21 07:37:00','2021-02-20 23:37:00'),(112630,40454,'action complete via WP Cron','2021-02-21 07:37:00','2021-02-20 23:37:00'),(112631,40455,'action created','2021-02-21 07:37:00','2021-02-20 23:37:00'),(112632,40455,'action started via WP Cron','2021-02-21 07:37:45','2021-02-20 23:37:45'),(112633,40455,'action complete via WP Cron','2021-02-21 07:37:45','2021-02-20 23:37:45'),(112634,40456,'action created','2021-02-21 07:37:45','2021-02-20 23:37:45'),(112635,40456,'action started via WP Cron','2021-02-21 07:38:42','2021-02-20 23:38:42'),(112636,40456,'action complete via WP Cron','2021-02-21 07:38:42','2021-02-20 23:38:42'),(112637,40457,'action created','2021-02-21 07:38:42','2021-02-20 23:38:42'),(112638,40457,'action started via WP Cron','2021-02-21 07:39:50','2021-02-20 23:39:50'),(112639,40457,'action complete via WP Cron','2021-02-21 07:39:50','2021-02-20 23:39:50'),(112640,40458,'action created','2021-02-21 07:39:50','2021-02-20 23:39:50'),(112641,40458,'action started via WP Cron','2021-02-21 07:40:51','2021-02-20 23:40:51'),(112642,40458,'action complete via WP Cron','2021-02-21 07:40:51','2021-02-20 23:40:51'),(112643,40459,'action created','2021-02-21 07:40:51','2021-02-20 23:40:51'),(112644,40459,'action started via WP Cron','2021-02-21 07:41:46','2021-02-20 23:41:46'),(112645,40459,'action complete via WP Cron','2021-02-21 07:41:46','2021-02-20 23:41:46'),(112646,40460,'action created','2021-02-21 07:41:46','2021-02-20 23:41:46'),(112647,40460,'action started via WP Cron','2021-02-21 07:42:51','2021-02-20 23:42:51'),(112648,40460,'action complete via WP Cron','2021-02-21 07:42:51','2021-02-20 23:42:51'),(112649,40461,'action created','2021-02-21 07:42:51','2021-02-20 23:42:51'),(112650,40461,'action started via WP Cron','2021-02-21 07:43:43','2021-02-20 23:43:43'),(112651,40461,'action complete via WP Cron','2021-02-21 07:43:43','2021-02-20 23:43:43'),(112652,40462,'action created','2021-02-21 07:43:43','2021-02-20 23:43:43'),(112653,40462,'action started via WP Cron','2021-02-21 07:45:04','2021-02-20 23:45:04'),(112654,40462,'action complete via WP Cron','2021-02-21 07:45:04','2021-02-20 23:45:04'),(112655,40463,'action created','2021-02-21 07:45:04','2021-02-20 23:45:04'),(112656,40463,'action started via WP Cron','2021-02-21 07:45:48','2021-02-20 23:45:48'),(112657,40463,'action complete via WP Cron','2021-02-21 07:45:48','2021-02-20 23:45:48'),(112658,40464,'action created','2021-02-21 07:45:49','2021-02-20 23:45:49'),(112659,40464,'action started via WP Cron','2021-02-21 07:46:46','2021-02-20 23:46:46'),(112660,40464,'action complete via WP Cron','2021-02-21 07:46:46','2021-02-20 23:46:46'),(112661,40465,'action created','2021-02-21 07:46:47','2021-02-20 23:46:47'),(112662,40465,'action started via WP Cron','2021-02-21 07:47:51','2021-02-20 23:47:51'),(112663,40465,'action complete via WP Cron','2021-02-21 07:47:51','2021-02-20 23:47:51'),(112664,40466,'action created','2021-02-21 07:47:51','2021-02-20 23:47:51'),(112665,40466,'action started via WP Cron','2021-02-21 07:48:44','2021-02-20 23:48:44'),(112666,40466,'action complete via WP Cron','2021-02-21 07:48:44','2021-02-20 23:48:44'),(112667,40467,'action created','2021-02-21 07:48:44','2021-02-20 23:48:44'),(112668,40467,'action started via WP Cron','2021-02-21 07:49:41','2021-02-20 23:49:41'),(112669,40467,'action complete via WP Cron','2021-02-21 07:49:41','2021-02-20 23:49:41'),(112670,40468,'action created','2021-02-21 07:49:41','2021-02-20 23:49:41'),(112671,40468,'action started via WP Cron','2021-02-21 07:50:46','2021-02-20 23:50:46'),(112672,40468,'action complete via WP Cron','2021-02-21 07:50:46','2021-02-20 23:50:46'),(112673,40469,'action created','2021-02-21 07:50:46','2021-02-20 23:50:46'),(112674,40469,'action started via WP Cron','2021-02-21 07:51:46','2021-02-20 23:51:46'),(112675,40469,'action complete via WP Cron','2021-02-21 07:51:46','2021-02-20 23:51:46'),(112676,40470,'action created','2021-02-21 07:51:46','2021-02-20 23:51:46'),(112677,40470,'action started via WP Cron','2021-02-21 07:55:17','2021-02-20 23:55:17'),(112678,40470,'action complete via WP Cron','2021-02-21 07:55:17','2021-02-20 23:55:17'),(112679,40471,'action created','2021-02-21 07:55:17','2021-02-20 23:55:17'),(112680,40471,'action started via WP Cron','2021-02-21 07:55:47','2021-02-20 23:55:47'),(112681,40471,'action complete via WP Cron','2021-02-21 07:55:47','2021-02-20 23:55:47'),(112682,40472,'action created','2021-02-21 07:55:47','2021-02-20 23:55:47'),(112683,40472,'action started via WP Cron','2021-02-21 08:01:00','2021-02-21 00:01:00'),(112684,40472,'action complete via WP Cron','2021-02-21 08:01:00','2021-02-21 00:01:00'),(112685,40473,'action created','2021-02-21 08:01:00','2021-02-21 00:01:00'),(112686,40473,'action started via WP Cron','2021-02-21 08:09:08','2021-02-21 00:09:08'),(112687,40473,'action complete via WP Cron','2021-02-21 08:09:08','2021-02-21 00:09:08'),(112688,40474,'action created','2021-02-21 08:09:08','2021-02-21 00:09:08'),(112689,40474,'action started via WP Cron','2021-02-21 08:11:30','2021-02-21 00:11:30'),(112690,40474,'action complete via WP Cron','2021-02-21 08:11:30','2021-02-21 00:11:30'),(112691,40475,'action created','2021-02-21 08:11:30','2021-02-21 00:11:30'),(112692,40475,'action started via WP Cron','2021-02-21 08:15:04','2021-02-21 00:15:04'),(112693,40475,'action complete via WP Cron','2021-02-21 08:15:04','2021-02-21 00:15:04'),(112694,40476,'action created','2021-02-21 08:15:04','2021-02-21 00:15:04'),(112695,40476,'action started via WP Cron','2021-02-21 08:16:27','2021-02-21 00:16:27'),(112696,40476,'action complete via WP Cron','2021-02-21 08:16:27','2021-02-21 00:16:27'),(112697,40477,'action created','2021-02-21 08:16:28','2021-02-21 00:16:28'),(112698,40477,'action started via WP Cron','2021-02-21 08:18:30','2021-02-21 00:18:30'),(112699,40477,'action complete via WP Cron','2021-02-21 08:18:30','2021-02-21 00:18:30'),(112700,40478,'action created','2021-02-21 08:18:30','2021-02-21 00:18:30'),(112701,40478,'action started via WP Cron','2021-02-21 08:18:43','2021-02-21 00:18:43'),(112702,40478,'action complete via WP Cron','2021-02-21 08:18:43','2021-02-21 00:18:43'),(112703,40479,'action created','2021-02-21 08:18:43','2021-02-21 00:18:43'),(112704,40479,'action started via WP Cron','2021-02-21 08:20:00','2021-02-21 00:20:00'),(112705,40479,'action complete via WP Cron','2021-02-21 08:20:00','2021-02-21 00:20:00'),(112706,40480,'action created','2021-02-21 08:20:00','2021-02-21 00:20:00'),(112707,40480,'action started via WP Cron','2021-02-21 08:21:01','2021-02-21 00:21:01'),(112708,40480,'action complete via WP Cron','2021-02-21 08:21:01','2021-02-21 00:21:01'),(112709,40481,'action created','2021-02-21 08:21:02','2021-02-21 00:21:02'),(112710,40481,'action started via WP Cron','2021-02-21 08:21:49','2021-02-21 00:21:49'),(112711,40481,'action complete via WP Cron','2021-02-21 08:21:49','2021-02-21 00:21:49'),(112712,40482,'action created','2021-02-21 08:21:49','2021-02-21 00:21:49'),(112713,40482,'action started via WP Cron','2021-02-21 08:22:50','2021-02-21 00:22:50'),(112714,40482,'action complete via WP Cron','2021-02-21 08:22:50','2021-02-21 00:22:50'),(112715,40483,'action created','2021-02-21 08:22:50','2021-02-21 00:22:50'),(112716,40483,'action started via WP Cron','2021-02-21 08:23:41','2021-02-21 00:23:41'),(112717,40483,'action complete via WP Cron','2021-02-21 08:23:41','2021-02-21 00:23:41'),(112718,40484,'action created','2021-02-21 08:23:41','2021-02-21 00:23:41'),(112722,40485,'action started via WP Cron','2021-02-21 08:38:43','2021-02-21 00:38:43'),(112723,40485,'action complete via WP Cron','2021-02-21 08:38:43','2021-02-21 00:38:43'),(112724,40486,'action created','2021-02-21 08:38:43','2021-02-21 00:38:43'),(112725,40486,'action started via WP Cron','2021-02-21 08:39:41','2021-02-21 00:39:41'),(112726,40486,'action complete via WP Cron','2021-02-21 08:39:41','2021-02-21 00:39:41'),(112727,40487,'action created','2021-02-21 08:39:41','2021-02-21 00:39:41'),(112728,40487,'action started via WP Cron','2021-02-21 08:47:20','2021-02-21 00:47:20'),(112729,40487,'action complete via WP Cron','2021-02-21 08:47:20','2021-02-21 00:47:20'),(112730,40488,'action created','2021-02-21 08:47:20','2021-02-21 00:47:20'),(112731,40488,'action started via WP Cron','2021-02-21 08:48:52','2021-02-21 00:48:52'),(112732,40488,'action complete via WP Cron','2021-02-21 08:48:52','2021-02-21 00:48:52'),(112733,40489,'action created','2021-02-21 08:48:53','2021-02-21 00:48:53'),(112734,40489,'action started via WP Cron','2021-02-21 08:50:15','2021-02-21 00:50:15'),(112735,40489,'action complete via WP Cron','2021-02-21 08:50:15','2021-02-21 00:50:15'),(112736,40490,'action created','2021-02-21 08:50:15','2021-02-21 00:50:15'),(112737,40490,'action started via WP Cron','2021-02-21 08:51:16','2021-02-21 00:51:16'),(112738,40490,'action complete via WP Cron','2021-02-21 08:51:16','2021-02-21 00:51:16'),(112739,40491,'action created','2021-02-21 08:51:16','2021-02-21 00:51:16'),(112740,40491,'action started via WP Cron','2021-02-21 08:53:18','2021-02-21 00:53:18'),(112741,40491,'action complete via WP Cron','2021-02-21 08:53:18','2021-02-21 00:53:18'),(112742,40492,'action created','2021-02-21 08:53:18','2021-02-21 00:53:18'),(112743,40492,'action started via WP Cron','2021-02-21 08:54:19','2021-02-21 00:54:19'),(112744,40492,'action complete via WP Cron','2021-02-21 08:54:19','2021-02-21 00:54:19'),(112745,40493,'action created','2021-02-21 08:54:19','2021-02-21 00:54:19'),(112746,40493,'action started via WP Cron','2021-02-21 08:55:20','2021-02-21 00:55:20'),(112747,40493,'action complete via WP Cron','2021-02-21 08:55:20','2021-02-21 00:55:20'),(112748,40494,'action created','2021-02-21 08:55:20','2021-02-21 00:55:20'),(112749,40494,'action started via WP Cron','2021-02-21 09:00:58','2021-02-21 01:00:58'),(112750,40494,'action complete via WP Cron','2021-02-21 09:00:58','2021-02-21 01:00:58'),(112751,40495,'action created','2021-02-21 09:00:58','2021-02-21 01:00:58'),(112752,40495,'action started via WP Cron','2021-02-21 09:08:30','2021-02-21 01:08:30'),(112753,40495,'action complete via WP Cron','2021-02-21 09:08:30','2021-02-21 01:08:30'),(112754,40496,'action created','2021-02-21 09:08:30','2021-02-21 01:08:30'),(112755,40496,'action started via WP Cron','2021-02-21 09:08:46','2021-02-21 01:08:46'),(112756,40496,'action complete via WP Cron','2021-02-21 09:08:46','2021-02-21 01:08:46'),(112757,40497,'action created','2021-02-21 09:08:46','2021-02-21 01:08:46'),(112758,40497,'action started via WP Cron','2021-02-21 09:09:47','2021-02-21 01:09:47'),(112759,40497,'action complete via WP Cron','2021-02-21 09:09:47','2021-02-21 01:09:47'),(112760,40498,'action created','2021-02-21 09:09:47','2021-02-21 01:09:47'),(112761,40498,'action started via WP Cron','2021-02-21 09:10:50','2021-02-21 01:10:50'),(112762,40498,'action complete via WP Cron','2021-02-21 09:10:50','2021-02-21 01:10:50'),(112763,40499,'action created','2021-02-21 09:10:50','2021-02-21 01:10:50'),(112764,40499,'action started via WP Cron','2021-02-21 09:11:42','2021-02-21 01:11:42'),(112765,40499,'action complete via WP Cron','2021-02-21 09:11:42','2021-02-21 01:11:42'),(112766,40500,'action created','2021-02-21 09:11:42','2021-02-21 01:11:42'),(112767,40500,'action started via WP Cron','2021-02-21 09:12:46','2021-02-21 01:12:46'),(112768,40500,'action complete via WP Cron','2021-02-21 09:12:46','2021-02-21 01:12:46'),(112769,40501,'action created','2021-02-21 09:12:46','2021-02-21 01:12:46'),(112770,40501,'action started via WP Cron','2021-02-21 09:13:41','2021-02-21 01:13:41'),(112771,40501,'action complete via WP Cron','2021-02-21 09:13:41','2021-02-21 01:13:41'),(112772,40502,'action created','2021-02-21 09:13:41','2021-02-21 01:13:41'),(112773,40502,'action started via WP Cron','2021-02-21 09:14:49','2021-02-21 01:14:49'),(112774,40502,'action complete via WP Cron','2021-02-21 09:14:49','2021-02-21 01:14:49'),(112775,40503,'action created','2021-02-21 09:14:49','2021-02-21 01:14:49'),(112776,40503,'action started via WP Cron','2021-02-21 09:15:42','2021-02-21 01:15:42'),(112777,40503,'action complete via WP Cron','2021-02-21 09:15:42','2021-02-21 01:15:42'),(112778,40504,'action created','2021-02-21 09:15:42','2021-02-21 01:15:42'),(112779,40504,'action started via WP Cron','2021-02-21 09:16:52','2021-02-21 01:16:52'),(112780,40504,'action complete via WP Cron','2021-02-21 09:16:52','2021-02-21 01:16:52'),(112781,40505,'action created','2021-02-21 09:16:52','2021-02-21 01:16:52'),(112782,40505,'action started via WP Cron','2021-02-21 09:17:45','2021-02-21 01:17:45'),(112783,40505,'action complete via WP Cron','2021-02-21 09:17:45','2021-02-21 01:17:45'),(112784,40506,'action created','2021-02-21 09:17:45','2021-02-21 01:17:45'),(112785,40506,'action started via WP Cron','2021-02-21 09:18:53','2021-02-21 01:18:53'),(112786,40506,'action complete via WP Cron','2021-02-21 09:18:53','2021-02-21 01:18:53'),(112787,40507,'action created','2021-02-21 09:18:53','2021-02-21 01:18:53'),(112788,40507,'action started via WP Cron','2021-02-21 09:19:52','2021-02-21 01:19:52'),(112789,40507,'action complete via WP Cron','2021-02-21 09:19:52','2021-02-21 01:19:52'),(112790,40508,'action created','2021-02-21 09:19:52','2021-02-21 01:19:52'),(112791,40508,'action started via WP Cron','2021-02-21 09:20:52','2021-02-21 01:20:52'),(112792,40508,'action complete via WP Cron','2021-02-21 09:20:52','2021-02-21 01:20:52'),(112793,40509,'action created','2021-02-21 09:20:52','2021-02-21 01:20:52'),(112794,40509,'action started via WP Cron','2021-02-21 09:21:42','2021-02-21 01:21:42'),(112795,40509,'action complete via WP Cron','2021-02-21 09:21:42','2021-02-21 01:21:42'),(112796,40510,'action created','2021-02-21 09:21:42','2021-02-21 01:21:42'),(112797,40510,'action started via WP Cron','2021-02-21 09:22:45','2021-02-21 01:22:45'),(112798,40510,'action complete via WP Cron','2021-02-21 09:22:45','2021-02-21 01:22:45'),(112799,40511,'action created','2021-02-21 09:22:45','2021-02-21 01:22:45'),(112800,40511,'action started via WP Cron','2021-02-21 09:23:42','2021-02-21 01:23:42'),(112801,40511,'action complete via WP Cron','2021-02-21 09:23:42','2021-02-21 01:23:42'),(112802,40512,'action created','2021-02-21 09:23:42','2021-02-21 01:23:42'),(112803,40512,'action started via WP Cron','2021-02-21 09:24:47','2021-02-21 01:24:47'),(112804,40512,'action complete via WP Cron','2021-02-21 09:24:47','2021-02-21 01:24:47'),(112805,40513,'action created','2021-02-21 09:24:47','2021-02-21 01:24:47'),(112806,40513,'action started via WP Cron','2021-02-21 09:25:48','2021-02-21 01:25:48'),(112807,40513,'action complete via WP Cron','2021-02-21 09:25:48','2021-02-21 01:25:48'),(112808,40514,'action created','2021-02-21 09:25:48','2021-02-21 01:25:48'),(112809,40514,'action started via WP Cron','2021-02-21 09:26:52','2021-02-21 01:26:52'),(112810,40514,'action complete via WP Cron','2021-02-21 09:26:52','2021-02-21 01:26:52'),(112811,40515,'action created','2021-02-21 09:26:53','2021-02-21 01:26:53'),(112812,40515,'action started via WP Cron','2021-02-21 09:27:43','2021-02-21 01:27:43'),(112813,40515,'action complete via WP Cron','2021-02-21 09:27:43','2021-02-21 01:27:43'),(112814,40516,'action created','2021-02-21 09:27:43','2021-02-21 01:27:43'),(112815,40516,'action started via WP Cron','2021-02-21 09:35:38','2021-02-21 01:35:38'),(112816,40516,'action complete via WP Cron','2021-02-21 09:35:38','2021-02-21 01:35:38'),(112817,40517,'action created','2021-02-21 09:35:38','2021-02-21 01:35:38'),(112818,40517,'action started via WP Cron','2021-02-21 09:41:41','2021-02-21 01:41:41'),(112819,40517,'action complete via WP Cron','2021-02-21 09:41:41','2021-02-21 01:41:41'),(112820,40518,'action created','2021-02-21 09:41:41','2021-02-21 01:41:41'),(112821,40518,'action started via WP Cron','2021-02-21 09:43:38','2021-02-21 01:43:38'),(112822,40518,'action complete via WP Cron','2021-02-21 09:43:38','2021-02-21 01:43:38'),(112823,40519,'action created','2021-02-21 09:43:39','2021-02-21 01:43:39'),(112824,40519,'action started via WP Cron','2021-02-21 09:55:26','2021-02-21 01:55:26'),(112825,40519,'action complete via WP Cron','2021-02-21 09:55:26','2021-02-21 01:55:26'),(112826,40520,'action created','2021-02-21 09:55:26','2021-02-21 01:55:26'),(112827,40520,'action started via WP Cron','2021-02-21 09:56:20','2021-02-21 01:56:20'),(112828,40520,'action complete via WP Cron','2021-02-21 09:56:20','2021-02-21 01:56:20'),(112829,40521,'action created','2021-02-21 09:56:20','2021-02-21 01:56:20'),(112830,40521,'action started via WP Cron','2021-02-21 09:56:57','2021-02-21 01:56:57'),(112831,40521,'action complete via WP Cron','2021-02-21 09:56:57','2021-02-21 01:56:57'),(112832,40522,'action created','2021-02-21 09:56:57','2021-02-21 01:56:57'),(112833,40522,'action started via WP Cron','2021-02-21 09:58:04','2021-02-21 01:58:04'),(112834,40522,'action complete via WP Cron','2021-02-21 09:58:04','2021-02-21 01:58:04'),(112835,40523,'action created','2021-02-21 09:58:04','2021-02-21 01:58:04'),(112836,40523,'action started via WP Cron','2021-02-21 09:59:05','2021-02-21 01:59:05'),(112837,40523,'action complete via WP Cron','2021-02-21 09:59:05','2021-02-21 01:59:05'),(112838,40524,'action created','2021-02-21 09:59:05','2021-02-21 01:59:05'),(112839,40524,'action started via WP Cron','2021-02-21 09:59:58','2021-02-21 01:59:58'),(112840,40524,'action complete via WP Cron','2021-02-21 09:59:58','2021-02-21 01:59:58'),(112841,40525,'action created','2021-02-21 09:59:58','2021-02-21 01:59:58'),(112842,40525,'action started via WP Cron','2021-02-21 10:02:05','2021-02-21 02:02:05'),(112843,40525,'action complete via WP Cron','2021-02-21 10:02:05','2021-02-21 02:02:05'),(112844,40526,'action created','2021-02-21 10:02:05','2021-02-21 02:02:05'),(112845,40526,'action started via WP Cron','2021-02-21 10:06:52','2021-02-21 02:06:52'),(112846,40526,'action complete via WP Cron','2021-02-21 10:06:52','2021-02-21 02:06:52'),(112847,40527,'action created','2021-02-21 10:07:25','2021-02-21 02:07:25'),(112848,40527,'action started via WP Cron','2021-02-21 10:10:55','2021-02-21 02:10:55'),(112849,40527,'action complete via WP Cron','2021-02-21 10:10:55','2021-02-21 02:10:55'),(112850,40528,'action created','2021-02-21 10:10:55','2021-02-21 02:10:55'),(112851,40528,'action started via WP Cron','2021-02-21 10:11:54','2021-02-21 02:11:54'),(112852,40528,'action complete via WP Cron','2021-02-21 10:11:54','2021-02-21 02:11:54'),(112853,40529,'action created','2021-02-21 10:11:54','2021-02-21 02:11:54'),(112854,40529,'action started via WP Cron','2021-02-21 10:12:55','2021-02-21 02:12:55'),(112855,40529,'action complete via WP Cron','2021-02-21 10:12:55','2021-02-21 02:12:55'),(112856,40530,'action created','2021-02-21 10:12:55','2021-02-21 02:12:55'),(112857,40530,'action started via WP Cron','2021-02-21 10:14:57','2021-02-21 02:14:57'),(112858,40530,'action complete via WP Cron','2021-02-21 10:14:57','2021-02-21 02:14:57'),(112859,40531,'action created','2021-02-21 10:14:57','2021-02-21 02:14:57'),(112860,40531,'action started via WP Cron','2021-02-21 10:15:58','2021-02-21 02:15:58'),(112861,40531,'action complete via WP Cron','2021-02-21 10:15:58','2021-02-21 02:15:58'),(112862,40532,'action created','2021-02-21 10:15:58','2021-02-21 02:15:58'),(112863,40532,'action started via WP Cron','2021-02-21 10:16:59','2021-02-21 02:16:59'),(112864,40532,'action complete via WP Cron','2021-02-21 10:16:59','2021-02-21 02:16:59'),(112865,40533,'action created','2021-02-21 10:16:59','2021-02-21 02:16:59'),(112866,40533,'action started via WP Cron','2021-02-21 10:20:04','2021-02-21 02:20:04'),(112867,40533,'action complete via WP Cron','2021-02-21 10:20:04','2021-02-21 02:20:04'),(112868,40534,'action created','2021-02-21 10:20:04','2021-02-21 02:20:04'),(112869,40534,'action started via WP Cron','2021-02-21 10:25:48','2021-02-21 02:25:48'),(112870,40534,'action complete via WP Cron','2021-02-21 10:25:48','2021-02-21 02:25:48'),(112874,40536,'action created','2021-02-21 10:25:48','2021-02-21 02:25:48'),(112875,40536,'action started via WP Cron','2021-02-21 10:29:09','2021-02-21 02:29:09'),(112876,40536,'action complete via WP Cron','2021-02-21 10:29:09','2021-02-21 02:29:09'),(112877,40537,'action created','2021-02-21 10:29:09','2021-02-21 02:29:09'),(112878,40537,'action started via WP Cron','2021-02-21 10:31:57','2021-02-21 02:31:57'),(112879,40537,'action complete via WP Cron','2021-02-21 10:31:57','2021-02-21 02:31:57'),(112880,40538,'action created','2021-02-21 10:31:57','2021-02-21 02:31:57'),(112881,40538,'action started via WP Cron','2021-02-21 10:34:05','2021-02-21 02:34:05'),(112882,40538,'action complete via WP Cron','2021-02-21 10:34:05','2021-02-21 02:34:05'),(112883,40539,'action created','2021-02-21 10:34:05','2021-02-21 02:34:05'),(112884,40539,'action started via WP Cron','2021-02-21 10:35:10','2021-02-21 02:35:10'),(112885,40539,'action complete via WP Cron','2021-02-21 10:35:10','2021-02-21 02:35:10'),(112886,40540,'action created','2021-02-21 10:35:10','2021-02-21 02:35:10'),(112887,40540,'action started via WP Cron','2021-02-21 10:37:27','2021-02-21 02:37:27'),(112888,40540,'action complete via WP Cron','2021-02-21 10:37:27','2021-02-21 02:37:27'),(112889,40541,'action created','2021-02-21 10:37:27','2021-02-21 02:37:27'),(112890,40541,'action started via WP Cron','2021-02-21 10:53:20','2021-02-21 02:53:20'),(112891,40541,'action complete via WP Cron','2021-02-21 10:53:20','2021-02-21 02:53:20'),(112892,40542,'action created','2021-02-21 10:53:20','2021-02-21 02:53:20'),(112893,40542,'action started via WP Cron','2021-02-21 11:00:12','2021-02-21 03:00:12'),(112894,40542,'action complete via WP Cron','2021-02-21 11:00:12','2021-02-21 03:00:12'),(112895,40543,'action created','2021-02-21 11:00:12','2021-02-21 03:00:12'),(112896,40543,'action started via WP Cron','2021-02-21 11:00:57','2021-02-21 03:00:57'),(112897,40543,'action complete via WP Cron','2021-02-21 11:00:57','2021-02-21 03:00:57'),(112898,40544,'action created','2021-02-21 11:00:58','2021-02-21 03:00:58'),(112899,40544,'action started via WP Cron','2021-02-21 11:02:08','2021-02-21 03:02:08'),(112900,40544,'action complete via WP Cron','2021-02-21 11:02:08','2021-02-21 03:02:08'),(112901,40545,'action created','2021-02-21 11:02:08','2021-02-21 03:02:08'),(112902,40545,'action started via WP Cron','2021-02-21 11:03:05','2021-02-21 03:03:05'),(112903,40545,'action complete via WP Cron','2021-02-21 11:03:05','2021-02-21 03:03:05'),(112904,40546,'action created','2021-02-21 11:03:05','2021-02-21 03:03:05'),(112905,40546,'action started via WP Cron','2021-02-21 11:04:16','2021-02-21 03:04:16'),(112906,40546,'action complete via WP Cron','2021-02-21 11:04:16','2021-02-21 03:04:16'),(112907,40547,'action created','2021-02-21 11:05:17','2021-02-21 03:05:17'),(112908,40547,'action started via WP Cron','2021-02-21 11:09:23','2021-02-21 03:09:23'),(112909,40547,'action complete via WP Cron','2021-02-21 11:09:23','2021-02-21 03:09:23'),(112910,40548,'action created','2021-02-21 11:09:23','2021-02-21 03:09:23'),(112911,40548,'action started via WP Cron','2021-02-21 11:17:04','2021-02-21 03:17:04'),(112912,40548,'action complete via WP Cron','2021-02-21 11:17:04','2021-02-21 03:17:04'),(112913,40549,'action created','2021-02-21 11:17:04','2021-02-21 03:17:04'),(112914,40549,'action started via WP Cron','2021-02-21 11:17:48','2021-02-21 03:17:48'),(112915,40549,'action complete via WP Cron','2021-02-21 11:17:48','2021-02-21 03:17:48'),(112916,40550,'action created','2021-02-21 11:17:48','2021-02-21 03:17:48'),(112917,40550,'action started via WP Cron','2021-02-21 11:19:00','2021-02-21 03:19:00'),(112918,40550,'action complete via WP Cron','2021-02-21 11:19:00','2021-02-21 03:19:00'),(112919,40551,'action created','2021-02-21 11:19:00','2021-02-21 03:19:00'),(112920,40551,'action started via WP Cron','2021-02-21 11:21:02','2021-02-21 03:21:02'),(112921,40551,'action complete via WP Cron','2021-02-21 11:21:02','2021-02-21 03:21:02'),(112922,40552,'action created','2021-02-21 11:21:02','2021-02-21 03:21:02'),(112923,40552,'action started via WP Cron','2021-02-21 11:22:03','2021-02-21 03:22:03'),(112924,40552,'action complete via WP Cron','2021-02-21 11:22:03','2021-02-21 03:22:03'),(112925,40553,'action created','2021-02-21 11:22:03','2021-02-21 03:22:03'),(112926,40553,'action started via WP Cron','2021-02-21 11:23:04','2021-02-21 03:23:04'),(112927,40553,'action complete via WP Cron','2021-02-21 11:23:04','2021-02-21 03:23:04'),(112928,40554,'action created','2021-02-21 11:23:04','2021-02-21 03:23:04'),(112929,40554,'action started via WP Cron','2021-02-21 11:25:46','2021-02-21 03:25:46'),(112930,40554,'action complete via WP Cron','2021-02-21 11:25:46','2021-02-21 03:25:46'),(112931,40555,'action created','2021-02-21 11:25:46','2021-02-21 03:25:46'),(112932,40555,'action started via WP Cron','2021-02-21 11:26:56','2021-02-21 03:26:56'),(112933,40555,'action complete via WP Cron','2021-02-21 11:26:56','2021-02-21 03:26:56'),(112934,40556,'action created','2021-02-21 11:26:57','2021-02-21 03:26:57'),(112935,40556,'action started via WP Cron','2021-02-21 11:28:05','2021-02-21 03:28:05'),(112936,40556,'action complete via WP Cron','2021-02-21 11:28:05','2021-02-21 03:28:05'),(112937,40557,'action created','2021-02-21 11:28:05','2021-02-21 03:28:05'),(112938,40557,'action started via WP Cron','2021-02-21 11:28:52','2021-02-21 03:28:52'),(112939,40557,'action complete via WP Cron','2021-02-21 11:28:52','2021-02-21 03:28:52'),(112940,40558,'action created','2021-02-21 11:28:52','2021-02-21 03:28:52'),(112941,40558,'action started via WP Cron','2021-02-21 11:37:14','2021-02-21 03:37:14'),(112942,40558,'action complete via WP Cron','2021-02-21 11:37:14','2021-02-21 03:37:14'),(112943,40559,'action created','2021-02-21 11:37:15','2021-02-21 03:37:15'),(112944,40559,'action started via WP Cron','2021-02-21 11:37:56','2021-02-21 03:37:56'),(112945,40559,'action complete via WP Cron','2021-02-21 11:37:56','2021-02-21 03:37:56'),(112946,40560,'action created','2021-02-21 11:37:56','2021-02-21 03:37:56'),(112947,40560,'action started via WP Cron','2021-02-21 11:42:19','2021-02-21 03:42:19'),(112948,40560,'action complete via WP Cron','2021-02-21 11:42:19','2021-02-21 03:42:19'),(112949,40561,'action created','2021-02-21 11:42:19','2021-02-21 03:42:19'),(112950,40561,'action started via WP Cron','2021-02-21 11:44:21','2021-02-21 03:44:21'),(112951,40561,'action complete via WP Cron','2021-02-21 11:44:21','2021-02-21 03:44:21'),(112952,40562,'action created','2021-02-21 11:44:21','2021-02-21 03:44:21'),(112953,40562,'action started via WP Cron','2021-02-21 11:46:23','2021-02-21 03:46:23'),(112954,40562,'action complete via WP Cron','2021-02-21 11:46:23','2021-02-21 03:46:23'),(112955,40563,'action created','2021-02-21 11:46:23','2021-02-21 03:46:23'),(112956,40563,'action started via WP Cron','2021-02-21 11:46:51','2021-02-21 03:46:51'),(112957,40563,'action complete via WP Cron','2021-02-21 11:46:51','2021-02-21 03:46:51'),(112958,40564,'action created','2021-02-21 11:46:51','2021-02-21 03:46:51'),(112959,40564,'action started via WP Cron','2021-02-21 11:48:01','2021-02-21 03:48:01'),(112960,40564,'action complete via WP Cron','2021-02-21 11:48:01','2021-02-21 03:48:01'),(112961,40565,'action created','2021-02-21 11:48:01','2021-02-21 03:48:01'),(112962,40565,'action started via WP Cron','2021-02-21 11:49:00','2021-02-21 03:49:00'),(112963,40565,'action complete via WP Cron','2021-02-21 11:49:00','2021-02-21 03:49:00'),(112964,40566,'action created','2021-02-21 11:49:00','2021-02-21 03:49:00'),(112965,40566,'action started via WP Cron','2021-02-21 11:50:00','2021-02-21 03:50:00'),(112966,40566,'action complete via WP Cron','2021-02-21 11:50:00','2021-02-21 03:50:00'),(112967,40567,'action created','2021-02-21 11:50:01','2021-02-21 03:50:01'),(112968,40567,'action started via WP Cron','2021-02-21 11:51:24','2021-02-21 03:51:24'),(112969,40567,'action complete via WP Cron','2021-02-21 11:51:24','2021-02-21 03:51:24'),(112970,40568,'action created','2021-02-21 11:51:24','2021-02-21 03:51:24'),(112971,40568,'action started via WP Cron','2021-02-21 11:53:44','2021-02-21 03:53:44'),(112972,40568,'action complete via WP Cron','2021-02-21 11:53:44','2021-02-21 03:53:44'),(112973,40569,'action created','2021-02-21 11:53:44','2021-02-21 03:53:44'),(112974,40569,'action started via WP Cron','2021-02-21 11:54:55','2021-02-21 03:54:55'),(112975,40569,'action complete via WP Cron','2021-02-21 11:54:55','2021-02-21 03:54:55'),(112976,40570,'action created','2021-02-21 11:54:56','2021-02-21 03:54:56'),(112977,40570,'action started via WP Cron','2021-02-21 11:57:07','2021-02-21 03:57:07'),(112978,40570,'action complete via WP Cron','2021-02-21 11:57:07','2021-02-21 03:57:07'),(112979,40571,'action created','2021-02-21 11:57:07','2021-02-21 03:57:07'),(112980,40571,'action started via WP Cron','2021-02-21 12:06:17','2021-02-21 04:06:17'),(112981,40571,'action complete via WP Cron','2021-02-21 12:06:17','2021-02-21 04:06:17'),(112982,40572,'action created','2021-02-21 12:06:17','2021-02-21 04:06:17'),(112983,40572,'action started via WP Cron','2021-02-21 12:06:46','2021-02-21 04:06:46'),(112984,40572,'action complete via WP Cron','2021-02-21 12:06:46','2021-02-21 04:06:46'),(112985,40573,'action created','2021-02-21 12:06:46','2021-02-21 04:06:46'),(112986,40573,'action started via WP Cron','2021-02-21 12:08:19','2021-02-21 04:08:19'),(112987,40573,'action complete via WP Cron','2021-02-21 12:08:19','2021-02-21 04:08:19'),(112988,40574,'action created','2021-02-21 12:08:19','2021-02-21 04:08:19'),(112989,40574,'action started via WP Cron','2021-02-21 12:08:52','2021-02-21 04:08:52'),(112990,40574,'action complete via WP Cron','2021-02-21 12:08:52','2021-02-21 04:08:52'),(112991,40575,'action created','2021-02-21 12:08:53','2021-02-21 04:08:53'),(112992,40575,'action started via WP Cron','2021-02-21 12:09:41','2021-02-21 04:09:41'),(112993,40575,'action complete via WP Cron','2021-02-21 12:09:41','2021-02-21 04:09:41'),(112994,40576,'action created','2021-02-21 12:09:42','2021-02-21 04:09:42'),(112995,40576,'action started via WP Cron','2021-02-21 12:10:55','2021-02-21 04:10:55'),(112996,40576,'action complete via WP Cron','2021-02-21 12:10:55','2021-02-21 04:10:55'),(112997,40577,'action created','2021-02-21 12:10:55','2021-02-21 04:10:55'),(112998,40577,'action started via WP Cron','2021-02-21 12:21:08','2021-02-21 04:21:08'),(112999,40577,'action complete via WP Cron','2021-02-21 12:21:08','2021-02-21 04:21:08'),(113000,40578,'action created','2021-02-21 12:21:08','2021-02-21 04:21:08'),(113001,40578,'action started via WP Cron','2021-02-21 12:23:09','2021-02-21 04:23:09');
INSERT INTO `wp_actionscheduler_logs` VALUES (113002,40578,'action complete via WP Cron','2021-02-21 12:23:09','2021-02-21 04:23:09'),(113003,40579,'action created','2021-02-21 12:23:09','2021-02-21 04:23:09'),(113004,40579,'action started via WP Cron','2021-02-21 12:24:08','2021-02-21 04:24:08'),(113005,40579,'action complete via WP Cron','2021-02-21 12:24:08','2021-02-21 04:24:08'),(113006,40580,'action created','2021-02-21 12:24:09','2021-02-21 04:24:09'),(113007,40580,'action started via WP Cron','2021-02-21 12:25:09','2021-02-21 04:25:09'),(113008,40580,'action complete via WP Cron','2021-02-21 12:25:09','2021-02-21 04:25:09'),(113009,40581,'action created','2021-02-21 12:25:09','2021-02-21 04:25:09'),(113010,40581,'action started via WP Cron','2021-02-21 12:25:45','2021-02-21 04:25:45'),(113011,40581,'action complete via WP Cron','2021-02-21 12:25:45','2021-02-21 04:25:45'),(113012,40582,'action created','2021-02-21 12:25:45','2021-02-21 04:25:45'),(113013,40582,'action started via WP Cron','2021-02-21 12:27:12','2021-02-21 04:27:12'),(113014,40582,'action complete via WP Cron','2021-02-21 12:27:12','2021-02-21 04:27:12'),(113015,40583,'action created','2021-02-21 12:28:37','2021-02-21 04:28:37'),(113016,40583,'action started via WP Cron','2021-02-21 12:30:49','2021-02-21 04:30:49'),(113017,40583,'action complete via WP Cron','2021-02-21 12:30:49','2021-02-21 04:30:49'),(113018,40584,'action created','2021-02-21 12:30:49','2021-02-21 04:30:49'),(113019,40584,'action started via WP Cron','2021-02-21 12:31:55','2021-02-21 04:31:55'),(113020,40584,'action complete via WP Cron','2021-02-21 12:31:55','2021-02-21 04:31:55'),(113021,40585,'action created','2021-02-21 12:31:55','2021-02-21 04:31:55'),(113022,40585,'action started via WP Cron','2021-02-21 12:33:01','2021-02-21 04:33:01'),(113023,40585,'action complete via WP Cron','2021-02-21 12:33:01','2021-02-21 04:33:01'),(113024,40586,'action created','2021-02-21 12:33:01','2021-02-21 04:33:01'),(113025,40586,'action started via WP Cron','2021-02-21 12:33:42','2021-02-21 04:33:42'),(113026,40586,'action complete via WP Cron','2021-02-21 12:33:42','2021-02-21 04:33:42'),(113027,40587,'action created','2021-02-21 12:33:42','2021-02-21 04:33:42'),(113028,40587,'action started via WP Cron','2021-02-21 12:34:50','2021-02-21 04:34:50'),(113029,40587,'action complete via WP Cron','2021-02-21 12:34:50','2021-02-21 04:34:50'),(113030,40588,'action created','2021-02-21 12:34:50','2021-02-21 04:34:50'),(113031,40588,'action started via WP Cron','2021-02-21 12:36:04','2021-02-21 04:36:04'),(113032,40588,'action complete via WP Cron','2021-02-21 12:36:04','2021-02-21 04:36:04'),(113033,40589,'action created','2021-02-21 12:36:04','2021-02-21 04:36:04'),(113034,40589,'action started via WP Cron','2021-02-21 12:36:43','2021-02-21 04:36:43'),(113035,40589,'action complete via WP Cron','2021-02-21 12:36:43','2021-02-21 04:36:43'),(113036,40590,'action created','2021-02-21 12:36:43','2021-02-21 04:36:43'),(113037,40590,'action started via WP Cron','2021-02-21 12:37:43','2021-02-21 04:37:43'),(113038,40590,'action complete via WP Cron','2021-02-21 12:37:43','2021-02-21 04:37:43'),(113039,40591,'action created','2021-02-21 12:37:43','2021-02-21 04:37:43'),(113040,40591,'action started via WP Cron','2021-02-21 12:38:57','2021-02-21 04:38:57'),(113041,40591,'action complete via WP Cron','2021-02-21 12:38:57','2021-02-21 04:38:57'),(113042,40592,'action created','2021-02-21 12:38:58','2021-02-21 04:38:58'),(113043,40592,'action started via WP Cron','2021-02-21 12:39:41','2021-02-21 04:39:41'),(113044,40592,'action complete via WP Cron','2021-02-21 12:39:41','2021-02-21 04:39:41'),(113045,40593,'action created','2021-02-21 12:39:41','2021-02-21 04:39:41'),(113046,40593,'action started via WP Cron','2021-02-21 12:40:56','2021-02-21 04:40:56'),(113047,40593,'action complete via WP Cron','2021-02-21 12:40:56','2021-02-21 04:40:56'),(113048,40594,'action created','2021-02-21 12:40:56','2021-02-21 04:40:56'),(113049,40594,'action started via WP Cron','2021-02-21 12:41:42','2021-02-21 04:41:42'),(113050,40594,'action complete via WP Cron','2021-02-21 12:41:42','2021-02-21 04:41:42'),(113051,40595,'action created','2021-02-21 12:41:42','2021-02-21 04:41:42'),(113052,40595,'action started via WP Cron','2021-02-21 12:42:43','2021-02-21 04:42:43'),(113053,40595,'action complete via WP Cron','2021-02-21 12:42:43','2021-02-21 04:42:43'),(113054,40596,'action created','2021-02-21 12:42:43','2021-02-21 04:42:43'),(113055,40596,'action started via WP Cron','2021-02-21 12:44:03','2021-02-21 04:44:03'),(113056,40596,'action complete via WP Cron','2021-02-21 12:44:03','2021-02-21 04:44:03'),(113057,40597,'action created','2021-02-21 12:44:03','2021-02-21 04:44:03'),(113058,40597,'action started via WP Cron','2021-02-21 12:44:41','2021-02-21 04:44:41'),(113059,40597,'action complete via WP Cron','2021-02-21 12:44:41','2021-02-21 04:44:41'),(113060,40598,'action created','2021-02-21 12:44:41','2021-02-21 04:44:41'),(113061,40598,'action started via WP Cron','2021-02-21 12:45:44','2021-02-21 04:45:44'),(113062,40598,'action complete via WP Cron','2021-02-21 12:45:44','2021-02-21 04:45:44'),(113063,40599,'action created','2021-02-21 12:45:44','2021-02-21 04:45:44'),(113064,40599,'action started via WP Cron','2021-02-21 12:47:10','2021-02-21 04:47:10'),(113065,40599,'action complete via WP Cron','2021-02-21 12:47:10','2021-02-21 04:47:10'),(113066,40600,'action created','2021-02-21 12:47:10','2021-02-21 04:47:10'),(113067,40600,'action started via WP Cron','2021-02-21 12:47:44','2021-02-21 04:47:44'),(113068,40600,'action complete via WP Cron','2021-02-21 12:47:44','2021-02-21 04:47:44'),(113069,40601,'action created','2021-02-21 12:48:46','2021-02-21 04:48:46'),(113070,40601,'action started via WP Cron','2021-02-21 12:50:34','2021-02-21 04:50:34'),(113071,40601,'action complete via WP Cron','2021-02-21 12:50:34','2021-02-21 04:50:34'),(113072,40602,'action created','2021-02-21 12:50:34','2021-02-21 04:50:34'),(113073,40602,'action started via WP Cron','2021-02-21 12:51:35','2021-02-21 04:51:35'),(113074,40602,'action complete via WP Cron','2021-02-21 12:51:35','2021-02-21 04:51:35'),(113075,40603,'action created','2021-02-21 12:51:35','2021-02-21 04:51:35'),(113076,40603,'action started via WP Cron','2021-02-21 12:52:25','2021-02-21 04:52:25'),(113077,40603,'action complete via WP Cron','2021-02-21 12:52:25','2021-02-21 04:52:25'),(113078,40604,'action created','2021-02-21 12:52:25','2021-02-21 04:52:25'),(113079,40604,'action started via WP Cron','2021-02-21 12:52:42','2021-02-21 04:52:42'),(113080,40604,'action complete via WP Cron','2021-02-21 12:52:42','2021-02-21 04:52:42'),(113081,40605,'action created','2021-02-21 12:52:42','2021-02-21 04:52:42'),(113082,40605,'action started via WP Cron','2021-02-21 12:54:00','2021-02-21 04:54:00'),(113083,40605,'action complete via WP Cron','2021-02-21 12:54:00','2021-02-21 04:54:00'),(113084,40606,'action created','2021-02-21 12:54:00','2021-02-21 04:54:00'),(113085,40606,'action started via WP Cron','2021-02-21 12:55:12','2021-02-21 04:55:12'),(113086,40606,'action complete via WP Cron','2021-02-21 12:55:12','2021-02-21 04:55:12'),(113087,40607,'action created','2021-02-21 12:55:12','2021-02-21 04:55:12'),(113088,40607,'action started via WP Cron','2021-02-21 12:55:56','2021-02-21 04:55:56'),(113089,40607,'action complete via WP Cron','2021-02-21 12:55:56','2021-02-21 04:55:56'),(113090,40608,'action created','2021-02-21 12:55:56','2021-02-21 04:55:56'),(113091,40608,'action started via WP Cron','2021-02-21 12:57:01','2021-02-21 04:57:01'),(113092,40608,'action complete via WP Cron','2021-02-21 12:57:01','2021-02-21 04:57:01'),(113093,40609,'action created','2021-02-21 12:57:01','2021-02-21 04:57:01'),(113094,40609,'action started via WP Cron','2021-02-21 12:57:54','2021-02-21 04:57:54'),(113095,40609,'action complete via WP Cron','2021-02-21 12:57:54','2021-02-21 04:57:54'),(113096,40610,'action created','2021-02-21 12:57:54','2021-02-21 04:57:54'),(113097,40610,'action started via WP Cron','2021-02-21 13:00:42','2021-02-21 05:00:42'),(113098,40610,'action complete via WP Cron','2021-02-21 13:00:42','2021-02-21 05:00:42'),(113099,40611,'action created','2021-02-21 13:00:42','2021-02-21 05:00:42'),(113100,40611,'action started via WP Cron','2021-02-21 13:02:10','2021-02-21 05:02:10'),(113101,40611,'action complete via WP Cron','2021-02-21 13:02:10','2021-02-21 05:02:10'),(113102,40612,'action created','2021-02-21 13:02:10','2021-02-21 05:02:10'),(113103,40612,'action started via WP Cron','2021-02-21 13:06:03','2021-02-21 05:06:03'),(113104,40612,'action complete via WP Cron','2021-02-21 13:06:03','2021-02-21 05:06:03'),(113105,40613,'action created','2021-02-21 13:06:03','2021-02-21 05:06:03'),(113106,40613,'action started via WP Cron','2021-02-21 13:08:52','2021-02-21 05:08:52'),(113107,40613,'action complete via WP Cron','2021-02-21 13:08:52','2021-02-21 05:08:52'),(113108,40614,'action created','2021-02-21 13:08:53','2021-02-21 05:08:53'),(113109,40614,'action started via WP Cron','2021-02-21 13:11:00','2021-02-21 05:11:00'),(113110,40614,'action complete via WP Cron','2021-02-21 13:11:00','2021-02-21 05:11:00'),(113111,40615,'action created','2021-02-21 13:11:01','2021-02-21 05:11:01'),(113112,40615,'action started via WP Cron','2021-02-21 13:12:22','2021-02-21 05:12:22'),(113113,40615,'action complete via WP Cron','2021-02-21 13:12:22','2021-02-21 05:12:22'),(113114,40616,'action created','2021-02-21 13:12:22','2021-02-21 05:12:22'),(113115,40616,'action started via WP Cron','2021-02-21 13:12:56','2021-02-21 05:12:56'),(113116,40616,'action complete via WP Cron','2021-02-21 13:12:56','2021-02-21 05:12:56'),(113117,40617,'action created','2021-02-21 13:12:56','2021-02-21 05:12:56'),(113118,40617,'action started via WP Cron','2021-02-21 13:13:57','2021-02-21 05:13:57'),(113119,40617,'action complete via WP Cron','2021-02-21 13:13:57','2021-02-21 05:13:57'),(113120,40618,'action created','2021-02-21 13:13:57','2021-02-21 05:13:57'),(113121,40618,'action started via WP Cron','2021-02-21 13:14:58','2021-02-21 05:14:58'),(113122,40618,'action complete via WP Cron','2021-02-21 13:14:58','2021-02-21 05:14:58'),(113123,40619,'action created','2021-02-21 13:14:58','2021-02-21 05:14:58'),(113124,40619,'action started via WP Cron','2021-02-21 13:16:06','2021-02-21 05:16:06'),(113125,40619,'action complete via WP Cron','2021-02-21 13:16:06','2021-02-21 05:16:06'),(113126,40620,'action created','2021-02-21 13:16:06','2021-02-21 05:16:06'),(113127,40620,'action started via WP Cron','2021-02-21 13:17:21','2021-02-21 05:17:21'),(113128,40620,'action complete via WP Cron','2021-02-21 13:17:21','2021-02-21 05:17:21'),(113129,40621,'action created','2021-02-21 13:17:22','2021-02-21 05:17:22'),(113130,40621,'action started via WP Cron','2021-02-21 13:17:41','2021-02-21 05:17:41'),(113131,40621,'action complete via WP Cron','2021-02-21 13:17:41','2021-02-21 05:17:41'),(113132,40622,'action created','2021-02-21 13:17:41','2021-02-21 05:17:41'),(113133,40622,'action started via WP Cron','2021-02-21 13:20:47','2021-02-21 05:20:47'),(113134,40622,'action complete via WP Cron','2021-02-21 13:20:47','2021-02-21 05:20:47'),(113135,40623,'action created','2021-02-21 13:20:47','2021-02-21 05:20:47'),(113136,40623,'action started via WP Cron','2021-02-21 13:25:50','2021-02-21 05:25:50'),(113137,40623,'action complete via WP Cron','2021-02-21 13:25:50','2021-02-21 05:25:50'),(113138,40624,'action created','2021-02-21 13:25:50','2021-02-21 05:25:50'),(113139,40624,'action started via WP Cron','2021-02-21 13:27:43','2021-02-21 05:27:43'),(113140,40624,'action complete via WP Cron','2021-02-21 13:27:43','2021-02-21 05:27:43'),(113141,40625,'action created','2021-02-21 13:27:43','2021-02-21 05:27:43'),(113142,40625,'action started via WP Cron','2021-02-21 13:40:40','2021-02-21 05:40:40'),(113143,40625,'action complete via WP Cron','2021-02-21 13:40:40','2021-02-21 05:40:40'),(113144,40626,'action created','2021-02-21 13:40:40','2021-02-21 05:40:40'),(113145,40626,'action started via WP Cron','2021-02-21 13:45:47','2021-02-21 05:45:47'),(113146,40626,'action complete via WP Cron','2021-02-21 13:45:47','2021-02-21 05:45:47'),(113147,40627,'action created','2021-02-21 13:45:47','2021-02-21 05:45:47'),(113148,40627,'action started via WP Cron','2021-02-21 13:46:47','2021-02-21 05:46:47'),(113149,40627,'action complete via WP Cron','2021-02-21 13:46:47','2021-02-21 05:46:47'),(113150,40628,'action created','2021-02-21 13:46:47','2021-02-21 05:46:47'),(113151,40628,'action started via WP Cron','2021-02-21 13:47:44','2021-02-21 05:47:44'),(113152,40628,'action complete via WP Cron','2021-02-21 13:47:44','2021-02-21 05:47:44'),(113153,40629,'action created','2021-02-21 13:47:44','2021-02-21 05:47:44'),(113154,40629,'action started via WP Cron','2021-02-21 13:48:57','2021-02-21 05:48:57'),(113155,40629,'action complete via WP Cron','2021-02-21 13:48:57','2021-02-21 05:48:57'),(113156,40630,'action created','2021-02-21 13:48:57','2021-02-21 05:48:57'),(113157,40630,'action started via WP Cron','2021-02-21 13:49:50','2021-02-21 05:49:50'),(113158,40630,'action complete via WP Cron','2021-02-21 13:49:50','2021-02-21 05:49:50'),(113159,40631,'action created','2021-02-21 13:49:50','2021-02-21 05:49:50'),(113160,40631,'action started via WP Cron','2021-02-21 13:50:47','2021-02-21 05:50:47'),(113161,40631,'action complete via WP Cron','2021-02-21 13:50:47','2021-02-21 05:50:47'),(113162,40632,'action created','2021-02-21 13:50:47','2021-02-21 05:50:47'),(113163,40632,'action started via WP Cron','2021-02-21 13:51:41','2021-02-21 05:51:41'),(113164,40632,'action complete via WP Cron','2021-02-21 13:51:41','2021-02-21 05:51:41'),(113165,40633,'action created','2021-02-21 13:51:41','2021-02-21 05:51:41'),(113166,40633,'action started via WP Cron','2021-02-21 13:53:15','2021-02-21 05:53:15'),(113167,40633,'action complete via WP Cron','2021-02-21 13:53:15','2021-02-21 05:53:15'),(113168,40634,'action created','2021-02-21 13:53:15','2021-02-21 05:53:15'),(113169,40634,'action started via WP Cron','2021-02-21 13:53:40','2021-02-21 05:53:40'),(113170,40634,'action complete via WP Cron','2021-02-21 13:53:40','2021-02-21 05:53:40'),(113171,40635,'action created','2021-02-21 13:53:41','2021-02-21 05:53:41'),(113172,40635,'action started via WP Cron','2021-02-21 13:55:06','2021-02-21 05:55:06'),(113173,40635,'action complete via WP Cron','2021-02-21 13:55:06','2021-02-21 05:55:06'),(113174,40636,'action created','2021-02-21 13:55:06','2021-02-21 05:55:06'),(113175,40636,'action started via WP Cron','2021-02-21 13:55:45','2021-02-21 05:55:45'),(113176,40636,'action complete via WP Cron','2021-02-21 13:55:45','2021-02-21 05:55:45'),(113177,40637,'action created','2021-02-21 13:55:45','2021-02-21 05:55:45'),(113178,40637,'action started via WP Cron','2021-02-21 13:56:41','2021-02-21 05:56:41'),(113179,40637,'action complete via WP Cron','2021-02-21 13:56:41','2021-02-21 05:56:41'),(113180,40638,'action created','2021-02-21 13:56:41','2021-02-21 05:56:41'),(113181,40638,'action started via WP Cron','2021-02-21 13:57:53','2021-02-21 05:57:53'),(113182,40638,'action complete via WP Cron','2021-02-21 13:57:53','2021-02-21 05:57:53'),(113183,40639,'action created','2021-02-21 13:57:53','2021-02-21 05:57:53'),(113184,40639,'action started via WP Cron','2021-02-21 13:58:47','2021-02-21 05:58:47'),(113185,40639,'action complete via WP Cron','2021-02-21 13:58:47','2021-02-21 05:58:47'),(113186,40640,'action created','2021-02-21 13:58:47','2021-02-21 05:58:47'),(113187,40640,'action started via WP Cron','2021-02-21 13:59:49','2021-02-21 05:59:49'),(113188,40640,'action complete via WP Cron','2021-02-21 13:59:49','2021-02-21 05:59:49'),(113189,40641,'action created','2021-02-21 13:59:49','2021-02-21 05:59:49'),(113190,40641,'action started via WP Cron','2021-02-21 14:00:55','2021-02-21 06:00:55'),(113191,40641,'action complete via WP Cron','2021-02-21 14:00:55','2021-02-21 06:00:55'),(113192,40642,'action created','2021-02-21 14:00:55','2021-02-21 06:00:55'),(113193,40642,'action started via WP Cron','2021-02-21 14:01:54','2021-02-21 06:01:54'),(113194,40642,'action complete via WP Cron','2021-02-21 14:01:54','2021-02-21 06:01:54'),(113195,40643,'action created','2021-02-21 14:01:55','2021-02-21 06:01:55'),(113196,40643,'action started via WP Cron','2021-02-21 14:03:00','2021-02-21 06:03:00'),(113197,40643,'action complete via WP Cron','2021-02-21 14:03:00','2021-02-21 06:03:00'),(113198,40644,'action created','2021-02-21 14:03:00','2021-02-21 06:03:00'),(113199,40644,'action started via WP Cron','2021-02-21 14:03:50','2021-02-21 06:03:50'),(113200,40644,'action complete via WP Cron','2021-02-21 14:03:50','2021-02-21 06:03:50'),(113201,40645,'action created','2021-02-21 14:03:50','2021-02-21 06:03:50'),(113202,40645,'action started via WP Cron','2021-02-21 14:04:55','2021-02-21 06:04:55'),(113203,40645,'action complete via WP Cron','2021-02-21 14:04:55','2021-02-21 06:04:55'),(113204,40646,'action created','2021-02-21 14:04:56','2021-02-21 06:04:56'),(113205,40646,'action started via WP Cron','2021-02-21 14:06:47','2021-02-21 06:06:47'),(113206,40646,'action complete via WP Cron','2021-02-21 14:06:47','2021-02-21 06:06:47'),(113207,40647,'action created','2021-02-21 14:06:47','2021-02-21 06:06:47'),(113208,40647,'action started via WP Cron','2021-02-21 14:07:53','2021-02-21 06:07:53'),(113209,40647,'action complete via WP Cron','2021-02-21 14:07:53','2021-02-21 06:07:53'),(113210,40648,'action created','2021-02-21 14:07:53','2021-02-21 06:07:53'),(113211,40648,'action started via WP Cron','2021-02-21 14:08:45','2021-02-21 06:08:45'),(113212,40648,'action complete via WP Cron','2021-02-21 14:08:45','2021-02-21 06:08:45'),(113213,40649,'action created','2021-02-21 14:08:45','2021-02-21 06:08:45'),(113214,40649,'action started via WP Cron','2021-02-21 14:09:55','2021-02-21 06:09:55'),(113215,40649,'action complete via WP Cron','2021-02-21 14:09:55','2021-02-21 06:09:55'),(113216,40650,'action created','2021-02-21 14:09:55','2021-02-21 06:09:55'),(113217,40650,'action started via WP Cron','2021-02-21 14:10:53','2021-02-21 06:10:53'),(113218,40650,'action complete via WP Cron','2021-02-21 14:10:53','2021-02-21 06:10:53'),(113219,40651,'action created','2021-02-21 14:10:53','2021-02-21 06:10:53'),(113220,40651,'action started via WP Cron','2021-02-21 14:11:49','2021-02-21 06:11:49'),(113221,40651,'action complete via WP Cron','2021-02-21 14:11:49','2021-02-21 06:11:49'),(113222,40652,'action created','2021-02-21 14:11:49','2021-02-21 06:11:49'),(113223,40652,'action started via WP Cron','2021-02-21 14:12:42','2021-02-21 06:12:42'),(113224,40652,'action complete via WP Cron','2021-02-21 14:12:42','2021-02-21 06:12:42'),(113225,40653,'action created','2021-02-21 14:12:42','2021-02-21 06:12:42'),(113226,40653,'action started via WP Cron','2021-02-21 14:14:27','2021-02-21 06:14:27'),(113227,40653,'action complete via WP Cron','2021-02-21 14:14:27','2021-02-21 06:14:27'),(113228,40654,'action created','2021-02-21 14:14:28','2021-02-21 06:14:28'),(113229,40654,'action started via WP Cron','2021-02-21 14:15:04','2021-02-21 06:15:04'),(113230,40654,'action complete via WP Cron','2021-02-21 14:15:04','2021-02-21 06:15:04'),(113231,40655,'action created','2021-02-21 14:15:04','2021-02-21 06:15:04'),(113232,40655,'action started via WP Cron','2021-02-21 14:16:27','2021-02-21 06:16:27'),(113233,40655,'action complete via WP Cron','2021-02-21 14:16:27','2021-02-21 06:16:27'),(113234,40656,'action created','2021-02-21 14:16:27','2021-02-21 06:16:27'),(113235,40656,'action started via WP Cron','2021-02-21 14:16:59','2021-02-21 06:16:59'),(113236,40656,'action complete via WP Cron','2021-02-21 14:16:59','2021-02-21 06:16:59'),(113237,40657,'action created','2021-02-21 14:16:59','2021-02-21 06:16:59'),(113238,40657,'action started via WP Cron','2021-02-21 14:18:01','2021-02-21 06:18:01'),(113239,40657,'action complete via WP Cron','2021-02-21 14:18:01','2021-02-21 06:18:01'),(113240,40658,'action created','2021-02-21 14:18:01','2021-02-21 06:18:01'),(113241,40658,'action started via WP Cron','2021-02-21 14:19:01','2021-02-21 06:19:01'),(113242,40658,'action complete via WP Cron','2021-02-21 14:19:01','2021-02-21 06:19:01'),(113243,40659,'action created','2021-02-21 14:19:02','2021-02-21 06:19:02'),(113244,40659,'action started via WP Cron','2021-02-21 14:22:18','2021-02-21 06:22:18'),(113245,40659,'action complete via WP Cron','2021-02-21 14:22:18','2021-02-21 06:22:18'),(113246,40660,'action created','2021-02-21 14:22:18','2021-02-21 06:22:18'),(113247,40660,'action started via WP Cron','2021-02-21 14:26:18','2021-02-21 06:26:18'),(113248,40660,'action complete via WP Cron','2021-02-21 14:26:18','2021-02-21 06:26:18'),(113249,40661,'action created','2021-02-21 14:26:18','2021-02-21 06:26:18'),(113250,40661,'action started via WP Cron','2021-02-21 14:32:27','2021-02-21 06:32:27'),(113251,40661,'action complete via WP Cron','2021-02-21 14:32:27','2021-02-21 06:32:27'),(113252,40662,'action created','2021-02-21 14:32:27','2021-02-21 06:32:27'),(113253,40662,'action started via WP Cron','2021-02-21 14:32:41','2021-02-21 06:32:41'),(113254,40662,'action complete via WP Cron','2021-02-21 14:32:41','2021-02-21 06:32:41'),(113255,40663,'action created','2021-02-21 14:32:41','2021-02-21 06:32:41'),(113256,40663,'action started via WP Cron','2021-02-21 14:41:36','2021-02-21 06:41:36'),(113257,40663,'action complete via WP Cron','2021-02-21 14:41:36','2021-02-21 06:41:36'),(113258,40664,'action created','2021-02-21 14:41:36','2021-02-21 06:41:36'),(113259,40664,'action started via WP Cron','2021-02-21 14:43:57','2021-02-21 06:43:57'),(113260,40664,'action complete via WP Cron','2021-02-21 14:43:57','2021-02-21 06:43:57'),(113261,40665,'action created','2021-02-21 14:43:57','2021-02-21 06:43:57'),(113262,40665,'action started via WP Cron','2021-02-21 14:52:38','2021-02-21 06:52:38'),(113263,40665,'action complete via WP Cron','2021-02-21 14:52:38','2021-02-21 06:52:38'),(113264,40666,'action created','2021-02-21 14:52:38','2021-02-21 06:52:38'),(113265,40666,'action started via WP Cron','2021-02-21 14:53:31','2021-02-21 06:53:31'),(113266,40666,'action complete via WP Cron','2021-02-21 14:53:31','2021-02-21 06:53:31'),(113267,40667,'action created','2021-02-21 14:53:31','2021-02-21 06:53:31'),(113268,40667,'action started via WP Cron','2021-02-21 14:55:34','2021-02-21 06:55:34'),(113269,40667,'action complete via WP Cron','2021-02-21 14:55:34','2021-02-21 06:55:34'),(113270,40668,'action created','2021-02-21 14:55:34','2021-02-21 06:55:34'),(113271,40668,'action started via WP Cron','2021-02-21 14:56:23','2021-02-21 06:56:23'),(113272,40668,'action complete via WP Cron','2021-02-21 14:56:23','2021-02-21 06:56:23'),(113273,40669,'action created','2021-02-21 14:56:23','2021-02-21 06:56:23'),(113274,40669,'action started via WP Cron','2021-02-21 14:57:34','2021-02-21 06:57:34'),(113275,40669,'action complete via WP Cron','2021-02-21 14:57:34','2021-02-21 06:57:34'),(113276,40670,'action created','2021-02-21 14:57:34','2021-02-21 06:57:34'),(113277,40670,'action started via WP Cron','2021-02-21 14:58:35','2021-02-21 06:58:35'),(113278,40670,'action complete via WP Cron','2021-02-21 14:58:35','2021-02-21 06:58:35'),(113279,40671,'action created','2021-02-21 14:58:35','2021-02-21 06:58:35'),(113280,40671,'action started via WP Cron','2021-02-21 14:59:36','2021-02-21 06:59:36'),(113281,40671,'action complete via WP Cron','2021-02-21 14:59:36','2021-02-21 06:59:36'),(113282,40672,'action created','2021-02-21 14:59:36','2021-02-21 06:59:36'),(113283,40672,'action started via WP Cron','2021-02-21 15:01:23','2021-02-21 07:01:23'),(113284,40672,'action complete via WP Cron','2021-02-21 15:01:23','2021-02-21 07:01:23'),(113285,40673,'action created','2021-02-21 15:01:23','2021-02-21 07:01:23'),(113286,40673,'action started via WP Cron','2021-02-21 15:02:36','2021-02-21 07:02:36'),(113287,40673,'action complete via WP Cron','2021-02-21 15:02:36','2021-02-21 07:02:36'),(113288,40674,'action created','2021-02-21 15:02:36','2021-02-21 07:02:36'),(113289,40674,'action started via WP Cron','2021-02-21 15:04:33','2021-02-21 07:04:33'),(113290,40674,'action complete via WP Cron','2021-02-21 15:04:33','2021-02-21 07:04:33'),(113291,40675,'action created','2021-02-21 15:04:33','2021-02-21 07:04:33'),(113292,40675,'action started via WP Cron','2021-02-21 15:05:45','2021-02-21 07:05:45'),(113293,40675,'action complete via WP Cron','2021-02-21 15:05:45','2021-02-21 07:05:45'),(113294,40676,'action created','2021-02-21 15:05:45','2021-02-21 07:05:45'),(113295,40676,'action started via WP Cron','2021-02-21 15:06:47','2021-02-21 07:06:47'),(113296,40676,'action complete via WP Cron','2021-02-21 15:06:47','2021-02-21 07:06:47'),(113297,40677,'action created','2021-02-21 15:06:47','2021-02-21 07:06:47'),(113298,40677,'action started via WP Cron','2021-02-21 15:08:05','2021-02-21 07:08:05'),(113299,40677,'action complete via WP Cron','2021-02-21 15:08:05','2021-02-21 07:08:05'),(113300,40678,'action created','2021-02-21 15:08:05','2021-02-21 07:08:05'),(113301,40678,'action started via WP Cron','2021-02-21 15:11:47','2021-02-21 07:11:47'),(113302,40678,'action complete via WP Cron','2021-02-21 15:11:47','2021-02-21 07:11:47'),(113303,40679,'action created','2021-02-21 15:11:47','2021-02-21 07:11:47'),(113304,40679,'action started via WP Cron','2021-02-21 15:14:20','2021-02-21 07:14:20'),(113305,40679,'action complete via WP Cron','2021-02-21 15:14:20','2021-02-21 07:14:20'),(113306,40680,'action created','2021-02-21 15:14:20','2021-02-21 07:14:20'),(113307,40680,'action started via WP Cron','2021-02-21 15:15:42','2021-02-21 07:15:42'),(113308,40680,'action complete via WP Cron','2021-02-21 15:15:42','2021-02-21 07:15:42'),(113309,40681,'action created','2021-02-21 15:15:42','2021-02-21 07:15:42'),(113310,40681,'action started via WP Cron','2021-02-21 15:18:08','2021-02-21 07:18:08'),(113311,40681,'action complete via WP Cron','2021-02-21 15:18:08','2021-02-21 07:18:08'),(113312,40682,'action created','2021-02-21 15:18:08','2021-02-21 07:18:08'),(113313,40682,'action started via WP Cron','2021-02-21 15:19:08','2021-02-21 07:19:08'),(113314,40682,'action complete via WP Cron','2021-02-21 15:19:08','2021-02-21 07:19:08'),(113315,40683,'action created','2021-02-21 15:19:08','2021-02-21 07:19:08'),(113316,40683,'action started via WP Cron','2021-02-21 15:20:02','2021-02-21 07:20:02'),(113317,40683,'action complete via WP Cron','2021-02-21 15:20:02','2021-02-21 07:20:02'),(113318,40684,'action created','2021-02-21 15:21:03','2021-02-21 07:21:03'),(113319,40684,'action started via WP Cron','2021-02-21 15:21:43','2021-02-21 07:21:43'),(113320,40684,'action complete via WP Cron','2021-02-21 15:21:43','2021-02-21 07:21:43'),(113321,40685,'action created','2021-02-21 15:21:43','2021-02-21 07:21:43'),(113323,40685,'action started via Async Request','2021-02-21 15:22:02','2021-02-21 07:22:02'),(113324,40685,'action complete via Async Request','2021-02-21 15:22:02','2021-02-21 07:22:02'),(113327,40687,'action created','2021-02-21 15:22:09','2021-02-21 07:22:09'),(113329,40687,'action started via WP Cron','2021-02-21 15:22:52','2021-02-21 07:22:52'),(113330,40687,'action complete via WP Cron','2021-02-21 15:22:52','2021-02-21 07:22:52'),(113333,40689,'action created','2021-02-21 15:23:56','2021-02-21 07:23:56'),(113334,40690,'action created','2021-02-21 15:23:56','2021-02-21 07:23:56'),(113335,40689,'action started via WP Cron','2021-02-21 15:24:43','2021-02-21 07:24:43'),(113336,40689,'action complete via WP Cron','2021-02-21 15:24:43','2021-02-21 07:24:43'),(113337,40690,'action started via WP Cron','2021-02-21 15:24:43','2021-02-21 07:24:43'),(113338,40690,'action complete via WP Cron','2021-02-21 15:24:43','2021-02-21 07:24:43'),(113339,40691,'action created','2021-02-21 15:24:43','2021-02-21 07:24:43'),(113340,40691,'action started via WP Cron','2021-02-21 15:29:28','2021-02-21 07:29:28'),(113341,40691,'action complete via WP Cron','2021-02-21 15:29:28','2021-02-21 07:29:28'),(113342,40692,'action created','2021-02-21 15:29:28','2021-02-21 07:29:28'),(113343,40692,'action started via WP Cron','2021-02-21 15:31:20','2021-02-21 07:31:20'),(113344,40692,'action complete via WP Cron','2021-02-21 15:31:20','2021-02-21 07:31:20'),(113345,40693,'action created','2021-02-21 15:31:20','2021-02-21 07:31:20'),(113346,40693,'action started via WP Cron','2021-02-21 15:34:06','2021-02-21 07:34:06'),(113347,40693,'action complete via WP Cron','2021-02-21 15:34:06','2021-02-21 07:34:06'),(113348,40694,'action created','2021-02-21 15:34:06','2021-02-21 07:34:06'),(113349,40694,'action started via WP Cron','2021-02-21 15:39:43','2021-02-21 07:39:43'),(113350,40694,'action complete via WP Cron','2021-02-21 15:39:43','2021-02-21 07:39:43'),(113351,40695,'action created','2021-02-21 15:39:43','2021-02-21 07:39:43'),(113352,40695,'action started via WP Cron','2021-02-21 15:40:51','2021-02-21 07:40:51'),(113353,40695,'action complete via WP Cron','2021-02-21 15:40:51','2021-02-21 07:40:51'),(113354,40696,'action created','2021-02-21 15:40:51','2021-02-21 07:40:51'),(113355,40696,'action started via WP Cron','2021-02-21 15:42:06','2021-02-21 07:42:06'),(113356,40696,'action complete via WP Cron','2021-02-21 15:42:06','2021-02-21 07:42:06'),(113357,40697,'action created','2021-02-21 15:42:06','2021-02-21 07:42:06'),(113358,40697,'action started via WP Cron','2021-02-21 15:44:47','2021-02-21 07:44:47'),(113359,40697,'action complete via WP Cron','2021-02-21 15:44:47','2021-02-21 07:44:47'),(113360,40698,'action created','2021-02-21 15:44:47','2021-02-21 07:44:47'),(113361,40698,'action started via WP Cron','2021-02-21 15:45:48','2021-02-21 07:45:48'),(113362,40698,'action complete via WP Cron','2021-02-21 15:45:48','2021-02-21 07:45:48'),(113363,40699,'action created','2021-02-21 15:45:48','2021-02-21 07:45:48'),(113364,40699,'action started via WP Cron','2021-02-21 15:47:50','2021-02-21 07:47:50'),(113365,40699,'action complete via WP Cron','2021-02-21 15:47:50','2021-02-21 07:47:50'),(113366,40700,'action created','2021-02-21 15:47:50','2021-02-21 07:47:50'),(113367,40700,'action started via WP Cron','2021-02-21 15:48:51','2021-02-21 07:48:51'),(113368,40700,'action complete via WP Cron','2021-02-21 15:48:51','2021-02-21 07:48:51'),(113369,40701,'action created','2021-02-21 15:48:51','2021-02-21 07:48:51'),(113370,40701,'action started via WP Cron','2021-02-21 15:49:52','2021-02-21 07:49:52'),(113371,40701,'action complete via WP Cron','2021-02-21 15:49:52','2021-02-21 07:49:52'),(113372,40702,'action created','2021-02-21 15:49:52','2021-02-21 07:49:52'),(113373,40702,'action started via WP Cron','2021-02-21 15:52:43','2021-02-21 07:52:43'),(113374,40702,'action complete via WP Cron','2021-02-21 15:52:43','2021-02-21 07:52:43'),(113375,40703,'action created','2021-02-21 15:52:43','2021-02-21 07:52:43'),(113376,40703,'action started via WP Cron','2021-02-21 15:56:40','2021-02-21 07:56:40'),(113377,40703,'action complete via WP Cron','2021-02-21 15:56:40','2021-02-21 07:56:40'),(113378,40704,'action created','2021-02-21 15:56:40','2021-02-21 07:56:40'),(113379,40704,'action started via WP Cron','2021-02-21 15:58:36','2021-02-21 07:58:36'),(113380,40704,'action complete via WP Cron','2021-02-21 15:58:36','2021-02-21 07:58:36'),(113381,40705,'action created','2021-02-21 15:58:36','2021-02-21 07:58:36'),(113382,40705,'action started via WP Cron','2021-02-21 16:00:33','2021-02-21 08:00:33'),(113383,40705,'action complete via WP Cron','2021-02-21 16:00:33','2021-02-21 08:00:33'),(113384,40706,'action created','2021-02-21 16:00:33','2021-02-21 08:00:33'),(113385,40706,'action started via WP Cron','2021-02-21 16:01:34','2021-02-21 08:01:34'),(113386,40706,'action complete via WP Cron','2021-02-21 16:01:34','2021-02-21 08:01:34'),(113387,40707,'action created','2021-02-21 16:01:34','2021-02-21 08:01:34'),(113388,40707,'action started via WP Cron','2021-02-21 16:02:35','2021-02-21 08:02:35'),(113389,40707,'action complete via WP Cron','2021-02-21 16:02:35','2021-02-21 08:02:35'),(113390,40708,'action created','2021-02-21 16:02:35','2021-02-21 08:02:35'),(113391,40708,'action started via WP Cron','2021-02-21 16:09:18','2021-02-21 08:09:18'),(113392,40708,'action complete via WP Cron','2021-02-21 16:09:18','2021-02-21 08:09:18'),(113393,40709,'action created','2021-02-21 16:09:18','2021-02-21 08:09:18'),(113394,40709,'action started via WP Cron','2021-02-21 16:10:05','2021-02-21 08:10:05'),(113395,40709,'action complete via WP Cron','2021-02-21 16:10:05','2021-02-21 08:10:05'),(113396,40710,'action created','2021-02-21 16:10:05','2021-02-21 08:10:05'),(113397,40710,'action started via WP Cron','2021-02-21 16:10:47','2021-02-21 08:10:47'),(113398,40710,'action complete via WP Cron','2021-02-21 16:10:47','2021-02-21 08:10:47'),(113399,40711,'action created','2021-02-21 16:10:47','2021-02-21 08:10:47'),(113400,40711,'action started via WP Cron','2021-02-21 16:11:41','2021-02-21 08:11:41'),(113401,40711,'action complete via WP Cron','2021-02-21 16:11:41','2021-02-21 08:11:41'),(113402,40712,'action created','2021-02-21 16:11:41','2021-02-21 08:11:41'),(113403,40712,'action started via WP Cron','2021-02-21 16:12:41','2021-02-21 08:12:41'),(113404,40712,'action complete via WP Cron','2021-02-21 16:12:41','2021-02-21 08:12:41'),(113405,40713,'action created','2021-02-21 16:12:41','2021-02-21 08:12:41'),(113406,40713,'action started via WP Cron','2021-02-21 16:13:45','2021-02-21 08:13:45'),(113407,40713,'action complete via WP Cron','2021-02-21 16:13:45','2021-02-21 08:13:45'),(113408,40714,'action created','2021-02-21 16:13:45','2021-02-21 08:13:45'),(113409,40714,'action started via WP Cron','2021-02-21 16:14:47','2021-02-21 08:14:47'),(113410,40714,'action complete via WP Cron','2021-02-21 16:14:47','2021-02-21 08:14:47'),(113411,40715,'action created','2021-02-21 16:14:47','2021-02-21 08:14:47'),(113412,40715,'action started via WP Cron','2021-02-21 16:15:45','2021-02-21 08:15:45'),(113413,40715,'action complete via WP Cron','2021-02-21 16:15:45','2021-02-21 08:15:45'),(113414,40716,'action created','2021-02-21 16:15:45','2021-02-21 08:15:45'),(113415,40716,'action started via WP Cron','2021-02-21 16:16:41','2021-02-21 08:16:41'),(113416,40716,'action complete via WP Cron','2021-02-21 16:16:41','2021-02-21 08:16:41'),(113417,40717,'action created','2021-02-21 16:16:41','2021-02-21 08:16:41'),(113418,40717,'action started via WP Cron','2021-02-21 16:17:48','2021-02-21 08:17:48'),(113419,40717,'action complete via WP Cron','2021-02-21 16:17:48','2021-02-21 08:17:48'),(113420,40718,'action created','2021-02-21 16:17:48','2021-02-21 08:17:48'),(113421,40718,'action started via WP Cron','2021-02-21 16:18:45','2021-02-21 08:18:45'),(113422,40718,'action complete via WP Cron','2021-02-21 16:18:45','2021-02-21 08:18:45'),(113423,40719,'action created','2021-02-21 16:18:45','2021-02-21 08:18:45'),(113424,40719,'action started via WP Cron','2021-02-21 16:19:56','2021-02-21 08:19:56'),(113425,40719,'action complete via WP Cron','2021-02-21 16:19:56','2021-02-21 08:19:56'),(113426,40720,'action created','2021-02-21 16:19:56','2021-02-21 08:19:56'),(113427,40720,'action started via WP Cron','2021-02-21 16:21:09','2021-02-21 08:21:09'),(113428,40720,'action complete via WP Cron','2021-02-21 16:21:09','2021-02-21 08:21:09'),(113429,40721,'action created','2021-02-21 16:21:09','2021-02-21 08:21:09'),(113430,40721,'action started via WP Cron','2021-02-21 16:22:03','2021-02-21 08:22:03'),(113431,40721,'action complete via WP Cron','2021-02-21 16:22:03','2021-02-21 08:22:03'),(113432,40722,'action created','2021-02-21 16:22:03','2021-02-21 08:22:03'),(113433,40722,'action started via WP Cron','2021-02-21 16:23:04','2021-02-21 08:23:04'),(113434,40722,'action complete via WP Cron','2021-02-21 16:23:04','2021-02-21 08:23:04'),(113435,40723,'action created','2021-02-21 16:23:04','2021-02-21 08:23:04'),(113436,40723,'action started via WP Cron','2021-02-21 16:33:20','2021-02-21 08:33:20'),(113437,40723,'action complete via WP Cron','2021-02-21 16:33:20','2021-02-21 08:33:20'),(113438,40724,'action created','2021-02-21 16:33:20','2021-02-21 08:33:20'),(113439,40724,'action started via WP Cron','2021-02-21 16:33:57','2021-02-21 08:33:57'),(113440,40724,'action complete via WP Cron','2021-02-21 16:33:57','2021-02-21 08:33:57'),(113441,40725,'action created','2021-02-21 16:38:00','2021-02-21 08:38:00'),(113442,40725,'action started via WP Cron','2021-02-21 16:38:47','2021-02-21 08:38:47'),(113443,40725,'action complete via WP Cron','2021-02-21 16:38:47','2021-02-21 08:38:47'),(113444,40726,'action created','2021-02-21 16:38:47','2021-02-21 08:38:47'),(113445,40726,'action started via WP Cron','2021-02-21 16:41:03','2021-02-21 08:41:03'),(113446,40726,'action complete via WP Cron','2021-02-21 16:41:03','2021-02-21 08:41:03'),(113447,40727,'action created','2021-02-21 16:41:03','2021-02-21 08:41:03'),(113448,40727,'action started via WP Cron','2021-02-21 16:41:41','2021-02-21 08:41:41'),(113449,40727,'action complete via WP Cron','2021-02-21 16:41:41','2021-02-21 08:41:41'),(113450,40728,'action created','2021-02-21 16:41:41','2021-02-21 08:41:41'),(113451,40728,'action started via WP Cron','2021-02-21 16:42:41','2021-02-21 08:42:41'),(113452,40728,'action complete via WP Cron','2021-02-21 16:42:41','2021-02-21 08:42:41'),(113453,40729,'action created','2021-02-21 16:42:41','2021-02-21 08:42:41'),(113454,40729,'action started via WP Cron','2021-02-21 16:43:44','2021-02-21 08:43:44'),(113455,40729,'action complete via WP Cron','2021-02-21 16:43:44','2021-02-21 08:43:44'),(113456,40730,'action created','2021-02-21 16:53:36','2021-02-21 08:53:36'),(113457,40730,'action started via WP Cron','2021-02-21 16:55:56','2021-02-21 08:55:56'),(113458,40730,'action complete via WP Cron','2021-02-21 16:55:56','2021-02-21 08:55:56'),(113459,40731,'action created','2021-02-21 16:55:56','2021-02-21 08:55:56'),(113460,40731,'action started via WP Cron','2021-02-21 16:56:47','2021-02-21 08:56:47'),(113461,40731,'action complete via WP Cron','2021-02-21 16:56:47','2021-02-21 08:56:47'),(113462,40732,'action created','2021-02-21 16:56:47','2021-02-21 08:56:47'),(113463,40732,'action started via WP Cron','2021-02-21 16:57:52','2021-02-21 08:57:52'),(113464,40732,'action complete via WP Cron','2021-02-21 16:57:52','2021-02-21 08:57:52'),(113465,40733,'action created','2021-02-21 16:57:52','2021-02-21 08:57:52'),(113466,40733,'action started via WP Cron','2021-02-21 16:58:52','2021-02-21 08:58:52'),(113467,40733,'action complete via WP Cron','2021-02-21 16:58:52','2021-02-21 08:58:52'),(113468,40734,'action created','2021-02-21 16:58:52','2021-02-21 08:58:52'),(113469,40734,'action started via WP Cron','2021-02-21 16:59:55','2021-02-21 08:59:55'),(113470,40734,'action complete via WP Cron','2021-02-21 16:59:55','2021-02-21 08:59:55'),(113471,40735,'action created','2021-02-21 16:59:55','2021-02-21 08:59:55'),(113472,40735,'action started via WP Cron','2021-02-21 17:00:41','2021-02-21 09:00:41'),(113473,40735,'action complete via WP Cron','2021-02-21 17:00:41','2021-02-21 09:00:41'),(113474,40736,'action created','2021-02-21 17:00:41','2021-02-21 09:00:41'),(113475,40736,'action started via WP Cron','2021-02-21 17:02:07','2021-02-21 09:02:07'),(113476,40736,'action complete via WP Cron','2021-02-21 17:02:07','2021-02-21 09:02:07'),(113477,40737,'action created','2021-02-21 17:02:07','2021-02-21 09:02:07'),(113478,40737,'action started via WP Cron','2021-02-21 17:02:52','2021-02-21 09:02:52'),(113479,40737,'action complete via WP Cron','2021-02-21 17:02:52','2021-02-21 09:02:52'),(113480,40738,'action created','2021-02-21 17:02:52','2021-02-21 09:02:52'),(113481,40738,'action started via WP Cron','2021-02-21 17:03:47','2021-02-21 09:03:47'),(113482,40738,'action complete via WP Cron','2021-02-21 17:03:47','2021-02-21 09:03:47'),(113483,40739,'action created','2021-02-21 17:03:47','2021-02-21 09:03:47'),(113484,40739,'action started via WP Cron','2021-02-21 17:04:51','2021-02-21 09:04:51'),(113485,40739,'action complete via WP Cron','2021-02-21 17:04:51','2021-02-21 09:04:51'),(113486,40740,'action created','2021-02-21 17:04:51','2021-02-21 09:04:51'),(113487,40740,'action started via WP Cron','2021-02-21 17:05:43','2021-02-21 09:05:43'),(113488,40740,'action complete via WP Cron','2021-02-21 17:05:43','2021-02-21 09:05:43'),(113489,40741,'action created','2021-02-21 17:05:43','2021-02-21 09:05:43'),(113490,40741,'action started via WP Cron','2021-02-21 17:06:51','2021-02-21 09:06:51'),(113491,40741,'action complete via WP Cron','2021-02-21 17:06:51','2021-02-21 09:06:51'),(113492,40742,'action created','2021-02-21 17:06:51','2021-02-21 09:06:51'),(113493,40742,'action started via WP Cron','2021-02-21 17:07:50','2021-02-21 09:07:50'),(113494,40742,'action complete via WP Cron','2021-02-21 17:07:50','2021-02-21 09:07:50'),(113495,40743,'action created','2021-02-21 17:07:50','2021-02-21 09:07:50'),(113496,40743,'action started via WP Cron','2021-02-21 17:08:54','2021-02-21 09:08:54'),(113497,40743,'action complete via WP Cron','2021-02-21 17:08:54','2021-02-21 09:08:54'),(113498,40744,'action created','2021-02-21 17:08:54','2021-02-21 09:08:54'),(113499,40744,'action started via WP Cron','2021-02-21 17:09:41','2021-02-21 09:09:41'),(113500,40744,'action complete via WP Cron','2021-02-21 17:09:41','2021-02-21 09:09:41'),(113501,40745,'action created','2021-02-21 17:09:41','2021-02-21 09:09:41'),(113502,40745,'action started via WP Cron','2021-02-21 17:10:41','2021-02-21 09:10:41'),(113503,40745,'action complete via WP Cron','2021-02-21 17:10:41','2021-02-21 09:10:41'),(113504,40746,'action created','2021-02-21 17:10:41','2021-02-21 09:10:41'),(113505,40746,'action started via WP Cron','2021-02-21 17:11:59','2021-02-21 09:11:59'),(113506,40746,'action complete via WP Cron','2021-02-21 17:11:59','2021-02-21 09:11:59'),(113507,40747,'action created','2021-02-21 17:11:59','2021-02-21 09:11:59'),(113508,40747,'action started via WP Cron','2021-02-21 17:12:55','2021-02-21 09:12:55'),(113509,40747,'action complete via WP Cron','2021-02-21 17:12:55','2021-02-21 09:12:55'),(113510,40748,'action created','2021-02-21 17:12:55','2021-02-21 09:12:55'),(113511,40748,'action started via WP Cron','2021-02-21 17:13:47','2021-02-21 09:13:47'),(113512,40748,'action complete via WP Cron','2021-02-21 17:13:47','2021-02-21 09:13:47'),(113513,40749,'action created','2021-02-21 17:13:47','2021-02-21 09:13:47'),(113514,40749,'action started via WP Cron','2021-02-21 17:14:45','2021-02-21 09:14:45'),(113515,40749,'action complete via WP Cron','2021-02-21 17:14:45','2021-02-21 09:14:45'),(113516,40750,'action created','2021-02-21 17:14:45','2021-02-21 09:14:45'),(113517,40750,'action started via WP Cron','2021-02-21 17:15:48','2021-02-21 09:15:48'),(113518,40750,'action complete via WP Cron','2021-02-21 17:15:48','2021-02-21 09:15:48'),(113519,40751,'action created','2021-02-21 17:15:48','2021-02-21 09:15:48'),(113520,40751,'action started via WP Cron','2021-02-21 17:16:50','2021-02-21 09:16:50'),(113521,40751,'action complete via WP Cron','2021-02-21 17:16:50','2021-02-21 09:16:50'),(113522,40752,'action created','2021-02-21 17:16:50','2021-02-21 09:16:50'),(113523,40752,'action started via WP Cron','2021-02-21 17:18:03','2021-02-21 09:18:03'),(113524,40752,'action complete via WP Cron','2021-02-21 17:18:03','2021-02-21 09:18:03'),(113525,40753,'action created','2021-02-21 17:18:03','2021-02-21 09:18:03'),(113526,40753,'action started via WP Cron','2021-02-21 17:18:44','2021-02-21 09:18:44'),(113527,40753,'action complete via WP Cron','2021-02-21 17:18:44','2021-02-21 09:18:44'),(113528,40754,'action created','2021-02-21 17:18:44','2021-02-21 09:18:44'),(113529,40754,'action started via WP Cron','2021-02-21 17:19:54','2021-02-21 09:19:54'),(113530,40754,'action complete via WP Cron','2021-02-21 17:19:54','2021-02-21 09:19:54'),(113531,40755,'action created','2021-02-21 17:19:54','2021-02-21 09:19:54'),(113532,40755,'action started via WP Cron','2021-02-21 17:20:41','2021-02-21 09:20:41'),(113533,40755,'action complete via WP Cron','2021-02-21 17:20:41','2021-02-21 09:20:41'),(113534,40756,'action created','2021-02-21 17:20:41','2021-02-21 09:20:41'),(113535,40756,'action started via WP Cron','2021-02-21 17:21:43','2021-02-21 09:21:43'),(113536,40756,'action complete via WP Cron','2021-02-21 17:21:43','2021-02-21 09:21:43'),(113537,40757,'action created','2021-02-21 17:21:59','2021-02-21 09:21:59'),(113538,40757,'action started via WP Cron','2021-02-21 17:22:42','2021-02-21 09:22:42'),(113539,40757,'action complete via WP Cron','2021-02-21 17:22:42','2021-02-21 09:22:42'),(113540,40758,'action created','2021-02-21 17:22:42','2021-02-21 09:22:42'),(113541,40758,'action started via WP Cron','2021-02-21 17:24:42','2021-02-21 09:24:42'),(113542,40758,'action complete via WP Cron','2021-02-21 17:24:42','2021-02-21 09:24:42'),(113543,40759,'action created','2021-02-21 17:24:42','2021-02-21 09:24:42'),(113544,40759,'action started via WP Cron','2021-02-21 17:26:04','2021-02-21 09:26:04'),(113545,40759,'action complete via WP Cron','2021-02-21 17:26:04','2021-02-21 09:26:04'),(113546,40760,'action created','2021-02-21 17:26:04','2021-02-21 09:26:04'),(113547,40760,'action started via WP Cron','2021-02-21 17:32:14','2021-02-21 09:32:14'),(113548,40760,'action complete via WP Cron','2021-02-21 17:32:14','2021-02-21 09:32:14'),(113549,40761,'action created','2021-02-21 17:32:14','2021-02-21 09:32:14'),(113550,40761,'action started via WP Cron','2021-02-21 17:42:56','2021-02-21 09:42:56'),(113551,40761,'action complete via WP Cron','2021-02-21 17:42:56','2021-02-21 09:42:56'),(113552,40762,'action created','2021-02-21 17:42:56','2021-02-21 09:42:56'),(113553,40762,'action started via WP Cron','2021-02-21 17:43:48','2021-02-21 09:43:48'),(113554,40762,'action complete via WP Cron','2021-02-21 17:43:48','2021-02-21 09:43:48'),(113555,40763,'action created','2021-02-21 17:43:48','2021-02-21 09:43:48'),(113556,40763,'action started via WP Cron','2021-02-21 17:44:42','2021-02-21 09:44:42'),(113557,40763,'action complete via WP Cron','2021-02-21 17:44:42','2021-02-21 09:44:42'),(113558,40764,'action created','2021-02-21 17:44:42','2021-02-21 09:44:42'),(113559,40764,'action started via WP Cron','2021-02-21 17:45:43','2021-02-21 09:45:43'),(113560,40764,'action complete via WP Cron','2021-02-21 17:45:43','2021-02-21 09:45:43'),(113561,40765,'action created','2021-02-21 17:45:43','2021-02-21 09:45:43'),(113562,40765,'action started via WP Cron','2021-02-21 17:46:44','2021-02-21 09:46:44'),(113563,40765,'action complete via WP Cron','2021-02-21 17:46:44','2021-02-21 09:46:44'),(113564,40766,'action created','2021-02-21 17:46:44','2021-02-21 09:46:44'),(113565,40766,'action started via WP Cron','2021-02-21 17:49:18','2021-02-21 09:49:18'),(113566,40766,'action complete via WP Cron','2021-02-21 17:49:18','2021-02-21 09:49:18'),(113567,40767,'action created','2021-02-21 17:49:18','2021-02-21 09:49:18'),(113568,40767,'action started via WP Cron','2021-02-21 17:50:19','2021-02-21 09:50:19'),(113569,40767,'action complete via WP Cron','2021-02-21 17:50:19','2021-02-21 09:50:19'),(113570,40768,'action created','2021-02-21 17:50:19','2021-02-21 09:50:19'),(113571,40768,'action started via WP Cron','2021-02-21 17:51:22','2021-02-21 09:51:22'),(113572,40768,'action complete via WP Cron','2021-02-21 17:51:22','2021-02-21 09:51:22'),(113573,40769,'action created','2021-02-21 17:51:22','2021-02-21 09:51:22'),(113574,40769,'action started via WP Cron','2021-02-21 17:52:23','2021-02-21 09:52:23'),(113575,40769,'action complete via WP Cron','2021-02-21 17:52:23','2021-02-21 09:52:23'),(113576,40770,'action created','2021-02-21 17:52:23','2021-02-21 09:52:23'),(113577,40770,'action started via WP Cron','2021-02-21 18:02:54','2021-02-21 10:02:54'),(113578,40770,'action complete via WP Cron','2021-02-21 18:02:54','2021-02-21 10:02:54'),(113579,40771,'action created','2021-02-21 18:02:54','2021-02-21 10:02:54'),(113580,40771,'action started via WP Cron','2021-02-21 18:05:32','2021-02-21 10:05:32'),(113581,40771,'action complete via WP Cron','2021-02-21 18:05:32','2021-02-21 10:05:32'),(113582,40772,'action created','2021-02-21 18:05:32','2021-02-21 10:05:32'),(113583,40772,'action started via WP Cron','2021-02-21 18:06:05','2021-02-21 10:06:05'),(113584,40772,'action complete via WP Cron','2021-02-21 18:06:05','2021-02-21 10:06:05'),(113585,40773,'action created','2021-02-21 18:06:05','2021-02-21 10:06:05'),(113586,40773,'action started via WP Cron','2021-02-21 18:07:11','2021-02-21 10:07:11'),(113587,40773,'action complete via WP Cron','2021-02-21 18:07:11','2021-02-21 10:07:11'),(113588,40774,'action created','2021-02-21 18:07:11','2021-02-21 10:07:11'),(113589,40774,'action started via Async Request','2021-02-21 18:07:29','2021-02-21 10:07:29'),(113590,40774,'action complete via Async Request','2021-02-21 18:07:29','2021-02-21 10:07:29'),(113591,40775,'action created','2021-02-21 18:07:30','2021-02-21 10:07:30'),(113592,40775,'action started via WP Cron','2021-02-21 18:07:42','2021-02-21 10:07:42'),(113593,40775,'action complete via WP Cron','2021-02-21 18:07:42','2021-02-21 10:07:42'),(113594,40776,'action created','2021-02-21 18:07:42','2021-02-21 10:07:42'),(113596,40776,'action started via WP Cron','2021-02-21 18:08:41','2021-02-21 10:08:41'),(113597,40776,'action complete via WP Cron','2021-02-21 18:08:41','2021-02-21 10:08:41'),(113598,40778,'action created','2021-02-21 18:08:41','2021-02-21 10:08:41'),(113601,40778,'action started via WP Cron','2021-02-21 18:11:03','2021-02-21 10:11:03'),(113600,40779,'action created','2021-02-21 18:09:14','2021-02-21 10:09:14'),(113602,40778,'action complete via WP Cron','2021-02-21 18:11:03','2021-02-21 10:11:03'),(113603,40779,'action started via WP Cron','2021-02-21 18:11:03','2021-02-21 10:11:03'),(113604,40779,'action complete via WP Cron','2021-02-21 18:11:03','2021-02-21 10:11:03'),(113605,40780,'action created','2021-02-21 18:11:04','2021-02-21 10:11:04'),(113606,40780,'action started via WP Cron','2021-02-21 18:12:46','2021-02-21 10:12:46'),(113607,40780,'action complete via WP Cron','2021-02-21 18:12:46','2021-02-21 10:12:46'),(113608,40781,'action created','2021-02-21 18:12:46','2021-02-21 10:12:46'),(113609,40781,'action started via WP Cron','2021-02-21 18:14:46','2021-02-21 10:14:46'),(113610,40781,'action complete via WP Cron','2021-02-21 18:14:46','2021-02-21 10:14:46'),(113611,40782,'action created','2021-02-21 18:14:46','2021-02-21 10:14:46'),(113612,40782,'action started via WP Cron','2021-02-21 18:16:01','2021-02-21 10:16:01'),(113613,40782,'action complete via WP Cron','2021-02-21 18:16:01','2021-02-21 10:16:01'),(113614,40783,'action created','2021-02-21 18:16:01','2021-02-21 10:16:01'),(113615,40783,'action started via WP Cron','2021-02-21 18:20:14','2021-02-21 10:20:14'),(113616,40783,'action complete via WP Cron','2021-02-21 18:20:14','2021-02-21 10:20:14'),(113617,40784,'action created','2021-02-21 18:20:14','2021-02-21 10:20:14'),(113618,40784,'action started via WP Cron','2021-02-21 18:21:33','2021-02-21 10:21:33'),(113619,40784,'action complete via WP Cron','2021-02-21 18:21:33','2021-02-21 10:21:33'),(113620,40785,'action created','2021-02-21 18:21:34','2021-02-21 10:21:34'),(113621,40785,'action started via WP Cron','2021-02-21 18:21:47','2021-02-21 10:21:47'),(113622,40785,'action complete via WP Cron','2021-02-21 18:21:47','2021-02-21 10:21:47'),(113623,40786,'action created','2021-02-21 18:21:47','2021-02-21 10:21:47'),(113624,40786,'action started via WP Cron','2021-02-21 18:22:48','2021-02-21 10:22:48'),(113625,40786,'action complete via WP Cron','2021-02-21 18:22:48','2021-02-21 10:22:48'),(113626,40787,'action created','2021-02-21 18:22:48','2021-02-21 10:22:48'),(113627,40787,'action started via WP Cron','2021-02-21 18:23:48','2021-02-21 10:23:48'),(113628,40787,'action complete via WP Cron','2021-02-21 18:23:48','2021-02-21 10:23:48'),(113629,40788,'action created','2021-02-21 18:23:48','2021-02-21 10:23:48'),(113630,40788,'action started via WP Cron','2021-02-21 18:24:49','2021-02-21 10:24:49'),(113631,40788,'action complete via WP Cron','2021-02-21 18:24:49','2021-02-21 10:24:49'),(113632,40789,'action created','2021-02-21 18:24:49','2021-02-21 10:24:49'),(113633,40789,'action started via WP Cron','2021-02-21 18:26:47','2021-02-21 10:26:47'),(113634,40789,'action complete via WP Cron','2021-02-21 18:26:47','2021-02-21 10:26:47'),(113635,40790,'action created','2021-02-21 18:26:47','2021-02-21 10:26:47'),(113636,40790,'action started via WP Cron','2021-02-21 18:28:07','2021-02-21 10:28:07'),(113637,40790,'action complete via WP Cron','2021-02-21 18:28:07','2021-02-21 10:28:07'),(113638,40791,'action created','2021-02-21 18:28:07','2021-02-21 10:28:07'),(113639,40791,'action started via WP Cron','2021-02-21 18:29:07','2021-02-21 10:29:07'),(113640,40791,'action complete via WP Cron','2021-02-21 18:29:07','2021-02-21 10:29:07'),(113641,40792,'action created','2021-02-21 18:29:07','2021-02-21 10:29:07'),(113642,40792,'action started via WP Cron','2021-02-21 18:29:42','2021-02-21 10:29:42'),(113643,40792,'action complete via WP Cron','2021-02-21 18:29:42','2021-02-21 10:29:42'),(113644,40793,'action created','2021-02-21 18:29:42','2021-02-21 10:29:42'),(113645,40793,'action started via WP Cron','2021-02-21 18:30:53','2021-02-21 10:30:53'),(113646,40793,'action complete via WP Cron','2021-02-21 18:30:53','2021-02-21 10:30:53'),(113647,40794,'action created','2021-02-21 18:30:53','2021-02-21 10:30:53'),(113648,40794,'action started via WP Cron','2021-02-21 18:32:16','2021-02-21 10:32:16'),(113649,40794,'action complete via WP Cron','2021-02-21 18:32:16','2021-02-21 10:32:16'),(113650,40795,'action created','2021-02-21 18:32:16','2021-02-21 10:32:16'),(113651,40795,'action started via WP Cron','2021-02-21 18:32:41','2021-02-21 10:32:41'),(113652,40795,'action complete via WP Cron','2021-02-21 18:32:41','2021-02-21 10:32:41'),(113653,40796,'action created','2021-02-21 18:32:42','2021-02-21 10:32:42'),(113654,40796,'action started via WP Cron','2021-02-21 18:34:24','2021-02-21 10:34:24'),(113655,40796,'action complete via WP Cron','2021-02-21 18:34:24','2021-02-21 10:34:24'),(113656,40797,'action created','2021-02-21 18:34:25','2021-02-21 10:34:25'),(113657,40797,'action started via WP Cron','2021-02-21 18:35:20','2021-02-21 10:35:20'),(113658,40797,'action complete via WP Cron','2021-02-21 18:35:20','2021-02-21 10:35:20'),(113659,40798,'action created','2021-02-21 18:35:20','2021-02-21 10:35:20'),(113660,40798,'action started via WP Cron','2021-02-21 18:36:52','2021-02-21 10:36:52'),(113661,40798,'action complete via WP Cron','2021-02-21 18:36:52','2021-02-21 10:36:52'),(113662,40799,'action created','2021-02-21 18:36:52','2021-02-21 10:36:52'),(113663,40799,'action started via WP Cron','2021-02-21 18:38:22','2021-02-21 10:38:22'),(113664,40799,'action complete via WP Cron','2021-02-21 18:38:22','2021-02-21 10:38:22'),(113665,40800,'action created','2021-02-21 18:38:22','2021-02-21 10:38:22'),(113666,40800,'action started via WP Cron','2021-02-21 18:40:03','2021-02-21 10:40:03'),(113667,40800,'action complete via WP Cron','2021-02-21 18:40:03','2021-02-21 10:40:03'),(113668,40801,'action created','2021-02-21 18:40:06','2021-02-21 10:40:06'),(113669,40801,'action started via WP Cron','2021-02-21 18:41:12','2021-02-21 10:41:12'),(113670,40801,'action complete via WP Cron','2021-02-21 18:41:12','2021-02-21 10:41:12'),(113671,40802,'action created','2021-02-21 18:41:12','2021-02-21 10:41:12'),(113672,40802,'action started via WP Cron','2021-02-21 18:42:46','2021-02-21 10:42:46'),(113673,40802,'action complete via WP Cron','2021-02-21 18:42:46','2021-02-21 10:42:46'),(113674,40803,'action created','2021-02-21 18:42:46','2021-02-21 10:42:46'),(113675,40803,'action started via WP Cron','2021-02-21 18:45:17','2021-02-21 10:45:17'),(113676,40803,'action complete via WP Cron','2021-02-21 18:45:17','2021-02-21 10:45:17'),(113677,40804,'action created','2021-02-21 18:45:17','2021-02-21 10:45:17'),(113678,40804,'action started via WP Cron','2021-02-21 18:45:43','2021-02-21 10:45:43'),(113679,40804,'action complete via WP Cron','2021-02-21 18:45:43','2021-02-21 10:45:43'),(113680,40805,'action created','2021-02-21 18:45:43','2021-02-21 10:45:43'),(113681,40805,'action started via WP Cron','2021-02-21 18:46:51','2021-02-21 10:46:51'),(113682,40805,'action complete via WP Cron','2021-02-21 18:46:51','2021-02-21 10:46:51'),(113683,40806,'action created','2021-02-21 18:46:51','2021-02-21 10:46:51'),(113684,40806,'action started via WP Cron','2021-02-21 18:47:45','2021-02-21 10:47:45'),(113685,40806,'action complete via WP Cron','2021-02-21 18:47:45','2021-02-21 10:47:45'),(113686,40807,'action created','2021-02-21 18:47:45','2021-02-21 10:47:45'),(113687,40807,'action started via WP Cron','2021-02-21 18:48:43','2021-02-21 10:48:43'),(113688,40807,'action complete via WP Cron','2021-02-21 18:48:43','2021-02-21 10:48:43'),(113689,40808,'action created','2021-02-21 18:48:43','2021-02-21 10:48:43'),(113690,40808,'action started via WP Cron','2021-02-21 18:49:47','2021-02-21 10:49:47'),(113691,40808,'action complete via WP Cron','2021-02-21 18:49:47','2021-02-21 10:49:47'),(113692,40809,'action created','2021-02-21 18:49:47','2021-02-21 10:49:47'),(113693,40809,'action started via WP Cron','2021-02-21 18:50:42','2021-02-21 10:50:42'),(113694,40809,'action complete via WP Cron','2021-02-21 18:50:42','2021-02-21 10:50:42'),(113695,40810,'action created','2021-02-21 18:50:42','2021-02-21 10:50:42'),(113696,40810,'action started via WP Cron','2021-02-21 18:51:41','2021-02-21 10:51:41'),(113697,40810,'action complete via WP Cron','2021-02-21 18:51:41','2021-02-21 10:51:41'),(113698,40811,'action created','2021-02-21 18:51:41','2021-02-21 10:51:41'),(113699,40811,'action started via WP Cron','2021-02-21 18:52:59','2021-02-21 10:52:59'),(113700,40811,'action complete via WP Cron','2021-02-21 18:52:59','2021-02-21 10:52:59'),(113701,40812,'action created','2021-02-21 18:52:59','2021-02-21 10:52:59'),(113702,40812,'action started via WP Cron','2021-02-21 18:53:45','2021-02-21 10:53:45'),(113703,40812,'action complete via WP Cron','2021-02-21 18:53:45','2021-02-21 10:53:45'),(113704,40813,'action created','2021-02-21 18:53:45','2021-02-21 10:53:45'),(113705,40813,'action started via WP Cron','2021-02-21 18:54:42','2021-02-21 10:54:42'),(113706,40813,'action complete via WP Cron','2021-02-21 18:54:42','2021-02-21 10:54:42'),(113707,40814,'action created','2021-02-21 18:54:42','2021-02-21 10:54:42'),(113708,40814,'action started via WP Cron','2021-02-21 18:55:48','2021-02-21 10:55:48'),(113709,40814,'action complete via WP Cron','2021-02-21 18:55:48','2021-02-21 10:55:48'),(113710,40815,'action created','2021-02-21 18:55:48','2021-02-21 10:55:48'),(113711,40815,'action started via WP Cron','2021-02-21 18:56:46','2021-02-21 10:56:46'),(113712,40815,'action complete via WP Cron','2021-02-21 18:56:46','2021-02-21 10:56:46'),(113713,40816,'action created','2021-02-21 18:56:47','2021-02-21 10:56:47'),(113714,40816,'action started via WP Cron','2021-02-21 18:57:54','2021-02-21 10:57:54'),(113715,40816,'action complete via WP Cron','2021-02-21 18:57:54','2021-02-21 10:57:54'),(113716,40817,'action created','2021-02-21 18:57:54','2021-02-21 10:57:54'),(113717,40817,'action started via WP Cron','2021-02-21 18:58:45','2021-02-21 10:58:45'),(113718,40817,'action complete via WP Cron','2021-02-21 18:58:45','2021-02-21 10:58:45'),(113719,40818,'action created','2021-02-21 18:58:46','2021-02-21 10:58:46'),(113720,40818,'action started via WP Cron','2021-02-21 18:59:43','2021-02-21 10:59:43'),(113721,40818,'action complete via WP Cron','2021-02-21 18:59:43','2021-02-21 10:59:43'),(113722,40819,'action created','2021-02-21 18:59:43','2021-02-21 10:59:43'),(113723,40819,'action started via WP Cron','2021-02-21 19:00:41','2021-02-21 11:00:41'),(113724,40819,'action complete via WP Cron','2021-02-21 19:00:41','2021-02-21 11:00:41'),(113725,40820,'action created','2021-02-21 19:00:41','2021-02-21 11:00:41'),(113726,40820,'action started via WP Cron','2021-02-21 19:01:48','2021-02-21 11:01:48'),(113727,40820,'action complete via WP Cron','2021-02-21 19:01:48','2021-02-21 11:01:48'),(113728,40821,'action created','2021-02-21 19:01:48','2021-02-21 11:01:48'),(113729,40821,'action started via WP Cron','2021-02-21 19:02:51','2021-02-21 11:02:51'),(113730,40821,'action complete via WP Cron','2021-02-21 19:02:51','2021-02-21 11:02:51'),(113731,40822,'action created','2021-02-21 19:02:51','2021-02-21 11:02:51'),(113732,40822,'action started via WP Cron','2021-02-21 19:03:41','2021-02-21 11:03:41'),(113733,40822,'action complete via WP Cron','2021-02-21 19:03:41','2021-02-21 11:03:41'),(113734,40823,'action created','2021-02-21 19:03:41','2021-02-21 11:03:41'),(113735,40823,'action started via WP Cron','2021-02-21 19:04:49','2021-02-21 11:04:49'),(113736,40823,'action complete via WP Cron','2021-02-21 19:04:49','2021-02-21 11:04:49'),(113737,40824,'action created','2021-02-21 19:04:49','2021-02-21 11:04:49'),(113738,40824,'action started via WP Cron','2021-02-21 19:05:41','2021-02-21 11:05:41'),(113739,40824,'action complete via WP Cron','2021-02-21 19:05:41','2021-02-21 11:05:41'),(113740,40825,'action created','2021-02-21 19:05:42','2021-02-21 11:05:42'),(113741,40825,'action started via WP Cron','2021-02-21 19:06:56','2021-02-21 11:06:56'),(113742,40825,'action complete via WP Cron','2021-02-21 19:06:56','2021-02-21 11:06:56'),(113743,40826,'action created','2021-02-21 19:06:56','2021-02-21 11:06:56'),(113744,40826,'action started via WP Cron','2021-02-21 19:07:40','2021-02-21 11:07:40'),(113745,40826,'action complete via WP Cron','2021-02-21 19:07:40','2021-02-21 11:07:40'),(113746,40827,'action created','2021-02-21 19:07:41','2021-02-21 11:07:41'),(113747,40827,'action started via WP Cron','2021-02-21 19:08:47','2021-02-21 11:08:47'),(113748,40827,'action complete via WP Cron','2021-02-21 19:08:47','2021-02-21 11:08:47'),(113749,40828,'action created','2021-02-21 19:08:47','2021-02-21 11:08:47'),(113750,40828,'action started via WP Cron','2021-02-21 19:09:41','2021-02-21 11:09:41'),(113751,40828,'action complete via WP Cron','2021-02-21 19:09:41','2021-02-21 11:09:41'),(113752,40829,'action created','2021-02-21 19:09:41','2021-02-21 11:09:41'),(113753,40829,'action started via WP Cron','2021-02-21 19:10:53','2021-02-21 11:10:53'),(113754,40829,'action complete via WP Cron','2021-02-21 19:10:53','2021-02-21 11:10:53'),(113755,40830,'action created','2021-02-21 19:10:53','2021-02-21 11:10:53'),(113756,40830,'action started via WP Cron','2021-02-21 19:11:44','2021-02-21 11:11:44'),(113757,40830,'action complete via WP Cron','2021-02-21 19:11:44','2021-02-21 11:11:44'),(113758,40831,'action created','2021-02-21 19:11:44','2021-02-21 11:11:44'),(113759,40831,'action started via WP Cron','2021-02-21 19:12:46','2021-02-21 11:12:46'),(113760,40831,'action complete via WP Cron','2021-02-21 19:12:46','2021-02-21 11:12:46'),(113761,40832,'action created','2021-02-21 19:12:46','2021-02-21 11:12:46'),(113762,40832,'action started via WP Cron','2021-02-21 19:13:41','2021-02-21 11:13:41'),(113763,40832,'action complete via WP Cron','2021-02-21 19:13:41','2021-02-21 11:13:41'),(113764,40833,'action created','2021-02-21 19:13:41','2021-02-21 11:13:41'),(113765,40833,'action started via WP Cron','2021-02-21 19:16:38','2021-02-21 11:16:38'),(113766,40833,'action complete via WP Cron','2021-02-21 19:16:38','2021-02-21 11:16:38'),(113767,40834,'action created','2021-02-21 19:16:38','2021-02-21 11:16:38'),(113768,40834,'action started via WP Cron','2021-02-21 19:17:05','2021-02-21 11:17:05'),(113769,40834,'action complete via WP Cron','2021-02-21 19:17:05','2021-02-21 11:17:05'),(113770,40835,'action created','2021-02-21 19:17:05','2021-02-21 11:17:05'),(113771,40835,'action started via WP Cron','2021-02-21 19:18:40','2021-02-21 11:18:40'),(113772,40835,'action complete via WP Cron','2021-02-21 19:18:40','2021-02-21 11:18:40'),(113773,40836,'action created','2021-02-21 19:18:40','2021-02-21 11:18:40'),(113774,40836,'action started via WP Cron','2021-02-21 19:24:01','2021-02-21 11:24:01'),(113775,40836,'action complete via WP Cron','2021-02-21 19:24:01','2021-02-21 11:24:01'),(113776,40837,'action created','2021-02-21 19:24:01','2021-02-21 11:24:01'),(113777,40837,'action started via WP Cron','2021-02-21 19:24:46','2021-02-21 11:24:46'),(113778,40837,'action complete via WP Cron','2021-02-21 19:24:46','2021-02-21 11:24:46'),(113779,40838,'action created','2021-02-21 19:24:46','2021-02-21 11:24:46'),(113780,40838,'action started via WP Cron','2021-02-21 19:25:54','2021-02-21 11:25:54'),(113781,40838,'action complete via WP Cron','2021-02-21 19:25:54','2021-02-21 11:25:54'),(113782,40839,'action created','2021-02-21 19:25:54','2021-02-21 11:25:54'),(113783,40839,'action started via WP Cron','2021-02-21 19:26:58','2021-02-21 11:26:58'),(113784,40839,'action complete via WP Cron','2021-02-21 19:26:58','2021-02-21 11:26:58'),(113785,40840,'action created','2021-02-21 19:26:58','2021-02-21 11:26:58'),(113786,40840,'action started via WP Cron','2021-02-21 19:28:01','2021-02-21 11:28:01'),(113787,40840,'action complete via WP Cron','2021-02-21 19:28:01','2021-02-21 11:28:01'),(113788,40841,'action created','2021-02-21 19:28:01','2021-02-21 11:28:01'),(113789,40841,'action started via WP Cron','2021-02-21 19:29:17','2021-02-21 11:29:17'),(113790,40841,'action complete via WP Cron','2021-02-21 19:29:17','2021-02-21 11:29:17'),(113791,40842,'action created','2021-02-21 19:29:17','2021-02-21 11:29:17'),(113792,40842,'action started via WP Cron','2021-02-21 19:34:04','2021-02-21 11:34:04'),(113793,40842,'action complete via WP Cron','2021-02-21 19:34:04','2021-02-21 11:34:04'),(113794,40843,'action created','2021-02-21 19:34:04','2021-02-21 11:34:04'),(113795,40843,'action started via WP Cron','2021-02-21 19:37:47','2021-02-21 11:37:47'),(113796,40843,'action complete via WP Cron','2021-02-21 19:37:47','2021-02-21 11:37:47'),(113797,40844,'action created','2021-02-21 19:37:47','2021-02-21 11:37:47'),(113798,40844,'action started via WP Cron','2021-02-21 19:39:05','2021-02-21 11:39:05'),(113799,40844,'action complete via WP Cron','2021-02-21 19:39:05','2021-02-21 11:39:05'),(113800,40845,'action created','2021-02-21 19:39:06','2021-02-21 11:39:06'),(113801,40845,'action started via WP Cron','2021-02-21 19:41:59','2021-02-21 11:41:59'),(113802,40845,'action complete via WP Cron','2021-02-21 19:41:59','2021-02-21 11:41:59'),(113803,40846,'action created','2021-02-21 19:41:59','2021-02-21 11:41:59'),(113804,40846,'action started via WP Cron','2021-02-21 19:43:27','2021-02-21 11:43:27'),(113805,40846,'action complete via WP Cron','2021-02-21 19:43:27','2021-02-21 11:43:27'),(113806,40847,'action created','2021-02-21 19:43:27','2021-02-21 11:43:27'),(113807,40847,'action started via WP Cron','2021-02-21 19:44:58','2021-02-21 11:44:58'),(113808,40847,'action complete via WP Cron','2021-02-21 19:44:58','2021-02-21 11:44:58'),(113809,40848,'action created','2021-02-21 19:44:58','2021-02-21 11:44:58'),(113810,40848,'action started via WP Cron','2021-02-21 19:51:47','2021-02-21 11:51:47'),(113811,40848,'action complete via WP Cron','2021-02-21 19:51:47','2021-02-21 11:51:47'),(113812,40849,'action created','2021-02-21 19:51:48','2021-02-21 11:51:48'),(113813,40849,'action started via WP Cron','2021-02-21 19:52:49','2021-02-21 11:52:49'),(113814,40849,'action complete via WP Cron','2021-02-21 19:52:49','2021-02-21 11:52:49'),(113815,40850,'action created','2021-02-21 19:52:49','2021-02-21 11:52:49'),(113816,40850,'action started via WP Cron','2021-02-21 19:53:49','2021-02-21 11:53:49'),(113817,40850,'action complete via WP Cron','2021-02-21 19:53:49','2021-02-21 11:53:49'),(113818,40851,'action created','2021-02-21 19:53:49','2021-02-21 11:53:49'),(113819,40851,'action started via WP Cron','2021-02-21 19:54:50','2021-02-21 11:54:50'),(113820,40851,'action complete via WP Cron','2021-02-21 19:54:50','2021-02-21 11:54:50'),(113821,40852,'action created','2021-02-21 19:54:50','2021-02-21 11:54:50'),(113822,40852,'action started via WP Cron','2021-02-21 19:55:52','2021-02-21 11:55:52'),(113823,40852,'action complete via WP Cron','2021-02-21 19:55:52','2021-02-21 11:55:52'),(113824,40853,'action created','2021-02-21 19:55:52','2021-02-21 11:55:52'),(113825,40853,'action started via WP Cron','2021-02-21 20:00:14','2021-02-21 12:00:14'),(113826,40853,'action complete via WP Cron','2021-02-21 20:00:14','2021-02-21 12:00:14'),(113827,40854,'action created','2021-02-21 20:00:54','2021-02-21 12:00:54'),(113828,40854,'action started via WP Cron','2021-02-21 20:02:01','2021-02-21 12:02:01'),(113829,40854,'action complete via WP Cron','2021-02-21 20:02:01','2021-02-21 12:02:01'),(113830,40855,'action created','2021-02-21 20:02:01','2021-02-21 12:02:01'),(113831,40855,'action started via WP Cron','2021-02-21 20:03:02','2021-02-21 12:03:02'),(113832,40855,'action complete via WP Cron','2021-02-21 20:03:02','2021-02-21 12:03:02'),(113833,40856,'action created','2021-02-21 20:03:02','2021-02-21 12:03:02'),(113834,40856,'action started via WP Cron','2021-02-21 20:05:28','2021-02-21 12:05:28'),(113835,40856,'action complete via WP Cron','2021-02-21 20:05:28','2021-02-21 12:05:28'),(113836,40857,'action created','2021-02-21 20:05:28','2021-02-21 12:05:28'),(113837,40857,'action started via WP Cron','2021-02-21 20:06:36','2021-02-21 12:06:36'),(113838,40857,'action complete via WP Cron','2021-02-21 20:06:36','2021-02-21 12:06:36'),(113839,40858,'action created','2021-02-21 20:06:36','2021-02-21 12:06:36'),(113840,40858,'action started via WP Cron','2021-02-21 20:09:09','2021-02-21 12:09:09'),(113841,40858,'action complete via WP Cron','2021-02-21 20:09:09','2021-02-21 12:09:09'),(113842,40859,'action created','2021-02-21 20:09:09','2021-02-21 12:09:09'),(113843,40859,'action started via WP Cron','2021-02-21 20:10:40','2021-02-21 12:10:40'),(113844,40859,'action complete via WP Cron','2021-02-21 20:10:40','2021-02-21 12:10:40'),(113845,40860,'action created','2021-02-21 20:10:40','2021-02-21 12:10:40'),(113846,40860,'action started via WP Cron','2021-02-21 20:11:41','2021-02-21 12:11:41'),(113847,40860,'action complete via WP Cron','2021-02-21 20:11:41','2021-02-21 12:11:41'),(113848,40861,'action created','2021-02-21 20:11:41','2021-02-21 12:11:41'),(113849,40861,'action started via WP Cron','2021-02-21 20:19:28','2021-02-21 12:19:28'),(113850,40861,'action complete via WP Cron','2021-02-21 20:19:28','2021-02-21 12:19:28'),(113851,40862,'action created','2021-02-21 20:19:28','2021-02-21 12:19:28'),(113852,40862,'action started via WP Cron','2021-02-21 20:23:23','2021-02-21 12:23:23'),(113853,40862,'action complete via WP Cron','2021-02-21 20:23:23','2021-02-21 12:23:23'),(113854,40863,'action created','2021-02-21 20:23:23','2021-02-21 12:23:23'),(113855,40863,'action started via WP Cron','2021-02-21 20:24:23','2021-02-21 12:24:23'),(113856,40863,'action complete via WP Cron','2021-02-21 20:24:23','2021-02-21 12:24:23'),(113857,40864,'action created','2021-02-21 20:24:23','2021-02-21 12:24:23'),(113858,40864,'action started via WP Cron','2021-02-21 20:25:29','2021-02-21 12:25:29'),(113859,40864,'action complete via WP Cron','2021-02-21 20:25:29','2021-02-21 12:25:29'),(113860,40865,'action created','2021-02-21 20:25:29','2021-02-21 12:25:29'),(113861,40865,'action started via WP Cron','2021-02-21 20:26:26','2021-02-21 12:26:26'),(113862,40865,'action complete via WP Cron','2021-02-21 20:26:26','2021-02-21 12:26:26'),(113863,40866,'action created','2021-02-21 20:26:26','2021-02-21 12:26:26'),(113864,40866,'action started via WP Cron','2021-02-21 20:27:27','2021-02-21 12:27:27'),(113865,40866,'action complete via WP Cron','2021-02-21 20:27:27','2021-02-21 12:27:27'),(113866,40867,'action created','2021-02-21 20:27:27','2021-02-21 12:27:27'),(113867,40867,'action started via WP Cron','2021-02-21 20:27:50','2021-02-21 12:27:50'),(113868,40867,'action complete via WP Cron','2021-02-21 20:27:50','2021-02-21 12:27:50'),(113869,40868,'action created','2021-02-21 20:27:50','2021-02-21 12:27:50'),(113870,40868,'action started via WP Cron','2021-02-21 20:29:04','2021-02-21 12:29:04'),(113871,40868,'action complete via WP Cron','2021-02-21 20:29:04','2021-02-21 12:29:04'),(113872,40869,'action created','2021-02-21 20:29:05','2021-02-21 12:29:05'),(113873,40869,'action started via WP Cron','2021-02-21 20:30:06','2021-02-21 12:30:06'),(113874,40869,'action complete via WP Cron','2021-02-21 20:30:06','2021-02-21 12:30:06'),(113875,40870,'action created','2021-02-21 20:30:06','2021-02-21 12:30:06'),(113876,40870,'action started via WP Cron','2021-02-21 20:30:42','2021-02-21 12:30:42'),(113877,40870,'action complete via WP Cron','2021-02-21 20:30:42','2021-02-21 12:30:42'),(113878,40871,'action created','2021-02-21 20:30:42','2021-02-21 12:30:42'),(113879,40871,'action started via WP Cron','2021-02-21 20:34:51','2021-02-21 12:34:51'),(113880,40871,'action complete via WP Cron','2021-02-21 20:34:51','2021-02-21 12:34:51'),(113881,40872,'action created','2021-02-21 20:34:51','2021-02-21 12:34:51'),(113882,40872,'action started via WP Cron','2021-02-21 20:36:10','2021-02-21 12:36:10'),(113883,40872,'action complete via WP Cron','2021-02-21 20:36:10','2021-02-21 12:36:10'),(113884,40873,'action created','2021-02-21 20:36:10','2021-02-21 12:36:10'),(113885,40873,'action started via WP Cron','2021-02-21 20:37:45','2021-02-21 12:37:45'),(113886,40873,'action complete via WP Cron','2021-02-21 20:37:45','2021-02-21 12:37:45'),(113887,40874,'action created','2021-02-21 20:37:45','2021-02-21 12:37:45'),(113888,40874,'action started via WP Cron','2021-02-21 20:38:50','2021-02-21 12:38:50'),(113889,40874,'action complete via WP Cron','2021-02-21 20:38:50','2021-02-21 12:38:50'),(113890,40875,'action created','2021-02-21 20:38:50','2021-02-21 12:38:50'),(113891,40875,'action started via WP Cron','2021-02-21 20:39:44','2021-02-21 12:39:44'),(113892,40875,'action complete via WP Cron','2021-02-21 20:39:44','2021-02-21 12:39:44'),(113893,40876,'action created','2021-02-21 20:39:45','2021-02-21 12:39:45'),(113894,40876,'action started via WP Cron','2021-02-21 20:40:51','2021-02-21 12:40:51'),(113895,40876,'action complete via WP Cron','2021-02-21 20:40:51','2021-02-21 12:40:51'),(113896,40877,'action created','2021-02-21 20:40:52','2021-02-21 12:40:52'),(113897,40877,'action started via WP Cron','2021-02-21 20:42:54','2021-02-21 12:42:54'),(113898,40877,'action complete via WP Cron','2021-02-21 20:42:54','2021-02-21 12:42:54'),(113899,40878,'action created','2021-02-21 20:42:54','2021-02-21 12:42:54'),(113900,40878,'action started via WP Cron','2021-02-21 20:43:54','2021-02-21 12:43:54'),(113901,40878,'action complete via WP Cron','2021-02-21 20:43:54','2021-02-21 12:43:54'),(113902,40879,'action created','2021-02-21 20:43:54','2021-02-21 12:43:54'),(113903,40879,'action started via WP Cron','2021-02-21 20:44:55','2021-02-21 12:44:55'),(113904,40879,'action complete via WP Cron','2021-02-21 20:44:55','2021-02-21 12:44:55'),(113905,40880,'action created','2021-02-21 20:44:56','2021-02-21 12:44:56'),(113906,40880,'action started via WP Cron','2021-02-21 20:50:01','2021-02-21 12:50:01'),(113907,40880,'action complete via WP Cron','2021-02-21 20:50:01','2021-02-21 12:50:01'),(113908,40881,'action created','2021-02-21 20:50:01','2021-02-21 12:50:01'),(113909,40881,'action started via WP Cron','2021-02-21 20:52:10','2021-02-21 12:52:10'),(113910,40881,'action complete via WP Cron','2021-02-21 20:52:10','2021-02-21 12:52:10'),(113911,40882,'action created','2021-02-21 20:52:10','2021-02-21 12:52:10'),(113912,40882,'action started via WP Cron','2021-02-21 20:53:31','2021-02-21 12:53:31'),(113913,40882,'action complete via WP Cron','2021-02-21 20:53:31','2021-02-21 12:53:31'),(113914,40883,'action created','2021-02-21 20:53:31','2021-02-21 12:53:31'),(113915,40883,'action started via WP Cron','2021-02-21 20:53:45','2021-02-21 12:53:45'),(113916,40883,'action complete via WP Cron','2021-02-21 20:53:45','2021-02-21 12:53:45'),(113917,40884,'action created','2021-02-21 20:53:45','2021-02-21 12:53:45'),(113918,40884,'action started via WP Cron','2021-02-21 20:55:36','2021-02-21 12:55:36'),(113919,40884,'action complete via WP Cron','2021-02-21 20:55:36','2021-02-21 12:55:36'),(113920,40885,'action created','2021-02-21 20:55:36','2021-02-21 12:55:36'),(113921,40885,'action started via WP Cron','2021-02-21 20:56:20','2021-02-21 12:56:20'),(113922,40885,'action complete via WP Cron','2021-02-21 20:56:20','2021-02-21 12:56:20'),(113923,40886,'action created','2021-02-21 20:56:20','2021-02-21 12:56:20'),(113924,40886,'action started via WP Cron','2021-02-21 21:01:51','2021-02-21 13:01:51'),(113925,40886,'action complete via WP Cron','2021-02-21 21:01:51','2021-02-21 13:01:51'),(113926,40887,'action created','2021-02-21 21:01:51','2021-02-21 13:01:51'),(113927,40887,'action started via WP Cron','2021-02-21 21:03:08','2021-02-21 13:03:08'),(113928,40887,'action complete via WP Cron','2021-02-21 21:03:08','2021-02-21 13:03:08'),(113929,40888,'action created','2021-02-21 21:03:08','2021-02-21 13:03:08'),(113930,40888,'action started via WP Cron','2021-02-21 21:04:02','2021-02-21 13:04:02'),(113931,40888,'action complete via WP Cron','2021-02-21 21:04:02','2021-02-21 13:04:02'),(113932,40889,'action created','2021-02-21 21:04:03','2021-02-21 13:04:03'),(113933,40889,'action started via WP Cron','2021-02-21 21:05:03','2021-02-21 13:05:03'),(113934,40889,'action complete via WP Cron','2021-02-21 21:05:03','2021-02-21 13:05:03'),(113935,40890,'action created','2021-02-21 21:05:03','2021-02-21 13:05:03'),(113936,40890,'action started via WP Cron','2021-02-21 21:06:04','2021-02-21 13:06:04'),(113937,40890,'action complete via WP Cron','2021-02-21 21:06:04','2021-02-21 13:06:04'),(113938,40891,'action created','2021-02-21 21:06:04','2021-02-21 13:06:04'),(113939,40891,'action started via WP Cron','2021-02-21 21:07:05','2021-02-21 13:07:05'),(113940,40891,'action complete via WP Cron','2021-02-21 21:07:05','2021-02-21 13:07:05'),(113941,40892,'action created','2021-02-21 21:07:05','2021-02-21 13:07:05'),(113942,40892,'action started via WP Cron','2021-02-21 21:08:06','2021-02-21 13:08:06'),(113943,40892,'action complete via WP Cron','2021-02-21 21:08:06','2021-02-21 13:08:06'),(113944,40893,'action created','2021-02-21 21:08:06','2021-02-21 13:08:06'),(113945,40893,'action started via WP Cron','2021-02-21 21:09:45','2021-02-21 13:09:45'),(113946,40893,'action complete via WP Cron','2021-02-21 21:09:45','2021-02-21 13:09:45'),(113947,40894,'action created','2021-02-21 21:09:45','2021-02-21 13:09:45'),(113948,40894,'action started via WP Cron','2021-02-21 21:11:53','2021-02-21 13:11:53'),(113949,40894,'action complete via WP Cron','2021-02-21 21:11:53','2021-02-21 13:11:53'),(113950,40895,'action created','2021-02-21 21:11:53','2021-02-21 13:11:53'),(113951,40895,'action started via WP Cron','2021-02-21 21:12:54','2021-02-21 13:12:54'),(113952,40895,'action complete via WP Cron','2021-02-21 21:12:54','2021-02-21 13:12:54'),(113953,40896,'action created','2021-02-21 21:12:54','2021-02-21 13:12:54'),(113954,40896,'action started via WP Cron','2021-02-21 21:13:55','2021-02-21 13:13:55'),(113955,40896,'action complete via WP Cron','2021-02-21 21:13:55','2021-02-21 13:13:55'),(113956,40897,'action created','2021-02-21 21:13:55','2021-02-21 13:13:55'),(113957,40897,'action started via WP Cron','2021-02-21 21:22:05','2021-02-21 13:22:05'),(113958,40897,'action complete via WP Cron','2021-02-21 21:22:05','2021-02-21 13:22:05'),(113959,40898,'action created','2021-02-21 21:22:05','2021-02-21 13:22:05'),(113960,40898,'action started via WP Cron','2021-02-21 21:25:27','2021-02-21 13:25:27'),(113961,40898,'action complete via WP Cron','2021-02-21 21:25:27','2021-02-21 13:25:27'),(113962,40899,'action created','2021-02-21 21:25:27','2021-02-21 13:25:27'),(113963,40899,'action started via WP Cron','2021-02-21 21:25:43','2021-02-21 13:25:43'),(113964,40899,'action complete via WP Cron','2021-02-21 21:25:43','2021-02-21 13:25:43'),(113965,40900,'action created','2021-02-21 21:25:43','2021-02-21 13:25:43'),(113966,40900,'action started via WP Cron','2021-02-21 21:26:47','2021-02-21 13:26:47'),(113967,40900,'action complete via WP Cron','2021-02-21 21:26:47','2021-02-21 13:26:47'),(113968,40901,'action created','2021-02-21 21:26:47','2021-02-21 13:26:47'),(113969,40901,'action started via WP Cron','2021-02-21 21:28:31','2021-02-21 13:28:31'),(113970,40901,'action complete via WP Cron','2021-02-21 21:28:31','2021-02-21 13:28:31'),(113971,40902,'action created','2021-02-21 21:29:28','2021-02-21 13:29:28'),(113972,40902,'action started via WP Cron','2021-02-21 21:30:02','2021-02-21 13:30:02'),(113973,40902,'action complete via WP Cron','2021-02-21 21:30:02','2021-02-21 13:30:02'),(113974,40903,'action created','2021-02-21 21:30:02','2021-02-21 13:30:02'),(113975,40903,'action started via WP Cron','2021-02-21 21:31:04','2021-02-21 13:31:04'),(113976,40903,'action complete via WP Cron','2021-02-21 21:31:04','2021-02-21 13:31:04'),(113977,40904,'action created','2021-02-21 21:31:05','2021-02-21 13:31:05'),(113978,40904,'action started via WP Cron','2021-02-21 21:32:10','2021-02-21 13:32:10'),(113979,40904,'action complete via WP Cron','2021-02-21 21:32:10','2021-02-21 13:32:10'),(113980,40905,'action created','2021-02-21 21:32:10','2021-02-21 13:32:10'),(113981,40905,'action started via WP Cron','2021-02-21 21:33:23','2021-02-21 13:33:23'),(113982,40905,'action complete via WP Cron','2021-02-21 21:33:23','2021-02-21 13:33:23'),(113983,40906,'action created','2021-02-21 21:33:23','2021-02-21 13:33:23'),(113984,40906,'action started via WP Cron','2021-02-21 21:43:42','2021-02-21 13:43:42'),(113985,40906,'action complete via WP Cron','2021-02-21 21:43:42','2021-02-21 13:43:42'),(113986,40907,'action created','2021-02-21 21:43:42','2021-02-21 13:43:42'),(113987,40907,'action started via WP Cron','2021-02-21 21:47:27','2021-02-21 13:47:27'),(113988,40907,'action complete via WP Cron','2021-02-21 21:47:27','2021-02-21 13:47:27'),(113989,40908,'action created','2021-02-21 21:47:27','2021-02-21 13:47:27'),(113990,40908,'action started via WP Cron','2021-02-21 21:49:04','2021-02-21 13:49:04'),(113991,40908,'action complete via WP Cron','2021-02-21 21:49:04','2021-02-21 13:49:04'),(113992,40909,'action created','2021-02-21 21:49:04','2021-02-21 13:49:04'),(113993,40909,'action started via WP Cron','2021-02-21 21:49:49','2021-02-21 13:49:49'),(113994,40909,'action complete via WP Cron','2021-02-21 21:49:49','2021-02-21 13:49:49'),(113995,40910,'action created','2021-02-21 21:49:49','2021-02-21 13:49:49'),(113996,40910,'action started via WP Cron','2021-02-21 21:51:40','2021-02-21 13:51:40'),(113997,40910,'action complete via WP Cron','2021-02-21 21:51:40','2021-02-21 13:51:40'),(113998,40911,'action created','2021-02-21 21:51:40','2021-02-21 13:51:40'),(113999,40911,'action started via WP Cron','2021-02-21 21:53:34','2021-02-21 13:53:34'),(114000,40911,'action complete via WP Cron','2021-02-21 21:53:34','2021-02-21 13:53:34'),(114001,40912,'action created','2021-02-21 21:53:34','2021-02-21 13:53:34'),(114002,40912,'action started via WP Cron','2021-02-21 21:54:34','2021-02-21 13:54:34'),(114003,40912,'action complete via WP Cron','2021-02-21 21:54:34','2021-02-21 13:54:34'),(114004,40913,'action created','2021-02-21 21:54:34','2021-02-21 13:54:34'),(114005,40913,'action started via WP Cron','2021-02-21 21:55:38','2021-02-21 13:55:38'),(114006,40913,'action complete via WP Cron','2021-02-21 21:55:38','2021-02-21 13:55:38'),(114007,40914,'action created','2021-02-21 21:55:38','2021-02-21 13:55:38'),(114008,40914,'action started via WP Cron','2021-02-21 21:56:42','2021-02-21 13:56:42'),(114009,40914,'action complete via WP Cron','2021-02-21 21:56:42','2021-02-21 13:56:42'),(114010,40915,'action created','2021-02-21 21:56:42','2021-02-21 13:56:42'),(114011,40915,'action started via WP Cron','2021-02-21 21:59:17','2021-02-21 13:59:17'),(114012,40915,'action complete via WP Cron','2021-02-21 21:59:17','2021-02-21 13:59:17'),(114013,40916,'action created','2021-02-21 21:59:17','2021-02-21 13:59:17'),(114014,40916,'action started via WP Cron','2021-02-21 22:01:21','2021-02-21 14:01:21'),(114015,40916,'action complete via WP Cron','2021-02-21 22:01:21','2021-02-21 14:01:21'),(114016,40917,'action created','2021-02-21 22:01:21','2021-02-21 14:01:21'),(114017,40917,'action started via WP Cron','2021-02-21 22:05:17','2021-02-21 14:05:17'),(114018,40917,'action complete via WP Cron','2021-02-21 22:05:17','2021-02-21 14:05:17'),(114019,40918,'action created','2021-02-21 22:05:17','2021-02-21 14:05:17'),(114020,40918,'action started via WP Cron','2021-02-21 22:09:11','2021-02-21 14:09:11'),(114021,40918,'action complete via WP Cron','2021-02-21 22:09:11','2021-02-21 14:09:11'),(114022,40919,'action created','2021-02-21 22:09:11','2021-02-21 14:09:11'),(114023,40919,'action started via WP Cron','2021-02-21 22:11:55','2021-02-21 14:11:55'),(114024,40919,'action complete via WP Cron','2021-02-21 22:11:55','2021-02-21 14:11:55'),(114025,40920,'action created','2021-02-21 22:11:55','2021-02-21 14:11:55'),(114026,40920,'action started via WP Cron','2021-02-21 22:12:56','2021-02-21 14:12:56'),(114027,40920,'action complete via WP Cron','2021-02-21 22:12:56','2021-02-21 14:12:56'),(114028,40921,'action created','2021-02-21 22:12:57','2021-02-21 14:12:57'),(114029,40921,'action started via WP Cron','2021-02-21 22:13:44','2021-02-21 14:13:44'),(114030,40921,'action complete via WP Cron','2021-02-21 22:13:44','2021-02-21 14:13:44'),(114031,40922,'action created','2021-02-21 22:13:44','2021-02-21 14:13:44'),(114032,40922,'action started via WP Cron','2021-02-21 22:14:53','2021-02-21 14:14:53'),(114033,40922,'action complete via WP Cron','2021-02-21 22:14:53','2021-02-21 14:14:53'),(114034,40923,'action created','2021-02-21 22:14:53','2021-02-21 14:14:53'),(114035,40923,'action started via WP Cron','2021-02-21 22:15:55','2021-02-21 14:15:55'),(114036,40923,'action complete via WP Cron','2021-02-21 22:15:55','2021-02-21 14:15:55'),(114037,40924,'action created','2021-02-21 22:15:55','2021-02-21 14:15:55'),(114038,40924,'action started via WP Cron','2021-02-21 22:16:53','2021-02-21 14:16:53'),(114039,40924,'action complete via WP Cron','2021-02-21 22:16:53','2021-02-21 14:16:53'),(114040,40925,'action created','2021-02-21 22:16:53','2021-02-21 14:16:53'),(114041,40925,'action started via WP Cron','2021-02-21 22:17:55','2021-02-21 14:17:55'),(114042,40925,'action complete via WP Cron','2021-02-21 22:17:55','2021-02-21 14:17:55'),(114043,40926,'action created','2021-02-21 22:17:55','2021-02-21 14:17:55'),(114044,40926,'action started via WP Cron','2021-02-21 22:18:45','2021-02-21 14:18:45'),(114045,40926,'action complete via WP Cron','2021-02-21 22:18:45','2021-02-21 14:18:45'),(114046,40927,'action created','2021-02-21 22:18:45','2021-02-21 14:18:45'),(114047,40927,'action started via WP Cron','2021-02-21 22:19:42','2021-02-21 14:19:42'),(114048,40927,'action complete via WP Cron','2021-02-21 22:19:42','2021-02-21 14:19:42'),(114049,40928,'action created','2021-02-21 22:19:42','2021-02-21 14:19:42'),(114050,40928,'action started via WP Cron','2021-02-21 22:20:50','2021-02-21 14:20:50'),(114051,40928,'action complete via WP Cron','2021-02-21 22:20:50','2021-02-21 14:20:50'),(114052,40929,'action created','2021-02-21 22:20:50','2021-02-21 14:20:50'),(114053,40929,'action started via WP Cron','2021-02-21 22:21:43','2021-02-21 14:21:43'),(114054,40929,'action complete via WP Cron','2021-02-21 22:21:43','2021-02-21 14:21:43'),(114055,40930,'action created','2021-02-21 22:21:44','2021-02-21 14:21:44'),(114056,40930,'action started via WP Cron','2021-02-21 22:22:51','2021-02-21 14:22:51'),(114057,40930,'action complete via WP Cron','2021-02-21 22:22:51','2021-02-21 14:22:51'),(114058,40931,'action created','2021-02-21 22:22:51','2021-02-21 14:22:51'),(114059,40931,'action started via WP Cron','2021-02-21 22:23:45','2021-02-21 14:23:45'),(114060,40931,'action complete via WP Cron','2021-02-21 22:23:45','2021-02-21 14:23:45'),(114061,40932,'action created','2021-02-21 22:23:45','2021-02-21 14:23:45'),(114062,40932,'action started via WP Cron','2021-02-21 22:24:46','2021-02-21 14:24:46'),(114063,40932,'action complete via WP Cron','2021-02-21 22:24:46','2021-02-21 14:24:46'),(114064,40933,'action created','2021-02-21 22:24:46','2021-02-21 14:24:46'),(114065,40933,'action started via WP Cron','2021-02-21 22:25:51','2021-02-21 14:25:51'),(114066,40933,'action complete via WP Cron','2021-02-21 22:25:51','2021-02-21 14:25:51'),(114067,40934,'action created','2021-02-21 22:25:51','2021-02-21 14:25:51'),(114068,40934,'action started via WP Cron','2021-02-21 22:26:52','2021-02-21 14:26:52'),(114069,40934,'action complete via WP Cron','2021-02-21 22:26:52','2021-02-21 14:26:52'),(114070,40935,'action created','2021-02-21 22:26:52','2021-02-21 14:26:52'),(114071,40935,'action started via WP Cron','2021-02-21 22:27:49','2021-02-21 14:27:49'),(114072,40935,'action complete via WP Cron','2021-02-21 22:27:49','2021-02-21 14:27:49'),(114073,40936,'action created','2021-02-21 22:27:49','2021-02-21 14:27:49'),(114074,40936,'action started via WP Cron','2021-02-21 22:28:41','2021-02-21 14:28:41'),(114075,40936,'action complete via WP Cron','2021-02-21 22:28:41','2021-02-21 14:28:41'),(114076,40937,'action created','2021-02-21 22:28:41','2021-02-21 14:28:41'),(114077,40937,'action started via Async Request','2021-02-21 22:29:24','2021-02-21 14:29:24'),(114078,40937,'action complete via Async Request','2021-02-21 22:29:24','2021-02-21 14:29:24'),(114079,40938,'action created','2021-02-21 22:29:25','2021-02-21 14:29:25'),(114080,40938,'action started via WP Cron','2021-02-21 22:29:42','2021-02-21 14:29:42'),(114081,40938,'action complete via WP Cron','2021-02-21 22:29:42','2021-02-21 14:29:42'),(114082,40939,'action created','2021-02-21 22:29:44','2021-02-21 14:29:44'),(114083,40939,'action started via Async Request','2021-02-21 22:30:37','2021-02-21 14:30:37'),(114084,40939,'action complete via Async Request','2021-02-21 22:30:37','2021-02-21 14:30:37'),(114085,40940,'action created','2021-02-21 22:30:43','2021-02-21 14:30:43'),(114086,40940,'action started via Async Request','2021-02-21 22:31:38','2021-02-21 14:31:38'),(114087,40940,'action complete via Async Request','2021-02-21 22:31:38','2021-02-21 14:31:38'),(114088,40941,'action created','2021-02-21 22:31:39','2021-02-21 14:31:39'),(114089,40942,'action created','2021-02-21 22:31:39','2021-02-21 14:31:39'),(114090,40941,'action started via WP Cron','2021-02-21 22:32:53','2021-02-21 14:32:53'),(114091,40941,'action complete via WP Cron','2021-02-21 22:32:53','2021-02-21 14:32:53'),(114092,40942,'action started via WP Cron','2021-02-21 22:32:53','2021-02-21 14:32:53'),(114093,40942,'action complete via WP Cron','2021-02-21 22:32:53','2021-02-21 14:32:53'),(114094,40943,'action created','2021-02-21 22:32:53','2021-02-21 14:32:53'),(114095,40943,'action started via WP Cron','2021-02-21 22:33:47','2021-02-21 14:33:47'),(114096,40943,'action complete via WP Cron','2021-02-21 22:33:47','2021-02-21 14:33:47'),(114097,40944,'action created','2021-02-21 22:33:47','2021-02-21 14:33:47'),(114098,40944,'action started via WP Cron','2021-02-21 22:34:43','2021-02-21 14:34:43'),(114099,40944,'action complete via WP Cron','2021-02-21 22:34:43','2021-02-21 14:34:43'),(114100,40945,'action created','2021-02-21 22:34:43','2021-02-21 14:34:43'),(114101,40945,'action started via WP Cron','2021-02-21 22:35:52','2021-02-21 14:35:52'),(114102,40945,'action complete via WP Cron','2021-02-21 22:35:52','2021-02-21 14:35:52'),(114103,40946,'action created','2021-02-21 22:35:52','2021-02-21 14:35:52'),(114104,40946,'action started via WP Cron','2021-02-21 22:36:43','2021-02-21 14:36:43'),(114105,40946,'action complete via WP Cron','2021-02-21 22:36:43','2021-02-21 14:36:43'),(114106,40947,'action created','2021-02-21 22:36:43','2021-02-21 14:36:43'),(114107,40947,'action started via WP Cron','2021-02-21 22:37:47','2021-02-21 14:37:47'),(114108,40947,'action complete via WP Cron','2021-02-21 22:37:47','2021-02-21 14:37:47'),(114109,40948,'action created','2021-02-21 22:37:47','2021-02-21 14:37:47'),(114110,40948,'action started via WP Cron','2021-02-21 22:38:48','2021-02-21 14:38:48'),(114111,40948,'action complete via WP Cron','2021-02-21 22:38:48','2021-02-21 14:38:48'),(114112,40949,'action created','2021-02-21 22:38:48','2021-02-21 14:38:48'),(114113,40949,'action started via WP Cron','2021-02-21 22:40:05','2021-02-21 14:40:05'),(114114,40949,'action complete via WP Cron','2021-02-21 22:40:05','2021-02-21 14:40:05'),(114115,40950,'action created','2021-02-21 22:40:06','2021-02-21 14:40:06'),(114116,40950,'action started via WP Cron','2021-02-21 22:40:53','2021-02-21 14:40:53'),(114117,40950,'action complete via WP Cron','2021-02-21 22:40:53','2021-02-21 14:40:53'),(114118,40951,'action created','2021-02-21 22:40:53','2021-02-21 14:40:53'),(114119,40951,'action started via WP Cron','2021-02-21 22:41:45','2021-02-21 14:41:45'),(114120,40951,'action complete via WP Cron','2021-02-21 22:41:45','2021-02-21 14:41:45'),(114121,40952,'action created','2021-02-21 22:41:45','2021-02-21 14:41:45'),(114122,40952,'action started via WP Cron','2021-02-21 22:46:37','2021-02-21 14:46:37'),(114123,40952,'action complete via WP Cron','2021-02-21 22:46:37','2021-02-21 14:46:37'),(114124,40953,'action created','2021-02-21 22:46:37','2021-02-21 14:46:37'),(114125,40953,'action started via WP Cron','2021-02-21 22:46:48','2021-02-21 14:46:48'),(114126,40953,'action complete via WP Cron','2021-02-21 22:46:48','2021-02-21 14:46:48'),(114127,40954,'action created','2021-02-21 22:46:48','2021-02-21 14:46:48'),(114128,40954,'action started via WP Cron','2021-02-21 22:54:18','2021-02-21 14:54:18'),(114129,40954,'action complete via WP Cron','2021-02-21 22:54:18','2021-02-21 14:54:18'),(114130,40955,'action created','2021-02-21 22:54:18','2021-02-21 14:54:18'),(114131,40955,'action started via WP Cron','2021-02-21 22:55:34','2021-02-21 14:55:34'),(114132,40955,'action complete via WP Cron','2021-02-21 22:55:34','2021-02-21 14:55:34'),(114133,40956,'action created','2021-02-21 22:55:34','2021-02-21 14:55:34'),(114134,40956,'action started via WP Cron','2021-02-21 22:56:35','2021-02-21 14:56:35'),(114135,40956,'action complete via WP Cron','2021-02-21 22:56:35','2021-02-21 14:56:35'),(114136,40957,'action created','2021-02-21 22:56:35','2021-02-21 14:56:35'),(114137,40957,'action started via WP Cron','2021-02-21 22:57:36','2021-02-21 14:57:36'),(114138,40957,'action complete via WP Cron','2021-02-21 22:57:36','2021-02-21 14:57:36'),(114139,40958,'action created','2021-02-21 22:57:36','2021-02-21 14:57:36'),(114140,40958,'action started via WP Cron','2021-02-21 22:58:43','2021-02-21 14:58:43'),(114141,40958,'action complete via WP Cron','2021-02-21 22:58:43','2021-02-21 14:58:43'),(114142,40959,'action created','2021-02-21 22:58:43','2021-02-21 14:58:43'),(114143,40959,'action started via WP Cron','2021-02-21 22:59:44','2021-02-21 14:59:44'),(114144,40959,'action complete via WP Cron','2021-02-21 22:59:44','2021-02-21 14:59:44'),(114145,40960,'action created','2021-02-21 22:59:44','2021-02-21 14:59:44'),(114146,40960,'action started via WP Cron','2021-02-21 23:01:12','2021-02-21 15:01:12'),(114147,40960,'action complete via WP Cron','2021-02-21 23:01:12','2021-02-21 15:01:12'),(114148,40961,'action created','2021-02-21 23:01:13','2021-02-21 15:01:13'),(114149,40961,'action started via WP Cron','2021-02-21 23:05:46','2021-02-21 15:05:46'),(114150,40961,'action complete via WP Cron','2021-02-21 23:05:46','2021-02-21 15:05:46'),(114151,40962,'action created','2021-02-21 23:05:46','2021-02-21 15:05:46'),(114152,40962,'action started via WP Cron','2021-02-21 23:08:57','2021-02-21 15:08:57'),(114153,40962,'action complete via WP Cron','2021-02-21 23:08:57','2021-02-21 15:08:57'),(114154,40963,'action created','2021-02-21 23:09:56','2021-02-21 15:09:56'),(114155,40963,'action started via WP Cron','2021-02-21 23:10:51','2021-02-21 15:10:51'),(114156,40963,'action complete via WP Cron','2021-02-21 23:10:51','2021-02-21 15:10:51'),(114157,40964,'action created','2021-02-21 23:10:51','2021-02-21 15:10:51'),(114158,40964,'action started via WP Cron','2021-02-21 23:15:07','2021-02-21 15:15:07'),(114159,40964,'action complete via WP Cron','2021-02-21 23:15:07','2021-02-21 15:15:07'),(114160,40965,'action created','2021-02-21 23:15:07','2021-02-21 15:15:07'),(114161,40965,'action started via WP Cron','2021-02-21 23:16:41','2021-02-21 15:16:41'),(114162,40965,'action complete via WP Cron','2021-02-21 23:16:41','2021-02-21 15:16:41'),(114163,40966,'action created','2021-02-21 23:16:41','2021-02-21 15:16:41'),(114164,40966,'action started via WP Cron','2021-02-21 23:18:25','2021-02-21 15:18:25'),(114165,40966,'action complete via WP Cron','2021-02-21 23:18:25','2021-02-21 15:18:25'),(114166,40967,'action created','2021-02-21 23:18:25','2021-02-21 15:18:25'),(114167,40967,'action started via WP Cron','2021-02-21 23:20:30','2021-02-21 15:20:30'),(114168,40967,'action complete via WP Cron','2021-02-21 23:20:30','2021-02-21 15:20:30'),(114169,40968,'action created','2021-02-21 23:20:30','2021-02-21 15:20:30'),(114170,40968,'action started via WP Cron','2021-02-21 23:21:12','2021-02-21 15:21:12'),(114171,40968,'action complete via WP Cron','2021-02-21 23:21:12','2021-02-21 15:21:12'),(114172,40969,'action created','2021-02-21 23:21:12','2021-02-21 15:21:12'),(114173,40969,'action started via WP Cron','2021-02-21 23:22:48','2021-02-21 15:22:48'),(114174,40969,'action complete via WP Cron','2021-02-21 23:22:48','2021-02-21 15:22:48'),(114175,40970,'action created','2021-02-21 23:22:48','2021-02-21 15:22:48'),(114176,40970,'action started via WP Cron','2021-02-21 23:27:58','2021-02-21 15:27:58'),(114177,40970,'action complete via WP Cron','2021-02-21 23:27:58','2021-02-21 15:27:58'),(114178,40971,'action created','2021-02-21 23:27:58','2021-02-21 15:27:58'),(114179,40971,'action started via WP Cron','2021-02-21 23:29:01','2021-02-21 15:29:01'),(114180,40971,'action complete via WP Cron','2021-02-21 23:29:01','2021-02-21 15:29:01'),(114181,40972,'action created','2021-02-21 23:29:01','2021-02-21 15:29:01'),(114182,40972,'action started via WP Cron','2021-02-21 23:29:44','2021-02-21 15:29:44'),(114183,40972,'action complete via WP Cron','2021-02-21 23:29:44','2021-02-21 15:29:44'),(114184,40973,'action created','2021-02-21 23:29:53','2021-02-21 15:29:53'),(114185,40973,'action started via WP Cron','2021-02-21 23:30:49','2021-02-21 15:30:49'),(114186,40973,'action complete via WP Cron','2021-02-21 23:30:49','2021-02-21 15:30:49'),(114187,40974,'action created','2021-02-21 23:30:49','2021-02-21 15:30:49'),(114188,40974,'action started via WP Cron','2021-02-21 23:31:52','2021-02-21 15:31:52'),(114189,40974,'action complete via WP Cron','2021-02-21 23:31:52','2021-02-21 15:31:52'),(114190,40975,'action created','2021-02-21 23:31:52','2021-02-21 15:31:52'),(114191,40975,'action started via WP Cron','2021-02-21 23:32:45','2021-02-21 15:32:45'),(114192,40975,'action complete via WP Cron','2021-02-21 23:32:45','2021-02-21 15:32:45'),(114193,40976,'action created','2021-02-21 23:32:45','2021-02-21 15:32:45'),(114194,40976,'action started via WP Cron','2021-02-21 23:33:49','2021-02-21 15:33:49'),(114195,40976,'action complete via WP Cron','2021-02-21 23:33:49','2021-02-21 15:33:49'),(114196,40977,'action created','2021-02-21 23:33:49','2021-02-21 15:33:49'),(114197,40977,'action started via WP Cron','2021-02-21 23:34:47','2021-02-21 15:34:47'),(114198,40977,'action complete via WP Cron','2021-02-21 23:34:47','2021-02-21 15:34:47'),(114199,40978,'action created','2021-02-21 23:34:47','2021-02-21 15:34:47'),(114200,40978,'action started via WP Cron','2021-02-21 23:35:42','2021-02-21 15:35:42'),(114201,40978,'action complete via WP Cron','2021-02-21 23:35:42','2021-02-21 15:35:42'),(114202,40979,'action created','2021-02-21 23:35:42','2021-02-21 15:35:42'),(114203,40979,'action started via WP Cron','2021-02-21 23:36:44','2021-02-21 15:36:44'),(114204,40979,'action complete via WP Cron','2021-02-21 23:36:44','2021-02-21 15:36:44'),(114205,40980,'action created','2021-02-21 23:36:44','2021-02-21 15:36:44'),(114206,40980,'action started via WP Cron','2021-02-21 23:37:43','2021-02-21 15:37:43'),(114207,40980,'action complete via WP Cron','2021-02-21 23:37:43','2021-02-21 15:37:43'),(114208,40981,'action created','2021-02-21 23:37:43','2021-02-21 15:37:43'),(114209,40981,'action started via WP Cron','2021-02-21 23:38:48','2021-02-21 15:38:48'),(114210,40981,'action complete via WP Cron','2021-02-21 23:38:48','2021-02-21 15:38:48'),(114211,40982,'action created','2021-02-21 23:38:48','2021-02-21 15:38:48'),(114212,40982,'action started via WP Cron','2021-02-21 23:39:43','2021-02-21 15:39:43'),(114213,40982,'action complete via WP Cron','2021-02-21 23:39:43','2021-02-21 15:39:43'),(114214,40983,'action created','2021-02-21 23:39:43','2021-02-21 15:39:43'),(114215,40983,'action started via WP Cron','2021-02-21 23:40:41','2021-02-21 15:40:41'),(114216,40983,'action complete via WP Cron','2021-02-21 23:40:41','2021-02-21 15:40:41'),(114217,40984,'action created','2021-02-21 23:40:41','2021-02-21 15:40:41'),(114218,40984,'action started via WP Cron','2021-02-21 23:41:50','2021-02-21 15:41:50'),(114219,40984,'action complete via WP Cron','2021-02-21 23:41:50','2021-02-21 15:41:50'),(114220,40985,'action created','2021-02-21 23:41:50','2021-02-21 15:41:50'),(114221,40985,'action started via WP Cron','2021-02-21 23:42:46','2021-02-21 15:42:46'),(114222,40985,'action complete via WP Cron','2021-02-21 23:42:46','2021-02-21 15:42:46'),(114223,40986,'action created','2021-02-21 23:42:46','2021-02-21 15:42:46'),(114224,40986,'action started via WP Cron','2021-02-21 23:43:43','2021-02-21 15:43:43'),(114225,40986,'action complete via WP Cron','2021-02-21 23:43:43','2021-02-21 15:43:43'),(114226,40987,'action created','2021-02-21 23:43:43','2021-02-21 15:43:43'),(114227,40987,'action started via WP Cron','2021-02-21 23:44:54','2021-02-21 15:44:54'),(114228,40987,'action complete via WP Cron','2021-02-21 23:44:54','2021-02-21 15:44:54'),(114229,40988,'action created','2021-02-21 23:44:54','2021-02-21 15:44:54'),(114230,40988,'action started via WP Cron','2021-02-21 23:45:45','2021-02-21 15:45:45'),(114231,40988,'action complete via WP Cron','2021-02-21 23:45:45','2021-02-21 15:45:45'),(114232,40989,'action created','2021-02-21 23:45:45','2021-02-21 15:45:45'),(114233,40989,'action started via WP Cron','2021-02-21 23:46:49','2021-02-21 15:46:49'),(114234,40989,'action complete via WP Cron','2021-02-21 23:46:49','2021-02-21 15:46:49'),(114235,40990,'action created','2021-02-21 23:46:49','2021-02-21 15:46:49'),(114236,40990,'action started via WP Cron','2021-02-21 23:47:49','2021-02-21 15:47:49'),(114237,40990,'action complete via WP Cron','2021-02-21 23:47:49','2021-02-21 15:47:49'),(114238,40991,'action created','2021-02-21 23:47:49','2021-02-21 15:47:49'),(114239,40991,'action started via WP Cron','2021-02-21 23:48:57','2021-02-21 15:48:57'),(114240,40991,'action complete via WP Cron','2021-02-21 23:48:57','2021-02-21 15:48:57'),(114241,40992,'action created','2021-02-21 23:48:57','2021-02-21 15:48:57'),(114242,40992,'action started via WP Cron','2021-02-21 23:49:41','2021-02-21 15:49:41'),(114243,40992,'action complete via WP Cron','2021-02-21 23:49:41','2021-02-21 15:49:41'),(114244,40993,'action created','2021-02-21 23:49:41','2021-02-21 15:49:41'),(114245,40993,'action started via WP Cron','2021-02-21 23:50:41','2021-02-21 15:50:41'),(114246,40993,'action complete via WP Cron','2021-02-21 23:50:41','2021-02-21 15:50:41'),(114247,40994,'action created','2021-02-21 23:50:41','2021-02-21 15:50:41'),(114248,40994,'action started via WP Cron','2021-02-21 23:51:44','2021-02-21 15:51:44'),(114249,40994,'action complete via WP Cron','2021-02-21 23:51:44','2021-02-21 15:51:44'),(114250,40995,'action created','2021-02-21 23:51:44','2021-02-21 15:51:44'),(114251,40995,'action started via WP Cron','2021-02-21 23:52:40','2021-02-21 15:52:40'),(114252,40995,'action complete via WP Cron','2021-02-21 23:52:40','2021-02-21 15:52:40'),(114253,40996,'action created','2021-02-21 23:52:40','2021-02-21 15:52:40'),(114254,40996,'action started via WP Cron','2021-02-21 23:53:47','2021-02-21 15:53:47'),(114255,40996,'action complete via WP Cron','2021-02-21 23:53:47','2021-02-21 15:53:47'),(114256,40997,'action created','2021-02-21 23:53:47','2021-02-21 15:53:47'),(114257,40997,'action started via WP Cron','2021-02-21 23:54:51','2021-02-21 15:54:51'),(114258,40997,'action complete via WP Cron','2021-02-21 23:54:51','2021-02-21 15:54:51'),(114259,40998,'action created','2021-02-21 23:54:51','2021-02-21 15:54:51'),(114260,40998,'action started via WP Cron','2021-02-21 23:55:49','2021-02-21 15:55:49'),(114261,40998,'action complete via WP Cron','2021-02-21 23:55:49','2021-02-21 15:55:49'),(114262,40999,'action created','2021-02-21 23:55:49','2021-02-21 15:55:49'),(114263,40999,'action started via WP Cron','2021-02-21 23:56:52','2021-02-21 15:56:52'),(114264,40999,'action complete via WP Cron','2021-02-21 23:56:52','2021-02-21 15:56:52'),(114265,41000,'action created','2021-02-21 23:56:52','2021-02-21 15:56:52'),(114266,41000,'action started via WP Cron','2021-02-21 23:57:42','2021-02-21 15:57:42'),(114267,41000,'action complete via WP Cron','2021-02-21 23:57:42','2021-02-21 15:57:42'),(114268,41001,'action created','2021-02-21 23:57:42','2021-02-21 15:57:42'),(114269,41001,'action started via WP Cron','2021-02-21 23:59:40','2021-02-21 15:59:40'),(114270,41001,'action complete via WP Cron','2021-02-21 23:59:40','2021-02-21 15:59:40'),(114271,41002,'action created','2021-02-21 23:59:40','2021-02-21 15:59:40'),(114272,41002,'action started via WP Cron','2021-02-22 00:00:44','2021-02-21 16:00:44'),(114273,41002,'action complete via WP Cron','2021-02-22 00:00:44','2021-02-21 16:00:44'),(114274,41003,'action created','2021-02-22 00:00:44','2021-02-21 16:00:44'),(114275,41003,'action started via WP Cron','2021-02-22 00:01:44','2021-02-21 16:01:44'),(114276,41003,'action complete via WP Cron','2021-02-22 00:01:44','2021-02-21 16:01:44'),(114277,41004,'action created','2021-02-22 00:01:45','2021-02-21 16:01:45'),(114278,41004,'action started via WP Cron','2021-02-22 00:03:26','2021-02-21 16:03:26'),(114279,41004,'action complete via WP Cron','2021-02-22 00:03:26','2021-02-21 16:03:26'),(114280,41005,'action created','2021-02-22 00:03:26','2021-02-21 16:03:26'),(114281,41005,'action started via WP Cron','2021-02-22 00:06:25','2021-02-21 16:06:25'),(114282,41005,'action complete via WP Cron','2021-02-22 00:06:25','2021-02-21 16:06:25'),(114283,41006,'action created','2021-02-22 00:06:25','2021-02-21 16:06:25'),(114284,41006,'action started via WP Cron','2021-02-22 00:06:42','2021-02-21 16:06:42'),(114285,41006,'action complete via WP Cron','2021-02-22 00:06:42','2021-02-21 16:06:42'),(114286,41007,'action created','2021-02-22 00:06:43','2021-02-21 16:06:43'),(114287,41007,'action started via WP Cron','2021-02-22 00:10:34','2021-02-21 16:10:34'),(114288,41007,'action complete via WP Cron','2021-02-22 00:10:34','2021-02-21 16:10:34'),(114289,41008,'action created','2021-02-22 00:10:34','2021-02-21 16:10:34'),(114290,41008,'action started via WP Cron','2021-02-22 00:13:51','2021-02-21 16:13:51'),(114291,41008,'action complete via WP Cron','2021-02-22 00:13:51','2021-02-21 16:13:51'),(114292,41009,'action created','2021-02-22 00:13:51','2021-02-21 16:13:51'),(114293,41009,'action started via WP Cron','2021-02-22 00:14:46','2021-02-21 16:14:46'),(114294,41009,'action complete via WP Cron','2021-02-22 00:14:46','2021-02-21 16:14:46'),(114295,41010,'action created','2021-02-22 00:14:46','2021-02-21 16:14:46'),(114296,41010,'action started via WP Cron','2021-02-22 00:16:29','2021-02-21 16:16:29'),(114297,41010,'action complete via WP Cron','2021-02-22 00:16:29','2021-02-21 16:16:29'),(114298,41011,'action created','2021-02-22 00:16:29','2021-02-21 16:16:29'),(114299,41011,'action started via WP Cron','2021-02-22 00:18:03','2021-02-21 16:18:03'),(114300,41011,'action complete via WP Cron','2021-02-22 00:18:03','2021-02-21 16:18:03'),(114301,41012,'action created','2021-02-22 00:18:03','2021-02-21 16:18:03'),(114302,41012,'action started via WP Cron','2021-02-22 00:19:09','2021-02-21 16:19:09'),(114303,41012,'action complete via WP Cron','2021-02-22 00:19:09','2021-02-21 16:19:09'),(114304,41013,'action created','2021-02-22 00:19:09','2021-02-21 16:19:09'),(114305,41013,'action started via WP Cron','2021-02-22 00:23:45','2021-02-21 16:23:45'),(114306,41013,'action complete via WP Cron','2021-02-22 00:23:45','2021-02-21 16:23:45'),(114307,41014,'action created','2021-02-22 00:23:45','2021-02-21 16:23:45'),(114308,41014,'action started via WP Cron','2021-02-22 00:25:53','2021-02-21 16:25:53'),(114309,41014,'action complete via WP Cron','2021-02-22 00:25:53','2021-02-21 16:25:53'),(114310,41015,'action created','2021-02-22 00:25:53','2021-02-21 16:25:53'),(114311,41015,'action started via WP Cron','2021-02-22 00:27:05','2021-02-21 16:27:05'),(114312,41015,'action complete via WP Cron','2021-02-22 00:27:05','2021-02-21 16:27:05'),(114313,41016,'action created','2021-02-22 00:27:05','2021-02-21 16:27:05'),(114314,41016,'action started via WP Cron','2021-02-22 00:28:37','2021-02-21 16:28:37'),(114315,41016,'action complete via WP Cron','2021-02-22 00:28:37','2021-02-21 16:28:37'),(114316,41017,'action created','2021-02-22 00:28:37','2021-02-21 16:28:37'),(114317,41017,'action started via WP Cron','2021-02-22 00:29:38','2021-02-21 16:29:38'),(114318,41017,'action complete via WP Cron','2021-02-22 00:29:38','2021-02-21 16:29:38'),(114319,41018,'action created','2021-02-22 00:29:38','2021-02-21 16:29:38'),(114320,41018,'action started via WP Cron','2021-02-22 00:29:51','2021-02-21 16:29:51'),(114321,41018,'action complete via WP Cron','2021-02-22 00:29:51','2021-02-21 16:29:51'),(114322,41019,'action created','2021-02-22 00:29:51','2021-02-21 16:29:51'),(114323,41019,'action started via WP Cron','2021-02-22 00:34:34','2021-02-21 16:34:34'),(114324,41019,'action complete via WP Cron','2021-02-22 00:34:34','2021-02-21 16:34:34'),(114325,41020,'action created','2021-02-22 00:34:34','2021-02-21 16:34:34'),(114326,41020,'action started via WP Cron','2021-02-22 00:40:47','2021-02-21 16:40:47'),(114327,41020,'action complete via WP Cron','2021-02-22 00:40:47','2021-02-21 16:40:47'),(114328,41021,'action created','2021-02-22 00:40:47','2021-02-21 16:40:47'),(114329,41021,'action started via WP Cron','2021-02-22 00:41:41','2021-02-21 16:41:41'),(114330,41021,'action complete via WP Cron','2021-02-22 00:41:41','2021-02-21 16:41:41'),(114331,41022,'action created','2021-02-22 00:41:41','2021-02-21 16:41:41'),(114332,41022,'action started via WP Cron','2021-02-22 00:43:19','2021-02-21 16:43:19'),(114333,41022,'action complete via WP Cron','2021-02-22 00:43:19','2021-02-21 16:43:19'),(114334,41023,'action created','2021-02-22 00:43:19','2021-02-21 16:43:19'),(114335,41023,'action started via WP Cron','2021-02-22 00:43:43','2021-02-21 16:43:43'),(114336,41023,'action complete via WP Cron','2021-02-22 00:43:43','2021-02-21 16:43:43'),(114337,41024,'action created','2021-02-22 00:43:43','2021-02-21 16:43:43'),(114338,41024,'action started via WP Cron','2021-02-22 00:44:44','2021-02-21 16:44:44'),(114339,41024,'action complete via WP Cron','2021-02-22 00:44:44','2021-02-21 16:44:44'),(114340,41025,'action created','2021-02-22 00:44:44','2021-02-21 16:44:44'),(114341,41025,'action started via WP Cron','2021-02-22 00:45:41','2021-02-21 16:45:41'),(114342,41025,'action complete via WP Cron','2021-02-22 00:45:41','2021-02-21 16:45:41'),(114343,41026,'action created','2021-02-22 00:45:41','2021-02-21 16:45:41'),(114344,41026,'action started via WP Cron','2021-02-22 00:49:39','2021-02-21 16:49:39'),(114345,41026,'action complete via WP Cron','2021-02-22 00:49:39','2021-02-21 16:49:39'),(114346,41027,'action created','2021-02-22 00:49:39','2021-02-21 16:49:39'),(114347,41027,'action started via WP Cron','2021-02-22 00:58:38','2021-02-21 16:58:38'),(114348,41027,'action complete via WP Cron','2021-02-22 00:58:38','2021-02-21 16:58:38'),(114349,41028,'action created','2021-02-22 00:58:38','2021-02-21 16:58:38'),(114350,41028,'action started via WP Cron','2021-02-22 00:59:50','2021-02-21 16:59:50'),(114351,41028,'action complete via WP Cron','2021-02-22 00:59:50','2021-02-21 16:59:50'),(114352,41029,'action created','2021-02-22 00:59:50','2021-02-21 16:59:50'),(114353,41029,'action started via WP Cron','2021-02-22 01:01:01','2021-02-21 17:01:01'),(114354,41029,'action complete via WP Cron','2021-02-22 01:01:01','2021-02-21 17:01:01'),(114355,41030,'action created','2021-02-22 01:01:01','2021-02-21 17:01:01'),(114356,41030,'action started via WP Cron','2021-02-22 01:02:00','2021-02-21 17:02:00'),(114357,41030,'action complete via WP Cron','2021-02-22 01:02:00','2021-02-21 17:02:00'),(114358,41031,'action created','2021-02-22 01:02:00','2021-02-21 17:02:00'),(114359,41031,'action started via WP Cron','2021-02-22 01:03:10','2021-02-21 17:03:10'),(114360,41031,'action complete via WP Cron','2021-02-22 01:03:10','2021-02-21 17:03:10'),(114361,41032,'action created','2021-02-22 01:03:10','2021-02-21 17:03:10'),(114362,41032,'action started via WP Cron','2021-02-22 01:04:02','2021-02-21 17:04:02'),(114363,41032,'action complete via WP Cron','2021-02-22 01:04:02','2021-02-21 17:04:02'),(114364,41033,'action created','2021-02-22 01:04:02','2021-02-21 17:04:02'),(114365,41033,'action started via WP Cron','2021-02-22 01:05:03','2021-02-21 17:05:03'),(114366,41033,'action complete via WP Cron','2021-02-22 01:05:03','2021-02-21 17:05:03'),(114367,41034,'action created','2021-02-22 01:05:03','2021-02-21 17:05:03'),(114371,41035,'action started via WP Cron','2021-02-22 01:11:57','2021-02-21 17:11:57'),(114372,41035,'action complete via WP Cron','2021-02-22 01:11:57','2021-02-21 17:11:57'),(114373,41036,'action created','2021-02-22 01:11:57','2021-02-21 17:11:57'),(114374,41036,'action started via WP Cron','2021-02-22 01:23:57','2021-02-21 17:23:57'),(114375,41036,'action complete via WP Cron','2021-02-22 01:23:57','2021-02-21 17:23:57'),(114376,41037,'action created','2021-02-22 01:23:57','2021-02-21 17:23:57'),(114377,41037,'action started via WP Cron','2021-02-22 01:24:41','2021-02-21 17:24:41'),(114378,41037,'action complete via WP Cron','2021-02-22 01:24:41','2021-02-21 17:24:41'),(114379,41038,'action created','2021-02-22 01:24:41','2021-02-21 17:24:41'),(114380,41038,'action started via WP Cron','2021-02-22 01:25:42','2021-02-21 17:25:42'),(114381,41038,'action complete via WP Cron','2021-02-22 01:25:42','2021-02-21 17:25:42'),(114382,41039,'action created','2021-02-22 01:25:42','2021-02-21 17:25:42'),(114383,41039,'action started via WP Cron','2021-02-22 01:26:43','2021-02-21 17:26:43'),(114384,41039,'action complete via WP Cron','2021-02-22 01:26:43','2021-02-21 17:26:43'),(114385,41040,'action created','2021-02-22 01:26:43','2021-02-21 17:26:43'),(114386,41040,'action started via WP Cron','2021-02-22 01:28:31','2021-02-21 17:28:31'),(114387,41040,'action complete via WP Cron','2021-02-22 01:28:31','2021-02-21 17:28:31'),(114388,41041,'action created','2021-02-22 01:28:31','2021-02-21 17:28:31'),(114389,41041,'action started via WP Cron','2021-02-22 01:28:44','2021-02-21 17:28:44'),(114390,41041,'action complete via WP Cron','2021-02-22 01:28:44','2021-02-21 17:28:44'),(114391,41042,'action created','2021-02-22 01:28:44','2021-02-21 17:28:44'),(114392,41042,'action started via WP Cron','2021-02-22 01:29:45','2021-02-21 17:29:45'),(114393,41042,'action complete via WP Cron','2021-02-22 01:29:45','2021-02-21 17:29:45'),(114394,41043,'action created','2021-02-22 01:29:45','2021-02-21 17:29:45'),(114395,41043,'action started via WP Cron','2021-02-22 01:30:47','2021-02-21 17:30:47'),(114396,41043,'action complete via WP Cron','2021-02-22 01:30:47','2021-02-21 17:30:47'),(114397,41044,'action created','2021-02-22 01:30:47','2021-02-21 17:30:47'),(114398,41044,'action started via WP Cron','2021-02-22 01:35:46','2021-02-21 17:35:46'),(114399,41044,'action complete via WP Cron','2021-02-22 01:35:46','2021-02-21 17:35:46'),(114400,41045,'action created','2021-02-22 01:35:46','2021-02-21 17:35:46'),(114401,41045,'action started via WP Cron','2021-02-22 01:45:47','2021-02-21 17:45:47'),(114402,41045,'action complete via WP Cron','2021-02-22 01:45:47','2021-02-21 17:45:47'),(114403,41046,'action created','2021-02-22 01:45:47','2021-02-21 17:45:47'),(114404,41046,'action started via WP Cron','2021-02-22 01:47:18','2021-02-21 17:47:18'),(114405,41046,'action complete via WP Cron','2021-02-22 01:47:18','2021-02-21 17:47:18'),(114406,41047,'action created','2021-02-22 01:47:18','2021-02-21 17:47:18'),(114407,41047,'action started via WP Cron','2021-02-22 01:47:44','2021-02-21 17:47:44'),(114408,41047,'action complete via WP Cron','2021-02-22 01:47:44','2021-02-21 17:47:44'),(114409,41048,'action created','2021-02-22 01:47:44','2021-02-21 17:47:44'),(114410,41048,'action started via WP Cron','2021-02-22 01:49:05','2021-02-21 17:49:05'),(114411,41048,'action complete via WP Cron','2021-02-22 01:49:05','2021-02-21 17:49:05'),(114412,41049,'action created','2021-02-22 01:49:05','2021-02-21 17:49:05'),(114413,41049,'action started via WP Cron','2021-02-22 01:50:17','2021-02-21 17:50:17'),(114414,41049,'action complete via WP Cron','2021-02-22 01:50:17','2021-02-21 17:50:17'),(114415,41050,'action created','2021-02-22 01:50:17','2021-02-21 17:50:17'),(114416,41050,'action started via WP Cron','2021-02-22 01:50:49','2021-02-21 17:50:49'),(114417,41050,'action complete via WP Cron','2021-02-22 01:50:49','2021-02-21 17:50:49'),(114418,41051,'action created','2021-02-22 01:50:49','2021-02-21 17:50:49'),(114419,41051,'action started via WP Cron','2021-02-22 01:51:44','2021-02-21 17:51:44'),(114420,41051,'action complete via WP Cron','2021-02-22 01:51:44','2021-02-21 17:51:44'),(114421,41052,'action created','2021-02-22 01:51:44','2021-02-21 17:51:44'),(114422,41052,'action started via WP Cron','2021-02-22 01:53:02','2021-02-21 17:53:02'),(114423,41052,'action complete via WP Cron','2021-02-22 01:53:02','2021-02-21 17:53:02'),(114424,41053,'action created','2021-02-22 01:53:02','2021-02-21 17:53:02'),(114425,41053,'action started via WP Cron','2021-02-22 01:55:08','2021-02-21 17:55:08'),(114426,41053,'action complete via WP Cron','2021-02-22 01:55:08','2021-02-21 17:55:08'),(114427,41054,'action created','2021-02-22 01:55:08','2021-02-21 17:55:08'),(114428,41054,'action started via WP Cron','2021-02-22 02:00:53','2021-02-21 18:00:53'),(114429,41054,'action complete via WP Cron','2021-02-22 02:00:53','2021-02-21 18:00:53'),(114430,41055,'action created','2021-02-22 02:00:53','2021-02-21 18:00:53'),(114431,41055,'action started via WP Cron','2021-02-22 02:01:53','2021-02-21 18:01:53'),(114432,41055,'action complete via WP Cron','2021-02-22 02:01:53','2021-02-21 18:01:53'),(114433,41056,'action created','2021-02-22 02:01:53','2021-02-21 18:01:53'),(114434,41056,'action started via WP Cron','2021-02-22 02:06:16','2021-02-21 18:06:16'),(114435,41056,'action complete via WP Cron','2021-02-22 02:06:16','2021-02-21 18:06:16'),(114436,41057,'action created','2021-02-22 02:06:16','2021-02-21 18:06:16'),(114437,41057,'action started via WP Cron','2021-02-22 02:08:22','2021-02-21 18:08:22'),(114438,41057,'action complete via WP Cron','2021-02-22 02:08:22','2021-02-21 18:08:22'),(114439,41058,'action created','2021-02-22 02:08:22','2021-02-21 18:08:22'),(114440,41058,'action started via WP Cron','2021-02-22 02:09:21','2021-02-21 18:09:21'),(114441,41058,'action complete via WP Cron','2021-02-22 02:09:21','2021-02-21 18:09:21'),(114442,41059,'action created','2021-02-22 02:09:21','2021-02-21 18:09:21'),(114443,41059,'action started via WP Cron','2021-02-22 02:10:05','2021-02-21 18:10:05'),(114444,41059,'action complete via WP Cron','2021-02-22 02:10:05','2021-02-21 18:10:05'),(114445,41060,'action created','2021-02-22 02:10:05','2021-02-21 18:10:05'),(114446,41060,'action started via WP Cron','2021-02-22 02:22:12','2021-02-21 18:22:12'),(114447,41060,'action complete via WP Cron','2021-02-22 02:22:12','2021-02-21 18:22:12'),(114448,41061,'action created','2021-02-22 02:22:12','2021-02-21 18:22:12'),(114449,41061,'action started via WP Cron','2021-02-22 02:23:16','2021-02-21 18:23:16'),(114450,41061,'action complete via WP Cron','2021-02-22 02:23:16','2021-02-21 18:23:16'),(114451,41062,'action created','2021-02-22 02:23:16','2021-02-21 18:23:16'),(114452,41062,'action started via WP Cron','2021-02-22 02:25:05','2021-02-21 18:25:05'),(114453,41062,'action complete via WP Cron','2021-02-22 02:25:05','2021-02-21 18:25:05'),(114454,41063,'action created','2021-02-22 02:25:06','2021-02-21 18:25:06'),(114455,41063,'action started via WP Cron','2021-02-22 02:28:43','2021-02-21 18:28:43'),(114456,41063,'action complete via WP Cron','2021-02-22 02:28:43','2021-02-21 18:28:43'),(114457,41064,'action created','2021-02-22 02:28:44','2021-02-21 18:28:44'),(114458,41064,'action started via WP Cron','2021-02-22 02:30:38','2021-02-21 18:30:38'),(114459,41064,'action complete via WP Cron','2021-02-22 02:30:38','2021-02-21 18:30:38'),(114460,41065,'action created','2021-02-22 02:30:50','2021-02-21 18:30:50'),(114461,41065,'action started via WP Cron','2021-02-22 02:32:49','2021-02-21 18:32:49'),(114462,41065,'action complete via WP Cron','2021-02-22 02:32:49','2021-02-21 18:32:49'),(114463,41066,'action created','2021-02-22 02:32:50','2021-02-21 18:32:50'),(114464,41066,'action started via WP Cron','2021-02-22 02:39:50','2021-02-21 18:39:50'),(114465,41066,'action complete via WP Cron','2021-02-22 02:39:50','2021-02-21 18:39:50'),(114466,41067,'action created','2021-02-22 02:39:50','2021-02-21 18:39:50'),(114467,41067,'action started via WP Cron','2021-02-22 02:48:41','2021-02-21 18:48:41'),(114468,41067,'action complete via WP Cron','2021-02-22 02:48:41','2021-02-21 18:48:41'),(114469,41068,'action created','2021-02-22 02:48:41','2021-02-21 18:48:41'),(114470,41068,'action started via WP Cron','2021-02-22 02:49:45','2021-02-21 18:49:45'),(114471,41068,'action complete via WP Cron','2021-02-22 02:49:45','2021-02-21 18:49:45'),(114472,41069,'action created','2021-02-22 02:49:45','2021-02-21 18:49:45'),(114473,41069,'action started via WP Cron','2021-02-22 02:50:47','2021-02-21 18:50:47'),(114474,41069,'action complete via WP Cron','2021-02-22 02:50:47','2021-02-21 18:50:47'),(114475,41070,'action created','2021-02-22 02:50:47','2021-02-21 18:50:47'),(114476,41070,'action started via WP Cron','2021-02-22 02:51:41','2021-02-21 18:51:41'),(114477,41070,'action complete via WP Cron','2021-02-22 02:51:41','2021-02-21 18:51:41'),(114478,41071,'action created','2021-02-22 02:51:41','2021-02-21 18:51:41'),(114479,41071,'action started via WP Cron','2021-02-22 02:52:47','2021-02-21 18:52:47'),(114480,41071,'action complete via WP Cron','2021-02-22 02:52:47','2021-02-21 18:52:47'),(114481,41072,'action created','2021-02-22 02:52:47','2021-02-21 18:52:47'),(114482,41072,'action started via WP Cron','2021-02-22 02:53:53','2021-02-21 18:53:53'),(114483,41072,'action complete via WP Cron','2021-02-22 02:53:53','2021-02-21 18:53:53'),(114484,41073,'action created','2021-02-22 02:53:53','2021-02-21 18:53:53'),(114485,41073,'action started via WP Cron','2021-02-22 02:54:42','2021-02-21 18:54:42'),(114486,41073,'action complete via WP Cron','2021-02-22 02:54:42','2021-02-21 18:54:42'),(114487,41074,'action created','2021-02-22 02:54:43','2021-02-21 18:54:43'),(114488,41074,'action started via WP Cron','2021-02-22 02:55:47','2021-02-21 18:55:47'),(114489,41074,'action complete via WP Cron','2021-02-22 02:55:47','2021-02-21 18:55:47'),(114490,41075,'action created','2021-02-22 02:55:47','2021-02-21 18:55:47'),(114491,41075,'action started via WP Cron','2021-02-22 02:56:51','2021-02-21 18:56:51'),(114492,41075,'action complete via WP Cron','2021-02-22 02:56:51','2021-02-21 18:56:51'),(114493,41076,'action created','2021-02-22 02:56:51','2021-02-21 18:56:51'),(114494,41076,'action started via WP Cron','2021-02-22 02:57:45','2021-02-21 18:57:45'),(114495,41076,'action complete via WP Cron','2021-02-22 02:57:45','2021-02-21 18:57:45'),(114496,41077,'action created','2021-02-22 02:57:45','2021-02-21 18:57:45'),(114497,41077,'action started via WP Cron','2021-02-22 02:58:40','2021-02-21 18:58:40'),(114498,41077,'action complete via WP Cron','2021-02-22 02:58:40','2021-02-21 18:58:40'),(114499,41078,'action created','2021-02-22 02:58:41','2021-02-21 18:58:41'),(114500,41078,'action started via WP Cron','2021-02-22 02:59:49','2021-02-21 18:59:49'),(114501,41078,'action complete via WP Cron','2021-02-22 02:59:49','2021-02-21 18:59:49'),(114502,41079,'action created','2021-02-22 02:59:49','2021-02-21 18:59:49'),(114503,41079,'action started via WP Cron','2021-02-22 03:00:45','2021-02-21 19:00:45'),(114504,41079,'action complete via WP Cron','2021-02-22 03:00:45','2021-02-21 19:00:45'),(114505,41080,'action created','2021-02-22 03:00:45','2021-02-21 19:00:45'),(114506,41080,'action started via WP Cron','2021-02-22 03:01:47','2021-02-21 19:01:47'),(114507,41080,'action complete via WP Cron','2021-02-22 03:01:47','2021-02-21 19:01:47'),(114508,41081,'action created','2021-02-22 03:01:47','2021-02-21 19:01:47'),(114509,41081,'action started via WP Cron','2021-02-22 03:02:55','2021-02-21 19:02:55'),(114510,41081,'action complete via WP Cron','2021-02-22 03:02:55','2021-02-21 19:02:55'),(114511,41082,'action created','2021-02-22 03:02:55','2021-02-21 19:02:55'),(114512,41082,'action started via WP Cron','2021-02-22 03:03:49','2021-02-21 19:03:49'),(114513,41082,'action complete via WP Cron','2021-02-22 03:03:49','2021-02-21 19:03:49'),(114514,41083,'action created','2021-02-22 03:03:49','2021-02-21 19:03:49'),(114515,41083,'action started via WP Cron','2021-02-22 03:04:50','2021-02-21 19:04:50'),(114516,41083,'action complete via WP Cron','2021-02-22 03:04:50','2021-02-21 19:04:50'),(114517,41084,'action created','2021-02-22 03:04:50','2021-02-21 19:04:50'),(114518,41084,'action started via WP Cron','2021-02-22 03:05:51','2021-02-21 19:05:51'),(114519,41084,'action complete via WP Cron','2021-02-22 03:05:51','2021-02-21 19:05:51'),(114520,41085,'action created','2021-02-22 03:05:51','2021-02-21 19:05:51'),(114521,41085,'action started via WP Cron','2021-02-22 03:06:42','2021-02-21 19:06:42'),(114522,41085,'action complete via WP Cron','2021-02-22 03:06:42','2021-02-21 19:06:42'),(114523,41086,'action created','2021-02-22 03:06:43','2021-02-21 19:06:43'),(114524,41086,'action started via WP Cron','2021-02-22 03:07:49','2021-02-21 19:07:49'),(114525,41086,'action complete via WP Cron','2021-02-22 03:07:49','2021-02-21 19:07:49'),(114526,41087,'action created','2021-02-22 03:07:49','2021-02-21 19:07:49'),(114527,41087,'action started via WP Cron','2021-02-22 03:08:51','2021-02-21 19:08:51'),(114528,41087,'action complete via WP Cron','2021-02-22 03:08:51','2021-02-21 19:08:51'),(114529,41088,'action created','2021-02-22 03:08:51','2021-02-21 19:08:51'),(114530,41088,'action started via WP Cron','2021-02-22 03:09:53','2021-02-21 19:09:53'),(114531,41088,'action complete via WP Cron','2021-02-22 03:09:53','2021-02-21 19:09:53'),(114532,41089,'action created','2021-02-22 03:09:53','2021-02-21 19:09:53'),(114533,41089,'action started via WP Cron','2021-02-22 03:10:45','2021-02-21 19:10:45'),(114534,41089,'action complete via WP Cron','2021-02-22 03:10:45','2021-02-21 19:10:45'),(114535,41090,'action created','2021-02-22 03:10:45','2021-02-21 19:10:45'),(114536,41090,'action started via WP Cron','2021-02-22 03:11:49','2021-02-21 19:11:49'),(114537,41090,'action complete via WP Cron','2021-02-22 03:11:49','2021-02-21 19:11:49'),(114538,41091,'action created','2021-02-22 03:11:49','2021-02-21 19:11:49'),(114539,41091,'action started via WP Cron','2021-02-22 03:13:01','2021-02-21 19:13:01'),(114540,41091,'action complete via WP Cron','2021-02-22 03:13:01','2021-02-21 19:13:01'),(114541,41092,'action created','2021-02-22 03:13:01','2021-02-21 19:13:01'),(114542,41092,'action started via WP Cron','2021-02-22 03:13:52','2021-02-21 19:13:52'),(114543,41092,'action complete via WP Cron','2021-02-22 03:13:52','2021-02-21 19:13:52'),(114544,41093,'action created','2021-02-22 03:13:52','2021-02-21 19:13:52'),(114545,41093,'action started via WP Cron','2021-02-22 03:19:03','2021-02-21 19:19:03'),(114546,41093,'action complete via WP Cron','2021-02-22 03:19:03','2021-02-21 19:19:03'),(114547,41094,'action created','2021-02-22 03:19:03','2021-02-21 19:19:03'),(114548,41094,'action started via WP Cron','2021-02-22 03:20:20','2021-02-21 19:20:20'),(114549,41094,'action complete via WP Cron','2021-02-22 03:20:20','2021-02-21 19:20:20'),(114550,41095,'action created','2021-02-22 03:20:20','2021-02-21 19:20:20'),(114551,41095,'action started via WP Cron','2021-02-22 03:22:53','2021-02-21 19:22:53'),(114552,41095,'action complete via WP Cron','2021-02-22 03:22:53','2021-02-21 19:22:53'),(114553,41096,'action created','2021-02-22 03:22:54','2021-02-21 19:22:54'),(114554,41096,'action started via WP Cron','2021-02-22 03:24:31','2021-02-21 19:24:31'),(114555,41096,'action complete via WP Cron','2021-02-22 03:24:31','2021-02-21 19:24:31'),(114556,41097,'action created','2021-02-22 03:24:31','2021-02-21 19:24:31'),(114557,41097,'action started via WP Cron','2021-02-22 03:25:19','2021-02-21 19:25:19'),(114558,41097,'action complete via WP Cron','2021-02-22 03:25:19','2021-02-21 19:25:19'),(114559,41098,'action created','2021-02-22 03:25:19','2021-02-21 19:25:19'),(114560,41098,'action started via WP Cron','2021-02-22 03:28:59','2021-02-21 19:28:59'),(114561,41098,'action complete via WP Cron','2021-02-22 03:28:59','2021-02-21 19:28:59'),(114562,41099,'action created','2021-02-22 03:29:00','2021-02-21 19:29:00'),(114563,41099,'action started via WP Cron','2021-02-22 03:36:15','2021-02-21 19:36:15'),(114564,41099,'action complete via WP Cron','2021-02-22 03:36:15','2021-02-21 19:36:15'),(114565,41100,'action created','2021-02-22 03:36:16','2021-02-21 19:36:16'),(114566,41100,'action started via WP Cron','2021-02-22 03:36:54','2021-02-21 19:36:54'),(114567,41100,'action complete via WP Cron','2021-02-22 03:36:54','2021-02-21 19:36:54'),(114568,41101,'action created','2021-02-22 03:36:54','2021-02-21 19:36:54'),(114569,41101,'action started via WP Cron','2021-02-22 03:38:57','2021-02-21 19:38:57'),(114570,41101,'action complete via WP Cron','2021-02-22 03:38:57','2021-02-21 19:38:57'),(114571,41102,'action created','2021-02-22 03:38:57','2021-02-21 19:38:57'),(114572,41102,'action started via WP Cron','2021-02-22 03:40:34','2021-02-21 19:40:34'),(114573,41102,'action complete via WP Cron','2021-02-22 03:40:34','2021-02-21 19:40:34'),(114574,41103,'action created','2021-02-22 03:40:34','2021-02-21 19:40:34'),(114575,41103,'action started via WP Cron','2021-02-22 03:48:53','2021-02-21 19:48:53'),(114576,41103,'action complete via WP Cron','2021-02-22 03:48:53','2021-02-21 19:48:53'),(114577,41104,'action created','2021-02-22 03:48:53','2021-02-21 19:48:53'),(114578,41104,'action started via WP Cron','2021-02-22 03:49:56','2021-02-21 19:49:56'),(114579,41104,'action complete via WP Cron','2021-02-22 03:49:56','2021-02-21 19:49:56'),(114580,41105,'action created','2021-02-22 03:49:56','2021-02-21 19:49:56'),(114581,41105,'action started via WP Cron','2021-02-22 03:51:58','2021-02-21 19:51:58'),(114582,41105,'action complete via WP Cron','2021-02-22 03:51:58','2021-02-21 19:51:58'),(114583,41106,'action created','2021-02-22 03:51:58','2021-02-21 19:51:58'),(114584,41106,'action started via WP Cron','2021-02-22 03:52:59','2021-02-21 19:52:59'),(114585,41106,'action complete via WP Cron','2021-02-22 03:52:59','2021-02-21 19:52:59'),(114586,41107,'action created','2021-02-22 03:52:59','2021-02-21 19:52:59'),(114587,41107,'action started via WP Cron','2021-02-22 03:54:00','2021-02-21 19:54:00'),(114588,41107,'action complete via WP Cron','2021-02-22 03:54:00','2021-02-21 19:54:00'),(114589,41108,'action created','2021-02-22 03:54:00','2021-02-21 19:54:00'),(114590,41108,'action started via WP Cron','2021-02-22 03:56:23','2021-02-21 19:56:23'),(114591,41108,'action complete via WP Cron','2021-02-22 03:56:23','2021-02-21 19:56:23'),(114592,41109,'action created','2021-02-22 03:56:23','2021-02-21 19:56:23'),(114593,41109,'action started via WP Cron','2021-02-22 03:57:45','2021-02-21 19:57:45'),(114594,41109,'action complete via WP Cron','2021-02-22 03:57:45','2021-02-21 19:57:45'),(114595,41110,'action created','2021-02-22 03:57:46','2021-02-21 19:57:46'),(114596,41110,'action started via WP Cron','2021-02-22 03:58:42','2021-02-21 19:58:42'),(114597,41110,'action complete via WP Cron','2021-02-22 03:58:42','2021-02-21 19:58:42'),(114598,41111,'action created','2021-02-22 03:58:42','2021-02-21 19:58:42'),(114599,41111,'action started via WP Cron','2021-02-22 03:59:45','2021-02-21 19:59:45'),(114600,41111,'action complete via WP Cron','2021-02-22 03:59:45','2021-02-21 19:59:45'),(114601,41112,'action created','2021-02-22 03:59:45','2021-02-21 19:59:45'),(114602,41112,'action started via WP Cron','2021-02-22 04:00:46','2021-02-21 20:00:46'),(114603,41112,'action complete via WP Cron','2021-02-22 04:00:46','2021-02-21 20:00:46'),(114604,41113,'action created','2021-02-22 04:00:46','2021-02-21 20:00:46'),(114605,41113,'action started via WP Cron','2021-02-22 04:01:47','2021-02-21 20:01:47'),(114606,41113,'action complete via WP Cron','2021-02-22 04:01:47','2021-02-21 20:01:47'),(114607,41114,'action created','2021-02-22 04:01:47','2021-02-21 20:01:47'),(114608,41114,'action started via WP Cron','2021-02-22 04:02:40','2021-02-21 20:02:40'),(114609,41114,'action complete via WP Cron','2021-02-22 04:02:40','2021-02-21 20:02:40'),(114610,41115,'action created','2021-02-22 04:02:41','2021-02-21 20:02:41'),(114611,41115,'action started via WP Cron','2021-02-22 04:04:50','2021-02-21 20:04:50'),(114612,41115,'action complete via WP Cron','2021-02-22 04:04:50','2021-02-21 20:04:50'),(114613,41116,'action created','2021-02-22 04:04:50','2021-02-21 20:04:50'),(114614,41116,'action started via WP Cron','2021-02-22 04:09:42','2021-02-21 20:09:42'),(114615,41116,'action complete via WP Cron','2021-02-22 04:09:42','2021-02-21 20:09:42'),(114616,41117,'action created','2021-02-22 04:09:42','2021-02-21 20:09:42'),(114617,41117,'action started via WP Cron','2021-02-22 04:10:45','2021-02-21 20:10:45'),(114618,41117,'action complete via WP Cron','2021-02-22 04:10:45','2021-02-21 20:10:45'),(114619,41118,'action created','2021-02-22 04:10:46','2021-02-21 20:10:46'),(114620,41118,'action started via WP Cron','2021-02-22 04:11:43','2021-02-21 20:11:43'),(114621,41118,'action complete via WP Cron','2021-02-22 04:11:43','2021-02-21 20:11:43'),(114622,41119,'action created','2021-02-22 04:11:43','2021-02-21 20:11:43'),(114623,41119,'action started via WP Cron','2021-02-22 04:12:47','2021-02-21 20:12:47'),(114624,41119,'action complete via WP Cron','2021-02-22 04:12:47','2021-02-21 20:12:47'),(114625,41120,'action created','2021-02-22 04:12:47','2021-02-21 20:12:47'),(114626,41120,'action started via WP Cron','2021-02-22 04:13:49','2021-02-21 20:13:49'),(114627,41120,'action complete via WP Cron','2021-02-22 04:13:49','2021-02-21 20:13:49'),(114628,41121,'action created','2021-02-22 04:13:49','2021-02-21 20:13:49'),(114629,41121,'action started via WP Cron','2021-02-22 04:15:00','2021-02-21 20:15:00'),(114630,41121,'action complete via WP Cron','2021-02-22 04:15:00','2021-02-21 20:15:00'),(114631,41122,'action created','2021-02-22 04:15:00','2021-02-21 20:15:00'),(114632,41122,'action started via WP Cron','2021-02-22 04:15:55','2021-02-21 20:15:55'),(114633,41122,'action complete via WP Cron','2021-02-22 04:15:55','2021-02-21 20:15:55'),(114634,41123,'action created','2021-02-22 04:15:55','2021-02-21 20:15:55'),(114635,41123,'action started via WP Cron','2021-02-22 04:16:48','2021-02-21 20:16:48'),(114636,41123,'action complete via WP Cron','2021-02-22 04:16:48','2021-02-21 20:16:48'),(114637,41124,'action created','2021-02-22 04:16:48','2021-02-21 20:16:48'),(114638,41124,'action started via WP Cron','2021-02-22 04:17:50','2021-02-21 20:17:50'),(114639,41124,'action complete via WP Cron','2021-02-22 04:17:50','2021-02-21 20:17:50'),(114640,41125,'action created','2021-02-22 04:17:50','2021-02-21 20:17:50'),(114641,41125,'action started via WP Cron','2021-02-22 04:18:44','2021-02-21 20:18:44'),(114642,41125,'action complete via WP Cron','2021-02-22 04:18:44','2021-02-21 20:18:44'),(114643,41126,'action created','2021-02-22 04:18:45','2021-02-21 20:18:45'),(114644,41126,'action started via WP Cron','2021-02-22 04:19:48','2021-02-21 20:19:48'),(114645,41126,'action complete via WP Cron','2021-02-22 04:19:48','2021-02-21 20:19:48'),(114646,41127,'action created','2021-02-22 04:19:49','2021-02-21 20:19:49'),(114647,41127,'action started via WP Cron','2021-02-22 04:20:41','2021-02-21 20:20:41'),(114648,41127,'action complete via WP Cron','2021-02-22 04:20:41','2021-02-21 20:20:41'),(114649,41128,'action created','2021-02-22 04:20:41','2021-02-21 20:20:41'),(114650,41128,'action started via WP Cron','2021-02-22 04:21:54','2021-02-21 20:21:54'),(114651,41128,'action complete via WP Cron','2021-02-22 04:21:54','2021-02-21 20:21:54'),(114652,41129,'action created','2021-02-22 04:21:54','2021-02-21 20:21:54'),(114653,41129,'action started via WP Cron','2021-02-22 04:22:42','2021-02-21 20:22:42'),(114654,41129,'action complete via WP Cron','2021-02-22 04:22:42','2021-02-21 20:22:42'),(114655,41130,'action created','2021-02-22 04:22:42','2021-02-21 20:22:42'),(114656,41130,'action started via WP Cron','2021-02-22 04:23:44','2021-02-21 20:23:44'),(114657,41130,'action complete via WP Cron','2021-02-22 04:23:44','2021-02-21 20:23:44'),(114658,41131,'action created','2021-02-22 04:23:44','2021-02-21 20:23:44'),(114659,41131,'action started via WP Cron','2021-02-22 04:24:42','2021-02-21 20:24:42'),(114660,41131,'action complete via WP Cron','2021-02-22 04:24:42','2021-02-21 20:24:42'),(114661,41132,'action created','2021-02-22 04:24:42','2021-02-21 20:24:42'),(114662,41132,'action started via WP Cron','2021-02-22 04:25:52','2021-02-21 20:25:52'),(114663,41132,'action complete via WP Cron','2021-02-22 04:25:52','2021-02-21 20:25:52'),(114664,41133,'action created','2021-02-22 04:25:52','2021-02-21 20:25:52'),(114665,41133,'action started via WP Cron','2021-02-22 04:26:43','2021-02-21 20:26:43'),(114666,41133,'action complete via WP Cron','2021-02-22 04:26:43','2021-02-21 20:26:43'),(114667,41134,'action created','2021-02-22 04:26:43','2021-02-21 20:26:43'),(114668,41134,'action started via WP Cron','2021-02-22 04:27:46','2021-02-21 20:27:46'),(114669,41134,'action complete via WP Cron','2021-02-22 04:27:47','2021-02-21 20:27:47'),(114670,41135,'action created','2021-02-22 04:27:47','2021-02-21 20:27:47'),(114671,41135,'action started via WP Cron','2021-02-22 04:30:38','2021-02-21 20:30:38'),(114672,41135,'action complete via WP Cron','2021-02-22 04:30:38','2021-02-21 20:30:38'),(114673,41136,'action created','2021-02-22 04:30:38','2021-02-21 20:30:38'),(114674,41136,'action started via WP Cron','2021-02-22 04:40:57','2021-02-21 20:40:57'),(114675,41136,'action complete via WP Cron','2021-02-22 04:40:57','2021-02-21 20:40:57'),(114676,41137,'action created','2021-02-22 04:40:57','2021-02-21 20:40:57'),(114677,41137,'action started via WP Cron','2021-02-22 04:44:37','2021-02-21 20:44:37'),(114678,41137,'action complete via WP Cron','2021-02-22 04:44:37','2021-02-21 20:44:37'),(114679,41138,'action created','2021-02-22 04:44:37','2021-02-21 20:44:37'),(114680,41138,'action started via WP Cron','2021-02-22 04:46:55','2021-02-21 20:46:55'),(114681,41138,'action complete via WP Cron','2021-02-22 04:46:55','2021-02-21 20:46:55'),(114682,41139,'action created','2021-02-22 04:46:55','2021-02-21 20:46:55'),(114683,41139,'action started via WP Cron','2021-02-22 04:50:16','2021-02-21 20:50:16'),(114684,41139,'action complete via WP Cron','2021-02-22 04:50:16','2021-02-21 20:50:16'),(114685,41140,'action created','2021-02-22 04:50:16','2021-02-21 20:50:16'),(114686,41140,'action started via WP Cron','2021-02-22 04:54:47','2021-02-21 20:54:47'),(114687,41140,'action complete via WP Cron','2021-02-22 04:54:47','2021-02-21 20:54:47'),(114688,41141,'action created','2021-02-22 04:54:48','2021-02-21 20:54:48'),(114689,41141,'action started via WP Cron','2021-02-22 04:58:59','2021-02-21 20:58:59'),(114690,41141,'action complete via WP Cron','2021-02-22 04:58:59','2021-02-21 20:58:59'),(114691,41142,'action created','2021-02-22 04:58:59','2021-02-21 20:58:59'),(114692,41142,'action started via WP Cron','2021-02-22 05:00:10','2021-02-21 21:00:10'),(114693,41142,'action complete via WP Cron','2021-02-22 05:00:10','2021-02-21 21:00:10'),(114694,41143,'action created','2021-02-22 05:00:10','2021-02-21 21:00:10'),(114695,41143,'action started via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114696,41143,'action complete via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114697,40406,'action started via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114698,40406,'action complete via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114699,41144,'action created','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114700,40407,'action started via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114701,40407,'action complete via WP Cron','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114702,41145,'action created','2021-02-22 05:01:20','2021-02-21 21:01:20'),(114703,41146,'action created','2021-02-22 05:01:21','2021-02-21 21:01:21'),(114704,41146,'action started via WP Cron','2021-02-22 05:02:27','2021-02-21 21:02:27'),(114705,41146,'action complete via WP Cron','2021-02-22 05:02:27','2021-02-21 21:02:27'),(114706,41147,'action created','2021-02-22 05:02:28','2021-02-21 21:02:28'),(114707,41147,'action started via WP Cron','2021-02-22 05:03:28','2021-02-21 21:03:28'),(114708,41147,'action complete via WP Cron','2021-02-22 05:03:28','2021-02-21 21:03:28'),(114709,41148,'action created','2021-02-22 05:03:28','2021-02-21 21:03:28'),(114710,41148,'action started via WP Cron','2021-02-22 05:03:57','2021-02-21 21:03:57'),(114711,41148,'action complete via WP Cron','2021-02-22 05:03:57','2021-02-21 21:03:57'),(114712,41149,'action created','2021-02-22 05:03:57','2021-02-21 21:03:57'),(114713,41149,'action started via WP Cron','2021-02-22 05:05:50','2021-02-21 21:05:50'),(114714,41149,'action complete via WP Cron','2021-02-22 05:05:50','2021-02-21 21:05:50'),(114715,41150,'action created','2021-02-22 05:05:50','2021-02-21 21:05:50'),(114716,41150,'action started via WP Cron','2021-02-22 05:06:51','2021-02-21 21:06:51'),(114717,41150,'action complete via WP Cron','2021-02-22 05:06:51','2021-02-21 21:06:51'),(114718,41151,'action created','2021-02-22 05:06:51','2021-02-21 21:06:51'),(114725,41151,'action started via WP Cron','2021-02-22 05:07:52','2021-02-21 21:07:52'),(114726,41151,'action complete via WP Cron','2021-02-22 05:07:52','2021-02-21 21:07:52'),(114727,41154,'action created','2021-02-22 05:07:52','2021-02-21 21:07:52'),(114728,41154,'action started via WP Cron','2021-02-22 05:16:10','2021-02-21 21:16:10'),(114729,41154,'action complete via WP Cron','2021-02-22 05:16:10','2021-02-21 21:16:10'),(114730,41155,'action created','2021-02-22 05:16:11','2021-02-21 21:16:11'),(114731,41155,'action started via WP Cron','2021-02-22 05:20:49','2021-02-21 21:20:49'),(114732,41155,'action complete via WP Cron','2021-02-22 05:20:49','2021-02-21 21:20:49'),(114733,41156,'action created','2021-02-22 05:20:49','2021-02-21 21:20:49'),(114734,41156,'action started via WP Cron','2021-02-22 05:31:11','2021-02-21 21:31:11'),(114735,41156,'action complete via WP Cron','2021-02-22 05:31:11','2021-02-21 21:31:11'),(114736,41157,'action created','2021-02-22 05:31:12','2021-02-21 21:31:12'),(114737,41157,'action started via WP Cron','2021-02-22 05:33:46','2021-02-21 21:33:46'),(114738,41157,'action complete via WP Cron','2021-02-22 05:33:46','2021-02-21 21:33:46'),(114739,41158,'action created','2021-02-22 05:33:46','2021-02-21 21:33:46'),(114740,41158,'action started via WP Cron','2021-02-22 05:35:16','2021-02-21 21:35:16'),(114741,41158,'action complete via WP Cron','2021-02-22 05:35:16','2021-02-21 21:35:16'),(114742,41159,'action created','2021-02-22 05:35:16','2021-02-21 21:35:16'),(114743,41159,'action started via WP Cron','2021-02-22 05:36:28','2021-02-21 21:36:28'),(114744,41159,'action complete via WP Cron','2021-02-22 05:36:28','2021-02-21 21:36:28'),(114745,41160,'action created','2021-02-22 05:37:16','2021-02-21 21:37:16'),(114746,41160,'action started via WP Cron','2021-02-22 05:39:33','2021-02-21 21:39:33'),(114747,41160,'action complete via WP Cron','2021-02-22 05:39:33','2021-02-21 21:39:33'),(114748,41161,'action created','2021-02-22 05:39:33','2021-02-21 21:39:33'),(114749,41161,'action started via WP Cron','2021-02-22 05:39:45','2021-02-21 21:39:45'),(114750,41161,'action complete via WP Cron','2021-02-22 05:39:45','2021-02-21 21:39:45'),(114751,41162,'action created','2021-02-22 05:39:45','2021-02-21 21:39:45'),(114752,41162,'action started via WP Cron','2021-02-22 05:49:02','2021-02-21 21:49:02'),(114753,41162,'action complete via WP Cron','2021-02-22 05:49:02','2021-02-21 21:49:02'),(114754,41163,'action created','2021-02-22 05:49:03','2021-02-21 21:49:03'),(114755,41163,'action started via WP Cron','2021-02-22 05:52:07','2021-02-21 21:52:07'),(114756,41163,'action complete via WP Cron','2021-02-22 05:52:07','2021-02-21 21:52:07'),(114757,41164,'action created','2021-02-22 05:52:07','2021-02-21 21:52:07'),(114758,41164,'action started via WP Cron','2021-02-22 05:57:28','2021-02-21 21:57:28'),(114759,41164,'action complete via WP Cron','2021-02-22 05:57:28','2021-02-21 21:57:28'),(114760,41165,'action created','2021-02-22 06:06:20','2021-02-21 22:06:20'),(114761,41165,'action started via WP Cron','2021-02-22 06:13:57','2021-02-21 22:13:57'),(114762,41165,'action complete via WP Cron','2021-02-22 06:13:57','2021-02-21 22:13:57'),(114763,41166,'action created','2021-02-22 06:13:57','2021-02-21 22:13:57'),(114764,41166,'action started via WP Cron','2021-02-22 06:24:11','2021-02-21 22:24:11'),(114765,41166,'action complete via WP Cron','2021-02-22 06:24:11','2021-02-21 22:24:11'),(114766,41167,'action created','2021-02-22 06:24:11','2021-02-21 22:24:11'),(114767,41167,'action started via WP Cron','2021-02-22 06:25:04','2021-02-21 22:25:04'),(114768,41167,'action complete via WP Cron','2021-02-22 06:25:04','2021-02-21 22:25:04'),(114769,41168,'action created','2021-02-22 06:25:04','2021-02-21 22:25:04'),(114770,41168,'action started via WP Cron','2021-02-22 06:25:51','2021-02-21 22:25:51'),(114771,41168,'action complete via WP Cron','2021-02-22 06:25:51','2021-02-21 22:25:51'),(114772,41169,'action created','2021-02-22 06:25:51','2021-02-21 22:25:51'),(114773,41169,'action started via WP Cron','2021-02-22 06:36:12','2021-02-21 22:36:12'),(114774,41169,'action complete via WP Cron','2021-02-22 06:36:12','2021-02-21 22:36:12'),(114775,41170,'action created','2021-02-22 06:36:12','2021-02-21 22:36:12'),(114776,41170,'action started via WP Cron','2021-02-22 06:38:14','2021-02-21 22:38:14'),(114777,41170,'action complete via WP Cron','2021-02-22 06:38:14','2021-02-21 22:38:14'),(114778,41171,'action created','2021-02-22 06:38:14','2021-02-21 22:38:14'),(114779,41171,'action started via WP Cron','2021-02-22 06:43:10','2021-02-21 22:43:10'),(114780,41171,'action complete via WP Cron','2021-02-22 06:43:10','2021-02-21 22:43:10'),(114781,41172,'action created','2021-02-22 06:43:10','2021-02-21 22:43:10'),(114782,41172,'action started via WP Cron','2021-02-22 06:44:12','2021-02-21 22:44:12'),(114783,41172,'action complete via WP Cron','2021-02-22 06:44:12','2021-02-21 22:44:12'),(114784,41173,'action created','2021-02-22 06:44:12','2021-02-21 22:44:12'),(114785,41173,'action started via WP Cron','2021-02-22 06:45:25','2021-02-21 22:45:25'),(114786,41173,'action complete via WP Cron','2021-02-22 06:45:25','2021-02-21 22:45:25'),(114787,41174,'action created','2021-02-22 06:45:25','2021-02-21 22:45:25'),(114788,41174,'action started via WP Cron','2021-02-22 06:45:59','2021-02-21 22:45:59'),(114789,41174,'action complete via WP Cron','2021-02-22 06:45:59','2021-02-21 22:45:59'),(114790,41175,'action created','2021-02-22 06:46:00','2021-02-21 22:46:00'),(114791,41175,'action started via WP Cron','2021-02-22 06:49:26','2021-02-21 22:49:26'),(114792,41175,'action complete via WP Cron','2021-02-22 06:49:26','2021-02-21 22:49:26'),(114793,41176,'action created','2021-02-22 06:49:26','2021-02-21 22:49:26'),(114794,41176,'action started via WP Cron','2021-02-22 06:49:45','2021-02-21 22:49:45'),(114795,41176,'action complete via WP Cron','2021-02-22 06:49:45','2021-02-21 22:49:45'),(114796,41177,'action created','2021-02-22 06:50:39','2021-02-21 22:50:39'),(114797,41177,'action started via WP Cron','2021-02-22 06:51:41','2021-02-21 22:51:41'),(114798,41177,'action complete via WP Cron','2021-02-22 06:51:41','2021-02-21 22:51:41'),(114799,41178,'action created','2021-02-22 06:52:32','2021-02-21 22:52:32'),(114800,41178,'action started via WP Cron','2021-02-22 06:52:48','2021-02-21 22:52:48'),(114801,41178,'action complete via WP Cron','2021-02-22 06:52:48','2021-02-21 22:52:48'),(114802,41179,'action created','2021-02-22 06:52:48','2021-02-21 22:52:48'),(114803,41179,'action started via WP Cron','2021-02-22 06:55:56','2021-02-21 22:55:56'),(114804,41179,'action complete via WP Cron','2021-02-22 06:55:56','2021-02-21 22:55:56'),(114805,41180,'action created','2021-02-22 06:55:56','2021-02-21 22:55:56'),(114806,41180,'action started via WP Cron','2021-02-22 06:58:13','2021-02-21 22:58:13'),(114807,41180,'action complete via WP Cron','2021-02-22 06:58:13','2021-02-21 22:58:13'),(114808,41181,'action created','2021-02-22 06:58:13','2021-02-21 22:58:13'),(114809,41181,'action started via WP Cron','2021-02-22 06:58:41','2021-02-21 22:58:41'),(114810,41181,'action complete via WP Cron','2021-02-22 06:58:41','2021-02-21 22:58:41'),(114811,41182,'action created','2021-02-22 06:58:41','2021-02-21 22:58:41'),(114812,41182,'action started via WP Cron','2021-02-22 07:02:08','2021-02-21 23:02:08'),(114813,41182,'action complete via WP Cron','2021-02-22 07:02:08','2021-02-21 23:02:08'),(114814,41183,'action created','2021-02-22 07:02:08','2021-02-21 23:02:08'),(114815,41183,'action started via WP Cron','2021-02-22 07:03:18','2021-02-21 23:03:18'),(114816,41183,'action complete via WP Cron','2021-02-22 07:03:18','2021-02-21 23:03:18'),(114817,41184,'action created','2021-02-22 07:03:18','2021-02-21 23:03:18'),(114818,41184,'action started via WP Cron','2021-02-22 07:03:41','2021-02-21 23:03:41'),(114819,41184,'action complete via WP Cron','2021-02-22 07:03:41','2021-02-21 23:03:41'),(114820,41185,'action created','2021-02-22 07:03:41','2021-02-21 23:03:41'),(114821,41185,'action started via WP Cron','2021-02-22 07:04:56','2021-02-21 23:04:56'),(114822,41185,'action complete via WP Cron','2021-02-22 07:04:56','2021-02-21 23:04:56'),(114823,41186,'action created','2021-02-22 07:04:56','2021-02-21 23:04:56'),(114824,41186,'action started via WP Cron','2021-02-22 07:07:15','2021-02-21 23:07:15'),(114825,41186,'action complete via WP Cron','2021-02-22 07:07:15','2021-02-21 23:07:15'),(114826,41187,'action created','2021-02-22 07:07:15','2021-02-21 23:07:15'),(114827,41187,'action started via WP Cron','2021-02-22 07:09:39','2021-02-21 23:09:39'),(114828,41187,'action complete via WP Cron','2021-02-22 07:09:39','2021-02-21 23:09:39'),(114829,41188,'action created','2021-02-22 07:09:39','2021-02-21 23:09:39'),(114830,41188,'action started via WP Cron','2021-02-22 07:12:07','2021-02-21 23:12:07'),(114831,41188,'action complete via WP Cron','2021-02-22 07:12:07','2021-02-21 23:12:07'),(114832,41189,'action created','2021-02-22 07:12:07','2021-02-21 23:12:07'),(114833,41189,'action started via WP Cron','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114834,41189,'action complete via WP Cron','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114835,40446,'action started via WP Cron','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114836,40446,'action complete via WP Cron','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114837,41190,'action created','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114838,41191,'action created','2021-02-22 07:16:01','2021-02-21 23:16:01'),(114839,41191,'action started via WP Cron','2021-02-22 07:18:50','2021-02-21 23:18:50'),(114840,41191,'action complete via WP Cron','2021-02-22 07:18:50','2021-02-21 23:18:50'),(114841,41192,'action created','2021-02-22 07:18:50','2021-02-21 23:18:50'),(114842,41192,'action started via WP Cron','2021-02-22 07:22:04','2021-02-21 23:22:04'),(114843,41192,'action complete via WP Cron','2021-02-22 07:22:04','2021-02-21 23:22:04'),(114844,41193,'action created','2021-02-22 07:22:04','2021-02-21 23:22:04'),(114845,41193,'action started via WP Cron','2021-02-22 07:22:42','2021-02-21 23:22:42'),(114846,41193,'action complete via WP Cron','2021-02-22 07:22:42','2021-02-21 23:22:42'),(114847,41194,'action created','2021-02-22 07:22:42','2021-02-21 23:22:42'),(114848,41194,'action started via WP Cron','2021-02-22 07:23:48','2021-02-21 23:23:48'),(114849,41194,'action complete via WP Cron','2021-02-22 07:23:48','2021-02-21 23:23:48'),(114850,41195,'action created','2021-02-22 07:23:48','2021-02-21 23:23:48'),(114851,41195,'action started via WP Cron','2021-02-22 07:35:25','2021-02-21 23:35:25'),(114852,41195,'action complete via WP Cron','2021-02-22 07:35:25','2021-02-21 23:35:25'),(114853,41196,'action created','2021-02-22 07:35:25','2021-02-21 23:35:25'),(114854,41196,'action started via WP Cron','2021-02-22 07:44:15','2021-02-21 23:44:15'),(114855,41196,'action complete via WP Cron','2021-02-22 07:44:15','2021-02-21 23:44:15'),(114856,41197,'action created','2021-02-22 07:44:15','2021-02-21 23:44:15'),(114857,41197,'action started via WP Cron','2021-02-22 07:44:41','2021-02-21 23:44:41'),(114858,41197,'action complete via WP Cron','2021-02-22 07:44:41','2021-02-21 23:44:41'),(114859,41198,'action created','2021-02-22 07:44:41','2021-02-21 23:44:41'),(114860,41198,'action started via WP Cron','2021-02-22 07:46:44','2021-02-21 23:46:44'),(114861,41198,'action complete via WP Cron','2021-02-22 07:46:44','2021-02-21 23:46:44'),(114862,41199,'action created','2021-02-22 07:46:44','2021-02-21 23:46:44'),(114863,41199,'action started via WP Cron','2021-02-22 07:47:59','2021-02-21 23:47:59'),(114864,41199,'action complete via WP Cron','2021-02-22 07:47:59','2021-02-21 23:47:59'),(114865,41200,'action created','2021-02-22 07:47:59','2021-02-21 23:47:59'),(114866,41200,'action started via WP Cron','2021-02-22 07:49:02','2021-02-21 23:49:02'),(114867,41200,'action complete via WP Cron','2021-02-22 07:49:02','2021-02-21 23:49:02'),(114868,41201,'action created','2021-02-22 07:49:02','2021-02-21 23:49:02'),(114869,41201,'action started via WP Cron','2021-02-22 07:51:15','2021-02-21 23:51:15'),(114870,41201,'action complete via WP Cron','2021-02-22 07:51:15','2021-02-21 23:51:15'),(114871,41202,'action created','2021-02-22 07:51:16','2021-02-21 23:51:16'),(114872,41202,'action started via WP Cron','2021-02-22 07:52:23','2021-02-21 23:52:23'),(114873,41202,'action complete via WP Cron','2021-02-22 07:52:23','2021-02-21 23:52:23'),(114874,41203,'action created','2021-02-22 07:52:23','2021-02-21 23:52:23'),(114875,41203,'action started via WP Cron','2021-02-22 07:53:26','2021-02-21 23:53:26'),(114876,41203,'action complete via WP Cron','2021-02-22 07:53:26','2021-02-21 23:53:26'),(114877,41204,'action created','2021-02-22 07:53:26','2021-02-21 23:53:26'),(114878,41204,'action started via WP Cron','2021-02-22 08:02:16','2021-02-22 00:02:16'),(114879,41204,'action complete via WP Cron','2021-02-22 08:02:16','2021-02-22 00:02:16'),(114880,41205,'action created','2021-02-22 08:02:16','2021-02-22 00:02:16'),(114881,41205,'action started via WP Cron','2021-02-22 08:03:43','2021-02-22 00:03:43'),(114882,41205,'action complete via WP Cron','2021-02-22 08:03:43','2021-02-22 00:03:43'),(114883,41206,'action created','2021-02-22 08:03:43','2021-02-22 00:03:43'),(114884,41206,'action started via WP Cron','2021-02-22 08:04:43','2021-02-22 00:04:43'),(114885,41206,'action complete via WP Cron','2021-02-22 08:04:43','2021-02-22 00:04:43'),(114886,41207,'action created','2021-02-22 08:04:43','2021-02-22 00:04:43'),(114887,41207,'action started via WP Cron','2021-02-22 08:05:49','2021-02-22 00:05:49'),(114888,41207,'action complete via WP Cron','2021-02-22 08:05:49','2021-02-22 00:05:49'),(114889,41208,'action created','2021-02-22 08:05:49','2021-02-22 00:05:49'),(114890,41208,'action started via WP Cron','2021-02-22 08:06:48','2021-02-22 00:06:48'),(114891,41208,'action complete via WP Cron','2021-02-22 08:06:48','2021-02-22 00:06:48'),(114892,41209,'action created','2021-02-22 08:06:48','2021-02-22 00:06:48'),(114893,41209,'action started via WP Cron','2021-02-22 08:07:50','2021-02-22 00:07:50'),(114894,41209,'action complete via WP Cron','2021-02-22 08:07:50','2021-02-22 00:07:50'),(114895,41210,'action created','2021-02-22 08:07:50','2021-02-22 00:07:50'),(114896,41210,'action started via WP Cron','2021-02-22 08:10:17','2021-02-22 00:10:17'),(114897,41210,'action complete via WP Cron','2021-02-22 08:10:17','2021-02-22 00:10:17'),(114898,41211,'action created','2021-02-22 08:10:17','2021-02-22 00:10:17'),(114899,41211,'action started via WP Cron','2021-02-22 08:11:16','2021-02-22 00:11:16'),(114900,41211,'action complete via WP Cron','2021-02-22 08:11:16','2021-02-22 00:11:16'),(114901,41212,'action created','2021-02-22 08:11:16','2021-02-22 00:11:16'),(114902,41212,'action started via WP Cron','2021-02-22 08:11:47','2021-02-22 00:11:47'),(114903,41212,'action complete via WP Cron','2021-02-22 08:11:47','2021-02-22 00:11:47'),(114904,41213,'action created','2021-02-22 08:11:47','2021-02-22 00:11:47'),(114905,41213,'action started via WP Cron','2021-02-22 08:12:51','2021-02-22 00:12:51'),(114906,41213,'action complete via WP Cron','2021-02-22 08:12:51','2021-02-22 00:12:51'),(114907,41214,'action created','2021-02-22 08:12:51','2021-02-22 00:12:51'),(114908,41214,'action started via WP Cron','2021-02-22 08:13:40','2021-02-22 00:13:40'),(114909,41214,'action complete via WP Cron','2021-02-22 08:13:40','2021-02-22 00:13:40'),(114910,41215,'action created','2021-02-22 08:13:40','2021-02-22 00:13:40'),(114911,41215,'action started via WP Cron','2021-02-22 08:14:41','2021-02-22 00:14:41'),(114912,41215,'action complete via WP Cron','2021-02-22 08:14:41','2021-02-22 00:14:41'),(114913,41216,'action created','2021-02-22 08:14:41','2021-02-22 00:14:41'),(114914,41216,'action started via WP Cron','2021-02-22 08:15:42','2021-02-22 00:15:42'),(114915,41216,'action complete via WP Cron','2021-02-22 08:15:42','2021-02-22 00:15:42'),(114916,41217,'action created','2021-02-22 08:15:42','2021-02-22 00:15:42'),(114917,41217,'action started via WP Cron','2021-02-22 08:16:45','2021-02-22 00:16:45'),(114918,41217,'action complete via WP Cron','2021-02-22 08:16:45','2021-02-22 00:16:45'),(114919,41218,'action created','2021-02-22 08:16:45','2021-02-22 00:16:45'),(114920,41218,'action started via WP Cron','2021-02-22 08:17:47','2021-02-22 00:17:47'),(114921,41218,'action complete via WP Cron','2021-02-22 08:17:47','2021-02-22 00:17:47'),(114922,41219,'action created','2021-02-22 08:17:47','2021-02-22 00:17:47'),(114923,41219,'action started via WP Cron','2021-02-22 08:18:42','2021-02-22 00:18:42'),(114924,41219,'action complete via WP Cron','2021-02-22 08:18:42','2021-02-22 00:18:42'),(114925,41220,'action created','2021-02-22 08:18:42','2021-02-22 00:18:42'),(114926,41220,'action started via WP Cron','2021-02-22 08:19:42','2021-02-22 00:19:42'),(114927,41220,'action complete via WP Cron','2021-02-22 08:19:42','2021-02-22 00:19:42'),(114928,41221,'action created','2021-02-22 08:19:42','2021-02-22 00:19:42'),(114929,41221,'action started via WP Cron','2021-02-22 08:20:50','2021-02-22 00:20:50'),(114930,41221,'action complete via WP Cron','2021-02-22 08:20:50','2021-02-22 00:20:50'),(114931,41222,'action created','2021-02-22 08:20:50','2021-02-22 00:20:50'),(114932,41222,'action started via WP Cron','2021-02-22 08:21:50','2021-02-22 00:21:50'),(114933,41222,'action complete via WP Cron','2021-02-22 08:21:50','2021-02-22 00:21:50'),(114934,41223,'action created','2021-02-22 08:21:50','2021-02-22 00:21:50'),(114935,41223,'action started via WP Cron','2021-02-22 08:22:46','2021-02-22 00:22:46'),(114936,41223,'action complete via WP Cron','2021-02-22 08:22:46','2021-02-22 00:22:46'),(114937,41224,'action created','2021-02-22 08:22:46','2021-02-22 00:22:46'),(114938,41224,'action started via WP Cron','2021-02-22 08:23:41','2021-02-22 00:23:41'),(114939,41224,'action complete via WP Cron','2021-02-22 08:23:41','2021-02-22 00:23:41'),(114940,41225,'action created','2021-02-22 08:23:41','2021-02-22 00:23:41'),(114941,41225,'action started via WP Cron','2021-02-22 08:24:56','2021-02-22 00:24:56'),(114942,41225,'action complete via WP Cron','2021-02-22 08:24:56','2021-02-22 00:24:56'),(114943,41226,'action created','2021-02-22 08:24:56','2021-02-22 00:24:56'),(114944,41226,'action started via WP Cron','2021-02-22 08:25:43','2021-02-22 00:25:43'),(114945,41226,'action complete via WP Cron','2021-02-22 08:25:43','2021-02-22 00:25:43'),(114946,41227,'action created','2021-02-22 08:25:43','2021-02-22 00:25:43'),(114950,41228,'action started via WP Cron','2021-02-22 08:27:44','2021-02-22 00:27:44'),(114951,41228,'action complete via WP Cron','2021-02-22 08:27:44','2021-02-22 00:27:44'),(114952,41229,'action created','2021-02-22 08:27:44','2021-02-22 00:27:44'),(114953,41229,'action started via WP Cron','2021-02-22 08:29:10','2021-02-22 00:29:10'),(114954,41229,'action complete via WP Cron','2021-02-22 08:29:10','2021-02-22 00:29:10'),(114955,41230,'action created','2021-02-22 08:29:11','2021-02-22 00:29:11'),(114956,41230,'action started via WP Cron','2021-02-22 08:29:45','2021-02-22 00:29:45'),(114957,41230,'action complete via WP Cron','2021-02-22 08:29:45','2021-02-22 00:29:45'),(114958,41231,'action created','2021-02-22 08:29:45','2021-02-22 00:29:45'),(114959,41231,'action started via WP Cron','2021-02-22 08:31:03','2021-02-22 00:31:03'),(114960,41231,'action complete via WP Cron','2021-02-22 08:31:03','2021-02-22 00:31:03'),(114961,41232,'action created','2021-02-22 08:31:03','2021-02-22 00:31:03'),(114962,41232,'action started via WP Cron','2021-02-22 08:32:03','2021-02-22 00:32:03'),(114963,41232,'action complete via WP Cron','2021-02-22 08:32:03','2021-02-22 00:32:03'),(114964,41233,'action created','2021-02-22 08:32:03','2021-02-22 00:32:03'),(114965,41233,'action started via WP Cron','2021-02-22 08:36:33','2021-02-22 00:36:33'),(114966,41233,'action complete via WP Cron','2021-02-22 08:36:33','2021-02-22 00:36:33'),(114967,41234,'action created','2021-02-22 08:36:33','2021-02-22 00:36:33'),(114968,41234,'action started via WP Cron','2021-02-22 08:40:28','2021-02-22 00:40:28'),(114969,41234,'action complete via WP Cron','2021-02-22 08:40:28','2021-02-22 00:40:28'),(114970,41235,'action created','2021-02-22 08:40:28','2021-02-22 00:40:28'),(114971,41235,'action started via WP Cron','2021-02-22 08:46:48','2021-02-22 00:46:48'),(114972,41235,'action complete via WP Cron','2021-02-22 08:46:48','2021-02-22 00:46:48'),(114973,41236,'action created','2021-02-22 08:46:48','2021-02-22 00:46:48'),(114974,41236,'action started via WP Cron','2021-02-22 08:53:09','2021-02-22 00:53:09'),(114975,41236,'action complete via WP Cron','2021-02-22 08:53:09','2021-02-22 00:53:09'),(114976,41237,'action created','2021-02-22 08:53:09','2021-02-22 00:53:09'),(114977,41237,'action started via WP Cron','2021-02-22 08:54:37','2021-02-22 00:54:37'),(114978,41237,'action complete via WP Cron','2021-02-22 08:54:37','2021-02-22 00:54:37'),(114979,41238,'action created','2021-02-22 08:54:37','2021-02-22 00:54:37'),(114980,41238,'action started via WP Cron','2021-02-22 08:56:51','2021-02-22 00:56:51'),(114981,41238,'action complete via WP Cron','2021-02-22 08:56:51','2021-02-22 00:56:51'),(114982,41239,'action created','2021-02-22 08:56:51','2021-02-22 00:56:51'),(114983,41239,'action started via WP Cron','2021-02-22 09:00:37','2021-02-22 01:00:37'),(114984,41239,'action complete via WP Cron','2021-02-22 09:00:37','2021-02-22 01:00:37'),(114985,41240,'action created','2021-02-22 09:00:37','2021-02-22 01:00:37'),(114986,41240,'action started via WP Cron','2021-02-22 09:05:13','2021-02-22 01:05:13'),(114987,41240,'action complete via WP Cron','2021-02-22 09:05:13','2021-02-22 01:05:13'),(114988,41241,'action created','2021-02-22 09:05:13','2021-02-22 01:05:13'),(114989,41241,'action started via WP Cron','2021-02-22 09:08:59','2021-02-22 01:08:59'),(114990,41241,'action complete via WP Cron','2021-02-22 09:08:59','2021-02-22 01:08:59'),(114991,41242,'action created','2021-02-22 09:08:59','2021-02-22 01:08:59'),(114992,41242,'action started via WP Cron','2021-02-22 09:09:41','2021-02-22 01:09:41'),(114993,41242,'action complete via WP Cron','2021-02-22 09:09:41','2021-02-22 01:09:41'),(114994,41243,'action created','2021-02-22 09:09:42','2021-02-22 01:09:42'),(114995,41243,'action started via WP Cron','2021-02-22 09:11:30','2021-02-22 01:11:30'),(114996,41243,'action complete via WP Cron','2021-02-22 09:11:30','2021-02-22 01:11:30'),(114997,41244,'action created','2021-02-22 09:11:30','2021-02-22 01:11:30'),(114998,41244,'action started via WP Cron','2021-02-22 09:12:53','2021-02-22 01:12:53'),(114999,41244,'action complete via WP Cron','2021-02-22 09:12:53','2021-02-22 01:12:53'),(115000,41245,'action created','2021-02-22 09:12:53','2021-02-22 01:12:53'),(115001,41245,'action started via WP Cron','2021-02-22 09:14:00','2021-02-22 01:14:00'),(115002,41245,'action complete via WP Cron','2021-02-22 09:14:00','2021-02-22 01:14:00'),(115003,41246,'action created','2021-02-22 09:14:00','2021-02-22 01:14:00'),(115004,41246,'action started via WP Cron','2021-02-22 09:15:02','2021-02-22 01:15:02'),(115005,41246,'action complete via WP Cron','2021-02-22 09:15:02','2021-02-22 01:15:02'),(115006,41247,'action created','2021-02-22 09:16:24','2021-02-22 01:16:24'),(115007,41247,'action started via WP Cron','2021-02-22 09:16:42','2021-02-22 01:16:42'),(115008,41247,'action complete via WP Cron','2021-02-22 09:16:42','2021-02-22 01:16:42'),(115009,41248,'action created','2021-02-22 09:16:42','2021-02-22 01:16:42'),(115010,41248,'action started via WP Cron','2021-02-22 09:17:43','2021-02-22 01:17:43'),(115011,41248,'action complete via WP Cron','2021-02-22 09:17:43','2021-02-22 01:17:43'),(115012,41249,'action created','2021-02-22 09:17:43','2021-02-22 01:17:43'),(115013,41249,'action started via WP Cron','2021-02-22 09:18:52','2021-02-22 01:18:52'),(115014,41249,'action complete via WP Cron','2021-02-22 09:18:52','2021-02-22 01:18:52'),(115015,41250,'action created','2021-02-22 09:18:53','2021-02-22 01:18:53'),(115016,41250,'action started via WP Cron','2021-02-22 09:19:45','2021-02-22 01:19:45'),(115017,41250,'action complete via WP Cron','2021-02-22 09:19:45','2021-02-22 01:19:45'),(115018,41251,'action created','2021-02-22 09:19:46','2021-02-22 01:19:46'),(115019,41251,'action started via WP Cron','2021-02-22 09:20:46','2021-02-22 01:20:46'),(115020,41251,'action complete via WP Cron','2021-02-22 09:20:46','2021-02-22 01:20:46'),(115021,41252,'action created','2021-02-22 09:20:46','2021-02-22 01:20:46'),(115022,41252,'action started via WP Cron','2021-02-22 09:22:16','2021-02-22 01:22:16'),(115023,41252,'action complete via WP Cron','2021-02-22 09:22:16','2021-02-22 01:22:16'),(115024,41253,'action created','2021-02-22 09:22:16','2021-02-22 01:22:16'),(115025,41253,'action started via WP Cron','2021-02-22 09:24:39','2021-02-22 01:24:39'),(115026,41253,'action complete via WP Cron','2021-02-22 09:24:39','2021-02-22 01:24:39'),(115027,41254,'action created','2021-02-22 09:24:39','2021-02-22 01:24:39'),(115028,41254,'action started via WP Cron','2021-02-22 09:26:18','2021-02-22 01:26:18'),(115029,41254,'action complete via WP Cron','2021-02-22 09:26:18','2021-02-22 01:26:18'),(115030,41255,'action created','2021-02-22 09:26:18','2021-02-22 01:26:18'),(115031,41255,'action started via WP Cron','2021-02-22 09:29:17','2021-02-22 01:29:17'),(115032,41255,'action complete via WP Cron','2021-02-22 09:29:17','2021-02-22 01:29:17'),(115033,41256,'action created','2021-02-22 09:29:17','2021-02-22 01:29:17'),(115034,41256,'action started via WP Cron','2021-02-22 09:29:51','2021-02-22 01:29:51'),(115035,41256,'action complete via WP Cron','2021-02-22 09:29:51','2021-02-22 01:29:51'),(115036,41257,'action created','2021-02-22 09:30:10','2021-02-22 01:30:10'),(115037,41257,'action started via WP Cron','2021-02-22 09:31:12','2021-02-22 01:31:12'),(115038,41257,'action complete via WP Cron','2021-02-22 09:31:12','2021-02-22 01:31:12'),(115039,41258,'action created','2021-02-22 09:31:12','2021-02-22 01:31:12'),(115040,41258,'action started via WP Cron','2021-02-22 09:33:03','2021-02-22 01:33:03'),(115041,41258,'action complete via WP Cron','2021-02-22 09:33:03','2021-02-22 01:33:03'),(115042,41259,'action created','2021-02-22 09:33:03','2021-02-22 01:33:03'),(115043,41259,'action started via WP Cron','2021-02-22 09:34:04','2021-02-22 01:34:04'),(115044,41259,'action complete via WP Cron','2021-02-22 09:34:04','2021-02-22 01:34:04'),(115045,41260,'action created','2021-02-22 09:34:04','2021-02-22 01:34:04'),(115046,41260,'action started via WP Cron','2021-02-22 09:35:05','2021-02-22 01:35:05'),(115047,41260,'action complete via WP Cron','2021-02-22 09:35:05','2021-02-22 01:35:05'),(115048,41261,'action created','2021-02-22 09:35:05','2021-02-22 01:35:05'),(115049,41261,'action started via WP Cron','2021-02-22 09:40:03','2021-02-22 01:40:03'),(115050,41261,'action complete via WP Cron','2021-02-22 09:40:03','2021-02-22 01:40:03'),(115051,41262,'action created','2021-02-22 09:40:03','2021-02-22 01:40:03'),(115052,41262,'action started via WP Cron','2021-02-22 09:43:02','2021-02-22 01:43:02'),(115053,41262,'action complete via WP Cron','2021-02-22 09:43:02','2021-02-22 01:43:02'),(115054,41263,'action created','2021-02-22 09:43:02','2021-02-22 01:43:02'),(115055,41263,'action started via WP Cron','2021-02-22 09:44:17','2021-02-22 01:44:17'),(115056,41263,'action complete via WP Cron','2021-02-22 09:44:17','2021-02-22 01:44:17'),(115057,41264,'action created','2021-02-22 09:44:17','2021-02-22 01:44:17'),(115058,41264,'action started via WP Cron','2021-02-22 09:46:07','2021-02-22 01:46:07'),(115059,41264,'action complete via WP Cron','2021-02-22 09:46:07','2021-02-22 01:46:07'),(115060,41265,'action created','2021-02-22 09:46:07','2021-02-22 01:46:07'),(115061,41265,'action started via WP Cron','2021-02-22 09:46:53','2021-02-22 01:46:53'),(115062,41265,'action complete via WP Cron','2021-02-22 09:46:53','2021-02-22 01:46:53'),(115063,41266,'action created','2021-02-22 09:46:53','2021-02-22 01:46:53'),(115064,41266,'action started via WP Cron','2021-02-22 09:48:03','2021-02-22 01:48:03'),(115065,41266,'action complete via WP Cron','2021-02-22 09:48:03','2021-02-22 01:48:03'),(115066,41267,'action created','2021-02-22 09:48:03','2021-02-22 01:48:03'),(115067,41267,'action started via WP Cron','2021-02-22 09:48:50','2021-02-22 01:48:50'),(115068,41267,'action complete via WP Cron','2021-02-22 09:48:50','2021-02-22 01:48:50'),(115069,41268,'action created','2021-02-22 09:48:50','2021-02-22 01:48:50'),(115070,41268,'action started via WP Cron','2021-02-22 09:53:22','2021-02-22 01:53:22'),(115071,41268,'action complete via WP Cron','2021-02-22 09:53:22','2021-02-22 01:53:22'),(115072,41269,'action created','2021-02-22 09:53:22','2021-02-22 01:53:22'),(115073,41269,'action started via WP Cron','2021-02-22 09:56:51','2021-02-22 01:56:51'),(115074,41269,'action complete via WP Cron','2021-02-22 09:56:51','2021-02-22 01:56:51'),(115075,41270,'action created','2021-02-22 09:56:51','2021-02-22 01:56:51'),(115076,41270,'action started via WP Cron','2021-02-22 09:58:41','2021-02-22 01:58:41'),(115077,41270,'action complete via WP Cron','2021-02-22 09:58:41','2021-02-22 01:58:41'),(115078,41271,'action created','2021-02-22 09:58:41','2021-02-22 01:58:41'),(115079,41271,'action started via WP Cron','2021-02-22 10:00:48','2021-02-22 02:00:48'),(115080,41271,'action complete via WP Cron','2021-02-22 10:00:48','2021-02-22 02:00:48'),(115081,41272,'action created','2021-02-22 10:00:48','2021-02-22 02:00:48'),(115082,41272,'action started via WP Cron','2021-02-22 10:01:50','2021-02-22 02:01:50'),(115083,41272,'action complete via WP Cron','2021-02-22 10:01:50','2021-02-22 02:01:50'),(115084,41273,'action created','2021-02-22 10:01:50','2021-02-22 02:01:50'),(115085,41273,'action started via WP Cron','2021-02-22 10:02:52','2021-02-22 02:02:52'),(115086,41273,'action complete via WP Cron','2021-02-22 10:02:52','2021-02-22 02:02:52'),(115087,41274,'action created','2021-02-22 10:02:52','2021-02-22 02:02:52'),(115088,41274,'action started via WP Cron','2021-02-22 10:11:54','2021-02-22 02:11:54'),(115089,41274,'action complete via WP Cron','2021-02-22 10:11:54','2021-02-22 02:11:54'),(115090,41275,'action created','2021-02-22 10:11:55','2021-02-22 02:11:55'),(115091,41275,'action started via WP Cron','2021-02-22 10:14:00','2021-02-22 02:14:00'),(115092,41275,'action complete via WP Cron','2021-02-22 10:14:00','2021-02-22 02:14:00'),(115093,41276,'action created','2021-02-22 10:14:00','2021-02-22 02:14:00'),(115094,41276,'action started via WP Cron','2021-02-22 10:15:54','2021-02-22 02:15:54'),(115095,41276,'action complete via WP Cron','2021-02-22 10:15:54','2021-02-22 02:15:54'),(115096,41277,'action created','2021-02-22 10:15:54','2021-02-22 02:15:54'),(115097,41277,'action started via WP Cron','2021-02-22 10:17:03','2021-02-22 02:17:03'),(115098,41277,'action complete via WP Cron','2021-02-22 10:17:03','2021-02-22 02:17:03'),(115099,41278,'action created','2021-02-22 10:17:03','2021-02-22 02:17:03'),(115100,41278,'action started via WP Cron','2021-02-22 10:18:04','2021-02-22 02:18:04'),(115101,41278,'action complete via WP Cron','2021-02-22 10:18:04','2021-02-22 02:18:04'),(115102,41279,'action created','2021-02-22 10:18:04','2021-02-22 02:18:04'),(115103,41279,'action started via WP Cron','2021-02-22 10:20:05','2021-02-22 02:20:05'),(115104,41279,'action complete via WP Cron','2021-02-22 10:20:05','2021-02-22 02:20:05'),(115105,41280,'action created','2021-02-22 10:20:06','2021-02-22 02:20:06'),(115106,41280,'action started via WP Cron','2021-02-22 10:20:51','2021-02-22 02:20:51'),(115107,41280,'action complete via WP Cron','2021-02-22 10:20:51','2021-02-22 02:20:51'),(115108,41281,'action created','2021-02-22 10:20:51','2021-02-22 02:20:51'),(115109,41281,'action started via WP Cron','2021-02-22 10:21:52','2021-02-22 02:21:52'),(115110,41281,'action complete via WP Cron','2021-02-22 10:21:52','2021-02-22 02:21:52'),(115111,41282,'action created','2021-02-22 10:21:52','2021-02-22 02:21:52'),(115112,41282,'action started via WP Cron','2021-02-22 10:22:54','2021-02-22 02:22:54'),(115113,41282,'action complete via WP Cron','2021-02-22 10:22:54','2021-02-22 02:22:54'),(115114,41283,'action created','2021-02-22 10:22:54','2021-02-22 02:22:54'),(115115,41283,'action started via WP Cron','2021-02-22 10:31:58','2021-02-22 02:31:58'),(115116,41283,'action complete via WP Cron','2021-02-22 10:31:58','2021-02-22 02:31:58'),(115120,41285,'action created','2021-02-22 10:31:58','2021-02-22 02:31:58'),(115121,41285,'action started via WP Cron','2021-02-22 10:33:56','2021-02-22 02:33:56'),(115122,41285,'action complete via WP Cron','2021-02-22 10:33:56','2021-02-22 02:33:56'),(115123,41286,'action created','2021-02-22 10:33:56','2021-02-22 02:33:56'),(115124,41286,'action started via WP Cron','2021-02-22 10:35:11','2021-02-22 02:35:11'),(115125,41286,'action complete via WP Cron','2021-02-22 10:35:11','2021-02-22 02:35:11'),(115126,41287,'action created','2021-02-22 10:35:11','2021-02-22 02:35:11'),(115127,41287,'action started via WP Cron','2021-02-22 10:36:05','2021-02-22 02:36:05'),(115128,41287,'action complete via WP Cron','2021-02-22 10:36:05','2021-02-22 02:36:05'),(115129,41288,'action created','2021-02-22 10:36:05','2021-02-22 02:36:05'),(115130,41288,'action started via WP Cron','2021-02-22 10:37:06','2021-02-22 02:37:06'),(115131,41288,'action complete via WP Cron','2021-02-22 10:37:06','2021-02-22 02:37:06'),(115132,41289,'action created','2021-02-22 10:37:06','2021-02-22 02:37:06'),(115133,41289,'action started via WP Cron','2021-02-22 10:39:08','2021-02-22 02:39:08'),(115134,41289,'action complete via WP Cron','2021-02-22 10:39:08','2021-02-22 02:39:08'),(115135,41290,'action created','2021-02-22 10:39:08','2021-02-22 02:39:08'),(115136,41290,'action started via WP Cron','2021-02-22 10:40:09','2021-02-22 02:40:09'),(115137,41290,'action complete via WP Cron','2021-02-22 10:40:09','2021-02-22 02:40:09'),(115138,41291,'action created','2021-02-22 10:40:09','2021-02-22 02:40:09'),(115139,41291,'action started via WP Cron','2021-02-22 10:41:11','2021-02-22 02:41:11'),(115140,41291,'action complete via WP Cron','2021-02-22 10:41:11','2021-02-22 02:41:11'),(115141,41292,'action created','2021-02-22 10:41:11','2021-02-22 02:41:11'),(115142,41292,'action started via WP Cron','2021-02-22 10:44:07','2021-02-22 02:44:07'),(115143,41292,'action complete via WP Cron','2021-02-22 10:44:07','2021-02-22 02:44:07'),(115144,41293,'action created','2021-02-22 10:44:07','2021-02-22 02:44:07'),(115145,41293,'action started via WP Cron','2021-02-22 10:51:47','2021-02-22 02:51:47'),(115146,41293,'action complete via WP Cron','2021-02-22 10:51:47','2021-02-22 02:51:47'),(115147,41294,'action created','2021-02-22 10:51:47','2021-02-22 02:51:47'),(115148,41294,'action started via WP Cron','2021-02-22 10:54:24','2021-02-22 02:54:24'),(115149,41294,'action complete via WP Cron','2021-02-22 10:54:24','2021-02-22 02:54:24'),(115150,41295,'action created','2021-02-22 10:54:24','2021-02-22 02:54:24'),(115151,41295,'action started via WP Cron','2021-02-22 10:58:23','2021-02-22 02:58:23'),(115152,41295,'action complete via WP Cron','2021-02-22 10:58:23','2021-02-22 02:58:23'),(115153,41296,'action created','2021-02-22 10:58:23','2021-02-22 02:58:23'),(115154,41296,'action started via WP Cron','2021-02-22 11:02:58','2021-02-22 03:02:58'),(115155,41296,'action complete via WP Cron','2021-02-22 11:02:58','2021-02-22 03:02:58'),(115156,41297,'action created','2021-02-22 11:02:58','2021-02-22 03:02:58'),(115157,41297,'action started via WP Cron','2021-02-22 11:03:52','2021-02-22 03:03:52'),(115158,41297,'action complete via WP Cron','2021-02-22 11:03:52','2021-02-22 03:03:52'),(115159,41298,'action created','2021-02-22 11:03:52','2021-02-22 03:03:52'),(115160,41298,'action started via WP Cron','2021-02-22 11:05:09','2021-02-22 03:05:09'),(115161,41298,'action complete via WP Cron','2021-02-22 11:05:09','2021-02-22 03:05:09'),(115162,41299,'action created','2021-02-22 11:05:10','2021-02-22 03:05:10'),(115163,41299,'action started via WP Cron','2021-02-22 11:05:55','2021-02-22 03:05:55'),(115164,41299,'action complete via WP Cron','2021-02-22 11:05:55','2021-02-22 03:05:55'),(115165,41300,'action created','2021-02-22 11:07:01','2021-02-22 03:07:01'),(115166,41300,'action started via WP Cron','2021-02-22 11:07:50','2021-02-22 03:07:50'),(115167,41300,'action complete via WP Cron','2021-02-22 11:07:50','2021-02-22 03:07:50'),(115168,41301,'action created','2021-02-22 11:07:50','2021-02-22 03:07:50'),(115169,41301,'action started via WP Cron','2021-02-22 11:18:09','2021-02-22 03:18:09'),(115170,41301,'action complete via WP Cron','2021-02-22 11:18:09','2021-02-22 03:18:09'),(115171,41302,'action created','2021-02-22 11:18:09','2021-02-22 03:18:09'),(115172,41302,'action started via WP Cron','2021-02-22 11:19:36','2021-02-22 03:19:36'),(115173,41302,'action complete via WP Cron','2021-02-22 11:19:36','2021-02-22 03:19:36'),(115174,41303,'action created','2021-02-22 11:19:36','2021-02-22 03:19:36'),(115175,41303,'action started via WP Cron','2021-02-22 11:21:13','2021-02-22 03:21:13'),(115176,41303,'action complete via WP Cron','2021-02-22 11:21:13','2021-02-22 03:21:13'),(115177,41304,'action created','2021-02-22 11:21:13','2021-02-22 03:21:13'),(115178,41304,'action started via WP Cron','2021-02-22 11:22:24','2021-02-22 03:22:24'),(115179,41304,'action complete via WP Cron','2021-02-22 11:22:24','2021-02-22 03:22:24'),(115180,41305,'action created','2021-02-22 11:22:24','2021-02-22 03:22:24'),(115181,41305,'action started via WP Cron','2021-02-22 11:23:08','2021-02-22 03:23:08'),(115182,41305,'action complete via WP Cron','2021-02-22 11:23:08','2021-02-22 03:23:08'),(115183,41306,'action created','2021-02-22 11:23:08','2021-02-22 03:23:08'),(115184,41306,'action started via WP Cron','2021-02-22 11:23:53','2021-02-22 03:23:53'),(115185,41306,'action complete via WP Cron','2021-02-22 11:23:53','2021-02-22 03:23:53'),(115186,41307,'action created','2021-02-22 11:23:53','2021-02-22 03:23:53'),(115187,41307,'action started via WP Cron','2021-02-22 11:24:54','2021-02-22 03:24:54'),(115188,41307,'action complete via WP Cron','2021-02-22 11:24:54','2021-02-22 03:24:54'),(115189,41308,'action created','2021-02-22 11:24:54','2021-02-22 03:24:54'),(115190,41308,'action started via WP Cron','2021-02-22 11:25:55','2021-02-22 03:25:55'),(115191,41308,'action complete via WP Cron','2021-02-22 11:25:55','2021-02-22 03:25:55'),(115192,41309,'action created','2021-02-22 11:25:55','2021-02-22 03:25:55'),(115193,41309,'action started via WP Cron','2021-02-22 11:27:10','2021-02-22 03:27:10'),(115194,41309,'action complete via WP Cron','2021-02-22 11:27:10','2021-02-22 03:27:10'),(115195,41310,'action created','2021-02-22 11:27:10','2021-02-22 03:27:10'),(115196,41310,'action started via WP Cron','2021-02-22 11:32:10','2021-02-22 03:32:10'),(115197,41310,'action complete via WP Cron','2021-02-22 11:32:10','2021-02-22 03:32:10'),(115198,41311,'action created','2021-02-22 11:32:10','2021-02-22 03:32:10'),(115199,41311,'action started via WP Cron','2021-02-22 11:32:40','2021-02-22 03:32:40'),(115200,41311,'action complete via WP Cron','2021-02-22 11:32:40','2021-02-22 03:32:40'),(115201,41312,'action created','2021-02-22 11:32:40','2021-02-22 03:32:40'),(115202,41312,'action started via WP Cron','2021-02-22 11:33:46','2021-02-22 03:33:46'),(115203,41312,'action complete via WP Cron','2021-02-22 11:33:46','2021-02-22 03:33:46'),(115204,41313,'action created','2021-02-22 11:33:47','2021-02-22 03:33:47'),(115205,41313,'action started via WP Cron','2021-02-22 11:34:40','2021-02-22 03:34:40'),(115206,41313,'action complete via WP Cron','2021-02-22 11:34:40','2021-02-22 03:34:40'),(115207,41314,'action created','2021-02-22 11:34:40','2021-02-22 03:34:40'),(115208,41314,'action started via WP Cron','2021-02-22 11:35:50','2021-02-22 03:35:50'),(115209,41314,'action complete via WP Cron','2021-02-22 11:35:50','2021-02-22 03:35:50'),(115210,41315,'action created','2021-02-22 11:35:50','2021-02-22 03:35:50'),(115211,41315,'action started via WP Cron','2021-02-22 11:36:42','2021-02-22 03:36:42'),(115212,41315,'action complete via WP Cron','2021-02-22 11:36:42','2021-02-22 03:36:42'),(115213,41316,'action created','2021-02-22 11:36:42','2021-02-22 03:36:42'),(115214,41316,'action started via WP Cron','2021-02-22 11:37:42','2021-02-22 03:37:42'),(115215,41316,'action complete via WP Cron','2021-02-22 11:37:42','2021-02-22 03:37:42'),(115216,41317,'action created','2021-02-22 11:37:42','2021-02-22 03:37:42'),(115217,41317,'action started via WP Cron','2021-02-22 11:38:46','2021-02-22 03:38:46'),(115218,41317,'action complete via WP Cron','2021-02-22 11:38:46','2021-02-22 03:38:46'),(115219,41318,'action created','2021-02-22 11:38:46','2021-02-22 03:38:46'),(115220,41318,'action started via WP Cron','2021-02-22 11:39:49','2021-02-22 03:39:49'),(115221,41318,'action complete via WP Cron','2021-02-22 11:39:49','2021-02-22 03:39:49'),(115222,41319,'action created','2021-02-22 11:39:49','2021-02-22 03:39:49'),(115223,41319,'action started via WP Cron','2021-02-22 11:40:47','2021-02-22 03:40:47'),(115224,41319,'action complete via WP Cron','2021-02-22 11:40:47','2021-02-22 03:40:47'),(115225,41320,'action created','2021-02-22 11:40:47','2021-02-22 03:40:47'),(115226,41320,'action started via WP Cron','2021-02-22 11:41:45','2021-02-22 03:41:45'),(115227,41320,'action complete via WP Cron','2021-02-22 11:41:45','2021-02-22 03:41:45'),(115228,41321,'action created','2021-02-22 11:41:45','2021-02-22 03:41:45'),(115229,41321,'action started via WP Cron','2021-02-22 11:42:45','2021-02-22 03:42:45'),(115230,41321,'action complete via WP Cron','2021-02-22 11:42:45','2021-02-22 03:42:45'),(115231,41322,'action created','2021-02-22 11:42:45','2021-02-22 03:42:45'),(115232,41322,'action started via WP Cron','2021-02-22 11:43:41','2021-02-22 03:43:41'),(115233,41322,'action complete via WP Cron','2021-02-22 11:43:41','2021-02-22 03:43:41'),(115234,41323,'action created','2021-02-22 11:43:41','2021-02-22 03:43:41'),(115235,41323,'action started via WP Cron','2021-02-22 11:44:54','2021-02-22 03:44:54'),(115236,41323,'action complete via WP Cron','2021-02-22 11:44:54','2021-02-22 03:44:54'),(115237,41324,'action created','2021-02-22 11:44:54','2021-02-22 03:44:54'),(115238,41324,'action started via WP Cron','2021-02-22 11:45:43','2021-02-22 03:45:43'),(115239,41324,'action complete via WP Cron','2021-02-22 11:45:43','2021-02-22 03:45:43'),(115240,41325,'action created','2021-02-22 11:45:43','2021-02-22 03:45:43'),(115241,41325,'action started via WP Cron','2021-02-22 11:46:42','2021-02-22 03:46:42'),(115242,41325,'action complete via WP Cron','2021-02-22 11:46:42','2021-02-22 03:46:42'),(115243,41326,'action created','2021-02-22 11:46:42','2021-02-22 03:46:42'),(115244,41326,'action started via WP Cron','2021-02-22 11:47:50','2021-02-22 03:47:50'),(115245,41326,'action complete via WP Cron','2021-02-22 11:47:50','2021-02-22 03:47:50'),(115246,41327,'action created','2021-02-22 11:47:50','2021-02-22 03:47:50'),(115247,41327,'action started via WP Cron','2021-02-22 11:49:27','2021-02-22 03:49:27'),(115248,41327,'action complete via WP Cron','2021-02-22 11:49:27','2021-02-22 03:49:27'),(115249,41328,'action created','2021-02-22 11:49:27','2021-02-22 03:49:27'),(115250,41328,'action started via WP Cron','2021-02-22 11:49:54','2021-02-22 03:49:54'),(115251,41328,'action complete via WP Cron','2021-02-22 11:49:54','2021-02-22 03:49:54'),(115252,41329,'action created','2021-02-22 11:49:54','2021-02-22 03:49:54'),(115253,41329,'action started via WP Cron','2021-02-22 11:54:09','2021-02-22 03:54:09'),(115254,41329,'action complete via WP Cron','2021-02-22 11:54:09','2021-02-22 03:54:09'),(115255,41330,'action created','2021-02-22 11:54:09','2021-02-22 03:54:09'),(115256,41330,'action started via WP Cron','2021-02-22 12:00:48','2021-02-22 04:00:48'),(115257,41330,'action complete via WP Cron','2021-02-22 12:00:48','2021-02-22 04:00:48'),(115258,41331,'action created','2021-02-22 12:00:48','2021-02-22 04:00:48'),(115259,41331,'action started via WP Cron','2021-02-22 12:02:25','2021-02-22 04:02:25'),(115260,41331,'action complete via WP Cron','2021-02-22 12:02:25','2021-02-22 04:02:25'),(115261,41332,'action created','2021-02-22 12:02:25','2021-02-22 04:02:25'),(115262,41332,'action started via WP Cron','2021-02-22 12:02:43','2021-02-22 04:02:43'),(115263,41332,'action complete via WP Cron','2021-02-22 12:02:43','2021-02-22 04:02:43'),(115264,41333,'action created','2021-02-22 12:02:43','2021-02-22 04:02:43'),(115265,41333,'action started via WP Cron','2021-02-22 12:03:42','2021-02-22 04:03:42'),(115266,41333,'action complete via WP Cron','2021-02-22 12:03:42','2021-02-22 04:03:42'),(115267,41334,'action created','2021-02-22 12:03:42','2021-02-22 04:03:42'),(115268,41334,'action started via WP Cron','2021-02-22 12:06:25','2021-02-22 04:06:25'),(115269,41334,'action complete via WP Cron','2021-02-22 12:06:25','2021-02-22 04:06:25'),(115270,41335,'action created','2021-02-22 12:06:25','2021-02-22 04:06:25'),(115271,41335,'action started via WP Cron','2021-02-22 12:07:26','2021-02-22 04:07:26'),(115272,41335,'action complete via WP Cron','2021-02-22 12:07:26','2021-02-22 04:07:26'),(115273,41336,'action created','2021-02-22 12:07:26','2021-02-22 04:07:26'),(115274,41336,'action started via WP Cron','2021-02-22 12:07:56','2021-02-22 04:07:56'),(115275,41336,'action complete via WP Cron','2021-02-22 12:07:56','2021-02-22 04:07:56'),(115276,41337,'action created','2021-02-22 12:07:56','2021-02-22 04:07:56'),(115277,41337,'action started via WP Cron','2021-02-22 12:13:34','2021-02-22 04:13:34'),(115278,41337,'action complete via WP Cron','2021-02-22 12:13:34','2021-02-22 04:13:34'),(115279,41338,'action created','2021-02-22 12:13:34','2021-02-22 04:13:34'),(115280,41338,'action started via WP Cron','2021-02-22 12:14:34','2021-02-22 04:14:34'),(115281,41338,'action complete via WP Cron','2021-02-22 12:14:34','2021-02-22 04:14:34'),(115282,41339,'action created','2021-02-22 12:14:34','2021-02-22 04:14:34'),(115283,41339,'action started via WP Cron','2021-02-22 12:17:54','2021-02-22 04:17:54'),(115284,41339,'action complete via WP Cron','2021-02-22 12:17:54','2021-02-22 04:17:54'),(115285,41340,'action created','2021-02-22 12:17:55','2021-02-22 04:17:55'),(115286,41340,'action started via WP Cron','2021-02-22 12:19:05','2021-02-22 04:19:05'),(115287,41340,'action complete via WP Cron','2021-02-22 12:19:05','2021-02-22 04:19:05'),(115288,41341,'action created','2021-02-22 12:19:05','2021-02-22 04:19:05'),(115289,41341,'action started via WP Cron','2021-02-22 12:20:57','2021-02-22 04:20:57'),(115290,41341,'action complete via WP Cron','2021-02-22 12:20:57','2021-02-22 04:20:57'),(115291,41342,'action created','2021-02-22 12:20:57','2021-02-22 04:20:57'),(115292,41342,'action started via WP Cron','2021-02-22 12:21:54','2021-02-22 04:21:54'),(115293,41342,'action complete via WP Cron','2021-02-22 12:21:54','2021-02-22 04:21:54'),(115294,41343,'action created','2021-02-22 12:21:55','2021-02-22 04:21:55'),(115295,41343,'action started via WP Cron','2021-02-22 12:23:39','2021-02-22 04:23:39'),(115296,41343,'action complete via WP Cron','2021-02-22 12:23:39','2021-02-22 04:23:39'),(115297,41344,'action created','2021-02-22 12:23:39','2021-02-22 04:23:39'),(115298,41344,'action started via WP Cron','2021-02-22 12:24:16','2021-02-22 04:24:16'),(115299,41344,'action complete via WP Cron','2021-02-22 12:24:16','2021-02-22 04:24:16'),(115300,41345,'action created','2021-02-22 12:24:16','2021-02-22 04:24:16'),(115301,41345,'action started via WP Cron','2021-02-22 12:24:56','2021-02-22 04:24:56'),(115302,41345,'action complete via WP Cron','2021-02-22 12:24:56','2021-02-22 04:24:56'),(115303,41346,'action created','2021-02-22 12:24:56','2021-02-22 04:24:56'),(115304,41346,'action started via WP Cron','2021-02-22 12:26:00','2021-02-22 04:26:00'),(115305,41346,'action complete via WP Cron','2021-02-22 12:26:00','2021-02-22 04:26:00'),(115306,41347,'action created','2021-02-22 12:26:00','2021-02-22 04:26:00'),(115307,41347,'action started via WP Cron','2021-02-22 12:27:12','2021-02-22 04:27:12'),(115308,41347,'action complete via WP Cron','2021-02-22 12:27:12','2021-02-22 04:27:12'),(115309,41348,'action created','2021-02-22 12:27:12','2021-02-22 04:27:12'),(115310,41348,'action started via WP Cron','2021-02-22 12:27:46','2021-02-22 04:27:46'),(115311,41348,'action complete via WP Cron','2021-02-22 12:27:46','2021-02-22 04:27:46'),(115312,41349,'action created','2021-02-22 12:27:46','2021-02-22 04:27:46'),(115313,41349,'action started via WP Cron','2021-02-22 12:28:47','2021-02-22 04:28:47'),(115314,41349,'action complete via WP Cron','2021-02-22 12:28:47','2021-02-22 04:28:47'),(115315,41350,'action created','2021-02-22 12:28:47','2021-02-22 04:28:47'),(115316,41350,'action started via WP Cron','2021-02-22 12:29:48','2021-02-22 04:29:48'),(115317,41350,'action complete via WP Cron','2021-02-22 12:29:48','2021-02-22 04:29:48'),(115318,41351,'action created','2021-02-22 12:29:49','2021-02-22 04:29:49'),(115319,41351,'action started via WP Cron','2021-02-22 12:30:49','2021-02-22 04:30:49'),(115320,41351,'action complete via WP Cron','2021-02-22 12:30:49','2021-02-22 04:30:49'),(115321,41352,'action created','2021-02-22 12:30:49','2021-02-22 04:30:49'),(115322,41352,'action started via WP Cron','2021-02-22 12:31:42','2021-02-22 04:31:42'),(115323,41352,'action complete via WP Cron','2021-02-22 12:31:42','2021-02-22 04:31:42'),(115324,41353,'action created','2021-02-22 12:31:42','2021-02-22 04:31:42'),(115325,41353,'action started via WP Cron','2021-02-22 12:33:17','2021-02-22 04:33:17'),(115326,41353,'action complete via WP Cron','2021-02-22 12:33:17','2021-02-22 04:33:17'),(115327,41354,'action created','2021-02-22 12:33:17','2021-02-22 04:33:17'),(115328,41354,'action started via WP Cron','2021-02-22 12:33:42','2021-02-22 04:33:42'),(115329,41354,'action complete via WP Cron','2021-02-22 12:33:42','2021-02-22 04:33:42'),(115330,41355,'action created','2021-02-22 12:33:42','2021-02-22 04:33:42'),(115331,41355,'action started via WP Cron','2021-02-22 12:35:38','2021-02-22 04:35:38'),(115332,41355,'action complete via WP Cron','2021-02-22 12:35:38','2021-02-22 04:35:38'),(115333,41356,'action created','2021-02-22 12:35:38','2021-02-22 04:35:38'),(115334,41356,'action started via WP Cron','2021-02-22 12:36:02','2021-02-22 04:36:02'),(115335,41356,'action complete via WP Cron','2021-02-22 12:36:02','2021-02-22 04:36:02'),(115336,41357,'action created','2021-02-22 12:36:02','2021-02-22 04:36:02'),(115337,41357,'action started via WP Cron','2021-02-22 12:37:28','2021-02-22 04:37:28'),(115338,41357,'action complete via WP Cron','2021-02-22 12:37:28','2021-02-22 04:37:28'),(115339,41358,'action created','2021-02-22 12:37:28','2021-02-22 04:37:28'),(115340,41358,'action started via WP Cron','2021-02-22 12:37:56','2021-02-22 04:37:56'),(115341,41358,'action complete via WP Cron','2021-02-22 12:37:56','2021-02-22 04:37:56'),(115342,41359,'action created','2021-02-22 12:37:56','2021-02-22 04:37:56'),(115343,41359,'action started via WP Cron','2021-02-22 12:40:05','2021-02-22 04:40:05'),(115344,41359,'action complete via WP Cron','2021-02-22 12:40:05','2021-02-22 04:40:05'),(115345,41360,'action created','2021-02-22 12:40:05','2021-02-22 04:40:05'),(115346,41360,'action started via WP Cron','2021-02-22 12:40:41','2021-02-22 04:40:41'),(115347,41360,'action complete via WP Cron','2021-02-22 12:40:41','2021-02-22 04:40:41'),(115348,41361,'action created','2021-02-22 12:40:41','2021-02-22 04:40:41'),(115349,41361,'action started via WP Cron','2021-02-22 12:41:42','2021-02-22 04:41:42'),(115350,41361,'action complete via WP Cron','2021-02-22 12:41:42','2021-02-22 04:41:42'),(115351,41362,'action created','2021-02-22 12:41:42','2021-02-22 04:41:42'),(115352,41362,'action started via WP Cron','2021-02-22 12:45:42','2021-02-22 04:45:42'),(115353,41362,'action complete via WP Cron','2021-02-22 12:45:42','2021-02-22 04:45:42'),(115354,41363,'action created','2021-02-22 12:45:42','2021-02-22 04:45:42'),(115355,41363,'action started via WP Cron','2021-02-22 12:48:58','2021-02-22 04:48:58'),(115356,41363,'action complete via WP Cron','2021-02-22 12:48:58','2021-02-22 04:48:58'),(115357,41364,'action created','2021-02-22 12:48:58','2021-02-22 04:48:58'),(115358,41364,'action started via WP Cron','2021-02-22 12:53:56','2021-02-22 04:53:56'),(115359,41364,'action complete via WP Cron','2021-02-22 12:53:56','2021-02-22 04:53:56'),(115360,41365,'action created','2021-02-22 12:53:56','2021-02-22 04:53:56'),(115361,41365,'action started via WP Cron','2021-02-22 12:55:16','2021-02-22 04:55:16'),(115362,41365,'action complete via WP Cron','2021-02-22 12:55:16','2021-02-22 04:55:16'),(115363,41366,'action created','2021-02-22 12:55:16','2021-02-22 04:55:16'),(115364,41366,'action started via WP Cron','2021-02-22 12:55:55','2021-02-22 04:55:55'),(115365,41366,'action complete via WP Cron','2021-02-22 12:55:55','2021-02-22 04:55:55'),(115366,41367,'action created','2021-02-22 12:55:55','2021-02-22 04:55:55'),(115367,41367,'action started via WP Cron','2021-02-22 13:00:45','2021-02-22 05:00:45'),(115368,41367,'action complete via WP Cron','2021-02-22 13:00:45','2021-02-22 05:00:45'),(115369,41368,'action created','2021-02-22 13:00:45','2021-02-22 05:00:45'),(115370,41368,'action started via WP Cron','2021-02-22 13:01:41','2021-02-22 05:01:41'),(115371,41368,'action complete via WP Cron','2021-02-22 13:01:41','2021-02-22 05:01:41'),(115372,41369,'action created','2021-02-22 13:01:41','2021-02-22 05:01:41'),(115373,41369,'action started via WP Cron','2021-02-22 13:03:07','2021-02-22 05:03:07'),(115374,41369,'action complete via WP Cron','2021-02-22 13:03:07','2021-02-22 05:03:07'),(115375,41370,'action created','2021-02-22 13:03:07','2021-02-22 05:03:07'),(115376,41370,'action started via WP Cron','2021-02-22 13:03:44','2021-02-22 05:03:44'),(115377,41370,'action complete via WP Cron','2021-02-22 13:03:44','2021-02-22 05:03:44'),(115378,41371,'action created','2021-02-22 13:04:05','2021-02-22 05:04:05'),(115379,41371,'action started via WP Cron','2021-02-22 13:04:46','2021-02-22 05:04:46'),(115380,41371,'action complete via WP Cron','2021-02-22 13:04:46','2021-02-22 05:04:46'),(115381,41372,'action created','2021-02-22 13:04:46','2021-02-22 05:04:46'),(115382,41372,'action started via WP Cron','2021-02-22 13:05:48','2021-02-22 05:05:48'),(115383,41372,'action complete via WP Cron','2021-02-22 13:05:48','2021-02-22 05:05:48'),(115384,41373,'action created','2021-02-22 13:05:48','2021-02-22 05:05:48'),(115385,41373,'action started via WP Cron','2021-02-22 13:06:49','2021-02-22 05:06:49'),(115386,41373,'action complete via WP Cron','2021-02-22 13:06:49','2021-02-22 05:06:49'),(115387,41374,'action created','2021-02-22 13:06:49','2021-02-22 05:06:49'),(115388,41374,'action started via WP Cron','2021-02-22 13:07:49','2021-02-22 05:07:49'),(115389,41374,'action complete via WP Cron','2021-02-22 13:07:49','2021-02-22 05:07:49'),(115390,41375,'action created','2021-02-22 13:07:49','2021-02-22 05:07:49'),(115391,41375,'action started via WP Cron','2021-02-22 13:08:44','2021-02-22 05:08:44'),(115392,41375,'action complete via WP Cron','2021-02-22 13:08:44','2021-02-22 05:08:44'),(115393,41376,'action created','2021-02-22 13:08:44','2021-02-22 05:08:44'),(115394,41376,'action started via WP Cron','2021-02-22 13:10:03','2021-02-22 05:10:03'),(115395,41376,'action complete via WP Cron','2021-02-22 13:10:03','2021-02-22 05:10:03'),(115396,41377,'action created','2021-02-22 13:10:04','2021-02-22 05:10:04'),(115397,41377,'action started via WP Cron','2021-02-22 13:10:44','2021-02-22 05:10:44'),(115398,41377,'action complete via WP Cron','2021-02-22 13:10:44','2021-02-22 05:10:44'),(115399,41378,'action created','2021-02-22 13:10:44','2021-02-22 05:10:44'),(115400,41378,'action started via WP Cron','2021-02-22 13:11:53','2021-02-22 05:11:53'),(115401,41378,'action complete via WP Cron','2021-02-22 13:11:53','2021-02-22 05:11:53'),(115402,41379,'action created','2021-02-22 13:11:54','2021-02-22 05:11:54'),(115403,41379,'action started via WP Cron','2021-02-22 13:12:59','2021-02-22 05:12:59'),(115404,41379,'action complete via WP Cron','2021-02-22 13:12:59','2021-02-22 05:12:59'),(115405,41380,'action created','2021-02-22 13:12:59','2021-02-22 05:12:59'),(115406,41380,'action started via WP Cron','2021-02-22 13:13:53','2021-02-22 05:13:53'),(115407,41380,'action complete via WP Cron','2021-02-22 13:13:53','2021-02-22 05:13:53'),(115408,41381,'action created','2021-02-22 13:13:53','2021-02-22 05:13:53'),(115409,41381,'action started via WP Cron','2021-02-22 13:14:47','2021-02-22 05:14:47'),(115410,41381,'action complete via WP Cron','2021-02-22 13:14:47','2021-02-22 05:14:47'),(115411,41382,'action created','2021-02-22 13:14:48','2021-02-22 05:14:48'),(115412,41382,'action started via WP Cron','2021-02-22 13:15:43','2021-02-22 05:15:43'),(115413,41382,'action complete via WP Cron','2021-02-22 13:15:43','2021-02-22 05:15:43'),(115414,41383,'action created','2021-02-22 13:15:43','2021-02-22 05:15:43'),(115415,41383,'action started via WP Cron','2021-02-22 13:16:45','2021-02-22 05:16:45'),(115416,41383,'action complete via WP Cron','2021-02-22 13:16:45','2021-02-22 05:16:45'),(115417,41384,'action created','2021-02-22 13:16:45','2021-02-22 05:16:45'),(115418,41384,'action started via WP Cron','2021-02-22 13:17:41','2021-02-22 05:17:41'),(115419,41384,'action complete via WP Cron','2021-02-22 13:17:41','2021-02-22 05:17:41'),(115420,41385,'action created','2021-02-22 13:17:41','2021-02-22 05:17:41'),(115421,41385,'action started via WP Cron','2021-02-22 13:18:48','2021-02-22 05:18:48'),(115422,41385,'action complete via WP Cron','2021-02-22 13:18:48','2021-02-22 05:18:48'),(115423,41386,'action created','2021-02-22 13:18:48','2021-02-22 05:18:48'),(115424,41386,'action started via WP Cron','2021-02-22 13:19:43','2021-02-22 05:19:43'),(115425,41386,'action complete via WP Cron','2021-02-22 13:19:43','2021-02-22 05:19:43'),(115426,41387,'action created','2021-02-22 13:19:43','2021-02-22 05:19:43'),(115427,41387,'action started via WP Cron','2021-02-22 13:20:51','2021-02-22 05:20:51'),(115428,41387,'action complete via WP Cron','2021-02-22 13:20:51','2021-02-22 05:20:51'),(115429,41388,'action created','2021-02-22 13:20:51','2021-02-22 05:20:51'),(115430,41388,'action started via WP Cron','2021-02-22 13:21:52','2021-02-22 05:21:52'),(115431,41388,'action complete via WP Cron','2021-02-22 13:21:52','2021-02-22 05:21:52'),(115432,41389,'action created','2021-02-22 13:21:52','2021-02-22 05:21:52'),(115433,41389,'action started via WP Cron','2021-02-22 13:22:47','2021-02-22 05:22:47'),(115434,41389,'action complete via WP Cron','2021-02-22 13:22:47','2021-02-22 05:22:47'),(115435,41390,'action created','2021-02-22 13:22:47','2021-02-22 05:22:47'),(115436,41390,'action started via WP Cron','2021-02-22 13:23:51','2021-02-22 05:23:51'),(115437,41390,'action complete via WP Cron','2021-02-22 13:23:51','2021-02-22 05:23:51'),(115438,41391,'action created','2021-02-22 13:23:51','2021-02-22 05:23:51'),(115439,41391,'action started via WP Cron','2021-02-22 13:24:45','2021-02-22 05:24:45'),(115440,41391,'action complete via WP Cron','2021-02-22 13:24:45','2021-02-22 05:24:45'),(115441,41392,'action created','2021-02-22 13:24:45','2021-02-22 05:24:45'),(115442,41392,'action started via WP Cron','2021-02-22 13:25:44','2021-02-22 05:25:44'),(115443,41392,'action complete via WP Cron','2021-02-22 13:25:44','2021-02-22 05:25:44'),(115444,41393,'action created','2021-02-22 13:25:44','2021-02-22 05:25:44'),(115445,41393,'action started via WP Cron','2021-02-22 13:26:45','2021-02-22 05:26:45'),(115446,41393,'action complete via WP Cron','2021-02-22 13:26:45','2021-02-22 05:26:45'),(115447,41394,'action created','2021-02-22 13:26:45','2021-02-22 05:26:45'),(115448,41394,'action started via WP Cron','2021-02-22 13:27:45','2021-02-22 05:27:45'),(115449,41394,'action complete via WP Cron','2021-02-22 13:27:45','2021-02-22 05:27:45'),(115450,41395,'action created','2021-02-22 13:27:45','2021-02-22 05:27:45'),(115451,41395,'action started via WP Cron','2021-02-22 13:35:47','2021-02-22 05:35:47'),(115452,41395,'action complete via WP Cron','2021-02-22 13:35:47','2021-02-22 05:35:47'),(115453,41396,'action created','2021-02-22 13:35:47','2021-02-22 05:35:47'),(115454,41396,'action started via WP Cron','2021-02-22 13:42:08','2021-02-22 05:42:08'),(115455,41396,'action complete via WP Cron','2021-02-22 13:42:08','2021-02-22 05:42:08'),(115456,41397,'action created','2021-02-22 13:42:08','2021-02-22 05:42:08'),(115457,41397,'action started via WP Cron','2021-02-22 13:43:14','2021-02-22 05:43:14'),(115458,41397,'action complete via WP Cron','2021-02-22 13:43:14','2021-02-22 05:43:14'),(115459,41398,'action created','2021-02-22 13:43:14','2021-02-22 05:43:14'),(115460,41398,'action started via WP Cron','2021-02-22 13:44:29','2021-02-22 05:44:29'),(115461,41398,'action complete via WP Cron','2021-02-22 13:44:29','2021-02-22 05:44:29'),(115462,41399,'action created','2021-02-22 13:44:29','2021-02-22 05:44:29'),(115463,41399,'action started via WP Cron','2021-02-22 13:46:17','2021-02-22 05:46:17'),(115464,41399,'action complete via WP Cron','2021-02-22 13:46:17','2021-02-22 05:46:17'),(115465,41400,'action created','2021-02-22 13:46:17','2021-02-22 05:46:17'),(115466,41400,'action started via WP Cron','2021-02-22 13:48:22','2021-02-22 05:48:22'),(115467,41400,'action complete via WP Cron','2021-02-22 13:48:22','2021-02-22 05:48:22'),(115468,41401,'action created','2021-02-22 13:48:22','2021-02-22 05:48:22'),(115469,41401,'action started via WP Cron','2021-02-22 13:49:22','2021-02-22 05:49:22'),(115470,41401,'action complete via WP Cron','2021-02-22 13:49:22','2021-02-22 05:49:22'),(115471,41402,'action created','2021-02-22 13:49:22','2021-02-22 05:49:22'),(115472,41402,'action started via WP Cron','2021-02-22 13:50:51','2021-02-22 05:50:51'),(115473,41402,'action complete via WP Cron','2021-02-22 13:50:51','2021-02-22 05:50:51'),(115474,41403,'action created','2021-02-22 13:50:51','2021-02-22 05:50:51'),(115475,41403,'action started via WP Cron','2021-02-22 14:03:03','2021-02-22 06:03:03'),(115476,41403,'action complete via WP Cron','2021-02-22 14:03:03','2021-02-22 06:03:03'),(115477,41404,'action created','2021-02-22 14:03:03','2021-02-22 06:03:03'),(115478,41404,'action started via WP Cron','2021-02-22 14:04:05','2021-02-22 06:04:05'),(115479,41404,'action complete via WP Cron','2021-02-22 14:04:05','2021-02-22 06:04:05'),(115480,41405,'action created','2021-02-22 14:04:05','2021-02-22 06:04:05'),(115481,41405,'action started via WP Cron','2021-02-22 14:07:28','2021-02-22 06:07:28'),(115482,41405,'action complete via WP Cron','2021-02-22 14:07:28','2021-02-22 06:07:28'),(115483,41406,'action created','2021-02-22 14:07:28','2021-02-22 06:07:28'),(115484,41406,'action started via WP Cron','2021-02-22 14:10:15','2021-02-22 06:10:15'),(115485,41406,'action complete via WP Cron','2021-02-22 14:10:15','2021-02-22 06:10:15'),(115486,41407,'action created','2021-02-22 14:10:15','2021-02-22 06:10:15'),(115487,41407,'action started via WP Cron','2021-02-22 14:11:17','2021-02-22 06:11:17'),(115488,41407,'action complete via WP Cron','2021-02-22 14:11:17','2021-02-22 06:11:17'),(115489,41408,'action created','2021-02-22 14:11:17','2021-02-22 06:11:17'),(115490,41408,'action started via WP Cron','2021-02-22 14:13:18','2021-02-22 06:13:18'),(115491,41408,'action complete via WP Cron','2021-02-22 14:13:18','2021-02-22 06:13:18'),(115492,41409,'action created','2021-02-22 14:13:18','2021-02-22 06:13:18'),(115493,41409,'action started via WP Cron','2021-02-22 14:14:19','2021-02-22 06:14:19'),(115494,41409,'action complete via WP Cron','2021-02-22 14:14:19','2021-02-22 06:14:19'),(115495,41410,'action created','2021-02-22 14:14:19','2021-02-22 06:14:19'),(115496,41410,'action started via WP Cron','2021-02-22 14:15:20','2021-02-22 06:15:20'),(115497,41410,'action complete via WP Cron','2021-02-22 14:15:20','2021-02-22 06:15:20'),(115498,41411,'action created','2021-02-22 14:15:20','2021-02-22 06:15:20'),(115499,41411,'action started via WP Cron','2021-02-22 14:24:48','2021-02-22 06:24:48'),(115500,41411,'action complete via WP Cron','2021-02-22 14:24:48','2021-02-22 06:24:48'),(115501,41412,'action created','2021-02-22 14:24:48','2021-02-22 06:24:48'),(115502,41412,'action started via WP Cron','2021-02-22 14:25:43','2021-02-22 06:25:43'),(115503,41412,'action complete via WP Cron','2021-02-22 14:25:43','2021-02-22 06:25:43'),(115504,41413,'action created','2021-02-22 14:25:43','2021-02-22 06:25:43'),(115505,41413,'action started via WP Cron','2021-02-22 14:26:56','2021-02-22 06:26:56'),(115506,41413,'action complete via WP Cron','2021-02-22 14:26:56','2021-02-22 06:26:56'),(115507,41414,'action created','2021-02-22 14:26:56','2021-02-22 06:26:56'),(115508,41414,'action started via WP Cron','2021-02-22 14:28:58','2021-02-22 06:28:58'),(115509,41414,'action complete via WP Cron','2021-02-22 14:28:58','2021-02-22 06:28:58'),(115510,41415,'action created','2021-02-22 14:28:58','2021-02-22 06:28:58'),(115511,41415,'action started via WP Cron','2021-02-22 14:29:59','2021-02-22 06:29:59'),(115512,41415,'action complete via WP Cron','2021-02-22 14:29:59','2021-02-22 06:29:59'),(115513,41416,'action created','2021-02-22 14:30:00','2021-02-22 06:30:00'),(115514,41416,'action started via WP Cron','2021-02-22 14:31:01','2021-02-22 06:31:01'),(115515,41416,'action complete via WP Cron','2021-02-22 14:31:01','2021-02-22 06:31:01'),(115516,41417,'action created','2021-02-22 14:31:01','2021-02-22 06:31:01'),(115517,41417,'action started via WP Cron','2021-02-22 14:40:28','2021-02-22 06:40:28'),(115518,41417,'action complete via WP Cron','2021-02-22 14:40:28','2021-02-22 06:40:28'),(115519,41418,'action created','2021-02-22 14:40:28','2021-02-22 06:40:28'),(115520,41418,'action started via WP Cron','2021-02-22 14:43:59','2021-02-22 06:43:59'),(115521,41418,'action complete via WP Cron','2021-02-22 14:43:59','2021-02-22 06:43:59'),(115522,41419,'action created','2021-02-22 14:43:59','2021-02-22 06:43:59'),(115523,41419,'action started via WP Cron','2021-02-22 14:44:41','2021-02-22 06:44:41'),(115524,41419,'action complete via WP Cron','2021-02-22 14:44:41','2021-02-22 06:44:41'),(115525,41420,'action created','2021-02-22 14:44:41','2021-02-22 06:44:41'),(115526,41420,'action started via WP Cron','2021-02-22 14:57:29','2021-02-22 06:57:29'),(115527,41420,'action complete via WP Cron','2021-02-22 14:57:29','2021-02-22 06:57:29'),(115528,41421,'action created','2021-02-22 14:57:30','2021-02-22 06:57:30'),(115529,41421,'action started via WP Cron','2021-02-22 14:58:36','2021-02-22 06:58:36'),(115530,41421,'action complete via WP Cron','2021-02-22 14:58:36','2021-02-22 06:58:36'),(115531,41422,'action created','2021-02-22 14:58:36','2021-02-22 06:58:36'),(115532,41422,'action started via WP Cron','2021-02-22 14:59:37','2021-02-22 06:59:37'),(115533,41422,'action complete via WP Cron','2021-02-22 14:59:37','2021-02-22 06:59:37'),(115534,41423,'action created','2021-02-22 14:59:37','2021-02-22 06:59:37'),(115535,41423,'action started via WP Cron','2021-02-22 15:01:39','2021-02-22 07:01:39'),(115536,41423,'action complete via WP Cron','2021-02-22 15:01:39','2021-02-22 07:01:39'),(115537,41424,'action created','2021-02-22 15:01:39','2021-02-22 07:01:39'),(115538,41424,'action started via WP Cron','2021-02-22 15:02:40','2021-02-22 07:02:40'),(115539,41424,'action complete via WP Cron','2021-02-22 15:02:40','2021-02-22 07:02:40'),(115540,41425,'action created','2021-02-22 15:02:40','2021-02-22 07:02:40'),(115541,41425,'action started via WP Cron','2021-02-22 15:03:41','2021-02-22 07:03:41'),(115542,41425,'action complete via WP Cron','2021-02-22 15:03:41','2021-02-22 07:03:41'),(115543,41426,'action created','2021-02-22 15:03:41','2021-02-22 07:03:41'),(115544,41426,'action started via WP Cron','2021-02-22 15:05:13','2021-02-22 07:05:13'),(115545,41426,'action complete via WP Cron','2021-02-22 15:05:13','2021-02-22 07:05:13'),(115546,41427,'action created','2021-02-22 15:05:13','2021-02-22 07:05:13'),(115547,41427,'action started via WP Cron','2021-02-22 15:06:23','2021-02-22 07:06:23'),(115548,41427,'action complete via WP Cron','2021-02-22 15:06:23','2021-02-22 07:06:23'),(115549,41428,'action created','2021-02-22 15:06:23','2021-02-22 07:06:23'),(115550,41428,'action started via WP Cron','2021-02-22 15:08:04','2021-02-22 07:08:04'),(115551,41428,'action complete via WP Cron','2021-02-22 15:08:04','2021-02-22 07:08:04'),(115552,41429,'action created','2021-02-22 15:08:04','2021-02-22 07:08:04'),(115553,41429,'action started via WP Cron','2021-02-22 15:08:45','2021-02-22 07:08:45'),(115554,41429,'action complete via WP Cron','2021-02-22 15:08:45','2021-02-22 07:08:45'),(115555,41430,'action created','2021-02-22 15:08:45','2021-02-22 07:08:45'),(115556,41430,'action started via WP Cron','2021-02-22 15:13:25','2021-02-22 07:13:25'),(115557,41430,'action complete via WP Cron','2021-02-22 15:13:25','2021-02-22 07:13:25'),(115558,41431,'action created','2021-02-22 15:13:25','2021-02-22 07:13:25'),(115559,41431,'action started via WP Cron','2021-02-22 15:15:27','2021-02-22 07:15:27'),(115560,41431,'action complete via WP Cron','2021-02-22 15:15:27','2021-02-22 07:15:27'),(115561,41432,'action created','2021-02-22 15:15:27','2021-02-22 07:15:27'),(115562,41432,'action started via WP Cron','2021-02-22 15:16:28','2021-02-22 07:16:28'),(115563,41432,'action complete via WP Cron','2021-02-22 15:16:28','2021-02-22 07:16:28'),(115564,41433,'action created','2021-02-22 15:16:28','2021-02-22 07:16:28'),(115565,41433,'action started via WP Cron','2021-02-22 15:17:29','2021-02-22 07:17:29'),(115566,41433,'action complete via WP Cron','2021-02-22 15:17:29','2021-02-22 07:17:29'),(115567,41434,'action created','2021-02-22 15:17:29','2021-02-22 07:17:29'),(115568,41434,'action started via WP Cron','2021-02-22 15:19:31','2021-02-22 07:19:31'),(115569,41434,'action complete via WP Cron','2021-02-22 15:19:31','2021-02-22 07:19:31'),(115570,41435,'action created','2021-02-22 15:19:31','2021-02-22 07:19:31'),(115571,41435,'action started via WP Cron','2021-02-22 15:20:32','2021-02-22 07:20:32'),(115572,41435,'action complete via WP Cron','2021-02-22 15:20:32','2021-02-22 07:20:32'),(115573,41436,'action created','2021-02-22 15:21:33','2021-02-22 07:21:33'),(115574,41436,'action started via WP Cron','2021-02-22 15:23:18','2021-02-22 07:23:18'),(115575,41436,'action complete via WP Cron','2021-02-22 15:23:18','2021-02-22 07:23:18'),(115576,41437,'action created','2021-02-22 15:23:18','2021-02-22 07:23:18'),(115577,41437,'action started via WP Cron','2021-02-22 15:28:12','2021-02-22 07:28:12'),(115578,41437,'action complete via WP Cron','2021-02-22 15:28:12','2021-02-22 07:28:12'),(115579,41438,'action created','2021-02-22 15:28:12','2021-02-22 07:28:12'),(115580,41438,'action started via WP Cron','2021-02-22 15:29:11','2021-02-22 07:29:11'),(115581,41438,'action complete via WP Cron','2021-02-22 15:29:11','2021-02-22 07:29:11'),(115582,41439,'action created','2021-02-22 15:29:11','2021-02-22 07:29:11'),(115583,41439,'action started via WP Cron','2021-02-22 15:31:08','2021-02-22 07:31:08'),(115584,41439,'action complete via WP Cron','2021-02-22 15:31:09','2021-02-22 07:31:09'),(115585,41440,'action created','2021-02-22 15:31:09','2021-02-22 07:31:09'),(115586,41440,'action started via WP Cron','2021-02-22 15:32:10','2021-02-22 07:32:10'),(115587,41440,'action complete via WP Cron','2021-02-22 15:32:10','2021-02-22 07:32:10'),(115588,41441,'action created','2021-02-22 15:32:10','2021-02-22 07:32:10'),(115589,41441,'action started via WP Cron','2021-02-22 15:33:12','2021-02-22 07:33:12'),(115590,41441,'action complete via WP Cron','2021-02-22 15:33:12','2021-02-22 07:33:12'),(115591,41442,'action created','2021-02-22 15:33:12','2021-02-22 07:33:12'),(115592,41442,'action started via WP Cron','2021-02-22 15:38:29','2021-02-22 07:38:29'),(115593,41442,'action complete via WP Cron','2021-02-22 15:38:29','2021-02-22 07:38:29'),(115594,41443,'action created','2021-02-22 15:39:29','2021-02-22 07:39:29'),(115595,41443,'action started via WP Cron','2021-02-22 15:39:44','2021-02-22 07:39:44'),(115596,41443,'action complete via WP Cron','2021-02-22 15:39:44','2021-02-22 07:39:44'),(115597,41444,'action created','2021-02-22 15:39:44','2021-02-22 07:39:44'),(115598,41444,'action started via WP Cron','2021-02-22 15:42:33','2021-02-22 07:42:33'),(115599,41444,'action complete via WP Cron','2021-02-22 15:42:33','2021-02-22 07:42:33'),(115600,41445,'action created','2021-02-22 15:42:33','2021-02-22 07:42:33'),(115601,41445,'action started via WP Cron','2021-02-22 15:43:33','2021-02-22 07:43:33'),(115602,41445,'action complete via WP Cron','2021-02-22 15:43:33','2021-02-22 07:43:33'),(115603,41446,'action created','2021-02-22 15:43:33','2021-02-22 07:43:33'),(115604,41446,'action started via WP Cron','2021-02-22 15:44:33','2021-02-22 07:44:33'),(115605,41446,'action complete via WP Cron','2021-02-22 15:44:33','2021-02-22 07:44:33'),(115606,41447,'action created','2021-02-22 15:44:33','2021-02-22 07:44:33'),(115607,41447,'action started via WP Cron','2021-02-22 15:53:06','2021-02-22 07:53:06'),(115608,41447,'action complete via WP Cron','2021-02-22 15:53:06','2021-02-22 07:53:06'),(115609,41448,'action created','2021-02-22 15:53:06','2021-02-22 07:53:06'),(115610,41448,'action started via WP Cron','2021-02-22 15:53:56','2021-02-22 07:53:56'),(115611,41448,'action complete via WP Cron','2021-02-22 15:53:56','2021-02-22 07:53:56'),(115612,41449,'action created','2021-02-22 15:53:56','2021-02-22 07:53:56'),(115613,41449,'action started via WP Cron','2021-02-22 16:03:14','2021-02-22 08:03:14'),(115614,41449,'action complete via WP Cron','2021-02-22 16:03:14','2021-02-22 08:03:14'),(115615,41450,'action created','2021-02-22 16:03:14','2021-02-22 08:03:14'),(115616,41450,'action started via WP Cron','2021-02-22 16:03:45','2021-02-22 08:03:45'),(115617,41450,'action complete via WP Cron','2021-02-22 16:03:45','2021-02-22 08:03:45'),(115618,41451,'action created','2021-02-22 16:03:45','2021-02-22 08:03:45'),(115619,41451,'action started via WP Cron','2021-02-22 16:04:46','2021-02-22 08:04:46'),(115620,41451,'action complete via WP Cron','2021-02-22 16:04:46','2021-02-22 08:04:46'),(115621,41452,'action created','2021-02-22 16:04:46','2021-02-22 08:04:46'),(115622,41452,'action started via WP Cron','2021-02-22 16:05:47','2021-02-22 08:05:47'),(115623,41452,'action complete via WP Cron','2021-02-22 16:05:47','2021-02-22 08:05:47'),(115624,41453,'action created','2021-02-22 16:05:47','2021-02-22 08:05:47'),(115625,41453,'action started via WP Cron','2021-02-22 16:07:23','2021-02-22 08:07:23'),(115626,41453,'action complete via WP Cron','2021-02-22 16:07:23','2021-02-22 08:07:23'),(115627,41454,'action created','2021-02-22 16:07:23','2021-02-22 08:07:23'),(115628,41454,'action started via WP Cron','2021-02-22 16:07:49','2021-02-22 08:07:49'),(115629,41454,'action complete via WP Cron','2021-02-22 16:07:49','2021-02-22 08:07:49'),(115630,41455,'action created','2021-02-22 16:07:49','2021-02-22 08:07:49'),(115631,41455,'action started via WP Cron','2021-02-22 16:08:50','2021-02-22 08:08:50'),(115632,41455,'action complete via WP Cron','2021-02-22 16:08:50','2021-02-22 08:08:50'),(115633,41456,'action created','2021-02-22 16:08:50','2021-02-22 08:08:50'),(115634,41456,'action started via WP Cron','2021-02-22 16:09:51','2021-02-22 08:09:51'),(115635,41456,'action complete via WP Cron','2021-02-22 16:09:51','2021-02-22 08:09:51'),(115636,41457,'action created','2021-02-22 16:09:51','2021-02-22 08:09:51'),(115637,41457,'action started via WP Cron','2021-02-22 16:12:07','2021-02-22 08:12:07'),(115638,41457,'action complete via WP Cron','2021-02-22 16:12:07','2021-02-22 08:12:07'),(115639,41458,'action created','2021-02-22 16:12:20','2021-02-22 08:12:20'),(115640,41458,'action started via WP Cron','2021-02-22 16:13:20','2021-02-22 08:13:20'),(115641,41458,'action complete via WP Cron','2021-02-22 16:13:20','2021-02-22 08:13:20'),(115642,41459,'action created','2021-02-22 16:13:20','2021-02-22 08:13:20'),(115643,41459,'action started via WP Cron','2021-02-22 16:13:43','2021-02-22 08:13:43'),(115644,41459,'action complete via WP Cron','2021-02-22 16:13:43','2021-02-22 08:13:43'),(115645,41460,'action created','2021-02-22 16:13:43','2021-02-22 08:13:43'),(115646,41460,'action started via WP Cron','2021-02-22 16:15:27','2021-02-22 08:15:27'),(115647,41460,'action complete via WP Cron','2021-02-22 16:15:27','2021-02-22 08:15:27'),(115648,41461,'action created','2021-02-22 16:15:27','2021-02-22 08:15:27'),(115649,41461,'action started via WP Cron','2021-02-22 16:21:39','2021-02-22 08:21:39'),(115650,41461,'action complete via WP Cron','2021-02-22 16:21:39','2021-02-22 08:21:39'),(115651,41462,'action created','2021-02-22 16:21:39','2021-02-22 08:21:39'),(115652,41462,'action started via WP Cron','2021-02-22 16:22:33','2021-02-22 08:22:33'),(115653,41462,'action complete via WP Cron','2021-02-22 16:22:33','2021-02-22 08:22:33'),(115654,41463,'action created','2021-02-22 16:22:33','2021-02-22 08:22:33'),(115655,41463,'action started via WP Cron','2021-02-22 16:23:34','2021-02-22 08:23:34'),(115656,41463,'action complete via WP Cron','2021-02-22 16:23:34','2021-02-22 08:23:34'),(115657,41464,'action created','2021-02-22 16:23:34','2021-02-22 08:23:34'),(115658,41464,'action started via WP Cron','2021-02-22 16:24:01','2021-02-22 08:24:01'),(115659,41464,'action complete via WP Cron','2021-02-22 16:24:01','2021-02-22 08:24:01'),(115660,41465,'action created','2021-02-22 16:24:01','2021-02-22 08:24:01'),(115661,41465,'action started via WP Cron','2021-02-22 16:30:39','2021-02-22 08:30:39'),(115662,41465,'action complete via WP Cron','2021-02-22 16:30:39','2021-02-22 08:30:39'),(115663,41466,'action created','2021-02-22 16:30:39','2021-02-22 08:30:39'),(115664,41466,'action started via WP Cron','2021-02-22 16:33:25','2021-02-22 08:33:25'),(115665,41466,'action complete via WP Cron','2021-02-22 16:33:25','2021-02-22 08:33:25'),(115666,41467,'action created','2021-02-22 16:33:25','2021-02-22 08:33:25'),(115667,41467,'action started via WP Cron','2021-02-22 16:33:41','2021-02-22 08:33:41'),(115668,41467,'action complete via WP Cron','2021-02-22 16:33:41','2021-02-22 08:33:41'),(115669,41468,'action created','2021-02-22 16:33:41','2021-02-22 08:33:41'),(115670,41468,'action started via WP Cron','2021-02-22 16:35:30','2021-02-22 08:35:30'),(115671,41468,'action complete via WP Cron','2021-02-22 16:35:30','2021-02-22 08:35:30'),(115672,41469,'action created','2021-02-22 16:35:30','2021-02-22 08:35:30'),(115673,41469,'action started via WP Cron','2021-02-22 16:36:13','2021-02-22 08:36:13'),(115674,41469,'action complete via WP Cron','2021-02-22 16:36:13','2021-02-22 08:36:13'),(115675,41470,'action created','2021-02-22 16:36:13','2021-02-22 08:36:13'),(115676,41470,'action started via WP Cron','2021-02-22 16:37:33','2021-02-22 08:37:33'),(115677,41470,'action complete via WP Cron','2021-02-22 16:37:33','2021-02-22 08:37:33'),(115678,41471,'action created','2021-02-22 16:37:33','2021-02-22 08:37:33'),(115679,41471,'action started via WP Cron','2021-02-22 16:38:34','2021-02-22 08:38:34'),(115680,41471,'action complete via WP Cron','2021-02-22 16:38:34','2021-02-22 08:38:34'),(115681,41472,'action created','2021-02-22 16:38:34','2021-02-22 08:38:34'),(115682,41472,'action started via WP Cron','2021-02-22 16:38:53','2021-02-22 08:38:53'),(115683,41472,'action complete via WP Cron','2021-02-22 16:38:53','2021-02-22 08:38:53'),(115684,41473,'action created','2021-02-22 16:38:53','2021-02-22 08:38:53'),(115685,41473,'action started via WP Cron','2021-02-22 16:39:47','2021-02-22 08:39:47'),(115686,41473,'action complete via WP Cron','2021-02-22 16:39:47','2021-02-22 08:39:47'),(115687,41474,'action created','2021-02-22 16:39:47','2021-02-22 08:39:47'),(115688,41474,'action started via WP Cron','2021-02-22 16:40:52','2021-02-22 08:40:52'),(115689,41474,'action complete via WP Cron','2021-02-22 16:40:52','2021-02-22 08:40:52'),(115690,41475,'action created','2021-02-22 16:40:53','2021-02-22 08:40:53'),(115691,41475,'action started via WP Cron','2021-02-22 16:41:44','2021-02-22 08:41:44'),(115692,41475,'action complete via WP Cron','2021-02-22 16:41:44','2021-02-22 08:41:44'),(115693,41476,'action created','2021-02-22 16:41:44','2021-02-22 08:41:44'),(115694,41476,'action started via WP Cron','2021-02-22 16:42:51','2021-02-22 08:42:51'),(115695,41476,'action complete via WP Cron','2021-02-22 16:42:51','2021-02-22 08:42:51'),(115696,41477,'action created','2021-02-22 16:42:51','2021-02-22 08:42:51'),(115697,41477,'action started via WP Cron','2021-02-22 16:43:49','2021-02-22 08:43:49'),(115698,41477,'action complete via WP Cron','2021-02-22 16:43:49','2021-02-22 08:43:49'),(115699,41478,'action created','2021-02-22 16:43:49','2021-02-22 08:43:49'),(115700,41478,'action started via WP Cron','2021-02-22 16:44:42','2021-02-22 08:44:42'),(115701,41478,'action complete via WP Cron','2021-02-22 16:44:42','2021-02-22 08:44:42'),(115702,41479,'action created','2021-02-22 16:44:42','2021-02-22 08:44:42'),(115703,41479,'action started via WP Cron','2021-02-22 16:45:45','2021-02-22 08:45:45'),(115704,41479,'action complete via WP Cron','2021-02-22 16:45:45','2021-02-22 08:45:45'),(115705,41480,'action created','2021-02-22 16:45:45','2021-02-22 08:45:45'),(115706,41480,'action started via WP Cron','2021-02-22 16:46:50','2021-02-22 08:46:50'),(115707,41480,'action complete via WP Cron','2021-02-22 16:46:50','2021-02-22 08:46:50'),(115708,41481,'action created','2021-02-22 16:46:50','2021-02-22 08:46:50'),(115709,41481,'action started via WP Cron','2021-02-22 16:47:46','2021-02-22 08:47:46'),(115710,41481,'action complete via WP Cron','2021-02-22 16:47:46','2021-02-22 08:47:46'),(115711,41482,'action created','2021-02-22 16:47:46','2021-02-22 08:47:46'),(115712,41482,'action started via WP Cron','2021-02-22 16:48:52','2021-02-22 08:48:52'),(115713,41482,'action complete via WP Cron','2021-02-22 16:48:52','2021-02-22 08:48:52'),(115714,41483,'action created','2021-02-22 16:48:52','2021-02-22 08:48:52'),(115715,41483,'action started via WP Cron','2021-02-22 16:49:52','2021-02-22 08:49:52'),(115716,41483,'action complete via WP Cron','2021-02-22 16:49:52','2021-02-22 08:49:52'),(115717,41484,'action created','2021-02-22 16:49:53','2021-02-22 08:49:53'),(115718,41484,'action started via WP Cron','2021-02-22 16:50:52','2021-02-22 08:50:52'),(115719,41484,'action complete via WP Cron','2021-02-22 16:50:52','2021-02-22 08:50:52'),(115720,41485,'action created','2021-02-22 16:50:52','2021-02-22 08:50:52'),(115721,41485,'action started via WP Cron','2021-02-22 16:52:03','2021-02-22 08:52:03'),(115722,41485,'action complete via WP Cron','2021-02-22 16:52:03','2021-02-22 08:52:03'),(115723,41486,'action created','2021-02-22 16:52:03','2021-02-22 08:52:03'),(115724,41486,'action started via WP Cron','2021-02-22 16:52:45','2021-02-22 08:52:45'),(115725,41486,'action complete via WP Cron','2021-02-22 16:52:45','2021-02-22 08:52:45'),(115726,41487,'action created','2021-02-22 16:52:45','2021-02-22 08:52:45'),(115727,41487,'action started via WP Cron','2021-02-22 16:53:44','2021-02-22 08:53:44'),(115728,41487,'action complete via WP Cron','2021-02-22 16:53:44','2021-02-22 08:53:44'),(115729,41488,'action created','2021-02-22 16:53:44','2021-02-22 08:53:44'),(115730,41488,'action started via WP Cron','2021-02-22 16:54:57','2021-02-22 08:54:57'),(115731,41488,'action complete via WP Cron','2021-02-22 16:54:57','2021-02-22 08:54:57'),(115732,41489,'action created','2021-02-22 16:54:57','2021-02-22 08:54:57'),(115733,41489,'action started via WP Cron','2021-02-22 16:55:50','2021-02-22 08:55:50'),(115734,41489,'action complete via WP Cron','2021-02-22 16:55:50','2021-02-22 08:55:50'),(115735,41490,'action created','2021-02-22 16:55:50','2021-02-22 08:55:50'),(115736,41490,'action started via WP Cron','2021-02-22 16:56:42','2021-02-22 08:56:42'),(115737,41490,'action complete via WP Cron','2021-02-22 16:56:42','2021-02-22 08:56:42'),(115738,41491,'action created','2021-02-22 16:56:42','2021-02-22 08:56:42'),(115739,41491,'action started via WP Cron','2021-02-22 16:57:51','2021-02-22 08:57:51'),(115740,41491,'action complete via WP Cron','2021-02-22 16:57:51','2021-02-22 08:57:51'),(115741,41492,'action created','2021-02-22 16:57:51','2021-02-22 08:57:51'),(115742,41492,'action started via WP Cron','2021-02-22 16:58:47','2021-02-22 08:58:47'),(115743,41492,'action complete via WP Cron','2021-02-22 16:58:47','2021-02-22 08:58:47'),(115744,41493,'action created','2021-02-22 16:58:47','2021-02-22 08:58:47'),(115745,41493,'action started via WP Cron','2021-02-22 16:59:41','2021-02-22 08:59:41'),(115746,41493,'action complete via WP Cron','2021-02-22 16:59:41','2021-02-22 08:59:41'),(115747,41494,'action created','2021-02-22 16:59:41','2021-02-22 08:59:41'),(115748,41494,'action started via WP Cron','2021-02-22 17:00:42','2021-02-22 09:00:42'),(115749,41494,'action complete via WP Cron','2021-02-22 17:00:42','2021-02-22 09:00:42'),(115750,41495,'action created','2021-02-22 17:00:43','2021-02-22 09:00:43'),(115751,41495,'action started via WP Cron','2021-02-22 17:01:44','2021-02-22 09:01:44'),(115752,41495,'action complete via WP Cron','2021-02-22 17:01:44','2021-02-22 09:01:44'),(115753,41496,'action created','2021-02-22 17:01:44','2021-02-22 09:01:44'),(115754,41496,'action started via WP Cron','2021-02-22 17:03:02','2021-02-22 09:03:02'),(115755,41496,'action complete via WP Cron','2021-02-22 17:03:02','2021-02-22 09:03:02'),(115756,41497,'action created','2021-02-22 17:03:02','2021-02-22 09:03:02'),(115757,41497,'action started via WP Cron','2021-02-22 17:03:50','2021-02-22 09:03:50'),(115758,41497,'action complete via WP Cron','2021-02-22 17:03:50','2021-02-22 09:03:50'),(115759,41498,'action created','2021-02-22 17:03:50','2021-02-22 09:03:50'),(115760,41498,'action started via WP Cron','2021-02-22 17:04:45','2021-02-22 09:04:45'),(115761,41498,'action complete via WP Cron','2021-02-22 17:04:45','2021-02-22 09:04:45'),(115762,41499,'action created','2021-02-22 17:04:45','2021-02-22 09:04:45'),(115763,41499,'action started via WP Cron','2021-02-22 17:05:52','2021-02-22 09:05:52'),(115764,41499,'action complete via WP Cron','2021-02-22 17:05:52','2021-02-22 09:05:52'),(115765,41500,'action created','2021-02-22 17:05:52','2021-02-22 09:05:52'),(115766,41500,'action started via WP Cron','2021-02-22 17:06:45','2021-02-22 09:06:45'),(115767,41500,'action complete via WP Cron','2021-02-22 17:06:45','2021-02-22 09:06:45'),(115768,41501,'action created','2021-02-22 17:06:45','2021-02-22 09:06:45'),(115769,41501,'action started via WP Cron','2021-02-22 17:07:50','2021-02-22 09:07:50'),(115770,41501,'action complete via WP Cron','2021-02-22 17:07:50','2021-02-22 09:07:50'),(115771,41502,'action created','2021-02-22 17:07:50','2021-02-22 09:07:50'),(115772,41502,'action started via WP Cron','2021-02-22 17:08:45','2021-02-22 09:08:45'),(115773,41502,'action complete via WP Cron','2021-02-22 17:08:45','2021-02-22 09:08:45'),(115774,41503,'action created','2021-02-22 17:08:45','2021-02-22 09:08:45'),(115775,41503,'action started via WP Cron','2021-02-22 17:09:44','2021-02-22 09:09:44'),(115776,41503,'action complete via WP Cron','2021-02-22 17:09:44','2021-02-22 09:09:44'),(115777,41504,'action created','2021-02-22 17:09:44','2021-02-22 09:09:44'),(115778,41504,'action started via WP Cron','2021-02-22 17:10:51','2021-02-22 09:10:51'),(115779,41504,'action complete via WP Cron','2021-02-22 17:10:51','2021-02-22 09:10:51'),(115780,41505,'action created','2021-02-22 17:10:51','2021-02-22 09:10:51'),(115781,41505,'action started via WP Cron','2021-02-22 17:11:52','2021-02-22 09:11:52'),(115782,41505,'action complete via WP Cron','2021-02-22 17:11:52','2021-02-22 09:11:52'),(115783,41506,'action created','2021-02-22 17:11:52','2021-02-22 09:11:52'),(115784,41506,'action started via WP Cron','2021-02-22 17:12:54','2021-02-22 09:12:54'),(115785,41506,'action complete via WP Cron','2021-02-22 17:12:54','2021-02-22 09:12:54'),(115786,41507,'action created','2021-02-22 17:12:54','2021-02-22 09:12:54'),(115787,41507,'action started via WP Cron','2021-02-22 17:14:10','2021-02-22 09:14:10'),(115788,41507,'action complete via WP Cron','2021-02-22 17:14:10','2021-02-22 09:14:10'),(115789,41508,'action created','2021-02-22 17:14:10','2021-02-22 09:14:10'),(115790,41508,'action started via WP Cron','2021-02-22 17:16:27','2021-02-22 09:16:27'),(115791,41508,'action complete via WP Cron','2021-02-22 17:16:27','2021-02-22 09:16:27'),(115792,41509,'action created','2021-02-22 17:16:27','2021-02-22 09:16:27'),(115793,41509,'action started via WP Cron','2021-02-22 17:17:28','2021-02-22 09:17:28'),(115794,41509,'action complete via WP Cron','2021-02-22 17:17:28','2021-02-22 09:17:28'),(115795,41510,'action created','2021-02-22 17:17:28','2021-02-22 09:17:28'),(115796,41510,'action started via WP Cron','2021-02-22 17:18:17','2021-02-22 09:18:17'),(115797,41510,'action complete via WP Cron','2021-02-22 17:18:17','2021-02-22 09:18:17'),(115798,41511,'action created','2021-02-22 17:18:17','2021-02-22 09:18:17'),(115799,41511,'action started via WP Cron','2021-02-22 17:19:17','2021-02-22 09:19:17'),(115800,41511,'action complete via WP Cron','2021-02-22 17:19:17','2021-02-22 09:19:17'),(115801,41512,'action created','2021-02-22 17:19:17','2021-02-22 09:19:17'),(115802,41512,'action started via WP Cron','2021-02-22 17:20:19','2021-02-22 09:20:19'),(115803,41512,'action complete via WP Cron','2021-02-22 17:20:19','2021-02-22 09:20:19'),(115804,41513,'action created','2021-02-22 17:20:19','2021-02-22 09:20:19'),(115805,41513,'action started via WP Cron','2021-02-22 17:22:34','2021-02-22 09:22:34'),(115806,41513,'action complete via WP Cron','2021-02-22 17:22:34','2021-02-22 09:22:34'),(115807,41514,'action created','2021-02-22 17:22:34','2021-02-22 09:22:34'),(115808,41514,'action started via WP Cron','2021-02-22 17:24:55','2021-02-22 09:24:55'),(115809,41514,'action complete via WP Cron','2021-02-22 17:24:55','2021-02-22 09:24:55'),(115810,41515,'action created','2021-02-22 17:24:55','2021-02-22 09:24:55'),(115811,41515,'action started via WP Cron','2021-02-22 17:26:28','2021-02-22 09:26:28'),(115812,41515,'action complete via WP Cron','2021-02-22 17:26:28','2021-02-22 09:26:28'),(115813,41516,'action created','2021-02-22 17:26:28','2021-02-22 09:26:28'),(115814,41516,'action started via WP Cron','2021-02-22 17:29:37','2021-02-22 09:29:37'),(115815,41516,'action complete via WP Cron','2021-02-22 17:29:37','2021-02-22 09:29:37'),(115816,41517,'action created','2021-02-22 17:29:37','2021-02-22 09:29:37'),(115817,41517,'action started via WP Cron','2021-02-22 17:30:54','2021-02-22 09:30:54'),(115818,41517,'action complete via WP Cron','2021-02-22 17:30:54','2021-02-22 09:30:54'),(115819,41518,'action created','2021-02-22 17:30:54','2021-02-22 09:30:54'),(115820,41518,'action started via WP Cron','2021-02-22 17:31:56','2021-02-22 09:31:56'),(115821,41518,'action complete via WP Cron','2021-02-22 17:31:56','2021-02-22 09:31:56'),(115822,41519,'action created','2021-02-22 17:31:56','2021-02-22 09:31:56'),(115823,41519,'action started via WP Cron','2021-02-22 17:39:42','2021-02-22 09:39:42'),(115824,41519,'action complete via WP Cron','2021-02-22 17:39:42','2021-02-22 09:39:42'),(115825,41520,'action created','2021-02-22 17:39:42','2021-02-22 09:39:42'),(115826,41520,'action started via WP Cron','2021-02-22 17:40:42','2021-02-22 09:40:42'),(115827,41520,'action complete via WP Cron','2021-02-22 17:40:42','2021-02-22 09:40:42'),(115828,41521,'action created','2021-02-22 17:40:42','2021-02-22 09:40:42'),(115829,41521,'action started via WP Cron','2021-02-22 17:41:50','2021-02-22 09:41:50'),(115830,41521,'action complete via WP Cron','2021-02-22 17:41:50','2021-02-22 09:41:50'),(115831,41522,'action created','2021-02-22 17:41:50','2021-02-22 09:41:50'),(115832,41522,'action started via WP Cron','2021-02-22 17:43:30','2021-02-22 09:43:30'),(115833,41522,'action complete via WP Cron','2021-02-22 17:43:30','2021-02-22 09:43:30'),(115834,41523,'action created','2021-02-22 17:43:30','2021-02-22 09:43:30'),(115835,41523,'action started via WP Cron','2021-02-22 17:43:46','2021-02-22 09:43:46'),(115836,41523,'action complete via WP Cron','2021-02-22 17:43:46','2021-02-22 09:43:46'),(115837,41524,'action created','2021-02-22 17:43:47','2021-02-22 09:43:47'),(115838,41524,'action started via WP Cron','2021-02-22 17:44:47','2021-02-22 09:44:47'),(115839,41524,'action complete via WP Cron','2021-02-22 17:44:47','2021-02-22 09:44:47'),(115840,41525,'action created','2021-02-22 17:44:47','2021-02-22 09:44:47'),(115841,41525,'action started via WP Cron','2021-02-22 17:45:49','2021-02-22 09:45:49'),(115842,41525,'action complete via WP Cron','2021-02-22 17:45:49','2021-02-22 09:45:49'),(115843,41526,'action created','2021-02-22 17:45:49','2021-02-22 09:45:49'),(115844,41526,'action started via WP Cron','2021-02-22 17:47:27','2021-02-22 09:47:27'),(115845,41526,'action complete via WP Cron','2021-02-22 17:47:27','2021-02-22 09:47:27'),(115846,41527,'action created','2021-02-22 17:47:27','2021-02-22 09:47:27'),(115847,41527,'action started via WP Cron','2021-02-22 17:48:29','2021-02-22 09:48:29'),(115848,41527,'action complete via WP Cron','2021-02-22 17:48:29','2021-02-22 09:48:29'),(115849,41528,'action created','2021-02-22 17:48:29','2021-02-22 09:48:29'),(115850,41528,'action started via WP Cron','2021-02-22 17:49:29','2021-02-22 09:49:29'),(115851,41528,'action complete via WP Cron','2021-02-22 17:49:29','2021-02-22 09:49:29'),(115852,41529,'action created','2021-02-22 17:49:30','2021-02-22 09:49:30'),(115853,41529,'action started via WP Cron','2021-02-22 17:50:20','2021-02-22 09:50:20'),(115854,41529,'action complete via WP Cron','2021-02-22 17:50:20','2021-02-22 09:50:20'),(115855,41530,'action created','2021-02-22 17:50:20','2021-02-22 09:50:20'),(115856,41530,'action started via WP Cron','2021-02-22 17:53:32','2021-02-22 09:53:32'),(115857,41530,'action complete via WP Cron','2021-02-22 17:53:32','2021-02-22 09:53:32'),(115858,41531,'action created','2021-02-22 17:53:32','2021-02-22 09:53:32'),(115859,41531,'action started via WP Cron','2021-02-22 17:54:18','2021-02-22 09:54:18'),(115860,41531,'action complete via WP Cron','2021-02-22 17:54:18','2021-02-22 09:54:18'),(115861,41532,'action created','2021-02-22 17:54:18','2021-02-22 09:54:18'),(115862,41532,'action started via WP Cron','2021-02-22 17:55:29','2021-02-22 09:55:29'),(115863,41532,'action complete via WP Cron','2021-02-22 17:55:29','2021-02-22 09:55:29'),(115864,41533,'action created','2021-02-22 17:55:29','2021-02-22 09:55:29'),(115865,41533,'action started via WP Cron','2021-02-22 17:56:20','2021-02-22 09:56:20'),(115866,41533,'action complete via WP Cron','2021-02-22 17:56:20','2021-02-22 09:56:20'),(115867,41534,'action created','2021-02-22 17:56:21','2021-02-22 09:56:21'),(115868,41534,'action started via WP Cron','2021-02-22 18:00:33','2021-02-22 10:00:33'),(115869,41534,'action complete via WP Cron','2021-02-22 18:00:33','2021-02-22 10:00:33'),(115870,41535,'action created','2021-02-22 18:00:34','2021-02-22 10:00:34'),(115871,41535,'action started via WP Cron','2021-02-22 18:01:40','2021-02-22 10:01:40'),(115872,41535,'action complete via WP Cron','2021-02-22 18:01:40','2021-02-22 10:01:40'),(115873,41536,'action created','2021-02-22 18:01:40','2021-02-22 10:01:40'),(115874,41536,'action started via WP Cron','2021-02-22 18:02:57','2021-02-22 10:02:57'),(115875,41536,'action complete via WP Cron','2021-02-22 18:02:57','2021-02-22 10:02:57'),(115876,41537,'action created','2021-02-22 18:02:57','2021-02-22 10:02:57'),(115877,41537,'action started via WP Cron','2021-02-22 18:03:42','2021-02-22 10:03:42'),(115878,41537,'action complete via WP Cron','2021-02-22 18:03:42','2021-02-22 10:03:42'),(115879,41538,'action created','2021-02-22 18:03:42','2021-02-22 10:03:42'),(115880,41538,'action started via WP Cron','2021-02-22 18:04:42','2021-02-22 10:04:42'),(115881,41538,'action complete via WP Cron','2021-02-22 18:04:42','2021-02-22 10:04:42'),(115882,41539,'action created','2021-02-22 18:04:42','2021-02-22 10:04:42'),(115883,41539,'action started via WP Cron','2021-02-22 18:05:43','2021-02-22 10:05:43'),(115884,41539,'action complete via WP Cron','2021-02-22 18:05:43','2021-02-22 10:05:43'),(115885,41540,'action created','2021-02-22 18:05:43','2021-02-22 10:05:43'),(115886,41540,'action started via WP Cron','2021-02-22 18:07:02','2021-02-22 10:07:02'),(115887,41540,'action complete via WP Cron','2021-02-22 18:07:02','2021-02-22 10:07:02'),(115888,41541,'action created','2021-02-22 18:07:02','2021-02-22 10:07:02'),(115889,41541,'action started via WP Cron','2021-02-22 18:08:02','2021-02-22 10:08:02'),(115890,41541,'action complete via WP Cron','2021-02-22 18:08:02','2021-02-22 10:08:02'),(115891,41542,'action created','2021-02-22 18:08:02','2021-02-22 10:08:02'),(115892,41542,'action started via WP Cron','2021-02-22 18:09:03','2021-02-22 10:09:03'),(115893,41542,'action complete via WP Cron','2021-02-22 18:09:03','2021-02-22 10:09:03'),(115894,41543,'action created','2021-02-22 18:09:03','2021-02-22 10:09:03'),(115895,41543,'action started via WP Cron','2021-02-22 18:12:13','2021-02-22 10:12:13'),(115896,41543,'action complete via WP Cron','2021-02-22 18:12:13','2021-02-22 10:12:13'),(115897,41544,'action created','2021-02-22 18:12:13','2021-02-22 10:12:13'),(115898,41544,'action started via WP Cron','2021-02-22 18:13:13','2021-02-22 10:13:13'),(115899,41544,'action complete via WP Cron','2021-02-22 18:13:13','2021-02-22 10:13:13'),(115900,41545,'action created','2021-02-22 18:13:13','2021-02-22 10:13:13'),(115901,41545,'action started via WP Cron','2021-02-22 18:14:14','2021-02-22 10:14:14'),(115902,41545,'action complete via WP Cron','2021-02-22 18:14:14','2021-02-22 10:14:14'),(115903,41546,'action created','2021-02-22 18:14:14','2021-02-22 10:14:14'),(115904,41546,'action started via WP Cron','2021-02-22 18:20:09','2021-02-22 10:20:09'),(115905,41546,'action complete via WP Cron','2021-02-22 18:20:09','2021-02-22 10:20:09'),(115906,41547,'action created','2021-02-22 18:20:09','2021-02-22 10:20:09'),(115907,41547,'action started via WP Cron','2021-02-22 18:22:04','2021-02-22 10:22:04'),(115908,41547,'action complete via WP Cron','2021-02-22 18:22:04','2021-02-22 10:22:04'),(115909,41548,'action created','2021-02-22 18:22:04','2021-02-22 10:22:04'),(115910,41548,'action started via WP Cron','2021-02-22 18:24:01','2021-02-22 10:24:01'),(115911,41548,'action complete via WP Cron','2021-02-22 18:24:01','2021-02-22 10:24:01'),(115912,41549,'action created','2021-02-22 18:24:02','2021-02-22 10:24:02'),(115913,41549,'action started via WP Cron','2021-02-22 18:28:16','2021-02-22 10:28:16'),(115914,41549,'action complete via WP Cron','2021-02-22 18:28:16','2021-02-22 10:28:16'),(115915,41550,'action created','2021-02-22 18:28:16','2021-02-22 10:28:16'),(115916,41550,'action started via WP Cron','2021-02-22 18:29:16','2021-02-22 10:29:16'),(115917,41550,'action complete via WP Cron','2021-02-22 18:29:16','2021-02-22 10:29:16'),(115918,41551,'action created','2021-02-22 18:29:17','2021-02-22 10:29:17'),(115919,41551,'action started via WP Cron','2021-02-22 18:30:17','2021-02-22 10:30:17'),(115920,41551,'action complete via WP Cron','2021-02-22 18:30:17','2021-02-22 10:30:17'),(115921,41552,'action created','2021-02-22 18:30:17','2021-02-22 10:30:17'),(115922,41552,'action started via WP Cron','2021-02-22 18:31:18','2021-02-22 10:31:18'),(115923,41552,'action complete via WP Cron','2021-02-22 18:31:18','2021-02-22 10:31:18'),(115924,41553,'action created','2021-02-22 18:31:18','2021-02-22 10:31:18'),(115925,41553,'action started via WP Cron','2021-02-22 18:33:19','2021-02-22 10:33:19'),(115926,41553,'action complete via WP Cron','2021-02-22 18:33:19','2021-02-22 10:33:19'),(115927,41554,'action created','2021-02-22 18:33:19','2021-02-22 10:33:19'),(115928,41554,'action started via WP Cron','2021-02-22 18:34:20','2021-02-22 10:34:20'),(115929,41554,'action complete via WP Cron','2021-02-22 18:34:20','2021-02-22 10:34:20'),(115930,41555,'action created','2021-02-22 18:34:20','2021-02-22 10:34:20'),(115931,41555,'action started via WP Cron','2021-02-22 18:34:48','2021-02-22 10:34:48'),(115932,41555,'action complete via WP Cron','2021-02-22 18:34:48','2021-02-22 10:34:48'),(115933,41556,'action created','2021-02-22 18:34:48','2021-02-22 10:34:48'),(115934,41556,'action started via WP Cron','2021-02-22 18:36:33','2021-02-22 10:36:33'),(115935,41556,'action complete via WP Cron','2021-02-22 18:36:33','2021-02-22 10:36:33'),(115936,41557,'action created','2021-02-22 18:36:33','2021-02-22 10:36:33'),(115937,41557,'action started via WP Cron','2021-02-22 18:37:36','2021-02-22 10:37:36'),(115938,41557,'action complete via WP Cron','2021-02-22 18:37:36','2021-02-22 10:37:36'),(115939,41558,'action created','2021-02-22 18:37:36','2021-02-22 10:37:36'),(115940,41558,'action started via WP Cron','2021-02-22 18:37:48','2021-02-22 10:37:48'),(115941,41558,'action complete via WP Cron','2021-02-22 18:37:48','2021-02-22 10:37:48'),(115942,41559,'action created','2021-02-22 18:37:48','2021-02-22 10:37:48'),(115943,41559,'action started via WP Cron','2021-02-22 18:41:18','2021-02-22 10:41:18'),(115944,41559,'action complete via WP Cron','2021-02-22 18:41:18','2021-02-22 10:41:18'),(115945,41560,'action created','2021-02-22 18:41:18','2021-02-22 10:41:18'),(115946,41560,'action started via WP Cron','2021-02-22 18:46:06','2021-02-22 10:46:06'),(115947,41560,'action complete via WP Cron','2021-02-22 18:46:06','2021-02-22 10:46:06'),(115948,41561,'action created','2021-02-22 18:46:06','2021-02-22 10:46:06'),(115949,41561,'action started via WP Cron','2021-02-22 18:47:06','2021-02-22 10:47:06'),(115950,41561,'action complete via WP Cron','2021-02-22 18:47:06','2021-02-22 10:47:06'),(115951,41562,'action created','2021-02-22 18:47:06','2021-02-22 10:47:06'),(115952,41562,'action started via WP Cron','2021-02-22 18:48:07','2021-02-22 10:48:07'),(115953,41562,'action complete via WP Cron','2021-02-22 18:48:07','2021-02-22 10:48:07'),(115954,41563,'action created','2021-02-22 18:48:07','2021-02-22 10:48:07'),(115955,41563,'action started via WP Cron','2021-02-22 18:49:08','2021-02-22 10:49:08'),(115956,41563,'action complete via WP Cron','2021-02-22 18:49:08','2021-02-22 10:49:08'),(115957,41564,'action created','2021-02-22 18:49:08','2021-02-22 10:49:08'),(115958,41564,'action started via WP Cron','2021-02-22 18:50:13','2021-02-22 10:50:13'),(115959,41564,'action complete via WP Cron','2021-02-22 18:50:13','2021-02-22 10:50:13'),(115960,41565,'action created','2021-02-22 18:50:13','2021-02-22 10:50:13'),(115961,41565,'action started via WP Cron','2021-02-22 18:52:13','2021-02-22 10:52:13'),(115962,41565,'action complete via WP Cron','2021-02-22 18:52:13','2021-02-22 10:52:13'),(115963,41566,'action created','2021-02-22 18:52:13','2021-02-22 10:52:13'),(115964,41566,'action started via WP Cron','2021-02-22 18:56:37','2021-02-22 10:56:37'),(115965,41566,'action complete via WP Cron','2021-02-22 18:56:37','2021-02-22 10:56:37'),(115966,41567,'action created','2021-02-22 18:56:37','2021-02-22 10:56:37'),(115967,41567,'action started via WP Cron','2021-02-22 19:01:43','2021-02-22 11:01:43'),(115968,41567,'action complete via WP Cron','2021-02-22 19:01:43','2021-02-22 11:01:43'),(115969,41568,'action created','2021-02-22 19:01:44','2021-02-22 11:01:44'),(115970,41568,'action started via WP Cron','2021-02-22 19:06:07','2021-02-22 11:06:07'),(115971,41568,'action complete via WP Cron','2021-02-22 19:06:07','2021-02-22 11:06:07'),(115972,41569,'action created','2021-02-22 19:06:07','2021-02-22 11:06:07'),(115973,41569,'action started via WP Cron','2021-02-22 19:07:05','2021-02-22 11:07:05'),(115974,41569,'action complete via WP Cron','2021-02-22 19:07:05','2021-02-22 11:07:05'),(115975,41570,'action created','2021-02-22 19:07:05','2021-02-22 11:07:05'),(115976,41570,'action started via WP Cron','2021-02-22 19:08:11','2021-02-22 11:08:11'),(115977,41570,'action complete via WP Cron','2021-02-22 19:08:11','2021-02-22 11:08:11'),(115978,41571,'action created','2021-02-22 19:08:11','2021-02-22 11:08:11'),(115979,41571,'action started via WP Cron','2021-02-22 19:09:12','2021-02-22 11:09:12'),(115980,41571,'action complete via WP Cron','2021-02-22 19:09:12','2021-02-22 11:09:12'),(115981,41572,'action created','2021-02-22 19:09:12','2021-02-22 11:09:12'),(115982,41572,'action started via WP Cron','2021-02-22 19:10:07','2021-02-22 11:10:07'),(115983,41572,'action complete via WP Cron','2021-02-22 19:10:07','2021-02-22 11:10:07'),(115984,41573,'action created','2021-02-22 19:10:07','2021-02-22 11:10:07'),(115985,41573,'action started via WP Cron','2021-02-22 19:11:08','2021-02-22 11:11:08'),(115986,41573,'action complete via WP Cron','2021-02-22 19:11:08','2021-02-22 11:11:08'),(115987,41574,'action created','2021-02-22 19:11:08','2021-02-22 11:11:08'),(115988,41574,'action started via WP Cron','2021-02-22 19:12:10','2021-02-22 11:12:10'),(115989,41574,'action complete via WP Cron','2021-02-22 19:12:10','2021-02-22 11:12:10'),(115990,41575,'action created','2021-02-22 19:12:10','2021-02-22 11:12:10'),(115991,41575,'action started via WP Cron','2021-02-22 19:22:01','2021-02-22 11:22:01'),(115992,41575,'action complete via WP Cron','2021-02-22 19:22:01','2021-02-22 11:22:01'),(115993,41576,'action created','2021-02-22 19:22:01','2021-02-22 11:22:01'),(115994,41576,'action started via WP Cron','2021-02-22 19:26:16','2021-02-22 11:26:16'),(115995,41576,'action complete via WP Cron','2021-02-22 19:26:16','2021-02-22 11:26:16'),(115996,41577,'action created','2021-02-22 19:26:16','2021-02-22 11:26:16'),(115997,41577,'action started via WP Cron','2021-02-22 19:27:17','2021-02-22 11:27:17'),(115998,41577,'action complete via WP Cron','2021-02-22 19:27:17','2021-02-22 11:27:17'),(115999,41578,'action created','2021-02-22 19:27:18','2021-02-22 11:27:18'),(116000,41578,'action started via WP Cron','2021-02-22 19:28:18','2021-02-22 11:28:18'),(116001,41578,'action complete via WP Cron','2021-02-22 19:28:18','2021-02-22 11:28:18'),(116002,41579,'action created','2021-02-22 19:28:18','2021-02-22 11:28:18'),(116003,41579,'action started via WP Cron','2021-02-22 19:30:04','2021-02-22 11:30:04'),(116004,41579,'action complete via WP Cron','2021-02-22 19:30:04','2021-02-22 11:30:04'),(116005,41580,'action created','2021-02-22 19:30:19','2021-02-22 11:30:19'),(116006,41580,'action started via WP Cron','2021-02-22 19:31:21','2021-02-22 11:31:21'),(116007,41580,'action complete via WP Cron','2021-02-22 19:31:21','2021-02-22 11:31:21'),(116008,41581,'action created','2021-02-22 19:31:22','2021-02-22 11:31:22'),(116009,41581,'action started via WP Cron','2021-02-22 19:31:41','2021-02-22 11:31:41'),(116010,41581,'action complete via WP Cron','2021-02-22 19:31:41','2021-02-22 11:31:41'),(116011,41582,'action created','2021-02-22 19:31:41','2021-02-22 11:31:41'),(116012,41582,'action started via WP Cron','2021-02-22 19:33:18','2021-02-22 11:33:18'),(116013,41582,'action complete via WP Cron','2021-02-22 19:33:18','2021-02-22 11:33:18'),(116014,41583,'action created','2021-02-22 19:33:19','2021-02-22 11:33:19'),(116015,41583,'action started via WP Cron','2021-02-22 19:34:19','2021-02-22 11:34:19'),(116016,41583,'action complete via WP Cron','2021-02-22 19:34:19','2021-02-22 11:34:19'),(116017,41584,'action created','2021-02-22 19:34:19','2021-02-22 11:34:19'),(116018,41584,'action started via WP Cron','2021-02-22 19:35:20','2021-02-22 11:35:20'),(116019,41584,'action complete via WP Cron','2021-02-22 19:35:20','2021-02-22 11:35:20'),(116020,41585,'action created','2021-02-22 19:35:20','2021-02-22 11:35:20'),(116021,41585,'action started via WP Cron','2021-02-22 19:36:18','2021-02-22 11:36:18'),(116022,41585,'action complete via WP Cron','2021-02-22 19:36:18','2021-02-22 11:36:18'),(116023,41586,'action created','2021-02-22 19:36:18','2021-02-22 11:36:18'),(116024,41586,'action started via WP Cron','2021-02-22 19:37:19','2021-02-22 11:37:19'),(116025,41586,'action complete via WP Cron','2021-02-22 19:37:19','2021-02-22 11:37:19'),(116026,41587,'action created','2021-02-22 19:37:19','2021-02-22 11:37:19'),(116027,41587,'action started via WP Cron','2021-02-22 19:38:28','2021-02-22 11:38:28'),(116028,41587,'action complete via WP Cron','2021-02-22 19:38:28','2021-02-22 11:38:28'),(116029,41588,'action created','2021-02-22 19:38:28','2021-02-22 11:38:28'),(116030,41588,'action started via WP Cron','2021-02-22 19:39:10','2021-02-22 11:39:10'),(116031,41588,'action complete via WP Cron','2021-02-22 19:39:10','2021-02-22 11:39:10'),(116032,41589,'action created','2021-02-22 19:39:10','2021-02-22 11:39:10'),(116033,41589,'action started via WP Cron','2021-02-22 19:47:00','2021-02-22 11:47:00'),(116034,41589,'action complete via WP Cron','2021-02-22 19:47:00','2021-02-22 11:47:00'),(116035,41590,'action created','2021-02-22 19:47:00','2021-02-22 11:47:00'),(116036,41590,'action started via WP Cron','2021-02-22 19:51:42','2021-02-22 11:51:42'),(116037,41590,'action complete via WP Cron','2021-02-22 19:51:42','2021-02-22 11:51:42'),(116038,41591,'action created','2021-02-22 19:51:42','2021-02-22 11:51:42'),(116039,41591,'action started via WP Cron','2021-02-22 19:53:43','2021-02-22 11:53:43'),(116040,41591,'action complete via WP Cron','2021-02-22 19:53:43','2021-02-22 11:53:43'),(116041,41592,'action created','2021-02-22 19:53:43','2021-02-22 11:53:43'),(116042,41592,'action started via WP Cron','2021-02-22 20:00:47','2021-02-22 12:00:47'),(116043,41592,'action complete via WP Cron','2021-02-22 20:00:47','2021-02-22 12:00:47'),(116044,41593,'action created','2021-02-22 20:00:47','2021-02-22 12:00:47'),(116045,41593,'action started via WP Cron','2021-02-22 20:01:44','2021-02-22 12:01:44'),(116046,41593,'action complete via WP Cron','2021-02-22 20:01:44','2021-02-22 12:01:44'),(116047,41594,'action created','2021-02-22 20:01:44','2021-02-22 12:01:44'),(116048,41594,'action started via WP Cron','2021-02-22 20:02:52','2021-02-22 12:02:52'),(116049,41594,'action complete via WP Cron','2021-02-22 20:02:52','2021-02-22 12:02:52'),(116050,41595,'action created','2021-02-22 20:02:52','2021-02-22 12:02:52'),(116051,41595,'action started via WP Cron','2021-02-22 20:03:49','2021-02-22 12:03:49'),(116052,41595,'action complete via WP Cron','2021-02-22 20:03:49','2021-02-22 12:03:49'),(116053,41596,'action created','2021-02-22 20:03:49','2021-02-22 12:03:49'),(116054,41596,'action started via WP Cron','2021-02-22 20:04:44','2021-02-22 12:04:44'),(116055,41596,'action complete via WP Cron','2021-02-22 20:04:44','2021-02-22 12:04:44'),(116056,41597,'action created','2021-02-22 20:04:44','2021-02-22 12:04:44'),(116057,41597,'action started via WP Cron','2021-02-22 20:05:51','2021-02-22 12:05:51'),(116058,41597,'action complete via WP Cron','2021-02-22 20:05:51','2021-02-22 12:05:51'),(116059,41598,'action created','2021-02-22 20:05:51','2021-02-22 12:05:51'),(116060,41598,'action started via WP Cron','2021-02-22 20:07:06','2021-02-22 12:07:06'),(116061,41598,'action complete via WP Cron','2021-02-22 20:07:06','2021-02-22 12:07:06'),(116062,41599,'action created','2021-02-22 20:07:06','2021-02-22 12:07:06'),(116063,41599,'action started via WP Cron','2021-02-22 20:07:57','2021-02-22 12:07:57'),(116064,41599,'action complete via WP Cron','2021-02-22 20:07:57','2021-02-22 12:07:57'),(116065,41600,'action created','2021-02-22 20:07:58','2021-02-22 12:07:58'),(116066,41600,'action started via WP Cron','2021-02-22 20:08:45','2021-02-22 12:08:45'),(116067,41600,'action complete via WP Cron','2021-02-22 20:08:45','2021-02-22 12:08:45'),(116068,41601,'action created','2021-02-22 20:08:45','2021-02-22 12:08:45'),(116069,41601,'action started via WP Cron','2021-02-22 20:09:42','2021-02-22 12:09:42'),(116070,41601,'action complete via WP Cron','2021-02-22 20:09:42','2021-02-22 12:09:42'),(116071,41602,'action created','2021-02-22 20:09:42','2021-02-22 12:09:42'),(116072,41602,'action started via WP Cron','2021-02-22 20:10:50','2021-02-22 12:10:50'),(116073,41602,'action complete via WP Cron','2021-02-22 20:10:50','2021-02-22 12:10:50'),(116074,41603,'action created','2021-02-22 20:10:52','2021-02-22 12:10:52'),(116075,41603,'action started via WP Cron','2021-02-22 20:11:49','2021-02-22 12:11:49'),(116076,41603,'action complete via WP Cron','2021-02-22 20:11:49','2021-02-22 12:11:49'),(116077,41604,'action created','2021-02-22 20:11:49','2021-02-22 12:11:49'),(116078,41604,'action started via WP Cron','2021-02-22 20:12:49','2021-02-22 12:12:49'),(116079,41604,'action complete via WP Cron','2021-02-22 20:12:49','2021-02-22 12:12:49'),(116080,41605,'action created','2021-02-22 20:12:49','2021-02-22 12:12:49'),(116081,41605,'action started via WP Cron','2021-02-22 20:13:50','2021-02-22 12:13:50'),(116082,41605,'action complete via WP Cron','2021-02-22 20:13:50','2021-02-22 12:13:50'),(116083,41606,'action created','2021-02-22 20:13:51','2021-02-22 12:13:51'),(116084,41606,'action started via WP Cron','2021-02-22 20:14:58','2021-02-22 12:14:58'),(116085,41606,'action complete via WP Cron','2021-02-22 20:14:58','2021-02-22 12:14:58'),(116086,41607,'action created','2021-02-22 20:14:58','2021-02-22 12:14:58'),(116087,41607,'action started via WP Cron','2021-02-22 20:15:41','2021-02-22 12:15:41'),(116088,41607,'action complete via WP Cron','2021-02-22 20:15:41','2021-02-22 12:15:41'),(116089,41608,'action created','2021-02-22 20:15:41','2021-02-22 12:15:41'),(116090,41608,'action started via WP Cron','2021-02-22 20:16:47','2021-02-22 12:16:47'),(116091,41608,'action complete via WP Cron','2021-02-22 20:16:47','2021-02-22 12:16:47'),(116092,41609,'action created','2021-02-22 20:16:47','2021-02-22 12:16:47'),(116093,41609,'action started via WP Cron','2021-02-22 20:18:03','2021-02-22 12:18:03'),(116094,41609,'action complete via WP Cron','2021-02-22 20:18:03','2021-02-22 12:18:03'),(116095,41610,'action created','2021-02-22 20:18:03','2021-02-22 12:18:03'),(116096,41610,'action started via WP Cron','2021-02-22 20:18:54','2021-02-22 12:18:54'),(116097,41610,'action complete via WP Cron','2021-02-22 20:18:54','2021-02-22 12:18:54'),(116098,41611,'action created','2021-02-22 20:18:54','2021-02-22 12:18:54'),(116099,41611,'action started via WP Cron','2021-02-22 20:19:41','2021-02-22 12:19:41'),(116100,41611,'action complete via WP Cron','2021-02-22 20:19:41','2021-02-22 12:19:41'),(116101,41612,'action created','2021-02-22 20:19:41','2021-02-22 12:19:41'),(116102,41612,'action started via WP Cron','2021-02-22 20:20:42','2021-02-22 12:20:42'),(116103,41612,'action complete via WP Cron','2021-02-22 20:20:42','2021-02-22 12:20:42'),(116104,41613,'action created','2021-02-22 20:20:43','2021-02-22 12:20:43'),(116105,41613,'action started via WP Cron','2021-02-22 20:21:41','2021-02-22 12:21:41'),(116106,41613,'action complete via WP Cron','2021-02-22 20:21:41','2021-02-22 12:21:41'),(116107,41614,'action created','2021-02-22 20:21:41','2021-02-22 12:21:41'),(116108,41614,'action started via WP Cron','2021-02-22 20:22:54','2021-02-22 12:22:54'),(116109,41614,'action complete via WP Cron','2021-02-22 20:22:54','2021-02-22 12:22:54'),(116110,41615,'action created','2021-02-22 20:22:54','2021-02-22 12:22:54'),(116111,41615,'action started via WP Cron','2021-02-22 20:23:43','2021-02-22 12:23:43'),(116112,41615,'action complete via WP Cron','2021-02-22 20:23:43','2021-02-22 12:23:43'),(116113,41616,'action created','2021-02-22 20:23:43','2021-02-22 12:23:43'),(116114,41616,'action started via WP Cron','2021-02-22 20:24:43','2021-02-22 12:24:43'),(116115,41616,'action complete via WP Cron','2021-02-22 20:24:43','2021-02-22 12:24:43'),(116116,41617,'action created','2021-02-22 20:24:43','2021-02-22 12:24:43'),(116117,41617,'action started via WP Cron','2021-02-22 20:30:30','2021-02-22 12:30:30'),(116118,41617,'action complete via WP Cron','2021-02-22 20:30:30','2021-02-22 12:30:30'),(116119,41618,'action created','2021-02-22 20:30:30','2021-02-22 12:30:30'),(116120,41618,'action started via WP Cron','2021-02-22 20:31:30','2021-02-22 12:31:30'),(116121,41618,'action complete via WP Cron','2021-02-22 20:31:30','2021-02-22 12:31:30'),(116122,41619,'action created','2021-02-22 20:31:30','2021-02-22 12:31:30'),(116123,41619,'action started via WP Cron','2021-02-22 20:32:31','2021-02-22 12:32:31'),(116124,41619,'action complete via WP Cron','2021-02-22 20:32:31','2021-02-22 12:32:31'),(116125,41620,'action created','2021-02-22 20:32:31','2021-02-22 12:32:31'),(116126,41620,'action started via WP Cron','2021-02-22 20:34:11','2021-02-22 12:34:11'),(116127,41620,'action complete via WP Cron','2021-02-22 20:34:11','2021-02-22 12:34:11'),(116128,41621,'action created','2021-02-22 20:34:11','2021-02-22 12:34:11'),(116129,41621,'action started via WP Cron','2021-02-22 20:34:41','2021-02-22 12:34:41'),(116130,41621,'action complete via WP Cron','2021-02-22 20:34:41','2021-02-22 12:34:41'),(116131,41622,'action created','2021-02-22 20:34:42','2021-02-22 12:34:42'),(116132,41622,'action started via WP Cron','2021-02-22 20:35:47','2021-02-22 12:35:47'),(116133,41622,'action complete via WP Cron','2021-02-22 20:35:47','2021-02-22 12:35:47'),(116134,41623,'action created','2021-02-22 20:35:47','2021-02-22 12:35:47'),(116135,41623,'action started via WP Cron','2021-02-22 20:36:41','2021-02-22 12:36:41'),(116136,41623,'action complete via WP Cron','2021-02-22 20:36:41','2021-02-22 12:36:41'),(116137,41624,'action created','2021-02-22 20:36:41','2021-02-22 12:36:41'),(116138,41624,'action started via WP Cron','2021-02-22 20:37:41','2021-02-22 12:37:41'),(116139,41624,'action complete via WP Cron','2021-02-22 20:37:41','2021-02-22 12:37:41'),(116140,41625,'action created','2021-02-22 20:37:41','2021-02-22 12:37:41'),(116141,41625,'action started via WP Cron','2021-02-22 20:38:43','2021-02-22 12:38:43'),(116142,41625,'action complete via WP Cron','2021-02-22 20:38:43','2021-02-22 12:38:43'),(116143,41626,'action created','2021-02-22 20:38:43','2021-02-22 12:38:43'),(116144,41626,'action started via WP Cron','2021-02-22 20:39:41','2021-02-22 12:39:41'),(116145,41626,'action complete via WP Cron','2021-02-22 20:39:41','2021-02-22 12:39:41'),(116146,41627,'action created','2021-02-22 20:39:41','2021-02-22 12:39:41'),(116147,41627,'action started via WP Cron','2021-02-22 20:41:13','2021-02-22 12:41:13'),(116148,41627,'action complete via WP Cron','2021-02-22 20:41:13','2021-02-22 12:41:13'),(116149,41628,'action created','2021-02-22 20:41:13','2021-02-22 12:41:13'),(116150,41628,'action started via WP Cron','2021-02-22 20:41:50','2021-02-22 12:41:50'),(116151,41628,'action complete via WP Cron','2021-02-22 20:41:50','2021-02-22 12:41:50'),(116152,41629,'action created','2021-02-22 20:41:50','2021-02-22 12:41:50'),(116153,41629,'action started via WP Cron','2021-02-22 20:42:41','2021-02-22 12:42:41'),(116154,41629,'action complete via WP Cron','2021-02-22 20:42:41','2021-02-22 12:42:41'),(116155,41630,'action created','2021-02-22 20:42:41','2021-02-22 12:42:41'),(116156,41630,'action started via WP Cron','2021-02-22 20:43:43','2021-02-22 12:43:43'),(116157,41630,'action complete via WP Cron','2021-02-22 20:43:43','2021-02-22 12:43:43'),(116158,41631,'action created','2021-02-22 20:43:43','2021-02-22 12:43:43'),(116159,41631,'action started via WP Cron','2021-02-22 20:44:41','2021-02-22 12:44:41'),(116160,41631,'action complete via WP Cron','2021-02-22 20:44:41','2021-02-22 12:44:41'),(116161,41632,'action created','2021-02-22 20:44:41','2021-02-22 12:44:41'),(116162,41632,'action started via WP Cron','2021-02-22 20:45:41','2021-02-22 12:45:41'),(116163,41632,'action complete via WP Cron','2021-02-22 20:45:41','2021-02-22 12:45:41'),(116164,41633,'action created','2021-02-22 20:45:41','2021-02-22 12:45:41'),(116165,41633,'action started via WP Cron','2021-02-22 20:46:42','2021-02-22 12:46:42'),(116166,41633,'action complete via WP Cron','2021-02-22 20:46:42','2021-02-22 12:46:42'),(116167,41634,'action created','2021-02-22 20:46:42','2021-02-22 12:46:42'),(116168,41634,'action started via WP Cron','2021-02-22 20:47:43','2021-02-22 12:47:43'),(116169,41634,'action complete via WP Cron','2021-02-22 20:47:43','2021-02-22 12:47:43'),(116170,41635,'action created','2021-02-22 20:47:43','2021-02-22 12:47:43'),(116171,41635,'action started via WP Cron','2021-02-22 20:49:32','2021-02-22 12:49:32'),(116172,41635,'action complete via WP Cron','2021-02-22 20:49:32','2021-02-22 12:49:32'),(116173,41636,'action created','2021-02-22 20:49:32','2021-02-22 12:49:32'),(116174,41636,'action started via WP Cron','2021-02-22 20:50:32','2021-02-22 12:50:32'),(116175,41636,'action complete via WP Cron','2021-02-22 20:50:32','2021-02-22 12:50:32'),(116176,41637,'action created','2021-02-22 20:50:33','2021-02-22 12:50:33'),(116177,41637,'action started via WP Cron','2021-02-22 20:51:34','2021-02-22 12:51:34'),(116178,41637,'action complete via WP Cron','2021-02-22 20:51:34','2021-02-22 12:51:34'),(116179,41638,'action created','2021-02-22 20:51:34','2021-02-22 12:51:34'),(116180,41638,'action started via WP Cron','2021-02-22 20:53:34','2021-02-22 12:53:34'),(116181,41638,'action complete via WP Cron','2021-02-22 20:53:34','2021-02-22 12:53:34'),(116182,41639,'action created','2021-02-22 20:53:34','2021-02-22 12:53:34'),(116183,41639,'action started via WP Cron','2021-02-22 20:54:04','2021-02-22 12:54:04'),(116184,41639,'action complete via WP Cron','2021-02-22 20:54:04','2021-02-22 12:54:04'),(116185,41640,'action created','2021-02-22 20:54:04','2021-02-22 12:54:04'),(116186,41640,'action started via WP Cron','2021-02-22 20:55:18','2021-02-22 12:55:18'),(116187,41640,'action complete via WP Cron','2021-02-22 20:55:18','2021-02-22 12:55:18'),(116188,41641,'action created','2021-02-22 20:55:18','2021-02-22 12:55:18'),(116189,41641,'action started via WP Cron','2021-02-22 20:56:32','2021-02-22 12:56:32'),(116190,41641,'action complete via WP Cron','2021-02-22 20:56:32','2021-02-22 12:56:32'),(116191,41642,'action created','2021-02-22 20:56:32','2021-02-22 12:56:32'),(116192,41642,'action started via WP Cron','2021-02-22 20:58:03','2021-02-22 12:58:03'),(116193,41642,'action complete via WP Cron','2021-02-22 20:58:03','2021-02-22 12:58:03'),(116194,41643,'action created','2021-02-22 20:58:03','2021-02-22 12:58:03'),(116195,41643,'action started via WP Cron','2021-02-22 20:59:32','2021-02-22 12:59:32'),(116196,41643,'action complete via WP Cron','2021-02-22 20:59:32','2021-02-22 12:59:32'),(116197,41644,'action created','2021-02-22 20:59:32','2021-02-22 12:59:32'),(116198,41644,'action started via WP Cron','2021-02-22 21:08:14','2021-02-22 13:08:14'),(116199,41644,'action complete via WP Cron','2021-02-22 21:08:14','2021-02-22 13:08:14'),(116200,41645,'action created','2021-02-22 21:08:14','2021-02-22 13:08:14'),(116201,41645,'action started via WP Cron','2021-02-22 21:09:35','2021-02-22 13:09:35'),(116202,41645,'action complete via WP Cron','2021-02-22 21:09:35','2021-02-22 13:09:35'),(116203,41646,'action created','2021-02-22 21:09:35','2021-02-22 13:09:35'),(116204,41646,'action started via WP Cron','2021-02-22 21:10:36','2021-02-22 13:10:36'),(116205,41646,'action complete via WP Cron','2021-02-22 21:10:36','2021-02-22 13:10:36'),(116206,41647,'action created','2021-02-22 21:10:36','2021-02-22 13:10:36'),(116207,41647,'action started via WP Cron','2021-02-22 21:12:37','2021-02-22 13:12:37'),(116208,41647,'action complete via WP Cron','2021-02-22 21:12:37','2021-02-22 13:12:37'),(116209,41648,'action created','2021-02-22 21:12:38','2021-02-22 13:12:38'),(116210,41648,'action started via WP Cron','2021-02-22 21:13:39','2021-02-22 13:13:39'),(116211,41648,'action complete via WP Cron','2021-02-22 21:13:39','2021-02-22 13:13:39'),(116212,41649,'action created','2021-02-22 21:13:39','2021-02-22 13:13:39'),(116213,41649,'action started via WP Cron','2021-02-22 21:14:39','2021-02-22 13:14:39'),(116214,41649,'action complete via WP Cron','2021-02-22 21:14:39','2021-02-22 13:14:39'),(116215,41650,'action created','2021-02-22 21:14:40','2021-02-22 13:14:40'),(116216,41650,'action started via WP Cron','2021-02-22 21:17:24','2021-02-22 13:17:24'),(116217,41650,'action complete via WP Cron','2021-02-22 21:17:24','2021-02-22 13:17:24'),(116218,41651,'action created','2021-02-22 21:17:25','2021-02-22 13:17:25'),(116219,41651,'action started via WP Cron','2021-02-22 21:20:44','2021-02-22 13:20:44'),(116220,41651,'action complete via WP Cron','2021-02-22 21:20:44','2021-02-22 13:20:44'),(116221,41652,'action created','2021-02-22 21:20:44','2021-02-22 13:20:44'),(116222,41652,'action started via WP Cron','2021-02-22 21:21:49','2021-02-22 13:21:49'),(116223,41652,'action complete via WP Cron','2021-02-22 21:21:49','2021-02-22 13:21:49'),(116224,41653,'action created','2021-02-22 21:21:49','2021-02-22 13:21:49'),(116225,41653,'action started via WP Cron','2021-02-22 21:22:46','2021-02-22 13:22:46'),(116226,41653,'action complete via WP Cron','2021-02-22 21:22:46','2021-02-22 13:22:46'),(116227,41654,'action created','2021-02-22 21:22:46','2021-02-22 13:22:46'),(116228,41654,'action started via WP Cron','2021-02-22 21:23:49','2021-02-22 13:23:49'),(116229,41654,'action complete via WP Cron','2021-02-22 21:23:49','2021-02-22 13:23:49'),(116230,41655,'action created','2021-02-22 21:23:49','2021-02-22 13:23:49'),(116231,41655,'action started via WP Cron','2021-02-22 21:24:52','2021-02-22 13:24:52'),(116232,41655,'action complete via WP Cron','2021-02-22 21:24:52','2021-02-22 13:24:52'),(116233,41656,'action created','2021-02-22 21:24:52','2021-02-22 13:24:52'),(116234,41656,'action started via WP Cron','2021-02-22 21:25:43','2021-02-22 13:25:43'),(116235,41656,'action complete via WP Cron','2021-02-22 21:25:43','2021-02-22 13:25:43'),(116236,41657,'action created','2021-02-22 21:25:43','2021-02-22 13:25:43'),(116237,41657,'action started via WP Cron','2021-02-22 21:26:57','2021-02-22 13:26:57'),(116238,41657,'action complete via WP Cron','2021-02-22 21:26:57','2021-02-22 13:26:57'),(116239,41658,'action created','2021-02-22 21:26:57','2021-02-22 13:26:57'),(116240,41658,'action started via WP Cron','2021-02-22 21:28:04','2021-02-22 13:28:04'),(116241,41658,'action complete via WP Cron','2021-02-22 21:28:04','2021-02-22 13:28:04'),(116242,41659,'action created','2021-02-22 21:28:04','2021-02-22 13:28:04'),(116243,41659,'action started via WP Cron','2021-02-22 21:29:00','2021-02-22 13:29:00'),(116244,41659,'action complete via WP Cron','2021-02-22 21:29:00','2021-02-22 13:29:00'),(116245,41660,'action created','2021-02-22 21:29:00','2021-02-22 13:29:00'),(116246,41660,'action started via WP Cron','2021-02-22 21:29:52','2021-02-22 13:29:52'),(116247,41660,'action complete via WP Cron','2021-02-22 21:29:52','2021-02-22 13:29:52'),(116248,41661,'action created','2021-02-22 21:29:53','2021-02-22 13:29:53'),(116249,41661,'action started via WP Cron','2021-02-22 21:30:53','2021-02-22 13:30:53'),(116250,41661,'action complete via WP Cron','2021-02-22 21:30:53','2021-02-22 13:30:53'),(116251,41662,'action created','2021-02-22 21:30:53','2021-02-22 13:30:53'),(116252,41662,'action started via WP Cron','2021-02-22 21:31:45','2021-02-22 13:31:45'),(116253,41662,'action complete via WP Cron','2021-02-22 21:31:45','2021-02-22 13:31:45'),(116254,41663,'action created','2021-02-22 21:31:45','2021-02-22 13:31:45'),(116255,41663,'action started via WP Cron','2021-02-22 21:32:48','2021-02-22 13:32:48'),(116256,41663,'action complete via WP Cron','2021-02-22 21:32:48','2021-02-22 13:32:48'),(116257,41664,'action created','2021-02-22 21:32:48','2021-02-22 13:32:48'),(116258,41664,'action started via WP Cron','2021-02-22 21:33:43','2021-02-22 13:33:43'),(116259,41664,'action complete via WP Cron','2021-02-22 21:33:43','2021-02-22 13:33:43'),(116260,41665,'action created','2021-02-22 21:33:43','2021-02-22 13:33:43'),(116261,41665,'action started via WP Cron','2021-02-22 21:34:48','2021-02-22 13:34:48'),(116262,41665,'action complete via WP Cron','2021-02-22 21:34:48','2021-02-22 13:34:48'),(116263,41666,'action created','2021-02-22 21:34:49','2021-02-22 13:34:49'),(116264,41666,'action started via WP Cron','2021-02-22 21:35:50','2021-02-22 13:35:50'),(116265,41666,'action complete via WP Cron','2021-02-22 21:35:50','2021-02-22 13:35:50'),(116266,41667,'action created','2021-02-22 21:35:50','2021-02-22 13:35:50'),(116267,41667,'action started via WP Cron','2021-02-22 21:36:43','2021-02-22 13:36:43'),(116268,41667,'action complete via WP Cron','2021-02-22 21:36:43','2021-02-22 13:36:43'),(116269,41668,'action created','2021-02-22 21:36:43','2021-02-22 13:36:43'),(116270,41668,'action started via WP Cron','2021-02-22 21:37:45','2021-02-22 13:37:45'),(116271,41668,'action complete via WP Cron','2021-02-22 21:37:45','2021-02-22 13:37:45'),(116272,41669,'action created','2021-02-22 21:37:45','2021-02-22 13:37:45'),(116273,41669,'action started via WP Cron','2021-02-22 21:38:45','2021-02-22 13:38:45'),(116274,41669,'action complete via WP Cron','2021-02-22 21:38:45','2021-02-22 13:38:45'),(116275,41670,'action created','2021-02-22 21:38:45','2021-02-22 13:38:45'),(116276,41670,'action started via WP Cron','2021-02-22 21:39:46','2021-02-22 13:39:46'),(116277,41670,'action complete via WP Cron','2021-02-22 21:39:46','2021-02-22 13:39:46'),(116278,41671,'action created','2021-02-22 21:39:46','2021-02-22 13:39:46'),(116279,41671,'action started via WP Cron','2021-02-22 21:40:43','2021-02-22 13:40:43'),(116280,41671,'action complete via WP Cron','2021-02-22 21:40:43','2021-02-22 13:40:43'),(116281,41672,'action created','2021-02-22 21:40:43','2021-02-22 13:40:43'),(116282,41672,'action started via WP Cron','2021-02-22 21:41:53','2021-02-22 13:41:53'),(116283,41672,'action complete via WP Cron','2021-02-22 21:41:53','2021-02-22 13:41:53'),(116284,41673,'action created','2021-02-22 21:41:53','2021-02-22 13:41:53'),(116285,41673,'action started via WP Cron','2021-02-22 21:42:45','2021-02-22 13:42:45'),(116286,41673,'action complete via WP Cron','2021-02-22 21:42:45','2021-02-22 13:42:45'),(116287,41674,'action created','2021-02-22 21:42:45','2021-02-22 13:42:45'),(116288,41674,'action started via WP Cron','2021-02-22 21:43:43','2021-02-22 13:43:43'),(116289,41674,'action complete via WP Cron','2021-02-22 21:43:43','2021-02-22 13:43:43'),(116290,41675,'action created','2021-02-22 21:43:43','2021-02-22 13:43:43'),(116291,41675,'action started via WP Cron','2021-02-22 21:44:56','2021-02-22 13:44:56'),(116292,41675,'action complete via WP Cron','2021-02-22 21:44:56','2021-02-22 13:44:56'),(116293,41676,'action created','2021-02-22 21:44:56','2021-02-22 13:44:56'),(116294,41676,'action started via WP Cron','2021-02-22 21:45:51','2021-02-22 13:45:51'),(116295,41676,'action complete via WP Cron','2021-02-22 21:45:51','2021-02-22 13:45:51'),(116296,41677,'action created','2021-02-22 21:45:51','2021-02-22 13:45:51'),(116297,41677,'action started via WP Cron','2021-02-22 21:46:55','2021-02-22 13:46:55'),(116298,41677,'action complete via WP Cron','2021-02-22 21:46:55','2021-02-22 13:46:55'),(116299,41678,'action created','2021-02-22 21:46:55','2021-02-22 13:46:55'),(116300,41678,'action started via WP Cron','2021-02-22 21:47:41','2021-02-22 13:47:41'),(116301,41678,'action complete via WP Cron','2021-02-22 21:47:41','2021-02-22 13:47:41'),(116302,41679,'action created','2021-02-22 21:47:41','2021-02-22 13:47:41'),(116303,41679,'action started via WP Cron','2021-02-22 21:48:41','2021-02-22 13:48:41'),(116304,41679,'action complete via WP Cron','2021-02-22 21:48:41','2021-02-22 13:48:41'),(116305,41680,'action created','2021-02-22 21:48:41','2021-02-22 13:48:41'),(116306,41680,'action started via WP Cron','2021-02-22 21:49:46','2021-02-22 13:49:46'),(116307,41680,'action complete via WP Cron','2021-02-22 21:49:46','2021-02-22 13:49:46'),(116308,41681,'action created','2021-02-22 21:49:46','2021-02-22 13:49:46'),(116309,41681,'action started via WP Cron','2021-02-22 21:50:47','2021-02-22 13:50:47'),(116310,41681,'action complete via WP Cron','2021-02-22 21:50:47','2021-02-22 13:50:47'),(116311,41682,'action created','2021-02-22 21:50:47','2021-02-22 13:50:47'),(116312,41682,'action started via WP Cron','2021-02-22 21:52:05','2021-02-22 13:52:05'),(116313,41682,'action complete via WP Cron','2021-02-22 21:52:05','2021-02-22 13:52:05'),(116314,41683,'action created','2021-02-22 21:52:05','2021-02-22 13:52:05'),(116315,41683,'action started via WP Cron','2021-02-22 21:52:49','2021-02-22 13:52:49'),(116316,41683,'action complete via WP Cron','2021-02-22 21:52:49','2021-02-22 13:52:49'),(116317,41684,'action created','2021-02-22 21:52:49','2021-02-22 13:52:49'),(116318,41684,'action started via WP Cron','2021-02-22 21:53:50','2021-02-22 13:53:50'),(116319,41684,'action complete via WP Cron','2021-02-22 21:53:50','2021-02-22 13:53:50'),(116320,41685,'action created','2021-02-22 21:53:50','2021-02-22 13:53:50'),(116321,41685,'action started via WP Cron','2021-02-22 21:58:29','2021-02-22 13:58:29'),(116322,41685,'action complete via WP Cron','2021-02-22 21:58:29','2021-02-22 13:58:29'),(116323,41686,'action created','2021-02-22 21:58:30','2021-02-22 13:58:30'),(116324,41686,'action started via WP Cron','2021-02-22 21:59:10','2021-02-22 13:59:10'),(116325,41686,'action complete via WP Cron','2021-02-22 21:59:10','2021-02-22 13:59:10'),(116326,41687,'action created','2021-02-22 21:59:10','2021-02-22 13:59:10'),(116327,41687,'action started via WP Cron','2021-02-22 22:01:51','2021-02-22 14:01:51'),(116328,41687,'action complete via WP Cron','2021-02-22 22:01:51','2021-02-22 14:01:51'),(116329,41688,'action created','2021-02-22 22:01:51','2021-02-22 14:01:51'),(116330,41688,'action started via WP Cron','2021-02-22 22:02:44','2021-02-22 14:02:44'),(116331,41688,'action complete via WP Cron','2021-02-22 22:02:44','2021-02-22 14:02:44'),(116332,41689,'action created','2021-02-22 22:02:44','2021-02-22 14:02:44'),(116333,41689,'action started via WP Cron','2021-02-22 22:06:31','2021-02-22 14:06:31'),(116334,41689,'action complete via WP Cron','2021-02-22 22:06:31','2021-02-22 14:06:31'),(116335,41690,'action created','2021-02-22 22:06:31','2021-02-22 14:06:31'),(116336,41690,'action started via WP Cron','2021-02-22 22:07:58','2021-02-22 14:07:58'),(116337,41690,'action complete via WP Cron','2021-02-22 22:07:58','2021-02-22 14:07:58'),(116338,41691,'action created','2021-02-22 22:07:58','2021-02-22 14:07:58'),(116339,41691,'action started via WP Cron','2021-02-22 22:11:05','2021-02-22 14:11:05'),(116340,41691,'action complete via WP Cron','2021-02-22 22:11:05','2021-02-22 14:11:05'),(116341,41692,'action created','2021-02-22 22:11:05','2021-02-22 14:11:05'),(116342,41692,'action started via WP Cron','2021-02-22 22:12:14','2021-02-22 14:12:14'),(116343,41692,'action complete via WP Cron','2021-02-22 22:12:14','2021-02-22 14:12:14'),(116344,41693,'action created','2021-02-22 22:12:14','2021-02-22 14:12:14'),(116345,41693,'action started via WP Cron','2021-02-22 22:14:09','2021-02-22 14:14:09'),(116346,41693,'action complete via WP Cron','2021-02-22 22:14:09','2021-02-22 14:14:09'),(116347,41694,'action created','2021-02-22 22:14:09','2021-02-22 14:14:09'),(116348,41694,'action started via WP Cron','2021-02-22 22:16:37','2021-02-22 14:16:37'),(116349,41694,'action complete via WP Cron','2021-02-22 22:16:37','2021-02-22 14:16:37'),(116350,41695,'action created','2021-02-22 22:16:37','2021-02-22 14:16:37'),(116351,41695,'action started via WP Cron','2021-02-22 22:20:24','2021-02-22 14:20:24'),(116352,41695,'action complete via WP Cron','2021-02-22 22:20:24','2021-02-22 14:20:24'),(116353,41696,'action created','2021-02-22 22:20:24','2021-02-22 14:20:24'),(116354,41696,'action started via WP Cron','2021-02-22 22:20:43','2021-02-22 14:20:43'),(116355,41696,'action complete via WP Cron','2021-02-22 22:20:43','2021-02-22 14:20:43'),(116356,41697,'action created','2021-02-22 22:20:43','2021-02-22 14:20:43'),(116357,41697,'action started via WP Cron','2021-02-22 22:22:12','2021-02-22 14:22:12'),(116358,41697,'action complete via WP Cron','2021-02-22 22:22:12','2021-02-22 14:22:12'),(116359,41698,'action created','2021-02-22 22:22:12','2021-02-22 14:22:12'),(116360,41698,'action started via WP Cron','2021-02-22 22:23:19','2021-02-22 14:23:19'),(116361,41698,'action complete via WP Cron','2021-02-22 22:23:19','2021-02-22 14:23:19'),(116362,41699,'action created','2021-02-22 22:23:19','2021-02-22 14:23:19'),(116363,41699,'action started via WP Cron','2021-02-22 22:24:19','2021-02-22 14:24:19'),(116364,41699,'action complete via WP Cron','2021-02-22 22:24:19','2021-02-22 14:24:19'),(116365,41700,'action created','2021-02-22 22:24:19','2021-02-22 14:24:19'),(116366,41700,'action started via WP Cron','2021-02-22 22:25:00','2021-02-22 14:25:00'),(116367,41700,'action complete via WP Cron','2021-02-22 22:25:00','2021-02-22 14:25:00'),(116368,41701,'action created','2021-02-22 22:25:01','2021-02-22 14:25:01'),(116369,41701,'action started via WP Cron','2021-02-22 22:25:44','2021-02-22 14:25:44'),(116370,41701,'action complete via WP Cron','2021-02-22 22:25:44','2021-02-22 14:25:44'),(116371,41702,'action created','2021-02-22 22:25:44','2021-02-22 14:25:44'),(116372,41702,'action started via WP Cron','2021-02-22 22:27:22','2021-02-22 14:27:22'),(116373,41702,'action complete via WP Cron','2021-02-22 22:27:22','2021-02-22 14:27:22'),(116374,41703,'action created','2021-02-22 22:27:22','2021-02-22 14:27:22'),(116375,41703,'action started via WP Cron','2021-02-22 22:35:28','2021-02-22 14:35:28'),(116376,41703,'action complete via WP Cron','2021-02-22 22:35:28','2021-02-22 14:35:28'),(116377,41704,'action created','2021-02-22 22:35:28','2021-02-22 14:35:28'),(116378,41704,'action started via WP Cron','2021-02-22 22:36:15','2021-02-22 14:36:15'),(116379,41704,'action complete via WP Cron','2021-02-22 22:36:15','2021-02-22 14:36:15'),(116380,41705,'action created','2021-02-22 22:36:15','2021-02-22 14:36:15'),(116381,41705,'action started via WP Cron','2021-02-22 22:36:56','2021-02-22 14:36:56'),(116382,41705,'action complete via WP Cron','2021-02-22 22:36:56','2021-02-22 14:36:56'),(116383,41706,'action created','2021-02-22 22:36:56','2021-02-22 14:36:56'),(116384,41706,'action started via WP Cron','2021-02-22 22:38:38','2021-02-22 14:38:38'),(116385,41706,'action complete via WP Cron','2021-02-22 22:38:38','2021-02-22 14:38:38'),(116386,41707,'action created','2021-02-22 22:38:38','2021-02-22 14:38:38'),(116387,41707,'action started via WP Cron','2021-02-22 22:38:58','2021-02-22 14:38:58'),(116388,41707,'action complete via WP Cron','2021-02-22 22:38:58','2021-02-22 14:38:58'),(116389,41708,'action created','2021-02-22 22:38:58','2021-02-22 14:38:58'),(116390,41708,'action started via WP Cron','2021-02-22 22:39:47','2021-02-22 14:39:47'),(116391,41708,'action complete via WP Cron','2021-02-22 22:39:47','2021-02-22 14:39:47'),(116392,41709,'action created','2021-02-22 22:39:47','2021-02-22 14:39:47'),(116393,41709,'action started via WP Cron','2021-02-22 22:40:48','2021-02-22 14:40:48'),(116394,41709,'action complete via WP Cron','2021-02-22 22:40:48','2021-02-22 14:40:48'),(116395,41710,'action created','2021-02-22 22:40:48','2021-02-22 14:40:48'),(116396,41710,'action started via WP Cron','2021-02-22 22:41:56','2021-02-22 14:41:56'),(116397,41710,'action complete via WP Cron','2021-02-22 22:41:56','2021-02-22 14:41:56'),(116398,41711,'action created','2021-02-22 22:41:56','2021-02-22 14:41:56'),(116399,41711,'action started via WP Cron','2021-02-22 22:42:41','2021-02-22 14:42:41'),(116400,41711,'action complete via WP Cron','2021-02-22 22:42:41','2021-02-22 14:42:41'),(116401,41712,'action created','2021-02-22 22:42:42','2021-02-22 14:42:42'),(116402,41712,'action started via WP Cron','2021-02-22 22:43:50','2021-02-22 14:43:50'),(116403,41712,'action complete via WP Cron','2021-02-22 22:43:50','2021-02-22 14:43:50'),(116404,41713,'action created','2021-02-22 22:43:50','2021-02-22 14:43:50'),(116405,41713,'action started via WP Cron','2021-02-22 22:44:55','2021-02-22 14:44:55'),(116406,41713,'action complete via WP Cron','2021-02-22 22:44:55','2021-02-22 14:44:55'),(116407,41714,'action created','2021-02-22 22:44:55','2021-02-22 14:44:55'),(116408,41714,'action started via WP Cron','2021-02-22 22:45:47','2021-02-22 14:45:47'),(116409,41714,'action complete via WP Cron','2021-02-22 22:45:47','2021-02-22 14:45:47'),(116410,41715,'action created','2021-02-22 22:45:47','2021-02-22 14:45:47'),(116411,41715,'action started via WP Cron','2021-02-22 22:46:41','2021-02-22 14:46:41'),(116412,41715,'action complete via WP Cron','2021-02-22 22:46:41','2021-02-22 14:46:41'),(116413,41716,'action created','2021-02-22 22:46:41','2021-02-22 14:46:41'),(116414,41716,'action started via WP Cron','2021-02-22 22:49:33','2021-02-22 14:49:33'),(116415,41716,'action complete via WP Cron','2021-02-22 22:49:33','2021-02-22 14:49:33'),(116416,41717,'action created','2021-02-22 22:49:33','2021-02-22 14:49:33'),(116417,41717,'action started via WP Cron','2021-02-22 22:52:31','2021-02-22 14:52:31'),(116418,41717,'action complete via WP Cron','2021-02-22 22:52:31','2021-02-22 14:52:31'),(116419,41718,'action created','2021-02-22 22:52:31','2021-02-22 14:52:31'),(116420,41718,'action started via WP Cron','2021-02-22 22:57:49','2021-02-22 14:57:49'),(116421,41718,'action complete via WP Cron','2021-02-22 22:57:49','2021-02-22 14:57:49'),(116422,41719,'action created','2021-02-22 22:57:49','2021-02-22 14:57:49'),(116423,41719,'action started via WP Cron','2021-02-22 23:03:17','2021-02-22 15:03:17'),(116424,41719,'action complete via WP Cron','2021-02-22 23:03:17','2021-02-22 15:03:17'),(116425,41720,'action created','2021-02-22 23:03:17','2021-02-22 15:03:17'),(116426,41720,'action started via WP Cron','2021-02-22 23:14:27','2021-02-22 15:14:27'),(116427,41720,'action complete via WP Cron','2021-02-22 23:14:27','2021-02-22 15:14:27'),(116428,41721,'action created','2021-02-22 23:14:27','2021-02-22 15:14:27'),(116429,41721,'action started via WP Cron','2021-02-22 23:15:44','2021-02-22 15:15:44'),(116430,41721,'action complete via WP Cron','2021-02-22 23:15:44','2021-02-22 15:15:44'),(116431,41722,'action created','2021-02-22 23:15:44','2021-02-22 15:15:44'),(116432,41722,'action started via WP Cron','2021-02-22 23:17:12','2021-02-22 15:17:12'),(116433,41722,'action complete via WP Cron','2021-02-22 23:17:12','2021-02-22 15:17:12'),(116434,41723,'action created','2021-02-22 23:17:12','2021-02-22 15:17:12'),(116435,41723,'action started via WP Cron','2021-02-22 23:18:09','2021-02-22 15:18:09'),(116436,41723,'action complete via WP Cron','2021-02-22 23:18:09','2021-02-22 15:18:09'),(116437,41724,'action created','2021-02-22 23:18:09','2021-02-22 15:18:09'),(116438,41724,'action started via WP Cron','2021-02-22 23:19:33','2021-02-22 15:19:33'),(116439,41724,'action complete via WP Cron','2021-02-22 23:19:33','2021-02-22 15:19:33'),(116440,41725,'action created','2021-02-22 23:19:33','2021-02-22 15:19:33'),(116441,41725,'action started via WP Cron','2021-02-22 23:20:44','2021-02-22 15:20:44'),(116442,41725,'action complete via WP Cron','2021-02-22 23:20:44','2021-02-22 15:20:44'),(116443,41726,'action created','2021-02-22 23:20:44','2021-02-22 15:20:44'),(116444,41726,'action started via WP Cron','2021-02-22 23:21:50','2021-02-22 15:21:50'),(116445,41726,'action complete via WP Cron','2021-02-22 23:21:50','2021-02-22 15:21:50'),(116446,41727,'action created','2021-02-22 23:21:50','2021-02-22 15:21:50'),(116447,41727,'action started via WP Cron','2021-02-22 23:25:20','2021-02-22 15:25:20'),(116448,41727,'action complete via WP Cron','2021-02-22 23:25:20','2021-02-22 15:25:20'),(116449,41728,'action created','2021-02-22 23:25:20','2021-02-22 15:25:20'),(116450,41728,'action started via WP Cron','2021-02-22 23:26:37','2021-02-22 15:26:37'),(116451,41728,'action complete via WP Cron','2021-02-22 23:26:37','2021-02-22 15:26:37'),(116452,41729,'action created','2021-02-22 23:26:37','2021-02-22 15:26:37'),(116453,41729,'action started via WP Cron','2021-02-22 23:26:53','2021-02-22 15:26:53'),(116454,41729,'action complete via WP Cron','2021-02-22 23:26:53','2021-02-22 15:26:53'),(116455,41730,'action created','2021-02-22 23:26:53','2021-02-22 15:26:53'),(116456,41730,'action started via WP Cron','2021-02-22 23:30:30','2021-02-22 15:30:30'),(116457,41730,'action complete via WP Cron','2021-02-22 23:30:30','2021-02-22 15:30:30'),(116458,41731,'action created','2021-02-22 23:30:31','2021-02-22 15:30:31'),(116459,41731,'action started via WP Cron','2021-02-22 23:31:36','2021-02-22 15:31:36'),(116460,41731,'action complete via WP Cron','2021-02-22 23:31:36','2021-02-22 15:31:36'),(116461,41732,'action created','2021-02-22 23:31:36','2021-02-22 15:31:36'),(116462,41732,'action started via WP Cron','2021-02-22 23:31:55','2021-02-22 15:31:55'),(116463,41732,'action complete via WP Cron','2021-02-22 23:31:55','2021-02-22 15:31:55'),(116464,41733,'action created','2021-02-22 23:31:55','2021-02-22 15:31:55'),(116465,41733,'action started via WP Cron','2021-02-22 23:32:53','2021-02-22 15:32:53'),(116466,41733,'action complete via WP Cron','2021-02-22 23:32:53','2021-02-22 15:32:53'),(116467,41734,'action created','2021-02-22 23:32:53','2021-02-22 15:32:53'),(116468,41734,'action started via WP Cron','2021-02-22 23:33:44','2021-02-22 15:33:44'),(116469,41734,'action complete via WP Cron','2021-02-22 23:33:44','2021-02-22 15:33:44'),(116470,41735,'action created','2021-02-22 23:33:44','2021-02-22 15:33:44'),(116471,41735,'action started via WP Cron','2021-02-22 23:34:42','2021-02-22 15:34:42'),(116472,41735,'action complete via WP Cron','2021-02-22 23:34:42','2021-02-22 15:34:42'),(116473,41736,'action created','2021-02-22 23:34:42','2021-02-22 15:34:42'),(116474,41736,'action started via WP Cron','2021-02-22 23:35:44','2021-02-22 15:35:44'),(116475,41736,'action complete via WP Cron','2021-02-22 23:35:44','2021-02-22 15:35:44'),(116476,41737,'action created','2021-02-22 23:35:44','2021-02-22 15:35:44'),(116477,41737,'action started via WP Cron','2021-02-22 23:36:50','2021-02-22 15:36:50'),(116478,41737,'action complete via WP Cron','2021-02-22 23:36:50','2021-02-22 15:36:50'),(116479,41738,'action created','2021-02-22 23:36:50','2021-02-22 15:36:50'),(116480,41738,'action started via WP Cron','2021-02-22 23:37:44','2021-02-22 15:37:44'),(116481,41738,'action complete via WP Cron','2021-02-22 23:37:44','2021-02-22 15:37:44'),(116482,41739,'action created','2021-02-22 23:37:44','2021-02-22 15:37:44'),(116483,41739,'action started via WP Cron','2021-02-22 23:38:45','2021-02-22 15:38:45'),(116484,41739,'action complete via WP Cron','2021-02-22 23:38:45','2021-02-22 15:38:45'),(116485,41740,'action created','2021-02-22 23:38:45','2021-02-22 15:38:45'),(116486,41740,'action started via WP Cron','2021-02-22 23:39:45','2021-02-22 15:39:45'),(116487,41740,'action complete via WP Cron','2021-02-22 23:39:45','2021-02-22 15:39:45'),(116488,41741,'action created','2021-02-22 23:39:45','2021-02-22 15:39:45'),(116489,41741,'action started via WP Cron','2021-02-22 23:40:41','2021-02-22 15:40:41'),(116490,41741,'action complete via WP Cron','2021-02-22 23:40:41','2021-02-22 15:40:41'),(116491,41742,'action created','2021-02-22 23:40:41','2021-02-22 15:40:41'),(116492,41742,'action started via WP Cron','2021-02-22 23:41:46','2021-02-22 15:41:46'),(116493,41742,'action complete via WP Cron','2021-02-22 23:41:46','2021-02-22 15:41:46'),(116494,41743,'action created','2021-02-22 23:41:46','2021-02-22 15:41:46'),(116495,41743,'action started via WP Cron','2021-02-22 23:42:43','2021-02-22 15:42:43'),(116496,41743,'action complete via WP Cron','2021-02-22 23:42:43','2021-02-22 15:42:43'),(116497,41744,'action created','2021-02-22 23:42:43','2021-02-22 15:42:43'),(116498,41744,'action started via WP Cron','2021-02-22 23:43:55','2021-02-22 15:43:55'),(116499,41744,'action complete via WP Cron','2021-02-22 23:43:55','2021-02-22 15:43:55'),(116500,41745,'action created','2021-02-22 23:43:55','2021-02-22 15:43:55'),(116501,41745,'action started via WP Cron','2021-02-22 23:44:45','2021-02-22 15:44:45'),(116502,41745,'action complete via WP Cron','2021-02-22 23:44:45','2021-02-22 15:44:45'),(116503,41746,'action created','2021-02-22 23:44:45','2021-02-22 15:44:45'),(116504,41746,'action started via WP Cron','2021-02-22 23:46:03','2021-02-22 15:46:03'),(116505,41746,'action complete via WP Cron','2021-02-22 23:46:03','2021-02-22 15:46:03'),(116506,41747,'action created','2021-02-22 23:46:03','2021-02-22 15:46:03'),(116507,41747,'action started via WP Cron','2021-02-22 23:46:46','2021-02-22 15:46:46'),(116508,41747,'action complete via WP Cron','2021-02-22 23:46:46','2021-02-22 15:46:46'),(116509,41748,'action created','2021-02-22 23:46:47','2021-02-22 15:46:47'),(116510,41748,'action started via WP Cron','2021-02-22 23:48:01','2021-02-22 15:48:01'),(116511,41748,'action complete via WP Cron','2021-02-22 23:48:01','2021-02-22 15:48:01'),(116512,41749,'action created','2021-02-22 23:48:01','2021-02-22 15:48:01'),(116513,41749,'action started via WP Cron','2021-02-22 23:48:47','2021-02-22 15:48:47'),(116514,41749,'action complete via WP Cron','2021-02-22 23:48:47','2021-02-22 15:48:47'),(116515,41750,'action created','2021-02-22 23:48:47','2021-02-22 15:48:47'),(116516,41750,'action started via WP Cron','2021-02-22 23:49:48','2021-02-22 15:49:48'),(116517,41750,'action complete via WP Cron','2021-02-22 23:49:48','2021-02-22 15:49:48'),(116518,41751,'action created','2021-02-22 23:49:48','2021-02-22 15:49:48'),(116519,41751,'action started via WP Cron','2021-02-22 23:50:49','2021-02-22 15:50:49'),(116520,41751,'action complete via WP Cron','2021-02-22 23:50:49','2021-02-22 15:50:49'),(116521,41752,'action created','2021-02-22 23:50:49','2021-02-22 15:50:49'),(116522,41752,'action started via WP Cron','2021-02-22 23:51:47','2021-02-22 15:51:47'),(116523,41752,'action complete via WP Cron','2021-02-22 23:51:47','2021-02-22 15:51:47'),(116524,41753,'action created','2021-02-22 23:51:47','2021-02-22 15:51:47'),(116525,41753,'action started via WP Cron','2021-02-22 23:52:43','2021-02-22 15:52:43'),(116526,41753,'action complete via WP Cron','2021-02-22 23:52:43','2021-02-22 15:52:43'),(116527,41754,'action created','2021-02-22 23:52:43','2021-02-22 15:52:43'),(116528,41754,'action started via WP Cron','2021-02-22 23:53:56','2021-02-22 15:53:56'),(116529,41754,'action complete via WP Cron','2021-02-22 23:53:56','2021-02-22 15:53:56'),(116530,41755,'action created','2021-02-22 23:53:56','2021-02-22 15:53:56'),(116531,41755,'action started via WP Cron','2021-02-22 23:54:49','2021-02-22 15:54:49'),(116532,41755,'action complete via WP Cron','2021-02-22 23:54:49','2021-02-22 15:54:49'),(116533,41756,'action created','2021-02-22 23:54:49','2021-02-22 15:54:49'),(116534,41756,'action started via WP Cron','2021-02-22 23:55:42','2021-02-22 15:55:42'),(116535,41756,'action complete via WP Cron','2021-02-22 23:55:42','2021-02-22 15:55:42'),(116536,41757,'action created','2021-02-22 23:55:42','2021-02-22 15:55:42'),(116537,41757,'action started via WP Cron','2021-02-22 23:56:41','2021-02-22 15:56:41'),(116538,41757,'action complete via WP Cron','2021-02-22 23:56:41','2021-02-22 15:56:41'),(116539,41758,'action created','2021-02-22 23:56:41','2021-02-22 15:56:41'),(116540,41758,'action started via WP Cron','2021-02-22 23:57:53','2021-02-22 15:57:53'),(116541,41758,'action complete via WP Cron','2021-02-22 23:57:53','2021-02-22 15:57:53'),(116542,41759,'action created','2021-02-22 23:57:54','2021-02-22 15:57:54'),(116543,41759,'action started via WP Cron','2021-02-22 23:58:44','2021-02-22 15:58:44'),(116544,41759,'action complete via WP Cron','2021-02-22 23:58:44','2021-02-22 15:58:44'),(116545,41760,'action created','2021-02-22 23:58:44','2021-02-22 15:58:44'),(116546,41760,'action started via WP Cron','2021-02-22 23:59:41','2021-02-22 15:59:41'),(116547,41760,'action complete via WP Cron','2021-02-22 23:59:41','2021-02-22 15:59:41'),(116548,41761,'action created','2021-02-22 23:59:41','2021-02-22 15:59:41'),(116549,41761,'action started via WP Cron','2021-02-23 00:00:42','2021-02-22 16:00:42'),(116550,41761,'action complete via WP Cron','2021-02-23 00:00:42','2021-02-22 16:00:42'),(116551,41762,'action created','2021-02-23 00:00:42','2021-02-22 16:00:42'),(116552,41762,'action started via WP Cron','2021-02-23 00:01:45','2021-02-22 16:01:45'),(116553,41762,'action complete via WP Cron','2021-02-23 00:01:45','2021-02-22 16:01:45'),(116554,41763,'action created','2021-02-23 00:01:45','2021-02-22 16:01:45'),(116555,41763,'action started via WP Cron','2021-02-23 00:02:55','2021-02-22 16:02:55'),(116556,41763,'action complete via WP Cron','2021-02-23 00:02:55','2021-02-22 16:02:55'),(116557,41764,'action created','2021-02-23 00:02:55','2021-02-22 16:02:55'),(116558,41764,'action started via WP Cron','2021-02-23 00:03:41','2021-02-22 16:03:41'),(116559,41764,'action complete via WP Cron','2021-02-23 00:03:41','2021-02-22 16:03:41'),(116560,41765,'action created','2021-02-23 00:03:41','2021-02-22 16:03:41'),(116561,41765,'action started via WP Cron','2021-02-23 00:04:41','2021-02-22 16:04:41'),(116562,41765,'action complete via WP Cron','2021-02-23 00:04:41','2021-02-22 16:04:41'),(116563,41766,'action created','2021-02-23 00:04:41','2021-02-22 16:04:41'),(116564,41766,'action started via WP Cron','2021-02-23 00:05:43','2021-02-22 16:05:43'),(116565,41766,'action complete via WP Cron','2021-02-23 00:05:43','2021-02-22 16:05:43'),(116566,41767,'action created','2021-02-23 00:05:43','2021-02-22 16:05:43'),(116567,41767,'action started via WP Cron','2021-02-23 00:06:54','2021-02-22 16:06:54'),(116568,41767,'action complete via WP Cron','2021-02-23 00:06:54','2021-02-22 16:06:54'),(116569,41768,'action created','2021-02-23 00:06:54','2021-02-22 16:06:54'),(116570,41768,'action started via WP Cron','2021-02-23 00:08:01','2021-02-22 16:08:01'),(116571,41768,'action complete via WP Cron','2021-02-23 00:08:01','2021-02-22 16:08:01'),(116572,41769,'action created','2021-02-23 00:08:01','2021-02-22 16:08:01'),(116573,41769,'action started via WP Cron','2021-02-23 00:08:41','2021-02-22 16:08:41'),(116574,41769,'action complete via WP Cron','2021-02-23 00:08:41','2021-02-22 16:08:41'),(116575,41770,'action created','2021-02-23 00:08:41','2021-02-22 16:08:41'),(116576,41770,'action started via WP Cron','2021-02-23 00:09:50','2021-02-22 16:09:50'),(116577,41770,'action complete via WP Cron','2021-02-23 00:09:50','2021-02-22 16:09:50'),(116578,41771,'action created','2021-02-23 00:09:50','2021-02-22 16:09:50'),(116579,41771,'action started via WP Cron','2021-02-23 00:10:49','2021-02-22 16:10:49'),(116580,41771,'action complete via WP Cron','2021-02-23 00:10:49','2021-02-22 16:10:49'),(116581,41772,'action created','2021-02-23 00:10:49','2021-02-22 16:10:49'),(116582,41772,'action started via WP Cron','2021-02-23 00:11:54','2021-02-22 16:11:54'),(116583,41772,'action complete via WP Cron','2021-02-23 00:11:54','2021-02-22 16:11:54'),(116584,41773,'action created','2021-02-23 00:11:54','2021-02-22 16:11:54'),(116585,41773,'action started via WP Cron','2021-02-23 00:12:54','2021-02-22 16:12:54'),(116586,41773,'action complete via WP Cron','2021-02-23 00:12:54','2021-02-22 16:12:54'),(116587,41774,'action created','2021-02-23 00:12:54','2021-02-22 16:12:54'),(116588,41774,'action started via WP Cron','2021-02-23 00:13:52','2021-02-22 16:13:52'),(116589,41774,'action complete via WP Cron','2021-02-23 00:13:52','2021-02-22 16:13:52'),(116590,41775,'action created','2021-02-23 00:13:52','2021-02-22 16:13:52'),(116591,41775,'action started via WP Cron','2021-02-23 00:14:40','2021-02-22 16:14:40'),(116592,41775,'action complete via WP Cron','2021-02-23 00:14:40','2021-02-22 16:14:40'),(116593,41776,'action created','2021-02-23 00:14:41','2021-02-22 16:14:41'),(116594,41776,'action started via WP Cron','2021-02-23 00:15:49','2021-02-22 16:15:49'),(116595,41776,'action complete via WP Cron','2021-02-23 00:15:49','2021-02-22 16:15:49'),(116596,41777,'action created','2021-02-23 00:15:49','2021-02-22 16:15:49'),(116597,41777,'action started via WP Cron','2021-02-23 00:16:43','2021-02-22 16:16:43'),(116598,41777,'action complete via WP Cron','2021-02-23 00:16:43','2021-02-22 16:16:43'),(116599,41778,'action created','2021-02-23 00:16:43','2021-02-22 16:16:43'),(116600,41778,'action started via WP Cron','2021-02-23 00:17:41','2021-02-22 16:17:41'),(116601,41778,'action complete via WP Cron','2021-02-23 00:17:41','2021-02-22 16:17:41'),(116602,41779,'action created','2021-02-23 00:17:41','2021-02-22 16:17:41'),(116603,41779,'action started via WP Cron','2021-02-23 00:18:46','2021-02-22 16:18:46'),(116604,41779,'action complete via WP Cron','2021-02-23 00:18:46','2021-02-22 16:18:46'),(116605,41780,'action created','2021-02-23 00:18:47','2021-02-22 16:18:47'),(116606,41780,'action started via WP Cron','2021-02-23 00:21:38','2021-02-22 16:21:38'),(116607,41780,'action complete via WP Cron','2021-02-23 00:21:38','2021-02-22 16:21:38'),(116608,41781,'action created','2021-02-23 00:21:38','2021-02-22 16:21:38'),(116609,41781,'action started via WP Cron','2021-02-23 00:21:48','2021-02-22 16:21:48'),(116610,41781,'action complete via WP Cron','2021-02-23 00:21:48','2021-02-22 16:21:48'),(116611,41782,'action created','2021-02-23 00:21:49','2021-02-22 16:21:49'),(116612,41782,'action started via WP Cron','2021-02-23 00:30:30','2021-02-22 16:30:30'),(116613,41782,'action complete via WP Cron','2021-02-23 00:30:30','2021-02-22 16:30:30'),(116614,41783,'action created','2021-02-23 00:30:30','2021-02-22 16:30:30'),(116615,41783,'action started via WP Cron','2021-02-23 00:37:30','2021-02-22 16:37:30'),(116616,41783,'action complete via WP Cron','2021-02-23 00:37:30','2021-02-22 16:37:30'),(116617,41784,'action created','2021-02-23 00:37:30','2021-02-22 16:37:30'),(116618,41784,'action started via WP Cron','2021-02-23 00:38:41','2021-02-22 16:38:41'),(116619,41784,'action complete via WP Cron','2021-02-23 00:38:41','2021-02-22 16:38:41'),(116620,41785,'action created','2021-02-23 00:38:41','2021-02-22 16:38:41'),(116621,41785,'action started via WP Cron','2021-02-23 00:40:43','2021-02-22 16:40:43'),(116622,41785,'action complete via WP Cron','2021-02-23 00:40:43','2021-02-22 16:40:43'),(116623,41786,'action created','2021-02-23 00:40:43','2021-02-22 16:40:43'),(116624,41786,'action started via WP Cron','2021-02-23 00:41:43','2021-02-22 16:41:43'),(116625,41786,'action complete via WP Cron','2021-02-23 00:41:43','2021-02-22 16:41:43'),(116626,41787,'action created','2021-02-23 00:41:43','2021-02-22 16:41:43'),(116627,41787,'action started via WP Cron','2021-02-23 00:42:47','2021-02-22 16:42:47'),(116628,41787,'action complete via WP Cron','2021-02-23 00:42:47','2021-02-22 16:42:47'),(116629,41788,'action created','2021-02-23 00:42:47','2021-02-22 16:42:47'),(116630,41788,'action started via WP Cron','2021-02-23 00:49:33','2021-02-22 16:49:33'),(116631,41788,'action complete via WP Cron','2021-02-23 00:49:33','2021-02-22 16:49:33'),(116632,41789,'action created','2021-02-23 00:51:10','2021-02-22 16:51:10'),(116633,41789,'action started via WP Cron','2021-02-23 00:52:11','2021-02-22 16:52:11'),(116634,41789,'action complete via WP Cron','2021-02-23 00:52:11','2021-02-22 16:52:11'),(116635,41790,'action created','2021-02-23 00:52:11','2021-02-22 16:52:11'),(116636,41790,'action started via WP Cron','2021-02-23 00:53:12','2021-02-22 16:53:12'),(116637,41790,'action complete via WP Cron','2021-02-23 00:53:12','2021-02-22 16:53:12'),(116638,41791,'action created','2021-02-23 00:53:12','2021-02-22 16:53:12'),(116639,41791,'action started via WP Cron','2021-02-23 00:55:14','2021-02-22 16:55:14'),(116640,41791,'action complete via WP Cron','2021-02-23 00:55:14','2021-02-22 16:55:14'),(116641,41792,'action created','2021-02-23 00:55:14','2021-02-22 16:55:14'),(116642,41792,'action started via WP Cron','2021-02-23 00:56:15','2021-02-22 16:56:15'),(116643,41792,'action complete via WP Cron','2021-02-23 00:56:15','2021-02-22 16:56:15'),(116644,41793,'action created','2021-02-23 00:56:15','2021-02-22 16:56:15'),(116645,41793,'action started via WP Cron','2021-02-23 00:59:14','2021-02-22 16:59:14'),(116646,41793,'action complete via WP Cron','2021-02-23 00:59:14','2021-02-22 16:59:14'),(116647,41794,'action created','2021-02-23 00:59:14','2021-02-22 16:59:14'),(116648,41794,'action started via WP Cron','2021-02-23 01:00:57','2021-02-22 17:00:57'),(116649,41794,'action complete via WP Cron','2021-02-23 01:00:57','2021-02-22 17:00:57'),(116650,41795,'action created','2021-02-23 01:00:57','2021-02-22 17:00:57'),(116651,41795,'action started via WP Cron','2021-02-23 01:05:50','2021-02-22 17:05:50'),(116652,41795,'action complete via WP Cron','2021-02-23 01:05:50','2021-02-22 17:05:50'),(116653,41796,'action created','2021-02-23 01:05:50','2021-02-22 17:05:50'),(116654,41796,'action started via WP Cron','2021-02-23 01:06:47','2021-02-22 17:06:47'),(116655,41796,'action complete via WP Cron','2021-02-23 01:06:47','2021-02-22 17:06:47'),(116656,41797,'action created','2021-02-23 01:06:48','2021-02-22 17:06:48'),(116657,41797,'action started via WP Cron','2021-02-23 01:07:44','2021-02-22 17:07:44'),(116658,41797,'action complete via WP Cron','2021-02-23 01:07:44','2021-02-22 17:07:44'),(116659,41798,'action created','2021-02-23 01:07:44','2021-02-22 17:07:44'),(116660,41798,'action started via WP Cron','2021-02-23 01:08:44','2021-02-22 17:08:44'),(116661,41798,'action complete via WP Cron','2021-02-23 01:08:44','2021-02-22 17:08:44'),(116662,41799,'action created','2021-02-23 01:08:44','2021-02-22 17:08:44'),(116663,41799,'action started via WP Cron','2021-02-23 01:09:42','2021-02-22 17:09:42'),(116664,41799,'action complete via WP Cron','2021-02-23 01:09:42','2021-02-22 17:09:42'),(116665,41800,'action created','2021-02-23 01:09:53','2021-02-22 17:09:53'),(116666,41800,'action started via WP Cron','2021-02-23 01:10:47','2021-02-22 17:10:47'),(116667,41800,'action complete via WP Cron','2021-02-23 01:10:47','2021-02-22 17:10:47'),(116668,41801,'action created','2021-02-23 01:10:47','2021-02-22 17:10:47'),(116669,41801,'action started via WP Cron','2021-02-23 01:11:42','2021-02-22 17:11:42'),(116670,41801,'action complete via WP Cron','2021-02-23 01:11:42','2021-02-22 17:11:42'),(116671,41802,'action created','2021-02-23 01:11:46','2021-02-22 17:11:46'),(116672,41802,'action started via WP Cron','2021-02-23 01:12:55','2021-02-22 17:12:55'),(116673,41802,'action complete via WP Cron','2021-02-23 01:12:55','2021-02-22 17:12:55'),(116674,41803,'action created','2021-02-23 01:12:55','2021-02-22 17:12:55'),(116675,41803,'action started via WP Cron','2021-02-23 01:14:02','2021-02-22 17:14:02'),(116676,41803,'action complete via WP Cron','2021-02-23 01:14:02','2021-02-22 17:14:02'),(116677,41804,'action created','2021-02-23 01:14:03','2021-02-22 17:14:03'),(116678,41804,'action started via WP Cron','2021-02-23 01:14:47','2021-02-22 17:14:47'),(116679,41804,'action complete via WP Cron','2021-02-23 01:14:47','2021-02-22 17:14:47'),(116680,41805,'action created','2021-02-23 01:14:47','2021-02-22 17:14:47'),(116681,41805,'action started via WP Cron','2021-02-23 01:15:51','2021-02-22 17:15:51'),(116682,41805,'action complete via WP Cron','2021-02-23 01:15:51','2021-02-22 17:15:51'),(116683,41806,'action created','2021-02-23 01:15:52','2021-02-22 17:15:52'),(116684,41806,'action started via WP Cron','2021-02-23 01:16:42','2021-02-22 17:16:42'),(116685,41806,'action complete via WP Cron','2021-02-23 01:16:42','2021-02-22 17:16:42'),(116686,41807,'action created','2021-02-23 01:16:43','2021-02-22 17:16:43'),(116687,41807,'action started via WP Cron','2021-02-23 01:17:47','2021-02-22 17:17:47'),(116688,41807,'action complete via WP Cron','2021-02-23 01:17:47','2021-02-22 17:17:47'),(116689,41808,'action created','2021-02-23 01:17:47','2021-02-22 17:17:47'),(116690,41808,'action started via WP Cron','2021-02-23 01:18:51','2021-02-22 17:18:51'),(116691,41808,'action complete via WP Cron','2021-02-23 01:18:51','2021-02-22 17:18:51'),(116692,41809,'action created','2021-02-23 01:18:51','2021-02-22 17:18:51'),(116693,41809,'action started via WP Cron','2021-02-23 01:19:54','2021-02-22 17:19:54'),(116694,41809,'action complete via WP Cron','2021-02-23 01:19:54','2021-02-22 17:19:54'),(116695,41810,'action created','2021-02-23 01:19:54','2021-02-22 17:19:54'),(116696,41810,'action started via WP Cron','2021-02-23 01:20:52','2021-02-22 17:20:52'),(116697,41810,'action complete via WP Cron','2021-02-23 01:20:52','2021-02-22 17:20:52'),(116698,41811,'action created','2021-02-23 01:20:53','2021-02-22 17:20:53'),(116699,41811,'action started via WP Cron','2021-02-23 01:21:49','2021-02-22 17:21:49'),(116700,41811,'action complete via WP Cron','2021-02-23 01:21:49','2021-02-22 17:21:49'),(116701,41812,'action created','2021-02-23 01:21:49','2021-02-22 17:21:49'),(116702,41812,'action started via WP Cron','2021-02-23 01:23:01','2021-02-22 17:23:01'),(116703,41812,'action complete via WP Cron','2021-02-23 01:23:01','2021-02-22 17:23:01'),(116704,41813,'action created','2021-02-23 01:23:01','2021-02-22 17:23:01'),(116705,41813,'action started via WP Cron','2021-02-23 01:23:56','2021-02-22 17:23:56'),(116706,41813,'action complete via WP Cron','2021-02-23 01:23:56','2021-02-22 17:23:56'),(116707,41814,'action created','2021-02-23 01:23:56','2021-02-22 17:23:56'),(116708,41814,'action started via WP Cron','2021-02-23 01:25:01','2021-02-22 17:25:01'),(116709,41814,'action complete via WP Cron','2021-02-23 01:25:01','2021-02-22 17:25:01'),(116710,41815,'action created','2021-02-23 01:25:01','2021-02-22 17:25:01'),(116711,41815,'action started via WP Cron','2021-02-23 01:25:41','2021-02-22 17:25:41'),(116712,41815,'action complete via WP Cron','2021-02-23 01:25:41','2021-02-22 17:25:41'),(116713,41816,'action created','2021-02-23 01:25:41','2021-02-22 17:25:41'),(116714,41816,'action started via WP Cron','2021-02-23 01:26:41','2021-02-22 17:26:41'),(116715,41816,'action complete via WP Cron','2021-02-23 01:26:41','2021-02-22 17:26:41'),(116716,41817,'action created','2021-02-23 01:26:41','2021-02-22 17:26:41'),(116717,41817,'action started via WP Cron','2021-02-23 01:27:41','2021-02-22 17:27:41'),(116718,41817,'action complete via WP Cron','2021-02-23 01:27:41','2021-02-22 17:27:41'),(116719,41818,'action created','2021-02-23 01:27:41','2021-02-22 17:27:41'),(116720,41818,'action started via WP Cron','2021-02-23 01:28:43','2021-02-22 17:28:43'),(116721,41818,'action complete via WP Cron','2021-02-23 01:28:43','2021-02-22 17:28:43'),(116722,41819,'action created','2021-02-23 01:28:43','2021-02-22 17:28:43'),(116723,41819,'action started via WP Cron','2021-02-23 01:29:59','2021-02-22 17:29:59'),(116724,41819,'action complete via WP Cron','2021-02-23 01:29:59','2021-02-22 17:29:59'),(116725,41820,'action created','2021-02-23 01:29:59','2021-02-22 17:29:59'),(116726,41820,'action started via WP Cron','2021-02-23 01:30:49','2021-02-22 17:30:49'),(116727,41820,'action complete via WP Cron','2021-02-23 01:30:49','2021-02-22 17:30:49'),(116728,41821,'action created','2021-02-23 01:30:50','2021-02-22 17:30:50'),(116729,41821,'action started via WP Cron','2021-02-23 01:31:42','2021-02-22 17:31:42'),(116730,41821,'action complete via WP Cron','2021-02-23 01:31:42','2021-02-22 17:31:42'),(116731,41822,'action created','2021-02-23 01:31:42','2021-02-22 17:31:42'),(116732,41822,'action started via WP Cron','2021-02-23 01:32:46','2021-02-22 17:32:46'),(116733,41822,'action complete via WP Cron','2021-02-23 01:32:46','2021-02-22 17:32:46'),(116734,41823,'action created','2021-02-23 01:32:46','2021-02-22 17:32:46'),(116735,41823,'action started via WP Cron','2021-02-23 01:33:44','2021-02-22 17:33:44'),(116736,41823,'action complete via WP Cron','2021-02-23 01:33:44','2021-02-22 17:33:44'),(116737,41824,'action created','2021-02-23 01:33:44','2021-02-22 17:33:44'),(116738,41824,'action started via WP Cron','2021-02-23 01:34:56','2021-02-22 17:34:56'),(116739,41824,'action complete via WP Cron','2021-02-23 01:34:56','2021-02-22 17:34:56'),(116740,41825,'action created','2021-02-23 01:34:57','2021-02-22 17:34:57'),(116741,41825,'action started via WP Cron','2021-02-23 01:40:38','2021-02-22 17:40:38'),(116742,41825,'action complete via WP Cron','2021-02-23 01:40:38','2021-02-22 17:40:38'),(116743,41826,'action created','2021-02-23 01:40:38','2021-02-22 17:40:38'),(116744,41826,'action started via WP Cron','2021-02-23 01:42:52','2021-02-22 17:42:52'),(116745,41826,'action complete via WP Cron','2021-02-23 01:42:52','2021-02-22 17:42:52'),(116746,41827,'action created','2021-02-23 01:42:52','2021-02-22 17:42:52'),(116747,41827,'action started via WP Cron','2021-02-23 01:44:54','2021-02-22 17:44:54'),(116748,41827,'action complete via WP Cron','2021-02-23 01:44:54','2021-02-22 17:44:54'),(116749,41828,'action created','2021-02-23 01:44:54','2021-02-22 17:44:54'),(116750,41828,'action started via WP Cron','2021-02-23 01:45:51','2021-02-22 17:45:51'),(116751,41828,'action complete via WP Cron','2021-02-23 01:45:51','2021-02-22 17:45:51'),(116752,41829,'action created','2021-02-23 01:45:51','2021-02-22 17:45:51'),(116753,41829,'action started via WP Cron','2021-02-23 01:46:53','2021-02-22 17:46:53'),(116754,41829,'action complete via WP Cron','2021-02-23 01:46:53','2021-02-22 17:46:53'),(116755,41830,'action created','2021-02-23 01:46:53','2021-02-22 17:46:53'),(116756,41830,'action started via WP Cron','2021-02-23 01:49:07','2021-02-22 17:49:07'),(116757,41830,'action complete via WP Cron','2021-02-23 01:49:07','2021-02-22 17:49:07'),(116758,41831,'action created','2021-02-23 01:49:07','2021-02-22 17:49:07'),(116759,41831,'action started via WP Cron','2021-02-23 01:51:17','2021-02-22 17:51:17'),(116760,41831,'action complete via WP Cron','2021-02-23 01:51:17','2021-02-22 17:51:17'),(116761,41832,'action created','2021-02-23 01:51:17','2021-02-22 17:51:17'),(116762,41832,'action started via WP Cron','2021-02-23 01:54:50','2021-02-22 17:54:50'),(116763,41832,'action complete via WP Cron','2021-02-23 01:54:50','2021-02-22 17:54:50'),(116764,41833,'action created','2021-02-23 01:54:51','2021-02-22 17:54:51'),(116765,41833,'action started via WP Cron','2021-02-23 01:55:53','2021-02-22 17:55:53'),(116766,41833,'action complete via WP Cron','2021-02-23 01:55:53','2021-02-22 17:55:53'),(116767,41834,'action created','2021-02-23 01:55:53','2021-02-22 17:55:53'),(116768,41834,'action started via WP Cron','2021-02-23 01:56:41','2021-02-22 17:56:41'),(116769,41834,'action complete via WP Cron','2021-02-23 01:56:41','2021-02-22 17:56:41'),(116770,41835,'action created','2021-02-23 01:56:41','2021-02-22 17:56:41'),(116771,41835,'action started via WP Cron','2021-02-23 01:58:16','2021-02-22 17:58:16'),(116772,41835,'action complete via WP Cron','2021-02-23 01:58:16','2021-02-22 17:58:16'),(116773,41836,'action created','2021-02-23 01:58:16','2021-02-22 17:58:16'),(116774,41836,'action started via WP Cron','2021-02-23 01:58:48','2021-02-22 17:58:48'),(116775,41836,'action complete via WP Cron','2021-02-23 01:58:48','2021-02-22 17:58:48'),(116776,41837,'action created','2021-02-23 01:58:48','2021-02-22 17:58:48'),(116777,41837,'action started via WP Cron','2021-02-23 01:59:54','2021-02-22 17:59:54'),(116778,41837,'action complete via WP Cron','2021-02-23 01:59:54','2021-02-22 17:59:54'),(116779,41838,'action created','2021-02-23 01:59:54','2021-02-22 17:59:54'),(116780,41838,'action started via WP Cron','2021-02-23 02:01:01','2021-02-22 18:01:01'),(116781,41838,'action complete via WP Cron','2021-02-23 02:01:01','2021-02-22 18:01:01'),(116782,41839,'action created','2021-02-23 02:01:01','2021-02-22 18:01:01'),(116783,41839,'action started via WP Cron','2021-02-23 02:01:49','2021-02-22 18:01:49'),(116784,41839,'action complete via WP Cron','2021-02-23 02:01:49','2021-02-22 18:01:49'),(116785,41840,'action created','2021-02-23 02:01:49','2021-02-22 18:01:49'),(116786,41840,'action started via WP Cron','2021-02-23 02:02:50','2021-02-22 18:02:50'),(116787,41840,'action complete via WP Cron','2021-02-23 02:02:50','2021-02-22 18:02:50'),(116788,41841,'action created','2021-02-23 02:02:50','2021-02-22 18:02:50'),(116789,41841,'action started via WP Cron','2021-02-23 02:04:07','2021-02-22 18:04:07'),(116790,41841,'action complete via WP Cron','2021-02-23 02:04:07','2021-02-22 18:04:07'),(116791,41842,'action created','2021-02-23 02:04:07','2021-02-22 18:04:07'),(116792,41842,'action started via WP Cron','2021-02-23 02:05:07','2021-02-22 18:05:07'),(116793,41842,'action complete via WP Cron','2021-02-23 02:05:07','2021-02-22 18:05:07'),(116794,41843,'action created','2021-02-23 02:05:07','2021-02-22 18:05:07'),(116795,41843,'action started via WP Cron','2021-02-23 02:05:43','2021-02-22 18:05:43'),(116796,41843,'action complete via WP Cron','2021-02-23 02:05:43','2021-02-22 18:05:43'),(116797,41844,'action created','2021-02-23 02:05:43','2021-02-22 18:05:43'),(116798,41844,'action started via WP Cron','2021-02-23 02:06:51','2021-02-22 18:06:51'),(116799,41844,'action complete via WP Cron','2021-02-23 02:06:51','2021-02-22 18:06:51'),(116800,41845,'action created','2021-02-23 02:06:51','2021-02-22 18:06:51'),(116801,41845,'action started via WP Cron','2021-02-23 02:07:54','2021-02-22 18:07:54'),(116802,41845,'action complete via WP Cron','2021-02-23 02:07:54','2021-02-22 18:07:54'),(116803,41846,'action created','2021-02-23 02:07:54','2021-02-22 18:07:54'),(116804,41846,'action started via WP Cron','2021-02-23 02:08:56','2021-02-22 18:08:56'),(116805,41846,'action complete via WP Cron','2021-02-23 02:08:56','2021-02-22 18:08:56'),(116806,41847,'action created','2021-02-23 02:08:56','2021-02-22 18:08:56'),(116807,41847,'action started via WP Cron','2021-02-23 02:10:01','2021-02-22 18:10:01'),(116808,41847,'action complete via WP Cron','2021-02-23 02:10:01','2021-02-22 18:10:01'),(116809,41848,'action created','2021-02-23 02:10:01','2021-02-22 18:10:01'),(116810,41848,'action started via WP Cron','2021-02-23 02:10:55','2021-02-22 18:10:55'),(116811,41848,'action complete via WP Cron','2021-02-23 02:10:55','2021-02-22 18:10:55'),(116812,41849,'action created','2021-02-23 02:10:55','2021-02-22 18:10:55'),(116813,41849,'action started via WP Cron','2021-02-23 02:11:42','2021-02-22 18:11:42'),(116814,41849,'action complete via WP Cron','2021-02-23 02:11:42','2021-02-22 18:11:42'),(116815,41850,'action created','2021-02-23 02:11:42','2021-02-22 18:11:42'),(116816,41850,'action started via WP Cron','2021-02-23 02:12:51','2021-02-22 18:12:51'),(116817,41850,'action complete via WP Cron','2021-02-23 02:12:51','2021-02-22 18:12:51'),(116818,41851,'action created','2021-02-23 02:12:51','2021-02-22 18:12:51'),(116819,41851,'action started via WP Cron','2021-02-23 02:13:57','2021-02-22 18:13:57'),(116820,41851,'action complete via WP Cron','2021-02-23 02:13:57','2021-02-22 18:13:57'),(116821,41852,'action created','2021-02-23 02:13:57','2021-02-22 18:13:57'),(116822,41852,'action started via WP Cron','2021-02-23 02:15:03','2021-02-22 18:15:03'),(116823,41852,'action complete via WP Cron','2021-02-23 02:15:03','2021-02-22 18:15:03'),(116824,41853,'action created','2021-02-23 02:15:10','2021-02-22 18:15:10'),(116825,41853,'action started via WP Cron','2021-02-23 02:15:42','2021-02-22 18:15:42'),(116826,41853,'action complete via WP Cron','2021-02-23 02:15:42','2021-02-22 18:15:42'),(116827,41854,'action created','2021-02-23 02:15:42','2021-02-22 18:15:42'),(116828,41854,'action started via WP Cron','2021-02-23 02:16:51','2021-02-22 18:16:51'),(116829,41854,'action complete via WP Cron','2021-02-23 02:16:51','2021-02-22 18:16:51'),(116830,41855,'action created','2021-02-23 02:16:52','2021-02-22 18:16:52'),(116831,41855,'action started via WP Cron','2021-02-23 02:17:49','2021-02-22 18:17:49'),(116832,41855,'action complete via WP Cron','2021-02-23 02:17:49','2021-02-22 18:17:49'),(116833,41856,'action created','2021-02-23 02:17:49','2021-02-22 18:17:49'),(116834,41856,'action started via WP Cron','2021-02-23 02:18:49','2021-02-22 18:18:49'),(116835,41856,'action complete via WP Cron','2021-02-23 02:18:49','2021-02-22 18:18:49'),(116836,41857,'action created','2021-02-23 02:18:49','2021-02-22 18:18:49'),(116837,41857,'action started via WP Cron','2021-02-23 02:19:59','2021-02-22 18:19:59'),(116838,41857,'action complete via WP Cron','2021-02-23 02:19:59','2021-02-22 18:19:59'),(116839,41858,'action created','2021-02-23 02:19:59','2021-02-22 18:19:59'),(116840,41858,'action started via WP Cron','2021-02-23 02:21:05','2021-02-22 18:21:05'),(116841,41858,'action complete via WP Cron','2021-02-23 02:21:05','2021-02-22 18:21:05'),(116842,41859,'action created','2021-02-23 02:21:05','2021-02-22 18:21:05'),(116843,41859,'action started via WP Cron','2021-02-23 02:21:56','2021-02-22 18:21:56'),(116844,41859,'action complete via WP Cron','2021-02-23 02:21:56','2021-02-22 18:21:56'),(116845,41860,'action created','2021-02-23 02:21:56','2021-02-22 18:21:56'),(116846,41860,'action started via WP Cron','2021-02-23 02:22:52','2021-02-22 18:22:52'),(116847,41860,'action complete via WP Cron','2021-02-23 02:22:52','2021-02-22 18:22:52'),(116848,41861,'action created','2021-02-23 02:22:52','2021-02-22 18:22:52'),(116849,41861,'action started via WP Cron','2021-02-23 02:24:16','2021-02-22 18:24:16'),(116850,41861,'action complete via WP Cron','2021-02-23 02:24:16','2021-02-22 18:24:16'),(116851,41862,'action created','2021-02-23 02:24:16','2021-02-22 18:24:16'),(116852,41862,'action started via WP Cron','2021-02-23 02:24:51','2021-02-22 18:24:51'),(116853,41862,'action complete via WP Cron','2021-02-23 02:24:51','2021-02-22 18:24:51'),(116854,41863,'action created','2021-02-23 02:24:52','2021-02-22 18:24:52'),(116855,41863,'action started via WP Cron','2021-02-23 02:25:47','2021-02-22 18:25:47'),(116856,41863,'action complete via WP Cron','2021-02-23 02:25:47','2021-02-22 18:25:47'),(116857,41864,'action created','2021-02-23 02:25:47','2021-02-22 18:25:47'),(116858,41864,'action started via WP Cron','2021-02-23 02:26:40','2021-02-22 18:26:40'),(116859,41864,'action complete via WP Cron','2021-02-23 02:26:40','2021-02-22 18:26:40'),(116860,41865,'action created','2021-02-23 02:26:40','2021-02-22 18:26:40'),(116861,41865,'action started via WP Cron','2021-02-23 02:27:42','2021-02-22 18:27:42'),(116862,41865,'action complete via WP Cron','2021-02-23 02:27:42','2021-02-22 18:27:42'),(116863,41866,'action created','2021-02-23 02:27:42','2021-02-22 18:27:42'),(116864,41866,'action started via WP Cron','2021-02-23 02:28:47','2021-02-22 18:28:47'),(116865,41866,'action complete via WP Cron','2021-02-23 02:28:47','2021-02-22 18:28:47'),(116866,41867,'action created','2021-02-23 02:28:47','2021-02-22 18:28:47'),(116867,41867,'action started via WP Cron','2021-02-23 02:29:51','2021-02-22 18:29:51'),(116868,41867,'action complete via WP Cron','2021-02-23 02:29:51','2021-02-22 18:29:51'),(116869,41868,'action created','2021-02-23 02:29:51','2021-02-22 18:29:51'),(116870,41868,'action started via WP Cron','2021-02-23 02:30:58','2021-02-22 18:30:58'),(116871,41868,'action complete via WP Cron','2021-02-23 02:30:58','2021-02-22 18:30:58'),(116872,41869,'action created','2021-02-23 02:30:58','2021-02-22 18:30:58'),(116873,41869,'action started via WP Cron','2021-02-23 02:31:51','2021-02-22 18:31:51'),(116874,41869,'action complete via WP Cron','2021-02-23 02:31:51','2021-02-22 18:31:51'),(116875,41870,'action created','2021-02-23 02:31:51','2021-02-22 18:31:51'),(116876,41870,'action started via WP Cron','2021-02-23 02:33:00','2021-02-22 18:33:00'),(116877,41870,'action complete via WP Cron','2021-02-23 02:33:00','2021-02-22 18:33:00'),(116878,41871,'action created','2021-02-23 02:33:00','2021-02-22 18:33:00'),(116879,41871,'action started via WP Cron','2021-02-23 02:34:10','2021-02-22 18:34:10'),(116880,41871,'action complete via WP Cron','2021-02-23 02:34:10','2021-02-22 18:34:10'),(116881,41872,'action created','2021-02-23 02:34:10','2021-02-22 18:34:10'),(116882,41872,'action started via WP Cron','2021-02-23 02:34:42','2021-02-22 18:34:42'),(116883,41872,'action complete via WP Cron','2021-02-23 02:34:42','2021-02-22 18:34:42'),(116884,41873,'action created','2021-02-23 02:34:42','2021-02-22 18:34:42'),(116885,41873,'action started via WP Cron','2021-02-23 02:36:03','2021-02-22 18:36:03'),(116886,41873,'action complete via WP Cron','2021-02-23 02:36:03','2021-02-22 18:36:03'),(116887,41874,'action created','2021-02-23 02:36:03','2021-02-22 18:36:03'),(116888,41874,'action started via WP Cron','2021-02-23 02:36:58','2021-02-22 18:36:58'),(116889,41874,'action complete via WP Cron','2021-02-23 02:36:58','2021-02-22 18:36:58'),(116890,41875,'action created','2021-02-23 02:36:58','2021-02-22 18:36:58'),(116891,41875,'action started via WP Cron','2021-02-23 02:38:02','2021-02-22 18:38:02'),(116892,41875,'action complete via WP Cron','2021-02-23 02:38:02','2021-02-22 18:38:02'),(116893,41876,'action created','2021-02-23 02:38:02','2021-02-22 18:38:02'),(116894,41876,'action started via WP Cron','2021-02-23 02:38:44','2021-02-22 18:38:44'),(116895,41876,'action complete via WP Cron','2021-02-23 02:38:44','2021-02-22 18:38:44'),(116896,41877,'action created','2021-02-23 02:38:44','2021-02-22 18:38:44'),(116897,41877,'action started via WP Cron','2021-02-23 02:39:42','2021-02-22 18:39:42'),(116898,41877,'action complete via WP Cron','2021-02-23 02:39:42','2021-02-22 18:39:42'),(116899,41878,'action created','2021-02-23 02:39:42','2021-02-22 18:39:42'),(116900,41878,'action started via WP Cron','2021-02-23 02:40:53','2021-02-22 18:40:53'),(116901,41878,'action complete via WP Cron','2021-02-23 02:40:53','2021-02-22 18:40:53'),(116902,41879,'action created','2021-02-23 02:40:54','2021-02-22 18:40:54'),(116903,41879,'action started via WP Cron','2021-02-23 02:42:57','2021-02-22 18:42:57'),(116904,41879,'action complete via WP Cron','2021-02-23 02:42:57','2021-02-22 18:42:57'),(116905,41880,'action created','2021-02-23 02:42:57','2021-02-22 18:42:57'),(116906,41880,'action started via WP Cron','2021-02-23 02:46:57','2021-02-22 18:46:57'),(116907,41880,'action complete via WP Cron','2021-02-23 02:46:57','2021-02-22 18:46:57'),(116908,41881,'action created','2021-02-23 02:46:57','2021-02-22 18:46:57'),(116909,41881,'action started via WP Cron','2021-02-23 02:47:55','2021-02-22 18:47:55'),(116910,41881,'action complete via WP Cron','2021-02-23 02:47:55','2021-02-22 18:47:55'),(116911,41882,'action created','2021-02-23 02:47:55','2021-02-22 18:47:55'),(116912,41882,'action started via WP Cron','2021-02-23 02:49:07','2021-02-22 18:49:07'),(116913,41882,'action complete via WP Cron','2021-02-23 02:49:07','2021-02-22 18:49:07'),(116914,41883,'action created','2021-02-23 02:49:08','2021-02-22 18:49:08'),(116915,41883,'action started via WP Cron','2021-02-23 02:49:47','2021-02-22 18:49:47'),(116916,41883,'action complete via WP Cron','2021-02-23 02:49:47','2021-02-22 18:49:47'),(116917,41884,'action created','2021-02-23 02:49:47','2021-02-22 18:49:47'),(116918,41884,'action started via WP Cron','2021-02-23 02:51:11','2021-02-22 18:51:11'),(116919,41884,'action complete via WP Cron','2021-02-23 02:51:11','2021-02-22 18:51:11'),(116920,41885,'action created','2021-02-23 02:51:12','2021-02-22 18:51:12'),(116921,41885,'action started via WP Cron','2021-02-23 02:52:09','2021-02-22 18:52:09'),(116922,41885,'action complete via WP Cron','2021-02-23 02:52:09','2021-02-22 18:52:09'),(116923,41886,'action created','2021-02-23 02:52:09','2021-02-22 18:52:09'),(116924,41886,'action started via WP Cron','2021-02-23 02:54:28','2021-02-22 18:54:28'),(116925,41886,'action complete via WP Cron','2021-02-23 02:54:28','2021-02-22 18:54:28'),(116926,41887,'action created','2021-02-23 02:54:28','2021-02-22 18:54:28'),(116927,41887,'action started via WP Cron','2021-02-23 02:55:44','2021-02-22 18:55:44'),(116928,41887,'action complete via WP Cron','2021-02-23 02:55:44','2021-02-22 18:55:44'),(116929,41888,'action created','2021-02-23 02:55:45','2021-02-22 18:55:45'),(116930,41888,'action started via WP Cron','2021-02-23 02:59:54','2021-02-22 18:59:54'),(116931,41888,'action complete via WP Cron','2021-02-23 02:59:54','2021-02-22 18:59:54'),(116932,41889,'action created','2021-02-23 02:59:54','2021-02-22 18:59:54'),(116933,41889,'action started via WP Cron','2021-02-23 03:01:25','2021-02-22 19:01:25'),(116934,41889,'action complete via WP Cron','2021-02-23 03:01:25','2021-02-22 19:01:25'),(116935,41890,'action created','2021-02-23 03:01:25','2021-02-22 19:01:25'),(116936,41890,'action started via WP Cron','2021-02-23 03:02:39','2021-02-22 19:02:39'),(116937,41890,'action complete via WP Cron','2021-02-23 03:02:39','2021-02-22 19:02:39'),(116938,41891,'action created','2021-02-23 03:02:39','2021-02-22 19:02:39'),(116939,41891,'action started via WP Cron','2021-02-23 03:03:33','2021-02-22 19:03:33'),(116940,41891,'action complete via WP Cron','2021-02-23 03:03:33','2021-02-22 19:03:33'),(116941,41892,'action created','2021-02-23 03:03:33','2021-02-22 19:03:33'),(116942,41892,'action started via WP Cron','2021-02-23 03:04:05','2021-02-22 19:04:05'),(116943,41892,'action complete via WP Cron','2021-02-23 03:04:05','2021-02-22 19:04:05'),(116944,41893,'action created','2021-02-23 03:04:06','2021-02-22 19:04:06'),(116945,41893,'action started via WP Cron','2021-02-23 03:05:29','2021-02-22 19:05:29'),(116946,41893,'action complete via WP Cron','2021-02-23 03:05:29','2021-02-22 19:05:29'),(116947,41894,'action created','2021-02-23 03:05:30','2021-02-22 19:05:30'),(116948,41894,'action started via WP Cron','2021-02-23 03:06:45','2021-02-22 19:06:45'),(116949,41894,'action complete via WP Cron','2021-02-23 03:06:45','2021-02-22 19:06:45'),(116950,41895,'action created','2021-02-23 03:06:45','2021-02-22 19:06:45'),(116951,41895,'action started via WP Cron','2021-02-23 03:11:02','2021-02-22 19:11:02'),(116952,41895,'action complete via WP Cron','2021-02-23 03:11:02','2021-02-22 19:11:02'),(116953,41896,'action created','2021-02-23 03:11:02','2021-02-22 19:11:02'),(116954,41896,'action started via WP Cron','2021-02-23 03:12:58','2021-02-22 19:12:58'),(116955,41896,'action complete via WP Cron','2021-02-23 03:12:58','2021-02-22 19:12:58'),(116956,41897,'action created','2021-02-23 03:12:58','2021-02-22 19:12:58'),(116957,41897,'action started via WP Cron','2021-02-23 03:18:27','2021-02-22 19:18:27'),(116958,41897,'action complete via WP Cron','2021-02-23 03:18:27','2021-02-22 19:18:27'),(116959,41898,'action created','2021-02-23 03:19:01','2021-02-22 19:19:01'),(116960,41898,'action started via WP Cron','2021-02-23 03:20:18','2021-02-22 19:20:18'),(116961,41898,'action complete via WP Cron','2021-02-23 03:20:18','2021-02-22 19:20:18'),(116962,41899,'action created','2021-02-23 03:20:19','2021-02-22 19:20:19'),(116963,41899,'action started via WP Cron','2021-02-23 03:21:19','2021-02-22 19:21:19'),(116964,41899,'action complete via WP Cron','2021-02-23 03:21:19','2021-02-22 19:21:19'),(116965,41900,'action created','2021-02-23 03:21:19','2021-02-22 19:21:19'),(116966,41900,'action started via WP Cron','2021-02-23 03:21:43','2021-02-22 19:21:43'),(116967,41900,'action complete via WP Cron','2021-02-23 03:21:43','2021-02-22 19:21:43'),(116968,41901,'action created','2021-02-23 03:21:44','2021-02-22 19:21:44'),(116969,41901,'action started via WP Cron','2021-02-23 03:25:42','2021-02-22 19:25:42'),(116970,41901,'action complete via WP Cron','2021-02-23 03:25:42','2021-02-22 19:25:42'),(116971,41902,'action created','2021-02-23 03:25:43','2021-02-22 19:25:43'),(116972,41902,'action started via WP Cron','2021-02-23 03:28:27','2021-02-22 19:28:27'),(116973,41902,'action complete via WP Cron','2021-02-23 03:28:27','2021-02-22 19:28:27'),(116974,41903,'action created','2021-02-23 03:28:27','2021-02-22 19:28:27'),(116975,41903,'action started via WP Cron','2021-02-23 03:28:42','2021-02-22 19:28:42'),(116976,41903,'action complete via WP Cron','2021-02-23 03:28:42','2021-02-22 19:28:42'),(116977,41904,'action created','2021-02-23 03:29:38','2021-02-22 19:29:38'),(116978,41904,'action started via WP Cron','2021-02-23 03:30:43','2021-02-22 19:30:43'),(116979,41904,'action complete via WP Cron','2021-02-23 03:30:43','2021-02-22 19:30:43'),(116980,41905,'action created','2021-02-23 03:30:43','2021-02-22 19:30:43'),(116981,41905,'action started via WP Cron','2021-02-23 03:34:12','2021-02-22 19:34:12'),(116982,41905,'action complete via WP Cron','2021-02-23 03:34:12','2021-02-22 19:34:12'),(116983,41906,'action created','2021-02-23 03:34:12','2021-02-22 19:34:12'),(116984,41906,'action started via WP Cron','2021-02-23 03:36:32','2021-02-22 19:36:32'),(116985,41906,'action complete via WP Cron','2021-02-23 03:36:32','2021-02-22 19:36:32'),(116986,41907,'action created','2021-02-23 03:36:32','2021-02-22 19:36:32'),(116987,41907,'action started via WP Cron','2021-02-23 03:40:03','2021-02-22 19:40:03'),(116988,41907,'action complete via WP Cron','2021-02-23 03:40:03','2021-02-22 19:40:03'),(116989,41908,'action created','2021-02-23 03:40:03','2021-02-22 19:40:03'),(116990,41908,'action started via WP Cron','2021-02-23 03:46:23','2021-02-22 19:46:23'),(116991,41908,'action complete via WP Cron','2021-02-23 03:46:23','2021-02-22 19:46:23'),(116992,41909,'action created','2021-02-23 03:46:24','2021-02-22 19:46:24'),(116993,41909,'action started via WP Cron','2021-02-23 03:47:48','2021-02-22 19:47:48'),(116994,41909,'action complete via WP Cron','2021-02-23 03:47:48','2021-02-22 19:47:48'),(116995,41910,'action created','2021-02-23 03:47:48','2021-02-22 19:47:48'),(116996,41910,'action started via WP Cron','2021-02-23 03:51:36','2021-02-22 19:51:36'),(116997,41910,'action complete via WP Cron','2021-02-23 03:51:36','2021-02-22 19:51:36'),(116998,41911,'action created','2021-02-23 03:51:36','2021-02-22 19:51:36'),(116999,41911,'action started via WP Cron','2021-02-23 03:54:28','2021-02-22 19:54:28'),(117000,41911,'action complete via WP Cron','2021-02-23 03:54:28','2021-02-22 19:54:28'),(117001,41912,'action created','2021-02-23 03:54:29','2021-02-22 19:54:29'),(117002,41912,'action started via WP Cron','2021-02-23 03:55:17','2021-02-22 19:55:17'),(117003,41912,'action complete via WP Cron','2021-02-23 03:55:17','2021-02-22 19:55:17'),(117004,41913,'action created','2021-02-23 03:55:17','2021-02-22 19:55:17'),(117005,41913,'action started via WP Cron','2021-02-23 03:56:05','2021-02-22 19:56:05'),(117006,41913,'action complete via WP Cron','2021-02-23 03:56:05','2021-02-22 19:56:05'),(117007,41914,'action created','2021-02-23 03:56:05','2021-02-22 19:56:05'),(117008,41914,'action started via WP Cron','2021-02-23 03:58:05','2021-02-22 19:58:05'),(117009,41914,'action complete via WP Cron','2021-02-23 03:58:05','2021-02-22 19:58:05'),(117010,41915,'action created','2021-02-23 03:58:05','2021-02-22 19:58:05'),(117011,41915,'action started via WP Cron','2021-02-23 04:00:05','2021-02-22 20:00:05'),(117012,41915,'action complete via WP Cron','2021-02-23 04:00:05','2021-02-22 20:00:05'),(117013,41916,'action created','2021-02-23 04:00:05','2021-02-22 20:00:05'),(117014,41916,'action started via WP Cron','2021-02-23 04:01:35','2021-02-22 20:01:35'),(117015,41916,'action complete via WP Cron','2021-02-23 04:01:35','2021-02-22 20:01:35'),(117016,41917,'action created','2021-02-23 04:01:35','2021-02-22 20:01:35'),(117017,41917,'action started via WP Cron','2021-02-23 04:02:14','2021-02-22 20:02:14'),(117018,41917,'action complete via WP Cron','2021-02-23 04:02:14','2021-02-22 20:02:14'),(117019,41918,'action created','2021-02-23 04:02:15','2021-02-22 20:02:15'),(117020,41918,'action started via WP Cron','2021-02-23 04:02:47','2021-02-22 20:02:47'),(117021,41918,'action complete via WP Cron','2021-02-23 04:02:47','2021-02-22 20:02:47'),(117022,41919,'action created','2021-02-23 04:02:47','2021-02-22 20:02:47'),(117023,41919,'action started via WP Cron','2021-02-23 04:04:29','2021-02-22 20:04:29'),(117024,41919,'action complete via WP Cron','2021-02-23 04:04:29','2021-02-22 20:04:29'),(117025,41920,'action created','2021-02-23 04:04:29','2021-02-22 20:04:29'),(117026,41920,'action started via WP Cron','2021-02-23 04:04:43','2021-02-22 20:04:43'),(117027,41920,'action complete via WP Cron','2021-02-23 04:04:43','2021-02-22 20:04:43'),(117028,41921,'action created','2021-02-23 04:04:43','2021-02-22 20:04:43'),(117029,41921,'action started via WP Cron','2021-02-23 04:06:35','2021-02-22 20:06:35'),(117030,41921,'action complete via WP Cron','2021-02-23 04:06:35','2021-02-22 20:06:35'),(117031,41922,'action created','2021-02-23 04:06:36','2021-02-22 20:06:36'),(117032,41922,'action started via WP Cron','2021-02-23 04:07:36','2021-02-22 20:07:36'),(117033,41922,'action complete via WP Cron','2021-02-23 04:07:36','2021-02-22 20:07:36'),(117034,41923,'action created','2021-02-23 04:07:36','2021-02-22 20:07:36'),(117035,41923,'action started via WP Cron','2021-02-23 04:08:37','2021-02-22 20:08:37'),(117036,41923,'action complete via WP Cron','2021-02-23 04:08:37','2021-02-22 20:08:37'),(117037,41924,'action created','2021-02-23 04:08:38','2021-02-22 20:08:38'),(117038,41924,'action started via WP Cron','2021-02-23 04:10:18','2021-02-22 20:10:18'),(117039,41924,'action complete via WP Cron','2021-02-23 04:10:18','2021-02-22 20:10:18'),(117040,41925,'action created','2021-02-23 04:10:18','2021-02-22 20:10:18'),(117041,41925,'action started via WP Cron','2021-02-23 04:14:09','2021-02-22 20:14:09'),(117042,41925,'action complete via WP Cron','2021-02-23 04:14:09','2021-02-22 20:14:09'),(117043,41926,'action created','2021-02-23 04:14:09','2021-02-22 20:14:09'),(117044,41926,'action started via WP Cron','2021-02-23 04:14:45','2021-02-22 20:14:45'),(117045,41926,'action complete via WP Cron','2021-02-23 04:14:45','2021-02-22 20:14:45'),(117046,41927,'action created','2021-02-23 04:14:45','2021-02-22 20:14:45'),(117047,41927,'action started via WP Cron','2021-02-23 04:16:39','2021-02-22 20:16:39'),(117048,41927,'action complete via WP Cron','2021-02-23 04:16:39','2021-02-22 20:16:39'),(117049,41928,'action created','2021-02-23 04:16:39','2021-02-22 20:16:39'),(117050,41928,'action started via WP Cron','2021-02-23 04:18:03','2021-02-22 20:18:03'),(117051,41928,'action complete via WP Cron','2021-02-23 04:18:03','2021-02-22 20:18:03'),(117052,41929,'action created','2021-02-23 04:18:03','2021-02-22 20:18:03'),(117053,41929,'action started via WP Cron','2021-02-23 04:21:56','2021-02-22 20:21:56'),(117054,41929,'action complete via WP Cron','2021-02-23 04:21:56','2021-02-22 20:21:56'),(117055,41930,'action created','2021-02-23 04:21:56','2021-02-22 20:21:56'),(117056,41930,'action started via WP Cron','2021-02-23 04:23:19','2021-02-22 20:23:19'),(117057,41930,'action complete via WP Cron','2021-02-23 04:23:19','2021-02-22 20:23:19'),(117058,41931,'action created','2021-02-23 04:23:19','2021-02-22 20:23:19'),(117059,41931,'action started via WP Cron','2021-02-23 04:25:22','2021-02-22 20:25:22'),(117060,41931,'action complete via WP Cron','2021-02-23 04:25:22','2021-02-22 20:25:22'),(117061,41932,'action created','2021-02-23 04:25:22','2021-02-22 20:25:22'),(117062,41932,'action started via WP Cron','2021-02-23 04:26:20','2021-02-22 20:26:20'),(117063,41932,'action complete via WP Cron','2021-02-23 04:26:20','2021-02-22 20:26:20'),(117064,41933,'action created','2021-02-23 04:26:20','2021-02-22 20:26:20'),(117065,41933,'action started via WP Cron','2021-02-23 04:27:58','2021-02-22 20:27:58'),(117066,41933,'action complete via WP Cron','2021-02-23 04:27:58','2021-02-22 20:27:58'),(117067,41934,'action created','2021-02-23 04:27:59','2021-02-22 20:27:59'),(117068,41934,'action started via WP Cron','2021-02-23 04:29:53','2021-02-22 20:29:53'),(117069,41934,'action complete via WP Cron','2021-02-23 04:29:53','2021-02-22 20:29:53'),(117070,41935,'action created','2021-02-23 04:29:53','2021-02-22 20:29:53'),(117071,41935,'action started via WP Cron','2021-02-23 04:31:40','2021-02-22 20:31:40'),(117072,41935,'action complete via WP Cron','2021-02-23 04:31:40','2021-02-22 20:31:40'),(117073,41936,'action created','2021-02-23 04:31:41','2021-02-22 20:31:41'),(117074,41936,'action started via WP Cron','2021-02-23 04:32:41','2021-02-22 20:32:41'),(117075,41936,'action complete via WP Cron','2021-02-23 04:32:41','2021-02-22 20:32:41'),(117076,41937,'action created','2021-02-23 04:32:41','2021-02-22 20:32:41'),(117077,41937,'action started via WP Cron','2021-02-23 04:33:42','2021-02-22 20:33:42'),(117078,41937,'action complete via WP Cron','2021-02-23 04:33:42','2021-02-22 20:33:42'),(117079,41938,'action created','2021-02-23 04:33:42','2021-02-22 20:33:42'),(117080,41938,'action started via WP Cron','2021-02-23 04:37:51','2021-02-22 20:37:51'),(117081,41938,'action complete via WP Cron','2021-02-23 04:37:51','2021-02-22 20:37:51'),(117082,41939,'action created','2021-02-23 04:37:51','2021-02-22 20:37:51'),(117083,41939,'action started via WP Cron','2021-02-23 04:39:14','2021-02-22 20:39:14'),(117084,41939,'action complete via WP Cron','2021-02-23 04:39:14','2021-02-22 20:39:14'),(117085,41940,'action created','2021-02-23 04:39:14','2021-02-22 20:39:14'),(117086,41940,'action started via WP Cron','2021-02-23 04:42:44','2021-02-22 20:42:44'),(117087,41940,'action complete via WP Cron','2021-02-23 04:42:44','2021-02-22 20:42:44'),(117088,41941,'action created','2021-02-23 04:42:44','2021-02-22 20:42:44'),(117089,41941,'action started via WP Cron','2021-02-23 04:44:23','2021-02-22 20:44:23'),(117090,41941,'action complete via WP Cron','2021-02-23 04:44:23','2021-02-22 20:44:23'),(117091,41942,'action created','2021-02-23 04:44:23','2021-02-22 20:44:23'),(117092,41942,'action started via WP Cron','2021-02-23 04:49:17','2021-02-22 20:49:17'),(117093,41942,'action complete via WP Cron','2021-02-23 04:49:17','2021-02-22 20:49:17'),(117094,41943,'action created','2021-02-23 04:49:17','2021-02-22 20:49:17'),(117095,41943,'action started via WP Cron','2021-02-23 04:50:10','2021-02-22 20:50:10'),(117096,41943,'action complete via WP Cron','2021-02-23 04:50:10','2021-02-22 20:50:10'),(117097,41944,'action created','2021-02-23 04:50:10','2021-02-22 20:50:10'),(117098,41944,'action started via WP Cron','2021-02-23 04:52:41','2021-02-22 20:52:41'),(117099,41944,'action complete via WP Cron','2021-02-23 04:52:41','2021-02-22 20:52:41'),(117100,41945,'action created','2021-02-23 04:52:41','2021-02-22 20:52:41'),(117101,41945,'action started via WP Cron','2021-02-23 04:55:37','2021-02-22 20:55:37'),(117102,41945,'action complete via WP Cron','2021-02-23 04:55:37','2021-02-22 20:55:37'),(117103,41946,'action created','2021-02-23 04:55:37','2021-02-22 20:55:37'),(117104,41946,'action started via WP Cron','2021-02-23 04:56:28','2021-02-22 20:56:28'),(117105,41946,'action complete via WP Cron','2021-02-23 04:56:28','2021-02-22 20:56:28'),(117106,41947,'action created','2021-02-23 04:56:28','2021-02-22 20:56:28'),(117107,41947,'action started via WP Cron','2021-02-23 04:58:11','2021-02-22 20:58:11'),(117108,41947,'action complete via WP Cron','2021-02-23 04:58:11','2021-02-22 20:58:11'),(117109,41948,'action created','2021-02-23 04:58:11','2021-02-22 20:58:11'),(117110,41948,'action started via WP Cron','2021-02-23 04:59:05','2021-02-22 20:59:05'),(117111,41948,'action complete via WP Cron','2021-02-23 04:59:05','2021-02-22 20:59:05'),(117112,41949,'action created','2021-02-23 04:59:05','2021-02-22 20:59:05'),(117113,41949,'action started via WP Cron','2021-02-23 04:59:41','2021-02-22 20:59:41'),(117114,41949,'action complete via WP Cron','2021-02-23 04:59:41','2021-02-22 20:59:41'),(117115,41950,'action created','2021-02-23 04:59:41','2021-02-22 20:59:41'),(117116,41950,'action started via WP Cron','2021-02-23 05:01:06','2021-02-22 21:01:06'),(117117,41950,'action complete via WP Cron','2021-02-23 05:01:06','2021-02-22 21:01:06'),(117118,41951,'action created','2021-02-23 05:01:07','2021-02-22 21:01:07'),(117119,41145,'action started via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117120,41145,'action complete via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117121,41952,'action created','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117122,41144,'action started via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117123,41144,'action complete via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117124,41953,'action created','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117125,41951,'action started via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117126,41951,'action complete via WP Cron','2021-02-23 05:02:08','2021-02-22 21:02:08'),(117127,41954,'action created','2021-02-23 05:02:37','2021-02-22 21:02:37'),(117128,41954,'action started via WP Cron','2021-02-23 05:05:39','2021-02-22 21:05:39'),(117129,41954,'action complete via WP Cron','2021-02-23 05:05:39','2021-02-22 21:05:39'),(117130,41955,'action created','2021-02-23 05:05:39','2021-02-22 21:05:39'),(117131,41955,'action started via WP Cron','2021-02-23 05:06:51','2021-02-22 21:06:51'),(117132,41955,'action complete via WP Cron','2021-02-23 05:06:51','2021-02-22 21:06:51'),(117133,41956,'action created','2021-02-23 05:06:51','2021-02-22 21:06:51'),(117134,41956,'action started via WP Cron','2021-02-23 05:08:15','2021-02-22 21:08:15'),(117135,41956,'action complete via WP Cron','2021-02-23 05:08:15','2021-02-22 21:08:15'),(117136,41957,'action created','2021-02-23 05:08:15','2021-02-22 21:08:15'),(117137,41957,'action started via WP Cron','2021-02-23 05:17:11','2021-02-22 21:17:11'),(117138,41957,'action complete via WP Cron','2021-02-23 05:17:11','2021-02-22 21:17:11'),(117139,41958,'action created','2021-02-23 05:17:11','2021-02-22 21:17:11'),(117140,41958,'action started via WP Cron','2021-02-23 05:24:16','2021-02-22 21:24:16'),(117141,41958,'action complete via WP Cron','2021-02-23 05:24:16','2021-02-22 21:24:16'),(117142,41959,'action created','2021-02-23 05:24:16','2021-02-22 21:24:16'),(117143,41959,'action started via WP Cron','2021-02-23 05:24:41','2021-02-22 21:24:41'),(117144,41959,'action complete via WP Cron','2021-02-23 05:24:41','2021-02-22 21:24:41'),(117145,41960,'action created','2021-02-23 05:24:41','2021-02-22 21:24:41'),(117146,41960,'action started via WP Cron','2021-02-23 05:26:22','2021-02-22 21:26:22'),(117147,41960,'action complete via WP Cron','2021-02-23 05:26:22','2021-02-22 21:26:22'),(117148,41961,'action created','2021-02-23 05:26:22','2021-02-22 21:26:22'),(117149,41961,'action started via WP Cron','2021-02-23 05:27:24','2021-02-22 21:27:24'),(117150,41961,'action complete via WP Cron','2021-02-23 05:27:24','2021-02-22 21:27:24'),(117151,41962,'action created','2021-02-23 05:27:24','2021-02-22 21:27:24'),(117152,41962,'action started via WP Cron','2021-02-23 05:29:27','2021-02-22 21:29:27'),(117153,41962,'action complete via WP Cron','2021-02-23 05:29:27','2021-02-22 21:29:27'),(117154,41963,'action created','2021-02-23 05:29:27','2021-02-22 21:29:27'),(117155,41963,'action started via WP Cron','2021-02-23 05:30:28','2021-02-22 21:30:28'),(117156,41963,'action complete via WP Cron','2021-02-23 05:30:28','2021-02-22 21:30:28'),(117157,41964,'action created','2021-02-23 05:30:28','2021-02-22 21:30:28'),(117158,41964,'action started via WP Cron','2021-02-23 05:31:28','2021-02-22 21:31:28'),(117159,41964,'action complete via WP Cron','2021-02-23 05:31:28','2021-02-22 21:31:28'),(117160,41965,'action created','2021-02-23 05:31:28','2021-02-22 21:31:28'),(117161,41965,'action started via WP Cron','2021-02-23 05:33:37','2021-02-22 21:33:37'),(117162,41965,'action complete via WP Cron','2021-02-23 05:33:37','2021-02-22 21:33:37'),(117163,41966,'action created','2021-02-23 05:33:37','2021-02-22 21:33:37'),(117164,41966,'action started via WP Cron','2021-02-23 05:35:51','2021-02-22 21:35:51'),(117165,41966,'action complete via WP Cron','2021-02-23 05:35:51','2021-02-22 21:35:51'),(117166,41967,'action created','2021-02-23 05:35:51','2021-02-22 21:35:51'),(117167,41967,'action started via WP Cron','2021-02-23 05:43:10','2021-02-22 21:43:10'),(117168,41967,'action complete via WP Cron','2021-02-23 05:43:10','2021-02-22 21:43:10'),(117169,41968,'action created','2021-02-23 05:43:10','2021-02-22 21:43:10'),(117170,41968,'action started via WP Cron','2021-02-23 05:51:04','2021-02-22 21:51:04'),(117171,41968,'action complete via WP Cron','2021-02-23 05:51:04','2021-02-22 21:51:04'),(117172,41969,'action created','2021-02-23 06:00:37','2021-02-22 22:00:37'),(117173,41969,'action started via WP Cron','2021-02-23 06:01:47','2021-02-22 22:01:47'),(117174,41969,'action complete via WP Cron','2021-02-23 06:01:47','2021-02-22 22:01:47'),(117175,41970,'action created','2021-02-23 06:01:47','2021-02-22 22:01:47'),(117176,41970,'action started via WP Cron','2021-02-23 06:02:52','2021-02-22 22:02:52'),(117177,41970,'action complete via WP Cron','2021-02-23 06:02:52','2021-02-22 22:02:52'),(117178,41971,'action created','2021-02-23 06:02:52','2021-02-22 22:02:52'),(117179,41971,'action started via WP Cron','2021-02-23 06:04:50','2021-02-22 22:04:50'),(117180,41971,'action complete via WP Cron','2021-02-23 06:04:50','2021-02-22 22:04:50'),(117181,41972,'action created','2021-02-23 06:04:50','2021-02-22 22:04:50'),(117182,41972,'action started via WP Cron','2021-02-23 06:05:51','2021-02-22 22:05:51'),(117183,41972,'action complete via WP Cron','2021-02-23 06:05:51','2021-02-22 22:05:51'),(117184,41973,'action created','2021-02-23 06:05:51','2021-02-22 22:05:51'),(117185,41973,'action started via WP Cron','2021-02-23 06:06:53','2021-02-22 22:06:53'),(117186,41973,'action complete via WP Cron','2021-02-23 06:06:53','2021-02-22 22:06:53'),(117187,41974,'action created','2021-02-23 06:06:53','2021-02-22 22:06:53'),(117188,41974,'action started via WP Cron','2021-02-23 06:09:04','2021-02-22 22:09:04'),(117189,41974,'action complete via WP Cron','2021-02-23 06:09:04','2021-02-22 22:09:04'),(117190,41975,'action created','2021-02-23 06:09:04','2021-02-22 22:09:04'),(117191,41975,'action started via WP Cron','2021-02-23 06:10:19','2021-02-22 22:10:19'),(117192,41975,'action complete via WP Cron','2021-02-23 06:10:19','2021-02-22 22:10:19'),(117193,41976,'action created','2021-02-23 06:10:20','2021-02-22 22:10:20'),(117194,41976,'action started via WP Cron','2021-02-23 06:13:45','2021-02-22 22:13:45'),(117195,41976,'action complete via WP Cron','2021-02-23 06:13:45','2021-02-22 22:13:45'),(117196,41977,'action created','2021-02-23 06:13:45','2021-02-22 22:13:45'),(117197,41977,'action started via WP Cron','2021-02-23 06:15:05','2021-02-22 22:15:05'),(117198,41977,'action complete via WP Cron','2021-02-23 06:15:05','2021-02-22 22:15:05'),(117199,41978,'action created','2021-02-23 06:15:05','2021-02-22 22:15:05'),(117200,41978,'action started via WP Cron','2021-02-23 06:16:06','2021-02-22 22:16:06'),(117201,41978,'action complete via WP Cron','2021-02-23 06:16:06','2021-02-22 22:16:06'),(117202,41979,'action created','2021-02-23 06:16:06','2021-02-22 22:16:06'),(117203,41979,'action started via WP Cron','2021-02-23 06:16:43','2021-02-22 22:16:43'),(117204,41979,'action complete via WP Cron','2021-02-23 06:16:43','2021-02-22 22:16:43'),(117205,41980,'action created','2021-02-23 06:16:43','2021-02-22 22:16:43'),(117206,41980,'action started via WP Cron','2021-02-23 06:18:08','2021-02-22 22:18:08'),(117207,41980,'action complete via WP Cron','2021-02-23 06:18:08','2021-02-22 22:18:08'),(117208,41981,'action created','2021-02-23 06:18:09','2021-02-22 22:18:09'),(117209,41981,'action started via WP Cron','2021-02-23 06:19:20','2021-02-22 22:19:20'),(117210,41981,'action complete via WP Cron','2021-02-23 06:19:20','2021-02-22 22:19:20'),(117211,41982,'action created','2021-02-23 06:19:22','2021-02-22 22:19:22'),(117212,41982,'action started via WP Cron','2021-02-23 06:22:18','2021-02-22 22:22:18'),(117213,41982,'action complete via WP Cron','2021-02-23 06:22:18','2021-02-22 22:22:18'),(117214,41983,'action created','2021-02-23 06:22:18','2021-02-22 22:22:18'),(117215,41983,'action started via WP Cron','2021-02-23 06:24:50','2021-02-22 22:24:50'),(117216,41983,'action complete via WP Cron','2021-02-23 06:24:50','2021-02-22 22:24:50'),(117217,41984,'action created','2021-02-23 06:24:50','2021-02-22 22:24:50'),(117218,41984,'action started via WP Cron','2021-02-23 06:26:30','2021-02-22 22:26:30'),(117219,41984,'action complete via WP Cron','2021-02-23 06:26:30','2021-02-22 22:26:30'),(117220,41985,'action created','2021-02-23 06:26:30','2021-02-22 22:26:30'),(117221,41985,'action started via WP Cron','2021-02-23 06:34:17','2021-02-22 22:34:17'),(117222,41985,'action complete via WP Cron','2021-02-23 06:34:17','2021-02-22 22:34:17'),(117223,41986,'action created','2021-02-23 06:34:17','2021-02-22 22:34:17'),(117224,41986,'action started via WP Cron','2021-02-23 06:36:28','2021-02-22 22:36:28'),(117225,41986,'action complete via WP Cron','2021-02-23 06:36:28','2021-02-22 22:36:28'),(117226,41987,'action created','2021-02-23 06:36:28','2021-02-22 22:36:28'),(117227,41987,'action started via WP Cron','2021-02-23 06:39:20','2021-02-22 22:39:20'),(117228,41987,'action complete via WP Cron','2021-02-23 06:39:20','2021-02-22 22:39:20'),(117229,41988,'action created','2021-02-23 06:39:20','2021-02-22 22:39:20'),(117230,41988,'action started via WP Cron','2021-02-23 06:46:41','2021-02-22 22:46:41'),(117231,41988,'action complete via WP Cron','2021-02-23 06:46:41','2021-02-22 22:46:41'),(117232,41989,'action created','2021-02-23 06:46:41','2021-02-22 22:46:41'),(117233,41989,'action started via WP Cron','2021-02-23 06:48:37','2021-02-22 22:48:37'),(117234,41989,'action complete via WP Cron','2021-02-23 06:48:37','2021-02-22 22:48:37'),(117235,41990,'action created','2021-02-23 06:48:37','2021-02-22 22:48:37'),(117236,41990,'action started via WP Cron','2021-02-23 06:55:32','2021-02-22 22:55:32'),(117237,41990,'action complete via WP Cron','2021-02-23 06:55:32','2021-02-22 22:55:32'),(117238,41991,'action created','2021-02-23 06:55:32','2021-02-22 22:55:32'),(117239,41991,'action started via WP Cron','2021-02-23 06:58:18','2021-02-22 22:58:18'),(117240,41991,'action complete via WP Cron','2021-02-23 06:58:18','2021-02-22 22:58:18'),(117241,41992,'action created','2021-02-23 06:58:19','2021-02-22 22:58:19'),(117242,41992,'action started via WP Cron','2021-02-23 06:59:57','2021-02-22 22:59:57'),(117243,41992,'action complete via WP Cron','2021-02-23 06:59:57','2021-02-22 22:59:57'),(117244,41993,'action created','2021-02-23 06:59:57','2021-02-22 22:59:57'),(117245,41993,'action started via WP Cron','2021-02-23 07:00:57','2021-02-22 23:00:57'),(117246,41993,'action complete via WP Cron','2021-02-23 07:00:57','2021-02-22 23:00:57'),(117247,41994,'action created','2021-02-23 07:00:57','2021-02-22 23:00:57'),(117248,41994,'action started via WP Cron','2021-02-23 07:04:59','2021-02-22 23:04:59'),(117249,41994,'action complete via WP Cron','2021-02-23 07:04:59','2021-02-22 23:04:59'),(117250,41995,'action created','2021-02-23 07:04:59','2021-02-22 23:04:59'),(117251,41995,'action started via WP Cron','2021-02-23 07:05:43','2021-02-22 23:05:43'),(117252,41995,'action complete via WP Cron','2021-02-23 07:05:43','2021-02-22 23:05:43'),(117253,41996,'action created','2021-02-23 07:05:43','2021-02-22 23:05:43'),(117254,41996,'action started via WP Cron','2021-02-23 07:06:54','2021-02-22 23:06:54'),(117255,41996,'action complete via WP Cron','2021-02-23 07:06:54','2021-02-22 23:06:54'),(117256,41997,'action created','2021-02-23 07:06:54','2021-02-22 23:06:54'),(117257,41997,'action started via WP Cron','2021-02-23 07:07:49','2021-02-22 23:07:49'),(117258,41997,'action complete via WP Cron','2021-02-23 07:07:49','2021-02-22 23:07:49'),(117259,41998,'action created','2021-02-23 07:07:49','2021-02-22 23:07:49'),(117260,41998,'action started via WP Cron','2021-02-23 07:08:51','2021-02-22 23:08:51'),(117261,41998,'action complete via WP Cron','2021-02-23 07:08:51','2021-02-22 23:08:51'),(117262,41999,'action created','2021-02-23 07:08:52','2021-02-22 23:08:52'),(117263,41999,'action started via WP Cron','2021-02-23 07:09:46','2021-02-22 23:09:46'),(117264,41999,'action complete via WP Cron','2021-02-23 07:09:46','2021-02-22 23:09:46'),(117265,42000,'action created','2021-02-23 07:09:47','2021-02-22 23:09:47'),(117266,42000,'action started via WP Cron','2021-02-23 07:10:46','2021-02-22 23:10:46'),(117267,42000,'action complete via WP Cron','2021-02-23 07:10:46','2021-02-22 23:10:46'),(117268,42001,'action created','2021-02-23 07:10:46','2021-02-22 23:10:46'),(117269,42001,'action started via WP Cron','2021-02-23 07:11:45','2021-02-22 23:11:45'),(117270,42001,'action complete via WP Cron','2021-02-23 07:11:45','2021-02-22 23:11:45'),(117271,42002,'action created','2021-02-23 07:11:45','2021-02-22 23:11:45'),(117272,42002,'action started via WP Cron','2021-02-23 07:12:46','2021-02-22 23:12:46'),(117273,42002,'action complete via WP Cron','2021-02-23 07:12:46','2021-02-22 23:12:46'),(117274,42003,'action created','2021-02-23 07:12:46','2021-02-22 23:12:46'),(117275,42003,'action started via WP Cron','2021-02-23 07:13:48','2021-02-22 23:13:48'),(117276,42003,'action complete via WP Cron','2021-02-23 07:13:48','2021-02-22 23:13:48'),(117277,42004,'action created','2021-02-23 07:13:48','2021-02-22 23:13:48'),(117278,42004,'action started via WP Cron','2021-02-23 07:14:41','2021-02-22 23:14:41'),(117279,42004,'action complete via WP Cron','2021-02-23 07:14:41','2021-02-22 23:14:41'),(117280,42005,'action created','2021-02-23 07:14:41','2021-02-22 23:14:41'),(117281,42005,'action started via WP Cron','2021-02-23 07:15:42','2021-02-22 23:15:42'),(117282,42005,'action complete via WP Cron','2021-02-23 07:15:42','2021-02-22 23:15:42'),(117283,42006,'action created','2021-02-23 07:15:42','2021-02-22 23:15:42'),(117284,42006,'action started via WP Cron','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117285,42006,'action complete via WP Cron','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117286,41190,'action started via WP Cron','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117287,41190,'action complete via WP Cron','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117288,42007,'action created','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117289,42008,'action created','2021-02-23 07:16:45','2021-02-22 23:16:45'),(117290,42008,'action started via WP Cron','2021-02-23 07:17:45','2021-02-22 23:17:45'),(117291,42008,'action complete via WP Cron','2021-02-23 07:17:45','2021-02-22 23:17:45'),(117292,42009,'action created','2021-02-23 07:17:45','2021-02-22 23:17:45'),(117293,42009,'action started via WP Cron','2021-02-23 07:18:47','2021-02-22 23:18:47'),(117294,42009,'action complete via WP Cron','2021-02-23 07:18:47','2021-02-22 23:18:47'),(117295,42010,'action created','2021-02-23 07:18:47','2021-02-22 23:18:47'),(117296,42010,'action started via WP Cron','2021-02-23 07:19:48','2021-02-22 23:19:48'),(117297,42010,'action complete via WP Cron','2021-02-23 07:19:48','2021-02-22 23:19:48'),(117298,42011,'action created','2021-02-23 07:19:48','2021-02-22 23:19:48'),(117299,42011,'action started via WP Cron','2021-02-23 07:20:51','2021-02-22 23:20:51'),(117300,42011,'action complete via WP Cron','2021-02-23 07:20:51','2021-02-22 23:20:51'),(117301,42012,'action created','2021-02-23 07:20:51','2021-02-22 23:20:51'),(117302,42012,'action started via WP Cron','2021-02-23 07:22:14','2021-02-22 23:22:14'),(117303,42012,'action complete via WP Cron','2021-02-23 07:22:14','2021-02-22 23:22:14'),(117304,42013,'action created','2021-02-23 07:22:14','2021-02-22 23:22:14'),(117305,42013,'action started via WP Cron','2021-02-23 07:23:02','2021-02-22 23:23:02'),(117306,42013,'action complete via WP Cron','2021-02-23 07:23:02','2021-02-22 23:23:02'),(117307,42014,'action created','2021-02-23 07:23:02','2021-02-22 23:23:02'),(117308,42014,'action started via WP Cron','2021-02-23 07:26:25','2021-02-22 23:26:25'),(117309,42014,'action complete via WP Cron','2021-02-23 07:26:25','2021-02-22 23:26:25'),(117310,42015,'action created','2021-02-23 07:26:25','2021-02-22 23:26:25'),(117311,42015,'action started via WP Cron','2021-02-23 07:27:25','2021-02-22 23:27:25'),(117312,42015,'action complete via WP Cron','2021-02-23 07:27:25','2021-02-22 23:27:25'),(117313,42016,'action created','2021-02-23 07:27:25','2021-02-22 23:27:25'),(117314,42016,'action started via WP Cron','2021-02-23 07:28:33','2021-02-22 23:28:33'),(117315,42016,'action complete via WP Cron','2021-02-23 07:28:33','2021-02-22 23:28:33'),(117316,42017,'action created','2021-02-23 07:28:33','2021-02-22 23:28:33'),(117317,42017,'action started via WP Cron','2021-02-23 07:29:34','2021-02-22 23:29:34'),(117318,42017,'action complete via WP Cron','2021-02-23 07:29:34','2021-02-22 23:29:34'),(117319,42018,'action created','2021-02-23 07:29:34','2021-02-22 23:29:34'),(117320,42018,'action started via WP Cron','2021-02-23 07:30:59','2021-02-22 23:30:59'),(117321,42018,'action complete via WP Cron','2021-02-23 07:30:59','2021-02-22 23:30:59'),(117322,42019,'action created','2021-02-23 07:30:59','2021-02-22 23:30:59'),(117323,42019,'action started via WP Cron','2021-02-23 07:33:22','2021-02-22 23:33:22'),(117324,42019,'action complete via WP Cron','2021-02-23 07:33:22','2021-02-22 23:33:22'),(117325,42020,'action created','2021-02-23 07:33:22','2021-02-22 23:33:22'),(117326,42020,'action started via WP Cron','2021-02-23 07:47:51','2021-02-22 23:47:51'),(117327,42020,'action complete via WP Cron','2021-02-23 07:47:51','2021-02-22 23:47:51'),(117328,42021,'action created','2021-02-23 07:47:51','2021-02-22 23:47:51'),(117329,42021,'action started via WP Cron','2021-02-23 07:51:25','2021-02-22 23:51:25'),(117330,42021,'action complete via WP Cron','2021-02-23 07:51:25','2021-02-22 23:51:25'),(117331,42022,'action created','2021-02-23 07:51:25','2021-02-22 23:51:25'),(117332,42022,'action started via WP Cron','2021-02-23 07:57:17','2021-02-22 23:57:17'),(117333,42022,'action complete via WP Cron','2021-02-23 07:57:17','2021-02-22 23:57:17'),(117334,42023,'action created','2021-02-23 07:57:17','2021-02-22 23:57:17'),(117335,42023,'action started via WP Cron','2021-02-23 08:02:24','2021-02-23 00:02:24'),(117336,42023,'action complete via WP Cron','2021-02-23 08:02:24','2021-02-23 00:02:24'),(117337,42024,'action created','2021-02-23 08:02:24','2021-02-23 00:02:24'),(117338,42024,'action started via WP Cron','2021-02-23 08:07:34','2021-02-23 00:07:34'),(117339,42024,'action complete via WP Cron','2021-02-23 08:07:34','2021-02-23 00:07:34'),(117340,42025,'action created','2021-02-23 08:07:34','2021-02-23 00:07:34'),(117341,42025,'action started via WP Cron','2021-02-23 08:10:55','2021-02-23 00:10:55'),(117342,42025,'action complete via WP Cron','2021-02-23 08:10:55','2021-02-23 00:10:55'),(117343,42026,'action created','2021-02-23 08:10:55','2021-02-23 00:10:55'),(117344,42026,'action started via WP Cron','2021-02-23 08:20:17','2021-02-23 00:20:17'),(117345,42026,'action complete via WP Cron','2021-02-23 08:20:17','2021-02-23 00:20:17'),(117346,42027,'action created','2021-02-23 08:20:18','2021-02-23 00:20:18'),(117347,42027,'action started via WP Cron','2021-02-23 08:22:02','2021-02-23 00:22:02'),(117348,42027,'action complete via WP Cron','2021-02-23 08:22:02','2021-02-23 00:22:02'),(117349,42028,'action created','2021-02-23 08:22:02','2021-02-23 00:22:02'),(117350,42028,'action started via WP Cron','2021-02-23 08:23:09','2021-02-23 00:23:09'),(117351,42028,'action complete via WP Cron','2021-02-23 08:23:09','2021-02-23 00:23:09'),(117352,42029,'action created','2021-02-23 08:23:09','2021-02-23 00:23:09'),(117353,42029,'action started via WP Cron','2021-02-23 08:24:30','2021-02-23 00:24:30'),(117354,42029,'action complete via WP Cron','2021-02-23 08:24:30','2021-02-23 00:24:30'),(117355,42030,'action created','2021-02-23 08:24:30','2021-02-23 00:24:30'),(117356,42030,'action started via WP Cron','2021-02-23 08:26:39','2021-02-23 00:26:39'),(117357,42030,'action complete via WP Cron','2021-02-23 08:26:39','2021-02-23 00:26:39'),(117358,42031,'action created','2021-02-23 08:26:39','2021-02-23 00:26:39'),(117362,42032,'action started via WP Cron','2021-02-23 08:28:57','2021-02-23 00:28:57'),(117363,42032,'action complete via WP Cron','2021-02-23 08:28:57','2021-02-23 00:28:57'),(117364,42033,'action created','2021-02-23 08:28:57','2021-02-23 00:28:57'),(117365,42033,'action started via WP Cron','2021-02-23 08:29:49','2021-02-23 00:29:49'),(117366,42033,'action complete via WP Cron','2021-02-23 08:29:49','2021-02-23 00:29:49'),(117367,42034,'action created','2021-02-23 08:29:49','2021-02-23 00:29:49'),(117368,42034,'action started via WP Cron','2021-02-23 08:31:36','2021-02-23 00:31:36'),(117369,42034,'action complete via WP Cron','2021-02-23 08:31:36','2021-02-23 00:31:36'),(117370,42035,'action created','2021-02-23 08:31:36','2021-02-23 00:31:36'),(117371,42035,'action started via WP Cron','2021-02-23 08:33:30','2021-02-23 00:33:30'),(117372,42035,'action complete via WP Cron','2021-02-23 08:33:30','2021-02-23 00:33:30'),(117373,42036,'action created','2021-02-23 08:33:30','2021-02-23 00:33:30'),(117374,42036,'action started via WP Cron','2021-02-23 08:33:44','2021-02-23 00:33:44'),(117375,42036,'action complete via WP Cron','2021-02-23 08:33:44','2021-02-23 00:33:44'),(117376,42037,'action created','2021-02-23 08:33:44','2021-02-23 00:33:44'),(117377,42037,'action started via WP Cron','2021-02-23 08:35:08','2021-02-23 00:35:08'),(117378,42037,'action complete via WP Cron','2021-02-23 08:35:08','2021-02-23 00:35:08'),(117379,42038,'action created','2021-02-23 08:35:08','2021-02-23 00:35:08'),(117380,42038,'action started via WP Cron','2021-02-23 08:38:04','2021-02-23 00:38:04'),(117381,42038,'action complete via WP Cron','2021-02-23 08:38:04','2021-02-23 00:38:04'),(117382,42039,'action created','2021-02-23 08:38:04','2021-02-23 00:38:04'),(117383,42039,'action started via WP Cron','2021-02-23 08:42:58','2021-02-23 00:42:58'),(117384,42039,'action complete via WP Cron','2021-02-23 08:42:58','2021-02-23 00:42:58'),(117385,42040,'action created','2021-02-23 08:42:58','2021-02-23 00:42:58'),(117386,42040,'action started via WP Cron','2021-02-23 08:43:52','2021-02-23 00:43:52'),(117387,42040,'action complete via WP Cron','2021-02-23 08:43:52','2021-02-23 00:43:52'),(117388,42041,'action created','2021-02-23 08:43:52','2021-02-23 00:43:52'),(117389,42041,'action started via WP Cron','2021-02-23 08:53:36','2021-02-23 00:53:36'),(117390,42041,'action complete via WP Cron','2021-02-23 08:53:36','2021-02-23 00:53:36'),(117391,42042,'action created','2021-02-23 08:53:36','2021-02-23 00:53:36'),(117392,42042,'action started via WP Cron','2021-02-23 08:54:46','2021-02-23 00:54:46'),(117393,42042,'action complete via WP Cron','2021-02-23 08:54:46','2021-02-23 00:54:46'),(117394,42043,'action created','2021-02-23 08:54:46','2021-02-23 00:54:46'),(117395,42043,'action started via WP Cron','2021-02-23 08:56:48','2021-02-23 00:56:48'),(117396,42043,'action complete via WP Cron','2021-02-23 08:56:48','2021-02-23 00:56:48'),(117397,42044,'action created','2021-02-23 08:56:48','2021-02-23 00:56:48'),(117398,42044,'action started via WP Cron','2021-02-23 08:57:49','2021-02-23 00:57:49'),(117399,42044,'action complete via WP Cron','2021-02-23 08:57:49','2021-02-23 00:57:49'),(117400,42045,'action created','2021-02-23 08:57:49','2021-02-23 00:57:49'),(117401,42045,'action started via WP Cron','2021-02-23 08:58:50','2021-02-23 00:58:50'),(117402,42045,'action complete via WP Cron','2021-02-23 08:58:50','2021-02-23 00:58:50'),(117403,42046,'action created','2021-02-23 08:58:50','2021-02-23 00:58:50'),(117404,42046,'action started via WP Cron','2021-02-23 09:00:55','2021-02-23 01:00:55'),(117405,42046,'action complete via WP Cron','2021-02-23 09:00:55','2021-02-23 01:00:55'),(117406,42047,'action created','2021-02-23 09:00:55','2021-02-23 01:00:55'),(117407,42047,'action started via WP Cron','2021-02-23 09:03:49','2021-02-23 01:03:49'),(117408,42047,'action complete via WP Cron','2021-02-23 09:03:49','2021-02-23 01:03:49'),(117409,42048,'action created','2021-02-23 09:03:49','2021-02-23 01:03:49'),(117410,42048,'action started via WP Cron','2021-02-23 09:08:11','2021-02-23 01:08:11'),(117411,42048,'action complete via WP Cron','2021-02-23 09:08:11','2021-02-23 01:08:11'),(117412,42049,'action created','2021-02-23 09:08:11','2021-02-23 01:08:11'),(117413,42049,'action started via WP Cron','2021-02-23 09:09:48','2021-02-23 01:09:48'),(117414,42049,'action complete via WP Cron','2021-02-23 09:09:48','2021-02-23 01:09:48'),(117415,42050,'action created','2021-02-23 09:09:48','2021-02-23 01:09:48'),(117416,42050,'action started via WP Cron','2021-02-23 09:10:56','2021-02-23 01:10:56'),(117417,42050,'action complete via WP Cron','2021-02-23 09:10:56','2021-02-23 01:10:56'),(117418,42051,'action created','2021-02-23 09:11:35','2021-02-23 01:11:35'),(117419,42051,'action started via WP Cron','2021-02-23 09:16:56','2021-02-23 01:16:56'),(117420,42051,'action complete via WP Cron','2021-02-23 09:16:56','2021-02-23 01:16:56'),(117421,42052,'action created','2021-02-23 09:16:56','2021-02-23 01:16:56'),(117422,42052,'action started via WP Cron','2021-02-23 09:21:04','2021-02-23 01:21:04'),(117423,42052,'action complete via WP Cron','2021-02-23 09:21:04','2021-02-23 01:21:04'),(117424,42053,'action created','2021-02-23 09:21:04','2021-02-23 01:21:04'),(117425,42053,'action started via WP Cron','2021-02-23 09:22:12','2021-02-23 01:22:12'),(117426,42053,'action complete via WP Cron','2021-02-23 09:22:12','2021-02-23 01:22:12'),(117427,42054,'action created','2021-02-23 09:22:12','2021-02-23 01:22:12'),(117428,42054,'action started via WP Cron','2021-02-23 09:23:31','2021-02-23 01:23:31'),(117429,42054,'action complete via WP Cron','2021-02-23 09:23:31','2021-02-23 01:23:31'),(117430,42055,'action created','2021-02-23 09:23:31','2021-02-23 01:23:31'),(117431,42055,'action started via WP Cron','2021-02-23 09:24:35','2021-02-23 01:24:35'),(117432,42055,'action complete via WP Cron','2021-02-23 09:24:35','2021-02-23 01:24:35'),(117433,42056,'action created','2021-02-23 09:24:35','2021-02-23 01:24:35'),(117434,42056,'action started via WP Cron','2021-02-23 09:25:58','2021-02-23 01:25:58'),(117435,42056,'action complete via WP Cron','2021-02-23 09:25:58','2021-02-23 01:25:58'),(117436,42057,'action created','2021-02-23 09:25:58','2021-02-23 01:25:58'),(117437,42057,'action started via WP Cron','2021-02-23 09:28:08','2021-02-23 01:28:08'),(117438,42057,'action complete via WP Cron','2021-02-23 09:28:08','2021-02-23 01:28:08'),(117439,42058,'action created','2021-02-23 09:28:08','2021-02-23 01:28:08'),(117440,42058,'action started via WP Cron','2021-02-23 09:28:42','2021-02-23 01:28:42'),(117441,42058,'action complete via WP Cron','2021-02-23 09:28:42','2021-02-23 01:28:42'),(117442,42059,'action created','2021-02-23 09:28:42','2021-02-23 01:28:42'),(117443,42059,'action started via WP Cron','2021-02-23 09:29:49','2021-02-23 01:29:49'),(117444,42059,'action complete via WP Cron','2021-02-23 09:29:49','2021-02-23 01:29:49'),(117445,42060,'action created','2021-02-23 09:29:49','2021-02-23 01:29:49'),(117446,42060,'action started via WP Cron','2021-02-23 09:30:51','2021-02-23 01:30:51'),(117447,42060,'action complete via WP Cron','2021-02-23 09:30:51','2021-02-23 01:30:51'),(117448,42061,'action created','2021-02-23 09:31:50','2021-02-23 01:31:50'),(117449,42061,'action started via WP Cron','2021-02-23 09:33:37','2021-02-23 01:33:37'),(117450,42061,'action complete via WP Cron','2021-02-23 09:33:37','2021-02-23 01:33:37'),(117451,42062,'action created','2021-02-23 09:33:37','2021-02-23 01:33:37'),(117452,42062,'action started via WP Cron','2021-02-23 09:33:55','2021-02-23 01:33:55'),(117453,42062,'action complete via WP Cron','2021-02-23 09:33:55','2021-02-23 01:33:55'),(117454,42063,'action created','2021-02-23 09:33:55','2021-02-23 01:33:55'),(117455,42063,'action started via Async Request','2021-02-23 09:34:31','2021-02-23 01:34:31'),(117456,42063,'action complete via Async Request','2021-02-23 09:34:31','2021-02-23 01:34:31'),(117457,42064,'action created','2021-02-23 09:34:35','2021-02-23 01:34:35'),(117458,42064,'action started via WP Cron','2021-02-23 09:35:13','2021-02-23 01:35:13'),(117459,42064,'action complete via WP Cron','2021-02-23 09:35:13','2021-02-23 01:35:13'),(117460,42065,'action created','2021-02-23 09:35:13','2021-02-23 01:35:13'),(117461,42065,'action started via WP Cron','2021-02-23 09:37:27','2021-02-23 01:37:27'),(117462,42065,'action complete via WP Cron','2021-02-23 09:37:27','2021-02-23 01:37:27'),(117463,42066,'action created','2021-02-23 09:37:27','2021-02-23 01:37:27'),(117464,42066,'action started via WP Cron','2021-02-23 09:44:18','2021-02-23 01:44:18'),(117465,42066,'action complete via WP Cron','2021-02-23 09:44:18','2021-02-23 01:44:18'),(117466,42067,'action created','2021-02-23 09:44:18','2021-02-23 01:44:18'),(117467,42067,'action started via WP Cron','2021-02-23 09:44:41','2021-02-23 01:44:41'),(117468,42067,'action complete via WP Cron','2021-02-23 09:44:41','2021-02-23 01:44:41'),(117469,42068,'action created','2021-02-23 09:44:41','2021-02-23 01:44:41'),(117470,42068,'action started via WP Cron','2021-02-23 09:45:44','2021-02-23 01:45:44'),(117471,42068,'action complete via WP Cron','2021-02-23 09:45:44','2021-02-23 01:45:44'),(117472,42069,'action created','2021-02-23 09:45:44','2021-02-23 01:45:44'),(117473,42069,'action started via Async Request','2021-02-23 09:46:17','2021-02-23 01:46:17'),(117474,42069,'action complete via Async Request','2021-02-23 09:46:17','2021-02-23 01:46:17'),(117475,42070,'action created','2021-02-23 09:46:19','2021-02-23 01:46:19'),(117476,42070,'action started via WP Cron','2021-02-23 09:47:07','2021-02-23 01:47:07'),(117477,42070,'action complete via WP Cron','2021-02-23 09:47:07','2021-02-23 01:47:07'),(117478,42071,'action created','2021-02-23 09:47:07','2021-02-23 01:47:07'),(117479,42071,'action started via WP Cron','2021-02-23 09:52:10','2021-02-23 01:52:10'),(117480,42071,'action complete via WP Cron','2021-02-23 09:52:10','2021-02-23 01:52:10'),(117481,42072,'action created','2021-02-23 09:52:10','2021-02-23 01:52:10'),(117482,42072,'action started via WP Cron','2021-02-23 09:57:01','2021-02-23 01:57:01'),(117483,42072,'action complete via WP Cron','2021-02-23 09:57:01','2021-02-23 01:57:01'),(117484,42073,'action created','2021-02-23 09:57:01','2021-02-23 01:57:01'),(117485,42073,'action started via WP Cron','2021-02-23 09:58:56','2021-02-23 01:58:56'),(117486,42073,'action complete via WP Cron','2021-02-23 09:58:56','2021-02-23 01:58:56'),(117487,42074,'action created','2021-02-23 09:58:56','2021-02-23 01:58:56'),(117488,42074,'action started via WP Cron','2021-02-23 09:59:50','2021-02-23 01:59:50'),(117489,42074,'action complete via WP Cron','2021-02-23 09:59:50','2021-02-23 01:59:50'),(117490,42075,'action created','2021-02-23 09:59:50','2021-02-23 01:59:50'),(117491,42075,'action started via WP Cron','2021-02-23 10:00:52','2021-02-23 02:00:52'),(117492,42075,'action complete via WP Cron','2021-02-23 10:00:52','2021-02-23 02:00:52'),(117493,42076,'action created','2021-02-23 10:02:01','2021-02-23 02:02:01'),(117494,42076,'action started via WP Cron','2021-02-23 10:03:02','2021-02-23 02:03:02'),(117495,42076,'action complete via WP Cron','2021-02-23 10:03:02','2021-02-23 02:03:02'),(117496,42077,'action created','2021-02-23 10:03:02','2021-02-23 02:03:02'),(117497,42077,'action started via WP Cron','2021-02-23 10:04:02','2021-02-23 02:04:02'),(117498,42077,'action complete via WP Cron','2021-02-23 10:04:02','2021-02-23 02:04:02'),(117499,42078,'action created','2021-02-23 10:04:02','2021-02-23 02:04:02'),(117500,42078,'action started via WP Cron','2021-02-23 10:05:12','2021-02-23 02:05:12'),(117501,42078,'action complete via WP Cron','2021-02-23 10:05:12','2021-02-23 02:05:12'),(117502,42079,'action created','2021-02-23 10:05:12','2021-02-23 02:05:12'),(117503,42079,'action started via WP Cron','2021-02-23 10:06:26','2021-02-23 02:06:26'),(117504,42079,'action complete via WP Cron','2021-02-23 10:06:26','2021-02-23 02:06:26'),(117505,42080,'action created','2021-02-23 10:06:26','2021-02-23 02:06:26'),(117506,42080,'action started via WP Cron','2021-02-23 10:07:04','2021-02-23 02:07:04'),(117507,42080,'action complete via WP Cron','2021-02-23 10:07:04','2021-02-23 02:07:04'),(117508,42081,'action created','2021-02-23 10:07:04','2021-02-23 02:07:04'),(117509,42081,'action started via WP Cron','2021-02-23 10:10:59','2021-02-23 02:10:59'),(117510,42081,'action complete via WP Cron','2021-02-23 10:10:59','2021-02-23 02:10:59'),(117511,42082,'action created','2021-02-23 10:11:00','2021-02-23 02:11:00'),(117512,42082,'action started via WP Cron','2021-02-23 10:11:53','2021-02-23 02:11:53'),(117513,42082,'action complete via WP Cron','2021-02-23 10:11:53','2021-02-23 02:11:53'),(117514,42083,'action created','2021-02-23 10:11:54','2021-02-23 02:11:54'),(117515,42083,'action started via WP Cron','2021-02-23 10:12:55','2021-02-23 02:12:55'),(117516,42083,'action complete via WP Cron','2021-02-23 10:12:55','2021-02-23 02:12:55'),(117517,42084,'action created','2021-02-23 10:12:55','2021-02-23 02:12:55'),(117518,42084,'action started via WP Cron','2021-02-23 10:16:03','2021-02-23 02:16:03'),(117519,42084,'action complete via WP Cron','2021-02-23 10:16:03','2021-02-23 02:16:03'),(117520,42085,'action created','2021-02-23 10:16:03','2021-02-23 02:16:03'),(117521,42085,'action started via WP Cron','2021-02-23 10:18:40','2021-02-23 02:18:40'),(117522,42085,'action complete via WP Cron','2021-02-23 10:18:40','2021-02-23 02:18:40'),(117523,42086,'action created','2021-02-23 10:18:40','2021-02-23 02:18:40'),(117524,42086,'action started via WP Cron','2021-02-23 10:20:25','2021-02-23 02:20:25'),(117525,42086,'action complete via WP Cron','2021-02-23 10:20:25','2021-02-23 02:20:25'),(117526,42087,'action created','2021-02-23 10:20:25','2021-02-23 02:20:25'),(117527,42087,'action started via WP Cron','2021-02-23 10:21:26','2021-02-23 02:21:26'),(117528,42087,'action complete via WP Cron','2021-02-23 10:21:26','2021-02-23 02:21:26'),(117529,42088,'action created','2021-02-23 10:21:26','2021-02-23 02:21:26'),(117530,42088,'action started via WP Cron','2021-02-23 10:22:07','2021-02-23 02:22:07'),(117531,42088,'action complete via WP Cron','2021-02-23 10:22:07','2021-02-23 02:22:07'),(117532,42089,'action created','2021-02-23 10:22:07','2021-02-23 02:22:07'),(117533,42089,'action started via WP Cron','2021-02-23 10:25:42','2021-02-23 02:25:42'),(117534,42089,'action complete via WP Cron','2021-02-23 10:25:42','2021-02-23 02:25:42'),(117535,42090,'action created','2021-02-23 10:25:42','2021-02-23 02:25:42'),(117536,42090,'action started via WP Cron','2021-02-23 10:30:03','2021-02-23 02:30:03'),(117537,42090,'action complete via WP Cron','2021-02-23 10:30:03','2021-02-23 02:30:03'),(117538,42091,'action created','2021-02-23 10:30:44','2021-02-23 02:30:44'),(117542,42091,'action started via WP Cron','2021-02-23 10:32:15','2021-02-23 02:32:15'),(117543,42091,'action complete via WP Cron','2021-02-23 10:32:15','2021-02-23 02:32:15'),(117544,42093,'action created','2021-02-23 10:32:15','2021-02-23 02:32:15'),(117545,42093,'action started via WP Cron','2021-02-23 10:34:10','2021-02-23 02:34:10'),(117546,42093,'action complete via WP Cron','2021-02-23 10:34:10','2021-02-23 02:34:10'),(117547,42094,'action created','2021-02-23 10:34:10','2021-02-23 02:34:10'),(117548,42094,'action started via WP Cron','2021-02-23 10:35:30','2021-02-23 02:35:30'),(117549,42094,'action complete via WP Cron','2021-02-23 10:35:30','2021-02-23 02:35:30'),(117550,42095,'action created','2021-02-23 10:35:31','2021-02-23 02:35:31'),(117551,42095,'action started via WP Cron','2021-02-23 10:37:20','2021-02-23 02:37:20'),(117552,42095,'action complete via WP Cron','2021-02-23 10:37:20','2021-02-23 02:37:20'),(117553,42096,'action created','2021-02-23 10:37:20','2021-02-23 02:37:20'),(117554,42096,'action started via WP Cron','2021-02-23 10:47:37','2021-02-23 02:47:37'),(117555,42096,'action complete via WP Cron','2021-02-23 10:47:37','2021-02-23 02:47:37'),(117556,42097,'action created','2021-02-23 10:47:37','2021-02-23 02:47:37'),(117557,42097,'action started via WP Cron','2021-02-23 10:49:49','2021-02-23 02:49:49'),(117558,42097,'action complete via WP Cron','2021-02-23 10:49:49','2021-02-23 02:49:49'),(117559,42098,'action created','2021-02-23 10:49:49','2021-02-23 02:49:49'),(117560,42098,'action started via WP Cron','2021-02-23 10:52:05','2021-02-23 02:52:05'),(117561,42098,'action complete via WP Cron','2021-02-23 10:52:05','2021-02-23 02:52:05'),(117562,42099,'action created','2021-02-23 10:52:05','2021-02-23 02:52:05'),(117563,42099,'action started via WP Cron','2021-02-23 10:53:41','2021-02-23 02:53:41'),(117564,42099,'action complete via WP Cron','2021-02-23 10:53:41','2021-02-23 02:53:41'),(117565,42100,'action created','2021-02-23 10:53:41','2021-02-23 02:53:41'),(117566,42100,'action started via WP Cron','2021-02-23 10:54:43','2021-02-23 02:54:43'),(117567,42100,'action complete via WP Cron','2021-02-23 10:54:43','2021-02-23 02:54:43'),(117568,42101,'action created','2021-02-23 10:54:43','2021-02-23 02:54:43'),(117569,42101,'action started via WP Cron','2021-02-23 10:56:09','2021-02-23 02:56:09'),(117570,42101,'action complete via WP Cron','2021-02-23 10:56:09','2021-02-23 02:56:09'),(117571,42102,'action created','2021-02-23 10:56:09','2021-02-23 02:56:09'),(117572,42102,'action started via WP Cron','2021-02-23 11:01:51','2021-02-23 03:01:51'),(117573,42102,'action complete via WP Cron','2021-02-23 11:01:51','2021-02-23 03:01:51'),(117574,42103,'action created','2021-02-23 11:01:51','2021-02-23 03:01:51'),(117575,42103,'action started via WP Cron','2021-02-23 11:03:53','2021-02-23 03:03:53'),(117576,42103,'action complete via WP Cron','2021-02-23 11:03:53','2021-02-23 03:03:53'),(117577,42104,'action created','2021-02-23 11:03:53','2021-02-23 03:03:53'),(117578,42104,'action started via WP Cron','2021-02-23 11:04:54','2021-02-23 03:04:54'),(117579,42104,'action complete via WP Cron','2021-02-23 11:04:54','2021-02-23 03:04:54'),(117580,42105,'action created','2021-02-23 11:04:54','2021-02-23 03:04:54'),(117581,42105,'action started via WP Cron','2021-02-23 11:06:23','2021-02-23 03:06:23'),(117582,42105,'action complete via WP Cron','2021-02-23 11:06:23','2021-02-23 03:06:23'),(117583,42106,'action created','2021-02-23 11:06:23','2021-02-23 03:06:23'),(117584,42106,'action started via WP Cron','2021-02-23 11:07:32','2021-02-23 03:07:32'),(117585,42106,'action complete via WP Cron','2021-02-23 11:07:32','2021-02-23 03:07:32'),(117586,42107,'action created','2021-02-23 11:07:32','2021-02-23 03:07:32'),(117587,42107,'action started via WP Cron','2021-02-23 11:08:32','2021-02-23 03:08:32'),(117588,42107,'action complete via WP Cron','2021-02-23 11:08:32','2021-02-23 03:08:32'),(117589,42108,'action created','2021-02-23 11:08:32','2021-02-23 03:08:32'),(117590,42108,'action started via WP Cron','2021-02-23 11:08:59','2021-02-23 03:08:59'),(117591,42108,'action complete via WP Cron','2021-02-23 11:08:59','2021-02-23 03:08:59'),(117592,42109,'action created','2021-02-23 11:08:59','2021-02-23 03:08:59'),(117593,42109,'action started via WP Cron','2021-02-23 11:12:06','2021-02-23 03:12:06'),(117594,42109,'action complete via WP Cron','2021-02-23 11:12:06','2021-02-23 03:12:06'),(117595,42110,'action created','2021-02-23 11:12:06','2021-02-23 03:12:06'),(117596,42110,'action started via WP Cron','2021-02-23 11:13:00','2021-02-23 03:13:00'),(117597,42110,'action complete via WP Cron','2021-02-23 11:13:00','2021-02-23 03:13:00'),(117598,42111,'action created','2021-02-23 11:13:00','2021-02-23 03:13:00'),(117599,42111,'action started via WP Cron','2021-02-23 11:13:54','2021-02-23 03:13:54'),(117600,42111,'action complete via WP Cron','2021-02-23 11:13:54','2021-02-23 03:13:54'),(117601,42112,'action created','2021-02-23 11:13:55','2021-02-23 03:13:55'),(117602,42112,'action started via WP Cron','2021-02-23 11:14:55','2021-02-23 03:14:55'),(117603,42112,'action complete via WP Cron','2021-02-23 11:14:55','2021-02-23 03:14:55'),(117604,42113,'action created','2021-02-23 11:14:55','2021-02-23 03:14:55'),(117605,42113,'action started via WP Cron','2021-02-23 11:18:14','2021-02-23 03:18:14'),(117606,42113,'action complete via WP Cron','2021-02-23 11:18:14','2021-02-23 03:18:14'),(117607,42114,'action created','2021-02-23 11:18:14','2021-02-23 03:18:14'),(117608,42114,'action started via WP Cron','2021-02-23 11:20:24','2021-02-23 03:20:24'),(117609,42114,'action complete via WP Cron','2021-02-23 11:20:24','2021-02-23 03:20:24'),(117610,42115,'action created','2021-02-23 11:20:24','2021-02-23 03:20:24'),(117611,42115,'action started via WP Cron','2021-02-23 11:23:26','2021-02-23 03:23:26'),(117612,42115,'action complete via WP Cron','2021-02-23 11:23:26','2021-02-23 03:23:26'),(117613,42116,'action created','2021-02-23 11:23:26','2021-02-23 03:23:26'),(117614,42116,'action started via WP Cron','2021-02-23 11:24:45','2021-02-23 03:24:45'),(117615,42116,'action complete via WP Cron','2021-02-23 11:24:45','2021-02-23 03:24:45'),(117616,42117,'action created','2021-02-23 11:24:45','2021-02-23 03:24:45'),(117617,42117,'action started via WP Cron','2021-02-23 11:29:13','2021-02-23 03:29:13'),(117618,42117,'action complete via WP Cron','2021-02-23 11:29:13','2021-02-23 03:29:13'),(117619,42118,'action created','2021-02-23 11:29:13','2021-02-23 03:29:13'),(117620,42118,'action started via WP Cron','2021-02-23 11:30:16','2021-02-23 03:30:16'),(117621,42118,'action complete via WP Cron','2021-02-23 11:30:16','2021-02-23 03:30:16'),(117622,42119,'action created','2021-02-23 11:30:16','2021-02-23 03:30:16'),(117623,42119,'action started via WP Cron','2021-02-23 11:30:50','2021-02-23 03:30:50'),(117624,42119,'action complete via WP Cron','2021-02-23 11:30:50','2021-02-23 03:30:50'),(117625,42120,'action created','2021-02-23 11:30:50','2021-02-23 03:30:50'),(117626,42120,'action started via WP Cron','2021-02-23 11:32:50','2021-02-23 03:32:50'),(117627,42120,'action complete via WP Cron','2021-02-23 11:32:50','2021-02-23 03:32:50'),(117628,42121,'action created','2021-02-23 11:32:50','2021-02-23 03:32:50'),(117629,42121,'action started via WP Cron','2021-02-23 11:34:28','2021-02-23 03:34:28'),(117630,42121,'action complete via WP Cron','2021-02-23 11:34:28','2021-02-23 03:34:28'),(117631,42122,'action created','2021-02-23 11:34:28','2021-02-23 03:34:28'),(117632,42122,'action started via WP Cron','2021-02-23 11:35:39','2021-02-23 03:35:39'),(117633,42122,'action complete via WP Cron','2021-02-23 11:35:39','2021-02-23 03:35:39'),(117634,42123,'action created','2021-02-23 11:35:40','2021-02-23 03:35:40'),(117635,42123,'action started via WP Cron','2021-02-23 11:37:07','2021-02-23 03:37:07'),(117636,42123,'action complete via WP Cron','2021-02-23 11:37:07','2021-02-23 03:37:07'),(117637,42124,'action created','2021-02-23 11:37:07','2021-02-23 03:37:07'),(117638,42124,'action started via WP Cron','2021-02-23 11:37:45','2021-02-23 03:37:45'),(117639,42124,'action complete via WP Cron','2021-02-23 11:37:45','2021-02-23 03:37:45'),(117640,42125,'action created','2021-02-23 11:37:45','2021-02-23 03:37:45'),(117641,42125,'action started via WP Cron','2021-02-23 11:42:27','2021-02-23 03:42:27'),(117642,42125,'action complete via WP Cron','2021-02-23 11:42:27','2021-02-23 03:42:27'),(117643,42126,'action created','2021-02-23 11:42:27','2021-02-23 03:42:27'),(117644,42126,'action started via WP Cron','2021-02-23 11:46:18','2021-02-23 03:46:18'),(117645,42126,'action complete via WP Cron','2021-02-23 11:46:18','2021-02-23 03:46:18'),(117646,42127,'action created','2021-02-23 11:46:18','2021-02-23 03:46:18'),(117647,42127,'action started via WP Cron','2021-02-23 11:49:50','2021-02-23 03:49:50'),(117648,42127,'action complete via WP Cron','2021-02-23 11:49:50','2021-02-23 03:49:50'),(117649,42128,'action created','2021-02-23 11:49:50','2021-02-23 03:49:50'),(117650,42128,'action started via WP Cron','2021-02-23 11:57:41','2021-02-23 03:57:41'),(117651,42128,'action complete via WP Cron','2021-02-23 11:57:41','2021-02-23 03:57:41'),(117652,42129,'action created','2021-02-23 11:57:41','2021-02-23 03:57:41'),(117653,42129,'action started via WP Cron','2021-02-23 12:02:31','2021-02-23 04:02:31'),(117654,42129,'action complete via WP Cron','2021-02-23 12:02:31','2021-02-23 04:02:31'),(117655,42130,'action created','2021-02-23 12:02:31','2021-02-23 04:02:31'),(117656,42130,'action started via WP Cron','2021-02-23 12:03:37','2021-02-23 04:03:37'),(117657,42130,'action complete via WP Cron','2021-02-23 12:03:37','2021-02-23 04:03:37'),(117658,42131,'action created','2021-02-23 12:03:37','2021-02-23 04:03:37'),(117659,42131,'action started via WP Cron','2021-02-23 12:06:55','2021-02-23 04:06:55'),(117660,42131,'action complete via WP Cron','2021-02-23 12:06:55','2021-02-23 04:06:55'),(117661,42132,'action created','2021-02-23 12:06:55','2021-02-23 04:06:55'),(117662,42132,'action started via WP Cron','2021-02-23 12:07:51','2021-02-23 04:07:51'),(117663,42132,'action complete via WP Cron','2021-02-23 12:07:51','2021-02-23 04:07:51'),(117664,42133,'action created','2021-02-23 12:07:51','2021-02-23 04:07:51'),(117665,42133,'action started via WP Cron','2021-02-23 12:09:37','2021-02-23 04:09:37'),(117666,42133,'action complete via WP Cron','2021-02-23 12:09:37','2021-02-23 04:09:37'),(117667,42134,'action created','2021-02-23 12:09:38','2021-02-23 04:09:38'),(117668,42134,'action started via WP Cron','2021-02-23 12:10:38','2021-02-23 04:10:38'),(117669,42134,'action complete via WP Cron','2021-02-23 12:10:38','2021-02-23 04:10:38'),(117670,42135,'action created','2021-02-23 12:10:38','2021-02-23 04:10:38'),(117671,42135,'action started via WP Cron','2021-02-23 12:13:13','2021-02-23 04:13:13'),(117672,42135,'action complete via WP Cron','2021-02-23 12:13:13','2021-02-23 04:13:13'),(117673,42136,'action created','2021-02-23 12:13:13','2021-02-23 04:13:13'),(117674,42136,'action started via WP Cron','2021-02-23 12:15:01','2021-02-23 04:15:01'),(117675,42136,'action complete via WP Cron','2021-02-23 12:15:01','2021-02-23 04:15:01'),(117676,42137,'action created','2021-02-23 12:15:02','2021-02-23 04:15:02'),(117677,42137,'action started via WP Cron','2021-02-23 12:15:55','2021-02-23 04:15:55'),(117678,42137,'action complete via WP Cron','2021-02-23 12:15:55','2021-02-23 04:15:55'),(117679,42138,'action created','2021-02-23 12:15:56','2021-02-23 04:15:56'),(117680,42138,'action started via WP Cron','2021-02-23 12:16:56','2021-02-23 04:16:56'),(117681,42138,'action complete via WP Cron','2021-02-23 12:16:56','2021-02-23 04:16:56'),(117682,42139,'action created','2021-02-23 12:16:56','2021-02-23 04:16:56'),(117683,42139,'action started via WP Cron','2021-02-23 12:17:57','2021-02-23 04:17:57'),(117684,42139,'action complete via WP Cron','2021-02-23 12:17:57','2021-02-23 04:17:57'),(117685,42140,'action created','2021-02-23 12:17:57','2021-02-23 04:17:57'),(117686,42140,'action started via WP Cron','2021-02-23 12:18:58','2021-02-23 04:18:58'),(117687,42140,'action complete via WP Cron','2021-02-23 12:18:58','2021-02-23 04:18:58'),(117688,42141,'action created','2021-02-23 12:18:58','2021-02-23 04:18:58'),(117689,42141,'action started via WP Cron','2021-02-23 12:22:50','2021-02-23 04:22:50'),(117690,42141,'action complete via WP Cron','2021-02-23 12:22:50','2021-02-23 04:22:50'),(117691,42142,'action created','2021-02-23 12:22:50','2021-02-23 04:22:50'),(117692,42142,'action started via WP Cron','2021-02-23 12:31:12','2021-02-23 04:31:12'),(117693,42142,'action complete via WP Cron','2021-02-23 12:31:12','2021-02-23 04:31:12'),(117694,42143,'action created','2021-02-23 12:31:12','2021-02-23 04:31:12'),(117695,42143,'action started via WP Cron','2021-02-23 12:32:41','2021-02-23 04:32:41'),(117696,42143,'action complete via WP Cron','2021-02-23 12:32:41','2021-02-23 04:32:41'),(117697,42144,'action created','2021-02-23 12:32:41','2021-02-23 04:32:41'),(117698,42144,'action started via WP Cron','2021-02-23 12:33:56','2021-02-23 04:33:56'),(117699,42144,'action complete via WP Cron','2021-02-23 12:33:56','2021-02-23 04:33:56'),(117700,42145,'action created','2021-02-23 12:33:56','2021-02-23 04:33:56'),(117701,42145,'action started via WP Cron','2021-02-23 12:34:56','2021-02-23 04:34:56'),(117702,42145,'action complete via WP Cron','2021-02-23 12:34:56','2021-02-23 04:34:56'),(117703,42146,'action created','2021-02-23 12:34:56','2021-02-23 04:34:56'),(117704,42146,'action started via WP Cron','2021-02-23 12:37:21','2021-02-23 04:37:21'),(117705,42146,'action complete via WP Cron','2021-02-23 12:37:21','2021-02-23 04:37:21'),(117706,42147,'action created','2021-02-23 12:37:21','2021-02-23 04:37:21'),(117707,42147,'action started via WP Cron','2021-02-23 12:38:07','2021-02-23 04:38:07'),(117708,42147,'action complete via WP Cron','2021-02-23 12:38:07','2021-02-23 04:38:07'),(117709,42148,'action created','2021-02-23 12:38:07','2021-02-23 04:38:07'),(117710,42148,'action started via WP Cron','2021-02-23 12:39:07','2021-02-23 04:39:07'),(117711,42148,'action complete via WP Cron','2021-02-23 12:39:07','2021-02-23 04:39:07'),(117712,42149,'action created','2021-02-23 12:39:07','2021-02-23 04:39:07'),(117713,42149,'action started via WP Cron','2021-02-23 12:40:13','2021-02-23 04:40:13'),(117714,42149,'action complete via WP Cron','2021-02-23 12:40:13','2021-02-23 04:40:13'),(117715,42150,'action created','2021-02-23 12:40:13','2021-02-23 04:40:13'),(117716,42150,'action started via WP Cron','2021-02-23 12:43:19','2021-02-23 04:43:19'),(117717,42150,'action complete via WP Cron','2021-02-23 12:43:19','2021-02-23 04:43:19'),(117718,42151,'action created','2021-02-23 12:43:19','2021-02-23 04:43:19'),(117719,42151,'action started via WP Cron','2021-02-23 12:45:35','2021-02-23 04:45:35'),(117720,42151,'action complete via WP Cron','2021-02-23 12:45:35','2021-02-23 04:45:35'),(117721,42152,'action created','2021-02-23 12:45:35','2021-02-23 04:45:35'),(117722,42152,'action started via WP Cron','2021-02-23 12:49:00','2021-02-23 04:49:00'),(117723,42152,'action complete via WP Cron','2021-02-23 12:49:00','2021-02-23 04:49:00'),(117724,42153,'action created','2021-02-23 12:49:00','2021-02-23 04:49:00'),(117725,42153,'action started via WP Cron','2021-02-23 12:54:18','2021-02-23 04:54:18'),(117726,42153,'action complete via WP Cron','2021-02-23 12:54:18','2021-02-23 04:54:18'),(117727,42154,'action created','2021-02-23 12:54:18','2021-02-23 04:54:18'),(117728,42154,'action started via WP Cron','2021-02-23 12:55:35','2021-02-23 04:55:35'),(117729,42154,'action complete via WP Cron','2021-02-23 12:55:35','2021-02-23 04:55:35'),(117730,42155,'action created','2021-02-23 12:55:35','2021-02-23 04:55:35'),(117731,42155,'action started via WP Cron','2021-02-23 12:55:49','2021-02-23 04:55:49'),(117732,42155,'action complete via WP Cron','2021-02-23 12:55:49','2021-02-23 04:55:49'),(117733,42156,'action created','2021-02-23 12:55:49','2021-02-23 04:55:49'),(117734,42156,'action started via WP Cron','2021-02-23 12:56:41','2021-02-23 04:56:41'),(117735,42156,'action complete via WP Cron','2021-02-23 12:56:41','2021-02-23 04:56:41'),(117736,42157,'action created','2021-02-23 12:56:41','2021-02-23 04:56:41'),(117737,42157,'action started via WP Cron','2021-02-23 12:57:46','2021-02-23 04:57:46'),(117738,42157,'action complete via WP Cron','2021-02-23 12:57:46','2021-02-23 04:57:46'),(117739,42158,'action created','2021-02-23 12:57:46','2021-02-23 04:57:46'),(117740,42158,'action started via WP Cron','2021-02-23 12:58:47','2021-02-23 04:58:47'),(117741,42158,'action complete via WP Cron','2021-02-23 12:58:47','2021-02-23 04:58:47'),(117742,42159,'action created','2021-02-23 12:58:47','2021-02-23 04:58:47'),(117743,42159,'action started via WP Cron','2021-02-23 12:59:52','2021-02-23 04:59:52'),(117744,42159,'action complete via WP Cron','2021-02-23 12:59:52','2021-02-23 04:59:52'),(117745,42160,'action created','2021-02-23 12:59:52','2021-02-23 04:59:52'),(117746,42160,'action started via WP Cron','2021-02-23 13:00:47','2021-02-23 05:00:47'),(117747,42160,'action complete via WP Cron','2021-02-23 13:00:47','2021-02-23 05:00:47'),(117748,42161,'action created','2021-02-23 13:00:47','2021-02-23 05:00:47'),(117749,42161,'action started via WP Cron','2021-02-23 13:01:44','2021-02-23 05:01:44'),(117750,42161,'action complete via WP Cron','2021-02-23 13:01:44','2021-02-23 05:01:44'),(117751,42162,'action created','2021-02-23 13:01:44','2021-02-23 05:01:44'),(117752,42162,'action started via WP Cron','2021-02-23 13:02:42','2021-02-23 05:02:42'),(117753,42162,'action complete via WP Cron','2021-02-23 13:02:42','2021-02-23 05:02:42'),(117754,42163,'action created','2021-02-23 13:02:42','2021-02-23 05:02:42'),(117755,42163,'action started via WP Cron','2021-02-23 13:03:57','2021-02-23 05:03:57'),(117756,42163,'action complete via WP Cron','2021-02-23 13:03:57','2021-02-23 05:03:57'),(117757,42164,'action created','2021-02-23 13:03:57','2021-02-23 05:03:57'),(117758,42164,'action started via WP Cron','2021-02-23 13:04:47','2021-02-23 05:04:47'),(117759,42164,'action complete via WP Cron','2021-02-23 13:04:47','2021-02-23 05:04:47'),(117760,42165,'action created','2021-02-23 13:04:47','2021-02-23 05:04:47'),(117761,42165,'action started via WP Cron','2021-02-23 13:05:51','2021-02-23 05:05:51'),(117762,42165,'action complete via WP Cron','2021-02-23 13:05:51','2021-02-23 05:05:51'),(117763,42166,'action created','2021-02-23 13:05:51','2021-02-23 05:05:51'),(117764,42166,'action started via WP Cron','2021-02-23 13:06:51','2021-02-23 05:06:51'),(117765,42166,'action complete via WP Cron','2021-02-23 13:06:51','2021-02-23 05:06:51'),(117766,42167,'action created','2021-02-23 13:06:51','2021-02-23 05:06:51'),(117767,42167,'action started via WP Cron','2021-02-23 13:07:50','2021-02-23 05:07:50'),(117768,42167,'action complete via WP Cron','2021-02-23 13:07:50','2021-02-23 05:07:50'),(117769,42168,'action created','2021-02-23 13:07:50','2021-02-23 05:07:50'),(117770,42168,'action started via WP Cron','2021-02-23 13:08:42','2021-02-23 05:08:42'),(117771,42168,'action complete via WP Cron','2021-02-23 13:08:42','2021-02-23 05:08:42'),(117772,42169,'action created','2021-02-23 13:08:42','2021-02-23 05:08:42'),(117773,42169,'action started via WP Cron','2021-02-23 13:09:41','2021-02-23 05:09:41'),(117774,42169,'action complete via WP Cron','2021-02-23 13:09:41','2021-02-23 05:09:41'),(117775,42170,'action created','2021-02-23 13:09:41','2021-02-23 05:09:41'),(117776,42170,'action started via WP Cron','2021-02-23 13:10:52','2021-02-23 05:10:52'),(117777,42170,'action complete via WP Cron','2021-02-23 13:10:52','2021-02-23 05:10:52'),(117778,42171,'action created','2021-02-23 13:10:52','2021-02-23 05:10:52'),(117779,42171,'action started via WP Cron','2021-02-23 13:11:41','2021-02-23 05:11:41'),(117780,42171,'action complete via WP Cron','2021-02-23 13:11:41','2021-02-23 05:11:41'),(117781,42172,'action created','2021-02-23 13:11:41','2021-02-23 05:11:41'),(117782,42172,'action started via WP Cron','2021-02-23 13:12:41','2021-02-23 05:12:41'),(117783,42172,'action complete via WP Cron','2021-02-23 13:12:41','2021-02-23 05:12:41'),(117784,42173,'action created','2021-02-23 13:12:42','2021-02-23 05:12:42'),(117785,42173,'action started via WP Cron','2021-02-23 13:13:51','2021-02-23 05:13:51'),(117786,42173,'action complete via WP Cron','2021-02-23 13:13:51','2021-02-23 05:13:51'),(117787,42174,'action created','2021-02-23 13:13:51','2021-02-23 05:13:51'),(117788,42174,'action started via WP Cron','2021-02-23 13:14:44','2021-02-23 05:14:44'),(117789,42174,'action complete via WP Cron','2021-02-23 13:14:44','2021-02-23 05:14:44'),(117790,42175,'action created','2021-02-23 13:14:44','2021-02-23 05:14:44'),(117791,42175,'action started via WP Cron','2021-02-23 13:15:48','2021-02-23 05:15:48'),(117792,42175,'action complete via WP Cron','2021-02-23 13:15:48','2021-02-23 05:15:48'),(117793,42176,'action created','2021-02-23 13:15:48','2021-02-23 05:15:48'),(117794,42176,'action started via WP Cron','2021-02-23 13:16:43','2021-02-23 05:16:43'),(117795,42176,'action complete via WP Cron','2021-02-23 13:16:43','2021-02-23 05:16:43'),(117796,42177,'action created','2021-02-23 13:16:43','2021-02-23 05:16:43'),(117797,42177,'action started via WP Cron','2021-02-23 13:17:45','2021-02-23 05:17:45'),(117798,42177,'action complete via WP Cron','2021-02-23 13:17:45','2021-02-23 05:17:45'),(117799,42178,'action created','2021-02-23 13:17:45','2021-02-23 05:17:45'),(117800,42178,'action started via WP Cron','2021-02-23 13:18:48','2021-02-23 05:18:48'),(117801,42178,'action complete via WP Cron','2021-02-23 13:18:48','2021-02-23 05:18:48'),(117802,42179,'action created','2021-02-23 13:18:48','2021-02-23 05:18:48'),(117803,42179,'action started via WP Cron','2021-02-23 13:19:47','2021-02-23 05:19:47'),(117804,42179,'action complete via WP Cron','2021-02-23 13:19:47','2021-02-23 05:19:47'),(117805,42180,'action created','2021-02-23 13:19:47','2021-02-23 05:19:47'),(117806,42180,'action started via WP Cron','2021-02-23 13:20:49','2021-02-23 05:20:49'),(117807,42180,'action complete via WP Cron','2021-02-23 13:20:49','2021-02-23 05:20:49'),(117808,42181,'action created','2021-02-23 13:20:49','2021-02-23 05:20:49'),(117809,42181,'action started via WP Cron','2021-02-23 13:22:00','2021-02-23 05:22:00'),(117810,42181,'action complete via WP Cron','2021-02-23 13:22:00','2021-02-23 05:22:00'),(117811,42182,'action created','2021-02-23 13:22:00','2021-02-23 05:22:00'),(117812,42182,'action started via WP Cron','2021-02-23 13:23:01','2021-02-23 05:23:01'),(117813,42182,'action complete via WP Cron','2021-02-23 13:23:01','2021-02-23 05:23:01'),(117814,42183,'action created','2021-02-23 13:23:02','2021-02-23 05:23:02'),(117815,42183,'action started via WP Cron','2021-02-23 13:23:53','2021-02-23 05:23:53'),(117816,42183,'action complete via WP Cron','2021-02-23 13:23:53','2021-02-23 05:23:53'),(117817,42184,'action created','2021-02-23 13:24:02','2021-02-23 05:24:02'),(117818,42184,'action started via WP Cron','2021-02-23 13:27:33','2021-02-23 05:27:33'),(117819,42184,'action complete via WP Cron','2021-02-23 13:27:33','2021-02-23 05:27:33'),(117820,42185,'action created','2021-02-23 13:27:33','2021-02-23 05:27:33'),(117821,42185,'action started via WP Cron','2021-02-23 13:28:35','2021-02-23 05:28:35'),(117822,42185,'action complete via WP Cron','2021-02-23 13:28:35','2021-02-23 05:28:35'),(117823,42186,'action created','2021-02-23 13:28:35','2021-02-23 05:28:35'),(117824,42186,'action started via WP Cron','2021-02-23 13:29:40','2021-02-23 05:29:40'),(117825,42186,'action complete via WP Cron','2021-02-23 13:29:40','2021-02-23 05:29:40'),(117826,42187,'action created','2021-02-23 13:29:41','2021-02-23 05:29:41'),(117827,42187,'action started via WP Cron','2021-02-23 13:31:41','2021-02-23 05:31:41'),(117828,42187,'action complete via WP Cron','2021-02-23 13:31:41','2021-02-23 05:31:41'),(117829,42188,'action created','2021-02-23 13:31:41','2021-02-23 05:31:41'),(117830,42188,'action started via WP Cron','2021-02-23 13:32:42','2021-02-23 05:32:42'),(117831,42188,'action complete via WP Cron','2021-02-23 13:32:42','2021-02-23 05:32:42'),(117832,42189,'action created','2021-02-23 13:32:42','2021-02-23 05:32:42'),(117833,42189,'action started via WP Cron','2021-02-23 13:34:44','2021-02-23 05:34:44'),(117834,42189,'action complete via WP Cron','2021-02-23 13:34:44','2021-02-23 05:34:44'),(117835,42190,'action created','2021-02-23 13:34:44','2021-02-23 05:34:44'),(117836,42190,'action started via WP Cron','2021-02-23 13:36:03','2021-02-23 05:36:03'),(117837,42190,'action complete via WP Cron','2021-02-23 13:36:03','2021-02-23 05:36:03'),(117838,42191,'action created','2021-02-23 13:36:03','2021-02-23 05:36:03'),(117839,42191,'action started via WP Cron','2021-02-23 13:37:03','2021-02-23 05:37:03'),(117840,42191,'action complete via WP Cron','2021-02-23 13:37:03','2021-02-23 05:37:03'),(117841,42192,'action created','2021-02-23 13:37:04','2021-02-23 05:37:04'),(117842,42192,'action started via WP Cron','2021-02-23 13:38:05','2021-02-23 05:38:05'),(117843,42192,'action complete via WP Cron','2021-02-23 13:38:05','2021-02-23 05:38:05'),(117844,42193,'action created','2021-02-23 13:38:05','2021-02-23 05:38:05'),(117845,42193,'action started via WP Cron','2021-02-23 13:39:37','2021-02-23 05:39:37'),(117846,42193,'action complete via WP Cron','2021-02-23 13:39:37','2021-02-23 05:39:37'),(117847,42194,'action created','2021-02-23 13:39:37','2021-02-23 05:39:37'),(117848,42194,'action started via WP Cron','2021-02-23 13:40:12','2021-02-23 05:40:12'),(117849,42194,'action complete via WP Cron','2021-02-23 13:40:12','2021-02-23 05:40:12'),(117850,42195,'action created','2021-02-23 13:40:12','2021-02-23 05:40:12'),(117851,42195,'action started via WP Cron','2021-02-23 13:41:18','2021-02-23 05:41:18'),(117852,42195,'action complete via WP Cron','2021-02-23 13:41:18','2021-02-23 05:41:18'),(117853,42196,'action created','2021-02-23 13:41:18','2021-02-23 05:41:18'),(117854,42196,'action started via WP Cron','2021-02-23 13:41:48','2021-02-23 05:41:48'),(117855,42196,'action complete via WP Cron','2021-02-23 13:41:48','2021-02-23 05:41:48'),(117856,42197,'action created','2021-02-23 13:41:48','2021-02-23 05:41:48'),(117857,42197,'action started via WP Cron','2021-02-23 13:43:20','2021-02-23 05:43:20'),(117858,42197,'action complete via WP Cron','2021-02-23 13:43:20','2021-02-23 05:43:20'),(117859,42198,'action created','2021-02-23 13:43:20','2021-02-23 05:43:20'),(117860,42198,'action started via WP Cron','2021-02-23 13:50:27','2021-02-23 05:50:27'),(117861,42198,'action complete via WP Cron','2021-02-23 13:50:27','2021-02-23 05:50:27'),(117862,42199,'action created','2021-02-23 13:50:27','2021-02-23 05:50:27'),(117863,42199,'action started via WP Cron','2021-02-23 13:51:28','2021-02-23 05:51:28'),(117864,42199,'action complete via WP Cron','2021-02-23 13:51:28','2021-02-23 05:51:28'),(117865,42200,'action created','2021-02-23 13:51:28','2021-02-23 05:51:28'),(117866,42200,'action started via WP Cron','2021-02-23 13:52:29','2021-02-23 05:52:29'),(117867,42200,'action complete via WP Cron','2021-02-23 13:52:29','2021-02-23 05:52:29'),(117868,42201,'action created','2021-02-23 13:52:29','2021-02-23 05:52:29'),(117869,42201,'action started via WP Cron','2021-02-23 13:54:31','2021-02-23 05:54:31'),(117870,42201,'action complete via WP Cron','2021-02-23 13:54:31','2021-02-23 05:54:31'),(117871,42202,'action created','2021-02-23 13:54:31','2021-02-23 05:54:31'),(117872,42202,'action started via WP Cron','2021-02-23 13:56:33','2021-02-23 05:56:33'),(117873,42202,'action complete via WP Cron','2021-02-23 13:56:33','2021-02-23 05:56:33'),(117874,42203,'action created','2021-02-23 13:56:33','2021-02-23 05:56:33'),(117875,42203,'action started via WP Cron','2021-02-23 13:58:15','2021-02-23 05:58:15'),(117876,42203,'action complete via WP Cron','2021-02-23 13:58:15','2021-02-23 05:58:15'),(117877,42204,'action created','2021-02-23 13:58:16','2021-02-23 05:58:16'),(117878,42204,'action started via WP Cron','2021-02-23 14:03:02','2021-02-23 06:03:02'),(117879,42204,'action complete via WP Cron','2021-02-23 14:03:02','2021-02-23 06:03:02'),(117880,42205,'action created','2021-02-23 14:03:02','2021-02-23 06:03:02'),(117881,42205,'action started via WP Cron','2021-02-23 14:07:33','2021-02-23 06:07:33'),(117882,42205,'action complete via WP Cron','2021-02-23 14:07:33','2021-02-23 06:07:33'),(117883,42206,'action created','2021-02-23 14:07:33','2021-02-23 06:07:33'),(117884,42206,'action started via WP Cron','2021-02-23 14:08:11','2021-02-23 06:08:11'),(117885,42206,'action complete via WP Cron','2021-02-23 14:08:11','2021-02-23 06:08:11'),(117886,42207,'action created','2021-02-23 14:08:11','2021-02-23 06:08:11'),(117887,42207,'action started via WP Cron','2021-02-23 14:10:07','2021-02-23 06:10:07'),(117888,42207,'action complete via WP Cron','2021-02-23 14:10:07','2021-02-23 06:10:07'),(117889,42208,'action created','2021-02-23 14:10:07','2021-02-23 06:10:07'),(117890,42208,'action started via WP Cron','2021-02-23 14:15:31','2021-02-23 06:15:31'),(117891,42208,'action complete via WP Cron','2021-02-23 14:15:31','2021-02-23 06:15:31'),(117892,42209,'action created','2021-02-23 14:15:31','2021-02-23 06:15:31'),(117893,42209,'action started via WP Cron','2021-02-23 14:16:57','2021-02-23 06:16:57'),(117894,42209,'action complete via WP Cron','2021-02-23 14:16:57','2021-02-23 06:16:57'),(117895,42210,'action created','2021-02-23 14:16:57','2021-02-23 06:16:57'),(117896,42210,'action started via WP Cron','2021-02-23 14:21:19','2021-02-23 06:21:19'),(117897,42210,'action complete via WP Cron','2021-02-23 14:21:19','2021-02-23 06:21:19'),(117898,42211,'action created','2021-02-23 14:21:19','2021-02-23 06:21:19'),(117899,42211,'action started via WP Cron','2021-02-23 14:21:42','2021-02-23 06:21:42'),(117900,42211,'action complete via WP Cron','2021-02-23 14:21:42','2021-02-23 06:21:42'),(117901,42212,'action created','2021-02-23 14:21:42','2021-02-23 06:21:42'),(117902,42212,'action started via WP Cron','2021-02-23 14:23:24','2021-02-23 06:23:24'),(117903,42212,'action complete via WP Cron','2021-02-23 14:23:24','2021-02-23 06:23:24'),(117904,42213,'action created','2021-02-23 14:23:24','2021-02-23 06:23:24'),(117905,42213,'action started via WP Cron','2021-02-23 14:23:42','2021-02-23 06:23:42'),(117906,42213,'action complete via WP Cron','2021-02-23 14:23:42','2021-02-23 06:23:42'),(117907,42214,'action created','2021-02-23 14:23:42','2021-02-23 06:23:42'),(117908,42214,'action started via WP Cron','2021-02-23 14:26:47','2021-02-23 06:26:47'),(117909,42214,'action complete via WP Cron','2021-02-23 14:26:47','2021-02-23 06:26:47'),(117910,42215,'action created','2021-02-23 14:26:47','2021-02-23 06:26:47'),(117911,42215,'action started via WP Cron','2021-02-23 14:32:55','2021-02-23 06:32:55'),(117912,42215,'action complete via WP Cron','2021-02-23 14:32:55','2021-02-23 06:32:55'),(117913,42216,'action created','2021-02-23 14:32:55','2021-02-23 06:32:55'),(117914,42216,'action started via WP Cron','2021-02-23 14:33:41','2021-02-23 06:33:41'),(117915,42216,'action complete via WP Cron','2021-02-23 14:33:41','2021-02-23 06:33:41'),(117916,42217,'action created','2021-02-23 14:33:41','2021-02-23 06:33:41'),(117917,42217,'action started via WP Cron','2021-02-23 14:35:11','2021-02-23 06:35:11'),(117918,42217,'action complete via WP Cron','2021-02-23 14:35:11','2021-02-23 06:35:11'),(117919,42218,'action created','2021-02-23 14:35:11','2021-02-23 06:35:11'),(117920,42218,'action started via WP Cron','2021-02-23 14:35:44','2021-02-23 06:35:44'),(117921,42218,'action complete via WP Cron','2021-02-23 14:35:44','2021-02-23 06:35:44'),(117922,42219,'action created','2021-02-23 14:35:44','2021-02-23 06:35:44'),(117923,42219,'action started via WP Cron','2021-02-23 14:37:13','2021-02-23 06:37:13'),(117924,42219,'action complete via WP Cron','2021-02-23 14:37:13','2021-02-23 06:37:13'),(117925,42220,'action created','2021-02-23 14:37:13','2021-02-23 06:37:13'),(117926,42220,'action started via WP Cron','2021-02-23 14:37:46','2021-02-23 06:37:46'),(117927,42220,'action complete via WP Cron','2021-02-23 14:37:46','2021-02-23 06:37:46'),(117928,42221,'action created','2021-02-23 14:37:46','2021-02-23 06:37:46'),(117929,42221,'action started via WP Cron','2021-02-23 14:38:47','2021-02-23 06:38:47'),(117930,42221,'action complete via WP Cron','2021-02-23 14:38:47','2021-02-23 06:38:47'),(117931,42222,'action created','2021-02-23 14:38:47','2021-02-23 06:38:47'),(117932,42222,'action started via WP Cron','2021-02-23 14:40:06','2021-02-23 06:40:06'),(117933,42222,'action complete via WP Cron','2021-02-23 14:40:06','2021-02-23 06:40:06'),(117934,42223,'action created','2021-02-23 14:40:06','2021-02-23 06:40:06'),(117935,42223,'action started via WP Cron','2021-02-23 14:41:36','2021-02-23 06:41:36'),(117936,42223,'action complete via WP Cron','2021-02-23 14:41:36','2021-02-23 06:41:36'),(117937,42224,'action created','2021-02-23 14:41:36','2021-02-23 06:41:36'),(117938,42224,'action started via WP Cron','2021-02-23 14:46:41','2021-02-23 06:46:41'),(117939,42224,'action complete via WP Cron','2021-02-23 14:46:41','2021-02-23 06:46:41'),(117940,42225,'action created','2021-02-23 14:46:41','2021-02-23 06:46:41'),(117941,42225,'action started via WP Cron','2021-02-23 14:48:19','2021-02-23 06:48:19'),(117942,42225,'action complete via WP Cron','2021-02-23 14:48:19','2021-02-23 06:48:19'),(117943,42226,'action created','2021-02-23 14:48:19','2021-02-23 06:48:19'),(117944,42226,'action started via WP Cron','2021-02-23 14:49:21','2021-02-23 06:49:21'),(117945,42226,'action complete via WP Cron','2021-02-23 14:49:21','2021-02-23 06:49:21'),(117946,42227,'action created','2021-02-23 14:49:21','2021-02-23 06:49:21'),(117947,42227,'action started via WP Cron','2021-02-23 14:51:26','2021-02-23 06:51:26'),(117948,42227,'action complete via WP Cron','2021-02-23 14:51:26','2021-02-23 06:51:26'),(117949,42228,'action created','2021-02-23 14:51:26','2021-02-23 06:51:26'),(117950,42228,'action started via WP Cron','2021-02-23 14:52:26','2021-02-23 06:52:26'),(117951,42228,'action complete via WP Cron','2021-02-23 14:52:26','2021-02-23 06:52:26'),(117952,42229,'action created','2021-02-23 14:52:26','2021-02-23 06:52:26'),(117953,42229,'action started via WP Cron','2021-02-23 14:53:27','2021-02-23 06:53:27'),(117954,42229,'action complete via WP Cron','2021-02-23 14:53:27','2021-02-23 06:53:27'),(117955,42230,'action created','2021-02-23 14:53:27','2021-02-23 06:53:27'),(117956,42230,'action started via WP Cron','2021-02-23 14:54:16','2021-02-23 06:54:16'),(117957,42230,'action complete via WP Cron','2021-02-23 14:54:16','2021-02-23 06:54:16'),(117958,42231,'action created','2021-02-23 14:54:16','2021-02-23 06:54:16'),(117959,42231,'action started via WP Cron','2021-02-23 14:56:29','2021-02-23 06:56:29'),(117960,42231,'action complete via WP Cron','2021-02-23 14:56:29','2021-02-23 06:56:29'),(117961,42232,'action created','2021-02-23 14:56:29','2021-02-23 06:56:29'),(117962,42232,'action started via WP Cron','2021-02-23 15:24:24','2021-02-23 07:24:24'),(117963,42232,'action complete via WP Cron','2021-02-23 15:24:24','2021-02-23 07:24:24'),(117964,42233,'action created','2021-02-23 15:24:24','2021-02-23 07:24:24'),(117965,42233,'action started via WP Cron','2021-02-23 15:25:25','2021-02-23 07:25:25'),(117966,42233,'action complete via WP Cron','2021-02-23 15:25:25','2021-02-23 07:25:25'),(117967,42234,'action created','2021-02-23 15:25:25','2021-02-23 07:25:25'),(117968,42234,'action started via WP Cron','2021-02-23 15:27:27','2021-02-23 07:27:27'),(117969,42234,'action complete via WP Cron','2021-02-23 15:27:27','2021-02-23 07:27:27'),(117970,42235,'action created','2021-02-23 15:27:27','2021-02-23 07:27:27'),(117971,42235,'action started via WP Cron','2021-02-23 15:28:28','2021-02-23 07:28:28'),(117972,42235,'action complete via WP Cron','2021-02-23 15:28:28','2021-02-23 07:28:28'),(117973,42236,'action created','2021-02-23 15:28:28','2021-02-23 07:28:28'),(117974,42236,'action started via WP Cron','2021-02-23 15:29:03','2021-02-23 07:29:03'),(117975,42236,'action complete via WP Cron','2021-02-23 15:29:03','2021-02-23 07:29:03'),(117976,42237,'action created','2021-02-23 15:29:03','2021-02-23 07:29:03'),(117977,42237,'action started via WP Cron','2021-02-23 15:39:18','2021-02-23 07:39:18'),(117978,42237,'action complete via WP Cron','2021-02-23 15:39:18','2021-02-23 07:39:18'),(117979,42238,'action created','2021-02-23 15:39:18','2021-02-23 07:39:18'),(117980,42238,'action started via WP Cron','2021-02-23 15:40:14','2021-02-23 07:40:14'),(117981,42238,'action complete via WP Cron','2021-02-23 15:40:14','2021-02-23 07:40:14'),(117982,42239,'action created','2021-02-23 15:40:14','2021-02-23 07:40:14'),(117983,42239,'action started via WP Cron','2021-02-23 15:41:08','2021-02-23 07:41:08'),(117984,42239,'action complete via WP Cron','2021-02-23 15:41:08','2021-02-23 07:41:08'),(117985,42240,'action created','2021-02-23 15:41:08','2021-02-23 07:41:08'),(117986,42240,'action started via WP Cron','2021-02-23 15:42:09','2021-02-23 07:42:09'),(117987,42240,'action complete via WP Cron','2021-02-23 15:42:09','2021-02-23 07:42:09'),(117988,42241,'action created','2021-02-23 15:42:09','2021-02-23 07:42:09'),(117989,42241,'action started via WP Cron','2021-02-23 15:43:10','2021-02-23 07:43:10'),(117990,42241,'action complete via WP Cron','2021-02-23 15:43:10','2021-02-23 07:43:10'),(117991,42242,'action created','2021-02-23 15:43:10','2021-02-23 07:43:10'),(117992,42242,'action started via WP Cron','2021-02-23 15:43:41','2021-02-23 07:43:41'),(117993,42242,'action complete via WP Cron','2021-02-23 15:43:41','2021-02-23 07:43:41'),(117994,42243,'action created','2021-02-23 15:43:41','2021-02-23 07:43:41'),(117995,42243,'action started via WP Cron','2021-02-23 15:45:14','2021-02-23 07:45:14'),(117996,42243,'action complete via WP Cron','2021-02-23 15:45:14','2021-02-23 07:45:14'),(117997,42244,'action created','2021-02-23 15:45:14','2021-02-23 07:45:14'),(117998,42244,'action started via WP Cron','2021-02-23 15:50:59','2021-02-23 07:50:59'),(117999,42244,'action complete via WP Cron','2021-02-23 15:50:59','2021-02-23 07:50:59'),(118000,42245,'action created','2021-02-23 15:50:59','2021-02-23 07:50:59'),(118001,42245,'action started via WP Cron','2021-02-23 15:57:03','2021-02-23 07:57:03'),(118002,42245,'action complete via WP Cron','2021-02-23 15:57:03','2021-02-23 07:57:03'),(118003,42246,'action created','2021-02-23 15:57:04','2021-02-23 07:57:04'),(118004,42246,'action started via WP Cron','2021-02-23 15:58:06','2021-02-23 07:58:06'),(118005,42246,'action complete via WP Cron','2021-02-23 15:58:06','2021-02-23 07:58:06'),(118006,42247,'action created','2021-02-23 15:58:06','2021-02-23 07:58:06'),(118007,42247,'action started via WP Cron','2021-02-23 15:59:06','2021-02-23 07:59:06'),(118008,42247,'action complete via WP Cron','2021-02-23 15:59:06','2021-02-23 07:59:06'),(118009,42248,'action created','2021-02-23 15:59:06','2021-02-23 07:59:06'),(118010,42248,'action started via WP Cron','2021-02-23 16:00:09','2021-02-23 08:00:09'),(118011,42248,'action complete via WP Cron','2021-02-23 16:00:09','2021-02-23 08:00:09'),(118012,42249,'action created','2021-02-23 16:00:09','2021-02-23 08:00:09'),(118013,42249,'action started via WP Cron','2021-02-23 16:01:10','2021-02-23 08:01:10'),(118014,42249,'action complete via WP Cron','2021-02-23 16:01:10','2021-02-23 08:01:10'),(118015,42250,'action created','2021-02-23 16:01:10','2021-02-23 08:01:10'),(118016,42250,'action started via WP Cron','2021-02-23 16:02:18','2021-02-23 08:02:18'),(118017,42250,'action complete via WP Cron','2021-02-23 16:02:18','2021-02-23 08:02:18'),(118018,42251,'action created','2021-02-23 16:02:18','2021-02-23 08:02:18'),(118019,42251,'action started via WP Cron','2021-02-23 16:08:20','2021-02-23 08:08:20'),(118020,42251,'action complete via WP Cron','2021-02-23 16:08:20','2021-02-23 08:08:20'),(118021,42252,'action created','2021-02-23 16:08:20','2021-02-23 08:08:20'),(118022,42252,'action started via WP Cron','2021-02-23 16:16:57','2021-02-23 08:16:57'),(118023,42252,'action complete via WP Cron','2021-02-23 16:16:57','2021-02-23 08:16:57'),(118024,42253,'action created','2021-02-23 16:16:57','2021-02-23 08:16:57'),(118025,42253,'action started via WP Cron','2021-02-23 16:20:35','2021-02-23 08:20:35'),(118026,42253,'action complete via WP Cron','2021-02-23 16:20:35','2021-02-23 08:20:35'),(118027,42254,'action created','2021-02-23 16:20:35','2021-02-23 08:20:35'),(118028,42254,'action started via WP Cron','2021-02-23 16:21:42','2021-02-23 08:21:42'),(118029,42254,'action complete via WP Cron','2021-02-23 16:21:42','2021-02-23 08:21:42'),(118030,42255,'action created','2021-02-23 16:21:43','2021-02-23 08:21:43'),(118031,42255,'action started via WP Cron','2021-02-23 16:23:44','2021-02-23 08:23:44'),(118032,42255,'action complete via WP Cron','2021-02-23 16:23:44','2021-02-23 08:23:44'),(118033,42256,'action created','2021-02-23 16:23:44','2021-02-23 08:23:44'),(118034,42256,'action started via WP Cron','2021-02-23 16:24:46','2021-02-23 08:24:46'),(118035,42256,'action complete via WP Cron','2021-02-23 16:24:46','2021-02-23 08:24:46'),(118036,42257,'action created','2021-02-23 16:24:46','2021-02-23 08:24:46'),(118037,42257,'action started via WP Cron','2021-02-23 16:25:46','2021-02-23 08:25:46'),(118038,42257,'action complete via WP Cron','2021-02-23 16:25:46','2021-02-23 08:25:46'),(118039,42258,'action created','2021-02-23 16:25:46','2021-02-23 08:25:46'),(118040,42258,'action started via WP Cron','2021-02-23 16:28:16','2021-02-23 08:28:16'),(118041,42258,'action complete via WP Cron','2021-02-23 16:28:16','2021-02-23 08:28:16'),(118042,42259,'action created','2021-02-23 16:28:16','2021-02-23 08:28:16'),(118043,42259,'action started via WP Cron','2021-02-23 16:29:27','2021-02-23 08:29:27'),(118044,42259,'action complete via WP Cron','2021-02-23 16:29:27','2021-02-23 08:29:27'),(118045,42260,'action created','2021-02-23 16:29:28','2021-02-23 08:29:28'),(118046,42260,'action started via WP Cron','2021-02-23 16:29:50','2021-02-23 08:29:50'),(118047,42260,'action complete via WP Cron','2021-02-23 16:29:50','2021-02-23 08:29:50'),(118048,42261,'action created','2021-02-23 16:29:50','2021-02-23 08:29:50'),(118049,42261,'action started via WP Cron','2021-02-23 16:31:29','2021-02-23 08:31:29'),(118050,42261,'action complete via WP Cron','2021-02-23 16:31:30','2021-02-23 08:31:30'),(118051,42262,'action created','2021-02-23 16:31:30','2021-02-23 08:31:30'),(118052,42262,'action started via WP Cron','2021-02-23 16:32:53','2021-02-23 08:32:53'),(118053,42262,'action complete via WP Cron','2021-02-23 16:32:53','2021-02-23 08:32:53'),(118054,42263,'action created','2021-02-23 16:32:53','2021-02-23 08:32:53'),(118055,42263,'action started via WP Cron','2021-02-23 16:40:35','2021-02-23 08:40:35'),(118056,42263,'action complete via WP Cron','2021-02-23 16:40:35','2021-02-23 08:40:35'),(118057,42264,'action created','2021-02-23 16:40:35','2021-02-23 08:40:35'),(118058,42264,'action started via WP Cron','2021-02-23 16:40:55','2021-02-23 08:40:55'),(118059,42264,'action complete via WP Cron','2021-02-23 16:40:55','2021-02-23 08:40:55'),(118060,42265,'action created','2021-02-23 16:40:56','2021-02-23 08:40:56'),(118061,42265,'action started via WP Cron','2021-02-23 16:41:46','2021-02-23 08:41:46'),(118062,42265,'action complete via WP Cron','2021-02-23 16:41:46','2021-02-23 08:41:46'),(118063,42266,'action created','2021-02-23 16:41:46','2021-02-23 08:41:46'),(118067,42267,'action started via WP Cron','2021-02-23 16:52:11','2021-02-23 08:52:11'),(118068,42267,'action complete via WP Cron','2021-02-23 16:52:11','2021-02-23 08:52:11'),(118069,42268,'action created','2021-02-23 16:52:11','2021-02-23 08:52:11'),(118070,42268,'action started via WP Cron','2021-02-23 16:56:09','2021-02-23 08:56:09'),(118071,42268,'action complete via WP Cron','2021-02-23 16:56:09','2021-02-23 08:56:09'),(118072,42269,'action created','2021-02-23 16:56:09','2021-02-23 08:56:09'),(118073,42269,'action started via WP Cron','2021-02-23 16:57:17','2021-02-23 08:57:17'),(118074,42269,'action complete via WP Cron','2021-02-23 16:57:17','2021-02-23 08:57:17'),(118075,42270,'action created','2021-02-23 16:57:17','2021-02-23 08:57:17'),(118076,42270,'action started via WP Cron','2021-02-23 16:58:14','2021-02-23 08:58:14'),(118077,42270,'action complete via WP Cron','2021-02-23 16:58:14','2021-02-23 08:58:14'),(118078,42271,'action created','2021-02-23 16:58:14','2021-02-23 08:58:14'),(118079,42271,'action started via WP Cron','2021-02-23 16:59:26','2021-02-23 08:59:26'),(118080,42271,'action complete via WP Cron','2021-02-23 16:59:26','2021-02-23 08:59:26'),(118081,42272,'action created','2021-02-23 16:59:26','2021-02-23 08:59:26'),(118082,42272,'action started via WP Cron','2021-02-23 17:00:16','2021-02-23 09:00:16'),(118083,42272,'action complete via WP Cron','2021-02-23 17:00:16','2021-02-23 09:00:16'),(118084,42273,'action created','2021-02-23 17:00:16','2021-02-23 09:00:16'),(118085,42273,'action started via WP Cron','2021-02-23 17:01:17','2021-02-23 09:01:17'),(118086,42273,'action complete via WP Cron','2021-02-23 17:01:17','2021-02-23 09:01:17'),(118087,42274,'action created','2021-02-23 17:01:17','2021-02-23 09:01:17'),(118088,42274,'action started via WP Cron','2021-02-23 17:02:21','2021-02-23 09:02:21'),(118089,42274,'action complete via WP Cron','2021-02-23 17:02:21','2021-02-23 09:02:21'),(118090,42275,'action created','2021-02-23 17:02:21','2021-02-23 09:02:21'),(118091,42275,'action started via WP Cron','2021-02-23 17:03:54','2021-02-23 09:03:54'),(118092,42275,'action complete via WP Cron','2021-02-23 17:03:54','2021-02-23 09:03:54'),(118093,42276,'action created','2021-02-23 17:03:54','2021-02-23 09:03:54'),(118094,42276,'action started via WP Cron','2021-02-23 17:04:41','2021-02-23 09:04:41'),(118095,42276,'action complete via WP Cron','2021-02-23 17:04:41','2021-02-23 09:04:41'),(118096,42277,'action created','2021-02-23 17:04:41','2021-02-23 09:04:41'),(118097,42277,'action started via WP Cron','2021-02-23 17:05:51','2021-02-23 09:05:51'),(118098,42277,'action complete via WP Cron','2021-02-23 17:05:51','2021-02-23 09:05:51'),(118099,42278,'action created','2021-02-23 17:05:51','2021-02-23 09:05:51'),(118100,42278,'action started via WP Cron','2021-02-23 17:06:45','2021-02-23 09:06:45'),(118101,42278,'action complete via WP Cron','2021-02-23 17:06:45','2021-02-23 09:06:45'),(118102,42279,'action created','2021-02-23 17:06:45','2021-02-23 09:06:45'),(118103,42279,'action started via WP Cron','2021-02-23 17:07:49','2021-02-23 09:07:49'),(118104,42279,'action complete via WP Cron','2021-02-23 17:07:49','2021-02-23 09:07:49'),(118105,42280,'action created','2021-02-23 17:07:49','2021-02-23 09:07:49'),(118106,42280,'action started via WP Cron','2021-02-23 17:08:45','2021-02-23 09:08:45'),(118107,42280,'action complete via WP Cron','2021-02-23 17:08:45','2021-02-23 09:08:45'),(118108,42281,'action created','2021-02-23 17:08:45','2021-02-23 09:08:45'),(118109,42281,'action started via WP Cron','2021-02-23 17:09:46','2021-02-23 09:09:46'),(118110,42281,'action complete via WP Cron','2021-02-23 17:09:46','2021-02-23 09:09:46'),(118111,42282,'action created','2021-02-23 17:09:46','2021-02-23 09:09:46'),(118112,42282,'action started via WP Cron','2021-02-23 17:10:55','2021-02-23 09:10:55'),(118113,42282,'action complete via WP Cron','2021-02-23 17:10:55','2021-02-23 09:10:55'),(118114,42283,'action created','2021-02-23 17:10:55','2021-02-23 09:10:55'),(118115,42283,'action started via WP Cron','2021-02-23 17:11:50','2021-02-23 09:11:50'),(118116,42283,'action complete via WP Cron','2021-02-23 17:11:50','2021-02-23 09:11:50'),(118117,42284,'action created','2021-02-23 17:12:14','2021-02-23 09:12:14'),(118118,42284,'action started via WP Cron','2021-02-23 17:12:50','2021-02-23 09:12:50'),(118119,42284,'action complete via WP Cron','2021-02-23 17:12:50','2021-02-23 09:12:50'),(118120,42285,'action created','2021-02-23 17:12:50','2021-02-23 09:12:50'),(118121,42285,'action started via WP Cron','2021-02-23 17:13:50','2021-02-23 09:13:50'),(118122,42285,'action complete via WP Cron','2021-02-23 17:13:50','2021-02-23 09:13:50'),(118123,42286,'action created','2021-02-23 17:13:50','2021-02-23 09:13:50'),(118124,42286,'action started via WP Cron','2021-02-23 17:14:48','2021-02-23 09:14:48'),(118125,42286,'action complete via WP Cron','2021-02-23 17:14:48','2021-02-23 09:14:48'),(118126,42287,'action created','2021-02-23 17:14:48','2021-02-23 09:14:48'),(118127,42287,'action started via WP Cron','2021-02-23 17:15:51','2021-02-23 09:15:51'),(118128,42287,'action complete via WP Cron','2021-02-23 17:15:51','2021-02-23 09:15:51'),(118129,42288,'action created','2021-02-23 17:15:51','2021-02-23 09:15:51'),(118130,42288,'action started via WP Cron','2021-02-23 17:17:01','2021-02-23 09:17:01'),(118131,42288,'action complete via WP Cron','2021-02-23 17:17:01','2021-02-23 09:17:01'),(118132,42289,'action created','2021-02-23 17:17:01','2021-02-23 09:17:01'),(118133,42289,'action started via WP Cron','2021-02-23 17:17:56','2021-02-23 09:17:56'),(118134,42289,'action complete via WP Cron','2021-02-23 17:17:56','2021-02-23 09:17:56'),(118135,42290,'action created','2021-02-23 17:17:56','2021-02-23 09:17:56'),(118136,42290,'action started via WP Cron','2021-02-23 17:18:57','2021-02-23 09:18:57'),(118137,42290,'action complete via WP Cron','2021-02-23 17:18:57','2021-02-23 09:18:57'),(118138,42291,'action created','2021-02-23 17:18:57','2021-02-23 09:18:57'),(118139,42291,'action started via WP Cron','2021-02-23 17:19:46','2021-02-23 09:19:46'),(118140,42291,'action complete via WP Cron','2021-02-23 17:19:46','2021-02-23 09:19:46'),(118141,42292,'action created','2021-02-23 17:19:46','2021-02-23 09:19:46'),(118142,42292,'action started via WP Cron','2021-02-23 17:20:47','2021-02-23 09:20:47'),(118143,42292,'action complete via WP Cron','2021-02-23 17:20:47','2021-02-23 09:20:47'),(118144,42293,'action created','2021-02-23 17:20:48','2021-02-23 09:20:48'),(118145,42293,'action started via WP Cron','2021-02-23 17:22:07','2021-02-23 09:22:07'),(118146,42293,'action complete via WP Cron','2021-02-23 17:22:07','2021-02-23 09:22:07'),(118147,42294,'action created','2021-02-23 17:22:07','2021-02-23 09:22:07'),(118148,42294,'action started via WP Cron','2021-02-23 17:22:53','2021-02-23 09:22:53'),(118149,42294,'action complete via WP Cron','2021-02-23 17:22:53','2021-02-23 09:22:53'),(118150,42295,'action created','2021-02-23 17:22:53','2021-02-23 09:22:53'),(118151,42295,'action started via WP Cron','2021-02-23 17:23:49','2021-02-23 09:23:49'),(118152,42295,'action complete via WP Cron','2021-02-23 17:23:49','2021-02-23 09:23:49'),(118153,42296,'action created','2021-02-23 17:23:49','2021-02-23 09:23:49'),(118154,42296,'action started via WP Cron','2021-02-23 17:24:49','2021-02-23 09:24:49'),(118155,42296,'action complete via WP Cron','2021-02-23 17:24:49','2021-02-23 09:24:49'),(118156,42297,'action created','2021-02-23 17:24:49','2021-02-23 09:24:49'),(118157,42297,'action started via WP Cron','2021-02-23 17:25:43','2021-02-23 09:25:43'),(118158,42297,'action complete via WP Cron','2021-02-23 17:25:43','2021-02-23 09:25:43'),(118159,42298,'action created','2021-02-23 17:25:43','2021-02-23 09:25:43'),(118160,42298,'action started via WP Cron','2021-02-23 17:26:42','2021-02-23 09:26:42'),(118161,42298,'action complete via WP Cron','2021-02-23 17:26:42','2021-02-23 09:26:42'),(118162,42299,'action created','2021-02-23 17:26:42','2021-02-23 09:26:42'),(118163,42299,'action started via WP Cron','2021-02-23 17:27:44','2021-02-23 09:27:44'),(118164,42299,'action complete via WP Cron','2021-02-23 17:27:44','2021-02-23 09:27:44'),(118165,42300,'action created','2021-02-23 17:27:44','2021-02-23 09:27:44'),(118166,42300,'action started via WP Cron','2021-02-23 17:28:50','2021-02-23 09:28:50'),(118167,42300,'action complete via WP Cron','2021-02-23 17:28:50','2021-02-23 09:28:50'),(118168,42301,'action created','2021-02-23 17:28:50','2021-02-23 09:28:50'),(118169,42301,'action started via WP Cron','2021-02-23 17:29:57','2021-02-23 09:29:57'),(118170,42301,'action complete via WP Cron','2021-02-23 17:29:57','2021-02-23 09:29:57'),(118171,42302,'action created','2021-02-23 17:29:57','2021-02-23 09:29:57'),(118172,42302,'action started via WP Cron','2021-02-23 17:30:41','2021-02-23 09:30:41'),(118173,42302,'action complete via WP Cron','2021-02-23 17:30:41','2021-02-23 09:30:41'),(118174,42303,'action created','2021-02-23 17:30:41','2021-02-23 09:30:41'),(118175,42303,'action started via WP Cron','2021-02-23 17:31:44','2021-02-23 09:31:44'),(118176,42303,'action complete via WP Cron','2021-02-23 17:31:44','2021-02-23 09:31:44'),(118177,42304,'action created','2021-02-23 17:31:44','2021-02-23 09:31:44'),(118178,42304,'action started via WP Cron','2021-02-23 17:32:49','2021-02-23 09:32:49'),(118179,42304,'action complete via WP Cron','2021-02-23 17:32:49','2021-02-23 09:32:49'),(118180,42305,'action created','2021-02-23 17:32:49','2021-02-23 09:32:49'),(118181,42305,'action started via WP Cron','2021-02-23 17:34:00','2021-02-23 09:34:00'),(118182,42305,'action complete via WP Cron','2021-02-23 17:34:00','2021-02-23 09:34:00'),(118183,42306,'action created','2021-02-23 17:34:00','2021-02-23 09:34:00'),(118184,42306,'action started via WP Cron','2021-02-23 17:35:03','2021-02-23 09:35:03'),(118185,42306,'action complete via WP Cron','2021-02-23 17:35:03','2021-02-23 09:35:03'),(118186,42307,'action created','2021-02-23 17:35:36','2021-02-23 09:35:36'),(118187,42307,'action started via WP Cron','2021-02-23 17:35:53','2021-02-23 09:35:53'),(118188,42307,'action complete via WP Cron','2021-02-23 17:35:53','2021-02-23 09:35:53'),(118189,42308,'action created','2021-02-23 17:35:53','2021-02-23 09:35:53'),(118190,42308,'action started via WP Cron','2021-02-23 17:36:51','2021-02-23 09:36:51'),(118191,42308,'action complete via WP Cron','2021-02-23 17:36:51','2021-02-23 09:36:51'),(118192,42309,'action created','2021-02-23 17:36:51','2021-02-23 09:36:51'),(118193,42309,'action started via WP Cron','2021-02-23 17:37:56','2021-02-23 09:37:56'),(118194,42309,'action complete via WP Cron','2021-02-23 17:37:56','2021-02-23 09:37:56'),(118195,42310,'action created','2021-02-23 17:37:56','2021-02-23 09:37:56'),(118196,42310,'action started via WP Cron','2021-02-23 17:38:48','2021-02-23 09:38:48'),(118197,42310,'action complete via WP Cron','2021-02-23 17:38:48','2021-02-23 09:38:48'),(118198,42311,'action created','2021-02-23 17:38:49','2021-02-23 09:38:49'),(118199,42311,'action started via WP Cron','2021-02-23 17:39:56','2021-02-23 09:39:56'),(118200,42311,'action complete via WP Cron','2021-02-23 17:39:56','2021-02-23 09:39:56'),(118201,42312,'action created','2021-02-23 17:39:56','2021-02-23 09:39:56'),(118202,42312,'action started via WP Cron','2021-02-23 17:41:47','2021-02-23 09:41:47'),(118203,42312,'action complete via WP Cron','2021-02-23 17:41:47','2021-02-23 09:41:47'),(118204,42313,'action created','2021-02-23 17:41:47','2021-02-23 09:41:47'),(118205,42313,'action started via WP Cron','2021-02-23 17:43:50','2021-02-23 09:43:50'),(118206,42313,'action complete via WP Cron','2021-02-23 17:43:50','2021-02-23 09:43:50'),(118207,42314,'action created','2021-02-23 17:43:50','2021-02-23 09:43:50'),(118208,42314,'action started via WP Cron','2021-02-23 17:47:01','2021-02-23 09:47:01'),(118209,42314,'action complete via WP Cron','2021-02-23 17:47:01','2021-02-23 09:47:01'),(118210,42315,'action created','2021-02-23 17:47:01','2021-02-23 09:47:01'),(118211,42315,'action started via WP Cron','2021-02-23 17:49:09','2021-02-23 09:49:09'),(118212,42315,'action complete via WP Cron','2021-02-23 17:49:09','2021-02-23 09:49:09'),(118213,42316,'action created','2021-02-23 17:49:09','2021-02-23 09:49:09'),(118214,42316,'action started via WP Cron','2021-02-23 17:50:11','2021-02-23 09:50:11'),(118215,42316,'action complete via WP Cron','2021-02-23 17:50:11','2021-02-23 09:50:11'),(118216,42317,'action created','2021-02-23 17:50:11','2021-02-23 09:50:11'),(118217,42317,'action started via WP Cron','2021-02-23 17:51:12','2021-02-23 09:51:12'),(118218,42317,'action complete via WP Cron','2021-02-23 17:51:12','2021-02-23 09:51:12'),(118219,42318,'action created','2021-02-23 17:51:12','2021-02-23 09:51:12'),(118220,42318,'action started via WP Cron','2021-02-23 17:53:52','2021-02-23 09:53:52'),(118221,42318,'action complete via WP Cron','2021-02-23 17:53:52','2021-02-23 09:53:52'),(118222,42319,'action created','2021-02-23 17:53:52','2021-02-23 09:53:52'),(118223,42319,'action started via WP Cron','2021-02-23 17:57:42','2021-02-23 09:57:42'),(118224,42319,'action complete via WP Cron','2021-02-23 17:57:42','2021-02-23 09:57:42'),(118225,42320,'action created','2021-02-23 17:57:42','2021-02-23 09:57:42'),(118226,42320,'action started via WP Cron','2021-02-23 17:58:52','2021-02-23 09:58:52'),(118227,42320,'action complete via WP Cron','2021-02-23 17:58:52','2021-02-23 09:58:52'),(118228,42321,'action created','2021-02-23 17:58:52','2021-02-23 09:58:52'),(118229,42321,'action started via WP Cron','2021-02-23 17:59:52','2021-02-23 09:59:52'),(118230,42321,'action complete via WP Cron','2021-02-23 17:59:52','2021-02-23 09:59:52'),(118231,42322,'action created','2021-02-23 17:59:52','2021-02-23 09:59:52'),(118232,42322,'action started via WP Cron','2021-02-23 18:00:53','2021-02-23 10:00:53'),(118233,42322,'action complete via WP Cron','2021-02-23 18:00:53','2021-02-23 10:00:53'),(118234,42323,'action created','2021-02-23 18:00:53','2021-02-23 10:00:53'),(118235,42323,'action started via WP Cron','2021-02-23 18:02:18','2021-02-23 10:02:18'),(118236,42323,'action complete via WP Cron','2021-02-23 18:02:18','2021-02-23 10:02:18'),(118237,42324,'action created','2021-02-23 18:02:18','2021-02-23 10:02:18'),(118238,42324,'action started via WP Cron','2021-02-23 18:02:55','2021-02-23 10:02:55'),(118239,42324,'action complete via WP Cron','2021-02-23 18:02:55','2021-02-23 10:02:55'),(118240,42325,'action created','2021-02-23 18:02:55','2021-02-23 10:02:55'),(118241,42325,'action started via WP Cron','2021-02-23 18:03:56','2021-02-23 10:03:56'),(118242,42325,'action complete via WP Cron','2021-02-23 18:03:56','2021-02-23 10:03:56'),(118243,42326,'action created','2021-02-23 18:03:56','2021-02-23 10:03:56'),(118244,42326,'action started via WP Cron','2021-02-23 18:06:31','2021-02-23 10:06:31'),(118245,42326,'action complete via WP Cron','2021-02-23 18:06:31','2021-02-23 10:06:31'),(118246,42327,'action created','2021-02-23 18:06:31','2021-02-23 10:06:31'),(118247,42327,'action started via WP Cron','2021-02-23 18:09:47','2021-02-23 10:09:47'),(118248,42327,'action complete via WP Cron','2021-02-23 18:09:47','2021-02-23 10:09:47'),(118249,42328,'action created','2021-02-23 18:13:23','2021-02-23 10:13:23'),(118250,42328,'action started via WP Cron','2021-02-23 18:16:01','2021-02-23 10:16:01'),(118251,42328,'action complete via WP Cron','2021-02-23 18:16:01','2021-02-23 10:16:01'),(118252,42329,'action created','2021-02-23 18:16:01','2021-02-23 10:16:01'),(118253,42329,'action started via WP Cron','2021-02-23 18:17:29','2021-02-23 10:17:29'),(118254,42329,'action complete via WP Cron','2021-02-23 18:17:29','2021-02-23 10:17:29'),(118255,42330,'action created','2021-02-23 18:17:29','2021-02-23 10:17:29'),(118256,42330,'action started via WP Cron','2021-02-23 18:17:46','2021-02-23 10:17:46'),(118257,42330,'action complete via WP Cron','2021-02-23 18:17:46','2021-02-23 10:17:46'),(118258,42331,'action created','2021-02-23 18:17:46','2021-02-23 10:17:46'),(118259,42331,'action started via WP Cron','2021-02-23 18:24:33','2021-02-23 10:24:33'),(118260,42331,'action complete via WP Cron','2021-02-23 18:24:33','2021-02-23 10:24:33'),(118261,42332,'action created','2021-02-23 18:24:33','2021-02-23 10:24:33'),(118262,42332,'action started via WP Cron','2021-02-23 18:27:54','2021-02-23 10:27:54'),(118263,42332,'action complete via WP Cron','2021-02-23 18:27:54','2021-02-23 10:27:54'),(118264,42333,'action created','2021-02-23 18:27:54','2021-02-23 10:27:54'),(118265,42333,'action started via WP Cron','2021-02-23 18:28:48','2021-02-23 10:28:48'),(118266,42333,'action complete via WP Cron','2021-02-23 18:28:48','2021-02-23 10:28:48'),(118267,42334,'action created','2021-02-23 18:28:48','2021-02-23 10:28:48'),(118268,42334,'action started via WP Cron','2021-02-23 18:29:48','2021-02-23 10:29:48'),(118269,42334,'action complete via WP Cron','2021-02-23 18:29:48','2021-02-23 10:29:48'),(118270,42335,'action created','2021-02-23 18:29:48','2021-02-23 10:29:48'),(118271,42335,'action started via WP Cron','2021-02-23 18:31:50','2021-02-23 10:31:50'),(118272,42335,'action complete via WP Cron','2021-02-23 18:31:50','2021-02-23 10:31:50'),(118273,42336,'action created','2021-02-23 18:31:50','2021-02-23 10:31:50'),(118274,42336,'action started via WP Cron','2021-02-23 18:32:51','2021-02-23 10:32:51'),(118275,42336,'action complete via WP Cron','2021-02-23 18:32:51','2021-02-23 10:32:51'),(118276,42337,'action created','2021-02-23 18:32:52','2021-02-23 10:32:52'),(118277,42337,'action started via WP Cron','2021-02-23 18:33:53','2021-02-23 10:33:53'),(118278,42337,'action complete via WP Cron','2021-02-23 18:33:53','2021-02-23 10:33:53'),(118279,42338,'action created','2021-02-23 18:33:53','2021-02-23 10:33:53'),(118280,42338,'action started via WP Cron','2021-02-23 18:38:59','2021-02-23 10:38:59'),(118281,42338,'action complete via WP Cron','2021-02-23 18:38:59','2021-02-23 10:38:59'),(118282,42339,'action created','2021-02-23 18:39:00','2021-02-23 10:39:00'),(118283,42339,'action started via WP Cron','2021-02-23 18:42:08','2021-02-23 10:42:08'),(118284,42339,'action complete via WP Cron','2021-02-23 18:42:08','2021-02-23 10:42:08'),(118285,42340,'action created','2021-02-23 18:42:08','2021-02-23 10:42:08'),(118286,42340,'action started via WP Cron','2021-02-23 18:50:13','2021-02-23 10:50:13'),(118287,42340,'action complete via WP Cron','2021-02-23 18:50:13','2021-02-23 10:50:13'),(118288,42341,'action created','2021-02-23 18:50:13','2021-02-23 10:50:13'),(118289,42341,'action started via WP Cron','2021-02-23 18:51:26','2021-02-23 10:51:26'),(118290,42341,'action complete via WP Cron','2021-02-23 18:51:26','2021-02-23 10:51:26'),(118291,42342,'action created','2021-02-23 18:51:26','2021-02-23 10:51:26'),(118292,42342,'action started via WP Cron','2021-02-23 18:51:44','2021-02-23 10:51:44'),(118293,42342,'action complete via WP Cron','2021-02-23 18:51:44','2021-02-23 10:51:44'),(118294,42343,'action created','2021-02-23 18:51:45','2021-02-23 10:51:45'),(118295,42343,'action started via WP Cron','2021-02-23 18:53:05','2021-02-23 10:53:05'),(118296,42343,'action complete via WP Cron','2021-02-23 18:53:05','2021-02-23 10:53:05'),(118297,42344,'action created','2021-02-23 18:53:05','2021-02-23 10:53:05'),(118298,42344,'action started via WP Cron','2021-02-23 18:53:56','2021-02-23 10:53:56'),(118299,42344,'action complete via WP Cron','2021-02-23 18:53:56','2021-02-23 10:53:56'),(118300,42345,'action created','2021-02-23 18:53:56','2021-02-23 10:53:56'),(118301,42345,'action started via WP Cron','2021-02-23 18:54:47','2021-02-23 10:54:47'),(118302,42345,'action complete via WP Cron','2021-02-23 18:54:47','2021-02-23 10:54:47'),(118303,42346,'action created','2021-02-23 18:54:47','2021-02-23 10:54:47'),(118304,42346,'action started via WP Cron','2021-02-23 18:56:31','2021-02-23 10:56:31'),(118305,42346,'action complete via WP Cron','2021-02-23 18:56:31','2021-02-23 10:56:31'),(118306,42347,'action created','2021-02-23 18:56:31','2021-02-23 10:56:31'),(118307,42347,'action started via WP Cron','2021-02-23 18:57:32','2021-02-23 10:57:32'),(118308,42347,'action complete via WP Cron','2021-02-23 18:57:32','2021-02-23 10:57:32'),(118309,42348,'action created','2021-02-23 18:57:32','2021-02-23 10:57:32'),(118310,42348,'action started via WP Cron','2021-02-23 19:07:11','2021-02-23 11:07:11'),(118311,42348,'action complete via WP Cron','2021-02-23 19:07:11','2021-02-23 11:07:11'),(118312,42349,'action created','2021-02-23 19:07:12','2021-02-23 11:07:12'),(118313,42349,'action started via WP Cron','2021-02-23 19:08:25','2021-02-23 11:08:25'),(118314,42349,'action complete via WP Cron','2021-02-23 19:08:25','2021-02-23 11:08:25'),(118315,42350,'action created','2021-02-23 19:08:27','2021-02-23 11:08:27'),(118316,42350,'action started via WP Cron','2021-02-23 19:08:43','2021-02-23 11:08:43'),(118317,42350,'action complete via WP Cron','2021-02-23 19:08:43','2021-02-23 11:08:43'),(118318,42351,'action created','2021-02-23 19:08:43','2021-02-23 11:08:43'),(118319,42351,'action started via WP Cron','2021-02-23 19:09:42','2021-02-23 11:09:42'),(118320,42351,'action complete via WP Cron','2021-02-23 19:09:42','2021-02-23 11:09:42'),(118321,42352,'action created','2021-02-23 19:09:43','2021-02-23 11:09:43'),(118322,42352,'action started via WP Cron','2021-02-23 19:11:41','2021-02-23 11:11:41'),(118323,42352,'action complete via WP Cron','2021-02-23 19:11:41','2021-02-23 11:11:41'),(118324,42353,'action created','2021-02-23 19:11:41','2021-02-23 11:11:41'),(118325,42353,'action started via WP Cron','2021-02-23 19:15:17','2021-02-23 11:15:17'),(118326,42353,'action complete via WP Cron','2021-02-23 19:15:17','2021-02-23 11:15:17'),(118327,42354,'action created','2021-02-23 19:15:17','2021-02-23 11:15:17'),(118328,42354,'action started via WP Cron','2021-02-23 19:22:54','2021-02-23 11:22:54'),(118329,42354,'action complete via WP Cron','2021-02-23 19:22:54','2021-02-23 11:22:54'),(118330,42355,'action created','2021-02-23 19:22:54','2021-02-23 11:22:54'),(118331,42355,'action started via WP Cron','2021-02-23 19:27:40','2021-02-23 11:27:40'),(118332,42355,'action complete via WP Cron','2021-02-23 19:27:40','2021-02-23 11:27:40'),(118333,42356,'action created','2021-02-23 19:27:42','2021-02-23 11:27:42'),(118334,42356,'action started via WP Cron','2021-02-23 19:33:00','2021-02-23 11:33:00'),(118335,42356,'action complete via WP Cron','2021-02-23 19:33:00','2021-02-23 11:33:00'),(118336,42357,'action created','2021-02-23 19:33:00','2021-02-23 11:33:00'),(118337,42357,'action started via WP Cron','2021-02-23 19:33:58','2021-02-23 11:33:58'),(118338,42357,'action complete via WP Cron','2021-02-23 19:33:58','2021-02-23 11:33:58'),(118339,42358,'action created','2021-02-23 19:33:59','2021-02-23 11:33:59'),(118340,42358,'action started via WP Cron','2021-02-23 19:34:52','2021-02-23 11:34:52'),(118341,42358,'action complete via WP Cron','2021-02-23 19:34:52','2021-02-23 11:34:52'),(118342,42359,'action created','2021-02-23 19:34:52','2021-02-23 11:34:52'),(118343,42359,'action started via WP Cron','2021-02-23 19:36:54','2021-02-23 11:36:54'),(118344,42359,'action complete via WP Cron','2021-02-23 19:36:54','2021-02-23 11:36:54'),(118345,42360,'action created','2021-02-23 19:36:55','2021-02-23 11:36:55'),(118346,42360,'action started via WP Cron','2021-02-23 19:37:56','2021-02-23 11:37:56'),(118347,42360,'action complete via WP Cron','2021-02-23 19:37:56','2021-02-23 11:37:56'),(118348,42361,'action created','2021-02-23 19:37:56','2021-02-23 11:37:56'),(118349,42361,'action started via WP Cron','2021-02-23 19:38:57','2021-02-23 11:38:57'),(118350,42361,'action complete via WP Cron','2021-02-23 19:38:57','2021-02-23 11:38:57'),(118351,42362,'action created','2021-02-23 19:38:57','2021-02-23 11:38:57'),(118352,42362,'action started via WP Cron','2021-02-23 19:42:25','2021-02-23 11:42:25'),(118353,42362,'action complete via WP Cron','2021-02-23 19:42:25','2021-02-23 11:42:25'),(118354,42363,'action created','2021-02-23 19:42:25','2021-02-23 11:42:25'),(118355,42363,'action started via WP Cron','2021-02-23 19:47:43','2021-02-23 11:47:43'),(118356,42363,'action complete via WP Cron','2021-02-23 19:47:43','2021-02-23 11:47:43'),(118357,42364,'action created','2021-02-23 19:47:43','2021-02-23 11:47:43'),(118358,42364,'action started via WP Cron','2021-02-23 19:57:13','2021-02-23 11:57:13'),(118359,42364,'action complete via WP Cron','2021-02-23 19:57:13','2021-02-23 11:57:13'),(118360,42365,'action created','2021-02-23 19:57:13','2021-02-23 11:57:13'),(118361,42365,'action started via WP Cron','2021-02-23 19:57:41','2021-02-23 11:57:41'),(118362,42365,'action complete via WP Cron','2021-02-23 19:57:41','2021-02-23 11:57:41'),(118363,42366,'action created','2021-02-23 19:57:41','2021-02-23 11:57:41'),(118364,42366,'action started via WP Cron','2021-02-23 19:59:16','2021-02-23 11:59:16'),(118365,42366,'action complete via WP Cron','2021-02-23 19:59:16','2021-02-23 11:59:16'),(118366,42367,'action created','2021-02-23 19:59:16','2021-02-23 11:59:16'),(118367,42367,'action started via WP Cron','2021-02-23 20:00:17','2021-02-23 12:00:17'),(118368,42367,'action complete via WP Cron','2021-02-23 20:00:17','2021-02-23 12:00:17'),(118369,42368,'action created','2021-02-23 20:00:17','2021-02-23 12:00:17'),(118370,42368,'action started via WP Cron','2021-02-23 20:01:41','2021-02-23 12:01:41'),(118371,42368,'action complete via WP Cron','2021-02-23 20:01:41','2021-02-23 12:01:41'),(118372,42369,'action created','2021-02-23 20:01:43','2021-02-23 12:01:43'),(118373,42369,'action started via WP Cron','2021-02-23 20:03:06','2021-02-23 12:03:06'),(118374,42369,'action complete via WP Cron','2021-02-23 20:03:06','2021-02-23 12:03:06'),(118375,42370,'action created','2021-02-23 20:03:06','2021-02-23 12:03:06'),(118376,42370,'action started via WP Cron','2021-02-23 20:04:21','2021-02-23 12:04:21'),(118377,42370,'action complete via WP Cron','2021-02-23 20:04:21','2021-02-23 12:04:21'),(118378,42371,'action created','2021-02-23 20:04:21','2021-02-23 12:04:21'),(118379,42371,'action started via WP Cron','2021-02-23 20:06:24','2021-02-23 12:06:24'),(118380,42371,'action complete via WP Cron','2021-02-23 20:06:24','2021-02-23 12:06:24'),(118381,42372,'action created','2021-02-23 20:06:24','2021-02-23 12:06:24'),(118382,42372,'action started via WP Cron','2021-02-23 20:07:30','2021-02-23 12:07:30'),(118383,42372,'action complete via WP Cron','2021-02-23 20:07:30','2021-02-23 12:07:30'),(118384,42373,'action created','2021-02-23 20:07:30','2021-02-23 12:07:30'),(118385,42373,'action started via WP Cron','2021-02-23 20:09:55','2021-02-23 12:09:55'),(118386,42373,'action complete via WP Cron','2021-02-23 20:09:55','2021-02-23 12:09:55'),(118387,42374,'action created','2021-02-23 20:09:55','2021-02-23 12:09:55'),(118388,42374,'action started via WP Cron','2021-02-23 20:20:11','2021-02-23 12:20:11'),(118389,42374,'action complete via WP Cron','2021-02-23 20:20:11','2021-02-23 12:20:11'),(118390,42375,'action created','2021-02-23 20:20:11','2021-02-23 12:20:11'),(118391,42375,'action started via WP Cron','2021-02-23 20:21:48','2021-02-23 12:21:48'),(118392,42375,'action complete via WP Cron','2021-02-23 20:21:48','2021-02-23 12:21:48'),(118393,42376,'action created','2021-02-23 20:21:48','2021-02-23 12:21:48'),(118394,42376,'action started via WP Cron','2021-02-23 20:31:18','2021-02-23 12:31:18'),(118395,42376,'action complete via WP Cron','2021-02-23 20:31:18','2021-02-23 12:31:18'),(118396,42377,'action created','2021-02-23 20:31:18','2021-02-23 12:31:18'),(118397,42377,'action started via WP Cron','2021-02-23 20:32:27','2021-02-23 12:32:27'),(118398,42377,'action complete via WP Cron','2021-02-23 20:32:27','2021-02-23 12:32:27'),(118399,42378,'action created','2021-02-23 20:32:27','2021-02-23 12:32:27'),(118400,42378,'action started via WP Cron','2021-02-23 20:32:42','2021-02-23 12:32:42'),(118401,42378,'action complete via WP Cron','2021-02-23 20:32:42','2021-02-23 12:32:42'),(118402,42379,'action created','2021-02-23 20:32:42','2021-02-23 12:32:42'),(118403,42379,'action started via WP Cron','2021-02-23 20:34:29','2021-02-23 12:34:29'),(118404,42379,'action complete via WP Cron','2021-02-23 20:34:29','2021-02-23 12:34:29'),(118405,42380,'action created','2021-02-23 20:34:29','2021-02-23 12:34:29'),(118406,42380,'action started via WP Cron','2021-02-23 20:35:27','2021-02-23 12:35:27'),(118407,42380,'action complete via WP Cron','2021-02-23 20:35:27','2021-02-23 12:35:27'),(118408,42381,'action created','2021-02-23 20:35:27','2021-02-23 12:35:27'),(118409,42381,'action started via WP Cron','2021-02-23 20:36:33','2021-02-23 12:36:33'),(118410,42381,'action complete via WP Cron','2021-02-23 20:36:33','2021-02-23 12:36:33'),(118411,42382,'action created','2021-02-23 20:36:33','2021-02-23 12:36:33'),(118412,42382,'action started via WP Cron','2021-02-23 20:37:32','2021-02-23 12:37:32'),(118413,42382,'action complete via WP Cron','2021-02-23 20:37:32','2021-02-23 12:37:32'),(118414,42383,'action created','2021-02-23 20:37:32','2021-02-23 12:37:32'),(118415,42383,'action started via WP Cron','2021-02-23 20:38:39','2021-02-23 12:38:39'),(118416,42383,'action complete via WP Cron','2021-02-23 20:38:39','2021-02-23 12:38:39'),(118417,42384,'action created','2021-02-23 20:38:39','2021-02-23 12:38:39'),(118418,42384,'action started via WP Cron','2021-02-23 20:39:57','2021-02-23 12:39:57'),(118419,42384,'action complete via WP Cron','2021-02-23 20:39:57','2021-02-23 12:39:57'),(118420,42385,'action created','2021-02-23 20:39:57','2021-02-23 12:39:57'),(118421,42385,'action started via WP Cron','2021-02-23 20:40:58','2021-02-23 12:40:58'),(118422,42385,'action complete via WP Cron','2021-02-23 20:40:58','2021-02-23 12:40:58'),(118423,42386,'action created','2021-02-23 20:40:58','2021-02-23 12:40:58'),(118424,42386,'action started via WP Cron','2021-02-23 20:42:51','2021-02-23 12:42:51'),(118425,42386,'action complete via WP Cron','2021-02-23 20:42:51','2021-02-23 12:42:51'),(118426,42387,'action created','2021-02-23 20:42:51','2021-02-23 12:42:51'),(118427,42387,'action started via WP Cron','2021-02-23 20:44:54','2021-02-23 12:44:54'),(118428,42387,'action complete via WP Cron','2021-02-23 20:44:54','2021-02-23 12:44:54'),(118429,42388,'action created','2021-02-23 20:44:54','2021-02-23 12:44:54'),(118430,42388,'action started via WP Cron','2021-02-23 20:53:23','2021-02-23 12:53:23'),(118431,42388,'action complete via WP Cron','2021-02-23 20:53:23','2021-02-23 12:53:23'),(118432,42389,'action created','2021-02-23 20:53:23','2021-02-23 12:53:23'),(118433,42389,'action started via WP Cron','2021-02-23 20:54:38','2021-02-23 12:54:38'),(118434,42389,'action complete via WP Cron','2021-02-23 20:54:38','2021-02-23 12:54:38'),(118435,42390,'action created','2021-02-23 20:54:38','2021-02-23 12:54:38'),(118436,42390,'action started via WP Cron','2021-02-23 20:55:55','2021-02-23 12:55:55'),(118437,42390,'action complete via WP Cron','2021-02-23 20:55:55','2021-02-23 12:55:55'),(118438,42391,'action created','2021-02-23 20:55:55','2021-02-23 12:55:55'),(118439,42391,'action started via WP Cron','2021-02-23 20:57:21','2021-02-23 12:57:21'),(118440,42391,'action complete via WP Cron','2021-02-23 20:57:21','2021-02-23 12:57:21'),(118441,42392,'action created','2021-02-23 20:57:21','2021-02-23 12:57:21'),(118442,42392,'action started via WP Cron','2021-02-23 21:01:15','2021-02-23 13:01:15'),(118443,42392,'action complete via WP Cron','2021-02-23 21:01:15','2021-02-23 13:01:15'),(118444,42393,'action created','2021-02-23 21:01:15','2021-02-23 13:01:15'),(118445,42393,'action started via WP Cron','2021-02-23 21:03:57','2021-02-23 13:03:57'),(118446,42393,'action complete via WP Cron','2021-02-23 21:03:57','2021-02-23 13:03:57'),(118447,42394,'action created','2021-02-23 21:03:57','2021-02-23 13:03:57'),(118448,42394,'action started via WP Cron','2021-02-23 21:06:36','2021-02-23 13:06:36'),(118449,42394,'action complete via WP Cron','2021-02-23 21:06:36','2021-02-23 13:06:36'),(118450,42395,'action created','2021-02-23 21:06:36','2021-02-23 13:06:36'),(118451,42395,'action started via WP Cron','2021-02-23 21:07:32','2021-02-23 13:07:32'),(118452,42395,'action complete via WP Cron','2021-02-23 21:07:32','2021-02-23 13:07:32'),(118453,42396,'action created','2021-02-23 21:09:16','2021-02-23 13:09:16'),(118454,42396,'action started via WP Cron','2021-02-23 21:18:10','2021-02-23 13:18:10'),(118455,42396,'action complete via WP Cron','2021-02-23 21:18:10','2021-02-23 13:18:10'),(118456,42397,'action created','2021-02-23 21:18:10','2021-02-23 13:18:10'),(118457,42397,'action started via WP Cron','2021-02-23 21:19:15','2021-02-23 13:19:15'),(118458,42397,'action complete via WP Cron','2021-02-23 21:19:15','2021-02-23 13:19:15'),(118459,42398,'action created','2021-02-23 21:19:15','2021-02-23 13:19:15'),(118460,42398,'action started via WP Cron','2021-02-23 21:20:15','2021-02-23 13:20:15'),(118461,42398,'action complete via WP Cron','2021-02-23 21:20:15','2021-02-23 13:20:15'),(118462,42399,'action created','2021-02-23 21:20:15','2021-02-23 13:20:15'),(118463,42399,'action started via WP Cron','2021-02-23 21:22:17','2021-02-23 13:22:17'),(118464,42399,'action complete via WP Cron','2021-02-23 21:22:17','2021-02-23 13:22:17'),(118465,42400,'action created','2021-02-23 21:22:18','2021-02-23 13:22:18'),(118466,42400,'action started via WP Cron','2021-02-23 21:23:18','2021-02-23 13:23:18'),(118467,42400,'action complete via WP Cron','2021-02-23 21:23:18','2021-02-23 13:23:18'),(118468,42401,'action created','2021-02-23 21:23:18','2021-02-23 13:23:18'),(118469,42401,'action started via WP Cron','2021-02-23 21:23:57','2021-02-23 13:23:57'),(118470,42401,'action complete via WP Cron','2021-02-23 21:23:57','2021-02-23 13:23:57'),(118471,42402,'action created','2021-02-23 21:23:58','2021-02-23 13:23:58'),(118472,42402,'action started via WP Cron','2021-02-23 21:24:51','2021-02-23 13:24:51'),(118473,42402,'action complete via WP Cron','2021-02-23 21:24:51','2021-02-23 13:24:51'),(118474,42403,'action created','2021-02-23 21:24:52','2021-02-23 13:24:52'),(118475,42403,'action started via WP Cron','2021-02-23 21:25:58','2021-02-23 13:25:58'),(118476,42403,'action complete via WP Cron','2021-02-23 21:25:58','2021-02-23 13:25:58'),(118477,42404,'action created','2021-02-23 21:25:58','2021-02-23 13:25:58'),(118478,42404,'action started via WP Cron','2021-02-23 21:26:52','2021-02-23 13:26:52'),(118479,42404,'action complete via WP Cron','2021-02-23 21:26:52','2021-02-23 13:26:52'),(118480,42405,'action created','2021-02-23 21:26:52','2021-02-23 13:26:52'),(118481,42405,'action started via WP Cron','2021-02-23 21:27:40','2021-02-23 13:27:40'),(118482,42405,'action complete via WP Cron','2021-02-23 21:27:40','2021-02-23 13:27:40'),(118483,42406,'action created','2021-02-23 21:27:41','2021-02-23 13:27:41'),(118484,42406,'action started via WP Cron','2021-02-23 21:28:42','2021-02-23 13:28:42'),(118485,42406,'action complete via WP Cron','2021-02-23 21:28:42','2021-02-23 13:28:42'),(118486,42407,'action created','2021-02-23 21:28:42','2021-02-23 13:28:42'),(118487,42407,'action started via WP Cron','2021-02-23 21:29:45','2021-02-23 13:29:45'),(118488,42407,'action complete via WP Cron','2021-02-23 21:29:45','2021-02-23 13:29:45'),(118489,42408,'action created','2021-02-23 21:29:45','2021-02-23 13:29:45'),(118490,42408,'action started via WP Cron','2021-02-23 21:30:45','2021-02-23 13:30:45'),(118491,42408,'action complete via WP Cron','2021-02-23 21:30:45','2021-02-23 13:30:45'),(118492,42409,'action created','2021-02-23 21:30:45','2021-02-23 13:30:45'),(118493,42409,'action started via WP Cron','2021-02-23 21:32:07','2021-02-23 13:32:07'),(118494,42409,'action complete via WP Cron','2021-02-23 21:32:07','2021-02-23 13:32:07'),(118495,42410,'action created','2021-02-23 21:32:07','2021-02-23 13:32:07'),(118496,42410,'action started via WP Cron','2021-02-23 21:32:56','2021-02-23 13:32:56'),(118497,42410,'action complete via WP Cron','2021-02-23 21:32:56','2021-02-23 13:32:56'),(118498,42411,'action created','2021-02-23 21:32:56','2021-02-23 13:32:56'),(118499,42411,'action started via WP Cron','2021-02-23 21:34:01','2021-02-23 13:34:01'),(118500,42411,'action complete via WP Cron','2021-02-23 21:34:01','2021-02-23 13:34:01'),(118501,42412,'action created','2021-02-23 21:34:01','2021-02-23 13:34:01'),(118502,42412,'action started via WP Cron','2021-02-23 21:34:43','2021-02-23 13:34:43'),(118503,42412,'action complete via WP Cron','2021-02-23 21:34:43','2021-02-23 13:34:43'),(118504,42413,'action created','2021-02-23 21:34:43','2021-02-23 13:34:43'),(118505,42413,'action started via WP Cron','2021-02-23 21:35:58','2021-02-23 13:35:58'),(118506,42413,'action complete via WP Cron','2021-02-23 21:35:58','2021-02-23 13:35:58'),(118507,42414,'action created','2021-02-23 21:35:58','2021-02-23 13:35:58'),(118508,42414,'action started via WP Cron','2021-02-23 21:36:43','2021-02-23 13:36:43'),(118509,42414,'action complete via WP Cron','2021-02-23 21:36:43','2021-02-23 13:36:43'),(118510,42415,'action created','2021-02-23 21:36:43','2021-02-23 13:36:43'),(118511,42415,'action started via WP Cron','2021-02-23 21:37:41','2021-02-23 13:37:41'),(118512,42415,'action complete via WP Cron','2021-02-23 21:37:41','2021-02-23 13:37:41'),(118513,42416,'action created','2021-02-23 21:37:41','2021-02-23 13:37:41'),(118514,42416,'action started via WP Cron','2021-02-23 21:39:08','2021-02-23 13:39:08'),(118515,42416,'action complete via WP Cron','2021-02-23 21:39:08','2021-02-23 13:39:08'),(118516,42417,'action created','2021-02-23 21:39:08','2021-02-23 13:39:08'),(118517,42417,'action started via WP Cron','2021-02-23 21:40:29','2021-02-23 13:40:29'),(118518,42417,'action complete via WP Cron','2021-02-23 21:40:29','2021-02-23 13:40:29'),(118519,42418,'action created','2021-02-23 21:40:30','2021-02-23 13:40:30'),(118520,42418,'action started via WP Cron','2021-02-23 21:40:50','2021-02-23 13:40:50'),(118521,42418,'action complete via WP Cron','2021-02-23 21:40:50','2021-02-23 13:40:50'),(118522,42419,'action created','2021-02-23 21:40:50','2021-02-23 13:40:50'),(118523,42419,'action started via WP Cron','2021-02-23 21:41:54','2021-02-23 13:41:54'),(118524,42419,'action complete via WP Cron','2021-02-23 21:41:54','2021-02-23 13:41:54'),(118525,42420,'action created','2021-02-23 21:41:55','2021-02-23 13:41:55'),(118526,42420,'action started via WP Cron','2021-02-23 21:44:40','2021-02-23 13:44:40'),(118527,42420,'action complete via WP Cron','2021-02-23 21:44:40','2021-02-23 13:44:40'),(118528,42421,'action created','2021-02-23 21:44:40','2021-02-23 13:44:40'),(118529,42421,'action started via WP Cron','2021-02-23 21:50:33','2021-02-23 13:50:33'),(118530,42421,'action complete via WP Cron','2021-02-23 21:50:33','2021-02-23 13:50:33'),(118531,42422,'action created','2021-02-23 21:50:33','2021-02-23 13:50:33'),(118532,42422,'action started via WP Cron','2021-02-23 21:51:51','2021-02-23 13:51:51'),(118533,42422,'action complete via WP Cron','2021-02-23 21:51:51','2021-02-23 13:51:51'),(118534,42423,'action created','2021-02-23 21:51:51','2021-02-23 13:51:51'),(118535,42423,'action started via WP Cron','2021-02-23 21:53:07','2021-02-23 13:53:07'),(118536,42423,'action complete via WP Cron','2021-02-23 21:53:07','2021-02-23 13:53:07'),(118537,42424,'action created','2021-02-23 21:53:07','2021-02-23 13:53:07'),(118538,42424,'action started via WP Cron','2021-02-23 21:54:16','2021-02-23 13:54:16'),(118539,42424,'action complete via WP Cron','2021-02-23 21:54:16','2021-02-23 13:54:16'),(118540,42425,'action created','2021-02-23 21:54:16','2021-02-23 13:54:16'),(118541,42425,'action started via WP Cron','2021-02-23 21:56:17','2021-02-23 13:56:17'),(118542,42425,'action complete via WP Cron','2021-02-23 21:56:17','2021-02-23 13:56:17'),(118543,42426,'action created','2021-02-23 21:56:17','2021-02-23 13:56:17'),(118544,42426,'action started via WP Cron','2021-02-23 21:57:18','2021-02-23 13:57:18'),(118545,42426,'action complete via WP Cron','2021-02-23 21:57:18','2021-02-23 13:57:18'),(118546,42427,'action created','2021-02-23 21:57:18','2021-02-23 13:57:18'),(118547,42427,'action started via WP Cron','2021-02-23 21:58:06','2021-02-23 13:58:06'),(118548,42427,'action complete via WP Cron','2021-02-23 21:58:06','2021-02-23 13:58:06'),(118549,42428,'action created','2021-02-23 21:58:06','2021-02-23 13:58:06'),(118550,42428,'action started via WP Cron','2021-02-23 21:58:52','2021-02-23 13:58:52'),(118551,42428,'action complete via WP Cron','2021-02-23 21:58:52','2021-02-23 13:58:52'),(118552,42429,'action created','2021-02-23 21:58:52','2021-02-23 13:58:52'),(118553,42429,'action started via WP Cron','2021-02-23 22:00:04','2021-02-23 14:00:04'),(118554,42429,'action complete via WP Cron','2021-02-23 22:00:04','2021-02-23 14:00:04'),(118555,42430,'action created','2021-02-23 22:00:06','2021-02-23 14:00:06'),(118556,42430,'action started via WP Cron','2021-02-23 22:01:17','2021-02-23 14:01:17'),(118557,42430,'action complete via WP Cron','2021-02-23 22:01:17','2021-02-23 14:01:17'),(118558,42431,'action created','2021-02-23 22:01:18','2021-02-23 14:01:18'),(118559,42431,'action started via WP Cron','2021-02-23 22:02:18','2021-02-23 14:02:18'),(118560,42431,'action complete via WP Cron','2021-02-23 22:02:18','2021-02-23 14:02:18'),(118561,42432,'action created','2021-02-23 22:02:18','2021-02-23 14:02:18'),(118562,42432,'action started via WP Cron','2021-02-23 22:03:27','2021-02-23 14:03:27'),(118563,42432,'action complete via WP Cron','2021-02-23 22:03:27','2021-02-23 14:03:27'),(118564,42433,'action created','2021-02-23 22:03:27','2021-02-23 14:03:27'),(118565,42433,'action started via WP Cron','2021-02-23 22:03:58','2021-02-23 14:03:58'),(118566,42433,'action complete via WP Cron','2021-02-23 22:03:58','2021-02-23 14:03:58'),(118567,42434,'action created','2021-02-23 22:03:58','2021-02-23 14:03:58'),(118568,42434,'action started via WP Cron','2021-02-23 22:07:06','2021-02-23 14:07:06'),(118569,42434,'action complete via WP Cron','2021-02-23 22:07:06','2021-02-23 14:07:06'),(118570,42435,'action created','2021-02-23 22:07:06','2021-02-23 14:07:06'),(118571,42435,'action started via WP Cron','2021-02-23 22:07:42','2021-02-23 14:07:42'),(118572,42435,'action complete via WP Cron','2021-02-23 22:07:42','2021-02-23 14:07:42'),(118573,42436,'action created','2021-02-23 22:07:42','2021-02-23 14:07:42'),(118574,42436,'action started via WP Cron','2021-02-23 22:09:46','2021-02-23 14:09:46'),(118575,42436,'action complete via WP Cron','2021-02-23 22:09:46','2021-02-23 14:09:46'),(118576,42437,'action created','2021-02-23 22:09:46','2021-02-23 14:09:46'),(118577,42437,'action started via WP Cron','2021-02-23 22:12:32','2021-02-23 14:12:32'),(118578,42437,'action complete via WP Cron','2021-02-23 22:12:32','2021-02-23 14:12:32'),(118579,42438,'action created','2021-02-23 22:12:32','2021-02-23 14:12:32'),(118580,42438,'action started via WP Cron','2021-02-23 22:15:52','2021-02-23 14:15:52'),(118581,42438,'action complete via WP Cron','2021-02-23 22:15:52','2021-02-23 14:15:52'),(118582,42439,'action created','2021-02-23 22:15:52','2021-02-23 14:15:52'),(118583,42439,'action started via WP Cron','2021-02-23 22:17:33','2021-02-23 14:17:33'),(118584,42439,'action complete via WP Cron','2021-02-23 22:17:33','2021-02-23 14:17:33'),(118585,42440,'action created','2021-02-23 22:17:33','2021-02-23 14:17:33'),(118586,42440,'action started via WP Cron','2021-02-23 22:21:35','2021-02-23 14:21:35'),(118587,42440,'action complete via WP Cron','2021-02-23 22:21:35','2021-02-23 14:21:35'),(118588,42441,'action created','2021-02-23 22:21:35','2021-02-23 14:21:35'),(118589,42441,'action started via WP Cron','2021-02-23 22:32:17','2021-02-23 14:32:17'),(118590,42441,'action complete via WP Cron','2021-02-23 22:32:17','2021-02-23 14:32:17'),(118591,42442,'action created','2021-02-23 22:32:18','2021-02-23 14:32:18'),(118592,42442,'action started via WP Cron','2021-02-23 22:33:30','2021-02-23 14:33:30'),(118593,42442,'action complete via WP Cron','2021-02-23 22:33:30','2021-02-23 14:33:30'),(118594,42443,'action created','2021-02-23 22:33:30','2021-02-23 14:33:30'),(118595,42443,'action started via WP Cron','2021-02-23 22:34:05','2021-02-23 14:34:05'),(118596,42443,'action complete via WP Cron','2021-02-23 22:34:05','2021-02-23 14:34:05'),(118597,42444,'action created','2021-02-23 22:34:05','2021-02-23 14:34:05'),(118598,42444,'action started via WP Cron','2021-02-23 22:38:29','2021-02-23 14:38:29'),(118599,42444,'action complete via WP Cron','2021-02-23 22:38:29','2021-02-23 14:38:29'),(118600,42445,'action created','2021-02-23 22:38:29','2021-02-23 14:38:29'),(118601,42445,'action started via WP Cron','2021-02-23 22:39:35','2021-02-23 14:39:35'),(118602,42445,'action complete via WP Cron','2021-02-23 22:39:35','2021-02-23 14:39:35'),(118603,42446,'action created','2021-02-23 22:39:35','2021-02-23 14:39:35'),(118604,42446,'action started via WP Cron','2021-02-23 22:40:38','2021-02-23 14:40:38'),(118605,42446,'action complete via WP Cron','2021-02-23 22:40:38','2021-02-23 14:40:38'),(118606,42447,'action created','2021-02-23 22:40:38','2021-02-23 14:40:38'),(118607,42447,'action started via WP Cron','2021-02-23 22:41:16','2021-02-23 14:41:16'),(118608,42447,'action complete via WP Cron','2021-02-23 22:41:16','2021-02-23 14:41:16'),(118609,42448,'action created','2021-02-23 22:41:16','2021-02-23 14:41:16'),(118610,42448,'action started via WP Cron','2021-02-23 22:41:46','2021-02-23 14:41:46'),(118611,42448,'action complete via WP Cron','2021-02-23 22:41:46','2021-02-23 14:41:46'),(118612,42449,'action created','2021-02-23 22:41:46','2021-02-23 14:41:46'),(118613,42449,'action started via WP Cron','2021-02-23 22:42:41','2021-02-23 14:42:41'),(118614,42449,'action complete via WP Cron','2021-02-23 22:42:41','2021-02-23 14:42:41'),(118615,42450,'action created','2021-02-23 22:42:41','2021-02-23 14:42:41'),(118616,42450,'action started via WP Cron','2021-02-23 22:43:46','2021-02-23 14:43:46'),(118617,42450,'action complete via WP Cron','2021-02-23 22:43:46','2021-02-23 14:43:46'),(118618,42451,'action created','2021-02-23 22:43:46','2021-02-23 14:43:46'),(118619,42451,'action started via WP Cron','2021-02-23 22:44:45','2021-02-23 14:44:45'),(118620,42451,'action complete via WP Cron','2021-02-23 22:44:45','2021-02-23 14:44:45'),(118621,42452,'action created','2021-02-23 22:44:45','2021-02-23 14:44:45'),(118622,42452,'action started via WP Cron','2021-02-23 22:45:41','2021-02-23 14:45:41'),(118623,42452,'action complete via WP Cron','2021-02-23 22:45:41','2021-02-23 14:45:41'),(118624,42453,'action created','2021-02-23 22:45:41','2021-02-23 14:45:41'),(118625,42453,'action started via WP Cron','2021-02-23 22:46:42','2021-02-23 14:46:42'),(118626,42453,'action complete via WP Cron','2021-02-23 22:46:42','2021-02-23 14:46:42'),(118627,42454,'action created','2021-02-23 22:46:42','2021-02-23 14:46:42'),(118628,42454,'action started via WP Cron','2021-02-23 23:03:39','2021-02-23 15:03:39'),(118629,42454,'action complete via WP Cron','2021-02-23 23:03:39','2021-02-23 15:03:39'),(118630,42455,'action created','2021-02-23 23:03:39','2021-02-23 15:03:39'),(118631,42455,'action started via WP Cron','2021-02-23 23:04:40','2021-02-23 15:04:40'),(118632,42455,'action complete via WP Cron','2021-02-23 23:04:40','2021-02-23 15:04:40'),(118633,42456,'action created','2021-02-23 23:04:40','2021-02-23 15:04:40'),(118634,42456,'action started via WP Cron','2021-02-23 23:05:42','2021-02-23 15:05:42'),(118635,42456,'action complete via WP Cron','2021-02-23 23:05:42','2021-02-23 15:05:42'),(118636,42457,'action created','2021-02-23 23:05:42','2021-02-23 15:05:42'),(118637,42457,'action started via WP Cron','2021-02-23 23:07:29','2021-02-23 15:07:29'),(118638,42457,'action complete via WP Cron','2021-02-23 23:07:29','2021-02-23 15:07:29'),(118639,42458,'action created','2021-02-23 23:07:29','2021-02-23 15:07:29'),(118640,42458,'action started via WP Cron','2021-02-23 23:07:44','2021-02-23 15:07:44'),(118641,42458,'action complete via WP Cron','2021-02-23 23:07:44','2021-02-23 15:07:44'),(118642,42459,'action created','2021-02-23 23:07:44','2021-02-23 15:07:44'),(118643,42459,'action started via WP Cron','2021-02-23 23:08:44','2021-02-23 15:08:44'),(118644,42459,'action complete via WP Cron','2021-02-23 23:08:44','2021-02-23 15:08:44'),(118645,42460,'action created','2021-02-23 23:08:44','2021-02-23 15:08:44'),(118646,42460,'action started via WP Cron','2021-02-23 23:09:45','2021-02-23 15:09:45'),(118647,42460,'action complete via WP Cron','2021-02-23 23:09:45','2021-02-23 15:09:45'),(118648,42461,'action created','2021-02-23 23:09:45','2021-02-23 15:09:45'),(118649,42461,'action started via WP Cron','2021-02-23 23:14:55','2021-02-23 15:14:55'),(118650,42461,'action complete via WP Cron','2021-02-23 23:14:55','2021-02-23 15:14:55'),(118651,42462,'action created','2021-02-23 23:14:55','2021-02-23 15:14:55'),(118652,42462,'action started via WP Cron','2021-02-23 23:24:14','2021-02-23 15:24:14'),(118653,42462,'action complete via WP Cron','2021-02-23 23:24:14','2021-02-23 15:24:14'),(118654,42463,'action created','2021-02-23 23:24:15','2021-02-23 15:24:15'),(118655,42464,'action created','2021-02-23 23:24:15','2021-02-23 15:24:15'),(118656,42463,'action started via WP Cron','2021-02-23 23:27:12','2021-02-23 15:27:12'),(118657,42463,'action complete via WP Cron','2021-02-23 23:27:12','2021-02-23 15:27:12'),(118658,42464,'action started via WP Cron','2021-02-23 23:27:13','2021-02-23 15:27:13'),(118659,42464,'action complete via WP Cron','2021-02-23 23:27:13','2021-02-23 15:27:13'),(118660,42465,'action created','2021-02-23 23:27:13','2021-02-23 15:27:13'),(118661,42465,'action started via WP Cron','2021-02-23 23:31:25','2021-02-23 15:31:25'),(118662,42465,'action complete via WP Cron','2021-02-23 23:31:25','2021-02-23 15:31:25'),(118663,42466,'action created','2021-02-23 23:31:25','2021-02-23 15:31:25'),(118664,42466,'action started via WP Cron','2021-02-23 23:36:36','2021-02-23 15:36:36'),(118665,42466,'action complete via WP Cron','2021-02-23 23:36:36','2021-02-23 15:36:36'),(118666,42467,'action created','2021-02-23 23:36:36','2021-02-23 15:36:36'),(118667,42467,'action started via WP Cron','2021-02-23 23:45:47','2021-02-23 15:45:47'),(118668,42467,'action complete via WP Cron','2021-02-23 23:45:47','2021-02-23 15:45:47'),(118669,42468,'action created','2021-02-23 23:45:47','2021-02-23 15:45:47'),(118670,42468,'action started via WP Cron','2021-02-23 23:47:22','2021-02-23 15:47:22'),(118671,42468,'action complete via WP Cron','2021-02-23 23:47:22','2021-02-23 15:47:22'),(118672,42469,'action created','2021-02-23 23:47:23','2021-02-23 15:47:23'),(118673,42469,'action started via WP Cron','2021-02-23 23:47:42','2021-02-23 15:47:42'),(118674,42469,'action complete via WP Cron','2021-02-23 23:47:42','2021-02-23 15:47:42'),(118675,42470,'action created','2021-02-23 23:47:42','2021-02-23 15:47:42'),(118676,42470,'action started via WP Cron','2021-02-23 23:48:43','2021-02-23 15:48:43'),(118677,42470,'action complete via WP Cron','2021-02-23 23:48:43','2021-02-23 15:48:43'),(118678,42471,'action created','2021-02-23 23:48:43','2021-02-23 15:48:43'),(118679,42471,'action started via WP Cron','2021-02-23 23:49:44','2021-02-23 15:49:44'),(118680,42471,'action complete via WP Cron','2021-02-23 23:49:44','2021-02-23 15:49:44'),(118681,42472,'action created','2021-02-23 23:49:44','2021-02-23 15:49:44'),(118682,42472,'action started via WP Cron','2021-02-23 23:50:45','2021-02-23 15:50:45'),(118683,42472,'action complete via WP Cron','2021-02-23 23:50:45','2021-02-23 15:50:45'),(118684,42473,'action created','2021-02-23 23:50:45','2021-02-23 15:50:45'),(118685,42473,'action started via WP Cron','2021-02-23 23:55:19','2021-02-23 15:55:19'),(118686,42473,'action complete via WP Cron','2021-02-23 23:55:19','2021-02-23 15:55:19'),(118687,42474,'action created','2021-02-23 23:55:19','2021-02-23 15:55:19'),(118688,42474,'action started via WP Cron','2021-02-23 23:58:48','2021-02-23 15:58:48'),(118689,42474,'action complete via WP Cron','2021-02-23 23:58:48','2021-02-23 15:58:48'),(118690,42475,'action created','2021-02-23 23:58:48','2021-02-23 15:58:48'),(118691,42475,'action started via WP Cron','2021-02-24 00:03:18','2021-02-23 16:03:18'),(118692,42475,'action complete via WP Cron','2021-02-24 00:03:18','2021-02-23 16:03:18'),(118693,42476,'action created','2021-02-24 00:03:18','2021-02-23 16:03:18'),(118694,42476,'action started via WP Cron','2021-02-24 00:04:42','2021-02-23 16:04:42'),(118695,42476,'action complete via WP Cron','2021-02-24 00:04:42','2021-02-23 16:04:42'),(118696,42477,'action created','2021-02-24 00:04:43','2021-02-23 16:04:43'),(118697,42477,'action started via WP Cron','2021-02-24 00:05:45','2021-02-23 16:05:45'),(118698,42477,'action complete via WP Cron','2021-02-24 00:05:45','2021-02-23 16:05:45'),(118699,42478,'action created','2021-02-24 00:05:45','2021-02-23 16:05:45'),(118700,42478,'action started via WP Cron','2021-02-24 00:08:07','2021-02-23 16:08:07'),(118701,42478,'action complete via WP Cron','2021-02-24 00:08:07','2021-02-23 16:08:07'),(118702,42479,'action created','2021-02-24 00:08:07','2021-02-23 16:08:07'),(118703,42479,'action started via WP Cron','2021-02-24 00:09:08','2021-02-23 16:09:08'),(118704,42479,'action complete via WP Cron','2021-02-24 00:09:08','2021-02-23 16:09:08'),(118705,42480,'action created','2021-02-24 00:09:08','2021-02-23 16:09:08'),(118706,42480,'action started via WP Cron','2021-02-24 00:09:52','2021-02-23 16:09:52'),(118707,42480,'action complete via WP Cron','2021-02-24 00:09:52','2021-02-23 16:09:52'),(118708,42481,'action created','2021-02-24 00:09:52','2021-02-23 16:09:52'),(118709,42481,'action started via WP Cron','2021-02-24 00:10:53','2021-02-23 16:10:53'),(118710,42481,'action complete via WP Cron','2021-02-24 00:10:53','2021-02-23 16:10:53'),(118711,42482,'action created','2021-02-24 00:10:53','2021-02-23 16:10:53'),(118712,42482,'action started via WP Cron','2021-02-24 00:11:54','2021-02-23 16:11:54'),(118713,42482,'action complete via WP Cron','2021-02-24 00:11:54','2021-02-23 16:11:54'),(118714,42483,'action created','2021-02-24 00:11:54','2021-02-23 16:11:54'),(118715,42483,'action started via WP Cron','2021-02-24 00:19:54','2021-02-23 16:19:54'),(118716,42483,'action complete via WP Cron','2021-02-24 00:19:54','2021-02-23 16:19:54'),(118717,42484,'action created','2021-02-24 00:19:54','2021-02-23 16:19:54'),(118718,42484,'action started via WP Cron','2021-02-24 00:25:48','2021-02-23 16:25:48'),(118719,42484,'action complete via WP Cron','2021-02-24 00:25:48','2021-02-23 16:25:48'),(118720,42485,'action created','2021-02-24 00:25:48','2021-02-23 16:25:48'),(118721,42485,'action started via WP Cron','2021-02-24 00:34:26','2021-02-23 16:34:26'),(118722,42485,'action complete via WP Cron','2021-02-24 00:34:26','2021-02-23 16:34:26'),(118723,42486,'action created','2021-02-24 00:34:26','2021-02-23 16:34:26'),(118724,42486,'action started via WP Cron','2021-02-24 00:35:35','2021-02-23 16:35:35'),(118725,42486,'action complete via WP Cron','2021-02-24 00:35:35','2021-02-23 16:35:35'),(118726,42487,'action created','2021-02-24 00:35:36','2021-02-23 16:35:36'),(118727,42487,'action started via WP Cron','2021-02-24 00:35:46','2021-02-23 16:35:46'),(118728,42487,'action complete via WP Cron','2021-02-24 00:35:46','2021-02-23 16:35:46'),(118729,42488,'action created','2021-02-24 00:35:47','2021-02-23 16:35:47'),(118730,42488,'action started via WP Cron','2021-02-24 00:36:47','2021-02-23 16:36:47'),(118731,42488,'action complete via WP Cron','2021-02-24 00:36:47','2021-02-23 16:36:47'),(118732,42489,'action created','2021-02-24 00:36:48','2021-02-23 16:36:48'),(118733,42489,'action started via WP Cron','2021-02-24 00:37:59','2021-02-23 16:37:59'),(118734,42489,'action complete via WP Cron','2021-02-24 00:37:59','2021-02-23 16:37:59'),(118735,42490,'action created','2021-02-24 00:37:59','2021-02-23 16:37:59'),(118736,42490,'action started via WP Cron','2021-02-24 00:41:24','2021-02-23 16:41:24'),(118737,42490,'action complete via WP Cron','2021-02-24 00:41:24','2021-02-23 16:41:24'),(118738,42491,'action created','2021-02-24 00:44:19','2021-02-23 16:44:19'),(118739,42491,'action started via WP Cron','2021-02-24 00:53:06','2021-02-23 16:53:06'),(118740,42491,'action complete via WP Cron','2021-02-24 00:53:06','2021-02-23 16:53:06'),(118741,42492,'action created','2021-02-24 00:53:06','2021-02-23 16:53:06'),(118742,42492,'action started via WP Cron','2021-02-24 00:53:49','2021-02-23 16:53:49'),(118743,42492,'action complete via WP Cron','2021-02-24 00:53:49','2021-02-23 16:53:49'),(118744,42493,'action created','2021-02-24 00:53:49','2021-02-23 16:53:49'),(118745,42493,'action started via WP Cron','2021-02-24 00:58:57','2021-02-23 16:58:57'),(118746,42493,'action complete via WP Cron','2021-02-24 00:58:57','2021-02-23 16:58:57'),(118747,42494,'action created','2021-02-24 00:58:57','2021-02-23 16:58:57'),(118748,42494,'action started via WP Cron','2021-02-24 00:59:57','2021-02-23 16:59:57'),(118749,42494,'action complete via WP Cron','2021-02-24 00:59:57','2021-02-23 16:59:57'),(118750,42495,'action created','2021-02-24 00:59:58','2021-02-23 16:59:58'),(118751,42495,'action started via WP Cron','2021-02-24 01:00:59','2021-02-23 17:00:59'),(118752,42495,'action complete via WP Cron','2021-02-24 01:00:59','2021-02-23 17:00:59'),(118753,42496,'action created','2021-02-24 01:00:59','2021-02-23 17:00:59'),(118754,42496,'action started via WP Cron','2021-02-24 01:05:48','2021-02-23 17:05:48'),(118755,42496,'action complete via WP Cron','2021-02-24 01:05:48','2021-02-23 17:05:48'),(118756,42497,'action created','2021-02-24 01:05:48','2021-02-23 17:05:48'),(118757,42497,'action started via WP Cron','2021-02-24 01:06:49','2021-02-23 17:06:49'),(118758,42497,'action complete via WP Cron','2021-02-24 01:06:49','2021-02-23 17:06:49'),(118759,42498,'action created','2021-02-24 01:06:49','2021-02-23 17:06:49'),(118760,42498,'action started via WP Cron','2021-02-24 01:08:54','2021-02-23 17:08:54'),(118761,42498,'action complete via WP Cron','2021-02-24 01:08:54','2021-02-23 17:08:54'),(118762,42499,'action created','2021-02-24 01:08:54','2021-02-23 17:08:54'),(118763,42499,'action started via WP Cron','2021-02-24 01:12:30','2021-02-23 17:12:30'),(118764,42499,'action complete via WP Cron','2021-02-24 01:12:30','2021-02-23 17:12:30'),(118765,42500,'action created','2021-02-24 01:12:30','2021-02-23 17:12:30'),(118766,42500,'action started via WP Cron','2021-02-24 01:13:34','2021-02-23 17:13:34'),(118767,42500,'action complete via WP Cron','2021-02-24 01:13:34','2021-02-23 17:13:34'),(118768,42501,'action created','2021-02-24 01:13:34','2021-02-23 17:13:34'),(118769,42501,'action started via WP Cron','2021-02-24 01:14:28','2021-02-23 17:14:28'),(118770,42501,'action complete via WP Cron','2021-02-24 01:14:28','2021-02-23 17:14:28'),(118771,42502,'action created','2021-02-24 01:14:28','2021-02-23 17:14:28'),(118772,42502,'action started via WP Cron','2021-02-24 01:15:34','2021-02-23 17:15:34'),(118773,42502,'action complete via WP Cron','2021-02-24 01:15:34','2021-02-23 17:15:34'),(118774,42503,'action created','2021-02-24 01:15:34','2021-02-23 17:15:34'),(118775,42503,'action started via WP Cron','2021-02-24 01:16:34','2021-02-23 17:16:34'),(118776,42503,'action complete via WP Cron','2021-02-24 01:16:34','2021-02-23 17:16:34'),(118777,42504,'action created','2021-02-24 01:16:34','2021-02-23 17:16:34'),(118778,42504,'action started via WP Cron','2021-02-24 01:17:36','2021-02-23 17:17:36'),(118779,42504,'action complete via WP Cron','2021-02-24 01:17:36','2021-02-23 17:17:36'),(118780,42505,'action created','2021-02-24 01:17:36','2021-02-23 17:17:36'),(118781,42505,'action started via WP Cron','2021-02-24 01:17:48','2021-02-23 17:17:48'),(118782,42505,'action complete via WP Cron','2021-02-24 01:17:48','2021-02-23 17:17:48'),(118783,42506,'action created','2021-02-24 01:17:48','2021-02-23 17:17:48'),(118784,42506,'action started via WP Cron','2021-02-24 01:34:26','2021-02-23 17:34:26'),(118785,42506,'action complete via WP Cron','2021-02-24 01:34:26','2021-02-23 17:34:26'),(118786,42507,'action created','2021-02-24 01:34:26','2021-02-23 17:34:26'),(118787,42507,'action started via WP Cron','2021-02-24 01:38:05','2021-02-23 17:38:05'),(118788,42507,'action complete via WP Cron','2021-02-24 01:38:05','2021-02-23 17:38:05'),(118789,42508,'action created','2021-02-24 01:38:05','2021-02-23 17:38:05'),(118790,42508,'action started via WP Cron','2021-02-24 01:39:08','2021-02-23 17:39:08'),(118791,42508,'action complete via WP Cron','2021-02-24 01:39:08','2021-02-23 17:39:08'),(118792,42509,'action created','2021-02-24 01:39:08','2021-02-23 17:39:08'),(118793,42509,'action started via WP Cron','2021-02-24 01:40:33','2021-02-23 17:40:33'),(118794,42509,'action complete via WP Cron','2021-02-24 01:40:33','2021-02-23 17:40:33'),(118795,42510,'action created','2021-02-24 01:40:33','2021-02-23 17:40:33'),(118796,42510,'action started via WP Cron','2021-02-24 01:43:14','2021-02-23 17:43:14'),(118797,42510,'action complete via WP Cron','2021-02-24 01:43:14','2021-02-23 17:43:14'),(118798,42511,'action created','2021-02-24 01:43:14','2021-02-23 17:43:14'),(118799,42511,'action started via WP Cron','2021-02-24 01:44:18','2021-02-23 17:44:18'),(118800,42511,'action complete via WP Cron','2021-02-24 01:44:18','2021-02-23 17:44:18'),(118801,42512,'action created','2021-02-24 01:44:18','2021-02-23 17:44:18'),(118802,42512,'action started via WP Cron','2021-02-24 01:45:37','2021-02-23 17:45:37'),(118803,42512,'action complete via WP Cron','2021-02-24 01:45:37','2021-02-23 17:45:37'),(118804,42513,'action created','2021-02-24 01:45:37','2021-02-23 17:45:37'),(118805,42513,'action started via WP Cron','2021-02-24 01:49:00','2021-02-23 17:49:00'),(118806,42513,'action complete via WP Cron','2021-02-24 01:49:00','2021-02-23 17:49:00'),(118807,42514,'action created','2021-02-24 01:49:00','2021-02-23 17:49:00'),(118808,42514,'action started via WP Cron','2021-02-24 01:59:54','2021-02-23 17:59:54'),(118809,42514,'action complete via WP Cron','2021-02-24 01:59:54','2021-02-23 17:59:54'),(118810,42515,'action created','2021-02-24 01:59:54','2021-02-23 17:59:54'),(118811,42515,'action started via WP Cron','2021-02-24 02:08:21','2021-02-23 18:08:21'),(118812,42515,'action complete via WP Cron','2021-02-24 02:08:21','2021-02-23 18:08:21'),(118813,42516,'action created','2021-02-24 02:08:21','2021-02-23 18:08:21'),(118814,42516,'action started via WP Cron','2021-02-24 02:25:37','2021-02-23 18:25:37'),(118815,42516,'action complete via WP Cron','2021-02-24 02:25:37','2021-02-23 18:25:37'),(118816,42517,'action created','2021-02-24 02:25:38','2021-02-23 18:25:38'),(118817,42517,'action started via WP Cron','2021-02-24 02:26:48','2021-02-23 18:26:48'),(118818,42517,'action complete via WP Cron','2021-02-24 02:26:48','2021-02-23 18:26:48'),(118819,42518,'action created','2021-02-24 02:26:48','2021-02-23 18:26:48'),(118820,42518,'action started via WP Cron','2021-02-24 02:36:17','2021-02-23 18:36:17'),(118821,42518,'action complete via WP Cron','2021-02-24 02:36:17','2021-02-23 18:36:17'),(118822,42519,'action created','2021-02-24 02:36:17','2021-02-23 18:36:17'),(118823,42519,'action started via WP Cron','2021-02-24 02:44:33','2021-02-23 18:44:33'),(118824,42519,'action complete via WP Cron','2021-02-24 02:44:33','2021-02-23 18:44:33'),(118825,42520,'action created','2021-02-24 02:44:33','2021-02-23 18:44:33'),(118826,42520,'action started via WP Cron','2021-02-24 02:46:08','2021-02-23 18:46:08'),(118827,42520,'action complete via WP Cron','2021-02-24 02:46:08','2021-02-23 18:46:08'),(118828,42521,'action created','2021-02-24 02:46:08','2021-02-23 18:46:08'),(118829,42521,'action started via WP Cron','2021-02-24 02:47:11','2021-02-23 18:47:11'),(118830,42521,'action complete via WP Cron','2021-02-24 02:47:11','2021-02-23 18:47:11'),(118831,42522,'action created','2021-02-24 02:47:11','2021-02-23 18:47:11'),(118832,42522,'action started via WP Cron','2021-02-24 02:48:13','2021-02-23 18:48:13'),(118833,42522,'action complete via WP Cron','2021-02-24 02:48:13','2021-02-23 18:48:13'),(118834,42523,'action created','2021-02-24 02:48:13','2021-02-23 18:48:13'),(118835,42523,'action started via WP Cron','2021-02-24 02:50:49','2021-02-23 18:50:49'),(118836,42523,'action complete via WP Cron','2021-02-24 02:50:49','2021-02-23 18:50:49'),(118837,42524,'action created','2021-02-24 02:50:49','2021-02-23 18:50:49'),(118838,42524,'action started via WP Cron','2021-02-24 02:51:48','2021-02-23 18:51:48'),(118839,42524,'action complete via WP Cron','2021-02-24 02:51:48','2021-02-23 18:51:48'),(118840,42525,'action created','2021-02-24 02:51:48','2021-02-23 18:51:48'),(118841,42525,'action started via WP Cron','2021-02-24 02:52:50','2021-02-23 18:52:50'),(118842,42525,'action complete via WP Cron','2021-02-24 02:52:50','2021-02-23 18:52:50'),(118843,42526,'action created','2021-02-24 02:52:50','2021-02-23 18:52:50'),(118844,42526,'action started via WP Cron','2021-02-24 02:53:53','2021-02-23 18:53:53'),(118845,42526,'action complete via WP Cron','2021-02-24 02:53:53','2021-02-23 18:53:53'),(118846,42527,'action created','2021-02-24 02:53:53','2021-02-23 18:53:53'),(118847,42527,'action started via WP Cron','2021-02-24 03:09:16','2021-02-23 19:09:16'),(118848,42527,'action complete via WP Cron','2021-02-24 03:09:16','2021-02-23 19:09:16'),(118849,42528,'action created','2021-02-24 03:09:16','2021-02-23 19:09:16'),(118850,42528,'action started via WP Cron','2021-02-24 03:13:56','2021-02-23 19:13:56'),(118851,42528,'action complete via WP Cron','2021-02-24 03:13:56','2021-02-23 19:13:56'),(118852,42529,'action created','2021-02-24 03:13:56','2021-02-23 19:13:56'),(118853,42529,'action started via WP Cron','2021-02-24 03:14:54','2021-02-23 19:14:54'),(118854,42529,'action complete via WP Cron','2021-02-24 03:14:54','2021-02-23 19:14:54'),(118855,42530,'action created','2021-02-24 03:14:54','2021-02-23 19:14:54'),(118856,42530,'action started via WP Cron','2021-02-24 03:15:56','2021-02-23 19:15:56'),(118857,42530,'action complete via WP Cron','2021-02-24 03:15:56','2021-02-23 19:15:56'),(118858,42531,'action created','2021-02-24 03:15:56','2021-02-23 19:15:56'),(118859,42531,'action started via WP Cron','2021-02-24 03:17:58','2021-02-23 19:17:58'),(118860,42531,'action complete via WP Cron','2021-02-24 03:17:58','2021-02-23 19:17:58'),(118861,42532,'action created','2021-02-24 03:17:58','2021-02-23 19:17:58'),(118862,42532,'action started via WP Cron','2021-02-24 03:18:59','2021-02-23 19:18:59'),(118863,42532,'action complete via WP Cron','2021-02-24 03:18:59','2021-02-23 19:18:59'),(118864,42533,'action created','2021-02-24 03:18:59','2021-02-23 19:18:59'),(118865,42533,'action started via WP Cron','2021-02-24 03:20:00','2021-02-23 19:20:00'),(118866,42533,'action complete via WP Cron','2021-02-24 03:20:00','2021-02-23 19:20:00'),(118867,42534,'action created','2021-02-24 03:20:00','2021-02-23 19:20:00'),(118868,42534,'action started via WP Cron','2021-02-24 03:26:14','2021-02-23 19:26:14'),(118869,42534,'action complete via WP Cron','2021-02-24 03:26:14','2021-02-23 19:26:14'),(118870,42535,'action created','2021-02-24 03:26:14','2021-02-23 19:26:14'),(118871,42535,'action started via WP Cron','2021-02-24 03:26:49','2021-02-23 19:26:49'),(118872,42535,'action complete via WP Cron','2021-02-24 03:26:49','2021-02-23 19:26:49'),(118873,42536,'action created','2021-02-24 03:26:49','2021-02-23 19:26:49'),(118874,42536,'action started via WP Cron','2021-02-24 03:31:59','2021-02-23 19:31:59'),(118875,42536,'action complete via WP Cron','2021-02-24 03:31:59','2021-02-23 19:31:59'),(118876,42537,'action created','2021-02-24 03:31:59','2021-02-23 19:31:59'),(118877,42537,'action started via WP Cron','2021-02-24 03:44:38','2021-02-23 19:44:38'),(118878,42537,'action complete via WP Cron','2021-02-24 03:44:38','2021-02-23 19:44:38'),(118879,42538,'action created','2021-02-24 03:44:38','2021-02-23 19:44:38'),(118880,42538,'action started via WP Cron','2021-02-24 03:48:09','2021-02-23 19:48:09'),(118881,42538,'action complete via WP Cron','2021-02-24 03:48:09','2021-02-23 19:48:09'),(118882,42539,'action created','2021-02-24 03:48:09','2021-02-23 19:48:09'),(118883,42539,'action started via WP Cron','2021-02-24 03:51:30','2021-02-23 19:51:30'),(118884,42539,'action complete via WP Cron','2021-02-24 03:51:30','2021-02-23 19:51:30'),(118885,42540,'action created','2021-02-24 03:51:30','2021-02-23 19:51:30'),(118886,42540,'action started via WP Cron','2021-02-24 03:53:35','2021-02-23 19:53:35'),(118887,42540,'action complete via WP Cron','2021-02-24 03:53:35','2021-02-23 19:53:35'),(118888,42541,'action created','2021-02-24 03:53:35','2021-02-23 19:53:35'),(118889,42541,'action started via WP Cron','2021-02-24 03:54:36','2021-02-23 19:54:36'),(118890,42541,'action complete via WP Cron','2021-02-24 03:54:36','2021-02-23 19:54:36'),(118891,42542,'action created','2021-02-24 03:55:14','2021-02-23 19:55:14'),(118892,42542,'action started via WP Cron','2021-02-24 03:55:50','2021-02-23 19:55:50'),(118893,42542,'action complete via WP Cron','2021-02-24 03:55:50','2021-02-23 19:55:50'),(118894,42543,'action created','2021-02-24 03:55:50','2021-02-23 19:55:50'),(118895,42543,'action started via WP Cron','2021-02-24 03:56:51','2021-02-23 19:56:51'),(118896,42543,'action complete via WP Cron','2021-02-24 03:56:51','2021-02-23 19:56:51'),(118897,42544,'action created','2021-02-24 03:56:51','2021-02-23 19:56:51'),(118898,42544,'action started via WP Cron','2021-02-24 03:58:01','2021-02-23 19:58:01'),(118899,42544,'action complete via WP Cron','2021-02-24 03:58:01','2021-02-23 19:58:01'),(118900,42545,'action created','2021-02-24 03:58:01','2021-02-23 19:58:01'),(118901,42545,'action started via WP Cron','2021-02-24 03:59:05','2021-02-23 19:59:05'),(118902,42545,'action complete via WP Cron','2021-02-24 03:59:05','2021-02-23 19:59:05'),(118903,42546,'action created','2021-02-24 03:59:05','2021-02-23 19:59:05'),(118904,42546,'action started via WP Cron','2021-02-24 04:01:49','2021-02-23 20:01:49'),(118905,42546,'action complete via WP Cron','2021-02-24 04:01:49','2021-02-23 20:01:49'),(118906,42547,'action created','2021-02-24 04:01:49','2021-02-23 20:01:49'),(118907,42547,'action started via WP Cron','2021-02-24 04:11:25','2021-02-23 20:11:25'),(118908,42547,'action complete via WP Cron','2021-02-24 04:11:25','2021-02-23 20:11:25'),(118909,42548,'action created','2021-02-24 04:11:25','2021-02-23 20:11:25'),(118910,42548,'action started via WP Cron','2021-02-24 04:12:34','2021-02-23 20:12:34'),(118911,42548,'action complete via WP Cron','2021-02-24 04:12:34','2021-02-23 20:12:34'),(118912,42549,'action created','2021-02-24 04:12:34','2021-02-23 20:12:34'),(118913,42549,'action started via WP Cron','2021-02-24 04:13:36','2021-02-23 20:13:36'),(118914,42549,'action complete via WP Cron','2021-02-24 04:13:36','2021-02-23 20:13:36'),(118915,42550,'action created','2021-02-24 04:13:36','2021-02-23 20:13:36'),(118916,42550,'action started via WP Cron','2021-02-24 04:15:38','2021-02-23 20:15:38'),(118917,42550,'action complete via WP Cron','2021-02-24 04:15:38','2021-02-23 20:15:38'),(118918,42551,'action created','2021-02-24 04:15:38','2021-02-23 20:15:38'),(118919,42551,'action started via WP Cron','2021-02-24 04:17:39','2021-02-23 20:17:39'),(118920,42551,'action complete via WP Cron','2021-02-24 04:17:39','2021-02-23 20:17:39'),(118921,42552,'action created','2021-02-24 04:17:39','2021-02-23 20:17:39'),(118922,42552,'action started via WP Cron','2021-02-24 04:20:03','2021-02-23 20:20:03'),(118923,42552,'action complete via WP Cron','2021-02-24 04:20:03','2021-02-23 20:20:03'),(118924,42553,'action created','2021-02-24 04:20:03','2021-02-23 20:20:03'),(118925,42553,'action started via WP Cron','2021-02-24 04:21:02','2021-02-23 20:21:02'),(118926,42553,'action complete via WP Cron','2021-02-24 04:21:02','2021-02-23 20:21:02'),(118927,42554,'action created','2021-02-24 04:21:02','2021-02-23 20:21:02'),(118928,42554,'action started via WP Cron','2021-02-24 04:25:47','2021-02-23 20:25:47'),(118929,42554,'action complete via WP Cron','2021-02-24 04:25:47','2021-02-23 20:25:47'),(118930,42555,'action created','2021-02-24 04:28:33','2021-02-23 20:28:33'),(118931,42555,'action started via WP Cron','2021-02-24 04:34:59','2021-02-23 20:34:59'),(118932,42555,'action complete via WP Cron','2021-02-24 04:34:59','2021-02-23 20:34:59'),(118933,42556,'action created','2021-02-24 04:34:59','2021-02-23 20:34:59'),(118934,42556,'action started via WP Cron','2021-02-24 04:40:34','2021-02-23 20:40:34'),(118935,42556,'action complete via WP Cron','2021-02-24 04:40:34','2021-02-23 20:40:34'),(118936,42557,'action created','2021-02-24 04:40:34','2021-02-23 20:40:34'),(118937,42557,'action started via WP Cron','2021-02-24 04:44:54','2021-02-23 20:44:54'),(118938,42557,'action complete via WP Cron','2021-02-24 04:44:54','2021-02-23 20:44:54'),(118939,42558,'action created','2021-02-24 04:44:54','2021-02-23 20:44:54'),(118940,42558,'action started via WP Cron','2021-02-24 04:45:46','2021-02-23 20:45:46'),(118941,42558,'action complete via WP Cron','2021-02-24 04:45:46','2021-02-23 20:45:46'),(118942,42559,'action created','2021-02-24 04:45:46','2021-02-23 20:45:46'),(118943,42559,'action started via WP Cron','2021-02-24 04:47:03','2021-02-23 20:47:03'),(118944,42559,'action complete via WP Cron','2021-02-24 04:47:03','2021-02-23 20:47:03'),(118945,42560,'action created','2021-02-24 04:47:03','2021-02-23 20:47:03'),(118946,42560,'action started via WP Cron','2021-02-24 04:48:00','2021-02-23 20:48:00'),(118947,42560,'action complete via WP Cron','2021-02-24 04:48:00','2021-02-23 20:48:00'),(118948,42561,'action created','2021-02-24 04:48:00','2021-02-23 20:48:00'),(118949,42561,'action started via WP Cron','2021-02-24 04:50:02','2021-02-23 20:50:02'),(118950,42561,'action complete via WP Cron','2021-02-24 04:50:02','2021-02-23 20:50:02'),(118951,42562,'action created','2021-02-24 04:51:03','2021-02-23 20:51:03'),(118952,42562,'action started via WP Cron','2021-02-24 04:52:04','2021-02-23 20:52:04'),(118953,42562,'action complete via WP Cron','2021-02-24 04:52:04','2021-02-23 20:52:04'),(118954,42563,'action created','2021-02-24 04:52:04','2021-02-23 20:52:04'),(118955,42563,'action started via WP Cron','2021-02-24 04:52:41','2021-02-23 20:52:41'),(118956,42563,'action complete via WP Cron','2021-02-24 04:52:41','2021-02-23 20:52:41'),(118957,42564,'action created','2021-02-24 04:52:41','2021-02-23 20:52:41'),(118958,42564,'action started via WP Cron','2021-02-24 04:58:45','2021-02-23 20:58:45'),(118959,42564,'action complete via WP Cron','2021-02-24 04:58:45','2021-02-23 20:58:45'),(118960,42565,'action created','2021-02-24 04:58:45','2021-02-23 20:58:45'),(118961,42565,'action started via WP Cron','2021-02-24 05:00:13','2021-02-23 21:00:13'),(118962,42565,'action complete via WP Cron','2021-02-24 05:00:13','2021-02-23 21:00:13'),(118963,42566,'action created','2021-02-24 05:00:13','2021-02-23 21:00:13'),(118964,42566,'action started via WP Cron','2021-02-24 05:01:53','2021-02-23 21:01:53'),(118965,42566,'action complete via WP Cron','2021-02-24 05:01:53','2021-02-23 21:01:53'),(118966,42567,'action created','2021-02-24 05:01:53','2021-02-23 21:01:53'),(118967,41952,'action started via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118968,41952,'action complete via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118969,42568,'action created','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118970,41953,'action started via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118971,41953,'action complete via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118972,42569,'action created','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118973,42567,'action started via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118974,42567,'action complete via WP Cron','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118975,42570,'action created','2021-02-24 05:03:16','2021-02-23 21:03:16'),(118976,42570,'action started via WP Cron','2021-02-24 05:04:40','2021-02-23 21:04:40'),(118977,42570,'action complete via WP Cron','2021-02-24 05:04:40','2021-02-23 21:04:40'),(118978,42571,'action created','2021-02-24 05:04:40','2021-02-23 21:04:40'),(118979,42571,'action started via WP Cron','2021-02-24 05:13:50','2021-02-23 21:13:50'),(118980,42571,'action complete via WP Cron','2021-02-24 05:13:50','2021-02-23 21:13:50'),(118981,42572,'action created','2021-02-24 05:13:50','2021-02-23 21:13:50'),(118982,42572,'action started via WP Cron','2021-02-24 05:17:47','2021-02-23 21:17:47'),(118983,42572,'action complete via WP Cron','2021-02-24 05:17:47','2021-02-23 21:17:47'),(118984,42573,'action created','2021-02-24 05:17:47','2021-02-23 21:17:47'),(118985,42573,'action started via WP Cron','2021-02-24 05:26:11','2021-02-23 21:26:11'),(118986,42573,'action complete via WP Cron','2021-02-24 05:26:11','2021-02-23 21:26:11'),(118987,42574,'action created','2021-02-24 05:26:11','2021-02-23 21:26:11'),(118988,42574,'action started via WP Cron','2021-02-24 05:27:20','2021-02-23 21:27:20'),(118989,42574,'action complete via WP Cron','2021-02-24 05:27:20','2021-02-23 21:27:20'),(118990,42575,'action created','2021-02-24 05:27:20','2021-02-23 21:27:20'),(118991,42575,'action started via WP Cron','2021-02-24 05:27:57','2021-02-23 21:27:57'),(118992,42575,'action complete via WP Cron','2021-02-24 05:27:57','2021-02-23 21:27:57'),(118993,42576,'action created','2021-02-24 05:27:57','2021-02-23 21:27:57'),(118994,42576,'action started via WP Cron','2021-02-24 05:30:23','2021-02-23 21:30:23'),(118995,42576,'action complete via WP Cron','2021-02-24 05:30:23','2021-02-23 21:30:23'),(118996,42577,'action created','2021-02-24 05:30:23','2021-02-23 21:30:23'),(118997,42577,'action started via WP Cron','2021-02-24 05:31:08','2021-02-23 21:31:08'),(118998,42577,'action complete via WP Cron','2021-02-24 05:31:08','2021-02-23 21:31:08'),(118999,42578,'action created','2021-02-24 05:31:08','2021-02-23 21:31:08'),(119000,42578,'action started via WP Cron','2021-02-24 05:32:25','2021-02-23 21:32:25'),(119001,42578,'action complete via WP Cron','2021-02-24 05:32:25','2021-02-23 21:32:25'),(119002,42579,'action created','2021-02-24 05:32:25','2021-02-23 21:32:25'),(119003,42579,'action started via WP Cron','2021-02-24 05:34:35','2021-02-23 21:34:35'),(119004,42579,'action complete via WP Cron','2021-02-24 05:34:35','2021-02-23 21:34:35'),(119005,42580,'action created','2021-02-24 05:34:35','2021-02-23 21:34:35'),(119006,42580,'action started via WP Cron','2021-02-24 05:34:53','2021-02-23 21:34:53'),(119007,42580,'action complete via WP Cron','2021-02-24 05:34:53','2021-02-23 21:34:53'),(119008,42581,'action created','2021-02-24 05:34:53','2021-02-23 21:34:53'),(119009,42581,'action started via WP Cron','2021-02-24 05:40:52','2021-02-23 21:40:52'),(119010,42581,'action complete via WP Cron','2021-02-24 05:40:52','2021-02-23 21:40:52'),(119011,42582,'action created','2021-02-24 05:40:52','2021-02-23 21:40:52'),(119012,42582,'action started via WP Cron','2021-02-24 05:44:38','2021-02-23 21:44:38'),(119013,42582,'action complete via WP Cron','2021-02-24 05:44:38','2021-02-23 21:44:38'),(119014,42583,'action created','2021-02-24 05:44:38','2021-02-23 21:44:38'),(119015,42583,'action started via WP Cron','2021-02-24 05:48:15','2021-02-23 21:48:15'),(119016,42583,'action complete via WP Cron','2021-02-24 05:48:15','2021-02-23 21:48:15'),(119017,42584,'action created','2021-02-24 05:48:15','2021-02-23 21:48:15'),(119018,42584,'action started via WP Cron','2021-02-24 05:48:41','2021-02-23 21:48:41'),(119019,42584,'action complete via WP Cron','2021-02-24 05:48:41','2021-02-23 21:48:41'),(119020,42585,'action created','2021-02-24 05:48:41','2021-02-23 21:48:41'),(119021,42585,'action started via WP Cron','2021-02-24 05:49:42','2021-02-23 21:49:42'),(119022,42585,'action complete via WP Cron','2021-02-24 05:49:42','2021-02-23 21:49:42'),(119023,42586,'action created','2021-02-24 05:49:42','2021-02-23 21:49:42'),(119024,42586,'action started via WP Cron','2021-02-24 05:50:47','2021-02-23 21:50:47'),(119025,42586,'action complete via WP Cron','2021-02-24 05:50:47','2021-02-23 21:50:47'),(119026,42587,'action created','2021-02-24 05:50:47','2021-02-23 21:50:47'),(119027,42587,'action started via WP Cron','2021-02-24 05:51:46','2021-02-23 21:51:46'),(119028,42587,'action complete via WP Cron','2021-02-24 05:51:46','2021-02-23 21:51:46'),(119029,42588,'action created','2021-02-24 05:51:46','2021-02-23 21:51:46'),(119030,42588,'action started via WP Cron','2021-02-24 05:52:48','2021-02-23 21:52:48'),(119031,42588,'action complete via WP Cron','2021-02-24 05:52:48','2021-02-23 21:52:48'),(119032,42589,'action created','2021-02-24 05:52:48','2021-02-23 21:52:48'),(119033,42589,'action started via WP Cron','2021-02-24 05:53:56','2021-02-23 21:53:56'),(119034,42589,'action complete via WP Cron','2021-02-24 05:53:56','2021-02-23 21:53:56'),(119035,42590,'action created','2021-02-24 05:53:56','2021-02-23 21:53:56'),(119036,42590,'action started via WP Cron','2021-02-24 05:54:44','2021-02-23 21:54:44'),(119037,42590,'action complete via WP Cron','2021-02-24 05:54:44','2021-02-23 21:54:44'),(119038,42591,'action created','2021-02-24 05:54:44','2021-02-23 21:54:44'),(119039,42591,'action started via WP Cron','2021-02-24 05:55:48','2021-02-23 21:55:48'),(119040,42591,'action complete via WP Cron','2021-02-24 05:55:48','2021-02-23 21:55:48'),(119041,42592,'action created','2021-02-24 05:56:00','2021-02-23 21:56:00'),(119042,42592,'action started via WP Cron','2021-02-24 05:56:42','2021-02-23 21:56:42'),(119043,42592,'action complete via WP Cron','2021-02-24 05:56:42','2021-02-23 21:56:42'),(119044,42593,'action created','2021-02-24 05:56:42','2021-02-23 21:56:42'),(119045,42593,'action started via WP Cron','2021-02-24 05:57:49','2021-02-23 21:57:49'),(119046,42593,'action complete via WP Cron','2021-02-24 05:57:49','2021-02-23 21:57:49'),(119047,42594,'action created','2021-02-24 05:57:49','2021-02-23 21:57:49'),(119048,42594,'action started via WP Cron','2021-02-24 05:58:48','2021-02-23 21:58:48'),(119049,42594,'action complete via WP Cron','2021-02-24 05:58:48','2021-02-23 21:58:48'),(119050,42595,'action created','2021-02-24 05:58:48','2021-02-23 21:58:48'),(119051,42595,'action started via WP Cron','2021-02-24 05:59:41','2021-02-23 21:59:41'),(119052,42595,'action complete via WP Cron','2021-02-24 05:59:41','2021-02-23 21:59:41'),(119053,42596,'action created','2021-02-24 05:59:42','2021-02-23 21:59:42'),(119054,42596,'action started via WP Cron','2021-02-24 06:00:51','2021-02-23 22:00:51'),(119055,42596,'action complete via WP Cron','2021-02-24 06:00:51','2021-02-23 22:00:51'),(119056,42597,'action created','2021-02-24 06:00:51','2021-02-23 22:00:51'),(119057,42597,'action started via WP Cron','2021-02-24 06:01:51','2021-02-23 22:01:51'),(119058,42597,'action complete via WP Cron','2021-02-24 06:01:51','2021-02-23 22:01:51'),(119059,42598,'action created','2021-02-24 06:01:51','2021-02-23 22:01:51'),(119060,42598,'action started via WP Cron','2021-02-24 06:03:05','2021-02-23 22:03:05'),(119061,42598,'action complete via WP Cron','2021-02-24 06:03:05','2021-02-23 22:03:05'),(119062,42599,'action created','2021-02-24 06:03:05','2021-02-23 22:03:05'),(119063,42599,'action started via WP Cron','2021-02-24 06:03:44','2021-02-23 22:03:44'),(119064,42599,'action complete via WP Cron','2021-02-24 06:03:44','2021-02-23 22:03:44'),(119065,42600,'action created','2021-02-24 06:03:44','2021-02-23 22:03:44'),(119066,42600,'action started via WP Cron','2021-02-24 06:04:54','2021-02-23 22:04:54'),(119067,42600,'action complete via WP Cron','2021-02-24 06:04:54','2021-02-23 22:04:54'),(119068,42601,'action created','2021-02-24 06:04:54','2021-02-23 22:04:54'),(119069,42601,'action started via WP Cron','2021-02-24 06:06:07','2021-02-23 22:06:07'),(119070,42601,'action complete via WP Cron','2021-02-24 06:06:07','2021-02-23 22:06:07'),(119071,42602,'action created','2021-02-24 06:06:31','2021-02-23 22:06:31'),(119072,42602,'action started via WP Cron','2021-02-24 06:06:57','2021-02-23 22:06:57'),(119073,42602,'action complete via WP Cron','2021-02-24 06:06:57','2021-02-23 22:06:57'),(119074,42603,'action created','2021-02-24 06:06:57','2021-02-23 22:06:57'),(119075,42603,'action started via WP Cron','2021-02-24 06:07:44','2021-02-23 22:07:44'),(119076,42603,'action complete via WP Cron','2021-02-24 06:07:44','2021-02-23 22:07:44'),(119077,42604,'action created','2021-02-24 06:07:44','2021-02-23 22:07:44'),(119078,42604,'action started via WP Cron','2021-02-24 06:08:56','2021-02-23 22:08:56'),(119079,42604,'action complete via WP Cron','2021-02-24 06:08:56','2021-02-23 22:08:56'),(119080,42605,'action created','2021-02-24 06:08:56','2021-02-23 22:08:56'),(119081,42605,'action started via WP Cron','2021-02-24 06:09:50','2021-02-23 22:09:50'),(119082,42605,'action complete via WP Cron','2021-02-24 06:09:50','2021-02-23 22:09:50'),(119083,42606,'action created','2021-02-24 06:09:50','2021-02-23 22:09:50'),(119084,42606,'action started via WP Cron','2021-02-24 06:10:54','2021-02-23 22:10:54'),(119085,42606,'action complete via WP Cron','2021-02-24 06:10:54','2021-02-23 22:10:54'),(119086,42607,'action created','2021-02-24 06:10:54','2021-02-23 22:10:54'),(119087,42607,'action started via WP Cron','2021-02-24 06:11:42','2021-02-23 22:11:42'),(119088,42607,'action complete via WP Cron','2021-02-24 06:11:42','2021-02-23 22:11:42'),(119089,42608,'action created','2021-02-24 06:11:42','2021-02-23 22:11:42'),(119090,42608,'action started via WP Cron','2021-02-24 06:13:43','2021-02-23 22:13:43'),(119091,42608,'action complete via WP Cron','2021-02-24 06:13:43','2021-02-23 22:13:43'),(119092,42609,'action created','2021-02-24 06:13:44','2021-02-23 22:13:44'),(119093,42609,'action started via WP Cron','2021-02-24 06:15:58','2021-02-23 22:15:58'),(119094,42609,'action complete via WP Cron','2021-02-24 06:15:58','2021-02-23 22:15:58'),(119095,42610,'action created','2021-02-24 06:15:58','2021-02-23 22:15:58'),(119096,42610,'action started via WP Cron','2021-02-24 06:19:51','2021-02-23 22:19:51'),(119097,42610,'action complete via WP Cron','2021-02-24 06:19:51','2021-02-23 22:19:51'),(119098,42611,'action created','2021-02-24 06:19:51','2021-02-23 22:19:51'),(119099,42611,'action started via WP Cron','2021-02-24 06:21:14','2021-02-23 22:21:14'),(119100,42611,'action complete via WP Cron','2021-02-24 06:21:14','2021-02-23 22:21:14'),(119101,42612,'action created','2021-02-24 06:21:14','2021-02-23 22:21:14'),(119102,42612,'action started via WP Cron','2021-02-24 06:22:15','2021-02-23 22:22:15'),(119103,42612,'action complete via WP Cron','2021-02-24 06:22:15','2021-02-23 22:22:15'),(119104,42613,'action created','2021-02-24 06:22:15','2021-02-23 22:22:15'),(119105,42613,'action started via WP Cron','2021-02-24 06:23:15','2021-02-23 22:23:15'),(119106,42613,'action complete via WP Cron','2021-02-24 06:23:15','2021-02-23 22:23:15'),(119107,42614,'action created','2021-02-24 06:23:15','2021-02-23 22:23:15'),(119108,42614,'action started via WP Cron','2021-02-24 06:25:17','2021-02-23 22:25:17'),(119109,42614,'action complete via WP Cron','2021-02-24 06:25:17','2021-02-23 22:25:17'),(119110,42615,'action created','2021-02-24 06:25:17','2021-02-23 22:25:17'),(119111,42615,'action started via WP Cron','2021-02-24 06:26:18','2021-02-23 22:26:18'),(119112,42615,'action complete via WP Cron','2021-02-24 06:26:18','2021-02-23 22:26:18'),(119113,42616,'action created','2021-02-24 06:26:18','2021-02-23 22:26:18'),(119114,42616,'action started via WP Cron','2021-02-24 06:27:19','2021-02-23 22:27:19'),(119115,42616,'action complete via WP Cron','2021-02-24 06:27:19','2021-02-23 22:27:19'),(119116,42617,'action created','2021-02-24 06:27:19','2021-02-23 22:27:19'),(119117,42617,'action started via WP Cron','2021-02-24 06:29:18','2021-02-23 22:29:18'),(119118,42617,'action complete via WP Cron','2021-02-24 06:29:18','2021-02-23 22:29:18'),(119119,42618,'action created','2021-02-24 06:29:18','2021-02-23 22:29:18'),(119120,42618,'action started via WP Cron','2021-02-24 06:43:14','2021-02-23 22:43:14'),(119121,42618,'action complete via WP Cron','2021-02-24 06:43:14','2021-02-23 22:43:14'),(119122,42619,'action created','2021-02-24 06:43:14','2021-02-23 22:43:14'),(119123,42619,'action started via WP Cron','2021-02-24 06:44:30','2021-02-23 22:44:30'),(119124,42619,'action complete via WP Cron','2021-02-24 06:44:30','2021-02-23 22:44:30'),(119125,42620,'action created','2021-02-24 06:44:30','2021-02-23 22:44:30'),(119126,42620,'action started via WP Cron','2021-02-24 06:44:49','2021-02-23 22:44:49'),(119127,42620,'action complete via WP Cron','2021-02-24 06:44:49','2021-02-23 22:44:49'),(119128,42621,'action created','2021-02-24 06:44:49','2021-02-23 22:44:49'),(119129,42621,'action started via WP Cron','2021-02-24 06:45:59','2021-02-23 22:45:59'),(119130,42621,'action complete via WP Cron','2021-02-24 06:45:59','2021-02-23 22:45:59'),(119131,42622,'action created','2021-02-24 06:45:59','2021-02-23 22:45:59'),(119132,42622,'action started via WP Cron','2021-02-24 06:59:01','2021-02-23 22:59:01'),(119133,42622,'action complete via WP Cron','2021-02-24 06:59:01','2021-02-23 22:59:01'),(119134,42623,'action created','2021-02-24 06:59:01','2021-02-23 22:59:01'),(119135,42623,'action started via WP Cron','2021-02-24 07:00:01','2021-02-23 23:00:01'),(119136,42623,'action complete via WP Cron','2021-02-24 07:00:02','2021-02-23 23:00:02'),(119137,42624,'action created','2021-02-24 07:01:02','2021-02-23 23:01:02'),(119138,42624,'action started via WP Cron','2021-02-24 07:03:12','2021-02-23 23:03:12'),(119139,42624,'action complete via WP Cron','2021-02-24 07:03:12','2021-02-23 23:03:12'),(119140,42625,'action created','2021-02-24 07:03:13','2021-02-23 23:03:13'),(119141,42625,'action started via WP Cron','2021-02-24 07:04:16','2021-02-23 23:04:16'),(119142,42625,'action complete via WP Cron','2021-02-24 07:04:16','2021-02-23 23:04:16'),(119143,42626,'action created','2021-02-24 07:04:16','2021-02-23 23:04:16'),(119144,42626,'action started via WP Cron','2021-02-24 07:05:06','2021-02-23 23:05:06'),(119145,42626,'action complete via WP Cron','2021-02-24 07:05:06','2021-02-23 23:05:06'),(119146,42627,'action created','2021-02-24 07:05:06','2021-02-23 23:05:06'),(119147,42627,'action started via WP Cron','2021-02-24 07:06:06','2021-02-23 23:06:06'),(119148,42627,'action complete via WP Cron','2021-02-24 07:06:06','2021-02-23 23:06:06'),(119149,42628,'action created','2021-02-24 07:06:06','2021-02-23 23:06:06'),(119150,42628,'action started via WP Cron','2021-02-24 07:07:07','2021-02-23 23:07:07'),(119151,42628,'action complete via WP Cron','2021-02-24 07:07:07','2021-02-23 23:07:07'),(119152,42629,'action created','2021-02-24 07:07:08','2021-02-23 23:07:08'),(119153,42629,'action started via WP Cron','2021-02-24 07:14:06','2021-02-23 23:14:06'),(119154,42629,'action complete via WP Cron','2021-02-24 07:14:06','2021-02-23 23:14:06'),(119155,42630,'action created','2021-02-24 07:14:06','2021-02-23 23:14:06'),(119156,42630,'action started via WP Cron','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119157,42630,'action complete via WP Cron','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119158,42007,'action started via WP Cron','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119159,42007,'action complete via WP Cron','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119160,42631,'action created','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119161,42632,'action created','2021-02-24 07:17:00','2021-02-23 23:17:00'),(119162,42632,'action started via WP Cron','2021-02-24 07:23:03','2021-02-23 23:23:03'),(119163,42632,'action complete via WP Cron','2021-02-24 07:23:03','2021-02-23 23:23:03'),(119164,42633,'action created','2021-02-24 07:23:03','2021-02-23 23:23:03'),(119165,42633,'action started via WP Cron','2021-02-24 07:24:10','2021-02-23 23:24:10'),(119166,42633,'action complete via WP Cron','2021-02-24 07:24:10','2021-02-23 23:24:10'),(119167,42634,'action created','2021-02-24 07:24:10','2021-02-23 23:24:10'),(119168,42634,'action started via WP Cron','2021-02-24 07:25:11','2021-02-23 23:25:11'),(119169,42634,'action complete via WP Cron','2021-02-24 07:25:11','2021-02-23 23:25:11'),(119170,42635,'action created','2021-02-24 07:25:11','2021-02-23 23:25:11'),(119171,42635,'action started via WP Cron','2021-02-24 07:27:13','2021-02-23 23:27:13'),(119172,42635,'action complete via WP Cron','2021-02-24 07:27:13','2021-02-23 23:27:13'),(119173,42636,'action created','2021-02-24 07:27:13','2021-02-23 23:27:13'),(119174,42636,'action started via WP Cron','2021-02-24 07:28:14','2021-02-23 23:28:14'),(119175,42636,'action complete via WP Cron','2021-02-24 07:28:14','2021-02-23 23:28:14'),(119176,42637,'action created','2021-02-24 07:28:14','2021-02-23 23:28:14'),(119177,42637,'action started via WP Cron','2021-02-24 07:28:41','2021-02-23 23:28:41'),(119178,42637,'action complete via WP Cron','2021-02-24 07:28:41','2021-02-23 23:28:41'),(119179,42638,'action created','2021-02-24 07:28:41','2021-02-23 23:28:41'),(119180,42638,'action started via WP Cron','2021-02-24 07:32:11','2021-02-23 23:32:11'),(119181,42638,'action complete via WP Cron','2021-02-24 07:32:11','2021-02-23 23:32:11'),(119182,42639,'action created','2021-02-24 07:32:11','2021-02-23 23:32:11'),(119183,42639,'action started via WP Cron','2021-02-24 07:42:48','2021-02-23 23:42:48'),(119184,42639,'action complete via WP Cron','2021-02-24 07:42:48','2021-02-23 23:42:48'),(119185,42640,'action created','2021-02-24 07:42:48','2021-02-23 23:42:48'),(119186,42640,'action started via WP Cron','2021-02-24 07:45:04','2021-02-23 23:45:04'),(119187,42640,'action complete via WP Cron','2021-02-24 07:45:04','2021-02-23 23:45:04'),(119188,42641,'action created','2021-02-24 07:45:36','2021-02-23 23:45:36'),(119189,42641,'action started via WP Cron','2021-02-24 07:48:10','2021-02-23 23:48:10'),(119190,42641,'action complete via WP Cron','2021-02-24 07:48:10','2021-02-23 23:48:10'),(119191,42642,'action created','2021-02-24 07:48:10','2021-02-23 23:48:10'),(119192,42642,'action started via WP Cron','2021-02-24 08:05:39','2021-02-24 00:05:39'),(119193,42642,'action complete via WP Cron','2021-02-24 08:05:39','2021-02-24 00:05:39'),(119194,42643,'action created','2021-02-24 08:05:39','2021-02-24 00:05:39'),(119195,42643,'action started via WP Cron','2021-02-24 08:07:13','2021-02-24 00:07:13'),(119196,42643,'action complete via WP Cron','2021-02-24 08:07:13','2021-02-24 00:07:13'),(119197,42644,'action created','2021-02-24 08:07:13','2021-02-24 00:07:13'),(119198,42644,'action started via WP Cron','2021-02-24 08:08:11','2021-02-24 00:08:11'),(119199,42644,'action complete via WP Cron','2021-02-24 08:08:11','2021-02-24 00:08:11'),(119200,42645,'action created','2021-02-24 08:08:11','2021-02-24 00:08:11'),(119201,42645,'action started via WP Cron','2021-02-24 08:09:12','2021-02-24 00:09:12'),(119202,42645,'action complete via WP Cron','2021-02-24 08:09:12','2021-02-24 00:09:12'),(119203,42646,'action created','2021-02-24 08:09:12','2021-02-24 00:09:12'),(119204,42646,'action started via WP Cron','2021-02-24 08:11:11','2021-02-24 00:11:11'),(119205,42646,'action complete via WP Cron','2021-02-24 08:11:11','2021-02-24 00:11:11'),(119206,42647,'action created','2021-02-24 08:11:11','2021-02-24 00:11:11'),(119207,42647,'action started via WP Cron','2021-02-24 08:12:15','2021-02-24 00:12:15'),(119208,42647,'action complete via WP Cron','2021-02-24 08:12:15','2021-02-24 00:12:15'),(119209,42648,'action created','2021-02-24 08:12:15','2021-02-24 00:12:15'),(119210,42648,'action started via WP Cron','2021-02-24 08:13:16','2021-02-24 00:13:16'),(119211,42648,'action complete via WP Cron','2021-02-24 08:13:16','2021-02-24 00:13:16'),(119212,42649,'action created','2021-02-24 08:13:16','2021-02-24 00:13:16'),(119213,42649,'action started via WP Cron','2021-02-24 08:17:39','2021-02-24 00:17:39'),(119214,42649,'action complete via WP Cron','2021-02-24 08:17:39','2021-02-24 00:17:39'),(119215,42650,'action created','2021-02-24 08:17:39','2021-02-24 00:17:39'),(119216,42650,'action started via WP Cron','2021-02-24 08:19:23','2021-02-24 00:19:23'),(119217,42650,'action complete via WP Cron','2021-02-24 08:19:23','2021-02-24 00:19:23'),(119218,42651,'action created','2021-02-24 08:19:23','2021-02-24 00:19:23'),(119219,42651,'action started via WP Cron','2021-02-24 08:20:30','2021-02-24 00:20:30'),(119220,42651,'action complete via WP Cron','2021-02-24 08:20:30','2021-02-24 00:20:30'),(119221,42652,'action created','2021-02-24 08:20:30','2021-02-24 00:20:30'),(119222,42652,'action started via WP Cron','2021-02-24 08:21:31','2021-02-24 00:21:31'),(119223,42652,'action complete via WP Cron','2021-02-24 08:21:31','2021-02-24 00:21:31'),(119224,42653,'action created','2021-02-24 08:21:31','2021-02-24 00:21:31'),(119225,42653,'action started via WP Cron','2021-02-24 08:22:32','2021-02-24 00:22:32'),(119226,42653,'action complete via WP Cron','2021-02-24 08:22:32','2021-02-24 00:22:32'),(119227,42654,'action created','2021-02-24 08:22:32','2021-02-24 00:22:32'),(119228,42654,'action started via WP Cron','2021-02-24 08:23:27','2021-02-24 00:23:27'),(119229,42654,'action complete via WP Cron','2021-02-24 08:23:27','2021-02-24 00:23:27'),(119230,42655,'action created','2021-02-24 08:23:27','2021-02-24 00:23:27'),(119231,42655,'action started via WP Cron','2021-02-24 08:24:34','2021-02-24 00:24:34'),(119232,42655,'action complete via WP Cron','2021-02-24 08:24:34','2021-02-24 00:24:34'),(119233,42656,'action created','2021-02-24 08:24:34','2021-02-24 00:24:34'),(119234,42656,'action started via WP Cron','2021-02-24 08:25:35','2021-02-24 00:25:35'),(119235,42656,'action complete via WP Cron','2021-02-24 08:25:35','2021-02-24 00:25:35'),(119236,42657,'action created','2021-02-24 08:25:35','2021-02-24 00:25:35'),(119237,42657,'action started via WP Cron','2021-02-24 08:26:17','2021-02-24 00:26:17'),(119238,42657,'action complete via WP Cron','2021-02-24 08:26:17','2021-02-24 00:26:17'),(119239,42658,'action created','2021-02-24 08:26:53','2021-02-24 00:26:53'),(119243,42659,'action started via WP Cron','2021-02-24 08:29:01','2021-02-24 00:29:01'),(119244,42659,'action complete via WP Cron','2021-02-24 08:29:01','2021-02-24 00:29:01'),(119245,42660,'action created','2021-02-24 08:29:01','2021-02-24 00:29:01'),(119246,42660,'action started via WP Cron','2021-02-24 08:30:19','2021-02-24 00:30:19'),(119247,42660,'action complete via WP Cron','2021-02-24 08:30:19','2021-02-24 00:30:19'),(119248,42661,'action created','2021-02-24 08:30:19','2021-02-24 00:30:19'),(119249,42661,'action started via WP Cron','2021-02-24 08:40:22','2021-02-24 00:40:22'),(119250,42661,'action complete via WP Cron','2021-02-24 08:40:22','2021-02-24 00:40:22'),(119251,42662,'action created','2021-02-24 08:40:22','2021-02-24 00:40:22'),(119252,42662,'action started via WP Cron','2021-02-24 08:41:05','2021-02-24 00:41:05'),(119253,42662,'action complete via WP Cron','2021-02-24 08:41:05','2021-02-24 00:41:05'),(119254,42663,'action created','2021-02-24 08:41:05','2021-02-24 00:41:05'),(119255,42663,'action started via WP Cron','2021-02-24 08:42:23','2021-02-24 00:42:23'),(119256,42663,'action complete via WP Cron','2021-02-24 08:42:23','2021-02-24 00:42:23'),(119257,42664,'action created','2021-02-24 08:42:24','2021-02-24 00:42:24'),(119258,42664,'action started via WP Cron','2021-02-24 08:43:46','2021-02-24 00:43:46'),(119259,42664,'action complete via WP Cron','2021-02-24 08:43:46','2021-02-24 00:43:46'),(119260,42665,'action created','2021-02-24 08:43:46','2021-02-24 00:43:46'),(119261,42665,'action started via WP Cron','2021-02-24 08:45:35','2021-02-24 00:45:35'),(119262,42665,'action complete via WP Cron','2021-02-24 08:45:35','2021-02-24 00:45:35'),(119263,42666,'action created','2021-02-24 08:45:35','2021-02-24 00:45:35'),(119264,42666,'action started via WP Cron','2021-02-24 08:46:49','2021-02-24 00:46:49'),(119265,42666,'action complete via WP Cron','2021-02-24 08:46:49','2021-02-24 00:46:49'),(119266,42667,'action created','2021-02-24 08:46:49','2021-02-24 00:46:49'),(119267,42667,'action started via WP Cron','2021-02-24 08:47:50','2021-02-24 00:47:50'),(119268,42667,'action complete via WP Cron','2021-02-24 08:47:50','2021-02-24 00:47:50'),(119269,42668,'action created','2021-02-24 08:47:50','2021-02-24 00:47:50'),(119270,42668,'action started via WP Cron','2021-02-24 08:51:33','2021-02-24 00:51:33'),(119271,42668,'action complete via WP Cron','2021-02-24 08:51:33','2021-02-24 00:51:33'),(119272,42669,'action created','2021-02-24 08:51:34','2021-02-24 00:51:34'),(119273,42669,'action started via WP Cron','2021-02-24 08:52:33','2021-02-24 00:52:33'),(119274,42669,'action complete via WP Cron','2021-02-24 08:52:33','2021-02-24 00:52:33'),(119275,42670,'action created','2021-02-24 08:52:33','2021-02-24 00:52:33'),(119276,42670,'action started via WP Cron','2021-02-24 08:53:34','2021-02-24 00:53:34'),(119277,42670,'action complete via WP Cron','2021-02-24 08:53:34','2021-02-24 00:53:34'),(119278,42671,'action created','2021-02-24 08:53:34','2021-02-24 00:53:34'),(119279,42671,'action started via WP Cron','2021-02-24 09:00:20','2021-02-24 01:00:20'),(119280,42671,'action complete via WP Cron','2021-02-24 09:00:20','2021-02-24 01:00:20'),(119281,42672,'action created','2021-02-24 09:00:20','2021-02-24 01:00:20'),(119282,42672,'action started via WP Cron','2021-02-24 09:01:13','2021-02-24 01:01:13'),(119283,42672,'action complete via WP Cron','2021-02-24 09:01:13','2021-02-24 01:01:13'),(119284,42673,'action created','2021-02-24 09:01:14','2021-02-24 01:01:14'),(119285,42673,'action started via WP Cron','2021-02-24 09:02:14','2021-02-24 01:02:14'),(119286,42673,'action complete via WP Cron','2021-02-24 09:02:14','2021-02-24 01:02:14'),(119287,42674,'action created','2021-02-24 09:02:14','2021-02-24 01:02:14'),(119288,42674,'action started via WP Cron','2021-02-24 09:03:15','2021-02-24 01:03:15'),(119289,42674,'action complete via WP Cron','2021-02-24 09:03:15','2021-02-24 01:03:15'),(119290,42675,'action created','2021-02-24 09:03:15','2021-02-24 01:03:15'),(119291,42675,'action started via WP Cron','2021-02-24 09:03:52','2021-02-24 01:03:52'),(119292,42675,'action complete via WP Cron','2021-02-24 09:03:52','2021-02-24 01:03:52'),(119293,42676,'action created','2021-02-24 09:03:52','2021-02-24 01:03:52'),(119294,42676,'action started via WP Cron','2021-02-24 09:05:16','2021-02-24 01:05:16'),(119295,42676,'action complete via WP Cron','2021-02-24 09:05:16','2021-02-24 01:05:16'),(119296,42677,'action created','2021-02-24 09:05:17','2021-02-24 01:05:17'),(119297,42677,'action started via WP Cron','2021-02-24 09:06:18','2021-02-24 01:06:18'),(119298,42677,'action complete via WP Cron','2021-02-24 09:06:18','2021-02-24 01:06:18'),(119299,42678,'action created','2021-02-24 09:06:18','2021-02-24 01:06:18'),(119300,42678,'action started via WP Cron','2021-02-24 09:07:19','2021-02-24 01:07:19'),(119301,42678,'action complete via WP Cron','2021-02-24 09:07:19','2021-02-24 01:07:19'),(119302,42679,'action created','2021-02-24 09:07:19','2021-02-24 01:07:19'),(119303,42679,'action started via WP Cron','2021-02-24 09:15:20','2021-02-24 01:15:20'),(119304,42679,'action complete via WP Cron','2021-02-24 09:15:20','2021-02-24 01:15:20'),(119305,42680,'action created','2021-02-24 09:15:20','2021-02-24 01:15:20'),(119306,42680,'action started via WP Cron','2021-02-24 09:16:21','2021-02-24 01:16:21'),(119307,42680,'action complete via WP Cron','2021-02-24 09:16:21','2021-02-24 01:16:21'),(119308,42681,'action created','2021-02-24 09:16:21','2021-02-24 01:16:21'),(119309,42681,'action started via WP Cron','2021-02-24 09:17:23','2021-02-24 01:17:23'),(119310,42681,'action complete via WP Cron','2021-02-24 09:17:23','2021-02-24 01:17:23'),(119311,42682,'action created','2021-02-24 09:17:23','2021-02-24 01:17:23'),(119312,42682,'action started via WP Cron','2021-02-24 09:18:39','2021-02-24 01:18:39'),(119313,42682,'action complete via WP Cron','2021-02-24 09:18:39','2021-02-24 01:18:39'),(119314,42683,'action created','2021-02-24 09:18:40','2021-02-24 01:18:40'),(119315,42683,'action started via WP Cron','2021-02-24 09:18:52','2021-02-24 01:18:52'),(119316,42683,'action complete via WP Cron','2021-02-24 09:18:52','2021-02-24 01:18:52'),(119317,42684,'action created','2021-02-24 09:18:52','2021-02-24 01:18:52'),(119318,42684,'action started via WP Cron','2021-02-24 09:19:54','2021-02-24 01:19:54'),(119319,42684,'action complete via WP Cron','2021-02-24 09:19:54','2021-02-24 01:19:54'),(119320,42685,'action created','2021-02-24 09:19:55','2021-02-24 01:19:55'),(119321,42685,'action started via WP Cron','2021-02-24 09:21:05','2021-02-24 01:21:05'),(119322,42685,'action complete via WP Cron','2021-02-24 09:21:05','2021-02-24 01:21:05'),(119323,42686,'action created','2021-02-24 09:21:05','2021-02-24 01:21:05'),(119324,42686,'action started via WP Cron','2021-02-24 09:22:05','2021-02-24 01:22:05'),(119325,42686,'action complete via WP Cron','2021-02-24 09:22:05','2021-02-24 01:22:05'),(119326,42687,'action created','2021-02-24 09:22:05','2021-02-24 01:22:05'),(119327,42687,'action started via WP Cron','2021-02-24 09:23:07','2021-02-24 01:23:07'),(119328,42687,'action complete via WP Cron','2021-02-24 09:23:07','2021-02-24 01:23:07'),(119329,42688,'action created','2021-02-24 09:23:07','2021-02-24 01:23:07'),(119330,42688,'action started via WP Cron','2021-02-24 09:23:47','2021-02-24 01:23:47'),(119331,42688,'action complete via WP Cron','2021-02-24 09:23:47','2021-02-24 01:23:47'),(119332,42689,'action created','2021-02-24 09:23:47','2021-02-24 01:23:47'),(119333,42689,'action started via WP Cron','2021-02-24 09:25:41','2021-02-24 01:25:41'),(119334,42689,'action complete via WP Cron','2021-02-24 09:25:41','2021-02-24 01:25:41'),(119335,42690,'action created','2021-02-24 09:25:41','2021-02-24 01:25:41'),(119336,42690,'action started via WP Cron','2021-02-24 09:27:36','2021-02-24 01:27:36'),(119337,42690,'action complete via WP Cron','2021-02-24 09:27:36','2021-02-24 01:27:36'),(119338,42691,'action created','2021-02-24 09:27:36','2021-02-24 01:27:36'),(119339,42691,'action started via WP Cron','2021-02-24 09:30:02','2021-02-24 01:30:02'),(119340,42691,'action complete via WP Cron','2021-02-24 09:30:02','2021-02-24 01:30:02'),(119341,42692,'action created','2021-02-24 09:31:02','2021-02-24 01:31:02'),(119342,42692,'action started via WP Cron','2021-02-24 09:32:03','2021-02-24 01:32:03'),(119343,42692,'action complete via WP Cron','2021-02-24 09:32:03','2021-02-24 01:32:03'),(119344,42693,'action created','2021-02-24 09:32:03','2021-02-24 01:32:03'),(119345,42693,'action started via WP Cron','2021-02-24 09:33:05','2021-02-24 01:33:05'),(119346,42693,'action complete via WP Cron','2021-02-24 09:33:05','2021-02-24 01:33:05'),(119347,42694,'action created','2021-02-24 09:33:05','2021-02-24 01:33:05'),(119348,42694,'action started via WP Cron','2021-02-24 09:34:05','2021-02-24 01:34:05'),(119349,42694,'action complete via WP Cron','2021-02-24 09:34:05','2021-02-24 01:34:05'),(119350,42695,'action created','2021-02-24 09:34:05','2021-02-24 01:34:05'),(119351,42695,'action started via WP Cron','2021-02-24 09:44:42','2021-02-24 01:44:42'),(119352,42695,'action complete via WP Cron','2021-02-24 09:44:42','2021-02-24 01:44:42'),(119353,42696,'action created','2021-02-24 09:44:42','2021-02-24 01:44:42'),(119354,42696,'action started via WP Cron','2021-02-24 09:46:08','2021-02-24 01:46:08'),(119355,42696,'action complete via WP Cron','2021-02-24 09:46:08','2021-02-24 01:46:08'),(119356,42697,'action created','2021-02-24 09:46:08','2021-02-24 01:46:08'),(119357,42697,'action started via WP Cron','2021-02-24 09:47:16','2021-02-24 01:47:16'),(119358,42697,'action complete via WP Cron','2021-02-24 09:47:16','2021-02-24 01:47:16'),(119359,42698,'action created','2021-02-24 09:47:16','2021-02-24 01:47:16'),(119360,42698,'action started via WP Cron','2021-02-24 09:48:09','2021-02-24 01:48:09'),(119361,42698,'action complete via WP Cron','2021-02-24 09:48:09','2021-02-24 01:48:09'),(119362,42699,'action created','2021-02-24 09:48:09','2021-02-24 01:48:09'),(119363,42699,'action started via WP Cron','2021-02-24 09:49:09','2021-02-24 01:49:09'),(119364,42699,'action complete via WP Cron','2021-02-24 09:49:09','2021-02-24 01:49:09'),(119365,42700,'action created','2021-02-24 09:49:09','2021-02-24 01:49:09'),(119366,42700,'action started via WP Cron','2021-02-24 09:49:55','2021-02-24 01:49:55'),(119367,42700,'action complete via WP Cron','2021-02-24 09:49:55','2021-02-24 01:49:55'),(119368,42701,'action created','2021-02-24 09:49:55','2021-02-24 01:49:55'),(119369,42701,'action started via WP Cron','2021-02-24 09:50:59','2021-02-24 01:50:59'),(119370,42701,'action complete via WP Cron','2021-02-24 09:50:59','2021-02-24 01:50:59'),(119371,42702,'action created','2021-02-24 09:50:59','2021-02-24 01:50:59'),(119372,42702,'action started via WP Cron','2021-02-24 09:54:34','2021-02-24 01:54:34'),(119373,42702,'action complete via WP Cron','2021-02-24 09:54:34','2021-02-24 01:54:34'),(119374,42703,'action created','2021-02-24 09:54:34','2021-02-24 01:54:34'),(119375,42703,'action started via WP Cron','2021-02-24 09:55:36','2021-02-24 01:55:36'),(119376,42703,'action complete via WP Cron','2021-02-24 09:55:36','2021-02-24 01:55:36'),(119377,42704,'action created','2021-02-24 09:55:37','2021-02-24 01:55:37'),(119378,42704,'action started via WP Cron','2021-02-24 09:56:36','2021-02-24 01:56:36'),(119379,42704,'action complete via WP Cron','2021-02-24 09:56:36','2021-02-24 01:56:36'),(119380,42705,'action created','2021-02-24 09:56:36','2021-02-24 01:56:36'),(119381,42705,'action started via WP Cron','2021-02-24 09:57:03','2021-02-24 01:57:03'),(119382,42705,'action complete via WP Cron','2021-02-24 09:57:03','2021-02-24 01:57:03'),(119383,42706,'action created','2021-02-24 09:57:03','2021-02-24 01:57:03'),(119384,42706,'action started via WP Cron','2021-02-24 09:58:11','2021-02-24 01:58:11'),(119385,42706,'action complete via WP Cron','2021-02-24 09:58:11','2021-02-24 01:58:11'),(119386,42707,'action created','2021-02-24 09:58:11','2021-02-24 01:58:11'),(119387,42707,'action started via WP Cron','2021-02-24 09:59:12','2021-02-24 01:59:12'),(119388,42707,'action complete via WP Cron','2021-02-24 09:59:12','2021-02-24 01:59:12'),(119389,42708,'action created','2021-02-24 09:59:12','2021-02-24 01:59:12'),(119390,42708,'action started via WP Cron','2021-02-24 10:00:13','2021-02-24 02:00:13'),(119391,42708,'action complete via WP Cron','2021-02-24 10:00:13','2021-02-24 02:00:13'),(119392,42709,'action created','2021-02-24 10:00:13','2021-02-24 02:00:13'),(119393,42709,'action started via WP Cron','2021-02-24 10:00:41','2021-02-24 02:00:41'),(119394,42709,'action complete via WP Cron','2021-02-24 10:00:41','2021-02-24 02:00:41'),(119395,42710,'action created','2021-02-24 10:00:41','2021-02-24 02:00:41'),(119396,42710,'action started via WP Cron','2021-02-24 10:02:11','2021-02-24 02:02:11'),(119397,42710,'action complete via WP Cron','2021-02-24 10:02:11','2021-02-24 02:02:11'),(119398,42711,'action created','2021-02-24 10:02:11','2021-02-24 02:02:11'),(119399,42711,'action started via WP Cron','2021-02-24 10:03:11','2021-02-24 02:03:11'),(119400,42711,'action complete via WP Cron','2021-02-24 10:03:11','2021-02-24 02:03:11'),(119401,42712,'action created','2021-02-24 10:03:11','2021-02-24 02:03:11'),(119402,42712,'action started via WP Cron','2021-02-24 10:04:12','2021-02-24 02:04:12'),(119403,42712,'action complete via WP Cron','2021-02-24 10:04:12','2021-02-24 02:04:12'),(119404,42713,'action created','2021-02-24 10:04:12','2021-02-24 02:04:12'),(119405,42713,'action started via WP Cron','2021-02-24 10:05:05','2021-02-24 02:05:05'),(119406,42713,'action complete via WP Cron','2021-02-24 10:05:05','2021-02-24 02:05:05'),(119407,42714,'action created','2021-02-24 10:05:05','2021-02-24 02:05:05'),(119408,42714,'action started via WP Cron','2021-02-24 10:13:52','2021-02-24 02:13:52'),(119409,42714,'action complete via WP Cron','2021-02-24 10:13:52','2021-02-24 02:13:52'),(119410,42715,'action created','2021-02-24 10:13:52','2021-02-24 02:13:52'),(119411,42715,'action started via WP Cron','2021-02-24 10:17:02','2021-02-24 02:17:02'),(119412,42715,'action complete via WP Cron','2021-02-24 10:17:02','2021-02-24 02:17:02'),(119413,42716,'action created','2021-02-24 10:17:02','2021-02-24 02:17:02'),(119414,42716,'action started via WP Cron','2021-02-24 10:17:41','2021-02-24 02:17:41'),(119415,42716,'action complete via WP Cron','2021-02-24 10:17:41','2021-02-24 02:17:41'),(119416,42717,'action created','2021-02-24 10:17:41','2021-02-24 02:17:41'),(119417,42717,'action started via WP Cron','2021-02-24 10:18:47','2021-02-24 02:18:47'),(119418,42717,'action complete via WP Cron','2021-02-24 10:18:47','2021-02-24 02:18:47'),(119419,42718,'action created','2021-02-24 10:18:47','2021-02-24 02:18:47'),(119420,42718,'action started via WP Cron','2021-02-24 10:19:49','2021-02-24 02:19:49'),(119421,42718,'action complete via WP Cron','2021-02-24 10:19:49','2021-02-24 02:19:49'),(119422,42719,'action created','2021-02-24 10:19:49','2021-02-24 02:19:49'),(119423,42719,'action started via WP Cron','2021-02-24 10:20:54','2021-02-24 02:20:54'),(119424,42719,'action complete via WP Cron','2021-02-24 10:20:54','2021-02-24 02:20:54'),(119425,42720,'action created','2021-02-24 10:20:54','2021-02-24 02:20:54'),(119426,42720,'action started via WP Cron','2021-02-24 10:21:57','2021-02-24 02:21:57'),(119427,42720,'action complete via WP Cron','2021-02-24 10:21:57','2021-02-24 02:21:57'),(119428,42721,'action created','2021-02-24 10:21:57','2021-02-24 02:21:57'),(119429,42721,'action started via WP Cron','2021-02-24 10:22:44','2021-02-24 02:22:44'),(119430,42721,'action complete via WP Cron','2021-02-24 10:22:44','2021-02-24 02:22:44'),(119431,42722,'action created','2021-02-24 10:22:44','2021-02-24 02:22:44'),(119432,42722,'action started via WP Cron','2021-02-24 10:23:41','2021-02-24 02:23:41'),(119433,42722,'action complete via WP Cron','2021-02-24 10:23:41','2021-02-24 02:23:41'),(119434,42723,'action created','2021-02-24 10:23:42','2021-02-24 02:23:42'),(119435,42723,'action started via WP Cron','2021-02-24 10:24:41','2021-02-24 02:24:41'),(119436,42723,'action complete via WP Cron','2021-02-24 10:24:41','2021-02-24 02:24:41'),(119437,42724,'action created','2021-02-24 10:24:41','2021-02-24 02:24:41'),(119438,42724,'action started via WP Cron','2021-02-24 10:25:45','2021-02-24 02:25:45'),(119439,42724,'action complete via WP Cron','2021-02-24 10:25:46','2021-02-24 02:25:46'),(119440,42725,'action created','2021-02-24 10:25:59','2021-02-24 02:25:59'),(119441,42725,'action started via WP Cron','2021-02-24 10:26:41','2021-02-24 02:26:41'),(119442,42725,'action complete via WP Cron','2021-02-24 10:26:41','2021-02-24 02:26:41'),(119443,42726,'action created','2021-02-24 10:26:42','2021-02-24 02:26:42'),(119444,42726,'action started via WP Cron','2021-02-24 10:27:46','2021-02-24 02:27:46'),(119445,42726,'action complete via WP Cron','2021-02-24 10:27:46','2021-02-24 02:27:46'),(119446,42727,'action created','2021-02-24 10:27:46','2021-02-24 02:27:46'),(119447,42727,'action started via WP Cron','2021-02-24 10:28:45','2021-02-24 02:28:45'),(119448,42727,'action complete via WP Cron','2021-02-24 10:28:45','2021-02-24 02:28:45'),(119449,42728,'action created','2021-02-24 10:28:45','2021-02-24 02:28:45'),(119450,42728,'action started via WP Cron','2021-02-24 10:29:44','2021-02-24 02:29:44'),(119451,42728,'action complete via WP Cron','2021-02-24 10:29:44','2021-02-24 02:29:44'),(119452,42729,'action created','2021-02-24 10:29:45','2021-02-24 02:29:45'),(119453,42729,'action started via WP Cron','2021-02-24 10:30:49','2021-02-24 02:30:49'),(119454,42729,'action complete via WP Cron','2021-02-24 10:30:49','2021-02-24 02:30:49'),(119455,42730,'action created','2021-02-24 10:30:49','2021-02-24 02:30:49'),(119456,42730,'action started via WP Cron','2021-02-24 10:31:42','2021-02-24 02:31:42'),(119457,42730,'action complete via WP Cron','2021-02-24 10:31:42','2021-02-24 02:31:42'),(119458,42731,'action created','2021-02-24 10:31:42','2021-02-24 02:31:42'),(119462,42731,'action started via WP Cron','2021-02-24 10:32:46','2021-02-24 02:32:46'),(119463,42731,'action complete via WP Cron','2021-02-24 10:32:46','2021-02-24 02:32:46'),(119464,42733,'action created','2021-02-24 10:32:46','2021-02-24 02:32:46'),(119465,42733,'action started via WP Cron','2021-02-24 10:33:44','2021-02-24 02:33:44'),(119466,42733,'action complete via WP Cron','2021-02-24 10:33:44','2021-02-24 02:33:44'),(119467,42734,'action created','2021-02-24 10:33:44','2021-02-24 02:33:44'),(119468,42734,'action started via WP Cron','2021-02-24 10:34:47','2021-02-24 02:34:47'),(119469,42734,'action complete via WP Cron','2021-02-24 10:34:47','2021-02-24 02:34:47'),(119470,42735,'action created','2021-02-24 10:34:47','2021-02-24 02:34:47'),(119471,42735,'action started via WP Cron','2021-02-24 10:35:50','2021-02-24 02:35:50'),(119472,42735,'action complete via WP Cron','2021-02-24 10:35:50','2021-02-24 02:35:50'),(119473,42736,'action created','2021-02-24 10:35:51','2021-02-24 02:35:51'),(119474,42736,'action started via WP Cron','2021-02-24 10:36:45','2021-02-24 02:36:45'),(119475,42736,'action complete via WP Cron','2021-02-24 10:36:45','2021-02-24 02:36:45'),(119476,42737,'action created','2021-02-24 10:36:45','2021-02-24 02:36:45'),(119477,42737,'action started via WP Cron','2021-02-24 10:38:12','2021-02-24 02:38:12'),(119478,42737,'action complete via WP Cron','2021-02-24 10:38:12','2021-02-24 02:38:12'),(119479,42738,'action created','2021-02-24 10:38:12','2021-02-24 02:38:12'),(119480,42738,'action started via WP Cron','2021-02-24 10:38:46','2021-02-24 02:38:46'),(119481,42738,'action complete via WP Cron','2021-02-24 10:38:46','2021-02-24 02:38:46'),(119482,42739,'action created','2021-02-24 10:38:46','2021-02-24 02:38:46'),(119483,42739,'action started via WP Cron','2021-02-24 10:39:44','2021-02-24 02:39:44'),(119484,42739,'action complete via WP Cron','2021-02-24 10:39:44','2021-02-24 02:39:44'),(119485,42740,'action created','2021-02-24 10:39:44','2021-02-24 02:39:44'),(119486,42740,'action started via WP Cron','2021-02-24 10:40:58','2021-02-24 02:40:58'),(119487,42740,'action complete via WP Cron','2021-02-24 10:40:58','2021-02-24 02:40:58'),(119488,42741,'action created','2021-02-24 10:40:58','2021-02-24 02:40:58'),(119489,42741,'action started via WP Cron','2021-02-24 10:41:54','2021-02-24 02:41:54'),(119490,42741,'action complete via WP Cron','2021-02-24 10:41:54','2021-02-24 02:41:54'),(119491,42742,'action created','2021-02-24 10:41:54','2021-02-24 02:41:54'),(119492,42742,'action started via WP Cron','2021-02-24 10:42:48','2021-02-24 02:42:48'),(119493,42742,'action complete via WP Cron','2021-02-24 10:42:48','2021-02-24 02:42:48'),(119494,42743,'action created','2021-02-24 10:42:48','2021-02-24 02:42:48'),(119495,42743,'action started via WP Cron','2021-02-24 10:43:43','2021-02-24 02:43:43'),(119496,42743,'action complete via WP Cron','2021-02-24 10:43:43','2021-02-24 02:43:43'),(119497,42744,'action created','2021-02-24 10:43:43','2021-02-24 02:43:43'),(119498,42744,'action started via WP Cron','2021-02-24 10:44:43','2021-02-24 02:44:43'),(119499,42744,'action complete via WP Cron','2021-02-24 10:44:43','2021-02-24 02:44:43'),(119500,42745,'action created','2021-02-24 10:44:43','2021-02-24 02:44:43'),(119501,42745,'action started via WP Cron','2021-02-24 10:45:43','2021-02-24 02:45:43'),(119502,42745,'action complete via WP Cron','2021-02-24 10:45:43','2021-02-24 02:45:43'),(119503,42746,'action created','2021-02-24 10:45:43','2021-02-24 02:45:43'),(119504,42746,'action started via WP Cron','2021-02-24 10:46:41','2021-02-24 02:46:41'),(119505,42746,'action complete via WP Cron','2021-02-24 10:46:41','2021-02-24 02:46:41'),(119506,42747,'action created','2021-02-24 10:46:41','2021-02-24 02:46:41'),(119507,42747,'action started via WP Cron','2021-02-24 10:47:55','2021-02-24 02:47:55'),(119508,42747,'action complete via WP Cron','2021-02-24 10:47:55','2021-02-24 02:47:55'),(119509,42748,'action created','2021-02-24 10:47:55','2021-02-24 02:47:55'),(119510,42748,'action started via WP Cron','2021-02-24 10:48:43','2021-02-24 02:48:43'),(119511,42748,'action complete via WP Cron','2021-02-24 10:48:43','2021-02-24 02:48:43'),(119512,42749,'action created','2021-02-24 10:48:43','2021-02-24 02:48:43'),(119513,42749,'action started via WP Cron','2021-02-24 10:49:50','2021-02-24 02:49:50'),(119514,42749,'action complete via WP Cron','2021-02-24 10:49:50','2021-02-24 02:49:50'),(119515,42750,'action created','2021-02-24 10:49:50','2021-02-24 02:49:50'),(119516,42750,'action started via WP Cron','2021-02-24 10:50:51','2021-02-24 02:50:51'),(119517,42750,'action complete via WP Cron','2021-02-24 10:50:51','2021-02-24 02:50:51'),(119518,42751,'action created','2021-02-24 10:50:51','2021-02-24 02:50:51'),(119519,42751,'action started via WP Cron','2021-02-24 10:51:43','2021-02-24 02:51:43'),(119520,42751,'action complete via WP Cron','2021-02-24 10:51:43','2021-02-24 02:51:43'),(119521,42752,'action created','2021-02-24 10:51:43','2021-02-24 02:51:43'),(119522,42752,'action started via WP Cron','2021-02-24 10:52:47','2021-02-24 02:52:47'),(119523,42752,'action complete via WP Cron','2021-02-24 10:52:47','2021-02-24 02:52:47'),(119524,42753,'action created','2021-02-24 10:52:47','2021-02-24 02:52:47'),(119525,42753,'action started via WP Cron','2021-02-24 10:53:46','2021-02-24 02:53:46'),(119526,42753,'action complete via WP Cron','2021-02-24 10:53:46','2021-02-24 02:53:46'),(119527,42754,'action created','2021-02-24 10:53:46','2021-02-24 02:53:46'),(119528,42754,'action started via WP Cron','2021-02-24 10:54:45','2021-02-24 02:54:45'),(119529,42754,'action complete via WP Cron','2021-02-24 10:54:45','2021-02-24 02:54:45'),(119530,42755,'action created','2021-02-24 10:54:45','2021-02-24 02:54:45'),(119531,42755,'action started via WP Cron','2021-02-24 10:55:40','2021-02-24 02:55:40'),(119532,42755,'action complete via WP Cron','2021-02-24 10:55:40','2021-02-24 02:55:40'),(119533,42756,'action created','2021-02-24 10:55:40','2021-02-24 02:55:40'),(119534,42756,'action started via WP Cron','2021-02-24 10:56:41','2021-02-24 02:56:41'),(119535,42756,'action complete via WP Cron','2021-02-24 10:56:41','2021-02-24 02:56:41'),(119536,42757,'action created','2021-02-24 10:56:41','2021-02-24 02:56:41'),(119537,42757,'action started via WP Cron','2021-02-24 10:57:46','2021-02-24 02:57:46'),(119538,42757,'action complete via WP Cron','2021-02-24 10:57:46','2021-02-24 02:57:46'),(119539,42758,'action created','2021-02-24 10:57:46','2021-02-24 02:57:46'),(119540,42758,'action started via WP Cron','2021-02-24 10:58:44','2021-02-24 02:58:44'),(119541,42758,'action complete via WP Cron','2021-02-24 10:58:44','2021-02-24 02:58:44'),(119542,42759,'action created','2021-02-24 10:58:44','2021-02-24 02:58:44'),(119543,42759,'action started via WP Cron','2021-02-24 11:00:00','2021-02-24 03:00:00'),(119544,42759,'action complete via WP Cron','2021-02-24 11:00:00','2021-02-24 03:00:00'),(119545,42760,'action created','2021-02-24 11:00:00','2021-02-24 03:00:00'),(119546,42760,'action started via WP Cron','2021-02-24 11:01:10','2021-02-24 03:01:10'),(119547,42760,'action complete via WP Cron','2021-02-24 11:01:10','2021-02-24 03:01:10'),(119548,42761,'action created','2021-02-24 11:01:10','2021-02-24 03:01:10'),(119549,42761,'action started via WP Cron','2021-02-24 11:02:09','2021-02-24 03:02:09'),(119550,42761,'action complete via WP Cron','2021-02-24 11:02:09','2021-02-24 03:02:09'),(119551,42762,'action created','2021-02-24 11:02:09','2021-02-24 03:02:09'),(119552,42762,'action started via WP Cron','2021-02-24 11:03:07','2021-02-24 03:03:07'),(119553,42762,'action complete via WP Cron','2021-02-24 11:03:07','2021-02-24 03:03:07'),(119554,42763,'action created','2021-02-24 11:03:07','2021-02-24 03:03:07'),(119555,42763,'action started via WP Cron','2021-02-24 11:03:41','2021-02-24 03:03:41'),(119556,42763,'action complete via WP Cron','2021-02-24 11:03:41','2021-02-24 03:03:41'),(119557,42764,'action created','2021-02-24 11:03:41','2021-02-24 03:03:41'),(119558,42764,'action started via WP Cron','2021-02-24 11:04:48','2021-02-24 03:04:48'),(119559,42764,'action complete via WP Cron','2021-02-24 11:04:48','2021-02-24 03:04:48'),(119560,42765,'action created','2021-02-24 11:04:48','2021-02-24 03:04:48'),(119561,42765,'action started via WP Cron','2021-02-24 11:06:00','2021-02-24 03:06:00'),(119562,42765,'action complete via WP Cron','2021-02-24 11:06:00','2021-02-24 03:06:00'),(119563,42766,'action created','2021-02-24 11:06:00','2021-02-24 03:06:00'),(119564,42766,'action started via WP Cron','2021-02-24 11:06:46','2021-02-24 03:06:46'),(119565,42766,'action complete via WP Cron','2021-02-24 11:06:46','2021-02-24 03:06:46'),(119566,42767,'action created','2021-02-24 11:06:46','2021-02-24 03:06:46'),(119567,42767,'action started via WP Cron','2021-02-24 11:07:44','2021-02-24 03:07:44'),(119568,42767,'action complete via WP Cron','2021-02-24 11:07:44','2021-02-24 03:07:44'),(119569,42768,'action created','2021-02-24 11:07:44','2021-02-24 03:07:44'),(119570,42768,'action started via WP Cron','2021-02-24 11:08:55','2021-02-24 03:08:55'),(119571,42768,'action complete via WP Cron','2021-02-24 11:08:55','2021-02-24 03:08:55'),(119572,42769,'action created','2021-02-24 11:08:55','2021-02-24 03:08:55'),(119573,42769,'action started via WP Cron','2021-02-24 11:10:02','2021-02-24 03:10:02'),(119574,42769,'action complete via WP Cron','2021-02-24 11:10:02','2021-02-24 03:10:02'),(119575,42770,'action created','2021-02-24 11:10:16','2021-02-24 03:10:16'),(119576,42770,'action started via WP Cron','2021-02-24 11:10:56','2021-02-24 03:10:56'),(119577,42770,'action complete via WP Cron','2021-02-24 11:10:56','2021-02-24 03:10:56'),(119578,42771,'action created','2021-02-24 11:10:57','2021-02-24 03:10:57'),(119579,42771,'action started via WP Cron','2021-02-24 11:11:43','2021-02-24 03:11:43'),(119580,42771,'action complete via WP Cron','2021-02-24 11:11:43','2021-02-24 03:11:43'),(119581,42772,'action created','2021-02-24 11:11:43','2021-02-24 03:11:43'),(119582,42772,'action started via WP Cron','2021-02-24 11:12:49','2021-02-24 03:12:49'),(119583,42772,'action complete via WP Cron','2021-02-24 11:12:49','2021-02-24 03:12:49'),(119584,42773,'action created','2021-02-24 11:12:49','2021-02-24 03:12:49'),(119585,42773,'action started via WP Cron','2021-02-24 11:13:47','2021-02-24 03:13:47'),(119586,42773,'action complete via WP Cron','2021-02-24 11:13:47','2021-02-24 03:13:47'),(119587,42774,'action created','2021-02-24 11:13:47','2021-02-24 03:13:47'),(119588,42774,'action started via WP Cron','2021-02-24 11:14:50','2021-02-24 03:14:50'),(119589,42774,'action complete via WP Cron','2021-02-24 11:14:50','2021-02-24 03:14:50'),(119590,42775,'action created','2021-02-24 11:14:50','2021-02-24 03:14:50'),(119591,42775,'action started via WP Cron','2021-02-24 11:15:43','2021-02-24 03:15:43'),(119592,42775,'action complete via WP Cron','2021-02-24 11:15:43','2021-02-24 03:15:43'),(119593,42776,'action created','2021-02-24 11:15:43','2021-02-24 03:15:43'),(119594,42776,'action started via WP Cron','2021-02-24 11:16:48','2021-02-24 03:16:48'),(119595,42776,'action complete via WP Cron','2021-02-24 11:16:48','2021-02-24 03:16:48'),(119596,42777,'action created','2021-02-24 11:16:48','2021-02-24 03:16:48'),(119597,42777,'action started via WP Cron','2021-02-24 11:17:50','2021-02-24 03:17:50'),(119598,42777,'action complete via WP Cron','2021-02-24 11:17:50','2021-02-24 03:17:50'),(119599,42778,'action created','2021-02-24 11:17:50','2021-02-24 03:17:50'),(119600,42778,'action started via WP Cron','2021-02-24 11:18:47','2021-02-24 03:18:47'),(119601,42778,'action complete via WP Cron','2021-02-24 11:18:47','2021-02-24 03:18:47'),(119602,42779,'action created','2021-02-24 11:18:56','2021-02-24 03:18:56'),(119603,42779,'action started via WP Cron','2021-02-24 11:19:46','2021-02-24 03:19:46'),(119604,42779,'action complete via WP Cron','2021-02-24 11:19:46','2021-02-24 03:19:46'),(119605,42780,'action created','2021-02-24 11:19:46','2021-02-24 03:19:46'),(119606,42780,'action started via WP Cron','2021-02-24 11:24:12','2021-02-24 03:24:12'),(119607,42780,'action complete via WP Cron','2021-02-24 11:24:12','2021-02-24 03:24:12'),(119608,42781,'action created','2021-02-24 11:24:12','2021-02-24 03:24:12'),(119609,42781,'action started via WP Cron','2021-02-24 11:25:13','2021-02-24 03:25:13'),(119610,42781,'action complete via WP Cron','2021-02-24 11:25:13','2021-02-24 03:25:13'),(119611,42782,'action created','2021-02-24 11:25:13','2021-02-24 03:25:13'),(119612,42782,'action started via WP Cron','2021-02-24 11:26:14','2021-02-24 03:26:14'),(119613,42782,'action complete via WP Cron','2021-02-24 11:26:14','2021-02-24 03:26:14'),(119614,42783,'action created','2021-02-24 11:26:14','2021-02-24 03:26:14'),(119615,42783,'action started via WP Cron','2021-02-24 11:27:41','2021-02-24 03:27:41'),(119616,42783,'action complete via WP Cron','2021-02-24 11:27:41','2021-02-24 03:27:41'),(119617,42784,'action created','2021-02-24 11:27:41','2021-02-24 03:27:41'),(119618,42784,'action started via WP Cron','2021-02-24 11:28:41','2021-02-24 03:28:41'),(119619,42784,'action complete via WP Cron','2021-02-24 11:28:41','2021-02-24 03:28:41'),(119620,42785,'action created','2021-02-24 11:28:42','2021-02-24 03:28:42'),(119621,42785,'action started via WP Cron','2021-02-24 11:30:11','2021-02-24 03:30:11'),(119622,42785,'action complete via WP Cron','2021-02-24 11:30:11','2021-02-24 03:30:11'),(119623,42786,'action created','2021-02-24 11:30:11','2021-02-24 03:30:11'),(119624,42786,'action started via WP Cron','2021-02-24 11:38:07','2021-02-24 03:38:07'),(119625,42786,'action complete via WP Cron','2021-02-24 11:38:07','2021-02-24 03:38:07'),(119626,42787,'action created','2021-02-24 11:38:07','2021-02-24 03:38:07'),(119627,42787,'action started via WP Cron','2021-02-24 11:38:55','2021-02-24 03:38:55'),(119628,42787,'action complete via WP Cron','2021-02-24 11:38:55','2021-02-24 03:38:55'),(119629,42788,'action created','2021-02-24 11:38:55','2021-02-24 03:38:55'),(119630,42788,'action started via WP Cron','2021-02-24 11:40:09','2021-02-24 03:40:09'),(119631,42788,'action complete via WP Cron','2021-02-24 11:40:09','2021-02-24 03:40:09'),(119632,42789,'action created','2021-02-24 11:40:10','2021-02-24 03:40:10'),(119633,42789,'action started via WP Cron','2021-02-24 11:41:10','2021-02-24 03:41:10'),(119634,42789,'action complete via WP Cron','2021-02-24 11:41:10','2021-02-24 03:41:10'),(119635,42790,'action created','2021-02-24 11:41:10','2021-02-24 03:41:10'),(119636,42790,'action started via WP Cron','2021-02-24 11:42:11','2021-02-24 03:42:11'),(119637,42790,'action complete via WP Cron','2021-02-24 11:42:11','2021-02-24 03:42:11'),(119638,42791,'action created','2021-02-24 11:42:11','2021-02-24 03:42:11'),(119639,42791,'action started via WP Cron','2021-02-24 11:44:31','2021-02-24 03:44:31'),(119640,42791,'action complete via WP Cron','2021-02-24 11:44:31','2021-02-24 03:44:31'),(119641,42792,'action created','2021-02-24 11:44:31','2021-02-24 03:44:31'),(119642,42792,'action started via WP Cron','2021-02-24 11:48:28','2021-02-24 03:48:28'),(119643,42792,'action complete via WP Cron','2021-02-24 11:48:28','2021-02-24 03:48:28'),(119644,42793,'action created','2021-02-24 11:48:28','2021-02-24 03:48:28'),(119645,42793,'action started via WP Cron','2021-02-24 11:53:29','2021-02-24 03:53:29'),(119646,42793,'action complete via WP Cron','2021-02-24 11:53:29','2021-02-24 03:53:29'),(119647,42794,'action created','2021-02-24 11:53:29','2021-02-24 03:53:29'),(119648,42794,'action started via WP Cron','2021-02-24 11:57:33','2021-02-24 03:57:33'),(119649,42794,'action complete via WP Cron','2021-02-24 11:57:33','2021-02-24 03:57:33'),(119650,42795,'action created','2021-02-24 11:57:33','2021-02-24 03:57:33'),(119651,42795,'action started via WP Cron','2021-02-24 11:58:17','2021-02-24 03:58:17'),(119652,42795,'action complete via WP Cron','2021-02-24 11:58:17','2021-02-24 03:58:17'),(119653,42796,'action created','2021-02-24 11:58:18','2021-02-24 03:58:18'),(119654,42796,'action started via WP Cron','2021-02-24 11:59:20','2021-02-24 03:59:20'),(119655,42796,'action complete via WP Cron','2021-02-24 11:59:20','2021-02-24 03:59:20'),(119656,42797,'action created','2021-02-24 12:01:25','2021-02-24 04:01:25'),(119657,42797,'action started via WP Cron','2021-02-24 12:02:25','2021-02-24 04:02:25'),(119658,42797,'action complete via WP Cron','2021-02-24 12:02:25','2021-02-24 04:02:25'),(119659,42798,'action created','2021-02-24 12:02:26','2021-02-24 04:02:26'),(119660,42798,'action started via WP Cron','2021-02-24 12:03:30','2021-02-24 04:03:30'),(119661,42798,'action complete via WP Cron','2021-02-24 12:03:30','2021-02-24 04:03:30'),(119662,42799,'action created','2021-02-24 12:03:30','2021-02-24 04:03:30'),(119663,42799,'action started via WP Cron','2021-02-24 12:05:21','2021-02-24 04:05:21'),(119664,42799,'action complete via WP Cron','2021-02-24 12:05:21','2021-02-24 04:05:21'),(119665,42800,'action created','2021-02-24 12:05:21','2021-02-24 04:05:21'),(119666,42800,'action started via WP Cron','2021-02-24 12:06:22','2021-02-24 04:06:22'),(119667,42800,'action complete via WP Cron','2021-02-24 12:06:22','2021-02-24 04:06:22'),(119668,42801,'action created','2021-02-24 12:06:22','2021-02-24 04:06:22'),(119669,42801,'action started via WP Cron','2021-02-24 12:06:42','2021-02-24 04:06:42'),(119670,42801,'action complete via WP Cron','2021-02-24 12:06:42','2021-02-24 04:06:42'),(119671,42802,'action created','2021-02-24 12:06:42','2021-02-24 04:06:42'),(119672,42802,'action started via WP Cron','2021-02-24 12:07:46','2021-02-24 04:07:46'),(119673,42802,'action complete via WP Cron','2021-02-24 12:07:46','2021-02-24 04:07:46'),(119674,42803,'action created','2021-02-24 12:07:47','2021-02-24 04:07:47'),(119675,42803,'action started via WP Cron','2021-02-24 12:08:47','2021-02-24 04:08:47'),(119676,42803,'action complete via WP Cron','2021-02-24 12:08:47','2021-02-24 04:08:47'),(119677,42804,'action created','2021-02-24 12:08:47','2021-02-24 04:08:47'),(119678,42804,'action started via WP Cron','2021-02-24 12:10:13','2021-02-24 04:10:13'),(119679,42804,'action complete via WP Cron','2021-02-24 12:10:13','2021-02-24 04:10:13'),(119680,42805,'action created','2021-02-24 12:10:13','2021-02-24 04:10:13'),(119681,42805,'action started via WP Cron','2021-02-24 12:12:57','2021-02-24 04:12:57'),(119682,42805,'action complete via WP Cron','2021-02-24 12:12:57','2021-02-24 04:12:57'),(119683,42806,'action created','2021-02-24 12:12:57','2021-02-24 04:12:57'),(119684,42806,'action started via WP Cron','2021-02-24 12:26:20','2021-02-24 04:26:20'),(119685,42806,'action complete via WP Cron','2021-02-24 12:26:20','2021-02-24 04:26:20'),(119686,42807,'action created','2021-02-24 12:26:20','2021-02-24 04:26:20'),(119687,42807,'action started via WP Cron','2021-02-24 12:27:14','2021-02-24 04:27:14'),(119688,42807,'action complete via WP Cron','2021-02-24 12:27:14','2021-02-24 04:27:14'),(119689,42808,'action created','2021-02-24 12:27:14','2021-02-24 04:27:14'),(119690,42808,'action started via WP Cron','2021-02-24 12:28:15','2021-02-24 04:28:15'),(119691,42808,'action complete via WP Cron','2021-02-24 12:28:15','2021-02-24 04:28:15'),(119692,42809,'action created','2021-02-24 12:28:15','2021-02-24 04:28:15'),(119693,42809,'action started via WP Cron','2021-02-24 12:28:41','2021-02-24 04:28:41'),(119694,42809,'action complete via WP Cron','2021-02-24 12:28:41','2021-02-24 04:28:41'),(119695,42810,'action created','2021-02-24 12:28:41','2021-02-24 04:28:41'),(119696,42810,'action started via WP Cron','2021-02-24 12:29:42','2021-02-24 04:29:42'),(119697,42810,'action complete via WP Cron','2021-02-24 12:29:42','2021-02-24 04:29:42'),(119698,42811,'action created','2021-02-24 12:29:42','2021-02-24 04:29:42'),(119699,42811,'action started via WP Cron','2021-02-24 12:30:43','2021-02-24 04:30:43'),(119700,42811,'action complete via WP Cron','2021-02-24 12:30:43','2021-02-24 04:30:43'),(119701,42812,'action created','2021-02-24 12:30:43','2021-02-24 04:30:43'),(119702,42812,'action started via WP Cron','2021-02-24 12:31:44','2021-02-24 04:31:44'),(119703,42812,'action complete via WP Cron','2021-02-24 12:31:44','2021-02-24 04:31:44'),(119704,42813,'action created','2021-02-24 12:31:44','2021-02-24 04:31:44'),(119705,42813,'action started via WP Cron','2021-02-24 12:38:07','2021-02-24 04:38:07'),(119706,42813,'action complete via WP Cron','2021-02-24 12:38:07','2021-02-24 04:38:07'),(119707,42814,'action created','2021-02-24 12:38:07','2021-02-24 04:38:07'),(119708,42814,'action started via WP Cron','2021-02-24 12:39:15','2021-02-24 04:39:15'),(119709,42814,'action complete via WP Cron','2021-02-24 12:39:15','2021-02-24 04:39:15'),(119710,42815,'action created','2021-02-24 12:39:15','2021-02-24 04:39:15'),(119711,42815,'action started via WP Cron','2021-02-24 12:40:16','2021-02-24 04:40:16'),(119712,42815,'action complete via WP Cron','2021-02-24 12:40:16','2021-02-24 04:40:16'),(119713,42816,'action created','2021-02-24 12:40:16','2021-02-24 04:40:16'),(119714,42816,'action started via WP Cron','2021-02-24 12:41:16','2021-02-24 04:41:16'),(119715,42816,'action complete via WP Cron','2021-02-24 12:41:16','2021-02-24 04:41:16'),(119716,42817,'action created','2021-02-24 12:41:17','2021-02-24 04:41:17'),(119717,42817,'action started via WP Cron','2021-02-24 12:42:54','2021-02-24 04:42:54'),(119718,42817,'action complete via WP Cron','2021-02-24 12:42:54','2021-02-24 04:42:54'),(119719,42818,'action created','2021-02-24 12:42:54','2021-02-24 04:42:54'),(119720,42818,'action started via WP Cron','2021-02-24 12:43:57','2021-02-24 04:43:57'),(119721,42818,'action complete via WP Cron','2021-02-24 12:43:57','2021-02-24 04:43:57'),(119722,42819,'action created','2021-02-24 12:43:57','2021-02-24 04:43:57'),(119723,42819,'action started via WP Cron','2021-02-24 12:44:42','2021-02-24 04:44:42'),(119724,42819,'action complete via WP Cron','2021-02-24 12:44:42','2021-02-24 04:44:42'),(119725,42820,'action created','2021-02-24 12:44:42','2021-02-24 04:44:42'),(119726,42820,'action started via WP Cron','2021-02-24 12:51:57','2021-02-24 04:51:57'),(119727,42820,'action complete via WP Cron','2021-02-24 12:51:57','2021-02-24 04:51:57'),(119728,42821,'action created','2021-02-24 12:51:57','2021-02-24 04:51:57'),(119729,42821,'action started via WP Cron','2021-02-24 13:01:21','2021-02-24 05:01:21'),(119730,42821,'action complete via WP Cron','2021-02-24 13:01:21','2021-02-24 05:01:21'),(119731,42822,'action created','2021-02-24 13:01:22','2021-02-24 05:01:22'),(119732,42822,'action started via WP Cron','2021-02-24 13:07:58','2021-02-24 05:07:58'),(119733,42822,'action complete via WP Cron','2021-02-24 13:07:58','2021-02-24 05:07:58'),(119734,42823,'action created','2021-02-24 13:07:58','2021-02-24 05:07:58'),(119735,42823,'action started via WP Cron','2021-02-24 13:09:48','2021-02-24 05:09:48'),(119736,42823,'action complete via WP Cron','2021-02-24 13:09:48','2021-02-24 05:09:48'),(119737,42824,'action created','2021-02-24 13:09:48','2021-02-24 05:09:48'),(119738,42824,'action started via WP Cron','2021-02-24 13:10:44','2021-02-24 05:10:44'),(119739,42824,'action complete via WP Cron','2021-02-24 13:10:44','2021-02-24 05:10:44'),(119740,42825,'action created','2021-02-24 13:10:44','2021-02-24 05:10:44'),(119741,42825,'action started via WP Cron','2021-02-24 13:11:49','2021-02-24 05:11:49'),(119742,42825,'action complete via WP Cron','2021-02-24 13:11:49','2021-02-24 05:11:49'),(119743,42826,'action created','2021-02-24 13:11:49','2021-02-24 05:11:49'),(119744,42826,'action started via WP Cron','2021-02-24 13:13:51','2021-02-24 05:13:51'),(119745,42826,'action complete via WP Cron','2021-02-24 13:13:51','2021-02-24 05:13:51'),(119746,42827,'action created','2021-02-24 13:13:51','2021-02-24 05:13:51'),(119747,42827,'action started via WP Cron','2021-02-24 13:14:52','2021-02-24 05:14:52'),(119748,42827,'action complete via WP Cron','2021-02-24 13:14:52','2021-02-24 05:14:52'),(119749,42828,'action created','2021-02-24 13:14:52','2021-02-24 05:14:52'),(119750,42828,'action started via WP Cron','2021-02-24 13:16:00','2021-02-24 05:16:00'),(119751,42828,'action complete via WP Cron','2021-02-24 13:16:00','2021-02-24 05:16:00'),(119752,42829,'action created','2021-02-24 13:18:36','2021-02-24 05:18:36'),(119753,42829,'action started via WP Cron','2021-02-24 13:20:47','2021-02-24 05:20:47'),(119754,42829,'action complete via WP Cron','2021-02-24 13:20:47','2021-02-24 05:20:47'),(119755,42830,'action created','2021-02-24 13:20:47','2021-02-24 05:20:47'),(119756,42830,'action started via WP Cron','2021-02-24 13:21:40','2021-02-24 05:21:40'),(119757,42830,'action complete via WP Cron','2021-02-24 13:21:40','2021-02-24 05:21:40'),(119758,42831,'action created','2021-02-24 13:21:41','2021-02-24 05:21:41'),(119759,42831,'action started via WP Cron','2021-02-24 13:31:56','2021-02-24 05:31:56'),(119760,42831,'action complete via WP Cron','2021-02-24 13:31:56','2021-02-24 05:31:56'),(119761,42832,'action created','2021-02-24 13:31:57','2021-02-24 05:31:57'),(119762,42832,'action started via WP Cron','2021-02-24 13:32:50','2021-02-24 05:32:50'),(119763,42832,'action complete via WP Cron','2021-02-24 13:32:50','2021-02-24 05:32:50'),(119764,42833,'action created','2021-02-24 13:32:50','2021-02-24 05:32:50'),(119765,42833,'action started via WP Cron','2021-02-24 13:33:52','2021-02-24 05:33:52'),(119766,42833,'action complete via WP Cron','2021-02-24 13:33:52','2021-02-24 05:33:52'),(119767,42834,'action created','2021-02-24 13:33:52','2021-02-24 05:33:52'),(119768,42834,'action started via WP Cron','2021-02-24 13:35:34','2021-02-24 05:35:34'),(119769,42834,'action complete via WP Cron','2021-02-24 13:35:34','2021-02-24 05:35:34'),(119770,42835,'action created','2021-02-24 13:35:34','2021-02-24 05:35:34'),(119771,42835,'action started via WP Cron','2021-02-24 13:36:54','2021-02-24 05:36:54'),(119772,42835,'action complete via WP Cron','2021-02-24 13:36:54','2021-02-24 05:36:54'),(119773,42836,'action created','2021-02-24 13:36:54','2021-02-24 05:36:54'),(119774,42836,'action started via WP Cron','2021-02-24 13:44:23','2021-02-24 05:44:23'),(119775,42836,'action complete via WP Cron','2021-02-24 13:44:23','2021-02-24 05:44:23'),(119776,42837,'action created','2021-02-24 13:44:23','2021-02-24 05:44:23'),(119777,42837,'action started via WP Cron','2021-02-24 13:44:45','2021-02-24 05:44:45'),(119778,42837,'action complete via WP Cron','2021-02-24 13:44:45','2021-02-24 05:44:45'),(119779,42838,'action created','2021-02-24 13:44:45','2021-02-24 05:44:45'),(119780,42838,'action started via WP Cron','2021-02-24 13:45:52','2021-02-24 05:45:52'),(119781,42838,'action complete via WP Cron','2021-02-24 13:45:52','2021-02-24 05:45:52'),(119782,42839,'action created','2021-02-24 13:45:52','2021-02-24 05:45:52'),(119783,42839,'action started via WP Cron','2021-02-24 13:47:00','2021-02-24 05:47:00'),(119784,42839,'action complete via WP Cron','2021-02-24 13:47:00','2021-02-24 05:47:00'),(119785,42840,'action created','2021-02-24 13:47:00','2021-02-24 05:47:00'),(119786,42840,'action started via WP Cron','2021-02-24 13:47:58','2021-02-24 05:47:58'),(119787,42840,'action complete via WP Cron','2021-02-24 13:47:58','2021-02-24 05:47:58'),(119788,42841,'action created','2021-02-24 13:47:58','2021-02-24 05:47:58'),(119789,42841,'action started via WP Cron','2021-02-24 13:48:58','2021-02-24 05:48:58'),(119790,42841,'action complete via WP Cron','2021-02-24 13:48:58','2021-02-24 05:48:58'),(119791,42842,'action created','2021-02-24 13:48:58','2021-02-24 05:48:58'),(119792,42842,'action started via WP Cron','2021-02-24 13:52:32','2021-02-24 05:52:32'),(119793,42842,'action complete via WP Cron','2021-02-24 13:52:32','2021-02-24 05:52:32'),(119794,42843,'action created','2021-02-24 13:52:32','2021-02-24 05:52:32'),(119795,42843,'action started via WP Cron','2021-02-24 14:06:58','2021-02-24 06:06:58'),(119796,42843,'action complete via WP Cron','2021-02-24 14:06:58','2021-02-24 06:06:58'),(119797,42844,'action created','2021-02-24 14:11:19','2021-02-24 06:11:19'),(119798,42844,'action started via WP Cron','2021-02-24 14:13:56','2021-02-24 06:13:56'),(119799,42844,'action complete via WP Cron','2021-02-24 14:13:56','2021-02-24 06:13:56'),(119800,42845,'action created','2021-02-24 14:13:56','2021-02-24 06:13:56'),(119801,42845,'action started via WP Cron','2021-02-24 14:15:04','2021-02-24 06:15:04'),(119802,42845,'action complete via WP Cron','2021-02-24 14:15:04','2021-02-24 06:15:04'),(119803,42846,'action created','2021-02-24 14:15:04','2021-02-24 06:15:04'),(119804,42846,'action started via WP Cron','2021-02-24 14:15:52','2021-02-24 06:15:52'),(119805,42846,'action complete via WP Cron','2021-02-24 14:15:52','2021-02-24 06:15:52'),(119806,42847,'action created','2021-02-24 14:15:53','2021-02-24 06:15:53'),(119807,42847,'action started via WP Cron','2021-02-24 14:16:53','2021-02-24 06:16:53'),(119808,42847,'action complete via WP Cron','2021-02-24 14:16:53','2021-02-24 06:16:53'),(119809,42848,'action created','2021-02-24 14:16:53','2021-02-24 06:16:53'),(119810,42848,'action started via WP Cron','2021-02-24 14:17:54','2021-02-24 06:17:54'),(119811,42848,'action complete via WP Cron','2021-02-24 14:17:54','2021-02-24 06:17:54'),(119812,42849,'action created','2021-02-24 14:17:54','2021-02-24 06:17:54'),(119813,42849,'action started via WP Cron','2021-02-24 14:18:55','2021-02-24 06:18:55'),(119814,42849,'action complete via WP Cron','2021-02-24 14:18:55','2021-02-24 06:18:55'),(119815,42850,'action created','2021-02-24 14:18:55','2021-02-24 06:18:55'),(119816,42850,'action started via WP Cron','2021-02-24 14:20:06','2021-02-24 06:20:06'),(119817,42850,'action complete via WP Cron','2021-02-24 14:20:06','2021-02-24 06:20:06'),(119818,42851,'action created','2021-02-24 14:20:06','2021-02-24 06:20:06'),(119819,42851,'action started via WP Cron','2021-02-24 14:22:19','2021-02-24 06:22:19'),(119820,42851,'action complete via WP Cron','2021-02-24 14:22:19','2021-02-24 06:22:19'),(119821,42852,'action created','2021-02-24 14:22:19','2021-02-24 06:22:19'),(119822,42852,'action started via WP Cron','2021-02-24 14:23:13','2021-02-24 06:23:13'),(119823,42852,'action complete via WP Cron','2021-02-24 14:23:13','2021-02-24 06:23:13'),(119824,42853,'action created','2021-02-24 14:23:13','2021-02-24 06:23:13'),(119825,42853,'action started via WP Cron','2021-02-24 14:24:14','2021-02-24 06:24:14'),(119826,42853,'action complete via WP Cron','2021-02-24 14:24:14','2021-02-24 06:24:14'),(119827,42854,'action created','2021-02-24 14:24:14','2021-02-24 06:24:14'),(119828,42854,'action started via WP Cron','2021-02-24 14:30:26','2021-02-24 06:30:26'),(119829,42854,'action complete via WP Cron','2021-02-24 14:30:26','2021-02-24 06:30:26'),(119830,42855,'action created','2021-02-24 14:30:26','2021-02-24 06:30:26'),(119831,42855,'action started via WP Cron','2021-02-24 14:31:57','2021-02-24 06:31:57'),(119832,42855,'action complete via WP Cron','2021-02-24 14:31:57','2021-02-24 06:31:57'),(119833,42856,'action created','2021-02-24 14:31:57','2021-02-24 06:31:57'),(119834,42856,'action started via WP Cron','2021-02-24 14:44:09','2021-02-24 06:44:09'),(119835,42856,'action complete via WP Cron','2021-02-24 14:44:09','2021-02-24 06:44:09'),(119836,42857,'action created','2021-02-24 14:44:09','2021-02-24 06:44:09'),(119837,42857,'action started via WP Cron','2021-02-24 14:49:25','2021-02-24 06:49:25'),(119838,42857,'action complete via WP Cron','2021-02-24 14:49:25','2021-02-24 06:49:25'),(119839,42858,'action created','2021-02-24 14:49:25','2021-02-24 06:49:25'),(119840,42858,'action started via WP Cron','2021-02-24 14:50:15','2021-02-24 06:50:15'),(119841,42858,'action complete via WP Cron','2021-02-24 14:50:15','2021-02-24 06:50:15'),(119842,42859,'action created','2021-02-24 14:50:15','2021-02-24 06:50:15'),(119843,42859,'action started via WP Cron','2021-02-24 14:51:59','2021-02-24 06:51:59'),(119844,42859,'action complete via WP Cron','2021-02-24 14:51:59','2021-02-24 06:51:59'),(119845,42860,'action created','2021-02-24 14:51:59','2021-02-24 06:51:59'),(119846,42860,'action started via WP Cron','2021-02-24 14:53:29','2021-02-24 06:53:29'),(119847,42860,'action complete via WP Cron','2021-02-24 14:53:29','2021-02-24 06:53:29'),(119848,42861,'action created','2021-02-24 14:53:29','2021-02-24 06:53:29'),(119849,42861,'action started via WP Cron','2021-02-24 14:53:54','2021-02-24 06:53:54'),(119850,42861,'action complete via WP Cron','2021-02-24 14:53:54','2021-02-24 06:53:54'),(119851,42862,'action created','2021-02-24 14:53:54','2021-02-24 06:53:54'),(119852,42862,'action started via WP Cron','2021-02-24 14:55:12','2021-02-24 06:55:12'),(119853,42862,'action complete via WP Cron','2021-02-24 14:55:12','2021-02-24 06:55:12'),(119854,42863,'action created','2021-02-24 14:55:12','2021-02-24 06:55:12'),(119855,42863,'action started via WP Cron','2021-02-24 15:05:36','2021-02-24 07:05:36'),(119856,42863,'action complete via WP Cron','2021-02-24 15:05:36','2021-02-24 07:05:36'),(119857,42864,'action created','2021-02-24 15:05:36','2021-02-24 07:05:36'),(119858,42864,'action started via WP Cron','2021-02-24 15:10:19','2021-02-24 07:10:19'),(119859,42864,'action complete via WP Cron','2021-02-24 15:10:19','2021-02-24 07:10:19'),(119860,42865,'action created','2021-02-24 15:10:20','2021-02-24 07:10:20'),(119861,42865,'action started via WP Cron','2021-02-24 15:19:00','2021-02-24 07:19:00'),(119862,42865,'action complete via WP Cron','2021-02-24 15:19:00','2021-02-24 07:19:00'),(119863,42866,'action created','2021-02-24 15:19:00','2021-02-24 07:19:00'),(119864,42866,'action started via WP Cron','2021-02-24 15:19:55','2021-02-24 07:19:55'),(119865,42866,'action complete via WP Cron','2021-02-24 15:19:55','2021-02-24 07:19:55'),(119866,42867,'action created','2021-02-24 15:19:55','2021-02-24 07:19:55'),(119867,42867,'action started via WP Cron','2021-02-24 15:21:02','2021-02-24 07:21:02'),(119868,42867,'action complete via WP Cron','2021-02-24 15:21:02','2021-02-24 07:21:02'),(119869,42868,'action created','2021-02-24 15:21:02','2021-02-24 07:21:02'),(119870,42868,'action started via WP Cron','2021-02-24 15:21:56','2021-02-24 07:21:56'),(119871,42868,'action complete via WP Cron','2021-02-24 15:21:56','2021-02-24 07:21:56'),(119872,42869,'action created','2021-02-24 15:21:57','2021-02-24 07:21:57'),(119873,42869,'action started via WP Cron','2021-02-24 15:22:58','2021-02-24 07:22:58'),(119874,42869,'action complete via WP Cron','2021-02-24 15:22:58','2021-02-24 07:22:58'),(119875,42870,'action created','2021-02-24 15:22:58','2021-02-24 07:22:58'),(119876,42870,'action started via WP Cron','2021-02-24 15:23:41','2021-02-24 07:23:41'),(119877,42870,'action complete via WP Cron','2021-02-24 15:23:41','2021-02-24 07:23:41'),(119878,42871,'action created','2021-02-24 15:23:41','2021-02-24 07:23:41'),(119879,42871,'action started via WP Cron','2021-02-24 15:25:12','2021-02-24 07:25:12'),(119880,42871,'action complete via WP Cron','2021-02-24 15:25:12','2021-02-24 07:25:12'),(119881,42872,'action created','2021-02-24 15:25:12','2021-02-24 07:25:12'),(119882,42872,'action started via WP Cron','2021-02-24 15:26:13','2021-02-24 07:26:13'),(119883,42872,'action complete via WP Cron','2021-02-24 15:26:13','2021-02-24 07:26:13'),(119884,42873,'action created','2021-02-24 15:26:13','2021-02-24 07:26:13'),(119885,42873,'action started via WP Cron','2021-02-24 15:27:14','2021-02-24 07:27:14'),(119886,42873,'action complete via WP Cron','2021-02-24 15:27:14','2021-02-24 07:27:14'),(119887,42874,'action created','2021-02-24 15:27:14','2021-02-24 07:27:14'),(119888,42874,'action started via WP Cron','2021-02-24 15:32:15','2021-02-24 07:32:15'),(119889,42874,'action complete via WP Cron','2021-02-24 15:32:15','2021-02-24 07:32:15'),(119890,42875,'action created','2021-02-24 15:32:15','2021-02-24 07:32:15'),(119891,42875,'action started via WP Cron','2021-02-24 15:32:42','2021-02-24 07:32:42'),(119892,42875,'action complete via WP Cron','2021-02-24 15:32:42','2021-02-24 07:32:42'),(119893,42876,'action created','2021-02-24 15:32:42','2021-02-24 07:32:42'),(119894,42876,'action started via WP Cron','2021-02-24 15:36:25','2021-02-24 07:36:25'),(119895,42876,'action complete via WP Cron','2021-02-24 15:36:25','2021-02-24 07:36:25'),(119896,42877,'action created','2021-02-24 15:36:25','2021-02-24 07:36:25'),(119897,42877,'action started via WP Cron','2021-02-24 15:37:28','2021-02-24 07:37:28'),(119898,42877,'action complete via WP Cron','2021-02-24 15:37:28','2021-02-24 07:37:28'),(119899,42878,'action created','2021-02-24 15:37:29','2021-02-24 07:37:29'),(119900,42878,'action started via WP Cron','2021-02-24 15:38:29','2021-02-24 07:38:29'),(119901,42878,'action complete via WP Cron','2021-02-24 15:38:29','2021-02-24 07:38:29'),(119902,42879,'action created','2021-02-24 15:38:29','2021-02-24 07:38:29'),(119903,42879,'action started via WP Cron','2021-02-24 15:40:31','2021-02-24 07:40:31'),(119904,42879,'action complete via WP Cron','2021-02-24 15:40:31','2021-02-24 07:40:31'),(119905,42880,'action created','2021-02-24 15:40:31','2021-02-24 07:40:31'),(119906,42880,'action started via WP Cron','2021-02-24 15:41:33','2021-02-24 07:41:33'),(119907,42880,'action complete via WP Cron','2021-02-24 15:41:33','2021-02-24 07:41:33'),(119908,42881,'action created','2021-02-24 15:41:33','2021-02-24 07:41:33'),(119909,42881,'action started via WP Cron','2021-02-24 15:42:34','2021-02-24 07:42:34'),(119910,42881,'action complete via WP Cron','2021-02-24 15:42:34','2021-02-24 07:42:34'),(119911,42882,'action created','2021-02-24 15:42:34','2021-02-24 07:42:34'),(119912,42882,'action started via WP Cron','2021-02-24 15:52:24','2021-02-24 07:52:24'),(119913,42882,'action complete via WP Cron','2021-02-24 15:52:24','2021-02-24 07:52:24'),(119914,42883,'action created','2021-02-24 15:52:24','2021-02-24 07:52:24'),(119915,42883,'action started via WP Cron','2021-02-24 15:53:16','2021-02-24 07:53:16'),(119916,42883,'action complete via WP Cron','2021-02-24 15:53:16','2021-02-24 07:53:16'),(119917,42884,'action created','2021-02-24 15:53:16','2021-02-24 07:53:16'),(119918,42884,'action started via WP Cron','2021-02-24 15:54:26','2021-02-24 07:54:26'),(119919,42884,'action complete via WP Cron','2021-02-24 15:54:26','2021-02-24 07:54:26'),(119920,42885,'action created','2021-02-24 15:54:26','2021-02-24 07:54:26'),(119921,42885,'action started via WP Cron','2021-02-24 15:55:29','2021-02-24 07:55:29'),(119922,42885,'action complete via WP Cron','2021-02-24 15:55:29','2021-02-24 07:55:29'),(119923,42886,'action created','2021-02-24 15:55:29','2021-02-24 07:55:29'),(119924,42886,'action started via WP Cron','2021-02-24 15:56:08','2021-02-24 07:56:08'),(119925,42886,'action complete via WP Cron','2021-02-24 15:56:08','2021-02-24 07:56:08'),(119926,42887,'action created','2021-02-24 15:56:09','2021-02-24 07:56:09'),(119927,42887,'action started via WP Cron','2021-02-24 15:56:41','2021-02-24 07:56:41'),(119928,42887,'action complete via WP Cron','2021-02-24 15:56:41','2021-02-24 07:56:41'),(119929,42888,'action created','2021-02-24 15:56:41','2021-02-24 07:56:41'),(119930,42888,'action started via WP Cron','2021-02-24 15:58:11','2021-02-24 07:58:11'),(119931,42888,'action complete via WP Cron','2021-02-24 15:58:11','2021-02-24 07:58:11'),(119932,42889,'action created','2021-02-24 15:58:11','2021-02-24 07:58:11'),(119933,42889,'action started via WP Cron','2021-02-24 15:59:26','2021-02-24 07:59:26'),(119934,42889,'action complete via WP Cron','2021-02-24 15:59:26','2021-02-24 07:59:26'),(119935,42890,'action created','2021-02-24 15:59:26','2021-02-24 07:59:26'),(119936,42890,'action started via WP Cron','2021-02-24 16:03:11','2021-02-24 08:03:11'),(119937,42890,'action complete via WP Cron','2021-02-24 16:03:11','2021-02-24 08:03:11'),(119938,42891,'action created','2021-02-24 16:03:11','2021-02-24 08:03:11'),(119939,42891,'action started via WP Cron','2021-02-24 16:09:34','2021-02-24 08:09:34'),(119940,42891,'action complete via WP Cron','2021-02-24 16:09:34','2021-02-24 08:09:34'),(119941,42892,'action created','2021-02-24 16:09:34','2021-02-24 08:09:34'),(119942,42892,'action started via WP Cron','2021-02-24 16:28:14','2021-02-24 08:28:14'),(119943,42892,'action complete via WP Cron','2021-02-24 16:28:14','2021-02-24 08:28:14'),(119944,42893,'action created','2021-02-24 16:28:14','2021-02-24 08:28:14'),(119945,42893,'action started via WP Cron','2021-02-24 16:29:15','2021-02-24 08:29:15'),(119946,42893,'action complete via WP Cron','2021-02-24 16:29:15','2021-02-24 08:29:15'),(119947,42894,'action created','2021-02-24 16:29:15','2021-02-24 08:29:15'),(119948,42894,'action started via WP Cron','2021-02-24 16:30:16','2021-02-24 08:30:16'),(119949,42894,'action complete via WP Cron','2021-02-24 16:30:16','2021-02-24 08:30:16'),(119950,42895,'action created','2021-02-24 16:30:16','2021-02-24 08:30:16'),(119951,42895,'action started via WP Cron','2021-02-24 16:32:18','2021-02-24 08:32:18'),(119952,42895,'action complete via WP Cron','2021-02-24 16:32:18','2021-02-24 08:32:18'),(119953,42896,'action created','2021-02-24 16:32:18','2021-02-24 08:32:18'),(119954,42896,'action started via WP Cron','2021-02-24 16:33:19','2021-02-24 08:33:19'),(119955,42896,'action complete via WP Cron','2021-02-24 16:33:19','2021-02-24 08:33:19'),(119956,42897,'action created','2021-02-24 16:33:19','2021-02-24 08:33:19'),(119957,42897,'action started via WP Cron','2021-02-24 16:38:09','2021-02-24 08:38:09'),(119958,42897,'action complete via WP Cron','2021-02-24 16:38:09','2021-02-24 08:38:09'),(119959,42898,'action created','2021-02-24 16:38:09','2021-02-24 08:38:09'),(119960,42898,'action started via WP Cron','2021-02-24 16:42:40','2021-02-24 08:42:40'),(119961,42898,'action complete via WP Cron','2021-02-24 16:42:40','2021-02-24 08:42:40'),(119962,42899,'action created','2021-02-24 16:42:40','2021-02-24 08:42:40'),(119963,42899,'action started via WP Cron','2021-02-24 16:44:35','2021-02-24 08:44:35'),(119964,42899,'action complete via WP Cron','2021-02-24 16:44:35','2021-02-24 08:44:35'),(119965,42900,'action created','2021-02-24 16:44:35','2021-02-24 08:44:35'),(119966,42900,'action started via WP Cron','2021-02-24 16:46:37','2021-02-24 08:46:37'),(119967,42900,'action complete via WP Cron','2021-02-24 16:46:37','2021-02-24 08:46:37'),(119968,42901,'action created','2021-02-24 16:46:37','2021-02-24 08:46:37'),(119969,42901,'action started via WP Cron','2021-02-24 16:47:38','2021-02-24 08:47:38'),(119970,42901,'action complete via WP Cron','2021-02-24 16:47:38','2021-02-24 08:47:38'),(119971,42902,'action created','2021-02-24 16:47:38','2021-02-24 08:47:38'),(119972,42902,'action started via WP Cron','2021-02-24 16:47:57','2021-02-24 08:47:57'),(119973,42902,'action complete via WP Cron','2021-02-24 16:47:57','2021-02-24 08:47:57'),(119974,42903,'action created','2021-02-24 16:47:57','2021-02-24 08:47:57'),(119975,42903,'action started via WP Cron','2021-02-24 16:52:06','2021-02-24 08:52:06'),(119976,42903,'action complete via WP Cron','2021-02-24 16:52:06','2021-02-24 08:52:06'),(119977,42904,'action created','2021-02-24 16:52:06','2021-02-24 08:52:06'),(119978,42904,'action started via WP Cron','2021-02-24 16:53:15','2021-02-24 08:53:15'),(119979,42904,'action complete via WP Cron','2021-02-24 16:53:15','2021-02-24 08:53:15'),(119980,42905,'action created','2021-02-24 16:53:15','2021-02-24 08:53:15'),(119981,42905,'action started via WP Cron','2021-02-24 16:54:16','2021-02-24 08:54:16'),(119982,42905,'action complete via WP Cron','2021-02-24 16:54:16','2021-02-24 08:54:16'),(119983,42906,'action created','2021-02-24 16:54:16','2021-02-24 08:54:16'),(119984,42906,'action started via WP Cron','2021-02-24 16:55:02','2021-02-24 08:55:02'),(119985,42906,'action complete via WP Cron','2021-02-24 16:55:02','2021-02-24 08:55:02'),(119986,42907,'action created','2021-02-24 16:55:35','2021-02-24 08:55:35'),(119987,42907,'action started via WP Cron','2021-02-24 16:56:43','2021-02-24 08:56:43'),(119988,42907,'action complete via WP Cron','2021-02-24 16:56:43','2021-02-24 08:56:43'),(119989,42908,'action created','2021-02-24 16:56:43','2021-02-24 08:56:43'),(119990,42908,'action started via WP Cron','2021-02-24 16:57:44','2021-02-24 08:57:44'),(119991,42908,'action complete via WP Cron','2021-02-24 16:57:44','2021-02-24 08:57:44'),(119992,42909,'action created','2021-02-24 16:57:44','2021-02-24 08:57:44'),(119993,42909,'action started via WP Cron','2021-02-24 16:59:46','2021-02-24 08:59:46'),(119994,42909,'action complete via WP Cron','2021-02-24 16:59:46','2021-02-24 08:59:46'),(119995,42910,'action created','2021-02-24 16:59:46','2021-02-24 08:59:46'),(119996,42910,'action started via WP Cron','2021-02-24 17:00:47','2021-02-24 09:00:47'),(119997,42910,'action complete via WP Cron','2021-02-24 17:00:47','2021-02-24 09:00:47'),(119998,42911,'action created','2021-02-24 17:00:47','2021-02-24 09:00:47'),(119999,42911,'action started via WP Cron','2021-02-24 17:01:48','2021-02-24 09:01:48'),(120000,42911,'action complete via WP Cron','2021-02-24 17:01:48','2021-02-24 09:01:48'),(120001,42912,'action created','2021-02-24 17:01:48','2021-02-24 09:01:48'),(120002,42912,'action started via WP Cron','2021-02-24 17:06:16','2021-02-24 09:06:16'),(120003,42912,'action complete via WP Cron','2021-02-24 17:06:16','2021-02-24 09:06:16'),(120004,42913,'action created','2021-02-24 17:06:16','2021-02-24 09:06:16'),(120005,42913,'action started via WP Cron','2021-02-24 17:07:11','2021-02-24 09:07:11'),(120006,42913,'action complete via WP Cron','2021-02-24 17:07:11','2021-02-24 09:07:11'),(120007,42914,'action created','2021-02-24 17:07:12','2021-02-24 09:07:12'),(120008,42914,'action started via WP Cron','2021-02-24 17:08:18','2021-02-24 09:08:18'),(120009,42914,'action complete via WP Cron','2021-02-24 17:08:18','2021-02-24 09:08:18'),(120010,42915,'action created','2021-02-24 17:08:18','2021-02-24 09:08:18'),(120011,42915,'action started via WP Cron','2021-02-24 17:09:21','2021-02-24 09:09:21'),(120012,42915,'action complete via WP Cron','2021-02-24 17:09:21','2021-02-24 09:09:21'),(120013,42916,'action created','2021-02-24 17:09:21','2021-02-24 09:09:21'),(120014,42916,'action started via WP Cron','2021-02-24 17:10:21','2021-02-24 09:10:21'),(120015,42916,'action complete via WP Cron','2021-02-24 17:10:21','2021-02-24 09:10:21'),(120016,42917,'action created','2021-02-24 17:10:21','2021-02-24 09:10:21'),(120017,42917,'action started via WP Cron','2021-02-24 17:11:33','2021-02-24 09:11:33'),(120018,42917,'action complete via WP Cron','2021-02-24 17:11:33','2021-02-24 09:11:33'),(120019,42918,'action created','2021-02-24 17:11:33','2021-02-24 09:11:33'),(120020,42918,'action started via WP Cron','2021-02-24 17:12:23','2021-02-24 09:12:23'),(120021,42918,'action complete via WP Cron','2021-02-24 17:12:23','2021-02-24 09:12:23'),(120022,42919,'action created','2021-02-24 17:12:23','2021-02-24 09:12:23'),(120023,42919,'action started via WP Cron','2021-02-24 17:12:47','2021-02-24 09:12:47'),(120024,42919,'action complete via WP Cron','2021-02-24 17:12:47','2021-02-24 09:12:47'),(120025,42920,'action created','2021-02-24 17:12:47','2021-02-24 09:12:47'),(120026,42920,'action started via WP Cron','2021-02-24 17:13:47','2021-02-24 09:13:47'),(120027,42920,'action complete via WP Cron','2021-02-24 17:13:47','2021-02-24 09:13:47'),(120028,42921,'action created','2021-02-24 17:13:47','2021-02-24 09:13:47'),(120029,42921,'action started via WP Cron','2021-02-24 17:28:37','2021-02-24 09:28:37'),(120030,42921,'action complete via WP Cron','2021-02-24 17:28:37','2021-02-24 09:28:37'),(120031,42922,'action created','2021-02-24 17:28:38','2021-02-24 09:28:38'),(120032,42922,'action started via WP Cron','2021-02-24 17:28:50','2021-02-24 09:28:50'),(120033,42922,'action complete via WP Cron','2021-02-24 17:28:50','2021-02-24 09:28:50'),(120034,42923,'action created','2021-02-24 17:28:50','2021-02-24 09:28:50'),(120035,42923,'action started via WP Cron','2021-02-24 17:29:53','2021-02-24 09:29:53'),(120036,42923,'action complete via WP Cron','2021-02-24 17:29:53','2021-02-24 09:29:53'),(120037,42924,'action created','2021-02-24 17:29:53','2021-02-24 09:29:53'),(120038,42924,'action started via WP Cron','2021-02-24 17:30:56','2021-02-24 09:30:56'),(120039,42924,'action complete via WP Cron','2021-02-24 17:30:56','2021-02-24 09:30:56'),(120040,42925,'action created','2021-02-24 17:30:56','2021-02-24 09:30:56'),(120041,42925,'action started via WP Cron','2021-02-24 17:31:59','2021-02-24 09:31:59'),(120042,42925,'action complete via WP Cron','2021-02-24 17:31:59','2021-02-24 09:31:59'),(120043,42926,'action created','2021-02-24 17:31:59','2021-02-24 09:31:59'),(120044,42926,'action started via WP Cron','2021-02-24 17:33:08','2021-02-24 09:33:08'),(120045,42926,'action complete via WP Cron','2021-02-24 17:33:08','2021-02-24 09:33:08'),(120046,42927,'action created','2021-02-24 17:33:08','2021-02-24 09:33:08'),(120047,42927,'action started via WP Cron','2021-02-24 17:34:10','2021-02-24 09:34:10'),(120048,42927,'action complete via WP Cron','2021-02-24 17:34:10','2021-02-24 09:34:10'),(120049,42928,'action created','2021-02-24 17:34:10','2021-02-24 09:34:10'),(120050,42928,'action started via WP Cron','2021-02-24 17:35:59','2021-02-24 09:35:59'),(120051,42928,'action complete via WP Cron','2021-02-24 17:35:59','2021-02-24 09:35:59'),(120052,42929,'action created','2021-02-24 17:35:59','2021-02-24 09:35:59'),(120053,42929,'action started via WP Cron','2021-02-24 17:37:22','2021-02-24 09:37:22'),(120054,42929,'action complete via WP Cron','2021-02-24 17:37:22','2021-02-24 09:37:22'),(120055,42930,'action created','2021-02-24 17:38:13','2021-02-24 09:38:13'),(120056,42930,'action started via WP Cron','2021-02-24 17:39:32','2021-02-24 09:39:32'),(120057,42930,'action complete via WP Cron','2021-02-24 17:39:32','2021-02-24 09:39:32'),(120058,42931,'action created','2021-02-24 17:39:33','2021-02-24 09:39:33'),(120059,42931,'action started via WP Cron','2021-02-24 17:40:34','2021-02-24 09:40:34'),(120060,42931,'action complete via WP Cron','2021-02-24 17:40:34','2021-02-24 09:40:34'),(120061,42932,'action created','2021-02-24 17:40:34','2021-02-24 09:40:34'),(120062,42932,'action started via WP Cron','2021-02-24 17:42:20','2021-02-24 09:42:20'),(120063,42932,'action complete via WP Cron','2021-02-24 17:42:20','2021-02-24 09:42:20'),(120064,42933,'action created','2021-02-24 17:42:21','2021-02-24 09:42:21'),(120065,42933,'action started via WP Cron','2021-02-24 17:48:44','2021-02-24 09:48:44'),(120066,42933,'action complete via WP Cron','2021-02-24 17:48:44','2021-02-24 09:48:44'),(120067,42934,'action created','2021-02-24 17:48:45','2021-02-24 09:48:45'),(120068,42934,'action started via WP Cron','2021-02-24 17:50:40','2021-02-24 09:50:40'),(120069,42934,'action complete via WP Cron','2021-02-24 17:50:40','2021-02-24 09:50:40'),(120070,42935,'action created','2021-02-24 17:50:40','2021-02-24 09:50:40'),(120071,42935,'action started via WP Cron','2021-02-24 17:52:41','2021-02-24 09:52:41'),(120072,42935,'action complete via WP Cron','2021-02-24 17:52:41','2021-02-24 09:52:41'),(120073,42936,'action created','2021-02-24 17:52:41','2021-02-24 09:52:41'),(120074,42936,'action started via WP Cron','2021-02-24 17:53:43','2021-02-24 09:53:43'),(120075,42936,'action complete via WP Cron','2021-02-24 17:53:43','2021-02-24 09:53:43'),(120076,42937,'action created','2021-02-24 17:53:44','2021-02-24 09:53:44'),(120077,42937,'action started via WP Cron','2021-02-24 17:54:44','2021-02-24 09:54:44'),(120078,42937,'action complete via WP Cron','2021-02-24 17:54:44','2021-02-24 09:54:44'),(120079,42938,'action created','2021-02-24 17:54:44','2021-02-24 09:54:44'),(120080,42938,'action started via WP Cron','2021-02-24 17:57:41','2021-02-24 09:57:41'),(120081,42938,'action complete via WP Cron','2021-02-24 17:57:41','2021-02-24 09:57:41'),(120082,42939,'action created','2021-02-24 17:57:41','2021-02-24 09:57:41'),(120083,42939,'action started via WP Cron','2021-02-24 18:05:15','2021-02-24 10:05:15'),(120084,42939,'action complete via WP Cron','2021-02-24 18:05:15','2021-02-24 10:05:15'),(120085,42940,'action created','2021-02-24 18:05:15','2021-02-24 10:05:15'),(120086,42940,'action started via WP Cron','2021-02-24 18:08:58','2021-02-24 10:08:58'),(120087,42940,'action complete via WP Cron','2021-02-24 18:08:58','2021-02-24 10:08:58'),(120088,42941,'action created','2021-02-24 18:08:58','2021-02-24 10:08:58'),(120089,42941,'action started via WP Cron','2021-02-24 18:10:00','2021-02-24 10:10:00'),(120090,42941,'action complete via WP Cron','2021-02-24 18:10:00','2021-02-24 10:10:00'),(120091,42942,'action created','2021-02-24 18:10:00','2021-02-24 10:10:00'),(120092,42942,'action started via WP Cron','2021-02-24 18:12:02','2021-02-24 10:12:02'),(120093,42942,'action complete via WP Cron','2021-02-24 18:12:02','2021-02-24 10:12:02'),(120094,42943,'action created','2021-02-24 18:12:28','2021-02-24 10:12:28'),(120095,42943,'action started via WP Cron','2021-02-24 18:13:02','2021-02-24 10:13:02'),(120096,42943,'action complete via WP Cron','2021-02-24 18:13:02','2021-02-24 10:13:02'),(120097,42944,'action created','2021-02-24 18:13:02','2021-02-24 10:13:02'),(120098,42944,'action started via WP Cron','2021-02-24 18:14:04','2021-02-24 10:14:04'),(120099,42944,'action complete via WP Cron','2021-02-24 18:14:04','2021-02-24 10:14:04'),(120100,42945,'action created','2021-02-24 18:14:04','2021-02-24 10:14:04'),(120101,42945,'action started via WP Cron','2021-02-24 18:14:47','2021-02-24 10:14:47'),(120102,42945,'action complete via WP Cron','2021-02-24 18:14:47','2021-02-24 10:14:47'),(120103,42946,'action created','2021-02-24 18:14:47','2021-02-24 10:14:47'),(120104,42946,'action started via WP Cron','2021-02-24 18:15:48','2021-02-24 10:15:48'),(120105,42946,'action complete via WP Cron','2021-02-24 18:15:48','2021-02-24 10:15:48'),(120106,42947,'action created','2021-02-24 18:15:48','2021-02-24 10:15:48'),(120107,42947,'action started via WP Cron','2021-02-24 18:16:49','2021-02-24 10:16:49'),(120108,42947,'action complete via WP Cron','2021-02-24 18:16:49','2021-02-24 10:16:49'),(120109,42948,'action created','2021-02-24 18:16:49','2021-02-24 10:16:49'),(120110,42948,'action started via WP Cron','2021-02-24 18:22:39','2021-02-24 10:22:39'),(120111,42948,'action complete via WP Cron','2021-02-24 18:22:39','2021-02-24 10:22:39'),(120112,42949,'action created','2021-02-24 18:22:39','2021-02-24 10:22:39'),(120113,42949,'action started via WP Cron','2021-02-24 18:23:45','2021-02-24 10:23:45'),(120114,42949,'action complete via WP Cron','2021-02-24 18:23:45','2021-02-24 10:23:45'),(120115,42950,'action created','2021-02-24 18:23:45','2021-02-24 10:23:45'),(120116,42950,'action started via WP Cron','2021-02-24 18:28:34','2021-02-24 10:28:34'),(120117,42950,'action complete via WP Cron','2021-02-24 18:28:34','2021-02-24 10:28:34'),(120118,42951,'action created','2021-02-24 18:28:34','2021-02-24 10:28:34'),(120119,42951,'action started via WP Cron','2021-02-24 18:33:57','2021-02-24 10:33:57'),(120120,42951,'action complete via WP Cron','2021-02-24 18:33:57','2021-02-24 10:33:57'),(120121,42952,'action created','2021-02-24 18:33:57','2021-02-24 10:33:57'),(120122,42952,'action started via WP Cron','2021-02-24 18:35:42','2021-02-24 10:35:42'),(120123,42952,'action complete via WP Cron','2021-02-24 18:35:42','2021-02-24 10:35:42'),(120124,42953,'action created','2021-02-24 18:35:42','2021-02-24 10:35:42'),(120125,42953,'action started via WP Cron','2021-02-24 18:37:09','2021-02-24 10:37:09'),(120126,42953,'action complete via WP Cron','2021-02-24 18:37:09','2021-02-24 10:37:09'),(120127,42954,'action created','2021-02-24 18:37:09','2021-02-24 10:37:09'),(120128,42954,'action started via WP Cron','2021-02-24 18:39:32','2021-02-24 10:39:32'),(120129,42954,'action complete via WP Cron','2021-02-24 18:39:32','2021-02-24 10:39:32'),(120130,42955,'action created','2021-02-24 18:39:32','2021-02-24 10:39:32'),(120131,42955,'action started via WP Cron','2021-02-24 18:40:33','2021-02-24 10:40:33'),(120132,42955,'action complete via WP Cron','2021-02-24 18:40:33','2021-02-24 10:40:33'),(120133,42956,'action created','2021-02-24 18:40:33','2021-02-24 10:40:33'),(120134,42956,'action started via WP Cron','2021-02-24 18:41:33','2021-02-24 10:41:33'),(120135,42956,'action complete via WP Cron','2021-02-24 18:41:33','2021-02-24 10:41:33'),(120136,42957,'action created','2021-02-24 18:41:33','2021-02-24 10:41:33'),(120137,42957,'action started via WP Cron','2021-02-24 18:42:41','2021-02-24 10:42:41'),(120138,42957,'action complete via WP Cron','2021-02-24 18:42:41','2021-02-24 10:42:41'),(120139,42958,'action created','2021-02-24 18:42:41','2021-02-24 10:42:41'),(120140,42958,'action started via WP Cron','2021-02-24 18:43:43','2021-02-24 10:43:43'),(120141,42958,'action complete via WP Cron','2021-02-24 18:43:43','2021-02-24 10:43:43'),(120142,42959,'action created','2021-02-24 18:43:43','2021-02-24 10:43:43'),(120143,42959,'action started via WP Cron','2021-02-24 18:48:44','2021-02-24 10:48:44'),(120144,42959,'action complete via WP Cron','2021-02-24 18:48:44','2021-02-24 10:48:44'),(120145,42960,'action created','2021-02-24 18:48:44','2021-02-24 10:48:44'),(120146,42960,'action started via WP Cron','2021-02-24 18:54:50','2021-02-24 10:54:50'),(120147,42960,'action complete via WP Cron','2021-02-24 18:54:50','2021-02-24 10:54:50'),(120148,42961,'action created','2021-02-24 18:54:50','2021-02-24 10:54:50'),(120149,42961,'action started via WP Cron','2021-02-24 18:55:44','2021-02-24 10:55:44'),(120150,42961,'action complete via WP Cron','2021-02-24 18:55:44','2021-02-24 10:55:44'),(120151,42962,'action created','2021-02-24 18:55:44','2021-02-24 10:55:44'),(120152,42962,'action started via WP Cron','2021-02-24 18:56:45','2021-02-24 10:56:45'),(120153,42962,'action complete via WP Cron','2021-02-24 18:56:45','2021-02-24 10:56:45'),(120154,42963,'action created','2021-02-24 18:56:45','2021-02-24 10:56:45'),(120155,42963,'action started via WP Cron','2021-02-24 18:58:21','2021-02-24 10:58:21'),(120156,42963,'action complete via WP Cron','2021-02-24 18:58:21','2021-02-24 10:58:21'),(120157,42964,'action created','2021-02-24 18:58:21','2021-02-24 10:58:21'),(120158,42964,'action started via WP Cron','2021-02-24 18:58:47','2021-02-24 10:58:47'),(120159,42964,'action complete via WP Cron','2021-02-24 18:58:47','2021-02-24 10:58:47'),(120160,42965,'action created','2021-02-24 18:58:47','2021-02-24 10:58:47'),(120161,42965,'action started via WP Cron','2021-02-24 18:59:55','2021-02-24 10:59:55'),(120162,42965,'action complete via WP Cron','2021-02-24 18:59:55','2021-02-24 10:59:55'),(120163,42966,'action created','2021-02-24 18:59:55','2021-02-24 10:59:55'),(120164,42966,'action started via WP Cron','2021-02-24 19:01:25','2021-02-24 11:01:25'),(120165,42966,'action complete via WP Cron','2021-02-24 19:01:25','2021-02-24 11:01:25'),(120166,42967,'action created','2021-02-24 19:01:26','2021-02-24 11:01:26'),(120167,42967,'action started via WP Cron','2021-02-24 19:02:28','2021-02-24 11:02:28'),(120168,42967,'action complete via WP Cron','2021-02-24 19:02:28','2021-02-24 11:02:28'),(120169,42968,'action created','2021-02-24 19:02:28','2021-02-24 11:02:28'),(120170,42968,'action started via WP Cron','2021-02-24 19:07:14','2021-02-24 11:07:14'),(120171,42968,'action complete via WP Cron','2021-02-24 19:07:14','2021-02-24 11:07:14'),(120172,42969,'action created','2021-02-24 19:07:14','2021-02-24 11:07:14'),(120173,42969,'action started via WP Cron','2021-02-24 19:07:46','2021-02-24 11:07:46'),(120174,42969,'action complete via WP Cron','2021-02-24 19:07:46','2021-02-24 11:07:46'),(120175,42970,'action created','2021-02-24 19:07:47','2021-02-24 11:07:47'),(120176,42970,'action started via WP Cron','2021-02-24 19:11:54','2021-02-24 11:11:54'),(120177,42970,'action complete via WP Cron','2021-02-24 19:11:54','2021-02-24 11:11:54'),(120178,42971,'action created','2021-02-24 19:11:54','2021-02-24 11:11:54'),(120179,42971,'action started via WP Cron','2021-02-24 19:13:29','2021-02-24 11:13:29'),(120180,42971,'action complete via WP Cron','2021-02-24 19:13:29','2021-02-24 11:13:29'),(120181,42972,'action created','2021-02-24 19:13:30','2021-02-24 11:13:30'),(120182,42972,'action started via WP Cron','2021-02-24 19:14:23','2021-02-24 11:14:23'),(120183,42972,'action complete via WP Cron','2021-02-24 19:14:23','2021-02-24 11:14:23'),(120184,42973,'action created','2021-02-24 19:14:23','2021-02-24 11:14:23'),(120185,42973,'action started via WP Cron','2021-02-24 19:14:46','2021-02-24 11:14:46'),(120186,42973,'action complete via WP Cron','2021-02-24 19:14:46','2021-02-24 11:14:46'),(120187,42974,'action created','2021-02-24 19:14:46','2021-02-24 11:14:46'),(120188,42974,'action started via WP Cron','2021-02-24 19:17:26','2021-02-24 11:17:26'),(120189,42974,'action complete via WP Cron','2021-02-24 19:17:26','2021-02-24 11:17:26'),(120190,42975,'action created','2021-02-24 19:17:26','2021-02-24 11:17:26'),(120191,42975,'action started via WP Cron','2021-02-24 19:17:41','2021-02-24 11:17:41'),(120192,42975,'action complete via WP Cron','2021-02-24 19:17:41','2021-02-24 11:17:41'),(120193,42976,'action created','2021-02-24 19:17:41','2021-02-24 11:17:41'),(120194,42976,'action started via WP Cron','2021-02-24 19:18:42','2021-02-24 11:18:42'),(120195,42976,'action complete via WP Cron','2021-02-24 19:18:42','2021-02-24 11:18:42'),(120196,42977,'action created','2021-02-24 19:18:43','2021-02-24 11:18:43'),(120197,42977,'action started via WP Cron','2021-02-24 19:19:44','2021-02-24 11:19:44'),(120198,42977,'action complete via WP Cron','2021-02-24 19:19:44','2021-02-24 11:19:44'),(120199,42978,'action created','2021-02-24 19:19:44','2021-02-24 11:19:44'),(120200,42978,'action started via WP Cron','2021-02-24 19:23:52','2021-02-24 11:23:52'),(120201,42978,'action complete via WP Cron','2021-02-24 19:23:52','2021-02-24 11:23:52'),(120202,42979,'action created','2021-02-24 19:23:52','2021-02-24 11:23:52'),(120203,42979,'action started via WP Cron','2021-02-24 19:24:40','2021-02-24 11:24:40'),(120204,42979,'action complete via WP Cron','2021-02-24 19:24:40','2021-02-24 11:24:40'),(120205,42980,'action created','2021-02-24 19:24:41','2021-02-24 11:24:41'),(120206,42980,'action started via WP Cron','2021-02-24 19:25:44','2021-02-24 11:25:44'),(120207,42980,'action complete via WP Cron','2021-02-24 19:25:44','2021-02-24 11:25:44'),(120208,42981,'action created','2021-02-24 19:25:44','2021-02-24 11:25:44'),(120209,42981,'action started via WP Cron','2021-02-24 19:26:45','2021-02-24 11:26:45'),(120210,42981,'action complete via WP Cron','2021-02-24 19:26:45','2021-02-24 11:26:45'),(120211,42982,'action created','2021-02-24 19:26:45','2021-02-24 11:26:45'),(120212,42982,'action started via WP Cron','2021-02-24 19:28:28','2021-02-24 11:28:28'),(120213,42982,'action complete via WP Cron','2021-02-24 19:28:28','2021-02-24 11:28:28'),(120214,42983,'action created','2021-02-24 19:28:29','2021-02-24 11:28:29'),(120215,42983,'action started via WP Cron','2021-02-24 19:28:49','2021-02-24 11:28:49'),(120216,42983,'action complete via WP Cron','2021-02-24 19:28:49','2021-02-24 11:28:49'),(120217,42984,'action created','2021-02-24 19:29:29','2021-02-24 11:29:29'),(120218,42984,'action started via WP Cron','2021-02-24 19:30:30','2021-02-24 11:30:30'),(120219,42984,'action complete via WP Cron','2021-02-24 19:30:30','2021-02-24 11:30:30'),(120220,42985,'action created','2021-02-24 19:30:30','2021-02-24 11:30:30'),(120221,42985,'action started via WP Cron','2021-02-24 19:30:57','2021-02-24 11:30:57'),(120222,42985,'action complete via WP Cron','2021-02-24 19:30:57','2021-02-24 11:30:57'),(120223,42986,'action created','2021-02-24 19:30:57','2021-02-24 11:30:57'),(120224,42986,'action started via WP Cron','2021-02-24 19:31:50','2021-02-24 11:31:50'),(120225,42986,'action complete via WP Cron','2021-02-24 19:31:51','2021-02-24 11:31:51'),(120226,42987,'action created','2021-02-24 19:31:51','2021-02-24 11:31:51'),(120227,42987,'action started via WP Cron','2021-02-24 19:38:29','2021-02-24 11:38:29'),(120228,42987,'action complete via WP Cron','2021-02-24 19:38:29','2021-02-24 11:38:29'),(120229,42988,'action created','2021-02-24 19:38:29','2021-02-24 11:38:29'),(120230,42988,'action started via WP Cron','2021-02-24 19:40:03','2021-02-24 11:40:03'),(120231,42988,'action complete via WP Cron','2021-02-24 19:40:03','2021-02-24 11:40:03'),(120232,42989,'action created','2021-02-24 19:41:03','2021-02-24 11:41:03'),(120233,42989,'action started via WP Cron','2021-02-24 19:42:25','2021-02-24 11:42:25'),(120234,42989,'action complete via WP Cron','2021-02-24 19:42:25','2021-02-24 11:42:25'),(120235,42990,'action created','2021-02-24 19:42:25','2021-02-24 11:42:25'),(120236,42990,'action started via WP Cron','2021-02-24 19:43:05','2021-02-24 11:43:05'),(120237,42990,'action complete via WP Cron','2021-02-24 19:43:05','2021-02-24 11:43:05'),(120238,42991,'action created','2021-02-24 19:43:05','2021-02-24 11:43:05'),(120239,42991,'action started via WP Cron','2021-02-24 19:44:27','2021-02-24 11:44:27'),(120240,42991,'action complete via WP Cron','2021-02-24 19:44:27','2021-02-24 11:44:27'),(120241,42992,'action created','2021-02-24 19:44:27','2021-02-24 11:44:27'),(120242,42992,'action started via WP Cron','2021-02-24 19:44:42','2021-02-24 11:44:42'),(120243,42992,'action complete via WP Cron','2021-02-24 19:44:42','2021-02-24 11:44:42'),(120244,42993,'action created','2021-02-24 19:44:43','2021-02-24 11:44:43'),(120245,42993,'action started via WP Cron','2021-02-24 19:45:43','2021-02-24 11:45:43'),(120246,42993,'action complete via WP Cron','2021-02-24 19:45:43','2021-02-24 11:45:43'),(120247,42994,'action created','2021-02-24 19:45:44','2021-02-24 11:45:44'),(120248,42994,'action started via WP Cron','2021-02-24 19:46:45','2021-02-24 11:46:45'),(120249,42994,'action complete via WP Cron','2021-02-24 19:46:45','2021-02-24 11:46:45'),(120250,42995,'action created','2021-02-24 19:46:45','2021-02-24 11:46:45'),(120251,42995,'action started via WP Cron','2021-02-24 19:50:07','2021-02-24 11:50:07'),(120252,42995,'action complete via WP Cron','2021-02-24 19:50:07','2021-02-24 11:50:07'),(120253,42996,'action created','2021-02-24 19:50:08','2021-02-24 11:50:08'),(120254,42996,'action started via WP Cron','2021-02-24 19:53:35','2021-02-24 11:53:35'),(120255,42996,'action complete via WP Cron','2021-02-24 19:53:35','2021-02-24 11:53:35'),(120256,42997,'action created','2021-02-24 19:53:35','2021-02-24 11:53:35'),(120257,42997,'action started via WP Cron','2021-02-24 19:55:14','2021-02-24 11:55:14'),(120258,42997,'action complete via WP Cron','2021-02-24 19:55:14','2021-02-24 11:55:14'),(120259,42998,'action created','2021-02-24 19:55:19','2021-02-24 11:55:19'),(120260,42998,'action started via WP Cron','2021-02-24 19:55:43','2021-02-24 11:55:43'),(120261,42998,'action complete via WP Cron','2021-02-24 19:55:43','2021-02-24 11:55:43'),(120262,42999,'action created','2021-02-24 19:55:44','2021-02-24 11:55:44'),(120263,42999,'action started via WP Cron','2021-02-24 19:59:26','2021-02-24 11:59:26'),(120264,42999,'action complete via WP Cron','2021-02-24 19:59:26','2021-02-24 11:59:26'),(120265,43000,'action created','2021-02-24 19:59:28','2021-02-24 11:59:28'),(120266,43000,'action started via WP Cron','2021-02-24 20:00:02','2021-02-24 12:00:02'),(120267,43000,'action complete via WP Cron','2021-02-24 20:00:02','2021-02-24 12:00:02'),(120268,43001,'action created','2021-02-24 20:03:30','2021-02-24 12:03:30'),(120269,43001,'action started via WP Cron','2021-02-24 20:04:33','2021-02-24 12:04:33'),(120270,43001,'action complete via WP Cron','2021-02-24 20:04:34','2021-02-24 12:04:34'),(120271,43002,'action created','2021-02-24 20:04:34','2021-02-24 12:04:34'),(120272,43002,'action started via WP Cron','2021-02-24 20:06:31','2021-02-24 12:06:31'),(120273,43002,'action complete via WP Cron','2021-02-24 20:06:31','2021-02-24 12:06:31'),(120274,43003,'action created','2021-02-24 20:06:32','2021-02-24 12:06:32'),(120275,43003,'action started via WP Cron','2021-02-24 20:07:31','2021-02-24 12:07:31'),(120276,43003,'action complete via WP Cron','2021-02-24 20:07:31','2021-02-24 12:07:31'),(120277,43004,'action created','2021-02-24 20:07:31','2021-02-24 12:07:31'),(120278,43004,'action started via WP Cron','2021-02-24 20:09:17','2021-02-24 12:09:17'),(120279,43004,'action complete via WP Cron','2021-02-24 20:09:17','2021-02-24 12:09:17'),(120280,43005,'action created','2021-02-24 20:09:17','2021-02-24 12:09:17'),(120281,43005,'action started via WP Cron','2021-02-24 20:14:25','2021-02-24 12:14:25'),(120282,43005,'action complete via WP Cron','2021-02-24 20:14:25','2021-02-24 12:14:25'),(120283,43006,'action created','2021-02-24 20:14:25','2021-02-24 12:14:25'),(120284,43006,'action started via WP Cron','2021-02-24 20:19:34','2021-02-24 12:19:34'),(120285,43006,'action complete via WP Cron','2021-02-24 20:19:34','2021-02-24 12:19:34'),(120286,43007,'action created','2021-02-24 20:19:34','2021-02-24 12:19:34'),(120287,43007,'action started via WP Cron','2021-02-24 20:20:28','2021-02-24 12:20:28'),(120288,43007,'action complete via WP Cron','2021-02-24 20:20:28','2021-02-24 12:20:28'),(120289,43008,'action created','2021-02-24 20:20:28','2021-02-24 12:20:28'),(120290,43008,'action started via WP Cron','2021-02-24 20:21:29','2021-02-24 12:21:29'),(120291,43008,'action complete via WP Cron','2021-02-24 20:21:29','2021-02-24 12:21:29'),(120292,43009,'action created','2021-02-24 20:23:04','2021-02-24 12:23:04'),(120293,43009,'action started via WP Cron','2021-02-24 20:24:33','2021-02-24 12:24:33'),(120294,43009,'action complete via WP Cron','2021-02-24 20:24:33','2021-02-24 12:24:33'),(120295,43010,'action created','2021-02-24 20:24:33','2021-02-24 12:24:33'),(120296,43010,'action started via WP Cron','2021-02-24 20:24:58','2021-02-24 12:24:58'),(120297,43010,'action complete via WP Cron','2021-02-24 20:24:58','2021-02-24 12:24:58'),(120298,43011,'action created','2021-02-24 20:24:58','2021-02-24 12:24:58'),(120299,43011,'action started via WP Cron','2021-02-24 20:28:47','2021-02-24 12:28:47'),(120300,43011,'action complete via WP Cron','2021-02-24 20:28:47','2021-02-24 12:28:47'),(120301,43012,'action created','2021-02-24 20:28:47','2021-02-24 12:28:47'),(120302,43012,'action started via WP Cron','2021-02-24 20:29:47','2021-02-24 12:29:47'),(120303,43012,'action complete via WP Cron','2021-02-24 20:29:47','2021-02-24 12:29:47'),(120304,43013,'action created','2021-02-24 20:29:47','2021-02-24 12:29:47'),(120305,43013,'action started via WP Cron','2021-02-24 20:30:48','2021-02-24 12:30:48'),(120306,43013,'action complete via WP Cron','2021-02-24 20:30:48','2021-02-24 12:30:48'),(120307,43014,'action created','2021-02-24 20:30:48','2021-02-24 12:30:48'),(120308,43014,'action started via WP Cron','2021-02-24 20:31:49','2021-02-24 12:31:49'),(120309,43014,'action complete via WP Cron','2021-02-24 20:31:49','2021-02-24 12:31:49'),(120310,43015,'action created','2021-02-24 20:31:49','2021-02-24 12:31:49'),(120311,43015,'action started via WP Cron','2021-02-24 20:32:50','2021-02-24 12:32:50'),(120312,43015,'action complete via WP Cron','2021-02-24 20:32:50','2021-02-24 12:32:50'),(120313,43016,'action created','2021-02-24 20:32:50','2021-02-24 12:32:50'),(120314,43016,'action started via WP Cron','2021-02-24 20:36:53','2021-02-24 12:36:53'),(120315,43016,'action complete via WP Cron','2021-02-24 20:36:53','2021-02-24 12:36:53'),(120316,43017,'action created','2021-02-24 20:36:53','2021-02-24 12:36:53'),(120317,43017,'action started via WP Cron','2021-02-24 20:38:49','2021-02-24 12:38:49'),(120318,43017,'action complete via WP Cron','2021-02-24 20:38:49','2021-02-24 12:38:49'),(120319,43018,'action created','2021-02-24 20:38:49','2021-02-24 12:38:49'),(120320,43018,'action started via WP Cron','2021-02-24 20:41:46','2021-02-24 12:41:46'),(120321,43018,'action complete via WP Cron','2021-02-24 20:41:46','2021-02-24 12:41:46'),(120322,43019,'action created','2021-02-24 20:41:46','2021-02-24 12:41:46'),(120323,43019,'action started via WP Cron','2021-02-24 20:44:59','2021-02-24 12:44:59'),(120324,43019,'action complete via WP Cron','2021-02-24 20:44:59','2021-02-24 12:44:59'),(120325,43020,'action created','2021-02-24 20:45:00','2021-02-24 12:45:00'),(120326,43020,'action started via WP Cron','2021-02-24 20:46:49','2021-02-24 12:46:49'),(120327,43020,'action complete via WP Cron','2021-02-24 20:46:49','2021-02-24 12:46:49'),(120328,43021,'action created','2021-02-24 20:46:50','2021-02-24 12:46:50'),(120329,43021,'action started via WP Cron','2021-02-24 20:47:45','2021-02-24 12:47:45'),(120330,43021,'action complete via WP Cron','2021-02-24 20:47:45','2021-02-24 12:47:45'),(120331,43022,'action created','2021-02-24 20:47:45','2021-02-24 12:47:45'),(120332,43022,'action started via WP Cron','2021-02-24 20:48:46','2021-02-24 12:48:46'),(120333,43022,'action complete via WP Cron','2021-02-24 20:48:46','2021-02-24 12:48:46'),(120334,43023,'action created','2021-02-24 20:48:46','2021-02-24 12:48:46'),(120335,43023,'action started via WP Cron','2021-02-24 20:49:46','2021-02-24 12:49:46'),(120336,43023,'action complete via WP Cron','2021-02-24 20:49:46','2021-02-24 12:49:46'),(120337,43024,'action created','2021-02-24 20:49:47','2021-02-24 12:49:47'),(120338,43024,'action started via WP Cron','2021-02-24 20:53:41','2021-02-24 12:53:41'),(120339,43024,'action complete via WP Cron','2021-02-24 20:53:41','2021-02-24 12:53:41'),(120340,43025,'action created','2021-02-24 20:53:41','2021-02-24 12:53:41'),(120341,43025,'action started via WP Cron','2021-02-24 20:55:14','2021-02-24 12:55:14'),(120342,43025,'action complete via WP Cron','2021-02-24 20:55:14','2021-02-24 12:55:14'),(120343,43026,'action created','2021-02-24 20:55:14','2021-02-24 12:55:14'),(120344,43026,'action started via WP Cron','2021-02-24 20:58:07','2021-02-24 12:58:07'),(120345,43026,'action complete via WP Cron','2021-02-24 20:58:07','2021-02-24 12:58:07'),(120346,43027,'action created','2021-02-24 20:58:07','2021-02-24 12:58:07'),(120347,43027,'action started via WP Cron','2021-02-24 21:08:32','2021-02-24 13:08:32'),(120348,43027,'action complete via WP Cron','2021-02-24 21:08:32','2021-02-24 13:08:32'),(120349,43028,'action created','2021-02-24 21:08:32','2021-02-24 13:08:32'),(120350,43028,'action started via WP Cron','2021-02-24 21:10:33','2021-02-24 13:10:33'),(120351,43028,'action complete via WP Cron','2021-02-24 21:10:33','2021-02-24 13:10:33'),(120352,43029,'action created','2021-02-24 21:10:33','2021-02-24 13:10:33'),(120353,43029,'action started via WP Cron','2021-02-24 21:10:47','2021-02-24 13:10:47'),(120354,43029,'action complete via WP Cron','2021-02-24 21:10:47','2021-02-24 13:10:47'),(120355,43030,'action created','2021-02-24 21:10:48','2021-02-24 13:10:48'),(120356,43030,'action started via WP Cron','2021-02-24 21:11:48','2021-02-24 13:11:48'),(120357,43030,'action complete via WP Cron','2021-02-24 21:11:48','2021-02-24 13:11:48'),(120358,43031,'action created','2021-02-24 21:11:48','2021-02-24 13:11:48'),(120359,43031,'action started via WP Cron','2021-02-24 21:12:49','2021-02-24 13:12:49'),(120360,43031,'action complete via WP Cron','2021-02-24 21:12:49','2021-02-24 13:12:49'),(120361,43032,'action created','2021-02-24 21:12:50','2021-02-24 13:12:50'),(120362,43032,'action started via WP Cron','2021-02-24 21:15:00','2021-02-24 13:15:00'),(120363,43032,'action complete via WP Cron','2021-02-24 21:15:00','2021-02-24 13:15:00'),(120364,43033,'action created','2021-02-24 21:15:00','2021-02-24 13:15:00'),(120365,43033,'action started via WP Cron','2021-02-24 21:16:48','2021-02-24 13:16:48'),(120366,43033,'action complete via WP Cron','2021-02-24 21:16:48','2021-02-24 13:16:48'),(120367,43034,'action created','2021-02-24 21:16:48','2021-02-24 13:16:48'),(120368,43034,'action started via WP Cron','2021-02-24 21:21:54','2021-02-24 13:21:54'),(120369,43034,'action complete via WP Cron','2021-02-24 21:21:54','2021-02-24 13:21:54'),(120370,43035,'action created','2021-02-24 21:21:54','2021-02-24 13:21:54'),(120371,43035,'action started via WP Cron','2021-02-24 21:24:38','2021-02-24 13:24:38'),(120372,43035,'action complete via WP Cron','2021-02-24 21:24:38','2021-02-24 13:24:38'),(120373,43036,'action created','2021-02-24 21:24:38','2021-02-24 13:24:38'),(120374,43036,'action started via WP Cron','2021-02-24 21:25:32','2021-02-24 13:25:32'),(120375,43036,'action complete via WP Cron','2021-02-24 21:25:32','2021-02-24 13:25:32'),(120376,43037,'action created','2021-02-24 21:25:32','2021-02-24 13:25:32'),(120377,43037,'action started via WP Cron','2021-02-24 21:26:33','2021-02-24 13:26:33'),(120378,43037,'action complete via WP Cron','2021-02-24 21:26:33','2021-02-24 13:26:33'),(120379,43038,'action created','2021-02-24 21:26:33','2021-02-24 13:26:33'),(120380,43038,'action started via WP Cron','2021-02-24 21:27:34','2021-02-24 13:27:34'),(120381,43038,'action complete via WP Cron','2021-02-24 21:27:34','2021-02-24 13:27:34'),(120382,43039,'action created','2021-02-24 21:27:34','2021-02-24 13:27:34'),(120383,43039,'action started via WP Cron','2021-02-24 21:28:35','2021-02-24 13:28:35'),(120384,43039,'action complete via WP Cron','2021-02-24 21:28:35','2021-02-24 13:28:35'),(120385,43040,'action created','2021-02-24 21:28:35','2021-02-24 13:28:35'),(120386,43040,'action started via WP Cron','2021-02-24 21:32:49','2021-02-24 13:32:49'),(120387,43040,'action complete via WP Cron','2021-02-24 21:32:49','2021-02-24 13:32:49'),(120388,43041,'action created','2021-02-24 21:32:49','2021-02-24 13:32:49'),(120389,43041,'action started via WP Cron','2021-02-24 21:33:48','2021-02-24 13:33:48'),(120390,43041,'action complete via WP Cron','2021-02-24 21:33:48','2021-02-24 13:33:48'),(120391,43042,'action created','2021-02-24 21:33:48','2021-02-24 13:33:48'),(120392,43042,'action started via WP Cron','2021-02-24 21:34:51','2021-02-24 13:34:51'),(120393,43042,'action complete via WP Cron','2021-02-24 21:34:51','2021-02-24 13:34:51'),(120394,43043,'action created','2021-02-24 21:34:51','2021-02-24 13:34:51'),(120395,43043,'action started via WP Cron','2021-02-24 21:35:47','2021-02-24 13:35:47'),(120396,43043,'action complete via WP Cron','2021-02-24 21:35:47','2021-02-24 13:35:47'),(120397,43044,'action created','2021-02-24 21:35:48','2021-02-24 13:35:48'),(120398,43044,'action started via WP Cron','2021-02-24 21:38:21','2021-02-24 13:38:21'),(120399,43044,'action complete via WP Cron','2021-02-24 21:38:22','2021-02-24 13:38:22'),(120400,43045,'action created','2021-02-24 21:38:22','2021-02-24 13:38:22'),(120401,43045,'action started via WP Cron','2021-02-24 21:45:13','2021-02-24 13:45:13'),(120402,43045,'action complete via WP Cron','2021-02-24 21:45:13','2021-02-24 13:45:13'),(120403,43046,'action created','2021-02-24 21:45:13','2021-02-24 13:45:13'),(120404,43046,'action started via WP Cron','2021-02-24 21:49:29','2021-02-24 13:49:29'),(120405,43046,'action complete via WP Cron','2021-02-24 21:49:29','2021-02-24 13:49:29'),(120406,43047,'action created','2021-02-24 21:49:29','2021-02-24 13:49:29'),(120407,43047,'action started via WP Cron','2021-02-24 21:49:51','2021-02-24 13:49:51'),(120408,43047,'action complete via WP Cron','2021-02-24 21:49:51','2021-02-24 13:49:51'),(120409,43048,'action created','2021-02-24 21:49:52','2021-02-24 13:49:52'),(120410,43048,'action started via WP Cron','2021-02-24 21:50:53','2021-02-24 13:50:53'),(120411,43048,'action complete via WP Cron','2021-02-24 21:50:53','2021-02-24 13:50:53'),(120412,43049,'action created','2021-02-24 21:50:53','2021-02-24 13:50:53'),(120413,43049,'action started via WP Cron','2021-02-24 21:51:48','2021-02-24 13:51:48'),(120414,43049,'action complete via WP Cron','2021-02-24 21:51:48','2021-02-24 13:51:48'),(120415,43050,'action created','2021-02-24 21:51:48','2021-02-24 13:51:48'),(120416,43050,'action started via WP Cron','2021-02-24 21:52:49','2021-02-24 13:52:49'),(120417,43050,'action complete via WP Cron','2021-02-24 21:52:49','2021-02-24 13:52:49'),(120418,43051,'action created','2021-02-24 21:52:49','2021-02-24 13:52:49'),(120419,43051,'action started via WP Cron','2021-02-24 21:57:08','2021-02-24 13:57:08'),(120420,43051,'action complete via WP Cron','2021-02-24 21:57:08','2021-02-24 13:57:08'),(120421,43052,'action created','2021-02-24 21:57:08','2021-02-24 13:57:08'),(120422,43052,'action started via WP Cron','2021-02-24 21:58:11','2021-02-24 13:58:11'),(120423,43052,'action complete via WP Cron','2021-02-24 21:58:11','2021-02-24 13:58:11'),(120424,43053,'action created','2021-02-24 21:58:11','2021-02-24 13:58:11'),(120425,43053,'action started via WP Cron','2021-02-24 21:59:09','2021-02-24 13:59:09'),(120426,43053,'action complete via WP Cron','2021-02-24 21:59:09','2021-02-24 13:59:09'),(120427,43054,'action created','2021-02-24 21:59:09','2021-02-24 13:59:09'),(120428,43054,'action started via WP Cron','2021-02-24 22:00:39','2021-02-24 14:00:39'),(120429,43054,'action complete via WP Cron','2021-02-24 22:00:39','2021-02-24 14:00:39'),(120430,43055,'action created','2021-02-24 22:00:39','2021-02-24 14:00:39'),(120431,43055,'action started via WP Cron','2021-02-24 22:05:38','2021-02-24 14:05:38'),(120432,43055,'action complete via WP Cron','2021-02-24 22:05:38','2021-02-24 14:05:38'),(120433,43056,'action created','2021-02-24 22:05:38','2021-02-24 14:05:38'),(120434,43056,'action started via WP Cron','2021-02-24 22:06:15','2021-02-24 14:06:15'),(120435,43056,'action complete via WP Cron','2021-02-24 22:06:15','2021-02-24 14:06:15'),(120436,43057,'action created','2021-02-24 22:06:15','2021-02-24 14:06:15'),(120437,43057,'action started via WP Cron','2021-02-24 22:11:53','2021-02-24 14:11:53'),(120438,43057,'action complete via WP Cron','2021-02-24 22:11:53','2021-02-24 14:11:53'),(120439,43058,'action created','2021-02-24 22:11:54','2021-02-24 14:11:54'),(120440,43058,'action started via WP Cron','2021-02-24 22:13:34','2021-02-24 14:13:34'),(120441,43058,'action complete via WP Cron','2021-02-24 22:13:34','2021-02-24 14:13:34'),(120442,43059,'action created','2021-02-24 22:13:34','2021-02-24 14:13:34'),(120443,43059,'action started via WP Cron','2021-02-24 22:14:36','2021-02-24 14:14:36'),(120444,43059,'action complete via WP Cron','2021-02-24 22:14:36','2021-02-24 14:14:36'),(120445,43060,'action created','2021-02-24 22:14:37','2021-02-24 14:14:37'),(120446,43060,'action started via WP Cron','2021-02-24 22:15:37','2021-02-24 14:15:37'),(120447,43060,'action complete via WP Cron','2021-02-24 22:15:37','2021-02-24 14:15:37'),(120448,43061,'action created','2021-02-24 22:15:38','2021-02-24 14:15:38'),(120449,43061,'action started via WP Cron','2021-02-24 22:16:32','2021-02-24 14:16:32'),(120450,43061,'action complete via WP Cron','2021-02-24 22:16:32','2021-02-24 14:16:32'),(120451,43062,'action created','2021-02-24 22:16:32','2021-02-24 14:16:32'),(120452,43062,'action started via WP Cron','2021-02-24 22:17:37','2021-02-24 14:17:37'),(120453,43062,'action complete via WP Cron','2021-02-24 22:17:37','2021-02-24 14:17:37'),(120454,43063,'action created','2021-02-24 22:17:37','2021-02-24 14:17:37'),(120455,43063,'action started via WP Cron','2021-02-24 22:18:46','2021-02-24 14:18:46'),(120456,43063,'action complete via WP Cron','2021-02-24 22:18:46','2021-02-24 14:18:46'),(120457,43064,'action created','2021-02-24 22:18:47','2021-02-24 14:18:47'),(120458,43064,'action started via WP Cron','2021-02-24 22:19:52','2021-02-24 14:19:52'),(120459,43064,'action complete via WP Cron','2021-02-24 22:19:52','2021-02-24 14:19:52'),(120460,43065,'action created','2021-02-24 22:19:52','2021-02-24 14:19:52'),(120461,43065,'action started via WP Cron','2021-02-24 22:20:44','2021-02-24 14:20:44'),(120462,43065,'action complete via WP Cron','2021-02-24 22:20:44','2021-02-24 14:20:44'),(120463,43066,'action created','2021-02-24 22:32:37','2021-02-24 14:32:37'),(120464,43066,'action started via WP Cron','2021-02-24 22:35:51','2021-02-24 14:35:51'),(120465,43066,'action complete via WP Cron','2021-02-24 22:35:51','2021-02-24 14:35:51'),(120466,43067,'action created','2021-02-24 22:35:51','2021-02-24 14:35:51'),(120467,43067,'action started via WP Cron','2021-02-24 22:36:52','2021-02-24 14:36:52'),(120468,43067,'action complete via WP Cron','2021-02-24 22:36:52','2021-02-24 14:36:52'),(120469,43068,'action created','2021-02-24 22:36:52','2021-02-24 14:36:52'),(120470,43068,'action started via WP Cron','2021-02-24 22:37:53','2021-02-24 14:37:53'),(120471,43068,'action complete via WP Cron','2021-02-24 22:37:53','2021-02-24 14:37:53'),(120472,43069,'action created','2021-02-24 22:37:53','2021-02-24 14:37:53'),(120473,43069,'action started via WP Cron','2021-02-24 22:39:55','2021-02-24 14:39:55'),(120474,43069,'action complete via WP Cron','2021-02-24 22:39:55','2021-02-24 14:39:55'),(120475,43070,'action created','2021-02-24 22:39:55','2021-02-24 14:39:55'),(120476,43070,'action started via WP Cron','2021-02-24 22:40:56','2021-02-24 14:40:56'),(120477,43070,'action complete via WP Cron','2021-02-24 22:40:56','2021-02-24 14:40:56'),(120478,43071,'action created','2021-02-24 22:40:56','2021-02-24 14:40:56'),(120479,43071,'action started via WP Cron','2021-02-24 22:51:37','2021-02-24 14:51:37'),(120480,43071,'action complete via WP Cron','2021-02-24 22:51:37','2021-02-24 14:51:37'),(120481,43072,'action created','2021-02-24 22:51:37','2021-02-24 14:51:37'),(120482,43072,'action started via WP Cron','2021-02-24 22:51:50','2021-02-24 14:51:50'),(120483,43072,'action complete via WP Cron','2021-02-24 22:51:50','2021-02-24 14:51:50'),(120484,43073,'action created','2021-02-24 22:51:50','2021-02-24 14:51:50'),(120485,43073,'action started via WP Cron','2021-02-24 22:52:58','2021-02-24 14:52:58'),(120486,43073,'action complete via WP Cron','2021-02-24 22:52:58','2021-02-24 14:52:58'),(120487,43074,'action created','2021-02-24 22:52:58','2021-02-24 14:52:58'),(120488,43074,'action started via WP Cron','2021-02-24 22:53:55','2021-02-24 14:53:55'),(120489,43074,'action complete via WP Cron','2021-02-24 22:53:55','2021-02-24 14:53:55'),(120490,43075,'action created','2021-02-24 22:53:55','2021-02-24 14:53:55'),(120491,43075,'action started via WP Cron','2021-02-24 22:54:56','2021-02-24 14:54:56'),(120492,43075,'action complete via WP Cron','2021-02-24 22:54:56','2021-02-24 14:54:56'),(120493,43076,'action created','2021-02-24 22:54:56','2021-02-24 14:54:56'),(120494,43076,'action started via WP Cron','2021-02-24 22:56:58','2021-02-24 14:56:58'),(120495,43076,'action complete via WP Cron','2021-02-24 22:56:58','2021-02-24 14:56:58'),(120496,43077,'action created','2021-02-24 22:56:58','2021-02-24 14:56:58'),(120497,43077,'action started via WP Cron','2021-02-24 22:57:59','2021-02-24 14:57:59'),(120498,43077,'action complete via WP Cron','2021-02-24 22:57:59','2021-02-24 14:57:59'),(120499,43078,'action created','2021-02-24 22:58:00','2021-02-24 14:58:00'),(120500,43078,'action started via WP Cron','2021-02-24 22:59:00','2021-02-24 14:59:00'),(120501,43078,'action complete via WP Cron','2021-02-24 22:59:00','2021-02-24 14:59:00'),(120502,43079,'action created','2021-02-24 22:59:00','2021-02-24 14:59:00'),(120503,43079,'action started via WP Cron','2021-02-24 23:00:19','2021-02-24 15:00:19'),(120504,43079,'action complete via WP Cron','2021-02-24 23:00:19','2021-02-24 15:00:19'),(120505,43080,'action created','2021-02-24 23:00:19','2021-02-24 15:00:19'),(120506,43080,'action started via WP Cron','2021-02-24 23:01:24','2021-02-24 15:01:24'),(120507,43080,'action complete via WP Cron','2021-02-24 23:01:24','2021-02-24 15:01:24'),(120508,43081,'action created','2021-02-24 23:01:24','2021-02-24 15:01:24'),(120509,43081,'action started via WP Cron','2021-02-24 23:07:59','2021-02-24 15:07:59'),(120510,43081,'action complete via WP Cron','2021-02-24 23:07:59','2021-02-24 15:07:59'),(120511,43082,'action created','2021-02-24 23:07:59','2021-02-24 15:07:59'),(120512,43082,'action started via WP Cron','2021-02-24 23:10:14','2021-02-24 15:10:14'),(120513,43082,'action complete via WP Cron','2021-02-24 23:10:14','2021-02-24 15:10:14'),(120514,43083,'action created','2021-02-24 23:10:15','2021-02-24 15:10:15'),(120515,43083,'action started via WP Cron','2021-02-24 23:14:33','2021-02-24 15:14:33'),(120516,43083,'action complete via WP Cron','2021-02-24 23:14:33','2021-02-24 15:14:33'),(120517,43084,'action created','2021-02-24 23:14:33','2021-02-24 15:14:33'),(120518,43084,'action started via WP Cron','2021-02-24 23:18:49','2021-02-24 15:18:49'),(120519,43084,'action complete via WP Cron','2021-02-24 23:18:49','2021-02-24 15:18:49'),(120520,43085,'action created','2021-02-24 23:18:50','2021-02-24 15:18:50'),(120521,43085,'action started via WP Cron','2021-02-24 23:19:55','2021-02-24 15:19:55'),(120522,43085,'action complete via WP Cron','2021-02-24 23:19:55','2021-02-24 15:19:55'),(120523,43086,'action created','2021-02-24 23:19:55','2021-02-24 15:19:55'),(120524,43086,'action started via WP Cron','2021-02-24 23:21:59','2021-02-24 15:21:59'),(120525,43086,'action complete via WP Cron','2021-02-24 23:21:59','2021-02-24 15:21:59'),(120526,43087,'action created','2021-02-24 23:21:59','2021-02-24 15:21:59'),(120527,43087,'action started via WP Cron','2021-02-24 23:23:00','2021-02-24 15:23:00'),(120528,43087,'action complete via WP Cron','2021-02-24 23:23:00','2021-02-24 15:23:00'),(120529,43088,'action created','2021-02-24 23:23:00','2021-02-24 15:23:00'),(120530,43088,'action started via WP Cron','2021-02-24 23:24:01','2021-02-24 15:24:01'),(120531,43088,'action complete via WP Cron','2021-02-24 23:24:01','2021-02-24 15:24:01'),(120532,43089,'action created','2021-02-24 23:24:01','2021-02-24 15:24:01'),(120533,43089,'action started via WP Cron','2021-02-24 23:35:57','2021-02-24 15:35:57'),(120534,43089,'action complete via WP Cron','2021-02-24 23:35:57','2021-02-24 15:35:57'),(120535,43090,'action created','2021-02-24 23:35:58','2021-02-24 15:35:58'),(120536,43090,'action started via WP Cron','2021-02-24 23:37:06','2021-02-24 15:37:06'),(120537,43090,'action complete via WP Cron','2021-02-24 23:37:06','2021-02-24 15:37:06'),(120538,43091,'action created','2021-02-24 23:37:06','2021-02-24 15:37:06'),(120539,43091,'action started via WP Cron','2021-02-24 23:38:06','2021-02-24 15:38:06'),(120540,43091,'action complete via WP Cron','2021-02-24 23:38:06','2021-02-24 15:38:06'),(120541,43092,'action created','2021-02-24 23:38:06','2021-02-24 15:38:06'),(120542,43092,'action started via WP Cron','2021-02-24 23:40:08','2021-02-24 15:40:08'),(120543,43092,'action complete via WP Cron','2021-02-24 23:40:08','2021-02-24 15:40:08'),(120544,43093,'action created','2021-02-24 23:40:08','2021-02-24 15:40:08'),(120545,43093,'action started via WP Cron','2021-02-24 23:41:09','2021-02-24 15:41:09'),(120546,43093,'action complete via WP Cron','2021-02-24 23:41:09','2021-02-24 15:41:09'),(120547,43094,'action created','2021-02-24 23:41:09','2021-02-24 15:41:09'),(120548,43094,'action started via WP Cron','2021-02-24 23:42:10','2021-02-24 15:42:10'),(120549,43094,'action complete via WP Cron','2021-02-24 23:42:10','2021-02-24 15:42:10'),(120550,43095,'action created','2021-02-24 23:42:10','2021-02-24 15:42:10'),(120551,43095,'action started via WP Cron','2021-02-24 23:45:31','2021-02-24 15:45:31'),(120552,43095,'action complete via WP Cron','2021-02-24 23:45:31','2021-02-24 15:45:31'),(120553,43096,'action created','2021-02-24 23:45:31','2021-02-24 15:45:31'),(120554,43096,'action started via WP Cron','2021-02-24 23:51:08','2021-02-24 15:51:08'),(120555,43096,'action complete via WP Cron','2021-02-24 23:51:08','2021-02-24 15:51:08'),(120556,43097,'action created','2021-02-24 23:51:08','2021-02-24 15:51:08'),(120557,43097,'action started via WP Cron','2021-02-25 00:00:32','2021-02-24 16:00:32'),(120558,43097,'action complete via WP Cron','2021-02-25 00:00:32','2021-02-24 16:00:32'),(120559,43098,'action created','2021-02-25 00:00:32','2021-02-24 16:00:32'),(120560,43098,'action started via WP Cron','2021-02-25 00:03:22','2021-02-24 16:03:22'),(120561,43098,'action complete via WP Cron','2021-02-25 00:03:22','2021-02-24 16:03:22'),(120562,43099,'action created','2021-02-25 00:03:23','2021-02-24 16:03:23'),(120563,43099,'action started via WP Cron','2021-02-25 00:04:23','2021-02-24 16:04:23'),(120564,43099,'action complete via WP Cron','2021-02-25 00:04:23','2021-02-24 16:04:23'),(120565,43100,'action created','2021-02-25 00:04:23','2021-02-24 16:04:23'),(120566,43100,'action started via WP Cron','2021-02-25 00:05:30','2021-02-24 16:05:30'),(120567,43100,'action complete via WP Cron','2021-02-25 00:05:30','2021-02-24 16:05:30'),(120568,43101,'action created','2021-02-25 00:05:30','2021-02-24 16:05:30'),(120569,43101,'action started via WP Cron','2021-02-25 00:07:31','2021-02-24 16:07:31'),(120570,43101,'action complete via WP Cron','2021-02-25 00:07:31','2021-02-24 16:07:31'),(120571,43102,'action created','2021-02-25 00:07:31','2021-02-24 16:07:31'),(120572,43102,'action started via WP Cron','2021-02-25 00:08:33','2021-02-24 16:08:33'),(120573,43102,'action complete via WP Cron','2021-02-25 00:08:33','2021-02-24 16:08:33'),(120574,43103,'action created','2021-02-25 00:08:33','2021-02-24 16:08:33'),(120575,43103,'action started via WP Cron','2021-02-25 00:09:11','2021-02-24 16:09:11'),(120576,43103,'action complete via WP Cron','2021-02-25 00:09:11','2021-02-24 16:09:11'),(120577,43104,'action created','2021-02-25 00:09:11','2021-02-24 16:09:11'),(120578,43104,'action started via WP Cron','2021-02-25 00:13:38','2021-02-24 16:13:38'),(120579,43104,'action complete via WP Cron','2021-02-25 00:13:38','2021-02-24 16:13:38'),(120580,43105,'action created','2021-02-25 00:13:38','2021-02-24 16:13:38'),(120581,43105,'action started via WP Cron','2021-02-25 00:14:46','2021-02-24 16:14:46'),(120582,43105,'action complete via WP Cron','2021-02-25 00:14:46','2021-02-24 16:14:46'),(120583,43106,'action created','2021-02-25 00:15:46','2021-02-24 16:15:46'),(120584,43106,'action started via WP Cron','2021-02-25 00:25:01','2021-02-24 16:25:01'),(120585,43106,'action complete via WP Cron','2021-02-25 00:25:01','2021-02-24 16:25:01'),(120586,43107,'action created','2021-02-25 00:25:01','2021-02-24 16:25:01'),(120587,43107,'action started via WP Cron','2021-02-25 00:26:02','2021-02-24 16:26:02'),(120588,43107,'action complete via WP Cron','2021-02-25 00:26:02','2021-02-24 16:26:02'),(120589,43108,'action created','2021-02-25 00:26:02','2021-02-24 16:26:02'),(120590,43108,'action started via WP Cron','2021-02-25 00:27:03','2021-02-24 16:27:03'),(120591,43108,'action complete via WP Cron','2021-02-25 00:27:03','2021-02-24 16:27:03'),(120592,43109,'action created','2021-02-25 00:27:03','2021-02-24 16:27:03'),(120593,43109,'action started via WP Cron','2021-02-25 00:28:04','2021-02-24 16:28:04'),(120594,43109,'action complete via WP Cron','2021-02-25 00:28:04','2021-02-24 16:28:04'),(120595,43110,'action created','2021-02-25 00:28:04','2021-02-24 16:28:04'),(120596,43110,'action started via WP Cron','2021-02-25 00:29:05','2021-02-24 16:29:05'),(120597,43110,'action complete via WP Cron','2021-02-25 00:29:05','2021-02-24 16:29:05'),(120598,43111,'action created','2021-02-25 00:29:05','2021-02-24 16:29:05'),(120599,43111,'action started via WP Cron','2021-02-25 00:30:06','2021-02-24 16:30:06'),(120600,43111,'action complete via WP Cron','2021-02-25 00:30:06','2021-02-24 16:30:06'),(120601,43112,'action created','2021-02-25 00:30:06','2021-02-24 16:30:06'),(120602,43112,'action started via WP Cron','2021-02-25 00:30:54','2021-02-24 16:30:54'),(120603,43112,'action complete via WP Cron','2021-02-25 00:30:54','2021-02-24 16:30:54'),(120604,43113,'action created','2021-02-25 00:30:54','2021-02-24 16:30:54'),(120605,43113,'action started via WP Cron','2021-02-25 00:36:24','2021-02-24 16:36:24'),(120606,43113,'action complete via WP Cron','2021-02-25 00:36:24','2021-02-24 16:36:24'),(120607,43114,'action created','2021-02-25 00:36:24','2021-02-24 16:36:24'),(120608,43114,'action started via WP Cron','2021-02-25 00:41:05','2021-02-24 16:41:05'),(120609,43114,'action complete via WP Cron','2021-02-25 00:41:05','2021-02-24 16:41:05'),(120610,43115,'action created','2021-02-25 00:41:05','2021-02-24 16:41:05'),(120611,43115,'action started via WP Cron','2021-02-25 00:43:10','2021-02-24 16:43:10'),(120612,43115,'action complete via WP Cron','2021-02-25 00:43:10','2021-02-24 16:43:10'),(120613,43116,'action created','2021-02-25 00:43:10','2021-02-24 16:43:10'),(120614,43116,'action started via WP Cron','2021-02-25 00:44:11','2021-02-24 16:44:11'),(120615,43116,'action complete via WP Cron','2021-02-25 00:44:11','2021-02-24 16:44:11'),(120616,43117,'action created','2021-02-25 00:44:11','2021-02-24 16:44:11'),(120617,43117,'action started via WP Cron','2021-02-25 00:45:12','2021-02-24 16:45:12'),(120618,43117,'action complete via WP Cron','2021-02-25 00:45:12','2021-02-24 16:45:12'),(120619,43118,'action created','2021-02-25 00:45:12','2021-02-24 16:45:12'),(120620,43118,'action started via WP Cron','2021-02-25 00:47:14','2021-02-24 16:47:14'),(120621,43118,'action complete via WP Cron','2021-02-25 00:47:14','2021-02-24 16:47:14'),(120622,43119,'action created','2021-02-25 00:47:14','2021-02-24 16:47:14'),(120623,43119,'action started via WP Cron','2021-02-25 00:48:15','2021-02-24 16:48:15'),(120624,43119,'action complete via WP Cron','2021-02-25 00:48:15','2021-02-24 16:48:15'),(120625,43120,'action created','2021-02-25 00:48:15','2021-02-24 16:48:15'),(120626,43120,'action started via WP Cron','2021-02-25 00:49:06','2021-02-24 16:49:06'),(120627,43120,'action complete via WP Cron','2021-02-25 00:49:06','2021-02-24 16:49:06'),(120628,43121,'action created','2021-02-25 00:49:06','2021-02-24 16:49:06'),(120629,43121,'action started via WP Cron','2021-02-25 00:49:57','2021-02-24 16:49:57'),(120630,43121,'action complete via WP Cron','2021-02-25 00:49:57','2021-02-24 16:49:57'),(120631,43122,'action created','2021-02-25 00:49:57','2021-02-24 16:49:57'),(120632,43122,'action started via WP Cron','2021-02-25 00:55:12','2021-02-24 16:55:12'),(120633,43122,'action complete via WP Cron','2021-02-25 00:55:12','2021-02-24 16:55:12'),(120634,43123,'action created','2021-02-25 00:55:12','2021-02-24 16:55:12'),(120635,43123,'action started via WP Cron','2021-02-25 00:56:29','2021-02-24 16:56:29'),(120636,43123,'action complete via WP Cron','2021-02-25 00:56:29','2021-02-24 16:56:29'),(120637,43124,'action created','2021-02-25 00:56:29','2021-02-24 16:56:29'),(120638,43124,'action started via WP Cron','2021-02-25 00:57:31','2021-02-24 16:57:31'),(120639,43124,'action complete via WP Cron','2021-02-25 00:57:31','2021-02-24 16:57:31'),(120640,43125,'action created','2021-02-25 00:57:31','2021-02-24 16:57:31'),(120641,43125,'action started via WP Cron','2021-02-25 00:58:32','2021-02-24 16:58:32'),(120642,43125,'action complete via WP Cron','2021-02-25 00:58:32','2021-02-24 16:58:32'),(120643,43126,'action created','2021-02-25 00:58:32','2021-02-24 16:58:32'),(120644,43126,'action started via WP Cron','2021-02-25 01:00:34','2021-02-24 17:00:34'),(120645,43126,'action complete via WP Cron','2021-02-25 01:00:34','2021-02-24 17:00:34'),(120646,43127,'action created','2021-02-25 01:00:34','2021-02-24 17:00:34'),(120647,43127,'action started via WP Cron','2021-02-25 01:01:37','2021-02-24 17:01:37'),(120648,43127,'action complete via WP Cron','2021-02-25 01:01:37','2021-02-24 17:01:37'),(120649,43128,'action created','2021-02-25 01:01:37','2021-02-24 17:01:37'),(120650,43128,'action started via WP Cron','2021-02-25 01:13:08','2021-02-24 17:13:08'),(120651,43128,'action complete via WP Cron','2021-02-25 01:13:08','2021-02-24 17:13:08'),(120652,43129,'action created','2021-02-25 01:13:09','2021-02-24 17:13:09'),(120653,43129,'action started via WP Cron','2021-02-25 01:14:09','2021-02-24 17:14:09'),(120654,43129,'action complete via WP Cron','2021-02-25 01:14:09','2021-02-24 17:14:09'),(120655,43130,'action created','2021-02-25 01:14:09','2021-02-24 17:14:09'),(120656,43130,'action started via WP Cron','2021-02-25 01:15:53','2021-02-24 17:15:53'),(120657,43130,'action complete via WP Cron','2021-02-25 01:15:53','2021-02-24 17:15:53'),(120658,43131,'action created','2021-02-25 01:15:53','2021-02-24 17:15:53'),(120659,43131,'action started via WP Cron','2021-02-25 01:16:46','2021-02-24 17:16:46'),(120660,43131,'action complete via WP Cron','2021-02-25 01:16:46','2021-02-24 17:16:46'),(120661,43132,'action created','2021-02-25 01:16:46','2021-02-24 17:16:46'),(120662,43132,'action started via WP Cron','2021-02-25 01:17:47','2021-02-24 17:17:47'),(120663,43132,'action complete via WP Cron','2021-02-25 01:17:47','2021-02-24 17:17:47'),(120664,43133,'action created','2021-02-25 01:17:48','2021-02-24 17:17:48'),(120665,43133,'action started via WP Cron','2021-02-25 01:19:49','2021-02-24 17:19:49'),(120666,43133,'action complete via WP Cron','2021-02-25 01:19:49','2021-02-24 17:19:49'),(120667,43134,'action created','2021-02-25 01:19:49','2021-02-24 17:19:49'),(120668,43134,'action started via WP Cron','2021-02-25 01:20:50','2021-02-24 17:20:50'),(120669,43134,'action complete via WP Cron','2021-02-25 01:20:50','2021-02-24 17:20:50'),(120670,43135,'action created','2021-02-25 01:20:51','2021-02-24 17:20:51'),(120671,43135,'action started via WP Cron','2021-02-25 01:21:51','2021-02-24 17:21:51'),(120672,43135,'action complete via WP Cron','2021-02-25 01:21:51','2021-02-24 17:21:51'),(120673,43136,'action created','2021-02-25 01:21:51','2021-02-24 17:21:51'),(120674,43136,'action started via WP Cron','2021-02-25 01:30:08','2021-02-24 17:30:08'),(120675,43136,'action complete via WP Cron','2021-02-25 01:30:08','2021-02-24 17:30:08'),(120676,43137,'action created','2021-02-25 01:30:08','2021-02-24 17:30:08'),(120677,43137,'action started via WP Cron','2021-02-25 01:31:07','2021-02-24 17:31:07'),(120678,43137,'action complete via WP Cron','2021-02-25 01:31:07','2021-02-24 17:31:07'),(120679,43138,'action created','2021-02-25 01:31:07','2021-02-24 17:31:07'),(120680,43138,'action started via WP Cron','2021-02-25 01:31:52','2021-02-24 17:31:52'),(120681,43138,'action complete via WP Cron','2021-02-25 01:31:52','2021-02-24 17:31:52'),(120682,43139,'action created','2021-02-25 01:31:52','2021-02-24 17:31:52'),(120683,43139,'action started via WP Cron','2021-02-25 01:32:42','2021-02-24 17:32:42'),(120684,43139,'action complete via WP Cron','2021-02-25 01:32:42','2021-02-24 17:32:42'),(120685,43140,'action created','2021-02-25 01:32:42','2021-02-24 17:32:42'),(120686,43140,'action started via WP Cron','2021-02-25 01:34:10','2021-02-24 17:34:10'),(120687,43140,'action complete via WP Cron','2021-02-25 01:34:10','2021-02-24 17:34:10'),(120688,43141,'action created','2021-02-25 01:34:10','2021-02-24 17:34:10'),(120689,43141,'action started via WP Cron','2021-02-25 01:35:10','2021-02-24 17:35:10'),(120690,43141,'action complete via WP Cron','2021-02-25 01:35:10','2021-02-24 17:35:10'),(120691,43142,'action created','2021-02-25 01:35:10','2021-02-24 17:35:10'),(120692,43142,'action started via WP Cron','2021-02-25 01:40:27','2021-02-24 17:40:27'),(120693,43142,'action complete via WP Cron','2021-02-25 01:40:27','2021-02-24 17:40:27'),(120694,43143,'action created','2021-02-25 01:40:27','2021-02-24 17:40:27'),(120695,43143,'action started via WP Cron','2021-02-25 01:41:36','2021-02-24 17:41:36'),(120696,43143,'action complete via WP Cron','2021-02-25 01:41:36','2021-02-24 17:41:36'),(120697,43144,'action created','2021-02-25 01:41:36','2021-02-24 17:41:36'),(120698,43144,'action started via WP Cron','2021-02-25 01:48:52','2021-02-24 17:48:52'),(120699,43144,'action complete via WP Cron','2021-02-25 01:48:52','2021-02-24 17:48:52'),(120700,43145,'action created','2021-02-25 01:48:52','2021-02-24 17:48:52'),(120701,43145,'action started via WP Cron','2021-02-25 01:50:16','2021-02-24 17:50:16'),(120702,43145,'action complete via WP Cron','2021-02-25 01:50:16','2021-02-24 17:50:16'),(120703,43146,'action created','2021-02-25 01:50:16','2021-02-24 17:50:16'),(120704,43146,'action started via WP Cron','2021-02-25 01:51:17','2021-02-24 17:51:17'),(120705,43146,'action complete via WP Cron','2021-02-25 01:51:17','2021-02-24 17:51:17'),(120706,43147,'action created','2021-02-25 01:51:17','2021-02-24 17:51:17'),(120707,43147,'action started via WP Cron','2021-02-25 01:53:07','2021-02-24 17:53:07'),(120708,43147,'action complete via WP Cron','2021-02-25 01:53:07','2021-02-24 17:53:07'),(120709,43148,'action created','2021-02-25 01:53:07','2021-02-24 17:53:07'),(120710,43148,'action started via WP Cron','2021-02-25 01:54:20','2021-02-24 17:54:20'),(120711,43148,'action complete via WP Cron','2021-02-25 01:54:20','2021-02-24 17:54:20'),(120712,43149,'action created','2021-02-25 01:54:20','2021-02-24 17:54:20'),(120713,43149,'action started via WP Cron','2021-02-25 01:55:59','2021-02-24 17:55:59'),(120714,43149,'action complete via WP Cron','2021-02-25 01:55:59','2021-02-24 17:55:59'),(120715,43150,'action created','2021-02-25 01:56:00','2021-02-24 17:56:00'),(120716,43150,'action started via WP Cron','2021-02-25 01:58:07','2021-02-24 17:58:07'),(120717,43150,'action complete via WP Cron','2021-02-25 01:58:07','2021-02-24 17:58:07'),(120718,43151,'action created','2021-02-25 01:58:07','2021-02-24 17:58:07'),(120719,43151,'action started via WP Cron','2021-02-25 02:03:21','2021-02-24 18:03:21'),(120720,43151,'action complete via WP Cron','2021-02-25 02:03:21','2021-02-24 18:03:21'),(120721,43152,'action created','2021-02-25 02:03:21','2021-02-24 18:03:21'),(120722,43152,'action started via WP Cron','2021-02-25 02:04:29','2021-02-24 18:04:29'),(120723,43152,'action complete via WP Cron','2021-02-25 02:04:29','2021-02-24 18:04:29'),(120724,43153,'action created','2021-02-25 02:04:29','2021-02-24 18:04:29'),(120725,43153,'action started via WP Cron','2021-02-25 02:05:30','2021-02-24 18:05:30'),(120726,43153,'action complete via WP Cron','2021-02-25 02:05:30','2021-02-24 18:05:30'),(120727,43154,'action created','2021-02-25 02:05:30','2021-02-24 18:05:30'),(120728,43154,'action started via WP Cron','2021-02-25 02:07:32','2021-02-24 18:07:32'),(120729,43154,'action complete via WP Cron','2021-02-25 02:07:32','2021-02-24 18:07:32'),(120730,43155,'action created','2021-02-25 02:07:32','2021-02-24 18:07:32'),(120731,43155,'action started via WP Cron','2021-02-25 02:08:28','2021-02-24 18:08:28'),(120732,43155,'action complete via WP Cron','2021-02-25 02:08:28','2021-02-24 18:08:28'),(120733,43156,'action created','2021-02-25 02:08:29','2021-02-24 18:08:29'),(120734,43156,'action started via WP Cron','2021-02-25 02:21:54','2021-02-24 18:21:54'),(120735,43156,'action complete via WP Cron','2021-02-25 02:21:54','2021-02-24 18:21:54'),(120736,43157,'action created','2021-02-25 02:21:55','2021-02-24 18:21:55'),(120737,43157,'action started via WP Cron','2021-02-25 02:22:52','2021-02-24 18:22:52'),(120738,43157,'action complete via WP Cron','2021-02-25 02:22:52','2021-02-24 18:22:52'),(120739,43158,'action created','2021-02-25 02:22:53','2021-02-24 18:22:53'),(120740,43158,'action started via WP Cron','2021-02-25 02:23:54','2021-02-24 18:23:54'),(120741,43158,'action complete via WP Cron','2021-02-25 02:23:54','2021-02-24 18:23:54'),(120742,43159,'action created','2021-02-25 02:23:54','2021-02-24 18:23:54'),(120743,43159,'action started via WP Cron','2021-02-25 02:25:01','2021-02-24 18:25:01'),(120744,43159,'action complete via WP Cron','2021-02-25 02:25:01','2021-02-24 18:25:01'),(120745,43160,'action created','2021-02-25 02:25:01','2021-02-24 18:25:01'),(120746,43160,'action started via WP Cron','2021-02-25 02:25:55','2021-02-24 18:25:55'),(120747,43160,'action complete via WP Cron','2021-02-25 02:25:55','2021-02-24 18:25:55'),(120748,43161,'action created','2021-02-25 02:25:55','2021-02-24 18:25:55'),(120749,43161,'action started via WP Cron','2021-02-25 02:26:56','2021-02-24 18:26:56'),(120750,43161,'action complete via WP Cron','2021-02-25 02:26:56','2021-02-24 18:26:56'),(120751,43162,'action created','2021-02-25 02:26:56','2021-02-24 18:26:56'),(120752,43162,'action started via WP Cron','2021-02-25 02:27:58','2021-02-24 18:27:58'),(120753,43162,'action complete via WP Cron','2021-02-25 02:27:58','2021-02-24 18:27:58'),(120754,43163,'action created','2021-02-25 02:27:58','2021-02-24 18:27:58'),(120755,43163,'action started via WP Cron','2021-02-25 02:35:57','2021-02-24 18:35:57'),(120756,43163,'action complete via WP Cron','2021-02-25 02:35:57','2021-02-24 18:35:57'),(120757,43164,'action created','2021-02-25 02:35:57','2021-02-24 18:35:57'),(120758,43164,'action started via WP Cron','2021-02-25 02:37:11','2021-02-24 18:37:11'),(120759,43164,'action complete via WP Cron','2021-02-25 02:37:11','2021-02-24 18:37:11'),(120760,43165,'action created','2021-02-25 02:37:12','2021-02-24 18:37:12'),(120761,43165,'action started via WP Cron','2021-02-25 02:38:13','2021-02-24 18:38:13'),(120762,43165,'action complete via WP Cron','2021-02-25 02:38:13','2021-02-24 18:38:13'),(120763,43166,'action created','2021-02-25 02:38:13','2021-02-24 18:38:13'),(120764,43166,'action started via WP Cron','2021-02-25 02:39:17','2021-02-24 18:39:17'),(120765,43166,'action complete via WP Cron','2021-02-25 02:39:17','2021-02-24 18:39:17'),(120766,43167,'action created','2021-02-25 02:39:17','2021-02-24 18:39:17'),(120767,43167,'action started via WP Cron','2021-02-25 02:40:14','2021-02-24 18:40:14'),(120768,43167,'action complete via WP Cron','2021-02-25 02:40:14','2021-02-24 18:40:14'),(120769,43168,'action created','2021-02-25 02:40:14','2021-02-24 18:40:14'),(120770,43168,'action started via WP Cron','2021-02-25 02:41:15','2021-02-24 18:41:15'),(120771,43168,'action complete via WP Cron','2021-02-25 02:41:15','2021-02-24 18:41:15'),(120772,43169,'action created','2021-02-25 02:41:16','2021-02-24 18:41:16'),(120773,43169,'action started via WP Cron','2021-02-25 02:47:30','2021-02-24 18:47:30'),(120774,43169,'action complete via WP Cron','2021-02-25 02:47:30','2021-02-24 18:47:30'),(120775,43170,'action created','2021-02-25 02:47:30','2021-02-24 18:47:30'),(120776,43170,'action started via WP Cron','2021-02-25 02:55:21','2021-02-24 18:55:21'),(120777,43170,'action complete via WP Cron','2021-02-25 02:55:21','2021-02-24 18:55:21'),(120778,43171,'action created','2021-02-25 02:55:21','2021-02-24 18:55:21'),(120779,43171,'action started via WP Cron','2021-02-25 02:56:22','2021-02-24 18:56:22'),(120780,43171,'action complete via WP Cron','2021-02-25 02:56:22','2021-02-24 18:56:22'),(120781,43172,'action created','2021-02-25 02:56:22','2021-02-24 18:56:22'),(120782,43172,'action started via WP Cron','2021-02-25 02:57:23','2021-02-24 18:57:23'),(120783,43172,'action complete via WP Cron','2021-02-25 02:57:23','2021-02-24 18:57:23'),(120784,43173,'action created','2021-02-25 02:57:23','2021-02-24 18:57:23'),(120785,43173,'action started via WP Cron','2021-02-25 02:57:48','2021-02-24 18:57:48'),(120786,43173,'action complete via WP Cron','2021-02-25 02:57:48','2021-02-24 18:57:48'),(120787,43174,'action created','2021-02-25 02:57:48','2021-02-24 18:57:48'),(120788,43174,'action started via WP Cron','2021-02-25 02:58:48','2021-02-24 18:58:48'),(120789,43174,'action complete via WP Cron','2021-02-25 02:58:48','2021-02-24 18:58:48'),(120790,43175,'action created','2021-02-25 02:58:48','2021-02-24 18:58:48'),(120791,43175,'action started via WP Cron','2021-02-25 02:59:50','2021-02-24 18:59:50'),(120792,43175,'action complete via WP Cron','2021-02-25 02:59:50','2021-02-24 18:59:50'),(120793,43176,'action created','2021-02-25 02:59:51','2021-02-24 18:59:51'),(120794,43176,'action started via WP Cron','2021-02-25 03:01:48','2021-02-24 19:01:48'),(120795,43176,'action complete via WP Cron','2021-02-25 03:01:48','2021-02-24 19:01:48'),(120796,43177,'action created','2021-02-25 03:01:48','2021-02-24 19:01:48'),(120797,43177,'action started via WP Cron','2021-02-25 03:04:07','2021-02-24 19:04:07'),(120798,43177,'action complete via WP Cron','2021-02-25 03:04:07','2021-02-24 19:04:07'),(120799,43178,'action created','2021-02-25 03:04:07','2021-02-24 19:04:07'),(120800,43178,'action started via WP Cron','2021-02-25 03:05:57','2021-02-24 19:05:57'),(120801,43178,'action complete via WP Cron','2021-02-25 03:05:57','2021-02-24 19:05:57'),(120802,43179,'action created','2021-02-25 03:05:57','2021-02-24 19:05:57'),(120803,43179,'action started via WP Cron','2021-02-25 03:07:03','2021-02-24 19:07:03'),(120804,43179,'action complete via WP Cron','2021-02-25 03:07:03','2021-02-24 19:07:03'),(120805,43180,'action created','2021-02-25 03:07:03','2021-02-24 19:07:03'),(120806,43180,'action started via WP Cron','2021-02-25 03:08:04','2021-02-24 19:08:04'),(120807,43180,'action complete via WP Cron','2021-02-25 03:08:04','2021-02-24 19:08:04'),(120808,43181,'action created','2021-02-25 03:08:04','2021-02-24 19:08:04'),(120809,43181,'action started via WP Cron','2021-02-25 03:09:05','2021-02-24 19:09:05'),(120810,43181,'action complete via WP Cron','2021-02-25 03:09:05','2021-02-24 19:09:05'),(120811,43182,'action created','2021-02-25 03:09:05','2021-02-24 19:09:05'),(120812,43182,'action started via WP Cron','2021-02-25 03:10:34','2021-02-24 19:10:34'),(120813,43182,'action complete via WP Cron','2021-02-25 03:10:34','2021-02-24 19:10:34'),(120814,43183,'action created','2021-02-25 03:10:34','2021-02-24 19:10:34'),(120815,43183,'action started via WP Cron','2021-02-25 03:11:07','2021-02-24 19:11:07'),(120816,43183,'action complete via WP Cron','2021-02-25 03:11:07','2021-02-24 19:11:07'),(120817,43184,'action created','2021-02-25 03:11:07','2021-02-24 19:11:07'),(120818,43184,'action started via WP Cron','2021-02-25 03:12:08','2021-02-24 19:12:08'),(120819,43184,'action complete via WP Cron','2021-02-25 03:12:08','2021-02-24 19:12:08'),(120820,43185,'action created','2021-02-25 03:12:08','2021-02-24 19:12:08'),(120821,43185,'action started via WP Cron','2021-02-25 03:15:19','2021-02-24 19:15:19'),(120822,43185,'action complete via WP Cron','2021-02-25 03:15:19','2021-02-24 19:15:19'),(120823,43186,'action created','2021-02-25 03:15:19','2021-02-24 19:15:19'),(120824,43186,'action started via WP Cron','2021-02-25 03:17:22','2021-02-24 19:17:22'),(120825,43186,'action complete via WP Cron','2021-02-25 03:17:22','2021-02-24 19:17:22'),(120826,43187,'action created','2021-02-25 03:18:36','2021-02-24 19:18:36'),(120827,43187,'action started via WP Cron','2021-02-25 03:20:00','2021-02-24 19:20:00'),(120828,43187,'action complete via WP Cron','2021-02-25 03:20:00','2021-02-24 19:20:00'),(120829,43188,'action created','2021-02-25 03:20:00','2021-02-24 19:20:00'),(120830,43188,'action started via WP Cron','2021-02-25 03:20:41','2021-02-24 19:20:41'),(120831,43188,'action complete via WP Cron','2021-02-25 03:20:41','2021-02-24 19:20:41'),(120832,43189,'action created','2021-02-25 03:20:41','2021-02-24 19:20:41'),(120833,43189,'action started via WP Cron','2021-02-25 03:21:42','2021-02-24 19:21:42'),(120834,43189,'action complete via WP Cron','2021-02-25 03:21:42','2021-02-24 19:21:42'),(120835,43190,'action created','2021-02-25 03:21:42','2021-02-24 19:21:42'),(120836,43190,'action started via WP Cron','2021-02-25 03:22:43','2021-02-24 19:22:43'),(120837,43190,'action complete via WP Cron','2021-02-25 03:22:43','2021-02-24 19:22:43'),(120838,43191,'action created','2021-02-25 03:22:43','2021-02-24 19:22:43'),(120839,43191,'action started via WP Cron','2021-02-25 03:23:43','2021-02-24 19:23:43'),(120840,43191,'action complete via WP Cron','2021-02-25 03:23:43','2021-02-24 19:23:43'),(120841,43192,'action created','2021-02-25 03:23:43','2021-02-24 19:23:43'),(120842,43192,'action started via WP Cron','2021-02-25 03:24:45','2021-02-24 19:24:45'),(120843,43192,'action complete via WP Cron','2021-02-25 03:24:45','2021-02-24 19:24:45'),(120844,43193,'action created','2021-02-25 03:24:45','2021-02-24 19:24:45'),(120845,43193,'action started via WP Cron','2021-02-25 03:28:58','2021-02-24 19:28:58'),(120846,43193,'action complete via WP Cron','2021-02-25 03:28:58','2021-02-24 19:28:58'),(120847,43194,'action created','2021-02-25 03:28:59','2021-02-24 19:28:59'),(120848,43194,'action started via WP Cron','2021-02-25 03:30:00','2021-02-24 19:30:00'),(120849,43194,'action complete via WP Cron','2021-02-25 03:30:00','2021-02-24 19:30:00'),(120850,43195,'action created','2021-02-25 03:30:00','2021-02-24 19:30:00'),(120851,43195,'action started via WP Cron','2021-02-25 03:31:00','2021-02-24 19:31:00'),(120852,43195,'action complete via WP Cron','2021-02-25 03:31:00','2021-02-24 19:31:00'),(120853,43196,'action created','2021-02-25 03:31:01','2021-02-24 19:31:01'),(120854,43196,'action started via WP Cron','2021-02-25 03:35:17','2021-02-24 19:35:17'),(120855,43196,'action complete via WP Cron','2021-02-25 03:35:17','2021-02-24 19:35:17'),(120856,43197,'action created','2021-02-25 03:35:17','2021-02-24 19:35:17'),(120857,43197,'action started via WP Cron','2021-02-25 03:49:53','2021-02-24 19:49:53'),(120858,43197,'action complete via WP Cron','2021-02-25 03:49:53','2021-02-24 19:49:53'),(120859,43198,'action created','2021-02-25 03:49:53','2021-02-24 19:49:53'),(120860,43198,'action started via WP Cron','2021-02-25 03:50:59','2021-02-24 19:50:59'),(120861,43198,'action complete via WP Cron','2021-02-25 03:50:59','2021-02-24 19:50:59'),(120862,43199,'action created','2021-02-25 03:50:59','2021-02-24 19:50:59'),(120863,43199,'action started via WP Cron','2021-02-25 03:52:00','2021-02-24 19:52:00'),(120864,43199,'action complete via WP Cron','2021-02-25 03:52:00','2021-02-24 19:52:00'),(120865,43200,'action created','2021-02-25 03:52:00','2021-02-24 19:52:00'),(120866,43200,'action started via WP Cron','2021-02-25 03:54:02','2021-02-24 19:54:02'),(120867,43200,'action complete via WP Cron','2021-02-25 03:54:02','2021-02-24 19:54:02'),(120868,43201,'action created','2021-02-25 03:54:02','2021-02-24 19:54:02'),(120869,43201,'action started via WP Cron','2021-02-25 03:55:03','2021-02-24 19:55:03'),(120870,43201,'action complete via WP Cron','2021-02-25 03:55:03','2021-02-24 19:55:03'),(120871,43202,'action created','2021-02-25 03:55:03','2021-02-24 19:55:03'),(120872,43202,'action started via WP Cron','2021-02-25 03:55:59','2021-02-24 19:55:59'),(120873,43202,'action complete via WP Cron','2021-02-25 03:55:59','2021-02-24 19:55:59'),(120874,43203,'action created','2021-02-25 03:55:59','2021-02-24 19:55:59'),(120875,43203,'action started via WP Cron','2021-02-25 03:56:50','2021-02-24 19:56:50'),(120876,43203,'action complete via WP Cron','2021-02-25 03:56:50','2021-02-24 19:56:50'),(120877,43204,'action created','2021-02-25 03:56:50','2021-02-24 19:56:50'),(120878,43204,'action started via WP Cron','2021-02-25 04:06:22','2021-02-24 20:06:22'),(120879,43204,'action complete via WP Cron','2021-02-25 04:06:22','2021-02-24 20:06:22'),(120880,43205,'action created','2021-02-25 04:06:22','2021-02-24 20:06:22'),(120881,43205,'action started via WP Cron','2021-02-25 04:10:50','2021-02-24 20:10:50'),(120882,43205,'action complete via WP Cron','2021-02-25 04:10:50','2021-02-24 20:10:50'),(120883,43206,'action created','2021-02-25 04:10:50','2021-02-24 20:10:50'),(120884,43206,'action started via WP Cron','2021-02-25 04:12:39','2021-02-24 20:12:39'),(120885,43206,'action complete via WP Cron','2021-02-25 04:12:39','2021-02-24 20:12:39'),(120886,43207,'action created','2021-02-25 04:12:39','2021-02-24 20:12:39'),(120887,43207,'action started via WP Cron','2021-02-25 04:13:08','2021-02-24 20:13:08'),(120888,43207,'action complete via WP Cron','2021-02-25 04:13:08','2021-02-24 20:13:08'),(120889,43208,'action created','2021-02-25 04:13:08','2021-02-24 20:13:08'),(120890,43208,'action started via WP Cron','2021-02-25 04:14:27','2021-02-24 20:14:27'),(120891,43208,'action complete via WP Cron','2021-02-25 04:14:27','2021-02-24 20:14:27'),(120892,43209,'action created','2021-02-25 04:14:27','2021-02-24 20:14:27'),(120893,43209,'action started via WP Cron','2021-02-25 04:14:41','2021-02-24 20:14:41'),(120894,43209,'action complete via WP Cron','2021-02-25 04:14:41','2021-02-24 20:14:41'),(120895,43210,'action created','2021-02-25 04:14:41','2021-02-24 20:14:41'),(120896,43210,'action started via WP Cron','2021-02-25 04:16:11','2021-02-24 20:16:11'),(120897,43210,'action complete via WP Cron','2021-02-25 04:16:11','2021-02-24 20:16:11'),(120898,43211,'action created','2021-02-25 04:16:11','2021-02-24 20:16:11'),(120899,43211,'action started via WP Cron','2021-02-25 04:16:41','2021-02-24 20:16:41'),(120900,43211,'action complete via WP Cron','2021-02-25 04:16:41','2021-02-24 20:16:41'),(120901,43212,'action created','2021-02-25 04:16:41','2021-02-24 20:16:41'),(120902,43212,'action started via WP Cron','2021-02-25 04:20:05','2021-02-24 20:20:05'),(120903,43212,'action complete via WP Cron','2021-02-25 04:20:05','2021-02-24 20:20:05'),(120904,43213,'action created','2021-02-25 04:20:05','2021-02-24 20:20:05'),(120905,43213,'action started via WP Cron','2021-02-25 04:20:59','2021-02-24 20:20:59'),(120906,43213,'action complete via WP Cron','2021-02-25 04:20:59','2021-02-24 20:20:59'),(120907,43214,'action created','2021-02-25 04:20:59','2021-02-24 20:20:59'),(120908,43214,'action started via WP Cron','2021-02-25 04:22:00','2021-02-24 20:22:00'),(120909,43214,'action complete via WP Cron','2021-02-25 04:22:00','2021-02-24 20:22:00'),(120910,43215,'action created','2021-02-25 04:22:00','2021-02-24 20:22:00'),(120911,43215,'action started via WP Cron','2021-02-25 04:25:45','2021-02-24 20:25:45'),(120912,43215,'action complete via WP Cron','2021-02-25 04:25:45','2021-02-24 20:25:45'),(120913,43216,'action created','2021-02-25 04:25:45','2021-02-24 20:25:45'),(120914,43216,'action started via WP Cron','2021-02-25 04:26:46','2021-02-24 20:26:46'),(120915,43216,'action complete via WP Cron','2021-02-25 04:26:46','2021-02-24 20:26:46'),(120916,43217,'action created','2021-02-25 04:26:46','2021-02-24 20:26:46'),(120917,43217,'action started via WP Cron','2021-02-25 04:27:49','2021-02-24 20:27:49'),(120918,43217,'action complete via WP Cron','2021-02-25 04:27:49','2021-02-24 20:27:49'),(120919,43218,'action created','2021-02-25 04:29:49','2021-02-24 20:29:49'),(120920,43218,'action started via WP Cron','2021-02-25 04:30:50','2021-02-24 20:30:50'),(120921,43218,'action complete via WP Cron','2021-02-25 04:30:50','2021-02-24 20:30:50'),(120922,43219,'action created','2021-02-25 04:30:50','2021-02-24 20:30:50'),(120923,43219,'action started via WP Cron','2021-02-25 04:47:53','2021-02-24 20:47:53'),(120924,43219,'action complete via WP Cron','2021-02-25 04:47:53','2021-02-24 20:47:53'),(120925,43220,'action created','2021-02-25 04:47:53','2021-02-24 20:47:53'),(120926,43220,'action started via WP Cron','2021-02-25 04:53:29','2021-02-24 20:53:29'),(120927,43220,'action complete via WP Cron','2021-02-25 04:53:29','2021-02-24 20:53:29'),(120928,43221,'action created','2021-02-25 04:53:29','2021-02-24 20:53:29'),(120929,43221,'action started via WP Cron','2021-02-25 04:54:43','2021-02-24 20:54:43'),(120930,43221,'action complete via WP Cron','2021-02-25 04:54:43','2021-02-24 20:54:43'),(120931,43222,'action created','2021-02-25 04:54:43','2021-02-24 20:54:43'),(120937,42569,'action started via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(120938,42569,'action complete via WP Cron','2021-02-25 05:03:38','2021-02-24 21:03:38'),(120939,43224,'action created','2021-02-25 05:03:38','2021-02-24 21:03:38'),(120940,43225,'action created','2021-02-25 05:03:38','2021-02-24 21:03:38'),(120941,43225,'action started via WP Cron','2021-02-25 05:09:20','2021-02-24 21:09:20'),(120942,43225,'action complete via WP Cron','2021-02-25 05:09:20','2021-02-24 21:09:20'),(120943,43226,'action created','2021-02-25 05:09:21','2021-02-24 21:09:21'),(120944,43226,'action started via WP Cron','2021-02-25 05:16:04','2021-02-24 21:16:04'),(120945,43226,'action complete via WP Cron','2021-02-25 05:16:04','2021-02-24 21:16:04'),(120946,43227,'action created','2021-02-25 05:16:04','2021-02-24 21:16:04'),(120947,43227,'action started via WP Cron','2021-02-25 05:17:12','2021-02-24 21:17:12'),(120948,43227,'action complete via WP Cron','2021-02-25 05:17:12','2021-02-24 21:17:12'),(120949,43228,'action created','2021-02-25 05:17:12','2021-02-24 21:17:12'),(120950,43228,'action started via WP Cron','2021-02-25 05:17:41','2021-02-24 21:17:41'),(120951,43228,'action complete via WP Cron','2021-02-25 05:17:41','2021-02-24 21:17:41'),(120952,43229,'action created','2021-02-25 05:17:41','2021-02-24 21:17:41'),(120953,43229,'action started via WP Cron','2021-02-25 05:18:42','2021-02-24 21:18:42'),(120954,43229,'action complete via WP Cron','2021-02-25 05:18:42','2021-02-24 21:18:42'),(120955,43230,'action created','2021-02-25 05:18:42','2021-02-24 21:18:42'),(120956,43230,'action started via WP Cron','2021-02-25 05:19:44','2021-02-24 21:19:44'),(120957,43230,'action complete via WP Cron','2021-02-25 05:19:44','2021-02-24 21:19:44'),(120958,43231,'action created','2021-02-25 05:19:44','2021-02-24 21:19:44'),(120959,43231,'action started via WP Cron','2021-02-25 05:20:44','2021-02-24 21:20:44'),(120960,43231,'action complete via WP Cron','2021-02-25 05:20:45','2021-02-24 21:20:45'),(120961,43232,'action created','2021-02-25 05:20:45','2021-02-24 21:20:45'),(120962,43232,'action started via WP Cron','2021-02-25 05:23:58','2021-02-24 21:23:58'),(120963,43232,'action complete via WP Cron','2021-02-25 05:23:58','2021-02-24 21:23:58'),(120964,43233,'action created','2021-02-25 05:23:58','2021-02-24 21:23:58'),(120965,43233,'action started via WP Cron','2021-02-25 05:24:58','2021-02-24 21:24:58'),(120966,43233,'action complete via WP Cron','2021-02-25 05:24:58','2021-02-24 21:24:58'),(120967,43234,'action created','2021-02-25 05:24:58','2021-02-24 21:24:58'),(120968,43234,'action started via WP Cron','2021-02-25 05:25:59','2021-02-24 21:25:59'),(120969,43234,'action complete via WP Cron','2021-02-25 05:25:59','2021-02-24 21:25:59'),(120970,43235,'action created','2021-02-25 05:25:59','2021-02-24 21:25:59'),(120971,43235,'action started via WP Cron','2021-02-25 05:27:50','2021-02-24 21:27:50'),(120972,43235,'action complete via WP Cron','2021-02-25 05:27:50','2021-02-24 21:27:50'),(120973,43236,'action created','2021-02-25 05:27:50','2021-02-24 21:27:50'),(120974,43236,'action started via WP Cron','2021-02-25 05:31:50','2021-02-24 21:31:50'),(120975,43236,'action complete via WP Cron','2021-02-25 05:31:50','2021-02-24 21:31:50'),(120976,43237,'action created','2021-02-25 05:31:50','2021-02-24 21:31:50'),(120977,43237,'action started via WP Cron','2021-02-25 05:32:51','2021-02-24 21:32:51'),(120978,43237,'action complete via WP Cron','2021-02-25 05:32:51','2021-02-24 21:32:51'),(120979,43238,'action created','2021-02-25 05:32:51','2021-02-24 21:32:51'),(120980,43238,'action started via WP Cron','2021-02-25 05:33:52','2021-02-24 21:33:52'),(120981,43238,'action complete via WP Cron','2021-02-25 05:33:52','2021-02-24 21:33:52'),(120982,43239,'action created','2021-02-25 05:33:52','2021-02-24 21:33:52'),(120983,43239,'action started via WP Cron','2021-02-25 05:35:54','2021-02-24 21:35:54'),(120984,43239,'action complete via WP Cron','2021-02-25 05:35:54','2021-02-24 21:35:54'),(120985,43240,'action created','2021-02-25 05:35:54','2021-02-24 21:35:54'),(120986,43240,'action started via WP Cron','2021-02-25 05:36:55','2021-02-24 21:36:55'),(120987,43240,'action complete via WP Cron','2021-02-25 05:36:55','2021-02-24 21:36:55'),(120988,43241,'action created','2021-02-25 05:36:55','2021-02-24 21:36:55'),(120989,43241,'action started via WP Cron','2021-02-25 05:38:14','2021-02-24 21:38:14'),(120990,43241,'action complete via WP Cron','2021-02-25 05:38:14','2021-02-24 21:38:14'),(120991,43242,'action created','2021-02-25 05:38:14','2021-02-24 21:38:14'),(120992,43242,'action started via WP Cron','2021-02-25 05:40:12','2021-02-24 21:40:12'),(120993,43242,'action complete via WP Cron','2021-02-25 05:40:12','2021-02-24 21:40:12'),(120994,43243,'action created','2021-02-25 05:40:12','2021-02-24 21:40:12'),(120995,43243,'action started via WP Cron','2021-02-25 05:47:35','2021-02-24 21:47:35'),(120996,43243,'action complete via WP Cron','2021-02-25 05:47:35','2021-02-24 21:47:35'),(120997,43244,'action created','2021-02-25 05:47:35','2021-02-24 21:47:35'),(120998,43244,'action started via WP Cron','2021-02-25 05:55:24','2021-02-24 21:55:24'),(120999,43244,'action complete via WP Cron','2021-02-25 05:55:24','2021-02-24 21:55:24'),(121000,43245,'action created','2021-02-25 05:55:24','2021-02-24 21:55:24'),(121001,43245,'action started via WP Cron','2021-02-25 05:56:07','2021-02-24 21:56:07'),(121002,43245,'action complete via WP Cron','2021-02-25 05:56:07','2021-02-24 21:56:07'),(121003,43246,'action created','2021-02-25 05:56:07','2021-02-24 21:56:07'),(121004,43246,'action started via WP Cron','2021-02-25 05:56:44','2021-02-24 21:56:44'),(121005,43246,'action complete via WP Cron','2021-02-25 05:56:44','2021-02-24 21:56:44'),(121006,43247,'action created','2021-02-25 05:56:44','2021-02-24 21:56:44'),(121007,43247,'action started via WP Cron','2021-02-25 05:57:41','2021-02-24 21:57:41'),(121008,43247,'action complete via WP Cron','2021-02-25 05:57:41','2021-02-24 21:57:41'),(121009,43248,'action created','2021-02-25 05:57:41','2021-02-24 21:57:41'),(121010,43248,'action started via WP Cron','2021-02-25 05:58:43','2021-02-24 21:58:43'),(121011,43248,'action complete via WP Cron','2021-02-25 05:58:43','2021-02-24 21:58:43'),(121012,43249,'action created','2021-02-25 05:58:43','2021-02-24 21:58:43'),(121013,43249,'action started via WP Cron','2021-02-25 05:59:50','2021-02-24 21:59:50'),(121014,43249,'action complete via WP Cron','2021-02-25 05:59:50','2021-02-24 21:59:50'),(121015,43250,'action created','2021-02-25 05:59:50','2021-02-24 21:59:50'),(121016,43250,'action started via WP Cron','2021-02-25 06:08:43','2021-02-24 22:08:43'),(121017,43250,'action complete via WP Cron','2021-02-25 06:08:43','2021-02-24 22:08:43'),(121018,43251,'action created','2021-02-25 06:08:43','2021-02-24 22:08:43'),(121019,43251,'action started via WP Cron','2021-02-25 06:13:08','2021-02-24 22:13:08'),(121020,43251,'action complete via WP Cron','2021-02-25 06:13:08','2021-02-24 22:13:08'),(121021,43252,'action created','2021-02-25 06:13:08','2021-02-24 22:13:08'),(121022,43252,'action started via WP Cron','2021-02-25 06:14:54','2021-02-24 22:14:54'),(121023,43252,'action complete via WP Cron','2021-02-25 06:14:54','2021-02-24 22:14:54'),(121024,43253,'action created','2021-02-25 06:14:54','2021-02-24 22:14:54'),(121025,43253,'action started via WP Cron','2021-02-25 06:17:19','2021-02-24 22:17:19'),(121026,43253,'action complete via WP Cron','2021-02-25 06:17:19','2021-02-24 22:17:19'),(121027,43254,'action created','2021-02-25 06:17:19','2021-02-24 22:17:19'),(121028,43254,'action started via WP Cron','2021-02-25 06:18:14','2021-02-24 22:18:14'),(121029,43254,'action complete via WP Cron','2021-02-25 06:18:14','2021-02-24 22:18:14'),(121030,43255,'action created','2021-02-25 06:18:14','2021-02-24 22:18:14'),(121031,43255,'action started via WP Cron','2021-02-25 06:19:32','2021-02-24 22:19:32'),(121032,43255,'action complete via WP Cron','2021-02-25 06:19:32','2021-02-24 22:19:32'),(121033,43256,'action created','2021-02-25 06:19:32','2021-02-24 22:19:32'),(121034,43256,'action started via WP Cron','2021-02-25 06:20:54','2021-02-24 22:20:54'),(121035,43256,'action complete via WP Cron','2021-02-25 06:20:54','2021-02-24 22:20:54'),(121036,43257,'action created','2021-02-25 06:20:54','2021-02-24 22:20:54'),(121037,43257,'action started via WP Cron','2021-02-25 06:22:15','2021-02-24 22:22:15'),(121038,43257,'action complete via WP Cron','2021-02-25 06:22:15','2021-02-24 22:22:15'),(121039,43258,'action created','2021-02-25 06:22:15','2021-02-24 22:22:15'),(121040,43258,'action started via WP Cron','2021-02-25 06:22:47','2021-02-24 22:22:47'),(121041,43258,'action complete via WP Cron','2021-02-25 06:22:47','2021-02-24 22:22:47'),(121042,43259,'action created','2021-02-25 06:22:47','2021-02-24 22:22:47'),(121043,43259,'action started via WP Cron','2021-02-25 06:31:48','2021-02-24 22:31:48'),(121044,43259,'action complete via WP Cron','2021-02-25 06:31:48','2021-02-24 22:31:48'),(121045,43260,'action created','2021-02-25 06:31:48','2021-02-24 22:31:48'),(121046,43260,'action started via WP Cron','2021-02-25 06:32:42','2021-02-24 22:32:42'),(121047,43260,'action complete via WP Cron','2021-02-25 06:32:42','2021-02-24 22:32:42'),(121048,43261,'action created','2021-02-25 06:32:43','2021-02-24 22:32:43'),(121049,43261,'action started via WP Cron','2021-02-25 06:35:14','2021-02-24 22:35:14'),(121050,43261,'action complete via WP Cron','2021-02-25 06:35:14','2021-02-24 22:35:14'),(121051,43262,'action created','2021-02-25 06:35:14','2021-02-24 22:35:14'),(121052,43262,'action started via WP Cron','2021-02-25 06:37:43','2021-02-24 22:37:43'),(121053,43262,'action complete via WP Cron','2021-02-25 06:37:43','2021-02-24 22:37:43'),(121054,43263,'action created','2021-02-25 06:37:43','2021-02-24 22:37:43'),(121055,43263,'action started via WP Cron','2021-02-25 06:38:56','2021-02-24 22:38:56'),(121056,43263,'action complete via WP Cron','2021-02-25 06:38:56','2021-02-24 22:38:56'),(121057,43264,'action created','2021-02-25 06:38:56','2021-02-24 22:38:56'),(121058,43264,'action started via WP Cron','2021-02-25 06:39:57','2021-02-24 22:39:57'),(121059,43264,'action complete via WP Cron','2021-02-25 06:39:57','2021-02-24 22:39:57'),(121060,43265,'action created','2021-02-25 06:39:57','2021-02-24 22:39:57'),(121061,43265,'action started via WP Cron','2021-02-25 06:41:59','2021-02-24 22:41:59'),(121062,43265,'action complete via WP Cron','2021-02-25 06:41:59','2021-02-24 22:41:59'),(121063,43266,'action created','2021-02-25 06:41:59','2021-02-24 22:41:59'),(121064,43266,'action started via WP Cron','2021-02-25 06:43:00','2021-02-24 22:43:00'),(121065,43266,'action complete via WP Cron','2021-02-25 06:43:00','2021-02-24 22:43:00'),(121066,43267,'action created','2021-02-25 06:43:00','2021-02-24 22:43:00'),(121067,43267,'action started via WP Cron','2021-02-25 06:47:27','2021-02-24 22:47:27'),(121068,43267,'action complete via WP Cron','2021-02-25 06:47:27','2021-02-24 22:47:27'),(121069,43268,'action created','2021-02-25 06:47:27','2021-02-24 22:47:27'),(121070,43268,'action started via WP Cron','2021-02-25 06:49:46','2021-02-24 22:49:46'),(121071,43268,'action complete via WP Cron','2021-02-25 06:49:46','2021-02-24 22:49:46'),(121072,43269,'action created','2021-02-25 06:49:46','2021-02-24 22:49:46'),(121073,43269,'action started via WP Cron','2021-02-25 06:54:04','2021-02-24 22:54:04'),(121074,43269,'action complete via WP Cron','2021-02-25 06:54:04','2021-02-24 22:54:04'),(121075,43270,'action created','2021-02-25 06:54:04','2021-02-24 22:54:04'),(121076,43270,'action started via WP Cron','2021-02-25 07:10:17','2021-02-24 23:10:17'),(121077,43270,'action complete via WP Cron','2021-02-25 07:10:17','2021-02-24 23:10:17'),(121078,43271,'action created','2021-02-25 07:10:18','2021-02-24 23:10:18'),(121079,43271,'action started via WP Cron','2021-02-25 07:16:18','2021-02-24 23:16:18'),(121080,43271,'action complete via WP Cron','2021-02-25 07:16:18','2021-02-24 23:16:18'),(121081,43272,'action created','2021-02-25 07:16:18','2021-02-24 23:16:18'),(121082,43272,'action started via WP Cron','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121083,43272,'action complete via WP Cron','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121084,42631,'action started via WP Cron','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121085,42631,'action complete via WP Cron','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121086,43273,'action created','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121087,43274,'action created','2021-02-25 07:21:44','2021-02-24 23:21:44'),(121088,43274,'action started via WP Cron','2021-02-25 07:23:44','2021-02-24 23:23:44'),(121089,43274,'action complete via WP Cron','2021-02-25 07:23:44','2021-02-24 23:23:44'),(121090,43275,'action created','2021-02-25 07:23:44','2021-02-24 23:23:44'),(121091,43275,'action started via WP Cron','2021-02-25 07:25:39','2021-02-24 23:25:39'),(121092,43275,'action complete via WP Cron','2021-02-25 07:25:39','2021-02-24 23:25:39'),(121093,43276,'action created','2021-02-25 07:25:39','2021-02-24 23:25:39'),(121094,43276,'action started via WP Cron','2021-02-25 07:25:55','2021-02-24 23:25:55'),(121095,43276,'action complete via WP Cron','2021-02-25 07:25:55','2021-02-24 23:25:55'),(121096,43277,'action created','2021-02-25 07:25:55','2021-02-24 23:25:55'),(121097,43277,'action started via WP Cron','2021-02-25 07:27:41','2021-02-24 23:27:41'),(121098,43277,'action complete via WP Cron','2021-02-25 07:27:41','2021-02-24 23:27:41'),(121099,43278,'action created','2021-02-25 07:27:41','2021-02-24 23:27:41'),(121100,43278,'action started via WP Cron','2021-02-25 07:28:42','2021-02-24 23:28:42'),(121101,43278,'action complete via WP Cron','2021-02-25 07:28:42','2021-02-24 23:28:42'),(121102,43279,'action created','2021-02-25 07:28:42','2021-02-24 23:28:42'),(121103,43279,'action started via WP Cron','2021-02-25 07:29:43','2021-02-24 23:29:43'),(121104,43279,'action complete via WP Cron','2021-02-25 07:29:43','2021-02-24 23:29:43'),(121105,43280,'action created','2021-02-25 07:29:43','2021-02-24 23:29:43'),(121106,43280,'action started via WP Cron','2021-02-25 07:30:43','2021-02-24 23:30:43'),(121107,43280,'action complete via WP Cron','2021-02-25 07:30:43','2021-02-24 23:30:43'),(121108,43281,'action created','2021-02-25 07:30:44','2021-02-24 23:30:44'),(121109,43281,'action started via WP Cron','2021-02-25 07:34:57','2021-02-24 23:34:57'),(121110,43281,'action complete via WP Cron','2021-02-25 07:34:57','2021-02-24 23:34:57'),(121111,43282,'action created','2021-02-25 07:34:57','2021-02-24 23:34:57'),(121112,43282,'action started via WP Cron','2021-02-25 07:37:37','2021-02-24 23:37:37'),(121113,43282,'action complete via WP Cron','2021-02-25 07:37:37','2021-02-24 23:37:37'),(121114,43283,'action created','2021-02-25 07:37:39','2021-02-24 23:37:39'),(121115,43283,'action started via WP Cron','2021-02-25 07:43:20','2021-02-24 23:43:20'),(121116,43283,'action complete via WP Cron','2021-02-25 07:43:20','2021-02-24 23:43:20'),(121117,43284,'action created','2021-02-25 07:43:20','2021-02-24 23:43:20'),(121118,43284,'action started via WP Cron','2021-02-25 07:52:13','2021-02-24 23:52:13'),(121119,43284,'action complete via WP Cron','2021-02-25 07:52:13','2021-02-24 23:52:13'),(121120,43285,'action created','2021-02-25 07:52:13','2021-02-24 23:52:13'),(121121,43285,'action started via WP Cron','2021-02-25 07:57:49','2021-02-24 23:57:49'),(121122,43285,'action complete via WP Cron','2021-02-25 07:57:49','2021-02-24 23:57:49'),(121123,43286,'action created','2021-02-25 07:57:49','2021-02-24 23:57:49'),(121124,43286,'action started via WP Cron','2021-02-25 08:02:28','2021-02-25 00:02:28'),(121125,43286,'action complete via WP Cron','2021-02-25 08:02:28','2021-02-25 00:02:28'),(121126,43287,'action created','2021-02-25 08:02:28','2021-02-25 00:02:28'),(121127,43287,'action started via WP Cron','2021-02-25 08:03:36','2021-02-25 00:03:36'),(121128,43287,'action complete via WP Cron','2021-02-25 08:03:36','2021-02-25 00:03:36'),(121129,43288,'action created','2021-02-25 08:03:36','2021-02-25 00:03:36'),(121130,43288,'action started via WP Cron','2021-02-25 08:04:37','2021-02-25 00:04:37'),(121131,43288,'action complete via WP Cron','2021-02-25 08:04:37','2021-02-25 00:04:37'),(121132,43289,'action created','2021-02-25 08:04:37','2021-02-25 00:04:37'),(121133,43289,'action started via WP Cron','2021-02-25 08:06:39','2021-02-25 00:06:39'),(121134,43289,'action complete via WP Cron','2021-02-25 08:06:39','2021-02-25 00:06:39'),(121135,43290,'action created','2021-02-25 08:06:39','2021-02-25 00:06:39'),(121136,43290,'action started via WP Cron','2021-02-25 08:07:40','2021-02-25 00:07:40'),(121137,43290,'action complete via WP Cron','2021-02-25 08:07:40','2021-02-25 00:07:40'),(121138,43291,'action created','2021-02-25 08:08:31','2021-02-25 00:08:31'),(121139,43291,'action started via WP Cron','2021-02-25 08:08:41','2021-02-25 00:08:41'),(121140,43291,'action complete via WP Cron','2021-02-25 08:08:41','2021-02-25 00:08:41'),(121141,43292,'action created','2021-02-25 08:08:41','2021-02-25 00:08:41'),(121142,43292,'action started via WP Cron','2021-02-25 08:12:26','2021-02-25 00:12:26'),(121143,43292,'action complete via WP Cron','2021-02-25 08:12:26','2021-02-25 00:12:26'),(121144,43293,'action created','2021-02-25 08:12:26','2021-02-25 00:12:26'),(121145,43293,'action started via WP Cron','2021-02-25 08:13:05','2021-02-25 00:13:05'),(121146,43293,'action complete via WP Cron','2021-02-25 08:13:05','2021-02-25 00:13:05'),(121147,43294,'action created','2021-02-25 08:13:06','2021-02-25 00:13:06'),(121151,43295,'action started via WP Cron','2021-02-25 08:34:26','2021-02-25 00:34:26'),(121152,43295,'action complete via WP Cron','2021-02-25 08:34:26','2021-02-25 00:34:26'),(121153,43296,'action created','2021-02-25 08:34:26','2021-02-25 00:34:26'),(121154,43296,'action started via WP Cron','2021-02-25 08:35:27','2021-02-25 00:35:27'),(121155,43296,'action complete via WP Cron','2021-02-25 08:35:27','2021-02-25 00:35:27'),(121156,43297,'action created','2021-02-25 08:35:27','2021-02-25 00:35:27'),(121157,43297,'action started via WP Cron','2021-02-25 08:35:43','2021-02-25 00:35:43'),(121158,43297,'action complete via WP Cron','2021-02-25 08:35:43','2021-02-25 00:35:43'),(121159,43298,'action created','2021-02-25 08:35:43','2021-02-25 00:35:43'),(121160,43298,'action started via WP Cron','2021-02-25 08:38:29','2021-02-25 00:38:29'),(121161,43298,'action complete via WP Cron','2021-02-25 08:38:29','2021-02-25 00:38:29'),(121162,43299,'action created','2021-02-25 08:38:29','2021-02-25 00:38:29'),(121163,43299,'action started via WP Cron','2021-02-25 08:38:54','2021-02-25 00:38:54'),(121164,43299,'action complete via WP Cron','2021-02-25 08:38:54','2021-02-25 00:38:54'),(121165,43300,'action created','2021-02-25 08:38:54','2021-02-25 00:38:54'),(121166,43300,'action started via WP Cron','2021-02-25 08:46:08','2021-02-25 00:46:08'),(121167,43300,'action complete via WP Cron','2021-02-25 08:46:08','2021-02-25 00:46:08'),(121168,43301,'action created','2021-02-25 08:46:08','2021-02-25 00:46:08'),(121169,43301,'action started via WP Cron','2021-02-25 08:47:15','2021-02-25 00:47:15'),(121170,43301,'action complete via WP Cron','2021-02-25 08:47:15','2021-02-25 00:47:15'),(121171,43302,'action created','2021-02-25 08:47:15','2021-02-25 00:47:15'),(121172,43302,'action started via WP Cron','2021-02-25 08:48:17','2021-02-25 00:48:17'),(121173,43302,'action complete via WP Cron','2021-02-25 08:48:17','2021-02-25 00:48:17'),(121174,43303,'action created','2021-02-25 08:48:17','2021-02-25 00:48:17'),(121175,43303,'action started via WP Cron','2021-02-25 08:48:46','2021-02-25 00:48:46'),(121176,43303,'action complete via WP Cron','2021-02-25 08:48:46','2021-02-25 00:48:46'),(121177,43304,'action created','2021-02-25 08:48:46','2021-02-25 00:48:46'),(121178,43304,'action started via WP Cron','2021-02-25 08:50:19','2021-02-25 00:50:19'),(121179,43304,'action complete via WP Cron','2021-02-25 08:50:19','2021-02-25 00:50:19'),(121180,43305,'action created','2021-02-25 08:50:19','2021-02-25 00:50:19'),(121181,43305,'action started via WP Cron','2021-02-25 08:50:56','2021-02-25 00:50:56'),(121182,43305,'action complete via WP Cron','2021-02-25 08:50:56','2021-02-25 00:50:56'),(121183,43306,'action created','2021-02-25 08:50:56','2021-02-25 00:50:56'),(121184,43306,'action started via WP Cron','2021-02-25 08:51:58','2021-02-25 00:51:58'),(121185,43306,'action complete via WP Cron','2021-02-25 08:51:58','2021-02-25 00:51:58'),(121186,43307,'action created','2021-02-25 08:51:58','2021-02-25 00:51:58'),(121187,43307,'action started via WP Cron','2021-02-25 08:52:58','2021-02-25 00:52:58'),(121188,43307,'action complete via WP Cron','2021-02-25 08:52:58','2021-02-25 00:52:58'),(121189,43308,'action created','2021-02-25 08:52:59','2021-02-25 00:52:59'),(121190,43308,'action started via WP Cron','2021-02-25 08:53:42','2021-02-25 00:53:42'),(121191,43308,'action complete via WP Cron','2021-02-25 08:53:42','2021-02-25 00:53:42'),(121192,43309,'action created','2021-02-25 08:53:42','2021-02-25 00:53:42'),(121193,43309,'action started via WP Cron','2021-02-25 08:59:13','2021-02-25 00:59:13'),(121194,43309,'action complete via WP Cron','2021-02-25 08:59:13','2021-02-25 00:59:13'),(121195,43310,'action created','2021-02-25 08:59:13','2021-02-25 00:59:13'),(121196,43310,'action started via WP Cron','2021-02-25 09:07:56','2021-02-25 01:07:56'),(121197,43310,'action complete via WP Cron','2021-02-25 09:07:56','2021-02-25 01:07:56'),(121198,43311,'action created','2021-02-25 09:07:56','2021-02-25 01:07:56'),(121199,43311,'action started via WP Cron','2021-02-25 09:08:45','2021-02-25 01:08:45'),(121200,43311,'action complete via WP Cron','2021-02-25 09:08:45','2021-02-25 01:08:45'),(121201,43312,'action created','2021-02-25 09:08:45','2021-02-25 01:08:45'),(121202,43312,'action started via WP Cron','2021-02-25 09:09:43','2021-02-25 01:09:43'),(121203,43312,'action complete via WP Cron','2021-02-25 09:09:43','2021-02-25 01:09:43'),(121204,43313,'action created','2021-02-25 09:09:43','2021-02-25 01:09:43'),(121205,43313,'action started via WP Cron','2021-02-25 09:10:44','2021-02-25 01:10:44'),(121206,43313,'action complete via WP Cron','2021-02-25 09:10:44','2021-02-25 01:10:44'),(121207,43314,'action created','2021-02-25 09:10:44','2021-02-25 01:10:44'),(121208,43314,'action started via WP Cron','2021-02-25 09:12:46','2021-02-25 01:12:46'),(121209,43314,'action complete via WP Cron','2021-02-25 09:12:46','2021-02-25 01:12:46'),(121210,43315,'action created','2021-02-25 09:12:46','2021-02-25 01:12:46'),(121211,43315,'action started via WP Cron','2021-02-25 09:13:48','2021-02-25 01:13:48'),(121212,43315,'action complete via WP Cron','2021-02-25 09:13:48','2021-02-25 01:13:48'),(121213,43316,'action created','2021-02-25 09:13:48','2021-02-25 01:13:48'),(121214,43316,'action started via WP Cron','2021-02-25 09:14:49','2021-02-25 01:14:49'),(121215,43316,'action complete via WP Cron','2021-02-25 09:14:49','2021-02-25 01:14:49'),(121216,43317,'action created','2021-02-25 09:14:49','2021-02-25 01:14:49'),(121217,43317,'action started via WP Cron','2021-02-25 09:20:30','2021-02-25 01:20:30'),(121218,43317,'action complete via WP Cron','2021-02-25 09:20:30','2021-02-25 01:20:30'),(121219,43318,'action created','2021-02-25 09:20:30','2021-02-25 01:20:30'),(121220,43318,'action started via WP Cron','2021-02-25 09:23:02','2021-02-25 01:23:02'),(121221,43318,'action complete via WP Cron','2021-02-25 09:23:02','2021-02-25 01:23:02'),(121222,43319,'action created','2021-02-25 09:23:03','2021-02-25 01:23:03'),(121223,43319,'action started via WP Cron','2021-02-25 09:23:54','2021-02-25 01:23:54'),(121224,43319,'action complete via WP Cron','2021-02-25 09:23:54','2021-02-25 01:23:54'),(121225,43320,'action created','2021-02-25 09:25:08','2021-02-25 01:25:08'),(121226,43320,'action started via WP Cron','2021-02-25 09:26:17','2021-02-25 01:26:17'),(121227,43320,'action complete via WP Cron','2021-02-25 09:26:17','2021-02-25 01:26:17'),(121228,43321,'action created','2021-02-25 09:26:18','2021-02-25 01:26:18'),(121229,43321,'action started via WP Cron','2021-02-25 09:29:03','2021-02-25 01:29:03'),(121230,43321,'action complete via WP Cron','2021-02-25 09:29:03','2021-02-25 01:29:03'),(121231,43322,'action created','2021-02-25 09:29:04','2021-02-25 01:29:04'),(121232,43322,'action started via WP Cron','2021-02-25 09:30:04','2021-02-25 01:30:04'),(121233,43322,'action complete via WP Cron','2021-02-25 09:30:04','2021-02-25 01:30:04'),(121234,43323,'action created','2021-02-25 09:30:04','2021-02-25 01:30:04'),(121235,43323,'action started via WP Cron','2021-02-25 09:32:53','2021-02-25 01:32:53'),(121236,43323,'action complete via WP Cron','2021-02-25 09:32:53','2021-02-25 01:32:53'),(121237,43324,'action created','2021-02-25 09:32:53','2021-02-25 01:32:53'),(121238,43324,'action started via WP Cron','2021-02-25 09:33:54','2021-02-25 01:33:54'),(121239,43324,'action complete via WP Cron','2021-02-25 09:33:54','2021-02-25 01:33:54'),(121240,43325,'action created','2021-02-25 09:33:54','2021-02-25 01:33:54'),(121241,43325,'action started via WP Cron','2021-02-25 09:35:32','2021-02-25 01:35:32'),(121242,43325,'action complete via WP Cron','2021-02-25 09:35:32','2021-02-25 01:35:32'),(121243,43326,'action created','2021-02-25 09:35:32','2021-02-25 01:35:32'),(121244,43326,'action started via WP Cron','2021-02-25 09:44:47','2021-02-25 01:44:47'),(121245,43326,'action complete via WP Cron','2021-02-25 09:44:47','2021-02-25 01:44:47'),(121246,43327,'action created','2021-02-25 09:44:47','2021-02-25 01:44:47'),(121247,43327,'action started via WP Cron','2021-02-25 09:50:24','2021-02-25 01:50:24'),(121248,43327,'action complete via WP Cron','2021-02-25 09:50:24','2021-02-25 01:50:24'),(121249,43328,'action created','2021-02-25 09:50:24','2021-02-25 01:50:24'),(121250,43328,'action started via WP Cron','2021-02-25 09:51:21','2021-02-25 01:51:21'),(121251,43328,'action complete via WP Cron','2021-02-25 09:51:21','2021-02-25 01:51:21'),(121252,43329,'action created','2021-02-25 09:51:22','2021-02-25 01:51:22'),(121253,43329,'action started via WP Cron','2021-02-25 09:52:22','2021-02-25 01:52:22'),(121254,43329,'action complete via WP Cron','2021-02-25 09:52:22','2021-02-25 01:52:22'),(121255,43330,'action created','2021-02-25 09:52:23','2021-02-25 01:52:23'),(121256,43330,'action started via WP Cron','2021-02-25 09:53:58','2021-02-25 01:53:58'),(121257,43330,'action complete via WP Cron','2021-02-25 09:53:58','2021-02-25 01:53:58'),(121258,43331,'action created','2021-02-25 09:53:58','2021-02-25 01:53:58'),(121259,43331,'action started via WP Cron','2021-02-25 09:54:59','2021-02-25 01:54:59'),(121260,43331,'action complete via WP Cron','2021-02-25 09:54:59','2021-02-25 01:54:59'),(121261,43332,'action created','2021-02-25 09:54:59','2021-02-25 01:54:59'),(121262,43332,'action started via WP Cron','2021-02-25 09:56:00','2021-02-25 01:56:00'),(121263,43332,'action complete via WP Cron','2021-02-25 09:56:00','2021-02-25 01:56:00'),(121264,43333,'action created','2021-02-25 09:56:00','2021-02-25 01:56:00'),(121265,43333,'action started via WP Cron','2021-02-25 10:05:36','2021-02-25 02:05:36'),(121266,43333,'action complete via WP Cron','2021-02-25 10:05:36','2021-02-25 02:05:36'),(121267,43334,'action created','2021-02-25 10:05:36','2021-02-25 02:05:36'),(121268,43334,'action started via WP Cron','2021-02-25 10:06:41','2021-02-25 02:06:41'),(121269,43334,'action complete via WP Cron','2021-02-25 10:06:41','2021-02-25 02:06:41'),(121270,43335,'action created','2021-02-25 10:06:41','2021-02-25 02:06:41'),(121271,43335,'action started via WP Cron','2021-02-25 10:08:16','2021-02-25 02:08:16'),(121272,43335,'action complete via WP Cron','2021-02-25 10:08:16','2021-02-25 02:08:16'),(121273,43336,'action created','2021-02-25 10:08:16','2021-02-25 02:08:16'),(121274,43336,'action started via WP Cron','2021-02-25 10:09:41','2021-02-25 02:09:41'),(121275,43336,'action complete via WP Cron','2021-02-25 10:09:41','2021-02-25 02:09:41'),(121276,43337,'action created','2021-02-25 10:09:41','2021-02-25 02:09:41'),(121277,43337,'action started via WP Cron','2021-02-25 10:10:42','2021-02-25 02:10:42'),(121278,43337,'action complete via WP Cron','2021-02-25 10:10:42','2021-02-25 02:10:42'),(121279,43338,'action created','2021-02-25 10:10:42','2021-02-25 02:10:42'),(121280,43338,'action started via WP Cron','2021-02-25 10:15:07','2021-02-25 02:15:07'),(121281,43338,'action complete via WP Cron','2021-02-25 10:15:07','2021-02-25 02:15:07'),(121282,43339,'action created','2021-02-25 10:15:07','2021-02-25 02:15:07'),(121283,43339,'action started via WP Cron','2021-02-25 10:16:21','2021-02-25 02:16:21'),(121284,43339,'action complete via WP Cron','2021-02-25 10:16:21','2021-02-25 02:16:21'),(121285,43340,'action created','2021-02-25 10:16:21','2021-02-25 02:16:21'),(121286,43340,'action started via WP Cron','2021-02-25 10:17:27','2021-02-25 02:17:27'),(121287,43340,'action complete via WP Cron','2021-02-25 10:17:27','2021-02-25 02:17:27'),(121288,43341,'action created','2021-02-25 10:17:27','2021-02-25 02:17:27'),(121289,43341,'action started via WP Cron','2021-02-25 10:21:27','2021-02-25 02:21:27'),(121290,43341,'action complete via WP Cron','2021-02-25 10:21:27','2021-02-25 02:21:27'),(121291,43342,'action created','2021-02-25 10:21:27','2021-02-25 02:21:27'),(121292,43342,'action started via WP Cron','2021-02-25 10:22:42','2021-02-25 02:22:42'),(121293,43342,'action complete via WP Cron','2021-02-25 10:22:42','2021-02-25 02:22:42'),(121294,43343,'action created','2021-02-25 10:22:42','2021-02-25 02:22:42'),(121295,43343,'action started via WP Cron','2021-02-25 10:23:43','2021-02-25 02:23:43'),(121296,43343,'action complete via WP Cron','2021-02-25 10:23:43','2021-02-25 02:23:43'),(121297,43344,'action created','2021-02-25 10:23:43','2021-02-25 02:23:43'),(121298,43344,'action started via WP Cron','2021-02-25 10:25:09','2021-02-25 02:25:09'),(121299,43344,'action complete via WP Cron','2021-02-25 10:25:09','2021-02-25 02:25:09'),(121300,43345,'action created','2021-02-25 10:25:09','2021-02-25 02:25:09'),(121301,43345,'action started via WP Cron','2021-02-25 10:25:45','2021-02-25 02:25:45'),(121302,43345,'action complete via WP Cron','2021-02-25 10:25:45','2021-02-25 02:25:45'),(121303,43346,'action created','2021-02-25 10:25:45','2021-02-25 02:25:45'),(121304,43346,'action started via WP Cron','2021-02-25 10:26:46','2021-02-25 02:26:46'),(121305,43346,'action complete via WP Cron','2021-02-25 10:26:46','2021-02-25 02:26:46'),(121306,43347,'action created','2021-02-25 10:26:46','2021-02-25 02:26:46'),(121307,43347,'action started via WP Cron','2021-02-25 10:27:47','2021-02-25 02:27:47'),(121308,43347,'action complete via WP Cron','2021-02-25 10:27:47','2021-02-25 02:27:47'),(121309,43348,'action created','2021-02-25 10:27:47','2021-02-25 02:27:47'),(121310,43348,'action started via WP Cron','2021-02-25 10:32:10','2021-02-25 02:32:10'),(121311,43348,'action complete via WP Cron','2021-02-25 10:32:10','2021-02-25 02:32:10'),(121312,43349,'action created','2021-02-25 10:32:10','2021-02-25 02:32:10'),(121316,43349,'action started via WP Cron','2021-02-25 10:32:50','2021-02-25 02:32:50'),(121317,43349,'action complete via WP Cron','2021-02-25 10:32:50','2021-02-25 02:32:50'),(121318,43351,'action created','2021-02-25 10:32:50','2021-02-25 02:32:50'),(121319,43351,'action started via WP Cron','2021-02-25 10:33:57','2021-02-25 02:33:57'),(121320,43351,'action complete via WP Cron','2021-02-25 10:33:57','2021-02-25 02:33:57'),(121321,43352,'action created','2021-02-25 10:33:57','2021-02-25 02:33:57'),(121322,43352,'action started via WP Cron','2021-02-25 10:34:58','2021-02-25 02:34:58'),(121323,43352,'action complete via WP Cron','2021-02-25 10:34:58','2021-02-25 02:34:58'),(121324,43353,'action created','2021-02-25 10:34:58','2021-02-25 02:34:58'),(121325,43353,'action started via WP Cron','2021-02-25 10:35:50','2021-02-25 02:35:50'),(121326,43353,'action complete via WP Cron','2021-02-25 10:35:50','2021-02-25 02:35:50'),(121327,43354,'action created','2021-02-25 10:35:50','2021-02-25 02:35:50'),(121328,43354,'action started via WP Cron','2021-02-25 10:37:00','2021-02-25 02:37:00'),(121329,43354,'action complete via WP Cron','2021-02-25 10:37:00','2021-02-25 02:37:00'),(121330,43355,'action created','2021-02-25 10:37:01','2021-02-25 02:37:01'),(121331,43355,'action started via WP Cron','2021-02-25 10:37:45','2021-02-25 02:37:45'),(121332,43355,'action complete via WP Cron','2021-02-25 10:37:45','2021-02-25 02:37:45'),(121333,43356,'action created','2021-02-25 10:37:45','2021-02-25 02:37:45'),(121334,43356,'action started via WP Cron','2021-02-25 10:38:53','2021-02-25 02:38:53'),(121335,43356,'action complete via WP Cron','2021-02-25 10:38:53','2021-02-25 02:38:53'),(121336,43357,'action created','2021-02-25 10:38:53','2021-02-25 02:38:53'),(121337,43357,'action started via WP Cron','2021-02-25 10:39:54','2021-02-25 02:39:54'),(121338,43357,'action complete via WP Cron','2021-02-25 10:39:54','2021-02-25 02:39:54'),(121339,43358,'action created','2021-02-25 10:39:54','2021-02-25 02:39:54'),(121340,43358,'action started via WP Cron','2021-02-25 10:52:42','2021-02-25 02:52:42'),(121341,43358,'action complete via WP Cron','2021-02-25 10:52:42','2021-02-25 02:52:42'),(121342,43359,'action created','2021-02-25 10:52:42','2021-02-25 02:52:42'),(121343,43359,'action started via WP Cron','2021-02-25 10:54:58','2021-02-25 02:54:58'),(121344,43359,'action complete via WP Cron','2021-02-25 10:54:58','2021-02-25 02:54:58'),(121345,43360,'action created','2021-02-25 10:54:58','2021-02-25 02:54:58'),(121346,43360,'action started via WP Cron','2021-02-25 11:02:01','2021-02-25 03:02:01'),(121347,43360,'action complete via WP Cron','2021-02-25 11:02:01','2021-02-25 03:02:01'),(121348,43361,'action created','2021-02-25 11:02:01','2021-02-25 03:02:01'),(121349,43361,'action started via WP Cron','2021-02-25 11:03:03','2021-02-25 03:03:03'),(121350,43361,'action complete via WP Cron','2021-02-25 11:03:03','2021-02-25 03:03:03'),(121351,43362,'action created','2021-02-25 11:03:04','2021-02-25 03:03:04'),(121352,43362,'action started via WP Cron','2021-02-25 11:06:33','2021-02-25 03:06:33'),(121353,43362,'action complete via WP Cron','2021-02-25 11:06:33','2021-02-25 03:06:33'),(121354,43363,'action created','2021-02-25 11:06:33','2021-02-25 03:06:33'),(121355,43363,'action started via WP Cron','2021-02-25 11:07:39','2021-02-25 03:07:39'),(121356,43363,'action complete via WP Cron','2021-02-25 11:07:39','2021-02-25 03:07:39'),(121357,43364,'action created','2021-02-25 11:07:39','2021-02-25 03:07:39'),(121358,43364,'action started via WP Cron','2021-02-25 11:09:41','2021-02-25 03:09:41'),(121359,43364,'action complete via WP Cron','2021-02-25 11:09:41','2021-02-25 03:09:41'),(121360,43365,'action created','2021-02-25 11:09:41','2021-02-25 03:09:41'),(121361,43365,'action started via WP Cron','2021-02-25 11:10:42','2021-02-25 03:10:42'),(121362,43365,'action complete via WP Cron','2021-02-25 11:10:42','2021-02-25 03:10:42'),(121363,43366,'action created','2021-02-25 11:10:42','2021-02-25 03:10:42'),(121364,43366,'action started via WP Cron','2021-02-25 11:11:43','2021-02-25 03:11:43'),(121365,43366,'action complete via WP Cron','2021-02-25 11:11:43','2021-02-25 03:11:43'),(121366,43367,'action created','2021-02-25 11:11:43','2021-02-25 03:11:43'),(121367,43367,'action started via WP Cron','2021-02-25 11:12:43','2021-02-25 03:12:43'),(121368,43367,'action complete via WP Cron','2021-02-25 11:12:44','2021-02-25 03:12:44'),(121369,43368,'action created','2021-02-25 11:12:44','2021-02-25 03:12:44'),(121370,43368,'action started via WP Cron','2021-02-25 11:17:48','2021-02-25 03:17:48'),(121371,43368,'action complete via WP Cron','2021-02-25 11:17:48','2021-02-25 03:17:48'),(121372,43369,'action created','2021-02-25 11:17:48','2021-02-25 03:17:48'),(121373,43369,'action started via WP Cron','2021-02-25 11:18:55','2021-02-25 03:18:55'),(121374,43369,'action complete via WP Cron','2021-02-25 11:18:55','2021-02-25 03:18:55'),(121375,43370,'action created','2021-02-25 11:18:55','2021-02-25 03:18:55'),(121376,43370,'action started via WP Cron','2021-02-25 11:19:57','2021-02-25 03:19:57'),(121377,43370,'action complete via WP Cron','2021-02-25 11:19:57','2021-02-25 03:19:57'),(121378,43371,'action created','2021-02-25 11:19:57','2021-02-25 03:19:57'),(121379,43371,'action started via WP Cron','2021-02-25 11:21:05','2021-02-25 03:21:05'),(121380,43371,'action complete via WP Cron','2021-02-25 11:21:05','2021-02-25 03:21:05'),(121381,43372,'action created','2021-02-25 11:21:05','2021-02-25 03:21:05'),(121382,43372,'action started via WP Cron','2021-02-25 11:22:51','2021-02-25 03:22:51'),(121383,43372,'action complete via WP Cron','2021-02-25 11:22:51','2021-02-25 03:22:51'),(121384,43373,'action created','2021-02-25 11:22:51','2021-02-25 03:22:51'),(121385,43373,'action started via WP Cron','2021-02-25 11:23:51','2021-02-25 03:23:51'),(121386,43373,'action complete via WP Cron','2021-02-25 11:23:51','2021-02-25 03:23:51'),(121387,43374,'action created','2021-02-25 11:23:52','2021-02-25 03:23:52'),(121388,43374,'action started via WP Cron','2021-02-25 11:24:52','2021-02-25 03:24:52'),(121389,43374,'action complete via WP Cron','2021-02-25 11:24:52','2021-02-25 03:24:52'),(121390,43375,'action created','2021-02-25 11:24:52','2021-02-25 03:24:52'),(121391,43375,'action started via WP Cron','2021-02-25 11:27:17','2021-02-25 03:27:17'),(121392,43375,'action complete via WP Cron','2021-02-25 11:27:17','2021-02-25 03:27:17'),(121393,43376,'action created','2021-02-25 11:27:17','2021-02-25 03:27:17'),(121394,43376,'action started via WP Cron','2021-02-25 11:35:22','2021-02-25 03:35:22'),(121395,43376,'action complete via WP Cron','2021-02-25 11:35:22','2021-02-25 03:35:22'),(121396,43377,'action created','2021-02-25 11:35:22','2021-02-25 03:35:22'),(121397,43377,'action started via WP Cron','2021-02-25 11:35:59','2021-02-25 03:35:59'),(121398,43377,'action complete via WP Cron','2021-02-25 11:35:59','2021-02-25 03:35:59'),(121399,43378,'action created','2021-02-25 11:35:59','2021-02-25 03:35:59'),(121400,43378,'action started via WP Cron','2021-02-25 11:37:23','2021-02-25 03:37:23'),(121401,43378,'action complete via WP Cron','2021-02-25 11:37:23','2021-02-25 03:37:23'),(121402,43379,'action created','2021-02-25 11:37:24','2021-02-25 03:37:24'),(121403,43379,'action started via WP Cron','2021-02-25 11:38:25','2021-02-25 03:38:25'),(121404,43379,'action complete via WP Cron','2021-02-25 11:38:25','2021-02-25 03:38:25'),(121405,43380,'action created','2021-02-25 11:38:25','2021-02-25 03:38:25'),(121406,43380,'action started via WP Cron','2021-02-25 11:39:01','2021-02-25 03:39:01'),(121407,43380,'action complete via WP Cron','2021-02-25 11:39:01','2021-02-25 03:39:01'),(121408,43381,'action created','2021-02-25 11:39:01','2021-02-25 03:39:01'),(121409,43381,'action started via WP Cron','2021-02-25 11:40:00','2021-02-25 03:40:00'),(121410,43381,'action complete via WP Cron','2021-02-25 11:40:00','2021-02-25 03:40:00'),(121411,43382,'action created','2021-02-25 11:40:00','2021-02-25 03:40:00'),(121412,43382,'action started via WP Cron','2021-02-25 11:40:54','2021-02-25 03:40:54'),(121413,43382,'action complete via WP Cron','2021-02-25 11:40:54','2021-02-25 03:40:54'),(121414,43383,'action created','2021-02-25 11:40:54','2021-02-25 03:40:54'),(121415,43383,'action started via WP Cron','2021-02-25 11:41:55','2021-02-25 03:41:55'),(121416,43383,'action complete via WP Cron','2021-02-25 11:41:55','2021-02-25 03:41:55'),(121417,43384,'action created','2021-02-25 11:41:55','2021-02-25 03:41:55'),(121418,43384,'action started via WP Cron','2021-02-25 11:47:40','2021-02-25 03:47:40'),(121419,43384,'action complete via WP Cron','2021-02-25 11:47:40','2021-02-25 03:47:40'),(121420,43385,'action created','2021-02-25 11:47:40','2021-02-25 03:47:40'),(121421,43385,'action started via WP Cron','2021-02-25 11:54:02','2021-02-25 03:54:02'),(121422,43385,'action complete via WP Cron','2021-02-25 11:54:02','2021-02-25 03:54:02'),(121423,43386,'action created','2021-02-25 11:54:02','2021-02-25 03:54:02'),(121424,43386,'action started via WP Cron','2021-02-25 12:12:03','2021-02-25 04:12:03'),(121425,43386,'action complete via WP Cron','2021-02-25 12:12:03','2021-02-25 04:12:03'),(121426,43387,'action created','2021-02-25 12:13:04','2021-02-25 04:13:04'),(121427,43387,'action started via WP Cron','2021-02-25 12:14:04','2021-02-25 04:14:04'),(121428,43387,'action complete via WP Cron','2021-02-25 12:14:04','2021-02-25 04:14:04'),(121429,43388,'action created','2021-02-25 12:14:04','2021-02-25 04:14:04'),(121430,43388,'action started via WP Cron','2021-02-25 12:15:49','2021-02-25 04:15:49'),(121431,43388,'action complete via WP Cron','2021-02-25 12:15:49','2021-02-25 04:15:49'),(121432,43389,'action created','2021-02-25 12:15:49','2021-02-25 04:15:49'),(121433,43389,'action started via WP Cron','2021-02-25 12:17:07','2021-02-25 04:17:07'),(121434,43389,'action complete via WP Cron','2021-02-25 12:17:07','2021-02-25 04:17:07'),(121435,43390,'action created','2021-02-25 12:17:07','2021-02-25 04:17:07'),(121436,43390,'action started via WP Cron','2021-02-25 12:18:08','2021-02-25 04:18:08'),(121437,43390,'action complete via WP Cron','2021-02-25 12:18:08','2021-02-25 04:18:08'),(121438,43391,'action created','2021-02-25 12:18:08','2021-02-25 04:18:08'),(121439,43391,'action started via WP Cron','2021-02-25 12:21:15','2021-02-25 04:21:15'),(121440,43391,'action complete via WP Cron','2021-02-25 12:21:15','2021-02-25 04:21:15'),(121441,43392,'action created','2021-02-25 12:21:15','2021-02-25 04:21:15'),(121442,43392,'action started via WP Cron','2021-02-25 12:22:50','2021-02-25 04:22:50'),(121443,43392,'action complete via WP Cron','2021-02-25 12:22:50','2021-02-25 04:22:50'),(121444,43393,'action created','2021-02-25 12:22:50','2021-02-25 04:22:50'),(121445,43393,'action started via WP Cron','2021-02-25 12:24:21','2021-02-25 04:24:21'),(121446,43393,'action complete via WP Cron','2021-02-25 12:24:21','2021-02-25 04:24:21'),(121447,43394,'action created','2021-02-25 12:24:22','2021-02-25 04:24:22'),(121448,43394,'action started via WP Cron','2021-02-25 12:25:51','2021-02-25 04:25:51'),(121449,43394,'action complete via WP Cron','2021-02-25 12:25:51','2021-02-25 04:25:51'),(121450,43395,'action created','2021-02-25 12:25:51','2021-02-25 04:25:51'),(121451,43395,'action started via WP Cron','2021-02-25 12:29:28','2021-02-25 04:29:28'),(121452,43395,'action complete via WP Cron','2021-02-25 12:29:28','2021-02-25 04:29:28'),(121453,43396,'action created','2021-02-25 12:29:28','2021-02-25 04:29:28'),(121454,43396,'action started via WP Cron','2021-02-25 12:35:14','2021-02-25 04:35:14'),(121455,43396,'action complete via WP Cron','2021-02-25 12:35:14','2021-02-25 04:35:14'),(121456,43397,'action created','2021-02-25 12:35:14','2021-02-25 04:35:14'),(121457,43397,'action started via WP Cron','2021-02-25 12:36:15','2021-02-25 04:36:15'),(121458,43397,'action complete via WP Cron','2021-02-25 12:36:15','2021-02-25 04:36:15'),(121459,43398,'action created','2021-02-25 12:36:15','2021-02-25 04:36:15'),(121460,43398,'action started via WP Cron','2021-02-25 12:37:15','2021-02-25 04:37:15'),(121461,43398,'action complete via WP Cron','2021-02-25 12:37:15','2021-02-25 04:37:15'),(121462,43399,'action created','2021-02-25 12:37:15','2021-02-25 04:37:15'),(121463,43399,'action started via WP Cron','2021-02-25 12:39:19','2021-02-25 04:39:19'),(121464,43399,'action complete via WP Cron','2021-02-25 12:39:19','2021-02-25 04:39:19'),(121465,43400,'action created','2021-02-25 12:39:19','2021-02-25 04:39:19'),(121466,43400,'action started via WP Cron','2021-02-25 12:40:20','2021-02-25 04:40:20'),(121467,43400,'action complete via WP Cron','2021-02-25 12:40:20','2021-02-25 04:40:20'),(121468,43401,'action created','2021-02-25 12:40:20','2021-02-25 04:40:20'),(121469,43401,'action started via WP Cron','2021-02-25 12:41:02','2021-02-25 04:41:02'),(121470,43401,'action complete via WP Cron','2021-02-25 12:41:02','2021-02-25 04:41:02'),(121471,43402,'action created','2021-02-25 12:41:02','2021-02-25 04:41:02'),(121472,43402,'action started via WP Cron','2021-02-25 12:42:04','2021-02-25 04:42:04'),(121473,43402,'action complete via WP Cron','2021-02-25 12:42:04','2021-02-25 04:42:04'),(121474,43403,'action created','2021-02-25 12:42:04','2021-02-25 04:42:04'),(121475,43403,'action started via WP Cron','2021-02-25 12:43:04','2021-02-25 04:43:04'),(121476,43403,'action complete via WP Cron','2021-02-25 12:43:04','2021-02-25 04:43:04'),(121477,43404,'action created','2021-02-25 12:43:05','2021-02-25 04:43:05'),(121478,43404,'action started via WP Cron','2021-02-25 12:49:59','2021-02-25 04:49:59'),(121479,43404,'action complete via WP Cron','2021-02-25 12:49:59','2021-02-25 04:49:59'),(121480,43405,'action created','2021-02-25 12:49:59','2021-02-25 04:49:59'),(121481,43405,'action started via WP Cron','2021-02-25 12:56:29','2021-02-25 04:56:29'),(121482,43405,'action complete via WP Cron','2021-02-25 12:56:29','2021-02-25 04:56:29'),(121483,43406,'action created','2021-02-25 12:56:29','2021-02-25 04:56:29'),(121484,43406,'action started via WP Cron','2021-02-25 13:06:45','2021-02-25 05:06:45'),(121485,43406,'action complete via WP Cron','2021-02-25 13:06:45','2021-02-25 05:06:45'),(121486,43407,'action created','2021-02-25 13:06:45','2021-02-25 05:06:45'),(121487,43407,'action started via WP Cron','2021-02-25 13:09:23','2021-02-25 05:09:23'),(121488,43407,'action complete via WP Cron','2021-02-25 13:09:23','2021-02-25 05:09:23'),(121489,43408,'action created','2021-02-25 13:09:23','2021-02-25 05:09:23'),(121490,43408,'action started via WP Cron','2021-02-25 13:10:33','2021-02-25 05:10:33'),(121491,43408,'action complete via WP Cron','2021-02-25 13:10:33','2021-02-25 05:10:33'),(121492,43409,'action created','2021-02-25 13:10:33','2021-02-25 05:10:33'),(121493,43409,'action started via WP Cron','2021-02-25 13:11:00','2021-02-25 05:11:00'),(121494,43409,'action complete via WP Cron','2021-02-25 13:11:00','2021-02-25 05:11:00'),(121495,43410,'action created','2021-02-25 13:11:00','2021-02-25 05:11:00'),(121496,43410,'action started via WP Cron','2021-02-25 13:12:22','2021-02-25 05:12:22'),(121497,43410,'action complete via WP Cron','2021-02-25 13:12:22','2021-02-25 05:12:22'),(121498,43411,'action created','2021-02-25 13:12:22','2021-02-25 05:12:22'),(121499,43411,'action started via WP Cron','2021-02-25 13:13:43','2021-02-25 05:13:43'),(121500,43411,'action complete via WP Cron','2021-02-25 13:13:43','2021-02-25 05:13:43'),(121501,43412,'action created','2021-02-25 13:13:43','2021-02-25 05:13:43'),(121502,43412,'action started via WP Cron','2021-02-25 13:14:41','2021-02-25 05:14:41'),(121503,43412,'action complete via WP Cron','2021-02-25 13:14:41','2021-02-25 05:14:41'),(121504,43413,'action created','2021-02-25 13:14:41','2021-02-25 05:14:41'),(121505,43413,'action started via WP Cron','2021-02-25 13:15:43','2021-02-25 05:15:43'),(121506,43413,'action complete via WP Cron','2021-02-25 13:15:43','2021-02-25 05:15:43'),(121507,43414,'action created','2021-02-25 13:15:43','2021-02-25 05:15:43'),(121508,43414,'action started via WP Cron','2021-02-25 13:17:33','2021-02-25 05:17:33'),(121509,43414,'action complete via WP Cron','2021-02-25 13:17:33','2021-02-25 05:17:33'),(121510,43415,'action created','2021-02-25 13:17:34','2021-02-25 05:17:34'),(121511,43415,'action started via WP Cron','2021-02-25 13:17:44','2021-02-25 05:17:44'),(121512,43415,'action complete via WP Cron','2021-02-25 13:17:44','2021-02-25 05:17:44'),(121513,43416,'action created','2021-02-25 13:17:44','2021-02-25 05:17:44'),(121514,43416,'action started via WP Cron','2021-02-25 13:18:46','2021-02-25 05:18:46'),(121515,43416,'action complete via WP Cron','2021-02-25 13:18:46','2021-02-25 05:18:46'),(121516,43417,'action created','2021-02-25 13:18:46','2021-02-25 05:18:46'),(121517,43417,'action started via WP Cron','2021-02-25 13:20:09','2021-02-25 05:20:09'),(121518,43417,'action complete via WP Cron','2021-02-25 13:20:09','2021-02-25 05:20:09'),(121519,43418,'action created','2021-02-25 13:20:09','2021-02-25 05:20:09'),(121520,43418,'action started via WP Cron','2021-02-25 13:38:30','2021-02-25 05:38:30'),(121521,43418,'action complete via WP Cron','2021-02-25 13:38:30','2021-02-25 05:38:30'),(121522,43419,'action created','2021-02-25 13:38:30','2021-02-25 05:38:30'),(121523,43419,'action started via WP Cron','2021-02-25 13:39:17','2021-02-25 05:39:17'),(121524,43419,'action complete via WP Cron','2021-02-25 13:39:17','2021-02-25 05:39:17'),(121525,43420,'action created','2021-02-25 13:39:17','2021-02-25 05:39:17'),(121526,43420,'action started via WP Cron','2021-02-25 13:41:12','2021-02-25 05:41:12'),(121527,43420,'action complete via WP Cron','2021-02-25 13:41:12','2021-02-25 05:41:12'),(121528,43421,'action created','2021-02-25 13:41:12','2021-02-25 05:41:12'),(121529,43421,'action started via WP Cron','2021-02-25 13:43:23','2021-02-25 05:43:23'),(121530,43421,'action complete via WP Cron','2021-02-25 13:43:23','2021-02-25 05:43:23'),(121531,43422,'action created','2021-02-25 13:43:23','2021-02-25 05:43:23'),(121532,43422,'action started via WP Cron','2021-02-25 13:43:46','2021-02-25 05:43:46'),(121533,43422,'action complete via WP Cron','2021-02-25 13:43:46','2021-02-25 05:43:46'),(121534,43423,'action created','2021-02-25 13:43:46','2021-02-25 05:43:46'),(121535,43423,'action started via WP Cron','2021-02-25 13:45:25','2021-02-25 05:45:25'),(121536,43423,'action complete via WP Cron','2021-02-25 13:45:25','2021-02-25 05:45:25'),(121537,43424,'action created','2021-02-25 13:45:25','2021-02-25 05:45:25'),(121538,43424,'action started via WP Cron','2021-02-25 13:47:27','2021-02-25 05:47:27'),(121539,43424,'action complete via WP Cron','2021-02-25 13:47:27','2021-02-25 05:47:27'),(121540,43425,'action created','2021-02-25 13:47:27','2021-02-25 05:47:27'),(121541,43425,'action started via WP Cron','2021-02-25 13:47:54','2021-02-25 05:47:54'),(121542,43425,'action complete via WP Cron','2021-02-25 13:47:54','2021-02-25 05:47:54'),(121543,43426,'action created','2021-02-25 13:47:55','2021-02-25 05:47:55'),(121544,43426,'action started via WP Cron','2021-02-25 13:49:30','2021-02-25 05:49:30'),(121545,43426,'action complete via WP Cron','2021-02-25 13:49:30','2021-02-25 05:49:30'),(121546,43427,'action created','2021-02-25 13:49:30','2021-02-25 05:49:30'),(121547,43427,'action started via WP Cron','2021-02-25 13:56:48','2021-02-25 05:56:48'),(121548,43427,'action complete via WP Cron','2021-02-25 13:56:48','2021-02-25 05:56:48'),(121549,43428,'action created','2021-02-25 13:56:48','2021-02-25 05:56:48'),(121550,43428,'action started via WP Cron','2021-02-25 13:57:53','2021-02-25 05:57:53'),(121551,43428,'action complete via WP Cron','2021-02-25 13:57:53','2021-02-25 05:57:53'),(121552,43429,'action created','2021-02-25 13:57:53','2021-02-25 05:57:53'),(121553,43429,'action started via WP Cron','2021-02-25 13:59:22','2021-02-25 05:59:22'),(121554,43429,'action complete via WP Cron','2021-02-25 13:59:22','2021-02-25 05:59:22'),(121555,43430,'action created','2021-02-25 13:59:22','2021-02-25 05:59:22'),(121556,43430,'action started via WP Cron','2021-02-25 14:00:22','2021-02-25 06:00:22'),(121557,43430,'action complete via WP Cron','2021-02-25 14:00:22','2021-02-25 06:00:22'),(121558,43431,'action created','2021-02-25 14:00:22','2021-02-25 06:00:22'),(121559,43431,'action started via WP Cron','2021-02-25 14:02:25','2021-02-25 06:02:25'),(121560,43431,'action complete via WP Cron','2021-02-25 14:02:25','2021-02-25 06:02:25'),(121561,43432,'action created','2021-02-25 14:02:25','2021-02-25 06:02:25'),(121562,43432,'action started via WP Cron','2021-02-25 14:03:32','2021-02-25 06:03:32'),(121563,43432,'action complete via WP Cron','2021-02-25 14:03:32','2021-02-25 06:03:32'),(121564,43433,'action created','2021-02-25 14:03:32','2021-02-25 06:03:32'),(121565,43433,'action started via WP Cron','2021-02-25 14:04:33','2021-02-25 06:04:33'),(121566,43433,'action complete via WP Cron','2021-02-25 14:04:33','2021-02-25 06:04:33'),(121567,43434,'action created','2021-02-25 14:04:34','2021-02-25 06:04:34'),(121568,43434,'action started via WP Cron','2021-02-25 14:12:16','2021-02-25 06:12:16'),(121569,43434,'action complete via WP Cron','2021-02-25 14:12:16','2021-02-25 06:12:16'),(121570,43435,'action created','2021-02-25 14:12:16','2021-02-25 06:12:16'),(121571,43435,'action started via WP Cron','2021-02-25 14:16:34','2021-02-25 06:16:34'),(121572,43435,'action complete via WP Cron','2021-02-25 14:16:34','2021-02-25 06:16:34'),(121573,43436,'action created','2021-02-25 14:16:34','2021-02-25 06:16:34'),(121574,43436,'action started via WP Cron','2021-02-25 14:17:36','2021-02-25 06:17:36'),(121575,43436,'action complete via WP Cron','2021-02-25 14:17:36','2021-02-25 06:17:36'),(121576,43437,'action created','2021-02-25 14:17:36','2021-02-25 06:17:36'),(121577,43437,'action started via WP Cron','2021-02-25 14:18:36','2021-02-25 06:18:36'),(121578,43437,'action complete via WP Cron','2021-02-25 14:18:36','2021-02-25 06:18:36'),(121579,43438,'action created','2021-02-25 14:18:36','2021-02-25 06:18:36'),(121580,43438,'action started via WP Cron','2021-02-25 14:20:38','2021-02-25 06:20:38'),(121581,43438,'action complete via WP Cron','2021-02-25 14:20:38','2021-02-25 06:20:38'),(121582,43439,'action created','2021-02-25 14:20:38','2021-02-25 06:20:38'),(121583,43439,'action started via WP Cron','2021-02-25 14:21:39','2021-02-25 06:21:39'),(121584,43439,'action complete via WP Cron','2021-02-25 14:21:39','2021-02-25 06:21:39'),(121585,43440,'action created','2021-02-25 14:21:39','2021-02-25 06:21:39'),(121586,43440,'action started via WP Cron','2021-02-25 14:31:20','2021-02-25 06:31:20'),(121587,43440,'action complete via WP Cron','2021-02-25 14:31:20','2021-02-25 06:31:20'),(121588,43441,'action created','2021-02-25 14:31:20','2021-02-25 06:31:20'),(121589,43441,'action started via WP Cron','2021-02-25 14:32:28','2021-02-25 06:32:28'),(121590,43441,'action complete via WP Cron','2021-02-25 14:32:28','2021-02-25 06:32:28'),(121591,43442,'action created','2021-02-25 14:32:28','2021-02-25 06:32:28'),(121592,43442,'action started via WP Cron','2021-02-25 14:33:29','2021-02-25 06:33:29'),(121593,43442,'action complete via WP Cron','2021-02-25 14:33:29','2021-02-25 06:33:29'),(121594,43443,'action created','2021-02-25 14:33:29','2021-02-25 06:33:29'),(121595,43443,'action started via WP Cron','2021-02-25 14:34:30','2021-02-25 06:34:30'),(121596,43443,'action complete via WP Cron','2021-02-25 14:34:30','2021-02-25 06:34:30'),(121597,43444,'action created','2021-02-25 14:34:30','2021-02-25 06:34:30'),(121598,43444,'action started via WP Cron','2021-02-25 14:35:31','2021-02-25 06:35:31'),(121599,43444,'action complete via WP Cron','2021-02-25 14:35:31','2021-02-25 06:35:31'),(121600,43445,'action created','2021-02-25 14:35:32','2021-02-25 06:35:32'),(121601,43445,'action started via WP Cron','2021-02-25 14:36:36','2021-02-25 06:36:36'),(121602,43445,'action complete via WP Cron','2021-02-25 14:36:36','2021-02-25 06:36:36'),(121603,43446,'action created','2021-02-25 14:36:36','2021-02-25 06:36:36'),(121604,43446,'action started via WP Cron','2021-02-25 14:36:59','2021-02-25 06:36:59'),(121605,43446,'action complete via WP Cron','2021-02-25 14:36:59','2021-02-25 06:36:59'),(121606,43447,'action created','2021-02-25 14:36:59','2021-02-25 06:36:59'),(121607,43447,'action started via WP Cron','2021-02-25 14:37:41','2021-02-25 06:37:41'),(121608,43447,'action complete via WP Cron','2021-02-25 14:37:41','2021-02-25 06:37:41'),(121609,43448,'action created','2021-02-25 14:37:41','2021-02-25 06:37:41'),(121610,43448,'action started via WP Cron','2021-02-25 14:41:00','2021-02-25 06:41:00'),(121611,43448,'action complete via WP Cron','2021-02-25 14:41:00','2021-02-25 06:41:00'),(121612,43449,'action created','2021-02-25 14:41:01','2021-02-25 06:41:01'),(121613,43449,'action started via WP Cron','2021-02-25 14:44:54','2021-02-25 06:44:54'),(121614,43449,'action complete via WP Cron','2021-02-25 14:44:54','2021-02-25 06:44:54'),(121615,43450,'action created','2021-02-25 14:44:54','2021-02-25 06:44:54'),(121616,43450,'action started via WP Cron','2021-02-25 14:47:57','2021-02-25 06:47:57'),(121617,43450,'action complete via WP Cron','2021-02-25 14:47:57','2021-02-25 06:47:57'),(121618,43451,'action created','2021-02-25 14:47:57','2021-02-25 06:47:57'),(121619,43451,'action started via WP Cron','2021-02-25 15:00:21','2021-02-25 07:00:21'),(121620,43451,'action complete via WP Cron','2021-02-25 15:00:21','2021-02-25 07:00:21'),(121621,43452,'action created','2021-02-25 15:00:22','2021-02-25 07:00:22'),(121622,43452,'action started via WP Cron','2021-02-25 15:02:40','2021-02-25 07:02:40'),(121623,43452,'action complete via WP Cron','2021-02-25 15:02:40','2021-02-25 07:02:40'),(121624,43453,'action created','2021-02-25 15:02:41','2021-02-25 07:02:41'),(121625,43453,'action started via WP Cron','2021-02-25 15:09:57','2021-02-25 07:09:57'),(121626,43453,'action complete via WP Cron','2021-02-25 15:09:57','2021-02-25 07:09:57'),(121627,43454,'action created','2021-02-25 15:09:57','2021-02-25 07:09:57'),(121628,43454,'action started via WP Cron','2021-02-25 15:11:20','2021-02-25 07:11:20'),(121629,43454,'action complete via WP Cron','2021-02-25 15:11:20','2021-02-25 07:11:20'),(121630,43455,'action created','2021-02-25 15:20:24','2021-02-25 07:20:24'),(121631,43455,'action started via WP Cron','2021-02-25 15:28:16','2021-02-25 07:28:16'),(121632,43455,'action complete via WP Cron','2021-02-25 15:28:16','2021-02-25 07:28:16'),(121633,43456,'action created','2021-02-25 15:28:16','2021-02-25 07:28:16'),(121634,43456,'action started via WP Cron','2021-02-25 15:34:14','2021-02-25 07:34:14'),(121635,43456,'action complete via WP Cron','2021-02-25 15:34:14','2021-02-25 07:34:14'),(121636,43457,'action created','2021-02-25 15:34:14','2021-02-25 07:34:14'),(121637,43457,'action started via WP Cron','2021-02-25 15:36:38','2021-02-25 07:36:38'),(121638,43457,'action complete via WP Cron','2021-02-25 15:36:38','2021-02-25 07:36:38'),(121639,43458,'action created','2021-02-25 15:36:39','2021-02-25 07:36:39'),(121640,43458,'action started via WP Cron','2021-02-25 15:39:27','2021-02-25 07:39:27'),(121641,43458,'action complete via WP Cron','2021-02-25 15:39:27','2021-02-25 07:39:27'),(121642,43459,'action created','2021-02-25 15:39:27','2021-02-25 07:39:27'),(121643,43459,'action started via WP Cron','2021-02-25 15:39:54','2021-02-25 07:39:54'),(121644,43459,'action complete via WP Cron','2021-02-25 15:39:54','2021-02-25 07:39:54'),(121645,43460,'action created','2021-02-25 15:39:54','2021-02-25 07:39:54'),(121646,43460,'action started via WP Cron','2021-02-25 15:40:56','2021-02-25 07:40:56'),(121647,43460,'action complete via WP Cron','2021-02-25 15:40:56','2021-02-25 07:40:56'),(121648,43461,'action created','2021-02-25 15:40:56','2021-02-25 07:40:56'),(121649,43461,'action started via WP Cron','2021-02-25 15:41:56','2021-02-25 07:41:56'),(121650,43461,'action complete via WP Cron','2021-02-25 15:41:56','2021-02-25 07:41:56'),(121651,43462,'action created','2021-02-25 15:41:57','2021-02-25 07:41:57'),(121652,43462,'action started via WP Cron','2021-02-25 15:44:02','2021-02-25 07:44:02'),(121653,43462,'action complete via WP Cron','2021-02-25 15:44:02','2021-02-25 07:44:02'),(121654,43463,'action created','2021-02-25 15:44:02','2021-02-25 07:44:02'),(121655,43463,'action started via WP Cron','2021-02-25 15:45:04','2021-02-25 07:45:04'),(121656,43463,'action complete via WP Cron','2021-02-25 15:45:04','2021-02-25 07:45:04'),(121657,43464,'action created','2021-02-25 15:45:04','2021-02-25 07:45:04'),(121658,43464,'action started via WP Cron','2021-02-25 15:46:04','2021-02-25 07:46:04'),(121659,43464,'action complete via WP Cron','2021-02-25 15:46:04','2021-02-25 07:46:04'),(121660,43465,'action created','2021-02-25 15:46:04','2021-02-25 07:46:04'),(121661,43465,'action started via WP Cron','2021-02-25 16:03:48','2021-02-25 08:03:48'),(121662,43465,'action complete via WP Cron','2021-02-25 16:03:48','2021-02-25 08:03:48'),(121663,43466,'action created','2021-02-25 16:03:48','2021-02-25 08:03:48'),(121664,43466,'action started via WP Cron','2021-02-25 16:10:04','2021-02-25 08:10:04'),(121665,43466,'action complete via WP Cron','2021-02-25 16:10:04','2021-02-25 08:10:04'),(121666,43467,'action created','2021-02-25 16:10:04','2021-02-25 08:10:04'),(121667,43467,'action started via WP Cron','2021-02-25 16:19:43','2021-02-25 08:19:43'),(121668,43467,'action complete via WP Cron','2021-02-25 16:19:43','2021-02-25 08:19:43'),(121669,43468,'action created','2021-02-25 16:19:43','2021-02-25 08:19:43'),(121670,43468,'action started via WP Cron','2021-02-25 16:31:27','2021-02-25 08:31:27'),(121671,43468,'action complete via WP Cron','2021-02-25 16:31:27','2021-02-25 08:31:27'),(121672,43469,'action created','2021-02-25 16:31:27','2021-02-25 08:31:27'),(121673,43469,'action started via WP Cron','2021-02-25 16:35:30','2021-02-25 08:35:30'),(121674,43469,'action complete via WP Cron','2021-02-25 16:35:30','2021-02-25 08:35:30'),(121675,43470,'action created','2021-02-25 16:35:30','2021-02-25 08:35:30'),(121676,43470,'action started via WP Cron','2021-02-25 16:38:27','2021-02-25 08:38:27'),(121677,43470,'action complete via WP Cron','2021-02-25 16:38:27','2021-02-25 08:38:27'),(121678,43471,'action created','2021-02-25 16:38:27','2021-02-25 08:38:27'),(121679,43471,'action started via WP Cron','2021-02-25 16:38:48','2021-02-25 08:38:48'),(121680,43471,'action complete via WP Cron','2021-02-25 16:38:48','2021-02-25 08:38:48'),(121681,43472,'action created','2021-02-25 16:38:48','2021-02-25 08:38:48'),(121682,43472,'action started via WP Cron','2021-02-25 16:42:47','2021-02-25 08:42:47'),(121683,43472,'action complete via WP Cron','2021-02-25 16:42:47','2021-02-25 08:42:47'),(121684,43473,'action created','2021-02-25 16:42:47','2021-02-25 08:42:47'),(121685,43473,'action started via WP Cron','2021-02-25 16:45:33','2021-02-25 08:45:33'),(121686,43473,'action complete via WP Cron','2021-02-25 16:45:33','2021-02-25 08:45:33'),(121687,43474,'action created','2021-02-25 16:45:33','2021-02-25 08:45:33'),(121688,43474,'action started via WP Cron','2021-02-25 16:46:34','2021-02-25 08:46:34'),(121689,43474,'action complete via WP Cron','2021-02-25 16:46:34','2021-02-25 08:46:34'),(121690,43475,'action created','2021-02-25 16:46:34','2021-02-25 08:46:34'),(121691,43475,'action started via WP Cron','2021-02-25 16:47:42','2021-02-25 08:47:42'),(121692,43475,'action complete via WP Cron','2021-02-25 16:47:42','2021-02-25 08:47:42'),(121693,43476,'action created','2021-02-25 16:47:43','2021-02-25 08:47:43'),(121694,43476,'action started via WP Cron','2021-02-25 16:48:45','2021-02-25 08:48:45'),(121695,43476,'action complete via WP Cron','2021-02-25 16:48:45','2021-02-25 08:48:45'),(121696,43477,'action created','2021-02-25 16:48:45','2021-02-25 08:48:45'),(121697,43477,'action started via WP Cron','2021-02-25 17:03:25','2021-02-25 09:03:25'),(121698,43477,'action complete via WP Cron','2021-02-25 17:03:25','2021-02-25 09:03:25'),(121699,43478,'action created','2021-02-25 17:03:25','2021-02-25 09:03:25'),(121700,43478,'action started via WP Cron','2021-02-25 17:09:39','2021-02-25 09:09:39'),(121701,43478,'action complete via WP Cron','2021-02-25 17:09:39','2021-02-25 09:09:39'),(121702,43479,'action created','2021-02-25 17:09:39','2021-02-25 09:09:39'),(121703,43479,'action started via WP Cron','2021-02-25 17:10:45','2021-02-25 09:10:45'),(121704,43479,'action complete via WP Cron','2021-02-25 17:10:45','2021-02-25 09:10:45'),(121705,43480,'action created','2021-02-25 17:10:45','2021-02-25 09:10:45'),(121706,43480,'action started via WP Cron','2021-02-25 17:11:46','2021-02-25 09:11:46'),(121707,43480,'action complete via WP Cron','2021-02-25 17:11:46','2021-02-25 09:11:46'),(121708,43481,'action created','2021-02-25 17:11:46','2021-02-25 09:11:46'),(121709,43481,'action started via WP Cron','2021-02-25 17:12:46','2021-02-25 09:12:46'),(121710,43481,'action complete via WP Cron','2021-02-25 17:12:47','2021-02-25 09:12:47'),(121711,43482,'action created','2021-02-25 17:12:47','2021-02-25 09:12:47'),(121712,43482,'action started via WP Cron','2021-02-25 17:14:48','2021-02-25 09:14:48'),(121713,43482,'action complete via WP Cron','2021-02-25 17:14:49','2021-02-25 09:14:49'),(121714,43483,'action created','2021-02-25 17:14:49','2021-02-25 09:14:49'),(121715,43483,'action started via WP Cron','2021-02-25 17:15:49','2021-02-25 09:15:49'),(121716,43483,'action complete via WP Cron','2021-02-25 17:15:49','2021-02-25 09:15:49'),(121717,43484,'action created','2021-02-25 17:15:49','2021-02-25 09:15:49'),(121718,43484,'action started via WP Cron','2021-02-25 17:16:51','2021-02-25 09:16:51'),(121719,43484,'action complete via WP Cron','2021-02-25 17:16:51','2021-02-25 09:16:51'),(121720,43485,'action created','2021-02-25 17:16:51','2021-02-25 09:16:51'),(121721,43485,'action started via WP Cron','2021-02-25 17:27:15','2021-02-25 09:27:15'),(121722,43485,'action complete via WP Cron','2021-02-25 17:27:15','2021-02-25 09:27:15'),(121723,43486,'action created','2021-02-25 17:27:15','2021-02-25 09:27:15'),(121724,43486,'action started via WP Cron','2021-02-25 17:28:02','2021-02-25 09:28:02'),(121725,43486,'action complete via WP Cron','2021-02-25 17:28:02','2021-02-25 09:28:02'),(121726,43487,'action created','2021-02-25 17:28:02','2021-02-25 09:28:02'),(121727,43487,'action started via WP Cron','2021-02-25 17:30:56','2021-02-25 09:30:56'),(121728,43487,'action complete via WP Cron','2021-02-25 17:30:56','2021-02-25 09:30:56'),(121729,43488,'action created','2021-02-25 17:30:56','2021-02-25 09:30:56'),(121730,43488,'action started via WP Cron','2021-02-25 17:42:08','2021-02-25 09:42:08'),(121731,43488,'action complete via WP Cron','2021-02-25 17:42:08','2021-02-25 09:42:08'),(121732,43489,'action created','2021-02-25 17:42:08','2021-02-25 09:42:08'),(121733,43489,'action started via WP Cron','2021-02-25 17:45:36','2021-02-25 09:45:36'),(121734,43489,'action complete via WP Cron','2021-02-25 17:45:36','2021-02-25 09:45:36'),(121735,43490,'action created','2021-02-25 17:45:36','2021-02-25 09:45:36'),(121736,43490,'action started via WP Cron','2021-02-25 17:49:31','2021-02-25 09:49:31'),(121737,43490,'action complete via WP Cron','2021-02-25 17:49:31','2021-02-25 09:49:31'),(121738,43491,'action created','2021-02-25 17:49:31','2021-02-25 09:49:31'),(121739,43491,'action started via WP Cron','2021-02-25 17:50:43','2021-02-25 09:50:43'),(121740,43491,'action complete via WP Cron','2021-02-25 17:50:43','2021-02-25 09:50:43'),(121741,43492,'action created','2021-02-25 17:50:44','2021-02-25 09:50:44'),(121742,43492,'action started via WP Cron','2021-02-25 17:51:44','2021-02-25 09:51:44'),(121743,43492,'action complete via WP Cron','2021-02-25 17:51:44','2021-02-25 09:51:44'),(121744,43493,'action created','2021-02-25 17:51:44','2021-02-25 09:51:44'),(121745,43493,'action started via WP Cron','2021-02-25 17:53:22','2021-02-25 09:53:22'),(121746,43493,'action complete via WP Cron','2021-02-25 17:53:22','2021-02-25 09:53:22'),(121747,43494,'action created','2021-02-25 17:53:22','2021-02-25 09:53:22'),(121748,43494,'action started via WP Cron','2021-02-25 17:53:54','2021-02-25 09:53:54'),(121749,43494,'action complete via WP Cron','2021-02-25 17:53:54','2021-02-25 09:53:54'),(121750,43495,'action created','2021-02-25 17:53:54','2021-02-25 09:53:54'),(121751,43495,'action started via WP Cron','2021-02-25 17:54:59','2021-02-25 09:54:59'),(121752,43495,'action complete via WP Cron','2021-02-25 17:54:59','2021-02-25 09:54:59'),(121753,43496,'action created','2021-02-25 17:54:59','2021-02-25 09:54:59'),(121754,43496,'action started via WP Cron','2021-02-25 18:02:03','2021-02-25 10:02:03'),(121755,43496,'action complete via WP Cron','2021-02-25 18:02:03','2021-02-25 10:02:03'),(121756,43497,'action created','2021-02-25 18:02:03','2021-02-25 10:02:03'),(121757,43497,'action started via WP Cron','2021-02-25 18:04:30','2021-02-25 10:04:30'),(121758,43497,'action complete via WP Cron','2021-02-25 18:04:30','2021-02-25 10:04:30'),(121759,43498,'action created','2021-02-25 18:04:30','2021-02-25 10:04:30'),(121760,43498,'action started via WP Cron','2021-02-25 18:06:41','2021-02-25 10:06:41'),(121761,43498,'action complete via WP Cron','2021-02-25 18:06:41','2021-02-25 10:06:41'),(121762,43499,'action created','2021-02-25 18:06:41','2021-02-25 10:06:41'),(121763,43499,'action started via WP Cron','2021-02-25 18:07:48','2021-02-25 10:07:48'),(121764,43499,'action complete via WP Cron','2021-02-25 18:07:48','2021-02-25 10:07:48'),(121765,43500,'action created','2021-02-25 18:07:48','2021-02-25 10:07:48'),(121766,43500,'action started via WP Cron','2021-02-25 18:08:49','2021-02-25 10:08:49'),(121767,43500,'action complete via WP Cron','2021-02-25 18:08:49','2021-02-25 10:08:49'),(121768,43501,'action created','2021-02-25 18:08:49','2021-02-25 10:08:49'),(121769,43501,'action started via WP Cron','2021-02-25 18:10:51','2021-02-25 10:10:51'),(121770,43501,'action complete via WP Cron','2021-02-25 18:10:51','2021-02-25 10:10:51'),(121771,43502,'action created','2021-02-25 18:11:52','2021-02-25 10:11:52'),(121772,43502,'action started via WP Cron','2021-02-25 18:12:53','2021-02-25 10:12:53'),(121773,43502,'action complete via WP Cron','2021-02-25 18:12:53','2021-02-25 10:12:53'),(121774,43503,'action created','2021-02-25 18:12:53','2021-02-25 10:12:53'),(121775,43503,'action started via WP Cron','2021-02-25 18:14:05','2021-02-25 10:14:05'),(121776,43503,'action complete via WP Cron','2021-02-25 18:14:05','2021-02-25 10:14:05'),(121777,43504,'action created','2021-02-25 18:14:05','2021-02-25 10:14:05'),(121778,43504,'action started via WP Cron','2021-02-25 18:15:06','2021-02-25 10:15:06'),(121779,43504,'action complete via WP Cron','2021-02-25 18:15:06','2021-02-25 10:15:06'),(121780,43505,'action created','2021-02-25 18:15:06','2021-02-25 10:15:06'),(121781,43505,'action started via WP Cron','2021-02-25 18:17:51','2021-02-25 10:17:51'),(121782,43505,'action complete via WP Cron','2021-02-25 18:17:51','2021-02-25 10:17:51'),(121783,43506,'action created','2021-02-25 18:17:51','2021-02-25 10:17:51'),(121784,43506,'action started via WP Cron','2021-02-25 18:18:51','2021-02-25 10:18:51'),(121785,43506,'action complete via WP Cron','2021-02-25 18:18:51','2021-02-25 10:18:51'),(121786,43507,'action created','2021-02-25 18:18:52','2021-02-25 10:18:52'),(121787,43507,'action started via WP Cron','2021-02-25 18:19:52','2021-02-25 10:19:52'),(121788,43507,'action complete via WP Cron','2021-02-25 18:19:52','2021-02-25 10:19:52'),(121789,43508,'action created','2021-02-25 18:19:52','2021-02-25 10:19:52'),(121790,43508,'action started via WP Cron','2021-02-25 18:20:53','2021-02-25 10:20:53'),(121791,43508,'action complete via WP Cron','2021-02-25 18:20:53','2021-02-25 10:20:53'),(121792,43509,'action created','2021-02-25 18:20:54','2021-02-25 10:20:54'),(121793,43509,'action started via WP Cron','2021-02-25 18:21:54','2021-02-25 10:21:54'),(121794,43509,'action complete via WP Cron','2021-02-25 18:21:54','2021-02-25 10:21:54'),(121795,43510,'action created','2021-02-25 18:21:54','2021-02-25 10:21:54'),(121796,43510,'action started via WP Cron','2021-02-25 18:24:17','2021-02-25 10:24:17'),(121797,43510,'action complete via WP Cron','2021-02-25 18:24:17','2021-02-25 10:24:17'),(121798,43511,'action created','2021-02-25 18:24:17','2021-02-25 10:24:17'),(121799,43511,'action started via WP Cron','2021-02-25 18:39:35','2021-02-25 10:39:35'),(121800,43511,'action complete via WP Cron','2021-02-25 18:39:35','2021-02-25 10:39:35'),(121801,43512,'action created','2021-02-25 18:39:35','2021-02-25 10:39:35'),(121802,43512,'action started via WP Cron','2021-02-25 18:39:57','2021-02-25 10:39:57'),(121803,43512,'action complete via WP Cron','2021-02-25 18:39:57','2021-02-25 10:39:57'),(121804,43513,'action created','2021-02-25 18:39:57','2021-02-25 10:39:57'),(121805,43513,'action started via WP Cron','2021-02-25 18:55:03','2021-02-25 10:55:03'),(121806,43513,'action complete via WP Cron','2021-02-25 18:55:03','2021-02-25 10:55:03'),(121807,43514,'action created','2021-02-25 18:55:06','2021-02-25 10:55:06'),(121808,43514,'action started via WP Cron','2021-02-25 18:56:08','2021-02-25 10:56:08'),(121809,43514,'action complete via WP Cron','2021-02-25 18:56:08','2021-02-25 10:56:08'),(121810,43515,'action created','2021-02-25 18:56:08','2021-02-25 10:56:08'),(121811,43515,'action started via WP Cron','2021-02-25 18:57:09','2021-02-25 10:57:09'),(121812,43515,'action complete via WP Cron','2021-02-25 18:57:09','2021-02-25 10:57:09'),(121813,43516,'action created','2021-02-25 18:57:09','2021-02-25 10:57:09'),(121814,43516,'action started via WP Cron','2021-02-25 18:59:11','2021-02-25 10:59:11'),(121815,43516,'action complete via WP Cron','2021-02-25 18:59:11','2021-02-25 10:59:11'),(121816,43517,'action created','2021-02-25 18:59:11','2021-02-25 10:59:11'),(121817,43517,'action started via WP Cron','2021-02-25 19:00:12','2021-02-25 11:00:12'),(121818,43517,'action complete via WP Cron','2021-02-25 19:00:12','2021-02-25 11:00:12'),(121819,43518,'action created','2021-02-25 19:00:12','2021-02-25 11:00:12'),(121820,43518,'action started via WP Cron','2021-02-25 19:01:13','2021-02-25 11:01:13'),(121821,43518,'action complete via WP Cron','2021-02-25 19:01:13','2021-02-25 11:01:13'),(121822,43519,'action created','2021-02-25 19:01:13','2021-02-25 11:01:13'),(121823,43519,'action started via WP Cron','2021-02-25 19:13:25','2021-02-25 11:13:25'),(121824,43519,'action complete via WP Cron','2021-02-25 19:13:25','2021-02-25 11:13:25'),(121825,43520,'action created','2021-02-25 19:13:25','2021-02-25 11:13:25'),(121826,43520,'action started via WP Cron','2021-02-25 19:13:53','2021-02-25 11:13:53'),(121827,43520,'action complete via WP Cron','2021-02-25 19:13:53','2021-02-25 11:13:53'),(121828,43521,'action created','2021-02-25 19:13:53','2021-02-25 11:13:53'),(121829,43521,'action started via WP Cron','2021-02-25 19:14:54','2021-02-25 11:14:54'),(121830,43521,'action complete via WP Cron','2021-02-25 19:14:54','2021-02-25 11:14:54'),(121831,43522,'action created','2021-02-25 19:14:54','2021-02-25 11:14:54'),(121832,43522,'action started via WP Cron','2021-02-25 19:15:55','2021-02-25 11:15:55'),(121833,43522,'action complete via WP Cron','2021-02-25 19:15:55','2021-02-25 11:15:55'),(121834,43523,'action created','2021-02-25 19:15:55','2021-02-25 11:15:55'),(121835,43523,'action started via WP Cron','2021-02-25 19:16:52','2021-02-25 11:16:52'),(121836,43523,'action complete via WP Cron','2021-02-25 19:16:52','2021-02-25 11:16:52'),(121837,43524,'action created','2021-02-25 19:16:52','2021-02-25 11:16:52'),(121838,43524,'action started via WP Cron','2021-02-25 19:17:57','2021-02-25 11:17:57'),(121839,43524,'action complete via WP Cron','2021-02-25 19:17:57','2021-02-25 11:17:57'),(121840,43525,'action created','2021-02-25 19:17:58','2021-02-25 11:17:58'),(121841,43525,'action started via WP Cron','2021-02-25 19:19:00','2021-02-25 11:19:00'),(121842,43525,'action complete via WP Cron','2021-02-25 19:19:00','2021-02-25 11:19:00'),(121843,43526,'action created','2021-02-25 19:19:00','2021-02-25 11:19:00'),(121844,43526,'action started via WP Cron','2021-02-25 19:23:56','2021-02-25 11:23:56'),(121845,43526,'action complete via WP Cron','2021-02-25 19:23:56','2021-02-25 11:23:56'),(121846,43527,'action created','2021-02-25 19:23:56','2021-02-25 11:23:56'),(121847,43527,'action started via WP Cron','2021-02-25 19:24:56','2021-02-25 11:24:56'),(121848,43527,'action complete via WP Cron','2021-02-25 19:24:56','2021-02-25 11:24:56'),(121849,43528,'action created','2021-02-25 19:24:57','2021-02-25 11:24:57'),(121850,43528,'action started via WP Cron','2021-02-25 19:25:58','2021-02-25 11:25:58'),(121851,43528,'action complete via WP Cron','2021-02-25 19:25:58','2021-02-25 11:25:58'),(121852,43529,'action created','2021-02-25 19:25:58','2021-02-25 11:25:58'),(121853,43529,'action started via WP Cron','2021-02-25 19:26:59','2021-02-25 11:26:59'),(121854,43529,'action complete via WP Cron','2021-02-25 19:26:59','2021-02-25 11:26:59'),(121855,43530,'action created','2021-02-25 19:26:59','2021-02-25 11:26:59'),(121856,43530,'action started via WP Cron','2021-02-25 19:28:00','2021-02-25 11:28:00'),(121857,43530,'action complete via WP Cron','2021-02-25 19:28:00','2021-02-25 11:28:00'),(121858,43531,'action created','2021-02-25 19:28:00','2021-02-25 11:28:00'),(121859,43531,'action started via WP Cron','2021-02-25 19:29:58','2021-02-25 11:29:58'),(121860,43531,'action complete via WP Cron','2021-02-25 19:29:58','2021-02-25 11:29:58'),(121861,43532,'action created','2021-02-25 19:29:59','2021-02-25 11:29:59'),(121862,43532,'action started via WP Cron','2021-02-25 19:34:14','2021-02-25 11:34:14'),(121863,43532,'action complete via WP Cron','2021-02-25 19:34:14','2021-02-25 11:34:14'),(121864,43533,'action created','2021-02-25 19:34:14','2021-02-25 11:34:14'),(121865,43533,'action started via WP Cron','2021-02-25 19:54:03','2021-02-25 11:54:03'),(121866,43533,'action complete via WP Cron','2021-02-25 19:54:03','2021-02-25 11:54:03'),(121867,43534,'action created','2021-02-25 19:54:03','2021-02-25 11:54:03'),(121868,43534,'action started via WP Cron','2021-02-25 19:55:46','2021-02-25 11:55:46'),(121869,43534,'action complete via WP Cron','2021-02-25 19:55:46','2021-02-25 11:55:46'),(121870,43535,'action created','2021-02-25 19:55:46','2021-02-25 11:55:46'),(121871,43535,'action started via WP Cron','2021-02-25 20:00:05','2021-02-25 12:00:05'),(121872,43535,'action complete via WP Cron','2021-02-25 20:00:05','2021-02-25 12:00:05'),(121873,43536,'action created','2021-02-25 20:00:05','2021-02-25 12:00:05'),(121874,43536,'action started via WP Cron','2021-02-25 20:01:17','2021-02-25 12:01:17'),(121875,43536,'action complete via WP Cron','2021-02-25 20:01:17','2021-02-25 12:01:17'),(121876,43537,'action created','2021-02-25 20:01:17','2021-02-25 12:01:17'),(121877,43537,'action started via WP Cron','2021-02-25 20:02:13','2021-02-25 12:02:13'),(121878,43537,'action complete via WP Cron','2021-02-25 20:02:13','2021-02-25 12:02:13'),(121879,43538,'action created','2021-02-25 20:02:13','2021-02-25 12:02:13'),(121880,43538,'action started via WP Cron','2021-02-25 20:03:14','2021-02-25 12:03:14'),(121881,43538,'action complete via WP Cron','2021-02-25 20:03:14','2021-02-25 12:03:14'),(121882,43539,'action created','2021-02-25 20:03:14','2021-02-25 12:03:14'),(121883,43539,'action started via WP Cron','2021-02-25 20:04:15','2021-02-25 12:04:15'),(121884,43539,'action complete via WP Cron','2021-02-25 20:04:15','2021-02-25 12:04:15'),(121885,43540,'action created','2021-02-25 20:04:15','2021-02-25 12:04:15'),(121886,43540,'action started via WP Cron','2021-02-25 20:05:16','2021-02-25 12:05:16'),(121887,43540,'action complete via WP Cron','2021-02-25 20:05:16','2021-02-25 12:05:16'),(121888,43541,'action created','2021-02-25 20:05:16','2021-02-25 12:05:16'),(121889,43541,'action started via WP Cron','2021-02-25 20:06:39','2021-02-25 12:06:39'),(121890,43541,'action complete via WP Cron','2021-02-25 20:06:39','2021-02-25 12:06:39'),(121891,43542,'action created','2021-02-25 20:06:39','2021-02-25 12:06:39'),(121892,43542,'action started via WP Cron','2021-02-25 20:07:49','2021-02-25 12:07:49'),(121893,43542,'action complete via WP Cron','2021-02-25 20:07:49','2021-02-25 12:07:49'),(121894,43543,'action created','2021-02-25 20:07:50','2021-02-25 12:07:50'),(121895,43543,'action started via WP Cron','2021-02-25 20:08:51','2021-02-25 12:08:51'),(121896,43543,'action complete via WP Cron','2021-02-25 20:08:51','2021-02-25 12:08:51'),(121897,43544,'action created','2021-02-25 20:08:51','2021-02-25 12:08:51'),(121898,43544,'action started via WP Cron','2021-02-25 20:13:01','2021-02-25 12:13:01'),(121899,43544,'action complete via WP Cron','2021-02-25 20:13:01','2021-02-25 12:13:01'),(121900,43545,'action created','2021-02-25 20:13:01','2021-02-25 12:13:01'),(121901,43545,'action started via WP Cron','2021-02-25 20:18:57','2021-02-25 12:18:57'),(121902,43545,'action complete via WP Cron','2021-02-25 20:18:57','2021-02-25 12:18:57'),(121903,43546,'action created','2021-02-25 20:18:57','2021-02-25 12:18:57'),(121904,43546,'action started via WP Cron','2021-02-25 20:19:41','2021-02-25 12:19:41'),(121905,43546,'action complete via WP Cron','2021-02-25 20:19:41','2021-02-25 12:19:41'),(121906,43547,'action created','2021-02-25 20:19:41','2021-02-25 12:19:41'),(121907,43547,'action started via WP Cron','2021-02-25 20:20:59','2021-02-25 12:20:59'),(121908,43547,'action complete via WP Cron','2021-02-25 20:20:59','2021-02-25 12:20:59'),(121909,43548,'action created','2021-02-25 20:20:59','2021-02-25 12:20:59'),(121910,43548,'action started via WP Cron','2021-02-25 20:21:43','2021-02-25 12:21:43'),(121911,43548,'action complete via WP Cron','2021-02-25 20:21:43','2021-02-25 12:21:43'),(121912,43549,'action created','2021-02-25 20:21:43','2021-02-25 12:21:43'),(121913,43549,'action started via WP Cron','2021-02-25 20:22:47','2021-02-25 12:22:47'),(121914,43549,'action complete via WP Cron','2021-02-25 20:22:47','2021-02-25 12:22:47'),(121915,43550,'action created','2021-02-25 20:22:47','2021-02-25 12:22:47'),(121916,43550,'action started via WP Cron','2021-02-25 20:23:48','2021-02-25 12:23:48'),(121917,43550,'action complete via WP Cron','2021-02-25 20:23:48','2021-02-25 12:23:48'),(121918,43551,'action created','2021-02-25 20:23:49','2021-02-25 12:23:49'),(121919,43551,'action started via WP Cron','2021-02-25 20:39:39','2021-02-25 12:39:39'),(121920,43551,'action complete via WP Cron','2021-02-25 20:39:39','2021-02-25 12:39:39'),(121921,43552,'action created','2021-02-25 20:39:39','2021-02-25 12:39:39'),(121922,43552,'action started via WP Cron','2021-02-25 20:53:37','2021-02-25 12:53:37'),(121923,43552,'action complete via WP Cron','2021-02-25 20:53:37','2021-02-25 12:53:37'),(121924,43553,'action created','2021-02-25 20:53:37','2021-02-25 12:53:37'),(121925,43553,'action started via WP Cron','2021-02-25 21:05:25','2021-02-25 13:05:25'),(121926,43553,'action complete via WP Cron','2021-02-25 21:05:25','2021-02-25 13:05:25'),(121927,43554,'action created','2021-02-25 21:05:25','2021-02-25 13:05:25'),(121928,43554,'action started via WP Cron','2021-02-25 21:06:16','2021-02-25 13:06:16'),(121929,43554,'action complete via WP Cron','2021-02-25 21:06:16','2021-02-25 13:06:16'),(121930,43555,'action created','2021-02-25 21:06:16','2021-02-25 13:06:16'),(121931,43555,'action started via WP Cron','2021-02-25 21:07:27','2021-02-25 13:07:27'),(121932,43555,'action complete via WP Cron','2021-02-25 21:07:27','2021-02-25 13:07:27'),(121933,43556,'action created','2021-02-25 21:07:27','2021-02-25 13:07:27'),(121934,43556,'action started via WP Cron','2021-02-25 21:08:18','2021-02-25 13:08:18'),(121935,43556,'action complete via WP Cron','2021-02-25 21:08:18','2021-02-25 13:08:18'),(121936,43557,'action created','2021-02-25 21:08:18','2021-02-25 13:08:18'),(121937,43557,'action started via WP Cron','2021-02-25 21:09:20','2021-02-25 13:09:20'),(121938,43557,'action complete via WP Cron','2021-02-25 21:09:20','2021-02-25 13:09:20'),(121939,43558,'action created','2021-02-25 21:09:25','2021-02-25 13:09:25'),(121940,43558,'action started via WP Cron','2021-02-25 21:09:53','2021-02-25 13:09:53'),(121941,43558,'action complete via WP Cron','2021-02-25 21:09:53','2021-02-25 13:09:53'),(121942,43559,'action created','2021-02-25 21:09:53','2021-02-25 13:09:53'),(121943,43559,'action started via WP Cron','2021-02-25 21:11:07','2021-02-25 13:11:07'),(121944,43559,'action complete via WP Cron','2021-02-25 21:11:07','2021-02-25 13:11:07'),(121945,43560,'action created','2021-02-25 21:11:07','2021-02-25 13:11:07'),(121946,43560,'action started via WP Cron','2021-02-25 21:13:46','2021-02-25 13:13:46'),(121947,43560,'action complete via WP Cron','2021-02-25 21:13:46','2021-02-25 13:13:46'),(121948,43561,'action created','2021-02-25 21:13:46','2021-02-25 13:13:46'),(121949,43561,'action started via WP Cron','2021-02-25 21:21:36','2021-02-25 13:21:36'),(121950,43561,'action complete via WP Cron','2021-02-25 21:21:36','2021-02-25 13:21:36'),(121951,43562,'action created','2021-02-25 21:21:36','2021-02-25 13:21:36'),(121952,43562,'action started via WP Cron','2021-02-25 21:23:57','2021-02-25 13:23:57'),(121953,43562,'action complete via WP Cron','2021-02-25 21:23:57','2021-02-25 13:23:57'),(121954,43563,'action created','2021-02-25 21:23:58','2021-02-25 13:23:58'),(121955,43563,'action started via WP Cron','2021-02-25 21:25:22','2021-02-25 13:25:22'),(121956,43563,'action complete via WP Cron','2021-02-25 21:25:22','2021-02-25 13:25:22'),(121957,43564,'action created','2021-02-25 21:25:22','2021-02-25 13:25:22'),(121958,43564,'action started via WP Cron','2021-02-25 21:26:00','2021-02-25 13:26:00'),(121959,43564,'action complete via WP Cron','2021-02-25 21:26:00','2021-02-25 13:26:00'),(121960,43565,'action created','2021-02-25 21:26:00','2021-02-25 13:26:00'),(121961,43565,'action started via WP Cron','2021-02-25 21:27:01','2021-02-25 13:27:01'),(121962,43565,'action complete via WP Cron','2021-02-25 21:27:01','2021-02-25 13:27:01'),(121963,43566,'action created','2021-02-25 21:27:01','2021-02-25 13:27:01'),(121964,43566,'action started via WP Cron','2021-02-25 21:28:02','2021-02-25 13:28:02'),(121965,43566,'action complete via WP Cron','2021-02-25 21:28:02','2021-02-25 13:28:02'),(121966,43567,'action created','2021-02-25 21:28:02','2021-02-25 13:28:02'),(121967,43567,'action started via WP Cron','2021-02-25 21:29:04','2021-02-25 13:29:04'),(121968,43567,'action complete via WP Cron','2021-02-25 21:29:04','2021-02-25 13:29:04'),(121969,43568,'action created','2021-02-25 21:29:04','2021-02-25 13:29:04'),(121970,43568,'action started via WP Cron','2021-02-25 21:30:13','2021-02-25 13:30:13'),(121971,43568,'action complete via WP Cron','2021-02-25 21:30:13','2021-02-25 13:30:13'),(121972,43569,'action created','2021-02-25 21:30:13','2021-02-25 13:30:13'),(121973,43569,'action started via WP Cron','2021-02-25 21:38:00','2021-02-25 13:38:00'),(121974,43569,'action complete via WP Cron','2021-02-25 21:38:00','2021-02-25 13:38:00'),(121975,43570,'action created','2021-02-25 21:38:00','2021-02-25 13:38:00'),(121976,43570,'action started via WP Cron','2021-02-25 21:42:19','2021-02-25 13:42:19'),(121977,43570,'action complete via WP Cron','2021-02-25 21:42:19','2021-02-25 13:42:19'),(121978,43571,'action created','2021-02-25 21:42:19','2021-02-25 13:42:19'),(121979,43571,'action started via WP Cron','2021-02-25 21:46:41','2021-02-25 13:46:41'),(121980,43571,'action complete via WP Cron','2021-02-25 21:46:41','2021-02-25 13:46:41'),(121981,43572,'action created','2021-02-25 21:46:41','2021-02-25 13:46:41'),(121982,43572,'action started via WP Cron','2021-02-25 21:50:32','2021-02-25 13:50:32'),(121983,43572,'action complete via WP Cron','2021-02-25 21:50:32','2021-02-25 13:50:32'),(121984,43573,'action created','2021-02-25 21:50:32','2021-02-25 13:50:32'),(121985,43573,'action started via WP Cron','2021-02-25 21:51:10','2021-02-25 13:51:10'),(121986,43573,'action complete via WP Cron','2021-02-25 21:51:10','2021-02-25 13:51:10'),(121987,43574,'action created','2021-02-25 21:51:10','2021-02-25 13:51:10'),(121988,43574,'action started via WP Cron','2021-02-25 21:52:21','2021-02-25 13:52:21'),(121989,43574,'action complete via WP Cron','2021-02-25 21:52:21','2021-02-25 13:52:21'),(121990,43575,'action created','2021-02-25 21:52:21','2021-02-25 13:52:21'),(121991,43575,'action started via WP Cron','2021-02-25 21:53:10','2021-02-25 13:53:10'),(121992,43575,'action complete via WP Cron','2021-02-25 21:53:10','2021-02-25 13:53:10'),(121993,43576,'action created','2021-02-25 21:53:10','2021-02-25 13:53:10'),(121994,43576,'action started via WP Cron','2021-02-25 21:54:18','2021-02-25 13:54:18'),(121995,43576,'action complete via WP Cron','2021-02-25 21:54:18','2021-02-25 13:54:18'),(121996,43577,'action created','2021-02-25 21:54:18','2021-02-25 13:54:18'),(121997,43577,'action started via WP Cron','2021-02-25 21:55:18','2021-02-25 13:55:18'),(121998,43577,'action complete via WP Cron','2021-02-25 21:55:18','2021-02-25 13:55:18'),(121999,43578,'action created','2021-02-25 21:55:18','2021-02-25 13:55:18'),(122000,43578,'action started via WP Cron','2021-02-25 21:56:19','2021-02-25 13:56:19'),(122001,43578,'action complete via WP Cron','2021-02-25 21:56:19','2021-02-25 13:56:19'),(122002,43579,'action created','2021-02-25 21:56:19','2021-02-25 13:56:19'),(122003,43579,'action started via WP Cron','2021-02-25 22:08:45','2021-02-25 14:08:45'),(122004,43579,'action complete via WP Cron','2021-02-25 22:08:45','2021-02-25 14:08:45'),(122005,43580,'action created','2021-02-25 22:08:45','2021-02-25 14:08:45'),(122006,43580,'action started via WP Cron','2021-02-25 22:10:05','2021-02-25 14:10:05'),(122007,43580,'action complete via WP Cron','2021-02-25 22:10:05','2021-02-25 14:10:05'),(122008,43581,'action created','2021-02-25 22:10:05','2021-02-25 14:10:05'),(122009,43581,'action started via WP Cron','2021-02-25 22:13:03','2021-02-25 14:13:03'),(122010,43581,'action complete via WP Cron','2021-02-25 22:13:03','2021-02-25 14:13:03'),(122011,43582,'action created','2021-02-25 22:13:03','2021-02-25 14:13:03'),(122012,43582,'action started via WP Cron','2021-02-25 22:14:02','2021-02-25 14:14:02'),(122013,43582,'action complete via WP Cron','2021-02-25 22:14:02','2021-02-25 14:14:02'),(122014,43583,'action created','2021-02-25 22:14:02','2021-02-25 14:14:02'),(122015,43583,'action started via WP Cron','2021-02-25 22:14:48','2021-02-25 14:14:48'),(122016,43583,'action complete via WP Cron','2021-02-25 22:14:48','2021-02-25 14:14:48'),(122017,43584,'action created','2021-02-25 22:14:48','2021-02-25 14:14:48'),(122018,43584,'action started via WP Cron','2021-02-25 22:16:07','2021-02-25 14:16:07'),(122019,43584,'action complete via WP Cron','2021-02-25 22:16:07','2021-02-25 14:16:07'),(122020,43585,'action created','2021-02-25 22:16:07','2021-02-25 14:16:07'),(122021,43585,'action started via WP Cron','2021-02-25 22:17:24','2021-02-25 14:17:24'),(122022,43585,'action complete via WP Cron','2021-02-25 22:17:24','2021-02-25 14:17:24'),(122023,43586,'action created','2021-02-25 22:17:25','2021-02-25 14:17:25'),(122024,43586,'action started via WP Cron','2021-02-25 22:21:04','2021-02-25 14:21:04'),(122025,43586,'action complete via WP Cron','2021-02-25 22:21:04','2021-02-25 14:21:04'),(122026,43587,'action created','2021-02-25 22:21:04','2021-02-25 14:21:04'),(122027,43587,'action started via WP Cron','2021-02-25 22:21:53','2021-02-25 14:21:53'),(122028,43587,'action complete via WP Cron','2021-02-25 22:21:53','2021-02-25 14:21:53'),(122029,43588,'action created','2021-02-25 22:21:53','2021-02-25 14:21:53'),(122030,43588,'action started via WP Cron','2021-02-25 22:23:37','2021-02-25 14:23:37'),(122031,43588,'action complete via WP Cron','2021-02-25 22:23:37','2021-02-25 14:23:37'),(122032,43589,'action created','2021-02-25 22:23:37','2021-02-25 14:23:37'),(122033,43589,'action started via WP Cron','2021-02-25 22:26:17','2021-02-25 14:26:17'),(122034,43589,'action complete via WP Cron','2021-02-25 22:26:17','2021-02-25 14:26:17'),(122035,43590,'action created','2021-02-25 22:26:17','2021-02-25 14:26:17'),(122036,43590,'action started via WP Cron','2021-02-25 22:27:19','2021-02-25 14:27:19'),(122037,43590,'action complete via WP Cron','2021-02-25 22:27:19','2021-02-25 14:27:19'),(122038,43591,'action created','2021-02-25 22:27:19','2021-02-25 14:27:19'),(122039,43591,'action started via WP Cron','2021-02-25 22:33:59','2021-02-25 14:33:59'),(122040,43591,'action complete via WP Cron','2021-02-25 22:33:59','2021-02-25 14:33:59'),(122041,43592,'action created','2021-02-25 22:33:59','2021-02-25 14:33:59'),(122042,43592,'action started via WP Cron','2021-02-25 22:43:33','2021-02-25 14:43:33'),(122043,43592,'action complete via WP Cron','2021-02-25 22:43:33','2021-02-25 14:43:33'),(122044,43593,'action created','2021-02-25 22:43:33','2021-02-25 14:43:33'),(122045,43593,'action started via WP Cron','2021-02-25 22:46:49','2021-02-25 14:46:49'),(122046,43593,'action complete via WP Cron','2021-02-25 22:46:49','2021-02-25 14:46:49'),(122047,43594,'action created','2021-02-25 22:46:49','2021-02-25 14:46:49'),(122048,43594,'action started via WP Cron','2021-02-25 22:47:41','2021-02-25 14:47:41'),(122049,43594,'action complete via WP Cron','2021-02-25 22:47:41','2021-02-25 14:47:41'),(122050,43595,'action created','2021-02-25 22:47:41','2021-02-25 14:47:41'),(122051,43595,'action started via WP Cron','2021-02-25 22:48:46','2021-02-25 14:48:46'),(122052,43595,'action complete via WP Cron','2021-02-25 22:48:46','2021-02-25 14:48:46'),(122053,43596,'action created','2021-02-25 22:48:46','2021-02-25 14:48:46'),(122054,43596,'action started via WP Cron','2021-02-25 22:49:57','2021-02-25 14:49:57'),(122055,43596,'action complete via WP Cron','2021-02-25 22:49:57','2021-02-25 14:49:57'),(122056,43597,'action created','2021-02-25 22:49:57','2021-02-25 14:49:57'),(122057,43597,'action started via WP Cron','2021-02-25 22:50:58','2021-02-25 14:50:58'),(122058,43597,'action complete via WP Cron','2021-02-25 22:50:58','2021-02-25 14:50:58'),(122059,43598,'action created','2021-02-25 22:50:58','2021-02-25 14:50:58'),(122060,43598,'action started via WP Cron','2021-02-25 22:51:59','2021-02-25 14:51:59'),(122061,43598,'action complete via WP Cron','2021-02-25 22:51:59','2021-02-25 14:51:59'),(122062,43599,'action created','2021-02-25 22:51:59','2021-02-25 14:51:59'),(122063,43599,'action started via WP Cron','2021-02-25 22:56:30','2021-02-25 14:56:30'),(122064,43599,'action complete via WP Cron','2021-02-25 22:56:30','2021-02-25 14:56:30'),(122065,43600,'action created','2021-02-25 22:56:30','2021-02-25 14:56:30'),(122066,43600,'action started via WP Cron','2021-02-25 22:57:31','2021-02-25 14:57:31'),(122067,43600,'action complete via WP Cron','2021-02-25 22:57:31','2021-02-25 14:57:31'),(122068,43601,'action created','2021-02-25 22:57:31','2021-02-25 14:57:31'),(122069,43601,'action started via WP Cron','2021-02-25 22:58:32','2021-02-25 14:58:32'),(122070,43601,'action complete via WP Cron','2021-02-25 22:58:32','2021-02-25 14:58:32'),(122071,43602,'action created','2021-02-25 22:58:32','2021-02-25 14:58:32'),(122072,43602,'action started via WP Cron','2021-02-25 23:06:02','2021-02-25 15:06:02'),(122073,43602,'action complete via WP Cron','2021-02-25 23:06:02','2021-02-25 15:06:02'),(122074,43603,'action created','2021-02-25 23:06:02','2021-02-25 15:06:02'),(122075,43603,'action started via WP Cron','2021-02-25 23:12:29','2021-02-25 15:12:29'),(122076,43603,'action complete via WP Cron','2021-02-25 23:12:29','2021-02-25 15:12:29'),(122077,43604,'action created','2021-02-25 23:12:29','2021-02-25 15:12:29'),(122078,43604,'action started via WP Cron','2021-02-25 23:12:44','2021-02-25 15:12:44'),(122079,43604,'action complete via WP Cron','2021-02-25 23:12:44','2021-02-25 15:12:44'),(122080,43605,'action created','2021-02-25 23:12:44','2021-02-25 15:12:44'),(122081,43605,'action started via WP Cron','2021-02-25 23:15:05','2021-02-25 15:15:05'),(122082,43605,'action complete via WP Cron','2021-02-25 23:15:05','2021-02-25 15:15:05'),(122083,43606,'action created','2021-02-25 23:15:05','2021-02-25 15:15:05'),(122084,43606,'action started via WP Cron','2021-02-25 23:16:43','2021-02-25 15:16:43'),(122085,43606,'action complete via WP Cron','2021-02-25 23:16:43','2021-02-25 15:16:43'),(122086,43607,'action created','2021-02-25 23:16:43','2021-02-25 15:16:43'),(122087,43607,'action started via WP Cron','2021-02-25 23:18:42','2021-02-25 15:18:42'),(122088,43607,'action complete via WP Cron','2021-02-25 23:18:42','2021-02-25 15:18:42'),(122089,43608,'action created','2021-02-25 23:18:42','2021-02-25 15:18:42'),(122090,43608,'action started via WP Cron','2021-02-25 23:20:41','2021-02-25 15:20:41'),(122091,43608,'action complete via WP Cron','2021-02-25 23:20:41','2021-02-25 15:20:41'),(122092,43609,'action created','2021-02-25 23:20:42','2021-02-25 15:20:42'),(122093,43609,'action started via WP Cron','2021-02-25 23:22:33','2021-02-25 15:22:33'),(122094,43609,'action complete via WP Cron','2021-02-25 23:22:33','2021-02-25 15:22:33'),(122095,43610,'action created','2021-02-25 23:22:33','2021-02-25 15:22:33'),(122096,43610,'action started via WP Cron','2021-02-25 23:23:38','2021-02-25 15:23:38'),(122097,43610,'action complete via WP Cron','2021-02-25 23:23:38','2021-02-25 15:23:38'),(122098,43611,'action created','2021-02-25 23:23:38','2021-02-25 15:23:38'),(122099,43611,'action started via WP Cron','2021-02-25 23:23:49','2021-02-25 15:23:49'),(122100,43611,'action complete via WP Cron','2021-02-25 23:23:49','2021-02-25 15:23:49'),(122101,43612,'action created','2021-02-25 23:23:49','2021-02-25 15:23:49'),(122102,43612,'action started via WP Cron','2021-02-25 23:25:35','2021-02-25 15:25:35'),(122103,43612,'action complete via WP Cron','2021-02-25 23:25:35','2021-02-25 15:25:35'),(122104,43613,'action created','2021-02-25 23:25:35','2021-02-25 15:25:35'),(122105,43613,'action started via WP Cron','2021-02-25 23:27:02','2021-02-25 15:27:02'),(122106,43613,'action complete via WP Cron','2021-02-25 23:27:02','2021-02-25 15:27:02'),(122107,43614,'action created','2021-02-25 23:27:02','2021-02-25 15:27:02'),(122108,43614,'action started via WP Cron','2021-02-25 23:29:03','2021-02-25 15:29:03'),(122109,43614,'action complete via WP Cron','2021-02-25 23:29:03','2021-02-25 15:29:03'),(122110,43615,'action created','2021-02-25 23:29:03','2021-02-25 15:29:03'),(122111,43615,'action started via WP Cron','2021-02-25 23:42:29','2021-02-25 15:42:29'),(122112,43615,'action complete via WP Cron','2021-02-25 23:42:29','2021-02-25 15:42:29'),(122113,43616,'action created','2021-02-25 23:42:32','2021-02-25 15:42:32'),(122114,43616,'action started via WP Cron','2021-02-25 23:46:01','2021-02-25 15:46:01'),(122115,43616,'action complete via WP Cron','2021-02-25 23:46:01','2021-02-25 15:46:01'),(122116,43617,'action created','2021-02-25 23:46:01','2021-02-25 15:46:01'),(122117,43617,'action started via WP Cron','2021-02-25 23:50:05','2021-02-25 15:50:05'),(122118,43617,'action complete via WP Cron','2021-02-25 23:50:05','2021-02-25 15:50:05'),(122119,43618,'action created','2021-02-25 23:50:05','2021-02-25 15:50:05'),(122120,43618,'action started via WP Cron','2021-02-25 23:52:01','2021-02-25 15:52:01'),(122121,43618,'action complete via WP Cron','2021-02-25 23:52:01','2021-02-25 15:52:01'),(122122,43619,'action created','2021-02-25 23:52:01','2021-02-25 15:52:01'),(122123,43619,'action started via WP Cron','2021-02-25 23:52:49','2021-02-25 15:52:49'),(122124,43619,'action complete via WP Cron','2021-02-25 23:52:49','2021-02-25 15:52:49'),(122125,43620,'action created','2021-02-25 23:52:49','2021-02-25 15:52:49'),(122126,43620,'action started via WP Cron','2021-02-25 23:53:58','2021-02-25 15:53:58'),(122127,43620,'action complete via WP Cron','2021-02-25 23:53:58','2021-02-25 15:53:58'),(122128,43621,'action created','2021-02-25 23:53:58','2021-02-25 15:53:58'),(122129,43621,'action started via WP Cron','2021-02-25 23:55:02','2021-02-25 15:55:02'),(122130,43621,'action complete via WP Cron','2021-02-25 23:55:02','2021-02-25 15:55:02'),(122131,43622,'action created','2021-02-25 23:56:01','2021-02-25 15:56:01'),(122132,43622,'action started via WP Cron','2021-02-25 23:58:37','2021-02-25 15:58:37'),(122133,43622,'action complete via WP Cron','2021-02-25 23:58:37','2021-02-25 15:58:37'),(122134,43623,'action created','2021-02-25 23:58:37','2021-02-25 15:58:37'),(122135,43623,'action started via WP Cron','2021-02-25 23:59:35','2021-02-25 15:59:35'),(122136,43623,'action complete via WP Cron','2021-02-25 23:59:35','2021-02-25 15:59:35'),(122137,43624,'action created','2021-02-25 23:59:36','2021-02-25 15:59:36'),(122138,43624,'action started via WP Cron','2021-02-26 00:00:05','2021-02-25 16:00:05'),(122139,43624,'action complete via WP Cron','2021-02-26 00:00:05','2021-02-25 16:00:05'),(122140,43625,'action created','2021-02-26 00:00:05','2021-02-25 16:00:05'),(122141,43625,'action started via WP Cron','2021-02-26 00:02:34','2021-02-25 16:02:34'),(122142,43625,'action complete via WP Cron','2021-02-26 00:02:34','2021-02-25 16:02:34'),(122143,43626,'action created','2021-02-26 00:02:34','2021-02-25 16:02:34'),(122144,43626,'action started via WP Cron','2021-02-26 00:12:16','2021-02-25 16:12:16'),(122145,43626,'action complete via WP Cron','2021-02-26 00:12:16','2021-02-25 16:12:16'),(122146,43627,'action created','2021-02-26 00:12:16','2021-02-25 16:12:16'),(122147,43627,'action started via WP Cron','2021-02-26 00:15:54','2021-02-25 16:15:54'),(122148,43627,'action complete via WP Cron','2021-02-26 00:15:54','2021-02-25 16:15:54'),(122149,43628,'action created','2021-02-26 00:15:54','2021-02-25 16:15:54'),(122150,43628,'action started via WP Cron','2021-02-26 00:17:40','2021-02-25 16:17:40'),(122151,43628,'action complete via WP Cron','2021-02-26 00:17:40','2021-02-25 16:17:40'),(122152,43629,'action created','2021-02-26 00:17:40','2021-02-25 16:17:40'),(122153,43629,'action started via WP Cron','2021-02-26 00:20:22','2021-02-25 16:20:22'),(122154,43629,'action complete via WP Cron','2021-02-26 00:20:22','2021-02-25 16:20:22'),(122155,43630,'action created','2021-02-26 00:20:22','2021-02-25 16:20:22'),(122156,43630,'action started via WP Cron','2021-02-26 00:22:14','2021-02-25 16:22:14'),(122157,43630,'action complete via WP Cron','2021-02-26 00:22:14','2021-02-25 16:22:14'),(122158,43631,'action created','2021-02-26 00:22:14','2021-02-25 16:22:14'),(122159,43631,'action started via WP Cron','2021-02-26 00:22:42','2021-02-25 16:22:42'),(122160,43631,'action complete via WP Cron','2021-02-26 00:22:42','2021-02-25 16:22:42'),(122161,43632,'action created','2021-02-26 00:22:42','2021-02-25 16:22:42'),(122162,43632,'action started via WP Cron','2021-02-26 00:24:12','2021-02-25 16:24:12'),(122163,43632,'action complete via WP Cron','2021-02-26 00:24:12','2021-02-25 16:24:12'),(122164,43633,'action created','2021-02-26 00:24:12','2021-02-25 16:24:12'),(122165,43633,'action started via WP Cron','2021-02-26 00:25:12','2021-02-25 16:25:12'),(122166,43633,'action complete via WP Cron','2021-02-26 00:25:12','2021-02-25 16:25:12'),(122167,43634,'action created','2021-02-26 00:25:12','2021-02-25 16:25:12'),(122168,43634,'action started via WP Cron','2021-02-26 00:26:22','2021-02-25 16:26:22'),(122169,43634,'action complete via WP Cron','2021-02-26 00:26:22','2021-02-25 16:26:22'),(122170,43635,'action created','2021-02-26 00:26:22','2021-02-25 16:26:22'),(122171,43635,'action started via WP Cron','2021-02-26 00:28:31','2021-02-25 16:28:31'),(122172,43635,'action complete via WP Cron','2021-02-26 00:28:31','2021-02-25 16:28:31'),(122173,43636,'action created','2021-02-26 00:28:31','2021-02-25 16:28:31'),(122174,43636,'action started via WP Cron','2021-02-26 00:30:03','2021-02-25 16:30:03'),(122175,43636,'action complete via WP Cron','2021-02-26 00:30:03','2021-02-25 16:30:03'),(122176,43637,'action created','2021-02-26 00:30:04','2021-02-25 16:30:04'),(122177,43637,'action started via WP Cron','2021-02-26 00:31:49','2021-02-25 16:31:49'),(122178,43637,'action complete via WP Cron','2021-02-26 00:31:49','2021-02-25 16:31:49'),(122179,43638,'action created','2021-02-26 00:31:49','2021-02-25 16:31:49'),(122180,43638,'action started via WP Cron','2021-02-26 00:33:40','2021-02-25 16:33:40'),(122181,43638,'action complete via WP Cron','2021-02-26 00:33:40','2021-02-25 16:33:40'),(122182,43639,'action created','2021-02-26 00:33:40','2021-02-25 16:33:40'),(122183,43639,'action started via WP Cron','2021-02-26 00:34:41','2021-02-25 16:34:41'),(122184,43639,'action complete via WP Cron','2021-02-26 00:34:41','2021-02-25 16:34:41'),(122185,43640,'action created','2021-02-26 00:34:42','2021-02-25 16:34:42'),(122186,43640,'action started via WP Cron','2021-02-26 00:36:04','2021-02-25 16:36:04'),(122187,43640,'action complete via WP Cron','2021-02-26 00:36:04','2021-02-25 16:36:04'),(122188,43641,'action created','2021-02-26 00:36:04','2021-02-25 16:36:04'),(122189,43641,'action started via WP Cron','2021-02-26 00:37:21','2021-02-25 16:37:21'),(122190,43641,'action complete via WP Cron','2021-02-26 00:37:21','2021-02-25 16:37:21'),(122191,43642,'action created','2021-02-26 00:37:21','2021-02-25 16:37:21'),(122192,43642,'action started via WP Cron','2021-02-26 00:49:33','2021-02-25 16:49:33'),(122193,43642,'action complete via WP Cron','2021-02-26 00:49:33','2021-02-25 16:49:33'),(122194,43643,'action created','2021-02-26 00:49:33','2021-02-25 16:49:33'),(122195,43643,'action started via WP Cron','2021-02-26 00:50:34','2021-02-25 16:50:34'),(122196,43643,'action complete via WP Cron','2021-02-26 00:50:34','2021-02-25 16:50:34'),(122197,43644,'action created','2021-02-26 00:50:34','2021-02-25 16:50:34'),(122198,43644,'action started via WP Cron','2021-02-26 00:52:23','2021-02-25 16:52:23'),(122199,43644,'action complete via WP Cron','2021-02-26 00:52:23','2021-02-25 16:52:23'),(122200,43645,'action created','2021-02-26 00:52:23','2021-02-25 16:52:23'),(122201,43645,'action started via WP Cron','2021-02-26 00:56:06','2021-02-25 16:56:06'),(122202,43645,'action complete via WP Cron','2021-02-26 00:56:06','2021-02-25 16:56:06'),(122203,43646,'action created','2021-02-26 00:56:06','2021-02-25 16:56:06'),(122204,43646,'action started via WP Cron','2021-02-26 00:57:02','2021-02-25 16:57:02'),(122205,43646,'action complete via WP Cron','2021-02-26 00:57:02','2021-02-25 16:57:02'),(122206,43647,'action created','2021-02-26 00:57:02','2021-02-25 16:57:02'),(122207,43647,'action started via WP Cron','2021-02-26 00:58:03','2021-02-25 16:58:03'),(122208,43647,'action complete via WP Cron','2021-02-26 00:58:03','2021-02-25 16:58:03'),(122209,43648,'action created','2021-02-26 00:58:03','2021-02-25 16:58:03'),(122210,43648,'action started via WP Cron','2021-02-26 00:59:04','2021-02-25 16:59:04'),(122211,43648,'action complete via WP Cron','2021-02-26 00:59:04','2021-02-25 16:59:04'),(122212,43649,'action created','2021-02-26 00:59:04','2021-02-25 16:59:04'),(122213,43649,'action started via WP Cron','2021-02-26 01:00:36','2021-02-25 17:00:36'),(122214,43649,'action complete via WP Cron','2021-02-26 01:00:36','2021-02-25 17:00:36'),(122215,43650,'action created','2021-02-26 01:00:36','2021-02-25 17:00:36'),(122216,43650,'action started via WP Cron','2021-02-26 01:01:48','2021-02-25 17:01:48'),(122217,43650,'action complete via WP Cron','2021-02-26 01:01:48','2021-02-25 17:01:48'),(122218,43651,'action created','2021-02-26 01:01:48','2021-02-25 17:01:48'),(122219,43651,'action started via WP Cron','2021-02-26 01:09:32','2021-02-25 17:09:32'),(122220,43651,'action complete via WP Cron','2021-02-26 01:09:32','2021-02-25 17:09:32'),(122221,43652,'action created','2021-02-26 01:09:32','2021-02-25 17:09:32'),(122222,43652,'action started via WP Cron','2021-02-26 01:09:42','2021-02-25 17:09:42'),(122223,43652,'action complete via WP Cron','2021-02-26 01:09:42','2021-02-25 17:09:42'),(122224,43653,'action created','2021-02-26 01:09:42','2021-02-25 17:09:42'),(122225,43653,'action started via WP Cron','2021-02-26 01:14:10','2021-02-25 17:14:10'),(122226,43653,'action complete via WP Cron','2021-02-26 01:14:10','2021-02-25 17:14:10'),(122227,43654,'action created','2021-02-26 01:14:10','2021-02-25 17:14:10'),(122228,43654,'action started via WP Cron','2021-02-26 01:15:25','2021-02-25 17:15:25'),(122229,43654,'action complete via WP Cron','2021-02-26 01:15:25','2021-02-25 17:15:25'),(122230,43655,'action created','2021-02-26 01:15:25','2021-02-25 17:15:25'),(122231,43655,'action started via WP Cron','2021-02-26 01:16:57','2021-02-25 17:16:57'),(122232,43655,'action complete via WP Cron','2021-02-26 01:16:57','2021-02-25 17:16:57'),(122233,43656,'action created','2021-02-26 01:16:57','2021-02-25 17:16:57'),(122234,43656,'action started via WP Cron','2021-02-26 01:17:44','2021-02-25 17:17:44'),(122235,43656,'action complete via WP Cron','2021-02-26 01:17:44','2021-02-25 17:17:44'),(122236,43657,'action created','2021-02-26 01:17:44','2021-02-25 17:17:44'),(122237,43657,'action started via WP Cron','2021-02-26 01:19:06','2021-02-25 17:19:06'),(122238,43657,'action complete via WP Cron','2021-02-26 01:19:06','2021-02-25 17:19:06'),(122239,43658,'action created','2021-02-26 01:19:06','2021-02-25 17:19:06'),(122240,43658,'action started via WP Cron','2021-02-26 01:20:17','2021-02-25 17:20:17'),(122241,43658,'action complete via WP Cron','2021-02-26 01:20:17','2021-02-25 17:20:17'),(122242,43659,'action created','2021-02-26 01:20:17','2021-02-25 17:20:17'),(122243,43659,'action started via WP Cron','2021-02-26 01:22:35','2021-02-25 17:22:35'),(122244,43659,'action complete via WP Cron','2021-02-26 01:22:35','2021-02-25 17:22:35'),(122245,43660,'action created','2021-02-26 01:22:35','2021-02-25 17:22:35'),(122246,43660,'action started via WP Cron','2021-02-26 01:30:04','2021-02-25 17:30:04'),(122247,43660,'action complete via WP Cron','2021-02-26 01:30:04','2021-02-25 17:30:04'),(122248,43661,'action created','2021-02-26 01:33:57','2021-02-25 17:33:57'),(122249,43661,'action started via WP Cron','2021-02-26 01:34:55','2021-02-25 17:34:55'),(122250,43661,'action complete via WP Cron','2021-02-26 01:34:55','2021-02-25 17:34:55'),(122251,43662,'action created','2021-02-26 01:34:55','2021-02-25 17:34:55'),(122252,43662,'action started via WP Cron','2021-02-26 01:35:47','2021-02-25 17:35:47'),(122253,43662,'action complete via WP Cron','2021-02-26 01:35:47','2021-02-25 17:35:47'),(122254,43663,'action created','2021-02-26 01:35:47','2021-02-25 17:35:47'),(122255,43663,'action started via WP Cron','2021-02-26 01:36:42','2021-02-25 17:36:42'),(122256,43663,'action complete via WP Cron','2021-02-26 01:36:42','2021-02-25 17:36:42'),(122257,43664,'action created','2021-02-26 01:36:42','2021-02-25 17:36:42'),(122258,43664,'action started via WP Cron','2021-02-26 01:37:43','2021-02-25 17:37:43'),(122259,43664,'action complete via WP Cron','2021-02-26 01:37:43','2021-02-25 17:37:43'),(122260,43665,'action created','2021-02-26 01:37:43','2021-02-25 17:37:43'),(122261,43665,'action started via WP Cron','2021-02-26 01:38:59','2021-02-25 17:38:59'),(122262,43665,'action complete via WP Cron','2021-02-26 01:38:59','2021-02-25 17:38:59'),(122263,43666,'action created','2021-02-26 01:38:59','2021-02-25 17:38:59'),(122264,43666,'action started via WP Cron','2021-02-26 01:40:00','2021-02-25 17:40:00'),(122265,43666,'action complete via WP Cron','2021-02-26 01:40:00','2021-02-25 17:40:00'),(122266,43667,'action created','2021-02-26 01:40:00','2021-02-25 17:40:00'),(122267,43667,'action started via WP Cron','2021-02-26 01:40:46','2021-02-25 17:40:46'),(122268,43667,'action complete via WP Cron','2021-02-26 01:40:46','2021-02-25 17:40:46'),(122269,43668,'action created','2021-02-26 01:40:46','2021-02-25 17:40:46'),(122270,43668,'action started via WP Cron','2021-02-26 01:41:45','2021-02-25 17:41:45'),(122271,43668,'action complete via WP Cron','2021-02-26 01:41:45','2021-02-25 17:41:45'),(122272,43669,'action created','2021-02-26 01:41:45','2021-02-25 17:41:45'),(122273,43669,'action started via WP Cron','2021-02-26 01:43:02','2021-02-25 17:43:02'),(122274,43669,'action complete via WP Cron','2021-02-26 01:43:02','2021-02-25 17:43:02'),(122275,43670,'action created','2021-02-26 01:43:02','2021-02-25 17:43:02'),(122276,43670,'action started via WP Cron','2021-02-26 01:43:42','2021-02-25 17:43:42'),(122277,43670,'action complete via WP Cron','2021-02-26 01:43:42','2021-02-25 17:43:42'),(122278,43671,'action created','2021-02-26 01:43:42','2021-02-25 17:43:42'),(122279,43671,'action started via WP Cron','2021-02-26 01:44:54','2021-02-25 17:44:54'),(122280,43671,'action complete via WP Cron','2021-02-26 01:44:54','2021-02-25 17:44:54'),(122281,43672,'action created','2021-02-26 01:44:54','2021-02-25 17:44:54'),(122282,43672,'action started via WP Cron','2021-02-26 01:45:46','2021-02-25 17:45:46'),(122283,43672,'action complete via WP Cron','2021-02-26 01:45:46','2021-02-25 17:45:46'),(122284,43673,'action created','2021-02-26 01:45:46','2021-02-25 17:45:46'),(122285,43673,'action started via WP Cron','2021-02-26 01:46:42','2021-02-25 17:46:42'),(122286,43673,'action complete via WP Cron','2021-02-26 01:46:42','2021-02-25 17:46:42'),(122287,43674,'action created','2021-02-26 01:46:42','2021-02-25 17:46:42'),(122288,43674,'action started via WP Cron','2021-02-26 01:47:54','2021-02-25 17:47:54'),(122289,43674,'action complete via WP Cron','2021-02-26 01:47:54','2021-02-25 17:47:54'),(122290,43675,'action created','2021-02-26 01:47:54','2021-02-25 17:47:54'),(122291,43675,'action started via WP Cron','2021-02-26 01:48:54','2021-02-25 17:48:54'),(122292,43675,'action complete via WP Cron','2021-02-26 01:48:54','2021-02-25 17:48:54'),(122293,43676,'action created','2021-02-26 01:48:54','2021-02-25 17:48:54'),(122294,43676,'action started via WP Cron','2021-02-26 01:49:53','2021-02-25 17:49:53'),(122295,43676,'action complete via WP Cron','2021-02-26 01:49:53','2021-02-25 17:49:53'),(122296,43677,'action created','2021-02-26 01:49:53','2021-02-25 17:49:53'),(122297,43677,'action started via WP Cron','2021-02-26 01:50:48','2021-02-25 17:50:48'),(122298,43677,'action complete via WP Cron','2021-02-26 01:50:48','2021-02-25 17:50:48'),(122299,43678,'action created','2021-02-26 01:50:48','2021-02-25 17:50:48'),(122300,43678,'action started via WP Cron','2021-02-26 01:51:46','2021-02-25 17:51:46'),(122301,43678,'action complete via WP Cron','2021-02-26 01:51:46','2021-02-25 17:51:46'),(122302,43679,'action created','2021-02-26 01:51:46','2021-02-25 17:51:46'),(122303,43679,'action started via WP Cron','2021-02-26 01:52:47','2021-02-25 17:52:47'),(122304,43679,'action complete via WP Cron','2021-02-26 01:52:47','2021-02-25 17:52:47'),(122305,43680,'action created','2021-02-26 01:52:47','2021-02-25 17:52:47'),(122306,43680,'action started via WP Cron','2021-02-26 01:53:43','2021-02-25 17:53:43'),(122307,43680,'action complete via WP Cron','2021-02-26 01:53:43','2021-02-25 17:53:43'),(122308,43681,'action created','2021-02-26 01:53:43','2021-02-25 17:53:43'),(122309,43681,'action started via WP Cron','2021-02-26 01:54:56','2021-02-25 17:54:56'),(122310,43681,'action complete via WP Cron','2021-02-26 01:54:56','2021-02-25 17:54:56'),(122311,43682,'action created','2021-02-26 01:54:56','2021-02-25 17:54:56'),(122312,43682,'action started via WP Cron','2021-02-26 01:55:43','2021-02-25 17:55:43'),(122313,43682,'action complete via WP Cron','2021-02-26 01:55:43','2021-02-25 17:55:43'),(122314,43683,'action created','2021-02-26 01:55:44','2021-02-25 17:55:44'),(122315,43683,'action started via WP Cron','2021-02-26 01:56:43','2021-02-25 17:56:43'),(122316,43683,'action complete via WP Cron','2021-02-26 01:56:43','2021-02-25 17:56:43'),(122317,43684,'action created','2021-02-26 01:56:43','2021-02-25 17:56:43'),(122318,43684,'action started via WP Cron','2021-02-26 01:57:48','2021-02-25 17:57:48'),(122319,43684,'action complete via WP Cron','2021-02-26 01:57:48','2021-02-25 17:57:48'),(122320,43685,'action created','2021-02-26 01:57:48','2021-02-25 17:57:48'),(122321,43685,'action started via WP Cron','2021-02-26 01:58:46','2021-02-25 17:58:46'),(122322,43685,'action complete via WP Cron','2021-02-26 01:58:46','2021-02-25 17:58:46'),(122323,43686,'action created','2021-02-26 01:58:47','2021-02-25 17:58:47'),(122324,43686,'action started via WP Cron','2021-02-26 01:59:42','2021-02-25 17:59:42'),(122325,43686,'action complete via WP Cron','2021-02-26 01:59:42','2021-02-25 17:59:42'),(122326,43687,'action created','2021-02-26 01:59:42','2021-02-25 17:59:42'),(122327,43687,'action started via WP Cron','2021-02-26 02:00:41','2021-02-25 18:00:41'),(122328,43687,'action complete via WP Cron','2021-02-26 02:00:41','2021-02-25 18:00:41'),(122329,43688,'action created','2021-02-26 02:00:41','2021-02-25 18:00:41'),(122330,43688,'action started via WP Cron','2021-02-26 02:01:55','2021-02-25 18:01:55'),(122331,43688,'action complete via WP Cron','2021-02-26 02:01:55','2021-02-25 18:01:55'),(122332,43689,'action created','2021-02-26 02:01:55','2021-02-25 18:01:55'),(122333,43689,'action started via WP Cron','2021-02-26 02:02:43','2021-02-25 18:02:43'),(122334,43689,'action complete via WP Cron','2021-02-26 02:02:43','2021-02-25 18:02:43'),(122335,43690,'action created','2021-02-26 02:02:43','2021-02-25 18:02:43'),(122336,43690,'action started via WP Cron','2021-02-26 02:03:41','2021-02-25 18:03:41'),(122337,43690,'action complete via WP Cron','2021-02-26 02:03:41','2021-02-25 18:03:41'),(122338,43691,'action created','2021-02-26 02:03:41','2021-02-25 18:03:41'),(122339,43691,'action started via WP Cron','2021-02-26 02:04:41','2021-02-25 18:04:41'),(122340,43691,'action complete via WP Cron','2021-02-26 02:04:41','2021-02-25 18:04:41'),(122341,43692,'action created','2021-02-26 02:04:41','2021-02-25 18:04:41'),(122342,43692,'action started via WP Cron','2021-02-26 02:06:11','2021-02-25 18:06:11'),(122343,43692,'action complete via WP Cron','2021-02-26 02:06:11','2021-02-25 18:06:11'),(122344,43693,'action created','2021-02-26 02:06:11','2021-02-25 18:06:11'),(122345,43693,'action started via WP Cron','2021-02-26 02:06:42','2021-02-25 18:06:42'),(122346,43693,'action complete via WP Cron','2021-02-26 02:06:42','2021-02-25 18:06:42'),(122347,43694,'action created','2021-02-26 02:06:42','2021-02-25 18:06:42'),(122348,43694,'action started via WP Cron','2021-02-26 02:07:43','2021-02-25 18:07:43'),(122349,43694,'action complete via WP Cron','2021-02-26 02:07:43','2021-02-25 18:07:43'),(122350,43695,'action created','2021-02-26 02:07:43','2021-02-25 18:07:43'),(122351,43695,'action started via WP Cron','2021-02-26 02:08:41','2021-02-25 18:08:41'),(122352,43695,'action complete via WP Cron','2021-02-26 02:08:41','2021-02-25 18:08:41'),(122353,43696,'action created','2021-02-26 02:08:41','2021-02-25 18:08:41'),(122354,43696,'action started via WP Cron','2021-02-26 02:09:52','2021-02-25 18:09:52'),(122355,43696,'action complete via WP Cron','2021-02-26 02:09:52','2021-02-25 18:09:52'),(122356,43697,'action created','2021-02-26 02:09:52','2021-02-25 18:09:52'),(122357,43697,'action started via WP Cron','2021-02-26 02:10:45','2021-02-25 18:10:45'),(122358,43697,'action complete via WP Cron','2021-02-26 02:10:45','2021-02-25 18:10:45'),(122359,43698,'action created','2021-02-26 02:10:45','2021-02-25 18:10:45'),(122360,43698,'action started via WP Cron','2021-02-26 02:11:58','2021-02-25 18:11:58'),(122361,43698,'action complete via WP Cron','2021-02-26 02:11:58','2021-02-25 18:11:58'),(122362,43699,'action created','2021-02-26 02:11:59','2021-02-25 18:11:59'),(122363,43699,'action started via WP Cron','2021-02-26 02:12:42','2021-02-25 18:12:42'),(122364,43699,'action complete via WP Cron','2021-02-26 02:12:42','2021-02-25 18:12:42'),(122365,43700,'action created','2021-02-26 02:12:42','2021-02-25 18:12:42'),(122366,43700,'action started via WP Cron','2021-02-26 02:13:44','2021-02-25 18:13:44'),(122367,43700,'action complete via WP Cron','2021-02-26 02:13:44','2021-02-25 18:13:44'),(122368,43701,'action created','2021-02-26 02:13:44','2021-02-25 18:13:44'),(122369,43701,'action started via WP Cron','2021-02-26 02:14:41','2021-02-25 18:14:41'),(122370,43701,'action complete via WP Cron','2021-02-26 02:14:41','2021-02-25 18:14:41'),(122371,43702,'action created','2021-02-26 02:14:41','2021-02-25 18:14:41'),(122372,43702,'action started via WP Cron','2021-02-26 02:15:42','2021-02-25 18:15:42'),(122373,43702,'action complete via WP Cron','2021-02-26 02:15:42','2021-02-25 18:15:42'),(122374,43703,'action created','2021-02-26 02:15:42','2021-02-25 18:15:42'),(122375,43703,'action started via WP Cron','2021-02-26 02:16:48','2021-02-25 18:16:48'),(122376,43703,'action complete via WP Cron','2021-02-26 02:16:48','2021-02-25 18:16:48'),(122377,43704,'action created','2021-02-26 02:16:48','2021-02-25 18:16:48'),(122378,43704,'action started via WP Cron','2021-02-26 02:17:42','2021-02-25 18:17:42'),(122379,43704,'action complete via WP Cron','2021-02-26 02:17:42','2021-02-25 18:17:42'),(122380,43705,'action created','2021-02-26 02:17:42','2021-02-25 18:17:42'),(122381,43705,'action started via WP Cron','2021-02-26 02:18:46','2021-02-25 18:18:46'),(122382,43705,'action complete via WP Cron','2021-02-26 02:18:46','2021-02-25 18:18:46'),(122383,43706,'action created','2021-02-26 02:18:46','2021-02-25 18:18:46'),(122384,43706,'action started via WP Cron','2021-02-26 02:19:57','2021-02-25 18:19:57'),(122385,43706,'action complete via WP Cron','2021-02-26 02:19:57','2021-02-25 18:19:57'),(122386,43707,'action created','2021-02-26 02:19:57','2021-02-25 18:19:57'),(122387,43707,'action started via WP Cron','2021-02-26 02:20:43','2021-02-25 18:20:43'),(122388,43707,'action complete via WP Cron','2021-02-26 02:20:43','2021-02-25 18:20:43'),(122389,43708,'action created','2021-02-26 02:20:43','2021-02-25 18:20:43'),(122390,43708,'action started via WP Cron','2021-02-26 02:23:11','2021-02-25 18:23:11'),(122391,43708,'action complete via WP Cron','2021-02-26 02:23:11','2021-02-25 18:23:11'),(122392,43709,'action created','2021-02-26 02:23:11','2021-02-25 18:23:11'),(122393,43709,'action started via WP Cron','2021-02-26 02:24:39','2021-02-25 18:24:39'),(122394,43709,'action complete via WP Cron','2021-02-26 02:24:39','2021-02-25 18:24:39'),(122395,43710,'action created','2021-02-26 02:24:39','2021-02-25 18:24:39'),(122396,43710,'action started via WP Cron','2021-02-26 02:25:41','2021-02-25 18:25:41'),(122397,43710,'action complete via WP Cron','2021-02-26 02:25:41','2021-02-25 18:25:41'),(122398,43711,'action created','2021-02-26 02:25:41','2021-02-25 18:25:41'),(122399,43711,'action started via WP Cron','2021-02-26 02:26:51','2021-02-25 18:26:51'),(122400,43711,'action complete via WP Cron','2021-02-26 02:26:51','2021-02-25 18:26:51'),(122401,43712,'action created','2021-02-26 02:26:51','2021-02-25 18:26:51'),(122402,43712,'action started via WP Cron','2021-02-26 02:28:35','2021-02-25 18:28:35'),(122403,43712,'action complete via WP Cron','2021-02-26 02:28:35','2021-02-25 18:28:35'),(122404,43713,'action created','2021-02-26 02:28:35','2021-02-25 18:28:35'),(122405,43713,'action started via WP Cron','2021-02-26 02:31:28','2021-02-25 18:31:28'),(122406,43713,'action complete via WP Cron','2021-02-26 02:31:28','2021-02-25 18:31:28'),(122407,43714,'action created','2021-02-26 02:31:28','2021-02-25 18:31:28'),(122408,43714,'action started via WP Cron','2021-02-26 02:32:29','2021-02-25 18:32:29'),(122409,43714,'action complete via WP Cron','2021-02-26 02:32:29','2021-02-25 18:32:29'),(122410,43715,'action created','2021-02-26 02:32:30','2021-02-25 18:32:30'),(122411,43715,'action started via WP Cron','2021-02-26 02:33:29','2021-02-25 18:33:29'),(122412,43715,'action complete via WP Cron','2021-02-26 02:33:29','2021-02-25 18:33:29'),(122413,43716,'action created','2021-02-26 02:33:29','2021-02-25 18:33:29'),(122414,43716,'action started via WP Cron','2021-02-26 02:34:18','2021-02-25 18:34:18'),(122415,43716,'action complete via WP Cron','2021-02-26 02:34:18','2021-02-25 18:34:18'),(122416,43717,'action created','2021-02-26 02:34:18','2021-02-25 18:34:18'),(122417,43717,'action started via WP Cron','2021-02-26 02:35:10','2021-02-25 18:35:10'),(122418,43717,'action complete via WP Cron','2021-02-26 02:35:10','2021-02-25 18:35:10'),(122419,43718,'action created','2021-02-26 02:35:10','2021-02-25 18:35:10'),(122420,43718,'action started via WP Cron','2021-02-26 02:36:21','2021-02-25 18:36:21'),(122421,43718,'action complete via WP Cron','2021-02-26 02:36:21','2021-02-25 18:36:21'),(122422,43719,'action created','2021-02-26 02:36:21','2021-02-25 18:36:21'),(122423,43719,'action started via WP Cron','2021-02-26 02:36:52','2021-02-25 18:36:52'),(122424,43719,'action complete via WP Cron','2021-02-26 02:36:52','2021-02-25 18:36:52'),(122425,43720,'action created','2021-02-26 02:36:52','2021-02-25 18:36:52'),(122426,43720,'action started via WP Cron','2021-02-26 02:39:07','2021-02-25 18:39:07'),(122427,43720,'action complete via WP Cron','2021-02-26 02:39:07','2021-02-25 18:39:07'),(122428,43721,'action created','2021-02-26 02:39:07','2021-02-25 18:39:07'),(122429,43721,'action started via WP Cron','2021-02-26 02:40:04','2021-02-25 18:40:04'),(122430,43721,'action complete via WP Cron','2021-02-26 02:40:04','2021-02-25 18:40:04'),(122431,43722,'action created','2021-02-26 02:41:00','2021-02-25 18:41:00'),(122432,43722,'action started via WP Cron','2021-02-26 02:42:01','2021-02-25 18:42:01'),(122433,43722,'action complete via WP Cron','2021-02-26 02:42:01','2021-02-25 18:42:01'),(122434,43723,'action created','2021-02-26 02:42:01','2021-02-25 18:42:01'),(122435,43723,'action started via WP Cron','2021-02-26 02:43:02','2021-02-25 18:43:02'),(122436,43723,'action complete via WP Cron','2021-02-26 02:43:02','2021-02-25 18:43:02'),(122437,43724,'action created','2021-02-26 02:43:02','2021-02-25 18:43:02'),(122438,43724,'action started via WP Cron','2021-02-26 02:45:04','2021-02-25 18:45:04'),(122439,43724,'action complete via WP Cron','2021-02-26 02:45:04','2021-02-25 18:45:04'),(122440,43725,'action created','2021-02-26 02:45:04','2021-02-25 18:45:04'),(122441,43725,'action started via WP Cron','2021-02-26 02:46:05','2021-02-25 18:46:05'),(122442,43725,'action complete via WP Cron','2021-02-26 02:46:05','2021-02-25 18:46:05'),(122443,43726,'action created','2021-02-26 02:46:05','2021-02-25 18:46:05'),(122444,43726,'action started via WP Cron','2021-02-26 02:46:44','2021-02-25 18:46:44'),(122445,43726,'action complete via WP Cron','2021-02-26 02:46:44','2021-02-25 18:46:44'),(122446,43727,'action created','2021-02-26 02:46:44','2021-02-25 18:46:44'),(122447,43727,'action started via WP Cron','2021-02-26 02:48:21','2021-02-25 18:48:21'),(122448,43727,'action complete via WP Cron','2021-02-26 02:48:21','2021-02-25 18:48:21'),(122449,43728,'action created','2021-02-26 02:48:21','2021-02-25 18:48:21'),(122450,43728,'action started via WP Cron','2021-02-26 02:49:19','2021-02-25 18:49:19'),(122451,43728,'action complete via WP Cron','2021-02-26 02:49:19','2021-02-25 18:49:19'),(122452,43729,'action created','2021-02-26 02:49:20','2021-02-25 18:49:20'),(122453,43729,'action started via WP Cron','2021-02-26 02:49:57','2021-02-25 18:49:57'),(122454,43729,'action complete via WP Cron','2021-02-26 02:49:57','2021-02-25 18:49:57'),(122455,43730,'action created','2021-02-26 02:49:57','2021-02-25 18:49:57'),(122456,43730,'action started via WP Cron','2021-02-26 02:53:55','2021-02-25 18:53:55'),(122457,43730,'action complete via WP Cron','2021-02-26 02:53:55','2021-02-25 18:53:55'),(122458,43731,'action created','2021-02-26 02:53:55','2021-02-25 18:53:55'),(122459,43731,'action started via WP Cron','2021-02-26 02:55:24','2021-02-25 18:55:24'),(122460,43731,'action complete via WP Cron','2021-02-26 02:55:24','2021-02-25 18:55:24'),(122461,43732,'action created','2021-02-26 02:55:24','2021-02-25 18:55:24'),(122462,43732,'action started via WP Cron','2021-02-26 02:55:52','2021-02-25 18:55:52'),(122463,43732,'action complete via WP Cron','2021-02-26 02:55:52','2021-02-25 18:55:52'),(122464,43733,'action created','2021-02-26 02:55:52','2021-02-25 18:55:52'),(122465,43733,'action started via WP Cron','2021-02-26 02:56:45','2021-02-25 18:56:45'),(122466,43733,'action complete via WP Cron','2021-02-26 02:56:45','2021-02-25 18:56:45'),(122467,43734,'action created','2021-02-26 02:56:45','2021-02-25 18:56:45'),(122468,43734,'action started via WP Cron','2021-02-26 02:58:33','2021-02-25 18:58:33'),(122469,43734,'action complete via WP Cron','2021-02-26 02:58:33','2021-02-25 18:58:33'),(122470,43735,'action created','2021-02-26 02:58:33','2021-02-25 18:58:33'),(122471,43735,'action started via WP Cron','2021-02-26 02:59:53','2021-02-25 18:59:53'),(122472,43735,'action complete via WP Cron','2021-02-26 02:59:53','2021-02-25 18:59:53'),(122473,43736,'action created','2021-02-26 02:59:53','2021-02-25 18:59:53'),(122474,43736,'action started via WP Cron','2021-02-26 03:06:49','2021-02-25 19:06:49'),(122475,43736,'action complete via WP Cron','2021-02-26 03:06:49','2021-02-25 19:06:49'),(122476,43737,'action created','2021-02-26 03:06:50','2021-02-25 19:06:50'),(122477,43737,'action started via WP Cron','2021-02-26 03:07:42','2021-02-25 19:07:42'),(122478,43737,'action complete via WP Cron','2021-02-26 03:07:42','2021-02-25 19:07:42'),(122479,43738,'action created','2021-02-26 03:07:42','2021-02-25 19:07:42'),(122480,43738,'action started via WP Cron','2021-02-26 03:08:52','2021-02-25 19:08:52'),(122481,43738,'action complete via WP Cron','2021-02-26 03:08:52','2021-02-25 19:08:52'),(122482,43739,'action created','2021-02-26 03:08:52','2021-02-25 19:08:52'),(122483,43739,'action started via WP Cron','2021-02-26 03:09:54','2021-02-25 19:09:54'),(122484,43739,'action complete via WP Cron','2021-02-26 03:09:54','2021-02-25 19:09:54'),(122485,43740,'action created','2021-02-26 03:09:54','2021-02-25 19:09:54'),(122486,43740,'action started via WP Cron','2021-02-26 03:19:58','2021-02-25 19:19:58'),(122487,43740,'action complete via WP Cron','2021-02-26 03:19:58','2021-02-25 19:19:58'),(122488,43741,'action created','2021-02-26 03:19:59','2021-02-25 19:19:59'),(122489,43741,'action started via WP Cron','2021-02-26 03:39:59','2021-02-25 19:39:59'),(122490,43741,'action complete via WP Cron','2021-02-26 03:39:59','2021-02-25 19:39:59'),(122491,43742,'action created','2021-02-26 03:39:59','2021-02-25 19:39:59'),(122492,43742,'action started via WP Cron','2021-02-26 03:47:06','2021-02-25 19:47:06'),(122493,43742,'action complete via WP Cron','2021-02-26 03:47:06','2021-02-25 19:47:06'),(122494,43743,'action created','2021-02-26 03:47:06','2021-02-25 19:47:06'),(122495,43743,'action started via WP Cron','2021-02-26 03:48:07','2021-02-25 19:48:07'),(122496,43743,'action complete via WP Cron','2021-02-26 03:48:07','2021-02-25 19:48:07'),(122497,43744,'action created','2021-02-26 03:48:07','2021-02-25 19:48:07'),(122498,43744,'action started via WP Cron','2021-02-26 03:49:08','2021-02-25 19:49:08'),(122499,43744,'action complete via WP Cron','2021-02-26 03:49:08','2021-02-25 19:49:08'),(122500,43745,'action created','2021-02-26 03:49:08','2021-02-25 19:49:08'),(122501,43745,'action started via WP Cron','2021-02-26 03:51:10','2021-02-25 19:51:10'),(122502,43745,'action complete via WP Cron','2021-02-26 03:51:10','2021-02-25 19:51:10'),(122503,43746,'action created','2021-02-26 03:51:10','2021-02-25 19:51:10'),(122504,43746,'action started via WP Cron','2021-02-26 03:52:11','2021-02-25 19:52:11'),(122505,43746,'action complete via WP Cron','2021-02-26 03:52:11','2021-02-25 19:52:11'),(122506,43747,'action created','2021-02-26 03:52:11','2021-02-25 19:52:11'),(122507,43747,'action started via WP Cron','2021-02-26 04:43:07','2021-02-25 20:43:07'),(122508,43747,'action complete via WP Cron','2021-02-26 04:43:07','2021-02-25 20:43:07'),(122509,43748,'action created','2021-02-26 04:43:07','2021-02-25 20:43:07'),(122510,43748,'action started via WP Cron','2021-02-26 04:45:43','2021-02-25 20:45:43'),(122511,43748,'action complete via WP Cron','2021-02-26 04:45:43','2021-02-25 20:45:43'),(122512,43749,'action created','2021-02-26 04:45:43','2021-02-25 20:45:43'),(122513,43749,'action started via WP Cron','2021-02-26 04:47:34','2021-02-25 20:47:34'),(122514,43749,'action complete via WP Cron','2021-02-26 04:47:34','2021-02-25 20:47:34'),(122515,43750,'action created','2021-02-26 04:47:34','2021-02-25 20:47:34'),(122516,43750,'action started via WP Cron','2021-02-26 04:52:42','2021-02-25 20:52:42'),(122517,43750,'action complete via WP Cron','2021-02-26 04:52:42','2021-02-25 20:52:42'),(122518,43751,'action created','2021-02-26 04:52:42','2021-02-25 20:52:42'),(122519,43751,'action started via WP Cron','2021-02-26 04:54:40','2021-02-25 20:54:40'),(122520,43751,'action complete via WP Cron','2021-02-26 04:54:40','2021-02-25 20:54:40'),(122521,43752,'action created','2021-02-26 04:54:41','2021-02-25 20:54:41'),(122522,43752,'action started via WP Cron','2021-02-26 04:57:36','2021-02-25 20:57:36'),(122523,43752,'action complete via WP Cron','2021-02-26 04:57:36','2021-02-25 20:57:36'),(122524,43753,'action created','2021-02-26 04:57:36','2021-02-25 20:57:36'),(122525,43753,'action started via WP Cron','2021-02-26 04:59:44','2021-02-25 20:59:44'),(122526,43753,'action complete via WP Cron','2021-02-26 04:59:44','2021-02-25 20:59:44'),(122527,43754,'action created','2021-02-26 04:59:44','2021-02-25 20:59:44'),(122528,43223,'action started via WP Cron','2021-02-26 05:29:26','2021-02-25 21:29:26'),(122529,43223,'action complete via WP Cron','2021-02-26 05:29:26','2021-02-25 21:29:26'),(122530,43755,'action created','2021-02-26 05:29:26','2021-02-25 21:29:26'),(122531,43754,'action started via WP Cron','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122532,43754,'action complete via WP Cron','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122533,43224,'action started via WP Cron','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122534,43224,'action complete via WP Cron','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122535,43756,'action created','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122536,43757,'action created','2021-02-26 05:29:27','2021-02-25 21:29:27'),(122537,43757,'action started via WP Cron','2021-02-26 05:32:25','2021-02-25 21:32:25'),(122538,43757,'action complete via WP Cron','2021-02-26 05:32:25','2021-02-25 21:32:25'),(122539,43758,'action created','2021-02-26 05:32:25','2021-02-25 21:32:25'),(122540,43758,'action started via WP Cron','2021-02-26 05:36:10','2021-02-25 21:36:10'),(122541,43758,'action complete via WP Cron','2021-02-26 05:36:10','2021-02-25 21:36:10'),(122542,43759,'action created','2021-02-26 05:36:10','2021-02-25 21:36:10'),(122543,43759,'action started via WP Cron','2021-02-26 05:41:12','2021-02-25 21:41:12'),(122544,43759,'action complete via WP Cron','2021-02-26 05:41:12','2021-02-25 21:41:12'),(122545,43760,'action created','2021-02-26 05:41:12','2021-02-25 21:41:12'),(122546,43760,'action started via WP Cron','2021-02-26 05:45:49','2021-02-25 21:45:49'),(122547,43760,'action complete via WP Cron','2021-02-26 05:45:49','2021-02-25 21:45:49'),(122548,43761,'action created','2021-02-26 05:45:49','2021-02-25 21:45:49'),(122549,43761,'action started via WP Cron','2021-02-26 05:47:33','2021-02-25 21:47:33'),(122550,43761,'action complete via WP Cron','2021-02-26 05:47:33','2021-02-25 21:47:33'),(122551,43762,'action created','2021-02-26 05:47:33','2021-02-25 21:47:33'),(122552,43762,'action started via WP Cron','2021-02-26 05:51:21','2021-02-25 21:51:21'),(122553,43762,'action complete via WP Cron','2021-02-26 05:51:21','2021-02-25 21:51:21'),(122554,43763,'action created','2021-02-26 05:51:21','2021-02-25 21:51:21'),(122555,43763,'action started via WP Cron','2021-02-26 05:53:35','2021-02-25 21:53:35'),(122556,43763,'action complete via WP Cron','2021-02-26 05:53:35','2021-02-25 21:53:35'),(122557,43764,'action created','2021-02-26 05:53:35','2021-02-25 21:53:35'),(122558,43764,'action started via WP Cron','2021-02-26 05:57:04','2021-02-25 21:57:04'),(122559,43764,'action complete via WP Cron','2021-02-26 05:57:04','2021-02-25 21:57:04'),(122560,43765,'action created','2021-02-26 05:57:04','2021-02-25 21:57:04'),(122561,43765,'action started via WP Cron','2021-02-26 06:05:54','2021-02-25 22:05:54'),(122562,43765,'action complete via WP Cron','2021-02-26 06:05:54','2021-02-25 22:05:54'),(122563,43766,'action created','2021-02-26 06:05:54','2021-02-25 22:05:54'),(122564,43766,'action started via WP Cron','2021-02-26 06:26:38','2021-02-25 22:26:38'),(122565,43766,'action complete via WP Cron','2021-02-26 06:26:38','2021-02-25 22:26:38'),(122566,43767,'action created','2021-02-26 06:26:38','2021-02-25 22:26:38'),(122567,43767,'action started via WP Cron','2021-02-26 06:40:30','2021-02-25 22:40:30'),(122568,43767,'action complete via WP Cron','2021-02-26 06:40:30','2021-02-25 22:40:30'),(122569,43768,'action created','2021-02-26 06:40:30','2021-02-25 22:40:30'),(122570,43768,'action started via WP Cron','2021-02-26 06:54:22','2021-02-25 22:54:22'),(122571,43768,'action complete via WP Cron','2021-02-26 06:54:22','2021-02-25 22:54:22'),(122572,43769,'action created','2021-02-26 06:54:22','2021-02-25 22:54:22'),(122573,43769,'action started via WP Cron','2021-02-26 06:55:30','2021-02-25 22:55:30'),(122574,43769,'action complete via WP Cron','2021-02-26 06:55:30','2021-02-25 22:55:30'),(122575,43770,'action created','2021-02-26 06:55:30','2021-02-25 22:55:30'),(122576,43770,'action started via WP Cron','2021-02-26 06:56:31','2021-02-25 22:56:31'),(122577,43770,'action complete via WP Cron','2021-02-26 06:56:31','2021-02-25 22:56:31'),(122578,43771,'action created','2021-02-26 06:56:31','2021-02-25 22:56:31'),(122579,43771,'action started via WP Cron','2021-02-26 06:58:33','2021-02-25 22:58:33'),(122580,43771,'action complete via WP Cron','2021-02-26 06:58:33','2021-02-25 22:58:33'),(122581,43772,'action created','2021-02-26 06:58:33','2021-02-25 22:58:33'),(122582,43772,'action started via WP Cron','2021-02-26 06:59:34','2021-02-25 22:59:34'),(122583,43772,'action complete via WP Cron','2021-02-26 06:59:34','2021-02-25 22:59:34'),(122584,43773,'action created','2021-02-26 06:59:34','2021-02-25 22:59:34'),(122585,43773,'action started via WP Cron','2021-02-26 07:00:35','2021-02-25 23:00:35'),(122586,43773,'action complete via WP Cron','2021-02-26 07:00:35','2021-02-25 23:00:35'),(122587,43774,'action created','2021-02-26 07:00:35','2021-02-25 23:00:35'),(122588,43774,'action started via WP Cron','2021-02-26 07:02:04','2021-02-25 23:02:04'),(122589,43774,'action complete via WP Cron','2021-02-26 07:02:04','2021-02-25 23:02:04'),(122590,43775,'action created','2021-02-26 07:02:04','2021-02-25 23:02:04'),(122591,43775,'action started via WP Cron','2021-02-26 07:19:16','2021-02-25 23:19:16'),(122592,43775,'action complete via WP Cron','2021-02-26 07:19:16','2021-02-25 23:19:16'),(122593,43776,'action created','2021-02-26 07:19:17','2021-02-25 23:19:17'),(122594,43776,'action started via WP Cron','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122595,43776,'action complete via WP Cron','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122596,43273,'action started via WP Cron','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122597,43273,'action complete via WP Cron','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122598,43777,'action created','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122599,43778,'action created','2021-02-26 07:26:49','2021-02-25 23:26:49'),(122600,43778,'action started via WP Cron','2021-02-26 07:28:04','2021-02-25 23:28:04'),(122601,43778,'action complete via WP Cron','2021-02-26 07:28:04','2021-02-25 23:28:04'),(122602,43779,'action created','2021-02-26 07:28:04','2021-02-25 23:28:04'),(122603,43779,'action started via WP Cron','2021-02-26 07:29:03','2021-02-25 23:29:03'),(122604,43779,'action complete via WP Cron','2021-02-26 07:29:03','2021-02-25 23:29:03'),(122605,43780,'action created','2021-02-26 07:29:03','2021-02-25 23:29:03'),(122606,43780,'action started via WP Cron','2021-02-26 07:31:56','2021-02-25 23:31:56'),(122607,43780,'action complete via WP Cron','2021-02-26 07:31:56','2021-02-25 23:31:56'),(122608,43781,'action created','2021-02-26 07:31:56','2021-02-25 23:31:56'),(122609,43781,'action started via WP Cron','2021-02-26 07:33:00','2021-02-25 23:33:00'),(122610,43781,'action complete via WP Cron','2021-02-26 07:33:00','2021-02-25 23:33:00'),(122611,43782,'action created','2021-02-26 07:33:01','2021-02-25 23:33:01'),(122612,43782,'action started via WP Cron','2021-02-26 07:34:09','2021-02-25 23:34:09'),(122613,43782,'action complete via WP Cron','2021-02-26 07:34:09','2021-02-25 23:34:09'),(122614,43783,'action created','2021-02-26 07:34:09','2021-02-25 23:34:09'),(122615,43783,'action started via WP Cron','2021-02-26 07:39:59','2021-02-25 23:39:59'),(122616,43783,'action complete via WP Cron','2021-02-26 07:39:59','2021-02-25 23:39:59'),(122617,43784,'action created','2021-02-26 07:39:59','2021-02-25 23:39:59'),(122618,43784,'action started via WP Cron','2021-02-26 07:42:25','2021-02-25 23:42:25'),(122619,43784,'action complete via WP Cron','2021-02-26 07:42:25','2021-02-25 23:42:25'),(122620,43785,'action created','2021-02-26 07:42:25','2021-02-25 23:42:25'),(122621,43785,'action started via WP Cron','2021-02-26 07:45:53','2021-02-25 23:45:53'),(122622,43785,'action complete via WP Cron','2021-02-26 07:45:53','2021-02-25 23:45:53'),(122623,43786,'action created','2021-02-26 07:45:53','2021-02-25 23:45:53'),(122624,43786,'action started via WP Cron','2021-02-26 07:46:49','2021-02-25 23:46:49'),(122625,43786,'action complete via WP Cron','2021-02-26 07:46:49','2021-02-25 23:46:49'),(122626,43787,'action created','2021-02-26 07:46:49','2021-02-25 23:46:49'),(122627,43787,'action started via WP Cron','2021-02-26 07:48:18','2021-02-25 23:48:18'),(122628,43787,'action complete via WP Cron','2021-02-26 07:48:18','2021-02-25 23:48:18'),(122629,43788,'action created','2021-02-26 07:48:18','2021-02-25 23:48:18'),(122630,43788,'action started via WP Cron','2021-02-26 07:48:48','2021-02-25 23:48:48'),(122631,43788,'action complete via WP Cron','2021-02-26 07:48:48','2021-02-25 23:48:48'),(122632,43789,'action created','2021-02-26 07:48:48','2021-02-25 23:48:48'),(122633,43789,'action started via WP Cron','2021-02-26 07:55:41','2021-02-25 23:55:41'),(122634,43789,'action complete via WP Cron','2021-02-26 07:55:41','2021-02-25 23:55:41'),(122635,43790,'action created','2021-02-26 07:55:41','2021-02-25 23:55:41'),(122636,43790,'action started via WP Cron','2021-02-26 08:00:42','2021-02-26 00:00:42'),(122637,43790,'action complete via WP Cron','2021-02-26 08:00:42','2021-02-26 00:00:42'),(122638,43791,'action created','2021-02-26 08:00:42','2021-02-26 00:00:42'),(122639,43791,'action started via WP Cron','2021-02-26 08:02:37','2021-02-26 00:02:37'),(122640,43791,'action complete via WP Cron','2021-02-26 08:02:37','2021-02-26 00:02:37'),(122641,43792,'action created','2021-02-26 08:02:37','2021-02-26 00:02:37'),(122642,43792,'action started via WP Cron','2021-02-26 08:04:39','2021-02-26 00:04:39'),(122643,43792,'action complete via WP Cron','2021-02-26 08:04:39','2021-02-26 00:04:39'),(122644,43793,'action created','2021-02-26 08:04:39','2021-02-26 00:04:39'),(122645,43793,'action started via WP Cron','2021-02-26 08:05:40','2021-02-26 00:05:40'),(122646,43793,'action complete via WP Cron','2021-02-26 08:05:40','2021-02-26 00:05:40'),(122647,43794,'action created','2021-02-26 08:05:40','2021-02-26 00:05:40'),(122648,43794,'action started via WP Cron','2021-02-26 08:06:41','2021-02-26 00:06:41'),(122649,43794,'action complete via WP Cron','2021-02-26 08:06:41','2021-02-26 00:06:41'),(122650,43795,'action created','2021-02-26 08:06:41','2021-02-26 00:06:41'),(122651,43795,'action started via WP Cron','2021-02-26 08:10:33','2021-02-26 00:10:33'),(122652,43795,'action complete via WP Cron','2021-02-26 08:10:33','2021-02-26 00:10:33'),(122653,43796,'action created','2021-02-26 08:10:33','2021-02-26 00:10:33'),(122654,43796,'action started via WP Cron','2021-02-26 08:14:16','2021-02-26 00:14:16'),(122655,43796,'action complete via WP Cron','2021-02-26 08:14:16','2021-02-26 00:14:16'),(122656,43797,'action created','2021-02-26 08:14:16','2021-02-26 00:14:16'),(122657,43797,'action started via WP Cron','2021-02-26 08:14:47','2021-02-26 00:14:47'),(122658,43797,'action complete via WP Cron','2021-02-26 08:14:47','2021-02-26 00:14:47'),(122659,43798,'action created','2021-02-26 08:14:48','2021-02-26 00:14:48'),(122660,43798,'action started via WP Cron','2021-02-26 08:15:42','2021-02-26 00:15:42'),(122661,43798,'action complete via WP Cron','2021-02-26 08:15:42','2021-02-26 00:15:42'),(122662,43799,'action created','2021-02-26 08:15:42','2021-02-26 00:15:42'),(122663,43799,'action started via WP Cron','2021-02-26 08:16:48','2021-02-26 00:16:48'),(122664,43799,'action complete via WP Cron','2021-02-26 08:16:48','2021-02-26 00:16:48'),(122665,43800,'action created','2021-02-26 08:16:48','2021-02-26 00:16:48'),(122666,43800,'action started via WP Cron','2021-02-26 08:17:44','2021-02-26 00:17:44'),(122667,43800,'action complete via WP Cron','2021-02-26 08:17:44','2021-02-26 00:17:44'),(122668,43801,'action created','2021-02-26 08:17:44','2021-02-26 00:17:44'),(122669,43801,'action started via WP Cron','2021-02-26 08:18:40','2021-02-26 00:18:40'),(122670,43801,'action complete via WP Cron','2021-02-26 08:18:40','2021-02-26 00:18:40'),(122671,43802,'action created','2021-02-26 08:18:41','2021-02-26 00:18:41'),(122672,43802,'action started via WP Cron','2021-02-26 08:19:48','2021-02-26 00:19:48'),(122673,43802,'action complete via WP Cron','2021-02-26 08:19:48','2021-02-26 00:19:48'),(122674,43803,'action created','2021-02-26 08:19:48','2021-02-26 00:19:48'),(122675,43803,'action started via WP Cron','2021-02-26 08:21:19','2021-02-26 00:21:19'),(122676,43803,'action complete via WP Cron','2021-02-26 08:21:19','2021-02-26 00:21:19'),(122677,43804,'action created','2021-02-26 08:21:26','2021-02-26 00:21:26'),(122678,43804,'action started via WP Cron','2021-02-26 08:21:43','2021-02-26 00:21:43'),(122679,43804,'action complete via WP Cron','2021-02-26 08:21:43','2021-02-26 00:21:43'),(122680,43805,'action created','2021-02-26 08:21:43','2021-02-26 00:21:43'),(122681,43805,'action started via WP Cron','2021-02-26 08:22:43','2021-02-26 00:22:43'),(122682,43805,'action complete via WP Cron','2021-02-26 08:22:43','2021-02-26 00:22:43'),(122683,43806,'action created','2021-02-26 08:22:43','2021-02-26 00:22:43'),(122684,43806,'action started via WP Cron','2021-02-26 08:23:47','2021-02-26 00:23:47'),(122685,43806,'action complete via WP Cron','2021-02-26 08:23:47','2021-02-26 00:23:47'),(122686,43807,'action created','2021-02-26 08:23:47','2021-02-26 00:23:47'),(122687,43807,'action started via WP Cron','2021-02-26 08:24:43','2021-02-26 00:24:43'),(122688,43807,'action complete via WP Cron','2021-02-26 08:24:43','2021-02-26 00:24:43'),(122689,43808,'action created','2021-02-26 08:24:43','2021-02-26 00:24:43'),(122690,43808,'action started via WP Cron','2021-02-26 08:25:44','2021-02-26 00:25:44'),(122691,43808,'action complete via WP Cron','2021-02-26 08:25:44','2021-02-26 00:25:44'),(122692,43809,'action created','2021-02-26 08:25:44','2021-02-26 00:25:44'),(122693,43809,'action started via WP Cron','2021-02-26 08:26:41','2021-02-26 00:26:41'),(122694,43809,'action complete via WP Cron','2021-02-26 08:26:41','2021-02-26 00:26:41'),(122695,43810,'action created','2021-02-26 08:26:41','2021-02-26 00:26:41'),(122696,43810,'action started via WP Cron','2021-02-26 08:27:46','2021-02-26 00:27:46'),(122697,43810,'action complete via WP Cron','2021-02-26 08:27:46','2021-02-26 00:27:46'),(122698,43811,'action created','2021-02-26 08:27:46','2021-02-26 00:27:46'),(122699,43811,'action started via WP Cron','2021-02-26 08:28:41','2021-02-26 00:28:41'),(122700,43811,'action complete via WP Cron','2021-02-26 08:28:41','2021-02-26 00:28:41'),(122701,43812,'action created','2021-02-26 08:28:41','2021-02-26 00:28:41'),(122705,43813,'action started via WP Cron','2021-02-26 08:36:11','2021-02-26 00:36:11'),(122706,43813,'action complete via WP Cron','2021-02-26 08:36:11','2021-02-26 00:36:11'),(122707,43814,'action created','2021-02-26 08:36:11','2021-02-26 00:36:11'),(122708,43814,'action started via WP Cron','2021-02-26 08:37:12','2021-02-26 00:37:12'),(122709,43814,'action complete via WP Cron','2021-02-26 08:37:12','2021-02-26 00:37:12'),(122710,43815,'action created','2021-02-26 08:37:12','2021-02-26 00:37:12'),(122711,43815,'action started via WP Cron','2021-02-26 08:40:36','2021-02-26 00:40:36'),(122712,43815,'action complete via WP Cron','2021-02-26 08:40:36','2021-02-26 00:40:36'),(122713,43816,'action created','2021-02-26 08:40:36','2021-02-26 00:40:36'),(122714,43816,'action started via WP Cron','2021-02-26 09:12:23','2021-02-26 01:12:23'),(122715,43816,'action complete via WP Cron','2021-02-26 09:12:23','2021-02-26 01:12:23'),(122716,43817,'action created','2021-02-26 09:14:23','2021-02-26 01:14:23'),(122717,43817,'action started via WP Cron','2021-02-26 09:17:48','2021-02-26 01:17:48'),(122718,43817,'action complete via WP Cron','2021-02-26 09:17:48','2021-02-26 01:17:48'),(122719,43818,'action created','2021-02-26 09:17:48','2021-02-26 01:17:48'),(122720,43818,'action started via WP Cron','2021-02-26 09:24:20','2021-02-26 01:24:20'),(122721,43818,'action complete via WP Cron','2021-02-26 09:24:20','2021-02-26 01:24:20'),(122722,43819,'action created','2021-02-26 09:24:20','2021-02-26 01:24:20'),(122723,43819,'action started via WP Cron','2021-02-26 09:25:21','2021-02-26 01:25:21'),(122724,43819,'action complete via WP Cron','2021-02-26 09:25:21','2021-02-26 01:25:21'),(122725,43820,'action created','2021-02-26 09:25:21','2021-02-26 01:25:21'),(122726,43820,'action started via WP Cron','2021-02-26 09:26:22','2021-02-26 01:26:22'),(122727,43820,'action complete via WP Cron','2021-02-26 09:26:22','2021-02-26 01:26:22'),(122728,43821,'action created','2021-02-26 09:26:22','2021-02-26 01:26:22'),(122729,43821,'action started via WP Cron','2021-02-26 09:27:23','2021-02-26 01:27:23'),(122730,43821,'action complete via WP Cron','2021-02-26 09:27:23','2021-02-26 01:27:23'),(122731,43822,'action created','2021-02-26 09:27:23','2021-02-26 01:27:23'),(122732,43822,'action started via WP Cron','2021-02-26 09:28:11','2021-02-26 01:28:11'),(122733,43822,'action complete via WP Cron','2021-02-26 09:28:11','2021-02-26 01:28:11'),(122734,43823,'action created','2021-02-26 09:28:11','2021-02-26 01:28:11'),(122735,43823,'action started via WP Cron','2021-02-26 09:29:25','2021-02-26 01:29:25'),(122736,43823,'action complete via WP Cron','2021-02-26 09:29:25','2021-02-26 01:29:25'),(122737,43824,'action created','2021-02-26 09:31:24','2021-02-26 01:31:24'),(122738,43824,'action started via WP Cron','2021-02-26 09:37:51','2021-02-26 01:37:51'),(122739,43824,'action complete via WP Cron','2021-02-26 09:37:51','2021-02-26 01:37:51'),(122740,43825,'action created','2021-02-26 09:37:51','2021-02-26 01:37:51'),(122741,43825,'action started via WP Cron','2021-02-26 09:40:00','2021-02-26 01:40:00'),(122742,43825,'action complete via WP Cron','2021-02-26 09:40:00','2021-02-26 01:40:00'),(122743,43826,'action created','2021-02-26 09:40:00','2021-02-26 01:40:00'),(122744,43826,'action started via WP Cron','2021-02-26 09:41:30','2021-02-26 01:41:30'),(122745,43826,'action complete via WP Cron','2021-02-26 09:41:30','2021-02-26 01:41:30'),(122746,43827,'action created','2021-02-26 09:41:30','2021-02-26 01:41:30'),(122747,43827,'action started via WP Cron','2021-02-26 09:42:33','2021-02-26 01:42:33'),(122748,43827,'action complete via WP Cron','2021-02-26 09:42:33','2021-02-26 01:42:33'),(122749,43828,'action created','2021-02-26 09:42:33','2021-02-26 01:42:33'),(122750,43828,'action started via WP Cron','2021-02-26 09:44:42','2021-02-26 01:44:42'),(122751,43828,'action complete via WP Cron','2021-02-26 09:44:42','2021-02-26 01:44:42'),(122752,43829,'action created','2021-02-26 09:44:42','2021-02-26 01:44:42'),(122753,43829,'action started via WP Cron','2021-02-26 09:45:48','2021-02-26 01:45:48'),(122754,43829,'action complete via WP Cron','2021-02-26 09:45:48','2021-02-26 01:45:48'),(122755,43830,'action created','2021-02-26 09:45:48','2021-02-26 01:45:48'),(122756,43830,'action started via WP Cron','2021-02-26 09:49:23','2021-02-26 01:49:23'),(122757,43830,'action complete via WP Cron','2021-02-26 09:49:23','2021-02-26 01:49:23'),(122758,43831,'action created','2021-02-26 09:49:24','2021-02-26 01:49:24'),(122759,43831,'action started via WP Cron','2021-02-26 09:51:24','2021-02-26 01:51:24'),(122760,43831,'action complete via WP Cron','2021-02-26 09:51:24','2021-02-26 01:51:24'),(122761,43832,'action created','2021-02-26 09:51:24','2021-02-26 01:51:24'),(122762,43832,'action started via WP Cron','2021-02-26 09:57:24','2021-02-26 01:57:24'),(122763,43832,'action complete via WP Cron','2021-02-26 09:57:24','2021-02-26 01:57:24'),(122764,43833,'action created','2021-02-26 09:57:24','2021-02-26 01:57:24'),(122765,43833,'action started via WP Cron','2021-02-26 10:05:19','2021-02-26 02:05:19'),(122766,43833,'action complete via WP Cron','2021-02-26 10:05:19','2021-02-26 02:05:19'),(122767,43834,'action created','2021-02-26 10:05:19','2021-02-26 02:05:19'),(122768,43834,'action started via WP Cron','2021-02-26 10:05:56','2021-02-26 02:05:56'),(122769,43834,'action complete via WP Cron','2021-02-26 10:05:56','2021-02-26 02:05:56'),(122770,43835,'action created','2021-02-26 10:05:56','2021-02-26 02:05:56'),(122771,43835,'action started via WP Cron','2021-02-26 10:07:12','2021-02-26 02:07:12'),(122772,43835,'action complete via WP Cron','2021-02-26 10:07:12','2021-02-26 02:07:12'),(122773,43836,'action created','2021-02-26 10:07:12','2021-02-26 02:07:12'),(122774,43836,'action started via WP Cron','2021-02-26 10:08:22','2021-02-26 02:08:22'),(122775,43836,'action complete via WP Cron','2021-02-26 10:08:22','2021-02-26 02:08:22'),(122776,43837,'action created','2021-02-26 10:08:22','2021-02-26 02:08:22'),(122777,43837,'action started via WP Cron','2021-02-26 10:14:35','2021-02-26 02:14:35'),(122778,43837,'action complete via WP Cron','2021-02-26 10:14:35','2021-02-26 02:14:35'),(122779,43838,'action created','2021-02-26 10:14:35','2021-02-26 02:14:35'),(122780,43838,'action started via WP Cron','2021-02-26 10:16:10','2021-02-26 02:16:10'),(122781,43838,'action complete via WP Cron','2021-02-26 10:16:10','2021-02-26 02:16:10'),(122782,43839,'action created','2021-02-26 10:16:10','2021-02-26 02:16:10'),(122783,43839,'action started via WP Cron','2021-02-26 10:17:21','2021-02-26 02:17:21'),(122784,43839,'action complete via WP Cron','2021-02-26 10:17:21','2021-02-26 02:17:21'),(122785,43840,'action created','2021-02-26 10:17:21','2021-02-26 02:17:21'),(122786,43840,'action started via WP Cron','2021-02-26 10:18:28','2021-02-26 02:18:28'),(122787,43840,'action complete via WP Cron','2021-02-26 10:18:28','2021-02-26 02:18:28'),(122788,43841,'action created','2021-02-26 10:18:28','2021-02-26 02:18:28'),(122789,43841,'action started via WP Cron','2021-02-26 10:21:38','2021-02-26 02:21:38'),(122790,43841,'action complete via WP Cron','2021-02-26 10:21:38','2021-02-26 02:21:38'),(122791,43842,'action created','2021-02-26 10:21:38','2021-02-26 02:21:38'),(122792,43842,'action started via WP Cron','2021-02-26 10:21:49','2021-02-26 02:21:49'),(122793,43842,'action complete via WP Cron','2021-02-26 10:21:49','2021-02-26 02:21:49'),(122794,43843,'action created','2021-02-26 10:21:49','2021-02-26 02:21:49'),(122795,43843,'action started via WP Cron','2021-02-26 10:22:45','2021-02-26 02:22:45'),(122796,43843,'action complete via WP Cron','2021-02-26 10:22:45','2021-02-26 02:22:45'),(122797,43844,'action created','2021-02-26 10:22:45','2021-02-26 02:22:45'),(122798,43844,'action started via WP Cron','2021-02-26 10:23:41','2021-02-26 02:23:41'),(122799,43844,'action complete via WP Cron','2021-02-26 10:23:41','2021-02-26 02:23:41'),(122800,43845,'action created','2021-02-26 10:23:41','2021-02-26 02:23:41'),(122801,43845,'action started via WP Cron','2021-02-26 10:24:47','2021-02-26 02:24:47'),(122802,43845,'action complete via WP Cron','2021-02-26 10:24:47','2021-02-26 02:24:47'),(122803,43846,'action created','2021-02-26 10:24:47','2021-02-26 02:24:47'),(122804,43846,'action started via WP Cron','2021-02-26 10:25:43','2021-02-26 02:25:43'),(122805,43846,'action complete via WP Cron','2021-02-26 10:25:43','2021-02-26 02:25:43'),(122806,43847,'action created','2021-02-26 10:25:43','2021-02-26 02:25:43'),(122807,43847,'action started via WP Cron','2021-02-26 10:26:51','2021-02-26 02:26:51'),(122808,43847,'action complete via WP Cron','2021-02-26 10:26:51','2021-02-26 02:26:51'),(122809,43848,'action created','2021-02-26 10:26:51','2021-02-26 02:26:51'),(122810,43848,'action started via WP Cron','2021-02-26 10:27:47','2021-02-26 02:27:47'),(122811,43848,'action complete via WP Cron','2021-02-26 10:27:47','2021-02-26 02:27:47'),(122812,43849,'action created','2021-02-26 10:27:47','2021-02-26 02:27:47'),(122813,43849,'action started via WP Cron','2021-02-26 10:28:43','2021-02-26 02:28:43'),(122814,43849,'action complete via WP Cron','2021-02-26 10:28:43','2021-02-26 02:28:43'),(122815,43850,'action created','2021-02-26 10:28:43','2021-02-26 02:28:43'),(122816,43850,'action started via WP Cron','2021-02-26 10:29:49','2021-02-26 02:29:49'),(122817,43850,'action complete via WP Cron','2021-02-26 10:29:49','2021-02-26 02:29:49'),(122818,43851,'action created','2021-02-26 10:29:50','2021-02-26 02:29:50'),(122819,43851,'action started via WP Cron','2021-02-26 10:31:08','2021-02-26 02:31:08'),(122820,43851,'action complete via WP Cron','2021-02-26 10:31:08','2021-02-26 02:31:08'),(122821,43852,'action created','2021-02-26 10:31:08','2021-02-26 02:31:08'),(122822,43852,'action started via WP Cron','2021-02-26 10:31:53','2021-02-26 02:31:53'),(122823,43852,'action complete via WP Cron','2021-02-26 10:31:53','2021-02-26 02:31:53'),(122824,43853,'action created','2021-02-26 10:31:53','2021-02-26 02:31:53'),(122828,43853,'action started via WP Cron','2021-02-26 10:32:54','2021-02-26 02:32:54'),(122829,43853,'action complete via WP Cron','2021-02-26 10:32:54','2021-02-26 02:32:54'),(122830,43855,'action created','2021-02-26 10:32:54','2021-02-26 02:32:54'),(122831,43855,'action started via WP Cron','2021-02-26 10:33:55','2021-02-26 02:33:55'),(122832,43855,'action complete via WP Cron','2021-02-26 10:33:55','2021-02-26 02:33:55'),(122833,43856,'action created','2021-02-26 10:33:55','2021-02-26 02:33:55'),(122834,43856,'action started via WP Cron','2021-02-26 10:35:28','2021-02-26 02:35:28'),(122835,43856,'action complete via WP Cron','2021-02-26 10:35:28','2021-02-26 02:35:28'),(122836,43857,'action created','2021-02-26 10:35:28','2021-02-26 02:35:28'),(122837,43857,'action started via WP Cron','2021-02-26 10:43:00','2021-02-26 02:43:00'),(122838,43857,'action complete via WP Cron','2021-02-26 10:43:00','2021-02-26 02:43:00'),(122839,43858,'action created','2021-02-26 10:43:00','2021-02-26 02:43:00'),(122840,43858,'action started via WP Cron','2021-02-26 10:49:50','2021-02-26 02:49:50'),(122841,43858,'action complete via WP Cron','2021-02-26 10:49:50','2021-02-26 02:49:50'),(122842,43859,'action created','2021-02-26 10:49:50','2021-02-26 02:49:50'),(122843,43859,'action started via WP Cron','2021-02-26 10:52:08','2021-02-26 02:52:08'),(122844,43859,'action complete via WP Cron','2021-02-26 10:52:08','2021-02-26 02:52:08'),(122845,43860,'action created','2021-02-26 10:52:08','2021-02-26 02:52:08'),(122846,43860,'action started via WP Cron','2021-02-26 10:53:19','2021-02-26 02:53:19'),(122847,43860,'action complete via WP Cron','2021-02-26 10:53:19','2021-02-26 02:53:19'),(122848,43861,'action created','2021-02-26 10:53:19','2021-02-26 02:53:19'),(122849,43861,'action started via WP Cron','2021-02-26 10:55:21','2021-02-26 02:55:21'),(122850,43861,'action complete via WP Cron','2021-02-26 10:55:21','2021-02-26 02:55:21'),(122851,43862,'action created','2021-02-26 10:55:21','2021-02-26 02:55:21'),(122852,43862,'action started via WP Cron','2021-02-26 10:56:22','2021-02-26 02:56:22'),(122853,43862,'action complete via WP Cron','2021-02-26 10:56:23','2021-02-26 02:56:23'),(122854,43863,'action created','2021-02-26 10:56:23','2021-02-26 02:56:23'),(122855,43863,'action started via WP Cron','2021-02-26 10:57:23','2021-02-26 02:57:23'),(122856,43863,'action complete via WP Cron','2021-02-26 10:57:23','2021-02-26 02:57:23'),(122857,43864,'action created','2021-02-26 10:57:53','2021-02-26 02:57:53'),(122858,43864,'action started via WP Cron','2021-02-26 11:02:04','2021-02-26 03:02:04'),(122859,43864,'action complete via WP Cron','2021-02-26 11:02:04','2021-02-26 03:02:04'),(122860,43865,'action created','2021-02-26 11:02:04','2021-02-26 03:02:04'),(122861,43865,'action started via WP Cron','2021-02-26 11:15:47','2021-02-26 03:15:47'),(122862,43865,'action complete via WP Cron','2021-02-26 11:15:47','2021-02-26 03:15:47'),(122863,43866,'action created','2021-02-26 11:15:47','2021-02-26 03:15:47'),(122864,43866,'action started via WP Cron','2021-02-26 11:17:12','2021-02-26 03:17:12'),(122865,43866,'action complete via WP Cron','2021-02-26 11:17:12','2021-02-26 03:17:12'),(122866,43867,'action created','2021-02-26 11:17:12','2021-02-26 03:17:12'),(122867,43867,'action started via WP Cron','2021-02-26 11:25:23','2021-02-26 03:25:23'),(122868,43867,'action complete via WP Cron','2021-02-26 11:25:23','2021-02-26 03:25:23'),(122869,43868,'action created','2021-02-26 11:25:23','2021-02-26 03:25:23'),(122870,43868,'action started via WP Cron','2021-02-26 11:29:39','2021-02-26 03:29:39'),(122871,43868,'action complete via WP Cron','2021-02-26 11:29:39','2021-02-26 03:29:39'),(122872,43869,'action created','2021-02-26 11:29:39','2021-02-26 03:29:39'),(122873,43869,'action started via WP Cron','2021-02-26 11:33:31','2021-02-26 03:33:31'),(122874,43869,'action complete via WP Cron','2021-02-26 11:33:31','2021-02-26 03:33:31'),(122875,43870,'action created','2021-02-26 11:33:31','2021-02-26 03:33:31'),(122876,43870,'action started via WP Cron','2021-02-26 11:33:59','2021-02-26 03:33:59'),(122877,43870,'action complete via WP Cron','2021-02-26 11:33:59','2021-02-26 03:33:59'),(122878,43871,'action created','2021-02-26 11:33:59','2021-02-26 03:33:59'),(122879,43871,'action started via WP Cron','2021-02-26 11:35:33','2021-02-26 03:35:33'),(122880,43871,'action complete via WP Cron','2021-02-26 11:35:33','2021-02-26 03:35:33'),(122881,43872,'action created','2021-02-26 11:35:33','2021-02-26 03:35:33'),(122882,43872,'action started via WP Cron','2021-02-26 11:37:27','2021-02-26 03:37:27'),(122883,43872,'action complete via WP Cron','2021-02-26 11:37:27','2021-02-26 03:37:27'),(122884,43873,'action created','2021-02-26 11:37:27','2021-02-26 03:37:27'),(122885,43873,'action started via WP Cron','2021-02-26 11:38:29','2021-02-26 03:38:29'),(122886,43873,'action complete via WP Cron','2021-02-26 11:38:29','2021-02-26 03:38:29'),(122887,43874,'action created','2021-02-26 11:38:29','2021-02-26 03:38:29'),(122888,43874,'action started via WP Cron','2021-02-26 11:45:38','2021-02-26 03:45:38'),(122889,43874,'action complete via WP Cron','2021-02-26 11:45:38','2021-02-26 03:45:38'),(122890,43875,'action created','2021-02-26 11:45:38','2021-02-26 03:45:38'),(122891,43875,'action started via WP Cron','2021-02-26 11:57:11','2021-02-26 03:57:11'),(122892,43875,'action complete via WP Cron','2021-02-26 11:57:11','2021-02-26 03:57:11'),(122893,43876,'action created','2021-02-26 11:57:11','2021-02-26 03:57:11'),(122894,43876,'action started via WP Cron','2021-02-26 11:58:13','2021-02-26 03:58:13'),(122895,43876,'action complete via WP Cron','2021-02-26 11:58:13','2021-02-26 03:58:13'),(122896,43877,'action created','2021-02-26 11:58:13','2021-02-26 03:58:13'),(122897,43877,'action started via WP Cron','2021-02-26 11:59:30','2021-02-26 03:59:30'),(122898,43877,'action complete via WP Cron','2021-02-26 11:59:30','2021-02-26 03:59:30'),(122899,43878,'action created','2021-02-26 11:59:30','2021-02-26 03:59:30'),(122900,43878,'action started via WP Cron','2021-02-26 12:01:32','2021-02-26 04:01:32'),(122901,43878,'action complete via WP Cron','2021-02-26 12:01:32','2021-02-26 04:01:32'),(122902,43879,'action created','2021-02-26 12:01:32','2021-02-26 04:01:32'),(122903,43879,'action started via WP Cron','2021-02-26 12:02:03','2021-02-26 04:02:03'),(122904,43879,'action complete via WP Cron','2021-02-26 12:02:03','2021-02-26 04:02:03'),(122905,43880,'action created','2021-02-26 12:02:03','2021-02-26 04:02:03'),(122906,43880,'action started via WP Cron','2021-02-26 12:02:41','2021-02-26 04:02:41'),(122907,43880,'action complete via WP Cron','2021-02-26 12:02:41','2021-02-26 04:02:41'),(122908,43881,'action created','2021-02-26 12:02:42','2021-02-26 04:02:42'),(122909,43881,'action started via WP Cron','2021-02-26 12:13:23','2021-02-26 04:13:23'),(122910,43881,'action complete via WP Cron','2021-02-26 12:13:23','2021-02-26 04:13:23'),(122911,43882,'action created','2021-02-26 12:13:23','2021-02-26 04:13:23'),(122912,43882,'action started via WP Cron','2021-02-26 12:14:30','2021-02-26 04:14:30'),(122913,43882,'action complete via WP Cron','2021-02-26 12:14:30','2021-02-26 04:14:30'),(122914,43883,'action created','2021-02-26 12:14:30','2021-02-26 04:14:30'),(122915,43883,'action started via WP Cron','2021-02-26 12:15:30','2021-02-26 04:15:30'),(122916,43883,'action complete via WP Cron','2021-02-26 12:15:30','2021-02-26 04:15:30'),(122917,43884,'action created','2021-02-26 12:15:31','2021-02-26 04:15:31'),(122918,43884,'action started via WP Cron','2021-02-26 12:16:42','2021-02-26 04:16:42'),(122919,43884,'action complete via WP Cron','2021-02-26 12:16:42','2021-02-26 04:16:42'),(122920,43885,'action created','2021-02-26 12:16:42','2021-02-26 04:16:42'),(122921,43885,'action started via WP Cron','2021-02-26 12:18:33','2021-02-26 04:18:33'),(122922,43885,'action complete via WP Cron','2021-02-26 12:18:33','2021-02-26 04:18:33'),(122923,43886,'action created','2021-02-26 12:18:34','2021-02-26 04:18:34'),(122924,43886,'action started via WP Cron','2021-02-26 12:19:05','2021-02-26 04:19:05'),(122925,43886,'action complete via WP Cron','2021-02-26 12:19:05','2021-02-26 04:19:05'),(122926,43887,'action created','2021-02-26 12:19:05','2021-02-26 04:19:05'),(122927,43887,'action started via WP Cron','2021-02-26 12:21:48','2021-02-26 04:21:48'),(122928,43887,'action complete via WP Cron','2021-02-26 12:21:48','2021-02-26 04:21:48'),(122929,43888,'action created','2021-02-26 12:21:48','2021-02-26 04:21:48'),(122930,43888,'action started via WP Cron','2021-02-26 12:24:00','2021-02-26 04:24:00'),(122931,43888,'action complete via WP Cron','2021-02-26 12:24:00','2021-02-26 04:24:00'),(122932,43889,'action created','2021-02-26 12:24:00','2021-02-26 04:24:00'),(122933,43889,'action started via WP Cron','2021-02-26 12:25:58','2021-02-26 04:25:58'),(122934,43889,'action complete via WP Cron','2021-02-26 12:25:58','2021-02-26 04:25:58'),(122935,43890,'action created','2021-02-26 12:25:59','2021-02-26 04:25:59'),(122936,43890,'action started via WP Cron','2021-02-26 12:33:47','2021-02-26 04:33:47'),(122937,43890,'action complete via WP Cron','2021-02-26 12:33:47','2021-02-26 04:33:47'),(122938,43891,'action created','2021-02-26 12:33:47','2021-02-26 04:33:47'),(122939,43891,'action started via WP Cron','2021-02-26 12:39:17','2021-02-26 04:39:17'),(122940,43891,'action complete via WP Cron','2021-02-26 12:39:17','2021-02-26 04:39:17'),(122941,43892,'action created','2021-02-26 12:39:17','2021-02-26 04:39:17'),(122942,43892,'action started via WP Cron','2021-02-26 12:40:24','2021-02-26 04:40:24'),(122943,43892,'action complete via WP Cron','2021-02-26 12:40:24','2021-02-26 04:40:24'),(122944,43893,'action created','2021-02-26 12:40:25','2021-02-26 04:40:25'),(122945,43893,'action started via WP Cron','2021-02-26 12:41:13','2021-02-26 04:41:13'),(122946,43893,'action complete via WP Cron','2021-02-26 12:41:13','2021-02-26 04:41:13'),(122947,43894,'action created','2021-02-26 12:41:13','2021-02-26 04:41:13'),(122948,43894,'action started via WP Cron','2021-02-26 12:43:27','2021-02-26 04:43:27'),(122949,43894,'action complete via WP Cron','2021-02-26 12:43:27','2021-02-26 04:43:27'),(122950,43895,'action created','2021-02-26 12:43:27','2021-02-26 04:43:27'),(122951,43895,'action started via WP Cron','2021-02-26 12:44:28','2021-02-26 04:44:28'),(122952,43895,'action complete via WP Cron','2021-02-26 12:44:28','2021-02-26 04:44:28'),(122953,43896,'action created','2021-02-26 12:44:28','2021-02-26 04:44:28'),(122954,43896,'action started via WP Cron','2021-02-26 12:45:30','2021-02-26 04:45:30'),(122955,43896,'action complete via WP Cron','2021-02-26 12:45:30','2021-02-26 04:45:30'),(122956,43897,'action created','2021-02-26 12:45:30','2021-02-26 04:45:30'),(122957,43897,'action started via WP Cron','2021-02-26 12:47:04','2021-02-26 04:47:04'),(122958,43897,'action complete via WP Cron','2021-02-26 12:47:04','2021-02-26 04:47:04'),(122959,43898,'action created','2021-02-26 12:47:04','2021-02-26 04:47:04'),(122960,43898,'action started via WP Cron','2021-02-26 12:48:42','2021-02-26 04:48:42'),(122961,43898,'action complete via WP Cron','2021-02-26 12:48:42','2021-02-26 04:48:42'),(122962,43899,'action created','2021-02-26 12:48:42','2021-02-26 04:48:42'),(122963,43899,'action started via WP Cron','2021-02-26 12:51:42','2021-02-26 04:51:42'),(122964,43899,'action complete via WP Cron','2021-02-26 12:51:42','2021-02-26 04:51:42'),(122965,43900,'action created','2021-02-26 12:51:42','2021-02-26 04:51:42'),(122966,43900,'action started via WP Cron','2021-02-26 13:02:41','2021-02-26 05:02:41'),(122967,43900,'action complete via WP Cron','2021-02-26 13:02:41','2021-02-26 05:02:41'),(122968,43901,'action created','2021-02-26 13:02:41','2021-02-26 05:02:41'),(122969,43901,'action started via WP Cron','2021-02-26 13:04:36','2021-02-26 05:04:36'),(122970,43901,'action complete via WP Cron','2021-02-26 13:04:36','2021-02-26 05:04:36'),(122971,43902,'action created','2021-02-26 13:04:36','2021-02-26 05:04:36'),(122972,43902,'action started via WP Cron','2021-02-26 13:05:38','2021-02-26 05:05:38'),(122973,43902,'action complete via WP Cron','2021-02-26 13:05:38','2021-02-26 05:05:38'),(122974,43903,'action created','2021-02-26 13:06:38','2021-02-26 05:06:38'),(122975,43903,'action started via WP Cron','2021-02-26 13:07:40','2021-02-26 05:07:40'),(122976,43903,'action complete via WP Cron','2021-02-26 13:07:40','2021-02-26 05:07:40'),(122977,43904,'action created','2021-02-26 13:07:40','2021-02-26 05:07:40'),(122978,43904,'action started via WP Cron','2021-02-26 13:08:56','2021-02-26 05:08:56'),(122979,43904,'action complete via WP Cron','2021-02-26 13:08:56','2021-02-26 05:08:56'),(122980,43905,'action created','2021-02-26 13:08:56','2021-02-26 05:08:56'),(122981,43905,'action started via WP Cron','2021-02-26 13:11:38','2021-02-26 05:11:38'),(122982,43905,'action complete via WP Cron','2021-02-26 13:11:38','2021-02-26 05:11:38'),(122983,43906,'action created','2021-02-26 13:11:38','2021-02-26 05:11:38'),(122984,43906,'action started via WP Cron','2021-02-26 13:13:13','2021-02-26 05:13:13'),(122985,43906,'action complete via WP Cron','2021-02-26 13:13:13','2021-02-26 05:13:13'),(122986,43907,'action created','2021-02-26 13:13:14','2021-02-26 05:13:14'),(122987,43907,'action started via WP Cron','2021-02-26 13:14:00','2021-02-26 05:14:00'),(122988,43907,'action complete via WP Cron','2021-02-26 13:14:00','2021-02-26 05:14:00'),(122989,43908,'action created','2021-02-26 13:14:00','2021-02-26 05:14:00'),(122990,43908,'action started via WP Cron','2021-02-26 13:19:41','2021-02-26 05:19:41'),(122991,43908,'action complete via WP Cron','2021-02-26 13:19:41','2021-02-26 05:19:41'),(122992,43909,'action created','2021-02-26 13:19:41','2021-02-26 05:19:41'),(122993,43909,'action started via WP Cron','2021-02-26 13:20:42','2021-02-26 05:20:42'),(122994,43909,'action complete via WP Cron','2021-02-26 13:20:42','2021-02-26 05:20:42'),(122995,43910,'action created','2021-02-26 13:20:42','2021-02-26 05:20:42'),(122996,43910,'action started via WP Cron','2021-02-26 13:21:56','2021-02-26 05:21:56'),(122997,43910,'action complete via WP Cron','2021-02-26 13:21:56','2021-02-26 05:21:56'),(122998,43911,'action created','2021-02-26 13:21:56','2021-02-26 05:21:56'),(122999,43911,'action started via WP Cron','2021-02-26 13:22:44','2021-02-26 05:22:44'),(123000,43911,'action complete via WP Cron','2021-02-26 13:22:44','2021-02-26 05:22:44'),(123001,43912,'action created','2021-02-26 13:22:44','2021-02-26 05:22:44'),(123002,43912,'action started via WP Cron','2021-02-26 13:23:41','2021-02-26 05:23:41'),(123003,43912,'action complete via WP Cron','2021-02-26 13:23:41','2021-02-26 05:23:41'),(123004,43913,'action created','2021-02-26 13:23:41','2021-02-26 05:23:41'),(123005,43913,'action started via WP Cron','2021-02-26 13:24:41','2021-02-26 05:24:41'),(123006,43913,'action complete via WP Cron','2021-02-26 13:24:41','2021-02-26 05:24:41'),(123007,43914,'action created','2021-02-26 13:24:41','2021-02-26 05:24:41'),(123008,43914,'action started via WP Cron','2021-02-26 13:25:40','2021-02-26 05:25:40'),(123009,43914,'action complete via WP Cron','2021-02-26 13:25:40','2021-02-26 05:25:40'),(123010,43915,'action created','2021-02-26 13:25:41','2021-02-26 05:25:41'),(123011,43915,'action started via WP Cron','2021-02-26 13:26:41','2021-02-26 05:26:41'),(123012,43915,'action complete via WP Cron','2021-02-26 13:26:41','2021-02-26 05:26:41'),(123013,43916,'action created','2021-02-26 13:26:43','2021-02-26 05:26:43'),(123014,43916,'action started via WP Cron','2021-02-26 13:27:41','2021-02-26 05:27:41'),(123015,43916,'action complete via WP Cron','2021-02-26 13:27:41','2021-02-26 05:27:41'),(123016,43917,'action created','2021-02-26 13:27:41','2021-02-26 05:27:41'),(123017,43917,'action started via WP Cron','2021-02-26 13:28:41','2021-02-26 05:28:41'),(123018,43917,'action complete via WP Cron','2021-02-26 13:28:41','2021-02-26 05:28:41'),(123019,43918,'action created','2021-02-26 13:28:42','2021-02-26 05:28:42'),(123020,43918,'action started via WP Cron','2021-02-26 13:29:42','2021-02-26 05:29:42'),(123021,43918,'action complete via WP Cron','2021-02-26 13:29:42','2021-02-26 05:29:42'),(123022,43919,'action created','2021-02-26 13:29:42','2021-02-26 05:29:42'),(123023,43919,'action started via WP Cron','2021-02-26 13:30:50','2021-02-26 05:30:50'),(123024,43919,'action complete via WP Cron','2021-02-26 13:30:50','2021-02-26 05:30:50'),(123025,43920,'action created','2021-02-26 13:30:50','2021-02-26 05:30:50'),(123026,43920,'action started via WP Cron','2021-02-26 13:31:41','2021-02-26 05:31:41'),(123027,43920,'action complete via WP Cron','2021-02-26 13:31:41','2021-02-26 05:31:41'),(123028,43921,'action created','2021-02-26 13:31:41','2021-02-26 05:31:41'),(123029,43921,'action started via WP Cron','2021-02-26 13:32:41','2021-02-26 05:32:41'),(123030,43921,'action complete via WP Cron','2021-02-26 13:32:41','2021-02-26 05:32:41'),(123031,43922,'action created','2021-02-26 13:32:42','2021-02-26 05:32:42'),(123032,43922,'action started via WP Cron','2021-02-26 13:34:13','2021-02-26 05:34:13'),(123033,43922,'action complete via WP Cron','2021-02-26 13:34:13','2021-02-26 05:34:13'),(123034,43923,'action created','2021-02-26 13:34:13','2021-02-26 05:34:13'),(123035,43923,'action started via WP Cron','2021-02-26 13:35:00','2021-02-26 05:35:00'),(123036,43923,'action complete via WP Cron','2021-02-26 13:35:00','2021-02-26 05:35:00'),(123037,43924,'action created','2021-02-26 13:35:00','2021-02-26 05:35:00'),(123038,43924,'action started via WP Cron','2021-02-26 13:38:50','2021-02-26 05:38:50'),(123039,43924,'action complete via WP Cron','2021-02-26 13:38:50','2021-02-26 05:38:50'),(123040,43925,'action created','2021-02-26 13:38:50','2021-02-26 05:38:50'),(123041,43925,'action started via WP Cron','2021-02-26 13:41:24','2021-02-26 05:41:24'),(123042,43925,'action complete via WP Cron','2021-02-26 13:41:24','2021-02-26 05:41:24'),(123043,43926,'action created','2021-02-26 13:41:24','2021-02-26 05:41:24'),(123044,43926,'action started via WP Cron','2021-02-26 13:41:51','2021-02-26 05:41:51'),(123045,43926,'action complete via WP Cron','2021-02-26 13:41:51','2021-02-26 05:41:51'),(123046,43927,'action created','2021-02-26 13:41:51','2021-02-26 05:41:51'),(123047,43927,'action started via WP Cron','2021-02-26 13:42:51','2021-02-26 05:42:51'),(123048,43927,'action complete via WP Cron','2021-02-26 13:42:51','2021-02-26 05:42:51'),(123049,43928,'action created','2021-02-26 13:42:52','2021-02-26 05:42:52'),(123050,43928,'action started via WP Cron','2021-02-26 13:45:14','2021-02-26 05:45:14'),(123051,43928,'action complete via WP Cron','2021-02-26 13:45:14','2021-02-26 05:45:14'),(123052,43929,'action created','2021-02-26 13:45:14','2021-02-26 05:45:14'),(123053,43929,'action started via WP Cron','2021-02-26 13:46:29','2021-02-26 05:46:29'),(123054,43929,'action complete via WP Cron','2021-02-26 13:46:29','2021-02-26 05:46:29'),(123055,43930,'action created','2021-02-26 13:46:29','2021-02-26 05:46:29'),(123056,43930,'action started via WP Cron','2021-02-26 13:46:59','2021-02-26 05:46:59'),(123057,43930,'action complete via WP Cron','2021-02-26 13:46:59','2021-02-26 05:46:59'),(123058,43931,'action created','2021-02-26 13:46:59','2021-02-26 05:46:59'),(123059,43931,'action started via WP Cron','2021-02-26 13:47:41','2021-02-26 05:47:41'),(123060,43931,'action complete via WP Cron','2021-02-26 13:47:41','2021-02-26 05:47:41'),(123061,43932,'action created','2021-02-26 13:47:41','2021-02-26 05:47:41'),(123062,43932,'action started via WP Cron','2021-02-26 13:53:07','2021-02-26 05:53:07'),(123063,43932,'action complete via WP Cron','2021-02-26 13:53:07','2021-02-26 05:53:07'),(123064,43933,'action created','2021-02-26 13:53:07','2021-02-26 05:53:07'),(123065,43933,'action started via WP Cron','2021-02-26 13:53:53','2021-02-26 05:53:53'),(123066,43933,'action complete via WP Cron','2021-02-26 13:53:53','2021-02-26 05:53:53'),(123067,43934,'action created','2021-02-26 13:53:53','2021-02-26 05:53:53'),(123068,43934,'action started via WP Cron','2021-02-26 13:56:34','2021-02-26 05:56:34'),(123069,43934,'action complete via WP Cron','2021-02-26 13:56:34','2021-02-26 05:56:34'),(123070,43935,'action created','2021-02-26 13:56:35','2021-02-26 05:56:35'),(123071,43935,'action started via WP Cron','2021-02-26 14:04:09','2021-02-26 06:04:09'),(123072,43935,'action complete via WP Cron','2021-02-26 14:04:09','2021-02-26 06:04:09'),(123073,43936,'action created','2021-02-26 14:04:09','2021-02-26 06:04:09'),(123074,43936,'action started via WP Cron','2021-02-26 14:05:07','2021-02-26 06:05:07'),(123075,43936,'action complete via WP Cron','2021-02-26 14:05:07','2021-02-26 06:05:07'),(123076,43937,'action created','2021-02-26 14:06:58','2021-02-26 06:06:58'),(123077,43937,'action started via WP Cron','2021-02-26 14:07:59','2021-02-26 06:07:59'),(123078,43937,'action complete via WP Cron','2021-02-26 14:07:59','2021-02-26 06:07:59'),(123079,43938,'action created','2021-02-26 14:07:59','2021-02-26 06:07:59'),(123080,43938,'action started via WP Cron','2021-02-26 14:09:02','2021-02-26 06:09:02'),(123081,43938,'action complete via WP Cron','2021-02-26 14:09:02','2021-02-26 06:09:02'),(123082,43939,'action created','2021-02-26 14:09:02','2021-02-26 06:09:02'),(123083,43939,'action started via WP Cron','2021-02-26 14:10:07','2021-02-26 06:10:07'),(123084,43939,'action complete via WP Cron','2021-02-26 14:10:07','2021-02-26 06:10:07'),(123085,43940,'action created','2021-02-26 14:10:07','2021-02-26 06:10:07'),(123086,43940,'action started via WP Cron','2021-02-26 14:15:27','2021-02-26 06:15:27'),(123087,43940,'action complete via WP Cron','2021-02-26 14:15:27','2021-02-26 06:15:27'),(123088,43941,'action created','2021-02-26 14:15:27','2021-02-26 06:15:27'),(123089,43941,'action started via WP Cron','2021-02-26 14:24:00','2021-02-26 06:24:00'),(123090,43941,'action complete via WP Cron','2021-02-26 14:24:00','2021-02-26 06:24:00'),(123091,43942,'action created','2021-02-26 14:24:00','2021-02-26 06:24:00'),(123092,43942,'action started via WP Cron','2021-02-26 14:25:38','2021-02-26 06:25:38'),(123093,43942,'action complete via WP Cron','2021-02-26 14:25:38','2021-02-26 06:25:38'),(123094,43943,'action created','2021-02-26 14:25:39','2021-02-26 06:25:39'),(123095,43943,'action started via WP Cron','2021-02-26 14:27:40','2021-02-26 06:27:40'),(123096,43943,'action complete via WP Cron','2021-02-26 14:27:40','2021-02-26 06:27:40'),(123097,43944,'action created','2021-02-26 14:27:41','2021-02-26 06:27:41'),(123098,43944,'action started via WP Cron','2021-02-26 14:29:43','2021-02-26 06:29:43'),(123099,43944,'action complete via WP Cron','2021-02-26 14:29:43','2021-02-26 06:29:43'),(123100,43945,'action created','2021-02-26 14:29:43','2021-02-26 06:29:43'),(123101,43945,'action started via WP Cron','2021-02-26 14:30:44','2021-02-26 06:30:44'),(123102,43945,'action complete via WP Cron','2021-02-26 14:30:44','2021-02-26 06:30:44'),(123103,43946,'action created','2021-02-26 14:30:44','2021-02-26 06:30:44'),(123104,43946,'action started via WP Cron','2021-02-26 14:33:04','2021-02-26 06:33:04'),(123105,43946,'action complete via WP Cron','2021-02-26 14:33:04','2021-02-26 06:33:04'),(123106,43947,'action created','2021-02-26 14:33:04','2021-02-26 06:33:04'),(123107,43947,'action started via WP Cron','2021-02-26 14:35:40','2021-02-26 06:35:40'),(123108,43947,'action complete via WP Cron','2021-02-26 14:35:40','2021-02-26 06:35:40'),(123109,43948,'action created','2021-02-26 14:35:40','2021-02-26 06:35:40'),(123110,43948,'action started via WP Cron','2021-02-26 14:37:14','2021-02-26 06:37:14'),(123111,43948,'action complete via WP Cron','2021-02-26 14:37:14','2021-02-26 06:37:14'),(123112,43949,'action created','2021-02-26 14:37:14','2021-02-26 06:37:14'),(123113,43949,'action started via WP Cron','2021-02-26 14:39:40','2021-02-26 06:39:40'),(123114,43949,'action complete via WP Cron','2021-02-26 14:39:40','2021-02-26 06:39:40'),(123115,43950,'action created','2021-02-26 14:39:40','2021-02-26 06:39:40'),(123116,43950,'action started via WP Cron','2021-02-26 14:42:19','2021-02-26 06:42:19'),(123117,43950,'action complete via WP Cron','2021-02-26 14:42:19','2021-02-26 06:42:19'),(123118,43951,'action created','2021-02-26 14:42:19','2021-02-26 06:42:19'),(123119,43951,'action started via WP Cron','2021-02-26 14:48:33','2021-02-26 06:48:33'),(123120,43951,'action complete via WP Cron','2021-02-26 14:48:33','2021-02-26 06:48:33'),(123121,43952,'action created','2021-02-26 14:48:34','2021-02-26 06:48:34'),(123122,43952,'action started via WP Cron','2021-02-26 14:50:33','2021-02-26 06:50:33'),(123123,43952,'action complete via WP Cron','2021-02-26 14:50:33','2021-02-26 06:50:33'),(123124,43953,'action created','2021-02-26 14:50:33','2021-02-26 06:50:33'),(123125,43953,'action started via WP Cron','2021-02-26 14:51:33','2021-02-26 06:51:33'),(123126,43953,'action complete via WP Cron','2021-02-26 14:51:33','2021-02-26 06:51:33'),(123127,43954,'action created','2021-02-26 14:51:33','2021-02-26 06:51:33'),(123128,43954,'action started via WP Cron','2021-02-26 14:52:34','2021-02-26 06:52:34'),(123129,43954,'action complete via WP Cron','2021-02-26 14:52:34','2021-02-26 06:52:34'),(123130,43955,'action created','2021-02-26 14:52:34','2021-02-26 06:52:34'),(123131,43955,'action started via WP Cron','2021-02-26 14:55:52','2021-02-26 06:55:52'),(123132,43955,'action complete via WP Cron','2021-02-26 14:55:52','2021-02-26 06:55:52'),(123133,43956,'action created','2021-02-26 14:55:52','2021-02-26 06:55:52'),(123134,43956,'action started via WP Cron','2021-02-26 14:57:44','2021-02-26 06:57:44'),(123135,43956,'action complete via WP Cron','2021-02-26 14:57:44','2021-02-26 06:57:44'),(123136,43957,'action created','2021-02-26 14:57:44','2021-02-26 06:57:44'),(123137,43957,'action started via WP Cron','2021-02-26 15:00:00','2021-02-26 07:00:00'),(123138,43957,'action complete via WP Cron','2021-02-26 15:00:00','2021-02-26 07:00:00'),(123139,43958,'action created','2021-02-26 15:00:01','2021-02-26 07:00:01'),(123140,43958,'action started via WP Cron','2021-02-26 15:01:10','2021-02-26 07:01:10'),(123141,43958,'action complete via WP Cron','2021-02-26 15:01:10','2021-02-26 07:01:10'),(123142,43959,'action created','2021-02-26 15:01:10','2021-02-26 07:01:10'),(123143,43959,'action started via WP Cron','2021-02-26 15:07:22','2021-02-26 07:07:22'),(123144,43959,'action complete via WP Cron','2021-02-26 15:07:22','2021-02-26 07:07:22'),(123145,43960,'action created','2021-02-26 15:07:22','2021-02-26 07:07:22'),(123146,43960,'action started via WP Cron','2021-02-26 15:09:24','2021-02-26 07:09:24'),(123147,43960,'action complete via WP Cron','2021-02-26 15:09:24','2021-02-26 07:09:24'),(123148,43961,'action created','2021-02-26 15:09:24','2021-02-26 07:09:24'),(123149,43961,'action started via WP Cron','2021-02-26 15:10:17','2021-02-26 07:10:17'),(123150,43961,'action complete via WP Cron','2021-02-26 15:10:17','2021-02-26 07:10:17'),(123151,43962,'action created','2021-02-26 15:10:17','2021-02-26 07:10:17'),(123152,43962,'action started via WP Cron','2021-02-26 15:11:35','2021-02-26 07:11:35'),(123153,43962,'action complete via WP Cron','2021-02-26 15:11:35','2021-02-26 07:11:35'),(123154,43963,'action created','2021-02-26 15:11:35','2021-02-26 07:11:35'),(123155,43963,'action started via WP Cron','2021-02-26 15:12:46','2021-02-26 07:12:46'),(123156,43963,'action complete via WP Cron','2021-02-26 15:12:46','2021-02-26 07:12:46'),(123157,43964,'action created','2021-02-26 15:12:47','2021-02-26 07:12:47'),(123158,43964,'action started via WP Cron','2021-02-26 15:14:19','2021-02-26 07:14:19'),(123159,43964,'action complete via WP Cron','2021-02-26 15:14:19','2021-02-26 07:14:19'),(123160,43965,'action created','2021-02-26 15:17:20','2021-02-26 07:17:20'),(123161,43965,'action started via WP Cron','2021-02-26 15:18:45','2021-02-26 07:18:45'),(123162,43965,'action complete via WP Cron','2021-02-26 15:18:45','2021-02-26 07:18:45'),(123163,43966,'action created','2021-02-26 15:18:45','2021-02-26 07:18:45'),(123164,43966,'action started via WP Cron','2021-02-26 15:20:01','2021-02-26 07:20:01'),(123165,43966,'action complete via WP Cron','2021-02-26 15:20:01','2021-02-26 07:20:01'),(123166,43967,'action created','2021-02-26 15:20:01','2021-02-26 07:20:01'),(123167,43967,'action started via WP Cron','2021-02-26 15:21:01','2021-02-26 07:21:01'),(123168,43967,'action complete via WP Cron','2021-02-26 15:21:01','2021-02-26 07:21:01'),(123169,43968,'action created','2021-02-26 15:21:01','2021-02-26 07:21:01'),(123170,43968,'action started via WP Cron','2021-02-26 15:22:03','2021-02-26 07:22:03'),(123171,43968,'action complete via WP Cron','2021-02-26 15:22:03','2021-02-26 07:22:03'),(123172,43969,'action created','2021-02-26 15:22:03','2021-02-26 07:22:03'),(123173,43969,'action started via WP Cron','2021-02-26 15:24:05','2021-02-26 07:24:05'),(123174,43969,'action complete via WP Cron','2021-02-26 15:24:05','2021-02-26 07:24:05'),(123175,43970,'action created','2021-02-26 15:24:05','2021-02-26 07:24:05'),(123176,43970,'action started via WP Cron','2021-02-26 15:25:05','2021-02-26 07:25:05'),(123177,43970,'action complete via WP Cron','2021-02-26 15:25:05','2021-02-26 07:25:05'),(123178,43971,'action created','2021-02-26 15:27:07','2021-02-26 07:27:07'),(123179,43971,'action started via WP Cron','2021-02-26 15:27:52','2021-02-26 07:27:52'),(123180,43971,'action complete via WP Cron','2021-02-26 15:27:52','2021-02-26 07:27:52'),(123181,43972,'action created','2021-02-26 15:27:52','2021-02-26 07:27:52'),(123182,43972,'action started via WP Cron','2021-02-26 15:28:46','2021-02-26 07:28:46'),(123183,43972,'action complete via WP Cron','2021-02-26 15:28:46','2021-02-26 07:28:46'),(123184,43973,'action created','2021-02-26 15:28:46','2021-02-26 07:28:46'),(123185,43973,'action started via WP Cron','2021-02-26 15:29:43','2021-02-26 07:29:43'),(123186,43973,'action complete via WP Cron','2021-02-26 15:29:43','2021-02-26 07:29:43'),(123187,43974,'action created','2021-02-26 15:29:43','2021-02-26 07:29:43'),(123188,43974,'action started via WP Cron','2021-02-26 15:30:43','2021-02-26 07:30:43'),(123189,43974,'action complete via WP Cron','2021-02-26 15:30:43','2021-02-26 07:30:43'),(123190,43975,'action created','2021-02-26 15:30:43','2021-02-26 07:30:43'),(123191,43975,'action started via WP Cron','2021-02-26 15:31:44','2021-02-26 07:31:44'),(123192,43975,'action complete via WP Cron','2021-02-26 15:31:44','2021-02-26 07:31:44'),(123193,43976,'action created','2021-02-26 15:31:44','2021-02-26 07:31:44'),(123194,43976,'action started via WP Cron','2021-02-26 15:32:42','2021-02-26 07:32:42'),(123195,43976,'action complete via WP Cron','2021-02-26 15:32:42','2021-02-26 07:32:42'),(123196,43977,'action created','2021-02-26 15:32:42','2021-02-26 07:32:42'),(123197,43977,'action started via WP Cron','2021-02-26 15:33:45','2021-02-26 07:33:45'),(123198,43977,'action complete via WP Cron','2021-02-26 15:33:45','2021-02-26 07:33:45'),(123199,43978,'action created','2021-02-26 15:33:46','2021-02-26 07:33:46'),(123200,43978,'action started via WP Cron','2021-02-26 15:34:42','2021-02-26 07:34:42'),(123201,43978,'action complete via WP Cron','2021-02-26 15:34:42','2021-02-26 07:34:42'),(123202,43979,'action created','2021-02-26 15:34:42','2021-02-26 07:34:42'),(123203,43979,'action started via WP Cron','2021-02-26 15:35:48','2021-02-26 07:35:48'),(123204,43979,'action complete via WP Cron','2021-02-26 15:35:48','2021-02-26 07:35:48'),(123205,43980,'action created','2021-02-26 15:36:08','2021-02-26 07:36:08'),(123206,43980,'action started via WP Cron','2021-02-26 15:37:06','2021-02-26 07:37:06'),(123207,43980,'action complete via WP Cron','2021-02-26 15:37:06','2021-02-26 07:37:06'),(123208,43981,'action created','2021-02-26 15:37:06','2021-02-26 07:37:06'),(123209,43981,'action started via WP Cron','2021-02-26 15:38:29','2021-02-26 07:38:29'),(123210,43981,'action complete via WP Cron','2021-02-26 15:38:29','2021-02-26 07:38:29'),(123211,43982,'action created','2021-02-26 15:38:29','2021-02-26 07:38:29'),(123212,43982,'action started via WP Cron','2021-02-26 15:38:48','2021-02-26 07:38:48'),(123213,43982,'action complete via WP Cron','2021-02-26 15:38:48','2021-02-26 07:38:48'),(123214,43983,'action created','2021-02-26 15:38:48','2021-02-26 07:38:48'),(123215,43983,'action started via WP Cron','2021-02-26 15:39:48','2021-02-26 07:39:48'),(123216,43983,'action complete via WP Cron','2021-02-26 15:39:48','2021-02-26 07:39:48'),(123217,43984,'action created','2021-02-26 15:39:48','2021-02-26 07:39:48'),(123218,43984,'action started via WP Cron','2021-02-26 15:40:48','2021-02-26 07:40:48'),(123219,43984,'action complete via WP Cron','2021-02-26 15:40:48','2021-02-26 07:40:48'),(123220,43985,'action created','2021-02-26 15:40:48','2021-02-26 07:40:48'),(123221,43985,'action started via WP Cron','2021-02-26 15:41:52','2021-02-26 07:41:52'),(123222,43985,'action complete via WP Cron','2021-02-26 15:41:52','2021-02-26 07:41:52'),(123223,43986,'action created','2021-02-26 15:41:52','2021-02-26 07:41:52'),(123224,43986,'action started via WP Cron','2021-02-26 15:42:52','2021-02-26 07:42:52'),(123225,43986,'action complete via WP Cron','2021-02-26 15:42:52','2021-02-26 07:42:52'),(123226,43987,'action created','2021-02-26 15:42:52','2021-02-26 07:42:52'),(123227,43987,'action started via WP Cron','2021-02-26 15:43:57','2021-02-26 07:43:57'),(123228,43987,'action complete via WP Cron','2021-02-26 15:43:57','2021-02-26 07:43:57'),(123229,43988,'action created','2021-02-26 15:43:57','2021-02-26 07:43:57'),(123230,43988,'action started via WP Cron','2021-02-26 15:45:03','2021-02-26 07:45:03'),(123231,43988,'action complete via WP Cron','2021-02-26 15:45:03','2021-02-26 07:45:03'),(123232,43989,'action created','2021-02-26 15:45:04','2021-02-26 07:45:04'),(123233,43989,'action started via WP Cron','2021-02-26 15:45:59','2021-02-26 07:45:59'),(123234,43989,'action complete via WP Cron','2021-02-26 15:45:59','2021-02-26 07:45:59'),(123235,43990,'action created','2021-02-26 15:45:59','2021-02-26 07:45:59'),(123236,43990,'action started via WP Cron','2021-02-26 15:46:52','2021-02-26 07:46:52'),(123237,43990,'action complete via WP Cron','2021-02-26 15:46:52','2021-02-26 07:46:52'),(123238,43991,'action created','2021-02-26 15:46:52','2021-02-26 07:46:52'),(123239,43991,'action started via WP Cron','2021-02-26 15:48:11','2021-02-26 07:48:11'),(123240,43991,'action complete via WP Cron','2021-02-26 15:48:11','2021-02-26 07:48:11'),(123241,43992,'action created','2021-02-26 15:48:11','2021-02-26 07:48:11'),(123242,43992,'action started via WP Cron','2021-02-26 15:48:54','2021-02-26 07:48:54'),(123243,43992,'action complete via WP Cron','2021-02-26 15:48:54','2021-02-26 07:48:54'),(123244,43993,'action created','2021-02-26 15:48:54','2021-02-26 07:48:54'),(123245,43993,'action started via WP Cron','2021-02-26 15:49:58','2021-02-26 07:49:58'),(123246,43993,'action complete via WP Cron','2021-02-26 15:49:58','2021-02-26 07:49:58'),(123247,43994,'action created','2021-02-26 15:49:58','2021-02-26 07:49:58'),(123248,43994,'action started via WP Cron','2021-02-26 15:50:51','2021-02-26 07:50:51'),(123249,43994,'action complete via WP Cron','2021-02-26 15:50:51','2021-02-26 07:50:51'),(123250,43995,'action created','2021-02-26 15:50:51','2021-02-26 07:50:51'),(123251,43995,'action started via WP Cron','2021-02-26 15:51:52','2021-02-26 07:51:52'),(123252,43995,'action complete via WP Cron','2021-02-26 15:51:52','2021-02-26 07:51:52'),(123253,43996,'action created','2021-02-26 15:51:53','2021-02-26 07:51:53'),(123254,43996,'action started via WP Cron','2021-02-26 15:53:00','2021-02-26 07:53:00'),(123255,43996,'action complete via WP Cron','2021-02-26 15:53:00','2021-02-26 07:53:00'),(123256,43997,'action created','2021-02-26 15:53:00','2021-02-26 07:53:00'),(123257,43997,'action started via WP Cron','2021-02-26 15:53:57','2021-02-26 07:53:57'),(123258,43997,'action complete via WP Cron','2021-02-26 15:53:57','2021-02-26 07:53:57'),(123259,43998,'action created','2021-02-26 15:53:57','2021-02-26 07:53:57'),(123260,43998,'action started via WP Cron','2021-02-26 15:54:56','2021-02-26 07:54:56'),(123261,43998,'action complete via WP Cron','2021-02-26 15:54:56','2021-02-26 07:54:56'),(123262,43999,'action created','2021-02-26 15:54:56','2021-02-26 07:54:56'),(123263,43999,'action started via WP Cron','2021-02-26 15:55:41','2021-02-26 07:55:41'),(123264,43999,'action complete via WP Cron','2021-02-26 15:55:41','2021-02-26 07:55:41'),(123265,44000,'action created','2021-02-26 15:55:41','2021-02-26 07:55:41'),(123266,44000,'action started via WP Cron','2021-02-26 15:56:40','2021-02-26 07:56:40'),(123267,44000,'action complete via WP Cron','2021-02-26 15:56:40','2021-02-26 07:56:40'),(123268,44001,'action created','2021-02-26 15:56:41','2021-02-26 07:56:41'),(123269,44001,'action started via WP Cron','2021-02-26 15:57:51','2021-02-26 07:57:51'),(123270,44001,'action complete via WP Cron','2021-02-26 15:57:51','2021-02-26 07:57:51'),(123271,44002,'action created','2021-02-26 15:57:51','2021-02-26 07:57:51'),(123272,44002,'action started via WP Cron','2021-02-26 15:58:51','2021-02-26 07:58:51'),(123273,44002,'action complete via WP Cron','2021-02-26 15:58:51','2021-02-26 07:58:51'),(123274,44003,'action created','2021-02-26 15:58:51','2021-02-26 07:58:51'),(123275,44003,'action started via WP Cron','2021-02-26 15:59:42','2021-02-26 07:59:42'),(123276,44003,'action complete via WP Cron','2021-02-26 15:59:42','2021-02-26 07:59:42'),(123277,44004,'action created','2021-02-26 15:59:42','2021-02-26 07:59:42'),(123278,44004,'action started via WP Cron','2021-02-26 16:06:15','2021-02-26 08:06:15'),(123279,44004,'action complete via WP Cron','2021-02-26 16:06:15','2021-02-26 08:06:15'),(123280,44005,'action created','2021-02-26 16:06:15','2021-02-26 08:06:15'),(123281,44005,'action started via WP Cron','2021-02-26 16:08:53','2021-02-26 08:08:53'),(123282,44005,'action complete via WP Cron','2021-02-26 16:08:53','2021-02-26 08:08:53'),(123283,44006,'action created','2021-02-26 16:08:53','2021-02-26 08:08:53'),(123284,44006,'action started via WP Cron','2021-02-26 16:10:24','2021-02-26 08:10:24'),(123285,44006,'action complete via WP Cron','2021-02-26 16:10:24','2021-02-26 08:10:24'),(123286,44007,'action created','2021-02-26 16:10:24','2021-02-26 08:10:24'),(123287,44007,'action started via WP Cron','2021-02-26 16:11:25','2021-02-26 08:11:25'),(123288,44007,'action complete via WP Cron','2021-02-26 16:11:25','2021-02-26 08:11:25'),(123289,44008,'action created','2021-02-26 16:11:25','2021-02-26 08:11:25'),(123290,44008,'action started via WP Cron','2021-02-26 16:12:25','2021-02-26 08:12:25'),(123291,44008,'action complete via WP Cron','2021-02-26 16:12:25','2021-02-26 08:12:25'),(123292,44009,'action created','2021-02-26 16:12:26','2021-02-26 08:12:26'),(123293,44009,'action started via WP Cron','2021-02-26 16:13:26','2021-02-26 08:13:26'),(123294,44009,'action complete via WP Cron','2021-02-26 16:13:26','2021-02-26 08:13:26'),(123295,44010,'action created','2021-02-26 16:13:26','2021-02-26 08:13:26'),(123296,44010,'action started via WP Cron','2021-02-26 16:14:37','2021-02-26 08:14:37'),(123297,44010,'action complete via WP Cron','2021-02-26 16:14:37','2021-02-26 08:14:37'),(123298,44011,'action created','2021-02-26 16:14:37','2021-02-26 08:14:37'),(123299,44011,'action started via WP Cron','2021-02-26 16:15:12','2021-02-26 08:15:12'),(123300,44011,'action complete via WP Cron','2021-02-26 16:15:12','2021-02-26 08:15:12'),(123301,44012,'action created','2021-02-26 16:15:13','2021-02-26 08:15:13'),(123302,44012,'action started via WP Cron','2021-02-26 16:15:59','2021-02-26 08:15:59'),(123303,44012,'action complete via WP Cron','2021-02-26 16:15:59','2021-02-26 08:15:59'),(123304,44013,'action created','2021-02-26 16:16:00','2021-02-26 08:16:00'),(123305,44013,'action started via WP Cron','2021-02-26 16:16:54','2021-02-26 08:16:54'),(123306,44013,'action complete via WP Cron','2021-02-26 16:16:54','2021-02-26 08:16:54'),(123307,44014,'action created','2021-02-26 16:16:54','2021-02-26 08:16:54'),(123308,44014,'action started via WP Cron','2021-02-26 16:18:41','2021-02-26 08:18:41'),(123309,44014,'action complete via WP Cron','2021-02-26 16:18:41','2021-02-26 08:18:41'),(123310,44015,'action created','2021-02-26 16:18:41','2021-02-26 08:18:41'),(123311,44015,'action started via WP Cron','2021-02-26 16:26:07','2021-02-26 08:26:07'),(123312,44015,'action complete via WP Cron','2021-02-26 16:26:07','2021-02-26 08:26:07'),(123313,44016,'action created','2021-02-26 16:26:07','2021-02-26 08:26:07'),(123314,44016,'action started via WP Cron','2021-02-26 16:27:07','2021-02-26 08:27:07'),(123315,44016,'action complete via WP Cron','2021-02-26 16:27:07','2021-02-26 08:27:07'),(123316,44017,'action created','2021-02-26 16:27:07','2021-02-26 08:27:07'),(123317,44017,'action started via WP Cron','2021-02-26 16:27:50','2021-02-26 08:27:50'),(123318,44017,'action complete via WP Cron','2021-02-26 16:27:50','2021-02-26 08:27:50'),(123319,44018,'action created','2021-02-26 16:27:50','2021-02-26 08:27:50'),(123320,44018,'action started via WP Cron','2021-02-26 16:29:10','2021-02-26 08:29:10'),(123321,44018,'action complete via WP Cron','2021-02-26 16:29:10','2021-02-26 08:29:10'),(123322,44019,'action created','2021-02-26 16:29:10','2021-02-26 08:29:10'),(123323,44019,'action started via WP Cron','2021-02-26 16:30:10','2021-02-26 08:30:10'),(123324,44019,'action complete via WP Cron','2021-02-26 16:30:10','2021-02-26 08:30:10'),(123325,44020,'action created','2021-02-26 16:30:10','2021-02-26 08:30:10'),(123326,44020,'action started via WP Cron','2021-02-26 16:32:34','2021-02-26 08:32:34'),(123327,44020,'action complete via WP Cron','2021-02-26 16:32:34','2021-02-26 08:32:34'),(123328,44021,'action created','2021-02-26 16:32:34','2021-02-26 08:32:34'),(123329,44021,'action started via WP Cron','2021-02-26 16:33:50','2021-02-26 08:33:50'),(123330,44021,'action complete via WP Cron','2021-02-26 16:33:50','2021-02-26 08:33:50'),(123331,44022,'action created','2021-02-26 16:33:50','2021-02-26 08:33:50'),(123332,44022,'action started via WP Cron','2021-02-26 16:35:34','2021-02-26 08:35:34'),(123333,44022,'action complete via WP Cron','2021-02-26 16:35:34','2021-02-26 08:35:34'),(123334,44023,'action created','2021-02-26 16:35:35','2021-02-26 08:35:35'),(123335,44023,'action started via WP Cron','2021-02-26 16:35:49','2021-02-26 08:35:49'),(123336,44023,'action complete via WP Cron','2021-02-26 16:35:49','2021-02-26 08:35:49'),(123337,44024,'action created','2021-02-26 16:35:49','2021-02-26 08:35:49'),(123338,44024,'action started via WP Cron','2021-02-26 16:38:56','2021-02-26 08:38:56'),(123339,44024,'action complete via WP Cron','2021-02-26 16:38:56','2021-02-26 08:38:56'),(123340,44025,'action created','2021-02-26 16:38:56','2021-02-26 08:38:56'),(123341,44025,'action started via WP Cron','2021-02-26 16:40:58','2021-02-26 08:40:58'),(123342,44025,'action complete via WP Cron','2021-02-26 16:40:58','2021-02-26 08:40:58'),(123343,44026,'action created','2021-02-26 16:40:58','2021-02-26 08:40:58'),(123344,44026,'action started via WP Cron','2021-02-26 16:45:23','2021-02-26 08:45:23'),(123345,44026,'action complete via WP Cron','2021-02-26 16:45:23','2021-02-26 08:45:23'),(123346,44027,'action created','2021-02-26 16:45:23','2021-02-26 08:45:23'),(123347,44027,'action started via WP Cron','2021-02-26 16:45:58','2021-02-26 08:45:58'),(123348,44027,'action complete via WP Cron','2021-02-26 16:45:58','2021-02-26 08:45:58'),(123349,44028,'action created','2021-02-26 16:45:58','2021-02-26 08:45:58'),(123350,44028,'action started via WP Cron','2021-02-26 16:47:18','2021-02-26 08:47:18'),(123351,44028,'action complete via WP Cron','2021-02-26 16:47:18','2021-02-26 08:47:18'),(123352,44029,'action created','2021-02-26 16:47:18','2021-02-26 08:47:18'),(123353,44029,'action started via WP Cron','2021-02-26 16:50:38','2021-02-26 08:50:38'),(123354,44029,'action complete via WP Cron','2021-02-26 16:50:38','2021-02-26 08:50:38'),(123355,44030,'action created','2021-02-26 16:50:39','2021-02-26 08:50:39'),(123356,44030,'action started via WP Cron','2021-02-26 16:52:25','2021-02-26 08:52:25'),(123357,44030,'action complete via WP Cron','2021-02-26 16:52:25','2021-02-26 08:52:25'),(123358,44031,'action created','2021-02-26 16:52:25','2021-02-26 08:52:25'),(123359,44031,'action started via WP Cron','2021-02-26 16:56:06','2021-02-26 08:56:06'),(123360,44031,'action complete via WP Cron','2021-02-26 16:56:06','2021-02-26 08:56:06'),(123361,44032,'action created','2021-02-26 16:56:06','2021-02-26 08:56:06'),(123362,44032,'action started via WP Cron','2021-02-26 16:57:32','2021-02-26 08:57:32'),(123363,44032,'action complete via WP Cron','2021-02-26 16:57:32','2021-02-26 08:57:32'),(123364,44033,'action created','2021-02-26 16:57:32','2021-02-26 08:57:32'),(123365,44033,'action started via WP Cron','2021-02-26 16:58:14','2021-02-26 08:58:14'),(123366,44033,'action complete via WP Cron','2021-02-26 16:58:14','2021-02-26 08:58:14'),(123367,44034,'action created','2021-02-26 16:58:14','2021-02-26 08:58:14'),(123368,44034,'action started via WP Cron','2021-02-26 16:59:33','2021-02-26 08:59:33'),(123369,44034,'action complete via WP Cron','2021-02-26 16:59:33','2021-02-26 08:59:33'),(123370,44035,'action created','2021-02-26 16:59:34','2021-02-26 08:59:34'),(123371,44035,'action started via WP Cron','2021-02-26 17:00:05','2021-02-26 09:00:05'),(123372,44035,'action complete via WP Cron','2021-02-26 17:00:05','2021-02-26 09:00:05'),(123373,44036,'action created','2021-02-26 17:00:05','2021-02-26 09:00:05'),(123374,44036,'action started via WP Cron','2021-02-26 17:01:23','2021-02-26 09:01:23'),(123375,44036,'action complete via WP Cron','2021-02-26 17:01:23','2021-02-26 09:01:23'),(123376,44037,'action created','2021-02-26 17:01:23','2021-02-26 09:01:23'),(123377,44037,'action started via WP Cron','2021-02-26 17:01:56','2021-02-26 09:01:56'),(123378,44037,'action complete via WP Cron','2021-02-26 17:01:56','2021-02-26 09:01:56'),(123379,44038,'action created','2021-02-26 17:01:56','2021-02-26 09:01:56'),(123380,44038,'action started via WP Cron','2021-02-26 17:03:19','2021-02-26 09:03:19'),(123381,44038,'action complete via WP Cron','2021-02-26 17:03:19','2021-02-26 09:03:19'),(123382,44039,'action created','2021-02-26 17:03:19','2021-02-26 09:03:19'),(123383,44039,'action started via WP Cron','2021-02-26 17:06:19','2021-02-26 09:06:19'),(123384,44039,'action complete via WP Cron','2021-02-26 17:06:19','2021-02-26 09:06:19'),(123385,44040,'action created','2021-02-26 17:06:19','2021-02-26 09:06:19'),(123386,44040,'action started via WP Cron','2021-02-26 17:07:54','2021-02-26 09:07:54'),(123387,44040,'action complete via WP Cron','2021-02-26 17:07:54','2021-02-26 09:07:54'),(123388,44041,'action created','2021-02-26 17:07:54','2021-02-26 09:07:54'),(123389,44041,'action started via WP Cron','2021-02-26 17:10:21','2021-02-26 09:10:21'),(123390,44041,'action complete via WP Cron','2021-02-26 17:10:21','2021-02-26 09:10:21'),(123391,44042,'action created','2021-02-26 17:10:21','2021-02-26 09:10:21'),(123392,44042,'action started via WP Cron','2021-02-26 17:14:40','2021-02-26 09:14:40'),(123393,44042,'action complete via WP Cron','2021-02-26 17:14:40','2021-02-26 09:14:40'),(123394,44043,'action created','2021-02-26 17:14:40','2021-02-26 09:14:40'),(123395,44043,'action started via WP Cron','2021-02-26 17:15:55','2021-02-26 09:15:55'),(123396,44043,'action complete via WP Cron','2021-02-26 17:15:55','2021-02-26 09:15:55'),(123397,44044,'action created','2021-02-26 17:15:55','2021-02-26 09:15:55'),(123398,44044,'action started via WP Cron','2021-02-26 17:17:41','2021-02-26 09:17:41'),(123399,44044,'action complete via WP Cron','2021-02-26 17:17:41','2021-02-26 09:17:41'),(123400,44045,'action created','2021-02-26 17:17:41','2021-02-26 09:17:41'),(123401,44045,'action started via WP Cron','2021-02-26 17:18:42','2021-02-26 09:18:42'),(123402,44045,'action complete via WP Cron','2021-02-26 17:18:42','2021-02-26 09:18:42'),(123403,44046,'action created','2021-02-26 17:18:42','2021-02-26 09:18:42'),(123404,44046,'action started via WP Cron','2021-02-26 17:19:44','2021-02-26 09:19:44'),(123405,44046,'action complete via WP Cron','2021-02-26 17:19:44','2021-02-26 09:19:44'),(123406,44047,'action created','2021-02-26 17:20:46','2021-02-26 09:20:46'),(123407,44047,'action started via WP Cron','2021-02-26 17:25:25','2021-02-26 09:25:25'),(123408,44047,'action complete via WP Cron','2021-02-26 17:25:25','2021-02-26 09:25:25'),(123409,44048,'action created','2021-02-26 17:25:25','2021-02-26 09:25:25'),(123410,44048,'action started via WP Cron','2021-02-26 17:26:29','2021-02-26 09:26:29'),(123411,44048,'action complete via WP Cron','2021-02-26 17:26:29','2021-02-26 09:26:29'),(123412,44049,'action created','2021-02-26 17:26:29','2021-02-26 09:26:29'),(123413,44049,'action started via WP Cron','2021-02-26 17:27:35','2021-02-26 09:27:35'),(123414,44049,'action complete via WP Cron','2021-02-26 17:27:35','2021-02-26 09:27:35'),(123415,44050,'action created','2021-02-26 17:27:35','2021-02-26 09:27:35'),(123416,44050,'action started via WP Cron','2021-02-26 17:28:36','2021-02-26 09:28:36'),(123417,44050,'action complete via WP Cron','2021-02-26 17:28:36','2021-02-26 09:28:36'),(123418,44051,'action created','2021-02-26 17:28:36','2021-02-26 09:28:36'),(123419,44051,'action started via WP Cron','2021-02-26 17:29:43','2021-02-26 09:29:43'),(123420,44051,'action complete via WP Cron','2021-02-26 17:29:43','2021-02-26 09:29:43'),(123421,44052,'action created','2021-02-26 17:29:43','2021-02-26 09:29:43'),(123422,44052,'action started via WP Cron','2021-02-26 17:30:50','2021-02-26 09:30:50'),(123423,44052,'action complete via WP Cron','2021-02-26 17:30:50','2021-02-26 09:30:50'),(123424,44053,'action created','2021-02-26 17:30:50','2021-02-26 09:30:50'),(123425,44053,'action started via WP Cron','2021-02-26 17:31:45','2021-02-26 09:31:45'),(123426,44053,'action complete via WP Cron','2021-02-26 17:31:45','2021-02-26 09:31:45'),(123427,44054,'action created','2021-02-26 17:31:45','2021-02-26 09:31:45'),(123428,44054,'action started via WP Cron','2021-02-26 17:32:48','2021-02-26 09:32:48'),(123429,44054,'action complete via WP Cron','2021-02-26 17:32:48','2021-02-26 09:32:48'),(123430,44055,'action created','2021-02-26 17:32:48','2021-02-26 09:32:48'),(123431,44055,'action started via WP Cron','2021-02-26 17:37:35','2021-02-26 09:37:35'),(123432,44055,'action complete via WP Cron','2021-02-26 17:37:35','2021-02-26 09:37:35'),(123433,44056,'action created','2021-02-26 17:37:35','2021-02-26 09:37:35'),(123434,44056,'action started via WP Cron','2021-02-26 17:39:53','2021-02-26 09:39:53'),(123435,44056,'action complete via WP Cron','2021-02-26 17:39:53','2021-02-26 09:39:53'),(123436,44057,'action created','2021-02-26 17:39:54','2021-02-26 09:39:54'),(123437,44057,'action started via WP Cron','2021-02-26 17:41:08','2021-02-26 09:41:08'),(123438,44057,'action complete via WP Cron','2021-02-26 17:41:08','2021-02-26 09:41:08'),(123439,44058,'action created','2021-02-26 17:41:08','2021-02-26 09:41:08'),(123440,44058,'action started via WP Cron','2021-02-26 17:43:03','2021-02-26 09:43:03'),(123441,44058,'action complete via WP Cron','2021-02-26 17:43:03','2021-02-26 09:43:03'),(123442,44059,'action created','2021-02-26 17:43:03','2021-02-26 09:43:03'),(123443,44059,'action started via WP Cron','2021-02-26 17:44:05','2021-02-26 09:44:05'),(123444,44059,'action complete via WP Cron','2021-02-26 17:44:05','2021-02-26 09:44:05'),(123445,44060,'action created','2021-02-26 17:44:05','2021-02-26 09:44:05'),(123446,44060,'action started via WP Cron','2021-02-26 17:46:06','2021-02-26 09:46:06'),(123447,44060,'action complete via WP Cron','2021-02-26 17:46:06','2021-02-26 09:46:06'),(123448,44061,'action created','2021-02-26 17:46:06','2021-02-26 09:46:06'),(123449,44061,'action started via WP Cron','2021-02-26 17:46:53','2021-02-26 09:46:53'),(123450,44061,'action complete via WP Cron','2021-02-26 17:46:53','2021-02-26 09:46:53'),(123451,44062,'action created','2021-02-26 17:46:53','2021-02-26 09:46:53'),(123452,44062,'action started via WP Cron','2021-02-26 17:58:58','2021-02-26 09:58:58'),(123453,44062,'action complete via WP Cron','2021-02-26 17:58:58','2021-02-26 09:58:58'),(123454,44063,'action created','2021-02-26 17:58:58','2021-02-26 09:58:58'),(123455,44063,'action started via WP Cron','2021-02-26 18:00:39','2021-02-26 10:00:39'),(123456,44063,'action complete via WP Cron','2021-02-26 18:00:39','2021-02-26 10:00:39'),(123457,44064,'action created','2021-02-26 18:00:39','2021-02-26 10:00:39'),(123458,44064,'action started via WP Cron','2021-02-26 18:02:39','2021-02-26 10:02:39'),(123459,44064,'action complete via WP Cron','2021-02-26 18:02:39','2021-02-26 10:02:39'),(123460,44065,'action created','2021-02-26 18:02:40','2021-02-26 10:02:40'),(123461,44065,'action started via WP Cron','2021-02-26 18:03:08','2021-02-26 10:03:08'),(123462,44065,'action complete via WP Cron','2021-02-26 18:03:08','2021-02-26 10:03:08'),(123463,44066,'action created','2021-02-26 18:03:08','2021-02-26 10:03:08'),(123464,44066,'action started via WP Cron','2021-02-26 18:03:40','2021-02-26 10:03:40'),(123465,44066,'action complete via WP Cron','2021-02-26 18:03:40','2021-02-26 10:03:40'),(123466,44067,'action created','2021-02-26 18:03:40','2021-02-26 10:03:40'),(123467,44067,'action started via WP Cron','2021-02-26 18:04:41','2021-02-26 10:04:41'),(123468,44067,'action complete via WP Cron','2021-02-26 18:04:41','2021-02-26 10:04:41'),(123469,44068,'action created','2021-02-26 18:04:41','2021-02-26 10:04:41'),(123470,44068,'action started via WP Cron','2021-02-26 18:06:21','2021-02-26 10:06:21'),(123471,44068,'action complete via WP Cron','2021-02-26 18:06:21','2021-02-26 10:06:21'),(123472,44069,'action created','2021-02-26 18:06:21','2021-02-26 10:06:21'),(123473,44069,'action started via WP Cron','2021-02-26 18:07:14','2021-02-26 10:07:14'),(123474,44069,'action complete via WP Cron','2021-02-26 18:07:14','2021-02-26 10:07:14'),(123475,44070,'action created','2021-02-26 18:07:15','2021-02-26 10:07:15'),(123476,44070,'action started via WP Cron','2021-02-26 18:17:17','2021-02-26 10:17:17'),(123477,44070,'action complete via WP Cron','2021-02-26 18:17:17','2021-02-26 10:17:17'),(123478,44071,'action created','2021-02-26 18:17:17','2021-02-26 10:17:17'),(123479,44071,'action started via WP Cron','2021-02-26 18:18:18','2021-02-26 10:18:18'),(123480,44071,'action complete via WP Cron','2021-02-26 18:18:18','2021-02-26 10:18:18'),(123481,44072,'action created','2021-02-26 18:18:18','2021-02-26 10:18:18'),(123482,44072,'action started via WP Cron','2021-02-26 18:19:19','2021-02-26 10:19:19'),(123483,44072,'action complete via WP Cron','2021-02-26 18:19:19','2021-02-26 10:19:19'),(123484,44073,'action created','2021-02-26 18:19:19','2021-02-26 10:19:19'),(123485,44073,'action started via WP Cron','2021-02-26 18:20:19','2021-02-26 10:20:19'),(123486,44073,'action complete via WP Cron','2021-02-26 18:20:19','2021-02-26 10:20:19'),(123487,44074,'action created','2021-02-26 18:20:19','2021-02-26 10:20:19'),(123488,44074,'action started via WP Cron','2021-02-26 18:20:44','2021-02-26 10:20:44'),(123489,44074,'action complete via WP Cron','2021-02-26 18:20:44','2021-02-26 10:20:44'),(123490,44075,'action created','2021-02-26 18:20:44','2021-02-26 10:20:44'),(123491,44075,'action started via WP Cron','2021-02-26 18:21:45','2021-02-26 10:21:45'),(123492,44075,'action complete via WP Cron','2021-02-26 18:21:45','2021-02-26 10:21:45'),(123493,44076,'action created','2021-02-26 18:21:45','2021-02-26 10:21:45'),(123494,44076,'action started via WP Cron','2021-02-26 18:22:46','2021-02-26 10:22:46'),(123495,44076,'action complete via WP Cron','2021-02-26 18:22:46','2021-02-26 10:22:46'),(123496,44077,'action created','2021-02-26 18:22:46','2021-02-26 10:22:46'),(123497,44077,'action started via WP Cron','2021-02-26 18:32:53','2021-02-26 10:32:53'),(123498,44077,'action complete via WP Cron','2021-02-26 18:32:53','2021-02-26 10:32:53'),(123499,44078,'action created','2021-02-26 18:32:53','2021-02-26 10:32:53'),(123500,44078,'action started via WP Cron','2021-02-26 18:33:56','2021-02-26 10:33:56'),(123501,44078,'action complete via WP Cron','2021-02-26 18:33:56','2021-02-26 10:33:56'),(123502,44079,'action created','2021-02-26 18:33:56','2021-02-26 10:33:56'),(123503,44079,'action started via WP Cron','2021-02-26 18:34:47','2021-02-26 10:34:47'),(123504,44079,'action complete via WP Cron','2021-02-26 18:34:47','2021-02-26 10:34:47'),(123505,44080,'action created','2021-02-26 18:34:47','2021-02-26 10:34:47'),(123506,44080,'action started via WP Cron','2021-02-26 18:35:59','2021-02-26 10:35:59'),(123507,44080,'action complete via WP Cron','2021-02-26 18:35:59','2021-02-26 10:35:59'),(123508,44081,'action created','2021-02-26 18:35:59','2021-02-26 10:35:59'),(123509,44081,'action started via WP Cron','2021-02-26 18:36:57','2021-02-26 10:36:57'),(123510,44081,'action complete via WP Cron','2021-02-26 18:36:57','2021-02-26 10:36:57'),(123511,44082,'action created','2021-02-26 18:36:57','2021-02-26 10:36:57'),(123512,44082,'action started via WP Cron','2021-02-26 18:38:14','2021-02-26 10:38:14'),(123513,44082,'action complete via WP Cron','2021-02-26 18:38:14','2021-02-26 10:38:14'),(123514,44083,'action created','2021-02-26 18:38:14','2021-02-26 10:38:14'),(123515,44083,'action started via WP Cron','2021-02-26 18:40:07','2021-02-26 10:40:07'),(123516,44083,'action complete via WP Cron','2021-02-26 18:40:07','2021-02-26 10:40:07'),(123517,44084,'action created','2021-02-26 18:40:07','2021-02-26 10:40:07'),(123518,44084,'action started via WP Cron','2021-02-26 18:44:35','2021-02-26 10:44:35'),(123519,44084,'action complete via WP Cron','2021-02-26 18:44:36','2021-02-26 10:44:36'),(123520,44085,'action created','2021-02-26 18:44:36','2021-02-26 10:44:36'),(123521,44085,'action started via WP Cron','2021-02-26 18:45:51','2021-02-26 10:45:51'),(123522,44085,'action complete via WP Cron','2021-02-26 18:45:51','2021-02-26 10:45:51'),(123523,44086,'action created','2021-02-26 18:45:51','2021-02-26 10:45:51'),(123524,44086,'action started via WP Cron','2021-02-26 18:48:45','2021-02-26 10:48:45'),(123525,44086,'action complete via WP Cron','2021-02-26 18:48:45','2021-02-26 10:48:45'),(123526,44087,'action created','2021-02-26 18:48:45','2021-02-26 10:48:45'),(123527,44087,'action started via WP Cron','2021-02-26 18:50:53','2021-02-26 10:50:53'),(123528,44087,'action complete via WP Cron','2021-02-26 18:50:53','2021-02-26 10:50:53'),(123529,44088,'action created','2021-02-26 18:50:53','2021-02-26 10:50:53'),(123530,44088,'action started via WP Cron','2021-02-26 18:51:53','2021-02-26 10:51:53'),(123531,44088,'action complete via WP Cron','2021-02-26 18:51:53','2021-02-26 10:51:53'),(123532,44089,'action created','2021-02-26 18:51:53','2021-02-26 10:51:53'),(123533,44089,'action started via WP Cron','2021-02-26 18:52:46','2021-02-26 10:52:46'),(123534,44089,'action complete via WP Cron','2021-02-26 18:52:46','2021-02-26 10:52:46'),(123535,44090,'action created','2021-02-26 18:52:47','2021-02-26 10:52:47'),(123536,44090,'action started via WP Cron','2021-02-26 18:53:44','2021-02-26 10:53:44'),(123537,44090,'action complete via WP Cron','2021-02-26 18:53:44','2021-02-26 10:53:44'),(123538,44091,'action created','2021-02-26 18:53:45','2021-02-26 10:53:45'),(123539,44091,'action started via WP Cron','2021-02-26 18:54:48','2021-02-26 10:54:48'),(123540,44091,'action complete via WP Cron','2021-02-26 18:54:48','2021-02-26 10:54:48'),(123541,44092,'action created','2021-02-26 18:54:48','2021-02-26 10:54:48'),(123542,44092,'action started via WP Cron','2021-02-26 18:56:24','2021-02-26 10:56:24'),(123543,44092,'action complete via WP Cron','2021-02-26 18:56:24','2021-02-26 10:56:24'),(123544,44093,'action created','2021-02-26 18:56:24','2021-02-26 10:56:24'),(123545,44093,'action started via WP Cron','2021-02-26 18:57:26','2021-02-26 10:57:26'),(123546,44093,'action complete via WP Cron','2021-02-26 18:57:26','2021-02-26 10:57:26'),(123547,44094,'action created','2021-02-26 18:57:26','2021-02-26 10:57:26'),(123548,44094,'action started via WP Cron','2021-02-26 19:01:07','2021-02-26 11:01:07'),(123549,44094,'action complete via WP Cron','2021-02-26 19:01:07','2021-02-26 11:01:07'),(123550,44095,'action created','2021-02-26 19:01:07','2021-02-26 11:01:07'),(123551,44095,'action started via WP Cron','2021-02-26 19:02:16','2021-02-26 11:02:16'),(123552,44095,'action complete via WP Cron','2021-02-26 19:02:16','2021-02-26 11:02:16'),(123553,44096,'action created','2021-02-26 19:02:16','2021-02-26 11:02:16'),(123554,44096,'action started via WP Cron','2021-02-26 19:03:17','2021-02-26 11:03:17'),(123555,44096,'action complete via WP Cron','2021-02-26 19:03:17','2021-02-26 11:03:17'),(123556,44097,'action created','2021-02-26 19:03:17','2021-02-26 11:03:17'),(123557,44097,'action started via WP Cron','2021-02-26 19:05:28','2021-02-26 11:05:28'),(123558,44097,'action complete via WP Cron','2021-02-26 19:05:28','2021-02-26 11:05:28'),(123559,44098,'action created','2021-02-26 19:05:28','2021-02-26 11:05:28'),(123560,44098,'action started via WP Cron','2021-02-26 19:05:52','2021-02-26 11:05:52'),(123561,44098,'action complete via WP Cron','2021-02-26 19:05:52','2021-02-26 11:05:52'),(123562,44099,'action created','2021-02-26 19:05:52','2021-02-26 11:05:52'),(123563,44099,'action started via WP Cron','2021-02-26 19:07:28','2021-02-26 11:07:28'),(123564,44099,'action complete via WP Cron','2021-02-26 19:07:28','2021-02-26 11:07:28'),(123565,44100,'action created','2021-02-26 19:08:58','2021-02-26 11:08:58'),(123566,44100,'action started via WP Cron','2021-02-26 19:16:20','2021-02-26 11:16:20'),(123567,44100,'action complete via WP Cron','2021-02-26 19:16:20','2021-02-26 11:16:20'),(123568,44101,'action created','2021-02-26 19:16:21','2021-02-26 11:16:21'),(123569,44101,'action started via WP Cron','2021-02-26 19:18:06','2021-02-26 11:18:06'),(123570,44101,'action complete via WP Cron','2021-02-26 19:18:06','2021-02-26 11:18:06'),(123571,44102,'action created','2021-02-26 19:18:06','2021-02-26 11:18:06'),(123572,44102,'action started via WP Cron','2021-02-26 19:19:02','2021-02-26 11:19:02'),(123573,44102,'action complete via WP Cron','2021-02-26 19:19:02','2021-02-26 11:19:02'),(123574,44103,'action created','2021-02-26 19:19:02','2021-02-26 11:19:02'),(123575,44103,'action started via WP Cron','2021-02-26 19:23:06','2021-02-26 11:23:06'),(123576,44103,'action complete via WP Cron','2021-02-26 19:23:06','2021-02-26 11:23:06'),(123577,44104,'action created','2021-02-26 19:23:06','2021-02-26 11:23:06'),(123578,44104,'action started via WP Cron','2021-02-26 19:24:09','2021-02-26 11:24:09'),(123579,44104,'action complete via WP Cron','2021-02-26 19:24:09','2021-02-26 11:24:09'),(123580,44105,'action created','2021-02-26 19:24:09','2021-02-26 11:24:09'),(123581,44105,'action started via WP Cron','2021-02-26 19:24:43','2021-02-26 11:24:43'),(123582,44105,'action complete via WP Cron','2021-02-26 19:24:43','2021-02-26 11:24:43'),(123583,44106,'action created','2021-02-26 19:24:43','2021-02-26 11:24:43'),(123584,44106,'action started via WP Cron','2021-02-26 19:25:50','2021-02-26 11:25:50'),(123585,44106,'action complete via WP Cron','2021-02-26 19:25:50','2021-02-26 11:25:50'),(123586,44107,'action created','2021-02-26 19:25:50','2021-02-26 11:25:50'),(123587,44107,'action started via WP Cron','2021-02-26 19:26:52','2021-02-26 11:26:52'),(123588,44107,'action complete via WP Cron','2021-02-26 19:26:52','2021-02-26 11:26:52'),(123589,44108,'action created','2021-02-26 19:26:52','2021-02-26 11:26:52'),(123590,44108,'action started via WP Cron','2021-02-26 19:27:52','2021-02-26 11:27:52'),(123591,44108,'action complete via WP Cron','2021-02-26 19:27:52','2021-02-26 11:27:52'),(123592,44109,'action created','2021-02-26 19:27:52','2021-02-26 11:27:52'),(123593,44109,'action started via WP Cron','2021-02-26 19:28:53','2021-02-26 11:28:53'),(123594,44109,'action complete via WP Cron','2021-02-26 19:28:53','2021-02-26 11:28:53'),(123595,44110,'action created','2021-02-26 19:28:53','2021-02-26 11:28:53'),(123596,44110,'action started via WP Cron','2021-02-26 19:30:55','2021-02-26 11:30:55'),(123597,44110,'action complete via WP Cron','2021-02-26 19:30:55','2021-02-26 11:30:55'),(123598,44111,'action created','2021-02-26 19:30:55','2021-02-26 11:30:55'),(123599,44111,'action started via WP Cron','2021-02-26 19:32:57','2021-02-26 11:32:57'),(123600,44111,'action complete via WP Cron','2021-02-26 19:32:57','2021-02-26 11:32:57'),(123601,44112,'action created','2021-02-26 19:32:58','2021-02-26 11:32:58'),(123602,44112,'action started via WP Cron','2021-02-26 19:34:14','2021-02-26 11:34:14'),(123603,44112,'action complete via WP Cron','2021-02-26 19:34:14','2021-02-26 11:34:14'),(123604,44113,'action created','2021-02-26 19:34:14','2021-02-26 11:34:14'),(123605,44113,'action started via WP Cron','2021-02-26 19:37:46','2021-02-26 11:37:46'),(123606,44113,'action complete via WP Cron','2021-02-26 19:37:46','2021-02-26 11:37:46'),(123607,44114,'action created','2021-02-26 19:37:47','2021-02-26 11:37:47'),(123608,44114,'action started via WP Cron','2021-02-26 19:38:51','2021-02-26 11:38:51'),(123609,44114,'action complete via WP Cron','2021-02-26 19:38:51','2021-02-26 11:38:51'),(123610,44115,'action created','2021-02-26 19:38:51','2021-02-26 11:38:51'),(123611,44115,'action started via WP Cron','2021-02-26 19:39:51','2021-02-26 11:39:51'),(123612,44115,'action complete via WP Cron','2021-02-26 19:39:51','2021-02-26 11:39:51'),(123613,44116,'action created','2021-02-26 19:39:52','2021-02-26 11:39:52'),(123614,44116,'action started via WP Cron','2021-02-26 19:42:00','2021-02-26 11:42:00'),(123615,44116,'action complete via WP Cron','2021-02-26 19:42:00','2021-02-26 11:42:00'),(123616,44117,'action created','2021-02-26 19:42:00','2021-02-26 11:42:00'),(123617,44117,'action started via WP Cron','2021-02-26 19:43:01','2021-02-26 11:43:01'),(123618,44117,'action complete via WP Cron','2021-02-26 19:43:01','2021-02-26 11:43:01'),(123619,44118,'action created','2021-02-26 19:43:01','2021-02-26 11:43:01'),(123620,44118,'action started via WP Cron','2021-02-26 19:43:49','2021-02-26 11:43:49'),(123621,44118,'action complete via WP Cron','2021-02-26 19:43:49','2021-02-26 11:43:49'),(123622,44119,'action created','2021-02-26 19:43:49','2021-02-26 11:43:49'),(123623,44119,'action started via WP Cron','2021-02-26 19:44:47','2021-02-26 11:44:47'),(123624,44119,'action complete via WP Cron','2021-02-26 19:44:47','2021-02-26 11:44:47'),(123625,44120,'action created','2021-02-26 19:44:47','2021-02-26 11:44:47'),(123626,44120,'action started via WP Cron','2021-02-26 19:45:55','2021-02-26 11:45:55'),(123627,44120,'action complete via WP Cron','2021-02-26 19:45:55','2021-02-26 11:45:55'),(123628,44121,'action created','2021-02-26 19:45:55','2021-02-26 11:45:55'),(123629,44121,'action started via WP Cron','2021-02-26 19:47:06','2021-02-26 11:47:06'),(123630,44121,'action complete via WP Cron','2021-02-26 19:47:06','2021-02-26 11:47:06'),(123631,44122,'action created','2021-02-26 19:47:06','2021-02-26 11:47:06'),(123632,44122,'action started via WP Cron','2021-02-26 19:47:53','2021-02-26 11:47:53'),(123633,44122,'action complete via WP Cron','2021-02-26 19:47:53','2021-02-26 11:47:53'),(123634,44123,'action created','2021-02-26 19:47:53','2021-02-26 11:47:53'),(123635,44123,'action started via WP Cron','2021-02-26 19:48:56','2021-02-26 11:48:56'),(123636,44123,'action complete via WP Cron','2021-02-26 19:48:56','2021-02-26 11:48:56'),(123637,44124,'action created','2021-02-26 19:48:56','2021-02-26 11:48:56'),(123638,44124,'action started via WP Cron','2021-02-26 19:49:49','2021-02-26 11:49:49'),(123639,44124,'action complete via WP Cron','2021-02-26 19:49:49','2021-02-26 11:49:49'),(123640,44125,'action created','2021-02-26 19:49:49','2021-02-26 11:49:49'),(123641,44125,'action started via WP Cron','2021-02-26 19:50:57','2021-02-26 11:50:57'),(123642,44125,'action complete via WP Cron','2021-02-26 19:50:57','2021-02-26 11:50:57'),(123643,44126,'action created','2021-02-26 19:50:58','2021-02-26 11:50:58'),(123644,44126,'action started via WP Cron','2021-02-26 19:51:49','2021-02-26 11:51:49'),(123645,44126,'action complete via WP Cron','2021-02-26 19:51:49','2021-02-26 11:51:49'),(123646,44127,'action created','2021-02-26 19:51:49','2021-02-26 11:51:49'),(123647,44127,'action started via WP Cron','2021-02-26 19:52:42','2021-02-26 11:52:42'),(123648,44127,'action complete via WP Cron','2021-02-26 19:52:42','2021-02-26 11:52:42'),(123649,44128,'action created','2021-02-26 19:52:42','2021-02-26 11:52:42'),(123650,44128,'action started via WP Cron','2021-02-26 19:54:02','2021-02-26 11:54:02'),(123651,44128,'action complete via WP Cron','2021-02-26 19:54:02','2021-02-26 11:54:02'),(123652,44129,'action created','2021-02-26 19:54:03','2021-02-26 11:54:03'),(123653,44129,'action started via WP Cron','2021-02-26 19:54:54','2021-02-26 11:54:54'),(123654,44129,'action complete via WP Cron','2021-02-26 19:54:54','2021-02-26 11:54:54'),(123655,44130,'action created','2021-02-26 19:54:54','2021-02-26 11:54:54'),(123656,44130,'action started via WP Cron','2021-02-26 19:55:48','2021-02-26 11:55:48'),(123657,44130,'action complete via WP Cron','2021-02-26 19:55:48','2021-02-26 11:55:48'),(123658,44131,'action created','2021-02-26 19:55:48','2021-02-26 11:55:48'),(123659,44131,'action started via WP Cron','2021-02-26 19:56:43','2021-02-26 11:56:43'),(123660,44131,'action complete via WP Cron','2021-02-26 19:56:43','2021-02-26 11:56:43'),(123661,44132,'action created','2021-02-26 19:56:43','2021-02-26 11:56:43'),(123662,44132,'action started via WP Cron','2021-02-26 19:57:56','2021-02-26 11:57:56'),(123663,44132,'action complete via WP Cron','2021-02-26 19:57:56','2021-02-26 11:57:56'),(123664,44133,'action created','2021-02-26 19:57:56','2021-02-26 11:57:56'),(123665,44133,'action started via WP Cron','2021-02-26 19:58:41','2021-02-26 11:58:41'),(123666,44133,'action complete via WP Cron','2021-02-26 19:58:41','2021-02-26 11:58:41'),(123667,44134,'action created','2021-02-26 19:58:41','2021-02-26 11:58:41'),(123668,44134,'action started via WP Cron','2021-02-26 19:59:51','2021-02-26 11:59:51'),(123669,44134,'action complete via WP Cron','2021-02-26 19:59:51','2021-02-26 11:59:51'),(123670,44135,'action created','2021-02-26 19:59:51','2021-02-26 11:59:51'),(123671,44135,'action started via WP Cron','2021-02-26 20:01:01','2021-02-26 12:01:01'),(123672,44135,'action complete via WP Cron','2021-02-26 20:01:01','2021-02-26 12:01:01'),(123673,44136,'action created','2021-02-26 20:01:01','2021-02-26 12:01:01'),(123674,44136,'action started via WP Cron','2021-02-26 20:02:02','2021-02-26 12:02:02'),(123675,44136,'action complete via WP Cron','2021-02-26 20:02:02','2021-02-26 12:02:02'),(123676,44137,'action created','2021-02-26 20:02:02','2021-02-26 12:02:02'),(123677,44137,'action started via WP Cron','2021-02-26 20:02:48','2021-02-26 12:02:48'),(123678,44137,'action complete via WP Cron','2021-02-26 20:02:48','2021-02-26 12:02:48'),(123679,44138,'action created','2021-02-26 20:02:48','2021-02-26 12:02:48'),(123680,44138,'action started via WP Cron','2021-02-26 20:03:51','2021-02-26 12:03:51'),(123681,44138,'action complete via WP Cron','2021-02-26 20:03:51','2021-02-26 12:03:51'),(123682,44139,'action created','2021-02-26 20:03:51','2021-02-26 12:03:51'),(123683,44139,'action started via WP Cron','2021-02-26 20:04:56','2021-02-26 12:04:56'),(123684,44139,'action complete via WP Cron','2021-02-26 20:04:56','2021-02-26 12:04:56'),(123685,44140,'action created','2021-02-26 20:04:56','2021-02-26 12:04:56'),(123686,44140,'action started via WP Cron','2021-02-26 20:05:56','2021-02-26 12:05:56'),(123687,44140,'action complete via WP Cron','2021-02-26 20:05:56','2021-02-26 12:05:56'),(123688,44141,'action created','2021-02-26 20:05:56','2021-02-26 12:05:56'),(123689,44141,'action started via WP Cron','2021-02-26 20:06:42','2021-02-26 12:06:42'),(123690,44141,'action complete via WP Cron','2021-02-26 20:06:42','2021-02-26 12:06:42'),(123691,44142,'action created','2021-02-26 20:06:42','2021-02-26 12:06:42'),(123692,44142,'action started via WP Cron','2021-02-26 20:07:54','2021-02-26 12:07:54'),(123693,44142,'action complete via WP Cron','2021-02-26 20:07:54','2021-02-26 12:07:54'),(123694,44143,'action created','2021-02-26 20:07:55','2021-02-26 12:07:55'),(123695,44143,'action started via WP Cron','2021-02-26 20:09:04','2021-02-26 12:09:04'),(123696,44143,'action complete via WP Cron','2021-02-26 20:09:04','2021-02-26 12:09:04'),(123697,44144,'action created','2021-02-26 20:09:04','2021-02-26 12:09:04'),(123698,44144,'action started via WP Cron','2021-02-26 20:09:54','2021-02-26 12:09:54'),(123699,44144,'action complete via WP Cron','2021-02-26 20:09:54','2021-02-26 12:09:54'),(123700,44145,'action created','2021-02-26 20:09:54','2021-02-26 12:09:54'),(123701,44145,'action started via WP Cron','2021-02-26 20:11:01','2021-02-26 12:11:01'),(123702,44145,'action complete via WP Cron','2021-02-26 20:11:01','2021-02-26 12:11:01'),(123703,44146,'action created','2021-02-26 20:11:02','2021-02-26 12:11:02'),(123704,44146,'action started via WP Cron','2021-02-26 20:11:50','2021-02-26 12:11:50'),(123705,44146,'action complete via WP Cron','2021-02-26 20:11:50','2021-02-26 12:11:50'),(123706,44147,'action created','2021-02-26 20:11:50','2021-02-26 12:11:50'),(123707,44147,'action started via WP Cron','2021-02-26 20:12:45','2021-02-26 12:12:45'),(123708,44147,'action complete via WP Cron','2021-02-26 20:12:45','2021-02-26 12:12:45'),(123709,44148,'action created','2021-02-26 20:12:45','2021-02-26 12:12:45'),(123710,44148,'action started via WP Cron','2021-02-26 20:13:41','2021-02-26 12:13:41'),(123711,44148,'action complete via WP Cron','2021-02-26 20:13:41','2021-02-26 12:13:41'),(123712,44149,'action created','2021-02-26 20:13:41','2021-02-26 12:13:41'),(123713,44149,'action started via WP Cron','2021-02-26 20:14:50','2021-02-26 12:14:50'),(123714,44149,'action complete via WP Cron','2021-02-26 20:14:50','2021-02-26 12:14:50'),(123715,44150,'action created','2021-02-26 20:14:50','2021-02-26 12:14:50'),(123716,44150,'action started via WP Cron','2021-02-26 20:16:09','2021-02-26 12:16:09'),(123717,44150,'action complete via WP Cron','2021-02-26 20:16:09','2021-02-26 12:16:09'),(123718,44151,'action created','2021-02-26 20:16:09','2021-02-26 12:16:09'),(123719,44151,'action started via WP Cron','2021-02-26 20:16:43','2021-02-26 12:16:43'),(123720,44151,'action complete via WP Cron','2021-02-26 20:16:43','2021-02-26 12:16:43'),(123721,44152,'action created','2021-02-26 20:16:43','2021-02-26 12:16:43'),(123722,44152,'action started via WP Cron','2021-02-26 20:18:02','2021-02-26 12:18:02'),(123723,44152,'action complete via WP Cron','2021-02-26 20:18:02','2021-02-26 12:18:02'),(123724,44153,'action created','2021-02-26 20:18:02','2021-02-26 12:18:02'),(123725,44153,'action started via WP Cron','2021-02-26 20:19:01','2021-02-26 12:19:01'),(123726,44153,'action complete via WP Cron','2021-02-26 20:19:01','2021-02-26 12:19:01'),(123727,44154,'action created','2021-02-26 20:19:01','2021-02-26 12:19:01'),(123728,44154,'action started via WP Cron','2021-02-26 20:19:42','2021-02-26 12:19:42'),(123729,44154,'action complete via WP Cron','2021-02-26 20:19:42','2021-02-26 12:19:42'),(123730,44155,'action created','2021-02-26 20:19:42','2021-02-26 12:19:42'),(123731,44155,'action started via WP Cron','2021-02-26 20:20:54','2021-02-26 12:20:54'),(123732,44155,'action complete via WP Cron','2021-02-26 20:20:54','2021-02-26 12:20:54'),(123733,44156,'action created','2021-02-26 20:20:54','2021-02-26 12:20:54'),(123734,44156,'action started via WP Cron','2021-02-26 20:21:55','2021-02-26 12:21:55'),(123735,44156,'action complete via WP Cron','2021-02-26 20:21:55','2021-02-26 12:21:55'),(123736,44157,'action created','2021-02-26 20:21:56','2021-02-26 12:21:56'),(123737,44157,'action started via WP Cron','2021-02-26 20:22:49','2021-02-26 12:22:49'),(123738,44157,'action complete via WP Cron','2021-02-26 20:22:49','2021-02-26 12:22:49'),(123739,44158,'action created','2021-02-26 20:22:49','2021-02-26 12:22:49'),(123740,44158,'action started via WP Cron','2021-02-26 20:24:37','2021-02-26 12:24:37'),(123741,44158,'action complete via WP Cron','2021-02-26 20:24:37','2021-02-26 12:24:37'),(123742,44159,'action created','2021-02-26 20:24:37','2021-02-26 12:24:37'),(123743,44159,'action started via WP Cron','2021-02-26 20:25:59','2021-02-26 12:25:59'),(123744,44159,'action complete via WP Cron','2021-02-26 20:25:59','2021-02-26 12:25:59'),(123745,44160,'action created','2021-02-26 20:25:59','2021-02-26 12:25:59'),(123746,44160,'action started via WP Cron','2021-02-26 20:27:15','2021-02-26 12:27:15'),(123747,44160,'action complete via WP Cron','2021-02-26 20:27:15','2021-02-26 12:27:15'),(123748,44161,'action created','2021-02-26 20:27:15','2021-02-26 12:27:15'),(123749,44161,'action started via WP Cron','2021-02-26 20:27:43','2021-02-26 12:27:43'),(123750,44161,'action complete via WP Cron','2021-02-26 20:27:43','2021-02-26 12:27:43'),(123751,44162,'action created','2021-02-26 20:27:43','2021-02-26 12:27:43'),(123752,44162,'action started via WP Cron','2021-02-26 20:29:00','2021-02-26 12:29:00'),(123753,44162,'action complete via WP Cron','2021-02-26 20:29:00','2021-02-26 12:29:00'),(123754,44163,'action created','2021-02-26 20:29:00','2021-02-26 12:29:00'),(123755,44163,'action started via WP Cron','2021-02-26 20:31:02','2021-02-26 12:31:02'),(123756,44163,'action complete via WP Cron','2021-02-26 20:31:02','2021-02-26 12:31:02'),(123757,44164,'action created','2021-02-26 20:31:03','2021-02-26 12:31:03'),(123758,44164,'action started via WP Cron','2021-02-26 20:31:45','2021-02-26 12:31:45'),(123759,44164,'action complete via WP Cron','2021-02-26 20:31:45','2021-02-26 12:31:45'),(123760,44165,'action created','2021-02-26 20:31:45','2021-02-26 12:31:45'),(123761,44165,'action started via WP Cron','2021-02-26 20:33:08','2021-02-26 12:33:08'),(123762,44165,'action complete via WP Cron','2021-02-26 20:33:08','2021-02-26 12:33:08'),(123763,44166,'action created','2021-02-26 20:33:08','2021-02-26 12:33:08'),(123764,44166,'action started via WP Cron','2021-02-26 20:34:05','2021-02-26 12:34:05'),(123765,44166,'action complete via WP Cron','2021-02-26 20:34:05','2021-02-26 12:34:05'),(123766,44167,'action created','2021-02-26 20:34:05','2021-02-26 12:34:05'),(123767,44167,'action started via WP Cron','2021-02-26 20:36:07','2021-02-26 12:36:07'),(123768,44167,'action complete via WP Cron','2021-02-26 20:36:07','2021-02-26 12:36:07'),(123769,44168,'action created','2021-02-26 20:36:07','2021-02-26 12:36:07'),(123770,44168,'action started via WP Cron','2021-02-26 20:38:09','2021-02-26 12:38:09'),(123771,44168,'action complete via WP Cron','2021-02-26 20:38:09','2021-02-26 12:38:09'),(123772,44169,'action created','2021-02-26 20:38:09','2021-02-26 12:38:09'),(123773,44169,'action started via WP Cron','2021-02-26 20:39:10','2021-02-26 12:39:10'),(123774,44169,'action complete via WP Cron','2021-02-26 20:39:10','2021-02-26 12:39:10'),(123775,44170,'action created','2021-02-26 20:39:10','2021-02-26 12:39:10'),(123776,44170,'action started via WP Cron','2021-02-26 20:40:09','2021-02-26 12:40:09'),(123777,44170,'action complete via WP Cron','2021-02-26 20:40:09','2021-02-26 12:40:09'),(123778,44171,'action created','2021-02-26 20:40:09','2021-02-26 12:40:09'),(123779,44171,'action started via WP Cron','2021-02-26 20:42:06','2021-02-26 12:42:06'),(123780,44171,'action complete via WP Cron','2021-02-26 20:42:06','2021-02-26 12:42:06'),(123781,44172,'action created','2021-02-26 20:42:06','2021-02-26 12:42:06'),(123782,44172,'action started via WP Cron','2021-02-26 20:43:38','2021-02-26 12:43:38'),(123783,44172,'action complete via WP Cron','2021-02-26 20:43:38','2021-02-26 12:43:38'),(123784,44173,'action created','2021-02-26 20:43:39','2021-02-26 12:43:39'),(123785,44173,'action started via WP Cron','2021-02-26 20:47:26','2021-02-26 12:47:26'),(123786,44173,'action complete via WP Cron','2021-02-26 20:47:26','2021-02-26 12:47:26'),(123787,44174,'action created','2021-02-26 20:47:26','2021-02-26 12:47:26'),(123788,44174,'action started via WP Cron','2021-02-26 20:49:03','2021-02-26 12:49:03'),(123789,44174,'action complete via WP Cron','2021-02-26 20:49:03','2021-02-26 12:49:03'),(123790,44175,'action created','2021-02-26 20:49:03','2021-02-26 12:49:03'),(123791,44175,'action started via WP Cron','2021-02-26 20:51:53','2021-02-26 12:51:53'),(123792,44175,'action complete via WP Cron','2021-02-26 20:51:53','2021-02-26 12:51:53'),(123793,44176,'action created','2021-02-26 20:51:53','2021-02-26 12:51:53'),(123794,44176,'action started via WP Cron','2021-02-26 20:53:12','2021-02-26 12:53:12'),(123795,44176,'action complete via WP Cron','2021-02-26 20:53:12','2021-02-26 12:53:12'),(123796,44177,'action created','2021-02-26 20:53:12','2021-02-26 12:53:12'),(123797,44177,'action started via WP Cron','2021-02-26 20:53:53','2021-02-26 12:53:53'),(123798,44177,'action complete via WP Cron','2021-02-26 20:53:53','2021-02-26 12:53:53'),(123799,44178,'action created','2021-02-26 20:53:53','2021-02-26 12:53:53'),(123800,44178,'action started via WP Cron','2021-02-26 20:56:20','2021-02-26 12:56:20'),(123801,44178,'action complete via WP Cron','2021-02-26 20:56:20','2021-02-26 12:56:20'),(123802,44179,'action created','2021-02-26 20:56:20','2021-02-26 12:56:20'),(123803,44179,'action started via WP Cron','2021-02-26 20:57:33','2021-02-26 12:57:33'),(123804,44179,'action complete via WP Cron','2021-02-26 20:57:33','2021-02-26 12:57:33'),(123805,44180,'action created','2021-02-26 20:57:33','2021-02-26 12:57:33'),(123806,44180,'action started via WP Cron','2021-02-26 21:00:53','2021-02-26 13:00:53'),(123807,44180,'action complete via WP Cron','2021-02-26 21:00:53','2021-02-26 13:00:53'),(123808,44181,'action created','2021-02-26 21:00:53','2021-02-26 13:00:53'),(123809,44181,'action started via WP Cron','2021-02-26 21:01:52','2021-02-26 13:01:52'),(123810,44181,'action complete via WP Cron','2021-02-26 21:01:52','2021-02-26 13:01:52'),(123811,44182,'action created','2021-02-26 21:01:52','2021-02-26 13:01:52'),(123812,44182,'action started via WP Cron','2021-02-26 21:02:52','2021-02-26 13:02:52'),(123813,44182,'action complete via WP Cron','2021-02-26 21:02:52','2021-02-26 13:02:52'),(123814,44183,'action created','2021-02-26 21:02:53','2021-02-26 13:02:53'),(123815,44183,'action started via WP Cron','2021-02-26 21:03:53','2021-02-26 13:03:53'),(123816,44183,'action complete via WP Cron','2021-02-26 21:03:53','2021-02-26 13:03:53'),(123817,44184,'action created','2021-02-26 21:03:53','2021-02-26 13:03:53'),(123818,44184,'action started via WP Cron','2021-02-26 21:05:56','2021-02-26 13:05:56'),(123819,44184,'action complete via WP Cron','2021-02-26 21:05:56','2021-02-26 13:05:56'),(123820,44185,'action created','2021-02-26 21:05:56','2021-02-26 13:05:56'),(123821,44185,'action started via WP Cron','2021-02-26 21:06:57','2021-02-26 13:06:57'),(123822,44185,'action complete via WP Cron','2021-02-26 21:06:57','2021-02-26 13:06:57'),(123823,44186,'action created','2021-02-26 21:06:57','2021-02-26 13:06:57'),(123824,44186,'action started via WP Cron','2021-02-26 21:19:34','2021-02-26 13:19:34'),(123825,44186,'action complete via WP Cron','2021-02-26 21:19:34','2021-02-26 13:19:34'),(123826,44187,'action created','2021-02-26 21:19:34','2021-02-26 13:19:34'),(123827,44187,'action started via WP Cron','2021-02-26 21:19:56','2021-02-26 13:19:56'),(123828,44187,'action complete via WP Cron','2021-02-26 21:19:56','2021-02-26 13:19:56'),(123829,44188,'action created','2021-02-26 21:19:56','2021-02-26 13:19:56'),(123830,44188,'action started via WP Cron','2021-02-26 21:21:29','2021-02-26 13:21:29'),(123831,44188,'action complete via WP Cron','2021-02-26 21:21:29','2021-02-26 13:21:29'),(123832,44189,'action created','2021-02-26 21:21:29','2021-02-26 13:21:29'),(123833,44189,'action started via WP Cron','2021-02-26 21:21:48','2021-02-26 13:21:48'),(123834,44189,'action complete via WP Cron','2021-02-26 21:21:48','2021-02-26 13:21:48'),(123835,44190,'action created','2021-02-26 21:21:49','2021-02-26 13:21:49'),(123836,44190,'action started via WP Cron','2021-02-26 21:22:59','2021-02-26 13:22:59'),(123837,44190,'action complete via WP Cron','2021-02-26 21:22:59','2021-02-26 13:22:59'),(123838,44191,'action created','2021-02-26 21:22:59','2021-02-26 13:22:59'),(123839,44191,'action started via WP Cron','2021-02-26 21:24:00','2021-02-26 13:24:00'),(123840,44191,'action complete via WP Cron','2021-02-26 21:24:00','2021-02-26 13:24:00'),(123841,44192,'action created','2021-02-26 21:24:00','2021-02-26 13:24:00'),(123842,44192,'action started via WP Cron','2021-02-26 21:31:31','2021-02-26 13:31:31'),(123843,44192,'action complete via WP Cron','2021-02-26 21:31:31','2021-02-26 13:31:31'),(123844,44193,'action created','2021-02-26 21:31:31','2021-02-26 13:31:31'),(123845,44193,'action started via WP Cron','2021-02-26 21:32:35','2021-02-26 13:32:35'),(123846,44193,'action complete via WP Cron','2021-02-26 21:32:35','2021-02-26 13:32:35'),(123847,44194,'action created','2021-02-26 21:32:35','2021-02-26 13:32:35'),(123848,44194,'action started via WP Cron','2021-02-26 21:33:59','2021-02-26 13:33:59'),(123849,44194,'action complete via WP Cron','2021-02-26 21:33:59','2021-02-26 13:33:59'),(123850,44195,'action created','2021-02-26 21:36:01','2021-02-26 13:36:01'),(123851,44195,'action started via WP Cron','2021-02-26 21:37:01','2021-02-26 13:37:01'),(123852,44195,'action complete via WP Cron','2021-02-26 21:37:01','2021-02-26 13:37:01'),(123853,44196,'action created','2021-02-26 21:37:01','2021-02-26 13:37:01'),(123854,44196,'action started via WP Cron','2021-02-26 21:38:02','2021-02-26 13:38:02'),(123855,44196,'action complete via WP Cron','2021-02-26 21:38:02','2021-02-26 13:38:02'),(123856,44197,'action created','2021-02-26 21:38:02','2021-02-26 13:38:02'),(123857,44197,'action started via WP Cron','2021-02-26 21:45:00','2021-02-26 13:45:00'),(123858,44197,'action complete via WP Cron','2021-02-26 21:45:00','2021-02-26 13:45:00'),(123859,44198,'action created','2021-02-26 21:45:00','2021-02-26 13:45:00'),(123860,44198,'action started via WP Cron','2021-02-26 21:46:53','2021-02-26 13:46:53'),(123861,44198,'action complete via WP Cron','2021-02-26 21:46:53','2021-02-26 13:46:53'),(123862,44199,'action created','2021-02-26 21:46:54','2021-02-26 13:46:54'),(123863,44199,'action started via WP Cron','2021-02-26 21:51:04','2021-02-26 13:51:04'),(123864,44199,'action complete via WP Cron','2021-02-26 21:51:04','2021-02-26 13:51:04'),(123865,44200,'action created','2021-02-26 21:51:04','2021-02-26 13:51:04'),(123866,44200,'action started via WP Cron','2021-02-26 21:55:32','2021-02-26 13:55:32'),(123867,44200,'action complete via WP Cron','2021-02-26 21:55:32','2021-02-26 13:55:32'),(123868,44201,'action created','2021-02-26 21:55:33','2021-02-26 13:55:33'),(123869,44201,'action started via WP Cron','2021-02-26 22:00:44','2021-02-26 14:00:44'),(123870,44201,'action complete via WP Cron','2021-02-26 22:00:44','2021-02-26 14:00:44'),(123871,44202,'action created','2021-02-26 22:00:45','2021-02-26 14:00:45'),(123872,44202,'action started via WP Cron','2021-02-26 22:07:03','2021-02-26 14:07:03'),(123873,44202,'action complete via WP Cron','2021-02-26 22:07:03','2021-02-26 14:07:03'),(123874,44203,'action created','2021-02-26 22:07:03','2021-02-26 14:07:03'),(123875,44203,'action started via WP Cron','2021-02-26 22:07:57','2021-02-26 14:07:57'),(123876,44203,'action complete via WP Cron','2021-02-26 22:07:57','2021-02-26 14:07:57'),(123877,44204,'action created','2021-02-26 22:07:57','2021-02-26 14:07:57'),(123878,44204,'action started via WP Cron','2021-02-26 22:08:58','2021-02-26 14:08:58'),(123879,44204,'action complete via WP Cron','2021-02-26 22:08:58','2021-02-26 14:08:58'),(123880,44205,'action created','2021-02-26 22:08:58','2021-02-26 14:08:58'),(123881,44205,'action started via WP Cron','2021-02-26 22:11:00','2021-02-26 14:11:00'),(123882,44205,'action complete via WP Cron','2021-02-26 22:11:00','2021-02-26 14:11:00'),(123883,44206,'action created','2021-02-26 22:11:00','2021-02-26 14:11:00'),(123884,44206,'action started via WP Cron','2021-02-26 22:12:01','2021-02-26 14:12:01'),(123885,44206,'action complete via WP Cron','2021-02-26 22:12:01','2021-02-26 14:12:01'),(123886,44207,'action created','2021-02-26 22:12:01','2021-02-26 14:12:01'),(123887,44207,'action started via WP Cron','2021-02-26 22:13:02','2021-02-26 14:13:02'),(123888,44207,'action complete via WP Cron','2021-02-26 22:13:02','2021-02-26 14:13:02'),(123889,44208,'action created','2021-02-26 22:13:02','2021-02-26 14:13:02'),(123890,44208,'action started via WP Cron','2021-02-26 22:20:07','2021-02-26 14:20:07'),(123891,44208,'action complete via WP Cron','2021-02-26 22:20:07','2021-02-26 14:20:07'),(123892,44209,'action created','2021-02-26 22:20:07','2021-02-26 14:20:07'),(123893,44209,'action started via WP Cron','2021-02-26 22:22:10','2021-02-26 14:22:10'),(123894,44209,'action complete via WP Cron','2021-02-26 22:22:10','2021-02-26 14:22:10'),(123895,44210,'action created','2021-02-26 22:22:10','2021-02-26 14:22:10'),(123896,44210,'action started via WP Cron','2021-02-26 22:23:26','2021-02-26 14:23:26'),(123897,44210,'action complete via WP Cron','2021-02-26 22:23:26','2021-02-26 14:23:26'),(123898,44211,'action created','2021-02-26 22:23:26','2021-02-26 14:23:26'),(123899,44211,'action started via WP Cron','2021-02-26 22:24:29','2021-02-26 14:24:29'),(123900,44211,'action complete via WP Cron','2021-02-26 22:24:29','2021-02-26 14:24:29'),(123901,44212,'action created','2021-02-26 22:24:30','2021-02-26 14:24:30'),(123902,44212,'action started via WP Cron','2021-02-26 22:25:02','2021-02-26 14:25:02'),(123903,44212,'action complete via WP Cron','2021-02-26 22:25:02','2021-02-26 14:25:02'),(123904,44213,'action created','2021-02-26 22:25:02','2021-02-26 14:25:02'),(123905,44213,'action started via WP Cron','2021-02-26 22:26:33','2021-02-26 14:26:33'),(123906,44213,'action complete via WP Cron','2021-02-26 22:26:33','2021-02-26 14:26:33'),(123907,44214,'action created','2021-02-26 22:26:33','2021-02-26 14:26:33'),(123908,44214,'action started via WP Cron','2021-02-26 22:27:34','2021-02-26 14:27:34'),(123909,44214,'action complete via WP Cron','2021-02-26 22:27:34','2021-02-26 14:27:34'),(123910,44215,'action created','2021-02-26 22:27:34','2021-02-26 14:27:34'),(123911,44215,'action started via WP Cron','2021-02-26 22:31:44','2021-02-26 14:31:44'),(123912,44215,'action complete via WP Cron','2021-02-26 22:31:44','2021-02-26 14:31:44'),(123913,44216,'action created','2021-02-26 22:31:44','2021-02-26 14:31:44'),(123914,44216,'action started via WP Cron','2021-02-26 22:37:07','2021-02-26 14:37:07'),(123915,44216,'action complete via WP Cron','2021-02-26 22:37:07','2021-02-26 14:37:07'),(123916,44217,'action created','2021-02-26 22:37:07','2021-02-26 14:37:07'),(123917,44217,'action started via WP Cron','2021-02-26 22:38:08','2021-02-26 14:38:08'),(123918,44217,'action complete via WP Cron','2021-02-26 22:38:08','2021-02-26 14:38:08'),(123919,44218,'action created','2021-02-26 22:38:08','2021-02-26 14:38:08'),(123920,44218,'action started via WP Cron','2021-02-26 22:38:54','2021-02-26 14:38:54'),(123921,44218,'action complete via WP Cron','2021-02-26 22:38:54','2021-02-26 14:38:54'),(123922,44219,'action created','2021-02-26 22:38:54','2021-02-26 14:38:54'),(123923,44219,'action started via WP Cron','2021-02-26 22:42:18','2021-02-26 14:42:18'),(123924,44219,'action complete via WP Cron','2021-02-26 22:42:18','2021-02-26 14:42:18'),(123925,44220,'action created','2021-02-26 22:42:18','2021-02-26 14:42:18'),(123926,44220,'action started via WP Cron','2021-02-26 22:44:36','2021-02-26 14:44:36'),(123927,44220,'action complete via WP Cron','2021-02-26 22:44:36','2021-02-26 14:44:36'),(123928,44221,'action created','2021-02-26 22:44:36','2021-02-26 14:44:36'),(123929,44221,'action started via WP Cron','2021-02-26 22:51:30','2021-02-26 14:51:30'),(123930,44221,'action complete via WP Cron','2021-02-26 22:51:30','2021-02-26 14:51:30'),(123931,44222,'action created','2021-02-26 22:51:30','2021-02-26 14:51:30'),(123932,44222,'action started via WP Cron','2021-02-26 22:53:28','2021-02-26 14:53:28'),(123933,44222,'action complete via WP Cron','2021-02-26 22:53:28','2021-02-26 14:53:28'),(123934,44223,'action created','2021-02-26 22:53:28','2021-02-26 14:53:28'),(123935,44223,'action started via WP Cron','2021-02-26 22:56:58','2021-02-26 14:56:58'),(123936,44223,'action complete via WP Cron','2021-02-26 22:56:58','2021-02-26 14:56:58'),(123937,44224,'action created','2021-02-26 22:56:58','2021-02-26 14:56:58'),(123938,44224,'action started via WP Cron','2021-02-26 22:58:40','2021-02-26 14:58:40'),(123939,44224,'action complete via WP Cron','2021-02-26 22:58:40','2021-02-26 14:58:40'),(123940,44225,'action created','2021-02-26 22:58:40','2021-02-26 14:58:40'),(123941,44225,'action started via WP Cron','2021-02-26 23:00:03','2021-02-26 15:00:03'),(123942,44225,'action complete via WP Cron','2021-02-26 23:00:03','2021-02-26 15:00:03'),(123943,44226,'action created','2021-02-26 23:03:26','2021-02-26 15:03:26'),(123944,44226,'action started via WP Cron','2021-02-26 23:05:54','2021-02-26 15:05:54'),(123945,44226,'action complete via WP Cron','2021-02-26 23:05:54','2021-02-26 15:05:54'),(123946,44227,'action created','2021-02-26 23:05:54','2021-02-26 15:05:54'),(123947,44227,'action started via WP Cron','2021-02-26 23:08:30','2021-02-26 15:08:30'),(123948,44227,'action complete via WP Cron','2021-02-26 23:08:30','2021-02-26 15:08:30'),(123949,44228,'action created','2021-02-26 23:08:30','2021-02-26 15:08:30'),(123950,44228,'action started via WP Cron','2021-02-26 23:11:18','2021-02-26 15:11:18'),(123951,44228,'action complete via WP Cron','2021-02-26 23:11:18','2021-02-26 15:11:18'),(123952,44229,'action created','2021-02-26 23:11:18','2021-02-26 15:11:18'),(123953,44229,'action started via WP Cron','2021-02-26 23:13:18','2021-02-26 15:13:18'),(123954,44229,'action complete via WP Cron','2021-02-26 23:13:18','2021-02-26 15:13:18'),(123955,44230,'action created','2021-02-26 23:13:18','2021-02-26 15:13:18'),(123956,44230,'action started via WP Cron','2021-02-26 23:19:10','2021-02-26 15:19:10'),(123957,44230,'action complete via WP Cron','2021-02-26 23:19:10','2021-02-26 15:19:10'),(123958,44231,'action created','2021-02-26 23:19:10','2021-02-26 15:19:10'),(123959,44231,'action started via WP Cron','2021-02-26 23:25:30','2021-02-26 15:25:30'),(123960,44231,'action complete via WP Cron','2021-02-26 23:25:30','2021-02-26 15:25:30'),(123961,44232,'action created','2021-02-26 23:25:31','2021-02-26 15:25:31'),(123962,44232,'action started via WP Cron','2021-02-26 23:26:29','2021-02-26 15:26:29'),(123963,44232,'action complete via WP Cron','2021-02-26 23:26:29','2021-02-26 15:26:29'),(123964,44233,'action created','2021-02-26 23:26:29','2021-02-26 15:26:29'),(123965,44233,'action started via WP Cron','2021-02-26 23:28:08','2021-02-26 15:28:08'),(123966,44233,'action complete via WP Cron','2021-02-26 23:28:08','2021-02-26 15:28:08'),(123967,44234,'action created','2021-02-26 23:28:08','2021-02-26 15:28:08'),(123968,44234,'action started via WP Cron','2021-02-26 23:29:09','2021-02-26 15:29:09'),(123969,44234,'action complete via WP Cron','2021-02-26 23:29:09','2021-02-26 15:29:09'),(123970,44235,'action created','2021-02-26 23:29:09','2021-02-26 15:29:09'),(123971,44235,'action started via WP Cron','2021-02-26 23:30:10','2021-02-26 15:30:10'),(123972,44235,'action complete via WP Cron','2021-02-26 23:30:10','2021-02-26 15:30:10'),(123973,44236,'action created','2021-02-26 23:30:10','2021-02-26 15:30:10'),(123974,44236,'action started via WP Cron','2021-02-26 23:31:41','2021-02-26 15:31:41'),(123975,44236,'action complete via WP Cron','2021-02-26 23:31:41','2021-02-26 15:31:41'),(123976,44237,'action created','2021-02-26 23:31:41','2021-02-26 15:31:41'),(123977,44237,'action started via WP Cron','2021-02-26 23:33:13','2021-02-26 15:33:13'),(123978,44237,'action complete via WP Cron','2021-02-26 23:33:13','2021-02-26 15:33:13'),(123979,44238,'action created','2021-02-26 23:33:13','2021-02-26 15:33:13'),(123980,44238,'action started via WP Cron','2021-02-26 23:34:14','2021-02-26 15:34:14'),(123981,44238,'action complete via WP Cron','2021-02-26 23:34:14','2021-02-26 15:34:14'),(123982,44239,'action created','2021-02-26 23:34:14','2021-02-26 15:34:14'),(123983,44239,'action started via WP Cron','2021-02-26 23:50:26','2021-02-26 15:50:26'),(123984,44239,'action complete via WP Cron','2021-02-26 23:50:26','2021-02-26 15:50:26'),(123985,44240,'action created','2021-02-26 23:50:26','2021-02-26 15:50:26'),(123986,44240,'action started via WP Cron','2021-02-26 23:53:44','2021-02-26 15:53:44'),(123987,44240,'action complete via WP Cron','2021-02-26 23:53:44','2021-02-26 15:53:44'),(123988,44241,'action created','2021-02-26 23:53:44','2021-02-26 15:53:44'),(123989,44241,'action started via WP Cron','2021-02-26 23:57:48','2021-02-26 15:57:48'),(123990,44241,'action complete via WP Cron','2021-02-26 23:57:48','2021-02-26 15:57:48'),(123991,44242,'action created','2021-02-26 23:57:48','2021-02-26 15:57:48'),(123992,44242,'action started via WP Cron','2021-02-26 23:58:56','2021-02-26 15:58:56'),(123993,44242,'action complete via WP Cron','2021-02-26 23:58:56','2021-02-26 15:58:56'),(123994,44243,'action created','2021-02-26 23:58:56','2021-02-26 15:58:56'),(123995,44243,'action started via WP Cron','2021-02-26 23:59:58','2021-02-26 15:59:58'),(123996,44243,'action complete via WP Cron','2021-02-26 23:59:58','2021-02-26 15:59:58'),(123997,44244,'action created','2021-02-27 00:01:58','2021-02-26 16:01:58'),(123998,44244,'action started via WP Cron','2021-02-27 00:02:59','2021-02-26 16:02:59'),(123999,44244,'action complete via WP Cron','2021-02-27 00:02:59','2021-02-26 16:02:59'),(124000,44245,'action created','2021-02-27 00:02:59','2021-02-26 16:02:59'),(124001,44245,'action started via WP Cron','2021-02-27 00:04:00','2021-02-26 16:04:00'),(124002,44245,'action complete via WP Cron','2021-02-27 00:04:00','2021-02-26 16:04:00'),(124003,44246,'action created','2021-02-27 00:04:00','2021-02-26 16:04:00'),(124004,44246,'action started via WP Cron','2021-02-27 00:07:19','2021-02-26 16:07:19'),(124005,44246,'action complete via WP Cron','2021-02-27 00:07:19','2021-02-26 16:07:19'),(124006,44247,'action created','2021-02-27 00:07:19','2021-02-26 16:07:19'),(124007,44247,'action started via WP Cron','2021-02-27 00:08:26','2021-02-26 16:08:26'),(124008,44247,'action complete via WP Cron','2021-02-27 00:08:26','2021-02-26 16:08:26'),(124009,44248,'action created','2021-02-27 00:08:26','2021-02-26 16:08:26'),(124010,44248,'action started via WP Cron','2021-02-27 00:09:27','2021-02-26 16:09:27'),(124011,44248,'action complete via WP Cron','2021-02-27 00:09:27','2021-02-26 16:09:27'),(124012,44249,'action created','2021-02-27 00:09:27','2021-02-26 16:09:27'),(124013,44249,'action started via WP Cron','2021-02-27 00:12:27','2021-02-26 16:12:27'),(124014,44249,'action complete via WP Cron','2021-02-27 00:12:27','2021-02-26 16:12:27'),(124015,44250,'action created','2021-02-27 00:12:27','2021-02-26 16:12:27'),(124016,44250,'action started via WP Cron','2021-02-27 00:13:33','2021-02-26 16:13:33'),(124017,44250,'action complete via WP Cron','2021-02-27 00:13:33','2021-02-26 16:13:33'),(124018,44251,'action created','2021-02-27 00:13:33','2021-02-26 16:13:33'),(124019,44251,'action started via WP Cron','2021-02-27 00:14:34','2021-02-26 16:14:34'),(124020,44251,'action complete via WP Cron','2021-02-27 00:14:34','2021-02-26 16:14:34'),(124021,44252,'action created','2021-02-27 00:14:34','2021-02-26 16:14:34'),(124022,44252,'action started via WP Cron','2021-02-27 00:16:36','2021-02-26 16:16:36'),(124023,44252,'action complete via WP Cron','2021-02-27 00:16:36','2021-02-26 16:16:36'),(124024,44253,'action created','2021-02-27 00:16:36','2021-02-26 16:16:36'),(124025,44253,'action started via WP Cron','2021-02-27 00:17:37','2021-02-26 16:17:37'),(124026,44253,'action complete via WP Cron','2021-02-27 00:17:37','2021-02-26 16:17:37'),(124027,44254,'action created','2021-02-27 00:17:37','2021-02-26 16:17:37'),(124028,44254,'action started via WP Cron','2021-02-27 00:20:14','2021-02-26 16:20:14'),(124029,44254,'action complete via WP Cron','2021-02-27 00:20:14','2021-02-26 16:20:14'),(124030,44255,'action created','2021-02-27 00:20:14','2021-02-26 16:20:14'),(124031,44255,'action started via WP Cron','2021-02-27 00:21:25','2021-02-26 16:21:25'),(124032,44255,'action complete via WP Cron','2021-02-27 00:21:25','2021-02-26 16:21:25'),(124033,44256,'action created','2021-02-27 00:21:25','2021-02-26 16:21:25'),(124034,44256,'action started via WP Cron','2021-02-27 00:22:13','2021-02-26 16:22:13'),(124035,44256,'action complete via WP Cron','2021-02-27 00:22:13','2021-02-26 16:22:13'),(124036,44257,'action created','2021-02-27 00:22:13','2021-02-26 16:22:13'),(124037,44257,'action started via WP Cron','2021-02-27 00:24:20','2021-02-26 16:24:20'),(124038,44257,'action complete via WP Cron','2021-02-27 00:24:20','2021-02-26 16:24:20'),(124039,44258,'action created','2021-02-27 00:24:20','2021-02-26 16:24:20'),(124040,44258,'action started via WP Cron','2021-02-27 00:29:10','2021-02-26 16:29:10'),(124041,44258,'action complete via WP Cron','2021-02-27 00:29:10','2021-02-26 16:29:10'),(124042,44259,'action created','2021-02-27 00:29:10','2021-02-26 16:29:10'),(124043,44259,'action started via WP Cron','2021-02-27 00:37:11','2021-02-26 16:37:11'),(124044,44259,'action complete via WP Cron','2021-02-27 00:37:11','2021-02-26 16:37:11'),(124045,44260,'action created','2021-02-27 00:37:12','2021-02-26 16:37:12'),(124046,44260,'action started via WP Cron','2021-02-27 00:41:23','2021-02-26 16:41:23'),(124047,44260,'action complete via WP Cron','2021-02-27 00:41:23','2021-02-26 16:41:23'),(124048,44261,'action created','2021-02-27 00:41:23','2021-02-26 16:41:23'),(124049,44261,'action started via WP Cron','2021-02-27 00:43:31','2021-02-26 16:43:31'),(124050,44261,'action complete via WP Cron','2021-02-27 00:43:31','2021-02-26 16:43:31'),(124051,44262,'action created','2021-02-27 00:43:31','2021-02-26 16:43:31'),(124052,44262,'action started via WP Cron','2021-02-27 00:43:43','2021-02-26 16:43:43'),(124053,44262,'action complete via WP Cron','2021-02-27 00:43:43','2021-02-26 16:43:43'),(124054,44263,'action created','2021-02-27 00:43:43','2021-02-26 16:43:43'),(124055,44263,'action started via WP Cron','2021-02-27 00:45:44','2021-02-26 16:45:44'),(124056,44263,'action complete via WP Cron','2021-02-27 00:45:44','2021-02-26 16:45:44'),(124057,44264,'action created','2021-02-27 00:45:44','2021-02-26 16:45:44'),(124058,44264,'action started via WP Cron','2021-02-27 00:46:44','2021-02-26 16:46:44'),(124059,44264,'action complete via WP Cron','2021-02-27 00:46:44','2021-02-26 16:46:44'),(124060,44265,'action created','2021-02-27 00:46:44','2021-02-26 16:46:44'),(124061,44265,'action started via WP Cron','2021-02-27 00:48:46','2021-02-26 16:48:46'),(124062,44265,'action complete via WP Cron','2021-02-27 00:48:46','2021-02-26 16:48:46'),(124063,44266,'action created','2021-02-27 00:48:46','2021-02-26 16:48:46'),(124064,44266,'action started via WP Cron','2021-02-27 00:49:49','2021-02-26 16:49:49'),(124065,44266,'action complete via WP Cron','2021-02-27 00:49:49','2021-02-26 16:49:49'),(124066,44267,'action created','2021-02-27 00:49:49','2021-02-26 16:49:49'),(124067,44267,'action started via WP Cron','2021-02-27 00:50:48','2021-02-26 16:50:48'),(124068,44267,'action complete via WP Cron','2021-02-27 00:50:48','2021-02-26 16:50:48'),(124069,44268,'action created','2021-02-27 00:50:48','2021-02-26 16:50:48'),(124070,44268,'action started via WP Cron','2021-02-27 00:54:02','2021-02-26 16:54:02'),(124071,44268,'action complete via WP Cron','2021-02-27 00:54:02','2021-02-26 16:54:02'),(124072,44269,'action created','2021-02-27 00:54:02','2021-02-26 16:54:02'),(124073,44269,'action started via WP Cron','2021-02-27 00:55:15','2021-02-26 16:55:15'),(124074,44269,'action complete via WP Cron','2021-02-27 00:55:15','2021-02-26 16:55:15'),(124075,44270,'action created','2021-02-27 00:55:15','2021-02-26 16:55:15'),(124076,44270,'action started via WP Cron','2021-02-27 01:02:41','2021-02-26 17:02:41'),(124077,44270,'action complete via WP Cron','2021-02-27 01:02:41','2021-02-26 17:02:41'),(124078,44271,'action created','2021-02-27 01:02:41','2021-02-26 17:02:41'),(124079,44271,'action started via WP Cron','2021-02-27 01:05:00','2021-02-26 17:05:00'),(124080,44271,'action complete via WP Cron','2021-02-27 01:05:00','2021-02-26 17:05:00'),(124081,44272,'action created','2021-02-27 01:05:00','2021-02-26 17:05:00'),(124082,44272,'action started via WP Cron','2021-02-27 01:06:02','2021-02-26 17:06:02'),(124083,44272,'action complete via WP Cron','2021-02-27 01:06:02','2021-02-26 17:06:02'),(124084,44273,'action created','2021-02-27 01:06:02','2021-02-26 17:06:02'),(124085,44273,'action started via WP Cron','2021-02-27 01:07:02','2021-02-26 17:07:02'),(124086,44273,'action complete via WP Cron','2021-02-27 01:07:02','2021-02-26 17:07:02'),(124087,44274,'action created','2021-02-27 01:07:03','2021-02-26 17:07:03'),(124088,44274,'action started via WP Cron','2021-02-27 01:08:04','2021-02-26 17:08:04'),(124089,44274,'action complete via WP Cron','2021-02-27 01:08:04','2021-02-26 17:08:04'),(124090,44275,'action created','2021-02-27 01:08:04','2021-02-26 17:08:04'),(124091,44275,'action started via WP Cron','2021-02-27 01:09:04','2021-02-26 17:09:04'),(124092,44275,'action complete via WP Cron','2021-02-27 01:09:04','2021-02-26 17:09:04'),(124093,44276,'action created','2021-02-27 01:09:04','2021-02-26 17:09:04'),(124094,44276,'action started via WP Cron','2021-02-27 01:28:24','2021-02-26 17:28:24'),(124095,44276,'action complete via WP Cron','2021-02-27 01:28:24','2021-02-26 17:28:24'),(124096,44277,'action created','2021-02-27 01:28:25','2021-02-26 17:28:25'),(124097,44277,'action started via WP Cron','2021-02-27 01:39:06','2021-02-26 17:39:06'),(124098,44277,'action complete via WP Cron','2021-02-27 01:39:06','2021-02-26 17:39:06'),(124099,44278,'action created','2021-02-27 01:39:06','2021-02-26 17:39:06'),(124100,44278,'action started via WP Cron','2021-02-27 01:40:47','2021-02-26 17:40:47'),(124101,44278,'action complete via WP Cron','2021-02-27 01:40:47','2021-02-26 17:40:47'),(124102,44279,'action created','2021-02-27 01:40:47','2021-02-26 17:40:47'),(124103,44279,'action started via WP Cron','2021-02-27 01:44:37','2021-02-26 17:44:37'),(124104,44279,'action complete via WP Cron','2021-02-27 01:44:37','2021-02-26 17:44:37'),(124105,44280,'action created','2021-02-27 01:44:37','2021-02-26 17:44:37'),(124106,44280,'action started via WP Cron','2021-02-27 01:46:47','2021-02-26 17:46:47'),(124107,44280,'action complete via WP Cron','2021-02-27 01:46:47','2021-02-26 17:46:47'),(124108,44281,'action created','2021-02-27 01:46:47','2021-02-26 17:46:47'),(124109,44281,'action started via WP Cron','2021-02-27 01:49:56','2021-02-26 17:49:56'),(124110,44281,'action complete via WP Cron','2021-02-27 01:49:56','2021-02-26 17:49:56'),(124111,44282,'action created','2021-02-27 01:49:56','2021-02-26 17:49:56'),(124112,44282,'action started via WP Cron','2021-02-27 01:51:02','2021-02-26 17:51:02'),(124113,44282,'action complete via WP Cron','2021-02-27 01:51:02','2021-02-26 17:51:02'),(124114,44283,'action created','2021-02-27 01:51:02','2021-02-26 17:51:02'),(124115,44283,'action started via WP Cron','2021-02-27 01:52:03','2021-02-26 17:52:03'),(124116,44283,'action complete via WP Cron','2021-02-27 01:52:03','2021-02-26 17:52:03'),(124117,44284,'action created','2021-02-27 01:52:03','2021-02-26 17:52:03'),(124118,44284,'action started via WP Cron','2021-02-27 01:54:04','2021-02-26 17:54:04'),(124119,44284,'action complete via WP Cron','2021-02-27 01:54:04','2021-02-26 17:54:04'),(124120,44285,'action created','2021-02-27 01:54:04','2021-02-26 17:54:04'),(124121,44285,'action started via WP Cron','2021-02-27 01:55:05','2021-02-26 17:55:05'),(124122,44285,'action complete via WP Cron','2021-02-27 01:55:05','2021-02-26 17:55:05'),(124123,44286,'action created','2021-02-27 01:55:05','2021-02-26 17:55:05'),(124124,44286,'action started via WP Cron','2021-02-27 01:56:06','2021-02-26 17:56:06'),(124125,44286,'action complete via WP Cron','2021-02-27 01:56:06','2021-02-26 17:56:06'),(124126,44287,'action created','2021-02-27 01:56:06','2021-02-26 17:56:06'),(124127,44287,'action started via WP Cron','2021-02-27 02:01:11','2021-02-26 18:01:11'),(124128,44287,'action complete via WP Cron','2021-02-27 02:01:11','2021-02-26 18:01:11'),(124129,44288,'action created','2021-02-27 02:01:11','2021-02-26 18:01:11'),(124130,44288,'action started via WP Cron','2021-02-27 02:02:03','2021-02-26 18:02:03'),(124131,44288,'action complete via WP Cron','2021-02-27 02:02:03','2021-02-26 18:02:03'),(124132,44289,'action created','2021-02-27 02:02:03','2021-02-26 18:02:03'),(124133,44289,'action started via WP Cron','2021-02-27 02:09:17','2021-02-26 18:09:17'),(124134,44289,'action complete via WP Cron','2021-02-27 02:09:17','2021-02-26 18:09:17'),(124135,44290,'action created','2021-02-27 02:09:17','2021-02-26 18:09:17'),(124136,44290,'action started via WP Cron','2021-02-27 02:10:04','2021-02-26 18:10:04'),(124137,44290,'action complete via WP Cron','2021-02-27 02:10:04','2021-02-26 18:10:04'),(124138,44291,'action created','2021-02-27 02:10:04','2021-02-26 18:10:04'),(124139,44291,'action started via WP Cron','2021-02-27 02:11:05','2021-02-26 18:11:05'),(124140,44291,'action complete via WP Cron','2021-02-27 02:11:05','2021-02-26 18:11:05'),(124141,44292,'action created','2021-02-27 02:11:05','2021-02-26 18:11:05'),(124142,44292,'action started via WP Cron','2021-02-27 02:12:06','2021-02-26 18:12:06'),(124143,44292,'action complete via WP Cron','2021-02-27 02:12:06','2021-02-26 18:12:06'),(124144,44293,'action created','2021-02-27 02:12:06','2021-02-26 18:12:06'),(124145,44293,'action started via WP Cron','2021-02-27 02:13:21','2021-02-26 18:13:21'),(124146,44293,'action complete via WP Cron','2021-02-27 02:13:21','2021-02-26 18:13:21'),(124147,44294,'action created','2021-02-27 02:13:21','2021-02-26 18:13:21'),(124148,44294,'action started via WP Cron','2021-02-27 02:16:28','2021-02-26 18:16:28'),(124149,44294,'action complete via WP Cron','2021-02-27 02:16:28','2021-02-26 18:16:28'),(124150,44295,'action created','2021-02-27 02:16:28','2021-02-26 18:16:28'),(124151,44295,'action started via WP Cron','2021-02-27 02:27:35','2021-02-26 18:27:35'),(124152,44295,'action complete via WP Cron','2021-02-27 02:27:35','2021-02-26 18:27:35'),(124153,44296,'action created','2021-02-27 02:27:35','2021-02-26 18:27:35'),(124154,44296,'action started via WP Cron','2021-02-27 02:34:27','2021-02-26 18:34:27'),(124155,44296,'action complete via WP Cron','2021-02-27 02:34:27','2021-02-26 18:34:27'),(124156,44297,'action created','2021-02-27 02:35:03','2021-02-26 18:35:03'),(124157,44297,'action started via WP Cron','2021-02-27 02:45:20','2021-02-26 18:45:20'),(124158,44297,'action complete via WP Cron','2021-02-27 02:45:20','2021-02-26 18:45:20'),(124159,44298,'action created','2021-02-27 02:45:20','2021-02-26 18:45:20'),(124160,44298,'action started via WP Cron','2021-02-27 02:46:40','2021-02-26 18:46:40'),(124161,44298,'action complete via WP Cron','2021-02-27 02:46:40','2021-02-26 18:46:40'),(124162,44299,'action created','2021-02-27 02:46:40','2021-02-26 18:46:40'),(124163,44299,'action started via WP Cron','2021-02-27 02:47:41','2021-02-26 18:47:41'),(124164,44299,'action complete via WP Cron','2021-02-27 02:47:41','2021-02-26 18:47:41'),(124165,44300,'action created','2021-02-27 02:47:41','2021-02-26 18:47:41'),(124166,44300,'action started via WP Cron','2021-02-27 02:48:43','2021-02-26 18:48:43'),(124167,44300,'action complete via WP Cron','2021-02-27 02:48:43','2021-02-26 18:48:43'),(124168,44301,'action created','2021-02-27 02:48:43','2021-02-26 18:48:43'),(124169,44301,'action started via WP Cron','2021-02-27 02:49:43','2021-02-26 18:49:43'),(124170,44301,'action complete via WP Cron','2021-02-27 02:49:43','2021-02-26 18:49:43'),(124171,44302,'action created','2021-02-27 02:49:43','2021-02-26 18:49:43'),(124172,44302,'action started via WP Cron','2021-02-27 02:50:44','2021-02-26 18:50:44'),(124173,44302,'action complete via WP Cron','2021-02-27 02:50:44','2021-02-26 18:50:44'),(124174,44303,'action created','2021-02-27 02:50:44','2021-02-26 18:50:44'),(124175,44303,'action started via WP Cron','2021-02-27 02:56:09','2021-02-26 18:56:09'),(124176,44303,'action complete via WP Cron','2021-02-27 02:56:09','2021-02-26 18:56:09'),(124177,44304,'action created','2021-02-27 02:56:09','2021-02-26 18:56:09'),(124178,44304,'action started via WP Cron','2021-02-27 02:57:06','2021-02-26 18:57:06'),(124179,44304,'action complete via WP Cron','2021-02-27 02:57:06','2021-02-26 18:57:06'),(124180,44305,'action created','2021-02-27 02:57:06','2021-02-26 18:57:06'),(124181,44305,'action started via WP Cron','2021-02-27 02:58:07','2021-02-26 18:58:07'),(124182,44305,'action complete via WP Cron','2021-02-27 02:58:07','2021-02-26 18:58:07'),(124183,44306,'action created','2021-02-27 02:58:07','2021-02-26 18:58:07'),(124184,44306,'action started via WP Cron','2021-02-27 03:07:30','2021-02-26 19:07:30'),(124185,44306,'action complete via WP Cron','2021-02-27 03:07:30','2021-02-26 19:07:30'),(124186,44307,'action created','2021-02-27 03:09:08','2021-02-26 19:09:08'),(124187,44307,'action started via WP Cron','2021-02-27 03:10:15','2021-02-26 19:10:15'),(124188,44307,'action complete via WP Cron','2021-02-27 03:10:15','2021-02-26 19:10:15'),(124189,44308,'action created','2021-02-27 03:10:15','2021-02-26 19:10:15'),(124190,44308,'action started via WP Cron','2021-02-27 03:12:16','2021-02-26 19:12:16'),(124191,44308,'action complete via WP Cron','2021-02-27 03:12:16','2021-02-26 19:12:16'),(124192,44309,'action created','2021-02-27 03:12:16','2021-02-26 19:12:16'),(124193,44309,'action started via WP Cron','2021-02-27 03:13:17','2021-02-26 19:13:17'),(124194,44309,'action complete via WP Cron','2021-02-27 03:13:17','2021-02-26 19:13:17'),(124195,44310,'action created','2021-02-27 03:13:18','2021-02-26 19:13:18'),(124196,44310,'action started via WP Cron','2021-02-27 03:14:18','2021-02-26 19:14:18'),(124197,44310,'action complete via WP Cron','2021-02-27 03:14:18','2021-02-26 19:14:18'),(124198,44311,'action created','2021-02-27 03:14:18','2021-02-26 19:14:18'),(124199,44311,'action started via WP Cron','2021-02-27 03:15:42','2021-02-26 19:15:42'),(124200,44311,'action complete via WP Cron','2021-02-27 03:15:42','2021-02-26 19:15:42'),(124201,44312,'action created','2021-02-27 03:15:42','2021-02-26 19:15:42'),(124202,44312,'action started via WP Cron','2021-02-27 03:21:15','2021-02-26 19:21:15'),(124203,44312,'action complete via WP Cron','2021-02-27 03:21:15','2021-02-26 19:21:15'),(124204,44313,'action created','2021-02-27 03:21:16','2021-02-26 19:21:16'),(124205,44313,'action started via WP Cron','2021-02-27 03:22:16','2021-02-26 19:22:16'),(124206,44313,'action complete via WP Cron','2021-02-27 03:22:16','2021-02-26 19:22:16'),(124207,44314,'action created','2021-02-27 03:22:16','2021-02-26 19:22:16'),(124208,44314,'action started via WP Cron','2021-02-27 03:23:06','2021-02-26 19:23:06'),(124209,44314,'action complete via WP Cron','2021-02-27 03:23:06','2021-02-26 19:23:06'),(124210,44315,'action created','2021-02-27 03:23:06','2021-02-26 19:23:06'),(124211,44315,'action started via WP Cron','2021-02-27 03:25:26','2021-02-26 19:25:26'),(124212,44315,'action complete via WP Cron','2021-02-27 03:25:26','2021-02-26 19:25:26'),(124213,44316,'action created','2021-02-27 03:25:26','2021-02-26 19:25:26'),(124214,44316,'action started via WP Cron','2021-02-27 03:27:07','2021-02-26 19:27:07'),(124215,44316,'action complete via WP Cron','2021-02-27 03:27:07','2021-02-26 19:27:07'),(124216,44317,'action created','2021-02-27 03:27:07','2021-02-26 19:27:07'),(124217,44317,'action started via WP Cron','2021-02-27 03:28:00','2021-02-26 19:28:00'),(124218,44317,'action complete via WP Cron','2021-02-27 03:28:00','2021-02-26 19:28:00'),(124219,44318,'action created','2021-02-27 03:28:00','2021-02-26 19:28:00'),(124220,44318,'action started via WP Cron','2021-02-27 03:28:56','2021-02-26 19:28:56'),(124221,44318,'action complete via WP Cron','2021-02-27 03:28:56','2021-02-26 19:28:56'),(124222,44319,'action created','2021-02-27 03:28:56','2021-02-26 19:28:56'),(124223,44319,'action started via WP Cron','2021-02-27 03:29:55','2021-02-26 19:29:55'),(124224,44319,'action complete via WP Cron','2021-02-27 03:29:55','2021-02-26 19:29:55'),(124225,44320,'action created','2021-02-27 03:29:55','2021-02-26 19:29:55'),(124226,44320,'action started via WP Cron','2021-02-27 03:30:51','2021-02-26 19:30:51'),(124227,44320,'action complete via WP Cron','2021-02-27 03:30:51','2021-02-26 19:30:51'),(124228,44321,'action created','2021-02-27 03:30:51','2021-02-26 19:30:51'),(124229,44321,'action started via WP Cron','2021-02-27 03:31:47','2021-02-26 19:31:47'),(124230,44321,'action complete via WP Cron','2021-02-27 03:31:47','2021-02-26 19:31:47'),(124231,44322,'action created','2021-02-27 03:31:47','2021-02-26 19:31:47'),(124232,44322,'action started via WP Cron','2021-02-27 03:33:03','2021-02-26 19:33:03'),(124233,44322,'action complete via WP Cron','2021-02-27 03:33:03','2021-02-26 19:33:03'),(124234,44323,'action created','2021-02-27 03:33:03','2021-02-26 19:33:03'),(124235,44323,'action started via WP Cron','2021-02-27 03:36:52','2021-02-26 19:36:52'),(124236,44323,'action complete via WP Cron','2021-02-27 03:36:52','2021-02-26 19:36:52'),(124237,44324,'action created','2021-02-27 03:36:52','2021-02-26 19:36:52'),(124238,44324,'action started via WP Cron','2021-02-27 03:37:49','2021-02-26 19:37:49'),(124239,44324,'action complete via WP Cron','2021-02-27 03:37:49','2021-02-26 19:37:49'),(124240,44325,'action created','2021-02-27 03:37:49','2021-02-26 19:37:49'),(124241,44325,'action started via WP Cron','2021-02-27 03:39:03','2021-02-26 19:39:03'),(124242,44325,'action complete via WP Cron','2021-02-27 03:39:03','2021-02-26 19:39:03'),(124243,44326,'action created','2021-02-27 03:39:03','2021-02-26 19:39:03'),(124244,44326,'action started via WP Cron','2021-02-27 03:39:54','2021-02-26 19:39:54'),(124245,44326,'action complete via WP Cron','2021-02-27 03:39:54','2021-02-26 19:39:54'),(124246,44327,'action created','2021-02-27 03:39:54','2021-02-26 19:39:54'),(124247,44327,'action started via WP Cron','2021-02-27 03:40:45','2021-02-26 19:40:45'),(124248,44327,'action complete via WP Cron','2021-02-27 03:40:45','2021-02-26 19:40:45'),(124249,44328,'action created','2021-02-27 03:40:45','2021-02-26 19:40:45'),(124250,44328,'action started via WP Cron','2021-02-27 03:41:48','2021-02-26 19:41:48'),(124251,44328,'action complete via WP Cron','2021-02-27 03:41:48','2021-02-26 19:41:48'),(124252,44329,'action created','2021-02-27 03:41:48','2021-02-26 19:41:48'),(124253,44329,'action started via WP Cron','2021-02-27 03:43:00','2021-02-26 19:43:00'),(124254,44329,'action complete via WP Cron','2021-02-27 03:43:00','2021-02-26 19:43:00'),(124255,44330,'action created','2021-02-27 03:43:00','2021-02-26 19:43:00'),(124256,44330,'action started via WP Cron','2021-02-27 03:43:46','2021-02-26 19:43:46'),(124257,44330,'action complete via WP Cron','2021-02-27 03:43:46','2021-02-26 19:43:46'),(124258,44331,'action created','2021-02-27 03:43:46','2021-02-26 19:43:46'),(124259,44331,'action started via WP Cron','2021-02-27 03:45:00','2021-02-26 19:45:00'),(124260,44331,'action complete via WP Cron','2021-02-27 03:45:00','2021-02-26 19:45:00'),(124261,44332,'action created','2021-02-27 03:45:01','2021-02-26 19:45:01'),(124262,44332,'action started via WP Cron','2021-02-27 03:45:41','2021-02-26 19:45:41'),(124263,44332,'action complete via WP Cron','2021-02-27 03:45:41','2021-02-26 19:45:41'),(124264,44333,'action created','2021-02-27 03:45:41','2021-02-26 19:45:41'),(124265,44333,'action started via WP Cron','2021-02-27 03:46:43','2021-02-26 19:46:43'),(124266,44333,'action complete via WP Cron','2021-02-27 03:46:43','2021-02-26 19:46:43'),(124267,44334,'action created','2021-02-27 03:46:43','2021-02-26 19:46:43'),(124268,44334,'action started via WP Cron','2021-02-27 03:47:47','2021-02-26 19:47:47'),(124269,44334,'action complete via WP Cron','2021-02-27 03:47:47','2021-02-26 19:47:47'),(124270,44335,'action created','2021-02-27 03:47:47','2021-02-26 19:47:47'),(124271,44335,'action started via WP Cron','2021-02-27 03:48:43','2021-02-26 19:48:43'),(124272,44335,'action complete via WP Cron','2021-02-27 03:48:43','2021-02-26 19:48:43'),(124273,44336,'action created','2021-02-27 03:48:43','2021-02-26 19:48:43'),(124274,44336,'action started via WP Cron','2021-02-27 03:49:44','2021-02-26 19:49:44'),(124275,44336,'action complete via WP Cron','2021-02-27 03:49:44','2021-02-26 19:49:44'),(124276,44337,'action created','2021-02-27 03:49:44','2021-02-26 19:49:44'),(124277,44337,'action started via WP Cron','2021-02-27 03:50:47','2021-02-26 19:50:47'),(124278,44337,'action complete via WP Cron','2021-02-27 03:50:47','2021-02-26 19:50:47'),(124279,44338,'action created','2021-02-27 03:50:47','2021-02-26 19:50:47'),(124280,44338,'action started via WP Cron','2021-02-27 03:51:58','2021-02-26 19:51:58'),(124281,44338,'action complete via WP Cron','2021-02-27 03:51:58','2021-02-26 19:51:58'),(124282,44339,'action created','2021-02-27 03:51:59','2021-02-26 19:51:59'),(124283,44339,'action started via WP Cron','2021-02-27 03:53:08','2021-02-26 19:53:08'),(124284,44339,'action complete via WP Cron','2021-02-27 03:53:08','2021-02-26 19:53:08'),(124285,44340,'action created','2021-02-27 03:53:08','2021-02-26 19:53:08'),(124286,44340,'action started via WP Cron','2021-02-27 03:53:54','2021-02-26 19:53:54'),(124287,44340,'action complete via WP Cron','2021-02-27 03:53:54','2021-02-26 19:53:54'),(124288,44341,'action created','2021-02-27 03:53:54','2021-02-26 19:53:54'),(124289,44341,'action started via WP Cron','2021-02-27 03:54:55','2021-02-26 19:54:55'),(124290,44341,'action complete via WP Cron','2021-02-27 03:54:55','2021-02-26 19:54:55'),(124291,44342,'action created','2021-02-27 03:54:55','2021-02-26 19:54:55'),(124292,44342,'action started via WP Cron','2021-02-27 03:56:00','2021-02-26 19:56:00'),(124293,44342,'action complete via WP Cron','2021-02-27 03:56:00','2021-02-26 19:56:00'),(124294,44343,'action created','2021-02-27 03:56:00','2021-02-26 19:56:00'),(124295,44343,'action started via WP Cron','2021-02-27 03:57:31','2021-02-26 19:57:31'),(124296,44343,'action complete via WP Cron','2021-02-27 03:57:31','2021-02-26 19:57:31'),(124297,44344,'action created','2021-02-27 03:57:31','2021-02-26 19:57:31'),(124298,44344,'action started via WP Cron','2021-02-27 03:59:15','2021-02-26 19:59:15'),(124299,44344,'action complete via WP Cron','2021-02-27 03:59:15','2021-02-26 19:59:15'),(124300,44345,'action created','2021-02-27 03:59:16','2021-02-26 19:59:16'),(124301,44345,'action started via WP Cron','2021-02-27 04:14:08','2021-02-26 20:14:08'),(124302,44345,'action complete via WP Cron','2021-02-27 04:14:08','2021-02-26 20:14:08'),(124303,44346,'action created','2021-02-27 04:15:19','2021-02-26 20:15:19'),(124304,44346,'action started via WP Cron','2021-02-27 04:16:19','2021-02-26 20:16:19'),(124305,44346,'action complete via WP Cron','2021-02-27 04:16:19','2021-02-26 20:16:19'),(124306,44347,'action created','2021-02-27 04:16:20','2021-02-26 20:16:20'),(124307,44347,'action started via WP Cron','2021-02-27 04:17:20','2021-02-26 20:17:20'),(124308,44347,'action complete via WP Cron','2021-02-27 04:17:20','2021-02-26 20:17:20'),(124309,44348,'action created','2021-02-27 04:17:21','2021-02-26 20:17:21'),(124310,44348,'action started via WP Cron','2021-02-27 04:19:22','2021-02-26 20:19:22'),(124311,44348,'action complete via WP Cron','2021-02-27 04:19:22','2021-02-26 20:19:22'),(124312,44349,'action created','2021-02-27 04:19:22','2021-02-26 20:19:22'),(124313,44349,'action started via WP Cron','2021-02-27 04:20:23','2021-02-26 20:20:23'),(124314,44349,'action complete via WP Cron','2021-02-27 04:20:23','2021-02-26 20:20:23'),(124315,44350,'action created','2021-02-27 04:20:24','2021-02-26 20:20:24'),(124316,44350,'action started via WP Cron','2021-02-27 04:36:33','2021-02-26 20:36:33'),(124317,44350,'action complete via WP Cron','2021-02-27 04:36:33','2021-02-26 20:36:33'),(124318,44351,'action created','2021-02-27 04:39:13','2021-02-26 20:39:13'),(124319,44351,'action started via WP Cron','2021-02-27 04:40:33','2021-02-26 20:40:33'),(124320,44351,'action complete via WP Cron','2021-02-27 04:40:33','2021-02-26 20:40:33'),(124321,44352,'action created','2021-02-27 04:40:33','2021-02-26 20:40:33'),(124322,44352,'action started via WP Cron','2021-02-27 04:41:39','2021-02-26 20:41:39'),(124323,44352,'action complete via WP Cron','2021-02-27 04:41:39','2021-02-26 20:41:39'),(124324,44353,'action created','2021-02-27 04:41:39','2021-02-26 20:41:39'),(124325,44353,'action started via WP Cron','2021-02-27 04:43:41','2021-02-26 20:43:41'),(124326,44353,'action complete via WP Cron','2021-02-27 04:43:41','2021-02-26 20:43:41'),(124327,44354,'action created','2021-02-27 04:43:41','2021-02-26 20:43:41'),(124328,44354,'action started via WP Cron','2021-02-27 04:44:41','2021-02-26 20:44:41'),(124329,44354,'action complete via WP Cron','2021-02-27 04:44:41','2021-02-26 20:44:41'),(124330,44355,'action created','2021-02-27 04:44:41','2021-02-26 20:44:41'),(124331,44355,'action started via WP Cron','2021-02-27 04:45:42','2021-02-26 20:45:42'),(124332,44355,'action complete via WP Cron','2021-02-27 04:45:42','2021-02-26 20:45:42'),(124333,44356,'action created','2021-02-27 04:45:42','2021-02-26 20:45:42'),(124334,44356,'action started via WP Cron','2021-02-27 04:46:46','2021-02-26 20:46:46'),(124335,44356,'action complete via WP Cron','2021-02-27 04:46:46','2021-02-26 20:46:46'),(124336,44357,'action created','2021-02-27 04:46:46','2021-02-26 20:46:46'),(124337,44357,'action started via WP Cron','2021-02-27 04:52:05','2021-02-26 20:52:05'),(124338,44357,'action complete via WP Cron','2021-02-27 04:52:05','2021-02-26 20:52:05'),(124339,44358,'action created','2021-02-27 04:52:05','2021-02-26 20:52:05'),(124340,44358,'action started via WP Cron','2021-02-27 04:57:32','2021-02-26 20:57:32'),(124341,44358,'action complete via WP Cron','2021-02-27 04:57:32','2021-02-26 20:57:32'),(124342,44359,'action created','2021-02-27 04:57:32','2021-02-26 20:57:32'),(124343,44359,'action started via WP Cron','2021-02-27 04:58:00','2021-02-26 20:58:00'),(124344,44359,'action complete via WP Cron','2021-02-27 04:58:00','2021-02-26 20:58:00'),(124345,44360,'action created','2021-02-27 04:58:00','2021-02-26 20:58:00'),(124346,44360,'action started via WP Cron','2021-02-27 04:59:00','2021-02-26 20:59:00'),(124347,44360,'action complete via WP Cron','2021-02-27 04:59:00','2021-02-26 20:59:00'),(124348,44361,'action created','2021-02-27 04:59:00','2021-02-26 20:59:00'),(124349,44361,'action started via WP Cron','2021-02-27 04:59:46','2021-02-26 20:59:46'),(124350,44361,'action complete via WP Cron','2021-02-27 04:59:46','2021-02-26 20:59:46'),(124351,44362,'action created','2021-02-27 04:59:46','2021-02-26 20:59:46'),(124352,44362,'action started via WP Cron','2021-02-27 05:01:02','2021-02-26 21:01:02'),(124353,44362,'action complete via WP Cron','2021-02-27 05:01:02','2021-02-26 21:01:02'),(124354,44363,'action created','2021-02-27 05:01:02','2021-02-26 21:01:02'),(124355,44363,'action started via WP Cron','2021-02-27 05:01:47','2021-02-26 21:01:47'),(124356,44363,'action complete via WP Cron','2021-02-27 05:01:47','2021-02-26 21:01:47'),(124357,44364,'action created','2021-02-27 05:01:47','2021-02-26 21:01:47'),(124358,44364,'action started via WP Cron','2021-02-27 05:03:04','2021-02-26 21:03:04'),(124359,44364,'action complete via WP Cron','2021-02-27 05:03:04','2021-02-26 21:03:04'),(124360,44365,'action created','2021-02-27 05:03:04','2021-02-26 21:03:04'),(124361,44365,'action started via WP Cron','2021-02-27 05:03:54','2021-02-26 21:03:54'),(124362,44365,'action complete via WP Cron','2021-02-27 05:03:54','2021-02-26 21:03:54'),(124363,44366,'action created','2021-02-27 05:03:54','2021-02-26 21:03:54'),(124364,44366,'action started via WP Cron','2021-02-27 05:04:54','2021-02-26 21:04:54'),(124365,44366,'action complete via WP Cron','2021-02-27 05:04:54','2021-02-26 21:04:54'),(124366,44367,'action created','2021-02-27 05:04:54','2021-02-26 21:04:54'),(124367,44367,'action started via WP Cron','2021-02-27 05:06:02','2021-02-26 21:06:02'),(124368,44367,'action complete via WP Cron','2021-02-27 05:06:02','2021-02-26 21:06:02'),(124369,44368,'action created','2021-02-27 05:06:02','2021-02-26 21:06:02'),(124370,44368,'action started via WP Cron','2021-02-27 05:07:03','2021-02-26 21:07:03'),(124371,44368,'action complete via WP Cron','2021-02-27 05:07:03','2021-02-26 21:07:03'),(124372,44369,'action created','2021-02-27 05:07:03','2021-02-26 21:07:03'),(124373,44369,'action started via WP Cron','2021-02-27 05:08:09','2021-02-26 21:08:09'),(124374,44369,'action complete via WP Cron','2021-02-27 05:08:09','2021-02-26 21:08:09'),(124375,44370,'action created','2021-02-27 05:08:09','2021-02-26 21:08:09'),(124376,44370,'action started via WP Cron','2021-02-27 05:16:53','2021-02-26 21:16:53'),(124377,44370,'action complete via WP Cron','2021-02-27 05:16:53','2021-02-26 21:16:53'),(124378,44371,'action created','2021-02-27 05:16:53','2021-02-26 21:16:53'),(124379,44371,'action started via WP Cron','2021-02-27 05:21:24','2021-02-26 21:21:24'),(124380,44371,'action complete via WP Cron','2021-02-27 05:21:24','2021-02-26 21:21:24'),(124381,44372,'action created','2021-02-27 05:21:24','2021-02-26 21:21:24'),(124382,44372,'action started via WP Cron','2021-02-27 05:22:24','2021-02-26 21:22:24'),(124383,44372,'action complete via WP Cron','2021-02-27 05:22:24','2021-02-26 21:22:24'),(124384,44373,'action created','2021-02-27 05:22:25','2021-02-26 21:22:25'),(124385,44373,'action started via WP Cron','2021-02-27 05:23:26','2021-02-26 21:23:26'),(124386,44373,'action complete via WP Cron','2021-02-27 05:23:26','2021-02-26 21:23:26'),(124387,44374,'action created','2021-02-27 05:23:26','2021-02-26 21:23:26'),(124388,44374,'action started via WP Cron','2021-02-27 05:25:27','2021-02-26 21:25:27'),(124389,44374,'action complete via WP Cron','2021-02-27 05:25:27','2021-02-26 21:25:27'),(124390,44375,'action created','2021-02-27 05:25:28','2021-02-26 21:25:28'),(124391,44375,'action started via WP Cron','2021-02-27 05:26:28','2021-02-26 21:26:28'),(124392,44375,'action complete via WP Cron','2021-02-27 05:26:28','2021-02-26 21:26:28'),(124393,44376,'action created','2021-02-27 05:26:29','2021-02-26 21:26:29'),(124394,44376,'action started via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124395,44376,'action complete via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124396,43755,'action started via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124397,43755,'action complete via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124398,44377,'action created','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124399,43756,'action started via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124400,43756,'action complete via WP Cron','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124401,44378,'action created','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124402,44379,'action created','2021-02-27 05:36:16','2021-02-26 21:36:16'),(124403,44379,'action started via WP Cron','2021-02-27 05:36:42','2021-02-26 21:36:42'),(124404,44379,'action complete via WP Cron','2021-02-27 05:36:42','2021-02-26 21:36:42'),(124405,44380,'action created','2021-02-27 05:36:42','2021-02-26 21:36:42'),(124406,44380,'action started via WP Cron','2021-02-27 05:39:09','2021-02-26 21:39:09'),(124407,44380,'action complete via WP Cron','2021-02-27 05:39:09','2021-02-26 21:39:09'),(124408,44381,'action created','2021-02-27 05:39:09','2021-02-26 21:39:09'),(124409,44381,'action started via WP Cron','2021-02-27 05:41:10','2021-02-26 21:41:10'),(124410,44381,'action complete via WP Cron','2021-02-27 05:41:10','2021-02-26 21:41:10'),(124411,44382,'action created','2021-02-27 05:41:10','2021-02-26 21:41:10'),(124412,44382,'action started via WP Cron','2021-02-27 05:42:28','2021-02-26 21:42:28'),(124413,44382,'action complete via WP Cron','2021-02-27 05:42:28','2021-02-26 21:42:28'),(124414,44383,'action created','2021-02-27 05:42:28','2021-02-26 21:42:28'),(124415,44383,'action started via WP Cron','2021-02-27 05:43:23','2021-02-26 21:43:23'),(124416,44383,'action complete via WP Cron','2021-02-27 05:43:23','2021-02-26 21:43:23'),(124417,44384,'action created','2021-02-27 05:43:23','2021-02-26 21:43:23'),(124418,44384,'action started via WP Cron','2021-02-27 05:43:47','2021-02-26 21:43:47'),(124419,44384,'action complete via WP Cron','2021-02-27 05:43:47','2021-02-26 21:43:47'),(124420,44385,'action created','2021-02-27 05:43:47','2021-02-26 21:43:47'),(124421,44385,'action started via WP Cron','2021-02-27 05:44:49','2021-02-26 21:44:49'),(124422,44385,'action complete via WP Cron','2021-02-27 05:44:49','2021-02-26 21:44:49'),(124423,44386,'action created','2021-02-27 05:44:49','2021-02-26 21:44:49'),(124424,44386,'action started via WP Cron','2021-02-27 05:45:42','2021-02-26 21:45:42'),(124425,44386,'action complete via WP Cron','2021-02-27 05:45:42','2021-02-26 21:45:42'),(124426,44387,'action created','2021-02-27 05:45:42','2021-02-26 21:45:42'),(124427,44387,'action started via WP Cron','2021-02-27 05:47:05','2021-02-26 21:47:05'),(124428,44387,'action complete via WP Cron','2021-02-27 05:47:05','2021-02-26 21:47:05'),(124429,44388,'action created','2021-02-27 05:47:05','2021-02-26 21:47:05'),(124430,44388,'action started via WP Cron','2021-02-27 05:48:06','2021-02-26 21:48:06'),(124431,44388,'action complete via WP Cron','2021-02-27 05:48:06','2021-02-26 21:48:06'),(124432,44389,'action created','2021-02-27 05:48:06','2021-02-26 21:48:06'),(124433,44389,'action started via WP Cron','2021-02-27 05:49:07','2021-02-26 21:49:07'),(124434,44389,'action complete via WP Cron','2021-02-27 05:49:07','2021-02-26 21:49:07'),(124435,44390,'action created','2021-02-27 05:49:07','2021-02-26 21:49:07'),(124436,44390,'action started via WP Cron','2021-02-27 05:56:50','2021-02-26 21:56:50'),(124437,44390,'action complete via WP Cron','2021-02-27 05:56:50','2021-02-26 21:56:50'),(124438,44391,'action created','2021-02-27 05:56:50','2021-02-26 21:56:50'),(124439,44391,'action started via WP Cron','2021-02-27 05:58:38','2021-02-26 21:58:38'),(124440,44391,'action complete via WP Cron','2021-02-27 05:58:38','2021-02-26 21:58:38'),(124441,44392,'action created','2021-02-27 05:58:38','2021-02-26 21:58:38'),(124442,44392,'action started via WP Cron','2021-02-27 05:59:23','2021-02-26 21:59:23'),(124443,44392,'action complete via WP Cron','2021-02-27 05:59:23','2021-02-26 21:59:23'),(124444,44393,'action created','2021-02-27 05:59:23','2021-02-26 21:59:23'),(124445,44393,'action started via WP Cron','2021-02-27 05:59:50','2021-02-26 21:59:50'),(124446,44393,'action complete via WP Cron','2021-02-27 05:59:50','2021-02-26 21:59:50'),(124447,44394,'action created','2021-02-27 05:59:50','2021-02-26 21:59:50'),(124448,44394,'action started via WP Cron','2021-02-27 06:01:07','2021-02-26 22:01:07'),(124449,44394,'action complete via WP Cron','2021-02-27 06:01:07','2021-02-26 22:01:07'),(124450,44395,'action created','2021-02-27 06:01:07','2021-02-26 22:01:07'),(124451,44395,'action started via WP Cron','2021-02-27 06:01:53','2021-02-26 22:01:53'),(124452,44395,'action complete via WP Cron','2021-02-27 06:01:53','2021-02-26 22:01:53'),(124453,44396,'action created','2021-02-27 06:01:53','2021-02-26 22:01:53'),(124454,44396,'action started via WP Cron','2021-02-27 06:03:00','2021-02-26 22:03:00'),(124455,44396,'action complete via WP Cron','2021-02-27 06:03:00','2021-02-26 22:03:00'),(124456,44397,'action created','2021-02-27 06:03:00','2021-02-26 22:03:00'),(124457,44397,'action started via WP Cron','2021-02-27 06:04:02','2021-02-26 22:04:02'),(124458,44397,'action complete via WP Cron','2021-02-27 06:04:02','2021-02-26 22:04:02'),(124459,44398,'action created','2021-02-27 06:04:02','2021-02-26 22:04:02'),(124460,44398,'action started via WP Cron','2021-02-27 06:05:06','2021-02-26 22:05:06'),(124461,44398,'action complete via WP Cron','2021-02-27 06:05:06','2021-02-26 22:05:06'),(124462,44399,'action created','2021-02-27 06:05:06','2021-02-26 22:05:06'),(124463,44399,'action started via WP Cron','2021-02-27 06:06:11','2021-02-26 22:06:11'),(124464,44399,'action complete via WP Cron','2021-02-27 06:06:11','2021-02-26 22:06:11'),(124465,44400,'action created','2021-02-27 06:06:11','2021-02-26 22:06:11'),(124466,44400,'action started via WP Cron','2021-02-27 06:07:04','2021-02-26 22:07:04'),(124467,44400,'action complete via WP Cron','2021-02-27 06:07:04','2021-02-26 22:07:04'),(124468,44401,'action created','2021-02-27 06:07:04','2021-02-26 22:07:04'),(124469,44401,'action started via WP Cron','2021-02-27 06:08:04','2021-02-26 22:08:04'),(124470,44401,'action complete via WP Cron','2021-02-27 06:08:04','2021-02-26 22:08:04'),(124471,44402,'action created','2021-02-27 06:08:04','2021-02-26 22:08:04'),(124472,44402,'action started via WP Cron','2021-02-27 06:09:01','2021-02-26 22:09:01'),(124473,44402,'action complete via WP Cron','2021-02-27 06:09:01','2021-02-26 22:09:01'),(124474,44403,'action created','2021-02-27 06:09:01','2021-02-26 22:09:01'),(124475,44403,'action started via WP Cron','2021-02-27 06:09:55','2021-02-26 22:09:55'),(124476,44403,'action complete via WP Cron','2021-02-27 06:09:55','2021-02-26 22:09:55'),(124477,44404,'action created','2021-02-27 06:09:55','2021-02-26 22:09:55'),(124478,44404,'action started via WP Cron','2021-02-27 06:10:44','2021-02-26 22:10:44'),(124479,44404,'action complete via WP Cron','2021-02-27 06:10:44','2021-02-26 22:10:44'),(124480,44405,'action created','2021-02-27 06:10:44','2021-02-26 22:10:44'),(124481,44405,'action started via WP Cron','2021-02-27 06:12:03','2021-02-26 22:12:03'),(124482,44405,'action complete via WP Cron','2021-02-27 06:12:03','2021-02-26 22:12:03'),(124483,44406,'action created','2021-02-27 06:12:03','2021-02-26 22:12:03'),(124484,44406,'action started via WP Cron','2021-02-27 06:12:46','2021-02-26 22:12:46'),(124485,44406,'action complete via WP Cron','2021-02-27 06:12:46','2021-02-26 22:12:46'),(124486,44407,'action created','2021-02-27 06:12:46','2021-02-26 22:12:46'),(124487,44407,'action started via WP Cron','2021-02-27 06:13:56','2021-02-26 22:13:56'),(124488,44407,'action complete via WP Cron','2021-02-27 06:13:56','2021-02-26 22:13:56'),(124489,44408,'action created','2021-02-27 06:13:56','2021-02-26 22:13:56'),(124490,44408,'action started via WP Cron','2021-02-27 06:15:03','2021-02-26 22:15:03'),(124491,44408,'action complete via WP Cron','2021-02-27 06:15:03','2021-02-26 22:15:03'),(124492,44409,'action created','2021-02-27 06:15:20','2021-02-26 22:15:20'),(124493,44409,'action started via WP Cron','2021-02-27 06:15:42','2021-02-26 22:15:42'),(124494,44409,'action complete via WP Cron','2021-02-27 06:15:42','2021-02-26 22:15:42'),(124495,44410,'action created','2021-02-27 06:15:42','2021-02-26 22:15:42'),(124496,44410,'action started via WP Cron','2021-02-27 06:16:43','2021-02-26 22:16:43'),(124497,44410,'action complete via WP Cron','2021-02-27 06:16:43','2021-02-26 22:16:43'),(124498,44411,'action created','2021-02-27 06:16:43','2021-02-26 22:16:43'),(124499,44411,'action started via WP Cron','2021-02-27 06:17:54','2021-02-26 22:17:54'),(124500,44411,'action complete via WP Cron','2021-02-27 06:17:54','2021-02-26 22:17:54'),(124501,44412,'action created','2021-02-27 06:17:54','2021-02-26 22:17:54'),(124502,44412,'action started via WP Cron','2021-02-27 06:18:47','2021-02-26 22:18:47'),(124503,44412,'action complete via WP Cron','2021-02-27 06:18:47','2021-02-26 22:18:47'),(124504,44413,'action created','2021-02-27 06:18:48','2021-02-26 22:18:48'),(124505,44413,'action started via WP Cron','2021-02-27 06:19:45','2021-02-26 22:19:45'),(124506,44413,'action complete via WP Cron','2021-02-27 06:19:45','2021-02-26 22:19:45'),(124507,44414,'action created','2021-02-27 06:19:45','2021-02-26 22:19:45'),(124508,44414,'action started via WP Cron','2021-02-27 06:20:41','2021-02-26 22:20:41'),(124509,44414,'action complete via WP Cron','2021-02-27 06:20:41','2021-02-26 22:20:41'),(124510,44415,'action created','2021-02-27 06:20:41','2021-02-26 22:20:41'),(124511,44415,'action started via WP Cron','2021-02-27 06:21:50','2021-02-26 22:21:50'),(124512,44415,'action complete via WP Cron','2021-02-27 06:21:50','2021-02-26 22:21:50'),(124513,44416,'action created','2021-02-27 06:21:50','2021-02-26 22:21:50'),(124514,44416,'action started via WP Cron','2021-02-27 06:23:05','2021-02-26 22:23:05'),(124515,44416,'action complete via WP Cron','2021-02-27 06:23:05','2021-02-26 22:23:05'),(124516,44417,'action created','2021-02-27 06:23:05','2021-02-26 22:23:05'),(124517,44417,'action started via WP Cron','2021-02-27 06:23:54','2021-02-26 22:23:54'),(124518,44417,'action complete via WP Cron','2021-02-27 06:23:54','2021-02-26 22:23:54'),(124519,44418,'action created','2021-02-27 06:23:54','2021-02-26 22:23:54'),(124520,44418,'action started via WP Cron','2021-02-27 06:24:46','2021-02-26 22:24:46'),(124521,44418,'action complete via WP Cron','2021-02-27 06:24:46','2021-02-26 22:24:46'),(124522,44419,'action created','2021-02-27 06:24:46','2021-02-26 22:24:46'),(124523,44419,'action started via WP Cron','2021-02-27 06:25:53','2021-02-26 22:25:53'),(124524,44419,'action complete via WP Cron','2021-02-27 06:25:53','2021-02-26 22:25:53'),(124525,44420,'action created','2021-02-27 06:25:53','2021-02-26 22:25:53'),(124526,44420,'action started via WP Cron','2021-02-27 06:26:50','2021-02-26 22:26:50'),(124527,44420,'action complete via WP Cron','2021-02-27 06:26:50','2021-02-26 22:26:50'),(124528,44421,'action created','2021-02-27 06:26:50','2021-02-26 22:26:50'),(124529,44421,'action started via WP Cron','2021-02-27 06:27:59','2021-02-26 22:27:59'),(124530,44421,'action complete via WP Cron','2021-02-27 06:27:59','2021-02-26 22:27:59'),(124531,44422,'action created','2021-02-27 06:27:59','2021-02-26 22:27:59'),(124532,44422,'action started via WP Cron','2021-02-27 06:28:42','2021-02-26 22:28:42'),(124533,44422,'action complete via WP Cron','2021-02-27 06:28:42','2021-02-26 22:28:42'),(124534,44423,'action created','2021-02-27 06:28:42','2021-02-26 22:28:42'),(124535,44423,'action started via WP Cron','2021-02-27 06:29:48','2021-02-26 22:29:48'),(124536,44423,'action complete via WP Cron','2021-02-27 06:29:48','2021-02-26 22:29:48'),(124537,44424,'action created','2021-02-27 06:29:48','2021-02-26 22:29:48'),(124538,44424,'action started via WP Cron','2021-02-27 06:30:47','2021-02-26 22:30:47'),(124539,44424,'action complete via WP Cron','2021-02-27 06:30:47','2021-02-26 22:30:47'),(124540,44425,'action created','2021-02-27 06:30:47','2021-02-26 22:30:47'),(124541,44425,'action started via WP Cron','2021-02-27 06:32:01','2021-02-26 22:32:01'),(124542,44425,'action complete via WP Cron','2021-02-27 06:32:01','2021-02-26 22:32:01'),(124543,44426,'action created','2021-02-27 06:32:01','2021-02-26 22:32:01'),(124544,44426,'action started via WP Cron','2021-02-27 06:33:03','2021-02-26 22:33:03'),(124545,44426,'action complete via WP Cron','2021-02-27 06:33:03','2021-02-26 22:33:03'),(124546,44427,'action created','2021-02-27 06:33:04','2021-02-26 22:33:04'),(124547,44427,'action started via WP Cron','2021-02-27 06:34:14','2021-02-26 22:34:14'),(124548,44427,'action complete via WP Cron','2021-02-27 06:34:14','2021-02-26 22:34:14'),(124549,44428,'action created','2021-02-27 06:34:14','2021-02-26 22:34:14'),(124550,44428,'action started via WP Cron','2021-02-27 06:34:44','2021-02-26 22:34:44'),(124551,44428,'action complete via WP Cron','2021-02-27 06:34:44','2021-02-26 22:34:44'),(124552,44429,'action created','2021-02-27 06:34:44','2021-02-26 22:34:44'),(124553,44429,'action started via WP Cron','2021-02-27 06:35:42','2021-02-26 22:35:42'),(124554,44429,'action complete via WP Cron','2021-02-27 06:35:42','2021-02-26 22:35:42'),(124555,44430,'action created','2021-02-27 06:35:43','2021-02-26 22:35:43'),(124556,44430,'action started via WP Cron','2021-02-27 06:37:06','2021-02-26 22:37:06'),(124557,44430,'action complete via WP Cron','2021-02-27 06:37:07','2021-02-26 22:37:07'),(124558,44431,'action created','2021-02-27 06:37:07','2021-02-26 22:37:07'),(124559,44431,'action started via WP Cron','2021-02-27 06:37:44','2021-02-26 22:37:44'),(124560,44431,'action complete via WP Cron','2021-02-27 06:37:44','2021-02-26 22:37:44'),(124561,44432,'action created','2021-02-27 06:37:44','2021-02-26 22:37:44'),(124562,44432,'action started via WP Cron','2021-02-27 06:38:47','2021-02-26 22:38:47'),(124563,44432,'action complete via WP Cron','2021-02-27 06:38:47','2021-02-26 22:38:47'),(124564,44433,'action created','2021-02-27 06:38:47','2021-02-26 22:38:47'),(124565,44433,'action started via WP Cron','2021-02-27 06:39:49','2021-02-26 22:39:49'),(124566,44433,'action complete via WP Cron','2021-02-27 06:39:49','2021-02-26 22:39:49'),(124567,44434,'action created','2021-02-27 06:39:50','2021-02-26 22:39:50'),(124568,44434,'action started via WP Cron','2021-02-27 06:40:50','2021-02-26 22:40:50'),(124569,44434,'action complete via WP Cron','2021-02-27 06:40:50','2021-02-26 22:40:50'),(124570,44435,'action created','2021-02-27 06:40:50','2021-02-26 22:40:50'),(124571,44435,'action started via WP Cron','2021-02-27 06:41:41','2021-02-26 22:41:41'),(124572,44435,'action complete via WP Cron','2021-02-27 06:41:41','2021-02-26 22:41:41'),(124573,44436,'action created','2021-02-27 06:41:41','2021-02-26 22:41:41'),(124574,44436,'action started via WP Cron','2021-02-27 06:42:52','2021-02-26 22:42:52'),(124575,44436,'action complete via WP Cron','2021-02-27 06:42:52','2021-02-26 22:42:52'),(124576,44437,'action created','2021-02-27 06:42:52','2021-02-26 22:42:52'),(124577,44437,'action started via WP Cron','2021-02-27 06:43:42','2021-02-26 22:43:42'),(124578,44437,'action complete via WP Cron','2021-02-27 06:43:42','2021-02-26 22:43:42'),(124579,44438,'action created','2021-02-27 06:43:42','2021-02-26 22:43:42'),(124580,44438,'action started via WP Cron','2021-02-27 06:52:53','2021-02-26 22:52:53'),(124581,44438,'action complete via WP Cron','2021-02-27 06:52:53','2021-02-26 22:52:53'),(124582,44439,'action created','2021-02-27 06:52:54','2021-02-26 22:52:54'),(124583,44439,'action started via WP Cron','2021-02-27 06:54:17','2021-02-26 22:54:17'),(124584,44439,'action complete via WP Cron','2021-02-27 06:54:17','2021-02-26 22:54:17'),(124585,44440,'action created','2021-02-27 06:54:17','2021-02-26 22:54:17'),(124586,44440,'action started via WP Cron','2021-02-27 06:57:19','2021-02-26 22:57:19'),(124587,44440,'action complete via WP Cron','2021-02-27 06:57:19','2021-02-26 22:57:19'),(124588,44441,'action created','2021-02-27 06:57:19','2021-02-26 22:57:19'),(124589,44441,'action started via WP Cron','2021-02-27 06:59:36','2021-02-26 22:59:36'),(124590,44441,'action complete via WP Cron','2021-02-27 06:59:36','2021-02-26 22:59:36'),(124591,44442,'action created','2021-02-27 06:59:36','2021-02-26 22:59:36'),(124592,44442,'action started via WP Cron','2021-02-27 07:00:37','2021-02-26 23:00:37'),(124593,44442,'action complete via WP Cron','2021-02-27 07:00:37','2021-02-26 23:00:37'),(124594,44443,'action created','2021-02-27 07:00:38','2021-02-26 23:00:38'),(124595,44443,'action started via WP Cron','2021-02-27 07:01:39','2021-02-26 23:01:39'),(124596,44443,'action complete via WP Cron','2021-02-27 07:01:39','2021-02-26 23:01:39'),(124597,44444,'action created','2021-02-27 07:01:39','2021-02-26 23:01:39'),(124598,44444,'action started via WP Cron','2021-02-27 07:02:18','2021-02-26 23:02:18'),(124599,44444,'action complete via WP Cron','2021-02-27 07:02:18','2021-02-26 23:02:18'),(124600,44445,'action created','2021-02-27 07:02:18','2021-02-26 23:02:18'),(124601,44445,'action started via WP Cron','2021-02-27 07:05:07','2021-02-26 23:05:07'),(124602,44445,'action complete via WP Cron','2021-02-27 07:05:07','2021-02-26 23:05:07'),(124603,44446,'action created','2021-02-27 07:05:07','2021-02-26 23:05:07'),(124604,44446,'action started via WP Cron','2021-02-27 07:05:57','2021-02-26 23:05:57'),(124605,44446,'action complete via WP Cron','2021-02-27 07:05:57','2021-02-26 23:05:57'),(124606,44447,'action created','2021-02-27 07:05:57','2021-02-26 23:05:57'),(124607,44447,'action started via WP Cron','2021-02-27 07:07:09','2021-02-26 23:07:09'),(124608,44447,'action complete via WP Cron','2021-02-27 07:07:09','2021-02-26 23:07:09'),(124609,44448,'action created','2021-02-27 07:07:10','2021-02-26 23:07:10'),(124610,44448,'action started via WP Cron','2021-02-27 07:11:14','2021-02-26 23:11:14'),(124611,44448,'action complete via WP Cron','2021-02-27 07:11:14','2021-02-26 23:11:14'),(124612,44449,'action created','2021-02-27 07:11:14','2021-02-26 23:11:14'),(124613,44449,'action started via WP Cron','2021-02-27 07:11:42','2021-02-26 23:11:42'),(124614,44449,'action complete via WP Cron','2021-02-27 07:11:42','2021-02-26 23:11:42'),(124615,44450,'action created','2021-02-27 07:11:42','2021-02-26 23:11:42'),(124616,44450,'action started via WP Cron','2021-02-27 07:13:18','2021-02-26 23:13:18'),(124617,44450,'action complete via WP Cron','2021-02-27 07:13:18','2021-02-26 23:13:18'),(124618,44451,'action created','2021-02-27 07:13:18','2021-02-26 23:13:18'),(124619,44451,'action started via WP Cron','2021-02-27 07:14:17','2021-02-26 23:14:17'),(124620,44451,'action complete via WP Cron','2021-02-27 07:14:17','2021-02-26 23:14:17'),(124621,44452,'action created','2021-02-27 07:14:18','2021-02-26 23:14:18'),(124622,44452,'action started via WP Cron','2021-02-27 07:15:04','2021-02-26 23:15:04'),(124623,44452,'action complete via WP Cron','2021-02-27 07:15:04','2021-02-26 23:15:04'),(124624,44453,'action created','2021-02-27 07:15:19','2021-02-26 23:15:19'),(124625,44453,'action started via WP Cron','2021-02-27 07:16:17','2021-02-26 23:16:17'),(124626,44453,'action complete via WP Cron','2021-02-27 07:16:17','2021-02-26 23:16:17'),(124627,44454,'action created','2021-02-27 07:16:17','2021-02-26 23:16:17'),(124628,44454,'action started via WP Cron','2021-02-27 07:17:22','2021-02-26 23:17:22'),(124629,44454,'action complete via WP Cron','2021-02-27 07:17:22','2021-02-26 23:17:22'),(124630,44455,'action created','2021-02-27 07:17:22','2021-02-26 23:17:22'),(124631,44455,'action started via WP Cron','2021-02-27 07:18:22','2021-02-26 23:18:22'),(124632,44455,'action complete via WP Cron','2021-02-27 07:18:22','2021-02-26 23:18:22'),(124633,44456,'action created','2021-02-27 07:18:22','2021-02-26 23:18:22'),(124634,44456,'action started via WP Cron','2021-02-27 07:20:56','2021-02-26 23:20:56'),(124635,44456,'action complete via WP Cron','2021-02-27 07:20:56','2021-02-26 23:20:56'),(124636,44457,'action created','2021-02-27 07:20:56','2021-02-26 23:20:56'),(124637,44457,'action started via WP Cron','2021-02-27 07:26:03','2021-02-26 23:26:03'),(124638,44457,'action complete via WP Cron','2021-02-27 07:26:03','2021-02-26 23:26:03'),(124639,44458,'action created','2021-02-27 07:26:03','2021-02-26 23:26:03'),(124640,44458,'action started via WP Cron','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124641,44458,'action complete via WP Cron','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124642,43777,'action started via WP Cron','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124643,43777,'action complete via WP Cron','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124644,44459,'action created','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124645,44460,'action created','2021-02-27 07:28:35','2021-02-26 23:28:35'),(124646,44460,'action started via WP Cron','2021-02-27 07:29:32','2021-02-26 23:29:32'),(124647,44460,'action complete via WP Cron','2021-02-27 07:29:32','2021-02-26 23:29:32'),(124648,44461,'action created','2021-02-27 07:29:33','2021-02-26 23:29:33'),(124649,44461,'action started via WP Cron','2021-02-27 07:30:33','2021-02-26 23:30:33'),(124650,44461,'action complete via WP Cron','2021-02-27 07:30:33','2021-02-26 23:30:33'),(124651,44462,'action created','2021-02-27 07:30:34','2021-02-26 23:30:34'),(124652,44462,'action started via WP Cron','2021-02-27 07:31:35','2021-02-26 23:31:35'),(124653,44462,'action complete via WP Cron','2021-02-27 07:31:35','2021-02-26 23:31:35'),(124654,44463,'action created','2021-02-27 07:31:35','2021-02-26 23:31:35'),(124655,44463,'action started via WP Cron','2021-02-27 07:31:49','2021-02-26 23:31:49'),(124656,44463,'action complete via WP Cron','2021-02-27 07:31:49','2021-02-26 23:31:49'),(124657,44464,'action created','2021-02-27 07:31:49','2021-02-26 23:31:49'),(124658,44464,'action started via WP Cron','2021-02-27 07:32:50','2021-02-26 23:32:50'),(124659,44464,'action complete via WP Cron','2021-02-27 07:32:50','2021-02-26 23:32:50'),(124660,44465,'action created','2021-02-27 07:32:51','2021-02-26 23:32:51'),(124661,44465,'action started via WP Cron','2021-02-27 07:33:52','2021-02-26 23:33:52'),(124662,44465,'action complete via WP Cron','2021-02-27 07:33:52','2021-02-26 23:33:52'),(124663,44466,'action created','2021-02-27 07:33:52','2021-02-26 23:33:52'),(124664,44466,'action started via WP Cron','2021-02-27 07:36:02','2021-02-26 23:36:02'),(124665,44466,'action complete via WP Cron','2021-02-27 07:36:02','2021-02-26 23:36:02'),(124666,44467,'action created','2021-02-27 07:36:02','2021-02-26 23:36:02'),(124667,44467,'action started via WP Cron','2021-02-27 07:38:33','2021-02-26 23:38:33'),(124668,44467,'action complete via WP Cron','2021-02-27 07:38:33','2021-02-26 23:38:33'),(124669,44468,'action created','2021-02-27 07:38:33','2021-02-26 23:38:33'),(124670,44468,'action started via WP Cron','2021-02-27 07:40:56','2021-02-26 23:40:56'),(124671,44468,'action complete via WP Cron','2021-02-27 07:40:56','2021-02-26 23:40:56'),(124672,44469,'action created','2021-02-27 07:40:56','2021-02-26 23:40:56'),(124673,44469,'action started via WP Cron','2021-02-27 07:57:39','2021-02-26 23:57:39'),(124674,44469,'action complete via WP Cron','2021-02-27 07:57:39','2021-02-26 23:57:39'),(124675,44470,'action created','2021-02-27 07:57:39','2021-02-26 23:57:39'),(124676,44470,'action started via WP Cron','2021-02-27 08:03:08','2021-02-27 00:03:08'),(124677,44470,'action complete via WP Cron','2021-02-27 08:03:08','2021-02-27 00:03:08'),(124678,44471,'action created','2021-02-27 08:03:08','2021-02-27 00:03:08'),(124679,44471,'action started via WP Cron','2021-02-27 08:05:23','2021-02-27 00:05:23'),(124680,44471,'action complete via WP Cron','2021-02-27 08:05:23','2021-02-27 00:05:23'),(124681,44472,'action created','2021-02-27 08:05:23','2021-02-27 00:05:23'),(124682,44472,'action started via WP Cron','2021-02-27 08:07:21','2021-02-27 00:07:21'),(124683,44472,'action complete via WP Cron','2021-02-27 08:07:21','2021-02-27 00:07:21'),(124684,44473,'action created','2021-02-27 08:07:21','2021-02-27 00:07:21'),(124685,44473,'action started via WP Cron','2021-02-27 08:08:21','2021-02-27 00:08:21'),(124686,44473,'action complete via WP Cron','2021-02-27 08:08:21','2021-02-27 00:08:21'),(124687,44474,'action created','2021-02-27 08:08:21','2021-02-27 00:08:21'),(124688,44474,'action started via WP Cron','2021-02-27 08:09:22','2021-02-27 00:09:22'),(124689,44474,'action complete via WP Cron','2021-02-27 08:09:22','2021-02-27 00:09:22'),(124690,44475,'action created','2021-02-27 08:09:22','2021-02-27 00:09:22'),(124691,44475,'action started via WP Cron','2021-02-27 08:10:23','2021-02-27 00:10:23'),(124692,44475,'action complete via WP Cron','2021-02-27 08:10:23','2021-02-27 00:10:23'),(124693,44476,'action created','2021-02-27 08:10:23','2021-02-27 00:10:23'),(124694,44476,'action started via WP Cron','2021-02-27 08:11:24','2021-02-27 00:11:24'),(124695,44476,'action complete via WP Cron','2021-02-27 08:11:24','2021-02-27 00:11:24'),(124696,44477,'action created','2021-02-27 08:11:25','2021-02-27 00:11:25'),(124697,44477,'action started via WP Cron','2021-02-27 08:15:28','2021-02-27 00:15:28'),(124698,44477,'action complete via WP Cron','2021-02-27 08:15:28','2021-02-27 00:15:28'),(124699,44478,'action created','2021-02-27 08:15:28','2021-02-27 00:15:28'),(124700,44478,'action started via WP Cron','2021-02-27 08:16:36','2021-02-27 00:16:36'),(124701,44478,'action complete via WP Cron','2021-02-27 08:16:36','2021-02-27 00:16:36'),(124702,44479,'action created','2021-02-27 08:16:36','2021-02-27 00:16:36'),(124703,44479,'action started via WP Cron','2021-02-27 08:17:17','2021-02-27 00:17:17'),(124704,44479,'action complete via WP Cron','2021-02-27 08:17:17','2021-02-27 00:17:17'),(124705,44480,'action created','2021-02-27 08:17:17','2021-02-27 00:17:17'),(124706,44480,'action started via WP Cron','2021-02-27 08:21:07','2021-02-27 00:21:07'),(124707,44480,'action complete via WP Cron','2021-02-27 08:21:07','2021-02-27 00:21:07'),(124708,44481,'action created','2021-02-27 08:21:07','2021-02-27 00:21:07'),(124709,44481,'action started via WP Cron','2021-02-27 08:22:08','2021-02-27 00:22:08'),(124710,44481,'action complete via WP Cron','2021-02-27 08:22:08','2021-02-27 00:22:08'),(124711,44482,'action created','2021-02-27 08:22:08','2021-02-27 00:22:08'),(124712,44482,'action started via WP Cron','2021-02-27 08:27:32','2021-02-27 00:27:32'),(124713,44482,'action complete via WP Cron','2021-02-27 08:27:32','2021-02-27 00:27:32'),(124714,44483,'action created','2021-02-27 08:27:32','2021-02-27 00:27:32'),(124715,44483,'action started via WP Cron','2021-02-27 08:31:11','2021-02-27 00:31:11'),(124716,44483,'action complete via WP Cron','2021-02-27 08:31:11','2021-02-27 00:31:11'),(124717,44484,'action created','2021-02-27 08:31:11','2021-02-27 00:31:11'),(124718,44484,'action started via WP Cron','2021-02-27 08:32:12','2021-02-27 00:32:12'),(124719,44484,'action complete via WP Cron','2021-02-27 08:32:12','2021-02-27 00:32:12'),(124720,44485,'action created','2021-02-27 08:32:12','2021-02-27 00:32:12'),(124721,44485,'action started via WP Cron','2021-02-27 08:33:48','2021-02-27 00:33:48'),(124722,44485,'action complete via WP Cron','2021-02-27 08:33:48','2021-02-27 00:33:48'),(124723,44486,'action created','2021-02-27 08:33:48','2021-02-27 00:33:48'),(124727,44487,'action started via WP Cron','2021-02-27 08:35:56','2021-02-27 00:35:56'),(124728,44487,'action complete via WP Cron','2021-02-27 08:35:56','2021-02-27 00:35:56'),(124729,44488,'action created','2021-02-27 08:35:56','2021-02-27 00:35:56'),(124730,44488,'action started via WP Cron','2021-02-27 08:38:12','2021-02-27 00:38:12'),(124731,44488,'action complete via WP Cron','2021-02-27 08:38:12','2021-02-27 00:38:12'),(124732,44489,'action created','2021-02-27 08:38:13','2021-02-27 00:38:13'),(124733,44489,'action started via WP Cron','2021-02-27 08:40:44','2021-02-27 00:40:44'),(124734,44489,'action complete via WP Cron','2021-02-27 08:40:44','2021-02-27 00:40:44'),(124735,44490,'action created','2021-02-27 08:45:30','2021-02-27 00:45:30'),(124736,44490,'action started via WP Cron','2021-02-27 08:59:13','2021-02-27 00:59:13'),(124737,44490,'action complete via WP Cron','2021-02-27 08:59:13','2021-02-27 00:59:13'),(124738,44491,'action created','2021-02-27 08:59:13','2021-02-27 00:59:13'),(124739,44491,'action started via WP Cron','2021-02-27 08:59:43','2021-02-27 00:59:43'),(124740,44491,'action complete via WP Cron','2021-02-27 08:59:43','2021-02-27 00:59:43'),(124741,44492,'action created','2021-02-27 08:59:43','2021-02-27 00:59:43'),(124742,44492,'action started via WP Cron','2021-02-27 09:04:15','2021-02-27 01:04:15'),(124743,44492,'action complete via WP Cron','2021-02-27 09:04:15','2021-02-27 01:04:15'),(124744,44493,'action created','2021-02-27 09:04:15','2021-02-27 01:04:15'),(124745,44493,'action started via WP Cron','2021-02-27 09:06:45','2021-02-27 01:06:45'),(124746,44493,'action complete via WP Cron','2021-02-27 09:06:45','2021-02-27 01:06:45'),(124747,44494,'action created','2021-02-27 09:06:45','2021-02-27 01:06:45'),(124748,44494,'action started via WP Cron','2021-02-27 09:07:54','2021-02-27 01:07:54'),(124749,44494,'action complete via WP Cron','2021-02-27 09:07:54','2021-02-27 01:07:54'),(124750,44495,'action created','2021-02-27 09:07:54','2021-02-27 01:07:54'),(124751,44495,'action started via WP Cron','2021-02-27 09:08:53','2021-02-27 01:08:53'),(124752,44495,'action complete via WP Cron','2021-02-27 09:08:53','2021-02-27 01:08:53'),(124753,44496,'action created','2021-02-27 09:08:53','2021-02-27 01:08:53'),(124754,44496,'action started via WP Cron','2021-02-27 09:09:59','2021-02-27 01:09:59'),(124755,44496,'action complete via WP Cron','2021-02-27 09:09:59','2021-02-27 01:09:59'),(124756,44497,'action created','2021-02-27 09:09:59','2021-02-27 01:09:59'),(124757,44497,'action started via WP Cron','2021-02-27 09:10:42','2021-02-27 01:10:42'),(124758,44497,'action complete via WP Cron','2021-02-27 09:10:42','2021-02-27 01:10:42'),(124759,44498,'action created','2021-02-27 09:10:42','2021-02-27 01:10:42'),(124760,44498,'action started via WP Cron','2021-02-27 09:12:01','2021-02-27 01:12:01'),(124761,44498,'action complete via WP Cron','2021-02-27 09:12:01','2021-02-27 01:12:01'),(124762,44499,'action created','2021-02-27 09:12:02','2021-02-27 01:12:02'),(124763,44499,'action started via WP Cron','2021-02-27 09:12:49','2021-02-27 01:12:49'),(124764,44499,'action complete via WP Cron','2021-02-27 09:12:49','2021-02-27 01:12:49'),(124765,44500,'action created','2021-02-27 09:12:49','2021-02-27 01:12:49'),(124766,44500,'action started via WP Cron','2021-02-27 09:13:42','2021-02-27 01:13:42'),(124767,44500,'action complete via WP Cron','2021-02-27 09:13:42','2021-02-27 01:13:42'),(124768,44501,'action created','2021-02-27 09:13:42','2021-02-27 01:13:42'),(124769,44501,'action started via WP Cron','2021-02-27 09:14:57','2021-02-27 01:14:57'),(124770,44501,'action complete via WP Cron','2021-02-27 09:14:57','2021-02-27 01:14:57'),(124771,44502,'action created','2021-02-27 09:14:57','2021-02-27 01:14:57'),(124772,44502,'action started via WP Cron','2021-02-27 09:15:50','2021-02-27 01:15:50'),(124773,44502,'action complete via WP Cron','2021-02-27 09:15:50','2021-02-27 01:15:50'),(124774,44503,'action created','2021-02-27 09:15:50','2021-02-27 01:15:50'),(124775,44503,'action started via WP Cron','2021-02-27 09:16:46','2021-02-27 01:16:46'),(124776,44503,'action complete via WP Cron','2021-02-27 09:16:46','2021-02-27 01:16:46'),(124777,44504,'action created','2021-02-27 09:16:46','2021-02-27 01:16:46'),(124778,44504,'action started via WP Cron','2021-02-27 09:18:10','2021-02-27 01:18:10'),(124779,44504,'action complete via WP Cron','2021-02-27 09:18:10','2021-02-27 01:18:10'),(124780,44505,'action created','2021-02-27 09:18:10','2021-02-27 01:18:10'),(124781,44505,'action started via WP Cron','2021-02-27 09:19:08','2021-02-27 01:19:08'),(124782,44505,'action complete via WP Cron','2021-02-27 09:19:08','2021-02-27 01:19:08'),(124783,44506,'action created','2021-02-27 09:19:08','2021-02-27 01:19:08'),(124784,44506,'action started via WP Cron','2021-02-27 09:19:47','2021-02-27 01:19:47'),(124785,44506,'action complete via WP Cron','2021-02-27 09:19:47','2021-02-27 01:19:47'),(124786,44507,'action created','2021-02-27 09:19:47','2021-02-27 01:19:47'),(124787,44507,'action started via WP Cron','2021-02-27 09:20:57','2021-02-27 01:20:57'),(124788,44507,'action complete via WP Cron','2021-02-27 09:20:57','2021-02-27 01:20:57'),(124789,44508,'action created','2021-02-27 09:20:57','2021-02-27 01:20:57'),(124790,44508,'action started via WP Cron','2021-02-27 09:22:06','2021-02-27 01:22:06'),(124791,44508,'action complete via WP Cron','2021-02-27 09:22:06','2021-02-27 01:22:06'),(124792,44509,'action created','2021-02-27 09:22:06','2021-02-27 01:22:06'),(124793,44509,'action started via WP Cron','2021-02-27 09:22:56','2021-02-27 01:22:56'),(124794,44509,'action complete via WP Cron','2021-02-27 09:22:56','2021-02-27 01:22:56'),(124795,44510,'action created','2021-02-27 09:22:56','2021-02-27 01:22:56'),(124796,44510,'action started via WP Cron','2021-02-27 09:23:53','2021-02-27 01:23:53'),(124797,44510,'action complete via WP Cron','2021-02-27 09:23:53','2021-02-27 01:23:53'),(124798,44511,'action created','2021-02-27 09:23:53','2021-02-27 01:23:53'),(124799,44511,'action started via WP Cron','2021-02-27 09:25:13','2021-02-27 01:25:13'),(124800,44511,'action complete via WP Cron','2021-02-27 09:25:13','2021-02-27 01:25:13'),(124801,44512,'action created','2021-02-27 09:25:13','2021-02-27 01:25:13'),(124802,44512,'action started via WP Cron','2021-02-27 09:26:07','2021-02-27 01:26:07'),(124803,44512,'action complete via WP Cron','2021-02-27 09:26:07','2021-02-27 01:26:07'),(124804,44513,'action created','2021-02-27 09:26:07','2021-02-27 01:26:07'),(124805,44513,'action started via WP Cron','2021-02-27 09:26:47','2021-02-27 01:26:47'),(124806,44513,'action complete via WP Cron','2021-02-27 09:26:47','2021-02-27 01:26:47'),(124807,44514,'action created','2021-02-27 09:26:47','2021-02-27 01:26:47'),(124808,44514,'action started via WP Cron','2021-02-27 09:27:56','2021-02-27 01:27:56'),(124809,44514,'action complete via WP Cron','2021-02-27 09:27:56','2021-02-27 01:27:56'),(124810,44515,'action created','2021-02-27 09:27:57','2021-02-27 01:27:57'),(124811,44515,'action started via WP Cron','2021-02-27 09:28:46','2021-02-27 01:28:46'),(124812,44515,'action complete via WP Cron','2021-02-27 09:28:46','2021-02-27 01:28:46'),(124813,44516,'action created','2021-02-27 09:28:46','2021-02-27 01:28:46'),(124814,44516,'action started via WP Cron','2021-02-27 09:29:57','2021-02-27 01:29:57'),(124815,44516,'action complete via WP Cron','2021-02-27 09:29:57','2021-02-27 01:29:57'),(124816,44517,'action created','2021-02-27 09:29:57','2021-02-27 01:29:57'),(124817,44517,'action started via WP Cron','2021-02-27 09:30:51','2021-02-27 01:30:51'),(124818,44517,'action complete via WP Cron','2021-02-27 09:30:51','2021-02-27 01:30:51'),(124819,44518,'action created','2021-02-27 09:30:51','2021-02-27 01:30:51'),(124820,44518,'action started via WP Cron','2021-02-27 09:35:37','2021-02-27 01:35:37'),(124821,44518,'action complete via WP Cron','2021-02-27 09:35:37','2021-02-27 01:35:37'),(124822,44519,'action created','2021-02-27 09:35:37','2021-02-27 01:35:37'),(124823,44519,'action started via WP Cron','2021-02-27 09:36:00','2021-02-27 01:36:00'),(124824,44519,'action complete via WP Cron','2021-02-27 09:36:00','2021-02-27 01:36:00'),(124825,44520,'action created','2021-02-27 09:36:00','2021-02-27 01:36:00'),(124826,44520,'action started via WP Cron','2021-02-27 09:36:44','2021-02-27 01:36:44'),(124827,44520,'action complete via WP Cron','2021-02-27 09:36:44','2021-02-27 01:36:44'),(124828,44521,'action created','2021-02-27 09:36:44','2021-02-27 01:36:44'),(124829,44521,'action started via WP Cron','2021-02-27 09:37:52','2021-02-27 01:37:52'),(124830,44521,'action complete via WP Cron','2021-02-27 09:37:52','2021-02-27 01:37:52'),(124831,44522,'action created','2021-02-27 09:37:52','2021-02-27 01:37:52'),(124832,44522,'action started via WP Cron','2021-02-27 09:38:45','2021-02-27 01:38:45'),(124833,44522,'action complete via WP Cron','2021-02-27 09:38:45','2021-02-27 01:38:45'),(124834,44523,'action created','2021-02-27 09:38:46','2021-02-27 01:38:46'),(124835,44523,'action started via WP Cron','2021-02-27 09:39:43','2021-02-27 01:39:43'),(124836,44523,'action complete via WP Cron','2021-02-27 09:39:43','2021-02-27 01:39:43'),(124837,44524,'action created','2021-02-27 09:39:43','2021-02-27 01:39:43'),(124838,44524,'action started via WP Cron','2021-02-27 09:41:02','2021-02-27 01:41:02'),(124839,44524,'action complete via WP Cron','2021-02-27 09:41:02','2021-02-27 01:41:02'),(124840,44525,'action created','2021-02-27 09:41:02','2021-02-27 01:41:02'),(124841,44525,'action started via WP Cron','2021-02-27 09:41:41','2021-02-27 01:41:41'),(124842,44525,'action complete via WP Cron','2021-02-27 09:41:41','2021-02-27 01:41:41'),(124843,44526,'action created','2021-02-27 09:41:41','2021-02-27 01:41:41'),(124844,44526,'action started via WP Cron','2021-02-27 09:51:55','2021-02-27 01:51:55'),(124845,44526,'action complete via WP Cron','2021-02-27 09:51:55','2021-02-27 01:51:55'),(124846,44527,'action created','2021-02-27 09:51:55','2021-02-27 01:51:55'),(124847,44527,'action started via WP Cron','2021-02-27 09:55:03','2021-02-27 01:55:03'),(124848,44527,'action complete via WP Cron','2021-02-27 09:55:03','2021-02-27 01:55:03'),(124849,44528,'action created','2021-02-27 09:55:03','2021-02-27 01:55:03'),(124850,44528,'action started via WP Cron','2021-02-27 09:56:00','2021-02-27 01:56:00'),(124851,44528,'action complete via WP Cron','2021-02-27 09:56:00','2021-02-27 01:56:00'),(124852,44529,'action created','2021-02-27 09:56:00','2021-02-27 01:56:00'),(124853,44529,'action started via WP Cron','2021-02-27 09:58:42','2021-02-27 01:58:42'),(124854,44529,'action complete via WP Cron','2021-02-27 09:58:42','2021-02-27 01:58:42'),(124855,44530,'action created','2021-02-27 09:58:42','2021-02-27 01:58:42'),(124856,44530,'action started via WP Cron','2021-02-27 10:00:01','2021-02-27 02:00:01'),(124857,44530,'action complete via WP Cron','2021-02-27 10:00:01','2021-02-27 02:00:01'),(124858,44531,'action created','2021-02-27 10:00:01','2021-02-27 02:00:01'),(124859,44531,'action started via WP Cron','2021-02-27 10:01:38','2021-02-27 02:01:38'),(124860,44531,'action complete via WP Cron','2021-02-27 10:01:38','2021-02-27 02:01:38'),(124861,44532,'action created','2021-02-27 10:01:38','2021-02-27 02:01:38'),(124862,44532,'action started via WP Cron','2021-02-27 10:03:37','2021-02-27 02:03:37'),(124863,44532,'action complete via WP Cron','2021-02-27 10:03:37','2021-02-27 02:03:37'),(124864,44533,'action created','2021-02-27 10:03:37','2021-02-27 02:03:37'),(124865,44533,'action started via WP Cron','2021-02-27 10:08:23','2021-02-27 02:08:23'),(124866,44533,'action complete via WP Cron','2021-02-27 10:08:23','2021-02-27 02:08:23'),(124867,44534,'action created','2021-02-27 10:08:23','2021-02-27 02:08:23'),(124868,44534,'action started via WP Cron','2021-02-27 10:09:49','2021-02-27 02:09:49'),(124869,44534,'action complete via WP Cron','2021-02-27 10:09:49','2021-02-27 02:09:49'),(124870,44535,'action created','2021-02-27 10:09:49','2021-02-27 02:09:49'),(124871,44535,'action started via WP Cron','2021-02-27 10:11:28','2021-02-27 02:11:28'),(124872,44535,'action complete via WP Cron','2021-02-27 10:11:28','2021-02-27 02:11:28'),(124873,44536,'action created','2021-02-27 10:11:28','2021-02-27 02:11:28'),(124874,44536,'action started via WP Cron','2021-02-27 10:11:48','2021-02-27 02:11:48'),(124875,44536,'action complete via WP Cron','2021-02-27 10:11:48','2021-02-27 02:11:48'),(124876,44537,'action created','2021-02-27 10:11:48','2021-02-27 02:11:48'),(124877,44537,'action started via WP Cron','2021-02-27 10:16:30','2021-02-27 02:16:30'),(124878,44537,'action complete via WP Cron','2021-02-27 10:16:30','2021-02-27 02:16:30'),(124879,44538,'action created','2021-02-27 10:16:30','2021-02-27 02:16:30'),(124880,44538,'action started via WP Cron','2021-02-27 10:17:30','2021-02-27 02:17:30'),(124881,44538,'action complete via WP Cron','2021-02-27 10:17:30','2021-02-27 02:17:30'),(124882,44539,'action created','2021-02-27 10:17:30','2021-02-27 02:17:30'),(124883,44539,'action started via WP Cron','2021-02-27 10:18:31','2021-02-27 02:18:31'),(124884,44539,'action complete via WP Cron','2021-02-27 10:18:31','2021-02-27 02:18:31'),(124885,44540,'action created','2021-02-27 10:18:31','2021-02-27 02:18:31'),(124886,44540,'action started via WP Cron','2021-02-27 10:19:32','2021-02-27 02:19:32'),(124887,44540,'action complete via WP Cron','2021-02-27 10:19:32','2021-02-27 02:19:32'),(124888,44541,'action created','2021-02-27 10:19:32','2021-02-27 02:19:32'),(124889,44541,'action started via WP Cron','2021-02-27 10:20:56','2021-02-27 02:20:56'),(124890,44541,'action complete via WP Cron','2021-02-27 10:20:56','2021-02-27 02:20:56'),(124891,44542,'action created','2021-02-27 10:20:56','2021-02-27 02:20:56'),(124892,44542,'action started via WP Cron','2021-02-27 10:21:57','2021-02-27 02:21:57'),(124893,44542,'action complete via WP Cron','2021-02-27 10:21:57','2021-02-27 02:21:57'),(124894,44543,'action created','2021-02-27 10:21:57','2021-02-27 02:21:57'),(124895,44543,'action started via WP Cron','2021-02-27 10:22:58','2021-02-27 02:22:58'),(124896,44543,'action complete via WP Cron','2021-02-27 10:22:58','2021-02-27 02:22:58'),(124897,44544,'action created','2021-02-27 10:22:58','2021-02-27 02:22:58'),(124898,44544,'action started via WP Cron','2021-02-27 10:25:25','2021-02-27 02:25:25'),(124899,44544,'action complete via WP Cron','2021-02-27 10:25:25','2021-02-27 02:25:25'),(124900,44545,'action created','2021-02-27 10:25:25','2021-02-27 02:25:25'),(124901,44545,'action started via WP Cron','2021-02-27 10:30:16','2021-02-27 02:30:16'),(124902,44545,'action complete via WP Cron','2021-02-27 10:30:16','2021-02-27 02:30:16'),(124903,44546,'action created','2021-02-27 10:30:16','2021-02-27 02:30:16'),(124907,44546,'action started via WP Cron','2021-02-27 10:33:11','2021-02-27 02:33:11'),(124908,44546,'action complete via WP Cron','2021-02-27 10:33:11','2021-02-27 02:33:11'),(124909,44548,'action created','2021-02-27 10:33:11','2021-02-27 02:33:11'),(124910,44548,'action started via WP Cron','2021-02-27 10:36:22','2021-02-27 02:36:22'),(124911,44548,'action complete via WP Cron','2021-02-27 10:36:22','2021-02-27 02:36:22'),(124912,44549,'action created','2021-02-27 10:36:22','2021-02-27 02:36:22'),(124913,44549,'action started via WP Cron','2021-02-27 10:38:56','2021-02-27 02:38:56'),(124914,44549,'action complete via WP Cron','2021-02-27 10:38:56','2021-02-27 02:38:56'),(124915,44550,'action created','2021-02-27 10:38:56','2021-02-27 02:38:56'),(124916,44550,'action started via WP Cron','2021-02-27 10:54:00','2021-02-27 02:54:00'),(124917,44550,'action complete via WP Cron','2021-02-27 10:54:00','2021-02-27 02:54:00'),(124918,44551,'action created','2021-02-27 10:54:00','2021-02-27 02:54:00'),(124919,44551,'action started via WP Cron','2021-02-27 10:57:56','2021-02-27 02:57:56'),(124920,44551,'action complete via WP Cron','2021-02-27 10:57:56','2021-02-27 02:57:56'),(124921,44552,'action created','2021-02-27 10:57:56','2021-02-27 02:57:56'),(124922,44552,'action started via WP Cron','2021-02-27 11:02:00','2021-02-27 03:02:00'),(124923,44552,'action complete via WP Cron','2021-02-27 11:02:00','2021-02-27 03:02:00'),(124924,44553,'action created','2021-02-27 11:02:00','2021-02-27 03:02:00'),(124925,44553,'action started via WP Cron','2021-02-27 11:03:08','2021-02-27 03:03:08'),(124926,44553,'action complete via WP Cron','2021-02-27 11:03:08','2021-02-27 03:03:08'),(124927,44554,'action created','2021-02-27 11:03:08','2021-02-27 03:03:08'),(124928,44554,'action started via WP Cron','2021-02-27 11:04:10','2021-02-27 03:04:10'),(124929,44554,'action complete via WP Cron','2021-02-27 11:04:10','2021-02-27 03:04:10'),(124930,44555,'action created','2021-02-27 11:04:10','2021-02-27 03:04:10'),(124931,44555,'action started via WP Cron','2021-02-27 11:06:11','2021-02-27 03:06:11'),(124932,44555,'action complete via WP Cron','2021-02-27 11:06:11','2021-02-27 03:06:11'),(124933,44556,'action created','2021-02-27 11:06:11','2021-02-27 03:06:11'),(124934,44556,'action started via WP Cron','2021-02-27 11:07:12','2021-02-27 03:07:12'),(124935,44556,'action complete via WP Cron','2021-02-27 11:07:12','2021-02-27 03:07:12'),(124936,44557,'action created','2021-02-27 11:07:12','2021-02-27 03:07:12'),(124937,44557,'action started via WP Cron','2021-02-27 11:08:13','2021-02-27 03:08:13'),(124938,44557,'action complete via WP Cron','2021-02-27 11:08:13','2021-02-27 03:08:13'),(124939,44558,'action created','2021-02-27 11:08:13','2021-02-27 03:08:13'),(124940,44558,'action started via WP Cron','2021-02-27 11:11:12','2021-02-27 03:11:12'),(124941,44558,'action complete via WP Cron','2021-02-27 11:11:12','2021-02-27 03:11:12'),(124942,44559,'action created','2021-02-27 11:11:12','2021-02-27 03:11:12'),(124943,44559,'action started via WP Cron','2021-02-27 11:12:36','2021-02-27 03:12:36'),(124944,44559,'action complete via WP Cron','2021-02-27 11:12:36','2021-02-27 03:12:36'),(124945,44560,'action created','2021-02-27 11:12:36','2021-02-27 03:12:36'),(124946,44560,'action started via WP Cron','2021-02-27 11:13:09','2021-02-27 03:13:09'),(124947,44560,'action complete via WP Cron','2021-02-27 11:13:09','2021-02-27 03:13:09'),(124948,44561,'action created','2021-02-27 11:13:09','2021-02-27 03:13:09'),(124949,44561,'action started via WP Cron','2021-02-27 11:13:57','2021-02-27 03:13:57'),(124950,44561,'action complete via WP Cron','2021-02-27 11:13:57','2021-02-27 03:13:57'),(124951,44562,'action created','2021-02-27 11:13:57','2021-02-27 03:13:57'),(124952,44562,'action started via WP Cron','2021-02-27 11:14:46','2021-02-27 03:14:46'),(124953,44562,'action complete via WP Cron','2021-02-27 11:14:46','2021-02-27 03:14:46'),(124954,44563,'action created','2021-02-27 11:14:46','2021-02-27 03:14:46'),(124955,44563,'action started via WP Cron','2021-02-27 11:16:06','2021-02-27 03:16:06'),(124956,44563,'action complete via WP Cron','2021-02-27 11:16:06','2021-02-27 03:16:06'),(124957,44564,'action created','2021-02-27 11:16:06','2021-02-27 03:16:06'),(124958,44564,'action started via WP Cron','2021-02-27 11:16:58','2021-02-27 03:16:58'),(124959,44564,'action complete via WP Cron','2021-02-27 11:16:58','2021-02-27 03:16:58'),(124960,44565,'action created','2021-02-27 11:16:58','2021-02-27 03:16:58'),(124961,44565,'action started via WP Cron','2021-02-27 11:18:03','2021-02-27 03:18:03'),(124962,44565,'action complete via WP Cron','2021-02-27 11:18:03','2021-02-27 03:18:03'),(124963,44566,'action created','2021-02-27 11:18:03','2021-02-27 03:18:03'),(124964,44566,'action started via WP Cron','2021-02-27 11:19:10','2021-02-27 03:19:10'),(124965,44566,'action complete via WP Cron','2021-02-27 11:19:10','2021-02-27 03:19:10'),(124966,44567,'action created','2021-02-27 11:19:10','2021-02-27 03:19:10'),(124967,44567,'action started via WP Cron','2021-02-27 11:19:42','2021-02-27 03:19:42'),(124968,44567,'action complete via WP Cron','2021-02-27 11:19:42','2021-02-27 03:19:42'),(124969,44568,'action created','2021-02-27 11:19:42','2021-02-27 03:19:42'),(124970,44568,'action started via WP Cron','2021-02-27 11:20:55','2021-02-27 03:20:55'),(124971,44568,'action complete via WP Cron','2021-02-27 11:20:55','2021-02-27 03:20:55'),(124972,44569,'action created','2021-02-27 11:20:55','2021-02-27 03:20:55'),(124973,44569,'action started via WP Cron','2021-02-27 11:21:44','2021-02-27 03:21:44'),(124974,44569,'action complete via WP Cron','2021-02-27 11:21:44','2021-02-27 03:21:44'),(124975,44570,'action created','2021-02-27 11:21:44','2021-02-27 03:21:44'),(124976,44570,'action started via WP Cron','2021-02-27 11:22:41','2021-02-27 03:22:41'),(124977,44570,'action complete via WP Cron','2021-02-27 11:22:41','2021-02-27 03:22:41'),(124978,44571,'action created','2021-02-27 11:22:41','2021-02-27 03:22:41'),(124979,44571,'action started via WP Cron','2021-02-27 11:23:58','2021-02-27 03:23:58'),(124980,44571,'action complete via WP Cron','2021-02-27 11:23:58','2021-02-27 03:23:58'),(124981,44572,'action created','2021-02-27 11:24:19','2021-02-27 03:24:19'),(124982,44572,'action started via WP Cron','2021-02-27 11:24:43','2021-02-27 03:24:43'),(124983,44572,'action complete via WP Cron','2021-02-27 11:24:43','2021-02-27 03:24:43'),(124984,44573,'action created','2021-02-27 11:24:43','2021-02-27 03:24:43'),(124985,44573,'action started via WP Cron','2021-02-27 11:25:51','2021-02-27 03:25:51'),(124986,44573,'action complete via WP Cron','2021-02-27 11:25:51','2021-02-27 03:25:51'),(124987,44574,'action created','2021-02-27 11:25:52','2021-02-27 03:25:52'),(124988,44574,'action started via WP Cron','2021-02-27 11:26:42','2021-02-27 03:26:42'),(124989,44574,'action complete via WP Cron','2021-02-27 11:26:42','2021-02-27 03:26:42'),(124990,44575,'action created','2021-02-27 11:26:42','2021-02-27 03:26:42'),(124991,44575,'action started via WP Cron','2021-02-27 11:27:54','2021-02-27 03:27:54'),(124992,44575,'action complete via WP Cron','2021-02-27 11:27:54','2021-02-27 03:27:54'),(124993,44576,'action created','2021-02-27 11:27:54','2021-02-27 03:27:54'),(124994,44576,'action started via WP Cron','2021-02-27 11:28:49','2021-02-27 03:28:49'),(124995,44576,'action complete via WP Cron','2021-02-27 11:28:49','2021-02-27 03:28:49'),(124996,44577,'action created','2021-02-27 11:28:49','2021-02-27 03:28:49'),(124997,44577,'action started via WP Cron','2021-02-27 11:29:52','2021-02-27 03:29:52'),(124998,44577,'action complete via WP Cron','2021-02-27 11:29:52','2021-02-27 03:29:52'),(124999,44578,'action created','2021-02-27 11:29:52','2021-02-27 03:29:52'),(125000,44578,'action started via WP Cron','2021-02-27 11:30:45','2021-02-27 03:30:45'),(125001,44578,'action complete via WP Cron','2021-02-27 11:30:45','2021-02-27 03:30:45'),(125002,44579,'action created','2021-02-27 11:30:45','2021-02-27 03:30:45'),(125003,44579,'action started via WP Cron','2021-02-27 11:31:43','2021-02-27 03:31:43'),(125004,44579,'action complete via WP Cron','2021-02-27 11:31:43','2021-02-27 03:31:43'),(125005,44580,'action created','2021-02-27 11:31:43','2021-02-27 03:31:43'),(125006,44580,'action started via WP Cron','2021-02-27 11:32:41','2021-02-27 03:32:41'),(125007,44580,'action complete via WP Cron','2021-02-27 11:32:41','2021-02-27 03:32:41'),(125008,44581,'action created','2021-02-27 11:32:41','2021-02-27 03:32:41'),(125009,44581,'action started via WP Cron','2021-02-27 11:33:45','2021-02-27 03:33:45'),(125010,44581,'action complete via WP Cron','2021-02-27 11:33:45','2021-02-27 03:33:45'),(125011,44582,'action created','2021-02-27 11:33:45','2021-02-27 03:33:45'),(125012,44582,'action started via WP Cron','2021-02-27 11:35:04','2021-02-27 03:35:04'),(125013,44582,'action complete via WP Cron','2021-02-27 11:35:04','2021-02-27 03:35:04'),(125014,44583,'action created','2021-02-27 11:35:04','2021-02-27 03:35:04'),(125015,44583,'action started via WP Cron','2021-02-27 11:35:42','2021-02-27 03:35:42'),(125016,44583,'action complete via WP Cron','2021-02-27 11:35:42','2021-02-27 03:35:42'),(125017,44584,'action created','2021-02-27 11:35:42','2021-02-27 03:35:42'),(125018,44584,'action started via WP Cron','2021-02-27 11:36:44','2021-02-27 03:36:44'),(125019,44584,'action complete via WP Cron','2021-02-27 11:36:44','2021-02-27 03:36:44'),(125020,44585,'action created','2021-02-27 11:36:44','2021-02-27 03:36:44'),(125021,44585,'action started via WP Cron','2021-02-27 11:37:53','2021-02-27 03:37:53'),(125022,44585,'action complete via WP Cron','2021-02-27 11:37:53','2021-02-27 03:37:53'),(125023,44586,'action created','2021-02-27 11:37:53','2021-02-27 03:37:53'),(125024,44586,'action started via WP Cron','2021-02-27 11:38:44','2021-02-27 03:38:44'),(125025,44586,'action complete via WP Cron','2021-02-27 11:38:44','2021-02-27 03:38:44'),(125026,44587,'action created','2021-02-27 11:38:44','2021-02-27 03:38:44'),(125027,44587,'action started via WP Cron','2021-02-27 11:39:44','2021-02-27 03:39:44'),(125028,44587,'action complete via WP Cron','2021-02-27 11:39:44','2021-02-27 03:39:44'),(125029,44588,'action created','2021-02-27 11:39:44','2021-02-27 03:39:44'),(125030,44588,'action started via WP Cron','2021-02-27 11:40:47','2021-02-27 03:40:47'),(125031,44588,'action complete via WP Cron','2021-02-27 11:40:47','2021-02-27 03:40:47'),(125032,44589,'action created','2021-02-27 11:40:47','2021-02-27 03:40:47'),(125033,44589,'action started via WP Cron','2021-02-27 11:41:41','2021-02-27 03:41:41'),(125034,44589,'action complete via WP Cron','2021-02-27 11:41:41','2021-02-27 03:41:41'),(125035,44590,'action created','2021-02-27 11:41:41','2021-02-27 03:41:41'),(125036,44590,'action started via WP Cron','2021-02-27 11:42:44','2021-02-27 03:42:44'),(125037,44590,'action complete via WP Cron','2021-02-27 11:42:44','2021-02-27 03:42:44'),(125038,44591,'action created','2021-02-27 11:42:44','2021-02-27 03:42:44'),(125039,44591,'action started via WP Cron','2021-02-27 11:43:49','2021-02-27 03:43:49'),(125040,44591,'action complete via WP Cron','2021-02-27 11:43:49','2021-02-27 03:43:49'),(125041,44592,'action created','2021-02-27 11:43:50','2021-02-27 03:43:50'),(125042,44592,'action started via WP Cron','2021-02-27 11:44:46','2021-02-27 03:44:46'),(125043,44592,'action complete via WP Cron','2021-02-27 11:44:46','2021-02-27 03:44:46'),(125044,44593,'action created','2021-02-27 11:44:46','2021-02-27 03:44:46'),(125045,44593,'action started via WP Cron','2021-02-27 11:52:08','2021-02-27 03:52:08'),(125046,44593,'action complete via WP Cron','2021-02-27 11:52:08','2021-02-27 03:52:08'),(125047,44594,'action created','2021-02-27 11:52:08','2021-02-27 03:52:08'),(125048,44594,'action started via WP Cron','2021-02-27 11:53:44','2021-02-27 03:53:44'),(125049,44594,'action complete via WP Cron','2021-02-27 11:53:44','2021-02-27 03:53:44'),(125050,44595,'action created','2021-02-27 11:53:44','2021-02-27 03:53:44'),(125051,44595,'action started via WP Cron','2021-02-27 11:54:52','2021-02-27 03:54:52'),(125052,44595,'action complete via WP Cron','2021-02-27 11:54:52','2021-02-27 03:54:52'),(125053,44596,'action created','2021-02-27 11:54:52','2021-02-27 03:54:52'),(125054,44596,'action started via WP Cron','2021-02-27 11:55:47','2021-02-27 03:55:47'),(125055,44596,'action complete via WP Cron','2021-02-27 11:55:47','2021-02-27 03:55:47'),(125056,44597,'action created','2021-02-27 11:55:47','2021-02-27 03:55:47'),(125057,44597,'action started via WP Cron','2021-02-27 11:57:55','2021-02-27 03:57:55'),(125058,44597,'action complete via WP Cron','2021-02-27 11:57:55','2021-02-27 03:57:55'),(125059,44598,'action created','2021-02-27 11:57:55','2021-02-27 03:57:55'),(125060,44598,'action started via WP Cron','2021-02-27 11:58:56','2021-02-27 03:58:56'),(125061,44598,'action complete via WP Cron','2021-02-27 11:58:56','2021-02-27 03:58:56'),(125062,44599,'action created','2021-02-27 11:58:56','2021-02-27 03:58:56'),(125063,44599,'action started via WP Cron','2021-02-27 11:59:57','2021-02-27 03:59:57'),(125064,44599,'action complete via WP Cron','2021-02-27 11:59:57','2021-02-27 03:59:57'),(125065,44600,'action created','2021-02-27 11:59:57','2021-02-27 03:59:57'),(125066,44600,'action started via WP Cron','2021-02-27 12:03:42','2021-02-27 04:03:42'),(125067,44600,'action complete via WP Cron','2021-02-27 12:03:42','2021-02-27 04:03:42'),(125068,44601,'action created','2021-02-27 12:03:42','2021-02-27 04:03:42'),(125069,44601,'action started via WP Cron','2021-02-27 12:06:25','2021-02-27 04:06:25'),(125070,44601,'action complete via WP Cron','2021-02-27 12:06:25','2021-02-27 04:06:25'),(125071,44602,'action created','2021-02-27 12:06:25','2021-02-27 04:06:25'),(125072,44602,'action started via WP Cron','2021-02-27 12:08:36','2021-02-27 04:08:36'),(125073,44602,'action complete via WP Cron','2021-02-27 12:08:36','2021-02-27 04:08:36'),(125074,44603,'action created','2021-02-27 12:08:36','2021-02-27 04:08:36'),(125075,44603,'action started via WP Cron','2021-02-27 12:09:13','2021-02-27 04:09:13'),(125076,44603,'action complete via WP Cron','2021-02-27 12:09:13','2021-02-27 04:09:13'),(125077,44604,'action created','2021-02-27 12:09:13','2021-02-27 04:09:13'),(125078,44604,'action started via WP Cron','2021-02-27 12:10:14','2021-02-27 04:10:14'),(125079,44604,'action complete via WP Cron','2021-02-27 12:10:14','2021-02-27 04:10:14'),(125080,44605,'action created','2021-02-27 12:10:14','2021-02-27 04:10:14'),(125081,44605,'action started via WP Cron','2021-02-27 12:11:16','2021-02-27 04:11:16'),(125082,44605,'action complete via WP Cron','2021-02-27 12:11:16','2021-02-27 04:11:16'),(125083,44606,'action created','2021-02-27 12:11:16','2021-02-27 04:11:16'),(125084,44606,'action started via WP Cron','2021-02-27 12:13:17','2021-02-27 04:13:17'),(125085,44606,'action complete via WP Cron','2021-02-27 12:13:17','2021-02-27 04:13:17'),(125086,44607,'action created','2021-02-27 12:13:18','2021-02-27 04:13:18'),(125087,44607,'action started via WP Cron','2021-02-27 12:14:19','2021-02-27 04:14:19'),(125088,44607,'action complete via WP Cron','2021-02-27 12:14:19','2021-02-27 04:14:19'),(125089,44608,'action created','2021-02-27 12:14:19','2021-02-27 04:14:19'),(125090,44608,'action started via WP Cron','2021-02-27 12:16:29','2021-02-27 04:16:29'),(125091,44608,'action complete via WP Cron','2021-02-27 12:16:29','2021-02-27 04:16:29'),(125092,44609,'action created','2021-02-27 12:16:29','2021-02-27 04:16:29'),(125093,44609,'action started via WP Cron','2021-02-27 12:18:02','2021-02-27 04:18:02'),(125094,44609,'action complete via WP Cron','2021-02-27 12:18:02','2021-02-27 04:18:02'),(125095,44610,'action created','2021-02-27 12:18:02','2021-02-27 04:18:02'),(125096,44610,'action started via WP Cron','2021-02-27 12:25:01','2021-02-27 04:25:01'),(125097,44610,'action complete via WP Cron','2021-02-27 12:25:01','2021-02-27 04:25:01'),(125098,44611,'action created','2021-02-27 12:25:02','2021-02-27 04:25:02'),(125099,44611,'action started via WP Cron','2021-02-27 12:27:00','2021-02-27 04:27:00'),(125100,44611,'action complete via WP Cron','2021-02-27 12:27:00','2021-02-27 04:27:00'),(125101,44612,'action created','2021-02-27 12:27:00','2021-02-27 04:27:00'),(125102,44612,'action started via WP Cron','2021-02-27 12:28:03','2021-02-27 04:28:03'),(125103,44612,'action complete via WP Cron','2021-02-27 12:28:03','2021-02-27 04:28:03'),(125104,44613,'action created','2021-02-27 12:28:03','2021-02-27 04:28:03'),(125105,44613,'action started via WP Cron','2021-02-27 12:29:04','2021-02-27 04:29:04'),(125106,44613,'action complete via WP Cron','2021-02-27 12:29:04','2021-02-27 04:29:04'),(125107,44614,'action created','2021-02-27 12:29:04','2021-02-27 04:29:04'),(125108,44614,'action started via WP Cron','2021-02-27 12:30:05','2021-02-27 04:30:05'),(125109,44614,'action complete via WP Cron','2021-02-27 12:30:05','2021-02-27 04:30:05'),(125110,44615,'action created','2021-02-27 12:30:05','2021-02-27 04:30:05'),(125111,44615,'action started via WP Cron','2021-02-27 12:31:07','2021-02-27 04:31:07'),(125112,44615,'action complete via WP Cron','2021-02-27 12:31:07','2021-02-27 04:31:07'),(125113,44616,'action created','2021-02-27 12:31:07','2021-02-27 04:31:07'),(125114,44616,'action started via WP Cron','2021-02-27 12:32:17','2021-02-27 04:32:17'),(125115,44616,'action complete via WP Cron','2021-02-27 12:32:17','2021-02-27 04:32:17'),(125116,44617,'action created','2021-02-27 12:32:17','2021-02-27 04:32:17'),(125117,44617,'action started via WP Cron','2021-02-27 12:45:52','2021-02-27 04:45:52'),(125118,44617,'action complete via WP Cron','2021-02-27 12:45:52','2021-02-27 04:45:52'),(125119,44618,'action created','2021-02-27 12:45:52','2021-02-27 04:45:52'),(125120,44618,'action started via WP Cron','2021-02-27 12:49:47','2021-02-27 04:49:47'),(125121,44618,'action complete via WP Cron','2021-02-27 12:49:47','2021-02-27 04:49:47'),(125122,44619,'action created','2021-02-27 12:49:47','2021-02-27 04:49:47'),(125123,44619,'action started via WP Cron','2021-02-27 13:00:35','2021-02-27 05:00:35'),(125124,44619,'action complete via WP Cron','2021-02-27 13:00:35','2021-02-27 05:00:35'),(125125,44620,'action created','2021-02-27 13:00:35','2021-02-27 05:00:35'),(125126,44620,'action started via WP Cron','2021-02-27 13:01:42','2021-02-27 05:01:42'),(125127,44620,'action complete via WP Cron','2021-02-27 13:01:42','2021-02-27 05:01:42'),(125128,44621,'action created','2021-02-27 13:01:42','2021-02-27 05:01:42'),(125129,44621,'action started via WP Cron','2021-02-27 13:02:42','2021-02-27 05:02:42'),(125130,44621,'action complete via WP Cron','2021-02-27 13:02:42','2021-02-27 05:02:42'),(125131,44622,'action created','2021-02-27 13:02:42','2021-02-27 05:02:42'),(125132,44622,'action started via WP Cron','2021-02-27 13:04:45','2021-02-27 05:04:45'),(125133,44622,'action complete via WP Cron','2021-02-27 13:04:45','2021-02-27 05:04:45'),(125134,44623,'action created','2021-02-27 13:04:45','2021-02-27 05:04:45'),(125135,44623,'action started via WP Cron','2021-02-27 13:05:45','2021-02-27 05:05:45'),(125136,44623,'action complete via WP Cron','2021-02-27 13:05:45','2021-02-27 05:05:45'),(125137,44624,'action created','2021-02-27 13:05:45','2021-02-27 05:05:45'),(125138,44624,'action started via WP Cron','2021-02-27 13:06:46','2021-02-27 05:06:46'),(125139,44624,'action complete via WP Cron','2021-02-27 13:06:46','2021-02-27 05:06:46'),(125140,44625,'action created','2021-02-27 13:06:46','2021-02-27 05:06:46'),(125141,44625,'action started via WP Cron','2021-02-27 13:10:58','2021-02-27 05:10:58'),(125142,44625,'action complete via WP Cron','2021-02-27 13:10:58','2021-02-27 05:10:58'),(125143,44626,'action created','2021-02-27 13:10:58','2021-02-27 05:10:58'),(125144,44626,'action started via WP Cron','2021-02-27 13:13:47','2021-02-27 05:13:47'),(125145,44626,'action complete via WP Cron','2021-02-27 13:13:47','2021-02-27 05:13:47'),(125146,44627,'action created','2021-02-27 13:13:47','2021-02-27 05:13:47'),(125147,44627,'action started via WP Cron','2021-02-27 13:15:18','2021-02-27 05:15:18'),(125148,44627,'action complete via WP Cron','2021-02-27 13:15:18','2021-02-27 05:15:18'),(125149,44628,'action created','2021-02-27 13:15:18','2021-02-27 05:15:18'),(125150,44628,'action started via WP Cron','2021-02-27 13:16:19','2021-02-27 05:16:19'),(125151,44628,'action complete via WP Cron','2021-02-27 13:16:19','2021-02-27 05:16:19'),(125152,44629,'action created','2021-02-27 13:16:19','2021-02-27 05:16:19'),(125153,44629,'action started via WP Cron','2021-02-27 13:16:41','2021-02-27 05:16:41'),(125154,44629,'action complete via WP Cron','2021-02-27 13:16:41','2021-02-27 05:16:41'),(125155,44630,'action created','2021-02-27 13:16:42','2021-02-27 05:16:42'),(125156,44630,'action started via WP Cron','2021-02-27 13:19:23','2021-02-27 05:19:23'),(125157,44630,'action complete via WP Cron','2021-02-27 13:19:23','2021-02-27 05:19:23'),(125158,44631,'action created','2021-02-27 13:19:23','2021-02-27 05:19:23'),(125159,44631,'action started via WP Cron','2021-02-27 13:20:23','2021-02-27 05:20:23'),(125160,44631,'action complete via WP Cron','2021-02-27 13:20:23','2021-02-27 05:20:23'),(125161,44632,'action created','2021-02-27 13:20:23','2021-02-27 05:20:23'),(125162,44632,'action started via WP Cron','2021-02-27 13:39:29','2021-02-27 05:39:29'),(125163,44632,'action complete via WP Cron','2021-02-27 13:39:29','2021-02-27 05:39:29'),(125164,44633,'action created','2021-02-27 13:39:29','2021-02-27 05:39:29'),(125165,44633,'action started via WP Cron','2021-02-27 13:45:33','2021-02-27 05:45:33'),(125166,44633,'action complete via WP Cron','2021-02-27 13:45:33','2021-02-27 05:45:33'),(125167,44634,'action created','2021-02-27 13:45:34','2021-02-27 05:45:34'),(125168,44634,'action started via WP Cron','2021-02-27 13:46:43','2021-02-27 05:46:43'),(125169,44634,'action complete via WP Cron','2021-02-27 13:46:43','2021-02-27 05:46:43'),(125170,44635,'action created','2021-02-27 13:46:43','2021-02-27 05:46:43'),(125171,44635,'action started via WP Cron','2021-02-27 13:47:43','2021-02-27 05:47:43'),(125172,44635,'action complete via WP Cron','2021-02-27 13:47:43','2021-02-27 05:47:43'),(125173,44636,'action created','2021-02-27 13:47:43','2021-02-27 05:47:43'),(125174,44636,'action started via WP Cron','2021-02-27 13:49:45','2021-02-27 05:49:45'),(125175,44636,'action complete via WP Cron','2021-02-27 13:49:45','2021-02-27 05:49:45'),(125176,44637,'action created','2021-02-27 13:49:45','2021-02-27 05:49:45'),(125177,44637,'action started via WP Cron','2021-02-27 13:50:46','2021-02-27 05:50:46'),(125178,44637,'action complete via WP Cron','2021-02-27 13:50:46','2021-02-27 05:50:46'),(125179,44638,'action created','2021-02-27 13:50:46','2021-02-27 05:50:46'),(125180,44638,'action started via WP Cron','2021-02-27 13:51:47','2021-02-27 05:51:47'),(125181,44638,'action complete via WP Cron','2021-02-27 13:51:47','2021-02-27 05:51:47'),(125182,44639,'action created','2021-02-27 13:51:47','2021-02-27 05:51:47'),(125183,44639,'action started via WP Cron','2021-02-27 13:55:11','2021-02-27 05:55:11'),(125184,44639,'action complete via WP Cron','2021-02-27 13:55:11','2021-02-27 05:55:11'),(125185,44640,'action created','2021-02-27 13:55:11','2021-02-27 05:55:11'),(125186,44640,'action started via WP Cron','2021-02-27 13:55:42','2021-02-27 05:55:42'),(125187,44640,'action complete via WP Cron','2021-02-27 13:55:42','2021-02-27 05:55:42'),(125188,44641,'action created','2021-02-27 13:55:42','2021-02-27 05:55:42'),(125189,44641,'action started via WP Cron','2021-02-27 13:56:51','2021-02-27 05:56:51'),(125190,44641,'action complete via WP Cron','2021-02-27 13:56:51','2021-02-27 05:56:51'),(125191,44642,'action created','2021-02-27 13:56:51','2021-02-27 05:56:51'),(125192,44642,'action started via WP Cron','2021-02-27 13:57:48','2021-02-27 05:57:48'),(125193,44642,'action complete via WP Cron','2021-02-27 13:57:48','2021-02-27 05:57:48'),(125194,44643,'action created','2021-02-27 13:57:48','2021-02-27 05:57:48'),(125195,44643,'action started via WP Cron','2021-02-27 13:59:01','2021-02-27 05:59:01'),(125196,44643,'action complete via WP Cron','2021-02-27 13:59:01','2021-02-27 05:59:01'),(125197,44644,'action created','2021-02-27 13:59:01','2021-02-27 05:59:01'),(125198,44644,'action started via WP Cron','2021-02-27 13:59:52','2021-02-27 05:59:52'),(125199,44644,'action complete via WP Cron','2021-02-27 13:59:52','2021-02-27 05:59:52'),(125200,44645,'action created','2021-02-27 13:59:52','2021-02-27 05:59:52'),(125201,44645,'action started via WP Cron','2021-02-27 14:01:00','2021-02-27 06:01:00'),(125202,44645,'action complete via WP Cron','2021-02-27 14:01:00','2021-02-27 06:01:00'),(125203,44646,'action created','2021-02-27 14:01:01','2021-02-27 06:01:01'),(125204,44646,'action started via WP Cron','2021-02-27 14:02:56','2021-02-27 06:02:56'),(125205,44646,'action complete via WP Cron','2021-02-27 14:02:56','2021-02-27 06:02:56'),(125206,44647,'action created','2021-02-27 14:02:56','2021-02-27 06:02:56'),(125207,44647,'action started via WP Cron','2021-02-27 14:04:22','2021-02-27 06:04:22'),(125208,44647,'action complete via WP Cron','2021-02-27 14:04:22','2021-02-27 06:04:22'),(125209,44648,'action created','2021-02-27 14:04:22','2021-02-27 06:04:22'),(125210,44648,'action started via WP Cron','2021-02-27 14:05:03','2021-02-27 06:05:03'),(125211,44648,'action complete via WP Cron','2021-02-27 14:05:03','2021-02-27 06:05:03'),(125212,44649,'action created','2021-02-27 14:05:03','2021-02-27 06:05:03'),(125213,44649,'action started via WP Cron','2021-02-27 14:06:26','2021-02-27 06:06:26'),(125214,44649,'action complete via WP Cron','2021-02-27 14:06:26','2021-02-27 06:06:26'),(125215,44650,'action created','2021-02-27 14:06:26','2021-02-27 06:06:26'),(125216,44650,'action started via WP Cron','2021-02-27 14:07:30','2021-02-27 06:07:30'),(125217,44650,'action complete via WP Cron','2021-02-27 14:07:30','2021-02-27 06:07:30'),(125218,44651,'action created','2021-02-27 14:07:30','2021-02-27 06:07:30'),(125219,44651,'action started via WP Cron','2021-02-27 14:07:51','2021-02-27 06:07:51'),(125220,44651,'action complete via WP Cron','2021-02-27 14:07:51','2021-02-27 06:07:51'),(125221,44652,'action created','2021-02-27 14:07:51','2021-02-27 06:07:51'),(125222,44652,'action started via WP Cron','2021-02-27 14:08:51','2021-02-27 06:08:51'),(125223,44652,'action complete via WP Cron','2021-02-27 14:08:51','2021-02-27 06:08:51'),(125224,44653,'action created','2021-02-27 14:08:51','2021-02-27 06:08:51'),(125225,44653,'action started via WP Cron','2021-02-27 14:09:52','2021-02-27 06:09:52'),(125226,44653,'action complete via WP Cron','2021-02-27 14:09:52','2021-02-27 06:09:52'),(125227,44654,'action created','2021-02-27 14:09:52','2021-02-27 06:09:52'),(125228,44654,'action started via WP Cron','2021-02-27 14:11:39','2021-02-27 06:11:39'),(125229,44654,'action complete via WP Cron','2021-02-27 14:11:39','2021-02-27 06:11:39'),(125230,44655,'action created','2021-02-27 14:11:39','2021-02-27 06:11:39'),(125231,44655,'action started via WP Cron','2021-02-27 14:13:25','2021-02-27 06:13:25'),(125232,44655,'action complete via WP Cron','2021-02-27 14:13:25','2021-02-27 06:13:25'),(125233,44656,'action created','2021-02-27 14:13:25','2021-02-27 06:13:25'),(125234,44656,'action started via WP Cron','2021-02-27 14:16:50','2021-02-27 06:16:50'),(125235,44656,'action complete via WP Cron','2021-02-27 14:16:50','2021-02-27 06:16:50'),(125236,44657,'action created','2021-02-27 14:16:50','2021-02-27 06:16:50'),(125237,44657,'action started via WP Cron','2021-02-27 14:18:15','2021-02-27 06:18:15'),(125238,44657,'action complete via WP Cron','2021-02-27 14:18:15','2021-02-27 06:18:15'),(125239,44658,'action created','2021-02-27 14:18:15','2021-02-27 06:18:15'),(125240,44658,'action started via WP Cron','2021-02-27 14:19:27','2021-02-27 06:19:27'),(125241,44658,'action complete via WP Cron','2021-02-27 14:19:27','2021-02-27 06:19:27'),(125242,44659,'action created','2021-02-27 14:19:27','2021-02-27 06:19:27'),(125243,44659,'action started via WP Cron','2021-02-27 14:20:28','2021-02-27 06:20:28'),(125244,44659,'action complete via WP Cron','2021-02-27 14:20:28','2021-02-27 06:20:28'),(125245,44660,'action created','2021-02-27 14:20:28','2021-02-27 06:20:28'),(125246,44660,'action started via WP Cron','2021-02-27 14:21:23','2021-02-27 06:21:23'),(125247,44660,'action complete via WP Cron','2021-02-27 14:21:23','2021-02-27 06:21:23'),(125248,44661,'action created','2021-02-27 14:21:24','2021-02-27 06:21:24'),(125249,44661,'action started via WP Cron','2021-02-27 14:22:25','2021-02-27 06:22:25'),(125250,44661,'action complete via WP Cron','2021-02-27 14:22:25','2021-02-27 06:22:25'),(125251,44662,'action created','2021-02-27 14:22:25','2021-02-27 06:22:25'),(125252,44662,'action started via WP Cron','2021-02-27 14:22:53','2021-02-27 06:22:53'),(125253,44662,'action complete via WP Cron','2021-02-27 14:22:53','2021-02-27 06:22:53'),(125254,44663,'action created','2021-02-27 14:22:53','2021-02-27 06:22:53'),(125255,44663,'action started via WP Cron','2021-02-27 14:23:55','2021-02-27 06:23:55'),(125256,44663,'action complete via WP Cron','2021-02-27 14:23:55','2021-02-27 06:23:55'),(125257,44664,'action created','2021-02-27 14:23:55','2021-02-27 06:23:55'),(125258,44664,'action started via WP Cron','2021-02-27 14:26:24','2021-02-27 06:26:24'),(125259,44664,'action complete via WP Cron','2021-02-27 14:26:24','2021-02-27 06:26:24'),(125260,44665,'action created','2021-02-27 14:26:24','2021-02-27 06:26:24'),(125261,44665,'action started via WP Cron','2021-02-27 14:26:56','2021-02-27 06:26:56'),(125262,44665,'action complete via WP Cron','2021-02-27 14:26:56','2021-02-27 06:26:56'),(125263,44666,'action created','2021-02-27 14:26:56','2021-02-27 06:26:56'),(125264,44666,'action started via WP Cron','2021-02-27 14:33:56','2021-02-27 06:33:56'),(125265,44666,'action complete via WP Cron','2021-02-27 14:33:56','2021-02-27 06:33:56'),(125266,44667,'action created','2021-02-27 14:33:56','2021-02-27 06:33:56'),(125267,44667,'action started via WP Cron','2021-02-27 14:51:53','2021-02-27 06:51:53'),(125268,44667,'action complete via WP Cron','2021-02-27 14:51:53','2021-02-27 06:51:53'),(125269,44668,'action created','2021-02-27 14:51:53','2021-02-27 06:51:53'),(125270,44668,'action started via WP Cron','2021-02-27 14:52:48','2021-02-27 06:52:48'),(125271,44668,'action complete via WP Cron','2021-02-27 14:52:48','2021-02-27 06:52:48'),(125272,44669,'action created','2021-02-27 14:52:48','2021-02-27 06:52:48'),(125273,44669,'action started via WP Cron','2021-02-27 14:53:48','2021-02-27 06:53:48'),(125274,44669,'action complete via WP Cron','2021-02-27 14:53:48','2021-02-27 06:53:48'),(125275,44670,'action created','2021-02-27 14:53:48','2021-02-27 06:53:48'),(125276,44670,'action started via WP Cron','2021-02-27 14:55:50','2021-02-27 06:55:50'),(125277,44670,'action complete via WP Cron','2021-02-27 14:55:50','2021-02-27 06:55:50'),(125278,44671,'action created','2021-02-27 14:55:50','2021-02-27 06:55:50'),(125279,44671,'action started via WP Cron','2021-02-27 14:56:52','2021-02-27 06:56:52'),(125280,44671,'action complete via WP Cron','2021-02-27 14:56:52','2021-02-27 06:56:52'),(125281,44672,'action created','2021-02-27 14:56:52','2021-02-27 06:56:52'),(125282,44672,'action started via WP Cron','2021-02-27 14:57:52','2021-02-27 06:57:52'),(125283,44672,'action complete via WP Cron','2021-02-27 14:57:52','2021-02-27 06:57:52'),(125284,44673,'action created','2021-02-27 14:57:52','2021-02-27 06:57:52'),(125285,44673,'action started via WP Cron','2021-02-27 15:06:46','2021-02-27 07:06:46'),(125286,44673,'action complete via WP Cron','2021-02-27 15:06:46','2021-02-27 07:06:46'),(125287,44674,'action created','2021-02-27 15:06:46','2021-02-27 07:06:46'),(125288,44674,'action started via WP Cron','2021-02-27 15:09:26','2021-02-27 07:09:26'),(125289,44674,'action complete via WP Cron','2021-02-27 15:09:26','2021-02-27 07:09:26'),(125290,44675,'action created','2021-02-27 15:09:26','2021-02-27 07:09:26'),(125291,44675,'action started via WP Cron','2021-02-27 15:09:55','2021-02-27 07:09:55'),(125292,44675,'action complete via WP Cron','2021-02-27 15:09:55','2021-02-27 07:09:55'),(125293,44676,'action created','2021-02-27 15:09:55','2021-02-27 07:09:55'),(125294,44676,'action started via WP Cron','2021-02-27 15:11:33','2021-02-27 07:11:33'),(125295,44676,'action complete via WP Cron','2021-02-27 15:11:33','2021-02-27 07:11:33'),(125296,44677,'action created','2021-02-27 15:11:33','2021-02-27 07:11:33'),(125297,44677,'action started via WP Cron','2021-02-27 15:11:57','2021-02-27 07:11:57'),(125298,44677,'action complete via WP Cron','2021-02-27 15:11:57','2021-02-27 07:11:57'),(125299,44678,'action created','2021-02-27 15:11:57','2021-02-27 07:11:57'),(125300,44678,'action started via WP Cron','2021-02-27 15:12:58','2021-02-27 07:12:58'),(125301,44678,'action complete via WP Cron','2021-02-27 15:12:58','2021-02-27 07:12:58'),(125302,44679,'action created','2021-02-27 15:12:58','2021-02-27 07:12:58'),(125303,44679,'action started via WP Cron','2021-02-27 15:14:00','2021-02-27 07:14:00'),(125304,44679,'action complete via WP Cron','2021-02-27 15:14:00','2021-02-27 07:14:00'),(125305,44680,'action created','2021-02-27 15:15:38','2021-02-27 07:15:38'),(125306,44680,'action started via WP Cron','2021-02-27 15:17:52','2021-02-27 07:17:52'),(125307,44680,'action complete via WP Cron','2021-02-27 15:17:52','2021-02-27 07:17:52'),(125308,44681,'action created','2021-02-27 15:17:52','2021-02-27 07:17:52'),(125309,44681,'action started via WP Cron','2021-02-27 15:19:28','2021-02-27 07:19:28'),(125310,44681,'action complete via WP Cron','2021-02-27 15:19:28','2021-02-27 07:19:28'),(125311,44682,'action created','2021-02-27 15:19:29','2021-02-27 07:19:29'),(125312,44682,'action started via WP Cron','2021-02-27 15:20:00','2021-02-27 07:20:00'),(125313,44682,'action complete via WP Cron','2021-02-27 15:20:00','2021-02-27 07:20:00'),(125314,44683,'action created','2021-02-27 15:20:00','2021-02-27 07:20:00'),(125315,44683,'action started via WP Cron','2021-02-27 15:21:34','2021-02-27 07:21:34'),(125316,44683,'action complete via WP Cron','2021-02-27 15:21:34','2021-02-27 07:21:34'),(125317,44684,'action created','2021-02-27 15:21:34','2021-02-27 07:21:34'),(125318,44684,'action started via WP Cron','2021-02-27 15:21:50','2021-02-27 07:21:50'),(125319,44684,'action complete via WP Cron','2021-02-27 15:21:50','2021-02-27 07:21:50'),(125320,44685,'action created','2021-02-27 15:21:50','2021-02-27 07:21:50'),(125321,44685,'action started via WP Cron','2021-02-27 15:22:54','2021-02-27 07:22:54'),(125322,44685,'action complete via WP Cron','2021-02-27 15:22:54','2021-02-27 07:22:54'),(125323,44686,'action created','2021-02-27 15:22:54','2021-02-27 07:22:54'),(125324,44686,'action started via WP Cron','2021-02-27 15:23:53','2021-02-27 07:23:53');
INSERT INTO `wp_actionscheduler_logs` VALUES (125325,44686,'action complete via WP Cron','2021-02-27 15:23:53','2021-02-27 07:23:53'),(125326,44687,'action created','2021-02-27 15:23:53','2021-02-27 07:23:53'),(125327,44687,'action started via WP Cron','2021-02-27 15:25:52','2021-02-27 07:25:52'),(125328,44687,'action complete via WP Cron','2021-02-27 15:25:52','2021-02-27 07:25:52'),(125329,44688,'action created','2021-02-27 15:25:52','2021-02-27 07:25:52'),(125330,44688,'action started via WP Cron','2021-02-27 15:27:33','2021-02-27 07:27:33'),(125331,44688,'action complete via WP Cron','2021-02-27 15:27:33','2021-02-27 07:27:33'),(125332,44689,'action created','2021-02-27 15:27:33','2021-02-27 07:27:33'),(125333,44689,'action started via WP Cron','2021-02-27 15:28:35','2021-02-27 07:28:35'),(125334,44689,'action complete via WP Cron','2021-02-27 15:28:35','2021-02-27 07:28:35'),(125335,44690,'action created','2021-02-27 15:28:35','2021-02-27 07:28:35'),(125336,44690,'action started via WP Cron','2021-02-27 15:32:56','2021-02-27 07:32:56'),(125337,44690,'action complete via WP Cron','2021-02-27 15:32:56','2021-02-27 07:32:56'),(125338,44691,'action created','2021-02-27 15:33:05','2021-02-27 07:33:05'),(125339,44691,'action started via WP Cron','2021-02-27 15:33:57','2021-02-27 07:33:57'),(125340,44691,'action complete via WP Cron','2021-02-27 15:33:57','2021-02-27 07:33:57'),(125341,44692,'action created','2021-02-27 15:33:57','2021-02-27 07:33:57'),(125342,44692,'action started via WP Cron','2021-02-27 15:35:10','2021-02-27 07:35:10'),(125343,44692,'action complete via WP Cron','2021-02-27 15:35:10','2021-02-27 07:35:10'),(125344,44693,'action created','2021-02-27 15:35:10','2021-02-27 07:35:10'),(125345,44693,'action started via WP Cron','2021-02-27 15:38:02','2021-02-27 07:38:02'),(125346,44693,'action complete via WP Cron','2021-02-27 15:38:02','2021-02-27 07:38:02'),(125347,44694,'action created','2021-02-27 15:38:02','2021-02-27 07:38:02'),(125348,44694,'action started via WP Cron','2021-02-27 15:45:18','2021-02-27 07:45:18'),(125349,44694,'action complete via WP Cron','2021-02-27 15:45:18','2021-02-27 07:45:18'),(125350,44695,'action created','2021-02-27 15:45:18','2021-02-27 07:45:18'),(125351,44695,'action started via WP Cron','2021-02-27 15:57:55','2021-02-27 07:57:55'),(125352,44695,'action complete via WP Cron','2021-02-27 15:57:55','2021-02-27 07:57:55'),(125353,44696,'action created','2021-02-27 15:57:55','2021-02-27 07:57:55'),(125354,44696,'action started via WP Cron','2021-02-27 15:58:45','2021-02-27 07:58:45'),(125355,44696,'action complete via WP Cron','2021-02-27 15:58:45','2021-02-27 07:58:45'),(125356,44697,'action created','2021-02-27 15:58:45','2021-02-27 07:58:45'),(125357,44697,'action started via WP Cron','2021-02-27 15:59:55','2021-02-27 07:59:55'),(125358,44697,'action complete via WP Cron','2021-02-27 15:59:55','2021-02-27 07:59:55'),(125359,44698,'action created','2021-02-27 15:59:55','2021-02-27 07:59:55'),(125360,44698,'action started via WP Cron','2021-02-27 16:01:57','2021-02-27 08:01:57'),(125361,44698,'action complete via WP Cron','2021-02-27 16:01:57','2021-02-27 08:01:57'),(125362,44699,'action created','2021-02-27 16:01:57','2021-02-27 08:01:57'),(125363,44699,'action started via WP Cron','2021-02-27 16:02:58','2021-02-27 08:02:58'),(125364,44699,'action complete via WP Cron','2021-02-27 16:02:58','2021-02-27 08:02:58'),(125365,44700,'action created','2021-02-27 16:02:58','2021-02-27 08:02:58'),(125366,44700,'action started via WP Cron','2021-02-27 16:03:59','2021-02-27 08:03:59'),(125367,44700,'action complete via WP Cron','2021-02-27 16:03:59','2021-02-27 08:03:59'),(125368,44701,'action created','2021-02-27 16:03:59','2021-02-27 08:03:59'),(125369,44701,'action started via WP Cron','2021-02-27 16:06:44','2021-02-27 08:06:44'),(125370,44701,'action complete via WP Cron','2021-02-27 16:06:44','2021-02-27 08:06:44'),(125371,44702,'action created','2021-02-27 16:06:44','2021-02-27 08:06:44'),(125372,44702,'action started via WP Cron','2021-02-27 16:12:13','2021-02-27 08:12:13'),(125373,44702,'action complete via WP Cron','2021-02-27 16:12:13','2021-02-27 08:12:13'),(125374,44703,'action created','2021-02-27 16:12:13','2021-02-27 08:12:13'),(125375,44703,'action started via WP Cron','2021-02-27 16:14:46','2021-02-27 08:14:46'),(125376,44703,'action complete via WP Cron','2021-02-27 16:14:46','2021-02-27 08:14:46'),(125377,44704,'action created','2021-02-27 16:14:46','2021-02-27 08:14:46'),(125378,44704,'action started via WP Cron','2021-02-27 16:15:49','2021-02-27 08:15:49'),(125379,44704,'action complete via WP Cron','2021-02-27 16:15:49','2021-02-27 08:15:49'),(125380,44705,'action created','2021-02-27 16:15:49','2021-02-27 08:15:49'),(125381,44705,'action started via WP Cron','2021-02-27 16:16:49','2021-02-27 08:16:49'),(125382,44705,'action complete via WP Cron','2021-02-27 16:16:49','2021-02-27 08:16:49'),(125383,44706,'action created','2021-02-27 16:16:49','2021-02-27 08:16:49'),(125384,44706,'action started via WP Cron','2021-02-27 16:18:53','2021-02-27 08:18:53'),(125385,44706,'action complete via WP Cron','2021-02-27 16:18:53','2021-02-27 08:18:53'),(125386,44707,'action created','2021-02-27 16:18:54','2021-02-27 08:18:54'),(125387,44707,'action started via WP Cron','2021-02-27 16:19:54','2021-02-27 08:19:54'),(125388,44707,'action complete via WP Cron','2021-02-27 16:19:54','2021-02-27 08:19:54'),(125389,44708,'action created','2021-02-27 16:19:54','2021-02-27 08:19:54'),(125390,44708,'action started via WP Cron','2021-02-27 16:20:55','2021-02-27 08:20:55'),(125391,44708,'action complete via WP Cron','2021-02-27 16:20:55','2021-02-27 08:20:55'),(125392,44709,'action created','2021-02-27 16:20:55','2021-02-27 08:20:55'),(125393,44709,'action started via WP Cron','2021-02-27 16:21:45','2021-02-27 08:21:45'),(125394,44709,'action complete via WP Cron','2021-02-27 16:21:45','2021-02-27 08:21:45'),(125395,44710,'action created','2021-02-27 16:21:46','2021-02-27 08:21:46'),(125396,44710,'action started via WP Cron','2021-02-27 16:28:54','2021-02-27 08:28:54'),(125397,44710,'action complete via WP Cron','2021-02-27 16:28:54','2021-02-27 08:28:54'),(125398,44711,'action created','2021-02-27 16:28:54','2021-02-27 08:28:54'),(125399,44711,'action started via WP Cron','2021-02-27 16:29:58','2021-02-27 08:29:58'),(125400,44711,'action complete via WP Cron','2021-02-27 16:29:58','2021-02-27 08:29:58'),(125401,44712,'action created','2021-02-27 16:29:58','2021-02-27 08:29:58'),(125402,44712,'action started via WP Cron','2021-02-27 16:30:59','2021-02-27 08:30:59'),(125403,44712,'action complete via WP Cron','2021-02-27 16:30:59','2021-02-27 08:30:59'),(125404,44713,'action created','2021-02-27 16:30:59','2021-02-27 08:30:59'),(125405,44713,'action started via WP Cron','2021-02-27 16:32:31','2021-02-27 08:32:31'),(125406,44713,'action complete via WP Cron','2021-02-27 16:32:31','2021-02-27 08:32:31'),(125407,44714,'action created','2021-02-27 16:32:32','2021-02-27 08:32:32'),(125408,44714,'action started via WP Cron','2021-02-27 16:32:52','2021-02-27 08:32:52'),(125409,44714,'action complete via WP Cron','2021-02-27 16:32:52','2021-02-27 08:32:52'),(125410,44715,'action created','2021-02-27 16:32:52','2021-02-27 08:32:52'),(125411,44715,'action started via WP Cron','2021-02-27 16:34:22','2021-02-27 08:34:22'),(125412,44715,'action complete via WP Cron','2021-02-27 16:34:22','2021-02-27 08:34:22'),(125413,44716,'action created','2021-02-27 16:34:22','2021-02-27 08:34:22'),(125414,44716,'action started via WP Cron','2021-02-27 16:35:34','2021-02-27 08:35:34'),(125415,44716,'action complete via WP Cron','2021-02-27 16:35:34','2021-02-27 08:35:34'),(125416,44717,'action created','2021-02-27 16:35:34','2021-02-27 08:35:34'),(125417,44717,'action started via WP Cron','2021-02-27 16:37:19','2021-02-27 08:37:19'),(125418,44717,'action complete via WP Cron','2021-02-27 16:37:19','2021-02-27 08:37:19'),(125419,44718,'action created','2021-02-27 16:37:19','2021-02-27 08:37:19'),(125420,44718,'action started via WP Cron','2021-02-27 16:38:33','2021-02-27 08:38:33'),(125421,44718,'action complete via WP Cron','2021-02-27 16:38:33','2021-02-27 08:38:33'),(125422,44719,'action created','2021-02-27 16:38:33','2021-02-27 08:38:33'),(125423,44719,'action started via WP Cron','2021-02-27 16:42:37','2021-02-27 08:42:37'),(125424,44719,'action complete via WP Cron','2021-02-27 16:42:37','2021-02-27 08:42:37'),(125425,44720,'action created','2021-02-27 16:42:37','2021-02-27 08:42:37'),(125426,44720,'action started via WP Cron','2021-02-27 16:47:22','2021-02-27 08:47:22'),(125427,44720,'action complete via WP Cron','2021-02-27 16:47:22','2021-02-27 08:47:22'),(125428,44721,'action created','2021-02-27 16:47:22','2021-02-27 08:47:22'),(125429,44721,'action started via WP Cron','2021-02-27 16:50:23','2021-02-27 08:50:23'),(125430,44721,'action complete via WP Cron','2021-02-27 16:50:23','2021-02-27 08:50:23'),(125431,44722,'action created','2021-02-27 16:50:23','2021-02-27 08:50:23'),(125432,44722,'action started via WP Cron','2021-02-27 17:00:59','2021-02-27 09:00:59'),(125433,44722,'action complete via WP Cron','2021-02-27 17:00:59','2021-02-27 09:00:59'),(125434,44723,'action created','2021-02-27 17:00:59','2021-02-27 09:00:59'),(125435,44723,'action started via WP Cron','2021-02-27 17:02:19','2021-02-27 09:02:19'),(125436,44723,'action complete via WP Cron','2021-02-27 17:02:19','2021-02-27 09:02:19'),(125437,44724,'action created','2021-02-27 17:02:19','2021-02-27 09:02:19'),(125438,44724,'action started via WP Cron','2021-02-27 17:03:20','2021-02-27 09:03:20'),(125439,44724,'action complete via WP Cron','2021-02-27 17:03:20','2021-02-27 09:03:20'),(125440,44725,'action created','2021-02-27 17:03:20','2021-02-27 09:03:20'),(125441,44725,'action started via WP Cron','2021-02-27 17:04:21','2021-02-27 09:04:21'),(125442,44725,'action complete via WP Cron','2021-02-27 17:04:21','2021-02-27 09:04:21'),(125443,44726,'action created','2021-02-27 17:04:21','2021-02-27 09:04:21'),(125444,44726,'action started via WP Cron','2021-02-27 17:05:06','2021-02-27 09:05:06'),(125445,44726,'action complete via WP Cron','2021-02-27 17:05:06','2021-02-27 09:05:06'),(125446,44727,'action created','2021-02-27 17:05:06','2021-02-27 09:05:06'),(125447,44727,'action started via WP Cron','2021-02-27 17:06:07','2021-02-27 09:06:07'),(125448,44727,'action complete via WP Cron','2021-02-27 17:06:07','2021-02-27 09:06:07'),(125449,44728,'action created','2021-02-27 17:06:07','2021-02-27 09:06:07'),(125450,44728,'action started via WP Cron','2021-02-27 17:06:57','2021-02-27 09:06:57'),(125451,44728,'action complete via WP Cron','2021-02-27 17:06:57','2021-02-27 09:06:57'),(125452,44729,'action created','2021-02-27 17:06:57','2021-02-27 09:06:57'),(125453,44729,'action started via WP Cron','2021-02-27 17:08:37','2021-02-27 09:08:37'),(125454,44729,'action complete via WP Cron','2021-02-27 17:08:37','2021-02-27 09:08:37'),(125455,44730,'action created','2021-02-27 17:08:37','2021-02-27 09:08:37'),(125456,44730,'action started via WP Cron','2021-02-27 17:15:12','2021-02-27 09:15:12'),(125457,44730,'action complete via WP Cron','2021-02-27 17:15:12','2021-02-27 09:15:12'),(125458,44731,'action created','2021-02-27 17:15:12','2021-02-27 09:15:12'),(125459,44731,'action started via WP Cron','2021-02-27 17:16:14','2021-02-27 09:16:14'),(125460,44731,'action complete via WP Cron','2021-02-27 17:16:14','2021-02-27 09:16:14'),(125461,44732,'action created','2021-02-27 17:16:14','2021-02-27 09:16:14'),(125462,44732,'action started via WP Cron','2021-02-27 17:20:25','2021-02-27 09:20:25'),(125463,44732,'action complete via WP Cron','2021-02-27 17:20:25','2021-02-27 09:20:25'),(125464,44733,'action created','2021-02-27 17:20:25','2021-02-27 09:20:25'),(125465,44733,'action started via WP Cron','2021-02-27 17:20:41','2021-02-27 09:20:41'),(125466,44733,'action complete via WP Cron','2021-02-27 17:20:41','2021-02-27 09:20:41'),(125467,44734,'action created','2021-02-27 17:20:41','2021-02-27 09:20:41'),(125468,44734,'action started via WP Cron','2021-02-27 17:21:57','2021-02-27 09:21:57'),(125469,44734,'action complete via WP Cron','2021-02-27 17:21:57','2021-02-27 09:21:57'),(125470,44735,'action created','2021-02-27 17:21:57','2021-02-27 09:21:57'),(125471,44735,'action started via WP Cron','2021-02-27 17:23:37','2021-02-27 09:23:37'),(125472,44735,'action complete via WP Cron','2021-02-27 17:23:37','2021-02-27 09:23:37'),(125473,44736,'action created','2021-02-27 17:23:37','2021-02-27 09:23:37'),(125474,44736,'action started via WP Cron','2021-02-27 17:24:43','2021-02-27 09:24:43'),(125475,44736,'action complete via WP Cron','2021-02-27 17:24:43','2021-02-27 09:24:43'),(125476,44737,'action created','2021-02-27 17:24:43','2021-02-27 09:24:43'),(125477,44737,'action started via WP Cron','2021-02-27 17:25:55','2021-02-27 09:25:55'),(125478,44737,'action complete via WP Cron','2021-02-27 17:25:55','2021-02-27 09:25:55'),(125479,44738,'action created','2021-02-27 17:25:55','2021-02-27 09:25:55'),(125480,44738,'action started via WP Cron','2021-02-27 17:33:05','2021-02-27 09:33:05'),(125481,44738,'action complete via WP Cron','2021-02-27 17:33:05','2021-02-27 09:33:05'),(125482,44739,'action created','2021-02-27 17:33:05','2021-02-27 09:33:05'),(125483,44739,'action started via WP Cron','2021-02-27 17:34:05','2021-02-27 09:34:05'),(125484,44739,'action complete via WP Cron','2021-02-27 17:34:05','2021-02-27 09:34:05'),(125485,44740,'action created','2021-02-27 17:34:05','2021-02-27 09:34:05'),(125486,44740,'action started via WP Cron','2021-02-27 17:36:06','2021-02-27 09:36:06'),(125487,44740,'action complete via WP Cron','2021-02-27 17:36:06','2021-02-27 09:36:06'),(125488,44741,'action created','2021-02-27 17:36:06','2021-02-27 09:36:06'),(125492,44742,'action started via WP Cron','2021-02-27 17:38:32','2021-02-27 09:38:32'),(125493,44742,'action complete via WP Cron','2021-02-27 17:38:32','2021-02-27 09:38:32'),(125494,44743,'action created','2021-02-27 17:38:32','2021-02-27 09:38:32'),(125495,44743,'action started via WP Cron','2021-02-27 17:39:03','2021-02-27 09:39:03'),(125496,44743,'action complete via WP Cron','2021-02-27 17:39:03','2021-02-27 09:39:03'),(125497,44744,'action created','2021-02-27 17:39:03','2021-02-27 09:39:03'),(125498,44744,'action started via WP Cron','2021-02-27 17:45:52','2021-02-27 09:45:52'),(125499,44744,'action complete via WP Cron','2021-02-27 17:45:52','2021-02-27 09:45:52'),(125500,44745,'action created','2021-02-27 17:45:52','2021-02-27 09:45:52'),(125501,44745,'action started via WP Cron','2021-02-27 17:46:55','2021-02-27 09:46:55'),(125502,44745,'action complete via WP Cron','2021-02-27 17:46:55','2021-02-27 09:46:55'),(125503,44746,'action created','2021-02-27 17:46:55','2021-02-27 09:46:55'),(125504,44746,'action started via WP Cron','2021-02-27 17:49:45','2021-02-27 09:49:45'),(125505,44746,'action complete via WP Cron','2021-02-27 17:49:45','2021-02-27 09:49:45'),(125506,44747,'action created','2021-02-27 17:49:45','2021-02-27 09:49:45'),(125507,44747,'action started via WP Cron','2021-02-27 17:51:28','2021-02-27 09:51:28'),(125508,44747,'action complete via WP Cron','2021-02-27 17:51:28','2021-02-27 09:51:28'),(125509,44748,'action created','2021-02-27 17:51:28','2021-02-27 09:51:28'),(125510,44748,'action started via WP Cron','2021-02-27 17:53:30','2021-02-27 09:53:30'),(125511,44748,'action complete via WP Cron','2021-02-27 17:53:30','2021-02-27 09:53:30'),(125512,44749,'action created','2021-02-27 17:53:30','2021-02-27 09:53:30'),(125513,44749,'action started via WP Cron','2021-02-27 17:54:52','2021-02-27 09:54:52'),(125514,44749,'action complete via WP Cron','2021-02-27 17:54:52','2021-02-27 09:54:52'),(125515,44750,'action created','2021-02-27 17:54:52','2021-02-27 09:54:52'),(125516,44750,'action started via WP Cron','2021-02-27 17:56:42','2021-02-27 09:56:42'),(125517,44750,'action complete via WP Cron','2021-02-27 17:56:42','2021-02-27 09:56:42'),(125518,44751,'action created','2021-02-27 17:56:43','2021-02-27 09:56:43'),(125519,44751,'action started via WP Cron','2021-02-27 17:57:57','2021-02-27 09:57:57'),(125520,44751,'action complete via WP Cron','2021-02-27 17:57:57','2021-02-27 09:57:57'),(125521,44752,'action created','2021-02-27 17:57:57','2021-02-27 09:57:57'),(125522,44752,'action started via WP Cron','2021-02-27 17:59:50','2021-02-27 09:59:50'),(125523,44752,'action complete via WP Cron','2021-02-27 17:59:50','2021-02-27 09:59:50'),(125524,44753,'action created','2021-02-27 17:59:50','2021-02-27 09:59:50'),(125525,44753,'action started via WP Cron','2021-02-27 18:02:06','2021-02-27 10:02:06'),(125526,44753,'action complete via WP Cron','2021-02-27 18:02:06','2021-02-27 10:02:06'),(125527,44754,'action created','2021-02-27 18:02:06','2021-02-27 10:02:06'),(125528,44754,'action started via WP Cron','2021-02-27 18:03:14','2021-02-27 10:03:14'),(125529,44754,'action complete via WP Cron','2021-02-27 18:03:14','2021-02-27 10:03:14'),(125530,44755,'action created','2021-02-27 18:03:14','2021-02-27 10:03:14'),(125531,44755,'action started via WP Cron','2021-02-27 18:05:58','2021-02-27 10:05:58'),(125532,44755,'action complete via WP Cron','2021-02-27 18:05:58','2021-02-27 10:05:58'),(125533,44756,'action created','2021-02-27 18:05:58','2021-02-27 10:05:58'),(125534,44756,'action started via WP Cron','2021-02-27 18:07:00','2021-02-27 10:07:00'),(125535,44756,'action complete via WP Cron','2021-02-27 18:07:00','2021-02-27 10:07:00'),(125536,44757,'action created','2021-02-27 18:07:00','2021-02-27 10:07:00'),(125537,44757,'action started via WP Cron','2021-02-27 18:08:09','2021-02-27 10:08:09'),(125538,44757,'action complete via WP Cron','2021-02-27 18:08:09','2021-02-27 10:08:09'),(125539,44758,'action created','2021-02-27 18:08:09','2021-02-27 10:08:09'),(125540,44758,'action started via WP Cron','2021-02-27 18:09:05','2021-02-27 10:09:05'),(125541,44758,'action complete via WP Cron','2021-02-27 18:09:05','2021-02-27 10:09:05'),(125542,44759,'action created','2021-02-27 18:09:10','2021-02-27 10:09:10'),(125543,44759,'action started via WP Cron','2021-02-27 18:10:11','2021-02-27 10:10:11'),(125544,44759,'action complete via WP Cron','2021-02-27 18:10:11','2021-02-27 10:10:11'),(125545,44760,'action created','2021-02-27 18:10:11','2021-02-27 10:10:11'),(125546,44760,'action started via WP Cron','2021-02-27 18:12:14','2021-02-27 10:12:14'),(125547,44760,'action complete via WP Cron','2021-02-27 18:12:14','2021-02-27 10:12:14'),(125548,44761,'action created','2021-02-27 18:12:15','2021-02-27 10:12:15'),(125549,44761,'action started via WP Cron','2021-02-27 18:14:17','2021-02-27 10:14:17'),(125550,44761,'action complete via WP Cron','2021-02-27 18:14:17','2021-02-27 10:14:17'),(125551,44762,'action created','2021-02-27 18:14:17','2021-02-27 10:14:17'),(125552,44762,'action started via WP Cron','2021-02-27 18:15:52','2021-02-27 10:15:52'),(125553,44762,'action complete via WP Cron','2021-02-27 18:15:52','2021-02-27 10:15:52'),(125554,44763,'action created','2021-02-27 18:15:53','2021-02-27 10:15:53'),(125555,44763,'action started via WP Cron','2021-02-27 18:19:59','2021-02-27 10:19:59'),(125556,44763,'action complete via WP Cron','2021-02-27 18:19:59','2021-02-27 10:19:59'),(125557,44764,'action created','2021-02-27 18:19:59','2021-02-27 10:19:59'),(125558,44764,'action started via WP Cron','2021-02-27 18:21:50','2021-02-27 10:21:50'),(125559,44764,'action complete via WP Cron','2021-02-27 18:21:50','2021-02-27 10:21:50'),(125560,44765,'action created','2021-02-27 18:21:50','2021-02-27 10:21:50'),(125561,44765,'action started via WP Cron','2021-02-27 18:24:59','2021-02-27 10:24:59'),(125562,44765,'action complete via WP Cron','2021-02-27 18:24:59','2021-02-27 10:24:59'),(125563,44766,'action created','2021-02-27 18:24:59','2021-02-27 10:24:59'),(125564,44766,'action started via WP Cron','2021-02-27 18:27:50','2021-02-27 10:27:50'),(125565,44766,'action complete via WP Cron','2021-02-27 18:27:50','2021-02-27 10:27:50'),(125566,44767,'action created','2021-02-27 18:27:50','2021-02-27 10:27:50'),(125567,44767,'action started via WP Cron','2021-02-27 18:33:35','2021-02-27 10:33:35'),(125568,44767,'action complete via WP Cron','2021-02-27 18:33:35','2021-02-27 10:33:35'),(125569,44768,'action created','2021-02-27 18:33:35','2021-02-27 10:33:35'),(125570,44768,'action started via WP Cron','2021-02-27 18:38:15','2021-02-27 10:38:15'),(125571,44768,'action complete via WP Cron','2021-02-27 18:38:15','2021-02-27 10:38:15'),(125572,44769,'action created','2021-02-27 18:38:15','2021-02-27 10:38:15'),(125573,44769,'action started via WP Cron','2021-02-27 18:38:41','2021-02-27 10:38:41'),(125574,44769,'action complete via WP Cron','2021-02-27 18:38:41','2021-02-27 10:38:41'),(125575,44770,'action created','2021-02-27 18:38:41','2021-02-27 10:38:41'),(125576,44770,'action started via WP Cron','2021-02-27 18:47:53','2021-02-27 10:47:53'),(125577,44770,'action complete via WP Cron','2021-02-27 18:47:53','2021-02-27 10:47:53'),(125578,44771,'action created','2021-02-27 18:47:53','2021-02-27 10:47:53'),(125579,44771,'action started via WP Cron','2021-02-27 18:51:21','2021-02-27 10:51:21'),(125580,44771,'action complete via WP Cron','2021-02-27 18:51:21','2021-02-27 10:51:21'),(125581,44772,'action created','2021-02-27 18:51:21','2021-02-27 10:51:21'),(125582,44772,'action started via WP Cron','2021-02-27 18:53:24','2021-02-27 10:53:24'),(125583,44772,'action complete via WP Cron','2021-02-27 18:53:24','2021-02-27 10:53:24'),(125584,44773,'action created','2021-02-27 18:53:24','2021-02-27 10:53:24'),(125585,44773,'action started via WP Cron','2021-02-27 18:54:56','2021-02-27 10:54:56'),(125586,44773,'action complete via WP Cron','2021-02-27 18:54:56','2021-02-27 10:54:56'),(125587,44774,'action created','2021-02-27 18:54:56','2021-02-27 10:54:56'),(125588,44774,'action started via WP Cron','2021-02-27 18:55:44','2021-02-27 10:55:44'),(125589,44774,'action complete via WP Cron','2021-02-27 18:55:44','2021-02-27 10:55:44'),(125590,44775,'action created','2021-02-27 18:55:44','2021-02-27 10:55:44'),(125591,44775,'action started via WP Cron','2021-02-27 19:02:36','2021-02-27 11:02:36'),(125592,44775,'action complete via WP Cron','2021-02-27 19:02:36','2021-02-27 11:02:36'),(125593,44776,'action created','2021-02-27 19:02:36','2021-02-27 11:02:36'),(125594,44776,'action started via WP Cron','2021-02-27 19:04:19','2021-02-27 11:04:19'),(125595,44776,'action complete via WP Cron','2021-02-27 19:04:19','2021-02-27 11:04:19'),(125596,44777,'action created','2021-02-27 19:04:19','2021-02-27 11:04:19'),(125597,44777,'action started via WP Cron','2021-02-27 19:08:03','2021-02-27 11:08:03'),(125598,44777,'action complete via WP Cron','2021-02-27 19:08:03','2021-02-27 11:08:03'),(125599,44778,'action created','2021-02-27 19:08:03','2021-02-27 11:08:03'),(125600,44778,'action started via WP Cron','2021-02-27 19:09:42','2021-02-27 11:09:42'),(125601,44778,'action complete via WP Cron','2021-02-27 19:09:42','2021-02-27 11:09:42'),(125602,44779,'action created','2021-02-27 19:09:42','2021-02-27 11:09:42'),(125603,44779,'action started via WP Cron','2021-02-27 19:10:56','2021-02-27 11:10:56'),(125604,44779,'action complete via WP Cron','2021-02-27 19:10:56','2021-02-27 11:10:56'),(125605,44780,'action created','2021-02-27 19:10:56','2021-02-27 11:10:56'),(125606,44780,'action started via WP Cron','2021-02-27 19:11:43','2021-02-27 11:11:43'),(125607,44780,'action complete via WP Cron','2021-02-27 19:11:43','2021-02-27 11:11:43'),(125608,44781,'action created','2021-02-27 19:11:43','2021-02-27 11:11:43'),(125609,44781,'action started via WP Cron','2021-02-27 19:13:19','2021-02-27 11:13:19'),(125610,44781,'action complete via WP Cron','2021-02-27 19:13:19','2021-02-27 11:13:19'),(125611,44782,'action created','2021-02-27 19:13:19','2021-02-27 11:13:19'),(125612,44782,'action started via WP Cron','2021-02-27 19:14:36','2021-02-27 11:14:36'),(125613,44782,'action complete via WP Cron','2021-02-27 19:14:36','2021-02-27 11:14:36'),(125614,44783,'action created','2021-02-27 19:14:36','2021-02-27 11:14:36'),(125615,44783,'action started via WP Cron','2021-02-27 19:15:55','2021-02-27 11:15:55'),(125616,44783,'action complete via WP Cron','2021-02-27 19:15:55','2021-02-27 11:15:55'),(125617,44784,'action created','2021-02-27 19:15:55','2021-02-27 11:15:55'),(125618,44784,'action started via WP Cron','2021-02-27 19:16:54','2021-02-27 11:16:54'),(125619,44784,'action complete via WP Cron','2021-02-27 19:16:54','2021-02-27 11:16:54'),(125620,44785,'action created','2021-02-27 19:16:54','2021-02-27 11:16:54'),(125621,44785,'action started via WP Cron','2021-02-27 19:17:44','2021-02-27 11:17:44'),(125622,44785,'action complete via WP Cron','2021-02-27 19:17:44','2021-02-27 11:17:44'),(125623,44786,'action created','2021-02-27 19:17:44','2021-02-27 11:17:44'),(125624,44786,'action started via WP Cron','2021-02-27 19:18:56','2021-02-27 11:18:56'),(125625,44786,'action complete via WP Cron','2021-02-27 19:18:56','2021-02-27 11:18:56'),(125626,44787,'action created','2021-02-27 19:18:56','2021-02-27 11:18:56'),(125627,44787,'action started via WP Cron','2021-02-27 19:19:52','2021-02-27 11:19:52'),(125628,44787,'action complete via WP Cron','2021-02-27 19:19:52','2021-02-27 11:19:52'),(125629,44788,'action created','2021-02-27 19:19:52','2021-02-27 11:19:52'),(125630,44788,'action started via WP Cron','2021-02-27 19:20:47','2021-02-27 11:20:47'),(125631,44788,'action complete via WP Cron','2021-02-27 19:20:47','2021-02-27 11:20:47'),(125632,44789,'action created','2021-02-27 19:20:47','2021-02-27 11:20:47'),(125633,44789,'action started via WP Cron','2021-02-27 19:21:43','2021-02-27 11:21:43'),(125634,44789,'action complete via WP Cron','2021-02-27 19:21:43','2021-02-27 11:21:43'),(125635,44790,'action created','2021-02-27 19:21:44','2021-02-27 11:21:44'),(125636,44790,'action started via WP Cron','2021-02-27 19:22:41','2021-02-27 11:22:41'),(125637,44790,'action complete via WP Cron','2021-02-27 19:22:41','2021-02-27 11:22:41'),(125638,44791,'action created','2021-02-27 19:22:41','2021-02-27 11:22:41'),(125639,44791,'action started via WP Cron','2021-02-27 19:23:44','2021-02-27 11:23:44'),(125640,44791,'action complete via WP Cron','2021-02-27 19:23:44','2021-02-27 11:23:44'),(125641,44792,'action created','2021-02-27 19:23:44','2021-02-27 11:23:44'),(125642,44792,'action started via WP Cron','2021-02-27 19:24:54','2021-02-27 11:24:54'),(125643,44792,'action complete via WP Cron','2021-02-27 19:24:54','2021-02-27 11:24:54'),(125644,44793,'action created','2021-02-27 19:24:54','2021-02-27 11:24:54'),(125645,44793,'action started via WP Cron','2021-02-27 19:25:46','2021-02-27 11:25:46'),(125646,44793,'action complete via WP Cron','2021-02-27 19:25:46','2021-02-27 11:25:46'),(125647,44794,'action created','2021-02-27 19:25:46','2021-02-27 11:25:46'),(125648,44794,'action started via WP Cron','2021-02-27 19:26:47','2021-02-27 11:26:47'),(125649,44794,'action complete via WP Cron','2021-02-27 19:26:47','2021-02-27 11:26:47'),(125650,44795,'action created','2021-02-27 19:26:47','2021-02-27 11:26:47'),(125651,44795,'action started via WP Cron','2021-02-27 19:27:48','2021-02-27 11:27:48'),(125652,44795,'action complete via WP Cron','2021-02-27 19:27:48','2021-02-27 11:27:48'),(125653,44796,'action created','2021-02-27 19:27:48','2021-02-27 11:27:48'),(125654,44796,'action started via WP Cron','2021-02-27 19:28:43','2021-02-27 11:28:43'),(125655,44796,'action complete via WP Cron','2021-02-27 19:28:43','2021-02-27 11:28:43'),(125656,44797,'action created','2021-02-27 19:28:43','2021-02-27 11:28:43'),(125657,44797,'action started via WP Cron','2021-02-27 19:29:50','2021-02-27 11:29:50'),(125658,44797,'action complete via WP Cron','2021-02-27 19:29:50','2021-02-27 11:29:50'),(125659,44798,'action created','2021-02-27 19:29:50','2021-02-27 11:29:50'),(125660,44798,'action started via WP Cron','2021-02-27 19:31:05','2021-02-27 11:31:05'),(125661,44798,'action complete via WP Cron','2021-02-27 19:31:05','2021-02-27 11:31:05'),(125662,44799,'action created','2021-02-27 19:31:05','2021-02-27 11:31:05'),(125663,44799,'action started via WP Cron','2021-02-27 19:31:44','2021-02-27 11:31:44'),(125664,44799,'action complete via WP Cron','2021-02-27 19:31:44','2021-02-27 11:31:44'),(125665,44800,'action created','2021-02-27 19:32:14','2021-02-27 11:32:14'),(125666,44800,'action started via WP Cron','2021-02-27 19:33:23','2021-02-27 11:33:23'),(125667,44800,'action complete via WP Cron','2021-02-27 19:33:23','2021-02-27 11:33:23'),(125668,44801,'action created','2021-02-27 19:33:23','2021-02-27 11:33:23'),(125669,44801,'action started via WP Cron','2021-02-27 19:34:04','2021-02-27 11:34:04'),(125670,44801,'action complete via WP Cron','2021-02-27 19:34:04','2021-02-27 11:34:04'),(125671,44802,'action created','2021-02-27 19:34:04','2021-02-27 11:34:04'),(125672,44802,'action started via WP Cron','2021-02-27 19:34:41','2021-02-27 11:34:41'),(125673,44802,'action complete via WP Cron','2021-02-27 19:34:41','2021-02-27 11:34:41'),(125674,44803,'action created','2021-02-27 19:34:41','2021-02-27 11:34:41'),(125675,44803,'action started via WP Cron','2021-02-27 19:36:40','2021-02-27 11:36:40'),(125676,44803,'action complete via WP Cron','2021-02-27 19:36:40','2021-02-27 11:36:40'),(125677,44804,'action created','2021-02-27 19:36:40','2021-02-27 11:36:40'),(125678,44804,'action started via WP Cron','2021-02-27 19:37:45','2021-02-27 11:37:45'),(125679,44804,'action complete via WP Cron','2021-02-27 19:37:45','2021-02-27 11:37:45'),(125680,44805,'action created','2021-02-27 19:37:45','2021-02-27 11:37:45'),(125681,44805,'action started via WP Cron','2021-02-27 19:39:05','2021-02-27 11:39:05'),(125682,44805,'action complete via WP Cron','2021-02-27 19:39:05','2021-02-27 11:39:05'),(125683,44806,'action created','2021-02-27 19:39:06','2021-02-27 11:39:06'),(125684,44806,'action started via WP Cron','2021-02-27 19:39:41','2021-02-27 11:39:41'),(125685,44806,'action complete via WP Cron','2021-02-27 19:39:41','2021-02-27 11:39:41'),(125686,44807,'action created','2021-02-27 19:39:41','2021-02-27 11:39:41'),(125687,44807,'action started via WP Cron','2021-02-27 19:40:51','2021-02-27 11:40:51'),(125688,44807,'action complete via WP Cron','2021-02-27 19:40:51','2021-02-27 11:40:51'),(125689,44808,'action created','2021-02-27 19:40:51','2021-02-27 11:40:51'),(125690,44808,'action started via WP Cron','2021-02-27 19:41:42','2021-02-27 11:41:42'),(125691,44808,'action complete via WP Cron','2021-02-27 19:41:42','2021-02-27 11:41:42'),(125692,44809,'action created','2021-02-27 19:41:42','2021-02-27 11:41:42'),(125693,44809,'action started via WP Cron','2021-02-27 19:42:44','2021-02-27 11:42:44'),(125694,44809,'action complete via WP Cron','2021-02-27 19:42:44','2021-02-27 11:42:44'),(125695,44810,'action created','2021-02-27 19:42:44','2021-02-27 11:42:44'),(125696,44810,'action started via WP Cron','2021-02-27 19:43:52','2021-02-27 11:43:52'),(125697,44810,'action complete via WP Cron','2021-02-27 19:43:52','2021-02-27 11:43:52'),(125698,44811,'action created','2021-02-27 19:43:52','2021-02-27 11:43:52'),(125699,44811,'action started via WP Cron','2021-02-27 19:44:42','2021-02-27 11:44:42'),(125700,44811,'action complete via WP Cron','2021-02-27 19:44:42','2021-02-27 11:44:42'),(125701,44812,'action created','2021-02-27 19:44:42','2021-02-27 11:44:42'),(125702,44812,'action started via WP Cron','2021-02-27 19:46:03','2021-02-27 11:46:03'),(125703,44812,'action complete via WP Cron','2021-02-27 19:46:03','2021-02-27 11:46:03'),(125704,44813,'action created','2021-02-27 19:46:03','2021-02-27 11:46:03'),(125705,44813,'action started via WP Cron','2021-02-27 19:46:54','2021-02-27 11:46:54'),(125706,44813,'action complete via WP Cron','2021-02-27 19:46:54','2021-02-27 11:46:54'),(125707,44814,'action created','2021-02-27 19:46:54','2021-02-27 11:46:54'),(125708,44814,'action started via WP Cron','2021-02-27 19:47:43','2021-02-27 11:47:43'),(125709,44814,'action complete via WP Cron','2021-02-27 19:47:43','2021-02-27 11:47:43'),(125710,44815,'action created','2021-02-27 19:47:43','2021-02-27 11:47:43'),(125711,44815,'action started via WP Cron','2021-02-27 19:48:47','2021-02-27 11:48:47'),(125712,44815,'action complete via WP Cron','2021-02-27 19:48:47','2021-02-27 11:48:47'),(125713,44816,'action created','2021-02-27 19:48:47','2021-02-27 11:48:47'),(125714,44816,'action started via WP Cron','2021-02-27 19:49:47','2021-02-27 11:49:47'),(125715,44816,'action complete via WP Cron','2021-02-27 19:49:47','2021-02-27 11:49:47'),(125716,44817,'action created','2021-02-27 19:49:47','2021-02-27 11:49:47'),(125717,44817,'action started via WP Cron','2021-02-27 19:50:45','2021-02-27 11:50:45'),(125718,44817,'action complete via WP Cron','2021-02-27 19:50:45','2021-02-27 11:50:45'),(125719,44818,'action created','2021-02-27 19:50:46','2021-02-27 11:50:46'),(125720,44818,'action started via WP Cron','2021-02-27 19:51:44','2021-02-27 11:51:44'),(125721,44818,'action complete via WP Cron','2021-02-27 19:51:44','2021-02-27 11:51:44'),(125722,44819,'action created','2021-02-27 19:51:44','2021-02-27 11:51:44'),(125723,44819,'action started via WP Cron','2021-02-27 19:52:48','2021-02-27 11:52:48'),(125724,44819,'action complete via WP Cron','2021-02-27 19:52:48','2021-02-27 11:52:48'),(125725,44820,'action created','2021-02-27 19:52:48','2021-02-27 11:52:48'),(125726,44820,'action started via WP Cron','2021-02-27 19:53:53','2021-02-27 11:53:53'),(125727,44820,'action complete via WP Cron','2021-02-27 19:53:53','2021-02-27 11:53:53'),(125728,44821,'action created','2021-02-27 19:53:53','2021-02-27 11:53:53'),(125729,44821,'action started via WP Cron','2021-02-27 19:54:59','2021-02-27 11:54:59'),(125730,44821,'action complete via WP Cron','2021-02-27 19:54:59','2021-02-27 11:54:59'),(125731,44822,'action created','2021-02-27 19:54:59','2021-02-27 11:54:59'),(125732,44822,'action started via WP Cron','2021-02-27 19:55:56','2021-02-27 11:55:56'),(125733,44822,'action complete via WP Cron','2021-02-27 19:55:56','2021-02-27 11:55:56'),(125734,44823,'action created','2021-02-27 19:55:56','2021-02-27 11:55:56'),(125735,44823,'action started via WP Cron','2021-02-27 19:56:53','2021-02-27 11:56:53'),(125736,44823,'action complete via WP Cron','2021-02-27 19:56:53','2021-02-27 11:56:53'),(125737,44824,'action created','2021-02-27 19:56:53','2021-02-27 11:56:53'),(125738,44824,'action started via WP Cron','2021-02-27 19:57:48','2021-02-27 11:57:48'),(125739,44824,'action complete via WP Cron','2021-02-27 19:57:48','2021-02-27 11:57:48'),(125740,44825,'action created','2021-02-27 19:57:49','2021-02-27 11:57:49'),(125741,44825,'action started via WP Cron','2021-02-27 19:59:05','2021-02-27 11:59:05'),(125742,44825,'action complete via WP Cron','2021-02-27 19:59:05','2021-02-27 11:59:05'),(125743,44826,'action created','2021-02-27 19:59:05','2021-02-27 11:59:05'),(125744,44826,'action started via WP Cron','2021-02-27 20:00:05','2021-02-27 12:00:05'),(125745,44826,'action complete via WP Cron','2021-02-27 20:00:05','2021-02-27 12:00:05'),(125746,44827,'action created','2021-02-27 20:00:29','2021-02-27 12:00:29'),(125747,44827,'action started via WP Cron','2021-02-27 20:03:00','2021-02-27 12:03:00'),(125748,44827,'action complete via WP Cron','2021-02-27 20:03:00','2021-02-27 12:03:00'),(125749,44828,'action created','2021-02-27 20:03:00','2021-02-27 12:03:00'),(125750,44828,'action started via WP Cron','2021-02-27 20:06:33','2021-02-27 12:06:33'),(125751,44828,'action complete via WP Cron','2021-02-27 20:06:33','2021-02-27 12:06:33'),(125752,44829,'action created','2021-02-27 20:06:33','2021-02-27 12:06:33'),(125753,44829,'action started via WP Cron','2021-02-27 20:12:37','2021-02-27 12:12:37'),(125754,44829,'action complete via WP Cron','2021-02-27 20:12:37','2021-02-27 12:12:37'),(125755,44830,'action created','2021-02-27 20:12:37','2021-02-27 12:12:37'),(125756,44830,'action started via WP Cron','2021-02-27 20:13:26','2021-02-27 12:13:26'),(125757,44830,'action complete via WP Cron','2021-02-27 20:13:26','2021-02-27 12:13:26'),(125758,44831,'action created','2021-02-27 20:13:26','2021-02-27 12:13:26'),(125759,44831,'action started via WP Cron','2021-02-27 20:14:37','2021-02-27 12:14:37'),(125760,44831,'action complete via WP Cron','2021-02-27 20:14:37','2021-02-27 12:14:37'),(125761,44832,'action created','2021-02-27 20:14:37','2021-02-27 12:14:37'),(125762,44832,'action started via WP Cron','2021-02-27 20:15:12','2021-02-27 12:15:12'),(125763,44832,'action complete via WP Cron','2021-02-27 20:15:12','2021-02-27 12:15:12'),(125764,44833,'action created','2021-02-27 20:15:12','2021-02-27 12:15:12'),(125765,44833,'action started via WP Cron','2021-02-27 20:16:19','2021-02-27 12:16:19'),(125766,44833,'action complete via WP Cron','2021-02-27 20:16:19','2021-02-27 12:16:19'),(125767,44834,'action created','2021-02-27 20:16:19','2021-02-27 12:16:19'),(125768,44834,'action started via WP Cron','2021-02-27 20:20:03','2021-02-27 12:20:03'),(125769,44834,'action complete via WP Cron','2021-02-27 20:20:03','2021-02-27 12:20:03'),(125770,44835,'action created','2021-02-27 20:20:03','2021-02-27 12:20:03'),(125771,44835,'action started via WP Cron','2021-02-27 20:32:04','2021-02-27 12:32:04'),(125772,44835,'action complete via WP Cron','2021-02-27 20:32:04','2021-02-27 12:32:04'),(125773,44836,'action created','2021-02-27 20:32:04','2021-02-27 12:32:04'),(125774,44836,'action started via WP Cron','2021-02-27 20:33:50','2021-02-27 12:33:50'),(125775,44836,'action complete via WP Cron','2021-02-27 20:33:50','2021-02-27 12:33:50'),(125776,44837,'action created','2021-02-27 20:33:50','2021-02-27 12:33:50'),(125777,44837,'action started via WP Cron','2021-02-27 20:45:32','2021-02-27 12:45:32'),(125778,44837,'action complete via WP Cron','2021-02-27 20:45:32','2021-02-27 12:45:32'),(125779,44838,'action created','2021-02-27 20:45:32','2021-02-27 12:45:32'),(125780,44838,'action started via WP Cron','2021-02-27 20:52:29','2021-02-27 12:52:29'),(125781,44838,'action complete via WP Cron','2021-02-27 20:52:29','2021-02-27 12:52:29'),(125782,44839,'action created','2021-02-27 20:52:29','2021-02-27 12:52:29'),(125783,44839,'action started via WP Cron','2021-02-27 20:52:48','2021-02-27 12:52:48'),(125784,44839,'action complete via WP Cron','2021-02-27 20:52:48','2021-02-27 12:52:48'),(125785,44840,'action created','2021-02-27 20:52:48','2021-02-27 12:52:48'),(125786,44840,'action started via WP Cron','2021-02-27 20:55:46','2021-02-27 12:55:46'),(125787,44840,'action complete via WP Cron','2021-02-27 20:55:46','2021-02-27 12:55:46'),(125788,44841,'action created','2021-02-27 20:55:46','2021-02-27 12:55:46'),(125789,44841,'action started via WP Cron','2021-02-27 20:59:12','2021-02-27 12:59:12'),(125790,44841,'action complete via WP Cron','2021-02-27 20:59:12','2021-02-27 12:59:12'),(125791,44842,'action created','2021-02-27 20:59:12','2021-02-27 12:59:12'),(125792,44842,'action started via WP Cron','2021-02-27 21:01:15','2021-02-27 13:01:15'),(125793,44842,'action complete via WP Cron','2021-02-27 21:01:15','2021-02-27 13:01:15'),(125794,44843,'action created','2021-02-27 21:01:15','2021-02-27 13:01:15'),(125795,44843,'action started via WP Cron','2021-02-27 21:02:33','2021-02-27 13:02:33'),(125796,44843,'action complete via WP Cron','2021-02-27 21:02:33','2021-02-27 13:02:33'),(125797,44844,'action created','2021-02-27 21:02:33','2021-02-27 13:02:33'),(125798,44844,'action started via WP Cron','2021-02-27 21:03:05','2021-02-27 13:03:05'),(125799,44844,'action complete via WP Cron','2021-02-27 21:03:05','2021-02-27 13:03:05'),(125800,44845,'action created','2021-02-27 21:03:05','2021-02-27 13:03:05'),(125801,44845,'action started via WP Cron','2021-02-27 21:03:46','2021-02-27 13:03:46'),(125802,44845,'action complete via WP Cron','2021-02-27 21:03:46','2021-02-27 13:03:46'),(125803,44846,'action created','2021-02-27 21:03:46','2021-02-27 13:03:46'),(125804,44846,'action started via WP Cron','2021-02-27 21:04:57','2021-02-27 13:04:57'),(125805,44846,'action complete via WP Cron','2021-02-27 21:04:57','2021-02-27 13:04:57'),(125806,44847,'action created','2021-02-27 21:04:57','2021-02-27 13:04:57'),(125807,44847,'action started via WP Cron','2021-02-27 21:06:07','2021-02-27 13:06:07'),(125808,44847,'action complete via WP Cron','2021-02-27 21:06:07','2021-02-27 13:06:07'),(125809,44848,'action created','2021-02-27 21:06:07','2021-02-27 13:06:07'),(125810,44848,'action started via WP Cron','2021-02-27 21:07:19','2021-02-27 13:07:19'),(125811,44848,'action complete via WP Cron','2021-02-27 21:07:19','2021-02-27 13:07:19'),(125812,44849,'action created','2021-02-27 21:07:19','2021-02-27 13:07:19'),(125813,44849,'action started via WP Cron','2021-02-27 21:07:58','2021-02-27 13:07:58'),(125814,44849,'action complete via WP Cron','2021-02-27 21:07:58','2021-02-27 13:07:58'),(125815,44850,'action created','2021-02-27 21:07:58','2021-02-27 13:07:58'),(125816,44850,'action started via WP Cron','2021-02-27 21:09:02','2021-02-27 13:09:02'),(125817,44850,'action complete via WP Cron','2021-02-27 21:09:02','2021-02-27 13:09:02'),(125818,44851,'action created','2021-02-27 21:09:02','2021-02-27 13:09:02'),(125819,44851,'action started via WP Cron','2021-02-27 21:10:10','2021-02-27 13:10:10'),(125820,44851,'action complete via WP Cron','2021-02-27 21:10:10','2021-02-27 13:10:10'),(125821,44852,'action created','2021-02-27 21:10:10','2021-02-27 13:10:10'),(125822,44852,'action started via WP Cron','2021-02-27 21:11:12','2021-02-27 13:11:12'),(125823,44852,'action complete via WP Cron','2021-02-27 21:11:12','2021-02-27 13:11:12'),(125824,44853,'action created','2021-02-27 21:11:12','2021-02-27 13:11:12'),(125825,44853,'action started via WP Cron','2021-02-27 21:11:43','2021-02-27 13:11:43'),(125826,44853,'action complete via WP Cron','2021-02-27 21:11:43','2021-02-27 13:11:43'),(125827,44854,'action created','2021-02-27 21:11:43','2021-02-27 13:11:43'),(125828,44854,'action started via WP Cron','2021-02-27 21:12:58','2021-02-27 13:12:58'),(125829,44854,'action complete via WP Cron','2021-02-27 21:12:58','2021-02-27 13:12:58'),(125830,44855,'action created','2021-02-27 21:12:58','2021-02-27 13:12:58'),(125831,44855,'action started via WP Cron','2021-02-27 21:14:06','2021-02-27 13:14:06'),(125832,44855,'action complete via WP Cron','2021-02-27 21:14:06','2021-02-27 13:14:06'),(125833,44856,'action created','2021-02-27 21:14:06','2021-02-27 13:14:06'),(125834,44856,'action started via WP Cron','2021-02-27 21:14:43','2021-02-27 13:14:43'),(125835,44856,'action complete via WP Cron','2021-02-27 21:14:43','2021-02-27 13:14:43'),(125836,44857,'action created','2021-02-27 21:15:19','2021-02-27 13:15:19'),(125837,44857,'action started via WP Cron','2021-02-27 21:15:47','2021-02-27 13:15:47'),(125838,44857,'action complete via WP Cron','2021-02-27 21:15:47','2021-02-27 13:15:47'),(125839,44858,'action created','2021-02-27 21:15:47','2021-02-27 13:15:47'),(125840,44858,'action started via WP Cron','2021-02-27 21:16:43','2021-02-27 13:16:43'),(125841,44858,'action complete via WP Cron','2021-02-27 21:16:43','2021-02-27 13:16:43'),(125842,44859,'action created','2021-02-27 21:16:43','2021-02-27 13:16:43'),(125843,44859,'action started via WP Cron','2021-02-27 21:17:49','2021-02-27 13:17:49'),(125844,44859,'action complete via WP Cron','2021-02-27 21:17:49','2021-02-27 13:17:49'),(125845,44860,'action created','2021-02-27 21:17:49','2021-02-27 13:17:49'),(125846,44860,'action started via WP Cron','2021-02-27 21:19:03','2021-02-27 13:19:03'),(125847,44860,'action complete via WP Cron','2021-02-27 21:19:03','2021-02-27 13:19:03'),(125848,44861,'action created','2021-02-27 21:19:03','2021-02-27 13:19:03'),(125849,44861,'action started via WP Cron','2021-02-27 21:20:11','2021-02-27 13:20:11'),(125850,44861,'action complete via WP Cron','2021-02-27 21:20:11','2021-02-27 13:20:11'),(125851,44862,'action created','2021-02-27 21:20:11','2021-02-27 13:20:11'),(125852,44862,'action started via WP Cron','2021-02-27 21:20:58','2021-02-27 13:20:58'),(125853,44862,'action complete via WP Cron','2021-02-27 21:20:58','2021-02-27 13:20:58'),(125854,44863,'action created','2021-02-27 21:20:58','2021-02-27 13:20:58'),(125855,44863,'action started via WP Cron','2021-02-27 21:22:12','2021-02-27 13:22:12'),(125856,44863,'action complete via WP Cron','2021-02-27 21:22:12','2021-02-27 13:22:12'),(125857,44864,'action created','2021-02-27 21:22:12','2021-02-27 13:22:12'),(125858,44864,'action started via WP Cron','2021-02-27 21:22:41','2021-02-27 13:22:41'),(125859,44864,'action complete via WP Cron','2021-02-27 21:22:42','2021-02-27 13:22:42'),(125860,44865,'action created','2021-02-27 21:22:42','2021-02-27 13:22:42'),(125861,44865,'action started via WP Cron','2021-02-27 21:24:06','2021-02-27 13:24:06'),(125862,44865,'action complete via WP Cron','2021-02-27 21:24:06','2021-02-27 13:24:06'),(125863,44866,'action created','2021-02-27 21:24:06','2021-02-27 13:24:06'),(125864,44866,'action started via WP Cron','2021-02-27 21:24:44','2021-02-27 13:24:44'),(125865,44866,'action complete via WP Cron','2021-02-27 21:24:44','2021-02-27 13:24:44'),(125866,44867,'action created','2021-02-27 21:24:44','2021-02-27 13:24:44'),(125867,44867,'action started via WP Cron','2021-02-27 21:25:58','2021-02-27 13:25:58'),(125868,44867,'action complete via WP Cron','2021-02-27 21:25:58','2021-02-27 13:25:58'),(125869,44868,'action created','2021-02-27 21:25:58','2021-02-27 13:25:58'),(125870,44868,'action started via WP Cron','2021-02-27 21:27:07','2021-02-27 13:27:07'),(125871,44868,'action complete via WP Cron','2021-02-27 21:27:07','2021-02-27 13:27:07'),(125872,44869,'action created','2021-02-27 21:27:07','2021-02-27 13:27:07'),(125873,44869,'action started via WP Cron','2021-02-27 21:27:55','2021-02-27 13:27:55'),(125874,44869,'action complete via WP Cron','2021-02-27 21:27:55','2021-02-27 13:27:55'),(125875,44870,'action created','2021-02-27 21:27:55','2021-02-27 13:27:55'),(125876,44870,'action started via WP Cron','2021-02-27 21:29:11','2021-02-27 13:29:11'),(125877,44870,'action complete via WP Cron','2021-02-27 21:29:11','2021-02-27 13:29:11'),(125878,44871,'action created','2021-02-27 21:29:11','2021-02-27 13:29:11'),(125879,44871,'action started via WP Cron','2021-02-27 21:29:49','2021-02-27 13:29:49'),(125880,44871,'action complete via WP Cron','2021-02-27 21:29:49','2021-02-27 13:29:49'),(125881,44872,'action created','2021-02-27 21:29:49','2021-02-27 13:29:49'),(125882,44872,'action started via WP Cron','2021-02-27 21:31:21','2021-02-27 13:31:21'),(125883,44872,'action complete via WP Cron','2021-02-27 21:31:21','2021-02-27 13:31:21'),(125884,44873,'action created','2021-02-27 21:31:21','2021-02-27 13:31:21'),(125885,44873,'action started via WP Cron','2021-02-27 21:31:58','2021-02-27 13:31:58'),(125886,44873,'action complete via WP Cron','2021-02-27 21:31:58','2021-02-27 13:31:58'),(125887,44874,'action created','2021-02-27 21:31:58','2021-02-27 13:31:58'),(125888,44874,'action started via WP Cron','2021-02-27 21:33:00','2021-02-27 13:33:00'),(125889,44874,'action complete via WP Cron','2021-02-27 21:33:00','2021-02-27 13:33:00'),(125890,44875,'action created','2021-02-27 21:33:00','2021-02-27 13:33:00'),(125891,44875,'action started via WP Cron','2021-02-27 21:33:56','2021-02-27 13:33:56'),(125892,44875,'action complete via WP Cron','2021-02-27 21:33:56','2021-02-27 13:33:56'),(125893,44876,'action created','2021-02-27 21:33:56','2021-02-27 13:33:56'),(125894,44876,'action started via WP Cron','2021-02-27 21:34:49','2021-02-27 13:34:49'),(125895,44876,'action complete via WP Cron','2021-02-27 21:34:49','2021-02-27 13:34:49'),(125896,44877,'action created','2021-02-27 21:34:49','2021-02-27 13:34:49'),(125897,44877,'action started via WP Cron','2021-02-27 21:35:41','2021-02-27 13:35:41'),(125898,44877,'action complete via WP Cron','2021-02-27 21:35:41','2021-02-27 13:35:41'),(125899,44878,'action created','2021-02-27 21:35:41','2021-02-27 13:35:41'),(125900,44878,'action started via WP Cron','2021-02-27 21:37:25','2021-02-27 13:37:25'),(125901,44878,'action complete via WP Cron','2021-02-27 21:37:25','2021-02-27 13:37:25'),(125902,44879,'action created','2021-02-27 21:37:25','2021-02-27 13:37:25'),(125903,44879,'action started via WP Cron','2021-02-27 21:37:46','2021-02-27 13:37:46'),(125904,44879,'action complete via WP Cron','2021-02-27 21:37:46','2021-02-27 13:37:46'),(125905,44880,'action created','2021-02-27 21:37:46','2021-02-27 13:37:46'),(125906,44880,'action started via WP Cron','2021-02-27 21:38:51','2021-02-27 13:38:51'),(125907,44880,'action complete via WP Cron','2021-02-27 21:38:51','2021-02-27 13:38:51'),(125908,44881,'action created','2021-02-27 21:38:51','2021-02-27 13:38:51'),(125909,44881,'action started via WP Cron','2021-02-27 21:40:11','2021-02-27 13:40:11'),(125910,44881,'action complete via WP Cron','2021-02-27 21:40:11','2021-02-27 13:40:11'),(125911,44882,'action created','2021-02-27 21:40:11','2021-02-27 13:40:11'),(125912,44882,'action started via WP Cron','2021-02-27 21:40:49','2021-02-27 13:40:49'),(125913,44882,'action complete via WP Cron','2021-02-27 21:40:49','2021-02-27 13:40:49'),(125914,44883,'action created','2021-02-27 21:40:49','2021-02-27 13:40:49'),(125915,44883,'action started via WP Cron','2021-02-27 21:41:48','2021-02-27 13:41:48'),(125916,44883,'action complete via WP Cron','2021-02-27 21:41:48','2021-02-27 13:41:48'),(125917,44884,'action created','2021-02-27 21:41:48','2021-02-27 13:41:48'),(125918,44884,'action started via WP Cron','2021-02-27 21:43:00','2021-02-27 13:43:00'),(125919,44884,'action complete via WP Cron','2021-02-27 21:43:00','2021-02-27 13:43:00'),(125920,44885,'action created','2021-02-27 21:43:01','2021-02-27 13:43:01'),(125921,44885,'action started via WP Cron','2021-02-27 21:44:20','2021-02-27 13:44:20'),(125922,44885,'action complete via WP Cron','2021-02-27 21:44:20','2021-02-27 13:44:20'),(125923,44886,'action created','2021-02-27 21:44:20','2021-02-27 13:44:20'),(125924,44886,'action started via WP Cron','2021-02-27 21:45:03','2021-02-27 13:45:03'),(125925,44886,'action complete via WP Cron','2021-02-27 21:45:03','2021-02-27 13:45:03'),(125926,44887,'action created','2021-02-27 21:45:46','2021-02-27 13:45:46'),(125927,44887,'action started via WP Cron','2021-02-27 21:47:23','2021-02-27 13:47:23'),(125928,44887,'action complete via WP Cron','2021-02-27 21:47:23','2021-02-27 13:47:23'),(125929,44888,'action created','2021-02-27 21:47:24','2021-02-27 13:47:24'),(125930,44888,'action started via WP Cron','2021-02-27 21:48:02','2021-02-27 13:48:02'),(125931,44888,'action complete via WP Cron','2021-02-27 21:48:02','2021-02-27 13:48:02'),(125932,44889,'action created','2021-02-27 21:48:02','2021-02-27 13:48:02'),(125933,44889,'action started via WP Cron','2021-02-27 21:49:10','2021-02-27 13:49:10'),(125934,44889,'action complete via WP Cron','2021-02-27 21:49:10','2021-02-27 13:49:10'),(125935,44890,'action created','2021-02-27 21:49:11','2021-02-27 13:49:11'),(125936,44890,'action started via WP Cron','2021-02-27 21:50:24','2021-02-27 13:50:24'),(125937,44890,'action complete via WP Cron','2021-02-27 21:50:24','2021-02-27 13:50:24'),(125938,44891,'action created','2021-02-27 21:50:24','2021-02-27 13:50:24'),(125939,44891,'action started via WP Cron','2021-02-27 21:51:09','2021-02-27 13:51:09'),(125940,44891,'action complete via WP Cron','2021-02-27 21:51:09','2021-02-27 13:51:09'),(125941,44892,'action created','2021-02-27 21:51:09','2021-02-27 13:51:09'),(125942,44892,'action started via WP Cron','2021-02-27 21:51:49','2021-02-27 13:51:49'),(125943,44892,'action complete via WP Cron','2021-02-27 21:51:49','2021-02-27 13:51:49'),(125944,44893,'action created','2021-02-27 21:51:50','2021-02-27 13:51:50'),(125945,44893,'action started via WP Cron','2021-02-27 21:52:55','2021-02-27 13:52:55'),(125946,44893,'action complete via WP Cron','2021-02-27 21:52:55','2021-02-27 13:52:55'),(125947,44894,'action created','2021-02-27 21:52:55','2021-02-27 13:52:55'),(125948,44894,'action started via WP Cron','2021-02-27 21:53:46','2021-02-27 13:53:46'),(125949,44894,'action complete via WP Cron','2021-02-27 21:53:46','2021-02-27 13:53:46'),(125950,44895,'action created','2021-02-27 21:53:46','2021-02-27 13:53:46'),(125951,44895,'action started via WP Cron','2021-02-27 21:54:59','2021-02-27 13:54:59'),(125952,44895,'action complete via WP Cron','2021-02-27 21:54:59','2021-02-27 13:54:59'),(125953,44896,'action created','2021-02-27 21:54:59','2021-02-27 13:54:59'),(125954,44896,'action started via WP Cron','2021-02-27 21:56:00','2021-02-27 13:56:00'),(125955,44896,'action complete via WP Cron','2021-02-27 21:56:00','2021-02-27 13:56:00'),(125956,44897,'action created','2021-02-27 21:56:00','2021-02-27 13:56:00'),(125957,44897,'action started via WP Cron','2021-02-27 21:56:45','2021-02-27 13:56:45'),(125958,44897,'action complete via WP Cron','2021-02-27 21:56:45','2021-02-27 13:56:45'),(125959,44898,'action created','2021-02-27 21:56:45','2021-02-27 13:56:45'),(125960,44898,'action started via WP Cron','2021-02-27 21:58:01','2021-02-27 13:58:01'),(125961,44898,'action complete via WP Cron','2021-02-27 21:58:01','2021-02-27 13:58:01'),(125962,44899,'action created','2021-02-27 21:58:01','2021-02-27 13:58:01'),(125963,44899,'action started via WP Cron','2021-02-27 21:58:47','2021-02-27 13:58:47'),(125964,44899,'action complete via WP Cron','2021-02-27 21:58:47','2021-02-27 13:58:47'),(125965,44900,'action created','2021-02-27 21:58:47','2021-02-27 13:58:47'),(125966,44900,'action started via WP Cron','2021-02-27 21:59:48','2021-02-27 13:59:48'),(125967,44900,'action complete via WP Cron','2021-02-27 21:59:48','2021-02-27 13:59:48'),(125968,44901,'action created','2021-02-27 21:59:48','2021-02-27 13:59:48'),(125969,44901,'action started via WP Cron','2021-02-27 22:00:52','2021-02-27 14:00:52'),(125970,44901,'action complete via WP Cron','2021-02-27 22:00:52','2021-02-27 14:00:52'),(125971,44902,'action created','2021-02-27 22:00:52','2021-02-27 14:00:52'),(125972,44902,'action started via WP Cron','2021-02-27 22:02:19','2021-02-27 14:02:19'),(125973,44902,'action complete via WP Cron','2021-02-27 22:02:19','2021-02-27 14:02:19'),(125974,44903,'action created','2021-02-27 22:02:19','2021-02-27 14:02:19'),(125975,44903,'action started via WP Cron','2021-02-27 22:03:09','2021-02-27 14:03:09'),(125976,44903,'action complete via WP Cron','2021-02-27 22:03:09','2021-02-27 14:03:09'),(125977,44904,'action created','2021-02-27 22:03:09','2021-02-27 14:03:09'),(125978,44904,'action started via WP Cron','2021-02-27 22:04:05','2021-02-27 14:04:05'),(125979,44904,'action complete via WP Cron','2021-02-27 22:04:05','2021-02-27 14:04:05'),(125980,44905,'action created','2021-02-27 22:04:47','2021-02-27 14:04:47'),(125981,44905,'action started via WP Cron','2021-02-27 22:05:43','2021-02-27 14:05:43'),(125982,44905,'action complete via WP Cron','2021-02-27 22:05:43','2021-02-27 14:05:43'),(125983,44906,'action created','2021-02-27 22:05:44','2021-02-27 14:05:44'),(125984,44906,'action started via WP Cron','2021-02-27 22:07:28','2021-02-27 14:07:28'),(125985,44906,'action complete via WP Cron','2021-02-27 22:07:28','2021-02-27 14:07:28'),(125986,44907,'action created','2021-02-27 22:07:28','2021-02-27 14:07:28'),(125987,44907,'action started via WP Cron','2021-02-27 22:08:23','2021-02-27 14:08:23'),(125988,44907,'action complete via WP Cron','2021-02-27 22:08:23','2021-02-27 14:08:23'),(125989,44908,'action created','2021-02-27 22:08:24','2021-02-27 14:08:24'),(125990,44908,'action started via WP Cron','2021-02-27 22:09:04','2021-02-27 14:09:04'),(125991,44908,'action complete via WP Cron','2021-02-27 22:09:04','2021-02-27 14:09:04'),(125992,44909,'action created','2021-02-27 22:09:04','2021-02-27 14:09:04'),(125993,44909,'action started via WP Cron','2021-02-27 22:09:56','2021-02-27 14:09:56'),(125994,44909,'action complete via WP Cron','2021-02-27 22:09:56','2021-02-27 14:09:56'),(125995,44910,'action created','2021-02-27 22:09:56','2021-02-27 14:09:56'),(125996,44910,'action started via WP Cron','2021-02-27 22:10:50','2021-02-27 14:10:50'),(125997,44910,'action complete via WP Cron','2021-02-27 22:10:50','2021-02-27 14:10:50'),(125998,44911,'action created','2021-02-27 22:10:50','2021-02-27 14:10:50'),(125999,44911,'action started via WP Cron','2021-02-27 22:11:43','2021-02-27 14:11:43'),(126000,44911,'action complete via WP Cron','2021-02-27 22:11:43','2021-02-27 14:11:43'),(126001,44912,'action created','2021-02-27 22:11:44','2021-02-27 14:11:44'),(126002,44912,'action started via WP Cron','2021-02-27 22:12:47','2021-02-27 14:12:47'),(126003,44912,'action complete via WP Cron','2021-02-27 22:12:47','2021-02-27 14:12:47'),(126004,44913,'action created','2021-02-27 22:12:47','2021-02-27 14:12:47'),(126005,44913,'action started via WP Cron','2021-02-27 22:14:02','2021-02-27 14:14:02'),(126006,44913,'action complete via WP Cron','2021-02-27 22:14:02','2021-02-27 14:14:02'),(126007,44914,'action created','2021-02-27 22:14:02','2021-02-27 14:14:02'),(126008,44914,'action started via WP Cron','2021-02-27 22:15:52','2021-02-27 14:15:52'),(126009,44914,'action complete via WP Cron','2021-02-27 22:15:52','2021-02-27 14:15:52'),(126010,44915,'action created','2021-02-27 22:15:52','2021-02-27 14:15:52'),(126011,44915,'action started via WP Cron','2021-02-27 22:16:53','2021-02-27 14:16:53'),(126012,44915,'action complete via WP Cron','2021-02-27 22:16:53','2021-02-27 14:16:53'),(126013,44916,'action created','2021-02-27 22:16:53','2021-02-27 14:16:53'),(126014,44916,'action started via WP Cron','2021-02-27 22:17:54','2021-02-27 14:17:54'),(126015,44916,'action complete via WP Cron','2021-02-27 22:17:54','2021-02-27 14:17:54'),(126016,44917,'action created','2021-02-27 22:17:55','2021-02-27 14:17:55'),(126017,44917,'action started via WP Cron','2021-02-27 22:19:56','2021-02-27 14:19:56'),(126018,44917,'action complete via WP Cron','2021-02-27 22:19:56','2021-02-27 14:19:56'),(126019,44918,'action created','2021-02-27 22:19:56','2021-02-27 14:19:56'),(126020,44918,'action started via WP Cron','2021-02-27 22:20:57','2021-02-27 14:20:57'),(126021,44918,'action complete via WP Cron','2021-02-27 22:20:57','2021-02-27 14:20:57'),(126022,44919,'action created','2021-02-27 22:20:57','2021-02-27 14:20:57'),(126023,44919,'action started via WP Cron','2021-02-27 22:21:55','2021-02-27 14:21:55'),(126024,44919,'action complete via WP Cron','2021-02-27 22:21:55','2021-02-27 14:21:55'),(126025,44920,'action created','2021-02-27 22:21:56','2021-02-27 14:21:56'),(126026,44920,'action started via WP Cron','2021-02-27 22:23:06','2021-02-27 14:23:06'),(126027,44920,'action complete via WP Cron','2021-02-27 22:23:06','2021-02-27 14:23:06'),(126028,44921,'action created','2021-02-27 22:23:06','2021-02-27 14:23:06'),(126029,44921,'action started via WP Cron','2021-02-27 22:26:23','2021-02-27 14:26:23'),(126030,44921,'action complete via WP Cron','2021-02-27 22:26:23','2021-02-27 14:26:23'),(126031,44922,'action created','2021-02-27 22:26:23','2021-02-27 14:26:23'),(126032,44922,'action started via WP Cron','2021-02-27 22:29:55','2021-02-27 14:29:55'),(126033,44922,'action complete via WP Cron','2021-02-27 22:29:55','2021-02-27 14:29:55'),(126034,44923,'action created','2021-02-27 22:29:55','2021-02-27 14:29:55'),(126035,44923,'action started via WP Cron','2021-02-27 22:30:45','2021-02-27 14:30:45'),(126036,44923,'action complete via WP Cron','2021-02-27 22:30:45','2021-02-27 14:30:45'),(126037,44924,'action created','2021-02-27 22:30:45','2021-02-27 14:30:45'),(126038,44924,'action started via WP Cron','2021-02-27 22:31:55','2021-02-27 14:31:55'),(126039,44924,'action complete via WP Cron','2021-02-27 22:31:55','2021-02-27 14:31:55'),(126040,44925,'action created','2021-02-27 22:31:55','2021-02-27 14:31:55'),(126041,44925,'action started via WP Cron','2021-02-27 22:32:40','2021-02-27 14:32:40'),(126042,44925,'action complete via WP Cron','2021-02-27 22:32:40','2021-02-27 14:32:40'),(126043,44926,'action created','2021-02-27 22:32:41','2021-02-27 14:32:41'),(126044,44926,'action started via WP Cron','2021-02-27 22:33:41','2021-02-27 14:33:41'),(126045,44926,'action complete via WP Cron','2021-02-27 22:33:41','2021-02-27 14:33:41'),(126046,44927,'action created','2021-02-27 22:33:42','2021-02-27 14:33:42'),(126047,44927,'action started via WP Cron','2021-02-27 22:35:36','2021-02-27 14:35:36'),(126048,44927,'action complete via WP Cron','2021-02-27 22:35:36','2021-02-27 14:35:36'),(126049,44928,'action created','2021-02-27 22:35:36','2021-02-27 14:35:36'),(126050,44928,'action started via WP Cron','2021-02-27 22:35:59','2021-02-27 14:35:59'),(126051,44928,'action complete via WP Cron','2021-02-27 22:35:59','2021-02-27 14:35:59'),(126052,44929,'action created','2021-02-27 22:35:59','2021-02-27 14:35:59'),(126053,44929,'action started via WP Cron','2021-02-27 22:38:07','2021-02-27 14:38:07'),(126054,44929,'action complete via WP Cron','2021-02-27 22:38:07','2021-02-27 14:38:07'),(126055,44930,'action created','2021-02-27 22:38:07','2021-02-27 14:38:07'),(126056,44930,'action started via WP Cron','2021-02-27 22:39:27','2021-02-27 14:39:27'),(126057,44930,'action complete via WP Cron','2021-02-27 22:39:27','2021-02-27 14:39:27'),(126058,44931,'action created','2021-02-27 22:39:27','2021-02-27 14:39:27'),(126059,44931,'action started via WP Cron','2021-02-27 22:42:38','2021-02-27 14:42:38'),(126060,44931,'action complete via WP Cron','2021-02-27 22:42:38','2021-02-27 14:42:38'),(126061,44932,'action created','2021-02-27 22:42:38','2021-02-27 14:42:38'),(126062,44932,'action started via WP Cron','2021-02-27 22:43:58','2021-02-27 14:43:58'),(126063,44932,'action complete via WP Cron','2021-02-27 22:43:58','2021-02-27 14:43:58'),(126064,44933,'action created','2021-02-27 22:43:58','2021-02-27 14:43:58'),(126065,44933,'action started via WP Cron','2021-02-27 22:44:51','2021-02-27 14:44:51'),(126066,44933,'action complete via WP Cron','2021-02-27 22:44:51','2021-02-27 14:44:51'),(126067,44934,'action created','2021-02-27 22:44:51','2021-02-27 14:44:51'),(126068,44934,'action started via WP Cron','2021-02-27 22:46:17','2021-02-27 14:46:17'),(126069,44934,'action complete via WP Cron','2021-02-27 22:46:17','2021-02-27 14:46:17'),(126070,44935,'action created','2021-02-27 22:46:17','2021-02-27 14:46:17'),(126071,44935,'action started via WP Cron','2021-02-27 22:47:03','2021-02-27 14:47:03'),(126072,44935,'action complete via WP Cron','2021-02-27 22:47:03','2021-02-27 14:47:03'),(126073,44936,'action created','2021-02-27 22:47:03','2021-02-27 14:47:03'),(126074,44936,'action started via WP Cron','2021-02-27 22:48:02','2021-02-27 14:48:02'),(126075,44936,'action complete via WP Cron','2021-02-27 22:48:02','2021-02-27 14:48:02'),(126076,44937,'action created','2021-02-27 22:48:02','2021-02-27 14:48:02'),(126077,44937,'action started via WP Cron','2021-02-27 22:48:46','2021-02-27 14:48:46'),(126078,44937,'action complete via WP Cron','2021-02-27 22:48:46','2021-02-27 14:48:46'),(126079,44938,'action created','2021-02-27 22:48:46','2021-02-27 14:48:46'),(126080,44938,'action started via WP Cron','2021-02-27 22:50:06','2021-02-27 14:50:06'),(126081,44938,'action complete via WP Cron','2021-02-27 22:50:06','2021-02-27 14:50:06'),(126082,44939,'action created','2021-02-27 22:50:06','2021-02-27 14:50:06'),(126083,44939,'action started via WP Cron','2021-02-27 22:50:56','2021-02-27 14:50:56'),(126084,44939,'action complete via WP Cron','2021-02-27 22:50:56','2021-02-27 14:50:56'),(126085,44940,'action created','2021-02-27 22:50:56','2021-02-27 14:50:56'),(126086,44940,'action started via WP Cron','2021-02-27 22:52:11','2021-02-27 14:52:11'),(126087,44940,'action complete via WP Cron','2021-02-27 22:52:11','2021-02-27 14:52:11'),(126088,44941,'action created','2021-02-27 22:52:11','2021-02-27 14:52:11'),(126089,44941,'action started via WP Cron','2021-02-27 22:53:01','2021-02-27 14:53:01'),(126090,44941,'action complete via WP Cron','2021-02-27 22:53:01','2021-02-27 14:53:01'),(126091,44942,'action created','2021-02-27 22:53:02','2021-02-27 14:53:02'),(126092,44942,'action started via WP Cron','2021-02-27 22:53:43','2021-02-27 14:53:43'),(126093,44942,'action complete via WP Cron','2021-02-27 22:53:43','2021-02-27 14:53:43'),(126094,44943,'action created','2021-02-27 22:53:43','2021-02-27 14:53:43'),(126095,44943,'action started via WP Cron','2021-02-27 22:55:07','2021-02-27 14:55:07'),(126096,44943,'action complete via WP Cron','2021-02-27 22:55:07','2021-02-27 14:55:07'),(126097,44944,'action created','2021-02-27 22:55:07','2021-02-27 14:55:07'),(126098,44944,'action started via WP Cron','2021-02-27 22:56:07','2021-02-27 14:56:07'),(126099,44944,'action complete via WP Cron','2021-02-27 22:56:07','2021-02-27 14:56:07'),(126100,44945,'action created','2021-02-27 22:56:07','2021-02-27 14:56:07'),(126101,44945,'action started via WP Cron','2021-02-27 22:57:00','2021-02-27 14:57:00'),(126102,44945,'action complete via WP Cron','2021-02-27 22:57:00','2021-02-27 14:57:00'),(126103,44946,'action created','2021-02-27 22:57:00','2021-02-27 14:57:00'),(126104,44946,'action started via WP Cron','2021-02-27 22:57:42','2021-02-27 14:57:42'),(126105,44946,'action complete via WP Cron','2021-02-27 22:57:42','2021-02-27 14:57:42'),(126106,44947,'action created','2021-02-27 22:57:42','2021-02-27 14:57:42'),(126107,44947,'action started via WP Cron','2021-02-27 22:58:59','2021-02-27 14:58:59'),(126108,44947,'action complete via WP Cron','2021-02-27 22:58:59','2021-02-27 14:58:59'),(126109,44948,'action created','2021-02-27 22:58:59','2021-02-27 14:58:59'),(126110,44948,'action started via WP Cron','2021-02-27 22:59:48','2021-02-27 14:59:48'),(126111,44948,'action complete via WP Cron','2021-02-27 22:59:48','2021-02-27 14:59:48'),(126112,44949,'action created','2021-02-27 22:59:49','2021-02-27 14:59:49'),(126113,44949,'action started via WP Cron','2021-02-27 23:01:04','2021-02-27 15:01:04'),(126114,44949,'action complete via WP Cron','2021-02-27 23:01:04','2021-02-27 15:01:04'),(126115,44950,'action created','2021-02-27 23:01:04','2021-02-27 15:01:04'),(126116,44950,'action started via WP Cron','2021-02-27 23:01:53','2021-02-27 15:01:53'),(126117,44950,'action complete via WP Cron','2021-02-27 23:01:53','2021-02-27 15:01:53'),(126118,44951,'action created','2021-02-27 23:01:53','2021-02-27 15:01:53'),(126119,44951,'action started via WP Cron','2021-02-27 23:03:04','2021-02-27 15:03:04'),(126120,44951,'action complete via WP Cron','2021-02-27 23:03:04','2021-02-27 15:03:04'),(126121,44952,'action created','2021-02-27 23:03:04','2021-02-27 15:03:04'),(126122,44952,'action started via WP Cron','2021-02-27 23:03:46','2021-02-27 15:03:46'),(126123,44952,'action complete via WP Cron','2021-02-27 23:03:46','2021-02-27 15:03:46'),(126124,44953,'action created','2021-02-27 23:03:46','2021-02-27 15:03:46'),(126125,44953,'action started via WP Cron','2021-02-27 23:05:24','2021-02-27 15:05:24'),(126126,44953,'action complete via WP Cron','2021-02-27 23:05:24','2021-02-27 15:05:24'),(126127,44954,'action created','2021-02-27 23:05:24','2021-02-27 15:05:24'),(126128,44954,'action started via WP Cron','2021-02-27 23:06:04','2021-02-27 15:06:04'),(126129,44954,'action complete via WP Cron','2021-02-27 23:06:04','2021-02-27 15:06:04'),(126130,44955,'action created','2021-02-27 23:06:04','2021-02-27 15:06:04'),(126131,44955,'action started via WP Cron','2021-02-27 23:06:58','2021-02-27 15:06:58'),(126132,44955,'action complete via WP Cron','2021-02-27 23:06:58','2021-02-27 15:06:58'),(126133,44956,'action created','2021-02-27 23:06:58','2021-02-27 15:06:58'),(126134,44956,'action started via WP Cron','2021-02-27 23:07:44','2021-02-27 15:07:44'),(126135,44956,'action complete via WP Cron','2021-02-27 23:07:44','2021-02-27 15:07:44'),(126136,44957,'action created','2021-02-27 23:07:44','2021-02-27 15:07:44'),(126137,44957,'action started via WP Cron','2021-02-27 23:09:24','2021-02-27 15:09:24'),(126138,44957,'action complete via WP Cron','2021-02-27 23:09:24','2021-02-27 15:09:24'),(126139,44958,'action created','2021-02-27 23:09:24','2021-02-27 15:09:24'),(126140,44958,'action started via WP Cron','2021-02-27 23:10:05','2021-02-27 15:10:05'),(126141,44958,'action complete via WP Cron','2021-02-27 23:10:05','2021-02-27 15:10:05'),(126142,44959,'action created','2021-02-27 23:10:47','2021-02-27 15:10:47'),(126143,44959,'action started via WP Cron','2021-02-27 23:11:45','2021-02-27 15:11:45'),(126144,44959,'action complete via WP Cron','2021-02-27 23:11:45','2021-02-27 15:11:45'),(126145,44960,'action created','2021-02-27 23:12:27','2021-02-27 15:12:27'),(126146,44960,'action started via WP Cron','2021-02-27 23:13:16','2021-02-27 15:13:16'),(126147,44960,'action complete via WP Cron','2021-02-27 23:13:16','2021-02-27 15:13:16'),(126148,44961,'action created','2021-02-27 23:13:16','2021-02-27 15:13:16'),(126149,44961,'action started via WP Cron','2021-02-27 23:14:13','2021-02-27 15:14:13'),(126150,44961,'action complete via WP Cron','2021-02-27 23:14:13','2021-02-27 15:14:13'),(126151,44962,'action created','2021-02-27 23:14:13','2021-02-27 15:14:13'),(126152,44962,'action started via WP Cron','2021-02-27 23:14:58','2021-02-27 15:14:58'),(126153,44962,'action complete via WP Cron','2021-02-27 23:14:58','2021-02-27 15:14:58'),(126154,44963,'action created','2021-02-27 23:14:58','2021-02-27 15:14:58'),(126155,44963,'action started via WP Cron','2021-02-27 23:15:46','2021-02-27 15:15:46'),(126156,44963,'action complete via WP Cron','2021-02-27 23:15:46','2021-02-27 15:15:46'),(126157,44964,'action created','2021-02-27 23:15:46','2021-02-27 15:15:46'),(126158,44964,'action started via WP Cron','2021-02-27 23:16:47','2021-02-27 15:16:47'),(126159,44964,'action complete via WP Cron','2021-02-27 23:16:47','2021-02-27 15:16:47'),(126160,44965,'action created','2021-02-27 23:16:47','2021-02-27 15:16:47'),(126161,44965,'action started via WP Cron','2021-02-27 23:18:16','2021-02-27 15:18:16'),(126162,44965,'action complete via WP Cron','2021-02-27 23:18:16','2021-02-27 15:18:16'),(126163,44966,'action created','2021-02-27 23:18:16','2021-02-27 15:18:16'),(126164,44966,'action started via WP Cron','2021-02-27 23:19:05','2021-02-27 15:19:05'),(126165,44966,'action complete via WP Cron','2021-02-27 23:19:05','2021-02-27 15:19:05'),(126166,44967,'action created','2021-02-27 23:19:05','2021-02-27 15:19:05'),(126167,44967,'action started via WP Cron','2021-02-27 23:19:55','2021-02-27 15:19:55'),(126168,44967,'action complete via WP Cron','2021-02-27 23:19:55','2021-02-27 15:19:55'),(126169,44968,'action created','2021-02-27 23:19:55','2021-02-27 15:19:55'),(126170,44968,'action started via WP Cron','2021-02-27 23:21:21','2021-02-27 15:21:21'),(126171,44968,'action complete via WP Cron','2021-02-27 23:21:21','2021-02-27 15:21:21'),(126172,44969,'action created','2021-02-27 23:21:21','2021-02-27 15:21:21'),(126173,44969,'action started via WP Cron','2021-02-27 23:22:00','2021-02-27 15:22:00'),(126174,44969,'action complete via WP Cron','2021-02-27 23:22:00','2021-02-27 15:22:00'),(126175,44970,'action created','2021-02-27 23:22:00','2021-02-27 15:22:00'),(126176,44970,'action started via WP Cron','2021-02-27 23:22:48','2021-02-27 15:22:48'),(126177,44970,'action complete via WP Cron','2021-02-27 23:22:48','2021-02-27 15:22:48'),(126178,44971,'action created','2021-02-27 23:22:48','2021-02-27 15:22:48'),(126179,44971,'action started via WP Cron','2021-02-27 23:24:06','2021-02-27 15:24:06'),(126180,44971,'action complete via WP Cron','2021-02-27 23:24:06','2021-02-27 15:24:06'),(126181,44972,'action created','2021-02-27 23:24:06','2021-02-27 15:24:06'),(126182,44972,'action started via WP Cron','2021-02-27 23:24:53','2021-02-27 15:24:53'),(126183,44972,'action complete via WP Cron','2021-02-27 23:24:53','2021-02-27 15:24:53'),(126184,44973,'action created','2021-02-27 23:24:53','2021-02-27 15:24:53'),(126185,44973,'action started via WP Cron','2021-02-27 23:26:01','2021-02-27 15:26:01'),(126186,44973,'action complete via WP Cron','2021-02-27 23:26:01','2021-02-27 15:26:01'),(126187,44974,'action created','2021-02-27 23:26:01','2021-02-27 15:26:01'),(126188,44974,'action started via WP Cron','2021-02-27 23:27:01','2021-02-27 15:27:01'),(126189,44974,'action complete via WP Cron','2021-02-27 23:27:01','2021-02-27 15:27:01'),(126190,44975,'action created','2021-02-27 23:27:01','2021-02-27 15:27:01'),(126191,44975,'action started via WP Cron','2021-02-27 23:27:46','2021-02-27 15:27:46'),(126192,44975,'action complete via WP Cron','2021-02-27 23:27:46','2021-02-27 15:27:46'),(126193,44976,'action created','2021-02-27 23:27:46','2021-02-27 15:27:46'),(126194,44976,'action started via WP Cron','2021-02-27 23:29:18','2021-02-27 15:29:18'),(126195,44976,'action complete via WP Cron','2021-02-27 23:29:18','2021-02-27 15:29:18'),(126196,44977,'action created','2021-02-27 23:29:18','2021-02-27 15:29:18'),(126197,44977,'action started via WP Cron','2021-02-27 23:29:49','2021-02-27 15:29:49'),(126198,44977,'action complete via WP Cron','2021-02-27 23:29:49','2021-02-27 15:29:49'),(126199,44978,'action created','2021-02-27 23:29:49','2021-02-27 15:29:49'),(126200,44978,'action started via WP Cron','2021-02-27 23:30:54','2021-02-27 15:30:54'),(126201,44978,'action complete via WP Cron','2021-02-27 23:30:54','2021-02-27 15:30:54'),(126202,44979,'action created','2021-02-27 23:30:55','2021-02-27 15:30:55'),(126203,44979,'action started via WP Cron','2021-02-27 23:31:45','2021-02-27 15:31:45'),(126204,44979,'action complete via WP Cron','2021-02-27 23:31:45','2021-02-27 15:31:45'),(126205,44980,'action created','2021-02-27 23:31:45','2021-02-27 15:31:45'),(126206,44980,'action started via WP Cron','2021-02-27 23:32:47','2021-02-27 15:32:47'),(126207,44980,'action complete via WP Cron','2021-02-27 23:32:48','2021-02-27 15:32:48'),(126208,44981,'action created','2021-02-27 23:32:48','2021-02-27 15:32:48'),(126209,44981,'action started via WP Cron','2021-02-27 23:33:55','2021-02-27 15:33:55'),(126210,44981,'action complete via WP Cron','2021-02-27 23:33:55','2021-02-27 15:33:55'),(126211,44982,'action created','2021-02-27 23:33:55','2021-02-27 15:33:55'),(126212,44982,'action started via WP Cron','2021-02-27 23:34:41','2021-02-27 15:34:41'),(126213,44982,'action complete via WP Cron','2021-02-27 23:34:41','2021-02-27 15:34:41'),(126214,44983,'action created','2021-02-27 23:34:41','2021-02-27 15:34:41'),(126215,44983,'action started via WP Cron','2021-02-27 23:35:41','2021-02-27 15:35:41'),(126216,44983,'action complete via WP Cron','2021-02-27 23:35:41','2021-02-27 15:35:41'),(126217,44984,'action created','2021-02-27 23:35:42','2021-02-27 15:35:42'),(126218,44984,'action started via WP Cron','2021-02-27 23:36:43','2021-02-27 15:36:43'),(126219,44984,'action complete via WP Cron','2021-02-27 23:36:43','2021-02-27 15:36:43'),(126220,44985,'action created','2021-02-27 23:36:43','2021-02-27 15:36:43'),(126221,44985,'action started via WP Cron','2021-02-27 23:38:36','2021-02-27 15:38:36'),(126222,44985,'action complete via WP Cron','2021-02-27 23:38:36','2021-02-27 15:38:36'),(126223,44986,'action created','2021-02-27 23:38:36','2021-02-27 15:38:36'),(126224,44986,'action started via WP Cron','2021-02-27 23:38:47','2021-02-27 15:38:47'),(126225,44986,'action complete via WP Cron','2021-02-27 23:38:47','2021-02-27 15:38:47'),(126226,44987,'action created','2021-02-27 23:38:47','2021-02-27 15:38:47'),(126227,44987,'action started via WP Cron','2021-02-27 23:39:45','2021-02-27 15:39:45'),(126228,44987,'action complete via WP Cron','2021-02-27 23:39:45','2021-02-27 15:39:45'),(126229,44988,'action created','2021-02-27 23:39:45','2021-02-27 15:39:45'),(126230,44988,'action started via WP Cron','2021-02-27 23:40:43','2021-02-27 15:40:43'),(126231,44988,'action complete via WP Cron','2021-02-27 23:40:43','2021-02-27 15:40:43'),(126232,44989,'action created','2021-02-27 23:40:43','2021-02-27 15:40:43'),(126233,44989,'action started via WP Cron','2021-02-27 23:42:19','2021-02-27 15:42:19'),(126234,44989,'action complete via WP Cron','2021-02-27 23:42:19','2021-02-27 15:42:19'),(126235,44990,'action created','2021-02-27 23:42:19','2021-02-27 15:42:19'),(126236,44990,'action started via WP Cron','2021-02-27 23:42:58','2021-02-27 15:42:58'),(126237,44990,'action complete via WP Cron','2021-02-27 23:42:58','2021-02-27 15:42:58'),(126238,44991,'action created','2021-02-27 23:42:58','2021-02-27 15:42:58'),(126239,44991,'action started via WP Cron','2021-02-27 23:44:22','2021-02-27 15:44:22'),(126240,44991,'action complete via WP Cron','2021-02-27 23:44:22','2021-02-27 15:44:22'),(126241,44992,'action created','2021-02-27 23:44:22','2021-02-27 15:44:22'),(126242,44992,'action started via WP Cron','2021-02-27 23:45:05','2021-02-27 15:45:05'),(126243,44992,'action complete via WP Cron','2021-02-27 23:45:05','2021-02-27 15:45:05'),(126244,44993,'action created','2021-02-27 23:45:05','2021-02-27 15:45:05'),(126245,44993,'action started via WP Cron','2021-02-27 23:45:53','2021-02-27 15:45:53'),(126246,44993,'action complete via WP Cron','2021-02-27 23:45:53','2021-02-27 15:45:53'),(126247,44994,'action created','2021-02-27 23:45:53','2021-02-27 15:45:53'),(126248,44994,'action started via WP Cron','2021-02-27 23:47:11','2021-02-27 15:47:11'),(126249,44994,'action complete via WP Cron','2021-02-27 23:47:11','2021-02-27 15:47:11'),(126250,44995,'action created','2021-02-27 23:47:11','2021-02-27 15:47:11'),(126251,44995,'action started via WP Cron','2021-02-27 23:48:08','2021-02-27 15:48:08'),(126252,44995,'action complete via WP Cron','2021-02-27 23:48:08','2021-02-27 15:48:08'),(126253,44996,'action created','2021-02-27 23:48:08','2021-02-27 15:48:08'),(126254,44996,'action started via WP Cron','2021-02-27 23:49:11','2021-02-27 15:49:11'),(126255,44996,'action complete via WP Cron','2021-02-27 23:49:11','2021-02-27 15:49:11'),(126256,44997,'action created','2021-02-27 23:49:11','2021-02-27 15:49:11'),(126257,44997,'action started via WP Cron','2021-02-27 23:50:02','2021-02-27 15:50:02'),(126258,44997,'action complete via WP Cron','2021-02-27 23:50:02','2021-02-27 15:50:02'),(126259,44998,'action created','2021-02-27 23:50:02','2021-02-27 15:50:02'),(126260,44998,'action started via WP Cron','2021-02-27 23:50:41','2021-02-27 15:50:41'),(126261,44998,'action complete via WP Cron','2021-02-27 23:50:41','2021-02-27 15:50:41'),(126262,44999,'action created','2021-02-27 23:50:41','2021-02-27 15:50:41'),(126263,44999,'action started via WP Cron','2021-02-27 23:52:16','2021-02-27 15:52:16'),(126264,44999,'action complete via WP Cron','2021-02-27 23:52:16','2021-02-27 15:52:16'),(126265,45000,'action created','2021-02-27 23:52:17','2021-02-27 15:52:17'),(126266,45000,'action started via WP Cron','2021-02-27 23:53:03','2021-02-27 15:53:03'),(126267,45000,'action complete via WP Cron','2021-02-27 23:53:03','2021-02-27 15:53:03'),(126268,45001,'action created','2021-02-27 23:53:04','2021-02-27 15:53:04'),(126269,45001,'action started via WP Cron','2021-02-27 23:55:13','2021-02-27 15:55:13'),(126270,45001,'action complete via WP Cron','2021-02-27 23:55:13','2021-02-27 15:55:13'),(126271,45002,'action created','2021-02-27 23:55:13','2021-02-27 15:55:13'),(126272,45002,'action started via WP Cron','2021-02-27 23:57:17','2021-02-27 15:57:17'),(126273,45002,'action complete via WP Cron','2021-02-27 23:57:17','2021-02-27 15:57:17'),(126274,45003,'action created','2021-02-27 23:57:17','2021-02-27 15:57:17'),(126275,45003,'action started via WP Cron','2021-02-27 23:59:11','2021-02-27 15:59:11'),(126276,45003,'action complete via WP Cron','2021-02-27 23:59:11','2021-02-27 15:59:11'),(126277,45004,'action created','2021-02-27 23:59:11','2021-02-27 15:59:11'),(126278,45004,'action started via WP Cron','2021-02-28 00:03:05','2021-02-27 16:03:05'),(126279,45004,'action complete via WP Cron','2021-02-28 00:03:05','2021-02-27 16:03:05'),(126280,45005,'action created','2021-02-28 00:03:05','2021-02-27 16:03:05'),(126281,45005,'action started via WP Cron','2021-02-28 00:04:06','2021-02-27 16:04:06'),(126282,45005,'action complete via WP Cron','2021-02-28 00:04:06','2021-02-27 16:04:06'),(126283,45006,'action created','2021-02-28 00:04:06','2021-02-27 16:04:06'),(126284,45006,'action started via WP Cron','2021-02-28 00:05:38','2021-02-27 16:05:38'),(126285,45006,'action complete via WP Cron','2021-02-28 00:05:38','2021-02-27 16:05:38'),(126286,45007,'action created','2021-02-28 00:05:38','2021-02-27 16:05:38'),(126287,45007,'action started via WP Cron','2021-02-28 00:06:08','2021-02-27 16:06:08'),(126288,45007,'action complete via WP Cron','2021-02-28 00:06:08','2021-02-27 16:06:08'),(126289,45008,'action created','2021-02-28 00:06:08','2021-02-27 16:06:08'),(126290,45008,'action started via WP Cron','2021-02-28 00:06:53','2021-02-27 16:06:53'),(126291,45008,'action complete via WP Cron','2021-02-28 00:06:53','2021-02-27 16:06:53'),(126292,45009,'action created','2021-02-28 00:06:53','2021-02-27 16:06:53'),(126293,45009,'action started via WP Cron','2021-02-28 00:12:35','2021-02-27 16:12:35'),(126294,45009,'action complete via WP Cron','2021-02-28 00:12:35','2021-02-27 16:12:35'),(126295,45010,'action created','2021-02-28 00:12:35','2021-02-27 16:12:35'),(126296,45010,'action started via WP Cron','2021-02-28 00:12:55','2021-02-27 16:12:55'),(126297,45010,'action complete via WP Cron','2021-02-28 00:12:55','2021-02-27 16:12:55'),(126298,45011,'action created','2021-02-28 00:12:55','2021-02-27 16:12:55'),(126299,45011,'action started via WP Cron','2021-02-28 00:14:37','2021-02-27 16:14:37'),(126300,45011,'action complete via WP Cron','2021-02-28 00:14:37','2021-02-27 16:14:37'),(126301,45012,'action created','2021-02-28 00:14:37','2021-02-27 16:14:37'),(126302,45012,'action started via WP Cron','2021-02-28 00:15:45','2021-02-27 16:15:45'),(126303,45012,'action complete via WP Cron','2021-02-28 00:15:45','2021-02-27 16:15:45'),(126304,45013,'action created','2021-02-28 00:15:45','2021-02-27 16:15:45'),(126305,45013,'action started via WP Cron','2021-02-28 00:16:52','2021-02-27 16:16:52'),(126306,45013,'action complete via WP Cron','2021-02-28 00:16:52','2021-02-27 16:16:52'),(126307,45014,'action created','2021-02-28 00:16:52','2021-02-27 16:16:52'),(126308,45014,'action started via WP Cron','2021-02-28 00:18:16','2021-02-27 16:18:16'),(126309,45014,'action complete via WP Cron','2021-02-28 00:18:16','2021-02-27 16:18:16'),(126310,45015,'action created','2021-02-28 00:18:17','2021-02-27 16:18:17'),(126311,45015,'action started via WP Cron','2021-02-28 00:20:38','2021-02-27 16:20:38'),(126312,45015,'action complete via WP Cron','2021-02-28 00:20:38','2021-02-27 16:20:38'),(126313,45016,'action created','2021-02-28 00:20:38','2021-02-27 16:20:38'),(126314,45016,'action started via WP Cron','2021-02-28 00:24:50','2021-02-27 16:24:50'),(126315,45016,'action complete via WP Cron','2021-02-28 00:24:50','2021-02-27 16:24:50'),(126316,45017,'action created','2021-02-28 00:24:50','2021-02-27 16:24:50'),(126317,45017,'action started via WP Cron','2021-02-28 00:25:45','2021-02-27 16:25:45'),(126318,45017,'action complete via WP Cron','2021-02-28 00:25:45','2021-02-27 16:25:45'),(126319,45018,'action created','2021-02-28 00:25:45','2021-02-27 16:25:45'),(126320,45018,'action started via WP Cron','2021-02-28 00:26:56','2021-02-27 16:26:56'),(126321,45018,'action complete via WP Cron','2021-02-28 00:26:56','2021-02-27 16:26:56'),(126322,45019,'action created','2021-02-28 00:27:07','2021-02-27 16:27:07'),(126323,45019,'action started via WP Cron','2021-02-28 00:27:45','2021-02-27 16:27:45'),(126324,45019,'action complete via WP Cron','2021-02-28 00:27:45','2021-02-27 16:27:45'),(126325,45020,'action created','2021-02-28 00:27:45','2021-02-27 16:27:45'),(126326,45020,'action started via WP Cron','2021-02-28 00:28:51','2021-02-27 16:28:51'),(126327,45020,'action complete via WP Cron','2021-02-28 00:28:51','2021-02-27 16:28:51'),(126328,45021,'action created','2021-02-28 00:28:51','2021-02-27 16:28:51'),(126329,45021,'action started via WP Cron','2021-02-28 00:30:03','2021-02-27 16:30:03'),(126330,45021,'action complete via WP Cron','2021-02-28 00:30:03','2021-02-27 16:30:03'),(126331,45022,'action created','2021-02-28 00:30:39','2021-02-27 16:30:39'),(126332,45022,'action started via WP Cron','2021-02-28 00:31:22','2021-02-27 16:31:22'),(126333,45022,'action complete via WP Cron','2021-02-28 00:31:22','2021-02-27 16:31:22'),(126334,45023,'action created','2021-02-28 00:31:22','2021-02-27 16:31:22'),(126335,45023,'action started via WP Cron','2021-02-28 00:31:47','2021-02-27 16:31:47'),(126336,45023,'action complete via WP Cron','2021-02-28 00:31:47','2021-02-27 16:31:47'),(126337,45024,'action created','2021-02-28 00:31:47','2021-02-27 16:31:47'),(126338,45024,'action started via WP Cron','2021-02-28 00:32:54','2021-02-27 16:32:54'),(126339,45024,'action complete via WP Cron','2021-02-28 00:32:54','2021-02-27 16:32:54'),(126340,45025,'action created','2021-02-28 00:32:54','2021-02-27 16:32:54'),(126341,45025,'action started via WP Cron','2021-02-28 00:34:06','2021-02-27 16:34:06'),(126342,45025,'action complete via WP Cron','2021-02-28 00:34:06','2021-02-27 16:34:06'),(126343,45026,'action created','2021-02-28 00:34:06','2021-02-27 16:34:06'),(126344,45026,'action started via WP Cron','2021-02-28 00:35:03','2021-02-27 16:35:03'),(126345,45026,'action complete via WP Cron','2021-02-28 00:35:03','2021-02-27 16:35:03'),(126346,45027,'action created','2021-02-28 00:35:03','2021-02-27 16:35:03'),(126347,45027,'action started via WP Cron','2021-02-28 00:36:03','2021-02-27 16:36:03'),(126348,45027,'action complete via WP Cron','2021-02-28 00:36:03','2021-02-27 16:36:03'),(126349,45028,'action created','2021-02-28 00:36:03','2021-02-27 16:36:03'),(126350,45028,'action started via WP Cron','2021-02-28 00:36:51','2021-02-27 16:36:51'),(126351,45028,'action complete via WP Cron','2021-02-28 00:36:51','2021-02-27 16:36:51'),(126352,45029,'action created','2021-02-28 00:36:52','2021-02-27 16:36:52'),(126353,45029,'action started via WP Cron','2021-02-28 00:38:01','2021-02-27 16:38:01'),(126354,45029,'action complete via WP Cron','2021-02-28 00:38:01','2021-02-27 16:38:01'),(126355,45030,'action created','2021-02-28 00:38:01','2021-02-27 16:38:01'),(126356,45030,'action started via WP Cron','2021-02-28 00:38:53','2021-02-27 16:38:53'),(126357,45030,'action complete via WP Cron','2021-02-28 00:38:53','2021-02-27 16:38:53'),(126358,45031,'action created','2021-02-28 00:38:53','2021-02-27 16:38:53'),(126359,45031,'action started via WP Cron','2021-02-28 00:39:51','2021-02-27 16:39:51'),(126360,45031,'action complete via WP Cron','2021-02-28 00:39:51','2021-02-27 16:39:51'),(126361,45032,'action created','2021-02-28 00:39:51','2021-02-27 16:39:51'),(126362,45032,'action started via WP Cron','2021-02-28 00:40:45','2021-02-27 16:40:45'),(126363,45032,'action complete via WP Cron','2021-02-28 00:40:45','2021-02-27 16:40:45'),(126364,45033,'action created','2021-02-28 00:40:45','2021-02-27 16:40:45'),(126365,45033,'action started via WP Cron','2021-02-28 00:41:47','2021-02-27 16:41:47'),(126366,45033,'action complete via WP Cron','2021-02-28 00:41:47','2021-02-27 16:41:47'),(126367,45034,'action created','2021-02-28 00:41:47','2021-02-27 16:41:47'),(126368,45034,'action started via WP Cron','2021-02-28 00:42:47','2021-02-27 16:42:47'),(126369,45034,'action complete via WP Cron','2021-02-28 00:42:47','2021-02-27 16:42:47'),(126370,45035,'action created','2021-02-28 00:42:47','2021-02-27 16:42:47'),(126371,45035,'action started via WP Cron','2021-02-28 00:43:49','2021-02-27 16:43:49'),(126372,45035,'action complete via WP Cron','2021-02-28 00:43:49','2021-02-27 16:43:49'),(126373,45036,'action created','2021-02-28 00:44:36','2021-02-27 16:44:36'),(126374,45036,'action started via WP Cron','2021-02-28 00:44:50','2021-02-27 16:44:50'),(126375,45036,'action complete via WP Cron','2021-02-28 00:44:50','2021-02-27 16:44:50'),(126376,45037,'action created','2021-02-28 00:44:50','2021-02-27 16:44:50'),(126377,45037,'action started via WP Cron','2021-02-28 00:46:04','2021-02-27 16:46:04'),(126378,45037,'action complete via WP Cron','2021-02-28 00:46:04','2021-02-27 16:46:04'),(126379,45038,'action created','2021-02-28 00:46:04','2021-02-27 16:46:04'),(126380,45038,'action started via WP Cron','2021-02-28 00:46:46','2021-02-27 16:46:46'),(126381,45038,'action complete via WP Cron','2021-02-28 00:46:46','2021-02-27 16:46:46'),(126382,45039,'action created','2021-02-28 00:46:46','2021-02-27 16:46:46'),(126383,45039,'action started via WP Cron','2021-02-28 00:48:19','2021-02-27 16:48:19'),(126384,45039,'action complete via WP Cron','2021-02-28 00:48:19','2021-02-27 16:48:19'),(126385,45040,'action created','2021-02-28 00:48:19','2021-02-27 16:48:19'),(126386,45040,'action started via WP Cron','2021-02-28 00:49:01','2021-02-27 16:49:01'),(126387,45040,'action complete via WP Cron','2021-02-28 00:49:02','2021-02-27 16:49:02'),(126388,45041,'action created','2021-02-28 00:49:02','2021-02-27 16:49:02'),(126389,45041,'action started via WP Cron','2021-02-28 00:49:49','2021-02-27 16:49:49'),(126390,45041,'action complete via WP Cron','2021-02-28 00:49:49','2021-02-27 16:49:49'),(126391,45042,'action created','2021-02-28 00:49:49','2021-02-27 16:49:49'),(126392,45042,'action started via WP Cron','2021-02-28 00:50:47','2021-02-27 16:50:47'),(126393,45042,'action complete via WP Cron','2021-02-28 00:50:47','2021-02-27 16:50:47'),(126394,45043,'action created','2021-02-28 00:50:47','2021-02-27 16:50:47'),(126395,45043,'action started via WP Cron','2021-02-28 00:52:24','2021-02-27 16:52:24'),(126396,45043,'action complete via WP Cron','2021-02-28 00:52:24','2021-02-27 16:52:24'),(126397,45044,'action created','2021-02-28 00:52:24','2021-02-27 16:52:24'),(126398,45044,'action started via WP Cron','2021-02-28 00:53:22','2021-02-27 16:53:22'),(126399,45044,'action complete via WP Cron','2021-02-28 00:53:22','2021-02-27 16:53:22'),(126400,45045,'action created','2021-02-28 00:53:22','2021-02-27 16:53:22'),(126401,45045,'action started via WP Cron','2021-02-28 00:54:21','2021-02-27 16:54:21'),(126402,45045,'action complete via WP Cron','2021-02-28 00:54:21','2021-02-27 16:54:21'),(126403,45046,'action created','2021-02-28 00:54:21','2021-02-27 16:54:21'),(126404,45046,'action started via WP Cron','2021-02-28 00:55:10','2021-02-27 16:55:10'),(126405,45046,'action complete via WP Cron','2021-02-28 00:55:10','2021-02-27 16:55:10'),(126406,45047,'action created','2021-02-28 00:55:10','2021-02-27 16:55:10'),(126407,45047,'action started via WP Cron','2021-02-28 00:56:08','2021-02-27 16:56:08'),(126408,45047,'action complete via WP Cron','2021-02-28 00:56:08','2021-02-27 16:56:08'),(126409,45048,'action created','2021-02-28 00:56:08','2021-02-27 16:56:08'),(126410,45048,'action started via WP Cron','2021-02-28 00:56:51','2021-02-27 16:56:51'),(126411,45048,'action complete via WP Cron','2021-02-28 00:56:51','2021-02-27 16:56:51'),(126412,45049,'action created','2021-02-28 00:56:51','2021-02-27 16:56:51'),(126413,45049,'action started via WP Cron','2021-02-28 00:57:44','2021-02-27 16:57:44'),(126414,45049,'action complete via WP Cron','2021-02-28 00:57:44','2021-02-27 16:57:44'),(126415,45050,'action created','2021-02-28 00:57:44','2021-02-27 16:57:44'),(126416,45050,'action started via WP Cron','2021-02-28 00:59:27','2021-02-27 16:59:27'),(126417,45050,'action complete via WP Cron','2021-02-28 00:59:27','2021-02-27 16:59:27'),(126418,45051,'action created','2021-02-28 00:59:27','2021-02-27 16:59:27'),(126419,45051,'action started via WP Cron','2021-02-28 01:00:12','2021-02-27 17:00:12'),(126420,45051,'action complete via WP Cron','2021-02-28 01:00:12','2021-02-27 17:00:12'),(126421,45052,'action created','2021-02-28 01:00:12','2021-02-27 17:00:12'),(126422,45052,'action started via WP Cron','2021-02-28 01:00:57','2021-02-27 17:00:57'),(126423,45052,'action complete via WP Cron','2021-02-28 01:00:57','2021-02-27 17:00:57'),(126424,45053,'action created','2021-02-28 01:00:58','2021-02-27 17:00:58'),(126425,45053,'action started via WP Cron','2021-02-28 01:01:44','2021-02-27 17:01:44'),(126426,45053,'action complete via WP Cron','2021-02-28 01:01:44','2021-02-27 17:01:44'),(126427,45054,'action created','2021-02-28 01:01:45','2021-02-27 17:01:45'),(126428,45054,'action started via WP Cron','2021-02-28 01:03:12','2021-02-27 17:03:12'),(126429,45054,'action complete via WP Cron','2021-02-28 01:03:12','2021-02-27 17:03:12'),(126430,45055,'action created','2021-02-28 01:03:12','2021-02-27 17:03:12'),(126431,45055,'action started via WP Cron','2021-02-28 01:03:52','2021-02-27 17:03:52'),(126432,45055,'action complete via WP Cron','2021-02-28 01:03:52','2021-02-27 17:03:52'),(126433,45056,'action created','2021-02-28 01:03:52','2021-02-27 17:03:52'),(126434,45056,'action started via WP Cron','2021-02-28 01:04:52','2021-02-27 17:04:52'),(126435,45056,'action complete via WP Cron','2021-02-28 01:04:52','2021-02-27 17:04:52'),(126436,45057,'action created','2021-02-28 01:04:52','2021-02-27 17:04:52'),(126437,45057,'action started via WP Cron','2021-02-28 01:06:21','2021-02-27 17:06:21'),(126438,45057,'action complete via WP Cron','2021-02-28 01:06:21','2021-02-27 17:06:21'),(126439,45058,'action created','2021-02-28 01:06:21','2021-02-27 17:06:21'),(126440,45058,'action started via WP Cron','2021-02-28 01:07:18','2021-02-27 17:07:18'),(126441,45058,'action complete via WP Cron','2021-02-28 01:07:18','2021-02-27 17:07:18'),(126442,45059,'action created','2021-02-28 01:07:18','2021-02-27 17:07:18'),(126443,45059,'action started via WP Cron','2021-02-28 01:08:10','2021-02-27 17:08:10'),(126444,45059,'action complete via WP Cron','2021-02-28 01:08:10','2021-02-27 17:08:10'),(126445,45060,'action created','2021-02-28 01:08:39','2021-02-27 17:08:39'),(126446,45060,'action started via WP Cron','2021-02-28 01:08:50','2021-02-27 17:08:50'),(126447,45060,'action complete via WP Cron','2021-02-28 01:08:50','2021-02-27 17:08:50'),(126448,45061,'action created','2021-02-28 01:08:50','2021-02-27 17:08:50'),(126449,45061,'action started via WP Cron','2021-02-28 01:10:07','2021-02-27 17:10:07'),(126450,45061,'action complete via WP Cron','2021-02-28 01:10:07','2021-02-27 17:10:07'),(126451,45062,'action created','2021-02-28 01:10:07','2021-02-27 17:10:07'),(126452,45062,'action started via WP Cron','2021-02-28 01:10:42','2021-02-27 17:10:42'),(126453,45062,'action complete via WP Cron','2021-02-28 01:10:42','2021-02-27 17:10:42'),(126454,45063,'action created','2021-02-28 01:10:42','2021-02-27 17:10:42'),(126455,45063,'action started via WP Cron','2021-02-28 01:11:43','2021-02-27 17:11:43'),(126456,45063,'action complete via WP Cron','2021-02-28 01:11:43','2021-02-27 17:11:43'),(126457,45064,'action created','2021-02-28 01:11:43','2021-02-27 17:11:43'),(126458,45064,'action started via WP Cron','2021-02-28 01:12:41','2021-02-27 17:12:41'),(126459,45064,'action complete via WP Cron','2021-02-28 01:12:41','2021-02-27 17:12:41'),(126460,45065,'action created','2021-02-28 01:12:41','2021-02-27 17:12:41'),(126461,45065,'action started via WP Cron','2021-02-28 01:13:42','2021-02-27 17:13:42'),(126462,45065,'action complete via WP Cron','2021-02-28 01:13:42','2021-02-27 17:13:42'),(126463,45066,'action created','2021-02-28 01:13:42','2021-02-27 17:13:42'),(126464,45066,'action started via WP Cron','2021-02-28 01:14:45','2021-02-27 17:14:45'),(126465,45066,'action complete via WP Cron','2021-02-28 01:14:45','2021-02-27 17:14:45'),(126466,45067,'action created','2021-02-28 01:14:45','2021-02-27 17:14:45'),(126467,45067,'action started via WP Cron','2021-02-28 01:15:51','2021-02-27 17:15:51'),(126468,45067,'action complete via WP Cron','2021-02-28 01:15:51','2021-02-27 17:15:51'),(126469,45068,'action created','2021-02-28 01:15:51','2021-02-27 17:15:51'),(126470,45068,'action started via WP Cron','2021-02-28 01:16:50','2021-02-27 17:16:50'),(126471,45068,'action complete via WP Cron','2021-02-28 01:16:50','2021-02-27 17:16:50'),(126472,45069,'action created','2021-02-28 01:16:50','2021-02-27 17:16:50'),(126473,45069,'action started via WP Cron','2021-02-28 01:17:53','2021-02-27 17:17:53'),(126474,45069,'action complete via WP Cron','2021-02-28 01:17:53','2021-02-27 17:17:53'),(126475,45070,'action created','2021-02-28 01:17:53','2021-02-27 17:17:53'),(126476,45070,'action started via WP Cron','2021-02-28 01:19:10','2021-02-27 17:19:10'),(126477,45070,'action complete via WP Cron','2021-02-28 01:19:10','2021-02-27 17:19:10'),(126478,45071,'action created','2021-02-28 01:19:10','2021-02-27 17:19:10'),(126479,45071,'action started via WP Cron','2021-02-28 01:19:42','2021-02-27 17:19:42'),(126480,45071,'action complete via WP Cron','2021-02-28 01:19:42','2021-02-27 17:19:42'),(126481,45072,'action created','2021-02-28 01:19:42','2021-02-27 17:19:42'),(126482,45072,'action started via WP Cron','2021-02-28 01:20:57','2021-02-27 17:20:57'),(126483,45072,'action complete via WP Cron','2021-02-28 01:20:57','2021-02-27 17:20:57'),(126484,45073,'action created','2021-02-28 01:20:58','2021-02-27 17:20:58'),(126485,45073,'action started via WP Cron','2021-02-28 01:21:56','2021-02-27 17:21:56'),(126486,45073,'action complete via WP Cron','2021-02-28 01:21:56','2021-02-27 17:21:56'),(126487,45074,'action created','2021-02-28 01:21:56','2021-02-27 17:21:56'),(126488,45074,'action started via WP Cron','2021-02-28 01:23:10','2021-02-27 17:23:10'),(126489,45074,'action complete via WP Cron','2021-02-28 01:23:10','2021-02-27 17:23:10'),(126490,45075,'action created','2021-02-28 01:23:10','2021-02-27 17:23:10'),(126491,45075,'action started via WP Cron','2021-02-28 01:24:16','2021-02-27 17:24:16'),(126492,45075,'action complete via WP Cron','2021-02-28 01:24:16','2021-02-27 17:24:16'),(126493,45076,'action created','2021-02-28 01:24:16','2021-02-27 17:24:16'),(126494,45076,'action started via WP Cron','2021-02-28 01:25:17','2021-02-27 17:25:17'),(126495,45076,'action complete via WP Cron','2021-02-28 01:25:17','2021-02-27 17:25:17'),(126496,45077,'action created','2021-02-28 01:25:17','2021-02-27 17:25:17'),(126497,45077,'action started via WP Cron','2021-02-28 01:26:28','2021-02-27 17:26:28'),(126498,45077,'action complete via WP Cron','2021-02-28 01:26:28','2021-02-27 17:26:28'),(126499,45078,'action created','2021-02-28 01:26:28','2021-02-27 17:26:28'),(126500,45078,'action started via WP Cron','2021-02-28 01:27:02','2021-02-27 17:27:02'),(126501,45078,'action complete via WP Cron','2021-02-28 01:27:02','2021-02-27 17:27:02'),(126502,45079,'action created','2021-02-28 01:27:02','2021-02-27 17:27:02'),(126503,45079,'action started via WP Cron','2021-02-28 01:28:29','2021-02-27 17:28:29'),(126504,45079,'action complete via WP Cron','2021-02-28 01:28:29','2021-02-27 17:28:29'),(126505,45080,'action created','2021-02-28 01:28:29','2021-02-27 17:28:29'),(126506,45080,'action started via WP Cron','2021-02-28 01:28:51','2021-02-27 17:28:51'),(126507,45080,'action complete via WP Cron','2021-02-28 01:28:51','2021-02-27 17:28:51'),(126508,45081,'action created','2021-02-28 01:28:51','2021-02-27 17:28:51'),(126509,45081,'action started via WP Cron','2021-02-28 01:30:10','2021-02-27 17:30:10'),(126510,45081,'action complete via WP Cron','2021-02-28 01:30:10','2021-02-27 17:30:10'),(126511,45082,'action created','2021-02-28 01:30:10','2021-02-27 17:30:10'),(126512,45082,'action started via WP Cron','2021-02-28 01:31:01','2021-02-27 17:31:01'),(126513,45082,'action complete via WP Cron','2021-02-28 01:31:01','2021-02-27 17:31:01'),(126514,45083,'action created','2021-02-28 01:31:02','2021-02-27 17:31:02'),(126515,45083,'action started via WP Cron','2021-02-28 01:31:48','2021-02-27 17:31:48'),(126516,45083,'action complete via WP Cron','2021-02-28 01:31:48','2021-02-27 17:31:48'),(126517,45084,'action created','2021-02-28 01:31:48','2021-02-27 17:31:48'),(126518,45084,'action started via WP Cron','2021-02-28 01:33:13','2021-02-27 17:33:13'),(126519,45084,'action complete via WP Cron','2021-02-28 01:33:13','2021-02-27 17:33:13'),(126520,45085,'action created','2021-02-28 01:33:13','2021-02-27 17:33:13'),(126521,45085,'action started via WP Cron','2021-02-28 01:34:14','2021-02-27 17:34:14'),(126522,45085,'action complete via WP Cron','2021-02-28 01:34:14','2021-02-27 17:34:14'),(126523,45086,'action created','2021-02-28 01:34:14','2021-02-27 17:34:14'),(126524,45086,'action started via WP Cron','2021-02-28 01:35:10','2021-02-27 17:35:10'),(126525,45086,'action complete via WP Cron','2021-02-28 01:35:10','2021-02-27 17:35:10'),(126526,45087,'action created','2021-02-28 01:35:10','2021-02-27 17:35:10'),(126527,45087,'action started via WP Cron','2021-02-28 01:36:04','2021-02-27 17:36:04'),(126528,45087,'action complete via WP Cron','2021-02-28 01:36:04','2021-02-27 17:36:04'),(126529,45088,'action created','2021-02-28 01:36:04','2021-02-27 17:36:04'),(126530,45088,'action started via WP Cron','2021-02-28 01:37:02','2021-02-27 17:37:02'),(126531,45088,'action complete via WP Cron','2021-02-28 01:37:02','2021-02-27 17:37:02'),(126532,45089,'action created','2021-02-28 01:37:02','2021-02-27 17:37:02'),(126533,45089,'action started via WP Cron','2021-02-28 01:37:56','2021-02-27 17:37:56'),(126534,45089,'action complete via WP Cron','2021-02-28 01:37:56','2021-02-27 17:37:56'),(126535,45090,'action created','2021-02-28 01:37:56','2021-02-27 17:37:56'),(126536,45090,'action started via WP Cron','2021-02-28 01:38:50','2021-02-27 17:38:50'),(126537,45090,'action complete via WP Cron','2021-02-28 01:38:50','2021-02-27 17:38:50'),(126538,45091,'action created','2021-02-28 01:38:50','2021-02-27 17:38:50'),(126539,45091,'action started via WP Cron','2021-02-28 01:40:21','2021-02-27 17:40:21'),(126540,45091,'action complete via WP Cron','2021-02-28 01:40:21','2021-02-27 17:40:21'),(126541,45092,'action created','2021-02-28 01:40:21','2021-02-27 17:40:21'),(126542,45092,'action started via WP Cron','2021-02-28 01:41:06','2021-02-27 17:41:06'),(126543,45092,'action complete via WP Cron','2021-02-28 01:41:06','2021-02-27 17:41:06'),(126544,45093,'action created','2021-02-28 01:41:07','2021-02-27 17:41:07'),(126545,45093,'action started via WP Cron','2021-02-28 01:41:53','2021-02-27 17:41:53'),(126546,45093,'action complete via WP Cron','2021-02-28 01:41:53','2021-02-27 17:41:53'),(126547,45094,'action created','2021-02-28 01:41:54','2021-02-27 17:41:54'),(126548,45094,'action started via WP Cron','2021-02-28 01:42:49','2021-02-27 17:42:49'),(126549,45094,'action complete via WP Cron','2021-02-28 01:42:49','2021-02-27 17:42:49'),(126550,45095,'action created','2021-02-28 01:42:49','2021-02-27 17:42:49'),(126551,45095,'action started via WP Cron','2021-02-28 01:44:23','2021-02-27 17:44:23'),(126552,45095,'action complete via WP Cron','2021-02-28 01:44:23','2021-02-27 17:44:23'),(126553,45096,'action created','2021-02-28 01:44:23','2021-02-27 17:44:23'),(126554,45096,'action started via WP Cron','2021-02-28 01:44:54','2021-02-27 17:44:54'),(126555,45096,'action complete via WP Cron','2021-02-28 01:44:54','2021-02-27 17:44:54'),(126556,45097,'action created','2021-02-28 01:44:54','2021-02-27 17:44:54'),(126557,45097,'action started via WP Cron','2021-02-28 01:45:51','2021-02-27 17:45:51'),(126558,45097,'action complete via WP Cron','2021-02-28 01:45:51','2021-02-27 17:45:51'),(126559,45098,'action created','2021-02-28 01:45:51','2021-02-27 17:45:51'),(126560,45098,'action started via WP Cron','2021-02-28 01:46:52','2021-02-27 17:46:52'),(126561,45098,'action complete via WP Cron','2021-02-28 01:46:52','2021-02-27 17:46:52'),(126562,45099,'action created','2021-02-28 01:46:52','2021-02-27 17:46:52'),(126563,45099,'action started via WP Cron','2021-02-28 01:48:13','2021-02-27 17:48:13'),(126564,45099,'action complete via WP Cron','2021-02-28 01:48:13','2021-02-27 17:48:13'),(126565,45100,'action created','2021-02-28 01:48:13','2021-02-27 17:48:13'),(126566,45100,'action started via WP Cron','2021-02-28 01:48:54','2021-02-27 17:48:54'),(126567,45100,'action complete via WP Cron','2021-02-28 01:48:54','2021-02-27 17:48:54'),(126568,45101,'action created','2021-02-28 01:48:54','2021-02-27 17:48:54'),(126569,45101,'action started via WP Cron','2021-02-28 01:49:56','2021-02-27 17:49:56'),(126570,45101,'action complete via WP Cron','2021-02-28 01:49:56','2021-02-27 17:49:56'),(126571,45102,'action created','2021-02-28 01:49:56','2021-02-27 17:49:56'),(126572,45102,'action started via WP Cron','2021-02-28 01:50:57','2021-02-27 17:50:57'),(126573,45102,'action complete via WP Cron','2021-02-28 01:50:57','2021-02-27 17:50:57'),(126574,45103,'action created','2021-02-28 01:51:44','2021-02-27 17:51:44'),(126575,45103,'action started via WP Cron','2021-02-28 01:54:58','2021-02-27 17:54:58'),(126576,45103,'action complete via WP Cron','2021-02-28 01:54:58','2021-02-27 17:54:58'),(126577,45104,'action created','2021-02-28 01:54:59','2021-02-27 17:54:59'),(126578,45104,'action started via WP Cron','2021-02-28 01:56:00','2021-02-27 17:56:00'),(126579,45104,'action complete via WP Cron','2021-02-28 01:56:00','2021-02-27 17:56:00'),(126580,45105,'action created','2021-02-28 01:56:00','2021-02-27 17:56:00'),(126581,45105,'action started via WP Cron','2021-02-28 01:57:01','2021-02-27 17:57:01'),(126582,45105,'action complete via WP Cron','2021-02-28 01:57:01','2021-02-27 17:57:01'),(126583,45106,'action created','2021-02-28 01:57:01','2021-02-27 17:57:01'),(126584,45106,'action started via WP Cron','2021-02-28 01:58:06','2021-02-27 17:58:06'),(126585,45106,'action complete via WP Cron','2021-02-28 01:58:06','2021-02-27 17:58:06'),(126586,45107,'action created','2021-02-28 01:58:06','2021-02-27 17:58:06'),(126587,45107,'action started via WP Cron','2021-02-28 01:59:08','2021-02-27 17:59:08'),(126588,45107,'action complete via WP Cron','2021-02-28 01:59:08','2021-02-27 17:59:08'),(126589,45108,'action created','2021-02-28 01:59:08','2021-02-27 17:59:08'),(126590,45108,'action started via WP Cron','2021-02-28 02:00:04','2021-02-27 18:00:04'),(126591,45108,'action complete via WP Cron','2021-02-28 02:00:04','2021-02-27 18:00:04'),(126592,45109,'action created','2021-02-28 02:00:59','2021-02-27 18:00:59'),(126593,45109,'action started via WP Cron','2021-02-28 02:02:03','2021-02-27 18:02:03'),(126594,45109,'action complete via WP Cron','2021-02-28 02:02:03','2021-02-27 18:02:03'),(126595,45110,'action created','2021-02-28 02:02:03','2021-02-27 18:02:03'),(126596,45110,'action started via WP Cron','2021-02-28 02:03:03','2021-02-27 18:03:03'),(126597,45110,'action complete via WP Cron','2021-02-28 02:03:03','2021-02-27 18:03:03'),(126598,45111,'action created','2021-02-28 02:03:03','2021-02-27 18:03:03'),(126599,45111,'action started via WP Cron','2021-02-28 02:03:53','2021-02-27 18:03:53'),(126600,45111,'action complete via WP Cron','2021-02-28 02:03:53','2021-02-27 18:03:53'),(126601,45112,'action created','2021-02-28 02:03:53','2021-02-27 18:03:53'),(126602,45112,'action started via WP Cron','2021-02-28 02:05:26','2021-02-27 18:05:26'),(126603,45112,'action complete via WP Cron','2021-02-28 02:05:26','2021-02-27 18:05:26'),(126604,45113,'action created','2021-02-28 02:05:26','2021-02-27 18:05:26'),(126605,45113,'action started via WP Cron','2021-02-28 02:06:20','2021-02-27 18:06:20'),(126606,45113,'action complete via WP Cron','2021-02-28 02:06:20','2021-02-27 18:06:20'),(126607,45114,'action created','2021-02-28 02:06:20','2021-02-27 18:06:20'),(126608,45114,'action started via WP Cron','2021-02-28 02:07:17','2021-02-27 18:07:17'),(126609,45114,'action complete via WP Cron','2021-02-28 02:07:17','2021-02-27 18:07:17'),(126610,45115,'action created','2021-02-28 02:07:17','2021-02-27 18:07:17'),(126611,45115,'action started via WP Cron','2021-02-28 02:07:58','2021-02-27 18:07:58'),(126612,45115,'action complete via WP Cron','2021-02-28 02:07:58','2021-02-27 18:07:58'),(126613,45116,'action created','2021-02-28 02:08:37','2021-02-27 18:08:37'),(126614,45116,'action started via WP Cron','2021-02-28 02:09:20','2021-02-27 18:09:20'),(126615,45116,'action complete via WP Cron','2021-02-28 02:09:20','2021-02-27 18:09:20'),(126616,45117,'action created','2021-02-28 02:10:12','2021-02-27 18:10:12'),(126617,45117,'action started via WP Cron','2021-02-28 02:11:01','2021-02-27 18:11:01'),(126618,45117,'action complete via WP Cron','2021-02-28 02:11:01','2021-02-27 18:11:01'),(126619,45118,'action created','2021-02-28 02:11:01','2021-02-27 18:11:01'),(126620,45118,'action started via WP Cron','2021-02-28 02:12:18','2021-02-27 18:12:18'),(126621,45118,'action complete via WP Cron','2021-02-28 02:12:18','2021-02-27 18:12:18'),(126622,45119,'action created','2021-02-28 02:12:18','2021-02-27 18:12:18'),(126623,45119,'action started via WP Cron','2021-02-28 02:12:43','2021-02-27 18:12:43'),(126624,45119,'action complete via WP Cron','2021-02-28 02:12:43','2021-02-27 18:12:43'),(126625,45120,'action created','2021-02-28 02:12:43','2021-02-27 18:12:43'),(126626,45120,'action started via WP Cron','2021-02-28 02:13:45','2021-02-27 18:13:45'),(126627,45120,'action complete via WP Cron','2021-02-28 02:13:45','2021-02-27 18:13:45'),(126628,45121,'action created','2021-02-28 02:14:31','2021-02-27 18:14:31'),(126629,45121,'action started via WP Cron','2021-02-28 02:14:45','2021-02-27 18:14:45'),(126630,45121,'action complete via WP Cron','2021-02-28 02:14:45','2021-02-27 18:14:45'),(126631,45122,'action created','2021-02-28 02:14:45','2021-02-27 18:14:45'),(126632,45122,'action started via WP Cron','2021-02-28 02:15:42','2021-02-27 18:15:42'),(126633,45122,'action complete via WP Cron','2021-02-28 02:15:42','2021-02-27 18:15:42'),(126634,45123,'action created','2021-02-28 02:15:42','2021-02-27 18:15:42'),(126635,45123,'action started via WP Cron','2021-02-28 02:16:47','2021-02-27 18:16:47'),(126636,45123,'action complete via WP Cron','2021-02-28 02:16:47','2021-02-27 18:16:47'),(126637,45124,'action created','2021-02-28 02:16:47','2021-02-27 18:16:47'),(126638,45124,'action started via WP Cron','2021-02-28 02:17:48','2021-02-27 18:17:48'),(126639,45124,'action complete via WP Cron','2021-02-28 02:17:48','2021-02-27 18:17:48'),(126640,45125,'action created','2021-02-28 02:17:48','2021-02-27 18:17:48'),(126641,45125,'action started via WP Cron','2021-02-28 02:18:46','2021-02-27 18:18:46'),(126642,45125,'action complete via WP Cron','2021-02-28 02:18:46','2021-02-27 18:18:46'),(126643,45126,'action created','2021-02-28 02:18:46','2021-02-27 18:18:46'),(126644,45126,'action started via WP Cron','2021-02-28 02:20:23','2021-02-27 18:20:23'),(126645,45126,'action complete via WP Cron','2021-02-28 02:20:23','2021-02-27 18:20:23'),(126646,45127,'action created','2021-02-28 02:20:24','2021-02-27 18:20:24'),(126647,45127,'action started via WP Cron','2021-02-28 02:21:03','2021-02-27 18:21:03'),(126648,45127,'action complete via WP Cron','2021-02-28 02:21:03','2021-02-27 18:21:03'),(126649,45128,'action created','2021-02-28 02:21:04','2021-02-27 18:21:04'),(126650,45128,'action started via WP Cron','2021-02-28 02:21:57','2021-02-27 18:21:57'),(126651,45128,'action complete via WP Cron','2021-02-28 02:21:57','2021-02-27 18:21:57'),(126652,45129,'action created','2021-02-28 02:21:57','2021-02-27 18:21:57'),(126653,45129,'action started via WP Cron','2021-02-28 02:22:45','2021-02-27 18:22:45'),(126654,45129,'action complete via WP Cron','2021-02-28 02:22:45','2021-02-27 18:22:45'),(126655,45130,'action created','2021-02-28 02:22:45','2021-02-27 18:22:45'),(126656,45130,'action started via WP Cron','2021-02-28 02:24:16','2021-02-27 18:24:16'),(126657,45130,'action complete via WP Cron','2021-02-28 02:24:16','2021-02-27 18:24:16'),(126658,45131,'action created','2021-02-28 02:24:16','2021-02-27 18:24:16'),(126659,45131,'action started via WP Cron','2021-02-28 02:25:00','2021-02-27 18:25:00'),(126660,45131,'action complete via WP Cron','2021-02-28 02:25:00','2021-02-27 18:25:00'),(126661,45132,'action created','2021-02-28 02:25:01','2021-02-27 18:25:01'),(126662,45132,'action started via WP Cron','2021-02-28 02:25:41','2021-02-27 18:25:41'),(126663,45132,'action complete via WP Cron','2021-02-28 02:25:41','2021-02-27 18:25:41'),(126664,45133,'action created','2021-02-28 02:25:41','2021-02-27 18:25:41'),(126665,45133,'action started via WP Cron','2021-02-28 02:27:08','2021-02-27 18:27:08'),(126666,45133,'action complete via WP Cron','2021-02-28 02:27:08','2021-02-27 18:27:08'),(126667,45134,'action created','2021-02-28 02:27:08','2021-02-27 18:27:08'),(126668,45134,'action started via WP Cron','2021-02-28 02:27:53','2021-02-27 18:27:53'),(126669,45134,'action complete via WP Cron','2021-02-28 02:27:53','2021-02-27 18:27:53'),(126670,45135,'action created','2021-02-28 02:27:53','2021-02-27 18:27:53'),(126671,45135,'action started via WP Cron','2021-02-28 02:28:43','2021-02-27 18:28:43'),(126672,45135,'action complete via WP Cron','2021-02-28 02:28:43','2021-02-27 18:28:43'),(126673,45136,'action created','2021-02-28 02:28:43','2021-02-27 18:28:43'),(126674,45136,'action started via WP Cron','2021-02-28 02:30:27','2021-02-27 18:30:27'),(126675,45136,'action complete via WP Cron','2021-02-28 02:30:27','2021-02-27 18:30:27'),(126676,45137,'action created','2021-02-28 02:30:28','2021-02-27 18:30:28'),(126677,45137,'action started via WP Cron','2021-02-28 02:31:14','2021-02-27 18:31:14'),(126678,45137,'action complete via WP Cron','2021-02-28 02:31:14','2021-02-27 18:31:14'),(126679,45138,'action created','2021-02-28 02:31:14','2021-02-27 18:31:14'),(126680,45138,'action started via WP Cron','2021-02-28 02:32:15','2021-02-27 18:32:15'),(126681,45138,'action complete via WP Cron','2021-02-28 02:32:15','2021-02-27 18:32:15'),(126682,45139,'action created','2021-02-28 02:32:15','2021-02-27 18:32:15'),(126683,45139,'action started via WP Cron','2021-02-28 02:33:04','2021-02-27 18:33:04'),(126684,45139,'action complete via WP Cron','2021-02-28 02:33:04','2021-02-27 18:33:04'),(126685,45140,'action created','2021-02-28 02:33:04','2021-02-27 18:33:04'),(126686,45140,'action started via WP Cron','2021-02-28 02:33:47','2021-02-27 18:33:47'),(126687,45140,'action complete via WP Cron','2021-02-28 02:33:47','2021-02-27 18:33:47'),(126688,45141,'action created','2021-02-28 02:33:48','2021-02-27 18:33:48'),(126689,45141,'action started via WP Cron','2021-02-28 02:35:27','2021-02-27 18:35:27'),(126690,45141,'action complete via WP Cron','2021-02-28 02:35:27','2021-02-27 18:35:27'),(126691,45142,'action created','2021-02-28 02:35:27','2021-02-27 18:35:27'),(126692,45142,'action started via WP Cron','2021-02-28 02:36:21','2021-02-27 18:36:21'),(126693,45142,'action complete via WP Cron','2021-02-28 02:36:21','2021-02-27 18:36:21'),(126694,45143,'action created','2021-02-28 02:36:21','2021-02-27 18:36:21'),(126695,45143,'action started via WP Cron','2021-02-28 02:36:57','2021-02-27 18:36:57'),(126696,45143,'action complete via WP Cron','2021-02-28 02:36:57','2021-02-27 18:36:57'),(126697,45144,'action created','2021-02-28 02:36:57','2021-02-27 18:36:57'),(126698,45144,'action started via WP Cron','2021-02-28 02:37:57','2021-02-27 18:37:57'),(126699,45144,'action complete via WP Cron','2021-02-28 02:37:57','2021-02-27 18:37:57'),(126700,45145,'action created','2021-02-28 02:37:57','2021-02-27 18:37:57'),(126701,45145,'action started via WP Cron','2021-02-28 02:38:53','2021-02-27 18:38:53'),(126702,45145,'action complete via WP Cron','2021-02-28 02:38:53','2021-02-27 18:38:53'),(126703,45146,'action created','2021-02-28 02:38:53','2021-02-27 18:38:53'),(126704,45146,'action started via WP Cron','2021-02-28 02:39:42','2021-02-27 18:39:42'),(126705,45146,'action complete via WP Cron','2021-02-28 02:39:42','2021-02-27 18:39:42'),(126706,45147,'action created','2021-02-28 02:39:43','2021-02-27 18:39:43'),(126707,45147,'action started via WP Cron','2021-02-28 02:40:43','2021-02-27 18:40:43'),(126708,45147,'action complete via WP Cron','2021-02-28 02:40:43','2021-02-27 18:40:43'),(126709,45148,'action created','2021-02-28 02:40:43','2021-02-27 18:40:43'),(126710,45148,'action started via WP Cron','2021-02-28 02:42:18','2021-02-27 18:42:18'),(126711,45148,'action complete via WP Cron','2021-02-28 02:42:18','2021-02-27 18:42:18'),(126712,45149,'action created','2021-02-28 02:42:18','2021-02-27 18:42:18'),(126713,45149,'action started via WP Cron','2021-02-28 02:43:12','2021-02-27 18:43:12'),(126714,45149,'action complete via WP Cron','2021-02-28 02:43:12','2021-02-27 18:43:12'),(126715,45150,'action created','2021-02-28 02:43:12','2021-02-27 18:43:12'),(126716,45150,'action started via WP Cron','2021-02-28 02:44:08','2021-02-27 18:44:08'),(126717,45150,'action complete via WP Cron','2021-02-28 02:44:08','2021-02-27 18:44:08'),(126718,45151,'action created','2021-02-28 02:44:08','2021-02-27 18:44:08'),(126719,45151,'action started via WP Cron','2021-02-28 02:44:59','2021-02-27 18:44:59'),(126720,45151,'action complete via WP Cron','2021-02-28 02:44:59','2021-02-27 18:44:59'),(126721,45152,'action created','2021-02-28 02:44:59','2021-02-27 18:44:59'),(126722,45152,'action started via WP Cron','2021-02-28 02:45:57','2021-02-27 18:45:57'),(126723,45152,'action complete via WP Cron','2021-02-28 02:45:57','2021-02-27 18:45:57'),(126724,45153,'action created','2021-02-28 02:45:57','2021-02-27 18:45:57'),(126725,45153,'action started via WP Cron','2021-02-28 02:46:43','2021-02-27 18:46:43'),(126726,45153,'action complete via WP Cron','2021-02-28 02:46:43','2021-02-27 18:46:43'),(126727,45154,'action created','2021-02-28 02:46:43','2021-02-27 18:46:43'),(126728,45154,'action started via WP Cron','2021-02-28 02:48:25','2021-02-27 18:48:25'),(126729,45154,'action complete via WP Cron','2021-02-28 02:48:25','2021-02-27 18:48:25'),(126730,45155,'action created','2021-02-28 02:48:25','2021-02-27 18:48:25'),(126731,45155,'action started via WP Cron','2021-02-28 02:49:21','2021-02-27 18:49:21'),(126732,45155,'action complete via WP Cron','2021-02-28 02:49:21','2021-02-27 18:49:21'),(126733,45156,'action created','2021-02-28 02:49:21','2021-02-27 18:49:21'),(126734,45156,'action started via WP Cron','2021-02-28 02:50:18','2021-02-27 18:50:18'),(126735,45156,'action complete via WP Cron','2021-02-28 02:50:18','2021-02-27 18:50:18'),(126736,45157,'action created','2021-02-28 02:50:18','2021-02-27 18:50:18'),(126737,45157,'action started via WP Cron','2021-02-28 02:51:01','2021-02-27 18:51:01'),(126738,45157,'action complete via WP Cron','2021-02-28 02:51:01','2021-02-27 18:51:01'),(126739,45158,'action created','2021-02-28 02:51:01','2021-02-27 18:51:01'),(126740,45158,'action started via WP Cron','2021-02-28 02:51:56','2021-02-27 18:51:56'),(126741,45158,'action complete via WP Cron','2021-02-28 02:51:56','2021-02-27 18:51:56'),(126742,45159,'action created','2021-02-28 02:51:56','2021-02-27 18:51:56'),(126743,45159,'action started via WP Cron','2021-02-28 02:52:49','2021-02-27 18:52:49'),(126744,45159,'action complete via WP Cron','2021-02-28 02:52:49','2021-02-27 18:52:49'),(126745,45160,'action created','2021-02-28 02:52:49','2021-02-27 18:52:49'),(126746,45160,'action started via WP Cron','2021-02-28 02:54:33','2021-02-27 18:54:33'),(126747,45160,'action complete via WP Cron','2021-02-28 02:54:33','2021-02-27 18:54:33'),(126748,45161,'action created','2021-02-28 02:54:33','2021-02-27 18:54:33'),(126749,45161,'action started via WP Cron','2021-02-28 02:55:00','2021-02-27 18:55:00'),(126750,45161,'action complete via WP Cron','2021-02-28 02:55:00','2021-02-27 18:55:00'),(126751,45162,'action created','2021-02-28 02:55:00','2021-02-27 18:55:00'),(126752,45162,'action started via WP Cron','2021-02-28 02:56:01','2021-02-27 18:56:01'),(126753,45162,'action complete via WP Cron','2021-02-28 02:56:01','2021-02-27 18:56:01'),(126754,45163,'action created','2021-02-28 02:56:46','2021-02-27 18:56:46'),(126755,45163,'action started via WP Cron','2021-02-28 02:58:25','2021-02-27 18:58:25'),(126756,45163,'action complete via WP Cron','2021-02-28 02:58:25','2021-02-27 18:58:25'),(126757,45164,'action created','2021-02-28 02:58:25','2021-02-27 18:58:25'),(126758,45164,'action started via WP Cron','2021-02-28 02:59:25','2021-02-27 18:59:25'),(126759,45164,'action complete via WP Cron','2021-02-28 02:59:25','2021-02-27 18:59:25'),(126760,45165,'action created','2021-02-28 02:59:25','2021-02-27 18:59:25'),(126761,45165,'action started via WP Cron','2021-02-28 03:00:27','2021-02-27 19:00:27'),(126762,45165,'action complete via WP Cron','2021-02-28 03:00:27','2021-02-27 19:00:27'),(126763,45166,'action created','2021-02-28 03:00:27','2021-02-27 19:00:27'),(126764,45166,'action started via WP Cron','2021-02-28 03:01:13','2021-02-27 19:01:13'),(126765,45166,'action complete via WP Cron','2021-02-28 03:01:13','2021-02-27 19:01:13'),(126766,45167,'action created','2021-02-28 03:01:13','2021-02-27 19:01:13'),(126767,45167,'action started via WP Cron','2021-02-28 03:02:14','2021-02-27 19:02:14'),(126768,45167,'action complete via WP Cron','2021-02-28 03:02:14','2021-02-27 19:02:14'),(126769,45168,'action created','2021-02-28 03:02:14','2021-02-27 19:02:14'),(126770,45168,'action started via WP Cron','2021-02-28 03:02:51','2021-02-27 19:02:51'),(126771,45168,'action complete via WP Cron','2021-02-28 03:02:51','2021-02-27 19:02:51'),(126772,45169,'action created','2021-02-28 03:02:51','2021-02-27 19:02:51'),(126773,45169,'action started via WP Cron','2021-02-28 03:03:46','2021-02-27 19:03:46'),(126774,45169,'action complete via WP Cron','2021-02-28 03:03:46','2021-02-27 19:03:46'),(126775,45170,'action created','2021-02-28 03:03:47','2021-02-27 19:03:47'),(126776,45170,'action started via WP Cron','2021-02-28 03:05:40','2021-02-27 19:05:40'),(126777,45170,'action complete via WP Cron','2021-02-28 03:05:40','2021-02-27 19:05:40'),(126778,45171,'action created','2021-02-28 03:05:40','2021-02-27 19:05:40'),(126779,45171,'action started via WP Cron','2021-02-28 03:07:22','2021-02-27 19:07:22'),(126780,45171,'action complete via WP Cron','2021-02-28 03:07:22','2021-02-27 19:07:22'),(126781,45172,'action created','2021-02-28 03:07:22','2021-02-27 19:07:22'),(126782,45172,'action started via WP Cron','2021-02-28 03:08:13','2021-02-27 19:08:13'),(126783,45172,'action complete via WP Cron','2021-02-28 03:08:13','2021-02-27 19:08:13'),(126784,45173,'action created','2021-02-28 03:09:05','2021-02-27 19:09:05'),(126785,45173,'action started via WP Cron','2021-02-28 03:10:07','2021-02-27 19:10:07'),(126786,45173,'action complete via WP Cron','2021-02-28 03:10:07','2021-02-27 19:10:07'),(126787,45174,'action created','2021-02-28 03:10:07','2021-02-27 19:10:07'),(126788,45174,'action started via WP Cron','2021-02-28 03:10:56','2021-02-27 19:10:56'),(126789,45174,'action complete via WP Cron','2021-02-28 03:10:56','2021-02-27 19:10:56'),(126790,45175,'action created','2021-02-28 03:10:56','2021-02-27 19:10:56'),(126791,45175,'action started via WP Cron','2021-02-28 03:11:41','2021-02-27 19:11:41'),(126792,45175,'action complete via WP Cron','2021-02-28 03:11:41','2021-02-27 19:11:41'),(126793,45176,'action created','2021-02-28 03:11:42','2021-02-27 19:11:42'),(126794,45176,'action started via WP Cron','2021-02-28 03:13:10','2021-02-27 19:13:10'),(126795,45176,'action complete via WP Cron','2021-02-28 03:13:10','2021-02-27 19:13:10'),(126796,45177,'action created','2021-02-28 03:13:10','2021-02-27 19:13:10'),(126797,45177,'action started via WP Cron','2021-02-28 03:13:54','2021-02-27 19:13:54'),(126798,45177,'action complete via WP Cron','2021-02-28 03:13:54','2021-02-27 19:13:54'),(126799,45178,'action created','2021-02-28 03:14:36','2021-02-27 19:14:36'),(126800,45178,'action started via WP Cron','2021-02-28 03:15:38','2021-02-27 19:15:38'),(126801,45178,'action complete via WP Cron','2021-02-28 03:15:38','2021-02-27 19:15:38'),(126802,45179,'action created','2021-02-28 03:15:39','2021-02-27 19:15:39'),(126803,45179,'action started via WP Cron','2021-02-28 03:16:41','2021-02-27 19:16:41'),(126804,45179,'action complete via WP Cron','2021-02-28 03:16:41','2021-02-27 19:16:41'),(126805,45180,'action created','2021-02-28 03:16:41','2021-02-27 19:16:41'),(126806,45180,'action started via WP Cron','2021-02-28 03:18:05','2021-02-27 19:18:05'),(126807,45180,'action complete via WP Cron','2021-02-28 03:18:05','2021-02-27 19:18:05'),(126808,45181,'action created','2021-02-28 03:18:05','2021-02-27 19:18:05'),(126809,45181,'action started via WP Cron','2021-02-28 03:23:46','2021-02-27 19:23:46'),(126810,45181,'action complete via WP Cron','2021-02-28 03:23:46','2021-02-27 19:23:46'),(126811,45182,'action created','2021-02-28 03:23:46','2021-02-27 19:23:46'),(126812,45182,'action started via WP Cron','2021-02-28 03:28:00','2021-02-27 19:28:00'),(126813,45182,'action complete via WP Cron','2021-02-28 03:28:00','2021-02-27 19:28:00'),(126814,45183,'action created','2021-02-28 03:28:01','2021-02-27 19:28:01'),(126815,45183,'action started via WP Cron','2021-02-28 03:31:56','2021-02-27 19:31:56'),(126816,45183,'action complete via WP Cron','2021-02-28 03:31:56','2021-02-27 19:31:56'),(126817,45184,'action created','2021-02-28 03:31:56','2021-02-27 19:31:56'),(126818,45184,'action started via WP Cron','2021-02-28 03:35:58','2021-02-27 19:35:58'),(126819,45184,'action complete via WP Cron','2021-02-28 03:35:58','2021-02-27 19:35:58'),(126820,45185,'action created','2021-02-28 03:35:58','2021-02-27 19:35:58'),(126821,45185,'action started via WP Cron','2021-02-28 03:39:46','2021-02-27 19:39:46'),(126822,45185,'action complete via WP Cron','2021-02-28 03:39:46','2021-02-27 19:39:46'),(126823,45186,'action created','2021-02-28 03:39:46','2021-02-27 19:39:46'),(126824,45186,'action started via WP Cron','2021-02-28 03:40:41','2021-02-27 19:40:41'),(126825,45186,'action complete via WP Cron','2021-02-28 03:40:41','2021-02-27 19:40:41'),(126826,45187,'action created','2021-02-28 03:40:41','2021-02-27 19:40:41'),(126827,45187,'action started via Async Request','2021-02-28 03:41:34','2021-02-27 19:41:34'),(126828,45187,'action complete via Async Request','2021-02-28 03:41:34','2021-02-27 19:41:34'),(126829,45189,'action created','2021-02-28 03:41:39','2021-02-27 19:41:39'),(126830,45188,'action created','2021-02-28 03:41:39','2021-02-27 19:41:39'),(126831,45189,'action started via WP Cron','2021-02-28 03:42:07','2021-02-27 19:42:07'),(126832,45189,'action complete via WP Cron','2021-02-28 03:42:07','2021-02-27 19:42:07'),(126833,45188,'action started via WP Cron','2021-02-28 03:42:07','2021-02-27 19:42:07'),(126834,45188,'action complete via WP Cron','2021-02-28 03:42:07','2021-02-27 19:42:07'),(126835,45190,'action created','2021-02-28 03:42:07','2021-02-27 19:42:07'),(126836,45190,'action started via WP Cron','2021-02-28 03:43:08','2021-02-27 19:43:08'),(126837,45190,'action complete via WP Cron','2021-02-28 03:43:08','2021-02-27 19:43:08'),(126838,45191,'action created','2021-02-28 03:43:08','2021-02-27 19:43:08'),(126839,45191,'action started via WP Cron','2021-02-28 03:46:28','2021-02-27 19:46:28'),(126840,45191,'action complete via WP Cron','2021-02-28 03:46:28','2021-02-27 19:46:28'),(126841,45192,'action created','2021-02-28 03:46:28','2021-02-27 19:46:28'),(126842,45192,'action started via WP Cron','2021-02-28 03:47:43','2021-02-27 19:47:43'),(126843,45192,'action complete via WP Cron','2021-02-28 03:47:43','2021-02-27 19:47:43'),(126844,45193,'action created','2021-02-28 03:47:43','2021-02-27 19:47:43'),(126845,45193,'action started via WP Cron','2021-02-28 03:48:46','2021-02-27 19:48:46'),(126846,45193,'action complete via WP Cron','2021-02-28 03:48:46','2021-02-27 19:48:46'),(126847,45194,'action created','2021-02-28 03:48:46','2021-02-27 19:48:46'),(126848,45194,'action started via WP Cron','2021-02-28 03:50:06','2021-02-27 19:50:06'),(126849,45194,'action complete via WP Cron','2021-02-28 03:50:06','2021-02-27 19:50:06'),(126850,45195,'action created','2021-02-28 03:50:06','2021-02-27 19:50:06'),(126851,45195,'action started via WP Cron','2021-02-28 03:51:04','2021-02-27 19:51:04'),(126852,45195,'action complete via WP Cron','2021-02-28 03:51:04','2021-02-27 19:51:04'),(126853,45196,'action created','2021-02-28 03:51:04','2021-02-27 19:51:04'),(126854,45196,'action started via WP Cron','2021-02-28 03:51:47','2021-02-27 19:51:47'),(126855,45196,'action complete via WP Cron','2021-02-28 03:51:47','2021-02-27 19:51:47'),(126856,45197,'action created','2021-02-28 03:51:47','2021-02-27 19:51:47'),(126857,45197,'action started via WP Cron','2021-02-28 03:52:51','2021-02-27 19:52:51'),(126858,45197,'action complete via WP Cron','2021-02-28 03:52:51','2021-02-27 19:52:51'),(126859,45198,'action created','2021-02-28 03:52:51','2021-02-27 19:52:51'),(126860,45198,'action started via WP Cron','2021-02-28 03:53:45','2021-02-27 19:53:45'),(126861,45198,'action complete via WP Cron','2021-02-28 03:53:45','2021-02-27 19:53:45'),(126862,45199,'action created','2021-02-28 03:53:45','2021-02-27 19:53:45'),(126863,45199,'action started via WP Cron','2021-02-28 03:55:05','2021-02-27 19:55:05'),(126864,45199,'action complete via WP Cron','2021-02-28 03:55:05','2021-02-27 19:55:05'),(126865,45200,'action created','2021-02-28 03:55:05','2021-02-27 19:55:05'),(126866,45200,'action started via WP Cron','2021-02-28 03:55:52','2021-02-27 19:55:52'),(126867,45200,'action complete via WP Cron','2021-02-28 03:55:52','2021-02-27 19:55:52'),(126868,45201,'action created','2021-02-28 03:55:52','2021-02-27 19:55:52'),(126869,45201,'action started via WP Cron','2021-02-28 03:57:14','2021-02-27 19:57:14'),(126870,45201,'action complete via WP Cron','2021-02-28 03:57:14','2021-02-27 19:57:14'),(126871,45202,'action created','2021-02-28 03:57:14','2021-02-27 19:57:14'),(126872,45202,'action started via WP Cron','2021-02-28 03:57:55','2021-02-27 19:57:55'),(126873,45202,'action complete via WP Cron','2021-02-28 03:57:55','2021-02-27 19:57:55'),(126874,45203,'action created','2021-02-28 03:57:55','2021-02-27 19:57:55'),(126875,45203,'action started via WP Cron','2021-02-28 03:58:48','2021-02-27 19:58:48'),(126876,45203,'action complete via WP Cron','2021-02-28 03:58:49','2021-02-27 19:58:49'),(126877,45204,'action created','2021-02-28 03:58:49','2021-02-27 19:58:49'),(126878,45204,'action started via WP Cron','2021-02-28 04:00:05','2021-02-27 20:00:05'),(126879,45204,'action complete via WP Cron','2021-02-28 04:00:05','2021-02-27 20:00:05'),(126880,45205,'action created','2021-02-28 04:00:05','2021-02-27 20:00:05'),(126881,45205,'action started via WP Cron','2021-02-28 04:00:53','2021-02-27 20:00:53'),(126882,45205,'action complete via WP Cron','2021-02-28 04:00:53','2021-02-27 20:00:53'),(126883,45206,'action created','2021-02-28 04:00:53','2021-02-27 20:00:53'),(126884,45206,'action started via WP Cron','2021-02-28 04:02:11','2021-02-27 20:02:11'),(126885,45206,'action complete via WP Cron','2021-02-28 04:02:11','2021-02-27 20:02:11'),(126886,45207,'action created','2021-02-28 04:02:11','2021-02-27 20:02:11'),(126887,45207,'action started via WP Cron','2021-02-28 04:02:55','2021-02-27 20:02:55'),(126888,45207,'action complete via WP Cron','2021-02-28 04:02:55','2021-02-27 20:02:55'),(126889,45208,'action created','2021-02-28 04:03:03','2021-02-27 20:03:03'),(126890,45208,'action started via WP Cron','2021-02-28 04:04:16','2021-02-27 20:04:16'),(126891,45208,'action complete via WP Cron','2021-02-28 04:04:16','2021-02-27 20:04:16'),(126892,45209,'action created','2021-02-28 04:04:16','2021-02-27 20:04:16'),(126893,45209,'action started via WP Cron','2021-02-28 04:04:56','2021-02-27 20:04:56'),(126894,45209,'action complete via WP Cron','2021-02-28 04:04:56','2021-02-27 20:04:56'),(126895,45210,'action created','2021-02-28 04:05:24','2021-02-27 20:05:24'),(126896,45210,'action started via WP Cron','2021-02-28 04:05:41','2021-02-27 20:05:41'),(126897,45210,'action complete via WP Cron','2021-02-28 04:05:41','2021-02-27 20:05:41'),(126898,45211,'action created','2021-02-28 04:05:41','2021-02-27 20:05:41'),(126899,45211,'action started via WP Cron','2021-02-28 04:07:00','2021-02-27 20:07:00'),(126900,45211,'action complete via WP Cron','2021-02-28 04:07:00','2021-02-27 20:07:00'),(126901,45212,'action created','2021-02-28 04:07:00','2021-02-27 20:07:00'),(126902,45212,'action started via WP Cron','2021-02-28 04:08:11','2021-02-27 20:08:11'),(126903,45212,'action complete via WP Cron','2021-02-28 04:08:11','2021-02-27 20:08:11'),(126904,45213,'action created','2021-02-28 04:08:11','2021-02-27 20:08:11'),(126905,45213,'action started via WP Cron','2021-02-28 04:09:03','2021-02-27 20:09:03'),(126906,45213,'action complete via WP Cron','2021-02-28 04:09:03','2021-02-27 20:09:03'),(126907,45214,'action created','2021-02-28 04:09:03','2021-02-27 20:09:03'),(126908,45214,'action started via WP Cron','2021-02-28 04:09:46','2021-02-27 20:09:46'),(126909,45214,'action complete via WP Cron','2021-02-28 04:09:46','2021-02-27 20:09:46'),(126910,45215,'action created','2021-02-28 04:09:46','2021-02-27 20:09:46'),(126911,45215,'action started via WP Cron','2021-02-28 04:11:02','2021-02-27 20:11:02'),(126912,45215,'action complete via WP Cron','2021-02-28 04:11:02','2021-02-27 20:11:02'),(126913,45216,'action created','2021-02-28 04:11:02','2021-02-27 20:11:02'),(126914,45216,'action started via WP Cron','2021-02-28 04:11:55','2021-02-27 20:11:55'),(126915,45216,'action complete via WP Cron','2021-02-28 04:11:55','2021-02-27 20:11:55'),(126916,45217,'action created','2021-02-28 04:11:55','2021-02-27 20:11:55'),(126917,45217,'action started via WP Cron','2021-02-28 04:12:45','2021-02-27 20:12:45'),(126918,45217,'action complete via WP Cron','2021-02-28 04:12:45','2021-02-27 20:12:45'),(126919,45218,'action created','2021-02-28 04:12:45','2021-02-27 20:12:45'),(126920,45218,'action started via WP Cron','2021-02-28 04:14:03','2021-02-27 20:14:03'),(126921,45218,'action complete via WP Cron','2021-02-28 04:14:03','2021-02-27 20:14:03'),(126922,45219,'action created','2021-02-28 04:14:03','2021-02-27 20:14:03'),(126923,45219,'action started via WP Cron','2021-02-28 04:14:46','2021-02-27 20:14:46'),(126924,45219,'action complete via WP Cron','2021-02-28 04:14:46','2021-02-27 20:14:46'),(126925,45220,'action created','2021-02-28 04:14:46','2021-02-27 20:14:46'),(126926,45220,'action started via WP Cron','2021-02-28 04:15:52','2021-02-27 20:15:52'),(126927,45220,'action complete via WP Cron','2021-02-28 04:15:52','2021-02-27 20:15:52'),(126928,45221,'action created','2021-02-28 04:15:52','2021-02-27 20:15:52'),(126929,45221,'action started via WP Cron','2021-02-28 04:17:18','2021-02-27 20:17:18'),(126930,45221,'action complete via WP Cron','2021-02-28 04:17:18','2021-02-27 20:17:18'),(126931,45222,'action created','2021-02-28 04:17:18','2021-02-27 20:17:18'),(126932,45222,'action started via WP Cron','2021-02-28 04:17:52','2021-02-27 20:17:52'),(126933,45222,'action complete via WP Cron','2021-02-28 04:17:52','2021-02-27 20:17:52'),(126934,45223,'action created','2021-02-28 04:17:52','2021-02-27 20:17:52'),(126935,45223,'action started via WP Cron','2021-02-28 04:19:08','2021-02-27 20:19:08'),(126936,45223,'action complete via WP Cron','2021-02-28 04:19:08','2021-02-27 20:19:08'),(126937,45224,'action created','2021-02-28 04:19:08','2021-02-27 20:19:08'),(126938,45224,'action started via WP Cron','2021-02-28 04:19:55','2021-02-27 20:19:55'),(126939,45224,'action complete via WP Cron','2021-02-28 04:19:55','2021-02-27 20:19:55'),(126940,45225,'action created','2021-02-28 04:19:55','2021-02-27 20:19:55'),(126941,45225,'action started via WP Cron','2021-02-28 04:20:53','2021-02-27 20:20:53'),(126942,45225,'action complete via WP Cron','2021-02-28 04:20:53','2021-02-27 20:20:53'),(126943,45226,'action created','2021-02-28 04:20:53','2021-02-27 20:20:53'),(126944,45226,'action started via WP Cron','2021-02-28 04:22:12','2021-02-27 20:22:12'),(126945,45226,'action complete via WP Cron','2021-02-28 04:22:12','2021-02-27 20:22:12'),(126946,45227,'action created','2021-02-28 04:22:12','2021-02-27 20:22:12'),(126947,45227,'action started via WP Cron','2021-02-28 04:22:54','2021-02-27 20:22:54'),(126948,45227,'action complete via WP Cron','2021-02-28 04:22:54','2021-02-27 20:22:54'),(126949,45228,'action created','2021-02-28 04:22:55','2021-02-27 20:22:55'),(126950,45228,'action started via WP Cron','2021-02-28 04:24:02','2021-02-27 20:24:02'),(126951,45228,'action complete via WP Cron','2021-02-28 04:24:02','2021-02-27 20:24:02'),(126952,45229,'action created','2021-02-28 04:24:02','2021-02-27 20:24:02'),(126953,45229,'action started via WP Cron','2021-02-28 04:25:27','2021-02-27 20:25:27'),(126954,45229,'action complete via WP Cron','2021-02-28 04:25:27','2021-02-27 20:25:27'),(126955,45230,'action created','2021-02-28 04:25:27','2021-02-27 20:25:27'),(126956,45230,'action started via WP Cron','2021-02-28 04:26:15','2021-02-27 20:26:15'),(126957,45230,'action complete via WP Cron','2021-02-28 04:26:15','2021-02-27 20:26:15'),(126958,45231,'action created','2021-02-28 04:26:15','2021-02-27 20:26:15'),(126959,45231,'action started via WP Cron','2021-02-28 04:26:44','2021-02-27 20:26:44'),(126960,45231,'action complete via WP Cron','2021-02-28 04:26:44','2021-02-27 20:26:44'),(126961,45232,'action created','2021-02-28 04:26:45','2021-02-27 20:26:45'),(126962,45232,'action started via WP Cron','2021-02-28 04:27:42','2021-02-27 20:27:42'),(126963,45232,'action complete via WP Cron','2021-02-28 04:27:42','2021-02-27 20:27:42'),(126964,45233,'action created','2021-02-28 04:27:42','2021-02-27 20:27:42'),(126965,45233,'action started via WP Cron','2021-02-28 04:29:08','2021-02-27 20:29:08'),(126966,45233,'action complete via WP Cron','2021-02-28 04:29:08','2021-02-27 20:29:08'),(126967,45234,'action created','2021-02-28 04:29:08','2021-02-27 20:29:08'),(126968,45234,'action started via WP Cron','2021-02-28 04:30:04','2021-02-27 20:30:04'),(126969,45234,'action complete via WP Cron','2021-02-28 04:30:04','2021-02-27 20:30:04'),(126970,45235,'action created','2021-02-28 04:30:04','2021-02-27 20:30:04'),(126971,45235,'action started via WP Cron','2021-02-28 04:30:49','2021-02-27 20:30:49'),(126972,45235,'action complete via WP Cron','2021-02-28 04:30:49','2021-02-27 20:30:49'),(126973,45236,'action created','2021-02-28 04:30:49','2021-02-27 20:30:49'),(126974,45236,'action started via WP Cron','2021-02-28 04:31:48','2021-02-27 20:31:48'),(126975,45236,'action complete via WP Cron','2021-02-28 04:31:48','2021-02-27 20:31:48'),(126976,45237,'action created','2021-02-28 04:31:48','2021-02-27 20:31:48'),(126977,45237,'action started via WP Cron','2021-02-28 04:33:14','2021-02-27 20:33:14'),(126978,45237,'action complete via WP Cron','2021-02-28 04:33:14','2021-02-27 20:33:14'),(126979,45238,'action created','2021-02-28 04:33:14','2021-02-27 20:33:14'),(126980,45238,'action started via WP Cron','2021-02-28 04:33:41','2021-02-27 20:33:41'),(126981,45238,'action complete via WP Cron','2021-02-28 04:33:41','2021-02-27 20:33:41'),(126982,45239,'action created','2021-02-28 04:33:41','2021-02-27 20:33:41'),(126983,45239,'action started via WP Cron','2021-02-28 04:35:00','2021-02-27 20:35:00'),(126984,45239,'action complete via WP Cron','2021-02-28 04:35:00','2021-02-27 20:35:00'),(126985,45240,'action created','2021-02-28 04:35:00','2021-02-27 20:35:00'),(126986,45240,'action started via WP Cron','2021-02-28 04:35:42','2021-02-27 20:35:42'),(126987,45240,'action complete via WP Cron','2021-02-28 04:35:42','2021-02-27 20:35:42'),(126988,45241,'action created','2021-02-28 04:35:42','2021-02-27 20:35:42'),(126989,45241,'action started via WP Cron','2021-02-28 04:36:47','2021-02-27 20:36:47'),(126990,45241,'action complete via WP Cron','2021-02-28 04:36:47','2021-02-27 20:36:47'),(126991,45242,'action created','2021-02-28 04:36:47','2021-02-27 20:36:47'),(126992,45242,'action started via WP Cron','2021-02-28 04:37:59','2021-02-27 20:37:59'),(126993,45242,'action complete via WP Cron','2021-02-28 04:37:59','2021-02-27 20:37:59'),(126994,45243,'action created','2021-02-28 04:37:59','2021-02-27 20:37:59'),(126995,45243,'action started via WP Cron','2021-02-28 04:39:13','2021-02-27 20:39:13'),(126996,45243,'action complete via WP Cron','2021-02-28 04:39:13','2021-02-27 20:39:13'),(126997,45244,'action created','2021-02-28 04:39:13','2021-02-27 20:39:13'),(126998,45244,'action started via WP Cron','2021-02-28 04:39:46','2021-02-27 20:39:46'),(126999,45244,'action complete via WP Cron','2021-02-28 04:39:46','2021-02-27 20:39:46'),(127000,45245,'action created','2021-02-28 04:39:46','2021-02-27 20:39:46'),(127001,45245,'action started via WP Cron','2021-02-28 04:40:55','2021-02-27 20:40:55'),(127002,45245,'action complete via WP Cron','2021-02-28 04:40:55','2021-02-27 20:40:55'),(127003,45246,'action created','2021-02-28 04:40:55','2021-02-27 20:40:55'),(127004,45246,'action started via WP Cron','2021-02-28 04:41:46','2021-02-27 20:41:46'),(127005,45246,'action complete via WP Cron','2021-02-28 04:41:46','2021-02-27 20:41:46'),(127006,45247,'action created','2021-02-28 04:41:46','2021-02-27 20:41:46'),(127007,45247,'action started via WP Cron','2021-02-28 04:43:04','2021-02-27 20:43:04'),(127008,45247,'action complete via WP Cron','2021-02-28 04:43:04','2021-02-27 20:43:04'),(127009,45248,'action created','2021-02-28 04:43:04','2021-02-27 20:43:04'),(127010,45248,'action started via WP Cron','2021-02-28 04:44:03','2021-02-27 20:44:03'),(127011,45248,'action complete via WP Cron','2021-02-28 04:44:03','2021-02-27 20:44:03'),(127012,45249,'action created','2021-02-28 04:44:03','2021-02-27 20:44:03'),(127013,45249,'action started via WP Cron','2021-02-28 04:44:41','2021-02-27 20:44:41'),(127014,45249,'action complete via WP Cron','2021-02-28 04:44:41','2021-02-27 20:44:41'),(127015,45250,'action created','2021-02-28 04:44:41','2021-02-27 20:44:41'),(127016,45250,'action started via WP Cron','2021-02-28 04:45:42','2021-02-27 20:45:42'),(127017,45250,'action complete via WP Cron','2021-02-28 04:45:42','2021-02-27 20:45:42'),(127018,45251,'action created','2021-02-28 04:45:42','2021-02-27 20:45:42'),(127019,45251,'action started via WP Cron','2021-02-28 04:46:43','2021-02-27 20:46:43'),(127020,45251,'action complete via WP Cron','2021-02-28 04:46:43','2021-02-27 20:46:43'),(127021,45252,'action created','2021-02-28 04:46:43','2021-02-27 20:46:43'),(127022,45252,'action started via WP Cron','2021-02-28 04:48:27','2021-02-27 20:48:27'),(127023,45252,'action complete via WP Cron','2021-02-28 04:48:27','2021-02-27 20:48:27'),(127024,45253,'action created','2021-02-28 04:48:27','2021-02-27 20:48:27'),(127025,45253,'action started via WP Cron','2021-02-28 04:49:14','2021-02-27 20:49:14'),(127026,45253,'action complete via WP Cron','2021-02-28 04:49:14','2021-02-27 20:49:14'),(127027,45254,'action created','2021-02-28 04:49:14','2021-02-27 20:49:14'),(127028,45254,'action started via WP Cron','2021-02-28 04:49:57','2021-02-27 20:49:57'),(127029,45254,'action complete via WP Cron','2021-02-28 04:49:57','2021-02-27 20:49:57'),(127030,45255,'action created','2021-02-28 04:49:57','2021-02-27 20:49:57'),(127031,45255,'action started via WP Cron','2021-02-28 04:50:58','2021-02-27 20:50:58'),(127032,45255,'action complete via WP Cron','2021-02-28 04:50:58','2021-02-27 20:50:58'),(127033,45256,'action created','2021-02-28 04:50:58','2021-02-27 20:50:58'),(127034,45256,'action started via WP Cron','2021-02-28 04:51:47','2021-02-27 20:51:47'),(127035,45256,'action complete via WP Cron','2021-02-28 04:51:47','2021-02-27 20:51:47'),(127036,45257,'action created','2021-02-28 04:51:47','2021-02-27 20:51:47'),(127037,45257,'action started via WP Cron','2021-02-28 04:53:08','2021-02-27 20:53:08'),(127038,45257,'action complete via WP Cron','2021-02-28 04:53:08','2021-02-27 20:53:08'),(127039,45258,'action created','2021-02-28 04:53:08','2021-02-27 20:53:08'),(127040,45258,'action started via WP Cron','2021-02-28 04:53:55','2021-02-27 20:53:55'),(127041,45258,'action complete via WP Cron','2021-02-28 04:53:55','2021-02-27 20:53:55'),(127042,45259,'action created','2021-02-28 04:53:55','2021-02-27 20:53:55'),(127043,45259,'action started via WP Cron','2021-02-28 04:58:10','2021-02-27 20:58:10'),(127044,45259,'action complete via WP Cron','2021-02-28 04:58:10','2021-02-27 20:58:10'),(127045,45260,'action created','2021-02-28 04:58:10','2021-02-27 20:58:10'),(127046,45260,'action started via WP Cron','2021-02-28 05:01:39','2021-02-27 21:01:39'),(127047,45260,'action complete via WP Cron','2021-02-28 05:01:39','2021-02-27 21:01:39'),(127048,45261,'action created','2021-02-28 05:01:40','2021-02-27 21:01:40'),(127049,45261,'action started via WP Cron','2021-02-28 05:02:26','2021-02-27 21:02:26'),(127050,45261,'action complete via WP Cron','2021-02-28 05:02:26','2021-02-27 21:02:26'),(127051,45262,'action created','2021-02-28 05:04:21','2021-02-27 21:04:21'),(127052,45262,'action started via WP Cron','2021-02-28 05:05:31','2021-02-27 21:05:31'),(127053,45262,'action complete via WP Cron','2021-02-28 05:05:31','2021-02-27 21:05:31'),(127054,45263,'action created','2021-02-28 05:05:31','2021-02-27 21:05:31'),(127055,45263,'action started via WP Cron','2021-02-28 05:06:25','2021-02-27 21:06:25'),(127056,45263,'action complete via WP Cron','2021-02-28 05:06:25','2021-02-27 21:06:25'),(127057,45264,'action created','2021-02-28 05:06:26','2021-02-27 21:06:26'),(127058,45264,'action started via WP Cron','2021-02-28 05:06:43','2021-02-27 21:06:43'),(127059,45264,'action complete via WP Cron','2021-02-28 05:06:43','2021-02-27 21:06:43'),(127060,45265,'action created','2021-02-28 05:06:43','2021-02-27 21:06:43'),(127061,45265,'action started via WP Cron','2021-02-28 05:08:21','2021-02-27 21:08:21'),(127062,45265,'action complete via WP Cron','2021-02-28 05:08:21','2021-02-27 21:08:21'),(127063,45266,'action created','2021-02-28 05:08:21','2021-02-27 21:08:21'),(127064,45266,'action started via WP Cron','2021-02-28 05:09:23','2021-02-27 21:09:23'),(127065,45266,'action complete via WP Cron','2021-02-28 05:09:23','2021-02-27 21:09:23'),(127066,45267,'action created','2021-02-28 05:09:24','2021-02-27 21:09:24'),(127067,45267,'action started via WP Cron','2021-02-28 05:10:00','2021-02-27 21:10:00'),(127068,45267,'action complete via WP Cron','2021-02-28 05:10:00','2021-02-27 21:10:00'),(127069,45268,'action created','2021-02-28 05:10:02','2021-02-27 21:10:02'),(127070,45268,'action started via WP Cron','2021-02-28 05:11:16','2021-02-27 21:11:16'),(127071,45268,'action complete via WP Cron','2021-02-28 05:11:17','2021-02-27 21:11:17'),(127072,45269,'action created','2021-02-28 05:11:17','2021-02-27 21:11:17'),(127073,45269,'action started via WP Cron','2021-02-28 05:12:23','2021-02-27 21:12:23'),(127074,45269,'action complete via WP Cron','2021-02-28 05:12:23','2021-02-27 21:12:23'),(127075,45270,'action created','2021-02-28 05:12:23','2021-02-27 21:12:23'),(127076,45270,'action started via WP Cron','2021-02-28 05:13:29','2021-02-27 21:13:29'),(127077,45270,'action complete via WP Cron','2021-02-28 05:13:29','2021-02-27 21:13:29'),(127078,45271,'action created','2021-02-28 05:13:29','2021-02-27 21:13:29'),(127079,45271,'action started via WP Cron','2021-02-28 05:14:49','2021-02-27 21:14:49'),(127080,45271,'action complete via WP Cron','2021-02-28 05:14:49','2021-02-27 21:14:49'),(127081,45272,'action created','2021-02-28 05:14:49','2021-02-27 21:14:49'),(127082,45272,'action started via WP Cron','2021-02-28 05:19:40','2021-02-27 21:19:40'),(127083,45272,'action complete via WP Cron','2021-02-28 05:19:40','2021-02-27 21:19:40'),(127084,45273,'action created','2021-02-28 05:19:40','2021-02-27 21:19:40'),(127085,45273,'action started via WP Cron','2021-02-28 05:24:43','2021-02-27 21:24:43'),(127086,45273,'action complete via WP Cron','2021-02-28 05:24:43','2021-02-27 21:24:43'),(127087,45274,'action created','2021-02-28 05:24:43','2021-02-27 21:24:43'),(127088,45274,'action started via WP Cron','2021-02-28 05:35:14','2021-02-27 21:35:14'),(127089,45274,'action complete via WP Cron','2021-02-28 05:35:14','2021-02-27 21:35:14'),(127090,45275,'action created','2021-02-28 05:35:14','2021-02-27 21:35:14'),(127091,45275,'action started via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127092,45275,'action complete via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127093,44378,'action started via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127094,44378,'action complete via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127095,45276,'action created','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127096,44377,'action started via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127097,44377,'action complete via WP Cron','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127098,45277,'action created','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127099,45278,'action created','2021-02-28 05:46:47','2021-02-27 21:46:47'),(127100,45278,'action started via WP Cron','2021-02-28 05:47:45','2021-02-27 21:47:45'),(127101,45278,'action complete via WP Cron','2021-02-28 05:47:45','2021-02-27 21:47:45'),(127102,45279,'action created','2021-02-28 05:47:45','2021-02-27 21:47:45'),(127103,45279,'action started via WP Cron','2021-02-28 05:49:04','2021-02-27 21:49:04'),(127104,45279,'action complete via WP Cron','2021-02-28 05:49:04','2021-02-27 21:49:04'),(127105,45280,'action created','2021-02-28 05:49:04','2021-02-27 21:49:04'),(127106,45280,'action started via WP Cron','2021-02-28 05:49:47','2021-02-27 21:49:47'),(127107,45280,'action complete via WP Cron','2021-02-28 05:49:47','2021-02-27 21:49:47'),(127108,45281,'action created','2021-02-28 05:49:47','2021-02-27 21:49:47'),(127109,45281,'action started via WP Cron','2021-02-28 05:50:48','2021-02-27 21:50:48'),(127110,45281,'action complete via WP Cron','2021-02-28 05:50:48','2021-02-27 21:50:48'),(127111,45282,'action created','2021-02-28 05:50:48','2021-02-27 21:50:48'),(127112,45282,'action started via WP Cron','2021-02-28 05:51:50','2021-02-27 21:51:50'),(127113,45282,'action complete via WP Cron','2021-02-28 05:51:50','2021-02-27 21:51:50'),(127114,45283,'action created','2021-02-28 05:51:50','2021-02-27 21:51:50'),(127115,45283,'action started via WP Cron','2021-02-28 05:53:34','2021-02-27 21:53:34'),(127116,45283,'action complete via WP Cron','2021-02-28 05:53:34','2021-02-27 21:53:34'),(127117,45284,'action created','2021-02-28 05:53:34','2021-02-27 21:53:34'),(127118,45284,'action started via WP Cron','2021-02-28 05:54:14','2021-02-27 21:54:14'),(127119,45284,'action complete via WP Cron','2021-02-28 05:54:14','2021-02-27 21:54:14'),(127120,45285,'action created','2021-02-28 05:54:14','2021-02-27 21:54:14'),(127121,45285,'action started via WP Cron','2021-02-28 05:55:07','2021-02-27 21:55:07'),(127122,45285,'action complete via WP Cron','2021-02-28 05:55:07','2021-02-27 21:55:07'),(127123,45286,'action created','2021-02-28 05:55:07','2021-02-27 21:55:07'),(127124,45286,'action started via WP Cron','2021-02-28 05:55:53','2021-02-27 21:55:53'),(127125,45286,'action complete via WP Cron','2021-02-28 05:55:53','2021-02-27 21:55:53'),(127126,45287,'action created','2021-02-28 05:55:53','2021-02-27 21:55:53'),(127127,45287,'action started via WP Cron','2021-02-28 05:58:11','2021-02-27 21:58:11'),(127128,45287,'action complete via WP Cron','2021-02-28 05:58:11','2021-02-27 21:58:11'),(127129,45288,'action created','2021-02-28 05:58:12','2021-02-27 21:58:12'),(127130,45288,'action started via WP Cron','2021-02-28 05:58:51','2021-02-27 21:58:51'),(127131,45288,'action complete via WP Cron','2021-02-28 05:58:51','2021-02-27 21:58:51'),(127132,45289,'action created','2021-02-28 05:58:51','2021-02-27 21:58:51'),(127133,45289,'action started via WP Cron','2021-02-28 06:00:07','2021-02-27 22:00:07'),(127134,45289,'action complete via WP Cron','2021-02-28 06:00:07','2021-02-27 22:00:07'),(127135,45290,'action created','2021-02-28 06:00:07','2021-02-27 22:00:07'),(127136,45290,'action started via WP Cron','2021-02-28 06:01:04','2021-02-27 22:01:04'),(127137,45290,'action complete via WP Cron','2021-02-28 06:01:04','2021-02-27 22:01:04'),(127138,45291,'action created','2021-02-28 06:01:04','2021-02-27 22:01:04'),(127139,45291,'action started via WP Cron','2021-02-28 06:02:08','2021-02-27 22:02:08'),(127140,45291,'action complete via WP Cron','2021-02-28 06:02:08','2021-02-27 22:02:08'),(127141,45292,'action created','2021-02-28 06:02:08','2021-02-27 22:02:08'),(127142,45292,'action started via WP Cron','2021-02-28 06:02:48','2021-02-27 22:02:48'),(127143,45292,'action complete via WP Cron','2021-02-28 06:02:48','2021-02-27 22:02:48'),(127144,45293,'action created','2021-02-28 06:02:49','2021-02-27 22:02:49'),(127145,45293,'action started via WP Cron','2021-02-28 06:03:53','2021-02-27 22:03:53'),(127146,45293,'action complete via WP Cron','2021-02-28 06:03:53','2021-02-27 22:03:53'),(127147,45294,'action created','2021-02-28 06:03:53','2021-02-27 22:03:53'),(127148,45294,'action started via WP Cron','2021-02-28 06:04:59','2021-02-27 22:04:59'),(127149,45294,'action complete via WP Cron','2021-02-28 06:04:59','2021-02-27 22:04:59'),(127150,45295,'action created','2021-02-28 06:05:00','2021-02-27 22:05:00'),(127151,45295,'action started via WP Cron','2021-02-28 06:06:08','2021-02-27 22:06:08'),(127152,45295,'action complete via WP Cron','2021-02-28 06:06:08','2021-02-27 22:06:08'),(127153,45296,'action created','2021-02-28 06:06:48','2021-02-27 22:06:48'),(127154,45296,'action started via WP Cron','2021-02-28 06:07:56','2021-02-27 22:07:56'),(127155,45296,'action complete via WP Cron','2021-02-28 06:07:56','2021-02-27 22:07:56'),(127156,45297,'action created','2021-02-28 06:07:56','2021-02-27 22:07:56'),(127157,45297,'action started via WP Cron','2021-02-28 06:08:50','2021-02-27 22:08:50'),(127158,45297,'action complete via WP Cron','2021-02-28 06:08:50','2021-02-27 22:08:50'),(127159,45298,'action created','2021-02-28 06:08:50','2021-02-27 22:08:50'),(127160,45298,'action started via WP Cron','2021-02-28 06:09:50','2021-02-27 22:09:50'),(127161,45298,'action complete via WP Cron','2021-02-28 06:09:50','2021-02-27 22:09:50'),(127162,45299,'action created','2021-02-28 06:09:50','2021-02-27 22:09:50'),(127163,45299,'action started via WP Cron','2021-02-28 06:11:32','2021-02-27 22:11:32'),(127164,45299,'action complete via WP Cron','2021-02-28 06:11:32','2021-02-27 22:11:32'),(127165,45300,'action created','2021-02-28 06:11:32','2021-02-27 22:11:32'),(127166,45300,'action started via WP Cron','2021-02-28 06:12:23','2021-02-27 22:12:23'),(127167,45300,'action complete via WP Cron','2021-02-28 06:12:23','2021-02-27 22:12:23'),(127168,45301,'action created','2021-02-28 06:12:23','2021-02-27 22:12:23'),(127169,45301,'action started via WP Cron','2021-02-28 06:13:06','2021-02-27 22:13:06'),(127170,45301,'action complete via WP Cron','2021-02-28 06:13:06','2021-02-27 22:13:06'),(127171,45302,'action created','2021-02-28 06:13:06','2021-02-27 22:13:06'),(127172,45302,'action started via WP Cron','2021-02-28 06:14:05','2021-02-27 22:14:05'),(127173,45302,'action complete via WP Cron','2021-02-28 06:14:05','2021-02-27 22:14:05'),(127174,45303,'action created','2021-02-28 06:14:05','2021-02-27 22:14:05'),(127175,45303,'action started via WP Cron','2021-02-28 06:15:19','2021-02-27 22:15:19'),(127176,45303,'action complete via WP Cron','2021-02-28 06:15:19','2021-02-27 22:15:19'),(127177,45304,'action created','2021-02-28 06:15:19','2021-02-27 22:15:19'),(127178,45304,'action started via WP Cron','2021-02-28 06:16:03','2021-02-27 22:16:03'),(127179,45304,'action complete via WP Cron','2021-02-28 06:16:03','2021-02-27 22:16:03'),(127180,45305,'action created','2021-02-28 06:16:03','2021-02-27 22:16:03'),(127181,45305,'action started via WP Cron','2021-02-28 06:17:10','2021-02-27 22:17:10'),(127182,45305,'action complete via WP Cron','2021-02-28 06:17:10','2021-02-27 22:17:10'),(127183,45306,'action created','2021-02-28 06:17:10','2021-02-27 22:17:10'),(127184,45306,'action started via WP Cron','2021-02-28 06:17:50','2021-02-27 22:17:50'),(127185,45306,'action complete via WP Cron','2021-02-28 06:17:50','2021-02-27 22:17:50'),(127186,45307,'action created','2021-02-28 06:17:50','2021-02-27 22:17:50'),(127187,45307,'action started via WP Cron','2021-02-28 06:18:52','2021-02-27 22:18:52'),(127188,45307,'action complete via WP Cron','2021-02-28 06:18:52','2021-02-27 22:18:52'),(127189,45308,'action created','2021-02-28 06:18:52','2021-02-27 22:18:52'),(127190,45308,'action started via WP Cron','2021-02-28 06:19:58','2021-02-27 22:19:58'),(127191,45308,'action complete via WP Cron','2021-02-28 06:19:58','2021-02-27 22:19:58'),(127192,45309,'action created','2021-02-28 06:19:58','2021-02-27 22:19:58'),(127193,45309,'action started via WP Cron','2021-02-28 06:21:15','2021-02-27 22:21:15'),(127194,45309,'action complete via WP Cron','2021-02-28 06:21:15','2021-02-27 22:21:15'),(127195,45310,'action created','2021-02-28 06:21:15','2021-02-27 22:21:15'),(127196,45310,'action started via WP Cron','2021-02-28 06:21:48','2021-02-27 22:21:48'),(127197,45310,'action complete via WP Cron','2021-02-28 06:21:48','2021-02-27 22:21:48'),(127198,45311,'action created','2021-02-28 06:21:48','2021-02-27 22:21:48'),(127199,45311,'action started via WP Cron','2021-02-28 06:23:14','2021-02-27 22:23:14'),(127200,45311,'action complete via WP Cron','2021-02-28 06:23:14','2021-02-27 22:23:14'),(127201,45312,'action created','2021-02-28 06:23:15','2021-02-27 22:23:15'),(127202,45312,'action started via WP Cron','2021-02-28 06:23:51','2021-02-27 22:23:51'),(127203,45312,'action complete via WP Cron','2021-02-28 06:23:51','2021-02-27 22:23:51'),(127204,45313,'action created','2021-02-28 06:23:51','2021-02-27 22:23:51'),(127205,45313,'action started via WP Cron','2021-02-28 06:25:29','2021-02-27 22:25:29'),(127206,45313,'action complete via WP Cron','2021-02-28 06:25:29','2021-02-27 22:25:29'),(127207,45314,'action created','2021-02-28 06:25:29','2021-02-27 22:25:29'),(127208,45314,'action started via WP Cron','2021-02-28 06:26:23','2021-02-27 22:26:23'),(127209,45314,'action complete via WP Cron','2021-02-28 06:26:23','2021-02-27 22:26:23'),(127210,45315,'action created','2021-02-28 06:26:23','2021-02-27 22:26:23'),(127211,45315,'action started via WP Cron','2021-02-28 06:27:03','2021-02-27 22:27:03'),(127212,45315,'action complete via WP Cron','2021-02-28 06:27:03','2021-02-27 22:27:03'),(127213,45316,'action created','2021-02-28 06:27:03','2021-02-27 22:27:03'),(127214,45316,'action started via WP Cron','2021-02-28 06:27:51','2021-02-27 22:27:51'),(127215,45316,'action complete via WP Cron','2021-02-28 06:27:51','2021-02-27 22:27:51'),(127216,45317,'action created','2021-02-28 06:27:52','2021-02-27 22:27:52'),(127217,45317,'action started via WP Cron','2021-02-28 06:28:54','2021-02-27 22:28:54'),(127218,45317,'action complete via WP Cron','2021-02-28 06:28:54','2021-02-27 22:28:54'),(127219,45318,'action created','2021-02-28 06:28:54','2021-02-27 22:28:54'),(127220,45318,'action started via WP Cron','2021-02-28 06:29:51','2021-02-27 22:29:51'),(127221,45318,'action complete via WP Cron','2021-02-28 06:29:51','2021-02-27 22:29:51'),(127222,45319,'action created','2021-02-28 06:29:51','2021-02-27 22:29:51'),(127223,45319,'action started via WP Cron','2021-02-28 06:31:11','2021-02-27 22:31:11'),(127224,45319,'action complete via WP Cron','2021-02-28 06:31:11','2021-02-27 22:31:11'),(127225,45320,'action created','2021-02-28 06:31:11','2021-02-27 22:31:11'),(127226,45320,'action started via WP Cron','2021-02-28 06:31:59','2021-02-27 22:31:59'),(127227,45320,'action complete via WP Cron','2021-02-28 06:31:59','2021-02-27 22:31:59'),(127228,45321,'action created','2021-02-28 06:31:59','2021-02-27 22:31:59'),(127229,45321,'action started via WP Cron','2021-02-28 06:33:05','2021-02-27 22:33:05'),(127230,45321,'action complete via WP Cron','2021-02-28 06:33:05','2021-02-27 22:33:05'),(127231,45322,'action created','2021-02-28 06:33:06','2021-02-27 22:33:06'),(127232,45322,'action started via WP Cron','2021-02-28 06:34:14','2021-02-27 22:34:14'),(127233,45322,'action complete via WP Cron','2021-02-28 06:34:14','2021-02-27 22:34:14'),(127234,45323,'action created','2021-02-28 06:34:15','2021-02-27 22:34:15'),(127235,45323,'action started via WP Cron','2021-02-28 06:34:51','2021-02-27 22:34:51'),(127236,45323,'action complete via WP Cron','2021-02-28 06:34:51','2021-02-27 22:34:51'),(127237,45324,'action created','2021-02-28 06:34:51','2021-02-27 22:34:51'),(127238,45324,'action started via WP Cron','2021-02-28 06:36:16','2021-02-27 22:36:16'),(127239,45324,'action complete via WP Cron','2021-02-28 06:36:16','2021-02-27 22:36:16'),(127240,45325,'action created','2021-02-28 06:36:16','2021-02-27 22:36:16'),(127241,45325,'action started via WP Cron','2021-02-28 06:37:15','2021-02-27 22:37:15'),(127242,45325,'action complete via WP Cron','2021-02-28 06:37:15','2021-02-27 22:37:15'),(127243,45326,'action created','2021-02-28 06:38:03','2021-02-27 22:38:03'),(127244,45326,'action started via WP Cron','2021-02-28 06:38:50','2021-02-27 22:38:50'),(127245,45326,'action complete via WP Cron','2021-02-28 06:38:50','2021-02-27 22:38:50'),(127246,45327,'action created','2021-02-28 06:38:50','2021-02-27 22:38:50'),(127247,45327,'action started via WP Cron','2021-02-28 06:39:53','2021-02-27 22:39:53'),(127248,45327,'action complete via WP Cron','2021-02-28 06:39:53','2021-02-27 22:39:53'),(127249,45328,'action created','2021-02-28 06:39:53','2021-02-27 22:39:53'),(127250,45328,'action started via WP Cron','2021-02-28 06:41:00','2021-02-27 22:41:00'),(127251,45328,'action complete via WP Cron','2021-02-28 06:41:00','2021-02-27 22:41:00'),(127252,45329,'action created','2021-02-28 06:41:00','2021-02-27 22:41:00'),(127253,45329,'action started via WP Cron','2021-02-28 06:41:50','2021-02-27 22:41:50'),(127254,45329,'action complete via WP Cron','2021-02-28 06:41:50','2021-02-27 22:41:50'),(127255,45330,'action created','2021-02-28 06:41:50','2021-02-27 22:41:50'),(127256,45330,'action started via WP Cron','2021-02-28 06:43:13','2021-02-27 22:43:13'),(127257,45330,'action complete via WP Cron','2021-02-28 06:43:13','2021-02-27 22:43:13'),(127258,45331,'action created','2021-02-28 06:43:13','2021-02-27 22:43:13'),(127259,45331,'action started via WP Cron','2021-02-28 06:43:49','2021-02-27 22:43:49'),(127260,45331,'action complete via WP Cron','2021-02-28 06:43:49','2021-02-27 22:43:49'),(127261,45332,'action created','2021-02-28 06:43:49','2021-02-27 22:43:49'),(127262,45332,'action started via WP Cron','2021-02-28 06:45:03','2021-02-27 22:45:03'),(127263,45332,'action complete via WP Cron','2021-02-28 06:45:03','2021-02-27 22:45:03'),(127264,45333,'action created','2021-02-28 06:45:04','2021-02-27 22:45:04'),(127265,45333,'action started via WP Cron','2021-02-28 06:46:45','2021-02-27 22:46:45'),(127266,45333,'action complete via WP Cron','2021-02-28 06:46:45','2021-02-27 22:46:45'),(127267,45334,'action created','2021-02-28 06:46:45','2021-02-27 22:46:45'),(127268,45334,'action started via WP Cron','2021-02-28 06:48:09','2021-02-27 22:48:09'),(127269,45334,'action complete via WP Cron','2021-02-28 06:48:09','2021-02-27 22:48:09'),(127270,45335,'action created','2021-02-28 06:48:09','2021-02-27 22:48:09'),(127271,45335,'action started via WP Cron','2021-02-28 06:51:58','2021-02-27 22:51:58'),(127272,45335,'action complete via WP Cron','2021-02-28 06:51:58','2021-02-27 22:51:58'),(127273,45336,'action created','2021-02-28 06:51:58','2021-02-27 22:51:58'),(127274,45336,'action started via WP Cron','2021-02-28 06:53:08','2021-02-27 22:53:08'),(127275,45336,'action complete via WP Cron','2021-02-28 06:53:08','2021-02-27 22:53:08'),(127276,45337,'action created','2021-02-28 06:53:08','2021-02-27 22:53:08'),(127277,45337,'action started via WP Cron','2021-02-28 06:55:48','2021-02-27 22:55:48'),(127278,45337,'action complete via WP Cron','2021-02-28 06:55:48','2021-02-27 22:55:48'),(127279,45338,'action created','2021-02-28 06:55:48','2021-02-27 22:55:48'),(127280,45338,'action started via WP Cron','2021-02-28 06:58:22','2021-02-27 22:58:22'),(127281,45338,'action complete via WP Cron','2021-02-28 06:58:22','2021-02-27 22:58:22'),(127282,45339,'action created','2021-02-28 06:58:23','2021-02-27 22:58:23'),(127283,45339,'action started via WP Cron','2021-02-28 06:59:23','2021-02-27 22:59:23'),(127284,45339,'action complete via WP Cron','2021-02-28 06:59:23','2021-02-27 22:59:23'),(127285,45340,'action created','2021-02-28 06:59:23','2021-02-27 22:59:23'),(127286,45340,'action started via WP Cron','2021-02-28 07:00:34','2021-02-27 23:00:34'),(127287,45340,'action complete via WP Cron','2021-02-28 07:00:34','2021-02-27 23:00:34'),(127288,45341,'action created','2021-02-28 07:00:34','2021-02-27 23:00:34'),(127289,45341,'action started via WP Cron','2021-02-28 07:01:56','2021-02-27 23:01:56'),(127290,45341,'action complete via WP Cron','2021-02-28 07:01:56','2021-02-27 23:01:56'),(127291,45342,'action created','2021-02-28 07:01:56','2021-02-27 23:01:56'),(127292,45342,'action started via WP Cron','2021-02-28 07:04:19','2021-02-27 23:04:19'),(127293,45342,'action complete via WP Cron','2021-02-28 07:04:19','2021-02-27 23:04:19'),(127294,45343,'action created','2021-02-28 07:04:19','2021-02-27 23:04:19'),(127295,45343,'action started via WP Cron','2021-02-28 07:05:44','2021-02-27 23:05:44'),(127296,45343,'action complete via WP Cron','2021-02-28 07:05:44','2021-02-27 23:05:44'),(127297,45344,'action created','2021-02-28 07:05:44','2021-02-27 23:05:44'),(127298,45344,'action started via WP Cron','2021-02-28 07:07:09','2021-02-27 23:07:09'),(127299,45344,'action complete via WP Cron','2021-02-28 07:07:09','2021-02-27 23:07:09'),(127300,45345,'action created','2021-02-28 07:07:09','2021-02-27 23:07:09'),(127301,45345,'action started via WP Cron','2021-02-28 07:07:43','2021-02-27 23:07:43'),(127302,45345,'action complete via WP Cron','2021-02-28 07:07:43','2021-02-27 23:07:43'),(127303,45346,'action created','2021-02-28 07:07:43','2021-02-27 23:07:43'),(127304,45346,'action started via WP Cron','2021-02-28 07:08:47','2021-02-27 23:08:47'),(127305,45346,'action complete via WP Cron','2021-02-28 07:08:47','2021-02-27 23:08:47'),(127306,45347,'action created','2021-02-28 07:08:47','2021-02-27 23:08:47'),(127307,45347,'action started via WP Cron','2021-02-28 07:09:50','2021-02-27 23:09:50'),(127308,45347,'action complete via WP Cron','2021-02-28 07:09:50','2021-02-27 23:09:50'),(127309,45348,'action created','2021-02-28 07:09:50','2021-02-27 23:09:50'),(127310,45348,'action started via WP Cron','2021-02-28 07:10:50','2021-02-27 23:10:50'),(127311,45348,'action complete via WP Cron','2021-02-28 07:10:50','2021-02-27 23:10:50'),(127312,45349,'action created','2021-02-28 07:10:50','2021-02-27 23:10:50'),(127313,45349,'action started via WP Cron','2021-02-28 07:11:56','2021-02-27 23:11:56'),(127314,45349,'action complete via WP Cron','2021-02-28 07:11:56','2021-02-27 23:11:56'),(127315,45350,'action created','2021-02-28 07:11:56','2021-02-27 23:11:56'),(127316,45350,'action started via WP Cron','2021-02-28 07:13:14','2021-02-27 23:13:14'),(127317,45350,'action complete via WP Cron','2021-02-28 07:13:14','2021-02-27 23:13:14'),(127318,45351,'action created','2021-02-28 07:13:14','2021-02-27 23:13:14'),(127319,45351,'action started via WP Cron','2021-02-28 07:14:02','2021-02-27 23:14:02'),(127320,45351,'action complete via WP Cron','2021-02-28 07:14:02','2021-02-27 23:14:02'),(127321,45352,'action created','2021-02-28 07:14:02','2021-02-27 23:14:02'),(127322,45352,'action started via WP Cron','2021-02-28 07:14:57','2021-02-27 23:14:57'),(127323,45352,'action complete via WP Cron','2021-02-28 07:14:57','2021-02-27 23:14:57'),(127324,45353,'action created','2021-02-28 07:14:57','2021-02-27 23:14:57'),(127325,45353,'action started via WP Cron','2021-02-28 07:15:58','2021-02-27 23:15:58'),(127326,45353,'action complete via WP Cron','2021-02-28 07:15:58','2021-02-27 23:15:58'),(127327,45354,'action created','2021-02-28 07:15:58','2021-02-27 23:15:58'),(127328,45354,'action started via WP Cron','2021-02-28 07:17:26','2021-02-27 23:17:26'),(127329,45354,'action complete via WP Cron','2021-02-28 07:17:26','2021-02-27 23:17:26'),(127330,45355,'action created','2021-02-28 07:17:26','2021-02-27 23:17:26'),(127331,45355,'action started via WP Cron','2021-02-28 07:17:45','2021-02-27 23:17:45'),(127332,45355,'action complete via WP Cron','2021-02-28 07:17:45','2021-02-27 23:17:45'),(127333,45356,'action created','2021-02-28 07:17:45','2021-02-27 23:17:45'),(127334,45356,'action started via WP Cron','2021-02-28 07:19:21','2021-02-27 23:19:21'),(127335,45356,'action complete via WP Cron','2021-02-28 07:19:21','2021-02-27 23:19:21'),(127336,45357,'action created','2021-02-28 07:19:21','2021-02-27 23:19:21'),(127337,45357,'action started via WP Cron','2021-02-28 07:20:05','2021-02-27 23:20:05'),(127338,45357,'action complete via WP Cron','2021-02-28 07:20:05','2021-02-27 23:20:05'),(127339,45358,'action created','2021-02-28 07:20:05','2021-02-27 23:20:05'),(127340,45358,'action started via WP Cron','2021-02-28 07:20:50','2021-02-27 23:20:50'),(127341,45358,'action complete via WP Cron','2021-02-28 07:20:50','2021-02-27 23:20:50'),(127342,45359,'action created','2021-02-28 07:20:50','2021-02-27 23:20:50'),(127343,45359,'action started via WP Cron','2021-02-28 07:21:52','2021-02-27 23:21:52'),(127344,45359,'action complete via WP Cron','2021-02-28 07:21:52','2021-02-27 23:21:52'),(127345,45360,'action created','2021-02-28 07:21:52','2021-02-27 23:21:52'),(127346,45360,'action started via WP Cron','2021-02-28 07:23:01','2021-02-27 23:23:01'),(127347,45360,'action complete via WP Cron','2021-02-28 07:23:01','2021-02-27 23:23:01'),(127348,45361,'action created','2021-02-28 07:23:01','2021-02-27 23:23:01'),(127349,45361,'action started via WP Cron','2021-02-28 07:24:09','2021-02-27 23:24:09'),(127350,45361,'action complete via WP Cron','2021-02-28 07:24:09','2021-02-27 23:24:09'),(127351,45362,'action created','2021-02-28 07:24:09','2021-02-27 23:24:09'),(127352,45362,'action started via WP Cron','2021-02-28 07:24:41','2021-02-27 23:24:41'),(127353,45362,'action complete via WP Cron','2021-02-28 07:24:41','2021-02-27 23:24:41'),(127354,45363,'action created','2021-02-28 07:24:41','2021-02-27 23:24:41'),(127355,45363,'action started via WP Cron','2021-02-28 07:25:45','2021-02-27 23:25:45'),(127356,45363,'action complete via WP Cron','2021-02-28 07:25:45','2021-02-27 23:25:45'),(127357,45364,'action created','2021-02-28 07:25:45','2021-02-27 23:25:45'),(127358,45364,'action started via WP Cron','2021-02-28 07:26:51','2021-02-27 23:26:51'),(127359,45364,'action complete via WP Cron','2021-02-28 07:26:51','2021-02-27 23:26:51'),(127360,45365,'action created','2021-02-28 07:26:51','2021-02-27 23:26:51'),(127361,45365,'action started via WP Cron','2021-02-28 07:27:55','2021-02-27 23:27:55'),(127362,45365,'action complete via WP Cron','2021-02-28 07:27:55','2021-02-27 23:27:55'),(127363,45366,'action created','2021-02-28 07:27:55','2021-02-27 23:27:55'),(127364,45366,'action started via WP Cron','2021-02-28 07:29:02','2021-02-27 23:29:02'),(127365,45366,'action complete via WP Cron','2021-02-28 07:29:02','2021-02-27 23:29:02'),(127366,44459,'action started via WP Cron','2021-02-28 07:29:02','2021-02-27 23:29:02'),(127367,44459,'action complete via WP Cron','2021-02-28 07:29:02','2021-02-27 23:29:02'),(127368,45367,'action created','2021-02-28 07:29:02','2021-02-27 23:29:02'),(127369,45368,'action created','2021-02-28 07:29:03','2021-02-27 23:29:03'),(127370,45368,'action started via WP Cron','2021-02-28 07:29:49','2021-02-27 23:29:49'),(127371,45368,'action complete via WP Cron','2021-02-28 07:29:49','2021-02-27 23:29:49'),(127372,45369,'action created','2021-02-28 07:29:49','2021-02-27 23:29:49'),(127373,45369,'action started via WP Cron','2021-02-28 07:30:58','2021-02-27 23:30:58'),(127374,45369,'action complete via WP Cron','2021-02-28 07:30:58','2021-02-27 23:30:58'),(127375,45370,'action created','2021-02-28 07:30:58','2021-02-27 23:30:58'),(127376,45370,'action started via WP Cron','2021-02-28 07:32:09','2021-02-27 23:32:09'),(127377,45370,'action complete via WP Cron','2021-02-28 07:32:09','2021-02-27 23:32:09'),(127378,45371,'action created','2021-02-28 07:32:09','2021-02-27 23:32:09'),(127379,45371,'action started via WP Cron','2021-02-28 07:32:45','2021-02-27 23:32:45'),(127380,45371,'action complete via WP Cron','2021-02-28 07:32:45','2021-02-27 23:32:45'),(127381,45372,'action created','2021-02-28 07:32:45','2021-02-27 23:32:45'),(127382,45372,'action started via WP Cron','2021-02-28 07:33:52','2021-02-27 23:33:52'),(127383,45372,'action complete via WP Cron','2021-02-28 07:33:53','2021-02-27 23:33:53'),(127384,45373,'action created','2021-02-28 07:33:53','2021-02-27 23:33:53'),(127385,45373,'action started via WP Cron','2021-02-28 07:35:22','2021-02-27 23:35:22'),(127386,45373,'action complete via WP Cron','2021-02-28 07:35:22','2021-02-27 23:35:22'),(127387,45374,'action created','2021-02-28 07:35:22','2021-02-27 23:35:22'),(127388,45374,'action started via WP Cron','2021-02-28 07:35:56','2021-02-27 23:35:56'),(127389,45374,'action complete via WP Cron','2021-02-28 07:35:56','2021-02-27 23:35:56'),(127390,45375,'action created','2021-02-28 07:35:56','2021-02-27 23:35:56'),(127391,45375,'action started via WP Cron','2021-02-28 07:37:06','2021-02-27 23:37:06'),(127392,45375,'action complete via WP Cron','2021-02-28 07:37:06','2021-02-27 23:37:06'),(127393,45376,'action created','2021-02-28 07:37:06','2021-02-27 23:37:06'),(127394,45376,'action started via WP Cron','2021-02-28 07:38:05','2021-02-27 23:38:05'),(127395,45376,'action complete via WP Cron','2021-02-28 07:38:05','2021-02-27 23:38:05'),(127396,45377,'action created','2021-02-28 07:38:05','2021-02-27 23:38:05'),(127397,45377,'action started via WP Cron','2021-02-28 07:39:13','2021-02-27 23:39:13'),(127398,45377,'action complete via WP Cron','2021-02-28 07:39:13','2021-02-27 23:39:13'),(127399,45378,'action created','2021-02-28 07:39:14','2021-02-27 23:39:14'),(127400,45378,'action started via WP Cron','2021-02-28 07:39:53','2021-02-27 23:39:53'),(127401,45378,'action complete via WP Cron','2021-02-28 07:39:53','2021-02-27 23:39:53'),(127402,45379,'action created','2021-02-28 07:39:53','2021-02-27 23:39:53'),(127403,45379,'action started via WP Cron','2021-02-28 07:41:01','2021-02-27 23:41:01'),(127404,45379,'action complete via WP Cron','2021-02-28 07:41:01','2021-02-27 23:41:01'),(127405,45380,'action created','2021-02-28 07:41:01','2021-02-27 23:41:01'),(127406,45380,'action started via WP Cron','2021-02-28 07:42:13','2021-02-27 23:42:13'),(127407,45380,'action complete via WP Cron','2021-02-28 07:42:13','2021-02-27 23:42:13'),(127408,45381,'action created','2021-02-28 07:42:14','2021-02-27 23:42:14'),(127409,45381,'action started via WP Cron','2021-02-28 07:42:44','2021-02-27 23:42:44'),(127410,45381,'action complete via WP Cron','2021-02-28 07:42:44','2021-02-27 23:42:44'),(127411,45382,'action created','2021-02-28 07:42:44','2021-02-27 23:42:44'),(127412,45382,'action started via WP Cron','2021-02-28 07:43:47','2021-02-27 23:43:47'),(127413,45382,'action complete via WP Cron','2021-02-28 07:43:47','2021-02-27 23:43:47'),(127414,45383,'action created','2021-02-28 07:43:47','2021-02-27 23:43:47'),(127415,45383,'action started via WP Cron','2021-02-28 07:44:44','2021-02-27 23:44:44'),(127416,45383,'action complete via WP Cron','2021-02-28 07:44:44','2021-02-27 23:44:44'),(127417,45384,'action created','2021-02-28 07:44:44','2021-02-27 23:44:44'),(127418,45384,'action started via WP Cron','2021-02-28 07:45:41','2021-02-27 23:45:41'),(127419,45384,'action complete via WP Cron','2021-02-28 07:45:41','2021-02-27 23:45:41'),(127420,45385,'action created','2021-02-28 07:45:41','2021-02-27 23:45:41'),(127421,45385,'action started via WP Cron','2021-02-28 07:46:49','2021-02-27 23:46:49'),(127422,45385,'action complete via WP Cron','2021-02-28 07:46:49','2021-02-27 23:46:49'),(127423,45386,'action created','2021-02-28 07:46:49','2021-02-27 23:46:49'),(127424,45386,'action started via WP Cron','2021-02-28 07:47:59','2021-02-27 23:47:59'),(127425,45386,'action complete via WP Cron','2021-02-28 07:47:59','2021-02-27 23:47:59'),(127426,45387,'action created','2021-02-28 07:47:59','2021-02-27 23:47:59'),(127427,45387,'action started via WP Cron','2021-02-28 07:48:57','2021-02-27 23:48:57'),(127428,45387,'action complete via WP Cron','2021-02-28 07:48:57','2021-02-27 23:48:57'),(127429,45388,'action created','2021-02-28 07:48:57','2021-02-27 23:48:57'),(127430,45388,'action started via WP Cron','2021-02-28 07:50:00','2021-02-27 23:50:00'),(127431,45388,'action complete via WP Cron','2021-02-28 07:50:00','2021-02-27 23:50:00'),(127432,45389,'action created','2021-02-28 07:50:00','2021-02-27 23:50:00'),(127433,45389,'action started via WP Cron','2021-02-28 07:51:17','2021-02-27 23:51:17'),(127434,45389,'action complete via WP Cron','2021-02-28 07:51:17','2021-02-27 23:51:17'),(127435,45390,'action created','2021-02-28 07:51:17','2021-02-27 23:51:17'),(127436,45390,'action started via WP Cron','2021-02-28 07:51:55','2021-02-27 23:51:55'),(127437,45390,'action complete via WP Cron','2021-02-28 07:51:55','2021-02-27 23:51:55'),(127438,45391,'action created','2021-02-28 07:51:55','2021-02-27 23:51:55'),(127439,45391,'action started via WP Cron','2021-02-28 07:53:05','2021-02-27 23:53:05'),(127440,45391,'action complete via WP Cron','2021-02-28 07:53:05','2021-02-27 23:53:05'),(127441,45392,'action created','2021-02-28 07:53:05','2021-02-27 23:53:05'),(127442,45392,'action started via WP Cron','2021-02-28 07:53:43','2021-02-27 23:53:43'),(127443,45392,'action complete via WP Cron','2021-02-28 07:53:43','2021-02-27 23:53:43'),(127444,45393,'action created','2021-02-28 07:53:43','2021-02-27 23:53:43'),(127445,45393,'action started via WP Cron','2021-02-28 07:54:45','2021-02-27 23:54:45'),(127446,45393,'action complete via WP Cron','2021-02-28 07:54:45','2021-02-27 23:54:45'),(127447,45394,'action created','2021-02-28 07:54:45','2021-02-27 23:54:45'),(127448,45394,'action started via WP Cron','2021-02-28 07:55:55','2021-02-27 23:55:55'),(127449,45394,'action complete via WP Cron','2021-02-28 07:55:55','2021-02-27 23:55:55'),(127450,45395,'action created','2021-02-28 07:55:56','2021-02-27 23:55:56'),(127451,45395,'action started via WP Cron','2021-02-28 07:57:21','2021-02-27 23:57:21'),(127452,45395,'action complete via WP Cron','2021-02-28 07:57:21','2021-02-27 23:57:21'),(127453,45396,'action created','2021-02-28 07:57:21','2021-02-27 23:57:21'),(127454,45396,'action started via WP Cron','2021-02-28 07:58:03','2021-02-27 23:58:03'),(127455,45396,'action complete via WP Cron','2021-02-28 07:58:03','2021-02-27 23:58:03'),(127456,45397,'action created','2021-02-28 07:58:03','2021-02-27 23:58:03'),(127457,45397,'action started via WP Cron','2021-02-28 07:58:49','2021-02-27 23:58:49'),(127458,45397,'action complete via WP Cron','2021-02-28 07:58:49','2021-02-27 23:58:49'),(127459,45398,'action created','2021-02-28 07:58:49','2021-02-27 23:58:49'),(127460,45398,'action started via WP Cron','2021-02-28 08:02:08','2021-02-28 00:02:08'),(127461,45398,'action complete via WP Cron','2021-02-28 08:02:08','2021-02-28 00:02:08'),(127462,45399,'action created','2021-02-28 08:02:08','2021-02-28 00:02:08'),(127463,45399,'action started via WP Cron','2021-02-28 08:07:41','2021-02-28 00:07:41'),(127464,45399,'action complete via WP Cron','2021-02-28 08:07:41','2021-02-28 00:07:41'),(127465,45400,'action created','2021-02-28 08:07:42','2021-02-28 00:07:42'),(127466,45400,'action started via WP Cron','2021-02-28 08:09:16','2021-02-28 00:09:16'),(127467,45400,'action complete via WP Cron','2021-02-28 08:09:16','2021-02-28 00:09:16'),(127468,45401,'action created','2021-02-28 08:09:16','2021-02-28 00:09:16'),(127469,45401,'action started via WP Cron','2021-02-28 08:12:55','2021-02-28 00:12:55'),(127470,45401,'action complete via WP Cron','2021-02-28 08:12:55','2021-02-28 00:12:55'),(127471,45402,'action created','2021-02-28 08:12:55','2021-02-28 00:12:55'),(127472,45402,'action started via WP Cron','2021-02-28 08:17:35','2021-02-28 00:17:35'),(127473,45402,'action complete via WP Cron','2021-02-28 08:17:35','2021-02-28 00:17:35'),(127474,45403,'action created','2021-02-28 08:17:35','2021-02-28 00:17:35'),(127475,45403,'action started via WP Cron','2021-02-28 08:18:43','2021-02-28 00:18:43'),(127476,45403,'action complete via WP Cron','2021-02-28 08:18:43','2021-02-28 00:18:43'),(127477,45404,'action created','2021-02-28 08:18:43','2021-02-28 00:18:43'),(127478,45404,'action started via WP Cron','2021-02-28 08:19:43','2021-02-28 00:19:43'),(127479,45404,'action complete via WP Cron','2021-02-28 08:19:43','2021-02-28 00:19:43'),(127480,45405,'action created','2021-02-28 08:19:43','2021-02-28 00:19:43'),(127481,45405,'action started via WP Cron','2021-02-28 08:22:46','2021-02-28 00:22:46'),(127482,45405,'action complete via WP Cron','2021-02-28 08:22:46','2021-02-28 00:22:46'),(127483,45406,'action created','2021-02-28 08:22:46','2021-02-28 00:22:46'),(127484,45406,'action started via WP Cron','2021-02-28 08:27:39','2021-02-28 00:27:39'),(127485,45406,'action complete via WP Cron','2021-02-28 08:27:39','2021-02-28 00:27:39'),(127486,45407,'action created','2021-02-28 08:27:39','2021-02-28 00:27:39'),(127487,45407,'action started via WP Cron','2021-02-28 08:29:37','2021-02-28 00:29:37'),(127488,45407,'action complete via WP Cron','2021-02-28 08:29:37','2021-02-28 00:29:37'),(127489,45408,'action created','2021-02-28 08:29:37','2021-02-28 00:29:37'),(127490,45408,'action started via WP Cron','2021-02-28 08:32:59','2021-02-28 00:32:59'),(127491,45408,'action complete via WP Cron','2021-02-28 08:32:59','2021-02-28 00:32:59'),(127492,45409,'action created','2021-02-28 08:32:59','2021-02-28 00:32:59'),(127493,45409,'action started via WP Cron','2021-02-28 08:34:16','2021-02-28 00:34:16'),(127494,45409,'action complete via WP Cron','2021-02-28 08:34:16','2021-02-28 00:34:16'),(127495,45410,'action created','2021-02-28 08:34:57','2021-02-28 00:34:57'),(127496,45410,'action started via WP Cron','2021-02-28 08:35:52','2021-02-28 00:35:52'),(127497,45410,'action complete via WP Cron','2021-02-28 08:35:52','2021-02-28 00:35:52'),(127498,45411,'action created','2021-02-28 08:35:52','2021-02-28 00:35:52'),(127499,45411,'action started via WP Cron','2021-02-28 08:37:02','2021-02-28 00:37:02'),(127500,45411,'action complete via WP Cron','2021-02-28 08:37:02','2021-02-28 00:37:02'),(127501,45412,'action created','2021-02-28 08:37:02','2021-02-28 00:37:02'),(127502,45412,'action started via WP Cron','2021-02-28 08:37:54','2021-02-28 00:37:54'),(127503,45412,'action complete via WP Cron','2021-02-28 08:37:54','2021-02-28 00:37:54'),(127504,45413,'action created','2021-02-28 08:37:54','2021-02-28 00:37:54'),(127505,45413,'action started via WP Cron','2021-02-28 08:38:57','2021-02-28 00:38:57'),(127506,45413,'action complete via WP Cron','2021-02-28 08:38:57','2021-02-28 00:38:57'),(127507,45414,'action created','2021-02-28 08:38:57','2021-02-28 00:38:57'),(127508,45414,'action started via WP Cron','2021-02-28 08:39:40','2021-02-28 00:39:40'),(127509,45414,'action complete via WP Cron','2021-02-28 08:39:40','2021-02-28 00:39:40'),(127510,45415,'action created','2021-02-28 08:39:40','2021-02-28 00:39:40'),(127511,45415,'action started via WP Cron','2021-02-28 08:40:48','2021-02-28 00:40:48'),(127512,45415,'action complete via WP Cron','2021-02-28 08:40:48','2021-02-28 00:40:48'),(127513,45416,'action created','2021-02-28 08:40:48','2021-02-28 00:40:48'),(127514,45416,'action started via WP Cron','2021-02-28 08:41:54','2021-02-28 00:41:54'),(127515,45416,'action complete via WP Cron','2021-02-28 08:41:54','2021-02-28 00:41:54'),(127516,45417,'action created','2021-02-28 08:41:54','2021-02-28 00:41:54'),(127517,45417,'action started via WP Cron','2021-02-28 08:42:58','2021-02-28 00:42:58'),(127518,45417,'action complete via WP Cron','2021-02-28 08:42:58','2021-02-28 00:42:58'),(127519,45418,'action created','2021-02-28 08:42:58','2021-02-28 00:42:58'),(127520,45418,'action started via WP Cron','2021-02-28 08:44:14','2021-02-28 00:44:14'),(127521,45418,'action complete via WP Cron','2021-02-28 08:44:14','2021-02-28 00:44:14'),(127522,45419,'action created','2021-02-28 08:44:14','2021-02-28 00:44:14'),(127523,45419,'action started via WP Cron','2021-02-28 08:44:41','2021-02-28 00:44:41'),(127524,45419,'action complete via WP Cron','2021-02-28 08:44:41','2021-02-28 00:44:41'),(127525,45420,'action created','2021-02-28 08:44:41','2021-02-28 00:44:41'),(127526,45420,'action started via WP Cron','2021-02-28 08:46:01','2021-02-28 00:46:01'),(127527,45420,'action complete via WP Cron','2021-02-28 08:46:01','2021-02-28 00:46:01'),(127528,45421,'action created','2021-02-28 08:46:01','2021-02-28 00:46:01'),(127529,45421,'action started via WP Cron','2021-02-28 08:47:07','2021-02-28 00:47:07'),(127530,45421,'action complete via WP Cron','2021-02-28 08:47:07','2021-02-28 00:47:07'),(127531,45422,'action created','2021-02-28 08:47:07','2021-02-28 00:47:07'),(127532,45422,'action started via WP Cron','2021-02-28 08:48:16','2021-02-28 00:48:16'),(127533,45422,'action complete via WP Cron','2021-02-28 08:48:16','2021-02-28 00:48:16'),(127534,45423,'action created','2021-02-28 08:48:16','2021-02-28 00:48:16'),(127538,45424,'action started via WP Cron','2021-02-28 08:49:55','2021-02-28 00:49:55'),(127539,45424,'action complete via WP Cron','2021-02-28 08:49:55','2021-02-28 00:49:55'),(127540,45425,'action created','2021-02-28 08:49:55','2021-02-28 00:49:55'),(127541,45425,'action started via WP Cron','2021-02-28 08:51:13','2021-02-28 00:51:13'),(127542,45425,'action complete via WP Cron','2021-02-28 08:51:13','2021-02-28 00:51:13'),(127543,45426,'action created','2021-02-28 08:51:13','2021-02-28 00:51:13'),(127544,45426,'action started via WP Cron','2021-02-28 08:53:29','2021-02-28 00:53:29'),(127545,45426,'action complete via WP Cron','2021-02-28 08:53:29','2021-02-28 00:53:29'),(127546,45427,'action created','2021-02-28 08:53:29','2021-02-28 00:53:29'),(127547,45427,'action started via WP Cron','2021-02-28 08:54:08','2021-02-28 00:54:08'),(127548,45427,'action complete via WP Cron','2021-02-28 08:54:08','2021-02-28 00:54:08'),(127549,45428,'action created','2021-02-28 08:54:09','2021-02-28 00:54:09'),(127550,45428,'action started via WP Cron','2021-02-28 08:56:06','2021-02-28 00:56:06'),(127551,45428,'action complete via WP Cron','2021-02-28 08:56:06','2021-02-28 00:56:06'),(127552,45429,'action created','2021-02-28 08:56:06','2021-02-28 00:56:06'),(127553,45429,'action started via WP Cron','2021-02-28 08:57:46','2021-02-28 00:57:46'),(127554,45429,'action complete via WP Cron','2021-02-28 08:57:46','2021-02-28 00:57:46'),(127555,45430,'action created','2021-02-28 08:57:46','2021-02-28 00:57:46'),(127556,45430,'action started via WP Cron','2021-02-28 08:59:27','2021-02-28 00:59:27'),(127557,45430,'action complete via WP Cron','2021-02-28 08:59:27','2021-02-28 00:59:27'),(127558,45431,'action created','2021-02-28 08:59:27','2021-02-28 00:59:27'),(127559,45431,'action started via WP Cron','2021-02-28 09:02:39','2021-02-28 01:02:39'),(127560,45431,'action complete via WP Cron','2021-02-28 09:02:39','2021-02-28 01:02:39'),(127561,45432,'action created','2021-02-28 09:02:39','2021-02-28 01:02:39'),(127562,45432,'action started via WP Cron','2021-02-28 09:03:21','2021-02-28 01:03:21'),(127563,45432,'action complete via WP Cron','2021-02-28 09:03:21','2021-02-28 01:03:21'),(127564,45433,'action created','2021-02-28 09:03:21','2021-02-28 01:03:21'),(127565,45433,'action started via WP Cron','2021-02-28 09:03:47','2021-02-28 01:03:47'),(127566,45433,'action complete via WP Cron','2021-02-28 09:03:47','2021-02-28 01:03:47'),(127567,45434,'action created','2021-02-28 09:03:47','2021-02-28 01:03:47'),(127568,45434,'action started via WP Cron','2021-02-28 09:07:46','2021-02-28 01:07:46'),(127569,45434,'action complete via WP Cron','2021-02-28 09:07:46','2021-02-28 01:07:46'),(127570,45435,'action created','2021-02-28 09:07:46','2021-02-28 01:07:46'),(127571,45435,'action started via WP Cron','2021-02-28 09:11:59','2021-02-28 01:11:59'),(127572,45435,'action complete via WP Cron','2021-02-28 09:11:59','2021-02-28 01:11:59'),(127573,45436,'action created','2021-02-28 09:11:59','2021-02-28 01:11:59'),(127574,45436,'action started via WP Cron','2021-02-28 09:19:55','2021-02-28 01:19:55'),(127575,45436,'action complete via WP Cron','2021-02-28 09:19:55','2021-02-28 01:19:55'),(127576,45437,'action created','2021-02-28 09:19:55','2021-02-28 01:19:55'),(127577,45437,'action started via WP Cron','2021-02-28 09:20:56','2021-02-28 01:20:56'),(127578,45437,'action complete via WP Cron','2021-02-28 09:20:56','2021-02-28 01:20:56'),(127579,45438,'action created','2021-02-28 09:20:56','2021-02-28 01:20:56'),(127580,45438,'action started via WP Cron','2021-02-28 09:21:57','2021-02-28 01:21:57'),(127581,45438,'action complete via WP Cron','2021-02-28 09:21:57','2021-02-28 01:21:57'),(127582,45439,'action created','2021-02-28 09:21:57','2021-02-28 01:21:57'),(127583,45439,'action started via WP Cron','2021-02-28 09:23:59','2021-02-28 01:23:59'),(127584,45439,'action complete via WP Cron','2021-02-28 09:23:59','2021-02-28 01:23:59'),(127585,45440,'action created','2021-02-28 09:23:59','2021-02-28 01:23:59'),(127586,45440,'action started via WP Cron','2021-02-28 09:25:00','2021-02-28 01:25:00'),(127587,45440,'action complete via WP Cron','2021-02-28 09:25:00','2021-02-28 01:25:00'),(127588,45441,'action created','2021-02-28 09:25:00','2021-02-28 01:25:00'),(127589,45441,'action started via WP Cron','2021-02-28 09:25:59','2021-02-28 01:25:59'),(127590,45441,'action complete via WP Cron','2021-02-28 09:25:59','2021-02-28 01:25:59'),(127591,45442,'action created','2021-02-28 09:25:59','2021-02-28 01:25:59'),(127592,45442,'action started via WP Cron','2021-02-28 09:26:43','2021-02-28 01:26:43'),(127593,45442,'action complete via WP Cron','2021-02-28 09:26:43','2021-02-28 01:26:43'),(127594,45443,'action created','2021-02-28 09:26:43','2021-02-28 01:26:43'),(127595,45443,'action started via WP Cron','2021-02-28 09:28:16','2021-02-28 01:28:16'),(127596,45443,'action complete via WP Cron','2021-02-28 09:28:16','2021-02-28 01:28:16'),(127597,45444,'action created','2021-02-28 09:28:17','2021-02-28 01:28:17'),(127598,45444,'action started via WP Cron','2021-02-28 09:30:05','2021-02-28 01:30:05'),(127599,45444,'action complete via WP Cron','2021-02-28 09:30:05','2021-02-28 01:30:05'),(127600,45445,'action created','2021-02-28 09:30:05','2021-02-28 01:30:05'),(127601,45445,'action started via WP Cron','2021-02-28 09:38:03','2021-02-28 01:38:03'),(127602,45445,'action complete via WP Cron','2021-02-28 09:38:03','2021-02-28 01:38:03'),(127603,45446,'action created','2021-02-28 09:38:03','2021-02-28 01:38:03'),(127604,45446,'action started via WP Cron','2021-02-28 09:45:45','2021-02-28 01:45:45'),(127605,45446,'action complete via WP Cron','2021-02-28 09:45:45','2021-02-28 01:45:45'),(127606,45447,'action created','2021-02-28 09:45:45','2021-02-28 01:45:45'),(127607,45447,'action started via WP Cron','2021-02-28 09:51:24','2021-02-28 01:51:24'),(127608,45447,'action complete via WP Cron','2021-02-28 09:51:24','2021-02-28 01:51:24'),(127609,45448,'action created','2021-02-28 09:51:24','2021-02-28 01:51:24'),(127610,45448,'action started via WP Cron','2021-02-28 09:52:48','2021-02-28 01:52:48'),(127611,45448,'action complete via WP Cron','2021-02-28 09:52:48','2021-02-28 01:52:48'),(127612,45449,'action created','2021-02-28 09:52:48','2021-02-28 01:52:48'),(127613,45449,'action started via WP Cron','2021-02-28 09:55:46','2021-02-28 01:55:46'),(127614,45449,'action complete via WP Cron','2021-02-28 09:55:46','2021-02-28 01:55:46'),(127615,45450,'action created','2021-02-28 09:55:46','2021-02-28 01:55:46'),(127616,45450,'action started via WP Cron','2021-02-28 09:57:55','2021-02-28 01:57:55'),(127617,45450,'action complete via WP Cron','2021-02-28 09:57:55','2021-02-28 01:57:55'),(127618,45451,'action created','2021-02-28 09:57:55','2021-02-28 01:57:55'),(127619,45451,'action started via WP Cron','2021-02-28 09:59:28','2021-02-28 01:59:28'),(127620,45451,'action complete via WP Cron','2021-02-28 09:59:28','2021-02-28 01:59:28'),(127621,45452,'action created','2021-02-28 09:59:28','2021-02-28 01:59:28'),(127622,45452,'action started via WP Cron','2021-02-28 09:59:43','2021-02-28 01:59:43'),(127623,45452,'action complete via WP Cron','2021-02-28 09:59:43','2021-02-28 01:59:43'),(127624,45453,'action created','2021-02-28 09:59:43','2021-02-28 01:59:43'),(127625,45453,'action started via WP Cron','2021-02-28 10:01:30','2021-02-28 02:01:30'),(127626,45453,'action complete via WP Cron','2021-02-28 10:01:30','2021-02-28 02:01:30'),(127627,45454,'action created','2021-02-28 10:01:30','2021-02-28 02:01:30'),(127628,45454,'action started via WP Cron','2021-02-28 10:02:12','2021-02-28 02:02:12'),(127629,45454,'action complete via WP Cron','2021-02-28 10:02:12','2021-02-28 02:02:12'),(127630,45455,'action created','2021-02-28 10:02:12','2021-02-28 02:02:12'),(127631,45455,'action started via WP Cron','2021-02-28 10:06:24','2021-02-28 02:06:24'),(127632,45455,'action complete via WP Cron','2021-02-28 10:06:24','2021-02-28 02:06:24'),(127633,45456,'action created','2021-02-28 10:06:24','2021-02-28 02:06:24'),(127634,45456,'action started via WP Cron','2021-02-28 10:18:50','2021-02-28 02:18:50'),(127635,45456,'action complete via WP Cron','2021-02-28 10:18:50','2021-02-28 02:18:50'),(127636,45457,'action created','2021-02-28 10:18:50','2021-02-28 02:18:50'),(127637,45457,'action started via WP Cron','2021-02-28 10:20:31','2021-02-28 02:20:31'),(127638,45457,'action complete via WP Cron','2021-02-28 10:20:31','2021-02-28 02:20:31'),(127639,45458,'action created','2021-02-28 10:20:31','2021-02-28 02:20:31'),(127640,45458,'action started via WP Cron','2021-02-28 10:21:33','2021-02-28 02:21:33'),(127641,45458,'action complete via WP Cron','2021-02-28 10:21:33','2021-02-28 02:21:33'),(127642,45459,'action created','2021-02-28 10:21:33','2021-02-28 02:21:33'),(127643,45459,'action started via WP Cron','2021-02-28 10:22:33','2021-02-28 02:22:33'),(127644,45459,'action complete via WP Cron','2021-02-28 10:22:33','2021-02-28 02:22:33'),(127645,45460,'action created','2021-02-28 10:22:33','2021-02-28 02:22:33'),(127646,45460,'action started via WP Cron','2021-02-28 10:23:34','2021-02-28 02:23:34'),(127647,45460,'action complete via WP Cron','2021-02-28 10:23:34','2021-02-28 02:23:34'),(127648,45461,'action created','2021-02-28 10:23:34','2021-02-28 02:23:34'),(127649,45461,'action started via WP Cron','2021-02-28 10:24:25','2021-02-28 02:24:25'),(127650,45461,'action complete via WP Cron','2021-02-28 10:24:25','2021-02-28 02:24:25'),(127651,45462,'action created','2021-02-28 10:24:26','2021-02-28 02:24:26'),(127652,45462,'action started via WP Cron','2021-02-28 10:24:43','2021-02-28 02:24:43'),(127653,45462,'action complete via WP Cron','2021-02-28 10:24:43','2021-02-28 02:24:43'),(127654,45463,'action created','2021-02-28 10:24:43','2021-02-28 02:24:43'),(127655,45463,'action started via WP Cron','2021-02-28 10:26:46','2021-02-28 02:26:46'),(127656,45463,'action complete via WP Cron','2021-02-28 10:26:46','2021-02-28 02:26:46'),(127657,45464,'action created','2021-02-28 10:26:46','2021-02-28 02:26:46'),(127658,45464,'action started via WP Cron','2021-02-28 10:29:16','2021-02-28 02:29:16'),(127659,45464,'action complete via WP Cron','2021-02-28 10:29:16','2021-02-28 02:29:16'),(127660,45465,'action created','2021-02-28 10:29:16','2021-02-28 02:29:16'),(127661,45465,'action started via WP Cron','2021-02-28 10:31:28','2021-02-28 02:31:28'),(127662,45465,'action complete via WP Cron','2021-02-28 10:31:28','2021-02-28 02:31:28'),(127663,45466,'action created','2021-02-28 10:31:28','2021-02-28 02:31:28'),(127664,45466,'action started via WP Cron','2021-02-28 10:34:34','2021-02-28 02:34:34'),(127665,45466,'action complete via WP Cron','2021-02-28 10:34:34','2021-02-28 02:34:34'),(127669,45468,'action created','2021-02-28 10:34:34','2021-02-28 02:34:34'),(127670,45468,'action started via WP Cron','2021-02-28 10:35:44','2021-02-28 02:35:44'),(127671,45468,'action complete via WP Cron','2021-02-28 10:35:44','2021-02-28 02:35:44'),(127672,45469,'action created','2021-02-28 10:35:44','2021-02-28 02:35:44'),(127673,45469,'action started via WP Cron','2021-02-28 10:42:09','2021-02-28 02:42:09'),(127674,45469,'action complete via WP Cron','2021-02-28 10:42:09','2021-02-28 02:42:09'),(127675,45470,'action created','2021-02-28 10:42:09','2021-02-28 02:42:09'),(127676,45470,'action started via WP Cron','2021-02-28 10:48:26','2021-02-28 02:48:26'),(127677,45470,'action complete via WP Cron','2021-02-28 10:48:26','2021-02-28 02:48:26'),(127678,45471,'action created','2021-02-28 10:48:26','2021-02-28 02:48:26'),(127679,45471,'action started via WP Cron','2021-02-28 10:51:43','2021-02-28 02:51:43'),(127680,45471,'action complete via WP Cron','2021-02-28 10:51:43','2021-02-28 02:51:43'),(127681,45472,'action created','2021-02-28 10:51:43','2021-02-28 02:51:43'),(127682,45472,'action started via WP Cron','2021-02-28 10:52:46','2021-02-28 02:52:46'),(127683,45472,'action complete via WP Cron','2021-02-28 10:52:46','2021-02-28 02:52:46'),(127684,45473,'action created','2021-02-28 10:52:47','2021-02-28 02:52:47'),(127685,45473,'action started via WP Cron','2021-02-28 10:53:46','2021-02-28 02:53:46'),(127686,45473,'action complete via WP Cron','2021-02-28 10:53:46','2021-02-28 02:53:46'),(127687,45474,'action created','2021-02-28 10:53:46','2021-02-28 02:53:46'),(127688,45474,'action started via WP Cron','2021-02-28 10:55:48','2021-02-28 02:55:48'),(127689,45474,'action complete via WP Cron','2021-02-28 10:55:48','2021-02-28 02:55:48'),(127690,45475,'action created','2021-02-28 10:55:48','2021-02-28 02:55:48'),(127691,45475,'action started via WP Cron','2021-02-28 10:56:50','2021-02-28 02:56:50'),(127692,45475,'action complete via WP Cron','2021-02-28 10:56:50','2021-02-28 02:56:50'),(127693,45476,'action created','2021-02-28 10:56:50','2021-02-28 02:56:50'),(127694,45476,'action started via WP Cron','2021-02-28 11:01:17','2021-02-28 03:01:17'),(127695,45476,'action complete via WP Cron','2021-02-28 11:01:17','2021-02-28 03:01:17'),(127696,45477,'action created','2021-02-28 11:01:18','2021-02-28 03:01:18'),(127697,45477,'action started via WP Cron','2021-02-28 11:02:03','2021-02-28 03:02:03'),(127698,45477,'action complete via WP Cron','2021-02-28 11:02:03','2021-02-28 03:02:03'),(127699,45478,'action created','2021-02-28 11:02:03','2021-02-28 03:02:03'),(127700,45478,'action started via WP Cron','2021-02-28 11:03:58','2021-02-28 03:03:58'),(127701,45478,'action complete via WP Cron','2021-02-28 11:03:58','2021-02-28 03:03:58'),(127702,45479,'action created','2021-02-28 11:03:58','2021-02-28 03:03:58'),(127703,45479,'action started via WP Cron','2021-02-28 11:04:53','2021-02-28 03:04:53'),(127704,45479,'action complete via WP Cron','2021-02-28 11:04:53','2021-02-28 03:04:53'),(127705,45480,'action created','2021-02-28 11:04:53','2021-02-28 03:04:53'),(127706,45480,'action started via WP Cron','2021-02-28 11:05:49','2021-02-28 03:05:49'),(127707,45480,'action complete via WP Cron','2021-02-28 11:05:49','2021-02-28 03:05:49'),(127708,45481,'action created','2021-02-28 11:05:54','2021-02-28 03:05:54'),(127709,45481,'action started via WP Cron','2021-02-28 11:07:54','2021-02-28 03:07:54'),(127710,45481,'action complete via WP Cron','2021-02-28 11:07:54','2021-02-28 03:07:54'),(127711,45482,'action created','2021-02-28 11:07:54','2021-02-28 03:07:54'),(127712,45482,'action started via WP Cron','2021-02-28 11:10:08','2021-02-28 03:10:08'),(127713,45482,'action complete via WP Cron','2021-02-28 11:10:08','2021-02-28 03:10:08'),(127714,45483,'action created','2021-02-28 11:10:08','2021-02-28 03:10:08'),(127715,45483,'action started via WP Cron','2021-02-28 11:11:15','2021-02-28 03:11:15'),(127716,45483,'action complete via WP Cron','2021-02-28 11:11:15','2021-02-28 03:11:15'),(127717,45484,'action created','2021-02-28 11:11:15','2021-02-28 03:11:15'),(127718,45484,'action started via WP Cron','2021-02-28 11:14:18','2021-02-28 03:14:18'),(127719,45484,'action complete via WP Cron','2021-02-28 11:14:18','2021-02-28 03:14:18'),(127720,45485,'action created','2021-02-28 11:14:18','2021-02-28 03:14:18'),(127721,45485,'action started via WP Cron','2021-02-28 11:14:41','2021-02-28 03:14:41'),(127722,45485,'action complete via WP Cron','2021-02-28 11:14:41','2021-02-28 03:14:41'),(127723,45486,'action created','2021-02-28 11:14:41','2021-02-28 03:14:41'),(127724,45486,'action started via WP Cron','2021-02-28 11:16:01','2021-02-28 03:16:01'),(127725,45486,'action complete via WP Cron','2021-02-28 11:16:01','2021-02-28 03:16:01'),(127726,45487,'action created','2021-02-28 11:16:01','2021-02-28 03:16:01'),(127727,45487,'action started via WP Cron','2021-02-28 11:18:30','2021-02-28 03:18:30'),(127728,45487,'action complete via WP Cron','2021-02-28 11:18:30','2021-02-28 03:18:30'),(127729,45488,'action created','2021-02-28 11:18:30','2021-02-28 03:18:30'),(127730,45488,'action started via WP Cron','2021-02-28 11:18:40','2021-02-28 03:18:40'),(127731,45488,'action complete via WP Cron','2021-02-28 11:18:40','2021-02-28 03:18:40'),(127732,45489,'action created','2021-02-28 11:18:40','2021-02-28 03:18:40'),(127733,45489,'action started via WP Cron','2021-02-28 11:19:42','2021-02-28 03:19:42'),(127734,45489,'action complete via WP Cron','2021-02-28 11:19:42','2021-02-28 03:19:42'),(127735,45490,'action created','2021-02-28 11:19:42','2021-02-28 03:19:42'),(127736,45490,'action started via WP Cron','2021-02-28 11:21:12','2021-02-28 03:21:12'),(127737,45490,'action complete via WP Cron','2021-02-28 11:21:12','2021-02-28 03:21:12'),(127738,45491,'action created','2021-02-28 11:21:12','2021-02-28 03:21:12'),(127739,45491,'action started via WP Cron','2021-02-28 11:22:36','2021-02-28 03:22:36'),(127740,45491,'action complete via WP Cron','2021-02-28 11:22:36','2021-02-28 03:22:36'),(127741,45492,'action created','2021-02-28 11:22:36','2021-02-28 03:22:36'),(127742,45492,'action started via WP Cron','2021-02-28 11:23:40','2021-02-28 03:23:40'),(127743,45492,'action complete via WP Cron','2021-02-28 11:23:40','2021-02-28 03:23:40'),(127744,45493,'action created','2021-02-28 11:23:40','2021-02-28 03:23:40'),(127745,45493,'action started via WP Cron','2021-02-28 11:25:35','2021-02-28 03:25:35'),(127746,45493,'action complete via WP Cron','2021-02-28 11:25:35','2021-02-28 03:25:35'),(127747,45494,'action created','2021-02-28 11:25:35','2021-02-28 03:25:35'),(127748,45494,'action started via WP Cron','2021-02-28 11:26:06','2021-02-28 03:26:06'),(127749,45494,'action complete via WP Cron','2021-02-28 11:26:06','2021-02-28 03:26:06'),(127750,45495,'action created','2021-02-28 11:26:06','2021-02-28 03:26:06'),(127751,45495,'action started via WP Cron','2021-02-28 11:28:38','2021-02-28 03:28:38'),(127752,45495,'action complete via WP Cron','2021-02-28 11:28:38','2021-02-28 03:28:38'),(127753,45496,'action created','2021-02-28 11:28:38','2021-02-28 03:28:38'),(127754,45496,'action started via WP Cron','2021-02-28 11:29:47','2021-02-28 03:29:47'),(127755,45496,'action complete via WP Cron','2021-02-28 11:29:47','2021-02-28 03:29:47'),(127756,45497,'action created','2021-02-28 11:29:47','2021-02-28 03:29:47'),(127757,45497,'action started via WP Cron','2021-02-28 11:30:53','2021-02-28 03:30:53'),(127758,45497,'action complete via WP Cron','2021-02-28 11:30:53','2021-02-28 03:30:53'),(127759,45498,'action created','2021-02-28 11:30:53','2021-02-28 03:30:53'),(127760,45498,'action started via WP Cron','2021-02-28 11:32:08','2021-02-28 03:32:08'),(127761,45498,'action complete via WP Cron','2021-02-28 11:32:08','2021-02-28 03:32:08'),(127762,45499,'action created','2021-02-28 11:32:08','2021-02-28 03:32:08'),(127763,45499,'action started via WP Cron','2021-02-28 11:33:17','2021-02-28 03:33:17'),(127764,45499,'action complete via WP Cron','2021-02-28 11:33:17','2021-02-28 03:33:17'),(127765,45500,'action created','2021-02-28 11:33:17','2021-02-28 03:33:17'),(127766,45500,'action started via WP Cron','2021-02-28 11:34:18','2021-02-28 03:34:18'),(127767,45500,'action complete via WP Cron','2021-02-28 11:34:18','2021-02-28 03:34:18'),(127768,45501,'action created','2021-02-28 11:34:18','2021-02-28 03:34:18'),(127769,45501,'action started via WP Cron','2021-02-28 11:35:31','2021-02-28 03:35:31'),(127770,45501,'action complete via WP Cron','2021-02-28 11:35:31','2021-02-28 03:35:31'),(127771,45502,'action created','2021-02-28 11:35:31','2021-02-28 03:35:31'),(127772,45502,'action started via WP Cron','2021-02-28 11:35:50','2021-02-28 03:35:50'),(127773,45502,'action complete via WP Cron','2021-02-28 11:35:50','2021-02-28 03:35:50'),(127774,45503,'action created','2021-02-28 11:35:51','2021-02-28 03:35:51'),(127775,45503,'action started via WP Cron','2021-02-28 11:36:41','2021-02-28 03:36:41'),(127776,45503,'action complete via WP Cron','2021-02-28 11:36:41','2021-02-28 03:36:41'),(127777,45504,'action created','2021-02-28 11:36:41','2021-02-28 03:36:41'),(127778,45504,'action started via WP Cron','2021-02-28 11:38:27','2021-02-28 03:38:27'),(127779,45504,'action complete via WP Cron','2021-02-28 11:38:27','2021-02-28 03:38:27'),(127780,45505,'action created','2021-02-28 11:38:27','2021-02-28 03:38:27'),(127781,45505,'action started via WP Cron','2021-02-28 11:44:51','2021-02-28 03:44:51'),(127782,45505,'action complete via WP Cron','2021-02-28 11:44:51','2021-02-28 03:44:51'),(127783,45506,'action created','2021-02-28 11:44:51','2021-02-28 03:44:51'),(127784,45506,'action started via WP Cron','2021-02-28 11:45:53','2021-02-28 03:45:53'),(127785,45506,'action complete via WP Cron','2021-02-28 11:45:53','2021-02-28 03:45:53'),(127786,45507,'action created','2021-02-28 11:45:53','2021-02-28 03:45:53'),(127787,45507,'action started via WP Cron','2021-02-28 11:47:55','2021-02-28 03:47:55'),(127788,45507,'action complete via WP Cron','2021-02-28 11:47:55','2021-02-28 03:47:55'),(127789,45508,'action created','2021-02-28 11:47:55','2021-02-28 03:47:55'),(127790,45508,'action started via WP Cron','2021-02-28 11:48:57','2021-02-28 03:48:57'),(127791,45508,'action complete via WP Cron','2021-02-28 11:48:57','2021-02-28 03:48:57'),(127792,45509,'action created','2021-02-28 11:48:57','2021-02-28 03:48:57'),(127793,45509,'action started via WP Cron','2021-02-28 11:49:58','2021-02-28 03:49:58'),(127794,45509,'action complete via WP Cron','2021-02-28 11:49:58','2021-02-28 03:49:58'),(127795,45510,'action created','2021-02-28 11:49:58','2021-02-28 03:49:58'),(127796,45510,'action started via WP Cron','2021-02-28 11:51:39','2021-02-28 03:51:39'),(127797,45510,'action complete via WP Cron','2021-02-28 11:51:39','2021-02-28 03:51:39'),(127798,45511,'action created','2021-02-28 11:51:39','2021-02-28 03:51:39'),(127799,45511,'action started via WP Cron','2021-02-28 11:56:23','2021-02-28 03:56:23'),(127800,45511,'action complete via WP Cron','2021-02-28 11:56:23','2021-02-28 03:56:23'),(127801,45512,'action created','2021-02-28 11:56:24','2021-02-28 03:56:24'),(127802,45512,'action started via WP Cron','2021-02-28 11:58:32','2021-02-28 03:58:32'),(127803,45512,'action complete via WP Cron','2021-02-28 11:58:32','2021-02-28 03:58:32'),(127804,45513,'action created','2021-02-28 11:58:32','2021-02-28 03:58:32'),(127805,45513,'action started via WP Cron','2021-02-28 11:59:47','2021-02-28 03:59:47'),(127806,45513,'action complete via WP Cron','2021-02-28 11:59:47','2021-02-28 03:59:47'),(127807,45514,'action created','2021-02-28 11:59:47','2021-02-28 03:59:47'),(127808,45514,'action started via WP Cron','2021-02-28 12:01:40','2021-02-28 04:01:40'),(127809,45514,'action complete via WP Cron','2021-02-28 12:01:40','2021-02-28 04:01:40'),(127810,45515,'action created','2021-02-28 12:01:40','2021-02-28 04:01:40'),(127811,45515,'action started via WP Cron','2021-02-28 12:02:47','2021-02-28 04:02:47'),(127812,45515,'action complete via WP Cron','2021-02-28 12:02:47','2021-02-28 04:02:47'),(127813,45516,'action created','2021-02-28 12:02:47','2021-02-28 04:02:47'),(127814,45516,'action started via WP Cron','2021-02-28 12:06:26','2021-02-28 04:06:26'),(127815,45516,'action complete via WP Cron','2021-02-28 12:06:26','2021-02-28 04:06:26'),(127816,45517,'action created','2021-02-28 12:06:26','2021-02-28 04:06:26'),(127817,45517,'action started via WP Cron','2021-02-28 12:12:58','2021-02-28 04:12:58'),(127818,45517,'action complete via WP Cron','2021-02-28 12:12:58','2021-02-28 04:12:58'),(127819,45518,'action created','2021-02-28 12:12:58','2021-02-28 04:12:58'),(127820,45518,'action started via WP Cron','2021-02-28 12:14:27','2021-02-28 04:14:27'),(127821,45518,'action complete via WP Cron','2021-02-28 12:14:27','2021-02-28 04:14:27'),(127822,45519,'action created','2021-02-28 12:14:27','2021-02-28 04:14:27'),(127823,45519,'action started via WP Cron','2021-02-28 12:14:50','2021-02-28 04:14:50'),(127824,45519,'action complete via WP Cron','2021-02-28 12:14:50','2021-02-28 04:14:50'),(127825,45520,'action created','2021-02-28 12:14:50','2021-02-28 04:14:50'),(127826,45520,'action started via WP Cron','2021-02-28 12:20:53','2021-02-28 04:20:53'),(127827,45520,'action complete via WP Cron','2021-02-28 12:20:53','2021-02-28 04:20:53'),(127828,45521,'action created','2021-02-28 12:20:53','2021-02-28 04:20:53'),(127829,45521,'action started via WP Cron','2021-02-28 12:23:41','2021-02-28 04:23:41'),(127830,45521,'action complete via WP Cron','2021-02-28 12:23:41','2021-02-28 04:23:41'),(127831,45522,'action created','2021-02-28 12:23:41','2021-02-28 04:23:41'),(127832,45522,'action started via WP Cron','2021-02-28 12:28:27','2021-02-28 04:28:27'),(127833,45522,'action complete via WP Cron','2021-02-28 12:28:27','2021-02-28 04:28:27'),(127834,45523,'action created','2021-02-28 12:28:27','2021-02-28 04:28:27'),(127835,45523,'action started via WP Cron','2021-02-28 12:28:44','2021-02-28 04:28:44'),(127836,45523,'action complete via WP Cron','2021-02-28 12:28:44','2021-02-28 04:28:44'),(127837,45524,'action created','2021-02-28 12:28:44','2021-02-28 04:28:44'),(127838,45524,'action started via WP Cron','2021-02-28 12:31:40','2021-02-28 04:31:40'),(127839,45524,'action complete via WP Cron','2021-02-28 12:31:40','2021-02-28 04:31:40'),(127840,45525,'action created','2021-02-28 12:31:40','2021-02-28 04:31:40'),(127841,45525,'action started via WP Cron','2021-02-28 12:32:41','2021-02-28 04:32:41'),(127842,45525,'action complete via WP Cron','2021-02-28 12:32:41','2021-02-28 04:32:41'),(127843,45526,'action created','2021-02-28 12:32:44','2021-02-28 04:32:44'),(127844,45526,'action started via WP Cron','2021-02-28 12:33:42','2021-02-28 04:33:42'),(127845,45526,'action complete via WP Cron','2021-02-28 12:33:42','2021-02-28 04:33:42'),(127846,45527,'action created','2021-02-28 12:33:42','2021-02-28 04:33:42'),(127847,45527,'action started via WP Cron','2021-02-28 12:36:36','2021-02-28 04:36:36'),(127848,45527,'action complete via WP Cron','2021-02-28 12:36:36','2021-02-28 04:36:36'),(127849,45528,'action created','2021-02-28 12:36:36','2021-02-28 04:36:36'),(127850,45528,'action started via WP Cron','2021-02-28 12:38:50','2021-02-28 04:38:50'),(127851,45528,'action complete via WP Cron','2021-02-28 12:38:50','2021-02-28 04:38:50'),(127852,45529,'action created','2021-02-28 12:38:50','2021-02-28 04:38:50'),(127853,45529,'action started via WP Cron','2021-02-28 12:40:00','2021-02-28 04:40:00'),(127854,45529,'action complete via WP Cron','2021-02-28 12:40:00','2021-02-28 04:40:00'),(127855,45530,'action created','2021-02-28 12:40:00','2021-02-28 04:40:00'),(127856,45530,'action started via WP Cron','2021-02-28 12:50:55','2021-02-28 04:50:55'),(127857,45530,'action complete via WP Cron','2021-02-28 12:50:55','2021-02-28 04:50:55'),(127858,45531,'action created','2021-02-28 12:50:56','2021-02-28 04:50:56'),(127859,45531,'action started via WP Cron','2021-02-28 12:51:57','2021-02-28 04:51:57'),(127860,45531,'action complete via WP Cron','2021-02-28 12:51:57','2021-02-28 04:51:57'),(127861,45532,'action created','2021-02-28 12:51:57','2021-02-28 04:51:57'),(127862,45532,'action started via WP Cron','2021-02-28 12:52:58','2021-02-28 04:52:58'),(127863,45532,'action complete via WP Cron','2021-02-28 12:52:58','2021-02-28 04:52:58'),(127864,45533,'action created','2021-02-28 12:52:58','2021-02-28 04:52:58'),(127865,45533,'action started via WP Cron','2021-02-28 12:54:10','2021-02-28 04:54:10'),(127866,45533,'action complete via WP Cron','2021-02-28 12:54:10','2021-02-28 04:54:10'),(127867,45534,'action created','2021-02-28 12:54:10','2021-02-28 04:54:10'),(127868,45534,'action started via WP Cron','2021-02-28 12:55:00','2021-02-28 04:55:00'),(127869,45534,'action complete via WP Cron','2021-02-28 12:55:00','2021-02-28 04:55:00'),(127870,45535,'action created','2021-02-28 12:55:00','2021-02-28 04:55:00'),(127871,45535,'action started via WP Cron','2021-02-28 12:56:03','2021-02-28 04:56:03'),(127872,45535,'action complete via WP Cron','2021-02-28 12:56:03','2021-02-28 04:56:03'),(127873,45536,'action created','2021-02-28 12:56:03','2021-02-28 04:56:03'),(127874,45536,'action started via WP Cron','2021-02-28 13:00:15','2021-02-28 05:00:15'),(127875,45536,'action complete via WP Cron','2021-02-28 13:00:15','2021-02-28 05:00:15'),(127876,45537,'action created','2021-02-28 13:00:15','2021-02-28 05:00:15'),(127877,45537,'action started via WP Cron','2021-02-28 13:04:13','2021-02-28 05:04:13'),(127878,45537,'action complete via WP Cron','2021-02-28 13:04:13','2021-02-28 05:04:13'),(127879,45538,'action created','2021-02-28 13:04:13','2021-02-28 05:04:13'),(127880,45538,'action started via WP Cron','2021-02-28 13:10:19','2021-02-28 05:10:19'),(127881,45538,'action complete via WP Cron','2021-02-28 13:10:19','2021-02-28 05:10:19'),(127882,45539,'action created','2021-02-28 13:10:19','2021-02-28 05:10:19'),(127883,45539,'action started via WP Cron','2021-02-28 13:13:29','2021-02-28 05:13:29'),(127884,45539,'action complete via WP Cron','2021-02-28 13:13:29','2021-02-28 05:13:29'),(127885,45540,'action created','2021-02-28 13:13:29','2021-02-28 05:13:29'),(127886,45540,'action started via WP Cron','2021-02-28 13:14:01','2021-02-28 05:14:01'),(127887,45540,'action complete via WP Cron','2021-02-28 13:14:01','2021-02-28 05:14:01'),(127888,45541,'action created','2021-02-28 13:14:01','2021-02-28 05:14:01'),(127889,45541,'action started via WP Cron','2021-02-28 13:14:48','2021-02-28 05:14:48'),(127890,45541,'action complete via WP Cron','2021-02-28 13:14:48','2021-02-28 05:14:48'),(127891,45542,'action created','2021-02-28 13:14:48','2021-02-28 05:14:48'),(127892,45542,'action started via WP Cron','2021-02-28 13:15:49','2021-02-28 05:15:49'),(127893,45542,'action complete via WP Cron','2021-02-28 13:15:49','2021-02-28 05:15:49'),(127894,45543,'action created','2021-02-28 13:15:49','2021-02-28 05:15:49'),(127895,45543,'action started via WP Cron','2021-02-28 13:16:53','2021-02-28 05:16:53'),(127896,45543,'action complete via WP Cron','2021-02-28 13:16:53','2021-02-28 05:16:53'),(127897,45544,'action created','2021-02-28 13:16:53','2021-02-28 05:16:53'),(127898,45544,'action started via WP Cron','2021-02-28 13:17:41','2021-02-28 05:17:41'),(127899,45544,'action complete via WP Cron','2021-02-28 13:17:41','2021-02-28 05:17:41'),(127900,45545,'action created','2021-02-28 13:17:41','2021-02-28 05:17:41'),(127901,45545,'action started via WP Cron','2021-02-28 13:18:41','2021-02-28 05:18:41'),(127902,45545,'action complete via WP Cron','2021-02-28 13:18:41','2021-02-28 05:18:41'),(127903,45546,'action created','2021-02-28 13:18:44','2021-02-28 05:18:44'),(127904,45546,'action started via WP Cron','2021-02-28 13:19:43','2021-02-28 05:19:43'),(127905,45546,'action complete via WP Cron','2021-02-28 13:19:43','2021-02-28 05:19:43'),(127906,45547,'action created','2021-02-28 13:19:43','2021-02-28 05:19:43'),(127907,45547,'action started via WP Cron','2021-02-28 13:20:44','2021-02-28 05:20:44'),(127908,45547,'action complete via WP Cron','2021-02-28 13:20:44','2021-02-28 05:20:44'),(127909,45548,'action created','2021-02-28 13:20:44','2021-02-28 05:20:44'),(127910,45548,'action started via WP Cron','2021-02-28 13:21:41','2021-02-28 05:21:41'),(127911,45548,'action complete via WP Cron','2021-02-28 13:21:41','2021-02-28 05:21:41'),(127912,45549,'action created','2021-02-28 13:21:41','2021-02-28 05:21:41'),(127913,45549,'action started via WP Cron','2021-02-28 13:22:49','2021-02-28 05:22:49'),(127914,45549,'action complete via WP Cron','2021-02-28 13:22:49','2021-02-28 05:22:49'),(127915,45550,'action created','2021-02-28 13:22:49','2021-02-28 05:22:49'),(127916,45550,'action started via WP Cron','2021-02-28 13:23:52','2021-02-28 05:23:52'),(127917,45550,'action complete via WP Cron','2021-02-28 13:23:52','2021-02-28 05:23:52'),(127918,45551,'action created','2021-02-28 13:23:52','2021-02-28 05:23:52'),(127919,45551,'action started via WP Cron','2021-02-28 13:24:50','2021-02-28 05:24:50'),(127920,45551,'action complete via WP Cron','2021-02-28 13:24:50','2021-02-28 05:24:50'),(127921,45552,'action created','2021-02-28 13:24:50','2021-02-28 05:24:50'),(127922,45552,'action started via WP Cron','2021-02-28 13:25:50','2021-02-28 05:25:50'),(127923,45552,'action complete via WP Cron','2021-02-28 13:25:50','2021-02-28 05:25:50'),(127924,45553,'action created','2021-02-28 13:25:50','2021-02-28 05:25:50'),(127925,45553,'action started via WP Cron','2021-02-28 13:26:54','2021-02-28 05:26:54'),(127926,45553,'action complete via WP Cron','2021-02-28 13:26:54','2021-02-28 05:26:54'),(127927,45554,'action created','2021-02-28 13:26:54','2021-02-28 05:26:54'),(127928,45554,'action started via WP Cron','2021-02-28 13:28:02','2021-02-28 05:28:02'),(127929,45554,'action complete via WP Cron','2021-02-28 13:28:02','2021-02-28 05:28:02'),(127930,45555,'action created','2021-02-28 13:28:02','2021-02-28 05:28:02'),(127931,45555,'action started via WP Cron','2021-02-28 13:28:56','2021-02-28 05:28:56'),(127932,45555,'action complete via WP Cron','2021-02-28 13:28:56','2021-02-28 05:28:56'),(127933,45556,'action created','2021-02-28 13:28:56','2021-02-28 05:28:56'),(127934,45556,'action started via WP Cron','2021-02-28 13:29:47','2021-02-28 05:29:47'),(127935,45556,'action complete via WP Cron','2021-02-28 13:29:47','2021-02-28 05:29:47'),(127936,45557,'action created','2021-02-28 13:29:47','2021-02-28 05:29:47'),(127937,45557,'action started via WP Cron','2021-02-28 13:31:05','2021-02-28 05:31:05'),(127938,45557,'action complete via WP Cron','2021-02-28 13:31:05','2021-02-28 05:31:05'),(127939,45558,'action created','2021-02-28 13:31:05','2021-02-28 05:31:05'),(127940,45558,'action started via WP Cron','2021-02-28 13:31:48','2021-02-28 05:31:48'),(127941,45558,'action complete via WP Cron','2021-02-28 13:31:48','2021-02-28 05:31:48'),(127942,45559,'action created','2021-02-28 13:32:26','2021-02-28 05:32:26'),(127943,45559,'action started via WP Cron','2021-02-28 13:33:05','2021-02-28 05:33:05'),(127944,45559,'action complete via WP Cron','2021-02-28 13:33:05','2021-02-28 05:33:05'),(127945,45560,'action created','2021-02-28 13:33:05','2021-02-28 05:33:05'),(127946,45560,'action started via WP Cron','2021-02-28 13:33:48','2021-02-28 05:33:48'),(127947,45560,'action complete via WP Cron','2021-02-28 13:33:48','2021-02-28 05:33:48'),(127948,45561,'action created','2021-02-28 13:33:48','2021-02-28 05:33:48'),(127949,45561,'action started via WP Cron','2021-02-28 13:34:42','2021-02-28 05:34:42'),(127950,45561,'action complete via WP Cron','2021-02-28 13:34:42','2021-02-28 05:34:42'),(127951,45562,'action created','2021-02-28 13:34:42','2021-02-28 05:34:42'),(127952,45562,'action started via WP Cron','2021-02-28 13:35:42','2021-02-28 05:35:42'),(127953,45562,'action complete via WP Cron','2021-02-28 13:35:42','2021-02-28 05:35:42'),(127954,45563,'action created','2021-02-28 13:35:42','2021-02-28 05:35:42'),(127955,45563,'action started via WP Cron','2021-02-28 13:36:44','2021-02-28 05:36:44'),(127956,45563,'action complete via WP Cron','2021-02-28 13:36:44','2021-02-28 05:36:44'),(127957,45564,'action created','2021-02-28 13:36:44','2021-02-28 05:36:44'),(127958,45564,'action started via WP Cron','2021-02-28 13:37:45','2021-02-28 05:37:45'),(127959,45564,'action complete via WP Cron','2021-02-28 13:37:45','2021-02-28 05:37:45'),(127960,45565,'action created','2021-02-28 13:37:45','2021-02-28 05:37:45'),(127961,45565,'action started via WP Cron','2021-02-28 13:38:44','2021-02-28 05:38:44'),(127962,45565,'action complete via WP Cron','2021-02-28 13:38:44','2021-02-28 05:38:44'),(127963,45566,'action created','2021-02-28 13:38:44','2021-02-28 05:38:44'),(127964,45566,'action started via WP Cron','2021-02-28 13:40:03','2021-02-28 05:40:03'),(127965,45566,'action complete via WP Cron','2021-02-28 13:40:03','2021-02-28 05:40:03'),(127966,45567,'action created','2021-02-28 13:40:03','2021-02-28 05:40:03'),(127967,45567,'action started via WP Cron','2021-02-28 13:40:56','2021-02-28 05:40:56'),(127968,45567,'action complete via WP Cron','2021-02-28 13:40:56','2021-02-28 05:40:56'),(127969,45568,'action created','2021-02-28 13:40:56','2021-02-28 05:40:56'),(127970,45568,'action started via WP Cron','2021-02-28 13:42:12','2021-02-28 05:42:12'),(127971,45568,'action complete via WP Cron','2021-02-28 13:42:12','2021-02-28 05:42:12'),(127972,45569,'action created','2021-02-28 13:42:12','2021-02-28 05:42:12'),(127973,45569,'action started via WP Cron','2021-02-28 13:42:49','2021-02-28 05:42:49'),(127974,45569,'action complete via WP Cron','2021-02-28 13:42:49','2021-02-28 05:42:49'),(127975,45570,'action created','2021-02-28 13:42:49','2021-02-28 05:42:49'),(127976,45570,'action started via WP Cron','2021-02-28 13:44:01','2021-02-28 05:44:01'),(127977,45570,'action complete via WP Cron','2021-02-28 13:44:01','2021-02-28 05:44:01'),(127978,45571,'action created','2021-02-28 13:44:01','2021-02-28 05:44:01'),(127979,45571,'action started via WP Cron','2021-02-28 13:45:08','2021-02-28 05:45:08'),(127980,45571,'action complete via WP Cron','2021-02-28 13:45:08','2021-02-28 05:45:08'),(127981,45572,'action created','2021-02-28 13:45:09','2021-02-28 05:45:09'),(127982,45572,'action started via WP Cron','2021-02-28 13:45:46','2021-02-28 05:45:46'),(127983,45572,'action complete via WP Cron','2021-02-28 13:45:46','2021-02-28 05:45:46'),(127984,45573,'action created','2021-02-28 13:45:46','2021-02-28 05:45:46'),(127985,45573,'action started via WP Cron','2021-02-28 13:47:06','2021-02-28 05:47:06'),(127986,45573,'action complete via WP Cron','2021-02-28 13:47:06','2021-02-28 05:47:06'),(127987,45574,'action created','2021-02-28 13:47:06','2021-02-28 05:47:06'),(127988,45574,'action started via WP Cron','2021-02-28 13:47:51','2021-02-28 05:47:51'),(127989,45574,'action complete via WP Cron','2021-02-28 13:47:51','2021-02-28 05:47:51'),(127990,45575,'action created','2021-02-28 13:47:51','2021-02-28 05:47:51'),(127991,45575,'action started via WP Cron','2021-02-28 13:49:14','2021-02-28 05:49:14'),(127992,45575,'action complete via WP Cron','2021-02-28 13:49:14','2021-02-28 05:49:14'),(127993,45576,'action created','2021-02-28 13:49:15','2021-02-28 05:49:15'),(127994,45576,'action started via WP Cron','2021-02-28 13:49:49','2021-02-28 05:49:49'),(127995,45576,'action complete via WP Cron','2021-02-28 13:49:49','2021-02-28 05:49:49'),(127996,45577,'action created','2021-02-28 13:49:49','2021-02-28 05:49:49'),(127997,45577,'action started via WP Cron','2021-02-28 13:50:58','2021-02-28 05:50:58'),(127998,45577,'action complete via WP Cron','2021-02-28 13:50:58','2021-02-28 05:50:58'),(127999,45578,'action created','2021-02-28 13:50:58','2021-02-28 05:50:58'),(128000,45578,'action started via WP Cron','2021-02-28 13:51:42','2021-02-28 05:51:42'),(128001,45578,'action complete via WP Cron','2021-02-28 13:51:42','2021-02-28 05:51:42'),(128002,45579,'action created','2021-02-28 13:51:42','2021-02-28 05:51:42'),(128003,45579,'action started via WP Cron','2021-02-28 13:52:59','2021-02-28 05:52:59'),(128004,45579,'action complete via WP Cron','2021-02-28 13:52:59','2021-02-28 05:52:59'),(128005,45580,'action created','2021-02-28 13:53:19','2021-02-28 05:53:19'),(128006,45580,'action started via WP Cron','2021-02-28 13:54:11','2021-02-28 05:54:11'),(128007,45580,'action complete via WP Cron','2021-02-28 13:54:11','2021-02-28 05:54:11'),(128008,45581,'action created','2021-02-28 13:54:11','2021-02-28 05:54:11'),(128009,45581,'action started via WP Cron','2021-02-28 13:55:00','2021-02-28 05:55:00'),(128010,45581,'action complete via WP Cron','2021-02-28 13:55:00','2021-02-28 05:55:00'),(128011,45582,'action created','2021-02-28 13:55:00','2021-02-28 05:55:00'),(128012,45582,'action started via WP Cron','2021-02-28 13:55:47','2021-02-28 05:55:47'),(128013,45582,'action complete via WP Cron','2021-02-28 13:55:47','2021-02-28 05:55:47'),(128014,45583,'action created','2021-02-28 13:55:47','2021-02-28 05:55:47'),(128015,45583,'action started via WP Cron','2021-02-28 13:56:47','2021-02-28 05:56:47'),(128016,45583,'action complete via WP Cron','2021-02-28 13:56:47','2021-02-28 05:56:47'),(128017,45584,'action created','2021-02-28 13:56:47','2021-02-28 05:56:47'),(128018,45584,'action started via WP Cron','2021-02-28 13:59:46','2021-02-28 05:59:46'),(128019,45584,'action complete via WP Cron','2021-02-28 13:59:46','2021-02-28 05:59:46'),(128020,45585,'action created','2021-02-28 14:01:35','2021-02-28 06:01:35'),(128021,45585,'action started via WP Cron','2021-02-28 14:02:49','2021-02-28 06:02:49'),(128022,45585,'action complete via WP Cron','2021-02-28 14:02:49','2021-02-28 06:02:49'),(128023,45586,'action created','2021-02-28 14:02:49','2021-02-28 06:02:49'),(128024,45586,'action started via WP Cron','2021-02-28 14:03:49','2021-02-28 06:03:49'),(128025,45586,'action complete via WP Cron','2021-02-28 14:03:49','2021-02-28 06:03:49'),(128026,45587,'action created','2021-02-28 14:03:49','2021-02-28 06:03:49'),(128027,45587,'action started via WP Cron','2021-02-28 14:06:02','2021-02-28 06:06:02'),(128028,45587,'action complete via WP Cron','2021-02-28 14:06:02','2021-02-28 06:06:02'),(128029,45588,'action created','2021-02-28 14:06:02','2021-02-28 06:06:02'),(128030,45588,'action started via WP Cron','2021-02-28 14:06:53','2021-02-28 06:06:53'),(128031,45588,'action complete via WP Cron','2021-02-28 14:06:53','2021-02-28 06:06:53'),(128032,45589,'action created','2021-02-28 14:06:53','2021-02-28 06:06:53'),(128033,45589,'action started via WP Cron','2021-02-28 14:08:08','2021-02-28 06:08:08'),(128034,45589,'action complete via WP Cron','2021-02-28 14:08:08','2021-02-28 06:08:08'),(128035,45590,'action created','2021-02-28 14:08:08','2021-02-28 06:08:08'),(128036,45590,'action started via WP Cron','2021-02-28 14:08:51','2021-02-28 06:08:51'),(128037,45590,'action complete via WP Cron','2021-02-28 14:08:51','2021-02-28 06:08:51'),(128038,45591,'action created','2021-02-28 14:08:51','2021-02-28 06:08:51'),(128039,45591,'action started via WP Cron','2021-02-28 14:10:07','2021-02-28 06:10:07'),(128040,45591,'action complete via WP Cron','2021-02-28 14:10:07','2021-02-28 06:10:07'),(128041,45592,'action created','2021-02-28 14:10:07','2021-02-28 06:10:07'),(128042,45592,'action started via WP Cron','2021-02-28 14:10:41','2021-02-28 06:10:41'),(128043,45592,'action complete via WP Cron','2021-02-28 14:10:41','2021-02-28 06:10:41'),(128044,45593,'action created','2021-02-28 14:10:41','2021-02-28 06:10:41'),(128045,45593,'action started via WP Cron','2021-02-28 14:11:42','2021-02-28 06:11:42'),(128046,45593,'action complete via WP Cron','2021-02-28 14:11:42','2021-02-28 06:11:42'),(128047,45594,'action created','2021-02-28 14:11:42','2021-02-28 06:11:42'),(128048,45594,'action started via WP Cron','2021-02-28 14:12:44','2021-02-28 06:12:44'),(128049,45594,'action complete via WP Cron','2021-02-28 14:12:44','2021-02-28 06:12:44'),(128050,45595,'action created','2021-02-28 14:12:44','2021-02-28 06:12:44'),(128051,45595,'action started via WP Cron','2021-02-28 14:13:42','2021-02-28 06:13:42'),(128052,45595,'action complete via WP Cron','2021-02-28 14:13:42','2021-02-28 06:13:42'),(128053,45596,'action created','2021-02-28 14:13:42','2021-02-28 06:13:42'),(128054,45596,'action started via WP Cron','2021-02-28 14:15:27','2021-02-28 06:15:27'),(128055,45596,'action complete via WP Cron','2021-02-28 14:15:27','2021-02-28 06:15:27'),(128056,45597,'action created','2021-02-28 14:15:27','2021-02-28 06:15:27'),(128057,45597,'action started via WP Cron','2021-02-28 14:16:02','2021-02-28 06:16:02'),(128058,45597,'action complete via WP Cron','2021-02-28 14:16:02','2021-02-28 06:16:02'),(128059,45598,'action created','2021-02-28 14:16:02','2021-02-28 06:16:02'),(128060,45598,'action started via WP Cron','2021-02-28 14:17:00','2021-02-28 06:17:00'),(128061,45598,'action complete via WP Cron','2021-02-28 14:17:00','2021-02-28 06:17:00'),(128062,45599,'action created','2021-02-28 14:17:00','2021-02-28 06:17:00'),(128063,45599,'action started via WP Cron','2021-02-28 14:17:58','2021-02-28 06:17:58'),(128064,45599,'action complete via WP Cron','2021-02-28 14:17:58','2021-02-28 06:17:58'),(128065,45600,'action created','2021-02-28 14:17:58','2021-02-28 06:17:58'),(128066,45600,'action started via WP Cron','2021-02-28 14:18:49','2021-02-28 06:18:49'),(128067,45600,'action complete via WP Cron','2021-02-28 14:18:49','2021-02-28 06:18:49'),(128068,45601,'action created','2021-02-28 14:18:49','2021-02-28 06:18:49'),(128069,45601,'action started via WP Cron','2021-02-28 14:20:16','2021-02-28 06:20:16'),(128070,45601,'action complete via WP Cron','2021-02-28 14:20:16','2021-02-28 06:20:16'),(128071,45602,'action created','2021-02-28 14:20:16','2021-02-28 06:20:16'),(128072,45602,'action started via WP Cron','2021-02-28 14:21:00','2021-02-28 06:21:00'),(128073,45602,'action complete via WP Cron','2021-02-28 14:21:00','2021-02-28 06:21:00'),(128074,45603,'action created','2021-02-28 14:21:00','2021-02-28 06:21:00'),(128075,45603,'action started via WP Cron','2021-02-28 14:21:58','2021-02-28 06:21:58'),(128076,45603,'action complete via WP Cron','2021-02-28 14:21:58','2021-02-28 06:21:58'),(128077,45604,'action created','2021-02-28 14:21:59','2021-02-28 06:21:59'),(128078,45604,'action started via WP Cron','2021-02-28 14:22:52','2021-02-28 06:22:52'),(128079,45604,'action complete via WP Cron','2021-02-28 14:22:52','2021-02-28 06:22:52'),(128080,45605,'action created','2021-02-28 14:22:52','2021-02-28 06:22:52'),(128081,45605,'action started via WP Cron','2021-02-28 14:23:49','2021-02-28 06:23:49'),(128082,45605,'action complete via WP Cron','2021-02-28 14:23:49','2021-02-28 06:23:49'),(128083,45606,'action created','2021-02-28 14:23:49','2021-02-28 06:23:49'),(128084,45606,'action started via WP Cron','2021-02-28 14:24:57','2021-02-28 06:24:57'),(128085,45606,'action complete via WP Cron','2021-02-28 14:24:57','2021-02-28 06:24:57'),(128086,45607,'action created','2021-02-28 14:24:57','2021-02-28 06:24:57'),(128087,45607,'action started via WP Cron','2021-02-28 14:25:41','2021-02-28 06:25:41'),(128088,45607,'action complete via WP Cron','2021-02-28 14:25:41','2021-02-28 06:25:41'),(128089,45608,'action created','2021-02-28 14:25:41','2021-02-28 06:25:41'),(128090,45608,'action started via WP Cron','2021-02-28 14:26:47','2021-02-28 06:26:47'),(128091,45608,'action complete via WP Cron','2021-02-28 14:26:47','2021-02-28 06:26:47'),(128092,45609,'action created','2021-02-28 14:26:47','2021-02-28 06:26:47'),(128093,45609,'action started via WP Cron','2021-02-28 14:27:43','2021-02-28 06:27:43'),(128094,45609,'action complete via WP Cron','2021-02-28 14:27:43','2021-02-28 06:27:43'),(128095,45610,'action created','2021-02-28 14:27:43','2021-02-28 06:27:43'),(128096,45610,'action started via WP Cron','2021-02-28 14:28:44','2021-02-28 06:28:44'),(128097,45610,'action complete via WP Cron','2021-02-28 14:28:44','2021-02-28 06:28:44'),(128098,45611,'action created','2021-02-28 14:28:44','2021-02-28 06:28:44'),(128099,45611,'action started via WP Cron','2021-02-28 14:29:55','2021-02-28 06:29:55'),(128100,45611,'action complete via WP Cron','2021-02-28 14:29:55','2021-02-28 06:29:55'),(128101,45612,'action created','2021-02-28 14:29:55','2021-02-28 06:29:55'),(128102,45612,'action started via WP Cron','2021-02-28 14:30:51','2021-02-28 06:30:51'),(128103,45612,'action complete via WP Cron','2021-02-28 14:30:51','2021-02-28 06:30:51'),(128104,45613,'action created','2021-02-28 14:30:51','2021-02-28 06:30:51'),(128105,45613,'action started via WP Cron','2021-02-28 14:31:50','2021-02-28 06:31:50'),(128106,45613,'action complete via WP Cron','2021-02-28 14:31:50','2021-02-28 06:31:50'),(128107,45614,'action created','2021-02-28 14:31:50','2021-02-28 06:31:50'),(128108,45614,'action started via WP Cron','2021-02-28 14:33:09','2021-02-28 06:33:09'),(128109,45614,'action complete via WP Cron','2021-02-28 14:33:09','2021-02-28 06:33:09'),(128110,45615,'action created','2021-02-28 14:33:10','2021-02-28 06:33:10'),(128111,45615,'action started via WP Cron','2021-02-28 14:33:56','2021-02-28 06:33:56'),(128112,45615,'action complete via WP Cron','2021-02-28 14:33:56','2021-02-28 06:33:56'),(128113,45616,'action created','2021-02-28 14:33:56','2021-02-28 06:33:56'),(128114,45616,'action started via WP Cron','2021-02-28 14:34:48','2021-02-28 06:34:48'),(128115,45616,'action complete via WP Cron','2021-02-28 14:34:48','2021-02-28 06:34:48'),(128116,45617,'action created','2021-02-28 14:34:48','2021-02-28 06:34:48'),(128117,45617,'action started via WP Cron','2021-02-28 14:36:03','2021-02-28 06:36:03'),(128118,45617,'action complete via WP Cron','2021-02-28 14:36:03','2021-02-28 06:36:03'),(128119,45618,'action created','2021-02-28 14:36:03','2021-02-28 06:36:03'),(128120,45618,'action started via WP Cron','2021-02-28 14:36:40','2021-02-28 06:36:40'),(128121,45618,'action complete via WP Cron','2021-02-28 14:36:40','2021-02-28 06:36:40'),(128122,45619,'action created','2021-02-28 14:36:40','2021-02-28 06:36:40'),(128123,45619,'action started via WP Cron','2021-02-28 14:37:49','2021-02-28 06:37:49'),(128124,45619,'action complete via WP Cron','2021-02-28 14:37:49','2021-02-28 06:37:49'),(128125,45620,'action created','2021-02-28 14:37:49','2021-02-28 06:37:49'),(128126,45620,'action started via WP Cron','2021-02-28 14:38:52','2021-02-28 06:38:52'),(128127,45620,'action complete via WP Cron','2021-02-28 14:38:52','2021-02-28 06:38:52'),(128128,45621,'action created','2021-02-28 14:38:52','2021-02-28 06:38:52'),(128129,45621,'action started via WP Cron','2021-02-28 14:39:46','2021-02-28 06:39:46'),(128130,45621,'action complete via WP Cron','2021-02-28 14:39:46','2021-02-28 06:39:46'),(128131,45622,'action created','2021-02-28 14:39:46','2021-02-28 06:39:46'),(128132,45622,'action started via WP Cron','2021-02-28 14:40:47','2021-02-28 06:40:47'),(128133,45622,'action complete via WP Cron','2021-02-28 14:40:47','2021-02-28 06:40:47'),(128134,45623,'action created','2021-02-28 14:40:47','2021-02-28 06:40:47'),(128135,45623,'action started via WP Cron','2021-02-28 14:42:06','2021-02-28 06:42:06'),(128136,45623,'action complete via WP Cron','2021-02-28 14:42:06','2021-02-28 06:42:06'),(128137,45624,'action created','2021-02-28 14:42:06','2021-02-28 06:42:06'),(128138,45624,'action started via WP Cron','2021-02-28 14:42:49','2021-02-28 06:42:49'),(128139,45624,'action complete via WP Cron','2021-02-28 14:42:49','2021-02-28 06:42:49'),(128140,45625,'action created','2021-02-28 14:42:49','2021-02-28 06:42:49'),(128141,45625,'action started via WP Cron','2021-02-28 14:43:50','2021-02-28 06:43:50'),(128142,45625,'action complete via WP Cron','2021-02-28 14:43:50','2021-02-28 06:43:50'),(128143,45626,'action created','2021-02-28 14:43:50','2021-02-28 06:43:50'),(128144,45626,'action started via WP Cron','2021-02-28 14:44:51','2021-02-28 06:44:51'),(128145,45626,'action complete via WP Cron','2021-02-28 14:44:51','2021-02-28 06:44:51'),(128146,45627,'action created','2021-02-28 14:44:51','2021-02-28 06:44:51'),(128147,45627,'action started via WP Cron','2021-02-28 14:45:56','2021-02-28 06:45:56'),(128148,45627,'action complete via WP Cron','2021-02-28 14:45:56','2021-02-28 06:45:56'),(128149,45628,'action created','2021-02-28 14:45:56','2021-02-28 06:45:56'),(128150,45628,'action started via WP Cron','2021-02-28 14:46:43','2021-02-28 06:46:43'),(128151,45628,'action complete via WP Cron','2021-02-28 14:46:43','2021-02-28 06:46:43'),(128152,45629,'action created','2021-02-28 14:46:43','2021-02-28 06:46:43'),(128153,45629,'action started via WP Cron','2021-02-28 14:47:53','2021-02-28 06:47:53'),(128154,45629,'action complete via WP Cron','2021-02-28 14:47:53','2021-02-28 06:47:53'),(128155,45630,'action created','2021-02-28 14:47:53','2021-02-28 06:47:53'),(128156,45630,'action started via WP Cron','2021-02-28 14:48:50','2021-02-28 06:48:50'),(128157,45630,'action complete via WP Cron','2021-02-28 14:48:50','2021-02-28 06:48:50'),(128158,45631,'action created','2021-02-28 14:48:50','2021-02-28 06:48:50'),(128159,45631,'action started via WP Cron','2021-02-28 14:49:50','2021-02-28 06:49:50'),(128160,45631,'action complete via WP Cron','2021-02-28 14:49:50','2021-02-28 06:49:50'),(128161,45632,'action created','2021-02-28 14:49:50','2021-02-28 06:49:50'),(128162,45632,'action started via WP Cron','2021-02-28 14:50:57','2021-02-28 06:50:57'),(128163,45632,'action complete via WP Cron','2021-02-28 14:50:57','2021-02-28 06:50:57'),(128164,45633,'action created','2021-02-28 14:50:57','2021-02-28 06:50:57'),(128165,45633,'action started via WP Cron','2021-02-28 14:51:43','2021-02-28 06:51:43'),(128166,45633,'action complete via WP Cron','2021-02-28 14:51:43','2021-02-28 06:51:43'),(128167,45634,'action created','2021-02-28 14:51:43','2021-02-28 06:51:43'),(128168,45634,'action started via WP Cron','2021-02-28 14:52:44','2021-02-28 06:52:44'),(128169,45634,'action complete via WP Cron','2021-02-28 14:52:44','2021-02-28 06:52:44'),(128170,45635,'action created','2021-02-28 14:52:44','2021-02-28 06:52:44'),(128171,45635,'action started via WP Cron','2021-02-28 14:53:46','2021-02-28 06:53:46'),(128172,45635,'action complete via WP Cron','2021-02-28 14:53:46','2021-02-28 06:53:46'),(128173,45636,'action created','2021-02-28 14:53:47','2021-02-28 06:53:47'),(128174,45636,'action started via WP Cron','2021-02-28 14:54:53','2021-02-28 06:54:53'),(128175,45636,'action complete via WP Cron','2021-02-28 14:54:53','2021-02-28 06:54:53'),(128176,45637,'action created','2021-02-28 14:54:53','2021-02-28 06:54:53'),(128177,45637,'action started via WP Cron','2021-02-28 14:55:51','2021-02-28 06:55:51'),(128178,45637,'action complete via WP Cron','2021-02-28 14:55:51','2021-02-28 06:55:51'),(128179,45638,'action created','2021-02-28 14:55:51','2021-02-28 06:55:51'),(128180,45638,'action started via WP Cron','2021-02-28 14:56:54','2021-02-28 06:56:54'),(128181,45638,'action complete via WP Cron','2021-02-28 14:56:54','2021-02-28 06:56:54'),(128182,45639,'action created','2021-02-28 14:56:54','2021-02-28 06:56:54'),(128183,45639,'action started via WP Cron','2021-02-28 14:57:55','2021-02-28 06:57:55'),(128184,45639,'action complete via WP Cron','2021-02-28 14:57:55','2021-02-28 06:57:55'),(128185,45640,'action created','2021-02-28 14:57:55','2021-02-28 06:57:55'),(128186,45640,'action started via WP Cron','2021-02-28 15:02:03','2021-02-28 07:02:03'),(128187,45640,'action complete via WP Cron','2021-02-28 15:02:03','2021-02-28 07:02:03'),(128188,45641,'action created','2021-02-28 15:02:03','2021-02-28 07:02:03'),(128189,45641,'action started via WP Cron','2021-02-28 15:04:05','2021-02-28 07:04:05'),(128190,45641,'action complete via WP Cron','2021-02-28 15:04:05','2021-02-28 07:04:05'),(128191,45642,'action created','2021-02-28 15:04:05','2021-02-28 07:04:05'),(128192,45642,'action started via WP Cron','2021-02-28 15:04:49','2021-02-28 07:04:49'),(128193,45642,'action complete via WP Cron','2021-02-28 15:04:49','2021-02-28 07:04:49'),(128194,45643,'action created','2021-02-28 15:04:49','2021-02-28 07:04:49'),(128195,45643,'action started via WP Cron','2021-02-28 15:06:25','2021-02-28 07:06:25'),(128196,45643,'action complete via WP Cron','2021-02-28 15:06:25','2021-02-28 07:06:25'),(128197,45644,'action created','2021-02-28 15:06:25','2021-02-28 07:06:25'),(128198,45644,'action started via WP Cron','2021-02-28 15:12:30','2021-02-28 07:12:30'),(128199,45644,'action complete via WP Cron','2021-02-28 15:12:30','2021-02-28 07:12:30'),(128200,45645,'action created','2021-02-28 15:12:30','2021-02-28 07:12:30'),(128201,45645,'action started via WP Cron','2021-02-28 15:13:39','2021-02-28 07:13:39'),(128202,45645,'action complete via WP Cron','2021-02-28 15:13:39','2021-02-28 07:13:39'),(128203,45646,'action created','2021-02-28 15:13:39','2021-02-28 07:13:39'),(128204,45646,'action started via WP Cron','2021-02-28 15:14:17','2021-02-28 07:14:17'),(128205,45646,'action complete via WP Cron','2021-02-28 15:14:17','2021-02-28 07:14:17'),(128206,45647,'action created','2021-02-28 15:14:17','2021-02-28 07:14:17'),(128207,45647,'action started via WP Cron','2021-02-28 15:19:48','2021-02-28 07:19:48'),(128208,45647,'action complete via WP Cron','2021-02-28 15:19:48','2021-02-28 07:19:48'),(128209,45648,'action created','2021-02-28 15:19:48','2021-02-28 07:19:48'),(128210,45648,'action started via WP Cron','2021-02-28 15:20:49','2021-02-28 07:20:49'),(128211,45648,'action complete via WP Cron','2021-02-28 15:20:49','2021-02-28 07:20:49'),(128212,45649,'action created','2021-02-28 15:20:49','2021-02-28 07:20:49'),(128216,45649,'action started via Async Request','2021-02-28 15:21:31','2021-02-28 07:21:31'),(128217,45649,'action complete via Async Request','2021-02-28 15:21:31','2021-02-28 07:21:31'),(128218,45651,'action created','2021-02-28 15:21:31','2021-02-28 07:21:31'),(128222,45651,'action started via Async Request','2021-02-28 15:21:47','2021-02-28 07:21:47'),(128223,45651,'action complete via Async Request','2021-02-28 15:21:47','2021-02-28 07:21:47'),(128224,45653,'action created','2021-02-28 15:21:51','2021-02-28 07:21:51'),(128225,45653,'action started via WP Cron','2021-02-28 15:22:43','2021-02-28 07:22:43'),(128226,45653,'action complete via WP Cron','2021-02-28 15:22:43','2021-02-28 07:22:43'),(128227,45654,'action created','2021-02-28 15:22:47','2021-02-28 07:22:47'),(128228,45654,'action started via WP Cron','2021-02-28 15:23:43','2021-02-28 07:23:43'),(128229,45654,'action complete via WP Cron','2021-02-28 15:23:43','2021-02-28 07:23:43'),(128230,45655,'action created','2021-02-28 15:23:49','2021-02-28 07:23:49'),(128231,45655,'action started via WP Cron','2021-02-28 15:24:43','2021-02-28 07:24:43'),(128232,45655,'action complete via WP Cron','2021-02-28 15:24:43','2021-02-28 07:24:43'),(128233,45656,'action created','2021-02-28 15:24:56','2021-02-28 07:24:56'),(128234,45657,'action created','2021-02-28 15:24:59','2021-02-28 07:24:59'),(128235,45657,'action started via WP Cron','2021-02-28 15:25:42','2021-02-28 07:25:42'),(128236,45657,'action complete via WP Cron','2021-02-28 15:25:42','2021-02-28 07:25:42'),(128237,45656,'action started via WP Cron','2021-02-28 15:25:42','2021-02-28 07:25:42'),(128238,45656,'action complete via WP Cron','2021-02-28 15:25:42','2021-02-28 07:25:42'),(128239,45658,'action created','2021-02-28 15:25:42','2021-02-28 07:25:42'),(128240,45658,'action started via WP Cron','2021-02-28 15:26:42','2021-02-28 07:26:42'),(128241,45658,'action complete via WP Cron','2021-02-28 15:26:42','2021-02-28 07:26:42'),(128242,45659,'action created','2021-02-28 15:26:42','2021-02-28 07:26:42'),(128243,45659,'action started via WP Cron','2021-02-28 15:27:48','2021-02-28 07:27:48'),(128244,45659,'action complete via WP Cron','2021-02-28 15:27:48','2021-02-28 07:27:48'),(128245,45660,'action created','2021-02-28 15:27:48','2021-02-28 07:27:48'),(128246,45660,'action started via WP Cron','2021-02-28 15:29:04','2021-02-28 07:29:04'),(128247,45660,'action complete via WP Cron','2021-02-28 15:29:04','2021-02-28 07:29:04'),(128248,45661,'action created','2021-02-28 15:29:05','2021-02-28 07:29:05'),(128249,45661,'action started via WP Cron','2021-02-28 15:29:41','2021-02-28 07:29:41'),(128250,45661,'action complete via WP Cron','2021-02-28 15:29:41','2021-02-28 07:29:41'),(128251,45662,'action created','2021-02-28 15:29:42','2021-02-28 07:29:42'),(128252,45662,'action started via WP Cron','2021-02-28 15:30:42','2021-02-28 07:30:42'),(128253,45662,'action complete via WP Cron','2021-02-28 15:30:42','2021-02-28 07:30:42'),(128254,45663,'action created','2021-02-28 15:30:42','2021-02-28 07:30:42'),(128255,45663,'action started via WP Cron','2021-02-28 15:31:46','2021-02-28 07:31:46'),(128256,45663,'action complete via WP Cron','2021-02-28 15:31:46','2021-02-28 07:31:46'),(128257,45664,'action created','2021-02-28 15:31:46','2021-02-28 07:31:46'),(128258,45664,'action started via WP Cron','2021-02-28 15:32:56','2021-02-28 07:32:56'),(128259,45664,'action complete via WP Cron','2021-02-28 15:32:56','2021-02-28 07:32:56'),(128260,45665,'action created','2021-02-28 15:32:56','2021-02-28 07:32:56'),(128261,45665,'action started via WP Cron','2021-02-28 15:33:42','2021-02-28 07:33:42'),(128262,45665,'action complete via WP Cron','2021-02-28 15:33:42','2021-02-28 07:33:42'),(128263,45666,'action created','2021-02-28 15:33:42','2021-02-28 07:33:42'),(128264,45666,'action started via WP Cron','2021-02-28 15:35:07','2021-02-28 07:35:07'),(128265,45666,'action complete via WP Cron','2021-02-28 15:35:07','2021-02-28 07:35:07'),(128266,45667,'action created','2021-02-28 15:35:07','2021-02-28 07:35:07'),(128267,45667,'action started via WP Cron','2021-02-28 15:35:57','2021-02-28 07:35:57'),(128268,45667,'action complete via WP Cron','2021-02-28 15:35:57','2021-02-28 07:35:57'),(128269,45668,'action created','2021-02-28 15:35:57','2021-02-28 07:35:57'),(128270,45668,'action started via WP Cron','2021-02-28 15:36:45','2021-02-28 07:36:45'),(128271,45668,'action complete via WP Cron','2021-02-28 15:36:45','2021-02-28 07:36:45'),(128272,45669,'action created','2021-02-28 15:36:45','2021-02-28 07:36:45'),(128273,45669,'action started via WP Cron','2021-02-28 15:37:54','2021-02-28 07:37:54'),(128274,45669,'action complete via WP Cron','2021-02-28 15:37:54','2021-02-28 07:37:54'),(128275,45670,'action created','2021-02-28 15:37:54','2021-02-28 07:37:54'),(128276,45670,'action started via WP Cron','2021-02-28 15:38:48','2021-02-28 07:38:48'),(128277,45670,'action complete via WP Cron','2021-02-28 15:38:48','2021-02-28 07:38:48'),(128278,45671,'action created','2021-02-28 15:38:48','2021-02-28 07:38:48'),(128279,45671,'action started via WP Cron','2021-02-28 15:39:45','2021-02-28 07:39:45'),(128280,45671,'action complete via WP Cron','2021-02-28 15:39:45','2021-02-28 07:39:45'),(128281,45672,'action created','2021-02-28 15:39:45','2021-02-28 07:39:45'),(128282,45672,'action started via WP Cron','2021-02-28 15:40:54','2021-02-28 07:40:54'),(128283,45672,'action complete via WP Cron','2021-02-28 15:40:54','2021-02-28 07:40:54'),(128284,45673,'action created','2021-02-28 15:40:54','2021-02-28 07:40:54'),(128285,45673,'action started via WP Cron','2021-02-28 15:41:52','2021-02-28 07:41:52'),(128286,45673,'action complete via WP Cron','2021-02-28 15:41:52','2021-02-28 07:41:52'),(128287,45674,'action created','2021-02-28 15:41:52','2021-02-28 07:41:52'),(128288,45674,'action started via WP Cron','2021-02-28 15:42:54','2021-02-28 07:42:54'),(128289,45674,'action complete via WP Cron','2021-02-28 15:42:54','2021-02-28 07:42:54'),(128290,45675,'action created','2021-02-28 15:42:54','2021-02-28 07:42:54'),(128291,45675,'action started via WP Cron','2021-02-28 15:43:46','2021-02-28 07:43:46'),(128292,45675,'action complete via WP Cron','2021-02-28 15:43:46','2021-02-28 07:43:46'),(128293,45676,'action created','2021-02-28 15:43:47','2021-02-28 07:43:47'),(128294,45676,'action started via WP Cron','2021-02-28 15:44:58','2021-02-28 07:44:58'),(128295,45676,'action complete via WP Cron','2021-02-28 15:44:58','2021-02-28 07:44:58'),(128296,45677,'action created','2021-02-28 15:44:58','2021-02-28 07:44:58'),(128297,45677,'action started via WP Cron','2021-02-28 15:45:58','2021-02-28 07:45:58'),(128298,45677,'action complete via WP Cron','2021-02-28 15:45:58','2021-02-28 07:45:58'),(128299,45678,'action created','2021-02-28 15:45:58','2021-02-28 07:45:58'),(128300,45678,'action started via WP Cron','2021-02-28 15:46:50','2021-02-28 07:46:50'),(128301,45678,'action complete via WP Cron','2021-02-28 15:46:50','2021-02-28 07:46:50'),(128302,45679,'action created','2021-02-28 15:46:50','2021-02-28 07:46:50'),(128303,45679,'action started via WP Cron','2021-02-28 15:48:11','2021-02-28 07:48:11'),(128304,45679,'action complete via WP Cron','2021-02-28 15:48:11','2021-02-28 07:48:11'),(128305,45680,'action created','2021-02-28 15:48:11','2021-02-28 07:48:11'),(128306,45680,'action started via WP Cron','2021-02-28 15:48:54','2021-02-28 07:48:54'),(128307,45680,'action complete via WP Cron','2021-02-28 15:48:54','2021-02-28 07:48:54'),(128308,45681,'action created','2021-02-28 15:48:54','2021-02-28 07:48:54'),(128309,45681,'action started via WP Cron','2021-02-28 15:49:54','2021-02-28 07:49:54'),(128310,45681,'action complete via WP Cron','2021-02-28 15:49:54','2021-02-28 07:49:54'),(128311,45682,'action created','2021-02-28 15:49:55','2021-02-28 07:49:55'),(128312,45682,'action started via WP Cron','2021-02-28 15:51:04','2021-02-28 07:51:04'),(128313,45682,'action complete via WP Cron','2021-02-28 15:51:04','2021-02-28 07:51:04'),(128314,45683,'action created','2021-02-28 15:51:04','2021-02-28 07:51:04'),(128315,45683,'action started via WP Cron','2021-02-28 15:51:41','2021-02-28 07:51:41'),(128316,45683,'action complete via WP Cron','2021-02-28 15:51:41','2021-02-28 07:51:41'),(128317,45684,'action created','2021-02-28 15:51:41','2021-02-28 07:51:41'),(128318,45684,'action started via WP Cron','2021-02-28 15:52:46','2021-02-28 07:52:46'),(128319,45684,'action complete via WP Cron','2021-02-28 15:52:46','2021-02-28 07:52:46'),(128320,45685,'action created','2021-02-28 15:52:46','2021-02-28 07:52:46'),(128321,45685,'action started via WP Cron','2021-02-28 15:55:03','2021-02-28 07:55:03'),(128322,45685,'action complete via WP Cron','2021-02-28 15:55:03','2021-02-28 07:55:03'),(128323,45686,'action created','2021-02-28 15:55:03','2021-02-28 07:55:03'),(128324,45686,'action started via WP Cron','2021-02-28 15:56:18','2021-02-28 07:56:18'),(128325,45686,'action complete via WP Cron','2021-02-28 15:56:18','2021-02-28 07:56:18'),(128326,45687,'action created','2021-02-28 15:56:18','2021-02-28 07:56:18'),(128327,45687,'action started via WP Cron','2021-02-28 15:57:22','2021-02-28 07:57:22'),(128328,45687,'action complete via WP Cron','2021-02-28 15:57:22','2021-02-28 07:57:22'),(128329,45688,'action created','2021-02-28 15:57:22','2021-02-28 07:57:22'),(128330,45688,'action started via WP Cron','2021-02-28 15:57:41','2021-02-28 07:57:41'),(128331,45688,'action complete via WP Cron','2021-02-28 15:57:41','2021-02-28 07:57:41'),(128332,45689,'action created','2021-02-28 15:57:41','2021-02-28 07:57:41'),(128333,45689,'action started via WP Cron','2021-02-28 16:09:15','2021-02-28 08:09:15'),(128334,45689,'action complete via WP Cron','2021-02-28 16:09:15','2021-02-28 08:09:15'),(128335,45690,'action created','2021-02-28 16:09:15','2021-02-28 08:09:15'),(128336,45690,'action started via WP Cron','2021-02-28 16:12:37','2021-02-28 08:12:37'),(128337,45690,'action complete via WP Cron','2021-02-28 16:12:37','2021-02-28 08:12:37'),(128338,45691,'action created','2021-02-28 16:12:37','2021-02-28 08:12:37'),(128339,45691,'action started via WP Cron','2021-02-28 16:16:22','2021-02-28 08:16:22'),(128340,45691,'action complete via WP Cron','2021-02-28 16:16:22','2021-02-28 08:16:22'),(128341,45692,'action created','2021-02-28 16:16:22','2021-02-28 08:16:22'),(128342,45692,'action started via WP Cron','2021-02-28 16:17:00','2021-02-28 08:17:00'),(128343,45692,'action complete via WP Cron','2021-02-28 16:17:00','2021-02-28 08:17:00'),(128344,45693,'action created','2021-02-28 16:17:00','2021-02-28 08:17:00'),(128345,45693,'action started via WP Cron','2021-02-28 16:18:02','2021-02-28 08:18:02'),(128346,45693,'action complete via WP Cron','2021-02-28 16:18:02','2021-02-28 08:18:02'),(128347,45694,'action created','2021-02-28 16:18:02','2021-02-28 08:18:02'),(128348,45694,'action started via WP Cron','2021-02-28 16:20:12','2021-02-28 08:20:12'),(128349,45694,'action complete via WP Cron','2021-02-28 16:20:12','2021-02-28 08:20:12'),(128350,45695,'action created','2021-02-28 16:20:12','2021-02-28 08:20:12'),(128351,45695,'action started via WP Cron','2021-02-28 16:21:51','2021-02-28 08:21:51'),(128352,45695,'action complete via WP Cron','2021-02-28 16:21:51','2021-02-28 08:21:51'),(128353,45696,'action created','2021-02-28 16:21:51','2021-02-28 08:21:51'),(128354,45696,'action started via WP Cron','2021-02-28 16:23:20','2021-02-28 08:23:20'),(128355,45696,'action complete via WP Cron','2021-02-28 16:23:20','2021-02-28 08:23:20'),(128356,45697,'action created','2021-02-28 16:23:21','2021-02-28 08:23:21'),(128357,45697,'action started via WP Cron','2021-02-28 16:24:21','2021-02-28 08:24:21'),(128358,45697,'action complete via WP Cron','2021-02-28 16:24:21','2021-02-28 08:24:21'),(128359,45698,'action created','2021-02-28 16:24:21','2021-02-28 08:24:21'),(128360,45698,'action started via WP Cron','2021-02-28 16:25:10','2021-02-28 08:25:10'),(128361,45698,'action complete via WP Cron','2021-02-28 16:25:10','2021-02-28 08:25:10'),(128362,45699,'action created','2021-02-28 16:25:10','2021-02-28 08:25:10'),(128363,45699,'action started via WP Cron','2021-02-28 16:25:53','2021-02-28 08:25:53'),(128364,45699,'action complete via WP Cron','2021-02-28 16:25:53','2021-02-28 08:25:53'),(128365,45700,'action created','2021-02-28 16:25:53','2021-02-28 08:25:53'),(128366,45700,'action started via WP Cron','2021-02-28 16:27:15','2021-02-28 08:27:15'),(128367,45700,'action complete via WP Cron','2021-02-28 16:27:15','2021-02-28 08:27:15'),(128368,45701,'action created','2021-02-28 16:27:15','2021-02-28 08:27:15'),(128369,45701,'action started via WP Cron','2021-02-28 16:27:46','2021-02-28 08:27:46'),(128370,45701,'action complete via WP Cron','2021-02-28 16:27:46','2021-02-28 08:27:46'),(128371,45702,'action created','2021-02-28 16:27:46','2021-02-28 08:27:46'),(128372,45702,'action started via WP Cron','2021-02-28 16:29:12','2021-02-28 08:29:12'),(128373,45702,'action complete via WP Cron','2021-02-28 16:29:12','2021-02-28 08:29:12'),(128374,45703,'action created','2021-02-28 16:29:12','2021-02-28 08:29:12'),(128375,45703,'action started via WP Cron','2021-02-28 16:29:44','2021-02-28 08:29:44'),(128376,45703,'action complete via WP Cron','2021-02-28 16:29:44','2021-02-28 08:29:44'),(128377,45704,'action created','2021-02-28 16:29:45','2021-02-28 08:29:45'),(128378,45704,'action started via WP Cron','2021-02-28 16:30:50','2021-02-28 08:30:50'),(128379,45704,'action complete via WP Cron','2021-02-28 16:30:50','2021-02-28 08:30:50'),(128380,45705,'action created','2021-02-28 16:30:50','2021-02-28 08:30:50'),(128381,45705,'action started via WP Cron','2021-02-28 16:31:51','2021-02-28 08:31:51'),(128382,45705,'action complete via WP Cron','2021-02-28 16:31:51','2021-02-28 08:31:51'),(128383,45706,'action created','2021-02-28 16:31:51','2021-02-28 08:31:51'),(128384,45706,'action started via WP Cron','2021-02-28 16:32:46','2021-02-28 08:32:46'),(128385,45706,'action complete via WP Cron','2021-02-28 16:32:46','2021-02-28 08:32:46'),(128386,45707,'action created','2021-02-28 16:32:46','2021-02-28 08:32:46'),(128387,45707,'action started via WP Cron','2021-02-28 16:33:47','2021-02-28 08:33:47'),(128388,45707,'action complete via WP Cron','2021-02-28 16:33:47','2021-02-28 08:33:47'),(128389,45708,'action created','2021-02-28 16:33:48','2021-02-28 08:33:48'),(128390,45708,'action started via WP Cron','2021-02-28 16:34:49','2021-02-28 08:34:49'),(128391,45708,'action complete via WP Cron','2021-02-28 16:34:49','2021-02-28 08:34:49'),(128392,45709,'action created','2021-02-28 16:34:49','2021-02-28 08:34:49'),(128393,45709,'action started via WP Cron','2021-02-28 16:36:03','2021-02-28 08:36:03'),(128394,45709,'action complete via WP Cron','2021-02-28 16:36:03','2021-02-28 08:36:03'),(128395,45710,'action created','2021-02-28 16:36:03','2021-02-28 08:36:03'),(128396,45710,'action started via WP Cron','2021-02-28 16:37:05','2021-02-28 08:37:05'),(128397,45710,'action complete via WP Cron','2021-02-28 16:37:05','2021-02-28 08:37:05'),(128398,45711,'action created','2021-02-28 16:37:05','2021-02-28 08:37:05'),(128399,45711,'action started via WP Cron','2021-02-28 16:37:50','2021-02-28 08:37:50'),(128400,45711,'action complete via WP Cron','2021-02-28 16:37:50','2021-02-28 08:37:50'),(128401,45712,'action created','2021-02-28 16:37:50','2021-02-28 08:37:50'),(128402,45712,'action started via WP Cron','2021-02-28 16:39:00','2021-02-28 08:39:00'),(128403,45712,'action complete via WP Cron','2021-02-28 16:39:00','2021-02-28 08:39:00'),(128404,45713,'action created','2021-02-28 16:39:00','2021-02-28 08:39:00'),(128405,45713,'action started via WP Cron','2021-02-28 16:39:55','2021-02-28 08:39:55'),(128406,45713,'action complete via WP Cron','2021-02-28 16:39:55','2021-02-28 08:39:55'),(128407,45714,'action created','2021-02-28 16:39:55','2021-02-28 08:39:55'),(128408,45714,'action started via WP Cron','2021-02-28 16:41:33','2021-02-28 08:41:33'),(128409,45714,'action complete via WP Cron','2021-02-28 16:41:33','2021-02-28 08:41:33'),(128410,45715,'action created','2021-02-28 16:41:33','2021-02-28 08:41:33'),(128411,45715,'action started via WP Cron','2021-02-28 16:42:22','2021-02-28 08:42:22'),(128412,45715,'action complete via WP Cron','2021-02-28 16:42:22','2021-02-28 08:42:22'),(128413,45716,'action created','2021-02-28 16:42:22','2021-02-28 08:42:22'),(128414,45716,'action started via WP Cron','2021-02-28 16:43:08','2021-02-28 08:43:08'),(128415,45716,'action complete via WP Cron','2021-02-28 16:43:08','2021-02-28 08:43:08'),(128416,45717,'action created','2021-02-28 16:43:08','2021-02-28 08:43:08'),(128417,45717,'action started via WP Cron','2021-02-28 16:43:49','2021-02-28 08:43:49'),(128418,45717,'action complete via WP Cron','2021-02-28 16:43:49','2021-02-28 08:43:49'),(128419,45718,'action created','2021-02-28 16:43:49','2021-02-28 08:43:49'),(128420,45718,'action started via WP Cron','2021-02-28 16:45:10','2021-02-28 08:45:10'),(128421,45718,'action complete via WP Cron','2021-02-28 16:45:10','2021-02-28 08:45:10'),(128422,45719,'action created','2021-02-28 16:45:10','2021-02-28 08:45:10'),(128423,45719,'action started via WP Cron','2021-02-28 16:46:05','2021-02-28 08:46:05'),(128424,45719,'action complete via WP Cron','2021-02-28 16:46:05','2021-02-28 08:46:05'),(128425,45720,'action created','2021-02-28 16:46:05','2021-02-28 08:46:05'),(128426,45720,'action started via WP Cron','2021-02-28 16:46:49','2021-02-28 08:46:49'),(128427,45720,'action complete via WP Cron','2021-02-28 16:46:49','2021-02-28 08:46:49'),(128428,45721,'action created','2021-02-28 16:46:49','2021-02-28 08:46:49'),(128429,45721,'action started via WP Cron','2021-02-28 16:48:08','2021-02-28 08:48:08'),(128430,45721,'action complete via WP Cron','2021-02-28 16:48:08','2021-02-28 08:48:08'),(128431,45722,'action created','2021-02-28 16:48:08','2021-02-28 08:48:08'),(128432,45722,'action started via WP Cron','2021-02-28 16:48:47','2021-02-28 08:48:47'),(128433,45722,'action complete via WP Cron','2021-02-28 16:48:47','2021-02-28 08:48:47'),(128434,45723,'action created','2021-02-28 16:48:47','2021-02-28 08:48:47'),(128435,45723,'action started via WP Cron','2021-02-28 16:50:08','2021-02-28 08:50:08'),(128436,45723,'action complete via WP Cron','2021-02-28 16:50:08','2021-02-28 08:50:08'),(128437,45724,'action created','2021-02-28 16:50:08','2021-02-28 08:50:08'),(128438,45724,'action started via WP Cron','2021-02-28 16:50:59','2021-02-28 08:50:59'),(128439,45724,'action complete via WP Cron','2021-02-28 16:50:59','2021-02-28 08:50:59'),(128440,45725,'action created','2021-02-28 16:50:59','2021-02-28 08:50:59'),(128441,45725,'action started via WP Cron','2021-02-28 16:51:45','2021-02-28 08:51:45'),(128442,45725,'action complete via WP Cron','2021-02-28 16:51:45','2021-02-28 08:51:45'),(128443,45726,'action created','2021-02-28 16:51:45','2021-02-28 08:51:45'),(128444,45726,'action started via WP Cron','2021-02-28 16:53:13','2021-02-28 08:53:13'),(128445,45726,'action complete via WP Cron','2021-02-28 16:53:13','2021-02-28 08:53:13'),(128446,45727,'action created','2021-02-28 16:53:13','2021-02-28 08:53:13'),(128447,45727,'action started via WP Cron','2021-02-28 16:53:44','2021-02-28 08:53:44'),(128448,45727,'action complete via WP Cron','2021-02-28 16:53:44','2021-02-28 08:53:44'),(128449,45728,'action created','2021-02-28 16:53:44','2021-02-28 08:53:44'),(128450,45728,'action started via WP Cron','2021-02-28 16:54:58','2021-02-28 08:54:58'),(128451,45728,'action complete via WP Cron','2021-02-28 16:54:58','2021-02-28 08:54:58'),(128452,45729,'action created','2021-02-28 16:54:58','2021-02-28 08:54:58'),(128453,45729,'action started via WP Cron','2021-02-28 16:56:12','2021-02-28 08:56:12'),(128454,45729,'action complete via WP Cron','2021-02-28 16:56:12','2021-02-28 08:56:12'),(128455,45730,'action created','2021-02-28 16:56:12','2021-02-28 08:56:12'),(128456,45730,'action started via WP Cron','2021-02-28 16:57:01','2021-02-28 08:57:01'),(128457,45730,'action complete via WP Cron','2021-02-28 16:57:01','2021-02-28 08:57:01'),(128458,45731,'action created','2021-02-28 16:57:02','2021-02-28 08:57:02'),(128459,45731,'action started via WP Cron','2021-02-28 16:57:49','2021-02-28 08:57:49'),(128460,45731,'action complete via WP Cron','2021-02-28 16:57:49','2021-02-28 08:57:49'),(128461,45732,'action created','2021-02-28 16:57:49','2021-02-28 08:57:49'),(128462,45732,'action started via WP Cron','2021-02-28 16:59:04','2021-02-28 08:59:04'),(128463,45732,'action complete via WP Cron','2021-02-28 16:59:04','2021-02-28 08:59:04'),(128464,45733,'action created','2021-02-28 16:59:04','2021-02-28 08:59:04'),(128465,45733,'action started via WP Cron','2021-02-28 17:00:00','2021-02-28 09:00:00'),(128466,45733,'action complete via WP Cron','2021-02-28 17:00:00','2021-02-28 09:00:00'),(128467,45734,'action created','2021-02-28 17:00:00','2021-02-28 09:00:00'),(128468,45734,'action started via WP Cron','2021-02-28 17:01:24','2021-02-28 09:01:24'),(128469,45734,'action complete via WP Cron','2021-02-28 17:01:24','2021-02-28 09:01:24'),(128470,45735,'action created','2021-02-28 17:01:24','2021-02-28 09:01:24'),(128471,45735,'action started via WP Cron','2021-02-28 17:02:11','2021-02-28 09:02:11'),(128472,45735,'action complete via WP Cron','2021-02-28 17:02:11','2021-02-28 09:02:11'),(128473,45736,'action created','2021-02-28 17:02:11','2021-02-28 09:02:11'),(128474,45736,'action started via WP Cron','2021-02-28 17:02:49','2021-02-28 09:02:49'),(128475,45736,'action complete via WP Cron','2021-02-28 17:02:49','2021-02-28 09:02:49'),(128476,45737,'action created','2021-02-28 17:02:49','2021-02-28 09:02:49'),(128477,45737,'action started via WP Cron','2021-02-28 17:04:00','2021-02-28 09:04:00'),(128478,45737,'action complete via WP Cron','2021-02-28 17:04:00','2021-02-28 09:04:00'),(128479,45738,'action created','2021-02-28 17:04:00','2021-02-28 09:04:00'),(128480,45738,'action started via WP Cron','2021-02-28 17:05:13','2021-02-28 09:05:13'),(128481,45738,'action complete via WP Cron','2021-02-28 17:05:13','2021-02-28 09:05:13'),(128482,45739,'action created','2021-02-28 17:05:13','2021-02-28 09:05:13'),(128483,45739,'action started via WP Cron','2021-02-28 17:05:49','2021-02-28 09:05:49'),(128484,45739,'action complete via WP Cron','2021-02-28 17:05:49','2021-02-28 09:05:49'),(128485,45740,'action created','2021-02-28 17:05:49','2021-02-28 09:05:49'),(128486,45740,'action started via WP Cron','2021-02-28 17:07:11','2021-02-28 09:07:11'),(128487,45740,'action complete via WP Cron','2021-02-28 17:07:11','2021-02-28 09:07:11'),(128488,45741,'action created','2021-02-28 17:07:12','2021-02-28 09:07:12'),(128489,45741,'action started via WP Cron','2021-02-28 17:07:47','2021-02-28 09:07:47'),(128490,45741,'action complete via WP Cron','2021-02-28 17:07:47','2021-02-28 09:07:47'),(128491,45742,'action created','2021-02-28 17:07:47','2021-02-28 09:07:47'),(128492,45742,'action started via WP Cron','2021-02-28 17:08:49','2021-02-28 09:08:49'),(128493,45742,'action complete via WP Cron','2021-02-28 17:08:49','2021-02-28 09:08:49'),(128494,45743,'action created','2021-02-28 17:08:50','2021-02-28 09:08:50'),(128495,45743,'action started via WP Cron','2021-02-28 17:09:53','2021-02-28 09:09:53'),(128496,45743,'action complete via WP Cron','2021-02-28 17:09:53','2021-02-28 09:09:53'),(128497,45744,'action created','2021-02-28 17:09:53','2021-02-28 09:09:53'),(128498,45744,'action started via WP Cron','2021-02-28 17:11:16','2021-02-28 09:11:16'),(128499,45744,'action complete via WP Cron','2021-02-28 17:11:16','2021-02-28 09:11:16'),(128500,45745,'action created','2021-02-28 17:11:16','2021-02-28 09:11:16'),(128501,45745,'action started via WP Cron','2021-02-28 17:12:04','2021-02-28 09:12:04'),(128502,45745,'action complete via WP Cron','2021-02-28 17:12:04','2021-02-28 09:12:04'),(128503,45746,'action created','2021-02-28 17:12:04','2021-02-28 09:12:04'),(128504,45746,'action started via WP Cron','2021-02-28 17:12:53','2021-02-28 09:12:53'),(128505,45746,'action complete via WP Cron','2021-02-28 17:12:53','2021-02-28 09:12:53'),(128506,45747,'action created','2021-02-28 17:12:53','2021-02-28 09:12:53'),(128507,45747,'action started via WP Cron','2021-02-28 17:14:04','2021-02-28 09:14:04'),(128508,45747,'action complete via WP Cron','2021-02-28 17:14:04','2021-02-28 09:14:04'),(128509,45748,'action created','2021-02-28 17:14:04','2021-02-28 09:14:04'),(128510,45748,'action started via WP Cron','2021-02-28 17:15:07','2021-02-28 09:15:07'),(128511,45748,'action complete via WP Cron','2021-02-28 17:15:07','2021-02-28 09:15:07'),(128512,45749,'action created','2021-02-28 17:15:08','2021-02-28 09:15:08'),(128513,45749,'action started via WP Cron','2021-02-28 17:15:56','2021-02-28 09:15:56'),(128514,45749,'action complete via WP Cron','2021-02-28 17:15:56','2021-02-28 09:15:56'),(128515,45750,'action created','2021-02-28 17:15:56','2021-02-28 09:15:56'),(128516,45750,'action started via WP Cron','2021-02-28 17:16:48','2021-02-28 09:16:48'),(128517,45750,'action complete via WP Cron','2021-02-28 17:16:48','2021-02-28 09:16:48'),(128518,45751,'action created','2021-02-28 17:16:48','2021-02-28 09:16:48'),(128519,45751,'action started via WP Cron','2021-02-28 17:18:18','2021-02-28 09:18:18'),(128520,45751,'action complete via WP Cron','2021-02-28 17:18:18','2021-02-28 09:18:18'),(128521,45752,'action created','2021-02-28 17:18:18','2021-02-28 09:18:18'),(128522,45752,'action started via WP Cron','2021-02-28 17:19:12','2021-02-28 09:19:12'),(128523,45752,'action complete via WP Cron','2021-02-28 17:19:12','2021-02-28 09:19:12'),(128524,45753,'action created','2021-02-28 17:19:12','2021-02-28 09:19:12'),(128525,45753,'action started via WP Cron','2021-02-28 17:19:47','2021-02-28 09:19:47'),(128526,45753,'action complete via WP Cron','2021-02-28 17:19:47','2021-02-28 09:19:47'),(128527,45754,'action created','2021-02-28 17:19:48','2021-02-28 09:19:48'),(128528,45754,'action started via WP Cron','2021-02-28 17:20:59','2021-02-28 09:20:59'),(128529,45754,'action complete via WP Cron','2021-02-28 17:20:59','2021-02-28 09:20:59'),(128530,45755,'action created','2021-02-28 17:20:59','2021-02-28 09:20:59'),(128531,45755,'action started via WP Cron','2021-02-28 17:21:46','2021-02-28 09:21:46'),(128532,45755,'action complete via WP Cron','2021-02-28 17:21:46','2021-02-28 09:21:46'),(128533,45756,'action created','2021-02-28 17:21:46','2021-02-28 09:21:46'),(128534,45756,'action started via WP Cron','2021-02-28 17:23:00','2021-02-28 09:23:00'),(128535,45756,'action complete via WP Cron','2021-02-28 17:23:00','2021-02-28 09:23:00'),(128536,45757,'action created','2021-02-28 17:23:00','2021-02-28 09:23:00'),(128537,45757,'action started via WP Cron','2021-02-28 17:24:05','2021-02-28 09:24:05'),(128538,45757,'action complete via WP Cron','2021-02-28 17:24:05','2021-02-28 09:24:05'),(128539,45758,'action created','2021-02-28 17:24:05','2021-02-28 09:24:05'),(128540,45758,'action started via WP Cron','2021-02-28 17:25:21','2021-02-28 09:25:21'),(128541,45758,'action complete via WP Cron','2021-02-28 17:25:21','2021-02-28 09:25:21'),(128542,45759,'action created','2021-02-28 17:25:21','2021-02-28 09:25:21'),(128543,45759,'action started via WP Cron','2021-02-28 17:25:53','2021-02-28 09:25:53'),(128544,45759,'action complete via WP Cron','2021-02-28 17:25:53','2021-02-28 09:25:53'),(128545,45760,'action created','2021-02-28 17:25:53','2021-02-28 09:25:53'),(128546,45760,'action started via WP Cron','2021-02-28 17:27:06','2021-02-28 09:27:06'),(128547,45760,'action complete via WP Cron','2021-02-28 17:27:06','2021-02-28 09:27:06'),(128548,45761,'action created','2021-02-28 17:27:07','2021-02-28 09:27:07'),(128549,45761,'action started via WP Cron','2021-02-28 17:27:43','2021-02-28 09:27:43'),(128550,45761,'action complete via WP Cron','2021-02-28 17:27:43','2021-02-28 09:27:43'),(128551,45762,'action created','2021-02-28 17:27:43','2021-02-28 09:27:43'),(128552,45762,'action started via WP Cron','2021-02-28 17:29:02','2021-02-28 09:29:02'),(128553,45762,'action complete via WP Cron','2021-02-28 17:29:02','2021-02-28 09:29:02'),(128554,45763,'action created','2021-02-28 17:29:02','2021-02-28 09:29:02'),(128555,45763,'action started via WP Cron','2021-02-28 17:30:08','2021-02-28 09:30:08'),(128556,45763,'action complete via WP Cron','2021-02-28 17:30:08','2021-02-28 09:30:08'),(128557,45764,'action created','2021-02-28 17:30:08','2021-02-28 09:30:08'),(128558,45764,'action started via WP Cron','2021-02-28 17:30:51','2021-02-28 09:30:51'),(128559,45764,'action complete via WP Cron','2021-02-28 17:30:51','2021-02-28 09:30:51'),(128560,45765,'action created','2021-02-28 17:30:51','2021-02-28 09:30:51'),(128561,45765,'action started via WP Cron','2021-02-28 17:31:57','2021-02-28 09:31:57'),(128562,45765,'action complete via WP Cron','2021-02-28 17:31:57','2021-02-28 09:31:57'),(128563,45766,'action created','2021-02-28 17:31:57','2021-02-28 09:31:57'),(128564,45766,'action started via WP Cron','2021-02-28 17:32:51','2021-02-28 09:32:51'),(128565,45766,'action complete via WP Cron','2021-02-28 17:32:51','2021-02-28 09:32:51'),(128566,45767,'action created','2021-02-28 17:32:51','2021-02-28 09:32:51'),(128567,45767,'action started via WP Cron','2021-02-28 17:33:43','2021-02-28 09:33:43'),(128568,45767,'action complete via WP Cron','2021-02-28 17:33:43','2021-02-28 09:33:43'),(128569,45768,'action created','2021-02-28 17:33:43','2021-02-28 09:33:43'),(128570,45768,'action started via WP Cron','2021-02-28 17:34:53','2021-02-28 09:34:53'),(128571,45768,'action complete via WP Cron','2021-02-28 17:34:53','2021-02-28 09:34:53'),(128572,45769,'action created','2021-02-28 17:34:53','2021-02-28 09:34:53'),(128573,45769,'action started via WP Cron','2021-02-28 17:35:51','2021-02-28 09:35:51'),(128574,45769,'action complete via WP Cron','2021-02-28 17:35:51','2021-02-28 09:35:51'),(128575,45770,'action created','2021-02-28 17:35:51','2021-02-28 09:35:51'),(128576,45770,'action started via WP Cron','2021-02-28 17:36:49','2021-02-28 09:36:49'),(128577,45770,'action complete via WP Cron','2021-02-28 17:36:49','2021-02-28 09:36:49'),(128578,45771,'action created','2021-02-28 17:36:49','2021-02-28 09:36:49'),(128579,45771,'action started via WP Cron','2021-02-28 17:37:50','2021-02-28 09:37:50'),(128580,45771,'action complete via WP Cron','2021-02-28 17:37:50','2021-02-28 09:37:50'),(128581,45772,'action created','2021-02-28 17:37:50','2021-02-28 09:37:50'),(128582,45772,'action started via WP Cron','2021-02-28 17:43:01','2021-02-28 09:43:01'),(128583,45772,'action complete via WP Cron','2021-02-28 17:43:01','2021-02-28 09:43:01'),(128584,45773,'action created','2021-02-28 17:43:01','2021-02-28 09:43:01'),(128585,45773,'action started via WP Cron','2021-02-28 17:46:26','2021-02-28 09:46:26'),(128586,45773,'action complete via WP Cron','2021-02-28 17:46:26','2021-02-28 09:46:26'),(128587,45774,'action created','2021-02-28 17:46:26','2021-02-28 09:46:26'),(128588,45774,'action started via WP Cron','2021-02-28 17:47:35','2021-02-28 09:47:35'),(128589,45774,'action complete via WP Cron','2021-02-28 17:47:35','2021-02-28 09:47:35'),(128590,45775,'action created','2021-02-28 17:47:36','2021-02-28 09:47:36'),(128591,45775,'action started via Async Request','2021-02-28 17:47:50','2021-02-28 09:47:50'),(128592,45775,'action complete via Async Request','2021-02-28 17:47:50','2021-02-28 09:47:50'),(128593,45776,'action created','2021-02-28 17:47:56','2021-02-28 09:47:56'),(128594,45776,'action started via WP Cron','2021-02-28 17:48:42','2021-02-28 09:48:42'),(128595,45776,'action complete via WP Cron','2021-02-28 17:48:42','2021-02-28 09:48:42'),(128596,45777,'action created','2021-02-28 17:48:42','2021-02-28 09:48:42'),(128597,45778,'action created','2021-02-28 17:48:42','2021-02-28 09:48:42'),(128598,45777,'action started via Async Request','2021-02-28 17:49:09','2021-02-28 09:49:09'),(128599,45777,'action complete via Async Request','2021-02-28 17:49:09','2021-02-28 09:49:09'),(128600,45779,'action created','2021-02-28 17:49:12','2021-02-28 09:49:12'),(128601,45778,'action started via Async Request','2021-02-28 17:49:17','2021-02-28 09:49:17'),(128602,45778,'action complete via Async Request','2021-02-28 17:49:17','2021-02-28 09:49:17'),(128603,45779,'action started via Async Request','2021-02-28 17:49:25','2021-02-28 09:49:25'),(128604,45779,'action complete via Async Request','2021-02-28 17:49:25','2021-02-28 09:49:25'),(128605,45780,'action created','2021-02-28 17:49:34','2021-02-28 09:49:34'),(128606,45781,'action created','2021-02-28 17:49:34','2021-02-28 09:49:34'),(128607,45780,'action started via WP Cron','2021-02-28 17:49:45','2021-02-28 09:49:45'),(128608,45780,'action complete via WP Cron','2021-02-28 17:49:45','2021-02-28 09:49:45'),(128609,45782,'action created','2021-02-28 17:49:45','2021-02-28 09:49:45'),(128610,45782,'action started via WP Cron','2021-02-28 17:55:34','2021-02-28 09:55:34'),(128611,45782,'action complete via WP Cron','2021-02-28 17:55:34','2021-02-28 09:55:34'),(128612,45781,'action started via WP Cron','2021-02-28 17:55:34','2021-02-28 09:55:34'),(128613,45781,'action complete via WP Cron','2021-02-28 17:55:34','2021-02-28 09:55:34'),(128614,45783,'action created','2021-02-28 17:55:34','2021-02-28 09:55:34'),(128615,45783,'action started via WP Cron','2021-02-28 17:56:58','2021-02-28 09:56:58'),(128616,45783,'action complete via WP Cron','2021-02-28 17:56:58','2021-02-28 09:56:58'),(128617,45784,'action created','2021-02-28 17:56:58','2021-02-28 09:56:58'),(128618,45784,'action started via WP Cron','2021-02-28 17:58:32','2021-02-28 09:58:32'),(128619,45784,'action complete via WP Cron','2021-02-28 17:58:32','2021-02-28 09:58:32'),(128620,45785,'action created','2021-02-28 17:58:32','2021-02-28 09:58:32'),(128621,45785,'action started via WP Cron','2021-02-28 17:59:16','2021-02-28 09:59:16'),(128622,45785,'action complete via WP Cron','2021-02-28 17:59:16','2021-02-28 09:59:16'),(128623,45786,'action created','2021-02-28 17:59:17','2021-02-28 09:59:17'),(128624,45786,'action started via WP Cron','2021-02-28 18:00:17','2021-02-28 10:00:17'),(128625,45786,'action complete via WP Cron','2021-02-28 18:00:17','2021-02-28 10:00:17'),(128626,45787,'action created','2021-02-28 18:00:17','2021-02-28 10:00:17'),(128627,45787,'action started via WP Cron','2021-02-28 18:01:18','2021-02-28 10:01:18'),(128628,45787,'action complete via WP Cron','2021-02-28 18:01:18','2021-02-28 10:01:18'),(128629,45788,'action created','2021-02-28 18:01:18','2021-02-28 10:01:18'),(128630,45788,'action started via WP Cron','2021-02-28 18:01:42','2021-02-28 10:01:42'),(128631,45788,'action complete via WP Cron','2021-02-28 18:01:42','2021-02-28 10:01:42'),(128632,45789,'action created','2021-02-28 18:01:43','2021-02-28 10:01:43'),(128633,45789,'action started via WP Cron','2021-02-28 18:05:27','2021-02-28 10:05:27'),(128634,45789,'action complete via WP Cron','2021-02-28 18:05:27','2021-02-28 10:05:27'),(128635,45790,'action created','2021-02-28 18:05:27','2021-02-28 10:05:27'),(128636,45790,'action started via WP Cron','2021-02-28 18:07:18','2021-02-28 10:07:18'),(128637,45790,'action complete via WP Cron','2021-02-28 18:07:18','2021-02-28 10:07:18'),(128638,45791,'action created','2021-02-28 18:07:18','2021-02-28 10:07:18'),(128639,45791,'action started via WP Cron','2021-02-28 18:09:38','2021-02-28 10:09:38'),(128640,45791,'action complete via WP Cron','2021-02-28 18:09:38','2021-02-28 10:09:38'),(128641,45792,'action created','2021-02-28 18:09:38','2021-02-28 10:09:38'),(128642,45792,'action started via WP Cron','2021-02-28 18:10:43','2021-02-28 10:10:43'),(128643,45792,'action complete via WP Cron','2021-02-28 18:10:43','2021-02-28 10:10:43'),(128644,45793,'action created','2021-02-28 18:11:27','2021-02-28 10:11:27'),(128645,45793,'action started via WP Cron','2021-02-28 18:12:22','2021-02-28 10:12:22'),(128646,45793,'action complete via WP Cron','2021-02-28 18:12:22','2021-02-28 10:12:22'),(128647,45794,'action created','2021-02-28 18:12:22','2021-02-28 10:12:22'),(128648,45794,'action started via WP Cron','2021-02-28 18:13:08','2021-02-28 10:13:08'),(128649,45794,'action complete via WP Cron','2021-02-28 18:13:08','2021-02-28 10:13:08'),(128650,45795,'action created','2021-02-28 18:13:09','2021-02-28 10:13:09'),(128651,45795,'action started via WP Cron','2021-02-28 18:13:52','2021-02-28 10:13:52'),(128652,45795,'action complete via WP Cron','2021-02-28 18:13:52','2021-02-28 10:13:52'),(128653,45796,'action created','2021-02-28 18:13:52','2021-02-28 10:13:52'),(128654,45796,'action started via WP Cron','2021-02-28 18:15:13','2021-02-28 10:15:13'),(128655,45796,'action complete via WP Cron','2021-02-28 18:15:13','2021-02-28 10:15:13'),(128656,45797,'action created','2021-02-28 18:15:13','2021-02-28 10:15:13'),(128657,45797,'action started via WP Cron','2021-02-28 18:15:50','2021-02-28 10:15:50'),(128658,45797,'action complete via WP Cron','2021-02-28 18:15:50','2021-02-28 10:15:50'),(128659,45798,'action created','2021-02-28 18:15:51','2021-02-28 10:15:51'),(128660,45798,'action started via WP Cron','2021-02-28 18:17:04','2021-02-28 10:17:04'),(128661,45798,'action complete via WP Cron','2021-02-28 18:17:04','2021-02-28 10:17:04'),(128662,45799,'action created','2021-02-28 18:17:04','2021-02-28 10:17:04'),(128663,45799,'action started via WP Cron','2021-02-28 18:18:16','2021-02-28 10:18:16'),(128664,45799,'action complete via WP Cron','2021-02-28 18:18:16','2021-02-28 10:18:16'),(128665,45800,'action created','2021-02-28 18:18:16','2021-02-28 10:18:16'),(128666,45800,'action started via WP Cron','2021-02-28 18:18:48','2021-02-28 10:18:48'),(128667,45800,'action complete via WP Cron','2021-02-28 18:18:48','2021-02-28 10:18:48'),(128668,45801,'action created','2021-02-28 18:18:48','2021-02-28 10:18:48'),(128669,45801,'action started via WP Cron','2021-02-28 18:20:06','2021-02-28 10:20:06'),(128670,45801,'action complete via WP Cron','2021-02-28 18:20:06','2021-02-28 10:20:06'),(128671,45802,'action created','2021-02-28 18:20:06','2021-02-28 10:20:06'),(128672,45802,'action started via WP Cron','2021-02-28 18:20:45','2021-02-28 10:20:45'),(128673,45802,'action complete via WP Cron','2021-02-28 18:20:45','2021-02-28 10:20:45'),(128674,45803,'action created','2021-02-28 18:20:45','2021-02-28 10:20:45'),(128675,45803,'action started via WP Cron','2021-02-28 18:21:40','2021-02-28 10:21:40'),(128676,45803,'action complete via WP Cron','2021-02-28 18:21:40','2021-02-28 10:21:40'),(128677,45804,'action created','2021-02-28 18:21:41','2021-02-28 10:21:41'),(128678,45804,'action started via WP Cron','2021-02-28 18:23:01','2021-02-28 10:23:01'),(128679,45804,'action complete via WP Cron','2021-02-28 18:23:01','2021-02-28 10:23:01'),(128680,45805,'action created','2021-02-28 18:23:01','2021-02-28 10:23:01'),(128681,45805,'action started via WP Cron','2021-02-28 18:24:15','2021-02-28 10:24:15'),(128682,45805,'action complete via WP Cron','2021-02-28 18:24:15','2021-02-28 10:24:15'),(128683,45806,'action created','2021-02-28 18:24:15','2021-02-28 10:24:15'),(128684,45806,'action started via WP Cron','2021-02-28 18:24:45','2021-02-28 10:24:45'),(128685,45806,'action complete via WP Cron','2021-02-28 18:24:45','2021-02-28 10:24:45'),(128686,45807,'action created','2021-02-28 18:24:45','2021-02-28 10:24:45'),(128687,45807,'action started via WP Cron','2021-02-28 18:26:03','2021-02-28 10:26:03'),(128688,45807,'action complete via WP Cron','2021-02-28 18:26:03','2021-02-28 10:26:03'),(128689,45808,'action created','2021-02-28 18:26:03','2021-02-28 10:26:03'),(128690,45808,'action started via WP Cron','2021-02-28 18:26:46','2021-02-28 10:26:46'),(128691,45808,'action complete via WP Cron','2021-02-28 18:26:46','2021-02-28 10:26:46'),(128692,45809,'action created','2021-02-28 18:26:46','2021-02-28 10:26:46'),(128693,45809,'action started via WP Cron','2021-02-28 18:28:23','2021-02-28 10:28:23'),(128694,45809,'action complete via WP Cron','2021-02-28 18:28:23','2021-02-28 10:28:23'),(128695,45810,'action created','2021-02-28 18:28:23','2021-02-28 10:28:23'),(128696,45810,'action started via WP Cron','2021-02-28 18:29:12','2021-02-28 10:29:12'),(128697,45810,'action complete via WP Cron','2021-02-28 18:29:12','2021-02-28 10:29:12'),(128698,45811,'action created','2021-02-28 18:29:13','2021-02-28 10:29:13'),(128699,45811,'action started via WP Cron','2021-02-28 18:30:04','2021-02-28 10:30:04'),(128700,45811,'action complete via WP Cron','2021-02-28 18:30:04','2021-02-28 10:30:04'),(128701,45812,'action created','2021-02-28 18:30:04','2021-02-28 10:30:04'),(128702,45812,'action started via WP Cron','2021-02-28 18:30:50','2021-02-28 10:30:50'),(128703,45812,'action complete via WP Cron','2021-02-28 18:30:50','2021-02-28 10:30:50'),(128704,45813,'action created','2021-02-28 18:30:50','2021-02-28 10:30:50'),(128705,45813,'action started via WP Cron','2021-02-28 18:32:11','2021-02-28 10:32:11'),(128706,45813,'action complete via WP Cron','2021-02-28 18:32:11','2021-02-28 10:32:11'),(128707,45814,'action created','2021-02-28 18:32:11','2021-02-28 10:32:11'),(128708,45814,'action started via WP Cron','2021-02-28 18:32:52','2021-02-28 10:32:52'),(128709,45814,'action complete via WP Cron','2021-02-28 18:32:52','2021-02-28 10:32:52'),(128710,45815,'action created','2021-02-28 18:32:52','2021-02-28 10:32:52'),(128711,45815,'action started via WP Cron','2021-02-28 18:34:08','2021-02-28 10:34:08'),(128712,45815,'action complete via WP Cron','2021-02-28 18:34:08','2021-02-28 10:34:08'),(128713,45816,'action created','2021-02-28 18:34:08','2021-02-28 10:34:08'),(128714,45816,'action started via WP Cron','2021-02-28 18:34:53','2021-02-28 10:34:53'),(128715,45816,'action complete via WP Cron','2021-02-28 18:34:53','2021-02-28 10:34:53'),(128716,45817,'action created','2021-02-28 18:34:53','2021-02-28 10:34:53'),(128717,45817,'action started via WP Cron','2021-02-28 18:36:15','2021-02-28 10:36:15'),(128718,45817,'action complete via WP Cron','2021-02-28 18:36:15','2021-02-28 10:36:15'),(128719,45818,'action created','2021-02-28 18:36:15','2021-02-28 10:36:15'),(128720,45818,'action started via WP Cron','2021-02-28 18:37:02','2021-02-28 10:37:02'),(128721,45818,'action complete via WP Cron','2021-02-28 18:37:02','2021-02-28 10:37:02'),(128722,45819,'action created','2021-02-28 18:37:12','2021-02-28 10:37:12'),(128723,45819,'action started via WP Cron','2021-02-28 18:37:53','2021-02-28 10:37:53'),(128724,45819,'action complete via WP Cron','2021-02-28 18:37:53','2021-02-28 10:37:53'),(128725,45820,'action created','2021-02-28 18:37:53','2021-02-28 10:37:53'),(128726,45820,'action started via WP Cron','2021-02-28 18:38:50','2021-02-28 10:38:50'),(128727,45820,'action complete via WP Cron','2021-02-28 18:38:50','2021-02-28 10:38:50'),(128728,45821,'action created','2021-02-28 18:38:51','2021-02-28 10:38:51'),(128729,45821,'action started via WP Cron','2021-02-28 18:39:42','2021-02-28 10:39:42'),(128730,45821,'action complete via WP Cron','2021-02-28 18:39:42','2021-02-28 10:39:42'),(128731,45822,'action created','2021-02-28 18:39:43','2021-02-28 10:39:43'),(128732,45822,'action started via WP Cron','2021-02-28 18:40:45','2021-02-28 10:40:45'),(128733,45822,'action complete via WP Cron','2021-02-28 18:40:45','2021-02-28 10:40:45'),(128734,45823,'action created','2021-02-28 18:40:45','2021-02-28 10:40:45'),(128735,45823,'action started via WP Cron','2021-02-28 18:42:09','2021-02-28 10:42:09'),(128736,45823,'action complete via WP Cron','2021-02-28 18:42:09','2021-02-28 10:42:09'),(128737,45824,'action created','2021-02-28 18:42:10','2021-02-28 10:42:10'),(128738,45824,'action started via WP Cron','2021-02-28 18:42:54','2021-02-28 10:42:54'),(128739,45824,'action complete via WP Cron','2021-02-28 18:42:54','2021-02-28 10:42:54'),(128740,45825,'action created','2021-02-28 18:42:54','2021-02-28 10:42:54'),(128741,45825,'action started via WP Cron','2021-02-28 18:43:57','2021-02-28 10:43:57'),(128742,45825,'action complete via WP Cron','2021-02-28 18:43:57','2021-02-28 10:43:57'),(128743,45826,'action created','2021-02-28 18:43:57','2021-02-28 10:43:57'),(128744,45826,'action started via WP Cron','2021-02-28 18:44:40','2021-02-28 10:44:40'),(128745,45826,'action complete via WP Cron','2021-02-28 18:44:40','2021-02-28 10:44:40'),(128746,45827,'action created','2021-02-28 18:44:41','2021-02-28 10:44:41'),(128747,45827,'action started via WP Cron','2021-02-28 18:45:41','2021-02-28 10:45:41'),(128748,45827,'action complete via WP Cron','2021-02-28 18:45:41','2021-02-28 10:45:41'),(128749,45828,'action created','2021-02-28 18:45:42','2021-02-28 10:45:42'),(128750,45828,'action started via WP Cron','2021-02-28 18:47:05','2021-02-28 10:47:05'),(128751,45828,'action complete via WP Cron','2021-02-28 18:47:05','2021-02-28 10:47:05'),(128752,45829,'action created','2021-02-28 18:47:05','2021-02-28 10:47:05'),(128753,45829,'action started via WP Cron','2021-02-28 18:48:04','2021-02-28 10:48:04'),(128754,45829,'action complete via WP Cron','2021-02-28 18:48:04','2021-02-28 10:48:04'),(128755,45830,'action created','2021-02-28 18:48:05','2021-02-28 10:48:05'),(128756,45830,'action started via WP Cron','2021-02-28 18:49:02','2021-02-28 10:49:02'),(128757,45830,'action complete via WP Cron','2021-02-28 18:49:02','2021-02-28 10:49:02'),(128758,45831,'action created','2021-02-28 18:49:02','2021-02-28 10:49:02'),(128759,45831,'action started via WP Cron','2021-02-28 18:49:49','2021-02-28 10:49:49'),(128760,45831,'action complete via WP Cron','2021-02-28 18:49:49','2021-02-28 10:49:49'),(128761,45832,'action created','2021-02-28 18:49:50','2021-02-28 10:49:50'),(128762,45832,'action started via WP Cron','2021-02-28 18:51:03','2021-02-28 10:51:03'),(128763,45832,'action complete via WP Cron','2021-02-28 18:51:03','2021-02-28 10:51:03'),(128764,45833,'action created','2021-02-28 18:51:03','2021-02-28 10:51:03'),(128765,45833,'action started via WP Cron','2021-02-28 18:51:53','2021-02-28 10:51:53'),(128766,45833,'action complete via WP Cron','2021-02-28 18:51:53','2021-02-28 10:51:53'),(128767,45834,'action created','2021-02-28 18:51:53','2021-02-28 10:51:53'),(128768,45834,'action started via WP Cron','2021-02-28 18:53:20','2021-02-28 10:53:20'),(128769,45834,'action complete via WP Cron','2021-02-28 18:53:20','2021-02-28 10:53:20'),(128770,45835,'action created','2021-02-28 18:53:20','2021-02-28 10:53:20'),(128771,45835,'action started via WP Cron','2021-02-28 18:54:04','2021-02-28 10:54:04'),(128772,45835,'action complete via WP Cron','2021-02-28 18:54:04','2021-02-28 10:54:04'),(128773,45836,'action created','2021-02-28 18:54:04','2021-02-28 10:54:04'),(128774,45836,'action started via WP Cron','2021-02-28 18:54:48','2021-02-28 10:54:48'),(128775,45836,'action complete via WP Cron','2021-02-28 18:54:48','2021-02-28 10:54:48'),(128776,45837,'action created','2021-02-28 18:54:48','2021-02-28 10:54:48'),(128777,45837,'action started via WP Cron','2021-02-28 18:56:01','2021-02-28 10:56:01'),(128778,45837,'action complete via WP Cron','2021-02-28 18:56:01','2021-02-28 10:56:01'),(128779,45838,'action created','2021-02-28 18:56:01','2021-02-28 10:56:01'),(128780,45838,'action started via WP Cron','2021-02-28 18:57:21','2021-02-28 10:57:21'),(128781,45838,'action complete via WP Cron','2021-02-28 18:57:21','2021-02-28 10:57:21'),(128782,45839,'action created','2021-02-28 18:57:22','2021-02-28 10:57:22'),(128783,45839,'action started via WP Cron','2021-02-28 18:57:54','2021-02-28 10:57:54'),(128784,45839,'action complete via WP Cron','2021-02-28 18:57:54','2021-02-28 10:57:54'),(128785,45840,'action created','2021-02-28 18:57:54','2021-02-28 10:57:54'),(128786,45840,'action started via WP Cron','2021-02-28 18:58:47','2021-02-28 10:58:47'),(128787,45840,'action complete via WP Cron','2021-02-28 18:58:47','2021-02-28 10:58:47'),(128788,45841,'action created','2021-02-28 18:58:47','2021-02-28 10:58:47'),(128789,45841,'action started via WP Cron','2021-02-28 19:00:22','2021-02-28 11:00:22'),(128790,45841,'action complete via WP Cron','2021-02-28 19:00:22','2021-02-28 11:00:22'),(128791,45842,'action created','2021-02-28 19:00:22','2021-02-28 11:00:22'),(128792,45842,'action started via WP Cron','2021-02-28 19:01:12','2021-02-28 11:01:12'),(128793,45842,'action complete via WP Cron','2021-02-28 19:01:12','2021-02-28 11:01:12'),(128794,45843,'action created','2021-02-28 19:01:12','2021-02-28 11:01:12'),(128795,45843,'action started via WP Cron','2021-02-28 19:01:52','2021-02-28 11:01:52'),(128796,45843,'action complete via WP Cron','2021-02-28 19:01:52','2021-02-28 11:01:52'),(128797,45844,'action created','2021-02-28 19:01:52','2021-02-28 11:01:52'),(128798,45844,'action started via WP Cron','2021-02-28 19:02:47','2021-02-28 11:02:47'),(128799,45844,'action complete via WP Cron','2021-02-28 19:02:47','2021-02-28 11:02:47'),(128800,45845,'action created','2021-02-28 19:02:47','2021-02-28 11:02:47'),(128801,45845,'action started via WP Cron','2021-02-28 19:03:49','2021-02-28 11:03:49'),(128802,45845,'action complete via WP Cron','2021-02-28 19:03:49','2021-02-28 11:03:49'),(128803,45846,'action created','2021-02-28 19:03:49','2021-02-28 11:03:49'),(128804,45846,'action started via WP Cron','2021-02-28 19:04:50','2021-02-28 11:04:50'),(128805,45846,'action complete via WP Cron','2021-02-28 19:04:50','2021-02-28 11:04:50'),(128806,45847,'action created','2021-02-28 19:04:51','2021-02-28 11:04:51'),(128807,45847,'action started via WP Cron','2021-02-28 19:05:49','2021-02-28 11:05:49'),(128808,45847,'action complete via WP Cron','2021-02-28 19:05:49','2021-02-28 11:05:49'),(128809,45848,'action created','2021-02-28 19:05:49','2021-02-28 11:05:49'),(128810,45848,'action started via WP Cron','2021-02-28 19:07:07','2021-02-28 11:07:07'),(128811,45848,'action complete via WP Cron','2021-02-28 19:07:07','2021-02-28 11:07:07'),(128812,45849,'action created','2021-02-28 19:07:07','2021-02-28 11:07:07'),(128813,45849,'action started via WP Cron','2021-02-28 19:07:48','2021-02-28 11:07:48'),(128814,45849,'action complete via WP Cron','2021-02-28 19:07:48','2021-02-28 11:07:48'),(128815,45850,'action created','2021-02-28 19:07:48','2021-02-28 11:07:48'),(128816,45850,'action started via WP Cron','2021-02-28 19:08:41','2021-02-28 11:08:41'),(128817,45850,'action complete via WP Cron','2021-02-28 19:08:41','2021-02-28 11:08:41'),(128818,45851,'action created','2021-02-28 19:08:42','2021-02-28 11:08:42'),(128819,45851,'action started via WP Cron','2021-02-28 19:10:08','2021-02-28 11:10:08'),(128820,45851,'action complete via WP Cron','2021-02-28 19:10:08','2021-02-28 11:10:08'),(128821,45852,'action created','2021-02-28 19:10:08','2021-02-28 11:10:08'),(128822,45852,'action started via WP Cron','2021-02-28 19:10:46','2021-02-28 11:10:46'),(128823,45852,'action complete via WP Cron','2021-02-28 19:10:46','2021-02-28 11:10:46'),(128824,45853,'action created','2021-02-28 19:10:46','2021-02-28 11:10:46'),(128825,45853,'action started via WP Cron','2021-02-28 19:12:19','2021-02-28 11:12:19'),(128826,45853,'action complete via WP Cron','2021-02-28 19:12:19','2021-02-28 11:12:19'),(128827,45854,'action created','2021-02-28 19:12:19','2021-02-28 11:12:19'),(128828,45854,'action started via WP Cron','2021-02-28 19:13:00','2021-02-28 11:13:00'),(128829,45854,'action complete via WP Cron','2021-02-28 19:13:00','2021-02-28 11:13:00'),(128830,45855,'action created','2021-02-28 19:13:00','2021-02-28 11:13:00'),(128831,45855,'action started via WP Cron','2021-02-28 19:13:43','2021-02-28 11:13:43'),(128832,45855,'action complete via WP Cron','2021-02-28 19:13:43','2021-02-28 11:13:43'),(128833,45856,'action created','2021-02-28 19:13:43','2021-02-28 11:13:43'),(128834,45856,'action started via WP Cron','2021-02-28 19:15:07','2021-02-28 11:15:07'),(128835,45856,'action complete via WP Cron','2021-02-28 19:15:07','2021-02-28 11:15:07'),(128836,45857,'action created','2021-02-28 19:15:07','2021-02-28 11:15:07'),(128837,45857,'action started via WP Cron','2021-02-28 19:15:43','2021-02-28 11:15:43'),(128838,45857,'action complete via WP Cron','2021-02-28 19:15:43','2021-02-28 11:15:43'),(128839,45858,'action created','2021-02-28 19:15:43','2021-02-28 11:15:43'),(128840,45858,'action started via WP Cron','2021-02-28 19:17:17','2021-02-28 11:17:17'),(128841,45858,'action complete via WP Cron','2021-02-28 19:17:17','2021-02-28 11:17:17'),(128842,45859,'action created','2021-02-28 19:17:17','2021-02-28 11:17:17'),(128843,45859,'action started via WP Cron','2021-02-28 19:17:57','2021-02-28 11:17:57'),(128844,45859,'action complete via WP Cron','2021-02-28 19:17:58','2021-02-28 11:17:58'),(128845,45860,'action created','2021-02-28 19:17:58','2021-02-28 11:17:58'),(128846,45860,'action started via WP Cron','2021-02-28 19:18:45','2021-02-28 11:18:45'),(128847,45860,'action complete via WP Cron','2021-02-28 19:18:45','2021-02-28 11:18:45'),(128848,45861,'action created','2021-02-28 19:19:40','2021-02-28 11:19:40'),(128849,45861,'action started via WP Cron','2021-02-28 19:20:41','2021-02-28 11:20:41'),(128850,45861,'action complete via WP Cron','2021-02-28 19:20:41','2021-02-28 11:20:41'),(128851,45862,'action created','2021-02-28 19:20:41','2021-02-28 11:20:41'),(128852,45862,'action started via WP Cron','2021-02-28 19:22:13','2021-02-28 11:22:13'),(128853,45862,'action complete via WP Cron','2021-02-28 19:22:13','2021-02-28 11:22:13'),(128854,45863,'action created','2021-02-28 19:22:13','2021-02-28 11:22:13'),(128855,45863,'action started via WP Cron','2021-02-28 19:22:44','2021-02-28 11:22:44'),(128856,45863,'action complete via WP Cron','2021-02-28 19:22:44','2021-02-28 11:22:44'),(128857,45864,'action created','2021-02-28 19:22:44','2021-02-28 11:22:44'),(128858,45864,'action started via WP Cron','2021-02-28 19:23:44','2021-02-28 11:23:44'),(128859,45864,'action complete via WP Cron','2021-02-28 19:23:44','2021-02-28 11:23:44'),(128860,45865,'action created','2021-02-28 19:23:44','2021-02-28 11:23:44'),(128861,45865,'action started via WP Cron','2021-02-28 19:24:45','2021-02-28 11:24:45'),(128862,45865,'action complete via WP Cron','2021-02-28 19:24:45','2021-02-28 11:24:45'),(128863,45866,'action created','2021-02-28 19:24:45','2021-02-28 11:24:45'),(128864,45866,'action started via WP Cron','2021-02-28 19:26:04','2021-02-28 11:26:04'),(128865,45866,'action complete via WP Cron','2021-02-28 19:26:04','2021-02-28 11:26:04'),(128866,45867,'action created','2021-02-28 19:26:04','2021-02-28 11:26:04'),(128867,45867,'action started via WP Cron','2021-02-28 19:31:32','2021-02-28 11:31:32'),(128868,45867,'action complete via WP Cron','2021-02-28 19:31:32','2021-02-28 11:31:32'),(128869,45868,'action created','2021-02-28 19:31:32','2021-02-28 11:31:32'),(128870,45868,'action started via WP Cron','2021-02-28 19:32:26','2021-02-28 11:32:26'),(128871,45868,'action complete via WP Cron','2021-02-28 19:32:26','2021-02-28 11:32:26'),(128872,45869,'action created','2021-02-28 19:32:26','2021-02-28 11:32:26'),(128873,45869,'action started via WP Cron','2021-02-28 19:33:27','2021-02-28 11:33:27'),(128874,45869,'action complete via WP Cron','2021-02-28 19:33:27','2021-02-28 11:33:27'),(128875,45870,'action created','2021-02-28 19:33:27','2021-02-28 11:33:27'),(128876,45870,'action started via WP Cron','2021-02-28 19:34:28','2021-02-28 11:34:28'),(128877,45870,'action complete via WP Cron','2021-02-28 19:34:28','2021-02-28 11:34:28'),(128878,45871,'action created','2021-02-28 19:34:29','2021-02-28 11:34:29'),(128879,45871,'action started via WP Cron','2021-02-28 19:35:27','2021-02-28 11:35:27'),(128880,45871,'action complete via WP Cron','2021-02-28 19:35:27','2021-02-28 11:35:27'),(128881,45872,'action created','2021-02-28 19:35:27','2021-02-28 11:35:27'),(128882,45872,'action started via WP Cron','2021-02-28 19:36:30','2021-02-28 11:36:30'),(128883,45872,'action complete via WP Cron','2021-02-28 19:36:30','2021-02-28 11:36:30'),(128884,45873,'action created','2021-02-28 19:36:30','2021-02-28 11:36:30'),(128885,45873,'action started via WP Cron','2021-02-28 19:37:31','2021-02-28 11:37:31'),(128886,45873,'action complete via WP Cron','2021-02-28 19:37:31','2021-02-28 11:37:31'),(128887,45874,'action created','2021-02-28 19:37:31','2021-02-28 11:37:31'),(128888,45874,'action started via WP Cron','2021-02-28 19:39:02','2021-02-28 11:39:02'),(128889,45874,'action complete via WP Cron','2021-02-28 19:39:02','2021-02-28 11:39:02'),(128890,45875,'action created','2021-02-28 19:39:02','2021-02-28 11:39:02'),(128891,45875,'action started via WP Cron','2021-02-28 19:39:42','2021-02-28 11:39:42'),(128892,45875,'action complete via WP Cron','2021-02-28 19:39:42','2021-02-28 11:39:42'),(128893,45876,'action created','2021-02-28 19:39:42','2021-02-28 11:39:42'),(128894,45876,'action started via WP Cron','2021-02-28 19:40:57','2021-02-28 11:40:57'),(128895,45876,'action complete via WP Cron','2021-02-28 19:40:57','2021-02-28 11:40:57'),(128896,45877,'action created','2021-02-28 19:40:57','2021-02-28 11:40:57'),(128897,45877,'action started via WP Cron','2021-02-28 19:42:47','2021-02-28 11:42:47'),(128898,45877,'action complete via WP Cron','2021-02-28 19:42:47','2021-02-28 11:42:47'),(128899,45878,'action created','2021-02-28 19:42:47','2021-02-28 11:42:47'),(128900,45878,'action started via WP Cron','2021-02-28 19:45:43','2021-02-28 11:45:43'),(128901,45878,'action complete via WP Cron','2021-02-28 19:45:43','2021-02-28 11:45:43'),(128902,45879,'action created','2021-02-28 19:45:43','2021-02-28 11:45:43'),(128903,45879,'action started via WP Cron','2021-02-28 19:51:45','2021-02-28 11:51:45'),(128904,45879,'action complete via WP Cron','2021-02-28 19:51:45','2021-02-28 11:51:45'),(128905,45880,'action created','2021-02-28 19:51:45','2021-02-28 11:51:45'),(128906,45880,'action started via WP Cron','2021-02-28 19:52:44','2021-02-28 11:52:44'),(128907,45880,'action complete via WP Cron','2021-02-28 19:52:44','2021-02-28 11:52:44'),(128908,45881,'action created','2021-02-28 19:52:44','2021-02-28 11:52:44'),(128909,45881,'action started via WP Cron','2021-02-28 19:53:41','2021-02-28 11:53:41'),(128910,45881,'action complete via WP Cron','2021-02-28 19:53:41','2021-02-28 11:53:41'),(128911,45882,'action created','2021-02-28 19:53:41','2021-02-28 11:53:41'),(128912,45882,'action started via WP Cron','2021-02-28 19:54:50','2021-02-28 11:54:50'),(128913,45882,'action complete via WP Cron','2021-02-28 19:54:50','2021-02-28 11:54:50'),(128914,45883,'action created','2021-02-28 19:54:50','2021-02-28 11:54:50'),(128915,45883,'action started via WP Cron','2021-02-28 19:55:58','2021-02-28 11:55:58'),(128916,45883,'action complete via WP Cron','2021-02-28 19:55:58','2021-02-28 11:55:58'),(128917,45884,'action created','2021-02-28 19:55:58','2021-02-28 11:55:58'),(128918,45884,'action started via WP Cron','2021-02-28 19:56:51','2021-02-28 11:56:51'),(128919,45884,'action complete via WP Cron','2021-02-28 19:56:51','2021-02-28 11:56:51'),(128920,45885,'action created','2021-02-28 19:56:51','2021-02-28 11:56:51'),(128921,45885,'action started via WP Cron','2021-02-28 19:57:50','2021-02-28 11:57:50'),(128922,45885,'action complete via WP Cron','2021-02-28 19:57:50','2021-02-28 11:57:50'),(128923,45886,'action created','2021-02-28 19:57:50','2021-02-28 11:57:50'),(128924,45886,'action started via WP Cron','2021-02-28 19:58:47','2021-02-28 11:58:47'),(128925,45886,'action complete via WP Cron','2021-02-28 19:58:47','2021-02-28 11:58:47'),(128926,45887,'action created','2021-02-28 19:58:47','2021-02-28 11:58:47'),(128927,45887,'action started via WP Cron','2021-02-28 19:59:49','2021-02-28 11:59:49'),(128928,45887,'action complete via WP Cron','2021-02-28 19:59:49','2021-02-28 11:59:49'),(128929,45888,'action created','2021-02-28 19:59:49','2021-02-28 11:59:49'),(128930,45888,'action started via WP Cron','2021-02-28 20:00:41','2021-02-28 12:00:41'),(128931,45888,'action complete via WP Cron','2021-02-28 20:00:41','2021-02-28 12:00:41'),(128932,45889,'action created','2021-02-28 20:00:41','2021-02-28 12:00:41'),(128933,45889,'action started via WP Cron','2021-02-28 20:01:51','2021-02-28 12:01:51'),(128934,45889,'action complete via WP Cron','2021-02-28 20:01:51','2021-02-28 12:01:51'),(128935,45890,'action created','2021-02-28 20:01:52','2021-02-28 12:01:52'),(128936,45890,'action started via WP Cron','2021-02-28 20:02:48','2021-02-28 12:02:48'),(128937,45890,'action complete via WP Cron','2021-02-28 20:02:48','2021-02-28 12:02:48'),(128938,45891,'action created','2021-02-28 20:02:48','2021-02-28 12:02:48'),(128939,45891,'action started via WP Cron','2021-02-28 20:03:47','2021-02-28 12:03:47'),(128940,45891,'action complete via WP Cron','2021-02-28 20:03:47','2021-02-28 12:03:47'),(128941,45892,'action created','2021-02-28 20:03:48','2021-02-28 12:03:48'),(128942,45892,'action started via WP Cron','2021-02-28 20:04:41','2021-02-28 12:04:41'),(128943,45892,'action complete via WP Cron','2021-02-28 20:04:41','2021-02-28 12:04:41'),(128944,45893,'action created','2021-02-28 20:04:41','2021-02-28 12:04:41'),(128945,45893,'action started via WP Cron','2021-02-28 20:05:44','2021-02-28 12:05:44'),(128946,45893,'action complete via WP Cron','2021-02-28 20:05:44','2021-02-28 12:05:44'),(128947,45894,'action created','2021-02-28 20:05:44','2021-02-28 12:05:44'),(128948,45894,'action started via WP Cron','2021-02-28 20:06:48','2021-02-28 12:06:48'),(128949,45894,'action complete via WP Cron','2021-02-28 20:06:48','2021-02-28 12:06:48'),(128950,45895,'action created','2021-02-28 20:06:48','2021-02-28 12:06:48'),(128951,45895,'action started via WP Cron','2021-02-28 20:08:23','2021-02-28 12:08:23'),(128952,45895,'action complete via WP Cron','2021-02-28 20:08:23','2021-02-28 12:08:23'),(128953,45896,'action created','2021-02-28 20:08:23','2021-02-28 12:08:23'),(128954,45896,'action started via WP Cron','2021-02-28 20:10:07','2021-02-28 12:10:07'),(128955,45896,'action complete via WP Cron','2021-02-28 20:10:07','2021-02-28 12:10:07'),(128956,45897,'action created','2021-02-28 20:10:07','2021-02-28 12:10:07'),(128957,45897,'action started via WP Cron','2021-02-28 20:11:13','2021-02-28 12:11:13'),(128958,45897,'action complete via WP Cron','2021-02-28 20:11:13','2021-02-28 12:11:13'),(128959,45898,'action created','2021-02-28 20:11:13','2021-02-28 12:11:13'),(128960,45898,'action started via WP Cron','2021-02-28 20:12:17','2021-02-28 12:12:17'),(128961,45898,'action complete via WP Cron','2021-02-28 20:12:17','2021-02-28 12:12:17'),(128962,45899,'action created','2021-02-28 20:12:17','2021-02-28 12:12:17'),(128963,45899,'action started via WP Cron','2021-02-28 20:20:37','2021-02-28 12:20:37'),(128964,45899,'action complete via WP Cron','2021-02-28 20:20:37','2021-02-28 12:20:37'),(128965,45900,'action created','2021-02-28 20:20:38','2021-02-28 12:20:38'),(128966,45900,'action started via WP Cron','2021-02-28 20:22:31','2021-02-28 12:22:31'),(128967,45900,'action complete via WP Cron','2021-02-28 20:22:31','2021-02-28 12:22:31'),(128968,45901,'action created','2021-02-28 20:22:31','2021-02-28 12:22:31'),(128969,45901,'action started via WP Cron','2021-02-28 20:25:55','2021-02-28 12:25:55'),(128970,45901,'action complete via WP Cron','2021-02-28 20:25:55','2021-02-28 12:25:55'),(128971,45902,'action created','2021-02-28 20:25:55','2021-02-28 12:25:55'),(128972,45902,'action started via WP Cron','2021-02-28 20:27:40','2021-02-28 12:27:40'),(128973,45902,'action complete via WP Cron','2021-02-28 20:27:40','2021-02-28 12:27:40'),(128974,45903,'action created','2021-02-28 20:27:40','2021-02-28 12:27:40'),(128975,45903,'action started via WP Cron','2021-02-28 20:29:21','2021-02-28 12:29:21'),(128976,45903,'action complete via WP Cron','2021-02-28 20:29:21','2021-02-28 12:29:21'),(128977,45904,'action created','2021-02-28 20:29:21','2021-02-28 12:29:21'),(128978,45904,'action started via WP Cron','2021-02-28 20:30:13','2021-02-28 12:30:13'),(128979,45904,'action complete via WP Cron','2021-02-28 20:30:13','2021-02-28 12:30:13'),(128980,45905,'action created','2021-02-28 20:31:18','2021-02-28 12:31:18'),(128981,45905,'action started via WP Cron','2021-02-28 20:32:11','2021-02-28 12:32:11'),(128982,45905,'action complete via WP Cron','2021-02-28 20:32:11','2021-02-28 12:32:11'),(128983,45906,'action created','2021-02-28 20:32:11','2021-02-28 12:32:11'),(128984,45906,'action started via WP Cron','2021-02-28 20:33:12','2021-02-28 12:33:12'),(128985,45906,'action complete via WP Cron','2021-02-28 20:33:12','2021-02-28 12:33:12'),(128986,45907,'action created','2021-02-28 20:33:12','2021-02-28 12:33:12'),(128987,45907,'action started via WP Cron','2021-02-28 20:34:10','2021-02-28 12:34:10'),(128988,45907,'action complete via WP Cron','2021-02-28 20:34:10','2021-02-28 12:34:10'),(128989,45908,'action created','2021-02-28 20:34:10','2021-02-28 12:34:10'),(128990,45908,'action started via WP Cron','2021-02-28 20:35:06','2021-02-28 12:35:06'),(128991,45908,'action complete via WP Cron','2021-02-28 20:35:06','2021-02-28 12:35:06'),(128992,45909,'action created','2021-02-28 20:35:06','2021-02-28 12:35:06'),(128993,45909,'action started via WP Cron','2021-02-28 20:36:02','2021-02-28 12:36:02'),(128994,45909,'action complete via WP Cron','2021-02-28 20:36:02','2021-02-28 12:36:02'),(128995,45910,'action created','2021-02-28 20:36:02','2021-02-28 12:36:02'),(128996,45910,'action started via WP Cron','2021-02-28 20:37:12','2021-02-28 12:37:12'),(128997,45910,'action complete via WP Cron','2021-02-28 20:37:12','2021-02-28 12:37:12'),(128998,45911,'action created','2021-02-28 20:37:12','2021-02-28 12:37:12'),(128999,45911,'action started via WP Cron','2021-02-28 20:38:16','2021-02-28 12:38:16'),(129000,45911,'action complete via WP Cron','2021-02-28 20:38:16','2021-02-28 12:38:16'),(129001,45912,'action created','2021-02-28 20:38:16','2021-02-28 12:38:16'),(129002,45912,'action started via WP Cron','2021-02-28 20:39:12','2021-02-28 12:39:12'),(129003,45912,'action complete via WP Cron','2021-02-28 20:39:12','2021-02-28 12:39:12'),(129004,45913,'action created','2021-02-28 20:39:12','2021-02-28 12:39:12'),(129005,45913,'action started via WP Cron','2021-02-28 20:40:13','2021-02-28 12:40:13'),(129006,45913,'action complete via WP Cron','2021-02-28 20:40:13','2021-02-28 12:40:13'),(129007,45914,'action created','2021-02-28 20:40:13','2021-02-28 12:40:13'),(129008,45914,'action started via WP Cron','2021-02-28 20:41:03','2021-02-28 12:41:03'),(129009,45914,'action complete via WP Cron','2021-02-28 20:41:03','2021-02-28 12:41:03'),(129010,45915,'action created','2021-02-28 20:41:03','2021-02-28 12:41:03'),(129011,45915,'action started via WP Cron','2021-02-28 20:42:30','2021-02-28 12:42:30'),(129012,45915,'action complete via WP Cron','2021-02-28 20:42:30','2021-02-28 12:42:30'),(129013,45916,'action created','2021-02-28 20:42:30','2021-02-28 12:42:30'),(129014,45916,'action started via WP Cron','2021-02-28 20:42:58','2021-02-28 12:42:58'),(129015,45916,'action complete via WP Cron','2021-02-28 20:42:58','2021-02-28 12:42:58'),(129016,45917,'action created','2021-02-28 20:42:58','2021-02-28 12:42:58'),(129017,45917,'action started via WP Cron','2021-02-28 20:43:59','2021-02-28 12:43:59'),(129018,45917,'action complete via WP Cron','2021-02-28 20:43:59','2021-02-28 12:43:59'),(129019,45918,'action created','2021-02-28 20:43:59','2021-02-28 12:43:59'),(129020,45918,'action started via WP Cron','2021-02-28 20:45:00','2021-02-28 12:45:00'),(129021,45918,'action complete via WP Cron','2021-02-28 20:45:00','2021-02-28 12:45:00'),(129022,45919,'action created','2021-02-28 20:45:00','2021-02-28 12:45:00'),(129023,45919,'action started via WP Cron','2021-02-28 20:45:42','2021-02-28 12:45:42'),(129024,45919,'action complete via WP Cron','2021-02-28 20:45:42','2021-02-28 12:45:42'),(129025,45920,'action created','2021-02-28 20:45:42','2021-02-28 12:45:42'),(129026,45920,'action started via WP Cron','2021-02-28 20:47:33','2021-02-28 12:47:33'),(129027,45920,'action complete via WP Cron','2021-02-28 20:47:33','2021-02-28 12:47:33'),(129028,45921,'action created','2021-02-28 20:47:33','2021-02-28 12:47:33'),(129029,45921,'action started via WP Cron','2021-02-28 20:48:18','2021-02-28 12:48:18'),(129030,45921,'action complete via WP Cron','2021-02-28 20:48:18','2021-02-28 12:48:18'),(129031,45922,'action created','2021-02-28 20:48:18','2021-02-28 12:48:18'),(129032,45922,'action started via WP Cron','2021-02-28 20:49:21','2021-02-28 12:49:21'),(129033,45922,'action complete via WP Cron','2021-02-28 20:49:21','2021-02-28 12:49:21'),(129034,45923,'action created','2021-02-28 20:49:21','2021-02-28 12:49:21'),(129035,45923,'action started via WP Cron','2021-02-28 20:50:20','2021-02-28 12:50:20'),(129036,45923,'action complete via WP Cron','2021-02-28 20:50:20','2021-02-28 12:50:20'),(129037,45924,'action created','2021-02-28 20:50:20','2021-02-28 12:50:20'),(129038,45924,'action started via WP Cron','2021-02-28 20:51:03','2021-02-28 12:51:03'),(129039,45924,'action complete via WP Cron','2021-02-28 20:51:03','2021-02-28 12:51:03'),(129040,45925,'action created','2021-02-28 20:51:03','2021-02-28 12:51:03'),(129041,45925,'action started via WP Cron','2021-02-28 20:51:48','2021-02-28 12:51:48'),(129042,45925,'action complete via WP Cron','2021-02-28 20:51:48','2021-02-28 12:51:48'),(129043,45926,'action created','2021-02-28 20:51:48','2021-02-28 12:51:48'),(129044,45926,'action started via WP Cron','2021-02-28 20:53:33','2021-02-28 12:53:33'),(129045,45926,'action complete via WP Cron','2021-02-28 20:53:33','2021-02-28 12:53:33'),(129046,45927,'action created','2021-02-28 20:53:33','2021-02-28 12:53:33'),(129047,45927,'action started via WP Cron','2021-02-28 20:54:37','2021-02-28 12:54:37'),(129048,45927,'action complete via WP Cron','2021-02-28 20:54:37','2021-02-28 12:54:37'),(129049,45928,'action created','2021-02-28 20:54:37','2021-02-28 12:54:37'),(129050,45928,'action started via WP Cron','2021-02-28 20:55:36','2021-02-28 12:55:36'),(129051,45928,'action complete via WP Cron','2021-02-28 20:55:36','2021-02-28 12:55:36'),(129052,45929,'action created','2021-02-28 20:55:37','2021-02-28 12:55:37'),(129053,45929,'action started via WP Cron','2021-02-28 20:57:24','2021-02-28 12:57:24'),(129054,45929,'action complete via WP Cron','2021-02-28 20:57:24','2021-02-28 12:57:24'),(129055,45930,'action created','2021-02-28 20:57:24','2021-02-28 12:57:24'),(129056,45930,'action started via WP Cron','2021-02-28 20:58:32','2021-02-28 12:58:32'),(129057,45930,'action complete via WP Cron','2021-02-28 20:58:32','2021-02-28 12:58:32'),(129058,45931,'action created','2021-02-28 20:58:32','2021-02-28 12:58:32'),(129059,45931,'action started via WP Cron','2021-02-28 20:59:21','2021-02-28 12:59:21'),(129060,45931,'action complete via WP Cron','2021-02-28 20:59:21','2021-02-28 12:59:21'),(129061,45932,'action created','2021-02-28 20:59:21','2021-02-28 12:59:21'),(129062,45932,'action started via WP Cron','2021-02-28 21:00:20','2021-02-28 13:00:20'),(129063,45932,'action complete via WP Cron','2021-02-28 21:00:20','2021-02-28 13:00:20'),(129064,45933,'action created','2021-02-28 21:00:20','2021-02-28 13:00:20'),(129065,45933,'action started via WP Cron','2021-02-28 21:01:10','2021-02-28 13:01:10'),(129066,45933,'action complete via WP Cron','2021-02-28 21:01:10','2021-02-28 13:01:10'),(129067,45934,'action created','2021-02-28 21:01:10','2021-02-28 13:01:10'),(129068,45934,'action started via WP Cron','2021-02-28 21:02:03','2021-02-28 13:02:03'),(129069,45934,'action complete via WP Cron','2021-02-28 21:02:03','2021-02-28 13:02:03'),(129070,45935,'action created','2021-02-28 21:02:03','2021-02-28 13:02:03'),(129071,45935,'action started via WP Cron','2021-02-28 21:02:44','2021-02-28 13:02:44'),(129072,45935,'action complete via WP Cron','2021-02-28 21:02:44','2021-02-28 13:02:44'),(129073,45936,'action created','2021-02-28 21:02:45','2021-02-28 13:02:45'),(129074,45936,'action started via WP Cron','2021-02-28 21:04:26','2021-02-28 13:04:26'),(129075,45936,'action complete via WP Cron','2021-02-28 21:04:26','2021-02-28 13:04:26'),(129076,45937,'action created','2021-02-28 21:04:26','2021-02-28 13:04:26'),(129077,45937,'action started via WP Cron','2021-02-28 21:05:09','2021-02-28 13:05:09'),(129078,45937,'action complete via WP Cron','2021-02-28 21:05:09','2021-02-28 13:05:09'),(129079,45938,'action created','2021-02-28 21:05:09','2021-02-28 13:05:09'),(129080,45938,'action started via WP Cron','2021-02-28 21:06:01','2021-02-28 13:06:01'),(129081,45938,'action complete via WP Cron','2021-02-28 21:06:01','2021-02-28 13:06:01'),(129082,45939,'action created','2021-02-28 21:06:01','2021-02-28 13:06:01'),(129083,45939,'action started via WP Cron','2021-02-28 21:06:43','2021-02-28 13:06:43'),(129084,45939,'action complete via WP Cron','2021-02-28 21:06:43','2021-02-28 13:06:43'),(129085,45940,'action created','2021-02-28 21:06:43','2021-02-28 13:06:43'),(129086,45940,'action started via WP Cron','2021-02-28 21:07:41','2021-02-28 13:07:41'),(129087,45940,'action complete via WP Cron','2021-02-28 21:07:41','2021-02-28 13:07:41'),(129088,45941,'action created','2021-02-28 21:07:42','2021-02-28 13:07:42'),(129089,45941,'action started via WP Cron','2021-02-28 21:08:57','2021-02-28 13:08:57'),(129090,45941,'action complete via WP Cron','2021-02-28 21:08:57','2021-02-28 13:08:57'),(129091,45942,'action created','2021-02-28 21:08:57','2021-02-28 13:08:57'),(129092,45942,'action started via WP Cron','2021-02-28 21:10:19','2021-02-28 13:10:19'),(129093,45942,'action complete via WP Cron','2021-02-28 21:10:19','2021-02-28 13:10:19'),(129094,45943,'action created','2021-02-28 21:10:19','2021-02-28 13:10:19'),(129095,45943,'action started via WP Cron','2021-02-28 21:11:11','2021-02-28 13:11:11'),(129096,45943,'action complete via WP Cron','2021-02-28 21:11:11','2021-02-28 13:11:11'),(129097,45944,'action created','2021-02-28 21:11:11','2021-02-28 13:11:11'),(129098,45944,'action started via WP Cron','2021-02-28 21:12:11','2021-02-28 13:12:11'),(129099,45944,'action complete via WP Cron','2021-02-28 21:12:11','2021-02-28 13:12:11'),(129100,45945,'action created','2021-02-28 21:12:11','2021-02-28 13:12:11'),(129101,45945,'action started via WP Cron','2021-02-28 21:13:13','2021-02-28 13:13:13'),(129102,45945,'action complete via WP Cron','2021-02-28 21:13:13','2021-02-28 13:13:13'),(129103,45946,'action created','2021-02-28 21:13:13','2021-02-28 13:13:13'),(129104,45946,'action started via WP Cron','2021-02-28 21:14:23','2021-02-28 13:14:23'),(129105,45946,'action complete via WP Cron','2021-02-28 21:14:23','2021-02-28 13:14:23'),(129106,45947,'action created','2021-02-28 21:14:23','2021-02-28 13:14:23'),(129107,45947,'action started via WP Cron','2021-02-28 21:15:30','2021-02-28 13:15:30'),(129108,45947,'action complete via WP Cron','2021-02-28 21:15:30','2021-02-28 13:15:30'),(129109,45948,'action created','2021-02-28 21:15:30','2021-02-28 13:15:30'),(129110,45948,'action started via WP Cron','2021-02-28 21:15:49','2021-02-28 13:15:49'),(129111,45948,'action complete via WP Cron','2021-02-28 21:15:49','2021-02-28 13:15:49'),(129112,45949,'action created','2021-02-28 21:15:49','2021-02-28 13:15:49'),(129113,45949,'action started via WP Cron','2021-02-28 21:16:55','2021-02-28 13:16:55'),(129114,45949,'action complete via WP Cron','2021-02-28 21:16:55','2021-02-28 13:16:55'),(129115,45950,'action created','2021-02-28 21:16:55','2021-02-28 13:16:55'),(129116,45950,'action started via WP Cron','2021-02-28 21:17:48','2021-02-28 13:17:48'),(129117,45950,'action complete via WP Cron','2021-02-28 21:17:48','2021-02-28 13:17:48'),(129118,45951,'action created','2021-02-28 21:17:48','2021-02-28 13:17:48'),(129119,45951,'action started via WP Cron','2021-02-28 21:19:22','2021-02-28 13:19:22'),(129120,45951,'action complete via WP Cron','2021-02-28 21:19:22','2021-02-28 13:19:22'),(129121,45952,'action created','2021-02-28 21:19:22','2021-02-28 13:19:22'),(129122,45952,'action started via WP Cron','2021-02-28 21:19:42','2021-02-28 13:19:42'),(129123,45952,'action complete via WP Cron','2021-02-28 21:19:42','2021-02-28 13:19:42'),(129124,45953,'action created','2021-02-28 21:19:42','2021-02-28 13:19:42'),(129125,45953,'action started via WP Cron','2021-02-28 21:21:01','2021-02-28 13:21:01'),(129126,45953,'action complete via WP Cron','2021-02-28 21:21:01','2021-02-28 13:21:01'),(129127,45954,'action created','2021-02-28 21:21:01','2021-02-28 13:21:01'),(129128,45954,'action started via WP Cron','2021-02-28 21:22:13','2021-02-28 13:22:13'),(129129,45954,'action complete via WP Cron','2021-02-28 21:22:13','2021-02-28 13:22:13'),(129130,45955,'action created','2021-02-28 21:22:13','2021-02-28 13:22:13'),(129131,45955,'action started via WP Cron','2021-02-28 21:22:57','2021-02-28 13:22:57'),(129132,45955,'action complete via WP Cron','2021-02-28 21:22:57','2021-02-28 13:22:57'),(129133,45956,'action created','2021-02-28 21:22:57','2021-02-28 13:22:57'),(129134,45956,'action started via WP Cron','2021-02-28 21:23:59','2021-02-28 13:23:59'),(129135,45956,'action complete via WP Cron','2021-02-28 21:23:59','2021-02-28 13:23:59'),(129136,45957,'action created','2021-02-28 21:23:59','2021-02-28 13:23:59'),(129137,45957,'action started via WP Cron','2021-02-28 21:24:49','2021-02-28 13:24:49'),(129138,45957,'action complete via WP Cron','2021-02-28 21:24:49','2021-02-28 13:24:49'),(129139,45958,'action created','2021-02-28 21:24:49','2021-02-28 13:24:49'),(129140,45958,'action started via WP Cron','2021-02-28 21:26:25','2021-02-28 13:26:25'),(129141,45958,'action complete via WP Cron','2021-02-28 21:26:25','2021-02-28 13:26:25'),(129142,45959,'action created','2021-02-28 21:26:26','2021-02-28 13:26:26'),(129143,45959,'action started via WP Cron','2021-02-28 21:27:36','2021-02-28 13:27:36'),(129144,45959,'action complete via WP Cron','2021-02-28 21:27:36','2021-02-28 13:27:36'),(129145,45960,'action created','2021-02-28 21:27:36','2021-02-28 13:27:36'),(129146,45960,'action started via WP Cron','2021-02-28 21:28:27','2021-02-28 13:28:27'),(129147,45960,'action complete via WP Cron','2021-02-28 21:28:27','2021-02-28 13:28:27'),(129148,45961,'action created','2021-02-28 21:28:27','2021-02-28 13:28:27'),(129149,45961,'action started via WP Cron','2021-02-28 21:29:16','2021-02-28 13:29:16'),(129150,45961,'action complete via WP Cron','2021-02-28 21:29:16','2021-02-28 13:29:16'),(129151,45962,'action created','2021-02-28 21:29:16','2021-02-28 13:29:16'),(129152,45962,'action started via WP Cron','2021-02-28 21:30:30','2021-02-28 13:30:30'),(129153,45962,'action complete via WP Cron','2021-02-28 21:30:30','2021-02-28 13:30:30'),(129154,45963,'action created','2021-02-28 21:30:30','2021-02-28 13:30:30'),(129155,45963,'action started via WP Cron','2021-02-28 21:30:42','2021-02-28 13:30:42'),(129156,45963,'action complete via WP Cron','2021-02-28 21:30:42','2021-02-28 13:30:42'),(129157,45964,'action created','2021-02-28 21:30:42','2021-02-28 13:30:42'),(129158,45964,'action started via WP Cron','2021-02-28 21:32:20','2021-02-28 13:32:20'),(129159,45964,'action complete via WP Cron','2021-02-28 21:32:20','2021-02-28 13:32:20'),(129160,45965,'action created','2021-02-28 21:33:35','2021-02-28 13:33:35'),(129161,45965,'action started via WP Cron','2021-02-28 21:34:24','2021-02-28 13:34:24'),(129162,45965,'action complete via WP Cron','2021-02-28 21:34:24','2021-02-28 13:34:24'),(129163,45966,'action created','2021-02-28 21:34:25','2021-02-28 13:34:25'),(129164,45966,'action started via WP Cron','2021-02-28 21:35:06','2021-02-28 13:35:06'),(129165,45966,'action complete via WP Cron','2021-02-28 21:35:06','2021-02-28 13:35:06'),(129166,45967,'action created','2021-02-28 21:35:06','2021-02-28 13:35:06'),(129167,45967,'action started via WP Cron','2021-02-28 21:35:56','2021-02-28 13:35:56'),(129168,45967,'action complete via WP Cron','2021-02-28 21:35:56','2021-02-28 13:35:56'),(129169,45968,'action created','2021-02-28 21:35:56','2021-02-28 13:35:56'),(129170,45968,'action started via WP Cron','2021-02-28 21:36:59','2021-02-28 13:36:59'),(129171,45968,'action complete via WP Cron','2021-02-28 21:36:59','2021-02-28 13:36:59'),(129172,45969,'action created','2021-02-28 21:36:59','2021-02-28 13:36:59'),(129173,45969,'action started via WP Cron','2021-02-28 21:38:17','2021-02-28 13:38:17'),(129174,45969,'action complete via WP Cron','2021-02-28 21:38:17','2021-02-28 13:38:17'),(129175,45970,'action created','2021-02-28 21:38:17','2021-02-28 13:38:17'),(129176,45970,'action started via WP Cron','2021-02-28 21:39:03','2021-02-28 13:39:03'),(129177,45970,'action complete via WP Cron','2021-02-28 21:39:03','2021-02-28 13:39:03'),(129178,45971,'action created','2021-02-28 21:39:03','2021-02-28 13:39:03'),(129179,45971,'action started via WP Cron','2021-02-28 21:39:54','2021-02-28 13:39:54'),(129180,45971,'action complete via WP Cron','2021-02-28 21:39:54','2021-02-28 13:39:54'),(129181,45972,'action created','2021-02-28 21:39:54','2021-02-28 13:39:54'),(129182,45972,'action started via WP Cron','2021-02-28 21:41:13','2021-02-28 13:41:13'),(129183,45972,'action complete via WP Cron','2021-02-28 21:41:13','2021-02-28 13:41:13'),(129184,45973,'action created','2021-02-28 21:41:13','2021-02-28 13:41:13'),(129185,45973,'action started via WP Cron','2021-02-28 21:41:44','2021-02-28 13:41:44'),(129186,45973,'action complete via WP Cron','2021-02-28 21:41:44','2021-02-28 13:41:44'),(129187,45974,'action created','2021-02-28 21:41:44','2021-02-28 13:41:44'),(129188,45974,'action started via WP Cron','2021-02-28 21:43:15','2021-02-28 13:43:15'),(129189,45974,'action complete via WP Cron','2021-02-28 21:43:15','2021-02-28 13:43:15'),(129190,45975,'action created','2021-02-28 21:44:14','2021-02-28 13:44:14'),(129191,45975,'action started via WP Cron','2021-02-28 21:45:11','2021-02-28 13:45:11'),(129192,45975,'action complete via WP Cron','2021-02-28 21:45:11','2021-02-28 13:45:11'),(129193,45976,'action created','2021-02-28 21:45:11','2021-02-28 13:45:11'),(129194,45976,'action started via WP Cron','2021-02-28 21:45:50','2021-02-28 13:45:50'),(129195,45976,'action complete via WP Cron','2021-02-28 21:45:50','2021-02-28 13:45:50'),(129196,45977,'action created','2021-02-28 21:45:50','2021-02-28 13:45:50'),(129197,45977,'action started via WP Cron','2021-02-28 21:47:31','2021-02-28 13:47:31'),(129198,45977,'action complete via WP Cron','2021-02-28 21:47:31','2021-02-28 13:47:31'),(129199,45978,'action created','2021-02-28 21:47:31','2021-02-28 13:47:31'),(129200,45978,'action started via WP Cron','2021-02-28 21:48:15','2021-02-28 13:48:15'),(129201,45978,'action complete via WP Cron','2021-02-28 21:48:15','2021-02-28 13:48:15'),(129202,45979,'action created','2021-02-28 21:48:15','2021-02-28 13:48:15'),(129203,45979,'action started via WP Cron','2021-02-28 21:49:02','2021-02-28 13:49:02'),(129204,45979,'action complete via WP Cron','2021-02-28 21:49:02','2021-02-28 13:49:02'),(129205,45980,'action created','2021-02-28 21:49:02','2021-02-28 13:49:02'),(129206,45980,'action started via WP Cron','2021-02-28 21:50:00','2021-02-28 13:50:00'),(129207,45980,'action complete via WP Cron','2021-02-28 21:50:00','2021-02-28 13:50:00'),(129208,45981,'action created','2021-02-28 21:50:00','2021-02-28 13:50:00'),(129209,45981,'action started via WP Cron','2021-02-28 21:50:42','2021-02-28 13:50:42'),(129210,45981,'action complete via WP Cron','2021-02-28 21:50:42','2021-02-28 13:50:42'),(129211,45982,'action created','2021-02-28 21:50:42','2021-02-28 13:50:42'),(129212,45982,'action started via WP Cron','2021-02-28 21:52:01','2021-02-28 13:52:01'),(129213,45982,'action complete via WP Cron','2021-02-28 21:52:01','2021-02-28 13:52:01'),(129214,45983,'action created','2021-02-28 21:52:01','2021-02-28 13:52:01'),(129215,45983,'action started via WP Cron','2021-02-28 21:53:07','2021-02-28 13:53:07'),(129216,45983,'action complete via WP Cron','2021-02-28 21:53:07','2021-02-28 13:53:07'),(129217,45984,'action created','2021-02-28 21:53:07','2021-02-28 13:53:07'),(129218,45984,'action started via WP Cron','2021-02-28 21:54:05','2021-02-28 13:54:05'),(129219,45984,'action complete via WP Cron','2021-02-28 21:54:05','2021-02-28 13:54:05'),(129220,45985,'action created','2021-02-28 21:54:05','2021-02-28 13:54:05'),(129221,45985,'action started via WP Cron','2021-02-28 21:57:59','2021-02-28 13:57:59'),(129222,45985,'action complete via WP Cron','2021-02-28 21:57:59','2021-02-28 13:57:59'),(129223,45986,'action created','2021-02-28 21:57:59','2021-02-28 13:57:59'),(129224,45986,'action started via WP Cron','2021-02-28 22:00:16','2021-02-28 14:00:16'),(129225,45986,'action complete via WP Cron','2021-02-28 22:00:16','2021-02-28 14:00:16'),(129226,45987,'action created','2021-02-28 22:00:16','2021-02-28 14:00:16'),(129227,45987,'action started via WP Cron','2021-02-28 22:00:46','2021-02-28 14:00:46'),(129228,45987,'action complete via WP Cron','2021-02-28 22:00:46','2021-02-28 14:00:46'),(129229,45988,'action created','2021-02-28 22:00:46','2021-02-28 14:00:46'),(129230,45988,'action started via WP Cron','2021-02-28 22:02:23','2021-02-28 14:02:23'),(129231,45988,'action complete via WP Cron','2021-02-28 22:02:23','2021-02-28 14:02:23'),(129232,45989,'action created','2021-02-28 22:02:23','2021-02-28 14:02:23'),(129233,45989,'action started via WP Cron','2021-02-28 22:03:47','2021-02-28 14:03:47'),(129234,45989,'action complete via WP Cron','2021-02-28 22:03:47','2021-02-28 14:03:47'),(129235,45990,'action created','2021-02-28 22:03:47','2021-02-28 14:03:47'),(129236,45990,'action started via WP Cron','2021-02-28 22:05:03','2021-02-28 14:05:03'),(129237,45990,'action complete via WP Cron','2021-02-28 22:05:03','2021-02-28 14:05:03'),(129238,45991,'action created','2021-02-28 22:05:03','2021-02-28 14:05:03'),(129239,45991,'action started via WP Cron','2021-02-28 22:05:43','2021-02-28 14:05:43'),(129240,45991,'action complete via WP Cron','2021-02-28 22:05:43','2021-02-28 14:05:43'),(129241,45992,'action created','2021-02-28 22:05:43','2021-02-28 14:05:43'),(129242,45992,'action started via WP Cron','2021-02-28 22:06:54','2021-02-28 14:06:54'),(129243,45992,'action complete via WP Cron','2021-02-28 22:06:54','2021-02-28 14:06:54'),(129244,45993,'action created','2021-02-28 22:06:55','2021-02-28 14:06:55'),(129245,45993,'action started via WP Cron','2021-02-28 22:07:55','2021-02-28 14:07:55'),(129246,45993,'action complete via WP Cron','2021-02-28 22:07:55','2021-02-28 14:07:55'),(129247,45994,'action created','2021-02-28 22:07:55','2021-02-28 14:07:55'),(129248,45994,'action started via WP Cron','2021-02-28 22:09:05','2021-02-28 14:09:05'),(129249,45994,'action complete via WP Cron','2021-02-28 22:09:05','2021-02-28 14:09:05'),(129250,45995,'action created','2021-02-28 22:09:05','2021-02-28 14:09:05'),(129251,45995,'action started via WP Cron','2021-02-28 22:09:58','2021-02-28 14:09:58'),(129252,45995,'action complete via WP Cron','2021-02-28 22:09:58','2021-02-28 14:09:58'),(129253,45996,'action created','2021-02-28 22:11:09','2021-02-28 14:11:09'),(129254,45996,'action started via WP Cron','2021-02-28 22:11:44','2021-02-28 14:11:44'),(129255,45996,'action complete via WP Cron','2021-02-28 22:11:44','2021-02-28 14:11:44'),(129256,45997,'action created','2021-02-28 22:11:45','2021-02-28 14:11:45'),(129257,45997,'action started via WP Cron','2021-02-28 22:13:12','2021-02-28 14:13:12'),(129258,45997,'action complete via WP Cron','2021-02-28 22:13:12','2021-02-28 14:13:12'),(129259,45998,'action created','2021-02-28 22:13:12','2021-02-28 14:13:12'),(129260,45998,'action started via WP Cron','2021-02-28 22:13:42','2021-02-28 14:13:42'),(129261,45998,'action complete via WP Cron','2021-02-28 22:13:42','2021-02-28 14:13:42'),(129262,45999,'action created','2021-02-28 22:13:42','2021-02-28 14:13:42'),(129263,45999,'action started via WP Cron','2021-02-28 22:14:41','2021-02-28 14:14:41'),(129264,45999,'action complete via WP Cron','2021-02-28 22:14:41','2021-02-28 14:14:41'),(129265,46000,'action created','2021-02-28 22:14:41','2021-02-28 14:14:41'),(129266,46000,'action started via WP Cron','2021-02-28 22:15:54','2021-02-28 14:15:54'),(129267,46000,'action complete via WP Cron','2021-02-28 22:15:54','2021-02-28 14:15:54'),(129268,46001,'action created','2021-02-28 22:15:54','2021-02-28 14:15:54'),(129269,46001,'action started via WP Cron','2021-02-28 22:17:02','2021-02-28 14:17:02'),(129270,46001,'action complete via WP Cron','2021-02-28 22:17:02','2021-02-28 14:17:02'),(129271,46002,'action created','2021-02-28 22:17:02','2021-02-28 14:17:02'),(129272,46002,'action started via WP Cron','2021-02-28 22:17:54','2021-02-28 14:17:54'),(129273,46002,'action complete via WP Cron','2021-02-28 22:17:54','2021-02-28 14:17:54'),(129274,46003,'action created','2021-02-28 22:17:55','2021-02-28 14:17:55'),(129275,46003,'action started via WP Cron','2021-02-28 22:18:46','2021-02-28 14:18:46'),(129276,46003,'action complete via WP Cron','2021-02-28 22:18:46','2021-02-28 14:18:46'),(129277,46004,'action created','2021-02-28 22:18:46','2021-02-28 14:18:46'),(129278,46004,'action started via WP Cron','2021-02-28 22:19:59','2021-02-28 14:19:59'),(129279,46004,'action complete via WP Cron','2021-02-28 22:19:59','2021-02-28 14:19:59'),(129280,46005,'action created','2021-02-28 22:19:59','2021-02-28 14:19:59'),(129281,46005,'action started via WP Cron','2021-02-28 22:21:17','2021-02-28 14:21:17'),(129282,46005,'action complete via WP Cron','2021-02-28 22:21:17','2021-02-28 14:21:17'),(129283,46006,'action created','2021-02-28 22:21:17','2021-02-28 14:21:17'),(129284,46006,'action started via WP Cron','2021-02-28 22:21:53','2021-02-28 14:21:53'),(129285,46006,'action complete via WP Cron','2021-02-28 22:21:53','2021-02-28 14:21:53'),(129286,46007,'action created','2021-02-28 22:21:53','2021-02-28 14:21:53'),(129287,46007,'action started via WP Cron','2021-02-28 22:22:53','2021-02-28 14:22:53'),(129288,46007,'action complete via WP Cron','2021-02-28 22:22:53','2021-02-28 14:22:53'),(129289,46008,'action created','2021-02-28 22:22:53','2021-02-28 14:22:53'),(129290,46008,'action started via WP Cron','2021-02-28 22:23:51','2021-02-28 14:23:51'),(129291,46008,'action complete via WP Cron','2021-02-28 22:23:51','2021-02-28 14:23:51'),(129292,46009,'action created','2021-02-28 22:23:51','2021-02-28 14:23:51'),(129293,46009,'action started via WP Cron','2021-02-28 22:24:53','2021-02-28 14:24:53'),(129294,46009,'action complete via WP Cron','2021-02-28 22:24:53','2021-02-28 14:24:53'),(129295,46010,'action created','2021-02-28 22:24:53','2021-02-28 14:24:53'),(129296,46010,'action started via WP Cron','2021-02-28 22:25:56','2021-02-28 14:25:56'),(129297,46010,'action complete via WP Cron','2021-02-28 22:25:56','2021-02-28 14:25:56'),(129298,46011,'action created','2021-02-28 22:25:56','2021-02-28 14:25:56'),(129299,46011,'action started via WP Cron','2021-02-28 22:26:56','2021-02-28 14:26:56'),(129300,46011,'action complete via WP Cron','2021-02-28 22:26:56','2021-02-28 14:26:56'),(129301,46012,'action created','2021-02-28 22:26:56','2021-02-28 14:26:56'),(129302,46012,'action started via WP Cron','2021-02-28 22:27:59','2021-02-28 14:27:59'),(129303,46012,'action complete via WP Cron','2021-02-28 22:27:59','2021-02-28 14:27:59'),(129304,46013,'action created','2021-02-28 22:27:59','2021-02-28 14:27:59'),(129305,46013,'action started via WP Cron','2021-02-28 22:29:02','2021-02-28 14:29:02'),(129306,46013,'action complete via WP Cron','2021-02-28 22:29:02','2021-02-28 14:29:02'),(129307,46014,'action created','2021-02-28 22:29:02','2021-02-28 14:29:02'),(129308,46014,'action started via WP Cron','2021-02-28 22:30:10','2021-02-28 14:30:10'),(129309,46014,'action complete via WP Cron','2021-02-28 22:30:10','2021-02-28 14:30:10'),(129310,46015,'action created','2021-02-28 22:30:11','2021-02-28 14:30:11'),(129311,46015,'action started via WP Cron','2021-02-28 22:30:56','2021-02-28 14:30:56'),(129312,46015,'action complete via WP Cron','2021-02-28 22:30:56','2021-02-28 14:30:56'),(129313,46016,'action created','2021-02-28 22:31:17','2021-02-28 14:31:17'),(129314,46016,'action started via WP Cron','2021-02-28 22:32:13','2021-02-28 14:32:13'),(129315,46016,'action complete via WP Cron','2021-02-28 22:32:13','2021-02-28 14:32:13'),(129316,46017,'action created','2021-02-28 22:32:13','2021-02-28 14:32:13'),(129317,46017,'action started via WP Cron','2021-02-28 22:32:50','2021-02-28 14:32:50'),(129318,46017,'action complete via WP Cron','2021-02-28 22:32:50','2021-02-28 14:32:50'),(129319,46018,'action created','2021-02-28 22:32:50','2021-02-28 14:32:50'),(129320,46018,'action started via WP Cron','2021-02-28 22:34:02','2021-02-28 14:34:02'),(129321,46018,'action complete via WP Cron','2021-02-28 22:34:02','2021-02-28 14:34:02'),(129322,46019,'action created','2021-02-28 22:34:02','2021-02-28 14:34:02'),(129323,46019,'action started via WP Cron','2021-02-28 22:35:15','2021-02-28 14:35:15'),(129324,46019,'action complete via WP Cron','2021-02-28 22:35:15','2021-02-28 14:35:15'),(129325,46020,'action created','2021-02-28 22:35:15','2021-02-28 14:35:15'),(129326,46020,'action started via WP Cron','2021-02-28 22:35:55','2021-02-28 14:35:55'),(129327,46020,'action complete via WP Cron','2021-02-28 22:35:55','2021-02-28 14:35:55'),(129328,46021,'action created','2021-02-28 22:35:55','2021-02-28 14:35:55'),(129329,46021,'action started via WP Cron','2021-02-28 22:36:40','2021-02-28 14:36:40'),(129330,46021,'action complete via WP Cron','2021-02-28 22:36:40','2021-02-28 14:36:40'),(129331,46022,'action created','2021-02-28 22:36:40','2021-02-28 14:36:40'),(129332,46022,'action started via WP Cron','2021-02-28 22:37:41','2021-02-28 14:37:41'),(129333,46022,'action complete via WP Cron','2021-02-28 22:37:41','2021-02-28 14:37:41'),(129334,46023,'action created','2021-02-28 22:37:41','2021-02-28 14:37:41'),(129335,46023,'action started via WP Cron','2021-02-28 22:38:59','2021-02-28 14:38:59'),(129336,46023,'action complete via WP Cron','2021-02-28 22:38:59','2021-02-28 14:38:59'),(129337,46024,'action created','2021-02-28 22:38:59','2021-02-28 14:38:59'),(129338,46024,'action started via WP Cron','2021-02-28 22:39:57','2021-02-28 14:39:57'),(129339,46024,'action complete via WP Cron','2021-02-28 22:39:57','2021-02-28 14:39:57'),(129340,46025,'action created','2021-02-28 22:39:57','2021-02-28 14:39:57'),(129341,46025,'action started via WP Cron','2021-02-28 22:41:04','2021-02-28 14:41:04'),(129342,46025,'action complete via WP Cron','2021-02-28 22:41:04','2021-02-28 14:41:04'),(129343,46026,'action created','2021-02-28 22:41:04','2021-02-28 14:41:04'),(129344,46026,'action started via WP Cron','2021-02-28 22:42:05','2021-02-28 14:42:05'),(129345,46026,'action complete via WP Cron','2021-02-28 22:42:05','2021-02-28 14:42:05'),(129346,46027,'action created','2021-02-28 22:42:05','2021-02-28 14:42:05'),(129347,46027,'action started via WP Cron','2021-02-28 22:43:08','2021-02-28 14:43:08'),(129348,46027,'action complete via WP Cron','2021-02-28 22:43:08','2021-02-28 14:43:08'),(129349,46028,'action created','2021-02-28 22:43:08','2021-02-28 14:43:08'),(129350,46028,'action started via WP Cron','2021-02-28 22:44:07','2021-02-28 14:44:07'),(129351,46028,'action complete via WP Cron','2021-02-28 22:44:07','2021-02-28 14:44:07'),(129352,46029,'action created','2021-02-28 22:44:07','2021-02-28 14:44:07'),(129353,46029,'action started via WP Cron','2021-02-28 22:44:49','2021-02-28 14:44:49'),(129354,46029,'action complete via WP Cron','2021-02-28 22:44:49','2021-02-28 14:44:49'),(129355,46030,'action created','2021-02-28 22:44:49','2021-02-28 14:44:49'),(129356,46030,'action started via WP Cron','2021-02-28 22:46:10','2021-02-28 14:46:10'),(129357,46030,'action complete via WP Cron','2021-02-28 22:46:10','2021-02-28 14:46:10'),(129358,46031,'action created','2021-02-28 22:46:11','2021-02-28 14:46:11'),(129359,46031,'action started via WP Cron','2021-02-28 22:46:47','2021-02-28 14:46:47'),(129360,46031,'action complete via WP Cron','2021-02-28 22:46:47','2021-02-28 14:46:47'),(129361,46032,'action created','2021-02-28 22:46:47','2021-02-28 14:46:47'),(129362,46032,'action started via WP Cron','2021-02-28 22:47:56','2021-02-28 14:47:56'),(129363,46032,'action complete via WP Cron','2021-02-28 22:47:56','2021-02-28 14:47:56'),(129364,46033,'action created','2021-02-28 22:47:56','2021-02-28 14:47:56'),(129365,46033,'action started via WP Cron','2021-02-28 22:48:52','2021-02-28 14:48:52'),(129366,46033,'action complete via WP Cron','2021-02-28 22:48:52','2021-02-28 14:48:52'),(129367,46034,'action created','2021-02-28 22:48:52','2021-02-28 14:48:52'),(129368,46034,'action started via WP Cron','2021-02-28 22:50:16','2021-02-28 14:50:16'),(129369,46034,'action complete via WP Cron','2021-02-28 22:50:16','2021-02-28 14:50:16'),(129370,46035,'action created','2021-02-28 22:50:16','2021-02-28 14:50:16'),(129371,46035,'action started via WP Cron','2021-02-28 22:50:51','2021-02-28 14:50:51'),(129372,46035,'action complete via WP Cron','2021-02-28 22:50:51','2021-02-28 14:50:51'),(129373,46036,'action created','2021-02-28 22:50:51','2021-02-28 14:50:51'),(129374,46036,'action started via WP Cron','2021-02-28 22:52:16','2021-02-28 14:52:16'),(129375,46036,'action complete via WP Cron','2021-02-28 22:52:16','2021-02-28 14:52:16'),(129376,46037,'action created','2021-02-28 22:52:16','2021-02-28 14:52:16'),(129377,46037,'action started via WP Cron','2021-02-28 22:52:57','2021-02-28 14:52:57'),(129378,46037,'action complete via WP Cron','2021-02-28 22:52:57','2021-02-28 14:52:57'),(129379,46038,'action created','2021-02-28 22:52:57','2021-02-28 14:52:57'),(129380,46038,'action started via WP Cron','2021-02-28 22:54:02','2021-02-28 14:54:02'),(129381,46038,'action complete via WP Cron','2021-02-28 22:54:02','2021-02-28 14:54:02'),(129382,46039,'action created','2021-02-28 22:54:02','2021-02-28 14:54:02'),(129383,46039,'action started via WP Cron','2021-02-28 22:54:41','2021-02-28 14:54:41'),(129384,46039,'action complete via WP Cron','2021-02-28 22:54:41','2021-02-28 14:54:41'),(129385,46040,'action created','2021-02-28 22:54:41','2021-02-28 14:54:41'),(129386,46040,'action started via WP Cron','2021-02-28 22:56:12','2021-02-28 14:56:12'),(129387,46040,'action complete via WP Cron','2021-02-28 22:56:12','2021-02-28 14:56:12'),(129388,46041,'action created','2021-02-28 22:56:12','2021-02-28 14:56:12'),(129389,46041,'action started via WP Cron','2021-02-28 22:56:52','2021-02-28 14:56:52'),(129390,46041,'action complete via WP Cron','2021-02-28 22:56:52','2021-02-28 14:56:52'),(129391,46042,'action created','2021-02-28 22:56:52','2021-02-28 14:56:52'),(129392,46042,'action started via WP Cron','2021-02-28 22:57:41','2021-02-28 14:57:41'),(129393,46042,'action complete via WP Cron','2021-02-28 22:57:41','2021-02-28 14:57:41'),(129394,46043,'action created','2021-02-28 22:57:41','2021-02-28 14:57:41'),(129395,46043,'action started via WP Cron','2021-02-28 22:58:42','2021-02-28 14:58:42'),(129396,46043,'action complete via WP Cron','2021-02-28 22:58:42','2021-02-28 14:58:42'),(129397,46044,'action created','2021-02-28 22:58:42','2021-02-28 14:58:42'),(129398,46044,'action started via WP Cron','2021-02-28 23:00:46','2021-02-28 15:00:46'),(129399,46044,'action complete via WP Cron','2021-02-28 23:00:46','2021-02-28 15:00:46'),(129400,46045,'action created','2021-02-28 23:00:46','2021-02-28 15:00:46'),(129401,46045,'action started via WP Cron','2021-02-28 23:02:30','2021-02-28 15:02:30'),(129402,46045,'action complete via WP Cron','2021-02-28 23:02:30','2021-02-28 15:02:30'),(129403,46046,'action created','2021-02-28 23:02:30','2021-02-28 15:02:30'),(129404,46046,'action started via WP Cron','2021-02-28 23:03:24','2021-02-28 15:03:24'),(129405,46046,'action complete via WP Cron','2021-02-28 23:03:24','2021-02-28 15:03:24'),(129406,46047,'action created','2021-02-28 23:03:24','2021-02-28 15:03:24'),(129407,46047,'action started via WP Cron','2021-02-28 23:04:25','2021-02-28 15:04:25'),(129408,46047,'action complete via WP Cron','2021-02-28 23:04:25','2021-02-28 15:04:25'),(129409,46048,'action created','2021-02-28 23:04:25','2021-02-28 15:04:25'),(129410,46048,'action started via WP Cron','2021-02-28 23:11:38','2021-02-28 15:11:38'),(129411,46048,'action complete via WP Cron','2021-02-28 23:11:38','2021-02-28 15:11:38'),(129412,46049,'action created','2021-02-28 23:11:38','2021-02-28 15:11:38'),(129413,46049,'action started via WP Cron','2021-02-28 23:13:55','2021-02-28 15:13:55'),(129414,46049,'action complete via WP Cron','2021-02-28 23:13:55','2021-02-28 15:13:55'),(129415,46050,'action created','2021-02-28 23:13:55','2021-02-28 15:13:55'),(129416,46050,'action started via WP Cron','2021-02-28 23:14:49','2021-02-28 15:14:49'),(129417,46050,'action complete via WP Cron','2021-02-28 23:14:49','2021-02-28 15:14:49'),(129418,46051,'action created','2021-02-28 23:14:49','2021-02-28 15:14:49'),(129419,46051,'action started via WP Cron','2021-02-28 23:16:02','2021-02-28 15:16:02'),(129420,46051,'action complete via WP Cron','2021-02-28 23:16:02','2021-02-28 15:16:02'),(129421,46052,'action created','2021-02-28 23:16:02','2021-02-28 15:16:02'),(129422,46052,'action started via WP Cron','2021-02-28 23:17:09','2021-02-28 15:17:09'),(129423,46052,'action complete via WP Cron','2021-02-28 23:17:09','2021-02-28 15:17:09'),(129424,46053,'action created','2021-02-28 23:17:09','2021-02-28 15:17:09'),(129425,46053,'action started via WP Cron','2021-02-28 23:17:52','2021-02-28 15:17:52'),(129426,46053,'action complete via WP Cron','2021-02-28 23:17:52','2021-02-28 15:17:52'),(129427,46054,'action created','2021-02-28 23:17:52','2021-02-28 15:17:52'),(129428,46054,'action started via WP Cron','2021-02-28 23:19:12','2021-02-28 15:19:12'),(129429,46054,'action complete via WP Cron','2021-02-28 23:19:12','2021-02-28 15:19:12'),(129430,46055,'action created','2021-02-28 23:19:12','2021-02-28 15:19:12'),(129431,46055,'action started via WP Cron','2021-02-28 23:19:55','2021-02-28 15:19:55'),(129432,46055,'action complete via WP Cron','2021-02-28 23:19:55','2021-02-28 15:19:55'),(129433,46056,'action created','2021-02-28 23:19:55','2021-02-28 15:19:55'),(129434,46056,'action started via WP Cron','2021-02-28 23:21:16','2021-02-28 15:21:16'),(129435,46056,'action complete via WP Cron','2021-02-28 23:21:16','2021-02-28 15:21:16'),(129436,46057,'action created','2021-02-28 23:21:16','2021-02-28 15:21:16'),(129437,46057,'action started via WP Cron','2021-02-28 23:21:58','2021-02-28 15:21:58'),(129438,46057,'action complete via WP Cron','2021-02-28 23:21:58','2021-02-28 15:21:58'),(129439,46058,'action created','2021-02-28 23:21:58','2021-02-28 15:21:58'),(129440,46058,'action started via WP Cron','2021-02-28 23:23:09','2021-02-28 15:23:09'),(129441,46058,'action complete via WP Cron','2021-02-28 23:23:09','2021-02-28 15:23:09'),(129442,46059,'action created','2021-02-28 23:23:09','2021-02-28 15:23:09'),(129443,46059,'action started via WP Cron','2021-02-28 23:23:41','2021-02-28 15:23:41'),(129444,46059,'action complete via WP Cron','2021-02-28 23:23:41','2021-02-28 15:23:41'),(129445,46060,'action created','2021-02-28 23:23:41','2021-02-28 15:23:41'),(129446,46060,'action started via WP Cron','2021-02-28 23:25:25','2021-02-28 15:25:25'),(129447,46060,'action complete via WP Cron','2021-02-28 23:25:25','2021-02-28 15:25:25'),(129448,46061,'action created','2021-02-28 23:25:25','2021-02-28 15:25:25'),(129449,46061,'action started via WP Cron','2021-02-28 23:25:57','2021-02-28 15:25:57'),(129450,46061,'action complete via WP Cron','2021-02-28 23:25:57','2021-02-28 15:25:57'),(129451,46062,'action created','2021-02-28 23:25:57','2021-02-28 15:25:57'),(129452,46062,'action started via WP Cron','2021-02-28 23:26:43','2021-02-28 15:26:43'),(129453,46062,'action complete via WP Cron','2021-02-28 23:26:43','2021-02-28 15:26:43'),(129454,46063,'action created','2021-02-28 23:26:43','2021-02-28 15:26:43'),(129455,46063,'action started via WP Cron','2021-02-28 23:28:14','2021-02-28 15:28:14'),(129456,46063,'action complete via WP Cron','2021-02-28 23:28:14','2021-02-28 15:28:14'),(129457,46064,'action created','2021-02-28 23:28:14','2021-02-28 15:28:14'),(129458,46064,'action started via WP Cron','2021-02-28 23:28:50','2021-02-28 15:28:50'),(129459,46064,'action complete via WP Cron','2021-02-28 23:28:50','2021-02-28 15:28:50'),(129460,46065,'action created','2021-02-28 23:28:50','2021-02-28 15:28:50'),(129461,46065,'action started via WP Cron','2021-02-28 23:30:07','2021-02-28 15:30:07'),(129462,46065,'action complete via WP Cron','2021-02-28 23:30:07','2021-02-28 15:30:07'),(129463,46066,'action created','2021-02-28 23:30:07','2021-02-28 15:30:07'),(129464,46066,'action started via WP Cron','2021-02-28 23:30:51','2021-02-28 15:30:51'),(129465,46066,'action complete via WP Cron','2021-02-28 23:30:51','2021-02-28 15:30:51'),(129466,46067,'action created','2021-02-28 23:30:51','2021-02-28 15:30:51'),(129467,46067,'action started via WP Cron','2021-02-28 23:32:28','2021-02-28 15:32:28'),(129468,46067,'action complete via WP Cron','2021-02-28 23:32:28','2021-02-28 15:32:28'),(129469,46068,'action created','2021-02-28 23:32:28','2021-02-28 15:32:28'),(129470,46068,'action started via WP Cron','2021-02-28 23:33:12','2021-02-28 15:33:12'),(129471,46068,'action complete via WP Cron','2021-02-28 23:33:12','2021-02-28 15:33:12'),(129472,46069,'action created','2021-02-28 23:33:12','2021-02-28 15:33:12'),(129473,46069,'action started via WP Cron','2021-02-28 23:33:51','2021-02-28 15:33:51'),(129474,46069,'action complete via WP Cron','2021-02-28 23:33:51','2021-02-28 15:33:51'),(129475,46070,'action created','2021-02-28 23:33:52','2021-02-28 15:33:52'),(129476,46070,'action started via WP Cron','2021-02-28 23:35:09','2021-02-28 15:35:09'),(129477,46070,'action complete via WP Cron','2021-02-28 23:35:09','2021-02-28 15:35:09'),(129478,46071,'action created','2021-02-28 23:35:09','2021-02-28 15:35:09'),(129479,46071,'action started via WP Cron','2021-02-28 23:36:24','2021-02-28 15:36:24'),(129480,46071,'action complete via WP Cron','2021-02-28 23:36:24','2021-02-28 15:36:24'),(129481,46072,'action created','2021-02-28 23:36:24','2021-02-28 15:36:24'),(129482,46072,'action started via WP Cron','2021-02-28 23:37:09','2021-02-28 15:37:09'),(129483,46072,'action complete via WP Cron','2021-02-28 23:37:09','2021-02-28 15:37:09'),(129484,46073,'action created','2021-02-28 23:37:09','2021-02-28 15:37:09'),(129485,46073,'action started via WP Cron','2021-02-28 23:37:44','2021-02-28 15:37:44'),(129486,46073,'action complete via WP Cron','2021-02-28 23:37:44','2021-02-28 15:37:44'),(129487,46074,'action created','2021-02-28 23:37:44','2021-02-28 15:37:44'),(129488,46074,'action started via WP Cron','2021-02-28 23:38:41','2021-02-28 15:38:41'),(129489,46074,'action complete via WP Cron','2021-02-28 23:38:41','2021-02-28 15:38:41'),(129490,46075,'action created','2021-02-28 23:38:41','2021-02-28 15:38:41'),(129491,46075,'action started via WP Cron','2021-02-28 23:39:43','2021-02-28 15:39:43'),(129492,46075,'action complete via WP Cron','2021-02-28 23:39:43','2021-02-28 15:39:43'),(129493,46076,'action created','2021-02-28 23:39:43','2021-02-28 15:39:43'),(129494,46076,'action started via WP Cron','2021-02-28 23:41:01','2021-02-28 15:41:01'),(129495,46076,'action complete via WP Cron','2021-02-28 23:41:01','2021-02-28 15:41:01'),(129496,46077,'action created','2021-02-28 23:41:01','2021-02-28 15:41:01'),(129497,46077,'action started via WP Cron','2021-02-28 23:41:44','2021-02-28 15:41:44'),(129498,46077,'action complete via WP Cron','2021-02-28 23:41:44','2021-02-28 15:41:44'),(129499,46078,'action created','2021-02-28 23:41:44','2021-02-28 15:41:44'),(129500,46078,'action started via WP Cron','2021-02-28 23:42:46','2021-02-28 15:42:46'),(129501,46078,'action complete via WP Cron','2021-02-28 23:42:46','2021-02-28 15:42:46'),(129502,46079,'action created','2021-02-28 23:42:48','2021-02-28 15:42:48'),(129503,46079,'action started via WP Cron','2021-02-28 23:43:47','2021-02-28 15:43:47'),(129504,46079,'action complete via WP Cron','2021-02-28 23:43:47','2021-02-28 15:43:47'),(129505,46080,'action created','2021-02-28 23:44:25','2021-02-28 15:44:25'),(129506,46080,'action started via WP Cron','2021-02-28 23:45:09','2021-02-28 15:45:09'),(129507,46080,'action complete via WP Cron','2021-02-28 23:45:09','2021-02-28 15:45:09'),(129508,46081,'action created','2021-02-28 23:45:10','2021-02-28 15:45:10'),(129509,46081,'action started via WP Cron','2021-02-28 23:45:47','2021-02-28 15:45:47'),(129510,46081,'action complete via WP Cron','2021-02-28 23:45:47','2021-02-28 15:45:47'),(129511,46082,'action created','2021-02-28 23:45:47','2021-02-28 15:45:47'),(129512,46082,'action started via WP Cron','2021-02-28 23:46:42','2021-02-28 15:46:42'),(129513,46082,'action complete via WP Cron','2021-02-28 23:46:42','2021-02-28 15:46:42'),(129514,46083,'action created','2021-02-28 23:46:42','2021-02-28 15:46:42'),(129515,46083,'action started via WP Cron','2021-02-28 23:48:15','2021-02-28 15:48:15'),(129516,46083,'action complete via WP Cron','2021-02-28 23:48:15','2021-02-28 15:48:15'),(129517,46084,'action created','2021-02-28 23:48:15','2021-02-28 15:48:15'),(129518,46084,'action started via WP Cron','2021-02-28 23:49:00','2021-02-28 15:49:00'),(129519,46084,'action complete via WP Cron','2021-02-28 23:49:00','2021-02-28 15:49:00'),(129520,46085,'action created','2021-02-28 23:49:00','2021-02-28 15:49:00'),(129521,46085,'action started via WP Cron','2021-02-28 23:50:27','2021-02-28 15:50:27'),(129522,46085,'action complete via WP Cron','2021-02-28 23:50:27','2021-02-28 15:50:27'),(129523,46086,'action created','2021-02-28 23:50:27','2021-02-28 15:50:27'),(129524,46086,'action started via WP Cron','2021-02-28 23:50:52','2021-02-28 15:50:52'),(129525,46086,'action complete via WP Cron','2021-02-28 23:50:52','2021-02-28 15:50:52'),(129526,46087,'action created','2021-02-28 23:50:52','2021-02-28 15:50:52'),(129527,46087,'action started via WP Cron','2021-02-28 23:51:56','2021-02-28 15:51:56'),(129528,46087,'action complete via WP Cron','2021-02-28 23:51:56','2021-02-28 15:51:56'),(129529,46088,'action created','2021-02-28 23:51:56','2021-02-28 15:51:56'),(129530,46088,'action started via WP Cron','2021-02-28 23:53:14','2021-02-28 15:53:14'),(129531,46088,'action complete via WP Cron','2021-02-28 23:53:14','2021-02-28 15:53:14'),(129532,46089,'action created','2021-02-28 23:53:14','2021-02-28 15:53:14'),(129533,46089,'action started via WP Cron','2021-02-28 23:53:42','2021-02-28 15:53:42'),(129534,46089,'action complete via WP Cron','2021-02-28 23:53:42','2021-02-28 15:53:42'),(129535,46090,'action created','2021-02-28 23:53:42','2021-02-28 15:53:42'),(129536,46090,'action started via WP Cron','2021-02-28 23:55:03','2021-02-28 15:55:03'),(129537,46090,'action complete via WP Cron','2021-02-28 23:55:03','2021-02-28 15:55:03'),(129538,46091,'action created','2021-02-28 23:55:03','2021-02-28 15:55:03'),(129539,46091,'action started via WP Cron','2021-02-28 23:55:51','2021-02-28 15:55:51'),(129540,46091,'action complete via WP Cron','2021-02-28 23:55:51','2021-02-28 15:55:51'),(129541,46092,'action created','2021-02-28 23:55:51','2021-02-28 15:55:51'),(129542,46092,'action started via WP Cron','2021-02-28 23:56:42','2021-02-28 15:56:42'),(129543,46092,'action complete via WP Cron','2021-02-28 23:56:42','2021-02-28 15:56:42'),(129544,46093,'action created','2021-02-28 23:56:42','2021-02-28 15:56:42'),(129545,46093,'action started via WP Cron','2021-02-28 23:58:05','2021-02-28 15:58:05'),(129546,46093,'action complete via WP Cron','2021-02-28 23:58:05','2021-02-28 15:58:05'),(129547,46094,'action created','2021-02-28 23:58:05','2021-02-28 15:58:05'),(129548,46094,'action started via WP Cron','2021-02-28 23:58:41','2021-02-28 15:58:41'),(129549,46094,'action complete via WP Cron','2021-02-28 23:58:41','2021-02-28 15:58:41'),(129550,46095,'action created','2021-02-28 23:58:41','2021-02-28 15:58:41'),(129551,46095,'action started via WP Cron','2021-02-28 23:59:44','2021-02-28 15:59:44'),(129552,46095,'action complete via WP Cron','2021-02-28 23:59:44','2021-02-28 15:59:44'),(129553,46096,'action created','2021-02-28 23:59:56','2021-02-28 15:59:56'),(129554,46096,'action started via WP Cron','2021-03-01 00:00:43','2021-02-28 16:00:43'),(129555,46096,'action complete via WP Cron','2021-03-01 00:00:43','2021-02-28 16:00:43'),(129556,46097,'action created','2021-03-01 00:00:43','2021-02-28 16:00:43'),(129557,46097,'action started via WP Cron','2021-03-01 00:01:52','2021-02-28 16:01:52'),(129558,46097,'action complete via WP Cron','2021-03-01 00:01:52','2021-02-28 16:01:52'),(129559,46098,'action created','2021-03-01 00:01:52','2021-02-28 16:01:52'),(129560,46098,'action started via WP Cron','2021-03-01 00:02:56','2021-02-28 16:02:56'),(129561,46098,'action complete via WP Cron','2021-03-01 00:02:56','2021-02-28 16:02:56'),(129562,46099,'action created','2021-03-01 00:02:56','2021-02-28 16:02:56'),(129563,46099,'action started via WP Cron','2021-03-01 00:04:06','2021-02-28 16:04:06'),(129564,46099,'action complete via WP Cron','2021-03-01 00:04:06','2021-02-28 16:04:06'),(129565,46100,'action created','2021-03-01 00:04:06','2021-02-28 16:04:06'),(129566,46100,'action started via WP Cron','2021-03-01 00:04:42','2021-02-28 16:04:42'),(129567,46100,'action complete via WP Cron','2021-03-01 00:04:42','2021-02-28 16:04:42'),(129568,46101,'action created','2021-03-01 00:04:42','2021-02-28 16:04:42'),(129569,46101,'action started via WP Cron','2021-03-01 00:06:26','2021-02-28 16:06:26'),(129570,46101,'action complete via WP Cron','2021-03-01 00:06:26','2021-02-28 16:06:26'),(129571,46102,'action created','2021-03-01 00:07:35','2021-02-28 16:07:35'),(129572,46102,'action started via WP Cron','2021-03-01 00:08:35','2021-02-28 16:08:35'),(129573,46102,'action complete via WP Cron','2021-03-01 00:08:35','2021-02-28 16:08:35'),(129574,46103,'action created','2021-03-01 00:08:35','2021-02-28 16:08:35'),(129575,46103,'action started via WP Cron','2021-03-01 00:09:19','2021-02-28 16:09:19'),(129576,46103,'action complete via WP Cron','2021-03-01 00:09:19','2021-02-28 16:09:19'),(129577,46104,'action created','2021-03-01 00:09:19','2021-02-28 16:09:19'),(129578,46104,'action started via WP Cron','2021-03-01 00:10:06','2021-02-28 16:10:06'),(129579,46104,'action complete via WP Cron','2021-03-01 00:10:06','2021-02-28 16:10:06'),(129580,46105,'action created','2021-03-01 00:10:06','2021-02-28 16:10:06'),(129581,46105,'action started via WP Cron','2021-03-01 00:18:53','2021-02-28 16:18:53'),(129582,46105,'action complete via WP Cron','2021-03-01 00:18:53','2021-02-28 16:18:53'),(129583,46106,'action created','2021-03-01 00:18:53','2021-02-28 16:18:53'),(129584,46106,'action started via WP Cron','2021-03-01 00:25:15','2021-02-28 16:25:15'),(129585,46106,'action complete via WP Cron','2021-03-01 00:25:15','2021-02-28 16:25:15'),(129586,46107,'action created','2021-03-01 00:25:15','2021-02-28 16:25:15'),(129587,46107,'action started via WP Cron','2021-03-01 00:28:38','2021-02-28 16:28:38'),(129588,46107,'action complete via WP Cron','2021-03-01 00:28:38','2021-02-28 16:28:38'),(129589,46108,'action created','2021-03-01 00:28:38','2021-02-28 16:28:38'),(129590,46108,'action started via WP Cron','2021-03-01 00:31:05','2021-02-28 16:31:05'),(129591,46108,'action complete via WP Cron','2021-03-01 00:31:05','2021-02-28 16:31:05'),(129592,46109,'action created','2021-03-01 00:31:50','2021-02-28 16:31:50'),(129593,46109,'action started via WP Cron','2021-03-01 00:34:32','2021-02-28 16:34:32'),(129594,46109,'action complete via WP Cron','2021-03-01 00:34:32','2021-02-28 16:34:32'),(129595,46110,'action created','2021-03-01 00:34:32','2021-02-28 16:34:32'),(129596,46110,'action started via WP Cron','2021-03-01 00:34:46','2021-02-28 16:34:46'),(129597,46110,'action complete via WP Cron','2021-03-01 00:34:46','2021-02-28 16:34:46'),(129598,46111,'action created','2021-03-01 00:34:46','2021-02-28 16:34:46'),(129599,46111,'action started via WP Cron','2021-03-01 00:36:31','2021-02-28 16:36:31'),(129600,46111,'action complete via WP Cron','2021-03-01 00:36:31','2021-02-28 16:36:31'),(129601,46112,'action created','2021-03-01 00:36:31','2021-02-28 16:36:31'),(129602,46112,'action started via WP Cron','2021-03-01 00:38:58','2021-02-28 16:38:58'),(129603,46112,'action complete via WP Cron','2021-03-01 00:38:58','2021-02-28 16:38:58'),(129604,46113,'action created','2021-03-01 00:38:58','2021-02-28 16:38:58'),(129605,46113,'action started via WP Cron','2021-03-01 00:44:46','2021-02-28 16:44:46'),(129606,46113,'action complete via WP Cron','2021-03-01 00:44:46','2021-02-28 16:44:46'),(129607,46114,'action created','2021-03-01 00:44:46','2021-02-28 16:44:46'),(129608,46114,'action started via WP Cron','2021-03-01 00:45:47','2021-02-28 16:45:47'),(129609,46114,'action complete via WP Cron','2021-03-01 00:45:47','2021-02-28 16:45:47'),(129610,46115,'action created','2021-03-01 00:45:47','2021-02-28 16:45:47'),(129611,46115,'action started via WP Cron','2021-03-01 00:46:48','2021-02-28 16:46:48'),(129612,46115,'action complete via WP Cron','2021-03-01 00:46:48','2021-02-28 16:46:48'),(129613,46116,'action created','2021-03-01 00:46:48','2021-02-28 16:46:48'),(129614,46116,'action started via WP Cron','2021-03-01 00:48:44','2021-02-28 16:48:44'),(129615,46116,'action complete via WP Cron','2021-03-01 00:48:44','2021-02-28 16:48:44'),(129616,46117,'action created','2021-03-01 00:48:44','2021-02-28 16:48:44'),(129617,46117,'action started via WP Cron','2021-03-01 00:51:01','2021-02-28 16:51:01'),(129618,46117,'action complete via WP Cron','2021-03-01 00:51:01','2021-02-28 16:51:01'),(129619,46118,'action created','2021-03-01 00:51:01','2021-02-28 16:51:01'),(129620,46118,'action started via WP Cron','2021-03-01 00:58:05','2021-02-28 16:58:05'),(129621,46118,'action complete via WP Cron','2021-03-01 00:58:05','2021-02-28 16:58:05'),(129622,46119,'action created','2021-03-01 00:58:05','2021-02-28 16:58:05'),(129623,46119,'action started via WP Cron','2021-03-01 01:01:20','2021-02-28 17:01:20'),(129624,46119,'action complete via WP Cron','2021-03-01 01:01:20','2021-02-28 17:01:20'),(129625,46120,'action created','2021-03-01 01:01:20','2021-02-28 17:01:20'),(129626,46120,'action started via WP Cron','2021-03-01 01:04:27','2021-02-28 17:04:27'),(129627,46120,'action complete via WP Cron','2021-03-01 01:04:27','2021-02-28 17:04:27'),(129628,46121,'action created','2021-03-01 01:04:27','2021-02-28 17:04:27'),(129629,46121,'action started via WP Cron','2021-03-01 01:04:42','2021-02-28 17:04:42'),(129630,46121,'action complete via WP Cron','2021-03-01 01:04:42','2021-02-28 17:04:42'),(129631,46122,'action created','2021-03-01 01:04:42','2021-02-28 17:04:42'),(129632,46122,'action started via WP Cron','2021-03-01 01:06:21','2021-02-28 17:06:21'),(129633,46122,'action complete via WP Cron','2021-03-01 01:06:21','2021-02-28 17:06:21'),(129634,46123,'action created','2021-03-01 01:06:21','2021-02-28 17:06:21'),(129635,46123,'action started via WP Cron','2021-03-01 01:07:29','2021-02-28 17:07:29'),(129636,46123,'action complete via WP Cron','2021-03-01 01:07:29','2021-02-28 17:07:29'),(129637,46124,'action created','2021-03-01 01:07:29','2021-02-28 17:07:29'),(129638,46124,'action started via WP Cron','2021-03-01 01:12:30','2021-02-28 17:12:30'),(129639,46124,'action complete via WP Cron','2021-03-01 01:12:30','2021-02-28 17:12:30'),(129640,46125,'action created','2021-03-01 01:12:30','2021-02-28 17:12:30'),(129641,46125,'action started via WP Cron','2021-03-01 01:16:22','2021-02-28 17:16:22'),(129642,46125,'action complete via WP Cron','2021-03-01 01:16:22','2021-02-28 17:16:22'),(129643,46126,'action created','2021-03-01 01:16:22','2021-02-28 17:16:22'),(129644,46126,'action started via WP Cron','2021-03-01 01:21:48','2021-02-28 17:21:48'),(129645,46126,'action complete via WP Cron','2021-03-01 01:21:48','2021-02-28 17:21:48'),(129646,46127,'action created','2021-03-01 01:21:48','2021-02-28 17:21:48'),(129647,46127,'action started via WP Cron','2021-03-01 01:24:24','2021-02-28 17:24:24'),(129648,46127,'action complete via WP Cron','2021-03-01 01:24:24','2021-02-28 17:24:24'),(129649,46128,'action created','2021-03-01 01:24:24','2021-02-28 17:24:24'),(129650,46128,'action started via WP Cron','2021-03-01 01:28:12','2021-02-28 17:28:12'),(129651,46128,'action complete via WP Cron','2021-03-01 01:28:12','2021-02-28 17:28:12'),(129652,46129,'action created','2021-03-01 01:28:12','2021-02-28 17:28:12'),(129653,46129,'action started via WP Cron','2021-03-01 01:29:49','2021-02-28 17:29:49'),(129654,46129,'action complete via WP Cron','2021-03-01 01:29:49','2021-02-28 17:29:49'),(129655,46130,'action created','2021-03-01 01:29:49','2021-02-28 17:29:49'),(129656,46130,'action started via WP Cron','2021-03-01 01:30:53','2021-02-28 17:30:53'),(129657,46130,'action complete via WP Cron','2021-03-01 01:30:53','2021-02-28 17:30:53'),(129658,46131,'action created','2021-03-01 01:30:53','2021-02-28 17:30:53'),(129659,46131,'action started via WP Cron','2021-03-01 01:31:55','2021-02-28 17:31:55'),(129660,46131,'action complete via WP Cron','2021-03-01 01:31:55','2021-02-28 17:31:55'),(129661,46132,'action created','2021-03-01 01:31:55','2021-02-28 17:31:55'),(129662,46132,'action started via WP Cron','2021-03-01 01:33:01','2021-02-28 17:33:01'),(129663,46132,'action complete via WP Cron','2021-03-01 01:33:01','2021-02-28 17:33:01'),(129664,46133,'action created','2021-03-01 01:33:01','2021-02-28 17:33:01'),(129665,46133,'action started via WP Cron','2021-03-01 01:34:10','2021-02-28 17:34:10'),(129666,46133,'action complete via WP Cron','2021-03-01 01:34:10','2021-02-28 17:34:10'),(129667,46134,'action created','2021-03-01 01:34:10','2021-02-28 17:34:10'),(129668,46134,'action started via WP Cron','2021-03-01 01:35:30','2021-02-28 17:35:30'),(129669,46134,'action complete via WP Cron','2021-03-01 01:35:30','2021-02-28 17:35:30'),(129670,46135,'action created','2021-03-01 01:35:30','2021-02-28 17:35:30'),(129671,46135,'action started via WP Cron','2021-03-01 01:36:46','2021-02-28 17:36:46'),(129672,46135,'action complete via WP Cron','2021-03-01 01:36:46','2021-02-28 17:36:46'),(129673,46136,'action created','2021-03-01 01:36:46','2021-02-28 17:36:46'),(129674,46136,'action started via WP Cron','2021-03-01 01:37:54','2021-02-28 17:37:54'),(129675,46136,'action complete via WP Cron','2021-03-01 01:37:54','2021-02-28 17:37:54'),(129676,46137,'action created','2021-03-01 01:37:54','2021-02-28 17:37:54'),(129677,46137,'action started via WP Cron','2021-03-01 01:38:53','2021-02-28 17:38:53'),(129678,46137,'action complete via WP Cron','2021-03-01 01:38:53','2021-02-28 17:38:53'),(129679,46138,'action created','2021-03-01 01:38:53','2021-02-28 17:38:53'),(129680,46138,'action started via WP Cron','2021-03-01 01:40:11','2021-02-28 17:40:11'),(129681,46138,'action complete via WP Cron','2021-03-01 01:40:11','2021-02-28 17:40:11'),(129682,46139,'action created','2021-03-01 01:40:11','2021-02-28 17:40:11'),(129683,46139,'action started via WP Cron','2021-03-01 01:41:38','2021-02-28 17:41:38'),(129684,46139,'action complete via WP Cron','2021-03-01 01:41:38','2021-02-28 17:41:38'),(129685,46140,'action created','2021-03-01 01:41:38','2021-02-28 17:41:38'),(129686,46140,'action started via WP Cron','2021-03-01 01:42:44','2021-02-28 17:42:44'),(129687,46140,'action complete via WP Cron','2021-03-01 01:42:44','2021-02-28 17:42:44'),(129688,46141,'action created','2021-03-01 01:42:44','2021-02-28 17:42:44'),(129689,46141,'action started via WP Cron','2021-03-01 01:43:54','2021-02-28 17:43:54'),(129690,46141,'action complete via WP Cron','2021-03-01 01:43:54','2021-02-28 17:43:54'),(129691,46142,'action created','2021-03-01 01:43:54','2021-02-28 17:43:54'),(129692,46142,'action started via WP Cron','2021-03-01 01:45:11','2021-02-28 17:45:11'),(129693,46142,'action complete via WP Cron','2021-03-01 01:45:11','2021-02-28 17:45:11'),(129694,46143,'action created','2021-03-01 01:45:11','2021-02-28 17:45:11'),(129695,46143,'action started via WP Cron','2021-03-01 01:46:19','2021-02-28 17:46:19'),(129696,46143,'action complete via WP Cron','2021-03-01 01:46:19','2021-02-28 17:46:19'),(129697,46144,'action created','2021-03-01 01:46:19','2021-02-28 17:46:19'),(129698,46144,'action started via WP Cron','2021-03-01 01:47:35','2021-02-28 17:47:35'),(129699,46144,'action complete via WP Cron','2021-03-01 01:47:35','2021-02-28 17:47:35'),(129700,46145,'action created','2021-03-01 01:47:35','2021-02-28 17:47:35'),(129701,46145,'action started via WP Cron','2021-03-01 01:47:49','2021-02-28 17:47:49'),(129702,46145,'action complete via WP Cron','2021-03-01 01:47:49','2021-02-28 17:47:49'),(129703,46146,'action created','2021-03-01 01:47:49','2021-02-28 17:47:49'),(129704,46146,'action started via WP Cron','2021-03-01 01:48:42','2021-02-28 17:48:42'),(129705,46146,'action complete via WP Cron','2021-03-01 01:48:42','2021-02-28 17:48:42'),(129706,46147,'action created','2021-03-01 01:48:42','2021-02-28 17:48:42'),(129707,46147,'action started via WP Cron','2021-03-01 01:49:50','2021-02-28 17:49:50'),(129708,46147,'action complete via WP Cron','2021-03-01 01:49:50','2021-02-28 17:49:50'),(129709,46148,'action created','2021-03-01 01:49:50','2021-02-28 17:49:50'),(129710,46148,'action started via WP Cron','2021-03-01 01:53:46','2021-02-28 17:53:46'),(129711,46148,'action complete via WP Cron','2021-03-01 01:53:46','2021-02-28 17:53:46'),(129712,46149,'action created','2021-03-01 01:53:46','2021-02-28 17:53:46'),(129713,46149,'action started via WP Cron','2021-03-01 01:55:04','2021-02-28 17:55:04'),(129714,46149,'action complete via WP Cron','2021-03-01 01:55:04','2021-02-28 17:55:04'),(129715,46150,'action created','2021-03-01 01:55:04','2021-02-28 17:55:04'),(129716,46150,'action started via WP Cron','2021-03-01 01:55:49','2021-02-28 17:55:49'),(129717,46150,'action complete via WP Cron','2021-03-01 01:55:49','2021-02-28 17:55:49'),(129718,46151,'action created','2021-03-01 01:55:49','2021-02-28 17:55:49'),(129719,46151,'action started via WP Cron','2021-03-01 01:56:41','2021-02-28 17:56:41'),(129720,46151,'action complete via WP Cron','2021-03-01 01:56:41','2021-02-28 17:56:41'),(129721,46152,'action created','2021-03-01 01:56:41','2021-02-28 17:56:41'),(129722,46152,'action started via WP Cron','2021-03-01 01:58:47','2021-02-28 17:58:47'),(129723,46152,'action complete via WP Cron','2021-03-01 01:58:47','2021-02-28 17:58:47'),(129724,46153,'action created','2021-03-01 01:58:47','2021-02-28 17:58:47'),(129725,46153,'action started via WP Cron','2021-03-01 01:59:45','2021-02-28 17:59:45'),(129726,46153,'action complete via WP Cron','2021-03-01 01:59:45','2021-02-28 17:59:45'),(129727,46154,'action created','2021-03-01 01:59:45','2021-02-28 17:59:45'),(129728,46154,'action started via WP Cron','2021-03-01 02:00:53','2021-02-28 18:00:53'),(129729,46154,'action complete via WP Cron','2021-03-01 02:00:53','2021-02-28 18:00:53'),(129730,46155,'action created','2021-03-01 02:00:53','2021-02-28 18:00:53'),(129731,46155,'action started via WP Cron','2021-03-01 02:01:54','2021-02-28 18:01:54'),(129732,46155,'action complete via WP Cron','2021-03-01 02:01:54','2021-02-28 18:01:54'),(129733,46156,'action created','2021-03-01 02:01:54','2021-02-28 18:01:54'),(129734,46156,'action started via WP Cron','2021-03-01 02:02:42','2021-02-28 18:02:42'),(129735,46156,'action complete via WP Cron','2021-03-01 02:02:42','2021-02-28 18:02:42'),(129736,46157,'action created','2021-03-01 02:02:42','2021-02-28 18:02:42'),(129737,46157,'action started via WP Cron','2021-03-01 02:03:56','2021-02-28 18:03:56'),(129738,46157,'action complete via WP Cron','2021-03-01 02:03:56','2021-02-28 18:03:56'),(129739,46158,'action created','2021-03-01 02:03:56','2021-02-28 18:03:56'),(129740,46158,'action started via WP Cron','2021-03-01 02:04:57','2021-02-28 18:04:57'),(129741,46158,'action complete via WP Cron','2021-03-01 02:04:57','2021-02-28 18:04:57'),(129742,46159,'action created','2021-03-01 02:04:57','2021-02-28 18:04:57'),(129743,46159,'action started via WP Cron','2021-03-01 02:05:58','2021-02-28 18:05:58'),(129744,46159,'action complete via WP Cron','2021-03-01 02:05:58','2021-02-28 18:05:58'),(129745,46160,'action created','2021-03-01 02:05:58','2021-02-28 18:05:58'),(129746,46160,'action started via WP Cron','2021-03-01 02:06:48','2021-02-28 18:06:48'),(129747,46160,'action complete via WP Cron','2021-03-01 02:06:48','2021-02-28 18:06:48'),(129748,46161,'action created','2021-03-01 02:06:48','2021-02-28 18:06:48'),(129749,46161,'action started via WP Cron','2021-03-01 02:08:12','2021-02-28 18:08:12'),(129750,46161,'action complete via WP Cron','2021-03-01 02:08:12','2021-02-28 18:08:12'),(129751,46162,'action created','2021-03-01 02:08:12','2021-02-28 18:08:12'),(129752,46162,'action started via WP Cron','2021-03-01 02:09:42','2021-02-28 18:09:42'),(129753,46162,'action complete via WP Cron','2021-03-01 02:09:42','2021-02-28 18:09:42'),(129754,46163,'action created','2021-03-01 02:09:42','2021-02-28 18:09:42'),(129755,46163,'action started via WP Cron','2021-03-01 02:10:41','2021-02-28 18:10:41'),(129756,46163,'action complete via WP Cron','2021-03-01 02:10:41','2021-02-28 18:10:41'),(129757,46164,'action created','2021-03-01 02:10:41','2021-02-28 18:10:41'),(129758,46164,'action started via WP Cron','2021-03-01 02:11:56','2021-02-28 18:11:56'),(129759,46164,'action complete via WP Cron','2021-03-01 02:11:56','2021-02-28 18:11:56'),(129760,46165,'action created','2021-03-01 02:11:56','2021-02-28 18:11:56'),(129761,46165,'action started via WP Cron','2021-03-01 02:12:45','2021-02-28 18:12:45'),(129762,46165,'action complete via WP Cron','2021-03-01 02:12:45','2021-02-28 18:12:45'),(129763,46166,'action created','2021-03-01 02:12:45','2021-02-28 18:12:45'),(129764,46166,'action started via WP Cron','2021-03-01 02:13:48','2021-02-28 18:13:48'),(129765,46166,'action complete via WP Cron','2021-03-01 02:13:48','2021-02-28 18:13:48'),(129766,46167,'action created','2021-03-01 02:13:48','2021-02-28 18:13:48'),(129767,46167,'action started via WP Cron','2021-03-01 02:14:49','2021-02-28 18:14:49'),(129768,46167,'action complete via WP Cron','2021-03-01 02:14:49','2021-02-28 18:14:49'),(129769,46168,'action created','2021-03-01 02:14:49','2021-02-28 18:14:49'),(129770,46168,'action started via WP Cron','2021-03-01 02:15:43','2021-02-28 18:15:43'),(129771,46168,'action complete via WP Cron','2021-03-01 02:15:43','2021-02-28 18:15:43'),(129772,46169,'action created','2021-03-01 02:15:43','2021-02-28 18:15:43'),(129773,46169,'action started via WP Cron','2021-03-01 02:17:03','2021-02-28 18:17:03'),(129774,46169,'action complete via WP Cron','2021-03-01 02:17:03','2021-02-28 18:17:03'),(129775,46170,'action created','2021-03-01 02:17:28','2021-02-28 18:17:28'),(129776,46170,'action started via WP Cron','2021-03-01 02:17:53','2021-02-28 18:17:53'),(129777,46170,'action complete via WP Cron','2021-03-01 02:17:53','2021-02-28 18:17:53'),(129778,46171,'action created','2021-03-01 02:17:53','2021-02-28 18:17:53'),(129779,46171,'action started via WP Cron','2021-03-01 02:18:46','2021-02-28 18:18:46'),(129780,46171,'action complete via WP Cron','2021-03-01 02:18:46','2021-02-28 18:18:46'),(129781,46172,'action created','2021-03-01 02:18:46','2021-02-28 18:18:46'),(129782,46172,'action started via WP Cron','2021-03-01 02:19:44','2021-02-28 18:19:44'),(129783,46172,'action complete via WP Cron','2021-03-01 02:19:44','2021-02-28 18:19:44'),(129784,46173,'action created','2021-03-01 02:19:44','2021-02-28 18:19:44'),(129785,46173,'action started via WP Cron','2021-03-01 02:20:46','2021-02-28 18:20:46'),(129786,46173,'action complete via WP Cron','2021-03-01 02:20:46','2021-02-28 18:20:46'),(129787,46174,'action created','2021-03-01 02:20:46','2021-02-28 18:20:46'),(129788,46174,'action started via WP Cron','2021-03-01 02:22:06','2021-02-28 18:22:06'),(129789,46174,'action complete via WP Cron','2021-03-01 02:22:06','2021-02-28 18:22:06'),(129790,46175,'action created','2021-03-01 02:22:06','2021-02-28 18:22:06'),(129791,46175,'action started via WP Cron','2021-03-01 02:23:04','2021-02-28 18:23:04'),(129792,46175,'action complete via WP Cron','2021-03-01 02:23:04','2021-02-28 18:23:04'),(129793,46176,'action created','2021-03-01 02:23:04','2021-02-28 18:23:04'),(129794,46176,'action started via WP Cron','2021-03-01 02:23:56','2021-02-28 18:23:56'),(129795,46176,'action complete via WP Cron','2021-03-01 02:23:56','2021-02-28 18:23:56'),(129796,46177,'action created','2021-03-01 02:23:56','2021-02-28 18:23:56'),(129797,46177,'action started via WP Cron','2021-03-01 02:24:59','2021-02-28 18:24:59'),(129798,46177,'action complete via WP Cron','2021-03-01 02:24:59','2021-02-28 18:24:59'),(129799,46178,'action created','2021-03-01 02:24:59','2021-02-28 18:24:59'),(129800,46178,'action started via WP Cron','2021-03-01 02:26:04','2021-02-28 18:26:04'),(129801,46178,'action complete via WP Cron','2021-03-01 02:26:04','2021-02-28 18:26:04'),(129802,46179,'action created','2021-03-01 02:26:04','2021-02-28 18:26:04'),(129803,46179,'action started via WP Cron','2021-03-01 02:27:16','2021-02-28 18:27:16'),(129804,46179,'action complete via WP Cron','2021-03-01 02:27:16','2021-02-28 18:27:16'),(129805,46180,'action created','2021-03-01 02:27:16','2021-02-28 18:27:16'),(129806,46180,'action started via WP Cron','2021-03-01 02:28:01','2021-02-28 18:28:01'),(129807,46180,'action complete via WP Cron','2021-03-01 02:28:01','2021-02-28 18:28:01'),(129808,46181,'action created','2021-03-01 02:28:01','2021-02-28 18:28:01'),(129809,46181,'action started via WP Cron','2021-03-01 02:28:47','2021-02-28 18:28:47'),(129810,46181,'action complete via WP Cron','2021-03-01 02:28:47','2021-02-28 18:28:47'),(129811,46182,'action created','2021-03-01 02:28:47','2021-02-28 18:28:47'),(129812,46182,'action started via WP Cron','2021-03-01 02:29:53','2021-02-28 18:29:53'),(129813,46182,'action complete via WP Cron','2021-03-01 02:29:53','2021-02-28 18:29:53'),(129814,46183,'action created','2021-03-01 02:29:53','2021-02-28 18:29:53'),(129815,46183,'action started via WP Cron','2021-03-01 02:31:02','2021-02-28 18:31:02'),(129816,46183,'action complete via WP Cron','2021-03-01 02:31:02','2021-02-28 18:31:02'),(129817,46184,'action created','2021-03-01 02:31:02','2021-02-28 18:31:02'),(129818,46184,'action started via WP Cron','2021-03-01 02:31:53','2021-02-28 18:31:53'),(129819,46184,'action complete via WP Cron','2021-03-01 02:31:53','2021-02-28 18:31:53'),(129820,46185,'action created','2021-03-01 02:31:53','2021-02-28 18:31:53'),(129821,46185,'action started via WP Cron','2021-03-01 02:32:42','2021-02-28 18:32:42'),(129822,46185,'action complete via WP Cron','2021-03-01 02:32:42','2021-02-28 18:32:42'),(129823,46186,'action created','2021-03-01 02:32:42','2021-02-28 18:32:42'),(129824,46186,'action started via WP Cron','2021-03-01 02:34:23','2021-02-28 18:34:23'),(129825,46186,'action complete via WP Cron','2021-03-01 02:34:24','2021-02-28 18:34:24'),(129826,46187,'action created','2021-03-01 02:34:24','2021-02-28 18:34:24'),(129827,46187,'action started via WP Cron','2021-03-01 02:34:44','2021-02-28 18:34:44'),(129828,46187,'action complete via WP Cron','2021-03-01 02:34:44','2021-02-28 18:34:44'),(129829,46188,'action created','2021-03-01 02:34:44','2021-02-28 18:34:44'),(129830,46188,'action started via WP Cron','2021-03-01 02:36:36','2021-02-28 18:36:36'),(129831,46188,'action complete via WP Cron','2021-03-01 02:36:36','2021-02-28 18:36:36'),(129832,46189,'action created','2021-03-01 02:36:36','2021-02-28 18:36:36'),(129833,46189,'action started via WP Cron','2021-03-01 02:37:07','2021-02-28 18:37:07'),(129834,46189,'action complete via WP Cron','2021-03-01 02:37:07','2021-02-28 18:37:07'),(129835,46190,'action created','2021-03-01 02:37:07','2021-02-28 18:37:07'),(129836,46190,'action started via WP Cron','2021-03-01 02:38:32','2021-02-28 18:38:32'),(129837,46190,'action complete via WP Cron','2021-03-01 02:38:32','2021-02-28 18:38:32'),(129838,46191,'action created','2021-03-01 02:38:32','2021-02-28 18:38:32'),(129839,46191,'action started via WP Cron','2021-03-01 02:40:06','2021-02-28 18:40:06'),(129840,46191,'action complete via WP Cron','2021-03-01 02:40:06','2021-02-28 18:40:06'),(129841,46192,'action created','2021-03-01 02:40:06','2021-02-28 18:40:06'),(129842,46192,'action started via WP Cron','2021-03-01 02:42:09','2021-02-28 18:42:09'),(129843,46192,'action complete via WP Cron','2021-03-01 02:42:09','2021-02-28 18:42:09'),(129844,46193,'action created','2021-03-01 02:42:09','2021-02-28 18:42:09'),(129845,46193,'action started via WP Cron','2021-03-01 02:44:37','2021-02-28 18:44:37'),(129846,46193,'action complete via WP Cron','2021-03-01 02:44:37','2021-02-28 18:44:37'),(129847,46194,'action created','2021-03-01 02:44:37','2021-02-28 18:44:37'),(129848,46194,'action started via WP Cron','2021-03-01 02:44:57','2021-02-28 18:44:57'),(129849,46194,'action complete via WP Cron','2021-03-01 02:44:57','2021-02-28 18:44:57'),(129850,46195,'action created','2021-03-01 02:44:57','2021-02-28 18:44:57'),(129851,46195,'action started via WP Cron','2021-03-01 02:45:58','2021-02-28 18:45:58'),(129852,46195,'action complete via WP Cron','2021-03-01 02:45:58','2021-02-28 18:45:58'),(129853,46196,'action created','2021-03-01 02:45:58','2021-02-28 18:45:58'),(129854,46196,'action started via WP Cron','2021-03-01 02:46:52','2021-02-28 18:46:52'),(129855,46196,'action complete via WP Cron','2021-03-01 02:46:52','2021-02-28 18:46:52'),(129856,46197,'action created','2021-03-01 02:46:52','2021-02-28 18:46:52'),(129857,46197,'action started via WP Cron','2021-03-01 02:48:28','2021-02-28 18:48:28'),(129858,46197,'action complete via WP Cron','2021-03-01 02:48:28','2021-02-28 18:48:28'),(129859,46198,'action created','2021-03-01 02:48:28','2021-02-28 18:48:28'),(129860,46198,'action started via WP Cron','2021-03-01 02:49:11','2021-02-28 18:49:11'),(129861,46198,'action complete via WP Cron','2021-03-01 02:49:11','2021-02-28 18:49:11'),(129862,46199,'action created','2021-03-01 02:49:11','2021-02-28 18:49:11'),(129863,46199,'action started via WP Cron','2021-03-01 02:50:17','2021-02-28 18:50:17'),(129864,46199,'action complete via WP Cron','2021-03-01 02:50:17','2021-02-28 18:50:17'),(129865,46200,'action created','2021-03-01 02:50:19','2021-02-28 18:50:19'),(129866,46200,'action started via WP Cron','2021-03-01 02:51:21','2021-02-28 18:51:21'),(129867,46200,'action complete via WP Cron','2021-03-01 02:51:21','2021-02-28 18:51:21'),(129868,46201,'action created','2021-03-01 02:51:21','2021-02-28 18:51:21'),(129869,46201,'action started via WP Cron','2021-03-01 02:52:13','2021-02-28 18:52:13'),(129870,46201,'action complete via WP Cron','2021-03-01 02:52:13','2021-02-28 18:52:13'),(129871,46202,'action created','2021-03-01 02:52:13','2021-02-28 18:52:13'),(129872,46202,'action started via WP Cron','2021-03-01 02:53:05','2021-02-28 18:53:05'),(129873,46202,'action complete via WP Cron','2021-03-01 02:53:05','2021-02-28 18:53:05'),(129874,46203,'action created','2021-03-01 02:53:06','2021-02-28 18:53:06'),(129875,46203,'action started via WP Cron','2021-03-01 02:54:00','2021-02-28 18:54:00'),(129876,46203,'action complete via WP Cron','2021-03-01 02:54:00','2021-02-28 18:54:00'),(129877,46204,'action created','2021-03-01 02:54:00','2021-02-28 18:54:00'),(129878,46204,'action started via WP Cron','2021-03-01 02:54:47','2021-02-28 18:54:47'),(129879,46204,'action complete via WP Cron','2021-03-01 02:54:47','2021-02-28 18:54:47'),(129880,46205,'action created','2021-03-01 02:54:47','2021-02-28 18:54:47'),(129881,46205,'action started via WP Cron','2021-03-01 02:55:46','2021-02-28 18:55:46'),(129882,46205,'action complete via WP Cron','2021-03-01 02:55:46','2021-02-28 18:55:46'),(129883,46206,'action created','2021-03-01 02:55:46','2021-02-28 18:55:46'),(129884,46206,'action started via WP Cron','2021-03-01 02:57:10','2021-02-28 18:57:10'),(129885,46206,'action complete via WP Cron','2021-03-01 02:57:10','2021-02-28 18:57:10'),(129886,46207,'action created','2021-03-01 02:57:11','2021-02-28 18:57:11'),(129887,46207,'action started via WP Cron','2021-03-01 02:57:45','2021-02-28 18:57:45'),(129888,46207,'action complete via WP Cron','2021-03-01 02:57:45','2021-02-28 18:57:45'),(129889,46208,'action created','2021-03-01 02:57:45','2021-02-28 18:57:45'),(129890,46208,'action started via WP Cron','2021-03-01 02:58:40','2021-02-28 18:58:40'),(129891,46208,'action complete via WP Cron','2021-03-01 02:58:40','2021-02-28 18:58:40'),(129892,46209,'action created','2021-03-01 02:58:40','2021-02-28 18:58:40'),(129893,46209,'action started via WP Cron','2021-03-01 02:59:43','2021-02-28 18:59:43'),(129894,46209,'action complete via WP Cron','2021-03-01 02:59:43','2021-02-28 18:59:43'),(129895,46210,'action created','2021-03-01 02:59:43','2021-02-28 18:59:43'),(129896,46210,'action started via WP Cron','2021-03-01 03:01:06','2021-02-28 19:01:06'),(129897,46210,'action complete via WP Cron','2021-03-01 03:01:06','2021-02-28 19:01:06'),(129898,46211,'action created','2021-03-01 03:01:06','2021-02-28 19:01:06'),(129899,46211,'action started via WP Cron','2021-03-01 03:02:07','2021-02-28 19:02:07'),(129900,46211,'action complete via WP Cron','2021-03-01 03:02:07','2021-02-28 19:02:07'),(129901,46212,'action created','2021-03-01 03:02:07','2021-02-28 19:02:07'),(129902,46212,'action started via WP Cron','2021-03-01 03:02:53','2021-02-28 19:02:53'),(129903,46212,'action complete via WP Cron','2021-03-01 03:02:53','2021-02-28 19:02:53'),(129904,46213,'action created','2021-03-01 03:02:53','2021-02-28 19:02:53'),(129905,46213,'action started via WP Cron','2021-03-01 03:04:02','2021-02-28 19:04:02'),(129906,46213,'action complete via WP Cron','2021-03-01 03:04:02','2021-02-28 19:04:02'),(129907,46214,'action created','2021-03-01 03:04:02','2021-02-28 19:04:02'),(129908,46214,'action started via WP Cron','2021-03-01 03:04:43','2021-02-28 19:04:43'),(129909,46214,'action complete via WP Cron','2021-03-01 03:04:43','2021-02-28 19:04:43'),(129910,46215,'action created','2021-03-01 03:04:44','2021-02-28 19:04:44'),(129911,46215,'action started via WP Cron','2021-03-01 03:05:55','2021-02-28 19:05:55'),(129912,46215,'action complete via WP Cron','2021-03-01 03:05:55','2021-02-28 19:05:55'),(129913,46216,'action created','2021-03-01 03:05:55','2021-02-28 19:05:55'),(129914,46216,'action started via WP Cron','2021-03-01 03:06:41','2021-02-28 19:06:41'),(129915,46216,'action complete via WP Cron','2021-03-01 03:06:41','2021-02-28 19:06:41'),(129916,46217,'action created','2021-03-01 03:06:41','2021-02-28 19:06:41'),(129917,46217,'action started via WP Cron','2021-03-01 03:08:00','2021-02-28 19:08:00'),(129918,46217,'action complete via WP Cron','2021-03-01 03:08:00','2021-02-28 19:08:00'),(129919,46218,'action created','2021-03-01 03:08:48','2021-02-28 19:08:48'),(129920,46218,'action started via WP Cron','2021-03-01 03:10:02','2021-02-28 19:10:02'),(129921,46218,'action complete via WP Cron','2021-03-01 03:10:02','2021-02-28 19:10:02'),(129922,46219,'action created','2021-03-01 03:10:18','2021-02-28 19:10:18'),(129923,46219,'action started via WP Cron','2021-03-01 03:11:07','2021-02-28 19:11:07'),(129924,46219,'action complete via WP Cron','2021-03-01 03:11:07','2021-02-28 19:11:07'),(129925,46220,'action created','2021-03-01 03:11:08','2021-02-28 19:11:08'),(129926,46220,'action started via WP Cron','2021-03-01 03:11:53','2021-02-28 19:11:53'),(129927,46220,'action complete via WP Cron','2021-03-01 03:11:53','2021-02-28 19:11:53'),(129928,46221,'action created','2021-03-01 03:11:53','2021-02-28 19:11:53'),(129929,46221,'action started via WP Cron','2021-03-01 03:13:24','2021-02-28 19:13:24'),(129930,46221,'action complete via WP Cron','2021-03-01 03:13:24','2021-02-28 19:13:24'),(129931,46222,'action created','2021-03-01 03:13:24','2021-02-28 19:13:24'),(129932,46222,'action started via WP Cron','2021-03-01 03:14:25','2021-02-28 19:14:25'),(129933,46222,'action complete via WP Cron','2021-03-01 03:14:25','2021-02-28 19:14:25'),(129934,46223,'action created','2021-03-01 03:14:25','2021-02-28 19:14:25'),(129935,46223,'action started via WP Cron','2021-03-01 03:15:15','2021-02-28 19:15:15'),(129936,46223,'action complete via WP Cron','2021-03-01 03:15:15','2021-02-28 19:15:15'),(129937,46224,'action created','2021-03-01 03:15:15','2021-02-28 19:15:15'),(129938,46224,'action started via WP Cron','2021-03-01 03:15:51','2021-02-28 19:15:51'),(129939,46224,'action complete via WP Cron','2021-03-01 03:15:51','2021-02-28 19:15:51'),(129940,46225,'action created','2021-03-01 03:15:51','2021-02-28 19:15:51'),(129941,46225,'action started via WP Cron','2021-03-01 03:17:03','2021-02-28 19:17:03'),(129942,46225,'action complete via WP Cron','2021-03-01 03:17:03','2021-02-28 19:17:03'),(129943,46226,'action created','2021-03-01 03:17:04','2021-02-28 19:17:04'),(129944,46226,'action started via WP Cron','2021-03-01 03:18:05','2021-02-28 19:18:05'),(129945,46226,'action complete via WP Cron','2021-03-01 03:18:05','2021-02-28 19:18:05'),(129946,46227,'action created','2021-03-01 03:18:05','2021-02-28 19:18:05'),(129947,46227,'action started via WP Cron','2021-03-01 03:19:17','2021-02-28 19:19:17'),(129948,46227,'action complete via WP Cron','2021-03-01 03:19:17','2021-02-28 19:19:17'),(129949,46228,'action created','2021-03-01 03:19:17','2021-02-28 19:19:17'),(129950,46228,'action started via WP Cron','2021-03-01 03:20:21','2021-02-28 19:20:21'),(129951,46228,'action complete via WP Cron','2021-03-01 03:20:21','2021-02-28 19:20:21'),(129952,46229,'action created','2021-03-01 03:20:21','2021-02-28 19:20:21'),(129953,46229,'action started via WP Cron','2021-03-01 03:21:24','2021-02-28 19:21:24'),(129954,46229,'action complete via WP Cron','2021-03-01 03:21:24','2021-02-28 19:21:24'),(129955,46230,'action created','2021-03-01 03:21:24','2021-02-28 19:21:24'),(129956,46230,'action started via WP Cron','2021-03-01 03:22:23','2021-02-28 19:22:23'),(129957,46230,'action complete via WP Cron','2021-03-01 03:22:23','2021-02-28 19:22:23'),(129958,46231,'action created','2021-03-01 03:22:23','2021-02-28 19:22:23'),(129959,46231,'action started via WP Cron','2021-03-01 03:23:18','2021-02-28 19:23:18'),(129960,46231,'action complete via WP Cron','2021-03-01 03:23:18','2021-02-28 19:23:18'),(129961,46232,'action created','2021-03-01 03:23:18','2021-02-28 19:23:18'),(129962,46232,'action started via WP Cron','2021-03-01 03:24:16','2021-02-28 19:24:16'),(129963,46232,'action complete via WP Cron','2021-03-01 03:24:16','2021-02-28 19:24:16'),(129964,46233,'action created','2021-03-01 03:24:16','2021-02-28 19:24:16'),(129965,46233,'action started via WP Cron','2021-03-01 03:24:48','2021-02-28 19:24:48'),(129966,46233,'action complete via WP Cron','2021-03-01 03:24:48','2021-02-28 19:24:48'),(129967,46234,'action created','2021-03-01 03:24:48','2021-02-28 19:24:48'),(129968,46234,'action started via WP Cron','2021-03-01 03:26:32','2021-02-28 19:26:32'),(129969,46234,'action complete via WP Cron','2021-03-01 03:26:32','2021-02-28 19:26:32'),(129970,46235,'action created','2021-03-01 03:26:32','2021-02-28 19:26:32'),(129971,46235,'action started via WP Cron','2021-03-01 03:27:41','2021-02-28 19:27:41'),(129972,46235,'action complete via WP Cron','2021-03-01 03:27:41','2021-02-28 19:27:41'),(129973,46236,'action created','2021-03-01 03:27:41','2021-02-28 19:27:41'),(129974,46236,'action started via WP Cron','2021-03-01 03:28:57','2021-02-28 19:28:57'),(129975,46236,'action complete via WP Cron','2021-03-01 03:28:57','2021-02-28 19:28:57'),(129976,46237,'action created','2021-03-01 03:28:57','2021-02-28 19:28:57'),(129977,46237,'action started via WP Cron','2021-03-01 03:30:03','2021-02-28 19:30:03'),(129978,46237,'action complete via WP Cron','2021-03-01 03:30:03','2021-02-28 19:30:03'),(129979,46238,'action created','2021-03-01 03:30:46','2021-02-28 19:30:46'),(129980,46238,'action started via WP Cron','2021-03-01 03:32:15','2021-02-28 19:32:15'),(129981,46238,'action complete via WP Cron','2021-03-01 03:32:15','2021-02-28 19:32:15'),(129982,46239,'action created','2021-03-01 03:32:15','2021-02-28 19:32:15'),(129983,46239,'action started via WP Cron','2021-03-01 03:33:22','2021-02-28 19:33:22'),(129984,46239,'action complete via WP Cron','2021-03-01 03:33:22','2021-02-28 19:33:22'),(129985,46240,'action created','2021-03-01 03:33:22','2021-02-28 19:33:22'),(129986,46240,'action started via WP Cron','2021-03-01 03:34:31','2021-02-28 19:34:31'),(129987,46240,'action complete via WP Cron','2021-03-01 03:34:31','2021-02-28 19:34:31'),(129988,46241,'action created','2021-03-01 03:34:31','2021-02-28 19:34:31'),(129989,46241,'action started via WP Cron','2021-03-01 03:35:29','2021-02-28 19:35:29'),(129990,46241,'action complete via WP Cron','2021-03-01 03:35:29','2021-02-28 19:35:29'),(129991,46242,'action created','2021-03-01 03:35:29','2021-02-28 19:35:29'),(129992,46242,'action started via WP Cron','2021-03-01 03:36:36','2021-02-28 19:36:36'),(129993,46242,'action complete via WP Cron','2021-03-01 03:36:36','2021-02-28 19:36:36'),(129994,46243,'action created','2021-03-01 03:36:36','2021-02-28 19:36:36'),(129995,46243,'action started via WP Cron','2021-03-01 03:37:38','2021-02-28 19:37:38'),(129996,46243,'action complete via WP Cron','2021-03-01 03:37:38','2021-02-28 19:37:38'),(129997,46244,'action created','2021-03-01 03:37:38','2021-02-28 19:37:38'),(129998,46244,'action started via WP Cron','2021-03-01 03:38:27','2021-02-28 19:38:27'),(129999,46244,'action complete via WP Cron','2021-03-01 03:38:27','2021-02-28 19:38:27'),(130000,46245,'action created','2021-03-01 03:38:27','2021-02-28 19:38:27'),(130001,46245,'action started via WP Cron','2021-03-01 03:38:50','2021-02-28 19:38:50'),(130002,46245,'action complete via WP Cron','2021-03-01 03:38:50','2021-02-28 19:38:50'),(130003,46246,'action created','2021-03-01 03:38:51','2021-02-28 19:38:51'),(130004,46246,'action started via WP Cron','2021-03-01 03:40:02','2021-02-28 19:40:02'),(130005,46246,'action complete via WP Cron','2021-03-01 03:40:02','2021-02-28 19:40:02'),(130006,46247,'action created','2021-03-01 03:40:38','2021-02-28 19:40:38'),(130007,46247,'action started via WP Cron','2021-03-01 03:41:16','2021-02-28 19:41:16'),(130008,46247,'action complete via WP Cron','2021-03-01 03:41:16','2021-02-28 19:41:16'),(130009,46248,'action created','2021-03-01 03:41:16','2021-02-28 19:41:16'),(130010,46248,'action started via WP Cron','2021-03-01 03:42:03','2021-02-28 19:42:03'),(130011,46248,'action complete via WP Cron','2021-03-01 03:42:03','2021-02-28 19:42:03'),(130012,46249,'action created','2021-03-01 03:42:03','2021-02-28 19:42:03'),(130013,46249,'action started via WP Cron','2021-03-01 03:43:27','2021-02-28 19:43:27'),(130014,46249,'action complete via WP Cron','2021-03-01 03:43:27','2021-02-28 19:43:27'),(130015,46250,'action created','2021-03-01 03:43:27','2021-02-28 19:43:27'),(130016,46250,'action started via WP Cron','2021-03-01 03:44:13','2021-02-28 19:44:13'),(130017,46250,'action complete via WP Cron','2021-03-01 03:44:13','2021-02-28 19:44:13'),(130018,46251,'action created','2021-03-01 03:44:13','2021-02-28 19:44:13'),(130019,46251,'action started via WP Cron','2021-03-01 03:45:39','2021-02-28 19:45:39'),(130020,46251,'action complete via WP Cron','2021-03-01 03:45:39','2021-02-28 19:45:39'),(130021,46252,'action created','2021-03-01 03:45:39','2021-02-28 19:45:39'),(130022,46252,'action started via WP Cron','2021-03-01 03:46:23','2021-02-28 19:46:23'),(130023,46252,'action complete via WP Cron','2021-03-01 03:46:23','2021-02-28 19:46:23'),(130024,46253,'action created','2021-03-01 03:46:23','2021-02-28 19:46:23'),(130025,46253,'action started via WP Cron','2021-03-01 03:46:51','2021-02-28 19:46:51'),(130026,46253,'action complete via WP Cron','2021-03-01 03:46:51','2021-02-28 19:46:51'),(130027,46254,'action created','2021-03-01 03:46:51','2021-02-28 19:46:51'),(130028,46254,'action started via WP Cron','2021-03-01 03:48:25','2021-02-28 19:48:25'),(130029,46254,'action complete via WP Cron','2021-03-01 03:48:25','2021-02-28 19:48:25'),(130030,46255,'action created','2021-03-01 03:48:25','2021-02-28 19:48:25'),(130031,46255,'action started via WP Cron','2021-03-01 03:49:22','2021-02-28 19:49:22'),(130032,46255,'action complete via WP Cron','2021-03-01 03:49:22','2021-02-28 19:49:22'),(130033,46256,'action created','2021-03-01 03:49:22','2021-02-28 19:49:22'),(130034,46256,'action started via WP Cron','2021-03-01 03:50:28','2021-02-28 19:50:28'),(130035,46256,'action complete via WP Cron','2021-03-01 03:50:28','2021-02-28 19:50:28'),(130036,46257,'action created','2021-03-01 03:50:28','2021-02-28 19:50:28'),(130037,46257,'action started via WP Cron','2021-03-01 03:51:37','2021-02-28 19:51:37'),(130038,46257,'action complete via WP Cron','2021-03-01 03:51:37','2021-02-28 19:51:37'),(130039,46258,'action created','2021-03-01 03:51:37','2021-02-28 19:51:37'),(130040,46258,'action started via WP Cron','2021-03-01 03:52:33','2021-02-28 19:52:33'),(130041,46258,'action complete via WP Cron','2021-03-01 03:52:33','2021-02-28 19:52:33'),(130042,46259,'action created','2021-03-01 03:52:33','2021-02-28 19:52:33'),(130043,46259,'action started via WP Cron','2021-03-01 03:53:26','2021-02-28 19:53:26'),(130044,46259,'action complete via WP Cron','2021-03-01 03:53:26','2021-02-28 19:53:26'),(130045,46260,'action created','2021-03-01 03:53:26','2021-02-28 19:53:26'),(130046,46260,'action started via WP Cron','2021-03-01 03:54:38','2021-02-28 19:54:38'),(130047,46260,'action complete via WP Cron','2021-03-01 03:54:38','2021-02-28 19:54:38'),(130048,46261,'action created','2021-03-01 03:54:38','2021-02-28 19:54:38'),(130049,46261,'action started via WP Cron','2021-03-01 03:55:37','2021-02-28 19:55:37'),(130050,46261,'action complete via WP Cron','2021-03-01 03:55:37','2021-02-28 19:55:37'),(130051,46262,'action created','2021-03-01 03:55:37','2021-02-28 19:55:37'),(130052,46262,'action started via WP Cron','2021-03-01 03:56:52','2021-02-28 19:56:52'),(130053,46262,'action complete via WP Cron','2021-03-01 03:56:52','2021-02-28 19:56:52'),(130054,46263,'action created','2021-03-01 03:56:52','2021-02-28 19:56:52'),(130055,46263,'action started via WP Cron','2021-03-01 03:58:00','2021-02-28 19:58:00'),(130056,46263,'action complete via WP Cron','2021-03-01 03:58:00','2021-02-28 19:58:00'),(130057,46264,'action created','2021-03-01 03:58:01','2021-02-28 19:58:01'),(130058,46264,'action started via WP Cron','2021-03-01 03:58:42','2021-02-28 19:58:42'),(130059,46264,'action complete via WP Cron','2021-03-01 03:58:42','2021-02-28 19:58:42'),(130060,46265,'action created','2021-03-01 03:58:42','2021-02-28 19:58:42'),(130061,46265,'action started via WP Cron','2021-03-01 03:59:51','2021-02-28 19:59:51'),(130062,46265,'action complete via WP Cron','2021-03-01 03:59:51','2021-02-28 19:59:51'),(130063,46266,'action created','2021-03-01 03:59:59','2021-02-28 19:59:59'),(130064,46266,'action started via WP Cron','2021-03-01 04:00:46','2021-02-28 20:00:46'),(130065,46266,'action complete via WP Cron','2021-03-01 04:00:46','2021-02-28 20:00:46'),(130066,46267,'action created','2021-03-01 04:00:46','2021-02-28 20:00:46'),(130067,46267,'action started via WP Cron','2021-03-01 04:01:40','2021-02-28 20:01:40'),(130068,46267,'action complete via WP Cron','2021-03-01 04:01:40','2021-02-28 20:01:40'),(130069,46268,'action created','2021-03-01 04:01:41','2021-02-28 20:01:41'),(130070,46268,'action started via WP Cron','2021-03-01 04:03:11','2021-02-28 20:03:11'),(130071,46268,'action complete via WP Cron','2021-03-01 04:03:11','2021-02-28 20:03:11'),(130072,46269,'action created','2021-03-01 04:03:11','2021-02-28 20:03:11'),(130073,46269,'action started via WP Cron','2021-03-01 04:03:57','2021-02-28 20:03:57'),(130074,46269,'action complete via WP Cron','2021-03-01 04:03:57','2021-02-28 20:03:57'),(130075,46270,'action created','2021-03-01 04:03:57','2021-02-28 20:03:57'),(130076,46270,'action started via WP Cron','2021-03-01 04:04:55','2021-02-28 20:04:55'),(130077,46270,'action complete via WP Cron','2021-03-01 04:04:55','2021-02-28 20:04:55'),(130078,46271,'action created','2021-03-01 04:04:55','2021-02-28 20:04:55'),(130079,46271,'action started via WP Cron','2021-03-01 04:05:51','2021-02-28 20:05:51'),(130080,46271,'action complete via WP Cron','2021-03-01 04:05:51','2021-02-28 20:05:51'),(130081,46272,'action created','2021-03-01 04:05:51','2021-02-28 20:05:51'),(130082,46272,'action started via WP Cron','2021-03-01 04:06:43','2021-02-28 20:06:43'),(130083,46272,'action complete via WP Cron','2021-03-01 04:06:43','2021-02-28 20:06:43'),(130084,46273,'action created','2021-03-01 04:06:43','2021-02-28 20:06:43'),(130085,46273,'action started via WP Cron','2021-03-01 04:08:38','2021-02-28 20:08:38'),(130086,46273,'action complete via WP Cron','2021-03-01 04:08:38','2021-02-28 20:08:38'),(130087,46274,'action created','2021-03-01 04:08:38','2021-02-28 20:08:38'),(130088,46274,'action started via WP Cron','2021-03-01 04:09:48','2021-02-28 20:09:48'),(130089,46274,'action complete via WP Cron','2021-03-01 04:09:48','2021-02-28 20:09:48'),(130090,46275,'action created','2021-03-01 04:09:48','2021-02-28 20:09:48'),(130091,46275,'action started via WP Cron','2021-03-01 04:10:46','2021-02-28 20:10:46'),(130092,46275,'action complete via WP Cron','2021-03-01 04:10:46','2021-02-28 20:10:46'),(130093,46276,'action created','2021-03-01 04:10:46','2021-02-28 20:10:46'),(130094,46276,'action started via WP Cron','2021-03-01 04:11:42','2021-02-28 20:11:42'),(130095,46276,'action complete via WP Cron','2021-03-01 04:11:42','2021-02-28 20:11:42'),(130096,46277,'action created','2021-03-01 04:11:42','2021-02-28 20:11:42'),(130097,46277,'action started via WP Cron','2021-03-01 04:12:45','2021-02-28 20:12:45'),(130098,46277,'action complete via WP Cron','2021-03-01 04:12:45','2021-02-28 20:12:45'),(130099,46278,'action created','2021-03-01 04:12:45','2021-02-28 20:12:45'),(130100,46278,'action started via WP Cron','2021-03-01 04:13:52','2021-02-28 20:13:52'),(130101,46278,'action complete via WP Cron','2021-03-01 04:13:52','2021-02-28 20:13:52'),(130102,46279,'action created','2021-03-01 04:13:52','2021-02-28 20:13:52'),(130103,46279,'action started via WP Cron','2021-03-01 04:14:47','2021-02-28 20:14:47'),(130104,46279,'action complete via WP Cron','2021-03-01 04:14:47','2021-02-28 20:14:47'),(130105,46280,'action created','2021-03-01 04:14:47','2021-02-28 20:14:47'),(130106,46280,'action started via WP Cron','2021-03-01 04:15:48','2021-02-28 20:15:48'),(130107,46280,'action complete via WP Cron','2021-03-01 04:15:48','2021-02-28 20:15:48'),(130108,46281,'action created','2021-03-01 04:15:48','2021-02-28 20:15:48'),(130109,46281,'action started via WP Cron','2021-03-01 04:16:49','2021-02-28 20:16:49'),(130110,46281,'action complete via WP Cron','2021-03-01 04:16:49','2021-02-28 20:16:49'),(130111,46282,'action created','2021-03-01 04:16:49','2021-02-28 20:16:49'),(130112,46282,'action started via WP Cron','2021-03-01 04:17:59','2021-02-28 20:17:59'),(130113,46282,'action complete via WP Cron','2021-03-01 04:17:59','2021-02-28 20:17:59'),(130114,46283,'action created','2021-03-01 04:17:59','2021-02-28 20:17:59'),(130115,46283,'action started via WP Cron','2021-03-01 04:22:12','2021-02-28 20:22:12'),(130116,46283,'action complete via WP Cron','2021-03-01 04:22:12','2021-02-28 20:22:12'),(130117,46284,'action created','2021-03-01 04:22:13','2021-02-28 20:22:13'),(130118,46284,'action started via WP Cron','2021-03-01 04:23:21','2021-02-28 20:23:21'),(130119,46284,'action complete via WP Cron','2021-03-01 04:23:21','2021-02-28 20:23:21'),(130120,46285,'action created','2021-03-01 04:23:21','2021-02-28 20:23:21'),(130121,46285,'action started via WP Cron','2021-03-01 04:25:55','2021-02-28 20:25:55'),(130122,46285,'action complete via WP Cron','2021-03-01 04:25:55','2021-02-28 20:25:55'),(130123,46286,'action created','2021-03-01 04:25:55','2021-02-28 20:25:55'),(130124,46286,'action started via WP Cron','2021-03-01 04:35:29','2021-02-28 20:35:29'),(130125,46286,'action complete via WP Cron','2021-03-01 04:35:29','2021-02-28 20:35:29'),(130126,46287,'action created','2021-03-01 04:35:29','2021-02-28 20:35:29'),(130127,46287,'action started via WP Cron','2021-03-01 04:38:07','2021-02-28 20:38:07'),(130128,46287,'action complete via WP Cron','2021-03-01 04:38:07','2021-02-28 20:38:07'),(130129,46288,'action created','2021-03-01 04:38:07','2021-02-28 20:38:07'),(130130,46288,'action started via WP Cron','2021-03-01 04:38:52','2021-02-28 20:38:52'),(130131,46288,'action complete via WP Cron','2021-03-01 04:38:52','2021-02-28 20:38:52'),(130132,46289,'action created','2021-03-01 04:38:52','2021-02-28 20:38:52'),(130133,46289,'action started via WP Cron','2021-03-01 04:39:52','2021-02-28 20:39:52'),(130134,46289,'action complete via WP Cron','2021-03-01 04:39:52','2021-02-28 20:39:52'),(130135,46290,'action created','2021-03-01 04:39:53','2021-02-28 20:39:53'),(130136,46290,'action started via WP Cron','2021-03-01 04:40:41','2021-02-28 20:40:41'),(130137,46290,'action complete via WP Cron','2021-03-01 04:40:41','2021-02-28 20:40:41'),(130138,46291,'action created','2021-03-01 04:40:41','2021-02-28 20:40:41'),(130139,46291,'action started via WP Cron','2021-03-01 04:41:42','2021-02-28 20:41:42'),(130140,46291,'action complete via WP Cron','2021-03-01 04:41:42','2021-02-28 20:41:42'),(130141,46292,'action created','2021-03-01 04:41:42','2021-02-28 20:41:42'),(130142,46292,'action started via WP Cron','2021-03-01 04:42:59','2021-02-28 20:42:59'),(130143,46292,'action complete via WP Cron','2021-03-01 04:42:59','2021-02-28 20:42:59'),(130144,46293,'action created','2021-03-01 04:42:59','2021-02-28 20:42:59'),(130145,46293,'action started via WP Cron','2021-03-01 04:43:41','2021-02-28 20:43:41'),(130146,46293,'action complete via WP Cron','2021-03-01 04:43:41','2021-02-28 20:43:41'),(130147,46294,'action created','2021-03-01 04:43:41','2021-02-28 20:43:41'),(130148,46294,'action started via WP Cron','2021-03-01 04:44:42','2021-02-28 20:44:42'),(130149,46294,'action complete via WP Cron','2021-03-01 04:44:42','2021-02-28 20:44:42'),(130150,46295,'action created','2021-03-01 04:44:42','2021-02-28 20:44:42'),(130151,46295,'action started via WP Cron','2021-03-01 04:45:43','2021-02-28 20:45:43'),(130152,46295,'action complete via WP Cron','2021-03-01 04:45:43','2021-02-28 20:45:43'),(130153,46296,'action created','2021-03-01 04:45:43','2021-02-28 20:45:43'),(130154,46296,'action started via WP Cron','2021-03-01 04:47:05','2021-02-28 20:47:05'),(130155,46296,'action complete via WP Cron','2021-03-01 04:47:05','2021-02-28 20:47:05'),(130156,46297,'action created','2021-03-01 04:47:05','2021-02-28 20:47:05'),(130157,46297,'action started via WP Cron','2021-03-01 04:47:56','2021-02-28 20:47:56'),(130158,46297,'action complete via WP Cron','2021-03-01 04:47:56','2021-02-28 20:47:56'),(130159,46298,'action created','2021-03-01 04:47:56','2021-02-28 20:47:56'),(130160,46298,'action started via WP Cron','2021-03-01 04:48:51','2021-02-28 20:48:51'),(130161,46298,'action complete via WP Cron','2021-03-01 04:48:51','2021-02-28 20:48:51'),(130162,46299,'action created','2021-03-01 04:48:51','2021-02-28 20:48:51'),(130163,46299,'action started via WP Cron','2021-03-01 04:49:49','2021-02-28 20:49:49'),(130164,46299,'action complete via WP Cron','2021-03-01 04:49:49','2021-02-28 20:49:49'),(130165,46300,'action created','2021-03-01 04:49:49','2021-02-28 20:49:49'),(130166,46300,'action started via WP Cron','2021-03-01 04:51:28','2021-02-28 20:51:28'),(130167,46300,'action complete via WP Cron','2021-03-01 04:51:28','2021-02-28 20:51:28'),(130168,46301,'action created','2021-03-01 04:51:29','2021-02-28 20:51:29'),(130169,46301,'action started via WP Cron','2021-03-01 04:52:27','2021-02-28 20:52:27'),(130170,46301,'action complete via WP Cron','2021-03-01 04:52:27','2021-02-28 20:52:27'),(130171,46302,'action created','2021-03-01 04:52:27','2021-02-28 20:52:27'),(130172,46302,'action started via WP Cron','2021-03-01 04:52:42','2021-02-28 20:52:42'),(130173,46302,'action complete via WP Cron','2021-03-01 04:52:42','2021-02-28 20:52:42'),(130174,46303,'action created','2021-03-01 04:52:42','2021-02-28 20:52:42'),(130175,46303,'action started via WP Cron','2021-03-01 04:54:04','2021-02-28 20:54:04'),(130176,46303,'action complete via WP Cron','2021-03-01 04:54:04','2021-02-28 20:54:04'),(130177,46304,'action created','2021-03-01 04:54:04','2021-02-28 20:54:04'),(130178,46304,'action started via WP Cron','2021-03-01 04:54:56','2021-02-28 20:54:56'),(130179,46304,'action complete via WP Cron','2021-03-01 04:54:56','2021-02-28 20:54:56'),(130180,46305,'action created','2021-03-01 04:54:56','2021-02-28 20:54:56'),(130181,46305,'action started via WP Cron','2021-03-01 04:56:19','2021-02-28 20:56:19'),(130182,46305,'action complete via WP Cron','2021-03-01 04:56:19','2021-02-28 20:56:19'),(130183,46306,'action created','2021-03-01 04:56:19','2021-02-28 20:56:19'),(130184,46306,'action started via WP Cron','2021-03-01 04:57:04','2021-02-28 20:57:04'),(130185,46306,'action complete via WP Cron','2021-03-01 04:57:04','2021-02-28 20:57:04'),(130186,46307,'action created','2021-03-01 04:57:04','2021-02-28 20:57:04'),(130187,46307,'action started via WP Cron','2021-03-01 04:57:55','2021-02-28 20:57:55'),(130188,46307,'action complete via WP Cron','2021-03-01 04:57:55','2021-02-28 20:57:55'),(130189,46308,'action created','2021-03-01 04:57:55','2021-02-28 20:57:55'),(130190,46308,'action started via WP Cron','2021-03-01 04:58:48','2021-02-28 20:58:48'),(130191,46308,'action complete via WP Cron','2021-03-01 04:58:48','2021-02-28 20:58:48'),(130192,46309,'action created','2021-03-01 04:58:48','2021-02-28 20:58:48'),(130193,46309,'action started via WP Cron','2021-03-01 04:59:59','2021-02-28 20:59:59'),(130194,46309,'action complete via WP Cron','2021-03-01 04:59:59','2021-02-28 20:59:59'),(130195,46310,'action created','2021-03-01 04:59:59','2021-02-28 20:59:59'),(130196,46310,'action started via WP Cron','2021-03-01 05:00:57','2021-02-28 21:00:57'),(130197,46310,'action complete via WP Cron','2021-03-01 05:00:57','2021-02-28 21:00:57'),(130198,46311,'action created','2021-03-01 05:00:57','2021-02-28 21:00:57'),(130199,46311,'action started via WP Cron','2021-03-01 05:01:47','2021-02-28 21:01:47'),(130200,46311,'action complete via WP Cron','2021-03-01 05:01:47','2021-02-28 21:01:47'),(130201,46312,'action created','2021-03-01 05:01:47','2021-02-28 21:01:47'),(130202,46312,'action started via WP Cron','2021-03-01 05:02:45','2021-02-28 21:02:45'),(130203,46312,'action complete via WP Cron','2021-03-01 05:02:45','2021-02-28 21:02:45'),(130204,46313,'action created','2021-03-01 05:02:45','2021-02-28 21:02:45'),(130205,46313,'action started via WP Cron','2021-03-01 05:03:53','2021-02-28 21:03:53'),(130206,46313,'action complete via WP Cron','2021-03-01 05:03:53','2021-02-28 21:03:53'),(130207,46314,'action created','2021-03-01 05:03:53','2021-02-28 21:03:53'),(130208,46314,'action started via WP Cron','2021-03-01 05:05:24','2021-02-28 21:05:24'),(130209,46314,'action complete via WP Cron','2021-03-01 05:05:24','2021-02-28 21:05:24'),(130210,46315,'action created','2021-03-01 05:05:25','2021-02-28 21:05:25'),(130211,46315,'action started via WP Cron','2021-03-01 05:06:25','2021-02-28 21:06:25'),(130212,46315,'action complete via WP Cron','2021-03-01 05:06:25','2021-02-28 21:06:25'),(130213,46316,'action created','2021-03-01 05:06:25','2021-02-28 21:06:25'),(130214,46316,'action started via WP Cron','2021-03-01 05:06:43','2021-02-28 21:06:43'),(130215,46316,'action complete via WP Cron','2021-03-01 05:06:43','2021-02-28 21:06:43'),(130216,46317,'action created','2021-03-01 05:06:43','2021-02-28 21:06:43'),(130223,46317,'action started via WP Cron','2021-03-01 05:08:17','2021-02-28 21:08:17'),(130224,46317,'action complete via WP Cron','2021-03-01 05:08:17','2021-02-28 21:08:17'),(130225,46320,'action created','2021-03-01 05:08:54','2021-02-28 21:08:54'),(130226,46320,'action started via WP Cron','2021-03-01 05:10:33','2021-02-28 21:10:33'),(130227,46320,'action complete via WP Cron','2021-03-01 05:10:33','2021-02-28 21:10:33'),(130228,46321,'action created','2021-03-01 05:10:33','2021-02-28 21:10:33'),(130229,46321,'action started via WP Cron','2021-03-01 05:11:51','2021-02-28 21:11:51'),(130230,46321,'action complete via WP Cron','2021-03-01 05:11:51','2021-02-28 21:11:51'),(130231,46322,'action created','2021-03-01 05:11:51','2021-02-28 21:11:51'),(130232,46322,'action started via WP Cron','2021-03-01 05:12:47','2021-02-28 21:12:47'),(130233,46322,'action complete via WP Cron','2021-03-01 05:12:47','2021-02-28 21:12:47'),(130234,46323,'action created','2021-03-01 05:12:47','2021-02-28 21:12:47'),(130235,46323,'action started via WP Cron','2021-03-01 05:14:38','2021-02-28 21:14:38'),(130236,46323,'action complete via WP Cron','2021-03-01 05:14:38','2021-02-28 21:14:38'),(130237,46324,'action created','2021-03-01 05:14:38','2021-02-28 21:14:38'),(130238,46324,'action started via WP Cron','2021-03-01 05:15:43','2021-02-28 21:15:43'),(130239,46324,'action complete via WP Cron','2021-03-01 05:15:43','2021-02-28 21:15:43'),(130240,46325,'action created','2021-03-01 05:15:43','2021-02-28 21:15:43'),(130241,46325,'action started via WP Cron','2021-03-01 05:16:46','2021-02-28 21:16:46'),(130242,46325,'action complete via WP Cron','2021-03-01 05:16:46','2021-02-28 21:16:46'),(130243,46326,'action created','2021-03-01 05:16:47','2021-02-28 21:16:47'),(130244,46326,'action started via WP Cron','2021-03-01 05:17:52','2021-02-28 21:17:52'),(130245,46326,'action complete via WP Cron','2021-03-01 05:17:52','2021-02-28 21:17:52'),(130246,46327,'action created','2021-03-01 05:17:52','2021-02-28 21:17:52'),(130247,46327,'action started via WP Cron','2021-03-01 05:18:53','2021-02-28 21:18:53'),(130248,46327,'action complete via WP Cron','2021-03-01 05:18:53','2021-02-28 21:18:53'),(130249,46328,'action created','2021-03-01 05:18:53','2021-02-28 21:18:53'),(130250,46328,'action started via WP Cron','2021-03-01 05:20:07','2021-02-28 21:20:07'),(130251,46328,'action complete via WP Cron','2021-03-01 05:20:07','2021-02-28 21:20:07'),(130252,46329,'action created','2021-03-01 05:20:08','2021-02-28 21:20:08'),(130253,46329,'action started via WP Cron','2021-03-01 05:20:57','2021-02-28 21:20:57'),(130254,46329,'action complete via WP Cron','2021-03-01 05:20:57','2021-02-28 21:20:57'),(130255,46330,'action created','2021-03-01 05:20:57','2021-02-28 21:20:57'),(130256,46330,'action started via WP Cron','2021-03-01 05:21:58','2021-02-28 21:21:58'),(130257,46330,'action complete via WP Cron','2021-03-01 05:21:58','2021-02-28 21:21:58'),(130258,46331,'action created','2021-03-01 05:21:58','2021-02-28 21:21:58'),(130259,46331,'action started via WP Cron','2021-03-01 05:22:59','2021-02-28 21:22:59'),(130260,46331,'action complete via WP Cron','2021-03-01 05:22:59','2021-02-28 21:22:59'),(130261,46332,'action created','2021-03-01 05:22:59','2021-02-28 21:22:59'),(130262,46332,'action started via WP Cron','2021-03-01 05:24:17','2021-02-28 21:24:17'),(130263,46332,'action complete via WP Cron','2021-03-01 05:24:17','2021-02-28 21:24:17'),(130264,46333,'action created','2021-03-01 05:24:17','2021-02-28 21:24:17'),(130265,46333,'action started via WP Cron','2021-03-01 05:25:17','2021-02-28 21:25:17'),(130266,46333,'action complete via WP Cron','2021-03-01 05:25:17','2021-02-28 21:25:17'),(130267,46334,'action created','2021-03-01 05:25:17','2021-02-28 21:25:17'),(130268,46334,'action started via WP Cron','2021-03-01 05:26:14','2021-02-28 21:26:14'),(130269,46334,'action complete via WP Cron','2021-03-01 05:26:14','2021-02-28 21:26:14'),(130270,46335,'action created','2021-03-01 05:26:14','2021-02-28 21:26:14'),(130271,46335,'action started via WP Cron','2021-03-01 05:27:16','2021-02-28 21:27:16'),(130272,46335,'action complete via WP Cron','2021-03-01 05:27:16','2021-02-28 21:27:16'),(130273,46336,'action created','2021-03-01 05:27:16','2021-02-28 21:27:16'),(130274,46336,'action started via WP Cron','2021-03-01 05:28:08','2021-02-28 21:28:08'),(130275,46336,'action complete via WP Cron','2021-03-01 05:28:08','2021-02-28 21:28:08'),(130276,46337,'action created','2021-03-01 05:28:09','2021-02-28 21:28:09'),(130277,46337,'action started via WP Cron','2021-03-01 05:28:56','2021-02-28 21:28:56'),(130278,46337,'action complete via WP Cron','2021-03-01 05:28:56','2021-02-28 21:28:56'),(130279,46338,'action created','2021-03-01 05:28:56','2021-02-28 21:28:56'),(130280,46338,'action started via WP Cron','2021-03-01 05:29:54','2021-02-28 21:29:54'),(130281,46338,'action complete via WP Cron','2021-03-01 05:29:54','2021-02-28 21:29:54'),(130282,46339,'action created','2021-03-01 05:29:54','2021-02-28 21:29:54'),(130283,46339,'action started via WP Cron','2021-03-01 05:31:02','2021-02-28 21:31:02'),(130284,46339,'action complete via WP Cron','2021-03-01 05:31:02','2021-02-28 21:31:02'),(130285,46340,'action created','2021-03-01 05:31:02','2021-02-28 21:31:02'),(130286,46340,'action started via WP Cron','2021-03-01 05:32:14','2021-02-28 21:32:14'),(130287,46340,'action complete via WP Cron','2021-03-01 05:32:14','2021-02-28 21:32:14'),(130288,46341,'action created','2021-03-01 05:32:14','2021-02-28 21:32:14'),(130289,46341,'action started via WP Cron','2021-03-01 05:33:10','2021-02-28 21:33:10'),(130290,46341,'action complete via WP Cron','2021-03-01 05:33:10','2021-02-28 21:33:10'),(130291,46342,'action created','2021-03-01 05:33:10','2021-02-28 21:33:10'),(130292,46342,'action started via WP Cron','2021-03-01 05:34:31','2021-02-28 21:34:31'),(130293,46342,'action complete via WP Cron','2021-03-01 05:34:31','2021-02-28 21:34:31'),(130294,46343,'action created','2021-03-01 05:34:31','2021-02-28 21:34:31'),(130295,46343,'action started via WP Cron','2021-03-01 05:35:50','2021-02-28 21:35:50'),(130296,46343,'action complete via WP Cron','2021-03-01 05:35:50','2021-02-28 21:35:50'),(130297,46344,'action created','2021-03-01 05:35:51','2021-02-28 21:35:51'),(130298,46344,'action started via WP Cron','2021-03-01 05:36:56','2021-02-28 21:36:56'),(130299,46344,'action complete via WP Cron','2021-03-01 05:36:56','2021-02-28 21:36:56'),(130300,46345,'action created','2021-03-01 05:36:57','2021-02-28 21:36:57'),(130301,46345,'action started via WP Cron','2021-03-01 05:37:56','2021-02-28 21:37:56'),(130302,46345,'action complete via WP Cron','2021-03-01 05:37:56','2021-02-28 21:37:56'),(130303,46346,'action created','2021-03-01 05:37:56','2021-02-28 21:37:56'),(130304,46346,'action started via WP Cron','2021-03-01 05:38:57','2021-02-28 21:38:57'),(130305,46346,'action complete via WP Cron','2021-03-01 05:38:57','2021-02-28 21:38:57'),(130306,46347,'action created','2021-03-01 05:38:57','2021-02-28 21:38:57'),(130307,46347,'action started via WP Cron','2021-03-01 05:39:54','2021-02-28 21:39:54'),(130308,46347,'action complete via WP Cron','2021-03-01 05:39:54','2021-02-28 21:39:54'),(130309,46348,'action created','2021-03-01 05:39:54','2021-02-28 21:39:54'),(130310,46348,'action started via WP Cron','2021-03-01 05:40:44','2021-02-28 21:40:44'),(130311,46348,'action complete via WP Cron','2021-03-01 05:40:44','2021-02-28 21:40:44'),(130312,46349,'action created','2021-03-01 05:40:44','2021-02-28 21:40:44'),(130313,46349,'action started via WP Cron','2021-03-01 05:41:51','2021-02-28 21:41:51'),(130314,46349,'action complete via WP Cron','2021-03-01 05:41:51','2021-02-28 21:41:51'),(130315,46350,'action created','2021-03-01 05:41:51','2021-02-28 21:41:51'),(130316,46350,'action started via WP Cron','2021-03-01 05:42:48','2021-02-28 21:42:48'),(130317,46350,'action complete via WP Cron','2021-03-01 05:42:48','2021-02-28 21:42:48'),(130318,46351,'action created','2021-03-01 05:42:48','2021-02-28 21:42:48'),(130319,46351,'action started via WP Cron','2021-03-01 05:43:41','2021-02-28 21:43:41'),(130320,46351,'action complete via WP Cron','2021-03-01 05:43:41','2021-02-28 21:43:41'),(130321,46352,'action created','2021-03-01 05:43:41','2021-02-28 21:43:41'),(130322,46352,'action started via WP Cron','2021-03-01 05:44:46','2021-02-28 21:44:46'),(130323,46352,'action complete via WP Cron','2021-03-01 05:44:46','2021-02-28 21:44:46'),(130324,46353,'action created','2021-03-01 05:44:46','2021-02-28 21:44:46'),(130325,46353,'action started via WP Cron','2021-03-01 05:45:49','2021-02-28 21:45:49'),(130326,46353,'action complete via WP Cron','2021-03-01 05:45:49','2021-02-28 21:45:49'),(130327,46354,'action created','2021-03-01 05:45:49','2021-02-28 21:45:49'),(130328,46354,'action started via WP Cron','2021-03-01 05:46:43','2021-02-28 21:46:43'),(130329,46354,'action complete via WP Cron','2021-03-01 05:46:43','2021-02-28 21:46:43'),(130330,46355,'action created','2021-03-01 05:46:43','2021-02-28 21:46:43'),(130331,45276,'action started via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130332,45276,'action complete via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130333,46356,'action created','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130334,45277,'action started via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130335,45277,'action complete via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130336,46357,'action created','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130337,46355,'action started via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130338,46355,'action complete via WP Cron','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130339,46358,'action created','2021-03-01 05:48:03','2021-02-28 21:48:03'),(130340,46358,'action started via WP Cron','2021-03-01 05:48:45','2021-02-28 21:48:45'),(130341,46358,'action complete via WP Cron','2021-03-01 05:48:45','2021-02-28 21:48:45'),(130342,46359,'action created','2021-03-01 05:48:45','2021-02-28 21:48:45'),(130343,46359,'action started via WP Cron','2021-03-01 05:49:46','2021-02-28 21:49:46'),(130344,46359,'action complete via WP Cron','2021-03-01 05:49:46','2021-02-28 21:49:46'),(130345,46360,'action created','2021-03-01 05:49:46','2021-02-28 21:49:46'),(130346,46360,'action started via WP Cron','2021-03-01 05:50:47','2021-02-28 21:50:47'),(130347,46360,'action complete via WP Cron','2021-03-01 05:50:47','2021-02-28 21:50:47'),(130348,46361,'action created','2021-03-01 05:50:47','2021-02-28 21:50:47'),(130349,46361,'action started via WP Cron','2021-03-01 05:52:04','2021-02-28 21:52:04'),(130350,46361,'action complete via WP Cron','2021-03-01 05:52:04','2021-02-28 21:52:04'),(130351,46362,'action created','2021-03-01 05:52:04','2021-02-28 21:52:04'),(130352,46362,'action started via WP Cron','2021-03-01 05:53:03','2021-02-28 21:53:03'),(130353,46362,'action complete via WP Cron','2021-03-01 05:53:03','2021-02-28 21:53:03'),(130354,46363,'action created','2021-03-01 05:53:03','2021-02-28 21:53:03'),(130355,46363,'action started via WP Cron','2021-03-01 05:53:58','2021-02-28 21:53:58'),(130356,46363,'action complete via WP Cron','2021-03-01 05:53:58','2021-02-28 21:53:58'),(130357,46364,'action created','2021-03-01 05:53:58','2021-02-28 21:53:58'),(130358,46364,'action started via WP Cron','2021-03-01 05:54:55','2021-02-28 21:54:55'),(130359,46364,'action complete via WP Cron','2021-03-01 05:54:55','2021-02-28 21:54:55'),(130360,46365,'action created','2021-03-01 05:54:55','2021-02-28 21:54:55'),(130361,46365,'action started via WP Cron','2021-03-01 05:56:01','2021-02-28 21:56:01'),(130362,46365,'action complete via WP Cron','2021-03-01 05:56:01','2021-02-28 21:56:01'),(130363,46366,'action created','2021-03-01 05:56:01','2021-02-28 21:56:01'),(130364,46366,'action started via WP Cron','2021-03-01 05:56:41','2021-02-28 21:56:41'),(130365,46366,'action complete via WP Cron','2021-03-01 05:56:41','2021-02-28 21:56:41'),(130366,46367,'action created','2021-03-01 05:56:41','2021-02-28 21:56:41'),(130367,46367,'action started via WP Cron','2021-03-01 05:57:42','2021-02-28 21:57:42'),(130368,46367,'action complete via WP Cron','2021-03-01 05:57:42','2021-02-28 21:57:42'),(130369,46368,'action created','2021-03-01 05:57:42','2021-02-28 21:57:42'),(130370,46368,'action started via WP Cron','2021-03-01 05:58:48','2021-02-28 21:58:48'),(130371,46368,'action complete via WP Cron','2021-03-01 05:58:48','2021-02-28 21:58:48'),(130372,46369,'action created','2021-03-01 05:58:49','2021-02-28 21:58:49'),(130373,46369,'action started via WP Cron','2021-03-01 06:00:05','2021-02-28 22:00:05'),(130374,46369,'action complete via WP Cron','2021-03-01 06:00:05','2021-02-28 22:00:05'),(130375,46370,'action created','2021-03-01 06:00:05','2021-02-28 22:00:05'),(130376,46370,'action started via WP Cron','2021-03-01 06:01:06','2021-02-28 22:01:06'),(130377,46370,'action complete via WP Cron','2021-03-01 06:01:06','2021-02-28 22:01:06'),(130378,46371,'action created','2021-03-01 06:01:06','2021-02-28 22:01:06'),(130379,46371,'action started via WP Cron','2021-03-01 06:02:07','2021-02-28 22:02:07'),(130380,46371,'action complete via WP Cron','2021-03-01 06:02:07','2021-02-28 22:02:07'),(130381,46372,'action created','2021-03-01 06:02:08','2021-02-28 22:02:08'),(130382,46372,'action started via WP Cron','2021-03-01 06:03:10','2021-02-28 22:03:10'),(130383,46372,'action complete via WP Cron','2021-03-01 06:03:10','2021-02-28 22:03:10'),(130384,46373,'action created','2021-03-01 06:03:10','2021-02-28 22:03:10'),(130385,46373,'action started via WP Cron','2021-03-01 06:04:07','2021-02-28 22:04:07'),(130386,46373,'action complete via WP Cron','2021-03-01 06:04:07','2021-02-28 22:04:07'),(130387,46374,'action created','2021-03-01 06:04:08','2021-02-28 22:04:08'),(130388,46374,'action started via WP Cron','2021-03-01 06:05:26','2021-02-28 22:05:26'),(130389,46374,'action complete via WP Cron','2021-03-01 06:05:26','2021-02-28 22:05:26'),(130390,46375,'action created','2021-03-01 06:05:26','2021-02-28 22:05:26'),(130391,46375,'action started via WP Cron','2021-03-01 06:08:26','2021-02-28 22:08:26'),(130392,46375,'action complete via WP Cron','2021-03-01 06:08:26','2021-02-28 22:08:26'),(130393,46376,'action created','2021-03-01 06:08:26','2021-02-28 22:08:26'),(130394,46376,'action started via WP Cron','2021-03-01 06:09:25','2021-02-28 22:09:25'),(130395,46376,'action complete via WP Cron','2021-03-01 06:09:25','2021-02-28 22:09:25'),(130396,46377,'action created','2021-03-01 06:09:25','2021-02-28 22:09:25'),(130397,46377,'action started via WP Cron','2021-03-01 06:11:33','2021-02-28 22:11:33'),(130398,46377,'action complete via WP Cron','2021-03-01 06:11:33','2021-02-28 22:11:33'),(130399,46378,'action created','2021-03-01 06:11:33','2021-02-28 22:11:33'),(130400,46378,'action started via WP Cron','2021-03-01 06:14:03','2021-02-28 22:14:03'),(130401,46378,'action complete via WP Cron','2021-03-01 06:14:03','2021-02-28 22:14:03'),(130402,46379,'action created','2021-03-01 06:14:03','2021-02-28 22:14:03'),(130403,46379,'action started via WP Cron','2021-03-01 06:18:13','2021-02-28 22:18:13'),(130404,46379,'action complete via WP Cron','2021-03-01 06:18:13','2021-02-28 22:18:13'),(130405,46380,'action created','2021-03-01 06:18:13','2021-02-28 22:18:13'),(130406,46380,'action started via WP Cron','2021-03-01 06:21:25','2021-02-28 22:21:25'),(130407,46380,'action complete via WP Cron','2021-03-01 06:21:25','2021-02-28 22:21:25'),(130408,46381,'action created','2021-03-01 06:21:25','2021-02-28 22:21:25'),(130409,46381,'action started via WP Cron','2021-03-01 06:23:59','2021-02-28 22:23:59'),(130410,46381,'action complete via WP Cron','2021-03-01 06:23:59','2021-02-28 22:23:59'),(130411,46382,'action created','2021-03-01 06:23:59','2021-02-28 22:23:59'),(130412,46382,'action started via WP Cron','2021-03-01 06:25:00','2021-02-28 22:25:00'),(130413,46382,'action complete via WP Cron','2021-03-01 06:25:00','2021-02-28 22:25:00'),(130414,46383,'action created','2021-03-01 06:25:00','2021-02-28 22:25:00'),(130415,46383,'action started via WP Cron','2021-03-01 06:25:42','2021-02-28 22:25:42'),(130416,46383,'action complete via WP Cron','2021-03-01 06:25:42','2021-02-28 22:25:42'),(130417,46384,'action created','2021-03-01 06:25:42','2021-02-28 22:25:42'),(130418,46384,'action started via WP Cron','2021-03-01 06:26:47','2021-02-28 22:26:47'),(130419,46384,'action complete via WP Cron','2021-03-01 06:26:47','2021-02-28 22:26:47'),(130420,46385,'action created','2021-03-01 06:26:47','2021-02-28 22:26:47'),(130421,46385,'action started via WP Cron','2021-03-01 06:28:03','2021-02-28 22:28:03'),(130422,46385,'action complete via WP Cron','2021-03-01 06:28:03','2021-02-28 22:28:03'),(130423,46386,'action created','2021-03-01 06:28:03','2021-02-28 22:28:03'),(130424,46386,'action started via WP Cron','2021-03-01 06:28:56','2021-02-28 22:28:56'),(130425,46386,'action complete via WP Cron','2021-03-01 06:28:56','2021-02-28 22:28:56'),(130426,46387,'action created','2021-03-01 06:28:57','2021-02-28 22:28:57'),(130427,46387,'action started via WP Cron','2021-03-01 06:30:07','2021-02-28 22:30:07'),(130428,46387,'action complete via WP Cron','2021-03-01 06:30:07','2021-02-28 22:30:07'),(130429,46388,'action created','2021-03-01 06:30:07','2021-02-28 22:30:07'),(130430,46388,'action started via WP Cron','2021-03-01 06:31:21','2021-02-28 22:31:21'),(130431,46388,'action complete via WP Cron','2021-03-01 06:31:21','2021-02-28 22:31:21'),(130432,46389,'action created','2021-03-01 06:31:21','2021-02-28 22:31:21'),(130433,46389,'action started via WP Cron','2021-03-01 06:32:28','2021-02-28 22:32:28'),(130434,46389,'action complete via WP Cron','2021-03-01 06:32:28','2021-02-28 22:32:28'),(130435,46390,'action created','2021-03-01 06:32:28','2021-02-28 22:32:28'),(130436,46390,'action started via WP Cron','2021-03-01 06:33:19','2021-02-28 22:33:19'),(130437,46390,'action complete via WP Cron','2021-03-01 06:33:19','2021-02-28 22:33:19'),(130438,46391,'action created','2021-03-01 06:33:20','2021-02-28 22:33:20'),(130439,46391,'action started via WP Cron','2021-03-01 06:34:01','2021-02-28 22:34:01'),(130440,46391,'action complete via WP Cron','2021-03-01 06:34:01','2021-02-28 22:34:01'),(130441,46392,'action created','2021-03-01 06:34:02','2021-02-28 22:34:02'),(130442,46392,'action started via WP Cron','2021-03-01 06:34:56','2021-02-28 22:34:56'),(130443,46392,'action complete via WP Cron','2021-03-01 06:34:56','2021-02-28 22:34:56'),(130444,46393,'action created','2021-03-01 06:34:56','2021-02-28 22:34:56'),(130445,46393,'action started via WP Cron','2021-03-01 06:36:19','2021-02-28 22:36:19'),(130446,46393,'action complete via WP Cron','2021-03-01 06:36:19','2021-02-28 22:36:19'),(130447,46394,'action created','2021-03-01 06:36:19','2021-02-28 22:36:19'),(130448,46394,'action started via WP Cron','2021-03-01 06:37:16','2021-02-28 22:37:16'),(130449,46394,'action complete via WP Cron','2021-03-01 06:37:16','2021-02-28 22:37:16'),(130450,46395,'action created','2021-03-01 06:37:16','2021-02-28 22:37:16'),(130451,46395,'action started via WP Cron','2021-03-01 06:38:07','2021-02-28 22:38:07'),(130452,46395,'action complete via WP Cron','2021-03-01 06:38:07','2021-02-28 22:38:07'),(130453,46396,'action created','2021-03-01 06:38:08','2021-02-28 22:38:08'),(130454,46396,'action started via WP Cron','2021-03-01 06:38:59','2021-02-28 22:38:59'),(130455,46396,'action complete via WP Cron','2021-03-01 06:38:59','2021-02-28 22:38:59'),(130456,46397,'action created','2021-03-01 06:38:59','2021-02-28 22:38:59'),(130457,46397,'action started via WP Cron','2021-03-01 06:39:48','2021-02-28 22:39:48'),(130458,46397,'action complete via WP Cron','2021-03-01 06:39:48','2021-02-28 22:39:48'),(130459,46398,'action created','2021-03-01 06:39:48','2021-02-28 22:39:48'),(130460,46398,'action started via WP Cron','2021-03-01 06:41:16','2021-02-28 22:41:16'),(130461,46398,'action complete via WP Cron','2021-03-01 06:41:16','2021-02-28 22:41:16'),(130462,46399,'action created','2021-03-01 06:41:16','2021-02-28 22:41:16'),(130463,46399,'action started via WP Cron','2021-03-01 06:41:53','2021-02-28 22:41:53'),(130464,46399,'action complete via WP Cron','2021-03-01 06:41:53','2021-02-28 22:41:53'),(130465,46400,'action created','2021-03-01 06:41:53','2021-02-28 22:41:53'),(130466,46400,'action started via WP Cron','2021-03-01 06:43:25','2021-02-28 22:43:25'),(130467,46400,'action complete via WP Cron','2021-03-01 06:43:25','2021-02-28 22:43:25'),(130468,46401,'action created','2021-03-01 06:43:25','2021-02-28 22:43:25'),(130469,46401,'action started via WP Cron','2021-03-01 06:44:07','2021-02-28 22:44:07'),(130470,46401,'action complete via WP Cron','2021-03-01 06:44:07','2021-02-28 22:44:07'),(130471,46402,'action created','2021-03-01 06:44:07','2021-02-28 22:44:07'),(130472,46402,'action started via WP Cron','2021-03-01 06:44:56','2021-02-28 22:44:56'),(130473,46402,'action complete via WP Cron','2021-03-01 06:44:56','2021-02-28 22:44:56'),(130474,46403,'action created','2021-03-01 06:44:56','2021-02-28 22:44:56'),(130475,46403,'action started via WP Cron','2021-03-01 06:45:42','2021-02-28 22:45:42'),(130476,46403,'action complete via WP Cron','2021-03-01 06:45:42','2021-02-28 22:45:42'),(130477,46404,'action created','2021-03-01 06:45:42','2021-02-28 22:45:42'),(130478,46404,'action started via WP Cron','2021-03-01 06:47:11','2021-02-28 22:47:11'),(130479,46404,'action complete via WP Cron','2021-03-01 06:47:11','2021-02-28 22:47:11'),(130480,46405,'action created','2021-03-01 06:47:11','2021-02-28 22:47:11'),(130481,46405,'action started via WP Cron','2021-03-01 06:47:59','2021-02-28 22:47:59'),(130482,46405,'action complete via WP Cron','2021-03-01 06:47:59','2021-02-28 22:47:59'),(130483,46406,'action created','2021-03-01 06:47:59','2021-02-28 22:47:59'),(130484,46406,'action started via WP Cron','2021-03-01 06:48:56','2021-02-28 22:48:56'),(130485,46406,'action complete via WP Cron','2021-03-01 06:48:56','2021-02-28 22:48:56'),(130486,46407,'action created','2021-03-01 06:48:56','2021-02-28 22:48:56'),(130487,46407,'action started via WP Cron','2021-03-01 06:49:58','2021-02-28 22:49:58'),(130488,46407,'action complete via WP Cron','2021-03-01 06:49:58','2021-02-28 22:49:58'),(130489,46408,'action created','2021-03-01 06:49:58','2021-02-28 22:49:58'),(130490,46408,'action started via WP Cron','2021-03-01 06:51:04','2021-02-28 22:51:04'),(130491,46408,'action complete via WP Cron','2021-03-01 06:51:04','2021-02-28 22:51:04'),(130492,46409,'action created','2021-03-01 06:51:04','2021-02-28 22:51:04'),(130493,46409,'action started via WP Cron','2021-03-01 06:52:00','2021-02-28 22:52:00'),(130494,46409,'action complete via WP Cron','2021-03-01 06:52:00','2021-02-28 22:52:00'),(130495,46410,'action created','2021-03-01 06:52:00','2021-02-28 22:52:00'),(130496,46410,'action started via WP Cron','2021-03-01 06:53:08','2021-02-28 22:53:08'),(130497,46410,'action complete via WP Cron','2021-03-01 06:53:08','2021-02-28 22:53:08'),(130498,46411,'action created','2021-03-01 06:53:08','2021-02-28 22:53:08'),(130499,46411,'action started via WP Cron','2021-03-01 06:54:10','2021-02-28 22:54:10'),(130500,46411,'action complete via WP Cron','2021-03-01 06:54:10','2021-02-28 22:54:10'),(130501,46412,'action created','2021-03-01 06:54:10','2021-02-28 22:54:10'),(130502,46412,'action started via WP Cron','2021-03-01 06:55:05','2021-02-28 22:55:05'),(130503,46412,'action complete via WP Cron','2021-03-01 06:55:05','2021-02-28 22:55:05'),(130504,46413,'action created','2021-03-01 06:55:05','2021-02-28 22:55:05'),(130505,46413,'action started via WP Cron','2021-03-01 06:56:06','2021-02-28 22:56:06'),(130506,46413,'action complete via WP Cron','2021-03-01 06:56:06','2021-02-28 22:56:06'),(130507,46414,'action created','2021-03-01 06:56:07','2021-02-28 22:56:07'),(130508,46414,'action started via WP Cron','2021-03-01 06:57:07','2021-02-28 22:57:07'),(130509,46414,'action complete via WP Cron','2021-03-01 06:57:07','2021-02-28 22:57:07'),(130510,46415,'action created','2021-03-01 06:57:07','2021-02-28 22:57:07'),(130511,46415,'action started via WP Cron','2021-03-01 06:57:55','2021-02-28 22:57:55'),(130512,46415,'action complete via WP Cron','2021-03-01 06:57:55','2021-02-28 22:57:55'),(130513,46416,'action created','2021-03-01 06:57:55','2021-02-28 22:57:55'),(130514,46416,'action started via WP Cron','2021-03-01 06:58:58','2021-02-28 22:58:58'),(130515,46416,'action complete via WP Cron','2021-03-01 06:58:58','2021-02-28 22:58:58'),(130516,46417,'action created','2021-03-01 06:58:59','2021-02-28 22:58:59'),(130517,46417,'action started via WP Cron','2021-03-01 06:59:53','2021-02-28 22:59:53'),(130518,46417,'action complete via WP Cron','2021-03-01 06:59:53','2021-02-28 22:59:53'),(130519,46418,'action created','2021-03-01 06:59:53','2021-02-28 22:59:53'),(130520,46418,'action started via WP Cron','2021-03-01 07:01:20','2021-02-28 23:01:20'),(130521,46418,'action complete via WP Cron','2021-03-01 07:01:20','2021-02-28 23:01:20'),(130522,46419,'action created','2021-03-01 07:01:21','2021-02-28 23:01:21'),(130523,46419,'action started via WP Cron','2021-03-01 07:02:42','2021-02-28 23:02:42'),(130524,46419,'action complete via WP Cron','2021-03-01 07:02:42','2021-02-28 23:02:42'),(130525,46420,'action created','2021-03-01 07:02:42','2021-02-28 23:02:42'),(130526,46420,'action started via WP Cron','2021-03-01 07:03:42','2021-02-28 23:03:42'),(130527,46420,'action complete via WP Cron','2021-03-01 07:03:42','2021-02-28 23:03:42'),(130528,46421,'action created','2021-03-01 07:03:42','2021-02-28 23:03:42'),(130529,46421,'action started via WP Cron','2021-03-01 07:05:00','2021-02-28 23:05:00'),(130530,46421,'action complete via WP Cron','2021-03-01 07:05:00','2021-02-28 23:05:00'),(130531,46422,'action created','2021-03-01 07:05:01','2021-02-28 23:05:01'),(130532,46422,'action started via WP Cron','2021-03-01 07:05:41','2021-02-28 23:05:41'),(130533,46422,'action complete via WP Cron','2021-03-01 07:05:41','2021-02-28 23:05:41'),(130534,46423,'action created','2021-03-01 07:05:41','2021-02-28 23:05:41'),(130535,46423,'action started via WP Cron','2021-03-01 07:06:48','2021-02-28 23:06:48'),(130536,46423,'action complete via WP Cron','2021-03-01 07:06:48','2021-02-28 23:06:48'),(130537,46424,'action created','2021-03-01 07:06:48','2021-02-28 23:06:48'),(130538,46424,'action started via WP Cron','2021-03-01 07:08:33','2021-02-28 23:08:33'),(130539,46424,'action complete via WP Cron','2021-03-01 07:08:33','2021-02-28 23:08:33'),(130540,46425,'action created','2021-03-01 07:08:33','2021-02-28 23:08:33'),(130541,46425,'action started via WP Cron','2021-03-01 07:09:50','2021-02-28 23:09:50'),(130542,46425,'action complete via WP Cron','2021-03-01 07:09:50','2021-02-28 23:09:50'),(130543,46426,'action created','2021-03-01 07:09:50','2021-02-28 23:09:50'),(130544,46426,'action started via WP Cron','2021-03-01 07:11:06','2021-02-28 23:11:06'),(130545,46426,'action complete via WP Cron','2021-03-01 07:11:06','2021-02-28 23:11:06'),(130546,46427,'action created','2021-03-01 07:11:06','2021-02-28 23:11:06'),(130547,46427,'action started via WP Cron','2021-03-01 07:12:03','2021-02-28 23:12:03'),(130548,46427,'action complete via WP Cron','2021-03-01 07:12:03','2021-02-28 23:12:03'),(130549,46428,'action created','2021-03-01 07:12:03','2021-02-28 23:12:03'),(130550,46428,'action started via WP Cron','2021-03-01 07:13:11','2021-02-28 23:13:11'),(130551,46428,'action complete via WP Cron','2021-03-01 07:13:11','2021-02-28 23:13:11'),(130552,46429,'action created','2021-03-01 07:13:11','2021-02-28 23:13:11'),(130553,46429,'action started via WP Cron','2021-03-01 07:14:18','2021-02-28 23:14:18'),(130554,46429,'action complete via WP Cron','2021-03-01 07:14:18','2021-02-28 23:14:18'),(130555,46430,'action created','2021-03-01 07:14:18','2021-02-28 23:14:18'),(130556,46430,'action started via WP Cron','2021-03-01 07:15:04','2021-02-28 23:15:04'),(130557,46430,'action complete via WP Cron','2021-03-01 07:15:04','2021-02-28 23:15:04'),(130558,46431,'action created','2021-03-01 07:15:04','2021-02-28 23:15:04'),(130559,46431,'action started via WP Cron','2021-03-01 07:16:14','2021-02-28 23:16:14'),(130560,46431,'action complete via WP Cron','2021-03-01 07:16:14','2021-02-28 23:16:14'),(130561,46432,'action created','2021-03-01 07:16:14','2021-02-28 23:16:14'),(130562,46432,'action started via WP Cron','2021-03-01 07:16:41','2021-02-28 23:16:41'),(130563,46432,'action complete via WP Cron','2021-03-01 07:16:41','2021-02-28 23:16:41'),(130564,46433,'action created','2021-03-01 07:16:41','2021-02-28 23:16:41'),(130565,46433,'action started via WP Cron','2021-03-01 07:18:14','2021-02-28 23:18:14'),(130566,46433,'action complete via WP Cron','2021-03-01 07:18:14','2021-02-28 23:18:14'),(130567,46434,'action created','2021-03-01 07:18:14','2021-02-28 23:18:14'),(130568,46434,'action started via WP Cron','2021-03-01 07:19:55','2021-02-28 23:19:55'),(130569,46434,'action complete via WP Cron','2021-03-01 07:19:55','2021-02-28 23:19:55'),(130570,46435,'action created','2021-03-01 07:19:55','2021-02-28 23:19:55'),(130571,46435,'action started via WP Cron','2021-03-01 07:21:19','2021-02-28 23:21:19'),(130572,46435,'action complete via WP Cron','2021-03-01 07:21:19','2021-02-28 23:21:19'),(130573,46436,'action created','2021-03-01 07:21:19','2021-02-28 23:21:19'),(130574,46436,'action started via WP Cron','2021-03-01 07:22:27','2021-02-28 23:22:27'),(130575,46436,'action complete via WP Cron','2021-03-01 07:22:27','2021-02-28 23:22:27'),(130576,46437,'action created','2021-03-01 07:22:27','2021-02-28 23:22:27'),(130577,46437,'action started via WP Cron','2021-03-01 07:23:27','2021-02-28 23:23:27'),(130578,46437,'action complete via WP Cron','2021-03-01 07:23:27','2021-02-28 23:23:27'),(130579,46438,'action created','2021-03-01 07:23:27','2021-02-28 23:23:27'),(130580,46438,'action started via WP Cron','2021-03-01 07:24:16','2021-02-28 23:24:16'),(130581,46438,'action complete via WP Cron','2021-03-01 07:24:16','2021-02-28 23:24:16'),(130582,46439,'action created','2021-03-01 07:24:16','2021-02-28 23:24:16'),(130583,46439,'action started via WP Cron','2021-03-01 07:25:42','2021-02-28 23:25:42'),(130584,46439,'action complete via WP Cron','2021-03-01 07:25:42','2021-02-28 23:25:42'),(130585,46440,'action created','2021-03-01 07:25:42','2021-02-28 23:25:42'),(130586,46440,'action started via WP Cron','2021-03-01 07:27:23','2021-02-28 23:27:23'),(130587,46440,'action complete via WP Cron','2021-03-01 07:27:23','2021-02-28 23:27:23'),(130588,46441,'action created','2021-03-01 07:27:23','2021-02-28 23:27:23'),(130589,46441,'action started via WP Cron','2021-03-01 07:28:13','2021-02-28 23:28:13'),(130590,46441,'action complete via WP Cron','2021-03-01 07:28:13','2021-02-28 23:28:13'),(130591,46442,'action created','2021-03-01 07:28:13','2021-02-28 23:28:13'),(130592,46442,'action started via WP Cron','2021-03-01 07:28:56','2021-02-28 23:28:56'),(130593,46442,'action complete via WP Cron','2021-03-01 07:28:56','2021-02-28 23:28:56'),(130594,46443,'action created','2021-03-01 07:28:56','2021-02-28 23:28:56'),(130595,46443,'action started via WP Cron','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130596,46443,'action complete via WP Cron','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130597,45367,'action started via WP Cron','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130598,45367,'action complete via WP Cron','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130599,46444,'action created','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130600,46445,'action created','2021-03-01 07:29:51','2021-02-28 23:29:51'),(130601,46445,'action started via WP Cron','2021-03-01 07:31:23','2021-02-28 23:31:23'),(130602,46445,'action complete via WP Cron','2021-03-01 07:31:23','2021-02-28 23:31:23'),(130603,46446,'action created','2021-03-01 07:31:23','2021-02-28 23:31:23'),(130604,46446,'action started via WP Cron','2021-03-01 07:31:51','2021-02-28 23:31:51'),(130605,46446,'action complete via WP Cron','2021-03-01 07:31:51','2021-02-28 23:31:51'),(130606,46447,'action created','2021-03-01 07:31:51','2021-02-28 23:31:51'),(130607,46447,'action started via WP Cron','2021-03-01 07:33:08','2021-02-28 23:33:08'),(130608,46447,'action complete via WP Cron','2021-03-01 07:33:08','2021-02-28 23:33:08'),(130609,46448,'action created','2021-03-01 07:33:37','2021-02-28 23:33:37'),(130610,46448,'action started via WP Cron','2021-03-01 07:33:55','2021-02-28 23:33:55'),(130611,46448,'action complete via WP Cron','2021-03-01 07:33:55','2021-02-28 23:33:55'),(130612,46449,'action created','2021-03-01 07:33:55','2021-02-28 23:33:55'),(130613,46449,'action started via WP Cron','2021-03-01 07:34:42','2021-02-28 23:34:42'),(130614,46449,'action complete via WP Cron','2021-03-01 07:34:42','2021-02-28 23:34:42'),(130615,46450,'action created','2021-03-01 07:34:42','2021-02-28 23:34:42'),(130616,46450,'action started via WP Cron','2021-03-01 07:35:46','2021-02-28 23:35:46'),(130617,46450,'action complete via WP Cron','2021-03-01 07:35:46','2021-02-28 23:35:46'),(130618,46451,'action created','2021-03-01 07:35:46','2021-02-28 23:35:46'),(130619,46451,'action started via WP Cron','2021-03-01 07:36:45','2021-02-28 23:36:45'),(130620,46451,'action complete via WP Cron','2021-03-01 07:36:45','2021-02-28 23:36:45'),(130621,46452,'action created','2021-03-01 07:36:45','2021-02-28 23:36:45'),(130622,46452,'action started via WP Cron','2021-03-01 07:38:18','2021-02-28 23:38:18'),(130623,46452,'action complete via WP Cron','2021-03-01 07:38:18','2021-02-28 23:38:18'),(130624,46453,'action created','2021-03-01 07:38:18','2021-02-28 23:38:18'),(130625,46453,'action started via WP Cron','2021-03-01 07:38:55','2021-02-28 23:38:55'),(130626,46453,'action complete via WP Cron','2021-03-01 07:38:55','2021-02-28 23:38:55'),(130627,46454,'action created','2021-03-01 07:38:56','2021-02-28 23:38:56'),(130628,46454,'action started via WP Cron','2021-03-01 07:39:57','2021-02-28 23:39:57'),(130629,46454,'action complete via WP Cron','2021-03-01 07:39:57','2021-02-28 23:39:57'),(130630,46455,'action created','2021-03-01 07:39:57','2021-02-28 23:39:57'),(130631,46455,'action started via WP Cron','2021-03-01 07:40:58','2021-02-28 23:40:58'),(130632,46455,'action complete via WP Cron','2021-03-01 07:40:58','2021-02-28 23:40:58'),(130633,46456,'action created','2021-03-01 07:40:58','2021-02-28 23:40:58'),(130634,46456,'action started via WP Cron','2021-03-01 07:41:56','2021-02-28 23:41:56'),(130635,46456,'action complete via WP Cron','2021-03-01 07:41:56','2021-02-28 23:41:56'),(130636,46457,'action created','2021-03-01 07:41:56','2021-02-28 23:41:56'),(130637,46457,'action started via WP Cron','2021-03-01 07:42:49','2021-02-28 23:42:49'),(130638,46457,'action complete via WP Cron','2021-03-01 07:42:49','2021-02-28 23:42:49'),(130639,46458,'action created','2021-03-01 07:42:49','2021-02-28 23:42:49'),(130640,46458,'action started via WP Cron','2021-03-01 07:43:48','2021-02-28 23:43:48'),(130641,46458,'action complete via WP Cron','2021-03-01 07:43:48','2021-02-28 23:43:48'),(130642,46459,'action created','2021-03-01 07:43:48','2021-02-28 23:43:48'),(130643,46459,'action started via WP Cron','2021-03-01 07:44:43','2021-02-28 23:44:43'),(130644,46459,'action complete via WP Cron','2021-03-01 07:44:43','2021-02-28 23:44:43'),(130645,46460,'action created','2021-03-01 07:44:43','2021-02-28 23:44:43'),(130646,46460,'action started via WP Cron','2021-03-01 07:45:43','2021-02-28 23:45:43'),(130647,46460,'action complete via WP Cron','2021-03-01 07:45:43','2021-02-28 23:45:43'),(130648,46461,'action created','2021-03-01 07:45:43','2021-02-28 23:45:43'),(130649,46461,'action started via WP Cron','2021-03-01 07:47:19','2021-02-28 23:47:19'),(130650,46461,'action complete via WP Cron','2021-03-01 07:47:19','2021-02-28 23:47:19'),(130651,46462,'action created','2021-03-01 07:47:19','2021-02-28 23:47:19'),(130652,46462,'action started via WP Cron','2021-03-01 07:48:06','2021-02-28 23:48:06'),(130653,46462,'action complete via WP Cron','2021-03-01 07:48:06','2021-02-28 23:48:06'),(130654,46463,'action created','2021-03-01 07:48:06','2021-02-28 23:48:06'),(130655,46463,'action started via WP Cron','2021-03-01 07:48:53','2021-02-28 23:48:53'),(130656,46463,'action complete via WP Cron','2021-03-01 07:48:53','2021-02-28 23:48:53'),(130657,46464,'action created','2021-03-01 07:48:54','2021-02-28 23:48:54'),(130658,46464,'action started via WP Cron','2021-03-01 07:49:45','2021-02-28 23:49:45'),(130659,46464,'action complete via WP Cron','2021-03-01 07:49:45','2021-02-28 23:49:45'),(130660,46465,'action created','2021-03-01 07:49:45','2021-02-28 23:49:45'),(130661,46465,'action started via WP Cron','2021-03-01 07:50:41','2021-02-28 23:50:41'),(130662,46465,'action complete via WP Cron','2021-03-01 07:50:41','2021-02-28 23:50:41'),(130663,46466,'action created','2021-03-01 07:50:41','2021-02-28 23:50:41'),(130664,46466,'action started via WP Cron','2021-03-01 07:52:12','2021-02-28 23:52:12'),(130665,46466,'action complete via WP Cron','2021-03-01 07:52:12','2021-02-28 23:52:12'),(130666,46467,'action created','2021-03-01 07:52:12','2021-02-28 23:52:12'),(130667,46467,'action started via WP Cron','2021-03-01 07:52:51','2021-02-28 23:52:51'),(130668,46467,'action complete via WP Cron','2021-03-01 07:52:51','2021-02-28 23:52:51'),(130669,46468,'action created','2021-03-01 07:52:51','2021-02-28 23:52:51'),(130670,46468,'action started via WP Cron','2021-03-01 07:53:50','2021-02-28 23:53:50'),(130671,46468,'action complete via WP Cron','2021-03-01 07:53:50','2021-02-28 23:53:50'),(130672,46469,'action created','2021-03-01 07:53:50','2021-02-28 23:53:50'),(130673,46469,'action started via WP Cron','2021-03-01 07:54:49','2021-02-28 23:54:49'),(130674,46469,'action complete via WP Cron','2021-03-01 07:54:49','2021-02-28 23:54:49'),(130675,46470,'action created','2021-03-01 07:54:49','2021-02-28 23:54:49'),(130676,46470,'action started via WP Cron','2021-03-01 07:56:42','2021-02-28 23:56:42'),(130677,46470,'action complete via WP Cron','2021-03-01 07:56:42','2021-02-28 23:56:42'),(130678,46471,'action created','2021-03-01 07:56:42','2021-02-28 23:56:42'),(130679,46471,'action started via WP Cron','2021-03-01 07:57:42','2021-02-28 23:57:42'),(130680,46471,'action complete via WP Cron','2021-03-01 07:57:42','2021-02-28 23:57:42'),(130681,46472,'action created','2021-03-01 07:57:42','2021-02-28 23:57:42'),(130682,46472,'action started via WP Cron','2021-03-01 07:59:10','2021-02-28 23:59:10'),(130683,46472,'action complete via WP Cron','2021-03-01 07:59:10','2021-02-28 23:59:10'),(130684,46473,'action created','2021-03-01 07:59:10','2021-02-28 23:59:10'),(130685,46473,'action started via WP Cron','2021-03-01 08:01:44','2021-03-01 00:01:44'),(130686,46473,'action complete via WP Cron','2021-03-01 08:01:44','2021-03-01 00:01:44'),(130687,46474,'action created','2021-03-01 08:01:44','2021-03-01 00:01:44'),(130688,46474,'action started via WP Cron','2021-03-01 08:06:56','2021-03-01 00:06:56'),(130689,46474,'action complete via WP Cron','2021-03-01 08:06:56','2021-03-01 00:06:56'),(130690,46475,'action created','2021-03-01 08:06:56','2021-03-01 00:06:56'),(130691,46475,'action started via WP Cron','2021-03-01 08:07:58','2021-03-01 00:07:58'),(130692,46475,'action complete via WP Cron','2021-03-01 08:07:58','2021-03-01 00:07:58'),(130693,46476,'action created','2021-03-01 08:07:58','2021-03-01 00:07:58'),(130694,46476,'action started via WP Cron','2021-03-01 08:08:58','2021-03-01 00:08:58'),(130695,46476,'action complete via WP Cron','2021-03-01 08:08:58','2021-03-01 00:08:58'),(130696,46477,'action created','2021-03-01 08:08:58','2021-03-01 00:08:58'),(130697,46477,'action started via WP Cron','2021-03-01 08:09:59','2021-03-01 00:09:59'),(130698,46477,'action complete via WP Cron','2021-03-01 08:09:59','2021-03-01 00:09:59'),(130699,46478,'action created','2021-03-01 08:09:59','2021-03-01 00:09:59'),(130700,46478,'action started via WP Cron','2021-03-01 08:11:13','2021-03-01 00:11:13'),(130701,46478,'action complete via WP Cron','2021-03-01 08:11:13','2021-03-01 00:11:13'),(130702,46479,'action created','2021-03-01 08:11:13','2021-03-01 00:11:13'),(130703,46479,'action started via WP Cron','2021-03-01 08:12:01','2021-03-01 00:12:01'),(130704,46479,'action complete via WP Cron','2021-03-01 08:12:01','2021-03-01 00:12:01'),(130705,46480,'action created','2021-03-01 08:12:01','2021-03-01 00:12:01'),(130706,46480,'action started via WP Cron','2021-03-01 08:12:57','2021-03-01 00:12:57'),(130707,46480,'action complete via WP Cron','2021-03-01 08:12:57','2021-03-01 00:12:57'),(130708,46481,'action created','2021-03-01 08:12:57','2021-03-01 00:12:57'),(130709,46481,'action started via WP Cron','2021-03-01 08:13:52','2021-03-01 00:13:52'),(130710,46481,'action complete via WP Cron','2021-03-01 08:13:52','2021-03-01 00:13:52'),(130711,46482,'action created','2021-03-01 08:13:52','2021-03-01 00:13:52'),(130712,46482,'action started via WP Cron','2021-03-01 08:14:45','2021-03-01 00:14:45'),(130713,46482,'action complete via WP Cron','2021-03-01 08:14:45','2021-03-01 00:14:45'),(130714,46483,'action created','2021-03-01 08:14:46','2021-03-01 00:14:46'),(130715,46483,'action started via WP Cron','2021-03-01 08:15:58','2021-03-01 00:15:58'),(130716,46483,'action complete via WP Cron','2021-03-01 08:15:58','2021-03-01 00:15:58'),(130717,46484,'action created','2021-03-01 08:15:58','2021-03-01 00:15:58'),(130718,46484,'action started via WP Cron','2021-03-01 08:16:49','2021-03-01 00:16:49'),(130719,46484,'action complete via WP Cron','2021-03-01 08:16:49','2021-03-01 00:16:49'),(130720,46485,'action created','2021-03-01 08:16:49','2021-03-01 00:16:49'),(130721,46485,'action started via WP Cron','2021-03-01 08:18:16','2021-03-01 00:18:16'),(130722,46485,'action complete via WP Cron','2021-03-01 08:18:16','2021-03-01 00:18:16'),(130723,46486,'action created','2021-03-01 08:18:16','2021-03-01 00:18:16'),(130724,46486,'action started via WP Cron','2021-03-01 08:18:42','2021-03-01 00:18:42'),(130725,46486,'action complete via WP Cron','2021-03-01 08:18:42','2021-03-01 00:18:42'),(130726,46487,'action created','2021-03-01 08:18:43','2021-03-01 00:18:43'),(130727,46487,'action started via WP Cron','2021-03-01 08:19:43','2021-03-01 00:19:43'),(130728,46487,'action complete via WP Cron','2021-03-01 08:19:43','2021-03-01 00:19:43'),(130729,46488,'action created','2021-03-01 08:19:43','2021-03-01 00:19:43'),(130730,46488,'action started via WP Cron','2021-03-01 08:20:56','2021-03-01 00:20:56'),(130731,46488,'action complete via WP Cron','2021-03-01 08:20:56','2021-03-01 00:20:56'),(130732,46489,'action created','2021-03-01 08:20:56','2021-03-01 00:20:56'),(130733,46489,'action started via WP Cron','2021-03-01 08:21:43','2021-03-01 00:21:43'),(130734,46489,'action complete via WP Cron','2021-03-01 08:21:43','2021-03-01 00:21:43'),(130735,46490,'action created','2021-03-01 08:21:43','2021-03-01 00:21:43'),(130736,46490,'action started via WP Cron','2021-03-01 08:23:25','2021-03-01 00:23:25'),(130737,46490,'action complete via WP Cron','2021-03-01 08:23:25','2021-03-01 00:23:25'),(130738,46491,'action created','2021-03-01 08:23:25','2021-03-01 00:23:25'),(130739,46491,'action started via WP Cron','2021-03-01 08:23:41','2021-03-01 00:23:41'),(130740,46491,'action complete via WP Cron','2021-03-01 08:23:41','2021-03-01 00:23:41'),(130741,46492,'action created','2021-03-01 08:23:46','2021-03-01 00:23:46'),(130742,46492,'action started via WP Cron','2021-03-01 08:24:59','2021-03-01 00:24:59'),(130743,46492,'action complete via WP Cron','2021-03-01 08:24:59','2021-03-01 00:24:59'),(130744,46493,'action created','2021-03-01 08:24:59','2021-03-01 00:24:59'),(130745,46493,'action started via WP Cron','2021-03-01 08:26:21','2021-03-01 00:26:21'),(130746,46493,'action complete via WP Cron','2021-03-01 08:26:21','2021-03-01 00:26:21'),(130747,46494,'action created','2021-03-01 08:26:21','2021-03-01 00:26:21'),(130748,46494,'action started via WP Cron','2021-03-01 08:26:59','2021-03-01 00:26:59'),(130749,46494,'action complete via WP Cron','2021-03-01 08:27:00','2021-03-01 00:27:00'),(130750,46495,'action created','2021-03-01 08:27:00','2021-03-01 00:27:00'),(130751,46495,'action started via WP Cron','2021-03-01 08:28:09','2021-03-01 00:28:09'),(130752,46495,'action complete via WP Cron','2021-03-01 08:28:09','2021-03-01 00:28:09'),(130753,46496,'action created','2021-03-01 08:29:01','2021-03-01 00:29:01'),(130754,46496,'action started via WP Cron','2021-03-01 08:30:12','2021-03-01 00:30:12'),(130755,46496,'action complete via WP Cron','2021-03-01 08:30:12','2021-03-01 00:30:12'),(130756,46497,'action created','2021-03-01 08:30:13','2021-03-01 00:30:13'),(130757,46497,'action started via WP Cron','2021-03-01 08:31:16','2021-03-01 00:31:16'),(130758,46497,'action complete via WP Cron','2021-03-01 08:31:16','2021-03-01 00:31:16'),(130759,46498,'action created','2021-03-01 08:31:16','2021-03-01 00:31:16'),(130760,46498,'action started via WP Cron','2021-03-01 08:32:25','2021-03-01 00:32:25'),(130761,46498,'action complete via WP Cron','2021-03-01 08:32:25','2021-03-01 00:32:25'),(130762,46499,'action created','2021-03-01 08:32:25','2021-03-01 00:32:25'),(130763,46499,'action started via WP Cron','2021-03-01 08:33:40','2021-03-01 00:33:40'),(130764,46499,'action complete via WP Cron','2021-03-01 08:33:40','2021-03-01 00:33:40'),(130765,46500,'action created','2021-03-01 08:33:40','2021-03-01 00:33:40'),(130766,46500,'action started via WP Cron','2021-03-01 08:34:42','2021-03-01 00:34:42'),(130767,46500,'action complete via WP Cron','2021-03-01 08:34:42','2021-03-01 00:34:42'),(130768,46501,'action created','2021-03-01 08:34:42','2021-03-01 00:34:42'),(130769,46501,'action started via WP Cron','2021-03-01 08:35:50','2021-03-01 00:35:50'),(130770,46501,'action complete via WP Cron','2021-03-01 08:35:50','2021-03-01 00:35:50'),(130771,46502,'action created','2021-03-01 08:35:50','2021-03-01 00:35:50'),(130772,46502,'action started via WP Cron','2021-03-01 08:37:05','2021-03-01 00:37:05'),(130773,46502,'action complete via WP Cron','2021-03-01 08:37:05','2021-03-01 00:37:05'),(130774,46503,'action created','2021-03-01 08:37:05','2021-03-01 00:37:05'),(130775,46503,'action started via WP Cron','2021-03-01 08:37:57','2021-03-01 00:37:57'),(130776,46503,'action complete via WP Cron','2021-03-01 08:37:57','2021-03-01 00:37:57'),(130777,46504,'action created','2021-03-01 08:37:57','2021-03-01 00:37:57'),(130778,46504,'action started via WP Cron','2021-03-01 08:38:56','2021-03-01 00:38:56'),(130779,46504,'action complete via WP Cron','2021-03-01 08:38:56','2021-03-01 00:38:56'),(130780,46505,'action created','2021-03-01 08:38:56','2021-03-01 00:38:56'),(130781,46505,'action started via WP Cron','2021-03-01 08:39:55','2021-03-01 00:39:55'),(130782,46505,'action complete via WP Cron','2021-03-01 08:39:55','2021-03-01 00:39:55'),(130783,46506,'action created','2021-03-01 08:39:55','2021-03-01 00:39:55'),(130784,46506,'action started via WP Cron','2021-03-01 08:41:18','2021-03-01 00:41:18'),(130785,46506,'action complete via WP Cron','2021-03-01 08:41:18','2021-03-01 00:41:18'),(130786,46507,'action created','2021-03-01 08:41:19','2021-03-01 00:41:19'),(130787,46507,'action started via WP Cron','2021-03-01 08:42:02','2021-03-01 00:42:02'),(130788,46507,'action complete via WP Cron','2021-03-01 08:42:02','2021-03-01 00:42:02'),(130789,46508,'action created','2021-03-01 08:42:02','2021-03-01 00:42:02'),(130790,46508,'action started via WP Cron','2021-03-01 08:43:14','2021-03-01 00:43:14'),(130791,46508,'action complete via WP Cron','2021-03-01 08:43:14','2021-03-01 00:43:14'),(130792,46509,'action created','2021-03-01 08:43:14','2021-03-01 00:43:14'),(130793,46509,'action started via WP Cron','2021-03-01 08:44:01','2021-03-01 00:44:01'),(130794,46509,'action complete via WP Cron','2021-03-01 08:44:01','2021-03-01 00:44:01'),(130795,46510,'action created','2021-03-01 08:44:01','2021-03-01 00:44:01'),(130796,46510,'action started via WP Cron','2021-03-01 08:45:04','2021-03-01 00:45:04'),(130797,46510,'action complete via WP Cron','2021-03-01 08:45:04','2021-03-01 00:45:04'),(130798,46511,'action created','2021-03-01 08:45:04','2021-03-01 00:45:04'),(130799,46511,'action started via WP Cron','2021-03-01 08:45:49','2021-03-01 00:45:49'),(130800,46511,'action complete via WP Cron','2021-03-01 08:45:49','2021-03-01 00:45:49'),(130801,46512,'action created','2021-03-01 08:45:49','2021-03-01 00:45:49'),(130802,46512,'action started via WP Cron','2021-03-01 08:47:21','2021-03-01 00:47:21'),(130803,46512,'action complete via WP Cron','2021-03-01 08:47:21','2021-03-01 00:47:21'),(130804,46513,'action created','2021-03-01 08:47:21','2021-03-01 00:47:21'),(130805,46513,'action started via WP Cron','2021-03-01 08:48:36','2021-03-01 00:48:36'),(130806,46513,'action complete via WP Cron','2021-03-01 08:48:36','2021-03-01 00:48:36'),(130807,46514,'action created','2021-03-01 08:48:36','2021-03-01 00:48:36'),(130808,46514,'action started via WP Cron','2021-03-01 08:49:37','2021-03-01 00:49:37'),(130809,46514,'action complete via WP Cron','2021-03-01 08:49:37','2021-03-01 00:49:37'),(130810,46515,'action created','2021-03-01 08:49:37','2021-03-01 00:49:37'),(130811,46515,'action started via WP Cron','2021-03-01 08:50:08','2021-03-01 00:50:08'),(130812,46515,'action complete via WP Cron','2021-03-01 08:50:08','2021-03-01 00:50:08'),(130813,46516,'action created','2021-03-01 08:50:08','2021-03-01 00:50:08'),(130817,46517,'action started via WP Cron','2021-03-01 08:52:25','2021-03-01 00:52:25'),(130818,46517,'action complete via WP Cron','2021-03-01 08:52:25','2021-03-01 00:52:25'),(130819,46518,'action created','2021-03-01 08:52:25','2021-03-01 00:52:25'),(130820,46518,'action started via WP Cron','2021-03-01 08:53:26','2021-03-01 00:53:26'),(130821,46518,'action complete via WP Cron','2021-03-01 08:53:26','2021-03-01 00:53:26'),(130822,46519,'action created','2021-03-01 08:53:26','2021-03-01 00:53:26'),(130823,46519,'action started via WP Cron','2021-03-01 08:54:01','2021-03-01 00:54:01'),(130824,46519,'action complete via WP Cron','2021-03-01 08:54:01','2021-03-01 00:54:01'),(130825,46520,'action created','2021-03-01 08:54:02','2021-03-01 00:54:02'),(130826,46520,'action started via WP Cron','2021-03-01 08:54:53','2021-03-01 00:54:53'),(130827,46520,'action complete via WP Cron','2021-03-01 08:54:53','2021-03-01 00:54:53'),(130828,46521,'action created','2021-03-01 08:54:53','2021-03-01 00:54:53'),(130829,46521,'action started via WP Cron','2021-03-01 08:56:02','2021-03-01 00:56:02'),(130830,46521,'action complete via WP Cron','2021-03-01 08:56:02','2021-03-01 00:56:02'),(130831,46522,'action created','2021-03-01 08:56:02','2021-03-01 00:56:02'),(130832,46522,'action started via WP Cron','2021-03-01 08:56:49','2021-03-01 00:56:49'),(130833,46522,'action complete via WP Cron','2021-03-01 08:56:49','2021-03-01 00:56:49'),(130834,46523,'action created','2021-03-01 08:56:49','2021-03-01 00:56:49'),(130835,46523,'action started via WP Cron','2021-03-01 08:57:42','2021-03-01 00:57:42'),(130836,46523,'action complete via WP Cron','2021-03-01 08:57:42','2021-03-01 00:57:42'),(130837,46524,'action created','2021-03-01 08:57:42','2021-03-01 00:57:42'),(130838,46524,'action started via WP Cron','2021-03-01 08:59:14','2021-03-01 00:59:14'),(130839,46524,'action complete via WP Cron','2021-03-01 08:59:14','2021-03-01 00:59:14'),(130840,46525,'action created','2021-03-01 08:59:14','2021-03-01 00:59:14'),(130841,46525,'action started via WP Cron','2021-03-01 08:59:43','2021-03-01 00:59:43'),(130842,46525,'action complete via WP Cron','2021-03-01 08:59:43','2021-03-01 00:59:43'),(130843,46526,'action created','2021-03-01 08:59:43','2021-03-01 00:59:43'),(130844,46526,'action started via WP Cron','2021-03-01 09:00:44','2021-03-01 01:00:44'),(130845,46526,'action complete via WP Cron','2021-03-01 09:00:44','2021-03-01 01:00:44'),(130846,46527,'action created','2021-03-01 09:00:44','2021-03-01 01:00:44'),(130847,46527,'action started via WP Cron','2021-03-01 09:01:51','2021-03-01 01:01:51'),(130848,46527,'action complete via WP Cron','2021-03-01 09:01:51','2021-03-01 01:01:51'),(130849,46528,'action created','2021-03-01 09:01:51','2021-03-01 01:01:51'),(130850,46528,'action started via WP Cron','2021-03-01 09:02:41','2021-03-01 01:02:41'),(130851,46528,'action complete via WP Cron','2021-03-01 09:02:41','2021-03-01 01:02:41'),(130852,46529,'action created','2021-03-01 09:02:41','2021-03-01 01:02:41'),(130853,46529,'action started via WP Cron','2021-03-01 09:04:37','2021-03-01 01:04:37'),(130854,46529,'action complete via WP Cron','2021-03-01 09:04:38','2021-03-01 01:04:38'),(130855,46530,'action created','2021-03-01 09:04:38','2021-03-01 01:04:38'),(130856,46530,'action started via WP Cron','2021-03-01 09:05:18','2021-03-01 01:05:18'),(130857,46530,'action complete via WP Cron','2021-03-01 09:05:18','2021-03-01 01:05:18'),(130858,46531,'action created','2021-03-01 09:05:18','2021-03-01 01:05:18'),(130859,46531,'action started via WP Cron','2021-03-01 09:06:14','2021-03-01 01:06:14'),(130860,46531,'action complete via WP Cron','2021-03-01 09:06:14','2021-03-01 01:06:14'),(130861,46532,'action created','2021-03-01 09:06:15','2021-03-01 01:06:15'),(130862,46532,'action started via WP Cron','2021-03-01 09:07:17','2021-03-01 01:07:17'),(130863,46532,'action complete via WP Cron','2021-03-01 09:07:17','2021-03-01 01:07:17'),(130864,46533,'action created','2021-03-01 09:07:18','2021-03-01 01:07:18'),(130865,46533,'action started via WP Cron','2021-03-01 09:08:20','2021-03-01 01:08:20'),(130866,46533,'action complete via WP Cron','2021-03-01 09:08:20','2021-03-01 01:08:20'),(130867,46534,'action created','2021-03-01 09:08:20','2021-03-01 01:08:20'),(130868,46534,'action started via WP Cron','2021-03-01 09:09:05','2021-03-01 01:09:05'),(130869,46534,'action complete via WP Cron','2021-03-01 09:09:05','2021-03-01 01:09:05'),(130870,46535,'action created','2021-03-01 09:09:05','2021-03-01 01:09:05'),(130871,46535,'action started via WP Cron','2021-03-01 09:09:48','2021-03-01 01:09:48'),(130872,46535,'action complete via WP Cron','2021-03-01 09:09:48','2021-03-01 01:09:48'),(130873,46536,'action created','2021-03-01 09:09:48','2021-03-01 01:09:48'),(130874,46536,'action started via WP Cron','2021-03-01 09:10:46','2021-03-01 01:10:46'),(130875,46536,'action complete via WP Cron','2021-03-01 09:10:46','2021-03-01 01:10:46'),(130876,46537,'action created','2021-03-01 09:10:46','2021-03-01 01:10:46'),(130877,46537,'action started via WP Cron','2021-03-01 09:12:15','2021-03-01 01:12:15'),(130878,46537,'action complete via WP Cron','2021-03-01 09:12:15','2021-03-01 01:12:15'),(130879,46538,'action created','2021-03-01 09:12:15','2021-03-01 01:12:15'),(130880,46538,'action started via WP Cron','2021-03-01 09:12:56','2021-03-01 01:12:56'),(130881,46538,'action complete via WP Cron','2021-03-01 09:12:56','2021-03-01 01:12:56'),(130882,46539,'action created','2021-03-01 09:12:56','2021-03-01 01:12:56'),(130883,46539,'action started via WP Cron','2021-03-01 09:14:02','2021-03-01 01:14:02'),(130884,46539,'action complete via WP Cron','2021-03-01 09:14:02','2021-03-01 01:14:02'),(130885,46540,'action created','2021-03-01 09:14:02','2021-03-01 01:14:02'),(130886,46540,'action started via WP Cron','2021-03-01 09:15:01','2021-03-01 01:15:01'),(130887,46540,'action complete via WP Cron','2021-03-01 09:15:01','2021-03-01 01:15:01'),(130888,46541,'action created','2021-03-01 09:15:01','2021-03-01 01:15:01'),(130889,46541,'action started via WP Cron','2021-03-01 09:15:42','2021-03-01 01:15:42'),(130890,46541,'action complete via WP Cron','2021-03-01 09:15:42','2021-03-01 01:15:42'),(130891,46542,'action created','2021-03-01 09:15:42','2021-03-01 01:15:42'),(130892,46542,'action started via WP Cron','2021-03-01 09:17:04','2021-03-01 01:17:04'),(130893,46542,'action complete via WP Cron','2021-03-01 09:17:04','2021-03-01 01:17:04'),(130894,46543,'action created','2021-03-01 09:17:04','2021-03-01 01:17:04'),(130895,46543,'action started via WP Cron','2021-03-01 09:17:50','2021-03-01 01:17:50'),(130896,46543,'action complete via WP Cron','2021-03-01 09:17:50','2021-03-01 01:17:50'),(130897,46544,'action created','2021-03-01 09:17:50','2021-03-01 01:17:50'),(130898,46544,'action started via WP Cron','2021-03-01 09:19:19','2021-03-01 01:19:19'),(130899,46544,'action complete via WP Cron','2021-03-01 09:19:19','2021-03-01 01:19:19'),(130900,46545,'action created','2021-03-01 09:19:19','2021-03-01 01:19:19'),(130901,46545,'action started via WP Cron','2021-03-01 09:20:00','2021-03-01 01:20:00'),(130902,46545,'action complete via WP Cron','2021-03-01 09:20:00','2021-03-01 01:20:00'),(130903,46546,'action created','2021-03-01 09:20:39','2021-03-01 01:20:39'),(130904,46546,'action started via WP Cron','2021-03-01 09:21:01','2021-03-01 01:21:01'),(130905,46546,'action complete via WP Cron','2021-03-01 09:21:01','2021-03-01 01:21:01'),(130906,46547,'action created','2021-03-01 09:21:01','2021-03-01 01:21:01'),(130907,46547,'action started via WP Cron','2021-03-01 09:22:02','2021-03-01 01:22:02'),(130908,46547,'action complete via WP Cron','2021-03-01 09:22:02','2021-03-01 01:22:02'),(130909,46548,'action created','2021-03-01 09:22:02','2021-03-01 01:22:02'),(130910,46548,'action started via WP Cron','2021-03-01 09:23:01','2021-03-01 01:23:01'),(130911,46548,'action complete via WP Cron','2021-03-01 09:23:01','2021-03-01 01:23:01'),(130912,46549,'action created','2021-03-01 09:23:01','2021-03-01 01:23:01'),(130913,46549,'action started via WP Cron','2021-03-01 09:24:14','2021-03-01 01:24:14'),(130914,46549,'action complete via WP Cron','2021-03-01 09:24:14','2021-03-01 01:24:14'),(130915,46550,'action created','2021-03-01 09:24:14','2021-03-01 01:24:14'),(130916,46550,'action started via WP Cron','2021-03-01 09:25:09','2021-03-01 01:25:09'),(130917,46550,'action complete via WP Cron','2021-03-01 09:25:09','2021-03-01 01:25:09'),(130918,46551,'action created','2021-03-01 09:25:09','2021-03-01 01:25:09'),(130919,46551,'action started via WP Cron','2021-03-01 09:26:04','2021-03-01 01:26:04'),(130920,46551,'action complete via WP Cron','2021-03-01 09:26:04','2021-03-01 01:26:04'),(130921,46552,'action created','2021-03-01 09:26:04','2021-03-01 01:26:04'),(130922,46552,'action started via WP Cron','2021-03-01 09:26:53','2021-03-01 01:26:53'),(130923,46552,'action complete via WP Cron','2021-03-01 09:26:53','2021-03-01 01:26:53'),(130924,46553,'action created','2021-03-01 09:26:53','2021-03-01 01:26:53'),(130925,46553,'action started via WP Cron','2021-03-01 09:27:49','2021-03-01 01:27:49'),(130926,46553,'action complete via WP Cron','2021-03-01 09:27:49','2021-03-01 01:27:49'),(130927,46554,'action created','2021-03-01 09:27:49','2021-03-01 01:27:49'),(130928,46554,'action started via WP Cron','2021-03-01 09:28:45','2021-03-01 01:28:45'),(130929,46554,'action complete via WP Cron','2021-03-01 09:28:45','2021-03-01 01:28:45'),(130930,46555,'action created','2021-03-01 09:28:45','2021-03-01 01:28:45'),(130931,46555,'action started via WP Cron','2021-03-01 09:30:20','2021-03-01 01:30:20'),(130932,46555,'action complete via WP Cron','2021-03-01 09:30:20','2021-03-01 01:30:20'),(130933,46556,'action created','2021-03-01 09:30:20','2021-03-01 01:30:20'),(130934,46556,'action started via WP Cron','2021-03-01 09:31:09','2021-03-01 01:31:09'),(130935,46556,'action complete via WP Cron','2021-03-01 09:31:09','2021-03-01 01:31:09'),(130936,46557,'action created','2021-03-01 09:31:09','2021-03-01 01:31:09'),(130937,46557,'action started via WP Cron','2021-03-01 09:31:53','2021-03-01 01:31:53'),(130938,46557,'action complete via WP Cron','2021-03-01 09:31:53','2021-03-01 01:31:53'),(130939,46558,'action created','2021-03-01 09:31:53','2021-03-01 01:31:53'),(130940,46558,'action started via WP Cron','2021-03-01 09:32:48','2021-03-01 01:32:48'),(130941,46558,'action complete via WP Cron','2021-03-01 09:32:48','2021-03-01 01:32:48'),(130942,46559,'action created','2021-03-01 09:32:48','2021-03-01 01:32:48'),(130943,46559,'action started via WP Cron','2021-03-01 09:33:42','2021-03-01 01:33:42'),(130944,46559,'action complete via WP Cron','2021-03-01 09:33:42','2021-03-01 01:33:42'),(130945,46560,'action created','2021-03-01 09:33:42','2021-03-01 01:33:42'),(130946,46560,'action started via WP Cron','2021-03-01 09:35:18','2021-03-01 01:35:18'),(130947,46560,'action complete via WP Cron','2021-03-01 09:35:18','2021-03-01 01:35:18'),(130948,46561,'action created','2021-03-01 09:35:18','2021-03-01 01:35:18'),(130949,46561,'action started via WP Cron','2021-03-01 09:36:41','2021-03-01 01:36:41'),(130950,46561,'action complete via WP Cron','2021-03-01 09:36:41','2021-03-01 01:36:41'),(130951,46562,'action created','2021-03-01 09:36:41','2021-03-01 01:36:41'),(130952,46562,'action started via WP Cron','2021-03-01 09:38:43','2021-03-01 01:38:43'),(130953,46562,'action complete via WP Cron','2021-03-01 09:38:43','2021-03-01 01:38:43'),(130954,46563,'action created','2021-03-01 09:38:43','2021-03-01 01:38:43'),(130955,46563,'action started via WP Cron','2021-03-01 09:39:44','2021-03-01 01:39:44'),(130956,46563,'action complete via WP Cron','2021-03-01 09:39:44','2021-03-01 01:39:44'),(130957,46564,'action created','2021-03-01 09:39:44','2021-03-01 01:39:44'),(130958,46564,'action started via WP Cron','2021-03-01 09:41:21','2021-03-01 01:41:21'),(130959,46564,'action complete via WP Cron','2021-03-01 09:41:21','2021-03-01 01:41:21'),(130960,46565,'action created','2021-03-01 09:41:22','2021-03-01 01:41:22'),(130961,46565,'action started via WP Cron','2021-03-01 09:41:50','2021-03-01 01:41:50'),(130962,46565,'action complete via WP Cron','2021-03-01 09:41:50','2021-03-01 01:41:50'),(130963,46566,'action created','2021-03-01 09:41:50','2021-03-01 01:41:50'),(130964,46566,'action started via WP Cron','2021-03-01 09:45:53','2021-03-01 01:45:53'),(130965,46566,'action complete via WP Cron','2021-03-01 09:45:53','2021-03-01 01:45:53'),(130966,46567,'action created','2021-03-01 09:45:53','2021-03-01 01:45:53'),(130967,46567,'action started via WP Cron','2021-03-01 09:50:40','2021-03-01 01:50:40'),(130968,46567,'action complete via WP Cron','2021-03-01 09:50:40','2021-03-01 01:50:40'),(130969,46568,'action created','2021-03-01 09:50:40','2021-03-01 01:50:40'),(130970,46568,'action started via WP Cron','2021-03-01 09:52:39','2021-03-01 01:52:39'),(130971,46568,'action complete via WP Cron','2021-03-01 09:52:39','2021-03-01 01:52:39'),(130972,46569,'action created','2021-03-01 09:52:39','2021-03-01 01:52:39'),(130973,46569,'action started via WP Cron','2021-03-01 09:58:50','2021-03-01 01:58:50'),(130974,46569,'action complete via WP Cron','2021-03-01 09:58:50','2021-03-01 01:58:50'),(130975,46570,'action created','2021-03-01 09:58:50','2021-03-01 01:58:50'),(130976,46570,'action started via WP Cron','2021-03-01 10:01:50','2021-03-01 02:01:50'),(130977,46570,'action complete via WP Cron','2021-03-01 10:01:50','2021-03-01 02:01:50'),(130978,46571,'action created','2021-03-01 10:01:50','2021-03-01 02:01:50'),(130979,46571,'action started via WP Cron','2021-03-01 10:03:39','2021-03-01 02:03:39'),(130980,46571,'action complete via WP Cron','2021-03-01 10:03:39','2021-03-01 02:03:39'),(130981,46572,'action created','2021-03-01 10:03:39','2021-03-01 02:03:39'),(130982,46572,'action started via WP Cron','2021-03-01 10:05:41','2021-03-01 02:05:41'),(130983,46572,'action complete via WP Cron','2021-03-01 10:05:41','2021-03-01 02:05:41'),(130984,46573,'action created','2021-03-01 10:05:41','2021-03-01 02:05:41'),(130985,46573,'action started via WP Cron','2021-03-01 10:06:42','2021-03-01 02:06:42'),(130986,46573,'action complete via WP Cron','2021-03-01 10:06:42','2021-03-01 02:06:42'),(130987,46574,'action created','2021-03-01 10:06:42','2021-03-01 02:06:42'),(130988,46574,'action started via WP Cron','2021-03-01 10:07:41','2021-03-01 02:07:41'),(130989,46574,'action complete via WP Cron','2021-03-01 10:07:41','2021-03-01 02:07:41'),(130990,46575,'action created','2021-03-01 10:07:41','2021-03-01 02:07:41'),(130991,46575,'action started via WP Cron','2021-03-01 10:08:41','2021-03-01 02:08:41'),(130992,46575,'action complete via WP Cron','2021-03-01 10:08:41','2021-03-01 02:08:41'),(130993,46576,'action created','2021-03-01 10:08:41','2021-03-01 02:08:41'),(130994,46576,'action started via WP Cron','2021-03-01 10:15:14','2021-03-01 02:15:14'),(130995,46576,'action complete via WP Cron','2021-03-01 10:15:14','2021-03-01 02:15:14'),(130996,46577,'action created','2021-03-01 10:15:14','2021-03-01 02:15:14'),(130997,46577,'action started via WP Cron','2021-03-01 10:15:55','2021-03-01 02:15:55'),(130998,46577,'action complete via WP Cron','2021-03-01 10:15:55','2021-03-01 02:15:55'),(130999,46578,'action created','2021-03-01 10:15:55','2021-03-01 02:15:55'),(131000,46578,'action started via WP Cron','2021-03-01 10:16:58','2021-03-01 02:16:58'),(131001,46578,'action complete via WP Cron','2021-03-01 10:16:58','2021-03-01 02:16:58'),(131002,46579,'action created','2021-03-01 10:16:58','2021-03-01 02:16:58'),(131003,46579,'action started via WP Cron','2021-03-01 10:18:05','2021-03-01 02:18:05'),(131004,46579,'action complete via WP Cron','2021-03-01 10:18:05','2021-03-01 02:18:05'),(131005,46580,'action created','2021-03-01 10:18:05','2021-03-01 02:18:05'),(131006,46580,'action started via WP Cron','2021-03-01 10:19:05','2021-03-01 02:19:05'),(131007,46580,'action complete via WP Cron','2021-03-01 10:19:05','2021-03-01 02:19:05'),(131008,46581,'action created','2021-03-01 10:19:05','2021-03-01 02:19:05'),(131009,46581,'action started via WP Cron','2021-03-01 10:20:08','2021-03-01 02:20:08'),(131010,46581,'action complete via WP Cron','2021-03-01 10:20:08','2021-03-01 02:20:08'),(131011,46582,'action created','2021-03-01 10:20:47','2021-03-01 02:20:47'),(131012,46582,'action started via WP Cron','2021-03-01 10:22:05','2021-03-01 02:22:05'),(131013,46582,'action complete via WP Cron','2021-03-01 10:22:05','2021-03-01 02:22:05'),(131014,46583,'action created','2021-03-01 10:22:05','2021-03-01 02:22:05'),(131015,46583,'action started via WP Cron','2021-03-01 10:22:48','2021-03-01 02:22:48'),(131016,46583,'action complete via WP Cron','2021-03-01 10:22:48','2021-03-01 02:22:48'),(131017,46584,'action created','2021-03-01 10:22:48','2021-03-01 02:22:48'),(131018,46584,'action started via WP Cron','2021-03-01 10:23:59','2021-03-01 02:23:59'),(131019,46584,'action complete via WP Cron','2021-03-01 10:23:59','2021-03-01 02:23:59'),(131020,46585,'action created','2021-03-01 10:23:59','2021-03-01 02:23:59'),(131021,46585,'action started via WP Cron','2021-03-01 10:25:07','2021-03-01 02:25:07'),(131022,46585,'action complete via WP Cron','2021-03-01 10:25:07','2021-03-01 02:25:07'),(131023,46586,'action created','2021-03-01 10:25:07','2021-03-01 02:25:07'),(131024,46586,'action started via WP Cron','2021-03-01 10:26:04','2021-03-01 02:26:04'),(131025,46586,'action complete via WP Cron','2021-03-01 10:26:04','2021-03-01 02:26:04'),(131026,46587,'action created','2021-03-01 10:26:04','2021-03-01 02:26:04'),(131027,46587,'action started via WP Cron','2021-03-01 10:26:45','2021-03-01 02:26:45'),(131028,46587,'action complete via WP Cron','2021-03-01 10:26:45','2021-03-01 02:26:45'),(131029,46588,'action created','2021-03-01 10:26:45','2021-03-01 02:26:45'),(131030,46588,'action started via WP Cron','2021-03-01 10:27:53','2021-03-01 02:27:53'),(131031,46588,'action complete via WP Cron','2021-03-01 10:27:53','2021-03-01 02:27:53'),(131032,46589,'action created','2021-03-01 10:27:54','2021-03-01 02:27:54'),(131033,46589,'action started via WP Cron','2021-03-01 10:28:44','2021-03-01 02:28:44'),(131034,46589,'action complete via WP Cron','2021-03-01 10:28:44','2021-03-01 02:28:44'),(131035,46590,'action created','2021-03-01 10:28:45','2021-03-01 02:28:45'),(131036,46590,'action started via WP Cron','2021-03-01 10:30:17','2021-03-01 02:30:17'),(131037,46590,'action complete via WP Cron','2021-03-01 10:30:17','2021-03-01 02:30:17'),(131038,46591,'action created','2021-03-01 10:30:17','2021-03-01 02:30:17'),(131039,46591,'action started via WP Cron','2021-03-01 10:30:52','2021-03-01 02:30:52'),(131040,46591,'action complete via WP Cron','2021-03-01 10:30:52','2021-03-01 02:30:52'),(131041,46592,'action created','2021-03-01 10:30:52','2021-03-01 02:30:52'),(131042,46592,'action started via WP Cron','2021-03-01 10:32:10','2021-03-01 02:32:10'),(131043,46592,'action complete via WP Cron','2021-03-01 10:32:10','2021-03-01 02:32:10'),(131044,46593,'action created','2021-03-01 10:32:11','2021-03-01 02:32:11'),(131045,46593,'action started via WP Cron','2021-03-01 10:32:43','2021-03-01 02:32:43'),(131046,46593,'action complete via WP Cron','2021-03-01 10:32:43','2021-03-01 02:32:43'),(131047,46594,'action created','2021-03-01 10:32:43','2021-03-01 02:32:43'),(131048,46594,'action started via WP Cron','2021-03-01 10:33:57','2021-03-01 02:33:57'),(131049,46594,'action complete via WP Cron','2021-03-01 10:33:57','2021-03-01 02:33:57'),(131050,46595,'action created','2021-03-01 10:33:57','2021-03-01 02:33:57'),(131054,46595,'action started via WP Cron','2021-03-01 10:35:06','2021-03-01 02:35:06'),(131055,46595,'action complete via WP Cron','2021-03-01 10:35:06','2021-03-01 02:35:06'),(131056,46597,'action created','2021-03-01 10:35:06','2021-03-01 02:35:06'),(131057,46597,'action started via WP Cron','2021-03-01 10:35:45','2021-03-01 02:35:45'),(131058,46597,'action complete via WP Cron','2021-03-01 10:35:45','2021-03-01 02:35:45'),(131059,46598,'action created','2021-03-01 10:35:45','2021-03-01 02:35:45'),(131060,46598,'action started via WP Cron','2021-03-01 10:36:53','2021-03-01 02:36:53'),(131061,46598,'action complete via WP Cron','2021-03-01 10:36:53','2021-03-01 02:36:53'),(131062,46599,'action created','2021-03-01 10:36:53','2021-03-01 02:36:53'),(131063,46599,'action started via WP Cron','2021-03-01 10:38:18','2021-03-01 02:38:18'),(131064,46599,'action complete via WP Cron','2021-03-01 10:38:18','2021-03-01 02:38:18'),(131065,46600,'action created','2021-03-01 10:38:18','2021-03-01 02:38:18'),(131066,46600,'action started via WP Cron','2021-03-01 10:39:06','2021-03-01 02:39:06'),(131067,46600,'action complete via WP Cron','2021-03-01 10:39:06','2021-03-01 02:39:06'),(131068,46601,'action created','2021-03-01 10:39:06','2021-03-01 02:39:06'),(131069,46601,'action started via WP Cron','2021-03-01 10:39:52','2021-03-01 02:39:52'),(131070,46601,'action complete via WP Cron','2021-03-01 10:39:52','2021-03-01 02:39:52'),(131071,46602,'action created','2021-03-01 10:39:52','2021-03-01 02:39:52'),(131072,46602,'action started via WP Cron','2021-03-01 10:40:41','2021-03-01 02:40:41'),(131073,46602,'action complete via WP Cron','2021-03-01 10:40:41','2021-03-01 02:40:41'),(131074,46603,'action created','2021-03-01 10:40:42','2021-03-01 02:40:42'),(131075,46603,'action started via WP Cron','2021-03-01 10:42:04','2021-03-01 02:42:04'),(131076,46603,'action complete via WP Cron','2021-03-01 10:42:04','2021-03-01 02:42:04'),(131077,46604,'action created','2021-03-01 10:42:04','2021-03-01 02:42:04'),(131078,46604,'action started via WP Cron','2021-03-01 10:42:52','2021-03-01 02:42:52'),(131079,46604,'action complete via WP Cron','2021-03-01 10:42:52','2021-03-01 02:42:52'),(131080,46605,'action created','2021-03-01 10:42:52','2021-03-01 02:42:52'),(131081,46605,'action started via WP Cron','2021-03-01 10:44:17','2021-03-01 02:44:17'),(131082,46605,'action complete via WP Cron','2021-03-01 10:44:17','2021-03-01 02:44:17'),(131083,46606,'action created','2021-03-01 10:44:17','2021-03-01 02:44:17'),(131084,46606,'action started via WP Cron','2021-03-01 10:45:05','2021-03-01 02:45:05'),(131085,46606,'action complete via WP Cron','2021-03-01 10:45:05','2021-03-01 02:45:05'),(131086,46607,'action created','2021-03-01 10:45:05','2021-03-01 02:45:05'),(131087,46607,'action started via WP Cron','2021-03-01 10:45:51','2021-03-01 02:45:51'),(131088,46607,'action complete via WP Cron','2021-03-01 10:45:51','2021-03-01 02:45:51'),(131089,46608,'action created','2021-03-01 10:45:51','2021-03-01 02:45:51'),(131090,46608,'action started via WP Cron','2021-03-01 10:47:09','2021-03-01 02:47:09'),(131091,46608,'action complete via WP Cron','2021-03-01 10:47:09','2021-03-01 02:47:09'),(131092,46609,'action created','2021-03-01 10:47:09','2021-03-01 02:47:09'),(131093,46609,'action started via WP Cron','2021-03-01 10:47:50','2021-03-01 02:47:50'),(131094,46609,'action complete via WP Cron','2021-03-01 10:47:50','2021-03-01 02:47:50'),(131095,46610,'action created','2021-03-01 10:47:50','2021-03-01 02:47:50'),(131096,46610,'action started via WP Cron','2021-03-01 10:49:08','2021-03-01 02:49:08'),(131097,46610,'action complete via WP Cron','2021-03-01 10:49:08','2021-03-01 02:49:08'),(131098,46611,'action created','2021-03-01 10:49:09','2021-03-01 02:49:09'),(131099,46611,'action started via WP Cron','2021-03-01 10:49:44','2021-03-01 02:49:44'),(131100,46611,'action complete via WP Cron','2021-03-01 10:49:44','2021-03-01 02:49:44'),(131101,46612,'action created','2021-03-01 10:49:44','2021-03-01 02:49:44'),(131102,46612,'action started via WP Cron','2021-03-01 10:50:51','2021-03-01 02:50:51'),(131103,46612,'action complete via WP Cron','2021-03-01 10:50:51','2021-03-01 02:50:51'),(131104,46613,'action created','2021-03-01 10:50:51','2021-03-01 02:50:51'),(131105,46613,'action started via WP Cron','2021-03-01 10:52:02','2021-03-01 02:52:02'),(131106,46613,'action complete via WP Cron','2021-03-01 10:52:02','2021-03-01 02:52:02'),(131107,46614,'action created','2021-03-01 10:52:02','2021-03-01 02:52:02'),(131108,46614,'action started via WP Cron','2021-03-01 10:53:18','2021-03-01 02:53:18'),(131109,46614,'action complete via WP Cron','2021-03-01 10:53:18','2021-03-01 02:53:18'),(131110,46615,'action created','2021-03-01 10:53:18','2021-03-01 02:53:18'),(131111,46615,'action started via WP Cron','2021-03-01 10:53:56','2021-03-01 02:53:56'),(131112,46615,'action complete via WP Cron','2021-03-01 10:53:56','2021-03-01 02:53:56'),(131113,46616,'action created','2021-03-01 10:53:56','2021-03-01 02:53:56'),(131114,46616,'action started via WP Cron','2021-03-01 10:55:06','2021-03-01 02:55:06'),(131115,46616,'action complete via WP Cron','2021-03-01 10:55:06','2021-03-01 02:55:06'),(131116,46617,'action created','2021-03-01 10:55:06','2021-03-01 02:55:06'),(131117,46617,'action started via WP Cron','2021-03-01 10:55:46','2021-03-01 02:55:46'),(131118,46617,'action complete via WP Cron','2021-03-01 10:55:46','2021-03-01 02:55:46'),(131119,46618,'action created','2021-03-01 10:55:46','2021-03-01 02:55:46'),(131120,46618,'action started via WP Cron','2021-03-01 10:57:09','2021-03-01 02:57:09'),(131121,46618,'action complete via WP Cron','2021-03-01 10:57:09','2021-03-01 02:57:09'),(131122,46619,'action created','2021-03-01 10:57:09','2021-03-01 02:57:09'),(131123,46619,'action started via WP Cron','2021-03-01 10:57:53','2021-03-01 02:57:53'),(131124,46619,'action complete via WP Cron','2021-03-01 10:57:53','2021-03-01 02:57:53'),(131125,46620,'action created','2021-03-01 10:57:53','2021-03-01 02:57:53'),(131126,46620,'action started via WP Cron','2021-03-01 10:58:42','2021-03-01 02:58:42'),(131127,46620,'action complete via WP Cron','2021-03-01 10:58:42','2021-03-01 02:58:42'),(131128,46621,'action created','2021-03-01 10:58:42','2021-03-01 02:58:42'),(131129,46621,'action started via WP Cron','2021-03-01 11:00:11','2021-03-01 03:00:11'),(131130,46621,'action complete via WP Cron','2021-03-01 11:00:11','2021-03-01 03:00:11'),(131131,46622,'action created','2021-03-01 11:00:11','2021-03-01 03:00:11'),(131132,46622,'action started via WP Cron','2021-03-01 11:00:58','2021-03-01 03:00:58'),(131133,46622,'action complete via WP Cron','2021-03-01 11:00:58','2021-03-01 03:00:58'),(131134,46623,'action created','2021-03-01 11:00:58','2021-03-01 03:00:58'),(131135,46623,'action started via WP Cron','2021-03-01 11:02:16','2021-03-01 03:02:16'),(131136,46623,'action complete via WP Cron','2021-03-01 11:02:16','2021-03-01 03:02:16'),(131137,46624,'action created','2021-03-01 11:02:16','2021-03-01 03:02:16'),(131138,46624,'action started via WP Cron','2021-03-01 11:02:53','2021-03-01 03:02:53'),(131139,46624,'action complete via WP Cron','2021-03-01 11:02:53','2021-03-01 03:02:53'),(131140,46625,'action created','2021-03-01 11:03:32','2021-03-01 03:03:32'),(131141,46625,'action started via WP Cron','2021-03-01 11:03:54','2021-03-01 03:03:54'),(131142,46625,'action complete via WP Cron','2021-03-01 11:03:54','2021-03-01 03:03:54'),(131143,46626,'action created','2021-03-01 11:03:54','2021-03-01 03:03:54'),(131144,46626,'action started via WP Cron','2021-03-01 11:04:59','2021-03-01 03:04:59'),(131145,46626,'action complete via WP Cron','2021-03-01 11:04:59','2021-03-01 03:04:59'),(131146,46627,'action created','2021-03-01 11:04:59','2021-03-01 03:04:59'),(131147,46627,'action started via WP Cron','2021-03-01 11:05:41','2021-03-01 03:05:41'),(131148,46627,'action complete via WP Cron','2021-03-01 11:05:41','2021-03-01 03:05:41'),(131149,46628,'action created','2021-03-01 11:05:41','2021-03-01 03:05:41'),(131150,46628,'action started via WP Cron','2021-03-01 11:07:04','2021-03-01 03:07:04'),(131151,46628,'action complete via WP Cron','2021-03-01 11:07:04','2021-03-01 03:07:04'),(131152,46629,'action created','2021-03-01 11:07:05','2021-03-01 03:07:05'),(131153,46629,'action started via WP Cron','2021-03-01 11:07:49','2021-03-01 03:07:49'),(131154,46629,'action complete via WP Cron','2021-03-01 11:07:49','2021-03-01 03:07:49'),(131155,46630,'action created','2021-03-01 11:07:49','2021-03-01 03:07:49'),(131156,46630,'action started via WP Cron','2021-03-01 11:08:43','2021-03-01 03:08:43'),(131157,46630,'action complete via WP Cron','2021-03-01 11:08:43','2021-03-01 03:08:43'),(131158,46631,'action created','2021-03-01 11:08:43','2021-03-01 03:08:43'),(131159,46631,'action started via WP Cron','2021-03-01 11:09:44','2021-03-01 03:09:44'),(131160,46631,'action complete via WP Cron','2021-03-01 11:09:44','2021-03-01 03:09:44'),(131161,46632,'action created','2021-03-01 11:09:44','2021-03-01 03:09:44'),(131162,46632,'action started via WP Cron','2021-03-01 11:11:35','2021-03-01 03:11:35'),(131163,46632,'action complete via WP Cron','2021-03-01 11:11:35','2021-03-01 03:11:35'),(131164,46633,'action created','2021-03-01 11:11:35','2021-03-01 03:11:35'),(131165,46633,'action started via WP Cron','2021-03-01 11:12:17','2021-03-01 03:12:17'),(131166,46633,'action complete via WP Cron','2021-03-01 11:12:17','2021-03-01 03:12:17'),(131167,46634,'action created','2021-03-01 11:12:17','2021-03-01 03:12:17'),(131168,46634,'action started via WP Cron','2021-03-01 11:13:04','2021-03-01 03:13:04'),(131169,46634,'action complete via WP Cron','2021-03-01 11:13:04','2021-03-01 03:13:04'),(131170,46635,'action created','2021-03-01 11:13:06','2021-03-01 03:13:06'),(131171,46635,'action started via WP Cron','2021-03-01 11:13:58','2021-03-01 03:13:58'),(131172,46635,'action complete via WP Cron','2021-03-01 11:13:58','2021-03-01 03:13:58'),(131173,46636,'action created','2021-03-01 11:13:58','2021-03-01 03:13:58'),(131174,46636,'action started via WP Cron','2021-03-01 11:14:53','2021-03-01 03:14:53'),(131175,46636,'action complete via WP Cron','2021-03-01 11:14:53','2021-03-01 03:14:53'),(131176,46637,'action created','2021-03-01 11:14:53','2021-03-01 03:14:53'),(131177,46637,'action started via WP Cron','2021-03-01 11:16:10','2021-03-01 03:16:10'),(131178,46637,'action complete via WP Cron','2021-03-01 11:16:10','2021-03-01 03:16:10'),(131179,46638,'action created','2021-03-01 11:16:10','2021-03-01 03:16:10'),(131180,46638,'action started via WP Cron','2021-03-01 11:17:06','2021-03-01 03:17:06'),(131181,46638,'action complete via WP Cron','2021-03-01 11:17:06','2021-03-01 03:17:06'),(131182,46639,'action created','2021-03-01 11:17:06','2021-03-01 03:17:06'),(131183,46639,'action started via WP Cron','2021-03-01 11:17:51','2021-03-01 03:17:51'),(131184,46639,'action complete via WP Cron','2021-03-01 11:17:51','2021-03-01 03:17:51'),(131185,46640,'action created','2021-03-01 11:17:52','2021-03-01 03:17:52'),(131186,46640,'action started via WP Cron','2021-03-01 11:19:26','2021-03-01 03:19:26'),(131187,46640,'action complete via WP Cron','2021-03-01 11:19:26','2021-03-01 03:19:26'),(131188,46641,'action created','2021-03-01 11:19:26','2021-03-01 03:19:26'),(131189,46641,'action started via WP Cron','2021-03-01 11:20:11','2021-03-01 03:20:11'),(131190,46641,'action complete via WP Cron','2021-03-01 11:20:11','2021-03-01 03:20:11'),(131191,46642,'action created','2021-03-01 11:20:12','2021-03-01 03:20:12'),(131192,46642,'action started via WP Cron','2021-03-01 11:21:18','2021-03-01 03:21:18'),(131193,46642,'action complete via WP Cron','2021-03-01 11:21:18','2021-03-01 03:21:18'),(131194,46643,'action created','2021-03-01 11:21:18','2021-03-01 03:21:18'),(131195,46643,'action started via WP Cron','2021-03-01 11:26:10','2021-03-01 03:26:10'),(131196,46643,'action complete via WP Cron','2021-03-01 11:26:10','2021-03-01 03:26:10'),(131197,46644,'action created','2021-03-01 11:26:10','2021-03-01 03:26:10'),(131198,46644,'action started via WP Cron','2021-03-01 11:27:10','2021-03-01 03:27:10'),(131199,46644,'action complete via WP Cron','2021-03-01 11:27:10','2021-03-01 03:27:10'),(131200,46645,'action created','2021-03-01 11:27:10','2021-03-01 03:27:10'),(131201,46645,'action started via WP Cron','2021-03-01 11:28:11','2021-03-01 03:28:11'),(131202,46645,'action complete via WP Cron','2021-03-01 11:28:11','2021-03-01 03:28:11'),(131203,46646,'action created','2021-03-01 11:28:11','2021-03-01 03:28:11'),(131204,46646,'action started via WP Cron','2021-03-01 11:29:35','2021-03-01 03:29:35'),(131205,46646,'action complete via WP Cron','2021-03-01 11:29:35','2021-03-01 03:29:35'),(131206,46647,'action created','2021-03-01 11:29:35','2021-03-01 03:29:35'),(131207,46647,'action started via WP Cron','2021-03-01 11:31:14','2021-03-01 03:31:14'),(131208,46647,'action complete via WP Cron','2021-03-01 11:31:14','2021-03-01 03:31:14'),(131209,46648,'action created','2021-03-01 11:31:14','2021-03-01 03:31:14'),(131210,46648,'action started via WP Cron','2021-03-01 11:32:23','2021-03-01 03:32:23'),(131211,46648,'action complete via WP Cron','2021-03-01 11:32:23','2021-03-01 03:32:23'),(131212,46649,'action created','2021-03-01 11:32:23','2021-03-01 03:32:23'),(131213,46649,'action started via WP Cron','2021-03-01 11:34:53','2021-03-01 03:34:53'),(131214,46649,'action complete via WP Cron','2021-03-01 11:34:53','2021-03-01 03:34:53'),(131215,46650,'action created','2021-03-01 11:34:54','2021-03-01 03:34:54'),(131216,46650,'action started via WP Cron','2021-03-01 11:35:49','2021-03-01 03:35:49'),(131217,46650,'action complete via WP Cron','2021-03-01 11:35:49','2021-03-01 03:35:49'),(131218,46651,'action created','2021-03-01 11:40:36','2021-03-01 03:40:36'),(131219,46651,'action started via WP Cron','2021-03-01 11:41:12','2021-03-01 03:41:12'),(131220,46651,'action complete via WP Cron','2021-03-01 11:41:12','2021-03-01 03:41:12'),(131221,46652,'action created','2021-03-01 11:41:12','2021-03-01 03:41:12'),(131222,46652,'action started via WP Cron','2021-03-01 11:42:24','2021-03-01 03:42:24'),(131223,46652,'action complete via WP Cron','2021-03-01 11:42:24','2021-03-01 03:42:24'),(131224,46653,'action created','2021-03-01 11:42:24','2021-03-01 03:42:24'),(131225,46653,'action started via WP Cron','2021-03-01 11:44:22','2021-03-01 03:44:22'),(131226,46653,'action complete via WP Cron','2021-03-01 11:44:22','2021-03-01 03:44:22'),(131227,46654,'action created','2021-03-01 11:44:22','2021-03-01 03:44:22'),(131228,46654,'action started via WP Cron','2021-03-01 11:45:05','2021-03-01 03:45:05'),(131229,46654,'action complete via WP Cron','2021-03-01 11:45:05','2021-03-01 03:45:05'),(131230,46655,'action created','2021-03-01 11:45:05','2021-03-01 03:45:05'),(131231,46655,'action started via WP Cron','2021-03-01 11:49:32','2021-03-01 03:49:32'),(131232,46655,'action complete via WP Cron','2021-03-01 11:49:32','2021-03-01 03:49:32'),(131233,46656,'action created','2021-03-01 11:49:32','2021-03-01 03:49:32'),(131234,46656,'action started via WP Cron','2021-03-01 11:49:44','2021-03-01 03:49:44'),(131235,46656,'action complete via WP Cron','2021-03-01 11:49:44','2021-03-01 03:49:44'),(131236,46657,'action created','2021-03-01 11:49:44','2021-03-01 03:49:44'),(131237,46657,'action started via WP Cron','2021-03-01 11:58:13','2021-03-01 03:58:13'),(131238,46657,'action complete via WP Cron','2021-03-01 11:58:13','2021-03-01 03:58:13'),(131239,46658,'action created','2021-03-01 11:58:13','2021-03-01 03:58:13'),(131240,46658,'action started via WP Cron','2021-03-01 12:05:42','2021-03-01 04:05:42'),(131241,46658,'action complete via WP Cron','2021-03-01 12:05:42','2021-03-01 04:05:42'),(131242,46659,'action created','2021-03-01 12:05:42','2021-03-01 04:05:42'),(131243,46659,'action started via WP Cron','2021-03-01 12:07:50','2021-03-01 04:07:50'),(131244,46659,'action complete via WP Cron','2021-03-01 12:07:50','2021-03-01 04:07:50'),(131245,46660,'action created','2021-03-01 12:07:50','2021-03-01 04:07:50'),(131246,46660,'action started via WP Cron','2021-03-01 12:09:23','2021-03-01 04:09:23'),(131247,46660,'action complete via WP Cron','2021-03-01 12:09:23','2021-03-01 04:09:23'),(131248,46661,'action created','2021-03-01 12:09:23','2021-03-01 04:09:23'),(131249,46661,'action started via WP Cron','2021-03-01 12:09:50','2021-03-01 04:09:50'),(131250,46661,'action complete via WP Cron','2021-03-01 12:09:50','2021-03-01 04:09:50'),(131251,46662,'action created','2021-03-01 12:09:50','2021-03-01 04:09:50'),(131252,46662,'action started via WP Cron','2021-03-01 12:11:03','2021-03-01 04:11:03'),(131253,46662,'action complete via WP Cron','2021-03-01 12:11:03','2021-03-01 04:11:03'),(131254,46663,'action created','2021-03-01 12:11:03','2021-03-01 04:11:03'),(131255,46663,'action started via WP Cron','2021-03-01 12:11:45','2021-03-01 04:11:45'),(131256,46663,'action complete via WP Cron','2021-03-01 12:11:45','2021-03-01 04:11:45'),(131257,46664,'action created','2021-03-01 12:11:45','2021-03-01 04:11:45'),(131258,46664,'action started via WP Cron','2021-03-01 12:12:46','2021-03-01 04:12:46'),(131259,46664,'action complete via WP Cron','2021-03-01 12:12:46','2021-03-01 04:12:46'),(131260,46665,'action created','2021-03-01 12:12:46','2021-03-01 04:12:46'),(131261,46665,'action started via WP Cron','2021-03-01 12:13:47','2021-03-01 04:13:47'),(131262,46665,'action complete via WP Cron','2021-03-01 12:13:47','2021-03-01 04:13:47'),(131263,46666,'action created','2021-03-01 12:13:47','2021-03-01 04:13:47'),(131264,46666,'action started via WP Cron','2021-03-01 12:18:35','2021-03-01 04:18:35'),(131265,46666,'action complete via WP Cron','2021-03-01 12:18:35','2021-03-01 04:18:35'),(131266,46667,'action created','2021-03-01 12:18:35','2021-03-01 04:18:35'),(131267,46667,'action started via WP Cron','2021-03-01 12:21:07','2021-03-01 04:21:07'),(131268,46667,'action complete via WP Cron','2021-03-01 12:21:07','2021-03-01 04:21:07'),(131269,46668,'action created','2021-03-01 12:21:07','2021-03-01 04:21:07'),(131270,46668,'action started via WP Cron','2021-03-01 12:22:15','2021-03-01 04:22:15'),(131271,46668,'action complete via WP Cron','2021-03-01 12:22:15','2021-03-01 04:22:15'),(131272,46669,'action created','2021-03-01 12:22:15','2021-03-01 04:22:15'),(131273,46669,'action started via WP Cron','2021-03-01 12:23:15','2021-03-01 04:23:15'),(131274,46669,'action complete via WP Cron','2021-03-01 12:23:15','2021-03-01 04:23:15'),(131275,46670,'action created','2021-03-01 12:23:15','2021-03-01 04:23:15'),(131276,46670,'action started via WP Cron','2021-03-01 12:24:39','2021-03-01 04:24:39'),(131277,46670,'action complete via WP Cron','2021-03-01 12:24:39','2021-03-01 04:24:39'),(131278,46671,'action created','2021-03-01 12:24:39','2021-03-01 04:24:39'),(131279,46671,'action started via WP Cron','2021-03-01 12:26:08','2021-03-01 04:26:08'),(131280,46671,'action complete via WP Cron','2021-03-01 12:26:08','2021-03-01 04:26:08'),(131281,46672,'action created','2021-03-01 12:26:08','2021-03-01 04:26:08'),(131282,46672,'action started via WP Cron','2021-03-01 12:30:51','2021-03-01 04:30:51'),(131283,46672,'action complete via WP Cron','2021-03-01 12:30:51','2021-03-01 04:30:51'),(131284,46673,'action created','2021-03-01 12:30:52','2021-03-01 04:30:52'),(131285,46673,'action started via WP Cron','2021-03-01 12:32:36','2021-03-01 04:32:36'),(131286,46673,'action complete via WP Cron','2021-03-01 12:32:36','2021-03-01 04:32:36'),(131287,46674,'action created','2021-03-01 12:32:36','2021-03-01 04:32:36'),(131288,46674,'action started via WP Cron','2021-03-01 12:33:36','2021-03-01 04:33:36'),(131289,46674,'action complete via WP Cron','2021-03-01 12:33:36','2021-03-01 04:33:36'),(131290,46675,'action created','2021-03-01 12:33:37','2021-03-01 04:33:37'),(131291,46675,'action started via WP Cron','2021-03-01 12:34:37','2021-03-01 04:34:37'),(131292,46675,'action complete via WP Cron','2021-03-01 12:34:37','2021-03-01 04:34:37'),(131293,46676,'action created','2021-03-01 12:34:38','2021-03-01 04:34:38'),(131294,46676,'action started via WP Cron','2021-03-01 12:34:57','2021-03-01 04:34:57'),(131295,46676,'action complete via WP Cron','2021-03-01 12:34:57','2021-03-01 04:34:57'),(131296,46677,'action created','2021-03-01 12:34:58','2021-03-01 04:34:58'),(131297,46677,'action started via WP Cron','2021-03-01 12:36:41','2021-03-01 04:36:41'),(131298,46677,'action complete via WP Cron','2021-03-01 12:36:41','2021-03-01 04:36:41'),(131299,46678,'action created','2021-03-01 12:36:41','2021-03-01 04:36:41'),(131300,46678,'action started via WP Cron','2021-03-01 12:37:42','2021-03-01 04:37:42'),(131301,46678,'action complete via WP Cron','2021-03-01 12:37:42','2021-03-01 04:37:42'),(131302,46679,'action created','2021-03-01 12:37:42','2021-03-01 04:37:42'),(131303,46679,'action started via WP Cron','2021-03-01 12:38:45','2021-03-01 04:38:45'),(131304,46679,'action complete via WP Cron','2021-03-01 12:38:45','2021-03-01 04:38:45'),(131305,46680,'action created','2021-03-01 12:38:46','2021-03-01 04:38:46'),(131306,46680,'action started via WP Cron','2021-03-01 12:40:27','2021-03-01 04:40:27'),(131307,46680,'action complete via WP Cron','2021-03-01 12:40:27','2021-03-01 04:40:27'),(131308,46681,'action created','2021-03-01 12:40:28','2021-03-01 04:40:28'),(131309,46681,'action started via WP Cron','2021-03-01 12:41:25','2021-03-01 04:41:25'),(131310,46681,'action complete via WP Cron','2021-03-01 12:41:25','2021-03-01 04:41:25'),(131311,46682,'action created','2021-03-01 12:41:25','2021-03-01 04:41:25'),(131312,46682,'action started via WP Cron','2021-03-01 12:43:00','2021-03-01 04:43:00'),(131313,46682,'action complete via WP Cron','2021-03-01 12:43:00','2021-03-01 04:43:00'),(131314,46683,'action created','2021-03-01 12:43:00','2021-03-01 04:43:00'),(131315,46683,'action started via WP Cron','2021-03-01 12:49:46','2021-03-01 04:49:46'),(131316,46683,'action complete via WP Cron','2021-03-01 12:49:46','2021-03-01 04:49:46'),(131317,46684,'action created','2021-03-01 12:49:46','2021-03-01 04:49:46'),(131318,46684,'action started via WP Cron','2021-03-01 12:51:29','2021-03-01 04:51:29'),(131319,46684,'action complete via WP Cron','2021-03-01 12:51:29','2021-03-01 04:51:29'),(131320,46685,'action created','2021-03-01 12:51:29','2021-03-01 04:51:29'),(131321,46685,'action started via WP Cron','2021-03-01 12:53:00','2021-03-01 04:53:00'),(131322,46685,'action complete via WP Cron','2021-03-01 12:53:00','2021-03-01 04:53:00'),(131323,46686,'action created','2021-03-01 12:53:00','2021-03-01 04:53:00'),(131324,46686,'action started via WP Cron','2021-03-01 12:54:25','2021-03-01 04:54:25'),(131325,46686,'action complete via WP Cron','2021-03-01 12:54:25','2021-03-01 04:54:25'),(131326,46687,'action created','2021-03-01 12:54:25','2021-03-01 04:54:25'),(131327,46687,'action started via WP Cron','2021-03-01 12:55:54','2021-03-01 04:55:54'),(131328,46687,'action complete via WP Cron','2021-03-01 12:55:54','2021-03-01 04:55:54'),(131329,46688,'action created','2021-03-01 12:55:54','2021-03-01 04:55:54'),(131330,46688,'action started via WP Cron','2021-03-01 12:59:22','2021-03-01 04:59:22'),(131331,46688,'action complete via WP Cron','2021-03-01 12:59:22','2021-03-01 04:59:22'),(131332,46689,'action created','2021-03-01 12:59:22','2021-03-01 04:59:22'),(131333,46689,'action started via WP Cron','2021-03-01 13:00:04','2021-03-01 05:00:04'),(131334,46689,'action complete via WP Cron','2021-03-01 13:00:04','2021-03-01 05:00:04'),(131335,46690,'action created','2021-03-01 13:00:04','2021-03-01 05:00:04'),(131336,46690,'action started via WP Cron','2021-03-01 13:02:09','2021-03-01 05:02:09'),(131337,46690,'action complete via WP Cron','2021-03-01 13:02:09','2021-03-01 05:02:09'),(131338,46691,'action created','2021-03-01 13:02:09','2021-03-01 05:02:09'),(131339,46691,'action started via WP Cron','2021-03-01 13:02:41','2021-03-01 05:02:41'),(131340,46691,'action complete via WP Cron','2021-03-01 13:02:41','2021-03-01 05:02:41'),(131341,46692,'action created','2021-03-01 13:02:41','2021-03-01 05:02:41'),(131342,46692,'action started via WP Cron','2021-03-01 13:03:59','2021-03-01 05:03:59'),(131343,46692,'action complete via WP Cron','2021-03-01 13:03:59','2021-03-01 05:03:59'),(131344,46693,'action created','2021-03-01 13:03:59','2021-03-01 05:03:59'),(131345,46693,'action started via WP Cron','2021-03-01 13:04:41','2021-03-01 05:04:41'),(131346,46693,'action complete via WP Cron','2021-03-01 13:04:41','2021-03-01 05:04:41'),(131347,46694,'action created','2021-03-01 13:04:43','2021-03-01 05:04:43'),(131348,46694,'action started via WP Cron','2021-03-01 13:05:41','2021-03-01 05:05:41'),(131349,46694,'action complete via WP Cron','2021-03-01 13:05:41','2021-03-01 05:05:41'),(131350,46695,'action created','2021-03-01 13:05:41','2021-03-01 05:05:41'),(131351,46695,'action started via WP Cron','2021-03-01 13:07:34','2021-03-01 05:07:34'),(131352,46695,'action complete via WP Cron','2021-03-01 13:07:34','2021-03-01 05:07:34'),(131353,46696,'action created','2021-03-01 13:07:34','2021-03-01 05:07:34'),(131354,46696,'action started via WP Cron','2021-03-01 13:08:33','2021-03-01 05:08:33'),(131355,46696,'action complete via WP Cron','2021-03-01 13:08:33','2021-03-01 05:08:33'),(131356,46697,'action created','2021-03-01 13:08:34','2021-03-01 05:08:34'),(131357,46697,'action started via WP Cron','2021-03-01 13:11:07','2021-03-01 05:11:07'),(131358,46697,'action complete via WP Cron','2021-03-01 13:11:07','2021-03-01 05:11:07'),(131359,46698,'action created','2021-03-01 13:11:07','2021-03-01 05:11:07'),(131360,46698,'action started via WP Cron','2021-03-01 13:16:33','2021-03-01 05:16:33'),(131361,46698,'action complete via WP Cron','2021-03-01 13:16:33','2021-03-01 05:16:33'),(131362,46699,'action created','2021-03-01 13:16:33','2021-03-01 05:16:33'),(131363,46699,'action started via WP Cron','2021-03-01 13:17:08','2021-03-01 05:17:08'),(131364,46699,'action complete via WP Cron','2021-03-01 13:17:08','2021-03-01 05:17:08'),(131365,46700,'action created','2021-03-01 13:17:08','2021-03-01 05:17:08'),(131366,46700,'action started via WP Cron','2021-03-01 13:17:45','2021-03-01 05:17:45'),(131367,46700,'action complete via WP Cron','2021-03-01 13:17:45','2021-03-01 05:17:45'),(131368,46701,'action created','2021-03-01 13:17:45','2021-03-01 05:17:45'),(131369,46701,'action started via WP Cron','2021-03-01 13:23:02','2021-03-01 05:23:02'),(131370,46701,'action complete via WP Cron','2021-03-01 13:23:02','2021-03-01 05:23:02'),(131371,46702,'action created','2021-03-01 13:23:02','2021-03-01 05:23:02'),(131372,46702,'action started via WP Cron','2021-03-01 13:25:17','2021-03-01 05:25:17'),(131373,46702,'action complete via WP Cron','2021-03-01 13:25:17','2021-03-01 05:25:17'),(131374,46703,'action created','2021-03-01 13:25:17','2021-03-01 05:25:17'),(131375,46703,'action started via WP Cron','2021-03-01 13:26:19','2021-03-01 05:26:19'),(131376,46703,'action complete via WP Cron','2021-03-01 13:26:19','2021-03-01 05:26:19'),(131377,46704,'action created','2021-03-01 13:26:19','2021-03-01 05:26:19'),(131378,46704,'action started via WP Cron','2021-03-01 13:27:18','2021-03-01 05:27:18'),(131379,46704,'action complete via WP Cron','2021-03-01 13:27:18','2021-03-01 05:27:18'),(131380,46705,'action created','2021-03-01 13:27:18','2021-03-01 05:27:18'),(131381,46705,'action started via WP Cron','2021-03-01 13:32:23','2021-03-01 05:32:23'),(131382,46705,'action complete via WP Cron','2021-03-01 13:32:23','2021-03-01 05:32:23'),(131383,46706,'action created','2021-03-01 13:32:24','2021-03-01 05:32:24'),(131384,46706,'action started via WP Cron','2021-03-01 13:33:20','2021-03-01 05:33:20'),(131385,46706,'action complete via WP Cron','2021-03-01 13:33:20','2021-03-01 05:33:20'),(131386,46707,'action created','2021-03-01 13:33:20','2021-03-01 05:33:20'),(131387,46707,'action started via WP Cron','2021-03-01 13:33:43','2021-03-01 05:33:43'),(131388,46707,'action complete via WP Cron','2021-03-01 13:33:43','2021-03-01 05:33:43'),(131389,46708,'action created','2021-03-01 13:33:43','2021-03-01 05:33:43'),(131390,46708,'action started via WP Cron','2021-03-01 13:39:04','2021-03-01 05:39:04'),(131391,46708,'action complete via WP Cron','2021-03-01 13:39:04','2021-03-01 05:39:04'),(131392,46709,'action created','2021-03-01 13:39:04','2021-03-01 05:39:04'),(131393,46709,'action started via WP Cron','2021-03-01 13:39:43','2021-03-01 05:39:43'),(131394,46709,'action complete via WP Cron','2021-03-01 13:39:43','2021-03-01 05:39:43'),(131395,46710,'action created','2021-03-01 13:39:43','2021-03-01 05:39:43'),(131396,46710,'action started via WP Cron','2021-03-01 13:44:17','2021-03-01 05:44:17'),(131397,46710,'action complete via WP Cron','2021-03-01 13:44:17','2021-03-01 05:44:17'),(131398,46711,'action created','2021-03-01 13:44:17','2021-03-01 05:44:17'),(131399,46711,'action started via WP Cron','2021-03-01 13:45:35','2021-03-01 05:45:35'),(131400,46711,'action complete via WP Cron','2021-03-01 13:45:35','2021-03-01 05:45:35'),(131401,46712,'action created','2021-03-01 13:45:35','2021-03-01 05:45:35'),(131402,46712,'action started via WP Cron','2021-03-01 13:46:49','2021-03-01 05:46:49'),(131403,46712,'action complete via WP Cron','2021-03-01 13:46:49','2021-03-01 05:46:49'),(131404,46713,'action created','2021-03-01 13:46:49','2021-03-01 05:46:49'),(131405,46713,'action started via WP Cron','2021-03-01 13:48:38','2021-03-01 05:48:38'),(131406,46713,'action complete via WP Cron','2021-03-01 13:48:38','2021-03-01 05:48:38'),(131407,46714,'action created','2021-03-01 13:48:38','2021-03-01 05:48:38'),(131408,46714,'action started via WP Cron','2021-03-01 13:49:06','2021-03-01 05:49:06'),(131409,46714,'action complete via WP Cron','2021-03-01 13:49:06','2021-03-01 05:49:06'),(131410,46715,'action created','2021-03-01 13:49:06','2021-03-01 05:49:06'),(131411,46715,'action started via WP Cron','2021-03-01 13:51:32','2021-03-01 05:51:32'),(131412,46715,'action complete via WP Cron','2021-03-01 13:51:32','2021-03-01 05:51:32'),(131413,46716,'action created','2021-03-01 13:51:32','2021-03-01 05:51:32'),(131414,46716,'action started via WP Cron','2021-03-01 13:51:56','2021-03-01 05:51:56'),(131415,46716,'action complete via WP Cron','2021-03-01 13:51:56','2021-03-01 05:51:56'),(131416,46717,'action created','2021-03-01 13:51:56','2021-03-01 05:51:56'),(131417,46717,'action started via WP Cron','2021-03-01 13:56:31','2021-03-01 05:56:31'),(131418,46717,'action complete via WP Cron','2021-03-01 13:56:31','2021-03-01 05:56:31'),(131419,46718,'action created','2021-03-01 13:56:31','2021-03-01 05:56:31'),(131420,46718,'action started via WP Cron','2021-03-01 13:56:51','2021-03-01 05:56:51'),(131421,46718,'action complete via WP Cron','2021-03-01 13:56:51','2021-03-01 05:56:51'),(131422,46719,'action created','2021-03-01 13:56:51','2021-03-01 05:56:51'),(131423,46719,'action started via WP Cron','2021-03-01 14:00:34','2021-03-01 06:00:34'),(131424,46719,'action complete via WP Cron','2021-03-01 14:00:34','2021-03-01 06:00:34'),(131425,46720,'action created','2021-03-01 14:00:35','2021-03-01 06:00:35'),(131426,46720,'action started via WP Cron','2021-03-01 14:03:58','2021-03-01 06:03:58'),(131427,46720,'action complete via WP Cron','2021-03-01 14:03:58','2021-03-01 06:03:58'),(131428,46721,'action created','2021-03-01 14:03:58','2021-03-01 06:03:58'),(131429,46721,'action started via WP Cron','2021-03-01 14:06:22','2021-03-01 06:06:22'),(131430,46721,'action complete via WP Cron','2021-03-01 14:06:22','2021-03-01 06:06:22'),(131431,46722,'action created','2021-03-01 14:06:22','2021-03-01 06:06:22'),(131432,46722,'action started via WP Cron','2021-03-01 14:07:21','2021-03-01 06:07:21'),(131433,46722,'action complete via WP Cron','2021-03-01 14:07:21','2021-03-01 06:07:21'),(131434,46723,'action created','2021-03-01 14:07:21','2021-03-01 06:07:21'),(131435,46723,'action started via WP Cron','2021-03-01 14:08:22','2021-03-01 06:08:22'),(131436,46723,'action complete via WP Cron','2021-03-01 14:08:22','2021-03-01 06:08:22'),(131437,46724,'action created','2021-03-01 14:08:22','2021-03-01 06:08:22'),(131438,46724,'action started via WP Cron','2021-03-01 14:09:03','2021-03-01 06:09:03'),(131439,46724,'action complete via WP Cron','2021-03-01 14:09:03','2021-03-01 06:09:03'),(131440,46725,'action created','2021-03-01 14:09:03','2021-03-01 06:09:03'),(131441,46725,'action started via WP Cron','2021-03-01 14:10:05','2021-03-01 06:10:05'),(131442,46725,'action complete via WP Cron','2021-03-01 14:10:05','2021-03-01 06:10:05'),(131443,46726,'action created','2021-03-01 14:10:05','2021-03-01 06:10:05'),(131444,46726,'action started via WP Cron','2021-03-01 14:11:06','2021-03-01 06:11:06'),(131445,46726,'action complete via WP Cron','2021-03-01 14:11:06','2021-03-01 06:11:06'),(131446,46727,'action created','2021-03-01 14:11:06','2021-03-01 06:11:06'),(131447,46727,'action started via WP Cron','2021-03-01 14:12:05','2021-03-01 06:12:05'),(131448,46727,'action complete via WP Cron','2021-03-01 14:12:05','2021-03-01 06:12:05'),(131449,46728,'action created','2021-03-01 14:12:05','2021-03-01 06:12:05'),(131450,46728,'action started via WP Cron','2021-03-01 14:18:19','2021-03-01 06:18:19'),(131451,46728,'action complete via WP Cron','2021-03-01 14:18:19','2021-03-01 06:18:19'),(131452,46729,'action created','2021-03-01 14:18:19','2021-03-01 06:18:19'),(131453,46729,'action started via WP Cron','2021-03-01 14:19:11','2021-03-01 06:19:11'),(131454,46729,'action complete via WP Cron','2021-03-01 14:19:11','2021-03-01 06:19:11'),(131455,46730,'action created','2021-03-01 14:19:12','2021-03-01 06:19:12'),(131456,46730,'action started via WP Cron','2021-03-01 14:20:43','2021-03-01 06:20:43'),(131457,46730,'action complete via WP Cron','2021-03-01 14:20:43','2021-03-01 06:20:43'),(131458,46731,'action created','2021-03-01 14:20:43','2021-03-01 06:20:43'),(131459,46731,'action started via WP Cron','2021-03-01 14:22:36','2021-03-01 06:22:36'),(131460,46731,'action complete via WP Cron','2021-03-01 14:22:36','2021-03-01 06:22:36'),(131461,46732,'action created','2021-03-01 14:22:36','2021-03-01 06:22:36'),(131462,46732,'action started via WP Cron','2021-03-01 14:24:15','2021-03-01 06:24:15'),(131463,46732,'action complete via WP Cron','2021-03-01 14:24:15','2021-03-01 06:24:15'),(131464,46733,'action created','2021-03-01 14:24:15','2021-03-01 06:24:15'),(131465,46733,'action started via WP Cron','2021-03-01 14:26:41','2021-03-01 06:26:41'),(131466,46733,'action complete via WP Cron','2021-03-01 14:26:41','2021-03-01 06:26:41'),(131467,46734,'action created','2021-03-01 14:26:41','2021-03-01 06:26:41'),(131468,46734,'action started via WP Cron','2021-03-01 14:28:18','2021-03-01 06:28:18'),(131469,46734,'action complete via WP Cron','2021-03-01 14:28:18','2021-03-01 06:28:18'),(131470,46735,'action created','2021-03-01 14:28:18','2021-03-01 06:28:18'),(131471,46735,'action started via WP Cron','2021-03-01 14:29:20','2021-03-01 06:29:20'),(131472,46735,'action complete via WP Cron','2021-03-01 14:29:20','2021-03-01 06:29:20'),(131473,46736,'action created','2021-03-01 14:29:20','2021-03-01 06:29:20'),(131474,46736,'action started via WP Cron','2021-03-01 14:30:11','2021-03-01 06:30:11'),(131475,46736,'action complete via WP Cron','2021-03-01 14:30:11','2021-03-01 06:30:11'),(131476,46737,'action created','2021-03-01 14:30:11','2021-03-01 06:30:11'),(131477,46737,'action started via WP Cron','2021-03-01 14:34:12','2021-03-01 06:34:12'),(131478,46737,'action complete via WP Cron','2021-03-01 14:34:12','2021-03-01 06:34:12'),(131479,46738,'action created','2021-03-01 14:34:12','2021-03-01 06:34:12'),(131480,46738,'action started via WP Cron','2021-03-01 14:35:02','2021-03-01 06:35:02'),(131481,46738,'action complete via WP Cron','2021-03-01 14:35:02','2021-03-01 06:35:02'),(131482,46739,'action created','2021-03-01 14:37:11','2021-03-01 06:37:11'),(131483,46739,'action started via WP Cron','2021-03-01 14:40:55','2021-03-01 06:40:55'),(131484,46739,'action complete via WP Cron','2021-03-01 14:40:55','2021-03-01 06:40:55'),(131485,46740,'action created','2021-03-01 14:40:55','2021-03-01 06:40:55'),(131486,46740,'action started via WP Cron','2021-03-01 14:42:16','2021-03-01 06:42:16'),(131487,46740,'action complete via WP Cron','2021-03-01 14:42:16','2021-03-01 06:42:16'),(131488,46741,'action created','2021-03-01 14:42:17','2021-03-01 06:42:17'),(131489,46741,'action started via WP Cron','2021-03-01 14:43:01','2021-03-01 06:43:01'),(131490,46741,'action complete via WP Cron','2021-03-01 14:43:01','2021-03-01 06:43:01'),(131491,46742,'action created','2021-03-01 14:43:01','2021-03-01 06:43:01'),(131492,46742,'action started via WP Cron','2021-03-01 14:47:00','2021-03-01 06:47:00'),(131493,46742,'action complete via WP Cron','2021-03-01 14:47:00','2021-03-01 06:47:00'),(131494,46743,'action created','2021-03-01 14:47:00','2021-03-01 06:47:00'),(131495,46743,'action started via WP Cron','2021-03-01 14:49:26','2021-03-01 06:49:26'),(131496,46743,'action complete via WP Cron','2021-03-01 14:49:26','2021-03-01 06:49:26'),(131497,46744,'action created','2021-03-01 14:49:26','2021-03-01 06:49:26'),(131498,46744,'action started via WP Cron','2021-03-01 14:49:41','2021-03-01 06:49:41'),(131499,46744,'action complete via WP Cron','2021-03-01 14:49:41','2021-03-01 06:49:41'),(131500,46745,'action created','2021-03-01 14:49:41','2021-03-01 06:49:41'),(131501,46745,'action started via WP Cron','2021-03-01 14:50:42','2021-03-01 06:50:42'),(131502,46745,'action complete via WP Cron','2021-03-01 14:50:42','2021-03-01 06:50:42'),(131503,46746,'action created','2021-03-01 14:50:42','2021-03-01 06:50:42'),(131504,46746,'action started via WP Cron','2021-03-01 14:51:47','2021-03-01 06:51:47'),(131505,46746,'action complete via WP Cron','2021-03-01 14:51:47','2021-03-01 06:51:47'),(131506,46747,'action created','2021-03-01 14:51:47','2021-03-01 06:51:47'),(131507,46747,'action started via WP Cron','2021-03-01 14:55:30','2021-03-01 06:55:30'),(131508,46747,'action complete via WP Cron','2021-03-01 14:55:30','2021-03-01 06:55:30'),(131509,46748,'action created','2021-03-01 14:55:30','2021-03-01 06:55:30'),(131510,46748,'action started via WP Cron','2021-03-01 14:56:38','2021-03-01 06:56:38'),(131511,46748,'action complete via WP Cron','2021-03-01 14:56:38','2021-03-01 06:56:38'),(131512,46749,'action created','2021-03-01 14:56:38','2021-03-01 06:56:38'),(131513,46749,'action started via WP Cron','2021-03-01 14:57:03','2021-03-01 06:57:03'),(131514,46749,'action complete via WP Cron','2021-03-01 14:57:03','2021-03-01 06:57:03'),(131515,46750,'action created','2021-03-01 14:57:03','2021-03-01 06:57:03'),(131516,46750,'action started via WP Cron','2021-03-01 14:59:18','2021-03-01 06:59:18'),(131517,46750,'action complete via WP Cron','2021-03-01 14:59:18','2021-03-01 06:59:18'),(131518,46751,'action created','2021-03-01 14:59:18','2021-03-01 06:59:18'),(131519,46751,'action started via WP Cron','2021-03-01 15:00:24','2021-03-01 07:00:24'),(131520,46751,'action complete via WP Cron','2021-03-01 15:00:24','2021-03-01 07:00:24'),(131521,46752,'action created','2021-03-01 15:00:24','2021-03-01 07:00:24'),(131522,46752,'action started via WP Cron','2021-03-01 15:01:24','2021-03-01 07:01:24'),(131523,46752,'action complete via WP Cron','2021-03-01 15:01:24','2021-03-01 07:01:24'),(131524,46753,'action created','2021-03-01 15:01:25','2021-03-01 07:01:25'),(131525,46753,'action started via WP Cron','2021-03-01 15:07:45','2021-03-01 07:07:45'),(131526,46753,'action complete via WP Cron','2021-03-01 15:07:45','2021-03-01 07:07:45'),(131527,46754,'action created','2021-03-01 15:07:45','2021-03-01 07:07:45'),(131528,46754,'action started via WP Cron','2021-03-01 15:09:22','2021-03-01 07:09:22'),(131529,46754,'action complete via WP Cron','2021-03-01 15:09:22','2021-03-01 07:09:22'),(131530,46755,'action created','2021-03-01 15:09:22','2021-03-01 07:09:22'),(131531,46755,'action started via WP Cron','2021-03-01 15:10:19','2021-03-01 07:10:19'),(131532,46755,'action complete via WP Cron','2021-03-01 15:10:19','2021-03-01 07:10:19'),(131533,46756,'action created','2021-03-01 15:10:19','2021-03-01 07:10:19'),(131534,46756,'action started via WP Cron','2021-03-01 15:11:00','2021-03-01 07:11:00'),(131535,46756,'action complete via WP Cron','2021-03-01 15:11:00','2021-03-01 07:11:00'),(131536,46757,'action created','2021-03-01 15:11:00','2021-03-01 07:11:00'),(131537,46757,'action started via WP Cron','2021-03-01 15:12:26','2021-03-01 07:12:26'),(131538,46757,'action complete via WP Cron','2021-03-01 15:12:26','2021-03-01 07:12:26'),(131539,46758,'action created','2021-03-01 15:13:26','2021-03-01 07:13:26'),(131540,46758,'action started via WP Cron','2021-03-01 15:13:47','2021-03-01 07:13:47'),(131541,46758,'action complete via WP Cron','2021-03-01 15:13:47','2021-03-01 07:13:47'),(131542,46759,'action created','2021-03-01 15:13:47','2021-03-01 07:13:47'),(131543,46759,'action started via WP Cron','2021-03-01 15:14:58','2021-03-01 07:14:58'),(131544,46759,'action complete via WP Cron','2021-03-01 15:14:58','2021-03-01 07:14:58'),(131545,46760,'action created','2021-03-01 15:14:59','2021-03-01 07:14:59'),(131546,46760,'action started via WP Cron','2021-03-01 15:16:37','2021-03-01 07:16:37'),(131547,46760,'action complete via WP Cron','2021-03-01 15:16:37','2021-03-01 07:16:37'),(131548,46761,'action created','2021-03-01 15:16:37','2021-03-01 07:16:37'),(131549,46761,'action started via WP Cron','2021-03-01 15:28:17','2021-03-01 07:28:17'),(131550,46761,'action complete via WP Cron','2021-03-01 15:28:17','2021-03-01 07:28:17'),(131551,46762,'action created','2021-03-01 15:28:17','2021-03-01 07:28:17'),(131552,46762,'action started via WP Cron','2021-03-01 15:29:20','2021-03-01 07:29:20'),(131553,46762,'action complete via WP Cron','2021-03-01 15:29:20','2021-03-01 07:29:20'),(131554,46763,'action created','2021-03-01 15:29:20','2021-03-01 07:29:20'),(131555,46763,'action started via WP Cron','2021-03-01 15:32:26','2021-03-01 07:32:26'),(131556,46763,'action complete via WP Cron','2021-03-01 15:32:26','2021-03-01 07:32:26'),(131557,46764,'action created','2021-03-01 15:32:26','2021-03-01 07:32:26'),(131558,46764,'action started via WP Cron','2021-03-01 15:32:42','2021-03-01 07:32:42'),(131559,46764,'action complete via WP Cron','2021-03-01 15:32:42','2021-03-01 07:32:42'),(131560,46765,'action created','2021-03-01 15:32:42','2021-03-01 07:32:42'),(131561,46765,'action started via WP Cron','2021-03-01 15:41:39','2021-03-01 07:41:39'),(131562,46765,'action complete via WP Cron','2021-03-01 15:41:39','2021-03-01 07:41:39'),(131563,46766,'action created','2021-03-01 15:41:39','2021-03-01 07:41:39'),(131564,46766,'action started via WP Cron','2021-03-01 15:45:31','2021-03-01 07:45:31'),(131565,46766,'action complete via WP Cron','2021-03-01 15:45:31','2021-03-01 07:45:31'),(131566,46767,'action created','2021-03-01 15:45:31','2021-03-01 07:45:31'),(131567,46767,'action started via WP Cron','2021-03-01 15:48:09','2021-03-01 07:48:09'),(131568,46767,'action complete via WP Cron','2021-03-01 15:48:09','2021-03-01 07:48:09'),(131569,46768,'action created','2021-03-01 15:48:09','2021-03-01 07:48:09'),(131570,46768,'action started via WP Cron','2021-03-01 15:51:46','2021-03-01 07:51:46'),(131571,46768,'action complete via WP Cron','2021-03-01 15:51:46','2021-03-01 07:51:46'),(131572,46769,'action created','2021-03-01 15:51:46','2021-03-01 07:51:46'),(131573,46769,'action started via WP Cron','2021-03-01 15:53:41','2021-03-01 07:53:41'),(131574,46769,'action complete via WP Cron','2021-03-01 15:53:41','2021-03-01 07:53:41'),(131575,46770,'action created','2021-03-01 15:53:41','2021-03-01 07:53:41'),(131576,46770,'action started via WP Cron','2021-03-01 15:55:43','2021-03-01 07:55:43'),(131577,46770,'action complete via WP Cron','2021-03-01 15:55:43','2021-03-01 07:55:43'),(131578,46771,'action created','2021-03-01 15:55:43','2021-03-01 07:55:43'),(131579,46771,'action started via WP Cron','2021-03-01 15:56:44','2021-03-01 07:56:44'),(131580,46771,'action complete via WP Cron','2021-03-01 15:56:44','2021-03-01 07:56:44'),(131581,46772,'action created','2021-03-01 15:56:44','2021-03-01 07:56:44'),(131582,46772,'action started via WP Cron','2021-03-01 15:57:45','2021-03-01 07:57:45'),(131583,46772,'action complete via WP Cron','2021-03-01 15:57:45','2021-03-01 07:57:45'),(131584,46773,'action created','2021-03-01 15:57:45','2021-03-01 07:57:45'),(131585,46773,'action started via WP Cron','2021-03-01 16:02:24','2021-03-01 08:02:24'),(131586,46773,'action complete via WP Cron','2021-03-01 16:02:24','2021-03-01 08:02:24'),(131587,46774,'action created','2021-03-01 16:02:25','2021-03-01 08:02:25'),(131588,46774,'action started via WP Cron','2021-03-01 16:03:20','2021-03-01 08:03:20'),(131589,46774,'action complete via WP Cron','2021-03-01 16:03:20','2021-03-01 08:03:20'),(131590,46775,'action created','2021-03-01 16:03:20','2021-03-01 08:03:20'),(131591,46775,'action started via WP Cron','2021-03-01 16:03:45','2021-03-01 08:03:45'),(131592,46775,'action complete via WP Cron','2021-03-01 16:03:45','2021-03-01 08:03:45'),(131593,46776,'action created','2021-03-01 16:03:45','2021-03-01 08:03:45'),(131594,46776,'action started via WP Cron','2021-03-01 16:13:39','2021-03-01 08:13:39'),(131595,46776,'action complete via WP Cron','2021-03-01 16:13:39','2021-03-01 08:13:39'),(131596,46777,'action created','2021-03-01 16:13:39','2021-03-01 08:13:39'),(131597,46777,'action started via WP Cron','2021-03-01 16:22:37','2021-03-01 08:22:37'),(131598,46777,'action complete via WP Cron','2021-03-01 16:22:37','2021-03-01 08:22:37'),(131599,46778,'action created','2021-03-01 16:22:37','2021-03-01 08:22:37'),(131600,46778,'action started via WP Cron','2021-03-01 16:23:37','2021-03-01 08:23:37'),(131601,46778,'action complete via WP Cron','2021-03-01 16:23:37','2021-03-01 08:23:37'),(131602,46779,'action created','2021-03-01 16:23:38','2021-03-01 08:23:38'),(131603,46779,'action started via WP Cron','2021-03-01 16:23:58','2021-03-01 08:23:58'),(131604,46779,'action complete via WP Cron','2021-03-01 16:23:58','2021-03-01 08:23:58'),(131605,46780,'action created','2021-03-01 16:23:58','2021-03-01 08:23:58'),(131606,46780,'action started via WP Cron','2021-03-01 16:25:06','2021-03-01 08:25:06'),(131607,46780,'action complete via WP Cron','2021-03-01 16:25:06','2021-03-01 08:25:06'),(131608,46781,'action created','2021-03-01 16:25:06','2021-03-01 08:25:06'),(131609,46781,'action started via WP Cron','2021-03-01 16:26:07','2021-03-01 08:26:07'),(131610,46781,'action complete via WP Cron','2021-03-01 16:26:07','2021-03-01 08:26:07'),(131611,46782,'action created','2021-03-01 16:26:07','2021-03-01 08:26:07'),(131612,46782,'action started via WP Cron','2021-03-01 16:26:41','2021-03-01 08:26:41'),(131613,46782,'action complete via WP Cron','2021-03-01 16:26:41','2021-03-01 08:26:41'),(131614,46783,'action created','2021-03-01 16:26:41','2021-03-01 08:26:41'),(131615,46783,'action started via WP Cron','2021-03-01 16:27:42','2021-03-01 08:27:42'),(131616,46783,'action complete via WP Cron','2021-03-01 16:27:42','2021-03-01 08:27:42'),(131617,46784,'action created','2021-03-01 16:27:42','2021-03-01 08:27:42'),(131618,46784,'action started via WP Cron','2021-03-01 16:29:03','2021-03-01 08:29:03'),(131619,46784,'action complete via WP Cron','2021-03-01 16:29:03','2021-03-01 08:29:03'),(131620,46785,'action created','2021-03-01 16:29:03','2021-03-01 08:29:03'),(131621,46785,'action started via WP Cron','2021-03-01 16:39:43','2021-03-01 08:39:43'),(131622,46785,'action complete via WP Cron','2021-03-01 16:39:43','2021-03-01 08:39:43'),(131623,46786,'action created','2021-03-01 16:39:43','2021-03-01 08:39:43'),(131624,46786,'action started via WP Cron','2021-03-01 16:45:53','2021-03-01 08:45:53'),(131625,46786,'action complete via WP Cron','2021-03-01 16:45:53','2021-03-01 08:45:53'),(131626,46787,'action created','2021-03-01 16:45:53','2021-03-01 08:45:53'),(131627,46787,'action started via WP Cron','2021-03-01 16:48:44','2021-03-01 08:48:44'),(131628,46787,'action complete via WP Cron','2021-03-01 16:48:44','2021-03-01 08:48:44'),(131629,46788,'action created','2021-03-01 16:48:44','2021-03-01 08:48:44'),(131630,46788,'action started via WP Cron','2021-03-01 16:51:24','2021-03-01 08:51:24'),(131631,46788,'action complete via WP Cron','2021-03-01 16:51:24','2021-03-01 08:51:24'),(131632,46789,'action created','2021-03-01 16:51:24','2021-03-01 08:51:24'),(131633,46789,'action started via WP Cron','2021-03-01 16:55:20','2021-03-01 08:55:20'),(131634,46789,'action complete via WP Cron','2021-03-01 16:55:20','2021-03-01 08:55:20'),(131635,46790,'action created','2021-03-01 16:55:21','2021-03-01 08:55:21'),(131636,46790,'action started via WP Cron','2021-03-01 16:56:24','2021-03-01 08:56:24'),(131637,46790,'action complete via WP Cron','2021-03-01 16:56:24','2021-03-01 08:56:24'),(131638,46791,'action created','2021-03-01 16:56:24','2021-03-01 08:56:24'),(131639,46791,'action started via WP Cron','2021-03-01 16:56:54','2021-03-01 08:56:54'),(131640,46791,'action complete via WP Cron','2021-03-01 16:56:54','2021-03-01 08:56:54'),(131641,46792,'action created','2021-03-01 16:56:54','2021-03-01 08:56:54'),(131642,46792,'action started via WP Cron','2021-03-01 16:57:49','2021-03-01 08:57:49'),(131643,46792,'action complete via WP Cron','2021-03-01 16:57:49','2021-03-01 08:57:49'),(131644,46793,'action created','2021-03-01 16:57:49','2021-03-01 08:57:49'),(131645,46793,'action started via WP Cron','2021-03-01 16:58:46','2021-03-01 08:58:46'),(131646,46793,'action complete via WP Cron','2021-03-01 16:58:46','2021-03-01 08:58:46'),(131647,46794,'action created','2021-03-01 16:58:46','2021-03-01 08:58:46'),(131648,46794,'action started via WP Cron','2021-03-01 16:59:50','2021-03-01 08:59:50'),(131649,46794,'action complete via WP Cron','2021-03-01 16:59:50','2021-03-01 08:59:50'),(131650,46795,'action created','2021-03-01 16:59:50','2021-03-01 08:59:50'),(131651,46795,'action started via WP Cron','2021-03-01 17:00:51','2021-03-01 09:00:51'),(131652,46795,'action complete via WP Cron','2021-03-01 17:00:51','2021-03-01 09:00:51'),(131653,46796,'action created','2021-03-01 17:01:52','2021-03-01 09:01:52'),(131654,46796,'action started via WP Cron','2021-03-01 17:02:59','2021-03-01 09:02:59'),(131655,46796,'action complete via WP Cron','2021-03-01 17:02:59','2021-03-01 09:02:59'),(131656,46797,'action created','2021-03-01 17:02:59','2021-03-01 09:02:59'),(131657,46797,'action started via WP Cron','2021-03-01 17:05:27','2021-03-01 09:05:27'),(131658,46797,'action complete via WP Cron','2021-03-01 17:05:27','2021-03-01 09:05:27'),(131659,46798,'action created','2021-03-01 17:05:27','2021-03-01 09:05:27'),(131660,46798,'action started via WP Cron','2021-03-01 17:06:10','2021-03-01 09:06:10'),(131661,46798,'action complete via WP Cron','2021-03-01 17:06:10','2021-03-01 09:06:10'),(131662,46799,'action created','2021-03-01 17:06:10','2021-03-01 09:06:10'),(131663,46799,'action started via WP Cron','2021-03-01 17:07:29','2021-03-01 09:07:29'),(131664,46799,'action complete via WP Cron','2021-03-01 17:07:29','2021-03-01 09:07:29'),(131665,46800,'action created','2021-03-01 17:07:29','2021-03-01 09:07:29'),(131666,46800,'action started via WP Cron','2021-03-01 17:09:13','2021-03-01 09:09:13'),(131667,46800,'action complete via WP Cron','2021-03-01 17:09:13','2021-03-01 09:09:13'),(131668,46801,'action created','2021-03-01 17:09:13','2021-03-01 09:09:13'),(131669,46801,'action started via WP Cron','2021-03-01 17:09:49','2021-03-01 09:09:49'),(131670,46801,'action complete via WP Cron','2021-03-01 17:09:49','2021-03-01 09:09:49'),(131671,46802,'action created','2021-03-01 17:09:50','2021-03-01 09:09:50'),(131672,46802,'action started via WP Cron','2021-03-01 17:11:21','2021-03-01 09:11:21'),(131673,46802,'action complete via WP Cron','2021-03-01 17:11:21','2021-03-01 09:11:21'),(131674,46803,'action created','2021-03-01 17:11:21','2021-03-01 09:11:21'),(131675,46803,'action started via WP Cron','2021-03-01 17:12:17','2021-03-01 09:12:17'),(131676,46803,'action complete via WP Cron','2021-03-01 17:12:17','2021-03-01 09:12:17'),(131677,46804,'action created','2021-03-01 17:12:17','2021-03-01 09:12:17'),(131678,46804,'action started via WP Cron','2021-03-01 17:17:41','2021-03-01 09:17:41'),(131679,46804,'action complete via WP Cron','2021-03-01 17:17:41','2021-03-01 09:17:41'),(131680,46805,'action created','2021-03-01 17:17:41','2021-03-01 09:17:41'),(131681,46805,'action started via WP Cron','2021-03-01 17:20:34','2021-03-01 09:20:34'),(131682,46805,'action complete via WP Cron','2021-03-01 17:20:34','2021-03-01 09:20:34'),(131683,46806,'action created','2021-03-01 17:20:34','2021-03-01 09:20:34'),(131684,46806,'action started via WP Cron','2021-03-01 17:21:07','2021-03-01 09:21:07'),(131685,46806,'action complete via WP Cron','2021-03-01 17:21:07','2021-03-01 09:21:07'),(131686,46807,'action created','2021-03-01 17:21:07','2021-03-01 09:21:07'),(131687,46807,'action started via WP Cron','2021-03-01 17:27:40','2021-03-01 09:27:40'),(131688,46807,'action complete via WP Cron','2021-03-01 17:27:40','2021-03-01 09:27:40'),(131689,46808,'action created','2021-03-01 17:27:40','2021-03-01 09:27:40'),(131690,46808,'action started via WP Cron','2021-03-01 17:28:48','2021-03-01 09:28:48'),(131691,46808,'action complete via WP Cron','2021-03-01 17:28:48','2021-03-01 09:28:48'),(131692,46809,'action created','2021-03-01 17:28:48','2021-03-01 09:28:48'),(131693,46809,'action started via WP Cron','2021-03-01 17:29:41','2021-03-01 09:29:41'),(131694,46809,'action complete via WP Cron','2021-03-01 17:29:41','2021-03-01 09:29:41'),(131695,46810,'action created','2021-03-01 17:29:41','2021-03-01 09:29:41'),(131696,46810,'action started via WP Cron','2021-03-01 17:38:28','2021-03-01 09:38:28'),(131697,46810,'action complete via WP Cron','2021-03-01 17:38:28','2021-03-01 09:38:28'),(131698,46811,'action created','2021-03-01 17:38:28','2021-03-01 09:38:28'),(131699,46811,'action started via WP Cron','2021-03-01 17:39:23','2021-03-01 09:39:23'),(131700,46811,'action complete via WP Cron','2021-03-01 17:39:23','2021-03-01 09:39:23'),(131701,46812,'action created','2021-03-01 17:39:23','2021-03-01 09:39:23'),(131702,46812,'action started via WP Cron','2021-03-01 17:47:04','2021-03-01 09:47:04'),(131703,46812,'action complete via WP Cron','2021-03-01 17:47:04','2021-03-01 09:47:04'),(131704,46813,'action created','2021-03-01 17:47:04','2021-03-01 09:47:04'),(131705,46813,'action started via WP Cron','2021-03-01 17:50:02','2021-03-01 09:50:02'),(131706,46813,'action complete via WP Cron','2021-03-01 17:50:02','2021-03-01 09:50:02'),(131707,46814,'action created','2021-03-01 17:50:03','2021-03-01 09:50:03'),(131708,46814,'action started via WP Cron','2021-03-01 17:51:11','2021-03-01 09:51:11'),(131709,46814,'action complete via WP Cron','2021-03-01 17:51:11','2021-03-01 09:51:11'),(131710,46815,'action created','2021-03-01 17:51:11','2021-03-01 09:51:11'),(131711,46815,'action started via WP Cron','2021-03-01 17:52:18','2021-03-01 09:52:18'),(131712,46815,'action complete via WP Cron','2021-03-01 17:52:18','2021-03-01 09:52:18'),(131713,46816,'action created','2021-03-01 17:52:18','2021-03-01 09:52:18'),(131714,46816,'action started via WP Cron','2021-03-01 17:53:28','2021-03-01 09:53:28'),(131715,46816,'action complete via WP Cron','2021-03-01 17:53:28','2021-03-01 09:53:28'),(131716,46817,'action created','2021-03-01 17:53:28','2021-03-01 09:53:28'),(131717,46817,'action started via WP Cron','2021-03-01 17:55:36','2021-03-01 09:55:36'),(131718,46817,'action complete via WP Cron','2021-03-01 17:55:36','2021-03-01 09:55:36'),(131719,46818,'action created','2021-03-01 17:55:36','2021-03-01 09:55:36'),(131720,46818,'action started via WP Cron','2021-03-01 17:56:22','2021-03-01 09:56:22'),(131721,46818,'action complete via WP Cron','2021-03-01 17:56:22','2021-03-01 09:56:22'),(131722,46819,'action created','2021-03-01 17:56:22','2021-03-01 09:56:22'),(131723,46819,'action started via WP Cron','2021-03-01 17:57:38','2021-03-01 09:57:38'),(131724,46819,'action complete via WP Cron','2021-03-01 17:57:38','2021-03-01 09:57:38'),(131725,46820,'action created','2021-03-01 17:57:38','2021-03-01 09:57:38'),(131726,46820,'action started via WP Cron','2021-03-01 18:01:03','2021-03-01 10:01:03'),(131727,46820,'action complete via WP Cron','2021-03-01 18:01:03','2021-03-01 10:01:03'),(131728,46821,'action created','2021-03-01 18:01:05','2021-03-01 10:01:05'),(131729,46821,'action started via WP Cron','2021-03-01 18:04:27','2021-03-01 10:04:27'),(131730,46821,'action complete via WP Cron','2021-03-01 18:04:27','2021-03-01 10:04:27'),(131731,46822,'action created','2021-03-01 18:04:27','2021-03-01 10:04:27'),(131732,46822,'action started via WP Cron','2021-03-01 18:05:55','2021-03-01 10:05:55'),(131733,46822,'action complete via WP Cron','2021-03-01 18:05:55','2021-03-01 10:05:55'),(131734,46823,'action created','2021-03-01 18:05:55','2021-03-01 10:05:55'),(131735,46823,'action started via WP Cron','2021-03-01 18:08:29','2021-03-01 10:08:29'),(131736,46823,'action complete via WP Cron','2021-03-01 18:08:29','2021-03-01 10:08:29'),(131737,46824,'action created','2021-03-01 18:08:29','2021-03-01 10:08:29'),(131738,46824,'action started via WP Cron','2021-03-01 18:09:30','2021-03-01 10:09:30'),(131739,46824,'action complete via WP Cron','2021-03-01 18:09:30','2021-03-01 10:09:30'),(131740,46825,'action created','2021-03-01 18:09:30','2021-03-01 10:09:30'),(131741,46825,'action started via WP Cron','2021-03-01 18:10:31','2021-03-01 10:10:31'),(131742,46825,'action complete via WP Cron','2021-03-01 18:10:31','2021-03-01 10:10:31'),(131743,46826,'action created','2021-03-01 18:10:31','2021-03-01 10:10:31'),(131744,46826,'action started via WP Cron','2021-03-01 18:10:41','2021-03-01 10:10:41'),(131745,46826,'action complete via WP Cron','2021-03-01 18:10:41','2021-03-01 10:10:41'),(131746,46827,'action created','2021-03-01 18:10:41','2021-03-01 10:10:41'),(131747,46827,'action started via WP Cron','2021-03-01 18:11:42','2021-03-01 10:11:42'),(131748,46827,'action complete via WP Cron','2021-03-01 18:11:42','2021-03-01 10:11:42'),(131749,46828,'action created','2021-03-01 18:12:31','2021-03-01 10:12:31'),(131750,46828,'action started via WP Cron','2021-03-01 18:12:43','2021-03-01 10:12:43'),(131751,46828,'action complete via WP Cron','2021-03-01 18:12:43','2021-03-01 10:12:43'),(131752,46829,'action created','2021-03-01 18:12:43','2021-03-01 10:12:43'),(131753,46829,'action started via WP Cron','2021-03-01 18:14:26','2021-03-01 10:14:26'),(131754,46829,'action complete via WP Cron','2021-03-01 18:14:26','2021-03-01 10:14:26'),(131755,46830,'action created','2021-03-01 18:14:26','2021-03-01 10:14:26'),(131756,46830,'action started via WP Cron','2021-03-01 18:15:18','2021-03-01 10:15:18'),(131757,46830,'action complete via WP Cron','2021-03-01 18:15:18','2021-03-01 10:15:18'),(131758,46831,'action created','2021-03-01 18:15:18','2021-03-01 10:15:18'),(131759,46831,'action started via WP Cron','2021-03-01 18:20:30','2021-03-01 10:20:30'),(131760,46831,'action complete via WP Cron','2021-03-01 18:20:30','2021-03-01 10:20:30'),(131761,46832,'action created','2021-03-01 18:20:30','2021-03-01 10:20:30'),(131762,46832,'action started via WP Cron','2021-03-01 18:24:14','2021-03-01 10:24:14'),(131763,46832,'action complete via WP Cron','2021-03-01 18:24:14','2021-03-01 10:24:14'),(131764,46833,'action created','2021-03-01 18:24:14','2021-03-01 10:24:14'),(131765,46833,'action started via WP Cron','2021-03-01 18:27:18','2021-03-01 10:27:18'),(131766,46833,'action complete via WP Cron','2021-03-01 18:27:18','2021-03-01 10:27:18'),(131767,46834,'action created','2021-03-01 18:27:18','2021-03-01 10:27:18'),(131768,46834,'action started via WP Cron','2021-03-01 18:30:04','2021-03-01 10:30:04'),(131769,46834,'action complete via WP Cron','2021-03-01 18:30:04','2021-03-01 10:30:04'),(131770,46835,'action created','2021-03-01 18:30:04','2021-03-01 10:30:04'),(131771,46835,'action started via WP Cron','2021-03-01 18:30:42','2021-03-01 10:30:42'),(131772,46835,'action complete via WP Cron','2021-03-01 18:30:42','2021-03-01 10:30:42'),(131773,46836,'action created','2021-03-01 18:30:43','2021-03-01 10:30:43'),(131774,46836,'action started via WP Cron','2021-03-01 18:32:21','2021-03-01 10:32:21'),(131775,46836,'action complete via WP Cron','2021-03-01 18:32:21','2021-03-01 10:32:21'),(131776,46837,'action created','2021-03-01 18:32:21','2021-03-01 10:32:21'),(131777,46837,'action started via WP Cron','2021-03-01 18:33:22','2021-03-01 10:33:22'),(131778,46837,'action complete via WP Cron','2021-03-01 18:33:22','2021-03-01 10:33:22'),(131779,46838,'action created','2021-03-01 18:33:22','2021-03-01 10:33:22'),(131780,46838,'action started via WP Cron','2021-03-01 18:35:24','2021-03-01 10:35:24'),(131781,46838,'action complete via WP Cron','2021-03-01 18:35:24','2021-03-01 10:35:24'),(131782,46839,'action created','2021-03-01 18:35:25','2021-03-01 10:35:25'),(131783,46839,'action started via WP Cron','2021-03-01 18:36:19','2021-03-01 10:36:19'),(131784,46839,'action complete via WP Cron','2021-03-01 18:36:19','2021-03-01 10:36:19'),(131785,46840,'action created','2021-03-01 18:36:20','2021-03-01 10:36:20'),(131786,46840,'action started via WP Cron','2021-03-01 18:37:27','2021-03-01 10:37:27'),(131787,46840,'action complete via WP Cron','2021-03-01 18:37:27','2021-03-01 10:37:27'),(131788,46841,'action created','2021-03-01 18:37:27','2021-03-01 10:37:27'),(131789,46841,'action started via WP Cron','2021-03-01 18:38:28','2021-03-01 10:38:28'),(131790,46841,'action complete via WP Cron','2021-03-01 18:38:28','2021-03-01 10:38:28'),(131791,46842,'action created','2021-03-01 18:38:28','2021-03-01 10:38:28'),(131792,46842,'action started via WP Cron','2021-03-01 18:38:53','2021-03-01 10:38:53'),(131793,46842,'action complete via WP Cron','2021-03-01 18:38:53','2021-03-01 10:38:53'),(131794,46843,'action created','2021-03-01 18:38:53','2021-03-01 10:38:53'),(131795,46843,'action started via WP Cron','2021-03-01 18:42:46','2021-03-01 10:42:46'),(131796,46843,'action complete via WP Cron','2021-03-01 18:42:46','2021-03-01 10:42:46'),(131797,46844,'action created','2021-03-01 18:42:46','2021-03-01 10:42:46'),(131798,46844,'action started via WP Cron','2021-03-01 18:48:18','2021-03-01 10:48:18'),(131799,46844,'action complete via WP Cron','2021-03-01 18:48:18','2021-03-01 10:48:18'),(131800,46845,'action created','2021-03-01 18:48:18','2021-03-01 10:48:18'),(131801,46845,'action started via WP Cron','2021-03-01 18:49:09','2021-03-01 10:49:09'),(131802,46845,'action complete via WP Cron','2021-03-01 18:49:09','2021-03-01 10:49:09'),(131803,46846,'action created','2021-03-01 18:49:09','2021-03-01 10:49:09'),(131804,46846,'action started via WP Cron','2021-03-01 18:49:44','2021-03-01 10:49:44'),(131805,46846,'action complete via WP Cron','2021-03-01 18:49:44','2021-03-01 10:49:44'),(131806,46847,'action created','2021-03-01 18:49:44','2021-03-01 10:49:44'),(131807,46847,'action started via WP Cron','2021-03-01 18:51:06','2021-03-01 10:51:06'),(131808,46847,'action complete via WP Cron','2021-03-01 18:51:06','2021-03-01 10:51:06'),(131809,46848,'action created','2021-03-01 18:51:06','2021-03-01 10:51:06'),(131810,46848,'action started via WP Cron','2021-03-01 18:51:49','2021-03-01 10:51:49'),(131811,46848,'action complete via WP Cron','2021-03-01 18:51:49','2021-03-01 10:51:49'),(131812,46849,'action created','2021-03-01 18:51:49','2021-03-01 10:51:49'),(131813,46849,'action started via WP Cron','2021-03-01 18:52:50','2021-03-01 10:52:50'),(131814,46849,'action complete via WP Cron','2021-03-01 18:52:50','2021-03-01 10:52:50'),(131815,46850,'action created','2021-03-01 18:52:50','2021-03-01 10:52:50'),(131816,46850,'action started via WP Cron','2021-03-01 18:53:52','2021-03-01 10:53:52'),(131817,46850,'action complete via WP Cron','2021-03-01 18:53:52','2021-03-01 10:53:52'),(131818,46851,'action created','2021-03-01 18:53:52','2021-03-01 10:53:52'),(131819,46851,'action started via WP Cron','2021-03-01 18:56:52','2021-03-01 10:56:52'),(131820,46851,'action complete via WP Cron','2021-03-01 18:56:52','2021-03-01 10:56:52'),(131821,46852,'action created','2021-03-01 18:56:52','2021-03-01 10:56:52'),(131822,46852,'action started via WP Cron','2021-03-01 18:58:38','2021-03-01 10:58:38'),(131823,46852,'action complete via WP Cron','2021-03-01 18:58:38','2021-03-01 10:58:38'),(131824,46853,'action created','2021-03-01 18:58:38','2021-03-01 10:58:38'),(131825,46853,'action started via WP Cron','2021-03-01 18:59:41','2021-03-01 10:59:41'),(131826,46853,'action complete via WP Cron','2021-03-01 18:59:41','2021-03-01 10:59:41'),(131827,46854,'action created','2021-03-01 19:06:44','2021-03-01 11:06:44'),(131828,46854,'action started via WP Cron','2021-03-01 19:12:55','2021-03-01 11:12:55'),(131829,46854,'action complete via WP Cron','2021-03-01 19:12:55','2021-03-01 11:12:55'),(131830,46855,'action created','2021-03-01 19:13:43','2021-03-01 11:13:43'),(131831,46855,'action started via WP Cron','2021-03-01 19:14:44','2021-03-01 11:14:44'),(131832,46855,'action complete via WP Cron','2021-03-01 19:14:44','2021-03-01 11:14:44'),(131833,46856,'action created','2021-03-01 19:16:35','2021-03-01 11:16:35'),(131834,46856,'action started via WP Cron','2021-03-01 19:17:47','2021-03-01 11:17:47'),(131835,46856,'action complete via WP Cron','2021-03-01 19:17:47','2021-03-01 11:17:47'),(131836,46857,'action created','2021-03-01 19:17:47','2021-03-01 11:17:47'),(131837,46857,'action started via WP Cron','2021-03-01 19:27:00','2021-03-01 11:27:00'),(131838,46857,'action complete via WP Cron','2021-03-01 19:27:00','2021-03-01 11:27:00'),(131839,46858,'action created','2021-03-01 19:27:00','2021-03-01 11:27:00'),(131840,46858,'action started via WP Cron','2021-03-01 19:36:35','2021-03-01 11:36:35'),(131841,46858,'action complete via WP Cron','2021-03-01 19:36:35','2021-03-01 11:36:35'),(131842,46859,'action created','2021-03-01 19:36:35','2021-03-01 11:36:35'),(131843,46859,'action started via WP Cron','2021-03-01 19:37:33','2021-03-01 11:37:33'),(131844,46859,'action complete via WP Cron','2021-03-01 19:37:33','2021-03-01 11:37:33'),(131845,46860,'action created','2021-03-01 19:37:33','2021-03-01 11:37:33'),(131846,46860,'action started via WP Cron','2021-03-01 19:38:33','2021-03-01 11:38:33'),(131847,46860,'action complete via WP Cron','2021-03-01 19:38:33','2021-03-01 11:38:33'),(131848,46861,'action created','2021-03-01 19:38:36','2021-03-01 11:38:36'),(131849,46861,'action started via WP Cron','2021-03-01 19:40:35','2021-03-01 11:40:35'),(131850,46861,'action complete via WP Cron','2021-03-01 19:40:35','2021-03-01 11:40:35'),(131851,46862,'action created','2021-03-01 19:40:35','2021-03-01 11:40:35'),(131852,46862,'action started via WP Cron','2021-03-01 19:41:37','2021-03-01 11:41:37'),(131853,46862,'action complete via WP Cron','2021-03-01 19:41:37','2021-03-01 11:41:37'),(131854,46863,'action created','2021-03-01 19:42:37','2021-03-01 11:42:37'),(131855,46863,'action started via WP Cron','2021-03-01 19:48:29','2021-03-01 11:48:29'),(131856,46863,'action complete via WP Cron','2021-03-01 19:48:29','2021-03-01 11:48:29'),(131857,46864,'action created','2021-03-01 19:48:29','2021-03-01 11:48:29'),(131858,46864,'action started via WP Cron','2021-03-01 19:53:25','2021-03-01 11:53:25'),(131859,46864,'action complete via WP Cron','2021-03-01 19:53:25','2021-03-01 11:53:25'),(131860,46865,'action created','2021-03-01 19:53:25','2021-03-01 11:53:25'),(131861,46865,'action started via WP Cron','2021-03-01 19:54:19','2021-03-01 11:54:19'),(131862,46865,'action complete via WP Cron','2021-03-01 19:54:19','2021-03-01 11:54:19'),(131863,46866,'action created','2021-03-01 19:54:19','2021-03-01 11:54:19'),(131864,46866,'action started via WP Cron','2021-03-01 19:54:51','2021-03-01 11:54:51'),(131865,46866,'action complete via WP Cron','2021-03-01 19:54:51','2021-03-01 11:54:51'),(131866,46867,'action created','2021-03-01 19:54:51','2021-03-01 11:54:51'),(131867,46867,'action started via WP Cron','2021-03-01 19:55:52','2021-03-01 11:55:52'),(131868,46867,'action complete via WP Cron','2021-03-01 19:55:52','2021-03-01 11:55:52'),(131869,46868,'action created','2021-03-01 19:55:52','2021-03-01 11:55:52'),(131870,46868,'action started via WP Cron','2021-03-01 19:56:53','2021-03-01 11:56:53'),(131871,46868,'action complete via WP Cron','2021-03-01 19:56:53','2021-03-01 11:56:53'),(131872,46869,'action created','2021-03-01 19:56:54','2021-03-01 11:56:54'),(131873,46869,'action started via WP Cron','2021-03-01 19:57:55','2021-03-01 11:57:55'),(131874,46869,'action complete via WP Cron','2021-03-01 19:57:55','2021-03-01 11:57:55'),(131875,46870,'action created','2021-03-01 19:57:55','2021-03-01 11:57:55'),(131876,46870,'action started via WP Cron','2021-03-01 19:59:33','2021-03-01 11:59:33'),(131877,46870,'action complete via WP Cron','2021-03-01 19:59:33','2021-03-01 11:59:33'),(131878,46871,'action created','2021-03-01 19:59:33','2021-03-01 11:59:33'),(131879,46871,'action started via WP Cron','2021-03-01 19:59:45','2021-03-01 11:59:45'),(131880,46871,'action complete via WP Cron','2021-03-01 19:59:45','2021-03-01 11:59:45'),(131881,46872,'action created','2021-03-01 19:59:45','2021-03-01 11:59:45'),(131882,46872,'action started via WP Cron','2021-03-01 20:01:40','2021-03-01 12:01:40'),(131883,46872,'action complete via WP Cron','2021-03-01 20:01:40','2021-03-01 12:01:40'),(131884,46873,'action created','2021-03-01 20:01:40','2021-03-01 12:01:40'),(131885,46873,'action started via WP Cron','2021-03-01 20:03:24','2021-03-01 12:03:24'),(131886,46873,'action complete via WP Cron','2021-03-01 20:03:24','2021-03-01 12:03:24'),(131887,46874,'action created','2021-03-01 20:03:24','2021-03-01 12:03:24'),(131888,46874,'action started via WP Cron','2021-03-01 20:10:34','2021-03-01 12:10:34'),(131889,46874,'action complete via WP Cron','2021-03-01 20:10:34','2021-03-01 12:10:34'),(131890,46875,'action created','2021-03-01 20:10:34','2021-03-01 12:10:34'),(131891,46875,'action started via WP Cron','2021-03-01 20:16:02','2021-03-01 12:16:02'),(131892,46875,'action complete via WP Cron','2021-03-01 20:16:02','2021-03-01 12:16:02'),(131893,46876,'action created','2021-03-01 20:16:02','2021-03-01 12:16:02'),(131894,46876,'action started via WP Cron','2021-03-01 20:17:02','2021-03-01 12:17:02'),(131895,46876,'action complete via WP Cron','2021-03-01 20:17:02','2021-03-01 12:17:02'),(131896,46877,'action created','2021-03-01 20:17:02','2021-03-01 12:17:02'),(131897,46877,'action started via WP Cron','2021-03-01 20:19:49','2021-03-01 12:19:49'),(131898,46877,'action complete via WP Cron','2021-03-01 20:19:49','2021-03-01 12:19:49'),(131899,46878,'action created','2021-03-01 20:19:50','2021-03-01 12:19:50'),(131900,46878,'action started via WP Cron','2021-03-01 20:22:24','2021-03-01 12:22:24'),(131901,46878,'action complete via WP Cron','2021-03-01 20:22:24','2021-03-01 12:22:24'),(131902,46879,'action created','2021-03-01 20:22:24','2021-03-01 12:22:24'),(131903,46879,'action started via WP Cron','2021-03-01 20:39:23','2021-03-01 12:39:23'),(131904,46879,'action complete via WP Cron','2021-03-01 20:39:23','2021-03-01 12:39:23'),(131905,46880,'action created','2021-03-01 20:39:23','2021-03-01 12:39:23'),(131906,46880,'action started via WP Cron','2021-03-01 20:43:42','2021-03-01 12:43:42'),(131907,46880,'action complete via WP Cron','2021-03-01 20:43:42','2021-03-01 12:43:42'),(131908,46881,'action created','2021-03-01 20:46:53','2021-03-01 12:46:53'),(131909,46881,'action started via WP Cron','2021-03-01 20:56:59','2021-03-01 12:56:59'),(131910,46881,'action complete via WP Cron','2021-03-01 20:56:59','2021-03-01 12:56:59'),(131911,46882,'action created','2021-03-01 20:56:59','2021-03-01 12:56:59'),(131912,46882,'action started via WP Cron','2021-03-01 20:58:22','2021-03-01 12:58:22'),(131913,46882,'action complete via WP Cron','2021-03-01 20:58:22','2021-03-01 12:58:22'),(131914,46883,'action created','2021-03-01 20:58:22','2021-03-01 12:58:22'),(131915,46883,'action started via WP Cron','2021-03-01 20:58:42','2021-03-01 12:58:42'),(131916,46883,'action complete via WP Cron','2021-03-01 20:58:42','2021-03-01 12:58:42'),(131917,46884,'action created','2021-03-01 20:58:42','2021-03-01 12:58:42'),(131918,46884,'action started via WP Cron','2021-03-01 21:01:25','2021-03-01 13:01:25'),(131919,46884,'action complete via WP Cron','2021-03-01 21:01:25','2021-03-01 13:01:25'),(131920,46885,'action created','2021-03-01 21:01:25','2021-03-01 13:01:25'),(131921,46885,'action started via WP Cron','2021-03-01 21:01:46','2021-03-01 13:01:46'),(131922,46885,'action complete via WP Cron','2021-03-01 21:01:46','2021-03-01 13:01:46'),(131923,46886,'action created','2021-03-01 21:01:47','2021-03-01 13:01:47'),(131924,46886,'action started via WP Cron','2021-03-01 21:02:40','2021-03-01 13:02:40'),(131925,46886,'action complete via WP Cron','2021-03-01 21:02:40','2021-03-01 13:02:40'),(131926,46887,'action created','2021-03-01 21:02:40','2021-03-01 13:02:40'),(131927,46887,'action started via WP Cron','2021-03-01 21:03:41','2021-03-01 13:03:41'),(131928,46887,'action complete via WP Cron','2021-03-01 21:03:41','2021-03-01 13:03:41'),(131929,46888,'action created','2021-03-01 21:03:41','2021-03-01 13:03:41'),(131930,46888,'action started via WP Cron','2021-03-01 21:07:39','2021-03-01 13:07:39'),(131931,46888,'action complete via WP Cron','2021-03-01 21:07:39','2021-03-01 13:07:39'),(131932,46889,'action created','2021-03-01 21:07:39','2021-03-01 13:07:39'),(131933,46889,'action started via WP Cron','2021-03-01 21:08:37','2021-03-01 13:08:37'),(131934,46889,'action complete via WP Cron','2021-03-01 21:08:37','2021-03-01 13:08:37'),(131935,46890,'action created','2021-03-01 21:08:37','2021-03-01 13:08:37'),(131936,46890,'action started via WP Cron','2021-03-01 21:10:09','2021-03-01 13:10:09'),(131937,46890,'action complete via WP Cron','2021-03-01 21:10:09','2021-03-01 13:10:09'),(131938,46891,'action created','2021-03-01 21:10:09','2021-03-01 13:10:09'),(131939,46891,'action started via WP Cron','2021-03-01 21:10:56','2021-03-01 13:10:56'),(131940,46891,'action complete via WP Cron','2021-03-01 21:10:56','2021-03-01 13:10:56'),(131941,46892,'action created','2021-03-01 21:10:56','2021-03-01 13:10:56'),(131942,46892,'action started via WP Cron','2021-03-01 21:15:46','2021-03-01 13:15:46'),(131943,46892,'action complete via WP Cron','2021-03-01 21:15:46','2021-03-01 13:15:46'),(131944,46893,'action created','2021-03-01 21:15:46','2021-03-01 13:15:46'),(131945,46893,'action started via WP Cron','2021-03-01 21:20:04','2021-03-01 13:20:04'),(131946,46893,'action complete via WP Cron','2021-03-01 21:20:04','2021-03-01 13:20:04'),(131947,46894,'action created','2021-03-01 21:20:04','2021-03-01 13:20:04'),(131948,46894,'action started via WP Cron','2021-03-01 21:20:49','2021-03-01 13:20:49'),(131949,46894,'action complete via WP Cron','2021-03-01 21:20:49','2021-03-01 13:20:49'),(131950,46895,'action created','2021-03-01 21:20:50','2021-03-01 13:20:50'),(131951,46895,'action started via WP Cron','2021-03-01 21:22:39','2021-03-01 13:22:39'),(131952,46895,'action complete via WP Cron','2021-03-01 21:22:39','2021-03-01 13:22:39'),(131953,46896,'action created','2021-03-01 21:22:39','2021-03-01 13:22:39'),(131954,46896,'action started via WP Cron','2021-03-01 21:30:33','2021-03-01 13:30:33'),(131955,46896,'action complete via WP Cron','2021-03-01 21:30:33','2021-03-01 13:30:33'),(131956,46897,'action created','2021-03-01 21:30:33','2021-03-01 13:30:33'),(131957,46897,'action started via WP Cron','2021-03-01 21:34:21','2021-03-01 13:34:21'),(131958,46897,'action complete via WP Cron','2021-03-01 21:34:21','2021-03-01 13:34:21'),(131959,46898,'action created','2021-03-01 21:34:21','2021-03-01 13:34:21'),(131960,46898,'action started via WP Cron','2021-03-01 21:37:22','2021-03-01 13:37:22'),(131961,46898,'action complete via WP Cron','2021-03-01 21:37:22','2021-03-01 13:37:22'),(131962,46899,'action created','2021-03-01 21:37:22','2021-03-01 13:37:22'),(131963,46899,'action started via WP Cron','2021-03-01 21:39:04','2021-03-01 13:39:04'),(131964,46899,'action complete via WP Cron','2021-03-01 21:39:04','2021-03-01 13:39:04'),(131965,46900,'action created','2021-03-01 21:39:05','2021-03-01 13:39:05'),(131966,46900,'action started via WP Cron','2021-03-01 21:42:22','2021-03-01 13:42:22'),(131967,46900,'action complete via WP Cron','2021-03-01 21:42:22','2021-03-01 13:42:22'),(131968,46901,'action created','2021-03-01 21:42:22','2021-03-01 13:42:22'),(131969,46901,'action started via WP Cron','2021-03-01 21:45:04','2021-03-01 13:45:04'),(131970,46901,'action complete via WP Cron','2021-03-01 21:45:04','2021-03-01 13:45:04'),(131971,46902,'action created','2021-03-01 21:45:05','2021-03-01 13:45:05'),(131972,46902,'action started via WP Cron','2021-03-01 21:48:22','2021-03-01 13:48:22'),(131973,46902,'action complete via WP Cron','2021-03-01 21:48:22','2021-03-01 13:48:22'),(131974,46903,'action created','2021-03-01 21:48:22','2021-03-01 13:48:22'),(131975,46903,'action started via WP Cron','2021-03-01 21:49:32','2021-03-01 13:49:32'),(131976,46903,'action complete via WP Cron','2021-03-01 21:49:32','2021-03-01 13:49:32'),(131977,46904,'action created','2021-03-01 21:49:32','2021-03-01 13:49:32'),(131978,46904,'action started via WP Cron','2021-03-01 21:50:11','2021-03-01 13:50:11'),(131979,46904,'action complete via WP Cron','2021-03-01 21:50:11','2021-03-01 13:50:11'),(131980,46905,'action created','2021-03-01 21:50:11','2021-03-01 13:50:11'),(131981,46905,'action started via WP Cron','2021-03-01 21:51:23','2021-03-01 13:51:23'),(131982,46905,'action complete via WP Cron','2021-03-01 21:51:23','2021-03-01 13:51:23'),(131983,46906,'action created','2021-03-01 21:51:23','2021-03-01 13:51:23'),(131984,46906,'action started via WP Cron','2021-03-01 21:52:07','2021-03-01 13:52:07'),(131985,46906,'action complete via WP Cron','2021-03-01 21:52:07','2021-03-01 13:52:07'),(131986,46907,'action created','2021-03-01 21:52:08','2021-03-01 13:52:08'),(131987,46907,'action started via WP Cron','2021-03-01 21:54:32','2021-03-01 13:54:32'),(131988,46907,'action complete via WP Cron','2021-03-01 21:54:32','2021-03-01 13:54:32'),(131989,46908,'action created','2021-03-01 21:54:32','2021-03-01 13:54:32'),(131990,46908,'action started via WP Cron','2021-03-01 21:57:20','2021-03-01 13:57:20'),(131991,46908,'action complete via WP Cron','2021-03-01 21:57:20','2021-03-01 13:57:20'),(131992,46909,'action created','2021-03-01 21:57:20','2021-03-01 13:57:20'),(131993,46909,'action started via WP Cron','2021-03-01 21:58:03','2021-03-01 13:58:03'),(131994,46909,'action complete via WP Cron','2021-03-01 21:58:03','2021-03-01 13:58:03'),(131995,46910,'action created','2021-03-01 21:58:03','2021-03-01 13:58:03'),(131996,46910,'action started via WP Cron','2021-03-01 22:00:04','2021-03-01 14:00:04'),(131997,46910,'action complete via WP Cron','2021-03-01 22:00:04','2021-03-01 14:00:04'),(131998,46911,'action created','2021-03-01 22:00:34','2021-03-01 14:00:34'),(131999,46911,'action started via WP Cron','2021-03-01 22:02:09','2021-03-01 14:02:09'),(132000,46911,'action complete via WP Cron','2021-03-01 22:02:09','2021-03-01 14:02:09'),(132001,46912,'action created','2021-03-01 22:02:09','2021-03-01 14:02:09'),(132002,46912,'action started via WP Cron','2021-03-01 22:03:29','2021-03-01 14:03:29'),(132003,46912,'action complete via WP Cron','2021-03-01 22:03:29','2021-03-01 14:03:29'),(132004,46913,'action created','2021-03-01 22:03:29','2021-03-01 14:03:29'),(132005,46913,'action started via WP Cron','2021-03-01 22:04:28','2021-03-01 14:04:28'),(132006,46913,'action complete via WP Cron','2021-03-01 22:04:28','2021-03-01 14:04:28'),(132007,46914,'action created','2021-03-01 22:04:28','2021-03-01 14:04:28'),(132008,46914,'action started via WP Cron','2021-03-01 22:04:45','2021-03-01 14:04:45'),(132009,46914,'action complete via WP Cron','2021-03-01 22:04:45','2021-03-01 14:04:45'),(132010,46915,'action created','2021-03-01 22:04:45','2021-03-01 14:04:45'),(132011,46915,'action started via WP Cron','2021-03-01 22:05:54','2021-03-01 14:05:54'),(132012,46915,'action complete via WP Cron','2021-03-01 22:05:54','2021-03-01 14:05:54'),(132013,46916,'action created','2021-03-01 22:05:54','2021-03-01 14:05:54'),(132014,46916,'action started via WP Cron','2021-03-01 22:07:31','2021-03-01 14:07:31'),(132015,46916,'action complete via WP Cron','2021-03-01 22:07:31','2021-03-01 14:07:31'),(132016,46917,'action created','2021-03-01 22:07:31','2021-03-01 14:07:31'),(132017,46917,'action started via WP Cron','2021-03-01 22:08:18','2021-03-01 14:08:18'),(132018,46917,'action complete via WP Cron','2021-03-01 22:08:18','2021-03-01 14:08:18'),(132019,46918,'action created','2021-03-01 22:08:44','2021-03-01 14:08:44'),(132020,46918,'action started via WP Cron','2021-03-01 22:10:32','2021-03-01 14:10:32'),(132021,46918,'action complete via WP Cron','2021-03-01 22:10:32','2021-03-01 14:10:32'),(132022,46919,'action created','2021-03-01 22:10:32','2021-03-01 14:10:32'),(132023,46919,'action started via WP Cron','2021-03-01 22:11:04','2021-03-01 14:11:04'),(132024,46919,'action complete via WP Cron','2021-03-01 22:11:04','2021-03-01 14:11:04'),(132025,46920,'action created','2021-03-01 22:11:04','2021-03-01 14:11:04'),(132026,46920,'action started via WP Cron','2021-03-01 22:12:03','2021-03-01 14:12:03'),(132027,46920,'action complete via WP Cron','2021-03-01 22:12:03','2021-03-01 14:12:03'),(132028,46921,'action created','2021-03-01 22:12:04','2021-03-01 14:12:04'),(132029,46921,'action started via WP Cron','2021-03-01 22:15:14','2021-03-01 14:15:14'),(132030,46921,'action complete via WP Cron','2021-03-01 22:15:14','2021-03-01 14:15:14'),(132031,46922,'action created','2021-03-01 22:15:15','2021-03-01 14:15:15'),(132032,46922,'action started via WP Cron','2021-03-01 22:22:33','2021-03-01 14:22:33'),(132033,46922,'action complete via WP Cron','2021-03-01 22:22:33','2021-03-01 14:22:33'),(132034,46923,'action created','2021-03-01 22:22:33','2021-03-01 14:22:33'),(132035,46923,'action started via WP Cron','2021-03-01 22:28:04','2021-03-01 14:28:04'),(132036,46923,'action complete via WP Cron','2021-03-01 22:28:04','2021-03-01 14:28:04'),(132037,46924,'action created','2021-03-01 22:28:04','2021-03-01 14:28:04'),(132038,46924,'action started via WP Cron','2021-03-01 22:34:13','2021-03-01 14:34:13'),(132039,46924,'action complete via WP Cron','2021-03-01 22:34:13','2021-03-01 14:34:13'),(132040,46925,'action created','2021-03-01 22:34:13','2021-03-01 14:34:13'),(132041,46925,'action started via WP Cron','2021-03-01 22:40:05','2021-03-01 14:40:05'),(132042,46925,'action complete via WP Cron','2021-03-01 22:40:05','2021-03-01 14:40:05'),(132043,46926,'action created','2021-03-01 22:40:05','2021-03-01 14:40:05'),(132044,46926,'action started via WP Cron','2021-03-01 22:41:46','2021-03-01 14:41:46'),(132045,46926,'action complete via WP Cron','2021-03-01 22:41:46','2021-03-01 14:41:46'),(132046,46927,'action created','2021-03-01 22:41:46','2021-03-01 14:41:46'),(132047,46927,'action started via WP Cron','2021-03-01 22:44:40','2021-03-01 14:44:40'),(132048,46927,'action complete via WP Cron','2021-03-01 22:44:40','2021-03-01 14:44:40'),(132049,46928,'action created','2021-03-01 22:44:40','2021-03-01 14:44:40'),(132050,46928,'action started via WP Cron','2021-03-01 22:47:04','2021-03-01 14:47:04'),(132051,46928,'action complete via WP Cron','2021-03-01 22:47:04','2021-03-01 14:47:04'),(132052,46929,'action created','2021-03-01 22:47:04','2021-03-01 14:47:04'),(132053,46929,'action started via WP Cron','2021-03-01 22:48:12','2021-03-01 14:48:12'),(132054,46929,'action complete via WP Cron','2021-03-01 22:48:12','2021-03-01 14:48:12'),(132055,46930,'action created','2021-03-01 22:48:12','2021-03-01 14:48:12'),(132056,46930,'action started via WP Cron','2021-03-01 22:49:13','2021-03-01 14:49:13'),(132057,46930,'action complete via WP Cron','2021-03-01 22:49:13','2021-03-01 14:49:13'),(132058,46931,'action created','2021-03-01 22:49:13','2021-03-01 14:49:13'),(132059,46931,'action started via WP Cron','2021-03-01 22:51:15','2021-03-01 14:51:15'),(132060,46931,'action complete via WP Cron','2021-03-01 22:51:15','2021-03-01 14:51:15'),(132061,46932,'action created','2021-03-01 22:51:15','2021-03-01 14:51:15'),(132062,46932,'action started via WP Cron','2021-03-01 22:52:16','2021-03-01 14:52:16'),(132063,46932,'action complete via WP Cron','2021-03-01 22:52:16','2021-03-01 14:52:16'),(132064,46933,'action created','2021-03-01 22:52:16','2021-03-01 14:52:16'),(132065,46933,'action started via WP Cron','2021-03-01 22:53:17','2021-03-01 14:53:17'),(132066,46933,'action complete via WP Cron','2021-03-01 22:53:17','2021-03-01 14:53:17'),(132067,46934,'action created','2021-03-01 22:53:17','2021-03-01 14:53:17'),(132068,46934,'action started via WP Cron','2021-03-01 22:55:33','2021-03-01 14:55:33'),(132069,46934,'action complete via WP Cron','2021-03-01 22:55:33','2021-03-01 14:55:33'),(132070,46935,'action created','2021-03-01 22:55:33','2021-03-01 14:55:33'),(132071,46935,'action started via WP Cron','2021-03-01 23:03:55','2021-03-01 15:03:55'),(132072,46935,'action complete via WP Cron','2021-03-01 23:03:55','2021-03-01 15:03:55'),(132073,46936,'action created','2021-03-01 23:03:56','2021-03-01 15:03:56'),(132074,46936,'action started via WP Cron','2021-03-01 23:05:11','2021-03-01 15:05:11'),(132075,46936,'action complete via WP Cron','2021-03-01 23:05:11','2021-03-01 15:05:11'),(132076,46937,'action created','2021-03-01 23:05:11','2021-03-01 15:05:11'),(132077,46937,'action started via WP Cron','2021-03-01 23:09:17','2021-03-01 15:09:17'),(132078,46937,'action complete via WP Cron','2021-03-01 23:09:17','2021-03-01 15:09:17'),(132079,46938,'action created','2021-03-01 23:09:17','2021-03-01 15:09:17'),(132080,46938,'action started via WP Cron','2021-03-01 23:09:50','2021-03-01 15:09:50'),(132081,46938,'action complete via WP Cron','2021-03-01 23:09:50','2021-03-01 15:09:50'),(132082,46939,'action created','2021-03-01 23:09:50','2021-03-01 15:09:50'),(132083,46939,'action started via WP Cron','2021-03-01 23:16:28','2021-03-01 15:16:28'),(132084,46939,'action complete via WP Cron','2021-03-01 23:16:28','2021-03-01 15:16:28'),(132085,46940,'action created','2021-03-01 23:16:28','2021-03-01 15:16:28'),(132086,46940,'action started via WP Cron','2021-03-01 23:24:35','2021-03-01 15:24:35'),(132087,46940,'action complete via WP Cron','2021-03-01 23:24:35','2021-03-01 15:24:35'),(132088,46941,'action created','2021-03-01 23:24:35','2021-03-01 15:24:35'),(132089,46941,'action started via WP Cron','2021-03-01 23:29:01','2021-03-01 15:29:01'),(132090,46941,'action complete via WP Cron','2021-03-01 23:29:01','2021-03-01 15:29:01'),(132091,46942,'action created','2021-03-01 23:29:01','2021-03-01 15:29:01'),(132092,46942,'action started via WP Cron','2021-03-01 23:34:43','2021-03-01 15:34:43'),(132093,46942,'action complete via WP Cron','2021-03-01 23:34:43','2021-03-01 15:34:43'),(132094,46943,'action created','2021-03-01 23:34:43','2021-03-01 15:34:43'),(132095,46943,'action started via WP Cron','2021-03-01 23:36:29','2021-03-01 15:36:29'),(132096,46943,'action complete via WP Cron','2021-03-01 23:36:29','2021-03-01 15:36:29'),(132097,46944,'action created','2021-03-01 23:36:29','2021-03-01 15:36:29'),(132098,46944,'action started via WP Cron','2021-03-01 23:40:55','2021-03-01 15:40:55'),(132099,46944,'action complete via WP Cron','2021-03-01 23:40:55','2021-03-01 15:40:55'),(132100,46945,'action created','2021-03-01 23:40:55','2021-03-01 15:40:55'),(132101,46945,'action started via WP Cron','2021-03-01 23:53:10','2021-03-01 15:53:10'),(132102,46945,'action complete via WP Cron','2021-03-01 23:53:10','2021-03-01 15:53:10'),(132103,46946,'action created','2021-03-01 23:53:10','2021-03-01 15:53:10'),(132104,46946,'action started via WP Cron','2021-03-02 00:07:07','2021-03-01 16:07:07'),(132105,46946,'action complete via WP Cron','2021-03-02 00:07:07','2021-03-01 16:07:07'),(132106,46947,'action created','2021-03-02 00:07:08','2021-03-01 16:07:08'),(132107,46947,'action started via WP Cron','2021-03-02 00:08:40','2021-03-01 16:08:40'),(132108,46947,'action complete via WP Cron','2021-03-02 00:08:40','2021-03-01 16:08:40'),(132109,46948,'action created','2021-03-02 00:08:40','2021-03-01 16:08:40'),(132110,46948,'action started via WP Cron','2021-03-02 00:16:53','2021-03-01 16:16:53'),(132111,46948,'action complete via WP Cron','2021-03-02 00:16:54','2021-03-01 16:16:54'),(132112,46949,'action created','2021-03-02 00:16:54','2021-03-01 16:16:54'),(132113,46949,'action started via WP Cron','2021-03-02 00:18:40','2021-03-01 16:18:40'),(132114,46949,'action complete via WP Cron','2021-03-02 00:18:40','2021-03-01 16:18:40'),(132115,46950,'action created','2021-03-02 00:18:40','2021-03-01 16:18:40'),(132116,46950,'action started via WP Cron','2021-03-02 00:22:04','2021-03-01 16:22:04'),(132117,46950,'action complete via WP Cron','2021-03-02 00:22:04','2021-03-01 16:22:04'),(132118,46951,'action created','2021-03-02 00:22:04','2021-03-01 16:22:04'),(132119,46951,'action started via WP Cron','2021-03-02 00:23:05','2021-03-01 16:23:05'),(132120,46951,'action complete via WP Cron','2021-03-02 00:23:05','2021-03-01 16:23:05'),(132121,46952,'action created','2021-03-02 00:23:05','2021-03-01 16:23:05'),(132122,46952,'action started via WP Cron','2021-03-02 00:35:39','2021-03-01 16:35:39'),(132123,46952,'action complete via WP Cron','2021-03-02 00:35:39','2021-03-01 16:35:39'),(132124,46953,'action created','2021-03-02 00:35:39','2021-03-01 16:35:39'),(132125,46953,'action started via WP Cron','2021-03-02 00:37:50','2021-03-01 16:37:50'),(132126,46953,'action complete via WP Cron','2021-03-02 00:37:50','2021-03-01 16:37:50'),(132127,46954,'action created','2021-03-02 00:37:50','2021-03-01 16:37:50'),(132128,46954,'action started via WP Cron','2021-03-02 00:43:13','2021-03-01 16:43:13'),(132129,46954,'action complete via WP Cron','2021-03-02 00:43:13','2021-03-01 16:43:13'),(132130,46955,'action created','2021-03-02 00:43:13','2021-03-01 16:43:13'),(132131,46955,'action started via WP Cron','2021-03-02 00:44:20','2021-03-01 16:44:20'),(132132,46955,'action complete via WP Cron','2021-03-02 00:44:20','2021-03-01 16:44:20'),(132133,46956,'action created','2021-03-02 00:44:20','2021-03-01 16:44:20'),(132134,46956,'action started via WP Cron','2021-03-02 00:45:22','2021-03-01 16:45:22'),(132135,46956,'action complete via WP Cron','2021-03-02 00:45:22','2021-03-01 16:45:22'),(132136,46957,'action created','2021-03-02 00:45:22','2021-03-01 16:45:22'),(132137,46957,'action started via WP Cron','2021-03-02 00:47:23','2021-03-01 16:47:23'),(132138,46957,'action complete via WP Cron','2021-03-02 00:47:23','2021-03-01 16:47:23'),(132139,46958,'action created','2021-03-02 00:47:23','2021-03-01 16:47:23'),(132140,46958,'action started via WP Cron','2021-03-02 00:48:24','2021-03-01 16:48:24'),(132141,46958,'action complete via WP Cron','2021-03-02 00:48:24','2021-03-01 16:48:24'),(132142,46959,'action created','2021-03-02 00:48:24','2021-03-01 16:48:24'),(132143,46959,'action started via WP Cron','2021-03-02 00:49:25','2021-03-01 16:49:25'),(132144,46959,'action complete via WP Cron','2021-03-02 00:49:25','2021-03-01 16:49:25'),(132145,46960,'action created','2021-03-02 00:49:25','2021-03-01 16:49:25'),(132146,46960,'action started via WP Cron','2021-03-02 00:51:19','2021-03-01 16:51:19'),(132147,46960,'action complete via WP Cron','2021-03-02 00:51:19','2021-03-01 16:51:19'),(132148,46961,'action created','2021-03-02 00:51:19','2021-03-01 16:51:19'),(132149,46961,'action started via WP Cron','2021-03-02 00:53:11','2021-03-01 16:53:11'),(132150,46961,'action complete via WP Cron','2021-03-02 00:53:11','2021-03-01 16:53:11'),(132151,46962,'action created','2021-03-02 00:53:11','2021-03-01 16:53:11'),(132152,46962,'action started via WP Cron','2021-03-02 00:57:49','2021-03-01 16:57:49'),(132153,46962,'action complete via WP Cron','2021-03-02 00:57:49','2021-03-01 16:57:49'),(132154,46963,'action created','2021-03-02 00:57:50','2021-03-01 16:57:50'),(132155,46963,'action started via WP Cron','2021-03-02 01:09:11','2021-03-01 17:09:11'),(132156,46963,'action complete via WP Cron','2021-03-02 01:09:11','2021-03-01 17:09:11'),(132157,46964,'action created','2021-03-02 01:09:11','2021-03-01 17:09:11'),(132158,46964,'action started via WP Cron','2021-03-02 01:10:25','2021-03-01 17:10:25'),(132159,46964,'action complete via WP Cron','2021-03-02 01:10:25','2021-03-01 17:10:25'),(132160,46965,'action created','2021-03-02 01:10:25','2021-03-01 17:10:25'),(132161,46965,'action started via WP Cron','2021-03-02 01:13:49','2021-03-01 17:13:49'),(132162,46965,'action complete via WP Cron','2021-03-02 01:13:49','2021-03-01 17:13:49'),(132163,46966,'action created','2021-03-02 01:13:50','2021-03-01 17:13:50'),(132164,46966,'action started via WP Cron','2021-03-02 01:15:34','2021-03-01 17:15:34'),(132165,46966,'action complete via WP Cron','2021-03-02 01:15:34','2021-03-01 17:15:34'),(132166,46967,'action created','2021-03-02 01:15:34','2021-03-01 17:15:34'),(132167,46967,'action started via WP Cron','2021-03-02 01:24:01','2021-03-01 17:24:01'),(132168,46967,'action complete via WP Cron','2021-03-02 01:24:01','2021-03-01 17:24:01'),(132169,46968,'action created','2021-03-02 01:24:01','2021-03-01 17:24:01'),(132170,46968,'action started via WP Cron','2021-03-02 01:25:24','2021-03-01 17:25:24'),(132171,46968,'action complete via WP Cron','2021-03-02 01:25:24','2021-03-01 17:25:24'),(132172,46969,'action created','2021-03-02 01:25:24','2021-03-01 17:25:24'),(132173,46969,'action started via WP Cron','2021-03-02 01:26:32','2021-03-01 17:26:32'),(132174,46969,'action complete via WP Cron','2021-03-02 01:26:32','2021-03-01 17:26:32'),(132175,46970,'action created','2021-03-02 01:26:32','2021-03-01 17:26:32'),(132176,46970,'action started via WP Cron','2021-03-02 01:26:43','2021-03-01 17:26:43'),(132177,46970,'action complete via WP Cron','2021-03-02 01:26:43','2021-03-01 17:26:43'),(132178,46971,'action created','2021-03-02 01:26:44','2021-03-01 17:26:44'),(132179,46971,'action started via WP Cron','2021-03-02 01:30:58','2021-03-01 17:30:58'),(132180,46971,'action complete via WP Cron','2021-03-02 01:30:58','2021-03-01 17:30:58'),(132181,46972,'action created','2021-03-02 01:30:58','2021-03-01 17:30:58'),(132182,46972,'action started via WP Cron','2021-03-02 01:32:04','2021-03-01 17:32:04'),(132183,46972,'action complete via WP Cron','2021-03-02 01:32:04','2021-03-01 17:32:04'),(132184,46973,'action created','2021-03-02 01:32:04','2021-03-01 17:32:04'),(132185,46973,'action started via WP Cron','2021-03-02 01:33:05','2021-03-01 17:33:05'),(132186,46973,'action complete via WP Cron','2021-03-02 01:33:05','2021-03-01 17:33:05'),(132187,46974,'action created','2021-03-02 01:33:05','2021-03-01 17:33:05'),(132188,46974,'action started via WP Cron','2021-03-02 01:35:07','2021-03-01 17:35:07'),(132189,46974,'action complete via WP Cron','2021-03-02 01:35:07','2021-03-01 17:35:07'),(132190,46975,'action created','2021-03-02 01:35:07','2021-03-01 17:35:07'),(132191,46975,'action started via WP Cron','2021-03-02 01:36:08','2021-03-01 17:36:08'),(132192,46975,'action complete via WP Cron','2021-03-02 01:36:08','2021-03-01 17:36:08'),(132193,46976,'action created','2021-03-02 01:36:08','2021-03-01 17:36:08'),(132194,46976,'action started via WP Cron','2021-03-02 01:37:09','2021-03-01 17:37:09'),(132195,46976,'action complete via WP Cron','2021-03-02 01:37:09','2021-03-01 17:37:09'),(132196,46977,'action created','2021-03-02 01:37:09','2021-03-01 17:37:09'),(132197,46977,'action started via WP Cron','2021-03-02 01:39:40','2021-03-01 17:39:40'),(132198,46977,'action complete via WP Cron','2021-03-02 01:39:40','2021-03-01 17:39:40'),(132199,46978,'action created','2021-03-02 01:39:41','2021-03-01 17:39:41'),(132200,46978,'action started via WP Cron','2021-03-02 01:42:23','2021-03-01 17:42:23'),(132201,46978,'action complete via WP Cron','2021-03-02 01:42:23','2021-03-01 17:42:23'),(132202,46979,'action created','2021-03-02 01:42:23','2021-03-01 17:42:23'),(132203,46979,'action started via WP Cron','2021-03-02 01:47:08','2021-03-01 17:47:08'),(132204,46979,'action complete via WP Cron','2021-03-02 01:47:08','2021-03-01 17:47:08'),(132205,46980,'action created','2021-03-02 01:47:08','2021-03-01 17:47:08'),(132206,46980,'action started via WP Cron','2021-03-02 01:52:37','2021-03-01 17:52:37'),(132207,46980,'action complete via WP Cron','2021-03-02 01:52:37','2021-03-01 17:52:37'),(132208,46981,'action created','2021-03-02 01:52:37','2021-03-01 17:52:37'),(132209,46981,'action started via WP Cron','2021-03-02 01:53:44','2021-03-01 17:53:44'),(132210,46981,'action complete via WP Cron','2021-03-02 01:53:44','2021-03-01 17:53:44'),(132211,46982,'action created','2021-03-02 01:53:44','2021-03-01 17:53:44'),(132212,46982,'action started via WP Cron','2021-03-02 01:54:44','2021-03-01 17:54:44'),(132213,46982,'action complete via WP Cron','2021-03-02 01:54:44','2021-03-01 17:54:44'),(132214,46983,'action created','2021-03-02 01:54:45','2021-03-01 17:54:45'),(132215,46983,'action started via WP Cron','2021-03-02 01:56:09','2021-03-01 17:56:09'),(132216,46983,'action complete via WP Cron','2021-03-02 01:56:09','2021-03-01 17:56:09'),(132217,46984,'action created','2021-03-02 01:56:10','2021-03-01 17:56:10'),(132218,46984,'action started via WP Cron','2021-03-02 01:56:46','2021-03-01 17:56:46'),(132219,46984,'action complete via WP Cron','2021-03-02 01:56:46','2021-03-01 17:56:46'),(132220,46985,'action created','2021-03-02 01:56:47','2021-03-01 17:56:47'),(132221,46985,'action started via WP Cron','2021-03-02 01:57:47','2021-03-01 17:57:47'),(132222,46985,'action complete via WP Cron','2021-03-02 01:57:47','2021-03-01 17:57:47'),(132223,46986,'action created','2021-03-02 01:57:47','2021-03-01 17:57:47'),(132224,46986,'action started via WP Cron','2021-03-02 02:03:53','2021-03-01 18:03:53'),(132225,46986,'action complete via WP Cron','2021-03-02 02:03:53','2021-03-01 18:03:53'),(132226,46987,'action created','2021-03-02 02:03:53','2021-03-01 18:03:53'),(132227,46987,'action started via WP Cron','2021-03-02 02:06:33','2021-03-01 18:06:33'),(132228,46987,'action complete via WP Cron','2021-03-02 02:06:33','2021-03-01 18:06:33'),(132229,46988,'action created','2021-03-02 02:06:33','2021-03-01 18:06:33'),(132230,46988,'action started via WP Cron','2021-03-02 02:08:27','2021-03-01 18:08:27'),(132231,46988,'action complete via WP Cron','2021-03-02 02:08:27','2021-03-01 18:08:27'),(132232,46989,'action created','2021-03-02 02:08:27','2021-03-01 18:08:27'),(132233,46989,'action started via WP Cron','2021-03-02 02:12:40','2021-03-01 18:12:40'),(132234,46989,'action complete via WP Cron','2021-03-02 02:12:40','2021-03-01 18:12:40'),(132235,46990,'action created','2021-03-02 02:12:40','2021-03-01 18:12:40'),(132236,46990,'action started via WP Cron','2021-03-02 02:27:39','2021-03-01 18:27:39'),(132237,46990,'action complete via WP Cron','2021-03-02 02:27:39','2021-03-01 18:27:39'),(132238,46991,'action created','2021-03-02 02:27:39','2021-03-01 18:27:39'),(132239,46991,'action started via WP Cron','2021-03-02 02:28:11','2021-03-01 18:28:11'),(132240,46991,'action complete via WP Cron','2021-03-02 02:28:11','2021-03-01 18:28:11'),(132241,46992,'action created','2021-03-02 02:28:11','2021-03-01 18:28:11'),(132242,46992,'action started via WP Cron','2021-03-02 02:29:13','2021-03-01 18:29:13'),(132243,46992,'action complete via WP Cron','2021-03-02 02:29:13','2021-03-01 18:29:13'),(132244,46993,'action created','2021-03-02 02:29:13','2021-03-01 18:29:13'),(132245,46993,'action started via WP Cron','2021-03-02 02:30:08','2021-03-01 18:30:08'),(132246,46993,'action complete via WP Cron','2021-03-02 02:30:08','2021-03-01 18:30:08'),(132247,46994,'action created','2021-03-02 02:30:08','2021-03-01 18:30:08'),(132248,46994,'action started via WP Cron','2021-03-02 02:34:12','2021-03-01 18:34:12'),(132249,46994,'action complete via WP Cron','2021-03-02 02:34:12','2021-03-01 18:34:12'),(132250,46995,'action created','2021-03-02 02:34:12','2021-03-01 18:34:12'),(132251,46995,'action started via WP Cron','2021-03-02 02:35:21','2021-03-01 18:35:21'),(132252,46995,'action complete via WP Cron','2021-03-02 02:35:21','2021-03-01 18:35:21'),(132253,46996,'action created','2021-03-02 02:35:21','2021-03-01 18:35:21'),(132254,46996,'action started via WP Cron','2021-03-02 02:36:22','2021-03-01 18:36:22'),(132255,46996,'action complete via WP Cron','2021-03-02 02:36:22','2021-03-01 18:36:22'),(132256,46997,'action created','2021-03-02 02:36:22','2021-03-01 18:36:22'),(132257,46997,'action started via WP Cron','2021-03-02 02:37:23','2021-03-01 18:37:23'),(132258,46997,'action complete via WP Cron','2021-03-02 02:37:23','2021-03-01 18:37:23'),(132259,46998,'action created','2021-03-02 02:37:23','2021-03-01 18:37:23'),(132260,46998,'action started via WP Cron','2021-03-02 02:38:09','2021-03-01 18:38:09'),(132261,46998,'action complete via WP Cron','2021-03-02 02:38:09','2021-03-01 18:38:09'),(132262,46999,'action created','2021-03-02 02:38:09','2021-03-01 18:38:09'),(132263,46999,'action started via WP Cron','2021-03-02 02:39:10','2021-03-01 18:39:10'),(132264,46999,'action complete via WP Cron','2021-03-02 02:39:10','2021-03-01 18:39:10'),(132265,47000,'action created','2021-03-02 02:39:10','2021-03-01 18:39:10'),(132266,47000,'action started via WP Cron','2021-03-02 02:40:11','2021-03-01 18:40:11'),(132267,47000,'action complete via WP Cron','2021-03-02 02:40:11','2021-03-01 18:40:11'),(132268,47001,'action created','2021-03-02 02:40:11','2021-03-01 18:40:11'),(132269,47001,'action started via WP Cron','2021-03-02 02:45:37','2021-03-01 18:45:37'),(132270,47001,'action complete via WP Cron','2021-03-02 02:45:37','2021-03-01 18:45:37'),(132271,47002,'action created','2021-03-02 02:45:37','2021-03-01 18:45:37'),(132272,47002,'action started via WP Cron','2021-03-02 02:49:44','2021-03-01 18:49:44'),(132273,47002,'action complete via WP Cron','2021-03-02 02:49:44','2021-03-01 18:49:44'),(132274,47003,'action created','2021-03-02 02:49:44','2021-03-01 18:49:44'),(132275,47003,'action started via WP Cron','2021-03-02 02:52:05','2021-03-01 18:52:05'),(132276,47003,'action complete via WP Cron','2021-03-02 02:52:05','2021-03-01 18:52:05'),(132277,47004,'action created','2021-03-02 02:52:05','2021-03-01 18:52:05'),(132278,47004,'action started via WP Cron','2021-03-02 02:55:42','2021-03-01 18:55:42'),(132279,47004,'action complete via WP Cron','2021-03-02 02:55:42','2021-03-01 18:55:42'),(132280,47005,'action created','2021-03-02 02:55:42','2021-03-01 18:55:42'),(132281,47005,'action started via WP Cron','2021-03-02 02:58:29','2021-03-01 18:58:29'),(132282,47005,'action complete via WP Cron','2021-03-02 02:58:29','2021-03-01 18:58:29'),(132283,47006,'action created','2021-03-02 02:58:29','2021-03-01 18:58:29'),(132284,47006,'action started via WP Cron','2021-03-02 03:00:47','2021-03-01 19:00:47'),(132285,47006,'action complete via WP Cron','2021-03-02 03:00:47','2021-03-01 19:00:47'),(132286,47007,'action created','2021-03-02 03:03:11','2021-03-01 19:03:11'),(132287,47007,'action started via WP Cron','2021-03-02 03:04:31','2021-03-01 19:04:31'),(132288,47007,'action complete via WP Cron','2021-03-02 03:04:31','2021-03-01 19:04:31'),(132289,47008,'action created','2021-03-02 03:04:31','2021-03-01 19:04:31'),(132290,47008,'action started via WP Cron','2021-03-02 03:06:00','2021-03-01 19:06:00'),(132291,47008,'action complete via WP Cron','2021-03-02 03:06:00','2021-03-01 19:06:00'),(132292,47009,'action created','2021-03-02 03:06:00','2021-03-01 19:06:00'),(132293,47009,'action started via WP Cron','2021-03-02 03:07:31','2021-03-01 19:07:31'),(132294,47009,'action complete via WP Cron','2021-03-02 03:07:31','2021-03-01 19:07:31'),(132295,47010,'action created','2021-03-02 03:07:31','2021-03-01 19:07:31'),(132296,47010,'action started via WP Cron','2021-03-02 03:09:07','2021-03-01 19:09:07'),(132297,47010,'action complete via WP Cron','2021-03-02 03:09:07','2021-03-01 19:09:07'),(132298,47011,'action created','2021-03-02 03:09:07','2021-03-01 19:09:07'),(132299,47011,'action started via WP Cron','2021-03-02 03:10:32','2021-03-01 19:10:32'),(132300,47011,'action complete via WP Cron','2021-03-02 03:10:32','2021-03-01 19:10:32'),(132301,47012,'action created','2021-03-02 03:10:32','2021-03-01 19:10:32'),(132302,47012,'action started via WP Cron','2021-03-02 03:12:40','2021-03-01 19:12:40'),(132303,47012,'action complete via WP Cron','2021-03-02 03:12:40','2021-03-01 19:12:40'),(132304,47013,'action created','2021-03-02 03:12:40','2021-03-01 19:12:40'),(132305,47013,'action started via WP Cron','2021-03-02 03:13:45','2021-03-01 19:13:45'),(132306,47013,'action complete via WP Cron','2021-03-02 03:13:45','2021-03-01 19:13:45'),(132307,47014,'action created','2021-03-02 03:14:44','2021-03-01 19:14:44'),(132308,47014,'action started via WP Cron','2021-03-02 03:15:54','2021-03-01 19:15:54'),(132309,47014,'action complete via WP Cron','2021-03-02 03:15:54','2021-03-01 19:15:54'),(132310,47015,'action created','2021-03-02 03:15:55','2021-03-01 19:15:55'),(132311,47015,'action started via WP Cron','2021-03-02 03:18:39','2021-03-01 19:18:39'),(132312,47015,'action complete via WP Cron','2021-03-02 03:18:39','2021-03-01 19:18:39'),(132313,47016,'action created','2021-03-02 03:18:39','2021-03-01 19:18:39'),(132314,47016,'action started via WP Cron','2021-03-02 03:30:06','2021-03-01 19:30:06'),(132315,47016,'action complete via WP Cron','2021-03-02 03:30:06','2021-03-01 19:30:06'),(132316,47017,'action created','2021-03-02 03:30:06','2021-03-01 19:30:06'),(132317,47017,'action started via WP Cron','2021-03-02 03:31:31','2021-03-01 19:31:31'),(132318,47017,'action complete via WP Cron','2021-03-02 03:31:31','2021-03-01 19:31:31'),(132319,47018,'action created','2021-03-02 03:31:31','2021-03-01 19:31:31'),(132320,47018,'action started via WP Cron','2021-03-02 03:31:50','2021-03-01 19:31:50'),(132321,47018,'action complete via WP Cron','2021-03-02 03:31:50','2021-03-01 19:31:50'),(132322,47019,'action created','2021-03-02 03:31:50','2021-03-01 19:31:50'),(132323,47019,'action started via WP Cron','2021-03-02 03:32:41','2021-03-01 19:32:41'),(132324,47019,'action complete via WP Cron','2021-03-02 03:32:41','2021-03-01 19:32:41'),(132325,47020,'action created','2021-03-02 03:32:52','2021-03-01 19:32:52'),(132326,47020,'action started via WP Cron','2021-03-02 03:35:04','2021-03-01 19:35:04'),(132327,47020,'action complete via WP Cron','2021-03-02 03:35:04','2021-03-01 19:35:04'),(132328,47021,'action created','2021-03-02 03:35:04','2021-03-01 19:35:04'),(132329,47021,'action started via WP Cron','2021-03-02 03:35:57','2021-03-01 19:35:57'),(132330,47021,'action complete via WP Cron','2021-03-02 03:35:57','2021-03-01 19:35:57'),(132331,47022,'action created','2021-03-02 03:35:57','2021-03-01 19:35:57'),(132332,47022,'action started via WP Cron','2021-03-02 03:38:46','2021-03-01 19:38:46'),(132333,47022,'action complete via WP Cron','2021-03-02 03:38:46','2021-03-01 19:38:46'),(132334,47023,'action created','2021-03-02 03:38:46','2021-03-01 19:38:46'),(132335,47023,'action started via WP Cron','2021-03-02 03:41:10','2021-03-01 19:41:10'),(132336,47023,'action complete via WP Cron','2021-03-02 03:41:10','2021-03-01 19:41:10'),(132337,47024,'action created','2021-03-02 03:41:11','2021-03-01 19:41:11'),(132338,47024,'action started via WP Cron','2021-03-02 03:42:11','2021-03-01 19:42:11'),(132339,47024,'action complete via WP Cron','2021-03-02 03:42:11','2021-03-01 19:42:11'),(132340,47025,'action created','2021-03-02 03:42:12','2021-03-01 19:42:12'),(132341,47025,'action started via WP Cron','2021-03-02 03:43:12','2021-03-01 19:43:12'),(132342,47025,'action complete via WP Cron','2021-03-02 03:43:12','2021-03-01 19:43:12'),(132343,47026,'action created','2021-03-02 03:43:13','2021-03-01 19:43:13'),(132344,47026,'action started via WP Cron','2021-03-02 03:45:14','2021-03-01 19:45:14'),(132345,47026,'action complete via WP Cron','2021-03-02 03:45:14','2021-03-01 19:45:14'),(132346,47027,'action created','2021-03-02 03:45:15','2021-03-01 19:45:15'),(132347,47027,'action started via WP Cron','2021-03-02 03:46:00','2021-03-01 19:46:00'),(132348,47027,'action complete via WP Cron','2021-03-02 03:46:00','2021-03-01 19:46:00'),(132349,47028,'action created','2021-03-02 03:46:00','2021-03-01 19:46:00'),(132350,47028,'action started via WP Cron','2021-03-02 03:55:45','2021-03-01 19:55:45'),(132351,47028,'action complete via WP Cron','2021-03-02 03:55:45','2021-03-01 19:55:45'),(132352,47029,'action created','2021-03-02 03:55:45','2021-03-01 19:55:45'),(132353,47029,'action started via WP Cron','2021-03-02 04:05:55','2021-03-01 20:05:55'),(132354,47029,'action complete via WP Cron','2021-03-02 04:05:55','2021-03-01 20:05:55'),(132355,47030,'action created','2021-03-02 04:05:55','2021-03-01 20:05:55'),(132356,47030,'action started via WP Cron','2021-03-02 04:07:16','2021-03-01 20:07:16'),(132357,47030,'action complete via WP Cron','2021-03-02 04:07:16','2021-03-01 20:07:16'),(132358,47031,'action created','2021-03-02 04:07:16','2021-03-01 20:07:16'),(132359,47031,'action started via WP Cron','2021-03-02 04:08:47','2021-03-01 20:08:47'),(132360,47031,'action complete via WP Cron','2021-03-02 04:08:47','2021-03-01 20:08:47'),(132361,47032,'action created','2021-03-02 04:08:47','2021-03-01 20:08:47'),(132362,47032,'action started via WP Cron','2021-03-02 04:15:43','2021-03-01 20:15:43'),(132363,47032,'action complete via WP Cron','2021-03-02 04:15:43','2021-03-01 20:15:43'),(132364,47033,'action created','2021-03-02 04:15:43','2021-03-01 20:15:43'),(132365,47033,'action started via WP Cron','2021-03-02 04:16:44','2021-03-01 20:16:44'),(132366,47033,'action complete via WP Cron','2021-03-02 04:16:44','2021-03-01 20:16:44'),(132367,47034,'action created','2021-03-02 04:16:44','2021-03-01 20:16:44'),(132368,47034,'action started via WP Cron','2021-03-02 04:17:45','2021-03-01 20:17:45'),(132369,47034,'action complete via WP Cron','2021-03-02 04:17:45','2021-03-01 20:17:45'),(132370,47035,'action created','2021-03-02 04:17:45','2021-03-01 20:17:45'),(132371,47035,'action started via WP Cron','2021-03-02 04:19:47','2021-03-01 20:19:47'),(132372,47035,'action complete via WP Cron','2021-03-02 04:19:47','2021-03-01 20:19:47'),(132373,47036,'action created','2021-03-02 04:19:48','2021-03-01 20:19:48'),(132374,47036,'action started via WP Cron','2021-03-02 04:20:48','2021-03-01 20:20:48'),(132375,47036,'action complete via WP Cron','2021-03-02 04:20:48','2021-03-01 20:20:48'),(132376,47037,'action created','2021-03-02 04:20:48','2021-03-01 20:20:48'),(132377,47037,'action started via WP Cron','2021-03-02 04:27:31','2021-03-01 20:27:31'),(132378,47037,'action complete via WP Cron','2021-03-02 04:27:31','2021-03-01 20:27:31'),(132379,47038,'action created','2021-03-02 04:27:31','2021-03-01 20:27:31'),(132380,47038,'action started via WP Cron','2021-03-02 04:32:19','2021-03-01 20:32:19'),(132381,47038,'action complete via WP Cron','2021-03-02 04:32:19','2021-03-01 20:32:19'),(132382,47039,'action created','2021-03-02 04:32:20','2021-03-01 20:32:20'),(132383,47039,'action started via WP Cron','2021-03-02 04:36:36','2021-03-01 20:36:36'),(132384,47039,'action complete via WP Cron','2021-03-02 04:36:36','2021-03-01 20:36:36'),(132385,47040,'action created','2021-03-02 04:36:37','2021-03-01 20:36:37'),(132386,47040,'action started via WP Cron','2021-03-02 04:39:04','2021-03-01 20:39:04'),(132387,47040,'action complete via WP Cron','2021-03-02 04:39:04','2021-03-01 20:39:04'),(132388,47041,'action created','2021-03-02 04:39:04','2021-03-01 20:39:04'),(132389,47041,'action started via WP Cron','2021-03-02 04:40:01','2021-03-01 20:40:01'),(132390,47041,'action complete via WP Cron','2021-03-02 04:40:01','2021-03-01 20:40:01'),(132391,47042,'action created','2021-03-02 04:40:01','2021-03-01 20:40:01'),(132392,47042,'action started via WP Cron','2021-03-02 04:40:42','2021-03-01 20:40:42'),(132393,47042,'action complete via WP Cron','2021-03-02 04:40:42','2021-03-01 20:40:42'),(132394,47043,'action created','2021-03-02 04:40:42','2021-03-01 20:40:42'),(132395,47043,'action started via WP Cron','2021-03-02 04:41:43','2021-03-01 20:41:43'),(132396,47043,'action complete via WP Cron','2021-03-02 04:41:43','2021-03-01 20:41:43'),(132397,47044,'action created','2021-03-02 04:41:43','2021-03-01 20:41:43'),(132398,47044,'action started via WP Cron','2021-03-02 04:42:44','2021-03-01 20:42:44'),(132399,47044,'action complete via WP Cron','2021-03-02 04:42:44','2021-03-01 20:42:44'),(132400,47045,'action created','2021-03-02 04:42:44','2021-03-01 20:42:44'),(132401,47045,'action started via WP Cron','2021-03-02 04:43:47','2021-03-01 20:43:47'),(132402,47045,'action complete via WP Cron','2021-03-02 04:43:47','2021-03-01 20:43:47'),(132403,47046,'action created','2021-03-02 04:43:47','2021-03-01 20:43:47'),(132404,47046,'action started via WP Cron','2021-03-02 04:44:56','2021-03-01 20:44:56'),(132405,47046,'action complete via WP Cron','2021-03-02 04:44:56','2021-03-01 20:44:56'),(132406,47047,'action created','2021-03-02 04:44:56','2021-03-01 20:44:56'),(132407,47047,'action started via WP Cron','2021-03-02 04:45:43','2021-03-01 20:45:43'),(132408,47047,'action complete via WP Cron','2021-03-02 04:45:43','2021-03-01 20:45:43'),(132409,47048,'action created','2021-03-02 04:45:43','2021-03-01 20:45:43'),(132410,47048,'action started via WP Cron','2021-03-02 04:50:33','2021-03-01 20:50:33'),(132411,47048,'action complete via WP Cron','2021-03-02 04:50:33','2021-03-01 20:50:33'),(132412,47049,'action created','2021-03-02 04:50:33','2021-03-01 20:50:33'),(132413,47049,'action started via WP Cron','2021-03-02 04:51:42','2021-03-01 20:51:42'),(132414,47049,'action complete via WP Cron','2021-03-02 04:51:42','2021-03-01 20:51:42'),(132415,47050,'action created','2021-03-02 04:51:42','2021-03-01 20:51:42'),(132416,47050,'action started via WP Cron','2021-03-02 04:55:16','2021-03-01 20:55:16'),(132417,47050,'action complete via WP Cron','2021-03-02 04:55:16','2021-03-01 20:55:16'),(132418,47051,'action created','2021-03-02 04:55:16','2021-03-01 20:55:16'),(132419,47051,'action started via WP Cron','2021-03-02 04:57:03','2021-03-01 20:57:03'),(132420,47051,'action complete via WP Cron','2021-03-02 04:57:03','2021-03-01 20:57:03'),(132421,47052,'action created','2021-03-02 04:57:04','2021-03-01 20:57:04'),(132422,47052,'action started via WP Cron','2021-03-02 05:00:56','2021-03-01 21:00:56'),(132423,47052,'action complete via WP Cron','2021-03-02 05:00:56','2021-03-01 21:00:56'),(132424,47053,'action created','2021-03-02 05:00:56','2021-03-01 21:00:56'),(132425,47053,'action started via WP Cron','2021-03-02 05:01:58','2021-03-01 21:01:58'),(132426,47053,'action complete via WP Cron','2021-03-02 05:01:58','2021-03-01 21:01:58'),(132427,47054,'action created','2021-03-02 05:01:58','2021-03-01 21:01:58'),(132428,47054,'action started via WP Cron','2021-03-02 05:03:29','2021-03-01 21:03:29'),(132429,47054,'action complete via WP Cron','2021-03-02 05:03:29','2021-03-01 21:03:29'),(132430,47055,'action created','2021-03-02 05:03:29','2021-03-01 21:03:29'),(132431,47055,'action started via WP Cron','2021-03-02 05:03:45','2021-03-01 21:03:45'),(132432,47055,'action complete via WP Cron','2021-03-02 05:03:45','2021-03-01 21:03:45'),(132433,47056,'action created','2021-03-02 05:03:45','2021-03-01 21:03:45'),(132434,47056,'action started via WP Cron','2021-03-02 05:04:43','2021-03-01 21:04:43'),(132435,47056,'action complete via WP Cron','2021-03-02 05:04:43','2021-03-01 21:04:43'),(132436,47057,'action created','2021-03-02 05:04:43','2021-03-01 21:04:43'),(132437,47057,'action started via WP Cron','2021-03-02 05:05:59','2021-03-01 21:05:59'),(132438,47057,'action complete via WP Cron','2021-03-02 05:05:59','2021-03-01 21:05:59'),(132439,47058,'action created','2021-03-02 05:06:00','2021-03-01 21:06:00'),(132440,47058,'action started via WP Cron','2021-03-02 05:06:54','2021-03-01 21:06:54'),(132441,47058,'action complete via WP Cron','2021-03-02 05:06:54','2021-03-01 21:06:54'),(132442,47059,'action created','2021-03-02 05:06:54','2021-03-01 21:06:54'),(132443,47059,'action started via WP Cron','2021-03-02 05:07:48','2021-03-01 21:07:48'),(132444,47059,'action complete via WP Cron','2021-03-02 05:07:48','2021-03-01 21:07:48'),(132445,47060,'action created','2021-03-02 05:07:48','2021-03-01 21:07:48'),(132446,47060,'action started via WP Cron','2021-03-02 05:12:20','2021-03-01 21:12:20'),(132447,47060,'action complete via WP Cron','2021-03-02 05:12:20','2021-03-01 21:12:20'),(132448,47061,'action created','2021-03-02 05:12:20','2021-03-01 21:12:20'),(132449,47061,'action started via WP Cron','2021-03-02 05:13:11','2021-03-01 21:13:11'),(132450,47061,'action complete via WP Cron','2021-03-02 05:13:11','2021-03-01 21:13:11'),(132451,47062,'action created','2021-03-02 05:13:11','2021-03-01 21:13:11'),(132452,47062,'action started via WP Cron','2021-03-02 05:15:07','2021-03-01 21:15:07'),(132453,47062,'action complete via WP Cron','2021-03-02 05:15:07','2021-03-01 21:15:07'),(132454,47063,'action created','2021-03-02 05:15:07','2021-03-01 21:15:07'),(132455,47063,'action started via WP Cron','2021-03-02 05:18:44','2021-03-01 21:18:44'),(132456,47063,'action complete via WP Cron','2021-03-02 05:18:44','2021-03-01 21:18:44'),(132457,47064,'action created','2021-03-02 05:18:44','2021-03-01 21:18:44'),(132458,47064,'action started via WP Cron','2021-03-02 05:20:41','2021-03-01 21:20:41'),(132459,47064,'action complete via WP Cron','2021-03-02 05:20:41','2021-03-01 21:20:41'),(132460,47065,'action created','2021-03-02 05:20:41','2021-03-01 21:20:41'),(132461,47065,'action started via WP Cron','2021-03-02 05:22:04','2021-03-01 21:22:04'),(132462,47065,'action complete via WP Cron','2021-03-02 05:22:04','2021-03-01 21:22:04'),(132463,47066,'action created','2021-03-02 05:22:04','2021-03-01 21:22:04'),(132464,47066,'action started via WP Cron','2021-03-02 05:23:17','2021-03-01 21:23:17'),(132465,47066,'action complete via WP Cron','2021-03-02 05:23:17','2021-03-01 21:23:17'),(132466,47067,'action created','2021-03-02 05:27:28','2021-03-01 21:27:28'),(132467,47067,'action started via WP Cron','2021-03-02 05:28:47','2021-03-01 21:28:47'),(132468,47067,'action complete via WP Cron','2021-03-02 05:28:47','2021-03-01 21:28:47'),(132469,47068,'action created','2021-03-02 05:28:47','2021-03-01 21:28:47'),(132470,47068,'action started via WP Cron','2021-03-02 05:30:10','2021-03-01 21:30:10'),(132471,47068,'action complete via WP Cron','2021-03-02 05:30:10','2021-03-01 21:30:10'),(132472,47069,'action created','2021-03-02 05:30:10','2021-03-01 21:30:10'),(132473,47069,'action started via WP Cron','2021-03-02 05:32:35','2021-03-01 21:32:35'),(132474,47069,'action complete via WP Cron','2021-03-02 05:32:35','2021-03-01 21:32:35'),(132475,47070,'action created','2021-03-02 05:32:35','2021-03-01 21:32:35'),(132476,47070,'action started via WP Cron','2021-03-02 05:33:36','2021-03-01 21:33:36'),(132477,47070,'action complete via WP Cron','2021-03-02 05:33:36','2021-03-01 21:33:36'),(132478,47071,'action created','2021-03-02 05:33:36','2021-03-01 21:33:36'),(132479,47071,'action started via WP Cron','2021-03-02 05:33:46','2021-03-01 21:33:46'),(132480,47071,'action complete via WP Cron','2021-03-02 05:33:46','2021-03-01 21:33:46'),(132481,47072,'action created','2021-03-02 05:33:46','2021-03-01 21:33:46'),(132482,47072,'action started via WP Cron','2021-03-02 05:35:23','2021-03-01 21:35:23'),(132483,47072,'action complete via WP Cron','2021-03-02 05:35:23','2021-03-01 21:35:23'),(132484,47073,'action created','2021-03-02 05:35:23','2021-03-01 21:35:23'),(132485,47073,'action started via WP Cron','2021-03-02 05:36:33','2021-03-01 21:36:33'),(132486,47073,'action complete via WP Cron','2021-03-02 05:36:33','2021-03-01 21:36:33'),(132487,47074,'action created','2021-03-02 05:36:33','2021-03-01 21:36:33'),(132488,47074,'action started via WP Cron','2021-03-02 05:37:19','2021-03-01 21:37:19'),(132489,47074,'action complete via WP Cron','2021-03-02 05:37:19','2021-03-01 21:37:19'),(132490,47075,'action created','2021-03-02 05:37:19','2021-03-01 21:37:19'),(132491,47075,'action started via WP Cron','2021-03-02 05:38:12','2021-03-01 21:38:12'),(132492,47075,'action complete via WP Cron','2021-03-02 05:38:12','2021-03-01 21:38:12'),(132493,47076,'action created','2021-03-02 05:38:13','2021-03-01 21:38:13'),(132494,47076,'action started via WP Cron','2021-03-02 05:39:29','2021-03-01 21:39:29'),(132495,47076,'action complete via WP Cron','2021-03-02 05:39:29','2021-03-01 21:39:29'),(132496,47077,'action created','2021-03-02 05:39:29','2021-03-01 21:39:29'),(132497,47077,'action started via WP Cron','2021-03-02 05:44:28','2021-03-01 21:44:28'),(132498,47077,'action complete via WP Cron','2021-03-02 05:44:28','2021-03-01 21:44:28'),(132499,47078,'action created','2021-03-02 05:44:28','2021-03-01 21:44:28'),(132500,47078,'action started via WP Cron','2021-03-02 05:46:11','2021-03-01 21:46:11'),(132501,47078,'action complete via WP Cron','2021-03-02 05:46:11','2021-03-01 21:46:11'),(132502,47079,'action created','2021-03-02 05:46:11','2021-03-01 21:46:11'),(132503,46356,'action started via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132504,46356,'action complete via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132505,47080,'action created','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132506,47079,'action started via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132507,47079,'action complete via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132508,46357,'action started via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132509,46357,'action complete via WP Cron','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132510,47081,'action created','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132511,47082,'action created','2021-03-02 05:51:32','2021-03-01 21:51:32'),(132512,47082,'action started via WP Cron','2021-03-02 05:52:53','2021-03-01 21:52:53'),(132513,47082,'action complete via WP Cron','2021-03-02 05:52:53','2021-03-01 21:52:53'),(132514,47083,'action created','2021-03-02 05:52:53','2021-03-01 21:52:53'),(132515,47083,'action started via WP Cron','2021-03-02 05:54:32','2021-03-01 21:54:32'),(132516,47083,'action complete via WP Cron','2021-03-02 05:54:32','2021-03-01 21:54:32'),(132517,47084,'action created','2021-03-02 05:54:32','2021-03-01 21:54:32'),(132518,47084,'action started via WP Cron','2021-03-02 06:01:06','2021-03-01 22:01:06'),(132519,47084,'action complete via WP Cron','2021-03-02 06:01:06','2021-03-01 22:01:06'),(132520,47085,'action created','2021-03-02 06:01:06','2021-03-01 22:01:06'),(132521,47085,'action started via WP Cron','2021-03-02 06:02:56','2021-03-01 22:02:56'),(132522,47085,'action complete via WP Cron','2021-03-02 06:02:56','2021-03-01 22:02:56'),(132523,47086,'action created','2021-03-02 06:02:56','2021-03-01 22:02:56'),(132524,47086,'action started via WP Cron','2021-03-02 06:12:07','2021-03-01 22:12:07'),(132525,47086,'action complete via WP Cron','2021-03-02 06:12:07','2021-03-01 22:12:07'),(132526,47087,'action created','2021-03-02 06:12:13','2021-03-01 22:12:13'),(132527,47087,'action started via WP Cron','2021-03-02 06:13:12','2021-03-01 22:13:12'),(132528,47087,'action complete via WP Cron','2021-03-02 06:13:12','2021-03-01 22:13:12'),(132529,47088,'action created','2021-03-02 06:13:12','2021-03-01 22:13:12'),(132530,47088,'action started via WP Cron','2021-03-02 06:21:21','2021-03-01 22:21:21'),(132531,47088,'action complete via WP Cron','2021-03-02 06:21:21','2021-03-01 22:21:21'),(132532,47089,'action created','2021-03-02 06:21:21','2021-03-01 22:21:21'),(132533,47089,'action started via WP Cron','2021-03-02 06:23:56','2021-03-01 22:23:56'),(132534,47089,'action complete via WP Cron','2021-03-02 06:23:56','2021-03-01 22:23:56'),(132535,47090,'action created','2021-03-02 06:23:56','2021-03-01 22:23:56'),(132536,47090,'action started via WP Cron','2021-03-02 06:28:08','2021-03-01 22:28:08'),(132537,47090,'action complete via WP Cron','2021-03-02 06:28:08','2021-03-01 22:28:08'),(132538,47091,'action created','2021-03-02 06:28:08','2021-03-01 22:28:08'),(132539,47091,'action started via WP Cron','2021-03-02 06:33:40','2021-03-01 22:33:40'),(132540,47091,'action complete via WP Cron','2021-03-02 06:33:40','2021-03-01 22:33:40'),(132541,47092,'action created','2021-03-02 06:33:40','2021-03-01 22:33:40'),(132542,47092,'action started via WP Cron','2021-03-02 06:37:18','2021-03-01 22:37:18'),(132543,47092,'action complete via WP Cron','2021-03-02 06:37:18','2021-03-01 22:37:18'),(132544,47093,'action created','2021-03-02 06:37:18','2021-03-01 22:37:18'),(132545,47093,'action started via WP Cron','2021-03-02 06:37:56','2021-03-01 22:37:56'),(132546,47093,'action complete via WP Cron','2021-03-02 06:37:56','2021-03-01 22:37:56'),(132547,47094,'action created','2021-03-02 06:37:56','2021-03-01 22:37:56'),(132548,47094,'action started via WP Cron','2021-03-02 06:39:37','2021-03-01 22:39:37'),(132549,47094,'action complete via WP Cron','2021-03-02 06:39:37','2021-03-01 22:39:37'),(132550,47095,'action created','2021-03-02 06:39:38','2021-03-01 22:39:38'),(132551,47095,'action started via WP Cron','2021-03-02 06:42:54','2021-03-01 22:42:54'),(132552,47095,'action complete via WP Cron','2021-03-02 06:42:54','2021-03-01 22:42:54'),(132553,47096,'action created','2021-03-02 06:42:54','2021-03-01 22:42:54'),(132554,47096,'action started via WP Cron','2021-03-02 06:45:22','2021-03-01 22:45:22'),(132555,47096,'action complete via WP Cron','2021-03-02 06:45:22','2021-03-01 22:45:22'),(132556,47097,'action created','2021-03-02 06:45:22','2021-03-01 22:45:22'),(132557,47097,'action started via WP Cron','2021-03-02 06:47:06','2021-03-01 22:47:06'),(132558,47097,'action complete via WP Cron','2021-03-02 06:47:06','2021-03-01 22:47:06'),(132559,47098,'action created','2021-03-02 06:47:06','2021-03-01 22:47:06'),(132560,47098,'action started via WP Cron','2021-03-02 06:47:45','2021-03-01 22:47:45'),(132561,47098,'action complete via WP Cron','2021-03-02 06:47:45','2021-03-01 22:47:45'),(132562,47099,'action created','2021-03-02 06:47:45','2021-03-01 22:47:45'),(132563,47099,'action started via WP Cron','2021-03-02 06:49:21','2021-03-01 22:49:21'),(132564,47099,'action complete via WP Cron','2021-03-02 06:49:21','2021-03-01 22:49:21'),(132565,47100,'action created','2021-03-02 06:49:21','2021-03-01 22:49:21'),(132566,47100,'action started via WP Cron','2021-03-02 06:49:59','2021-03-01 22:49:59'),(132567,47100,'action complete via WP Cron','2021-03-02 06:49:59','2021-03-01 22:49:59'),(132568,47101,'action created','2021-03-02 06:49:59','2021-03-01 22:49:59'),(132569,47101,'action started via WP Cron','2021-03-02 06:53:10','2021-03-01 22:53:10'),(132570,47101,'action complete via WP Cron','2021-03-02 06:53:10','2021-03-01 22:53:10'),(132571,47102,'action created','2021-03-02 06:53:10','2021-03-01 22:53:10'),(132572,47102,'action started via WP Cron','2021-03-02 06:56:14','2021-03-01 22:56:14'),(132573,47102,'action complete via WP Cron','2021-03-02 06:56:14','2021-03-01 22:56:14'),(132574,47103,'action created','2021-03-02 06:56:30','2021-03-01 22:56:30'),(132575,47103,'action started via WP Cron','2021-03-02 06:57:40','2021-03-01 22:57:40'),(132576,47103,'action complete via WP Cron','2021-03-02 06:57:40','2021-03-01 22:57:40'),(132577,47104,'action created','2021-03-02 06:57:40','2021-03-01 22:57:40'),(132578,47104,'action started via WP Cron','2021-03-02 06:58:40','2021-03-01 22:58:40'),(132579,47104,'action complete via WP Cron','2021-03-02 06:58:40','2021-03-01 22:58:40'),(132580,47105,'action created','2021-03-02 06:58:40','2021-03-01 22:58:40'),(132581,47105,'action started via WP Cron','2021-03-02 07:00:43','2021-03-01 23:00:43'),(132582,47105,'action complete via WP Cron','2021-03-02 07:00:43','2021-03-01 23:00:43'),(132583,47106,'action created','2021-03-02 07:00:55','2021-03-01 23:00:55'),(132584,47106,'action started via WP Cron','2021-03-02 07:01:44','2021-03-01 23:01:44'),(132585,47106,'action complete via WP Cron','2021-03-02 07:01:44','2021-03-01 23:01:44'),(132586,47107,'action created','2021-03-02 07:01:44','2021-03-01 23:01:44'),(132587,47107,'action started via WP Cron','2021-03-02 07:04:33','2021-03-01 23:04:33'),(132588,47107,'action complete via WP Cron','2021-03-02 07:04:33','2021-03-01 23:04:33'),(132589,47108,'action created','2021-03-02 07:04:33','2021-03-01 23:04:33'),(132590,47108,'action started via WP Cron','2021-03-02 07:07:25','2021-03-01 23:07:25'),(132591,47108,'action complete via WP Cron','2021-03-02 07:07:25','2021-03-01 23:07:25'),(132592,47109,'action created','2021-03-02 07:07:25','2021-03-01 23:07:25'),(132593,47109,'action started via WP Cron','2021-03-02 07:08:38','2021-03-01 23:08:38'),(132594,47109,'action complete via WP Cron','2021-03-02 07:08:38','2021-03-01 23:08:38'),(132595,47110,'action created','2021-03-02 07:08:38','2021-03-01 23:08:38'),(132596,47110,'action started via WP Cron','2021-03-02 07:09:52','2021-03-01 23:09:52'),(132597,47110,'action complete via WP Cron','2021-03-02 07:09:52','2021-03-01 23:09:52'),(132598,47111,'action created','2021-03-02 07:09:52','2021-03-01 23:09:52'),(132599,47111,'action started via WP Cron','2021-03-02 07:10:58','2021-03-01 23:10:58'),(132600,47111,'action complete via WP Cron','2021-03-02 07:10:58','2021-03-01 23:10:58'),(132601,47112,'action created','2021-03-02 07:10:58','2021-03-01 23:10:58'),(132602,47112,'action started via WP Cron','2021-03-02 07:12:50','2021-03-01 23:12:50'),(132603,47112,'action complete via WP Cron','2021-03-02 07:12:50','2021-03-01 23:12:50'),(132604,47113,'action created','2021-03-02 07:12:50','2021-03-01 23:12:50'),(132605,47113,'action started via WP Cron','2021-03-02 07:16:04','2021-03-01 23:16:04'),(132606,47113,'action complete via WP Cron','2021-03-02 07:16:04','2021-03-01 23:16:04'),(132607,47114,'action created','2021-03-02 07:16:04','2021-03-01 23:16:04'),(132608,47114,'action started via WP Cron','2021-03-02 07:20:56','2021-03-01 23:20:56'),(132609,47114,'action complete via WP Cron','2021-03-02 07:20:56','2021-03-01 23:20:56'),(132610,47115,'action created','2021-03-02 07:20:56','2021-03-01 23:20:56'),(132611,47115,'action started via WP Cron','2021-03-02 07:27:06','2021-03-01 23:27:06'),(132612,47115,'action complete via WP Cron','2021-03-02 07:27:06','2021-03-01 23:27:06'),(132613,47116,'action created','2021-03-02 07:27:06','2021-03-01 23:27:06'),(132614,47116,'action started via WP Cron','2021-03-02 07:30:20','2021-03-01 23:30:20'),(132615,47116,'action complete via WP Cron','2021-03-02 07:30:20','2021-03-01 23:30:20'),(132616,46444,'action started via WP Cron','2021-03-02 07:30:20','2021-03-01 23:30:20'),(132617,46444,'action complete via WP Cron','2021-03-02 07:30:20','2021-03-01 23:30:20'),(132619,47118,'action created','2021-03-02 07:30:20','2021-03-01 23:30:20'),(132620,47118,'action started via WP Cron','2021-03-02 07:30:41','2021-03-01 23:30:41'),(132621,47118,'action complete via WP Cron','2021-03-02 07:30:41','2021-03-01 23:30:41'),(132622,47119,'action created','2021-03-02 07:30:41','2021-03-01 23:30:41'),(132623,47119,'action started via WP Cron','2021-03-02 07:31:43','2021-03-01 23:31:43'),(132624,47119,'action complete via WP Cron','2021-03-02 07:31:43','2021-03-01 23:31:43'),(132625,47120,'action created','2021-03-02 07:31:43','2021-03-01 23:31:43'),(132626,47120,'action started via WP Cron','2021-03-02 07:32:44','2021-03-01 23:32:44'),(132627,47120,'action complete via WP Cron','2021-03-02 07:32:44','2021-03-01 23:32:44'),(132628,47121,'action created','2021-03-02 07:32:44','2021-03-01 23:32:44'),(132629,47121,'action started via WP Cron','2021-03-02 07:34:46','2021-03-01 23:34:46'),(132630,47121,'action complete via WP Cron','2021-03-02 07:34:46','2021-03-01 23:34:46'),(132631,47122,'action created','2021-03-02 07:34:46','2021-03-01 23:34:46'),(132632,47122,'action started via WP Cron','2021-03-02 07:35:47','2021-03-01 23:35:47'),(132633,47122,'action complete via WP Cron','2021-03-02 07:35:47','2021-03-01 23:35:47'),(132634,47123,'action created','2021-03-02 07:35:48','2021-03-01 23:35:48'),(132635,47123,'action started via WP Cron','2021-03-02 07:36:48','2021-03-01 23:36:48'),(132636,47123,'action complete via WP Cron','2021-03-02 07:36:48','2021-03-01 23:36:48'),(132637,47124,'action created','2021-03-02 07:36:48','2021-03-01 23:36:48'),(132638,47124,'action started via WP Cron','2021-03-02 07:37:43','2021-03-01 23:37:43'),(132639,47124,'action complete via WP Cron','2021-03-02 07:37:43','2021-03-01 23:37:43'),(132640,47125,'action created','2021-03-02 07:37:44','2021-03-01 23:37:44'),(132641,47125,'action started via WP Cron','2021-03-02 07:38:57','2021-03-01 23:38:57'),(132642,47125,'action complete via WP Cron','2021-03-02 07:38:57','2021-03-01 23:38:57'),(132643,47126,'action created','2021-03-02 07:38:57','2021-03-01 23:38:57'),(132644,47126,'action started via WP Cron','2021-03-02 07:40:16','2021-03-01 23:40:16'),(132645,47126,'action complete via WP Cron','2021-03-02 07:40:16','2021-03-01 23:40:16'),(132646,47127,'action created','2021-03-02 07:40:16','2021-03-01 23:40:16'),(132647,47127,'action started via WP Cron','2021-03-02 07:40:48','2021-03-01 23:40:48'),(132648,47127,'action complete via WP Cron','2021-03-02 07:40:48','2021-03-01 23:40:48'),(132649,47128,'action created','2021-03-02 07:40:48','2021-03-01 23:40:48'),(132650,47128,'action started via WP Cron','2021-03-02 07:43:51','2021-03-01 23:43:51'),(132651,47128,'action complete via WP Cron','2021-03-02 07:43:51','2021-03-01 23:43:51'),(132652,47129,'action created','2021-03-02 07:43:51','2021-03-01 23:43:51'),(132653,47129,'action started via WP Cron','2021-03-02 07:45:26','2021-03-01 23:45:26'),(132654,47129,'action complete via WP Cron','2021-03-02 07:45:26','2021-03-01 23:45:26'),(132655,47130,'action created','2021-03-02 07:45:27','2021-03-01 23:45:27'),(132656,47130,'action started via WP Cron','2021-03-02 07:45:45','2021-03-01 23:45:45'),(132657,47130,'action complete via WP Cron','2021-03-02 07:45:45','2021-03-01 23:45:45'),(132658,47131,'action created','2021-03-02 07:45:46','2021-03-01 23:45:46'),(132659,47131,'action started via WP Cron','2021-03-02 07:47:29','2021-03-01 23:47:29'),(132660,47131,'action complete via WP Cron','2021-03-02 07:47:29','2021-03-01 23:47:29'),(132661,47132,'action created','2021-03-02 07:47:29','2021-03-01 23:47:29'),(132662,47132,'action started via WP Cron','2021-03-02 07:48:31','2021-03-01 23:48:31'),(132663,47132,'action complete via WP Cron','2021-03-02 07:48:31','2021-03-01 23:48:31'),(132664,47133,'action created','2021-03-02 07:49:41','2021-03-01 23:49:41'),(132665,47133,'action started via WP Cron','2021-03-02 07:51:18','2021-03-01 23:51:18'),(132666,47133,'action complete via WP Cron','2021-03-02 07:51:18','2021-03-01 23:51:18'),(132667,47134,'action created','2021-03-02 07:51:18','2021-03-01 23:51:18'),(132668,47134,'action started via WP Cron','2021-03-02 07:52:45','2021-03-01 23:52:45'),(132669,47134,'action complete via WP Cron','2021-03-02 07:52:45','2021-03-01 23:52:45'),(132670,47135,'action created','2021-03-02 07:52:46','2021-03-01 23:52:46'),(132671,47135,'action started via WP Cron','2021-03-02 07:54:41','2021-03-01 23:54:41'),(132672,47135,'action complete via WP Cron','2021-03-02 07:54:41','2021-03-01 23:54:41'),(132673,47136,'action created','2021-03-02 07:54:41','2021-03-01 23:54:41'),(132674,47136,'action started via WP Cron','2021-03-02 07:57:37','2021-03-01 23:57:37'),(132675,47136,'action complete via WP Cron','2021-03-02 07:57:37','2021-03-01 23:57:37'),(132676,47137,'action created','2021-03-02 07:57:38','2021-03-01 23:57:38'),(132677,47137,'action started via WP Cron','2021-03-02 08:00:20','2021-03-02 00:00:20'),(132678,47137,'action complete via WP Cron','2021-03-02 08:00:20','2021-03-02 00:00:20'),(132679,47138,'action created','2021-03-02 08:00:20','2021-03-02 00:00:20'),(132680,47138,'action started via WP Cron','2021-03-02 08:01:35','2021-03-02 00:01:35'),(132681,47138,'action complete via WP Cron','2021-03-02 08:01:35','2021-03-02 00:01:35'),(132682,47139,'action created','2021-03-02 08:01:35','2021-03-02 00:01:35'),(132683,47139,'action started via WP Cron','2021-03-02 08:01:49','2021-03-02 00:01:49'),(132684,47139,'action complete via WP Cron','2021-03-02 08:01:49','2021-03-02 00:01:49'),(132685,47140,'action created','2021-03-02 08:01:50','2021-03-02 00:01:50'),(132686,47140,'action started via WP Cron','2021-03-02 08:02:50','2021-03-02 00:02:50'),(132687,47140,'action complete via WP Cron','2021-03-02 08:02:50','2021-03-02 00:02:50'),(132688,47141,'action created','2021-03-02 08:02:50','2021-03-02 00:02:50'),(132689,47141,'action started via WP Cron','2021-03-02 08:03:44','2021-03-02 00:03:44'),(132690,47141,'action complete via WP Cron','2021-03-02 08:03:44','2021-03-02 00:03:44'),(132691,47142,'action created','2021-03-02 08:03:44','2021-03-02 00:03:44'),(132692,47142,'action started via WP Cron','2021-03-02 08:04:49','2021-03-02 00:04:49'),(132693,47142,'action complete via WP Cron','2021-03-02 08:04:49','2021-03-02 00:04:49'),(132694,47143,'action created','2021-03-02 08:04:49','2021-03-02 00:04:49'),(132695,47143,'action started via WP Cron','2021-03-02 08:05:44','2021-03-02 00:05:44'),(132696,47143,'action complete via WP Cron','2021-03-02 08:05:44','2021-03-02 00:05:44'),(132697,47144,'action created','2021-03-02 08:05:44','2021-03-02 00:05:44'),(132698,47144,'action started via WP Cron','2021-03-02 08:10:20','2021-03-02 00:10:20'),(132699,47144,'action complete via WP Cron','2021-03-02 08:10:20','2021-03-02 00:10:20'),(132700,47145,'action created','2021-03-02 08:10:20','2021-03-02 00:10:20'),(132701,47145,'action started via WP Cron','2021-03-02 08:11:21','2021-03-02 00:11:21'),(132702,47145,'action complete via WP Cron','2021-03-02 08:11:21','2021-03-02 00:11:21'),(132703,47146,'action created','2021-03-02 08:11:21','2021-03-02 00:11:21'),(132704,47146,'action started via WP Cron','2021-03-02 08:12:21','2021-03-02 00:12:21'),(132705,47146,'action complete via WP Cron','2021-03-02 08:12:21','2021-03-02 00:12:21'),(132706,47147,'action created','2021-03-02 08:12:21','2021-03-02 00:12:21'),(132707,47147,'action started via WP Cron','2021-03-02 08:14:23','2021-03-02 00:14:23'),(132708,47147,'action complete via WP Cron','2021-03-02 08:14:23','2021-03-02 00:14:23'),(132709,47148,'action created','2021-03-02 08:14:23','2021-03-02 00:14:23'),(132710,47148,'action started via WP Cron','2021-03-02 08:15:14','2021-03-02 00:15:14'),(132711,47148,'action complete via WP Cron','2021-03-02 08:15:14','2021-03-02 00:15:14'),(132712,47149,'action created','2021-03-02 08:15:14','2021-03-02 00:15:14'),(132713,47149,'action started via WP Cron','2021-03-02 08:15:48','2021-03-02 00:15:48'),(132714,47149,'action complete via WP Cron','2021-03-02 08:15:48','2021-03-02 00:15:48'),(132715,47150,'action created','2021-03-02 08:15:48','2021-03-02 00:15:48'),(132716,47150,'action started via WP Cron','2021-03-02 08:17:40','2021-03-02 00:17:40'),(132717,47150,'action complete via WP Cron','2021-03-02 08:17:40','2021-03-02 00:17:40'),(132718,47151,'action created','2021-03-02 08:17:40','2021-03-02 00:17:40'),(132719,47151,'action started via WP Cron','2021-03-02 08:19:46','2021-03-02 00:19:46'),(132720,47151,'action complete via WP Cron','2021-03-02 08:19:46','2021-03-02 00:19:46'),(132721,47152,'action created','2021-03-02 08:19:46','2021-03-02 00:19:46'),(132722,47152,'action started via WP Cron','2021-03-02 08:21:53','2021-03-02 00:21:53'),(132723,47152,'action complete via WP Cron','2021-03-02 08:21:53','2021-03-02 00:21:53'),(132724,47153,'action created','2021-03-02 08:21:53','2021-03-02 00:21:53'),(132725,47153,'action started via WP Cron','2021-03-02 08:22:56','2021-03-02 00:22:56'),(132726,47153,'action complete via WP Cron','2021-03-02 08:22:56','2021-03-02 00:22:56'),(132727,47154,'action created','2021-03-02 08:22:56','2021-03-02 00:22:56'),(132728,47154,'action started via WP Cron','2021-03-02 08:24:12','2021-03-02 00:24:12'),(132729,47154,'action complete via WP Cron','2021-03-02 08:24:12','2021-03-02 00:24:12'),(132730,47155,'action created','2021-03-02 08:24:12','2021-03-02 00:24:12'),(132731,47155,'action started via WP Cron','2021-03-02 08:24:54','2021-03-02 00:24:54'),(132732,47155,'action complete via WP Cron','2021-03-02 08:24:54','2021-03-02 00:24:54'),(132733,47156,'action created','2021-03-02 08:24:54','2021-03-02 00:24:54'),(132734,47156,'action started via Async Request','2021-03-02 08:25:29','2021-03-02 00:25:29'),(132735,47156,'action complete via Async Request','2021-03-02 08:25:29','2021-03-02 00:25:29'),(132736,47157,'action created','2021-03-02 08:25:33','2021-03-02 00:25:33'),(132737,47157,'action started via WP Cron','2021-03-02 08:25:46','2021-03-02 00:25:46'),(132738,47157,'action complete via WP Cron','2021-03-02 08:25:46','2021-03-02 00:25:46'),(132739,47158,'action created','2021-03-02 08:25:46','2021-03-02 00:25:46'),(132740,47158,'action started via WP Cron','2021-03-02 08:26:52','2021-03-02 00:26:52'),(132741,47158,'action complete via WP Cron','2021-03-02 08:26:52','2021-03-02 00:26:52'),(132742,47159,'action created','2021-03-02 08:26:52','2021-03-02 00:26:52'),(132743,47159,'action started via WP Cron','2021-03-02 08:27:41','2021-03-02 00:27:41'),(132744,47159,'action complete via WP Cron','2021-03-02 08:27:41','2021-03-02 00:27:41'),(132745,47160,'action created','2021-03-02 08:27:41','2021-03-02 00:27:41'),(132746,47160,'action started via WP Cron','2021-03-02 08:35:45','2021-03-02 00:35:45'),(132747,47160,'action complete via WP Cron','2021-03-02 08:35:45','2021-03-02 00:35:45'),(132748,47161,'action created','2021-03-02 08:35:45','2021-03-02 00:35:45'),(132749,47161,'action started via WP Cron','2021-03-02 08:39:04','2021-03-02 00:39:04'),(132750,47161,'action complete via WP Cron','2021-03-02 08:39:04','2021-03-02 00:39:04'),(132751,47162,'action created','2021-03-02 08:39:04','2021-03-02 00:39:04'),(132752,47162,'action started via WP Cron','2021-03-02 08:42:24','2021-03-02 00:42:24'),(132753,47162,'action complete via WP Cron','2021-03-02 08:42:24','2021-03-02 00:42:24'),(132754,47163,'action created','2021-03-02 08:42:25','2021-03-02 00:42:25'),(132755,47163,'action started via WP Cron','2021-03-02 08:42:50','2021-03-02 00:42:50'),(132756,47163,'action complete via WP Cron','2021-03-02 08:42:50','2021-03-02 00:42:50'),(132757,47164,'action created','2021-03-02 08:42:50','2021-03-02 00:42:50'),(132758,47164,'action started via WP Cron','2021-03-02 08:44:33','2021-03-02 00:44:33'),(132759,47164,'action complete via WP Cron','2021-03-02 08:44:33','2021-03-02 00:44:33'),(132760,47165,'action created','2021-03-02 08:44:34','2021-03-02 00:44:34'),(132761,47165,'action started via WP Cron','2021-03-02 08:45:34','2021-03-02 00:45:34'),(132762,47165,'action complete via WP Cron','2021-03-02 08:45:34','2021-03-02 00:45:34'),(132763,47166,'action created','2021-03-02 08:45:34','2021-03-02 00:45:34'),(132764,47166,'action started via WP Cron','2021-03-02 08:46:36','2021-03-02 00:46:36'),(132765,47166,'action complete via WP Cron','2021-03-02 08:46:36','2021-03-02 00:46:36'),(132766,47167,'action created','2021-03-02 08:46:36','2021-03-02 00:46:36'),(132767,47167,'action started via WP Cron','2021-03-02 08:49:22','2021-03-02 00:49:22'),(132768,47167,'action complete via WP Cron','2021-03-02 08:49:22','2021-03-02 00:49:22'),(132769,47168,'action created','2021-03-02 08:49:22','2021-03-02 00:49:22'),(132773,47169,'action started via WP Cron','2021-03-02 08:52:35','2021-03-02 00:52:35'),(132774,47169,'action complete via WP Cron','2021-03-02 08:52:35','2021-03-02 00:52:35'),(132775,47170,'action created','2021-03-02 08:52:35','2021-03-02 00:52:35'),(132776,47170,'action started via WP Cron','2021-03-02 08:53:49','2021-03-02 00:53:49'),(132777,47170,'action complete via WP Cron','2021-03-02 08:53:49','2021-03-02 00:53:49'),(132778,47171,'action created','2021-03-02 08:53:49','2021-03-02 00:53:49'),(132779,47171,'action started via WP Cron','2021-03-02 09:01:51','2021-03-02 01:01:51'),(132780,47171,'action complete via WP Cron','2021-03-02 09:01:51','2021-03-02 01:01:51'),(132781,47172,'action created','2021-03-02 09:01:51','2021-03-02 01:01:51'),(132782,47172,'action started via WP Cron','2021-03-02 09:02:57','2021-03-02 01:02:57'),(132783,47172,'action complete via WP Cron','2021-03-02 09:02:57','2021-03-02 01:02:57'),(132784,47173,'action created','2021-03-02 09:02:57','2021-03-02 01:02:57'),(132785,47173,'action started via WP Cron','2021-03-02 09:03:59','2021-03-02 01:03:59'),(132786,47173,'action complete via WP Cron','2021-03-02 09:03:59','2021-03-02 01:03:59'),(132787,47174,'action created','2021-03-02 09:03:59','2021-03-02 01:03:59'),(132788,47174,'action started via WP Cron','2021-03-02 09:04:54','2021-03-02 01:04:54'),(132789,47174,'action complete via WP Cron','2021-03-02 09:04:54','2021-03-02 01:04:54'),(132790,47175,'action created','2021-03-02 09:04:55','2021-03-02 01:04:55'),(132791,47175,'action started via WP Cron','2021-03-02 09:06:01','2021-03-02 01:06:01'),(132792,47175,'action complete via WP Cron','2021-03-02 09:06:01','2021-03-02 01:06:01'),(132793,47176,'action created','2021-03-02 09:07:01','2021-03-02 01:07:01'),(132794,47176,'action started via WP Cron','2021-03-02 09:08:03','2021-03-02 01:08:03'),(132795,47176,'action complete via WP Cron','2021-03-02 09:08:03','2021-03-02 01:08:03'),(132796,47177,'action created','2021-03-02 09:08:03','2021-03-02 01:08:03'),(132797,47177,'action started via WP Cron','2021-03-02 09:12:30','2021-03-02 01:12:30'),(132798,47177,'action complete via WP Cron','2021-03-02 09:12:30','2021-03-02 01:12:30'),(132799,47178,'action created','2021-03-02 09:12:30','2021-03-02 01:12:30'),(132800,47178,'action started via WP Cron','2021-03-02 09:13:31','2021-03-02 01:13:31'),(132801,47178,'action complete via WP Cron','2021-03-02 09:13:31','2021-03-02 01:13:31'),(132802,47179,'action created','2021-03-02 09:13:31','2021-03-02 01:13:31'),(132803,47179,'action started via WP Cron','2021-03-02 09:14:34','2021-03-02 01:14:34'),(132804,47179,'action complete via WP Cron','2021-03-02 09:14:34','2021-03-02 01:14:34'),(132805,47180,'action created','2021-03-02 09:14:34','2021-03-02 01:14:34'),(132806,47180,'action started via WP Cron','2021-03-02 09:17:10','2021-03-02 01:17:10'),(132807,47180,'action complete via WP Cron','2021-03-02 09:17:10','2021-03-02 01:17:10'),(132808,47181,'action created','2021-03-02 09:17:10','2021-03-02 01:17:10'),(132809,47181,'action started via WP Cron','2021-03-02 09:18:03','2021-03-02 01:18:03'),(132810,47181,'action complete via WP Cron','2021-03-02 09:18:03','2021-03-02 01:18:03'),(132811,47182,'action created','2021-03-02 09:18:04','2021-03-02 01:18:04'),(132812,47182,'action started via WP Cron','2021-03-02 09:28:24','2021-03-02 01:28:24'),(132813,47182,'action complete via WP Cron','2021-03-02 09:28:24','2021-03-02 01:28:24'),(132814,47183,'action created','2021-03-02 09:28:25','2021-03-02 01:28:25'),(132815,47183,'action started via WP Cron','2021-03-02 09:29:10','2021-03-02 01:29:10'),(132816,47183,'action complete via WP Cron','2021-03-02 09:29:10','2021-03-02 01:29:10'),(132817,47184,'action created','2021-03-02 09:29:10','2021-03-02 01:29:10'),(132818,47184,'action started via WP Cron','2021-03-02 09:30:11','2021-03-02 01:30:11'),(132819,47184,'action complete via WP Cron','2021-03-02 09:30:11','2021-03-02 01:30:11'),(132820,47185,'action created','2021-03-02 09:30:11','2021-03-02 01:30:11'),(132821,47185,'action started via WP Cron','2021-03-02 09:31:16','2021-03-02 01:31:16'),(132822,47185,'action complete via WP Cron','2021-03-02 09:31:16','2021-03-02 01:31:16'),(132823,47186,'action created','2021-03-02 09:31:17','2021-03-02 01:31:17'),(132824,47186,'action started via WP Cron','2021-03-02 09:31:53','2021-03-02 01:31:53'),(132825,47186,'action complete via WP Cron','2021-03-02 09:31:53','2021-03-02 01:31:53'),(132826,47187,'action created','2021-03-02 09:31:53','2021-03-02 01:31:53'),(132827,47187,'action started via WP Cron','2021-03-02 09:33:14','2021-03-02 01:33:14'),(132828,47187,'action complete via WP Cron','2021-03-02 09:33:14','2021-03-02 01:33:14'),(132829,47188,'action created','2021-03-02 09:33:14','2021-03-02 01:33:14'),(132830,47188,'action started via WP Cron','2021-03-02 09:34:01','2021-03-02 01:34:01'),(132831,47188,'action complete via WP Cron','2021-03-02 09:34:01','2021-03-02 01:34:01'),(132832,47189,'action created','2021-03-02 09:34:01','2021-03-02 01:34:01'),(132833,47189,'action started via WP Cron','2021-03-02 09:35:49','2021-03-02 01:35:49'),(132834,47189,'action complete via WP Cron','2021-03-02 09:35:49','2021-03-02 01:35:49'),(132835,47190,'action created','2021-03-02 09:35:49','2021-03-02 01:35:49'),(132836,47190,'action started via WP Cron','2021-03-02 09:37:02','2021-03-02 01:37:02'),(132837,47190,'action complete via WP Cron','2021-03-02 09:37:02','2021-03-02 01:37:02'),(132838,47191,'action created','2021-03-02 09:37:02','2021-03-02 01:37:02'),(132839,47191,'action started via WP Cron','2021-03-02 09:38:03','2021-03-02 01:38:03'),(132840,47191,'action complete via WP Cron','2021-03-02 09:38:03','2021-03-02 01:38:03'),(132841,47192,'action created','2021-03-02 09:38:04','2021-03-02 01:38:04'),(132842,47192,'action started via WP Cron','2021-03-02 09:39:04','2021-03-02 01:39:04'),(132843,47192,'action complete via WP Cron','2021-03-02 09:39:04','2021-03-02 01:39:04'),(132844,47193,'action created','2021-03-02 09:39:04','2021-03-02 01:39:04'),(132845,47193,'action started via WP Cron','2021-03-02 09:40:04','2021-03-02 01:40:04'),(132846,47193,'action complete via WP Cron','2021-03-02 09:40:04','2021-03-02 01:40:04'),(132847,47194,'action created','2021-03-02 09:40:04','2021-03-02 01:40:04'),(132848,47194,'action started via WP Cron','2021-03-02 09:45:47','2021-03-02 01:45:47'),(132849,47194,'action complete via WP Cron','2021-03-02 09:45:47','2021-03-02 01:45:47'),(132850,47195,'action created','2021-03-02 09:45:47','2021-03-02 01:45:47'),(132851,47195,'action started via WP Cron','2021-03-02 09:47:47','2021-03-02 01:47:47'),(132852,47195,'action complete via WP Cron','2021-03-02 09:47:47','2021-03-02 01:47:47'),(132853,47196,'action created','2021-03-02 09:47:47','2021-03-02 01:47:47'),(132854,47196,'action started via WP Cron','2021-03-02 09:48:55','2021-03-02 01:48:55'),(132855,47196,'action complete via WP Cron','2021-03-02 09:48:55','2021-03-02 01:48:55'),(132856,47197,'action created','2021-03-02 09:48:55','2021-03-02 01:48:55'),(132857,47197,'action started via WP Cron','2021-03-02 09:49:43','2021-03-02 01:49:43'),(132858,47197,'action complete via WP Cron','2021-03-02 09:49:43','2021-03-02 01:49:43'),(132859,47198,'action created','2021-03-02 09:49:43','2021-03-02 01:49:43'),(132860,47198,'action started via WP Cron','2021-03-02 09:50:58','2021-03-02 01:50:58'),(132861,47198,'action complete via WP Cron','2021-03-02 09:50:58','2021-03-02 01:50:58'),(132862,47199,'action created','2021-03-02 09:50:58','2021-03-02 01:50:58'),(132863,47199,'action started via WP Cron','2021-03-02 09:51:59','2021-03-02 01:51:59'),(132864,47199,'action complete via WP Cron','2021-03-02 09:51:59','2021-03-02 01:51:59'),(132865,47200,'action created','2021-03-02 09:51:59','2021-03-02 01:51:59'),(132866,47200,'action started via WP Cron','2021-03-02 09:53:01','2021-03-02 01:53:01'),(132867,47200,'action complete via WP Cron','2021-03-02 09:53:01','2021-03-02 01:53:01'),(132868,47201,'action created','2021-03-02 09:53:01','2021-03-02 01:53:01'),(132869,47201,'action started via WP Cron','2021-03-02 09:55:15','2021-03-02 01:55:15'),(132870,47201,'action complete via WP Cron','2021-03-02 09:55:15','2021-03-02 01:55:15'),(132871,47202,'action created','2021-03-02 09:55:15','2021-03-02 01:55:15'),(132872,47202,'action started via WP Cron','2021-03-02 09:57:43','2021-03-02 01:57:43'),(132873,47202,'action complete via WP Cron','2021-03-02 09:57:43','2021-03-02 01:57:43'),(132874,47203,'action created','2021-03-02 09:57:43','2021-03-02 01:57:43'),(132875,47203,'action started via WP Cron','2021-03-02 09:59:03','2021-03-02 01:59:03'),(132876,47203,'action complete via WP Cron','2021-03-02 09:59:03','2021-03-02 01:59:03'),(132877,47204,'action created','2021-03-02 09:59:03','2021-03-02 01:59:03'),(132878,47204,'action started via WP Cron','2021-03-02 10:04:03','2021-03-02 02:04:03'),(132879,47204,'action complete via WP Cron','2021-03-02 10:04:03','2021-03-02 02:04:03'),(132880,47205,'action created','2021-03-02 10:04:03','2021-03-02 02:04:03'),(132881,47205,'action started via WP Cron','2021-03-02 10:06:01','2021-03-02 02:06:01'),(132882,47205,'action complete via WP Cron','2021-03-02 10:06:01','2021-03-02 02:06:01'),(132883,47206,'action created','2021-03-02 10:06:02','2021-03-02 02:06:02'),(132884,47206,'action started via WP Cron','2021-03-02 10:07:07','2021-03-02 02:07:07'),(132885,47206,'action complete via WP Cron','2021-03-02 10:07:07','2021-03-02 02:07:07'),(132886,47207,'action created','2021-03-02 10:07:07','2021-03-02 02:07:07'),(132887,47207,'action started via WP Cron','2021-03-02 10:08:01','2021-03-02 02:08:01'),(132888,47207,'action complete via WP Cron','2021-03-02 10:08:01','2021-03-02 02:08:01'),(132889,47208,'action created','2021-03-02 10:08:01','2021-03-02 02:08:01'),(132890,47208,'action started via WP Cron','2021-03-02 10:09:02','2021-03-02 02:09:02'),(132891,47208,'action complete via WP Cron','2021-03-02 10:09:02','2021-03-02 02:09:02'),(132892,47209,'action created','2021-03-02 10:11:18','2021-03-02 02:11:18'),(132893,47209,'action started via WP Cron','2021-03-02 10:12:58','2021-03-02 02:12:58'),(132894,47209,'action complete via WP Cron','2021-03-02 10:12:58','2021-03-02 02:12:58'),(132895,47210,'action created','2021-03-02 10:12:59','2021-03-02 02:12:59'),(132896,47210,'action started via WP Cron','2021-03-02 10:14:46','2021-03-02 02:14:46'),(132897,47210,'action complete via WP Cron','2021-03-02 10:14:46','2021-03-02 02:14:46'),(132898,47211,'action created','2021-03-02 10:14:47','2021-03-02 02:14:47'),(132899,47211,'action started via WP Cron','2021-03-02 10:16:48','2021-03-02 02:16:48'),(132900,47211,'action complete via WP Cron','2021-03-02 10:16:48','2021-03-02 02:16:48'),(132901,47212,'action created','2021-03-02 10:16:48','2021-03-02 02:16:48'),(132902,47212,'action started via WP Cron','2021-03-02 10:17:42','2021-03-02 02:17:42'),(132903,47212,'action complete via WP Cron','2021-03-02 10:17:42','2021-03-02 02:17:42'),(132904,47213,'action created','2021-03-02 10:17:42','2021-03-02 02:17:42'),(132905,47213,'action started via WP Cron','2021-03-02 10:18:51','2021-03-02 02:18:51'),(132906,47213,'action complete via WP Cron','2021-03-02 10:18:51','2021-03-02 02:18:51'),(132907,47214,'action created','2021-03-02 10:18:51','2021-03-02 02:18:51'),(132908,47214,'action started via WP Cron','2021-03-02 10:22:37','2021-03-02 02:22:37'),(132909,47214,'action complete via WP Cron','2021-03-02 10:22:37','2021-03-02 02:22:37'),(132910,47215,'action created','2021-03-02 10:22:37','2021-03-02 02:22:37'),(132911,47215,'action started via WP Cron','2021-03-02 10:23:46','2021-03-02 02:23:46'),(132912,47215,'action complete via WP Cron','2021-03-02 10:23:46','2021-03-02 02:23:46'),(132913,47216,'action created','2021-03-02 10:23:46','2021-03-02 02:23:46'),(132914,47216,'action started via WP Cron','2021-03-02 10:24:46','2021-03-02 02:24:46'),(132915,47216,'action complete via WP Cron','2021-03-02 10:24:46','2021-03-02 02:24:46'),(132916,47217,'action created','2021-03-02 10:24:46','2021-03-02 02:24:46'),(132917,47217,'action started via WP Cron','2021-03-02 10:27:01','2021-03-02 02:27:01'),(132918,47217,'action complete via WP Cron','2021-03-02 10:27:01','2021-03-02 02:27:01'),(132919,47218,'action created','2021-03-02 10:27:02','2021-03-02 02:27:02'),(132920,47218,'action started via WP Cron','2021-03-02 10:27:41','2021-03-02 02:27:41'),(132921,47218,'action complete via WP Cron','2021-03-02 10:27:41','2021-03-02 02:27:41'),(132922,47219,'action created','2021-03-02 10:27:41','2021-03-02 02:27:41'),(132923,47219,'action started via WP Cron','2021-03-02 10:29:08','2021-03-02 02:29:08'),(132924,47219,'action complete via WP Cron','2021-03-02 10:29:08','2021-03-02 02:29:08'),(132925,47220,'action created','2021-03-02 10:29:08','2021-03-02 02:29:08'),(132926,47220,'action started via WP Cron','2021-03-02 10:31:10','2021-03-02 02:31:10'),(132927,47220,'action complete via WP Cron','2021-03-02 10:31:10','2021-03-02 02:31:10'),(132928,47221,'action created','2021-03-02 10:31:10','2021-03-02 02:31:10'),(132929,47221,'action started via WP Cron','2021-03-02 10:31:43','2021-03-02 02:31:43'),(132930,47221,'action complete via WP Cron','2021-03-02 10:31:43','2021-03-02 02:31:43'),(132931,47222,'action created','2021-03-02 10:31:44','2021-03-02 02:31:44'),(132932,47222,'action started via WP Cron','2021-03-02 10:33:07','2021-03-02 02:33:07'),(132933,47222,'action complete via WP Cron','2021-03-02 10:33:07','2021-03-02 02:33:07'),(132934,47223,'action created','2021-03-02 10:33:07','2021-03-02 02:33:07'),(132935,47223,'action started via WP Cron','2021-03-02 10:34:23','2021-03-02 02:34:23'),(132936,47223,'action complete via WP Cron','2021-03-02 10:34:23','2021-03-02 02:34:23'),(132937,47224,'action created','2021-03-02 10:34:23','2021-03-02 02:34:23'),(132941,47224,'action started via WP Cron','2021-03-02 10:36:41','2021-03-02 02:36:41'),(132942,47224,'action complete via WP Cron','2021-03-02 10:36:41','2021-03-02 02:36:41'),(132943,47226,'action created','2021-03-02 10:36:41','2021-03-02 02:36:41'),(132944,47226,'action started via WP Cron','2021-03-02 10:40:11','2021-03-02 02:40:11'),(132945,47226,'action complete via WP Cron','2021-03-02 10:40:11','2021-03-02 02:40:11'),(132946,47227,'action created','2021-03-02 10:40:11','2021-03-02 02:40:11'),(132947,47227,'action started via WP Cron','2021-03-02 10:41:12','2021-03-02 02:41:12'),(132948,47227,'action complete via WP Cron','2021-03-02 10:41:12','2021-03-02 02:41:12'),(132949,47228,'action created','2021-03-02 10:41:12','2021-03-02 02:41:12'),(132950,47228,'action started via WP Cron','2021-03-02 10:41:41','2021-03-02 02:41:41'),(132951,47228,'action complete via WP Cron','2021-03-02 10:41:41','2021-03-02 02:41:41'),(132952,47229,'action created','2021-03-02 10:41:41','2021-03-02 02:41:41'),(132953,47229,'action started via WP Cron','2021-03-02 10:43:52','2021-03-02 02:43:52'),(132954,47229,'action complete via WP Cron','2021-03-02 10:43:52','2021-03-02 02:43:52'),(132955,47230,'action created','2021-03-02 10:43:52','2021-03-02 02:43:52'),(132956,47230,'action started via WP Cron','2021-03-02 10:44:58','2021-03-02 02:44:58'),(132957,47230,'action complete via WP Cron','2021-03-02 10:44:58','2021-03-02 02:44:58'),(132958,47231,'action created','2021-03-02 10:44:58','2021-03-02 02:44:58'),(132959,47231,'action started via WP Cron','2021-03-02 10:45:59','2021-03-02 02:45:59'),(132960,47231,'action complete via WP Cron','2021-03-02 10:45:59','2021-03-02 02:45:59'),(132961,47232,'action created','2021-03-02 10:45:59','2021-03-02 02:45:59'),(132962,47232,'action started via WP Cron','2021-03-02 10:47:35','2021-03-02 02:47:35'),(132963,47232,'action complete via WP Cron','2021-03-02 10:47:35','2021-03-02 02:47:35'),(132964,47233,'action created','2021-03-02 10:47:35','2021-03-02 02:47:35'),(132965,47233,'action started via WP Cron','2021-03-02 10:48:35','2021-03-02 02:48:35'),(132966,47233,'action complete via WP Cron','2021-03-02 10:48:35','2021-03-02 02:48:35'),(132967,47234,'action created','2021-03-02 10:48:35','2021-03-02 02:48:35'),(132968,47234,'action started via WP Cron','2021-03-02 10:49:02','2021-03-02 02:49:02'),(132969,47234,'action complete via WP Cron','2021-03-02 10:49:02','2021-03-02 02:49:02'),(132970,47235,'action created','2021-03-02 10:49:02','2021-03-02 02:49:02'),(132971,47235,'action started via WP Cron','2021-03-02 10:51:03','2021-03-02 02:51:03'),(132972,47235,'action complete via WP Cron','2021-03-02 10:51:03','2021-03-02 02:51:03'),(132973,47236,'action created','2021-03-02 10:51:03','2021-03-02 02:51:03'),(132974,47236,'action started via WP Cron','2021-03-02 10:52:58','2021-03-02 02:52:58'),(132975,47236,'action complete via WP Cron','2021-03-02 10:52:58','2021-03-02 02:52:58'),(132976,47237,'action created','2021-03-02 10:52:58','2021-03-02 02:52:58'),(132977,47237,'action started via WP Cron','2021-03-02 10:54:03','2021-03-02 02:54:03'),(132978,47237,'action complete via WP Cron','2021-03-02 10:54:03','2021-03-02 02:54:03'),(132979,47238,'action created','2021-03-02 10:54:03','2021-03-02 02:54:03'),(132980,47238,'action started via WP Cron','2021-03-02 10:55:04','2021-03-02 02:55:04'),(132981,47238,'action complete via WP Cron','2021-03-02 10:55:04','2021-03-02 02:55:04'),(132982,47239,'action created','2021-03-02 10:55:05','2021-03-02 02:55:05'),(132983,47239,'action started via WP Cron','2021-03-02 10:56:12','2021-03-02 02:56:12'),(132984,47239,'action complete via WP Cron','2021-03-02 10:56:12','2021-03-02 02:56:12'),(132985,47240,'action created','2021-03-02 10:56:12','2021-03-02 02:56:12'),(132986,47240,'action started via WP Cron','2021-03-02 10:57:06','2021-03-02 02:57:06'),(132987,47240,'action complete via WP Cron','2021-03-02 10:57:06','2021-03-02 02:57:06'),(132988,47241,'action created','2021-03-02 10:57:06','2021-03-02 02:57:06'),(132989,47241,'action started via WP Cron','2021-03-02 10:58:07','2021-03-02 02:58:07'),(132990,47241,'action complete via WP Cron','2021-03-02 10:58:07','2021-03-02 02:58:07'),(132991,47242,'action created','2021-03-02 10:58:07','2021-03-02 02:58:07'),(132992,47242,'action started via WP Cron','2021-03-02 10:59:08','2021-03-02 02:59:08'),(132993,47242,'action complete via WP Cron','2021-03-02 10:59:08','2021-03-02 02:59:08'),(132994,47243,'action created','2021-03-02 10:59:08','2021-03-02 02:59:08'),(132995,47243,'action started via WP Cron','2021-03-02 11:10:03','2021-03-02 03:10:03'),(132996,47243,'action complete via WP Cron','2021-03-02 11:10:03','2021-03-02 03:10:03'),(132997,47244,'action created','2021-03-02 11:11:04','2021-03-02 03:11:04'),(132998,47244,'action started via WP Cron','2021-03-02 11:11:44','2021-03-02 03:11:44'),(132999,47244,'action complete via WP Cron','2021-03-02 11:11:44','2021-03-02 03:11:44'),(133000,47245,'action created','2021-03-02 11:11:44','2021-03-02 03:11:44'),(133001,47245,'action started via WP Cron','2021-03-02 11:14:06','2021-03-02 03:14:06'),(133002,47245,'action complete via WP Cron','2021-03-02 11:14:06','2021-03-02 03:14:06'),(133003,47246,'action created','2021-03-02 11:14:06','2021-03-02 03:14:06'),(133004,47246,'action started via WP Cron','2021-03-02 11:15:07','2021-03-02 03:15:07'),(133005,47246,'action complete via WP Cron','2021-03-02 11:15:07','2021-03-02 03:15:07'),(133006,47247,'action created','2021-03-02 11:15:07','2021-03-02 03:15:07'),(133007,47247,'action started via WP Cron','2021-03-02 11:16:34','2021-03-02 03:16:34'),(133008,47247,'action complete via WP Cron','2021-03-02 11:16:34','2021-03-02 03:16:34'),(133009,47248,'action created','2021-03-02 11:16:34','2021-03-02 03:16:34'),(133010,47248,'action started via WP Cron','2021-03-02 11:25:01','2021-03-02 03:25:01'),(133011,47248,'action complete via WP Cron','2021-03-02 11:25:01','2021-03-02 03:25:01'),(133012,47249,'action created','2021-03-02 11:25:01','2021-03-02 03:25:01'),(133013,47249,'action started via WP Cron','2021-03-02 11:26:01','2021-03-02 03:26:01'),(133014,47249,'action complete via WP Cron','2021-03-02 11:26:01','2021-03-02 03:26:01'),(133015,47250,'action created','2021-03-02 11:26:01','2021-03-02 03:26:01'),(133016,47250,'action started via WP Cron','2021-03-02 11:26:57','2021-03-02 03:26:57'),(133017,47250,'action complete via WP Cron','2021-03-02 11:26:57','2021-03-02 03:26:57'),(133018,47251,'action created','2021-03-02 11:26:57','2021-03-02 03:26:57'),(133019,47251,'action started via WP Cron','2021-03-02 11:29:15','2021-03-02 03:29:15'),(133020,47251,'action complete via WP Cron','2021-03-02 11:29:15','2021-03-02 03:29:15'),(133021,47252,'action created','2021-03-02 11:29:16','2021-03-02 03:29:16'),(133022,47252,'action started via WP Cron','2021-03-02 11:32:20','2021-03-02 03:32:20'),(133023,47252,'action complete via WP Cron','2021-03-02 11:32:21','2021-03-02 03:32:21'),(133024,47253,'action created','2021-03-02 11:32:21','2021-03-02 03:32:21'),(133025,47253,'action started via WP Cron','2021-03-02 11:33:21','2021-03-02 03:33:21'),(133026,47253,'action complete via WP Cron','2021-03-02 11:33:21','2021-03-02 03:33:21'),(133027,47254,'action created','2021-03-02 11:33:21','2021-03-02 03:33:21'),(133028,47254,'action started via WP Cron','2021-03-02 11:34:23','2021-03-02 03:34:23'),(133029,47254,'action complete via WP Cron','2021-03-02 11:34:23','2021-03-02 03:34:23'),(133030,47255,'action created','2021-03-02 11:34:24','2021-03-02 03:34:24'),(133031,47255,'action started via WP Cron','2021-03-02 11:35:23','2021-03-02 03:35:23'),(133032,47255,'action complete via WP Cron','2021-03-02 11:35:23','2021-03-02 03:35:23'),(133033,47256,'action created','2021-03-02 11:35:23','2021-03-02 03:35:23'),(133034,47256,'action started via WP Cron','2021-03-02 11:36:24','2021-03-02 03:36:24'),(133035,47256,'action complete via WP Cron','2021-03-02 11:36:24','2021-03-02 03:36:24'),(133036,47257,'action created','2021-03-02 11:36:24','2021-03-02 03:36:24'),(133037,47257,'action started via WP Cron','2021-03-02 11:36:56','2021-03-02 03:36:56'),(133038,47257,'action complete via WP Cron','2021-03-02 11:36:56','2021-03-02 03:36:56'),(133039,47258,'action created','2021-03-02 11:36:56','2021-03-02 03:36:56'),(133040,47258,'action started via WP Cron','2021-03-02 11:40:07','2021-03-02 03:40:07'),(133041,47258,'action complete via WP Cron','2021-03-02 11:40:07','2021-03-02 03:40:07'),(133042,47259,'action created','2021-03-02 11:40:07','2021-03-02 03:40:07'),(133043,47259,'action started via WP Cron','2021-03-02 11:41:13','2021-03-02 03:41:13'),(133044,47259,'action complete via WP Cron','2021-03-02 11:41:13','2021-03-02 03:41:13'),(133045,47260,'action created','2021-03-02 11:41:13','2021-03-02 03:41:13'),(133046,47260,'action started via WP Cron','2021-03-02 11:41:54','2021-03-02 03:41:54'),(133047,47260,'action complete via WP Cron','2021-03-02 11:41:54','2021-03-02 03:41:54'),(133048,47261,'action created','2021-03-02 11:41:54','2021-03-02 03:41:54'),(133049,47261,'action started via WP Cron','2021-03-02 11:44:17','2021-03-02 03:44:17'),(133050,47261,'action complete via WP Cron','2021-03-02 11:44:17','2021-03-02 03:44:17'),(133051,47262,'action created','2021-03-02 11:46:18','2021-03-02 03:46:18'),(133052,47262,'action started via WP Cron','2021-03-02 11:47:20','2021-03-02 03:47:20'),(133053,47262,'action complete via WP Cron','2021-03-02 11:47:20','2021-03-02 03:47:20'),(133054,47263,'action created','2021-03-02 11:48:20','2021-03-02 03:48:20'),(133055,47263,'action started via WP Cron','2021-03-02 11:49:38','2021-03-02 03:49:38'),(133056,47263,'action complete via WP Cron','2021-03-02 11:49:38','2021-03-02 03:49:38'),(133057,47264,'action created','2021-03-02 11:49:38','2021-03-02 03:49:38'),(133058,47264,'action started via WP Cron','2021-03-02 11:50:36','2021-03-02 03:50:36'),(133059,47264,'action complete via WP Cron','2021-03-02 11:50:36','2021-03-02 03:50:36'),(133060,47265,'action created','2021-03-02 11:50:36','2021-03-02 03:50:36'),(133061,47265,'action started via WP Cron','2021-03-02 11:51:37','2021-03-02 03:51:37'),(133062,47265,'action complete via WP Cron','2021-03-02 11:51:37','2021-03-02 03:51:37'),(133063,47266,'action created','2021-03-02 11:51:37','2021-03-02 03:51:37'),(133064,47266,'action started via WP Cron','2021-03-02 11:52:31','2021-03-02 03:52:31'),(133065,47266,'action complete via WP Cron','2021-03-02 11:52:31','2021-03-02 03:52:31'),(133066,47267,'action created','2021-03-02 11:52:31','2021-03-02 03:52:31'),(133067,47267,'action started via WP Cron','2021-03-02 11:53:48','2021-03-02 03:53:48'),(133068,47267,'action complete via WP Cron','2021-03-02 11:53:48','2021-03-02 03:53:48'),(133069,47268,'action created','2021-03-02 11:53:48','2021-03-02 03:53:48'),(133070,47268,'action started via WP Cron','2021-03-02 11:55:24','2021-03-02 03:55:24'),(133071,47268,'action complete via WP Cron','2021-03-02 11:55:24','2021-03-02 03:55:24'),(133072,47269,'action created','2021-03-02 11:55:24','2021-03-02 03:55:24'),(133073,47269,'action started via WP Cron','2021-03-02 11:56:46','2021-03-02 03:56:46'),(133074,47269,'action complete via WP Cron','2021-03-02 11:56:46','2021-03-02 03:56:46'),(133075,47270,'action created','2021-03-02 11:56:47','2021-03-02 03:56:47'),(133076,47270,'action started via WP Cron','2021-03-02 11:59:12','2021-03-02 03:59:12'),(133077,47270,'action complete via WP Cron','2021-03-02 11:59:12','2021-03-02 03:59:12'),(133078,47271,'action created','2021-03-02 11:59:12','2021-03-02 03:59:12'),(133079,47271,'action started via WP Cron','2021-03-02 11:59:42','2021-03-02 03:59:42'),(133080,47271,'action complete via WP Cron','2021-03-02 11:59:42','2021-03-02 03:59:42'),(133081,47272,'action created','2021-03-02 11:59:42','2021-03-02 03:59:42'),(133082,47272,'action started via WP Cron','2021-03-02 12:01:29','2021-03-02 04:01:29'),(133083,47272,'action complete via WP Cron','2021-03-02 12:01:29','2021-03-02 04:01:29'),(133084,47273,'action created','2021-03-02 12:01:29','2021-03-02 04:01:29'),(133085,47273,'action started via WP Cron','2021-03-02 12:02:00','2021-03-02 04:02:00'),(133086,47273,'action complete via WP Cron','2021-03-02 12:02:00','2021-03-02 04:02:00'),(133087,47274,'action created','2021-03-02 12:02:00','2021-03-02 04:02:00'),(133088,47274,'action started via WP Cron','2021-03-02 12:03:04','2021-03-02 04:03:04'),(133089,47274,'action complete via WP Cron','2021-03-02 12:03:04','2021-03-02 04:03:04'),(133090,47275,'action created','2021-03-02 12:03:05','2021-03-02 04:03:05'),(133091,47275,'action started via WP Cron','2021-03-02 12:04:16','2021-03-02 04:04:16'),(133092,47275,'action complete via WP Cron','2021-03-02 12:04:16','2021-03-02 04:04:16'),(133093,47276,'action created','2021-03-02 12:04:16','2021-03-02 04:04:16'),(133094,47276,'action started via WP Cron','2021-03-02 12:06:14','2021-03-02 04:06:14'),(133095,47276,'action complete via WP Cron','2021-03-02 12:06:14','2021-03-02 04:06:14'),(133096,47277,'action created','2021-03-02 12:09:29','2021-03-02 04:09:29'),(133097,47277,'action started via WP Cron','2021-03-02 12:15:14','2021-03-02 04:15:14'),(133098,47277,'action complete via WP Cron','2021-03-02 12:15:14','2021-03-02 04:15:14'),(133099,47278,'action created','2021-03-02 12:15:14','2021-03-02 04:15:14'),(133100,47278,'action started via WP Cron','2021-03-02 12:16:07','2021-03-02 04:16:07'),(133101,47278,'action complete via WP Cron','2021-03-02 12:16:07','2021-03-02 04:16:07'),(133102,47279,'action created','2021-03-02 12:16:08','2021-03-02 04:16:08'),(133103,47279,'action started via WP Cron','2021-03-02 12:17:31','2021-03-02 04:17:31'),(133104,47279,'action complete via WP Cron','2021-03-02 12:17:31','2021-03-02 04:17:31'),(133105,47280,'action created','2021-03-02 12:17:31','2021-03-02 04:17:31'),(133106,47280,'action started via WP Cron','2021-03-02 12:18:09','2021-03-02 04:18:09'),(133107,47280,'action complete via WP Cron','2021-03-02 12:18:09','2021-03-02 04:18:09'),(133108,47281,'action created','2021-03-02 12:18:09','2021-03-02 04:18:09'),(133109,47281,'action started via WP Cron','2021-03-02 12:19:10','2021-03-02 04:19:10'),(133110,47281,'action complete via WP Cron','2021-03-02 12:19:10','2021-03-02 04:19:10'),(133111,47282,'action created','2021-03-02 12:19:10','2021-03-02 04:19:10'),(133112,47282,'action started via WP Cron','2021-03-02 12:20:37','2021-03-02 04:20:37'),(133113,47282,'action complete via WP Cron','2021-03-02 12:20:37','2021-03-02 04:20:37'),(133114,47283,'action created','2021-03-02 12:20:37','2021-03-02 04:20:37'),(133115,47283,'action started via WP Cron','2021-03-02 12:25:10','2021-03-02 04:25:10'),(133116,47283,'action complete via WP Cron','2021-03-02 12:25:10','2021-03-02 04:25:10'),(133117,47284,'action created','2021-03-02 12:25:10','2021-03-02 04:25:10'),(133118,47284,'action started via WP Cron','2021-03-02 12:26:31','2021-03-02 04:26:31'),(133119,47284,'action complete via WP Cron','2021-03-02 12:26:31','2021-03-02 04:26:31'),(133120,47285,'action created','2021-03-02 12:26:31','2021-03-02 04:26:31'),(133121,47285,'action started via WP Cron','2021-03-02 12:33:44','2021-03-02 04:33:44'),(133122,47285,'action complete via WP Cron','2021-03-02 12:33:44','2021-03-02 04:33:44'),(133123,47286,'action created','2021-03-02 12:33:44','2021-03-02 04:33:44'),(133124,47286,'action started via WP Cron','2021-03-02 12:35:31','2021-03-02 04:35:31'),(133125,47286,'action complete via WP Cron','2021-03-02 12:35:31','2021-03-02 04:35:31'),(133126,47287,'action created','2021-03-02 12:35:31','2021-03-02 04:35:31'),(133127,47287,'action started via WP Cron','2021-03-02 12:36:31','2021-03-02 04:36:31'),(133128,47287,'action complete via WP Cron','2021-03-02 12:36:31','2021-03-02 04:36:31'),(133129,47288,'action created','2021-03-02 12:36:31','2021-03-02 04:36:31'),(133130,47288,'action started via WP Cron','2021-03-02 12:37:32','2021-03-02 04:37:32'),(133131,47288,'action complete via WP Cron','2021-03-02 12:37:32','2021-03-02 04:37:32'),(133132,47289,'action created','2021-03-02 12:37:32','2021-03-02 04:37:32'),(133133,47289,'action started via WP Cron','2021-03-02 12:38:25','2021-03-02 04:38:25'),(133134,47289,'action complete via WP Cron','2021-03-02 12:38:25','2021-03-02 04:38:25'),(133135,47290,'action created','2021-03-02 12:38:25','2021-03-02 04:38:25'),(133136,47290,'action started via WP Cron','2021-03-02 12:39:26','2021-03-02 04:39:26'),(133137,47290,'action complete via WP Cron','2021-03-02 12:39:26','2021-03-02 04:39:26'),(133138,47291,'action created','2021-03-02 12:39:26','2021-03-02 04:39:26'),(133139,47291,'action started via WP Cron','2021-03-02 12:40:09','2021-03-02 04:40:09'),(133140,47291,'action complete via WP Cron','2021-03-02 12:40:09','2021-03-02 04:40:09'),(133141,47292,'action created','2021-03-02 12:40:09','2021-03-02 04:40:09'),(133142,47292,'action started via WP Cron','2021-03-02 12:48:29','2021-03-02 04:48:29'),(133143,47292,'action complete via WP Cron','2021-03-02 12:48:29','2021-03-02 04:48:29'),(133144,47293,'action created','2021-03-02 12:48:29','2021-03-02 04:48:29'),(133145,47293,'action started via WP Cron','2021-03-02 12:49:20','2021-03-02 04:49:20'),(133146,47293,'action complete via WP Cron','2021-03-02 12:49:20','2021-03-02 04:49:20'),(133147,47294,'action created','2021-03-02 12:49:29','2021-03-02 04:49:29'),(133148,47294,'action started via WP Cron','2021-03-02 12:49:42','2021-03-02 04:49:42'),(133149,47294,'action complete via WP Cron','2021-03-02 12:49:42','2021-03-02 04:49:42'),(133150,47295,'action created','2021-03-02 12:49:42','2021-03-02 04:49:42'),(133151,47295,'action started via WP Cron','2021-03-02 12:51:05','2021-03-02 04:51:05'),(133152,47295,'action complete via WP Cron','2021-03-02 12:51:05','2021-03-02 04:51:05'),(133153,47296,'action created','2021-03-02 12:51:05','2021-03-02 04:51:05'),(133154,47296,'action started via WP Cron','2021-03-02 12:52:23','2021-03-02 04:52:23'),(133155,47296,'action complete via WP Cron','2021-03-02 12:52:23','2021-03-02 04:52:23'),(133156,47297,'action created','2021-03-02 12:52:23','2021-03-02 04:52:23'),(133157,47297,'action started via WP Cron','2021-03-02 12:59:27','2021-03-02 04:59:27'),(133158,47297,'action complete via WP Cron','2021-03-02 12:59:27','2021-03-02 04:59:27'),(133159,47298,'action created','2021-03-02 12:59:27','2021-03-02 04:59:27'),(133160,47298,'action started via WP Cron','2021-03-02 12:59:45','2021-03-02 04:59:45'),(133161,47298,'action complete via WP Cron','2021-03-02 12:59:45','2021-03-02 04:59:45'),(133162,47299,'action created','2021-03-02 12:59:45','2021-03-02 04:59:45'),(133163,47299,'action started via WP Cron','2021-03-02 13:04:20','2021-03-02 05:04:20'),(133164,47299,'action complete via WP Cron','2021-03-02 13:04:20','2021-03-02 05:04:20'),(133165,47300,'action created','2021-03-02 13:04:20','2021-03-02 05:04:20'),(133166,47300,'action started via WP Cron','2021-03-02 13:05:17','2021-03-02 05:05:17'),(133167,47300,'action complete via WP Cron','2021-03-02 13:05:17','2021-03-02 05:05:17'),(133168,47301,'action created','2021-03-02 13:05:17','2021-03-02 05:05:17'),(133169,47301,'action started via WP Cron','2021-03-02 13:06:19','2021-03-02 05:06:19'),(133170,47301,'action complete via WP Cron','2021-03-02 13:06:19','2021-03-02 05:06:19'),(133171,47302,'action created','2021-03-02 13:06:19','2021-03-02 05:06:19'),(133172,47302,'action started via WP Cron','2021-03-02 13:07:46','2021-03-02 05:07:46'),(133173,47302,'action complete via WP Cron','2021-03-02 13:07:46','2021-03-02 05:07:46'),(133174,47303,'action created','2021-03-02 13:07:46','2021-03-02 05:07:46'),(133175,47303,'action started via WP Cron','2021-03-02 13:08:41','2021-03-02 05:08:41'),(133176,47303,'action complete via WP Cron','2021-03-02 13:08:41','2021-03-02 05:08:41'),(133177,47304,'action created','2021-03-02 13:08:41','2021-03-02 05:08:41'),(133178,47304,'action started via WP Cron','2021-03-02 13:10:22','2021-03-02 05:10:22'),(133179,47304,'action complete via WP Cron','2021-03-02 13:10:22','2021-03-02 05:10:22'),(133180,47305,'action created','2021-03-02 13:10:22','2021-03-02 05:10:22'),(133181,47305,'action started via WP Cron','2021-03-02 13:10:51','2021-03-02 05:10:51'),(133182,47305,'action complete via WP Cron','2021-03-02 13:10:51','2021-03-02 05:10:51'),(133183,47306,'action created','2021-03-02 13:10:51','2021-03-02 05:10:51'),(133184,47306,'action started via WP Cron','2021-03-02 13:13:06','2021-03-02 05:13:06'),(133185,47306,'action complete via WP Cron','2021-03-02 13:13:06','2021-03-02 05:13:06'),(133186,47307,'action created','2021-03-02 13:13:06','2021-03-02 05:13:06'),(133187,47307,'action started via WP Cron','2021-03-02 13:15:14','2021-03-02 05:15:14'),(133188,47307,'action complete via WP Cron','2021-03-02 13:15:14','2021-03-02 05:15:14'),(133189,47308,'action created','2021-03-02 13:15:14','2021-03-02 05:15:14'),(133190,47308,'action started via WP Cron','2021-03-02 13:19:52','2021-03-02 05:19:52'),(133191,47308,'action complete via WP Cron','2021-03-02 13:19:52','2021-03-02 05:19:52'),(133192,47309,'action created','2021-03-02 13:19:52','2021-03-02 05:19:52'),(133193,47309,'action started via WP Cron','2021-03-02 13:20:41','2021-03-02 05:20:41'),(133194,47309,'action complete via WP Cron','2021-03-02 13:20:41','2021-03-02 05:20:41'),(133195,47310,'action created','2021-03-02 13:20:41','2021-03-02 05:20:41'),(133196,47310,'action started via WP Cron','2021-03-02 13:21:58','2021-03-02 05:21:58'),(133197,47310,'action complete via WP Cron','2021-03-02 13:21:58','2021-03-02 05:21:58'),(133198,47311,'action created','2021-03-02 13:21:58','2021-03-02 05:21:58'),(133199,47311,'action started via WP Cron','2021-03-02 13:23:00','2021-03-02 05:23:00'),(133200,47311,'action complete via WP Cron','2021-03-02 13:23:00','2021-03-02 05:23:00'),(133201,47312,'action created','2021-03-02 13:23:00','2021-03-02 05:23:00'),(133202,47312,'action started via WP Cron','2021-03-02 13:23:42','2021-03-02 05:23:42'),(133203,47312,'action complete via WP Cron','2021-03-02 13:23:42','2021-03-02 05:23:42'),(133204,47313,'action created','2021-03-02 13:23:42','2021-03-02 05:23:42'),(133205,47313,'action started via WP Cron','2021-03-02 13:26:34','2021-03-02 05:26:34'),(133206,47313,'action complete via WP Cron','2021-03-02 13:26:34','2021-03-02 05:26:34'),(133207,47314,'action created','2021-03-02 13:26:34','2021-03-02 05:26:34'),(133208,47314,'action started via WP Cron','2021-03-02 13:31:40','2021-03-02 05:31:40'),(133209,47314,'action complete via WP Cron','2021-03-02 13:31:40','2021-03-02 05:31:40'),(133210,47315,'action created','2021-03-02 13:31:41','2021-03-02 05:31:41'),(133211,47315,'action started via WP Cron','2021-03-02 13:38:27','2021-03-02 05:38:27'),(133212,47315,'action complete via WP Cron','2021-03-02 13:38:27','2021-03-02 05:38:27'),(133213,47316,'action created','2021-03-02 13:38:27','2021-03-02 05:38:27'),(133214,47316,'action started via WP Cron','2021-03-02 13:38:57','2021-03-02 05:38:57'),(133215,47316,'action complete via WP Cron','2021-03-02 13:38:57','2021-03-02 05:38:57'),(133216,47317,'action created','2021-03-02 13:38:57','2021-03-02 05:38:57'),(133217,47317,'action started via WP Cron','2021-03-02 13:39:54','2021-03-02 05:39:54'),(133218,47317,'action complete via WP Cron','2021-03-02 13:39:54','2021-03-02 05:39:54'),(133219,47318,'action created','2021-03-02 13:39:55','2021-03-02 05:39:55'),(133220,47318,'action started via WP Cron','2021-03-02 13:41:09','2021-03-02 05:41:09'),(133221,47318,'action complete via WP Cron','2021-03-02 13:41:09','2021-03-02 05:41:09'),(133222,47319,'action created','2021-03-02 13:41:09','2021-03-02 05:41:09'),(133223,47319,'action started via WP Cron','2021-03-02 13:42:23','2021-03-02 05:42:23'),(133224,47319,'action complete via WP Cron','2021-03-02 13:42:23','2021-03-02 05:42:23'),(133225,47320,'action created','2021-03-02 13:42:23','2021-03-02 05:42:23'),(133226,47320,'action started via WP Cron','2021-03-02 13:43:25','2021-03-02 05:43:25'),(133227,47320,'action complete via WP Cron','2021-03-02 13:43:25','2021-03-02 05:43:25'),(133228,47321,'action created','2021-03-02 13:43:25','2021-03-02 05:43:25'),(133229,47321,'action started via WP Cron','2021-03-02 13:44:37','2021-03-02 05:44:37'),(133230,47321,'action complete via WP Cron','2021-03-02 13:44:37','2021-03-02 05:44:37'),(133231,47322,'action created','2021-03-02 13:44:37','2021-03-02 05:44:37'),(133232,47322,'action started via WP Cron','2021-03-02 13:46:57','2021-03-02 05:46:57'),(133233,47322,'action complete via WP Cron','2021-03-02 13:46:57','2021-03-02 05:46:57'),(133234,47323,'action created','2021-03-02 13:46:57','2021-03-02 05:46:57'),(133235,47323,'action started via WP Cron','2021-03-02 13:50:58','2021-03-02 05:50:58'),(133236,47323,'action complete via WP Cron','2021-03-02 13:50:58','2021-03-02 05:50:58'),(133237,47324,'action created','2021-03-02 13:50:58','2021-03-02 05:50:58'),(133238,47324,'action started via WP Cron','2021-03-02 13:53:18','2021-03-02 05:53:18'),(133239,47324,'action complete via WP Cron','2021-03-02 13:53:18','2021-03-02 05:53:18'),(133240,47325,'action created','2021-03-02 13:53:18','2021-03-02 05:53:18'),(133241,47325,'action started via WP Cron','2021-03-02 13:54:36','2021-03-02 05:54:36'),(133242,47325,'action complete via WP Cron','2021-03-02 13:54:36','2021-03-02 05:54:36'),(133243,47326,'action created','2021-03-02 13:54:36','2021-03-02 05:54:36'),(133244,47326,'action started via WP Cron','2021-03-02 13:55:23','2021-03-02 05:55:23'),(133245,47326,'action complete via WP Cron','2021-03-02 13:55:23','2021-03-02 05:55:23'),(133246,47327,'action created','2021-03-02 13:55:23','2021-03-02 05:55:23'),(133247,47327,'action started via WP Cron','2021-03-02 13:56:44','2021-03-02 05:56:44'),(133248,47327,'action complete via WP Cron','2021-03-02 13:56:44','2021-03-02 05:56:44'),(133249,47328,'action created','2021-03-02 13:56:44','2021-03-02 05:56:44'),(133250,47328,'action started via WP Cron','2021-03-02 13:57:41','2021-03-02 05:57:41'),(133251,47328,'action complete via WP Cron','2021-03-02 13:57:41','2021-03-02 05:57:41'),(133252,47329,'action created','2021-03-02 13:57:42','2021-03-02 05:57:42'),(133253,47329,'action started via WP Cron','2021-03-02 13:58:43','2021-03-02 05:58:43'),(133254,47329,'action complete via WP Cron','2021-03-02 13:58:43','2021-03-02 05:58:43'),(133255,47330,'action created','2021-03-02 13:58:43','2021-03-02 05:58:43'),(133256,47330,'action started via WP Cron','2021-03-02 13:59:44','2021-03-02 05:59:44'),(133257,47330,'action complete via WP Cron','2021-03-02 13:59:44','2021-03-02 05:59:44'),(133258,47331,'action created','2021-03-02 13:59:44','2021-03-02 05:59:44'),(133259,47331,'action started via WP Cron','2021-03-02 14:03:41','2021-03-02 06:03:41'),(133260,47331,'action complete via WP Cron','2021-03-02 14:03:41','2021-03-02 06:03:41'),(133261,47332,'action created','2021-03-02 14:03:41','2021-03-02 06:03:41'),(133262,47332,'action started via WP Cron','2021-03-02 14:07:26','2021-03-02 06:07:26'),(133263,47332,'action complete via WP Cron','2021-03-02 14:07:26','2021-03-02 06:07:26'),(133264,47333,'action created','2021-03-02 14:07:26','2021-03-02 06:07:26'),(133265,47333,'action started via WP Cron','2021-03-02 14:09:40','2021-03-02 06:09:40'),(133266,47333,'action complete via WP Cron','2021-03-02 14:09:40','2021-03-02 06:09:40'),(133267,47334,'action created','2021-03-02 14:09:41','2021-03-02 06:09:41'),(133268,47334,'action started via WP Cron','2021-03-02 14:11:29','2021-03-02 06:11:29'),(133269,47334,'action complete via WP Cron','2021-03-02 14:11:29','2021-03-02 06:11:29'),(133270,47335,'action created','2021-03-02 14:11:29','2021-03-02 06:11:29'),(133271,47335,'action started via WP Cron','2021-03-02 14:13:31','2021-03-02 06:13:31'),(133272,47335,'action complete via WP Cron','2021-03-02 14:13:31','2021-03-02 06:13:31'),(133273,47336,'action created','2021-03-02 14:13:31','2021-03-02 06:13:31'),(133274,47336,'action started via WP Cron','2021-03-02 14:14:31','2021-03-02 06:14:31'),(133275,47336,'action complete via WP Cron','2021-03-02 14:14:31','2021-03-02 06:14:31'),(133276,47337,'action created','2021-03-02 14:14:31','2021-03-02 06:14:31'),(133277,47337,'action started via WP Cron','2021-03-02 14:15:33','2021-03-02 06:15:33'),(133278,47337,'action complete via WP Cron','2021-03-02 14:15:33','2021-03-02 06:15:33'),(133279,47338,'action created','2021-03-02 14:15:33','2021-03-02 06:15:33'),(133280,47338,'action started via WP Cron','2021-03-02 14:15:59','2021-03-02 06:15:59'),(133281,47338,'action complete via WP Cron','2021-03-02 14:15:59','2021-03-02 06:15:59'),(133282,47339,'action created','2021-03-02 14:15:59','2021-03-02 06:15:59'),(133283,47339,'action started via WP Cron','2021-03-02 14:19:06','2021-03-02 06:19:06'),(133284,47339,'action complete via WP Cron','2021-03-02 14:19:06','2021-03-02 06:19:06'),(133285,47340,'action created','2021-03-02 14:19:06','2021-03-02 06:19:06'),(133286,47340,'action started via WP Cron','2021-03-02 14:19:49','2021-03-02 06:19:49'),(133287,47340,'action complete via WP Cron','2021-03-02 14:19:49','2021-03-02 06:19:49'),(133288,47341,'action created','2021-03-02 14:19:49','2021-03-02 06:19:49'),(133289,47341,'action started via WP Cron','2021-03-02 14:22:17','2021-03-02 06:22:17'),(133290,47341,'action complete via WP Cron','2021-03-02 14:22:17','2021-03-02 06:22:17'),(133291,47342,'action created','2021-03-02 14:22:17','2021-03-02 06:22:17'),(133292,47342,'action started via WP Cron','2021-03-02 14:23:33','2021-03-02 06:23:33'),(133293,47342,'action complete via WP Cron','2021-03-02 14:23:33','2021-03-02 06:23:33'),(133294,47343,'action created','2021-03-02 14:23:33','2021-03-02 06:23:33'),(133295,47343,'action started via WP Cron','2021-03-02 14:24:34','2021-03-02 06:24:34'),(133296,47343,'action complete via WP Cron','2021-03-02 14:24:34','2021-03-02 06:24:34'),(133297,47344,'action created','2021-03-02 14:24:34','2021-03-02 06:24:34'),(133298,47344,'action started via WP Cron','2021-03-02 14:24:58','2021-03-02 06:24:58'),(133299,47344,'action complete via WP Cron','2021-03-02 14:24:58','2021-03-02 06:24:58'),(133300,47345,'action created','2021-03-02 14:24:58','2021-03-02 06:24:58'),(133301,47345,'action started via WP Cron','2021-03-02 14:27:10','2021-03-02 06:27:10'),(133302,47345,'action complete via WP Cron','2021-03-02 14:27:10','2021-03-02 06:27:10'),(133303,47346,'action created','2021-03-02 14:27:10','2021-03-02 06:27:10'),(133304,47346,'action started via WP Cron','2021-03-02 14:31:33','2021-03-02 06:31:33'),(133305,47346,'action complete via WP Cron','2021-03-02 14:31:33','2021-03-02 06:31:33'),(133306,47347,'action created','2021-03-02 14:31:33','2021-03-02 06:31:33'),(133307,47347,'action started via WP Cron','2021-03-02 14:33:18','2021-03-02 06:33:18'),(133308,47347,'action complete via WP Cron','2021-03-02 14:33:18','2021-03-02 06:33:18'),(133309,47348,'action created','2021-03-02 14:33:18','2021-03-02 06:33:18'),(133310,47348,'action started via WP Cron','2021-03-02 14:34:27','2021-03-02 06:34:27'),(133311,47348,'action complete via WP Cron','2021-03-02 14:34:27','2021-03-02 06:34:27'),(133312,47349,'action created','2021-03-02 14:34:27','2021-03-02 06:34:27'),(133313,47349,'action started via WP Cron','2021-03-02 14:35:28','2021-03-02 06:35:28'),(133314,47349,'action complete via WP Cron','2021-03-02 14:35:28','2021-03-02 06:35:28'),(133315,47350,'action created','2021-03-02 14:35:28','2021-03-02 06:35:28'),(133316,47350,'action started via WP Cron','2021-03-02 14:36:29','2021-03-02 06:36:29'),(133317,47350,'action complete via WP Cron','2021-03-02 14:36:29','2021-03-02 06:36:29'),(133318,47351,'action created','2021-03-02 14:36:29','2021-03-02 06:36:29'),(133319,47351,'action started via WP Cron','2021-03-02 14:42:31','2021-03-02 06:42:31'),(133320,47351,'action complete via WP Cron','2021-03-02 14:42:31','2021-03-02 06:42:31'),(133321,47352,'action created','2021-03-02 14:42:31','2021-03-02 06:42:31'),(133322,47352,'action started via WP Cron','2021-03-02 14:44:29','2021-03-02 06:44:29'),(133323,47352,'action complete via WP Cron','2021-03-02 14:44:29','2021-03-02 06:44:29'),(133324,47353,'action created','2021-03-02 14:44:29','2021-03-02 06:44:29'),(133325,47353,'action started via WP Cron','2021-03-02 14:45:30','2021-03-02 06:45:30'),(133326,47353,'action complete via WP Cron','2021-03-02 14:45:30','2021-03-02 06:45:30'),(133327,47354,'action created','2021-03-02 14:45:30','2021-03-02 06:45:30'),(133328,47354,'action started via WP Cron','2021-03-02 14:46:33','2021-03-02 06:46:33'),(133329,47354,'action complete via WP Cron','2021-03-02 14:46:33','2021-03-02 06:46:33'),(133330,47355,'action created','2021-03-02 14:46:33','2021-03-02 06:46:33'),(133331,47355,'action started via WP Cron','2021-03-02 14:48:44','2021-03-02 06:48:44'),(133332,47355,'action complete via WP Cron','2021-03-02 14:48:44','2021-03-02 06:48:44'),(133333,47356,'action created','2021-03-02 14:48:44','2021-03-02 06:48:44'),(133334,47356,'action started via WP Cron','2021-03-02 14:49:51','2021-03-02 06:49:51'),(133335,47356,'action complete via WP Cron','2021-03-02 14:49:51','2021-03-02 06:49:51'),(133336,47357,'action created','2021-03-02 14:49:51','2021-03-02 06:49:51'),(133337,47357,'action started via WP Cron','2021-03-02 14:50:49','2021-03-02 06:50:49'),(133338,47357,'action complete via WP Cron','2021-03-02 14:50:49','2021-03-02 06:50:49'),(133339,47358,'action created','2021-03-02 14:50:49','2021-03-02 06:50:49'),(133340,47358,'action started via WP Cron','2021-03-02 14:54:51','2021-03-02 06:54:51'),(133341,47358,'action complete via WP Cron','2021-03-02 14:54:51','2021-03-02 06:54:51'),(133342,47359,'action created','2021-03-02 14:54:51','2021-03-02 06:54:51'),(133343,47359,'action started via WP Cron','2021-03-02 14:57:56','2021-03-02 06:57:56'),(133344,47359,'action complete via WP Cron','2021-03-02 14:57:56','2021-03-02 06:57:56'),(133345,47360,'action created','2021-03-02 14:57:56','2021-03-02 06:57:56'),(133346,47360,'action started via WP Cron','2021-03-02 14:59:13','2021-03-02 06:59:13'),(133347,47360,'action complete via WP Cron','2021-03-02 14:59:13','2021-03-02 06:59:13'),(133348,47361,'action created','2021-03-02 14:59:13','2021-03-02 06:59:13'),(133349,47361,'action started via WP Cron','2021-03-02 14:59:52','2021-03-02 06:59:52'),(133350,47361,'action complete via WP Cron','2021-03-02 14:59:52','2021-03-02 06:59:52'),(133351,47362,'action created','2021-03-02 14:59:52','2021-03-02 06:59:52'),(133352,47362,'action started via WP Cron','2021-03-02 15:02:19','2021-03-02 07:02:19'),(133353,47362,'action complete via WP Cron','2021-03-02 15:02:19','2021-03-02 07:02:19'),(133354,47363,'action created','2021-03-02 15:02:19','2021-03-02 07:02:19'),(133355,47363,'action started via WP Cron','2021-03-02 15:03:21','2021-03-02 07:03:21'),(133356,47363,'action complete via WP Cron','2021-03-02 15:03:21','2021-03-02 07:03:21'),(133357,47364,'action created','2021-03-02 15:03:21','2021-03-02 07:03:21'),(133358,47364,'action started via WP Cron','2021-03-02 15:04:21','2021-03-02 07:04:21'),(133359,47364,'action complete via WP Cron','2021-03-02 15:04:21','2021-03-02 07:04:21'),(133360,47365,'action created','2021-03-02 15:04:21','2021-03-02 07:04:21'),(133361,47365,'action started via WP Cron','2021-03-02 15:05:17','2021-03-02 07:05:17'),(133362,47365,'action complete via WP Cron','2021-03-02 15:05:17','2021-03-02 07:05:17'),(133363,47366,'action created','2021-03-02 15:05:17','2021-03-02 07:05:17'),(133364,47366,'action started via WP Cron','2021-03-02 15:07:55','2021-03-02 07:07:55'),(133365,47366,'action complete via WP Cron','2021-03-02 15:07:55','2021-03-02 07:07:55'),(133366,47367,'action created','2021-03-02 15:07:55','2021-03-02 07:07:55'),(133367,47367,'action started via WP Cron','2021-03-02 15:08:53','2021-03-02 07:08:53'),(133368,47367,'action complete via WP Cron','2021-03-02 15:08:53','2021-03-02 07:08:53'),(133369,47368,'action created','2021-03-02 15:08:53','2021-03-02 07:08:53'),(133370,47368,'action started via WP Cron','2021-03-02 15:10:51','2021-03-02 07:10:51'),(133371,47368,'action complete via WP Cron','2021-03-02 15:10:51','2021-03-02 07:10:51'),(133372,47369,'action created','2021-03-02 15:10:51','2021-03-02 07:10:51'),(133373,47369,'action started via WP Cron','2021-03-02 15:11:43','2021-03-02 07:11:43'),(133374,47369,'action complete via WP Cron','2021-03-02 15:11:43','2021-03-02 07:11:43'),(133375,47370,'action created','2021-03-02 15:11:43','2021-03-02 07:11:43'),(133376,47370,'action started via WP Cron','2021-03-02 15:13:20','2021-03-02 07:13:20'),(133377,47370,'action complete via WP Cron','2021-03-02 15:13:20','2021-03-02 07:13:20'),(133378,47371,'action created','2021-03-02 15:13:20','2021-03-02 07:13:20'),(133379,47371,'action started via WP Cron','2021-03-02 15:15:27','2021-03-02 07:15:27'),(133380,47371,'action complete via WP Cron','2021-03-02 15:15:27','2021-03-02 07:15:27'),(133381,47372,'action created','2021-03-02 15:15:30','2021-03-02 07:15:30'),(133382,47372,'action started via WP Cron','2021-03-02 15:15:41','2021-03-02 07:15:41'),(133383,47372,'action complete via WP Cron','2021-03-02 15:15:41','2021-03-02 07:15:41'),(133384,47373,'action created','2021-03-02 15:15:41','2021-03-02 07:15:41'),(133385,47373,'action started via WP Cron','2021-03-02 15:17:59','2021-03-02 07:17:59'),(133386,47373,'action complete via WP Cron','2021-03-02 15:17:59','2021-03-02 07:17:59'),(133387,47374,'action created','2021-03-02 15:17:59','2021-03-02 07:17:59'),(133388,47374,'action started via WP Cron','2021-03-02 15:20:58','2021-03-02 07:20:58'),(133389,47374,'action complete via WP Cron','2021-03-02 15:20:58','2021-03-02 07:20:58'),(133390,47375,'action created','2021-03-02 15:20:58','2021-03-02 07:20:58'),(133391,47375,'action started via WP Cron','2021-03-02 15:22:46','2021-03-02 07:22:46'),(133392,47375,'action complete via WP Cron','2021-03-02 15:22:46','2021-03-02 07:22:46'),(133393,47376,'action created','2021-03-02 15:22:46','2021-03-02 07:22:46'),(133394,47376,'action started via WP Cron','2021-03-02 15:23:41','2021-03-02 07:23:41'),(133395,47376,'action complete via WP Cron','2021-03-02 15:23:41','2021-03-02 07:23:41'),(133396,47377,'action created','2021-03-02 15:23:41','2021-03-02 07:23:41'),(133397,47377,'action started via WP Cron','2021-03-02 15:25:01','2021-03-02 07:25:01'),(133398,47377,'action complete via WP Cron','2021-03-02 15:25:01','2021-03-02 07:25:01'),(133399,47378,'action created','2021-03-02 15:25:01','2021-03-02 07:25:01'),(133400,47378,'action started via WP Cron','2021-03-02 15:26:06','2021-03-02 07:26:06'),(133401,47378,'action complete via WP Cron','2021-03-02 15:26:06','2021-03-02 07:26:06'),(133402,47379,'action created','2021-03-02 15:26:06','2021-03-02 07:26:06'),(133403,47379,'action started via WP Cron','2021-03-02 15:27:04','2021-03-02 07:27:04'),(133404,47379,'action complete via WP Cron','2021-03-02 15:27:04','2021-03-02 07:27:04'),(133405,47380,'action created','2021-03-02 15:27:04','2021-03-02 07:27:04'),(133406,47380,'action started via WP Cron','2021-03-02 15:28:09','2021-03-02 07:28:09'),(133407,47380,'action complete via WP Cron','2021-03-02 15:28:09','2021-03-02 07:28:09'),(133408,47381,'action created','2021-03-02 15:28:09','2021-03-02 07:28:09'),(133409,47381,'action started via WP Cron','2021-03-02 15:29:59','2021-03-02 07:29:59'),(133410,47381,'action complete via WP Cron','2021-03-02 15:29:59','2021-03-02 07:29:59'),(133411,47382,'action created','2021-03-02 15:29:59','2021-03-02 07:29:59'),(133412,47382,'action started via WP Cron','2021-03-02 15:31:29','2021-03-02 07:31:29'),(133413,47382,'action complete via WP Cron','2021-03-02 15:31:29','2021-03-02 07:31:29'),(133414,47383,'action created','2021-03-02 15:31:30','2021-03-02 07:31:30'),(133415,47383,'action started via WP Cron','2021-03-02 15:34:39','2021-03-02 07:34:39'),(133416,47383,'action complete via WP Cron','2021-03-02 15:34:39','2021-03-02 07:34:39'),(133417,47384,'action created','2021-03-02 15:34:39','2021-03-02 07:34:39'),(133418,47384,'action started via WP Cron','2021-03-02 15:35:47','2021-03-02 07:35:47'),(133419,47384,'action complete via WP Cron','2021-03-02 15:35:47','2021-03-02 07:35:47'),(133420,47385,'action created','2021-03-02 15:35:47','2021-03-02 07:35:47'),(133421,47385,'action started via WP Cron','2021-03-02 15:37:21','2021-03-02 07:37:21'),(133422,47385,'action complete via WP Cron','2021-03-02 15:37:21','2021-03-02 07:37:21'),(133423,47386,'action created','2021-03-02 15:37:21','2021-03-02 07:37:21'),(133424,47386,'action started via WP Cron','2021-03-02 15:40:49','2021-03-02 07:40:49'),(133425,47386,'action complete via WP Cron','2021-03-02 15:40:49','2021-03-02 07:40:49'),(133426,47387,'action created','2021-03-02 15:40:49','2021-03-02 07:40:49'),(133427,47387,'action started via WP Cron','2021-03-02 15:42:49','2021-03-02 07:42:49'),(133428,47387,'action complete via WP Cron','2021-03-02 15:42:49','2021-03-02 07:42:49'),(133429,47388,'action created','2021-03-02 15:42:50','2021-03-02 07:42:50'),(133430,47388,'action started via WP Cron','2021-03-02 15:43:58','2021-03-02 07:43:58'),(133431,47388,'action complete via WP Cron','2021-03-02 15:43:58','2021-03-02 07:43:58'),(133432,47389,'action created','2021-03-02 15:43:58','2021-03-02 07:43:58'),(133433,47389,'action started via WP Cron','2021-03-02 15:45:19','2021-03-02 07:45:19'),(133434,47389,'action complete via WP Cron','2021-03-02 15:45:19','2021-03-02 07:45:19'),(133435,47390,'action created','2021-03-02 15:45:19','2021-03-02 07:45:19'),(133436,47390,'action started via WP Cron','2021-03-02 15:46:42','2021-03-02 07:46:42'),(133437,47390,'action complete via WP Cron','2021-03-02 15:46:42','2021-03-02 07:46:42'),(133438,47391,'action created','2021-03-02 15:46:42','2021-03-02 07:46:42'),(133439,47391,'action started via WP Cron','2021-03-02 15:49:05','2021-03-02 07:49:05'),(133440,47391,'action complete via WP Cron','2021-03-02 15:49:05','2021-03-02 07:49:05'),(133441,47392,'action created','2021-03-02 15:49:05','2021-03-02 07:49:05'),(133442,47392,'action started via WP Cron','2021-03-02 15:50:06','2021-03-02 07:50:06'),(133443,47392,'action complete via WP Cron','2021-03-02 15:50:06','2021-03-02 07:50:06'),(133444,47393,'action created','2021-03-02 15:50:06','2021-03-02 07:50:06'),(133445,47393,'action started via WP Cron','2021-03-02 15:51:07','2021-03-02 07:51:07'),(133446,47393,'action complete via WP Cron','2021-03-02 15:51:07','2021-03-02 07:51:07'),(133447,47394,'action created','2021-03-02 15:51:07','2021-03-02 07:51:07'),(133448,47394,'action started via WP Cron','2021-03-02 15:52:18','2021-03-02 07:52:18'),(133449,47394,'action complete via WP Cron','2021-03-02 15:52:18','2021-03-02 07:52:18'),(133450,47395,'action created','2021-03-02 15:52:18','2021-03-02 07:52:18'),(133451,47395,'action started via WP Cron','2021-03-02 15:53:26','2021-03-02 07:53:26'),(133452,47395,'action complete via WP Cron','2021-03-02 15:53:26','2021-03-02 07:53:26'),(133453,47396,'action created','2021-03-02 15:53:26','2021-03-02 07:53:26'),(133454,47396,'action started via WP Cron','2021-03-02 15:54:41','2021-03-02 07:54:41'),(133455,47396,'action complete via WP Cron','2021-03-02 15:54:41','2021-03-02 07:54:41'),(133456,47397,'action created','2021-03-02 15:54:41','2021-03-02 07:54:41'),(133457,47397,'action started via WP Cron','2021-03-02 15:57:13','2021-03-02 07:57:13'),(133458,47397,'action complete via WP Cron','2021-03-02 15:57:13','2021-03-02 07:57:13'),(133459,47398,'action created','2021-03-02 15:57:13','2021-03-02 07:57:13'),(133460,47398,'action started via WP Cron','2021-03-02 15:58:52','2021-03-02 07:58:52'),(133461,47398,'action complete via WP Cron','2021-03-02 15:58:52','2021-03-02 07:58:52'),(133462,47399,'action created','2021-03-02 15:58:52','2021-03-02 07:58:52'),(133463,47399,'action started via WP Cron','2021-03-02 16:00:34','2021-03-02 08:00:34'),(133464,47399,'action complete via WP Cron','2021-03-02 16:00:34','2021-03-02 08:00:34'),(133465,47400,'action created','2021-03-02 16:00:34','2021-03-02 08:00:34'),(133466,47400,'action started via WP Cron','2021-03-02 16:04:25','2021-03-02 08:04:25'),(133467,47400,'action complete via WP Cron','2021-03-02 16:04:25','2021-03-02 08:04:25'),(133468,47401,'action created','2021-03-02 16:04:25','2021-03-02 08:04:25'),(133469,47401,'action started via WP Cron','2021-03-02 16:05:29','2021-03-02 08:05:29'),(133470,47401,'action complete via WP Cron','2021-03-02 16:05:29','2021-03-02 08:05:29'),(133471,47402,'action created','2021-03-02 16:05:29','2021-03-02 08:05:29'),(133472,47402,'action started via WP Cron','2021-03-02 16:06:29','2021-03-02 08:06:29'),(133473,47402,'action complete via WP Cron','2021-03-02 16:06:29','2021-03-02 08:06:29'),(133474,47403,'action created','2021-03-02 16:06:29','2021-03-02 08:06:29'),(133475,47403,'action started via WP Cron','2021-03-02 16:08:32','2021-03-02 08:08:32'),(133476,47403,'action complete via WP Cron','2021-03-02 16:08:32','2021-03-02 08:08:32'),(133477,47404,'action created','2021-03-02 16:08:32','2021-03-02 08:08:32'),(133478,47404,'action started via WP Cron','2021-03-02 16:09:41','2021-03-02 08:09:41'),(133479,47404,'action complete via WP Cron','2021-03-02 16:09:41','2021-03-02 08:09:41'),(133480,47405,'action created','2021-03-02 16:09:41','2021-03-02 08:09:41'),(133481,47405,'action started via WP Cron','2021-03-02 16:10:46','2021-03-02 08:10:46'),(133482,47405,'action complete via WP Cron','2021-03-02 16:10:46','2021-03-02 08:10:46'),(133483,47406,'action created','2021-03-02 16:10:46','2021-03-02 08:10:46'),(133484,47406,'action started via WP Cron','2021-03-02 16:13:51','2021-03-02 08:13:51'),(133485,47406,'action complete via WP Cron','2021-03-02 16:13:51','2021-03-02 08:13:51'),(133486,47407,'action created','2021-03-02 16:13:51','2021-03-02 08:13:51'),(133487,47407,'action started via WP Cron','2021-03-02 16:16:17','2021-03-02 08:16:17'),(133488,47407,'action complete via WP Cron','2021-03-02 16:16:17','2021-03-02 08:16:17'),(133489,47408,'action created','2021-03-02 16:16:18','2021-03-02 08:16:18'),(133490,47408,'action started via WP Cron','2021-03-02 16:17:17','2021-03-02 08:17:17'),(133491,47408,'action complete via WP Cron','2021-03-02 16:17:17','2021-03-02 08:17:17'),(133492,47409,'action created','2021-03-02 16:17:17','2021-03-02 08:17:17'),(133493,47409,'action started via WP Cron','2021-03-02 16:18:19','2021-03-02 08:18:19'),(133494,47409,'action complete via WP Cron','2021-03-02 16:18:19','2021-03-02 08:18:19'),(133495,47410,'action created','2021-03-02 16:18:19','2021-03-02 08:18:19'),(133496,47410,'action started via WP Cron','2021-03-02 16:19:19','2021-03-02 08:19:19'),(133497,47410,'action complete via WP Cron','2021-03-02 16:19:19','2021-03-02 08:19:19'),(133498,47411,'action created','2021-03-02 16:19:19','2021-03-02 08:19:19'),(133499,47411,'action started via WP Cron','2021-03-02 16:20:20','2021-03-02 08:20:20'),(133500,47411,'action complete via WP Cron','2021-03-02 16:20:20','2021-03-02 08:20:20'),(133501,47412,'action created','2021-03-02 16:20:20','2021-03-02 08:20:20'),(133502,47412,'action started via WP Cron','2021-03-02 16:22:23','2021-03-02 08:22:23'),(133503,47412,'action complete via WP Cron','2021-03-02 16:22:23','2021-03-02 08:22:23'),(133504,47413,'action created','2021-03-02 16:22:23','2021-03-02 08:22:23'),(133505,47413,'action started via WP Cron','2021-03-02 16:22:58','2021-03-02 08:22:58'),(133506,47413,'action complete via WP Cron','2021-03-02 16:22:58','2021-03-02 08:22:58'),(133507,47414,'action created','2021-03-02 16:22:58','2021-03-02 08:22:58'),(133508,47414,'action started via WP Cron','2021-03-02 16:23:58','2021-03-02 08:23:58'),(133509,47414,'action complete via WP Cron','2021-03-02 16:23:58','2021-03-02 08:23:58'),(133510,47415,'action created','2021-03-02 16:23:58','2021-03-02 08:23:58'),(133511,47415,'action started via WP Cron','2021-03-02 16:24:59','2021-03-02 08:24:59'),(133512,47415,'action complete via WP Cron','2021-03-02 16:24:59','2021-03-02 08:24:59'),(133513,47416,'action created','2021-03-02 16:24:59','2021-03-02 08:24:59'),(133514,47416,'action started via WP Cron','2021-03-02 16:28:38','2021-03-02 08:28:38'),(133515,47416,'action complete via WP Cron','2021-03-02 16:28:38','2021-03-02 08:28:38'),(133516,47417,'action created','2021-03-02 16:29:39','2021-03-02 08:29:39'),(133517,47417,'action started via WP Cron','2021-03-02 16:30:40','2021-03-02 08:30:40'),(133518,47417,'action complete via WP Cron','2021-03-02 16:30:40','2021-03-02 08:30:40'),(133519,47418,'action created','2021-03-02 16:30:40','2021-03-02 08:30:40'),(133520,47418,'action started via WP Cron','2021-03-02 16:33:23','2021-03-02 08:33:23'),(133521,47418,'action complete via WP Cron','2021-03-02 16:33:23','2021-03-02 08:33:23'),(133522,47419,'action created','2021-03-02 16:33:23','2021-03-02 08:33:23'),(133523,47419,'action started via WP Cron','2021-03-02 16:34:12','2021-03-02 08:34:12'),(133524,47419,'action complete via WP Cron','2021-03-02 16:34:12','2021-03-02 08:34:12'),(133525,47420,'action created','2021-03-02 16:37:15','2021-03-02 08:37:15'),(133526,47420,'action started via WP Cron','2021-03-02 16:41:22','2021-03-02 08:41:22'),(133527,47420,'action complete via WP Cron','2021-03-02 16:41:22','2021-03-02 08:41:22'),(133528,47421,'action created','2021-03-02 16:41:22','2021-03-02 08:41:22'),(133529,47421,'action started via WP Cron','2021-03-02 16:42:31','2021-03-02 08:42:31'),(133530,47421,'action complete via WP Cron','2021-03-02 16:42:31','2021-03-02 08:42:31'),(133531,47422,'action created','2021-03-02 16:42:31','2021-03-02 08:42:31'),(133532,47422,'action started via WP Cron','2021-03-02 16:43:31','2021-03-02 08:43:31'),(133533,47422,'action complete via WP Cron','2021-03-02 16:43:31','2021-03-02 08:43:31'),(133534,47423,'action created','2021-03-02 16:43:31','2021-03-02 08:43:31'),(133535,47423,'action started via WP Cron','2021-03-02 16:45:33','2021-03-02 08:45:33'),(133536,47423,'action complete via WP Cron','2021-03-02 16:45:33','2021-03-02 08:45:33'),(133537,47424,'action created','2021-03-02 16:45:33','2021-03-02 08:45:33'),(133538,47424,'action started via WP Cron','2021-03-02 16:46:34','2021-03-02 08:46:34'),(133539,47424,'action complete via WP Cron','2021-03-02 16:46:34','2021-03-02 08:46:34'),(133540,47425,'action created','2021-03-02 16:46:34','2021-03-02 08:46:34'),(133541,47425,'action started via WP Cron','2021-03-02 16:47:35','2021-03-02 08:47:35'),(133542,47425,'action complete via WP Cron','2021-03-02 16:47:35','2021-03-02 08:47:35'),(133543,47426,'action created','2021-03-02 16:47:35','2021-03-02 08:47:35'),(133544,47426,'action started via WP Cron','2021-03-02 16:51:11','2021-03-02 08:51:11'),(133545,47426,'action complete via WP Cron','2021-03-02 16:51:11','2021-03-02 08:51:11'),(133546,47427,'action created','2021-03-02 16:51:11','2021-03-02 08:51:11'),(133547,47427,'action started via WP Cron','2021-03-02 16:52:11','2021-03-02 08:52:11'),(133548,47427,'action complete via WP Cron','2021-03-02 16:52:11','2021-03-02 08:52:11'),(133549,47428,'action created','2021-03-02 16:52:11','2021-03-02 08:52:11'),(133550,47428,'action started via WP Cron','2021-03-02 16:53:12','2021-03-02 08:53:12'),(133551,47428,'action complete via WP Cron','2021-03-02 16:53:12','2021-03-02 08:53:12'),(133552,47429,'action created','2021-03-02 16:53:12','2021-03-02 08:53:12'),(133553,47429,'action started via WP Cron','2021-03-02 16:53:41','2021-03-02 08:53:41'),(133554,47429,'action complete via WP Cron','2021-03-02 16:53:41','2021-03-02 08:53:41'),(133555,47430,'action created','2021-03-02 16:53:41','2021-03-02 08:53:41'),(133556,47430,'action started via WP Cron','2021-03-02 16:54:42','2021-03-02 08:54:42'),(133557,47430,'action complete via WP Cron','2021-03-02 16:54:42','2021-03-02 08:54:42'),(133558,47431,'action created','2021-03-02 16:54:42','2021-03-02 08:54:42'),(133559,47431,'action started via WP Cron','2021-03-02 16:55:43','2021-03-02 08:55:43'),(133560,47431,'action complete via WP Cron','2021-03-02 16:55:43','2021-03-02 08:55:43'),(133561,47432,'action created','2021-03-02 16:55:43','2021-03-02 08:55:43'),(133562,47432,'action started via WP Cron','2021-03-02 16:57:09','2021-03-02 08:57:09'),(133563,47432,'action complete via WP Cron','2021-03-02 16:57:09','2021-03-02 08:57:09'),(133564,47433,'action created','2021-03-02 16:57:09','2021-03-02 08:57:09'),(133565,47433,'action started via WP Cron','2021-03-02 16:58:46','2021-03-02 08:58:46'),(133566,47433,'action complete via WP Cron','2021-03-02 16:58:46','2021-03-02 08:58:46'),(133567,47434,'action created','2021-03-02 16:58:46','2021-03-02 08:58:46'),(133568,47434,'action started via WP Cron','2021-03-02 17:01:19','2021-03-02 09:01:19'),(133569,47434,'action complete via WP Cron','2021-03-02 17:01:19','2021-03-02 09:01:19'),(133570,47435,'action created','2021-03-02 17:01:19','2021-03-02 09:01:19'),(133571,47435,'action started via WP Cron','2021-03-02 17:02:27','2021-03-02 09:02:27'),(133572,47435,'action complete via WP Cron','2021-03-02 17:02:27','2021-03-02 09:02:27'),(133573,47436,'action created','2021-03-02 17:02:27','2021-03-02 09:02:27'),(133574,47436,'action started via WP Cron','2021-03-02 17:03:28','2021-03-02 09:03:28'),(133575,47436,'action complete via WP Cron','2021-03-02 17:03:28','2021-03-02 09:03:28'),(133576,47437,'action created','2021-03-02 17:03:28','2021-03-02 09:03:28'),(133577,47437,'action started via WP Cron','2021-03-02 17:11:24','2021-03-02 09:11:24'),(133578,47437,'action complete via WP Cron','2021-03-02 17:11:24','2021-03-02 09:11:24'),(133579,47438,'action created','2021-03-02 17:11:24','2021-03-02 09:11:24'),(133580,47438,'action started via WP Cron','2021-03-02 17:12:26','2021-03-02 09:12:26'),(133581,47438,'action complete via WP Cron','2021-03-02 17:12:26','2021-03-02 09:12:26'),(133582,47439,'action created','2021-03-02 17:12:26','2021-03-02 09:12:26'),(133583,47439,'action started via WP Cron','2021-03-02 17:13:02','2021-03-02 09:13:02'),(133584,47439,'action complete via WP Cron','2021-03-02 17:13:02','2021-03-02 09:13:02'),(133585,47440,'action created','2021-03-02 17:13:02','2021-03-02 09:13:02'),(133586,47440,'action started via WP Cron','2021-03-02 17:15:33','2021-03-02 09:15:33'),(133587,47440,'action complete via WP Cron','2021-03-02 17:15:33','2021-03-02 09:15:33'),(133588,47441,'action created','2021-03-02 17:15:33','2021-03-02 09:15:33'),(133589,47441,'action started via WP Cron','2021-03-02 17:16:39','2021-03-02 09:16:39'),(133590,47441,'action complete via WP Cron','2021-03-02 17:16:39','2021-03-02 09:16:39'),(133591,47442,'action created','2021-03-02 17:16:39','2021-03-02 09:16:39'),(133592,47442,'action started via WP Cron','2021-03-02 17:17:58','2021-03-02 09:17:58'),(133593,47442,'action complete via WP Cron','2021-03-02 17:17:58','2021-03-02 09:17:58'),(133594,47443,'action created','2021-03-02 17:22:09','2021-03-02 09:22:09'),(133595,47443,'action started via WP Cron','2021-03-02 17:23:23','2021-03-02 09:23:23'),(133596,47443,'action complete via WP Cron','2021-03-02 17:23:23','2021-03-02 09:23:23'),(133597,47444,'action created','2021-03-02 17:23:23','2021-03-02 09:23:23'),(133598,47444,'action started via WP Cron','2021-03-02 17:24:20','2021-03-02 09:24:20'),(133599,47444,'action complete via WP Cron','2021-03-02 17:24:20','2021-03-02 09:24:20'),(133600,47445,'action created','2021-03-02 17:24:20','2021-03-02 09:24:20'),(133601,47445,'action started via WP Cron','2021-03-02 17:25:24','2021-03-02 09:25:24'),(133602,47445,'action complete via WP Cron','2021-03-02 17:25:24','2021-03-02 09:25:24'),(133603,47446,'action created','2021-03-02 17:25:24','2021-03-02 09:25:24'),(133604,47446,'action started via WP Cron','2021-03-02 17:25:41','2021-03-02 09:25:41'),(133605,47446,'action complete via WP Cron','2021-03-02 17:25:41','2021-03-02 09:25:41'),(133606,47447,'action created','2021-03-02 17:25:41','2021-03-02 09:25:41'),(133607,47447,'action started via WP Cron','2021-03-02 17:27:26','2021-03-02 09:27:26'),(133608,47447,'action complete via WP Cron','2021-03-02 17:27:26','2021-03-02 09:27:26'),(133609,47448,'action created','2021-03-02 17:27:26','2021-03-02 09:27:26'),(133610,47448,'action started via WP Cron','2021-03-02 17:38:49','2021-03-02 09:38:49'),(133611,47448,'action complete via WP Cron','2021-03-02 17:38:49','2021-03-02 09:38:49'),(133612,47449,'action created','2021-03-02 17:38:49','2021-03-02 09:38:49'),(133613,47449,'action started via WP Cron','2021-03-02 17:42:17','2021-03-02 09:42:17'),(133614,47449,'action complete via WP Cron','2021-03-02 17:42:17','2021-03-02 09:42:17'),(133615,47450,'action created','2021-03-02 17:42:17','2021-03-02 09:42:17'),(133616,47450,'action started via WP Cron','2021-03-02 17:48:55','2021-03-02 09:48:55'),(133617,47450,'action complete via WP Cron','2021-03-02 17:48:55','2021-03-02 09:48:55'),(133618,47451,'action created','2021-03-02 17:48:55','2021-03-02 09:48:55'),(133619,47451,'action started via WP Cron','2021-03-02 17:57:31','2021-03-02 09:57:31'),(133620,47451,'action complete via WP Cron','2021-03-02 17:57:31','2021-03-02 09:57:31'),(133621,47452,'action created','2021-03-02 17:57:31','2021-03-02 09:57:31'),(133622,47452,'action started via WP Cron','2021-03-02 18:07:19','2021-03-02 10:07:19'),(133623,47452,'action complete via WP Cron','2021-03-02 18:07:19','2021-03-02 10:07:19'),(133624,47453,'action created','2021-03-02 18:07:19','2021-03-02 10:07:19'),(133625,47453,'action started via WP Cron','2021-03-02 18:16:29','2021-03-02 10:16:29'),(133626,47453,'action complete via WP Cron','2021-03-02 18:16:29','2021-03-02 10:16:29'),(133627,47454,'action created','2021-03-02 18:16:29','2021-03-02 10:16:29'),(133628,47454,'action started via WP Cron','2021-03-02 18:18:47','2021-03-02 10:18:47'),(133629,47454,'action complete via WP Cron','2021-03-02 18:18:47','2021-03-02 10:18:47'),(133630,47455,'action created','2021-03-02 18:18:48','2021-03-02 10:18:48'),(133631,47455,'action started via WP Cron','2021-03-02 18:19:41','2021-03-02 10:19:41'),(133632,47455,'action complete via WP Cron','2021-03-02 18:19:41','2021-03-02 10:19:41'),(133633,47456,'action created','2021-03-02 18:19:41','2021-03-02 10:19:41'),(133634,47456,'action started via WP Cron','2021-03-02 18:20:59','2021-03-02 10:20:59'),(133635,47456,'action complete via WP Cron','2021-03-02 18:20:59','2021-03-02 10:20:59'),(133636,47457,'action created','2021-03-02 18:20:59','2021-03-02 10:20:59'),(133637,47457,'action started via WP Cron','2021-03-02 18:21:45','2021-03-02 10:21:45'),(133638,47457,'action complete via WP Cron','2021-03-02 18:21:45','2021-03-02 10:21:45'),(133639,47458,'action created','2021-03-02 18:21:45','2021-03-02 10:21:45'),(133640,47458,'action started via WP Cron','2021-03-02 18:22:47','2021-03-02 10:22:47'),(133641,47458,'action complete via WP Cron','2021-03-02 18:22:47','2021-03-02 10:22:47'),(133642,47459,'action created','2021-03-02 18:22:47','2021-03-02 10:22:47'),(133643,47459,'action started via WP Cron','2021-03-02 18:25:09','2021-03-02 10:25:09'),(133644,47459,'action complete via WP Cron','2021-03-02 18:25:09','2021-03-02 10:25:09'),(133645,47460,'action created','2021-03-02 18:25:09','2021-03-02 10:25:09'),(133646,47460,'action started via WP Cron','2021-03-02 18:27:30','2021-03-02 10:27:30'),(133647,47460,'action complete via WP Cron','2021-03-02 18:27:30','2021-03-02 10:27:30'),(133648,47461,'action created','2021-03-02 18:27:30','2021-03-02 10:27:30'),(133649,47461,'action started via WP Cron','2021-03-02 18:27:41','2021-03-02 10:27:41'),(133650,47461,'action complete via WP Cron','2021-03-02 18:27:41','2021-03-02 10:27:41'),(133651,47462,'action created','2021-03-02 18:27:41','2021-03-02 10:27:41'),(133652,47462,'action started via WP Cron','2021-03-02 18:28:41','2021-03-02 10:28:41'),(133653,47462,'action complete via WP Cron','2021-03-02 18:28:41','2021-03-02 10:28:41'),(133654,47463,'action created','2021-03-02 18:28:41','2021-03-02 10:28:41'),(133655,47463,'action started via WP Cron','2021-03-02 18:29:42','2021-03-02 10:29:42'),(133656,47463,'action complete via WP Cron','2021-03-02 18:29:42','2021-03-02 10:29:42'),(133657,47464,'action created','2021-03-02 18:29:42','2021-03-02 10:29:42'),(133658,47464,'action started via WP Cron','2021-03-02 18:30:59','2021-03-02 10:30:59'),(133659,47464,'action complete via WP Cron','2021-03-02 18:30:59','2021-03-02 10:30:59'),(133660,47465,'action created','2021-03-02 18:30:59','2021-03-02 10:30:59'),(133661,47465,'action started via WP Cron','2021-03-02 18:32:00','2021-03-02 10:32:00'),(133662,47465,'action complete via WP Cron','2021-03-02 18:32:00','2021-03-02 10:32:00'),(133663,47466,'action created','2021-03-02 18:32:00','2021-03-02 10:32:00'),(133664,47466,'action started via WP Cron','2021-03-02 18:33:01','2021-03-02 10:33:01'),(133665,47466,'action complete via WP Cron','2021-03-02 18:33:01','2021-03-02 10:33:01'),(133666,47467,'action created','2021-03-02 18:33:01','2021-03-02 10:33:01'),(133667,47467,'action started via WP Cron','2021-03-02 18:37:24','2021-03-02 10:37:24'),(133668,47467,'action complete via WP Cron','2021-03-02 18:37:24','2021-03-02 10:37:24'),(133669,47468,'action created','2021-03-02 18:37:24','2021-03-02 10:37:24'),(133670,47468,'action started via WP Cron','2021-03-02 18:41:27','2021-03-02 10:41:27'),(133671,47468,'action complete via WP Cron','2021-03-02 18:41:27','2021-03-02 10:41:27'),(133672,47469,'action created','2021-03-02 18:41:27','2021-03-02 10:41:27'),(133673,47469,'action started via WP Cron','2021-03-02 18:41:51','2021-03-02 10:41:51'),(133674,47469,'action complete via WP Cron','2021-03-02 18:41:51','2021-03-02 10:41:51'),(133675,47470,'action created','2021-03-02 18:41:51','2021-03-02 10:41:51'),(133676,47470,'action started via WP Cron','2021-03-02 18:44:11','2021-03-02 10:44:11'),(133677,47470,'action complete via WP Cron','2021-03-02 18:44:11','2021-03-02 10:44:11'),(133678,47471,'action created','2021-03-02 18:44:11','2021-03-02 10:44:11'),(133679,47471,'action started via WP Cron','2021-03-02 18:48:58','2021-03-02 10:48:58'),(133680,47471,'action complete via WP Cron','2021-03-02 18:48:58','2021-03-02 10:48:58'),(133681,47472,'action created','2021-03-02 18:48:59','2021-03-02 10:48:59'),(133682,47472,'action started via WP Cron','2021-03-02 18:51:12','2021-03-02 10:51:12'),(133683,47472,'action complete via WP Cron','2021-03-02 18:51:12','2021-03-02 10:51:12'),(133684,47473,'action created','2021-03-02 18:54:07','2021-03-02 10:54:07'),(133685,47473,'action started via WP Cron','2021-03-02 18:59:20','2021-03-02 10:59:20'),(133686,47473,'action complete via WP Cron','2021-03-02 18:59:20','2021-03-02 10:59:20'),(133687,47474,'action created','2021-03-02 18:59:21','2021-03-02 10:59:21'),(133688,47474,'action started via WP Cron','2021-03-02 19:03:09','2021-03-02 11:03:09'),(133689,47474,'action complete via WP Cron','2021-03-02 19:03:09','2021-03-02 11:03:09'),(133690,47475,'action created','2021-03-02 19:03:09','2021-03-02 11:03:09'),(133691,47475,'action started via WP Cron','2021-03-02 19:04:16','2021-03-02 11:04:16'),(133692,47475,'action complete via WP Cron','2021-03-02 19:04:16','2021-03-02 11:04:16'),(133693,47476,'action created','2021-03-02 19:04:16','2021-03-02 11:04:16'),(133694,47476,'action started via WP Cron','2021-03-02 19:04:41','2021-03-02 11:04:41'),(133695,47476,'action complete via WP Cron','2021-03-02 19:04:41','2021-03-02 11:04:41'),(133696,47477,'action created','2021-03-02 19:04:41','2021-03-02 11:04:41'),(133697,47477,'action started via WP Cron','2021-03-02 19:07:19','2021-03-02 11:07:19'),(133698,47477,'action complete via WP Cron','2021-03-02 19:07:19','2021-03-02 11:07:19'),(133699,47478,'action created','2021-03-02 19:07:19','2021-03-02 11:07:19'),(133700,47478,'action started via WP Cron','2021-03-02 19:15:34','2021-03-02 11:15:34'),(133701,47478,'action complete via WP Cron','2021-03-02 19:15:34','2021-03-02 11:15:34'),(133702,47479,'action created','2021-03-02 19:15:34','2021-03-02 11:15:34'),(133703,47479,'action started via WP Cron','2021-03-02 19:16:09','2021-03-02 11:16:09'),(133704,47479,'action complete via WP Cron','2021-03-02 19:16:09','2021-03-02 11:16:09'),(133705,47480,'action created','2021-03-02 19:16:09','2021-03-02 11:16:09'),(133706,47480,'action started via WP Cron','2021-03-02 19:23:00','2021-03-02 11:23:00'),(133707,47480,'action complete via WP Cron','2021-03-02 19:23:00','2021-03-02 11:23:00'),(133708,47481,'action created','2021-03-02 19:23:01','2021-03-02 11:23:01'),(133709,47481,'action started via WP Cron','2021-03-02 19:24:01','2021-03-02 11:24:01'),(133710,47481,'action complete via WP Cron','2021-03-02 19:24:01','2021-03-02 11:24:01'),(133711,47482,'action created','2021-03-02 19:24:01','2021-03-02 11:24:01'),(133712,47482,'action started via WP Cron','2021-03-02 19:25:03','2021-03-02 11:25:03'),(133713,47482,'action complete via WP Cron','2021-03-02 19:25:03','2021-03-02 11:25:03'),(133714,47483,'action created','2021-03-02 19:25:33','2021-03-02 11:25:33'),(133715,47483,'action started via WP Cron','2021-03-02 19:25:52','2021-03-02 11:25:52'),(133716,47483,'action complete via WP Cron','2021-03-02 19:25:52','2021-03-02 11:25:52'),(133717,47484,'action created','2021-03-02 19:25:52','2021-03-02 11:25:52'),(133718,47484,'action started via WP Cron','2021-03-02 19:27:04','2021-03-02 11:27:04'),(133719,47484,'action complete via WP Cron','2021-03-02 19:27:04','2021-03-02 11:27:04'),(133720,47485,'action created','2021-03-02 19:27:04','2021-03-02 11:27:04'),(133721,47485,'action started via WP Cron','2021-03-02 19:28:05','2021-03-02 11:28:05'),(133722,47485,'action complete via WP Cron','2021-03-02 19:28:05','2021-03-02 11:28:05'),(133723,47486,'action created','2021-03-02 19:28:05','2021-03-02 11:28:05'),(133724,47486,'action started via WP Cron','2021-03-02 19:29:43','2021-03-02 11:29:43'),(133725,47486,'action complete via WP Cron','2021-03-02 19:29:43','2021-03-02 11:29:43'),(133726,47487,'action created','2021-03-02 19:29:43','2021-03-02 11:29:43'),(133727,47487,'action started via WP Cron','2021-03-02 19:30:42','2021-03-02 11:30:42'),(133728,47487,'action complete via WP Cron','2021-03-02 19:30:42','2021-03-02 11:30:42'),(133729,47488,'action created','2021-03-02 19:30:52','2021-03-02 11:30:52'),(133730,47488,'action started via WP Cron','2021-03-02 19:31:43','2021-03-02 11:31:43'),(133731,47488,'action complete via WP Cron','2021-03-02 19:31:43','2021-03-02 11:31:43'),(133732,47489,'action created','2021-03-02 19:31:43','2021-03-02 11:31:43'),(133733,47489,'action started via WP Cron','2021-03-02 19:32:44','2021-03-02 11:32:44'),(133734,47489,'action complete via WP Cron','2021-03-02 19:32:44','2021-03-02 11:32:44'),(133735,47490,'action created','2021-03-02 19:32:44','2021-03-02 11:32:44'),(133736,47490,'action started via WP Cron','2021-03-02 19:36:55','2021-03-02 11:36:55'),(133737,47490,'action complete via WP Cron','2021-03-02 19:36:55','2021-03-02 11:36:55'),(133738,47491,'action created','2021-03-02 19:36:55','2021-03-02 11:36:55'),(133739,47491,'action started via WP Cron','2021-03-02 19:45:09','2021-03-02 11:45:09'),(133740,47491,'action complete via WP Cron','2021-03-02 19:45:09','2021-03-02 11:45:09'),(133741,47492,'action created','2021-03-02 19:45:09','2021-03-02 11:45:09'),(133742,47492,'action started via WP Cron','2021-03-02 19:45:57','2021-03-02 11:45:57'),(133743,47492,'action complete via WP Cron','2021-03-02 19:45:57','2021-03-02 11:45:57'),(133744,47493,'action created','2021-03-02 19:45:57','2021-03-02 11:45:57'),(133745,47493,'action started via WP Cron','2021-03-02 19:48:09','2021-03-02 11:48:09'),(133746,47493,'action complete via WP Cron','2021-03-02 19:48:09','2021-03-02 11:48:09'),(133747,47494,'action created','2021-03-02 19:48:09','2021-03-02 11:48:09'),(133748,47494,'action started via WP Cron','2021-03-02 19:49:09','2021-03-02 11:49:09'),(133749,47494,'action complete via WP Cron','2021-03-02 19:49:09','2021-03-02 11:49:09'),(133750,47495,'action created','2021-03-02 19:49:09','2021-03-02 11:49:09'),(133751,47495,'action started via WP Cron','2021-03-02 19:49:53','2021-03-02 11:49:53'),(133752,47495,'action complete via WP Cron','2021-03-02 19:49:53','2021-03-02 11:49:53'),(133753,47496,'action created','2021-03-02 19:49:53','2021-03-02 11:49:53'),(133754,47496,'action started via WP Cron','2021-03-02 19:53:15','2021-03-02 11:53:15'),(133755,47496,'action complete via WP Cron','2021-03-02 19:53:16','2021-03-02 11:53:16'),(133756,47497,'action created','2021-03-02 19:53:16','2021-03-02 11:53:16'),(133757,47497,'action started via WP Cron','2021-03-02 19:56:17','2021-03-02 11:56:17'),(133758,47497,'action complete via WP Cron','2021-03-02 19:56:17','2021-03-02 11:56:17'),(133759,47498,'action created','2021-03-02 19:56:17','2021-03-02 11:56:17'),(133760,47498,'action started via WP Cron','2021-03-02 20:00:50','2021-03-02 12:00:50'),(133761,47498,'action complete via WP Cron','2021-03-02 20:00:50','2021-03-02 12:00:50'),(133762,47499,'action created','2021-03-02 20:00:50','2021-03-02 12:00:50'),(133763,47499,'action started via WP Cron','2021-03-02 20:03:25','2021-03-02 12:03:25'),(133764,47499,'action complete via WP Cron','2021-03-02 20:03:25','2021-03-02 12:03:25'),(133765,47500,'action created','2021-03-02 20:03:25','2021-03-02 12:03:25'),(133766,47500,'action started via WP Cron','2021-03-02 20:04:32','2021-03-02 12:04:32'),(133767,47500,'action complete via WP Cron','2021-03-02 20:04:32','2021-03-02 12:04:32'),(133768,47501,'action created','2021-03-02 20:04:32','2021-03-02 12:04:32'),(133769,47501,'action started via WP Cron','2021-03-02 20:05:33','2021-03-02 12:05:33'),(133770,47501,'action complete via WP Cron','2021-03-02 20:05:33','2021-03-02 12:05:33'),(133771,47502,'action created','2021-03-02 20:06:34','2021-03-02 12:06:34'),(133772,47502,'action started via WP Cron','2021-03-02 20:07:18','2021-03-02 12:07:18'),(133773,47502,'action complete via WP Cron','2021-03-02 20:07:18','2021-03-02 12:07:18'),(133774,47503,'action created','2021-03-02 20:07:18','2021-03-02 12:07:18'),(133775,47503,'action started via WP Cron','2021-03-02 20:08:19','2021-03-02 12:08:19'),(133776,47503,'action complete via WP Cron','2021-03-02 20:08:19','2021-03-02 12:08:19'),(133777,47504,'action created','2021-03-02 20:08:19','2021-03-02 12:08:19'),(133778,47504,'action started via WP Cron','2021-03-02 20:09:20','2021-03-02 12:09:20'),(133779,47504,'action complete via WP Cron','2021-03-02 20:09:20','2021-03-02 12:09:20'),(133780,47505,'action created','2021-03-02 20:09:20','2021-03-02 12:09:20'),(133781,47505,'action started via WP Cron','2021-03-02 20:14:37','2021-03-02 12:14:37'),(133782,47505,'action complete via WP Cron','2021-03-02 20:14:37','2021-03-02 12:14:37'),(133783,47506,'action created','2021-03-02 20:14:37','2021-03-02 12:14:37'),(133784,47506,'action started via WP Cron','2021-03-02 20:15:44','2021-03-02 12:15:44'),(133785,47506,'action complete via WP Cron','2021-03-02 20:15:44','2021-03-02 12:15:44'),(133786,47507,'action created','2021-03-02 20:15:44','2021-03-02 12:15:44'),(133787,47507,'action started via WP Cron','2021-03-02 20:16:45','2021-03-02 12:16:45'),(133788,47507,'action complete via WP Cron','2021-03-02 20:16:45','2021-03-02 12:16:45'),(133789,47508,'action created','2021-03-02 20:16:45','2021-03-02 12:16:45'),(133790,47508,'action started via WP Cron','2021-03-02 20:17:46','2021-03-02 12:17:46'),(133791,47508,'action complete via WP Cron','2021-03-02 20:17:46','2021-03-02 12:17:46'),(133792,47509,'action created','2021-03-02 20:17:46','2021-03-02 12:17:46'),(133793,47509,'action started via WP Cron','2021-03-02 20:18:47','2021-03-02 12:18:47'),(133794,47509,'action complete via WP Cron','2021-03-02 20:18:47','2021-03-02 12:18:47'),(133795,47510,'action created','2021-03-02 20:18:47','2021-03-02 12:18:47'),(133796,47510,'action started via WP Cron','2021-03-02 20:20:46','2021-03-02 12:20:46'),(133797,47510,'action complete via WP Cron','2021-03-02 20:20:46','2021-03-02 12:20:46'),(133798,47511,'action created','2021-03-02 20:20:46','2021-03-02 12:20:46'),(133799,47511,'action started via WP Cron','2021-03-02 20:25:07','2021-03-02 12:25:07'),(133800,47511,'action complete via WP Cron','2021-03-02 20:25:07','2021-03-02 12:25:07'),(133801,47512,'action created','2021-03-02 20:25:07','2021-03-02 12:25:07'),(133802,47512,'action started via WP Cron','2021-03-02 20:29:05','2021-03-02 12:29:05'),(133803,47512,'action complete via WP Cron','2021-03-02 20:29:05','2021-03-02 12:29:05'),(133804,47513,'action created','2021-03-02 20:29:05','2021-03-02 12:29:05'),(133805,47513,'action started via WP Cron','2021-03-02 20:30:08','2021-03-02 12:30:08'),(133806,47513,'action complete via WP Cron','2021-03-02 20:30:08','2021-03-02 12:30:08'),(133807,47514,'action created','2021-03-02 20:30:08','2021-03-02 12:30:08'),(133808,47514,'action started via WP Cron','2021-03-02 20:31:30','2021-03-02 12:31:30'),(133809,47514,'action complete via WP Cron','2021-03-02 20:31:30','2021-03-02 12:31:30'),(133810,47515,'action created','2021-03-02 20:31:30','2021-03-02 12:31:30'),(133811,47515,'action started via WP Cron','2021-03-02 20:31:48','2021-03-02 12:31:48'),(133812,47515,'action complete via WP Cron','2021-03-02 20:31:48','2021-03-02 12:31:48'),(133813,47516,'action created','2021-03-02 20:31:48','2021-03-02 12:31:48'),(133814,47516,'action started via WP Cron','2021-03-02 20:33:56','2021-03-02 12:33:56'),(133815,47516,'action complete via WP Cron','2021-03-02 20:33:56','2021-03-02 12:33:56'),(133816,47517,'action created','2021-03-02 20:33:56','2021-03-02 12:33:56'),(133817,47517,'action started via WP Cron','2021-03-02 20:39:56','2021-03-02 12:39:56'),(133818,47517,'action complete via WP Cron','2021-03-02 20:39:56','2021-03-02 12:39:56'),(133819,47518,'action created','2021-03-02 20:41:54','2021-03-02 12:41:54'),(133823,47519,'action started via WP Cron','2021-03-02 20:50:35','2021-03-02 12:50:35'),(133824,47519,'action complete via WP Cron','2021-03-02 20:50:35','2021-03-02 12:50:35'),(133825,47520,'action created','2021-03-02 20:50:35','2021-03-02 12:50:35'),(133826,47520,'action started via WP Cron','2021-03-02 20:51:30','2021-03-02 12:51:30'),(133827,47520,'action complete via WP Cron','2021-03-02 20:51:30','2021-03-02 12:51:30'),(133828,47521,'action created','2021-03-02 20:51:30','2021-03-02 12:51:30'),(133829,47521,'action started via WP Cron','2021-03-02 20:56:03','2021-03-02 12:56:03'),(133830,47521,'action complete via WP Cron','2021-03-02 20:56:03','2021-03-02 12:56:03'),(133831,47522,'action created','2021-03-02 21:02:18','2021-03-02 13:02:18'),(133832,47522,'action started via WP Cron','2021-03-02 21:03:16','2021-03-02 13:03:16'),(133833,47522,'action complete via WP Cron','2021-03-02 21:03:16','2021-03-02 13:03:16'),(133834,47523,'action created','2021-03-02 21:03:16','2021-03-02 13:03:16'),(133835,47523,'action started via WP Cron','2021-03-02 21:05:23','2021-03-02 13:05:23'),(133836,47523,'action complete via WP Cron','2021-03-02 21:05:23','2021-03-02 13:05:23'),(133837,47524,'action created','2021-03-02 21:05:23','2021-03-02 13:05:23'),(133838,47524,'action started via WP Cron','2021-03-02 21:05:59','2021-03-02 13:05:59'),(133839,47524,'action complete via WP Cron','2021-03-02 21:05:59','2021-03-02 13:05:59'),(133840,47525,'action created','2021-03-02 21:05:59','2021-03-02 13:05:59'),(133841,47525,'action started via WP Cron','2021-03-02 21:06:59','2021-03-02 13:06:59'),(133842,47525,'action complete via WP Cron','2021-03-02 21:06:59','2021-03-02 13:06:59'),(133843,47526,'action created','2021-03-02 21:08:00','2021-03-02 13:08:00'),(133844,47526,'action started via WP Cron','2021-03-02 21:10:03','2021-03-02 13:10:03'),(133845,47526,'action complete via WP Cron','2021-03-02 21:10:03','2021-03-02 13:10:03'),(133846,47527,'action created','2021-03-02 21:11:03','2021-03-02 13:11:03'),(133847,47527,'action started via WP Cron','2021-03-02 21:12:04','2021-03-02 13:12:04'),(133848,47527,'action complete via WP Cron','2021-03-02 21:12:04','2021-03-02 13:12:04'),(133849,47528,'action created','2021-03-02 21:12:04','2021-03-02 13:12:04'),(133850,47528,'action started via WP Cron','2021-03-02 21:17:09','2021-03-02 13:17:09'),(133851,47528,'action complete via WP Cron','2021-03-02 21:17:09','2021-03-02 13:17:09'),(133852,47529,'action created','2021-03-02 21:17:09','2021-03-02 13:17:09'),(133853,47529,'action started via WP Cron','2021-03-02 21:18:32','2021-03-02 13:18:32'),(133854,47529,'action complete via WP Cron','2021-03-02 21:18:32','2021-03-02 13:18:32'),(133855,47530,'action created','2021-03-02 21:18:32','2021-03-02 13:18:32'),(133856,47530,'action started via WP Cron','2021-03-02 21:18:48','2021-03-02 13:18:48'),(133857,47530,'action complete via WP Cron','2021-03-02 21:18:48','2021-03-02 13:18:48'),(133858,47531,'action created','2021-03-02 21:18:48','2021-03-02 13:18:48'),(133859,47531,'action started via WP Cron','2021-03-02 21:20:08','2021-03-02 13:20:08'),(133860,47531,'action complete via WP Cron','2021-03-02 21:20:08','2021-03-02 13:20:08'),(133861,47532,'action created','2021-03-02 21:20:08','2021-03-02 13:20:08'),(133862,47532,'action started via WP Cron','2021-03-02 21:21:09','2021-03-02 13:21:09'),(133863,47532,'action complete via WP Cron','2021-03-02 21:21:09','2021-03-02 13:21:09'),(133864,47533,'action created','2021-03-02 21:21:09','2021-03-02 13:21:09'),(133865,47533,'action started via WP Cron','2021-03-02 21:22:10','2021-03-02 13:22:10'),(133866,47533,'action complete via WP Cron','2021-03-02 21:22:10','2021-03-02 13:22:10'),(133867,47534,'action created','2021-03-02 21:22:10','2021-03-02 13:22:10'),(133868,47534,'action started via WP Cron','2021-03-02 21:23:11','2021-03-02 13:23:11'),(133869,47534,'action complete via WP Cron','2021-03-02 21:23:11','2021-03-02 13:23:11'),(133870,47535,'action created','2021-03-02 21:23:11','2021-03-02 13:23:11'),(133871,47535,'action started via WP Cron','2021-03-02 21:27:05','2021-03-02 13:27:05'),(133872,47535,'action complete via WP Cron','2021-03-02 21:27:05','2021-03-02 13:27:05'),(133873,47536,'action created','2021-03-02 21:27:05','2021-03-02 13:27:05'),(133874,47536,'action started via WP Cron','2021-03-02 21:33:52','2021-03-02 13:33:52'),(133875,47536,'action complete via WP Cron','2021-03-02 21:33:52','2021-03-02 13:33:52'),(133876,47537,'action created','2021-03-02 21:33:53','2021-03-02 13:33:53'),(133877,47537,'action started via WP Cron','2021-03-02 21:45:36','2021-03-02 13:45:36'),(133878,47537,'action complete via WP Cron','2021-03-02 21:45:36','2021-03-02 13:45:36'),(133879,47538,'action created','2021-03-02 21:45:36','2021-03-02 13:45:36'),(133880,47538,'action started via WP Cron','2021-03-02 21:45:52','2021-03-02 13:45:52'),(133881,47538,'action complete via WP Cron','2021-03-02 21:45:52','2021-03-02 13:45:52'),(133882,47539,'action created','2021-03-02 21:45:52','2021-03-02 13:45:52'),(133883,47539,'action started via WP Cron','2021-03-02 21:47:09','2021-03-02 13:47:09'),(133884,47539,'action complete via WP Cron','2021-03-02 21:47:09','2021-03-02 13:47:09'),(133885,47540,'action created','2021-03-02 21:47:09','2021-03-02 13:47:09'),(133886,47540,'action started via WP Cron','2021-03-02 21:47:56','2021-03-02 13:47:56'),(133887,47540,'action complete via WP Cron','2021-03-02 21:47:56','2021-03-02 13:47:56'),(133888,47541,'action created','2021-03-02 21:47:56','2021-03-02 13:47:56'),(133889,47541,'action started via WP Cron','2021-03-02 21:50:13','2021-03-02 13:50:13'),(133890,47541,'action complete via WP Cron','2021-03-02 21:50:13','2021-03-02 13:50:13'),(133891,47542,'action created','2021-03-02 21:50:13','2021-03-02 13:50:13'),(133892,47542,'action started via WP Cron','2021-03-02 21:51:14','2021-03-02 13:51:14'),(133893,47542,'action complete via WP Cron','2021-03-02 21:51:14','2021-03-02 13:51:14'),(133894,47543,'action created','2021-03-02 21:51:14','2021-03-02 13:51:14'),(133895,47543,'action started via WP Cron','2021-03-02 21:52:15','2021-03-02 13:52:15'),(133896,47543,'action complete via WP Cron','2021-03-02 21:52:15','2021-03-02 13:52:15'),(133897,47544,'action created','2021-03-02 21:52:15','2021-03-02 13:52:15'),(133898,47544,'action started via WP Cron','2021-03-02 22:04:14','2021-03-02 14:04:14'),(133899,47544,'action complete via WP Cron','2021-03-02 22:04:14','2021-03-02 14:04:14'),(133900,47545,'action created','2021-03-02 22:04:15','2021-03-02 14:04:15'),(133901,47545,'action started via WP Cron','2021-03-02 22:05:21','2021-03-02 14:05:21'),(133902,47545,'action complete via WP Cron','2021-03-02 22:05:21','2021-03-02 14:05:21'),(133903,47546,'action created','2021-03-02 22:05:21','2021-03-02 14:05:21'),(133904,47546,'action started via WP Cron','2021-03-02 22:05:41','2021-03-02 14:05:41'),(133905,47546,'action complete via WP Cron','2021-03-02 22:05:41','2021-03-02 14:05:41'),(133906,47547,'action created','2021-03-02 22:05:41','2021-03-02 14:05:41'),(133907,47547,'action started via WP Cron','2021-03-02 22:08:24','2021-03-02 14:08:24'),(133908,47547,'action complete via WP Cron','2021-03-02 22:08:24','2021-03-02 14:08:24'),(133909,47548,'action created','2021-03-02 22:08:24','2021-03-02 14:08:24'),(133910,47548,'action started via WP Cron','2021-03-02 22:09:25','2021-03-02 14:09:25'),(133911,47548,'action complete via WP Cron','2021-03-02 22:09:25','2021-03-02 14:09:25'),(133912,47549,'action created','2021-03-02 22:09:25','2021-03-02 14:09:25'),(133913,47549,'action started via WP Cron','2021-03-02 22:10:01','2021-03-02 14:10:01'),(133914,47549,'action complete via WP Cron','2021-03-02 22:10:01','2021-03-02 14:10:01'),(133915,47550,'action created','2021-03-02 22:10:01','2021-03-02 14:10:01'),(133916,47550,'action started via WP Cron','2021-03-02 22:10:53','2021-03-02 14:10:53'),(133917,47550,'action complete via WP Cron','2021-03-02 22:10:53','2021-03-02 14:10:53'),(133918,47551,'action created','2021-03-02 22:10:53','2021-03-02 14:10:53'),(133919,47551,'action started via WP Cron','2021-03-02 22:12:39','2021-03-02 14:12:39'),(133920,47551,'action complete via WP Cron','2021-03-02 22:12:39','2021-03-02 14:12:39'),(133921,47552,'action created','2021-03-02 22:12:40','2021-03-02 14:12:40'),(133922,47552,'action started via WP Cron','2021-03-02 22:13:38','2021-03-02 14:13:38'),(133923,47552,'action complete via WP Cron','2021-03-02 22:13:38','2021-03-02 14:13:38'),(133924,47553,'action created','2021-03-02 22:13:38','2021-03-02 14:13:38'),(133925,47553,'action started via WP Cron','2021-03-02 22:14:37','2021-03-02 14:14:37'),(133926,47553,'action complete via WP Cron','2021-03-02 22:14:37','2021-03-02 14:14:37'),(133927,47554,'action created','2021-03-02 22:14:37','2021-03-02 14:14:37'),(133928,47554,'action started via WP Cron','2021-03-02 22:14:52','2021-03-02 14:14:52'),(133929,47554,'action complete via WP Cron','2021-03-02 22:14:52','2021-03-02 14:14:52'),(133930,47555,'action created','2021-03-02 22:14:52','2021-03-02 14:14:52'),(133931,47555,'action started via WP Cron','2021-03-02 22:15:55','2021-03-02 14:15:55'),(133932,47555,'action complete via WP Cron','2021-03-02 22:15:55','2021-03-02 14:15:55'),(133933,47556,'action created','2021-03-02 22:15:55','2021-03-02 14:15:55'),(133934,47556,'action started via WP Cron','2021-03-02 22:17:06','2021-03-02 14:17:06'),(133935,47556,'action complete via WP Cron','2021-03-02 22:17:06','2021-03-02 14:17:06'),(133936,47557,'action created','2021-03-02 22:17:06','2021-03-02 14:17:06'),(133937,47557,'action started via WP Cron','2021-03-02 22:17:45','2021-03-02 14:17:45'),(133938,47557,'action complete via WP Cron','2021-03-02 22:17:45','2021-03-02 14:17:45'),(133939,47558,'action created','2021-03-02 22:17:45','2021-03-02 14:17:45'),(133940,47558,'action started via WP Cron','2021-03-02 22:21:14','2021-03-02 14:21:14'),(133941,47558,'action complete via WP Cron','2021-03-02 22:21:14','2021-03-02 14:21:14'),(133942,47559,'action created','2021-03-02 22:21:14','2021-03-02 14:21:14'),(133943,47559,'action started via WP Cron','2021-03-02 22:24:04','2021-03-02 14:24:04'),(133944,47559,'action complete via WP Cron','2021-03-02 22:24:04','2021-03-02 14:24:04'),(133945,47560,'action created','2021-03-02 22:24:04','2021-03-02 14:24:04'),(133946,47560,'action started via WP Cron','2021-03-02 22:25:05','2021-03-02 14:25:05'),(133947,47560,'action complete via WP Cron','2021-03-02 22:25:05','2021-03-02 14:25:05'),(133948,47561,'action created','2021-03-02 22:25:05','2021-03-02 14:25:05'),(133949,47561,'action started via WP Cron','2021-03-02 22:26:06','2021-03-02 14:26:06'),(133950,47561,'action complete via WP Cron','2021-03-02 22:26:06','2021-03-02 14:26:06'),(133951,47562,'action created','2021-03-02 22:26:06','2021-03-02 14:26:06'),(133952,47562,'action started via WP Cron','2021-03-02 22:28:08','2021-03-02 14:28:08'),(133953,47562,'action complete via WP Cron','2021-03-02 22:28:08','2021-03-02 14:28:08'),(133954,47563,'action created','2021-03-02 22:28:08','2021-03-02 14:28:08'),(133955,47563,'action started via WP Cron','2021-03-02 22:29:10','2021-03-02 14:29:10'),(133956,47563,'action complete via WP Cron','2021-03-02 22:29:10','2021-03-02 14:29:10'),(133957,47564,'action created','2021-03-02 22:29:10','2021-03-02 14:29:10'),(133958,47564,'action started via WP Cron','2021-03-02 22:30:10','2021-03-02 14:30:10'),(133959,47564,'action complete via WP Cron','2021-03-02 22:30:10','2021-03-02 14:30:10'),(133960,47565,'action created','2021-03-02 22:30:10','2021-03-02 14:30:10'),(133961,47565,'action started via WP Cron','2021-03-02 22:32:44','2021-03-02 14:32:44'),(133962,47565,'action complete via WP Cron','2021-03-02 22:32:44','2021-03-02 14:32:44'),(133963,47566,'action created','2021-03-02 22:32:44','2021-03-02 14:32:44'),(133964,47566,'action started via WP Cron','2021-03-02 22:47:52','2021-03-02 14:47:52'),(133965,47566,'action complete via WP Cron','2021-03-02 22:47:52','2021-03-02 14:47:52'),(133966,47567,'action created','2021-03-02 22:47:53','2021-03-02 14:47:53'),(133967,47567,'action started via WP Cron','2021-03-02 22:53:11','2021-03-02 14:53:11'),(133968,47567,'action complete via WP Cron','2021-03-02 22:53:11','2021-03-02 14:53:11'),(133969,47568,'action created','2021-03-02 22:53:11','2021-03-02 14:53:11'),(133970,47568,'action started via WP Cron','2021-03-02 22:55:04','2021-03-02 14:55:04'),(133971,47568,'action complete via WP Cron','2021-03-02 22:55:04','2021-03-02 14:55:04'),(133972,47569,'action created','2021-03-02 22:55:04','2021-03-02 14:55:04'),(133973,47569,'action started via WP Cron','2021-03-02 22:56:04','2021-03-02 14:56:04'),(133974,47569,'action complete via WP Cron','2021-03-02 22:56:04','2021-03-02 14:56:04'),(133975,47570,'action created','2021-03-02 22:56:04','2021-03-02 14:56:04'),(133976,47570,'action started via WP Cron','2021-03-02 23:00:12','2021-03-02 15:00:12'),(133977,47570,'action complete via WP Cron','2021-03-02 23:00:12','2021-03-02 15:00:12'),(133978,47571,'action created','2021-03-02 23:00:12','2021-03-02 15:00:12'),(133979,47571,'action started via WP Cron','2021-03-02 23:01:59','2021-03-02 15:01:59'),(133980,47571,'action complete via WP Cron','2021-03-02 23:01:59','2021-03-02 15:01:59'),(133981,47572,'action created','2021-03-02 23:02:00','2021-03-02 15:02:00'),(133982,47572,'action started via WP Cron','2021-03-02 23:03:17','2021-03-02 15:03:17'),(133983,47572,'action complete via WP Cron','2021-03-02 23:03:17','2021-03-02 15:03:17'),(133984,47573,'action created','2021-03-02 23:03:18','2021-03-02 15:03:18'),(133985,47573,'action started via WP Cron','2021-03-02 23:10:47','2021-03-02 15:10:47'),(133986,47573,'action complete via WP Cron','2021-03-02 23:10:47','2021-03-02 15:10:47'),(133987,47574,'action created','2021-03-02 23:10:47','2021-03-02 15:10:47'),(133988,47574,'action started via Async Request','2021-03-02 23:11:21','2021-03-02 15:11:21'),(133989,47574,'action complete via Async Request','2021-03-02 23:11:21','2021-03-02 15:11:21'),(133990,47575,'action created','2021-03-02 23:11:23','2021-03-02 15:11:23'),(133991,47575,'action started via WP Cron','2021-03-02 23:12:10','2021-03-02 15:12:10'),(133992,47575,'action complete via WP Cron','2021-03-02 23:12:10','2021-03-02 15:12:10'),(133993,47576,'action created','2021-03-02 23:12:10','2021-03-02 15:12:10'),(133994,47576,'action started via WP Cron','2021-03-02 23:13:11','2021-03-02 15:13:11'),(133995,47576,'action complete via WP Cron','2021-03-02 23:13:11','2021-03-02 15:13:11'),(133996,47577,'action created','2021-03-02 23:13:11','2021-03-02 15:13:11'),(133997,47577,'action started via WP Cron','2021-03-02 23:13:45','2021-03-02 15:13:45'),(133998,47577,'action complete via WP Cron','2021-03-02 23:13:45','2021-03-02 15:13:45'),(133999,47578,'action created','2021-03-02 23:13:45','2021-03-02 15:13:45'),(134000,47578,'action started via WP Cron','2021-03-02 23:14:50','2021-03-02 15:14:50'),(134001,47578,'action complete via WP Cron','2021-03-02 23:14:50','2021-03-02 15:14:50'),(134002,47579,'action created','2021-03-02 23:14:50','2021-03-02 15:14:50'),(134003,47579,'action started via WP Cron','2021-03-02 23:15:51','2021-03-02 15:15:51'),(134004,47579,'action complete via WP Cron','2021-03-02 23:15:51','2021-03-02 15:15:51'),(134005,47580,'action created','2021-03-02 23:15:51','2021-03-02 15:15:51'),(134006,47580,'action started via WP Cron','2021-03-02 23:16:52','2021-03-02 15:16:52'),(134007,47580,'action complete via WP Cron','2021-03-02 23:16:52','2021-03-02 15:16:52'),(134008,47581,'action created','2021-03-02 23:16:52','2021-03-02 15:16:52'),(134009,47581,'action started via WP Cron','2021-03-02 23:18:06','2021-03-02 15:18:06'),(134010,47581,'action complete via WP Cron','2021-03-02 23:18:06','2021-03-02 15:18:06'),(134011,47582,'action created','2021-03-02 23:18:06','2021-03-02 15:18:06'),(134012,47582,'action started via WP Cron','2021-03-02 23:19:06','2021-03-02 15:19:06'),(134013,47582,'action complete via WP Cron','2021-03-02 23:19:06','2021-03-02 15:19:06'),(134014,47583,'action created','2021-03-02 23:19:06','2021-03-02 15:19:06'),(134015,47583,'action started via WP Cron','2021-03-02 23:30:14','2021-03-02 15:30:14'),(134016,47583,'action complete via WP Cron','2021-03-02 23:30:14','2021-03-02 15:30:14'),(134017,47584,'action created','2021-03-02 23:30:14','2021-03-02 15:30:14'),(134018,47584,'action started via WP Cron','2021-03-02 23:31:11','2021-03-02 15:31:11'),(134019,47584,'action complete via WP Cron','2021-03-02 23:31:11','2021-03-02 15:31:11'),(134020,47585,'action created','2021-03-02 23:31:11','2021-03-02 15:31:11'),(134021,47585,'action started via WP Cron','2021-03-02 23:32:13','2021-03-02 15:32:13'),(134022,47585,'action complete via WP Cron','2021-03-02 23:32:13','2021-03-02 15:32:13'),(134023,47586,'action created','2021-03-02 23:32:13','2021-03-02 15:32:13'),(134024,47586,'action started via WP Cron','2021-03-02 23:34:14','2021-03-02 15:34:14'),(134025,47586,'action complete via WP Cron','2021-03-02 23:34:14','2021-03-02 15:34:14'),(134026,47587,'action created','2021-03-02 23:34:14','2021-03-02 15:34:14'),(134027,47587,'action started via WP Cron','2021-03-02 23:35:16','2021-03-02 15:35:16'),(134028,47587,'action complete via WP Cron','2021-03-02 23:35:16','2021-03-02 15:35:16'),(134029,47588,'action created','2021-03-02 23:35:17','2021-03-02 15:35:17'),(134030,47588,'action started via WP Cron','2021-03-02 23:36:16','2021-03-02 15:36:16'),(134031,47588,'action complete via WP Cron','2021-03-02 23:36:16','2021-03-02 15:36:16'),(134032,47589,'action created','2021-03-02 23:36:16','2021-03-02 15:36:16'),(134033,47589,'action started via WP Cron','2021-03-02 23:48:24','2021-03-02 15:48:24'),(134034,47589,'action complete via WP Cron','2021-03-02 23:48:24','2021-03-02 15:48:24'),(134035,47590,'action created','2021-03-02 23:48:24','2021-03-02 15:48:24'),(134036,47590,'action started via WP Cron','2021-03-02 23:49:45','2021-03-02 15:49:45'),(134037,47590,'action complete via WP Cron','2021-03-02 23:49:45','2021-03-02 15:49:45'),(134038,47591,'action created','2021-03-02 23:49:45','2021-03-02 15:49:45'),(134039,47591,'action started via WP Cron','2021-03-02 23:51:17','2021-03-02 15:51:17'),(134040,47591,'action complete via WP Cron','2021-03-02 23:51:17','2021-03-02 15:51:17'),(134041,47592,'action created','2021-03-02 23:51:17','2021-03-02 15:51:17'),(134042,47592,'action started via WP Cron','2021-03-02 23:53:20','2021-03-02 15:53:20'),(134043,47592,'action complete via WP Cron','2021-03-02 23:53:20','2021-03-02 15:53:20'),(134044,47593,'action created','2021-03-02 23:53:20','2021-03-02 15:53:20'),(134045,47593,'action started via WP Cron','2021-03-02 23:54:20','2021-03-02 15:54:20'),(134046,47593,'action complete via WP Cron','2021-03-02 23:54:20','2021-03-02 15:54:20'),(134047,47594,'action created','2021-03-02 23:54:20','2021-03-02 15:54:20'),(134048,47594,'action started via WP Cron','2021-03-02 23:57:46','2021-03-02 15:57:46'),(134049,47594,'action complete via WP Cron','2021-03-02 23:57:46','2021-03-02 15:57:46'),(134050,47595,'action created','2021-03-02 23:57:46','2021-03-02 15:57:46'),(134051,47595,'action started via WP Cron','2021-03-03 00:03:10','2021-03-02 16:03:10'),(134052,47595,'action complete via WP Cron','2021-03-03 00:03:10','2021-03-02 16:03:10'),(134053,47596,'action created','2021-03-03 00:03:10','2021-03-02 16:03:10'),(134054,47596,'action started via WP Cron','2021-03-03 00:07:58','2021-03-02 16:07:58'),(134055,47596,'action complete via WP Cron','2021-03-03 00:07:58','2021-03-02 16:07:58'),(134056,47597,'action created','2021-03-03 00:07:58','2021-03-02 16:07:58'),(134057,47597,'action started via WP Cron','2021-03-03 00:11:11','2021-03-02 16:11:11'),(134058,47597,'action complete via WP Cron','2021-03-03 00:11:11','2021-03-02 16:11:11'),(134059,47598,'action created','2021-03-03 00:11:11','2021-03-02 16:11:11'),(134060,47598,'action started via WP Cron','2021-03-03 00:13:34','2021-03-02 16:13:34'),(134061,47598,'action complete via WP Cron','2021-03-03 00:13:34','2021-03-02 16:13:34'),(134062,47599,'action created','2021-03-03 00:13:34','2021-03-02 16:13:34'),(134063,47599,'action started via WP Cron','2021-03-03 00:14:11','2021-03-02 16:14:11'),(134064,47599,'action complete via WP Cron','2021-03-03 00:14:11','2021-03-02 16:14:11'),(134065,47600,'action created','2021-03-03 00:14:11','2021-03-02 16:14:11'),(134066,47600,'action started via WP Cron','2021-03-03 00:14:49','2021-03-02 16:14:49'),(134067,47600,'action complete via WP Cron','2021-03-03 00:14:49','2021-03-02 16:14:49'),(134068,47601,'action created','2021-03-03 00:14:49','2021-03-02 16:14:49'),(134069,47601,'action started via WP Cron','2021-03-03 00:16:13','2021-03-02 16:16:13'),(134070,47601,'action complete via WP Cron','2021-03-03 00:16:13','2021-03-02 16:16:13'),(134071,47602,'action created','2021-03-03 00:16:13','2021-03-02 16:16:13'),(134072,47602,'action started via WP Cron','2021-03-03 00:16:58','2021-03-02 16:16:58'),(134073,47602,'action complete via WP Cron','2021-03-03 00:16:58','2021-03-02 16:16:58'),(134074,47603,'action created','2021-03-03 00:16:58','2021-03-02 16:16:58'),(134075,47603,'action started via WP Cron','2021-03-03 00:17:43','2021-03-02 16:17:43'),(134076,47603,'action complete via WP Cron','2021-03-03 00:17:43','2021-03-02 16:17:43'),(134077,47604,'action created','2021-03-03 00:17:43','2021-03-02 16:17:43'),(134078,47604,'action started via WP Cron','2021-03-03 00:19:00','2021-03-02 16:19:00'),(134079,47604,'action complete via WP Cron','2021-03-03 00:19:00','2021-03-02 16:19:00'),(134080,47605,'action created','2021-03-03 00:19:00','2021-03-02 16:19:00'),(134081,47605,'action started via WP Cron','2021-03-03 00:25:22','2021-03-02 16:25:22'),(134082,47605,'action complete via WP Cron','2021-03-03 00:25:22','2021-03-02 16:25:22'),(134083,47606,'action created','2021-03-03 00:25:22','2021-03-02 16:25:22'),(134084,47606,'action started via WP Cron','2021-03-03 00:26:23','2021-03-02 16:26:23'),(134085,47606,'action complete via WP Cron','2021-03-03 00:26:23','2021-03-02 16:26:23'),(134086,47607,'action created','2021-03-03 00:26:23','2021-03-02 16:26:23'),(134087,47607,'action started via WP Cron','2021-03-03 00:26:43','2021-03-02 16:26:43'),(134088,47607,'action complete via WP Cron','2021-03-03 00:26:43','2021-03-02 16:26:43'),(134089,47608,'action created','2021-03-03 00:26:43','2021-03-02 16:26:43'),(134090,47608,'action started via WP Cron','2021-03-03 00:29:26','2021-03-02 16:29:26'),(134091,47608,'action complete via WP Cron','2021-03-03 00:29:26','2021-03-02 16:29:26'),(134092,47609,'action created','2021-03-03 00:29:26','2021-03-02 16:29:26'),(134093,47609,'action started via WP Cron','2021-03-03 00:30:27','2021-03-02 16:30:27'),(134094,47609,'action complete via WP Cron','2021-03-03 00:30:27','2021-03-02 16:30:27'),(134095,47610,'action created','2021-03-03 00:30:27','2021-03-02 16:30:27'),(134096,47610,'action started via WP Cron','2021-03-03 00:33:05','2021-03-02 16:33:05'),(134097,47610,'action complete via WP Cron','2021-03-03 00:33:05','2021-03-02 16:33:05'),(134098,47611,'action created','2021-03-03 00:33:05','2021-03-02 16:33:05'),(134099,47611,'action started via WP Cron','2021-03-03 00:42:53','2021-03-02 16:42:53'),(134100,47611,'action complete via WP Cron','2021-03-03 00:42:53','2021-03-02 16:42:53'),(134101,47612,'action created','2021-03-03 00:42:53','2021-03-02 16:42:53'),(134102,47612,'action started via WP Cron','2021-03-03 00:59:22','2021-03-02 16:59:22'),(134103,47612,'action complete via WP Cron','2021-03-03 00:59:22','2021-03-02 16:59:22'),(134104,47613,'action created','2021-03-03 00:59:23','2021-03-02 16:59:23'),(134105,47613,'action started via WP Cron','2021-03-03 01:00:04','2021-03-02 17:00:04'),(134106,47613,'action complete via WP Cron','2021-03-03 01:00:04','2021-03-02 17:00:04'),(134107,47614,'action created','2021-03-03 01:00:04','2021-03-02 17:00:04'),(134108,47614,'action started via WP Cron','2021-03-03 01:01:12','2021-03-02 17:01:12'),(134109,47614,'action complete via WP Cron','2021-03-03 01:01:12','2021-03-02 17:01:12'),(134110,47615,'action created','2021-03-03 01:02:12','2021-03-02 17:02:12'),(134111,47615,'action started via WP Cron','2021-03-03 01:03:24','2021-03-02 17:03:24'),(134112,47615,'action complete via WP Cron','2021-03-03 01:03:24','2021-03-02 17:03:24'),(134113,47616,'action created','2021-03-03 01:03:25','2021-03-02 17:03:25'),(134114,47616,'action started via WP Cron','2021-03-03 01:04:14','2021-03-02 17:04:14'),(134115,47616,'action complete via WP Cron','2021-03-03 01:04:14','2021-03-02 17:04:14'),(134116,47617,'action created','2021-03-03 01:04:14','2021-03-02 17:04:14'),(134117,47617,'action started via WP Cron','2021-03-03 01:05:15','2021-03-02 17:05:15'),(134118,47617,'action complete via WP Cron','2021-03-03 01:05:15','2021-03-02 17:05:15'),(134119,47618,'action created','2021-03-03 01:05:15','2021-03-02 17:05:15'),(134120,47618,'action started via WP Cron','2021-03-03 01:06:19','2021-03-02 17:06:19'),(134121,47618,'action complete via WP Cron','2021-03-03 01:06:19','2021-03-02 17:06:19'),(134122,47619,'action created','2021-03-03 01:06:19','2021-03-02 17:06:19'),(134123,47619,'action started via WP Cron','2021-03-03 01:15:40','2021-03-02 17:15:40'),(134124,47619,'action complete via WP Cron','2021-03-03 01:15:40','2021-03-02 17:15:40'),(134125,47620,'action created','2021-03-03 01:16:36','2021-03-02 17:16:36'),(134126,47620,'action started via WP Cron','2021-03-03 01:18:31','2021-03-02 17:18:31'),(134127,47620,'action complete via WP Cron','2021-03-03 01:18:31','2021-03-02 17:18:31'),(134128,47621,'action created','2021-03-03 01:18:31','2021-03-02 17:18:31'),(134129,47621,'action started via WP Cron','2021-03-03 01:19:04','2021-03-02 17:19:04'),(134130,47621,'action complete via WP Cron','2021-03-03 01:19:04','2021-03-02 17:19:04'),(134131,47622,'action created','2021-03-03 01:19:14','2021-03-02 17:19:14'),(134132,47622,'action started via WP Cron','2021-03-03 01:20:06','2021-03-02 17:20:06'),(134133,47622,'action complete via WP Cron','2021-03-03 01:20:06','2021-03-02 17:20:06'),(134134,47623,'action created','2021-03-03 01:20:06','2021-03-02 17:20:06'),(134135,47623,'action started via WP Cron','2021-03-03 01:21:07','2021-03-02 17:21:07'),(134136,47623,'action complete via WP Cron','2021-03-03 01:21:07','2021-03-02 17:21:07'),(134137,47624,'action created','2021-03-03 01:21:08','2021-03-02 17:21:08'),(134138,47624,'action started via WP Cron','2021-03-03 01:22:08','2021-03-02 17:22:08'),(134139,47624,'action complete via WP Cron','2021-03-03 01:22:08','2021-03-02 17:22:08'),(134140,47625,'action created','2021-03-03 01:22:08','2021-03-02 17:22:08'),(134141,47625,'action started via WP Cron','2021-03-03 01:23:32','2021-03-02 17:23:32'),(134142,47625,'action complete via WP Cron','2021-03-03 01:23:32','2021-03-02 17:23:32'),(134143,47626,'action created','2021-03-03 01:23:32','2021-03-02 17:23:32'),(134144,47626,'action started via WP Cron','2021-03-03 01:24:33','2021-03-02 17:24:33'),(134145,47626,'action complete via WP Cron','2021-03-03 01:24:33','2021-03-02 17:24:33'),(134146,47627,'action created','2021-03-03 01:24:33','2021-03-02 17:24:33'),(134147,47627,'action started via WP Cron','2021-03-03 01:26:48','2021-03-02 17:26:48'),(134148,47627,'action complete via WP Cron','2021-03-03 01:26:48','2021-03-02 17:26:48'),(134149,47628,'action created','2021-03-03 01:35:11','2021-03-02 17:35:11'),(134150,47628,'action started via WP Cron','2021-03-03 01:36:48','2021-03-02 17:36:48'),(134151,47628,'action complete via WP Cron','2021-03-03 01:36:48','2021-03-02 17:36:48'),(134152,47629,'action created','2021-03-03 01:36:48','2021-03-02 17:36:48'),(134153,47629,'action started via WP Cron','2021-03-03 01:38:08','2021-03-02 17:38:08'),(134154,47629,'action complete via WP Cron','2021-03-03 01:38:08','2021-03-02 17:38:08'),(134155,47630,'action created','2021-03-03 01:38:08','2021-03-02 17:38:08'),(134156,47630,'action started via WP Cron','2021-03-03 01:40:18','2021-03-02 17:40:18'),(134157,47630,'action complete via WP Cron','2021-03-03 01:40:18','2021-03-02 17:40:18'),(134158,47631,'action created','2021-03-03 01:40:19','2021-03-02 17:40:19'),(134159,47631,'action started via WP Cron','2021-03-03 01:48:27','2021-03-02 17:48:27'),(134160,47631,'action complete via WP Cron','2021-03-03 01:48:27','2021-03-02 17:48:27'),(134161,47632,'action created','2021-03-03 01:48:27','2021-03-02 17:48:27'),(134162,47632,'action started via WP Cron','2021-03-03 01:49:05','2021-03-02 17:49:05'),(134163,47632,'action complete via WP Cron','2021-03-03 01:49:05','2021-03-02 17:49:05'),(134164,47633,'action created','2021-03-03 01:49:06','2021-03-02 17:49:06'),(134165,47633,'action started via WP Cron','2021-03-03 01:52:44','2021-03-02 17:52:44'),(134166,47633,'action complete via WP Cron','2021-03-03 01:52:44','2021-03-02 17:52:44'),(134167,47634,'action created','2021-03-03 01:52:44','2021-03-02 17:52:44'),(134168,47634,'action started via WP Cron','2021-03-03 01:54:12','2021-03-02 17:54:12'),(134169,47634,'action complete via WP Cron','2021-03-03 01:54:12','2021-03-02 17:54:12'),(134170,47635,'action created','2021-03-03 01:54:12','2021-03-02 17:54:12'),(134171,47635,'action started via WP Cron','2021-03-03 02:06:52','2021-03-02 18:06:52'),(134172,47635,'action complete via WP Cron','2021-03-03 02:06:52','2021-03-02 18:06:52'),(134173,47636,'action created','2021-03-03 02:06:52','2021-03-02 18:06:52'),(134174,47636,'action started via WP Cron','2021-03-03 02:07:52','2021-03-02 18:07:52'),(134175,47636,'action complete via WP Cron','2021-03-03 02:07:52','2021-03-02 18:07:52'),(134176,47637,'action created','2021-03-03 02:07:52','2021-03-02 18:07:52'),(134177,47637,'action started via WP Cron','2021-03-03 02:08:53','2021-03-02 18:08:53'),(134178,47637,'action complete via WP Cron','2021-03-03 02:08:53','2021-03-02 18:08:53'),(134179,47638,'action created','2021-03-03 02:08:53','2021-03-02 18:08:53'),(134180,47638,'action started via WP Cron','2021-03-03 02:10:00','2021-03-02 18:10:00'),(134181,47638,'action complete via WP Cron','2021-03-03 02:10:00','2021-03-02 18:10:00'),(134182,47639,'action created','2021-03-03 02:10:00','2021-03-02 18:10:00'),(134183,47639,'action started via WP Cron','2021-03-03 02:11:00','2021-03-02 18:11:00'),(134184,47639,'action complete via WP Cron','2021-03-03 02:11:00','2021-03-02 18:11:00'),(134185,47640,'action created','2021-03-03 02:11:01','2021-03-02 18:11:01'),(134186,47640,'action started via WP Cron','2021-03-03 02:12:02','2021-03-02 18:12:02'),(134187,47640,'action complete via WP Cron','2021-03-03 02:12:02','2021-03-02 18:12:02'),(134188,47641,'action created','2021-03-03 02:12:02','2021-03-02 18:12:02'),(134189,47641,'action started via WP Cron','2021-03-03 02:13:03','2021-03-02 18:13:03'),(134190,47641,'action complete via WP Cron','2021-03-03 02:13:03','2021-03-02 18:13:03'),(134191,47642,'action created','2021-03-03 02:13:03','2021-03-02 18:13:03'),(134192,47642,'action started via WP Cron','2021-03-03 02:20:11','2021-03-02 18:20:11'),(134193,47642,'action complete via WP Cron','2021-03-03 02:20:11','2021-03-02 18:20:11'),(134194,47643,'action created','2021-03-03 02:20:11','2021-03-02 18:20:11'),(134195,47643,'action started via WP Cron','2021-03-03 02:25:22','2021-03-02 18:25:22'),(134196,47643,'action complete via WP Cron','2021-03-03 02:25:22','2021-03-02 18:25:22'),(134197,47644,'action created','2021-03-03 02:25:22','2021-03-02 18:25:22'),(134198,47644,'action started via WP Cron','2021-03-03 02:26:37','2021-03-02 18:26:37'),(134199,47644,'action complete via WP Cron','2021-03-03 02:26:37','2021-03-02 18:26:37'),(134200,47645,'action created','2021-03-03 02:26:37','2021-03-02 18:26:37'),(134201,47645,'action started via WP Cron','2021-03-03 02:27:29','2021-03-02 18:27:29'),(134202,47645,'action complete via WP Cron','2021-03-03 02:27:29','2021-03-02 18:27:29'),(134203,47646,'action created','2021-03-03 02:27:29','2021-03-02 18:27:29'),(134204,47646,'action started via WP Cron','2021-03-03 02:29:30','2021-03-02 18:29:30'),(134205,47646,'action complete via WP Cron','2021-03-03 02:29:30','2021-03-02 18:29:30'),(134206,47647,'action created','2021-03-03 02:29:30','2021-03-02 18:29:30'),(134207,47647,'action started via WP Cron','2021-03-03 02:30:05','2021-03-02 18:30:05'),(134208,47647,'action complete via WP Cron','2021-03-03 02:30:05','2021-03-02 18:30:05'),(134209,47648,'action created','2021-03-03 02:30:05','2021-03-02 18:30:05'),(134210,47648,'action started via WP Cron','2021-03-03 02:31:33','2021-03-02 18:31:33'),(134211,47648,'action complete via WP Cron','2021-03-03 02:31:33','2021-03-02 18:31:33'),(134212,47649,'action created','2021-03-03 02:31:33','2021-03-02 18:31:33'),(134213,47649,'action started via WP Cron','2021-03-03 02:32:22','2021-03-02 18:32:22'),(134214,47649,'action complete via WP Cron','2021-03-03 02:32:22','2021-03-02 18:32:22'),(134215,47650,'action created','2021-03-03 02:32:23','2021-03-02 18:32:23'),(134216,47650,'action started via WP Cron','2021-03-03 02:33:30','2021-03-02 18:33:30'),(134217,47650,'action complete via WP Cron','2021-03-03 02:33:30','2021-03-02 18:33:30'),(134218,47651,'action created','2021-03-03 02:33:31','2021-03-02 18:33:31'),(134219,47651,'action started via WP Cron','2021-03-03 02:34:31','2021-03-02 18:34:31'),(134220,47651,'action complete via WP Cron','2021-03-03 02:34:31','2021-03-02 18:34:31'),(134221,47652,'action created','2021-03-03 02:34:31','2021-03-02 18:34:31'),(134222,47652,'action started via WP Cron','2021-03-03 02:49:16','2021-03-02 18:49:16'),(134223,47652,'action complete via WP Cron','2021-03-03 02:49:16','2021-03-02 18:49:16'),(134224,47653,'action created','2021-03-03 02:49:16','2021-03-02 18:49:16'),(134225,47653,'action started via WP Cron','2021-03-03 02:55:23','2021-03-02 18:55:23'),(134226,47653,'action complete via WP Cron','2021-03-03 02:55:23','2021-03-02 18:55:23'),(134227,47654,'action created','2021-03-03 02:55:23','2021-03-02 18:55:23'),(134228,47654,'action started via WP Cron','2021-03-03 03:03:30','2021-03-02 19:03:30'),(134229,47654,'action complete via WP Cron','2021-03-03 03:03:30','2021-03-02 19:03:30'),(134230,47655,'action created','2021-03-03 03:03:30','2021-03-02 19:03:30'),(134231,47655,'action started via WP Cron','2021-03-03 03:04:38','2021-03-02 19:04:38'),(134232,47655,'action complete via WP Cron','2021-03-03 03:04:38','2021-03-02 19:04:38'),(134233,47656,'action created','2021-03-03 03:04:38','2021-03-02 19:04:38'),(134234,47656,'action started via WP Cron','2021-03-03 03:05:38','2021-03-02 19:05:38'),(134235,47656,'action complete via WP Cron','2021-03-03 03:05:38','2021-03-02 19:05:38'),(134236,47657,'action created','2021-03-03 03:05:38','2021-03-02 19:05:38'),(134237,47657,'action started via WP Cron','2021-03-03 03:06:20','2021-03-02 19:06:20'),(134238,47657,'action complete via WP Cron','2021-03-03 03:06:20','2021-03-02 19:06:20'),(134239,47658,'action created','2021-03-03 03:06:20','2021-03-02 19:06:20'),(134240,47658,'action started via WP Cron','2021-03-03 03:07:28','2021-03-02 19:07:28'),(134241,47658,'action complete via WP Cron','2021-03-03 03:07:28','2021-03-02 19:07:28'),(134242,47659,'action created','2021-03-03 03:07:28','2021-03-02 19:07:28'),(134243,47659,'action started via WP Cron','2021-03-03 03:08:41','2021-03-02 19:08:41'),(134244,47659,'action complete via WP Cron','2021-03-03 03:08:41','2021-03-02 19:08:41'),(134245,47660,'action created','2021-03-03 03:08:41','2021-03-02 19:08:41'),(134246,47660,'action started via WP Cron','2021-03-03 03:09:42','2021-03-02 19:09:42'),(134247,47660,'action complete via WP Cron','2021-03-03 03:09:42','2021-03-02 19:09:42'),(134248,47661,'action created','2021-03-03 03:09:42','2021-03-02 19:09:42'),(134249,47661,'action started via WP Cron','2021-03-03 03:13:32','2021-03-02 19:13:32'),(134250,47661,'action complete via WP Cron','2021-03-03 03:13:32','2021-03-02 19:13:32'),(134251,47662,'action created','2021-03-03 03:13:32','2021-03-02 19:13:32'),(134252,47662,'action started via WP Cron','2021-03-03 03:14:32','2021-03-02 19:14:32'),(134253,47662,'action complete via WP Cron','2021-03-03 03:14:32','2021-03-02 19:14:32'),(134254,47663,'action created','2021-03-03 03:14:32','2021-03-02 19:14:32'),(134255,47663,'action started via WP Cron','2021-03-03 03:14:46','2021-03-02 19:14:46'),(134256,47663,'action complete via WP Cron','2021-03-03 03:14:46','2021-03-02 19:14:46'),(134257,47664,'action created','2021-03-03 03:14:46','2021-03-02 19:14:46'),(134258,47664,'action started via WP Cron','2021-03-03 03:22:24','2021-03-02 19:22:24'),(134259,47664,'action complete via WP Cron','2021-03-03 03:22:24','2021-03-02 19:22:24'),(134260,47665,'action created','2021-03-03 03:22:24','2021-03-02 19:22:24'),(134261,47665,'action started via WP Cron','2021-03-03 03:29:03','2021-03-02 19:29:03'),(134262,47665,'action complete via WP Cron','2021-03-03 03:29:03','2021-03-02 19:29:03'),(134263,47666,'action created','2021-03-03 03:29:03','2021-03-02 19:29:03'),(134264,47666,'action started via WP Cron','2021-03-03 03:30:05','2021-03-02 19:30:05'),(134265,47666,'action complete via WP Cron','2021-03-03 03:30:05','2021-03-02 19:30:05'),(134266,47667,'action created','2021-03-03 03:30:05','2021-03-02 19:30:05'),(134267,47667,'action started via WP Cron','2021-03-03 03:31:07','2021-03-02 19:31:07'),(134268,47667,'action complete via WP Cron','2021-03-03 03:31:07','2021-03-02 19:31:07'),(134269,47668,'action created','2021-03-03 03:31:07','2021-03-02 19:31:07'),(134270,47668,'action started via WP Cron','2021-03-03 03:32:09','2021-03-02 19:32:09'),(134271,47668,'action complete via WP Cron','2021-03-03 03:32:09','2021-03-02 19:32:09'),(134272,47669,'action created','2021-03-03 03:32:09','2021-03-02 19:32:09'),(134273,47669,'action started via WP Cron','2021-03-03 03:33:11','2021-03-02 19:33:11'),(134274,47669,'action complete via WP Cron','2021-03-03 03:33:11','2021-03-02 19:33:11'),(134275,47670,'action created','2021-03-03 03:33:11','2021-03-02 19:33:11'),(134276,47670,'action started via WP Cron','2021-03-03 03:34:12','2021-03-02 19:34:12'),(134277,47670,'action complete via WP Cron','2021-03-03 03:34:12','2021-03-02 19:34:12'),(134278,47671,'action created','2021-03-03 03:34:12','2021-03-02 19:34:12'),(134279,47671,'action started via WP Cron','2021-03-03 03:35:31','2021-03-02 19:35:31'),(134280,47671,'action complete via WP Cron','2021-03-03 03:35:31','2021-03-02 19:35:31'),(134281,47672,'action created','2021-03-03 03:35:31','2021-03-02 19:35:31'),(134282,47672,'action started via WP Cron','2021-03-03 03:35:41','2021-03-02 19:35:41'),(134283,47672,'action complete via WP Cron','2021-03-03 03:35:41','2021-03-02 19:35:41'),(134284,47673,'action created','2021-03-03 03:35:41','2021-03-02 19:35:41'),(134285,47673,'action started via WP Cron','2021-03-03 03:37:33','2021-03-02 19:37:33'),(134286,47673,'action complete via WP Cron','2021-03-03 03:37:33','2021-03-02 19:37:33'),(134287,47674,'action created','2021-03-03 03:37:33','2021-03-02 19:37:33'),(134288,47674,'action started via WP Cron','2021-03-03 03:47:50','2021-03-02 19:47:50'),(134289,47674,'action complete via WP Cron','2021-03-03 03:47:50','2021-03-02 19:47:50'),(134290,47675,'action created','2021-03-03 03:47:50','2021-03-02 19:47:50'),(134291,47675,'action started via WP Cron','2021-03-03 03:50:35','2021-03-02 19:50:35'),(134292,47675,'action complete via WP Cron','2021-03-03 03:50:35','2021-03-02 19:50:35'),(134293,47676,'action created','2021-03-03 03:50:35','2021-03-02 19:50:35'),(134294,47676,'action started via WP Cron','2021-03-03 03:50:57','2021-03-02 19:50:57'),(134295,47676,'action complete via WP Cron','2021-03-03 03:50:57','2021-03-02 19:50:57'),(134296,47677,'action created','2021-03-03 03:50:57','2021-03-02 19:50:57'),(134297,47677,'action started via WP Cron','2021-03-03 03:52:05','2021-03-02 19:52:05'),(134298,47677,'action complete via WP Cron','2021-03-03 03:52:05','2021-03-02 19:52:05'),(134299,47678,'action created','2021-03-03 03:52:05','2021-03-02 19:52:05'),(134300,47678,'action started via WP Cron','2021-03-03 03:53:06','2021-03-02 19:53:06'),(134301,47678,'action complete via WP Cron','2021-03-03 03:53:06','2021-03-02 19:53:06'),(134302,47679,'action created','2021-03-03 03:53:06','2021-03-02 19:53:06'),(134303,47679,'action started via WP Cron','2021-03-03 03:55:06','2021-03-02 19:55:06'),(134304,47679,'action complete via WP Cron','2021-03-03 03:55:06','2021-03-02 19:55:06'),(134305,47680,'action created','2021-03-03 03:55:07','2021-03-02 19:55:07'),(134306,47680,'action started via WP Cron','2021-03-03 03:55:57','2021-03-02 19:55:57'),(134307,47680,'action complete via WP Cron','2021-03-03 03:55:57','2021-03-02 19:55:57'),(134308,47681,'action created','2021-03-03 03:55:57','2021-03-02 19:55:57'),(134309,47681,'action started via WP Cron','2021-03-03 03:57:08','2021-03-02 19:57:08'),(134310,47681,'action complete via WP Cron','2021-03-03 03:57:08','2021-03-02 19:57:08'),(134311,47682,'action created','2021-03-03 03:57:08','2021-03-02 19:57:08'),(134312,47682,'action started via WP Cron','2021-03-03 03:59:59','2021-03-02 19:59:59'),(134313,47682,'action complete via WP Cron','2021-03-03 03:59:59','2021-03-02 19:59:59'),(134314,47683,'action created','2021-03-03 03:59:59','2021-03-02 19:59:59'),(134315,47683,'action started via WP Cron','2021-03-03 04:04:13','2021-03-02 20:04:13'),(134316,47683,'action complete via WP Cron','2021-03-03 04:04:13','2021-03-02 20:04:13'),(134317,47684,'action created','2021-03-03 04:04:13','2021-03-02 20:04:13'),(134318,47684,'action started via WP Cron','2021-03-03 04:09:44','2021-03-02 20:09:44'),(134319,47684,'action complete via WP Cron','2021-03-03 04:09:44','2021-03-02 20:09:44'),(134320,47685,'action created','2021-03-03 04:09:45','2021-03-02 20:09:45'),(134321,47685,'action started via WP Cron','2021-03-03 04:10:43','2021-03-02 20:10:43'),(134322,47685,'action complete via WP Cron','2021-03-03 04:10:43','2021-03-02 20:10:43'),(134323,47686,'action created','2021-03-03 04:10:43','2021-03-02 20:10:43'),(134324,47686,'action started via WP Cron','2021-03-03 04:11:41','2021-03-02 20:11:41'),(134325,47686,'action complete via WP Cron','2021-03-03 04:11:41','2021-03-02 20:11:41'),(134326,47687,'action created','2021-03-03 04:11:41','2021-03-02 20:11:41'),(134327,47687,'action started via WP Cron','2021-03-03 04:13:45','2021-03-02 20:13:45'),(134328,47687,'action complete via WP Cron','2021-03-03 04:13:45','2021-03-02 20:13:45'),(134329,47688,'action created','2021-03-03 04:13:46','2021-03-02 20:13:46'),(134330,47688,'action started via WP Cron','2021-03-03 04:14:47','2021-03-02 20:14:47'),(134331,47688,'action complete via WP Cron','2021-03-03 04:14:47','2021-03-02 20:14:47'),(134332,47689,'action created','2021-03-03 04:14:47','2021-03-02 20:14:47'),(134333,47689,'action started via WP Cron','2021-03-03 04:15:47','2021-03-02 20:15:47'),(134334,47689,'action complete via WP Cron','2021-03-03 04:15:47','2021-03-02 20:15:47'),(134335,47690,'action created','2021-03-03 04:15:48','2021-03-02 20:15:48'),(134336,47690,'action started via WP Cron','2021-03-03 04:18:40','2021-03-02 20:18:40'),(134337,47690,'action complete via WP Cron','2021-03-03 04:18:40','2021-03-02 20:18:40'),(134338,47691,'action created','2021-03-03 04:18:40','2021-03-02 20:18:40'),(134339,47691,'action started via WP Cron','2021-03-03 04:21:11','2021-03-02 20:21:11'),(134340,47691,'action complete via WP Cron','2021-03-03 04:21:11','2021-03-02 20:21:11'),(134341,47692,'action created','2021-03-03 04:21:11','2021-03-02 20:21:11'),(134342,47692,'action started via WP Cron','2021-03-03 04:22:25','2021-03-02 20:22:25'),(134343,47692,'action complete via WP Cron','2021-03-03 04:22:25','2021-03-02 20:22:25'),(134344,47693,'action created','2021-03-03 04:22:25','2021-03-02 20:22:25'),(134345,47693,'action started via WP Cron','2021-03-03 04:25:46','2021-03-02 20:25:46'),(134346,47693,'action complete via WP Cron','2021-03-03 04:25:46','2021-03-02 20:25:46'),(134347,47694,'action created','2021-03-03 04:25:47','2021-03-02 20:25:47'),(134348,47694,'action started via WP Cron','2021-03-03 04:31:51','2021-03-02 20:31:51'),(134349,47694,'action complete via WP Cron','2021-03-03 04:31:51','2021-03-02 20:31:51'),(134350,47695,'action created','2021-03-03 04:31:51','2021-03-02 20:31:51'),(134351,47695,'action started via WP Cron','2021-03-03 04:34:54','2021-03-02 20:34:54'),(134352,47695,'action complete via WP Cron','2021-03-03 04:34:54','2021-03-02 20:34:54'),(134353,47696,'action created','2021-03-03 04:34:55','2021-03-02 20:34:55'),(134354,47696,'action started via WP Cron','2021-03-03 04:35:55','2021-03-02 20:35:55'),(134355,47696,'action complete via WP Cron','2021-03-03 04:35:55','2021-03-02 20:35:55'),(134356,47697,'action created','2021-03-03 04:35:55','2021-03-02 20:35:55'),(134357,47697,'action started via WP Cron','2021-03-03 04:36:57','2021-03-02 20:36:57'),(134358,47697,'action complete via WP Cron','2021-03-03 04:36:57','2021-03-02 20:36:57'),(134359,47698,'action created','2021-03-03 04:36:57','2021-03-02 20:36:57'),(134360,47698,'action started via WP Cron','2021-03-03 04:38:33','2021-03-02 20:38:33'),(134361,47698,'action complete via WP Cron','2021-03-03 04:38:33','2021-03-02 20:38:33'),(134362,47699,'action created','2021-03-03 04:38:33','2021-03-02 20:38:33'),(134363,47699,'action started via WP Cron','2021-03-03 04:38:59','2021-03-02 20:38:59'),(134364,47699,'action complete via WP Cron','2021-03-03 04:38:59','2021-03-02 20:38:59'),(134365,47700,'action created','2021-03-03 04:38:59','2021-03-02 20:38:59'),(134366,47700,'action started via WP Cron','2021-03-03 04:40:00','2021-03-02 20:40:00'),(134367,47700,'action complete via WP Cron','2021-03-03 04:40:00','2021-03-02 20:40:00'),(134368,47701,'action created','2021-03-03 04:40:00','2021-03-02 20:40:00'),(134369,47701,'action started via WP Cron','2021-03-03 04:41:02','2021-03-02 20:41:02'),(134370,47701,'action complete via WP Cron','2021-03-03 04:41:02','2021-03-02 20:41:02'),(134371,47702,'action created','2021-03-03 04:41:02','2021-03-02 20:41:02'),(134372,47702,'action started via WP Cron','2021-03-03 04:45:21','2021-03-02 20:45:21'),(134373,47702,'action complete via WP Cron','2021-03-03 04:45:21','2021-03-02 20:45:21'),(134374,47703,'action created','2021-03-03 04:45:22','2021-03-02 20:45:22'),(134375,47703,'action started via WP Cron','2021-03-03 04:46:27','2021-03-02 20:46:27'),(134376,47703,'action complete via WP Cron','2021-03-03 04:46:27','2021-03-02 20:46:27'),(134377,47704,'action created','2021-03-03 04:46:27','2021-03-02 20:46:27'),(134378,47704,'action started via WP Cron','2021-03-03 04:47:28','2021-03-02 20:47:28'),(134379,47704,'action complete via WP Cron','2021-03-03 04:47:28','2021-03-02 20:47:28'),(134380,47705,'action created','2021-03-03 04:47:28','2021-03-02 20:47:28'),(134381,47705,'action started via WP Cron','2021-03-03 04:52:28','2021-03-02 20:52:28'),(134382,47705,'action complete via WP Cron','2021-03-03 04:52:28','2021-03-02 20:52:28'),(134383,47706,'action created','2021-03-03 04:52:29','2021-03-02 20:52:29'),(134384,47706,'action started via WP Cron','2021-03-03 04:52:45','2021-03-02 20:52:45'),(134385,47706,'action complete via WP Cron','2021-03-03 04:52:45','2021-03-02 20:52:45'),(134386,47707,'action created','2021-03-03 04:52:49','2021-03-02 20:52:49'),(134387,47707,'action started via WP Cron','2021-03-03 04:55:58','2021-03-02 20:55:58'),(134388,47707,'action complete via WP Cron','2021-03-03 04:55:58','2021-03-02 20:55:58'),(134389,47708,'action created','2021-03-03 04:55:58','2021-03-02 20:55:58'),(134390,47708,'action started via WP Cron','2021-03-03 04:58:21','2021-03-02 20:58:21'),(134391,47708,'action complete via WP Cron','2021-03-03 04:58:21','2021-03-02 20:58:21'),(134392,47709,'action created','2021-03-03 04:58:21','2021-03-02 20:58:21'),(134393,47709,'action started via WP Cron','2021-03-03 04:59:44','2021-03-02 20:59:44'),(134394,47709,'action complete via WP Cron','2021-03-03 04:59:44','2021-03-02 20:59:44'),(134395,47710,'action created','2021-03-03 04:59:45','2021-03-02 20:59:45'),(134396,47710,'action started via WP Cron','2021-03-03 05:02:12','2021-03-02 21:02:12'),(134397,47710,'action complete via WP Cron','2021-03-03 05:02:12','2021-03-02 21:02:12'),(134398,47711,'action created','2021-03-03 05:02:12','2021-03-02 21:02:12'),(134399,47711,'action started via WP Cron','2021-03-03 05:06:46','2021-03-02 21:06:46'),(134400,47711,'action complete via WP Cron','2021-03-03 05:06:46','2021-03-02 21:06:46'),(134401,47712,'action created','2021-03-03 05:06:46','2021-03-02 21:06:46'),(134402,47712,'action started via WP Cron','2021-03-03 05:07:46','2021-03-02 21:07:46'),(134403,47712,'action complete via WP Cron','2021-03-03 05:07:46','2021-03-02 21:07:46'),(134404,47713,'action created','2021-03-03 05:07:46','2021-03-02 21:07:46'),(134405,47713,'action started via WP Cron','2021-03-03 05:08:48','2021-03-02 21:08:48'),(134406,47713,'action complete via WP Cron','2021-03-03 05:08:48','2021-03-02 21:08:48'),(134407,47714,'action created','2021-03-03 05:08:48','2021-03-02 21:08:48'),(134408,47714,'action started via WP Cron','2021-03-03 05:09:58','2021-03-02 21:09:58'),(134409,47714,'action complete via WP Cron','2021-03-03 05:09:58','2021-03-02 21:09:58'),(134410,47715,'action created','2021-03-03 05:10:47','2021-03-02 21:10:47'),(134411,47715,'action started via WP Cron','2021-03-03 05:11:50','2021-03-02 21:11:50'),(134412,47715,'action complete via WP Cron','2021-03-03 05:11:50','2021-03-02 21:11:50'),(134413,47716,'action created','2021-03-03 05:11:50','2021-03-02 21:11:50'),(134414,47716,'action started via WP Cron','2021-03-03 05:12:49','2021-03-02 21:12:49'),(134415,47716,'action complete via WP Cron','2021-03-03 05:12:49','2021-03-02 21:12:49'),(134416,47717,'action created','2021-03-03 05:12:50','2021-03-02 21:12:50'),(134417,47717,'action started via WP Cron','2021-03-03 05:14:04','2021-03-02 21:14:04'),(134418,47717,'action complete via WP Cron','2021-03-03 05:14:04','2021-03-02 21:14:04'),(134419,47718,'action created','2021-03-03 05:14:04','2021-03-02 21:14:04'),(134420,47718,'action started via WP Cron','2021-03-03 05:14:41','2021-03-02 21:14:41'),(134421,47718,'action complete via WP Cron','2021-03-03 05:14:41','2021-03-02 21:14:41'),(134422,47719,'action created','2021-03-03 05:16:47','2021-03-02 21:16:47'),(134423,47719,'action started via WP Cron','2021-03-03 05:17:48','2021-03-02 21:17:48'),(134424,47719,'action complete via WP Cron','2021-03-03 05:17:48','2021-03-02 21:17:48'),(134425,47720,'action created','2021-03-03 05:17:48','2021-03-02 21:17:48'),(134426,47720,'action started via WP Cron','2021-03-03 05:18:49','2021-03-02 21:18:49'),(134427,47720,'action complete via WP Cron','2021-03-03 05:18:49','2021-03-02 21:18:49'),(134428,47721,'action created','2021-03-03 05:18:49','2021-03-02 21:18:49'),(134429,47721,'action started via WP Cron','2021-03-03 05:20:55','2021-03-02 21:20:55'),(134430,47721,'action complete via WP Cron','2021-03-03 05:20:55','2021-03-02 21:20:55'),(134431,47722,'action created','2021-03-03 05:20:55','2021-03-02 21:20:55'),(134432,47722,'action started via WP Cron','2021-03-03 05:22:21','2021-03-02 21:22:21'),(134433,47722,'action complete via WP Cron','2021-03-03 05:22:21','2021-03-02 21:22:21'),(134434,47723,'action created','2021-03-03 05:22:21','2021-03-02 21:22:21'),(134435,47723,'action started via WP Cron','2021-03-03 05:23:42','2021-03-02 21:23:42'),(134436,47723,'action complete via WP Cron','2021-03-03 05:23:42','2021-03-02 21:23:42'),(134437,47724,'action created','2021-03-03 05:23:42','2021-03-02 21:23:42'),(134438,47724,'action started via WP Cron','2021-03-03 05:26:42','2021-03-02 21:26:42'),(134439,47724,'action complete via WP Cron','2021-03-03 05:26:42','2021-03-02 21:26:42'),(134440,47725,'action created','2021-03-03 05:26:42','2021-03-02 21:26:42'),(134441,47725,'action started via WP Cron','2021-03-03 05:29:18','2021-03-02 21:29:18'),(134442,47725,'action complete via WP Cron','2021-03-03 05:29:18','2021-03-02 21:29:18'),(134443,47726,'action created','2021-03-03 05:29:18','2021-03-02 21:29:18'),(134444,47726,'action started via WP Cron','2021-03-03 05:31:40','2021-03-02 21:31:40'),(134445,47726,'action complete via WP Cron','2021-03-03 05:31:40','2021-03-02 21:31:40'),(134446,47727,'action created','2021-03-03 05:31:41','2021-03-02 21:31:41'),(134447,47727,'action started via WP Cron','2021-03-03 05:33:47','2021-03-02 21:33:47'),(134448,47727,'action complete via WP Cron','2021-03-03 05:33:47','2021-03-02 21:33:47'),(134449,47728,'action created','2021-03-03 05:33:47','2021-03-02 21:33:47'),(134450,47728,'action started via WP Cron','2021-03-03 05:34:48','2021-03-02 21:34:48'),(134451,47728,'action complete via WP Cron','2021-03-03 05:34:48','2021-03-02 21:34:48'),(134452,47729,'action created','2021-03-03 05:34:48','2021-03-02 21:34:48'),(134453,47729,'action started via WP Cron','2021-03-03 05:36:07','2021-03-02 21:36:07'),(134454,47729,'action complete via WP Cron','2021-03-03 05:36:07','2021-03-02 21:36:07'),(134455,47730,'action created','2021-03-03 05:36:07','2021-03-02 21:36:07'),(134456,47730,'action started via WP Cron','2021-03-03 05:39:03','2021-03-02 21:39:03'),(134457,47730,'action complete via WP Cron','2021-03-03 05:39:03','2021-03-02 21:39:03'),(134458,47731,'action created','2021-03-03 05:39:03','2021-03-02 21:39:03'),(134459,47731,'action started via WP Cron','2021-03-03 05:39:49','2021-03-02 21:39:49'),(134460,47731,'action complete via WP Cron','2021-03-03 05:39:49','2021-03-02 21:39:49'),(134461,47732,'action created','2021-03-03 05:40:37','2021-03-02 21:40:37'),(134462,47732,'action started via WP Cron','2021-03-03 05:41:36','2021-03-02 21:41:36'),(134463,47732,'action complete via WP Cron','2021-03-03 05:41:36','2021-03-02 21:41:36'),(134464,47733,'action created','2021-03-03 05:42:36','2021-03-02 21:42:36'),(134465,47733,'action started via WP Cron','2021-03-03 05:43:37','2021-03-02 21:43:37'),(134466,47733,'action complete via WP Cron','2021-03-03 05:43:37','2021-03-02 21:43:37'),(134467,47734,'action created','2021-03-03 05:43:37','2021-03-02 21:43:37'),(134468,47734,'action started via WP Cron','2021-03-03 05:44:38','2021-03-02 21:44:38'),(134469,47734,'action complete via WP Cron','2021-03-03 05:44:38','2021-03-02 21:44:38'),(134470,47735,'action created','2021-03-03 05:44:38','2021-03-02 21:44:38'),(134471,47735,'action started via WP Cron','2021-03-03 05:45:39','2021-03-02 21:45:39'),(134472,47735,'action complete via WP Cron','2021-03-03 05:45:39','2021-03-02 21:45:39'),(134473,47736,'action created','2021-03-03 05:45:39','2021-03-02 21:45:39'),(134474,47736,'action started via WP Cron','2021-03-03 05:47:43','2021-03-02 21:47:43'),(134475,47736,'action complete via WP Cron','2021-03-03 05:47:43','2021-03-02 21:47:43'),(134476,47737,'action created','2021-03-03 05:47:43','2021-03-02 21:47:43'),(134477,47737,'action started via WP Cron','2021-03-03 05:48:59','2021-03-02 21:48:59'),(134478,47737,'action complete via WP Cron','2021-03-03 05:48:59','2021-03-02 21:48:59'),(134479,47738,'action created','2021-03-03 05:48:59','2021-03-02 21:48:59'),(134480,47738,'action started via WP Cron','2021-03-03 05:50:30','2021-03-02 21:50:30'),(134481,47738,'action complete via WP Cron','2021-03-03 05:50:30','2021-03-02 21:50:30'),(134482,47739,'action created','2021-03-03 05:50:30','2021-03-02 21:50:30'),(134483,47081,'action started via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134484,47081,'action complete via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134486,47739,'action started via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134487,47739,'action complete via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134488,47080,'action started via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134489,47080,'action complete via WP Cron','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134491,47742,'action created','2021-03-03 05:58:37','2021-03-02 21:58:37'),(134492,47742,'action started via WP Cron','2021-03-03 06:00:25','2021-03-02 22:00:25'),(134493,47742,'action complete via WP Cron','2021-03-03 06:00:25','2021-03-02 22:00:25'),(134494,47743,'action created','2021-03-03 06:00:25','2021-03-02 22:00:25'),(134495,47743,'action started via WP Cron','2021-03-03 06:00:41','2021-03-02 22:00:41'),(134496,47743,'action complete via WP Cron','2021-03-03 06:00:41','2021-03-02 22:00:41'),(134497,47744,'action created','2021-03-03 06:00:41','2021-03-02 22:00:41'),(134498,47744,'action started via WP Cron','2021-03-03 06:02:01','2021-03-02 22:02:01'),(134499,47744,'action complete via WP Cron','2021-03-03 06:02:01','2021-03-02 22:02:01'),(134500,47745,'action created','2021-03-03 06:02:01','2021-03-02 22:02:01'),(134501,47745,'action started via WP Cron','2021-03-03 06:07:33','2021-03-02 22:07:33'),(134502,47745,'action complete via WP Cron','2021-03-03 06:07:33','2021-03-02 22:07:33'),(134503,47746,'action created','2021-03-03 06:07:33','2021-03-02 22:07:33'),(134504,47746,'action started via WP Cron','2021-03-03 06:08:13','2021-03-02 22:08:13'),(134505,47746,'action complete via WP Cron','2021-03-03 06:08:13','2021-03-02 22:08:13'),(134506,47747,'action created','2021-03-03 06:08:13','2021-03-02 22:08:13'),(134507,47747,'action started via WP Cron','2021-03-03 06:10:37','2021-03-02 22:10:37'),(134508,47747,'action complete via WP Cron','2021-03-03 06:10:37','2021-03-02 22:10:37'),(134509,47748,'action created','2021-03-03 06:10:38','2021-03-02 22:10:38'),(134510,47748,'action started via WP Cron','2021-03-03 06:10:57','2021-03-02 22:10:57'),(134511,47748,'action complete via WP Cron','2021-03-03 06:10:57','2021-03-02 22:10:57'),(134512,47749,'action created','2021-03-03 06:10:57','2021-03-02 22:10:57'),(134513,47749,'action started via WP Cron','2021-03-03 06:12:39','2021-03-02 22:12:39'),(134514,47749,'action complete via WP Cron','2021-03-03 06:12:39','2021-03-02 22:12:39'),(134515,47750,'action created','2021-03-03 06:12:39','2021-03-02 22:12:39'),(134516,47750,'action started via WP Cron','2021-03-03 06:18:17','2021-03-02 22:18:17'),(134517,47750,'action complete via WP Cron','2021-03-03 06:18:17','2021-03-02 22:18:17'),(134518,47751,'action created','2021-03-03 06:18:17','2021-03-02 22:18:17'),(134519,47751,'action started via WP Cron','2021-03-03 06:19:50','2021-03-02 22:19:50'),(134520,47751,'action complete via WP Cron','2021-03-03 06:19:50','2021-03-02 22:19:50'),(134521,47752,'action created','2021-03-03 06:20:04','2021-03-02 22:20:04'),(134522,47752,'action started via WP Cron','2021-03-03 06:20:50','2021-03-02 22:20:50'),(134523,47752,'action complete via WP Cron','2021-03-03 06:20:50','2021-03-02 22:20:50'),(134524,47753,'action created','2021-03-03 06:20:51','2021-03-02 22:20:51'),(134525,47753,'action started via WP Cron','2021-03-03 06:21:51','2021-03-02 22:21:51'),(134526,47753,'action complete via WP Cron','2021-03-03 06:21:51','2021-03-02 22:21:51'),(134527,47754,'action created','2021-03-03 06:21:52','2021-03-02 22:21:52'),(134528,47754,'action started via WP Cron','2021-03-03 06:22:48','2021-03-02 22:22:48'),(134529,47754,'action complete via WP Cron','2021-03-03 06:22:48','2021-03-02 22:22:48'),(134530,47755,'action created','2021-03-03 06:22:48','2021-03-02 22:22:48'),(134531,47755,'action started via WP Cron','2021-03-03 06:23:48','2021-03-02 22:23:48'),(134532,47755,'action complete via WP Cron','2021-03-03 06:23:48','2021-03-02 22:23:48'),(134533,47756,'action created','2021-03-03 06:23:48','2021-03-02 22:23:48'),(134534,47756,'action started via WP Cron','2021-03-03 06:24:50','2021-03-02 22:24:50'),(134535,47756,'action complete via WP Cron','2021-03-03 06:24:50','2021-03-02 22:24:50'),(134536,47757,'action created','2021-03-03 06:24:55','2021-03-02 22:24:55'),(134537,47757,'action started via WP Cron','2021-03-03 06:25:51','2021-03-02 22:25:51'),(134538,47757,'action complete via WP Cron','2021-03-03 06:25:51','2021-03-02 22:25:51'),(134539,47758,'action created','2021-03-03 06:25:51','2021-03-02 22:25:51'),(134540,47758,'action started via WP Cron','2021-03-03 06:26:50','2021-03-02 22:26:50'),(134541,47758,'action complete via WP Cron','2021-03-03 06:26:50','2021-03-02 22:26:50'),(134542,47759,'action created','2021-03-03 06:26:50','2021-03-02 22:26:50'),(134543,47759,'action started via WP Cron','2021-03-03 06:34:10','2021-03-02 22:34:10'),(134544,47759,'action complete via WP Cron','2021-03-03 06:34:10','2021-03-02 22:34:10'),(134545,47760,'action created','2021-03-03 06:34:10','2021-03-02 22:34:10'),(134546,47760,'action started via WP Cron','2021-03-03 06:35:12','2021-03-02 22:35:12'),(134547,47760,'action complete via WP Cron','2021-03-03 06:35:12','2021-03-02 22:35:12'),(134548,47761,'action created','2021-03-03 06:35:12','2021-03-02 22:35:12'),(134549,47761,'action started via WP Cron','2021-03-03 06:42:01','2021-03-02 22:42:01'),(134550,47761,'action complete via WP Cron','2021-03-03 06:42:01','2021-03-02 22:42:01'),(134551,47762,'action created','2021-03-03 06:42:01','2021-03-02 22:42:01'),(134552,47762,'action started via WP Cron','2021-03-03 06:44:57','2021-03-02 22:44:57'),(134553,47762,'action complete via WP Cron','2021-03-03 06:44:57','2021-03-02 22:44:57'),(134554,47763,'action created','2021-03-03 06:44:58','2021-03-02 22:44:58'),(134555,47763,'action started via WP Cron','2021-03-03 06:46:16','2021-03-02 22:46:16'),(134556,47763,'action complete via WP Cron','2021-03-03 06:46:16','2021-03-02 22:46:16'),(134557,47764,'action created','2021-03-03 06:46:16','2021-03-02 22:46:16'),(134558,47764,'action started via WP Cron','2021-03-03 06:48:08','2021-03-02 22:48:08'),(134559,47764,'action complete via WP Cron','2021-03-03 06:48:08','2021-03-02 22:48:08'),(134560,47765,'action created','2021-03-03 06:48:08','2021-03-02 22:48:08'),(134561,47765,'action started via WP Cron','2021-03-03 06:50:10','2021-03-02 22:50:10'),(134562,47765,'action complete via WP Cron','2021-03-03 06:50:10','2021-03-02 22:50:10'),(134563,47766,'action created','2021-03-03 06:50:11','2021-03-02 22:50:11'),(134564,47766,'action started via WP Cron','2021-03-03 06:51:13','2021-03-02 22:51:13'),(134565,47766,'action complete via WP Cron','2021-03-03 06:51:13','2021-03-02 22:51:13'),(134566,47767,'action created','2021-03-03 06:51:13','2021-03-02 22:51:13'),(134567,47767,'action started via WP Cron','2021-03-03 06:52:13','2021-03-02 22:52:13'),(134568,47767,'action complete via WP Cron','2021-03-03 06:52:13','2021-03-02 22:52:13'),(134569,47768,'action created','2021-03-03 06:52:13','2021-03-02 22:52:13'),(134570,47768,'action started via WP Cron','2021-03-03 06:53:31','2021-03-02 22:53:31'),(134571,47768,'action complete via WP Cron','2021-03-03 06:53:31','2021-03-02 22:53:31'),(134572,47769,'action created','2021-03-03 06:53:31','2021-03-02 22:53:31'),(134573,47769,'action started via WP Cron','2021-03-03 06:53:41','2021-03-02 22:53:41'),(134574,47769,'action complete via WP Cron','2021-03-03 06:53:41','2021-03-02 22:53:41'),(134575,47770,'action created','2021-03-03 06:53:41','2021-03-02 22:53:41'),(134576,47770,'action started via WP Cron','2021-03-03 06:57:03','2021-03-02 22:57:03'),(134577,47770,'action complete via WP Cron','2021-03-03 06:57:03','2021-03-02 22:57:03'),(134578,47771,'action created','2021-03-03 06:57:03','2021-03-02 22:57:03'),(134579,47771,'action started via WP Cron','2021-03-03 06:59:09','2021-03-02 22:59:09'),(134580,47771,'action complete via WP Cron','2021-03-03 06:59:09','2021-03-02 22:59:09'),(134581,47772,'action created','2021-03-03 06:59:09','2021-03-02 22:59:09'),(134582,47772,'action started via WP Cron','2021-03-03 07:01:54','2021-03-02 23:01:54'),(134583,47772,'action complete via WP Cron','2021-03-03 07:01:54','2021-03-02 23:01:54'),(134584,47773,'action created','2021-03-03 07:01:54','2021-03-02 23:01:54'),(134585,47773,'action started via WP Cron','2021-03-03 07:06:22','2021-03-02 23:06:22'),(134586,47773,'action complete via WP Cron','2021-03-03 07:06:22','2021-03-02 23:06:22'),(134587,47774,'action created','2021-03-03 07:06:22','2021-03-02 23:06:22'),(134588,47774,'action started via WP Cron','2021-03-03 07:07:27','2021-03-02 23:07:27'),(134589,47774,'action complete via WP Cron','2021-03-03 07:07:27','2021-03-02 23:07:27'),(134590,47775,'action created','2021-03-03 07:07:27','2021-03-02 23:07:27'),(134591,47775,'action started via WP Cron','2021-03-03 07:08:35','2021-03-02 23:08:35'),(134592,47775,'action complete via WP Cron','2021-03-03 07:08:35','2021-03-02 23:08:35'),(134593,47776,'action created','2021-03-03 07:08:35','2021-03-02 23:08:35'),(134594,47776,'action started via WP Cron','2021-03-03 07:09:28','2021-03-02 23:09:28'),(134595,47776,'action complete via WP Cron','2021-03-03 07:09:28','2021-03-02 23:09:28'),(134596,47777,'action created','2021-03-03 07:09:28','2021-03-02 23:09:28'),(134597,47777,'action started via WP Cron','2021-03-03 07:11:00','2021-03-02 23:11:00'),(134598,47777,'action complete via WP Cron','2021-03-03 07:11:00','2021-03-02 23:11:00'),(134599,47778,'action created','2021-03-03 07:11:00','2021-03-02 23:11:00'),(134600,47778,'action started via WP Cron','2021-03-03 07:12:38','2021-03-02 23:12:38'),(134601,47778,'action complete via WP Cron','2021-03-03 07:12:38','2021-03-02 23:12:38'),(134602,47779,'action created','2021-03-03 07:12:38','2021-03-02 23:12:38'),(134603,47779,'action started via WP Cron','2021-03-03 07:13:40','2021-03-02 23:13:40'),(134604,47779,'action complete via WP Cron','2021-03-03 07:13:40','2021-03-02 23:13:40'),(134605,47780,'action created','2021-03-03 07:13:48','2021-03-02 23:13:48'),(134606,47780,'action started via WP Cron','2021-03-03 07:21:12','2021-03-02 23:21:12'),(134607,47780,'action complete via WP Cron','2021-03-03 07:21:12','2021-03-02 23:21:12'),(134608,47781,'action created','2021-03-03 07:21:12','2021-03-02 23:21:12'),(134609,47781,'action started via WP Cron','2021-03-03 07:22:20','2021-03-02 23:22:20'),(134610,47781,'action complete via WP Cron','2021-03-03 07:22:20','2021-03-02 23:22:20'),(134611,47782,'action created','2021-03-03 07:22:20','2021-03-02 23:22:20'),(134612,47782,'action started via WP Cron','2021-03-03 07:23:21','2021-03-02 23:23:21'),(134613,47782,'action complete via WP Cron','2021-03-03 07:23:21','2021-03-02 23:23:21'),(134614,47783,'action created','2021-03-03 07:23:21','2021-03-02 23:23:21'),(134615,47783,'action started via WP Cron','2021-03-03 07:24:02','2021-03-02 23:24:02'),(134616,47783,'action complete via WP Cron','2021-03-03 07:24:02','2021-03-02 23:24:02'),(134617,47784,'action created','2021-03-03 07:24:02','2021-03-02 23:24:02'),(134618,47784,'action started via WP Cron','2021-03-03 07:25:07','2021-03-02 23:25:07'),(134619,47784,'action complete via WP Cron','2021-03-03 07:25:07','2021-03-02 23:25:07'),(134620,47785,'action created','2021-03-03 07:25:07','2021-03-02 23:25:07'),(134621,47785,'action started via WP Cron','2021-03-03 07:26:08','2021-03-02 23:26:08'),(134622,47785,'action complete via WP Cron','2021-03-03 07:26:08','2021-03-02 23:26:08'),(134623,47786,'action created','2021-03-03 07:26:08','2021-03-02 23:26:08'),(134624,47786,'action started via WP Cron','2021-03-03 07:26:51','2021-03-02 23:26:51'),(134625,47786,'action complete via WP Cron','2021-03-03 07:26:51','2021-03-02 23:26:51'),(134626,47787,'action created','2021-03-03 07:26:51','2021-03-02 23:26:51'),(134627,47787,'action started via WP Cron','2021-03-03 07:28:20','2021-03-02 23:28:20'),(134628,47787,'action complete via WP Cron','2021-03-03 07:28:20','2021-03-02 23:28:20'),(134629,47788,'action created','2021-03-03 07:28:20','2021-03-02 23:28:20'),(134630,47788,'action started via WP Cron','2021-03-03 07:32:16','2021-03-02 23:32:16'),(134631,47788,'action complete via WP Cron','2021-03-03 07:32:16','2021-03-02 23:32:16'),(644813,217767,'action started via WP Cron','2025-09-01 20:16:38','2025-09-01 13:16:38'),(652856,220642,'action complete via WP Cron','2025-09-21 05:24:01','2025-09-20 22:24:01'),(651241,219257,'action complete via WP Cron','2025-09-15 14:30:57','2025-09-15 07:30:57'),(652855,220642,'action started via WP Cron','2025-09-21 05:24:01','2025-09-20 22:24:01'),(652851,220642,'action created','2025-09-21 05:23:58','2025-09-20 22:23:58'),(653397,220795,'action started via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653222,220735,'action complete via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(653223,220766,'action created','2025-09-24 21:51:17','2025-09-24 14:51:17'),(650903,219992,'action created','2025-09-12 08:27:51','2025-09-12 01:27:51'),(650906,219800,'action complete via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(651150,220052,'action started via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651089,220053,'action complete via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(650905,219993,'action created','2025-09-12 08:27:51','2025-09-12 01:27:51'),(651086,219994,'action complete via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(651087,220054,'action created','2025-09-13 12:39:51','2025-09-13 05:39:51'),(651088,220053,'action started via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(653225,220765,'action complete via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(653283,220748,'action started via WP Cron','2025-09-25 11:03:07','2025-09-25 04:03:07'),(650326,219799,'action started via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(650327,219799,'action complete via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(645977,218157,'action started via WP Cron','2025-09-03 20:17:37','2025-09-03 13:17:37'),(653694,220903,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653695,220903,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653696,220923,'action created','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653697,220905,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653698,220905,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653224,220765,'action started via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(651081,219992,'action started via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(651082,219992,'action complete via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(646556,218351,'action started via WP Cron','2025-09-04 20:19:25','2025-09-04 13:19:25'),(646557,218351,'action complete via WP Cron','2025-09-04 20:19:25','2025-09-04 13:19:25'),(646558,218544,'action created','2025-09-04 20:19:25','2025-09-04 13:19:25'),(652002,219961,'action started via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652003,219961,'action complete via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652004,220359,'action created','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652005,219962,'action started via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652006,219962,'action complete via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652007,220360,'action created','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652008,219963,'action started via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652009,219963,'action complete via WP Cron','2025-09-19 04:38:24','2025-09-18 21:38:24'),(652010,220361,'action created','2025-09-19 04:38:24','2025-09-18 21:38:24'),(651864,220256,'action started via WP Cron','2025-09-18 08:30:36','2025-09-18 01:30:36'),(651865,220256,'action complete via WP Cron','2025-09-18 08:30:36','2025-09-18 01:30:36'),(651926,220281,'action complete via WP Cron','2025-09-18 17:52:04','2025-09-18 10:52:04'),(651921,220279,'action started via WP Cron','2025-09-18 17:52:04','2025-09-18 10:52:04'),(651922,220279,'action complete via WP Cron','2025-09-18 17:52:04','2025-09-18 10:52:04'),(651923,220332,'action created','2025-09-18 17:52:04','2025-09-18 10:52:04'),(651924,220281,'action started via WP Cron','2025-09-18 17:52:04','2025-09-18 10:52:04'),(653221,220765,'action created','2025-09-24 21:51:17','2025-09-24 14:51:17'),(653220,220735,'action started via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(653219,220764,'action created','2025-09-24 21:51:17','2025-09-24 14:51:17'),(653218,220733,'action complete via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(651165,220080,'action created','2025-09-14 16:42:35','2025-09-14 09:42:35'),(651166,220080,'action started via Async Request','2025-09-14 16:42:38','2025-09-14 09:42:38'),(651167,220080,'action complete via Async Request','2025-09-14 16:42:38','2025-09-14 09:42:38'),(644653,217909,'action created','2025-09-01 13:35:08','2025-09-01 06:35:08'),(644652,216560,'action complete via WP Cron','2025-09-01 13:35:08','2025-09-01 06:35:08'),(644651,216560,'action started via WP Cron','2025-09-01 13:35:08','2025-09-01 06:35:08'),(645289,218121,'action complete via Async Request','2025-09-02 15:47:48','2025-09-02 08:47:48'),(645288,218121,'action started via Async Request','2025-09-02 15:47:48','2025-09-02 08:47:48'),(653217,220733,'action started via WP Cron','2025-09-24 21:51:17','2025-09-24 14:51:17'),(645287,218121,'action created','2025-09-02 15:47:29','2025-09-02 08:47:29'),(651041,220040,'action created','2025-09-13 04:01:50','2025-09-12 21:01:50'),(640604,216560,'action created','2025-08-25 13:34:31','2025-08-25 06:34:31'),(647700,218735,'action complete via WP Cron','2025-09-06 20:20:42','2025-09-06 13:20:42'),(647701,218925,'action created','2025-09-06 20:20:42','2025-09-06 13:20:42'),(617926,208998,'action created','2025-07-17 14:59:26','2025-07-17 07:59:26'),(644225,217577,'action started via WP Cron','2025-08-31 20:16:15','2025-08-31 13:16:15'),(647983,218830,'action complete via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(647412,218829,'action created','2025-09-06 08:16:23','2025-09-06 01:16:23'),(647411,218641,'action started via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(646847,218641,'action created','2025-09-05 08:16:06','2025-09-05 01:16:06'),(646846,218447,'action complete via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(646849,218448,'action complete via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(651065,219894,'action complete via Async Request','2025-09-13 04:01:56','2025-09-12 21:01:56'),(651066,220047,'action created','2025-09-13 04:01:56','2025-09-12 21:01:56'),(651067,220041,'action started via WP Cron','2025-09-13 04:20:25','2025-09-12 21:20:25'),(651068,220041,'action complete via WP Cron','2025-09-13 04:20:25','2025-09-12 21:20:25'),(648697,219257,'action created','2025-09-08 13:35:23','2025-09-08 06:35:23'),(651042,220041,'action created','2025-09-13 04:01:55','2025-09-12 21:01:55'),(647415,218642,'action started via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(527711,178925,'action created','2025-02-07 21:35:19','2025-02-07 13:35:19'),(617315,207630,'action started via WP Cron','2025-07-16 13:50:45','2025-07-16 06:50:45'),(648696,217909,'action complete via WP Cron','2025-09-08 13:35:23','2025-09-08 06:35:23'),(649325,219466,'action complete via Async Request','2025-09-09 15:13:32','2025-09-09 08:13:32'),(646852,218640,'action complete via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(653515,220824,'action complete via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(649324,219466,'action started via Async Request','2025-09-09 15:13:32','2025-09-09 08:13:32'),(651262,220075,'action complete via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(651085,220053,'action created','2025-09-13 12:39:51','2025-09-13 05:39:51'),(651084,219994,'action started via WP Cron','2025-09-13 12:39:51','2025-09-13 05:39:51'),(649323,219466,'action created','2025-09-09 15:13:26','2025-09-09 08:13:26'),(651158,220076,'action complete via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651157,220076,'action started via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651240,219257,'action started via WP Cron','2025-09-15 14:30:57','2025-09-15 07:30:57'),(648695,217909,'action started via WP Cron','2025-09-08 13:35:23','2025-09-08 06:35:23'),(651156,220077,'action created','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651155,220054,'action complete via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(581963,195856,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-05-16 16:22:30','2025-05-16 09:22:30'),(581962,195856,'action started via WP Cron','2025-05-16 16:22:30','2025-05-16 09:22:30'),(651154,220076,'action created','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651151,220052,'action complete via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651152,220075,'action created','2025-09-14 15:17:56','2025-09-14 08:17:56'),(651153,220054,'action started via WP Cron','2025-09-14 15:17:56','2025-09-14 08:17:56'),(650026,219506,'action complete via WP Cron','2025-09-10 20:22:09','2025-09-10 13:22:09'),(650027,219700,'action created','2025-09-10 20:22:09','2025-09-10 13:22:09'),(650607,219700,'action started via WP Cron','2025-09-11 20:23:04','2025-09-11 13:23:04'),(650608,219700,'action complete via WP Cron','2025-09-11 20:23:04','2025-09-11 13:23:04'),(563583,190883,'action created','2025-04-13 17:53:15','2025-04-13 10:53:15'),(563021,189645,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-04-12 17:28:38','2025-04-12 10:28:38'),(563020,189645,'action started via WP Cron','2025-04-12 17:28:38','2025-04-12 10:28:38'),(567621,192229,'action created','2025-04-21 00:36:27','2025-04-20 17:36:27'),(649443,219311,'action started via WP Cron','2025-09-09 20:21:29','2025-09-09 13:21:29'),(649444,219311,'action complete via WP Cron','2025-09-09 20:21:29','2025-09-09 13:21:29'),(649445,219506,'action created','2025-09-09 20:21:29','2025-09-09 13:21:29'),(652542,220539,'action created','2025-09-20 04:54:17','2025-09-19 21:54:17'),(652544,220539,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-09-20 04:56:02','2025-09-19 21:56:02'),(652543,220539,'action started via WP Cron','2025-09-20 04:56:02','2025-09-19 21:56:02'),(648130,219068,'action complete via WP Cron','2025-09-07 14:15:18','2025-09-07 07:15:18'),(648129,219068,'action started via WP Cron','2025-09-07 14:15:18','2025-09-07 07:15:18'),(648128,219068,'action created','2025-09-07 14:14:12','2025-09-07 07:14:12'),(652541,220537,'action complete via WP Cron','2025-09-20 04:54:17','2025-09-19 21:54:17'),(652540,220537,'action started via WP Cron','2025-09-20 04:54:17','2025-09-19 21:54:17'),(629590,211719,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-08-06 16:27:47','2025-08-06 09:27:47'),(652536,220537,'action created','2025-09-20 04:53:10','2025-09-19 21:53:10'),(629589,211719,'action started via WP Cron','2025-08-06 16:27:47','2025-08-06 09:27:47'),(651927,220334,'action created','2025-09-18 17:52:04','2025-09-18 10:52:04'),(651925,220333,'action created','2025-09-18 17:52:04','2025-09-18 10:52:04'),(644521,217863,'action complete via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(644520,217863,'action started via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(644519,217865,'action created','2025-09-01 08:13:54','2025-09-01 01:13:54'),(652529,220534,'action complete via WP Cron','2025-09-20 04:41:00','2025-09-19 21:41:00'),(652528,220534,'action started via WP Cron','2025-09-20 04:41:00','2025-09-19 21:41:00'),(621429,208998,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-07-23 15:00:26','2025-07-23 08:00:26'),(643940,217484,'action started via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(621428,208998,'action started via WP Cron','2025-07-23 15:00:26','2025-07-23 08:00:26'),(643948,217672,'action complete via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(652527,220534,'action created','2025-09-20 04:39:43','2025-09-19 21:39:43'),(652526,220530,'action complete via Async Request','2025-09-20 04:38:53','2025-09-19 21:38:53'),(651242,220105,'action created','2025-09-15 14:30:57','2025-09-15 07:30:57'),(652525,220530,'action started via Async Request','2025-09-20 04:38:53','2025-09-19 21:38:53'),(626089,211719,'action created','2025-07-31 16:27:47','2025-07-31 09:27:47'),(653522,220864,'action complete via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(652535,220531,'action complete via Async Request','2025-09-20 04:52:55','2025-09-19 21:52:55'),(652956,220594,'action started via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652957,220594,'action complete via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652958,220677,'action created','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652959,220596,'action started via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652960,220678,'action created','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652961,220596,'action complete via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652962,220679,'action created','2025-09-21 18:16:04','2025-09-21 11:16:04'),(652226,220433,'action complete via Async Request','2025-09-19 15:16:14','2025-09-19 08:16:14'),(566894,190883,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-04-19 17:53:45','2025-04-19 10:53:45'),(566893,190883,'action started via WP Cron','2025-04-19 17:53:45','2025-04-19 10:53:45'),(652517,220531,'action created','2025-09-20 04:37:47','2025-09-19 21:37:47'),(652534,220536,'action created','2025-09-20 04:52:55','2025-09-19 21:52:55'),(652515,220530,'action created','2025-09-20 04:37:45','2025-09-19 21:37:45'),(645397,218157,'action created','2025-09-02 20:17:03','2025-09-02 13:17:03'),(586848,198638,'action created','2025-05-25 06:32:13','2025-05-24 23:32:13'),(652533,220531,'action started via Async Request','2025-09-20 04:52:55','2025-09-19 21:52:55'),(653670,220915,'action created','2025-09-30 00:36:09','2025-09-29 17:36:09'),(653405,220825,'action complete via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(650808,218607,'action started via WP Cron','2025-09-12 04:19:43','2025-09-11 21:19:43'),(653666,220913,'action created','2025-09-30 00:36:09','2025-09-29 17:36:09'),(653667,220889,'action started via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(607434,204350,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-06-29 13:54:11','2025-06-29 06:54:11'),(607433,204350,'action started via WP Cron','2025-06-29 13:54:11','2025-06-29 06:54:11'),(548022,185696,'action created','2025-03-16 10:23:04','2025-03-16 03:23:04'),(646262,218254,'action started via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(653586,220863,'action started via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653587,220863,'action complete via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653588,220887,'action created','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653342,220805,'action created','2025-09-26 07:16:09','2025-09-26 00:16:09'),(653343,220361,'action started via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(646851,218640,'action started via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(646270,218446,'action complete via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(646269,218446,'action started via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(646850,218642,'action created','2025-09-05 08:16:06','2025-09-05 01:16:06'),(647419,218829,'action complete via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(652709,220594,'action created','2025-09-20 17:56:34','2025-09-20 10:56:34'),(652710,220454,'action started via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(650908,219993,'action started via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(646844,218447,'action started via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(652713,220596,'action created','2025-09-20 17:56:34','2025-09-20 10:56:34'),(650909,219993,'action complete via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(650907,219994,'action created','2025-09-12 08:27:51','2025-09-12 01:27:51'),(652708,220452,'action complete via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(653344,220361,'action complete via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(652718,220595,'action complete via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(652717,220595,'action started via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(645689,218255,'action created','2025-09-03 08:14:05','2025-09-03 01:14:05'),(645098,217864,'action started via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(645690,218253,'action started via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(645691,218253,'action complete via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(551390,185696,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-03-22 10:26:56','2025-03-22 03:26:56'),(551389,185696,'action started via WP Cron','2025-03-22 10:26:56','2025-03-22 03:26:56'),(650901,219798,'action started via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(650294,219789,'action complete via Async Request','2025-09-11 07:17:01','2025-09-11 00:17:01'),(650293,219789,'action started via Async Request','2025-09-11 07:17:01','2025-09-11 00:17:01'),(647392,218822,'action complete via WP Cron','2025-09-06 07:19:06','2025-09-06 00:19:06'),(647391,218822,'action started via WP Cron','2025-09-06 07:19:06','2025-09-06 00:19:06'),(645106,218058,'action complete via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(652711,220595,'action created','2025-09-20 17:56:34','2025-09-20 10:56:34'),(649149,219408,'action created','2025-09-09 08:19:19','2025-09-09 01:19:19'),(653345,220806,'action created','2025-09-26 07:16:09','2025-09-26 00:16:09'),(650292,219789,'action created','2025-09-11 07:16:41','2025-09-11 00:16:41'),(647390,218822,'action created','2025-09-06 07:19:02','2025-09-06 00:19:02'),(649743,219410,'action started via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(648568,219021,'action complete via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(531663,180243,'action created','2025-02-15 00:50:28','2025-02-14 16:50:28'),(531050,178925,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-02-13 21:36:39','2025-02-13 13:36:39'),(531049,178925,'action started via WP Cron','2025-02-13 21:36:39','2025-02-13 13:36:39'),(535890,181652,'action created','2025-02-22 15:22:00','2025-02-22 07:22:00'),(578502,195856,'action created','2025-05-10 16:22:09','2025-05-10 09:22:09'),(646750,218608,'action created','2025-09-05 04:19:20','2025-09-04 21:19:20'),(652712,220454,'action complete via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(652225,220433,'action started via Async Request','2025-09-19 15:16:14','2025-09-19 08:16:14'),(651866,220313,'action created','2025-09-18 08:30:36','2025-09-18 01:30:36'),(651269,220113,'action complete via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(651268,220113,'action started via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(651267,220114,'action created','2025-09-15 15:51:57','2025-09-15 08:51:57'),(651266,220077,'action complete via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(653051,220707,'action complete via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(652966,220678,'action started via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(648571,219213,'action complete via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(648570,219213,'action started via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(648565,219020,'action complete via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(543295,183003,'action started via WP Cron','2025-03-07 22:42:19','2025-03-07 14:42:19'),(543296,183003,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-03-07 22:42:19','2025-03-07 14:42:19'),(539210,181652,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-02-28 15:24:26','2025-02-28 07:24:26'),(539209,181652,'action started via WP Cron','2025-02-28 15:24:26','2025-02-28 07:24:26'),(649751,219607,'action complete via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(653672,220914,'action complete via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(649744,219410,'action complete via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(650325,219800,'action created','2025-09-11 08:25:39','2025-09-11 01:25:39'),(649746,219411,'action started via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(613822,207630,'action created','2025-07-10 13:49:46','2025-07-10 06:49:46'),(649745,219606,'action created','2025-09-10 08:24:45','2025-09-10 01:24:45'),(648569,219215,'action created','2025-09-08 08:18:35','2025-09-08 01:18:35'),(649750,219607,'action started via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(559869,189645,'action created','2025-04-06 17:25:25','2025-04-06 10:25:25'),(650322,219608,'action started via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(649749,219608,'action created','2025-09-10 08:24:45','2025-09-10 01:24:45'),(649747,219607,'action created','2025-09-10 08:24:45','2025-09-10 01:24:45'),(649748,219411,'action complete via WP Cron','2025-09-10 08:24:45','2025-09-10 01:24:45'),(651083,220052,'action created','2025-09-13 12:39:51','2025-09-13 05:39:51'),(653341,220360,'action complete via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(653340,220360,'action started via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(652513,220529,'action started via WP Cron','2025-09-20 04:36:43','2025-09-19 21:36:43'),(652514,220529,'action complete via WP Cron','2025-09-20 04:36:45','2025-09-19 21:36:45'),(652512,220529,'action created','2025-09-20 04:34:42','2025-09-19 21:34:42'),(648564,219213,'action created','2025-09-08 08:18:35','2025-09-08 01:18:35'),(652707,220452,'action started via WP Cron','2025-09-20 17:56:34','2025-09-20 10:56:34'),(645105,218058,'action started via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(645685,218059,'action complete via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(653626,220701,'action complete via WP Cron','2025-09-29 16:28:23','2025-09-29 09:28:23'),(653627,220900,'action created','2025-09-29 16:28:23','2025-09-29 09:28:23'),(649160,219411,'action created','2025-09-09 08:24:45','2025-09-09 01:24:45'),(647989,219019,'action complete via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(647988,219019,'action started via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(649157,219408,'action complete via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(647981,218830,'action started via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(649159,219409,'action complete via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(649158,219409,'action started via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(646185,218420,'action started via WP Cron','2025-09-04 05:06:01','2025-09-03 22:06:01'),(575002,193594,'action started via WP Cron','2025-05-04 08:59:20','2025-05-04 01:59:20'),(645103,217865,'action complete via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(645104,218060,'action created','2025-09-02 08:14:05','2025-09-02 01:14:05'),(646268,218448,'action created','2025-09-04 08:15:51','2025-09-04 01:15:51'),(648566,219214,'action created','2025-09-08 08:18:35','2025-09-08 01:18:35'),(647987,219021,'action created','2025-09-07 08:17:26','2025-09-07 01:17:26'),(653680,220919,'action created','2025-09-30 03:55:23','2025-09-29 20:55:23'),(653339,220804,'action created','2025-09-26 07:16:09','2025-09-26 00:16:09'),(653338,220359,'action complete via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(642697,217257,'action created','2025-08-29 04:18:42','2025-08-28 21:18:42'),(642694,217256,'action created','2025-08-29 04:18:42','2025-08-28 21:18:42'),(649155,219410,'action created','2025-09-09 08:24:45','2025-09-09 01:24:45'),(653679,220918,'action created','2025-09-30 03:55:22','2025-09-29 20:55:22'),(647416,218642,'action complete via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(646186,218420,'action complete via WP Cron','2025-09-04 05:06:01','2025-09-03 22:06:01'),(649150,219214,'action complete via WP Cron','2025-09-09 08:19:19','2025-09-09 01:19:19'),(643376,217484,'action created','2025-08-30 08:13:01','2025-08-30 01:13:01'),(643379,217485,'action created','2025-08-30 08:13:01','2025-08-30 01:13:01'),(643947,217672,'action started via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(644513,217673,'action started via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(643946,217674,'action created','2025-08-31 08:13:12','2025-08-31 01:13:12'),(643944,217485,'action started via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(650902,219798,'action complete via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(643945,217485,'action complete via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(653625,220701,'action started via WP Cron','2025-09-29 16:28:23','2025-09-29 09:28:23'),(646184,218420,'action created','2025-09-04 05:05:21','2025-09-03 22:05:21'),(642691,217255,'action created','2025-08-29 04:18:41','2025-08-28 21:18:41'),(644515,217673,'action complete via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(650320,219606,'action complete via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(649151,219409,'action created','2025-09-09 08:19:21','2025-09-09 01:19:21'),(643943,217673,'action created','2025-08-31 08:13:12','2025-08-31 01:13:12'),(646752,217257,'action complete via WP Cron','2025-09-05 04:19:21','2025-09-04 21:19:21'),(646745,217255,'action started via WP Cron','2025-09-05 04:19:20','2025-09-04 21:19:20'),(649156,219408,'action started via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(646266,218255,'action started via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(646749,217256,'action complete via WP Cron','2025-09-05 04:19:20','2025-09-04 21:19:20'),(617316,207630,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-07-16 13:50:45','2025-07-16 06:50:45'),(645684,218253,'action created','2025-09-03 08:14:05','2025-09-03 01:14:05'),(646748,217256,'action started via WP Cron','2025-09-05 04:19:20','2025-09-04 21:19:20'),(646265,218447,'action created','2025-09-04 08:15:51','2025-09-04 01:15:51'),(646747,218607,'action created','2025-09-05 04:19:20','2025-09-04 21:19:20'),(646746,217255,'action complete via WP Cron','2025-09-05 04:19:20','2025-09-04 21:19:20'),(644389,217821,'action created','2025-09-01 03:04:17','2025-08-31 20:04:17'),(653671,220914,'action started via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(603984,204350,'action created','2025-06-23 13:53:19','2025-06-23 06:53:19'),(646751,217257,'action started via WP Cron','2025-09-05 04:19:20','2025-09-04 21:19:20'),(650319,219606,'action started via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(523130,177398,'action created','2025-01-30 16:24:06','2025-01-30 08:24:06'),(653337,220359,'action started via WP Cron','2025-09-26 07:16:09','2025-09-26 00:16:09'),(649148,219214,'action started via WP Cron','2025-09-09 08:19:16','2025-09-09 01:19:16'),(647414,218830,'action created','2025-09-06 08:16:23','2025-09-06 01:16:23'),(647986,218831,'action complete via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(653404,220825,'action started via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653402,220797,'action complete via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(647985,218831,'action started via WP Cron','2025-09-07 08:17:26','2025-09-07 01:17:26'),(646753,218609,'action created','2025-09-05 04:19:21','2025-09-04 21:19:21'),(653682,220920,'action created','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653683,220917,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(645101,218059,'action created','2025-09-02 08:14:05','2025-09-02 01:14:05'),(649153,219215,'action started via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(645688,218060,'action complete via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(649152,219215,'action reset','2025-09-09 08:24:45','2025-09-09 01:24:45'),(534983,180243,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-02-21 00:52:22','2025-02-20 16:52:22'),(534982,180243,'action started via WP Cron','2025-02-21 00:52:22','2025-02-20 16:52:22'),(526489,177398,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-02-05 16:25:12','2025-02-05 08:25:12'),(526488,177398,'action started via WP Cron','2025-02-05 16:25:12','2025-02-05 08:25:12'),(571716,193594,'action created','2025-04-28 08:57:51','2025-04-28 01:57:51'),(645687,218060,'action started via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(647418,218829,'action started via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(652224,220433,'action created','2025-09-19 15:15:17','2025-09-19 08:15:17'),(651693,220182,'action started via WP Cron','2025-09-17 08:09:27','2025-09-17 01:09:27'),(647413,218641,'action complete via WP Cron','2025-09-06 08:16:23','2025-09-06 01:16:23'),(509845,171915,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-01-06 08:06:04','2025-01-06 00:06:04'),(506679,171915,'action created','2024-12-31 08:05:23','2024-12-31 00:05:23'),(509844,171915,'action started via WP Cron','2025-01-06 08:06:04','2025-01-06 00:06:04'),(650816,219963,'action created','2025-09-12 04:19:44','2025-09-11 21:19:44'),(650815,218609,'action complete via WP Cron','2025-09-12 04:19:44','2025-09-11 21:19:44'),(643941,217672,'action created','2025-08-31 08:13:12','2025-08-31 01:13:12'),(646848,218448,'action started via WP Cron','2025-09-05 08:16:06','2025-09-05 01:16:06'),(643942,217484,'action complete via WP Cron','2025-08-31 08:13:12','2025-08-31 01:13:12'),(650814,218609,'action started via WP Cron','2025-09-12 04:19:44','2025-09-11 21:19:44'),(653399,220824,'action created','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653316,220797,'action created','2025-09-25 21:51:34','2025-09-25 14:51:34'),(653317,220796,'action started via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(650809,218607,'action complete via WP Cron','2025-09-12 04:19:43','2025-09-11 21:19:43'),(646264,218254,'action complete via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(653403,220826,'action created','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653401,220825,'action created','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653669,220889,'action complete via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(653400,220797,'action started via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(650813,219962,'action created','2025-09-12 04:19:44','2025-09-11 21:19:44'),(650812,218608,'action complete via WP Cron','2025-09-12 04:19:44','2025-09-11 21:19:44'),(653668,220914,'action created','2025-09-30 00:36:09','2025-09-29 17:36:09'),(650811,218608,'action started via WP Cron','2025-09-12 04:19:44','2025-09-11 21:19:44'),(645100,217864,'action complete via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(650810,219961,'action created','2025-09-12 04:19:44','2025-09-11 21:19:44'),(653398,220795,'action complete via WP Cron','2025-09-26 22:00:18','2025-09-26 15:00:18'),(653154,220743,'action created','2025-09-24 06:36:52','2025-09-23 23:36:52'),(653665,220887,'action complete via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(653520,220865,'action created','2025-09-27 22:04:27','2025-09-27 15:04:27'),(645686,218254,'action created','2025-09-03 08:14:05','2025-09-03 01:14:05'),(648567,219021,'action started via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(653664,220887,'action started via WP Cron','2025-09-30 00:36:09','2025-09-29 17:36:09'),(653521,220864,'action started via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(653519,220826,'action complete via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(651265,220113,'action created','2025-09-15 15:51:57','2025-09-15 08:51:57'),(653677,220917,'action created','2025-09-30 03:15:39','2025-09-29 20:15:39'),(653518,220864,'action created','2025-09-27 22:04:27','2025-09-27 15:04:27'),(653517,220826,'action started via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(653310,220764,'action started via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(646263,218446,'action created','2025-09-04 08:15:51','2025-09-04 01:15:51'),(653516,220863,'action created','2025-09-27 22:04:27','2025-09-27 15:04:27'),(644517,217674,'action started via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(650904,219800,'action started via WP Cron','2025-09-12 08:27:51','2025-09-12 01:27:51'),(646845,218640,'action created','2025-09-05 08:16:06','2025-09-05 01:16:06'),(653318,220796,'action complete via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(653597,220888,'action complete via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(646267,218255,'action complete via WP Cron','2025-09-04 08:15:51','2025-09-04 01:15:51'),(653701,220925,'action created','2025-09-30 20:07:56','2025-09-30 13:07:56'),(644518,217674,'action complete via WP Cron','2025-09-01 08:13:54','2025-09-01 01:13:54'),(652288,220453,'action started via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(652289,220453,'action complete via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(653313,220766,'action started via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(645102,217865,'action started via WP Cron','2025-09-02 08:14:05','2025-09-02 01:14:05'),(382184,130262,'This action appears to be consistently failing. A new instance will not be scheduled.','2023-10-04 18:02:59','2023-10-04 11:02:59'),(374452,127766,'action created','2023-09-04 01:42:31','2023-09-03 18:42:31'),(652287,220454,'action created','2025-09-19 17:55:55','2025-09-19 10:55:55'),(652286,220334,'action complete via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(652285,220453,'action created','2025-09-19 17:55:55','2025-09-19 10:55:55'),(652284,220334,'action started via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(648857,219118,'action started via WP Cron','2025-09-08 20:21:07','2025-09-08 13:21:07'),(648858,219118,'action complete via WP Cron','2025-09-08 20:21:07','2025-09-08 13:21:07'),(648859,219311,'action created','2025-09-08 20:21:07','2025-09-08 13:21:07'),(652283,220452,'action created','2025-09-19 17:55:55','2025-09-19 10:55:55'),(650321,219798,'action created','2025-09-11 08:25:39','2025-09-11 01:25:39'),(644308,217794,'action complete via Async Request','2025-08-31 23:45:57','2025-08-31 16:45:57'),(644307,217794,'action started via Async Request','2025-08-31 23:45:57','2025-08-31 16:45:57'),(652282,220332,'action complete via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(653315,220766,'action complete via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(644306,217794,'action created','2025-08-31 23:45:52','2025-08-31 16:45:52'),(648563,219020,'action started via WP Cron','2025-09-08 08:18:35','2025-09-08 01:18:35'),(502182,170415,'action started via WP Cron','2024-12-21 17:09:40','2024-12-21 09:09:40'),(652281,220332,'action started via WP Cron','2025-09-19 17:55:55','2025-09-19 10:55:55'),(653314,220796,'action created','2025-09-25 21:51:34','2025-09-25 14:51:34'),(590315,198638,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-05-31 06:33:03','2025-05-30 23:33:03'),(647982,219019,'action created','2025-09-07 08:17:26','2025-09-07 01:17:26'),(647417,218831,'action created','2025-09-06 08:16:23','2025-09-06 01:16:23'),(651264,220077,'action started via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(651119,220064,'action created','2025-09-14 05:11:16','2025-09-13 22:11:16'),(651263,220112,'action created','2025-09-15 15:51:57','2025-09-15 08:51:57'),(653596,220888,'action started via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653681,220917,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653312,220795,'action created','2025-09-25 21:51:34','2025-09-25 14:51:34'),(651775,220280,'action started via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(651776,220280,'action complete via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(653573,220882,'action created','2025-09-28 15:41:40','2025-09-28 08:41:40'),(502183,170415,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-12-21 17:09:40','2024-12-21 09:09:40'),(502181,170415,'action created','2024-12-21 17:08:15','2024-12-21 09:08:15'),(652967,220678,'action complete via WP Cron','2025-09-21 18:16:04','2025-09-21 11:16:04'),(653311,220764,'action complete via WP Cron','2025-09-25 21:51:34','2025-09-25 14:51:34'),(653049,220708,'action created','2025-09-22 18:20:37','2025-09-22 11:20:37'),(653050,220707,'action started via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(644516,217864,'action created','2025-09-01 08:13:54','2025-09-01 01:13:54'),(644514,217863,'action created','2025-09-01 08:13:54','2025-09-01 01:13:54'),(649154,219215,'action complete via WP Cron','2025-09-09 08:24:45','2025-09-09 01:24:45'),(653047,220707,'action created','2025-09-22 18:20:37','2025-09-22 11:20:37'),(381929,130262,'action created','2023-10-03 17:57:01','2023-10-03 10:57:01'),(381503,129534,'This action appears to be consistently failing. A new instance will not be scheduled.','2023-10-02 01:54:04','2023-10-01 18:54:04'),(381419,130093,'action created','2023-10-01 17:54:13','2023-10-01 10:54:13'),(381668,130175,'action created','2023-10-02 17:56:55','2023-10-02 10:56:55'),(381502,129534,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2023-10-02 01:54:04','2023-10-01 18:54:04'),(381667,130093,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-10-02 17:56:55','2023-10-02 10:56:55'),(380954,129938,'action created','2023-09-29 17:36:08','2023-09-29 10:36:08'),(653048,220679,'action complete via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(653046,220679,'action started via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(653378,220817,'action created','2025-09-26 15:15:52','2025-09-26 08:15:52'),(653045,220706,'action created','2025-09-22 18:20:37','2025-09-22 11:20:37'),(651765,220215,'action started via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(651568,220214,'action created','2025-09-16 17:18:19','2025-09-16 10:18:19'),(650323,219799,'action created','2025-09-11 08:25:39','2025-09-11 01:25:39'),(651768,220281,'action created','2025-09-17 17:32:33','2025-09-17 10:32:33'),(518969,176011,'action created','2025-01-23 04:09:22','2025-01-22 20:09:22'),(651767,220215,'action complete via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(651766,220280,'action created','2025-09-17 17:32:33','2025-09-17 10:32:33'),(650324,219608,'action complete via WP Cron','2025-09-11 08:25:39','2025-09-11 01:25:39'),(590314,198638,'action started via WP Cron','2025-05-31 06:33:03','2025-05-30 23:33:03'),(651764,220279,'action created','2025-09-17 17:32:33','2025-09-17 10:32:33'),(651763,220213,'action complete via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(381209,130023,'action created','2023-09-30 17:49:22','2023-09-30 10:49:22'),(381208,129938,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-30 17:49:22','2023-09-30 10:49:22'),(645683,218059,'action started via WP Cron','2025-09-03 08:14:05','2025-09-03 01:14:05'),(575003,193594,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-05-04 08:59:20','2025-05-04 01:59:20'),(642561,216054,'action started via WP Cron','2025-08-28 23:00:23','2025-08-28 16:00:23'),(642562,216054,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-08-28 23:00:23','2025-08-28 16:00:23'),(651762,220213,'action started via WP Cron','2025-09-17 17:32:33','2025-09-17 10:32:33'),(653043,220677,'action started via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(653591,220865,'action complete via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653044,220677,'action complete via WP Cron','2025-09-22 18:20:37','2025-09-22 11:20:37'),(653592,220889,'action created','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653589,220865,'action started via WP Cron','2025-09-28 23:11:58','2025-09-28 16:11:58'),(653708,220926,'action complete via WP Cron','2025-09-30 20:39:45','2025-09-30 13:39:45'),(653702,220920,'action complete via WP Cron','2025-09-30 20:07:56','2025-09-30 13:07:56'),(653700,220920,'action started via WP Cron','2025-09-30 20:07:56','2025-09-30 13:07:56'),(651934,220333,'action started via WP Cron','2025-09-18 17:52:05','2025-09-18 10:52:05'),(653699,220924,'action created','2025-09-30 17:46:23','2025-09-30 10:46:23'),(651572,220214,'action complete via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(651571,220214,'action started via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(651570,220215,'action created','2025-09-16 17:18:19','2025-09-16 10:18:19'),(651569,220114,'action complete via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(653590,220888,'action created','2025-09-28 23:11:58','2025-09-28 16:11:58'),(651567,220114,'action started via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(651566,220213,'action created','2025-09-16 17:18:19','2025-09-16 10:18:19'),(653125,220706,'action complete via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(651565,220112,'action complete via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(653131,220734,'action started via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(645099,218058,'action created','2025-09-02 08:14:05','2025-09-02 01:14:05'),(651564,220112,'action started via WP Cron','2025-09-16 17:18:19','2025-09-16 10:18:19'),(653132,220734,'action complete via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(651935,220333,'action complete via WP Cron','2025-09-18 17:52:05','2025-09-18 10:52:05'),(639086,216054,'action created','2025-08-22 23:00:08','2025-08-22 16:00:08'),(653130,220735,'action created','2025-09-23 21:51:06','2025-09-23 14:51:06'),(644226,217577,'action complete via WP Cron','2025-08-31 20:16:15','2025-08-31 13:16:15'),(653129,220708,'action complete via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(522310,176011,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-01-29 04:11:44','2025-01-28 20:11:44'),(653128,220734,'action created','2025-09-23 21:51:06','2025-09-23 14:51:06'),(653127,220708,'action started via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(653029,220105,'action complete via WP Cron','2025-09-22 15:36:05','2025-09-22 08:36:05'),(653030,220701,'action created','2025-09-22 15:36:05','2025-09-22 08:36:05'),(644814,217767,'action complete via WP Cron','2025-09-01 20:16:38','2025-09-01 13:16:38'),(644227,217767,'action created','2025-08-31 20:16:15','2025-08-31 13:16:15'),(522309,176011,'action started via WP Cron','2025-01-29 04:11:44','2025-01-28 20:11:44'),(647984,219020,'action created','2025-09-07 08:17:26','2025-09-07 01:17:26'),(643657,217577,'action created','2025-08-30 20:14:32','2025-08-30 13:14:32'),(653706,220926,'action started via WP Cron','2025-09-30 20:39:45','2025-09-30 13:39:45'),(653707,220927,'action created','2025-09-30 20:39:45','2025-09-30 13:39:45'),(653028,220105,'action started via WP Cron','2025-09-22 15:36:05','2025-09-22 08:36:05'),(653705,220925,'action complete via WP Cron','2025-09-30 20:24:38','2025-09-30 13:24:38'),(653704,220926,'action created','2025-09-30 20:24:38','2025-09-30 13:24:38'),(653703,220925,'action started via WP Cron','2025-09-30 20:24:38','2025-09-30 13:24:38'),(653692,220902,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653572,220853,'action complete via WP Cron','2025-09-28 15:41:40','2025-09-28 08:41:40'),(653571,220853,'action started via WP Cron','2025-09-28 15:41:40','2025-09-28 08:41:40'),(644815,217963,'action created','2025-09-01 20:16:38','2025-09-01 13:16:38'),(653126,220733,'action created','2025-09-23 21:51:06','2025-09-23 14:51:06'),(653642,220905,'action created','2025-09-29 16:28:24','2025-09-29 09:28:24'),(374341,127729,'action created','2023-09-03 17:09:19','2023-09-03 10:09:19'),(374451,127729,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2023-09-04 01:42:31','2023-09-03 18:42:31'),(653124,220706,'action started via WP Cron','2025-09-23 21:51:06','2025-09-23 14:51:06'),(653641,220882,'action complete via WP Cron','2025-09-29 16:28:24','2025-09-29 09:28:24'),(653640,220882,'action started via WP Cron','2025-09-29 16:28:24','2025-09-29 09:28:24'),(653693,220922,'action created','2025-09-30 17:46:23','2025-09-30 10:46:23'),(374632,127826,'action created','2023-09-04 17:09:26','2023-09-04 10:09:26'),(653486,220853,'action created','2025-09-27 11:23:33','2025-09-27 04:23:33'),(653366,220813,'action created','2025-09-26 11:19:59','2025-09-26 04:19:59'),(653365,220786,'action complete via WP Cron','2025-09-26 11:19:59','2025-09-26 04:19:59'),(653364,220786,'action started via WP Cron','2025-09-26 11:19:59','2025-09-26 04:19:59'),(653171,220748,'action created','2025-09-24 10:29:59','2025-09-24 03:29:59'),(653285,220786,'action created','2025-09-25 11:03:07','2025-09-25 04:03:07'),(645978,218157,'action complete via WP Cron','2025-09-03 20:17:37','2025-09-03 13:17:37'),(380708,129856,'action created','2023-09-28 17:35:56','2023-09-28 10:35:56'),(653170,220725,'action complete via WP Cron','2025-09-24 10:29:59','2025-09-24 03:29:59'),(653169,220725,'action started via WP Cron','2025-09-24 10:29:59','2025-09-24 03:29:59'),(379147,129331,'action created','2023-09-22 17:26:08','2023-09-22 10:26:08'),(653013,220660,'action started via WP Cron','2025-09-22 08:37:28','2025-09-22 01:37:28'),(653014,220660,'action complete via WP Cron','2025-09-22 08:37:28','2025-09-22 01:37:28'),(377164,128670,'action created','2023-09-14 17:15:22','2023-09-14 10:15:22'),(378874,129240,'action created','2023-09-21 17:25:14','2023-09-21 10:25:14'),(653102,220725,'action created','2025-09-23 09:57:33','2025-09-23 02:57:33'),(539943,183003,'action created','2025-03-01 22:41:47','2025-03-01 14:41:47'),(652907,220660,'action created','2025-09-21 08:33:16','2025-09-21 01:33:16'),(652598,220557,'action created','2025-09-20 08:32:45','2025-09-20 01:32:45'),(652081,220313,'action complete via WP Cron','2025-09-19 08:31:41','2025-09-19 01:31:41'),(651261,220075,'action started via WP Cron','2025-09-15 15:51:57','2025-09-15 08:51:57'),(652597,220385,'action complete via WP Cron','2025-09-20 08:32:45','2025-09-20 01:32:45'),(652082,220385,'action created','2025-09-19 08:31:41','2025-09-19 01:31:41'),(651695,220256,'action created','2025-09-17 08:09:27','2025-09-17 01:09:27'),(651694,220182,'action complete via WP Cron','2025-09-17 08:09:27','2025-09-17 01:09:27'),(651209,220094,'action created','2025-09-15 05:42:02','2025-09-14 22:42:02'),(651208,220064,'action complete via WP Cron','2025-09-15 05:42:02','2025-09-14 22:42:02'),(651207,220064,'action started via WP Cron','2025-09-15 05:42:02','2025-09-14 22:42:02'),(652080,220313,'action started via WP Cron','2025-09-19 08:31:41','2025-09-19 01:31:41'),(380173,129673,'action created','2023-09-26 17:32:26','2023-09-26 10:32:26'),(653284,220748,'action complete via WP Cron','2025-09-25 11:03:07','2025-09-25 04:03:07'),(653691,220902,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(379389,129331,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-23 17:26:19','2023-09-23 10:26:19'),(379390,129412,'action created','2023-09-23 17:26:19','2023-09-23 10:26:19'),(651118,220047,'action complete via WP Cron','2025-09-14 05:11:16','2025-09-13 22:11:16'),(651062,220040,'action started via Async Request','2025-09-13 04:01:56','2025-09-12 21:01:56'),(651063,220040,'action complete via Async Request','2025-09-13 04:01:56','2025-09-12 21:01:56'),(651064,219894,'action started via Async Request','2025-09-13 04:01:56','2025-09-12 21:01:56'),(653690,220921,'action created','2025-09-30 17:46:23','2025-09-30 10:46:23'),(380707,129776,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-28 17:35:56','2023-09-28 10:35:56'),(380468,129776,'action created','2023-09-27 17:33:34','2023-09-27 10:33:34'),(379755,128937,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2023-09-25 01:50:28','2023-09-24 18:50:28'),(379666,129504,'action created','2023-09-24 17:26:52','2023-09-24 10:26:52'),(379665,129412,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-24 17:26:52','2023-09-24 10:26:52'),(651473,220182,'action created','2025-09-16 05:48:43','2025-09-15 22:48:43'),(651472,220094,'action complete via WP Cron','2025-09-16 05:48:43','2025-09-15 22:48:43'),(379146,129240,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-22 17:26:08','2023-09-22 10:26:08'),(377965,128937,'action created','2023-09-18 01:50:13','2023-09-17 18:50:13'),(651117,220047,'action started via WP Cron','2025-09-14 05:11:16','2025-09-13 22:11:16'),(377401,128749,'action created','2023-09-15 17:17:44','2023-09-15 10:17:44'),(377964,128372,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2023-09-18 01:50:13','2023-09-17 18:50:13'),(378147,128911,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-18 17:20:44','2023-09-18 10:20:44'),(377646,128749,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-16 17:19:53','2023-09-16 10:19:53'),(377887,128911,'action created','2023-09-17 17:20:25','2023-09-17 10:20:25'),(377645,128749,'action started via WP Cron','2023-09-16 17:19:53','2023-09-16 10:19:53'),(376270,128372,'action created','2023-09-11 01:48:08','2023-09-10 18:48:08'),(376429,128425,'action created','2023-09-11 17:12:15','2023-09-11 10:12:15'),(376657,128501,'action created','2023-09-12 17:12:51','2023-09-12 10:12:51'),(653101,220696,'action complete via WP Cron','2025-09-23 09:57:33','2025-09-23 02:57:33'),(653015,220696,'action created','2025-09-22 08:37:28','2025-09-22 01:37:28'),(376894,128580,'action created','2023-09-13 17:15:16','2023-09-13 10:15:16'),(376893,128501,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-13 17:15:16','2023-09-13 10:15:16'),(376183,128343,'action created','2023-09-10 17:12:14','2023-09-10 10:12:14'),(374899,127915,'action created','2023-09-05 17:10:15','2023-09-05 10:10:15'),(653688,220901,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(653636,220903,'action created','2025-09-29 16:28:24','2025-09-29 09:28:24'),(652596,220385,'action started via WP Cron','2025-09-20 08:32:45','2025-09-20 01:32:45'),(652906,220557,'action complete via WP Cron','2025-09-21 08:33:16','2025-09-21 01:33:16'),(651471,220094,'action started via WP Cron','2025-09-16 05:48:43','2025-09-15 22:48:43'),(653485,220813,'action complete via WP Cron','2025-09-27 11:23:33','2025-09-27 04:23:33'),(375145,127997,'action created','2023-09-06 17:10:19','2023-09-06 10:10:19'),(375144,127915,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-06 17:10:19','2023-09-06 10:10:19'),(376428,128343,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-11 17:12:15','2023-09-11 10:12:15'),(375394,128080,'action created','2023-09-07 17:10:19','2023-09-07 10:10:19'),(653689,220901,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(652905,220557,'action started via WP Cron','2025-09-21 08:33:16','2025-09-21 01:33:16'),(653484,220813,'action started via WP Cron','2025-09-27 11:23:33','2025-09-27 04:23:33'),(375646,128164,'action created','2023-09-08 17:11:21','2023-09-08 10:11:21'),(375913,128253,'action created','2023-09-09 17:11:23','2023-09-09 10:11:23'),(375912,128164,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-09 17:11:23','2023-09-09 10:11:23'),(375645,128080,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-08 17:11:21','2023-09-08 10:11:21'),(376269,127766,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2023-09-11 01:48:08','2023-09-10 18:48:08'),(376182,128253,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-10 17:12:14','2023-09-10 10:12:14'),(382183,130262,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-10-04 18:02:59','2023-10-04 11:02:59'),(374450,127729,'action started via WP Cron','2023-09-04 01:42:31','2023-09-03 18:42:31'),(653633,220902,'action created','2025-09-29 16:28:23','2025-09-29 09:28:23'),(374898,127826,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-05 17:10:15','2023-09-05 10:10:15'),(653686,220919,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(648280,219118,'action created','2025-09-07 20:20:57','2025-09-07 13:20:57'),(648279,218925,'action complete via WP Cron','2025-09-07 20:20:57','2025-09-07 13:20:57'),(653687,220919,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(647129,218544,'action started via WP Cron','2025-09-05 20:20:09','2025-09-05 13:20:09'),(653514,220824,'action started via WP Cron','2025-09-27 22:04:27','2025-09-27 15:04:27'),(653100,220696,'action started via WP Cron','2025-09-23 09:57:33','2025-09-23 02:57:33'),(570944,192229,'action failed via WP Cron: Scheduled action for wpforms_lite_connect_refresh_access_token will not be executed as no callbacks are registered.','2025-04-27 00:39:43','2025-04-26 17:39:43'),(378388,129078,'action created','2023-09-19 17:24:10','2023-09-19 10:24:10'),(647699,218735,'action started via WP Cron','2025-09-06 20:20:42','2025-09-06 13:20:42'),(648278,218925,'action started via WP Cron','2025-09-07 20:20:57','2025-09-07 13:20:57'),(377400,128670,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-15 17:17:44','2023-09-15 10:17:44'),(377399,128670,'action started via WP Cron','2023-09-15 17:17:44','2023-09-15 10:17:44'),(377163,128580,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-14 17:15:22','2023-09-14 10:15:22'),(645979,218351,'action created','2025-09-03 20:17:37','2025-09-03 13:17:37'),(653685,220918,'action complete via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(650609,219894,'action created','2025-09-11 20:23:04','2025-09-11 13:23:04'),(374631,127730,'action failed via Async Request: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-04 17:09:26','2023-09-04 10:09:26'),(375393,127997,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-07 17:10:19','2023-09-07 10:10:19'),(376656,128425,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-12 17:12:51','2023-09-12 10:12:51'),(375911,128164,'action started via WP Cron','2023-09-09 17:11:23','2023-09-09 10:11:23'),(375392,127997,'action started via WP Cron','2023-09-07 17:10:19','2023-09-07 10:10:19'),(376268,127766,'action started via WP Cron','2023-09-11 01:48:08','2023-09-10 18:48:08'),(376181,128253,'action started via WP Cron','2023-09-10 17:12:14','2023-09-10 10:12:14'),(378148,128998,'action created','2023-09-18 17:20:44','2023-09-18 10:20:44'),(377886,128831,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-17 17:20:25','2023-09-17 10:20:25'),(374344,127730,'action created','2023-09-03 17:09:20','2023-09-03 10:09:20'),(378630,129078,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-20 17:25:03','2023-09-20 10:25:03'),(375143,127915,'action started via WP Cron','2023-09-06 17:10:19','2023-09-06 10:10:19'),(381928,130175,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-10-03 17:57:01','2023-10-03 10:57:01'),(381666,130093,'action started via WP Cron','2023-10-02 17:56:55','2023-10-02 10:56:55'),(381207,129938,'action started via WP Cron','2023-09-30 17:49:22','2023-09-30 10:49:22'),(381417,130023,'action started via WP Cron','2023-10-01 17:54:13','2023-10-01 10:54:13'),(381927,130175,'action started via WP Cron','2023-10-03 17:57:01','2023-10-03 10:57:01'),(647131,218735,'action created','2025-09-05 20:20:09','2025-09-05 13:20:09'),(380467,129673,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-27 17:33:34','2023-09-27 10:33:34'),(379921,129589,'action created','2023-09-25 17:27:17','2023-09-25 10:27:17'),(380953,129856,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-29 17:36:08','2023-09-29 10:36:08'),(647130,218544,'action complete via WP Cron','2025-09-05 20:20:09','2025-09-05 13:20:09'),(380172,129589,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-26 17:32:26','2023-09-26 10:32:26'),(378631,129159,'action created','2023-09-20 17:25:03','2023-09-20 10:25:03'),(378629,129078,'action started via WP Cron','2023-09-20 17:25:03','2023-09-20 10:25:03'),(378873,129159,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-21 17:25:14','2023-09-21 10:25:14'),(378872,129159,'action started via WP Cron','2023-09-21 17:25:14','2023-09-21 10:25:14'),(379920,129504,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-25 17:27:17','2023-09-25 10:27:17'),(381501,129534,'action started via WP Cron','2023-10-02 01:54:04','2023-10-01 18:54:04'),(381418,130023,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-10-01 17:54:13','2023-10-01 10:54:13'),(380706,129776,'action started via WP Cron','2023-09-28 17:35:56','2023-09-28 10:35:56'),(375644,128080,'action started via WP Cron','2023-09-08 17:11:21','2023-09-08 10:11:21'),(377162,128580,'action started via WP Cron','2023-09-14 17:15:22','2023-09-14 10:15:22'),(379756,129534,'action created','2023-09-25 01:50:28','2023-09-24 18:50:28'),(379388,129331,'action started via WP Cron','2023-09-23 17:26:19','2023-09-23 10:26:19'),(380952,129856,'action started via WP Cron','2023-09-29 17:36:08','2023-09-29 10:36:08'),(377963,128372,'action started via WP Cron','2023-09-18 01:50:13','2023-09-17 18:50:13'),(377647,128831,'action created','2023-09-16 17:19:53','2023-09-16 10:19:53'),(378387,128998,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2023-09-19 17:24:10','2023-09-19 10:24:10'),(378146,128911,'action started via WP Cron','2023-09-18 17:20:44','2023-09-18 10:20:44'),(376892,128501,'action started via WP Cron','2023-09-13 17:15:16','2023-09-13 10:15:16'),(379145,129240,'action started via WP Cron','2023-09-22 17:26:08','2023-09-22 10:26:08'),(376427,128343,'action started via WP Cron','2023-09-11 17:12:15','2023-09-11 10:12:15'),(645396,217963,'action complete via WP Cron','2025-09-02 20:17:03','2025-09-02 13:17:03'),(653684,220918,'action started via WP Cron','2025-09-30 17:46:23','2025-09-30 10:46:23'),(380466,129673,'action started via WP Cron','2023-09-27 17:33:34','2023-09-27 10:33:34'),(570943,192229,'action started via WP Cron','2025-04-27 00:39:43','2025-04-26 17:39:43'),(380171,129589,'action started via WP Cron','2023-09-26 17:32:26','2023-09-26 10:32:26'),(377885,128831,'action started via WP Cron','2023-09-17 17:20:25','2023-09-17 10:20:25'),(378386,128998,'action started via WP Cron','2023-09-19 17:24:10','2023-09-19 10:24:10'),(645395,217963,'action started via WP Cron','2025-09-02 20:17:03','2025-09-02 13:17:03'),(374630,127730,'action started via Async Request','2023-09-04 17:09:26','2023-09-04 10:09:26'),(650025,219506,'action started via WP Cron','2025-09-10 20:22:09','2025-09-10 13:22:09'),(382182,130262,'action started via WP Cron','2023-10-04 18:02:59','2023-10-04 11:02:59'),(376655,128425,'action started via WP Cron','2023-09-12 17:12:51','2023-09-12 10:12:51'),(374897,127826,'action started via WP Cron','2023-09-05 17:10:15','2023-09-05 10:10:15'),(653630,220901,'action created','2025-09-29 16:28:23','2025-09-29 09:28:23'),(379919,129504,'action started via WP Cron','2023-09-25 17:27:17','2023-09-25 10:27:17'),(379754,128937,'action started via WP Cron','2023-09-25 01:50:27','2023-09-24 18:50:27'),(379664,129412,'action started via WP Cron','2023-09-24 17:26:52','2023-09-24 10:26:52');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_cache`
--

DROP TABLE IF EXISTS `wp_aioseo_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(80) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_cache`
--

LOCK TABLES `wp_aioseo_cache` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_cache` DISABLE KEYS */;
INSERT INTO `wp_aioseo_cache` VALUES (1,'admin_notifications_update','i:1759290922;','2025-10-01 03:55:22','2025-09-30 03:55:22','2025-09-30 03:55:22'),(2,'addons','a:9:{i:0;a:15:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:6:\"1.4.13\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-redirects:redirects\";s:8:\"features\";a:1:{i:0;a:2:{s:13:\"license_level\";s:5:\"elite\";s:7:\"feature\";s:19:\"404-parent-redirect\";}}}i:1;a:15:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:6:\"1.1.10\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-link-assistant:overview\";s:8:\"features\";a:0:{}}i:2;a:15:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:6:\"1.1.20\";s:5:\"image\";N;s:4:\"icon\";s:420:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"features\";a:0:{}}i:3;a:15:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.3.10\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"features\";a:0:{}}i:4;a:15:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.20\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"features\";a:0:{}}i:5;a:15:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:6:\"1.0.12\";s:5:\"image\";N;s:4:\"icon\";s:1836:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"features\";a:0:{}}i:6;a:15:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";s:8:\"features\";a:0:{}}i:7;a:15:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";N;s:4:\"icon\";s:436:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:161:\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"features\";a:0:{}}i:8;a:15:{s:3:\"sku\";s:11:\"aioseo-eeat\";s:4:\"name\";s:20:\"Author SEO (E-E-A-T)\";s:7:\"version\";s:5:\"1.2.4\";s:5:\"image\";N;s:4:\"icon\";s:1380:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:9:\"manageUrl\";s:49:\"https://route#aioseo-search-appearance:author-seo\";s:8:\"features\";a:0:{}}}','2025-10-01 03:55:22','2025-09-30 03:55:22','2025-09-30 03:55:22'),(3,'wp_notices','a:0:{}','2025-10-01 17:46:51','2025-09-30 03:55:23','2025-09-30 17:46:51'),(4,'action_scheduler_log_cleanup','b:1;','2025-10-01 17:46:23','2025-09-30 17:46:23','2025-09-30 17:46:23'),(5,'license_features','a:32:{i:0;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:1;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:2;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:11:\"job-posting\";}i:3;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:29:\"network-tools-site-activation\";}i:4;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:22:\"network-tools-database\";}i:5;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:27:\"network-tools-import-export\";}i:6;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:20:\"network-tools-robots\";}i:7;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:14:\"seo-statistics\";}i:8;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-rankings\";}i:9;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"keyword-rankings-pages\";}i:10;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:11:\"post-detail\";}i:11;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"post-detail-page-speed\";}i:12;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:26:\"post-detail-seo-statistics\";}i:13;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:20:\"post-detail-keywords\";}i:14;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:31:\"post-detail-focus-keyword-trend\";}i:15;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-tracking\";}i:16;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:28:\"post-detail-keyword-tracking\";}i:17;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"content-rankings\";}i:18;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:-1\";}i:19;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:30\";}i:20;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:15\";}i:21;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:22;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:23;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:12:\"index-status\";}i:24;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:25;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:26;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:27;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:28;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:29;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:30;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:31;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:24:\"keyword-rank-tracker:100\";}}','2025-10-01 17:46:36','2025-09-30 17:46:36','2025-09-30 17:46:36'),(6,'admin_help_docs','s:74143:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"401534\":{\"title\":\"How to Generate Your SEO Email Reports\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-generate-your-seo-email-reports\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"search-statistics\"]},\"389367\":{\"title\":\"Using the Keyword Rank Tracker feature in Search Statistics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-keyword-rank-tracker-feature-in-search-statistics\\/\",\"categories\":[\"keyword-settings\",\"search-statistics\"]},\"379863\":{\"title\":\"Setting Vehicle (Car) Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-vehicle-car-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"379713\":{\"title\":\"Setting Product Review Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-review-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"332691\":{\"title\":\"Google Permissions for oAuth\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-the-aioseo-google-search-console-integration\\/\",\"categories\":[]},\"326862\":{\"title\":\"aioseo_user_profile_tab_allowed_user_ids\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_allowed_user_ids\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326858\":{\"title\":\"aioseo_import_yoast_seo_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_yoast_seo_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326856\":{\"title\":\"aioseo_import_seopress_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_seopress_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326850\":{\"title\":\"aioseo_import_rank_math_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_rank_math_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"298356\":{\"title\":\"aioseo_redirects_log_skip\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_redirects_log_skip\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"294047\":{\"title\":\"Using the Query Arg Monitoring in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-query-arg-monitoring-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\"]},\"279241\":{\"title\":\"How to Schedule a Redirect in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-schedule-a-redirect-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"269732\":{\"title\":\"Displaying Detailed Author Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-detailed-author-information-on-your-site\\/\",\"categories\":[\"author-seo\",\"content-blocks\"]},\"267254\":{\"title\":\"Adding Author SEO (E-E-A-T) to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-author-seo-e-e-a-t-to-your-site\\/\",\"categories\":[\"author-seo\"]},\"262344\":{\"title\":\"How to Get Your Images to Appear in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-your-images-to-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\",\"image-seo\"]},\"261932\":{\"title\":\"Sharing Content on Slack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-slack\\/\",\"categories\":[\"social-networks\"]},\"261923\":{\"title\":\"Sharing Content on WhatsApp\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-whatsapp\\/\",\"categories\":[\"social-networks\"]},\"261517\":{\"title\":\"Importing Locations From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-locations-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"local-business-seo\"]},\"244975\":{\"title\":\"Checking the Index Status of Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-the-index-status-of-content\\/\",\"categories\":[\"post-page-settings\",\"search-statistics\"]},\"242346\":{\"title\":\"Using AIOSEO Details on the Posts Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-aioseo-details-on-the-posts-screen\\/\",\"categories\":[\"category-tag-settings\",\"post-page-settings\"]},\"240583\":{\"title\":\"Setting WP_HOME and WP_SITEURL in the wp-config.php File\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-wp_home-and-wp_siteurl-in-the-wp-config-php-file\\/\",\"categories\":[\"troubleshooting\"]},\"240452\":{\"title\":\"Should I Use Meta Keywords?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/should-i-use-meta-keywords\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"235044\":{\"title\":\"Setting Cornerstone Content in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/cornerstone-content\\/\",\"categories\":[\"link-assistant\",\"post-page-settings\"]},\"222363\":{\"title\":\"aioseo_get_post_id\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post_id\\/\",\"categories\":[\"filter-hooks\"]},\"200603\":{\"title\":\"Viewing Detailed Search Statistics For Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/viewing-detailed-search-statistics-for-your-content\\/\",\"categories\":[\"search-statistics\"]},\"200304\":{\"title\":\"Tracking Changes to Your SEO Using SEO Revisions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/tracking-changes-to-your-seo-using-seo-revisions\\/\",\"categories\":[\"seo-revisions\"]},\"188167\":{\"title\":\"WPCode Snippet Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/wpcode-snippet-library\\/\",\"categories\":[\"tools\"]},\"186946\":{\"title\":\"aioseo_hide_version_number\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_hide_version_number\\/\",\"categories\":[\"filter-hooks\"]},\"178887\":{\"title\":\"Setting the Primary Term for Breadcrumbs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-primary-term-for-breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"178727\":{\"title\":\"Using Broken Link Checker to Find and Fix Broken Links and Images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-broken-link-checker-to-find-and-fix-broken-links-and-images\\/\",\"categories\":[\"broken-link-checker\"]},\"163922\":{\"title\":\"aioseo_schema_json_flags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_json_flags\\/\",\"categories\":[\"filter-hooks\"]},\"163519\":{\"title\":\"Using OpenAI to Generate SEO Titles and Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-openai-to-generate-seo-titles-and-meta-descriptions\\/\",\"categories\":[]},\"145363\":{\"title\":\"Using the Search Statistics in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-search-statistics-in-all-in-one-seo\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"145281\":{\"title\":\"Connecting Search Statistics to Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/connecting-search-statistics-to-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"filter-hooks\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\",\"tools\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"filter-hooks\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"filter-hooks\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"filter-hooks\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"filter-hooks\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"filter-hooks\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"filter-hooks\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching &amp; Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix JavaScript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"56011\":{\"title\":\"Redirect Manager - Configuration Reload\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-configuration-reload\\/\",\"categories\":[\"redirection-manager\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\",\"tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\",\"tools\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Meta Keyword Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\",\"tools\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Using Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\",\"tools\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer &amp; Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2025-10-07 17:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(7,'post_overview_data','a:6:{s:5:\"total\";i:0;s:19:\"withoutFocusKeyword\";i:0;s:18:\"withoutTruSeoScore\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-09-30 18:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(8,'page_overview_data','a:6:{s:5:\"total\";i:18;s:19:\"withoutFocusKeyword\";i:12;s:18:\"withoutTruSeoScore\";i:7;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:11;s:4:\"good\";i:0;}','2025-09-30 18:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(9,'calendar_overview_data','a:6:{s:5:\"total\";i:1;s:19:\"withoutFocusKeyword\";i:1;s:18:\"withoutTruSeoScore\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:1;s:4:\"good\";i:0;}','2025-09-30 18:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(10,'sermons_overview_data','a:6:{s:5:\"total\";i:95;s:19:\"withoutFocusKeyword\";i:95;s:18:\"withoutTruSeoScore\";i:0;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:93;s:4:\"good\";i:2;}','2025-09-30 18:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(11,'rss_feed','a:4:{i:0;a:4:{s:3:\"url\";s:45:\"https://aioseo.com/website-optimization-tips/\";s:5:\"title\";s:56:\"12 Website Optimization Tips That Skyrocketed My Traffic\";s:4:\"date\";s:18:\"September 30, 2025\";s:7:\"content\";s:136:\"Looking for some website optimization tips to help you rank your site and drive traffic? When I first started working on WordPre&hellip;\";}i:1;a:4:{s:3:\"url\";s:61:\"https://aioseo.com/how-to-get-a-free-seo-report-in-wordpress/\";s:5:\"title\";s:58:\"How to Get a Free SEO Report in WordPress [Easy DIY Guide]\";s:4:\"date\";s:18:\"September 23, 2025\";s:7:\"content\";s:138:\"When I first discovered I could run a free SEO report on my WordPress site, I honestly didn’t expect much. I thought my site was&hellip;\";}i:2;a:4:{s:3:\"url\";s:45:\"https://aioseo.com/best-ai-writing-assistant/\";s:5:\"title\";s:65:\"The Best AI Writing Assistant: My Top 11 for 10X Content Creation\";s:4:\"date\";s:18:\"September 18, 2025\";s:7:\"content\";s:136:\"Looking for an AI writing assistant to help you create content faster? Creating high-quality content that ranks well in search e&hellip;\";}i:3;a:4:{s:3:\"url\";s:45:\"https://aioseo.com/seo-reputation-management/\";s:5:\"title\";s:65:\"SEO Reputation Management Tips Every Small Business Needs to Know\";s:4:\"date\";s:18:\"September 11, 2025\";s:7:\"content\";s:136:\"Have you ever Googled your business name and felt your heart sink at what showed up? I remember the first time it happened to me&hellip;\";}}','2025-10-01 17:46:37','2025-09-30 17:46:37','2025-09-30 17:46:37'),(12,'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49','s:4:\"none\";','2025-10-01 17:47:13','2025-09-30 17:47:13','2025-09-30 17:47:13'),(13,'attachment_url_to_post_id_66b7bd4d66da1688f3b3ef255f5c0efeb1c852b9','s:4:\"2349\";','2025-10-01 17:47:13','2025-09-30 17:47:13','2025-09-30 17:47:13');
/*!40000 ALTER TABLE `wp_aioseo_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_crawl_cleanup_blocked_args`
--

DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_blocked_args`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_crawl_cleanup_blocked_args` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` text DEFAULT NULL,
  `value` text DEFAULT NULL,
  `key_value_hash` varchar(40) DEFAULT NULL,
  `regex` varchar(255) DEFAULT NULL,
  `hits` int(20) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`) USING HASH
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_crawl_cleanup_blocked_args`
--

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

--
-- Table structure for table `wp_aioseo_crawl_cleanup_logs`
--

DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_crawl_cleanup_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` text NOT NULL,
  `key` text NOT NULL,
  `value` text DEFAULT NULL,
  `hash` varchar(40) NOT NULL,
  `hits` int(20) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_crawl_cleanup_logs`
--

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

--
-- Table structure for table `wp_aioseo_notifications`
--

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

--
-- Dumping data for table `wp_aioseo_notifications`
--

LOCK TABLES `wp_aioseo_notifications` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_notifications` DISABLE KEYS */;
INSERT INTO `wp_aioseo_notifications` VALUES (1,'60ae0207e5997',NULL,'Introducing Breadcrumbs - Boost SEO & User Experience ?','Now you can easily add breadcrumb navigation on your website to improve user experience & boost SEO rankings.\r\n<br /><br />\r\nOur breadcrumbs feature is available for all users, so you can get an enhanced website listing in Google.\r\n<br /><br />\r\nIf you want more control over Breadcrumb templates, then please upgrade to AIOSEO Pro today and save 50% off.','success','[\"4-x\"]',59,NULL,'2021-06-24 12:58:36',NULL,'Learn More','https://aioseo.com/introducing-breadcrumbs/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v4&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2021-05-26 08:08:39','2022-06-16 16:33:57'),(2,'60d44fa484aa9',NULL,'⚡ [LAST CHANCE] - 60% OFF AIOSEO ⚡','We’re celebrating our 14th anniversary by offering you a <strong>huge 60% discount for a limited time!</strong> If you want to optimize your site on Google, this is your last chance to update your AIOSEO plan without the high costs.\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />','success','[\"4-x\",\"lite\"]',70,NULL,'2021-06-29 00:00:00','2021-07-31 00:00:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-last-chance-v4&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-06-24 09:25:56','2021-07-07 09:44:51'),(3,'60d44fa485666',NULL,'⚡ 14th Birthday Sale - 60% OFF AIOSEO ⚡','Want to upgrade your AIOSEO plan without the high costs? As we’re celebrating our anniversary, <strong>we’re offering up to 60% OFF for a limited time.</strong>\r\n<br /><br />\r\nUnlock powerful features like <strong>Local SEO Module, Image SEO Module, 301 Redirects, 404 Error Tracking, Custom Breadcrumbs, Smart Schema Markup</strong>, and more…\r\n<br /><br />','success','[\"4-x\"]',68,NULL,'2021-06-24 00:00:00','2021-06-28 23:59:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/aioseo-turns-14/?utm_source=WordPress&utm_campaign=14th-birthday-sale-v4&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-06-24 09:25:56','2021-06-28 09:31:41'),(4,'61027cf25b07e',NULL,'? Introducing Full Site Redirects + Headline Analyzer','Now easily redirect your ENTIRE website to another domain. No need to hire a developer!\r\n<br /><br />\r\nPlus, with our brand new Headline Analyzer, you can write catchy headlines that users can\'t help but click.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.','success','[\"4-x\",\"lite\"]',76,NULL,'2021-08-11 15:03:47',NULL,'Learn More','https://aioseo.com/introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-the-new-aioseo-full-site-redirect-and-headline-analyzer-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2021-07-29 10:03:30','2022-06-16 16:33:48'),(5,'61164ce406248',NULL,'? Announcing HTML Sitemaps: Help Visitors Find Your Content Faster','Help your visitors to discover the posts, pages, and products they’re looking for.\r\n<br /><br />\r\nPlus, help improve your rankings by making your website user-friendly and easy to crawl.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF. ?','success','[\"4-x\",\"lite\"]',86,NULL,'2021-07-28 11:36:58',NULL,'Learn More','https://aioseo.com/introducing-html-sitemaps/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2021-08-13 10:43:48','2022-06-16 16:33:51'),(6,'6139ed6585fba',NULL,'? Introducing Local SEO Map Embeds!','Now it\'s easy to add multiple locations and embed a custom Google Map on your website!\r\n<br /><br />\r\nEnter your address or drop a pin on your precise location, then choose from 4 different map styles.\r\n<br /><br />\r\nPlus, get access to SEO pro tips in your editor sidebar so you can make sure each post is fully optimized.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.','success','[\"4-x\",\"lite\"]',92,NULL,'2021-09-07 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-local-seo-map-embeds/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2021-09-09 11:17:57','2022-06-16 16:33:55'),(7,'6183e4fd3f685',NULL,'? Introducing Our Updated Redirect Testing Tool + Enhancements to Sitemaps','Check out our completely revamped <strong>Redirect Testing tool</strong>! Now, you can easily test URL redirect right within your WordPress dashboard and see the status code with a single click.\r\n<br><br>\r\n<img style=\"width:100%;max-width:400px\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAECCAMAAADnz3G2AAAC+lBMVEX////5+fr0/fi3uMG1tsCrrLWxsrzo6OuvsLm0tb5Ep2f7/Pytrrf39/i4ucKio6329veur7iztL22t8Cwsbvz8/WnqLGmp7Ckpa6pqbP+/v6Wzan39/nt7e+xsrrBwsjh8+jo9+6a0K3p6uzy8vTLzNG5usOqq7Sys7vr6+79/f3Z2d22t8Hm5umoqrKkpbDV1drF5ND19fV3v5BHqWnX2Nvv7/GanaDAwcSFiZZtcIHx8fNmaXvR0tTCw8aWmZ3o6OlJTWLl5eepqrSdn6qbnaiDhovU1dfHyM+Ulprh4uTb3N2Ii5h4e4pbX3Kdn6OAg5Jqbn88QFdvcoNhZHfe3+HFxsmDhZSIjJCztbhSVmvz+/fO0NHCxMq8v8a1trl8f46Ag4hzd4fR0tdeYnRVWW35+fm3ubufoaxxdYV2eX5QVGlGSmAyN08kKUPIycu5u76o17iusLOMj5xiZ3lMUGUfJD+YmqaOkZ6Rk5dobH1ucncpLkfg4eLd3t/Oz9XKy82+v8KLjpLt7e7j4+WprK+mqKtYXG9ARFs3PFSWmaSNyqOQkp+KjZqOkZV+gZB6fYx9gIVhZWvx+vXa29/Mzc/Fxsygoq1OU2dXXGFDR10tMku7vcChpKdzdntmam/j5OerrbCoqq12eYl4fICfoaWSlKCGiY1cs3pSVlzv+PTR6tqqrLVrbnNNrG+tr7JdYWfg6ObW19m+4cqUl6Pc3OGjpqnq8+6TlqKDxpuNkJRFSlGboarL6NXs9vHZ4eHM1NWwsrV6foNMUFba7uHV3d2ttbrm7+zf8eXI0NKzur9ndq603cKg1LOWnqcaHzvh6uuu2r7Cycyepa3S2trO19qWm7SnrbeRl7JmuIPd5eNRZK1quYaiprl7hrFebqpitoDn2tbczL6Eja9Tr3NBRUp0gK5XaKhOYqjs0WLbp0Tj5Nrcs76coLNLXqejvOPmwp1vvIrXumvQqmS3yuU8VKrHo6nZvaTCqY3ElGeUma7CfpO5goHRlHFGFWlDAAAh2klEQVR42uzcXU/yVgDA8WOQR0hRtIC4ZugFlvFiB9kiGYUsopAxBg1vhoQEQkA2CNAlU6sh3biYicg0cEGUycVcyEiWuJtFMu93u8RPse+xWkWwbM45Fdj6z3N8qu0Jyi/tsWgE8v9SknHNv08rkQ8wIHgw2Z8P2UPjWafJ/tnQTE1prsfUg0PDGZwpghf+oh4MaPqa6ibge4mm7tL0BfoxmAkCdrAgjxicdx815UnTntirfYaPndJ9Ytn+EmSqC3gzif3/ocFN8M+H4FHjKdOe/kjc8dzPg6D7WLeMfSAsRx8Iu/0844kwD08b/CM9bTD/ekFYUS5Ih5ZfN14z1qQj1QvCSnAolmR8LxdXhRlTvSCCHpGlpXG+V0m2tHQrIrgTAbeLOY8xoDomnYWEAenecshk453E/9/gmRkRzG5wdmhhMTwPX++c75/Uu/GuUdyX0sH5QM+JIrszYUE6q73sngX8v21nH68aYaYmZ4f3Ar7EHanCxluJd2FOW6LOQU4YtlTh2yznnS1nizOjV0V2t5IwIJ21nLlYFZnQ/33jJyiqvcyc7GyFNfHW8U4TRqOexDGKOmAUvogp0c3ozgLK9C6u1Bx5NWisueuwVTXxcNRYEdnCUfRdr1ezqxE7UDke3BHFLFJLPDovdVS8sVjT4zxGNc3NY3Sh7A273gRbRTjjJ3a3CaVAsFsn1kCPxzjgG0jn9pQv6BcICGXVA6aYbq9XYsA3kGZz2bDnkAGRhy2Aweh48CAD6rxeTe1fCgSVVCR9C8Iu5jDgG0hrmXEtPL7EvmQPuicIrAV8A6koYr/dYiluQNgLlnYe8A2kmhYWMyRLdyBL7Akyz4MMqNq8lr0lYUG6J8gAQBD9s4WAEQoZQ5g3+i7IPHwNIuuCsCeICLxyb6t0z5YZAqOT+YefwdiHn/eAaGFxF0R27QHPy18dRDfxjC2C0em973/86MPvuiCi21PkFmT8BkT06iATz5kVjFBjX/z+7QdQF0R+d80CPVesGfB38SDPlP4T+sdlpBdEC3NB5P0gi8UYiiFqdJrDW1wFfenXDW+j65ylFVJNAia1a13Pg/Q09sGvn33/k6ELIrpbRMDNXSGsZUAk3Gn+AzIfMkkC6+BeqlMn6GvSE8Tsm5yV1R2PAibLgXPsQRCT6QkCtdr1W8xlGj0Q68cfAMX3H4LbDDPdRaQLIprhgoiuMmj6quqkomX528i6s1wD+uiucUVNb6rkbyYB0MQWXJPyVkwP2mWHf2PCArfXklNmtDWHAWjh0GiG85kvAYgGAlNQdHNHjdTkC2LFspULslee/+ce2JGHZYlHRw9Eb9UDAH361yBiFkTImZZpmADyQdJJUfRVWpejaTrpIBtUxk374qQRABAh6VaTalydu+skfbVxduCTkNQ+cwy5YTZe0Vchy1VDDICfIneNVw2SxuYosnB8IOaCJAlbcNuSxAO7CWm5WtnEzir+3KEhGDhKFkq2N54DXxvDRHZb6jiUby1X8jZTqxTfjFcXtjeSrgQ2eiDd+kFE47IZieTk5B3hW1yQjbybcdSnqbAr53eRlUMqXCitOzM1Mk969NcgDWOS3niXPrikYNP2DYi/naDSCbJtJ0wZfyzgGANAEQktBwJn5+ThHCnF3DsGLsgaXogYcxulin0fz9pPy+nZFOHIHW6E7YT9vJTIW3LhtJPwFWivTUo3s6KDRFZab8abgY2IN+EcwTWECyJhQLS3ID6JzGLZzHhtZctb4H7BRhFMx9ecVFG9bzsnQ81Qi0ghkyo1eXUVZ0H2dW2yXt3y+8hVRfAGJAb5r6qZkCGQmFw0F0uzgClVWM4TIEnH5w7cf7aG4DPBOGq355w+5Wkg29B4LrIZNJcJHeXsRNK+lU/7PB5LJG2h8TBKh4jaaSiL2prxRAO3xAPofwlkSQDwtfFEwmKZrXu8s31rSCF2RB06KAMDUqRbWnymcFD04W0a99Oma5ANK0YXFhJxB+VwBW5AjpEKJZ5LqO2RaCqEljYnWZCzUt51STnmAqvA7eSeIej2etCH2g9PI5lkLhUn2pg7dGAPXQb2S0e53MFFPRVyYW5PqdQ4yZ3W30TseQl+WvLGveHTrD+D/SdARPdBKvuR3K5XyV16giRFZSeMdFsXws0ERQWK6QZFlrF8K5rffhsAwrYIPCRFrmEhiqRtqyWPvOECrgBFbZnXaIp0nhHUO9fXvqB1ocFMX3z3dJXZLeOAdDorYp1Vfuuohk20sYlYWlyHseIe8yGJ1lvC2kn2sJoxFtpk1nVDbTS/7X0IJHHxZssXbhL+y6YUcBozTbkUwGwYg/ZWEdXxAoZAhqnkNFTTQbXapwC4z/TMMTGDHugWkntnY2211fAeQLAFlxmBlmMmCMFQNWCOW9UDd8y1CMxtCLzXXuwH4dLsCm82TJat8jq7hYmDuGuiAya1NYsjfB/yEMhFiiCUlqMTuyUbAa/cxCNa4Wx13hnpG8OHQMSOi9lxoXDeoSzvgkfGv3TygiA9L2UJwd/Fg7D9Z0FUz+ihVoCRbWhAIMXzNT1KP6B6HIhECPgGkkE4w4MMU/dAxmU8yEDjglys8SADjQtSdTgqDnnLpxRJyoBvAHFBjiLVbQuxdSqU4IBvAHFBDgsFj8Uzn5rjQQYUF8RXyfm8l/ZZSRPwDSAOSCsdx+NSr98zI0lP8w2kj/j7kOGKvzEcsniQIYsHGbJ4kCGLBxmyeJAhiwcZsniQIYsHGbJ4kCGLBxmyeJAhiwcZsniQIevFQMas5vf0gO/FQFQLOvAXrbaR1T11sahD1O6OwXufrJi/Wh/h3yB8bIMCmc0Ht2Vfqib2oHWT+RjH9tAvIYN7eT2pAKBCQOGq8zR+UHHiCsCmWJ0066atal7kpUCy3rHoMS6/8LptwZPdnDKE24rb3hRev+iAEOfZTAcE0U1COpUb0o3SHx0Zjh4LkjMi2Coxa7F9WdqW1rYs2T1/uqFNbHq2AQinIF/cGbDR5x0QSAchkHUVUZlH6i8lDUOPBcFL7tBRoRy3oSKP/cxmsatCJw3U59yxX1/OdH6ps4LgwR4QML0CIV/zIC8Fsm6rZ7AoseFxFwinCn/j3W+6C4YTWJsAYMIWCWJiB5B639TrKQ1gYiTeXkQg9STgexkQoLeOAWRMDwDzRAMI0puhnn0K7uL96crXi9ZFNX+CDM19CKRaWVlR8DciQwPCx4P8N7oHIhSen5+vvaVUzknTgG8AcUDkcrlINCMRCt+aNYL7KdR8f5IVAQD88s37T+836GmXLPUf7N3vaxJhAMDxc2Qtb1KLNqdDMQvMqyyXdfbDOSwct1UWa+XaIEblojeb/SBMFk2dUDekbUQ/0MXGStk1N3axpWFQHOSLCflS8IWB+wP2H/Qoiza7lm1IN3m+/nzQV37g8fTxPAmMpS3ZlzMsWEchem0gKgTG0hYeuAquB0RbC0EgSOkGQTjWfwdB3cga681dS46U1grJShAtSLC8ZUMtOP0zCP+vIPu8yNrCHLmbo9Mb+H9h/gaiJUE/BylwZ5Ekw0vjTDh9eJlOMlQQyJm311vKBy62nH9w4ywrCIb7nGZv03ZP5JGqvtUv1DUjaDduuSrURfwNbsLQpfJZPoNFKbTeO3XpgMGiE3YFxqQuA95W56hrc17ldcwiJdVKkHlKTh9OBbWhVDoUVWgFthgtp0PJpDaUDMvDiXQ6mEkls48GaaBTAMjle0/OHT/bUn3ywtlXrCBVduNCjwHXGVqHjHb/QgPRjPBwZ9PLUbMbn/Lq9OP90277FIboTa0WgtA1ef1DDfjYUFvXiMvR4zSO9/W7kZIqb8qqjWYodDipEbaTGJMUJGgtI1eUlcXj1rI5kqbLNLR1WJGwDjPD1kwhIO8f371y/fwx2YU7H66zgvS2nfho7LHcGsdfb/GOOEdxn8luHsWIsdvEpIdQnTA7h/AvfkvA5BXq7c4GoXlkVtJmWTC67S6Hx4GP44YS2zjIe1Mno6kJKkZTlGaRqRUIEhMMaqOZuU9UfD4L8olkNLGYPBUmo+mCpqybLwYuv70MQAb+ANLtE3484LPgxCN/HeHonu4XSlU4YRwhOvWWWXt9hwl3NE51SKW+zmacsHcb7fbO3Wbzy66+Ly7HlKXR0/+mDimpfgNJTsRi8Xn5MMnYQoLEfCjG0PIYFU3kQJggxTDRGFkb1pAFTVk7zp87d/POgOzpk/strCD6DnRS9chvNI17sL43rkk9Aqas1yZDM2F5Y67vDAQaI4PeXgQ54Q8EDM86TWPGgInovTRoGpRGmiKDka5LJbZCkgcSTmQUlCZpo6hUgg4KFHFtQkNSVJikNJqwzUZryWg0rKCih+PRUEGbvZt2yjbt3SurrOSLWUEwDLFKMFQirEMRDEWsGAAxj1ahEut2VGjoaLWj6B6rBMDZd3tnseyzeFVWbKi+z1nFk1ireFiJeeSDaMHGbSi0dAH3s2cw0IJBLkFukHu0aB8M0WczEiTXjIGY+XlAqZ6I59fk9JAwNJfoWu5//2AIgyCcDoJwrGKD7AceAKQcgvwLSHpdIPFVQGSypSXcU9UiZGXSPTCWcr8mt2XW4bFIrQICjmC4d7NsJyBRivNAeNthLPEQUDulWXsxDP4MiNNBEI4FQTgWBOFYEIRjQRCOBUE4FgThWBCEY0EQjgVBOFahIIwCVpTmrWsDse2CFSXKtgrI1uzXvYADfN0rzgcpgxUled4C1RElP3fgvB07tm5FxGJxtehgTU3N89OnIQhrRQe5dvrmNiAgEgGM7E6fSrG6OrvT53MIwlrRQRoBh6haLT71js9HKisqsiZqNRCBIKwVHeRQjkPJ51dUVCLl5TkSpbr6YM3GA/n6rd34fa7dtft72QaKBQR4ZDnKy3MgQESpVItWBfnBzt2ENg2GARyH56oXPehkB60HvVXEUzWguSm60qYDoXGlFHeQJIo0kVKm1ySW0UEOluQ48JCdgkJWyJIIJl3CFmrTUuhtve0DFBU/UMGsrrqpBz82aSU/CLRvkueQ/yHJJfLc6YVjOAyY1vP1t29acndjA4bID0FOHYqe/M0gkWppebS6AD14x5IdpW4K/ViGvq2cJUPdlHWzBj+jWK1tO3D1u8b1Zn9BbcqwjdDs4P1z5GZvhKVA/fWtV58mVjY2LsAQ2YUgwplnEVlf2CqCtxGLL/hpuX+RbzThqzptQGvS3D+uwM94qfst+KrG1mGH/awKXzjFHQM6rLsVxKIVxIXAdQ+E+vm1tdXuSr0OQ2QXgiyVNueUlm8LsMlkXSlXLjcqotahuTGLYMSmL5KuE8eynSAInmeY/LyIuvN+JxlNIwYgk9krJH0xRpJ0rjHNeFnxbKtM5hJ38rhJOHE3bdJcrpmuJMjH5RMM4WZEFFUgg6QnnSyJZM4SV6mRGTHXGhNz2Zuz8TFWSbSva4CvX3q/tvru+fPXMET+PogwurQYeVq6vbCswya1mEqmKg3iioY9RCakE0Sb0lg/j8VumLx7tQNgUeSJtBNLzjw0Kt6ULQPD+KRHVNDGOH09kyPsqUJ6WnLmM5QBNS4m5pD2ZIPXsPvaTT5zViwnWVojFXCDxSTpUTFUs8Y9yq8UOaPgc0bcF226kZgA4c3ax1erL1+uqzBEdiXIUqn0CO8HEWJTBxFUQfM+lk86kou0MI8d8fjYbBOz7RoAjs446VahmJg5WvEkHICJNVAtn0OdVBBkNmdOaQVNsrSjlAUCjY1hWpQ1ea/iRKV0tIhqGpvaz2wGaXJF1C9rtGLQHmVPl0njcZSz4nZBzKm2BfiT92svXrx8u9KFIfL3QeBRNTK6JAjPbgvQY1NG9oaawah5oyLRVrGJHSpQU3YDpYpG0QAAIqHHeMp2JTTtSQDATKsJjplI8VgviJqkWIelWFOcFeABZXMNi5Bok3CiaBQdobi2fYdHgyAizzcQjLGRIIiJcOMOiyVNjI3bQVFAfOi8+vBitXvPWNdhiOzGTb26vBiJPKrOwQ5qDQc92HpqOoCu4NCHK2qwIGz7L4NQgy01GfC6ALIOW+Sa8O1nMFYGADeh4MFh+NcBwSaAoAO0eRMC196tdu8Gh6ycgyGyK4+9pepyKejxb7UOyvBzea1XSe1e7mUcuBekPQ8CwtO5uQiEBiZIKAzy3wqDDJgwyIAJgwyYPw6yeCy0F04/+7Mgi8dHQ3thad+vBgn9I2GQgbYjyMiBkQeH7x/ZDBJ+avyz6A8wIyTTxaZquk05KEJ6GUYBvQFmhFjxJwRKLi4ejRA6AcIRwtFjxRrgMxoh9AOEI2RNf+9ohNAHEI4QSw7XcAmrHaMRQj9AuNnLHy4OipAtDKOAHoBwhLCqj/ZDSAajHcPhC0YjZJABgIiOEKnhdsLrIAXERkiyVaDa8LppYpAClAi5DQYvgODdOzR1fiHLomrrRbfKaierhk7T9TKYpq26gDvZQ9c6eYqqkW7taP6hRYSwsYEuzgNv2RFHU+dbWsFZ35kcqBbiGOSYmpSQM6MjJ0U3KiglNtcyh99nGSPDKKBrhMhzFJeK5daX8IVsWdyfnJLpI1/iMkM7KtsxLoV9elAg8zA9uZogGLAICbTqCRLKmxDEXJIxoTc0JXNHshVPNmd2iKNFJkNtXogywyigb4RMiYoST6sIsVEtVstY49BbLhe6JTZA2SY4uL6cQaajmGEU0CRC7t67jiNCGLS4pYAEuqAUuDjL9mAYBTSJkBvvrl2/d/qx/rPTj0kww6l+tEqnTYQA2Lt/1zTCMIDjz0uaGnl7NcZf8KLcIB7pgVUEBZstevBSDCRYcfIIHIiho4Vzc+kkhi5ytzp1ctS/wt0KQW8QtIvdsnRq0pZSMbVgeM3BvZ/xbniHLy+8L+/weKfT6WQxXcy+ThfA7dp6kMntze3EWg7n1tICbtfWg4znX4azm7k1/jbnO2RHNu+QiX8ytmaj5WL2HbgtMDj2epe9/dwoGALuEdjfQ3BY4BgII7JdkFdCmGPhJLMhyPAPy+ITdnYDxTcEGf0yvseD7AaKb/FAtcsgRP739MnVHwxWJqsf4EEOC6KJlQqGFYdv4acTEVhyiQY9/as51lIReIizgvR9lJa0qNZU1XDmuYYj3qT7LF7xVwNSrwgsUYV6lRR1R5AkZWLg6rZ7rQxswD6IadZq+XxeUfRW66mCfNYTz0rlS3pdK1A9VE7XQ+eeC1HJZX16gXGQ9p4eVLOvj/frL7QCidG2txGAdWyDNFu6rih3FWqmaYvBkjrtfMS9cqARMfzvC2+OLgI4eZU7a3woaBrjINlg2fOpWC6L78zTc0Jpu5kA5lDc5pM+9dhg0M0W09cxRSpKZvIqZlaKRx6xX1MPGAeRIN2vN1RJVRPiZcdzF0RBsM5hQahoGCUjliz43a6mz52hkhg96EhuOlD3XgJL3QFEjNKxlE77jK4qSV0aVVOwzmFBZIyxLBO5H8VABAQEyYBlJBAiYMbHXgJEhvuVqojIVZnIBBNY57AgTsOD2AwPYjPbBulGOCaiWwZxIY6JFA9iLzyIzfAgNsOD2MyjghweCuh/wqkw+k1A3A/2zq51aSgM4Ofc9MIaWWSU1JVdpFFBoBvVXrDa0FUryLXFYNjbyi42BlEmyqZ/vYgyJnlh+ZJLESExJCT0SvssfY+WRFGEFZZF+IMNPRvnOduPA+dwznj+qJDNPN8x4WK8BqYcgHPCzmH467xQh+hhPb4PjdNwtXgtK+AlcS/cv+gh/yUhh95RTBPlhACa1Q57CTm7L0Je83CEFj5BVLxhU/ZAaJT5hnRMFsJoyKqyMSGyjw7DXyE17WZLSimiMNfgalFHrajRahVZcQwX8C8J6RGD8kZ1kj5c7qUz7ye9WHry3rQnk3a9947CJhMd7qt2YJhWJ5M+924yEfqTSayrwF/h8KGk3D7BVE4UCLhaAmEjkctydt4U98EFrFDIjh3zpGBH5knBviNk0n89M193y3S/Uc80uKrSYLsNZmD0Wk3baLcbbeitKvsOx9I8WaUYrWdUxaqcCcBfAI1YDWV2rCuvXMi+/NOonchmEvv/qpB5lraPS7jbduwAblZJN63k9lu33FXc7/YQTmoSr22bttPl+OtOT0vX0yVG0nvSrNlPpJM8hKW0Y6vdBFUt9LF3yutEOoSH4C/g4TMJy/WcWb0QhTCTXZJMef6qkGtn3NXb7dv3HD16dLebevWgu3lxi9tLTu3+jpAXucOHSgGeUfZjTDH2uot97OOxlinnzHEX13IiByEdtTE/V2IsOppjDhWYUX5Qgb+CRNX9Narm9QpxuFpYjMJDfCcLOQMuwZJCQnvdFIY7dm3atGnn1sVCviGW8MI1/5AQL7cPrvmHhKxZC/kv+Qkht++thSxglUIevtr28M2ZO/e3Pzq9FrKAlQk5fvvcg4s37t6/fvLSafA1fmTNHwFdJGTP+buP7l25+/j5pTuP15scVgNcJOTylcvPnt29e//uhRsn10IWsCohZ1/dO3f70qOjt568vbEWshrg4lHW0ZdXz3wc9u69sBaygNUJObhly6d5yFrIaoA/nIeshSzkXxJSY5IJBcL5/vSbCOKDEDErABAiymLZJJMo5LEIAMEgWIaCF0G0gHzMrRwg0BdEPNIJKw+RoBsSBPd9LETCNTe2DwCfW4TcDAYR6J7BsgjZm8ihwxtDBN70ucF8CNjAh6xbN3ALAIQfj2ABzEPNw96EPgRCBPlrQjbwcpHE+KFQrAlUAWf5jpZo3ARk+ZjQJno6VuWSWRBkK0u10C4YXENJyHUVDxt6LKRt4PmEqRTjpiqhpKpD0nD89dBUzwCQldT8QJUzzqAg4WBZBtjUogqFlKQqIaGm7hc8AoGZrakQK+hxzm1LtmUcElFLEgAIKzW5UpMyuFSXVM/fEgL8aY20k/VSVZo5TKKUYERRRD4JeZcuNyIfhWj4ckIqDMHIpUqfYKx+LROIsYTAU2ZXibJRK8rlOGzY8PNRQy8AX1IY6ONDI4tRomZ/6S7SMrQET9YwhsRFZlo7EYNUxuFHVjGqaooo43hKNiwx0sVtAIzioQE/NIsY0Z6O6b8pZPSuyefG8QYtzGblNJXqAKC99lpJtjrslF8ks/PvXpZhjI6JcRxjZyjDqmUcIBYbjaTCoxaFOHwdYOQIpPxUVyypwFPd71NItKMbhOovI2BJpkPaHhFaPRfJMtfazWMg0h2yYzYjtQ/ECknA1WzAmiLXL40BEjXBYelYAJseSLHUxl8TEmiYVNLGStQJ0e4zvJ1S67ObINBnkhT3OkY2481Z17IUCJYgiqbYlJYSyqoo8IoQ0ov+kRczkjpliaEoKdIppRmod6YqaQZyDkUmLIeUWD3QXFqIFKKZllQp2YMiVtAoTuMJgtVzxU6dl3BMMgTewfQxndI73oqesuoY2VKkA9QQe/HXhHhwOuaopimjTrJN+QcDmhvcBIBzjMgJ9QSt5KVWixjKS70aGakEZE0gm61DqGTQcZL1clCnGvGQoyFykThWxNqeoX9g5OV82JBv1hyO5gIZjx4ES5LNHxM2lLzS7igHiKJwooIjG/lMriSFB1N6v6PkhVSJNJFKMXSMQGsGzTlSOAuJPHHgrw57ffNa8FyOAz7fp7/uj9+LDwTqwS8JABATayEgOL+A6p3a55AfT8HfHBkd5H1fas3znew8mHuEOs7G50bN7/l35iEf2Lmf1zbBMIDjPFCWjE3ICl6G2aUe5kYvgRoh+AMPivWQUyUBIXgKeEnIrchksdVjIAEPQhrXkjA8hEkOOaynxn9sdtma0TFIWiyuvB/wpKDwBUHe9/FtOoCZrQ//ul22k5h/Fd78ACVN8etUXr5DkBQK8syhIDmDguTM1kHQEu4Wsl7C3dvb399//65YTIugTQ5byGKTQ7rPulh8kYZ4uYdG2naRg/kQBAAFee5QkJx5TBCaYbRzWPMFX4Q7NEXALUyuQYVlGLUED3Z4guEyLjDdE4JmuEPc5zgft7vjcwKyptMgCzjb6tAY25ZJm+M4gey0WQz+kKMgH5PhKIS1eefbAn4jmjwJt2rGJ6BWxipkH/6A3oQSpZOJpk/lq5Y8PGhwsio7rG8sIGPHUQ8MhqnaPUdTbFer1uVFeTmzv1YJ2MhTkKjvxcIq5KmhlXCSN59eTEOlY1oNKdbNUFEtK0qDTL/1Jhdz+7R70YTdfWmYrGh4VwC9y4u67hekrr9oj4lSc0xAprDBzCgPW3UZKOWywbFClfd1YX4GhbAMd3IV5NqMTX/0faRanYgxq0GLt/jAOJVny8E4UeZeoI3SIKYhWUx8Y6ifWdgdNzGWosG3AMauXHdOj82G4jb7QHS7GQcRQne1GN4oKpTr2s2p4/MThT+a14AMz2AjT0Ei3w3ZcKnYFncbZEQvzcuB42jOUhonXrUXMLdBpn1u1JzFA1xWYXdKvzM9MRjnIH1XVe1D88hhCxTjUSL/GbLV9/QrZti97Nf0rx5Tbrd5t1AgVzrdliqwkasgth+J06R+ZgY/g5DqJJmxYdLmAt9MFHEUB2kQ8/q6cSBGLkg87Eyc4oTkGuc3UeySWhzXhXkUWLYSj1o4ZIocHIFenzC2GViqMIlNuZoEASeHgXQGG3kKslYiCShVYA2nAcj0qBAEjQGG3110FR7Do+A0AVAj4ZcyCU8FozCA0gEGaxWagD/lLshWSksNkBwFQVCQ/xQKkjMoSM5sGeTN/SAUjmSCpu8FeV3cKsgrDMkEvN02CPJEUJAf7dhNi9pAGMDxhZohASFkDMnk0t6awIJ78hDxIkbwkCzKCgFhQRYDir1JifgFLOKynlbvC36G/Xidecw6rT2F1ryU+d8Gkkt+PHlICp0AKVgCpGAJkIIlQArWBUhNgOQcB/kkQIoQBfl8CeIIkPy61SgITkBqNQVj7OiyVhUg+QT/smTHwdSkdqMoGCEka9TDvhHlUsOWqpqsI+QoSgKiywIkvxpSAoIBRBEgOdegHpqMziCYgchVSeyQnLqFAbkAYSPS672yHllfRFftEXql9XpfP0AUAOHvLEmyDMO8I4SomRfPQu98WC7VMjRdus97NUX7rTtVj/SeOKYnQu5M07Bs2CDJTucgJxGbieRC4rdb/mYfH72u1900XbUMxdFkkAqkv76fhKPDatF+UAnzMMADBgR2egKCExAQARIwybRxcz2Plq3RYOavgsmGlKF4GIYkTd1FMAzGJIp3ATFpv3sgBUBYiKbDtwiQ1A1AybSWO9y0Zt8OP8bhejEkZhmavvjR1EwR2bxNdn0zMv3AoNWtzskjWekcBAPIh4jdsVhGpn3fDryHoOXeb+cDf2eUIq95bO9TXG/2g/fDyypcG/6OPuAO4+AeSOEgisNFgARMsmwZeS7xu2/Rs9dezN6tUmTu5qGVJm81OpLZumvFW8u2TxzgkQwIB8HoJMIWCZhknetLSYsn84lIJcmW/i7ggPkAjwSEiwCJRlEyZ4HlBnU6Ul3676tCGnDoAKIkIBUuAiRgcq4q+udpPJlxIAhzkD9EIE103WSWTuMctMpNhYs4CNJZsujK6RAfDw4CIhDGSJR9+BcPAAERTuI4SJRNDmjwqMVPXkMYS8/oWKYAAAAASUVORK5CYII=\" />\r\n<br><br>\r\nWe\'ve also added a number of improvements to sitemaps, including the last generated date and a custom 404 page.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.5 today and take advantage of these enhancements!','info','[\"4-x\",\"lite\"]',110,NULL,'2022-01-19 20:15:04',NULL,'Learn More','https://aioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2021-11-04 13:49:49','2022-06-16 16:33:46'),(8,'6183e4fd44230',NULL,'? Celebrating 3M+ Active Installs + Get 60% OFF Today!','Your beloved SEO plugin, All in One SEO (AIOSEO), just crossed <strong>3 million active installs</strong>!\r\n<br><br>\r\nTo celebrate this milestone, we’re running a huge sale for a limited time.\r\n<br><br>\r\n<strong>Save 60% OFF any AIOSEO plan!</strong>','success','[\"4-x\",\"lite\"]',107,NULL,'2021-11-03 14:11:37','2021-11-09 00:00:00','Upgrade AIOSEO NOW! (60% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=3-million-installs-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW',NULL,NULL,0,0,'2021-11-04 13:49:49','2021-11-08 13:57:39'),(9,'619cffa94fac7',NULL,'? Save 65% OFF AIOSEO - Limited Time Black Friday Sale!','This Black Friday, we’re offering an incredible discount, up to <strong><em>65% OFF</em></strong> on AIOSEO!\r\n<br><br>\r\n<strong>This is the biggest sale we have <em>EVER</em> had, and it\'s available RIGHT NOW!</strong>\r\n<br><br>\r\nIf you’ve been thinking about becoming part of the AIOSEO Pro family, now’s the perfect time, but you’ll have to act fast since this remarkable deal expires soon!','success','[\"4-x\",\"lite\"]',165,NULL,'2021-11-23 18:42:05','2021-11-27 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=black-friday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-11-23 14:50:17','2021-11-26 14:52:35'),(10,'61a3980f86a18',NULL,'? Get AIOSEO Pro (65% OFF Today) + Donate for a Cause ?','Want to boost your SEO rankings while giving back something in return?\r\n<br><br>\r\nThis Green Monday, we’re offering <strong><em>up to 65% OFF</em></strong> on AIOSEO Pro purchases.\r\n<br><br>\r\nAnd a portion of sales will be donated to The Conservation Fund, a non-profit that protects America\'s legacy of land and water resources through land acquisition and more.','success','[\"4-x\",\"lite\"]',183,NULL,'2021-12-13 00:00:00','2021-12-14 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=green-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW',NULL,NULL,0,0,'2021-11-28 14:54:07','2021-12-13 15:50:21'),(11,'61a3980f87816',NULL,'⌛ Cyber Monday Sale is Ending Soon!','This Cyber Monday sale is your last chance to grab the world’s best SEO plugin for the best price.\r\n<br><br>\r\n<strong><em>This is the biggest sale we have EVER had, and it\'s available RIGHT NOW!</em></strong>\r\n<br><br>\r\nIf you want to step up your SEO game in 2022, then you need AIOSEO Pro, and NOW is the best time to get it!','success','[\"4-x\",\"lite\"]',176,NULL,'2021-11-29 00:00:00','2021-12-04 00:00:00','Upgrade AIOSEO NOW! (65% OFF)','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade AIOSEO NOW','Learn More','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=cyber-monday-2021-v4-lite&utm_medium=plugin-notification&utm_content=Learn More',0,0,'2021-11-28 14:54:07','2021-12-03 15:30:26'),(12,'61ea2befd99ad',NULL,'? Introducing Link Assistant + Our Stand-Alone Headline Analyzer','Check out the brand new features in AIOSEO 4.1.6! First, we have Link Assistant, a powerful tool to help you build effective internal links and audit external ones.\r\n<br><br>\r\nWe’ve also added a stand-alone Headline Analyzer to help you craft, and A/B test your headlines right from within WordPress.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.6 today and up your SEO game without breaking a sweat!','success','[\"4-x\",\"lite\"]',203,NULL,'2022-02-08 13:39:00',NULL,'Learn More','https://aioseo.com/new-introducing-link-assistant-a-stand-alone-headline-analyzer-and-more-in-aioseo-4-1-6/?utm_source=WordPress&utm_campaign=link-assistant-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=link-assistant-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-01-21 03:43:43','2022-06-16 16:33:43'),(13,'6202d4b13a2f9',NULL,'? Introducing IndexNow and Page Builder Integrations','Check out the fantastic new features in AIOSEO 4.1.7! First, we have IndexNow, a feature that gets your new or updated content indexed faster on Bing and Yandex (with more search engines to follow).\r\n<br><br>\r\nWe’ve also integrated AIOSEO with 3 major page builders, namely Elementor, Divi and SeedProd. Now you can work on your SEO right from within your page builder.\r\n<br><br>\r\nGet AIOSEO Pro today and up your SEO game without breaking a sweat!','success','[\"4-x\",\"lite\"]',223,NULL,'2022-03-01 16:19:06',NULL,'Learn More','https://aioseo.com/introducing-indexnow-and-page-builder-integrations-in-aioseo-4-1-7/?utm_source=WordPress&utm_campaign=index-now-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-now-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-02-08 20:38:09','2022-06-16 16:33:41'),(14,'621e9ad501826',NULL,'? Announcing 4.1.8: Improved Site Redirects and Modified Date for Posts ?','Redirects have never been easier! Our 4.1.8 update comes with a powerful feature that enables you to implement a redirect from right within a post.\r\n<br><br>\r\nWe’ve also added a \"limit modified date\" feature that allows you to make minor edits to posts/pages and keep the date the same.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.8 today and enjoy these 2 powerful features and more.','success','[\"4-x\",\"lite\"]',241,NULL,'2022-04-08 19:59:50',NULL,'Learn More','https://aioseo.com/announcing-improved-site-redirects-and-modified-date-for-posts/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-03-01 22:14:45','2022-06-16 16:33:36'),(15,'6243ae8507dcb',NULL,'Microsoft Clarity Integration and a New REST API Addon ??','Now you can see how your website visitors interact with your web pages with heatmaps and session recordings, thanks to Microsoft Clarity.\r\n<br><br>\r\nWe’ve also added a REST API addon to make SEO easier for your headless website.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.9 today and enjoy these 2 powerful features on your website!','success','[\"4-x\",\"lite\"]',263,NULL,'2022-05-03 15:26:42',NULL,'Learn More','https://aioseo.com/introducing-the-new-microsoft-clarity-integration-and-rest-api-addon/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-03-30 01:12:37','2022-06-16 16:33:26'),(16,'6250e45660d24',NULL,'? ? Sale! Sale! Sale! ? ?','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADICAMAAADxy0fQAAAAw1BMVEUAAACZ/tQLlV6U99eR+c8Um2iN7tgipXJPxpd/68A3tYMtrXw+uomZ69NZzaB25LiH8MZu3bFn16yD3N6G5N1Gv5AmmX6st79g0qWG6NOFvdGO39ad2s2K7s2iy8eb4tAdmnI3qYlCjZGJ18yD1dyBy9yIzc4vl4SP1NCE5seow8Sf0sporrSay8o6lYugw8d1xb6F68mExNd7usdQnZ5DtZBNuZtut7l32L2U49NVp6Ipo3tu1rNGlJVZw6Rpx7JXuaVyQGIGAAAAAXRSTlMAQObYZgAAMP5JREFUeNrsl8FqwzAQRHc7MW0puE1P/v8vLV1lM6wVcvJCDPMiyZatnB6zskwI8QwXL4WEvBjmjtJEI3jceIUbcqVLRzN4PKaKMbX7UynpZ9YBTsbUwHdy0gvmMX5Fiu1WqH41gVkGYwCqMTiBalcvcz7ykh1WTKU4SIm3J4QyYgTi1uAoa7TDF3o3dDAmiJIF2H5bSQ1KCWmRwjluD0OKId8XL1JxNNjJYDZGy5DYbsdQ0SJtSngS5D3G6IZS0dhVtI5lPuWBHRGPaEwIhwGUkkYpYDKyOf4x51v+42Q6fq7bum3rgf33emmRgVqNAn5iOS6REIqoKnCKqvX98b4sb0ezLF/rZ4uSUpLAQ0gmZKihCZyrWv1RZ7Y5csIwGB46NvkgDQkSEpW62t89Qu9/sSZ2jJuh7VRtRmq9sEAwGdZP3tiZXb3SGM4kDEKiAJSK/iICQHQakGYXrfz7CxKw+OGVhhuM1ogqpCt3yWYGUttAZ6teK//0f63Sgh9eaxhghDbu3UDvkFQaBOAOrBB2h/t56/9Zj8AyHsBiLavOBBtNOQYYUlnpiSzLNeJk0CRya5fKkn798+JQHi161mOLqVnMsvBukFrwd/PMskLRXXHGo3Lwtc0OSudd8uAW4TIB8SAit3uzBxQvsRhC2DiYewi/SJnrtm3r095OHDzTpza00wQT1A2mRGN8BcieU0LOm/k5D5OoHyw8pmqeWo8BNDR36EU7AMtD7MaXUPazChMww+H4c8C5OgrXnzsiYnhWX6GE0Z2IsF6C+kCJvgU6C+2z8y/EEuXdvLyv9j8AirLQs7qRPua6QQXSGQi6SzejgOzPgIijfzJhVR8dwQAU/wsQuswrfaJJT/KOq/rYDTKZKCWDHUDj3u+MhcQwERCxWYFIq9Ri40UCVyAAHElI8Ojo4WzSuxeBMADYjXc1hnK9bbnaQYM9I66FDR7k0ZkmGEEZa0Our2jO9jSi5L18cdKmK00fwEn9Y7E7S4d8GKh+z3LSfIVCvDEmQjSIxiZxsxQKLHdoSj881tuu78tKRG0L8w5MyQB1Lxbobi5AlpqwTU9jzwnAHdQaE8F3eXdAJ853GvyDnayrcWXGEg7TPNF09SaiuBUa/KP2JLkPBAKmtviHXBD4mn2zDFS0ndrOyG5tHkLvfTkKEBn4BYNbfCoPbC3LqC1OejuwQmNLUd+XzY9KIlrGSiUl6hATIJUHnQBn/eoqVBXsa4CYMz7wCKTLwRgntcTtrLNkTIgxUEcMZIkuuVgb0PFozUEFcpmKiJQAcRcgBkYs0fshDjxj8c4aAQZSDD4SE74th/ELQrgCaTFc+BhbcDzSiF9iczDeSOzZFBQFPNmkX6QYnS9SOGWwLvXhvZuviACs3GvASI5p3YIDvrGIZxqRQXSAa5BVH0BnMwEhYyqkBeinrfE5pAeCe5ogYpOIJvUJOO4YoN0P2tVRLjVY8lx4GM6J+z+OHX2fWsRxNYiBThCpwUpSz3h6o/uTJNJbX1xNIo1W786Mo5a970Tjrez3RkQQXhC8BIhg2CW4Xdlrz9zyEOv4EKzVcbeikM3mnpujPhCVyX6u9qNWyNMu2tkUHY5ZieggZyCg+pgbD1LIO20fgfaaSsTgoov73wMJFyCMKMsf3jmGE9ihwK6RdgviDvwgrs45W44bfw6bJTXYNXFJxRjkvmc0PZA8EghjkMpVTKQBhIPFcnv/+v72XgRSqDASIULKuvAYCcQxECvrih6IFyCemjbsgGz90Jco2u9WFl6B8JrQH/zZpgfCyGF5nUI0eoJkVijA8oCC5NM8FyBsFchHNqXWmA5L7jrtHB8USJik5QpEn7BdWaRDH7OUQwd7oQ8+YOsgoQoke5ggO1EXtSVzTl7mRwpRnH+6ApFlh6b1ZqoQoK3AuBcit8+fG5I3AgIkklMj0ukAgUjQDxmkBhgIrhIZA49AooQnSba5rEOsuDkGwqm5AVpRBbIUzwMXaDA1SeHK6BTI1itkgQE1ls5Z0OEoRjSgAGkKKUy+fGPmfHuUBoIwrumstIAtLVQgoVWjJh6V4L0wMTExfv9P5czszk3XBYtlqw7tcfwpev3dM8/O7PYICaLgAK5J+LC4C+EzO5xNl8aeSRnV5kXF5rrsS8mkVeaOkNfzoFIXA0gXi8p5tCn4ieWul9notZ3J6SizYtkIQcjny8L+slxSSMxmlo6wdPaDrZ1JcMZihXC8Jp00Mvz1CveY1UjqlWUCRMY+pvAs25hUjjCS6jUK45cTINWJYrWAxCNmdF5LsxSFyHkGGSBf9RCTRcGhlYiMd2W4C/QdBQMRIg0yQRy4J72KBJ4zTFFcxDmlQhLPwmgl7r+vJic2esTl3slipVO6dtbj1yl31zThtiMIZJs95UhKkn7KUoXUIxwkRMKbjl6RgFgHIXH62CTPDl3XHT4iERUJIBAJBRt1VYJd0OFGWdXM8uhXdEsjZps7FdV8hIb+Bs/dK1JZy2qRrHZmIU2TpcrIeyOUfGSokPECSYLHau6uJpd7KxWEwSp51p4QR5d1pJLmYHlwKJKobfjVLq1r6lIoEHxOntLIdnluJQFVWqfey37Li21pt0vnxpsa18f0wOWuvKoYtSKhI51GTYoxY4R0+J0OkvyC4okGuPaV3Dj2yAN3BNK1eOta5PGA+8uDG2yJjQArJH7Z7gHxA25F63UKh2fNxa3+MOYQw9G1ydufjcINGMnecdmgQroTESGFcNpiHuLrQJ+gSXBCIMM4whcLJjJlaIt+vIeAVCBaCbIygPOVGIjw2Dxr2/Z0QpV8PKCVvJa01TylrAsGkkwJZFguQPvfIrJY3Ttv688SAnhdXpaG8NhgvHh2PLftsaXIOk5bVCJq0uKjRXN3j7XA7XwHARAI3jogndV84pWLy9V9+ap/5ZoE+wa4r4nQQB747WaDQI7HE+LA/akiQYFwOImAIIkVMKAQuPZEmA92U4pkVuo/FMFDtHWFIZa+x41zFUuEgFCcW4yuOxGRxwMLxGnkuShkopRljEl/wwIGoa52CzOFTMxsrgt7x7lIIncKAywKsN5BOIgHRkJMNnsGct6ekQgqBHl8tCLxp0ec5hR1vMgwVjfoQ+9D34RVuUtvitr/njf+EsauWEGUlrsgsc5hMxVDsV+Jxga57C0OBLLdkkC2x/YrOknWEo4HV7GLi0CE/klwKuHKy/rwfwq4l4sN4E0qdMLhbH2DGxHZo0K22+15254RCUbHGpFOPGjFrgVOtB/vOh0IEOlTfxcZ4G0cAr/RC0rEFYPunnGQPF4gDFYI8zhueaTFRA6WiO2iJDr6jXQZD8T7ZZweyngH0cUIpA4ioqFlugQbiJUIASEmR2Ryaotjd6LRb8M4GpIIWAsBBRH9hxwOCIQz4lwFwzW4LM8o6TOhTXboX3EgJSF3FXmARTvDWG82awvkTEbCBUmH9SGayIFsxBPIfZccQughl09E+Dr8Q43AfUhEH3iv/uHcnJFw7IkHByIhhQiS9qk81A5KYpFAAkJ9EouEwbytr8VEAVMlRUXCTNTQBQTfJ718tWeJrNcC5EhGUmw7Wx7ylK64umvGjLCQqBYBd37a8DFJVA/RL3oViLZMeFceHOv1hhWiLsIiOZwwZ6Gt+3OHkzjI7R4ymNtg8KQFNnQdu74OY7H3M7zM2oLQcEgsDtr3fFurQjgqAoJ9xqzzZ3T5o2B8SQiXPWTAZiD+SBfGSwzGr8SSizglwLIIBYI49j0gnzFtkUKKtuU2/IN0GF/a5NcXYHwPGfPjw70nDaYcJ3iFggtViDrJC65AaEMcvkKOCOTElQjnLOn4Cg/aotYhEMVDYMpSHOTL+Pn0YKmi3GjbqECYRggEw7V8yUS0WNerE6IGDMvlcvkQmsqQ//pwB1AHn3hPwiIeOg1CJGTrVSCcr3wPQRzbM3W0ePaQlmlprS6j6RjlrcaIOiRCpofwkW/4ET1ENAKP2SOXH7quQQydeHAwDgViO1qno61Ess5OU4ErRVggCj6SLOA2DxnqeI0uKuCGnDUaRdK/ljArq4KJoE60lSUViGikD+QT7tTzLY7toT10XIjIpAhbiNQik0aYTMYYO+/jlAR31yHgYRGBFHmaF6COTnfa4sXAhMXbV18hFQ+0DhQNS8TvL4pGpvKQ4XcNe8h1OqE6Bltj9yUsRdKU9WK5y3jeVut0DuIhFhKmLOvqWctT67JGS0pMUckI/xjdy4pfIcBIeYxPXAlAU85nr9KykcGV4sAbA2Ee72lTIITj2FLD92mpb9ObNwQV4V/sZfkJLEIdMtTRhWjDal0/lTxW8zdmnmeoD4ejafZJr8m7ph3DA/LZdk6OXWdTlgx70UXER/793NsID4lVCMLQHi43kTI9yxHIG5SIuMhjUWR7SVhq6F+RSF8hOG+IRLj/3vEFIyAeolfvaLEzfS8LBjxk4FMGRBcGxPEQ+OUa6AQe8oUxb97mmfSwsjwvH0kftFsa/PWDXxgij1P7lQdZKJHDS+1l2ZBiZ8Sv04heVozxwu15DiJXON7a0SxdvDHmW1q60e5D9eXLj6IhhRAP3KyD+KZ+Zkt3q0ofeC1QkxAPF6oMpT9VL2t6D1FW8TNq8DfjEIhBiSyrR+vq2fe3b+vqYeNi7ezj/XuUSK+52NLW+t1eHfSqR/0xCsjKPK3rNK+y4PwCXLLXAIvIRm5XSz0IKhl9Ci4ihiu2DqusynmN0K7MBrv7/tEWhvwOv2Agb8zC5qykKdO3rzCBaUkogUS8lIXRYdj5kKdury7NGvUXm1aUQGXt+WxZ+K/m8yCWabl6PvQueZt/Nuq5RCXXmdiHNQTXO84lakWogT480/82/r9LGNHIshsDeYMfkpY8xsqqtwgkLZmH6AMd/QNqRIGcedCLdXqLjk69rNVr2znhAJGIcL8xe/OfYPDCzAvwLvK4FMb7+UHf5cesLiBYu20j9S/WNen1q+tm4akuahOuZMxXtyTiYM4QyENmpJA3ddlwxsrfvnr16kv1TpvuiIOofCAgkrCYR1u0VIbQYjmXsFgmuI0bWhWLS2cbAiBBmEUxiI3xZpeB5MHV07cDKZbmMv8Ubi9CVCVPCnk1rx5oUUOREpC3+Tty9CccHz6skYcFciaBnNFAkMpP1s5FPXEjhsLp1zG+xjYkpoBDGzAxZhcIC0kI2WST93+qShrMGIRX5msFvc+2qX+OzkhzARwde4vk6WZ5CuPSL9+pv0/Pd6VHTR9qxUfxsDsyEBoXC0BKURtN88BPyYUeohXik0KwNqQ5VheB/Ipu9XR3pme8yAM9BLb2PiIOjFeQyPcCPASBDDWTff8dohkOflKWhx2Jj5qUJI4icCIQiqCZQtzfnnCwQiFn8U6WOsyyrJGDQNww0EA+ywbWBHEgDfSQb38tHv8CHo+rbwdL/36XXpucRUiIh0HfyD9cW7j/U3jUdEhTHmWFoodQ9EQgPMfyuCBtwVvHDCp1JOI7Ecyxoq9RF+Prk3i8anUADghonXxDGAt40Q6HTB9tSyljwbtFRHRc6iHKE07uyY/aEYGYc9AiEMutAyKfkrPMnyWqca+3ZBL3AsxYVtdxr1vD90QDeVvd3GQ3FA/4AiaTFSgEEtYC5LH4e/EKR6SLopgVUIOkQyTSAgshS4cQplhCwmLhNH7UfBTXmwyEPgQCENS0HE6jtdDqPRo/OsFBIS23o3lMEcjNBAK8g3hMPuF3VwvE8fhtAXGXLTIoC8lCUoDRQpG0yoR18SKu8/tn7TZ61EoaReGIQCgcAYjym93QL3pI9Z5kvOSyHdhUGTouWogBkvWh/tjjuFk/YFyBQAjH6/fFIvu7ABwZ4tjt9GIIUDm5+lqzkTtYyj6axXqeb595OkFlzD7Y/zwbRcHoykCs6PdAnOpoqmO9IDA/N/8F8lY5ChWRq3enAKTffjFA0skkp44JxIp4QMoChTzmQOQ7ILnL4JVm/6RDXA1BkZCjm1mv0MOuy1hhrP4ERJFXceLTz77t7qNXJenXjXJDm9GVgFBuqwfSPqbntWOleyjR0X/Lbsv2SbnEHEt3Q59mWWF07XZeuhrI14pwUMZ6mAwe1hCYshb5agGRgX/8nd0VgOM6TfdHow8XCKnLl6Y6Z1KFcg53WjC79k3mqArCZaPKcP3TC5RiAQjO2+qBKJ+XHGUoQGKqQ8lElIqV2i8XUmWo7x7uYgN+Fj5PicfHVz5BC0EcGxTIZD3ZwLQ3Xzxiwiq+5ySP7J+7FGa8s53ea3105d9l31scnpveqKT8n+VAzs/PQjbqnAVbsaAQlv85kI5VN7s1+K3EbXI0DHeZAJM/S40M20EXJIKVuvtrn7Ge5vlNNpmsUB4PEIhjvQaF5KAOQIKGjjyy4d1ul+5IIdB4AZGYMDKRPaQKJD4qpq3e2daJfT7dJWwU8wFyBwGISXm1lbrH59vViH3swzVKDsModJxO240VQMEYRo6NCunM0rIKWT6tXiFl5ege+B6s15M1xNUgXwwWOfAosiLL0uy6SNPdjtbTyUN0KNTeyUlfDoIrhJdkUWjw8GTECwpPsVHnuPUEIGzuy4C0LeHGsjho+gVIYOKe7wVOJ3KHiIRMBIG8D4ftZKoVMl/lYOeojvxhQAJZE5DFIMvzRZ5lOQC5SyF217P0Om1h2wTnvCYuW5vqsI8lD56MuHBU/ajYMplNaJ2wup4BCaqOJGzBk8oQ1U5s27I9J2xHMyDS+tF5hrrw+b3/A4HAaznernIUSL5GCxlsyNMhaV3lOcojzwvwEKCRgTz+ae1QHbpIJ1s3+9/Nqz74s6Cb9nkoloxEILYARFSI7vtyIMqujhCMQjwN6Xaw8rBsP8DlraFqRU4XFNIeznplxtrmkywHBg+bwcNgAFDWG62QRQFMoEDP07TAdDWDOdZwhw6iNXIIjUE1Xgk5vmc9dBWHyJOROk1ZvuKjOHOrIwMxc18G5HikJ6Yk8W8rWuBCJLaXhJ1ohuUgAPkBfyQey69VAfrYrObrwXpAUIAHvEkhRY4GUqQgkWG2010TcHRFNOSj6gYCNxETuILJBsmmHvzG1MMmps4jOQekZ0Z22BbkxlsvOBEtk067l3TR1KNfy+4UgawgW+WD+dt8BUAgNnsiVwBD48jIP4DHrgWvtIXxZ7UOQSaXrN/yxpBlO9FJsmWffWnaqy6d9vKwemeAOMKdl5KN8JkWEjFIwsT/CUBenREJBCw9z9fb+dPTnHDQmxRSrBFImhUoEMCRZq3WNb31FtRDmGsDRQFziVSZuJKpK8dihSEbxQtD2dTNJIMDCerWR8JeeCYiEZeKwqAkcn/vJQFubIheX6YI5GOLfr4BHuP5HFlQbEArVxNUSJEWKcUs7bewkaWBmJt+lSkNm39mFK1McyZ7JKwpEmO4bttnrRM2CsZ1qgLsya2T6vBAMSA+FyFFr66dKe+idHuJb5VIfo5+/uw6r++0Wjj+WsFjX2/ePsYfT1stkY0WCnjIZKLVkfbhDQkrhZcWCL4MD/UHy1nS9vNAWJ2V24Y9NurcMFuJQKyOX/0BOJCapcWeVQdE1oj77gQ29nlpRf3+vvsShi9Yg+AUCx3kaTweU86iIKFcFUUOMCbpJEsxbtE8CIfxkJKJYfGfv6vWo5zfvP0uNsRlINHxYtUJEMWACAoRXISSiYqjjhN4P+/vMWvd47LtLwQynq8KILJ9G1eAbLROriYQ2YRmWPhbdkskNBU2x2LflytG5NXdZfg/LlAFqgmQI0/zg1qFeI2ByFuzcLddJ0wCb+T7/rQ7Sl6etUCKggRCQDZHCgEcmK9uMF3d9lP0EFqcwjA4lCrXqFgoYd7R8a2zRJp89h0lADFwZSDH/xrrBIjHPURdCkSxewPwcAi4IkAJnS9nNB0FWKWDQAAIOgjEBwIxSEghKSyUABMAc5v2AcTukLFMKHPFf/kfFTxEHczNsc8wCeVH7Sk5sZnGjAwktuvTYlItHGWFhM0E4rrujyHEDOL1HXeQwiTraZvlWT7AjEVADjzWpJCsIAPpAw9QSB8sfcgMhK3hEpfmQTuTWMEsPWptNOIozUMGYjrsDAgrMkUgmEvlI+puJ+xBmR5jAXGt2ybTKSwVFlBlDOYkEGPqxkOym0mqcUC0WvDWYb5ATMd/OkCl4vbJhsDeJRvl5FEyEAinFkjbMr9WBmK1m6zfqgjsI8EOozsEJkO9ervcroBHvpqPjxUyn+tZFmQrQEISwQMkiIQLhLCwuxyEi8TYP48d+zQhBbXG0Gblo/hgZCDKrwMSW+crw7bv24cQqnl18pcqboeB52OHEZG0sh5WIU+fUPQV+RYsfVlRyBwCgdygh8D+oFtAgr5+UIjhocreCZOI7CEqOkYSVB5EPRDr6IpWXoeYvwwuA0JdMg7EoOISUSYczqxeI+WRBsezbd9LsOn7490BT3/bQh2e5fMn5LE0QJ40EFgkyfQp6dvUCIQ1TgCIaZ4070ZH/slnSZ30nwLzl/4+PKd39Gv4JoeItcobAaEIrZpaJxS/BCyuLpvVeAg7oh63sad1b3vQh4ee7zNuboDqolh9LZfLKSpku+fxARNgUghu18owYfXh9IgpQk4tnZUfcriBVf3ZKcI6ILYyx22kJn2PPc7GQJTHgfD1m1joO4TNNpMSEt1lvO8CkujzZTpNPhHI9m1JAhlr64A2I2mFgExmACW7RSbpLZdH9dtxebVe7yEqtNgPz4HI37yljkaxp9q7BIj5nHOkCdufb+JkV7wVi/cgmCpBE0Ekz0748jwdbbMsBSDjKbwAyIYEAhYPEkEgGegDUhadroJJb6kRAlJFYiyk2XpIx2ZfZXRcgNknCqm3ST4qYg9HBmLOSDAgvDNs074x9p0/+0guOWhIGrGIyOjlZTRdvqyKdPW5HC+7YwSiM9bHh85eV4fjn31wkVvu6DrMFbRik5P//FbgVjZmiavlQspiNp8IxxFYdZGcAcLnxF71YF3cs9kOyDoHUaenDBUSuace42iEC4fzVbraLqdLJIKqeIQi8aNUCPGYIQ4SSckDXjwMeMFK2B5OL2yDF7ePSnaPPepaj+Q6ciu8owsUYpIWBxL7p9fx474RNyJbPuqdiQu7xMLcrkEaISK04QQkgkCmaCFvIA9cOUSxEJC9PohIvwUvAsKWQg77epudDuElmIXBug+yQhTDxmZL3kVAKOExIHVzYvNTc8uXj6rrULD/HYj8PCCBBXUCMu1ixsrzx4EuErVCSCCoD2yblMEFUipQMjN5Z7/J/ZKpq9+sKyqb+3osAilpMiDs7wstaDmMRPCFK7pdPJPQBSRQiqzeAAhMez82g3yRg6VTaCD9g4X0W+dTlsJ3jacr4TRCbYR/smRUF4qN4lNfWSH8LBGfODvWfz8fosyBnfJFmxd7id+l5VzcaD2fo0KWMMcCHoPtUwXIBGBkyMNYCCvUKQwM0UEUXy6s0b3sIbU68ipwG5k61y+vZByRR6Auuv1d40Ais84v2GeNcd9dvpFCYG19UOS57jMu90AwbhEIdt5LhRzjUKb9LnuIdKTNVNiSQlTddjo+9XUbpyyzMsuB8EqeR9L42siyQV4iaeH6YfIvcVfcnLoNw7tVebHjLI69mgvXyx3d260v/+yWbfR6e6zd9/9Uk+QYUwx1KHmbaCFAUmh+kX6SLMu/csZ39fcD3iEiv31BQP6gNMoja8jvCAiTyN2RggRApkeIvM63PIew65uxw/MCw3Sv1H2tZ5us9OASslPrk2ktMCNIjzSy76A8SmPF01/bBwTDFzv8QjVYSCjoBFMcwoAwp9/RzbfJPAzUP8HYh1rrAMgRDvBOnyNR5Fbbysch86Yj6EsBgTIBJPOtUZSeWZcV+ZwfYovYXsrnZ/sP6gfhgdVAlImnNApBgoB8ufF0Tupxf0JDRq1HmD1FPQVFVydLB+WpCONcs9185SJrzlwOSQL2NHMrT0NS2kxZ73lHKwgOjuMI4LAThAcyCY2MfOY0ygp9rj//+AUBiUHIoTCe5D43uqftJCKc6/6a+jhTUcvDa78Icj6Xle4V4FLFXiwDUgTZa8he9PF3bAovp1LpPNU/GRGY0wMtDQ/hFrAoF7zh8TJYrIHf0FDVPQ2NvP5JLjBm4v/48gtpyPr+iNIDdVDTAWd7b7ESf3duc9HWiH2Za9WY9u2bci8noUj2Onc0/9n4NByavBIFzn8wv2sPvrYw7e1HW2eB1F6k5J/nz/rZvBC3b1+pZvT+N3SBV+QDYwH2zwjIZ59YRDiOLdZg669V1x7NR8izOSSIAf33PU39XETg2h1h3iEABDXACR2AOSzCNzCN8PKEN5TmtXl9eXokQLj4iqJ2GmsnRkFA1kzp94jHetInKb3f22uhNqqRU1gIF4yHwNFjZlQrw5Pftp3mgp+Z/tMMiKhoHFit/G21whSje3jEx+4Zy6lJQyjD9RMyyv3Pe1JHQLyVG14769tij8aVBQPCUB/iARkO+f8Xrnunt/J1Gpi/nlLj5zDZG2SDsvLyq9gNqCLPBMgj1zN+uUdA7sm/WofM+1o37kX3pCM8MU4J6fEIgFzMIXClwYmwQO5kLNFS9kq4UpPFLQ7rkptrvP2hFk04A8R4nwvrGRGdmzs2WNHjHe32we3GHxAQI75SL02NWCQxSI5D5p0e+KANgiwwGU2eabySJ5et+wAAfoSKPQTltWS63yAIjzRB4fN6JwgPtFhEKAgIm6zgYvU0j9p3mB1NXRAgMtMIKM8h+VOQWx1p+WVyINel9GpTCa3WsvWQ3I7SNlR2vSqoDp54ZPvXdounupPDMwPy9+svVD16wymTUPxDHTOfcH+hEZChURsGJFPh8I055OzzvILBGcTnC5zYgLnaKWm2ugRfVAqtNJ2gsuuH6sE58WJ3zxbZ/ck+75649cnu/sc1maw1Mcg+xbs221Wx2hrc5OCIATlaPD/9ivlW9nkugSyH5F2JBTkEru/7L0Wl6ka3YdEjGKS2LDujh6HvsXAOEekIEDJeOBkENYSzJjEkHG2FWlV12EdIO6peUQTIORaBPABw9fpfKZDnnS+4mEXy6MI8DkmdwrajGjlhWgi9s6Dvezn2Y99/6rHUanx+IR0RmJXnLg84ZeqONOTuLg4VSiwI9p22fDsI7/YuZGggtzoYXOr8wH+7omKeENuDnADwJa2cleBpOAhNcebf3jRII1uq+H0y689r8rKw/3jMYnF7raLgDrO9dhMgEFOL+Tb3cBXh5g+AS01SujUPoDPdRuF9BaN6dxMWx+e4oSidaSMcb1bE/WHgKQq+RynVua9RQ0LKPQJCDU3tOAFS2T6TU5wXh8AH/gBkFsJZkEMWUEeYpqdXdWM5tQZgOSuqBCdoMct4KBhh9MOgLVbEb7hzE8LgAQlw+Mb9DColTA4BWXIpp8szEdeEEbS9LIe8m8uC1hJv1MJImKYqoVQN8zAE5SAZpTbWvr6+/IMcUTxuu8HPBbk5HEZnDqkQDwoHR+aQUuiDHBbACWwgT+zvgQGZi35B43dxaHK5gGfe0nUamNaLqXM81V23fY+g9FQurm0janSAkUCItFfbZqCpa3efbjgCidLbh9KTiAdECQkTHgBtCydO3XIcwpwYoqmLIYAZBhM+iNH8nEJrakakajRMtO67ityCtFbjw0jZ37pSXzdlsULB+esoL4YQIUBYfHkcxyGuJBKpd4NkQLrWr1QJrTbWyG/HIZQVLcuCpCxr2x68cUTM5kCsTD9d2/CmTj7Ev31WwgFXGGO2Md8zc7TQdgqfsIogVKIWZhhlU6syJBupKn7rthyHjGStGJBoskJb7AJJRjaYymJl4zDTCic6mT/T84LE1HvCr75vCxBbcGT7ASvIjsAf7fFeMYw6mWKLL2Y5hHldBUQAjFcRGlWibVVbKa1TK1/qu1Gqppj95YnyVWYgDgk5E7yRcFtsH6DrRjGFAEhtG1cp5UxmxYZLOSRuGIKDLC8Z2E6UhIk4Hd6JN+0cCpnWyocdErRCdVJxWhCQJXJZ2n99NlSMDlGxBLZfZd1JSmtRVqp8qAW1blr30jIiz+M6aAhDMg4jkohxHhAtG1WqRrfSdq6iiXZVR3yyLIdAKJM6GrTWPNdHnjq4xNeDmKKwJzRESRJ8PPWRio9PhQ+As//efCpqrWNE6IS1hraLwhnwPlfprBylwct+U9aNkTzl2SOyFUYGQNgt1tZy52V2fIVBDUE8d9QcIjhv8I3iEFGkJR2ynlZRiAKTxeoOL/cqBWR6zREgUSAccqZ6nQ9YYqCQEWHqEEbKTvHJsy3FKFNUAi21Vl6pxq+QixzudeTJyptYDDFQcrKnRuUlr2CFx6i68e1TOGQnR24BDkn3scXJKUsEU/qym6pQPYAN2qwMIAmHvAfI+WEayI6px3vUi8lSaalFyX5WSzFKiEpue0vMQK5YKDTdeUSiyeoJgEaCV5GysgafV5UKhRcej+U4JD5ty+TER6D2/3C0WI4flZ0Kr0QOkCh5DYFrOQRCpY3is9ahilSeRJhcQirFO8RYQjKwipCB2glC5Ia22b/qqZOmsz2NGTJ4XV2iFCzKdb7Q5jZ87IIc4uJc2pby07qNk0CS2mZdFMYjUU/Xu4IZgECqIel77gyHwEUcEtqTVyWHhFILNQXYng2Y7MFvf60RHBaKOJotAcJ4cCdT5Bla2c3vWwlReTjKUrnGJPwB13FIfCFe5JJjKlbPcIqSikMRLFZRgn8s5Mc4xNYkjn/8VomALDWUBrrbliUCYTVzQGXgdrJZ5db0tL3xRNDfhvUm9cvT002YLPVpIPZZOdy3p2BTOVIQpaghcAJHgsQ16y7bQAOm5BUJ2Jl1LSuMiB1ogsWaTmc9qVVbFN3HOKSeG4eEu/kcEivtSiUsTYkjVp8cYrI+wWahCtkxJH/J2bIRENYLv/ghbRIWtRBNZ42WEvgzFuaQ6KWGFZIKodvWL0ag8PvbMln1yWDfl1C0K6YODOpjHFLRIhpHIq6uloG4BbqrFXVTblzJOSjKbbH35XRQFx5vYmEtGcabKQYJgJSC9jVMHzWHaZxe0hIyanEph8RLTk0nSEQqIQerokLtotbHJ3uyVAdtfAp5EYeooCGsfICSZBLzHJIX8OU/ijr30r0zIbfFTvDUD36zQdo+zMnfkKIw008O8xbfB+YhTsZw0qQRjW6/W5ZD4hvF900EJiLCgbOBJCp0wWIRu0cKupxDKIRZUuA4T8oZXYU8oioKqyntxioyZVUGv82OVhQERJpXiQO8vQ0jIbd8HP0FyijiH60REPg2HAJIAvtO+uLQsEyT9xMfS0+esovYKLicQ1JAIP5eyyGMhuD8RkF4KHogEOhSR73fUIqQt33h2xtAeiMEaU0/rVzl9C3TuhLGZ11UJWzEY/FcFgNCQnQdRZ7sFy/23a0K7Q62Z3JIXkMW4BBCo2sIjVA6z4pClf+ylZxt9MnG0dTeM+4PAaGwoxKa5oJ4p7O2QICoqtmxCWRkMvbpmvEQCCbHvc2UeDjOWCwCw0RtaS7lkBSQpTgkZGLZWST1cFbzhV0p6gJvjOD8CakF51IYHM8fEyCUQ9zaAU0XYcfD6SC7SrlGOMXH+kBteQ6Jyb4Qj5T2PaDZxzJ7YNpg4ypEZxaHpCYrFbiSQ6QhdYg9xilkAKAMNoKEmAjBauF4WGOKGSUcAhLmHHzax5H/Enctu07DQLQiE/wgShxLlryEJUsWSEjw/9/FzNjOpJlblSiOOL3cch8tqKfjc+bh+HugKorn5xU+OmqICGxbhqTku5NxjUmux7dKkh45e3yvIXrJehXpFzSkOCvGF1/pCNyx9YYp8nz/JTuAgauQRrJ1JmQt3/u8GWPrHE94mfLVqnKQzv2QZSuh40XG2aS/aKdLTBT5yGh4m8L/Q4RoUTeHTN1CBw1hV2pTol7H6hD0dZp8Cxvzm4lJ0bmAmeBkDPos2BESqf/xjY1xMoWCIjyNjzdW5HJPHcx25V2YzSiHKCiQaoghE8NLgfPPGgIvM3WV0JzWEBkMIDhEM1tmrDCeueGjXlBROJtPyw+Az1AIQf3+ymFR6l2f0IZFvG986Femfz8kjrJ4wIoVJY6TVVHLgSHmV9YsJuq9hhxEfT7k6ebQfbwyzVcQmA5hgy1Xxoip2cmUrE1km2YOpYAhMzyK2/06lXoXBxPKjpTc4Q0Pl/oh0PpT+0PvAxXjqK4UX2WF81Zg3NYsezoPEU3Aj0qrU2+vsxpyHGNMaZo87WhDcFQsIbhoKyGefzQan+Z5zjnG5QdqCBPiY6t3GV/UB8mM7g0dFzRkD5gOe/LDYqmM9WS6RLzBbL5sjOKzrvZDFiSk6yAxRUik4Zc8WwYPmYLjXcn08s6zpaoKZuMeJ7Smb1OaF3RZ6WvxVq1Gb0yJJupLqAPyOtWyDgDLZaunx/I146fw9NY2rYkbWxnMC1Xn+yGakHfbqc5RA4GAn11BAISjPlNxr1xdofpjShZvqRJi65QJDFDPFpvQHyyyHbi/hugx7WjKKVX7X0DT1eReEkBpiSCsnHWULvfUl/GyhryerEG0c3d8cVl/AtStbn5el4Wm3mL85R51EIsrwnUW1WeKLHgzJ3gpD9G0hDI7Q7L1FDhfQHksqUK6UTiCsxoC4RlZaYjgbD/kBYBbu6UN4ogeWr3IOdHOEfzAT4/hR/FUpOqlDW/sHxcq+D99Sx6iQf84G6xJDNY8jvaYFbJyyNCJ+K6TGpLUWFZfDdEAF1PlI5M8U6ZO3IRtswIMDyaBVB2H4NhnGT+TP0bkmFn5HegltUc/RMPVy00a65rcb+oQWtaRxzEIYSZIZnKyH0Ls72/4vP00BD7iI5N/LPHRZhxlAw6Cq72wbTugJc1TyoJODUHtW1R39lq31bLUz0Kd+5uh0tDWp9yoaVFRo2WV8DnbDzH0ztvdVuiqIcPHx7ZV+8rNEVNSPTn/Dgmhhm2d5CrFLklk5HIxCnC9H6IfL8khddVBFFyyQNYNnxtoLEVau2d76rq4eKOGALXWET5ltq/A+RaN58r+tAGIEIhJRusaF1KtXPpryHvWnMf+uniffdtkrisNLzJ4Z8RnXe+HdNeQYbde2clP1hIdTd/LltB23AjfkJCBm7s+Ooc9eVqpGhu1eKwW1H79EIGb1mOuaEKdKlmfxn2SOWARn3W9H9JfQ4bNYMUs2QQLvE9zzfW2P0xIiJ69bkzIQMw13ffJ5pX1hgAdNUQjpFFeT9WszU8DcaAgv98hQqCXhggGcdkAIA448+u7vyQDa0idn/c2W0/j2oE3v7G7EjW/rR9CgGzUMSocGUKIZBwCXeg63VN/vZ20r4YM+u9MEOhLyj5I3HnjwZR8ycoAIWQS7tWQlWrMduIzgwVuI2TML4aq9RD2xQiBnhqiH6DZGQ73rCFt6ygNMyxBfiq4VUMcOSq/0JXwRwtKQyox8HbB5z6XIkSe8L9oiMagvyEmq2kI+Uxux2eSHISm5L48xLerfTpkxMwOamWRljApirvmseAjyJDpgZDRHhCeGlTGHjFDz1rWe0o0HpyQlGtATFSUx/pW0GVF6Kkhcg/snuLuyBHOS3mP3iRNqZ3HmsYPsPmscCBEYX3SEI0x9NUQOOePB4oQTlF+GnK5nJwnm6Marr6vlgVGjn9Y5Sq/Jm+ZehKP9eKsziQbFfaEzOYAyvUlQqw5YiRCXgPuT1uKqMNCNWBf2/CGhqxjgHs1RBD3e0BcpOxpsitILcuJx6IFzM4HfKmOGcwxBYdnsDMWDQGFOJrQV0PO4zEA85FynGX0sb4gt2oI7Bq4etxD2LLisST9U6MPzWcJIRpulAgp0M8UrmvINTy4Jo8MuBCW+Le5a9FNGIaB0XaTug2VgoS0j9n/f9dwWhSQW66H68FpD2gDbeO6Fz8S/3Qny4fpbYknd48k5fZaD320yKCb0zZMkUEXiHKBK4skUoE0DvEwDXkOhzQeKUOVx++AKUfYljNQp4OoHOKrKHx8H2e226zP/XUE5OCK0L5XgX63iG5MQ7I5hN/RZdSP4SZ/pV5pHof4dmaL1LBUAwabtmPyGDPiYKhDLof+TNYw2DhrSoevWOQQzOMcmn8+h/Rf1R6kSPVlVbvD4mj7AYY6UdLs94vnvWZe2DDo5I9nI7HzXts/1iXZjc3t5/bXhr31CTk1t7+3DRI4RPym0pnHkVbN8dg4HoKxot6Y9FJfWp6vL5F3WDAuL9jdL/Z9qBrSkG6HyEpUjha94siZH+JXmnqbcL1uxL5r8OfhGxy7RXzaA7BbRo8MDlFopHyOAZI1QE5ur6G5pHvrFpsg9ALYikMgCK04r7B2zjqHxIF2wDxA3gWycx2KeI/4ndCOjbllP19CH9bG1A0bcAjm3hOBCJA5xLeH1jNxteM1faMc4v9zDpl7YiEYD8GjHLLqEQxyWA06h0DgEL2NriFeiQO+LAeQntFIC1xcbm+SLwsrub+QduxSZEBZaJcDwRwFXT4ah/gPE1YufhsS7RACrOoZBPo6CEgGBhe131zEGij+4YHHOATxYTyCHPIucQgeq+mABA7JskNANJNWodA5hAP/zSFwHLKsk9wO2YZDNPUBmVIu9ou6MryWl6VziHpSW6/9rnMIAbJufh0IcAi5eFKwS+cQPpJAGofoo4oAh2jGMBllZcdD9CoU7HDclEVc7xHlEA9uhxCHFZGE5MsKfSdE6QtyJBZsKodwMeb7sjbjENYLILy3CCRwCOY4BHfa5vuyOMFDcLxS6CkIvI6hB/Toqcwh+b4s1Q7RP+deSmQsVmvEQxzyB/tLKeLliaR4AAAAAElFTkSuQmCC\" />\r\n<br><br>\r\nOur spring sale is on! Get up to <strong>65% off</strong> our plans and save big.\r\n<br><br>\r\nHurry, this offer is only valid through Monday!','success','[\"4-x\",\"lite\"]',282,NULL,'2022-04-08 19:59:50','2022-04-12 00:00:00','Get AIOSEO Pro NOW! (65% OFF)','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=spring-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW!',NULL,NULL,0,0,'2022-04-09 01:41:42','2022-04-11 01:43:17'),(17,'6268a9df30d38',NULL,'? Introducing 2 New Features! — Dashboard Widgets And Shorter URLs ?','We’ve added 2 new dashboard widgets. One to help you set up your website for better SEO and the other to show you an overview of how optimized your posts are.\r\n<br><br>\r\nAnother feature you’ll love is the Strip Category Base Prefix feature that enables you to create shorter URLs by removing the category base.\r\n<br><br>\r\nUpgrade to AIOSEO 4.2.0 Pro today and enjoy these powerful features on your website!!','success','[\"4-x\",\"lite\"]',308,NULL,'2022-05-31 21:15:05',NULL,'Learn More','https://aioseo.com/new-dashboard-widgets-and-strip-category-base-feature/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-04-27 02:26:39','2022-06-21 05:52:09'),(18,'627186cc88673',NULL,'? Awesome Motive Just Hit 20 MILLION Websites Using our Software!','We\'ve got some exciting news to share!\r\n<br><br>\r\nAwesome Motive (our parent company) just hit the <strong>20 MILLION</strong> website milestone. ?\r\n<br><br>\r\nTo celebrate, we’re offering you up to 65% off our paid plans for <strong>only the next 2 days</strong>! ?\r\n','success','[\"4-x\",\"lite\"]',312,NULL,'2022-05-03 15:26:42','2022-05-06 00:00:00','Get AIOSEO Pro NOW!','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=20-million-v4-lite&utm_medium=plugin-notification&utm_content=? Get AIOSEO Pro NOW!',NULL,NULL,0,0,'2022-05-03 19:47:24','2022-05-05 03:06:03'),(19,'6296f7f4f3272',NULL,'? Introducing Crawl Cleanup and Import URLs to Your Sitemap!','AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!','success','[\"4-x\",\"lite\"]',327,NULL,'2022-07-19 14:22:11',NULL,'Learn More','https://aioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2022-06-01 05:24:04','2022-07-25 07:08:43'),(20,'62b2ae87a112a',NULL,'AIOSEO 4.2.2 is HERE with some great new features! ?','Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEO’s data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!','success','[\"4-x\",\"lite\"]',338,NULL,'2022-07-19 14:22:11',NULL,'Learn More','https://aioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-06-22 05:54:15','2023-06-25 15:06:11'),(21,'62b5528777b55',NULL,'AIOSEO is Turning 15 YEARS OLD!! ? ?','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADYCAMAAADyHUVLAAACOlBMVEUAAAABTp7ppw79/frnpiitjHPpQTSDrr/IjyE2NGQxYp3dsSLsly0GTN0cOHH1vzlJjtvkkAWTtcHFhWLXWSeolXXwpBTmczPzvTBAJCxVbaCtWzf92zrlVDPnzHf71zzrpB7h48RwnuCArsXnaS3LmYI0ME/9+/PeZzn3GKqbn6IATp6oK55ifbL79PCivtNEJBn974IATp77+f8APZ0YUJ/2QTMBXKj41nDmzHOloYbw8v1fdZV6h44AXpf/3i7d5PRmi79Qfbf6xygnJ1bJuXuCn8u5roG1xeA7crLR2+/E0einu9o+PnNrgY/wfEL9wgTXwnh0lcSPlYrl6vg6X4380ilKJAkQCTeZm4j4krN+PAqTqtCEjYzy4Mb9sAMYY6w8apaujF0Bqvb+hX35PyHMYCRKbpWchmhcLg3wsAQrY5bHm0kcXJacs9RUc5RNTogqZ6yJfnFna32CSnbXoTz8sR39z5FjTX+8RVVlYqPTQ0JVZ4V5c3r9oATsj1szTY7tn2ihSGe2kk74skpyPyNtMwznjKzaazIdGkX8kgT/0AjQhaxYW5zce0eMbaX9Vk/7oJm2VyIAIZ6teKb1uYf+cGidSyDsbg8Hb7kMQIYFAAw5DAgGoOr58u6hcV+FXVzv17yJSis3gcwIgMj1rnnRvaM9W5ykdhllufr16Nvrw6sHk9uZV1FiP0ja1MxjWWMKLGoGHVQ5JjVWp+u5PzbOLiDCrpattbp4kKrkSQMM4/v/+3UQpDypT5GWAAAAMnRSTlMAnv4y/hT6/P7+MPon/f1B/v6U/Yz+vZ9iTIH7x8eJlIde/cZF/p6NZfb20f7qusfYsy2IE9oAAC1mSURBVHja7NrRS9tAHAfwtBAtTSEWRhZCaKPsTfrQH7kdk+lhxwbCBhnDvo24wZx0DibroIMuD9tb8g/kaQp78Gn4VJjFP26pdzZdMSrD1PO8j5X+7pqH0G9yv2upIkmSJEmSJEmSJEmUqrOioisSB3StQotaXZE44HRMWti2InHAiBy6dBFbVaQbppqO5mmOOWohhIjdRFQ164VaQuGDXow6HS8atRGTEF7OKhflRsNSztc8OeGmf1ZMzTPMUVuvE8LNWeXBWm811MxAOLoWHdZDbEKE7urW+nojHd1z0lptNpscXYumpyu0hQjeRCwrvUH0qqGkknmO9jO6oSp0xSL8rKQ5U42gxFEEU1QlYRLSJoSYyp3gBEGR69VArxNCE6nr/F45/0l1KtM7maIf+I7CK71uj9JI/k7ZNb1cEIhlBIb179T9IPD94uQkrfNllctX2PSy7kHa7H9kF7BADkth2McoQceA3xcDP/KDtxhhCsHTl5A8b7X2cI5guXBZJKatsluEaXtfdvogmNI+IADXpSME+0EQJYFU+8AgeP0KEq1nLcjZJZHUSIUlQxctT/sG4lkDAPd4/hixYSn0o8gLwh+AgGJp7bX2IGd4+cJEbLLIKp0kPK0PCIFoUPJw//w8Yu//52roRVEUhPHmxCFZZprIIkm/4a0R0u7suELGMQpk/ug5psPvcRgl/GrcY0HMMpfsRFS617VNlQ5tEmkfQThnrQMDRmeB0DskpoHMHC5kNHTC2DpbvqJdEI67uoJoNX46iGPf87wwjl/AzShfcIc8KTrso2CdRDsuCAa5K4/esHI8tz2MwyAcDgd0jnLTo3JXUDKYpG1U0oEn4hYLDmFab3hqAJMWNmBWvR0vq9m7LHNcV0hnE+6GT78H24MDmLS11DrNqguzUFYy1KIH6RJma+JtsWDyqsdbMLYGUzAkunNzPcgftpQMuq2mA2NXwE3vpIUlDBRC569OXx++6+a+bmXus6Z/G1cT8VPIpI1fwGR1i96gC7ljgVyuIHYcHLlqIBjOhW7zg6IFQmwi+zh0zSeQQyAIwL21gJqeyD7wugFC1xsIAhc+PF69rf6ybwW7cYNA9J9GgwTI+Ia4ISFOHHzwyQfL8sfkI/qb5QEu3u5uqnZdqVvlNd4YGGBmHjNAmuzF02vSB4ZSYfTPWEq9MNfC7xuzuJQQ3qJVUr0ppC7uWJQ8EHOFYCd/hocg71fPL4MzxOIqQgRTUsrqaXhXfCP6mRB6RIgaitfEcC181EEFT+IaQgSvVrrljbcQpntCxCeEEF8OMkHqayJE8KyUx770vuiEKKluCEHVPSHichCTlo5IXBAhq1Lzgy1JtAdguhZ/PCx/1mVWze23ERLsD7j9dUvET2/iKHCU+gJCBLlbPoS4d9my0aeEAU8lntctxHetn2Od6Tk2b0xSP6csBRIuBD8rC47SsHiREMFGTudRmLmZPtM2gwlBWtlv9+dkxpf4THWgp+wyG3od02nlxC/X/62uKnj+dMLlESGigq4A/NIwzyvRsi9dP6vW11NWsDdejSlhRtbS8qBAliAr1dK82EWNdi7NLJ6vbaOtixuR1wULDpzaWd18OgapZqYOYeJ+TgX3hMTi6ruYEl1iuCdkYOaf2e5a3w/2PLZRpaVtUy1BRh6ttOOP2XelWbxGCHs18ckgn01IuYKdtCigkRdtqkH9rru2/OxJnFvE8YK4koAVrI87ALWEoqlg0LV3izNelUxcJ2qfjNlP468pbj9Ph8KnhCxYO9bpqd8UuM9xVgDlHw9RbzmJORnGWlqKulYGOoWIfTFCBGs13hThQ6JGiKrpbF5m2rzfyJudKlwmQzuF9bfWlqWYMHszENfVIq3PYpq1VDqm+A0LXDmnUCeoDAtajG9xYpR0gxDeI+7zZx5syM+2Z4HFeOi3LCvtfiEU23QrRD8jJFlZEfzByOD3uucsxPnTr0UBP3nKUxI04GHhrhpWSxYDo1oGEiitcyPklGF4wjnuJULI3mSsNUircJ89EYL3QNnSYlkqpk5Y5gwBx761RBI1BOxS873UHyImA0JGzsgW2Jl5rRlQwJYaaSqW4Cy+9IOUhinLxo88r1EBtySsE0dsEGe5WylusB/romj5lJCOnu+sDFtJgBObAKoM0QZpDVP3bJCWkQ7VgKkY5muEsA+5TyyEuBtCFhVfJSS4PkJx9BCkfkyIChYh0Wo2fNdSzWixFskaJlqnEGICLlV65w+GkM/RUB0gSlqMjZBcp5IGBYJ3jGF3fxCSMiFw+JzrMbPUjRCIBRR3NOfnE0LU/cXw2IvIVucHF9CgczPIQR26xZjZcJhQFL+oYjwsh3ISCt0RQkLp1wihLWimDtCgZVjpESGWYElqvoQahcDakhAiQTr+gEfRKypYYYjbZkKpnHhw8ZH6ICRhwRmNBARHaKIbQmRIZrNwxB6kPQhRHsWAXSpt4OsXEaIUavHU1cdIBBBNMHb8GIPU+Qk7GVUJkS6uDtv1pD26QAU06uKLiPywukpIG7MhvErIeEPIgkSxK3jknhBYefIlibrUdrTUHJOf4JxrewQv2mL1ghBrreZUw4vmPkgJPBzW4KZSz2dC0AEr2XGVPlIWV53wEPtfEeL2bTNB9ktJiewlqzODXecQ1DhRtGH3ogesVzat5VSDmqoCBDR68gBC+FpCBJ1TlsAyt9plEx5FCN7XALWrQUzwlRJoqYQsCt11SsNxrUiInrKH5KKBBUQ1dTVCeI1IBYbrckiNENEICaOgB4SQgGOgV+HgCSGUgs3QhEn32mAgWTzsEM5IW1pnjc18IqSZPScrEY3iJ0LwCIwIc/Zpp4711ZQl2NnzDn/E+PIpIWVV2n2bNYLBH4QkCnkf/xi0nmGERfCFH4RwoW/aVqSFkahFSGrRSFQih+BSDdIqIRs9J4Q00iS5JxHS7RJ1tt4Ak4qvy6HpY0zajzhxoDsIgRj75Hmsc4vM2wxD3ZGyEpEu6XseFmoA7XJ6lZCEy1m3xplp0nBGu4fcE1KXgK67HIxohEC9JCXiP6yUYVHIT0lZzrkdkjIEiYAQlRBEjTawuvZQdqCQPzG0/iUhgyrb+1NCuIAAdADaAka+wTD4bnVA5Oh2dFAHIRGqFXvxXht98cUCw7N5/djbvbm8RgiWZfphTc2NdZLbCLEHIUo2cRxwwQedIoRJl8qlbiG2FfrF0JeqYEi0CGnjKM/HwXfiCV5Jqi6KTogrhKhOiCWKENXqGSE+xfxv79FfCWnFatuk2uF2g4BzR4QQVWPCzoT3KgYL7cgRJQ2LxxtCKKDwGiHs1EZAuxkJIWiYzDbk99WYGSJ4/2YmxKY5UibPJsYBSnwrUltt36M2I1cJ8jH6EWnWACuJUmXG5j4MSzxPKa5UUCfkJU4r5eEwb1OrSc8YxU9DKzLPMY77E0KOoHBE2BDOTOWnRR/mj1NNEiYZ2mF2NQXGpGnjIs9LFsMGX3VaYtzJmKXq0QB2Db9MyN73IWY+vtf3XsZHF6k6dvHeUiuBXuCKc9V5utsefbou8KiWMwbr5g8c3vxDQo7QTMQ8upv/EIEczO7Dn81+rOydmV2tNvmmLL3+43dOfQsU/TueXm51vQavXbp/9tpTQRTQXftdjz4Unj7mWYneDbk8aFfPCI8IQQGwWof2RgXtmHhnx9nse9XEIxVPGwhZNfPLhJTIjvyOf+J2/LQleH5ACCzT56t6v9KXI6vjS3UBH7jVX0EIaelGZvF+oCVqnRYSjwjJWEMjon06ahi03ulKRZiHgEvONb91QkmpNLzlbzl8ZDA/iJBaXKw8wW1UgX58JUbvVMD+dAkhUNwpFax+V5gnF0PBFH9QYiM1rPpaOBuUSsSCLiKEBA6QNgT1pkg/fDFrB5x2FRpirtPRb9x/SH4tQtAYXVz5q6QCcT++K6iDC875mCvODrt6+jb6dYQA4g3PWQ8gCm5qqNb8RfPKhBcTAog3+9e/fhOts7jKZOAlQr7wHP/OH+x84YuQ/xxfhPxj+CLkH8MXIf8Yvgj5x/BFyD+G3yNEiP/kbv6dvfN7TeSK4jhIK0L6UNlCoWXfWih9PHvvzIMQ/AHij0AHMSmoJbKp3Ww2SeOPiMZErEEFcZvtNmTJQ3BJLMlDtuRl+/f1nvnhmZk6Go3ptt1+oW1m5s51vJ/5nnPunWnyz9UUQIgEh/+pWPSufrVGY6dSqlR2FjUo9yGuy77z/bHmrR3CK82q2+3OSeJf1WblnogwXaN2/ud+pd1dgHzWrEk5yVAuJ1VLUyDh1HLCWcGApiyYFNCVh/dAtwLy4SfCGTblapXbEOH0zs9kIlyO+TQFGLWine+DR24D5KOHFhQvTk5OJFTztsvWhfUt/ceSG60FRMkGxP9IlQGEdqL+B6LpCyuPk+9RL9Ak1QZM0OXRJcCzDeUQNFVzxlny4PSv6EYBgX8HEMurZfcK5Cu31R/fa1JNUmtMMMdRqnPM2bqyC3yZAzSqbuSIV3y6dvZfcgj/2xzyBfEgICqRF0hkwoX0UqkewNb6Pux7PcvAeaPSlKQScDZYW5Pv4BAOfMTvHLNu2JtZWzscp6MOOx1UaTaHYWF/mRrPG8hHxIOAkEfUu91ZvJNKHWkt3nS9W6CqKU4SDjkb8NkdwsH8EgKVxZYte7PbHGdTFt6yFni5sH6uos+YN7UIze8FyEPJphwRQYvg3T4uYqU6eoB97e0DlKoip+9I7h39fxsuTnYIH+EQzpgcCAsFZdyVD2qKAiqqb2EHLIvNEkEYDjm1zmM/EMRuAnlmfF7QEG7QKXSOVfLZmaznRinX1D5kf0M5YJfHvR6/ByBfEQnyyIsTExB3A5yBHKdSx0a6W2wIbwg1KwaQoqd7AHx6h3AWXYr51HaxbRlYxodK+pbUt6XjwyKZZZf8WrN4Rh6+FhfWjy8xgHBcO+5fiurHI/rRZELbYdnpVy+LxEUmXDsFLr6YqB5LFfxKfYB1YZC9lBob5g3kQzKIrfLVYxbdF05AjtRa6/hY/HfHLVWrUs6NmQcx9eve18CndQiOKe7RFQv+uq3/GFGBxPStMAuYmhljyVlG3xNn2TgdT27rXT8ydaYr6DM+C7gtsZxeo0MabqkJMu4pdr3L6jHMnsfzdwgZxE5EA0IWcQTS4/xIZBK8vFLODXLJrTPkcHC4zKbPIZwtiQEi+eXMSCCBgKWZL8y4BUgEsCVpCVDDnckgAyCEqrQuSIsAyAEquRqHSqkk0Hi9ReBci9Y9PncgZBC7TlQg4y2iGbfXE4mk10l1nqNDKgJIDYBtFeik8Q6xAKHxIcUdHKL9QEQSjFuALNn60SLetrGZMYIcxIbowaK+t8+16W6uulh153CGVSzqOfMSv/H8gFCJ5UwEgaBq4Ci0CDLZQwcfaTkECUJxQTkEzsdUWSQLEM6MG5+UHAnEb2/mz1t4JqkfswFko7cYDr/lA7dtK0CeeheTITrEXctJNbdaPj4/2rvUY9bevIF8Io3Ric4DU7SzN496vR6mkZ56v5SqtVrtjxKwgqIc8jEOCUeDJGvIosBPsgMh2S2AQJzkz6oB0XDUMEIaBKMMLGr0PQ1tLlMTo1ASRqkt4i2Ik2Hg9+GQT6VbaOLvqC++3oG9TqqnOoI1arnXwBYfF4D013ThS5r0iIBwljANYDwS948FEotE4klyUpQcYuuBLMKCPmtazxoN4rht1SKHZ5gHmyJOLDaquRqmDlTvGAP15byBPJzEYmISAY7O7uN1HuNwLq/vSpJrYR0YG5dD7CKHsMgwJ2SiwEAOJx2B+BMyMIjiGUbM4WYgvu08MMhqPVCUMtr7owwBJsw5yCrc3twoAFoEI1aupNaVez1kcg9V1odu6VaaMFvve3bUmuNoDwoLrh+k2ivP6u6zkU0nAyEPJcQWWi6YdAASk7UWlKfjQEBG9eALqh70kWGID9W8JG0WuLHFG2/dAketBCoQJgJ1p9M75vMG8tGtgTiI/kzK8w6G1s5PV+23Uq397efK45kcwimgLJlmelYgNLpGi/jwngcEQn6x17WICOSYwW8YsQiPXXx/8zEwVv2j2qgY1S7wxeJzzOzvCkiNO1nkeu36VP0UEEsJyKTafiW5W62WS9mfxSE0+r6g6QGWDQiFfAMZ5WlTlUU9ZP1E2d48TDXaSCHCwuY3Um19meEERK1ePN0bBvxdAgEnIGtrAwBewmrku59E4ZFOu6VXrZYHq95ZHJKxhHsqg0bN1EEXxaSEqYe46QLiljwu+02bMWLlMPvd2tzw/CBJXtc6wOWeALIHj7u0BDH/HDI7EPlsDYmwqroovOt900n10SLnAsjG/hiH+JbCpIzPBGSbwoku2ucEhIwXNgNhnJDSPvOmX0aWuiMdgWyuvvr2XNxmV64vjzsdEbIuYVn9cvLcgTy8a8g6PRVIzgCBQGHjvP0m9WW69baWbi2EVvvAnechwdETQ9PgTwSSYNTtVECAKISH62RxJx6soHietvAuaz9ICXV6+nRQLHOdvpt5CAJxEhPLodcylADYobedPn/QT7eEPl8J1T2Lk54YImfOcec4h0wOWZAdDwRYxLKP0zbEHGpe0oLystUSpUpa+P+X346eAzQqALIarec+U59D2SsskgWhwccXT35PCwke7V0BpF5kAFM9D7Gk5DydFbcDoaBPix+U1GlePpTpHOsJ275xNS82LSrKFRrkVfpBqvPSdcB4o+qusMHafIHQ49vJyk0CMmB4wwhdB59Eb9Kt9pWyEiqvHjI+7RND08KScctSJWxfy5K53ULJIAGx9kAOshbKxoGMo0EOlZDn6Uvpbfv8l87nTz27ABV3ronZ8/p63iGLksjsM3UY4J0yENf38cdqiv8x3Xq5qoRCZWVhcWqHAOR9NO3j6mHDIASEbneujbdpvRCBOPVAj8CGxS4tujho2bu6siBySKt93nmQTl9tFAFKTT4QqVOetcq6c8yqjANyuqbqbFBw3SxHg09u2h78e8zlckgpAJ/+mfpwvON5hpIjTksnvm2ZoQJ+amBZOolHbT0kZfvcZmLNu94tr4Su2iIOq+G4+HXQuA2v4R6AfDEWBK32jtO1yuMUthZcr8Q1X7kUodVuKKT8DHzat07M45lcSgQSGf+YxcVYJhAIR3xDQgEdCPUQDiS2/bZxp8qNTnQEslsvr6y4kMfNzc3+hfpVGcD13YHMHrNqzgbpe64acDq4HmTxAaGifPBBSNF41JWVsncf+NQOyftnXn6Pg+Pyu/1TWTRpPtGRR3FDWD2keAWQC/XGuz4TwUDGsHA6XyBkkdlTCIfNOj5iZky/+k1FGfJQRFpfZ3w6h9C9a5bDWhY1oMVEExDfSKAoqnwdlrGolUjp5bKiIJHoxcVF9GAzjzMv/CfL+T2/BuScQhxV7B9sAYdKFdtwJpBsiPTR7WIW6ZZDu7O8lyXH7Q8MIyOBRJKjxpuAxMhKI1arqPLCeg0cxL2hlXJdEXJdpdtP22nXLmQxRmNpObND7miRGjg4hP7aRlOrjDkw2F/31hGHUu+GVlyVGd5cZHnbSIczo2fqNivFZbC+5BC1eoQWR2h2Q8vCo3VQF0CE3VEbHo+njGumspiji4p3v9/fmR8Q0id3KnqP9vBoLVeiNw4XCxi50CWheh/4DG+dBGPmccyw0UDCsGTxhwxWIPFfw2Yi/oD1WuixiN+x5mWbq+WQGoB1LRQZ7gb8rNfd7uvZgcye153ft+aCBy59Ai8ZPEC3yWNvHU1S3gU+hUMSTB9TeVhb+WIJcFxclMPDZv4wAzsQBoG4z2gQke02yJvXfEdrayFUxpSoxWBlt7AF2HRH/bqVnz2VuQKh6frsBunh0ucIUGzrT+rO/MVpIIrj4H2AiCKigiDigT+oTGcMGJE0lpprrZRqKytrEC1WtOyqeGs98EbBVbFa8UREF896/nfOy8R909S0TWyrftdjOzOZrvPpm5eZzHvum7n17NlN+w83Xq3sdIRMuXmgEJi6acO2LNtIK7B6F9VGNgCEk/ObZRVKmoEwSrKOV7/TxMcXuN/S9p730NbtZ6/7dykTLp7xH+qeO+UvBDb2KD5kZctFCCMtdPKunKa20UzOTNu/FdaGcWIMGTgnRSF+GdY3AAk2CwIBfJR69c27ONSWfE8IkFu7Nm0VRCbtG/aRwgwtPqWvWGwg0d0IGkj8eAru4A+AhUSLwsUy8YfcIAgEm4UAwfqg5P2tsH/B6f1Hd8Hdyf4DZ+SE0vyw0xF4mHul24ccUPMj3mKhWMsqSuIoPFg+CASbhQEJ78YIe3SLTfbdOMqdx8zd4MmbO4GDNoTFAhLLRnAbK756EHoeBAIKBxIqXKk7Yc0YucjNY9qTbYQ0WbQgAo+q2mpWJCBIZMrvJ6x/LqVDd4DgfkBOD2+2e/+BfRsRR5wwt4f1/EC8xAHHT+393YOQf05dspARrRNs23DU4/GYlc/nU3EzOVxAIrgE+efUDSDYCBajPZxzgUe+3gRkxvIFHeU6CRjJ3lPn/rkJq1tAFC24jdWL0NuH+Xyp1Axkwdr82sntLQTe/YiPBPKdrPsneXQFCKNpeZ+3Z6rnSxxIPvAOA3muBZ2mZzoCcSlTvnJ9+Sd5RABihANRpLOnvVMqX7p8OQgEprFSh0AEgOEjF754QP5JHl2wEDnkwemJgeCENTgYBAI8OgSCXuwIADlOeioWG4idUD1lw4CI6hYWovzqIqf3EEgKeCAQpBQFiGDC3TsexuqycK8qbv96Nsm/sqHJnMysaKCTMCm8XnyRHgiH/vLgYHDKms5LL0cEAps1GDfVG1FF100a81pf8RsQ2qJJVw0EgNT9QcVpLDqQE3hesQdiRClbqqoZerQBwcOnnsLbCbXIYcL6kFSwLmYsAUSmFAfIqb1cvds2+XVQyjJj2UYvL+nyjAVAUl786IdhKKzHAgI3v3fv/pFTZ82/5Ien0vGbtl2gTF+MdKwRU4j0W3A3NSjGHoAcLxaLb6GwBH4lOhDy4PVn8ieizcLnCdSQ4pQ7l2JrQkka+RKd9FnKQL7kA4HNxadXM7eKT5XpUBgLyIvXs8kfyE0HldVHqBwS2H7jQvGFBVbUPGf4tF6npL9Cn54/p5w7/raYyVwtDqdKfuHayZGBvBBnpFxu70pk+zDVRFDch4+fYdjZwZTl2pYn2wwCUaMDUf8KkEve2D96qLwtjhavZjLF5wXhV2IB+ewS4r74/Jrr84toSBhBILJUw5+hRrT2Q+vm8MMdAPJfWEh98P6op/tvny4qcl29Wrz/qHRZTGPLoybjdz+//jz7M8CAv4BObAuRZbliYHRb5dLAZEKB/IL2fwI5N8oRgDwWRaH7vk8vRQdCXI/GbBOKX3A6UWyEhQDByEFK9XQ6qVDWAkjuPwbCyKLirQyo8rKSGXozdssj8/wR+vSoQIhimq5LxNlOTmd2FywEo5oYo1yY45ILb3ChmElAoPo3QMJXdgwUCgSvxLYMi1mgL2wQRcfBZ4DuHXs5lkiMVSvnK9yJDF72ffqMqEBAFL81X792owHBFDMa/x04EB3Y3KDBrJVQNO6PTagKAAlkt0RhBQ0BgvVMfu922TEjWhi/qxKqZCpvEkOZzPlj9+Dl1dH7g3nw6TO4JkcEIuvFi1hTVk434ctMa3L6F9jcE/Ioj/gvkt5oKUnHGTGz2fR49B801huBMM48WzYMJ81xIRK/A15hlJMKbQbip8V04EoXkOhZLtF/MutrhKBMvyytRzOQUWEg3Cyq98BAOJlKxiNSHB29/G7VGsO2jTVzZsQEEvu2VxuhQuCi/RLxwVVBIhdMMue94qy8Q738UrfMS/DmjKtMmQyEmk5OFS8MXSLid+Cf9iW0GQgdP+6bc1xKHfGDJBxK4T397+X4dlUoypNFRo54HqQy9Pj9vepY4vH5TKZarWZAt4rF0VWGptm2beUsZ05sICweEJNfiEEbEhAhAeRXY4UmxZi7TiIgpxGInCQTxyp4bt52g0Coa6jyefg7xnj/xFSbV6vyo/coWgQGUn32/sOnHeeHEm8ymT1DQ2M+kLnfLQ4CtMbW7Dn9sBAmAwFJZ/8tN7Bek4AQbisdAYErmokIY5NlB4G4duPCyHWwfzr+pthfVs7P2IkePoQ/h0c9IEPfa49qcx8nnlUrj7VVq3wn8t2yVy1ZAVqyZI1mzenjlIVAMMmPTUKBWHou0REQtA/sBkT9DlCODARjdJAYWoj/c+C9eSDtU2c8pg8PDKQ+1i/dhznrsfWhXpsLLuR27l2tdsgDssqy1y9bzeUhWWMZM/psIQxEqI0ftTAgKpS2AhIaXGgLIDje6H4QCJ41kRtg/4zaoYCNDg1k1vDJDRtuDg/PKhTezZ37/kPtWm1ZInGv+izxvV4oAZC5hrWqAjiWTJw4ccmSJU5uTV8tRKGelLI0F4cBAbUHgp5eeoHjHSI9NL4XgWBIVRkzAON9XSdKDdzcsOHklpMDhWuF9Zvnzdu3b/AbABkCW3kO09g3y1k2Bjh8zbHshX0EotqGp18jkUtS1gEQEyJ0xicQhytJiQxEK+umng4ECSo21htO2dAagTQkY7SdsmOpjcBJU/5eWwq37gxIKjV9gE9ahUJhQE28eQ9KPH5ZffO9VqvdB5/+3Vp1+9lq4OHL0Ob0ccpCYTrwdkBU1VsLkvGF4R1cGPqyXCihiiHtGsv9GCPCLNVGC7Gkn4OLJLWQBLMiNZAcQdI5kGsF0LXaD3zze9V77wtPD80FIIa9bGxoxUTUGntO3ywkiGOnSxlpCURzsuI/QWBsJGTrBMNpGZZoCpPi2w1KhePaKQPB8dVMykBU12QggahDRuV5NjIQDIP3FuqVSuU8uBCbAxm7tRiBLJ26dPJfApJz9DZAbOFyWm8u4lMUOV9iYwTOr3obgUguJovXS0CCWYVwEVLu1EDYdB9IqnZYHoFnlWrGU/WWYSx7NnarslgG8vemLLVMWgGxCWUEvloCwUUBXqqZNJhX0a9HIBgR4hIQmhgC0dGto4/ndEhnOnj42qfUNa5a6n1C1puxlz+ZO/vflsIojrOUKjqLaQQhMS9B+OVqSVqqtKnq7UVYvQTbNAvF0JdtnWlTVS8VWtsoMTLdaCMVZUtkRPxvzrlP26fP3PXey1a+xHrdrt3O555znpdzT9FH8tlhrfZbcTyfyWygQBoastptqHY2+0oDoaFaDgjZRiF9mSiQLvfvLxOsBeKR6FXH1wKp9bK9+JgCVqgLZ4XXqDDyYDUGwkvyuwcedyRayzw2arWNTOqWg0dQh5wuxuiSQPBKVLUfguBtFEjQRjOyxH5IrYHpD+qhQMhKF71t5AhzS70yxQq2bxf274DfdjbxWq0NiBQMG8vDXq126b9YXGT67kkDwdypGki7JBCmLkINEDp0dj1zMg2vlcgEQOhkU1oWrfaGZaxjekeVx8oGL52Q/Si6auE0zg8QyQ7VcL5+yHJRIDTNk0TDrC0o1NHD9WiMlV3kRnH88IYKD+2if7G4yHYWnR8ge9mkzi4O0l6M9H3IjVQMkNoey1UnV3EhXjaM1QFSwMxi+QYQvpkRyEbksbbxi4uo2vavdYDUJnWbOiCSw16X5LDXKT3sZX9O5ozSkHXd/3l3sTg2C5W3hrFisWMciWg3gbSER6NDFpGRVwKEiukdC5IFgh5Ak0T9iWFXZWLY/rvZgxI9nZRr/3QHqiiF5POD0wXx7GdtRSsxXjU0ZO2tJnULndUpA8LXzhblPYRZOukSl07gPSkQ+oq40C+1dDLDq+iPq0IX/UgEkfyeQc6+eUNOjpvPrly5ybmJ7uA2bnHRSe6dOc9XbXNDIRBqGDesTjqNskBoW304dp2/4XLXW1y8cd7DW6QCE+VKx9AqtM/wsYNoppMUHlyZKIzjmYIBRlaL9tParAbO1C1E7Ie2KMghjPlIopYBomD5HWcWrCQ8hN1VcXNqddRQIEDGmbg19jl3emLdx49A5KPBAJFqjW5y66rNixroIdLi9yqch7Dbfx5ZIEo2qM7X26Di2M1NOuZVTwSsTlRN78WC//Sbl7CMhQHLsAIMvvXMVCkeX798roGY1AHBaa8MEDpQVgVEdgtXipibnYfQBa6/uWv6ZshMkXQUQRClzIUt/unxjvHxj2bDNuxRNnHG0RqJ5FcvamzIoqIhWQ4ITevyQGy1QPCl6hQ5sC9J9lrYmToNluqXsWq6cl3fFzJPUyYAYdowLX4tFA4bQuE1Cxatike25BLZSARcZE6B3OkNcBKaBQgv+odMDqGCmh0VQAgRW90yIEqElgFRIHR+L7N1K1t2IoRDfvP0dAGEDPx+gxlkMJwMhWKBgG5r87psJNuaiAAQtR5iAvB14tVdaPigMGTZXE6O7ocQ1fUQLB5y2SzKQxYS6fK0V/fD9rKFckTO6jaXCzYmZ3rIH27d3gkIQu/du7kSbuBOkn3c8P4LIbP5cGj/9OeiKxb7kvsS+yI4AunBwYBDACARXy4fSaT+xENmbxc1+nUxApG/g+rEwUPBmkLcE06iIB4Ey0cHJWKfMXiIfK46HuIjVJC+z4nyy9MtDmPwhAfGyZ4TXTicq7xRV01tI3SLBznxYoCyUqJDzHCiOmhHjPLCOqxMJp7IJzIjE70BwQE4dDohMLjLttv1Tg/QXZPC1KOpqalHDuCR1gUGXkKtb+4LFvyuUgckvXPnzjRzw+beV7RG/Wlm6O6A0nsMKdjZiq2lwnL5pNTz2P+SKqaWP8/NPM9uinDK9CmeheiTzecj+dRIbxrcBaAE0uld7ZY2vb7FYvnuEByiBHQQITAxEs++PePPRyIJVUBM3M7t27fvrLkb1vj+xw+xxzbieDI8/HCWSn2TxB+J0+xRnRdiHrPnJV4bxVGxTyVPkHhvGgfVbd2aAEgkkYjEoZo3kr30cgBMDrEJXGEXz3v0LZ7d7klBR4DoAgAkMDAxkkmUzrwFIHGVHkKAgCiPH6/Ei2vg1tDQixfP/8MONaKFq1Jbmcx+VrEyBS5lIEHjnnk2khrJpRGIAEC+u/g2fRvvdkIQg912AIKBLJAWgeSgli6fz6gEwg3uxM7V2CMIf89XP9BBsGXt8xdDQ0P/R09GEyP29hYq63WvNxqOhTkZsaUnCrUuH4FhUxw9JDVSQiA6IQ0e4nLpAYhHAHXpOePo5KQAoQw8BEpNc2emplLHUptVAaGuDh+UjEmSfJoJtKwdRnV3pxsExET+ziDAZiVaa+BNR8PhWCgU8vv9Pl+yp6enT6PR9Pd3dnY2ebl6Ul+uiBpIAA1wElD80kgpIAKB4DToaUMgu+DQ6ub1zndtLZyAAiCXRu6XPh2DnK4GCJ3tYPeTDPxeS3r8IW/vbfAO+Pz77uGH+F3zYXvJix5lrP1iBXnR9jHR9EkwfR+avqnpamc/UWdFVzV9PUmfPyx/W6LKrVvMIZAM8vEEEEmkRia+CGSUBfnb2QJAbsChscXNt/AeN//KIaDuT5A7c9eRUa9qD4n6+o4d639st586dfxedzeEK+gWNNf9aWaanx3/WK95y7YPwVXfiqbvE00vCi0OJPr6enqSSR+CIQ4BXBCEPxSLeq3IUUbMNhanGAigyGQxaqXWlUoCSudAF3mn1+vfpeHI6HG7cLTNv2omxaZTjvsv163LrVmgHoiJ8yb7j9urujcsCrB0D81HBye86r3RqHjZo+3pdU+udFBTU5MGeEAoavX5/GDtMJgb5YVA5Uv2wVOvNgGIVn8oHL1G4FaIyxnXTfcdFetLCsquSMAqNYs0HM0OAYikAcgdtL/eZeOh3Jh3caZRggTmj7rmrQvUAzFxIY2d0QsSrlCDc0nC39oKJq5e950oNKxGNH1SNH0oBsaPer3XrYwTWaMxv68HQMB3NWkwNMWi16ys88mNtWhpnfrmf58upcBDIvnMS51IA9ZPEEx6EHngFKRL/66lraWNbxO7km7VIROHbs0i9UBMnL+TcDhlPwWCfzVDe0A46O2eS//waq6i7SHAVGwfDkcve2kSxsvcyGQTUzQcEkFcRWn6kugRXsYhFFCQnBSqbP4HzUzwts5LpclmoIEaRTcIpO8AINTkqBEU1O8VGykvXbN14ULEoQ4Iy4MKsghJI7fmNlahpCfkM9K71VsB0Ulikw9yhJUOtehzVaqmrFXtsmIv9s7I0eNmnYByMJriVHS2niVedVZwHADhP0gkOyzq6ZymEGPV+hJ5npjaG41VPaJfQ5M1HX5ITfnVTAot7aJsB1U3u7vT2zvAUTnKuZ1R818CwTjST3gQGmU9tschXkEKmb9ZCLOicb0SmiClo0e0okdcY6kRcDOWZFTrSFlB7i81qpsPICYuSXgcOGU/QAXHdg2ErMVRvJrnT1brNeIR6BIaMnwNg0NUAppRTlwjxbpmsyDKMadA0EGIfyz7cO7DsjKOZRPw+JTdrjl27K3158/5+q29PjqXAEHGhrETyKdCoT/1zL/3/GaHFBCHciBrKRA2o6N/LHmDIkQqj5FU8ufP69y8yMSFcbLBqkmlrib/4UrbKJkAPmJ4jCKQtYqALP3Vzh2+NBHGARx/NnZw3G1z5TxFEUZaKBOCgzGKUOq3Fb3JC/G6EbKCkBrWi8y9imL0VI6FgQgDN1AUYW8c7dYb/7ue5+bu1rxqKt4kfp8dx/N6X37bPbttrs/KihUEPvO/K6/u8R7AFux4CroVRL04rxfPTe2jZMrgMYyUw2ionER6IcSTJ3vMrgEXqFZqUKu8Ah6ktf5iBcnuXIIPey+rotFizUjRilNUOYn0xOcyIO/9AEApFUWY00V5jpNFdhJlnQUpZQcvMkii+3CWHY+Ow+XUP9tGsWjwKMcne0R8pDeS2+9PckCPzXXTS/KD9CeckL8E4QmYlF2kmFLtATn9dRYPkgWN0kKhQCl099BX2PcPIs9U9K8gphPE2E76SK+kePJkkMJWgRY+ugWhzzNHR/cjKnIXbqYY3qKRMriUaRab4bhAzlyEB7ke+s5GpP2SJdfs3Ujp8WwufW8BR+QPEg3DbJim4QQx63vlzbGx6JRwxiJ8L5CD/dAQpe0BqVUqFfF4QuBhJh1ZwiBu+BtrvXx4eLjb5EHCBtMsL1vW18eDvRfputRaDNBvW18p3xu2yGK11h6R9J39TCaCb+quVgc35rmNsaYR5lfA9c3llnF7RHpMEleTbQl1jR4cUJbDxoIA8AWApq0N/dxXk+ikl/O2jb1GYtuos8mwYgTJaUmSz6FkSxroutOj8uTdzMzqj9VHzNHdyIQPuRgd7sTuRd2IDkd5jHMb8ecBfitSre/s7L5llhYyt2MEeUmYuPbmltZZBMRqucQXJUb7MEWQl4SbE1cLGjhFxGqlKlq7QmDyikCQ1xT7Di5rIpf5PkRngELuygBBngsqebBYSXQrBwDQ6RdXRgjymiDZRXQ+JlYOpkSnp6MEeW405BThTdo0FoQg7wmhkEBILAA2nWfJ+5WpSYL6QApJ7ByMBfLQls/6FazRNwKxBEeGFTng9wf8ihILEnQZCAOTkwNB3HsghBBCCCGEEELoP/cLoEBEqwRkrqYAAAAASUVORK5CYII=\" />\r\n\r\nTo celebrate, we’re running a sale with as much as <strong>65% off our paid plans</strong>.\r\n<br><br>\r\nGrab it while the party lasts! (<strong>Hurry! This offer won\'t last long!</strong>) ?','success','[\"4-x\",\"lite\"]',346,NULL,'2022-06-28 14:12:59','2022-06-30 00:00:00','Get AIOSEO Pro NOW! (65% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=15th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (65% OFF)',NULL,NULL,0,0,'2022-06-24 05:58:31','2022-06-29 06:07:02'),(22,'62bb697da8247',NULL,'LAST CHANCE: Our Birthday Celebration is Almost Over! ⌛','AIOSEO just turned <strong>15 years old</strong> and we\'ve been celebrating all week with as much as <strong>65% off our paid plans</strong>! ?\r\n<br><br>\r\nThe party’s almost over and you’re about to miss out on this amazing birthday celebration deal.\r\n<br><br>\r\nMake sure to grab yours ASAP because it <strong>expires today!</strong> ? ?','success','[\"4-x\",\"lite\"]',399,NULL,'2022-06-29 00:00:00','2022-06-30 00:00:00','Get AIOSEO Pro NOW! (65% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=15th-birthday-sale-last-chance-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro%20NOW!%20(65%%20OFF)',NULL,NULL,0,0,'2022-06-28 20:50:05','2022-06-29 06:07:02'),(23,'62d7a626211e0',NULL,'? AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.','You can now add <strong>FAQ and Table of Contents blocks</strong> to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our <strong>URL Slug Monitor</strong> is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps <strong>prevents 404 errors</strong> on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!','success','[\"4-x\",\"lite\"]',414,NULL,'2022-08-16 12:14:02',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-vv-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-07-20 06:52:22','2023-06-25 15:06:07'),(24,'62decbc564182',NULL,'We\'re celebrating 100 million downloads of AIOSEO!!! ?','And we want to share this HUGE milestone with you by <strong>slashing our prices</strong>.\r\n<br><br>\r\nWe\'re offering up to <strong>65% off</strong> our paid plans until July 28.\r\n<br><br>\r\nGrab it while the party lasts! (<strong>Hurry! This offer won\'t last long!</strong>) ?\r\n','success','[\"4-x\",\"lite\"]',417,NULL,'2022-07-25 15:21:38','2022-07-28 00:00:00','Get AIOSEO Pro NOW! (65% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=100m-downloads-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro%20NOW!%20(65%%20OFF)',NULL,NULL,0,0,'2022-07-25 16:58:45','2022-07-27 22:53:55'),(25,'62decbc5657fc',NULL,'LAST CHANCE: We\'re celebrating 100 million downloads of AIOSEO!!! ⌛','AIOSEO just hit <strong>100 MILLION DOWNLOADS</strong> and we\'ve been celebrating all week with as much as <strong>65% off our paid plans!</strong> ?\r\n<br><br>\r\nThe party’s almost over and you’re about to miss out on this amazing celebration deal.\r\n<br><br>\r\nMake sure to grab yours ASAP because it <strong>expires today!</strong> ? ?','success','[\"4-x\",\"lite\"]',456,NULL,'2022-07-28 00:00:00','2022-07-29 00:00:00','Get AIOSEO Pro NOW! (65% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=100m-downloads-sale-last-chance-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro%20NOW!%20(65%%20OFF)',NULL,NULL,0,0,'2022-07-25 16:58:45','2022-07-28 07:10:06'),(26,'62fc22b68d099',NULL,'AIOSEO just got more powerful with version 4.2.4! ?','Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. ?\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!','success','[\"4-x\",\"lite\"]',463,NULL,'2022-09-22 20:05:34',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2022-08-16 23:05:26','2023-06-25 15:06:03'),(27,'632119c315ac4',NULL,'The Next-Gen Schema Generator is here! ?','This is a huge leap forward in WordPress schema implementation, and you definitely want to add it to boost your website SEO! ?\r\n<br><br>\r\nWebsites with schema markups enjoy better SEO rankings, higher traffic, and more sales. AIOSEO 4.2.5 makes it possible without touching a single line of code.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.5 <strong>TODAY</strong> and enjoy the power of our <strong>new Schema Generator!</strong>','success','[\"4-x\",\"lite\"]',492,NULL,'2022-09-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-09-14 00:01:07','2023-06-25 15:06:07'),(28,'632d78d40e3d3',NULL,'? Our fall sale is on! ?','Get up to 70% off AIOSEO Pro to improve your SEO rankings.\r\n<br><br>\r\nThis will get you access to our Next-Gen Schema generator, powerful Link Assistant, and dozens of SEO features to grow your traffic.\r\n<br><br>\r\nUpgrade this week and save BIG!','success','[\"4-x\",\"lite\"]',503,NULL,'2022-09-22 20:05:34','2022-09-29 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=2022-fall-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)',NULL,NULL,0,0,'2022-09-23 09:13:56','2022-09-28 09:35:40'),(29,'6345be0eeedf5',NULL,'The much-awaited SEO emoji picker is here! ?','Now you can add emojis to SEO fields to get <strong>higher CTRs and engagement on SEO and social media platforms</strong>. ?\r\n<br><br>\r\nPlus, we’ve also greatly improved our multisite SEO module, making it easy to <strong>manage WordPress multisite SEO from a single dashboard</strong>. ✅\r\n<br><br>\r\nWith AIOSEO 4.2.6, you’ve got more tools to help you rank your content, and that <strong>without touching a single line of code</strong>. ??‍?\r\n<br><br>\r\n<strong>Update to AIOSEO 4.2.6 TODAY</strong> and enjoy the power of our new SEO emoji picker and improved multisite SEO module! ?','success','[\"4-x\",\"lite\"]',512,NULL,'2022-11-28 20:45:42',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-6-new-seo-emoji-picker-multisite-seo-improvements/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','? Get AIOSEO Pro NOW!','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=? Get AIOSEO Pro NOW!',1,0,'2022-10-11 19:03:42','2023-06-25 15:06:04'),(30,'636afc4b4e19e',NULL,'Announcing AIOSEO 4.2.7: Google Merchant Center Schema to help you Boost Visibility and Sales! ??','Do you sell products on your website? We’ve got great news for you!\r\n<br><br>\r\nEnjoy greater visibility and higher CTRs for your products on search engines with our new <strong>Google Merchant Center</strong> Listing schema support. \r\n<br><br>\r\nSo, go ahead and upgrade to <strong>AIOSEO Pro 4.2.7 TODAY</strong> and get more tools to help you rank your content and products!','success','[\"4-x\",\"lite\"]',526,NULL,'2022-12-06 20:35:55',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-7-drive-more-sales-with-google-merchant-center-listing-schema/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-11-09 01:03:07','2023-06-25 15:05:53'),(31,'637b2a1853e18',NULL,'Black Friday: HUGE Sale! Get Up to 70% Off AIOSEO ?','Our biggest sale of the year is now live! Get up to 70% off AIOSEO, the world’s best WordPress SEO plugin. You’ll unlock our NEW Link Assistant addon, redirection manager, local SEO module, image SEO module, news/video sitemaps +more! PLUS enter our giveaway to WIN an Apple 14” M1 PRO Macbook Pro - no purchase necessary!','success','[\"4-x\",\"lite\"]',534,NULL,'2022-11-24 19:50:33','2022-11-28 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-claim-your-upgrade-discount-v4-lite',0,0,'2022-11-21 07:34:48','2022-11-27 13:29:15'),(32,'639099de94fbd',NULL,'AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview ?','Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well you’ve set up your page’s SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!','success','[\"4-x\",\"lite\"]',560,NULL,'2023-02-24 16:13:04',NULL,'Learn More','https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',1,0,'2022-12-07 13:49:18','2023-06-25 15:05:56'),(33,'63e31121eb886',NULL,'Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click ? ?','Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> ?\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAD1CAMAAABJL1OjAAABO1BMVEX////z9PXv8PH+4sfy9f7L2Pne18Lp3LzrvLb328Hq7/3T3frc3N7h6PzIyczR0tX0zMzxxMLZ4vr+8fH529uys7e7vL3l387AwcTj5OX+59Kpqq/20tOZmqDVzrv86ur74+TF0feesO/o6Oni17mio6iJipPJxLmBm+uOpO2qufC9yfPp6NkAAACWqe2QkZn+69rftKfEyZ20wPH70re9xpfk6PPhen9rbntwjunKzKOCg43Q59f4upB7fofb06/nq6bjhIbU0ar4wZ344NC+3sr4yarl8urjkZBTVmb1tIlfYnDqlJnjnpp0doLc7uOn1LiFx55FSV0zOVEABzmaz673sX0AUeH45tsvaOMABdzlzr+w2L9afeYAABwXI0QAMN4ApEv0qHRkvIonsW/dBxvxhRvwbQAAmQFKiizQAAAdIElEQVR42uzYXWvbMBTG8ecc3BtHlmAgIyF0sQaH1EH1RWC0DHYfetcNjA3Z+v0/xVznZcne13XUjPMLyMmJSS7+QU4CIYQQQgjxZETfDsRLoR0cMRGfDUDMGOxWP8eouCiyYZ0VxasCeFXXqwziWXrsq5wE2o2Pbj7cM+DTAnCblO4ckC37vm8vsvZhONao27ZvuwIHHuLpPXgAopOB59MiKr1P7jHIW5TpY7NISeOyv5pdtjN03fr1Ghf9Ni8u+i7DDjFGc2sZX3iDQVl5JgAM7wEwG4gjIthFjG8NiA4DFUPUJ0Vish9uHoM0eJ8M4NIG1/1VkWfIu/ZVnmO7zAHM2hV2GDuNUXNv2VuvrLdaLUqGq9gsLFsVGqWMNndGcWXmVkEMmKhRTM6Cad+Do4tlVDgE4Q8bvE0eKsV5usNgkzjv+r5d5lk37Fld3m5Rb2dFf/nVjjWvSr8IlQrBamuUHlaQrdgaH2KpjW20CsOzSoUoQUZEFOeALg9BGKakMqhxMNKpQUjVYxBO92OQjwysrrf9bd6115drdEss+1n+UJ/vWDCwTdQu2GjZemhNAYpVdKq00RnjVDTWVxVYlRECyIioqbRbnARRFSw5fQzyLg0+bsaL+iZZIKQbFDUwa7d5N143rh7qfJ3dtgVGTNjRQwgdlAvOMEerFGv4qlLK6mC9NaYMXDqlGmeCgxgQoYk3zRjkMAhBl/H4zVelTzHG+2Tm6R1MSpv7lBSWfbvt+ku0D922nWXdw/XtVV/Ld6y/xgTljNZ8vKgPtHXHxzA3FoC+c7wJgFrcv48eyOvbblsDy8HtGvl123Yr7DHEkxF9dRwcDn9EfhY+WxEeEGGPxgHJvycvhkZnA8nxwjLZf4QQQoj/HYlJkSATI0EmRoJMjASZGAkyMRJkYiTIxEiQiZEgEyNBJkaCTAye6TWY8OzvzpP9uPCvb3u/fep4dwA6AOjX8IiOC4gYYCYC8fdOJvrplIl+eAYIzDRJ/O8cg+DiqmYQgNUMqzcgYGyEN2vQEUx0JpbzqlHwIXgFgvKaQcMKnBeAUdrgnCqhY0l4VHo47NEJ6KgBmM/snU2P0zAQht+M4MRo5jSWrdEc2MjW0orNAQkFReodIfUAnOH//wtCKBAonwfY7KpPYzdJp0rspxMnVZUSs2zyO2ki/CsIX4Ts9vvd45tHV/vdi/3uev/8Zp4eP9vtr3erDzTC1Z0s8QBpmkZ2iRCpOppIsBmtgnU08pQ5JxXNoWZ5clQJtayDmInkEI0kldddPplq6MHHJBacQ5LRlpQsQgj/QssqQ549fP5k92J3c3W1v3rycPfi4dXu+vrm8c3Dq3WGsLkFV0br+hzZuTXPbi1VbVE0osdKyPsk42Bhdpxi4BZStcKn0DbPe31TPCSahk2y7nB2b5M7V4kqzSW8la0JofBQAIzv6LMClIgSOEMFH1HpAMG3kAIoqesTVKD6nZD99dz31/vdk92j2cicLLvd9dWO5uW1kOSeQjgiQz3UrVXxJJGSJQtNrayEiORanUblsCyRjHwwGJu1apzMU7KSUjRpGavUsup5UBMzy2w21Dzx5oSICAMIdc6urOycXLTAGsDu5s6D6KuCmdFKlRg4uTK7Zhdl+AiAw70aT5pHWguZeU4gmutuqfH84xqaq+4bmLq+BxV0KASa6ebSL2N6mWexiv30GgctSwXzYt+tzkCwVNoS9eu3gRgon8O61JQ2dcT6JESZeOnPVy384BFjDOQjwRnoGrt4acQHhhJGTa/r4C108DpOU7GXVI7HAvSNazYeSI/9d0KwFJzmT9NSrTkN9Uswlvj1dD76ft0GTtXZEwE/2MjnnQHRFgd1ElYGamIXZjUTV4UHSMigA3OUVDk5YSaDjMVZYaYugjwBRT7OROEg92LWAdjEmf4GduHvIMJPkKVTC36LEmZ6wpqtCLlz/MvT3o0dDO4I9M+4ZMjmmIVcfr+1JdB19PxPoDnw8vjnj1kI9jdXv+fmEV34D/z1IYsu5V+WO3gRcN+5CNkYFyEb4yJkY8xC6B4wt+SeNAQdEfAAd7ssRu5BO7AIuQf3yViE3IN2XIRsjYuQjXERsjEuQjbGRcjGuK9CiD9x52559GMhWbDQfY76Wi/03dbu8/e9EH8TLSLeJ/wCwoq+20SDfiCECh2woENjb05+nAgUzThjJlEmAEYJK1gVt8W5kCpKuXIyzHQVQ8E5E9Ba4BPCmc70sTL+K+dCGENNjIXJubREeoAF9CVzvCke+sZFwvWtpTJM7MEnH7do5FxIZhJjW4TQoWXUUJ+rEmx5zDxmP4zAiEPyQ0lNxd5/bFDr/eA8eIcZZf2/Rs6F9G/GagM+QTZxNDUDN0BaEodNVnuzZqVRtAwdKmNGwYUJt8W5EKEU+kkIxqdFx1rD3WKsMXVDmA7dRyEtIvPkA7sE1SY8DNxSMwLQMZRuWcjEUo1PRkyjNiv8iqcENn0lgxwPFlJTfilNBq+icqyYYeq7TWVIIZb+lCFHHu3gyk9LeSfvtUl4pqO8Bl4yJFJoG0KaRHXzgZqkef2MdoUU/49zISSAhlUs9DVBLYEjA8i1ILPkUoRLzmBRZCNJtASrKuG2OBciQj5JMpzSl9WIZwMCQamFGGICKIBsYCtMLIycllxPcuoO/Z8+1kLWSGqMv6fDrXEuJCqzZB4MK4y336iVkBV378rkeyHyqh2m1l7duf/JuK8XhneWi5CNcRGyMS5CPrBrx6wRwzAYhj+Jjh/ScNhYmEwh/f8/sb4EulyHHndQFfRiQeIhBB68OVkFkqwCSVaBJOsCSXD/5cW5QOTvf+TFudUJSVaBJKtAklUgySqQZBVIsgokWQWSrAJJVoEk6yUQUvGuglEgjyDaBgA5xwmYiGItvXaFOJ+/75mY4jd93LDi5oq1YNA23FXUALls3S0K5AcQ+mbWxugcG9HanKOvt3745HS3MZqNhpUStuaJjN0O9mYYCnMb3MwmcEr7zgJ5BPG5BObWo4fRMLt77zb3Ntl6b6P7FjYOvUB29Wdu05ibDTu2ATcuCo/Pxm3HyhHiBfIAAgaoEYrgfV9VJVoolHLfF6WK7sQ9Gh2/6oYzBVWCoYBTVBiicX0rjK5vB6HT8L/6Yu98WhsFwjD+zOQUED0URTPIHkK8DfXgQcgkl0SHRIh/osWDJLTpYb//J9hJSmm6NN1uEpq09ocizMXDj/cZ55XRkyZ1Ss/3J3bSB84uhDFL70Nx8fccB85LPfbe4BhOF6Jbto0d1/pNgfatQ77aFqoThZwaWT8Lw38LofvTA8VfkPNEFvkR8kEh/aRc6oBblgzQ1+vEwRaz9GAXIMUAx2OVxWxpuB6M0vgR8kEhYdJnnOjcUAflJvUYFNq6CGGuSTjD+4hKkqaBzFJAZFKQVLwkFtUckztjj3IXxyMrAaSNkCmJWiBk6ULjxm0CFEwvLZcRKGaMJTALb0lxkEgCaJo8eoyQ5xmQVVVW5fJVZC2GGC/CIY5jZzeKNhLVRoi8Ei0QYvEwWeneGAhdnY/Zyt0OFlBCLM5n5LCP+w0B0AhRZdGmqQBUTfS7eTWpG1zDcHVsgaSP9wKAyLbiK3XDNkQWtQ2DG24BlKbBKdwlgGXhJqVtl/rawyGklATI76VQRZI3uRBZlufNRmCPZAhVITa3cQxSsTUvpIiivFK0QIhbGIslND5wuYP1wloN6NjRGZutDJND5xbeRUQCUQSZyVSmDZGQYi+ybO4AyRi36no0Qog0JY0kEm2ILAySoQPoYWgAjpcMQBcUgD2AcQsw95RlyIABYCaoZ+KMHBZC6fNYMI/jYOrj6nl3YfiFeidvC7Ht5z3CfqcTxJPRaBQH9Q2umO/dOtFMU38arKf1lmk3nswf5vNJHATd6bSmAAgll+O/hHyhzskBIY7maNjhT5/o1bVfTzvdII4nk9HdwzyooWhbt/cykbWP3/N39BT+C71ufDfq4or43pG1L+RtlJTuZD75hWvhk96HXLzb63feFqKGVZ3ED1ejpDUV0ukdovOHvLPbbROGAnAkbGnYcjY5+0WTOrvS5J8JVYKbXOQKxAUPEFWaerP3f4gdwIoTKCFOYU21zzQ1tmUqPp1jIGkbJa2S27j4WlQIEZlkAU/bFxYSJdFzG/R0SvLVDbCgECGVtBYtt6gzEiIkSs6W6CEpbkHJYkKE0pZzTtFCl73EKIWDIsQV2Ibf2/IQ7epyFc5bEEKVEpxiYKEIyVRGeWiE+CjpVbySeh+s5MaEoNUQppVtbDgh80NUSsE3CxHSGnH4mt93xvI/9WPA5ePDjzLOHXH5eLfZvI4QwhgjZKRPbk2rQ2BgiZTFnzKOgWkh8KdGfYQMA+S0oRuS5Pu6nBZR5tVuV+/38His6ICaa6jy+HHz74QgLJVSWgFaGyvYiRgqtxI7HYBYIGXhJxd/k0K+/lyv752QAEBJPvYT3zUm6n29K+C0t3F1TARArBTdiFMvaBkhJFPaCIwpBmxmpNbgJTXWWiGsgU5MnQ4BBYTMjd064WJSyLf12kVIGYdQVvV+9+7LPUyKUPuPex4/fv9dFXW9b1U0Q87NWDa9FYzvHmR++NVOBDPN/0G5bCs7Fw4KdGJSrbXMBPU6/BqyQaHpcLzbgA93hKA1JIwkyguQAie/KlwqcjHR3s9M43Jh99Tfh8vMEeJ0DKGOYWdQhCBqtFK6+ZKCPO9DuWOIxYQ4kjb7VBW8xIeWK3B5rOqsglRY+ucRgpXG3DvA41A/AF18p06EBA+2tYsFmNF26ETJo+MuKMSRuO1leJl5Ey9d4gOKqthcLwTrFHOKaRiX3ocQqxXI4Jw6pVCzsu+Ebg3HVwq5DQ5u84aqujJCCDYqxYxTzjkNKRfdqRNqGhsc5j8BDiakSi1z45DcYn4sm7w9If3gmxTCMtMggfSA1qnljPFwGD92IZWGqTzdUUBGhhljIxMIo7W0Qlipst6gUCHxizdf67X7hsGOHzVkWgi3ArACAxTgDYwRwq7k+LPV7GCV+lsVys/PDp1cWCONYP1hrxkhcX8vdrXhjmNoEJheQ9ABMgvHb+GSq0HAM62hQvypiMdeJyTMg9cyvYYQhIgrs7Aayh5CJgpyUnqtq0Ah7pyf1xGPbIMIGPQFp6z4AiHLfKwCLTj39G9QOSHTMRKSqOKRjqG9sznrP3sL9/2n9edbvcr6y94Z7DYKA2EYvBEUybIPkVl7o/iCq1x6CVJVicOyQXvopU/Q93+PHdtTHPBuSTYgVSK/CWAIozIfvzFVAK/tuoBUj4JV+L+sr6mVOSTcp/6j+A+FdmgxrcwhN3Z7iyIHFSC8kptbV53Ut3MMsbazDZslgeRtUz+fqW5aA1hm16RDthvY1dR9NlBuHMdINrbMEtz+jcsAKUwDBLo2DzJtB8tg4a1UwG0uWtc0NeiZ3JusCRVtbfOej4RYLJWmza/H4JDWNdqtbpqu61pQegcySaPNP5XpamuVvLicA0IAAhHolfWyIiDX0jD+E+XRnWGazsRYfJPU2wEwdOcY7kAGQH7DgKWvBxpNoBFTMLFVfNJrOPZRMItmcBhMPq01d3tHP+gNlW9552hMyOAwkrF+8GcEA7ogyHUOSfs1KqWKUF9Rs7ykl/QzFKdQeqWc88WAZNB2YOOBrYxnUeT2OB/TMCbTWh8+pHVmPvPKpSjj6CWZAsKETReFkZB8x/DdpYRTzsnN94fsaUIqG0eWsqIJrbjghBJFk/Bq5oWu1L93cBhjZzM0MnbuvHtrMwVZQh16+arOBim+CgSGx+gh+GQva7+XcmepUA4pInRfuh0jc7w2Wf0UsiwlAyCiLJnYMVmyHRdCqPBq5lmBKPHxRLmnoQFQtlLYegDhDKGzSPAFtzZ4JTKLiZZEJKLoU0CU5FIosYPEiLLiFWXMO4SQG56rG56BKRh9lCphNJESSHDGpJSUu9CcKMLnBSIZl+gQE4RWsMLDH4RNk5OOZVchNfieCzGloeUciTj6BBDUzlNIghTjdJ6bPuleDc8fZMFzSAp7l4wdYnxaUS7XQRqKn8YDCjYfOeXfrjh4T0Th+3Dpum6LRgUgWeYphJzgHBa3EKfxgMVBwTB/AeGdBAooxuHDJF3rbdFPBrOoQ4ZCngKZ4cduFGbsBLfFpocxBiGPKKTAmNYj1uPwOAat9sKQuzxlc8lHej++nV5AJ6cX1On19e3X8eHhfbiBNjqLtbInOfwh5wx6FIWhOP7oYeKhgSE7ChND9mDkpDHeSCAED0QIg6DgyQmTzcxhv/8n2NeqW5hBwcg4B//tK7WNYt6PvtIeKqQ9dCoNYQTM9+j5quZzL46DYHFgEx/JaPX/oO0hmNVPUschi7DixiHr4McOpCENDx0ee73zmnveEU3wn4x2VEsgks0PwQQ3C0MLlDALFehnYwCLduG2aEOBhnlEfwKIJkzjBU+XZE6jh3FqUYYxr+Q6CTIsnjE2SKcdEKOg4+mIr3EjCwoTVhkJ6YaMTWgn5xUL38eKAz5ITiVmmVlO4c0cuRvoQE5yCRDtCj3sjdPAx71K4xJ5HE0gJpzfTUA2BpCpzHsKBWYutcZg2a4cQrN8tOV6m4K/XjvwJ3U+nDQphywlV94o+/nBFUfKiVt9pBcAEY6ts0pG45VD2msy0Xa9YPGVxpdJpGyNgBp3e7MhkHwAKDsC0IuskOF5SC29bzZF/vXflI+Nd9gmznabpsvXNPWT0gDZyDClMCtW0XUH9+KttoxKGyBEADmlusEzKQtZ7FigCuKK5xtDlmg8SacRSGjCiI+Q56mCpuPDjL39mWwbBpxXskz2IyTBEeKn6w9Yps67Xz7x1DCzFSEDRS+uGyH8VuBvm4BQWRlIJSCTeptUhG07FH+A52xijoMFg+F98vNpzUVZgweNFS2B9KeDVS6NZYgiFrVs6uYEaA66OTbaBXYfHD6HSAkkEviSeE2jw+FsahN3pYQWdKBl4xxCZEUn+9rktAQDFuEXTGxtgbH+hcvzkIWq9oRUbielirJSU0vfVFsCgX7oUjBlsqLMhXZkU2zTQTJs0sFrr+Q+w8gMZ+RGb1lkRIFr59UEcFTMFw17of9jbGLe+qyDM8WFV+qS6C63iA7MogmB3OvCsBe81Cn2GIFaBKLA9G36da97WU+P56QyPWLm6Za6272sJxXdzrK44kW0/ZDUu93L+kfeGaw2DMNgeBvWxSJjLDlsUGjtXRwbevHJD7P3f41FIjQZi+OsboZGf+OmmLY5fBIpIfnSvciMPCup+isgB5G528uATl3XHQROaVZSjDGGgI0utUw9EJmRdVBvSO8UvLW9o3fQ6N065HiSmSIQOFPF6ppy3fzsOpMM3bfe0AuYAYxzJBQK1DLqxkDao8xsEAcEPxYs6n0P6tHhTGXD1g6EEEgjQXYHuAmQy4VFrcwUgehXDpg4YgnIMr9ro7ONZhyueJ4gnp3X9UCe3z7GilAP/yI/XCezikUIAxayV5E2qbnKHZpyX4OEsBZEsMnrWiCXk4tCUwayVLBADeOcx9/hgGRNTs+kP9kJlx0URqLqgDy+j1tukmkOC0+7Li3skUf7baoykNFdyWMeBMNMtv899ckgGLX84RQIM2TDu2ckUd/1gyUZyDAnLBMaRGJC7r0t6XtkK+lig1iL/KtrHcIbBE8Wsz2AKAlLX+yd34vTQBDHZ5cEJNnOQnWXXWLRJKQkKdSHPkhBfBHUB0F9U1Boxer//x84mybuxbS2PX9Qbb9Jm97ku7PcfLpp77ibHgWEdo/Bo2mZ1FXZNCENf16lkni0QIaalbHPukvdiQbJjJ4G83lGMx4J5F/+0OgBEF+NwRLpmISpa0JKXNKf8Ji3l6Rdl6x4GYcnKHZTzhZNF8bLu2QdWyLSrCzjfTyyMdn29H4PlmncZHH74ZvvpRbP3HvhywISbcvkK0G723ZiGc/KLPgpj3hXq/HlYhzfSsSkeS98UUBOLNBiGe7iMYo7DVdIVo/cs/2W22hc0yq5ICCndrmMqywY8vCGwQrKqsi1Xrzl5vbRrKzC6FggDIDiO/6xlbOhqx9qouzkgXzXQEbRnN0CyOhURbMy7fOobyYBp6DHY/SriqIwK6vFbHQMENSoeK6NFUy2BqOlBqFNLngXQoWKWQp5Fw1MQJj+QE6hvstoBfaH9CYZpJcF8wNPABJEp4mKE4yyypdmVKa9HP0rVlTVQfQbFARRnC7CY4BQSYW1lk+TCdo2hFyDzPOpmmDehawBwe2kSLwLEk6hp+rGQD0FQQOTwoek4iK3vVCiqO72ZnrJESQXj7zL62BX0uiErbFDXM7bpVCXo14fzV7TxTSrQgh+k469ZBVSKuAKUUlj25AABKFQKvweksqApdBNl1s0/YEy12CTnksKxfIf0tOMdps+70LCgvDpvf5QE0yIs2wRhnWV+gzdnV8h4fi39b+klOzEF3UGbBjqP2Qw8LADA0lsmJ51A4fp2V/7DKqABH9CF/27rH9VVyBnpiuQM9MVyJnpCuTMdAVyZroCOTPtBZJW6fbnad86zaJtv3fOoNPrtx/AKXe5QHDgKLrMPu/dZ8/uNjHnY4Ll5JGSDbux3Xl1DxqHFS6pSyhvzExJLxRIuFqtQjomwkihLIgCQWEitUUpkyaaWFe6z+v1GzoaBXReGA2ICo2QKCZaINqkwfPp69dPQA5pJwB6IoziXKGWxhphChTaGtPw2Gw2D8hRWKNzkInVWhk/syiUbWc+CCSC3hf/ivYBqVcfVws6ohE4Fco9AJ0QmiRRxuBE4EQat0DWn9dvAcRUo+WInIAUQguduBo+knLrgi8kOlgJmhspp0IImCBRKxKtUSf5BJtF8HLzeHOP0pHDoUSZ4wR0N7M2ejszHgaSlXWURhAHURhANs8CepQGQQrjuAoBYHGmjPYBid6v3kcOiDRGKQSkm+GAGjExqAyJI5DertdPAJhUDKy0BTktCI1k0ajpaBvX869fn7VAACQVNgEazrRBrdCQtBAOyP3N5jFsHYoDQ14gAW5nNgpRkxetPAgkrqByf1DwcV6VNcyrrP6YlVk1z7JluAxhVn9cwllqHxCIwqh1AG4v5yR34AyAuftWT16AF+9cjPdd7955U3uaxAbd2B7e7xysO8F/mPmo15CoXMzrbD5fZlVYbYHUVV1WdUWkUgiiKoSz1H/7LutbO/fT4iYQxnH855Bc3NHnNKLIHEyYwT90PXhZWcg9LOTQy9LTvv930TEpLE0L2W0JfZw+HxkiSg7hi+gQNZswdSmaNEszhCXdnv/CGDZhPQPY3iEbbZAgBbC6M3vMQVZJgjAjQZiRIMxIEGYkCDMShBkJwowEYSa+IJt1j6iCJCrYr3wkMQVZiqx8JHEFiYQEYUaCMCNBmIkmiIpATEFU8u/nEX874goSwQ+JamIoQRiRIMxIEGYkCDMShJlogwwT3jVDincZ59v/fhdkj09iEPQ6yNAPj1P70HQPu26zmXe7Ze0x6/tt139LkW3nDCxdBVEHA3+yuDAqL/CrmlD4scKFB0qNn1Va44Y7B9k16dwN89y2u92AeQ6r3ePw2k9zv5mXXq8NWLoKggrGwJU4s3YEWTKKRl3onEanbJ2PR4Kn0usxbBm1PT9r4XPlR8otIagowA33DZK27UPbNkM3DM0WfTMNXTN3TajToE2BlGmP6yDK5uTVQeOs/mJwdN6ZsBysO+jCPesn5QnucNI6bCuM8W8wbiT/rE3tLkEIla4UbrrzSf3qnb/phBW4CgK9h3m2PsHC594cjFFHhzfzYuqyri1O+ongy7DPnjxR7V/IWJv4urCGvEeg1R6U4Ca5yvrAEWJ9CRQai1ypUjvCV0Kh8gquSHJoZ9R5D5k8ryqifUlECenxqaD6xxeJKtwiQf70spdqfEBVm+QT110S5D+bh6yVBGFGgjAjQZiRIMxIEGYkCDNxBYlBTI8jRFEkpiNkoZax1o9FbEHWT4Iw8x2pxEnKc1SliAAAAABJRU5ErkJggg==\" />','success','[\"4-x\",\"lite\"]',570,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro ?','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2023-02-08 03:04:01','2023-07-02 22:28:16'),(34,'63f8e8287de0b',NULL,'❄️ Save up to 70% OFF Link Assistant, Search Statistics and MORE During our Winter Sale! ❄️','We’re kicking off our winter sale and you don’t want to miss the hot deals we have. ?\r\n<br><br>\r\nIf you act within the next 7 days, you can get AIOSEO <strong>for as much as 70% off</strong> with access to our <strong>Redirection Manager, Link Assistant, Search Statistics and MORE</strong>!\r\n<br><br>\r\nWith all the powerful features we’ll be adding to the plugin this year, getting the plugin at these discounted prices is a steal. <strong>Seriously</strong>.\r\n<br><br>\r\n⚡ So, claim your discount now before it expires! ⚡','success','[\"4-x\",\"lite\"]',603,NULL,'2023-02-24 16:13:04','2023-03-02 00:00:00','Get AIOSEO Pro Today! (up to 70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=proplugin&utm_medium=Plugin%20Notification&utm_content=winter-sale-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-02-24 16:39:04','2023-03-01 16:51:57'),(35,'6413ee3c40020',NULL,'?[FLASH SALE]! Get Up To 70% Off AIOSEO For St. Patrick\'s Day! ?','Our St. Patrick\'s Day flash sale is here, and it\'s your chance to get <strong>AIOSEO Pro at a HUGE discount</strong>! This sale is almost as good as a pot of gold!\r\n<br><br>\r\nDon\'t rely only on the luck of the Irish! ☘️ Supercharge your website\'s SEO, making it easier for your customers to find you online. With our limited-time offer, you can get the whole AIOSEO experience at up to 70% off!\r\n<br><br>\r\nWhether you\'re a small business owner, blogger, or marketer, this is an opportunity you won\'t want to miss. Hurry and grab your discount now before the sale ends!','success','[\"4-x\",\"lite\"]',636,NULL,'2023-03-17 02:11:24','2023-03-19 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=st-patricks-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-03-17 04:36:12','2023-03-18 17:24:37'),(36,'6442d549de7b9',NULL,'[Last Chance!] ? Save up to 70% on AIOSEO during our spring sale! ?','Did you know today\'s the last day to <strong>upgrade</strong> and <strong>save big</strong> on the world\'s best SEO plugin?\r\n<br><br>\r\n⚡ Power up your traffic & sales with our futuristic <strong>AI tools</strong> and <strong>Google Search Console integration</strong>. \r\n<br><br>\r\nDon’t miss out on these amazing deals. ?\r\n<br><br>\r\nBe sure to claim your discount before it\'s gone!','success','[\"4-x\",\"lite\"]',661,NULL,'2023-04-27 00:00:00','2023-04-28 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=spring-sale-last-chance-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-04-21 18:26:17','2023-04-27 18:44:15'),(37,'6442d549e015e',NULL,'[Spring Sale] ? Get up to 70% off AIOSEO! ?','We just launched our huge spring sale. Now you can get <strong><em>all</em></strong> the SEO features you want to amplify your traffic and sales. \r\n<ul style=\"list-style: inside;\">\r\n	<li>Supercharge your <strong>keyword rankings</strong> with our <strong>Google Search Console integration</strong>.</li>\r\n	<li>Save time with our premier <strong>AI tools</strong>, like our <strong>ChatGPT integration</strong>.</li>\r\n</ul>\r\nFor only 7 days you can get <strong>deep discounts</strong> on the world\'s best SEO plugin.\r\n<br><br>\r\n⚡So grab your deal while it lasts! ⚡','success','[\"4-x\",\"lite\"]',651,NULL,'2023-04-21 16:17:02','2023-04-27 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=spring-sale-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-04-21 18:26:17','2023-04-26 18:39:43'),(38,'6453ae66b419b',NULL,'?️ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy','Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!','success','[\"4-x\",\"lite\"]',677,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2023-05-04 13:08:54','2023-07-02 22:28:16'),(39,'6475062a7b97b',NULL,'[Last Chance!] ?? Save up to 70% on AIOSEO during our flash sale! ?','Did you know today\'s the <span style=\"text-decoration:underline;\">last day</span> to <strong>upgrade</strong> & <strong>save big</strong> on the world\'s best SEO plugin?\r\n<br><br>\r\n⚡ Power up your traffic & sales with our futuristic <strong>AI tools</strong> & <strong>Google Search Console integration</strong>. ⚡\r\n<br><br>\r\nDon’t miss out on these sizzling deals. ?\r\n<br><br>\r\nClaim your discount before it\'s gone!','success','[\"4-x\",\"lite\"]',721,NULL,'2023-05-30 00:00:00','2023-05-31 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-last-chance-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-05-29 20:08:10','2023-05-30 20:11:59'),(40,'6475062a7d45b',NULL,'[Memorial Day Sale] ?? Get up to 70% off AIOSEO! ?','We just launched our Memorial Day sale! Snag <strong style=\"text-decoration: underline;\"><em>all</em></strong> the SEO features you want to surge traffic and sales. \r\n<ul style=\"list-style: inside;\">\r\n	<li>Save time with our AI <strong>ChatGPT integration</strong>.</li>\r\n	<li>Boost <strong>rankings</strong> with our <strong>Google Search Console integration</strong>.</li>\r\n</ul>\r\nFor only <strong style=\"text-decoration: underline;\">1 day</strong> you can get <strong>giant discounts</strong> on the world\'s best SEO plugin.\r\n<br /><br />\r\n⚡So grab your deal while it lasts! ⚡','success','[\"4-x\",\"lite\"]',708,NULL,'2023-05-29 13:43:06',NULL,'Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-2023-get-aioseo-pro-today',NULL,NULL,1,0,'2023-05-29 20:08:10','2023-06-25 15:05:44'),(41,'6478fbed4c42d',NULL,'[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) ?','<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! ? ?\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!','success','[\"4-x\",\"lite\"]',751,NULL,'2023-07-25 13:50:35',NULL,'Learn More','https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2023-06-01 20:13:33','2023-07-28 00:01:34'),(42,'649b1d94ea3be',NULL,'It\'s a Sweet Sixteen Kinda Day! ? ?','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAMAAACTm56yAAACRlBMVEUAQKP+/v/2+f4TRKQAMJ8BJGQBMYEBPJgBN4wBKnUBeOvq8v7p7fQBZuYjVKwAb+kigu0AAJsCcNzL2/u90fcBSqUiSqQhQ54bJ2EsTqgbN33g6/wATMIGX8JOaa0AIZ0BNKcwg+smfN0AAnYixH7d4u0Tfu0+X6uStfQAAmXX5fuzy/aoxPX09PUEWLl+qfIwRZKojPv9nB+PcPkAK5M9iu3S2Og5ZrvVaTadvPMBU64AQqjsekaHr/Hx3sNadbQAFJ4AFWYwMFlrmuxtg7wAJYYyPnQAR7YVP5L7vSNzo/BOjuwEaM5DUrf8gRK+qfsBJqYWdt4ncM98ksMAO70XTqtPW4/9t2fvkVkAAIohYeG/x96Epdz159e8wtMJTM4mPIPHz+LfmB5djOlEfuast9QCV9ERMXM4KTRTLAkf1vGUreQzWqPKtpq/WzBeme5cYskz05gXO4jvrRppNBQAU+VThtdzf6vxrXoAF3lfPVykr81GdsyRnsQ3Rn8MEUumpbYRlJH4wIWCSFeCQhZpk+GNkrIhMW/kpisiY73+1JbuspyrnIShTUMXoM1wZ4z2ITQFABObg/YJdrnqzLQFapQBGI0FqWL9p0F3at7EfUWkdEHrdC7QzMdjPY6id3L1jCjrbA3fd/YdwOPf2tW7v8C+hmTZYwiKe+e3ad9wUrZHeo0Ps4DCMGnakF5DDgixwedvi9Nl37Hlg4lbsoGGgovcXnDoK1B50+yXXMmNPovJgBupaZPUooC0XGag5SRxr66JyFlW8m/yAAAbUElEQVR42ryX/0sTYRjAH31enbIwDru7XbXdEYEuwtYQRhvhtEUtFFbDvoD+Uj8Uy6AhaIihV2RCMMWxzIQZDiVlE2oyl4T4p3Xvbt1ubbedOf3AtvfL7X137+d9ntsL5aDABN5CMrO3uLi4l80mWYQ6IAIgmATJxC0PNBwE4Ydg4iruxxDgEUc+JqIc/UmJRqOXKbKf1fpI12yHKNSZ3x9495X4ILm/vw8LuaSPr65ADzVi/k4IgZOAmLwKwZCOxm8VREaORlUfqpBESLdEri+vevyItTYwzL1xf3sIvE8BHA6peDHbY1fwFcexlC38fu63C/AENx1iw0ZFhNMUQvFGi1wuwIIGSmtu96eAaPzbOeJ9+8j9xb0m8RQY6yJ/hdgpXiAAPGxvCYCgCANaS+Zy2d8Sd4x1R9NeThgCjYZDCMmqDhU5pL/vHTc1QgCNwssRdiQ3HytCUB3OAUV6BqmQwUE7C7xFFWJpa21tb//YPpXL5Q4sPICvlI1QnNwQuUatA6KW604LljTAG4K4McfwbPpyiYSk799076wl+8J81bVCYAL5DkjFXQtakyZkeBgpw/bBHtVFe0sRW/9B7mCqxdbeaiHxmJcUU59jdI4RwBTDnjrP661t6hs8nlMzEpLTYIxn2GR4MJOjk4wgJagJLUD0KEst+ZiJvIMBrHyau0bykTjGOkSf1tol0C6e59t6C7Td5Vhoa20pYWtpmQ9OOW20PBNLaSHCzI5Oat6JcXamndNYO5+tb1kQqZBjJT880uXptHG4TneAGZD0jW4wnKI3UYgR5U2W/plfAuTEWCQf9hPAsh4CgXwkEokxIkEsCekiHG/p9YfuXLQ/eDBovxP6fP55i54B52pwvCSkv1UbUIlWTi17qm5uRDSVAtDya30b0ERm43nE2t3lDeLEhGiQsZQ19Br/TzMHzdtA6BpIrJxO7+7KiVC1NfClIpH8iIMQvtRMxK4w9RFJsaCHc7h6/XemR26cu2C1Wi9c6Oye/jxjKwsQ23zw6fu/QiLPZ9rbQMVPsJiSppEQM7nYOETWTRwfEH0+qIEkSeW+kHiuGWdBFqoiDCEhZo0QLROFkBxu+ENslXnEeIQyEvASnivGoF8IhLvYWEppjxP9l1xj0uDLTmtzU1Oz8qJYr/b023RCnKvjweCqc4BWnIkE/Sgq4bDmwuOQ8Pr7azPbjf6LqC8EAZKZDA9o1Lu5uSCV96L44daRD6BLSysrZk+XyJWKzOFPmVQTz8RoZopD39ykT6RKiF8KHO4mGIsfYqmYXgfv8t+/aqUmzli77zVTlMo574yt5GNqPjiuCqFGZtTmVvDVT9VL169/N39uxvreMot7e0lDIQ8ff3Pv/HteYjvgqAytLC0JcHS4Q1mGapB4KhYnIi9msrMeEAGEvsPd5eWExLK0ppPI917stjYpXHl589n9e81NzSrdTwZ0ARIMPp3/qqYsrdX28S5CPV6vDDX0COLK7APwxr4AFjYfSvyxTx4EBPgPxhwMMRqQiMAiq2yo7GwfQnh3WUEOVdyBeKmT6jh39eXZWzeeXaPhQaU0ddpnbFqAPFUiZHxeEfJiQHus9DudztuIpo4fWAAKlEpQVkLAMtRmHWqVpRQbdJS+JElqRTeVWq6cAgEMpuS4Qqni5+qbKkHiGAOEmg+svUWFbBggURBSseH+UGq1T0kEYRyOC2ThOI7D0IDyYiREBacRkszJOssCa8qX3rRSQJOh0SbR0rJXKZumafrSNOY0futTo03fcvrfep7dI45QqV8T3O7t7Q+e3z4vu3ipCO7BbbVls5lMNpxXUQ/qJbYFLUI1TD9dmzsPAEGmc9Olfcmpl2tra0tnakd9EwZZvlfq1Qo7HqDd0l0BsGjTgY3VUH1fn3Qpg4SlI4I9V0mlPVs5Q21KfE7HhJda124l8N0aIbkDBfnWAdo0GZ6DIlV6QIyyueWs0JNV1ZStNYT+IbehIJkAFaQht7kCeqTT51f3TedAEKbH6bWjn+BE4LO1to/sN0n8kaHlPofEgzgQ0R0j2sfv/nM1gp28waEDi/5lmPC+HjoGg8QfBIb6Ur0zwu7irNoIfHakEV93nxLH8pWUAOzXwEhZVzXYoceeMHV/geP1n4ZumBl3LpBD/tJD5YxhNav23Ehme+RkGFzDK7epTi+8ZxdPUz1yuW2IWKsQtKZzBRCE6ZH+dPXq1U+gyKKnlh5871DcDkLbJyPd+/kjcbvd/t3ngOqnr7k9PhCBmkZahj73VP+EvYzmBV9Tn12HrdvHJvTt9ryvbO3leLsRGPL9BgtsnR/B7byvaQiHjfkcMOIQ0rYnhrfsergHgFKHBf+lIT3D1pSDH8U5gAmmncRpYTp8pgjvVYBMXStimL59g7N1bVAT/NPD03nYa+Rs2RuqmslkQjYOkc1Gb8yCILLrNeaQ6dzm57k0DVnbm4WSIC1rqAcKsrFk9tTQo3HCCMAyTnYNSn3Y6BGU45Ze6Lc5icvE19uhr1WY5YxlcDEijBp1cM9HjRVIiE4/ZTh0MF5iaBP8+3E6vEu+U07RCZobYASQOW1GPWQxZdyLslUMPqZzEBLx8A6cNiS6vuPQWVHZYU/pOPgPxUn3bgaznOt3Y8JIzKrZpCyDHrJadKtCayIVhirLhw5yOlcopOfm0EFWC5srTJDTLS+PXtUEufiuZXzvbZOjme1vMBj2kKk+DhAVlIgEV0YvCNIoPTLilRCigxjQCGIzazFE59uwiUNoty2FgnSDpx20l2/MkkHpJA6IicrwBPTYUmTQIo3Sq/kkp5+BC81XUorE1QztMqVIxvCGLYafsg9JFaeQhyFhMRjsr/6uR47gW2WGqSo+dtEDC6wishllJRGSYf2E21LZaCYqZKIx2Rgm556igxQK23Pp9Nxq+nz6Q4EJwhwEcRQE6TrVUNe9109hE5oc+F8WRbpsQZCR63E0kpMc7vSAQWFti25jGdAmC+3QXwKniLJRDy8hTkMdhn00IiXBaUTl0jK7q0jLeCMkKNIkXIB5xTajHpw679YxwLOMUu8xW7TdI15uvP4I9waiIqDMbsHpqrNUF1kgiKnz2MIev+uZTLue01AHQbR6QZV8JqNmswlVSIZ6YJ+Y9LEMUlhJgyAYsj5vrjBBIJJhBmEOgoI07HGw1zuEZmqdTdFyIUzEIhMkxr/nNEECz/CCEBLGEa1uitYUIWNoRreGECGhCXjHp7w4KEqCLrPZwvyLS6RSWIpA4HP239IsttiB5pWJMIafISEoYt8oPGhDOpwyQYhXTxkjIozUUzpdzdpCCjoCIAROj10Yc/1W806C4FHNAl9e9U3v39fKK8ccdLylc8CLguAexCsnhVAmq2Ygg9Bckph6TSveHDgIABRZLeSYIJjSNz5pDvLjx1c4Y7Hu+rOtSWJfg5DhOOYBXINMEAnMxnJIBzgIhvwMh7F5XpwaRkTeDOMIWRAEH7Z9fn9TQBoeQHOq88IUdtSbzWCAZmptIvRrqcOPHSHB6T9AbciRWY6ZkkRaAteHh2V0pHlBGPZFHv9F2T+JlPMlyjeRYygp/Zj+cTvGXJaZOAiX9da66qoXQ1ay+LHi8OBKrZ1aMfq4kwqyYOMo5GhKCPWooWhrKsVSe5sw/hRdYXpzBdRYpUVvrqAT5Ogn8A9wkB/XZvDQiwYt3lFMHuP/Otmrp19DcD5ueQTHllGiCSISCPTMQ4RH1EGcwhgKRBSl8SzgtfVOS5wKFRs8yzqsB8bPfuzDwUpQaXx9wGq1ms2wKqlRhdgx66jNG56lDByXIsHjBwI0ZlGXkCHA+a33xzvO3bXD+KSovGl40vIK3U1xxjoow53FQAXlnbMwgCFKXA+QJ4YpBANi0GVBQao9BBd81Z8i1EAxusAE4RD5Yh6qrJQ7E0q1ucMc0+M+Pa9aWlmZSW9vf02nMYVQQU7TkLV+FLFxEfDyFMY2nHYhGlUf83+vGRqYkuRSy/16v8t1eOBkO43JopstvZjotLN4MkUdAmOzuQ5x5m47tZwzYsUehPmcNMmMywbBS6M0RGPhrCgt3j8+AAxTqIIXhhisdQ47stC26BwA/epMh5ikBFZ4R0CjvGw243TnzlxBLVUxCJSIjsAkSybg2iyXw7oZZQERw+UOgvCwMP/7QOiQqvImEGTQi6kwr0DNm81EkyGZyWHrmTpA/ePlTBfFr19dX7dnqB65BroN6bq4sUHl2OiCJnSZUZAFA19dd1Cf58J5R+AjJK+OwBUqyHySGgoEERJaBonEaWon/sBiJ8/zHmmIepBIDIEz0LawCMgGoXGZOfb39nGUQR6rD3TyJtN9amU3FdYjjSILFliiAm1znaGxJOllkPdQ806UhGiUHk8v0LGFQ0Q3nTboogGRpZCdPcSk6/nHv9wYcdCq1yfTQyshk8xkQ+5wKYCluhsa0MxLMycAD6++Nd5cv3aiq2tm5l1B2xcuXSxhSTumt7AUUp3UR0tfacsPBTgIYqeCyLQTC0obcxDXFZQOwlozwD4x4GClkZd10L0ZwGH/4zUlBrAqY/DmfSaP6YyVWkwM+kEzKCkQXBLmt4CD4PZuoiTp+MeTesr4YH8lZd5nOIIeRqHS/N/DQi4EROdxa92Ogujb2uu/wsOr1CGyWRW8g2OQk5HF09QN9r3rOnFiff3a+k3jw/UXD0EblEQ7OXmn6fGS6cFcxGTaaRsSL28L/bAXvYuCJFPYQZdjgmUSpekVtHU1rXOqWdcGC1+OgLx91KsIZtSyFWglhGNbXX7YJaLFZkkQLGYy0BSGepN6K8YY2gMVsACSdkjLlZRkIF5JydJaG4cSEo4KUU4htQRBJS7cu/Dvelh+k2rtP0lFcRzleh+IXaCgRCuBSQlJtF5EmUpFzmwFLoIpjlaGrWzNrQW2qGHFlMpRrq3XWmbvzdZWP/RD/W19v+fL5V4etVofSy7Hc8/33vM53+c5kBhuI4+xtYPY6PDe8bmwyIt8hC4DH8WDxXhz8tVzoAMJCVwOKYwcAJMVYPpBEH57JmN0TzPNmFeOQOmEEeKFdyQNIQUxRVywOilLo+jV7cDlq3xHJ72xyt6I6jRwN7opEYE5jJo1LgSTuSa6GehBI2eDFqRURhcCgZ4ikT2d4ZxWpJKFrJVbccRtf3QhBO7SFu2bH3+/Y8eOh1f+sP+svSajBUEVGHgq7zZ3OBNh1A6a8rnAgeeZlU8vi01Lr5ZWijWEpH+8nZsdJD4UFamHzWZrt5nNm250N5ErjW5mhLDdyW04HexlTWABIMBRQF5/nAwRwQMzbBVstS6EJOjNm/uv48LHbpSFyJijrGc5PN0hSEhhhVJ3RLSLXVU62NcGiQ9CVVILE6dkjzisoexCTHUuxGqlWpY611d2nDhxAiihDVNqqyWxlpChLue+tZ6Otd515M1doRyb73A4hC79VXGlVFpqymSM4cVVIkSh61t8ztWygfiQ2K+GBwDMUBS32bgEZQRnDU4OzTK93bEm0gmmIFnmQjxrCetMJlyd4KrL6KMsULU3ouKjQALXrt+cELuJckvZhYxIM9x+uCae6A7FhXjJhWzSivSa3DKKbFVEQoh+ztiEJZs+WhqYhagxdY3F2vzg0WY9FRcV/QA+AKAjp1Sd+X4cXMVvVIQLjuhE/66TR32+4OP9fR5U5WExzOY7tri4GLs59ezHvanPS03x4srnUoARQj4kPRgLh2YLBaKj/F9o4EAOj42NjcKpgy2Juzi9YPyF9agh7Mtw2bm0ug2mNSwlaDW0yec7ERujR2l1ym2d1DACNiYBFqhsb8SyhFGQ0N8lgITrFN0eY2mJbAqmZ9jkI7DChQtadSEOdCHo8RuLpO+doyjOIYNZBbBCmTyuGsSaHVorO+JW4UP3/gQDGi2BWuE06PLycuXkgG0AzqtUYSN4WX/KLt28GdqQ2DjuXetZe2y+0JIuhEKxWCw8VXqz8uLF9EpzfOlWaYoR8u6+lJak9GAuNijVoKXex6GFwSqu00f1DQ9aiiHUEGaHleIthlgzLjIlu53+cC6Xs6dcfjZz8rG9+D1lxyTQj6NgGUNxITbOxiqwbdFgu5kZd1nuoxlzC/bEBE6il9J0h05gFkulNEXWS1ZE2rOpXhRp2F0Wae9h4qh6RUaMqsGULAlVBuv1gwErevV25VQTGiwyWTufaNTm+4cPlfCLa0/iISoVgnXEAodH7YV0Oh3qce2yBtecupQbhMkN3SyVbpZCZdOZiU8/exsHQgKB+xIwUhiM5aRCWlJAV3yDEwtGlngZzie2UP3QHZGAEFptRAiqBcaQLEfeelXu7HEBeL/rbjMtXzM1IPxAMNmbskfFkIotakMnKA+5Hi/Z+kgK0nRGVgdjyO3D5ysvDNmELoRjaTncSxJSrmtlJU1gQ9bOZylC3t15V3UhE60drcNoEPlqD/JI2cJV3v1JxWIBISq0NLbDOcNNXJXVEnS+jT6JoVDYgLvkYb80OzfbEpqaCpWw6Ifojb+C+PcV4B2oCCJW1gr2L91ClDQkBMuDw3euG8nAu+cHUUNoLQ9rFCQbM1KZb2xiYmLserA9MVmuLE5gw+Euge0rIpnM3vA6lRAID4bHJ1m+ThVKdErRnmukGsgQpi5OkXSW9GWEJxeiijxaK3I/ROjQAEnP0ZyRYjjw5a7DdyyWiKWukMXRx6V+ZYLf71AUhDSEUBtjvbg7YKsNfsXKQgdIUm7D09NvQyXAN6SDGDlYLBaXDiaTEATfl8Kz4VhBqsDe8vEDu6hzIvT6BPjsA00fkgQjKYhsuKMoiDuYhtWpAtoinZVbibRokOxNVRZi46g2gqBB3efgKxQ/du+P9ZK9gXo/cWAVqT88CFKaopqLKtKpiiTVOg8d2Cpa07NHGT4IZnD8/Ckek/56aMMsCHnLfOykMKuOEtqdr89TREmLudXV1fyPN7cWv73B563DwWfS0/hPeCCwUexHSrV8X05JdqkuUcKtWTWzwGVrsNp5ASIfVBATVOuaaTVbxJQLTYk2JXAYNQ3opDeq9gYLWQrlk5Vu6Kt3t42Wd7103dgXK4rZbvIq8zxR2kyUzii3IqiurhUJ+1ryRaQUxPl7bjThsG5D2yTF1EEIuxtnXf3Kgn/ycAdiJ6DuXNqfSysizSuPi52fjS8s5PNvV/ABNKC8C356l77dz+RXX85JfAVSavn7YIqXxAZh71hlBYJ+QM1uhgczxqqzjk5UClY5Ckozie7qLKStJiWAKRT0AxQjOBQXwqzYnkqnQ20mB+Z6zO1jc6sDZjPXc52GdCIhWCxESgVe5GpEyrUiLdgBkx57FivKEIY4WPWgD5pE3W8A5UU9ZSE7dz58uBPx5B9PBvIq7PxcPLOayT99QyRosdILdCQPTj/LLGTyC5n7mrukD8sfgUy+gThMogGebTA3EauEmn4Gzg97ZZN716IRrvowhYNb97Sq8EBKMG7UNOyDKeRnBHbrISxk8WpkrZ804qr3bAXSLLaeSRzTYNgOHx3QFZQvG+umIayi3ox/3grNmNNUidxtqhEJhKA4qMFA1X5gDC63y6bOW7CdhzZW/P1JuTIh7YwMUpC/Rj0hs4F8JhMP3Esmk73NVSpybzp5EHDvRz6+kFlYCGhVxL/8XUohIfWMmHX9o+Og/nLUJyIf0DYfjVgsFh/PD81H0UEGMYk+NR91KoC/jgz55yvfsTsjQU83YA6gMmI+dXj0Dmz2WaJBHrCGjb5m/byTuvI8ZyWJQR6rk3SJo1mrREZGxPU1ImEs+CBxdGnNXvtiAYrwRRpD369XItwKH/r/IGQOTVbmwNtpmPtkr4aR5IXbyMf0yzwUgFfj8cu8Fn4e0fAgMrfZnNilW7+eRwZFOm3WpROx/y640rMraMXmXUcYeBEas4+5Lu4IQcQGkXWCCJ/GUc1wWcIQSYA++3W85MpCV/Zugh6HFnAIkr4fm8UakTMNREpZEqeIxkdNDOh9eL/Q6GW7Ln3l+tFmqYw8+Wc+QIyo4Fcz5/viNAzG8WiCqUqHe7GNylH3yr3y3WSi4nwj7ZvhQB1b/FFFnC9uHmUgA61YPT1QJ4pOQbHOw4Md7oVv7l4oh+P+M/tk69q1TlI39T5lIQ1N0+TbJ8/SJr0qLX94+BS8CCgCknj2caT7tds5darTfv/wZPUhdFlSU/KB9zvRm8abd5k5COM6rxYYgD0JIojHRqnNg0P4zZGBjN6+fxCSws3BS7jJS5Cod8hBHeN0kx/Ks9Fh+RiQ9k4vUvf3+TmQn49H9dEVTLGPBskViWciZ01FgUhMoD2HG0iy9OFkb7W6+mMTFAFJdgOX218f3XIFaW8ecx2IS3UJsvkZ+S/yLiTrRankQif/btNxhPqJAcIJkaxAAgdKgPTAIcQq5INJfly0yGn5oKrTwMU0Grn1VzmCBMFAxEKAPR/VLz+eb10/0Gq7CoAkLp1bLqc6nXbrwFavWv1Ura4ug4VMELWQfgP9EWUkCrYSBKOdher1WSSRQKIEpwtLQfR8qlFnzH1oI1utdvsWp+1GINwssn1Ht5aWtr4/X5Z+QWi+ycZgo4xRfMiDN2hnIPIGNrRsCZOGGn9FPC4ppXdm0Nh1CCSgUjmj1ZlhMFmulyq24zhrNjVNs6QYsiyzw/sYk1MSpXB8aJsootwfbKTQH0DCa2P/nwlkk1mxwg8F7VRVxsN2YfNdh4fCfseo5/PUQ6VSU9cMF1Y3atd2Pbu861zN1eK2YdSHqRpt6rpOo6Agp7e3eXXi8yCVnfXGno99ZPvb/aTQuVoqwZPzSQGlIHwtfF2TL0heVekIJce1QdrCwnmDla9dfvlsf0ZjjBlDNKQ36RTCHqSM5/KlhQrCMfOTeQkyGAhUAuOkYyfxhFsfUsDEskjsStNMzXbyhAIkp7gRxOMaQ7VFp+fcqGXO37593hXjBJcPAo4UCKKClLN4Lq3S7WYzsXIoJXO9NBdFypnBtkB7Kkl7TSU4OtWhkAhbCC79xlulxorAy3nCN6ryBB4ssAu1c896V4q1t63Fx5Zl8HRQiwew4wcQ/p2uvxvTQhS3P15X0DxIJ/uDvoiJnF5ziF9vXBx79bCcivk7T+SfkRAvg0rGDavJ7G2rurqC3p6znbutu9YhjP49OLa0pqkQNBtkXHg/LSLc6eLK5BRf4j9HEef18agbVHJozAnGtD3HelfzTy6+WNm8v1J0BcnMXZP5u2hCZnXrCcvvtcRMiSRRAKz638jAov0GOf75NYleSgP51GWmLd9BdXbNtu3KvQI/+T9XBM86eohPohC3dJwOrf0cDQ4LWPQM8K2H4ySikqIGJNWYq8gCk+XHi4uX7l2Ccee3L2gWrMKOG1j/FcbNmJs2NvwJTUUXAlUl+XAAAAAASUVORK5CYII=\" />\r\n\r\nWe just had our 16th birthday, and to celebrate, we’re offering you massive discounts on all paid plans. Save <strong>up to 70%</strong> when you purchase a new plan or upgrade TODAY!\r\n<br><br>\r\nPlus, we have a <strong>sweet giveaway</strong> with 3 prizes including a <strong>Pixel 7 Pro, Pixel Tablet and Pixel Buds Pro</strong>!\r\n<br><br>\r\nHurry, this deal won\'t last long, check it out TODAY!','success','[\"4-x\",\"lite\"]',766,NULL,'2023-06-27 12:55:16','2023-06-30 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)','Enter Pixel Giveaway!','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Enter Pixel Giveaway!',0,0,'2023-06-27 17:34:12','2023-06-29 22:07:39'),(43,'64a348d344204',NULL,'? [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration','Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>','success','[\"4-x\",\"lite\"]',801,NULL,'2023-09-19 21:26:06',NULL,'Learn More','https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2023-07-03 22:16:51','2023-10-17 04:43:11'),(44,'64c060b52e20c',NULL,'NEW: Announcing the AIOSEO Analyzer Chrome extension!  ?','Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd it’s <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!','success','[\"4-x\"]',809,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Learn%20More','Download','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Download',1,0,'2023-07-25 23:54:29','2023-12-06 07:20:23'),(45,'64c458590b0d2',NULL,'?? Embrace the summer vibes with our scorching HOT Summer Sale! ??','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAMAAACTm56yAAABp1BMVEWaw//D2/////+92P/K3/+uz/+gx/+myv/T5f+31f/7wCPu9f6Uqsv4+/4ANcqasM+1zvOIo8sASswAP8oBU83b6f/pefrk7//c4fOSvfyoxvOrwOVPdtHI0O2NqM9iicyRx//T2vEAKcgsYs1Wfsrh5/SAncoAAcWeAKnAzO2DrOyHn96dvvSZuec1Z9GvyOzm6/jN1u+TsdxFcMujJLChGa5YgNhuj8wTU8wAGMj/VAGIsvLX3+qesOJ5k9t3l8uPuPa8x+2mtuXQ4Ppghts4bMptidgkV86ku916o+uUqOAXXs75aDev2P/D0/r+YwXq7fIAAAPrcfq1wer8uwCivupsl+aBo9VAcNTFrM13ouGbpf7/SADWZOYDX8ufuf9rmNjUmKq6yeD7wzaOcf3nhfrfi5DlhYP9WyTATc+tM7x6krb/lwf8pCeUi/3fofq2tOKxltvtemyCU/3/8uDJx93UrsFke6D9oXuxec5EU3D8eiv/NADLwfzlztv94bSXmqH8p5EQFj7+eAWvl/7stqv804dca4d3N/xzAPw0OlEAAKNEMhHk6h5YAAAVsklEQVR42uSXwWvbMBTGv0TWc5wy6KWU14s1yElrLz1Gg5ndAobsUkZMDjaDJLAGSi495DLIbeyPXpSIyk1tmiahbbafbD09W8FEH5+ejQPBICkj0XiEkKG9878imx8k3ohQCi+DP60mhK34B5XjoHnGeAtktBZCrINnNY5CbAXZcyMcOSfNEK+PFF4GGwPvDxdrXeLXngGTINGMTMNkgF5mxk05Vmm40WwwDoMqCoVtCN3qe/x29ZALiTp0giyH6SSIM9IxI++RzhmxpiwGd5YhB2sGjtAy4SH2LLXqLtP0cj1CFRRIZw+vg1PC52WiJ75IErviSWygNThBNYZhenYW5TkSjSPjpCnZsoccg0Ipa5But7DR5lX1Nwrh7CGemMMdfrzqCB6Tgzs9Mgbbk5iVj/IMfCzl//vHZvPk/PysJeQeggxHN0rd9fuT/lelborhWNW+EsmyOzbZlEqE7nd5RjrDrmhNWQesE7x/sl+fGyRa5x+WulztLEi/mw7UaDiZDEdqkHa7I4UavB6rzgnjj3K0tZ4Mko6BTvYpBkQAg22JyfDOIRMbMDOis29/7ncWJO0PZ+livljMZ8NuWi+ILC+5I3CxoohEwUUO7COGtyZAgF6/BDAeeHdfPETugZx8+X2/s0Mm89tp23I7TSdekDp/eF3c1lVRV0Tj6mLZE+ig/5Y1I+69eIGlxOtCAPHPT/RSMSx33f60/aNtWYbpfDhSlko9RKOe8m1xfbpKAoED4t/W8rh85VnCVivEjoQRYSuo2i30/HxyDcVsPB4V40X7EbezQVGMZgMFUKnJqk3KJ8FDDE6vSyU/AuhgDevTikKmw8TuwjMNJAR2faQMQmw3czN3V2qn+8Ea+sublXA1DQTh0DZZakhKjtpSe0hbaltDrQq9UBAFawUvVEQr1qOIeADetz6fPI9/7ezslo2tvufz+nKw++1kN8y3s7MB2FnVarWroEeXIleBnY90TZRuNXx4YkFwPt++i7BQuYWS/+IHnuLuaQg/IhnBZXJDNLiY3xnzlwNE6Vm0ftFcUaBGAd8e83fmd/TgwZ352uXdaMKNJcnLBOiNkdNwebkag4P09H3X7iUyXcGJsh3DBPoURcnF8RoB421e+p4XUJC6fl1xu07pgNVkmeDQnBJddo8r3N7LK/8Wkrv8qHbn/o5evL66imbCUBZOdknydmNjZWVj4y1UWR7fx9QQgD25qmma6p+QqPP7VFUdXESVfVB0GqA0/Dy2eIT7rB9qEWoAfAj4CaXDh+DBIXyMAYjQRF6Sw1ih32Lc9RzQc5AOHYpMEMIpElT7GxPbZTXYmIAHxMgIHBf4/wXqGMJekSib82LBErh1f34TGl0gXQsVIvdybYFheRPS94F9PmjrQsjDsavQIERSoXR4DxQlokFxMlnIU0o1zUU6iuSlpkfRIET5OWtGorwfu9iTahDVI6BF9UK/qAbzje23JuDwjtXewhHCuH58ZkYifCjVtkpDBJtkjwsjllkCo78PGLjV6uJ4sIMkcO6+ff/WDwS5sCrRVtGNv68X5+9m13YCVnauZbMPvX2DnBfCCT0AM9WGIoMK2nHLasjo4mLBtBzapi4ll+iAzN17datBwBRsZ5Jzkgzu6vCLXk3I4Qnbpl1kRQqoLx0hqAnrikMtWBOk43Rtsjo3RJg4nphlFpi91Mf7wft5y1qiryMupiiFIOjphmiFpq46R7NF2s2u5yTZ6wv2y7hMbq7ewe+PHnxc3XQ9pcjcyW5M382OoSDLUBjLPhT7Xh/cseINegSmq/WJPpyV5lzeGfJBcdiyr532oOP1Qt4hko+pY9l5B3jApJ7KR5AHHNfri8c87i51c0YIhMG3JHF3hVz0SaCBk5Dbm0zlHW5wNFkpOY5C24Ie9wO6PeM4HT2EgxU8BCEY99HdwqutJj2bX9e7npM8wRCNb1mK3DhTO8ME6N1onbmxSygi/h0l8DI7lr27sHN5LTs+Bkd2GpuZITdHP+6fLB3VYNbt1ytR6s6YXkllMqPoD92cPeRBL1VT5TgGECpWn5rivF7hPMbTXILSai6Wo5iOmtWTVM5Ybn8RzWNJsyETAJvw54/PTKNOujmJHBuqXo4T1udxy04YBjpIpSvVNHYcO1+wzLJxifxFKATUaDZbyuOv7a4mqRPIl2uwx/qZILDPqt0gHLK39xPw7TJExsuNtfHxsbFxuGVfMt59D1E9LF2/FmZCHByhKlTrUSPjqDj/rbLGpiQVhM/SYcuczcTVbUEGhhgfNs25zFlK7tGtaxSz0bkY1HNQn82hIHq9MgXvC/Mfc46ZnMWslaynDxACRayAIBHFiynKtKcMaGH6aKU9uokdH4ymDeD/EDIRaLWbrVNkvbX+9XFb6RUE8eTDHfibyY8FeVCrnVm9TDj8Xf9+gsu7sbCysOJ5lx1HRUCQsWluhQcasRReTwQOFcMjk7pe5rOyPGD4cW0yrRN8rYFpCxzifLISndrFykeTMIUHWTln2akA9VvUrJcH4gDDQIFO6qm0kVEhCnPJysF7EecSm/8ze1KJgXBxJBzVzYTh8PS/K1lJGBEFahC0dipjjMpExugp2vVUhncMXQP/R5Add6UNSjTX24+3tpq9EcKhPV39+ZIFcigiQOCAUxze0ysLOxc23q0sr90dz4IksGZtAk0bxUG9UpyspgMB40opVbADfFYagQD1x7Bp2odcXipycUCEKc6Dh9PGCBdHr8zexNQNkWJk0GkBFRNQpWwYZ9nalI6POteHMPcPl5KJAeP64lIqVchkLmqdLu204ZAQkztqGA4IogRZDM8a24hHfksQ6Ize4Yw/xxKnW1++fHkMaDc5xXkhCECTLz/CpH7r1vd7rQsvQA6ZgwviPpggy9ns8srOnaBJFjTJPuwWje+Ihk9OxU/3+f0B4xCblYWBgV0qVUE3o2rHS/WD4Gyeu+1EnPP7k3UUgS1fdvoQhEFsj34NklDEkWVM/SO2WckYBzAmaE44AK/Mgk3L7S1fgpoD7s0M826GdRME4SnETFDHg1dYMFuzBus4ApA5COkUfukk3DR+7h4jONbbW+tf2o/bWy3BYbPkEVCVVdz2XgB8t+29raAxO/zeXpwGIcbH2TaLajKWpYJ0obPTKe474vf1nTAwhSTNdGBgUGPb2JMuL3ENtKiVSpzo8KaVPsvftQRrHS2r4fDI2bOqFmwMkSBPTsbUfo8G1jQnjNJX7ww9cjEv++U4xBJWMUWBIKOYQlKYQqi5X3N1fKwhcWfhsV369RNu9869wifFw01YsdabW+0WpzhNBRF49+Y1yLHj0/v3n9ySPLj67BT2hpeXQfi73wcRskz3VndRD7b57RUEkwgiN9fwDu5T2awsBwK4/41aVoy3h80qZg024QvlQx3eTh4WXxN2XPMIFC2rFMINAWwCbrLYMg/GURDZvz30UTsvOxdHi1S6HHZpRY3RfqqfbqYMpp/P40Ksai+K33703sWu8HDXesVAOJ/PnTsgwopf61tNudUSZoRHiBvfKLOy3qaBIIxZV3hlx64vbOVUbkogJK1ICaQNaZNSSFMo5SjnAxLwgDjFTTklQII/zezs2k7ithJf3NqenezG8+3M7Kzf33167ddrzPG/kBEMYJ/ObmwDIwJkCtRzyewHtto9fexeyMjVzyQOJbBLqrpGFDErTWPe5SmkGDSX9XRg6yYsi80rgdEdriIyTmqyCrFbWO7rO/NlkWScbtYUsSYcula9yC2ecGpsqKG9EK6601wdPS3EEhSgMxHebf2GsPZfyP7ZgoAVw51nR2KyaUJen738Nbj+eg24YAEMqpC7j8Mv0DghqzPk5TFcW2HMQjzcJHFQKjfRuI1i+7bHqhHbKmradWasbd1exqnPmtFXEgkmhrSxHsgT1jbK0f5nhp0pu11CPR80sb8zFiRxLQz9pKmKcHhuRsWZv4KOqQ8q65xJ0M+iMioi+DrwdnKMAnNr68+7yknMJgciovDH1u+DFOKERPj5E0+CEcTTjY2NV5dvjfZxEIkonaS0zTwkilmw5IqTQYlMSFLr8PK72ABCWCIPU4jOrD23hLUdSnxeeixg9kdr91SUi+TDuC1nOLaHVjvI99w/HKukZc3rIuZTiDbaFV5o7qwicw3cjlkr1LvrIgZ2NQwsFBdlGURzxbKdCqYWAXoSAtDWj4/vVhWJUOj6IByhrvrnx9bHfX2KBmalMULi+Prr6+vXr69c8TOzvdn9IlYyKakyCVzknuAj5iCy56mbJ4gkJR/wpx+WsWawcoa2KnZImGR5OUw0VpBksPxrhTHdVvl87h7G6q3gDIrF4qBUKvlCAzPJBQfmOxpS8jwP1kqUnmxifrLT4x7ACHmDJStPIQAZNzirhfui4xznNbKh+REm/Tdcc3gKPYAPqgC334APGm9i1J4I+VDkGCEHwZsZ7R2xJHozSTwXpB9gCyuIWVePfo7FNQwz/RMSdcesUrPPdI15Fc1srzE73A8IUYd4X7csgz34TpBVEukdLKNtax1j34W6aWgMpiHsjN1Yw0XgQ2PPraLD9OHhPYyB6Inh3uFyoYhlTsq+kNayaDkXf099IWtoHJBa6Nh0pjT55MfvsFrwJNFE8cAr1JRcHOLbD8EHRfNJ+E6CMJVk5CAy+Q9CACoJhptyD5z9KiGMkWMQs7h/fN5zheUXqn0qJ3jAX+PJvZAzM2gXW0+xQFFtqcHOYI3t4ELuxvKvvSPk29VLmIstq8k4rrYdrNug2mR6idRak5u5bgJF+IsTqAe5XMaW6hoIItQKZ7roitV2yTTRbCruQLYHrNxEUrLzIEXbhVY4+WCsF1VGDihnDU9U8QKFbyeJkBJZViLIEkU5DfrF60PKFL68//7+J/v//f33L9/h5guKgRCOifRx86SE099j4pdQER67d/Xq0eebZO8lb7N23WMzszG0bBNn13ZtvcxT7QXLRxrqjWCFm+JZf1CG80ogb9SrK3zxhTGv0etlOh3fWz0nJnYVeMSXKEWWECgDpore8ikcuqnbGTjll1ZWllJ8blhZ/G29OdaRunmeMLHf6zU7nbK3eZzzMAlghFJFnaJEAK5kL6KrMcNtB3QoY1iFY16GpikcmpnE6O3u7qPeqLexe3b30ejNq91dqEEANM4HTUbmVrDhxcsPL59/5nTEQ1aEZf1C0Zh8t2Tpy7wYcRpCRYfijrnSIrtt6Y4vCnR7jm+15yaqEGd4w+PmRQfI6M6iIeZcOBAO0K5hZq+2h6W/HVyN6cBwhG1kNESzsHOc7g1m97GepRlBB4FIFcENTCcp01idBTeJETJ5S0ZvL78d4WljY240wlsyrhBCmr8ZmltRJUoOApUn3i9ccCpaJyADDmDIfsAmLrSUmWgOiggfzrD2WhKRq8PWu01Q9LEL/RJ+GQH6tp5WQbHP1gBwLltWKSBEGbPamo7dwi+oa8YT6BKoLfTwN3BASFsav10q6H1C4wiNr46bnoAfeON0JBTBB7hHHC7Gnv0JQbx5A3wQOvtq9+cIzqO5N5OMBUhO2NtNMEZcVyjEgbkcARu9jtM1tMhFGstg/oqKE7w4KONEtqxFXgRYeRaB7DNFJDDtcM+o2egoEce2fYkXmsXFDneptJnkzxp5Zz5tozuUHQc2CLRsme+mTb0H9qeqkOPgC3uDEDoenlzKl1UTbkO4phLHamoVz5LoCw4SJ4RQoIF7yhy/AFGcECnZpdIkIzKF7K7K+1FCZRXQaF5y2s6gYhhaSvJQkl8qoqTj5zNFiERv/Hy+1rYco5z3U7ZuZcr5Zr1g5x5wuaWBYs+x9QdX/ADlTF0vLDWa/qW2XTdTZehpp+BUUoQ/KFVwoExNh/34Ztn319r2AHJ1Uinn4StOxvfzAv4KlEONqOM5y7ZMbZ0biwDGTAcHF0gB46qH3EbuIZT35MPdPCWuJKbCl2aUHJq2GxGYu0UOwrTdYWow93BVTwlE8Z6vL+5Y+rDU1QxNW2eSmVqubulOaREk5vzxVr9V0rT5Ezda6YWuYd682Oqnc9nKcr/fSme17Ikb6UDeSpc0s3aj31pgSA/gHVLWvHmj1V+AmZ/EDtLmOg6Lf/Rkrm7rdRhaq+Ra0G0FZgQhM0xzsFg604eeEIP0Qs7MgYLoGG41LYVdRP/wg4fgRo6IiOhwI2Mqe8CFT8gIUOapYDvwEEInPuOX8Bf/IBaTUsze3D0kVwXsR4phmppmGAZ7RsQpM5Sg+VIacx1C1hlnsyCAFmNWyImQn2JyuEA5B9waIJc32RUVioYwGgPVKjiQhkPPGkKNa5pZknwCrWFfsyANYOBA0yzQ6ISN3iQZbF7S0ISyuwcfpzbdkBoSRDpVPkT2gyTHjD6xvooD3ONfuVbPGzcMQ0HrAZVxOFQdjCvuhqJDC3Qw1PoPZPCSKWiGg9E1a9YGKTJ1yf+uRetE5XhSPhB0yZMRio+UmeMLbSQI5voEWzy5e798RncgfOhRoPyi2LxrWZhFMxeIyLtFMFauZZ79gNnjBHyLceMDkU9xe74knTsWgWVlsNbY3s6/WvKdwh1YcPb4jHkUbZvNyO8/9w+eICQqZDs/dsnJDhcFIQCnA/1AVHgozePR8aYI53c773JmJoRxM/hWwUaiZSO+JHKeIMUlQZVuVbANJYLZf9o779ziugR2KyD+0mV63P+6MTnsEZQ460YLogHg9Nz02/LoGNuZOoivnGCIl1ixNT5BeAYzupDscz5VmPYgEHuCUx/iUOX67sNqvVrlLf143Eh7AuffZD74lAhCpYVjJlzt0GI2xVMB9Kx1QHL563FA4hI7WS76KqBc5QdsnZkGIujzhbvt5r8y/mxydPHmSU2r0Y1uVHpEQbKTFCFEDIrFdpJaEtLWqBTeiPNfYJ4bB2i7Rz8QIMEa4G4vL//eBE3W/L/DdukaYCNgFUafPbDWx4IcgGLNrLojHEXwIEs7KgU5DU0TNMVQCaAKdCENnNoCcAO53kC4apXd9d3d9VVniVU0TNoaOjeIs2q0ILrHkcMDa0Bne+RNOQIyg1qKBgoM9KXSKjmopuZk9EWTydHeoCyKNMm8MwwJ2Souxm6TBmTTKEHyJlbBmqgfrHIHlDxCgeotEx5iUBgnSSiOEggqnTnJyFkmEN7wzgGxbrBI59MRFgSC5WEFO1pYvngxxsV85qFYxReIEgRPBMFPofyrgGRXC4rD7aidp1qZerr4mhkm67aADd2v5lNa8trAQYMkC+yFjETHLxAtCD1tWes9V36VJZtKkJcY1M6jVqaWLr5mELrovxrTG1jLTOl7TGAdDlOBeEV0Fj8awQab5uUT0ntr8UZhJm97DzypAfmERHvwB79qcmyaFwtiMbk3q0eA7QfrB4K1j8oxZu8QXpvVmvH96kuj8EJBDN7ufKROXwwwZ77aB3lWpefWpnkW/gEi/Ys9OOQIJQAAAABJRU5ErkJggg==\" />\r\n\r\nIt\'s time to turn up the heat and celebrate the season in style. Whether you\'re a long-time user or a brand-new one, we\'ve got something special for you!\r\n<br><br>\r\nIn honor of summer, we\'re offering you sensational discounts on all paid plans. Save up to a refreshing 70% when you snag a new plan or upgrade TODAY!\r\n<br><br>\r\nBut don\'t lounge around too long under the sun – this irresistible offer won\'t last forever! So, hurry and dive into our Summer Sale before it\'s gone. Your special deal awaits!\r\n','success','[\"4-x\",\"lite\"]',827,NULL,'2023-07-28 18:10:46','2023-08-04 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=summer-sale-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade Your AIOSEO Plan NOW! (70% OFF)',NULL,NULL,0,0,'2023-07-29 00:07:53','2023-08-03 04:48:53'),(46,'64e6ba7e27811',NULL,'[New] Improved Crawling and Indexing with AIOSEO 4.4.4 ?','Improve your site’s crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!','success','[\"4-x\",\"lite\"]',832,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',1,0,'2023-08-24 02:03:42','2023-12-06 07:20:23'),(47,'64f69398a8595',NULL,'Flash Sale: Get Up To 70% Off AIOSEO This Labor Day ?','At AIOSEO, we want to celebrate your hard work by offering you the best WordPress SEO plugin at <strong><em>ridiculously low prices</em></strong>.\r\n<br><br>\r\nWe’re offering <strong>up to 70% off</strong> AIOSEO for a new purchase or upgrade.\r\n<br><br>\r\nBut this is just a one-day sale, so you better ACT FAST!','success','[\"lite\"]',840,NULL,'2023-09-04 21:39:37','2023-09-06 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=summer-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)',NULL,NULL,0,0,'2023-09-05 02:34:00','2023-09-05 18:36:37'),(48,'650a239b60658',NULL,'[New] TruSEO Highlighter: Instantly locate readability issues! ?','On-page SEO just got easier with our new TruSEO Highlighter! ? Turn on the highlighter to instantly find readability issues on a page. ?\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, you’ll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.','success','[\"4-x\",\"lite\"]',848,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',1,0,'2023-09-19 22:41:31','2023-12-06 07:20:23'),(49,'652f4b2ad4d23',NULL,'Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! ??','Introducing Cornerstone Content – your secret weapon to boost search rankings and dominate your niche. ?\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n???? Upgrade today or click to Learn more!\r\n','success','[\"4-x\",\"lite\"]',860,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',1,0,'2023-10-18 03:04:10','2023-12-06 07:20:23'),(50,'6545d7bfbc314',NULL,'Black Friday’s Here ?: HUGE Sale [Up To 70% Off] + Giveaway!','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADICAMAAADxy0fQAAAB1FBMVEUAMH0AN48APp8AFT8AKGYAHE0AIVrk49/////z8u1KS0w7PTwmJiYBAQFYWVpqbGwVO4nW1dEAAHYwMTGOkJCChYYSMXSipaZhY2N4e3309fkAAYyvsbDLzMoANJkqSZmYm5u7vLoTIUgUFBMYQpcWMGgAAYGunIqut9AAATBxdHW3vtShnpk2S43IuKd0hLLn6vGBj7UAAmGapMIqQ4oAAlLFw73f4+zCyNoAG4GLk7LK0ODTwa1DXJvU2ea7ta0AAkAAJ4zZybesp6EAGJDArpxLZqa4ppVmeKmNmr9ZbaEAKJcCAhmirct8eHPrdTz4g0Q3P1bn08IaKVTw4tGViX5JV3X0mW4tKU4ySXfxYgNYZ34fNHjmZiUlHkQZGT9Wc7BDR2P98t7SeD6ukv5pdIssOWuEuP/yyKlfi87pfbbsrpD6nCZRTZ7ghl1GPjeHER5qXblMPQyUWUKPcPmxaD56q/ZxQn9gN0DKlHtum+KBbdZ7ZFmdhO7IfVyqMUpLCg+m6zDIbqV6skN2NVYecUZVZhV9TToj1/IPRGO/UhTJbOGLT6uSUoSlb1sKQSoXq8euYZealhV9bg4MeZbxPFlunlDwfv1wmBEps3JWhFuT0z9ElHAMAABOSElEQVR42tSZP2sbQRDF73Qnd5u4CMJuUiyoGLDxBwgOAYNJcWksFxYJtiwUGxUq1MhBwqhxl7QiXzfn4VbvVqO5PzolkNm986wEwt6f3rybddDaIcJdItiYfzlijChqZ/M/iGIgYX4gTfP32UwvTF4pOOTURi4V0eGLb27EgTbBIxsNw0b/IIJSNbh76OmjlU2ETiPYBkVXSZhLMRkEuMiI5T0N8GjOhKId4jaqF0GJQLI7J5BKnkHL6aRVxMSnwoOnzB2JLJMaQcaTtSBxxDl94GoWpO763d4oBlUFAoVkTBgF2DCSii4SYr9lAImiG3ARpsF3IGEejGIP+ki684HZ+s5dikMhUr/OBWU4QqcTDC/YPXikoSKRzgFRiKHCisHCFwi0seHpbd4S8GggFOopQFIWL7cKDfP0+5eRb9YHAh6oXfAQvpxAspoFUy/0EMDhSw0mgwlllHsI6lfM0kgSAoomkZDCY7laKkCSp59P+wHCBGAhPDFyQkDKKlF4BDyyJJu6QkLdPCSZDjwkXnOBPiJ7ftptG0PQyb4jBbJaakXLUFSrmpV7iLQQmHnLseC6VWQegAGF6DbiM9EI+YyAxFE54K/16eNsNh9fdk3OTZqF1MiP1epFIVKEQ7AqAgJthLIhgS5yWEqZMIlDTpwQijxEEuvAOzjgIsABNAe8/2bwyDEbqDvTuL+4fSVSD4glY6Kulb9FUPJ4hVR6CEiAii6QYJ2gCQk1PTAv+Z7fjCABhuwHGkIaz+bz+SxF0jd2m5NYSqg5keUyqhXGTqaL54nBC2QrKUTYB9PwSbRcqkeAFgQlCwrxpbK9gnU0C1EU4lqPfjdqd/uX4zH/wZIIHb2zn5pXrZoxeR6lsSC3pvuHxBYBgTrkk9a67QCDcg+BmcPToRCfQghQQiSFCgGaVx48+dmIjEmsoMFhzcnwTXKzCwXKE7mtU6/MZDR6Xkyn05574fvoyz3ZspLleQhaddYEX7xGxSr3kLypw0NABUugEB6CFInD4dgcuMMSLs62ZyNSrJWuriOqbSMSbi0gp4vJQ0SG1i+cffzw1dioYh/iYISeQPjiHHeFhecdWxqRbRiAbCMkjtjzEJ7ukaqsZbbmYnhidhFI0puNza5IiIzvXPbsM8FDVBboQ6AUJsKX+wEcLR0KDP0wK1pCE1jghiisV75CmEfbG8o32tLJ8OqG7Cal81k/KXkIIzse7ApEfi4Z/qwaZ1n+IvScvMWZqhEUKy9DCMvweXAm972Ds5QYnTo6dL4JKj4YSxfDYykQehj0KNs2UuuZSaqpwVbiU9yHwD+kQhgAWhD/yERQEUcmPDgVpoGlkEfoq4JzYAELjgPedcAAHxn0FjmCzDo5PgKw+mFOx5GpfsJY8f8hMPhMHNh2xgIS1U57xQmJh8XvC6WvSxRIOt9eF0CBqTXoloqPNU6G12+TXYlwXzrvm6pIyk1d4vDP332HR9XSQUAXoeohoKWFrxY0I/EfVs3otWkoCuONraMg1RBFNBcaCPHSWGdbK7QxJCQaSls7VBSpIJ1uU5hsiIiuOPaigg/qq/67npwkO423Sdzqlxlz266D8+t3v3tus0YTlpAiy7d79dx++sKTra0n1/OIFNQaWtKPu88mtcnqQMggQr5TeNO0RXCWi4hQz55IMAhdCRFCKPBIOaQi78OEJTiDjhNreuUmEDmfkQPFPYi+C0QAyeA1OXEFIEiBEoUEhRemLjpnhUh8lkNBnbO/McSRwCjDIeSP52vvdvbP6mkKBOY0rYM5MW882bpr5hCZeV7enPUMkIBeQJexChAiYsAhJUiMcJzMVHANSt3jIBsoWZZQckrIBlBYnFvwf9536lKGPYR9k3SCVPYPb4dlRwAClwIa+tIHp+Xapa2tSxM9yx7e+wfvc1Okdm2w++nT+qS8AhDCUQ+V4MAhooABoPCDIPAluEhkSIwzxjkLgAU0HHxRvhwS4oo0GA7HtxUF0EjCUdiJEA2isvAN7lp6oipcZJE8L4NT2DveywOyt7edsZtFPYZp0ngVh9TpDBRIQMFngTMcDp2A+RGSumEwqdWw+3ZzNGZMkn1t1B0dqzu2AAEfN9tqtVpt91vcknM3qyS6IBSkRYdQE3KNGnQhRvJNMp9nJvujq7AWywXineKrD1GbZs3MBaIFzXav12s3gmjIRj1Qh2nAg2ldN6ys6m5oDInAY51eNZJqt7jGx/AC0pCvW36DHuo7ym1yxFKTCKoQDZFKqLj0Qp4LDbtQ1odQ1c2s/a6cWnsf9vbee5vl1TWrvfwxzQOi3R+oUXm1+wYCaYSjLtPOGGzUriZSu0wyAAjrhgMQ/lYzBUSt2nzdl+1FQu0xEEFJBf6QCIGYIRTs2BJm0SAiS4F8ePjgmzc78coWQGzv7c292X/gMZl+//0jFwjbCCsJVR0xIxmHA81ANFhuPDeYIWmshQMUMOkZaYd0lXVuI75mtereacNr2w6XRW8gAYKRYRKiQ3c2UAsi9IVJzGeV2Js/ePiBLFIoIjmnCDmVCK0OPPQ8IMZ9txrJvg9DAuKgFyI7xNUGIoGNH/tmo9kLn3J8C4GoNqo/LnHk21akRtO5ZYfQbFhtLY8RJFPUEAqxskbxQVToIIkhO9tGi5wcCM5Y/8MgtR+/D2p5oa6xFsZvWNQBzFkExBioiGNjOHjRbePlwPc1fOWYBcxoudU73Ikc0mN+KEvm0W/1JJkrstVEkB0FLZL8o6P4rkWhVV/YM0lO4pFgef24nBaEyMPtcyeurPeWDLKiJgcHtdksF0hYNBWoqDAnLTqENdELAxYEAXN6mBjMd7DeLc5YwKWWL2sxEG5Z3OIlTdlAu4ytknQbnNHsA0Cby5QTGV+wC3gqokUqlfAickGCQ5yxiIf+cTfdqG2CRYBI+aTp7F3cpgQpip0CcJMJvE8pJ9LxI28zF4D06gSky5w2lh6yxDBiH6laYCAZ1d5oOQHnsqwxBNJ2xuPxYOz4vgvvpkBP2Bla3XXLutUNJzZLsEh8QZTICukzPVN5t752GQySmqZyE313MBHXWQ8ebs/LJ5RXPrcMorl888osiJFcIGyE5edIoRUQEI4IevFiVwowaYY+Bj1KdbsOkxDI8bqroYQY28OSzBsdxdZKJccN31eRU0YQAl00jZAizyv7O0f7axVd1ynKl26+E5baRChGuNASgRT3kEt5POq8EnrJmfn188tMJMWNYWBjNrMX4ZzVZMYxEAVJNZkWdecRiA4QQDIgzBeGQBIBEBiB1Xx+R+25al9SGkKICPdliQhEfyCQo52jd5Wa+bdDBJ/kzCgzb/5hDqUulO79+uJ5uXOTXhu5O9dM/W8gB28OTgOEmhBYB9W1M24VrrQ6AelihSMgZ2IgIw6TVl+NcYTA/BSQZgTE9Tm+vC0nQMghKW9IRfagH9xU3AEkr9NxQSeyyCz/kz/b/BcgXwgIKQ2ktbOR0bycFgi0eVFQBHwUr63SDukfA2lGDjFg9ho2XBUpYK2Hy6Ys3sUupSQ7djJlpffh43FRP0JsMESOQiSHr1MeOeHeoj6d6YVCIl7xy54+MlPjlYHU62iMUavT6oZ1dZn2V4bcjzNEwrbjRYDbWywYtDbcKhKLgLQHYxCFOjgFqVKop1a8eca4LP4kz6ztHwKRw79v05kuAEJNM2hMw6KZicpZRyRdNwtVm6SG5YjJ5qmBGAFUk4QVd2IgzOhFYDTN0LTIQG0pbNVHECQ+Y9Ek5iIQ7EMsaEOiZa/rDpVxT4W2ve+q8bJXEi0Ch0hjqZJgP1t+d3RYNvVUl+6Z3uI246b5881Pcybi0M0JFi2tsqiQWXiaPirSy5eLI92Dv6Cv5BAoaloNFgMZxQVXOwyEdsFE8cEqDY0xX1aQkR0DUXgo5bgx1G41bEXpU2MIEg3yr2ZJ9Ie18/ttm4riOKW/1CS2F2KTmNqt7Y4Kh4wWWLyiqktGEBpQikp4KC+IbtIQE2+IH+KxIPHEw174e/mec699bN8kHoWTG/vadBLzZ9/zvefem3S+fv7sGTmsTC4m00v/cioSYVd9fm0QSdL02uvH4erIspgj6EejKOr/u4hcd5iktwEicVzlgRQlc1n6P56+f/TJKfeOMQGs6siT94+O1JTu5wrIG2+pOLujBtDHu++dPPjgvROeOjnE1IlwMHdqoS0kYc5l0T9z8Cj7xtW5/2SYJmImkMjN8xcAUuNx3e/uILYXxM7OGzrwA/wz3Yl7YbfbvV4HcXCAdx5WKeQedzvtgec6EPBtgWAmnUXwQMUbqhSRuayjGi0UifQnJMvRbAqAVCcXP3ioABFKVTMerhCIqRFzKqu4IZ9dK9Uc0yvnCgqRG98gZ93gB6s8nFDT6BoRdsGEI+eRRTY9ZAvPuN1u2QM0HbbjOxxDf+gMHGq45fsDumO3rQPfS9LbAtnfxb9gsos9hE5fJ7uFQsCr8uw/2YWjf/pA7vCPPapPv79y96E5/W4oRGqRJhMRhWwsmr1CwEPkBpG4fv78DyUR4bH9BuHYMQO3CUmFh9ez2q1Wq90aeAgkI05f6hxQJ0ALgn7e4phOOLgty/HW01sC+exjbeT7TOexuirWQ5Cfvj0tnvbDx7u8HPLZW8fysD85vHeIP7Ziger0TPMwFSIpa2HOMj0Ej7tUfEiXtSD3MMp6rm1d8lWXeFBKKuUpOXXDUMHiq9DtWCSLlj30XM91CQMB8VqkF361iZbDmHIsAEKUHMvxbwcEE++PT09OTt9Cj1+v0sLsydHuu3QX6QlDqo92j95++OD4+OHbSGX7akH9cP+TE753+v5dTGY9OnsbP5/H6bu4tfbap28/oIx8jMsP7huPXLDIfROGcUvNYm0aE7u1PgOpmUjax5PeYY10sy6DOC4ODCTLRYKLoGXZAxsx9HzwICJ9F61j1cJ2czsnGHGAFgQDy7NvW6nv7VIUl3y1d/czOmEmfg1E7qK3f7aPW3fBg4nsPzrcfbR/doatDo9wb9Emh/uHr+0/Pjp6fIZh131RgaAQEsvBiEJ0dws0FuijRoUV8uLmr+qkU5f0wQ/bu/BGisnxDhDAUhSROMyBhK5lDx0bGoE3QCIeIUFzrAMJZfSknICTF4mDmICMZXvprSt1Cr3dRK7ohGv1+PfXHmHTCYqRfIMc+rwVBVPvd81tQIra/fsfvIY4vHP/Tm7c5kd35LQqRCCUscw9DXKUmyo2JWP5eM6kkdC2KOyZlgl4MBEEE2EgsWMNPWcAm/Y9BNIWzqDiWDUiVps9hThE/SJ5xb7lXqa3BKJS1ZogwUvfXdMBPJiAr+7sBTBQ4YfP27TuSFMaIJVQ6J1yxtx7GY4cRBR4GwqBpUvwSgiFPi4nsklAIhIIzLpnHdAw1upoIjtdSEdFN8YtNeJtdYCBiPjDoU+BzEWtZdXCiyAeYgEsUcQ6YYl4gzS5JRDEXu0rA3QfKGQbr/CQexIrNsKXbVsoNO/tBYF6nwQiUYUgMtEIyhsbASTY6dKztq2OSjbWYJLpVMUQRCI4z9ot1/NJIc5wiMEs6NABXBxbxcBuDQbIaDAX4qE8n88BgASWN7wtENk7Wvk0dMEkp7KHMw6rWRhbravD23Kaap5RNBSysbkgRCdLdqGoNo23CUgAHhzQiDsJmQiOyFuEBhJRQEaW0/cdPHAwGeINJo6PqoOUwq7i5l4PIB7M3vOYC9tIgLAuvFsrREiYNxkHRXX7+6sv+2EEQSFvc0FEqAgFEwxZumaQVInILIogMJQDIHjsnkUweiyRiyDW5kEwuGUxugzE77s+qYGg2KQUH4BUNYiGYC4RjIW5IHDIccSx5dweCIMwFaLFwQfpN6cqfRJ9iIcskogoSHXLyqh1C4EkVwtkIjsbFu8tDQhIOCQgvcsOARnOAohDV+4KShgrzfQtP4g8HveiFCGJoKkDdMK2QhLx0BSSPoBItRhENSCb/4dCtDz2RCHMZrWDGJ8LqTxskUhdIM02IpaepCk0Ug+jQCkLhYCIQsjVSSEFEJWwFgFBI4kAxQCNmRAUNCUT4kFCYWcvInCXK0QLWYA0cKl/84xAEf9oVkvlU4bG0mCjh7y+0ES2FI5kOprMp0JEQpykjgWNgWyP4CF48XShN5qFJI1wEgQZOmgCxI0jt9WCdUMhaISFhWJz2uIDTGXIRKRw7KNxTSJAKsNATWMlEGGg+hU+aNo0BMGenJYLpCoVUQhe0jU/Gm2AkEDG0kDSd766nM5LqaoUoojaQ9BAUIUQD7wte+QGGTBELVzZoywsAZlZUdj3QEIFcDARG8EdlkoxHCb/QNJCgAa1OGAg5lYx6QmQlWAEDvUretBsmvKVft/RCYtgLFfIsv9gCqQ8xlq/vDY9RM757IqoZV2AdGeoQCisjuuOMKjqOnlBEUMlWQHEDWOPxCGhaSgeaOwlDquEQvHQGoFC3DQpG5nRXWnqgqN8t/4BXD7pm83OLmNfnGsK4X4NTuOE71bh6dPp5uLAUhXcRfbPca+ikO1spir1FtJMgLLjAnx4zIUkFXbjMpDIJh5tDiaCppnYBAQNTsIFIxTi9d1CJUGkgIiR6Vezh2gWpkIQZW3U/ESi+UvMzApQBCJ3zAUROaBxxsqRJPPFPObWt99Pz5NEwaEmSHIg3WwyunCG7sh1Z5N4e2Kp5SWaBJnFWRlIGNmgwY3eWib0ssnki1EXlYv5AFjz6OemjiYYeM9i8f/00gqRKrEQBELK85eSh9iH4BD3qHqIdFbEBgEBEryWR5L+hs8mn6ekEu0nhkJAJA5m/ZE7CiYQiGd1rMtrBcWFuQuQbhj4vXYRLXqJpSCYhprsoneE1tfGHmmF4FVZTEvv3csvm76eybQRkoVmgpMUhnxs/rITvlisEOlI19AH3tUeSKARlOU8vqbPJn/79dQqchr/9UUhHGEcBKARZ2EYDgCk840CchHMZmLqXZgIICB6QqWQCYKA6Kw15NpdVSNsJAoIBoRpscVuE2frt5/XVcyTlSmLT4aPEAk+lNKVeMoyKOZ3KOMgVPTBHGWZUU1ezIJehk7EW97Un03+9tl6yVgQ2IhVAKEF2yzOgAMdADmwaCkcp4vZqF9OWWG/pXH0dOoSmTARDjDJCxI9Rw9P58LwMjkPRue8lVGPgNOzMw1EPtLWKBFxkQKF1oegWQ5j4djXnHw3RlkmgpqXbAiErfxgEknvAQni7DwpW30yno5FIYiQVqMoLgAE0W7j5M1Go0lJIWE8BIteT0ExZDLIVcKDX1/Vh302EgYyTdPZkycz8vZ0/Zurq6tv4CGWSqDJx/eaFVIfZkkxqLpVK2mUSM6jisMQyLJ9JwyhhGeDIfCLe7pbjzT9mj6b/CwtAQGOP5/+KAqZ0b/mmImEMwBhgQBKNJuVgGx3SSK9PMRLxEmICJaxhjziQs7ywAJNAfEt/iqCEcZ9L15cpRRqChrH9Nl33zd5iDYPc5iVD3+bWJjVIR8MJByCwLwpFMoKIQQikaV+kmymMPXpevnW+q9Pf3j6Zw4k1sPeWRxS7mKJsEq8aBaolNWlSr0LIKHfLoAwk15lDMzjLZ4QJpkMwZmX38lJrMFogi/r+HCQXtFq8s2Lv/7665fSus3Z1w2jLD7LqeAioayjGYyguKN6NYUYDtIUMrGYO4h+y3E8Lj3/BH/lSm0y/gmfRctNPbaKBSomEl/wZh+rcxGN4slMAcnYQxCB3xGN4KU0gig04ujxFtWHbCTQCAGxP3zy5EtXmfovN88pbqZJsXfsPG1SiPkNTUxBhlgSew11egFDCsMF7p2jMssRSVNyuZEDkBMfWRTj3/8WIkYk419/Ha9rU+/qBSrUHa2AiGSxa/c6bRuPkXbyKCDxiDwEEfcH2CdHrddRKimgVMr3AXgwEJ99nYAEgQccifqszy8vbhQQxoGWLK3U14wiUXry5IVLWR7N84qqGctT5ny7qRVj0FuCUVMIA9laQWSc8LAXz3qmR1Wq7si6RCQYjaIR/By2EisgkxxIFvYdgoEAER3iJeBBB2hEVyRkJOQjHnkIcOS7xOAf10hZSSlpveT0Ow5FTwRSg7C3t0ohAoMPRtIyvXxt2R4g8RCxcD6LuXOMx6sLlITrkBCPmgrBg0u8ue6I2dhjKGMWxGTzcaEQl4AQocjucCihIIy8xTMpaDyNQlQYiDe9kpk2kkZKAw2JBg8xuIiBSO5qWC40lSFaMDzE4GNEGcnGlorKQxe5zOeli4WhgWQOL1Cp6UWH1kMQ21mQhVnGCUwBCSLLVTwQ7rCtcCCUl9QHwAiuRxyfRr+ISE2dVKfZrgiQRLNCFhHiBGWiaJ7xLQ+yqBkeYlQly8a+etDLMIBEayMRuagO2momDCT0WRudFheCBAQAUP85MQSBbiYKCXMiAebhDzp5aH/XQMRJIJDhsFixMoAY0aAQUYW+1AoRGjKj1fgbj6pbHBAVJMu+fXHNLEFk/h1AVODMqSrZTHAUFitgCBAsfox03cGF4IiBxDTKGqBDQDIGkvUBJA4JB+97i/xenYi2kqpGfIjEYyT/CUjOQHdq0jFnel9dpQ9DJbWkJVSa9wBJ5MrQSBJ2BsPeOfQPLgYSZi1LLxhigSqKM3BwLaQkS+1uiEO1MUgBiTUQiMRvd4oQaxcfYSdRVTt4iEKM9bPiTvOX8ZtrVBL6Sn5HW5OFLP9VO8aHPpu3AQGIKIR4zMdPv2CNVAbAFRIGFOzLClEIBj094d7CXGBMComsHvBkvGcu7goQhUMBCQIaHJdCqaTwdptD7RbyED6Z+twAIZcNKUtjqCmk+uunpINes43INykvWEgXRKumT0QkGzWFzMc/PVUXeNVFIVc1INvkCnqB6sDGWChgIGEH1z5vKs2ARacsDzQy5tEPOCK/VQGivaQ22cg+MqwCWf93Kcss0w2BiKOjp/sNA18pDM2F9JokhIZhIgJEFKIO4/FWom7UNMHNBMNAeJY3pgWqC1qgCuKMTT3znYh47NCK+jGbet/yWR86eKm8H4lIdKVYKRLVVCMt6voCxISx3ghkrVagC6Ha72hjE3lJcchpwTqhoRB9Xloa5qNeQTKfS18efdVUEPOrq0Q/h2CHiMQTPGVeoJppHhyKBzuIHmV5MW8JzTcjxkokg57VESoVJ7FbytgJijtUQFZFs4fos6AR7zA2m+w1Orr5Kz4NDGLwS1iIXASFcMhPCJFE1VXm4+mUh2MMRBEBjhFiFkyYhwQGuZS2dKXux4U2cOB3HPAI2KrmLU0kr9iVSG4FRJBIEw9RRHIoaAKDW9PIF6/a70YQNSzOXnJplOtblRA2giSHkbuK5vEPbefy2kQUhfEoE0ELWtukRg2Ko1EbELR4BXcFHyioVYqQhQuhLiLqopSID7oIVqR7EdR/1u+ce28/j8fxBtQzdx4ZXfXHdx73NY8uPA57LgumXgsDgzeO3VCFiB0V0wES8CCQ5Kw4j1p/IwM+fNZWJdQIDDykIDnyV0D8ZuOJTjaW6gwlhb5ePuKkMvjgArxlYYVCDIRBhcgjodCQjL0djx+HEYHoYkIwiXaNlnBYIHlJIS79jARaGc5lIqnDkT1bvTRk9ScgNdxoOYbQc5nBQ4YQBnZmwLOMiTQV6X4P5WYkPoSYH+QDXfCAQOoX4/EtA6RhFa68TP96OQLpxkWDEEecR61AYut3ekTCwl2dltgRHM1A6gCrZ+ntZUzPeLIqSKGw9zsjByM7cbhgXtx0BmcCUunhjApJ9otCLozHD8K6+rIEhFRofJ9iSF+BqOW57fojAZGEC+UlicRUixV7MxDw+LQxmQvtuhxDnNfi3PdTBWEUZpRSD04iLr4YY0zPPDwUKsQ8xVo+HHoUtKJXICcOFgxoMpDjUIjIo5NMlaJEBAlKdyLJGuF0FAHS8UC0zydgc9OXk1FolYsQy8V+t9tG9f0lDCZ48GYk4ik0u6xMQ9HYoG4UQihp8CqIPqiQEwUqUEjq7R32NZx3hEgXVzFdcgA0/bRCWpEsGo3EadkZyAF3wEZbgmSrmPZSIZQMP5hXyLGIxKCJD74O9xLxWKrMhQphc4b01kQT3BRJHe81XVaiYg/FRIWcEYWAh4YP8FAo2QBDGqYnHlk8CxpJI+BBIIcbFdIe1aE9AZEZJ8pZz8VAzqkOhVWG7MHihc2ohXwK87IIg40RHa1aff7cKERvZrC3ml0h2nWiCokEtPtWLxkNWKnv6vQwzS4B4YyUHqxRIcAxGoWtlxutWdeGGKnwaxWMIVkqJYEYJFYhFpJ96XcaVyC/EjGZF4C8o9ty5YlcK8YQ3HHy0WCKQKAQTXkzETSxvSXr3Y4i0arEFO1JIqKQ8HuFvHnTDnWYvCmsDzE/+Y6JrqGwv3lIhLF8nlCMKhygfYVdewFkxTgtZl02nrStQui7FAjdVeaQbkYgWSHHs0J0dZTCSOOB+hsNYV6gHQENJbJXsMuEbAC5VzELZya+s7a2sTUKoSaQ8pgIL6wHXcZbXNeW70ThfRTjS1MxgtvSyu6X3ZX452euRSKpAoE5hWQktQKhWYkwgpgYkhSS1ZEsykUjC/4HrDt3NhNhxY6099X2phujGgVs4/wQSNqFLIsk3GoEfjPPFO6FrkUmXCTgP4lbHE9XG6x8m36ARqgLnwWv5yevEL0ASFQHG3E4haAw1BgCjSgLHF1dMDWMlw5e6GSGOG8Ubov1iCS/CmTz2fal5V/iCJDsTNbAZIMuq1Aakgq3DpAbP6duYBS5mD7E5oUh+5rT3ycLu9+n0y+QSDTrthhOTBCxColArJGDiSDsOondJuqt0IZgoQOCigSI0NRxIcJ3e4wjqhEF8mQb3yRGSW6BtEPY2cBOzmutsrciFuKhEUThS5+OiYshrYJElvJFebQWPkynkIiNHKxK8hMBqHmFOInoPT+BhhyXCWQvzYrbBchKT3CRJ7IRKGjQCIGIAUjAHsMDv1x4fT20sZNzAxAfMghFfZb5miHjyKwKodOy4+mN0+G9Pq4nHgeqqrIK8cUJWSyvHigpBBC8USFnUmXYSQGkOwQSMagFNLg0WhPiw4uWiKwPeY9tuBFFXGk4aiOSTAoKcdV6MnJAK+FosVkmVIgN5+VB9aWFpcxDjAqpHBQcBPL8afhZIXUAEC8RPiccFohYjupAoDwEgzz09BAecf8mnU6HLhQCuYdNnxHWgcCJBGnvTmuGovCUhURV8F62llGIrz0aFJKBWbe1dP3b98hjEGlU1AOh2K4VJfD63apVyMczxY4sHAQiI4bZZ8VtZ0QUtLRmXTjFHZwOMdOa2wPyvj5QR13kC0yIzDBAde70v7KrV3H+bPPzvuoof7U7BvQv0+n3byvVoMoS0cYIQnnwBhsMTMIVPn51QKgRl2X1M5CERIBERzUc9lQdQxUI7j280owLE4UWk0QIZHt5tUr9BRGFnGh1XapDzp06OZudP48TVxptodFaYEIATL5mWND2ATUI3ZXysElvZmAS4RBMdA+7AqTc15uBdAAkjxeChxLJTkvn8fbkhOlC3OjRenOs1yWoL29ub776/DmYFCObBeK3MLt58vaV+xf/l929M2+R8OJouHnvwJkoUCLpF2FUUohQJakuoUKqH7Sd6cvTQBDGU626KmpcPIMHCpFoDW1z2MSSUhG0VkRQUUQFbxQPEA9Qwc/qB/GDf7DPzO46pmtUBKfJ7jZp3g/7e5+ZnVxbdrssTyH2VlIiYsa+RiLmrbDWVW3dBBbufRsYehGVbSYXcUDm17NPXz9+m7dOINjP4csMpFsdi0GV5OP/Zfmgygsdht71Qphss4s/X0XctyYSsU0ZdJlUXWKJ0HAS2fdnGiOnkBMEhO+SY4mYTP0YAQERArIHKMBEno7mW623yqURACn7R799/Pjp1wop1/9uhp01F6pxoP+nNUk1BBE/kne/H1a+MAthInr5eaj17FlLIW6PWDeQ1nmTkQABEuu0bG5IvQ4kMHr+wBpJBkh4+LWZJeKAxEe/fvwKDJ5CcOGsXwbdU7StqRKtwyL8b1YUdbascl2I1/KeU+ieNk+AiDSk5kY8f3b//rN5LEmJhWM7wQHZ8Ad/tR2rA+JuteZkxKQiAIIP4QAHwkInEu1VW05N9riB72YGMmcgvkIul8evnP7NdBVVngVp8F8tTHU4PcdEBMBv848uhQgXuzKQtRaI8JAEUhQiSvBYyOtiRSEsEXtKawcDgRiMRNhn2Su2m0AGy07as1mCOgMhl+VdXe5fLi9tvBJ0zudyIcnYmYQoqcDKTd7k2lyxFSkZfpUWKW2SY3vuEDkUld1ARKxGBImEDf9qiFDxgUggccF93bNn62QcLA2xfY4DSq4EhMMCgQgQeoLKSARGp08sERYISkLBQFgl2MMr6wPbHRAE9V8pZOeJHV1Azt+e1kEReBaG7W+1tps0Gb7UKGv0uNYogtp2coj9KH5hhR5GJ3XRGvoKFml4EmEg8a95wCyUtWuZggjDNfgjCuk2wJCgbl4c4JzWDhhiiEkN2VdZIpaHiSmUpFiB2BgCIF/nohDhUpZl0CWQ5JxOTacfDLmgNexxt/Z6aNNbknXdnDGbwpM5WaqbPEEZ6uVS44dNarjpoGkC/LCH43qhPbxn902jRredVkdQb7ep18sOkaCwYSRuXyRZzRhZIc5h/VyPuCnmK4SBkEZMBOEo4qTBBaRiAguo2NuvGQhGWV+//fKGy8vrLncAOdBUIED9pSuVa52rgabZpaIBddNMRWhPDmqaoThKevhlESmyZToy0x4kUTTQ4SRaklpCnWN3dKGnxxFM5UMqSRgskYWaMlSJ638VSPpxeftduN4nIiMtGYCRuR2SOrZjiBdGmAIWnrdCFAIDESsRxHU7NwXjIApYUPBKOHglfTiFlJ8+zeerNFwSG3QIZJigtxjIjIAkqtIjNasigAmDC9VEjarkSK7UZBapKf2fn8vzREV1pWb5TA2OqOSkas7hqJC6PFFqNlP4dhJFNV2cA9mqWmhGXocjZZr+/SeyzX8naX9X+fhNKkA6pGIqbnUoRCK4bdmVYQAHm3NZG8xDhpyMMA8AYRNtMAxUXHKeuI0uUDkgl/HA9gqJvvVZWIKO6UPyvAXkAgNZbsnVpEZkyBKVZLqJaNcyUvSvrnWWq0RHajhfqNGpaDaNFlF0EHGooJ+MtR5CQEMVZZnWIFVmrApieWSKA0NJP/5qTkk/qneGE/Ff6+9s8hQiuuCWNAiGY4JqRSGHaODrhlkwk6ATB6cRZmJCybaWQn4IQyLIWtvoBoIQEq4oZKKS4UxNsT3VCURQj9UIgZ/aSO7SAHyaIIqWeqmiYDgZjQcqzxDgCzi8mQ7Z+QFINc2BDpWd5JN3zOpAJOJZaz51UQh9XNHNxQkF/fDu8eunGF1K1i4KGWGVFmGxQIzt/wEEWxyQ3Xbci9vaOaS7wAHjUm7Iwowjq0AcCi7iF8/W2tHvXwEJ9AUGApssdWgh6DHkUqTYByAUJ8hBWSAI97pRk2YwaGoDJE01APGU6xWAwKBBB8TNiSsn4jvjOi++QH4NRQTCWN493vT0Sxa3FeJiOtUiEOexHBIBsp+JnAAQF0OO7RUgIIBPCwcWoxofSN+sL169erEWNewvXBb8SZYNjEJOjgsXFAbsrBZaBxOVA0iAeqiDkRqXABWERHKIcQCYaeii0RrxfkitpoHLmoXLwrmseqoUcW5HEV8jvkREH0ELjK8Qbpdldu/pS0lDIJZWULcttxgYKDmkSwzZTjFEgjqdQ0ROaAKIiMOFDRtYuGmAGBBia98zEKPbPwf1HMOjRCFOIPSSBwockEJX2IUQPkpr9P9J+J0QO0aDEUICfZ8eVGOE9pp6fJTnEzWBqCKtQwCZcrZCVhAptZAgYgo/qO9qCUUkIp5LVNGhlrh/596X/kOyOI7bMQRr2zh0MA4mIi6LHyURIBRD9tgEZNUodEAjWCWox6bn5bP2GQMxmLqGvQcr/gemtTJT2dYjRGYk4RZIpYGh+uHFSCCUuRQzbJkdxIGRWuoJFIJmnU4VbV5mJ1VUhCn5sCMpD3RNZmhcFsy7ndTPC4ULUxCzYtnVFUmAABqBzWFllmWESBTifJZZsLr4wQTcsPc4XBZ5LA7qIMKnFymkCxB5k4MDRDuM3xKFSGoary1evXrvruF0J4Yn0b1M5MgizynLG+cNM6IeXuQLqCLQyzwfBsyjyE8W5H4CzNUaoHcb7AjSJAE2/J7+xrCusfUkHX4GXwKYCyGKsLVDhw/Gd1nis9waYyQcro99JHE/g8OKr9548GAHz61y9u3bt0+eYL10xctAGIlE9f2GCF8P2W2COg97aZS10yqEsxBRBS9oUMWRnhLEFYXAbL0OPqtYZzZ1nzqpgrowRDQsRCXZW1jD4XBnwiwlbmDhLVwDDzsm3sqbqTaHM8SeyQsjxfmKsw4abW2gTSQEia2zM493rf+FRLLs+o5D9PTmXbZHT65de/7hHtmt508urZzGclxEITD7vixUpBFK1Y/bUS+AgIcAYRwwlFSzOpiXrxCuY+Oz4k6FsOHkopu2S04k2r6SdihnF1e3ULlyOtId5yrmEUzcpNHyaO7vb5ITLC0ixrLSi+x04f3Bvg13jV25e+URaHx5+fnWRbZbt249uQIMjoeMtwgFfaxAfgCB0SDruLkZaJXHZltBG0YmzmeJy2qfUMMCidy0Cum8XHi+uqADdvRi3XnCP1ivFxSFRsCP1AyMfvuy956QQENclv/5TtvZ/7RZRXF8xYq18FCkLW15Oh5maVdLoYVNCrJSWRmMt6rLQLex6GK2mCxuBF3m4qJEhcWpW2RG53/r95x7745Pb9ricKdPn+e2wn7g4/ece+7LudmsUNI8urPXEsBxWdslqOO7R8BxB17ru8+vg8vVDy4pGgxD/JboQ1UDkqDOMT2hPVbBB8Tg6CEzMUTHdlGIdPUoiox//fX4a/xtmwkqT01Qjb8yA46BKh8SLiMnMtqrGy0Pc2GF6EsACAfhceVmGrIwBnl8/BXxeHBa2XdAcv36F5KHqJbv5DxO2A0QE9S1QFIqT5eelZjiosTByAwQ34umCcYRQ8jaTuEuzlQmcwOv0sbPgEZI5zGB/6g5TcH3kPCOSz27t0qnLouRu3oId3XndPG0sc+vwnF90RRBuCl7okUh8GAsETOJy0CUQkwwl0KlSiNJntFNGiBNxhM34BG0Yog1qT4XquRX3ntVdgZjlYaHCKTdWTuikm2Y5a78VAyPm2m4KVzKwOMR6WOTURiRgAi8FhEQfZimNlGIEUiCgaQKwBHh7A8wRCBSFEjlIhEJ6kHrRQvGLIXYRIZxGvErt/Ik8ehQYzzAMHxcgrgHJaIPZo1K/KnirZux85eMnT9/+8MP7yXB4+HPzUSu30H/V2OQHhc/y4qIAOFOlnJZxENSELyIRdhIxBABDk5UnKRWiC0SUUi7hVludWwo9CqtvNEPHnaR8bYhHjx+/+H3+yoL1Ai6fRIRhWxdK146Dzt3/hwZtsUkv3r8wZPuGzcsIrcZg08d/NFIRPIQVRoFLosFwkTC7LHEiIjsQ6AfoVdLheDWViES2t2uUn7sVdmZiyc4OxFXZe7tztXBVoT7XIH4N40DUtn+dRx0LCjZ4NZW/dwE2wV6IXz3xO98js5/E5HPr1MY0RCEicJRFoWo6lo6DUFMNyO9rBABoVnQm72Zyh0B5FgKCRx9MWkup+4vs5jUULBlYS2SM3bl/m8/EBJSCa7t7l/++iWYFSLcoB7W1rWPYsunxa5ffXy3eOEnJPO3biT5G4MFQD6mdMRAESxlc240A2EenIbwjHpEZyGKh0aiTMrP8MQ6UdMKUSZPGd8RIBYLQfK/Lba2TVJNcVct8Qz6u1j3qSo0M4BCBIgwCWZvBYuFdyKbYo2vHj1qTMTezSLiXLlRaHJaV7mn1ZSOwN4UIDEK6TK0qEKIwSHhXJfD7FVI1NE7faaXJTOZ/gY9OyskYH/7snaCb6Zhhw0rCbFs0LyplxVEILkf5NUn5LLO4u7TB9aavnutvrmJGljpGhvqw2ACPFaLQCDAteV3WkhHPtZ7D7S7MpunbIVwCKGQ3iiIPrTD0vJQb93tjaTAzbgsEUa3NMyz05Y2fgzTUy68ZdPU0Wst2mUD/DSsDTvylW0cSba3gkosYNEtIURd2ewUBkwmps+fnzZWKxY3GxBMn/o7XNmKNMf1L0Qgur8lAnmhEDqTKlEvch+L/84CJNpk+IpwkMNKkkSaFWI/j1YmVppMSEo48I2tQ+EAu5YyHranYhydq8mZ2B7cVp9ABIoRd6V43EzXY/FGw7iUyGatzisSGkk9HgyJLFsSUcpgKhLQxWUxDoQQJZCCygklnuNlqsH3wthhkT44MTRARBj2U4C032TIwpByWc1IhtV11JOJ+dnixMKOlfgFyyDxCMqErm8QZSpWj2Qcn/XW6404IbpFRLK2RFR2qAFoNvxZFEIeq5amQv34lwpKIOKvNApc9AYdvMEsBYFwUH9phfhrztj7Da2thR18loEi8rBiecCHx2Y12PyQVde6zTw0GeijSAwyqmC18ieOUy/G4bYiEVIIRxF/F4x9lpKFxA7NgxQyAiCqSCwLpBExEV1wMBC+zN5CBkKbFawYItZtKaQtF/FdvlLjdPmcVZvTEaxaQP7KM203IthdXyHRbRr8Nmk6jZjUUQBmnYg4Gapykck8jfY4vbVifWIiFtnSwyo3Gsv+XORjUoZc9NJkDBBetfiCx787vAoGm2ICI5eViuuFW+yyprKKQAs7YgzhlnSG7TN2Op6lLu+mw0PMXbdELnyzTQSi34JDmAxOxRoOFHFw4Gjb29nZi4ad+ETx/Fu1BiSifBZyESARn/XhZennionLGgGQOucgCEfCg0zhEGM+zANzWGpDjwBpYdk2QAwBYRKQu3WAiNQHss2vEAuJKEKotB02sVtCwwzKXyniMBDn+fPDXQhkF7Hk+8PD7x349Fp9+vJbxcKW+CxB8gBTI+yzjDj4Mh6LFRKHx6IAQr0FfwYStYEwj0gsVVCz7mFRSCscr3d3zkPs0lkCou25YHYnyy797o8hbRxXQJIQ85C1QOom8R0CuRlzeqGPd3oOM+t7e5nMzuHffx/uPI069Vrt8uV6Y2sqS+TsftZtALAVIkBO1bjeMkX01jx0g4FwQRROH3lwsQ0QjKmMfwsgnZ1Wc2dLai6iKYGkIxO/POwY0u6Y9RbjWpZC+LENjwWB7D9NJp/tOuHIXef75+/88efOetiJTaTfqOFE6JtTWRpZ2SoQEFYJT4yYIKJiR5nv4rJ4WzThQIpu60OjEEME6YuDHQsE1t5lYUgFK+aOWPtdoGhKYlLiT5Rj0xBlGCySh1i+SvpZnW2QVWJw6Pv2wEiSgYTfJiDJu87OobP/447T4zSmpyfuxnEjjQQpiCwrGLhTELnDQYQxvGkpBECgjxH9N27uX/U2W084Eh9BjSByWR1jSPb1bcysf3miAw67Bjw9KFhYpa07CUR8lbR8arC/kafM2xoKfFkKMZU3RsIA8vSps/ss40SjmczevR+f39tDnE9OTBd7isVCMTaV5SDCQDSTB5SJcKdXy0SgGCAQCEX0Bgd0n7vyEYmyw0pR3SxYSm0eaRtDus+Cx/j7R1ZI80dRiNYHvzr2e7mknKUQvxysb9rv3OFLcKjBxgSAUJ93l88nRHPn3r2dDBSSrNVi+B/3wZMUb79CVL+wDCQS1S8pEi0UUqiPEI6Uyf8Jh/SvDJIM66MvxYcXopNlVja2AZLtHoc+3vFaAxlV5o2qD9LNEl3gwk+gKXRG2fpH+803tNFKh3TTlMOJpZclArGPBQt0CCE+GvqLxF0CQm9je3uUqwNIbPNu/NztB09ugQiAxJfJWCTLFNUvkcNilfBNeHBQL+hpQs3DCueiEIQPLh6bUuWCmEh7l9X/JWTSGoirbHHYw8pS121K4I0aFt0FJmI+u8YCxnI5IxBeXie138VP8b3DKjn7+BBxXX4mAiSZQm2RAjikRtBKwI31rPelI43I8he1xOmHwSxF9ZRSiIrtH1z/8JJvWkpMAUkRkIbow1YH5MEfI7xLlwVSIBg8Btk+qL/ebnDRKyn7bHjRG8YHcWLMw9jFySoRMUhGS8aMRBZKpVm0SR8LS5OrEuB9hWesFQ7th+Dlxha0bgACDrF0XyKeSDmFRCSRSvTGR3DQVF863EhdOJcuxh4GgxqINgJylXpZPn9lJtQVkCR4pCgDER4wwfGiv5tMpMEO8Z/TEMDg5dYd8pA2mfrakp5LH5oHEuwJ9IY1D4NjtAvvRewecT1NAx/xW9qqC4Sh372IVVc5j5q8RDvH3+LW4vThI63qlXt7hTgRiKIv5qSiThTl3XDgfw8BSUYmDBDk6gUCYuwOASkbHOKw8NJADI8+0YcfhormMRwrouqcsb/in7eBHH3oZJSAlCuVSjmEbTduKcRAPK8LMYWiCJoUXgwQfDJA8Fts4wsefW+AeFj0ngOQAWy/HaciDsCCm9rh3m8pxK6YJUFDbLBtDOl1onRQXQxAcI+E0yeTDAQd0GUFJMsDvhYQmO2xDBDyV9LBsuMHqSUcox2IvHCLExaeLCTreRkgopCS63UNYyHQJAEZHdaz68OjcFqj3FzzFJBRN+eOGiAlNHXw6Ef8WKhWXUDgmXUG0p8bQFNWb2PBdq6/SS4dKma1U0gQl1FIJhUdSY9gIjWRHsk4hYKTISDxzbux2xfqT5JwEQzkwvIFPxA7UzcKgd5ozF36V0zAj6MvDh6nwCPOPAqUgcCOB2TUAHGrodAKA+la8zbmy/N5bw3OanFlrlzJewsLDMRdmdkIvAACr8Qf8vnA5PxqIH/GA4/JufJcFRvjAGl1rFKeW5mdXR3b4NoC781MzvpWnljiaBFDWioExkBgyM3Jehw+fZgUUqvHepOnH3z35IQAWdZIRCFlw0V4AEjMCccpoIs+rFywDzR40/RIIg4e4rH+F4UML7rYQLVEQOB8VHyoeNDKDLXgjFwCgp8JlRZHNZCLAwsQz8KCh/3S2BnlYTPOwmxehSMAwV5qtjHaxFsaODvbr3bxCgVzC7xcDGGNcFDP7NLxzzypHQ0n6eRh6mXVasVIsfGwEeMgeuUagDASonIBQJiFbQYI/rpt/FU4nj55kss3pXVCn/Kt2nKSx1FIZW5+DmuhVxDUGUglP9o1ORTacF3sSD/jLc3NVwkINqhBFsZl4bdg83m3WkZNgVKgCqADkwBQreaHGEi5dLYf/8Aq7YvjrW+VAG0isbpYQkh00DmGsNtiIMjSdw92d7kGXyoZ6SXJRDNhAlKbLqbr+MsoIBMgoqgwEJsFLgHSlzQ8LCDIPE6dApAEH4fEVTd0yQ3+FQZyHIUom0fA4BjCyQjFARf/bTIXcBfX1hBDVj4LQSUS1JWVXY8EMOsCSJX2PQ/MnhgYAxDspsp5ualyaGUK/+r4LDapb0Ag/kESK7Lby99bK0R6WevQBF6UGnyCBrssBpKerteKFhCYAmKbAJEOr6WOWOIkVdOis3ZiahGdxgHjPTzHjSH5yZWVlXn4KAKCpdcol1EeGwvN5bB1U2fyADJWJh5dGgj/FqwElzW0NDs+S0By2H+Y87wcdXtnqzPYeHimAj8VIHmtErCz0s2y0xObi9WQKSr9ZCC9mU97AWXdWXc+uc98DJBaE5CJZiBlfReJ+ID4eXAekhwBDj5XLMEZCPurJMK/BkIWPqZCSu4aRFEObeQICPmpmfz8EAOpUDLieQQENrPAAygmhtACRpdiyGrOYyBuJURxm4AQhXJ+rBICEPi6CikOPNpUAOocSfwzhtLLyjg//YR7r/PN3t73oEIxpJeAJGvpzXrCAFGLTAWIpQ6/QsIw4RHlC6OIacKh5ndVfUxUUzbdK1kEgcGDYyhk0q2im1WBjwKQruEyvnDdGQApIe9bRI7hEpChjbLPZU0uVL3xcY+BuApIbj6UR+UALj+AuhvewIBXBpB++hFsXgcQWyG2BZtgtJ4PgY0wkJ0d8lR4AMjOHtq9jgJSrCmFdDMQmO2y3rQ8FgHpSTY7LDyTsVNSkiYNHjIH4l9Dd0yFrAwveR7ykHyOgEAqn+U8+qO6XYC06LqlEsWQPAd1yUNUfO8XIAjqebpBHABSClXcgRMD5LKotgM2r+es3QjWsS52GBk0D24FWyhkd5f6Ws6z3d3HzuNdZ8+4rHp9+gWQAitEMZlQQMqtY0iPjiCCI5MicbxFSAiHKnptwgfMt8j0eL2sITLEZ9XthTYqpSXqKbmLJXSmxlA24DPo50xuIQ8V6G4vZy8aiCikOkTlf3i3Lb6eWb04E2Ig1JM+w9uvW4/E22RaTarL3QB5dpA5cJ5lDg52D53D3YNnTnRdA5moFbsVkBQJxEABkNadLAEi+sgkY+BhCtKY8iesDyAJc/dKVtG9hMuyx7LmeCyr7C1W5ymVmAMQRHkEATirLpWpD6MmzVo/gCwsDQ0xEDS98tASxZChMvIQ/vkZ6mXlSkR6hhRy9mxuDh0t3u9p0UCjwzSIPIN8DcKYhnFZvc7+/tN9Zz+z/1Q99pGHCBA1h3stDhj8grXsZfmAyAgvEveTZlsuaBgeAEICYR4ikGj0GEBg/7B2tr+JVFEYZxpSSVtgSqFSBhlNcYKlu9DSLLAUGhYktNhuY2yNrSbdD/Ulm6jRmGhirB82bqJGE42Jf67POffsnN6dULT1Mi8XSjfZ+fXcc1+ee87IlO4QI/PyaARGk/F+beKMfDxub3KxX/M9x+nibblf7h6UzfC820XFFFN1u12aOemPtw4Cd3QPVbe2dZC51+VZk2qiKh7EpjE1YQXOqCvRq0EiQGh0Dirw5u/ghr4vLskoENk+QlAA5KkNQiPQMJD1FfXoK8lFWAf9mHCEk1c8POfpFfXnKwbH3YCUJlxKqBIMusJvzDn4BA/eQR1XZ9J36F0fNypSkareXAc9L9dpx1CNcTQBVN1gRPE3XBX2KpWZ0UltGnHcn1w9o/f21Mm6LFOZAYnxIdlrQM7Ps7vGgzCTxwrEphICMR4dOGAer7Kc8TWcGHyQhYCGLtjqnkPSwbNJ3QEIStm85I0sIoY6Oao7qIll4FaSii4V2jeXLlLFiRgnTQ3hEGmnok5kNYrFWhy5Ojv76OpNxmMsRHDQgISVcrisvJMyQKSXFT8/3bQ2WJ19GmHB17DJMh59BWxzb9BPTedK48Gj5NOy/mGLfu8MBCWqOBEedpktcuCXLVzcoQCMVTcWGkhkbcqZahq2hYg7f3Z19dfZVexDTn1PIgc0VUtLaLCwso46pItJWVNPbaKX9fo27do5Px8QECnfERClgMPcxUL2sutLeML8bPNvLL/GNCSYGa0NImve9e6uiiDERO7WZDl2vmjc5GAgqvsRVZa8ppdomk8sjLwcO9aZ1WhND7NhoDwzGxUyAuTvnzA8R+8XprKWBZFFUp0Mkllksjeqk/Pz+6EPAZAzrOAKDCnCJARiHu/62mvNV5gGLEO2rJvI42aDApAwD8J3fdbr/7SQkAjjiCaKljI7zafegjbHtLZMRB37jJEhDu1mydZ1gURCuTQBWScg7/z5x1fAkk6j0VpIHu3df5DK7Z1kT7E3nHu9u4KEe73HljeXmvoQA2QxucaxTziMGc+USKYEHDwAkciL2t8Fi/+hybJUi2HRrPZyn8lFqdhSOVf2GE4zEbnIod2sqRYCJvjIAMkl0b9aApAkhiGwkJV0/luykOxe8ZUHWeYhnaxdJcK9XrUOrS6HQBbobz1dpK5u0Qw8cGRfzYIGZWkjHBKQn+auQiCy7n43IFFBaTTPJzdc/yEhmBqKJeqNKID0PruXtaoqeGGzmjmHtlfaKu5j/fj16eLVj78vJAfFvfeWBxukW+RO1iYBeUHkWDtZysS2EH7ARenooqniXJLcVnEwzDRHs1aNEF947w6A3GQhb/47ICLHimjkBICdYrJ8ExjbOGxh1r+VyEXX1KMbRuJS2eRuFnmQpBHKoaDXuwj1+/Kj7MYHZsPV5fnbBERs5Knx6cvmUBOxfAgKRoMmuLXkxOWcbFhyQYGBhAuEah/S650OZB6v2d1en3RyvuXh8aFhZPy5ApAvS3WW0lpR2CZiL4UgVcY0LHJTE1EWZlSSyZ0kwcEU3IkIFg+TJ8XNB48G6TThEBeibdb75NNt61Afok49b1KIvCEbo5kHuXLZSMh6H0uFrXORCsRWZP36y6/zb84A4pdEyGC5kIk3UbG1JiT2RSEHFhgDeu5NWxIcm4EW2zhkAKkuJJohgVnY5oGXefPhqykyDZSk+QNd/x2TrQuD7GBvcJQ+pf+6GRaiCBR1IXLhim0htEctx2u01NMV85Aof2DBjZU9AMGJy00Wgg+wzX4WkPKktIU8UVu+V7r+4bhxMSlrOyVkfK8/blQqjZFH8yiN2jBKRDCoO4nhbpuIGgfz2HnYOGhbxFanphJRUupFBgtkHBgVmrz/X3wBXdDmyUk2e5TPMzlqsYqPdsOiLkRZ8M0eh+TBg4AQDAlsTb5DxAxgYmgIEXun2x0sZHLRM5qGhhXPt5qoeD5xECrCY2y+XKh4DiQPdf8lIq4bYqFqxHswATu0tUthgRs6jp+CYtUWNygb7NkZnKSSVskPsrQJN5/i/zu3WLvXgDyFjlRaKKssWyP1lbUiew9KibdB/VxeGAQLOqTDK5H+uLWiJG2y63DxDj6khDWPQrXSKWAlA60WmiI6BQjXyz5aK+FRw9Rwp1Jp4up4W4le2bnnMgh/R3DsMAfyCjgdqoiT4CtdpIJTcu90BYgNbzVasRZxhQ25kdPXBwPsHTghCEfpo5PN4mYuR6q1J3GO5UR9LPAImbyPFkspCAmpKJCFHHd02TYkFpAGGqeT59tl0cRa552yYihhCGesh3j7JPKZDBHnzytDbD3kU4BQHbOLYiWYdK8nmhek/WkUWtBf01xjMHTNlCJw4NKHO2C1deC0qRqQeyDJHK5tXF34CxbOqXou0+VVxVi0RH3IfIgEL03Pmvkgu1ncCwsFXziC7+VIDjEK/Xd5H4GbhAhCaelE1lQLWUmleZKEJXDcWlErRUWD9EqkWDIOS0l302wvPpwB5DBRh/so0Xwvwi9WmoV6azwUIMjf1iw0K3NGZk0fYukD84r9/qjvDsetSr/R28JTbo9arW7f2+rhl0f0vlvFv1PFdyudWrCTedjBtzLjzmEsMybpA2JnjVrVHU440nsYI9mKa0GYtvkz4kJMTLPVzMdHCPwC+8idUGGR28JR8YjbB3LpYSAtXLmPpWbBB58qlMvBQhgIQHD+21QeTCTNUV7ji5spSDMA4VNMBKqT2w4MhzVyHxdzZBbDC1pTIl3chIGUfTRndcQS9UEEBoK3VQ8KFG/ooYMVPEzUoYZrehDzHiJcf7uKRUcKdNluj3HjJchMi6Z5IXvstXlNZPswwT/pZECBIjg7dFMg0/y6rTxRD4KrxNHayL+18H1Y8vnnXz7/fvMEf5FiIMzDYFGXbhfGwkD2cusrqTVOPAUMxo1vSKwT0cKJQ9eNPAQEL34HIBuXtx2plzrs0qtjrzzp9g6R8xOPfchAShA6+EMHDxUYYCCUHgRr6ge18bhW65Impe/QUq7bp/Dj+8Siv5+ol4OD3n6QGdcR3R+ZLhwOMX6QcSBz2G70DkiEgtohqNxjPcoOFCzqQywLsCWl9g6qsGKs5PzJEUfFkvLNzz9/m8txE3F5OXgkhZCIgahHt0Yisqa+uESpOzm1FHhIBh2Wzr0clVSHH3TgNEDSp7cGUkKzxB2niT/BAuEoQAT9EgEJIGj3ArzqBX9IQC4ISB9CEir7JEUs05+9R0vxjtfEUw6C7RZp6wLnoLvdIMEiHjYpgBKHJEPhMNgH7nYHZtEtAFIb6rntnTpq7s1KaxRXjYIhCA2pxT/k6UMuJE784eyj57/9xrMml1nDgg2EgjE+VV8uh/Z6QyCUBNrIe9KSGkRTuFyLaC0h5QCCZ03MDU49/WQ+fjsgZR/B/Q47BdJa+5A2FDrVF0A4HUun0zJKd5+EjA14eMiv6y+AELRu0EpUqK/UaeHLTWC4V4VqotNCMpgMoWgW/EKT04+0x5TWqtIjsVYLBkS/TakvugAyo8S3FYftRATKB6fZPUIiXdtjZPU//j6OBgtdXi27x9gQPbWID3mwiT1pGAcSDk1FwShkLIhD3AddGYiMQthe1pcohMQtJxc9El55tXqi41UgBWq0UJt7AaTOpUlAyk4JvsDj/SLdugHiOB40pg5J5UBLvnxIaiD8OwUAMcksesgxMtdD0gWnCYd12CsQkFqibvYttDt1pHu7WUu6Gt/5zI+rdSiYa4HlMvF0GKkMsvfPHx8/fhK7vNxTHGiwjo1HVwSWuYjMoXiEhcLsmgYVlwrXhAaXJbkQEJlXXEQNO7TnbwmkNNfwgWTO6wAIHi7YHLKFiEpr6GO7yJz0showjABr55mJAkEDh8PrO03OcuGig1smUVyG0yXFfBhEgnIfQZ/apbQiDjq+xCYWwy9QbhiN/o9j6kzv9uiTi203opaziKxCn5h7+76o3MHk8fEPcOjv2jw+jToOPu39CJQRPZc2CJiHQuGyYFwH32EZVAUN3LnTu57+OH47IGVYRXMLlQap3fGgvFLQECCe38QlCCa1Mvd72UQKFQwXx52EAOk7ZQiBgYkEvT0HGMajjM85eDINANmBmJGcxYi6Vu0MEAf4TgdAXLRhyAcHHu1GBZsVZq0WuiM3bs/zWibCIw4QuRzoDMl9PP7PbR7qQGyvHjWRlWQKq+by+AVDCAQw5M6HgcI+nerrydTp/G2BDCmEMuvkeqzqbdQqBWmyvAnr5Fhk7ZuR4VxPvpyoOsEWAaFfQseqj55xDy6nCuVWEGC8sl+rFggIsOATcGGlHKyiV9vqkHqOcrrhM9zHdHNfQhAVZ7EPkaJo7GiYcSXCDp4ACIt3H727q/Yx04sMNiBvQBJJfe6CBFUlJEFiGQrKAqyEpp5TNCK9rQ/x/qnujFraCII4npYjb9YjoGKu5FqIQfQhrVo12AhKENHSvim+6UOL0A/gmx+hn7n/nZvmf8Nkux55OSd3e3ubSiE//je7m8nM5YlMsnbL6+F1cOqn2/3jQbENwYStK3lrOl+rn+1jSoZ/87nIsY9yCiCzq0/9/VGOEMYhEIDrGCv14xB4h5J7eH5N8Tbmt/v9oytcro4AdPekD4Uc9HZDEaWD3vSoz3VIfJORaqA6lIcO6/x3I2S2/jr37bePTHatPOzMSk5zCJHv76qArxVjuP+2gtMO1Q3+4yZbAgjWeeX9GCvDgTj48X0xK6t3AKAoLsJb1/qVFLgUZxdYgxRFnmt2GlyFFoiMhpeX5SiE8I6m44veRBMJVEsM9ELl3NHVuKxcRk/r8KFQ0rQXS2CmXp2HZcMeX9318cfzecrxx9uABPYbneedjUNEwyVN82us7UgVvEaGxL2c8TYDwnnvYBbSBuh3I7PhEN9I6ddS2CUpZmhrG74YKc7y2kguBwz7hqPRWRWWNRlNwEVx5NXHjJ7U6pFayBi81AVhPrEexDHxE10rEZx1T5KFKjsf3uOJdXgOMgEF7MfznwfU37nZxJ5hyjT0Suqnbzay1VXg6G4tA0Q4lCW/PUQjPY2TKxXHQE+MlIpjaCLkpIe+wqmFy5ny03gH/bwqgDRRStGKeTh5kAM9iNeIFAXbC5Z17u5+wtZWn54ewKmrFdv2/tmX/9pe+Jfdhoa/wH+yBBDawISc4DQBQLxLhsqZqKxIpksAwYIlB48GFpC4aZbVh95uabm8PTXkW8eYpPtraFlD458sAaQeZmJDTzQnLMHIQJSF/1Kd31H5X+mEEu2kFCtlyIPGtaFy0KtN6Cv2S40flGBp9BnLS/+KV46h1YO2BBBGmxCJGuNNxKc0jMpSsdiK0EQCzwEeZjSW5YTjXbd3EpqFRBbV4mmRJQLlqAuCYSbSVFJroojklHMR1m+CHyGLuFEkFoE2sDoFe1FDp2Uw0o8sbYiHPQWjz6p0Xmvi8Mnf2W0S0st7+wUuyRCEHmxg7ZRIHAgZmKhrEzyqTOhPBg0ifI1nN136FZd9JuZDiIFoIk+sOYtXppBAQDuWCqPkzISLfQeCrQl/t7ogH9qbtDyYK9Y6EJgv4eaYvDKF0HvIqeZkwJG3ycS92lrHYafBvDTwIdaBSGN5WIV0WutHOun0ly7amkl75eTMNzn1JQ2fX5xQ2PpZFrtWITS9sU8q2yiLVj604kAIQA6aU0LSd1guOHwWJkpDWkuCPeKgQrwD0Qt5eCfSWiYEEgfjFSJMVCb8CRUxxeNIc+3iMBJJFu0mAy8XAWDl4RRSf7WUxRIKoSL4vEobY3sdCVffhddIqYrILIuXjudRHWTRRiidKA5e7CyLv0NQeXCt7sC4FSF9iJ9luayxqYy9VIgoIq4Q31frtA1HHIgrUGGeYAuKubxcI7lCoQ/xGHhnLbYOIQ6yiT2x6NPbKJHkwtDuoGhHzdZGIKT4Vq+ZbIXWU+CN287KKA2a+0kbsUS9eqet6/S0QqSxCsFIulRFBAzRGF9BgaSTLq47kWR+vze2l9VCAgkgHorfP3EKkRXIAGdiM8tv+FoKvCOLlBexq0IOeCJWIW3d7k3NsuRqJSLykEZwUCLpBYkvLUmF2FV6unoeBWIlwgHLQ+9a9ek3Vwi9RsVHu+ozzM+ihVKqBFVdI04i2vcLdX7YMct4vEghbZ1jEUi6Qhvf4Gqdl5SRA7vWcS/a+7UlqGy2Ex54KQNf1hDmnbsMtnKOlWV/AUCjuKlOtuOuAAAAAElFTkSuQmCC\" />\r\n<br><br>\r\nOur biggest sale of the year is now live! <strong>Get up to 70% off AIOSEO</strong>, the world’s best WordPress SEO plugin. You’ll unlock <em>tons of new features</em> like <strong>Cornerstone Content</strong>, <strong>Search Statistics</strong>, an <strong>advanced robots.txt editor</strong> and more! \r\n<br><br>\r\nPLUS enter our giveaway to WIN an <strong>iPhone 15 Pro Max</strong> ?and <strong>Apple Watch Ultra 2</strong> ⌚. No purchase is necessary to enter!','success','[\"4-x\",\"lite\"]',894,NULL,'2023-11-20 00:00:00','2023-11-27 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-discount-v4-lite',0,0,'2023-11-04 05:33:51','2023-11-26 07:03:03'),(51,'6545d7bfbdbe6',NULL,'Cyber Monday Sale ?‍? Last Chance to Get Up to 70% Off AIOSEO!','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADICAMAAADxy0fQAAABLFBMVEUAQaP///8CM4QAeeoAS6gAMqAAWK4AaLUAa+kAJ3wAd7waferz9/0XQ6MAAXYAh8QsgesAAJnV3eoAlcsdPocnTqe4z/bm7vnN0+IAHpySnrwtRIkCodGmwvTX5foBXsEAZs0ARotHkexofrpgcrTi5u8Abtd3pe68xNmXuvGxuc4AAYETUKkgbLjDzOBhmu3N3fhqeqUAEZyDrPDF2PaGkrJrn+46ieqMsfCkstN7iK1GYJiPocscZMd2i78AaZquvNk1Xa0AXZQAWdE3UZCbqs+GlsUfXLUUduABq9cAQLcaM3ojdt+jrMQkRJ8YcNYBUJAAYdsFgqkCd6EdgMBabJ0aj8dVcbRVlOxIZrA7dcYAAGBbkcwAUOVxmsoAT8QrnM8nY5dpsNhGg9er4sszAAA2DElEQVR42uyYwW4UMQyGrcq/LSwt1hAOO9Lc4EolKnGtisSFAzfEiRPv/xB0oRN7hFMWFRYW1b0k69hx/CXNxHRqAXJnOOrX/Q5/xxEGOC7aM5CjguQ0Xiw6YpIGpVGaFKzCaVBqCydPJmFgGp48uZJkkQexKpfRsoYxWI5BjlPndxwxiVCdrVgvdFla6rRsHb+7uqJ7Uk48ODoxHzgZmKvbit/VvLIgde9tMzUuIoe0JYJqS1hIxunOSZGzww/M+TalygNFaqtaTny24ORIeviLofnM3xWzNios2GVST5NwWiBzuWVhKxC5tZa7FMHtilxRLAPihH5ow3yTRsjSO80PwfeYouluHjE1Aw+z1q3lHmrCOb+crRCBaXlCWKGKTjpbMyfbrpGFZ293FgyrgECcwZ6BZp9cr9EV3fqAdP2VyKwEot5bhwB/BoSbTM3RFd3pIVLnrjADlwEKF7snch6nc/u/uwaydZ32qG1WUgIh0UDFC0/e5j8MBAkI7gGCDgQ1EBoBITWEglqkxPMJGQHRDZD6GEUs0RkpMkFNeJQr36zSDxiay7KGzHMJhMh1Vk9uMxAeAOmbjl2u1Dn2q+tPTogYk4WmPiFoTZfuCQEE5m7l5kexjcvU/k5hGs5ZfSdB0tXIqO8QqJtLdZnFnT48IUQHa40LN2erPCFEaqZ1hqTF3N4Mg4t0u+7zEjBGPCkzqAfxcAOolF/TPMwWS9kOOf5FcxYPlIcJHmIBHJWtc3vyPcqjPMrfFh4pzu1mPGMBBp3c3p1CtnH8L/f1ML1Zw0RVgQ+cCxZmvNIgNcUqxLw2Z1LluVQIU7fgpGBVCgtCF1G5nSnmHn27DYn8O98KLKmtUhderFmu42nvtPeG/iZpzdKDoQloR/M0v/385cvLVV68fPEiOp+jffg9JI05WITBwSJLKN5imml3NzcXTx1ubTFUJWjR4uFSbL6HkuKNu9o1u1t0TBMPtXi9SrOoZYiH415bJPcrbXxn0AhuO5pwfXO5f7Y/gTzbX95cY6KdOcENPaHM1IOSRRBrLQseGSFF+2Dudelf7D6cIlTXEKV8RcGMXBAWwYax7iG4TupYDUAe9isQcFNQU6wlINgnTNeX+w+v3108OYFcvHv9Yb+/nvDJAPOUEl5DNaDZzB0CqkxJLlRz4ORG6oiyYeTZ1Lkmpbw9VzwAggxEZxeEi1Ro7ECoydyD+QZEfwQi34DYCoTwynGzf/P06dMnFxfPT/D35HaqN/sbso+ADoF4BYSOACIN6ghF5NnZhIJUBiLDcsJIAfGv7Jtfj5QwEMCvTQtpww5ZrC5HfTFKQiBugpEHwRhNUOPD+iQPut//ezjDwrYqmPX/38ndtUunXehvZ6ad7Wm9aFM6CLRwOc94tpAwXrIQoqa3YvIIUsfX6Dr2BQduDf8ZQkysAVWkb/TrrY7lp0DieHvlEoqrQATNjgPi5l37eU2C5nJ1K4EG6xfKWo4+CBa/Rg0wTgZu/eRuwAEhH4te9pzFux/eeFhCZflPFavgkNwI798IZyAk51xvfMOlP9dclgjWvmPWei08/6CdBMmaSYViJcHnhUbtffl5P9a3CuDfxMN8DREOZRLH9xfDcuhu0Pnwy7euUv7a9bC8ZINytbJZ2WyfpBysP7Nm/DWnF1N9ekWluzyTUMpvdBpO3ZC4ciKSJFJuFp/oz9sYfi/ZSLlvZh4AMP1VQKLmqyTUpKZyvlxVFVaq3gJ80J3EV4eTzOVEBGq2326u/osvmwd3U6X4SeqsxWqb1VWdobQWaN6abJSWc+iyomwVGM7VkKCkScmhSaIoHZDMIc0UVy1qTMh6UudgVJuRNLydRpqJpOzFv0tkxfk+eFSCPXkalbIElMpZCiUj2bVgqi4a69R0iMbKgB2gZqPk0Ixl1MGeRayEjrHsNGA1qdcVJCedO6cy58qcgGRsd/VPiVzLJ0pX37eTxyIgKQJJ2B6BRGWZ09Rxezik9CqDA85ukUYs7yqLhtM0bY4EEpY0GaKoWHrc5ZCyAgzxJfWc1HcD6uxKHIGnLD9QOVvIELHH25tfdHLxN8pTyy8O6uJqcePipxDky30HZgHI7njMWDRgGxwbFnGg2SsUQEN2MO7ujmglXR+x7IgYkmoXHVhas6jmBJgsK8VeNfaCFGEdj1AlrKCSnyVnyfVmaX26dkxBXrZ++WZZH+4Lc2krxzmlvv3q9lktdnX5bm8VX7KQukYf1FWc90BkDP2toedQsMQow3s76iOUlisECG0e5V3CyiOQR4IGG6C3qJ6j4q4sDhaB5GWRudUc5Cx6Jjcfn1wU2kuLBtp/JKz7z712WFB+z0SuP7S/xQljX0ss30ygXVI3DsJYTPVXOrjtHZR7Fcxabz8EUil+AjJKCZOrjzpFDn9Q1tDk92C4pQ9/OwIBsigOZiAdVTcGu1EnUq8OLLIpQ0GNhMq84pMYBMKezD5LCJciFXjzck4t4s/8SBqNe/H4aEi5IJflDtZOJV/II9R+Bsx/H/3h1m7ZXBwQ/+ASopHx2EVcx7flVr8S0zM+CB2QZ/te+S6Lw2QhSZI2ivtAaOqtIvfEqQuUWIGBsQbIaiqDSHasOeDU12ChpQbLSR1/c4w4HC0kabPabVMUAnnugHhHi+T8wQo0PZObAaHF4nPHczKSzvppl8tC+exRUmcQ/iSGgWehUrukrvgGIKSuZyCYZScKwrOQSfb1FNQNFBSA6x16HXJBKNwDojp0+B1UyOUABrW7HcuAwkBqB+wD1hKijuJIAUZZVB9IHYdDEDQaxRAsHY9+twRE+AdRCUZwBoJPoIOlI7QEUMye4TqIF5NccvWLkkCsWQiZaCjcCN9oIXrRQq5DB+T6aTYBGT/UURJhqEAgEc2YDwQLas6ZM5C8r+jqKAOMPqzuWIE/gMDaaFI3gECUMQRkP73Z/IYLQORnLCRYtxAPiAg9IGIFiBDrQMhkfM+4kpcPg8uBUO3DGCJcDPGBbF8UYGaXnu3IxzcKCAiJA1Jhc5MzZFIY4qF6sgqqlBE6KaJa0ZJXFYyCvyEio/q+H72c4vwExHgDU6h68QUxJPRjiFwAMqfqguW4IcRXZaMuW2qv8HXOzw9u6KRwZbUAZCOfpfX5Uwt9kzUcrBqylp9FdU1jR2C8zZoBkAcBaZpeTZ1aDnjFtk3PFW8OA5z4qkld1VPgwFI5HsSURW+lW/desspae+7Av/6bpsI+2ofIJcPbbB8VYFxSHMbMLxVO1BxNOKDY80U1d5qyxeMV0jEfqE/DudI3kNylFy/bh6zIn/c/cNfLt7+RV2l2NhFjrZ1K7sS9stR+rn/cbPtJh/vqYwMVriQZQw5jj7Y3/4pjQBfKBcelb27vJeS0frJY6ChgRTf//ql/z9618DYNA+FA7XNxG9wshC1QGK/BQC2g8pYAgRAg3kKaxkM8Bvz//8A5afLZbdx2KkwMuG0hiS9OfJ/PZ5/PZlECIvcZEe5S7SEdKXrNVkH+XW+vS3ICkbMbr2z7f2SvftjqHCtdwXKftfxLze3KiUIGu4KMSHeDHR57RsdvWCcKO4I/RjHsuAh0KOXeRyvK8MUCXWCtfXdNk09HuFGMpg9HIylF1o6wdNYuHdsTurS2eqCg1Z10C0sG+6lA79YdKWsVrEpuwhIyXzhMgYx2mURjxEXaR1EE1V8mVaoNJyAriTL2CReKbKuVrR3Ya9oU0Y7zUSbF4JbgSRXK/fKQhxfr5TE+mQ0hziEHnGukalR4aZgkMhB4C/9WX/9M5HXcLgnE1hmT5PCB5ro+FSMaAwKPWyZHT9hrsnfUtbGLr531tSOdVrVWq9LpAzdVYNm5wHmAyYtcJH+iwlcCAr5SketczDXJOgaPfyM3+BXoUj3TIWVVLkH4GmHBMCiwA4hUU4BEWZyoL3c211Z2QyfLw65pbfPxuTzJ4sgBBGu1hSZPXnMAAWqQPM4E/+JZEgGvlHDjuKViAiBRDYhIIwcQEQRkVJeLnE9mQCQAkXMAieJMUZKPa6YkXRwEX4wXOBtdJGjOUSpjE3L9TEnrJssrJUwF/NTGD2+D0PkgkySJsyiaBET+GkBEMyCRC4icBARpEwt8tQFSJkWb4283Yi8w98SCqd6PtsyYnEFZGJBIDreyuKgN/CMYC4uKBYSxyAsXbLWqOdfGJuT86iRRz1RumWQFSPH8mF+WP0RlRnZPj9zWkjjL4rLSNGgIJg6WB0QQeRcBv60IWHwkAqlwpwJ+Q+O+H0HHCMgsqzYAeeYBAs//YLg1iAviE7U1HJ9vDwdb22XCYHuLr8cJ/Wdq0O/HFW31C56Sr+QZZzCs724PtvrDqq/ra0i/kgMZBUM6DxDEmwYWdO/FEMPnEdT8LaR1M7aSjMtGzgMa6GitoLXGkKw706mug3DZiexY31Q4nabpEGksFkJcNABR3qY/IuRp3AdLrGUYziWGN4Fpe69/KBk2Eai+5OW1O9+43H/O272g8J4AISfy/80CfiP5Nsu7CDuR/5wotn1Mi8SeSe8i+HRQv/b1VNKuSS7VPQgtnRRKeVEYMuTCae5hMrkWSC4wx70fNsQM1lg3aZHtoYQ/M62FszZGQ+5KYV9GuMhEyhdauls54tz1AmovAU6qNK0HSq7fUKepcbyfRgTWQy0SsiBkQJ2Xh1AENgnUhnDufD1EiqLgi5tcdKSMaEzAJo2C0VB9M14Z2leR6ZOct0pLaTeB6s6wYkxEHUNCmuoEBBwK5a9ZF+jIWR7UGGqsDAbQSpUaTzuDdT0sd1Kul0wFQklThQgfBOeRIewiFooAxlAW4xAE0DT5OFj+uT1YkbB2FAcAEhjeaDfB8alJe6gLqhQSVI1CrtLAppv4ckXY586eKCwTFVUxJPW1uyeg8YKnQpMWflUmpgZfFiIXITnETRpRB2JJreeHZIcAweAMNcMqhbDNlpJlCSUG1WFAoklAsArb+khqblJIINQyDUCqcuAD8WIlMFwkfzl4lU9CfcA5FV6IaFEkKDEBiCA/lBRXTbvpST5zAIkWAUQuA4haCBA5CxDTAAhFiwAiJwChECBRDYhI0bqHACHSLiBeorvDs0CwtQ+ItJKDX0oZZx/cXTRZccb0cOvh2LvHFGiyhD3QMhqCJsvXEKXqHSUsKgtpCGI30WTZazQZWJ/fJ5161dgHBIvJkUBikRlD+IiBNbokSmJGy4gFNIQ/mLGI8iRJpM6TnK/88sZZ/HSYxQyZiKhvfcXjcm3vsH9wZxiPMRxYJvgNM6a4CZC4ZNvezoqnLWXDjP+K8ywyRvAfv7ZyYRYntr48zAbkNNUGHTyCIVd84dhx2ArdZ6jnbixEtGwoaXi+0etIhG3I65jBiN49uXv38cW7T95FfJG5gNhUypMR/2MX9aT9sd8wptToVCecUlwKIZOahOCDRTeebLIGkp+wzxijjeKTgl0Rle/gd5nU2LaF2ewvGXu/JCmgwW7PhgJbrMs5C3Z+VyzeMl3tLEpG5+6sbXSrOdSNy09EIuOqXHH+ZGVMdyiKbaWrEs6unTxZzAturvOlFA9WQHZvnzt3Lbpx7EnlaZRtYmZxmh4/jyOlRCwHNjvQZc7v8dnBiD8t3o2zbX/FPcaxTLLHU5Pmqw/Wc04qOGS2Ud+/+fYeyTHo2ehd/Vi3135zTz5wcqjR3bwvvZg3VpjLsyfVW+fvCRlg63ZX7rxL8r81iM7C8fBBt1Estx+tZ4Xc8w9guNjutFqnaCzYlfr+0Xar0+qsNkt448tzRFkhvxCd5KxarXvPg2zdy5+eR38lJHGciDtB6Rxtte9REXTtCd4SldHxUChGo9O+Es6qfepp1Y7EyRMkNDP3+BWdt7PYTrxdH0T7nGQEyss2Ryb3N2aU+jqL5ZSI4tGmU3uL6rteGBDI/wLLsNO+OEPI/BBnxcTZPZgNyG3OjOntTLYTrc759T9pNkWG7ufz5/yk0KpoOyK7qGkOIq31164qsOCtbCOmDadO25vtozMyu21ZrAQHJFZmm5Bb/AqmR0E2NJ7BtTi/z6iH9hWdcm4iKhH3TUqyweNK3G81UZZ8QJFD9dCW+p7bxtwsZH+en34AlCxufLvRhKBRKzVrEH1cnW9CmH505+HGVCkJGfiN0d1HrE6VQMt69Ymi5n1FtSY/Bg/CjsAFv59WdUCTZBZ6tpXc76JGh0p9huXf+/qp69V0Jo7CPuA1WK2QCQGTfZC4qfuykAlpf59bWSwf1T5EnQr83w9ARDn+RKFNIDLAKNm84px8TiJFcDPxj6xyFqQbQ75y6jtQ1/5p0qJepir6epRvmyez0QAgndbO6oRV74iDG1MSvD1bzmPVivMZtgGQd8ImBHppqXK2jCJWETF2u0lU5NyNciIjmr0V00EuWLooHE4SQoEv0UpiUTQA8X1jAKRwFMG7JzTjWboEo9caFnhek8WIXEWDUgDSyy/5DVZpQmbR9VK1KJJzTIhls72JlUUqCzdatTuShSrgXGwIO4tCgIjci/AyONVCe9J1NCRaREN8QCTi/4SvIXFyd6J0J4/evnnlyoUT17vOzXH79LKUNWxBr33BtyoFbThPWmoE5JR82AXbNK1eGGf3cYptEpFrhWae9zVkeUAk+RqyhA1p0hDYEFHbELOT3+962n/iTLuiW0drF0ol6t6px+C9giEglIip7QzbWaid3pWLnNMUIPcOW+MDvtYklbc67S9gu9liyffe3z666vezyu5x2IbMBwRSU6GteWf3ssILGgJ+edXQy5JZuuOKqnui1W53eh1LvZennp9dKVE6wwUuK+vBL+C/xsJ2NObkWI6d5zcmzAWDe2XVtyFMbw6/Apafe1N4dMZ1YP2Bx1bm1zrRnbLqreiQLZ7fywqFkgradYTNkuOQ+bGH46E36OqZdqtXioGHWqdfHD98aM3eblV4rB85/M216j3HfHevsJxLQW96VdeC+zG579nqkm/NH07aFwwsqaHioyiIhqdX8IoWszGxOz85Nq0hdOjgTEeu/JOGjz+5uxbGtmkgbBJJrl27ifNoGvpIsi5tR5MOSmHAOkJbBmUdXWnLeI0Nxv//D5z8+iRLTgID2nHAAFu24vukO+l0D5NymwfG2UIGB0uyiK563h7NmmqKh6BrSw3gV63eCQyBVXV2G0WQtlpnylosvdhf7RR3gH0vISWd+Zk3QLNqQj3Po8HS0HRI9vtuK6vnxONzbZjljK94edoG7+GTfsppRldlsjHwZ+FAt6RIcpce5ih1Mg6eeV8OsRhIJdsHeJggyjgKQvYZKB/lh3yrTc4ckLeYQsdpaAaIdHo4YIvM6HbWcnpbsYROs8xgVXVP5UmCZr+1pKiQ9CLL2QqrZH3/W6OdYwFE1TRZs8IPCerV/wcgqsBaz/Dop9MDkHhEDksug7NEgaFWiVmUnqRoHDxdpVSKkC/p6ila0UUOUdol9YfuFU2TCcAKAIGJJcHz1iEy240WazTe7ijSoKrjMRgMKpX8+4hHSkIxkCGwhKdomeBOVa7YJAdXirtHugjdkILZTzs5vppgQEzQbDFTIZg55gS7ER/T8lcLp+xsWfHQaNayCQKtSt+UsCljymQyqCiujpgwFjN98GMmsDzKyQQVshBT9ed3h7ptlqj+5DMFznpM47NVSde/Pf/tt/SM46j2GosIqBACZHdPfSUmGHZwKJgEHtiIzwXV/On0az66lIFL9oroLuKoM6+9dkdfN+pSfOCrPeeQfBmBERaB5a2SCsH+/v72h/ew5VfnUt35AiP81wS57pIksudEzlotdCT9VvtU6UWRTJ5jn2Ce8IEIZ+Thyu1x6kI1hRsB7HYSvlmtGOGr2LYrzjAM79ar2bqo8yAiGdDZjh4bQrjq5nh4osYASI7I4Ajzyhi6VZFkuALBylFU/o8GDUix+x9Luv9BTC9fb25uvmg6EhHxm1hRLDNVRYUcqosviLKKL7pqzkWF19y+MeQ0iuGUjABMS4AYYS14QRrh1UAH9hER1fwyQPLoWhb7Gbb3G7rylXSV4UHdAZDsD7oujnAkAlWR659BpQUVYup+TMVT56qjtDBp/WQkg36b4yEmAlQIpa0daiY0zG4JBtjG5gCEuJYXT2KCAxAm/8YBiouQAABiq1/SBCDu3ICE/C5kfTZBLq+8FA8rIJyujrjhcXAv3xIOBi3vYTDT8k40/gU2tJIjytNnfTauvQwwD/PtaatF8xAtq5g53oDAACB8LkDcbtPNASkLfHRduEHOBgSTrynKAcksvBFFF7ejT41VSm+SAgLrW9HRnNG47ZQILOYNKlAhVi7na2sskqaa+59W71lUSKtCeEAI6rtK34UzXhEQ3woIqdSm6tReGmU+b4p5PaNA4XgFgCDWW1YAbEcNc85fJYA4RUAYABHt7opxGJHq1MEAKqTkrPBBgh22F+VN6/H5ywGupCYwMt94OxpymCBEArHaAATDeGahqH86Zn0ahkjGzUPeNtb3fe84Wf/DCdeSIOKI79gF1gXhYagQ+3bFOZPJlcspSGCmxk9hcXmQbGp6lLx/aN8BScJxucX+fUuLuBJqMmdfQeac5pakWdn+DnWBVcXuIM6SOPuUnHlpdstyej+2vtcXcIa/kW5qxp+tWOdnJSH+lhoX1UXvAVYpwKOUwu4PVobAslJCWPX2ZArsefwW6t89VjY129vbtKnRAA8+1jZQt89y8hcA+UJf+kAIz34Wgxs7yoqHPLszp4g4W9qZrUKIvtvT2G/g+2HWPXvL8SBAVjS1CEvSHBKvoUq7XGB5caZwvHaKFlmstIaz3BbqsuUjezPggb3JWwZIwdAYhlFDnyEL1d58gLARb2gDOQNzcKGrkI11ScsbHdPqVX/yfTCPj8vCZmkzyCvgQWQmMPjvic9degdGtjDkjaIO6XnSwuvYIs1VPwrXHcOHgZiWCazJ5eXV77ufK3Mh1cKL2xtFJtZPFBWyfK9I69tVIgnI42mT7Q7woB8eE4yqsxdZ/0qculkGVq+mq7uSoswRqeaG7p1wWu0RHhcDW8wVEz76GLGXkFjYkx1fXhAmXc0UKIlmz0l/uQDI4nc7SjsLVRM62Xlnmkf+Yo7HBU1PonSf18R3N2GlghnYNFM5fydOXcVdiYr2EUqorcGZyzSLprZjdTKRBd/Yan8gxQ62VABEixs+54oXCA4iriae16q5e4Zjz+isVXkYqMuszPkX2kIid/osI/qvLVpjbD3rOVYVgjCUbDQQGvEcMS0UQgnc95lvD3x1MVoLN3x9J8mYEduJWQHToqip4YsAkB4B1DogUOrg65b8JMWyNkYEn6MC4igqJF+fDS6PycRU+62jO8fL4SthHqo6JHX+RTxJejB2PPAq9NfkquLRHx4ddZmaBq/HejcBg0CByci2U/eFbjtx0KokCheOVIhTt1tIOAAREhDHBIQDEEkmIJ8qX5f4QDkqIOGRG0XnFkC4CEwvEAlIpRLWXgcw+eGceyBVPfivOf8uYxN0LMWOBET+cVmRRcNm7vnlgVoCCKm/mYAI3y59DEBs1aQEs5ZNxwxBZXDfOkNcR5TOEI79NqaI8ABI+3z/xc4hPzcAMbb46YNXx54T1mymQDrcA2MPsvgRbGQACPE1xcK7kgcBls0KDCn0XLYfHMQiy5kOCIldfMZ8gDg6IHMeHwq/AKNtneQYgOzfDXTn2EUpswYi4Xq7Gx3S/e2TMTMA+dSmQmhcO6HftEizVW0tfC9RIRuqTklH+sVxJTGgX068CykBK15DO+vqBPqWH5tZmiIXVhdaztYMj00AYsSp/9s11J3y0j9hyIf6FotMdyIeZqGE4+5K6pDwdKvHdEDUIzxs8QdXzefNa5gC71Qf1Il6Xm4LhApf+BEWqvpiXdLPv//++5erCf1+eXV5lRQCxWTcvvOgum3aNHOXDKdU8qsy5hYRL7OdYBW5UG2dnYcOj6K7O4FmDMSMJD3fMY/wkpOha7GpqKXknJytfrRXODshQD5ULmTH6V5a65voYiKkO8XuR2oz6dJrOAjbTVj8bcxN1+7eLex71+/Xt7q7vP1DGqsOj6ktrY5IYFMhRDyEwZJuri8THQwDw0Slx48cLMf0XkI7kjZ5yOOuoEI++fUBeQjnz0GrC+/tsphMIZxQAZMNqn7e0ZVnfF7es1qJobdTnuxPTwMACDdm2Lv6vfjEuIHFcvwgZhZdSrR67xb6xv39svXzR04J0ygJvZ0LDTbVFAjXwzvBDECI+j3+k37oT//83ClGlPT/L/ODKIRIsFq4EaoDoRXy0bCwwYdREkJwyiEHVMgMT4jFV18VYxerfMU4unXeIn9eTZ9ZXUmHM0M9s21CDypEizGEGBdj8Xg2o4kQ5GMhOP/WM3sXTl1OK+9pthMFEObc0pCQopsEkmfhf7KEmGEXexE7IdKsdsHNXUhVVSFi7B9MxyOLjDppzDgLQTNNhVSfDV4q2g1aXVpChbb/ml1PnTlvCiEr47XrltzQMmWuIfdfTSYZxXgvp4PM47fav7xKMGQHpSqE+53pGTAya+DDmSokURhGmMkjxG8h9FYCIkMJBdjuulYQYLNGMmEz46w12xZ2kOVZ7NEGdhRbyVuYTuDe6DZzCWRhIiJvceBwfDmIVcjYjHpKAQm7L6aFkm9n1tnFymfzLCPqC4eG39jIG+wVJduW7NtF4kFkJbUUZXa5Vg8KQ11jZ0mpepZYbHHBDghz6W/bDfxG3fzOmoKLJuMpIkeNEjjWFxfg8SsBqVDzfXIkDHTznh/jAWlmheNeNTvrrV4vvTeXCjn5wvRub1XQB7S6BMRhAMR5A0CYy9VjJBMQpwQQoc0QZ+YMYU19hiCKin01tMHxIIej709iQDz7LgSA7NmR7SxvV/OX9SaX047dMfMWXylhJpnf2GplMyhqdUam5r88Q5zyGaKWqjcAKSVm6JBZM6Sp6hClitBovM8PG4HOwQ/BwS0Rm19jr1+aIZudIKGDRTpklHScbgvD6NAI/e+8v3zvfnUBL2NLk0sq4DmNPsniR77NrtyDd/vxZCdvKHVYqkQ0HYIRagAypw55MzdGPvMcHXZ5pB0AiXYYRT8dfvH+hiTi4McqB+P4z0uiizTC9fpOTA8yFb2FQCv3+c9/3MnpQWwkIarWs6nmeB6hO1h6iHYG0VAgIqydrFk9vkLX6fHjiXf0R/Jw/NJcq+urLKcsV9ItqsLDp0DYbnOZDLSfczBbW7HUmDqZZAekoRyBT04WpEooeteN3aj75BXdU2L/6wkaW/1eEmkde6vuLi3xV9+hmUZZ32iGK/IYqtvlT+hqOmYQ6fn/qhNDiXBbZ2fO6NGzp8TClINOHnvpwWIUnktqf92TJATwSAz38t4jSV8T0bglYkzGKGqBnK3W+XmIdhqJmJhstkrtqFnSk0h+SSVsh7L/R496ScP/ke2kSJWzs7Ps2/RQWNPAHf+FNuY9T6NKgTBePRuZ742v4BIe/f9Ye22IEJWw0Np+2u3KFFLRq0wls1mhi7fNYfEvUjlj5gGEz8FoQlqX6dMB4UZX9v7fIu1gVWilVkeVdfhP/XFmMt10HHNK8BgIR4uERW8DW3sr69H/W4wIYyXXtXIwbs4hBO/HbhxYKAu/5rOMTQMK0sn45lP5IwGbw3H2Imp0kTl6VmSRJJejOrqf4XFMjqj5ExeTYyXUsSYkIDg6x04COMPXtUDsP1p9sXkskOravKQCPGuixBMCuWOmXF3GYMiH13w/z6Hp+8BQCNQ/dtd8ehm68BP1rmd1E2s1qovEsoBIRg9V4g4FIV6rZQsCB087TP4ovEoIdOHm7WWUnuC2ik6u3bfW8LCak0TJU8wtqSIlmLCW7ai5QitXgXjHLsOnqB6jUV5diDgXRbVmnoiNs5rgqJ8s8noRXZRgV+IuXSFZkZey7ToptmzN7dJTWTIDZ5+K79rLLbkcX81ESeh9s8YLFbPBKZiBASeRWefMXmYYN/ACw5XUXtqWaTkXhVrvm2tF7dSyG4odBYAwYl72vc1aXkmFuz4MlUxogMgJ4PL0IRWQnC08hpVYl3IxT3rA6Vr8tK3qCwARSZ/gNRyx6NX4OJWpakV6+Td4ptxw7IAIV+WzACCYIXMBgvdBU9AvtgPS5U3XBkiXAAFqnDhnAOK4FkCc2YD4OSA8B6T5hoDQFOYWQDgzAcE0wtSxA8J0QGYXBTZJFK29WdFs3/XNp+WnjMZrI9lqCiB+k/Pnz+MmYft6BIEC9RCzNvKTV4VFQLhw0wI5ayzK+B42r/epsk5W1DuMrr9hTgkgyCEuRPJJujRa85216zAhU2RlN2DINRSNKGOn82Zkosa7MdHItmqdkIIpRBS3KAXEGZHib/KoyznvRsJ3a+MwXzYINy8sWbtu+lHcH89YikZdSfs0E0j/5kpKliWUT/DIkTf8kAg6RAcEleCzLtTBTwnTuynpvCZhlN3gyuy6KeMX53c3E/qpa7sfcmdz827SQHZu8bYnFu13/RcvP91biWvl7By+ELKwTdGIzcXz2nXWGQ8TbiH0J/sdtaSgY8jpysvXrz/fzOj162tHlkVKB7/dTs3YyOn+IJsfca2mwIi10/fcVbiYdZTQ0W3Yq+SOG8GLV22HG3jgvLDz7EmhAY9FFM2MHz7Vz0saj48ifm6GS/80LOmMOyv54R/1EjukmqdZneHK47s84u0pwzQM+U7S+A/157YVB5rlV0K9gTIDByc9drMG33D/c805WbpN69TdU30GnpKF16hJ5Xy1Eli8g3qSsaDM8xOH4Fs9AQewQ80VqC/0YAgN7EMRnYdzZC34ZEG6geeXv1ITMJ72RY7finbCiC+8CQojIyXIFrMChiPyvnq/HfGvGiWuIfdPHo0KI3lYcNHpZ51Fe7pz7+mzJzvlTifbr0ZhGR78aKh9T59lQStBIRlND46vhZAu5wZpqHmpmT+nUfA7o9A+hq8PoySztb0wlRyiQhV/aYJx8B3oDovx56X59YOY11QKrGSIfWH9HhQlQ55mRpe7yWX4TsAJ8waIKhEZboPqDICzOkYcAKGv4V8Eswrb9A1hojnupBPxbiF13eLCH8EMl7pTvBkEvuN7Mg9XszgW0uCifXz9RgjDSY/56yOyniNFBgbQFvCI1WEwy18HYhxyCcECSRz1oVFg5HCm0yk4Z+o8c4CFWe9wce05oVGgCQ/cCLGhyaJ+Hq8NJYwQMfzeNnsZzK7xAr6FYbNjJlnoJ6/aM6t8zeOW3SsYnULntRLZoOo8NmZ4YyflfKg6f+dJOJw3pHLz5Cz31dCFJyGyP2/JXZesH45KRWAuUS/bfGBw2QkZwlnS2+vAkqcU2h69QIVMoe0METX01d/QBhjc8t1x91AroxHf6RZL/xCJmYkD2NyW3xLjohDCaktru+ApAlwouHIiui4yyinfl2fVaWGyz1PWLtny37OFLTsVku8/YfAuLMJtt5TwfE9NLxjyuAvIoNyTlLk0vIrq++muUfoHSVEc2FeMQEQxLTWvBiOzA4JX6ID44LjiQU5nQRcECFbuikjOE7xHjw33ww0ihMHqy9sYkANbOljhVc4jU4WgbyshAoGpM2QUWAeYdMtqd8cd/VvqC3qtMi0NoDcFEGZ3lOPgv1VM2SHFq6Xvc2BG3kiOH0+c2rg7GhaFNnLi7up4BBvrH9er0t3q/vqGbYoIZwTXd80fty/R3TFUCMZusJzkDDrYCGxTZAuAIEpVk7FO4icXCjVnFEr3YRxo1Rdg8DIdcNmch4J8TuOiEU+OiZwF6Ps+7upjqO/lWeHAssSVkUj++xONcQd5LUMsSKF0k+5UFZIXikQ0Z5Zu5uPlwBKa0ktZh30OpiAAYe7YAeyd2Hl+Wf1/M6vWf75jh47AkM0yjWFBr0qY9Ce3ZP0P0MbHsStj7Kj4bHzkRN8PzXHKziEBdREpzryjoJBAW4/8iAPVF5/2T05e4BdjK06AILhRpW0tpO1I3QbdQa0ytITAuhGnIbMQ8zqKnmDZrjAmv7vb0MJsqCZVFtVWiSvbtDpGfbR+C3KpILOQXREqRE3OUY/ddvvSTZEKLFmWBcjoUTbAKsX7MguCrlKgH28MEOhlE5CW8XUbuU7XsyZ+iDiCrGIFJRQ1dM9ppQIUUQBD0pf5+1Ao8j39cRSLqQyNZVTPQ4Fw43sASMjbWslLvfTPLUgDGEYrxu4XPwtfV1B7YDc0iz66UPVIUSJ1/jAoifMYLTWM4MEVKAqsJYxqMfezZQHGl32AJYh0h5h3v36iLGZug8CS5wAdy8o+1RK7h4Z8yRmza9TaMqruxGms8NZTGczxUUnh1HrvywBtExoHmqTE4G15XsOyComtvPgcywArmG6C5QC43QqBBVOfoSZoxHnQAjrrIfEhT8CvjAAasoy+ghTSOVY/0YoaGipELwbWWvrWtiyEWa4EEKwqy0v/3Cge0NoWQFBZwFjUf720OlSlkRWPrsqeTp1aGbYQrDbrCzv6lCGI7Cok2QF9YJrRaUrL+O3Azup+AgjXtb5Zq+wGBBZ2K5jipkzfakHiFMGiIhLv6u2zBH654610Lxkr069DrWjQW5NlbMdYbWAhnKiQV9b8TtQF1oYqIELqvD0r3sitwViIyrr20j+pu/J/EL3DzO08DCPmTsqoSwDRsSgmDUtVEG9AhMC15vP47WCLkSwDIiqFCjNGJke2pgikFGQMJ4KKyBI0pTH4DUC20rpTI+4MbRXyFYF1gapasMe8sbW3vJouPDhxeGvupOq7H5UOpKco/oEDBBY7puc+1SzyVUA2EkDW7WXOsw0ahD5deWkIRSG78ByBVCr4vTEvTYGI4oWxMcvxxXm0ZxVYSNo9OZ7MY0M0bpSmP7bf4LoZmPF4UT60nidJ7uEUzVxkLe0AIyTZTwFJe+a1HBDMLd3EBYmUWzCgQr6zZJnNAIGohTVUnGGhUdR7AMQVsHXZBZY3mOxeMVis7FG4vFj3C2SCMzuhLydAUFLVugxd+LO9a2FqIgbCnd5duXLX2mrhQKYVVGhLUeQh4AtRfHQAH4w6Putj/P//weQuzZftXmgdFE6n6zhqPC6X/ZLdZLPJpycjLPAYXJmL0FwoKwFEZ9AJQGgWSeBshxgWIVXILWIyQVdPiSIlIKIdCOnAr62Yk8Io4tFSPUKe8dUuYorxCJkcbYT8SXYXl23ekj5fgU1no18Actvs+bihf0FIzgRkj8RvA8MuRU7dtFnUhcQj9G0aUaSsouAiewTRSWfKpDfyV/m0WI2QkgcaDcakoYgACQhnlK0IUm7uY/nVSDQcmmMTUtBAmD5r/aK5VUtcSL23GpqduBlaXQhdhSzk3NSbIoL8uxDw97aMf5DYCXgZU2Yl53jMiqebGO0X6kCDUgInVUJwbo03zD4a6Pb+LePnpD8BPMC/rVYhd+xXBJZ0FgMGwFF5xrzf34C7DaevslvUk4gLZGFJSDhVuUmF6lJ2p55EbIudDhDV8MGr3rYBUIXMuBrNEKNFAZJKFKkAUT4dO4I0KLMFE8iCWZha0jmBM3/ueMS3R4YpgJArvlP2rvbX0sLxUqxxy43YYm2Z4XT9Lwim0WI7PYUoUgOi/DLYkgOnYNJqbAeVKD12goxVdLIsxLBi0XtrTCVoDpEP6pLDNU6nxgCRSQvo9liFGGpIrWRTuZBdThQJi+UB6h1NQqVlu+f3/AbAp4BIS529GNZgRmLYjPD3Sq9u9CD1d3TVQFsHtAdtsSVViweJC6mQeQO7luz4JBeyfo0NqJ+RgWl92iQ6bvgwSeiImGxkxmCV1o34R2/T0MlGiMb1moPUxMHsZejDCsiU1hqWFtCDGC96EgyBhoJ96y2znv5wOCcGLvfauCjWTIxrZCPonoiMssEzTluSDnt1dlto5wUjSGdtIeRVm+IhuBDoIRrNhZC9ENdVATjUT3hGLJP1bgwofAjwzIrBirdCoDG/bUnVlEhR2/GKbEYQQFyWzIKVdoW6ENKt2c6ib3AN03nD5Hf3UcgUmjYppPcGK0BcbDmYW2tnFnR3beUFoTLTM2r7wSZcjUHb8aB4n6evKwPNTsZgZBEXkgDSHEoUyV3I1KWJizT0bwsiYxSBQTE5IrvILuiUHBgAhEYD/yge5Agn4UVaIRaLKQcQRPAEarqysMtSDFwAkuBxPaRzASnhoBX6FNmIIvdb3IXEgEytX7hI4YPtswnJzCKzv4aOASzEgNjSC4dfjDHytgcFBFKYIqHYbVB1GDItylfZrbgrC2vhoE6umICUEGpC6EK4EKoHgclBy+ZCHiyShR8oW9cR7cEpEhbUt2dmScvAXUguAWT0BEUOyOkEm/2gs4lSjC/Zp2joG6rfLNK9BNl/AciUF7Pu0IUFwsfo2MHsbR62AVEkdyG1fOf6Io8KVqwenUcXXUzHqQvR5G1nna2I2/IjmrnZSFsSVAxnP60BKQ/yMAeBihTJA+TVqZusz8vYxs3BLtstIgZDoAqIC6kEUlYO88VyfjlkUUFspdikTaOLHnchGbhujlqsAM6bThcDTsu1pFnRkDTlO93aYU0eHfeq7tOQryvkhheLhTwodmaGupCNniPluFMu33sR8UT8CiLtXHgwi7oQiUdG2F7igQtNp/Wzpuz5jjk1Ut1JkT5BNlcdf79TrlbXc+/vRDztPU6RW2OulO/xhcqFzC9C7c62lC93L8+EPEtbAnLL+Hn8jSCHhYzFhZw7HiUvZ+aaY5VAbb8AKi2wy3nqGvX2/dv3n+5dDNP2fJGnQieyyNcGVIxrOIxCKcnfoe9GoPDYwJPtppatnRAtoYC02IHbc18T6gPbCL7BWZhh6Yo5yYJ3rZV1d2fCD6ypzDrmQhzO4l0/6axnSFdIaqbmRIZ18yG9TdMkI5hVIi7EyY4L2aMdtoKIOyltAjcze7fTGoIG3YubrxXzKXpABiJzIfSlDP5borM4/SAkQvqJfLpx48angz2AZ+g9PpKO8qy4ELV5i8gf9ghJGJdGzAO94K0VSYKdlcZC4bEkc7PT9IBiGraynfWEY1F4+B8jkk2nEoyLxbnPZgQUsRPqQoKsuBDCSOQggE1iVLZJlpQ5mDybRKvAo4hcYBILqYGk0/T2+DgLv5LmGJldprNyzSGJCmkwK6MuRG/egrTfKSyyGJ/4jYEEkgEyWbHJZqDtVV7apnQ90FMm9ZHOejY+9PE4yq+FZM4BAzRXvk25kVSFJZNjLzMuhFssuUoja2BFd3bDsPwA5PFDLGSs5soxknd+vHljTurgY+c65khLMA+IC+GMJZqw/lW+OGP2KwyQhYdPYAzNYNZcLpsuhHq2JIaL5TdiG8egC46nmSpj9OHryXiiFtkunAHLv3xeANJ5RyrUeqjl3UViWuBCrHw+gT6rxTJatXof/zCZjpsAZPYZs3HMhbCDt39LXLJ5G8YN1D3r0ecWy78KvLt6prMJy//64esLsSNauZkOxwdQRyStfVO+rCukrvRltaVRbeC6AABNj11X9JuX5M8v6ufaOE6QAFJcQXdBMKs229IfsmNzIa4lM5eK+1dcCLJgnpRfsIXCK3TBUFt+abImJ7wkirg7EzKlbfuS41ux7iTm4MfjZXZ0TIXTvV0WFn6fBkbYiBmRKgEIZMrvzEkhYJaAFMz1xgecIEFINaJkZVTXZyVICNmbTiQxr13peZ8s30zKmthorr1QZRu+o56TgpvLZq/fmYlCpbNoui6JiyoVKC3f77F3VIVb/QrVjuxK7mlLVeEoyV9WlULazasOOHjm1ZvnltV/1686NLlKtnG3pf53J/4ap1uIj/T0S2OUuplwIUK8qnewf+yDQkoeSy93vG+yDCei4rKDY18IOVNvXF62XvUevf+6025vbF0NfKY0JcXZpEK8HHqoVg8O9kkVstJ9ycNtitMn4bmSU29WXxz/p+5CyKZTVQoxvXfccj9peVZWIUJKsTx/cHQkmh07SCG1w3ypJMlzkg6uyg4PxXOv8Bw+X5Hl5DwRV4wb6fSVNi+URqhFUCF/kShPqu0mSCaV1kRJV8mRlO7SkqDzKZAX18Rz8UvVJ7vAg7YRtol8SDbmWBBPU0bohnj9kn5ZLa/Nqi5LioBJKdagpBean78idKaUBkGFifAXeWCKQa1CVgifBWeQgdE3mpGnbXRNUgxUp1qUgWXhoMC2kCJeqMXCuTMq6471v0it+BKr2JthfTEpzij1TpruIadmLhqlQs68gmftMvyt/MWkOJt4eGm6h4z6+cOVNvxFvwXIUJSHkx5lExD2sbbhz5+zQzLSg/z/7Sxf/M2jAMLf8g9YrNxJ35rWKutQG4Bk6JC0v+AklEF4qf8cffzS0mziQcQ7ZXKkp38xHo2hoSKak2atws6X+r8ITa0bgYlkYpKwwZOHhjI5UaTIQ+RNpq45OiCWQX38BzixP6k7qxBSzpJ0zXmUtAqKmKAMMCavzQShZbLzi+O95ie5IwwX4zs8C5xegfJ9uXgIcAr5F8BhIwTNOu0IgbqsI2RUQPDTtocK/9oI+UvinuonTqOs/48UeixjGctYxjKWsYxlLLncL6Opr4IEqjEwAAAAAElFTkSuQmCC\" />\r\n<br><br>\r\nIt’s Cyber Monday ?. It’s also your final chance to get <strong>up to 70% off AIOSEO</strong>!\r\n<br><br>\r\nAs soon as you upgrade, you’ll unlock our next-gen <strong>Schema Generator</strong>, <strong>Local Business SEO tools</strong>, powerful <strong>Redirection Manager</strong>, <strong>Link Assistant</strong>, and more.\r\n<br><br>\r\nDon’t miss our biggest sale of the year!','success','[\"4-x\",\"lite\"]',905,NULL,'2023-11-27 00:00:00','2023-12-02 00:00:00','Claim Your Upgrade Deal Now','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-deal-now-v4-lite',NULL,NULL,0,0,'2023-11-04 05:33:51','2023-12-01 07:11:30'),(52,'6558534cefa50',NULL,'[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 ??','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAABO1BMVEUUGjcUGjgAAAATGzgfJ0rR0tj///8YID/HyM85QFi/wsm6u8K0t74AAAAzOFGpq7Wvsbna29/w8PL19fYsMUfk5ehPUmPf4OMqMVAAADilprBaXGmVmKCfoKkiKEDq6+12eocAACltcH5ITWG4vs/Px8sAABqnsMxnaXWPkZkAAA6Ki5R9f4lncINfYnFWXnEQH0mEho7k6/W/xNKVpMqlo6ZZZH2vt85NYX+Jmsk9SGtzicYXFRPa4vLMwMChvLUDGUGZuLB+k8gmHjYHrGKeqMcbOWKMtKMApVHKuLZtfZerwLtdesTJpIYJhFMUATXJ49QAO8xBl3EAnzOSyqlusY2mJUIXWdLJqJ5Usn+RpvBbgevBzOey2MIwSJM2rnGASC7zggQADN6quvHpK0wKPqjEi5hRHDq/Zx7bohUVAAAAA3RSTlPAMQCthFUsAAAgaklEQVR42uzYMQqAQAxE0awRF4vtthZsFLYSCxXBSvAU3v8c1uoBMpB5V/hMikgVRAmEhEqCEpAgolEJRFThvQLDIGAYBAyDgGEQMAwChkHAMAgYBgHDIGAYBAxAkJi/PH/X7IPkM32dtbplHiSmft/erlL8bsQ6SJeW+5jfjrUd3G7EOEgu0938jSmrU9ZBHvbMZtdNGIjCC5cxcDkmASeImAImlUUBIVGp3VWqVKmLvv8DdUza6Db9kbqCqj26GsL4mMX9GHsS490b+lHvy49SsGov8RvV8iEhf2WXf0mvsDmQzxk9Kqf3nwZ9M0gptBaPkroWfyZVO1erWnyHRe+wDvcAJKcH3YGUFhiAx/++tLBSrIbyYYgTP1MNRApwtUN5JyIHiN1pD0CeKX8GRKMvMtaxxbrirFjq9RWP+quQbLieQmf1t+VIKo3DKeKp3sxZeQscUTVETRqVpldCrk/hi5n1M9c+vgDtDMjzClHoiIKgIOqgBGA1+y3AAwu9heKrocJ5IoCUopYAQroikt4s7cBJOVgOqCiPw5wSJNRDrU/RGsfGWeEE15UrpXaA3H4N2wuQjJqTV/McSE8BHN5SPEC0k0ItoZZJYKjoAFUqnOkIOUNMrbW1c22LJ4qcRTcq2LMphbTmyhEFRRjOl56BTU4jWqYayp7ys9CGISjDjM5jN2zf3e0ESPPy1EbGmGh5BCJh6Igl5+zFk2BVLzkUeogYSIGKQqYYlM6cOHskg44/MLGZAssAukF6IKkG4AIeiRFyzKc648u40ILhNYeE77JpcyI7AUIZnQqv0wMQGV1DSq+ULV1Bo6XC9U8XEVLQKqu+AsmqvqAJBR36A+WRyPJWx1ThQK8nSiAYyEhEx/SM7khP53OQioWaaMryi6poBCqaDIOawvE/kHuFTOfZzOfxuz0kJ68CMXVATYWlZooATOse8g3IAvArHlGAASG5il5DoCkGHHM6Wit9P9UGGVHu68BA2Kli44wig5++Apnp2GtszmMvQO4V8rCHZEkcVxrHXFuFIkfl+bR8SZ8BGR0DmTq6QCGkDyk1WdbQ6czzqV97ZmmBF11IJwbSYj5RE2S5B6L8dAw+JEQUnN22RHYD5Nd7CEshIAOLrAGG9kANxu8qZBx8hRh6gkRM9kKpWdqu1whyCtYuyxoDBzS0dlkhl1BZrBVS+uIAXnMGYoopgKjFhtoNkF92WUOtasUAAmUTOiDpwHSwUAJVfgdkREatazOqDRUW0XLFW6pGSiGlKJu86ucDu5/YGFILBAyEuyyemcAcaVGJAZoT7KYlsh8gd30P5Ahbe1dC5N/2c0ZFQ4nfXAqDCOYbEL9vvGasWU4GL4kKImMosAhoghTicKPe+bG4zygMiXpwSHVOfoEbZ6JjRtXmm8iOgdQuejta4fdkifYpHiGsfBvGyyDsFF6U1Va9fY05NdYaDpiTeJ4v2sIkYWqwpFFZqnRx/Ahcq+SpUpC2Cis/Pk0vo0Gl8YQ+iVvF9msaPnW+nLbUPoD86rcsaQH5zcfSUpZg1VJytFL429rxJ+ngpB4AOAipHYBBA6WU4vYI5VPrcgSAx71sbTmus0o4n9xBk7ULIPQLIEIqfTcqpaQQtWLdbuXNwKla+LAmtVbyZtYc69Vxn3+7j/xItBrr1caBp6+O7XlsD4TPQ3Lyyr/+3c9D/k1tCuT/ieGjNgfy8zP1V//P1LeTxBf27qA1cSAM4/jhCfPWBQXjuGVWmCDCwvZQQmFvIxRSPFpyUdBStLbsfv9PsJmsSVNqeygDeZu+P0yMntQ/GUOYqDkx68Tiq2o9iMzLauIQBFZmLtZYBAHMi+VrYxFESBC2JAgzEoQZCcKMBGFGgjAjQZiRIMxIEGYkCDMShBkJwowEYUaCMCNBmJEgzEgQZiQIM0GCkH7TgB1diwqNRzymVoQIQjoC1VCucNyc9rkxhBLBOQdCxfKY7BIiiLZoyNBg9OQ7K5MZKu56kTqHGrGYDRYgCGmUsuMtIxD8DXZqvo2So7hV9atIqgtt3X2e509RowiL6ZIhgkRoMMYAtwUA+kKPFTf+clEgdfcPm81hnUeoWQ5jVoAgiFDIkK1Wf2B2f3cALZf2lqB/2qEaqVGslIrHrYpV5bcPkrp0vb1S6rB9clUGHn+kEmIPsShkWD0+rpDt9/udWd7cLKsgSiXD2K9aldQ/bvPDB/E7yDw+3Klt7vBfd4KgGUSfCDI8G3MJoppB5g/bbgYh4J0hq2hxHrc8ZJ2fGrI2V5v5XReHLNDz+lN/qXcsyMnDXpyNkpiRJE5+9TW8qT/sXS8ceAkYBFRuZFRter3LCSuXEw1CgeDSxcI5wlGH9hCYF/em+dRFn5spKs45XIOZEEH0OwY9bl6fXPQrrzOnTvyHPpv1PqlBb1Ys3gAl0h9l8QHhg2BQvJd/3J1vc5owGMBfjEBMMggwpUMYDr2p1encdL2eb3Y9vfVFX/Su3e32ot//a+zhjz4DrGNYLd0vIUDMZs2PxySy1bdv01jQt+w5ORm5Z0ewvhWGg66OQrRXr6vyocIodJwI0ae+O0j6ubtlz8nJyD07gvUdIMQI0d5rg48VaeD4VJYjRcjZTPBR/Jq6nS3tsxaetJQpnjROhD7pxIT4c2UYD+BSSn48fSPkzWtDrYatmnqF30BxBCHwqjzPMzpnDWAQbmjp3e3xoHvWCrc0ToQ+TZ8djsNdTBt6uxOCkO5GiPbm9Re1KlarJkKUqed7fqg0XiLhOIoUICckaFo746BwjlWfayIErq7W0JtEL+kF0phO2umhpm2F2Per1erhERd2lHJ67HoJgRzRbb1AYHBPDxQgFfL9brW6vouNEJsQgzpEVS1HRWzD2OoIzDpFiIbTWEHoy4VI5duZop9HQm6vr1d3t/er6A1pFHjeUIwMS21y5jZVMnSo56gLRgnxArYIpCEEc+3aCIEISdG5SR7HJHsxj7LlT7AotuPKtzeKHkfIw/X96uF2dR2AkGGwcDuLRSTE9dpE9ejQE646ahpDj7QMyMLzBh1SGyF/RAgnLxmBQm7vHqwoSiw4ljNJqbNYzAJLiDFV+ZBTk6tk5EnhUWNBFzODLRZWbYS8yguhQ0p8Aq+D9Jbz3vyq11suvySPkBqDEQL8uoNR/e4+GSH+GNMtPLfs6NC21YUHO6tWY4jeDsNJQ0+EmN65T7p+25v4y5/9/s+r/s38cklNKsRYchYl4VE68lzBXZ9z34iqyLOTERL8uLte3aslqOW0V5/Eq940QtqjAR2EMBaGvZur9c3l/Go+X/Ycg/PZrD2DR2Ze6NHhbDYezEadcDYa+4MRSaFYwq5yXXUhMKjH3N46O3sfS3uTk8KuixBNjz+A2Agxjca44Q6MyXBi9Jc3y5srKG8uCRGE+q4rfZcZUnBi+NI3pOFCEVU+sQ26ybDhYWHDjBFCX/xKPRpD2u3uZgwRwhRCEj4S5OLqgvYve3Q+306l6stGiGFVRCV6hV8WeYwISdboUPBtv0NyYDNJstVZRGaWpSnap+nXx5nu4etZbT7tjUEhVaHJBgVuWO6vQyj+Jbua0d0VkMU30AH5w/mHxznfd3e4NvdDUnRRfPlpPgV0f0Jf+ebpqfyk6IqinJW87VWkRncMUySNYVicdGMHQQ0FhJRE20FdbuFGs6zWYDCFWZZ8Hh0bG/wgmB99rehfqf9bVrwOGY8HiRCWVVKqTw9Ukj4To85BNIk4CO69e18hRo4QIbgwlNhPcS4ZJk8UIJb6zMjXFf6x3XEipDuZtJIxBDup9LXPqutA+QCupjOFjZV7wUblWhYL89WHOiwMcR0SCWG5EMEzKHaFw8HjTRognGN/VgO/x6REwtbokbyrhZDdsywg967CcJd9AHJGH+osvzFmiB0X8GkxtVoI0TJC0v7kWzZ9fDlfzy8uot3FxTrdLnobBZn2MRxJ9GQaodFUsHCFeij2P1BjIa8yb1kJ0tjC02v4agmfMS5hB/vlFWzL5eXNZfRItr1I/DED2fR5plEmPCiTqRCzGQWGZaqBS9S43wKilsMi/0C9heCgHndm8YqHYj3v9+fraDef99dr2KBYl4sQYFfY4VjFwGgihAeqJ4UrbW4GLnWh3oeqUgT0/xCCH7/jwhDBxcgjMLqrPcs2ydUU5r3c2EQId2noDYfCJgYTNDS8jmTOqSJEqYEQTVOKC8MoY9pPoX2xCocLTNlCyo0QywkCK7AsVXUC1W7atgW5dISUT7uFvH82IahDSz46Cae7IiQ97e2DFZpDgaDjvEJsDD6Mgwd10FeeYLeQt3q1rwo9XAjqULKzLAa5QH8fF+xQBPhAIc8ACnmjaRWUHC4EdeSE5BaF5cA/gjGCudgsB5MRKCRzqzsuTwAKUSopqS4EdcQJyAjJ6WClUpLxJKOj2CyXBAqBvicBWvk3F7ZZChLsFRIbqaikuhAtlYERoidCYordvQd2UILM5Z8RQmV8s8lsMsZMc2RZrMkC5ymnvdRRkcKgnl6oVZRUF6LFKrZS8P8YyrSH98yjCulQmMwIkY7j8fFwNpVeODOGFp36ExY86bS3uVeIokVUUFJdiLa5CpKcXYewnZc91BwlQiALCeAsq+nSpsOj69jkDpGqKYgwS0YIecIIgVTBSBUhyTNiioVMMgvDU8KlEIkRoe7hlBGCl2teyRGEaBgYUCRbIxch5JT8Zu4Me56EoShs4jqvpbEFQlBsxzKXTDKjvtmMeeM3E7/5/3+PpbCdtN3YxoZ6gFI6nEmfnd5LAU1aicRS8e6H+PUc9YkEIIitoUseCgTBA/zdEsWQvwuEi56HUMn8HwsOQf/AJVMAAQ0kWa1DvCyL/00gXMAhyd02qLNWl29QXYwhGEFA5JFAgAP0+yW8DuGdQ7ikirjhjJhtsiXn6EXqC5RjCrezKAKHlBXrujVlc6JalFmW57k9Zkwk16S9lN3rkGP/gM0EQHoUi478UbPeIW98h+j35rMyRjbN9mlrV70yzH9kDjTuM0joEFmWWm211g3Nt0+kv0ljnkyzlVti6qqgfh8Q+KIVfsSPBAIesMjClouODxyCGKJNoxNhVNNoY5pPutKKDYluqKEKHnAIE0SsEVInRSGkbRZcNEIZpcq6nufTA7FadMWs23o8jwKC3GqBFWja4nX3wo6fZbUl954phehuKBiwohhSZvM8O0QTO1QVDoLdX4wuGT0ECEZzt6GrHgek/0rsekD9UXc/ZGWBBFlWih30iAGLMGA5PSjLqp2QLI8CEvx4YRUQGQ8Eo1Xf/f3X2xUBa4Yr9eEsC365wxoQtxQStzgeAJJjvteW2CZV7BBUkJc+AIhnOofBHaHJTS5+eP/lA7KsrufcHuuDF0YCannIOx0CZkA6DsgRACpgcx8Q2OPgCZAHHP+pE37AMbF4a404qBdUH0NC6d6YresruzZjaWrXtmAsdUs2AkhskX4M62p3AYEVAgbeMBZlWVMLASQGwj8r4nZRebnknFfEEp3WI6ffqR5xHbLoAbhKMHi5pvFAEMrhjBMNAPL35rJIAIiXZQlRLlfSLN/XTJSrJ6mVEjIdO7lY3+2QRcjErmOBeF44eCT0i139IcsBSYSgNs4yRmzz3Tbtvu/Wm82aduudPdjvbMUFlu/9hztGbVN39np3rUFih9T5nJVKs7RNedOiLtMiq+9wSD4mqMfD1sLryhFAED0iR2DX/wCOL+wghmw/bRNjVg1jnG2ef/5Yf/+x2fz++dzq5/77z/1Pq+7D5+5De9bPtv7cfvRjg5Qs3oKMFw5B1xajgnpaBkrHxBD0GTLeENCrm4DAHlEMwW6Bj/B+COayEk6CEsFa7TYbYuv2h79br9e7zZ5ZM1gxfNg17NbP1imuxgZF4BE6JFbuH0wkxJATo/vi+mHrxSV7IBqhKVjwoNzfmu21CKBothevFUz/OHwMBD3WFRhMAp/cAgR/yq3wBajAJ6/CF3bYo0ThPph0v94hUJZfelAOb/qMdMjC80hkjmMwvh4I2Loyzq+w3J5lUa/xTMjLeAOHMFbmTBRFXbOSZWk6z5ta8ILZyF6nGVO8qqedfg9/yuioRYjpSiD4Eq/wjztYZ69D7IYduaU/Xh9114AVBBE4RGwrLc1HaTQ3xggzp7ei+mbEdrnVn4wWKc+nne2dnRtJ7NLtQObVNUC82XwcePueTr85IB+CO4acOGfuyDMDramXA0JD1hgesCDhOUQwroTiXBFnpD/NOVOcuGJSMMkkFeX090NmXkdBfhtMEgCJecRfFh+7Ag75+s6WyLKY0kpVxiSJLY73QgS1QPbP+/1+44Cc/CczYhZxhnVtDOEUtkw//d57xKeAwwDQBSCgF6QFrvTDSq9FG9Tffmo+vPEcQtRtiUC8IOeQ3feNfZeNrQdcMRRJwCHKsu5V+LLa6KBuFfddtPSghoCAbuyIWEh7vz4Zo1+/9WKIJwSR75diCIwyNGABy//21AkiLrrujPrzzgMB3YAJ6thwyuvXM2109X6GLAuR3K1eP/cad5OKROSOBzpkvADkqEXccWeG/xAIcITX+HGOG41X7jpk9rlSyzcD1yF0ud9BbWgkS0S0tAUcUpZl1zv9c/BZejhyr4Ee5E6qyyCoj1d9AIJeDCd54+QVZjoFBNiguAXOARlL4q11CbKsgTtSd96w4gI6fYOKKGmEMDIp+FOlW1RSCaUTqecqLaRMDFdCSttORtIEQLwsa2C48W0UA4GrziVs8V9x7rmsKYQBK1aHhHdAjDCfmkanzMjttlFcNo2gpa7UnAumnxKhLZ5Ea1KfNJsACLrmLBXUMeiEQMJsNr75iJbwOwEEWRYlU4BJhBSJUFa2SGz1QANDVs6yusiK9k4hy0o3AW8P0rws5znZgzrL0jqvszq1H2ThlfpYEYAEvdfv0IDCZ+YDcafc5BD8ReELOx2QqtKSPVhcJMZURmtjZGULo5Ul8ut5/2zXn/u7Y3o5XhmAzIYcEmdZuEYEEJxwshYPflD4wg6yrESICQYspaqqklJ2+0q16dWm/RcI9s8bf14XZTRVmKPyMMVZ1ux0V6IW9e4BiJc6+3c+Ts4nwoLH2d73q+VnPJflix61iUHJia9D8uENQJBbDTwPdGj2DdUBCWZXrhQA4wYVYghNIFael/u3aPteycKfv21ArSwDo2T+kJVGm1V9h0OgqP/jqN0CwTk4K9rwSfQd/ittnKgDwseJzorPrxJJKlnBypQlbe7DijQVtsKYSNPSFLVmKXMnMEauXV0O6lTeNtuLPjvTiec/e/kC7QcfLWIci1mQItgmP4bY/5/Guw7hUo2RHCASDiFekMizLHM1QUqbbdVoW36RbNUsl+bTaiuTZrXc6iIVufmsqyejG2O2hq9W8oq0t7jRIQv/vp7XECSrYbB5gbbzDomFb7U68dQJJZWU1c2LrJIhh2Rl++tOWRqQybtQ5Y5qyRnZRTSMJUXuHEu2qbB7xvO5IpZYgxClBWO2Tmwah8SDypBDgOcFovnpGBImBqB31Ik7hkT9FZvdXNmvaBKuEomGHJIxTmXbvXNfAAKlNL9SEzgk7qW4Hjc6Ei8OdRRYYDrPduDmKifvGA5o159EN2owBcq8h6/GpbX5Q9JeDEf901hoQB0ZmO8oOARcBhwCwWUA4sWQxMUQoj/tnemO0zAQgAOJqXECdpajS2hYECBOcQgQEkJbVgJ1VxUIcUjwA+0/3v8RGDtpJ7Fjt7FpA1K/pLlaGpSP8dSZuhxNmWB0esRESk5+HGaCvnh5L4UnuIBDPYUcLP73qEtmhACLy6o/ixsb/lZQPtIjBHFHCDqM9FqK00J3HsKfZ8JPWSmXMHp0xNRSCfm4EMIpLTjjfYVAm8IIhcWeu8nCS23+Gg3uoyB8WCd8BS6MR34Z72XdsBfA4WEpZGBSB+K2L7XCL0DiYU2TrR/CJHJFm0u5uoM/UtYD5vzYW43rDAEN+ZO/W36317iYuHbeRgchncSNVWwetArBiqEf1DqpJovK/l+qhB+0I+QKODk3NOVDlRtaxMtljEcQ40hkXHV8j/WI1YCdp0+uaveyPCBOqiYrH6vPA/k5TQgsJXttLsGrl+A58MCy+q8U00lR+jIpH8fXbrguHV7c2OYFI8RpDy2hrHq29EMI5aI3PHMLsYMyDtrs0bJYMnkAdZLlXlmUUC+ptqSGiTig1zy4dWv5n7zEN2weTGKcERSy6n0c4rvrIWlZ9IUXnDiQTVZKSC6NG0ldQcfgBGa1qDcIR+EToBQLSs7Bj6jgksn5d7fP9+DixcvAjZokuXzDvNwYE2sSWd2trbqzYkhTD9gKIXt5ml0Zg5SDTiEqkdTsVctzTSHKumhQlkVDiHiw7xZwGyblYT9Jkh7/kC2OLELWe6Xz9MYYwyCo7eHzxREQkq1CCHhwmCbnK97gA2mKiCXYH9NlBBFZ9JpS7ebVt9/vX2/nECGhZD6n1TJj5PDH3TQjMEaKCUKyTB7qAzRZ6sZUPk6ZFH9FT+pgAxbYMZBzLrKVSCGSyZs36ADdaCZGHXgoiS1z5Hjtemj/oQurhDAuoeRoSmE5PaIchHy8mwlCX75OOSFgi6fEwN1kqVhJ86q/fgmF4A9Togq1QCFuBJCVbxQYH2DCIiI0JgKbLLfY9oAdYGWb5Mc5B2gBl4ASgvc11STXarE4oAlRSqQJbJu2SeQwHptzp6KOMYaLBw5MwG0/NapjyCgZpxS2l+9+CZO6Sa5FSH3109aBFFYLIeeVi/0EkDLWaWU2LSQoqftUDNPWxJz1kEug4Upl4kr9IyrGD+42dJAxCOFoREj0hgqoiwK0SBLlApYKj1QQPptNVl/1seVuryeC2vC7vcThuleTkN2/ot6VsygnJYhgdU+d8GdKhXpUUtSFCIuG8E9Z/eSbQmiYEO66/Z4RwthY3ahctoLtJgsHlqOQGlEChTIhE8vRPINdrN8wqoTUSpQTpWTLSSQK/vAQd1YMWeZJSm2oC08FGasT5AewzHM6bjVZZM8WITDzoihUjmeMKgTPmgU1jJA6QDBMFPEW5s4mq0942iLEhW/F0Iec1yGBInTqnFcLUTrqCBkgTKyfssJziBBcUFWaqgtUtFWgEn0rhsxTSGWCURvuCMEoGSSHoJLYJ4fYK4Yzs2JY9BVCxhbyvYN8bAFNuIUwqkXIPm5XegKUhHcMwyMEVqz5H9VS5I5nk5Vm3QgOs8i6sftwR0gN6rEr+debrDUrhrT//4jeDUuzI56ltqcpUG3o58ADWg6RAjBCtGQy8sBTCBL7CwmvGLq5uwB/mnT68/T05zStd6nhAtH3UTJGyMKJFiFbi5JIyxe9PuHFHUKwYsh7k632caiUwHphhE3fH78/Pj7NUrXH8Y5lyoGmAcEFT5vRyAtBAMwhGB9GDsEoicOcxKuExCFIK50VQ1bwJoW5bVKINQLk8OTw8OQElCwC5Pvx8fHPX+9n1SD2Aq3CNi+aAdM+xZzSsiy6IgTR80llRCkJumgOIng+YIpjR8UQb6kCOGQWyDqnlK0h5MfvHye/f5+gkNOf339+/nb8/YraxWQCTwHtbJPis+rFItVzCFpAF1Vw4EatxHty/uEIfYVGyKYrhlWTBZNqtZZCfp5+/vzt6/FMvAIlXhifsrTeITZcikpJ4EWzEsWBsi05hPGqYjidqoohLM2KIRzqDXiQMmCuoGz29fs3yCLz4kI29ivC6P2QmqaAVnJRjPwvm8QRIegrPELMiiEIUUtLxTAcms6Ov74/nVFx4UIxXkcF1Q9SLYdUE263NnFrFHTRHBEC/P0IwQ/6rivkfo7i2mlkOptNU/Lq7fXMcs3p6vNiDqnZt2V2TCwjzyipcEZIgOy4u6dOAqD9pFAGyFr7Tbnqjd5Tx/xRT/oOxo1PKkET1ggJiRE5oxCvMYYpTmqXOlF/QEJ1SMofjFPaeMJ4mblv3MvCDN4VH21FEu8IAWwREhQjtghhXPjBM6ePdLlGZl9m8kjGKE05jnFIuTZmUfDmuzPKeCGMe1kALnGjpUK7m9ITXY0ZIWFpxFIxLLjnJNwBQjORZbCBkTH/9OXLjEgDEGQFXvJMdgybQjhvvvucpWVZGvUQTOIoxRogaq93JkE2HyE4xjDTxxhm5hjD/vdnGSPyOreETL98/wRCFKzx55lef4Tztt9dCEvFUGFGRA1aqxn5RshoIxESb6NiiE0Wk2hN1nfqiZlDvOjXc28RHiEmnRVDIaF0uhhjiAWqD35jDDFRm8maemNGiK8SFw4HG4gQR8WQVhVD0lEx5FwK+Sdo5RA/emUSje1ECKwAS8XwH8MjQgKCxBC3nU9ZxAu6arK9ltb7zePGqzoPUOKRQ8Iyic5fjpBhK4ZIZ8WQ9K8YbjxG3Iqi8ABJznfe7eUbqhhWHDaMTKEbAqyuGGqnoEXJLfeyNplJ3I6i4PhIEkvFsD9rVgxPsGIoYdAxPCLAOhVDFDJnnRXDYCMrcUuKwm5lxQnwt8YYZmtVDD/+OPn48RCF5PMvs091iLgrhrJj2MpCAiuGmENCWX0tO8EICWGUSLZQMcQmqypPwZosgY4h8SY8QswgCcBXCPoAnBXDOVYMTz7KiiG9d8+rYki1pN7bMkIdFcMhjIQLQR+mEMsYQ9GoGDJOCBdUpMSHXD78bSBmxXAEQgYxEi4EdbibLEotNae/A7Vt95NUjw+5lgBDKAkXgj6Av1oxRIG4cBCuGJP6g1sXhzfiIQR9GEayqu+Vk753LtadKdI8Lh/Gt0dpBb5M3yWLk+fquWL/3X4yuBEPIYaPUXJRAgM/J1yiBitN1qXkPSheFa8qsJ8jypsTXlPC+4nF4YkEX8e1s4niwaPJ4u/Li+fJNQiQwY14CEEdBtc2zrsFrd/juXUtnFvPZHwMrsRDCPj4t4DoTDzZx62LantwI6aQIB/7m566zhRyYu19hzdiCPnv4uOfRjPSW8jOx+BGmkJ2PpJkcCM9hSQ7ehMjPYTswmNzqCDpI2TnQ2NII1G882EwpJFo58PCQEainQ8LAxmJdj4sDGQk2vmwMJCRaOfDwkBGop0PG8MYiaJ4tPOxJVZfafBxZhcfDrYeI2eis2einQ8b2zYSnTn7BzDuvJbi3P+aAAAAAElFTkSuQmCC\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEO’s new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URL’s index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!','success','[\"4-x\",\"lite\"]',958,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',1,0,'2023-11-18 06:01:48','2023-12-17 23:26:18'),(53,'6560f87b4b556',NULL,'Universal Analytics V3 Deprecation Notice','You have been using the AIOSEO Google Analytics V3 (Universal Analytics) integration which has been deprecated by Google and is no longer supported. This may affect your website\'s data accuracy and performance.<br><br>To ensure a seamless analytics experience, we recommend migrating to MonsterInsights, a powerful analytics solution.<br><br>MonsterInsights offers advanced features such as real-time tracking, enhanced e-commerce analytics, and easy-to-understand reports, helping you make informed decisions to grow your online presence effectively.<br><br>Click the button below to be redirected to the MonsterInsights setup process, where you can start benefiting from its robust analytics capabilities immediately.','error','[\"all\"]',NULL,'google-analytics-v3-deprecation','2023-11-24 19:24:43',NULL,'Fix Now','https://www.crosspoint-church.com/wp-admin/admin.php?page=aioseo-monsterinsights',NULL,NULL,1,0,'2023-11-24 19:24:43','2023-12-17 23:26:18'),(54,'6579ce89512ed',NULL,'Introducing Support For Additional Page Builders: WPBakery and Avada ?','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAAB4FBMVEXl8f/u9v8AAADG4f8AAZEBQD+7AEIAilL01MZShu4pS5XutpwAaUjonnLUVQaVSSmPEj4AGeWSre/zAEgCPrz6eQAAUN0AiZSCzKZZmb/L6NQ/Kza74skAaO4bFwk4hrMBAi8AN5mAnL9uncAUCDJnjrcGt2dUw39oxpIAVqIbbKoBb6ub1rYovG5cd5mrw9gAHG0HTX91eYdpgJ+Zts9tcX8AK3FRhrKtx+oiHDgAN3UsdquLqMWcq79UWm8AmX2El68AQ3p2iqW1wtN9gY6XmaLE2vNLapAArFAAAmijssYlVoQEfrKSo7k6YIqy0fUAAE9GwHkAZKN9kasfIkEgMVLk7/4Ydai7yNnDzt2Km7O0tboBa6bK1OPP2ue+v8TU3uyXrsiipauous3c5/UADUYxN0vJ3/gQc6cAAF7O4/oUKk4AW56Dh5Qld6kzPVkAYZ9kaXquvc8AAEHX5vgAdq6xzOy30/QEJE3Iyc5cYnTt7e8AETiKi5IrMEaOkp25usABcqbDxMhNVGmsrbTe7f2anqnZ4e309PQ6Q1sOGjgAAADf4OTU1dm50e/e5e71+//a2+Dx8fLj6vS81vVBSWL29/fC2/vP0Nbo6Ovo7/r5+vrH4f/s9P/v9/////+4jqQBAAAABHRSTlMwwQDBP7aQagAAAAlwSFlzAAAOxAAADsQBlSsOGwAAIABJREFUeNrtXYlD20a6p/veXm/vbs/tkTRprs1FLtgSyEKAUCAQEnJADLZj2BLTzUVoKXFbEyNsk9hItoxkS0j6V9/M6JrRZdnYiUz5LB+65fnN7ztmvpHaftX2jiTvyy6F2eA3mF0fRXqn7VdtbbKCfu+/dvPSANnNMaAoclvbO8o+QYLCEFlQ3mmT9vnROIbsmiKy1LZfu4PCEAQJ07bPjyAxRJLb5H0TEhiGQCj2GbLPkH2G7DNknyH7DNlnyD5D9mWfIfsMaZxINtlniBtDml6BwBkYu+wdarYeQyRGurthkbvMPkPekg0BeAgbGwIpACCDI76uQQ5us3TrMYTZkBSriIAj0j5D3oINQQQRbYAo8oYKiD8Tb98KzulLHPd3OajkVQclgoo+y6bVGOICCKPVKdXCV4NEdQSwrSQZ4Mkw+lrHXaqjQ0KuHvSXwxBRE0XEAZEECXlhUpXiQhgYW0lgZwbuahzDvgu2kGGqlhe8BHRQ7zJzdiJbnSGiDggogp7xofHxM3MSI+tKyVBPxgJGuAo2Gh/qERh1Efi+eoaJjk7BvQSmf5wGBanvpE5MzxDNSNpSgRVUFSeZbNAn7TQCyzLS5Bl0BvNA+gXtQYaICj2riQQR0QBhJieuTk6OP+9hULAiqUGLrMYpGnHAEfr6JsFWE2NwK7U2Xx1iZp8vgeIDMyMTGfWHhNQY/JaY3ngU1Xr4FvpGFEnbQtvSmND5JIaFm1wFgAjadWj7yvqBvapcCzJEVLjL//sFkv8dIQDpYBmGHepiFSE8y8KikcJRRqBB0crhWYFBTRPCuQugnNnRUUHKgAITaIGho8xsvB+UZXSW6Y9nQKFFwe6MDCo6rOsSc384yoDtMuAYUnh4DBCJYWczqJjnwZZgFTsPNwVbgKXybPuYJNMZeP4oPC1aC9YAYDLTtLdKbUWGiEr28hcnoNz64oEFEIVRJuNsf9dwvGMJ/P2h+PCFC+OsEh4a7uiaQnVY6LsKNhL6hpjwMFgyPTytAIaE40sKeyEeP9PbnmHYC8Md7SMM0zM6Fp9DgMRpafTC1eH4KD07MTrcJzBjw13DkwCskeH4uftd/crYaM9EPzs0PBy/Kk1PjMfH2bEhQZkdise7lmRmbHSsK94+xwi98b7hC6wHIi3KEOEIB+w618lNd5OAhAV2umNcGhuZz5wZZpmh+FJ0ZHhcAMUfFcaGZxEgo6O9vfeHRsMKYsV0fFq5MAoA6Vd6J3qiS6MdGeZMX1hYAgt6nl/on9cBGR/uycxNjEkjXVdnpZGJfmG2a1KZmrgQnr0wAQCJnwFLLmTYkYkRqacPbDJ5jmE7RqejkxNTytjE1fDsuVF5amKamb5Pe1GkNRkiHJmlM3S4UwkfwgCRe+NdHR0T7dNA90wLUxNReqJHYZjec3J/fJaRhdH7yAaMd42eG20fjyqzwzog40x4YkrousowylycDU/0g+0AbXoA46AdhoDI5yaBMjo3qQjtIwoLZiRmpI8eA6grUcCusQ4BnIqdjgrjVxW2Y0Rhro4zcxNhoBNHzzBgLQM3mXo+QkueKqtFGVLsPHLo0KEjncosDgjTOzw20rMEKmBvfPzMmfbo7MQUsKv3R4WR+NDo6BDQJgyyIcCLpc+NQ1ZggEzT8RGwNQCkH2493j4k9HSxjKAxRO6bhIU7qdDtPUq4b3T83HhX3+zkEFiLAOkTZGa6ve/Mhb5JJdrRwwBA5ft9cP+r55ixLmB1etoFcGHxrhFp7zGEPYRc3iMkQ5hJYM6hXzM7MQf+fzwanRhBDJHmJqbYcCbDIkCgDYGWZj4an1KANdcZwg4DBilLcXZ6Yg5tzfT0saprdH9YZYgKyIiS6brKRqMZWgJnZJSMCggjjQ8JTLirFwCiMqQnDiw4MzSkAdKBfIHe+NLesyFcZ/fIg5EHJ0aOkEa9nWYE4AJNA2YwS0BfjHdMAwM/LtDxXllhZ5GbKpwbCs+G+zvOCVHg+rK9OiD9zJnhWYk+M0wLXTCEmBVAKeuAxDOIIRJQWTTATZpsjypMOKP0T0yymV5oQ0CRQ+XEAG2mRNvHAEOAYQJr5bnnI8r9DpUh4REZMszL823ROCTTPwVkemqKiEOuDqOgjhEuDN+/Px6fVWbPxdvPnAFe1lK870L7ORjdgRKLA5noWgIOcnx0aHx4SjkDy25Jme2LA8U2HFWmO9rP9A3PgnLUAOmdyMgdwMIAdjEC2CsKPs4MARUnjcXjfZPtS8r9dlDkS/ELPRfikwp75vlQphdwZiTeNxqfFJTeYbB2bFjofz5+oWs8s9cYoobntkhdZsJTghoOCkv3p+gpEBcI02GgskBp0CNj/QKCTZhGAkqFYUd6wgLYbHaaYaeAdqHnxqLsFFQsc2NzYG/gGqCygweWwZEYCX7QPSPANEyN9YRhHEJPCVBlhaeBU8HMjo2AkBXs2DMnwCVMdKRnGmgt9feUxGRGxpZYZi+29jq2ZenNWODfK8iYzM3Jcv/EfUgMuJlkti2iuBlsxuiRtsIY87K2tYQdTw34UeAOj62eAdjzsTCMWqJav6V6WriJ1oAJF8h6AI9Oo1/G3mKIS2sv1kIoAFsiA6t67lz8KtI7cIm5Up0BvyTUICmou+rz+tZgudm4iPbQt2LQFgCQ8fhoRxdw1tRN0QGMA8nkgeAHdhm/hP4Qe6sr3d8flpvXewWAmV2aho009ZTZHmjtdesxdAFE0yGSvx4lj4LzQASpLqnWg1ZhiNQohvgG0UlQI3U13F371F0uDdNURtWRsCv1qKsYFI698uQJasib8dpaZYjkLHKzGCK5gbSLrBPXbAY7GHgVlapUYmeGOJygFnZIHl2NOiDef6ghNgTrvnbjh1T977nlZVXVEM1hSBWj4JchZme/F0MkicR/dwwhCt+XEvObuFhFZTSRITXXXUeG4JXSmyE1JWu2+fcrXChiO7v/P97SDCHKxZshtdSANp/08M8Qe03QLJuEf+v/SdLMEFbbzO50y14yPi9jWtRybGNn2Ti4Vn6ee1tPbV6CvjdWVyzl4pMhPjjS5t+I+2SIrSYYOxvlgx3NgIOodubW+LyEHwU/vbGVjJ+DNHOS7dTWvW0XahzUxNWsp3JdDKkOSptPetTGELsTYC1WvOzwxc5b28FxOr2VZvbSlzz2tp1aduCP/bASAYgrQ4hz1wOIw8HdAxGnjS3LqjLEZWtvhljP6cwQ6xVVrWIOF4zbAae6AADxKB7yn0h1AeJR+72FcAf3nsiGDcL/ojsgNvZWSfJqc9dXvtWTS/C+R+HAaSL7AsSB6zUCIkn1lifmsUt7kyUyFkDVwBCbiaoNENlBp/tBAw8H9iZBTEedtEYYIIIkuHtaVdVWm7+ouhaO7FU0XKyCFRDBH0P8A+JxWlwE7yuV7Vtb3visZbkxkXtbVzZmb/R23Rt2mREvPLhxAETwKhvZRyNTWy0GxLwowTbnHA5o1yfsCdERspW5IGiAYNWDBNBHe4ZPhrhxQ/CkimBcqVr3YD0T1P5TDR1zGT45LPKeBP2zxr3rOqtxKuOfGP8XAWIsFHxpkt0DIhiFbKk0trNqV2b+B4EsO0mwrhKcl1SttJ7H896tvrNKRhXD/6wGiBOlmgOIST+iPgo6hY21uorS1K/xH/aCxsL/CImLwRCCqoKl6Hwh0laDwtLIKpiwYHwhTChR8axgsGjSPrBv/JdfYb0PSM5aT2TdnnVe7UYvyfjf4BMAIjkVjLdlrxcQAbfMkrCxyGuyuIGVO84Nd06wlj/NGiWKFa7/yfmAxiLs+OSJWPcLYX2AgqljlSfLkCGsc8F42PaqgHjYD/3oyzy/fJeB+W7MXfhbwCqDV01mbWXBNkqZOFR11s/hrZg6McheYUj7pdXCZX55A+BwV4Ylw8BCWjR9AHfbXh9DBMx2gLMKeDKPwEOuEhaW0KASYXgwK2MY/ga8JOu3YHU+XfYTcA/EdkDiJ6mArMpYWi6VeCL5TFoAddXkiAsi9QAiYB6ssMjfteZX3QV1wYHJghSl0ntUqIxNFyysbFgLBtRVgiQYJvLuGCIZfiXPi0TONJoR1RNbnE9p6vbrPStPpi2ILPCMpWCgLGKI1MUQb/MhCPwidlbR/AYntnpUUubO681v3OX2wVc/BlsO/mxc7CefbH7yiTn7zebrbZqwJwu8aIcDLNjgXZwteTeAGHWewIM4sYoIXmuk0OvNH19B+eqrr4xPQw6+SAVcVkPfHFSv9cfP73zx3ntf3H5tXP2Pm68jEuaqLKp4gA8rLssmIkJDGILZc/20ToiI/KJEei4S9fpnFQ/0/urV8x/hry+/VP/S65gSeLmkIfB51wefAXnvzpcGIj+/prDatwz0lanKySJaXHAxI26IeAKCxx8Sy0u4vvrHP/BTSzwrEI4hAOQb7eo/AYj8CD5/BHD8+tWXOiCcfucTLsvBKQiSNS4KiAbIl3c++GyLzbz7t3+aFPlGBwT9a35DUasqJ7CSBRJGd0ItLUyuZt0HQ3Q9uUyw4tgxoiosL+CuO6sD8tWrT37z99988uqTP7//509+/Oq3X//2119qgIDdsxVYsSqFXFCkkONsDPn8i8+2gMVm3/2g6/MfMECMqGqRV0GgL358/frHF2lDeyHRzYhr51UNgBBt5ywv40rqH6dPExSR+XmcIawU0wD569///ve/Pv/L+++//5eDfzx69OgfTUDEQqECqlUhMJIrFIranxINQL5677N54bN3mX/97f9eYwzR/ieofDASAJufPXni1szMrRPfhRXzGNAHXTbaWPyYkTYfMYhqQRYJo3H85umPCG4uLuAMYQUnQH79NQEIly/nAgVIAQKiWAD5/L3Plpf/9nsJAPI5AQgEA7yXeRWPEyevI5mBiAD+cBoihKcl1ASI7NDEa2gsngh8Pj168+YxDkfkLm82iIDrNBjy6q+/+SvwS/7y578AG/LH3/5RsyFpON6wUimizwAJJ2q+kmFDgMp6d/77Uub3H/xgBQTJwgYaYHzy5PXvkFw/+d0Ue/bjAx+fVW2uzLOCFyTVAZEdfF52HkY+OEFu3jxdwQFhgM7S1SprMEQT4GQ9f46cLNPLElvFy7r93t/e/de7v8c0FgEIL8C/cvGEhgdE5NaBj8HHiY/RGnFh2anpV66VIQLehgNcuwURAwQS5CZpRMB59TY5AhAQfxiTKa+TqtULLCqg0r3QAPjy2/c+APJ/B185ATKPfF7p41sGIN9d/27m5HdAeZ04rAZpC5LZhWK36lZAJO9oUFdDmAkByh8SBAKCF+jiIosJxpCvsE8jMNz8KeCSHLitX+znX3Z80WfqKxwQml1G0ZlwYMYEBEKCPk4ij2tjwbML0QqIw8AmQrS+PwIQRBCosooYIouLRrO6aUNc5WDwG6x+NK/2cyD41f9sMkS16VLnLRwQVU6enLUA4hCw2+KQu26CjwecZ80oBBLkNATkmFg5jsXuy9fml+c1oemNtDcgt38OvLhc+O3bJEMWkH47XBUQyaVnxArIThXRusBWMEA+hXgcO31KOfU1ZkaWV0qlEtgSvOGP+we3Nze3wXuPyZM734D/dRABQs+zbEbzeu2AgAWsDgjrqrLkqoDw5sTrcJT4lUULQY6dFoqnbx43Xd/FGyVM+Pu317fXt5FoX75l/S19+rquK89egF//MRiSUXskuI9PHCDhuP7diYuocJYJG1LV7d1xQQS9NYqASr/CiyRBjgKCHD12+lOjTY3XGWIA8uTbO0+0/7L5xBA46za3uf3WBLsC7GJxQasuJZPJge1tDRAaTCgeEBX2wAkUF548qQIyc+LWRVWhLy4aIbND12EVhvD4D97kSGmlJGMEOQbx4I4BmhgUkUsrGEFWACDbzyKVtSvq373yTJcXsKoZc8/gyhfG3JW3B4h2BYAFm+bFEgKu/MmLJJRL289VQOZZmr52V228kroBBiduXddU1+GLUe2mR7Arl3Vt8vUEhFc/eF1hqQTZKQGKlG5sGAQ5duz00VOiUgS43DQosoFrrC3IkO2BQr58CfJ880rSlBeb2wOD+szg+e0nl8x1j94WHJuX1EsaHNje3H40mHSUF5uIIMAjXkeA0Oi1sKi3tdBnuy9ePHwdGo+Zj43GLMGM1OtQWToMGDaaEbmxoAZyiWNHj57+KAdPderrmzePahQRFwgTAo36s1BkLbV6BWml848MASy4ZM492958Yc6df2uA6BdxibxYXAbW1crzKHkeMATiMQ/NeobHmhIvHvhuZmbm5PWZs4rugAITorYKa4Eh3rXulJfloLB4HQ7DhEAjsiKozbwfnfq0opoN7tSx48duqo6WsLJiYcjBFxFqjVpdf+Lw96uUzhuffOO2/ghRBdgQVmcIfU1v5RNF4GydPHD48IGTJ2jdtjI8cMUsCaZeOaYODOENTFSG7KiW+saivYEBduqIho+1RTDk1falWD72bHtvyZUByOr1HxBDaEgROspj7RUsCw0Ke9boV1m+cQ0Jzy+Qsriw6CRODNG5gTMEIrKhOHVSqm29N0orNhvy5MqzK7D6/fD8Pzb5IVDyH9/y/Dmc7rxGgGjva4vubWLSSkkF5JoVDig8+AIg4G8fDNGsiOFoOYhcshBEjUM2oav45EqovFpeJaUcWQuQRKyXV1VSeU1jzYN3pnRXIXNxRLMNfAG17PnPi29zdXoNi4LQgO8bWBM8ebM+niSIyhAt5vrhRcKpNTVRDI5wtbcGSzR0eucRKHS0JLm0GfPXCDj8DEdwZojp+poMcUVEw8POEATIty8qCpY6gLp/RLEYqG4p/aoU4/qqiUCrFIEcgYgI7nhgGdyS04Cz6l6WobBMhiArsgIUk8OJBaivICK8lSGbm5saILadAgVIwkfviPbSIROQ06uDAhDZcFDkAA+aVFh1xSGmSTe9LF5DZOXGooUkzPKNFZMfvIYHMurb61fW9wQgGhYmLqIo0azGDwAHkExpQbbeU7K0wOoEcWjulXfLEF6lwY3SsmymZ8nLkB4rmLriNUQAICA+f/Ri+84eYIiOig4KUlm0Rg/UgELT10qLAmMWzAbPo9UsPorBKQSpw4aYFCmtQJLc4Jc34LE3lvkbgB7Inm+VMJUFZwAgsOHn2V4AxMIQOAk6FCpJNEj4xY278P6ey3zpWsboPDXgcByX4IchlkgdIqLFIqD0t0pbNwwBMyu4Pb9mQNLSgGDmHfX9i/pCRbf4Ak1rkSFsY0SWHRp37f9fW6A19lhNiFSTUdcZwhNtWQZJUEmD8t9C8j36XFEVGenzguWlXmBDLp2/tN56gJhswD8JOAAgGZpWG+DnNeWVUY2JJiyt40EwpEajztvbGXmtDd5gSEkHBMGxhezHFu7yIjwgIOuwj2GzBY26nsru7gFzIpvRip1GkCDbnqEzqtAZtG7eQARvfhfqsCGmp8UbJkQjiFbeNyBDvkeIGDAYYED6IIaYcUiwAak4oOEEA4c+UAMem8loVGB1Ouj+Fp3ROMKy81al5SPrxIUhPNYSrxp0jSCaulJfmhhwmGu3ICDrLQJIwjomTCt/1xz5LMdGVSpkcD2VwUSFhDYsO7ubOIQnZrFYfcu0HwQiWzpSOljfI0BaMDDU4NCLPos+SEGtLXQ4Gs14C01i4sYRT0B4B2D0LIeVG6CcofyLkO9JMZZP/qymBbQcIHobCqmsOJHkSEUvcjdhibRBQZBcbyTgneRAEGRH97KAvlqA2VaZqhJFEg5H06+2rzx61GqBoWY/uKm5paU5L3nQ/cC/XAQyWw8gPN5nSFBkZYEjK4xm26z1CBEcNaBSz1szDkE+VP/T/z6tIregPPUrt/57OWy6vjWlAfE25xclnSyjC+XQBydyrhZPU7GtCoioAtL99PG9ew+B3IPTPSDwAy1An67yT0L0PR4/vPf4v1MS68OE2GwITxKE38EAcfDMjcdKGYBANBLFRJZ6vr5+/vz5Ky3GEKSwxO5b9x6+fHzvMZqAwB8Ak8fg+yFaAFZr8hC9VThePvzw37h8CFfMvLw88/LevVtTWmpWtVG4TnlyVoaUICBKsVzIpSKFtUJqLUeVxdU1jquU84UixyW4ouGXFLM6Q9ZbJg4hGcJBhjx8ee/py5kZoJlmZmZePr318tbMvZczYA4U8Eu4yFFm/v01Lh/+Eyy7/PLpgccvTUCEWgAxmxTtDFEKz0LJtXJ6cG1gLZ2LFdfS1OBgMhaiqBD4qSsx1YQkWhQQxHgEyMvHt7o7jxyZO3yo+/CDAxe7bx3ufjhzoLPzyIHLoIzvXXYG5J///vr4R6eOHv/o5qnjp45CQB7eOtJ9qBvQrVEM0RqxoMoqUxS1RqUoanAtQlFiajCdhGhE1pLp5KBJkVZmiAYI1/303st74e4HZzvn5sBnd/ehw4cvHpq7eBF4V3PAaZo7NOPGkI8+OgXAOHXq01PHv/5wBmizp3OZzqeXH9YLiN2G7Og2hBOLYrEiVorwIwt/FjlQ9CIXiQAACEBalSGqkwUBufy0++zZi3Pdc4fB16G5B0c6z06dhf7r2QcPph5cPOuqso4fhRQ5fuqjU6e//vAkUFVHHnR3vzQYIjWQIXqXuCg6NbpxDgyB6fst1ZalMiSLGNL5srPz8iGgpDoPXz585Bb4PgJnOh8fOXv2cKczIA8dbMiBx7cO3DNsiFQHQ5xsyI1lhWx+FkUbMoSjBQFZHxgYaC0vS/V6ISAvgfGe0Sb0Bb+RvJzp7HQz6ictXtZJjTjA2VIBkepgiMOIHcCQDGrr9LwthdHOU0wkEsWWjEMMhsxcfvwYTM4CFJCrXMYFXzxTNyC8A0VUQPyhAfGoVKoBwgUJkKJ54xiVIYe+ePrfxsrTL/rrBIR3HNO2smwYD4+sJUxnQZV1ZeCRq8oKFEVESxySnZ5bqlPmsE9yRZit06jvODJkWe/LdM8jI6x6NS8LHAv1KwThpViasrhiM0a+SyzrA4/qXpbWuAgZkg1FYHNixfgHHGHWCb+3OiDBvF0AYkhRu5mPaHdhFFEkMyB8i2AHRJZ9GnWLGdEi9UoynU4nlDJVLpdT+dVyeTXC4RrMgyEBB8HStogAURJlezUSsUQgI/uUXGCb9A56QVVZcm25vU4UURkCAAGROlVUVkOD55OhnwbSoWeUxaq0PENQ0UFARKWcHqQqCrdagRExTEZO4Aml1lRGz1cFJjcrGkPqAMTGEdhfCAFJx2KxosLlgZ/IJSrZYi5hyY2xxCFeXbjBxUMDZC29lswBdUANxqh0kqJ+yttuAGpmp3i9YE0uGgyR5SqPmGxzBsPJhihcKGLeKQ1PQnYDxCMvK+A2RFRSg7FkRSlGImureSqUT1EVe/Hj2b646sK0FWJIWbQDIvsHxM4Q9UYOWvqeg5lzoAjZQaW0GkPArzxVEd0ySq1vCwg2dBQEiFA/IDaKrCxbT2Um52MscQOkhWyIYdSxnAf89q/6XaVEsTZDokhqY2+dDLFSxGhcxLP37P6V0XSCIvUrj35yTXIIPEO0G7+KpC9mrDAMu1gdE3W91oNbLyA2hthQ8IgKi6gta317fX29NeMQTqxXOC3nwCkOwVSWx4Mld6pTBHlZ5m02NQKLZKY4rrSyVi+r5WwIZiEJS43bakJbK96NSg0AxCFSB2es4E6WLSUcC0SqxSHewdQbn3Ajoqks3MUVqzPLa5WoNp2YKkuuBxCzZ0Q36opCJbNKJQ/+AFcRuQrhiNuNemsGhqZRF8tZpzJ3CsbdK5gJidE/VeUB935tiKJwkUgBeILln2DPeoiKlasC4jEcQQzQqOiiaG/LAt/58yAOKXOiki2KiayliQWfjMFu9gmtSiQMQIRqeHgCgt07AEbq2XQMRpy5UChEpVZjsYJVj2ImRAUE3e7IGZBKOUCSI/tDUGC4OlAAC3IDIZjZkR60/wcRH3noMMbH3KISyupxiLQrQCxxCBBqkFPErJ7ESISuNcYhuSABUsC8Wh2QSqpc5kCkvgpC9TIVyTo9H8QahzhiokfqEutHY/npwt0xI/VEQXQYmGoyxD8glXI+kIBgNiSRrBjNtd4GW/SgCGytVG9w1ihADBuCe72Ya+LAEdXthcOik26BYWU1mCrLtCEK6X35wsMavBvHFQ0vq6EMER1a1XATYu0PufLiiqvbG6B7nSQ4e38IVv8UsSF34G40Q5xGI1jzHMgkh1Zsftf6QzjvZom6RGg0Q8x8d6c2f+/AsJUCdXuk3pgotuFeluOtWGxGBEFiAOI+pC1QaUBZBxtCRByN6CRuvA3h8vl8QVQcIiSrFTECw4NP3AABRh32yrtMXusaPmFelhmpK4lcBX/+0e5gERsJiMGQSpqiQICUD1WKqzDjuoIeIWUOsrcBcudF7NkPV1ogMCwQZNe6cAepZEHJlkUxsVuWqIl4jY9DYJIDzDoZTIZig+eT6TR1qYDf9cAKyPYzUP/O33lSTxySfzuAKGakHqFCVEHJJeHQCyRrdcKiR+pNYEgMMCQBlE2+nMutgnc+knBszNIA2YyVB1Kh55ut1XSiMyQSo2IFJUGtRcqpGHinI3UzJLcqNhIQgyGJGMo6sfXouNmQzYFCuZD81pkhIhcgEW2tvaKySoViFcUrTq+p26sZNgR55mRDMx6xOtiQR5Gf3GxIYN1exejCFcUGHrcZXlaV/+HQY3jn+Z0W6zHEI/WG5/Y2urXXLeYhGxa1TvVitSFtwXm8Zy5XtMYhjY3RmxOpV+na1weJYFknnoDkVstBbu0VG99PLDS+tbdmleUBSMCa3xW3SD2AKgvvD1FsiUpmelJtfeoBZ0gjwnNLK33D+0P0Fn9Ouyskh7u9Tl24nncDAgwJjJQrDm1ZXKVYERXUMwrCugTy1BXORy+JXbJccyL1LIgIy5wSqeRX81RO+SmfL8DqtQbi6rW8U6Su9hj+8IhzqmligMRhfIgSCa1ReSWfK1ORdKVyvrwWWVsLUaFIKpZjkPqSAAALLklEQVSvjTkgUkfjaBrfY1gAUSsAIlKOxEIDqeJP1KPBASr5EzXwiEqX3QH59nyx9caHKGI5lYoUlFwkFYqkCwWKGkxTofRaOp2iCjW3ZaW4pkTqHLTDInBYK2oDOxy2CfypRKUCZp1ae9fPD8C7AV2puDj8b5MToj2+JRkCb1sBPzk9FQvbs1aVJTYlUhc97ZwTIJtPPO7k8DYfmp6tOj5EEa2OS0MidanxXpaouEaGBiJB97JWK34idTwjUcFHJYh14dGMrBPnazGS9GoCBHpZ5bf1qvjJfncfolZHVKiIjQsM/UTqIpnnEPBIvTpDOHun+q5fTclcdG5SqK8tK4g2BB+wY2ZUiUTqaL2d6o23IXg6q2gdPuQ0PsS8G5BjVVTe3suHDcFTsyxJcHV1hzTBhjhXERHPJW31MYZ4bm9OHMwqXA4sKqJeOQ495/R3dTxArNikSF0siwUKpg6D6wOXC86hZjkUf5d1zH73BqRh+U71mFg/KqsQKohKYYBaS1FUam2tHKFA9PunP/+h1j7EpkXq4MCrEVBhIudjsVA6SYVia6kYuMjsn97/g3Ma0LrX3YCC20OlqaxUCkTBuRSVpGKhCJUMpQYpBEgdWSeppmS/gxg9lEqISr68lg6BerOaDq2m0mWl+Kc//8klL6uFMxeVSkWkODV3PWsM5lSy9agsTmxSn3o5m6fMUY76DbSUxB8SLgN2tj1ye4M5wtDsU3ds1w2CUeexJAc4WEdxG0jkxZBWHKfejA6qxtgQqLNwt9dyRwf7OFxfgAS0+T34feq8GRjahogoromLWuOiPujTLol8ITCSr2D9oE0FpKHjQ7iqd8E0bkmqjQ+BN+N3uxtQULtwiRFU2EDCIPapu1yaw50DfI4xzJcDMeG5vSLW/M45J2mKdTb3Ss0dH0IM93JJtvYchRtshojKaoxaBXOVbIWrcGLFaIqvQ8wOqgbHIWIl59rG5pjk8JPHs3ADZEMKFYfs9xRVXi0oucG19OpaOTcQSpXLkdVIqpwqRxI1sqMSEZvSp145H1sDwWt+rRwCbzEUSSS4XKFYqKA7WTu6vestd1dSI/s9X8yHCmhMzGqoXAnFklQolExTaSp0Pl9rpL7GNWWcerGcqqQqSjk2SFHlUCI5+CgZo9KP0ulYOnZ+VakxUg+k24sxpBKKRNSedThiRx0BWhS5LPx8u42LBkMS5WKK4uAtDiK5SEHM5VKFQq6cAmYxV1jLKbUFhkHNyzKyThSx2EjmNaU/JE+FKl4dCbUAEsxba5D9ITa3dxd9VM3JOhGJGxE55TmQgHiMUw/srTU0G6Lfwtp+h0ulzk51oRlxiHuWg2OSw7Nnz7a3Wym319anHsThCMRdSR35odg71eFj87yfHxKg8SGFhN2GBD/73cctMK13JW3B+/aaXpaYE4lO9frvISCadyV9U+NDXO4G9MLjbkABHfRpNp2sXSpb7hRbtzlvcAeVGanD52pY7o6j30vZucfwxYsXLWHU8QvUAOEGQhT8W0n4GE04cL5QzkfK9aUt5lJiU8apZ2ODRbXRTRRt2TxOo3DhPRdby+1V/wZSWblyMgIf0REDsXp6gIpRg8lkuT6GmJF6Y72syAAFr7yYzKmVBiWDhnK4Xa8pMAzgkDZNZ6n9ojmgtLJiMQEYkxCzCeip1AeIegdNBIjc0LasCBUDl5RPxgapWOwSBerOpWQyp+CPz/MPSIDc3lWy+R1lM0AlkMs591e7pQQ4mlajL08SGh6pi7nBZFEpZiuVbDGRKxYrcHCIWB9DsrkgPqVNa3HgMOfKZ0KXD7dXe+BRAxgCbzauZi4W07nqcWGLJzloDYkKFqsTt1J0edyRYwCPr9YeFC03gCEQkA3F7TlYNjh8PYOqATdSzoqNg8HSKEfeshA/Z1F9Pnm2kqFVYauLoIvUEECQ0iot+6tc2sN9s1mxqlHfvWQbzzzdhccS+Z0rAx2OZpAgUAAsdHVMJKlRDIFWZAM4CIL7C4l+eniNsf80vbW3SYNJcQ/eNZRkMxZ+gH8vmFywi+QPD58MUR/3WfKQrdKWKd9///1W7+3t5vaHNAkQjwdPcNgvIYPgoC1aiXV8afyQfeDhz6irT/v0QmSrtAJfCA34qg7IaiMY0pwRCYqPR0YKJjt0KFQWGOaCoIf+ZJ2GAKI9tY2vKgY6QEpVAOEqiV1KpSg2ydHChk269m5IOBysabMdRJaqPCmvHoaoassNlBJ8aQwCugtCAgBpwex3i97yeEmucMjoLauP0pExRGBxS1Vf/uIQ87Ft5GOLSZxKOksAJPz92y35QBc3slgnyQKHFmK4cUSt/VIDGaJD4fVcJMQUhMnK3gDEAylJxQODo4pS0ljTGIa4PrbY9gBKTXuV9jggigaIiYkBiFtBN54hPhyxHd7wxkhA9p4IeAQu6O1Ub54hXrqM8LZ+KQwhdJYcCIbwZqOwypAS/wsAxMKQt2ZDqlFkp6Rx5BfAEN1+SKYFCSJDSipFfgE2xCkkDA5DcLP+S2AIpztZVkAC4GXxmD/M6zH7XgdExrs5BEsA+LYZgrV2/YIYIgh4S26AGGIoLIMh6DX25R62IVpSjxGECAFjCOZlGa1a/9r+Zg8zBKVO201IUGyI/tBcrPWE5x9sfvPNzz//vHlwfQ96WRpBWCIoDBBD1KZfjSI7arsvf7b3KpQLkxlG8Oz+beyryWnAqMMQa8RSzxosG6JNOzumxlJ9LW1uxezZfQMSpjONFz3FhMZ60K1xeuAYwmNWxNLfu0X2uTdVonSzhDUAEfCeELynMBitvbylX6RkdoxoWLxJTBAgmcZNtJUdZE8IEYUEyssyug8NUEySrMAkiDeBB0A9wzaLHhY4WM3lDRxD8I5Esp+dNzQWIshKqekCzpRhG44IngYHG7FIhkhCIG0IT/Swl7DOQ8KQYC8jH0L9vaIuXcE2IeawWeKD2LukAqKm67lOtLaaNXIOac/JnoSIMYRILwlKjyGPNWrxhB0hjPtWCbFE1V9aQWrzWwZmqEte21SfMwq/ROyug4HtDVUWO8/S86oJpufRhF7zxqQtoHV48PVwkbmBQ06oo4dVPcnnDTPEiNURGjtmZy7qrLJqFbzczXqOGX+CBQ5bb2mGCaPIlo4XKsUKmrSvCov/rBCryc0q5L7YD1VbCWaGomDlh+Rd3G+bIVgWCkLlWulNiZ989NpFMHUVmcMr+WjpfRsM0SND3LSXrKqLfxOAzDcLC8ESfuARetAYYmbNaY2+O1iASAYmvD6prOF9vm0bwwW8bTtwmnnkB6lvs0htM4LTOmKpYPwwWtpZwamRt6qH9VYYsmNjCA4Jrr/MRYad0dnk8duknLm3fVswzXuOCqhLLAzBAhDBL0XeuA0x8hpNjliTf82+kua9eAgIpupZ/bd9Ys0BBOSWxCbmImxGsidXV6WItl6qptfaGksQLOOBt9h3XW019Q1e81hCoRckBCjOkNjQc2gwIdzewDDEaO/FI0RNb10jqYJplyZ8AzGzQVhLITroIVawO7P2b0xVIVdXa3IXCHpUoYgPhsiNZgiPub+4Zd+xD1/A7UmDv1mJLG+XcU14eZuwsLj1ZgVyDJTgGA/iceHuGSK1/c8G31gweDMuMdQW4skCLLNrfLNlQ7IUuAdDLOqIJclDDhHUO6N0ay7Y6LE7hqC1yjttbTsbjfaxrL3sJkOMON5g0I7bvLml93bkvAqI59jLmkWyfrsMAmkAQxS5re1Xbf/T0MiQx9KCzPGiZt7WDgGO+/yOZYHP/XY0QCSXyYggCHC0mi9hayV8H8lcKjiMxjFq/y4ZIr3T9qv/B/XgK1QlBZsEAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. ??‍♀️</p>','success','[\"4-x\",\"lite\"]',1010,NULL,'2023-12-13 14:43:22',NULL,'Learn More','https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification',1,0,'2023-12-13 15:32:25','2024-09-10 17:46:04'),(55,'65a76c792a62a',NULL,'[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon ✍️','<p>We’re excited to announce our latest SEO module in AIOSEO 4.5.4 — the Author SEO addon ?.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, you’ll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>','success','[\"4-x\",\"lite\"]',1030,NULL,'2024-01-16 19:39:13',NULL,'Learn More','https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite',1,0,'2024-01-17 05:58:17','2024-09-10 17:46:04'),(56,'65b437e5d082e',NULL,'Winter Sale 2024 ❄️ Get Up to 70% Off AIOSEO!!!','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAIAAAArJ/nXAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42u29eXRc130m+N231qt9xb4SBAnuJMBFi21Ksi1FkiXH8d7xHjlyx+mZjrt9Tjp9untOuqfTk0xOMpOZ9sRJHC9yO+3YWr3LsvaNOwlwJ0AABKoKhULtVa/edu/8UYWqVwWAJGSQoineP3QEVtVb7ru/736/77c8gru/g5tobF8f+sqndnmcUuVPxthPXp36xtOncGtc3yEK3P7hzovR7PhM7tZsrO0I+5X/8MierhZ37V9GLyT/4jtHi6px3a5heCiiG9bpi+m7Rjofene/Zlg//NX44dOJ27a1xRdK4zPZa3Re4SZ7lh6XJAm8/V8CHpnjCKXs1kK/nkMSuE39QUrZLcBa86HIvFNusFyXIkoCV7yO1zC3UHrgXX2U4fXR+OZ1wURKHRtfuHNH+2C3/+TEwrU7780GWImUmi/psqRU/rQom4zlbqHV9R/FsvmNp08ZpnVrKtZ85Ip6fKEU8MqEkIobEZ0vqpp5fc4u8IQyzKXUn702df8dvTxH0jktvlDct7V1XafviRfGCyWDI4QQWNfA7nj0/861vkOeJ16X1N/hzeS1aw0dBVUXBb633SOJnGmx0QvJx5+fKJXNG2GddURcIb+SzWvvELsyTGrdLFuFQ+I39PhLZdMw6dt+MZpuqZo50OVzKSJjuDSX/+fnLsSSpetz9r1bWkM+x/bB0MRMdma+uH+ks7/D2xJ0OiTh6RcnRIEf2dTaFnJ6XNJ8Wv2NZFi7NkS2rg/1tXuOn08+d2AmV9Sv3bl0gz794sSpi6meNneuoJ+eTKdzNwpA3LO7y+OSvvHUKc24mXlHT5unVDaSmfLNdFPtYdfv3j/07R+fPjuVuRGu58DJuXiyuL7bb1r0/KVMdP46uYMtAWXf1rbOFhdAtg+Go8liyOfY0OM3THr4TOK+O3rXd/l4nnMp4olzyal4vlBaY1ntegBWIlWK+LvaQq7XT8TL+jUnO7pJT02kTk2kbrRF/5NXJ3meu7nRShK5D98zMBnLPfn8xM3kh88kCl/7wei1oAxvbVDKJmP5yVj+Op+3rJuZgiYKnMcpXYzm4gultpBTN2hZN4slY2ImC6A95Cpr5nxGNYy1Z6PXCrAIsLEvkMlr8YVSS9ApCpxh0rawUxZ5AEN9wfGZTFE18U4aqdzN7wzqBv3+L8+XNesmUw0Nk84kCnjHj1zReHNsrlAygl75wkz2tq1t6Wz58OlEIl3yuKSCavzwufG+do+qmYzhWuzN1wqwGOBShHv2dD3+q/Gx8YWBLl/QK790JKoZ1vv39YR8jvFLK1Jrh8w7ZSFb0K1bYvlVDI9T5AjJXktHe1VjNlF8G8/O88TnkouqcXMz2bUaDol3OsRsQbt6WzszmQYQSxbfvaujr8Pz1EsX77u9dzZRmIoX7ru9h1KcHF+4dnZ7DV3Co2eTssh/+J6BJ1+cGBtf6Ii4EunS+/f1tASUx58fL64ghPvc0hce3tzd6nnm5YnnD81eiwsTBeJRxEqEBYBFWbZksBUemFsRKqzQMGleNdhy3yIEPpfkcgiVQ5oWXcgbhmFVPgp4pFoQWtWtdN6gtE6V7SFqBlZQLX0FSyOAzy25FIFUybmVLuh97d7PPjgkidyTz4+vlgJQxlJ5vawtc51X3pAY8qqZK+lYnBCeI0GvVJkr+8xwhBgmLeuWbtKybplrxL0EngQ8Ul+ruy3okCW+VDZnk+pMsvTunZ37RzpHLyS/9/PzVxM4E3hSQXwGVlBN/UpeDMeRoEdySNXbVDUrXdCvPgztUgS/q772rjg0gy7kdWpdE6Xf5RA+99Dm9d2+X7wx/Ys3plfFD4aHIv0d3idemHBI/GC3P+RzjI6nfvLK5G/d0VtQjcno2ueyeF1Se9i59oAliVxvuzdX0JwO8cDJBCHkt+8aOD+dkSX+3n09fq/8+K/GTYv1d3iLqsHzpCm60Rp07twQdjul27e1v3Q0al0D3+ITd/f90Uc2iQJX+XM6pT/6namZSwso5mHosGHShi7P//7F4aEuD4CTs6U/fGwyGU+jVIDZICXuGAj8n18a7oq4KutQM+gf/XP0uSNx5DO7el1/+eiujpCjAkizGf3Rx2bOX5xHPgtd8yj8f/7Crnt2tVbWr2nRr70w/w8vxKxMGmUVtGGZbur1/eW/HOlvd1fOkikYX3zsktcpRtqDu7vlT76rfbX6oGWxP//53Leen2GF3M4ux198cWd3xAlytYD16vn8//q96UJiHmoJprl/Z9ufPbLT7xabLZwQ06IF1Yyn1LMz+cNnF14ZS0ST6lumz7LIjWwMPXxH1107Wvvb3T6XKAqcblgLOWMilp8r84kyv22j8PPXp2fnrzAhPEf+xfvWffmDg05ZMCz618/OPfZSlOZzSye/Nu7cGvmzR3ZG/I7KnxcT5Ue/Mz11aQGFHPQruPxhn/xfvrBz/84W7qoBazZt/Mv/MXP2fBzFPHQNbC3NIRJQdm9u8bqkkU0tLxyeXVViRHS+eG46UygZm7e1EQKR5/o7vEfPzj/14gS7Nvxq18bww/vXrT1guZ3S+/d1q5rZEnA+f2jm0lyhM+J64M5ev0cmwDMvX/S55Xfv6uAIfG750KlEItWwducWSofPzPd3eN8ci1vXRgn5wO1dO9cHarucP2gF1vEzjg6US8ilkU2hkIOhizx55MHB37mzi+MIAJff4x4Qk94yykXk0kgvQC3ANEWB+9JDg/fsaqsdMJ63Ct429HqJZXzoHue7t0V4rvqR4LK4NgBhaCUUckOt+NT7+0MeqXZtHyfuH8T8qWwJxTyyKeTSUEtgjBDcu6fj/bvba4dKFqnQjoNxvXAcd2yQuyPC1e/bVV3GYo5Wgj4Xb2i/c4/rrp0RnuOu/ueTZZl0ifB3oJgX1fwn7uvcszF4+Wt4kLFS2Tp1Kfftl+Lf/NVMIZW9opE3jd5W1x9+aOMn7u7rCCkcR2yujdAZFjrDSlFnT5wq//dj6oK7Deo81CKsFX3DTT3ef/fJzUM9vsqf78ko35/1lssGchlkkyjkoJXtyCUK3Mfv7r1jS6ROzyWn1cZBaoNaQC6DXBqlPPTl3fNd6wMfu6sn4JFX4bK5LbkdoCHoZeSzyCygsOpJW2kks+WjZ6u2tloPena+WGHQhkl9LsmyaKGkA7h20eFj55KxZGntAWvnhvBgt1+RBUIQCQymsmVFFloCTknkOiLuD+5fJ/Bcd5snV9R9LonnybnptF2Nzhb1v3tizCEJ1y77wVxCsAkhhBfg8jKXFy1d0EqITW/yqB+7q6dmFaTyPUmGJDO3H63dUIuITg63sofv6KqtYMrYM2f00TmTCKLXJY2s99XMijF2NmnGC4wIIgQfnJ7b9ykeZwMl2dIqDEbEA5oLspMFWmBoyKYwfUGGeceWOvABmMpYl7JUpxwjJOLiVotWANIqG52zwAkenzg84FsVWjHGDs6YqsmI5IAo+zsiw5sCV7wGQohLEXYPBjb1+rsHOv/0p/PFdBbp5NXQB0Kwdyj8548O3745XGPHy7g5EvnwFsfpec/BuX6EOlEqIJNEah5ldSlT++JDGwa7vLV/CTo5XhQJExBRWLgVuo58GlPnawDhUYQ9G0P22zyVMBdUSgQRHj9z+9HWDbWAuRkkYkuYJoY3hHwuaVXPaDxlRfOUCCIEkSluhNqglzEfRewS2K/rJxZKxtcfH3M6hGxRf2vJ1QRkIaO+eXIumVFL1zhzNVvQswV97QHryJn59d3+2HyxLex8/uBMQTXev6+H40jY74gli8+8fDGWLO4f7lRkQZGFkxML6SWJlKpmqdo1VEybiBsh4AkDGAhHAAgCBK8QDH32vY6uiGv558Rx4CSIkmwUfu8BX2tAqVPlHP3WUVU1AELavfzGsGDDMhyNmXmNgRAAksDv7nGIjaYXcZE7e8SDMyYjhBACWWHhNuTSIZrZ2udrmOeYmdMYCNnexvsd3FuYh6mMdTFlAmj38JtaVrcSijo7FltEfo7rDQq9gas9AiHELZNHb/ccitIfnHSzcAfKRaQSmI8thZX6Rrg++Ldf2bdjIHDF4ysi+dROxxMntTNJDpIDvhCLdGDyHLINmS63b4l8/K5e+x4QchKe1HcwOBQmCJiP1gCrr83d316v4KOUvXHJ0C2AEIBU/gOXjzmXCSjJEn/bppCdFV6NyHgibmbK1QVDCAEhENzM5QEB1sL9KOtWWX/rtkYZG5/NRZNFy2L6dUmpXXvAKpT0Z16cyKuGLPKFknHf7T0CT37y6uTt29oOnJzbP9z5+PPjP35l0u+RVM0SBY693ZFAnoPEAwx2+WZDj/+DdzYwmmXHyPrg/ftaa6uQMvbTc/qRaHWrGYrwYVf9CJqFgzMGq5sHtznCN7ESjpD3r5e+frBcXPwiIRzzBvqcVme4DosmZYdnDcMCT7CrXZRX/xgZY6cSZkqlADaE+YhzdQRtvshOJcwq3gPb2wSvY3VH8MrkY9uVn5zXSwaB4madLngCmDiN8jIZ2x0h5T9/fse2fv/Veo4+frhDODNfvULi9LDeQZwbrR3c6xT/8Lc3tvgbvDO/g5O45p2J8YJdRgy46xQpp7ETcbOBmhACMBSXiX6EvHLN97xaxd3Ekahh0SpgVY7PGINaXElie1vGNaUX1xywTIvFFkoAdNG677begFd+4vnxrlY3ZezAyTndsD5098CTz4/Pzr8NwW+/R1ZkocmhqGxesAGHxONzd4Z7W5QlVg6w+upRRHz23S0dwfrX5gr0G4fVSvyTJxjuEN1S/bDJIj2dqD/adQG+x88vvcgd7cJAiD8RN+s24PYNb+TcSt15TJXY2JzFAI6DarCJlGUHvoCDBBRS+xfGWNnEXIHamWVeoz8Y0zST8YQMdwgu23VSxlIlVjZX3EksiqdOa9MZE4yBgCNkb1fDpFqUpVSmmYwQOEWiCEQS0KQ0E0I2twohhZR0C4QjIMwXRO8gLow1qU4CTz5177r3DrfVNwbKJjP0xYv6qTmDEbK/X7p7neQSUbtlh4guLwcwVOCE4+DyINKG6QsAIRx58Pau9w63Ne0WThEumVtQLTtiEaaxchKEI6Lnji1h+x4WK9BzC822ynQN6VmUUwDASRDdIByA9R2erojTvmEUdZbV2EobNgNOJ8wXJzRYJni+chAAsAykLqGcBAAiQPSA4/GOGdcwreG2bW1Br/z4r8YZsHdL27pO36b+4KHTCQY88K6+7z97Plu4rqlDLUHlDz6yrTXo3DLgW14jWRzbWoWPbnUIS+gVaVQNRjrEhzc7albEGHv6TJ1eOSUy3CHYrfRCyprJ1df3znbBtxwrCTm5fV1CHbAAwem8fSRoN67JjDWRsgAYFv6Pl0t/f0gFASgFpYQXPr7d8Z/ucdVol0HxV6+Wvnm4ZNo4pG4inrfA4BCxr6sh0H5m3vry07l4nmIFTcqiiOWtks4ABkbCLm57m0BQn4fXpo0//nkhpTIAbolsCPMPDcn3b5B8ja6rVyayyIGw2s7BfAHIIvIqOLF29s6w85N398o25/ngrPkHT+dOxE2LAgR/f6j8Z/e6fn+Pwtuul1YOyRGAgTECMI8XVg6QetoiX/7gBp9LXOpLuqVlgANGAYDX7dgxELTz8NG4mSwuYTrFLAoJGOVFwKqqCsMbgvaskYLO/uTZ4nMXdNbE7W3nTat0Pk/B8QDhCRhjlAGaitxc5ZJAeAhO4BZgrcWYmMkdPTOfLxnDQxGHxOsG3bwuOD6TPXQqEUuWdON6c9qWgHOwJ+CQeM+ywucidZJ4/Isdjm5fsyrEE0hCXTmQBXxml6PFVf9aosi+dUSt3VarixuKNEzvsahZa1jkEDDcIUj8MitV5PC+AenbR8s1oh1y8UMdLjtjGo2b6TJd5EosrzEALBnFzBkSaNUGNvNcXX1bKNF/OlG+kDRAOLtzAcZArVaXMBhuuM7nxvXXpk3DYnU6ufjlZl2cMRDa5RX6AnVkNil+ck5/fVpftEN2OMr9+Kz+x/udX7nTab/linBYvyTGwAlwOTE/AUcInFT5aM9QaKjHV7v9ssn+n9dLR2eN6g8Zchp7Zcr4/IjCLz6NsoFojlZ0STBUMAuiAxwn6JlP3rVzz1BoaYjAIRC3zAFWwzYmOSq33xkS+9uctttkx2Jm0ViyivILMBd3Yk4EuApJ3LcpbD/h+QXr8ZNaLGeBWiCk+mgYA6NL3T1B4AiIRSkzLSzMQivVj/9OoleXAyxF5n1uOZ3T3nLGcC2PMZlWXYrocYr5oq7plkXZdDx//W91Op5/6chsd6u7RaG9oVCDUoG6cW6KCB/ZKi8VRwmBHV6G24UPbJTswcGnT2vHY3VaNBjmW931HxgWe/1SXcDyObjtbcJKmvRIp9gf4M8kqzPf6+e7ffV1qVs4GjObYjKMMWTmMDfuyF0adrUJXGvto4spazpL6yubUhAwXcP4MZQyA3u6Ozx323QTdmjWrMJuxYQIAbVYYhrRs0ttqT3i+cxdI0GlroWXDHZoxqi6MIwBhCMoaPSV0fgXtne2LGYwAciorGwysApTq0jdhMlOUAPlBSgREJHnyO2bI7VETQAZlY7NGdWdw6IgBBynGixdMBwyX0HJM/PWoVmjClU1l5/jAbKp1/d7Dw5Ky8UZFZHYXfjFDUSukL+dA8GALQGloLMam64/BWohl6zH7/iqRhb2OYZ6vPYt52isKiCC46pSg2UytYCLx6GXmhZEf0+gt90zOjEfT+RQzIBaTYD4mzh8bkkW+YVseVUZecvbjCzyn35waMdg5LXjse//8vyv2VLD55FPXUwRgqJqSOKaVf+uNk6SK+rfePqUKHDBL+26c3MdsAQOtW1f4PC5YUenl1spvlWjV1/YrbS461+bzdFvHlVrxZEcwUiH4BKJjX/R07Y8xnUBrte/4t7Y7uHu6BVrgDXSKXpkYtd6j0SXFMFbJvJJgAU90s714QZmF6+HJqsWAiCbxMxpMGtPR58k2IS2Eh2bM5t8ZGZZmDmNhZllYiyqFOE22nlTLG9TdggBQBk4vXzxyNHUBwJ2wJrNWfkqTyQ2r4iAEFAdRgGSn+e4oR6v/YwBhfvAkGM6y9IqBan8kD17fP6BF48LgRYEWuH0JTV+OmNVCUsFczkepu7gzUd/5/Z1HcuL9w4BXnkJYEkOEMITMrKpXRbr9hLL0bPJJYF8Q0c+Vd8H+SpJHOhwd9sELN3CkaipmdXwIgjAGON4JKYQv7A0X2E8NTN9ktea8wYIeAcum0qyRrHEtR/tYeeXPrwt4JG//8sLrx6Lsl8TsHxuacf6cFvIOTwUeebli4b5a4lNoxcWLs7mxi4sTK0RseI5sm9ra3vYdeDk3KW5VdSjGCY1TLq0CocjVdPaGOYfGpJXTERe1OZ3d4r3D0qcrbjnR2e0o7b9VuKxt1EYmkhZ0Vx9IW5uEQLKikvNIeA9feL3jpdVExJfcR7rn17KWpPpJVuIXkYhDWB9d7Aj4rHr369PG015HIwxZBJgliTye7d22q/jYtq6lLWaMVpXUVy+2EKW+M5IA3c4l7TmCs2XZ5VyRC/Z4wYWZScTVkFfZEBsEblMrfr/lgZQQnin3IDsskD+eL9re7vw3WPl16eNZIkyxgqphWOj50HPQlLgDSHUjWAHFDfhBRAGxphlknT8zs0tH33fppVyCzhCgk6uGQJEGYT4XI4dgy12vfLcwjK3iVIO5cVFTniQqn3t3hhy2e49r7FjTeyMEFhmAztrEA2ZtTTLiePBS5exkd2bW3raPAdOzk3F8jcaYHW1uIf6AgLPbR0IvH4idvUka3nASue1V47Hhocirx6Plcpr0NGmoBqFtWs43RFxfebBTSGfoyPi+vrjJ1dL2co6XRaJRA4f2+bo8l2BYysiPrPL0bpIrxhDvEC/dbRsL45sdXMbwrzdXzs0axZ1VuNx+7rFy+RMEEJ2d4ptHu5imvodZGurYEeEUwkzWaLN0kkpC71ECLasi/hcso0xsVOJJfNDLeTmAbQGXYPdDenpiQLjCasW2NROms1DtBiRKhK+DhdI9e46u0PruoJ2WerQrNGU2cMYI4X0yPpA0Ouwe46/mtBpnVtVmmdSqIUarwNjFmXj0cL+Hcx+kS6JfGSLfO966UTcfPq0/qOz2njRZyheFNPQS1jQUdQwPw+nh4kSGIWehakFUPiDz98V9jkv83DDTg6M1kNyAAQRhO9s8Qz21G+TMhyeNZrLYRlDIQ1Dq/trhKtg+q7BoGgjoXmdlQzmFmiDqkgNRotMkSoIpTEH4yRcplSKCDVAXNZGPvuBTZGA0tvu+b/+x3HDojcUYF2M5g6dTvhc0oGxxBq4hIZJf/DchR+/MlksG2tVH6PIQm+7ZyqW+/WzNhiDYVLTorpB2eo5r7HCHW1qET66VRavpAns6RQ/sFGqwQ0De6aRXgFYH+I7vXXAKps4Eq13B/I7yK72K4Q7+gL83i7xYlrrC/B9NufRonjjktnkozMAuSRMXRT4O3f0cI0J8dOZJROuqShlAQz1hTsjbvsn96wTn/p0wLQYwOr6iCaxcktFcR+b1b76g2h+PoVyGZa5ZaA97FPsd/rmTPPORBjrEEu/e98WxRYmOxYzD1wymqmcaaLQkHVpWuyZ12c/sr+3KahHCPE5yLt6xdu6xS/tU5446fg7790Xjp6g6Tg4BbwCw6hmijIGI8sZ2Ycf2Pa+vf12lsTQnGwRcRFCSMP64EUI4rb1rU23eXB2iYDFKLLzdSeMr4hfCHul7f1+O+B2erhvfthT1GjVJawClpsVHqzoU1nV+k9PJQ6dTqBUhGW+hRJCizLDoKZJjbdkI8vFrBS3U5yM5dek4XgyU/6bfzrOc2S1+fHCZb2ntUw76G33fPqBjX//5KmLv3Yld3S++PUnxiIB5fi55K8fbaysF4ljn9gmDwT5y9eXKCI+N+xos6lXiQL9x8PlpqvY0yk6bFObLNGxuTpq9PgbMrAoY29cMn0y2dxSP7tTJO9fLz15StvW2uA8Fgx2dKmARS1kEgACPseWdQ0C1uFZI68vWWHFTCXStGdLp9PRAAR+hdvbtRSzfUA1F0QMGuIRL0JllPJiIb17W4ddEY/l6YUlqUlBBV/90Ia7dvfW7i6n0a+9qS6obFGYXxT4S3mU0o1PBs8dif2/T579Vx/a2FTGVIEtkcdAkP/Ku5z3rFv/Jz9r+eXxhJVeQCZVz64kBOC6W33/6uN7vTbueW7BOhY1P7RFtgtwYeeSe+cEUZJHNrXZ0TaWt84tFbBMA/lk/eIXMzPWdXi6WhpKJiSB7GgXl0yyCFQxMVmkzlEfaAeKeeTTyKdRLMJYhT3GF0p/9+RYW8h5/PzCr98hgxDs29a2ocf///1wdK3a2L21DPvr9xKKqVj+H546NTu/Bl3QKGOjF9bszRw8B5ljgyH+w1tlkb9CuvauduGBjXJDcPCMPjpnNoos2N3ZkMU1kbJmbRlY29saMrByZfbfXiz2+bm/etBjP/+eTrHDy410iHYBayZLJzPLCVjFNID+jkBPW12i1kx2JGo2LwzGkE2CWi5F3LWhhV9NsQhj7FjcLBogsgOyw9ka3rOtQcA+nzTtyo7AYXOL8JU7lY9saakF5kzK/nlU+8m5ZvNjYEhOQ1drSFFxqQqq+ef/dPLSfPEPHt4w1OMTeLJ0U+EI2dUh/tVD/kcp/8rFAGvVkEsjEUU+A8Y4UfnMw5u2rY/YKBL761dLZ+fN9w9KQcVencNVIqO29cE73c5dG9vtJz2XtOJLBSy1UPdnOR5cFZK2r/P7XeKq1uRMzppIW0QQ4QvCF2CmAbWI+TgSs1fJtihlY+OpsfG16bvLGF4+Gj1yOvG2vx7h+gGWqpkTszfEG5+anjhP4Fe4u9ZJ6wK83W1kgMjVk6c5grCCR3bL9iqWaI5+84ja9BBbXdymiL2EkB2Pm+kyqx1nX2NeeCxPx+bMS1luvkjbPPVrGAjxj4wo713fIN6PzS0RsACUsigXAYwMtbmVuhCbVmkTmAJgloncPMBaAq7N6yKrqpo2KQ7M1CWqbr+wLtSwhHIa6/RwJoNbIv0B/rc2SPcPyl0+jrdVLz0/YfzXF4q5Mq0nedUU69gFO7Wpkaxs0fj6j87/7ED0vj0dH7i9a9f6QMTnEIUG5CKEDEX4r77bOTZnZgjHIgr8YcSnEbu0rS/wmfu3iIvvf2OMvXhRf+KU1unltcaEfq+DyALXwCF4obsjuKEnYEftg7PmMq5MfgHmooBFxIrM55D4PUOXq9ZedlcYm7NSai1xlxBRhiAxSpGMw3p7ICOT1zI3wPtTrglg8TyxbuAeuQXNsicXOyXy7+92t3sajOqp0xoDPrylHuUOO7m/ecg7EOTsnf+ePK0dizUvoMEw3+7hbDQHB2bqomdAIdtaec4moo/NmfMFa6HExuYsO2ApAr76HmdD9jZjb1xa7tVZ2SSoKQrc7du7BdsPJtLWZNpajo5lAGzsDXWE3auauoVa0kNF9YsIEVeDKX5gSN7dKVZ856DCSTzsmFK5/q/+NH8xbTUF45hpYPIkilmbSyXbv0MpJuPFv33m/Ld/MTHY6X3vcNsD+zpu2xx2Oep7AyHkzl5xKMy/MW0SEIgS61rndMpffjiwzla0XNTZd4+VSzrlOb5JjHZLxClCNepZIITjNq1vbwm4bOECHJo1mpUcxpBO2AQsqUIPfW5p51UUbDeoMRSHo8YyMapi/jKtct6uUenReN2aA689YLWHne/d2/2z16Zu2PemNE0uR8jW1oZ5mC+yvz2g3rdBatIdtjfqDrE8/e6x8lKOPNwu2kvzMmU6Gq+vsy4v3xdoENGPxsyiAY5jz1/U7xkQOZv5CY3sJ6ex0bnmGj9GLWTnAQR9zqHeoD2eeHLOypSXE7D0EiHYtr6l9orsyvdzGlMNtrInjl9c0M/Nm6BWJby1t0toog5OkawL8itN+0Cv7doAABeVSURBVEuTxr/9aeHE3HL5lrELiJ+vGzwngnesQNWtExPp0Yn0d3958dP39v/7391mz+f0yyTs4kC4CpEmHHfXvv6H7vTaAxESTx7Zo3xwsxxyck2A6xSJUyQLNpWaELJ7a7edIiWKy+h0zNRRTNXRdjFltK/V1d0oYKkGy2mMrezZTaTp8+NabZJtT3kOehpYrMghN0SO+8imls6I+yevThq/od0aRIH3uaS30J7pBhmUsZ+d016/ZNw7KF0e9Z4+ox1dQq+cPN3ZRmrLmzFcTFN7ZtOONsGv1Fd/0WAHZ4wKHLw0aSSLrMW94tRFc8uYSo0xre8K9LTXyyR1a/kMA+SSMA3FIe7Z0sHznF1o+9c/zs9krYbQVeMtz+asarcTSl0yGem8WmmmqLNvHVX/4uXSVIY2pomCUYrYBC4cgj3II7plWazBBGNQdcsen2JAIlP+70+d29Dj//0HBuwxlOrS4zgwFnFyj97mbvUKTXvPe/qWf7huiTglrlqJWA2zkN3rG4pPz8ybsfwS4ywXodoysBYFrC39fnsX1pLO/rdfFZ+9sKJ8zoCFIo3mzGpqRaUcinAwNGRmoWUWjy+BvyEASxY5l+P6KUtrf6bpeP5rPxz7zX3ZcrLI/uFwuWSgZFQKS5b/WrxAv3G4vBQOIiyzPajY8Jodj5nZRZojchjpFBTbrMcreeGEADidMMcS5j3uFYHyeNxcKC2XrKgVAOzc2GaPguU0thRPYZnILQAs5FO2DkTsn7w0afz8vG6a1N67glV+slxcvMst2B3ky+8BT5/W/vin+YLemHlUEdRi4zh3EIatE5aghCOhP/3C8O7BYGX+C2XrPz4x88roHIp5GEZNhtR0ayreEMbJayxVomAU4DiC394s3zu4iu3TJZGmtuGdXn4gKNjv5Ui0nlJnY782AYurClgcR961NWLPnJjMWN8fLVcTTWwJX4xaKzbkYwxURzpuA0TuBqFXAF47Hn/9RPy6mfs1gcYbHK10w8LKSPTz8/qh2QrlYZeRRZ8+rY3NLQ1s6wNist3fa3ejDth6YHllsr1NWCkvPFNmr04Z+/uWzyk1KTtqK5+ur+ZsEpYpS/zODS32ErnpzAoCViEFoK/D32lLiKeMvTljWIyg1neUUhCChVnMnFnWljbd2RtyhK9ORcaZebOgGgADx1drfQFmaLh0GlOj1d4GNWuXfLs3Rj533zplMT5qWKz/nPxKIYBSAaUCsmmUCjB0UeC2NPY1jOfpTLYKBD1+/vf3Kg5hFWRf4klTS4mhCB+2uY2lSufC5hpwitx8vcRvMQPL7xK39jVEUcfmzIUSreZwoFpyz9Q8JpaUEDbNYCFlq6mWGlJb39bBgOvZ0k7AO28YK2fGL5TqDa0uM6J5+q2j5aXpAlxmbnuX5XPXxZeUyuxxum4fP2CTeBjw5oyhm6xWc/fSpP6HtynLVu3kNHYstpyAlU+C0YDHvWOwjTRq+ZUGLw3rvpSDVgSwY7BBwKo12GooOWSMzJ5liYvLSa1kT+eAPQPLomwqQ88tmCWd3dkrtdpS1TiCvgDPiWJ1I2MMpsGohYvHcekUqNmAVo4QOHmw2yfbwJfnEFA4zuFkooMEImjppGqJZFO7Q6W7d7TaN5KXp4y5ggVA4MmndynbW1e3wjmCUKOqtberKaWOnZwz7W3RgMYSQpBaxUxvq6u31WmfoqMxs/ouZEKqLIkxzM8genYVLY/5y2bA39RDwK1hYxk/PqsdnDWuqNk/cUqz96talF0NOXFh79B2fuVE880tDdt12URDtjdwIm6eTVr7upZJNYrm6DLJirpWMZWBLn9fu9fO7N6YMZuYLgOQX4Bl8By5c0e3/RQFnekmq/Y0XYymu4jR0a+c152MwaI0V9StxaCa1yXvGGyxt6s/GjO/+ET+zLzJEfzXe93/y+12v5hsDAsBB1lQF+1cEKEZWLi0LFqBkBafbDdJjpAPbZF/fkEfX7AsBiLJXpe8e2vwT/eLrcGG7eHJU1rZBAjZ2S58fthhExNZ2YS+JHitiMSeOMoThJykhkcemexsb0ipS5YoAQsrrKHpI9OYbMDvBGAyLkclCgJgeDDoszn4uoVsmYaclfa29qY6BeZzVC4yXzJ047IbJhHAyyC3AOsdPxIF9q0j5dKVSh5ncvSxpcFBxpCOBazM1nUNwtCxSuf1ylxzGOkU7R5KLE/HG722ZJG9OmXs7Wp2YxhjZ+bN+aUClpqDViTA5nURv8dhp2PHY0vuhNFKQnzQpwz1hRqVGu5bH/GWDArGal6hQJiLvjebLwHIFvU/+t7UibPRiorU1uEb6m+xt6t/blw/HjfBGBh7fVp/ZLdSaztGCHr8XKtnsZln5Ve8CMHWoZiXIQdqqQylJfVb7+4VH/uo94WLxnyROkWyvU24vUdodTVkmfz4rPbKlAFC3BL50l6l21f9lDE2m6N/9kLhYsq0N5AiBB/aLH92l6OWMMxxCClcbQba3NxQuOF1RJtbhP/5CZ9mLnaGqbrrLqgfqlCkeNb4N9+Pnp1Y4MuF3UMhe3hRFvAn+12PjCgMrAGw1Dtg7gZgWvRvfhH93svTNJeBri/fB5kTwcnvWCO9BVh1evWz89oBex0cW55ePXNmmdwrZuqYPdfbpnS31mmOYbEDM3UH1CWRPZ0NE3523pwrNDT2ZMBz59Uv7ZFdjS0KLIojywpY+QUYmijye7d01hIjK6g6tUxCvIZSBkBfR6CnrUH6EXmywnsoJMALIK1SZcANvh/lIvLZTUNixF+vrTMoDszUezqfiJvxgmXXqn0OMhgSGsqweR7uIDJxAOAdcIRAhNpUnJnOmhaz973hObK7UxzpECgDR9DEQBljo3PmX75SypUpIdjfLz08JNeorsXwtwfVrx9ULQbA1jyHMZFjH7NVOHAEQSepyeGbInzE1dRGmWxtW7aqpur6zWQtuVcB1x4UyluH2u2KO0dIl4/v8i3Vy4O1u2if9iDRDrWEUhGZeeSzMDRcR1FYErnK2xhuTB2aewdik6rTZenVNw6X7Q0kNWsZyIrm6T8uFxxEKopUdNeGBmEorbKTc3UnpNPL9QcbWji8fslYqpedODk1Mdv82hXVZIeW+KqMWsjMA8znloc3tja5lqll44lqAcDeLe32hPirGVMZaypDiSASt1/o7B3Zvd5lC3YmCrT+TgpCZvNsbM6ypxo5RbKzXWhMTOfgWew4LCj2nsgAjl1InZ/JL6ud8RxZilZTGfonvyiOxk0AYRf3r+9whmwFCcdi5mNHVYvBrlUzxlh+IXn6pK7XJ5YAQYWrJG1xla788uqcr/GUNZNnRJJ7ukIDrc5V/TavsxNxk3ECcXlJuA3rtmDTMAY2Q7pOlErgyV0jnZ+8b0PI58AtwLpBxtKsXLaUXmEZvYMx9uQpbWmxCwwds+c4qt+xvctuSlMZa8Lm8W2KCPaWynmdHY2aTRFVRuncxOTLR6aWAuW55JJYgalXQn7drV47Y7IosxfQ2HT7eViGKHC7N3WsqlgEwGjcrBaLEOIUuT3dkp07jKesWVu3r4LG7Mn9FX60pVVwCqweUiIErgBEuUoVG8f0XPFrT5+7mpZEFmVHouaXn849e0GrXN6Htzju6KnXM5V09rU31enF0GFde9LLOPtm6vyYpul2QPQ5OJknYMwlkZFOgSOrq7U8NFttl7i9XbQn3F3NiOYWc1wIAccRQSCKC74wROk62EVbyOl2SgLPuRSREPS1e2SRvwVYb/9YypsWVPaPR65cPR7L0+8cKzcn9DKGTBypWMinbOoP2+N0J+JmtkxrJ7ytuyEvPFFYDoMMzcwmf3lgoum94ct2xUOpgHIBwNaBSMAmYGXLbCxuNuVSLybEs5DPuXVgdSWElX4SJq0iS8RNBm0lhIyxw7OmPUWeAa9NG4XGZKWBIN+cYeZ0Q3QAANWbMMui7Lu/nPi/Hz+TKegrJYUzxtIqfexY+Qs/zP78nFbBx24f98huRy2uxxh7eUr/yRmVLa2kiY0jEy+qRr7xlb0emcgcAxBxchvDq7PYkoHDs4ZJmchjV7uwqoRKxtjJhJkssSZKCb0MvVwRB69pBgHPk5FNkfhCaTKW627ztIacFqU3mvG+EzWsaLI0NV9SlKq+azL8zxPlQzNGvc8JACCet6KpsiRVXZWyiW8dVZepJTYNzJyBpYuCXFTNeNaoaLFplT15WisbrAZYPCHxAq0c3aR45owezVv1lJzKqdU81PyRM9qBk9EN69oIz1fM4PujWlWGXrxIVs3N0QAoMj+dVIkkA4QxvDSpn4g3NlGqrPtCurIuVc2MZQ1yda96ZsBEynppUmeWBY6AQeZJtkxr7WPnCvTpM5pVNadqPfOphPnqhdxwt0J4oXKQ2Ry1wFXa8i3GCmU4fShlQE0wq6kdXaZg/JfHxg6eTT360ODwYNDtlCpKE2UomyyWp29cMr57VH1jppLGWeVNm1sEr0wq4M6ARJH+9WuludLi1NW2k1IO0bOgVr6kn5xI+vzu2nVeWDA1k8KiLpHPayyet65+IzwRN1+/ZIAyngdjrPa4r2ZkNfbEKa2kU1gNRTnIJFBcqCY9CM4m33lNhtMhDA9FBJ7L5vWRTS1+t6yWzWSmfOeOjslY7oZqWEpw93dufIhZ2wJLSeS6231SKARfEIqbCtJsjhYNNAGWkot3p0a5QAuC7XAHDF6ezVpls6HZORhjiSmMvQBTJwRdbQF39yDCXXD5VCLN5Fj9mhkNu/iwwpBOQHJQxRMrcXl90ZCqHU0Imz6Ns68R0I6I19PZT1r64fFpvDyTQ7XlFrUqxsnAMPYSoucAuJ1Sa08/WvrhDTDFldL4RWZHahjH0nEcexamxnGkszXk7t2EYAtcHkjyFbIQGdJllihQRmnl9TM8z3X7eAcxkVuAy1eAHC1UsoVrmMVArZapVwMOjkS64G+Fw53WSfUghg7CQRAYA84fxNQJEA5Ka63+rml4nOKGLu/6dZGunjDndGdN4UKaXkjRaM6yKAMa3inpEtHp0LnsPBxOOL0FKkRzNre7EjSkFi4cxuTxysy0hdz+nvWkpRduH5McCZWkSxSMCbC6/YIsACDV4Cl3hYlKlmiyRCs7VMhBI26hUsYEMPBXIAeqwWazlmkt9qHnOIAwauH0a4ierX5JDkF0rzlgtQSVT92/URT4qVhu60CoJai8cjQa8Do8LumN0dhzB2cYuwVYV++1ErJzYzjiV94Yi6/xqwwFAYoL3gD8YTgr/b8XzdvQcOp1JMYBAlGGJ4zW9Qi0QHFVWE/1a1oJp1/D/KLkRDg4IpDdcDjhDcAXgMsLUSbVl+Mx5JIYewnUgLcFoS6EOuBwEY5UljjTyzjzGuYmFlenH44gZAUeH3xBePyQ5HqfUzWPY89W2mABBEoLBAWiBJcH/iC8QThcFYGaAwO16MQJOnF0caN2wRGGIEBW4A3AH4LbSwRp8b1cWPHdBVU4YgzA3BTOvQFJgb+VRLqV1k6d8YyBUgpqsUwCo89DL4HjofgQGYA/DE8ADoWg0sGdMcvC+DFMjwKAIwTRfcXn1d7TunVkw1RRmFgwrEauwRhFuYR0HLELSMfBi/CGEexEqB1OL+H4KnpTiuw8xl6oV7pwAhwtEB0QZbi98Ifg9UNSSKXTPKVML2P6NGAh1AVfmIiOxYlil3HwKtyZMYb4RSQvIdiOYDsc7sX1s8Ik12owGANjrJDB2AvNT3nttXauPeysyFg9bR6PS4rOF89PZyhj+ZKeymrXwKjfYuTzRgcslyIYBn3w3X3ru/3f/vGZQlEv69ba97LgBShOCCJAYBRgFGBoKKTqxRaCE0pEdDj8EX9Og6ZbMHIwilU/q5ajLLjgCNUJC8dDliErVdKhZVBIVnoTA4CgwNsFxV3NDLLKKCaQX1g8KYESgbAYZuI4SJVDAXoGlgZNRSFdXfScAKUNnFDnERUs5oX37unavSGQSkRffXns1LnZRSgMQvTYktp5OByQHNXr1LMw1SsqLrW2pQD84Zbf+9xvOT2u+bT62E9PF1IJFBdQWmx/xjugtIDjIUpQXCAEeg5mCYyhkKmWpEg+SP7LcwdR4B757S37R7pSBf2/fefgdNaCywfJAcuEpqKYQj4FNd+QjEo4yC74uyEqVSQwS8jO1p8CADkA0dvwxkZJhsMJwsHSoGVgGcgnYZngRXha4WlFBXO1NKh+5YkqZJy8yXFc0RKYpw0OH0BgFqHnr/xSm3IJxcziUxahtNaf8lqPwR5/0Cszhg09/tdH410t7jfG4pq+9g1tPC7xo+8dfOVY9Nx05mbTsHrbvYoszKdUn0t2O4QNPf43R+NrD1iWicKidWnZahMPO6yLHoHnH7yt857dXaMXFh776Vk1l4De2I+QcBDdDTUT1IJagloCAGpCnQO1dzEXoOswFs+lpRoOaGtZCQCUoqyirIIx6FnojU96sdq2biSGASMDQFHd/Q7JwWepXq5f5+Lrp+rXWSqiVKz+f3kO1uqYLAMf4PQNYdfJbImkEkheArOhRqWUhDHoGnQNjMHIQ2tshkl1XKbC0+aCEzBmmrRYRnQK9EqbPyeCOFAogpQAgFlQ52HZShd5BwRXk5sPrQytDACWDnUObNFoLQOFNEwehIAaUOcawHGF0dXqffg9GzjCnnpp8lImg7IBBmgpGKvUhq5xCWE0UbgUz997W09Xiztf0g+fSVjX5tUVjKKsmW+tHc2NC1gCTzoi7qJqeJ1S2K+YFu3v9J6byrRHXPminspds+aHSzd5QQEvOx3C3i2tnS1uUeR+9MqkurR5Kq9ctmaCNhaLkYYvM9a89Dlp+Yp8QiA4YHANR+NXzJp58fBsai6WTScvXErbbHjltjDMqvPKq50xPqfimz86vaHHf+piqlBU6xZexUel+RZ4Bwjf8DVGr0g3DJM+8fz4ZDQXWyhF0wYcIRgVprZCRrjgguiy56PCVGHZVw4H0X25zgfVFzIv57ZRE1cXROtp8/S1uxkw0B26lC8DBKANW9dVOkO845qWEBbLJseR8ZmsaVFNtwol4xqdqKAa//Ts+bfWIuHGdQlbgsqn7h9SZGFiNrt5XTDiV14fjSmS0BJ0vnYi9quDM/QaKYHUhKnWOyIRDrwDRBAE/sF39b1nV8fx88nvP3u+rKqwynUbq5gl4VcELEZhluomSgQISn3DZAyWZuMLHARHg6U1HcpS6wBHePBKU9uWRv6oN5gHJ14u0tR0nVezhCrN9urga8HUGmdmia7PKCytAWgI/1ZK5BgF1WGWQbV6zKRSvMLLyzyOypeb2gRehrYwBqsMuvii6co2w0mVt2HDLNk7Z600OiKej75vUBD4Hzw/OTWnVePCVvnK7mTjrgDBeR2aNBCA465fB9GbB7AcEr9rKCLwXKGo37atze+RD55KRJPF1oAyFc9fw/bwS3FwcdHzPPE6pYJqGCa9zNeu9shN37/8p6s61JrPwFugpddtrHS1y2P9r/3UUC/rufrJqfRxbsiDvV6TzHOEMfYb257uNwewKmDfHnFt7g/kikZ3q3smUTAteuxs0rpppv/WuGGGLPKyxBdK+s20uESBu/+O3liyePBU4ua4oxs6050BHMHRs8mWoNLf4b00V0hmyhxHblnXrbG2w+kQPvXAxn/3uZG7dnfdZI1bvG7JId88+eE3+p3MJIo8RyyL5oq6YVjR+eIt67o11ny0Bp13bG/3e+Sybr1yNKqb9Oa4L8Ok3/v5OXYTkcbfAOi1KPvVwVlJ5K6mFHZ19JLA55FNi+aLxi2jfSePVK58cmJhXafvxIWkYb3NaMVzpAKdxbVY8DfyC/fewlh7DUuRha5W92Q0Z9zw29TIUOTj927IFfVvPH3qFnd7hw+3IrqdYipbfnvpFSG4a6Tr4ff0R+cLf//UqXROu/VoGkjGmh+xt93z+Yc2VTL9b/CxY0NkXad360Cov8N7aym8w0dBNeILpbfdGeQ4MrIp0tPm2bkx0hZ03nou1xywLkZz//DUyViydOPf/PFz8wvZ8vhM9oaqR7813smDUnb0zHw6r52dzCTS6q0JaRr/P4mDpfhmGfMiAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1039\"/>\n\n<p>Our Winter Sale is On ?. This is your chance to boost your SEO and save up to 70% on AIOSEO!&nbsp;</p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock ? <strong>POWERFUL FEATURES</strong> that will help you take your SEO game to the next level.</p>\n\n<p>Start the year off with a bang and save big!</p>','success','[\"4-x\",\"lite\"]',1035,NULL,'2024-01-26 18:20:28','2024-02-02 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-v4-x-lite',NULL,NULL,0,0,'2024-01-26 22:53:25','2024-02-01 22:54:50'),(57,'65ca9d5f26d7d',NULL,'[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More','<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! ?</p>\n\n<p>? Improved SEO Preview - To better match Google SERPs.<br>? Redirect Scheduler - Schedule seasonal redirects easily.<br>? Import Redirects from a CSV File - Add redirects in bulk.<br>?️ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love.&nbsp;</p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>','success','[\"4-x\",\"lite\"]',1042,NULL,'2024-02-12 22:15:51',NULL,'Learn More','https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite',1,0,'2024-02-12 22:36:15','2024-09-10 17:46:04'),(58,'65ca9d5f28174',NULL,'Be Our Valentine and Get Up To 70% Off! ?','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAMAAACTm56yAAAA5FBMVEX/wuP////+oM/vg723AGHzisP/u+D1kcizAFP+pdP+jMP9g8C9G2/4oc+3EGWxAEr/1Ov/yuj+tNzRjqj98fiuAED2msv/+fy5Kmv/4PD4qtT/6fXndrG9AG3gtsXnxNH+lMj46O/7WajMSInu1eDVlKzTVZTEPH2/KXTz3+f9fLzrzdngbqjx2uTfZKTOe57dp765Mm3boLnJbJPYmbTOiaH/rdfOg5/ersLGXovEVIbyo8zTZJnKdZisAC+/N3frmMPASH73wNvkvMypAA/1yd77TKT0tdXorcn9cLXOLYbZeKf7FCjSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAASOUlEQVR42u1cC1fiuhZubdoGKK2tfWDlOSBFBVRQEcXX6IyO8///z91J2iSFCjrHuWfduZN11lm0ee3sb79TR1GUi62PNUNZ1y7K5bZo5fKF8reRVq4UN6+AhR/Do7RhZ68tECm3vb9QsLZ1WAxIgXh7HwNko8gbW0RJyH9/8ZC4XAjHYbuQgZ9osZjOMSUpv2fsZnhLykXpj7VZhRwqfabF4kpSLn8KG9s/DsuVH+3/fUBKqzbrsFJsQT7kRN5phC7an2SuKN2Hlf99QIzyqr0y3pLnT1YQuugnnaP9A0j/EzRkya0fVtZYEO/TFeQzBeuw8qNs/AGAGBIYlfJ6Tr7Pi5RKW6V/Q9UP/wT9oCpCdaTc3iptkuv3Ga028QuGkUmrkbbix8I34p0hdxrFS7FfilEylJU5a6YX9RSR8iaNBYQW8axo0wIapBmlUunCM96l7e9BpARLbZPmsjnbaWOPbvbI13TzA/KTtuXO7eKlXLHEypw104t6ciNcaJmjc3d3d/f2drfdJTa5y/NW2Fi4aQEN+WU/EO5v1A9FTds3D9Y13OzxhdLq89443XUvP4Dusqsut8694kbZgx/LE58NXy1s36rb2ZSDa0WsOSJbZ6uN5B6VD3eN7ShSv9IjKLt8g2gvz469/LzI381DJk7SuSabqjnmZJ3frt1fN9Wb/Ejby/bs9WUIomQBs7cFV7qGmwdkunBXjnH00EzPM9AkvrXqRPrTh9mYbtG56fFZNx06qvGVcxjdS7ybxYIbvUaVs7v50EqJazCYpl0FkIH+g+lOJz1Hjnd80db8eJ+N2JO1RJKV2b0ryePBwnA5N24a3q8jsjkdyYiMHrpU/Zgo9jD+qUjCGM2TpTMdBz9XALm8xXPKZ//BeZEkcQ6IZOc5vx0REKynJmfsk3VEXt1OfQ4I+iamHzWe3Uy6e7gxyt7v3+LpAaxOhl/vESlwFh6l5fgWWx2uPQWAnD+hIB0RbUu2h2u12nRA7cT5z1+hm/W2MEqe/wEi3nolafNNz24XQq1PsAWISMbl5Glh5AGhkOUBaTqnGF8SQKbBle/z47Wce87S82BEDmVjAYhjY5D1nnPFAWkEE7XD956CSBqMWT102+IEw26oRfWR8r+Fa8EJ009050xTe7mQEOHE7zuntSAdoXJEJItAQXYFA3pOP1WY6Aqf4uT5nwRma5WkxIloYVznRE2xZaNYHXGu9ZBTXwLERuysMiC2fYd2fNW/CebRUUuwFIPZYSyd4QMiZKeOACS4Q42e2pEAQc6lesIR6QWLbJceCiRAatYATQCABN911OgYI7ZCp2EjCx+ldKLYXQUkOEWDTNf8Z+Fj+KbRNOh6kom4ua2z6U2nBotr/yzoL60Jsriaglx1q6kn61jItl+/qjtBRqB/5fTDPCBooMXLgFhoqL8eR+rsdq4ezYXVcfpeOm6G/Q5CVk0GpGYPNT/CMiAn6nFTGAxHS93bEiBI01/PVHUewJYjhPAjozXBp2j8zBh75SQcEVlDUF3LfFbvPh2gjp4usyETx9I8YcMenSQk9PuEM6irm/8sq33TbhmS5zp2Eq3KnsGk2Ki/q06l4weJFi4DoleXNQTVzXA8GYHJinrBkVARpHnMCJ8H+1fYQrVABgQYWz1z8oDMBpwbI9wPDSquK4CY5vhl9BAAKhOM7jqZiUSJHtLVzsDA9I0CQBqwZbbBmeYyi9UKboRJQEMz5jNAXMcuxamGEBxSW4sIsxyQ45U+qCUXOXYGtTpw2KcEg8XSiJvcERYN1fVwCRCT6MgyILqp9RHuAiA3kaQiJrMA5w4ciEjZNxkQmFVHDzlAzp6EyTvHGiASFWkI7NZF4IM6Dwhxbj4GXZPEeb0bIlkD3SgERM/2GyGiI3AOOLdsEkydZwUgkF0ApENox9Ch6+Eak3RxYbhe5RBae92owqKiSD3Aj41N3fNJkIRrqAEuBGHOpM6ds2C9OUDCPCA1NAZa4+oQP0QHGOdUJKT+6dw5Tfpgs8bbS4CE2iIHyOSWa4w6cvp6TPiZB+TUrgMgcbXvtNRLCEOOhY38qWnx5RyBo7MJnUYBIKYIzW+IjwNRnOLU6tExd7pe3RNa2gAR2iEA29p6QLYAikqpTUsqh+vqUsay5WJkZscGc9sFZvpUXS0EAtHECB1JFo315gCp5gCB4Emr6ia8qydRBzmSigQLYKlPAKlZ+hgNNXcZEOVrDpATiTnqjsPwzAECu12HhDHeEA1ActGVFBa6RE9RzbapQJuFgHASLokHd0HoEM6ZBNMUyeE0eCGMsVMF0d+sXJV+pLXGN28Pc2pSWi7yivz1LLjTqOk9cWpge3w4cs2ZCG6DgQj31gFy+YTOIA0MiRG9jnygfUlF9hggME8vAGRb6Cps23TQleRFunrs+jlA9p/QpfoyrhKxqvcTBFa2p4pMwv/q3RPriLoaUdoiQL5JDqMOKcwBgCpMwgDnTELrtgeaZFGFgwWrb98iHkoF4HfUUDkm3nL0feTYQ9Pcg5CPWKxrIpc1POM8QRgs2lpAjuYAQLOh08IPBCSWs6/mVGQ3BUQ3zQJAeExDAWmB/fsmq4hp5AF5nELcOkHUdLielmDcrebKMv7uPbK7QyLOjH/LgPDSQAd8nrmrHoGFaxzkTQLnjt8i/Ta16+sUxEhv3xgsh1vvioO9Ukl81yACXwv3db0DeRmqoVdXjW5wDY95Kj93upLZLQIkdaiJRwtBfheRSE1SEWIAGCBaHG8EBMT1XpVVBAy6DAhLWG/nrJDhaV1QhThfKNu7ruvmewCxUOM+IibXFgWcS8cGkyBlx/4cBBUlmr5WQZTMWjFQ3n3XJEVtwi8EXc30Ieau2QQIn8SnwvlOHIhz1wLSacJSTZA2klmTlKPWjXMq4mUmC0zI7gZADiDiF5uTXMTczgEyIrtNHJRGtR5lvNnLIeKzt7pubAIEv5D6hI1e41yQY3qChEca8g5Nvt6aS8RD5kV+6dYnFyXVQ2IeThECgekkyK7VefnxCEPWtxaQ5tPVEThDi6T8LmGW3ZeKjDcQu0YZIFXBnTcAIeIwrspeBBiY9yHznnoSnGZps2GEoA7aSU5J9mLwV3roKesBaZDIGXymhfpmJxfkeEJeTwggCcU3XntBfbjhA5RNzZXcRD8miS64kK+kJIFqd1qYEQTv+xsAwQhPZmBqhlXimSBOATsjqUgfIn+uIZsAiWZEAFwpF6nHS1EWQidTiAfrPAINNV25Th5lRJ6r1dArTAzzTp0klZBF2lL4Nwlo6itiFgJInSiIuV7C04h3Q9C7pnGWz51XkEIIJTAx/h18GyCtPhKO9W69DyF5iOMQQGi82GngRM+ryJ46ex8gJxTesX4tchH8SjKjXB6CAgy7aSIniD3DvUZzyW71+oqrvAGICHsxDV7On4JgXL/mU4lEmEYOkK65UUFI5Mv8yK9eU0uBrwOBzSQAi6UBc/xms/nouiLwc6zxBkDA5wwHcI5QiyPikyCOllTE6X4EEKKvEtPUneB+JVMfDi2glean/M7P9RJnnxPto4VSDIgkKzOW8xxdNpuuy99Cfgwph5cDpL4hSedKQlz6L382IFd8eyqJJRqsNOdHPjRhaXF/IyD1EBKyMXRExAtadVNWEWf0AUCiqZOwddK3zmJJQ0gtS+uyyayR28IXTxmiZMTTiWDxBiA8hidBVofdIUbSedX9AEKq6iog74mcvK3Kr3/GIQLfO1KLhWD7lVAR7TSSu+TOGokoLFkGJNx1l6q9pqnXv8badUTLLUNT8yQv0no/IBFZDkYKPGcN6FmuZZma5oYZIHTNlqUoetc6yNaCURuKiycYTdml5d3d3QOaSCYBkvUVQMIPx7G/7ETUOVJbAQS9Q58BgDBGtyJZDxo9CRCL+sUXcy+nISZJwi/HxGRBlgA6L+pB6tUHAKEmA/A0hDuwooNVDQHE9ussLWCs862uolTHaQ5DwrB+tQgQHmR1GrZDy+6tAMN5nYEvTMJC0vAMkN//GZuQ8d4RcNqy0XUqOTULWfhKMAq3JEDuNA0s2wka5QDRSfDSdO4jqnHE44pbhdbjRwCBHBPwjIWKTPwlQCDFJBp0jkzZF7aewEhV48waWZBThsuA1Bo8p4L89xTTM3Rsu2Yjy+lJiZlU40kBCZXf36S7S3I3hRpuFg3aSbf7yiPzubjiINEtjRsfn05E2HuKxvQep/U09xlLwYSJoMHvfAgQyO5JTszx7OR9COxWpxb+LKC33Fyudm7JBUca2Vm0GrhUy8LJoB5LV8HzKL3ZRINuv/EikaaJ4Pi/CIio+NJ6De7vZdWSJFd2mjxxQKa3eE7F6kgAcvnkNF58pvxp5XUGLJUu3t6dqZ+kNaa+GcqlmXxiiAdfI6bJuEstdrpANHsNaXAU7TtEvkj1yVj6yAFrPq1E+juOfRpMsqovqebpsZSYDf8dQISZP3Msi9eQIOsG5mnP4nabA3J53GIsH92eiOLiyUEW4TINgdRmbEraoL4jMYzUg0YKCDhozRR4RjlAWtMmvyG0mON2Wayk+q1rjwQVNxQPen/hyadsPkxnbOjRFXDZxr3sVgrT0iFPzKZB/18xWaLiG10hucB2hYcygR3UWvlMbSScviTJzkOUfcSjh+ISjNiQZQ3h53Rz5ffUMnZNaSgB5HF1t5ZjD8iVIiSGl+JjldHEIsVAm/E4Xv1Qzj9o3mAYYiOUzWre9mGswAAC3/o3UTo5/d2AGN7FhUcO4j6f75C2f0yvKMMJezyvEfsbes/QQ3pv0Hx/h7X9/XM6Zn+Kk52s7e+ky0wRmqW/YAXP/ZoNmCGEWC1LSffYSegltW4KImD2QzrhgRZGXmZs2/256JF2u4IVNPbdwf3gZvJ41DtqTqbIQRSPrs7L5ZPzlPyzs/2d2VUDY5sNuU9XnGNy2xEbk3RDoG2YMQNosX8vIOQ7YdrgJMbiFtNGshAINhsBewLu6VVX0RyHPtsQB7Nf6YvcO8zfAekQPzqsewjSqQUO7xkwQOJsDzsFRDGGQbokxBWsl5S7PcXrStS9pvMceTfy3QEJbt1rlPZiBCEiQike7BL3mk8lkwEKCKqggVb0GX2s7KO4cYNtiMiNRD1PaCh/YdVut0vGZ+NBEXF/AhtscgFD/Iapd3H61CcUuPfk8pJS302QLTdy6D4bnX85HmP2q1E32AKIr08Acb0uhEBs0RSQi58om73Qk3R4AsZMWWCxrj5AK7uRqji7qoq7mHyJYFn0tTXWxX0I6GBCt5QnooTkFuaQ0kepA22SaANqw4VMKAfEa1fIH/lVPufP/GQ8KCLKT2TR1ujTEyzQgD6xb5Dc+4ZNe9FYG1hLDQ31xF59afYbbMFxlS6QdjS6KYPg1A26lk0gMkm5oTRMRzXGppbQ3+AeiLlZoGz6OEx75GZzTrneMBlQTiMrGWvsfiorz7rP6ZZpS7r97ApraLEjNOrE3wBt7Pw2qfh6fZTO0gQgF+WsVdJrQc/zjF/xG+yvGS5kQOj14bWWNnYDY/KnmEpe1pu9lxpxhGte0hXEAhqXWEN6Y9Kv9b2qREP2k9obU4w1i3fLuG7A0OF4PKxrKa91kyfXrpefZppsiGYaMV8pXKYNTO7KNkZZtEqJCHib/Hzzj6jc4j9b8FIAjJyCMBVxY0g6TEYi4UFVT5/Sa2sz7TVXG0wI9dWXYTX75UkLyN8IhNkedBOQFIkI02MUpARUBXW6V9VXNhO3FJ4pDSVL5+Q2R6guhrgep8Vboi12BTMyDdmqSIiUPa/Mnivl4lt00u/RT+jc/J+5lYobI7maiQF1kEqYPcXpJSl71rR4WUvgnRdqBS/j9BdNzNIF+PqpNLM3nJ0xH+QxtciGC+XJenIaool7VaOqMx2j6rF0e2GYecXS+Y1inKfF4OcP5QdzRUHyrVKESOnL9+/fv1wAjLkicOnNlipaHFZpyyjMPSle2ls1jOpKA4YVvcxWpMzysvf8Ek/JVgoF22K+TdabdvIO0SM3mfFGHDK9rcYrZn1paiwMPz9g+pyjLU+oV34bkdV/F8P48f3Lly/ff1QAlu+HUo1+EyB/VDOM3/h3vl7lbURWL0I8ggeBhP6v7W5UkJKh/G0fA6S8pq1w0/siNa4ixl9APlH91gHirZqsDwLy9x/A+nBrr3Eiqw6g/V0CJDNZRun/yoX85laqfEBDUq/O8PihbNaQvxbrM21WuzDuzdoPweyLvxbrE9vWmxZrpbb1H5U0TT2Fv7plAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1053\"/>\n\n<p>It’s Valentine’s Day, and love is in the air! ❤️</p>\n\n<p>Get up to <strong><em>70% off</em></strong> when you upgrade your plan TODAY ONLY!</p>\n\n<p>So, take advantage of our Valentine’s Day sale and get more power under your site’s hood TODAY!</p>','success','[\"4-x\",\"lite\"]',1049,NULL,'2024-02-14 00:00:00','2024-02-16 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentines-2024-v4-x-lite',NULL,NULL,0,0,'2024-02-12 22:36:15','2024-02-15 10:09:55'),(59,'65f6cfec2ba2f',NULL,'? Flash Sale: Get Up To 70% Off AIOSEO This St. Patrick\'s Day! ?','<p><strong><em>Happy St. Patrick\'s Day!</em></strong> Today\'s your lucky day because we\'re celebrating with a flash sale that\'s too good to miss.</p>\n\n<p>Score <strong><em>up to 70% off</em></strong> when you upgrade your plan <strong>TODAY ONLY</strong>!</p>\n\n<p>With this deal, there\'s no need to chase down a leprechaun to find that pot of gold. ? But hurry, like a rainbow, it will disappear before you know it!</p>','success','[\"4-x\",\"lite\"]',1061,NULL,'2024-03-17 00:00:00','2024-03-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day-sale-v4-x-lite',NULL,NULL,1,0,'2024-03-17 11:11:40','2024-03-18 19:27:05'),(60,'65fa24ff93f99',NULL,'? [New] Query Arg Monitoring for Improved Crawling and Indexing','<p>We’ve revamped the Crawl Cleanup module and added a <strong><em>NEW</em></strong> <strong>Query Arg Monitor</strong>. This game-changing feature gives you greater control of your query args, resulting in more efficient crawling and indexing.</p>\n\n<p>AIOSEO 4.5.8 comes packed with many other improvements to the modules you already love.&nbsp;</p>\n\n<p>Update your plugin to version 4.5.8 NOW!</p>','success','[\"4-x\",\"lite\"]',1058,NULL,'2024-03-19 19:37:40',NULL,'Learn More','https://aioseo.com/new-query-arg-monitoring-for-improved-crawling-and-indexing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite',1,0,'2024-03-19 23:51:27','2024-09-10 17:46:04'),(61,'6617d78a7e2ca',NULL,'The AIOSEO Broken Link Checker 1.2.0 is live ?!','<p>Now with 3 powerful new features to make broken link management much easier. Update and get:</p>\n\n<ul class=\"wp-block-list\">\n<li>? Unified URL UI Improvements</li>\n\n<li>✍️ Broken Links Highlighter</li>\n\n<li>⏪ AIOSEO Redirects Integration</li>\n</ul>\n\n<p>Check out our announcement post for more and upgrade today!</p>','success','[\"4-x\",\"lite\"]',1069,NULL,'2024-04-10 19:13:10',NULL,'Learn More','https://aioseo.com/easier-broken-link-management-with-3-new-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite','Get Broken Link Checker','https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite',1,0,'2024-04-11 12:28:58','2024-12-21 10:27:24'),(62,'6627498de66dc',NULL,'? Get up to 70% off AIOSEO this Spring! ?','<p>Take advantage of our <strong><em>spring sale</em></strong> for AIOSEO Pro. <strong><em>Up to 70% off</em></strong> ?</p>\n\n<p>Amplify your online presence with advanced features that will transform your site into a dynamic, high-performing powerhouse, at a fraction of the cost!</p>\n\n<p>These massive discounts won\'t last long, so act now!</p>','success','[\"4-x\",\"lite\"]',1074,NULL,'2024-04-22 20:24:47','2024-04-26 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=spring-sale-v4-x-lite',NULL,NULL,0,0,'2024-04-23 05:39:25','2024-04-25 13:01:00'),(63,'6635ac5ede99c',NULL,'Have you connected your site to Google Search Console?','All in One SEO can now verify whether your site is correctly verified with Google Search Console and that your sitemaps have been submitted correctly. Connect with Google Search Console now to ensure your content is being added to Google as soon as possible for increased rankings.','warning','[\"all\"]',NULL,'search-console-site-not-connected','2024-05-04 03:32:46',NULL,'Connect to Google Search Console','https://route#aioseo-settings&aioseo-scroll=google-search-console-settings&aioseo-highlight=google-search-console-settings:webmaster-tools?activetool=googleSearchConsole',NULL,NULL,1,0,'2024-05-04 03:32:46','2024-09-15 04:48:34'),(64,'6643686ae6717',NULL,'[NEW] Easier Site Connection to Google Search Console and Automatic Sitemap Syncing ?','<p>AIOSEO 4.6.2 is live ?!</p>\n\n<p>We’ve made it super easy to connect your site to <strong>Google Search Console</strong> — so simple that you don’t even need to mess with verification codes!</p>\n\n<p>We’ve also made sitemap management easy! Your sitemaps can now <strong><em>automatically sync with GSC</em></strong>. This means we\'ll make sure that Google knows about all the necessary sitemaps automatically!</p>\n\n<p>Check out our announcement post for more. ????</p>','success','[\"4-x\",\"lite\"]',1080,NULL,'2024-05-14 12:43:31',NULL,'Learn More','https://aioseo.com/easier-site-connection-to-google-search-console/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite',1,0,'2024-05-14 13:34:34','2024-12-21 10:27:24'),(65,'665e50452edfe',NULL,'Physical Robots.txt File Detected','AIOSEO has detected a physical robots.txt file in the root folder of your WordPress installation. We recommend removing this file as it could cause conflicts with WordPress\' dynamically generated one. AIOSEO can import this file and delete it, or you can simply delete it.','error','[\"all\"]',NULL,'robots-physical-file','2024-06-03 23:22:45',NULL,'Import and Delete','http://action#tools/import-robots-txt?redirect=aioseo-tools:robots-editor','Delete','http://action#tools/delete-robots-txt?redirect=aioseo-tools:robots-editor',1,0,'2024-06-03 23:22:45','2024-09-15 04:48:34'),(66,'667a657346bfb',NULL,'Have you heard? AIOSEO Acquires LowFruits to Boost Your SEO Power! ?','<p>We are thrilled to announce that AIOSEO has acquired LowFruits, a leading keyword research tool! ? This exciting partnership means even more advanced SEO capabilities are coming your way.</p>\n\n<p>Get ready to elevate your SEO game with the combined power of AIOSEO and LowFruits!</p>','success','[\"4-x\",\"lite\"]',1089,NULL,'2024-07-01 00:00:00',NULL,'Read the Announcement','https://aioseo.com/aioseo-acquires-lowfruits/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite',1,0,'2024-06-25 06:36:35','2025-05-03 00:08:23'),(67,'667a657350f4c',NULL,'Celebrate AIOSEO\'s 17th Birthday with Up to 70% Off! ?','<p>Your favorite WordPress SEO plugin, AIOSEO, has just turned 17 <strong>?</strong>! And to celebrate, we’re offering you massive discounts on new plans and upgrades.&nbsp;</p>\n\n<p>This means you can <strong>save up to 70%</strong> and get advanced SEO features when you purchase TODAY!</p>\n\n<p>Now that’s a sweet deal!</p>','success','[\"4-x\",\"lite\"]',1086,NULL,'2024-06-24 19:39:24','2024-06-30 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=2024-birthday-sale-v4-x-lite',NULL,NULL,0,0,'2024-06-25 06:36:35','2024-06-29 16:36:15'),(68,'668d53a50dd17',NULL,'?️ [New] Integration with Thrive Architect and SiteOrigin Page Builders in AIOSEO 4.6.6','<p>Is your website built using Thrive Architect or SiteOrigin?</p>\n\n<p>Then you’ll be glad to know that AIOSEO 4.6.6 was developed with love just for you!&nbsp;</p>\n\n<p>Now, you can use AIOSEO right inside your favorite site builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>So, go ahead and update to 4.6.6 and give your page builder that much-needed SEO superpower.</p>','success','[\"4-x\",\"lite\"]',1092,NULL,'2024-07-09 15:11:31',NULL,'Learn More','https://aioseo.com/new-support-for-thrive-architect-and-siteorigin-page-builders/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite',1,0,'2024-07-09 15:13:41','2024-09-15 04:48:34'),(69,'66968fd6a78c9',NULL,'? Celebrate World Emoji Day with Our Exclusive Flash Sale! ?','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAABZVBMVEX/6Yf/65b/6IP/76f/7qP/8K//7Jv/4V8AAAA1aP//65P/6Yr/6If/7Z//++b/99T/76v/+Nr/54D/+eD/9MH/4Fn/8rv/6o3/4V//8bL/6pD/31T/9cf/9s7/8bf/3k//4mb/3Uv/5nv/5XT/6o//423/6o7/3EWhj0JAOh/fyWwiHxGCm99lh+uase9jWjaBcTujkmHqhgX7tAv+sUvdIC39mlfNz8W/rWP9xTH3mQ5Pevv80Bbxel7gbQvxlTpCcPvwsTD7yEn8/f/6gCLa4/75uXNnjf+3yf/iiTuiDWL44KOaqczKmj7sXjTEGU321WF+coiVez7KsFS6El3cPiHzsqxHKGzz03+9gR/nr0xCaum3FZuRj5X8Y83q2KyBYFlxfLhSbs2kpau6ur31hIHy5si2dEr6z8SHpf/TL385IF2qvvlhSUfpoHrSya5iR3jvab2PY+C9S3fQcZrMb9CSCabZWnM+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAVLElEQVR42uVbiV8ayRIebhWICKIcHgjiiShKFCUGgYi4gAFdFTHGM2oSj2ST7N//+j5mBsTovvX93jdHd1dXVXfXNz0zHK24jW41tJKXA03fwuFIKOTzeoPBkZGRcYaRkeFg0Ov1hUKRSNjYytkLG7/iNr5AtNOpcBTwIHLQHIAcHyBGt5GXNn4FbCiBOUVTqa+t4+UBQ6lGoQpMzaE2pQ0JXVJYEo5GfW0RocawNwSmi6p/L238DlAAh8OhgANmSElRcAaLoA+gincIBangvJFW4B34U7Al8EFEyIweDiSGSgpWRWWj6N6IHcEgYSnqD9giIS++NY2Mw2QEFvA2rskgBaKJdzRdACvAEen8ixu/wtugBYULmBMFHygwNEsT5kHqq8LbV/VGEQpCe9xCTqiNwx31DaO4omOEZklhhMtpfly3ApWDvqhbEQbwgsZv/58AmBnBkWdGEMyUlzdSQEg/2Ox24URE/awogAn7JVG/5KBfo2AnOjruZCVVHSqHo94WcR3WzUp5uSAKvFH3Cxu/0q+LMeEM0zGW5ypUYh+zC0Z2wceYaGQXPWrbYg2p4A4Fh1tiBO00ywojTbVUtcFQ+L8y/v72xq+MjY2Njo1iwDw+kQIqkzM6aCXJU83RMSwgFdgIGY6RHLFARliq8jNGmiDNYZk7+gAbNKjDT4I35H7O8ZfKM2udrTBTPm46fiXQBkbvY+nOhwHaCTwj3JEginUwOEwyrIRyw0FhoxlaNyyqqXZSRX0STozP1O2x+7U2YlVuZq50EQTgHsAZEaB4PNPZLsqlrmYIqHJCWwGt9ljEBsMrY5iddGtIZli34mH4wnb98fOs3hjUahdtRqrJ+JWuhxBoi3GK9HFrMtqDMeQN/huIGlv3y/CgaOy4dXwOTw/PCCP6TSgGEYF6tVoNhQOi7BjxoblnnZ0eCjSkT8/PMW/pksHQZdBAR9QMgXAoCL+b8gYRK15yBLEESb2SnImCxA7XsF0+eXkm6BVTdNjcAcOTgO4mNzfgVPwsxmsdlXaOlk/PMCNrJV17iZB6dhlgfHw4rG4hvbQkMXI6ZerrSlFK0jO//jpfO8WMlHXbsbY7oK6IF4YV7RBBdpLzTRDUKwT1rINaC5T1RUefwMc9ikGxCCmIawg5PMomsmeHZztnTQOlWAEMVoRCNgsZGR8Z9oapzIpbiF0sLcU5JUchg8lfcuYII+nzu8ZdrjI8g5kXXKLUAHeDIGQwSDlw2KPeF4BIv05f8SB0xNIIyhIhn/P54hqcKesbiJCjRqJRaawlGiimOuO3WhXucTTT8ORLy7mh/Ct3KED1YpiQ8/MlgBhm4DAbquxEDqq+BCr+9ev795/f7w6WT1HxgjVhaNV5q1bNAeiwwd2GE6+X5vhGy6rd5vVKCqKeTe1A9MVsSYP4HLXjXhnU3VXHzypfaQYcrmIeIp7Opztv4hvrnWBf34CBSzV2GrmdHIpbWhsmAyLEiQvOQuYyf3JSqJ+c5HtCYSB2wjr8hlU+Orq4WF9fOkcNni6PH2ThnkWVvz5+/Pjl46dKDhMSsyJbJ3HMzyRH2qPtslJ/1Ob1+bw2vIPNZwMZIkARBGUbTMB9BQqR1GYj4YUiH6yCWRsuIGXiz+dFLpGYNuFDZXSmBZCAjM8WUpyskyQUZAw6/XeyIBJCiul0ej2+kV8H6MxvgBmDCDlLVRq5XK5aQZ8SVOPHh+IksFobm5f52km9UDvJe3w+0AYCvk+Vz4/Ozy8uLo4u4IOitgDvbOD2tnJICfnx8Wcld4QJcbaEVV88FkWRoAEhkSFAVIAQk2DZkIIPCmw+qur1kQqfjbrxqXwJYuyAN2ij1l4sAUfIIXXa2nIgpCDfsjby6LEaXwczBeYOzyqN7HBupIou5BndOCg8m8lsgltWMlnKe+rBYSplhBwd1QBQg6cLFYx5VAn4+Pjn9+8HWXwHm3E+HoGoKlpCQlI4H2jscABV1T4b40vm00bZUPmlRkzfppJGA48eiPxQv1kvgpmxli/ih/rh2VklVw3mlivNL1zFbAZncDKbNzOZTDK5uJhMJsG0AkIgMztnGCG1o6PzU/TmcDh/kLq/v0+sXMmE7OAZggzNyKsTJ2jDJzNrECWobIj4QiAQIbSB3UZjG6LCkDe3vPwGYnzYRtVCNmLBDdjVLe4Cc8SbDflmc4NVEaKZzBe2mtkI8HBwz818ILiGjg9fwOk0OW18hrk8uF1toClyeJjIVZdXaoQQ4oYGCzpQzAybgJHkj7///gEIWc5RaZk81I+OyjNr5Rl8j6zNHyCgO9Ya4OP7l+/fKxVMSNncDKmEGiUknMAIAdjAMcEAilAQqmYXFt4svCHwYiE6+0I7WHXHxgynUK0vhCibELBTpXJiHZriTQmlHaEnqJvm9nGv+Sy4AR4jAmqVA/Ks1bUnhJjMJlMBELL4NwCYIst1IEDSEr4NXZzDqVI7PSVeD+YP5q/wJ5wZSMjPX4CQCiME2pqxA553zXaoUTebJ1lhBwdyileHMAAdiBBKyXiIBBViDqvOgSxxxXiEkNubnsWNUEonWA3kyjYtFCAfpDhLxiKNBhVMLHxmlDWZXGXNlxcb8lcdtDQj8mCiPhQTQwlMkcUPAPCmVWJi8t6Lbl2HZ/Sz4NrZ6Rlt4S+MM/IRtGxqBi0h94YoJ2QSh2FbRUgV8QGx8nZrYX53N4MYaUWIAE2Tk1NC7TQTb8PiDmVAqp2eMrWASy0ot/MV0xr8wCY4MdOcIrjdW11d/fLhw5fFxcUSlsGtNNP5OJSJpYt6QL5cuoRMsSjSCzMqBKkD87ECuYDH7uutrdfgePNmGOhFkbY+IVG2dWgxx+p3OlRXwyzvV5RNkImQ24lDhHc8KJdIBS274LiPYw98+7c2s3QMni0xaulycZeKiwHMkU+AkS+rn+5K0C/F8SMZibn0AB3qEBIVZkjHdhRACFIHLAM+VuYBFSsrb18jQl6/Xn4z7osihKJRSkiUuZqgVfDo0GOEVood2oFGVUoPLNAJAvN2V3sgcTteaoFjFN6lcvlYNkJQRG8Wf2kPoCQ1YbG4yuk2uZi5mIFTsUlnLQ8RgsIwKxOSW5l/+3b39e7W7jwg5PUuPOBjJErRjBACPUJw8HnImYNodIJrTPA+AkTMrkcCzxcTDjebX2ADEcWBRalFtlKgGB+gyuK3IEVcJBmIi1gbKC8BzVi6M4ZcMVvuhsZ6mkEmBI19WiYkC2YHZOE1IASlr1+DZ8ibN6HHEYJa48/2qhR9Ph2Zj8no1LRIFMCYMCAXHqJLiJI4ZpIX9am6i8bW5ZJqLCTuiqUd+P08q60UUnC4lpYs+jp+QsgJyJvDdJyT0lUamZBjVEU3ql1MCGZkC30gGQEXLdooIRGBkAjbouJlPrUt3Bwj8mREkwLI6DvexJxww8K+wiadUT8a/tYSxY9h8XNYWGqhRYu2VoKFJdC9n5vxzc8J8fsNEQaRkI5IZFYu5tCNCuLtPGZka2EBMrJM7RkhzNVERAAlBOajEfqAmoRFGnviYRbpU4LpdBKcRSMBPA4+YnheisVmHkDsYkgMnE6AqWNGSBMM+R+HIW1uiJ9v1XesSTUhO1MdMiHZ+Xlyo3q3Ap8mb7dWyIeSaCtCorqEcO2OKsiTyThZFWSRcFW8ZxKWmL+wSz3ipfZeedLlNqOrDEH40YYyQ0OalBZQxs8SLhdFftmEeoBmfs1DfZpHESezE9LliQiB0+I9fMsCjMzPryQLP68AIQuhx88QYVZMieoks41jnpLeOiIywlZ5wBdt/74dE8JF4uin0aThB1D8UmCFSKsr9PjSIUxI/SrlvlaEJMjkwaGhhIQhIeBOtbs7DwlZLBxfX+/98R5OEnA9h2GEGCFhgZAw2TghYSyk5ZTIDXExGcYuhW5uE6sw99glBMZ/+fAnwFP6W3esaQA5RYCQoXbQN/Q0EHstIeFwmEQxJdy6pmmswpAQyAiYGYuFPUDGzx9//IEJCYYxKCHc1QSuiKAzI4SATL5UODxLaWBzoo5V6lL/NHBb+MDQ5wH0U2qcTJU0+SV9DQuO6n6//QjXLbWOLM4qfToAdTiB8Ft4XlWltdPLcsFtK0KEb0xmOSGNecjI5h0jA2IXzZCHCAnrEtLBCCHUbHPhHNFhXWFWhF3CiHOIDG8JBRp+mduZT9OvEgkxSJAwmix+kz2FP6X19bUOG8wofS1RqudyufFQV9+zoOUMqes82sPhHCTk/Y+fjAyIt79PCPu0x6bFTphNFjoh3MTRrECCNEmsZEAxiZCN4k0aErIWL37GhJxtJ1LVaCqxjb6TXWsnRpyQXkneC7ahi/NEorK8vJOo1WoXz0fIbIpix+2mg0+5GV3TbkqI211HM4RR8SfEe/A0WVgJkzVglBDuKiEuEaMEkCL9OsTtFj+l0pZTRGuW+9SHHV/V+A0rv14sFvPpjXw8Ds7rnZ/jn9c31uCvhYnJ29tJeOCf7i71guI3WSRCein6emX09X77+vVr7Vuttv91/9vFt/vep8KvGafRKBDC3m4mBELcm2iKUC4gHX/uAjpWstTHpIaQiaaE1CkLs6xCwmy7hABG4IgIIcU4pOKm2NlZvIF/aSjeFOOdeVBzdTA9vQ0P/EvepSYkQ47g+Hgw2sUlim7oEDn3gI+v57Vv3/b3978dfbuQKevTz/c158PkoDNkisFoNDJCjOzObaSEAMIabxEjlIz379/vwvetlarRmJgD9uwrWaBLZ4i4hoxe+6Cx1ByLfMo4ofslVx2vO6SEtFoMaOaE4FtW8YYQsv55Yz3eGUd/PoB/rMpmFxL6hJRycKFdNRSKDLUmZACejvcBIfv7Jyf7CC1niKVUKj0wP8xGo86Xi5wQo5G+fRoFQoxu9I4FGEFkAMBPiOAFGMyuafaajD1RVxM6hKhmAtNVIYWN2iHEARiRniEb+c+f0S0rv7G2Hk8XwS3rbH4B/rCaXUHPkLSGD/hfkcbt7XY0FKVXsjLQSza4D5AUl2uIkKsrOEX2a0w+IKsvXfY5hnPAdaMwxBwQzV6u63Q4HDqEOByUEIeD0JBguQ5gY29gRrYIHVvv3q28e5cpOBwJ6fUArgqbZA7Y4j+HXtin+RxU/3qFVxUyQhwaCCLnAP5vYhESAuL/uQhy6RvwXL+Jb6wV4VtWbWVhIbuAf0PvjAmxg9sQ+qPo1UmmUSjkHL24RhkQ0Dsg4Q4ycZLJQEZOcr0aJZSLpw+nlhEWssmhgSboNTgeJgRnYWgFQhz2TcTIu3fvtrYAG5AOyIfdIX3FkdAjxNGEkCkVm+I9yyF0dM7RGob4g58Lawfz8weYj/SlKsIFSEiuUskVAHJ9WKgMNMfd5tXVVTKZXKxsNnK5JkrgU1Eim4MzJJvNFpoo9RnQgi0dQux2Sojd3o/e/2eBIiUEWbkhI28hIxSrBSCek655pEkJEReN6cwC0Kidspkg73u0a9tiR+ceWvnYzq+1h/RX7xv1RZrNbt9ug/g2wAxJLjsEQgb1w1jf3Mxc3VYa27fwbyhatUFCSA3QtZzd3s5kMyWuNcgd93ahVXv9DxBiRx9FUv39/ZSQfrTYDzGy9ZawsbW6Wody8SEwWUcrwhgh/XiDu6bJbbjSjDYwCZemQQiCfk4IWlHYT73hkp0t0LP3x9r/HXUtro50KXtwe3CQzCUrJ4CVJLmYlUGAgUFdHMN/PVydnFzBfz3UtWqw3L0ECJmbrSS3T+bmMpkC9zbATr0GuNgOjFqHEBbFFFzGB/LTQJeFB0VrNGAobG5RrK4WoBQoJ+hVPpkgq/koIWOoPbxsT5pHk7MprEl7kiC+xsYovyloSQnBlWg9Ieatf4ysOIRu7CXw3I7H2/o5dWMJxUIMoSVzMJeBVDRu4f98CliqsOiJOzndAUIgoFWfHOYBWvKfn57cXp0kK5vZzEomI3BFz72GwCjc4AktkBulZyweRYXRUbGEVakR2At3qxCf7uoBrj+F/uhVp7YBvGwPmyEPvJEA9xlglaO4K4EAbRR3kdl34b4in6NCQryNxtZi94bewaWb+AO4uNS5lgcymcxiEt6B8AyRCNHHJQjBIsZeMx2Tt9poQH+Fvb0fmc1LjUKvQb0WDBQD6BQIsKVhRCaurpNXviEFWks0DExKtAUVQZE1GmAL90jrxCYgKAYCUg8CtOfMOMAXuCGPgBF0L4IbPw1K2e5uvdAVMiC6m7e34A7EI6wMQt1uuHfTZJAll+S6/HRNnXTzFO+ukdzd9fX1r1+/PnxghBBX6FowdD0ZBiF5BnfPDMMAi0m3GCKObjHTzZJSBl7vSXzFfyKXstINMYhPKCHA+Z5L+DeUa6lG1ujL5X58IFjd3BQqUf2A1fC86DK8OFgHaDAGeVz0IaiB5A7+nZrwsUc0FF0Ljp4ecGirBbXcchLT8eVLZvNOZf7sfLxIQEZ+B5eb8P/Ui4vgHrRHo6o8aNWjVxCEpeXk6hfAxpcvq5urxyp6rf8fcA7+FiE9l+Cegp4J10ymgCnQgw+EblbuxkWSkHy3kBCtwQL46Aj/8AiI3pOMewbN/yeEWM2D3UKspEjR8Haro4yqju8+fQKPhG4aakgIV+IWIrqFsx4uC+guuAr5kKwGzU60gg2f8So3vFiLLxJDInRma8PwKjKyKslK6pzMD9mtrEj9UddOoSUhJW54j4QmnFxg5S2wntEW6ToqvryN9shqfiBK3fIFr1uHoPQ8A64/Qexdq9oxNVtmZH6U+CWDd9mEwup5ciwV4MPTg04kIXlh05cKG2LZ4/FwbXiYnHQRFVknJCw3cvKFR3gdkZMvleArkuhKLKYt2FMXghld5iS2J/l2soVQfIUXr3MKbpySAzkrpGxpGDhcmBA2fsyNh0hJaFmEPB6uIoa+R/EQ9Hg4eoRDqiJCWUBzPaKNx+M3/0sw/Uvt+jVx9KhiymPXI4dRgOL5h9BrVi9kIQKzWS6aTHR1Eqvi9WYsMnN9srBLdKFugGoIFnzXmqnKZvmk13+z1hF03vu7ser5pwh5JfDxiCVH+lWuh5SbWz/G6PFwNRUO/Fao5ILyyoM2DM8rnPWQg2WZlFZRKw83EvQ8g/IqFLIsxaQVukzyghWuYnKJWbbKQtJxaXU1rk36y2pM+sttTLoKQuOqKpOUDnp4GDw8jDTAHjmiQoYHUHnFuRBzgkvdejU8YnOvPBbNQpSnwvIkFcujDCy/4wzV9KjCo7qy9WMnBVB59Q/AM2T5X4fr98yGPE+N3X8AmZyr8h4zAPUAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1110\" />\n\n<p>Today only, we\'re offering you a <strong>special upgrade discount of up to 70%</strong>! ? Don\'t miss out on this fantastic opportunity to enhance your SEO at a fraction of the cost.</p>\n\n<p><strong>Why Upgrade?</strong></p>\n\n<ol>\n<li>Unlock premium SEO features</li>\n\n<li>Get priority customer support</li>\n\n<li>Improve your chances of ranking higher on search engines</li>\n\n<li>Benefit from in-depth on-page analysis &amp; identify optimization opportunities</li>\n</ol>\n\n<p><strong>Hurry!</strong> This flash sale ends today.&nbsp;</p>\n\n<p>Upgrade your plan now and make the most of World Emoji Day! ?✨</p>','success','[\"4-x\",\"lite\"]',1100,NULL,'2024-07-17 00:00:00','2024-07-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=emoji-sale-v4-x-lite',NULL,NULL,0,0,'2024-07-16 15:20:54','2024-07-18 19:43:03'),(70,'66a90e6d57ee0',NULL,'Summer Sale 2024 ?! Get Up to 70% Off AIOSEO ? ','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAAA81BMVEUYtdYdt9crvNkkudgzvtswvdo9wdw7wNs6wNw6v9w2v9xGxN5Cw91Lxt9ZyuJVyeFRyOBfzONnz+Rv0eZ+1uh31OeG2eqO2+uW3uyh4e+b3+2LxKin4/ByvNperdFPosqt5fGPzuO96vO46fOz5vG7jZXG7fbC7PREk8MkerXP8PfL7vcoudfa9PnX8/jS8fi9xHQ4v9ySno09hrzg9vpIxd8fbq7r+fzl9/tdy+L2/P7x+/3sxkSH2epw0eW+ll3Wc3YNXKUAT53gWFgIsNT4cXH+fx7+lh/0j4/9rx75tLX318vF7PXo5+f6/v7////+wB2xna04AAAAQnRSTlPNz9HR09PV1dXV1dfX2dvb293f4ePj5efp6+vr7e3t7e/v8fHx8fPz8/P19fX39/f39/f3+fn5+/v7/f39/f39/f2bgRroAAAACXBIWXMAAAsTAAALEwEAmpwYAAASuUlEQVR42u1cC1ciu7JGR4/jVpGnPOQltgKKIoOggKCtg8Mo4Pz/X3NSSVVSSTfK7O1ed9115mvoTj1TyUenu5GZSOQPPh2bM4Fjptg4Bk3lC3f6Es1Vb2/fhhfnuQQ3rIktsrYGL1RIwIHspND+UqQjWiNrlE/lkOaItqwZUefkJoKug7JTeSYpeChxLRLRXVC/1LIUayhQUWtra5b/J48/AdOfYOPPSIY22PhLheGbwetJmcbP5uIPPgvyfNgwcgzk2V9GUT6ZvDA+3l4mkwekJPJlJazJF7aWuoR4rL3r+n6PS/zWlle4Zrusffks/Nb45fxnmFaeMSntGfk2EZgzQkCenCjjlz/4bGRh/neYYlOcMp4RT+T8TwdmxZKKyYMkZP0f4ssn+/1/A40rOTtOYhNWrGPLafcgvUH+2w9q+tmi9YKayeb6emR9U2zrmwCxx5YWN5eKTMIE65tmt66TonUdN+a6GZ5NtzGA9WK7rq+zLo0b9LfOe15f5zk3WS26+QnjBxaUSxROkPSy8W8SH4aRudY8bG9GZNCG2BCiuYEatakXKZUnqFTEhjrycFskgVJsUCR1uoFZKKHWbGyYNNQpy2/cZVHSe4P6wA43mDvvYdOk+qzxw1mhXA6AkNiS8W+eTCYuIy8Txkjkr7/+2hAv8WawpaC83LbhpkL7xvtJbO93itn4sJCN90I3wlJ8yviT1Vlajb8C3Cwb/7fJxGVkzjUnke2v21+/ft3e3t76CpsQhby1LRvb0rgt1EK1tS1t0vuramHAFsiyJfXwJstXDN/SkbCHxpa0bWEmqaUOZeQWOm5Bzxi1LROq/mXclti2t1Ely4YAnUZ2oZKpIs0I0Iv6/szxwwlSWDL+0mQSYOTF0kT+szK+/ud/GyuOPy7vcY0cy2ZjWjiZBBiZ24rI7h98LpLyMd3IVSHuYVudINPpi8b0VexeEUKcRnZs7IrXrjzu7nwI7bQbSBII3zX7XW7dDUTs7mrlrokwaiMHS7ezhggq3e7S4f2N8Xue5SufQmJaJR8K09jxyWT68grPHwv9CCLo4M/sb5E9wM6ejR2mcW2OeifEsrMXFr0kUZht5yOHVZKEandWivyd8e9Uq5ahIAioGTd5z5XEiJeBNflvg5fJ6+tkOg8QsheTu+ghgGdvNpurTMV7iP2Oa+zvZY3905pie58GuMmqGFGeMNhO2nS8vU4n07e3KX9GfIvEJPYOr67ufhHurg6Vevc7oLkT+4OVUYObLCPKEwbbRwvn9JhMXtVdljl1IvsCh1e/AhCc7O/vfUc09/YDiO3/bcR+M0Vs/7MdPyFXLFyCMyJv9J4QPWznbhgf8ylc3+k5RC9bkej+4d2vcBxGo82mpiQWDSLWZsJ+9F/Ev5r8Hxe3z0oEQrLGBCeMh0J1/uZ8fyUv6FPOSCSxjA5YuhLxaDxGpDRjcRfdttRFUYyqVlRposYvyqUot8Rt4T0p6vYefV8f4hgNGKNUatTSRD/sRDtH41EzcHGQhBgPuYKhb3VOK9Ngqp465uyrE3W3Ffn1Lq5UKqIk/lsoN3z/8dHvNcpK7jQk0FpSUlm3Go0Omkhu7EMSRF3ZdrRRCPWGjTrzp+wuYvWeqEqUVd9h2kBA3SpWzEE52Fco5JIVRkhcEDJfmOUKVyzz3cnLCoT8uksm4olEIt5WlMSllFB71UygIm6aEmUYNsKvg7Kn2hhcViZhKWu/HZmIyfFEXeeIyjgtPwrXxqONRjzRsTXQs9jisj5IUGdl9cpUtO6yJ0cbp9Q+jgc+Tk5fvUQidPySkISOA0IqKAhCbtjfP+ikeJsaRoYfEfLr7hB7VJS0EyvCnZgdQ4hCSRnKuiXQkRYzzUU2VY8laewZQhJBQgL9Uk6CE9GIuuo9y9FfOiCHEANNCCCZgK/lPRS8+RwWLfPllfv3kJfF/ENCxLU9qRCXC1c7mUwkw2BrY+68lJJJJATdkYZ6MmkIUTbzGd5LJutsBuy8QgoQkkwGCIEeNFyrH086XXbQs8GLDQvtOQOn8QMhORMGd1k19ABC5gvDx9T+iyEwsgohmpFkGxnRcje5DL2QWQklpMwJAdqS5px4LFpS3J6WVQkxk5oourai0peD3i4hbK10CHEg1ygjFuSTukIeCJmaLxLpS5MFKZ6eXlYh5FcqnRRbWlQlL+3JpJK77TZohT4tkVQ72HDkvXq9I2logBEJUc5pIkS38POZZrNcTKfZXNVFFLsCiL4ChKTTQUIeS7JCqBOTNer1hq8+JqqWnuUtB9KgYpNKDp4haZwVHDgd4MvEKs6J2OWBkAM1MSng4+lJE6LvgqfEx9PTSoQIRhBJyQgJ3W56Ccxsp9PFxqNfNMN+lxA/keafYpuQnuX6yGdNg5Y4KdQNkQodnVakagB/EtilIrujdIHUPPF7gK9OakaUP8nKyWYqfQ58PBElU+eh5Gl1Qu5ShCRcSNqqDX1gS27YgD1NXK9eLqZSxaI0IiHgJF5ESCrFZ7mcYgw8xlOWWEzxU0JkxFlLMXS0URSLhGgjhvuNeikpUiexcrrhw1WKuZrUaZ4YB427NB9/Sq5ReipSKRA99PBenp4MIy/Wz07QYhPy8+fPJZcRUwYw0k19AP4x9xslpexZYwwnpJfqWQxYhNRTfhghjz5BdFRn81Z2CeHXgV6nSGrVZQOLltUeBLiuO33VlwxdrlFZIx8jQRIPT0+GEvO9+2Ci9YaQnz+eJX6EcXJ3oJGGVStx8AF8+7paBh0Sgh5EiG4pc5G1H4sHB2W+nJS5UeRwryEiGc5bD0BXBV1VybnkFKW2SMGqk55UNqxiD3Ri8+lYMnL59W7ByPKMyaJw8sQwH8Bj4mIxvJk/BAghOiRCKLkyPaSAkdQHhISV/wEhJTbzGJ7UhJSN0a+vQIh1K2XKcm7+/KKZe+GGq1IalJ2/S4j8A4hnRPW7XhSOGB8Pc4OpS8hPxcS9gDxLQq7rGcRBpg8XdnF0N97MuPWXMhkkBPMQIbpVMrPVQRqKmQy22JNCHVOLbtw7n3KwX5FMFq2Q8h1GYFh4YuhC6uCJZ4gZU4CQsHHDJteoAz1bmao8RdB4aAiZMkLo2vL0LWL4uC83Jcr3YYwcdjMa8DySznyAsj32nktIUc8htopmyCWkIW0IMXNPN1J61t4npGdVlaq708o+GYaaDHLtm8ggIUsgfwbkyEZhFq0XRsgrnTXNCPFxL8n4LjaB+yAjd81+NiM2+YJFSxzfxVG21OErxFEWCUE7XUJ1q6gvPH62TDG6pW8TelmcGlFJh10wAMVs1p23zlGWVSqa6XKDfVQaWUrSqdfrdOnKkNY3oXWnr/LSkXs1j/WYkReVWZ76f3iPkKYiRFw/vjUtfAteR5qCEQJc2Luqh4PwojJHPTGb2YNiuaMJoacA5WEkIoRUjx1GSMmmU3ySNSEhsxYgxHfqKzegrKMizb2fPQpedDrZ5YSQmM+uiHwWvj2ZVfXMECOvjJA58SEJ+RngQzASOEWESzJPgHvfLDTE1UQrs3kGHz6cUouTe5CnGyapponL5PNECDVEi2jImxbddmaoJZLgrPF+tZGeCq3qjvxHv5QRk5nPK0Z6+VKQED8stemVIbtUUFIWXjl5injagqsW50PeZj00kZAfuF5ZuHcJAZ8DkS6XEy9YtLp4TIFSbbBT+zre65dLHR+HlsvoVaehV42ecCZCcjlcw/M5oiGnW3mM7uRyNDW5nHtR7+S1MY8XBD+TM8WpDuC5sNygiN5jyH1Z3kntm0+QHgTOBQyZxk8d2XORk6fIrJDDIgrfHpybLHmbpU4KIOT5udRsBxhx16yfwqedF1kFCjm4rkMLiBFiQWlxV8gF1wExkbmQsQsWGCFq0KVcCCEUrb0ecyGEhBjrOYPgLVgpZMUSVxY3tR+M7emsOHzcc5AGvnCc1fT8VI5OAoQ8qFlvR2DFum+LuXbQPAwS0m53C4gDwcSBOHbFsRBEYOr9I6E98gM0gTMRIhzU5BcKRANvSTdf+OPUiFYnmM4Y6RuqrK4qG1ycCvUwQkSMQ0gh4NgrrA55ozWrGllQwu9656NSu6k4kISUFAVICx1dQr6BMluoqJTiKtJGYvJCB5t6yVZg6ksyylVLPhghksiGSBBGCFyWHuuckEqQkIohhD4VdZwESOsHPiY+nSkKGFMOEFIJEsJGXWGCnnQmyGeTWQ3nTpm9Qtarzmtebtw3p4EipB2G5l0YId0KAp4ORdaKOPQrQXjW2P2iUnpHHesLFdBVPCJECHDdL0E00lCpmJacEnH0cGqEJkAIN1JeP2+qOurwshpHFbqPyMlKdHjPSe1XgoRUlsGTL92W+yoywkyFUdi0AyH3Ifput30VRkg74ykU4FFEHMXFpOtxVKhRVL8mePQ7RWY+KpO2VCBVR+JINHPiKGOVqsBb4FdnRtEqdWyUuNHz6qrNu/cK4ukIf+RQNLnKnl1Lp2CnrmtPjbL3W5CXEXGvxUvpqql2Cfl1L5VduRNEtPujwvHxsecSci9d+mAS27FgYizacKagRu7VUR44tOG4auk8ywdFj2lc35Dcdj+BUBaPwZTI6t8L1BOe2NZgwd6xs3lYqalaETKrHptK+nK+u/Dp76p3VxHS1RDWcaV6XIVZe7UJ+YFuOTWj1UK/D24jQYgHAWajl2zj27KQrlqtho29amhTKY5VRSonKavYRVVbZUbdrynDLaRKnZCNSqE05KKL5iHGiD1gzipvwrFWq2LVKgwZqek5qOaIBWJEfNyBkKsuQ7aKqDlnyI9vymFcteDB/W/1DwKQp4OFU00Jod+10B/NZkDIHdMVahp34YT0azbE7dbYSNXa/zbM+NXcWyBGZqeo8DgdY3lzLL/L6nfVJig61Th3CHkWhEgn75SjJq4lfWpzvatwJSnWQiy1MA/XXLO7qLlGu3u3mNrpkupqp0trNA5h0UGVmnkHMw0l53Heu+MR6iUhV8hIf3x+fnqOcC4hP58P+8ppRB61GuzFo2FXh53KN2xKc0oqEk/5ThuN6dwO1M1TK8cpD2XxJozFs5x2x25XJsGpHohjOLcH5VRuxi9ean7PHcw4zmfno/F4NBodG50k5K6PqGHYmXi5K9YzkAEYSYez82OxVglHcZvVPZOK8zO2kYR60wzxYUrU6RBtwZ0qjiJ0Fp6IWXiCYKYzk4s5omz257pSNjvWcM6CIxM7NcEYe0ahZ7N3MVJ/oLpSUz0+a8HWOhNwTpBfzz+ItTHYxXsMTLTg0JYRSksNdFKqFtNqX9VTC/UtKw41rZadw6jJuaV9ydA6s6LJ1Xizwlp6wC3TsxUiTTgn8sjS83KtceIRGXHGf9ZaysbxqN/HP+EeyqkuXBJac/c5/fleE4Iu4oa3LY54MKHs2Lq0IeQLZm85QWRrqV2LtS1ti2t40/a+aPECMJJ7syqtApwSW6wnu8vWRSswSJZbTfNlAK1QTkZjmF36kcO4L8TaBeLS5UOsWIfgIWPQSTDRNAcVR4dLki5JvCSj1WStUM3lctul2b8Xwup4v6ulpktHc7k89FKPT40YGbEHjU6clOOKYGMMHIz1z4CuxuNx61p4Xovt1eXj5/PzWIUIXAYIuYawC7XD97XKZNoXzOkaa9NBOo4sumlZw9Jc207aYOuvcQuNscoJtfJAVhivn1soxDDiJiIvOC0vLo5hWtX8Rti/OxhfXkvMg/+o6sfzPYaIN7rBWmUOArfsTbi1W7ekML5ahUch3xrnWx3Ds5osOo90ZMmuTbAVqXuxnG91qttbHm6P6Jb3iKJV6DUPB1wgI9fXITVwqToaK/BfLt7dwX8ncBfyb9zkCaJxqwBXc3P4g1AgI63rj13PZl5l5K32295ndYIgbhTgLosOt3q7gTcetECycbnVwq3xtLSucIvdWvm1hQW5uXSoXZHJaCqzh3B7c+PumNMtz7d0/De3eJm45rWxUm+YK+xWIuTH8/PReETbCNOIJ8KxOvRBHIoNXi6GVnu43OgqrcMw6Dq8sR2C2YZ2F8OQ7CZ06KQYLitzaCJu3LGFjQcZubxZCasQIhas+9HIMDIYSrS/fx+JQ1cdCAPaD4bvYRBoDUzoUt9lmQfDD4OWeAyGH/p9aLLMA1Mj6m4u9Eky/BiRlfj4AXwQZgOF79+/z9TBG3wihoP/Owz/He9rur29/jgksgofz0eSibHazRaLwWKxmAkmbhaLG+BlASq5DZRRSapNGmkeaNNCOy8oYGCabNM+2BpYPbDkxmWhA5nFaGzbwOpq4ETz7k0EC2FV6VymT4ybGUqY1hq/kheRVfi4H3Hgf8kMzx/iALzIH9Wz/3RoAS1ULKRpYTzQpGQdZIXie/H2ZtzZf2lkOjDe2hJIBMN9o82qwGRgJdvpeN8h5ZiA8PEb3JinwJt3x/9f72JYPcNh/RQAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1116\" />\n\n<p>Our Summer Sale is on ?. This is your chance to boost your SEO and <strong>save up to 70% on AIOSEO</strong>!&nbsp;</p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock ? POWERFUL FEATURES that will help you take your SEO game to the next level.</p>\n\n<p>Upgrade today before these discounts expire! ⏰</p>','success','[\"4-x\",\"lite\"]',1114,NULL,'2024-08-02 00:00:00','2024-08-09 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-v4-x-lite',NULL,NULL,0,0,'2024-07-30 16:01:49','2024-08-08 16:21:38'),(71,'66bb89c122428',NULL,'[NEW] Powerful New Schema Types and Updates ? ?  ','<p>AIOSEO 4.6.8 is here ?</p>\n\n<p>And it’s packed with powerful new schema types to boost your content visibility:</p>\n\n<ol class=\"wp-block-list\">\n<li>Course Info Schema</li>\n\n<li>Product Review Schema</li>\n\n<li>Car (Vehicle Listing) Schema</li>\n\n<li>Table of Contents Schema</li>\n\n<li>Expanded Organization Schema</li>\n</ol>\n\n<p>We\'ve also enhanced schema visualization and updated existing schema types to match Google\'s latest guidelines.</p>\n\n<p>Ready to dominate SERPs?&nbsp;</p>\n\n<p>Update to AIOSEO 4.6.8 now and unlock these amazing features!</p>','success','[\"4-x\",\"lite\"]',1126,NULL,'2024-08-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-6-8-powerful-new-schema-types-and-updates?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite',1,0,'2024-08-13 16:28:49','2025-05-03 00:08:23'),(72,'66ce671ab0ec6',NULL,'Great Savings This Labor Day! Get Up to 70% OFF ??','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAAAh1BMVEX////E5ev8/v70+vsbSVDM6O3I5uy33+a84ejA4+nw+fr4/P3R6u/r9vjd8PMTQFPX7fHk8/aDx9aQrbIuWWKsxclkiI1JcHd9naPD2N4OfOLnqIfa392i0uf0fD717N+nVwL6XRXNcxLol2xwkJVISDYSEhLm0MJXfYPhuqJLhZNTpOTQgOaJ4DesAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPLklEQVR42u1aCZeiSrJmUWRvEBAo0bp19bZW1/z/3ze5RWbkAqLV8+acNx1ikkvsXwaLVd7OoK+30/70dtr9oZfo643S1+WvjnXe9s8q8FT3tGd0GsfdidOf/D5PLHH7XUe29Usp9Exw3/b/+tcoul9/8vtimZy+9s8Xh1UhgkiF8FrZ/0ntq3js33YvIuLFu504YoYKKYs9beI4lkvsu0OjmDfxTq1pPceMsBCDNUMLKNYlkIVY1x/vNM/EXDxnPnYt75TpeOeQjU0r6+IneMT7t5giEsfPxM9YPJZ5mnyajfj0RtGNv96+4nnayUYJAhFn5oWQ4E7O7LT1nWFGE0WrO21kiSw4PhvPbq2mufj5meJBAaG9/aP4Y0N4F3uaKYoHU7aMyIyfJwHIab8yQf8v6UTTwABJ9i/EjwFJGB5MWTKPSMK/CR6zZkc3BFFwQhsj+e3xJtikZiOZtZis0KmCSlY5YMePyGc5fCl6j8oBkWpLEgIIaWg/TtBawgZiKtb6bEg+BInk7URbWJONYkcdpTdGrLpqJaTZSjRl+lizxAYudVgxNsG4E517Tfya8Xj3pXu2FL++5uGl0y4RgNBBYnn0gCgibxSPGGfarSFeOTe3sKw1XqUnnjcZ66i9RPEaT619qQHis1YA8gqRN6LdKfm/IP+VVf8pJf8595wURXkUUUB83xcafK7m9EU77KBrPuvyKR+mGTP0+Ye9Sp7ES+VJTDIFvlAP4nItAePYGJxU4ystchF0gOc+T4Pg1ExJrsSXqZLe+Vb8PgS7Pn5YQ4FK0Qfxs2FUFpnHKfR85ZeghEeoZhN9XSe5EJ92p/1ppD8Z7E47f5mkymReoWIBzgR7ZDPOeGyZiHTVCy6siz9xyiUP4oe9FpWphwk7OUfRg3Ugcv/4Il+LOzINRFhvZC/o48hijkxeh8GFqKKF0QvxR49mnfJisgw8nfwoivgifHw6xWci3ojO7QY9Hy9EQkVEsIjeTjuOSARr2sc3xJEJbV1kP+KuSEVcAqlGTRRps75gRNJ8qAnjVRy/74rfjEouRHoe9Nz4hnrN7zz0TIogGEy+dhKUHI9zTOxLkIiit13EzjJtkW3ANwf+on3fkPGRkDbtm5p8k8vHZ9/WseTo/Ko/H9kDNaXnOQBx0FY7RdGFtccjU30Z3dpPFAcCSLTbR7+HttF/krb/ZftRVDvw8LaUInLQL22j7Zaf+If1z0d6phWyjT7PTEBb34rudksBEYFwzVGktOkn9FEnrBhb0SbgFEWGji0EoQtrliND/VaGgbQY8UWm71vbMA6DfD//0ujvM6W///6LHqRh9O4EhDvFQ96aPUG380RaAsh2O7GuZIoMgT2SstRo0zOrbubH6tyTkTmM5tVGS1qjRQsO7r8MQFx0ma2QR1mJLhfSHkmdbGnvDz0k/zIHCCkQoM9XAaF1caMVggokV4u5HOR4Wi1bEq7lx5TPCuVwvGApf82pJY4flP55TD846YDklLbscBGpiImejmcKCBke6Wi6XDBTw6jLhRauajs2goSmfNto1G1hgVLSDYf7/Tp04ImSZ8yJ1Gutdp0egmZ520nv2Loa5sp8N1wPh8PQJHJuC1E1cjLXJLe54pCOCMbND5s2PzbOPhk5AMF+iIaf83y6nD/p+XzLCSCfZ9o/nilKW/HJ83ZD6aA8ZeLDRhDkIt/o1A4yieO1lbMNZEnn7hvJzZJhLSpUDshyPgrNI2cQo0Zhm3e9y4g0IL2UYQL4vRHQIHS2P56hXgekzBeJ6J/OBIyc3NcJIBScGxtj0gAxZvHCxqRe7L6h1YDiues2jnhVVZroNg7LV6pHbIyeW9pYvg4b2zihu3RyNsx+xsH7dwDxsjqvuB7zxD+EPmlFnI+ELrRijnk+C0glJ1U+W38OEBHC1ZncbjOHSOUAhGefOWxa7q1yEVmvbDykt6Oa6RyAVEuAHJ4CZLDu62lF1LMvbdlRVVWuPvl0/DhO58vl48auVowdMQhPlRRtDshRodYGZOMTzsGabTsybQNCciVcqxyAUERMyw3l7mCnV9UBMiecrHDixaWNx9/gPPOgIMxcuFBZgAitzVOAdPaTVlYBCtyybBXRwpimT3K1wnyClKdSC0zyVAiYHYB0VdU5ptvIOT+obeAAhKSf2dEsU+Yr2BLZb6XneSXW2r7Xk4qS3QpWue9g5/Yu9whFTwFSeG5ECNVp5mVhXSp/b0dJl2m/n46fkiYbEExawiI+J90mJJME+WuHsYq6g9psApChIySm75Z+8ojVDXctc7ZlX1yooEDGSl0JegCO7ICDCmI0do0zTCHbAY1y4Ru3EHnVqspM3lWkydtFUbXfV2dFn8uA8CT1LcJAA6SD3HRwleI8g8xth7PRG1sb0s5z0LWIt7ctC2aBxxX7KSQPHYVu7CGnB1E3OLI5QCqLBpnu9tevzS+DejLZLl2x2MNWhX+YL5RussDOR4rA7eMIs3yaNw5AxA5rDthncRkZKLWwcFVXexSlQsoChNvGgJQwuiLLd2W5LHvtOUppKau7urzdm1EuiJAGeQEtHWEKpw5AskK28J6x2e/37d6g4dd+/0si5sbDS2vtDyU1CaKkX9qQgz7qni/H8428ldAJOlvxM+mBp7BC5iBfDWSVCti3irEqIdVCUl6LAJArfeXq4ZbAPEIQjMJmKy5ptmXGP7b4TsNV8K2mP1H0HY8KNgNcNpGNg0yMdQ/pZPyyROYA6R8UiEmBQIKnnLyJfJbHC7mPHEv6CAxglVo2DnJW+tqXW752ZUvWawhNJ3AC9mKHD6Xjpt7AHlB5Fxb5Rm9LcIZYFnjydZX3g/SckfmUxfkPoK6V3qEwwQsbENC9lZekTfujbTf68aPdWAVS+suIFKWk6UgesMrpg7wYTudbWbKhRq0WKQrzCk6329IFSFfqIVPazgPSjsqCDkgpAYErlrSs+YgkDEUaIsKHe1mKC+rWGeYsIGXZPfvMe/pKFwEJpeojLwlSHEdynClC7Lq1CMhBBt8gX11bvux1QOQ9wAFIU84CIrW4LZdS21Ca1LS6lVyKNlJsWA1IXRCqCZKr8LjKS1JQP7xmUarLCy0KehOZCCA1K5GajC7gVK15Wmsz7UhooxIu9jkj0c8hgzkVpB+ZR/unE67bBcgot7Sy3MEcd+quFQxSVY9N79wkG+p+q8QwIDU9LEDqDO7EWbHm0bctvLUUFGkYFjV3u65LUhM1qZD6dma+1FPN0scb4Wld1yKrjst/TuYhr1QGCqGGByQmSbLTAn9n7z9ujhEAwl3o58uqzbmf8rZQw0ccDQE1Jy8zvbzJjI4XWMIpwwRRVdwM80J7Lqoe/8TYlt6zlLHgy/rzTE6kQur6fGQT/Cs64Ckkqz44Lk5kWgDC5UAIfuEamPgIz1M1oNp0jZKDPVAiQJQQGd2dlksFSI1dZzuj3Qwjtw0uuX6WqWsjTNL24Coj8x9IpnY1Hvt6PSQFtTWdJwCEd2strlZ7Hm9qx6+IzG1xDWF/O4B3b4VeS2blr/CNBKST+nOFeF2IpN2JQXnlONTjjGW5SVrTd6a8PXRjPg5gut246swKs9beQ67Xq/EIWy4j0qv6yJ4pEorI8VIDIPXlUpukB+DcYSyxG+fOGx3x08ufAmRAJVLrlyz9IcxteXQAIsn+ZbPrZtxvTZzNe0hjpm7pZ9+h8F6jgF6naFUUHJD6XD4CpHdFNDgB6VTm9dTWhQIEft8Ya6tCDF1zlucAKUZHQR027jp7CIj9Q3o3VyRt571MaV2QZzlWIaRT05HxMQCBIAdO8HuqCxBaCUVtPni2E7UjASlgGx+UebsW2k4+KViWqcRB9pHn9dTaewF+3hJaxEL1fIWQ3TwNLkg2L5cHf4KjeBRF+nkreBc+cDIAEbnqC0Y1LHeFve0qxlDoablWdE5WCBlMYmUqwGbamH8OpqquyjLVULVKRSEAMVyvC/OvlVB7bSEInuCMMHu5slAhhIaNCUn/4xvlwS6FApECdcRAyzgAAn+25iFDKjYHA5C2byTARXeXv8JPQqsEhPR7UCGtI0Da9tBUBdoZDWOrZcauyotW8521k3oN6Smsd2WLuQZ/An4MSOPK3s/Om5o7vJW092byrv98DxAFAYpm7IrfTGPXNN20ljt9cW3eNnkfedX1heQ1kPyp+zmVnPP9Z/fNCnHQ4fp9CMzEpWnx36I0/YbxcCF5KvfTTzn5vRLJUshdKo606K705o1ymqo2LVLRpnIkuvjAkikGRzGkprbU4iywXaWPM6a6byneAZbDygaeAIOpbkTuHtZkKwoEAfJ+/rDo/L4ekDBl20d9yTEe6N9WxZQizsC3m1iSQxCFToGFsKLC5k41ydSWLJQG5UOhsWk2NR8LJVToziE9helnIeNKg4UCaWxAHHgQRNa/h6SO2NLwetXSbGQFZ0fLc2FP2anF6gqcPzRZuDNfOGEqDMQLBzoWzA78zG0h2oUC+enZgHx83G4/P98x3T4+niwQi7oxfYpC8f0NFP4ODSHSEz5WHy6ZXVUgGJB38y7yvh6QjHgSEmdQw06E0jS73UKYM9nSUP9gebkY4hmNO0wNEawolEtwpKnJbMtgL4RRpwHpWOgMzDBDBqsKBAFyfs/e/5myQH3ez2svWVm4RPRP7XKQhmY3xbypNeMYr1l5tPhYJn3MmK61QpmCNQWiALm9u2hGSUDnA+gvwxEGGiD/uxSsKRD0lOUkeYtYpIx95ECdWT8jl6wskxySOVNHhlYyfsihYtdmpQ6xZGgJlQXNyQy5pyTCEEeAekgT0sF7me6zO370CdYUiAJk76KTvCZJCrNnKQxIETnkQtmGeC7EK/pyqFgemJz3NbTjCBfiCh8oCJezosWwpkAeALK3AflDL9OaAnlUIcF6QALU4tlAOyumIJDzosnQE8Wcfn0QZIuMRi94oE10g1nNRkx63xl/kKH1YEWBrK2QgF52AkkZH2gzRgetYRG1lsluJk+CK7OklyhzjR1NpvNkcxoyl1JtCseYPYofTawokGcA+UPfpscFsvamHoiHXXF4TDlMihGb5XOeYgt4xxNsATQBaAvQtOfBpBSWRpGUFPOUYU/1PGnUU7KeVIvcUXKeVODpzgk+PX6xIGWX4scGHxfI2gpRrx3a64jARFsN5vlX/CT2PHswKxusNhis8ChwLX03/s4skJWA/BuF4yOFyF0eqwAAAABJRU5ErkJggg==\" alt=\"\" class=\"wp-image-1144\" />\n\n<p>Our Labor Day Sale is on ?. </p>\n\n<p>We honor the hard work you put into your site and want to help make it easier. That’s why we’re offering you a chance to unlock more SEO features by offering <strong>up to 70% off new plans and upgrades</strong>! ?</p>\n\n<p>Take your SEO game to the next level by working smarter, not harder—all thanks to AIOSEO, the world’s best WordPress SEO plugin.</p>\n\n<p>Upgrade today before these discounts expire! ⏳</p>','success','[\"4-x\",\"lite\"]',1138,NULL,'2024-09-02 00:00:00','2024-09-04 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=labor-day-sale-v4-x-lite',NULL,NULL,0,0,'2024-08-27 23:54:02','2024-09-03 17:22:44'),(73,'66e1b2850692d',NULL,'[New] Keyword Rank Tracker: Track Your SEO Performance with Ease ?','<p>Drumroll, please! AIOSEO 4.7.0 has arrived with a super-awaited feature: the <strong>Keyword Rank Tracker</strong> ?</p>\n\n<p>Now, you can finally track your keyword performance with ease, right from your WordPress dashboard. No more guessing games!</p>\n\n<p>Key features:</p>\n\n<p>✅ Track up to 100 keywords<br>✅ Group keywords for better organization<br>✅ Seamless integration with post-meta box</p>\n\n<p>Get ready to dominate SERPs!</p>\n\n<p><strong>Update to AIOSEO 4.7.0 now and unlock this SEO powerhouse.</strong></p>','success','[\"4-x\",\"lite\"]',1148,NULL,'2024-09-10 00:00:00',NULL,'Learn More','https://aioseo.com/new-track-your-keywords-effortlessly-in-wordpress-with-aioseo-4-7-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite',1,0,'2024-09-11 15:08:53','2025-09-29 16:28:24'),(74,'670583532844e',NULL,'[New] SEO Email Reports and Bulk CSV Imports/Exports to Enhance SEO Management','<p>? New Feature Alert! </p>\n\n<p>AIOSEO 4.7.2 just dropped with two killer features - </p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SEO Email Reports</strong><br>? Say goodbye to manual SEO performance tracking and hello to laser-focused insights delivered straight to your inbox! ?</li>\n\n<li><strong>Bulk CSV Import/Export</strong><br>⚡️The new Bulk CSV tool lets you manage settings across your entire site in a snap. ? Export, edit, and import easily – it\'s like having an SEO superpower at your fingertips! ?</li>\n</ol>\n\n<p>Update to AIOSEO 4.7.2 now and unlock these game-changing features!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1156,NULL,'2024-10-08 00:00:00',NULL,'Learn More','https://aioseo.com/new-seo-email-reports-and-bulk-csv-imports/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite',1,0,'2024-10-08 19:09:07','2025-09-29 16:28:24'),(75,'671aa0b7c685a',NULL,'Fall Sale 2024 ? Get Up to 70% Off AIOSEO!','<p>? Our <strong>Fall Sale is here</strong>—and it’s your golden opportunity to supercharge your SEO!&nbsp;</p>\n\n<p>For a limited time, you can get <strong>up to 70% off</strong> on AIOSEO when you get a new plan or upgrade your current one.</p>\n\n<p>Unlock <strong>POWERFUL FEATURES</strong> that elevate your SEO game and enhance your site’s performance. ?</p>','success','[\"4-x\",\"lite\"]',1159,NULL,'2024-10-25 00:00:00','2024-11-01 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=silent-fall-sale-v4-x-lite',NULL,NULL,1,0,'2024-10-24 19:32:07','2024-10-31 19:42:11'),(76,'672bc923914d1',NULL,'[New] Meet Your New Writing Assistant ✍️!','<p>? New Feature Alert!&nbsp;</p>\n\n<p>We\'re thrilled to announce the release of our groundbreaking feature —<strong>Writing Assistant</strong>, powered by AIOSEO and SEOBoost ?</p>\n\n<p><strong>The Writing Assistant is your new personal guide to crafting SEO-friendly content right inside WordPress! ? </strong></p>\n\n<p>No more guesswork—just optimized content that ranks.</p>\n\n<p>Update to AIOSEO 4.7.4 now and unlock this revolutionary superpower!</p>','success','[\"4-x\",\"lite\"]',1166,NULL,'2024-11-05 00:00:00',NULL,'Learn More','https://aioseo.com/new-revolutionize-your-content-creation-with-aioseos-writing-assistant/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite',1,0,'2024-11-06 19:53:07','2025-09-29 16:28:24'),(77,'6744dbbfd9aa4',NULL,'It’s Black Friday! Get Up to 70% OFF ?','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAA5gAAAB4CAIAAAAYBsr1AAAACXBIWXMAABYlAAAWJQFJUiTwAAAgAElEQVR42uy9e3xW1ZU+vtYmJCRArggCSVCRqyZoVYga1CpeCmirYh2B1ur02wpaddrfKNjLfGaqgk7HtlaFtjO2zihar1XBKmLrJShQUQEBxXrhJYAouQMhF7J+f5y91157v2/COSEJoOf9dJyQnPecfXn2Omuv/axnYXr+uYCIAEQECEAAAID2/wgIABCQgn8SISIAAH9FfIEIgj/qi+V/ifSliMEXETD4ZXBDczEhoP5vcDtuWPAQ8RUwt0VE+RRzQ0LwLwPTRfDaAwBouht8iVvPH9FmMLeTfXTbE4yc/jn4omw2NxLMs8E8Fsz4mEEWYyoeFLSc+267ZsZQNtzcFuUoOT/op4hhcbsGYhJ5XtD+0X68WeCOBffkFsrr+U+mIwwAOxe6U6Sfrr+iQaJbBBh8Mfgn8bDZkQ/aQ6Z5ckxi/Mf4j/Ef4z/G/5cG/4P65mf36fdBVSLG/+GN/4yC84kIkWcQudFmximpOwGSBHDNkDFqRQ/RrCsJeSLzLAMU7hASBXezS4vE74P2QFI7nYUkFnOKuTCDY1aHHjwQNydnnbAtIAC7eHU7UYCb9E3kUnEbxguFuAMCcLpF5pm2lYw+7jg/hWeX2GBxO8XC0MAj4N7a6UYQY4tyjtwRQ3/G9RfBWpEO51p+V04NIlIboUJqIwFWO8XWCjBmbMfloiUzCAZCYpX5yHHMaIz/GP8x/mP8x/g/zPDfN71PZnofgCTcgXSNrJ9ftasu+G1On36D+uaPHFA8LOfIZ9+v2NvavGN3VYz/wxX/GQXniw0WBhhhaNrv2bvLDRlqHAetcbd04p5knH0eKTm0aAYFgPeIYn/p4xGTXHuedSLwWujOtsW431Sz9u2qdmCBtqfm67yJ4XcH2CcyKO14yp7y00V/Ze9SLkpnJfDsyGlCb6Vwa81Gy282L0hihIOzhMw20xlPF1b+LIOcTQcMXtvkaPDW2bkMAlBZSIgrUxgtMaoywIQp0Wjf+BDjP8Z/jP8Y/zH+Dzv8n1A86jvlX8+yjuz+P1W7an/+7O/2NO2dOOyEicNOaGptzkhLB4BE3acPrn0heOhFJ5x52rHjqMP7SAexelftHyqertpdH+P/YOE/DRBtENt622jXAHvQKJYFoI4YG8RzPF/fR4eVFQDp/2r3XekAAMmNF6G+IQCAMicdHCYgIoWIAG3E2xExI2QWJCoOMMgNp9lN6htanx+RD1ukwRb7VEDkIwMV3EuhGC5e88CjhzLMjs7iDIYRxWFI8EfkMUG9c0Zz/mKhrORRiztTKIEIwkKhd7kZVhJbMURnvSDq9tjzIEV28xa8+pQ54BBGSnRTrD3vzMVsN1Ge4qA8NOHR4G0biscQ2vMx8I0fgWwTv3oDG8IbxGAe9RPFcUmM/xj/Mf5j/Mf4P3zwf0Lx6EheLAAU9Mstyh/8/qefvJZYO2pA8cC++QBQt3fX0g//HrTkxKJRF55wZqR7DuiXO2ls2SOrlsb4P1j4V0RoICmfFwyoAlDibsiNJuKvKP17DB7P91G653ookMyf9JhiMHPcSCRBzXFGR28IeN4QAcW6RUTFbeM5A0AIfg+olAJQ8oYEiKDsP4n7EtweAZHI9shOhmmeWel6DNHcn8SeU6ECOyb2eh4B8MYEeBhBDxrJryNiMB1oZlkBACqlO8ukF1BiwJ1Jsd0Rg2YGx4A1aA+Pg1lLpnfmdYho4JH0oOC79lnB/yn9CDG5KMwooumRM+yIBoSGchMgSpmpl5tkBDGzxmIGo6rMeAJbh2AeY/zH+I/xH+M/xv9hh/9NOxIQ8VO1q3bnrjoAPPeYUwb2zW9qbQ5oBhOHnRhc0NjSBNE/W2o+i/F/EPGPGQMmi3itYPJ29iNcbOYyA0mCdgePEPF6y+QVOxi54zP3bINUfPPgc13pzsSu9Gc+zgZq94kISTF4pmw4D9V/MxRykvtKbwTcuLvb+gP+pBxDm7oR+iupTyHa+Y2Zvv13JWp3k9vGG0oK98TkEWjvW/LOyY/+4uG/Ax5VjP8Y/zH+Y/wf7vgv6JczoF8ueAQYjwkjWBaV1Tv2NDcRUU6ffrl9+pUMOmZQ37zHN7zSp1f6Z3tqgpacUDyqKH+gjUm6LFuRnkTGOa57/R9rY/wfTPxnDJjisqEE/cI9rZLJasx7IPcow+apmQQCyc7gQDrnzaHdRlh+FxN2XLaPw4sAP5sSOGrND7rw6LpHL/hkc0P66AdHe5xzsucmqVhDyXOJDj2eyOf/EJE+ghHX860gJdnFHw3n0Q4PRlwg546ojQcQRDokuJyl9khQHpnH+yKRvxKYocSnA7b9kpYtbys6Lugzen2SDhY5BHhvUpjszuxxkjcRpzNmxHjlk9jOtnn5A0nT9AXEv8z4jPEf4z/Gf4z/GP8e/nMy+ub26b+5dnuM/8Ma/2mGXYsGFo6iBxkmleNuu0mIzhxY4g06mhqufgKTf3VzkTUypC6D5o44CNT0YfDlJUzQWy7dnPR93jmaLyuBbttQZD6Ac86mqdqsXoHun4ifrng92vC/IPVIzoeZM0toodREI+/ETyBKc2JABP4tXxsMa01zjUieDdpnmTML+XtLmkG2I+hsN8HqfSAfSzp0HRAGxqO9EJ8QgctAt7PvAEZypOxcKGe3TQCo3A0kcu8AFXp4CdYM2bH64uEfUb4kYvzH+I/xH+P/S43/c8acMmnM+HcSmx59c1mA/7qmPXV7dzP+Tx9eOnXcxC01O/64fHFjc1OM/8MF/2kISOgKiDGaySEuA6aMURPYOSO02QUgoCtSBlxjig5XXXBEhLaMFcQzpxv6X4p1OEA+3ZCKyRkVpaeLrDgcomQ0k7N3dKdcrETWsmOpNIEPIH8GRPd81TWE9mbKyqiIPZBcI3IWMOl5Ab8chX4fSRsH5ByMuLp3vCHi/XYKEQ15c++PQcI0Co0MaXEISKFqgza3ryD5PvaLnOppkh95ygSjnK0kgrOkUyTyWi1AYzXkAv1i4p/ElMX4j/Ef4z/G/5cV/xeNmzh1XDkAnDP2lNc/WldZ/Vky/s8eM76gX05Bv5z/77wZ/7V00Z7mphj/hwX+lTBwipMDEJUmN6DJGAhMmuHecn5AcCWCCu7AhF9EeysxL4igmE2MgsZLdhA0D1pfRiiWoENCDzaY3xpV863RNQSg9IZMPlekLxCaudV/HVfQuP3qddeV7ETkPAa0Zx2IYhpENgPxUJjuEIr0O7S7TZRMdttgQ692GPGSDU0a/OZ6CnZnARFb9DFI4BDNs/dBO0eIiKiCK0leQA6dXw8uKpQ3JHdkeKbIZqoK+j+3WTkt5E0XIqIiy/dHxxbaaQ22HaanBnUoWmVp70HXzGq2DwKFBvAkbq5DTS4D/bDGv6bbt4t/tGPo4h+d0EWM/xj/Mf5j/H9h8X/huPLAiwWAPS17G5ubg5tfefqUn1149dljTgnw39iyN7imMH/Qj86fkZXRJ8b/YYF/PazK/GBbIYbYAg4N4FHZpEJUwR10LmTwVwLbDpm8xqMASDx/emTRRqWd/qfss27h789O/P6riZ+esoNXiNmjOVs0nomgc6UFjS98/R+5GfsuPLou4Gg4I6uXnyKQWOQFbFAivkJa/MJkB/PuxLEgNiQuh0hH4O3oubOOSg8gKnQWhhklaRRIbIScZEmZJ8iqKzJ7VIGTC2lOCOydeEKUMuNjOgjOd806Fs0Dt9km6znoms2vdAbEWD1euoo3sTbtkVM9ed0iuqbT/slsf80LG+2SOHzxb0yGSoV/7oePf5nTGuM/xn+M/xj/X2D8e17sXUsfqdpdDwgjBxWfNrykMG/ghePKg6csePmpLTWfaV82b+CPzptuqy3E+D+E8a8AFBq4o4Mz5es7iJFF1krw14xg0xDzGNBEt3lXYXVApLKDsg9V/gICTDpEQQC47c3BAPDjk7f/+ORPgS01snADiLWKANhGUFrQ+MJFH+Rm7NvckPG9vw0LVD+EJARwq8SWQjkMI7358PQjHAsCWu8G3G2ZsjIcSqEVctNf7zP06CO+dkV6/kCv2WazgoaP7stzICiNDx4EZeU/nF2eUmCPe5Q5mECDMKvso/e7eq+JLClCEkYaTAr4ymD85SbS9BplgxGF8nGKUyYAUIGyBu/hCElaQz0jCoW2CEqbCF4sAU375V8Pb/wLDKhU+Bd+jMG/MCh2gg4R/Cd3LcZ/jP8Y/zH+O43/C8edPrX0dOPFNt219JEt1Z8FfyrolxP8Pis9I3jQnubmu5Y+7PqyV/TNyIzxf4jjv1da39FoycemA0qJvihyVGqVqJjssJDFPQQzXEwVwxfRUbALht4ceykrgMxCcnb3A0aOTl/82vZsADhjSMMZQ3YB4Gvb+nPPxx2x98Kjauuae92zbpAZaxw3oPGFizYFXuz5z4zc3JBhZpGnwzYbhQWwrTH318sMk0dfCPIplbREwUMJdz+9YODRP7qj39iv5JSdXbt8KbS2ei1xI81CmQ+QN0s8qi71SA87uRPtttxCKthnowGiZ25se1wwgXsFOLbMgZAPfTPpVnuPD7nkLZUSF/v399a53qS6lwXCzohyecBhjX8eN1E6G+U5FLqT694QzPvpkMC/Z7+kVY3xH+M/xn+M/6j4vyjJi62s2cmjXZQ/8ISiEcFfF699Pfh9y759b25+/7ghR+dk9gWA7My+xw05+s1P3mtta4vxf8jiX3EAX3r0pNP9UEeqQXJuvGfzQuJjLEeVl8hGrUk+3rY1iUhhbqXb4Hn0JA4dgqDs6qG3vTkEAH5y8rYfn7yd/NQ7XhVQOmDPCxe9b7zYUYldGWJ6FGIAU2UebZM6bRFlMVVSkxiYiiRMvzzmEIvfziIRyoy03vmDVGZfAOiV2bfP0KMZr+RQzHW4XhLdzJjoRSLA6pyAmL/qezr3sVtk0yTi155C0UGx2xZ7PsO940Ewz1JSVJmc1SIu9qJELreGW8iZl+bYCx3TABJWyhFYRjDSJILmJd/3hzP+zcwqI2TtJMq69s4Eb+wEHUL4t6YKhaJQjP8Y/zH+Y/xHx3+SF/unLTWfe/gXw2rxv6c5uFjGZf8pMz0jxv8hi39xcCABSnwSoRx/mXR0l7gahHWuedoQXc4yOrxmEFtGO4VGKsxZJAG5WBxnyHVgqBigtC+7eqjxZbclJXsBAJYWNL5woY7FXvDs6MSuDLlsyDkxYZZP0Hi5GhUBoDLkbkGgBpGrqNdwABdZxMKe/qAoUoKUogKzAqd+T8ARUSKrD8XODMVhAbNJvLi9/pkbzK8oO0FGgifpLMNyngicTZ4t3OKcPkCqTTPXd0H/SkKxwbKceuAiLgZJfsUXPjAVJtsy61HWHRFfB2d79wXAvx1e+d4SzEiGHwG/cvAQxD8CEpkD0Bj/Mf5j/Mf47xT+p5aeNrX0NOvFvvinyprPk/APrtaBxX9jS/NdLz7q+LLnXp7Vu0+M/0MT/4rpwBL0gm/rkXxRoSJR/BCdrZKk4sgMA/GD2bVwbqOtTuZQRsz2RaElj7vJtoLyhQB465tDbxe+rFTiDbzY5y98PzejdXNDxvnPjt7ckKFnThp3q6vmksxQtp+TGJ2qjCgvFlX42Haw1bD8EpHUieisbXfrg1zKXKDNFr5DtxeyhCAq5Ra7E0Ot92mS/aZQC3EklzFk1gug7aDIK+R62cxlkRc4GbVm72gTDoLdIMp/2rwBM+bOdGg8iKwC8ig1NvlAHPSIQx/NWMIvDP4lNkDn0rI5ME0iQCdP9hDDvwls+NMX4z/Gf4z/GP+h8T+19LSppacKL/bRypqdqfEvlGg9/Dc2N9+17DE3Lnt53/TMGP+HIP7TPJKHPZCXOl6sKRjMNwugga/DbPXFOHosijmgELUTgrxekQpzH3CFxJB16dAjp5g5h1tXFwLALSdt/fFJW2ubej20aeDmXVtf254NiL/76se5Ga2JXRkXLB6T2JVhexBIgoMOrOszh+Cv5FB0pHtJVj4YFddT4V1JEHhHW+UCbX4fq7sRgiKSFVGckw4C5csogz9ETrtQag+DuDMrKge6b+QoVhNrLJMjukHi1ICknp2o6YK+eCGL+XA5Z33MYfXoKBgMZU9AbFFBRxBZoIKI5PVO/UHyqUoMUOJygilzCfThCHm61oc1/i2etT1A8iT7UObEHnr4d/Uh0VU1jPEf4z/Gf4z//eJ/6riyqSXSi30s8GKT8Q8urzcZ/43Nzb9c9vi/TLqsKO8IACjMO+KH515214uP7WlpivF/SOHf3zcQtLeRsj9w9Fu64SxKrMk3BMzwAO9QIEn6zsbezebDKjK4rVKuOpr16PUeDm9dXXTb6kIAqG/pXdeSNvqhE7738nAAfHDTgGc/yT//2bGJXZmiXo08GnD8fU8pw/kBvC4kEZJ4iIQQoz39AauXwffBpHAsF/tw9kMu9SQYVZXZt++I43vnDyRxTODKtqFBiMklBEB5RoMo8kM9so6SG8RU3KwUUnAGJ67cnWRQgUARJmEsRRtkBRCQu2FH8lCc1KAHvBRJ3EAEXzD8y8wAa3G8rxy6+LekTIUYEv9JWcwx/mP8x/j/kuJ/aqnjxf5y2eM6Ftsu/h0dgGT872lu/uWyx7fUfG7iskf88NzLsnr3+WLjf1i/5hXT3r3z1MThgv804UZbhgNRm6Wv+OWVTd6A47GDpBgb9RbekIiChyDLi+hNm91rKS4WjODWlBHfJCmbhxqR9pe3rS66fXVR0KMflOx48IMj6prT7n13yD3rZFFgdzMLYhuEtqYaERlVEbcEnNgeki2CHPTUtqTP0GH5Z03Z88H62lUvk9kwe3VQyOFmp9TXIMuhQRE+JyAAlZk17Af/1mfoUQDwyX/e3Fj5CREFaseydDKJ7TcQ84GIQI+IQIBffFmMgLPy3cIpJCtuOKX2ZEVpU6KDk2eJoOMP9xRkrgkF9QVFdUNlgKpsZUJdfFwCEe2e1S0k88XBP38xgDp4RRR7EP8CRRQG/+SGhOQGvD388yO45TH+Y/zH+P9y4r8ob4BkFPxy2RNbqnfK8WwP/15Y1sP/nuamX770xL9MurQoV8dlzx7zlcVr3/gC4790wJ7Sgt2lBbtveuOowwL/abqeGaLBW3BrxT8L1rYs2AvStInpJE+Ig3EMbv1lRIfSQDrKLFx8WzLY3jzww689fvu1x29rD/p1zb1ueuPo17bnvHHJmpz0fTNHfXbzimNe3ZZ9Xcn20oJdPgdVDNhtq4s2N/RB2yR0ciTZ3nM+HZFcikGfxDBC4Xf/tXf+ETnjz+xdMPDzvzyGqPgrKPPySBT+cCVMdGafniC3XCBCr8ys4ut+FnixAJB57HF7t24mMebiPaULvOlRFsuYxCjY4xU9H3aKA8uBaNeDMfbyvMLW5jYvURQYILtRI1AKvTXmWz3xG/NlxqOGiX7T2FMG/SwUNpdnyj1x45p6hx/+fcST10f/nBFs0Uk+N3LaIF9dXYh/9o0MhveHf2+IzW3bw3/KwYzxH+M/xv+XE/+NLS2WUbDsia01O/eHf/lRHeC/sbn5rhef+OGkSwOOQWNzk9EK+GLiPyejTS7zQx//aYLgLDkZyAIX0rMih+5hXXPe+svCyu4WnyTcPdKInB5/4rnysPj6zJGfDevf1ME2bupR1a99mru5IfPCo6rqmtM+qc8AwGuP3z6s/96Od3/fe3mEbB0RWQlkSSNzhBVlx203e2Vl9c4/IrjxgAumAcDO5x/nHRJZZpAf20iCqHy6LqlMRL2y+hZf91P2YluqP9+17k0pBSfeUkryFTwDh0gAittAGpLK23gJ2WZiLRUUm29hPTEFIcf5JyGC+1JkI6MMEwhYH4TpMyjOg8wTldjxgl4tJu/a7ypPEyuT6Ep9hxn+PYwkD3sQlUHHDKK82De36PfrwPEviZTCbO0H/yYSJt6S7eDfVvD26ozH+I/xH+P/S4n/qt31/7ti2YiBQ/76/pqtNVWSkJAa/+BzZDvA/96Wll++9NTU48fvaWl66f01yE77FxP/sg8p8J+Tvi8nvTWxq88hgv80D/RgSwZbjzrYCgACtBlaMLHRJLSrxT3GsssDvVlUCtuIzNZB6WbZlAJEhLbgobx1IjYbdPmLY84YXC+2ygGN3Trpz24uAMJ73x2Sk9H60KaBgbN+04qjLzyqyp6veMF4ottWFyGwUcAUyDFHMFrqrI1MuqWcfd2Itr2NO59/YsAFlwpfFnc+/7geEaUsrVvombjhYuUkWYCyBymZgRc7jL3YxD23Nld/jnwaaKqIiOw/oOAYQydCcqA/mCbFhwuUbHqc+A2Au6psfWxKPjjx802szUW5gQ9SLC0NPCmcgEh2KQo2vVuw21b+VmJAydpHkO8eTEpVODzwj86xr4Uld9AUb7SZGjKrRzCweWtsLVlX4R/FeZtltXGUJiX+RWCIgLB9/LvvHjIZrBTjP8Z/jP8vM/7f+GjjGx9tFNV1O8I/pjqf7QD/e5qaHnurwkx5z+H/tIKGd+uz6lvSuhD/xf2bfnfmB2ur+t70xtHJ+HdzCH38jxuw5y9T1uVmtA7537K6prRDAf9pQl5O5NyRZp2wYIYOaysEsoQMLfnmohqIFGKb9sCVWS4qCDqTPaHi1pP+mfPdyI6AFQwz2x8E3LIr88FNfSDJ2w/c0zOG1F04rPrBTQNf3Z6z9sUx9c2924hKC3bnpu+75pVRhrEhgcCZhghAKmCQiDkwd7Yz1EaEpKtWaPSQ3aca2gvufP4JQBhwPvuylwJA8EuHtWRoMkm1SZAsL4knT6k+WcXX/UR4sTsT997WWrNTbGcFLpntRWxuxHLhaRLHOZykTF4upTgfcha+tZ02MkSOJJ0RYycKeOlk3rTBM0WwR+4+yZaWIXL4FiLZ1UvxtNbTLhuTNAlKHKIAT9Zhh//AtloGGzknhZJ8FFzcxsESPZ6mAWRNOseguhD/HtUuKDuORB3gn8xfEZRGYBL+gQi1USORV8/kqhj/Mf5j/Mf43z/+3WR8PGTxf3nxzq+1pP303eIuxH9uetvEwXUTB9flpLde8+ooD/8ke+TivzR/V+DFJnb1yU3fV9uUdijgPw1YhEVXjCAERSKgHYyHXt6G9W8qxJDwkYmzI4Mah2QyDkyLlTgtR6v8YpghhISI1EbSp7ebQbJ6MTbfTdCQg2fMHLXjt2dsAoC11X3XVvUf1r+ptmlfoqHP787cVFqwe+Lg+u+/OsLsSdmEMbqDhDsRY7fKI3YkiY2dRrwVnyNeQ2ZAdj7/FAAOOP8S4cvizheecE0El5P2D/LEozWaemX2Lbr2x44Xe8+tLYHUs3Xo0c/ksLtTMnorWkvQgM6YvMB8eCx8kmp9QrsYyTEfTD9CVJrAhIZexVUU7c6P4UFWswNsG4LGKmXoWUb/RbfQKnsYapJQFOI8WbsEvWUPTNj6IuHfJgkY66j1ksjyynoS//wI8HWevBQLdA77JBRd/JvXErJMDGk2lhTyORj4d7RGuhr/IPSPgGyt0Rj/Mf5j/Hce/x6N75DD/3HZjf9x/MenFdQDQHbv1t9/NPjd+qwuwf/a6r63vzXslq9snjnyMwK85tWREv/oVkZg/Jfm72Yv9oLFJZsb+siqtgcR/6bUr6i3a2qaKU/Cg1PpUSmDa1l+Q8hkIBq5QZY4ViDUXoTKiTJxRLCVzVyNDHCKjih0pYzJbkLUzJGfBV7suup+66qzJw6ufePit/907gZAfPCDIwFg5shPf3vmB0ITwK+256hXmH+ymTNHHoo3B1yVThbuU0qx0gQC7Hz+yZ0vPMmzNuCCSwJ31nuEKyOrlyOJ0nkAqPokebH33tpiYrEsSGGkg60Ght3LolOqhxy9ngBHSjzUFFBBdP7pD53yhg7dSoMIqPRz/e9q7RClzGq0bTB7fS3Nbc2PLQPDX9HyMawDwiVAhACNQlvxSLkVxr8g+BfvMGWrGhqFGlkgsSfxT1aIRTmA8aRwgsM4RClH6OE/qHyjs25FwMziHw4e/qE78Q8u/inGf4z/GP9dg3/3nPrQwv+79Vl/2jKwvjVtS2PGn7YMXF/frwvxf9vqYbe/NQwAvjVyx8IzNrn4F/lqZhJLC/b8Zepa7cUuGZfYnXXo4D8NWeJYX6R3LETiqEC78ujqbaM902A+R/B74kaglVeQwrdockJJULyDmyiPGU0iNzCI8GuXn0wAM7jhzBE7Fp7xfuDFXrBkHAAGCWE5GfsQ8b71Rbnp+275yiczR3wKAN9/ZRSIUxFzSIIiq075VG4mG9vjEqvzC3KTRSDWGCCAicterH3Z8y8Bgqqlf+Ysx6DL6CpoBC2xjKXMvsXX3tJnaDF7sVvuu72lugoAA7YWX0oy85Hk6CsjzKPPTaQABtO6mWVNLmXK4cLL0wx71GK5OCR4PEJsxR7KkMmQlAgBPpRw9Lk5ddp5UnDKQABK8aGMZIeZ8yCz2vW5mghQEIBNvD3M8S93QrbkuscA8yqM9xT+5e/RxrnQw7/MFuDMVpI6L1aeRvPPdDgqxn+M/xj/Mf6j4p98j+0QxP+ftgwsymrasifjjercILrchfi//e2jAOCWr2z+1sgdiPj9V0Y5MgUC6qUDdj83eU1uehCLHZfYnXlI4T+NPNK/m5uGXvYRgFdXQifZ8Uwg2lR7NxmQZTRQlm1Iyp1LRRX1Zd6CpWZsDSHizBGfLjzjPePFnlDXnObmTiEA3v72UYBwy4nal73m1dHgFpCwOXImZVIhkiflZjntMs/RHgYQeQRp/eWdzz8JANaXveASRNz5/FPCRvsaCnKZ9crMKnK92MS9t7fW7HRyk9EVm3MG1e5eRP6mzVwg8Xhnebupj0n6cOBmjVBS/RTwBDM8hTEAqdbh1nZxREwEc4sslRyZ555KF1DbWVfVzGmzOPw5rPGfRMtPmTtoDYSY6x7Cv8zG9bNU7RQ7s09J51HyBz3wMf5j/Mf4j/HfKfyv2fpJ1e6Ggr79l0BfhCQAACAASURBVLz7JiAesvj//cdD6lvSugn/t799NCBKvwh5M2QeWVqw+7nJ72gvdskJid19DjX8p/kjmerLSSAWHrQgeHuCLyBy/zC5MIdV+kjK2E+h8WafTW1Cbw3Q9WL7Wy8Wk2cUb3/raCDguOw1r46xJc5UioELyJkKA4VkTIWPFCu8vUGreuHPCFBgfNmC8y8mgKoX/iweJ7/Mh32g+mQVXTvXjcXOaw3kRbyhFpUFU2VkAqSui5dyQYmC2B6byGpVelYC3fJxZsNEIlFaqNckG7hUVgySGEGQDDeTMUDU5jSJkoCA7c/XYYr/dq5MvkkKrbeexL9/De7nW+3dyuVwxfiP8R/jP8Z/Z/Df2Nzy02cXZfXO2NPSBLKiwyGG//qW3t2K/9vfOhoAbznxY/aLZMmFcQW7jBeb+bUlJyR29TkE8Z/m6rYI/nKK7ZeRKSFRkzhIqxMVitGtR4FJGqlkaI/J9XT1g8i5EhxlXRAyFwAAM0dsX3jGRuHF9jZppG6QwTTj9neOAXTnzFOKsDmPMjVTmUA3uWNIICT0fOjIHQoBAOx84WkALDj/G4ZjcDEAVi/9MyUfBhg9DpWZVTx7ToYTi2Uv1rm54oMMdJXgMFkYxW657EYq5VY7xQ2tXgYipuqyOcew6tNkKuM5yj/kFk2m9uqftLtonIVpzaPl14NzTJK0MJRyFFMOR/y7FtsmwznCN+K1lQRU6kn8g5OUIIdXCn87KPKRENyTnGScGP8x/mP8x/jvHP73tDYbN/nLi//b3zoaAAK/KLEr8971RYldn6yt7o+Ad0z4R+DFXrDkxM27Mg5N/KdJTT0i95CCIQKQrMcrMMxF39BzHYlIMcHI1gAJtnKyrIcCqeYhK3DYIwV/j0gAEwfXsBf7tee+EgitIT/LSpKgPCK5/e1jeM4A8ZpXx3LoW6bIgVHiAPEn5DxMGc6XKwecoo4O+QcRiHYufRoAhC/7DQCoWvo0EOxrbHRQQIgIRa4Xu+W+O1prquUulQeWZNE/q9esLBSkOoq7bXWSg1GwyL01Kiu9yAMFEU8mlFSqgGwlODwkM0bJVrgjUfoSU5selJYahIoOC0FyBiiJ5FAv+uBn1MHhi38xEVzqRuDfyRm240qOaUN59NMD+LdaP1xtCBzFQxCvNCN+6RxwisUc4z/Gf4z/GP8x/rsA//PePgYB5p74caIhs76593GPlgfYvHd9UV1L2s0rRiR2ZyLCoYn/tCSKA4nfkL/JSir+IIrwyquJy9CJ2r5gSjKgIz2NSO7WxzLrRZ0MclesOCIJvNiT6prTCAhVIGCB6EhIyALTAEDz3h4OgLec+FFuequhYfvNcHdKNq9ThnpJjkkS6BmC3P2Ayr1z6dOAWHDe19mXbfxwU+NH7zVt29K0LZExpHjv1sSeD99HxMzhoySjoHLBnS3VO1ntz+YiuNxaYPE8oX0tyUIk+OpCuYNM4qQ9ZyQPQIpNiRLnTLxREtUOxZgI60AOTsyAGtmUoDkqeb8t8We+IpCjrZgStexk1qofkkDHkNHhjH+vHouDf97Ts9IN49+IKlpL2ZP4BwCrJW5IbprID64Eob0b60pSjP8Y/zH+Y/zH+O9y/N/29vDb3h4e/OLa4xIPbjqyrqX34sQRSxIDD3H8p1mhCk4mcwpvyD1aMqOceBtmaeTEhHij8IUAbYRKBY0g4DFFsnq78hhE1gbhui5od3/G0Ly2Pa/wwbNqm9PMggSjAazRBCxs4VRlQyCa9/bw+9YXg88pRlFm2tR71AF/AoXQZlJ8TXUPcz8SeXsoDyNEfJ93qrDzhaeBoOB87cv2GVq058P3AGDzXf+ellvQWlsVfLlp25a2xj0qM6uleueWBXe2VFcJgonI7zOQ4nxGk4+Mlmet5QNFQTySonEEphQyJzPrAyuDffMAWb3QqIIT2xFrCkXiKpeg5rxjMSC82oml+JzBtDwtjwVGBHLMRUFCyStHTXGzRaYlR+mwxj9LKraDf2MuU+EfjE6GzPPoMfwTEYJQsA4GRxg/K/jNlwWyNQgx/mP8x/iP8R/jPyr+czNaFk5cn5PemuzO87dvXjFybXX/17+xMje9ZcaI7TevHFXxaV5JfsO1YxPgsibkZ21Vv/vWDzuI+E8TWw5lmbQ2h9BGr8mpKezsbYz2hEsG1zgIQK4EwojITc2zHAtXA8SaH8E3QcGrAKxrSUebLKlInqw4P+lSLsSlgYnqWtJBlsIjI7tNpraHLeyLLNAGVhCOD1Q4mxCFZguIEnySEqKHcOfSZwAxb+Kkpm1bGt59hyuItNZWcy3vtr2Nm+/698xjR+1a93bb3sYkgQlvTtCpWO3U89A7M9SK0LYyu3fiwscgFo6WBGMLiiBbPYexr7juNsm55uIoYkNpq3zbEsxIomChyyKy3bHgQecciLNZxevKGj9Ht5n1+rjyymGLf5bJSYF//XvFRak9/INTpLun8U/cDCWUvQ1+QKhqp8qCjfEf4z/Gf4z/GP8R8F/cr2lq8ecd8o5hxojta1dmr63qP3PEtpzm1sSuTCK45cSPpxbv6Ohbx8LixKDErsyDhf80EgNno9mi8Bu69SNYtoOXid2WSJdbLBUieT7geucmvM1UEgFdJWHPbjhPPmvLmW8JurThboNLW1cKgfQwJZGwlSkXBfbOVl5YyMuhK55s6xRLQRBMlZWorQwzmqqWPlO19Bkh7IGYngUDRuD2tYjQ1kZKqebqqpa/v540AswxQS+QIFesyDBFe7TklP6ipNRCRpTgZLCen2I7yPIfgCJNzQyOULiztCElZk1uOL05tft4EX52v8jnJjIzDj0mlFCWc5rk2DVPAvELhX9b6+0Qxb9DdbKY1YAK8N/WRu7rMsZ/jP8Y/zH+Y/xHxv+7NdnXvHb8sH6NJBRupZ4CAT30wRBEXFedvbZ61+LNRwRdvm9DsZE0Tf1ZW9UvcHkPFv6xX9F3XVEJR1LO26VhsnYLUaof3DSzpArN8lkphcf8nDp3M0Qih9BvMFot3YmDa567YNW66v6nPX2an5DZ4YdkBqiTMejfwXm6KCus5Tnc6y2Z3dmdmSf0ziQEOPYsGD0ZnvwB9M6ElkayZ1jkD/J+upMy5xNt3p9zEy931OkhtZFQfWjv5mwIBGGfqL1WdXQ3WZ1ZjJXWi07ulJtnCwAdPNfZ2LhXfvHw7/f90Ma/S1PjPIAY/zH+Y/zH+I/x3xP4n3hkdXZ66+LEQIWY3bslcF6L+zWWFjQs3jzwUMY/9iv6fykmzyaPOeB3Ws/F7rnYBZGbXAUp9BTAFphwdw3OZQjYJkqPyJi8mxHZPrARAGDioOp1NdmBJhc4I2Zj3Lx587VL3DoliM6ezss4S8sryJ04qVdmFjjmT+ZlJnFLEPY1Nta+9lJL9U5AgInXQ1Y+7KmGASPg8w/giBHw0nyo2xosuaxjRvbOHyC2oWhy+VzeDjL/Hvc17mnaVtlSvdPypj1se/XEeZ0YiRl3hTi8p+RJl6hwEhgxBRGHd8vkItLehLwNLsgzHbLkJxLahZYZ5AkZuicSrrYHwRcY/6JYfPfin0hmMwC5A+vfHFNZa79WkJsd3A5cvdaKzAYHdTH+Y/zH+I/xH+O/A/xPP7ZyYfk6ADj96dPXVvfPzWitbUoDgOe+tmrikdVrq7OnPD++rjnt0MQ/9i/+Pqv7ktcmqf3FhSmSdxmUqn2UamlJxbWkvZK8ObnJj3YaRNpjMmPCVaZzASvoJZZN45VQS3VDcKXQZFxbtvnIy7+TffKpEP3T+OGmLQv/CwAgZyiUfReyCvQf3vsLbPxL0KWcU04ddPl3OnfzyoX/5c0spJBpc9xiC3T3lykg6I02+YF/55dJ60r/kCqhFIUqnquEaNckosSJljtBVl0Rz/JSBdzNMsT4P0D85/bPKi7KLxlbBAC5OVnZ/TMBYHNlVX19Y6Jy55r1WzDpFNMb3o7CSu7w8ua8jUgpZXbtIojjdlZGgGL8x/jvJvsvHockq4QBtLlDF+M/xv8hiP8ZxotN7Mqc/PwEAFh+0fK11f2nPD9h1phP7piwEQDWVmdPeX5CXXPaIYj/NABwidhaAMyEdJGgzRYV1kWCTeFbAKI2zZtBVxWCJcG0sIfOT5Q8efC07ZJ7YcoJGzERYKkPuSuQO1LNHaak4LypMg3M3JebN0pRDkRaAykrQgKO3HiVmQWd/yAQQG4h9BY3ycqH3lnU0ghI6UaBK+onc/hIhwLkns2Qa14oqbgIoqK2NlHxWtCNefANZLVl0uVelCR3WwI78qAjAsz+57OnnHdCuAFKjXpMsdWHLZVVBLB5y851G7au27glsaUK3D03M7+CUzOJ//k/+2bpcYVJL4UUpmHB/S8tXrq2B/A/rDB/4X99h0IPRfBDorJq1o8e6D78FxcWTD1/XMnYovKykcMKCzqevrUbKitWbFq89J2KNzaBzkglW14SHHB6EF1415XFhQUpwzreRn3Ovz+6dkMlCGFKZt0x/m/5l6nlZSP3K7Uuh/Shx1Y89PjrncZ/Tk7mw7+f1e5ZbFgDEQr/C+5/afELawSDMcUSCyMz3x7+t1RW1dY1JrbuXLu+ct3Gyrr6xkj4Lz2+8I6ffTOk4P3ky+9Ktv/Tp502c9qpYfDfTmgVEpVVAFBXtydRWbW5siqxtWrt+soDt//k0gCBuapECjE7O/O3/3VldnZWcoP3PwhIlpcpzrqPKh6w8BdXtm89/MF59Y1N8361OJL9v/D8E2ddfXb4181997+0ZOma8PbfRuBMhohRDXUoyISOQ4fmjpwtxItdqV7A616B8GbD2v8vp/8z49gtxovNmvz8hM27MmceW5mT3jLxyGoAvG/j0bkZrXNP+KA0v37JBSsnPz+hvrl3JPxbQTjTrfD2vz38K4W2+gNCmkkeZMmv5ILInM0HhqdiMjwBA7kNIdorhK8gqcQIydQ/rktsKRxi96PAtEqyuxG97Y4RsiaPlw0AyUWirQqJS84HS7K2ZyJkyfIsGiyQ6nVw5zOP9+qT2Tu/IJKj2VJdtePR/0VAQoLBpdDSCDv/AYNLILEKBpfixheoZS8C1r321/5jx6VFvDkAVC1dDMhptoQgK4kbRHgnKd46Ukoc/pA8gTKoVVLtTNa/NkQIZdEXqMOYP5eMLZ5YNhK6+fPaik2LHl/x0GNvkBttAJNnLPFfclxhebgmPfTYGybHuXvxP/ufJ5V3apTm/XJJYmtV1+I/NzvrimkTpp53QqSJKx1bWDq2cPbVZycqqxYvXXPf/7y0ubKasYcEhIY3ZoIhbMgmlo0sLgyF/JzsvmiFtY06kmXN0cxpp869cWqkMQwazOyuTuA/N7tvD4A8+Cx6/A2n8g9CyZii7nv6ays2LXr8jcUvrK1r2BMG/zn9s8IjOVCd9Oz/sMIB5V3dnbr6PWs3VC5Z+s7ipWsSW6o7Z//tKapClsJiP2bqeSeG3LH7nMWykRUrPtDvc/PODlZMorJ67YbK2aEdzfKykRUrNlWs+CC8/Z//s8tCLr1gpSx5Ya0pURDK/ptXkRZkAk0PwGRiHhNVpbaCle8CsmllLv7RS+ban/3/Evo/M4dXLrBebFlQ9cDb5Mx7ZyQgzB33QWl+/XMXrJzyfFldc+/w+BdRb7G/CWf/uUqrh3/DENZwSLOVJlBI4rVT5hZdnTY5H3I3R0J7WShkWMFcrYSSPN/6jsrkTCazoAU1WkhwyLrNPByWMGoVdEnImKFgikiFQZs7Kak86GqNyBEDgJaaqsrf/gpSnsLYYWpnbIP1tPJ+IKAx58PgEnzrYYCHuXctNdUfz/9pWl6+LDBCXmiKBVbMlO9rbNzXuEeMDzo5mgBJKxbdpgoajZQvce7jXQAIqUi7KUhW0GOfiWUjJ5aNnHvjlHm/WvLQ4yukUQmD+XZftDKm0J34n3reuM51fMZlZfN+9VxX4T8vp++sq8+affXZOdmdP3woLiyYffXZs68+e96vlsz71RKPBofu0oaOq9qnmBHwjINIlYDiwoK5/xLZi538T7+sq9/jJINHxX9PYt2U9hH2ELt/ZVU9+Pgb83/13P7xH6Ux1K797+JPTnZW0JH5P/vmug2V997/0qLHV0a1/45RE+HNwKjOuKysc22b/c+TKlb+w7elZlzm/WrJjGll4dfjLf8ydfI//Sqk/Z8xrSy8Fxs0Rgr1hrX/blM8bSpMKmQqrC26dALer3r4B9fngf3Y/y+Z/zNjeOWC8jXai32hLLE7i6XWpB9PRPPeGQWAc8dtsnHZlvSQ+Dcbf/Nc36cNZf+T8c+XIIIyk6yMtIHzs/il2IvqfqJS5usKxU4VzckCuv91b46m/Ja5J+qItDIaDcrtS3AHZQYF3TvLR9gWytYGHwN15XZE/4yo/2Qu4IWnzL7HXpk8Su6Yc9eUcHqUbLARLrFNxfeW4su/cG+of26tqQ7+11JT3WJ+bq2paq2tbqmpaq2tadF/rQquMbqz8n9yZsEdKG6qksOllFJKQar7mMiUko0EC1Nnxpk2TwTurPXQp7iwYMEvvj33xqkedD1YRmpTD+C/PHQ8MsVb8Opzugr/My87dV3Ff8y9ceqBeLHyM/fGKe9W/HxYYQEmLVUXtBEpOs7Pzq3m3jg16khe8b3fbtlac8D47zmcm3c6slBmz6ysW26c+m7Fz4sLCzrGP0ZpTzv2v3t7VDK2cOEvrny34ufX/vM5XWX/iwsHdDooPrFsRE52VvK7IPhfXf3e23/9l/B3Ky8bObFsZBj7P6ywYO6NU8Lf+aHHVzz0+Mro9t95QXfgfvCfEBFAmXty+SvrpSThX9hY8dz27P+Xyv+ZcazxYndnTX7h1MSuvsL+ywJmeuRvf3vkvDWjAKA0v+65C1bmpLd2uf+Tyv5je/iXkl3K2WfKkXW+DOIBwQmb1IVGNqBiNxS0WCEioOJ5AivqZn4J8m6K+yduguC+Lcx2AsnBB9hv2RGxTj4RAihUygygbh4KGbagBLLd+KMyJyNBH1XSWxPBEcbzGszuggoGQcyZ6p1fUHTD3GFz/kNnibHIc912OyyoBl3+rRF33nvE16eZwUSQBY5BmXGTq53F8CwyxDZLjz/JYnAaCV5FaiRCIgTiZeYufsSU73KJHLPDVrZtzjD26GfujZPn3jgFkRELHv6jBHywB/A/c1pZpzubk51ZXjbyAPGfl9130e++t+AX3+4qF1Y6QOsqfj7rqrMdPEusIkaESrv4n3312TMijuSc/3hi3YZtXYH/HozHOi+IHt0rFhcWLH/ultLjijrEf9S7prT/PdGX+T+b9m7FzyeWjTpw+z/x1JEHsoRnTCszpiOF/V/wP397bcWmSBvIMPZ/epRwbKKyet6vnuuE/Ud0qprawRQ45s2D8VCluwPs2GnAm4Xv4p99KSVik6nt/5fH/5lavMPGYp8/bcvuvo79Jw4WO/if9471ZZec/8aB+D9uF9q3/3boOvJ/TPTFhuJAz7rZ3AQzoUvPIWMiaCsjRtdEQdfEC5IEl0BR5MS9uWozT4Y3FqD5IqjsBHP0yHSJAraKfjTYR6Myi8dm2WkSN3M4UIHdBulBVKgAFIJcHsEjzQ3NZCDHscyomUrHdgxBiPcGI9Q7r6Dw+zdmDCnsnVdQcO5ku2YoqLasd0OZx4zIPqkMAHJP/+qgy2eSDREoPqRAlLsRNF/n0zxkKW8b50BRwli89RHlqjCjYUg1mvxj++cMPtoJEQG/YKy4NLbl8R80d3bujZNnXfVVM2U+/qO8bLEH8D+ls7yC4DP1vNIDwf+wwoKK5+ZOPbA2dPyZ/7NL597YLv6jnySnwH/R0Py5N06OdJf77v/bgj+83EX479GTBzDWsodPPAKva8nDN5SMLWwP/xSpSansf8+e4eQveeSGuTdOPkD7Hym0mfyZct44ImYcprD/s//1oShB2REzpk3o2P4PKxoQqc33/eHlLVtrOmH/yXgRQXwzWPJWUT+ocKBQNBXNoKJ5ubNpRcPxcfCv/QFRr55AHD3hl9f/mT48EXixU5aentjd17P/KAkDLv7nrxnNvmxJfn3n/B+d+meJJu3b/+Cf7eM/aLYT6bXxf+OJ29nlwG9wmSGGkc6n0zNN8hRJ0/VFEJjLMOhrFM89GGgSyNIjiidJ98vkK7L+Mjh0m4DLHHBQ7G1NKTeNWqtZB4r/yScgXASZB429FpI/GEzZty0FzBCF4ko7u2DsIGDv/ILC79+QlpcffK9p21ZEFTQ474yvDrnyezmnlAX4a9q+le1F9kllg745E9Buv7R10M1XYlNo9mTBhlUp/p8Gt11sPIhmoIxd44lAUMrdKNsJCu4PJiPSHyjBjXM2oz39ik32ZXOys5JIDhjda+pe/M+YVpaTnXkgPZ0xrSw7O7Nz+C89rrBiyZziwvweCZNPDvDPllfY32hbi2T8P/fIjZGGcd2GrXN+/mRX4r/nPiYww7koPev85WRnLvrt94oLC9rBf9Tl5dv/g2Irljx8fXC+3wn7XzK28ABX0MSyEcVFBSZaiMn2f3Nl9bwoBIP5P5uWm53Vgf2fe0OEXV+isnrB/X/rnP03y1Wh9SAVv9aNyyaMZBCBM78ne/CNZO2qg389I9pFU3yxdXy/rP7PnDdL5q0ZPWVp+eZdWcn2P/lsVuJ/3prRs17/ypy/l6yrye2E/yOZBhyqb8/+a6C2j38yGyNjkfWlSn/BAZxFfHAxKskptEwitKjl7YJiLOtIsthn8UsUxc0B/AKANgailP2vWQO8DsEWKxaxFCd2zXhShsUMMg6n76bE1ir4pVKIiGC2ZYT8DjNgVe7hGY+4nl0yKyctv6Dwe9ezF9tSXf35s08EXUwvGDBg6qV9jysdeNnMjCFDAbGtce9njz0kfNkJg745k8Mb5DDPzGkFVzG2tZ8ByKxtnlmSw47s4PLc8a6adPojLz/zXbNlJD0+ite53aWBMttDniNLxDxYHm1Oduasq84KJtTDf4QmYbfjf8a0CQfe06nnjesE/ocVFix5+PoDdKMjuQszppUFGy2bexb1cNzYO4n/OTd8LZInkaisnv7933ct/nsyHovBQao+QFTU495fcWH+ff85oz38RwuuJ9l/wINgMSaWjVjyyPW52VmdsP+zrzrrwBsw49Ky4HFeeJvt/4L7X05UVkexfl9tz/4XFxZMj2J2Jl9x94HZf5OOjwrlix6U4zWaU3L2ZsCMvDhFRErCv3UNCURckB3KL6//s2V3v/lrRm/elZXS/rvhgRT+z6J/DFuwcXgn/B9Jl3fkwxDbsf8WD+3hX+/giblcekyQLGbM6YAN1AntAzDbBYcAAWImxA/y8Nq0QxR3VuSwznlbY+Q8EL1sPUBuPDdSz65l5Yv7gE6nc/YW7NcD98I8DiwQDWskQA4flIDzdrMjgLxWBRMIEBF7e15sTfW239+zr7Y2+G5anqUlqcwgZIj1q1fteNT3ZQWjwB7fBIgD5HctH9ww3dC0yow2r3NxXKJhQBzSN+FbEuQVEiEfdMcKLfdFbPjFHkqwSw/aZ/bVZ+VkZ4E9mQKZux/qQ9Ct+B9WOKC8bMSB93T6peOj4r94aH5PerEmUHRJcWF+YDSNYkZkkHj4Ly4qmHvj18J/va6+ccr03yS21nQx/nvuIyU8EQgOludXXnZsSvxHd8qT7f9B+JSOLXzot9/thP3vkiU8++qz+F3Gp9vS/tc3NM2KQjCYffVZ2dlZKe3/3BsirJf77n8lIBV01v6LGCUHcS1hwPzMrqoNWPJt7YPIxl8E/oVDSYCSS8ANi/2fZP9HcAu60v9xBspATolfprD/hk7SAf6Na+/kMUBSohzIw8eANA02RdDxwR0qrlgeYveTlJuGvCPU6wpNeNzse9r5orO9AwcBTAwP2H48TErxQGvlXkAI8jl4QwPok98NN1xQs52DEkOR9hIwbfgz6FTvvIKh3/sBe7GtNdXbfndPa22N3nAkF3I2T9z19ps7HnuY/9D/pPEDL5shZ4qc8JWHYMVLWlm74MLLP0pwIC54M84sBJR5b/UyewzFCa8zMjI7Hg/amyknO7P0uEKxwKInx3Qz/svLju0qr4ITn0Pif9Fvv9sDjILkGVlw5wwLTgu8CFMiJyInO2vJoh9EasO8Xz+fqKzpavz3XFDWZiWLt9dB+cy54Wsp8B9NtSCF/T+IvuzEshHzfnJxJPs/5dzSLllHOdmZ5ROObS+bKrD/FSs/XPLiuvA3vEVv8Bz7X1527PRp48OfXdz3h1cPzP4rN61euT6WIu/o3ypDpci/VHq3mYR/Z76kRJhqx/7H/o/Lsusi/wc8R1x4OAhJ+XDS8KqOsmmDCRJSO5bWoHwFCvFPssK/KbQz2vkfMK8I5EGGUuxWo51Oyz23RYY7vLk4SUQuAqEJApKuESgfK6GdEXj3yoJDbAGZF+Lk9Fimhy+4k2JASPCR0/IKhn7vOhmL3fq7e1tqasTRhBd/snsOItj11qrPhC+bfdL4QZdN93OoUwFI4BsIoI2ciL04Eulw7iT7x1Eq8a8XMoFITLpPdX/Eg8yUPX7MULdHnWHxdR/+595wQdeFn88Mj/+5N1xQMnboQZmR8rJjp186IUltJ8rWQuB/zvUXRHIj5v36+QX2xdyF+O/BeKywWgQQVfGqS92+Yz3dKIosH92e/T+Ixzhnlk8YEd7+T790fFc9eup5JcnKM579n/WvD9fVN4a84ayrziwemu/Z/wV3To+wXu5+YcvW6gO0/0IyBdsAUji+jjPEYUt9KiK7T857zXnvp1LvwaQVHfs/1v9ZsmVoxY4j5r45rqv8HzG2SYPDdfIIUqmtWYR0gH8lQrjKxrG9xnHeAAbaaSq1VpkfNOaotdycASv+BPK/QciaSILbxolBKGU4wmO84+EuOKIVSsdL0NFRs5uPIDBO6O3JtDCH1IoT246gJVqRB7w0f5mq6W4xCdPy8gu/d60bi723pxyzRAAAIABJREFUpbaGD0cwVeSGCMSwYMNbf//Mi8tOu8Kee3qxZHfHY4NMYGjgzjlpSjk9C0EyLKIUMEK5DJh/zTstYOK5N3dkU1gP2nGhIzoYOULcjfgvGVPYhTHR4Jw3DP6HFebP6ToHujMEg59+Iyc7i+eFQwVRfFmFiDOmjZ999Znhv7f4xXfn/3ppd+G/xyKy4C98OnhTOePS8R7+KdpMprD/cLA/C/7ziuz+WWHsf3FhwdTzSrrqudMvHZ+bnSUDh9L5COx/Xf3e+XcvjdCXX0yX9n/GpePD25wlS9c9/MTfD9T+o/aodMAPbIpSKhVY5Eide2CiE6HQDUki+m6WOD8Ril2x/5PK/6lrSZ+y9Mz7No7oEv9HaoSxdpgkh2j/B53ouOf/eIFzD/9pQW4dIOi6w8AVKMhSVbzqfLIEnah4Q16FCVOogqUnnMC+KOomKu4iOvxpEJQYJOA6dm4OrEhqQtE8W/MNPdo2moLPfj1xW7dPVNTW+0s77eaPRA4RHEBWXectRu/8gqH/b5b0Yrf+/r7W2lrLd+biJEmadig1iIga3noTEAdO+yf2ZQHgsyceRSOlFLRMNw/tmNqCxuiUTnEU2ZhTpOtQt5k2mMqcZOnjyHeDJCYejxzKGfGLilGUF9uCP7x63x9eQ6b+m9FFtNXwiocWLLjz8kj+H+k62BL/nfCcuh7/s6+a2JWRzgnHTjz12IoVH+4X/53zYuvqGytW/GPJi+tfW/WP+vrG2vq9OdmZJWOGzrj05PIJwyPNSE525qyrzph/91JTazaiI0cAiMVD8+Zcf374ryUqq6+96RG0Sh1dif9InVjy4rt19Xt8gHGaNMo6ouhWWUcgSmytEZUaVaRnr9uwdd3Gba42gK2wWTw0PyrX5fSyY83Rs5EeijIUtuwRStZEhDk1NbGcOqE5OVk5/TNLxgzpHAW8uDB/9lVnzPv10v3a/4ldRA3idTH53OMffvJN+z4icgglCARw3/2vTJl0fHnZ8JBmobxseMXKj4K2z7khwpKZe9szrJTVafvPrz4+ImaXI7kOmK1K5RatJe262fUo8U8kq9fqObM1tgCS7H/s/3Sx/2PdGFNlGN02y+JswT2JM5Vc/0eWKfXwn6bzhJxJIJYB41rAXhk2/U+FXOoXLfZI0lLAPFVaMWJNYUGu0aPYZubJjBSxrJyZDdNDfRONOZLna2SiEbY4MooifLJYM7kTKqTadK4/35xYkk5vKJUENwBAm15tZPTjeufle17stt8vaK2pFSFJQqV0yTxyKwYaoQ3dSNULiBpWvwkAri+LOx5/RI8nz4gpDq3nyC/rJmvjEYgh0kPHzHcCQEXUZvPBxRSTBCQ6owqmMrJIF3UWTKRgVV393i1ba5LeSo6N2VJZO3XGgtee/WHIV1Rd/V5gRTpyigmGZRUo1U34L+/StyAATJlUUrHio47xP2xo3vRLT4kco/rDa/PvfqGuYa9pPCBgXX1jxcoPK1b+Y1hh/qyrzpj1nbB+ecXKD59btt7CNUq+l857JZpzw/nhvedEZfXUGQvq6veScFC7Ev9RPnNvfTpRWWP9UyLwar+3j3+nqCtqdzb8IcOSZevn/3qpYw/ReY0XDc2be8N54RFSOmYIq1oa/EfjyKay/2HvULHqw1k3PQq6ZLedDsZ/6XFDZ111Rvn4Y6Iefcy66owFf6yordvTsf3vxFLaT4R72viHn1wt/BV0nS1t/+fc+ueKxT8Ki7cbLpgy/T4AnH7pyeHH4Y67lyYqa0Qh0k7afzK5idrHcLFqFpr2QdjDs4Q5FNVQGf/sxAl3VqwUvaRtLffY/+lO/weF70xumdlk/wedXgr1XeH/tId/JVLkTNKYTeizcXUw9c1E0IJLgzgFKoQ2uCmDIYrfGNaHAtYA4+/qCjrKOxdAIxpnzsQ5Yikr64h4PqtpiIwiZo4bzQ4l4vOcualErqLtjsym5Jajkzup59yws/XFvfOSY7ELm2tquSX6v7r+sPL2tYEwm5lWK+/a8Nbqzx7/k+AYnDJo2hWmGSAKDpmYvxko0vWdnRxAezRjUrPNsCtnTsUpkijoalM7SchQS9YOgVNxSGzMo8c+0aLRDjva6iCJyppE4O+G8WC2VqPMP4CIKd4Kuwn/U88rCflSWbdhW+ijyZP3i/9ZV58RNRA745o/zr3tmbr6vSnxj6ASlbVzb31m7q1P7/dWi554s/TM26bOWLhWdwol/sMF8RAIZl91RiQfYu6tzwS+Y7fhPyJfhc9PzewI33Q/+PeCQhgpz4z2Y/+3bKudddOfKlZ8GD54mYT/iPH1FPY/GjmhA/u/bsP22Tf9aeqMhYueeDNqcLR8wvCO7f+wwoLyCaHCoonK6pDE1vIJw3Oyszi+SGaNCJsPQPDue58u+ONroc9qhk89tyQnu8+c688Lv/Gbd/eLXWL/WVMJyH0ldSH+kyt16YQqowsW+z/d5v+Y/E6UOWSCvu/7P+7BC7bn/6TEv0WeLokBoqyCbqitZYcgEvFM3QgQFahBmu8A2Y5CGfjVI92kP7tlssXfrAwF30HkD4oqduBzL1w2GyC6SoRMSGfFChKVoIn3iKYjwII7lljt6FygEkmCkJYUi936+9+21tYqFCJq6HBKyCsWz6mdUrwaFQA2vLX6s8cfFb7syQMvvRz8gtHgcXekmonIAuY0RkiqEw12McvKHFJ3wyhlSBEW8+IHscyU4Two7ETZIatFr7whssVgEAFVTv+wJ4brNm538lJ5ax7hRdkt+J9+yUlho6F/fK1i5Uch374Ty0Z0jP8pk46P5MVeOPO3i19c3x7+hZnDBX9cPvumR9u7z/y7Xyw9a97smx9NbK3z0BvNAUIoLsyPRCqYf/eLS5Zt6Gb8R89X0xQ6nQqjwRkO/wCirFdUtasQ9n/Rk29G8fmyJP4j+/Sp7H+Ur+/f/m+urJl986Pz734xYlB2Ysf2f84NYf3CilUfLVm2PvRzy4UsgNIBb1GSKujv/LuXhZeVnfeTr0c6wZh767NdZv8tf9R/g3cp/oV8gfAcxOvS8X+aR+9py22N/Z8D9H+k/Re1QlUH/g84KWvQgf+TjH9dEleMr4KkmjrKlCp26+pKkQtZ1ReS6u0qW18YkEWSmazN8greCwz9EAjIIhmmBFGSIAUonzxixRlsDoGT/yQq0VmjgMj7AEPgQamvRqlKVZndoRp46eVpeXnCi/1doFFAlhyNNnKQ4oWXrIolX7HY8Nabnz3h+LJ9xx6fqhq4pBMIrWmUuhgKQCnHWIhgbXCIorjSiUrylUHUd1Umy9vqy9kjFiNbDdCJhG4lyewGqFIjWs36zsTiwrxwcYWaipUfpcA/RnpVdj3+iwvzppwb1qGsWPlxxcqwEbI515/bAf5LxxaGHDp2Addu2NYB/r3fL3ryzQV/XO5ROwIX9o7fLKuvb5LlXgzvLbLy6OKHZuVk9wlNiqiYf/eLPYL/CCAXoURRnh4wDP6DvpjYmIqYKodh7H/4E4+AkCrxHzXvrR37H9WX3b/9n3/3sgV/rAh/35IxQ0RwNAX+Q4ZjAWDRE28uemJ1+ACqp1TKkUhRiQrq6htn3/xY6MB5Xnjmz6In31yybEPX2X9WBfE0vLoQ/zzXpnyJsyn17X9bbtueGTuazq6N/Z8D9H98660d7v36P+3Zf9//8fCfBqDQ0kzAUGhRsJRssoHZAXBakShrLgvTIVNxEV0uGaJUg9O/K8rZlajta0lRBJ5Wi0m1YwaKMjRqZ/Nt1dHIsYZmtZC40jBqzJOYlyxq4aCTq4GWGpL0FEzKw7Cf1pqabf/9+9bamkAag7vJHHaRn+FxZHUFZzGAogGADatXI+ARl14WfKNXn0w5BWI25UAEd9DMaU020OMGpuKXnQj+GtkMx+BPZL4oaHronOsQIUsaG0oN8UREYryVTxg+53roiBsIVD5hePmEY0LHMit4QynxH/Xws0vwL/8U/hVYsfKjxNaaRU+uDjzUEG/fwTnZmfUNe1PiP/zQAcCSF9cveOB18DQUXfyLymHs+y6bfslJOdl9EpU1Cx9YvuiJN+sa9nK2By9PochDkQpTzbn+3PC+eKKy5o7fLONgUjfiP8rnvjsu6zSHsq6+cebs/0N0wBaRlqr2a/9LxhaGv2GissbDf6fcUGH/IwZ0w9v/+XcvmzLpuJD4ycnOLBk7RByGOPgvnzC8eGj47fTHuTmZdfV7w2zAyicML58wfPmqj8RiUQBA+r1nX4vLV328ZNmGKZPGQtd9EpU1d9y9jFNtDtz+yziuSVTndWffxdLlSAIBs1RJLk/v1S+rR/ErOKX9V7XYd9HgXp+mO65ON/s/8k9fGP8n2f7LwU/p/6S0/x34PxL/aXLm2cUmkxnHneRhdf0tRFl52PZfF3/g6XSWGTqjc0Xph/ddWDH72fJFa4Yb75xQCmqIbgCntiEK0rFxziR2renTfw1GhMzxGefkWdYOMY+HZK9NEpYdFrNzcjnTZuiCFn/2xONHTJ26r7Gx5qWXWmpqTINVwFAmIbNMmkeTLL+F8gdEsTAMI6rhrbf2Ne7NPf30xo8+anh7tWv95awBOVMK/gvGTKQYUjupaDdbInfQ4FKkNDpDgZrQ7awcHuFI76XyCcdE8rT2a5EXPfmW9VGcHNlIb0p14PjXJsacEE2/5OTQ3uQGRJWorE1U1oR5AedkZ06/5JQg8pSM//KyCMO78IHlJnWmXfyTPAkgAIS6+sa5tz2b2FqzfOVHJJ0ng39exbaWTJRPeIQkKmsunPm7uoa9PYJ/7I4upOjUVi7lIJObI3z2a/+Lh+bOuvL06M4omhdSNJZFCvvfqTuEsf91DXsX/HH5vJ9MDR2UHbp81ccp8T/90rBLuGLVR4iqtn7vuo3bQk79lHPHLl/1Edt/+2pH8rz/ubcuLh9/TPgDiv0fwvxmWWJrbZfaf/YIk3ZQRlxHpIrJfH1rs82JOa9UD/9mfHTmGLgKsr79R8Te7/UjTjLqfv/Hs/9fGP8n2f7v1/9pz/534P/w/CoztMocCphayf4xNPBGgVz1Y1GIXJGoSkzAHBfD8kYZgdc3Wbcjv2Lz4OWbB0vicNIj9H9tzUiH+eG0yp5ksfiwEg3THGhFlnvClYtR7EWSi11xvzBV5NX8nrRC277amk8f/L/PHn+8paYmID6b9MaAYaNp7CTLK7vEACMIrEw6ttzumhsC7N64Ydv//Hf1X19KUvKzfB1zKKA8lWarOCsmGkw5DS7lzFJwRG4FP45ayfoL4o2Flhhnr9GDED3G0lWfGbMfrG/YCyLhl/Ef6SXdJfgHUfW7uDA/vCuzfOXHwXeXLNsQ8itTzh3bHv5DxpA4jLRf/NuS5VokUiHioifeWr7y4/bwr9cpWWZVN4mwzpz9YGJrbc/ivyc+RqBHW7NoOwFTDSil/S8amnvzD8559Zkbwse8123Y7uEfOsGRde1/xI1mNPv/8FOrAyWTUI7s2MEp8Z/TP3PKpOPC70UD/IdfwtMvOdmz//5JsbH/W7bW3vGbZV27+e9a++8QThwNUbCkagFIZBYsOG9qky6mUuNfh+qUOT1HsfDhoPs/0v5/kfyflPa/Y/+nHfu/H/8n+FeaVFpBw7QJsAYs1OBqwAQ9bmtrCwrv+rbDxGqQD7D5FNk7KUREgnd3FEx98AKPnYh2NyF2JTa0jsTdEr+04WmhtGZFfKz+mS5+7O6iWBDEJM4p0ILFiPJWjIg2/hPJGIAjxeEebqCrVoLyXIH8TKPg70EjRPljR3/HiMEROIo5VhwIWUBELFrnJgIdSp6UGAgECEOzLXKOjlwZObPjI3MrBCBQfG5Lgm8DB6caQl393ltuX/zuxu3k5tNa/Eek8B04/oHzxQFnfef08O+Vde9tDx743LINIb9YPuGY4sK8zZW1yfgvGTMk7Nt32Yag712OfxQmKNidA3R9HeO5ty3RQ9dD+O/BErVcd5PcoEwYYsYPzpnzg3O6sDHBIEv8Y/Rwqm//oxaRjmL/6+qbwkdGS0YP0fREF/9Tzz0ufBB0+aqPg2Y8/NRb834cKhick92nfMIxYifZkf1f8MDrkycdVz7h6AOfzQu/9d+ugmMX2X9XTo7f7JjkKZGWkpQSTgjSDUiNf1B8hI1WKZ10SnyS/e9x/0fa/y+5/5Pa/ofzf1SqMmuOJASikjUqyAbhVaAKgRz/E+lyJNISRRqsL+5gpRxI1FD2St45ZYu5/yiK3SPH2LnWhZDPQDdJUNxfXIyc3sFSIMGuwitYhzbHH0WQRhYFCXQ0nM7KIsgo7I7thVKuL2/GBPwZAScz0angLGqo8N7Xq3Btu+ZpbUiJE5RKQ6iCxEx08yKFKAmzwq36pgio2BJ53EKUwig996lY9dFF3/rvh554G5wdcCr8hwvIdjn+p5wbNpaz/O+fMP4rVn4SPpJ0xSUnJeM/kpTm8pUfdyP+DVVOWfx35eeO3/x14QOv9yz+e7C6lrUASlRdOjif5Ss/9vBPnYvIOvY/2tej2v91720PefecnD4p8X9FaMmRipUf1dU3Bd+tr282vun+Pzf/4Jzw9v+O37x04FO58I/LgxOMLrb/KMJvVglXlMIiZF28IKlLcSYiSvEvMaEu/slEUsGyGnD/9j/2fw6W/5PC/ofyf1TS34DlZohkdWAeMiVrx+nTN8Q2FopIUQZaDIFX/tj8F6UmlFKCLqOcSnHi9MTqXKBXXhWSy8cpOZpKWWSQrbpBtiCGKwXCS5GcxWAPRByljNQ9daoeo3Isgi5Y4qvLsMQHGBlLv5yxpRC50LFiW8oBkCxLq69W4KReYnLlVT7L8N7lmNw1dBeJOT6wpZk9h6CnorAVqz6+cOb/XDTz/rUbP5XHx3KRR5UssIJ5XYT/8gnHFA/NDfnsRU+8JfH/XOijyVlXnp6M/0hVjup2NXUT/v2q6KrrQZLdv0/P47/nArKyzSBZegfh6GPJso1+Ld/I3Ulh/zs3ICHtf6KyLurOQeK/uCgvfPjz4SfflvivWBXWkS0ZMySnf2ZI+1+x6pOFD7x+YKSC2vm/+Vv32P9kV1K/B+0NmTBAfAHZhxKyBU6Jf0dV3eb4d2z/Y/+nC/yfsjFFN1xyWuGAnAO0/yH9H+Vwa2znlf8bkCFjR39USoUReEK+KIsig0SSP1hiK2l0y9BoeViJhoATQ16DHbqnK1cBdugZzQS2uLBSaEgYymjroFPK2dmooSiLLLSCJaWD1TEst8YHqxSbUKqdWKAKcEPkiZh4vVZeTWpE9GMShuSHwIWbhWwtgdzYpXidgzNx3FlKhg1Ipo44i+Bqy0pJbPTMOzUnu0/x0LwrLvlK0dA800flukqyI+E/qmvxf8XFXwnvJSz/+ycSmUte2hh+NE4ff5SH/0gZIYnK2m7DP5t1JWDTlZ9Z3zmtfMLRPY3/ngvIsuuMPUzP9T7PLdtY39Dk4Z8i6w4k2/9ofnBU+x8UqAvzKR6al4z/SCoBFas+kfh/blmEJTz9kq+Et//zf/NyorK284cY9/y1rqGpe+y/tI0sBOn6YTqkI1wfw1tFExp0rG4K/KOh0mII+x/7P13g/+Rk9Vn0k8tvuPS0n1159gHa/5D+jwKrfGHsIDo9d8LCpmaD7JLgOSgeUDLTw1pu5EqFCY00obLhdjJ4xSilOHpPYn2aBlsJZfEb0x4Rcg4aTIYARxTog4gj+CTetCSM2/2iYKOjow/MaVVKLiGllNjWAKIjYkxC2bitqcklT5u1CpxgKMVKvK2hQFKyThvapSiAiAQASokjIaGcbM2i5PU76m7ufAnrIkqLeevBzhf2nC9bPDR3+iUnrvnbj26/ZXIQk5NqghL/4YOyqLMpuwb/OdmZUyaNCe8lePivWLk5PLtgyqSxHv7r6pujeEuqm/AvS7a4mR9d+bl3/qXFhXk9iv8e5BaI9w0cLF5BXf3e+ff8LRn/CiMnUybZ/2hqYlHtf05OZvg+JuP/mitPC0sg3rg9OKxn/L/73o7E1rDu5uRzx4S3//UNe2+Z91znpvLhJ99e9OQ73WX/UYfxdN65tsBCZp/f9chOnr0/EUqPsR38O5aELU979j/2f7rI/1H1u5sAYMtndQdo/0P6P8poFIuactaDVkbvC5MC3SADGH61Cel3oyGpEKQ4uZP8En30wHseJars6Hv27t/ad2ijymgzInYglX7RslgQUfXu35o1eE+vDBJMZ620zGUhJAuEjxKY7kwkSteJ9tjr5YbJlXTmUTVFSpSkm3AGJXODiKB5+46av/2ttba26i9/2fvxZlmmy0AfjI6GVCcWUOaTEbeMivmZR4l7p8P3lnwjS9IpDrCZ6n2GqWZIQna0RT6phZdMukSFEo4HJdlr1ndOffXpa4sL87xyowL/EXyGLsT/lEmjw4dFlyzb6OG/rmHvuvc+DUuTvfjE3Jwsif/60IEoADh+9JHdhH+QpiAqZTnKrubeeRf3JP570pGV53cEcFBW2cIH3giKtHn4jxaRTWX/McI+EwFE6nQ4+188JCy3p65hr4f/0yccHYEa9NSaZPyHD8qWjz96WGFeePu/5MX3KlZ90qlw7Mvdaf/dGlTGB7DbP5SZ/sKFFT4rkzUBMRn/fE+yjqbjWx9e/k92enpRvz7Z6Wlh/J9O4L+r/J+GxqapP37oX3/34q0PvnrA9j+U/5NGtuHB19psUWPWZyNCpVN6beCKHIExn99pchp1Xhma+wRVxfhW5h+mMAnavABTViP4f32Pahh02qe9+7doO/J+TtXqI1oa0q0IWRspFWTzYV5J9YCTPlcZbcHFNWvzdrx+pBYB0DpnxHXSEBRAG4gavvZPWipP6c2nVYXUvyf+q9m2WOShImiTkshilGyeIhFhQGlXCES1f3259q8v8yPAFWET+Yl6mEzbUD7I0Vqzl4EzrWBMTaDfRvI8zlgPkr1K7kWwfWOaOdPy2mw5B94akpUFMF40wMGIGBUPzX3w3isu+tYf6hr2AnPkZbmXkB9iAeYuwP8Vl3wl/JOXr9ocrEfW/ENUS5ZtLB9/VMijya+dM+aRp95h/NdFcWSLh+Z1H/7BkaehbvICyyccfc2Vpy18YEXP4L8H/VhEI+jp9qgnSQXv3XHPK2byXPxHji1b+x+5K+wQaOVMDGP/S8YMDuvI1u318D/94hPDt+71VZ8k43/JsvevufLU8NvR+ff8Lbz9v27OU6/8eVYkEtEdv/lbYmudW1agK+0/uu99BBamZWIJAQj6j75hIIRAwW2taQUFWoNV4p9dWPsvcJLl6dD3f7LTe/3zqMHfHTMku3eajrK3tK6v3r2+Zvcbn9Wt2FFf37JP+j/AN06F/6K+Gdm9VX1LW11za31Lazf5P1t37nri1fXYBfY/lP+jzPZKseCEZU+jKO9GtrAYCfEz4/grj9RsK7MFab+ylm5wQmEIvMhMXpsFGWzvdGCcAPNKqgrP38JeLADkjKorunCzymhDvRnFQJsDUBWcvHPgaTvYiwWAvNKaYV9PBLNITuofl4QO9gFcJFrusRRZ8Ct366mPWggUAdej45LBJNaPDfkwyydg6CtNNmLNVwVyuFBUuiOfFCU2iEZlTd4HkJyERJMGKEuGgEKQFY356fL9oUS/gIsHAiqbJGsMA/N7gALpFeVSW4z5cCrp9fSnZMyRN/3gq8SJPg7+o0Rkuwj/xUPzQvqgAbWurqHJ3AQZ/488tSZ826dfcoLEf119c3hmwuRzR/co/rvnc/stF5w+/qiewf9BgDiZlvfsw9dt/PTauX9uD/8RqQ7W/lMnYvOC+mwqDO/H/hdFWYZbttV6+D899HcTW2vXbfw0Gf/LV0WQH7nmyrJI9n/Ltvo77n0l/Pglttbecc8r3Wv/A3w6siHi5toCKB1HJIYESF0CM9eqHfwr+/pjBbiAwJDa/h+K/s+jk47/YWkxe7EAkN077dRBOd8dPeR/zhiz/rIJd5UdW9S/jxl8tF0xz83J6P3D0qJHJ43dMuO0N75x0gtTTnzjGydt+OaEFd84+a5Thxf2yzzc/R/FSo1WxICAANoc7YNgi6GfZAT+tDXg0L4n8aY3AySi/TJMLilc6NXqlcXlML1/84CTPk9eab37t+SXVIPNAlCAmN6vJeXFmYN354yqtVpkeoxsWNKczpj/mrkjAqWMPJ3dp6FcJDpEHsTqTdELqa9hZfGsiIwyuwpUrIGHIqfSLVdrboipJOcU03ggldS0u1OyyyZgersFjJB3dGJBurkEcsr4SlIYZKfZkxFE4WahSNAE/ufBS0aZdWVZ6ZgjeY1Z/Ef0ZLsE/5GEHh95ao3ObLUzgohQ19C8PPTpYfn4o3KyMyX+wzMTyscflZPdp3P4Ly7M6wz+u+dz7/xv5GX36QH896D/qsTJqerhiOwjf15z0bcfqGtoag//FFlPzSkHD5G2vghuFpQBWPv2P9IyTGytlfifMmlUeF7B8lWb28P/cy+9H/ImQdZmJPu/8IEV4R3l6+Y+3d32H52iAGBGwqr8EyGwcwZKvDK8lyMa8dpk/INL8rF7YxvyPLT9nwuK8o/L69vxZF12zMA3vn7SXaeOKOqbgXrjoZ287PTe/3bSUesvG//DkuJTB+V4Xyzsm3HZMQMfnXTccXl9D2v/Jw21miyZmK8WFEbkSso87ARaM5yDyYqAFIIhaLNqrwkEo9gdQXAZmcA0iJNZUyGSdCSe9EaQADBryB4ZXpWfvJKq6nUFbc29OARdcPLn7U127qja+k15TAfXz7JnYGgqUwY6x+JoziAyiLjrK4FEVXYwNSr08YhYbI7cs2aemCp/siVgKveBnQ4Er/wdmiMa/55OJEMTh+w+VQf27dQTuqF+5Npy+siam466dhzrSXNDubQd8dNE+QVRpy4IlvNZniHiR3mhPfzUmoc54oggns5y0JDTv8/kc0ZdcfG40Gdz49bN2+HhP+Kbtmvwf/N1Z4Z/5PceV8y/AAAgAElEQVS/PeGKi8fx9HFJQAA4fvSR4e9zzZUT7rjnVZ6td9/bET4cdc2Vp955zyudwP8z/3slACx66p1HnlobpLbsF//dSjK5Z/7XZ177aHfjP3yTlix7r66hqXOcirr6vYINgT1Ja6ir33vHva8ufGAFH+qmxH9E1QElThWdmp6hPVlFknUo1PST7X9xYV6kZbj875tB4D8Sr+D40YOe+b9vg7C8fLBeFNobBoApk0YvX5WIZP/rGvaGZheY0q/dZv/FMbECfVSv7DG0PVsnsTPR1RaCSgugqwCY3yXhHwHanMK2TG3QpvrQ93/KkrzP9t3ZI04dlP3dV99fX9OIiojU0H7pj54ztqhvRsdfLOqb8W8nHf3NZRsPX/8njdwyvqinSZEpgmEz3TgqbqhHiEDEVYyZCWGnHixf2DVDuuiF9URsoQqmMBtc9O7f2q4fkb4vv6Rq5+pB+l/9m7JH1rR3cVq/Fs4QNCuJyR9yP4RcVdhcbKU8iCwDRxcWQbeEhg6ACz6NLUwQzL/RiSNdUhJt8MCsAOLiILo0MZFwQo3PrdssbAOTTNAwTwwLCIxYQbDekaCN0RRsfO3iN7WbwSo5K8OYN0dIXP/IoNLIoADbIHOFKMmtV4BCrs4dNv5Rt/zvmw0fnIh8Hz4YkCXL3k9srQ35QrrikhN+PP9FO7DRvaYuwf/ppxQXR3l7lYw5skucj8mTRt95TwXj/7ll71/z7QlhHdlvT1j01NrKbbWR8H/FxaVBT+dcd9ac6856+Kk1d9zzSmJr3X7wH/GT2FobfjwnnzN61pVlCx5Y1X34jxRH/PH8F7dU1pKPMflDR/h3arhHVl3t5CextfbMi39nhC86xn+08w5jY5Uc1UjRXI4rcdSvPft/07VnRFqG6zZ+xkAtKsydPGlUzy/hK74x7s57Xq2t3xve/kezbtYR6xb7r0tRiTdp4FsSsxRE9S7bO6N9aqVMgQtpQTL+lbJrxAYaTfErz/4fgv5PTu9e4SetsG/G818r/e6rm5ZurSnsm/HoOWP268UGn1MHZh/W/o9mchhlEyQpkCZSBYVEgpkF/RspldZLyqaZIQg8bgWgWBEDkjRuhBSF1JRQANi6K72DCcgrqeqV0RZIuxSc9FkHV7buSidiqTNlAMq5ikpIDSuwkqvKDrSgjLiaEVKhF21FRvcoBE3oniVFwCm7LIdLyALbu1kuvFneytOwMJx47lpAVEJRMFqnK5o+Kj6H4k5xM/Su1An8W5l6vf92pIhZ/sMebYjRA6dHkakFAXEHUgw72N/fee9rIY/Pcvr3Of2Uo1LhP4KhP3D8X3HxCQeFXFEy+sjTxw/jaVr33ufhjx1zsvs8eO9lOf0zw+O/eGjuzded4UXE33np+nvmXVQ0JLcD/Eft10VX/t/C/10V/vqbrj2jZMygbsZ/eG6AozSOKOxSOPy7tronHNniobklYwaHwX9kT1az9IyWfDQwcM46GfUobM/+33zdmdOjLMOKVZu3bPv/2/vSKLmq69y9T1dP6rk1D90CJEAYCQuQ5KEBY2GbKQGR5D0DDtjxyIpxkpX3jBNw8t56Cz/bIivLWTYYHCd+BgI4NkZgGzBmikECSwJkJCEJkARqzXNP6lG134979nBuVbfqSl3dLXzv8sJSq7rq1r3f3Wefvb/9fW1ykVsWzhyVR7iutuLyS85MFP8TXb+ix3+MaYs6Gm78C8Gab72nxhquy1jPf9r7jyYFxj9/cNaMqor//FihWSwAtPcdPanzH4eBBzaLjeVKRShkHeVTDifI+RWGnWGl5PFmMMqmYDSBfVWfCDveqcv2lQxRlG2YdwABSmv6hyjHAkDbmw0G7lZxTf6I6iGNLnzq7DMzqGq6tQeUNJEflYDvRaSSxFZfWrxCLJnatCacFYKV9M6I6olONUv16d7aGdX/GEqcpbCYRNOxtB6gSOIRmsdYRE/yiiUNIS9/HMad9oJYDT/VDYkue+Ez+E3T6+P4T5RzDAf+WxaNzioIAFf6MhIiYntHz+PPvJkoD37s3hvqIqOsY+G/eXr9Y/fekLfidf0171/zzFce+/ENLQtnDoL/BMet3/zNth3tS7/3QuGSnHW1Ffd977/VseNXEfCfsAoG7GTjrycZtBeE/6AYWTDt+8FHXr/q0/df9en7r7rx/qtuvP/mW39R+Gl/7csXFYL/RFdD4n+w2iVgsaNz3sQyyA/C+F9bU/6Nv/9EbIt1zOOhZb+33/SmT39gtB7h6695f6L4n8SCewTiv2Y2aCTthxH/YJyuCQKXApMyjun8Z3tXX1JU1JaVPHn52YVnsQCw/vCRkzr/sdYRuoUS+q5NtC1zS62Hyb4SYg5pOhgIgdVF4CwcU0sOnxDnkPoz+18ZqhfTMHfftI/vnHLx9iFe03ugsv3NCTn6lPoEkt2iab0QrTkb7yNLct7HQTiRFw0q8i3J8WWVKyxFA/J7XuJrwvkleUk5h+L1ZZ2XwagSAKHeGr/1dP7r6DdyQOHN8v8tkS02A7oEIs4772udM4rNxo1aRyj8k+him1qbJZMowyXLUVD7LYihhp+6PCO6pun1hbcIm6fX5+A/QX34xPF/xeIzm6fXjdYqeO2Scyz+H1z2eqJfnztn8vOPfKFpev3Q+G9ZNPOxe28Y+mtGr3nt6ZuvXfL+OP4LvikPLnv9nntXIWJbZ+9Xbv1lopriLTdfVGT8F1oFkyFoXT7Fu6EA/EM4Ol24RW3rzrblK7ctX7lt+ap3l6/e9tCytdt2FOrX2rJoJhOsh8I/Jhqm5Ph/HJfR0+nIBYsUBB5CtTXlX7px0Zqnb77pxkVJH5zlK1vlfZqm18+bM3m0HuGWRTPrayuSxP/CCwiu2PGfjJqrTVKHEf/85s5F2biIOUDorTqG85+X93YeBzCsxEEhx0+3HDip85+MWu6KaoNSneRn5N0TPFM3Ki8T8jQb0y7Bed6JzN4Rk9mRRRxCehcZsjAFA0lITDohOLxuUravZPx5u0tr+vIWZWtnH8gepcEe0va3Gve+NEN01FT1jMipdhqhysb5QRqUkRoCq8xnODK+iRXpmSF45UxPhY+Y095FTxXUPNFH2ygmqcSAr4vgL7UON/E5m3gNQi73lGu5xiTjlqLE59dq8tLTSEF4cxSwXZy15GNiGYFQ0smMrzLF3t/oiA/luTJOTsbz5JNPsziMeEtOPo5PEoVXX1dTft/3/ixhDSzAPyVZQoTGRFmm7Cv5J1Qf5R8+/sybkScQs9zOgdE76morLvzAzOUrt0UwWbGqdfnKbS2LmpOkgHVrnv7yg4+8/uCydctXvRvDf8vCpmuXnHP9NecU/m53fvOP5p01+bZvPS34L/xkHnxkrTDgXlzZeve9q266cWGBv3vTjYtad7Tffe+q4cd/UmanKQj7cBnJ6virOhT+/SlaFciknXgT/x9c9vrXvnxhwQyNC69a+cDQ8Z8SXgiJ/5okFXw1m6fXX3/NPMgn5ts0re6CRTPnzpmUSFTV7pe27WyXYF34JSrS8cUbFy793gsFxv8kYVcGyosV/5FHouRXlKs6TPj3JE6ydhyotRGCsZ//rD/U3d5/tDYJUzbpsb2r7+V9HSwlcVLmPxlPpomK/aFasH4FYzccjTDGfGv8ZoMY41HOofK3aHbUjm0m+O2MqoPUYLw+Q8T1QQLA9rcmtL81oXpmW90ZB6pmat+wpnzc7PHNnX1H3tofn9/s3lVzZFf1oXUTqS9DBGaQV7DuyFxcbz+DMs/oRxTF8CIob6Az3z54qrwIslMGOkZvIvO3JPoUNvsBc6cD3ztPhOdrGfKtgXhOkGVBhAjNs6HoFY/1TJlsHk5i2NlgHYq3sPLv5i+mU3c9yxaIHgC7HvOL+Wv657zwTv5115wTJY5DpmXlc5OWRhBj+C98pbxuybzrlsxLGjLO/fj32zr6Ivw3T6u74mNnjO4qeMtfXnjVyv8Q/H/7zhcfW3R90je57ppzrrvmnLb2nnUb97Z19LS199bVls87a3LTtOMpNt9z32oDxQTJWKTsKPhfeucL1y2ZV3iycsvNF/zqmbdad7YNN/5dEjyi/1iZB+bNFoXsl2A6myiaNAaHZhrDh4JkyayJ//fc+8pNNyws8AJesGjmhR+Y+eLKbUPE/0QDlejQxv/EpcqFzS0Lm4f9eWlr71l654s2/o8iNUi+qUwgFRD/E5XEix3//V9NSRf9Sj1M+A/G6O3voq1cjPX856dbD3zujEnFg9BPtx7Y3tXvLdBOzvwn42f+CBAcS0+YOfjY2ftypoPAG4MTdH+OThWt0O7rvO5C+ay+qrm9mcasq0zMk6zOVEytOPt9UxrPnlg3u27a6eObq8vHRf/0o9WP/mjVowAAJS5bXzWQqRooryo7BSZ/qCvRR2S7sWdzWdfa8oGDajLBaHN+6t8/wTJQZ9YMLx1HRmgk5zVIpsFB4nUiogoQ7V1R5jO1VohgHyHkQCB6GZ5RhA4oazQFSUrRqPEDTELrPTLsgLTBGm9gOVGQ2q2csS0IAICREQECcrxhizJuF26NC6rVFaMFv37T3jj+iz4eE90+h0ijvgQCwNyzJtXXVra190TIWrFqW9KirK3vHt8vxrLYqKMt+E/UlxfiHTpoa++/+dYn7vveNYWef03F/d/706s/80BbR++w4j/JVyAx1eQpbl7yZL2nvLXL6PREayGKxdkEJ4Dg/DgxR7i2jt577lt9y5cvKHhTdMGLKx8YIv4nvBQy1S0FGYLRU542+GxHllu6YFHzKFKDZAtxwQeaX1zZWlj8TxSpihv/+fFWDnTWayAMG/5jeNFSVuTnx2JZI5n/kGiHaWlTKEB8eSjA/6+3Hy4kkXWlJSXl+Sfjj/b0ZQeODlaO/c66XWgyiyi5J+PjNfbznwyQ8+QEds7lArOHDVo9PwJrI0fEoCP5ECFVRDfOt+7Z5xcbr+6o/Uh30mf1isnzz6s/5bz6U6aWx+mP29r2fuvFB66fd8lfLLj6Z+ue6cr2ZOuqjk6sQ4CKCf3HFxrGzeurv7Tr8K/Htf1XFYigsqHOszCEM9eCOxT8V1QlO6lIcIkeHG/gwOiMKFlIavGIQYuQTM+IMzDpo/CGjzfiGDTKvbRJFE3ISktHWbDzT5TeLH+CARMewMdEYSVYHRPTFEKzE0bLbSIaCYnQAo9tO9pj+B+BD+XH1RXe+C4iu6Cm4tol8+65b3WkFIgIN9/2+PMPf+b4uq4nejt2tt1972o0vahE8lvIHS7B/+PPvpkoL587Z9JXv3zBbd98ZjjxjwmJ11Y9kQBUawZBVW+kYoVcRRHJBb1o3k09ST02Fv8TJbIti5ovWDRz+arWweJ/sksBov6ky83oPixrN+5detdyVf8hdxw9mWIcly8+Y/mq1oLif6IwFVZxhz/+8ymxMFZksjqc+FcWgspCIaiWKTMKRyr/4eQPWk6d2DJzYmVZSUWmIM7AAx3ZY77m9Lqyi2sq8/7T811H3+oYLB3KfPPKQiU7drZ372rv/sUbu3oHBsZU/uNAtCQwUIXgqOFA1MX80KjjD3NCuZUZN9NHYxK2BxASYeOSzuPIYi8aP+cfzlxy5eT5uVksAKzdu+WBtc/86q2XAeDy911wfLv/PJubSmpc0lU1rzfm/xHoSniau4qGsEIahAoUbLRIMi2rV0jGIIxOhxLAee4PAmJ7MLIH4uThBRf5vyQueWbSy1DJEcy4q+Fiu0DaAHlgQkYHEPQXzTwjfzdQDYTgf87ER8xj0DIKaVP72g17Y/gv/in5a9U8vW7unEljYRW84pIzrHBH6872G//qkVE5k9u++Wzrzo4c/CeoyObi/+avP1G4rBgA3HTDgis/dsZw4z9J+mAFhlAElZxR7ZFQ7UxoMg5J4IicCR1JUscw/rd19HOGVGBRtmWI+J90w6fzJeASMZGKFC5u/KtHbPyvqy2/dmwkstddM6/Q+J8Qi0WO/yB+b+JMViT8m3myKOB7PayRzH/kanzsjCl/dNb0hnFlBWaxY+eYVlt5/ozGL37wtLGW/zgFSkzyQF1uoylCMJVmJOMMC/nUKBjQOoBWNa+39qIjx3Ht/mbWZUP865Wnf/A//vS2v7vgegCYP2WYGYcTrmt3lRCqnaFVYI2ihp1/RHSx8ViSWUjVupL3CTTtjAifvbDBb3mxlTxPL/K8JZipSpBXUjg9qjHBQY6qa66Cj+XaiWkh2hTfiJKAscfE8LuIQ9/oF2UfWrYWbaBU1n+R81hAIvyqLvmjfLQsbJo7Z7IR0HHLV21feufyET6NpXcuf+LZzXnwX3D6gpAH/9t2dNzx/RWJzuS737iieXrdcOE/mdMGyZPizFPv2H/Izgg7PyOMOUmDyQGSJ47x+L/0rgRIaFnU3LKoOW/8TzhpBGaG3U4cjc7R1tG75DMPte5ot/H/8kvOGCOPcF1NecvCpkLjf+K9TfHiv7PaTKGE03DhXxJQVcCwtlIjlv/IaxvGlX3s9MlwMh/TaitbTpk4pvIf2bRF1WB2oDaiTmyhi5GXsfdKBlvGc+peDVZhzt5LqF7UcxyX7PMzL55acQw1pStP/2BdeVUxEllXSWXTB/T6inFwpC8RpLbO9gQHfSzRZpNSPRfBOVATkcCq2OkJGBtjPSXhshDoE+71TQDIRQGO1Zz9L4ouIEu0yBd0ajSP5j0DL2/ULb5XYIkg6wAxayT7rNyxiT4jpNY+RH3loWXrIS/+i53JIqLDloVNYycwXXHJ6WazjIhu6V0vL71rxYidwBPPvr30rpfy4z/Jtc2L/7vvfS1RWbGupvy737hiuPBPx5G9oUkUbKkLrLqQqXxY1Z5QbjNhDTRP/F+xakfyomye+J+4pIoS/Yzo5mgEjW0725d85ifbdnTE4v91S+aOnUf4li+3FBb/E21sRiD+h0JXw49/uzhiQHFBhBHMf6SE1FBZDif/MbW2YkzlPxlQhbasOoOLPAJP96kHG+nDICINRjQi4L6AqFEAZhoSG1RMraj/3MyLC399ddm4+VPOeKVr+zDesMrZ/T2by63Tt343YR0wBQaEAh1zy1NvPPV2Q88X8nbPOtQpGiUIxruZL6Z/U8cjgAY9OttnREyMEpQqbWGgcUIWOmCM9fiRVmqKeXth55pr4zn/zqp66adE8l/OOlCPXjl23badHTokp/gvehoLgC0LZySaEXlw2brWHe1WUMdQCGPKJpybLp5VOHXhSzecv/TOlzxTjF2Ml971MgDe8pcfKvY1Wbtx3823/VonOUL8J90j5MX/bd967vmHb0xUpf7G1xbf9u3nThz/Sc3rZEZbZ1ZA5fU4/JpAJABQ20zlLyZUsc0f/x9atr7wfVfLwqaWRU0rVm2PxX9IaAOto3Ii9DMaHNm1G/d9+q+Xte5oj8X/5ml1ifaiy1e1Lo+uiT7C8vyCMaZHmey/4pLZhT/Cc+dMqqstb+voHTr+H0f7qIjxPz7XkUWzSA0L/jH2WaRrJZ/tCOU/ELtSJ/uhu8oxkf9kJH4SlaBqbUTCEGRFRhFU/JiynktOlkPOBN34WUR19nHZpNfq22dfm7hP2jz/lQ3DmciShACFb/hk+qsHFOhXIZt45+kcEqu4QtDjYIU+fQjImkmTXk6k2COBwaqp98s8mEZOT0cH4+/D583nw7oX4rxMuRJewEFElQBlVNF8HXsZI8W9UZtBfujR9VGWRiZ/YPwX95SiWYLrrk5Wy7njrpe37WyXix+jP2DsjnP9qvBVsK6mvGVR0/JV29mq2C8eS+96ad3Gvbf/3Uebp9UW6YL85LE3bv3mc+2dfX7+Nw/+k+4T8uB//ab9S+96KVFS/qUbznv82bdXrNp+gvhP3Mwlq4In667q7LGwJYvAs4QgawP5mgURICSWW8ob/x989I3bv3Zx4fN/3/ja4o/+2X0QF9hJOjQvCZRYv490EnDPfa8uveulto5eG9qja3L54tMTvdXSu17iRDbP0JXRTtFo2bqr47u3X1r4I3ztkrk/uO/VoeN/0kepqPFfJ7f8T0sgJzc+QfyTrM8sJGC1G/LF/2LlP8DaC6NL9R7Ww42d/MeJaRgKqZmNxCJdRinUiRwy+clA77tsuN7AXAfmzRByqc/17ShN1u6cPP/0qilJL+3sxmHu2PbvLOM74xBDX1seniNLTmceAgJC3Pfcs22sXRtLKgMQWi60TyhyrOHEnoTJIkpFR3EWRyWNSJ8GyBE4ZAIQmSYKd8xQ5k/VYUVWRNkg81C5MGA8j9ta8InIAyKyvYp14mawjcLxxLObb/vWf6EdqwnwX/R9bG1N5eWLZxf+K+s27Wvd1cFK/6BW1MF0Dga234DLV29LdGLXXn22H0qQJ9ohADzx3JYlf/GfDy17oxhX4+vffv7mW59q6+gdEv/Jqt2D4f8H963xOvYFH9+9/bKm6XUniH/AZC67kR0OqriMeTD1I0rUJkDtSf3YCsoqkRDOQ8T/e+5fU/j7zJ0z8dqrz47F/4SNbVCQIy80Ixgwlq/avuSzP73t28+3d/bljf833Xhe4e/W1tG7YvWOpPH/iWc2t7X3JlgxF88+ZvxPuOUubvyPVJPN+BcNO/51tXZovKdx8PhfrPwHMDFrfazXZMdS/uPAsD3ys1V0eWRnMT6IPDUEjZuctNQQnT73CB0v1BR+jaZW1H8+CalAjvlTzqguqxyuWzVwKNO1tlKuql4Z7+0Rt5w2/6OcqVtWP/Z6ImDIQM709bCp4dAtl/8mLiYgFsYoemw2dfHRRHCgnVlRx0Dx4HS6ylq2NScDrA/lCbVoeCriN21T53wme8760QEGBtmWjjnCz97Su16+8a9/0d7RZwy+Q/wXfxd7xSWz6moT0KQef2Yzm/o5NA/gIG6Q/ru8uHJna5K87YpLZtfXVoBBFbBJ/bYdHV/5+lNf+fpTSRPBoROFj/7Zf9xz/2u5+I9WAsV/ojxscPy3dfb+1defSnSSzdNrv3v7pSeK/+Po/5A82M4HVV8LcuLhbvKC8NOBZ8wTO7sOFf9/cP9riZKqW778oVj8h8SJdcwm1CU1kT6BFPZnSz77s+WrdsqweSz+tyxqbkrSo3jimc2Fx3/Bf1tn37pN+xJ0IxfOOHvOpKHjf8L2RvHjPzoj1eGGH/9oE2W/gKK6m45c/mMzgfdIHluc/Cce/wvLf5yZ/MJwPD8mVgy6NaEAx3YQnvxsYB4Bmp7N5UfWFZpifs7MePVv2Nz186e6fv7U0X0HC2QXDNe9anuqVp8lAOsObJIeDP8bm7wT7Eaia1LMlYgQ3JDaip5v/MmyL33kv2aOP5TzzoHQAL9nTPAi5mvsX4/OPuoEsSc/CEZGtIX5+zbpVBSqYIL/CmFtWC8OkWmgjVIhdvmq7edd+qM7vv87vVho0Q4jllhft+R9CUvIW3KEnGR4ItDT8E7ZfDz+zObCP6WupvyTV78vZ0jICf4fevSNBZf96Ctff2r56u0neCO+8vWnlnz24XWb9ufiX1dHdxy34xj4X75qxz33vZboHVsWzvjin593gvhPkrvxgA6P8dreMFl3R56kluYdT1VjYnfaWADJF//bOnofejRBVb5pWu21V78vL26T39PjEjJLDss7vv+7WR++e8lnH16+akcu/m38v/bqZI/w8tXbC4z/Mfw/8ezmRB90xeJZQ8f/pHgYmfjvM0LAIuCfvWIJVbHrGPG/KPlP0GR4T5Rji5H/5Iv/BeU/GTkbMuRqrckBBP7N0fbKsYqxUfuNjHYR1NkZrK0YEAAc+Eljtvtw9cJjWG1dNH7OlZN9Mtr186eOPOLrKEceearmi9dWXLjgmEXZX7adaCc02+MO/7qua3U1qAiyYwfhiAIS3QMi5YGzMUjg2gxseAns0QwQWr0REUAJANVUHPnu9Q9cPm8tADz71Ts+/e+fX/7WLH0U2RLaW0h7glHkCyIKgRibRANxxFMLjZDiKyeNIp4X+RCqc6DoGAOA03+JXqbtaDQRiyiuYyy6xXoCxTzaOnpbd7Sv27Rvxeodv3p2c3t7H4tR+9PKUmDPSyPCwGuaVvfhBTMKf/22ne3rNu0zE4YyvKB6LvJoOgT1TwR44rktX7rh3ESr4A/u/324ADC5jPH/0KMbHnp0Q9P0uisWz7pi8amFf5e2jt6HHt3wxLNblq/ePhj+WSEbKXs8WQ8bOw6F/zvuXnn5JbMSUX6/8bWPrNt0YMWq1uPDPyalFlijEmH8ofeu5+yKMBCKZ6ITucgSJzYWU1Ax+FjxPymcbvnLDz702EYb/5P2LjhyUhz/JxwZ2jt62zp6127ct37j/rWb9q/buK+9ozdglQ6C/yjAtiyckegTn3hui9+lDBn/c/H/0KMbbv/aRwr/oC/dcO4d3195jPhfOLWg6PEfRR4flC8Lw4h/VBV9LCj+FzP/0Tr3eyGTRYCS4c1/Bon/BeU/OHHevxgrW/U31s8PZoj03vEHMI2aTTXEDYezJKZpMxm4fFZv9YLOSMQgdz4JAH513U1ROfbovoMH//b/BldvXOX4f74Vq4aq7D62Yd3/evmXGHTrEjzB2W7Xt7Os44Xqo90+kgoeecgO+aFSd2V2pSN+og3f0noCy6Q56BhmZE4ibPLbr/n5ZXPXLv6nr7Z1Vwpk2OPNjreimZsUgzfvFBjdDrYT9KeKGKSvyrDGuHUJvy17mpkoqFi0+bA1UGHfOH6ZzIvKTzjCkHraI5+hWLBkCZ0YsYB9MzVS4UFHQquEQErql6FX9hIkvXQRlQpphPEvpHixpgGxD9ayhxjR6PXJklYc2AEy8BoG0L4Wjz+Anl5sBxNedraglKvN33FI/NfUlM07c8LcOZOaptXMPXMCItbWlNXVlANA6872w+29rTs71m/av3bjvnWb9hWI/2DtS/Gf4n8M478Y8T/F/3sS/5gpq5k4s6xm/LiGqeNrqspgoBE757tt1dAzXLnl6XUVF0+uzvtPz+/ufPwYjn8AACAASURBVKu9Zxjz2Fd3tD+8bs/YwX+GeAPjS/dGaEJK8HzPtYAvQ2m8byOmL+hNlT2tkbQAQuzdUtm7uYJ0zp7sy/728/MtqSC+TTzS3f6vPwGAkgkNlZdeWDKxMU8F5e837t012e74zKNiRajYBFifUzKvZ/ESdDIxB95jWl3weL5KzO94vs4xhRlIRh3FbJq8wrM3ElehDnREsPTJy198+/S27nHB1KaTNyLbalGrYmbnmL5MEIBUfE0+W6aBFUyO983EpiaAoAOITO7mPShSIPAiciW8VKGfKpPo5aU1zDy3iyIMX0O/vydyGItibN3MUdLgSnaCXgtBJG0EuqJGYy8JEtLI418HlHn5NPeG9WH8Fl/vKAs9SKdMEgIkJL3xOriPopUDFL3GCf5Fdz8SiTQRwuOfRL1gSPx3dPStWL1r+apd5nsSib048cLnxVkKwn/gsJ3iP8X/GMZ/MeJ/iv8Rxv+4xilVE2dWT2wurfBjPNmBvt6OA+273jpyaPdAT+cJ4r+yYdr4U88trxnvMtHgOHQSAMBBqn47O2W+e3e+e/dk5BbQWMJ/Bq0lcgQgICPihxBKSGh0ohwmilrgGpd03itFoI3qx6UNR0saByCUBEGAafW1/+MLx2C49r2yjv+wvu7Wm2K57PeWrTiQ2VV+WmkeCY8hKrRBpg99O8qoJyKeO9KnXKrZ6gziw57onvl7irLZBL0gPkZQ9HoVIzGLBQAAtfdUPbn2nFBYC03ZgeM5oagR6iYTnDx15G2i/cOMQdOI2U7+1NCGFgpUV2S1QXM2wpq3u1/d5esWzQYbAnCoIOWrZrDiX6yVGh2M9A8A6OMjak3aYw9ZO87vDXnxlA2MDuZr62dE8Y9geGbhB/kpTtHQ9LcbWY/QyhRwK8bcGvtb5gZy/yVKXGTjSw4x8K9mgMt7jQL+AR1aFcIU/yn+U/yn+C8C/ksrq6ecdWFlw9Q4qSVTVtkwNfp5+663Dmx9baCn8zjwP9j722NNdmYZDLzP7Tj5uAXoxg7+M1yiNJVRjKkfmhQvttUBslV31khGAorTuvmPFbN6aj9+uGJW/ir3v5+/xP61fMHcrgcey3Z1533x0f0Hu3/9QvWfXy0/2d154OHDP5523bj+iXUneJe6Vtcc/k390UMZJDGD9h0Tfez8zRJt3shDRRsVSI4LAExY87bRJO+pI6Y+GjjbK0O9yKjhhdCfht+2huV2U0qBoLWkMcnuoTHeO7Ji7kE6HYQmH0ScduU0OBLFpk3IzLCKkorddclmN4q5Tti6vvnDPmQ5/CLU2IdBLOSlWAcPECiYiWNOFY0k/vOM4WhA17vONwsDQXMuBUjdRcQYfdcsdg2UvibLtV8JotvkwwHKBSRdnnnBSvGf4j/Ff4r/9x7+Xaa06bwrMhVBL36gp9NlyqR0CgC1U0+vnXr6wa1rDmxdkwj/DTPmNp42375V9+HdXfvenYxtn5xT3UkVb9D0t7OTo1z2pEtkm+q7rj1322AZLjGatx0et2LrxBHAfyacMQwehWzW+kRyr520qeJ5S4jcxsGQ6BA/Ks/umvjpPYPOmuQIx+K4ypLmadkNmwevzq4Hk8j+w7PfH677VLWgo3xW9567px09VOpjZ3TV4g4dOlFBRPHJ34CKHgxLmgIHGuUrfZ7NZff7DtszCvadOpRgx7ZsXEZAPTcCCsdH5X3IN6RcyHFRQQ0NUahsmCx6g2/hMMVXQhNjGDwRw5t32BBEUAjtsO3gRRD+zDUkxBihnhAcgR0RkAuY5fXMyQ5yZPDPV9g04fwb2rXcT3eicoIoZqtjJoghsGpUqKBFo2CGZK2N1UrIDq1DLPSn+E/xn+I/xf97DP/VE2dGWWx2oO9Q6xtd+7b1dh6Uiuy4him1U2ZXTWyOftJ46vyaqbO3v/pkf3fHMfFfkimfeMai2ikqFn5g65rDrW9kB3qJsGF8RRlUNGLnBbjpIFUdpOo+yHRSRTX2nESJ7IdPPXDxma8W8srWQ+OW/NuFrYfHFRX/MfEmVZTw2sKBrBp4bWqjXRo4JkPszyJ44QCgpGFg/CcHVcUbTDi2/PyhPJDcxAb585Nvv/T2wdZhvFWZhoHx/30fXyxEtk7mixjp8VoVCS9cRZCj6xmIdECefwpLFs7p26rcnXYD0fpQK3naqPo5Z5QXkbtmnpMUVwGUs3Iu6qZBzr8S5oqORYEHS0A7laqZEhcXZNhZ0ZMAzWAlOcS+2SHGTzWUTYlrf0DMpDeusQocdjEIscXHPwRCNv5Z5GiuNgdmUwtyEQzSYt8R834cmy46jCl/B1bpoFrTLnYLeOgYMcV/iv8U/yn+33v4r6z3Hf+DW9cceuf3vZ2H5COyA/2d+1p3rn3unZcebt/1dvSy0orqmYuuqp40c2j8u0zZjPMukyy2+/DurSt+fnDrmuxAvyhzayVOZaPes0dTw5Fln3uh2Pj3EusiQSzxS2yiQpK4okMmH/OoqZFqtvPeDmsvbHcVg7rUWuFYewwttlV56UVCKvjxml8M+z2omNVdMauHpwgktDkvBsePhI9x/vsaZriai8iwS3itWBOE9edd6NeMQUvGCK0RIUCJSIWD1WZDjAxFrBB05IdBkfqJ3FxCadmouj5435PwHZxqWfOnsFY2WH1s7tgpDKK3IiNDKIqnpCLSTnxBwM54IARXzO/JVOwajCo2hEJ0fBp6L+TkjULhyOE/rrQX+i84Zx9Op8HOS387vY3qZKG3O1Tw9mOypoah2tTRRfBZglxwMmFClMhVJzzFf4r/FP8p/t9T+D860OexV1o+GP77e7r2bFyxZ8PyiCPrMmXT5i2unTp7MPyXVlbPXHRVebWf2zn4zu+3v/rrgd7OnN0XAMDbNLmTKgCgGntOrnLsceSyLaftLyr+M8RTfRRwFQz9P5LQE593lVfguUdhRdghSqO/Gp1H2dRBjWGscGycbzGusvSsWbnyBaVnzaq89KLy88+O/vrjNb/Y3XmgGPegdGpvz+ZKE3NVH09I8cyQIUBRmbNUIubwIAQaej7qeS0FNHQn0p6WyNMYvRCWgJFCCqE0mNCeIXOqMWeoLSBJBRO7RprE9/5Qidys1eIQiISIFAhBoLaukKzdNJo2QcibIwiaBRINZYYZzDWLPoy1AnO/GnKHLHBrR8MhQ1LL5uyI4Z+vncKH/DQmz2CGbEC7HppJUVT6u5YdwKQLRmpWRoBlxlr6uT4cyCUiMw8huCGW5KEU/yn+U/yn+H8v4f/I/taGprMAoH7GWe27Nvf3dA2G/47dW7oP7Z1x3scjKsLks1oAoH335hj+XWnZ1HkfFdLtng0rOnZvBrFgUPwjAHRCxZrszOiVs3HPe78uW3/E8oOGHf8ZZaZDIHdgyNRehISfS5Q5R7JDel66GoPnCAGyns0fyRTkPc6rP2WIS1D951f3b9iMlRUlExtLJjbiuAocF+jIvrhtzZNvv1SkG+AqyUqa81aMUK8i8UwCWt4WyWtMuKAskordAIasL5S4KZQPCOhYPFSAZvHQeVMey8UggEXywjJRiayCZ87fKEur8RefgkxuIBDZ+VaMzxhYuRaxn7PBRiJRlvUDndWDRJllBNbPCVkyRvBPJgxQUc/4BEdkJlhY4U9OLKJPkVVZGwH8B8wxEX8EM1kczscoNsgsBKoBqZSwKNXgxZtAZOZk2FfsMvS8PBOR1Y5EgUg+lswNSfGf4j/Ff4r/9xT+uw/v6T68p7J+ssuUzTj3E9tf+81Ab9dg+B/o69q2+vHp8z9eXt0Q5bIDvUeOHNxj8T9lTovUYvdsWNG+ewsi5sE/QSdUPHn0HCnHnpTyW4kPRMTi4d8RWNp7hDMn/QXeBCORPKuogGMXZnOuvnlBMVbvkIYEv92/cSiuavO0yksvrLhoYelZs9yEhlgWCwB3rvzPYl5+eWxQlPSihggBd4tILpf2mBwGds/msXAYZw7xblhGazGvryMClpjIFS0eTsIpn68LzDA8KYgbN5GLqT8HUBlydIDRDKrvKElXDn27Sj2HhJnvHaWlaeWDo1MuFIU9AvFW9sbZwt1y0W9pAHFir8zvy0aLpEuYAwtf0kZh5HDncR8QmdBPk0jLbMTwjzk8OVQGWFhCQbSyRKDm4JIlUCRowqbjYNufpjGKQfNL3QB9zoGI3FzGiJHG08mk1uQuxX+K/xT/Kf7fe/jfu+Gl7EAfAGQqqmec+4lMRfUQ+M/29+1Y83Rv5yE/1TP3I6WV1YL/xlPOqZrQ5LPYjZzF5sN/J1RKFluGA5eVvA7wB5HHFhX/jlkswqmPYO/Q8IqEPBSaDjvPkSFkaCJvdpWD5QEKQ/k0vtr2zp+s/M5bnbuP4/oUj1QAAJN7+y8r2f2p096+qumdxVN2zqlrC4CJTNEQMjKKygRSoFMNzGSKIqDy0piQ5BDjrs3KGdKPkI91XgAQ41bFZE7JDp7qWIcSjBwwRYlXNTRsp2gt4beKwjf590dgrpjEZxDumsgWO/a2huBSEGr0hDDMkR03cfplvaEKPwnoIk/rYClVs1bkKgtfN/8a5dl5zCOMKP61KOV8fYAQYzkBT7CALoTO6I/4dcWhGfj15ShnPKxjwyim2ISQJcuHA9PLAbBY4juu5TC+ESn+U/yn+E/xf7Ljv7+3a8eapzmXrZox/+OZiuoh8J8d6N/x2tPCl51x7sdLMmVAWF4zvvHUc5gX+3rH7ncGw/+4+sk1cy+NslgAuMBtGkZnrzGdx/KkXZHwnwFusoARmZXk2LBqMFaiVCMWNnUgtCJ71jUQ6Vhe27t6Dt/46t1XTp4/2NRX3mN354H/t+aXxbjuVQPZ2za+M6+tE8oAjHBCR3/ppvaGx1pPWb1/0s7uKmlOsTy3U/oXAACeWXv4zLrD08Z1RX/f1Nawqa1+Z/c44W9FKiGI4uXNBiaBJwv3sxApy5E/kg1mqUKw4sNiVB1qNKIa50DISSJDTpI7pTo1RNpxUmNCNFrTGHKbWIbHfJgRxAloW7ZWL/1LpVgRoXf35h6C2luqzo9VRUTuBlKORDYqM8//q2Pe2wjgPzYn7gAhmwVgDiIoY0/6pi7nD1IrIqubA94rhW1tkMWjnarxEQRAcOZUdelhaRyZZhAzHPZsx7BbdAz851x/bWqm+E/xn+I/xf/o4v9of//h7ZsaT5kX5bIzP3j1/rdfObx902D4zx7t377mmeYFl7tMWaaiquGUc/a//erUuX7ovGP3loPvrA/1wjz+Xaas8ZRz6mecGb2yDAcuK/l9I3TBH8ZBRcZ/xrQ8gMjLdMlEnnVYABaqjn7oHJPY2XOQRyB96FFlu2NyC/j41Z41r7a987mZFw82+xU7hlE4NnZ8YevOeW2duT+vKe1fMH7vgvF7O/pLn9s94+43z97VXS2TCxyMsaa071OnvfmpUzfVlPbnvsnqA5P+cc2inUeqOC5L3HSGweSyWR5CJbkXEmZBuWaRKB+qXiCRdpoC510h45sT5hEBYCqS3kSZh2DmkYmIQCRyxOxDaJUCxQI41FgxC4DSvjX08egoWc8PXlmdkUvUGWQK3cMNY8r5hVaEFc2oKVHICBwJ/AdKh/4XHIEZ0AYEr68eOTdKd0/ZfhCEbHP7Ir4hon4BNZ9UZ3AfEbSLR/FVlogRZYzKpbvKlvWGrO/lkwL826wksIP2H4HGfzLFf4r/FP8p/kcU/5gprZ8+p37GmS5TGludJ8w+v2pC096NLw/0HsmL/4GeI7vWvTB9/iUAUD/jzNKK6kxFFQAM9HQdfGe9JOUW/5X1kyfP+WD0sogXe1nJ638gtVizk8Di4V8MEcjYHBuTbBlN9dByJkZ4TjhZLxj0wtEEllJDVPAX3tVz+PZNy367f+PfzLps6NLssAvHyjGpt/+SvQeHfk1Naf9VTVsXjN9795tzH2s9zT9LCEDwqdM23XTGurwpbHQsGL/3Jxc9dcUzf9zRXxoNgTJP33DZAZ2z9tYocRmM+bX3fOOI4iFinAe9rR/KbHKoEE4iS47q6KJjALpoANiZYLP/Jh0JQA1yHFMwsPHgbZXQl4wtpMwjCxCNJZ2tOYgoN7+dzkuDESdkgj9rVbNUopSRtHAwYvgnF+p4Q+RBI/OXoSUS6qgrqOmSXU4o5r/Dd0QGQrlqYlIArUbZWgqZc9Cbywsgz+ZEG2ge0NZ3lnQBLdaMPToxg1EGo0G9QVP8p/hP8Z/if8Twn6kYN/39iyWtzD0q6yc1Lbjs4Lvr27Zvyov/nrZ9h7e/WT/jDAComjCdSQXrBnq7/B6Mb2VZVeOE2fMr6yfpm7dtuWr87jIYgD+owxM2ioX/DMPKmTm9LI8Tyjwqgpb3rT2uOmmr6Inuz3QDmmMtd4zjtwc2/vbAxs/PvPhz+VwSony3GMKxnhrb01fgK6eN6/o/8393Zt2hO9YviIy8vzr3lU+duumYv1hT2ndV09YHts4xsoM6iWtMIUPXHWfFVYSvb28WrwPO95YCHRTbZPIsE5I5VY7LnrVGtlITGRyDhGvuKvo3JwjMfDh8x12wjUc5qrwNWx2SifV+CZONvilxaDlJagxARHEnGQEroWlWYpw8LvvCouMfxYJRKhbiv4PBjHPs183ZI3f0xCgx+C4BQwxt+QQstMjoeqJOgstssSqom8XdzpcSYAmYVQw1eXBq1xgVY9ChzJGrPT3aFTLFf4r/FP8p/kcM/zaLzQ70dx3Y7ouombLSiqqyqvrozxNmnVs//YyD767v2L01F/+H3l1XPWG6vE/Hnq0de94hQMF/pqKqcebZNVNOldMa6Onas2nlFDxcNn48/KEdVFz8Z0gmUQW55EQhD21nxe7HiDXWSHU4RIeOKGw1JM5j/fHDd5//1Z41337ftadXT4n907+9+3zxZrySHp869U0A/Kc3zr/p9LWFZLFS0+XHT9gh4tJGiGjCtN5ksswd1B0pmJ9IuUDl+UTuD/ldhAREPOrp/ArjCw8S8KOAjA6IQoqc1VwEUsqS7qljLCi/w3K8tSJS6+0o+BFQzpsbv2WUapKMw4okUA6zPPqp07aaeTzMlRwx/KO8m3hu+qoGkshRcqM2dw3IysQDmyJaqUtA6WkO1toJ7cEt9dDoMurchcGb86Uyxoa6x5P2gFlFlK3n+YYagh7qp0QrKaX4T/Gf4j/Ff3Hx33zhWQ2nTMmMKwOAzlYc6KoCAFeK9adTNnukERrtL2cqBkrLpVhb3gQX9veeN9CTh8zas7+kZ7//89SFk5o+cpkCK1NaXtUQe31v15EJ88+ryLjf1yQz9JqyY8fknTtP+oosueLhP8O+2yoXzI2mkB3ikRr+ECGQkY6iDyFCVlsVmCPBnOTIOwT22wMbf7VnTUXRrnlXpiR5LrupprT/qhlbCv+Vjv5yEehGIQyRKtfYXaiRC+RXU0BxA3PTlCgdTmgggdmg8g5YYoCfIiTt+RnyGNllTG55MEgAQFmvmUIQ1xeXtdTUS+L/8bjMAjiArCG0IQW7tCDOkRlGzWq3LwY6XYEl3ho1xJHBv+UKmRvKHVkjC496WroQGTdp8iUsPQ3DxQufdeO9nm++giiqqBAzzrLm1dHFVD6TtaNXzqGvkpgcgUzVJSiHkaVjYqzml+I/xX+K/xT/w43/0z42/7SPvV/OovPdnui8x5+VqZ6RAag85kpdATUANbk/P3y0v2e/ZwjUTG2sGO+O8T5ciD2cMLs43NA4UFo6/d2TWm4Wi4r/jKn5S0Tjxzga1MxCEHHAcOJ93GJ2A8pezHFpPwk9dvDDDoHt6jn8nbefLOol31Ne2pUpqRo4mui3EmWxAPDKgcnCGrHx0fjGaDEeAbOmrWcqLKa84MxUqj76RkA8rNObRhvkjpGiU2Y9BhN7pKMbHlAOKEss2pLN5ooH2xfbj0BDiEe2eLHO7EJ8IgjbD6hrny7Q4TrpMZnNcquNh0hEPTy8FsXFv9L7ovNwvv1GEC89yaJn1sCg68LfnbUeGTGo65VPMpS/aGpjkUOPH+jG2I1C00BRGyQt5MUWp5yESfl3ii1Lq5NurJ9MSfGf4j/Ff4r/4uG/+YKztIZ64OhANwFAphKrZ2ROojRwe/PMkzyRjUjbxcJ/RlVUjNKEn3zkFpJhoeiIGZqn3bxGmN28vRY5kBM7oiGwf9n8ZMdA0Wf9ujIlW6oq86oWDNexs7v6zc5GbbKZ3gtYLRv70EogjfwBfSwmEVth12yN40Jf84OfhCJMEwUggqzWMCAoYERqMooEr/poB5PNIDA6Dpto6FQkA65h9ycKVdlwPUAzJe3DGSJmsxiovgQVHlM4Mn5DYPqHFI61mKjqzODISOBfqgu+KyoSP6biEKd66eeKGxOvBshq3ypFJM1LDN8BrDY5I4qHYHK+lw4L205jcJ3z3w4RBLV3n0KnHAIrbITSrEzxn+I/xX+K/2LgP1NRJr/Q1+4/oGqKg/QY6YosFg//GR7sdAxileKLWzB77RUXvt4TmiL1BPl1+QDwqi6Ew3ExRiCLjY6XG2uLmsje/eb7iVgbRdlCGOzneRjWrAEacJyLaRPGVEtA9RR5vi8qQtjiCpGTmwjqghPsPeQmBnUYlphRgTdZhXSFdEJ3AbWfUbSYkwE28pa+Jsdah6aPxTKNxBwwj1gQqh47eltLdFLfcEA5DTP9OiL41zDtgE0/zaxJdIeCBpooU/IFZBaQPwGy15AIzdy3hw3KLIT6jcuwue55iSx+QOaPI7dAPXm7YfYqRVxCIyJTsJJLZNYzUWXilUdSlBT/Kf5T/Kf4Lw7+7RGVYwGgrCZNZEc8k8Ui4j8jLnwk3BoUThJBoJvnKBjj5Ck+xJCe5LtLvDeK1CgcnVQX/ZlJDde37knKLii8HPvLHbPEVZF0aJTkD8TzB6z8x2HaFw9cnK4UKo+wHIrYlHPdwwXS4KYr54JtLiqZjgOiLUUgOqRsaH8djMXqeGHYzkJj+22pM9JfoMADk4cajSaOHUQheUP+FRL3D1k/EByhLUaBCsCoPnbR8W/GHGTAQsh5VutRJi1MHhA4kscUGUX9W3akZKbIyVg0EgRni5IKhNo1aNqHSIG/PJgJciPSxJRBKaqhKtjLZZEvRcE2PcV/iv8U/yn+i4Z/u/JmB/xfM5VpIjvSaazHUXHwn/HsqYAcjtJ8IiKMnAwBwLJQiPsUgTuIcnRDXLtwVvQkOLoyJU9PbLh61/5ivPkXXr6UzONqnMldRHXyY6cyVBuVHwgx7jUiVjooA6EBdQgdZQnNFEVg4qeaMEhcH+YSiAYHMXfBcPoialM5jpsGQpZ/Z9hUpieFwQBELNxBMFZhRVzIbN4CqpYTS0QyBj1AXjhGRMsRrRsMqp5O8fHPknkOpMDgHT4JwYFjcqLltevMsPOdPQcqA8ODv5FxjBEHdVwk8saaXvXSSyyROpgHOjWig0Jo1W2M8l84gGxfKZWYUI2SlG1nbxap3FGK/xT/Kf5T/BcR/3mXYMlo02MEqQWuePh3aC2PPdeJ9Vi81TKwsJ4jcEDeZNnTbTitri0tEeA6z5hx3qAZcoQBT4bjd+PrivG297w1f1d3DVpnc/UH9x0W4X/5fyIw5DBU32Fve+3trdFrrzgERP5FdN4QHB1KDZjf00nvkOck2OtcxBSj2y3qJ2yF7OMdYJbUdpyjhuOdOHttqwe5OF9HHpXitS2m2I5NdwLnZVlQAGUzph8n23izAkabN/YEl0vFE9H6LsOEf/N05ce/Lu7BWiL+7IDR2ZKlkRmDchBHcRdx14BY/9InJ5H5uGOP78jXWkX6+O47mQr3NyuCEDqHghzxJY/mL0ILbDZbQrbJ9l+czHeM3gT1U0WDia9Xiv8U/yn+U/yPAP7zJbL9aSI7KtSCYuE/I2Eu9oGG1CJ7UkQrDR1OJn7htLqXDvSsONDDrRcHQFnlxyCOgZrs+ZnDf1y2q9BXj4PSiu5jsguOHiob2Dku9kPX0Fc67Uje1581Yfd3PvRk3tscjPHmHG1Hyn/43PmtB+vsLhWsuzWC6lwTWhY1iiw5EgX1A2OSETrucPhxTKZD6fBEe24nZQrPMUPzSvbalhBDolju2BeH477s1NEFVSHi0Q2UwWXBHklDzC+37CVDpkFKga83k7qkgGFna08Y/ypeOAj+ydQzdPTWV4vUgc8AwAFxT9VIJarcp7Fk1DChYxVOLImIyAWC+Dw3g2QM5eVrmh6iVyqX09D2JIMHuPODRtAzbuxkRk1DXp/O9xjDIcqtxshqS7EqTYr/FP8p/lP8D4l/PTKVyBXZNLEcjaJs0fCfscV8S6MC47DHG1PSgVZi6TwCQPjw+PIvzqr9ZHP1n67Y09o1gM5Tv53n8uNYYBb876oNf1R4FhsdU479kgHn+vbEv12mOls2I/9c2idnrDvur/DFxa/8488W//D5BZEmjo7XkiqEk1Efj4QRPcvIRGaWrSH2cUGeHQZr9KjMJlkkIGs8YGTawwWTrwi+02dLMHxOWQDnxJLORnmIQREdkixjfrICzGSx50GFDkH51FjC6Bxz+RkW/HNuwHY6+fBvx1hUmh3lYfZjITLGKcMXbEzvIHAeB8qjBhTTV/Sq5ugcmGlL0ioayPyH5c2pT7r/PTR1Gh6tcMK1c1GzKHZ3yNDdYkulvdOk8yERR0qU2M2ce/QxLlL2IUF1iv8U/yn+U/wXgH+IUWMHurNpXjniOWwR8e+YC48KWG0fRLHMeca4DyuO20pI4NDhJ5urv3PehNpS1zQu83DLlLn15ZQFJuciEcIYyGL/uGxX4ix2TB7/88rltZV96Hz7jDsv4G8TN2JYZgW5H4cQtZx83BFfbKaLOYh30zjGoZpSRvHbscgfOudB4RHi5J9AO3HouJXnMcTzxWZLH4AQmK0v666TFYVnYLV/5z2c+d1Qm54ooOWvi2aew5NyThz//FslvMJhfvyjI9udZAcjIibR8ZfyCz9Li/PIdfRXZ7+IfC/z1fjbvuvmdQAACbVJREFUOf4uvAKofWLYCA7/50iaksEt8IxDAse2kPH7hej4zqLgLeowUtT2BdtFChq18kG8xIrwivyWIwLnnL/pKf5T/Kf4T/FfAP7t6llW6//a25ZSC0aeWFBE/GdANSxkDFAkNqx6iP5EraQRAPAn27pW7O97uGXS+ra+v1i1H1lULo969KiSCt4beKit7L30nLd++rt5XsyC5f1A1yhkh0diEpgW5PmfnGjOAI8u6ySAbou56AKGYI85bUWxj7OvChQcuUFnNR1tQ1AVfqQmYHQQ9Q1RHN6DN/eaO0yxyyMWHjiwm5kHERs6fvxzuQjtdEde/IvakfFQkuuN6suZa8fEi2fMKocXg6ArG94CYgUioZlRuOQDtwSjdyS0rET1gzKTN8D+TZTVkh2fpL1oqkaPIiAq4/DB12D5JFLfF6Sc5hIaGECK/xT/Kf5T/BeI/xi1oK8jTWRH9mB/lSLhP2NoO+IZDSqeB1mjdBCxgzTSSXja3j3wwy2dT+w+gmqvIJRyTG/icO9tUFRLZIjAWl3LCoFRr09GfFV5h2TTagSug4lTkbyRcUIK5lIJrFQl2ihvB5nNSoXxfkLkG2TexUyPGKgTWON1Z5ZC0600ojm2xQX2GxEE0Vh1EE8U/7HZ20Hwrw1GI1wOoOY7sYHffP0ZuYBoBqZJdGccYNaOV0dbShFVtDZExnEUWc5TjUDteVPcv4jvIJbwTRfUKdnRrzdZshx/3+oNZdURQ/9Lc7L5wgfKXUjxn+I/xX+K/6Hxbw9XiqWV2N9N2X4a6CbJa9NjRLgFrnj4z1iRWRQlLgSHkSeYU1aR37GZbJki0gsC4L9u6TQwlf2rY9nbdAM03LiwpiaETiSpjbSKikZGUYM4mEqsIopvi1mjxuhLk/CmUOSng39nDZessfm2Hh5hyIl2+N4i0unmOnDUtp6QQt2KqT0yLM1Z2SsUqzbZIRZ+95CgdSL4j+898+Jfun3CmIvuhtMYjIasRxTcQgD0FuQ83K2T3/wThy5wfYwbVpoCEeUylqI8QEtVsSEQEqKd2tsLoJBsVUqVU2xhjnWgzD4cEbJkrbUhVpsBO48DocV2iv8U/yn+U/wPif/YUTHe9W8/CgA9B46eXC6174mspVj4z4Rbm9B9OWazogQaMEYLjuKbNWtwItuzVH94uLNYX4QnMVABtO0/6+rnfOPHe7/ZogyKy47/M6EMkjKjXywpkWy1BexgBrfYuPSfJZ0TEUtuNLihWKcT1T5HKhdg3oFigykxT50AgaYfhQRQ4uFPRgAccsSyRwT/vP0kO4trKglkQrkMipNpdATGIkb0W8XLZR2GoBynGnzmcun0ChCxZo2Rz2CNTVLhc1m2SZlPgcIkBF9B7yECZHlQnDuhpDqCADqYbmIXZm3JL6c3meI/xX+K/xT/Q+I/OMpqHMBRAOg+mK2ekeYSI1mSxeLhP2O5TEZixEQ1VNNtZeSLWRx3AqIZyMghV/ZSpAVaSDkGw8suIFEQDx5WdE6vvFEqifpudjGTZcMhBNo3FOjbgPEGBEOl0pDDHUfUxVLZD8x6AResl2RWBadLFCJYn0XtHDLIjAwyD7GKfqIuTE4eA5LXZ+OFFbLz08XHv5H/JqG3+z2pOQEtR5kx3HitQciMpOcGVldIn3UU5pH3xSGnsoyiOR18jhG5FzywGA6CIwSh11nzawTiCgjG9q4ype5rPuyHFDlOkV/hmAip/tvIKtjoI54oGyGk+E/xn+I/xX8B+A+O6hklBzb0pynEKBTfion/jNpjRAyGgDWlmhyxSMI7UvGtY9kU39kh9JOnwOX9lFownGksmQ0NBy0/3EDK2HdqxsjaiiSukMLQD8YfrBMhRr2nSGkm7iEoO/MIYlwpkXBurQJl3YBItEfP2ipTCgMm8umRDpMvqBAGzanoE4nsohstpk6cDLUWQhAN9coGjtc6Z6BedPyz77tTVru9j2Jo4usTji1z7DKLWnaSUooq73BOoeUuaeyaGWYjf0SEpibGi4RI18ib+YKUineS9hyJ7dPFbEl9K9lwUOZOQEDFL+OeaHTbyEoIojqfWlNLmUBK8Z/iP8V/iv8h8R87XClOv6C850C2ekZJmkqM3EFYVPxnZEDVbEXFuhpDh2UfCiMJDxDLMAr0+1CaQp6CkwvW9DjxgiyCMvHFPxAFFeaWY+jH7cSw2Ewgy7AtWMgY9n3oYyydJuINk27peXEAUflzxuA9+lQp4UirQKePI1VCDJzoAAKqGa9G5H/RuqXLY2MEum1zNCi56Jxt8fFPxPbfyjCz/0dEjoIqAw9mkiwCYI0ZWYmGf6KznzqIwepFDmRcVLw4MUfLHvzHBQMT2v6TZRuCMXZviu2MeR+K4jn/tnG097NEoDkW6ni0mRlXjqMvy2gPm1L8p/hP8Z/ivxD85y6fZbWurDblOo5GzlI0/Gd40xjJVov5C4YCGqgWK15WMHxalK9ip8/szjhNZItQqUc07T+ONUHVISakJybqZvpONMl1AjcnvPv4EvPVsCcQm2LWVdMaRIJyqADEQzk2EmEWJwMnkZrTmGW3aKENOhgxwvBkw1FWbxU+IvhHDETdYyIjIizib4MK2cgNEldxebjRdP1Ygsdh5KdkGYm+0Ul2/DrOkGQqoJShIFTO19MDDDMWYbnxnSYgk3egEa521tCHHTJFW8eFS48DnQOCIGUJkJbiP8V/iv8U/4PiPz3GSk22mPjP8GbLBfOi+gcUqrsK9RmqFMmTKkFKZQoB7J/TVHY4s9i4FQoHSwQC57xHjtDpjQQPR2QJZhSLWdpSdEhEzjurOPCixGgaTaS9KwDIBo2BXPUTxx1IyvEcCtcHS1KTZcaLdKCpMVD8qpiGlx9zcFYwI+ZsZIsNI4B/XYO9vaNdUyP2kOMilp62dFZ8NcUsA16gEb0jJfBohhUuCRYDMDMSgTmkrCFq5Uk5v4KYx4PHNGb1QXfGpRLsXIjJfjC8LxRIYYKZvQ6SD2Ahekrxn+I/xX+K/2PiPz3GRkEWior/jOLY9iCYvW6l/yzlH9VRWsZDI2NCxNjz6+GbHsONC2sz6Z2tweqQ2O10tFqZsr0UM7Kh9J5nkmkDEQkp2CZTzPPYO1XK1AAX/FXSGrXW4a1ZtDiio4egTCoRv5FxVFSKXVC8Ca6HjLiS5XjFsE1oFlsdohwZ/JuaGAXKm2z5yOurkOrAcMpIFnuTQ3j2mBL2jEonD0gYAXxAgCw5h6QjLLnJTZjxcJpCslTEylI2oQmNKV18Ntzbl4aO9r7ZlFVClCVLoR0UMjacKf5T/Kf4T/F/TPynxxiqvhUL//8fk1Z44SIhu+UAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1177\" />\n\n<p>It\'s the perfect time to supercharge your website\'s SEO. ?</p>\n\n<p><strong>Get up to 70% OFF</strong> on all new purchases and upgrades of AIOSEO. That\'s right, you can save BIG on the ultimate SEO solution.</p>\n\n<p>? What\'s in it for you?</p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Dominate Search Results:</strong> Boost your website\'s visibility and attract more organic traffic.</li>\n\n<li><strong>Skyrocket Your Rankings:</strong> Climb higher on Google and other search engines.</li>\n\n<li><strong>Effortless SEO:</strong> Simplify your SEO tasks with AI-powered tools.</li>\n\n<li><strong>Expert Support:</strong> Get 24/7 support from our SEO experts.</li>\n</ul>\n\n<p>Don\'t miss this golden opportunity! Upgrade your plan or purchase a new license today. </p>\n\n<p>This Black Friday Sale is your golden ticket to level up your SEO and crush search rankings! ?</p>','success','[\"4-x\",\"lite\"]',1176,NULL,'2024-11-25 00:00:00','2024-12-02 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite',NULL,NULL,0,0,'2024-11-25 20:19:11','2024-12-01 20:32:51'),(78,'674a23e45fa95',NULL,'Cyber Monday Madness (Up To 70% Off AIOSEO) ?','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAA8CAIAAABkXB18AAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR42u19eXhV1dX+WjvRChlQQ7lJwFYFAoomDCoGnFAJCg4Ex0oAEVBwqCLY+tXWoS3WoYq2VdFPW1D8rBNYpwr4aR0AFRkSq1UxOEOC4EBuQGt71++Pvfdaa59zbiaH9teP+/j4hOTcc/bZe+211/Cud+GCbWsJAIgAEYCAAAAIwBgkIiAABPd/AAAEIvszAhIRIhK4y+xv7HWXLLkT1Gdgac+dO+XzffbcpXjPXYsBgK8H9HcmAES0f0IAAkQkIvdLIAQENdDbX1709ieN/KAjelYc3rPCDhoB/fCJx8YD9rd1L4WI/tXdP6997sFPtqXtbWcePGbXTgWkRqhHC3Yw4H8g+VG/nXqi/AHUHMpkAk+4n1U1JwjIF8ma8eq4P7jv2zXin9Vqylu7mxCgwUyGDPqVtVLBY+ZJC99AD4PnHIKBQcJLObHxX/UzJqONrJp6keBdZI7RfUWtgnpQsED8ZLfuX7f8y7cSl9Wt59cg/4iYIVIyKA/+ivIfzJOW3u3y3075zwUAY78O6CTNror7Co+H3M342QDohi8DN25top9V6+uDgfWEnrsWywL4obol81PjJ5b4tgaw/uMGvYK7dCqQrUewy0756N4RAQBJXsPOHRAYNPYP7gH+YgMAaKzcEGX0gI3sb0SDLOzu/272/fKiF0otesGMidoBPYf2TRFIdIRc4xcPgey7uNu4RbLy5x/KAmSMoYwTTV5cIAQQ4XOTiwgEOfZbiFa09HWEwEtsp0jLDPJteNJY4BADhQuEXhzB73y9r0C9mZEJQ54TEknT+wTs3KHa0n7W/ca3FxleLPim5D8yL7KWIjYdk3/+weszL5xW3mUFvqr8o33bUGdtl/8OyH+ucUugZB0I0YBX3+iPB3SrRojoX98Krf0i8tQhtPJBbw3wE+0bWmFGNR8s6O5BALe/vEjf6sz9Ruyxa7E81A1Xbss7goj8jUWYnXR4If1ka5M+ofjz6bZmIHeE7tqpwE84aBFEJ6hEYOUYWMqCPR3RGW5CCNDIGrnj188Gjw8BATNAXpy06BuijGxSRAQ0ygC0GsebXF4mCAyCGzBbkm4D8pQT25ayR9xssBJ01gYGZoz9p73YPZqAEA0RIeh34J2I2rYTvQhOfdoHGXXiEZDhC8RMQSJeBW962d/Y6VEq9xuRfzTeGOcdSODNaozqnHbIv1J8oA0adCP/SvJvX5X1L78S71Z//GyX/3bIfy4CIGHUAqbAp0N1lGmXTdbbLwwRtOWjxJTv449ojBrCfGQiYtxIRkAjvhwQIXsTznRXp1zkiwSAhKBcgNteXsQhAv25bcUT/PPFB5+4S6f8wEtVTor4Q6Q3FuqL7YuQdpwR+ZcIAMYQUXjKW3sMCchgIOEipmpK3SlqRQEBiIxBIjBsRtnHIanxY6AlwM2MsifAD9K+AvodoYeKpLxWP24UZURWsu0LskUGVq9Z5Rtdo8B4NKFRbL9IgecWiBTy1AFGfFE0Vul/Y/LPrynD86oquiHaLv8856Rf9+uRf2XS2qVn5W5PR6BAu26X/zbJf24OmgxlEMCgyVAm4tggIQGp+BEmWqlkF0atulZDABDTXCink8Rw3PQpkfcuILnjEJP0tZFrQMetlHni/Qy1wKjdEX+HNp0QSl/wmeYEgfTG4CON+BgAfhG7+Ahi0xHfk4DAv5R3Vqx0O5EJQ2HawXZSjnofoFIc9mz39ghf6XxPFjgvPsGucOYAqP0QhkSBJMjqVIMy6NTY1LYTg5VQz5vTI2QQlQWBRBnDT3cuJugwpZJe69B5I9jHIyOzZ74Z+ff7MHB5M5RhM4oIOij/5FQ1h5F1rPgryr945V4aUexxRP9P2C7/7ZH/XCA/BaTmQpYYkfz6oZHoNUiknwBy2CD3/tUlh5wMKmVxy8t/rv+4QespoywUJHuYGfDx74y7lXbuAoNCH1kokS4OGgF5X0BWggDBWT0Ye01Zh9Y+BtD4+/i4OLrHUxBtA8mRiC8mmRaxbvx2BjQIRMpBA46ZYTjU4G4qIukdRna3JN5kxZPYlFKupZttHT5jrUda2sR8CMwcH+vyDpq3GOy3DBry+4S9sdhkS/jPXexXH0TQCcPdEphR/nF8M+PjEpwsC2JwPnj6Tcg/29dyPZGxM+yXqmPyb3W9PX4kM/N1yT9bvyRur7f82GZUKab/G/I/c9Ef+J1+XTWxvfKfK6eQzmq6cboXMcgBNZB9QuCj6exNIEfBQdmGGDdA0Q0OUQuzZARy/PYg5QZScrTXW0A8Zh/jskEJcs4Tm/Qmsjk5toaIu3bKbz2gzPE0ziZT5OzGIMUMKtrDIWnt1ip/jn/wuxG1dUCQ8V6hrILLkruRGR4SogoG6p1F/jL3Q4aDg04h+sM8UKyUsF5GxzW9TPukBFsTqMLl8pryG4TAKPNrRwpsoN8yYp5I9obE/pJH+3Ckjq7yqruX/XbkHzmox/uzY/KPIPkfWayvRf69B0BsB4exiCAy/H9L/lUOvL3yn2tTkxngbCwHFxTOg7zhIMcaR3tdPg5dUpJ0OhgRErWsjZX4YJGyESB6Eq7c8Nb/vPKs/u7sEZPECOHjiPPOBAbDrIafMTtfRGS8VaXQMjapSefuP0rywoz/8L/RzovdugbBZwK8aLgMA78oSVJTJkfOckTO6ID2Nr1hov7gTUL3CnycsshK6M1nObxfTRQkdnROX4NOUKVjol8Bybuz6YeAsorBUhMLqE05mUDD+SeTz8Mr+UGtk/2SoTeL1HLII7TuRNBJKYIwHRTiuKx1+W3IP5vkEHiprcu/QRcMjeS7/ONdOOXrkn/GWiXKv7zS/zn5j/qy7ZL/XBSnG0klkFT60XDmV5wPhmsA2pgLRdICJAcwJSQWXVbOGKP9O9Q5T4TEEBgGKQ8OFrnAEeocL2qIDBLbR4I7cbkCw6e3SonLfpUZMMGprWLdCleo3gJ0MJAMGJ+DdCkZ3tiSCSFAg5FJlvHb2ebD1m1OBf2THEWQJuJFBJUmljXS9ocPK/k0i7hfjFK0jzCcg0LBuriUq0HK6IwBektNCZh2/aJqKUjmWhQOBQASzp76tAloGA3julDlV0Qqo5HPb0P+2SANrmxV/nkhFJ5Xg6ncGkXlP5IBbFn+vZPrA2//XvL/pz89/NCfHkII0NNhtIMwtKDj1ygYBv34xz/eq+9e7ZJ/iItKe+Q/14JaOEWgEnlB7i4wZkDnOd2RaTg4Yo9Ded+E0wAZ8ZchQQkqRK/knQkTvXUSe4XA5778/Pqvaih0xs2a8QEZw8dcFP5G4Hep37MEAdYmAkhkH40CGGCQ2nP7EJVasRkA44J3yFlkHxxEeUeVqjbg0X/WXrA/uKMSI6EuRlb6rJFFtjgLETS8yD/NCywDojgGp2Je/vznmyu0vJilgafpFhoVDFwDtjGmmSgAeCEYZb9pDGYEP4s8sc5CkYXzUTkUGeJwxLcg/0g8aVJT0Kr8ixdu1w4DpC1lkX9oj/zDv6/8v/H66198/nlJqjjJymILV6ByMTUjeMCdvrPTTjvt9OmnnzQ2NCBg3759W5b/8xfdzje6ccRkFr7zF93Bv/+N/33L8p/rVtIY3lgMU2D7zi69FQ7jl1AbxsGJKfudWFMcWFrWe5cSfmzvolKFkyUKoCqS0UuEE5jgtA2wlkEoTdtO5F5QlxshG2mg4mR88rrAit++ciVHyrVtKNBInpOMdxYwUCQCa0EFPeFpEEAiSW4EFb4axHe29gu7TiCrp8L56vlsYiAE0T27o1w8JIef6INlFvvibqvAjMjoU2fjaPAjGxcqD85qkATJrsq2lEol8nY7Qmzq0CBlPD6fyLjiAgoTypH0ut/IKuBoJBnzjcu/m2EBQBmFRm1J/kVdRuBM/67yX7fxnbqN79iLdsrd8cS9hnwV+b/mqqvLKypGVFVByzoUYlVnscv69u278847v/DCC4ufWNTQ0Dh37h9akf+I9SryH8Zn2yD/uRiWXwR2vgdDGAUrdk4oF8D40hiJcPvVMirYUdm9LDhXA+iDs8Vkkn1Fh8GEpJl3ljESiVAROkCVKQ1BKtFMNF+j4JccgLfuNgApAwMQ4gH+GKrMWlIRgabAzPSARBWM0qWCkSXg4KAkYxnTEyKuVT4EMSknwRgaQTcCz74YMOweSsxUKlEl4xG+GqgcQiBOvHPUbVFVWzlAOBElRPE5U8Hi4Q15Es8UE7Yelx/pRBlPC8lW/6blHymowaRwkluQf49c0uWwrcu/AU7HfbPyH1dpHzZ9/OKHa+3PRZ0KTt5raMfk//nnn3/++eerRlTl5+WrSrh4QQPpEIlaRPl9bu4O+/Tb59PPPn31r3+1wS4EXTOWVf4D1CYlRS/bJv+5GBQPZvy2BQn9qmgf6ByuXKCAZoCqEp0MihFkAgijgM7Ig1EQVJ6YnAlfVlQyfp/Dggh4WIvHsXYp0fG+DKognXdQxRtlLB6H2UxQeAkZkso0Cqr3PEpDDAft/fKdkSgTg+MRJGg90IXY6EL2pLPuKFkCSkDIK1ifQKw0bgYk78GYarZDtWmpjWFvO+vaJ2dHG+TqJElocCqWvJqIIgfUOL2OcLYbkgch6jywHB4RbLIYuur+vsCJYaohXF6lRwI99+8s/+IrgMSM2yL/+G3JvwnlP57i7oD8/+31v21saPj751/ssfvuOhwEoddDEdwuSPE0Sh0d7bTTTgD06SefpJvSNilmJ7Nl+Y9nulCdUkHosjX5t2W1jOr2Rd0UAx7qPAyRgry4hc6AhPnsyWM4CCi1ERHiDBMuoQKh+EB9106FXbsXiPhxkMv6U6ikOQAPmxDmHQLgyZcJMarGOgJkY1Xo4ZMBGgWlGgS5DJzBm0LAwS/iFIH/omArfe4yYvvoDe+3hAKFOL8zPGdRlWlrCCcFOHPlO6JGA/M5zPWrykphJAoGwT0h1/CeKvowaAB/YQwNquxwFAnr618xBnXSCsczGOh3RIUbFw1uS3rYfUMVwBVcbWD5qkjsv6X8BwFb/P9B/ile29lu+b/6V1cNGzZs0hkTSRPeQKhnY7+JmKD8rX98+WXdmlpQKQQfHWhJ/uccdRaj+aYtuo1ve8tRZwJE2Xxalv9cN6c6loexNISOMhOpPKmHUBjMUeLDsSBXTqZKIVGC6xoUaYgyGhOohY2hPgYNkabD4Rp273gyBMMfdEZxErnInUS7UMVOECWLqiaP0xoQyL9ml3AV0Yynw6B+jAHafrK81vDqjsEAnn9IkScFtSsIAWuUoNw1UEiBLbggPjQOA7IoraR8kM5THSFHmhRPFkjpOypxRxIP1yfiWFbktBACJeNzsq6CS3ieBHbk0EhBdgx9hBDVcJxusiQGQtRExNpZHxsGDbOfcD37dvn/uuS/qHNB2a4ldp2LOhWYdsr/66//bcHChRfNvGinnb6DxMUsAjGOlXLF0qbsyXE8GUAXMiNxBUGb5T+0atsr/7ngRVkxX/h9rs86lD0i7qqCmEAkKu9nxKIXDGKGotUjAezUfcmEETnyvB5C8eBuRcLPhN6FMUxgoU5M8Y0zpCOSXLiCiGhs+lVFLcPcPooxEa3d9rrQKH+BIsh2BMxS6wfKlw94RrQoexyjpr/QtfoUAP7VjOnNIPX4VmoBAWLXcMpO1QZYSg6DAY1LiGR0FfeKS8v+20AmI7ggUrlOmVUjnCyOiCoxsKrLTIOCnADxKoUIrladN5AR/UbGP9SjL7fL/9cm/0O79x3avY8uX2iX/G/6aNMbr79+0YwZTel0uim9edMmCJgqQ+BWgDUgVdLsfl9U1FVJvjIz3Oy1Vf6j8dl2yn+uHPUYciABoIcHuQdmXFjIAsRQYUsRVFG4bJSAy8PYlGVGiDtVSNGQt905ukQR4LcKGQSMMKDdVqHYoQDcLIFczkQ7oIx9F0AK2fYYDeowng68jRFSDESVH6cI+hy880UQuIkJCRpXeKpSxn5ICYjoSLWMwhl5dI7h6BFGsYd6ohRiXNfDGEmXO6s5R2wxVefDWzmCofGodL/tGRSgGQaM35wRbkxMhMzqHJHIGyJE+Ap0HIDAAFpxM6DHr2bdacPt8v/vIv/W6kRCO6BlS5dCFtBAHEKAgcEKCHjscceqqt4ECGkb5T+0ZE175T/XSCCJHSeHnGV6DgC4+Jn5LbziKX2HDkztwSXFJsicZgJcMzN9aHJbppAICDU0mzOFTrOmP5LYlc6xaBtHwKFSfi48oagSO4q0iTh7oIg/fEY14z0zXZNpQHNJBO48idvtgYFBMhf0fXhTqO0W0I8SQUA8zUQcViNILFXqfUgWgAEDamYDlk8Nhwlyay4zREGxbFg5TbFyZ9QAXmTKN4GguxPFVTdGZZoTSkyqFLqzCCpLrbxyBIF/6nL1SFJc2R4tyj+irelEjIAZBCoH2+X/q8u/AaduLePW3z//Yvc9dt9jjz2hnZ933n573dtvd+3atTmd/seXTeBwFISAhsi0U/7vOGoacGYU2i3/uZFUmpIdI1w1iJu2NbXwSp//4wurs23Fm1SnkGKio8Bq8b9Hhf0mBZijAEsQVNeBQcgouCiDOTh6jZobCVE4O4IwkhTyEJDRVXmkSnNUpqZ569bHFy9aVVe7dt1b6XRzU3MaAHr37FncrfiQIUMHlleUdEvZNWrY2Hj7/DvjE9V7z56njD5BqS0HP9zQ2HDH3XcGcBQAACjplppUM+GGW29KNzcnsz+FyBYCKE2lBpRXDNy3InSxkIB+c9stTel0u4R1YHnFyCNHAMKbb711358WtOUrJd1SvXv1HFjePz8vH4LYr0/w+DSLQy8RAWBz89Ybbr25pWEMH+EBjIInfWb50meXLY3Nh/tMqhnvVkSlyDh0vqp2zepXat+sr39r3VsbGhsBoCAvr7i4uKRb8cFDhg4sryjulkJFMYrMcgXw+JLFK+tqJYpBgAC9evY8ZfSYuPw/u2zps8uXRt7o4Mohh1YOtfL/+7vvtANI/hAAQkkq1XvPniWp4t579mq7/D+3fNlzkUf7OTqkcughlUNY/h94aMEb6+qjtOkEF0ydVpBf4OqC0LD6uW/hgrVv18dve/7Usws65yl8t1S1uHkJclyaiUYceOPVd+afmc47dfpuURFkgUxSUkCWgBo3bKB/Zjrt+J3PcSsqPGWQvdBhBAU4wRj3o5xGaEDTFidV9oWcOLbiK8wHopqTIFnWGmeKPYuMZ14wiNqkdnCXkKbBhzOU+U2RGjd1JEqISYwFBdv26XjVx8KAsp8iWEgFBgxgOlxzGA71rXX1s2+9aVVdbfzd19bXr62vt6I8uWb85JrTCaC0W3FBXv69Dz0Yv/7QyqElqWIB56MBgN/ffefjSxbFL14w724EeG75sg2NDe1SjiWp4kljx48aPkJXGT+7bGl774MAo44cAQTNzc2JI8z2KcjLP7l6zOSxE1SOyEhFOLk0C3ug6XS6hfs/u2zpMcNHkAiJw8neOOfmFt7omOEjuqeKVcbGyc/K2jV33H1nfDWbmpub6uvX1tdbnThq+IhJY8eXpIqZgYGJwFa9UvvnJ2OjfRIK8wtGHVkVkf+31tXHX600VXxY5UFW/lfX1SaKVraVPWX0mEMqDypJpVqV/9/cmnV+GhobDq0cyjJ/SOVBiYecQfjphT9yVorfQw2NjTfelnDxqOEjuuQVWH0UKYBXbYRUyMrLP5+DDpHKqSdFc4UJIAKNogko0lH5HNGAFEEUfs5YbGvbqc4LAg508Xd3lpkIJkG0WQha9xVf0a44kpcgRb/S2sfdXczyCI7Rwj4yQTG1w2LS5k2bsu1wiPUKApJEJV/WqXNeXudO4CpqiVFMQWFM+PIYKfxkYCaDk/wJdu9DC2bfelNbNsDt8+98bMnim6++vrS4eErNhMeXLLLWrv788vprb7nmeoGAAG3YuPGxJP0yueb07t2Ks1CYtvLZ0Njwy+uvaW5uPrX6BC/CHbmPTZGTS3y149PUnL5j/p2PL1l88zXXl3YrRuWox9hOiD3+bJ90c3pVbe3A8grOpxiAN+rrWzkzyEcYPOq+uTk9e87vHntycVte4bEli1bV1U4eO/6Y4Ue53I73sTDLjrhxzk2DyitKuqW0/GMW2TYQtvlq88recOvN9z604NTRY04ZfaIBDcMK5P/Nt1uan1V1tc3NzQV5+XY03YuLJ48df/vdd8Yn4dTRJ5T17IUKfHzH3Xcmav/JYyewCRMQELBPHeT6AnSzce6tYTwAEFgSSCBat27dunXr9Ex+/PEnr7766uQpk3v06BHZxMBuhP4hRAgY3/BGkdhSCIAlH+tCHYiycmwPXNQ5WcVIqQMogJAbAbLZjWBU9RghQBssWZTgGkkah40OTbAkaD5nk154wfRsfhLE2B8SP2PGVI8Zc4LCvCgDNkhS61MNmXBY98ILWqcB/OL6ax5tjwW3obHh7B9fOOea2SXdUlPGTbh+zk0x4V6zqq52v/L+/Mjb589LFNkfVI9BQOiYlgUAgNm33jSovKJsz15xKpa2W7IQMEu1X9dfd80t11yveDcMSKGRq2klHczJpvKeXLRfeX8dOLzvoVbCF8YVPTi0VkNjw0W/uPTN+rfaNf5fXH/Nho2NZ46doJCxmG0+mprTP/r5z/7nptu1/GedWwwCuO2d2Nm33tzQuHH61HMkmxjK/70LH2z5JvcufHDKuAks/6eNOfHxJxevj+nlG269ec41sxl5tqGhIdEmmDJ2Qo/ikki/SyGX8RQ8qpaMNDBR1zJ4lJXre2IAuxQWfq/HboFyyNDmzZs/37YNE7JeaLxRbPlclLSp1gUgBL4SZgksL+k8FpDcOsiEUcpXEwmxRexePNd4WgSGtSMiZTKgMHcEcGb5kTr+tGDtSzpKizGP2w5EBVo1SZ2z1Ldu3fryihWIOLRySAYIAyZfUAWOsQxPkK0kQKR/0nPPPde1a9d+/fqR9BNV+EeUCkujwJ42imGEKBpBijXpv++e1y4Nyxvg59ddPefq2aeNPvGZZUtX1q2JGbzz9ru6wj50Q0PDo0ueiN/kzJoJhXkFvFQd/jz25KK+Z5VRIg1EG/UsYpiNbd9nZd2ax5YsOmb4UahaYrGfpImQWv48u2xpempzYV4+c8auik1sXItJRQBiezWsXq/uqeJjhx/FlK8tjHZtff31c26aMfUckf8sp5cnTkXs6Nze89ADTc3py2f82FYR2HwUr3Wr8/Pok4vOrJnA8l/QOf+yGRef9aML4iu4snbNoIr+dpV+fv018VuVpoqPrTpKkQUzQhr1znaVkKK5IJJTQ0CpFCAp8Ntj9z3K99lXP/HVV1975OGH/cWqExdX6JDX15JV8zPvCWt0N0VNxauboDE0O7oRhYgSA6I1iPZay400KVKB0cBHP7R7Xya4BaDnPng9ULIWyhHkl3RDtMDbZ4na1tx82623AcCcOXOyhLPb+nn00Udvm3PrXnvvtc9ee9tmzo6OzHBbC9KFRKoazyg8jQJgIj7y5KLbkmzMNmqWPz704NjqEy+f8ePTzp4SCRqsrFvzzPKlw4YchAhXXH91/OvHDj/quOFH+2PXfBUl+8yypTPPOq/DtrCuzuzw59Eli+zroPDAugojZG6q1tRsU3P62WVLj6s6ysrHX5Y9v761+DIydTXQbfPndUzD2s/1t960X/mA0lQKsHW/6p6HHhg25KBB5f11MWt8dCak7+no3D7RZ89ep1V7Ny5jZZ6eXra01fnZ0Niw+pW6QeUVLP/7lfcfVnnQ08ufj1z533fPO6BiAAE9smTRyiTdfdu1NxiIcM5ySJD5HzTlgmql7f1HnhMPQyaLMfCaV9L+r7zyyquvvrrffvu9/957H238CAA++eST+vr6mpqaoqIih8eTHjPBUecgYiGcWVDAqBx4afJlCe98PTKqAg6B/wXNvkgVyVlLFmP2krf7CMKGNpiYB0PCHGMgpFyOOg6+/sJGVDd+9NGmjzZ1LSpKcmPbvaXzOnfuWlSEGdi0eVPnTnn5eXmguqIG+EiS4m4JKegFdLz8cNv8udlSOqdVn7RfeUVpquTDxg2PLHnikSRT9J6HHhhbfWL3VMlpY0689a658U27f8WAvyx7Pi6yBXn5Z9WcHoHCJpio8/6oZXZLOn3b/Lnx7QGtmYqnVZ/oAnMalOR/7tOzl0GDRIl6tk/PXsMqD1J5WnpkyRPxvb2ybk26OV2Ql8+eOwbchJDcRz5JoRw3/CifxHu+7eGO9Rsbs61maar4tNEn7lfePz8/f0Njw8NZVrMpnb5t/twrZlwMbTtyZvz8p3+86XbL0deCJQtJKE77OW74Ufx1AlhZt+blLJbpbXfPPb7q6IK8PFZEBswzy9s0P88sf36/8v5a/i+fcfHLE06NmwWPLHniuOFHJ07jWeMmlnYrZrJCCliJFDEQtyMCBKO7+Gi4kW9TBF4VEiDAa6+++t6777JsmpycvM6d99m7nwCctm17a+1aZEMSIqmziHKhCGmRJSrj+Ljx6xNUcKtcTkDIEdGKQe0DImIuhF0fpCs5W6ZSKh5F6UUtVHU2uDIVitSGELcInfWLX2YymStnzYqEYNmO3bx5s/1nUVFR/DcRZXDEsMOPOPzwN99484Lzzj/hhBNOOPFEUOQUJB3WgjgvBgQZQhFARH9Znmwo9enZa/als0pSxfa1uqeKB1cMPH74UdOv+CnLZWmq5LjhR51WfYKd0rGjT3xkcVT1rG9suGfhAw8n7Wermls1mEpTJZoHsDvB1HET40q2NFWMsfC0/tSMPqkkVQwJBAW6dWCyIuizZ++pNRNJRe9rqk8aOf6UeLpvQ0Njl14FqmwfmTOFEmmDkz4v161JN6cL8wrWb2xInLq4JWsQCfCehQ8kXjC2+sSZZ53HNkiP4pL9ywdMrTl9yo8uiK/+I0ueuGjqeQV5eW2Jkjel05ddd9Xt19yYLajueOspq1Fx3PCj9yvvrzfHhnPQWtsAACAASURBVMaG6T//6Rv1a+PPemTxn8eOOYnhUOsbN8SPitJUcVM6HVmahxc/cVbN6faUtfLfJb/grHGn/3rO7yJfv3X+3HQ6HZ+W0lTx2NEnGM9BoQizBXGLQv4CIaksxbpWA4dTQZEMvPbXVx9//HGeivPOPfewYYdpZtu/PP30s395RrL0FnFlU5Q+dMDwc/HPmKsMyacoA/lHCKh4pJ2uxfxq88CTjmqWaqsJc3N0/3KFD/WEerofk/Sz6NapcFOnLawQ83f4jvFTl3GtykgSSqLTUZ8GqNgltXq1g7lz3rw333gTEC688MLeZWXuN2++CQDTL7ywrKxMimw0T5XrXwvgEyycrrAQMIPoqZZcIaCR5h8SU3562dJEq+eGy64s9WBYPjr2Lx9QU33SLfP/sH/5gNOqTzy88iA5Awi65BX8YuZ/Tbro/Mjd5iQZBd1TJdNqJnpPg1poomsTx1pC705SJcdXHZ3j3zTxPm/Wv7WhsYFi291KSWm34tJUMSImxmRRNbmwx2thXn5Bfn5cyTZvbZYmgx6GxRBxyHL/+Od/Fj44reb0lbVr2mjGWkKpl19JuH7/8v4/mvrDCKU+IPZIldxw6ayTz5kU/8oji58YN+akNgazXq5bc/dDD9SMPhGTZh4F/Y2JB2DM2KfuqeI7rrnhlLMnf9i4IXLx08uX1lSf5AvnzcokQNj+5QMIKHI4NTWnV9XWDhtykJb/caNP+suy5yOG8/rGhmtv/V38ttNqJnbJK5B+FZpShoJetqjbJvoiZgrbTRrHJmzNSbFDR44cOXLkSJ6OLl26aFqPZcuWrXz5ZZ8o8znPMORFEDA7q/YiUomIGpeCvlm6Sh6Qamvh+XVJy7+mifFFHJTLNL0AuuOYjyXFAKr2YD6nvIoB5oJsdS2PjLaAWD1T0KsSkJRdrVqw25n7yU8uOezQQwcfMBiA7r///m3NWwHg0MMOHTx4MAA9eN/9B1YeePgRR3jGP38ri3EjL8G6h6gXZsnh8NwRAPcW9eQsb6xbG5ens2smdu9WDDxDKipSU33S/uUD9q8YoGqqhQVk//IBxw8/+k9L/tzqzrzjmhuFJC1LcMZ+Rk44pdW7dU+V7F8+QNO4xT8X/PySFu7wixn/NbpqZAthC+M7mtjc6pz5cxM9gMK8fOPJY1WzV/QlCZk2AhhW1q0xiA+3YSbt2JCgqTn9RlI0dmrNREHqhvLft2evw4cc/NSy56IH0rq3kNqB1Lh2zm/77tk728yjZAIwS95O8wEZACrMK6gZfeLVt/42cukb69aKzUWQGPEYXTXyg4b1cQ/g7oceOGLoIRH5//FZPzzpnDNafcHjhx99/PCjA2q0JPmHGKOxmHwQVAOLg09+OQQwJz70a6++1pRuYkvnlbpX3n/vPa9ViJfSSOJLzgDUv1SUGlJR7Sk9vX8vlAgSY+Q2EKH8CyOt8HyaXIOKepEbk0T5SWNOoyve1HNqS+QDcJTuhWd0ewbkNF8UsbVmzZra2tr+FRV5eXkFBQUAsN+AgU1NTQTQuXPnwvwCABg4cGBjQ+Odc+dNmDAhQH5wxYgCaXPJvAnC39ylmamJbD8ON3eJ27Jvz96aTEQo7wC65BccUDFANZFXtH4ECHjx1B8+vfy5LS0WXI0efnSPVLEvPlXkvx36dE+V/P6aG0u7FXNhZQeC3UZK9BO++9Sy50aMF3snnW7a0pz8gnv17M1ejUEVjBBnApNeobi0uGRF7Wr+zYq61X9a/OcVoZHVPVVSmipeUbc6rsUMYuJSFuTnD64YCKopXET+D688KK5k36h/C9sJhvvZdVcePuTgRMxGyzhZw8Zs0DIARleNjCtZGwfokl8AQOs3NsanoiA//4Dy/n337HXtnN9G1mhF3eqmdFNhfqGW/7169hpXfdJdC+9v4dUK8wrOrpmIqvy0BfnXRwk31gzb+DiyAJX4ikRUZdb/8vTTL7zwQmzGUMOcjNcMCNI4ElwmTZoAaSIQLgt2CXOQJr3GlyabMNvkbThPgaHLq70Sz1X9tAkjHfditVfchdF3CRJevaCfDkhxGfk2k3oN+FWDil8EAPjw/Q9eWLb87LPP5ud27949QiHZo7T7hg/Xr1ix4vTxE/T88xlopMA+gOlZql53gupycAYdoBPZFjSFQBHRt2X2jxCcvSLxtSPpkl9wds0ZV835TQs68eyaMzzaATE5+t3Wz/7lA357+ZWFefmkWTs7kMj2L5jo0jY1p5uaW6/THT38aH/4eToSsh1RJPKVzZI94sCDtZIFgGvm/DZ2/6NeSgoI2JMlEZyx1569A1qmmPz3SJUkvW+TiTTTbu2zvrFhfpKqQk+lZrIAaREgxxgIu50TUWF+fuL1W5ubd84vQMT5C+5LmMbKgxGwMD+/b6/eL9VGVfDDS54YX32ypmQwaM6pOeOpZc/HQxP8GVd9Yo9UiXBQtCj/TLVFnFHSdDMZCSJJzNS35MBYQ5kTxpww8uijo0SzAEW7FmmGb60QQPdRcLaXZixSLKGa+1gwZ66mitjLB2nGHvR9UD3o7LdypUkGCqBC1RMTZ/2ICI1hUvqwk52zlYIzxyU3vMYQTjlnguvpI0WGo+EOGFcRpKYvtILZCwAup1FK350/GbbzNSxOdVLArLhFniuSzvNAGXF1NX2JgI79O46vPump5c/FRdx+zhk3cbfiEu0/2GPemI7gKFfUrT5h2hlXzvzJ/uUDJM7T/vugarvUYZjROePO8K0iHDrSIIZuZNbTpLpq5FW3BidT3Fiurhr1UlLm3ULZE2+9JZ3WTCVJ8p/dx8/i4J9Tc8ZdC+/b0twmdggd5s46tZ5zK4z1YLaVsjd8KglXcED5ACuQhx94cFwCn1r23PjqkzHgE4AuBYVXzvzJhIvOS7YJikvOHT8ZoB3y7wEGDHAnZh1i8TJ8AnkNu2H9hi8+/zzgRozOkfz2nbffsb/7+OOPJfEFqlOaVCgonxx0Y3EFHlD0+YgRH97LrfEoLHUD1ZjDWaMOm2bcOhlr9+YgGlvl5oM1xvGauVoy4/V5DqJBY4XGSJAJrbPm04X2T/YHOWEiTgECdO7cuWtRUVNTkxH7X0LgdiRNTU25JqdrUVEifa9BX+YBYABy/JCMHyGP07jBoAGTg5jj2Yq65Bdk01z2LQxzWBAZNLpxkJFDGI0/Ei3NnQH8yVnnJ975gIoBY4aPcvMDYLjjBQF2NGDwYeOGc6/4rzfWrUWCnI4CXVF5Xh37nFtzxm6pUnuo+dnzImTlyqDJkvwBwC75+QdUDGjh/geUD+iRKslauoq4c9Jqrt+4wXj/JlH+G5Iiy91TJSz/8U+P4pJzx5/R1nnxEpL1REdjZFQiYG9kQfv2SJUg4Iq61Ym255FDD7HCOaZqZPyvL9WtfrluNcs/753B5QMOqBiY+LjfXXplB+TfqQUABMxxngwYNKwcpD0MABDsuMOO6aYt77/3/vvvvff+e+++/+57/r93/X/v+x/e8/9/7/333ks3Ne24w45x9cLMUGKlEbBaEJnknWiM/JI1ifEawCsx44sZvKpxa2fQGF+MoMlpkEL4LnfTA8UcLj3puAaVRHTCozhoGKdwBrppnTs+jAVjDTt82tSpxx9/fGn37gmwR6Cn//epAQMGnH766QHGmE1jNXLPzqlDHi6TYDlGMUgFWvwz2sjA32JYmRV1aw6sGKTbz/HXP2zc8FLt6gMqBth9qDeSihrjXj17jxk+csGSxyN3Pq9mUqxmAxBQ2D9jn8hu2ZJOv16/9oNwgzWl07+65Td3Xfs7dC3xkmMghVkOFSDarbjUrnIHKmsL8wvOG3fG+NEnBxle9s1DDg7MDsM6r2bSuNpzsz1lTNVILjOPfxcIeqRKEy3Zl2pXHVA+ELLIf3yNrBo1QdF11MidMPqUl9asfnL5c22wZPUuw+R4gsLecYT+rofuTxyYvd9Di/+ceDY8tfQ55urvniqJK+IVtasHlw9ERcttEzgTRp/8Uu2qyMWDywfs3bMs3NTMsQktyD9oOBRBDhqHGVXNL1xkjwABdszNpQQNEPKZRNv6yC/Xf7hecGAADQ2NixcvvvyKK/bp1y9YCN1UUbc1QgNil0eQsI4mxnOmI4C8hoeNOghALoboACG9JNUE3jcd0y0bia1p6dkHGgsh0StU7efIh+FIG6cK1QAAALNmzfr97/+wefPm8vLyyMTOv2v+xDMmfv/738cYky9qdKSjJlMNzjwhRaT/IFfAkWr5Obh8YFzJzlt47wlVo0q7pVTPO6c1Fi7582/vuqN7qmRw+YDzxk3ukSoWwKBfImlxmsVgVClEMCp/mLhLr5pxSaRjwJZ0eti4MRF39aW61Rs2NnRPlRhM5ni5+bKreqSKfQ/aTFC6zDND1AFL+KoZlxw55GBp56DCo1zK7QtmyGT3gvfuWVaYl5/NDR8+5BADJjvgHwrz8gdXDHwxpiku/vWVD98ytyCvIC7/C5c8nhjVOaB8AHKKI+mBBvCqmT8dfc7pHzRsaM2SVV0QqIV4AonKQ3ypbtWCxY8lDsyegk8uezbRp7n4ulktD2feQ/edN26ytLwFIKAcNFlCwChMu5EooTDgZpF/jbWXVmlcg4AoP0OfPn0STuAkfsNswsNpqHX169LN6f4VFZ9+/PGqlSvr6+sBoFu3bsMOGwZSCpCJ2G0QNrs0Qe2ta71hNOpLnS4sTrkGo0aoNBNnvY6KV1AwWZw7lH6i+hyLBEwhbFcphieGQVkAAOhaVDT6uONq62pfqa0rryi3v9+8eXNtbe2Y6urUd7vldeoMAQjXUy4xbgM4/utJOgTwq7i4fOM50gSdiMOHHDx34b1x82fszHPuvvamHsUlEt5G+M1dt//2rjusNC9YsmHBksfHVI38Yc2kHsUlEJANIVCWHQWYg4ZU7z/N2YBZAsQAmsUSu+QX7NWrLK5N/vbW2h7dSrKJI6qiIyb55ZC6j+onf3v4kEMumXo+IPz417Piz5330H1VQw6RXakTAh5gSEStxhm75OWPqRoVXw4AOKFqZJe8gux7zIUmBpcPiA/vw8YN4y469+bLru6RKtby/+SyZ2fdcmPiDauGHNJC/NgK1s75BVfPuGTsRee2asnq5vbJuA4EINfZcEu6ae6Ce+cuvC/LwA5FggeXPN7GiHCiab+ibvVgC/jzyWoiypaVY+oJDdYKGlYGTRwDG4sRk1oFW1Yp3rx2L/ct6wNJfRIpy89hEl2lagDq698CgBFVIz75+JPXX/vb4sWLAaBfv36HHzYM2iD/iuuHpIqAuycoM01AYX4AuRjWvhIFpDgaQpxgMCsCGyORBCGl9WJEgkIXcURPNOvVLAVmTp+ysm1bt61Y8dIbr7/ep0/fzZs2b9ny2a677FJZWcnZtsjURggoFXiNDwUBZTAYy3iUiXCDAVRWDDqwYuALSTvzsPFjhg85ZHD5wML8/C3p9JLlz8Y38ILFj79Ut/rZOxcoTt+AQz/hyHUsluKDROIt8UdoWAUBvFi7Oj4SQVZkCRfMmnMjhws0yNH+/8CKQScMH5kNwlWYn79bqhQRzq+ZdFrs0S/WrnqpbvVgDupJd3Fiwk8VccqmuRABqoYckkXJHtMCNg0BDRoAmjj6lLkL7tvSHCWef61+bc1F5wyuGDi4fAAQbGlOXk33rOEju+QVtpB94qO9smLQT6ed/8ssmpovliLJpAtuvPOO7sXFdiVer1/7QUNDfPwcK6gacggRLEwKcbT9M3fhvQeWD/T0KKgtksSAMgdpWJ8YaX+pSvgj8k+qHxcFbUONv+zMyZNjkYCIjtWhAsjeu1Z+OWjQfrvssvOGD9evXLVqx+/sOH78+MWLFzM7j+x9zQfmtWpI4i+cUx5+A0QocSSPPWCIWq4JWn6End1EBQaAU3YQrEuu7RHkHsUCouKiBqNCSzRx4unN6fS8ufMQYPzpEyDgeXKnSf/+/bsW7TrnljndS7q/9+67n3/++dRp01DViPExUrt6zZra2uJU6rxzz9t99931SyE3IlQZxRCoplOHQnT7s6nTR00blyiOS5Y9uyTJL9Of82smoyoVUcA1TDRbTAjA1EC8xPv/6LpftnHzdMkvaCGi2vKLIOAJR440WYw3zgZUlg9MPJN+M/+OeyoGKsOCVJtYaQ/bQszXejyVFYP27ln2Wv2bEeVSue+AFlBunNnYuaDw/PFn/CJJ633QuOGDxY89mOSDR9JKF4yf4liXss0Gohc8mlz9gyeXPfdCFn3tL4YWEB8v1q2Cujat7z3X3gQE6zc2tPC4tnxerFuVbk53yS8g1fMSs1T6GQkdOwPHUCC33Hg3Iv8QYKfQQtk2bdr89ttvA8DmTZt67tkTs+hRbbrGlWvEko1sm86dOn2x7fP169d3717apbCLcawI0iEU2bsKz9D6zz667W9PBdrdK9h9d/1eTdkQjq3q3qkOdwCAQLnGt9YJyo6ZelVwc0ii1LwPa4wOIKiQgnRDpQCl4pkfEQ48YPDGjRtv/t3NADBhwukRbnCPo6Pdeuw2a9asaVOnjTpm1DHHHKO8Y+4lCQDwwQcfvLh8+d799hk/fjxXNBuItLvHgB+BAv3K9Z0sKP169r502gU/v+WGDsjrGdWnnFQ1KqDGUEw0WYzNZDjPV8FOWU00pGLQV0AHUI7FQWWFtTnD54zRp8Y3+Qu1q16sXX1gxUBdG2jxhhbC7oJ12TUlL2LVkEMiSvbA8oEtT44v9UYAmDT6B3+rf+uB1pRpts9tl1+zW6pEyX9WMAPL/69n/mzktPFb0k0tRGlijHft/lwwbvL3UqUE8OJX07A2YrBgyeMTq0/BBDr7uLxK9/G44cLd25Lk38G2DAqE9uPNm1e+/LL9bq+ePbNjtNoQL8gO5/j4k0/WrVs3oqoqVVzM/YYFtItB6T9rs63/+KJu8/uJt0x16mJ0w7nYBnYxWV0CjBhN20HAEquj1Bi5I1dAif3PBRU6VKFyuAV5+cOGDQOgF5YtC4JVHrTcv3//Tp072zxY506dmHhi8+bNb77xho7y7pCbO+yww7ulvqvrCoTQgL0VTVSHiTH0IKA8ufoHTen07Ltub5ew9uvVe/r4KczPRkklK1lirFF4NTHNZkc/02sm84xjB2m7yTtRWUdOACOGHlqYVxB3aW+Yf/u9FbeA77Dtzndg6C4wLUgLyogAJlWfekO4ENPHTUGVDm5hbFawr5t5KRLcv6R9erYwv+CyqRfs07NMn3mY3ejmFd8tVXLdzJ9NufxHLY0NCb4C1eFl06ZPqj7VzXOSlBbmF/Tr2Tvxu6/Wr40fAIuWPXNG9akQbd2deJyY6H5XGTMunI3Lv2qu5f75q1/9qkuXLqeccgomZbYgyWJVxmxQDQwt3uHTTz/tt/feujVeUK4GynX3F5g2lAOFHbw0P5cTzlwjJFUUlFCqYj4IG+3GZRoF6WDTbQ7BAESg/cKADYsK8vPPP+88AKiuHhOZT/vcrkVFZWVlANB111111PbjTZvunDdPT/6pp55y+vmnu2uI+99EYjgOOGykCY3b8j7AjxJw8Te/cNyUfnuWXXHr7PdbzRcDAMBJw4+5/OwLCiUbgwYg433MbP6XUblFZe+Sjyp38HNy1TEnVx2jWml0RMUaRbWTnDTzfECTx5x6/V3/nWTMrqqsGOjiRaBQKxBpG5sswejZoSorBi2vXelOsp5l30uV8JHcAroAANCFzOj6iy7brbg0Psjs52XZdTMu1XrKZ40xa+xbyf9RQw6dVH3qHQv/mC3SQtTa2ZvlU1kxaHrN5EoX78bX1r35QRI8dsSQQ6+f+bPQEHIhwenXXnF/zK5/oXbV+o0NPSxBh7j5SdEORXLiCO9tTDU6OVH5d3pG8WlsbW7eITcXibY0NWUyGcxqnAaKKLGFYoTZX98mPz8fgjp+1348B41eBXTQKxUUaHF3aPkXL98VuDqYRC5z4WAIfY1wMCqYC4TNy1C9HBJkbKbes5wYhlKR6n+HTLACiAg/PO88zobZYzBDBAArXlrxwvLlFRX9+/fvz8py3rw7U6nUD3/4QxBaMdhjjz3Qk6pw1E+lWwJ6PQrBFoapWDgVFsZ8jz5oWL9efR5Y/Oh9Sx57v2F9thkfUjFo+rjJleWDdMGdDQcbrifMqjAZHRI0yFEFftBe++vCcVOmVJ/qA+wdJIdmwossyDM0AoODydWn3r7wj3H7aPb824f2n0PES24UusMBPxCxBZ/arsjJw0exkp0y5gdhdWZyJoqLVpke6cJxU06qOmb2Xf993+JHW1KvPcsmVZ96ctUx4gTG5D9pwBSR/xnjp7xQt+rVMNChPcV2cSEU5hccNeTQk6qOqSwfqLXOHQv+mOWUHWVUgxIt/5Xlg+5PCp7cv+jRGeOmUCSKleUAI7s6iBpM2rL8B/RjoIgLAL/Y9vk///lP+GY+nTt1Rl1Nz0TgITWs6o3t/lS4Q6eKXXfjFu31Wzam//GFRr/oIIDbsKT5ZCEXQbEegI7r+yJj3gCKI8ZzgIrd5zPjzLzrOn+okjuODSuGCEAiOvKII2J9wIgAnn7qqb/+9a9FuxYNcEoWAeCFZcv22WffiRMmkCJXd9JPIPyVIYMDw9ZUizcunANN+4JS++d5JYi+lyqdMf7MC8edubx25fK6la/Wr93S3LQl3VSYX1CYV9CvZ+/KikFDKgZFWjQyLMyotgunjDi2snxQBM3zvVQp6mZmJPyNCHDFtOmfBXQKwSnOTXTYaerXq6zfnmVMncbydMW06Vua00F3kATVGzT76VFcYqOi+/bsM3vmZSrsDgSwm/2rdwt2zi/8/eXXWpNfQVmACLakm2wdnX+6SyVzTL9L5/zZMy/TjhZRxqbsOLBw9NDDWB9Vlg90dwBCgBnjprw//BieCnuP7xWXgqJhZmn8fqp09sxLr5g2/YW61ctqV1oNaFezR6qk355l/XqVDSkf2IL8n1x1TGX5IE0vBwBDKgbG5X/n/MLfX/7rZbUrebHsZO3Tqw96NKUevN5fWvl2ycvv16vMMirolLSFYJ5SdcyQ8kEYA90Mrdgvm/wfPfQw1L0MyHqdpjAvD1VMZ589y2bPvDRoEIvYJb8gB02GMkwHY5R33rL8a4pLl2siKZ36x5dffvbZZwCQY3J22XWXFpTm/Lvuevfdd8MoXzRDdslPfxpgPyhgXw3ASBKe8/wqBIiYIepdmJo9ZCxL82n/ewsrWZ9bYKZsYTwU8kIA3PCPtG4d6Mk7GD8MOlHvk2e6i4DOrAF3ygrKEKRVmNrXbF7pQmCugUAEoIcffvidt98p7FLYpbDLrkVFfcrKCGDa1Kn77LPPrFmz7PdcA/qooyDanE9UoYuW7mmkI3pB7/GgtZhCMgjiLHBighcMSXrU66tgS5BAFbQzi4ldYExKgglJOzeIIwhRhyjdQKMxcWXV6klQg48AGPkygAB6Tgp3rukHWH4UyJoCpJ3P0ZNCFJJC0YbDCAfARrVCvFNYHq/Hw3MVdsxUwT1lg/27yT+HOMOEukJR/0fI/yWXXFJYWDjxjIkfffTRBx98sPT5pQTUuVPnUaNGJQcMEIBg9erVm7J0ueaLhx85nP+1a1HRtq1b6+rq+PhatGjRd7/73VmzZrVL/n/w1C0NWz9z0Zge+17cf1Sr8p9rmKSbVIMDxWNDvmDO8ZUonliiDCI2bP1szcfvq3AyHbVbOWqkHZuaCqjg8EyIXIxFpHglAQDM8ccejwj/c8898+bOKysr6ztjhmd1dG4+IOYEcYuATg08txNxJ120DzW2AM5omJ9PkTq8lyKZk22mLHGVIrOSI2VvjMQIMoNsD6ksLGGABgWQqizytp4G5Uk/OOeN8lT6KDqFnQlReWXC9QlBWyW/3grvHMClyZGdmxBF67t16tALubgHEYR+icAHbaGz83tsyyJfMEK+eIakzb3wUzKzKrCVx5fpxplaX4UwIintkGibam3cUfnXcUshaPs65D8min5FMhknKv8R8o+qAMEgfr5tGyDu9J2dII7NUhX839ttt1S3bq3GTFmlSkENwT++/Pvf//73VLdunTp3br/8x2Oyrch/LkZIkFC3GrB9BJifEDCMMlvLv3HblqvWBOGtkbtVAEZD0nZPSsxXChacdNgdF5LzW263glSqm0HcvGmTQncxPtfplEwmCiZTEW51+DKHEiIiZDK63zUBkDGGyAmNCXiaSHXaVcBPWzCKRkrznU0aAPtRVRhycZshof1OgnYEkDK2rkR4Mm4VkZUluJdC3SHOW3xCNizLQgEUHNhdkooXqfHzk0Au9kM5TjxUXzeQLhRojHLg5HiHWBhLI/9cokqnIrySsqAfqdDDaDRWAkAqHm/BfEz/a1R/P1VL33H5Z74l3Vnja5R/LvzyZZo67PufIP+ecIsQsCRVPH7ceD2ZwXkpCXb6btfvRkgLSGXgtUL0JzH5xBd9vPnjxYsXX3nllfvuu0975f+k3ffncEGvwpQmt8sm/7k6Dq1aMCConAPHagMt4NiNExqHRBBLCH5LkHdVXDWWb/oDnKDEqGeAeNyxxx5/7LGv/PWVn/zXJZxsMczl6kJgQWV+4AQ54QYCHipx5ZFBxEhxp8/U6epjSGqTpSlO5Gdd0w1h1kSRGRswTNFqjOHoZAhICiF3PiOnCvbYNuLGFAAErqmljw6pxLeQNJLuKhTTdNw9ExSlC5t20ptLiUcko8XUBKQMT9UsTm7vudWFP8ioJqFMuS8mCSZ0hpT+JaQ6SpB0zPTZM4ziGlU1fcfkX89kyOz39ci/97LBgJHwzH+Q/HPbRI+Vj7Q2jWcNSGGNkiojo3E2cggTAiRYU1e3y847T7/gguJUCtsv/yfveUD4G2hV/nM9REYivkIypANuHpsSxFOyZKyNgsvJ0KNTH3QiQ9XWkFTvcJb6VLfUaaf9wH6tW6qbUbBckGSX6BQKKtdUvg+BKIrKxMipaQCiiTh7dAAAC/NJREFUTRgJtW6TTjyomR9Uv7Kwa68ABRQ/dKS9ZYhtUNEnkobBavmN2vlCOa5ILBW2ibhaXOsy7cuCg5ugjQUzVFvIfcI+cMBFKCTrqJuLcEDROOmS7wvHmN8ycZQYqt4c3gA3xEhAZaTrIK8dvPFyQKrG2uGNSVEMh8qiw/Lvkl0JE/V1yr/XFEAChfsPkX8E3LZ12+ZNmz775NN/Zv6ZCHS1kQ7l/mO0tiucKV+RlJGRZOjLL79sTqchQ3///IsjjzjyW5P/XOG8EXRxmGeWvWoClgHOVyRZss4JCFl2Eo5B3YVCJb1Z2IxP7xaniseeNjboG+S6rrkwk+r3QEGXiAiql4QFPTgYNaKWdKmavzOonBIF/eCs1ShsGtqeEeQGEDuKmqJMHc/MH2a0PBNPi3+0ZKv8YnP2RpIr2i7GSJ0ib0JQNI9syBiVA4m3v0HJrXkwLxrJGFDMCGf50cm3MGMCFKZRSGUeuJctcW2LGKfyCB9vMUHtDWlmKNQ6Ue/Gryb/oCZKiPK+bvknwMBG+8+S/9WrVq1etUrglko8tMqkCGAfdHMDAI3wVzX3EHSDpV9ddVV5eTnBtyf/ucKPAIq1ge1eb4lEUP2KAiYBSccN0XSpr2pb6ducIbN7E8S4u1QTcikNIg1gQW8EaYpb3fgh7HKhomWkkTcMr9WrzhkAjozacmSikEefcYLKiVYcoOB5Av2EcD1aALdUCW9FwamDbhH2QSOIY+/XkA7kKiCq3M2x64KyazymOBNGJjFohqyypqCAruDQEBjU8yjkVrAvkF/fM3GQ2kKESemK4J4KL6UrkIOMboB2ZIgxMrYPVLOlwAH+KvLvE/hBWHm7/Ldd/seedtrGI45MwmBBjCoWI+l+ZbyHKQ3JNkRDKKlU6luWf/ws84XGk4JuFKh/r88WANUsx5ldGXIhcx/AAkogggyLKCh6NwVDoRCQpDqhYxSyErCNYFjYx5BD1fukrdXQmlIMg8HrXGqYz1WRHT1rarrC5nEUdPFBdZ/AFItVvcTL/VWNiux26Q1HaAxlKAB+BkAiYjuCND177CnKHIFgddQaRc98CAxAkVjUgctgk6g+mIaAsqwL2/rEKXDKUtcQHUlsbrfL/3b5/4bkH7dkvojXy3prWcetKV42zB2AKQyOaCSmnkLSmDsiof0nHR8P7wACb1Q9EIN4lSIlII2mtw3aQhyfiidBlGBdwi6RCzCYH4ns62btGiuny6oj8MXQDw0TA2E8CWIzkKW+WfWNhwT0awTDKAgp99cgmiDhUp+wYuMomPMIlNKDQ0P4beJO1qNFzcYUAkKDtYYAJRp0f4uSNJGet6zaJEx4bZf/7fL/jco/pjN/DwU9dNt0M4bIIZYkuqhC3cR9KFFHWCQctmrzu4+8t5qt9il9Di3ptHPCpghtEAUfCU42YRWMSmwi5Ur0N5BEj4bZ3tGPSidMsxxvCsVJ6sQ1oKOlGAnnK7oHSGJvUyMPEjtZNFv4LVLWJOo+FwgYqWxAC8mUXpOK0J1BryotF7WLAgZQAWkbxsp4FGpGIVe1PeeXNbRbIcDsAPfxFIWs7T+EJIB5fCa/bfnHUPayHgrb5f//c/nP9SAyI90claUdgiEccpCR4dGClfDWLrlmGAwhYRIbtdmw7dNHPxDKzGN79C/ttHOIXOHWBlxxYSQzG9DrCigdg9Iad+4aTspzQlClj+wLZyhjYpYRl8cxzJij3b4yInJ4O8Cj4wrBHBvxQVlUR/NrqeBBMUNqlwOSekxgpKBWaSTf/J2SjLuwZAwhI+2vNWIm0i2dvELUIWN2hzm1TYqNmx9twgpsFfHCALyJUVCnVs1uirg7kaL3Vq3dgcBlHgSzZhNGbK0YXY3u5wT1av4r5B88eDkTgDq3y/+3Kv/rt35y7P+6dsi3DTl9UNH32yv/67d9duyTQlV8ef/jj92tv5b/XBM2EZOYSBgy5wAZJwQwSAHoHYLxYk4jcAd3mUniVjW+HJtLJlxigVBF7Yl0pU6I8nN5c4+6kI1EKrEOwoYDColiEvCAAf07Keg4g4r0wJy6IRQ+M05SuYMQfW29fWJI9SMJK9QUATrbEmng6H4QX4UrDTC4QKk5ixJT94+akCgMkcjF5gGDmyKTV5VX0q8+iCuGhUGiV71xR0GHZXlrSe4p6zVAnvoOG6T6m4JnnPHqASkRdKxScf8q+WeNmcN1/Q72vF3+vz35D4GD1AH5j+CHbZtbLf+5jC0Hhgq5U0dIryHkPFdHPftAdsYzoOgCPS+JPTZNhjK6bDTujLi2wCjFc16CbemizaJSBHAHwnikBAjFrsEgUu2JggJPiSJIVQWuZHgNIWnaC0+X6WM3SJ79l2eP65F0soJI9wCO+KEeyorawzPyLrqmiQKSX29TQqwuCRQIQeo9SXC1XB6PqLsBSZEVetw9qD9pCKqOW6Jyy4X4DqMU6UIPEFKOBlQjgv4RA9B7oGDQZIiC9icque9wxIp4U5mQhCF9+79K/nnaPUxNQ563y/+3JP+6JQciBvRYbZP/SFMPhgOy/PtGihTCFBWQSGeEQ/iY35SeUI6CRoFRPm93eqhgVJz9xGAYkOfaRwpOadVnGDHAA1JA1Ci4Ft24GHTKxUjHN+a2MOplEUgTurNTwj6OfyOpGRWIFYS1SbqehDTDi30WkzBxS10MqIwgOEX9LtdlP2oSwhoqqannCL0bA2kgC2kiD9A1QoEY6PpzBk4So6BQjVlVrqqKKSFn8g6j4HL4xDUKgo9+3jl2hv5UFsYW7gAIihDaFWX4/7M1CmpL/qvkXwxhDNFX2+X/W5T/0G73wtEe+Y9asm7iZKVykSLV2ygsZBoa5okiUegPXB8R6wv4vo5CsISoU5Bowx8jnpzNozl+t/51x17B/5y0/A8rNr1jfy7tvPOiI6dHYT+K6F6HlxlRKE0xpeTM1xSpyUQM6AEMqgoN1eo7sAykI2VAOCAhQof+E9i2kU6+gR2nKtYFyUmkopjCfEzulTEAfqOurXSBQvHImEcj6K2jq1i962rUxeIPyjsLiAVRtxV2jqrRnCoQ5f5gegEZGCVGYAmR6z51naj4NxR2PEWFC1KBQvI0LloMOGqAopvDYktFqfONy7/UAVG0cgzEc1c18Nvl/5uX/yBc0CH5L9yh09l9hnEirm9hMYbyn+uLAlFD2AThpWkWUfh8QBF7MTUaKuwyRoJEkNB4FYVQKpqxRUVHAopyTmA6FGnNRohoHPOba/BFsmHcSvKpI6yRni/OgKoXUgd1gJUJfg4yn6iEWwXIiCLsgCDMWkzhjRjZNUzUxBxWklw2opsQuAxcJkpMuHBWbb1gBr375jNC/mLvRCO4iVRGGKEMKVBUiBE2Jd6gvpu0GgNqDL2H3VjS1RxE3QRC8xqp7aexn0Sif+2qGl44DRANK3Qd15c0XeeKpm9H/lE6JWu4VoL888Rul/9vTP5f3vQOAHy47VOe9jc+22C/0KdLceEOndoo/4U77HR22WGRU1HLf64/vpxwBowV0l7QddcO0HagmTuQk6iu2FwdIEJvE2M6YJLsOAtC0MIbxTcxTEHE9glIk8cca0qQhF78aYUaI4IBtS4Y1NkV2RWo5iQSfEchCWEOgYAOjsNsIUSRxcxQtLcHRnKAjgyUAU+omErYd/PEdNovcgqU0wheHeRYYL97ZaOhfF5SA2w8Cs4/ek6KI6tw6dbpE5IElUbnbLBMr0oggKdiMPJX9KiXkE89LLYXIi4dblP95wyIQ+oQC2Cji5qg8FuSf1eMx1eSPFqDWBXP7Hb5/wblf+KyP0R0ztWvPmF/mDtk4v5d9/i65D9XWfsCd9COg5G8BBOICRiHIm0WJdQVtG+y0Z+ETqyShkVM+FtC4ptB4L4PnRx9JkRVC8e+OjAx2p5aDmkG3DEPiKsf165WFBSBka/HmTcwmBbwUhvtLE0hLBvDulFUsXYhpNBvp75uOFSvb4JAEVgMQgIni4aYM7Uo053EKh9RtcqEAPAoLp5mWY2QtiQsbsiPo5VpYvmP8u6DkUVIA8MHRWb7W5L/kJMfKbDvdGdqcNyv2+X/G5X/7B/fxfbrkf//B3I3INupfxPeAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1185\" />\n\n<p><strong>Cyber Monday is here!</strong> The deals are still hot! ?</p>\n\n<p><strong>Save up to 70%</strong> on AIOSEO. It\'s the perfect time to level up your SEO game.</p>\n\n<p><strong>Why choose AIOSEO?</strong></p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Easy-to-use:</strong> No technical expertise required.</li>\n\n<li><strong>Powerful features:</strong> Advanced SEO tools at your fingertips.</li>\n\n<li><strong>Expert support:</strong> Get help from our SEO pros.</li>\n</ul>\n\n<p><strong>Don\'t miss out!</strong> Upgrade your plan or purchase a new license today.</p>','success','[\"4-x\",\"lite\"]',1184,NULL,'2024-12-02 00:00:00','2024-12-06 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite',NULL,NULL,0,0,'2024-11-29 20:28:20','2024-12-05 20:37:59'),(79,'67586fed0f31d',NULL,'BuddyPress, Web Stories, and Enhanced Author SEO — An All in One Update! ?!','<p>We just released AIOSEO 4.7.6 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:<br><br>? <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>? <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>? <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p>Update to AIOSEO 4.7.6 now and take your SEO to another level ??</p>','success','[\"4-x\",\"lite\"]',1192,NULL,'2024-12-12 00:00:00',NULL,'Learn More','https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite',1,0,'2024-12-10 16:44:29','2025-09-29 16:28:24'),(81,'676dae323283d',NULL,'Email Reports','Stay ahead in SEO with our new email digest! Get the latest tips, trends, and tools delivered right to your inbox, helping you optimize smarter and faster. Enable it today and never miss an update that can take your rankings to the next level.','info','[\"all\"]',NULL,'email-reports-enable-reminder','2024-12-26 19:27:46',NULL,'Enable Email Reports','https://route#aioseo-settings&aioseo-scroll=aioseo-email-summary-row&aioseo-highlight=aioseo-email-summary-row:advanced','All Good, I\'m already getting it','http://action#notification/email-reports-enable',1,0,'2024-12-26 19:27:46','2024-12-28 05:36:45'),(83,'67916b0488949',NULL,'❄️ Winter Sale is Here! AIOSEO Up to 70% Off ☃️','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAB4CAMAAAA9m2ZdAAAAPFBMVEUAQaP////v9vze7vvE3/iszO+HvO+Iq9lTpvBfisgljewSg+o8b7kBe+kBdeEBaM8RVbAAPpoBOo4ANIPzLHBWAAAACXBIWXMAABYlAAAWJQFJUiTwAAAZo0lEQVR42u1di7ajKgztUcFHFdH+/7+ObwWSELQ9bc+QO507q1VUyCbZIcTbLUqU/0G0ztJM69gR/7cW5HlUAVDqtMzTskxj9/zXUgqRx16w+mTqES3SLBXp8u8ydksESJRZ8gkV3YCQdMVHGgHy33oSZfQhYISMuJARH1GiYAjJJ2BEfESJAiJkAkjER5QoMEJGgPwiPspSd3+Z7tZRrb6eIdV6/swIGQCy4kPX6w+vkW5oXIj69neVKB8fL8qT9fWXY2ydzPQtEytCBoCs+MjErUxfeS9C6kGDyr+rREJ8W6xcfwVAxO/2SZZpvSEkTbMVH1ldpkK/9FHlMBv84fWWWnzZkvQ3DIbOf3dGLXORZtNnlGxEyPIvMcBF5uWLJ4OAIakHlyWPPstrxyOugFiSeiR7JQepR3xwVb4UQnyf0/JlPqGMneDEBMo0G3hHXo4yQkJM/xKpLAdv65VxmDAOUotFog15nfsS+xbmICsZH3OxsvHf3fjvcvzpJa5u6XKQ2ueu5ytAYp5QlN+UMYq1ZWKN2bxb1okYwPMSbZQrKHaXqfZ6vys+ohcQ5XctiF6ie9P6Rz59Zljo+ccXXPKAkO0fHuvebQARccyi/KbMS9ndvD6Yz3+91o3pNoQsuKgZzCK6WFHeakjm9cF8+dujhRfJ+4aQGRgcfHSRpEd5oxVZ80vy9X85CaarE/mKkIl51Dylj2HeKO+2HwMrT7esE5+3Uz4BIVMuFtcoxIXCKO+SHR8pAyHnuUCdz5+VqQ/Y2PBRlvOHQZiiRPldKdf8K5nma15WSXpYJwEynFXPZ042RIx/FnwMeCmjAxXlg6UWekp398V28/NkuRzQUYrNhuztvBUfehPoy9OtgVfwSOAp2HNMUutnhOn1mK6X/PykmXh6XkVgH4f3yNMhMtbF8t+nPEdBujIfsCWnzygzQKZ/jvRi+pyBiBY/m4A1i7o8mX+Fluu7+nC6WHu4TPYm28NZh+/htf9O/jhHHG/QI1v35wnn8OM91OAZSSbyC4qdm7eeSp4G1inVR2vHZ3u7/l1Q3domLcZoPTuWVU/ZvJpx4LmdVFL45cRYymMHVap1ppF805amdfvP6PdGTQfUx++K5csRH+b3wGDkRmvzEXx8DPc/32LJPPy+3YOmEJWcMs41dOOSoYF79xUKP/zY8aJRnnZ1yuuRAhrjJxm8TMi0fFEC1oSrcmQd02eUyVWT87/X78/MdYnZP4OYna2PGmv/aKpi1qjxv9bE3PDVclZmqMrwrYORxGxtbKwOwMeg8WqQNuMdnYwPNN+DD1Jp6OaUGsF1Wnk1MD1OLkMXaBpFc182NEa4U0bRTCP4mizCiYO8cpfPkWrUx4WNWkg9fs40+uMAZBiVwyBKEyCbSgEGZOzdAQ3N8cu0mXR2Gj9TU5bGjuNvjLpoJmgVAfjIpjNUxTxcNM0CaYYblxYBaqNzvJ1q7F+eLsvxecwOB21t1cy9jLcr2CZ46vUXYaTMXrrQYOFj/LPnZW0BrksAqVYMbNOI/nEBso9w6aq8aipbCacxVraqV3tz+gb6YJNkAQCZL8bGlNyeteFwFqm4aqOpmx4RQmDk6AzJrYsczydzLKFqlMI0u0sDZpi5R15lR14ZLqq3TQfT+sfw2TMX6/kTLimglAsKlEVRGkNa7OQCblFJUD33xqx5bgFQGgCQ5WIyYLqcb41nc4TiuR914tHCRZ1b0BEBZpd9OADHd2lwOwzyyeqgGWZpp0G8u68IKY90fPxrQ8hpaoMCZBBtDoT5YwMakEEEbCdsVc+sS1kUZGmuCqEgYZhKmsWDYUNKqqP5PO3vF9a8cONo/tpHGAU5mvcrFKQ5OBEwhL8FH3Mu1mWEpA6jPo6IJACiEeuTQqhpmrvLqC0TUgOTWRgFmW7/zj8cxDQBqUotOniJDx8u7DQkCYC0BAU5anZ7iYLQLX0RPuZs3u4iQmwLYgLE5NW2BYENSAXbbFfVpWWPQAoSEuQNxNTh+gn3Ckphmh3izRSwWXDOTs3haCkKgjYZQEFSb0vfhI91P8hFhJAAkRRAatiAIBTEdWMcH+s6BVGnKEiAH3dXq3/etOcXHCSqhNbZGEAoR2yaawi/jUVBsJa+CR+lmAO712wIaUHaHwogGTz5YBQk+/H5WOlzKEjQKkgQq99VW2H+Rxbo3A3tEO7ZvYGPJCiI2WAoBVGelr5ADvhYEDLakPolFkSQAElgU4FY/zvtaQyDoS9SkBS9EBXSDPPjxLGD9NkFucl1UoBhSElOoFgUBDBt4TYVa+kLpNzyE8ds3qkIQ6fPlySmolj29G32XgEbEDYFsX0DkIIU4R5WwT68WRlFGgJCtau29jlYiZRFUeSOWZkXNJfLqz3rjZxCGtVPYpNuhzj0/XZgEAWRe48sQ7I09I37JOSyH+QyjSIAIn4ojxg5sUCsPzCLJYYHocFpsTByzewcqaPMaTKNmejykyEiin0Or6wExUlSxC9bVtLgGTa3Ft8HezapXJGCU82ijrrHqIIVdu8fk3goSPdYpAMpSIL1iJxDu4cJoLdb+i5T8pQSDIQFqX4ogCAGpJFsCmL7WCkVT4Foz93yvYFjZGO51c7hjbXEn22tVgXgepmnd1RnisP9VQnYippzFhYNlD5SsAKEpiAPW61rayHfJ6ttax/fDJDySUVKMlRjBQkQDFgpEoD0Rk0qMp4CBgCUO7TmhVIcH4cZHAsr3JtK/JBupn70KANJxwbgecMK344q3YMBYmkeuNgG0xUrbOKwqTVIQQoSGuv1pp5xW/qcUFXpYxUTB8mfgBCB9V4Fxzg9BuSOWP/CE0jCw8PzqHdauQEA1TpDfK+o2RWaLIHkygb3DE0T1JrKI9DZ/15A8QE1p4ZMlqG/pZ548MAJFoDQFMRR68w+XBHThjrEBNaG+k/Dx5TKrhkc5AnvB0EB4voXlfIbkAAKQl2vAkZ9wIhjZNyhllB2MokR2HQp2DUE3BlsdUKh8Jemi6Umy1D6FyYW3e94FKTHF00UaVjXjN7HpwKk5hVBfE65fWzWA1YgDgDBDEiDmfPMu2JGLg7Pkxnse6/RoKYdJUOyk9fkCVdg07U2WpFrzf0RITXkHSmwX5TzdGCoKQMBcoWCSJNmrL0GiO4/loIsdRB96v+ccuIYQAQJEJTaY2qe+Bbr7iQFmQerxIzM6GrN8/ADS3qaVL7dB30XdFFhSh/vE2gCXhW/P06wFjWYE2KX2bqgmFFn3wUNkDKMguREvvbaa7S8JDf99QB50sKjOb/cieyLHSCoAQmiIKzw8HHUBZmB5M6uNs4UhI9HireqlH5kUIvr/NsfZ1hhP4KaN2lMGZTZ/taYyvT1p1Zu+Ioi2Q3WYjuLghw5uWbgo3+Nk3Q+/UP/ZhldBCCCBAhqQDA1L7xZSdJHQXDrcPS9mbPrcXr0mC5BIfd21KDUzPw1vTv90K3h4at9pRAzIE4y1nzHyVUKAh3+qwC5quFjCPe33tAHA6QiMxFQAxJIQY4np4HWAfG9BQNnptQe05UBjtNmR/rjZP3jLBNuO49m49WvGFHrt2qJhWE5wHcA4E+gIMDhhDyfgpRXfSRd/1qVUBggggQIvriImfPEl/5zJ+e5B01BkNk1hak+l4IsrSaUQ2OokBODOsQIVuO1Y2T/TZtuHpGM9VQKgtrU11OQ/ItKqYMeRJVSo4UbkAZR88qbHvsbFKQBKYgnenaDH0kZkdAeBMhwBwVgvHrT1xqNS8nZObJe7goFuXNs6uspSPnel9VoGeCfgQCR5HSGG5CwVZCjyslA6/AaCpK5kCrhR1JGiz20mWNxtCrn2sPRup05yBh27h63lAeQGeFkN9yeTkHY+Cglvzy6fOu7BvKAa3cSUADYgKx6SxgQjIIQ+eT3i6sgBAUprCVCDQx6V3pMF4/UuF1pe1o3yGPpAS/Pl4x1hYJkVvhMPZFo1CFeky7zN75rIA/x7iCASNIhJvJ/gynIdknPPH6GggyaOcq9WkXrbv7vgSXguq3SBsYACL7bNisOxxq97xoxbzLWFQqSFEN/7B1S3dceeUJGex4amXrf8qMuA4xX7morYkAW9SEMSDgFWQ8LpSBIBhJzb+mxBC1lupR+kBR391DmtvB5YAxptb3LeHvagEDJWMw4HehCE7tjLgdNv+otsQHgBDiIJEMqhAEJpyCrj/UKCkJulloLsdEuel9SeSa7h9ID2bw2RO6qaW+2R+/4TP5krAsUhL7QxUJx+R99CaZrQSoy5kgZkBMUZLlmRlgHdXIVxLO3dK5vRbeqE9KAtLY65r4HtYuh9A87xJt6ck00GaejKQgNkItFees/+hJM6bi8klyzoArNYRFF85x74upAEkhBCgYFwSXZCz+RFMScKoSd+OjO1/Tu77nasKGEvfVcaWV2ogsQJgXpOJC1WxrXL89jpM7lH3zJX+cABDUgk/5QBgRTczufXDobb4tQ63CJghxz2inTVST0Vjw3ZARsK7eva9YGtUO8wwAIOhnrNRTETP3UtyiwizUW7ZBkJ1IGhJWIVTjFpQvcN2NTkFsQBZHe5MrxJ0kuSRjq2B3TjBgX3ksGmYhKHcLmACQNoiA3Zo9kf6Fi3C+4WANAcAMyAoQ0IKxErMqJ+goWBdFPpiCeBfy7TMh4kpkbbDnjjCuvVkQ7IJRkMtbrKAhaKPvrpdbPBIikRldRBoRFQRKXtCf2ftTTFCQNpCCWNu6LDoUNj4U/YGkadpw9T/0zdet2f+YmPtvJWK+kIN9eEQvLK7kWe87NESIMyNCLORn1ZFIQJ/k9TUKtw/0SBcmwMilFVQwiRQIEaRucgUDZGLVMfZqonMBw5exed5KxfoGC/DGA1Be3VplzjLAK15gKlJGzDqtk3DRL35OQyey3KAi1iAHUyrnRaRodjJFjHSJlpW/NVqogk7FSVrbyhlhmWO9vVK1G876uLM6QYZeKqnPrdCprFaTyls9lWAcJ+97h/kTBxodqiDxYdLm2FECv7fvBW9uAqMYFiJE7xcxWvkZBvrRqNe5kPS+K9UOyZ09UR/AoiKIV80KabniRf3nafrTMfNcyhfiPApNCxejgFRmVjBVIQcqTFORPcfSL6yA56ZhmfAPCpyCka3OegtzY2rBN4bxa7PeGimDRibCdhquOTo2IEHeQVxvpFAURc9kLorxvXAdB7G7GNyB8ChLULmAdWBRESESqQ9WFMMaC4MOjRTrBAFKFOz8kBdE0BUmxHin24it2S120IDkZ2cj4BqTgUxDKt3kSBfEX5R0gwqAgCVSq06yV0wX1cMNMUQMng+rCKggQiAPqFCMtRQuCzF0Z24AozotzEm/46AIFyVyu4ykfKE/RDwsfXjekRtZgWBGCjDUJcShI0XBk8j7bCBCGBamoSc41IDplUJDMW+bkfLESe2vToXggJn4K4sfH6O/nmyuTlJ53MGfNVnGRFVMwk7GuUJCKM2fMVuSDq1Z/jgURpBfgGpCaR0F88aPzFARIXPcpRMJgAA7KrOpzndmFqZszbm/qXVpkvvbJeAj63Z0kBUktL4qCSP+xVas/yIJUFEAAA4KZc2R1pAqiIB0j/I/s/VvfdaFdKRkEXanWtERW9dJRhZzq8CZGgBtTDZmygHUIk4L0kOkSdo80GpP+EQGCzG9OfwquAemxjRVYQbj0lRTkx/IZpmP66b/9D2PlXYzv+DjUQHTr5Nj5hulcIPuIkRTsmTNJIJyNyUwKMr5zYeuQ/a9H/+KScX8GIBU1jIABeSABSDSfXLKWdBWjuNussz0DZ5aIEIo8hUEVgA8rVrTN0StGLAqi+CFeR7FJCuIQhy68yuRvVK3+GwAR5DwHGJBbGAXBYjhPpSC+Cps2BUmdNxMmRninheyH3YP3zWxN+/Owl0CKMwBh1EY6+kUp6/DfLRn3VwBSUeMIGRAmBVEehswIUIVREKJknJn8mxV34IErw4S04ASbo+m6A0KsX9ekLv7bew99dmfsCvBTkLdWrf4rABHkRAcYENQJwic9yaEgt3MUhFVhs4SeuPghUqFa0AHJca+saXK4X/kvnj7cQUGthHooiDxTlDdSEAwgJJWEDIihnzgFUR4f60kUZE63UiEUpIJXMAUBkC2d2jrlvoeYqwzuV/kTABB4ShHWSo+HgmRzLfl3V63+IwARZDYEZECCKQjsYzGsQ8qoWj0cBUtW3mAKgq1gplilzoP7YQfKUzm/SKWSGaLsZog3K0wR2Jxhmp0EecZtdxDv8Fz30cEKBUhFAQQ0IHXYKgjW9hkKwtoLkiyfn/tWLwFy0ZVTs+KOlIfv6R4cNI/IWxGWkRr3kN2HP/MHK/zD2N2VzDCcwmeae7j65Comdf6BABGkEkMGhEVBfqjsRmqLXM0wMtyo0Kjwc1VFmNgoK/5awOWvO3+gHO+5ysohJF/Um4Xu7pqLC7WavxfEXtn8rAn8AwFSUQABDQiTgpjibrzlWAc4/N8ztWEpb64GjCCrBNZdmSwdKkDd6VA2Ab95W8EA2Z08GaLx/EDykuz+odWw6g8EiCDdINCA9CcoCLBf6AwFuUEUhLO9AttakRGYbUHvXHCxOb9xraDnG9tUYG9s9ySnqLASL+oD7cgEjre7WDVJBCTPgNScuEtBpm89cRWEteyG5jVJbKlwZ+kdKxnB6rg7XIjVcbCUrkEWdA8wkgFL9dnRgqnPKmciy0+AKennSJYBOUVBGt2/h4J4tlZUFGg7CCCaMVnvG0skiXcnJAi/+M5vJItQx29Ndf+oVPPyAwFSUQCBDQj6nj9PfpTwUJCeS0EeodMlUO4RCT8X0KKL1wo7F77DBbHdcim9vcRfBFOQoFyWjy4Zpz/AhtQkUZYsA8KkIMp2V8pgCpK8nILYqgWtpTsrBD7llXuoStAGRDtwL05REO7hyadWxCpLnX+EDalJHiBZBuQUBWmd2BNjjVww6pJeoyC2c5JBa+lWH3aaVMdE7ovYxnWTCt6rBLKUF1OQTwPIYDzKXGstPwwgoqEAAhsQNFHQmx8lQinIxarVDApis+HEfY2mm4PRUTXds+Nm14wyquucAB0UyClOUZAPqog1v47nne+KRgBSUQBBDIihn6m/UtbOd/OLFESdpSB36p1vGbGWfoOz+Dp0Z2ZmvGvXE+KF8L4AJJCCyG+nIFrUg5f1ARZEkxOK5BgQY0CPWaYJca5yttIi/Du3MvSgNN2Eqw1bep8gkCkJLdZompKWMDxY5VnNx7EssmoVW+PTZdlPnvWwlopxb0/kLWtdfgQH6fJsz1xzi6QdfszQAa0zq4W1LsH2fSbh2p37xd3Wl8Y7IbJF5L1ZV9vM5KgyS/2yXmHJs91v+W4VM7gfumQ86Zg126IA6QaIGOQhme63NRBdZFR3rim2nTgOyZSGqyrOI6ayWgDCPHzu0MOzd5+V6v4RKyGdbhVcR2x0KfrDr3iBj75VaDUyu6iMMrI2Oufi63DtVTq0woq/7ZnZLaumzZoYiJaEWvRUt5bqqqV9RSWCd7e6lBOchSyqhltnB8iFtG9gUmLeE7KLl+zX3jfdq4/aC6I/YR1kuRVEv9pZQVu4e40K53YTat6AoG8w/Lo9L9a9uHKqdGy3oI5IMzZB6DZEKea6Hm3j6uHy0LfWPKeddaj3qY9u6YpcAw0+3iiyR6M7PPK6JZ5R6cvCuwrpDrNkXMQHCyO3bRJv6Qq1PdZEB0/vynums0XOnlSb1ikFxcXIfg89gJHDQ9uYb9WNMb8St7GUfQANXu/sVTre3Kjv7Zhl2V6aA2hI6U8CyGfkYpED25omgjIgq1hNtKAnpYAygOvFFVoo0MUIUOEsACMaBr+BXbu5pSxWf84kt4fdSXaPGN3ZwY88o7cPUPqee7j6zJJx9ae9WHp2EBbRgInYpNXY7mUNttAdT4bf7wcf0cM3OMymPXL94zMAch/FvIfDKU6rZpfwJ1htUadW25VEbm0Ld2ePjkm7GzeGtB3/8FahHfrWaNbtM6Un9yf3vN3LyCF47efO+RmfzHr/9ZHKHXWZlxq5AtpqF75dux8mBT1WkWvHLVo9ueu787cOH9I/eNKFHf4pelh/C0B68tfOP6I98n3nvXYXhD4GQKjqHfgzhxf86ALUsPdPCTBAHmEa//gygHys9GSH9azuxIDQezStC2685z2EHyAdd1JguSAdu+xUFwz3wDmgP3V4FC5A+jNzPOaueJ0jzlh1oTcQPpF3hH7yNKjjVp1itQ2dHWgkT9jUKBzdCvr1NAUJ8Dc4FOQWPl0SrXZnfJCON0d3rKavcIovpSCfK/R8yXM3TlIQvw9mH9OfmL9DKQhzlnfuoee4MD1r9n6CxkcK8hKA9GcIgDF4PTLQvVcVev8N9rdLFqRnttqd80FciLiZgLx3gnbAUV2Ywnd/Dx/1u/J9u03IHztOE8zvQ44IfAZcfqMr+30BDr4g73agu+7CnrH7kC6ZVLt+wu4sWYqyvEWJ8uekFuIJeSRaioiPKH8UIE/YLpiXoo4IifIXRYqLiVbj+QPM5OCplXnszyh/LhJ02QZNCBnxIXXszihRAITUIuIjShQUIQNAIj6iRLFES51PDlYpJnyUZR1pSJQoG0BKOYCjrkshBisy7mAQdbQjUT7PyclF/o5df1K4goR76zhKUd5HAkZ5hwoOPtXkWs2XH/wtWSO+mJBxnKK8SfIJIG/w/nV5K6f47sDTJ4TMheZgCEffK8qb5M0FdAd+Xot5PYRwxiJ7j/LfWZAVH9M6CI2QaD+i/IccZMHHQEJqH0KiRHmXdC+PYv0D71MAKdNR1WsAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>⛷️ Winter Savings Alert!&nbsp;</p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves!&nbsp;</p>\n\n<p>Need a new plan, or thinking of upgrading?&nbsp;</p>\n\n<p>? Unlock powerful pro-level features and dominate search results! Don’t miss out—start the year right—save BIG!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1201,NULL,'2025-01-20 00:00:00','2025-01-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite',NULL,NULL,0,0,'2025-01-22 22:02:44','2025-01-25 23:57:23'),(84,'679bfa067b0a3',NULL,'[New] Smarter Keyword Rank Tracking &amp; WooCommerce SEO Made Easy!?','<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>?? <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>?? <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>','success','[\"4-x\",\"lite\"]',1213,NULL,'2025-01-28 00:00:00',NULL,'Learn More','https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite',1,0,'2025-01-30 22:15:34','2025-09-29 16:28:24'),(86,'67d364b84ac9a',NULL,'[New] Supercharged Crawl Cleanup and Query Arg Monitoring! ?','<p>Is your WordPress site slowing down? Or are AI bots scraping your content? ?</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>? <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>? <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>?️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>? <strong>Internal Search Optimization</strong> – Prevent spam &amp; boost performance.<br><br>? Keep your site fast, secure, and SEO-friendly. Update now! ?</p>','success','[\"4-x\",\"lite\"]',1222,NULL,'2025-03-11 00:00:00',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite',0,0,'2025-03-13 23:05:28','2025-09-29 16:28:23'),(87,'67d9aa0875815',NULL,'? St. Patrick\'s Day FLASH SALE - Up to 70% Off AIOSEO Today Only!','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABaCAMAAABT79jMAAAAV1BMVEWlzHaFr2gydjxCgUMjajUMVSgQXyxMjUVws0xQlz9gqUVepUJ0t1Rorjx0uTyXzFd+v0TwkjK3hiyKfSd2oIbI2qyNr5r///+v04Ph7Zdqml36/qSawHK0QBzSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZEElEQVR42t2dCWOjOq+G4z1AM53vTmnB9f//nVfyTljC5qQ9nDkzbRII2A+S/Foyl/+FTar68Ka4VH8fbFdO38/aKm66521Ekid+m5HVae3E+fVRt/xRklfHAZABp8uJYDXwH5O8eRpX7+/0mWQ9FSzD2XnN9Jc+IqvhkkH3He3+MmC5g8MZXpe44n9PBOud0/8oWJSf2Ux/l23WlYI9cP13rPuLgIXE1g1Qy3n1LK6gxdR/Eix1ejstkGW9YOM68FD3N1Uhi9XY/yvg//ocrt7fa6n/g2BpWZ/cTvNkoY9p8h480P0lLFbjscKtgiD++hSuIIDf3t1EMbpj44Lv2Y0y/crA/QFZf5gN2pujFsv5q0IxVuam8XSfwtX7O9sYwBv2+fXc7ZNtPEOuCrTTJFmVhKA9679jzrCcxWrCyTUNvQ/iC3GFAfxlU1j89fxtE1kXzou0E5D1584L0ugFm4NYuf1Lxlj+BJt7UetPKa42BvD68wVgteyFgXvc3oZk/fFB+zBC/mkxVjMIstxPuahVjqv39+uWAJ59vWL7IBsC92uphvorM7KsF2wmIuT9vV8qxsrcoTvHyopajWLqxss117YA/jVgfYq1kSApELhntyC/Qm80VrqizcSQvvlpMVYcVCR32NhJHs4kU1SW5Or9Xa0P4PWLwBLSvC5wT95QSg69oaJ0NbIIh0TMiRjr30nKe33nEsFoYVBD+XvRjfO1AfzHS8BqhRB0VeBOi7bTX4431qfMpKu7APmAO0RX+C+A9X9u+wdfVRXZuLItK6trya2RjKzb1lus9vOz9T/ZbfDSdoslxIqzY7wp2k6VtKejeJnOZlL+c0BdZPHNjcKo/CFbZrGE+LRd3qI9EVJHAgS+Y3/i2WufXx/4D8U7XvDW7++4oX5/7T76xe0/egiW+AGX78SWj+Lfc2kq/5+sbkU26i0WeNpryT9qpS/XuXvKwYJ+z8D6+Ar/xtfCxz6/uPwQCiDiA2zw1zmwOvz14QmqJ7SSs1i0TGdXsvI8XZqwyepPka1xMZaU6q3sxmQNtv7twf/XGYv10QIT1tu1XEjwex/4KxXSfxbe/VL4EhirL/zDksGC3eXnJ8ff8SDoNbmgznnm6Knr8snVxdvoCiMpG2MV6uxKBpzKg6XA/MLYkFQwDinbapTfVkQZMxbLuj4HCreWiCFTQFeEUANm1BEG74nPZLA+HJIS9sB3W3sM+tV+TYE1v9WcF+YKxoLQFThGV78eLCUropQ2l4uhktUlm63mdAVYMxaLaRkgCmBx92YAA80Q8z996M8swqJuT4RKe5fIh57QjgofgUV50eZ5q6lU5mK0UnCXq18OFnB1iZuGu6Voy0m222K54GkWLLRA7i/t+YP3W2YH7wEs9JRzYK2wWErWhb0gJbErCpH1NLAGXIHRAltcsvWguTaABTaHfbmoCDo9CQkOLOsFmafIuUmF3pG7sAtfAQtmg/sPxyQSFbCzxm2TK1RlA6yK80FX6CJkPQusO64QLV7UHyr5SAaqM1cI2DCGOLTJrUWwMCIHu6OCefLyufSGCMkBA+b4kd6Vfs6C1T0CqynKFXhBaoY9UcRmPQmsMVfOH1YlA/h6vcXyHrCdBMuJVjKF7s7nJWkLx4xU5OKX/tptsSA+LOgFwVGQcUcUIOs5YE1yZf0hLWa0rpyvB+ur/aBct5jVwrIhnGbuM59KfYRMPY8JvOQI/MBsQYixWDqQarNPKvaxCSw47WJcNVxWZqIjqvO7/ClgVdNcWaNVzu4/DOBfN1e4ABYrF7hfx14w2azqF4IFPvwyuxUUtR4F8C/LblgAC2x7QelKz3aDOr/Ti4O1yBX4Q1YsiH8QwH/8PLDKBe6Nla7mN3Z6r5cGq1nmqqioxRYD+NdYrKVRYc3ZM6SrGZtV/yqwHnNVUNSCSHhhbof9NIt1KxW4V0tesAxZpcGqJb2s2EqJWosBPH8JWHweLFbm9qofeMHQB/RMsgqD1cyOQ54kajULAXylX2WwpsGCkPBp0lVxssqCdeNruSomai0F8OrjRVxNglUVCdybuwmcZbL47VeAtYWrYqKWS86asVlMfz5z++A+ebB6UuBeU7mlC04kqyRYEItu4aqQqLUcwFPxkq2eCtyLSFdkUwcYfhZZBcHazlUZUWsxOat+CVf0KSlYDV8VtJchqxxYe7gqI2rVSwq8egFXE875/BSsFdJVSbKKgbWTqyKillqqOKvk0+3V7QmBu1ojXRUkqxRYu7kqImotBfDXa1OpjRuWdO/dqomI7/TaiYZu94LnklUIrCNclRC11lVXbCj2PLWY9OzaiZ1e8FSyCoF1jKvzRa111RUbqq1PBevkwL3a6wXPJKsIWLejXJ0vaq2qrniRxTo3cK+pZEdbH8j6kWBxTi7Ht3NFrerMJSNOtVin1k5cN0tXkxs5bLNKgHUOV2eLWupEGM60WKcG7jiBY85oe8LpjwOLbeXKPEfUelxd8QqLdbB24npgAucBWeyHgcXkVnvF52OCM0Wtx9UVr7BY/Nj15XH/OV4wkiXZjwKLydUjEqK1JsSg9q2fIWrNBPCVYqy6vchi7a2daKqqUo2dN2D7J3CWh0+HyDobrNVcERYVb0mENCtFrXqsk0vJmarXBfBqwhW5g6gRO8Mv2WGx2PhUOa1OqJ2oU9sJIkUzlq7I8Hv3GbL6CFkng6XWcqWwL8FeEUW5+SZCrRW1kCw+2Fwjr5K9JgJ4KSgxRo8zWfAM01fQPRaLZYewm4WLHa2dUBIO4tuOfBtBJyZwVNZKQpi9Nkv9ELBWc8XATPXfcesFD7eaUkpPRJKpB4As8j3cWrBqYsGnXCvGWDNZXaGEsofo7mySxYKHU9R3mXlrY6zsEP5CLzqbg96XgnXfdlJO5R7z2EqtoPu9ofoRYClZrbVXdw3OhU80w3uaLYta4KS67/uth0POpyfb3LrJ5CwuWncANs6RYoL6o9Pwpl9gU0mF/+wgC86UBbL21U6M2o6KqaDdyHBlRqjdcdb+ZR3OBGs1V0ZI1zZ9aCLmrDUXFNgiD0StSrDYS/EI0L7NXMwulBGingzgpYhGacwJF8a9Gc3ZMBViRcRPg+HoL6brw1fx/bUTcMZ3baenwdGhlbQgRyJ49XKwVnMFBkvbS4YQk5vs4hW2BZ2LCNIkDw9ti91MfecTMeNXsG/7aM/uqivCob7VBFiB4F7wJGficjJ2o0KtGD+G7rXxFQm3EdtdO5G3HVkEh/pLY0fA2m2zzgNrPVfhknshqW9s2zhgVuD1GG7Ni1rU+0KCsbHwv3SCzrmOwZvDAJ4FoyTFaLwI9kyGQ+ejSN56F7Nm+hG/3V0royE6hF9ue1OwwrXblZWIawU9c/ua3Bs82WadBtYGri6xv9iFuIDJgsXwZuyXQk0vajFx8fdqg7+YRbCsPzOZOcuSs1g0SmaULtzwaM+6wZshbuonMozHVs9fqzV6tfQhAAwZ9tZO8HBT8jCMmQNLe4x9/Ppkm3UWWFu4uvi72A5XiO0mBWAZ22b98hjGilqBJY0ROfeUzbjCxn5ZDlYK4NH9udETONV6FB1VAazL0Db5uClzkMnx1WM5I/Om2U2wNwUrHk9embSx6pwrJN5pHgVr31I0J4FVbeEqWCzn/W03obnWtiEegGVFLer7hwiquKcUDtFMuw5zB1ZMzoI7nuNfimg5cms1xDCAUDvh9LyVG4NVjw8zBCsESD0cvN4LVoicJNcK2+4RWFIezzOpXgRWJTeNaEPE3EHsDtdvI3ZvsLAHXGyszez0aIhVLlac6L0vk16yAmNAWYCsdtyBp6tU5f9UNrP4ZlUIpZw+zpVqXKWh3V0pfLPxAQ3snScX+7ipDa7whjtRylAPl7fRyLJPYNVeNQMrYrm6NorC97mJg3SCgz/N/Y3S+rZDI49nEoJz455DrIgZgpWCVqLdBzaTpfYgcQJYG7mCsPISB97mAvcgCqT+bu7jYN4s7O+HV4YQL2m1UlRNxXiaPVH+Bje+G0bTKzCgHMx8QHxU8azkAYj3YJG72q0AK/PTffEtTUYjxQFYt6CMUXFtGsXTnuz6NlPiyO7lUZK1HQ6DwCJBO+i0O1de1FE5WEbFb9ueYKp2MHEcrGYjV3Av+Ru3pxC/M9FCH+qg+xn3jCK+AJYeae8wBmDMtZlp+77DmW1mu4F/50fV4flM2GMEgFbhmUioSuEStwR3v8ALSHsGFos71jfnCp3yhXONCr6z7S6mQxu8BNY1+e3KPbSHXPreTRxAgBae3YRPJVDhR3UfMwYRD4a7cJnAD3NTg3Cwzh7MS8zGf9KBBQ4BrgG/Ddtms2TKti7rcAJY9VauUBX26lHPBYMhEpgBEazYUDKdAUsPtGxofmh/DgYjadIdx5HXvUodOsUIbT0KlX2cVIIISA7OQUo//IRYLki68CPEWMqHz2CDZPDFd1JqivSnwWJgEtMEAtxh/C3qsQq+T32nge/dsLBL+ygB9pKACVf5wbgFZwAWyc/Tf2CjzaqfDFYjt09FqUgGXKO30EMj1M/LWSl6+G7BCVgfwKH5hRwcobMLZg8nfy7Rj3Sxg8M7DML19m6eyY/iwMKGsBCCo6sbDxAbYkUC4j4jsLoJsHCV5cGpQTs0TXKUmTDR3C8kGk1WT52hwgHQ4Mx76WTBBJYZTrDCBzaXSG9ciuYwWPWepEWTpvt660rAF0RYWtdm6jFYxkdLNlSvfTviQyKCq5CR17Z3VkzeWTARtVYVZl96OEB/BxZ8LspdtdVxnUBRe5PYwVhjzmJNgQWm1FsywpnXyvhbohcCrkuYwrzPPebRtiNZdvaZi3DmqvdXk4FF45R0H9qGbDdZG8k6CtbGBWWSM4s+yttlHYMRMPBg35fqfAJYGj9b1WH8x3wU72HpBK2ZN2MGJ2Iwi+XOhLFAHgRMwUjY+Cu4QhNiLOLPtfIylpuWqdyZWMLZpAQxAOsWrA3q5uG2iqpAlLlggBvGJ0OwbO4xSXcHRhJJGLQHI9HeZ2BpDzQLbbPoEE5ZiuYgWDu5QmdI78hi7pIv1jUuh20JLJoylx1YLmjz40sZ9URtj8pVHE/2xLiJHH8oCJK9U8PYycYx0Pi+p+GcAn4U87SsKimzGSEieGXHn91IjR+AVafJR3cfQY97QQSdXjg7OPHGnxcV48Vj1OiudMIg/ByGRTjhaoLcRi883Go8fsV2sLaRdQysAwWENCPLhgReg4BBsiHmUXZEAIukTC3nZjQMBqsoOccZEIiBm6Z+i4YAb+4LSlHcxzUYTQdxjLnwHCAJJqQP89yyvtbgf3RIffEfwEjRzqDrkdwQPmHBqmL2F7Vhkc0C8+wDE/GO4G9B8eJiYvEYNiBLe2HQACzGU6qtyBXAMv4iYdCjD4C1qZD1EFjHFmhIZHWYmuznTNdkDwUjbzXnmKmFCUi9e8YNi24kgeUH6wFJjh+CA/meiPEUdjCM9aT9IU5RDxKpUBDyCYNRSkcnI7Gb62WwSJh+soi7MNCdIpxLk4PFhmANco8zslopiRP2oEFRof0OE9MJLB3NsvHj3H5f8t8Gso6AdajgGUKFRBa4mN1gofJnM7VwhIfBjqSaxKH6NFjg7mp8h2JkFcGKYbzL/6OiGYClAk1otHyGxC0ORVEnavV4XnoAFksR3RUipd7JmTpMSC6ANcw9JjKRBaNTO+Fqn3hBtZ4AKwjSwKDfb2/y33qyDoB1iCttRQaa5CyyG6yQqXVFkVRmes48WJgJAT0OGCrviJLFMgiWfROjaXd/88swFTDlvKcMYKd21YtgBY2Biyum84Df7vokj9BZsIaLx2g7P8BTkiRBE6alTgfDVkxgBTUiqTp8b47WarL2g3XID1KUgTOycDZuP1g+U+suGXwKrDqBpVCc4jKCpbIY62rfVNeovOvhVHTKea+FbLP06HEufA5W40WLFtMOGzGUVqfBwgHIsALH4PyAycjq7LBP6Pxg92CFAbck0coVXjBkN1hH46sWJ3F5nNuR8ghYNlMrZuB9990YrOoerNrOwwWBiosqZh5wt4IkuyawktR+X6UDMCV3ScaT0BlYNY/nrbKakN70i2BVfDC3RwXvkJaUkQ/xuwg+u49mN4ydE1jf2sQJ+wMxzDqy9oJ1yA8qe692MP7jaUrV65NdVkthiJ4cIAawBiluVZB3Ohb7rwnJAMRPuWWuEIJ9bv2n75xbSObhEEDdRO66iOtDFn1hXqXDcmOhR3kzCawbD92PuQ0xm1QLsQjWXdm80xowlY2mthNR241C7hRY3/Ebdxus1UvR7AXrUNzurLi7+DgH5xnLipVcHDZRfx/UmgFYLI64xACsbgKsHsHitmAsBu9XHqN3homftQXLYymdk+Rji2ULXjlJtVi3e7D8MIxj6oXXxanPP/Si5hJYYliB49K37e1ngqJrghhnxeEwF5qBxTJZuCNyrhLqVJu1D6zboQVlcqeXQmYeWzXVXCrMchgjTIQegxXznWVusaLESX2BT+y6N5ezFeWGVDohwWTRJktNIL7veTBZWYwFIwaMeng3U+wTBVIU27VnqX6j0XixmP/MJi2WmZp/t3Y9RIWdn+REtTSKYhlYPGS/E+1TZww/VGBBVtisfWAdW6jI24ELNo6OjLAoCZpQI9Z577IGLBLFq6AzWrBUmOOQQ4vFw0ItCayrTDUadXMdgmUGJitZLIkH5CIUhXyPErISWCHVQmFCDw/iFX1LFQBBZYOTZcNkqswud1lWtw73UgjdghSKLZO0UBJ1LPCsCpXc7pDJWrPI0S6w2LFVTVgs0jHZ7AyRclAmF1zbxEz8NFi+UzCRJNVaNL6DfOJyNmkS9PoopoLJ4mG20MsGsftjz7ChxXL9D8GXktHnzoElQg6OTB5YoVYW8KB1PJmY7zMGK0hSJt5L6Z4yodHQGySwTJRNlc9Z6g9FWWsWOdoD1vaFiqYTQDEliUZhxcQukNpk+cs4ETGT6HfJRpAkS0CNlZrqLVTJGFQCElhS3uXNKZQ8WdpTsDolrANYPECuBhZL+ohHKu/bRuWJYW4dXGYXzGEOFovFuzE1FX0biy9OXzrEaUTF+UQaJRPPI7ZMcIBSXkLTgn0ldtTQHQTr8SJHO8DasFDR3BwyS4Er986GRd5cIjDjIo7h9UzFXN7sYaQok8BjnM/p4tApWo00U5LmeCqbtae/s3OgInipVLxoyQoWq4k2Qzg++lHaTLgMV7gMIzJXppqcbEguxF1HVc6jdRdCEbltOxnsaaA0imq9ncoI12pILHLzA8gjZfduax6QtR2sw1xd4kC5Nz7ns0V3F0c5rWYppp2qQolJcnnWlu+UPqWRopV4i9lzRrGYUQN9UIdy1jw2glDcS7a9hk+zmIwQs8WMfV5JsFix2L8npJ+WGwbph5gQ1uSp671OUgVDXeAu57obAUDjmfhde8zt6u4uHUNN5vV2uA1ji7fapTgeC979mJ2dCpY6ztV9PuN3J237qXxamsX53VH2e5jCh3bCxR6SOJYpz+5vJIunPGYShvbWS/qil0te7IwVYSZNYIZdpYhLbLS4LmDmCgcXokcCqcqyqDscPV5Dkk+Wctj1MZk2pVr109ba8GFedmeTZbIM7JS+IVIocdfi5KgnxK1eLGTdCtYZXGHsl/rPtrcKorKJjeHbYiKXNJsaxttVxxZXYZKDyZT43ABdbWzsmIlMh2V60YexsJ6EtQQmGpPYd73Kgnc4eDI5HRvPFQZPDMYZUw+aPLeqi4Klicpl+JqOds7akIlpi9R2rbZtlzK0WhW+MKYwW7dHMhkXzpOfsfbfYvH9RrA2FTw/mCzkihhDcEY1DDKtIKQIMdoVHAI0MNriI31VsLSJWHKC+QWauCOGT8CPEleIsUe1yfHudRrlBxmPUyXFU1oBDZwhDYdhNBwT1+RLcgMWJ1JtLyQl0wzKXuEQbsU1m5if13EJhmfL0lm5EkdoFnyxz7WXwfUze4LGpfu7G53Z3dzBaDhYulZ3Lwtmmweb/pw1JZeK77eBdRZXeKGxDo5mpamhOs7KgpaEcS7peAVG306xco4OS/SU8uWCPCsbDPJDdpQ4xex2Z83gTZYtXpRP6WTletXEEqP+eiirrqOFK0PK/lQ5IQ/zy1NtF/egIelBh0ucPBjJPxLqDsuStQmsE7lyM4FKjScDCbwcUDOEmK2HzI4YMrWw5LhSTK1f+hY+Xa1e3LbG5XHV3Pq4C8+daCoWU/ZT7jFegw/N9Oyqv+O2w930cmuRYfMU9YZbwDqXq6dsWx6csuHZFRuW497w3ImGy7D6f1huQJof3sCzNmsDWL+QK1touXr5DbYal/XLca9/7kSedRUNFvv5t+4MWevB+p1cbVoofvWzK1ZbrPXPnchyj4kfgnZnBdmFbVZ1CKzql3J12fD0w+vah8+ttlhrnzuR5x6HYgBXgPMLmneGl3VgVVJdfu22+sEpax8+t3o57nXPnbjLPXZzBS0Xv6TJ1TQwq8D61Vxd3ELx11UBvDrRYq187sT9gysxUaInUvyaJmeTxKwBq/nlXF1WP/1w3cPn1lmsdc+dGD+4UtviIal/T+NOLEWTwPp/lpXxy7izzvAAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1235\"/>\n\n<p>Get a new plan or upgrade your AIOSEO NOW &amp; unlock up to 70% OFF advanced SEO features - </p>\n\n<p>? Powerful SEO Optimization<br>✅ Advanced Sitemaps<br>? Redirection Manager<br>? AI Internal Link Assistant<br>? SEO Mastertools<br>??‍? Search Insights</p>\n\n<p>Drive more traffic with cutting-edge optimizations. This deal vanishes at midnight ?</p>\n\n<p><strong>The clock is ticking—grab your discount before it disappears! </strong>?</p>','success','[\"4-x\",\"lite\"]',1229,NULL,'2025-03-17 00:00:00','2025-03-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day2025-v4-x-lite',NULL,NULL,0,0,'2025-03-18 17:14:48','2025-03-18 17:14:48'),(88,'6816b0284f4d7',NULL,'Spring Sale 2025! Get Up to 70% Off AIOSEO','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA0CAMAAACTm56yAAACr1BMVEX4++r4+uj5/+/5/ez4767476n58rT57qT48rn5/u749MT599L39eH4+eX58735+dz488D49+T4//P+Zxf9aR359sr9UgD9ZAH49s3+VgD8jl/+WgD9bSv49Mf9ayT9UAD18tz58bD57tr5+Nf9ZxH5+uH9YAD6vp/47Jv+SAD9XQD58d/54sv62cH569X55tD6tpf+TAD8q4f079j53cT9oAX9ZQny7NTx6s/w5sr6zLD6xaj8gkv9bzH6sI39ilb6oXmRkAP+QgD7k2T9fUD9qR39pgL9/+39YUf+/+n7m6j9dzL/wgb5++jq0638jqX8hFjW0I77poKwogKfkwDp0KgBe/vt27ru38D9lBX9jQLnzaP6mIH8lmv9dSmophmlpAKJggL60rgES5T6n5GWlwKnmwH9lwH7nJ77k5qalh78hgfo7d3+9rbnyZze2Jf7mnL8ejr9rQO6qQIri/rs5MT61L7q17TKtAaenwX9bFr9cjv8egIOiPz986n7zIX8in/Wy2/xmgf9awP+OwD54Nn++cXJxonLvkzse0z9WjqWiQD///H7k4r8rTn+MAD54ZcAOIz6gXr8tWapp1+no0X7iEPJtyx6dwHr57H8dGr5gGj9jSb+tQXt9Or6u7u4tX/6sqn45aH5jHGzsWP8u1XR5O/f3av40JUgUZT7xHidmjudwfL68NH6x8emq4v6nSvZMhzMHhj61MzU2sn547oBW7T72okAEIn3cn36e1D+GQC6xsu1up7yhFqweE3mXRjQ0bb52qvDxqj8iIz+ty7Z4ddmg6nq4p5BaJuXm3B/gj3mcSmqGxHmjAKwzvIheNjp3or8pldMREN8Hw7HhQKXq7/mqViLaEkAIjB3fCJ0WgxXnvh9sfaMkFzqaFapbwDVgYnRnlf9UizbphBDeaeBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAcmElEQVR42u2ciV8T59bHZ2EbMgNMEhKzmIQYErJBQoAQkrCvIsgqKFILKggim0VUrCjiVte6a1u3ulWrtXXrtfu+t7f33t59e997/5D3PDMJJCQgou/nfdvPfdrBLJOZyfN9zjm/8zxngkVFQosOaJExifEYif2nPXHDMezOwoUXdk7bmfGJMRGox7kWgVpSFBbFP+VhpKANWpQAx3D8f/t6cbThvg0L2n4Zjby1eOHCxYt3EuG+ES6Igr6eygMBiQggwiFBUGKSCQz/3wLBQ0BmSFIYRgVuJPfyxC4/awMhdgIPIHIuHJAFESkpPpc0CSQKAYnggUxB8mA0liLxp24S6Igk9DpFQLczOEZrGNzhpJnsbJpxOlncocExFsdIguJY/byh4Oe6EJAuAMK3gPfm+3FMMZAoLAY9CiKCkBwuyRwc1fBkn0avcIcAEyCBAw297mrKxptastnq3my6usVJN7Y4NI0tGkdvI+1sqaYdwy6c1rAAhfo5guB9MaXtWtN15MiarjvQjwRqk7vEpkSH5+EDMhVJ9IPMktLMy/EkGtOE8Ml7BVkF43Dg2dXNeFNvM95cnY1luzSYxsFgNI2jDUebRoPTLhfuGG7CXb3DTHaTEy7gZ6YwcBJ6niDBY3V1bX6h/MAaLUGS2ju3bk1EdzJxWh4xWExSVCiRyAeZmSUlmaNgayQ2/97NOasM3vHQmKbZ38PZ4KZwHyTfRgZvPqsAflh29TDe3OICXvxbPwsPRpjvnDt3y0xSlq4jL5SXbztHkDvPLUbtDk+EXJASPT2QOPibFILk8EEEpOQmicVfHxwcHGUeN8L7XBSucTKOavBD1c0MDdaACJDkoz/KXTfJ2Yaj2YUPtwxhGpqP+f/PoeDkzoWo8xfuJNIOnCkv37zKTNxazEf3hWY+LEdMbyA8kEAi0YhJZPTlTuCR+bGQvgxkPiv9mMAfEwZJ4o5mDd3S4qCHnDjJySm/f32MuMN7O9rlZIZ7szEHy4kw7P8vE5zQLoZQ3tXVtdBsXrUZgFiJc11r1sD/0BAQnBSk+LVTKI8YLCEmJghJxOHrR4+ORj/oBKfVeU04mnlwcPCzweuPE9CQz3E2QcRudGIOGkeRGcWiOQ5tTiDDIehsDd0IR6Sxp03kadocTtyCvv90c/mZIxdwW3n5C8vxWwcOnNm8eduark9v8b4hJoyBcDz8QAKJRIwuXbts2bKDDy53Zt7uvHazpLRkcLCk9HrVLDMMNJ4dTRC5q6HrcM7JPLFK4zUjHBnXuGgHiDAMp56OIubFKPlULWTDgTVrzvyr/IXyM3cs5SMjRQZwXC+8UL7twKoNaFhWYfHTBxAEJBb9nUCS9GDt2qXQli29vLS0pPP6aGYptIOZo9Qjvz/sAH6Kbm5iXSCh0Nckw4++CU0+W9eF9CJBcF1HkYyzmc1udIETJGdzgAn9H3ZfToxSLPs0Qwh94cCqbeCryv+1rf322O2fvr/9MjiuV1flaPkL5j3WdDzisNi4OD8RkFtJR7e8DAaybOmyzqWDiwYPHuwEIiWlpRYhl0BPZ+mcVyFBQ9HOxiEG8425cAy5XkWSfNYjEyfS6ork6amEb6aFp864mjWPlgcoxZz2ZDhhqbPZbOn9xRkE/hRNxHxh+fJtLwGSkdulY2M/jX3/ffGZ5W4tQfA9SMamTM8DgMxPSAhE8pstLyMLyczsXFa6aFHJ0tJFr0AwuSdkNZp4kgq6bmoy0SFR3NVoGofBm5Azx3uCoLXQGBjyND6rL5haWWhSjHvMk2dHCsHV2IQ7NdisToYTVJiT4UTGDqNarZaprcKnGUUwTJtmsbTb8m+Prf3ww9/9Zawk06DFzTt3alkSqay4lAAeE1MmPgMBILFBRI7uWAsNWCzKXLpo0WDmIgBy+eN7o5c/e+Xg6M0AIjipTcMwfjIE02iY6pZsknmUAgJHk5Gbt8Nul3jctPWZtFmMTJxotyt1IrEsJ7jXSJzhhBc7bZCCk1nTPVKjXSZ3s+4TWgoP2QHPl3hFYtPTtBA0Ilno/Z07r4+9/OZ3b7353VhmqfUWL4Vv0SRWFZUyvcOKS8ASY2MDkUQevf0yOK3MwUWLSl9ZNPgKgDl4+WBnJxdLXpkkAo7k/W+hj3A048U0NmEalpzF4MFtMqNMkW8weN7Jq1FbZgNE2G4cUXq9kilA0BMmm9Y0NtEUpxxCO4bJVRtl+jq3beAd+YCJpkJ3ERoKlVKRImM2FjLriGc+x/X+4t+Mffjdd2/97q1vx0qKNp/5tGvhGqSFKSYpZQYeCdi8+cFEoiIvXjx8+MH1g4MHwToAS2dmZ+ftg6C2Sg6WXmYmro7M/XZvfjK5H7kC3EHPJj0A/28bF4+YbIRQyOYWyipnZyGpA4ck6nFP6AhHAptxDWscLnT6EJlApo+rRhRuOBmdX2gqpskwTstgnDWQsllxwUnzhcULPz1yZnPx2PdvvfUmAPkwc2zLC0hnQSLy6TmCiZg0kIggxcsDESTOn4qEaxdvfLB81WfgsAZfeeUzFEdKUXSP9XUh+N+9e9//4A8P3ngPDB8LO0TDRVGp1KvXpwlZnGBa1QOp/mlQfrbdd4igl9BXTEtvbc1No/Dgd3wz9JD5O3urWZqZggSuUCJWKp5JJVhcaJar/UDwgJnXqUBC5mQnL73s7Ltn0QHIskeZ0bmuhUfKEYDbW3733ZuAZG1m5onN0LatgnaBip/JYSXEYoJ5iYmBRGKiuLmtpIjjq//4wX/VgY1Au3wZnFZJSUnpPd8EMIbnfvv+P/70l8H/7imb9ZoSTrjtSpFeaiFYeGwtLAYgBAWNEBIYbEJ+CYaC1wjuJfiLpupAn1BCIadS/e8IuX98XSAkGGJo2EEiaUxMnswmgfAgBivEWWGOkQeCpkq5z3J0goHw7wmF4VYd8LLP3353PyRDeA/5CHvuWnMAaJw5cu7o92+++SYwGRsbS79gs61ajppVKJiRBwIyb16okUSs291Q8Oyzf/xg+WeDmUszj95Lu3YQlNdlduK8yED+9KefDhOPIT8om12VJZbYkA4l2RqVlsBTzWazNiPHSljcNoOV03GpaWZtakZODmYx2HIYQptmNqemtbvNFJaaatamwTtkWo7B4E4j+EthMnIMttz8Jqy5rsbjJv2DnaiTiLJUdgM6GaGtrEQxDidwC+xscFtpYioQnECHtRna6TCOFN//7tsv3t2Pl/V88fl+fnWtoqIinJS+c2DVgc0vbTtwZ+fCksyXP3zrzbGSsaNVJIObM9w22wY00xs5LQ8EZIEAkEwaSRxPZN3p4w3d67s3FfzX0UWvlEJW8rGQvXd99KZ/9FCffPv+3pI//vYvTbMXKDACDUZVlihLYSDRCkG+TEuwJ+xelc40Lk8/VGg32vNB2xLph7xiqb7wmTqJ0T6eT7j5p/pUguwvRA/Hi9MLDxmNhSY3mhwjrHmyQonULhvJFxv1Ehnyh/zoTwcgOp0ih6AYjGyVsiSAscgV+gFjoVEyYIVLmADCPU7NlxbaZYVqTxitgYCsXHm3rKxn5Vc9ZWWAA7ty5QpWURECxLocHNPyVZadiz89UVr6/YfgWcb2XAV9ToL2xmAYxERHzmAgHBAOSbCRIAOp7yioL2hrA6c1uLRz2cdCgiJ8cRUGym9/+8Fez969e19No2ZPhGiXqHRSnUhdZyYwylAMFmLtl0mlOq9CX+eRKpXjrWCCaTa9XqpTZsnEKpWy0Go2eBU6sR7tnJGukEpFSr06vwh2NsnA9xEbJBKv3Zbm1UsLi+Uir8xAcDP+yD9KxFlSnVRigyFP2E4AECJDrzYVp1qlYq8aHCceAIRLSkBbW5Ri9Y5QIgDkxddWvvhuWdkXb38F0QS78rfnn3/+dWASksUix2TT7lwMgaTm9mcHS/79702bLg2RvoCIJUcGZSBTeczH4hcsEEwaSazfSC4VdNe31RcUHP/kD6CAO5d2HqQn9T4C8qcPAMfD9z+0zX7tHafMHokS+l9l9FgJijZDtwnTpCKxzjRgEbYr9GKlMYfAhYxHocrSi/OVJqlYnSMk89VKsaISzEnIVupFWVJ9OySLCjHn++himVJs3CDMk6lEKrl+XF+NZzt4l6XV6cVwMrExL4MgzWakg+Vqr2rcRsrVKqU9lwhwWSxhHlCPyDy0sFUyYswPEVPwjb9CRH5/tueLt9/+6vd/W7IEgCxZ8kNFiLBvzwXXa164rby8/NN2wc2blzZ1HNfsnzjevJTIGRwWAhIfH2okcVe7C1YUdHQXHP9yQerSzMHOZUuX3RMyARrwo9/+8f0BQLL3cZIqMGiTSSWVZillJhstRE6dTH3GJAaTIUg6TyZSqlsZEqehw7Jk8hxI2rzGdiGTa1dxQBjMXKwQiWRyjGBr1EqROp0iLPoseMUqbJXplMb89vQMCm/udZEgvnAix6hDRJQSqYGBkwEij0msUrdq+tVilaQfmYzfQhjCZleq7Ok4matW6cNkrHjZ799+7bXXwDw+/2LlfcDx3PPPP7fk9ZDJG/gcSEjsQteR8vLNF8BFCXfXrz8WILmjQvxVFMfDZyCJWDIiEmgkQCpuV21bN/isgoLadZGMAU1vLV02SgTOXZX1fO5MS0uzpD7uXKhepsrKkiqzjPI03nMjIJJ0iiXq1CKxfgeEaloOnk3WmrqjEOKFliIngFDmYpNILCliKbpGwgOxKqRikQmASBAQft3aqdFUuxiSJHIkYGpSqVJqb01Fs6N4a6FXdSi3qggBkUOmOAGENINViu1uodCtVqoU1jBAzn4BJvLai29/8ftfP/cc4AAez52tCBMpSYy8c2DNGUg8wKUymHPoZMNdv4WQgpkdFgIyQSTASHbtbgMT6d53CfLEhI95IEcD7RiIlBFTFu5ntbZOWDwwbrOkYqVEx3lxHxBw87lqkU4ssxIYywHJIy358rpUyDMmgdCchRQxxASQDJPfQrK89nz/6gnT3KihNYCr0i4GIwGzGEDyl7AMqGWtTFWebCoQIkOqF+v0RTab3K4wHWoPzRRB+K5ERFa++OLK+/fv/xpMZMmVimnWIM4dWLNt85FVaPoNJ6m+jjcwn4lAVjgzj0SMYQKR+IxkV9+pttVtbcci1kVERV3ngKw9ygY5VhyfPo2atkHYIOhcGRq3WUr1AMTpACCQN+jEdj8QRR7oUDQFORMQgtRWKrwq+wahXKbyjrsJ//WQOOnqbYKMMF2iEKOT2fPAbeAUnWFhtOkmXVYQECsBxiTWZUm9Dx/WyOVFD63hlG/Z51+9uHIlIAEm959/DhxWxXSO4MIBkFoHLvD9RLk2dnPZGrS4aXj4HVbiPPgET2QikiAkiV+2/eXUjfNR67j5xi0vr0VAyCdcpwPRlztgJkGoDkiQ2/IW5lLTA5HlcRaJzwwEAoVarSp0a0eyRIVyc6DiI/IH2GYn2V4pE0vBRxYaUMUGoc1plRWKdNIQIGqxTqx2C2cw7qqzr99/DSF5cSVnH69PmyLiFzjty2OlqKE9DZ9Agl+FYbFhA0hMAA8AglWBkcRPiSTbG765mrArLgolJb8BIGtf3nLtSadEAUi6BM2WCLVFSJGKTZVakpoCRD0FCPYIIEDEA2rsmUKjPl8bGOVwIl/MDvW6hJY8hUiapVPUQGKqzdUXGkWGIokoDBARAoJPt5BDXvkbRPL79wHI/SVgHmEC+uQUW86r6XX9NhYdiHXRjtr1X+NVODnBY1qHNW+egL96Hok/kswXxJ3cd+zLvqtxu5AC5oBs+Q2LwkXVEwEhcwuRxGcJWi4TQ9KmTyOooBgiEpkyAoBgswCCC1MrTUX5uW4LRrJB+qFOlirUMM7hxkqTSKrTK1OF5qJx0YjMTU4N6j6XJbbbCK66UhgmtyLPvg4Unnvu1yikL1ny1ysVM00w2vrzbVoKowhNY6NGmL1xX89+LD5mRh6cgQgEWCARn5EIYrfXr6/vaOg41gdE4ka3bNmy9miEYMHEUuDcgbyTg0YxK7SasgCIKQhIulqkUgykPiYQ0pwvU1lAt/IzX4FAIDZjFOMaypGJsrJAvwkNhV6lYoDGwwV1vR5ZDUOCaKXd4WaWKyrO/vDXJXz76w9nK2Zex01LQws1LiftoqswZnvD+Zux0aE8oqYEkAkgAUgEgvjTe+rrb+zuqz3Z0XYepYmHR69dBLkVERU3XxCPPwkQ2zt1JLeoRXsUOpF+Ryo1CQTrl4iU9n4U+n1B3e+y0jkgqQRDmsO4LMMhkU7eWiQv6rdlTK5pormsQ+h9jCQhQxTpTMUsnEGpk8mrcPCYCMhEHmKlKG2xAkxEBrpXWFU3Hj65AiRXfnj99dd/uHK2ouJRxYtoxbYJMiK0WEP1rf/n9WAeoQ6L5zEBhIsknN+Kv7q+YUXD1wJBYtz29ad27+IYxnAr7uhwUQkCfO4WYt+RIURlrwjISCHIVH9QxwjQSyqVGlkQyyeGZEgMIcFCdCIJBwQSQzvCWCVXiKUytUQmk6gl+RNhHQGxq9LQyQjtDj2gLmJQyq8zqdJo3kJwIcMB0aGpE9gb0Oiltvac1kMoOw0f2Cv4NgtHwbqaGIeGxJMXJMZF/bhx3x+2zjiF5XNYAUD8civ59PqGv+9pe2NeYmxi7PaOP59OiAuqS4mMjI4SzHWxOV0i82jR9HeOXgkJtMUve9XpQqFBpvQaW2HYChm5yavUFZuFJF9zUicb8WZVaoWskC4WKb36IlJI15hGvIp+pIr7jUql0utVikUi1Xg+GWAhMnURDScj3DKvSu3tdWK5di8kGx6PRKVSylotWlJoUI+ovCY0dZKmk3nFIh2QteufaEmXq46hseyWIYyMj0X3gKREHz6579vDkdGz4BHUtchtMfP2NPx9aHvbG5CTzBecRiYSsHLlK96KjkmeG5A6dfG42GC15ooUMjuacOWBgH+yGnZkmQrzQChR7a0w4CUSoycd7QDpodSORn+eG2svQm+oFek5/dwDfX8GJrTs0MNjiUwMWkok9U96wJGXyyoPVbqtG9L1JpndYyExR+8Oo14sGpd5JDKRCVJ2bbrYCOcyegw0iHGp0SQWe1UyUw4x55ovrqgG5aUOnCUFESmHR+tyr12Mjt7T8dODiOjQsripDkuwIPh4DFNVW3/qbsX2fV/PAyKChD2nzu9KQI33Wj4iEdER8XNyWa3FaW6P8dA776h1eTbtxNSJVCc1vmM0VeZqESKbVM41jwIleoRbzz0rkvaT6fw7NQP9xTXcI71baM4ZeKaopqamWKHXoXDgX/zDMHlemsFTCCeTieUGM2hEXNPUv8MkzbPS6WLpjuJ0bYaUP8yIB/whYcl/Rma36+XWud+qxC/0O+hhF0PFR6SkXDvyK2jLr23dXv/P0aToRyhexGPB1PlY58m2N5KT+zq+GYqHXTggsbH33Dbbx0EVjtFJzFwu2GIhCNayAZqFJrhCK95CZPlpGzZYU7mXMJylaZZlYeOTAu4h2jCGfzTxh6WptDyjoh0z07Q2B5KNLOnkzDluSSMImj8ZS3CFfiSBW3qraQ1DpmZYtHC2iUNzl4LBRbRnsMTca14pnMGHe7MhjFMC8FQXXz2zfNu2bb86cvHH9f88OvOUiY/H1IFOXK3/892K5GzAEr9gXjy4rE8EsQaOc66fCIckOmFOlfrwZSluEZWg+JBN+WMIX9DGz3dRfCPIwKcExS3uBjaSwFoLFfkUkjIE0W8ckeQxQSfD/CfzraFzt25gw71OtF4Mr00cz1/GhcTRnHhwVbNkdnUT7uCKxRCP6Gsvvfrqqy+99OqZ3JSN+9YeTpppyoQHEh/ieWr3fc1UJVf11be9tyB5PgT1IYHhzJFtR7Zt+4chqAw4UjC3QYThQWUGwlRxlkolqxNOVuviePAuUwohAhoLOLNMdVzwF2qL9VK1NShZx4KP5L8ANlvjaGymUbFw0NtzmZ3zV4OTIKuacVeTr5wyOTIlOgWAyGvkRTUvPey/uGfffwOQmRUvMpD4qQkNhHOyimWSd9fvu1R7sv7UJwvuAWKO9HL/+i5XcxoZ8yRZ+8QZUw0yvV6v8Lot9Bxzf5neAB7LnJFnlO1oJ2bl5imSHarWOIboJ74LiPssuk3PibtamrmCY34Skau9Oix/mFeTl1fzsAiA1G59dACJDwGi2XPqvTKQW1XJV/dAsn7sowUL3A9fekleBKyXxyVMCmCwkvinASTvkFSq00n1hYXWOWhNnMQNHv247JnKHYUyD8iE2Xt7jMxuqcY1Gmy6mvBZ6Vuu4tmBOVsaaZyeLE2L95Xv5lfmnfB48kb6t+7Z17cuJEUPVrwcj2mAgNwq02RnDzmSBfHuEQQ5L+9hXexkEQQqqEt8GoWXGVYLWufKyGjXzuWmX/D7ZlRHYjPkWMzE4yxeQl8yGqy5txmnmceHwsFAa/caXFPd4mCdbNC0UoIPyOG8tSdOnBh44YO+7ftqeSAwkqPWrYubxmHFJ08DBBkJZKTxsJPb6zkB/3kqDYkJQZVCcU/DZxFCfp2LEM7tJmwkEiBwo9BNPeYwR2t7jNPBDDdmc7eyzBYKl/mB4AAY9HCLk3U5uLtiArQy47/dP/pw0dot4vf/0HDjZAMPJAlwxJw+fTpmV1iHlTwVCItiCOkXnzSyIcs/PED5xNp8yNwnKoU4JMlPw2eFxN25H2EuAQAElmbIQTdWOzB0LyrhczshBwt4Dc1O0U6aru6FwOFkuBvEgvb33wGyFdrFa9dHL0Zu71jvAxIRFVV76caN45d2n94V6rCSk0Oyid1t3HIjONn9+0kmOT45vvanD7dsWbslf/68KeV0TyWI/B83rhiVQrdD0pqWRg2TrfH9usSU2Sru7mD+xw7w7CYHwMjGsx0MRoW7lYu7A2Rr9Je1tbV9kVtR9pG0fWMDH0OiIi6t3oTa6htXY6co3nBASJC9qKKMInruftRTRTPJtR1//sidX+e+KQgoguCQRAiwX0Tz/boE7nCxjpYWWjPczDJO/hcleJkMnURrAMSQhh1GP3ZQzd06yd++HdYsUX1736Xu1dCO9W2NjoxOSjnZdn4dx+NYwQq+bbpxOnFqAElmph6PutrxTU8ZXtbz3o36hvf2l1XVdpz6qALNAoeW00UlYr+ohiyD1mCapmHa2dKiQRZDV1fD1ggurdcJ/4KLyqYnLGbaBiFka23BpmdR21SA5G7Sjxv3tfWtA4V1vmAF9/qzK1YUcECCeTBVU8t0hupP3S0je47Vbzy5/j2sZ3fDN3crNFNW3H1IomJ/WUB8OQUK0DhYBJvtYlnXEM24XDSk34zv1ntywqqmbfEQzo8XdHeDiWxa8SwQiU76cX13/fGIpHV9BSs4UGA7BccSEqcEkFADQXNZpz7Zj51ff3Ljxo3HLh3vaDj+ER22UgiIJFRhv7Tm+6Wo0F8pogLk7qMsDWJ6yo2CFYBjdUFB97PdX26N2F5/bPu+3esijj3LuavVtVd37z6dOCWAMEyYu45Qqr7/bsPJ9fX164EJ2ElbTxUbUpbCI2GwX2qb/O2ugN/zmt1Hq8h5EEJ2F6w+fhzsY1NBd8GlpMg9DbsjO26sqy0ARKs3FZzfBS0xJIAw4eJbbcPfz56v727oqN/Xffzkxoave0BtBRdBTNTKJ2P/aWEad5ttX+2XF4+tXoGiSFtf9EZQvXtWn+8+tru27/zxS3GxCWEULxPuxhTiav03n6xoqAfjWN/R0dCx/vj5j3rQDZah5XSxcfH/6fxwjfulhq1bo7f2rQYcBd1tx7Zv7D697seOb/ogPUcZYSiPCYX1PyVp3p32gihkAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1240\"/>\n\n<p>Save up to 70% OFF on AIOSEO &amp; give your website a vibrant boost this spring!&nbsp;</p>\n\n<p>Ready for new growth? Whether you need a fresh plan or a powerful upgrade...</p>\n\n<p>? Unlock pro-level features and cultivate top search rankings! Don\'t let this season of savings pass you by!</p>','success','[\"4-x\",\"lite\"]',1239,NULL,'2025-05-01 00:00:00','2025-05-08 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=spring-sale-2025-v4-x-lite',NULL,NULL,0,0,'2025-05-04 00:09:12','2025-05-07 00:11:20'),(89,'683112f5295f2',NULL,'[New] Get Indexing Data Right Inside WordPress!','<p>Worried Google\'s not seeing your amazing WordPress content? ?&nbsp;</p>\n\n<p>AIOSEO 4.8.2 introduces the <strong>Index Status Report</strong>, giving you crystal-clear visibility into what <strong>Google\'s indexing</strong> (and what it\'s missing!). <strong>Uncover hidden indexing issues</strong>, see post-level details, and track your rich results—all within your familiar WordPress dashboard.&nbsp;</p>\n\n<p>Stop losing traffic and ensure your hard work gets seen.&nbsp;</p>\n\n<p>Update to AIOSEO 4.8.2 today and take control of your website’s visibility! ?</p>','success','[\"4-x\",\"lite\"]',1249,NULL,'2025-05-22 15:19:11',NULL,'Learn More','https://aioseo.com/introducing-index-status-report/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite',0,0,'2025-05-24 00:29:41','2025-09-29 16:28:23'),(90,'687063e6c9601',NULL,'[New] AI Content Generator: Supercharge Your Content Creation!','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA+CAMAAAAyAL3UAAAAWlBMVEUEYeAVteTl8vzD4PaSx+8Tcr9TvekJX7MkfPMFYNZEmuwyuehKqucpl+wEZ+Y0ivINde8IceIRj+wQldwQjdsRnuIPgu4OhNwKeuAgpecVrucUteb///8BZPnkOgnlAAAAAnRSTlMwMI8My2cAAAAJcEhZcwAADsQAAA7EAZUrDhsAABrkSURBVHjarZyNgqo8r4XnU7GIIGALBdze/22erCT9AWH27HdOwQIVcaaPK2lLydfX4/2R2pB6U5qpbaepLMu2xWpKrP1Utj2V0cvcyqnH+5LajlNbtW3TUl4UVWFaXKSdTIudpvWm8O1E+yiZRnrr2Y7VOHbjODaVptYY+qSvvG8a2rQe7/ii8YY2rpIC75rGuYZOwauYkOMD7okipPrJaa41zaaovfF14+q6qprC1Q3tz3VR1K6eZ9qr7dzQifRVzTw3jaWyeXB2Hqwt5nmh9U4FM22vd10KO8/3uTD3uy3qunD32c53pIVWpNc1JmeK67W+14W9zle60nUorvV8p3fuZr4XX1/vnURVL0tvTN+2N3MjMO2tD0DM7UaVXBouN53pTZ+AvDtaK+BsmAJVfmuKaWIqRYE3KB8NYZnMaAoqJiYEBDxGqiSkqiEgDX22MOBZ0MmmmqupqCrjC0oEyTT0ZuHwJp1ZGNp78l7BhwJkbgKQWRZTNEXhHX28NsbRF3i5VDGbGV820+dNvRAQ7y1dCNeb6TudL4aCeBC1GjQGANFkvLN3T+fcab27whbWLHcsCoTqm3b5RRe7Xw2dUtTmSl/vhoI+VSzXqyVS9/oACKoWCjAGBLjiaWnLiQp6gsOH2CtvPd7HB0asqpAqiqwsDGqUGLDWDDDdClJJa/xkJvzHEEjbQCHdKDQogUIBEFS1xjUTapiANJXxWvse5a6lcj4DtduYJw6deToDGLiWAuEFQJyjyzZEejZNXbBgCnCpiYWjzMy01jOVuIY0UThbLPhLPFXivNRLUsj9XgNHfS8ApLAeVXuvgaOwrI+kEMZBYlroW+ydtFQMlNO2Huh0+tOhLgA7BlIyEJgkqvi+vAENbFhZqkwUyK3reyFSlh2AvGGyQpogBlJTMFmsECOFE4CMExmtERrhBBotgJBdMRMB8S1+wvjVUyEBoco2zyeV4gRPNkeAeAWC03CG2ypkRqrnhjUk1zPNDNy+mG1TeCjEzXIBqnhH9qm2hoFgAyAGFgtXGUggc8088CrIQM34mcz0UyfGs6VTt0AksbwzILMlIMWd6F5nAlK4XSBlBoSqvYcEOjZLHQO5oUCAdDcyWVBNV3a00hlsslC/sEQkJUPVb3AK5yMcBimE6Bjg4KKRFdJBIxAQkJCEnsSBRGRggaAkKie1mamhsokUYnSnofrHtzTQTSMfiECq4EPmipFQZeOyMIGNsVTdbO+oJmnDQGa8BYXgrx1EIYMpFAiEMYtCFtQ2eNQMpODqBA7jSCFU9AKQFwNJ1o3KSSQGho1yR18Fk4UPUxF97P49kDL88IXNuiTuipUqhUfHEikJSIlf/khqkxqnteQ8HsreKK9WnPrYtM9n+2yeBAUvOuSK1U2WVgXGP/ffmAXIEwqpFMpHavIDZ52ZD9LCEsG1Blpq/P5VB+rCKQOpZX4t4LGIQJbX/SC9VhukXSBks2IVd1r5t9uWUteV+UlK5cFL14pLKZkLkJRju1oYQ9hyASuEnAh4kIzAhRIOaQf1nC2tVvxT679wXN5sz1OLRRKZYb7iUs2HiVyMO8Ihdg/2io+pumvyKKHikTGGRUEFi7Us94+KP0r7QMKvXis5KiDapXAgqU+ngsa7e/fUAAALWssxUBHN8DG/xyzktKAPtLOo+kbl0erShAOmxZj4FSg8P0jou4EHJMJEhmYQQQiYtTh+lBbVB3sRre86AAiZvhHeh0ReL/DQ7BjNPpC3+IJui6Xs9tKjU10Qj54W2YfKynLMl5AxjaxQXHoXjBbxwCIK4dTqS3cazWN1N88ESV+cJx7PpiYWtIDL0DAWJfKPaLh5AI0MC7QBE7Wb7kkfgQiSgEmbFaLXIZBAhMTyFjf9Vu8ALMrqLTR4eZBMwOP9ABQ6II2gHcuCSjTWaIQM9NFFHHRE1TgSEUlPelcUM0Y2OascyaaoWRWizpmJ4ODdOUASHooGL7VKcRtxwF4NrJAlamReqSFDsqyI3BXH6y5k7hFPYvQ6AsKeHT/x3H9Hh66mq8tsFhX2jwej0QyefSWFlcuA8WKT1Wby6ARKyz4Eja1nKx5DBaHGKPj7IxevDd6ch2U/kmo+2K1D334sj0ENljh5duY1r5rd1dG/Mhp4/cCBHJssdSV/Tz1WWnrQeJA4QAMq6SATGVJh9z7mMglmSzx7RBFXtlftGDxHtm2T6cqlsudFVjD0NKijYaM1b5efIWEUvEIhwbtrmlUW1DDeMWWvRX1IbqY+PMq3QI7TA+tjk3rNdIVIkr/XNMqL17JjDlIsTJLhOkxszp5pE2zZqNu9ZDMuzXNgCzdgtfTipeFsEBMWdkKKotDtEEUCLrm753U5Ti8oZXl9k34OpHurQ0EjSmF8MIloWDdsvfpjeQU6ykINVra3AyPLA5MAZg1oh4kVBs+nYsCRAqEdyuUl2TbN2a5qRHQCqYDCsAiMWbYfInkl67UcQ/n6MQp5sTJ4iTBucQk0xHyxQqQRtoNiFJWkpYtFwYz9RSUboahCAo3xCImgiFhAxA6RS6Cxy0SEEQUTwPBQI0EZwGQfRqTBEkFafqWQiAPygC7eSR83YXJ75FT6uLDRehwKRDYTZZPoYkoC2dUJM4ivjEWQSLJdjlfd2ITEZlpRqcjWikyeRzgyKENGRnDICPA8f9MSFoPFe4dEvn7CIu4qlIgksLjJ67ZGwiZLTNehzSIQjAPbcWIqwmLKhDJtoHhB4UUfPlJB9XvVh1eVJCTPDEfYJlkwEOzaQSXyrVSSTII4BrVZOsKy5GBW1gowlkORfP1QIArj3QkMJVKe/+ymU7uCwlRW/n0Kq8pknAKaCfnEQpmYxLTCQLnPNoTjKZl/ehWIBxXOHGOJSJxicQGJsmFnMtiAhIoSlWMcORYWyTJHJqj+YaeVFRZd95D8SytLoDyy9tXpz0E6q9XibnuvSGT5pAIUarOmThCw7WIiU8bFjzkNn22hFT86WgTGk3Z4y4JxLuDAXqYSzi0lGDAbZBLVYgf7DZTMzfPolm6WZa+hFTUSWSy/8CGdaIRpdOLOmcntz2F6xCZwnyERHr3AUCg5Fl5YJmK0OsEiTGQdJx/JeDZYtPDKdsozCKgESMDDedZKEIgTPILEChdt/mpmmQSMl2WvYsW7iGjsgZcfYudEeQyfjayXcvlGH/+gkE6dxzvz5t8AoTf7R/TrAUmgwtmkVKapiwvrhHBMUy6PwMOLWChTdcjGMQvGwpaLl5FAgIXIIhCRjcVegKJYbNgHAOQ2tL4CBCuKsQdaWXQ05dhqvZbU5F3+eyurizjQ1u3eyaXfvgOi3p3NFvXjo8GibEpqmTIcSKEgggnLlLGZUPOT1H9YlM7Tgw9xgChgwpgOwaEFcJyuIhJnnXJQy2WFjBVxWFUG71sRi6x2Fwm3tYZFlk+79crcyCu6kd/5kNBDfz+kVfUXhfRqtOBJ+l6w9AIF24m5MIS2qquWoQQ0LJIgFpCYoA8v4pjGiCJjAhowV6oRLy6FUDgM9l7rRrgIESdUHJA4GyUy8GqhkiFwAQoGYdV0fehEFDJkNmve8ehx/W3HMPTQUyNLW7x/UQj6JiqRR306nc6K5EL7IwtElVJLY+1cM4sxs2CsjUkVkkyYp2WCBfPBUnmxWaQOYPDBdjnCQturfsE1yiRYMIvVPYM0NhlcfVKI8oiZ3e2jLInJnm9PMJb/2sqKPZHukdpY3OtQIO1N0zkHcuvRV5Txrb7ntzqRyIV2RxFLT/ZrTB+7RIEEaUzRYPHGA6xqhRZGQpvo2fmFc6AQfT1d9gUsEq8KsUEoYr0sCtiKpTRkexHGlb7gw6PoOMq8b7FeQSPM4RuVfP0URmhlBYmwAvS/DJPb1kDYat1EIaWcKP5EgBAL4Ogn/tTpfBIiU5+5lEgnpppOmoTGxI5EhDIlqfjxSucIDrZcXuVxCkTcymjZnA6g2KiRDMqQ88EXBESbtCQih24kpuW/9tS7uK9DWLdDH3I5JyDS0uLsInUijiQASUeniuDUqDHaoWWXBdspAcL77Fa8KAUgJINCBIgmh+o71awc2qtVI+DiIwqrS4QTmSRGCY8AiT7F5iJBK3jXYL1Wzaxl+e1ob5caWLTc3pnJqsMkrDNpoD0nIDKSAlVQVaC8WikEFqub6K2T6KVSo0XWqb5cro1YLlLeNF4vlxocKny2qhxoVFwIIA6zTB0O4UZqnFPXjeDwHhga3gWpi2cYdPKl5sqfa8wrpcMmoKD968wY6roeLL0HDtfLmT6CPf2CGTRmOvkiPcT5er0P8+V8zTWy186KPfXlvzZ7u2ygN/ZBEpAq/NgBpMqA9KqRB6q6PLHNIiT4f7x8YuprMWUTi+V8vkAfF+3ut2KjTvzT/nNyrA+1bOoY6Kc/+eycxl/DOZlewj6qGturDDEwA7rO5aIOBlrRL78QkYG2Mx2fCJIOSpxmG7+AgKg9OAMJlZ8X/JPzTkvrFYaykif5f1CI9gyhjxzIymSdMpMlVouWM8wV/rPpw2ThoBU2k0I6pyExARLGYzIgLo7aVAJEj8++3gDhnzNLBSrhZtcljvAIkHCtWg4lXa2b/4iwTwzhfE77CiT+EadZgKDgMg/xPtW81y38tiPy9fO7U+9wl/C9UciF55Xz37Vy6qIQamtN+GfZIrHNyhQiza++jzAIC650ndilnMVpnKq2gWWLTp1FdG4mx5D1nKbCOR8+BF/ANKxtGovZ8VacO06/eCZwaZoLF8LhnIgLjmYGQt9DJusskuHi6NT5kLBAb2cGgsYJmTvtjWyHF1+ZOJZfdQy7dCdEmKgLWTV7sdfH39fNBI0QEdRQKY4kiKLMgJwUh0I5aWNL6h453Af+XReBODma4CAqOYfc+1W8xScQ5qF/mUdtsydB5TOQkxNpkGDoelc9urhBZWPdRdwHrjwkICfmwWBOAuSkd0nSXcPtWG/yIsuv7hi+87uFG4WcOOHXcmtXCgle5CzDvwAxrX1IVEgfkUzilSbeqbmyPR1UvA1AUJdwpxemJ+eQy2cxTNLsnTYKiUBQcuYPg5+AEDt2dtyuQOLSIToWLPOV7XEE4vh3ACBQ0pWBXKWxFYd990dPFm1j/WLopEs+5HHkQ841FbaXtQ8BklZ0z93ly2OjkEAHLNDWYcvWskeJlQ1LVuUK6S+525JCH4BsFMLtMrgPqeY/0uwKqfasBcdW6uzq/KYOA7lKD+UStT9YpwqpxYBRikA23fU1klfWEzmc6/D18xuG2b2Q26qnHv43LipPCsSITyeB5LVHNuuxUoi2soKxOvetvDvxYd0rgY1CLuJkOV1jb1EVIoIJEqk3Dp6BnMKHKwESFFJn1xWFSNv4LL8pfH5wAsTtAwlT6HS+w8qRvFY3RF6/dOpdvHnLAtnpGJ7a2+O8NlncEVndxmpDK0uHG7kfInjYXoilwhv+T/AP6CkKEOXDba919z2ZrJVCJg+3cLLSxjoFk3WJ3UY9UoU0bMVCagKQWjw+bxUIdVOGYLLYdq0UIg2tbas3OI/v2r0/HTrRbqESeew3e0+3y9apq0u/tHjgUGp8rRDpqeOwOkk5t5EneWNSIFuFCCxIhX7kG4VsTBbLgolIk5YLzuzmqdvjxX07L0BcMGBXei8BYQK6DQrZOHUbgfANdnEhw9ZeJSqvX98xVKMV7k7t9kPa09qp99AImjF6q+rMXRH1IZlEQiMfAhGhVNwnv4hJ2wBBBx11UFf1OTZ7p7VCuNeeufXwBQACoZyr+srNXlFIBHKVZvyFjdIQGlm1OBPufCoQat5K76S+htavAuGG1sI3qnbvGAZTtW+zfjzrROfHCZHbYcdw08oiJBO7cvQP5UdfrVtZfZ852UvUjDoctVF9dOqt+vH0oWYKTj34kGrVMfS+ST3NM2vnGr/ABwMmPkQsVxgYTj5EeoCnPzIYZm3oGKa/1A6ZyRKvvtNZzyY5LL9tZa28+vunQMi2cX9QFVL+0S57amWxYz/p7Qrti+gwCOSiJqsICul51IP6KV7GBKh3yD31vJUlIyOX2PBNQyX4bYuxki9wyYeIU6cCOfd0zX2IG+TLau2myBdY6RPiQmEMOIz5zsPqLm42TS7vqP8nhWQjvqlneDswWRsgD7kpwrdE5AZir/k2tVVd+9QXoeMqjKfw4G+v+URo6GcsA8IYUlyNBcOJy8Y1jV8lun7tsmNb15XT0UcXb5HIEDAPN6YkY8B4xj0MDeM1y/Ajxh9ru7pXxfMYl61AXrGz/uuxrDgA/wiDJxHJ+YjH6ZaI8JLmMh5C4fsjyIpJdxUEZwUzKIQKtomEDMz7wETG5H+SHONgGj4Oxn+mNDJv82V7w0SG4efUzNqdCSQzHH7p1BMWHVwMXZHyYGLWucyHshKK8NrDEAcYtSBQYT5RINMGR4ZE7yFqa/cnOBRFRsTv0Aij8jFTFqvbJKt7VNrk3Xsg4bWaBrT8ZtZJQsI9kfdtnYwuq9Tn03yPkOQwEoYpYJDUrzY74lBbNf0Mh4sCiTeq/L4wbH5z1ymH9S2r7V2qIU4s/dRHGlT8hQ/ptgrJb4lEFjd9mWzg/SHWSqdo5SgeHyKJspimnEj/gWFNJGQC4ntr5dLLBXN1hCO7d7iyT1sWcR5KRDLLwMlHC2tZ9wmXX02U60LXsNMB+FvsiyQs6/QIc+UeYWrWY0sigMiFkfnxQxA+qCNz5mmsZMcu6RL2Iwu3b6dsAKHSsBtjdSwP7RZKn3DYv0n1rU//p7GsRzbe+84UspvElfPELJ0J9OnFuy7YKp7WILMeEpJpz0xFFtFzZCTC3XWdpfWMGBILvUflVtNPNoYqmicl4HaVkakjIdFnqpbPccXX2mL9upUld3Ifq7nWx0z4eZG1A+k2MGRK0CSTs4RCN6X8e42siDAJns+oMEZMkkPtRyirmQ3+uE2V4XA7Exy2NDbuPD7ups8kbJu9r2zeyfLbub3v7OGQ0Bd5H/MIT1Jl0uCHRfJp8DzzWtTRh6k/OpeUSw8tVehu6JwTmQaU5gFRhY86A+gZDdXzs0n10ZqyLhqqv8FITd0NEn16Z++GYRpajHNOlv/+BFUXp77nN3J3RYKZJrdHhkMeE9EJpKoNoTJhvjVXfprn2+tUxSnNmFt3/6bcWI0BxBisFWbA87RSTLvCnGuZw8gO4+mP2lNZI+obHAnDsDMvSyYBLeLTl51JJ2l08XCm3L8p5KFTs6LZun0QWT1q2Ie1C4+GJI3I5PdeWXRJHGkeaadzF2VyL09+1zmMgCEzrMMUOR+nkmLiOyZcO55szUhkBulT58c9Iwnee9qsA+72HcYQp5TG+deBgs2f3ZGpWcFi7T8jsh7IWg6BlG3144Sh9Bih7HHLHvvk6aPTP1xqm5pRZmZljyW4CgMfdcUrv+JhlYpC+SZVjeMnqfgxEcHS5O9f62/SNWyuuk/ZHJ9MCG3dub7+Y7pnT1IdAOEqbL9NJYf9y1Nf9oi+WIYnDUUdXnhVLZOL/PLlKCHCVlWN6k8Ex5OrPWS7DLHqovHoUoQHvM8a0dnuz6b+cZrDsgrmQEhsJo35b5V/lWByeQKS17d3DLUC2+r7KtNYjAEHiBCTso2P45I88kspjIxEzCoOyYjMYUWUP6+hm6pWFTLyxEURQpW4CJZ6jUR5VFsitmnq5hmfLnTNTyHUKSxgtqcR5ZLJqncIhOiYGtbvntYMyUHf8CuGIVUI38ikVCK5ThgJiATXkXhEmayQKBGOHBfWpA/HVKARfbSwUQRpiXKh10z5rEiaqJQolpBgtvSJtuZ7GN9wyYRSZ08XEoF6gyPHsisQQfJNs7dsf5DKrUJyImXw5KVCTSzaanWA9xo9RXEggAk0wjIRjeiT0dMziiEw2IhDkMySzdUHC9VIeBbX/sBMMYDvtJITERx14HCPViqugUiISxqB3Hc7I1+rOL1/RVK2K4F0YrcQ+1KBqLkLVi/hCFmrEWSDwWqSRBiJB5amlQgCY6j9egNG1VFnRksWotIk6xUlUqnB+hfvsc9D/Yjy4Iqus6rPZJEWBXHdSuRIIVEgpUHw5ELDuyYSfTGZoI4bR46N6dYrFnnodorRSBFDcm2kDGq/4hdMlhF5cJBMCfMDN9JzDomgpRsFInFgab9AHEzjBYKpfFMVlXComgIQCgTBbDSgX9PgVlWKp/yMNW6yRpnPOCw1rbMKBS9cb05QfGAjLV397V8R3rSwvr5+wCjoDIvYv4nEMEeJHAGRpe1NGxSAfeRUw+VU3PgIcfs4FOmt7AGipy3ilSJ0VvvAsGMKD+uNpwt6jmjtkSGqNY6kCIdU74TEIN4rvDiXTgYKeSLONUdvkp8+gygKZtC4wjjUcuUaXyE8LO15HCFMLAHxrigaNzmJcW0Q4noI4XuH8LOvEQXYVfXsbG0JjrNU6shhIZw1lc2NawaHM40dCjdbj2iMbp6NjV4ED6ZTlXO02JqIEDxr6ztd/G6H+32m/butDcKNFosz90VK5zuC9EoAuQMgwqDVyKPFjWocsWE5aK8pkN1kH3EwCciNDukMDLVLxF4i0kpkvxSvF5FVObgrftG6w0GqYzYhZizRGM2k8atRTqjGZ9uIxWpSe9YYiTVeIbw1Il63hmPw0gUKjvlKZAuEw/SIXE0Xd17iLcfwvTbGU0bE8UbCWHvExsYvuJglhnVhjZfPFoYo1MbNElV2wEnWOA0sJ8Fnrhy3FzpxCBPLMXkLi4DVM1235ijZDMSaxTiUIgZwoUExvwESw/SinzcZKIBDWPMNDiZQGnkb9StUCj5DIvZ2rUSRE9+vQMq24BjliG5NNU0/fiPx35GBTysmi/ZHlJpipLcIB5HQsMrJERgOxFtM9CoahCP2iIUssZM1+jXH6mWTxVQmDX6NkGWqkCa2mEzDYawR9bgxNZ1NVBA82SDqO9jOHGG5xhkFVSPVL+0Ns8HtDsJRy4xRidt750pHUF4ShKGMLlE7jyjZd6MBea0t7oMB8Lt3xwq5I/h7BPIQhXRGRUAQuv52y4CwQjgCP5X1N0ajAXuJx1uAjJSh0tuCI8TD5BUcfD8BGVkQ8N+QychApgmV2LJCQpzrJoQe53jvAmSiHTDwAQgihyMgtQDxchpCH0/MSRXCsX9CgGsoBGGsEXecQ1pbQz9dYJgtLsh7lKmN4h88VSkHIl9EIRyYKeAIQGYAoXW2pAqcvZhF3kMkccsxry0BeR0opP7f/wFVg1jJPsX2wgAAAABJRU5ErkJggg==\" alt=\"\" class=\"wp-image-1276\" style=\"object-fit:cover\"/>\n\n<p>Tired of the endless grind of crafting content, SEO titles, meta descriptions, social media posts, and FAQs?&nbsp;</p>\n\n<p>We get it! Creating high-quality, optimized content can be challenging and time-consuming. That\'s why we\'re thrilled to introduce AIOSEO\'s new <strong>AI Content Generator</strong>!</p>\n\n<p>Automatically generate content snippets like:</p>\n\n<p>✅ FAQs<br>✅ Key points<br>✅ Social media posts<br>✅ Email copy<br>✅ SEO titles and meta descriptions&nbsp;</p>\n\n<p>... and much more to come!</p>\n\n<p>Update to AIOSEO 4.8.4 now to unlock these powerful AI features and transform your content creation process! ?</p>','success','[\"4-x\",\"lite\"]',1270,NULL,'2025-07-09 13:36:07',NULL,'Learn More','https://aioseo.com/new-ai-content-generator/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite',0,0,'2025-07-11 01:07:50','2025-09-29 16:28:23'),(91,'688973d3f3eb7',NULL,'☀️ Summer Sale - Up to 70% Off AIOSEO Plans!','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA8CAMAAAB/yBzfAAAC7lBMVEV52c522c1359l32c142c5529B53NAASkD////+3AB12c137N144dV27N502c13690QXFJ36dt42c15289tyb1t2ctx2cxz2c1v2cx32c535tl53dF52s935Ndr2cv/+9945Ndn2cpy2s15285449b/9bZ27N1w2cwIU0lWoPN34dR44NR349Z36dpy2cwfbmR35dhp2ctm2cougHZgjojbvQV728/f6ed37N524tVq2ct439Nk2cnm5uZ03M9w28522889h9pdt6t8288XZVtlwLRv4NJGnJBbtatqyL1x6dpr2Mtx3c927+B12s52284+k4dz4dN269133NA+kohw59hz285OpJlt28110sZ06dpz6tty5ddi2Ml15tlw49R27t9459ll3s5z0sZOpZlp3s9o4dJ049YgYVh24dRs5NVt3tDf6Odz5thl4NA9kod43NB52s5z3tF16twnd21q49Rq3M3v+N5VrqLv8rp33tJu5tefu7c3iX5i3Mxx2MxAd3DfwQX/98P72QCM3c7/8p9g2cnmyAQ2iX7vzwJ43dFj2cnU4eGApJ+PsKuax/jt3Bs2iX/1+f77/Pz3+dyJ2bTw9PMnd2yvx8NvrvUwbGRZwrVep/Lh8LwAS0HK68E3in4QVUxp0MPM20739Laq0PlQgnyB29Cx6Nmc4dTb9Nqs5MWt2n1MpZm86MOr5tXD3PpNlNr21QGB281f2Mm/0s9/6Nm51WPV5/z+4SBwmZM7NhZyz8911dFZqNi869dbua7N8Nn+5UK468eu8t6Y1JK11frq8/2gu7dBi9520dN27d6/pgdFRDnE7dhlu+a/5uL+3xSK7ts7mY3Z570th3uGt+9Lleh5wd7l+viAcRRypd6wtMm3y+Oj4ceW6NDm9dz+7HrIxS5vn5n+6FQgbmOLvffM9vF91NaXurWumQ6I47xvYADf15+vqX3s1knv69Hmj8KIgEdgXlQIVEqq4IVOkIf/+tofbmNXi4U27x48AAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR42q18eVxb15W/hDYQWBLS02ZARhJGMsZawFZswKAilhbMbjA7CftiGwTYId5w9gQvqZMmTjJJmmSapUvatOOmabpM2+mvnRmmnbbT6W+23yy/WX77vv/3O+fc957e5kw+n+QmGHGRHvee7znne5b7nk6XG+bEniL8btpTppONsj1FJXuqdcpRv2uvUM5V2et1uqLCculcRWEJe1FUmGfi58oLzZI/zOYTdrP8YuZDh+4rdin/RGlxIm+PST5n6k/g+/PYBvi53DbKhHnFNiqKYb7+aJXyTxTt7qlXbRe2IdmAbBtm6Xyi2JzbAJsvve+QbBuwUBNsQ7W1+q4uhQSK4QIHj6oWY97TdVC1QFgMXFg+z8u0tCwnmdKERKZl/TRfeihPvpgie7mpOKH6E6bd3b0K0TOZlsglU2/nZWq2i/NV0m2Y8/pxvsJeothY3p5EoVn1dxP2hBRayTb4DQiqIW4DNiBVjdzGCstdag2HFRfu7lVruL1KtZaiwmK7ahIWU6/UDV6mMt2QyNScd8jEL7BMIYESnYa5mYu7DqkWiKpRppCMINOi4gqJ7pqlEpCqhmQ+ryShZW67h5SQ0zbAOk0yEyzLKbdOw9x46xRVQ+Jeyo9qmJu9vLhIZYJq1YAFFit1gwe9QnYBk7iYnH8qsVfLJIDKXX9UaVolhYfsWv7gYLECcl05yZRJYKb10zR+8Fs/+LTw6rea2SvxhfDjD1RzMHSJrmK1CcI2ROVWbINtgNddyTYE66xQbAOtU0umicJ+k1rDzbgx6QVK78tzqfHAxfDmrVMuhpRbShUK6hGpQuK5y7UWWFxcrlwg+VgybylVuATzznvn5j0fc1z/+2CRZAPSbZhl/kmyDdE6y+XmRtYpoQrxo117tBjPpaQewa1J3Mtbb/+bP38mP/+ZP1fxloJ8ZfQrXkDhD5C7SjX8wU5X145Ow9yU1CP6WIl/kvmD1/9d/scff6+iHnEbZtE6S2VRBLNONf3CfL8G4+1JKB2ssA0Z9UiiCN46//DPnhFWqStS8ZbsAgr6pQto0G9RoZq3cDEq6uF9rIR8ddIoQrROOf1ufQJ45H+z9jOo3OUajCdap4p+YQMHtQJMu3Jj/DZE7pQzntS9yANMsM7v/fGBAz8RAcldQEa/PHeZlIuB+Qp7tQb9qsISfjEVxRWavJWjHrk/IOssVfiD1U8CkNMWx4wuZ51K+kXl1ggwdcVdCQ3GMytje9HcJNQj8xq8daoCTNPkSwcOHHjppwIg4gWU9IsXqNKgX+BGkyoCtptV1CPIVMJdsnDczMxb7Q/K+iuU/uCugJz+5nP5+c+dPn36OfbywwGxrOasU8V4uFC7FuPVK6mH34aMeqTbEPyWIgIm61RpuO7fIh4HDrzwtAAIfwEN+i3avVcdAYOPVeqGsBgp9UgXI1CP0h+geZdomBv8XZMWIKcXn8+/evj5xcUXfx9ew7h5w2JZfC7/ksViuQH/LN5zw3I4f/EwvPW5N1+zfJAPb118/uri4lUBkFrROhWZGp9VqPwQn3DK5nPbEPI+ZYDJ3Is6wIR5VcL5hwwPERHhjYfUMZcJM+KDSt4qU+R9MvotE0JjhT8gCKvU/gAyYs2EU0G+AiCW389fvHrJcvPF1/Kfu3TVcun64tXnLTfBNi5ZLi2++E3LjRdvWC5Z7oG3HrbcOIwg3bx0D3zieQUgupLde4t0WgmnjHwl25CExrJt8NSjMjegHu2E066EXMDjwIGncJE/FRao5ihajFw3cj5Wwl0y+uW5SxWOg3nnaSacqrCE97HSvE9n+hM5IIuLJPP8fMuNfAsaxOFFfLl4+PmrN8lA8l97Mz//xcVLljc/yF9cPPxNBSCwDQX5itswS6sykm2IVRllwgkb0AowSwt3y3VaCafCvfzxgQMyRN7QCSlOhSJxFBYjvYCUfgXqUYbjoNwlGv7A1G9XZ8T95QoJSKIISWhcb88B8hoAAnYhAPIB/g+/OJz/Gv2ff+O1w/gNvdTii5csH9yEbzeuywFh25DmfdIoQrTO0kP3lTrhu1NSldEIMM2H7t2rlXAq8j7cRrWyrKT73gHpeOHpn76Qk+kjv/fyy1/WqelX5C4l/aJ5mzTC8XKNjBh9rDzvgwVW1gvmbdJMOIWMuLCEuaznXlt80XKJ+SQGyFXLixYAB6fw5SWglhtv3oRf3LRcvcq/lZlMDpDcNsoqq3RaBShmnabKY+xHZ04HExqMV3+0QuVe+IRTNp9zaznr3IsG8sI/PfXGGz959ydvvPHUU+8+JS7mr7+wH8aXVYVSkbvUBSjQAXWhFHzswTylH+IXU3a0iHZnxFFWuWaUFl01/AFaJ2VqfJR1+urVG/nPX2XR1A0wgtOH37yJ2NyAlx/gy0tv3vP8izh16eqbl9hb6R05QEoKq4UVGNfyKtcUmRrb2H17DlbZL/A/GXOqtquK7VkwVCZ3L6K55dyLPOFk1llaXPbSG+8/nYsD33/qJ0/xvJV9ZD8bf6PI1MQLlysLpSRnNfWQTGV5nyQcN+X1AwpGo9OYnpx0gUhk1KP2B2CdpBqfUB4CgCBVGHEBRqfTYDQe7AfJlKnp19x17wWnk8Fm5CHBbSipR6j3SstK0m38Mx2Nt6Xre/qpA+8+/ZKOX8wDAMYXfg1fvypS9yXgD9u7VK0Pol953pdbjIR6cgmnU2cs6p8ccBoMOxvHDDD8KBkj758O2qs0Ek6yzvZPApDrAAiphtFp8PsNBj0uwHmsOE8rwNxbVVltFAZAI25DRj0SryFSjyLAJPdyt47GLyTLe/+FAy/k5/9GxxbzVYAC3NXn9+9/4Fd2jQX2J5R5n0C/srqUJBwXuUsejhuN1RtL+qXRdb1VjxIxkK6yjDhPp5VwArSmT1//BAC5ZHnlT8tIvgCGXm+FBcBIb0z270iIgraxAWCsLcBCcYlOHMbcNnKhsbzey0Jjdb33bh0NSNuuPyMxjwMH3s3Pf5f//QOMPn7n5f37X36vsFzFWwcV5Cul3xx3ycNxZt65hNOJcPj9+vSZsdFGm81mRZH4wUrQRiCK2FFSj0C/AO3/vufje6xFAMQE+BsQDKuNhrVv9IJhoH/SZJR64sodwAwWOnks69QjIsB4/WZlWUkVYGJorJlw3rWjcVooLvz0BSyfAJ08zX7/5f37P08vHgFkPl+qSA5EmUq4S+bWmH9Sh+Ng3sUycwM8YJ8dC9XmTCZV6gdM9ASI0XS0TFlylPgDsM7W/3f4442rr1lesaz2V4Gz0gMaelcKlpDt60hbYU1VG2WyWgQZESwutcplARG/MsBE3dQKMOu7Ck1aCae6o8Hc2vHjzETefUnMDHX0RjCMv2aG9DcQbH0VLpCrV0mrYQJ3KekXuUvRGtTIiMk+rOsdF1Kn4lFLtJbLWm1oJMCtQsguCY1lCWd94Z9YPu545ZVXPrM2uZFGPLLcLYfF0nIqBUoBOuEf2FvJL9RkL9ORTwMjyp60ODIXrPqBjWNOoyKe6d/VYrx6ZVlJ2IZ2R+P4cTKRN1ga8j4BQhcAu/gdnn6/zIJfkbsU1TDyT/XqcNy8Z7dIo09Zn8v70BBA7fo6Brg4L6KTKXAaer+/bMOspB5lvVcX+dOPjcf/fAciq4GxhSFbqj3KJh1ct5fpxFr/fSY+wGT2YfN2c/CO1oWOhdEBg04JSKGqrMS8hty9/DMdjdNoIkQfmI+wWhYVXQEQkSqQ3x8RL6Cu9xbZDxWWaNBvhSLvE3wsTz0ABziL7vHxIc7BZAFf7Vmvzdo9mnA5pZ4YrFPDH5hXzr/+GdUIvv6Z15Py+deD/HfJPM3pAA/Q/L7xtZO0giig4hhBMoPQAgJA2EC53YR46BEPbwoVp9l6ZuxM2mBU13sVZSXRrZmlHY3Eh3Y0rh8/fvzpF6S1rHx22IYAEQwJQy1ExPzej3/4pR+r44NDdhVHscXIqSe3GMr7ILjx+9MdU55ULcHREl8FtzXijTWOQgTsVJxH0Eo47QdVWQ+LInJFV3n/J2edTDUAD3CZXm8PR3jEHZc3LZZVpxe9FkYWpYldeykulOwjliXYWsenrAujS06tDqfUP0nrvR+1o+H8xfHj178vFE7ez1V7iwCQnCFhqPUAeLBH7t8H422dut5rVtQsBfqVcpc0HEfqMeqc/qWx9Vh3M27zHx1bGRTLVmNbR6PeIPHQTsqI7UWyCZQphDlO+XkEwR84dVWF5aWqkzkwz6xTUA0jhk4xr4c0Pxq/PZIB3WhJxbw2vR4CKV3J0bK9xWtgyYBHzEMOyxI3twFgaQqN1fXeXEtEUe/9iB2NLx6//vVP/QEPCN8PeZaPenOG5MRQ62XdI5/bR+OL6j6lomYpoV+RuxThuLlw74ChbLQx5sluIh5xLkWe69RCxwkbxDF8esgi4EN7S9cIWqcq4Vzbm7NCaRQBYWkVfnwHtuGk3NooWqegGqT6oPneVsRjszeVQRNwuLZjQCOwhOp+SOKLKhPI+l6PN0WelbN5vBCTGQYqxXxQFmAy61QHmB+to/HW6b/8FIx/iXj8hgek4LefJUCkgRnWUT6P9vE5+Odzj6hO5shrlnL6JeopVYfjVRsbiW5bLJJCOo226hmTNJ9oG+xrZIgYWanC1H8MX+1U7l1jUoV/6jFTY79e28hjSUM9qoYR826KFyB+MhmPbVzAkoiBVT0IUckZPyO5Io+tHVdwO+wilxTP+iLbGFqUFa/hxwzVY0vAH5HULfxtr8EdQQuCKxZtlGsFmKibJRoBpkmzo1GtKDn+2afYAEjeEAApKPgWkbok78tAqPUQ4PG7b+m+tG/f/e+ZNPqUAnep6BfLzhrHAnY2Jsf6Yh5fBvdZGwpTpOXIuH2eqY4+Pe6YhGhYgkzNT2WVquJqTOJBsMf6d4w0CSmD0VhVWQZAlENkBm7QiXUNox8TnKX+0Y20QRisJuPEhJPfGPoiPahE9yqpvo98p2W22x0BI0iPJgz8ddLjHUMR/SlcniPlhgWCz8LLmTBx1epwHtI441el2dEoUVCP87ufEsYfvPsMjqcRkILPfoGiLMkFvrr//zD6eAts5Ev8BZT1XuQujYOxukSXXZUeHesfMKTPTDW5MxjdCNJo7+50b3uGxsfSmH7Bl35hNK1nw28YmKw8COJ25RWjnAE0mjU4s2WVVaAaVKV0kvQp20uPjo4uWfmKCLyRClCVZWJRw4jBrNfjQ0ActSEnU4kRt9vtia139GEph65jtZ0YXCcD3mwOBdy+CLk0Ml7tALOwXllW4r2GtOQorfeay8SOxvdFRDDigkGAFDxKgEgucOFLgq9CKvk5cVeFut5btuderT6luUheckQfW2owWL3rF9vMDgDEFXkCpfGqK0Abtq1DZAmhpj49uWAVBqgzFjUGBvqr/VR54udR1vX3VppYUYqvSsE8yNTWON7RyEoiJF6dkHBiUQOxAwPZXukD5Y+2u2co8uVOdMIS2gaH6DNWP8W7Hk+qBX7Z0huugwWiARHJGGEbqrISiyLkR+Fybi3nn5QdjUOso/G9r/MG8vXjCkB++1nJBcrtP9y37yEMtSASQN8F3KVxUg8iM/U59OKEsuSI9EuxpHfb13YBIhtH2IbUHg8nk5GI2xcDL913ps9qQ5luZ7lM1uv1MqHqlyorL+j9oLUunI7FaHppbKdqIzHgJzRQ/vD+vo6h2HYsduLMgMuV9TPgEhtrogSK95qcBqst1LYcwfDpVKSVOCwyPV/nbrzgMtjoT+K1wK+GkV7iLanOZCdpTAwrCsaBjWpdabk85he9hqQbL6v38oHhXTsa3+UR+UslIAWf/YpwAaQK8FQPsfqW821A5Gum3V1l3sdSHMVRONHHSkLjkt16ygrBf/vcoVMISAgB4ZLBcHOrKxLxxGIxV0k9yNTrMTRbHK16jzfrwsIKpABnxvqw1rEFWTU/vQDmBM5tYwndi82aTaWy+r7xlN/rhddce23trVOZrM0GCWfaKVQ1dc6q/uoe69Bgm7sT4ycGSG1PQ8359ZnZW7XtHGqBF2KwmCdCobkjykWCwWQADNgWQxu50H/QSN0rSUtEUu8Vsx5lgInupVzjgJG9i6DiEfmNCpACHhJzMbZgARDI2MlEdD8H9/WrKtU5dCHFkXKXNBwXuKu80qyjKhYA4u7sRFcxEgKXdVs/gZrYjmHOtn6r5WTJVGTbi87bMRPJnoq3p6xDZxa6rY2Q3dtoOhUJt8dPlfTZyHWlx8cavd7szMm4I34qkzp5qrV19paDL4lsZRshVvCzyj4GBk5n6cJYX8cJn7vTBn/8sgfX0ZpsCIZPURnF0ZoNZ73b25GIL0IEUtvbc3Y6GHE1z862pvReG7AbK0xLWiJyr0EtEY0A02y/W0eDIGSI/CsNQAooBK4oPAjKDYC8LHZ0MdR6RKeoWebCcbGdrwjHibvQxzqpygsRJ0gj6QcybR7mopZVXwRDmSjQqs8KP1tqS5ZXWB5/yoVupX1gsI/Utm2QTbdmUa3b/ehdcICLS21F+aJUXF66aj7WSJ4f+y3UI4SgYWFssMnnDrjBAOLd3QBLZiLIwlu6wubJVMznc/voj0GEFayZSzfTZeOcf3C8mwIFY+4onLq+U1RcrnmkNqEqK7FgiLkX5/fvCghA8h+KiaMAkK8KNfnS9+Cnv31LVrOUh+NmPiMuU53IOFSJmZoB8bB5wWMFkiFIA1abmlpbZkOkiY5MIOCbIc1uHV4/xWTDfmNu8uCIbBuk07ez255t9C4xyN6YOKMtlpYnRCwcDkQ3S34GydhJdTQI8sZDbRfbhjuTKSza1KSeaHEFZyhr38rAp+FDcZfb3WnFP9bi4HwNyfBJEa31GNa8hAwWlbteo8NZsXvvQZ3Gkdq7djTIvWS/+30hyFIBwvutUgbIyzxVYKj1Qyl3qeq9QD31WvelFFYmTHy1Di2kM5AMgPLHex4739OTIbWfDSUDLnpl4ZizsMyOtJBehn0R37bP54vxWST7Vpv1ebYJqBgznGjvyJbDMstE92rzSAbfFy9p85AMsYKFDJaGNAh0YuXcXNAAH2sOXgtlQ+FNSlNDbo63K0+gibyjozcE1sOWVdvc4ric3Y7ZWPeGV/HdrnqtAFNZVhK8htS9aHQ0vvfFX1w/ffz46esqQACSf6EjDvm9/fsfEKiCQq3cBdQHY8FRdpVrHIw1A4RLyB82f4obcXUHktOYq488duexYVL7WlcwqAdFdMQt7bYwSuA2j4eFc6VGwj7IEwiv2nY2HeWyMyNZ8H7uiOsW095wqsVh4XpbQNt7wwEP4XY5PbXcFGM2At5K3ze6bnONQKg2NHe2CYz0su/OncdYst4eakiOMM+35ZszM4cVrqkJszJos5lrIbNEi/MbWZQAVKHM+4S8WVZWkrg10b1odTRyCacaEKISZiEPCFRBodbbAnfZ7Vr3pewob4GixRidA5NjaQiTWkGcjnbX/HQYg5y6O9dGyC1xwRoPMkMcZBkiTonzePRmWh2Wk9lAoJumn+DYdHumOQrTgJOhneExtHYyDuYUBh66Ha4JAh4OtDb3yuCFsIvlkxCZNVpTKP5NzhNcoUjvsSu8SoQbashSHNHbrjlymnELF5hg/srBhcK1cUzou60xQgRJibIKxVG4XICZ80/yeu9H6mhoAVJQ8C3wUViGrxCp4udindG0J091CxQLx+VH4cDHgiphOrY+Nu5qJRWMbg3XZEFcl0N3PLTfWc81H/kIkFCSXoCDYG47Q+Li3AGabmnm2ygZgmGkszPEMYHpSXJcGIEAeLEo47D0dkNKpweezlox4RxdsNl4BxQP17jxyiNXrjCm4hoayBaimw5ubgWjC/h4aMJ3SsAD7Zdz27jmLKTsfidWl3nvLK1LSb2GcIOist6L1KN1pkfa0dAGpOAhBojkHLqQu2OKo7wFSkziJdzFwnGMbiDeZaUIR/OIIdiALqul5xru3NLiuhJES4lC1B8gsTjaScGB4RmhtrLpzVk+oOXY9EhndyvNbGUovupF4ohy7js9KD5whIG6TgyhW0qGIIkf7RPaG69yKV+DDzHdSnYzDnM38LZgmW06T+uMO8INPtKgKOcauQUvZhtxB62QGYGFOCUyFRoCynovhsalGvXe+q5dkzoClnY07g7IrwGQklzeh1Wt+98SUhwZd0nvzOa5iw/HjUaDwWoFaeDe4zNDyRqmno6wh6TBnZ92tZCPaA8F0HP932jUUktpABN8S9hG78e4ifzYLV7NrSx92JzdtLREGR6WLfcd3xai64CcMxlBpGfNHeOYxHu9aE/Rd3oCwZqGMFX+hzjmsK4xPOLou5jrcnABH+kLhBcnHbC+XhdGhNRd9BsGZCceWEtE40BB2R7NO6+qlWUlZUdDAOSXKkD+jpG6eBQOQ63fzS1G5C7Vndl4KJlfDLXRbTFPBmPK1HkQRjDlQJ/iYslX6AoRcxRJlBoQ8PXqSWISZhCzKdRUB0z31kqmm1OnhCAXqamZ8OgN3UEvBO9vjTTUBGZQkilv6EwH2IdHj1bR3B2sqWnwngLpQ67DVEKIbeNRLtjDoHm12y30mVETou3hbuAtB9fXFKMTD/J+rrk47+DRgxr1XlVZibk1hXtRdjRA+L98FA+R/kgJyLd/9OgDsrwPQq3PvSfxfOwC6npvWX9CiIAJENYTcnDnz043gANC6caJIBzctEvwFj7yTCCo24IsanNEgjDxganjdo5ILGhM0c2tcJjwAJpuukXhgW2ioY7hEWsanBoaHzwRwcZYrx40osbbSrA2Z/Dv9HbzeLRYej2edtba5Zr4NZDXuszZwu10HqJtvM+6tLGjPIGiK+7a69IKMBVlJbHeK6EedUcDhP8jOtX7dypACgq+zVdT+AsAjXxNeQuU1p3ZeYW8brD2dMwTg9y4FrRz+gQ4fHRRsxmUSS1JoxekEc3M1PIKP3KKT8VwYlXIzG5nViUZeTvIvRdftKYyqW4W6PaGr10Jcgge0PaEe4Q8zfbK4AnQB0DFBW/n6mpq6sLt0ShGCRmqLnKZk0I2maFoD1Ywm+HxiHPt7c0z3T5MP6OtNnekaXxsLA2JplN5pFZZVhLyZmloLK33Ft21o4GA/NF/Bjz+0188+A0VIHw1hT+HnvixkB7mbLCrcEfrvhThpCtSCA9IPDzUPXMyamGRDfWpWkdqkY7BO0e3WoSUmEX/UY4PiniYZviOFpdhTiv6Dr3I3Llz5xr6E8DjypXHQrUsPJhwY4z8qsvXdrEJC4ae7bYdrNj0DGWb43TaBN6PFcTaDHpMaiGuZlgg2NJCeGDifzkUCAQhCkQf2xrqBEAGF0YnB4xGdYApLyvlkvhcR0Ne7zXfraNBHPIX3/nZd77zR0eOPP6wFJBf5rISukB/4mv79v2tst6rvjObheOMu3hAmmbIB9VGsciBBhIhQDZRkD221ZzggU49T1Dy7HbP8kURmk6GyINxbvcqKwWGhvB9I9eC7hmUaa8L8JgAbDE8mKBIutblW26LeAgQj0+Pb9+EjAJjACxUJtEeNlsIWzw0t8Wf1XLMIr7v4IpX3XfuJMM4D9FvZ6fvxOC6Vb/UX+2Unz1T5H2Keq/Y0VA9WUezo8FIveDBJ5988AiMJyWAFMiqKfVHi/MAkPtV9V7FLVBiOG7OA6ZjXdO2ZVdcPAlF2jnRzbNze89EcMaRw8N9J9iMePjuXAs/gROrbHoCK4IOzndnIkXTvgkS6K0R7iRes901fWViItlM+cx0UyvhMXxuJeKJYc0rFvF5mqUrwCum+JetTT2bgiFGGY9F30k3xtGoQ2GqLr46E0p2utsuDmH1pLS6skgrwBSfrKOs9/IdDXXXXaujoRPF/vDjiMiDT6oBwWoKpjhFP5YDIoTjEu6SheNmiMWBQ7rHp4Y9nCh0DFqmr7GAP9rc0zAxEeAuxzd7Ka9rmpiYcPbGW30T167VhJtnZ07MYHhz4spEQ/iJOMAwMQHTWzPuiYkG26xwxXjrwHRNQ0ODewtouDlEOt3rmjs37GMGApD4fNnenCHSlXyMwrnhKz7+SrUjTwgYXQlSQYwicMeWCztVy1Mhlqrr1nJP1kko8z6tR/+wjoZOXe/V6mhIxM5D8rAakILH/zUWuGQWIq33CtylDMeL+qsNjR1tHp/bJiIS50I1V6anm7jZ1faZSAOOYEhvizRxq1xkehp+soV9NN1Qd366wYPTDdNXGoI9bPrKdMAdbAD514QASIdjs53rWZmuwRHYQlohnW43z80HfL4I9R7BZ0V8PlevqBGpuoaJhgbX1uXLza45AJs6tqAoATTWaO/MypUJVkCgRu6MJ5msO7/cRsUsvdEPnM4/WUdV7wXu1Hz0z0G7+oyfWafZ0ZDFVt8gv4VUogTkyJFvPUuACBeoV96ZXcKfzJEO41rZxtg6iqPT65rdjMdr2zlDoOHK2Zrps+cjnkiwJljDj+mzAU8Av5FsgzDgB3ztjgVq2DxOBqen6Rt9LhAyZF2NTYGz/FxwRjiy25yePzfMmq82qjNjMbIHAIxvXm6e8QCgONyh0HmAGkyLu1zbOxJqmAiEOS7VRObW4A43t6/OcqkTwWCyc265CQ9oWQ1YyXKymoTmo3/syryP9xryU9i5JL5e2dFQZOhEJeC3FIAUAEyf/QoCwnOXqt4L3KVRpTEmRifHh8BjuAOdkZ4ew1AkIMh0eh6y6WASBn47O5ckkSaTc/NzySS4iGRyfg4ngvy7aL5ufq6zk/02yT4A15k/n6yrqwvUJanXgi5/pGn+/BwxOt2GgohEfCvn3DZnT09oZa6GXRc/fJZBGwzZQnOIQ00S5mp4PQlEYr5Azdm5usD8MhqbDc+lCDHWzq76yTpIFaon6/BuTdoSkdV7+Zs8hNqkApCCh58kv6UEBEykoOAfyGUBd5VqPXlvV/2MNFiMwd832tcUcbs7QZIkchJsXV3n+XPzgUBnJ3wF6rCCpJIAAAXiSURBVM7NddbBG+o6YWL43PwwzJ2HOfgxEGBvgjF/bmV5uNPtFibr6vA6c/Pz587jzziZbUVV96/M1wXcw22DfTY6FIQndT1tywH4AC4Aoa3DFSTn5pJJCbRkaUw1xFlY69w5Fq1Z6TRQLqtQPVmHl6nsKJyk3ive5KGo98o7GgWq8Y3Hjzz46L59+x76ttRyjhyBNOUfHrqfArauvRp9ymqz8haoEnsVnezv61jHZiEJbY6kB6/cbvfK8gr86/aBnN3C8MFYudjma1se9rklA+eXLy43+fjh9iHGgcDKORD9clsTTgBIke6ekHt+jo4XeYfGx9NYfvdbbUMXp+ADgQDCjtAOB9xA0ytsKQGCp7MuOXcO/guIA6bw2/nl5Ytt2OzS+/1O/oArq/fKWyI5ryF5sk6hWae8+1btSaQdjQKN8fB/oVO9j0qnwGfh9x99C1McjXPolOLI22XkY41+v9XaOIXNbBzk2sXRNHVxJRJpWxZ+jkBYFPFsb0emBgf/6r9F2Nimfz2epotTnrbBNtbVhf8jeIHlNvxYpA0ghJ8RdDQ3wgM5eGmjOo39/PWONvRaPLZuhHB45eIwwcoGM8P55XPDbsVYudjkaRrvwOv4hRxdkKnkKJw8wGSnsNX13rL+Cq1nS/bnicfItQAp+Pe/Bjz+639/UumzKAT+X7gYRc1Seme2S/rsAacTUxGrbX1wqomXHxMvjRiWmgbbYjHM3fBnDFLha6ijb+qRv6K++XbMQwcdvI104iE0TqVbL35ke/vE4AmPZxvfMASXYRKfQ5H6fB46TOU3HNtYMhqWxtJ0/m1bAB4gHBykjj2sJcIsDj4MZrlC0EZ8/P++yNRUCK5vXRrLpegmSVYhPllHEWDiKWzTno/yZB2xo1F0d0AK/uPP/sfPIHfPVVMeBrIX8vjPPqs4CicNxwXuytV7jX4D8Kq3b7ztxEXSbyZ0dgrKtt7R0ee1kcht7DSJ1QYuzgp+bnzIxk7B4b99HY3Ez9bGjvFGfr5vcChGh+dwDAHkIFt0dSBGT8zLHzpZm9zIy8NzkfDnPIIibIfGp6Y61vGvbseEX6AJerZDbagh26QkXlCYNlgXHbur3ihip78V53upJaJ+9A8+WUfjprLCEhX1yDsa2oBgtPW4EALzTP+4rMcr4S5FvZe4K3cPBcTtdIeYbaijYz1GOLBbcGksjKXTC2N9wvFROq24gEd9QQIwL5wf7T6DZ36xNw6MsDR6TE9z490AkHgpwGwKIEf720Y4EA88JbK2uzs54GfUziuCrbED/qQEWpw/AQDFcAyNnxniZ9fPrLODqX4DHrDv1w4w8/bkfcRnzbJgSOZeShUdjYK7D5YoHnn8QcpOjjwsTd2/kuOuD78zmw5FgTj03QtnSAJ4xo0diDbo05OT3Qb6xiDA89bp0QRwp8Hp9xvSeIsmHt9Njy7g4Xd2BN5gGJjcWPIPbBzT+/EjudE9PjZO7gyjXf4eB/IH1aNLdIwaLcxKN0M36vGDfWMLdDYYf7FA92rTCV8rzKdJXUbTpCLCzdsld3vWbOFdnjUrP4UtJvES9yKr94J7+TBA+KyEDVktGEIxSt2xna95X0qxeNIVwxIjSBJkikd1SQJ0XwHIdqf/GN1gYHRWAfnicxUMxgsbS3SPAbvP4AI++MG5VHmBHqfAP1cBtb5/dGMAz6ojhgwlPFkytr5Ays3MA0/I8fQLyr1DB7MJNzyEiH/f708vbCzRdPeZRDf/awP+hwdV05ML/IxffAqI5pN19mg8WYdP4qX+SVrvFZ+so6j3mj8cEBGSx598WPGLBzF1v8ud2fSsWbHkiLcNgGQvoNAMAwkUOJNt1cYF/lEi9CyaKnyCxbHKHWyjOOkWKPztseKqso213GOSmGSciWJ89IWBh4metYDmpmfKDTgxITJ/YASdMAG0iALY3VjCb/QL4K7lAVkb0vSoD79wYwl8gRWyx3/wd64IWUWR6u5bVu+VH4WTeA3x5v5y9ZN1NJ41+/8BaaXQY6U2Fl8AAAAASUVORK5CYII=\" alt=\"Summer sale\" class=\"wp-image-1288\"/>\n\n<p>? It’s the Hottest Sale of the Summer! ?</p>\n\n<p>Get up to <strong>70% off</strong> AIOSEO, whether you\'re grabbing a new plan or upgrading your current one.</p>\n\n<p>This summer special is only here for a short time, so don’t miss your chance to SAVE BIG!</p>\n\n<p>☀️ Grab your discount before it’s gone!</p>','success','[\"4-x\",\"lite\"]',1286,NULL,'2025-08-01 00:00:00','2025-08-08 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-2025-v4-x-lite',NULL,NULL,0,0,'2025-07-30 01:22:28','2025-08-07 03:44:01'),(92,'68b1537fbe39a',NULL,'Introducing Site Audit in AIOSEO 4.8.6','<p>Tired of guessing why your website isn’t ranking higher? Or frustrated by SEO tools that give you too much data but no clear answers?</p>\n\n<p>We’ve supercharged our SEO Analyzer to give you crystal-clear insights and action steps—right inside your WordPress dashboard!</p>\n\n<p>Now you can:</p>\n\n<p>✅ Scan your <strong>entire site</strong> for common SEO issues.</p>\n\n<p>✅ View issues <strong>page-by-page</strong> or <strong>by issue type</strong>.</p>\n\n<p>✅ <strong>Get instant tooltips</strong>, 1-click fixes, and quick keyword additions.</p>\n\n<p>✅ <strong>Track progress</strong> with satisfying visual checkmarks.</p>\n\n<p>Update to AIOSEO 4.8.6 today and take the guesswork out of SEO!</p>','success','[\"4-x\",\"lite\"]',1298,NULL,'2025-08-27 00:00:00',NULL,'Learn More','https://aioseo.com/site-audit-announcement/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite',0,0,'2025-08-29 07:15:11','2025-09-29 16:28:23');
/*!40000 ALTER TABLE `wp_aioseo_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_posts`
--

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

--
-- Dumping data for table `wp_aioseo_posts`
--

LOCK TABLES `wp_aioseo_posts` WRITE;
/*!40000 ALTER TABLE `wp_aioseo_posts` DISABLE KEYS */;
INSERT INTO `wp_aioseo_posts` VALUES (1,40,'CrossPoint Church #','Loving people where they are and helping them follow Jesus.',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-10,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":3,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,79,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','none','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-09-20 05:10:40',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2020-12-21 04:51:03','2025-09-20 05:10:40'),(1105,3929,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-04-24 15:31:44','2025-06-03 20:31:33'),(1054,3795,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-04-05 22:52:45','2025-06-03 20:26:04'),(1055,3799,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-04-10 22:49:55','2025-06-03 20:26:04'),(1056,3802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-04-25 19:39:45','2025-06-03 20:26:04'),(1057,3803,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-04-25 19:39:45','2025-06-03 20:26:04'),(1058,3806,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-05-03 01:54:35','2025-06-03 20:26:04'),(1059,3809,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-05-12 00:25:39','2025-06-03 20:26:04'),(1060,3811,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-05-18 01:13:02','2025-06-03 20:27:12'),(1061,3814,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-05-31 03:21:14','2025-06-03 20:27:12'),(1062,3819,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-06-12 23:07:18','2025-06-03 20:27:12'),(1063,3817,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-06-12 23:07:18','2025-06-03 20:27:12'),(1064,3822,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-06-20 04:25:30','2025-06-03 20:27:12'),(4,3274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(5,3260,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(6,3254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(7,3249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(8,3247,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(9,3237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(10,3235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(11,3224,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(12,3217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:15:22'),(13,3211,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(14,3208,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(15,3196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(16,3194,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(17,3187,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(18,3184,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(19,3177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(20,3174,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/09\\/09.06.2020-scaled.jpg\"}]','2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(21,3173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(22,3167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:14:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:14:20'),(23,3161,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(24,3157,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/08\\/08.23.2020.jpg\"}]','2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(25,3156,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(26,3147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(27,3144,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/08\\/08.16.2020-scaled.jpeg\"}]','2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(28,3143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(29,3131,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(30,3128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/08\\/08.09.2020-scaled.jpg\"}]','2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(31,3127,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(32,3120,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:59'),(33,3109,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(34,3087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(35,3086,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/07\\/07.19.2020.png\"}]','2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(36,3080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(37,3079,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/07\\/07.12.20.png\"}]','2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(38,3069,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(39,3063,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/07\\/07.05.2020.png\"}]','2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(40,3062,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(41,3047,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045.png\"}]','2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(42,3031,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/06.28.20-1.png\"}]','2025-06-03 20:12:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:12:11'),(43,3030,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/06.28.20.png\"}]','2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(44,3029,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(45,2993,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/SelfControl-Worksheet.png\"}]','2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(46,2992,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(47,2991,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/Cooldown-wheel.png\"}]','2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(48,2990,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(49,2989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post-5.png\"}]','2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(50,2983,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(51,2974,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(52,2973,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/06\\/06.07.20.png\"}]','2025-06-03 20:11:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:11:21'),(53,2968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(54,2963,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/JerusalemWall.png\"}]','2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(55,2962,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(56,2961,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/05.31.20.png\"}]','2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(57,2960,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(58,2901,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(59,2897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/story-05.24.2020.png\"}]','2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(60,2896,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(61,2895,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/05.24.2020.png\"}]','2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(62,2894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:10:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:10:14'),(63,2891,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post1.png\"}]','2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(64,2876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(65,2869,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(66,2868,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/game-cards-05.17.20.png\"}]','2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(67,2867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/Joy-Box-05.17.20-1.png\"}]','2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(68,2865,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/Joy-Box-05.17.20.png\"}]','2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(69,2864,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(70,2863,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(71,2862,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(72,2838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post-4.png\"}]','2025-06-03 20:09:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:09:03'),(73,2813,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post2-1.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(74,2812,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(75,2802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(76,2801,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/05.10.20-game.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(77,2800,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(78,2799,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/05\\/05.10.20-grid.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(79,2798,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post-3.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(80,2796,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post-2.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(81,2794,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post2.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(82,2789,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post-1.png\"}]','2025-06-03 20:08:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:08:12'),(83,2788,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/My-Post.png\"}]','2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(84,2787,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Collage.png\"}]','2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(85,2783,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(86,2778,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/05.03.20.png\"}]','2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(87,2777,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(88,2776,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(89,2775,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/05.03.20-Bible-Story.png\"}]','2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(91,2760,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(92,2757,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/04.26.2020.png\"}]','2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(93,2756,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:06:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:06:57'),(94,2755,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Peters-Journal.png\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(95,2754,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(96,2748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(97,2745,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/04.17.2020.png\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(98,2744,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(99,2739,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-5.png\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(100,2731,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-4.png\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(101,2715,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-Homepage-4.jpg\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:07','2025-06-03 20:05:17'),(102,2638,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','none','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:09','2025-06-03 21:01:17'),(1131,3997,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-24 15:01:00','2025-06-03 20:33:03'),(1123,3975,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-08-29 06:06:49','2025-06-03 21:01:17'),(103,665,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:58:05'),(104,655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:58:05'),(105,653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(106,651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(107,649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(108,644,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(109,1393,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(110,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:06'),(111,12,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"26.7% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":6,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"16.1% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":3,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 19.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"1 section of your text is longer than 300 words and is not separated by any subheadings. Add subheadings to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":6}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,59,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 20:59:06',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 20:59:07'),(112,609,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"50% of the sentences contain more than 20 words, which is more than the recommended maximum of 25%. Try to shorten the sentences.\",\"score\":3,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Well done!\",\"score\":9,\"maxScore\":9,\"error\":0},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 6 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"1 section of your text is longer than 300 words and is not separated by any subheadings. Add subheadings to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(113,611,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"At least one paragraph is long. Consider using short paragraphs.\",\"score\":0,\"maxScore\":5,\"error\":1},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 12.6% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 4 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"1 section of your text is longer than 300 words and is not separated by any subheadings. Add subheadings to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 12 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":6}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,57,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(114,847,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,65,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/images\\/submit-spin.svg\"}]','2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(115,1354,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"13.2% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 15.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 5 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":5}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,62,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(116,1441,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-10,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":false},\"graphs\":[]}','none','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[],\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/adobe-reader.png\"}]','2025-09-21 05:39:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2020-12-21 04:51:54','2025-09-21 05:39:06'),(1085,3876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-11-21 19:12:38','2025-06-03 20:29:05'),(1086,3879,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-11-28 21:43:57','2025-06-03 20:29:05'),(1087,3881,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-12-05 12:20:56','2025-06-03 20:29:05'),(117,1448,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-10,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"None of the sentences contain transition words. Use some.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,69,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(118,1453,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:00:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(119,1456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:00:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(120,1458,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content Length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/Videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs Length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences Length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive Voice\",\"description\":\"10.5% of the sentences contain passive voice, which is more than the recommended maximum of 10%. Try to use their active counterparts.\",\"score\":6,\"maxScore\":9,\"error\":1},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 7.9% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch Reading Ease\",\"description\":\"The copy scores 15.3 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,73,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','none','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/CP-Day-Camp-16-e1472072835280.jpg\"},{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/IMG_6503-e1467922091260.jpg\"}]','2025-06-03 21:00:01',NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(121,1462,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:00:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:00:01'),(123,1468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:01:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:54','2025-06-03 21:01:17'),(125,115,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/236.jpg\",\"image:title\":\"236\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"phone\":\"\",\"email\":\"\",\"fax\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(126,128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/1004.jpg\",\"image:title\":\"1004\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(127,295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/1042.jpg\",\"image:title\":\"1042\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(128,640,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/07\\/bible-wide.jpg\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(129,930,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/931.jpg\",\"image:title\":\"931\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(130,990,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/07\\/IMG_5529-e1467921837178.jpg\",\"image:title\":\"IMG_5529\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"phone\":\"\",\"email\":\"\",\"fax\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(131,992,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/991.jpg\",\"image:title\":\"991\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"phone\":\"\",\"email\":\"\",\"fax\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(132,1023,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/1021.jpg\",\"image:title\":\"1021\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(133,1228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/1223.jpg\",\"image:title\":\"1223\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(134,1357,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/06\\/20210418_162454a-scaled.jpg\",\"image:title\":\"20210418_162454a\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"locations\":{\"business\":{\"name\":\"\",\"businessType\":\"\",\"image\":\"\",\"areaServed\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"streetLine1\":\"\",\"streetLine2\":\"\",\"zipCode\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\",\"addressFormat\":\"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode\"},\"contact\":{\"phone\":\"\",\"email\":\"\",\"fax\":\"\"},\"ids\":{\"vat\":\"\",\"tax\":\"\",\"chamberOfCommerce\":\"\"},\"payment\":{\"priceRange\":\"\",\"currenciesAccepted\":\"\",\"methods\":\"\"}}},\"openingHours\":{\"useDefaults\":true,\"show\":true,\"alwaysOpen\":false,\"use24hFormat\":false,\"timezone\":\"\",\"labels\":{\"closed\":\"\",\"alwaysOpen\":\"\"},\"days\":{\"monday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"tuesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"wednesday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"thursday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"friday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"saturday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"},\"sunday\":{\"open24h\":false,\"closed\":false,\"openTime\":\"09:00\",\"closeTime\":\"17:00\"}}}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(135,1594,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2015\\/06\\/jesus-small-groups-e1472234255878.jpg\",\"image:title\":\"jesus-small-groups\",\"image:caption\":\"\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(136,1597,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"maxScore\":9,\"score\":6,\"title\":\"Content\",\"description\":\"Please add some content first.\"}},\"title\":{\"titleLength\":{\"error\":1,\"maxScore\":9,\"score\":1,\"title\":\"Title\",\"description\":\"Please add a title first.\"}},\"readability\":{\"contentHasAssets\":{\"error\":1,\"maxScore\":5,\"score\":0,\"title\":\"No content yet\",\"description\":\"Please add some content first.\"}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"WebPage\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2022\\/02\\/small-groups.jpg\",\"image:title\":\"small-groups\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(137,1672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2016\\/09\\/Nazarene-Logo-Background-1024-768-1-e1492890806944.jpg\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(138,1830,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/03\\/Easter-And-Cross-Web-Banner-1920-850-px.jpg\"}]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(140,2022,NULL,NULL,'[]','{\"focus\":[],\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"error\":1,\"title\":\"Content Length\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"isInternalLink\":[],\"isExternalLink\":[],\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/Videos in content\",\"description\":\"Please add some content first.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":[],\"sentenceLength\":[],\"passiveVoice\":[],\"transitionWords\":[],\"consecutiveSentences\":[],\"subheadingsDistribution\":[],\"calculateFleschReading\":[],\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,35,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','none','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}',0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/20210418_162432-scaled.jpg\",\"image:title\":\"20210418_162432\",\"image:caption\":\"\"}]',NULL,NULL,'default',NULL,NULL,NULL,NULL,'{\"businessInfo\":{\"name\":\"\",\"urls\":{\"website\":\"\",\"aboutPage\":\"\",\"contactPage\":\"\"},\"address\":{\"line1\":\"\",\"line2\":\"\",\"zip\":\"\",\"city\":\"\",\"state\":\"\",\"country\":\"\"},\"contact\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\"},\"ids\":{\"vatID\":\"\",\"taxID\":\"\",\"chamberID\":\"\"},\"payment\":{\"priceIndication\":\"\",\"currenciesAccepted\":\"\",\"methodsAccepted\":\"\"},\"areaServed\":\"\"},\"openingHours\":{\"show\":false,\"closedLabel\":\"\",\"open24h\":false,\"open24hLabel\":\"\",\"open247\":false,\"use24hFormat\":false,\"twoSets\":false,\"timezone\":\"\",\"hours\":[]}}',NULL,0,NULL,NULL,'2020-12-21 04:51:55','2022-09-16 03:05:50'),(141,2714,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-Homepage-3-e1586635657495.jpg\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:05:17'),(142,2709,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Easter-Crossword-Puzzle-scaled.jpg\"}]','2025-06-03 20:05:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:05:17'),(143,2708,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(144,2707,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Easter-Egg-Colors.jpg\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(145,2706,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(146,2700,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Egg-craft-1.png\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(147,2699,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/He-is-risen-Color-sheet.jpg\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(148,2697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(149,2696,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(150,2695,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Egg-craft.png\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(151,2691,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-Homepage-2-1-scaled-e1586394623227.jpg\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(152,2689,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-Homepage-2-scaled.jpg\"}]','2025-06-03 20:04:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:04:12'),(153,2688,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Couch-Homepage-scaled.jpg\"}]','2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(154,2676,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Donkey-1.png\"}]','2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(155,2674,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Scripture-4.5.2020.png\"}]','2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(156,2670,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/Donkey.png\"}]','2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(157,2660,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2020\\/04\\/color-page.png\"}]','2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(158,2654,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(159,2653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(160,2652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(161,2455,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(162,2426,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:03:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:03:04'),(163,2406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:11'),(164,2400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:11'),(165,2397,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:11'),(166,2395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(167,2382,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(168,2380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(169,2377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(170,2374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(171,2372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(172,2369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:02:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:02:10'),(173,2367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(174,2364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(175,2362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(176,2359,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(177,2358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(178,2356,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(179,2353,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(180,2351,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(181,2349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/11\\/CrossPoint-Swag-Logo-150px.png\"}]','2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(182,2345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:01:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:01:14'),(183,2343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(184,2340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(185,2338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/10\\/Menu-Logo-100px.png\"}]','2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(186,2337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/10\\/Menu-Logo-125px.png\"}]','2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(187,2336,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2019\\/10\\/Menu-Logo-175px.png\"}]','2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(188,2329,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(189,2326,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(190,2323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(191,2321,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(192,2318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:00:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 20:00:06'),(193,2316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(194,2312,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(195,2310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(196,2309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(197,2306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(198,2304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(199,2301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(200,2299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(201,2296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(202,2294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:59:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:59:27'),(203,2291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(204,2290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(205,2287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(206,2283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(207,2281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(208,2280,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(209,2277,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(210,2274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(211,2269,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(212,2265,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:58:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:58:02'),(213,2263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Easter-Invite-2019.png\"}]','2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(214,2261,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(215,2253,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(216,2251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(217,2248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(218,2245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(219,2242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(220,2239,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(221,2237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(222,2236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:57:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:57:06'),(223,2230,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(224,2226,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(225,2223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(226,2219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(227,2216,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(228,2212,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(229,2207,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(230,2202,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(231,2190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(232,2186,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:56:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:56:12'),(233,2183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(234,2177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(235,2175,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(236,2172,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(237,2169,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(238,2167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(239,2163,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(240,2160,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:51:55','2025-06-03 19:54:11'),(241,2158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:54:11'),(242,2154,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:54:11'),(243,2153,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(244,2150,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(245,2147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(246,2144,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(247,2143,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(248,2140,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(249,2135,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(250,2133,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(251,2121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2018\\/07\\/logo-family-promise-whatcom-county-v2.png\"}]','2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(852,3536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-05-18 04:01:51','2025-06-03 20:17:52'),(253,2115,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:53:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:53:21'),(254,2112,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(255,2110,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(256,2107,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(257,2106,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/IMG_9322.jpg\"}]','2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(258,2105,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/IMG_9319.jpg\"}]','2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(259,2103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(260,2102,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(261,2098,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(262,2094,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(263,2092,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:52:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:52:01'),(264,2091,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(265,2090,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(266,2084,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(267,2082,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(268,2081,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(269,2078,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/IMG_9313-e1523045379329.jpg\"}]','2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(270,2072,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(271,2071,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(272,2068,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(273,2056,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:51:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:51:23'),(274,2054,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(275,2051,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(276,2048,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(277,2045,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(278,2043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(279,2041,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(280,2038,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(281,2036,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(282,2033,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(283,2029,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:50:36'),(284,2028,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(285,2025,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1.jpg\"}]','2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(286,2023,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner.jpg\"}]','2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(287,2021,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/Christmas-Eve-Banner.jpg\"}]','2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(288,2020,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/aaaadvent.jpg\"}]','2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(289,2017,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/Christmas-Eve-2013-Web-Banner.jpg\"}]','2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(290,2014,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(291,2010,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(292,2008,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(293,2005,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:48:12'),(294,2003,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(295,2000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(296,1998,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(297,1997,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(298,1996,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(299,1992,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(300,1990,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(301,1988,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(302,1984,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(303,1981,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:47:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:47:04'),(304,1980,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(305,1976,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(306,1974,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(307,1971,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(308,1968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(309,1951,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/08\\/699X270_homepghero.jpg\"}]','2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(310,1943,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(311,1940,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(312,1936,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(313,1934,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:46:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:46:13'),(314,1930,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(315,1929,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(316,1920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(317,1895,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(318,1894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(319,1893,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(320,1888,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(321,1886,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(322,1883,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(323,1882,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/09\\/Nazarene-Logo-Background-1024-x-768-1-e1492890806944.jpg\"}]','2025-06-03 19:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:44:12'),(324,1876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(325,1873,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(326,1871,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(327,1868,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(329,1831,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/03\\/Easter-And-Cross-Web-Banner-1920-x-850-px.jpg\"}]','2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(330,1792,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(331,1788,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(332,1786,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(333,1784,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(334,1783,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:43:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:43:20'),(335,1782,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(336,1777,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(337,1772,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/adobe-reader.png\"}]','2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(338,1748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(339,1745,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(340,1741,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:08','2025-06-03 19:42:14'),(341,1738,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:42:14'),(342,1733,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:42:14'),(343,1731,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:42:14'),(344,1728,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:42:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:42:14'),(345,1725,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/Christmas-Eve-Invite-card.png\"}]','2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(346,1722,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(347,1719,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(348,1718,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(349,1715,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(350,1713,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(351,1709,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(352,1707,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(353,1704,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(354,1702,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:40:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:40:01'),(355,1699,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(356,1695,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(357,1691,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(358,1690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(359,1687,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(360,1684,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(361,1678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/Picture1.png\"}]','2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(362,1676,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/09\\/Nazarene-Logo-Background-1280-x-720.jpg\"}]','2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(363,1670,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/09\\/crosspoint-long-250-pixels.png\"}]','2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(364,1659,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/youtube-color.png\"}]','2025-06-03 19:39:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:39:14'),(365,1658,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/vimeo-color.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(366,1657,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-6.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(367,1656,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-5.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(368,1655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-4.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(369,1654,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-3.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(370,1653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-2.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(371,1652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-1.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(372,1651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-bg.jpg\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(373,1650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-5.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(374,1649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-4.png\"}]','2025-06-03 19:38:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:38:35'),(375,1648,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-3.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(376,1647,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-2.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(377,1646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-1.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(378,1645,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-6.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(379,1644,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-5.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(380,1643,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-4.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(381,1642,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-3.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(382,1641,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-2.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(383,1639,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-1.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(384,1638,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/mouse.png\"}]','2025-06-03 19:37:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:37:02'),(385,1637,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/ls5box.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(386,1636,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/html5-color.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(387,1635,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-youtube.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(388,1634,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-wordpress.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(389,1633,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-vimeo.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(390,1632,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-slideshow.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(391,1631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-responsive.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(392,1630,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-performance.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(393,1629,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-options.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(394,1628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-mobile.png\"}]','2025-06-03 19:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:36:11'),(395,1627,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-layers.png\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(396,1626,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-ios.png\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(397,1625,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-html5.png\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(398,1624,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-android.png\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(399,1623,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/circle.png\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(400,1622,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg6b.jpg\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(401,1621,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg51.jpg\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(402,1620,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg4.jpg\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(403,1619,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg31.jpg\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(404,1618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg21.jpg\"}]','2025-06-03 19:35:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:35:23'),(405,1617,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg.jpg\"}]','2025-06-03 19:34:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:05'),(406,1616,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/arrow-up.png\"}]','2025-06-03 19:34:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:05'),(407,1610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:34:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:05'),(408,1592,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/small_groups_2.jpg\"}]','2025-06-03 19:34:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:05'),(409,1591,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/jesus-small-groups-e1472234255878.jpg\"}]','2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:05'),(410,1590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/06\\/small-group.jpg\"}]','2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:04'),(411,1587,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/523264_721942799110_779171514_n-1.jpg\"}]','2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:04'),(412,1586,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/523264_721942799110_779171514_n.jpg\"}]','2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:04'),(413,1580,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/CP-Day-Camp-16-e1472072835280.jpg\"}]','2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:04'),(414,1567,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:34:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:34:04'),(415,1564,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(416,1560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(417,1557,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(418,1551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/05\\/online-giving-point-click.jpg\"}]','2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(419,1544,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(420,1541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(421,1540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(422,1535,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/IMG_6503-e1467922091260.jpg\"}]','2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(423,1530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/IMG_5529-e1467921837178.jpg\"}]','2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(424,1528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/bible-wide-960x250.jpg\"}]','2025-06-03 19:32:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:32:17'),(425,1520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(426,1485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/IMG_0514-1024x683-1024x683-1.jpg\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(427,1484,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/07\\/IMG_0514-1024x683-e1467416846495.jpg\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(428,1482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(429,1481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(431,1401,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2015\\/09\\/bible-wide-960x250.jpg\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(432,1394,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(433,1383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/IMG_0525-e1472916639391.jpg\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(434,1350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/crosspoint-long-400-pixels-e1472845131296.png\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(435,1349,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/995.jpg\"}]','2025-06-03 19:31:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:31:21'),(436,1348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/991.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:30:08'),(437,1347,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/971.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:30:08'),(438,1346,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/931.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:30:08'),(439,1345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/351.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:30:08'),(440,1344,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/236.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:14','2025-06-03 19:30:08'),(441,1343,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/1223.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:20','2025-06-03 19:30:08'),(442,1342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/1042.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:20','2025-06-03 19:30:08'),(443,1341,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/1030.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:20','2025-06-03 19:30:08'),(444,1340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/1021.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:20','2025-06-03 19:30:08'),(445,1339,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/1004.jpg\"}]','2025-06-03 19:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 04:52:20','2025-06-03 19:30:08'),(450,3284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:15:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2020-12-21 15:24:01','2025-06-03 20:15:23'),(652,3310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-01-11 15:09:51','2025-06-03 20:16:11'),(464,2533,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(465,2599,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(466,2615,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(467,2468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(468,2467,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(469,2466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(470,2465,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(471,2464,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(472,2462,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(473,2461,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(474,2463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(475,2460,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(476,2459,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(477,2458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(478,2469,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(479,2470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(480,2471,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(481,2472,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(482,2473,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(483,2474,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(484,2475,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(485,2477,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(486,2476,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(487,2478,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(488,2479,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(489,2480,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(490,2485,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(491,2481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(492,2482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(493,2483,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(494,2484,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(495,2486,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(496,2487,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(497,2488,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(498,2489,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(499,2490,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(500,2491,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(501,2492,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(502,2493,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(503,2494,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(504,2495,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(505,2496,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(506,2497,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(507,2498,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(508,2499,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(509,2500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(510,2501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(511,2502,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(512,2503,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(513,2504,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:12:34','2021-01-06 18:12:34'),(514,2505,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(515,2506,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(516,2507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(517,2508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(518,2509,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(519,2510,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(520,2511,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(521,2512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(522,2513,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(523,2514,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(524,2515,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(525,2516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(526,2517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(527,2518,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(528,2519,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(529,2520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(530,2523,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(531,2522,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(532,2521,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(533,2524,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(534,2525,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(535,2526,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(536,2527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(537,2528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(538,2529,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(539,2530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(540,2531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(541,2532,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(542,2534,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(543,2535,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(544,2536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(545,2537,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(546,2538,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(547,2539,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(548,2540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(549,2541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(550,2542,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(551,2543,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(552,2544,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(553,2545,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(554,2546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(555,2547,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:35','2021-01-06 18:13:35'),(556,2548,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(557,2550,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(558,2549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(559,2552,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(560,2551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(561,2553,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(562,2554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(563,2555,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:13:36','2021-01-06 18:13:36'),(654,3315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-01-14 10:25:13','2025-06-03 20:16:11'),(565,2556,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(566,2557,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(567,2558,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(568,2559,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(569,2560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(570,2561,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(571,2562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(572,2563,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(573,2564,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(574,2565,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(575,2566,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(576,2567,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(577,2568,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(578,2569,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(579,2570,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(580,2571,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(581,2572,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(582,2573,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(583,2574,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(584,2575,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(585,2576,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(586,2577,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(587,2578,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(588,2579,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(589,2580,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(590,2581,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(591,2582,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(592,2583,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(593,2584,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(594,2585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(595,2586,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(596,2587,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(597,2588,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(598,2589,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(599,2590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(600,2591,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(601,2592,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(602,2593,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(603,2594,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(604,2595,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(605,2596,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(606,2597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(607,2598,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(608,2600,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(609,2601,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(610,2602,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(611,2603,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(612,2604,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(613,2605,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(614,2606,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:14:44','2021-01-06 18:14:44'),(615,2607,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(616,2608,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(617,2609,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(618,2610,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(619,2611,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(620,2612,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(621,2613,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(622,2614,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(623,2616,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(624,2617,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(625,2618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(626,2619,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(627,2620,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(628,2621,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(629,2622,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(630,2623,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(631,2624,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(632,2625,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(633,2626,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(634,2627,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(635,2628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(636,2629,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(637,2630,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(638,2631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(639,2632,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(640,2633,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(641,2634,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(642,2635,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(643,2636,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-06 18:16:06','2021-01-06 18:16:06'),(1159,4047,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-01 03:30:35','2025-06-03 21:02:31'),(1160,4048,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-01 03:36:59','2025-06-03 20:33:59'),(689,3353,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-02-22 12:22:26','2025-06-03 20:16:11'),(1162,4051,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-06 04:01:15','2025-06-03 20:33:59'),(1163,4052,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-06 04:01:15','2025-06-03 20:35:03'),(1184,4079,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/11\\/Jonahs-Journey-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-28 04:37:40','2025-06-03 21:02:31'),(1185,4077,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-28 04:40:02','2025-06-03 20:35:03'),(1165,4056,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/11\\/Jonahs-Journey-graphic.jpg\"}]','2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-06 04:50:42','2025-06-03 20:35:03'),(664,3327,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-01-17 16:44:10','2025-06-03 20:16:11'),(675,3337,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-01-24 00:36:58','2025-06-03 20:16:11'),(684,3348,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-02-14 22:06:38','2025-06-03 20:16:11'),(693,3358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-01 21:58:14','2025-06-03 20:16:11'),(695,3363,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-04 16:19:37','2025-06-03 20:16:11'),(701,3366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-09 05:43:40','2025-06-03 20:16:11'),(705,3372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:16:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-15 05:14:34','2025-06-03 20:16:11'),(706,3376,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-15 05:14:34','2025-06-03 20:17:10'),(708,3379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-23 09:58:28','2025-06-03 20:17:10'),(715,3389,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-03-30 01:20:37','2025-06-03 20:17:10'),(720,3396,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-06 15:53:08','2025-06-03 20:17:10'),(721,3320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-09 21:53:36','2023-10-09 04:23:13'),(723,1795,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:59:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-10 21:29:00','2025-06-03 20:59:06'),(729,3403,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-12 09:19:52','2025-06-03 20:17:10'),(807,3457,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/ERQ8HplUEAAfOLM.jpg\"}]','2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-17 10:16:31','2025-06-03 20:17:10'),(808,3459,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/this-one-e1618623978660.jpg\"}]','2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-17 10:16:31','2025-06-03 20:17:10'),(826,3506,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/04\\/image000000-scaled.jpg\"}]','2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:10'),(827,3507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/04\\/20210418_1624541-scaled.jpg\"}]','2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:10'),(828,3508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/04\\/20210418_1624251-scaled.jpg\"}]','2025-06-03 20:17:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:10'),(829,3509,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/04\\/20210412_2045121-scaled.jpg\"}]','2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:52'),(830,3512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/20210418_162432-scaled.jpg\"}]','2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:52'),(831,3515,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2016\\/06\\/20210418_162454a-scaled.jpg\"}]','2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-24 02:25:11','2025-06-03 20:17:52'),(837,3520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-04-26 08:03:26','2025-06-03 20:17:52'),(840,3525,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-05-03 06:01:30','2025-06-03 20:17:52'),(848,3531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-05-09 17:08:47','2025-06-03 20:17:52'),(865,3549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-06 23:17:51','2025-06-03 20:17:52'),(866,3550,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-06 23:17:51','2025-06-03 20:17:52'),(867,3551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:17:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-06 23:17:51','2025-06-03 20:17:52'),(872,3562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-14 22:17:33','2025-06-03 20:18:29'),(877,3565,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-21 11:10:55','2025-06-03 20:18:29'),(881,3574,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-30 18:08:13','2025-06-03 20:18:29'),(882,3576,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2021\\/06\\/PXL_20210618_130800113-scaled.jpg\"}]','2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-06-30 18:08:13','2025-06-03 20:18:29'),(889,3582,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-07-14 07:57:31','2025-06-03 20:18:29'),(890,3583,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-07-14 07:57:31','2025-06-03 20:18:29'),(901,3597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-05 01:06:25','2025-06-03 20:18:29'),(907,3605,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-08 01:58:39','2025-06-03 20:18:29'),(908,3606,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-08 01:58:39','2025-06-03 20:18:29'),(910,3609,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:18:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-15 17:43:49','2025-06-03 20:18:29'),(915,3612,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-23 01:59:22','2025-06-03 20:19:51'),(916,3616,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-23 01:59:22','2025-06-03 20:19:51'),(920,3618,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-08-29 23:08:22','2025-06-03 20:19:51'),(922,3623,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-03 11:42:20','2025-06-03 20:19:51'),(928,3626,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-06 00:35:26','2025-06-03 20:19:51'),(930,3632,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-06 16:10:27','2025-06-03 20:19:51'),(934,3634,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-12 19:49:20','2025-06-03 20:19:51'),(939,3639,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-20 16:01:33','2025-06-03 20:19:51'),(940,3640,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-20 16:01:33','2025-06-03 20:19:51'),(945,3646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:19:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-09-27 06:57:04','2025-06-03 20:19:51'),(950,3652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-10-03 17:40:11','2025-06-03 20:22:03'),(953,3661,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-10-17 09:53:00','2025-06-03 20:22:03'),(954,3662,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-10-17 09:53:00','2025-06-03 20:22:03'),(960,3669,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}',NULL,NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-10-26 22:11:50','2025-06-03 20:22:03'),(991,3674,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(992,3678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(993,3684,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(994,3690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(995,3695,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(996,3702,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:22:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:22:03'),(997,3708,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:23:03'),(998,3710,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2021-12-29 01:44:19','2025-06-03 20:23:03'),(1002,3722,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-03 12:00:57','2025-06-03 20:23:03'),(1003,3723,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-03 12:00:57','2025-06-03 20:23:03'),(1004,3724,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-03 12:00:57','2025-06-03 20:23:03'),(1010,3726,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-12 18:11:16','2025-06-03 20:23:03'),(1011,3731,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-12 18:11:16','2025-06-03 20:23:03'),(1012,3733,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-12 18:11:16','2025-06-03 20:23:03'),(1017,3736,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-17 13:41:41','2025-06-03 20:23:03'),(1018,3741,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:23:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-17 13:41:41','2025-06-03 20:23:03'),(1023,3744,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-25 03:26:08','2025-06-03 20:24:12'),(1024,3748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-01-25 03:26:08','2025-06-03 20:24:12'),(1035,3763,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-13 14:19:24','2025-06-03 20:24:12'),(1036,3764,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-13 14:19:25','2025-06-03 20:24:12'),(1038,3773,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\",\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-16 23:18:59','2022-09-18 20:22:31'),(1039,3766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/02\\/small-group-graphic_.jpg\"}]','2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-17 21:11:55','2025-06-03 20:24:12'),(1040,3767,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/02\\/small-groups.jpg\"}]','2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-17 21:11:55','2025-06-03 20:24:12'),(1041,3768,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/02\\/SMALL-GROUPS.png\"}]','2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-17 21:11:55','2025-06-03 20:24:12'),(1042,3769,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/02\\/smallgroupsrev.jpg\"}]','2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-17 21:11:55','2025-06-03 20:24:12'),(1043,3774,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/02\\/249314501_10226639861121151_8803488510180329694_n-1.jpg\"}]','2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-02-17 21:11:55','2025-06-03 20:24:12'),(1045,3780,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:24:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-03-03 03:57:48','2025-06-03 20:24:12'),(1046,3781,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-03-03 03:57:48','2025-06-03 20:26:04'),(1049,3786,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-03-07 03:15:40','2025-06-03 20:26:04'),(1051,3789,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-03-14 15:05:26','2025-06-03 20:26:04'),(1053,3792,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:26:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-03-28 19:09:47','2025-06-03 20:26:04'),(1065,3824,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-06-27 04:36:04','2025-06-03 20:27:12'),(1066,3827,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-07-05 00:00:11','2025-06-03 20:27:12'),(1067,3830,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-07-11 21:03:37','2025-06-03 20:27:12'),(1068,3832,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-07-18 13:46:09','2025-06-03 20:27:12'),(1069,3835,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:27:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-07-24 21:09:22','2025-06-03 20:27:12'),(1070,3838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-07-31 15:11:08','2025-06-03 20:28:03'),(1071,3841,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-08-08 23:52:10','2025-06-03 20:28:03'),(1072,3843,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-08-23 06:59:29','2025-06-03 20:28:03'),(1073,3845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-08-28 20:02:32','2025-06-03 20:28:03'),(1074,3848,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-09-05 17:47:28','2025-06-03 20:28:03'),(1104,3926,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-04-18 01:23:41','2025-06-03 20:31:33'),(1075,3851,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-09-14 18:28:07','2025-06-03 20:28:03'),(1076,3853,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[],\"defaultGraph\":\"\",\"defaultPostTypeGraph\":\"\"}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-09-19 11:37:39','2025-06-03 20:28:03'),(1077,3856,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-10-13 07:03:59','2025-06-03 20:28:03'),(1078,3857,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-10-13 07:03:59','2025-06-03 20:28:03'),(1084,3874,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-11-16 08:53:23','2025-06-03 20:29:05'),(1079,3859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:28:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-10-18 16:25:37','2025-06-03 20:28:03'),(1080,3862,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-10-26 04:54:23','2025-06-03 20:29:05'),(1236,4185,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-21 04:34:34','2025-06-03 21:03:03'),(1082,3867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-11-07 21:59:46','2025-06-03 20:29:05'),(1083,3868,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-11-07 21:59:46','2025-06-03 20:29:05'),(1088,3886,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-12-12 16:38:09','2025-06-03 20:29:05'),(1089,3885,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2022\\/12\\/Childlike-Faith-mp3-image.png\"}]','2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-12-12 16:38:09','2025-06-03 20:29:05'),(1090,3888,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:29:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2022-12-19 21:14:33','2025-06-03 20:29:05'),(1091,3892,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-01-05 12:33:12','2025-06-03 20:30:16'),(1092,3894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-01-08 16:47:26','2025-06-03 20:30:16'),(1093,3897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-01-16 01:14:56','2025-06-03 20:30:16'),(1094,3899,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-01-23 01:54:06','2025-06-03 20:30:16'),(1095,3902,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-02-13 14:57:57','2025-06-03 20:30:16'),(1096,3905,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-02-21 16:59:55','2025-06-03 20:30:16'),(1097,3907,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-02-27 05:53:18','2025-06-03 20:30:16'),(1098,3910,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-03-10 19:24:03','2025-06-03 20:30:16'),(1099,3913,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-03-14 09:25:52','2025-06-03 20:30:16'),(1100,3916,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:30:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-03-19 19:42:21','2025-06-03 20:30:16'),(1101,3918,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-03-27 17:00:32','2025-06-03 20:31:33'),(1102,3921,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-04-04 13:22:32','2025-06-03 20:31:33'),(1103,3923,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-04-10 23:17:45','2025-06-03 20:31:33'),(1106,3931,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-05-02 07:20:35','2025-06-03 20:31:33'),(1107,3935,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-05-12 12:10:40','2025-06-03 20:31:33'),(1108,3941,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-05-30 08:44:28','2025-06-03 20:31:33'),(1109,3939,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-05-30 08:44:28','2025-06-03 20:31:33'),(1110,3938,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-05-30 08:44:28','2025-06-03 20:31:33'),(1111,3944,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-06-10 11:34:39','2025-06-03 20:32:13'),(1114,3951,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-06-25 15:21:13','2025-06-03 20:32:13'),(1112,3946,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-06-13 03:07:53','2025-06-03 20:32:13'),(1113,3949,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-06-18 15:00:41','2025-06-03 20:32:13'),(1115,3954,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-02 22:56:32','2025-06-03 20:32:13'),(1116,3957,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-09 14:30:10','2025-06-03 20:32:13'),(1117,3960,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-19 05:23:03','2025-06-03 20:32:13'),(1118,3961,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-19 05:23:03','2025-06-03 20:32:13'),(1119,3963,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-25 23:34:31','2025-06-03 20:32:13'),(1120,3966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:32:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-07-30 22:37:44','2025-06-03 20:32:13'),(1121,3969,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-08-07 04:43:10','2025-06-03 20:33:03'),(1124,3976,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-08-29 06:20:50','2025-06-03 20:33:03'),(1158,4045,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-29 05:30:48','2025-06-03 20:33:59'),(1130,3993,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-14 01:50:45','2025-06-03 20:33:03'),(1199,4103,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-20 01:20:14','2025-06-03 20:36:12'),(1128,3991,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-14 01:50:45','2025-06-03 20:33:03'),(1129,3992,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-14 01:50:45','2025-06-03 20:33:03'),(1132,3999,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-27 03:42:10','2025-06-03 21:01:17'),(1133,4000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-27 03:59:21','2025-06-03 20:33:04'),(1134,4001,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-27 04:05:51','2025-06-03 21:01:17'),(1135,4002,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-09-27 04:15:29','2025-06-03 20:33:04'),(1140,4010,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-09 03:54:00','2025-06-03 20:33:59'),(1137,4003,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-01 04:39:44','2025-06-03 20:33:04'),(1138,4007,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-09 03:06:02','2025-06-03 20:33:04'),(1139,4009,'##post_title #separator_sa #site_title',NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-09 03:44:43','2025-06-03 21:01:17'),(1141,4012,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-09 03:56:02','2025-06-03 20:33:59'),(1157,4043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-24 02:50:55','2025-06-03 20:33:59'),(1156,4042,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-24 02:44:24','2025-06-03 21:02:31'),(1145,4021,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2017\\/12\\/IMG_20200907_172825-scaled.jpg\"}]','2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-11 06:32:13','2025-06-03 20:33:59'),(1146,2730,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-13 04:11:33','2023-10-13 04:11:33'),(1155,4040,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-22 15:11:09','2025-06-03 20:33:59'),(1180,4071,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-19 16:02:05','2025-06-03 20:35:03'),(1154,4037,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-21 14:47:13','2025-06-03 20:33:59'),(1399,4460,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,75,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Amazement.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-16 04:01:46','2025-06-03 21:07:10'),(1342,4344,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-08 23:17:16','2025-06-03 21:06:35'),(1152,4035,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/10\\/Altar-ing-graphic.jpg\"}]','2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-17 04:28:26','2025-06-03 21:01:17'),(1153,4036,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:33:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-10-17 04:46:07','2025-06-03 20:33:59'),(1161,4050,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/11\\/Jonahs-Journey-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-06 03:22:21','2025-06-03 21:02:31'),(1227,4167,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-28 15:47:08','2025-06-03 20:39:30'),(1223,4161,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-21 15:55:03','2025-06-03 20:39:30'),(1224,4163,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-21 21:03:35','2025-06-03 21:03:03'),(1225,4164,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-21 21:21:22','2025-06-03 20:39:30'),(1226,4165,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-21 21:21:22','2025-06-03 20:39:30'),(1228,4170,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-29 01:21:29','2025-06-03 21:03:03'),(1229,4171,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-29 01:24:52','2025-06-03 20:39:30'),(1230,4172,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-29 01:25:55','2025-06-03 20:39:30'),(1176,4063,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-12 05:39:11','2025-06-03 20:35:03'),(1177,4064,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-12 05:39:11','2025-06-03 20:35:03'),(1178,4066,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/11\\/Jonahs-Journey-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-13 01:54:40','2025-06-03 21:02:31'),(1179,4067,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-13 02:09:20','2025-06-03 20:35:03'),(1181,4073,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/11\\/Jonahs-Journey-graphic.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-19 20:38:44','2025-06-03 21:02:31'),(1182,4074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-19 20:43:00','2025-06-03 20:35:03'),(1183,4075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-19 20:43:00','2025-06-03 20:35:03'),(1186,4080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:35:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-28 04:56:47','2025-06-03 20:35:03'),(1187,4081,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-11-28 04:56:47','2025-06-03 20:36:12'),(1188,4087,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-03 20:41:20','2025-06-03 21:02:31'),(1189,4085,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-03 20:43:13','2025-06-03 20:36:12'),(1190,4088,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-03 20:44:15','2025-06-03 20:36:12'),(1191,4090,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-10 06:22:36','2025-06-03 20:36:12'),(1192,4091,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-10 15:31:29','2025-06-03 20:36:12'),(1218,4147,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Search-me-scaled.jpg\"}]','2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-12 21:14:17','2025-06-03 20:37:45'),(1194,4095,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-12 05:24:41','2023-12-12 05:24:41'),(1195,4098,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-17 23:34:50','2025-06-03 21:02:31'),(1196,4100,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,100,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-17 23:43:18','2025-06-03 21:02:31'),(1197,4099,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-17 23:47:43','2025-06-03 20:36:12'),(1198,4101,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-18 00:04:17','2025-06-03 20:36:12'),(1424,4498,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-27 05:45:54','2025-06-03 20:54:11'),(1213,4139,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-07 15:54:29','2025-06-03 20:37:45'),(1203,4119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 04:31:14','2023-12-28 04:31:14'),(1204,4121,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:04:05','2025-06-03 20:36:12'),(1205,4123,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,83,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 21:02:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:11:09','2025-06-03 21:02:31'),(1206,4124,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:36:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:20:01','2025-06-03 20:36:12'),(1207,4126,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:20:01','2025-06-03 20:37:45'),(1208,4127,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Isaiahs-Visions-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:31:45','2025-06-03 21:03:03'),(1209,4128,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2023-12-28 05:38:16','2025-06-03 20:37:45'),(1210,4129,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-01 20:24:12','2025-06-03 20:37:45'),(1211,4133,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2023\\/12\\/Search-me.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-01 20:54:52','2025-06-03 21:03:03'),(1212,4134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-01 20:57:40','2025-06-03 20:37:45'),(1214,4141,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-08 05:20:12','2025-06-03 21:03:03'),(1215,4142,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-08 05:27:15','2025-06-03 20:37:45'),(1216,4144,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-10 01:19:55','2025-06-03 20:37:45'),(1217,4146,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-10 01:53:44','2025-06-03 20:37:45'),(1341,4342,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-08 15:06:09','2025-06-03 20:48:11'),(1219,4155,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:37:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-15 05:13:21','2025-06-03 20:37:45'),(1220,4157,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-15 05:18:04','2025-06-03 21:03:03'),(1221,4158,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-15 05:29:16','2025-06-03 20:39:30'),(1222,4159,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-01-16 04:24:07','2025-06-03 20:39:30'),(1231,4175,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-05 00:18:03','2025-06-03 21:03:03'),(1232,4173,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-05 00:31:10','2025-06-03 20:39:30'),(1233,4176,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:39:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-05 00:31:10','2025-06-03 20:39:30'),(1234,4177,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-05 00:31:10','2025-06-03 20:40:15'),(1235,4180,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-11 15:51:26','2025-06-03 20:40:15'),(1237,4183,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-21 04:40:40','2025-06-03 20:40:15'),(1238,4186,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-21 04:57:32','2025-06-03 20:40:15'),(1239,4187,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-21 04:57:32','2025-06-03 20:40:15'),(1240,4188,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/01\\/Joy-Complete-series.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-25 22:41:53','2025-06-03 21:03:03'),(1241,4189,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-25 23:11:10','2025-06-03 20:40:15'),(1242,4190,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-02-25 23:11:10','2025-06-03 20:40:15'),(1243,4195,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Five-Trees-graphic.jpg\"}]','2025-06-03 21:03:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-04 00:34:31','2025-06-03 21:03:03'),(1244,4193,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-04 00:45:13','2025-06-03 20:40:15'),(1245,4196,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-04 00:45:13','2025-06-03 20:40:15'),(1246,4197,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:40:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-04 00:45:13','2025-06-03 20:40:15'),(1247,4198,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Five-Trees-graphic.jpg\"}]','2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-04 00:45:13','2025-06-03 20:41:16'),(1248,4199,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-10 15:02:24','2025-06-03 20:41:16'),(1249,4201,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-10 21:46:06','2024-03-10 21:46:06'),(1254,4210,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-17 15:01:44','2025-06-03 20:41:16'),(1253,4209,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Holy-Week-A01ccc.jpg\"}]','2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-16 20:09:00','2025-06-03 20:41:16'),(1260,4219,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Holy-Week-A11.jpg\"}]','2025-06-03 20:41:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-28 00:35:14','2025-06-03 20:41:17'),(1256,4213,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Five-Trees-graphic.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-17 23:07:46','2025-06-03 21:04:06'),(1257,4214,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-17 23:15:40','2025-06-03 20:41:16'),(1258,4215,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-17 23:15:40','2025-06-03 20:41:17'),(1259,4217,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-03-24 14:35:39','2025-06-03 20:41:17'),(1261,4222,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-01 12:59:38','2025-06-03 20:41:17'),(1262,4224,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Five-Trees-graphic.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 02:56:42','2025-06-03 21:04:06'),(1271,4234,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-18 02:18:57','2025-06-03 21:04:06'),(1264,4225,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:41:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:14:05','2025-06-03 20:41:17'),(1265,4227,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/03\\/Five-Trees-graphic.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:16:25','2025-06-03 21:04:06'),(1266,4230,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:24:46','2025-06-03 21:04:06'),(1267,4228,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:31:11','2025-06-03 20:42:10'),(1268,4229,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:31:11','2025-06-03 20:42:10'),(1269,4231,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:50:30','2025-06-03 20:42:10'),(1270,4232,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-09 03:50:30','2025-06-03 20:42:10'),(1272,4235,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-18 02:32:02','2025-06-03 20:42:10'),(1273,4236,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-18 02:32:02','2025-06-03 20:42:10'),(1274,4237,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-18 02:32:02','2025-06-03 20:42:10'),(1275,4242,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-22 04:31:35','2025-06-03 21:04:06'),(1276,4240,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-22 04:44:52','2025-06-03 20:42:10'),(1277,4243,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-22 04:44:52','2025-06-03 20:42:10'),(1278,4244,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:42:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-22 04:44:52','2025-06-03 20:42:10'),(1279,4247,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-28 19:46:43','2025-06-03 21:04:06'),(1280,4245,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-28 19:59:10','2025-06-03 20:43:18'),(1281,4248,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-28 19:59:10','2025-06-03 20:43:18'),(1282,4249,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-04-28 19:59:10','2025-06-03 20:43:18'),(1283,4251,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-05 14:56:27','2025-06-03 20:43:18'),(1284,4253,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-06 02:35:37','2025-06-03 21:04:06'),(1285,4254,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-06 02:38:12','2025-06-03 20:43:18'),(1286,4257,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-13 03:48:00','2025-06-03 21:04:06'),(1287,4255,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-13 03:50:06','2025-06-03 20:43:18'),(1288,4258,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-13 04:07:07','2025-06-03 20:43:18'),(1289,4259,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-13 04:07:07','2025-06-03 20:43:18'),(1290,4261,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:04:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-22 23:45:19','2025-06-03 21:04:06'),(1291,4262,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-23 00:26:23','2025-06-03 20:43:18'),(1292,4263,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:43:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-23 00:26:23','2025-06-03 20:43:18'),(1293,4264,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-23 00:26:23','2025-06-03 20:44:12'),(1294,4266,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-27 17:48:54','2025-06-03 21:05:50'),(1295,4267,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-27 17:59:28','2025-06-03 20:44:12'),(1296,4268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-05-27 17:59:28','2025-06-03 20:44:12'),(1297,4270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-03 03:57:58','2025-06-03 20:44:12'),(1298,4272,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-03 04:06:04','2025-06-03 21:05:50'),(1299,4273,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-03 04:17:14','2025-06-03 20:44:12'),(1300,4274,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-03 04:17:14','2025-06-03 20:44:12'),(1301,4275,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-09 14:34:16','2025-06-03 20:44:12'),(1302,4277,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,75,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-09 20:43:11','2025-06-03 21:05:50'),(1303,4278,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-09 20:45:09','2025-06-03 20:44:12'),(1304,4279,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-09 21:01:43','2025-06-03 20:44:12'),(1305,4282,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-13 02:59:45','2024-06-13 02:59:45'),(1306,4285,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-16 20:40:38','2025-06-03 21:05:50'),(1307,4283,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:44:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-16 20:46:24','2025-06-03 20:44:12'),(1308,4286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-16 20:46:24','2025-06-03 20:45:10'),(1309,4288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-23 05:50:11','2025-06-03 20:45:10'),(1310,4290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-30 14:06:55','2025-06-03 20:45:10'),(1311,4292,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,77,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-30 21:09:53','2025-06-03 21:05:50'),(1312,4293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-06-30 21:31:33','2025-06-03 20:45:10'),(1313,4295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-09 02:57:26','2025-06-03 20:45:10'),(1314,4301,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Book-of-James.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-13 18:22:12','2025-06-03 21:05:50'),(1316,4303,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/07\\/Book-of-James.jpg\"}]','2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-13 18:57:40','2025-06-03 20:45:10'),(1317,4304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-13 18:57:40','2025-06-03 20:45:10'),(1318,4307,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-14 22:22:37','2025-06-03 21:05:50'),(1319,4308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-14 22:35:09','2025-06-03 20:45:10'),(1320,4309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-14 22:35:09','2025-06-03 20:45:10'),(1321,4310,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:45:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-14 22:52:33','2025-06-03 20:45:10'),(1322,4313,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-22 03:52:22','2025-06-03 21:05:50'),(1323,4314,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-22 03:54:56','2025-06-03 20:47:01'),(1324,4315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-22 03:58:06','2025-06-03 20:47:01'),(1326,4322,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,75,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-29 00:28:04','2025-06-03 21:05:50'),(1327,4320,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-29 00:28:04','2025-06-03 20:47:01'),(1328,4323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-29 00:49:59','2025-06-03 20:47:01'),(1329,4324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-07-29 00:49:59','2025-06-03 20:47:01'),(1337,4335,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-25 14:29:36','2025-06-03 20:47:01'),(1336,4333,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-22 02:38:30','2025-06-03 20:47:01'),(1332,4327,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-04 23:02:31','2025-06-03 20:47:01'),(1333,4329,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:05:50',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-04 23:15:35','2025-06-03 21:05:50'),(1334,4330,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-04 23:19:05','2025-06-03 20:47:01'),(1335,4331,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:47:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-04 23:19:05','2025-06-03 20:47:01'),(1338,4337,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-25 20:03:30','2025-06-03 21:06:35'),(1339,4338,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-08-25 20:15:45','2025-06-03 20:48:11'),(1340,4340,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-01 14:41:07','2025-06-03 20:48:11'),(1343,4345,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-08 23:33:17','2025-06-03 20:48:11'),(1344,4346,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/04\\/The-Faithful-One-series-slide.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-08 23:40:08','2025-06-03 21:06:35'),(1345,4347,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-08 23:51:23','2025-06-03 20:48:11'),(1346,4350,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-15 14:47:35','2025-06-03 20:48:11'),(1352,4359,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-29 14:49:03','2025-06-03 20:48:11'),(1348,4353,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Shape-of-Worship-series-graphic.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-16 03:48:00','2025-06-03 21:06:35'),(1349,4354,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-16 04:01:34','2025-06-03 20:48:11'),(1350,4355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Shape-of-Worship-series-graphic.jpg\"}]','2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-16 04:01:34','2025-06-03 20:48:11'),(1351,4356,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:48:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-21 04:55:35','2025-06-03 20:48:11'),(1353,4361,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Shape-of-Worship-series-graphic.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-30 03:52:47','2025-06-03 21:06:35'),(1354,4362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-30 03:59:06','2025-06-03 20:49:35'),(1355,4363,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Shape-of-Worship-series-graphic.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-30 04:00:15','2025-06-03 21:06:35'),(1356,4364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-09-30 04:15:16','2025-06-03 20:49:35'),(1357,4365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:01:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-02 04:02:14','2025-06-03 21:01:17'),(1358,4366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 21:01:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-02 04:02:14','2025-06-03 21:01:17'),(1359,4367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-06 04:45:16','2025-06-03 20:49:35'),(1361,4370,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/09\\/Shape-of-Worship-series-graphic.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-07 03:05:03','2025-06-03 21:06:35'),(1362,4371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-07 03:17:34','2025-06-03 20:49:35'),(1365,4376,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-14 05:14:40','2025-06-03 21:06:35'),(1364,4374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-13 15:38:33','2025-06-03 20:49:35'),(1366,4377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-14 05:25:22','2025-06-03 20:49:35'),(1367,4378,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-14 05:25:22','2025-06-03 20:49:35'),(1368,4382,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-21 01:45:47','2025-06-03 21:06:35'),(1369,4380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-21 01:56:46','2025-06-03 20:49:35'),(1370,4383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-21 02:14:08','2025-06-03 20:49:35'),(1371,4384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:49:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-10-27 15:27:28','2025-06-03 20:49:35'),(1372,4387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-03 16:09:59','2025-06-03 20:51:49'),(1395,4434,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Amazement.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-08 23:29:56','2025-06-03 21:07:10'),(1396,4435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-08 23:33:01','2025-06-03 20:53:17'),(1397,4445,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-13 20:27:37','2024-12-13 20:27:37'),(1392,4430,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-05 04:43:13','2025-06-03 20:51:49'),(1393,4431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Amazement.jpg\"}]','2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-05 04:43:13','2025-06-03 20:53:17'),(1394,4432,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-08 05:09:25','2025-06-03 20:53:17'),(1381,4414,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-18 00:45:09','2025-06-03 21:07:10'),(1391,4429,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Amazement.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-05 04:31:50','2025-06-03 21:07:10'),(1378,4407,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-10 07:31:43','2025-06-03 20:51:49'),(1379,4409,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 21:06:35',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-11 05:56:19','2025-06-03 21:06:35'),(1380,4410,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-11 06:10:11','2025-06-03 20:51:49'),(1382,4412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-18 00:58:21','2025-06-03 20:51:49'),(1383,4415,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-18 00:58:21','2025-06-03 20:51:49'),(1384,4416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-18 05:23:32','2025-06-03 20:51:49'),(1385,4419,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/10\\/Wholeness-in-Christ.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-24 23:18:23','2025-06-03 21:07:10'),(1386,4417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-24 23:28:37','2025-06-03 20:51:49'),(1387,4420,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-11-25 00:22:16','2025-06-03 20:51:49'),(1388,4422,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-01 04:59:44','2025-06-03 20:51:49'),(1389,4424,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 20:59:06',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-05 00:27:38','2025-06-03 20:59:06'),(1390,4425,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":6,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":4}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,76,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2025-06-03 21:01:17',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-05 00:41:56','2025-06-03 21:01:17'),(1398,4458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-15 06:04:18','2025-06-03 20:53:17'),(1400,4461,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-16 04:17:08','2025-06-03 20:53:17'),(1401,4462,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Christmas-Eve-Invite-card-2024.jpg\"}]','2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-19 05:18:01','2025-06-03 20:53:17'),(1402,4463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-20 03:22:18','2024-12-20 03:22:18'),(1403,4466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-24 03:58:01','2025-06-03 20:53:17'),(1432,4508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/02\\/Do-Not-Be-Afraid-scaled.jpg\"}]','2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-02 22:56:05','2025-06-03 20:55:35'),(1431,4507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-02 22:23:22','2025-06-03 20:55:35'),(1407,4472,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-29 05:52:59','2025-06-03 20:53:17'),(1408,4474,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Amazement.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-29 17:46:52','2025-06-03 21:07:10'),(1409,4475,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-29 17:48:49','2025-06-03 20:53:17'),(1430,4506,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/02\\/Do-Not-Be-Afraid.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-02 22:19:32','2025-06-03 21:08:12'),(1429,4504,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-02 17:59:11','2025-06-03 20:55:35'),(1412,4478,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,66,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Book-of-Daniel-3.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-31 00:15:40','2025-06-03 21:07:10'),(1413,4479,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-31 00:22:44','2025-06-03 20:53:17'),(1414,4480,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2024\\/12\\/Book-of-Daniel-3-scaled.jpg\"}]','2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2024-12-31 00:22:44','2025-06-03 20:54:11'),(1415,4482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-05 07:44:52','2025-06-03 20:54:11'),(1416,4485,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-10 15:28:04','2025-06-03 21:07:10'),(1417,4486,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-10 15:42:02','2025-06-03 20:54:11'),(1418,4487,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-10 15:42:02','2025-06-03 20:54:11'),(1419,4489,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-12 15:56:57','2025-06-03 20:54:11'),(1434,4512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-16 06:39:42','2025-06-03 20:55:35'),(1421,4493,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,68,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-15 17:52:51','2025-06-03 21:07:10'),(1422,4494,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-15 18:08:02','2025-06-03 20:54:11'),(1423,4495,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-19 15:35:59','2025-06-03 20:54:11'),(1425,4500,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 21:07:10',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-27 05:55:57','2025-06-03 21:07:10'),(1426,4501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-27 06:03:33','2025-06-03 20:54:11'),(1427,4502,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-27 06:17:01','2025-06-03 21:08:12'),(1428,4503,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-01-27 06:19:04','2025-06-03 20:54:11'),(1433,4510,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-09 15:37:56','2025-06-03 20:55:35'),(1435,4515,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-02-23 23:06:54','2025-06-03 20:55:35'),(1436,4517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-02 04:33:39','2025-06-03 20:55:35'),(1437,4519,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/01\\/Kingdom-Snapshots-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-02 20:56:47','2025-06-03 21:08:12'),(1438,4520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-02 21:01:01','2025-06-03 20:55:35'),(1439,4522,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-09 06:49:41','2025-06-03 20:55:35'),(1440,4525,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-10 06:26:33','2025-06-03 21:08:12'),(1441,4523,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:55:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-10 06:31:40','2025-06-03 20:55:35'),(1442,4526,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-10 06:47:23','2025-06-03 20:56:08'),(1443,4527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-10 06:47:23','2025-06-03 20:56:08'),(1444,4530,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-16 20:27:37','2025-06-03 21:08:12'),(1445,4528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-16 20:29:21','2025-06-03 20:56:08'),(1446,4531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-16 20:29:21','2025-06-03 20:56:08'),(1447,4534,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-23 14:29:51','2025-06-03 20:56:08'),(1448,4536,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-23 23:12:45','2025-06-03 21:08:12'),(1449,4537,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-23 23:20:08','2025-06-03 20:56:08'),(1450,4540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-30 14:39:30','2025-06-03 20:56:08'),(1457,4550,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-13 14:14:22','2025-06-03 20:57:29'),(1452,4543,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-31 00:18:09','2025-06-03 21:08:12'),(1453,4544,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-03-31 00:23:06','2025-06-03 20:56:08'),(1454,4546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-06 14:26:57','2025-06-03 20:56:08'),(1455,4548,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-06 22:43:50','2025-06-03 21:08:12'),(1456,4549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:56:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-06 22:56:42','2025-06-03 20:56:08'),(1458,4552,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-14 02:54:02','2025-06-03 21:08:12'),(1459,4554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-14 03:02:06','2025-06-03 20:57:29'),(1460,4556,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-20 04:43:30','2025-06-03 20:57:29'),(1461,4559,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/03\\/CrossWork-series-graphic.jpg\"}]','2025-06-03 21:08:12',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 04:07:56','2025-06-03 21:08:12'),(1462,4560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 04:14:02','2025-06-03 20:57:29'),(1463,4561,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 04:14:02','2025-06-03 20:57:29'),(1464,4562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 05:18:10','2025-06-03 20:57:29'),(1465,4564,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 23:35:35','2025-06-03 21:09:05'),(1466,4565,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-04-27 23:51:21','2025-06-03 20:57:29'),(1467,4567,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-04 04:37:56','2025-06-03 20:57:29'),(1468,4569,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-04 19:20:49','2025-06-03 21:09:05'),(1469,4570,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-04 19:35:17','2025-06-03 20:57:29'),(1470,4571,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:57:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-11 15:02:52','2025-06-03 20:57:29'),(1471,4573,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-11 20:08:57','2025-06-03 21:09:05'),(1472,4574,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-11 20:17:29','2025-06-03 20:58:05'),(1473,4577,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-18 05:00:27','2025-06-03 20:58:05'),(1474,4579,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-18 23:05:29','2025-06-03 21:09:05'),(1475,4580,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-18 23:09:20','2025-06-03 20:58:05'),(1476,4581,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-05-25 15:00:20','2025-06-03 20:58:05'),(1477,4585,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-01 14:32:21','2025-06-03 20:58:05'),(1478,4587,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-02 02:49:14','2025-06-03 21:09:05'),(1479,4589,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/06\\/Observe-Interpret-Apply.jpg\"}]','2025-06-03 21:09:05',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-02 02:53:36','2025-06-03 21:09:05'),(1480,4588,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-02 02:57:09','2025-06-03 20:58:05'),(1481,4590,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-02 03:13:01','2025-06-03 20:58:05'),(1482,4591,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/06\\/Observe-Interpret-Apply-scaled.jpg\"}]','2025-06-03 20:58:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-02 03:13:01','2025-06-03 20:58:05'),(1483,4593,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-08 06:14:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-08 06:14:00','2025-06-08 06:14:00'),(1484,4596,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-09 00:32:00',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-09 00:15:30','2025-06-09 00:32:00'),(1485,4597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-09 00:32:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-09 00:32:00','2025-06-09 00:32:00'),(1486,4600,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-15 14:15:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-15 14:15:19','2025-06-15 14:15:19'),(1487,4602,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-16 05:32:55',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-16 05:20:55','2025-06-16 05:32:55'),(1488,4603,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-16 05:32:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-16 05:32:55','2025-06-16 05:32:55'),(1489,4605,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-22 05:49:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-22 05:49:22','2025-06-22 05:49:22'),(1490,4607,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/06\\/Romans-12.jpg\"}]','2025-06-23 00:23:01',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-23 00:08:20','2025-06-23 00:23:01'),(1491,4608,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-23 00:23:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-23 00:23:01','2025-06-23 00:23:01'),(1492,4609,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/06\\/Romans-12-scaled.jpg\"}]','2025-06-23 00:23:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-23 00:23:01','2025-06-23 00:23:01'),(1493,4611,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-29 14:58:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-29 14:58:15','2025-06-29 14:58:15'),(1494,4613,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/04\\/Wired-to-Connect-series-graphic.jpg\"}]','2025-06-29 23:32:58',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-06-29 23:23:01','2025-06-29 23:32:58'),(1495,4614,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-06-29 23:32:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-06-29 23:32:58','2025-06-29 23:32:58'),(1496,4616,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-06 14:22:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-06 14:22:11','2025-07-06 14:22:11'),(1497,4618,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-07-06 23:28:21',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-07-06 23:15:29','2025-07-06 23:28:21'),(1498,4619,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-06 23:28:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-06 23:28:21','2025-07-06 23:28:21'),(1499,4620,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-07-06 23:28:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-06 23:28:21','2025-07-06 23:28:21'),(1500,4622,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-13 05:38:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-13 05:38:06','2025-07-13 05:38:06'),(1501,4624,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-07-13 22:31:03',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-07-13 22:13:39','2025-07-13 22:31:03'),(1502,4625,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-13 22:31:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-13 22:31:03','2025-07-13 22:31:03'),(1503,4628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-20 06:57:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-20 06:57:35','2025-07-20 06:57:35'),(1504,4630,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-07-20 21:40:22',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-07-20 21:31:04','2025-07-20 21:40:22'),(1505,4631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-20 21:40:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-20 21:40:22','2025-07-20 21:40:22'),(1506,4633,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-27 05:42:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-27 05:42:02','2025-07-27 05:42:02'),(1507,4635,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-07-27 20:12:45',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-07-27 19:44:27','2025-07-27 20:12:45'),(1508,4636,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-07-27 19:56:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-07-27 19:56:06','2025-07-27 19:56:06'),(1509,4639,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-08 04:19:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-08 04:19:41','2025-08-08 04:19:41'),(1510,4641,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,63,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/07\\/Masters-Hand.jpg\"}]','2025-08-10 22:58:52',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-08-10 22:46:55','2025-08-10 22:58:52'),(1511,4642,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-10 22:58:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-10 22:58:52','2025-08-10 22:58:52'),(1512,4646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-17 06:03:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-17 06:03:14','2025-08-17 06:03:14'),(1513,4648,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/08\\/Judges-Sermon.jpg\"}]','2025-08-20 04:53:31',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-08-20 04:33:52','2025-08-20 04:53:31'),(1514,4649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-20 04:53:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-20 04:53:31','2025-08-20 04:53:31'),(1515,4650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/08\\/Judges-Sermon-scaled.jpg\"}]','2025-08-20 04:53:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-20 04:53:31','2025-08-20 04:53:31'),(1516,4652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-24 14:13:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-24 14:13:58','2025-08-24 14:13:58'),(1517,4654,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/08\\/What-Is-Best-crop.jpg\"}]','2025-08-25 00:36:37',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-08-25 00:30:45','2025-08-25 00:36:37'),(1518,4655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-25 00:36:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-25 00:36:37','2025-08-25 00:36:37'),(1519,4656,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/08\\/What-Is-Best-crop.jpg\"}]','2025-08-25 00:36:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-25 00:36:37','2025-08-25 00:36:37'),(1520,4659,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-08-31 05:26:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-08-31 05:26:19','2025-08-31 05:26:19'),(1521,4661,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/09\\/1-Peter-4.jpg\"}]','2025-09-04 05:14:08',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-09-04 05:06:01','2025-09-04 05:14:08'),(1522,4662,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-04 05:14:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-04 05:14:08','2025-09-04 05:14:08'),(1523,4663,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/09\\/1-Peter-4-scaled.jpg\"}]','2025-09-04 05:14:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-04 05:14:08','2025-09-04 05:14:08'),(1524,4665,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-07 05:21:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-07 05:21:30','2025-09-07 05:21:30'),(1525,4667,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":1}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,74,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/08\\/What-Is-Best-crop.jpg\"}]','2025-09-08 04:39:27',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-09-08 04:32:05','2025-09-08 04:39:27'),(1526,4668,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-08 04:39:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-08 04:39:27','2025-09-08 04:39:27'),(1527,4672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-20 04:37:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-20 04:37:47','2025-09-20 04:37:47'),(1528,4675,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":[],\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,60,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/09\\/Presentation1.jpg\"}]','2025-09-20 05:59:37',NULL,'default',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','{\"faqs\":[],\"keyPoints\":[],\"titles\":[],\"descriptions\":[],\"socialPosts\":{\"email\":[],\"linkedin\":[],\"twitter\":[],\"facebook\":[],\"instagram\":[]}}','2025-09-20 05:49:42','2025-09-20 05:59:37'),(1529,4676,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-20 05:59:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-20 05:59:37','2025-09-20 05:59:37'),(1530,4677,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"\\/wp-content\\/uploads\\/2025\\/09\\/Presentation1.jpg\"}]','2025-09-20 05:59:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-20 05:59:37','2025-09-20 05:59:37'),(1531,4678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'2025-09-21 05:39:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}',NULL,'2025-09-21 05:39:06','2025-09-21 05:39:06');
/*!40000 ALTER TABLE `wp_aioseo_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aioseo_seo_analyzer_results`
--

DROP TABLE IF EXISTS `wp_aioseo_seo_analyzer_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_seo_analyzer_results` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `data` text NOT NULL,
  `score` varchar(255) DEFAULT NULL,
  `competitor_url` varchar(255) DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_seo_analyzer_results_competitor_url` (`competitor_url`(250))
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_seo_analyzer_results`
--

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

--
-- Table structure for table `wp_aioseo_writing_assistant_keywords`
--

DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_keywords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_writing_assistant_keywords` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(40) NOT NULL,
  `keyword` varchar(255) NOT NULL,
  `country` varchar(10) NOT NULL DEFAULT 'us',
  `language` varchar(10) NOT NULL DEFAULT 'en',
  `progress` tinyint(3) DEFAULT 0,
  `keywords` mediumtext DEFAULT NULL,
  `competitors` mediumtext DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_writing_assistant_keywords_uuid` (`uuid`),
  KEY `ndx_aioseo_writing_assistant_keywords_keyword` (`keyword`(250))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_writing_assistant_keywords`
--

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

--
-- Table structure for table `wp_aioseo_writing_assistant_posts`
--

DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_aioseo_writing_assistant_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `keyword_id` bigint(20) unsigned DEFAULT NULL,
  `content_analysis_hash` varchar(40) DEFAULT NULL,
  `content_analysis` text DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_writing_assistant_posts_post_id` (`post_id`),
  KEY `ndx_aioseo_writing_assistant_posts_keyword_id` (`keyword_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aioseo_writing_assistant_posts`
--

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

--
-- Table structure for table `wp_burst_browser_versions`
--

DROP TABLE IF EXISTS `wp_burst_browser_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_browser_versions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_browser_versions`
--

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

--
-- Table structure for table `wp_burst_browsers`
--

DROP TABLE IF EXISTS `wp_burst_browsers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_browsers` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_browsers`
--

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

--
-- Table structure for table `wp_burst_devices`
--

DROP TABLE IF EXISTS `wp_burst_devices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_devices` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_devices`
--

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

--
-- Table structure for table `wp_burst_goal_statistics`
--

DROP TABLE IF EXISTS `wp_burst_goal_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_goal_statistics` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `statistic_id` int(11) NOT NULL,
  `goal_id` int(11) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `statistic_id_index` (`statistic_id`),
  KEY `goal_id_index` (`goal_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_goal_statistics`
--

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

--
-- Table structure for table `wp_burst_goals`
--

DROP TABLE IF EXISTS `wp_burst_goals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_goals` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `type` varchar(30) NOT NULL,
  `status` varchar(30) NOT NULL,
  `server_side` tinyint(4) NOT NULL,
  `url` varchar(255) NOT NULL,
  `conversion_metric` varchar(255) NOT NULL,
  `date_created` int(11) NOT NULL,
  `date_start` int(11) NOT NULL,
  `date_end` int(11) NOT NULL,
  `attribute` varchar(255) NOT NULL,
  `attribute_value` varchar(255) NOT NULL,
  `hook` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_goals`
--

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

--
-- Table structure for table `wp_burst_platforms`
--

DROP TABLE IF EXISTS `wp_burst_platforms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_platforms` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_platforms`
--

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

--
-- Table structure for table `wp_burst_sessions`
--

DROP TABLE IF EXISTS `wp_burst_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_sessions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `first_visited_url` text NOT NULL,
  `last_visited_url` text NOT NULL,
  `goal_id` int(11) DEFAULT NULL,
  `country_code` char(2) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `goal_id_index` (`goal_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_sessions`
--

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

--
-- Table structure for table `wp_burst_summary`
--

DROP TABLE IF EXISTS `wp_burst_summary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_burst_summary` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `page_url` varchar(191) NOT NULL,
  `sessions` int(11) NOT NULL,
  `visitors` int(11) NOT NULL,
  `first_time_visitors` int(11) NOT NULL,
  `pageviews` int(11) NOT NULL,
  `bounces` int(11) NOT NULL,
  `avg_time_on_page` int(11) NOT NULL,
  `completed` tinyint(4) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date_page_url` (`date`,`page_url`),
  KEY `page_url_date_index` (`page_url`,`date`),
  KEY `date_index` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_burst_summary`
--

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

--
-- Table structure for table `wp_calendar`
--

DROP TABLE IF EXISTS `wp_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_calendar` (
  `event_id` int(11) NOT NULL AUTO_INCREMENT,
  `event_begin` date NOT NULL,
  `event_end` date NOT NULL,
  `event_title` varchar(30) NOT NULL,
  `event_desc` mediumtext NOT NULL,
  `event_time` time DEFAULT NULL,
  `event_recur` char(1) DEFAULT NULL,
  `event_repeats` int(3) DEFAULT NULL,
  `event_author` bigint(20) unsigned DEFAULT NULL,
  `event_category` bigint(20) unsigned NOT NULL DEFAULT 1,
  `event_link` mediumtext DEFAULT NULL,
  PRIMARY KEY (`event_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar`
--

LOCK TABLES `wp_calendar` WRITE;
/*!40000 ALTER TABLE `wp_calendar` DISABLE KEYS */;
INSERT INTO `wp_calendar` VALUES (1,'2011-03-23','2011-12-31','Event Calendar','','17:09:00','S',0,1,1,'https://www.google.com/calendar/embed?src=gmiles%40lyndennazarene.org&ctz=America/Los_Angeles\\\" style=\\\"border: 0\\\" width=\\\"800\\\" height=\\\"600\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\"');
/*!40000 ALTER TABLE `wp_calendar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_calendar_categories`
--

DROP TABLE IF EXISTS `wp_calendar_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_calendar_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(30) NOT NULL,
  `category_colour` varchar(30) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar_categories`
--

LOCK TABLES `wp_calendar_categories` WRITE;
/*!40000 ALTER TABLE `wp_calendar_categories` DISABLE KEYS */;
INSERT INTO `wp_calendar_categories` VALUES (1,'General','#F6F79B');
/*!40000 ALTER TABLE `wp_calendar_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_calendar_config`
--

DROP TABLE IF EXISTS `wp_calendar_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_calendar_config` (
  `config_item` varchar(30) NOT NULL,
  `config_value` mediumtext NOT NULL,
  PRIMARY KEY (`config_item`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar_config`
--

LOCK TABLES `wp_calendar_config` WRITE;
/*!40000 ALTER TABLE `wp_calendar_config` DISABLE KEYS */;
INSERT INTO `wp_calendar_config` VALUES ('can_manage_events','manage_options'),('calendar_style','    .calnk a:hover {\r\n         background-position:0 0;\r\n         text-decoration:none;  \r\n         color:#000000;\r\n         border-bottom:1px dotted #000000;\r\n         }\r\n    .calnk a:visited {\r\n         text-decoration:none;\r\n         color:#000000;\r\n         border-bottom:1px dotted #000000;\r\n        }\r\n    .calnk a {\r\n        text-decoration:none; \r\n        color:#000000; \r\n        border-bottom:1px dotted #000000;\r\n        }\r\n    .calnk a span { \r\n        display:none; \r\n        }\r\n    .calnk a:hover span {\r\n        color:#333333; \r\n        background:#F6F79B; \r\n        display:block;\r\n        position:absolute; \r\n        margin-top:1px; \r\n        padding:5px; \r\n        width:150px; \r\n        z-index:100;\r\n        line-height:1.2em;\r\n        }\r\n     .calendar-table {\r\n        border:none;\r\n        width:100%;\r\n     }\r\n     .calendar-heading {\r\n        height:25px;\r\n        text-align:center;\r\n        border:1px solid #D6DED5;\r\n        background-color:#E4EBE3;\r\n     }\r\n     .calendar-next {\r\n        width:25%;\r\n        text-align:center;\r\n     }\r\n     .calendar-prev {\r\n        width:25%;\r\n        text-align:center;\r\n     }\r\n     .calendar-month {\r\n        width:50%;\r\n        text-align:center;\r\n        font-weight:bold;\r\n     }\r\n     .normal-day-heading {\r\n        text-align:center;\r\n        width:25px;\r\n        height:25px;\r\n        font-size:0.8em;\r\n        border:1px solid #DFE6DE;\r\n        background-color:#EBF2EA;\r\n     }\r\n     .weekend-heading {\r\n        text-align:center;\r\n        width:25px;\r\n        height:25px;\r\n        font-size:0.8em;\r\n        border:1px solid #DFE6DE;\r\n        background-color:#EBF2EA;\r\n        color:#FF0000;\r\n     }\r\n     .day-with-date {\r\n        vertical-align:text-top;\r\n        text-align:left;\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #DFE6DE;\r\n     }\r\n     .no-events {\r\n\r\n     }\r\n     .day-without-date {\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #E9F0E8;\r\n     }\r\n     span.weekend {\r\n        color:#FF0000;\r\n     }\r\n     .current-day {\r\n        vertical-align:text-top;\r\n        text-align:left;\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #BFBFBF;\r\n        background-color:#E4EBE3;\r\n     }\r\n     span.event {\r\n        font-size:0.75em;\r\n     }\r\n     .kjo-link {\r\n        font-size:0.75em;\r\n        text-align:center;\r\n     }\r\n     .calendar-date-switcher {\r\n        height:25px;\r\n        text-align:center;\r\n        border:1px solid #D6DED5;\r\n        background-color:#E4EBE3;\r\n     }\r\n     .calendar-date-switcher form {\r\n        margin:0;\r\n        padding:0;\r\n     }\r\n     .calendar-date-switcher input {\r\n        border:1px #D6DED5 solid;\r\n     }\r\n     .calendar-date-switcher select {\r\n        border:1px #D6DED5 solid;\r\n     }\r\n     .cat-key {\r\n        width:100%;\r\n        margin-top:10px;\r\n        padding:5px;\r\n        border:1px solid #D6DED5;\r\n     }\r\n     .calnk a:hover span span.event-title {\r\n        padding:0;\r\n        text-align:center;\r\n        font-weight:bold;\r\n        font-size:1.2em;\r\n        }\r\n     .calnk a:hover span span.event-title-break {\r\n        width:96%;\r\n        text-align:center;\r\n        height:1px;\r\n        margin-top:5px;\r\n        margin-right:2%;\r\n        padding:0;\r\n        background-color:#000000;\r\n     }\r\n     .calnk a:hover span span.event-content-break {\r\n        width:96%;\r\n        text-align:center;\r\n        height:1px;\r\n        margin-top:5px;\r\n        margin-right:2%;\r\n        padding:0;\r\n        background-color:#000000;\r\n     }\r\n     .page-upcoming-events {\r\n        font-size:80%;\r\n     }\r\n     .page-todays-events {\r\n        font-size:80%;\r\n     }'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','14'),('calendar_version','1.2'),('enable_categories','false'),('show_attribution_link','false');
/*!40000 ALTER TABLE `wp_calendar_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

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

--
-- Dumping data for table `wp_commentmeta`
--

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

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (4,40,'onlypharmacies','','https://onlypharmacies.com/','37.139.53.18','2024-01-20 14:39:03','2024-01-20 22:39:03','<strong>[...] onlypharmacies[...]</strong>\n\nonlypharmacies',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_depicter_documents`
--

DROP TABLE IF EXISTS `wp_depicter_documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_depicter_documents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `slug` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL DEFAULT 'custom',
  `author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `sections_count` mediumint(9) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `modified_at` datetime DEFAULT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `content` longtext NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'draft',
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `password` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `created_at` (`created_at`),
  KEY `slug` (`slug`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_depicter_documents`
--

LOCK TABLES `wp_depicter_documents` WRITE;
/*!40000 ALTER TABLE `wp_depicter_documents` DISABLE KEYS */;
INSERT INTO `wp_depicter_documents` VALUES (1,'Notification Bar 1','document-1','banner-bar',2,0,'2024-12-20 03:50:12','2024-12-20 03:50:12','','','draft',0,''),(2,'Christmas Eve Service','document-2','popup',2,1,'2024-12-20 03:52:53','2024-12-20 04:07:50','','{\"lastId\":2,\"sectionsList\":[\"section-1\"],\"elements\":{\"element-2\":{\"section\":\"section-1\",\"parent\":\"section-1\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"image\",\"size\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}}},\"options\":{\"source\":\"4462\"},\"keepAspectRatio\":true,\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":0,\"unit\":\"px\"},\"origin\":\"tl\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-2\",\"name\":\"Image 1\",\"cropData\":{\"default\":{\"mediaSize\":{\"width\":825.0000000000001136868377216160297393798828125,\"height\":637.0000000000001136868377216160297393798828125}}}}},\"sections\":{\"section-1\":{\"elements\":[\"element-2\"],\"background\":{\"color\":{\"default\":\"transparent\"}},\"options\":{\"slideshowDuration\":5,\"pauseSlideshow\":false,\"url\":{\"enable\":false}},\"id\":\"section-1\",\"name\":\"Section 1\"}},\"foregroundElements\":[],\"options\":{\"sectionTransition\":{\"type\":\"basic\",\"options\":{}},\"navigation\":{\"swipe\":{\"enable\":false}},\"general\":{\"keepAspect\":true},\"navigator\":{},\"sectionLayout\":\"boxed\",\"wrapperSize\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}},\"tablet\":{\"width\":{\"value\":600,\"unit\":\"px\"},\"height\":{\"value\":500,\"unit\":\"px\"}},\"mobile\":{\"width\":{\"value\":360,\"unit\":\"px\"},\"height\":{\"value\":450,\"unit\":\"px\"}}},\"wrapperSideSpace\":0,\"documentTypeOptions\":{\"displayOptions\":{\"backdropColor\":\"rgba(0, 0, 0, 0.3)\",\"backdrop\":true,\"backdropBlur\":5,\"placement\":\"mc\",\"closeByEsc\":true,\"clickOutsideClose\":true,\"escClose\":true,\"vSpace\":{\"value\":10,\"unit\":\"px\"},\"hSpace\":{\"value\":10,\"unit\":\"px\"}}}},\"meta\":{\"createdBy\":\"3.6.0\",\"modifiedBy\":\"3.6.0\",\"modifiedByTier\":\"free-user\",\"documentType\":\"popup\"},\"env\":{\"activeSection\":\"section-1\",\"activeBreakpoint\":\"default\",\"selectedElements\":[],\"additionalFonts\":{\"simple-calendar\":{\"family\":\"simple-calendar\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-J6Z6DGPB.eot?43976014#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UEC5SQT6.woff?43976014\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-4DIMM5XW.ttf?43976014\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UBYSNATM.svg?43976014#simple-calendar\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"}]},\"\\\"Open Sans\\\"\":{\"family\":\"\\\"Open Sans\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"Raleway\\\"\":{\"family\":\"\\\"Raleway\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"italic\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"awb-icons\\\"\":{\"family\":\"\\\"awb-icons\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.svg#awb-icons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Brands\\\"\":{\"family\":\"\\\"Font Awesome 5 Brands\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Free\\\"\":{\"family\":\"\\\"Font Awesome 5 Free\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"900\",\"style\":\"normal\"}]},\"\\\"revicons\\\"\":{\"family\":\"\\\"revicons\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.eot?5510888#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.woff?5510888\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.ttf?5510888\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.svg?5510888#revicons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]}},\"showHiddenItems\":true}}','draft',0,''),(3,'Popup','','popup',2,1,'2024-12-20 04:05:50','2024-12-20 04:07:50','','{\"lastId\":2,\"sectionsList\":[\"section-1\"],\"elements\":{\"element-2\":{\"section\":\"section-1\",\"parent\":\"section-1\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"image\",\"size\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}}},\"options\":{\"source\":\"4462\"},\"keepAspectRatio\":true,\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":0,\"unit\":\"px\"},\"origin\":\"tl\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-2\",\"name\":\"Image 1\",\"cropData\":{\"default\":{\"mediaSize\":{\"width\":825.0000000000001136868377216160297393798828125,\"height\":637.0000000000001136868377216160297393798828125}}}}},\"sections\":{\"section-1\":{\"elements\":[\"element-2\"],\"background\":{\"color\":{\"default\":\"transparent\"}},\"options\":{\"slideshowDuration\":5,\"pauseSlideshow\":false,\"url\":{\"enable\":false}},\"id\":\"section-1\",\"name\":\"Section 1\"}},\"foregroundElements\":[],\"options\":{\"sectionTransition\":{\"type\":\"basic\",\"options\":{}},\"navigation\":{\"swipe\":{\"enable\":false}},\"general\":{\"keepAspect\":true},\"navigator\":{},\"sectionLayout\":\"boxed\",\"wrapperSize\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}},\"tablet\":{\"width\":{\"value\":600,\"unit\":\"px\"},\"height\":{\"value\":500,\"unit\":\"px\"}},\"mobile\":{\"width\":{\"value\":360,\"unit\":\"px\"},\"height\":{\"value\":450,\"unit\":\"px\"}}},\"wrapperSideSpace\":0,\"documentTypeOptions\":{\"displayOptions\":{\"backdropColor\":\"rgba(0, 0, 0, 0.3)\",\"backdrop\":true,\"backdropBlur\":5,\"placement\":\"mc\",\"closeByEsc\":true,\"clickOutsideClose\":true,\"escClose\":true,\"vSpace\":{\"value\":10,\"unit\":\"px\"},\"hSpace\":{\"value\":10,\"unit\":\"px\"}}}},\"meta\":{\"createdBy\":\"3.6.0\",\"modifiedBy\":\"3.6.0\",\"modifiedByTier\":\"free-user\",\"documentType\":\"popup\"},\"env\":{\"activeSection\":\"section-1\",\"activeBreakpoint\":\"default\",\"selectedElements\":[],\"additionalFonts\":{\"simple-calendar\":{\"family\":\"simple-calendar\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-J6Z6DGPB.eot?43976014#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UEC5SQT6.woff?43976014\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-4DIMM5XW.ttf?43976014\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UBYSNATM.svg?43976014#simple-calendar\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"}]},\"\\\"Open Sans\\\"\":{\"family\":\"\\\"Open Sans\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"Raleway\\\"\":{\"family\":\"\\\"Raleway\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"italic\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"awb-icons\\\"\":{\"family\":\"\\\"awb-icons\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.svg#awb-icons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Brands\\\"\":{\"family\":\"\\\"Font Awesome 5 Brands\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Free\\\"\":{\"family\":\"\\\"Font Awesome 5 Free\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"900\",\"style\":\"normal\"}]},\"\\\"revicons\\\"\":{\"family\":\"\\\"revicons\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.eot?5510888#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.woff?5510888\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.ttf?5510888\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.svg?5510888#revicons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]}},\"showHiddenItems\":true}}','draft',2,''),(4,'Popup','','popup',2,1,'2024-12-20 04:07:01','2024-12-20 04:07:50','','{\"lastId\":2,\"sectionsList\":[\"section-1\"],\"elements\":{\"element-2\":{\"section\":\"section-1\",\"parent\":\"section-1\",\"wrap\":true,\"locked\":false,\"visible\":{\"default\":true},\"type\":\"image\",\"size\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}}},\"options\":{\"source\":\"4462\"},\"keepAspectRatio\":true,\"position\":{\"default\":{\"x\":{\"value\":0,\"unit\":\"px\"},\"y\":{\"value\":0,\"unit\":\"px\"},\"origin\":\"tl\",\"autoOrigin\":true}},\"depth\":1,\"id\":\"element-2\",\"name\":\"Image 1\",\"cropData\":{\"default\":{\"mediaSize\":{\"width\":825.0000000000001136868377216160297393798828125,\"height\":637.0000000000001136868377216160297393798828125}}}}},\"sections\":{\"section-1\":{\"elements\":[\"element-2\"],\"background\":{\"color\":{\"default\":\"transparent\"}},\"options\":{\"slideshowDuration\":5,\"pauseSlideshow\":false,\"url\":{\"enable\":false}},\"id\":\"section-1\",\"name\":\"Section 1\"}},\"foregroundElements\":[],\"options\":{\"sectionTransition\":{\"type\":\"basic\",\"options\":{}},\"navigation\":{\"swipe\":{\"enable\":false}},\"general\":{\"keepAspect\":true},\"navigator\":{},\"sectionLayout\":\"boxed\",\"wrapperSize\":{\"default\":{\"width\":{\"value\":825,\"unit\":\"px\"},\"height\":{\"value\":637,\"unit\":\"px\"}},\"tablet\":{\"width\":{\"value\":600,\"unit\":\"px\"},\"height\":{\"value\":500,\"unit\":\"px\"}},\"mobile\":{\"width\":{\"value\":360,\"unit\":\"px\"},\"height\":{\"value\":450,\"unit\":\"px\"}}},\"wrapperSideSpace\":0,\"documentTypeOptions\":{\"displayOptions\":{\"backdropColor\":\"rgba(0, 0, 0, 0.3)\",\"backdrop\":true,\"backdropBlur\":5,\"placement\":\"mc\",\"closeByEsc\":true,\"clickOutsideClose\":true,\"escClose\":true,\"vSpace\":{\"value\":10,\"unit\":\"px\"},\"hSpace\":{\"value\":10,\"unit\":\"px\"}}}},\"meta\":{\"createdBy\":\"3.6.0\",\"modifiedBy\":\"3.6.0\",\"modifiedByTier\":\"free-user\",\"documentType\":\"popup\"},\"env\":{\"activeSection\":\"section-1\",\"activeBreakpoint\":\"default\",\"selectedElements\":[],\"additionalFonts\":{\"simple-calendar\":{\"family\":\"simple-calendar\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-J6Z6DGPB.eot?43976014#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UEC5SQT6.woff?43976014\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-4DIMM5XW.ttf?43976014\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/google-calendar-events\\/assets\\/generated\\/simple-calendar-UBYSNATM.svg?43976014#simple-calendar\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"}]},\"\\\"Open Sans\\\"\":{\"family\":\"\\\"Open Sans\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v40\\/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"Raleway\\\"\":{\"family\":\"\\\"Raleway\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptug8zYS_SKggPNyC0ITw.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"300\",\"style\":\"italic\"},{\"src\":\"url(\\\"https:\\/\\/fonts.gstatic.com\\/s\\/raleway\\/v34\\/1Ptsg8zYS_SKggPNyCg4TYFq.woff2\\\") format(\\\"woff2\\\")\",\"weight\":\"400\",\"style\":\"italic\"}]},\"\\\"awb-icons\\\"\":{\"family\":\"\\\"awb-icons\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/icomoon\\/awb-icons.svg#awb-icons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Brands\\\"\":{\"family\":\"\\\"Font Awesome 5 Brands\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]},\"\\\"Font Awesome 5 Free\\\"\":{\"family\":\"\\\"Font Awesome 5 Free\\\"\",\"variants\":[{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"400\",\"style\":\"normal\"},{\"src\":\"url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.eot?#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"), url(\\\"\\/\\/www.crosspoint-church.com\\/wp-content\\/themes\\/Avada\\/includes\\/lib\\/assets\\/fonts\\/fontawesome\\/webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")\",\"weight\":\"900\",\"style\":\"normal\"}]},\"\\\"revicons\\\"\":{\"family\":\"\\\"revicons\\\"\",\"variants\":[{\"src\":\"url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.eot?5510888#iefix\\\") format(\\\"embedded-opentype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.woff?5510888\\\") format(\\\"woff\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.ttf?5510888\\\") format(\\\"truetype\\\"), url(\\\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/plugins\\/revslider\\/sr6\\/assets\\/fonts\\/revicons\\/revicons.svg?5510888#revicons\\\") format(\\\"svg\\\")\",\"weight\":\"normal\",\"style\":\"normal\"}]}},\"showHiddenItems\":true}}','draft',2,'');
/*!40000 ALTER TABLE `wp_depicter_documents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_depicter_lead_fields`
--

DROP TABLE IF EXISTS `wp_depicter_lead_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_depicter_lead_fields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(50) NOT NULL DEFAULT '',
  `value` text NOT NULL DEFAULT '',
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_depicter_lead_fields`
--

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

--
-- Table structure for table `wp_depicter_leads`
--

DROP TABLE IF EXISTS `wp_depicter_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_depicter_leads` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `source_id` bigint(20) unsigned NOT NULL,
  `content_id` bigint(20) NOT NULL,
  `content_name` varchar(150) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_depicter_leads`
--

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

--
-- Table structure for table `wp_depicter_meta`
--

DROP TABLE IF EXISTS `wp_depicter_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_depicter_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `relation` varchar(30) NOT NULL DEFAULT '',
  `relation_id` bigint(20) NOT NULL,
  `meta_key` varchar(30) NOT NULL DEFAULT '',
  `meta_value` text NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_depicter_meta`
--

LOCK TABLES `wp_depicter_meta` WRITE;
/*!40000 ALTER TABLE `wp_depicter_meta` DISABLE KEYS */;
INSERT INTO `wp_depicter_meta` VALUES (1,'document',2,'hasForm','0'),(2,'document',2,'hasShortcode','0'),(3,'document',2,'rules','{\"visibilitySchedule\":{\"enable\":false},\"triggers\":{\"click\":{\"enable\":false,\"name\":\"interact\",\"params\":{\"event\":\"click\",\"selector\":\"\"}},\"waitForHover\":{\"enable\":false,\"name\":\"waitForHover\",\"params\":{\"selector\":\"\",\"time\":0}},\"scroll\":{\"enable\":false,\"name\":\"scroll\",\"params\":{\"percentage\":0}},\"scrollToElement\":{\"enable\":false,\"name\":\"scrollToElement\",\"params\":{\"selector\":\"\"}},\"wait\":{\"enable\":false,\"name\":\"wait\",\"params\":{\"duration\":0}},\"inactivity\":{\"enable\":false,\"name\":\"inactivity\",\"params\":{\"duration\":0}},\"exitIntent\":{\"enable\":false,\"name\":\"exitIntent\"}},\"afterClose\":{\"displayAgain\":\"never\",\"displayAgainPeriod\":0,\"displayAgainPeriodType\":\"m\"},\"displayConditions\":{\"STI1Zy4WmtVrK9SnDn9UM\":{\"matchingMode\":\"any\",\"order\":1,\"operator\":\"and\",\"conditions\":{}}}}');
/*!40000 ALTER TABLE `wp_depicter_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_depicter_options`
--

DROP TABLE IF EXISTS `wp_depicter_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_depicter_options` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` text NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_depicter_options`
--

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

--
-- Table structure for table `wp_formmaker`
--

DROP TABLE IF EXISTS `wp_formmaker`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(127) NOT NULL,
  `type` varchar(100) NOT NULL,
  `mail` longtext NOT NULL,
  `form_front` longtext NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text NOT NULL,
  `submit_text` longtext NOT NULL,
  `url` varchar(200) NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text NOT NULL,
  `script_mail_user` text NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `label_order` longtext NOT NULL,
  `label_order_current` longtext NOT NULL,
  `article_id` varchar(500) NOT NULL,
  `pagination` varchar(128) NOT NULL,
  `show_title` varchar(128) NOT NULL,
  `show_numbers` varchar(128) NOT NULL,
  `public_key` varchar(50) NOT NULL,
  `private_key` varchar(50) NOT NULL,
  `recaptcha_theme` varchar(20) NOT NULL,
  `paypal_mode` int(2) NOT NULL,
  `checkout_mode` varchar(20) NOT NULL,
  `paypal_email` varchar(50) NOT NULL,
  `payment_currency` varchar(20) NOT NULL,
  `tax` float NOT NULL,
  `form_fields` longtext NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT 1,
  `sendemail` tinyint(4) NOT NULL DEFAULT 1,
  `requiredmark` varchar(20) NOT NULL DEFAULT '*',
  `from_mail` varchar(128) NOT NULL,
  `from_name` varchar(128) NOT NULL,
  `reply_to` varchar(128) NOT NULL,
  `send_to` varchar(128) NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT 1,
  `custom_front` longtext NOT NULL,
  `mail_from_user` varchar(128) NOT NULL,
  `mail_from_name_user` varchar(128) NOT NULL,
  `reply_to_user` varchar(128) NOT NULL,
  `condition` text NOT NULL,
  `mail_cc` varchar(128) NOT NULL,
  `mail_cc_user` varchar(128) NOT NULL,
  `mail_bcc` varchar(128) NOT NULL,
  `mail_bcc_user` varchar(128) NOT NULL,
  `mail_subject` varchar(128) NOT NULL,
  `mail_subject_user` varchar(128) NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT 1,
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment_user` tinyint(4) NOT NULL DEFAULT 1,
  `user_id_wd` varchar(220) NOT NULL,
  `sortable` int(11) NOT NULL,
  `frontend_submit_fields` text NOT NULL,
  `frontend_submit_stat_fields` text NOT NULL,
  `mail_emptyfields` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify_expiretime` float NOT NULL,
  `mail_verification_post_id` int(11) NOT NULL,
  `save_uploads` tinyint(4) NOT NULL DEFAULT 1,
  `header_title` varchar(255) NOT NULL,
  `header_description` text NOT NULL,
  `header_image_url` varchar(255) NOT NULL,
  `header_image_animation` varchar(200) NOT NULL,
  `header_hide_image` tinyint(4) NOT NULL DEFAULT 1,
  `header_hide` tinyint(4) NOT NULL DEFAULT 1,
  `jsversion` int(11) NOT NULL,
  `privacy` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker`
--

LOCK TABLES `wp_formmaker` WRITE;
/*!40000 ALTER TABLE `wp_formmaker` DISABLE KEYS */;
INSERT INTO `wp_formmaker` VALUES (1,'Card','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%7 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"8\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%8 - Email%</div><div wdid=\"9\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%9 - Phone%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - Questions, Comments, Prayer Requests...%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\r\nfunction before_load() {\r\n     \r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n     // IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset() {\r\n     \r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n     \r\n}','','',5,'{all}','{all}',10,1,'7#**id**#Name#**label**#type_name#****#8#**id**#Email#**label**#type_submitter_mail#****#9#**id**#Phone#**label**#type_phone_new#****#5#**id**#Questions, Comments, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#4#**id**#Phone#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#2#**id**#Name#**label**#type_text#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','7#**id**#Name#**label**#type_name#****#8#**id**#Email#**label**#type_submitter_mail#****#9#**id**#Phone#**label**#type_phone_new#****#5#**id**#Questions, Comments, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','https://www.crosspoint-church.com/sermon/','none','','1','','','',0,'testmode','','',0,'7*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*8*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*9*:*id*:*type_phone_new*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:*us*:*w_top_country*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Questions, Comments, Prayer Requests...*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:*attribute=value*:*w_attr_name*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','{formtitle}','{formtitle}',1,1,1,1,'administrator,',0,'','',0,0,0,2902,1,'Connect Card','Please let us know you were here and how we can pray for you.','','none',0,1,1253663444,'{\"gdpr_checkbox\":\"0\",\"gdpr_checkbox_text\":\"I consent collecting this data and processing it according to {{privacy_policy}} of this website.\",\"save_ip\":\"1\",\"save_user_id\":\"1\"}'),(2,'Client List Form','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - First Name%</div></div><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Phone%</div></div><div class=\"wdform_column\"><div wdid=\"6\" class=\"wdform_row\">%6 - Website%</div></div><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\">%7 - Address%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',1,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',13,1,'2#**id**#First Name#**label**#type_text#****#3#**id**#Last Name#**label**#type_text#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Phone#**label**#type_text#****#6#**id**#Website#**label**#type_text#****#7#**id**#Street Address#**label**#type_address#****#8#**id**#Street Address Line 2#**label**#type_address#****#9#**id**#City#**label**#type_address#****#10#**id**#State / Province / Region#**label**#type_address#****#11#**id**#Postal / Zip Code#**label**#type_address#****#12#**id**#Country#**label**#type_address#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#7_street1form_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#First Name#**label**#type_text#****#3#**id**#Last Name#**label**#type_text#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Phone#**label**#type_text#****#6#**id**#Website#**label**#type_text#****#7#**id**#Street Address#**label**#type_address#****#8#**id**#Street Address Line 2#**label**#type_address#****#9#**id**#City#**label**#type_address#****#10#**id**#State / Province / Region#**label**#type_address#****#11#**id**#Postal / Zip Code#**label**#type_address#****#12#**id**#Country#**label**#type_address#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*First Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Website*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:*http://example.com*:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*7*:*id*:*type_address*:*type*:*Address*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'','','','none',0,1,0,''),(3,'Feedback Form','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - CMS%</div></div><div class=\"wdform_column\"><div wdid=\"6\" class=\"wdform_row\">%6 - Extension%</div></div><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\">%7 - Plugin%</div></div><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%2 - Subject%</div></div><div class=\"wdform_column\"><div wdid=\"8\" class=\"wdform_row\">%8 - Message%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',3,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',9,1,'3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#Text#**label**#type_text#****#','3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'0','','USD',0,'3*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:*First***Last*******:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*CMS*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*hor*:*w_flow*:*Joomla!***Wordpress*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Joomla!***Wordpress*:*w_choices_value*:*****:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_own_select*:*type*:*Extension*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select extension***Form Maker***Gallery WD***Spider Calendar*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Gallery WD***Spider Calendar*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*7*:*id*:*type_own_select*:*type*:*Plugin*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select plugin***Form Maker***Photo Gallery***Ecommerce WD*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Photo Gallery***Ecommerce WD*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*8*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','1*:*show_hide*:*6*:*field_label*:*and*:*all_any*:*5***==***Joomla!*:*next_condition*:**:*new_condition*:*1*:*show_hide*:*7*:*field_label*:*and*:*all_any*:*5***==***Wordpress*:*next_condition*:**:*new_condition*:*','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Feedback Form','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','https://www.crosspoint-church.com/wp-content/plugins/form-maker/images/demo/2.png','flash',0,1,0,''),(4,'Business Demographic Survey','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - What is your employment status?%</div></div><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - What is your level of education?%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - In which industry do you work?%</div></div><div class=\"wdform_column\"><div wdid=\"6\" class=\"wdform_row\">%6 - What is the annual revenue of your company?%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Enter characters for verification.%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',4,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',7,1,'2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#6#**id**#What is the annual revenue of your company?#**label**#type_radio#****#5#**id**#Enter characters for verification.#**label**#type_captcha#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6_elementform_id_temp0#**id**#What is your employment status?#**label**#type_radio#****#6_elementform_id_temp1#**id**#What is your level of education?#**label**#type_radio#****#6_elementform_id_temp2#**id**#In which industry do you work?#**label**#type_own_select#****#6_elementform_id_temp3#**id**#Enter characters for verification.#**label**#type_captcha#****#6_elementform_id_temp4#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6_elementform_id_temp5#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#6#**id**#What is the annual revenue of your company?#**label**#type_radio#****#5#**id**#Enter characters for verification.#**label**#type_captcha#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_radio*:*type*:*What is your employment status?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Employed full time***Trade or Vocational degree***Not employed, but looking for work***Not employed and not looking for work***Retired***Student***Homemaker***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Employed full time***Trade or Vocational degree***Not employed, but looking for work***Not employed and not looking for work***Retired***Student***Homemaker***Prefer not to answer*:*w_choices_value*:***********************:*w_choices_params*:**:*w_class*:**:*new_field*:*3*:*id*:*type_radio*:*type*:*What is your level of education?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Some high school***High school graduate or equivalent***Trade or Vocational Degree***Some college***Associate degree***Bachelor\'s degree***Graduate or Professional degree***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Some high school***High school graduate or equivalent***Trade or Vocational Degree***Some college***Associate degree***Bachelor\'s degree***Graduate or Professional degree***Prefer not to answer*:*w_choices_value*:***********************:*w_choices_params*:**:*w_class*:**:*new_field*:*4*:*id*:*type_own_select*:*type*:*In which industry do you work?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select industry***Agriculture***Engineering***Information Technologies***Media***Local Business*:*w_choices*:*true***false***false***false***false***false*:*w_choices_checked*:*true***false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:****Agriculture***Engineering***Information Technologies***Media***Local Business*:*w_choices_value*:*****************:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*6*:*id*:*type_radio*:*type*:*What is the annual revenue of your company?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Under $10,000***$10,001 to $50,000***$50,001 to $100,000***$100,001 to $500,000***$500,001 to $1 Million***$1 Million to $10 Million***$10 Million to $50 Million***$50 Million to $100 Million***Over $100 Million*:*w_choices*:*false***false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Under $10,000***$10,001 to $50,000***$50,001 to $100,000***$100,001 to $500,000***$500,001 to $1 Million***$1 Million to $10 Million***$10 Million to $50 Million***$50 Million to $100 Million***Over $100 Million*:*w_choices_value*:**************************:*w_choices_params*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter characters for verification.*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Business Demographic Survey','Thank you for joining our business demographic survey. Please give us your feedback by filling in the information bellow.','','none',1,1,0,''),(5,'Cupcake Order Form','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - Date%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Cupcakes Flavors (1 doz. minimum)%</div></div><div class=\"wdform_column\"><div wdid=\"6\" class=\"wdform_row\">%6 - Quantity%</div></div><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\">%7 - Details (if any)%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',6,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',8,1,'2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp0#**id**#Name#**label**#type_name#****#5_elementform_id_temp1#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp2#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp3#**id**#Name:*   Email:* Date* Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#5_elementform_id_temp4#**id**#Quantity#**label**#type_spinner#****#5_elementform_id_temp5#**id**#Details (if any)#**label**#type_textarea#****#5_elementform_id_temp6#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp7#**id**#Name#**label**#type_name#****#5_elementform_id_temp8#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp9#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp10#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp11#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_date_new*:*type*:*Date*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_date*:*yes*:*w_required*:*yes*:*w_show_image*:**:*w_class*:*mm/dd/yy*:*w_format*:*0*:*w_start_day*:**:*w_default_date*:**:*w_min_date*:**:*w_max_date*:**:*w_invalid_dates*:*yes***yes***yes***yes***yes***yes***yes*:*w_show_days*:*yes*:*w_hide_time*:*...*:*w_but_val*:*no*:*w_disable_past_days*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*Cupcakes Flavors (1 doz. minimum)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices*:*false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices_value*:********************:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_spinner*:*type*:*Quantity*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*60*:*w_field_width*:**:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*7*:*id*:*type_textarea*:*type*:*Details (if any)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Cupcake Order Form','','','none',1,1,0,''),(6,'Connect Card','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%4 - Email%</div><div wdid=\"3\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%3 - Phone%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Comments, Questions, Prayer Requests...%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#3#**id**#Phone#**label**#type_phone_new#****#5#**id**#Comments, Questions, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#3#**id**#Phone#**label**#type_phone_new#****#5#**id**#Comments, Questions, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*3*:*id*:*type_phone_new*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:*us*:*w_top_country*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Comments, Questions, Prayer Requests...*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Connect Card','<p style=\"text-align: center;\">Please let us know you were here and how we can pray for you.</p>','','none',0,1,299889304,'');
/*!40000 ALTER TABLE `wp_formmaker` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_formmaker_backup`
--

DROP TABLE IF EXISTS `wp_formmaker_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_backup` (
  `backup_id` int(11) NOT NULL AUTO_INCREMENT,
  `cur` int(1) NOT NULL,
  `id` int(11) NOT NULL,
  `title` varchar(127) NOT NULL,
  `type` varchar(100) NOT NULL,
  `mail` varchar(128) NOT NULL,
  `form_front` longtext NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text NOT NULL,
  `submit_text` longtext NOT NULL,
  `url` varchar(200) NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text NOT NULL,
  `script_mail_user` text NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `label_order` longtext NOT NULL,
  `label_order_current` longtext NOT NULL,
  `article_id` varchar(500) NOT NULL,
  `pagination` varchar(128) NOT NULL,
  `show_title` varchar(128) NOT NULL,
  `show_numbers` varchar(128) NOT NULL,
  `public_key` varchar(50) NOT NULL,
  `private_key` varchar(50) NOT NULL,
  `recaptcha_theme` varchar(20) NOT NULL,
  `paypal_mode` int(2) NOT NULL,
  `checkout_mode` varchar(20) NOT NULL,
  `paypal_email` varchar(50) NOT NULL,
  `payment_currency` varchar(20) NOT NULL,
  `tax` float NOT NULL,
  `form_fields` longtext NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT 1,
  `sendemail` tinyint(4) NOT NULL DEFAULT 1,
  `requiredmark` varchar(20) NOT NULL DEFAULT '*',
  `from_mail` varchar(128) NOT NULL,
  `from_name` varchar(128) NOT NULL,
  `reply_to` varchar(128) NOT NULL,
  `send_to` varchar(128) NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT 1,
  `custom_front` longtext NOT NULL,
  `mail_from_user` varchar(128) NOT NULL,
  `mail_from_name_user` varchar(128) NOT NULL,
  `reply_to_user` varchar(128) NOT NULL,
  `condition` text NOT NULL,
  `mail_cc` varchar(128) NOT NULL,
  `mail_cc_user` varchar(128) NOT NULL,
  `mail_bcc` varchar(128) NOT NULL,
  `mail_bcc_user` varchar(128) NOT NULL,
  `mail_subject` varchar(128) NOT NULL,
  `mail_subject_user` varchar(128) NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT 1,
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment_user` tinyint(4) NOT NULL DEFAULT 1,
  `user_id_wd` varchar(220) NOT NULL,
  `sortable` int(11) NOT NULL,
  `frontend_submit_fields` text NOT NULL,
  `frontend_submit_stat_fields` text NOT NULL,
  `mail_emptyfields` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify_expiretime` float NOT NULL,
  `mail_verification_post_id` int(11) NOT NULL,
  `save_uploads` tinyint(4) NOT NULL DEFAULT 1,
  `header_title` varchar(255) NOT NULL,
  `header_description` text NOT NULL,
  `header_image_url` varchar(255) NOT NULL,
  `header_image_animation` varchar(200) NOT NULL,
  `header_hide_image` tinyint(4) NOT NULL DEFAULT 1,
  `header_hide` tinyint(4) NOT NULL DEFAULT 1,
  `privacy` longtext NOT NULL,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`backup_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_backup`
--

LOCK TABLES `wp_formmaker_backup` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_backup` DISABLE KEYS */;
INSERT INTO `wp_formmaker_backup` VALUES (1,1,3,'Feedback Form','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - CMS%</div></div><div class=\"wdform_column\"><div wdid=\"6\" class=\"wdform_row\">%6 - Extension%</div></div><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\">%7 - Plugin%</div></div><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%2 - Subject%</div></div><div class=\"wdform_column\"><div wdid=\"8\" class=\"wdform_row\">%8 - Message%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',3,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',9,1,'3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#Text#**label**#type_text#****#','3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'0','','USD',0,'3*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:*First***Last*******:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*CMS*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*hor*:*w_flow*:*Joomla!***Wordpress*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Joomla!***Wordpress*:*w_choices_value*:*****:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_own_select*:*type*:*Extension*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select extension***Form Maker***Gallery WD***Spider Calendar*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Gallery WD***Spider Calendar*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*7*:*id*:*type_own_select*:*type*:*Plugin*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select plugin***Form Maker***Photo Gallery***Ecommerce WD*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Photo Gallery***Ecommerce WD*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*8*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','1*:*show_hide*:*6*:*field_label*:*and*:*all_any*:*5***==***Joomla!*:*next_condition*:**:*new_condition*:*1*:*show_hide*:*7*:*field_label*:*and*:*all_any*:*5***==***Wordpress*:*next_condition*:**:*new_condition*:*','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Feedback Form','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','https://www.crosspoint-church.com/wp-content/plugins/form-maker/images/demo/2.png','flash',0,1,'',1590073442),(2,0,1,'Contact Us','embedded','{adminemail}','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - Subject%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Message%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\r\nfunction before_load() {\r\n     \r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n     // IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset() {\r\n     \r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n     \r\n}','','',5,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','https://www.crosspoint-church.com/sermon/','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,2902,1,'Contact Us','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','','none',0,1,'{\"gdpr_checkbox\":\"0\",\"gdpr_checkbox_text\":\"I consent collecting this data and processing it according to {{privacy_policy}} of this website.\",\"save_ip\":\"1\",\"save_user_id\":\"1\"}',1590075978),(3,0,1,'Connect Card','embedded','','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%7 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%4 - Phone%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - Comments%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\r\nfunction before_load() {\r\n     \r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n     // IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset() {\r\n     \r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n     \r\n}','','',5,'{all}','{all}',8,1,'7#**id**#Name#**label**#type_name#****#4#**id**#Phone#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Comments#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2#**id**#Name#**label**#type_text#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','7#**id**#Name#**label**#type_name#****#4#**id**#Phone#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Comments#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','https://www.crosspoint-church.com/sermon/','none','','1','','','',0,'testmode','','',0,'7*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_text*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:*250*:*w_size*:**:*w_first_val*:*Phone*:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:*250*:*w_size*:**:*w_first_val*:*Email*:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Comments*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:*Questions, Comments, Prayer Requests...*:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Connect Card','Please let us know you were here and how we can pray for you.','','none',0,1,'{\"gdpr_checkbox\":\"0\",\"gdpr_checkbox_text\":\"I consent collecting this data and processing it according to {{privacy_policy}} of this website.\",\"save_ip\":\"1\",\"save_user_id\":\"1\"}',1590076519),(4,1,1,'Card','embedded','','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"7\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%7 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"8\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%8 - Email%</div><div wdid=\"9\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%9 - Phone%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - Questions, Comments, Prayer Requests...%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\r\nfunction before_load() {\r\n     \r\n}\r\n\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n     // IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset() {\r\n     \r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n     \r\n}','','',5,'{all}','{all}',10,1,'7#**id**#Name#**label**#type_name#****#8#**id**#Email#**label**#type_submitter_mail#****#9#**id**#Phone#**label**#type_phone_new#****#5#**id**#Questions, Comments, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#4#**id**#Phone#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#2#**id**#Name#**label**#type_text#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','7#**id**#Name#**label**#type_name#****#8#**id**#Email#**label**#type_submitter_mail#****#9#**id**#Phone#**label**#type_phone_new#****#5#**id**#Questions, Comments, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','https://www.crosspoint-church.com/sermon/','none','','1','','','',0,'testmode','','',0,'7*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*8*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*9*:*id*:*type_phone_new*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:*us*:*w_top_country*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Questions, Comments, Prayer Requests...*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:*attribute=value*:*w_attr_name*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Connect Card','Please let us know you were here and how we can pray for you.','','none',0,1,'{\"gdpr_checkbox\":\"0\",\"gdpr_checkbox_text\":\"I consent collecting this data and processing it according to {{privacy_policy}} of this website.\",\"save_ip\":\"1\",\"save_user_id\":\"1\"}',1590076946),(5,0,6,'Connect Card','embedded','','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',14,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',2,1,'1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Connect Card','<p style=\"text-align: center;\">Please let us know you were here and how we can pray for you.</p>','','none',0,1,'',1590077439),(6,1,6,'Connect Card','','','<div class=\"wdform-page-and-images fm-form-builder\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%4 - Email%</div><div wdid=\"3\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%3 - Phone%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Comments, Questions, Prayer Requests...%</div></div><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',0,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#3#**id**#Phone#**label**#type_phone_new#****#5#**id**#Comments, Questions, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#3#**id**#Phone#**label**#type_phone_new#****#5#**id**#Comments, Questions, Prayer Requests...#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*3*:*id*:*type_phone_new*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:*us*:*w_top_country*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Comments, Questions, Prayer Requests...*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',0,'','',0,0,0,0,1,'Connect Card','<p style=\"text-align: center;\">Please let us know you were here and how we can pray for you.</p>','','none',0,1,'',1590077675);
/*!40000 ALTER TABLE `wp_formmaker_backup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_formmaker_blocked`
--

DROP TABLE IF EXISTS `wp_formmaker_blocked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_blocked` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_blocked`
--

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

--
-- Table structure for table `wp_formmaker_display_options`
--

DROP TABLE IF EXISTS `wp_formmaker_display_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_display_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `type` varchar(100) NOT NULL,
  `popover_animate_effect` varchar(255) NOT NULL,
  `popover_loading_delay` int(11) NOT NULL,
  `popover_frequency` int(4) NOT NULL,
  `topbar_position` tinyint(4) NOT NULL,
  `topbar_remain_top` tinyint(4) NOT NULL,
  `topbar_closing` tinyint(4) NOT NULL,
  `topbar_hide_duration` int(4) NOT NULL,
  `scrollbox_position` tinyint(4) NOT NULL,
  `scrollbox_trigger_point` float NOT NULL,
  `scrollbox_hide_duration` int(4) NOT NULL,
  `scrollbox_auto_hide` tinyint(4) NOT NULL,
  `scrollbox_closing` tinyint(4) NOT NULL DEFAULT 1,
  `scrollbox_minimize` tinyint(4) NOT NULL,
  `scrollbox_minimize_text` varchar(300) NOT NULL,
  `display_on` text NOT NULL,
  `posts_include` text NOT NULL,
  `pages_include` text NOT NULL,
  `display_on_categories` text NOT NULL,
  `current_categories` text NOT NULL,
  `scrollbox_loading_delay` tinyint(4) NOT NULL,
  `hide_mobile` tinyint(4) NOT NULL DEFAULT 1,
  `show_for_admin` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_id` (`form_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 `wp_formmaker_display_options`
--

LOCK TABLES `wp_formmaker_display_options` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_display_options` DISABLE KEYS */;
INSERT INTO `wp_formmaker_display_options` VALUES (5,1,'embedded','none',1,0,1,1,1,0,1,20,0,1,1,1,'The form is minimized','page','','2638','','select_all_categories',0,0,0),(8,6,'embedded','none',0,0,1,1,1,0,1,20,0,1,1,1,'Connect Card','home,post,page','','','select_all_categories,2,3,4,5,1,6','select_all_categories',0,0,0);
/*!40000 ALTER TABLE `wp_formmaker_display_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_formmaker_groups`
--

DROP TABLE IF EXISTS `wp_formmaker_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_groups`
--

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

--
-- Table structure for table `wp_formmaker_query`
--

DROP TABLE IF EXISTS `wp_formmaker_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_query` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `query` text NOT NULL,
  `details` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_query`
--

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

--
-- Table structure for table `wp_formmaker_sessions`
--

DROP TABLE IF EXISTS `wp_formmaker_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_sessions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(20) NOT NULL,
  `group_id` int(20) NOT NULL,
  `ip` varchar(20) NOT NULL,
  `ord_date` datetime NOT NULL,
  `ord_last_modified` datetime NOT NULL,
  `status` varchar(50) NOT NULL,
  `full_name` varchar(100) NOT NULL,
  `email` varchar(50) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `mobile_phone` varchar(255) NOT NULL,
  `fax` varchar(255) NOT NULL,
  `address` varchar(300) NOT NULL,
  `paypal_info` text NOT NULL,
  `without_paypal_info` text NOT NULL,
  `ipn` varchar(20) NOT NULL,
  `checkout_method` varchar(20) NOT NULL,
  `tax` float NOT NULL,
  `shipping` float NOT NULL,
  `shipping_type` varchar(200) NOT NULL,
  `read` int(11) NOT NULL,
  `total` float NOT NULL,
  `currency` varchar(24) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_sessions`
--

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

--
-- Table structure for table `wp_formmaker_submits`
--

DROP TABLE IF EXISTS `wp_formmaker_submits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_submits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `element_label` varchar(128) NOT NULL,
  `element_value` longtext NOT NULL,
  `group_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(128) NOT NULL,
  `user_id_wd` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_submits`
--

LOCK TABLES `wp_formmaker_submits` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_submits` DISABLE KEYS */;
INSERT INTO `wp_formmaker_submits` VALUES (1,6,'2','Gary@@@Miles',1,'2020-05-22 00:45:47','73.11.212.252',1),(2,6,'4','grmiles@comcast.net',1,'2020-05-22 00:45:47','73.11.212.252',1),(3,6,'3','+1360-319-8734',1,'2020-05-22 00:45:47','73.11.212.252',1),(4,6,'5','please pray for me...',1,'2020-05-22 00:45:47','73.11.212.252',1);
/*!40000 ALTER TABLE `wp_formmaker_submits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_formmaker_themes`
--

DROP TABLE IF EXISTS `wp_formmaker_themes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_themes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `css` text NOT NULL,
  `default` tinyint(4) NOT NULL,
  `version` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_themes`
--

LOCK TABLES `wp_formmaker_themes` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_themes` DISABLE KEYS */;
INSERT INTO `wp_formmaker_themes` VALUES (1,'Default Theme','{\"AGPWidth\":\"70\",\"AGPSPWidth\":\"30\",\"HPAlign\":\"top\",\"HTPWidth\":\"40\",\"HPTextAlign\":\"center\",\"HTPFontSize\":\"24\",\"HDPFontSize\":\"15\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"SPAlign\":\"left\",\"PSAPAlign\":\"right\",\"PPAPWidth\":\"100%\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"PSAPBGColor\":\"#7f7f7f\",\"PSAPPadding\":\"8px\",\"PSDPBGColor\":\"#999999\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 10px 0\",\"FPMargin\":\"15px 0 0 0\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPPadding\":\"6px 10px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"2\",\"GPMLFontSize\":\"12\",\"GPMLFontWeight\":\"normal\",\"OPRColor\":\"\"}',1,2),(2,'Theme 1','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#96afab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"24\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#607370\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#607370\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#868686\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"6px 10px\",\"IPMargin\":\"0\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#e74c3c\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#e74c3c\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#701e16\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#701e16\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#96afab\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#8a8a8a\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5a7784\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#5a7784\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 1px 0 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#ededed\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#737373\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"3px 5px\",\"PSDPMargin\":\"0 1px 0 0 \",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#ededed\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#607370\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#96afab\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#607370\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#96afab\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#777777\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#e74c3c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#96afab\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#96afab\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#96afab\",\"MBHPColor\":\"#607370\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#96afab\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(3,'Theme 2','{\"GPFontFamily\":\"Roboto Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#16afbf\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#387185\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#387185\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#777777\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ededed\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#777777\",\"IPPadding\":\"5px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#a3aa44\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"8px 8px\",\"SPMargin\":\"0 5px 0 0 \",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#a3aa44\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#c2d852\",\"SHPColor\":\"#445d71\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c2d852\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#16afbf\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"8px 8px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#16afbf\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#435c71\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#a3aa44\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#a3aa44\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#16afbf\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#16afbf\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#16afbf\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"22\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#387185\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#a3aa44\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#16afbf\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#387185\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#16afbf\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#387185\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(4,'Theme 3','{\"GPFontFamily\":\"Droid Sans\",\"AGPWidth\":\"80\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#b7b7b7\",\"HPWidth\":\"100\",\"HTPWidth\":\"35\",\"HPPadding\":\"10px 13px 25px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#354f5d\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"65\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#627781\",\"GPPadding\":\"10px\",\"GPMargin\":\"-25px 0 0 \",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#627781\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f3f3f3\",\"SEPPadding\":\"10px 15px\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#627781\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#627781\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#627781\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#676767\",\"SPWidth\":\"\",\"SPHeight\":\"40\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0px\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#676767\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#ededed\",\"SHPColor\":\"#676767\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#676767\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f3f3f3\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#777777\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0px\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#ededed\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#ededed\",\"BHPColor\":\"#777777\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#ededed\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#354f5d\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#354f5d\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#b7b7b7\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#b7b7b7\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#838383\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"20px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#838383\",\"CBPPadding\":\"3px 5px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"30\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffffff\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f3f3f3\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#354f5d\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#354f5d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#b7b7b7\",\"MBHPColor\":\"#354f5d\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#354f5d\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(5,'Theme 4','{\"GPFontFamily\":\"Patrick Hand\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#606060\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"\",\"HTPColor\":\"#930912\",\"HDPFontSize\":\"17\",\"HDPColor\":\"#666666\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d8d8\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"70\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#2d4d5f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#2d4d5f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d8d8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"30\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#9c9c9c\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#930912\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#e8e8e8\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#930912\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#51030b\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#51030b\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#666666\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#666666\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#2d4d5f\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#930912\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#930912\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#2d4d5f\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#2d4d5f\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#666666\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#930912\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#666666\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#930912\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"25px\",\"CBPRight\":\"20px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"#ffffff\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#930912\",\"CBPPadding\":\"\",\"CBPMargin\":\"0px\",\"CBPBorderTop\":\"top\",\"CBPBorderRight\":\"right\",\"CBPBorderBottom\":\"bottom\",\"CBPBorderLeft\":\"left\",\"CBPBorderColor\":\"#606060\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"15\",\"CBHPBGColor\":\"#ffffff\",\"CBHPColor\":\"#2d4d5f\",\"CBHPBorderTop\":\"top\",\"CBHPBorderRight\":\"right\",\"CBHPBorderBottom\":\"bottom\",\"CBHPBorderLeft\":\"left\",\"CBHPBorderColor\":\"#606060\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#930912\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#606060\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#666666\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#930912\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(6,'Theme 5','{\"GPFontFamily\":\"cursive\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#aee2de\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#518a88\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#214555\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#d4d4d4\",\"GPPadding\":\"10px 20px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#d4d4d4\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#214555\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#518a88\",\"IPPadding\":\"5px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#518a88\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#518a88\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#518a88\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f46322\",\"SPWidth\":\"130\",\"SPHeight\":\"40\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f46322\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f46322\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#f46322\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#bababa\",\"BPWidth\":\"\",\"BPHeight\":\"40\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#454545\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#bababa\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#bababa\",\"BHPColor\":\"#454545\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#bababa\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f46322\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#bababa\",\"PSDPFontSize\":\"13\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#518a88\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#f46322\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d4d4d4\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#d4d4d4\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#f46322\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"0px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#f46322\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#214555\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#aee2de\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#518a88\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#518a88\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#518a88\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(7,'Theme 6','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#1d6d69\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#3a9391\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#3a9391\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderColor\":\"#1d6d69\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1d6d69\",\"SHPBGColor\":\"#f60c5b\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#1d6d69\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#357773\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1d6d69\",\"BHPBGColor\":\"#35a098\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#ffb33a\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#ffb33a\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#1d6d69\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#1d6d69\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#018c8b\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#ffb33a\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f60c5b\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#1d6d69\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#1d6d69\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#1d6d69\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#1d6d69\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffffff\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(8,'Theme 7','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#3596d4\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#2d4d5f\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#2d4d5f\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"SHPBGColor\":\"#ba9911\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#44acf0\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"BHPBGColor\":\"#44acf0\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#44acf0\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#44acf0\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#808080\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#808080\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#ba9911\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#ba9911\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#808080\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffb33a\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#3596d4\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#2d4d5f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#3596d4\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#2d4d5f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffb33a\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(9,'Theme 8','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#435c71\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"30\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#e6c41b\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"right\",\"HIPWidth\":\"40\",\"HIPHeight\":\"26\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"11\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"6px 10px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f05e22\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#435c71\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#e6c41b\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#435c71\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#e6c41b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#435c71\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(10,'Theme 9','{\"GPFontFamily\":\"Open Sans Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"left\",\"HPBGColor\":\"#4d4d4d\",\"HPWidth\":\"50\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#b95d3c\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"50\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#4d4d4d\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#4d4d4d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#f05e22\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#f05e22\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(11,'Theme 10','{\"GPFontFamily\":\"arial\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#00bff3\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#00bff3\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"41\",\"HIPHeight\":\"31\",\"GPBGColor\":\"#ffffff\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"100\",\"GPAlign\":\"left\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#494949\",\"GPPadding\":\"15px 15px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#494949\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px 20px 10px 10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"30\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"6px 6px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#00bff3\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#00bff3\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#00bff3\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#000000\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#b0b5b8\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"6\",\"SPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"SHPBGColor\":\"#000000\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#dfc97a\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#272727\",\"BPPadding\":\"15px 20px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#139e92\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#f8f8f8\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#272727\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#dfc97a\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#137065\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#137065\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#757575\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#139e92\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#139e92\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#139e92\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#137065\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#137065\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f82c2c\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"div[type=\\\"type_section_break\\\"] {\\r\\n  display: none !important;\\r\\n}\\r\\ndiv[wdid=\\\"12\\\"] {\\r\\n    border: 1px solid #00bff3;\\r\\n    padding: 10px 30px 0px;\\r\\n}\\r\\ninput.time_box {\\r\\n  width: 40px;\\r\\n}\"}',0,2),(12,'Theme 11','{\"GPFontFamily\":\"Roboto\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#f2ecde\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#7a134b\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"4\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#8a877f\",\"HIPAlign\":\"right\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d5c6\",\"GPFontSize\":\"14\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#37352f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#37352f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d5c6\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#b7b3a7\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#b7b3a7\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#7a134b\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#7a134b\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#7a134b\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#7a134b\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#7a134b\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#7a134b\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#630538\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#630538\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f2ecde\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#37352f\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#f2ecde\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#7a134b\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 -2px  0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#7a134b\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"3\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#f2ecde\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#000000\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#7a134b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#630538\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#7a134b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#630538\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#7a134b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#630538\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f2ecde\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderColor\":\"#7a134b\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#f2ecde\",\"MBHPColor\":\"#7a134b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderColor\":\"#7a134b\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(13,'Theme 12','{\"GPFontFamily\":\"trebuchet ms\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#5d98b1\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#ffffff\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"5\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"22\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#36748e\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#36748e\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#204a5c\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#204a5c\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#204a5c\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#204a5c\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#204a5c\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#204a5c\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#1e6466\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#1e6466\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#268285\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#268285\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#d4d4d4\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#11393a\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#d4d4d4\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#268285\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"bold\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"10px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"4\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#d4d4d4\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#100e0e\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"center\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#132d39\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#132d39\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#132d39\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#132d39\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"15px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#1e6466\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#204a5c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#204a5c\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#204a5c\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5d98b1\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5d98b1\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/5.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(14,'Connect Card','{\"title\":\"Connect Card\",\"params\":\"\",\"default\":\"0\",\"active_tab\":\"header\",\"version\":\"288466910\",\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"50\",\"AGPSPWidth\":\"20\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#b5afaf\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#43aeab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px 0\",\"HPMargin\":\"0\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"20\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ffffff\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#676767\",\"GPPadding\":\"10px 0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#9c9c9c\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#e4e4e4\",\"IPColor\":\"#9a9a9a\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#e4e4e4\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images\\/themes\\/drop-downs\\/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPMargin\":\"0px 3px\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPMargin\":\"0px 3px\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images\\/themes\\/checkboxes\\/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f38989\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f38989\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#c17777\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c17777\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#ffffff\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#8c8c8c\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#43aeab\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#43aeab\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#787878\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f38989\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 0 4px 0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f38989\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"2px 4px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#43aeab\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#777777\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#43aeab\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#777777\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f38989\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#b7b7b7\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#8f8f8f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#8f8f8f\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#8f8f8f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#aeaeae\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#cf1515\",\"OPShake\":\"yes\",\"OPFBgUrl\":\"images\\/themes\\/file-uploads\\/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\".mwd-header-text { padding: 15px 15px 0; }\",\"nonce_fm\":\"a3ef553d46\",\"task\":\"\",\"current_id\":\"14\"}',0,2),(15,'Theme 14','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#386f74\",\"HPWidth\":\"100\",\"HTPWidth\":\"26\",\"HPPadding\":\"0 20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"40\",\"HIPHeight\":\"\",\"GPBGColor\":\"#5dbac2\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"74\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#5dbac2\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#ffffff\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f6c37a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 15px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderBottom\":\"bottom\",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"3\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f4b459\",\"SHPColor\":\"#ffffff\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"3\",\"BPBGColor\":\"#5dbac2\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"3\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5dbac2\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#e74c3c\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#2d4d5f\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"22px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#f6c37a\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f6c37a\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#386f74\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#386f74\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5dbac2\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5dbac2\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#386f74\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2);
/*!40000 ALTER TABLE `wp_formmaker_themes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_formmaker_views`
--

DROP TABLE IF EXISTS `wp_formmaker_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_formmaker_views` (
  `form_id` int(11) NOT NULL,
  `views` int(50) NOT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_formmaker_views`
--

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

--
-- Table structure for table `wp_fusion_form_entries`
--

DROP TABLE IF EXISTS `wp_fusion_form_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_fusion_form_entries` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `value` longtext DEFAULT NULL,
  `privacy` tinyint(1) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fusion_form_entries`
--

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

--
-- Table structure for table `wp_fusion_form_fields`
--

DROP TABLE IF EXISTS `wp_fusion_form_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_fusion_form_fields` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `field_name` varchar(256) NOT NULL,
  `field_label` varchar(256) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fusion_form_fields`
--

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

--
-- Table structure for table `wp_fusion_form_submissions`
--

DROP TABLE IF EXISTS `wp_fusion_form_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_fusion_form_submissions` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `time` datetime NOT NULL,
  `source_url` varchar(512) NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `ip` varchar(512) DEFAULT NULL,
  `is_read` tinyint(1) DEFAULT NULL,
  `privacy_scrub_date` date DEFAULT NULL,
  `on_privacy_scrub` varchar(20) NOT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fusion_form_submissions`
--

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

--
-- Table structure for table `wp_fusion_forms`
--

DROP TABLE IF EXISTS `wp_fusion_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_fusion_forms` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `views` bigint(20) DEFAULT 0,
  `submissions_count` bigint(20) DEFAULT 0,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fusion_forms`
--

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

--
-- Table structure for table `wp_gml_locations`
--

DROP TABLE IF EXISTS `wp_gml_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gml_locations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `address_one` varchar(255) NOT NULL,
  `address_two` varchar(255) NOT NULL,
  `postcode` varchar(10) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(130) DEFAULT NULL,
  `latitude` varchar(130) NOT NULL,
  `longitude` varchar(130) NOT NULL,
  `location_image` varchar(130) DEFAULT NULL,
  `location_view_url` varchar(130) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `created_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  `status` tinyint(2) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gml_locations`
--

LOCK TABLES `wp_gml_locations` WRITE;
/*!40000 ALTER TABLE `wp_gml_locations` DISABLE KEYS */;
INSERT INTO `wp_gml_locations` VALUES (2,1,'Crosspoint Church','8686 Vinup Rd, Lynden, WA','','98264','(360) 354-3554','gmiles@crosspoint-church.com','48.956625','-122.429331',NULL,NULL,'','2014-08-09 07:29:36','2014-08-09 07:29:36',1);
/*!40000 ALTER TABLE `wp_gml_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_gml_settings`
--

DROP TABLE IF EXISTS `wp_gml_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gml_settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `latitude` varchar(130) NOT NULL,
  `longitude` varchar(130) NOT NULL,
  `map_height` varchar(20) DEFAULT NULL,
  `map_width` varchar(20) DEFAULT NULL,
  `show_phone` tinyint(2) NOT NULL,
  `show_email` tinyint(2) NOT NULL,
  `show_image` tinyint(2) NOT NULL,
  `show_vd_link` tinyint(2) NOT NULL,
  `created_date` datetime NOT NULL,
  `status` tinyint(2) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gml_settings`
--

LOCK TABLES `wp_gml_settings` WRITE;
/*!40000 ALTER TABLE `wp_gml_settings` DISABLE KEYS */;
INSERT INTO `wp_gml_settings` VALUES (1,'48.956625','-122.429331','600','600',1,1,1,1,'2014-08-09 07:27:01',1);
/*!40000 ALTER TABLE `wp_gml_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_campaign_urls`
--

DROP TABLE IF EXISTS `wp_independent_analytics_campaign_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_campaign_urls` (
  `campaign_url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) DEFAULT NULL,
  `utm_source` varchar(2048) NOT NULL,
  `utm_medium` varchar(2048) NOT NULL,
  `utm_campaign` varchar(2048) NOT NULL,
  `utm_term` varchar(2048) DEFAULT NULL,
  `utm_content` varchar(2048) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`campaign_url_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_campaign_urls`
--

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

--
-- Table structure for table `wp_independent_analytics_campaigns`
--

DROP TABLE IF EXISTS `wp_independent_analytics_campaigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_campaigns` (
  `campaign_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `landing_page_title` varchar(128) DEFAULT NULL,
  `utm_source` varchar(2048) NOT NULL,
  `utm_medium` varchar(2048) NOT NULL,
  `utm_campaign` varchar(2048) NOT NULL,
  `utm_term` varchar(2048) DEFAULT NULL,
  `utm_content` varchar(2048) DEFAULT NULL,
  PRIMARY KEY (`campaign_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_campaigns`
--

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

--
-- Table structure for table `wp_independent_analytics_cities`
--

DROP TABLE IF EXISTS `wp_independent_analytics_cities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_cities` (
  `city_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `country_id` bigint(20) unsigned NOT NULL,
  `subdivision` varchar(64) DEFAULT NULL,
  `city` varchar(64) NOT NULL,
  PRIMARY KEY (`city_id`),
  UNIQUE KEY `cities_unique_index` (`country_id`,`subdivision`,`city`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_cities`
--

LOCK TABLES `wp_independent_analytics_cities` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_cities` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_cities` VALUES (1,1,'Washington','Seattle'),(2,1,'Virginia','Reston'),(3,1,'New York','New York'),(4,1,'Washington','Ferndale'),(5,1,'Washington','Everett'),(6,1,'Virginia','Ashburn'),(7,1,'South Carolina','Chapin'),(8,1,'Idaho','Lewiston'),(9,2,'Bicol Region','Magarao'),(10,1,'District of Columbia','Washington D.C.'),(11,1,'Oregon','Troutdale'),(12,1,'Washington','Tacoma'),(13,1,'Georgia','Doraville'),(14,1,'California','Angwin'),(15,3,'Hesse','Frankfurt am Main'),(16,1,'California','Palmdale'),(17,1,'Washington','Bellevue'),(18,1,'Washington','Bothell'),(19,1,'Missouri','Loma Linda');
/*!40000 ALTER TABLE `wp_independent_analytics_cities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_click_targets`
--

DROP TABLE IF EXISTS `wp_independent_analytics_click_targets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_click_targets` (
  `click_target_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(2083) DEFAULT NULL,
  `protocol` enum('mailto','tel') DEFAULT NULL,
  PRIMARY KEY (`click_target_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_click_targets`
--

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

--
-- Table structure for table `wp_independent_analytics_clicked_links`
--

DROP TABLE IF EXISTS `wp_independent_analytics_clicked_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_clicked_links` (
  `click_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_rule_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`click_id`,`link_rule_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_clicked_links`
--

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

--
-- Table structure for table `wp_independent_analytics_clicks`
--

DROP TABLE IF EXISTS `wp_independent_analytics_clicks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_clicks` (
  `click_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `view_id` bigint(20) unsigned DEFAULT NULL,
  `click_target_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`click_id`),
  KEY `view_id` (`view_id`),
  KEY `click_target_id` (`click_target_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_clicks`
--

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

--
-- Table structure for table `wp_independent_analytics_countries`
--

DROP TABLE IF EXISTS `wp_independent_analytics_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_countries` (
  `country_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `country_code` varchar(4) NOT NULL,
  `country` varchar(64) NOT NULL,
  `continent` varchar(16) NOT NULL,
  PRIMARY KEY (`country_id`),
  UNIQUE KEY `countries_unique_index` (`country_code`,`country`,`continent`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_countries`
--

LOCK TABLES `wp_independent_analytics_countries` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_countries` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_countries` VALUES (1,'US','United States','North America'),(2,'PH','Philippines','Asia'),(3,'DE','Germany','Europe');
/*!40000 ALTER TABLE `wp_independent_analytics_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_device_browsers`
--

DROP TABLE IF EXISTS `wp_independent_analytics_device_browsers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_device_browsers` (
  `device_browser_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `device_browser` varchar(64) NOT NULL,
  PRIMARY KEY (`device_browser_id`),
  UNIQUE KEY `device_browser` (`device_browser`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_device_browsers`
--

LOCK TABLES `wp_independent_analytics_device_browsers` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_device_browsers` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_device_browsers` VALUES (1,'Chrome'),(2,'Safari'),(3,'Firefox'),(4,'Facebook'),(5,'Microsoft Edge');
/*!40000 ALTER TABLE `wp_independent_analytics_device_browsers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_device_oss`
--

DROP TABLE IF EXISTS `wp_independent_analytics_device_oss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_device_oss` (
  `device_os_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `device_os` varchar(64) NOT NULL,
  PRIMARY KEY (`device_os_id`),
  UNIQUE KEY `device_os` (`device_os`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_device_oss`
--

LOCK TABLES `wp_independent_analytics_device_oss` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_device_oss` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_device_oss` VALUES (1,'iOS'),(2,'Mac'),(3,'Chrome OS'),(4,'Windows'),(5,'Android');
/*!40000 ALTER TABLE `wp_independent_analytics_device_oss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_device_types`
--

DROP TABLE IF EXISTS `wp_independent_analytics_device_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_device_types` (
  `device_type_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `device_type` varchar(64) NOT NULL,
  PRIMARY KEY (`device_type_id`),
  UNIQUE KEY `device_type` (`device_type`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_device_types`
--

LOCK TABLES `wp_independent_analytics_device_types` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_device_types` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_device_types` VALUES (1,'Mobile'),(2,'Desktop');
/*!40000 ALTER TABLE `wp_independent_analytics_device_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_form_submissions`
--

DROP TABLE IF EXISTS `wp_independent_analytics_form_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_form_submissions` (
  `form_submission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned NOT NULL,
  `session_id` bigint(20) unsigned NOT NULL,
  `view_id` bigint(20) unsigned NOT NULL,
  `initial_view_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`form_submission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_form_submissions`
--

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

--
-- Table structure for table `wp_independent_analytics_forms`
--

DROP TABLE IF EXISTS `wp_independent_analytics_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_forms` (
  `form_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `plugin_id` bigint(20) unsigned NOT NULL,
  `plugin_form_id` bigint(20) unsigned NOT NULL,
  `cached_form_title` varchar(64) NOT NULL,
  PRIMARY KEY (`form_id`),
  UNIQUE KEY `plugin_id` (`plugin_id`,`plugin_form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_forms`
--

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

--
-- Table structure for table `wp_independent_analytics_link_rules`
--

DROP TABLE IF EXISTS `wp_independent_analytics_link_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_link_rules` (
  `link_rule_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `position` int(10) unsigned DEFAULT 0,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`link_rule_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_link_rules`
--

LOCK TABLES `wp_independent_analytics_link_rules` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_link_rules` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_link_rules` VALUES (1,'PDF','extension','pdf',1,0,'2024-12-16 04:11:05'),(2,'Zip','extension','zip',1,1,'2024-12-16 04:11:05'),(3,'Email','protocol','mailto',1,2,'2024-12-16 04:11:05'),(4,'Phone number','protocol','tel',1,3,'2024-12-16 04:11:05');
/*!40000 ALTER TABLE `wp_independent_analytics_link_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_orders`
--

DROP TABLE IF EXISTS `wp_independent_analytics_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_orders` (
  `order_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `is_included_in_analytics` tinyint(1) NOT NULL,
  `woocommerce_order_id` bigint(20) unsigned DEFAULT NULL,
  `woocommerce_order_status` varchar(64) DEFAULT NULL,
  `surecart_order_id` varchar(36) DEFAULT NULL,
  `surecart_order_status` varchar(64) DEFAULT NULL,
  `view_id` bigint(20) unsigned NOT NULL,
  `initial_view_id` bigint(20) unsigned NOT NULL,
  `total` int(11) NOT NULL,
  `total_refunded` int(11) NOT NULL,
  `total_refunds` smallint(6) NOT NULL,
  `is_discounted` tinyint(1) NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`order_id`),
  UNIQUE KEY `orders_woocommerce_order_id_index` (`woocommerce_order_id`),
  UNIQUE KEY `orders_surecart_order_id_index` (`surecart_order_id`),
  KEY `view_id` (`view_id`),
  KEY `initial_view_id` (`initial_view_id`),
  KEY `created_at` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_orders`
--

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

--
-- Table structure for table `wp_independent_analytics_referrers`
--

DROP TABLE IF EXISTS `wp_independent_analytics_referrers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_referrers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `domain` varchar(128) NOT NULL,
  `type` enum('Ad','Direct','Referrer','Search','Social') DEFAULT NULL,
  `referrer` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `referrers_domain_index` (`domain`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_referrers`
--

LOCK TABLES `wp_independent_analytics_referrers` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_referrers` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_referrers` VALUES (1,'','Direct','Direct'),(2,'www.google.com','Search','Google'),(3,'duckduckgo.com','Search','DuckDuckGo'),(4,'www.facebook.com','Social','Facebook'),(5,'www.ecosia.org','Search','Ecosia'),(6,'search.yahoo.com','Search','Yahoo'),(7,'bing.com','Search','Bing');
/*!40000 ALTER TABLE `wp_independent_analytics_referrers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_reports`
--

DROP TABLE IF EXISTS `wp_independent_analytics_reports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_reports` (
  `report_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_created_report` tinyint(1) NOT NULL DEFAULT 1,
  `name` varchar(255) NOT NULL,
  `type` varchar(64) NOT NULL,
  `exact_start` datetime DEFAULT NULL,
  `exact_end` datetime DEFAULT NULL,
  `relative_range_id` varchar(64) DEFAULT NULL,
  `sort_column` varchar(64) DEFAULT NULL,
  `sort_direction` varchar(64) DEFAULT NULL,
  `group_name` varchar(64) DEFAULT NULL,
  `quick_stats` text DEFAULT NULL,
  `chart_interval` varchar(64) DEFAULT NULL,
  `columns` text DEFAULT NULL,
  `filters` text DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `primary_chart_metric_id` varchar(255) DEFAULT NULL,
  `secondary_chart_metric_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`report_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_reports`
--

LOCK TABLES `wp_independent_analytics_reports` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_reports` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_reports` VALUES (1,0,'Blog Posts','views',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"type\",\"operator\":\"is\",\"operand\":\"post\"}]',NULL,NULL,NULL),(2,0,'Top Landing Pages','views',NULL,NULL,NULL,'entrances','desc',NULL,NULL,NULL,'[\"title\",\"visitors\",\"views\",\"average_view_duration\",\"bounce_rate\",\"entrances\",\"url\",\"type\"]',NULL,NULL,NULL,NULL),(3,0,'Fastest-Growing Pages','views',NULL,NULL,NULL,'visitors_growth','desc',NULL,NULL,NULL,'[\"title\",\"visitors\",\"views\",\"average_view_duration\",\"bounce_rate\",\"visitors_growth\",\"url\",\"type\"]','[{\"inclusion\":\"exclude\",\"column\":\"visitors\",\"operator\":\"lesser\",\"operand\":\"5\"}]',NULL,NULL,NULL),(4,0,'Today','views',NULL,NULL,'TODAY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,0,'Search Engine Traffic','referrers',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"referrer_type\",\"operator\":\"is\",\"operand\":\"Search\"}]',NULL,NULL,NULL),(6,0,'Social Media Traffic','referrers',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"referrer_type\",\"operator\":\"is\",\"operand\":\"Social\"}]',NULL,NULL,NULL),(7,0,'Fastest-Growing Referrers','referrers',NULL,NULL,NULL,'visitors_growth','desc',NULL,NULL,NULL,'[\"referrer\",\"referrer_type\",\"visitors\",\"views\",\"average_session_duration\",\"bounce_rate\",\"visitors_growth\"]','[{\"inclusion\":\"exclude\",\"column\":\"visitors\",\"operator\":\"lesser\",\"operand\":\"5\"}]',NULL,NULL,NULL),(8,0,'Last 7 Days','referrers',NULL,NULL,'LAST_SEVEN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,0,'Cities','geo',NULL,NULL,NULL,NULL,NULL,'city',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,0,'European Countries','geo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"continent\",\"operator\":\"exact\",\"operand\":\"Europe\"}]',NULL,NULL,NULL),(11,0,'Browsers','devices',NULL,NULL,NULL,NULL,NULL,'browser',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,0,'OS','devices',NULL,NULL,NULL,NULL,NULL,'os',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,0,'PDFs','clicks',NULL,NULL,NULL,'link_clicks','desc',NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"link_name\",\"operator\":\"is\",\"operand\":\"1\"}]',NULL,NULL,NULL),(14,0,'Zips','clicks',NULL,NULL,NULL,'link_clicks','desc',NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"link_name\",\"operator\":\"is\",\"operand\":\"2\"}]',NULL,NULL,NULL),(15,0,'Emails','clicks',NULL,NULL,NULL,'link_clicks','desc',NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"link_name\",\"operator\":\"is\",\"operand\":\"3\"}]',NULL,NULL,NULL),(16,0,'Phone numbers','clicks',NULL,NULL,NULL,'link_clicks','desc',NULL,NULL,NULL,NULL,'[{\"inclusion\":\"include\",\"column\":\"link_name\",\"operator\":\"is\",\"operand\":\"4\"}]',NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_independent_analytics_reports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_resources`
--

DROP TABLE IF EXISTS `wp_independent_analytics_resources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_resources` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `resource` varchar(256) NOT NULL,
  `singular_id` bigint(20) unsigned DEFAULT NULL,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `virtual_page_id` varchar(64) DEFAULT NULL,
  `date_archive` varchar(256) DEFAULT NULL,
  `search_query` varchar(256) DEFAULT NULL,
  `post_type` varchar(256) DEFAULT NULL,
  `term_id` bigint(20) unsigned DEFAULT NULL,
  `not_found_url` varchar(256) DEFAULT NULL,
  `cached_title` varchar(256) DEFAULT NULL,
  `cached_url` varchar(256) DEFAULT NULL,
  `cached_type` varchar(256) DEFAULT NULL,
  `cached_type_label` varchar(256) DEFAULT NULL,
  `cached_author_id` bigint(20) unsigned DEFAULT NULL,
  `cached_author` varchar(256) DEFAULT NULL,
  `cached_category` varchar(256) DEFAULT NULL,
  `cached_date` date DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cached_author_id` (`cached_author_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_resources`
--

LOCK TABLES `wp_independent_analytics_resources` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_resources` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_resources` VALUES (1,'singular',40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Home','https://www.crosspoint-church.com/','page','Page',1,'admin',NULL,'2015-06-01'),(2,'post_type_archive',NULL,NULL,NULL,NULL,NULL,'sermons',NULL,NULL,'Sermon Archive','https://www.crosspoint-church.com/sermons/','sermons-archive','Sermon Archive',NULL,NULL,NULL,NULL),(3,'singular',4460,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sadhu Sundar Singh is Visited','https://www.crosspoint-church.com/sermons/sadhu-sundar-singh-is-visited/','sermons','Sermon',2,'mr.brooks',NULL,'2024-12-15'),(4,'singular',4429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mary Perplexed','https://www.crosspoint-church.com/sermons/mary-perplexed/','sermons','Sermon',2,'mr.brooks',NULL,'2024-12-04'),(5,'post_type_archive',NULL,NULL,NULL,NULL,NULL,'Amazement',NULL,NULL,NULL,'0','Amazement-archive',NULL,NULL,NULL,NULL,NULL),(6,'singular',847,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Contact','https://www.crosspoint-church.com/contact/','page','Page',1,'admin',NULL,'2015-09-22'),(7,'singular',4424,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'CrossPoint Calendar','https://www.crosspoint-church.com/calendar/crosspoint-calendar/','calendar','Calendar',2,'mr.brooks',NULL,'2024-12-04'),(8,'singular',1354,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'What To Expect','https://www.crosspoint-church.com/what-to-expect/','page','Page',1,'admin',NULL,'2016-06-24'),(9,'singular',611,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Our Beliefs','https://www.crosspoint-church.com/our-beliefs/','page','Page',1,'admin',NULL,'2015-09-21'),(10,'singular',1448,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Denominational Links','https://www.crosspoint-church.com/denominational-links/','page','Page',1,'admin',NULL,'2016-07-01'),(11,'singular',609,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'What is a Nazarene','https://www.crosspoint-church.com/what-is-a-nazarene/','page','Page',1,'admin',NULL,'2015-09-21'),(12,'singular',1458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Children','https://www.crosspoint-church.com/children/','page','Page',1,'admin',NULL,'2016-07-01'),(13,'singular',1468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Youth','https://www.crosspoint-church.com/youth/','page','Page',1,'admin',NULL,'2016-07-01'),(14,'singular',1462,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Small Groups','https://www.crosspoint-church.com/small-groups/','page','Page',1,'admin',NULL,'2016-07-01'),(15,'singular',1441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bulletins','https://www.crosspoint-church.com/bulletins/','page','Page',1,'admin',NULL,'2016-07-01'),(16,'singular',4042,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Altar of Repentance','https://www.crosspoint-church.com/sermons/altar-of-repentance/','sermons','Sermon',2,'mr.brooks',NULL,'2023-10-22');
/*!40000 ALTER TABLE `wp_independent_analytics_resources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_sessions`
--

DROP TABLE IF EXISTS `wp_independent_analytics_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `old_visitor_id` varchar(32) DEFAULT NULL,
  `visitor_id` bigint(20) unsigned DEFAULT NULL,
  `initial_view_id` bigint(20) unsigned DEFAULT NULL,
  `referrer_id` bigint(20) unsigned DEFAULT NULL,
  `campaign_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `legacy_view` tinyint(1) NOT NULL DEFAULT 0,
  `final_view_id` bigint(20) unsigned DEFAULT NULL,
  `ended_at` datetime DEFAULT NULL,
  `city_id` bigint(20) unsigned DEFAULT NULL,
  `country_id` bigint(20) unsigned DEFAULT NULL,
  `total_views` int(11) DEFAULT NULL,
  `device_type_id` bigint(20) unsigned DEFAULT NULL,
  `device_os_id` bigint(20) unsigned DEFAULT NULL,
  `device_browser_id` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `sessions_summary_index` (`created_at`,`session_id`,`visitor_id`,`referrer_id`,`total_views`),
  UNIQUE KEY `sessions_country_summary_index` (`created_at`,`session_id`,`visitor_id`,`country_id`,`total_views`),
  UNIQUE KEY `sessions_city_summary_index` (`created_at`,`session_id`,`visitor_id`,`city_id`,`total_views`),
  UNIQUE KEY `sessions_device_type_summary_index` (`created_at`,`session_id`,`visitor_id`,`device_type_id`,`total_views`),
  UNIQUE KEY `sessions_device_browser_summary_index` (`created_at`,`session_id`,`visitor_id`,`device_browser_id`,`total_views`),
  UNIQUE KEY `sessions_device_os_summary_index` (`created_at`,`session_id`,`visitor_id`,`device_os_id`,`total_views`),
  UNIQUE KEY `sessions_campaign_summary_index` (`created_at`,`session_id`,`visitor_id`,`campaign_id`,`total_views`),
  KEY `visitor_id` (`old_visitor_id`),
  KEY `initial_view_id` (`initial_view_id`),
  KEY `referrer_id` (`referrer_id`),
  KEY `campaign_id` (`campaign_id`),
  KEY `sessions_created_at_index` (`created_at`),
  KEY `city_id` (`city_id`),
  KEY `country_id` (`country_id`),
  KEY `device_type_id` (`device_type_id`),
  KEY `device_os_id` (`device_os_id`),
  KEY `device_browser_id` (`device_browser_id`),
  KEY `new_bigint_visitor_id` (`visitor_id`)
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_sessions`
--

LOCK TABLES `wp_independent_analytics_sessions` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_sessions` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_sessions` VALUES (1,NULL,1,1,2,NULL,'2024-12-16 05:34:37',0,NULL,NULL,1,1,1,1,1,1),(2,NULL,3,2,1,NULL,'2024-12-16 14:28:34',0,NULL,NULL,1,1,1,2,2,2),(3,NULL,4,3,1,NULL,'2024-12-16 15:49:21',0,6,'2024-12-16 15:50:01',1,1,4,2,3,1),(4,NULL,5,7,1,NULL,'2024-12-16 16:52:34',0,14,'2024-12-16 16:55:34',2,1,8,1,1,2),(5,NULL,4,15,2,NULL,'2024-12-16 17:36:30',0,17,'2024-12-16 17:36:59',1,1,3,2,3,1),(6,NULL,4,18,1,NULL,'2024-12-16 17:37:41',0,20,'2024-12-16 17:37:49',1,1,3,2,3,1),(7,NULL,5,21,1,NULL,'2024-12-16 17:41:11',0,NULL,NULL,2,1,1,1,1,2),(8,NULL,6,22,2,NULL,'2024-12-16 18:48:49',0,23,'2024-12-16 18:48:57',3,1,2,2,4,1),(9,NULL,7,24,1,NULL,'2024-12-16 20:11:16',0,26,'2024-12-16 20:19:05',4,1,3,1,1,2),(10,NULL,8,27,1,NULL,'2024-12-16 20:26:37',0,29,'2024-12-16 20:27:24',4,1,3,2,4,1),(11,NULL,9,30,1,NULL,'2024-12-16 21:24:40',0,NULL,NULL,5,1,1,1,1,2),(12,NULL,10,31,3,NULL,'2024-12-16 21:52:47',0,NULL,NULL,4,1,1,2,4,3),(13,NULL,11,32,1,NULL,'2024-12-16 22:45:49',0,34,'2024-12-16 22:46:19',1,1,3,1,1,2),(14,NULL,12,35,2,NULL,'2024-12-16 23:32:00',0,NULL,NULL,1,1,1,1,5,1),(15,NULL,8,36,1,NULL,'2024-12-16 23:39:12',0,38,'2024-12-16 23:39:30',4,1,3,2,4,1),(16,NULL,13,39,3,NULL,'2024-12-17 01:56:01',0,40,'2024-12-17 02:05:26',6,1,2,1,5,1),(17,NULL,9,41,1,NULL,'2024-12-17 04:56:46',0,NULL,NULL,5,1,1,1,1,2),(18,NULL,14,42,1,NULL,'2024-12-17 08:58:13',0,NULL,NULL,1,1,1,1,1,2),(19,NULL,15,43,1,NULL,'2024-12-17 16:08:11',0,NULL,NULL,4,1,1,2,4,3),(20,NULL,16,44,3,NULL,'2024-12-17 17:09:39',0,NULL,NULL,7,1,1,1,5,1),(21,NULL,9,45,1,NULL,'2024-12-18 00:38:47',0,NULL,NULL,5,1,1,1,1,2),(22,NULL,17,46,3,NULL,'2024-12-18 00:52:38',0,NULL,NULL,8,1,1,2,4,1),(23,NULL,18,47,1,NULL,'2024-12-18 12:00:53',0,NULL,NULL,9,2,1,2,4,1),(24,NULL,15,48,1,NULL,'2024-12-18 16:19:44',0,NULL,NULL,4,1,1,2,4,3),(25,NULL,8,49,1,NULL,'2024-12-18 20:06:13',0,NULL,NULL,4,1,1,2,4,1),(26,NULL,15,50,1,NULL,'2024-12-18 20:51:41',0,NULL,NULL,4,1,1,2,4,3),(27,NULL,8,51,1,NULL,'2024-12-18 21:22:52',0,NULL,NULL,4,1,1,2,4,1),(28,NULL,8,52,1,NULL,'2024-12-18 22:52:26',0,NULL,NULL,4,1,1,2,4,1),(29,NULL,19,53,2,NULL,'2024-12-19 02:33:04',0,NULL,NULL,10,1,1,1,5,1),(30,NULL,20,54,4,NULL,'2024-12-19 03:50:55',0,56,'2024-12-19 03:51:27',11,1,3,1,5,4),(31,NULL,20,57,1,NULL,'2024-12-19 03:51:36',0,NULL,NULL,11,1,1,1,5,4),(32,NULL,21,58,1,NULL,'2024-12-19 05:09:58',0,NULL,NULL,12,1,1,2,4,3),(33,NULL,22,59,1,NULL,'2024-12-19 05:14:24',0,68,'2024-12-19 05:33:38',12,1,10,2,4,5),(34,NULL,21,69,1,NULL,'2024-12-19 13:25:45',0,NULL,NULL,12,1,1,2,4,3),(35,NULL,24,70,1,NULL,'2024-12-19 18:10:15',0,72,'2024-12-19 18:10:53',13,1,3,2,2,2),(36,NULL,25,73,1,NULL,'2024-12-19 18:55:06',0,82,'2024-12-19 18:59:35',1,1,10,1,5,1),(37,NULL,26,83,2,NULL,'2024-12-19 19:44:05',0,NULL,NULL,14,1,1,1,1,2),(38,NULL,27,84,5,NULL,'2024-12-19 20:49:30',0,85,'2024-12-19 20:49:48',15,3,2,1,5,1),(39,NULL,28,86,6,NULL,'2024-12-19 21:12:59',0,NULL,NULL,1,1,1,1,5,1),(40,NULL,29,87,7,NULL,'2024-12-19 21:35:57',0,NULL,NULL,16,1,1,2,4,5),(41,NULL,21,88,1,NULL,'2024-12-20 02:48:39',0,NULL,NULL,12,1,1,2,4,3),(42,NULL,22,89,1,NULL,'2024-12-20 03:11:30',0,104,'2024-12-20 04:16:47',12,1,15,2,4,5),(43,NULL,30,91,4,NULL,'2024-12-20 03:27:55',0,NULL,NULL,17,1,1,1,1,2),(44,NULL,31,105,7,NULL,'2024-12-20 19:24:08',0,109,'2024-12-20 19:26:22',18,1,5,2,4,5),(45,NULL,33,110,3,NULL,'2024-12-20 23:42:52',0,NULL,NULL,19,1,1,1,5,1);
/*!40000 ALTER TABLE `wp_independent_analytics_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_views`
--

DROP TABLE IF EXISTS `wp_independent_analytics_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_views` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `resource_id` bigint(20) unsigned NOT NULL,
  `viewed_at` datetime DEFAULT NULL,
  `page` bigint(20) unsigned NOT NULL DEFAULT 1,
  `session_id` bigint(20) unsigned DEFAULT NULL,
  `next_view_id` bigint(20) unsigned DEFAULT NULL,
  `next_viewed_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `session_id` (`session_id`),
  KEY `views_viewed_at_index` (`viewed_at`),
  KEY `views_resource_id_index` (`resource_id`),
  KEY `session_id_2` (`session_id`,`viewed_at`),
  KEY `views_summary_index` (`session_id`,`viewed_at`,`resource_id`)
) ENGINE=MyISAM AUTO_INCREMENT=111 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_views`
--

LOCK TABLES `wp_independent_analytics_views` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_views` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_views` VALUES (1,1,'2024-12-16 05:34:37',1,1,NULL,NULL),(2,1,'2024-12-16 14:28:34',1,2,NULL,NULL),(3,2,'2024-12-16 15:49:21',1,3,4,'2024-12-16 15:49:31'),(4,3,'2024-12-16 15:49:31',1,3,5,'2024-12-16 15:49:53'),(5,2,'2024-12-16 15:49:53',1,3,6,'2024-12-16 15:50:01'),(6,3,'2024-12-16 15:50:01',1,3,NULL,NULL),(7,4,'2024-12-16 16:52:34',1,4,8,'2024-12-16 16:52:42'),(8,2,'2024-12-16 16:52:42',1,4,9,'2024-12-16 16:52:57'),(9,3,'2024-12-16 16:52:57',1,4,10,'2024-12-16 16:53:17'),(10,5,'2024-12-16 16:53:17',1,4,11,'2024-12-16 16:53:24'),(11,3,'2024-12-16 16:53:24',1,4,12,'2024-12-16 16:54:24'),(12,1,'2024-12-16 16:54:24',1,4,13,'2024-12-16 16:55:20'),(13,2,'2024-12-16 16:55:20',1,4,14,'2024-12-16 16:55:34'),(14,3,'2024-12-16 16:55:34',1,4,NULL,NULL),(15,2,'2024-12-16 17:36:30',1,5,16,'2024-12-16 17:36:37'),(16,3,'2024-12-16 17:36:37',1,5,17,'2024-12-16 17:36:59'),(17,2,'2024-12-16 17:36:59',1,5,NULL,NULL),(18,1,'2024-12-16 17:37:41',1,6,19,'2024-12-16 17:37:45'),(19,2,'2024-12-16 17:37:45',1,6,20,'2024-12-16 17:37:49'),(20,3,'2024-12-16 17:37:49',1,6,NULL,NULL),(21,2,'2024-12-16 17:41:11',1,7,NULL,NULL),(22,1,'2024-12-16 18:48:49',1,8,23,'2024-12-16 18:48:57'),(23,6,'2024-12-16 18:48:57',1,8,NULL,NULL),(24,1,'2024-12-16 20:11:16',1,9,25,'2024-12-16 20:18:54'),(25,2,'2024-12-16 20:18:54',1,9,26,'2024-12-16 20:19:05'),(26,3,'2024-12-16 20:19:05',1,9,NULL,NULL),(27,1,'2024-12-16 20:26:37',1,10,28,'2024-12-16 20:27:20'),(28,2,'2024-12-16 20:27:20',1,10,29,'2024-12-16 20:27:24'),(29,3,'2024-12-16 20:27:24',1,10,NULL,NULL),(30,2,'2024-12-16 21:24:40',1,11,NULL,NULL),(31,1,'2024-12-16 21:52:47',1,12,NULL,NULL),(32,1,'2024-12-16 22:45:49',1,13,33,'2024-12-16 22:46:12'),(33,2,'2024-12-16 22:46:12',1,13,34,'2024-12-16 22:46:19'),(34,3,'2024-12-16 22:46:19',1,13,NULL,NULL),(35,7,'2024-12-16 23:32:00',1,14,NULL,NULL),(36,1,'2024-12-16 23:39:12',1,15,37,'2024-12-16 23:39:20'),(37,8,'2024-12-16 23:39:20',1,15,38,'2024-12-16 23:39:30'),(38,9,'2024-12-16 23:39:30',1,15,NULL,NULL),(39,9,'2024-12-17 01:56:01',1,16,40,'2024-12-17 02:05:26'),(40,9,'2024-12-17 02:05:26',1,16,NULL,NULL),(41,2,'2024-12-17 04:56:46',1,17,NULL,NULL),(42,3,'2024-12-17 08:58:13',1,18,NULL,NULL),(43,1,'2024-12-17 16:08:11',1,19,NULL,NULL),(44,1,'2024-12-17 17:09:39',1,20,NULL,NULL),(45,2,'2024-12-18 00:38:47',1,21,NULL,NULL),(46,1,'2024-12-18 00:52:38',1,22,NULL,NULL),(47,10,'2024-12-18 12:00:53',1,23,NULL,NULL),(48,1,'2024-12-18 16:19:44',1,24,NULL,NULL),(49,1,'2024-12-18 20:06:13',1,25,NULL,NULL),(50,1,'2024-12-18 20:51:41',1,26,NULL,NULL),(51,1,'2024-12-18 21:22:52',1,27,NULL,NULL),(52,1,'2024-12-18 22:52:26',1,28,NULL,NULL),(53,11,'2024-12-19 02:33:04',1,29,NULL,NULL),(54,1,'2024-12-19 03:50:55',1,30,55,'2024-12-19 03:51:19'),(55,6,'2024-12-19 03:51:19',1,30,56,'2024-12-19 03:51:27'),(56,1,'2024-12-19 03:51:27',1,30,NULL,NULL),(57,2,'2024-12-19 03:51:36',1,31,NULL,NULL),(58,1,'2024-12-19 05:09:58',1,32,NULL,NULL),(59,1,'2024-12-19 05:14:24',1,33,60,'2024-12-19 05:14:52'),(60,1,'2024-12-19 05:14:52',1,33,61,'2024-12-19 05:17:59'),(61,1,'2024-12-19 05:17:59',1,33,62,'2024-12-19 05:19:36'),(62,7,'2024-12-19 05:19:36',1,33,63,'2024-12-19 05:19:41'),(63,1,'2024-12-19 05:19:41',1,33,64,'2024-12-19 05:21:09'),(64,1,'2024-12-19 05:21:09',1,33,65,'2024-12-19 05:24:15'),(65,1,'2024-12-19 05:24:15',1,33,66,'2024-12-19 05:26:30'),(66,1,'2024-12-19 05:26:30',1,33,67,'2024-12-19 05:33:01'),(67,1,'2024-12-19 05:33:01',1,33,68,'2024-12-19 05:33:38'),(68,1,'2024-12-19 05:33:38',1,33,NULL,NULL),(69,1,'2024-12-19 13:25:45',1,34,NULL,NULL),(70,1,'2024-12-19 18:10:15',1,35,71,'2024-12-19 18:10:40'),(71,8,'2024-12-19 18:10:40',1,35,72,'2024-12-19 18:10:53'),(72,2,'2024-12-19 18:10:53',1,35,NULL,NULL),(73,1,'2024-12-19 18:55:06',1,36,74,'2024-12-19 18:55:36'),(74,1,'2024-12-19 18:55:36',1,36,75,'2024-12-19 18:55:46'),(75,11,'2024-12-19 18:55:46',1,36,76,'2024-12-19 18:56:23'),(76,12,'2024-12-19 18:56:23',1,36,77,'2024-12-19 18:57:18'),(77,13,'2024-12-19 18:57:18',1,36,78,'2024-12-19 18:57:30'),(78,14,'2024-12-19 18:57:30',1,36,79,'2024-12-19 18:58:05'),(79,2,'2024-12-19 18:58:05',1,36,80,'2024-12-19 18:58:22'),(80,7,'2024-12-19 18:58:22',1,36,81,'2024-12-19 18:59:24'),(81,1,'2024-12-19 18:59:24',1,36,82,'2024-12-19 18:59:35'),(82,15,'2024-12-19 18:59:35',1,36,NULL,NULL),(83,1,'2024-12-19 19:44:05',1,37,NULL,NULL),(84,9,'2024-12-19 20:49:30',1,38,85,'2024-12-19 20:49:48'),(85,8,'2024-12-19 20:49:48',1,38,NULL,NULL),(86,1,'2024-12-19 21:12:59',1,39,NULL,NULL),(87,16,'2024-12-19 21:35:57',1,40,NULL,NULL),(88,1,'2024-12-20 02:48:39',1,41,NULL,NULL),(89,1,'2024-12-20 03:11:30',1,42,90,'2024-12-20 03:12:23'),(90,1,'2024-12-20 03:12:23',1,42,92,'2024-12-20 03:31:15'),(91,1,'2024-12-20 03:27:55',1,43,NULL,NULL),(92,1,'2024-12-20 03:31:15',1,42,93,'2024-12-20 03:34:33'),(93,1,'2024-12-20 03:34:33',1,42,94,'2024-12-20 03:34:42'),(94,6,'2024-12-20 03:34:42',1,42,95,'2024-12-20 03:35:44'),(95,1,'2024-12-20 03:35:44',1,42,96,'2024-12-20 03:36:07'),(96,1,'2024-12-20 03:36:07',1,42,97,'2024-12-20 03:38:54'),(97,1,'2024-12-20 03:38:54',1,42,98,'2024-12-20 03:39:00'),(98,1,'2024-12-20 03:39:00',1,42,99,'2024-12-20 03:40:14'),(99,1,'2024-12-20 03:40:14',1,42,100,'2024-12-20 04:07:06'),(100,1,'2024-12-20 04:07:06',1,42,101,'2024-12-20 04:07:12'),(101,1,'2024-12-20 04:07:12',1,42,102,'2024-12-20 04:07:24'),(102,12,'2024-12-20 04:07:24',1,42,103,'2024-12-20 04:07:30'),(103,1,'2024-12-20 04:07:30',1,42,104,'2024-12-20 04:16:47'),(104,1,'2024-12-20 04:16:47',1,42,NULL,NULL),(105,1,'2024-12-20 19:24:08',1,44,106,'2024-12-20 19:24:26'),(106,1,'2024-12-20 19:24:26',1,44,107,'2024-12-20 19:24:27'),(107,1,'2024-12-20 19:24:27',1,44,108,'2024-12-20 19:24:43'),(108,15,'2024-12-20 19:24:43',1,44,109,'2024-12-20 19:26:22'),(109,6,'2024-12-20 19:26:22',1,44,NULL,NULL),(110,9,'2024-12-20 23:42:52',1,45,NULL,NULL);
/*!40000 ALTER TABLE `wp_independent_analytics_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_visitors`
--

DROP TABLE IF EXISTS `wp_independent_analytics_visitors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_visitors` (
  `visitor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  PRIMARY KEY (`visitor_id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_visitors`
--

LOCK TABLES `wp_independent_analytics_visitors` WRITE;
/*!40000 ALTER TABLE `wp_independent_analytics_visitors` DISABLE KEYS */;
INSERT INTO `wp_independent_analytics_visitors` VALUES (1,'eacc524216cb0ff7875e271ef915a3a5'),(2,'75fd355f83b9987dfeadf90e27865f80'),(3,'f538fedb2322731162736d1c5f2f387f'),(4,'ccb46d882a60acf192cf5a3198f9d002'),(5,'474b801a26a73aa13e5d18baafaf95ee'),(6,'b9aac2c1d89d0bf3802379e2ed22ed86'),(7,'95cf748ac5cc6c2ce9aa3fa2a7736414'),(8,'1c0998265005f2588216c087bfffc849'),(9,'a19d5dced9d656652a151ade22191dca'),(10,'68f074cc97a17abaa0cb8ce42abb3042'),(11,'f04cb2c9fc03a1d7f203089f8fda3355'),(12,'cd7cace175376737306a29b6044c29ff'),(13,'61e54ae8850db62b926b6185f24172e6'),(14,'99c6257760b6c2a8c2e09c820424febd'),(15,'6bd5219e31edd4ca9ee0cd63cd6dc421'),(16,'a9ace705ac6709376738d4914dbb4ad7'),(17,'5eebadc219824f1124a9b9eb727b0aa8'),(18,'d820329543a6f0faeea8b83ffc30b75f'),(19,'0f824744cf89c9f67f6a4616d0f0405c'),(20,'70901f3051265f25d8a258ceaebe1e03'),(21,'98c18132a7298db960d9f62345a1a488'),(22,'f9f7881509f5a9d480cdc4da2b1d5215'),(23,'27c287716a6f6f874f8cc00bac26f6a0'),(24,'b26aa558cacdfd6ab35e9ce2a5083f8c'),(25,'1859427acf2fbe66d9c514066cb54de7'),(26,'7d124acfe9cb9866eea8c9d3b6070598'),(27,'d849b27d1a097637b2a2a60db37a4783'),(28,'aced3c66c768e91f740c848402d57dff'),(29,'e9a09af6327847d24979f03bdd51c8e4'),(30,'2b00e04f041bcdf8688752e321e89b8e'),(31,'9dcb7442feb6106a4958ced077705c6a'),(32,'594f9c43f0aa3f49238479839155e652'),(33,'24afd0bc2309a435a2a342adccebed55');
/*!40000 ALTER TABLE `wp_independent_analytics_visitors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_independent_analytics_wc_orders`
--

DROP TABLE IF EXISTS `wp_independent_analytics_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_independent_analytics_wc_orders` (
  `order_id` bigint(20) unsigned NOT NULL,
  `view_id` bigint(20) unsigned NOT NULL,
  `initial_view_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `total` double DEFAULT NULL,
  `total_refunded` double DEFAULT NULL,
  `total_refunds` smallint(6) DEFAULT NULL,
  `status` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`order_id`),
  KEY `wc_orders_view_id_index` (`view_id`),
  KEY `wc_orders_created_at_index` (`created_at`),
  KEY `initial_view_id` (`initial_view_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_independent_analytics_wc_orders`
--

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

--
-- Table structure for table `wp_koko_analytics_dates`
--

DROP TABLE IF EXISTS `wp_koko_analytics_dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_dates` (
  `date` date NOT NULL,
  PRIMARY KEY (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_dates`
--

LOCK TABLES `wp_koko_analytics_dates` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_dates` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_dates` VALUES ('2000-01-01'),('2000-01-02'),('2000-01-03'),('2000-01-04'),('2000-01-05'),('2000-01-06'),('2000-01-07'),('2000-01-08'),('2000-01-09'),('2000-01-10'),('2000-01-11'),('2000-01-12'),('2000-01-13'),('2000-01-14'),('2000-01-15'),('2000-01-16'),('2000-01-17'),('2000-01-18'),('2000-01-19'),('2000-01-20'),('2000-01-21'),('2000-01-22'),('2000-01-23'),('2000-01-24'),('2000-01-25'),('2000-01-26'),('2000-01-27'),('2000-01-28'),('2000-01-29'),('2000-01-30'),('2000-01-31'),('2000-02-01'),('2000-02-02'),('2000-02-03'),('2000-02-04'),('2000-02-05'),('2000-02-06'),('2000-02-07'),('2000-02-08'),('2000-02-09'),('2000-02-10'),('2000-02-11'),('2000-02-12'),('2000-02-13'),('2000-02-14'),('2000-02-15'),('2000-02-16'),('2000-02-17'),('2000-02-18'),('2000-02-19'),('2000-02-20'),('2000-02-21'),('2000-02-22'),('2000-02-23'),('2000-02-24'),('2000-02-25'),('2000-02-26'),('2000-02-27'),('2000-02-28'),('2000-02-29'),('2000-03-01'),('2000-03-02'),('2000-03-03'),('2000-03-04'),('2000-03-05'),('2000-03-06'),('2000-03-07'),('2000-03-08'),('2000-03-09'),('2000-03-10'),('2000-03-11'),('2000-03-12'),('2000-03-13'),('2000-03-14'),('2000-03-15'),('2000-03-16'),('2000-03-17'),('2000-03-18'),('2000-03-19'),('2000-03-20'),('2000-03-21'),('2000-03-22'),('2000-03-23'),('2000-03-24'),('2000-03-25'),('2000-03-26'),('2000-03-27'),('2000-03-28'),('2000-03-29'),('2000-03-30'),('2000-03-31'),('2000-04-01'),('2000-04-02'),('2000-04-03'),('2000-04-04'),('2000-04-05'),('2000-04-06'),('2000-04-07'),('2000-04-08'),('2000-04-09'),('2000-04-10'),('2000-04-11'),('2000-04-12'),('2000-04-13'),('2000-04-14'),('2000-04-15'),('2000-04-16'),('2000-04-17'),('2000-04-18'),('2000-04-19'),('2000-04-20'),('2000-04-21'),('2000-04-22'),('2000-04-23'),('2000-04-24'),('2000-04-25'),('2000-04-26'),('2000-04-27'),('2000-04-28'),('2000-04-29'),('2000-04-30'),('2000-05-01'),('2000-05-02'),('2000-05-03'),('2000-05-04'),('2000-05-05'),('2000-05-06'),('2000-05-07'),('2000-05-08'),('2000-05-09'),('2000-05-10'),('2000-05-11'),('2000-05-12'),('2000-05-13'),('2000-05-14'),('2000-05-15'),('2000-05-16'),('2000-05-17'),('2000-05-18'),('2000-05-19'),('2000-05-20'),('2000-05-21'),('2000-05-22'),('2000-05-23'),('2000-05-24'),('2000-05-25'),('2000-05-26'),('2000-05-27'),('2000-05-28'),('2000-05-29'),('2000-05-30'),('2000-05-31'),('2000-06-01'),('2000-06-02'),('2000-06-03'),('2000-06-04'),('2000-06-05'),('2000-06-06'),('2000-06-07'),('2000-06-08'),('2000-06-09'),('2000-06-10'),('2000-06-11'),('2000-06-12'),('2000-06-13'),('2000-06-14'),('2000-06-15'),('2000-06-16'),('2000-06-17'),('2000-06-18'),('2000-06-19'),('2000-06-20'),('2000-06-21'),('2000-06-22'),('2000-06-23'),('2000-06-24'),('2000-06-25'),('2000-06-26'),('2000-06-27'),('2000-06-28'),('2000-06-29'),('2000-06-30'),('2000-07-01'),('2000-07-02'),('2000-07-03'),('2000-07-04'),('2000-07-05'),('2000-07-06'),('2000-07-07'),('2000-07-08'),('2000-07-09'),('2000-07-10'),('2000-07-11'),('2000-07-12'),('2000-07-13'),('2000-07-14'),('2000-07-15'),('2000-07-16'),('2000-07-17'),('2000-07-18'),('2000-07-19'),('2000-07-20'),('2000-07-21'),('2000-07-22'),('2000-07-23'),('2000-07-24'),('2000-07-25'),('2000-07-26'),('2000-07-27'),('2000-07-28'),('2000-07-29'),('2000-07-30'),('2000-07-31'),('2000-08-01'),('2000-08-02'),('2000-08-03'),('2000-08-04'),('2000-08-05'),('2000-08-06'),('2000-08-07'),('2000-08-08'),('2000-08-09'),('2000-08-10'),('2000-08-11'),('2000-08-12'),('2000-08-13'),('2000-08-14'),('2000-08-15'),('2000-08-16'),('2000-08-17'),('2000-08-18'),('2000-08-19'),('2000-08-20'),('2000-08-21'),('2000-08-22'),('2000-08-23'),('2000-08-24'),('2000-08-25'),('2000-08-26'),('2000-08-27'),('2000-08-28'),('2000-08-29'),('2000-08-30'),('2000-08-31'),('2000-09-01'),('2000-09-02'),('2000-09-03'),('2000-09-04'),('2000-09-05'),('2000-09-06'),('2000-09-07'),('2000-09-08'),('2000-09-09'),('2000-09-10'),('2000-09-11'),('2000-09-12'),('2000-09-13'),('2000-09-14'),('2000-09-15'),('2000-09-16'),('2000-09-17'),('2000-09-18'),('2000-09-19'),('2000-09-20'),('2000-09-21'),('2000-09-22'),('2000-09-23'),('2000-09-24'),('2000-09-25'),('2000-09-26'),('2000-09-27'),('2000-09-28'),('2000-09-29'),('2000-09-30'),('2000-10-01'),('2000-10-02'),('2000-10-03'),('2000-10-04'),('2000-10-05'),('2000-10-06'),('2000-10-07'),('2000-10-08'),('2000-10-09'),('2000-10-10'),('2000-10-11'),('2000-10-12'),('2000-10-13'),('2000-10-14'),('2000-10-15'),('2000-10-16'),('2000-10-17'),('2000-10-18'),('2000-10-19'),('2000-10-20'),('2000-10-21'),('2000-10-22'),('2000-10-23'),('2000-10-24'),('2000-10-25'),('2000-10-26'),('2000-10-27'),('2000-10-28'),('2000-10-29'),('2000-10-30'),('2000-10-31'),('2000-11-01'),('2000-11-02'),('2000-11-03'),('2000-11-04'),('2000-11-05'),('2000-11-06'),('2000-11-07'),('2000-11-08'),('2000-11-09'),('2000-11-10'),('2000-11-11'),('2000-11-12'),('2000-11-13'),('2000-11-14'),('2000-11-15'),('2000-11-16'),('2000-11-17'),('2000-11-18'),('2000-11-19'),('2000-11-20'),('2000-11-21'),('2000-11-22'),('2000-11-23'),('2000-11-24'),('2000-11-25'),('2000-11-26'),('2000-11-27'),('2000-11-28'),('2000-11-29'),('2000-11-30'),('2000-12-01'),('2000-12-02'),('2000-12-03'),('2000-12-04'),('2000-12-05'),('2000-12-06'),('2000-12-07'),('2000-12-08'),('2000-12-09'),('2000-12-10'),('2000-12-11'),('2000-12-12'),('2000-12-13'),('2000-12-14'),('2000-12-15'),('2000-12-16'),('2000-12-17'),('2000-12-18'),('2000-12-19'),('2000-12-20'),('2000-12-21'),('2000-12-22'),('2000-12-23'),('2000-12-24'),('2000-12-25'),('2000-12-26'),('2000-12-27'),('2000-12-28'),('2000-12-29'),('2000-12-30'),('2000-12-31'),('2001-01-01'),('2001-01-02'),('2001-01-03'),('2001-01-04'),('2001-01-05'),('2001-01-06'),('2001-01-07'),('2001-01-08'),('2001-01-09'),('2001-01-10'),('2001-01-11'),('2001-01-12'),('2001-01-13'),('2001-01-14'),('2001-01-15'),('2001-01-16'),('2001-01-17'),('2001-01-18'),('2001-01-19'),('2001-01-20'),('2001-01-21'),('2001-01-22'),('2001-01-23'),('2001-01-24'),('2001-01-25'),('2001-01-26'),('2001-01-27'),('2001-01-28'),('2001-01-29'),('2001-01-30'),('2001-01-31'),('2001-02-01'),('2001-02-02'),('2001-02-03'),('2001-02-04'),('2001-02-05'),('2001-02-06'),('2001-02-07'),('2001-02-08'),('2001-02-09'),('2001-02-10'),('2001-02-11'),('2001-02-12'),('2001-02-13'),('2001-02-14'),('2001-02-15'),('2001-02-16'),('2001-02-17'),('2001-02-18'),('2001-02-19'),('2001-02-20'),('2001-02-21'),('2001-02-22'),('2001-02-23'),('2001-02-24'),('2001-02-25'),('2001-02-26'),('2001-02-27'),('2001-02-28'),('2001-03-01'),('2001-03-02'),('2001-03-03'),('2001-03-04'),('2001-03-05'),('2001-03-06'),('2001-03-07'),('2001-03-08'),('2001-03-09'),('2001-03-10'),('2001-03-11'),('2001-03-12'),('2001-03-13'),('2001-03-14'),('2001-03-15'),('2001-03-16'),('2001-03-17'),('2001-03-18'),('2001-03-19'),('2001-03-20'),('2001-03-21'),('2001-03-22'),('2001-03-23'),('2001-03-24'),('2001-03-25'),('2001-03-26'),('2001-03-27'),('2001-03-28'),('2001-03-29'),('2001-03-30'),('2001-03-31'),('2001-04-01'),('2001-04-02'),('2001-04-03'),('2001-04-04'),('2001-04-05'),('2001-04-06'),('2001-04-07'),('2001-04-08'),('2001-04-09'),('2001-04-10'),('2001-04-11'),('2001-04-12'),('2001-04-13'),('2001-04-14'),('2001-04-15'),('2001-04-16'),('2001-04-17'),('2001-04-18'),('2001-04-19'),('2001-04-20'),('2001-04-21'),('2001-04-22'),('2001-04-23'),('2001-04-24'),('2001-04-25'),('2001-04-26'),('2001-04-27'),('2001-04-28'),('2001-04-29'),('2001-04-30'),('2001-05-01'),('2001-05-02'),('2001-05-03'),('2001-05-04'),('2001-05-05'),('2001-05-06'),('2001-05-07'),('2001-05-08'),('2001-05-09'),('2001-05-10'),('2001-05-11'),('2001-05-12'),('2001-05-13'),('2001-05-14'),('2001-05-15'),('2001-05-16'),('2001-05-17'),('2001-05-18'),('2001-05-19'),('2001-05-20'),('2001-05-21'),('2001-05-22'),('2001-05-23'),('2001-05-24'),('2001-05-25'),('2001-05-26'),('2001-05-27'),('2001-05-28'),('2001-05-29'),('2001-05-30'),('2001-05-31'),('2001-06-01'),('2001-06-02'),('2001-06-03'),('2001-06-04'),('2001-06-05'),('2001-06-06'),('2001-06-07'),('2001-06-08'),('2001-06-09'),('2001-06-10'),('2001-06-11'),('2001-06-12'),('2001-06-13'),('2001-06-14'),('2001-06-15'),('2001-06-16'),('2001-06-17'),('2001-06-18'),('2001-06-19'),('2001-06-20'),('2001-06-21'),('2001-06-22'),('2001-06-23'),('2001-06-24'),('2001-06-25'),('2001-06-26'),('2001-06-27'),('2001-06-28'),('2001-06-29'),('2001-06-30'),('2001-07-01'),('2001-07-02'),('2001-07-03'),('2001-07-04'),('2001-07-05'),('2001-07-06'),('2001-07-07'),('2001-07-08'),('2001-07-09'),('2001-07-10'),('2001-07-11'),('2001-07-12'),('2001-07-13'),('2001-07-14'),('2001-07-15'),('2001-07-16'),('2001-07-17'),('2001-07-18'),('2001-07-19'),('2001-07-20'),('2001-07-21'),('2001-07-22'),('2001-07-23'),('2001-07-24'),('2001-07-25'),('2001-07-26'),('2001-07-27'),('2001-07-28'),('2001-07-29'),('2001-07-30'),('2001-07-31'),('2001-08-01'),('2001-08-02'),('2001-08-03'),('2001-08-04'),('2001-08-05'),('2001-08-06'),('2001-08-07'),('2001-08-08'),('2001-08-09'),('2001-08-10'),('2001-08-11'),('2001-08-12'),('2001-08-13'),('2001-08-14'),('2001-08-15'),('2001-08-16'),('2001-08-17'),('2001-08-18'),('2001-08-19'),('2001-08-20'),('2001-08-21'),('2001-08-22'),('2001-08-23'),('2001-08-24'),('2001-08-25'),('2001-08-26'),('2001-08-27'),('2001-08-28'),('2001-08-29'),('2001-08-30'),('2001-08-31'),('2001-09-01'),('2001-09-02'),('2001-09-03'),('2001-09-04'),('2001-09-05'),('2001-09-06'),('2001-09-07'),('2001-09-08'),('2001-09-09'),('2001-09-10'),('2001-09-11'),('2001-09-12'),('2001-09-13'),('2001-09-14'),('2001-09-15'),('2001-09-16'),('2001-09-17'),('2001-09-18'),('2001-09-19'),('2001-09-20'),('2001-09-21'),('2001-09-22'),('2001-09-23'),('2001-09-24'),('2001-09-25'),('2001-09-26'),('2001-09-27'),('2001-09-28'),('2001-09-29'),('2001-09-30'),('2001-10-01'),('2001-10-02'),('2001-10-03'),('2001-10-04'),('2001-10-05'),('2001-10-06'),('2001-10-07'),('2001-10-08'),('2001-10-09'),('2001-10-10'),('2001-10-11'),('2001-10-12'),('2001-10-13'),('2001-10-14'),('2001-10-15'),('2001-10-16'),('2001-10-17'),('2001-10-18'),('2001-10-19'),('2001-10-20'),('2001-10-21'),('2001-10-22'),('2001-10-23'),('2001-10-24'),('2001-10-25'),('2001-10-26'),('2001-10-27'),('2001-10-28'),('2001-10-29'),('2001-10-30'),('2001-10-31'),('2001-11-01'),('2001-11-02'),('2001-11-03'),('2001-11-04'),('2001-11-05'),('2001-11-06'),('2001-11-07'),('2001-11-08'),('2001-11-09'),('2001-11-10'),('2001-11-11'),('2001-11-12'),('2001-11-13'),('2001-11-14'),('2001-11-15'),('2001-11-16'),('2001-11-17'),('2001-11-18'),('2001-11-19'),('2001-11-20'),('2001-11-21'),('2001-11-22'),('2001-11-23'),('2001-11-24'),('2001-11-25'),('2001-11-26'),('2001-11-27'),('2001-11-28'),('2001-11-29'),('2001-11-30'),('2001-12-01'),('2001-12-02'),('2001-12-03'),('2001-12-04'),('2001-12-05'),('2001-12-06'),('2001-12-07'),('2001-12-08'),('2001-12-09'),('2001-12-10'),('2001-12-11'),('2001-12-12'),('2001-12-13'),('2001-12-14'),('2001-12-15'),('2001-12-16'),('2001-12-17'),('2001-12-18'),('2001-12-19'),('2001-12-20'),('2001-12-21'),('2001-12-22'),('2001-12-23'),('2001-12-24'),('2001-12-25'),('2001-12-26'),('2001-12-27'),('2001-12-28'),('2001-12-29'),('2001-12-30'),('2001-12-31'),('2002-01-01'),('2002-01-02'),('2002-01-03'),('2002-01-04'),('2002-01-05'),('2002-01-06'),('2002-01-07'),('2002-01-08'),('2002-01-09'),('2002-01-10'),('2002-01-11'),('2002-01-12'),('2002-01-13'),('2002-01-14'),('2002-01-15'),('2002-01-16'),('2002-01-17'),('2002-01-18'),('2002-01-19'),('2002-01-20'),('2002-01-21'),('2002-01-22'),('2002-01-23'),('2002-01-24'),('2002-01-25'),('2002-01-26'),('2002-01-27'),('2002-01-28'),('2002-01-29'),('2002-01-30'),('2002-01-31'),('2002-02-01'),('2002-02-02'),('2002-02-03'),('2002-02-04'),('2002-02-05'),('2002-02-06'),('2002-02-07'),('2002-02-08'),('2002-02-09'),('2002-02-10'),('2002-02-11'),('2002-02-12'),('2002-02-13'),('2002-02-14'),('2002-02-15'),('2002-02-16'),('2002-02-17'),('2002-02-18'),('2002-02-19'),('2002-02-20'),('2002-02-21'),('2002-02-22'),('2002-02-23'),('2002-02-24'),('2002-02-25'),('2002-02-26'),('2002-02-27'),('2002-02-28'),('2002-03-01'),('2002-03-02'),('2002-03-03'),('2002-03-04'),('2002-03-05'),('2002-03-06'),('2002-03-07'),('2002-03-08'),('2002-03-09'),('2002-03-10'),('2002-03-11'),('2002-03-12'),('2002-03-13'),('2002-03-14'),('2002-03-15'),('2002-03-16'),('2002-03-17'),('2002-03-18'),('2002-03-19'),('2002-03-20'),('2002-03-21'),('2002-03-22'),('2002-03-23'),('2002-03-24'),('2002-03-25'),('2002-03-26'),('2002-03-27'),('2002-03-28'),('2002-03-29'),('2002-03-30'),('2002-03-31'),('2002-04-01'),('2002-04-02'),('2002-04-03'),('2002-04-04'),('2002-04-05'),('2002-04-06'),('2002-04-07'),('2002-04-08'),('2002-04-09'),('2002-04-10'),('2002-04-11'),('2002-04-12'),('2002-04-13'),('2002-04-14'),('2002-04-15'),('2002-04-16'),('2002-04-17'),('2002-04-18'),('2002-04-19'),('2002-04-20'),('2002-04-21'),('2002-04-22'),('2002-04-23'),('2002-04-24'),('2002-04-25'),('2002-04-26'),('2002-04-27'),('2002-04-28'),('2002-04-29'),('2002-04-30'),('2002-05-01'),('2002-05-02'),('2002-05-03'),('2002-05-04'),('2002-05-05'),('2002-05-06'),('2002-05-07'),('2002-05-08'),('2002-05-09'),('2002-05-10'),('2002-05-11'),('2002-05-12'),('2002-05-13'),('2002-05-14'),('2002-05-15'),('2002-05-16'),('2002-05-17'),('2002-05-18'),('2002-05-19'),('2002-05-20'),('2002-05-21'),('2002-05-22'),('2002-05-23'),('2002-05-24'),('2002-05-25'),('2002-05-26'),('2002-05-27'),('2002-05-28'),('2002-05-29'),('2002-05-30'),('2002-05-31'),('2002-06-01'),('2002-06-02'),('2002-06-03'),('2002-06-04'),('2002-06-05'),('2002-06-06'),('2002-06-07'),('2002-06-08'),('2002-06-09'),('2002-06-10'),('2002-06-11'),('2002-06-12'),('2002-06-13'),('2002-06-14'),('2002-06-15'),('2002-06-16'),('2002-06-17'),('2002-06-18'),('2002-06-19'),('2002-06-20'),('2002-06-21'),('2002-06-22'),('2002-06-23'),('2002-06-24'),('2002-06-25'),('2002-06-26'),('2002-06-27'),('2002-06-28'),('2002-06-29'),('2002-06-30'),('2002-07-01'),('2002-07-02'),('2002-07-03'),('2002-07-04'),('2002-07-05'),('2002-07-06'),('2002-07-07'),('2002-07-08'),('2002-07-09'),('2002-07-10'),('2002-07-11'),('2002-07-12'),('2002-07-13'),('2002-07-14'),('2002-07-15'),('2002-07-16'),('2002-07-17'),('2002-07-18'),('2002-07-19'),('2002-07-20'),('2002-07-21'),('2002-07-22'),('2002-07-23'),('2002-07-24'),('2002-07-25'),('2002-07-26'),('2002-07-27'),('2002-07-28'),('2002-07-29'),('2002-07-30'),('2002-07-31'),('2002-08-01'),('2002-08-02'),('2002-08-03'),('2002-08-04'),('2002-08-05'),('2002-08-06'),('2002-08-07'),('2002-08-08'),('2002-08-09'),('2002-08-10'),('2002-08-11'),('2002-08-12'),('2002-08-13'),('2002-08-14'),('2002-08-15'),('2002-08-16'),('2002-08-17'),('2002-08-18'),('2002-08-19'),('2002-08-20'),('2002-08-21'),('2002-08-22'),('2002-08-23'),('2002-08-24'),('2002-08-25'),('2002-08-26'),('2002-08-27'),('2002-08-28'),('2002-08-29'),('2002-08-30'),('2002-08-31'),('2002-09-01'),('2002-09-02'),('2002-09-03'),('2002-09-04'),('2002-09-05'),('2002-09-06'),('2002-09-07'),('2002-09-08'),('2002-09-09'),('2002-09-10'),('2002-09-11'),('2002-09-12'),('2002-09-13'),('2002-09-14'),('2002-09-15'),('2002-09-16'),('2002-09-17'),('2002-09-18'),('2002-09-19'),('2002-09-20'),('2002-09-21'),('2002-09-22'),('2002-09-23'),('2002-09-24'),('2002-09-25'),('2002-09-26'),('2002-09-27'),('2002-09-28'),('2002-09-29'),('2002-09-30'),('2002-10-01'),('2002-10-02'),('2002-10-03'),('2002-10-04'),('2002-10-05'),('2002-10-06'),('2002-10-07'),('2002-10-08'),('2002-10-09'),('2002-10-10'),('2002-10-11'),('2002-10-12'),('2002-10-13'),('2002-10-14'),('2002-10-15'),('2002-10-16'),('2002-10-17'),('2002-10-18'),('2002-10-19'),('2002-10-20'),('2002-10-21'),('2002-10-22'),('2002-10-23'),('2002-10-24'),('2002-10-25'),('2002-10-26'),('2002-10-27'),('2002-10-28'),('2002-10-29'),('2002-10-30'),('2002-10-31'),('2002-11-01'),('2002-11-02'),('2002-11-03'),('2002-11-04'),('2002-11-05'),('2002-11-06'),('2002-11-07'),('2002-11-08'),('2002-11-09'),('2002-11-10'),('2002-11-11'),('2002-11-12'),('2002-11-13'),('2002-11-14'),('2002-11-15'),('2002-11-16'),('2002-11-17'),('2002-11-18'),('2002-11-19'),('2002-11-20'),('2002-11-21'),('2002-11-22'),('2002-11-23'),('2002-11-24'),('2002-11-25'),('2002-11-26'),('2002-11-27'),('2002-11-28'),('2002-11-29'),('2002-11-30'),('2002-12-01'),('2002-12-02'),('2002-12-03'),('2002-12-04'),('2002-12-05'),('2002-12-06'),('2002-12-07'),('2002-12-08'),('2002-12-09'),('2002-12-10'),('2002-12-11'),('2002-12-12'),('2002-12-13'),('2002-12-14'),('2002-12-15'),('2002-12-16'),('2002-12-17'),('2002-12-18'),('2002-12-19'),('2002-12-20'),('2002-12-21'),('2002-12-22'),('2002-12-23'),('2002-12-24'),('2002-12-25'),('2002-12-26'),('2002-12-27'),('2002-12-28'),('2002-12-29'),('2002-12-30'),('2002-12-31'),('2003-01-01'),('2003-01-02'),('2003-01-03'),('2003-01-04'),('2003-01-05'),('2003-01-06'),('2003-01-07'),('2003-01-08'),('2003-01-09'),('2003-01-10'),('2003-01-11'),('2003-01-12'),('2003-01-13'),('2003-01-14'),('2003-01-15'),('2003-01-16'),('2003-01-17'),('2003-01-18'),('2003-01-19'),('2003-01-20'),('2003-01-21'),('2003-01-22'),('2003-01-23'),('2003-01-24'),('2003-01-25'),('2003-01-26'),('2003-01-27'),('2003-01-28'),('2003-01-29'),('2003-01-30'),('2003-01-31'),('2003-02-01'),('2003-02-02'),('2003-02-03'),('2003-02-04'),('2003-02-05'),('2003-02-06'),('2003-02-07'),('2003-02-08'),('2003-02-09'),('2003-02-10'),('2003-02-11'),('2003-02-12'),('2003-02-13'),('2003-02-14'),('2003-02-15'),('2003-02-16'),('2003-02-17'),('2003-02-18'),('2003-02-19'),('2003-02-20'),('2003-02-21'),('2003-02-22'),('2003-02-23'),('2003-02-24'),('2003-02-25'),('2003-02-26'),('2003-02-27'),('2003-02-28'),('2003-03-01'),('2003-03-02'),('2003-03-03'),('2003-03-04'),('2003-03-05'),('2003-03-06'),('2003-03-07'),('2003-03-08'),('2003-03-09'),('2003-03-10'),('2003-03-11'),('2003-03-12'),('2003-03-13'),('2003-03-14'),('2003-03-15'),('2003-03-16'),('2003-03-17'),('2003-03-18'),('2003-03-19'),('2003-03-20'),('2003-03-21'),('2003-03-22'),('2003-03-23'),('2003-03-24'),('2003-03-25'),('2003-03-26'),('2003-03-27'),('2003-03-28'),('2003-03-29'),('2003-03-30'),('2003-03-31'),('2003-04-01'),('2003-04-02'),('2003-04-03'),('2003-04-04'),('2003-04-05'),('2003-04-06'),('2003-04-07'),('2003-04-08'),('2003-04-09'),('2003-04-10'),('2003-04-11'),('2003-04-12'),('2003-04-13'),('2003-04-14'),('2003-04-15'),('2003-04-16'),('2003-04-17'),('2003-04-18'),('2003-04-19'),('2003-04-20'),('2003-04-21'),('2003-04-22'),('2003-04-23'),('2003-04-24'),('2003-04-25'),('2003-04-26'),('2003-04-27'),('2003-04-28'),('2003-04-29'),('2003-04-30'),('2003-05-01'),('2003-05-02'),('2003-05-03'),('2003-05-04'),('2003-05-05'),('2003-05-06'),('2003-05-07'),('2003-05-08'),('2003-05-09'),('2003-05-10'),('2003-05-11'),('2003-05-12'),('2003-05-13'),('2003-05-14'),('2003-05-15'),('2003-05-16'),('2003-05-17'),('2003-05-18'),('2003-05-19'),('2003-05-20'),('2003-05-21'),('2003-05-22'),('2003-05-23'),('2003-05-24'),('2003-05-25'),('2003-05-26'),('2003-05-27'),('2003-05-28'),('2003-05-29'),('2003-05-30'),('2003-05-31'),('2003-06-01'),('2003-06-02'),('2003-06-03'),('2003-06-04'),('2003-06-05'),('2003-06-06'),('2003-06-07'),('2003-06-08'),('2003-06-09'),('2003-06-10'),('2003-06-11'),('2003-06-12'),('2003-06-13'),('2003-06-14'),('2003-06-15'),('2003-06-16'),('2003-06-17'),('2003-06-18'),('2003-06-19'),('2003-06-20'),('2003-06-21'),('2003-06-22'),('2003-06-23'),('2003-06-24'),('2003-06-25'),('2003-06-26'),('2003-06-27'),('2003-06-28'),('2003-06-29'),('2003-06-30'),('2003-07-01'),('2003-07-02'),('2003-07-03'),('2003-07-04'),('2003-07-05'),('2003-07-06'),('2003-07-07'),('2003-07-08'),('2003-07-09'),('2003-07-10'),('2003-07-11'),('2003-07-12'),('2003-07-13'),('2003-07-14'),('2003-07-15'),('2003-07-16'),('2003-07-17'),('2003-07-18'),('2003-07-19'),('2003-07-20'),('2003-07-21'),('2003-07-22'),('2003-07-23'),('2003-07-24'),('2003-07-25'),('2003-07-26'),('2003-07-27'),('2003-07-28'),('2003-07-29'),('2003-07-30'),('2003-07-31'),('2003-08-01'),('2003-08-02'),('2003-08-03'),('2003-08-04'),('2003-08-05'),('2003-08-06'),('2003-08-07'),('2003-08-08'),('2003-08-09'),('2003-08-10'),('2003-08-11'),('2003-08-12'),('2003-08-13'),('2003-08-14'),('2003-08-15'),('2003-08-16'),('2003-08-17'),('2003-08-18'),('2003-08-19'),('2003-08-20'),('2003-08-21'),('2003-08-22'),('2003-08-23'),('2003-08-24'),('2003-08-25'),('2003-08-26'),('2003-08-27'),('2003-08-28'),('2003-08-29'),('2003-08-30'),('2003-08-31'),('2003-09-01'),('2003-09-02'),('2003-09-03'),('2003-09-04'),('2003-09-05'),('2003-09-06'),('2003-09-07'),('2003-09-08'),('2003-09-09'),('2003-09-10'),('2003-09-11'),('2003-09-12'),('2003-09-13'),('2003-09-14'),('2003-09-15'),('2003-09-16'),('2003-09-17'),('2003-09-18'),('2003-09-19'),('2003-09-20'),('2003-09-21'),('2003-09-22'),('2003-09-23'),('2003-09-24'),('2003-09-25'),('2003-09-26'),('2003-09-27'),('2003-09-28'),('2003-09-29'),('2003-09-30'),('2003-10-01'),('2003-10-02'),('2003-10-03'),('2003-10-04'),('2003-10-05'),('2003-10-06'),('2003-10-07'),('2003-10-08'),('2003-10-09'),('2003-10-10'),('2003-10-11'),('2003-10-12'),('2003-10-13'),('2003-10-14'),('2003-10-15'),('2003-10-16'),('2003-10-17'),('2003-10-18'),('2003-10-19'),('2003-10-20'),('2003-10-21'),('2003-10-22'),('2003-10-23'),('2003-10-24'),('2003-10-25'),('2003-10-26'),('2003-10-27'),('2003-10-28'),('2003-10-29'),('2003-10-30'),('2003-10-31'),('2003-11-01'),('2003-11-02'),('2003-11-03'),('2003-11-04'),('2003-11-05'),('2003-11-06'),('2003-11-07'),('2003-11-08'),('2003-11-09'),('2003-11-10'),('2003-11-11'),('2003-11-12'),('2003-11-13'),('2003-11-14'),('2003-11-15'),('2003-11-16'),('2003-11-17'),('2003-11-18'),('2003-11-19'),('2003-11-20'),('2003-11-21'),('2003-11-22'),('2003-11-23'),('2003-11-24'),('2003-11-25'),('2003-11-26'),('2003-11-27'),('2003-11-28'),('2003-11-29'),('2003-11-30'),('2003-12-01'),('2003-12-02'),('2003-12-03'),('2003-12-04'),('2003-12-05'),('2003-12-06'),('2003-12-07'),('2003-12-08'),('2003-12-09'),('2003-12-10'),('2003-12-11'),('2003-12-12'),('2003-12-13'),('2003-12-14'),('2003-12-15'),('2003-12-16'),('2003-12-17'),('2003-12-18'),('2003-12-19'),('2003-12-20'),('2003-12-21'),('2003-12-22'),('2003-12-23'),('2003-12-24'),('2003-12-25'),('2003-12-26'),('2003-12-27'),('2003-12-28'),('2003-12-29'),('2003-12-30'),('2003-12-31'),('2004-01-01'),('2004-01-02'),('2004-01-03'),('2004-01-04'),('2004-01-05'),('2004-01-06'),('2004-01-07'),('2004-01-08'),('2004-01-09'),('2004-01-10'),('2004-01-11'),('2004-01-12'),('2004-01-13'),('2004-01-14'),('2004-01-15'),('2004-01-16'),('2004-01-17'),('2004-01-18'),('2004-01-19'),('2004-01-20'),('2004-01-21'),('2004-01-22'),('2004-01-23'),('2004-01-24'),('2004-01-25'),('2004-01-26'),('2004-01-27'),('2004-01-28'),('2004-01-29'),('2004-01-30'),('2004-01-31'),('2004-02-01'),('2004-02-02'),('2004-02-03'),('2004-02-04'),('2004-02-05'),('2004-02-06'),('2004-02-07'),('2004-02-08'),('2004-02-09'),('2004-02-10'),('2004-02-11'),('2004-02-12'),('2004-02-13'),('2004-02-14'),('2004-02-15'),('2004-02-16'),('2004-02-17'),('2004-02-18'),('2004-02-19'),('2004-02-20'),('2004-02-21'),('2004-02-22'),('2004-02-23'),('2004-02-24'),('2004-02-25'),('2004-02-26'),('2004-02-27'),('2004-02-28'),('2004-02-29'),('2004-03-01'),('2004-03-02'),('2004-03-03'),('2004-03-04'),('2004-03-05'),('2004-03-06'),('2004-03-07'),('2004-03-08'),('2004-03-09'),('2004-03-10'),('2004-03-11'),('2004-03-12'),('2004-03-13'),('2004-03-14'),('2004-03-15'),('2004-03-16'),('2004-03-17'),('2004-03-18'),('2004-03-19'),('2004-03-20'),('2004-03-21'),('2004-03-22'),('2004-03-23'),('2004-03-24'),('2004-03-25'),('2004-03-26'),('2004-03-27'),('2004-03-28'),('2004-03-29'),('2004-03-30'),('2004-03-31'),('2004-04-01'),('2004-04-02'),('2004-04-03'),('2004-04-04'),('2004-04-05'),('2004-04-06'),('2004-04-07'),('2004-04-08'),('2004-04-09'),('2004-04-10'),('2004-04-11'),('2004-04-12'),('2004-04-13'),('2004-04-14'),('2004-04-15'),('2004-04-16'),('2004-04-17'),('2004-04-18'),('2004-04-19'),('2004-04-20'),('2004-04-21'),('2004-04-22'),('2004-04-23'),('2004-04-24'),('2004-04-25'),('2004-04-26'),('2004-04-27'),('2004-04-28'),('2004-04-29'),('2004-04-30'),('2004-05-01'),('2004-05-02'),('2004-05-03'),('2004-05-04'),('2004-05-05'),('2004-05-06'),('2004-05-07'),('2004-05-08'),('2004-05-09'),('2004-05-10'),('2004-05-11'),('2004-05-12'),('2004-05-13'),('2004-05-14'),('2004-05-15'),('2004-05-16'),('2004-05-17'),('2004-05-18'),('2004-05-19'),('2004-05-20'),('2004-05-21'),('2004-05-22'),('2004-05-23'),('2004-05-24'),('2004-05-25'),('2004-05-26'),('2004-05-27'),('2004-05-28'),('2004-05-29'),('2004-05-30'),('2004-05-31'),('2004-06-01'),('2004-06-02'),('2004-06-03'),('2004-06-04'),('2004-06-05'),('2004-06-06'),('2004-06-07'),('2004-06-08'),('2004-06-09'),('2004-06-10'),('2004-06-11'),('2004-06-12'),('2004-06-13'),('2004-06-14'),('2004-06-15'),('2004-06-16'),('2004-06-17'),('2004-06-18'),('2004-06-19'),('2004-06-20'),('2004-06-21'),('2004-06-22'),('2004-06-23'),('2004-06-24'),('2004-06-25'),('2004-06-26'),('2004-06-27'),('2004-06-28'),('2004-06-29'),('2004-06-30'),('2004-07-01'),('2004-07-02'),('2004-07-03'),('2004-07-04'),('2004-07-05'),('2004-07-06'),('2004-07-07'),('2004-07-08'),('2004-07-09'),('2004-07-10'),('2004-07-11'),('2004-07-12'),('2004-07-13'),('2004-07-14'),('2004-07-15'),('2004-07-16'),('2004-07-17'),('2004-07-18'),('2004-07-19'),('2004-07-20'),('2004-07-21'),('2004-07-22'),('2004-07-23'),('2004-07-24'),('2004-07-25'),('2004-07-26'),('2004-07-27'),('2004-07-28'),('2004-07-29'),('2004-07-30'),('2004-07-31'),('2004-08-01'),('2004-08-02'),('2004-08-03'),('2004-08-04'),('2004-08-05'),('2004-08-06'),('2004-08-07'),('2004-08-08'),('2004-08-09'),('2004-08-10'),('2004-08-11'),('2004-08-12'),('2004-08-13'),('2004-08-14'),('2004-08-15'),('2004-08-16'),('2004-08-17'),('2004-08-18'),('2004-08-19'),('2004-08-20'),('2004-08-21'),('2004-08-22'),('2004-08-23'),('2004-08-24'),('2004-08-25'),('2004-08-26'),('2004-08-27'),('2004-08-28'),('2004-08-29'),('2004-08-30'),('2004-08-31'),('2004-09-01'),('2004-09-02'),('2004-09-03'),('2004-09-04'),('2004-09-05'),('2004-09-06'),('2004-09-07'),('2004-09-08'),('2004-09-09'),('2004-09-10'),('2004-09-11'),('2004-09-12'),('2004-09-13'),('2004-09-14'),('2004-09-15'),('2004-09-16'),('2004-09-17'),('2004-09-18'),('2004-09-19'),('2004-09-20'),('2004-09-21'),('2004-09-22'),('2004-09-23'),('2004-09-24'),('2004-09-25'),('2004-09-26'),('2004-09-27'),('2004-09-28'),('2004-09-29'),('2004-09-30'),('2004-10-01'),('2004-10-02'),('2004-10-03'),('2004-10-04'),('2004-10-05'),('2004-10-06'),('2004-10-07'),('2004-10-08'),('2004-10-09'),('2004-10-10'),('2004-10-11'),('2004-10-12'),('2004-10-13'),('2004-10-14'),('2004-10-15'),('2004-10-16'),('2004-10-17'),('2004-10-18'),('2004-10-19'),('2004-10-20'),('2004-10-21'),('2004-10-22'),('2004-10-23'),('2004-10-24'),('2004-10-25'),('2004-10-26'),('2004-10-27'),('2004-10-28'),('2004-10-29'),('2004-10-30'),('2004-10-31'),('2004-11-01'),('2004-11-02'),('2004-11-03'),('2004-11-04'),('2004-11-05'),('2004-11-06'),('2004-11-07'),('2004-11-08'),('2004-11-09'),('2004-11-10'),('2004-11-11'),('2004-11-12'),('2004-11-13'),('2004-11-14'),('2004-11-15'),('2004-11-16'),('2004-11-17'),('2004-11-18'),('2004-11-19'),('2004-11-20'),('2004-11-21'),('2004-11-22'),('2004-11-23'),('2004-11-24'),('2004-11-25'),('2004-11-26'),('2004-11-27'),('2004-11-28'),('2004-11-29'),('2004-11-30'),('2004-12-01'),('2004-12-02'),('2004-12-03'),('2004-12-04'),('2004-12-05'),('2004-12-06'),('2004-12-07'),('2004-12-08'),('2004-12-09'),('2004-12-10'),('2004-12-11'),('2004-12-12'),('2004-12-13'),('2004-12-14'),('2004-12-15'),('2004-12-16'),('2004-12-17'),('2004-12-18'),('2004-12-19'),('2004-12-20'),('2004-12-21'),('2004-12-22'),('2004-12-23'),('2004-12-24'),('2004-12-25'),('2004-12-26'),('2004-12-27'),('2004-12-28'),('2004-12-29'),('2004-12-30'),('2004-12-31'),('2005-01-01'),('2005-01-02'),('2005-01-03'),('2005-01-04'),('2005-01-05'),('2005-01-06'),('2005-01-07'),('2005-01-08'),('2005-01-09'),('2005-01-10'),('2005-01-11'),('2005-01-12'),('2005-01-13'),('2005-01-14'),('2005-01-15'),('2005-01-16'),('2005-01-17'),('2005-01-18'),('2005-01-19'),('2005-01-20'),('2005-01-21'),('2005-01-22'),('2005-01-23'),('2005-01-24'),('2005-01-25'),('2005-01-26'),('2005-01-27'),('2005-01-28'),('2005-01-29'),('2005-01-30'),('2005-01-31'),('2005-02-01'),('2005-02-02'),('2005-02-03'),('2005-02-04'),('2005-02-05'),('2005-02-06'),('2005-02-07'),('2005-02-08'),('2005-02-09'),('2005-02-10'),('2005-02-11'),('2005-02-12'),('2005-02-13'),('2005-02-14'),('2005-02-15'),('2005-02-16'),('2005-02-17'),('2005-02-18'),('2005-02-19'),('2005-02-20'),('2005-02-21'),('2005-02-22'),('2005-02-23'),('2005-02-24'),('2005-02-25'),('2005-02-26'),('2005-02-27'),('2005-02-28'),('2005-03-01'),('2005-03-02'),('2005-03-03'),('2005-03-04'),('2005-03-05'),('2005-03-06'),('2005-03-07'),('2005-03-08'),('2005-03-09'),('2005-03-10'),('2005-03-11'),('2005-03-12'),('2005-03-13'),('2005-03-14'),('2005-03-15'),('2005-03-16'),('2005-03-17'),('2005-03-18'),('2005-03-19'),('2005-03-20'),('2005-03-21'),('2005-03-22'),('2005-03-23'),('2005-03-24'),('2005-03-25'),('2005-03-26'),('2005-03-27'),('2005-03-28'),('2005-03-29'),('2005-03-30'),('2005-03-31'),('2005-04-01'),('2005-04-02'),('2005-04-03'),('2005-04-04'),('2005-04-05'),('2005-04-06'),('2005-04-07'),('2005-04-08'),('2005-04-09'),('2005-04-10'),('2005-04-11'),('2005-04-12'),('2005-04-13'),('2005-04-14'),('2005-04-15'),('2005-04-16'),('2005-04-17'),('2005-04-18'),('2005-04-19'),('2005-04-20'),('2005-04-21'),('2005-04-22'),('2005-04-23'),('2005-04-24'),('2005-04-25'),('2005-04-26'),('2005-04-27'),('2005-04-28'),('2005-04-29'),('2005-04-30'),('2005-05-01'),('2005-05-02'),('2005-05-03'),('2005-05-04'),('2005-05-05'),('2005-05-06'),('2005-05-07'),('2005-05-08'),('2005-05-09'),('2005-05-10'),('2005-05-11'),('2005-05-12'),('2005-05-13'),('2005-05-14'),('2005-05-15'),('2005-05-16'),('2005-05-17'),('2005-05-18'),('2005-05-19'),('2005-05-20'),('2005-05-21'),('2005-05-22'),('2005-05-23'),('2005-05-24'),('2005-05-25'),('2005-05-26'),('2005-05-27'),('2005-05-28'),('2005-05-29'),('2005-05-30'),('2005-05-31'),('2005-06-01'),('2005-06-02'),('2005-06-03'),('2005-06-04'),('2005-06-05'),('2005-06-06'),('2005-06-07'),('2005-06-08'),('2005-06-09'),('2005-06-10'),('2005-06-11'),('2005-06-12'),('2005-06-13'),('2005-06-14'),('2005-06-15'),('2005-06-16'),('2005-06-17'),('2005-06-18'),('2005-06-19'),('2005-06-20'),('2005-06-21'),('2005-06-22'),('2005-06-23'),('2005-06-24'),('2005-06-25'),('2005-06-26'),('2005-06-27'),('2005-06-28'),('2005-06-29'),('2005-06-30'),('2005-07-01'),('2005-07-02'),('2005-07-03'),('2005-07-04'),('2005-07-05'),('2005-07-06'),('2005-07-07'),('2005-07-08'),('2005-07-09'),('2005-07-10'),('2005-07-11'),('2005-07-12'),('2005-07-13'),('2005-07-14'),('2005-07-15'),('2005-07-16'),('2005-07-17'),('2005-07-18'),('2005-07-19'),('2005-07-20'),('2005-07-21'),('2005-07-22'),('2005-07-23'),('2005-07-24'),('2005-07-25'),('2005-07-26'),('2005-07-27'),('2005-07-28'),('2005-07-29'),('2005-07-30'),('2005-07-31'),('2005-08-01'),('2005-08-02'),('2005-08-03'),('2005-08-04'),('2005-08-05'),('2005-08-06'),('2005-08-07'),('2005-08-08'),('2005-08-09'),('2005-08-10'),('2005-08-11'),('2005-08-12'),('2005-08-13'),('2005-08-14'),('2005-08-15'),('2005-08-16'),('2005-08-17'),('2005-08-18'),('2005-08-19'),('2005-08-20'),('2005-08-21'),('2005-08-22'),('2005-08-23'),('2005-08-24'),('2005-08-25'),('2005-08-26'),('2005-08-27'),('2005-08-28'),('2005-08-29'),('2005-08-30'),('2005-08-31'),('2005-09-01'),('2005-09-02'),('2005-09-03'),('2005-09-04'),('2005-09-05'),('2005-09-06'),('2005-09-07'),('2005-09-08'),('2005-09-09'),('2005-09-10'),('2005-09-11'),('2005-09-12'),('2005-09-13'),('2005-09-14'),('2005-09-15'),('2005-09-16'),('2005-09-17'),('2005-09-18'),('2005-09-19'),('2005-09-20'),('2005-09-21'),('2005-09-22'),('2005-09-23'),('2005-09-24'),('2005-09-25'),('2005-09-26'),('2005-09-27'),('2005-09-28'),('2005-09-29'),('2005-09-30'),('2005-10-01'),('2005-10-02'),('2005-10-03'),('2005-10-04'),('2005-10-05'),('2005-10-06'),('2005-10-07'),('2005-10-08'),('2005-10-09'),('2005-10-10'),('2005-10-11'),('2005-10-12'),('2005-10-13'),('2005-10-14'),('2005-10-15'),('2005-10-16'),('2005-10-17'),('2005-10-18'),('2005-10-19'),('2005-10-20'),('2005-10-21'),('2005-10-22'),('2005-10-23'),('2005-10-24'),('2005-10-25'),('2005-10-26'),('2005-10-27'),('2005-10-28'),('2005-10-29'),('2005-10-30'),('2005-10-31'),('2005-11-01'),('2005-11-02'),('2005-11-03'),('2005-11-04'),('2005-11-05'),('2005-11-06'),('2005-11-07'),('2005-11-08'),('2005-11-09'),('2005-11-10'),('2005-11-11'),('2005-11-12'),('2005-11-13'),('2005-11-14'),('2005-11-15'),('2005-11-16'),('2005-11-17'),('2005-11-18'),('2005-11-19'),('2005-11-20'),('2005-11-21'),('2005-11-22'),('2005-11-23'),('2005-11-24'),('2005-11-25'),('2005-11-26'),('2005-11-27'),('2005-11-28'),('2005-11-29'),('2005-11-30'),('2005-12-01'),('2005-12-02'),('2005-12-03'),('2005-12-04'),('2005-12-05'),('2005-12-06'),('2005-12-07'),('2005-12-08'),('2005-12-09'),('2005-12-10'),('2005-12-11'),('2005-12-12'),('2005-12-13'),('2005-12-14'),('2005-12-15'),('2005-12-16'),('2005-12-17'),('2005-12-18'),('2005-12-19'),('2005-12-20'),('2005-12-21'),('2005-12-22'),('2005-12-23'),('2005-12-24'),('2005-12-25'),('2005-12-26'),('2005-12-27'),('2005-12-28'),('2005-12-29'),('2005-12-30'),('2005-12-31'),('2006-01-01'),('2006-01-02'),('2006-01-03'),('2006-01-04'),('2006-01-05'),('2006-01-06'),('2006-01-07'),('2006-01-08'),('2006-01-09'),('2006-01-10'),('2006-01-11'),('2006-01-12'),('2006-01-13'),('2006-01-14'),('2006-01-15'),('2006-01-16'),('2006-01-17'),('2006-01-18'),('2006-01-19'),('2006-01-20'),('2006-01-21'),('2006-01-22'),('2006-01-23'),('2006-01-24'),('2006-01-25'),('2006-01-26'),('2006-01-27'),('2006-01-28'),('2006-01-29'),('2006-01-30'),('2006-01-31'),('2006-02-01'),('2006-02-02'),('2006-02-03'),('2006-02-04'),('2006-02-05'),('2006-02-06'),('2006-02-07'),('2006-02-08'),('2006-02-09'),('2006-02-10'),('2006-02-11'),('2006-02-12'),('2006-02-13'),('2006-02-14'),('2006-02-15'),('2006-02-16'),('2006-02-17'),('2006-02-18'),('2006-02-19'),('2006-02-20'),('2006-02-21'),('2006-02-22'),('2006-02-23'),('2006-02-24'),('2006-02-25'),('2006-02-26'),('2006-02-27'),('2006-02-28'),('2006-03-01'),('2006-03-02'),('2006-03-03'),('2006-03-04'),('2006-03-05'),('2006-03-06'),('2006-03-07'),('2006-03-08'),('2006-03-09'),('2006-03-10'),('2006-03-11'),('2006-03-12'),('2006-03-13'),('2006-03-14'),('2006-03-15'),('2006-03-16'),('2006-03-17'),('2006-03-18'),('2006-03-19'),('2006-03-20'),('2006-03-21'),('2006-03-22'),('2006-03-23'),('2006-03-24'),('2006-03-25'),('2006-03-26'),('2006-03-27'),('2006-03-28'),('2006-03-29'),('2006-03-30'),('2006-03-31'),('2006-04-01'),('2006-04-02'),('2006-04-03'),('2006-04-04'),('2006-04-05'),('2006-04-06'),('2006-04-07'),('2006-04-08'),('2006-04-09'),('2006-04-10'),('2006-04-11'),('2006-04-12'),('2006-04-13'),('2006-04-14'),('2006-04-15'),('2006-04-16'),('2006-04-17'),('2006-04-18'),('2006-04-19'),('2006-04-20'),('2006-04-21'),('2006-04-22'),('2006-04-23'),('2006-04-24'),('2006-04-25'),('2006-04-26'),('2006-04-27'),('2006-04-28'),('2006-04-29'),('2006-04-30'),('2006-05-01'),('2006-05-02'),('2006-05-03'),('2006-05-04'),('2006-05-05'),('2006-05-06'),('2006-05-07'),('2006-05-08'),('2006-05-09'),('2006-05-10'),('2006-05-11'),('2006-05-12'),('2006-05-13'),('2006-05-14'),('2006-05-15'),('2006-05-16'),('2006-05-17'),('2006-05-18'),('2006-05-19'),('2006-05-20'),('2006-05-21'),('2006-05-22'),('2006-05-23'),('2006-05-24'),('2006-05-25'),('2006-05-26'),('2006-05-27'),('2006-05-28'),('2006-05-29'),('2006-05-30'),('2006-05-31'),('2006-06-01'),('2006-06-02'),('2006-06-03'),('2006-06-04'),('2006-06-05'),('2006-06-06'),('2006-06-07'),('2006-06-08'),('2006-06-09'),('2006-06-10'),('2006-06-11'),('2006-06-12'),('2006-06-13'),('2006-06-14'),('2006-06-15'),('2006-06-16'),('2006-06-17'),('2006-06-18'),('2006-06-19'),('2006-06-20'),('2006-06-21'),('2006-06-22'),('2006-06-23'),('2006-06-24'),('2006-06-25'),('2006-06-26'),('2006-06-27'),('2006-06-28'),('2006-06-29'),('2006-06-30'),('2006-07-01'),('2006-07-02'),('2006-07-03'),('2006-07-04'),('2006-07-05'),('2006-07-06'),('2006-07-07'),('2006-07-08'),('2006-07-09'),('2006-07-10'),('2006-07-11'),('2006-07-12'),('2006-07-13'),('2006-07-14'),('2006-07-15'),('2006-07-16'),('2006-07-17'),('2006-07-18'),('2006-07-19'),('2006-07-20'),('2006-07-21'),('2006-07-22'),('2006-07-23'),('2006-07-24'),('2006-07-25'),('2006-07-26'),('2006-07-27'),('2006-07-28'),('2006-07-29'),('2006-07-30'),('2006-07-31'),('2006-08-01'),('2006-08-02'),('2006-08-03'),('2006-08-04'),('2006-08-05'),('2006-08-06'),('2006-08-07'),('2006-08-08'),('2006-08-09'),('2006-08-10'),('2006-08-11'),('2006-08-12'),('2006-08-13'),('2006-08-14'),('2006-08-15'),('2006-08-16'),('2006-08-17'),('2006-08-18'),('2006-08-19'),('2006-08-20'),('2006-08-21'),('2006-08-22'),('2006-08-23'),('2006-08-24'),('2006-08-25'),('2006-08-26'),('2006-08-27'),('2006-08-28'),('2006-08-29'),('2006-08-30'),('2006-08-31'),('2006-09-01'),('2006-09-02'),('2006-09-03'),('2006-09-04'),('2006-09-05'),('2006-09-06'),('2006-09-07'),('2006-09-08'),('2006-09-09'),('2006-09-10'),('2006-09-11'),('2006-09-12'),('2006-09-13'),('2006-09-14'),('2006-09-15'),('2006-09-16'),('2006-09-17'),('2006-09-18'),('2006-09-19'),('2006-09-20'),('2006-09-21'),('2006-09-22'),('2006-09-23'),('2006-09-24'),('2006-09-25'),('2006-09-26'),('2006-09-27'),('2006-09-28'),('2006-09-29'),('2006-09-30'),('2006-10-01'),('2006-10-02'),('2006-10-03'),('2006-10-04'),('2006-10-05'),('2006-10-06'),('2006-10-07'),('2006-10-08'),('2006-10-09'),('2006-10-10'),('2006-10-11'),('2006-10-12'),('2006-10-13'),('2006-10-14'),('2006-10-15'),('2006-10-16'),('2006-10-17'),('2006-10-18'),('2006-10-19'),('2006-10-20'),('2006-10-21'),('2006-10-22'),('2006-10-23'),('2006-10-24'),('2006-10-25'),('2006-10-26'),('2006-10-27'),('2006-10-28'),('2006-10-29'),('2006-10-30'),('2006-10-31'),('2006-11-01'),('2006-11-02'),('2006-11-03'),('2006-11-04'),('2006-11-05'),('2006-11-06'),('2006-11-07'),('2006-11-08'),('2006-11-09'),('2006-11-10'),('2006-11-11'),('2006-11-12'),('2006-11-13'),('2006-11-14'),('2006-11-15'),('2006-11-16'),('2006-11-17'),('2006-11-18'),('2006-11-19'),('2006-11-20'),('2006-11-21'),('2006-11-22'),('2006-11-23'),('2006-11-24'),('2006-11-25'),('2006-11-26'),('2006-11-27'),('2006-11-28'),('2006-11-29'),('2006-11-30'),('2006-12-01'),('2006-12-02'),('2006-12-03'),('2006-12-04'),('2006-12-05'),('2006-12-06'),('2006-12-07'),('2006-12-08'),('2006-12-09'),('2006-12-10'),('2006-12-11'),('2006-12-12'),('2006-12-13'),('2006-12-14'),('2006-12-15'),('2006-12-16'),('2006-12-17'),('2006-12-18'),('2006-12-19'),('2006-12-20'),('2006-12-21'),('2006-12-22'),('2006-12-23'),('2006-12-24'),('2006-12-25'),('2006-12-26'),('2006-12-27'),('2006-12-28'),('2006-12-29'),('2006-12-30'),('2006-12-31'),('2007-01-01'),('2007-01-02'),('2007-01-03'),('2007-01-04'),('2007-01-05'),('2007-01-06'),('2007-01-07'),('2007-01-08'),('2007-01-09'),('2007-01-10'),('2007-01-11'),('2007-01-12'),('2007-01-13'),('2007-01-14'),('2007-01-15'),('2007-01-16'),('2007-01-17'),('2007-01-18'),('2007-01-19'),('2007-01-20'),('2007-01-21'),('2007-01-22'),('2007-01-23'),('2007-01-24'),('2007-01-25'),('2007-01-26'),('2007-01-27'),('2007-01-28'),('2007-01-29'),('2007-01-30'),('2007-01-31'),('2007-02-01'),('2007-02-02'),('2007-02-03'),('2007-02-04'),('2007-02-05'),('2007-02-06'),('2007-02-07'),('2007-02-08'),('2007-02-09'),('2007-02-10'),('2007-02-11'),('2007-02-12'),('2007-02-13'),('2007-02-14'),('2007-02-15'),('2007-02-16'),('2007-02-17'),('2007-02-18'),('2007-02-19'),('2007-02-20'),('2007-02-21'),('2007-02-22'),('2007-02-23'),('2007-02-24'),('2007-02-25'),('2007-02-26'),('2007-02-27'),('2007-02-28'),('2007-03-01'),('2007-03-02'),('2007-03-03'),('2007-03-04'),('2007-03-05'),('2007-03-06'),('2007-03-07'),('2007-03-08'),('2007-03-09'),('2007-03-10'),('2007-03-11'),('2007-03-12'),('2007-03-13'),('2007-03-14'),('2007-03-15'),('2007-03-16'),('2007-03-17'),('2007-03-18'),('2007-03-19'),('2007-03-20'),('2007-03-21'),('2007-03-22'),('2007-03-23'),('2007-03-24'),('2007-03-25'),('2007-03-26'),('2007-03-27'),('2007-03-28'),('2007-03-29'),('2007-03-30'),('2007-03-31'),('2007-04-01'),('2007-04-02'),('2007-04-03'),('2007-04-04'),('2007-04-05'),('2007-04-06'),('2007-04-07'),('2007-04-08'),('2007-04-09'),('2007-04-10'),('2007-04-11'),('2007-04-12'),('2007-04-13'),('2007-04-14'),('2007-04-15'),('2007-04-16'),('2007-04-17'),('2007-04-18'),('2007-04-19'),('2007-04-20'),('2007-04-21'),('2007-04-22'),('2007-04-23'),('2007-04-24'),('2007-04-25'),('2007-04-26'),('2007-04-27'),('2007-04-28'),('2007-04-29'),('2007-04-30'),('2007-05-01'),('2007-05-02'),('2007-05-03'),('2007-05-04'),('2007-05-05'),('2007-05-06'),('2007-05-07'),('2007-05-08'),('2007-05-09'),('2007-05-10'),('2007-05-11'),('2007-05-12'),('2007-05-13'),('2007-05-14'),('2007-05-15'),('2007-05-16'),('2007-05-17'),('2007-05-18'),('2007-05-19'),('2007-05-20'),('2007-05-21'),('2007-05-22'),('2007-05-23'),('2007-05-24'),('2007-05-25'),('2007-05-26'),('2007-05-27'),('2007-05-28'),('2007-05-29'),('2007-05-30'),('2007-05-31'),('2007-06-01'),('2007-06-02'),('2007-06-03'),('2007-06-04'),('2007-06-05'),('2007-06-06'),('2007-06-07'),('2007-06-08'),('2007-06-09'),('2007-06-10'),('2007-06-11'),('2007-06-12'),('2007-06-13'),('2007-06-14'),('2007-06-15'),('2007-06-16'),('2007-06-17'),('2007-06-18'),('2007-06-19'),('2007-06-20'),('2007-06-21'),('2007-06-22'),('2007-06-23'),('2007-06-24'),('2007-06-25'),('2007-06-26'),('2007-06-27'),('2007-06-28'),('2007-06-29'),('2007-06-30'),('2007-07-01'),('2007-07-02'),('2007-07-03'),('2007-07-04'),('2007-07-05'),('2007-07-06'),('2007-07-07'),('2007-07-08'),('2007-07-09'),('2007-07-10'),('2007-07-11'),('2007-07-12'),('2007-07-13'),('2007-07-14'),('2007-07-15'),('2007-07-16'),('2007-07-17'),('2007-07-18'),('2007-07-19'),('2007-07-20'),('2007-07-21'),('2007-07-22'),('2007-07-23'),('2007-07-24'),('2007-07-25'),('2007-07-26'),('2007-07-27'),('2007-07-28'),('2007-07-29'),('2007-07-30'),('2007-07-31'),('2007-08-01'),('2007-08-02'),('2007-08-03'),('2007-08-04'),('2007-08-05'),('2007-08-06'),('2007-08-07'),('2007-08-08'),('2007-08-09'),('2007-08-10'),('2007-08-11'),('2007-08-12'),('2007-08-13'),('2007-08-14'),('2007-08-15'),('2007-08-16'),('2007-08-17'),('2007-08-18'),('2007-08-19'),('2007-08-20'),('2007-08-21'),('2007-08-22'),('2007-08-23'),('2007-08-24'),('2007-08-25'),('2007-08-26'),('2007-08-27'),('2007-08-28'),('2007-08-29'),('2007-08-30'),('2007-08-31'),('2007-09-01'),('2007-09-02'),('2007-09-03'),('2007-09-04'),('2007-09-05'),('2007-09-06'),('2007-09-07'),('2007-09-08'),('2007-09-09'),('2007-09-10'),('2007-09-11'),('2007-09-12'),('2007-09-13'),('2007-09-14'),('2007-09-15'),('2007-09-16'),('2007-09-17'),('2007-09-18'),('2007-09-19'),('2007-09-20'),('2007-09-21'),('2007-09-22'),('2007-09-23'),('2007-09-24'),('2007-09-25'),('2007-09-26'),('2007-09-27'),('2007-09-28'),('2007-09-29'),('2007-09-30'),('2007-10-01'),('2007-10-02'),('2007-10-03'),('2007-10-04'),('2007-10-05'),('2007-10-06'),('2007-10-07'),('2007-10-08'),('2007-10-09'),('2007-10-10'),('2007-10-11'),('2007-10-12'),('2007-10-13'),('2007-10-14'),('2007-10-15'),('2007-10-16'),('2007-10-17'),('2007-10-18'),('2007-10-19'),('2007-10-20'),('2007-10-21'),('2007-10-22'),('2007-10-23'),('2007-10-24'),('2007-10-25'),('2007-10-26'),('2007-10-27'),('2007-10-28'),('2007-10-29'),('2007-10-30'),('2007-10-31'),('2007-11-01'),('2007-11-02'),('2007-11-03'),('2007-11-04'),('2007-11-05'),('2007-11-06'),('2007-11-07'),('2007-11-08'),('2007-11-09'),('2007-11-10'),('2007-11-11'),('2007-11-12'),('2007-11-13'),('2007-11-14'),('2007-11-15'),('2007-11-16'),('2007-11-17'),('2007-11-18'),('2007-11-19'),('2007-11-20'),('2007-11-21'),('2007-11-22'),('2007-11-23'),('2007-11-24'),('2007-11-25'),('2007-11-26'),('2007-11-27'),('2007-11-28'),('2007-11-29'),('2007-11-30'),('2007-12-01'),('2007-12-02'),('2007-12-03'),('2007-12-04'),('2007-12-05'),('2007-12-06'),('2007-12-07'),('2007-12-08'),('2007-12-09'),('2007-12-10'),('2007-12-11'),('2007-12-12'),('2007-12-13'),('2007-12-14'),('2007-12-15'),('2007-12-16'),('2007-12-17'),('2007-12-18'),('2007-12-19'),('2007-12-20'),('2007-12-21'),('2007-12-22'),('2007-12-23'),('2007-12-24'),('2007-12-25'),('2007-12-26'),('2007-12-27'),('2007-12-28'),('2007-12-29'),('2007-12-30'),('2007-12-31'),('2008-01-01'),('2008-01-02'),('2008-01-03'),('2008-01-04'),('2008-01-05'),('2008-01-06'),('2008-01-07'),('2008-01-08'),('2008-01-09'),('2008-01-10'),('2008-01-11'),('2008-01-12'),('2008-01-13'),('2008-01-14'),('2008-01-15'),('2008-01-16'),('2008-01-17'),('2008-01-18'),('2008-01-19'),('2008-01-20'),('2008-01-21'),('2008-01-22'),('2008-01-23'),('2008-01-24'),('2008-01-25'),('2008-01-26'),('2008-01-27'),('2008-01-28'),('2008-01-29'),('2008-01-30'),('2008-01-31'),('2008-02-01'),('2008-02-02'),('2008-02-03'),('2008-02-04'),('2008-02-05'),('2008-02-06'),('2008-02-07'),('2008-02-08'),('2008-02-09'),('2008-02-10'),('2008-02-11'),('2008-02-12'),('2008-02-13'),('2008-02-14'),('2008-02-15'),('2008-02-16'),('2008-02-17'),('2008-02-18'),('2008-02-19'),('2008-02-20'),('2008-02-21'),('2008-02-22'),('2008-02-23'),('2008-02-24'),('2008-02-25'),('2008-02-26'),('2008-02-27'),('2008-02-28'),('2008-02-29'),('2008-03-01'),('2008-03-02'),('2008-03-03'),('2008-03-04'),('2008-03-05'),('2008-03-06'),('2008-03-07'),('2008-03-08'),('2008-03-09'),('2008-03-10'),('2008-03-11'),('2008-03-12'),('2008-03-13'),('2008-03-14'),('2008-03-15'),('2008-03-16'),('2008-03-17'),('2008-03-18'),('2008-03-19'),('2008-03-20'),('2008-03-21'),('2008-03-22'),('2008-03-23'),('2008-03-24'),('2008-03-25'),('2008-03-26'),('2008-03-27'),('2008-03-28'),('2008-03-29'),('2008-03-30'),('2008-03-31'),('2008-04-01'),('2008-04-02'),('2008-04-03'),('2008-04-04'),('2008-04-05'),('2008-04-06'),('2008-04-07'),('2008-04-08'),('2008-04-09'),('2008-04-10'),('2008-04-11'),('2008-04-12'),('2008-04-13'),('2008-04-14'),('2008-04-15'),('2008-04-16'),('2008-04-17'),('2008-04-18'),('2008-04-19'),('2008-04-20'),('2008-04-21'),('2008-04-22'),('2008-04-23'),('2008-04-24'),('2008-04-25'),('2008-04-26'),('2008-04-27'),('2008-04-28'),('2008-04-29'),('2008-04-30'),('2008-05-01'),('2008-05-02'),('2008-05-03'),('2008-05-04'),('2008-05-05'),('2008-05-06'),('2008-05-07'),('2008-05-08'),('2008-05-09'),('2008-05-10'),('2008-05-11'),('2008-05-12'),('2008-05-13'),('2008-05-14'),('2008-05-15'),('2008-05-16'),('2008-05-17'),('2008-05-18'),('2008-05-19'),('2008-05-20'),('2008-05-21'),('2008-05-22'),('2008-05-23'),('2008-05-24'),('2008-05-25'),('2008-05-26'),('2008-05-27'),('2008-05-28'),('2008-05-29'),('2008-05-30'),('2008-05-31'),('2008-06-01'),('2008-06-02'),('2008-06-03'),('2008-06-04'),('2008-06-05'),('2008-06-06'),('2008-06-07'),('2008-06-08'),('2008-06-09'),('2008-06-10'),('2008-06-11'),('2008-06-12'),('2008-06-13'),('2008-06-14'),('2008-06-15'),('2008-06-16'),('2008-06-17'),('2008-06-18'),('2008-06-19'),('2008-06-20'),('2008-06-21'),('2008-06-22'),('2008-06-23'),('2008-06-24'),('2008-06-25'),('2008-06-26'),('2008-06-27'),('2008-06-28'),('2008-06-29'),('2008-06-30'),('2008-07-01'),('2008-07-02'),('2008-07-03'),('2008-07-04'),('2008-07-05'),('2008-07-06'),('2008-07-07'),('2008-07-08'),('2008-07-09'),('2008-07-10'),('2008-07-11'),('2008-07-12'),('2008-07-13'),('2008-07-14'),('2008-07-15'),('2008-07-16'),('2008-07-17'),('2008-07-18'),('2008-07-19'),('2008-07-20'),('2008-07-21'),('2008-07-22'),('2008-07-23'),('2008-07-24'),('2008-07-25'),('2008-07-26'),('2008-07-27'),('2008-07-28'),('2008-07-29'),('2008-07-30'),('2008-07-31'),('2008-08-01'),('2008-08-02'),('2008-08-03'),('2008-08-04'),('2008-08-05'),('2008-08-06'),('2008-08-07'),('2008-08-08'),('2008-08-09'),('2008-08-10'),('2008-08-11'),('2008-08-12'),('2008-08-13'),('2008-08-14'),('2008-08-15'),('2008-08-16'),('2008-08-17'),('2008-08-18'),('2008-08-19'),('2008-08-20'),('2008-08-21'),('2008-08-22'),('2008-08-23'),('2008-08-24'),('2008-08-25'),('2008-08-26'),('2008-08-27'),('2008-08-28'),('2008-08-29'),('2008-08-30'),('2008-08-31'),('2008-09-01'),('2008-09-02'),('2008-09-03'),('2008-09-04'),('2008-09-05'),('2008-09-06'),('2008-09-07'),('2008-09-08'),('2008-09-09'),('2008-09-10'),('2008-09-11'),('2008-09-12'),('2008-09-13'),('2008-09-14'),('2008-09-15'),('2008-09-16'),('2008-09-17'),('2008-09-18'),('2008-09-19'),('2008-09-20'),('2008-09-21'),('2008-09-22'),('2008-09-23'),('2008-09-24'),('2008-09-25'),('2008-09-26'),('2008-09-27'),('2008-09-28'),('2008-09-29'),('2008-09-30'),('2008-10-01'),('2008-10-02'),('2008-10-03'),('2008-10-04'),('2008-10-05'),('2008-10-06'),('2008-10-07'),('2008-10-08'),('2008-10-09'),('2008-10-10'),('2008-10-11'),('2008-10-12'),('2008-10-13'),('2008-10-14'),('2008-10-15'),('2008-10-16'),('2008-10-17'),('2008-10-18'),('2008-10-19'),('2008-10-20'),('2008-10-21'),('2008-10-22'),('2008-10-23'),('2008-10-24'),('2008-10-25'),('2008-10-26'),('2008-10-27'),('2008-10-28'),('2008-10-29'),('2008-10-30'),('2008-10-31'),('2008-11-01'),('2008-11-02'),('2008-11-03'),('2008-11-04'),('2008-11-05'),('2008-11-06'),('2008-11-07'),('2008-11-08'),('2008-11-09'),('2008-11-10'),('2008-11-11'),('2008-11-12'),('2008-11-13'),('2008-11-14'),('2008-11-15'),('2008-11-16'),('2008-11-17'),('2008-11-18'),('2008-11-19'),('2008-11-20'),('2008-11-21'),('2008-11-22'),('2008-11-23'),('2008-11-24'),('2008-11-25'),('2008-11-26'),('2008-11-27'),('2008-11-28'),('2008-11-29'),('2008-11-30'),('2008-12-01'),('2008-12-02'),('2008-12-03'),('2008-12-04'),('2008-12-05'),('2008-12-06'),('2008-12-07'),('2008-12-08'),('2008-12-09'),('2008-12-10'),('2008-12-11'),('2008-12-12'),('2008-12-13'),('2008-12-14'),('2008-12-15'),('2008-12-16'),('2008-12-17'),('2008-12-18'),('2008-12-19'),('2008-12-20'),('2008-12-21'),('2008-12-22'),('2008-12-23'),('2008-12-24'),('2008-12-25'),('2008-12-26'),('2008-12-27'),('2008-12-28'),('2008-12-29'),('2008-12-30'),('2008-12-31'),('2009-01-01'),('2009-01-02'),('2009-01-03'),('2009-01-04'),('2009-01-05'),('2009-01-06'),('2009-01-07'),('2009-01-08'),('2009-01-09'),('2009-01-10'),('2009-01-11'),('2009-01-12'),('2009-01-13'),('2009-01-14'),('2009-01-15'),('2009-01-16'),('2009-01-17'),('2009-01-18'),('2009-01-19'),('2009-01-20'),('2009-01-21'),('2009-01-22'),('2009-01-23'),('2009-01-24'),('2009-01-25'),('2009-01-26'),('2009-01-27'),('2009-01-28'),('2009-01-29'),('2009-01-30'),('2009-01-31'),('2009-02-01'),('2009-02-02'),('2009-02-03'),('2009-02-04'),('2009-02-05'),('2009-02-06'),('2009-02-07'),('2009-02-08'),('2009-02-09'),('2009-02-10'),('2009-02-11'),('2009-02-12'),('2009-02-13'),('2009-02-14'),('2009-02-15'),('2009-02-16'),('2009-02-17'),('2009-02-18'),('2009-02-19'),('2009-02-20'),('2009-02-21'),('2009-02-22'),('2009-02-23'),('2009-02-24'),('2009-02-25'),('2009-02-26'),('2009-02-27'),('2009-02-28'),('2009-03-01'),('2009-03-02'),('2009-03-03'),('2009-03-04'),('2009-03-05'),('2009-03-06'),('2009-03-07'),('2009-03-08'),('2009-03-09'),('2009-03-10'),('2009-03-11'),('2009-03-12'),('2009-03-13'),('2009-03-14'),('2009-03-15'),('2009-03-16'),('2009-03-17'),('2009-03-18'),('2009-03-19'),('2009-03-20'),('2009-03-21'),('2009-03-22'),('2009-03-23'),('2009-03-24'),('2009-03-25'),('2009-03-26'),('2009-03-27'),('2009-03-28'),('2009-03-29'),('2009-03-30'),('2009-03-31'),('2009-04-01'),('2009-04-02'),('2009-04-03'),('2009-04-04'),('2009-04-05'),('2009-04-06'),('2009-04-07'),('2009-04-08'),('2009-04-09'),('2009-04-10'),('2009-04-11'),('2009-04-12'),('2009-04-13'),('2009-04-14'),('2009-04-15'),('2009-04-16'),('2009-04-17'),('2009-04-18'),('2009-04-19'),('2009-04-20'),('2009-04-21'),('2009-04-22'),('2009-04-23'),('2009-04-24'),('2009-04-25'),('2009-04-26'),('2009-04-27'),('2009-04-28'),('2009-04-29'),('2009-04-30'),('2009-05-01'),('2009-05-02'),('2009-05-03'),('2009-05-04'),('2009-05-05'),('2009-05-06'),('2009-05-07'),('2009-05-08'),('2009-05-09'),('2009-05-10'),('2009-05-11'),('2009-05-12'),('2009-05-13'),('2009-05-14'),('2009-05-15'),('2009-05-16'),('2009-05-17'),('2009-05-18'),('2009-05-19'),('2009-05-20'),('2009-05-21'),('2009-05-22'),('2009-05-23'),('2009-05-24'),('2009-05-25'),('2009-05-26'),('2009-05-27'),('2009-05-28'),('2009-05-29'),('2009-05-30'),('2009-05-31'),('2009-06-01'),('2009-06-02'),('2009-06-03'),('2009-06-04'),('2009-06-05'),('2009-06-06'),('2009-06-07'),('2009-06-08'),('2009-06-09'),('2009-06-10'),('2009-06-11'),('2009-06-12'),('2009-06-13'),('2009-06-14'),('2009-06-15'),('2009-06-16'),('2009-06-17'),('2009-06-18'),('2009-06-19'),('2009-06-20'),('2009-06-21'),('2009-06-22'),('2009-06-23'),('2009-06-24'),('2009-06-25'),('2009-06-26'),('2009-06-27'),('2009-06-28'),('2009-06-29'),('2009-06-30'),('2009-07-01'),('2009-07-02'),('2009-07-03'),('2009-07-04'),('2009-07-05'),('2009-07-06'),('2009-07-07'),('2009-07-08'),('2009-07-09'),('2009-07-10'),('2009-07-11'),('2009-07-12'),('2009-07-13'),('2009-07-14'),('2009-07-15'),('2009-07-16'),('2009-07-17'),('2009-07-18'),('2009-07-19'),('2009-07-20'),('2009-07-21'),('2009-07-22'),('2009-07-23'),('2009-07-24'),('2009-07-25'),('2009-07-26'),('2009-07-27'),('2009-07-28'),('2009-07-29'),('2009-07-30'),('2009-07-31'),('2009-08-01'),('2009-08-02'),('2009-08-03'),('2009-08-04'),('2009-08-05'),('2009-08-06'),('2009-08-07'),('2009-08-08'),('2009-08-09'),('2009-08-10'),('2009-08-11'),('2009-08-12'),('2009-08-13'),('2009-08-14'),('2009-08-15'),('2009-08-16'),('2009-08-17'),('2009-08-18'),('2009-08-19'),('2009-08-20'),('2009-08-21'),('2009-08-22'),('2009-08-23'),('2009-08-24'),('2009-08-25'),('2009-08-26'),('2009-08-27'),('2009-08-28'),('2009-08-29'),('2009-08-30'),('2009-08-31'),('2009-09-01'),('2009-09-02'),('2009-09-03'),('2009-09-04'),('2009-09-05'),('2009-09-06'),('2009-09-07'),('2009-09-08'),('2009-09-09'),('2009-09-10'),('2009-09-11'),('2009-09-12'),('2009-09-13'),('2009-09-14'),('2009-09-15'),('2009-09-16'),('2009-09-17'),('2009-09-18'),('2009-09-19'),('2009-09-20'),('2009-09-21'),('2009-09-22'),('2009-09-23'),('2009-09-24'),('2009-09-25'),('2009-09-26'),('2009-09-27'),('2009-09-28'),('2009-09-29'),('2009-09-30'),('2009-10-01'),('2009-10-02'),('2009-10-03'),('2009-10-04'),('2009-10-05'),('2009-10-06'),('2009-10-07'),('2009-10-08'),('2009-10-09'),('2009-10-10'),('2009-10-11'),('2009-10-12'),('2009-10-13'),('2009-10-14'),('2009-10-15'),('2009-10-16'),('2009-10-17'),('2009-10-18'),('2009-10-19'),('2009-10-20'),('2009-10-21'),('2009-10-22'),('2009-10-23'),('2009-10-24'),('2009-10-25'),('2009-10-26'),('2009-10-27'),('2009-10-28'),('2009-10-29'),('2009-10-30'),('2009-10-31'),('2009-11-01'),('2009-11-02'),('2009-11-03'),('2009-11-04'),('2009-11-05'),('2009-11-06'),('2009-11-07'),('2009-11-08'),('2009-11-09'),('2009-11-10'),('2009-11-11'),('2009-11-12'),('2009-11-13'),('2009-11-14'),('2009-11-15'),('2009-11-16'),('2009-11-17'),('2009-11-18'),('2009-11-19'),('2009-11-20'),('2009-11-21'),('2009-11-22'),('2009-11-23'),('2009-11-24'),('2009-11-25'),('2009-11-26'),('2009-11-27'),('2009-11-28'),('2009-11-29'),('2009-11-30'),('2009-12-01'),('2009-12-02'),('2009-12-03'),('2009-12-04'),('2009-12-05'),('2009-12-06'),('2009-12-07'),('2009-12-08'),('2009-12-09'),('2009-12-10'),('2009-12-11'),('2009-12-12'),('2009-12-13'),('2009-12-14'),('2009-12-15'),('2009-12-16'),('2009-12-17'),('2009-12-18'),('2009-12-19'),('2009-12-20'),('2009-12-21'),('2009-12-22'),('2009-12-23'),('2009-12-24'),('2009-12-25'),('2009-12-26'),('2009-12-27'),('2009-12-28'),('2009-12-29'),('2009-12-30'),('2009-12-31'),('2010-01-01'),('2010-01-02'),('2010-01-03'),('2010-01-04'),('2010-01-05'),('2010-01-06'),('2010-01-07'),('2010-01-08'),('2010-01-09'),('2010-01-10'),('2010-01-11'),('2010-01-12'),('2010-01-13'),('2010-01-14'),('2010-01-15'),('2010-01-16'),('2010-01-17'),('2010-01-18'),('2010-01-19'),('2010-01-20'),('2010-01-21'),('2010-01-22'),('2010-01-23'),('2010-01-24'),('2010-01-25'),('2010-01-26'),('2010-01-27'),('2010-01-28'),('2010-01-29'),('2010-01-30'),('2010-01-31'),('2010-02-01'),('2010-02-02'),('2010-02-03'),('2010-02-04'),('2010-02-05'),('2010-02-06'),('2010-02-07'),('2010-02-08'),('2010-02-09'),('2010-02-10'),('2010-02-11'),('2010-02-12'),('2010-02-13'),('2010-02-14'),('2010-02-15'),('2010-02-16'),('2010-02-17'),('2010-02-18'),('2010-02-19'),('2010-02-20'),('2010-02-21'),('2010-02-22'),('2010-02-23'),('2010-02-24'),('2010-02-25'),('2010-02-26'),('2010-02-27'),('2010-02-28'),('2010-03-01'),('2010-03-02'),('2010-03-03'),('2010-03-04'),('2010-03-05'),('2010-03-06'),('2010-03-07'),('2010-03-08'),('2010-03-09'),('2010-03-10'),('2010-03-11'),('2010-03-12'),('2010-03-13'),('2010-03-14'),('2010-03-15'),('2010-03-16'),('2010-03-17'),('2010-03-18'),('2010-03-19'),('2010-03-20'),('2010-03-21'),('2010-03-22'),('2010-03-23'),('2010-03-24'),('2010-03-25'),('2010-03-26'),('2010-03-27'),('2010-03-28'),('2010-03-29'),('2010-03-30'),('2010-03-31'),('2010-04-01'),('2010-04-02'),('2010-04-03'),('2010-04-04'),('2010-04-05'),('2010-04-06'),('2010-04-07'),('2010-04-08'),('2010-04-09'),('2010-04-10'),('2010-04-11'),('2010-04-12'),('2010-04-13'),('2010-04-14'),('2010-04-15'),('2010-04-16'),('2010-04-17'),('2010-04-18'),('2010-04-19'),('2010-04-20'),('2010-04-21'),('2010-04-22'),('2010-04-23'),('2010-04-24'),('2010-04-25'),('2010-04-26'),('2010-04-27'),('2010-04-28'),('2010-04-29'),('2010-04-30'),('2010-05-01'),('2010-05-02'),('2010-05-03'),('2010-05-04'),('2010-05-05'),('2010-05-06'),('2010-05-07'),('2010-05-08'),('2010-05-09'),('2010-05-10'),('2010-05-11'),('2010-05-12'),('2010-05-13'),('2010-05-14'),('2010-05-15'),('2010-05-16'),('2010-05-17'),('2010-05-18'),('2010-05-19'),('2010-05-20'),('2010-05-21'),('2010-05-22'),('2010-05-23'),('2010-05-24'),('2010-05-25'),('2010-05-26'),('2010-05-27'),('2010-05-28'),('2010-05-29'),('2010-05-30'),('2010-05-31'),('2010-06-01'),('2010-06-02'),('2010-06-03'),('2010-06-04'),('2010-06-05'),('2010-06-06'),('2010-06-07'),('2010-06-08'),('2010-06-09'),('2010-06-10'),('2010-06-11'),('2010-06-12'),('2010-06-13'),('2010-06-14'),('2010-06-15'),('2010-06-16'),('2010-06-17'),('2010-06-18'),('2010-06-19'),('2010-06-20'),('2010-06-21'),('2010-06-22'),('2010-06-23'),('2010-06-24'),('2010-06-25'),('2010-06-26'),('2010-06-27'),('2010-06-28'),('2010-06-29'),('2010-06-30'),('2010-07-01'),('2010-07-02'),('2010-07-03'),('2010-07-04'),('2010-07-05'),('2010-07-06'),('2010-07-07'),('2010-07-08'),('2010-07-09'),('2010-07-10'),('2010-07-11'),('2010-07-12'),('2010-07-13'),('2010-07-14'),('2010-07-15'),('2010-07-16'),('2010-07-17'),('2010-07-18'),('2010-07-19'),('2010-07-20'),('2010-07-21'),('2010-07-22'),('2010-07-23'),('2010-07-24'),('2010-07-25'),('2010-07-26'),('2010-07-27'),('2010-07-28'),('2010-07-29'),('2010-07-30'),('2010-07-31'),('2010-08-01'),('2010-08-02'),('2010-08-03'),('2010-08-04'),('2010-08-05'),('2010-08-06'),('2010-08-07'),('2010-08-08'),('2010-08-09'),('2010-08-10'),('2010-08-11'),('2010-08-12'),('2010-08-13'),('2010-08-14'),('2010-08-15'),('2010-08-16'),('2010-08-17'),('2010-08-18'),('2010-08-19'),('2010-08-20'),('2010-08-21'),('2010-08-22'),('2010-08-23'),('2010-08-24'),('2010-08-25'),('2010-08-26'),('2010-08-27'),('2010-08-28'),('2010-08-29'),('2010-08-30'),('2010-08-31'),('2010-09-01'),('2010-09-02'),('2010-09-03'),('2010-09-04'),('2010-09-05'),('2010-09-06'),('2010-09-07'),('2010-09-08'),('2010-09-09'),('2010-09-10'),('2010-09-11'),('2010-09-12'),('2010-09-13'),('2010-09-14'),('2010-09-15'),('2010-09-16'),('2010-09-17'),('2010-09-18'),('2010-09-19'),('2010-09-20'),('2010-09-21'),('2010-09-22'),('2010-09-23'),('2010-09-24'),('2010-09-25'),('2010-09-26'),('2010-09-27'),('2010-09-28'),('2010-09-29'),('2010-09-30'),('2010-10-01'),('2010-10-02'),('2010-10-03'),('2010-10-04'),('2010-10-05'),('2010-10-06'),('2010-10-07'),('2010-10-08'),('2010-10-09'),('2010-10-10'),('2010-10-11'),('2010-10-12'),('2010-10-13'),('2010-10-14'),('2010-10-15'),('2010-10-16'),('2010-10-17'),('2010-10-18'),('2010-10-19'),('2010-10-20'),('2010-10-21'),('2010-10-22'),('2010-10-23'),('2010-10-24'),('2010-10-25'),('2010-10-26'),('2010-10-27'),('2010-10-28'),('2010-10-29'),('2010-10-30'),('2010-10-31'),('2010-11-01'),('2010-11-02'),('2010-11-03'),('2010-11-04'),('2010-11-05'),('2010-11-06'),('2010-11-07'),('2010-11-08'),('2010-11-09'),('2010-11-10'),('2010-11-11'),('2010-11-12'),('2010-11-13'),('2010-11-14'),('2010-11-15'),('2010-11-16'),('2010-11-17'),('2010-11-18'),('2010-11-19'),('2010-11-20'),('2010-11-21'),('2010-11-22'),('2010-11-23'),('2010-11-24'),('2010-11-25'),('2010-11-26'),('2010-11-27'),('2010-11-28'),('2010-11-29'),('2010-11-30'),('2010-12-01'),('2010-12-02'),('2010-12-03'),('2010-12-04'),('2010-12-05'),('2010-12-06'),('2010-12-07'),('2010-12-08'),('2010-12-09'),('2010-12-10'),('2010-12-11'),('2010-12-12'),('2010-12-13'),('2010-12-14'),('2010-12-15'),('2010-12-16'),('2010-12-17'),('2010-12-18'),('2010-12-19'),('2010-12-20'),('2010-12-21'),('2010-12-22'),('2010-12-23'),('2010-12-24'),('2010-12-25'),('2010-12-26'),('2010-12-27'),('2010-12-28'),('2010-12-29'),('2010-12-30'),('2010-12-31'),('2011-01-01'),('2011-01-02'),('2011-01-03'),('2011-01-04'),('2011-01-05'),('2011-01-06'),('2011-01-07'),('2011-01-08'),('2011-01-09'),('2011-01-10'),('2011-01-11'),('2011-01-12'),('2011-01-13'),('2011-01-14'),('2011-01-15'),('2011-01-16'),('2011-01-17'),('2011-01-18'),('2011-01-19'),('2011-01-20'),('2011-01-21'),('2011-01-22'),('2011-01-23'),('2011-01-24'),('2011-01-25'),('2011-01-26'),('2011-01-27'),('2011-01-28'),('2011-01-29'),('2011-01-30'),('2011-01-31'),('2011-02-01'),('2011-02-02'),('2011-02-03'),('2011-02-04'),('2011-02-05'),('2011-02-06'),('2011-02-07'),('2011-02-08'),('2011-02-09'),('2011-02-10'),('2011-02-11'),('2011-02-12'),('2011-02-13'),('2011-02-14'),('2011-02-15'),('2011-02-16'),('2011-02-17'),('2011-02-18'),('2011-02-19'),('2011-02-20'),('2011-02-21'),('2011-02-22'),('2011-02-23'),('2011-02-24'),('2011-02-25'),('2011-02-26'),('2011-02-27'),('2011-02-28'),('2011-03-01'),('2011-03-02'),('2011-03-03'),('2011-03-04'),('2011-03-05'),('2011-03-06'),('2011-03-07'),('2011-03-08'),('2011-03-09'),('2011-03-10'),('2011-03-11'),('2011-03-12'),('2011-03-13'),('2011-03-14'),('2011-03-15'),('2011-03-16'),('2011-03-17'),('2011-03-18'),('2011-03-19'),('2011-03-20'),('2011-03-21'),('2011-03-22'),('2011-03-23'),('2011-03-24'),('2011-03-25'),('2011-03-26'),('2011-03-27'),('2011-03-28'),('2011-03-29'),('2011-03-30'),('2011-03-31'),('2011-04-01'),('2011-04-02'),('2011-04-03'),('2011-04-04'),('2011-04-05'),('2011-04-06'),('2011-04-07'),('2011-04-08'),('2011-04-09'),('2011-04-10'),('2011-04-11'),('2011-04-12'),('2011-04-13'),('2011-04-14'),('2011-04-15'),('2011-04-16'),('2011-04-17'),('2011-04-18'),('2011-04-19'),('2011-04-20'),('2011-04-21'),('2011-04-22'),('2011-04-23'),('2011-04-24'),('2011-04-25'),('2011-04-26'),('2011-04-27'),('2011-04-28'),('2011-04-29'),('2011-04-30'),('2011-05-01'),('2011-05-02'),('2011-05-03'),('2011-05-04'),('2011-05-05'),('2011-05-06'),('2011-05-07'),('2011-05-08'),('2011-05-09'),('2011-05-10'),('2011-05-11'),('2011-05-12'),('2011-05-13'),('2011-05-14'),('2011-05-15'),('2011-05-16'),('2011-05-17'),('2011-05-18'),('2011-05-19'),('2011-05-20'),('2011-05-21'),('2011-05-22'),('2011-05-23'),('2011-05-24'),('2011-05-25'),('2011-05-26'),('2011-05-27'),('2011-05-28'),('2011-05-29'),('2011-05-30'),('2011-05-31'),('2011-06-01'),('2011-06-02'),('2011-06-03'),('2011-06-04'),('2011-06-05'),('2011-06-06'),('2011-06-07'),('2011-06-08'),('2011-06-09'),('2011-06-10'),('2011-06-11'),('2011-06-12'),('2011-06-13'),('2011-06-14'),('2011-06-15'),('2011-06-16'),('2011-06-17'),('2011-06-18'),('2011-06-19'),('2011-06-20'),('2011-06-21'),('2011-06-22'),('2011-06-23'),('2011-06-24'),('2011-06-25'),('2011-06-26'),('2011-06-27'),('2011-06-28'),('2011-06-29'),('2011-06-30'),('2011-07-01'),('2011-07-02'),('2011-07-03'),('2011-07-04'),('2011-07-05'),('2011-07-06'),('2011-07-07'),('2011-07-08'),('2011-07-09'),('2011-07-10'),('2011-07-11'),('2011-07-12'),('2011-07-13'),('2011-07-14'),('2011-07-15'),('2011-07-16'),('2011-07-17'),('2011-07-18'),('2011-07-19'),('2011-07-20'),('2011-07-21'),('2011-07-22'),('2011-07-23'),('2011-07-24'),('2011-07-25'),('2011-07-26'),('2011-07-27'),('2011-07-28'),('2011-07-29'),('2011-07-30'),('2011-07-31'),('2011-08-01'),('2011-08-02'),('2011-08-03'),('2011-08-04'),('2011-08-05'),('2011-08-06'),('2011-08-07'),('2011-08-08'),('2011-08-09'),('2011-08-10'),('2011-08-11'),('2011-08-12'),('2011-08-13'),('2011-08-14'),('2011-08-15'),('2011-08-16'),('2011-08-17'),('2011-08-18'),('2011-08-19'),('2011-08-20'),('2011-08-21'),('2011-08-22'),('2011-08-23'),('2011-08-24'),('2011-08-25'),('2011-08-26'),('2011-08-27'),('2011-08-28'),('2011-08-29'),('2011-08-30'),('2011-08-31'),('2011-09-01'),('2011-09-02'),('2011-09-03'),('2011-09-04'),('2011-09-05'),('2011-09-06'),('2011-09-07'),('2011-09-08'),('2011-09-09'),('2011-09-10'),('2011-09-11'),('2011-09-12'),('2011-09-13'),('2011-09-14'),('2011-09-15'),('2011-09-16'),('2011-09-17'),('2011-09-18'),('2011-09-19'),('2011-09-20'),('2011-09-21'),('2011-09-22'),('2011-09-23'),('2011-09-24'),('2011-09-25'),('2011-09-26'),('2011-09-27'),('2011-09-28'),('2011-09-29'),('2011-09-30'),('2011-10-01'),('2011-10-02'),('2011-10-03'),('2011-10-04'),('2011-10-05'),('2011-10-06'),('2011-10-07'),('2011-10-08'),('2011-10-09'),('2011-10-10'),('2011-10-11'),('2011-10-12'),('2011-10-13'),('2011-10-14'),('2011-10-15'),('2011-10-16'),('2011-10-17'),('2011-10-18'),('2011-10-19'),('2011-10-20'),('2011-10-21'),('2011-10-22'),('2011-10-23'),('2011-10-24'),('2011-10-25'),('2011-10-26'),('2011-10-27'),('2011-10-28'),('2011-10-29'),('2011-10-30'),('2011-10-31'),('2011-11-01'),('2011-11-02'),('2011-11-03'),('2011-11-04'),('2011-11-05'),('2011-11-06'),('2011-11-07'),('2011-11-08'),('2011-11-09'),('2011-11-10'),('2011-11-11'),('2011-11-12'),('2011-11-13'),('2011-11-14'),('2011-11-15'),('2011-11-16'),('2011-11-17'),('2011-11-18'),('2011-11-19'),('2011-11-20'),('2011-11-21'),('2011-11-22'),('2011-11-23'),('2011-11-24'),('2011-11-25'),('2011-11-26'),('2011-11-27'),('2011-11-28'),('2011-11-29'),('2011-11-30'),('2011-12-01'),('2011-12-02'),('2011-12-03'),('2011-12-04'),('2011-12-05'),('2011-12-06'),('2011-12-07'),('2011-12-08'),('2011-12-09'),('2011-12-10'),('2011-12-11'),('2011-12-12'),('2011-12-13'),('2011-12-14'),('2011-12-15'),('2011-12-16'),('2011-12-17'),('2011-12-18'),('2011-12-19'),('2011-12-20'),('2011-12-21'),('2011-12-22'),('2011-12-23'),('2011-12-24'),('2011-12-25'),('2011-12-26'),('2011-12-27'),('2011-12-28'),('2011-12-29'),('2011-12-30'),('2011-12-31'),('2012-01-01'),('2012-01-02'),('2012-01-03'),('2012-01-04'),('2012-01-05'),('2012-01-06'),('2012-01-07'),('2012-01-08'),('2012-01-09'),('2012-01-10'),('2012-01-11'),('2012-01-12'),('2012-01-13'),('2012-01-14'),('2012-01-15'),('2012-01-16'),('2012-01-17'),('2012-01-18'),('2012-01-19'),('2012-01-20'),('2012-01-21'),('2012-01-22'),('2012-01-23'),('2012-01-24'),('2012-01-25'),('2012-01-26'),('2012-01-27'),('2012-01-28'),('2012-01-29'),('2012-01-30'),('2012-01-31'),('2012-02-01'),('2012-02-02'),('2012-02-03'),('2012-02-04'),('2012-02-05'),('2012-02-06'),('2012-02-07'),('2012-02-08'),('2012-02-09'),('2012-02-10'),('2012-02-11'),('2012-02-12'),('2012-02-13'),('2012-02-14'),('2012-02-15'),('2012-02-16'),('2012-02-17'),('2012-02-18'),('2012-02-19'),('2012-02-20'),('2012-02-21'),('2012-02-22'),('2012-02-23'),('2012-02-24'),('2012-02-25'),('2012-02-26'),('2012-02-27'),('2012-02-28'),('2012-02-29'),('2012-03-01'),('2012-03-02'),('2012-03-03'),('2012-03-04'),('2012-03-05'),('2012-03-06'),('2012-03-07'),('2012-03-08'),('2012-03-09'),('2012-03-10'),('2012-03-11'),('2012-03-12'),('2012-03-13'),('2012-03-14'),('2012-03-15'),('2012-03-16'),('2012-03-17'),('2012-03-18'),('2012-03-19'),('2012-03-20'),('2012-03-21'),('2012-03-22'),('2012-03-23'),('2012-03-24'),('2012-03-25'),('2012-03-26'),('2012-03-27'),('2012-03-28'),('2012-03-29'),('2012-03-30'),('2012-03-31'),('2012-04-01'),('2012-04-02'),('2012-04-03'),('2012-04-04'),('2012-04-05'),('2012-04-06'),('2012-04-07'),('2012-04-08'),('2012-04-09'),('2012-04-10'),('2012-04-11'),('2012-04-12'),('2012-04-13'),('2012-04-14'),('2012-04-15'),('2012-04-16'),('2012-04-17'),('2012-04-18'),('2012-04-19'),('2012-04-20'),('2012-04-21'),('2012-04-22'),('2012-04-23'),('2012-04-24'),('2012-04-25'),('2012-04-26'),('2012-04-27'),('2012-04-28'),('2012-04-29'),('2012-04-30'),('2012-05-01'),('2012-05-02'),('2012-05-03'),('2012-05-04'),('2012-05-05'),('2012-05-06'),('2012-05-07'),('2012-05-08'),('2012-05-09'),('2012-05-10'),('2012-05-11'),('2012-05-12'),('2012-05-13'),('2012-05-14'),('2012-05-15'),('2012-05-16'),('2012-05-17'),('2012-05-18'),('2012-05-19'),('2012-05-20'),('2012-05-21'),('2012-05-22'),('2012-05-23'),('2012-05-24'),('2012-05-25'),('2012-05-26'),('2012-05-27'),('2012-05-28'),('2012-05-29'),('2012-05-30'),('2012-05-31'),('2012-06-01'),('2012-06-02'),('2012-06-03'),('2012-06-04'),('2012-06-05'),('2012-06-06'),('2012-06-07'),('2012-06-08'),('2012-06-09'),('2012-06-10'),('2012-06-11'),('2012-06-12'),('2012-06-13'),('2012-06-14'),('2012-06-15'),('2012-06-16'),('2012-06-17'),('2012-06-18'),('2012-06-19'),('2012-06-20'),('2012-06-21'),('2012-06-22'),('2012-06-23'),('2012-06-24'),('2012-06-25'),('2012-06-26'),('2012-06-27'),('2012-06-28'),('2012-06-29'),('2012-06-30'),('2012-07-01'),('2012-07-02'),('2012-07-03'),('2012-07-04'),('2012-07-05'),('2012-07-06'),('2012-07-07'),('2012-07-08'),('2012-07-09'),('2012-07-10'),('2012-07-11'),('2012-07-12'),('2012-07-13'),('2012-07-14'),('2012-07-15'),('2012-07-16'),('2012-07-17'),('2012-07-18'),('2012-07-19'),('2012-07-20'),('2012-07-21'),('2012-07-22'),('2012-07-23'),('2012-07-24'),('2012-07-25'),('2012-07-26'),('2012-07-27'),('2012-07-28'),('2012-07-29'),('2012-07-30'),('2012-07-31'),('2012-08-01'),('2012-08-02'),('2012-08-03'),('2012-08-04'),('2012-08-05'),('2012-08-06'),('2012-08-07'),('2012-08-08'),('2012-08-09'),('2012-08-10'),('2012-08-11'),('2012-08-12'),('2012-08-13'),('2012-08-14'),('2012-08-15'),('2012-08-16'),('2012-08-17'),('2012-08-18'),('2012-08-19'),('2012-08-20'),('2012-08-21'),('2012-08-22'),('2012-08-23'),('2012-08-24'),('2012-08-25'),('2012-08-26'),('2012-08-27'),('2012-08-28'),('2012-08-29'),('2012-08-30'),('2012-08-31'),('2012-09-01'),('2012-09-02'),('2012-09-03'),('2012-09-04'),('2012-09-05'),('2012-09-06'),('2012-09-07'),('2012-09-08'),('2012-09-09'),('2012-09-10'),('2012-09-11'),('2012-09-12'),('2012-09-13'),('2012-09-14'),('2012-09-15'),('2012-09-16'),('2012-09-17'),('2012-09-18'),('2012-09-19'),('2012-09-20'),('2012-09-21'),('2012-09-22'),('2012-09-23'),('2012-09-24'),('2012-09-25'),('2012-09-26'),('2012-09-27'),('2012-09-28'),('2012-09-29'),('2012-09-30'),('2012-10-01'),('2012-10-02'),('2012-10-03'),('2012-10-04'),('2012-10-05'),('2012-10-06'),('2012-10-07'),('2012-10-08'),('2012-10-09'),('2012-10-10'),('2012-10-11'),('2012-10-12'),('2012-10-13'),('2012-10-14'),('2012-10-15'),('2012-10-16'),('2012-10-17'),('2012-10-18'),('2012-10-19'),('2012-10-20'),('2012-10-21'),('2012-10-22'),('2012-10-23'),('2012-10-24'),('2012-10-25'),('2012-10-26'),('2012-10-27'),('2012-10-28'),('2012-10-29'),('2012-10-30'),('2012-10-31'),('2012-11-01'),('2012-11-02'),('2012-11-03'),('2012-11-04'),('2012-11-05'),('2012-11-06'),('2012-11-07'),('2012-11-08'),('2012-11-09'),('2012-11-10'),('2012-11-11'),('2012-11-12'),('2012-11-13'),('2012-11-14'),('2012-11-15'),('2012-11-16'),('2012-11-17'),('2012-11-18'),('2012-11-19'),('2012-11-20'),('2012-11-21'),('2012-11-22'),('2012-11-23'),('2012-11-24'),('2012-11-25'),('2012-11-26'),('2012-11-27'),('2012-11-28'),('2012-11-29'),('2012-11-30'),('2012-12-01'),('2012-12-02'),('2012-12-03'),('2012-12-04'),('2012-12-05'),('2012-12-06'),('2012-12-07'),('2012-12-08'),('2012-12-09'),('2012-12-10'),('2012-12-11'),('2012-12-12'),('2012-12-13'),('2012-12-14'),('2012-12-15'),('2012-12-16'),('2012-12-17'),('2012-12-18'),('2012-12-19'),('2012-12-20'),('2012-12-21'),('2012-12-22'),('2012-12-23'),('2012-12-24'),('2012-12-25'),('2012-12-26'),('2012-12-27'),('2012-12-28'),('2012-12-29'),('2012-12-30'),('2012-12-31'),('2013-01-01'),('2013-01-02'),('2013-01-03'),('2013-01-04'),('2013-01-05'),('2013-01-06'),('2013-01-07'),('2013-01-08'),('2013-01-09'),('2013-01-10'),('2013-01-11'),('2013-01-12'),('2013-01-13'),('2013-01-14'),('2013-01-15'),('2013-01-16'),('2013-01-17'),('2013-01-18'),('2013-01-19'),('2013-01-20'),('2013-01-21'),('2013-01-22'),('2013-01-23'),('2013-01-24'),('2013-01-25'),('2013-01-26'),('2013-01-27'),('2013-01-28'),('2013-01-29'),('2013-01-30'),('2013-01-31'),('2013-02-01'),('2013-02-02'),('2013-02-03'),('2013-02-04'),('2013-02-05'),('2013-02-06'),('2013-02-07'),('2013-02-08'),('2013-02-09'),('2013-02-10'),('2013-02-11'),('2013-02-12'),('2013-02-13'),('2013-02-14'),('2013-02-15'),('2013-02-16'),('2013-02-17'),('2013-02-18'),('2013-02-19'),('2013-02-20'),('2013-02-21'),('2013-02-22'),('2013-02-23'),('2013-02-24'),('2013-02-25'),('2013-02-26'),('2013-02-27'),('2013-02-28'),('2013-03-01'),('2013-03-02'),('2013-03-03'),('2013-03-04'),('2013-03-05'),('2013-03-06'),('2013-03-07'),('2013-03-08'),('2013-03-09'),('2013-03-10'),('2013-03-11'),('2013-03-12'),('2013-03-13'),('2013-03-14'),('2013-03-15'),('2013-03-16'),('2013-03-17'),('2013-03-18'),('2013-03-19'),('2013-03-20'),('2013-03-21'),('2013-03-22'),('2013-03-23'),('2013-03-24'),('2013-03-25'),('2013-03-26'),('2013-03-27'),('2013-03-28'),('2013-03-29'),('2013-03-30'),('2013-03-31'),('2013-04-01'),('2013-04-02'),('2013-04-03'),('2013-04-04'),('2013-04-05'),('2013-04-06'),('2013-04-07'),('2013-04-08'),('2013-04-09'),('2013-04-10'),('2013-04-11'),('2013-04-12'),('2013-04-13'),('2013-04-14'),('2013-04-15'),('2013-04-16'),('2013-04-17'),('2013-04-18'),('2013-04-19'),('2013-04-20'),('2013-04-21'),('2013-04-22'),('2013-04-23'),('2013-04-24'),('2013-04-25'),('2013-04-26'),('2013-04-27'),('2013-04-28'),('2013-04-29'),('2013-04-30'),('2013-05-01'),('2013-05-02'),('2013-05-03'),('2013-05-04'),('2013-05-05'),('2013-05-06'),('2013-05-07'),('2013-05-08'),('2013-05-09'),('2013-05-10'),('2013-05-11'),('2013-05-12'),('2013-05-13'),('2013-05-14'),('2013-05-15'),('2013-05-16'),('2013-05-17'),('2013-05-18'),('2013-05-19'),('2013-05-20'),('2013-05-21'),('2013-05-22'),('2013-05-23'),('2013-05-24'),('2013-05-25'),('2013-05-26'),('2013-05-27'),('2013-05-28'),('2013-05-29'),('2013-05-30'),('2013-05-31'),('2013-06-01'),('2013-06-02'),('2013-06-03'),('2013-06-04'),('2013-06-05'),('2013-06-06'),('2013-06-07'),('2013-06-08'),('2013-06-09'),('2013-06-10'),('2013-06-11'),('2013-06-12'),('2013-06-13'),('2013-06-14'),('2013-06-15'),('2013-06-16'),('2013-06-17'),('2013-06-18'),('2013-06-19'),('2013-06-20'),('2013-06-21'),('2013-06-22'),('2013-06-23'),('2013-06-24'),('2013-06-25'),('2013-06-26'),('2013-06-27'),('2013-06-28'),('2013-06-29'),('2013-06-30'),('2013-07-01'),('2013-07-02'),('2013-07-03'),('2013-07-04'),('2013-07-05'),('2013-07-06'),('2013-07-07'),('2013-07-08'),('2013-07-09'),('2013-07-10'),('2013-07-11'),('2013-07-12'),('2013-07-13'),('2013-07-14'),('2013-07-15'),('2013-07-16'),('2013-07-17'),('2013-07-18'),('2013-07-19'),('2013-07-20'),('2013-07-21'),('2013-07-22'),('2013-07-23'),('2013-07-24'),('2013-07-25'),('2013-07-26'),('2013-07-27'),('2013-07-28'),('2013-07-29'),('2013-07-30'),('2013-07-31'),('2013-08-01'),('2013-08-02'),('2013-08-03'),('2013-08-04'),('2013-08-05'),('2013-08-06'),('2013-08-07'),('2013-08-08'),('2013-08-09'),('2013-08-10'),('2013-08-11'),('2013-08-12'),('2013-08-13'),('2013-08-14'),('2013-08-15'),('2013-08-16'),('2013-08-17'),('2013-08-18'),('2013-08-19'),('2013-08-20'),('2013-08-21'),('2013-08-22'),('2013-08-23'),('2013-08-24'),('2013-08-25'),('2013-08-26'),('2013-08-27'),('2013-08-28'),('2013-08-29'),('2013-08-30'),('2013-08-31'),('2013-09-01'),('2013-09-02'),('2013-09-03'),('2013-09-04'),('2013-09-05'),('2013-09-06'),('2013-09-07'),('2013-09-08'),('2013-09-09'),('2013-09-10'),('2013-09-11'),('2013-09-12'),('2013-09-13'),('2013-09-14'),('2013-09-15'),('2013-09-16'),('2013-09-17'),('2013-09-18'),('2013-09-19'),('2013-09-20'),('2013-09-21'),('2013-09-22'),('2013-09-23'),('2013-09-24'),('2013-09-25'),('2013-09-26'),('2013-09-27'),('2013-09-28'),('2013-09-29'),('2013-09-30'),('2013-10-01'),('2013-10-02'),('2013-10-03'),('2013-10-04'),('2013-10-05'),('2013-10-06'),('2013-10-07'),('2013-10-08'),('2013-10-09'),('2013-10-10'),('2013-10-11'),('2013-10-12'),('2013-10-13'),('2013-10-14'),('2013-10-15'),('2013-10-16'),('2013-10-17'),('2013-10-18'),('2013-10-19'),('2013-10-20'),('2013-10-21'),('2013-10-22'),('2013-10-23'),('2013-10-24'),('2013-10-25'),('2013-10-26'),('2013-10-27'),('2013-10-28'),('2013-10-29'),('2013-10-30'),('2013-10-31'),('2013-11-01'),('2013-11-02'),('2013-11-03'),('2013-11-04'),('2013-11-05'),('2013-11-06'),('2013-11-07'),('2013-11-08'),('2013-11-09'),('2013-11-10'),('2013-11-11'),('2013-11-12'),('2013-11-13'),('2013-11-14'),('2013-11-15'),('2013-11-16'),('2013-11-17'),('2013-11-18'),('2013-11-19'),('2013-11-20'),('2013-11-21'),('2013-11-22'),('2013-11-23'),('2013-11-24'),('2013-11-25'),('2013-11-26'),('2013-11-27'),('2013-11-28'),('2013-11-29'),('2013-11-30'),('2013-12-01'),('2013-12-02'),('2013-12-03'),('2013-12-04'),('2013-12-05'),('2013-12-06'),('2013-12-07'),('2013-12-08'),('2013-12-09'),('2013-12-10'),('2013-12-11'),('2013-12-12'),('2013-12-13'),('2013-12-14'),('2013-12-15'),('2013-12-16'),('2013-12-17'),('2013-12-18'),('2013-12-19'),('2013-12-20'),('2013-12-21'),('2013-12-22'),('2013-12-23'),('2013-12-24'),('2013-12-25'),('2013-12-26'),('2013-12-27'),('2013-12-28'),('2013-12-29'),('2013-12-30'),('2013-12-31'),('2014-01-01'),('2014-01-02'),('2014-01-03'),('2014-01-04'),('2014-01-05'),('2014-01-06'),('2014-01-07'),('2014-01-08'),('2014-01-09'),('2014-01-10'),('2014-01-11'),('2014-01-12'),('2014-01-13'),('2014-01-14'),('2014-01-15'),('2014-01-16'),('2014-01-17'),('2014-01-18'),('2014-01-19'),('2014-01-20'),('2014-01-21'),('2014-01-22'),('2014-01-23'),('2014-01-24'),('2014-01-25'),('2014-01-26'),('2014-01-27'),('2014-01-28'),('2014-01-29'),('2014-01-30'),('2014-01-31'),('2014-02-01'),('2014-02-02'),('2014-02-03'),('2014-02-04'),('2014-02-05'),('2014-02-06'),('2014-02-07'),('2014-02-08'),('2014-02-09'),('2014-02-10'),('2014-02-11'),('2014-02-12'),('2014-02-13'),('2014-02-14'),('2014-02-15'),('2014-02-16'),('2014-02-17'),('2014-02-18'),('2014-02-19'),('2014-02-20'),('2014-02-21'),('2014-02-22'),('2014-02-23'),('2014-02-24'),('2014-02-25'),('2014-02-26'),('2014-02-27'),('2014-02-28'),('2014-03-01'),('2014-03-02'),('2014-03-03'),('2014-03-04'),('2014-03-05'),('2014-03-06'),('2014-03-07'),('2014-03-08'),('2014-03-09'),('2014-03-10'),('2014-03-11'),('2014-03-12'),('2014-03-13'),('2014-03-14'),('2014-03-15'),('2014-03-16'),('2014-03-17'),('2014-03-18'),('2014-03-19'),('2014-03-20'),('2014-03-21'),('2014-03-22'),('2014-03-23'),('2014-03-24'),('2014-03-25'),('2014-03-26'),('2014-03-27'),('2014-03-28'),('2014-03-29'),('2014-03-30'),('2014-03-31'),('2014-04-01'),('2014-04-02'),('2014-04-03'),('2014-04-04'),('2014-04-05'),('2014-04-06'),('2014-04-07'),('2014-04-08'),('2014-04-09'),('2014-04-10'),('2014-04-11'),('2014-04-12'),('2014-04-13'),('2014-04-14'),('2014-04-15'),('2014-04-16'),('2014-04-17'),('2014-04-18'),('2014-04-19'),('2014-04-20'),('2014-04-21'),('2014-04-22'),('2014-04-23'),('2014-04-24'),('2014-04-25'),('2014-04-26'),('2014-04-27'),('2014-04-28'),('2014-04-29'),('2014-04-30'),('2014-05-01'),('2014-05-02'),('2014-05-03'),('2014-05-04'),('2014-05-05'),('2014-05-06'),('2014-05-07'),('2014-05-08'),('2014-05-09'),('2014-05-10'),('2014-05-11'),('2014-05-12'),('2014-05-13'),('2014-05-14'),('2014-05-15'),('2014-05-16'),('2014-05-17'),('2014-05-18'),('2014-05-19'),('2014-05-20'),('2014-05-21'),('2014-05-22'),('2014-05-23'),('2014-05-24'),('2014-05-25'),('2014-05-26'),('2014-05-27'),('2014-05-28'),('2014-05-29'),('2014-05-30'),('2014-05-31'),('2014-06-01'),('2014-06-02'),('2014-06-03'),('2014-06-04'),('2014-06-05'),('2014-06-06'),('2014-06-07'),('2014-06-08'),('2014-06-09'),('2014-06-10'),('2014-06-11'),('2014-06-12'),('2014-06-13'),('2014-06-14'),('2014-06-15'),('2014-06-16'),('2014-06-17'),('2014-06-18'),('2014-06-19'),('2014-06-20'),('2014-06-21'),('2014-06-22'),('2014-06-23'),('2014-06-24'),('2014-06-25'),('2014-06-26'),('2014-06-27'),('2014-06-28'),('2014-06-29'),('2014-06-30'),('2014-07-01'),('2014-07-02'),('2014-07-03'),('2014-07-04'),('2014-07-05'),('2014-07-06'),('2014-07-07'),('2014-07-08'),('2014-07-09'),('2014-07-10'),('2014-07-11'),('2014-07-12'),('2014-07-13'),('2014-07-14'),('2014-07-15'),('2014-07-16'),('2014-07-17'),('2014-07-18'),('2014-07-19'),('2014-07-20'),('2014-07-21'),('2014-07-22'),('2014-07-23'),('2014-07-24'),('2014-07-25'),('2014-07-26'),('2014-07-27'),('2014-07-28'),('2014-07-29'),('2014-07-30'),('2014-07-31'),('2014-08-01'),('2014-08-02'),('2014-08-03'),('2014-08-04'),('2014-08-05'),('2014-08-06'),('2014-08-07'),('2014-08-08'),('2014-08-09'),('2014-08-10'),('2014-08-11'),('2014-08-12'),('2014-08-13'),('2014-08-14'),('2014-08-15'),('2014-08-16'),('2014-08-17'),('2014-08-18'),('2014-08-19'),('2014-08-20'),('2014-08-21'),('2014-08-22'),('2014-08-23'),('2014-08-24'),('2014-08-25'),('2014-08-26'),('2014-08-27'),('2014-08-28'),('2014-08-29'),('2014-08-30'),('2014-08-31'),('2014-09-01'),('2014-09-02'),('2014-09-03'),('2014-09-04'),('2014-09-05'),('2014-09-06'),('2014-09-07'),('2014-09-08'),('2014-09-09'),('2014-09-10'),('2014-09-11'),('2014-09-12'),('2014-09-13'),('2014-09-14'),('2014-09-15'),('2014-09-16'),('2014-09-17'),('2014-09-18'),('2014-09-19'),('2014-09-20'),('2014-09-21'),('2014-09-22'),('2014-09-23'),('2014-09-24'),('2014-09-25'),('2014-09-26'),('2014-09-27'),('2014-09-28'),('2014-09-29'),('2014-09-30'),('2014-10-01'),('2014-10-02'),('2014-10-03'),('2014-10-04'),('2014-10-05'),('2014-10-06'),('2014-10-07'),('2014-10-08'),('2014-10-09'),('2014-10-10'),('2014-10-11'),('2014-10-12'),('2014-10-13'),('2014-10-14'),('2014-10-15'),('2014-10-16'),('2014-10-17'),('2014-10-18'),('2014-10-19'),('2014-10-20'),('2014-10-21'),('2014-10-22'),('2014-10-23'),('2014-10-24'),('2014-10-25'),('2014-10-26'),('2014-10-27'),('2014-10-28'),('2014-10-29'),('2014-10-30'),('2014-10-31'),('2014-11-01'),('2014-11-02'),('2014-11-03'),('2014-11-04'),('2014-11-05'),('2014-11-06'),('2014-11-07'),('2014-11-08'),('2014-11-09'),('2014-11-10'),('2014-11-11'),('2014-11-12'),('2014-11-13'),('2014-11-14'),('2014-11-15'),('2014-11-16'),('2014-11-17'),('2014-11-18'),('2014-11-19'),('2014-11-20'),('2014-11-21'),('2014-11-22'),('2014-11-23'),('2014-11-24'),('2014-11-25'),('2014-11-26'),('2014-11-27'),('2014-11-28'),('2014-11-29'),('2014-11-30'),('2014-12-01'),('2014-12-02'),('2014-12-03'),('2014-12-04'),('2014-12-05'),('2014-12-06'),('2014-12-07'),('2014-12-08'),('2014-12-09'),('2014-12-10'),('2014-12-11'),('2014-12-12'),('2014-12-13'),('2014-12-14'),('2014-12-15'),('2014-12-16'),('2014-12-17'),('2014-12-18'),('2014-12-19'),('2014-12-20'),('2014-12-21'),('2014-12-22'),('2014-12-23'),('2014-12-24'),('2014-12-25'),('2014-12-26'),('2014-12-27'),('2014-12-28'),('2014-12-29'),('2014-12-30'),('2014-12-31'),('2015-01-01'),('2015-01-02'),('2015-01-03'),('2015-01-04'),('2015-01-05'),('2015-01-06'),('2015-01-07'),('2015-01-08'),('2015-01-09'),('2015-01-10'),('2015-01-11'),('2015-01-12'),('2015-01-13'),('2015-01-14'),('2015-01-15'),('2015-01-16'),('2015-01-17'),('2015-01-18'),('2015-01-19'),('2015-01-20'),('2015-01-21'),('2015-01-22'),('2015-01-23'),('2015-01-24'),('2015-01-25'),('2015-01-26'),('2015-01-27'),('2015-01-28'),('2015-01-29'),('2015-01-30'),('2015-01-31'),('2015-02-01'),('2015-02-02'),('2015-02-03'),('2015-02-04'),('2015-02-05'),('2015-02-06'),('2015-02-07'),('2015-02-08'),('2015-02-09'),('2015-02-10'),('2015-02-11'),('2015-02-12'),('2015-02-13'),('2015-02-14'),('2015-02-15'),('2015-02-16'),('2015-02-17'),('2015-02-18'),('2015-02-19'),('2015-02-20'),('2015-02-21'),('2015-02-22'),('2015-02-23'),('2015-02-24'),('2015-02-25'),('2015-02-26'),('2015-02-27'),('2015-02-28'),('2015-03-01'),('2015-03-02'),('2015-03-03'),('2015-03-04'),('2015-03-05'),('2015-03-06'),('2015-03-07'),('2015-03-08'),('2015-03-09'),('2015-03-10'),('2015-03-11'),('2015-03-12'),('2015-03-13'),('2015-03-14'),('2015-03-15'),('2015-03-16'),('2015-03-17'),('2015-03-18'),('2015-03-19'),('2015-03-20'),('2015-03-21'),('2015-03-22'),('2015-03-23'),('2015-03-24'),('2015-03-25'),('2015-03-26'),('2015-03-27'),('2015-03-28'),('2015-03-29'),('2015-03-30'),('2015-03-31'),('2015-04-01'),('2015-04-02'),('2015-04-03'),('2015-04-04'),('2015-04-05'),('2015-04-06'),('2015-04-07'),('2015-04-08'),('2015-04-09'),('2015-04-10'),('2015-04-11'),('2015-04-12'),('2015-04-13'),('2015-04-14'),('2015-04-15'),('2015-04-16'),('2015-04-17'),('2015-04-18'),('2015-04-19'),('2015-04-20'),('2015-04-21'),('2015-04-22'),('2015-04-23'),('2015-04-24'),('2015-04-25'),('2015-04-26'),('2015-04-27'),('2015-04-28'),('2015-04-29'),('2015-04-30'),('2015-05-01'),('2015-05-02'),('2015-05-03'),('2015-05-04'),('2015-05-05'),('2015-05-06'),('2015-05-07'),('2015-05-08'),('2015-05-09'),('2015-05-10'),('2015-05-11'),('2015-05-12'),('2015-05-13'),('2015-05-14'),('2015-05-15'),('2015-05-16'),('2015-05-17'),('2015-05-18'),('2015-05-19'),('2015-05-20'),('2015-05-21'),('2015-05-22'),('2015-05-23'),('2015-05-24'),('2015-05-25'),('2015-05-26'),('2015-05-27'),('2015-05-28'),('2015-05-29'),('2015-05-30'),('2015-05-31'),('2015-06-01'),('2015-06-02'),('2015-06-03'),('2015-06-04'),('2015-06-05'),('2015-06-06'),('2015-06-07'),('2015-06-08'),('2015-06-09'),('2015-06-10'),('2015-06-11'),('2015-06-12'),('2015-06-13'),('2015-06-14'),('2015-06-15'),('2015-06-16'),('2015-06-17'),('2015-06-18'),('2015-06-19'),('2015-06-20'),('2015-06-21'),('2015-06-22'),('2015-06-23'),('2015-06-24'),('2015-06-25'),('2015-06-26'),('2015-06-27'),('2015-06-28'),('2015-06-29'),('2015-06-30'),('2015-07-01'),('2015-07-02'),('2015-07-03'),('2015-07-04'),('2015-07-05'),('2015-07-06'),('2015-07-07'),('2015-07-08'),('2015-07-09'),('2015-07-10'),('2015-07-11'),('2015-07-12'),('2015-07-13'),('2015-07-14'),('2015-07-15'),('2015-07-16'),('2015-07-17'),('2015-07-18'),('2015-07-19'),('2015-07-20'),('2015-07-21'),('2015-07-22'),('2015-07-23'),('2015-07-24'),('2015-07-25'),('2015-07-26'),('2015-07-27'),('2015-07-28'),('2015-07-29'),('2015-07-30'),('2015-07-31'),('2015-08-01'),('2015-08-02'),('2015-08-03'),('2015-08-04'),('2015-08-05'),('2015-08-06'),('2015-08-07'),('2015-08-08'),('2015-08-09'),('2015-08-10'),('2015-08-11'),('2015-08-12'),('2015-08-13'),('2015-08-14'),('2015-08-15'),('2015-08-16'),('2015-08-17'),('2015-08-18'),('2015-08-19'),('2015-08-20'),('2015-08-21'),('2015-08-22'),('2015-08-23'),('2015-08-24'),('2015-08-25'),('2015-08-26'),('2015-08-27'),('2015-08-28'),('2015-08-29'),('2015-08-30'),('2015-08-31'),('2015-09-01'),('2015-09-02'),('2015-09-03'),('2015-09-04'),('2015-09-05'),('2015-09-06'),('2015-09-07'),('2015-09-08'),('2015-09-09'),('2015-09-10'),('2015-09-11'),('2015-09-12'),('2015-09-13'),('2015-09-14'),('2015-09-15'),('2015-09-16'),('2015-09-17'),('2015-09-18'),('2015-09-19'),('2015-09-20'),('2015-09-21'),('2015-09-22'),('2015-09-23'),('2015-09-24'),('2015-09-25'),('2015-09-26'),('2015-09-27'),('2015-09-28'),('2015-09-29'),('2015-09-30'),('2015-10-01'),('2015-10-02'),('2015-10-03'),('2015-10-04'),('2015-10-05'),('2015-10-06'),('2015-10-07'),('2015-10-08'),('2015-10-09'),('2015-10-10'),('2015-10-11'),('2015-10-12'),('2015-10-13'),('2015-10-14'),('2015-10-15'),('2015-10-16'),('2015-10-17'),('2015-10-18'),('2015-10-19'),('2015-10-20'),('2015-10-21'),('2015-10-22'),('2015-10-23'),('2015-10-24'),('2015-10-25'),('2015-10-26'),('2015-10-27'),('2015-10-28'),('2015-10-29'),('2015-10-30'),('2015-10-31'),('2015-11-01'),('2015-11-02'),('2015-11-03'),('2015-11-04'),('2015-11-05'),('2015-11-06'),('2015-11-07'),('2015-11-08'),('2015-11-09'),('2015-11-10'),('2015-11-11'),('2015-11-12'),('2015-11-13'),('2015-11-14'),('2015-11-15'),('2015-11-16'),('2015-11-17'),('2015-11-18'),('2015-11-19'),('2015-11-20'),('2015-11-21'),('2015-11-22'),('2015-11-23'),('2015-11-24'),('2015-11-25'),('2015-11-26'),('2015-11-27'),('2015-11-28'),('2015-11-29'),('2015-11-30'),('2015-12-01'),('2015-12-02'),('2015-12-03'),('2015-12-04'),('2015-12-05'),('2015-12-06'),('2015-12-07'),('2015-12-08'),('2015-12-09'),('2015-12-10'),('2015-12-11'),('2015-12-12'),('2015-12-13'),('2015-12-14'),('2015-12-15'),('2015-12-16'),('2015-12-17'),('2015-12-18'),('2015-12-19'),('2015-12-20'),('2015-12-21'),('2015-12-22'),('2015-12-23'),('2015-12-24'),('2015-12-25'),('2015-12-26'),('2015-12-27'),('2015-12-28'),('2015-12-29'),('2015-12-30'),('2015-12-31'),('2016-01-01'),('2016-01-02'),('2016-01-03'),('2016-01-04'),('2016-01-05'),('2016-01-06'),('2016-01-07'),('2016-01-08'),('2016-01-09'),('2016-01-10'),('2016-01-11'),('2016-01-12'),('2016-01-13'),('2016-01-14'),('2016-01-15'),('2016-01-16'),('2016-01-17'),('2016-01-18'),('2016-01-19'),('2016-01-20'),('2016-01-21'),('2016-01-22'),('2016-01-23'),('2016-01-24'),('2016-01-25'),('2016-01-26'),('2016-01-27'),('2016-01-28'),('2016-01-29'),('2016-01-30'),('2016-01-31'),('2016-02-01'),('2016-02-02'),('2016-02-03'),('2016-02-04'),('2016-02-05'),('2016-02-06'),('2016-02-07'),('2016-02-08'),('2016-02-09'),('2016-02-10'),('2016-02-11'),('2016-02-12'),('2016-02-13'),('2016-02-14'),('2016-02-15'),('2016-02-16'),('2016-02-17'),('2016-02-18'),('2016-02-19'),('2016-02-20'),('2016-02-21'),('2016-02-22'),('2016-02-23'),('2016-02-24'),('2016-02-25'),('2016-02-26'),('2016-02-27'),('2016-02-28'),('2016-02-29'),('2016-03-01'),('2016-03-02'),('2016-03-03'),('2016-03-04'),('2016-03-05'),('2016-03-06'),('2016-03-07'),('2016-03-08'),('2016-03-09'),('2016-03-10'),('2016-03-11'),('2016-03-12'),('2016-03-13'),('2016-03-14'),('2016-03-15'),('2016-03-16'),('2016-03-17'),('2016-03-18'),('2016-03-19'),('2016-03-20'),('2016-03-21'),('2016-03-22'),('2016-03-23'),('2016-03-24'),('2016-03-25'),('2016-03-26'),('2016-03-27'),('2016-03-28'),('2016-03-29'),('2016-03-30'),('2016-03-31'),('2016-04-01'),('2016-04-02'),('2016-04-03'),('2016-04-04'),('2016-04-05'),('2016-04-06'),('2016-04-07'),('2016-04-08'),('2016-04-09'),('2016-04-10'),('2016-04-11'),('2016-04-12'),('2016-04-13'),('2016-04-14'),('2016-04-15'),('2016-04-16'),('2016-04-17'),('2016-04-18'),('2016-04-19'),('2016-04-20'),('2016-04-21'),('2016-04-22'),('2016-04-23'),('2016-04-24'),('2016-04-25'),('2016-04-26'),('2016-04-27'),('2016-04-28'),('2016-04-29'),('2016-04-30'),('2016-05-01'),('2016-05-02'),('2016-05-03'),('2016-05-04'),('2016-05-05'),('2016-05-06'),('2016-05-07'),('2016-05-08'),('2016-05-09'),('2016-05-10'),('2016-05-11'),('2016-05-12'),('2016-05-13'),('2016-05-14'),('2016-05-15'),('2016-05-16'),('2016-05-17'),('2016-05-18'),('2016-05-19'),('2016-05-20'),('2016-05-21'),('2016-05-22'),('2016-05-23'),('2016-05-24'),('2016-05-25'),('2016-05-26'),('2016-05-27'),('2016-05-28'),('2016-05-29'),('2016-05-30'),('2016-05-31'),('2016-06-01'),('2016-06-02'),('2016-06-03'),('2016-06-04'),('2016-06-05'),('2016-06-06'),('2016-06-07'),('2016-06-08'),('2016-06-09'),('2016-06-10'),('2016-06-11'),('2016-06-12'),('2016-06-13'),('2016-06-14'),('2016-06-15'),('2016-06-16'),('2016-06-17'),('2016-06-18'),('2016-06-19'),('2016-06-20'),('2016-06-21'),('2016-06-22'),('2016-06-23'),('2016-06-24'),('2016-06-25'),('2016-06-26'),('2016-06-27'),('2016-06-28'),('2016-06-29'),('2016-06-30'),('2016-07-01'),('2016-07-02'),('2016-07-03'),('2016-07-04'),('2016-07-05'),('2016-07-06'),('2016-07-07'),('2016-07-08'),('2016-07-09'),('2016-07-10'),('2016-07-11'),('2016-07-12'),('2016-07-13'),('2016-07-14'),('2016-07-15'),('2016-07-16'),('2016-07-17'),('2016-07-18'),('2016-07-19'),('2016-07-20'),('2016-07-21'),('2016-07-22'),('2016-07-23'),('2016-07-24'),('2016-07-25'),('2016-07-26'),('2016-07-27'),('2016-07-28'),('2016-07-29'),('2016-07-30'),('2016-07-31'),('2016-08-01'),('2016-08-02'),('2016-08-03'),('2016-08-04'),('2016-08-05'),('2016-08-06'),('2016-08-07'),('2016-08-08'),('2016-08-09'),('2016-08-10'),('2016-08-11'),('2016-08-12'),('2016-08-13'),('2016-08-14'),('2016-08-15'),('2016-08-16'),('2016-08-17'),('2016-08-18'),('2016-08-19'),('2016-08-20'),('2016-08-21'),('2016-08-22'),('2016-08-23'),('2016-08-24'),('2016-08-25'),('2016-08-26'),('2016-08-27'),('2016-08-28'),('2016-08-29'),('2016-08-30'),('2016-08-31'),('2016-09-01'),('2016-09-02'),('2016-09-03'),('2016-09-04'),('2016-09-05'),('2016-09-06'),('2016-09-07'),('2016-09-08'),('2016-09-09'),('2016-09-10'),('2016-09-11'),('2016-09-12'),('2016-09-13'),('2016-09-14'),('2016-09-15'),('2016-09-16'),('2016-09-17'),('2016-09-18'),('2016-09-19'),('2016-09-20'),('2016-09-21'),('2016-09-22'),('2016-09-23'),('2016-09-24'),('2016-09-25'),('2016-09-26'),('2016-09-27'),('2016-09-28'),('2016-09-29'),('2016-09-30'),('2016-10-01'),('2016-10-02'),('2016-10-03'),('2016-10-04'),('2016-10-05'),('2016-10-06'),('2016-10-07'),('2016-10-08'),('2016-10-09'),('2016-10-10'),('2016-10-11'),('2016-10-12'),('2016-10-13'),('2016-10-14'),('2016-10-15'),('2016-10-16'),('2016-10-17'),('2016-10-18'),('2016-10-19'),('2016-10-20'),('2016-10-21'),('2016-10-22'),('2016-10-23'),('2016-10-24'),('2016-10-25'),('2016-10-26'),('2016-10-27'),('2016-10-28'),('2016-10-29'),('2016-10-30'),('2016-10-31'),('2016-11-01'),('2016-11-02'),('2016-11-03'),('2016-11-04'),('2016-11-05'),('2016-11-06'),('2016-11-07'),('2016-11-08'),('2016-11-09'),('2016-11-10'),('2016-11-11'),('2016-11-12'),('2016-11-13'),('2016-11-14'),('2016-11-15'),('2016-11-16'),('2016-11-17'),('2016-11-18'),('2016-11-19'),('2016-11-20'),('2016-11-21'),('2016-11-22'),('2016-11-23'),('2016-11-24'),('2016-11-25'),('2016-11-26'),('2016-11-27'),('2016-11-28'),('2016-11-29'),('2016-11-30'),('2016-12-01'),('2016-12-02'),('2016-12-03'),('2016-12-04'),('2016-12-05'),('2016-12-06'),('2016-12-07'),('2016-12-08'),('2016-12-09'),('2016-12-10'),('2016-12-11'),('2016-12-12'),('2016-12-13'),('2016-12-14'),('2016-12-15'),('2016-12-16'),('2016-12-17'),('2016-12-18'),('2016-12-19'),('2016-12-20'),('2016-12-21'),('2016-12-22'),('2016-12-23'),('2016-12-24'),('2016-12-25'),('2016-12-26'),('2016-12-27'),('2016-12-28'),('2016-12-29'),('2016-12-30'),('2016-12-31'),('2017-01-01'),('2017-01-02'),('2017-01-03'),('2017-01-04'),('2017-01-05'),('2017-01-06'),('2017-01-07'),('2017-01-08'),('2017-01-09'),('2017-01-10'),('2017-01-11'),('2017-01-12'),('2017-01-13'),('2017-01-14'),('2017-01-15'),('2017-01-16'),('2017-01-17'),('2017-01-18'),('2017-01-19'),('2017-01-20'),('2017-01-21'),('2017-01-22'),('2017-01-23'),('2017-01-24'),('2017-01-25'),('2017-01-26'),('2017-01-27'),('2017-01-28'),('2017-01-29'),('2017-01-30'),('2017-01-31'),('2017-02-01'),('2017-02-02'),('2017-02-03'),('2017-02-04'),('2017-02-05'),('2017-02-06'),('2017-02-07'),('2017-02-08'),('2017-02-09'),('2017-02-10'),('2017-02-11'),('2017-02-12'),('2017-02-13'),('2017-02-14'),('2017-02-15'),('2017-02-16'),('2017-02-17'),('2017-02-18'),('2017-02-19'),('2017-02-20'),('2017-02-21'),('2017-02-22'),('2017-02-23'),('2017-02-24'),('2017-02-25'),('2017-02-26'),('2017-02-27'),('2017-02-28'),('2017-03-01'),('2017-03-02'),('2017-03-03'),('2017-03-04'),('2017-03-05'),('2017-03-06'),('2017-03-07'),('2017-03-08'),('2017-03-09'),('2017-03-10'),('2017-03-11'),('2017-03-12'),('2017-03-13'),('2017-03-14'),('2017-03-15'),('2017-03-16'),('2017-03-17'),('2017-03-18'),('2017-03-19'),('2017-03-20'),('2017-03-21'),('2017-03-22'),('2017-03-23'),('2017-03-24'),('2017-03-25'),('2017-03-26'),('2017-03-27'),('2017-03-28'),('2017-03-29'),('2017-03-30'),('2017-03-31'),('2017-04-01'),('2017-04-02'),('2017-04-03'),('2017-04-04'),('2017-04-05'),('2017-04-06'),('2017-04-07'),('2017-04-08'),('2017-04-09'),('2017-04-10'),('2017-04-11'),('2017-04-12'),('2017-04-13'),('2017-04-14'),('2017-04-15'),('2017-04-16'),('2017-04-17'),('2017-04-18'),('2017-04-19'),('2017-04-20'),('2017-04-21'),('2017-04-22'),('2017-04-23'),('2017-04-24'),('2017-04-25'),('2017-04-26'),('2017-04-27'),('2017-04-28'),('2017-04-29'),('2017-04-30'),('2017-05-01'),('2017-05-02'),('2017-05-03'),('2017-05-04'),('2017-05-05'),('2017-05-06'),('2017-05-07'),('2017-05-08'),('2017-05-09'),('2017-05-10'),('2017-05-11'),('2017-05-12'),('2017-05-13'),('2017-05-14'),('2017-05-15'),('2017-05-16'),('2017-05-17'),('2017-05-18'),('2017-05-19'),('2017-05-20'),('2017-05-21'),('2017-05-22'),('2017-05-23'),('2017-05-24'),('2017-05-25'),('2017-05-26'),('2017-05-27'),('2017-05-28'),('2017-05-29'),('2017-05-30'),('2017-05-31'),('2017-06-01'),('2017-06-02'),('2017-06-03'),('2017-06-04'),('2017-06-05'),('2017-06-06'),('2017-06-07'),('2017-06-08'),('2017-06-09'),('2017-06-10'),('2017-06-11'),('2017-06-12'),('2017-06-13'),('2017-06-14'),('2017-06-15'),('2017-06-16'),('2017-06-17'),('2017-06-18'),('2017-06-19'),('2017-06-20'),('2017-06-21'),('2017-06-22'),('2017-06-23'),('2017-06-24'),('2017-06-25'),('2017-06-26'),('2017-06-27'),('2017-06-28'),('2017-06-29'),('2017-06-30'),('2017-07-01'),('2017-07-02'),('2017-07-03'),('2017-07-04'),('2017-07-05'),('2017-07-06'),('2017-07-07'),('2017-07-08'),('2017-07-09'),('2017-07-10'),('2017-07-11'),('2017-07-12'),('2017-07-13'),('2017-07-14'),('2017-07-15'),('2017-07-16'),('2017-07-17'),('2017-07-18'),('2017-07-19'),('2017-07-20'),('2017-07-21'),('2017-07-22'),('2017-07-23'),('2017-07-24'),('2017-07-25'),('2017-07-26'),('2017-07-27'),('2017-07-28'),('2017-07-29'),('2017-07-30'),('2017-07-31'),('2017-08-01'),('2017-08-02'),('2017-08-03'),('2017-08-04'),('2017-08-05'),('2017-08-06'),('2017-08-07'),('2017-08-08'),('2017-08-09'),('2017-08-10'),('2017-08-11'),('2017-08-12'),('2017-08-13'),('2017-08-14'),('2017-08-15'),('2017-08-16'),('2017-08-17'),('2017-08-18'),('2017-08-19'),('2017-08-20'),('2017-08-21'),('2017-08-22'),('2017-08-23'),('2017-08-24'),('2017-08-25'),('2017-08-26'),('2017-08-27'),('2017-08-28'),('2017-08-29'),('2017-08-30'),('2017-08-31'),('2017-09-01'),('2017-09-02'),('2017-09-03'),('2017-09-04'),('2017-09-05'),('2017-09-06'),('2017-09-07'),('2017-09-08'),('2017-09-09'),('2017-09-10'),('2017-09-11'),('2017-09-12'),('2017-09-13'),('2017-09-14'),('2017-09-15'),('2017-09-16'),('2017-09-17'),('2017-09-18'),('2017-09-19'),('2017-09-20'),('2017-09-21'),('2017-09-22'),('2017-09-23'),('2017-09-24'),('2017-09-25'),('2017-09-26'),('2017-09-27'),('2017-09-28'),('2017-09-29'),('2017-09-30'),('2017-10-01'),('2017-10-02'),('2017-10-03'),('2017-10-04'),('2017-10-05'),('2017-10-06'),('2017-10-07'),('2017-10-08'),('2017-10-09'),('2017-10-10'),('2017-10-11'),('2017-10-12'),('2017-10-13'),('2017-10-14'),('2017-10-15'),('2017-10-16'),('2017-10-17'),('2017-10-18'),('2017-10-19'),('2017-10-20'),('2017-10-21'),('2017-10-22'),('2017-10-23'),('2017-10-24'),('2017-10-25'),('2017-10-26'),('2017-10-27'),('2017-10-28'),('2017-10-29'),('2017-10-30'),('2017-10-31'),('2017-11-01'),('2017-11-02'),('2017-11-03'),('2017-11-04'),('2017-11-05'),('2017-11-06'),('2017-11-07'),('2017-11-08'),('2017-11-09'),('2017-11-10'),('2017-11-11'),('2017-11-12'),('2017-11-13'),('2017-11-14'),('2017-11-15'),('2017-11-16'),('2017-11-17'),('2017-11-18'),('2017-11-19'),('2017-11-20'),('2017-11-21'),('2017-11-22'),('2017-11-23'),('2017-11-24'),('2017-11-25'),('2017-11-26'),('2017-11-27'),('2017-11-28'),('2017-11-29'),('2017-11-30'),('2017-12-01'),('2017-12-02'),('2017-12-03'),('2017-12-04'),('2017-12-05'),('2017-12-06'),('2017-12-07'),('2017-12-08'),('2017-12-09'),('2017-12-10'),('2017-12-11'),('2017-12-12'),('2017-12-13'),('2017-12-14'),('2017-12-15'),('2017-12-16'),('2017-12-17'),('2017-12-18'),('2017-12-19'),('2017-12-20'),('2017-12-21'),('2017-12-22'),('2017-12-23'),('2017-12-24'),('2017-12-25'),('2017-12-26'),('2017-12-27'),('2017-12-28'),('2017-12-29'),('2017-12-30'),('2017-12-31'),('2018-01-01'),('2018-01-02'),('2018-01-03'),('2018-01-04'),('2018-01-05'),('2018-01-06'),('2018-01-07'),('2018-01-08'),('2018-01-09'),('2018-01-10'),('2018-01-11'),('2018-01-12'),('2018-01-13'),('2018-01-14'),('2018-01-15'),('2018-01-16'),('2018-01-17'),('2018-01-18'),('2018-01-19'),('2018-01-20'),('2018-01-21'),('2018-01-22'),('2018-01-23'),('2018-01-24'),('2018-01-25'),('2018-01-26'),('2018-01-27'),('2018-01-28'),('2018-01-29'),('2018-01-30'),('2018-01-31'),('2018-02-01'),('2018-02-02'),('2018-02-03'),('2018-02-04'),('2018-02-05'),('2018-02-06'),('2018-02-07'),('2018-02-08'),('2018-02-09'),('2018-02-10'),('2018-02-11'),('2018-02-12'),('2018-02-13'),('2018-02-14'),('2018-02-15'),('2018-02-16'),('2018-02-17'),('2018-02-18'),('2018-02-19'),('2018-02-20'),('2018-02-21'),('2018-02-22'),('2018-02-23'),('2018-02-24'),('2018-02-25'),('2018-02-26'),('2018-02-27'),('2018-02-28'),('2018-03-01'),('2018-03-02'),('2018-03-03'),('2018-03-04'),('2018-03-05'),('2018-03-06'),('2018-03-07'),('2018-03-08'),('2018-03-09'),('2018-03-10'),('2018-03-11'),('2018-03-12'),('2018-03-13'),('2018-03-14'),('2018-03-15'),('2018-03-16'),('2018-03-17'),('2018-03-18'),('2018-03-19'),('2018-03-20'),('2018-03-21'),('2018-03-22'),('2018-03-23'),('2018-03-24'),('2018-03-25'),('2018-03-26'),('2018-03-27'),('2018-03-28'),('2018-03-29'),('2018-03-30'),('2018-03-31'),('2018-04-01'),('2018-04-02'),('2018-04-03'),('2018-04-04'),('2018-04-05'),('2018-04-06'),('2018-04-07'),('2018-04-08'),('2018-04-09'),('2018-04-10'),('2018-04-11'),('2018-04-12'),('2018-04-13'),('2018-04-14'),('2018-04-15'),('2018-04-16'),('2018-04-17'),('2018-04-18'),('2018-04-19'),('2018-04-20'),('2018-04-21'),('2018-04-22'),('2018-04-23'),('2018-04-24'),('2018-04-25'),('2018-04-26'),('2018-04-27'),('2018-04-28'),('2018-04-29'),('2018-04-30'),('2018-05-01'),('2018-05-02'),('2018-05-03'),('2018-05-04'),('2018-05-05'),('2018-05-06'),('2018-05-07'),('2018-05-08'),('2018-05-09'),('2018-05-10'),('2018-05-11'),('2018-05-12'),('2018-05-13'),('2018-05-14'),('2018-05-15'),('2018-05-16'),('2018-05-17'),('2018-05-18'),('2018-05-19'),('2018-05-20'),('2018-05-21'),('2018-05-22'),('2018-05-23'),('2018-05-24'),('2018-05-25'),('2018-05-26'),('2018-05-27'),('2018-05-28'),('2018-05-29'),('2018-05-30'),('2018-05-31'),('2018-06-01'),('2018-06-02'),('2018-06-03'),('2018-06-04'),('2018-06-05'),('2018-06-06'),('2018-06-07'),('2018-06-08'),('2018-06-09'),('2018-06-10'),('2018-06-11'),('2018-06-12'),('2018-06-13'),('2018-06-14'),('2018-06-15'),('2018-06-16'),('2018-06-17'),('2018-06-18'),('2018-06-19'),('2018-06-20'),('2018-06-21'),('2018-06-22'),('2018-06-23'),('2018-06-24'),('2018-06-25'),('2018-06-26'),('2018-06-27'),('2018-06-28'),('2018-06-29'),('2018-06-30'),('2018-07-01'),('2018-07-02'),('2018-07-03'),('2018-07-04'),('2018-07-05'),('2018-07-06'),('2018-07-07'),('2018-07-08'),('2018-07-09'),('2018-07-10'),('2018-07-11'),('2018-07-12'),('2018-07-13'),('2018-07-14'),('2018-07-15'),('2018-07-16'),('2018-07-17'),('2018-07-18'),('2018-07-19'),('2018-07-20'),('2018-07-21'),('2018-07-22'),('2018-07-23'),('2018-07-24'),('2018-07-25'),('2018-07-26'),('2018-07-27'),('2018-07-28'),('2018-07-29'),('2018-07-30'),('2018-07-31'),('2018-08-01'),('2018-08-02'),('2018-08-03'),('2018-08-04'),('2018-08-05'),('2018-08-06'),('2018-08-07'),('2018-08-08'),('2018-08-09'),('2018-08-10'),('2018-08-11'),('2018-08-12'),('2018-08-13'),('2018-08-14'),('2018-08-15'),('2018-08-16'),('2018-08-17'),('2018-08-18'),('2018-08-19'),('2018-08-20'),('2018-08-21'),('2018-08-22'),('2018-08-23'),('2018-08-24'),('2018-08-25'),('2018-08-26'),('2018-08-27'),('2018-08-28'),('2018-08-29'),('2018-08-30'),('2018-08-31'),('2018-09-01'),('2018-09-02'),('2018-09-03'),('2018-09-04'),('2018-09-05'),('2018-09-06'),('2018-09-07'),('2018-09-08'),('2018-09-09'),('2018-09-10'),('2018-09-11'),('2018-09-12'),('2018-09-13'),('2018-09-14'),('2018-09-15'),('2018-09-16'),('2018-09-17'),('2018-09-18'),('2018-09-19'),('2018-09-20'),('2018-09-21'),('2018-09-22'),('2018-09-23'),('2018-09-24'),('2018-09-25'),('2018-09-26'),('2018-09-27'),('2018-09-28'),('2018-09-29'),('2018-09-30'),('2018-10-01'),('2018-10-02'),('2018-10-03'),('2018-10-04'),('2018-10-05'),('2018-10-06'),('2018-10-07'),('2018-10-08'),('2018-10-09'),('2018-10-10'),('2018-10-11'),('2018-10-12'),('2018-10-13'),('2018-10-14'),('2018-10-15'),('2018-10-16'),('2018-10-17'),('2018-10-18'),('2018-10-19'),('2018-10-20'),('2018-10-21'),('2018-10-22'),('2018-10-23'),('2018-10-24'),('2018-10-25'),('2018-10-26'),('2018-10-27'),('2018-10-28'),('2018-10-29'),('2018-10-30'),('2018-10-31'),('2018-11-01'),('2018-11-02'),('2018-11-03'),('2018-11-04'),('2018-11-05'),('2018-11-06'),('2018-11-07'),('2018-11-08'),('2018-11-09'),('2018-11-10'),('2018-11-11'),('2018-11-12'),('2018-11-13'),('2018-11-14'),('2018-11-15'),('2018-11-16'),('2018-11-17'),('2018-11-18'),('2018-11-19'),('2018-11-20'),('2018-11-21'),('2018-11-22'),('2018-11-23'),('2018-11-24'),('2018-11-25'),('2018-11-26'),('2018-11-27'),('2018-11-28'),('2018-11-29'),('2018-11-30'),('2018-12-01'),('2018-12-02'),('2018-12-03'),('2018-12-04'),('2018-12-05'),('2018-12-06'),('2018-12-07'),('2018-12-08'),('2018-12-09'),('2018-12-10'),('2018-12-11'),('2018-12-12'),('2018-12-13'),('2018-12-14'),('2018-12-15'),('2018-12-16'),('2018-12-17'),('2018-12-18'),('2018-12-19'),('2018-12-20'),('2018-12-21'),('2018-12-22'),('2018-12-23'),('2018-12-24'),('2018-12-25'),('2018-12-26'),('2018-12-27'),('2018-12-28'),('2018-12-29'),('2018-12-30'),('2018-12-31'),('2019-01-01'),('2019-01-02'),('2019-01-03'),('2019-01-04'),('2019-01-05'),('2019-01-06'),('2019-01-07'),('2019-01-08'),('2019-01-09'),('2019-01-10'),('2019-01-11'),('2019-01-12'),('2019-01-13'),('2019-01-14'),('2019-01-15'),('2019-01-16'),('2019-01-17'),('2019-01-18'),('2019-01-19'),('2019-01-20'),('2019-01-21'),('2019-01-22'),('2019-01-23'),('2019-01-24'),('2019-01-25'),('2019-01-26'),('2019-01-27'),('2019-01-28'),('2019-01-29'),('2019-01-30'),('2019-01-31'),('2019-02-01'),('2019-02-02'),('2019-02-03'),('2019-02-04'),('2019-02-05'),('2019-02-06'),('2019-02-07'),('2019-02-08'),('2019-02-09'),('2019-02-10'),('2019-02-11'),('2019-02-12'),('2019-02-13'),('2019-02-14'),('2019-02-15'),('2019-02-16'),('2019-02-17'),('2019-02-18'),('2019-02-19'),('2019-02-20'),('2019-02-21'),('2019-02-22'),('2019-02-23'),('2019-02-24'),('2019-02-25'),('2019-02-26'),('2019-02-27'),('2019-02-28'),('2019-03-01'),('2019-03-02'),('2019-03-03'),('2019-03-04'),('2019-03-05'),('2019-03-06'),('2019-03-07'),('2019-03-08'),('2019-03-09'),('2019-03-10'),('2019-03-11'),('2019-03-12'),('2019-03-13'),('2019-03-14'),('2019-03-15'),('2019-03-16'),('2019-03-17'),('2019-03-18'),('2019-03-19'),('2019-03-20'),('2019-03-21'),('2019-03-22'),('2019-03-23'),('2019-03-24'),('2019-03-25'),('2019-03-26'),('2019-03-27'),('2019-03-28'),('2019-03-29'),('2019-03-30'),('2019-03-31'),('2019-04-01'),('2019-04-02'),('2019-04-03'),('2019-04-04'),('2019-04-05'),('2019-04-06'),('2019-04-07'),('2019-04-08'),('2019-04-09'),('2019-04-10'),('2019-04-11'),('2019-04-12'),('2019-04-13'),('2019-04-14'),('2019-04-15'),('2019-04-16'),('2019-04-17'),('2019-04-18'),('2019-04-19'),('2019-04-20'),('2019-04-21'),('2019-04-22'),('2019-04-23'),('2019-04-24'),('2019-04-25'),('2019-04-26'),('2019-04-27'),('2019-04-28'),('2019-04-29'),('2019-04-30'),('2019-05-01'),('2019-05-02'),('2019-05-03'),('2019-05-04'),('2019-05-05'),('2019-05-06'),('2019-05-07'),('2019-05-08'),('2019-05-09'),('2019-05-10'),('2019-05-11'),('2019-05-12'),('2019-05-13'),('2019-05-14'),('2019-05-15'),('2019-05-16'),('2019-05-17'),('2019-05-18'),('2019-05-19'),('2019-05-20'),('2019-05-21'),('2019-05-22'),('2019-05-23'),('2019-05-24'),('2019-05-25'),('2019-05-26'),('2019-05-27'),('2019-05-28'),('2019-05-29'),('2019-05-30'),('2019-05-31'),('2019-06-01'),('2019-06-02'),('2019-06-03'),('2019-06-04'),('2019-06-05'),('2019-06-06'),('2019-06-07'),('2019-06-08'),('2019-06-09'),('2019-06-10'),('2019-06-11'),('2019-06-12'),('2019-06-13'),('2019-06-14'),('2019-06-15'),('2019-06-16'),('2019-06-17'),('2019-06-18'),('2019-06-19'),('2019-06-20'),('2019-06-21'),('2019-06-22'),('2019-06-23'),('2019-06-24'),('2019-06-25'),('2019-06-26'),('2019-06-27'),('2019-06-28'),('2019-06-29'),('2019-06-30'),('2019-07-01'),('2019-07-02'),('2019-07-03'),('2019-07-04'),('2019-07-05'),('2019-07-06'),('2019-07-07'),('2019-07-08'),('2019-07-09'),('2019-07-10'),('2019-07-11'),('2019-07-12'),('2019-07-13'),('2019-07-14'),('2019-07-15'),('2019-07-16'),('2019-07-17'),('2019-07-18'),('2019-07-19'),('2019-07-20'),('2019-07-21'),('2019-07-22'),('2019-07-23'),('2019-07-24'),('2019-07-25'),('2019-07-26'),('2019-07-27'),('2019-07-28'),('2019-07-29'),('2019-07-30'),('2019-07-31'),('2019-08-01'),('2019-08-02'),('2019-08-03'),('2019-08-04'),('2019-08-05'),('2019-08-06'),('2019-08-07'),('2019-08-08'),('2019-08-09'),('2019-08-10'),('2019-08-11'),('2019-08-12'),('2019-08-13'),('2019-08-14'),('2019-08-15'),('2019-08-16'),('2019-08-17'),('2019-08-18'),('2019-08-19'),('2019-08-20'),('2019-08-21'),('2019-08-22'),('2019-08-23'),('2019-08-24'),('2019-08-25'),('2019-08-26'),('2019-08-27'),('2019-08-28'),('2019-08-29'),('2019-08-30'),('2019-08-31'),('2019-09-01'),('2019-09-02'),('2019-09-03'),('2019-09-04'),('2019-09-05'),('2019-09-06'),('2019-09-07'),('2019-09-08'),('2019-09-09'),('2019-09-10'),('2019-09-11'),('2019-09-12'),('2019-09-13'),('2019-09-14'),('2019-09-15'),('2019-09-16'),('2019-09-17'),('2019-09-18'),('2019-09-19'),('2019-09-20'),('2019-09-21'),('2019-09-22'),('2019-09-23'),('2019-09-24'),('2019-09-25'),('2019-09-26'),('2019-09-27'),('2019-09-28'),('2019-09-29'),('2019-09-30'),('2019-10-01'),('2019-10-02'),('2019-10-03'),('2019-10-04'),('2019-10-05'),('2019-10-06'),('2019-10-07'),('2019-10-08'),('2019-10-09'),('2019-10-10'),('2019-10-11'),('2019-10-12'),('2019-10-13'),('2019-10-14'),('2019-10-15'),('2019-10-16'),('2019-10-17'),('2019-10-18'),('2019-10-19'),('2019-10-20'),('2019-10-21'),('2019-10-22'),('2019-10-23'),('2019-10-24'),('2019-10-25'),('2019-10-26'),('2019-10-27'),('2019-10-28'),('2019-10-29'),('2019-10-30'),('2019-10-31'),('2019-11-01'),('2019-11-02'),('2019-11-03'),('2019-11-04'),('2019-11-05'),('2019-11-06'),('2019-11-07'),('2019-11-08'),('2019-11-09'),('2019-11-10'),('2019-11-11'),('2019-11-12'),('2019-11-13'),('2019-11-14'),('2019-11-15'),('2019-11-16'),('2019-11-17'),('2019-11-18'),('2019-11-19'),('2019-11-20'),('2019-11-21'),('2019-11-22'),('2019-11-23'),('2019-11-24'),('2019-11-25'),('2019-11-26'),('2019-11-27'),('2019-11-28'),('2019-11-29'),('2019-11-30'),('2019-12-01'),('2019-12-02'),('2019-12-03'),('2019-12-04'),('2019-12-05'),('2019-12-06'),('2019-12-07'),('2019-12-08'),('2019-12-09'),('2019-12-10'),('2019-12-11'),('2019-12-12'),('2019-12-13'),('2019-12-14'),('2019-12-15'),('2019-12-16'),('2019-12-17'),('2019-12-18'),('2019-12-19'),('2019-12-20'),('2019-12-21'),('2019-12-22'),('2019-12-23'),('2019-12-24'),('2019-12-25'),('2019-12-26'),('2019-12-27'),('2019-12-28'),('2019-12-29'),('2019-12-30'),('2019-12-31'),('2020-01-01'),('2020-01-02'),('2020-01-03'),('2020-01-04'),('2020-01-05'),('2020-01-06'),('2020-01-07'),('2020-01-08'),('2020-01-09'),('2020-01-10'),('2020-01-11'),('2020-01-12'),('2020-01-13'),('2020-01-14'),('2020-01-15'),('2020-01-16'),('2020-01-17'),('2020-01-18'),('2020-01-19'),('2020-01-20'),('2020-01-21'),('2020-01-22'),('2020-01-23'),('2020-01-24'),('2020-01-25'),('2020-01-26'),('2020-01-27'),('2020-01-28'),('2020-01-29'),('2020-01-30'),('2020-01-31'),('2020-02-01'),('2020-02-02'),('2020-02-03'),('2020-02-04'),('2020-02-05'),('2020-02-06'),('2020-02-07'),('2020-02-08'),('2020-02-09'),('2020-02-10'),('2020-02-11'),('2020-02-12'),('2020-02-13'),('2020-02-14'),('2020-02-15'),('2020-02-16'),('2020-02-17'),('2020-02-18'),('2020-02-19'),('2020-02-20'),('2020-02-21'),('2020-02-22'),('2020-02-23'),('2020-02-24'),('2020-02-25'),('2020-02-26'),('2020-02-27'),('2020-02-28'),('2020-02-29'),('2020-03-01'),('2020-03-02'),('2020-03-03'),('2020-03-04'),('2020-03-05'),('2020-03-06'),('2020-03-07'),('2020-03-08'),('2020-03-09'),('2020-03-10'),('2020-03-11'),('2020-03-12'),('2020-03-13'),('2020-03-14'),('2020-03-15'),('2020-03-16'),('2020-03-17'),('2020-03-18'),('2020-03-19'),('2020-03-20'),('2020-03-21'),('2020-03-22'),('2020-03-23'),('2020-03-24'),('2020-03-25'),('2020-03-26'),('2020-03-27'),('2020-03-28'),('2020-03-29'),('2020-03-30'),('2020-03-31'),('2020-04-01'),('2020-04-02'),('2020-04-03'),('2020-04-04'),('2020-04-05'),('2020-04-06'),('2020-04-07'),('2020-04-08'),('2020-04-09'),('2020-04-10'),('2020-04-11'),('2020-04-12'),('2020-04-13'),('2020-04-14'),('2020-04-15'),('2020-04-16'),('2020-04-17'),('2020-04-18'),('2020-04-19'),('2020-04-20'),('2020-04-21'),('2020-04-22'),('2020-04-23'),('2020-04-24'),('2020-04-25'),('2020-04-26'),('2020-04-27'),('2020-04-28'),('2020-04-29'),('2020-04-30'),('2020-05-01'),('2020-05-02'),('2020-05-03'),('2020-05-04'),('2020-05-05'),('2020-05-06'),('2020-05-07'),('2020-05-08'),('2020-05-09'),('2020-05-10'),('2020-05-11'),('2020-05-12'),('2020-05-13'),('2020-05-14'),('2020-05-15'),('2020-05-16'),('2020-05-17'),('2020-05-18'),('2020-05-19'),('2020-05-20'),('2020-05-21'),('2020-05-22'),('2020-05-23'),('2020-05-24'),('2020-05-25'),('2020-05-26'),('2020-05-27'),('2020-05-28'),('2020-05-29'),('2020-05-30'),('2020-05-31'),('2020-06-01'),('2020-06-02'),('2020-06-03'),('2020-06-04'),('2020-06-05'),('2020-06-06'),('2020-06-07'),('2020-06-08'),('2020-06-09'),('2020-06-10'),('2020-06-11'),('2020-06-12'),('2020-06-13'),('2020-06-14'),('2020-06-15'),('2020-06-16'),('2020-06-17'),('2020-06-18'),('2020-06-19'),('2020-06-20'),('2020-06-21'),('2020-06-22'),('2020-06-23'),('2020-06-24'),('2020-06-25'),('2020-06-26'),('2020-06-27'),('2020-06-28'),('2020-06-29'),('2020-06-30'),('2020-07-01'),('2020-07-02'),('2020-07-03'),('2020-07-04'),('2020-07-05'),('2020-07-06'),('2020-07-07'),('2020-07-08'),('2020-07-09'),('2020-07-10'),('2020-07-11'),('2020-07-12'),('2020-07-13'),('2020-07-14'),('2020-07-15'),('2020-07-16'),('2020-07-17'),('2020-07-18'),('2020-07-19'),('2020-07-20'),('2020-07-21'),('2020-07-22'),('2020-07-23'),('2020-07-24'),('2020-07-25'),('2020-07-26'),('2020-07-27'),('2020-07-28'),('2020-07-29'),('2020-07-30'),('2020-07-31'),('2020-08-01'),('2020-08-02'),('2020-08-03'),('2020-08-04'),('2020-08-05'),('2020-08-06'),('2020-08-07'),('2020-08-08'),('2020-08-09'),('2020-08-10'),('2020-08-11'),('2020-08-12'),('2020-08-13'),('2020-08-14'),('2020-08-15'),('2020-08-16'),('2020-08-17'),('2020-08-18'),('2020-08-19'),('2020-08-20'),('2020-08-21'),('2020-08-22'),('2020-08-23'),('2020-08-24'),('2020-08-25'),('2020-08-26'),('2020-08-27'),('2020-08-28'),('2020-08-29'),('2020-08-30'),('2020-08-31'),('2020-09-01'),('2020-09-02'),('2020-09-03'),('2020-09-04'),('2020-09-05'),('2020-09-06'),('2020-09-07'),('2020-09-08'),('2020-09-09'),('2020-09-10'),('2020-09-11'),('2020-09-12'),('2020-09-13'),('2020-09-14'),('2020-09-15'),('2020-09-16'),('2020-09-17'),('2020-09-18'),('2020-09-19'),('2020-09-20'),('2020-09-21'),('2020-09-22'),('2020-09-23'),('2020-09-24'),('2020-09-25'),('2020-09-26'),('2020-09-27'),('2020-09-28'),('2020-09-29'),('2020-09-30'),('2020-10-01'),('2020-10-02'),('2020-10-03'),('2020-10-04'),('2020-10-05'),('2020-10-06'),('2020-10-07'),('2020-10-08'),('2020-10-09'),('2020-10-10'),('2020-10-11'),('2020-10-12'),('2020-10-13'),('2020-10-14'),('2020-10-15'),('2020-10-16'),('2020-10-17'),('2020-10-18'),('2020-10-19'),('2020-10-20'),('2020-10-21'),('2020-10-22'),('2020-10-23'),('2020-10-24'),('2020-10-25'),('2020-10-26'),('2020-10-27'),('2020-10-28'),('2020-10-29'),('2020-10-30'),('2020-10-31'),('2020-11-01'),('2020-11-02'),('2020-11-03'),('2020-11-04'),('2020-11-05'),('2020-11-06'),('2020-11-07'),('2020-11-08'),('2020-11-09'),('2020-11-10'),('2020-11-11'),('2020-11-12'),('2020-11-13'),('2020-11-14'),('2020-11-15'),('2020-11-16'),('2020-11-17'),('2020-11-18'),('2020-11-19'),('2020-11-20'),('2020-11-21'),('2020-11-22'),('2020-11-23'),('2020-11-24'),('2020-11-25'),('2020-11-26'),('2020-11-27'),('2020-11-28'),('2020-11-29'),('2020-11-30'),('2020-12-01'),('2020-12-02'),('2020-12-03'),('2020-12-04'),('2020-12-05'),('2020-12-06'),('2020-12-07'),('2020-12-08'),('2020-12-09'),('2020-12-10'),('2020-12-11'),('2020-12-12'),('2020-12-13'),('2020-12-14'),('2020-12-15'),('2020-12-16'),('2020-12-17'),('2020-12-18'),('2020-12-19'),('2020-12-20'),('2020-12-21'),('2020-12-22'),('2020-12-23'),('2020-12-24'),('2020-12-25'),('2020-12-26'),('2020-12-27'),('2020-12-28'),('2020-12-29'),('2020-12-30'),('2020-12-31'),('2021-01-01'),('2021-01-02'),('2021-01-03'),('2021-01-04'),('2021-01-05'),('2021-01-06'),('2021-01-07'),('2021-01-08'),('2021-01-09'),('2021-01-10'),('2021-01-11'),('2021-01-12'),('2021-01-13'),('2021-01-14'),('2021-01-15'),('2021-01-16'),('2021-01-17'),('2021-01-18'),('2021-01-19'),('2021-01-20'),('2021-01-21'),('2021-01-22'),('2021-01-23'),('2021-01-24'),('2021-01-25'),('2021-01-26'),('2021-01-27'),('2021-01-28'),('2021-01-29'),('2021-01-30'),('2021-01-31'),('2021-02-01'),('2021-02-02'),('2021-02-03'),('2021-02-04'),('2021-02-05'),('2021-02-06'),('2021-02-07'),('2021-02-08'),('2021-02-09'),('2021-02-10'),('2021-02-11'),('2021-02-12'),('2021-02-13'),('2021-02-14'),('2021-02-15'),('2021-02-16'),('2021-02-17'),('2021-02-18'),('2021-02-19'),('2021-02-20'),('2021-02-21'),('2021-02-22'),('2021-02-23'),('2021-02-24'),('2021-02-25'),('2021-02-26'),('2021-02-27'),('2021-02-28'),('2021-03-01'),('2021-03-02'),('2021-03-03'),('2021-03-04'),('2021-03-05'),('2021-03-06'),('2021-03-07'),('2021-03-08'),('2021-03-09'),('2021-03-10'),('2021-03-11'),('2021-03-12'),('2021-03-13'),('2021-03-14'),('2021-03-15'),('2021-03-16'),('2021-03-17'),('2021-03-18'),('2021-03-19'),('2021-03-20'),('2021-03-21'),('2021-03-22'),('2021-03-23'),('2021-03-24'),('2021-03-25'),('2021-03-26'),('2021-03-27'),('2021-03-28'),('2021-03-29'),('2021-03-30'),('2021-03-31'),('2021-04-01'),('2021-04-02'),('2021-04-03'),('2021-04-04'),('2021-04-05'),('2021-04-06'),('2021-04-07'),('2021-04-08'),('2021-04-09'),('2021-04-10'),('2021-04-11'),('2021-04-12'),('2021-04-13'),('2021-04-14'),('2021-04-15'),('2021-04-16'),('2021-04-17'),('2021-04-18'),('2021-04-19'),('2021-04-20'),('2021-04-21'),('2021-04-22'),('2021-04-23'),('2021-04-24'),('2021-04-25'),('2021-04-26'),('2021-04-27'),('2021-04-28'),('2021-04-29'),('2021-04-30'),('2021-05-01'),('2021-05-02'),('2021-05-03'),('2021-05-04'),('2021-05-05'),('2021-05-06'),('2021-05-07'),('2021-05-08'),('2021-05-09'),('2021-05-10'),('2021-05-11'),('2021-05-12'),('2021-05-13'),('2021-05-14'),('2021-05-15'),('2021-05-16'),('2021-05-17'),('2021-05-18'),('2021-05-19'),('2021-05-20'),('2021-05-21'),('2021-05-22'),('2021-05-23'),('2021-05-24'),('2021-05-25'),('2021-05-26'),('2021-05-27'),('2021-05-28'),('2021-05-29'),('2021-05-30'),('2021-05-31'),('2021-06-01'),('2021-06-02'),('2021-06-03'),('2021-06-04'),('2021-06-05'),('2021-06-06'),('2021-06-07'),('2021-06-08'),('2021-06-09'),('2021-06-10'),('2021-06-11'),('2021-06-12'),('2021-06-13'),('2021-06-14'),('2021-06-15'),('2021-06-16'),('2021-06-17'),('2021-06-18'),('2021-06-19'),('2021-06-20'),('2021-06-21'),('2021-06-22'),('2021-06-23'),('2021-06-24'),('2021-06-25'),('2021-06-26'),('2021-06-27'),('2021-06-28'),('2021-06-29'),('2021-06-30'),('2021-07-01'),('2021-07-02'),('2021-07-03'),('2021-07-04'),('2021-07-05'),('2021-07-06'),('2021-07-07'),('2021-07-08'),('2021-07-09'),('2021-07-10'),('2021-07-11'),('2021-07-12'),('2021-07-13'),('2021-07-14'),('2021-07-15'),('2021-07-16'),('2021-07-17'),('2021-07-18'),('2021-07-19'),('2021-07-20'),('2021-07-21'),('2021-07-22'),('2021-07-23'),('2021-07-24'),('2021-07-25'),('2021-07-26'),('2021-07-27'),('2021-07-28'),('2021-07-29'),('2021-07-30'),('2021-07-31'),('2021-08-01'),('2021-08-02'),('2021-08-03'),('2021-08-04'),('2021-08-05'),('2021-08-06'),('2021-08-07'),('2021-08-08'),('2021-08-09'),('2021-08-10'),('2021-08-11'),('2021-08-12'),('2021-08-13'),('2021-08-14'),('2021-08-15'),('2021-08-16'),('2021-08-17'),('2021-08-18'),('2021-08-19'),('2021-08-20'),('2021-08-21'),('2021-08-22'),('2021-08-23'),('2021-08-24'),('2021-08-25'),('2021-08-26'),('2021-08-27'),('2021-08-28'),('2021-08-29'),('2021-08-30'),('2021-08-31'),('2021-09-01'),('2021-09-02'),('2021-09-03'),('2021-09-04'),('2021-09-05'),('2021-09-06'),('2021-09-07'),('2021-09-08'),('2021-09-09'),('2021-09-10'),('2021-09-11'),('2021-09-12'),('2021-09-13'),('2021-09-14'),('2021-09-15'),('2021-09-16'),('2021-09-17'),('2021-09-18'),('2021-09-19'),('2021-09-20'),('2021-09-21'),('2021-09-22'),('2021-09-23'),('2021-09-24'),('2021-09-25'),('2021-09-26'),('2021-09-27'),('2021-09-28'),('2021-09-29'),('2021-09-30'),('2021-10-01'),('2021-10-02'),('2021-10-03'),('2021-10-04'),('2021-10-05'),('2021-10-06'),('2021-10-07'),('2021-10-08'),('2021-10-09'),('2021-10-10'),('2021-10-11'),('2021-10-12'),('2021-10-13'),('2021-10-14'),('2021-10-15'),('2021-10-16'),('2021-10-17'),('2021-10-18'),('2021-10-19'),('2021-10-20'),('2021-10-21'),('2021-10-22'),('2021-10-23'),('2021-10-24'),('2021-10-25'),('2021-10-26'),('2021-10-27'),('2021-10-28'),('2021-10-29'),('2021-10-30'),('2021-10-31'),('2021-11-01'),('2021-11-02'),('2021-11-03'),('2021-11-04'),('2021-11-05'),('2021-11-06'),('2021-11-07'),('2021-11-08'),('2021-11-09'),('2021-11-10'),('2021-11-11'),('2021-11-12'),('2021-11-13'),('2021-11-14'),('2021-11-15'),('2021-11-16'),('2021-11-17'),('2021-11-18'),('2021-11-19'),('2021-11-20'),('2021-11-21'),('2021-11-22'),('2021-11-23'),('2021-11-24'),('2021-11-25'),('2021-11-26'),('2021-11-27'),('2021-11-28'),('2021-11-29'),('2021-11-30'),('2021-12-01'),('2021-12-02'),('2021-12-03'),('2021-12-04'),('2021-12-05'),('2021-12-06'),('2021-12-07'),('2021-12-08'),('2021-12-09'),('2021-12-10'),('2021-12-11'),('2021-12-12'),('2021-12-13'),('2021-12-14'),('2021-12-15'),('2021-12-16'),('2021-12-17'),('2021-12-18'),('2021-12-19'),('2021-12-20'),('2021-12-21'),('2021-12-22'),('2021-12-23'),('2021-12-24'),('2021-12-25'),('2021-12-26'),('2021-12-27'),('2021-12-28'),('2021-12-29'),('2021-12-30'),('2021-12-31'),('2022-01-01'),('2022-01-02'),('2022-01-03'),('2022-01-04'),('2022-01-05'),('2022-01-06'),('2022-01-07'),('2022-01-08'),('2022-01-09'),('2022-01-10'),('2022-01-11'),('2022-01-12'),('2022-01-13'),('2022-01-14'),('2022-01-15'),('2022-01-16'),('2022-01-17'),('2022-01-18'),('2022-01-19'),('2022-01-20'),('2022-01-21'),('2022-01-22'),('2022-01-23'),('2022-01-24'),('2022-01-25'),('2022-01-26'),('2022-01-27'),('2022-01-28'),('2022-01-29'),('2022-01-30'),('2022-01-31'),('2022-02-01'),('2022-02-02'),('2022-02-03'),('2022-02-04'),('2022-02-05'),('2022-02-06'),('2022-02-07'),('2022-02-08'),('2022-02-09'),('2022-02-10'),('2022-02-11'),('2022-02-12'),('2022-02-13'),('2022-02-14'),('2022-02-15'),('2022-02-16'),('2022-02-17'),('2022-02-18'),('2022-02-19'),('2022-02-20'),('2022-02-21'),('2022-02-22'),('2022-02-23'),('2022-02-24'),('2022-02-25'),('2022-02-26'),('2022-02-27'),('2022-02-28'),('2022-03-01'),('2022-03-02'),('2022-03-03'),('2022-03-04'),('2022-03-05'),('2022-03-06'),('2022-03-07'),('2022-03-08'),('2022-03-09'),('2022-03-10'),('2022-03-11'),('2022-03-12'),('2022-03-13'),('2022-03-14'),('2022-03-15'),('2022-03-16'),('2022-03-17'),('2022-03-18'),('2022-03-19'),('2022-03-20'),('2022-03-21'),('2022-03-22'),('2022-03-23'),('2022-03-24'),('2022-03-25'),('2022-03-26'),('2022-03-27'),('2022-03-28'),('2022-03-29'),('2022-03-30'),('2022-03-31'),('2022-04-01'),('2022-04-02'),('2022-04-03'),('2022-04-04'),('2022-04-05'),('2022-04-06'),('2022-04-07'),('2022-04-08'),('2022-04-09'),('2022-04-10'),('2022-04-11'),('2022-04-12'),('2022-04-13'),('2022-04-14'),('2022-04-15'),('2022-04-16'),('2022-04-17'),('2022-04-18'),('2022-04-19'),('2022-04-20'),('2022-04-21'),('2022-04-22'),('2022-04-23'),('2022-04-24'),('2022-04-25'),('2022-04-26'),('2022-04-27'),('2022-04-28'),('2022-04-29'),('2022-04-30'),('2022-05-01'),('2022-05-02'),('2022-05-03'),('2022-05-04'),('2022-05-05'),('2022-05-06'),('2022-05-07'),('2022-05-08'),('2022-05-09'),('2022-05-10'),('2022-05-11'),('2022-05-12'),('2022-05-13'),('2022-05-14'),('2022-05-15'),('2022-05-16'),('2022-05-17'),('2022-05-18'),('2022-05-19'),('2022-05-20'),('2022-05-21'),('2022-05-22'),('2022-05-23'),('2022-05-24'),('2022-05-25'),('2022-05-26'),('2022-05-27'),('2022-05-28'),('2022-05-29'),('2022-05-30'),('2022-05-31'),('2022-06-01'),('2022-06-02'),('2022-06-03'),('2022-06-04'),('2022-06-05'),('2022-06-06'),('2022-06-07'),('2022-06-08'),('2022-06-09'),('2022-06-10'),('2022-06-11'),('2022-06-12'),('2022-06-13'),('2022-06-14'),('2022-06-15'),('2022-06-16'),('2022-06-17'),('2022-06-18'),('2022-06-19'),('2022-06-20'),('2022-06-21'),('2022-06-22'),('2022-06-23'),('2022-06-24'),('2022-06-25'),('2022-06-26'),('2022-06-27'),('2022-06-28'),('2022-06-29'),('2022-06-30'),('2022-07-01'),('2022-07-02'),('2022-07-03'),('2022-07-04'),('2022-07-05'),('2022-07-06'),('2022-07-07'),('2022-07-08'),('2022-07-09'),('2022-07-10'),('2022-07-11'),('2022-07-12'),('2022-07-13'),('2022-07-14'),('2022-07-15'),('2022-07-16'),('2022-07-17'),('2022-07-18'),('2022-07-19'),('2022-07-20'),('2022-07-21'),('2022-07-22'),('2022-07-23'),('2022-07-24'),('2022-07-25'),('2022-07-26'),('2022-07-27'),('2022-07-28'),('2022-07-29'),('2022-07-30'),('2022-07-31'),('2022-08-01'),('2022-08-02'),('2022-08-03'),('2022-08-04'),('2022-08-05'),('2022-08-06'),('2022-08-07'),('2022-08-08'),('2022-08-09'),('2022-08-10'),('2022-08-11'),('2022-08-12'),('2022-08-13'),('2022-08-14'),('2022-08-15'),('2022-08-16'),('2022-08-17'),('2022-08-18'),('2022-08-19'),('2022-08-20'),('2022-08-21'),('2022-08-22'),('2022-08-23'),('2022-08-24'),('2022-08-25'),('2022-08-26'),('2022-08-27'),('2022-08-28'),('2022-08-29'),('2022-08-30'),('2022-08-31'),('2022-09-01'),('2022-09-02'),('2022-09-03'),('2022-09-04'),('2022-09-05'),('2022-09-06'),('2022-09-07'),('2022-09-08'),('2022-09-09'),('2022-09-10'),('2022-09-11'),('2022-09-12'),('2022-09-13'),('2022-09-14'),('2022-09-15'),('2022-09-16'),('2022-09-17'),('2022-09-18'),('2022-09-19'),('2022-09-20'),('2022-09-21'),('2022-09-22'),('2022-09-23'),('2022-09-24'),('2022-09-25'),('2022-09-26'),('2022-09-27'),('2022-09-28'),('2022-09-29'),('2022-09-30'),('2022-10-01'),('2022-10-02'),('2022-10-03'),('2022-10-04'),('2022-10-05'),('2022-10-06'),('2022-10-07'),('2022-10-08'),('2022-10-09'),('2022-10-10'),('2022-10-11'),('2022-10-12'),('2022-10-13'),('2022-10-14'),('2022-10-15'),('2022-10-16'),('2022-10-17'),('2022-10-18'),('2022-10-19'),('2022-10-20'),('2022-10-21'),('2022-10-22'),('2022-10-23'),('2022-10-24'),('2022-10-25'),('2022-10-26'),('2022-10-27'),('2022-10-28'),('2022-10-29'),('2022-10-30'),('2022-10-31'),('2022-11-01'),('2022-11-02'),('2022-11-03'),('2022-11-04'),('2022-11-05'),('2022-11-06'),('2022-11-07'),('2022-11-08'),('2022-11-09'),('2022-11-10'),('2022-11-11'),('2022-11-12'),('2022-11-13'),('2022-11-14'),('2022-11-15'),('2022-11-16'),('2022-11-17'),('2022-11-18'),('2022-11-19'),('2022-11-20'),('2022-11-21'),('2022-11-22'),('2022-11-23'),('2022-11-24'),('2022-11-25'),('2022-11-26'),('2022-11-27'),('2022-11-28'),('2022-11-29'),('2022-11-30'),('2022-12-01'),('2022-12-02'),('2022-12-03'),('2022-12-04'),('2022-12-05'),('2022-12-06'),('2022-12-07'),('2022-12-08'),('2022-12-09'),('2022-12-10'),('2022-12-11'),('2022-12-12'),('2022-12-13'),('2022-12-14'),('2022-12-15'),('2022-12-16'),('2022-12-17'),('2022-12-18'),('2022-12-19'),('2022-12-20'),('2022-12-21'),('2022-12-22'),('2022-12-23'),('2022-12-24'),('2022-12-25'),('2022-12-26'),('2022-12-27'),('2022-12-28'),('2022-12-29'),('2022-12-30'),('2022-12-31'),('2023-01-01'),('2023-01-02'),('2023-01-03'),('2023-01-04'),('2023-01-05'),('2023-01-06'),('2023-01-07'),('2023-01-08'),('2023-01-09'),('2023-01-10'),('2023-01-11'),('2023-01-12'),('2023-01-13'),('2023-01-14'),('2023-01-15'),('2023-01-16'),('2023-01-17'),('2023-01-18'),('2023-01-19'),('2023-01-20'),('2023-01-21'),('2023-01-22'),('2023-01-23'),('2023-01-24'),('2023-01-25'),('2023-01-26'),('2023-01-27'),('2023-01-28'),('2023-01-29'),('2023-01-30'),('2023-01-31'),('2023-02-01'),('2023-02-02'),('2023-02-03'),('2023-02-04'),('2023-02-05'),('2023-02-06'),('2023-02-07'),('2023-02-08'),('2023-02-09'),('2023-02-10'),('2023-02-11'),('2023-02-12'),('2023-02-13'),('2023-02-14'),('2023-02-15'),('2023-02-16'),('2023-02-17'),('2023-02-18'),('2023-02-19'),('2023-02-20'),('2023-02-21'),('2023-02-22'),('2023-02-23'),('2023-02-24'),('2023-02-25'),('2023-02-26'),('2023-02-27'),('2023-02-28'),('2023-03-01'),('2023-03-02'),('2023-03-03'),('2023-03-04'),('2023-03-05'),('2023-03-06'),('2023-03-07'),('2023-03-08'),('2023-03-09'),('2023-03-10'),('2023-03-11'),('2023-03-12'),('2023-03-13'),('2023-03-14'),('2023-03-15'),('2023-03-16'),('2023-03-17'),('2023-03-18'),('2023-03-19'),('2023-03-20'),('2023-03-21'),('2023-03-22'),('2023-03-23'),('2023-03-24'),('2023-03-25'),('2023-03-26'),('2023-03-27'),('2023-03-28'),('2023-03-29'),('2023-03-30'),('2023-03-31'),('2023-04-01'),('2023-04-02'),('2023-04-03'),('2023-04-04'),('2023-04-05'),('2023-04-06'),('2023-04-07'),('2023-04-08'),('2023-04-09'),('2023-04-10'),('2023-04-11'),('2023-04-12'),('2023-04-13'),('2023-04-14'),('2023-04-15'),('2023-04-16'),('2023-04-17'),('2023-04-18'),('2023-04-19'),('2023-04-20'),('2023-04-21'),('2023-04-22'),('2023-04-23'),('2023-04-24'),('2023-04-25'),('2023-04-26'),('2023-04-27'),('2023-04-28'),('2023-04-29'),('2023-04-30'),('2023-05-01'),('2023-05-02'),('2023-05-03'),('2023-05-04'),('2023-05-05'),('2023-05-06'),('2023-05-07'),('2023-05-08'),('2023-05-09'),('2023-05-10'),('2023-05-11'),('2023-05-12'),('2023-05-13'),('2023-05-14'),('2023-05-15'),('2023-05-16'),('2023-05-17'),('2023-05-18'),('2023-05-19'),('2023-05-20'),('2023-05-21'),('2023-05-22'),('2023-05-23'),('2023-05-24'),('2023-05-25'),('2023-05-26'),('2023-05-27'),('2023-05-28'),('2023-05-29'),('2023-05-30'),('2023-05-31'),('2023-06-01'),('2023-06-02'),('2023-06-03'),('2023-06-04'),('2023-06-05'),('2023-06-06'),('2023-06-07'),('2023-06-08'),('2023-06-09'),('2023-06-10'),('2023-06-11'),('2023-06-12'),('2023-06-13'),('2023-06-14'),('2023-06-15'),('2023-06-16'),('2023-06-17'),('2023-06-18'),('2023-06-19'),('2023-06-20'),('2023-06-21'),('2023-06-22'),('2023-06-23'),('2023-06-24'),('2023-06-25'),('2023-06-26'),('2023-06-27'),('2023-06-28'),('2023-06-29'),('2023-06-30'),('2023-07-01'),('2023-07-02'),('2023-07-03'),('2023-07-04'),('2023-07-05'),('2023-07-06'),('2023-07-07'),('2023-07-08'),('2023-07-09'),('2023-07-10'),('2023-07-11'),('2023-07-12'),('2023-07-13'),('2023-07-14'),('2023-07-15'),('2023-07-16'),('2023-07-17'),('2023-07-18'),('2023-07-19'),('2023-07-20'),('2023-07-21'),('2023-07-22'),('2023-07-23'),('2023-07-24'),('2023-07-25'),('2023-07-26'),('2023-07-27'),('2023-07-28'),('2023-07-29'),('2023-07-30'),('2023-07-31'),('2023-08-01'),('2023-08-02'),('2023-08-03'),('2023-08-04'),('2023-08-05'),('2023-08-06'),('2023-08-07'),('2023-08-08'),('2023-08-09'),('2023-08-10'),('2023-08-11'),('2023-08-12'),('2023-08-13'),('2023-08-14'),('2023-08-15'),('2023-08-16'),('2023-08-17'),('2023-08-18'),('2023-08-19'),('2023-08-20'),('2023-08-21'),('2023-08-22'),('2023-08-23'),('2023-08-24'),('2023-08-25'),('2023-08-26'),('2023-08-27'),('2023-08-28'),('2023-08-29'),('2023-08-30'),('2023-08-31'),('2023-09-01'),('2023-09-02'),('2023-09-03'),('2023-09-04'),('2023-09-05'),('2023-09-06'),('2023-09-07'),('2023-09-08'),('2023-09-09'),('2023-09-10'),('2023-09-11'),('2023-09-12'),('2023-09-13'),('2023-09-14'),('2023-09-15'),('2023-09-16'),('2023-09-17'),('2023-09-18'),('2023-09-19'),('2023-09-20'),('2023-09-21'),('2023-09-22'),('2023-09-23'),('2023-09-24'),('2023-09-25'),('2023-09-26'),('2023-09-27'),('2023-09-28'),('2023-09-29'),('2023-09-30'),('2023-10-01'),('2023-10-02'),('2023-10-03'),('2023-10-04'),('2023-10-05'),('2023-10-06'),('2023-10-07'),('2023-10-08'),('2023-10-09'),('2023-10-10'),('2023-10-11'),('2023-10-12'),('2023-10-13'),('2023-10-14'),('2023-10-15'),('2023-10-16'),('2023-10-17'),('2023-10-18'),('2023-10-19'),('2023-10-20'),('2023-10-21'),('2023-10-22'),('2023-10-23'),('2023-10-24'),('2023-10-25'),('2023-10-26'),('2023-10-27'),('2023-10-28'),('2023-10-29'),('2023-10-30'),('2023-10-31'),('2023-11-01'),('2023-11-02'),('2023-11-03'),('2023-11-04'),('2023-11-05'),('2023-11-06'),('2023-11-07'),('2023-11-08'),('2023-11-09'),('2023-11-10'),('2023-11-11'),('2023-11-12'),('2023-11-13'),('2023-11-14'),('2023-11-15'),('2023-11-16'),('2023-11-17'),('2023-11-18'),('2023-11-19'),('2023-11-20'),('2023-11-21'),('2023-11-22'),('2023-11-23'),('2023-11-24'),('2023-11-25'),('2023-11-26'),('2023-11-27'),('2023-11-28'),('2023-11-29'),('2023-11-30'),('2023-12-01'),('2023-12-02'),('2023-12-03'),('2023-12-04'),('2023-12-05'),('2023-12-06'),('2023-12-07'),('2023-12-08'),('2023-12-09'),('2023-12-10'),('2023-12-11'),('2023-12-12'),('2023-12-13'),('2023-12-14'),('2023-12-15'),('2023-12-16'),('2023-12-17'),('2023-12-18'),('2023-12-19'),('2023-12-20'),('2023-12-21'),('2023-12-22'),('2023-12-23'),('2023-12-24'),('2023-12-25'),('2023-12-26'),('2023-12-27'),('2023-12-28'),('2023-12-29'),('2023-12-30'),('2023-12-31'),('2024-01-01'),('2024-01-02'),('2024-01-03'),('2024-01-04'),('2024-01-05'),('2024-01-06'),('2024-01-07'),('2024-01-08'),('2024-01-09'),('2024-01-10'),('2024-01-11'),('2024-01-12'),('2024-01-13'),('2024-01-14'),('2024-01-15'),('2024-01-16'),('2024-01-17'),('2024-01-18'),('2024-01-19'),('2024-01-20'),('2024-01-21'),('2024-01-22'),('2024-01-23'),('2024-01-24'),('2024-01-25'),('2024-01-26'),('2024-01-27'),('2024-01-28'),('2024-01-29'),('2024-01-30'),('2024-01-31'),('2024-02-01'),('2024-02-02'),('2024-02-03'),('2024-02-04'),('2024-02-05'),('2024-02-06'),('2024-02-07'),('2024-02-08'),('2024-02-09'),('2024-02-10'),('2024-02-11'),('2024-02-12'),('2024-02-13'),('2024-02-14'),('2024-02-15'),('2024-02-16'),('2024-02-17'),('2024-02-18'),('2024-02-19'),('2024-02-20'),('2024-02-21'),('2024-02-22'),('2024-02-23'),('2024-02-24'),('2024-02-25'),('2024-02-26'),('2024-02-27'),('2024-02-28'),('2024-02-29'),('2024-03-01'),('2024-03-02'),('2024-03-03'),('2024-03-04'),('2024-03-05'),('2024-03-06'),('2024-03-07'),('2024-03-08'),('2024-03-09'),('2024-03-10'),('2024-03-11'),('2024-03-12'),('2024-03-13'),('2024-03-14'),('2024-03-15'),('2024-03-16'),('2024-03-17'),('2024-03-18'),('2024-03-19'),('2024-03-20'),('2024-03-21'),('2024-03-22'),('2024-03-23'),('2024-03-24'),('2024-03-25'),('2024-03-26'),('2024-03-27'),('2024-03-28'),('2024-03-29'),('2024-03-30'),('2024-03-31'),('2024-04-01'),('2024-04-02'),('2024-04-03'),('2024-04-04'),('2024-04-05'),('2024-04-06'),('2024-04-07'),('2024-04-08'),('2024-04-09'),('2024-04-10'),('2024-04-11'),('2024-04-12'),('2024-04-13'),('2024-04-14'),('2024-04-15'),('2024-04-16'),('2024-04-17'),('2024-04-18'),('2024-04-19'),('2024-04-20'),('2024-04-21'),('2024-04-22'),('2024-04-23'),('2024-04-24'),('2024-04-25'),('2024-04-26'),('2024-04-27'),('2024-04-28'),('2024-04-29'),('2024-04-30'),('2024-05-01'),('2024-05-02'),('2024-05-03'),('2024-05-04'),('2024-05-05'),('2024-05-06'),('2024-05-07'),('2024-05-08'),('2024-05-09'),('2024-05-10'),('2024-05-11'),('2024-05-12'),('2024-05-13'),('2024-05-14'),('2024-05-15'),('2024-05-16'),('2024-05-17'),('2024-05-18'),('2024-05-19'),('2024-05-20'),('2024-05-21'),('2024-05-22'),('2024-05-23'),('2024-05-24'),('2024-05-25'),('2024-05-26'),('2024-05-27'),('2024-05-28'),('2024-05-29'),('2024-05-30'),('2024-05-31'),('2024-06-01'),('2024-06-02'),('2024-06-03'),('2024-06-04'),('2024-06-05'),('2024-06-06'),('2024-06-07'),('2024-06-08'),('2024-06-09'),('2024-06-10'),('2024-06-11'),('2024-06-12'),('2024-06-13'),('2024-06-14'),('2024-06-15'),('2024-06-16'),('2024-06-17'),('2024-06-18'),('2024-06-19'),('2024-06-20'),('2024-06-21'),('2024-06-22'),('2024-06-23'),('2024-06-24'),('2024-06-25'),('2024-06-26'),('2024-06-27'),('2024-06-28'),('2024-06-29'),('2024-06-30'),('2024-07-01'),('2024-07-02'),('2024-07-03'),('2024-07-04'),('2024-07-05'),('2024-07-06'),('2024-07-07'),('2024-07-08'),('2024-07-09'),('2024-07-10'),('2024-07-11'),('2024-07-12'),('2024-07-13'),('2024-07-14'),('2024-07-15'),('2024-07-16'),('2024-07-17'),('2024-07-18'),('2024-07-19'),('2024-07-20'),('2024-07-21'),('2024-07-22'),('2024-07-23'),('2024-07-24'),('2024-07-25'),('2024-07-26'),('2024-07-27'),('2024-07-28'),('2024-07-29'),('2024-07-30'),('2024-07-31'),('2024-08-01'),('2024-08-02'),('2024-08-03'),('2024-08-04'),('2024-08-05'),('2024-08-06'),('2024-08-07'),('2024-08-08'),('2024-08-09'),('2024-08-10'),('2024-08-11'),('2024-08-12'),('2024-08-13'),('2024-08-14'),('2024-08-15'),('2024-08-16'),('2024-08-17'),('2024-08-18'),('2024-08-19'),('2024-08-20'),('2024-08-21'),('2024-08-22'),('2024-08-23'),('2024-08-24'),('2024-08-25'),('2024-08-26'),('2024-08-27'),('2024-08-28'),('2024-08-29'),('2024-08-30'),('2024-08-31'),('2024-09-01'),('2024-09-02'),('2024-09-03'),('2024-09-04'),('2024-09-05'),('2024-09-06'),('2024-09-07'),('2024-09-08'),('2024-09-09'),('2024-09-10'),('2024-09-11'),('2024-09-12'),('2024-09-13'),('2024-09-14'),('2024-09-15'),('2024-09-16'),('2024-09-17'),('2024-09-18'),('2024-09-19'),('2024-09-20'),('2024-09-21'),('2024-09-22'),('2024-09-23'),('2024-09-24'),('2024-09-25'),('2024-09-26'),('2024-09-27'),('2024-09-28'),('2024-09-29'),('2024-09-30'),('2024-10-01'),('2024-10-02'),('2024-10-03'),('2024-10-04'),('2024-10-05'),('2024-10-06'),('2024-10-07'),('2024-10-08'),('2024-10-09'),('2024-10-10'),('2024-10-11'),('2024-10-12'),('2024-10-13'),('2024-10-14'),('2024-10-15'),('2024-10-16'),('2024-10-17'),('2024-10-18'),('2024-10-19'),('2024-10-20'),('2024-10-21'),('2024-10-22'),('2024-10-23'),('2024-10-24'),('2024-10-25'),('2024-10-26'),('2024-10-27'),('2024-10-28'),('2024-10-29'),('2024-10-30'),('2024-10-31'),('2024-11-01'),('2024-11-02'),('2024-11-03'),('2024-11-04'),('2024-11-05'),('2024-11-06'),('2024-11-07'),('2024-11-08'),('2024-11-09'),('2024-11-10'),('2024-11-11'),('2024-11-12'),('2024-11-13'),('2024-11-14'),('2024-11-15'),('2024-11-16'),('2024-11-17'),('2024-11-18'),('2024-11-19'),('2024-11-20'),('2024-11-21'),('2024-11-22'),('2024-11-23'),('2024-11-24'),('2024-11-25'),('2024-11-26'),('2024-11-27'),('2024-11-28'),('2024-11-29'),('2024-11-30'),('2024-12-01'),('2024-12-02'),('2024-12-03'),('2024-12-04'),('2024-12-05'),('2024-12-06'),('2024-12-07'),('2024-12-08'),('2024-12-09'),('2024-12-10'),('2024-12-11'),('2024-12-12'),('2024-12-13'),('2024-12-14'),('2024-12-15'),('2024-12-16'),('2024-12-17'),('2024-12-18'),('2024-12-19'),('2024-12-20'),('2024-12-21'),('2024-12-22'),('2024-12-23'),('2024-12-24'),('2024-12-25'),('2024-12-26'),('2024-12-27'),('2024-12-28'),('2024-12-29'),('2024-12-30'),('2024-12-31'),('2025-01-01'),('2025-01-02'),('2025-01-03'),('2025-01-04'),('2025-01-05'),('2025-01-06'),('2025-01-07'),('2025-01-08'),('2025-01-09'),('2025-01-10'),('2025-01-11'),('2025-01-12'),('2025-01-13'),('2025-01-14'),('2025-01-15'),('2025-01-16'),('2025-01-17'),('2025-01-18'),('2025-01-19'),('2025-01-20'),('2025-01-21'),('2025-01-22'),('2025-01-23'),('2025-01-24'),('2025-01-25'),('2025-01-26'),('2025-01-27'),('2025-01-28'),('2025-01-29'),('2025-01-30'),('2025-01-31'),('2025-02-01'),('2025-02-02'),('2025-02-03'),('2025-02-04'),('2025-02-05'),('2025-02-06'),('2025-02-07'),('2025-02-08'),('2025-02-09'),('2025-02-10'),('2025-02-11'),('2025-02-12'),('2025-02-13'),('2025-02-14'),('2025-02-15'),('2025-02-16'),('2025-02-17'),('2025-02-18'),('2025-02-19'),('2025-02-20'),('2025-02-21'),('2025-02-22'),('2025-02-23'),('2025-02-24'),('2025-02-25'),('2025-02-26'),('2025-02-27'),('2025-02-28'),('2025-03-01'),('2025-03-02'),('2025-03-03'),('2025-03-04'),('2025-03-05'),('2025-03-06'),('2025-03-07'),('2025-03-08'),('2025-03-09'),('2025-03-10'),('2025-03-11'),('2025-03-12'),('2025-03-13'),('2025-03-14'),('2025-03-15'),('2025-03-16'),('2025-03-17'),('2025-03-18'),('2025-03-19'),('2025-03-20'),('2025-03-21'),('2025-03-22'),('2025-03-23'),('2025-03-24'),('2025-03-25'),('2025-03-26'),('2025-03-27'),('2025-03-28'),('2025-03-29'),('2025-03-30'),('2025-03-31'),('2025-04-01'),('2025-04-02'),('2025-04-03'),('2025-04-04'),('2025-04-05'),('2025-04-06'),('2025-04-07'),('2025-04-08'),('2025-04-09'),('2025-04-10'),('2025-04-11'),('2025-04-12'),('2025-04-13'),('2025-04-14'),('2025-04-15'),('2025-04-16'),('2025-04-17'),('2025-04-18'),('2025-04-19'),('2025-04-20'),('2025-04-21'),('2025-04-22'),('2025-04-23'),('2025-04-24'),('2025-04-25'),('2025-04-26'),('2025-04-27'),('2025-04-28'),('2025-04-29'),('2025-04-30'),('2025-05-01'),('2025-05-02'),('2025-05-03'),('2025-05-04'),('2025-05-05'),('2025-05-06'),('2025-05-07'),('2025-05-08'),('2025-05-09'),('2025-05-10'),('2025-05-11'),('2025-05-12'),('2025-05-13'),('2025-05-14'),('2025-05-15'),('2025-05-16'),('2025-05-17'),('2025-05-18'),('2025-05-19'),('2025-05-20'),('2025-05-21'),('2025-05-22'),('2025-05-23'),('2025-05-24'),('2025-05-25'),('2025-05-26'),('2025-05-27'),('2025-05-28'),('2025-05-29'),('2025-05-30'),('2025-05-31'),('2025-06-01'),('2025-06-02'),('2025-06-03'),('2025-06-04'),('2025-06-05'),('2025-06-06'),('2025-06-07'),('2025-06-08'),('2025-06-09'),('2025-06-10'),('2025-06-11'),('2025-06-12'),('2025-06-13'),('2025-06-14'),('2025-06-15'),('2025-06-16'),('2025-06-17'),('2025-06-18'),('2025-06-19'),('2025-06-20'),('2025-06-21'),('2025-06-22'),('2025-06-23'),('2025-06-24'),('2025-06-25'),('2025-06-26'),('2025-06-27'),('2025-06-28'),('2025-06-29'),('2025-06-30'),('2025-07-01'),('2025-07-02'),('2025-07-03'),('2025-07-04'),('2025-07-05'),('2025-07-06'),('2025-07-07'),('2025-07-08'),('2025-07-09'),('2025-07-10'),('2025-07-11'),('2025-07-12'),('2025-07-13'),('2025-07-14'),('2025-07-15'),('2025-07-16'),('2025-07-17'),('2025-07-18'),('2025-07-19'),('2025-07-20'),('2025-07-21'),('2025-07-22'),('2025-07-23'),('2025-07-24'),('2025-07-25'),('2025-07-26'),('2025-07-27'),('2025-07-28'),('2025-07-29'),('2025-07-30'),('2025-07-31'),('2025-08-01'),('2025-08-02'),('2025-08-03'),('2025-08-04'),('2025-08-05'),('2025-08-06'),('2025-08-07'),('2025-08-08'),('2025-08-09'),('2025-08-10'),('2025-08-11'),('2025-08-12'),('2025-08-13'),('2025-08-14'),('2025-08-15'),('2025-08-16'),('2025-08-17'),('2025-08-18'),('2025-08-19'),('2025-08-20'),('2025-08-21'),('2025-08-22'),('2025-08-23'),('2025-08-24'),('2025-08-25'),('2025-08-26'),('2025-08-27'),('2025-08-28'),('2025-08-29'),('2025-08-30'),('2025-08-31'),('2025-09-01'),('2025-09-02'),('2025-09-03'),('2025-09-04'),('2025-09-05'),('2025-09-06'),('2025-09-07'),('2025-09-08'),('2025-09-09'),('2025-09-10'),('2025-09-11'),('2025-09-12'),('2025-09-13'),('2025-09-14'),('2025-09-15'),('2025-09-16'),('2025-09-17'),('2025-09-18'),('2025-09-19'),('2025-09-20'),('2025-09-21'),('2025-09-22'),('2025-09-23'),('2025-09-24'),('2025-09-25'),('2025-09-26'),('2025-09-27'),('2025-09-28'),('2025-09-29'),('2025-09-30'),('2025-10-01'),('2025-10-02'),('2025-10-03'),('2025-10-04'),('2025-10-05'),('2025-10-06'),('2025-10-07'),('2025-10-08'),('2025-10-09'),('2025-10-10'),('2025-10-11'),('2025-10-12'),('2025-10-13'),('2025-10-14'),('2025-10-15'),('2025-10-16'),('2025-10-17'),('2025-10-18'),('2025-10-19'),('2025-10-20'),('2025-10-21'),('2025-10-22'),('2025-10-23'),('2025-10-24'),('2025-10-25'),('2025-10-26'),('2025-10-27'),('2025-10-28'),('2025-10-29'),('2025-10-30'),('2025-10-31'),('2025-11-01'),('2025-11-02'),('2025-11-03'),('2025-11-04'),('2025-11-05'),('2025-11-06'),('2025-11-07'),('2025-11-08'),('2025-11-09'),('2025-11-10'),('2025-11-11'),('2025-11-12'),('2025-11-13'),('2025-11-14'),('2025-11-15'),('2025-11-16'),('2025-11-17'),('2025-11-18'),('2025-11-19'),('2025-11-20'),('2025-11-21'),('2025-11-22'),('2025-11-23'),('2025-11-24'),('2025-11-25'),('2025-11-26'),('2025-11-27'),('2025-11-28'),('2025-11-29'),('2025-11-30'),('2025-12-01'),('2025-12-02'),('2025-12-03'),('2025-12-04'),('2025-12-05'),('2025-12-06'),('2025-12-07'),('2025-12-08'),('2025-12-09'),('2025-12-10'),('2025-12-11'),('2025-12-12'),('2025-12-13'),('2025-12-14'),('2025-12-15'),('2025-12-16'),('2025-12-17'),('2025-12-18'),('2025-12-19'),('2025-12-20'),('2025-12-21'),('2025-12-22'),('2025-12-23'),('2025-12-24'),('2025-12-25'),('2025-12-26'),('2025-12-27'),('2025-12-28'),('2025-12-29'),('2025-12-30'),('2025-12-31'),('2026-01-01'),('2026-01-02'),('2026-01-03'),('2026-01-04'),('2026-01-05'),('2026-01-06'),('2026-01-07'),('2026-01-08'),('2026-01-09'),('2026-01-10'),('2026-01-11'),('2026-01-12'),('2026-01-13'),('2026-01-14'),('2026-01-15'),('2026-01-16'),('2026-01-17'),('2026-01-18'),('2026-01-19'),('2026-01-20'),('2026-01-21'),('2026-01-22'),('2026-01-23'),('2026-01-24'),('2026-01-25'),('2026-01-26'),('2026-01-27'),('2026-01-28'),('2026-01-29'),('2026-01-30'),('2026-01-31'),('2026-02-01'),('2026-02-02'),('2026-02-03'),('2026-02-04'),('2026-02-05'),('2026-02-06'),('2026-02-07'),('2026-02-08'),('2026-02-09'),('2026-02-10'),('2026-02-11'),('2026-02-12'),('2026-02-13'),('2026-02-14'),('2026-02-15'),('2026-02-16'),('2026-02-17'),('2026-02-18'),('2026-02-19'),('2026-02-20'),('2026-02-21'),('2026-02-22'),('2026-02-23'),('2026-02-24'),('2026-02-25'),('2026-02-26'),('2026-02-27'),('2026-02-28'),('2026-03-01'),('2026-03-02'),('2026-03-03'),('2026-03-04'),('2026-03-05'),('2026-03-06'),('2026-03-07'),('2026-03-08'),('2026-03-09'),('2026-03-10'),('2026-03-11'),('2026-03-12'),('2026-03-13'),('2026-03-14'),('2026-03-15'),('2026-03-16'),('2026-03-17'),('2026-03-18'),('2026-03-19'),('2026-03-20'),('2026-03-21'),('2026-03-22'),('2026-03-23'),('2026-03-24'),('2026-03-25'),('2026-03-26'),('2026-03-27'),('2026-03-28'),('2026-03-29'),('2026-03-30'),('2026-03-31'),('2026-04-01'),('2026-04-02'),('2026-04-03'),('2026-04-04'),('2026-04-05'),('2026-04-06'),('2026-04-07'),('2026-04-08'),('2026-04-09'),('2026-04-10'),('2026-04-11'),('2026-04-12'),('2026-04-13'),('2026-04-14'),('2026-04-15'),('2026-04-16'),('2026-04-17'),('2026-04-18'),('2026-04-19'),('2026-04-20'),('2026-04-21'),('2026-04-22'),('2026-04-23'),('2026-04-24'),('2026-04-25'),('2026-04-26'),('2026-04-27'),('2026-04-28'),('2026-04-29'),('2026-04-30'),('2026-05-01'),('2026-05-02'),('2026-05-03'),('2026-05-04'),('2026-05-05'),('2026-05-06'),('2026-05-07'),('2026-05-08'),('2026-05-09'),('2026-05-10'),('2026-05-11'),('2026-05-12'),('2026-05-13'),('2026-05-14'),('2026-05-15'),('2026-05-16'),('2026-05-17'),('2026-05-18'),('2026-05-19'),('2026-05-20'),('2026-05-21'),('2026-05-22'),('2026-05-23'),('2026-05-24'),('2026-05-25'),('2026-05-26'),('2026-05-27'),('2026-05-28'),('2026-05-29'),('2026-05-30'),('2026-05-31'),('2026-06-01'),('2026-06-02'),('2026-06-03'),('2026-06-04'),('2026-06-05'),('2026-06-06'),('2026-06-07'),('2026-06-08'),('2026-06-09'),('2026-06-10'),('2026-06-11'),('2026-06-12'),('2026-06-13'),('2026-06-14'),('2026-06-15'),('2026-06-16'),('2026-06-17'),('2026-06-18'),('2026-06-19'),('2026-06-20'),('2026-06-21'),('2026-06-22'),('2026-06-23'),('2026-06-24'),('2026-06-25'),('2026-06-26'),('2026-06-27'),('2026-06-28'),('2026-06-29'),('2026-06-30'),('2026-07-01'),('2026-07-02'),('2026-07-03'),('2026-07-04'),('2026-07-05'),('2026-07-06'),('2026-07-07'),('2026-07-08'),('2026-07-09'),('2026-07-10'),('2026-07-11'),('2026-07-12'),('2026-07-13'),('2026-07-14'),('2026-07-15'),('2026-07-16'),('2026-07-17'),('2026-07-18'),('2026-07-19'),('2026-07-20'),('2026-07-21'),('2026-07-22'),('2026-07-23'),('2026-07-24'),('2026-07-25'),('2026-07-26'),('2026-07-27'),('2026-07-28'),('2026-07-29'),('2026-07-30'),('2026-07-31'),('2026-08-01'),('2026-08-02'),('2026-08-03'),('2026-08-04'),('2026-08-05'),('2026-08-06'),('2026-08-07'),('2026-08-08'),('2026-08-09'),('2026-08-10'),('2026-08-11'),('2026-08-12'),('2026-08-13'),('2026-08-14'),('2026-08-15'),('2026-08-16'),('2026-08-17'),('2026-08-18'),('2026-08-19'),('2026-08-20'),('2026-08-21'),('2026-08-22'),('2026-08-23'),('2026-08-24'),('2026-08-25'),('2026-08-26'),('2026-08-27'),('2026-08-28'),('2026-08-29'),('2026-08-30'),('2026-08-31'),('2026-09-01'),('2026-09-02'),('2026-09-03'),('2026-09-04'),('2026-09-05'),('2026-09-06'),('2026-09-07'),('2026-09-08'),('2026-09-09'),('2026-09-10'),('2026-09-11'),('2026-09-12'),('2026-09-13'),('2026-09-14'),('2026-09-15'),('2026-09-16'),('2026-09-17'),('2026-09-18'),('2026-09-19'),('2026-09-20'),('2026-09-21'),('2026-09-22'),('2026-09-23'),('2026-09-24'),('2026-09-25'),('2026-09-26'),('2026-09-27'),('2026-09-28'),('2026-09-29'),('2026-09-30'),('2026-10-01'),('2026-10-02'),('2026-10-03'),('2026-10-04'),('2026-10-05'),('2026-10-06'),('2026-10-07'),('2026-10-08'),('2026-10-09'),('2026-10-10'),('2026-10-11'),('2026-10-12'),('2026-10-13'),('2026-10-14'),('2026-10-15'),('2026-10-16'),('2026-10-17'),('2026-10-18'),('2026-10-19'),('2026-10-20'),('2026-10-21'),('2026-10-22'),('2026-10-23'),('2026-10-24'),('2026-10-25'),('2026-10-26'),('2026-10-27'),('2026-10-28'),('2026-10-29'),('2026-10-30'),('2026-10-31'),('2026-11-01'),('2026-11-02'),('2026-11-03'),('2026-11-04'),('2026-11-05'),('2026-11-06'),('2026-11-07'),('2026-11-08'),('2026-11-09'),('2026-11-10'),('2026-11-11'),('2026-11-12'),('2026-11-13'),('2026-11-14'),('2026-11-15'),('2026-11-16'),('2026-11-17'),('2026-11-18'),('2026-11-19'),('2026-11-20'),('2026-11-21'),('2026-11-22'),('2026-11-23'),('2026-11-24'),('2026-11-25'),('2026-11-26'),('2026-11-27'),('2026-11-28'),('2026-11-29'),('2026-11-30'),('2026-12-01'),('2026-12-02'),('2026-12-03'),('2026-12-04'),('2026-12-05'),('2026-12-06'),('2026-12-07'),('2026-12-08'),('2026-12-09'),('2026-12-10'),('2026-12-11'),('2026-12-12'),('2026-12-13'),('2026-12-14'),('2026-12-15'),('2026-12-16'),('2026-12-17'),('2026-12-18'),('2026-12-19'),('2026-12-20'),('2026-12-21'),('2026-12-22'),('2026-12-23'),('2026-12-24'),('2026-12-25'),('2026-12-26'),('2026-12-27'),('2026-12-28'),('2026-12-29'),('2026-12-30'),('2026-12-31'),('2027-01-01'),('2027-01-02'),('2027-01-03'),('2027-01-04'),('2027-01-05'),('2027-01-06'),('2027-01-07'),('2027-01-08'),('2027-01-09'),('2027-01-10'),('2027-01-11'),('2027-01-12'),('2027-01-13'),('2027-01-14'),('2027-01-15'),('2027-01-16'),('2027-01-17'),('2027-01-18'),('2027-01-19'),('2027-01-20'),('2027-01-21'),('2027-01-22'),('2027-01-23'),('2027-01-24'),('2027-01-25'),('2027-01-26'),('2027-01-27'),('2027-01-28'),('2027-01-29'),('2027-01-30'),('2027-01-31'),('2027-02-01'),('2027-02-02'),('2027-02-03'),('2027-02-04'),('2027-02-05'),('2027-02-06'),('2027-02-07'),('2027-02-08'),('2027-02-09'),('2027-02-10'),('2027-02-11'),('2027-02-12'),('2027-02-13'),('2027-02-14'),('2027-02-15'),('2027-02-16'),('2027-02-17'),('2027-02-18'),('2027-02-19'),('2027-02-20'),('2027-02-21'),('2027-02-22'),('2027-02-23'),('2027-02-24'),('2027-02-25'),('2027-02-26'),('2027-02-27'),('2027-02-28'),('2027-03-01'),('2027-03-02'),('2027-03-03'),('2027-03-04'),('2027-03-05'),('2027-03-06'),('2027-03-07'),('2027-03-08'),('2027-03-09'),('2027-03-10'),('2027-03-11'),('2027-03-12'),('2027-03-13'),('2027-03-14'),('2027-03-15'),('2027-03-16'),('2027-03-17'),('2027-03-18'),('2027-03-19'),('2027-03-20'),('2027-03-21'),('2027-03-22'),('2027-03-23'),('2027-03-24'),('2027-03-25'),('2027-03-26'),('2027-03-27'),('2027-03-28'),('2027-03-29'),('2027-03-30'),('2027-03-31'),('2027-04-01'),('2027-04-02'),('2027-04-03'),('2027-04-04'),('2027-04-05'),('2027-04-06'),('2027-04-07'),('2027-04-08'),('2027-04-09'),('2027-04-10'),('2027-04-11'),('2027-04-12'),('2027-04-13'),('2027-04-14'),('2027-04-15'),('2027-04-16'),('2027-04-17'),('2027-04-18'),('2027-04-19'),('2027-04-20'),('2027-04-21'),('2027-04-22'),('2027-04-23'),('2027-04-24'),('2027-04-25'),('2027-04-26'),('2027-04-27'),('2027-04-28'),('2027-04-29'),('2027-04-30'),('2027-05-01'),('2027-05-02'),('2027-05-03'),('2027-05-04'),('2027-05-05'),('2027-05-06'),('2027-05-07'),('2027-05-08'),('2027-05-09'),('2027-05-10'),('2027-05-11'),('2027-05-12'),('2027-05-13'),('2027-05-14'),('2027-05-15'),('2027-05-16'),('2027-05-17'),('2027-05-18'),('2027-05-19'),('2027-05-20'),('2027-05-21'),('2027-05-22'),('2027-05-23'),('2027-05-24'),('2027-05-25'),('2027-05-26'),('2027-05-27'),('2027-05-28'),('2027-05-29'),('2027-05-30'),('2027-05-31'),('2027-06-01'),('2027-06-02'),('2027-06-03'),('2027-06-04'),('2027-06-05'),('2027-06-06'),('2027-06-07'),('2027-06-08'),('2027-06-09'),('2027-06-10'),('2027-06-11'),('2027-06-12'),('2027-06-13'),('2027-06-14'),('2027-06-15'),('2027-06-16'),('2027-06-17'),('2027-06-18'),('2027-06-19'),('2027-06-20'),('2027-06-21'),('2027-06-22'),('2027-06-23'),('2027-06-24'),('2027-06-25'),('2027-06-26'),('2027-06-27'),('2027-06-28'),('2027-06-29'),('2027-06-30'),('2027-07-01'),('2027-07-02'),('2027-07-03'),('2027-07-04'),('2027-07-05'),('2027-07-06'),('2027-07-07'),('2027-07-08'),('2027-07-09'),('2027-07-10'),('2027-07-11'),('2027-07-12'),('2027-07-13'),('2027-07-14'),('2027-07-15'),('2027-07-16'),('2027-07-17'),('2027-07-18'),('2027-07-19'),('2027-07-20'),('2027-07-21'),('2027-07-22'),('2027-07-23'),('2027-07-24'),('2027-07-25'),('2027-07-26'),('2027-07-27'),('2027-07-28'),('2027-07-29'),('2027-07-30'),('2027-07-31'),('2027-08-01'),('2027-08-02'),('2027-08-03'),('2027-08-04'),('2027-08-05'),('2027-08-06'),('2027-08-07'),('2027-08-08'),('2027-08-09'),('2027-08-10'),('2027-08-11'),('2027-08-12'),('2027-08-13'),('2027-08-14'),('2027-08-15'),('2027-08-16'),('2027-08-17'),('2027-08-18'),('2027-08-19'),('2027-08-20'),('2027-08-21'),('2027-08-22'),('2027-08-23'),('2027-08-24'),('2027-08-25'),('2027-08-26'),('2027-08-27'),('2027-08-28'),('2027-08-29'),('2027-08-30'),('2027-08-31'),('2027-09-01'),('2027-09-02'),('2027-09-03'),('2027-09-04'),('2027-09-05'),('2027-09-06'),('2027-09-07'),('2027-09-08'),('2027-09-09'),('2027-09-10'),('2027-09-11'),('2027-09-12'),('2027-09-13'),('2027-09-14'),('2027-09-15'),('2027-09-16'),('2027-09-17'),('2027-09-18'),('2027-09-19'),('2027-09-20'),('2027-09-21'),('2027-09-22'),('2027-09-23'),('2027-09-24'),('2027-09-25'),('2027-09-26'),('2027-09-27'),('2027-09-28'),('2027-09-29'),('2027-09-30'),('2027-10-01'),('2027-10-02'),('2027-10-03'),('2027-10-04'),('2027-10-05'),('2027-10-06'),('2027-10-07'),('2027-10-08'),('2027-10-09'),('2027-10-10'),('2027-10-11'),('2027-10-12'),('2027-10-13'),('2027-10-14'),('2027-10-15'),('2027-10-16'),('2027-10-17'),('2027-10-18'),('2027-10-19'),('2027-10-20'),('2027-10-21'),('2027-10-22'),('2027-10-23'),('2027-10-24'),('2027-10-25'),('2027-10-26'),('2027-10-27'),('2027-10-28'),('2027-10-29'),('2027-10-30'),('2027-10-31'),('2027-11-01'),('2027-11-02'),('2027-11-03'),('2027-11-04'),('2027-11-05'),('2027-11-06'),('2027-11-07'),('2027-11-08'),('2027-11-09'),('2027-11-10'),('2027-11-11'),('2027-11-12'),('2027-11-13'),('2027-11-14'),('2027-11-15'),('2027-11-16'),('2027-11-17'),('2027-11-18'),('2027-11-19'),('2027-11-20'),('2027-11-21'),('2027-11-22'),('2027-11-23'),('2027-11-24'),('2027-11-25'),('2027-11-26'),('2027-11-27'),('2027-11-28'),('2027-11-29'),('2027-11-30'),('2027-12-01'),('2027-12-02'),('2027-12-03'),('2027-12-04'),('2027-12-05'),('2027-12-06'),('2027-12-07'),('2027-12-08'),('2027-12-09'),('2027-12-10'),('2027-12-11'),('2027-12-12'),('2027-12-13'),('2027-12-14'),('2027-12-15'),('2027-12-16'),('2027-12-17'),('2027-12-18'),('2027-12-19'),('2027-12-20'),('2027-12-21'),('2027-12-22'),('2027-12-23'),('2027-12-24'),('2027-12-25'),('2027-12-26'),('2027-12-27'),('2027-12-28'),('2027-12-29'),('2027-12-30'),('2027-12-31'),('2028-01-01'),('2028-01-02'),('2028-01-03'),('2028-01-04'),('2028-01-05'),('2028-01-06'),('2028-01-07'),('2028-01-08'),('2028-01-09'),('2028-01-10'),('2028-01-11'),('2028-01-12'),('2028-01-13'),('2028-01-14'),('2028-01-15'),('2028-01-16'),('2028-01-17'),('2028-01-18'),('2028-01-19'),('2028-01-20'),('2028-01-21'),('2028-01-22'),('2028-01-23'),('2028-01-24'),('2028-01-25'),('2028-01-26'),('2028-01-27'),('2028-01-28'),('2028-01-29'),('2028-01-30'),('2028-01-31'),('2028-02-01'),('2028-02-02'),('2028-02-03'),('2028-02-04'),('2028-02-05'),('2028-02-06'),('2028-02-07'),('2028-02-08'),('2028-02-09'),('2028-02-10'),('2028-02-11'),('2028-02-12'),('2028-02-13'),('2028-02-14'),('2028-02-15'),('2028-02-16'),('2028-02-17'),('2028-02-18'),('2028-02-19'),('2028-02-20'),('2028-02-21'),('2028-02-22'),('2028-02-23'),('2028-02-24'),('2028-02-25'),('2028-02-26'),('2028-02-27'),('2028-02-28'),('2028-02-29'),('2028-03-01'),('2028-03-02'),('2028-03-03'),('2028-03-04'),('2028-03-05'),('2028-03-06'),('2028-03-07'),('2028-03-08'),('2028-03-09'),('2028-03-10'),('2028-03-11'),('2028-03-12'),('2028-03-13'),('2028-03-14'),('2028-03-15'),('2028-03-16'),('2028-03-17'),('2028-03-18'),('2028-03-19'),('2028-03-20'),('2028-03-21'),('2028-03-22'),('2028-03-23'),('2028-03-24'),('2028-03-25'),('2028-03-26'),('2028-03-27'),('2028-03-28'),('2028-03-29'),('2028-03-30'),('2028-03-31'),('2028-04-01'),('2028-04-02'),('2028-04-03'),('2028-04-04'),('2028-04-05'),('2028-04-06'),('2028-04-07'),('2028-04-08'),('2028-04-09'),('2028-04-10'),('2028-04-11'),('2028-04-12'),('2028-04-13'),('2028-04-14'),('2028-04-15'),('2028-04-16'),('2028-04-17'),('2028-04-18'),('2028-04-19'),('2028-04-20'),('2028-04-21'),('2028-04-22'),('2028-04-23'),('2028-04-24'),('2028-04-25'),('2028-04-26'),('2028-04-27'),('2028-04-28'),('2028-04-29'),('2028-04-30'),('2028-05-01'),('2028-05-02'),('2028-05-03'),('2028-05-04'),('2028-05-05'),('2028-05-06'),('2028-05-07'),('2028-05-08'),('2028-05-09'),('2028-05-10'),('2028-05-11'),('2028-05-12'),('2028-05-13'),('2028-05-14'),('2028-05-15'),('2028-05-16'),('2028-05-17'),('2028-05-18'),('2028-05-19'),('2028-05-20'),('2028-05-21'),('2028-05-22'),('2028-05-23'),('2028-05-24'),('2028-05-25'),('2028-05-26'),('2028-05-27'),('2028-05-28'),('2028-05-29'),('2028-05-30'),('2028-05-31'),('2028-06-01'),('2028-06-02'),('2028-06-03'),('2028-06-04'),('2028-06-05'),('2028-06-06'),('2028-06-07'),('2028-06-08'),('2028-06-09'),('2028-06-10'),('2028-06-11'),('2028-06-12'),('2028-06-13'),('2028-06-14'),('2028-06-15'),('2028-06-16'),('2028-06-17'),('2028-06-18'),('2028-06-19'),('2028-06-20'),('2028-06-21'),('2028-06-22'),('2028-06-23'),('2028-06-24'),('2028-06-25'),('2028-06-26'),('2028-06-27'),('2028-06-28'),('2028-06-29'),('2028-06-30'),('2028-07-01'),('2028-07-02'),('2028-07-03'),('2028-07-04'),('2028-07-05'),('2028-07-06'),('2028-07-07'),('2028-07-08'),('2028-07-09'),('2028-07-10'),('2028-07-11'),('2028-07-12'),('2028-07-13'),('2028-07-14'),('2028-07-15'),('2028-07-16'),('2028-07-17'),('2028-07-18'),('2028-07-19'),('2028-07-20'),('2028-07-21'),('2028-07-22'),('2028-07-23'),('2028-07-24'),('2028-07-25'),('2028-07-26'),('2028-07-27'),('2028-07-28'),('2028-07-29'),('2028-07-30'),('2028-07-31'),('2028-08-01'),('2028-08-02'),('2028-08-03'),('2028-08-04'),('2028-08-05'),('2028-08-06'),('2028-08-07'),('2028-08-08'),('2028-08-09'),('2028-08-10'),('2028-08-11'),('2028-08-12'),('2028-08-13'),('2028-08-14'),('2028-08-15'),('2028-08-16'),('2028-08-17'),('2028-08-18'),('2028-08-19'),('2028-08-20'),('2028-08-21'),('2028-08-22'),('2028-08-23'),('2028-08-24'),('2028-08-25'),('2028-08-26'),('2028-08-27'),('2028-08-28'),('2028-08-29'),('2028-08-30'),('2028-08-31'),('2028-09-01'),('2028-09-02'),('2028-09-03'),('2028-09-04'),('2028-09-05'),('2028-09-06'),('2028-09-07'),('2028-09-08'),('2028-09-09'),('2028-09-10'),('2028-09-11'),('2028-09-12'),('2028-09-13'),('2028-09-14'),('2028-09-15'),('2028-09-16'),('2028-09-17'),('2028-09-18'),('2028-09-19'),('2028-09-20'),('2028-09-21'),('2028-09-22'),('2028-09-23'),('2028-09-24'),('2028-09-25'),('2028-09-26'),('2028-09-27'),('2028-09-28'),('2028-09-29'),('2028-09-30'),('2028-10-01'),('2028-10-02'),('2028-10-03'),('2028-10-04'),('2028-10-05'),('2028-10-06'),('2028-10-07'),('2028-10-08'),('2028-10-09'),('2028-10-10'),('2028-10-11'),('2028-10-12'),('2028-10-13'),('2028-10-14'),('2028-10-15'),('2028-10-16'),('2028-10-17'),('2028-10-18'),('2028-10-19'),('2028-10-20'),('2028-10-21'),('2028-10-22'),('2028-10-23'),('2028-10-24'),('2028-10-25'),('2028-10-26'),('2028-10-27'),('2028-10-28'),('2028-10-29'),('2028-10-30'),('2028-10-31'),('2028-11-01'),('2028-11-02'),('2028-11-03'),('2028-11-04'),('2028-11-05'),('2028-11-06'),('2028-11-07'),('2028-11-08'),('2028-11-09'),('2028-11-10'),('2028-11-11'),('2028-11-12'),('2028-11-13'),('2028-11-14'),('2028-11-15'),('2028-11-16'),('2028-11-17'),('2028-11-18'),('2028-11-19'),('2028-11-20'),('2028-11-21'),('2028-11-22'),('2028-11-23'),('2028-11-24'),('2028-11-25'),('2028-11-26'),('2028-11-27'),('2028-11-28'),('2028-11-29'),('2028-11-30'),('2028-12-01'),('2028-12-02'),('2028-12-03'),('2028-12-04'),('2028-12-05'),('2028-12-06'),('2028-12-07'),('2028-12-08'),('2028-12-09'),('2028-12-10'),('2028-12-11'),('2028-12-12'),('2028-12-13'),('2028-12-14'),('2028-12-15'),('2028-12-16'),('2028-12-17'),('2028-12-18'),('2028-12-19'),('2028-12-20'),('2028-12-21'),('2028-12-22'),('2028-12-23'),('2028-12-24'),('2028-12-25'),('2028-12-26'),('2028-12-27'),('2028-12-28'),('2028-12-29'),('2028-12-30'),('2028-12-31'),('2029-01-01'),('2029-01-02'),('2029-01-03'),('2029-01-04'),('2029-01-05'),('2029-01-06'),('2029-01-07'),('2029-01-08'),('2029-01-09'),('2029-01-10'),('2029-01-11'),('2029-01-12'),('2029-01-13'),('2029-01-14'),('2029-01-15'),('2029-01-16'),('2029-01-17'),('2029-01-18'),('2029-01-19'),('2029-01-20'),('2029-01-21'),('2029-01-22'),('2029-01-23'),('2029-01-24'),('2029-01-25'),('2029-01-26'),('2029-01-27'),('2029-01-28'),('2029-01-29'),('2029-01-30'),('2029-01-31'),('2029-02-01'),('2029-02-02'),('2029-02-03'),('2029-02-04'),('2029-02-05'),('2029-02-06'),('2029-02-07'),('2029-02-08'),('2029-02-09'),('2029-02-10'),('2029-02-11'),('2029-02-12'),('2029-02-13'),('2029-02-14'),('2029-02-15'),('2029-02-16'),('2029-02-17'),('2029-02-18'),('2029-02-19'),('2029-02-20'),('2029-02-21'),('2029-02-22'),('2029-02-23'),('2029-02-24'),('2029-02-25'),('2029-02-26'),('2029-02-27'),('2029-02-28'),('2029-03-01'),('2029-03-02'),('2029-03-03'),('2029-03-04'),('2029-03-05'),('2029-03-06'),('2029-03-07'),('2029-03-08'),('2029-03-09'),('2029-03-10'),('2029-03-11'),('2029-03-12'),('2029-03-13'),('2029-03-14'),('2029-03-15'),('2029-03-16'),('2029-03-17'),('2029-03-18'),('2029-03-19'),('2029-03-20'),('2029-03-21'),('2029-03-22'),('2029-03-23'),('2029-03-24'),('2029-03-25'),('2029-03-26'),('2029-03-27'),('2029-03-28'),('2029-03-29'),('2029-03-30'),('2029-03-31'),('2029-04-01'),('2029-04-02'),('2029-04-03'),('2029-04-04'),('2029-04-05'),('2029-04-06'),('2029-04-07'),('2029-04-08'),('2029-04-09'),('2029-04-10'),('2029-04-11'),('2029-04-12'),('2029-04-13'),('2029-04-14'),('2029-04-15'),('2029-04-16'),('2029-04-17'),('2029-04-18'),('2029-04-19'),('2029-04-20'),('2029-04-21'),('2029-04-22'),('2029-04-23'),('2029-04-24'),('2029-04-25'),('2029-04-26'),('2029-04-27'),('2029-04-28'),('2029-04-29'),('2029-04-30'),('2029-05-01'),('2029-05-02'),('2029-05-03'),('2029-05-04'),('2029-05-05'),('2029-05-06'),('2029-05-07'),('2029-05-08'),('2029-05-09'),('2029-05-10'),('2029-05-11'),('2029-05-12'),('2029-05-13'),('2029-05-14'),('2029-05-15'),('2029-05-16'),('2029-05-17'),('2029-05-18'),('2029-05-19'),('2029-05-20'),('2029-05-21'),('2029-05-22'),('2029-05-23'),('2029-05-24'),('2029-05-25'),('2029-05-26'),('2029-05-27'),('2029-05-28'),('2029-05-29'),('2029-05-30'),('2029-05-31'),('2029-06-01'),('2029-06-02'),('2029-06-03'),('2029-06-04'),('2029-06-05'),('2029-06-06'),('2029-06-07'),('2029-06-08'),('2029-06-09'),('2029-06-10'),('2029-06-11'),('2029-06-12'),('2029-06-13'),('2029-06-14'),('2029-06-15'),('2029-06-16'),('2029-06-17'),('2029-06-18'),('2029-06-19'),('2029-06-20'),('2029-06-21'),('2029-06-22'),('2029-06-23'),('2029-06-24'),('2029-06-25'),('2029-06-26'),('2029-06-27'),('2029-06-28'),('2029-06-29'),('2029-06-30'),('2029-07-01'),('2029-07-02'),('2029-07-03'),('2029-07-04'),('2029-07-05'),('2029-07-06'),('2029-07-07'),('2029-07-08'),('2029-07-09'),('2029-07-10'),('2029-07-11'),('2029-07-12'),('2029-07-13'),('2029-07-14'),('2029-07-15'),('2029-07-16'),('2029-07-17'),('2029-07-18'),('2029-07-19'),('2029-07-20'),('2029-07-21'),('2029-07-22'),('2029-07-23'),('2029-07-24'),('2029-07-25'),('2029-07-26'),('2029-07-27'),('2029-07-28'),('2029-07-29'),('2029-07-30'),('2029-07-31'),('2029-08-01'),('2029-08-02'),('2029-08-03'),('2029-08-04'),('2029-08-05'),('2029-08-06'),('2029-08-07'),('2029-08-08'),('2029-08-09'),('2029-08-10'),('2029-08-11'),('2029-08-12'),('2029-08-13'),('2029-08-14'),('2029-08-15'),('2029-08-16'),('2029-08-17'),('2029-08-18'),('2029-08-19'),('2029-08-20'),('2029-08-21'),('2029-08-22'),('2029-08-23'),('2029-08-24'),('2029-08-25'),('2029-08-26'),('2029-08-27'),('2029-08-28'),('2029-08-29'),('2029-08-30'),('2029-08-31'),('2029-09-01'),('2029-09-02'),('2029-09-03'),('2029-09-04'),('2029-09-05'),('2029-09-06'),('2029-09-07'),('2029-09-08'),('2029-09-09'),('2029-09-10'),('2029-09-11'),('2029-09-12'),('2029-09-13'),('2029-09-14'),('2029-09-15'),('2029-09-16'),('2029-09-17'),('2029-09-18'),('2029-09-19'),('2029-09-20'),('2029-09-21'),('2029-09-22'),('2029-09-23'),('2029-09-24'),('2029-09-25'),('2029-09-26'),('2029-09-27'),('2029-09-28'),('2029-09-29'),('2029-09-30'),('2029-10-01'),('2029-10-02'),('2029-10-03'),('2029-10-04'),('2029-10-05'),('2029-10-06'),('2029-10-07'),('2029-10-08'),('2029-10-09'),('2029-10-10'),('2029-10-11'),('2029-10-12'),('2029-10-13'),('2029-10-14'),('2029-10-15'),('2029-10-16'),('2029-10-17'),('2029-10-18'),('2029-10-19'),('2029-10-20'),('2029-10-21'),('2029-10-22'),('2029-10-23'),('2029-10-24'),('2029-10-25'),('2029-10-26'),('2029-10-27'),('2029-10-28'),('2029-10-29'),('2029-10-30'),('2029-10-31'),('2029-11-01'),('2029-11-02'),('2029-11-03'),('2029-11-04'),('2029-11-05'),('2029-11-06'),('2029-11-07'),('2029-11-08'),('2029-11-09'),('2029-11-10'),('2029-11-11'),('2029-11-12'),('2029-11-13'),('2029-11-14'),('2029-11-15'),('2029-11-16'),('2029-11-17'),('2029-11-18'),('2029-11-19'),('2029-11-20'),('2029-11-21'),('2029-11-22'),('2029-11-23'),('2029-11-24'),('2029-11-25'),('2029-11-26'),('2029-11-27'),('2029-11-28'),('2029-11-29'),('2029-11-30'),('2029-12-01'),('2029-12-02'),('2029-12-03'),('2029-12-04'),('2029-12-05'),('2029-12-06'),('2029-12-07'),('2029-12-08'),('2029-12-09'),('2029-12-10'),('2029-12-11'),('2029-12-12'),('2029-12-13'),('2029-12-14'),('2029-12-15'),('2029-12-16'),('2029-12-17'),('2029-12-18'),('2029-12-19'),('2029-12-20'),('2029-12-21'),('2029-12-22'),('2029-12-23'),('2029-12-24'),('2029-12-25'),('2029-12-26'),('2029-12-27'),('2029-12-28'),('2029-12-29'),('2029-12-30'),('2029-12-31'),('2030-01-01'),('2030-01-02'),('2030-01-03'),('2030-01-04'),('2030-01-05'),('2030-01-06'),('2030-01-07'),('2030-01-08'),('2030-01-09'),('2030-01-10'),('2030-01-11'),('2030-01-12'),('2030-01-13'),('2030-01-14'),('2030-01-15'),('2030-01-16'),('2030-01-17'),('2030-01-18'),('2030-01-19'),('2030-01-20'),('2030-01-21'),('2030-01-22'),('2030-01-23'),('2030-01-24'),('2030-01-25'),('2030-01-26'),('2030-01-27'),('2030-01-28'),('2030-01-29'),('2030-01-30'),('2030-01-31'),('2030-02-01'),('2030-02-02'),('2030-02-03'),('2030-02-04'),('2030-02-05'),('2030-02-06'),('2030-02-07'),('2030-02-08'),('2030-02-09'),('2030-02-10'),('2030-02-11'),('2030-02-12'),('2030-02-13'),('2030-02-14'),('2030-02-15'),('2030-02-16'),('2030-02-17'),('2030-02-18'),('2030-02-19'),('2030-02-20'),('2030-02-21'),('2030-02-22'),('2030-02-23'),('2030-02-24'),('2030-02-25'),('2030-02-26'),('2030-02-27'),('2030-02-28'),('2030-03-01'),('2030-03-02'),('2030-03-03'),('2030-03-04'),('2030-03-05'),('2030-03-06'),('2030-03-07'),('2030-03-08'),('2030-03-09'),('2030-03-10'),('2030-03-11'),('2030-03-12'),('2030-03-13'),('2030-03-14'),('2030-03-15'),('2030-03-16'),('2030-03-17'),('2030-03-18'),('2030-03-19'),('2030-03-20'),('2030-03-21'),('2030-03-22'),('2030-03-23'),('2030-03-24'),('2030-03-25'),('2030-03-26'),('2030-03-27'),('2030-03-28'),('2030-03-29'),('2030-03-30'),('2030-03-31'),('2030-04-01'),('2030-04-02'),('2030-04-03'),('2030-04-04'),('2030-04-05'),('2030-04-06'),('2030-04-07'),('2030-04-08'),('2030-04-09'),('2030-04-10'),('2030-04-11'),('2030-04-12'),('2030-04-13'),('2030-04-14'),('2030-04-15'),('2030-04-16'),('2030-04-17'),('2030-04-18'),('2030-04-19'),('2030-04-20'),('2030-04-21'),('2030-04-22'),('2030-04-23'),('2030-04-24'),('2030-04-25'),('2030-04-26'),('2030-04-27'),('2030-04-28'),('2030-04-29'),('2030-04-30'),('2030-05-01'),('2030-05-02'),('2030-05-03'),('2030-05-04'),('2030-05-05'),('2030-05-06'),('2030-05-07'),('2030-05-08'),('2030-05-09'),('2030-05-10'),('2030-05-11'),('2030-05-12'),('2030-05-13'),('2030-05-14'),('2030-05-15'),('2030-05-16'),('2030-05-17'),('2030-05-18'),('2030-05-19'),('2030-05-20'),('2030-05-21'),('2030-05-22'),('2030-05-23'),('2030-05-24'),('2030-05-25'),('2030-05-26'),('2030-05-27'),('2030-05-28'),('2030-05-29'),('2030-05-30'),('2030-05-31'),('2030-06-01'),('2030-06-02'),('2030-06-03'),('2030-06-04'),('2030-06-05'),('2030-06-06'),('2030-06-07'),('2030-06-08'),('2030-06-09'),('2030-06-10'),('2030-06-11'),('2030-06-12'),('2030-06-13'),('2030-06-14'),('2030-06-15'),('2030-06-16'),('2030-06-17'),('2030-06-18'),('2030-06-19'),('2030-06-20'),('2030-06-21'),('2030-06-22'),('2030-06-23'),('2030-06-24'),('2030-06-25'),('2030-06-26'),('2030-06-27'),('2030-06-28'),('2030-06-29'),('2030-06-30'),('2030-07-01'),('2030-07-02'),('2030-07-03'),('2030-07-04'),('2030-07-05'),('2030-07-06'),('2030-07-07'),('2030-07-08'),('2030-07-09'),('2030-07-10'),('2030-07-11'),('2030-07-12'),('2030-07-13'),('2030-07-14'),('2030-07-15'),('2030-07-16'),('2030-07-17'),('2030-07-18'),('2030-07-19'),('2030-07-20'),('2030-07-21'),('2030-07-22'),('2030-07-23'),('2030-07-24'),('2030-07-25'),('2030-07-26'),('2030-07-27'),('2030-07-28'),('2030-07-29'),('2030-07-30'),('2030-07-31'),('2030-08-01'),('2030-08-02'),('2030-08-03'),('2030-08-04'),('2030-08-05'),('2030-08-06'),('2030-08-07'),('2030-08-08'),('2030-08-09'),('2030-08-10'),('2030-08-11'),('2030-08-12'),('2030-08-13'),('2030-08-14'),('2030-08-15'),('2030-08-16'),('2030-08-17'),('2030-08-18'),('2030-08-19'),('2030-08-20'),('2030-08-21'),('2030-08-22'),('2030-08-23'),('2030-08-24'),('2030-08-25'),('2030-08-26'),('2030-08-27'),('2030-08-28'),('2030-08-29'),('2030-08-30'),('2030-08-31'),('2030-09-01'),('2030-09-02'),('2030-09-03'),('2030-09-04'),('2030-09-05'),('2030-09-06'),('2030-09-07'),('2030-09-08'),('2030-09-09'),('2030-09-10'),('2030-09-11'),('2030-09-12'),('2030-09-13'),('2030-09-14'),('2030-09-15'),('2030-09-16'),('2030-09-17'),('2030-09-18'),('2030-09-19'),('2030-09-20'),('2030-09-21'),('2030-09-22'),('2030-09-23'),('2030-09-24'),('2030-09-25'),('2030-09-26'),('2030-09-27'),('2030-09-28'),('2030-09-29'),('2030-09-30'),('2030-10-01'),('2030-10-02'),('2030-10-03'),('2030-10-04'),('2030-10-05'),('2030-10-06'),('2030-10-07'),('2030-10-08'),('2030-10-09'),('2030-10-10'),('2030-10-11'),('2030-10-12'),('2030-10-13'),('2030-10-14'),('2030-10-15'),('2030-10-16'),('2030-10-17'),('2030-10-18'),('2030-10-19'),('2030-10-20'),('2030-10-21'),('2030-10-22'),('2030-10-23'),('2030-10-24'),('2030-10-25'),('2030-10-26'),('2030-10-27'),('2030-10-28'),('2030-10-29'),('2030-10-30'),('2030-10-31'),('2030-11-01'),('2030-11-02'),('2030-11-03'),('2030-11-04'),('2030-11-05'),('2030-11-06'),('2030-11-07'),('2030-11-08'),('2030-11-09'),('2030-11-10'),('2030-11-11'),('2030-11-12'),('2030-11-13'),('2030-11-14'),('2030-11-15'),('2030-11-16'),('2030-11-17'),('2030-11-18'),('2030-11-19'),('2030-11-20'),('2030-11-21'),('2030-11-22'),('2030-11-23'),('2030-11-24'),('2030-11-25'),('2030-11-26'),('2030-11-27'),('2030-11-28'),('2030-11-29'),('2030-11-30'),('2030-12-01'),('2030-12-02'),('2030-12-03'),('2030-12-04'),('2030-12-05'),('2030-12-06'),('2030-12-07'),('2030-12-08'),('2030-12-09'),('2030-12-10'),('2030-12-11'),('2030-12-12'),('2030-12-13'),('2030-12-14'),('2030-12-15'),('2030-12-16'),('2030-12-17'),('2030-12-18'),('2030-12-19'),('2030-12-20'),('2030-12-21'),('2030-12-22'),('2030-12-23'),('2030-12-24'),('2030-12-25'),('2030-12-26'),('2030-12-27'),('2030-12-28'),('2030-12-29'),('2030-12-30'),('2030-12-31'),('2031-01-01'),('2031-01-02'),('2031-01-03'),('2031-01-04'),('2031-01-05'),('2031-01-06'),('2031-01-07'),('2031-01-08'),('2031-01-09'),('2031-01-10'),('2031-01-11'),('2031-01-12'),('2031-01-13'),('2031-01-14'),('2031-01-15'),('2031-01-16'),('2031-01-17'),('2031-01-18'),('2031-01-19'),('2031-01-20'),('2031-01-21'),('2031-01-22'),('2031-01-23'),('2031-01-24'),('2031-01-25'),('2031-01-26'),('2031-01-27'),('2031-01-28'),('2031-01-29'),('2031-01-30'),('2031-01-31'),('2031-02-01'),('2031-02-02'),('2031-02-03'),('2031-02-04'),('2031-02-05'),('2031-02-06'),('2031-02-07'),('2031-02-08'),('2031-02-09'),('2031-02-10'),('2031-02-11'),('2031-02-12'),('2031-02-13'),('2031-02-14'),('2031-02-15'),('2031-02-16'),('2031-02-17'),('2031-02-18'),('2031-02-19'),('2031-02-20'),('2031-02-21'),('2031-02-22'),('2031-02-23'),('2031-02-24'),('2031-02-25'),('2031-02-26'),('2031-02-27'),('2031-02-28'),('2031-03-01'),('2031-03-02'),('2031-03-03'),('2031-03-04'),('2031-03-05'),('2031-03-06'),('2031-03-07'),('2031-03-08'),('2031-03-09'),('2031-03-10'),('2031-03-11'),('2031-03-12'),('2031-03-13'),('2031-03-14'),('2031-03-15'),('2031-03-16'),('2031-03-17'),('2031-03-18'),('2031-03-19'),('2031-03-20'),('2031-03-21'),('2031-03-22'),('2031-03-23'),('2031-03-24'),('2031-03-25'),('2031-03-26'),('2031-03-27'),('2031-03-28'),('2031-03-29'),('2031-03-30'),('2031-03-31'),('2031-04-01'),('2031-04-02'),('2031-04-03'),('2031-04-04'),('2031-04-05'),('2031-04-06'),('2031-04-07'),('2031-04-08'),('2031-04-09'),('2031-04-10'),('2031-04-11'),('2031-04-12'),('2031-04-13'),('2031-04-14'),('2031-04-15'),('2031-04-16'),('2031-04-17'),('2031-04-18'),('2031-04-19'),('2031-04-20'),('2031-04-21'),('2031-04-22'),('2031-04-23'),('2031-04-24'),('2031-04-25'),('2031-04-26'),('2031-04-27'),('2031-04-28'),('2031-04-29'),('2031-04-30'),('2031-05-01'),('2031-05-02'),('2031-05-03'),('2031-05-04'),('2031-05-05'),('2031-05-06'),('2031-05-07'),('2031-05-08'),('2031-05-09'),('2031-05-10'),('2031-05-11'),('2031-05-12'),('2031-05-13'),('2031-05-14'),('2031-05-15'),('2031-05-16'),('2031-05-17'),('2031-05-18'),('2031-05-19'),('2031-05-20'),('2031-05-21'),('2031-05-22'),('2031-05-23'),('2031-05-24'),('2031-05-25'),('2031-05-26'),('2031-05-27'),('2031-05-28'),('2031-05-29'),('2031-05-30'),('2031-05-31'),('2031-06-01'),('2031-06-02'),('2031-06-03'),('2031-06-04'),('2031-06-05'),('2031-06-06'),('2031-06-07'),('2031-06-08'),('2031-06-09'),('2031-06-10'),('2031-06-11'),('2031-06-12'),('2031-06-13'),('2031-06-14'),('2031-06-15'),('2031-06-16'),('2031-06-17'),('2031-06-18'),('2031-06-19'),('2031-06-20'),('2031-06-21'),('2031-06-22'),('2031-06-23'),('2031-06-24'),('2031-06-25'),('2031-06-26'),('2031-06-27'),('2031-06-28'),('2031-06-29'),('2031-06-30'),('2031-07-01'),('2031-07-02'),('2031-07-03'),('2031-07-04'),('2031-07-05'),('2031-07-06'),('2031-07-07'),('2031-07-08'),('2031-07-09'),('2031-07-10'),('2031-07-11'),('2031-07-12'),('2031-07-13'),('2031-07-14'),('2031-07-15'),('2031-07-16'),('2031-07-17'),('2031-07-18'),('2031-07-19'),('2031-07-20'),('2031-07-21'),('2031-07-22'),('2031-07-23'),('2031-07-24'),('2031-07-25'),('2031-07-26'),('2031-07-27'),('2031-07-28'),('2031-07-29'),('2031-07-30'),('2031-07-31'),('2031-08-01'),('2031-08-02'),('2031-08-03'),('2031-08-04'),('2031-08-05'),('2031-08-06'),('2031-08-07'),('2031-08-08'),('2031-08-09'),('2031-08-10'),('2031-08-11'),('2031-08-12'),('2031-08-13'),('2031-08-14'),('2031-08-15'),('2031-08-16'),('2031-08-17'),('2031-08-18'),('2031-08-19'),('2031-08-20'),('2031-08-21'),('2031-08-22'),('2031-08-23'),('2031-08-24'),('2031-08-25'),('2031-08-26'),('2031-08-27'),('2031-08-28'),('2031-08-29'),('2031-08-30'),('2031-08-31'),('2031-09-01'),('2031-09-02'),('2031-09-03'),('2031-09-04'),('2031-09-05'),('2031-09-06'),('2031-09-07'),('2031-09-08'),('2031-09-09'),('2031-09-10'),('2031-09-11'),('2031-09-12'),('2031-09-13'),('2031-09-14'),('2031-09-15'),('2031-09-16'),('2031-09-17'),('2031-09-18'),('2031-09-19'),('2031-09-20'),('2031-09-21'),('2031-09-22'),('2031-09-23'),('2031-09-24'),('2031-09-25'),('2031-09-26'),('2031-09-27'),('2031-09-28'),('2031-09-29'),('2031-09-30'),('2031-10-01'),('2031-10-02'),('2031-10-03'),('2031-10-04'),('2031-10-05'),('2031-10-06'),('2031-10-07'),('2031-10-08'),('2031-10-09'),('2031-10-10'),('2031-10-11'),('2031-10-12'),('2031-10-13'),('2031-10-14'),('2031-10-15'),('2031-10-16'),('2031-10-17'),('2031-10-18'),('2031-10-19'),('2031-10-20'),('2031-10-21'),('2031-10-22'),('2031-10-23'),('2031-10-24'),('2031-10-25'),('2031-10-26'),('2031-10-27'),('2031-10-28'),('2031-10-29'),('2031-10-30'),('2031-10-31'),('2031-11-01'),('2031-11-02'),('2031-11-03'),('2031-11-04'),('2031-11-05'),('2031-11-06'),('2031-11-07'),('2031-11-08'),('2031-11-09'),('2031-11-10'),('2031-11-11'),('2031-11-12'),('2031-11-13'),('2031-11-14'),('2031-11-15'),('2031-11-16'),('2031-11-17'),('2031-11-18'),('2031-11-19'),('2031-11-20'),('2031-11-21'),('2031-11-22'),('2031-11-23'),('2031-11-24'),('2031-11-25'),('2031-11-26'),('2031-11-27'),('2031-11-28'),('2031-11-29'),('2031-11-30'),('2031-12-01'),('2031-12-02'),('2031-12-03'),('2031-12-04'),('2031-12-05'),('2031-12-06'),('2031-12-07'),('2031-12-08'),('2031-12-09'),('2031-12-10'),('2031-12-11'),('2031-12-12'),('2031-12-13'),('2031-12-14'),('2031-12-15'),('2031-12-16'),('2031-12-17'),('2031-12-18'),('2031-12-19'),('2031-12-20'),('2031-12-21'),('2031-12-22'),('2031-12-23'),('2031-12-24'),('2031-12-25'),('2031-12-26'),('2031-12-27'),('2031-12-28'),('2031-12-29'),('2031-12-30'),('2031-12-31'),('2032-01-01'),('2032-01-02'),('2032-01-03'),('2032-01-04'),('2032-01-05'),('2032-01-06'),('2032-01-07'),('2032-01-08'),('2032-01-09'),('2032-01-10'),('2032-01-11'),('2032-01-12'),('2032-01-13'),('2032-01-14'),('2032-01-15'),('2032-01-16'),('2032-01-17'),('2032-01-18'),('2032-01-19'),('2032-01-20'),('2032-01-21'),('2032-01-22'),('2032-01-23'),('2032-01-24'),('2032-01-25'),('2032-01-26'),('2032-01-27'),('2032-01-28'),('2032-01-29'),('2032-01-30'),('2032-01-31'),('2032-02-01'),('2032-02-02'),('2032-02-03'),('2032-02-04'),('2032-02-05'),('2032-02-06'),('2032-02-07'),('2032-02-08'),('2032-02-09'),('2032-02-10'),('2032-02-11'),('2032-02-12'),('2032-02-13'),('2032-02-14'),('2032-02-15'),('2032-02-16'),('2032-02-17'),('2032-02-18'),('2032-02-19'),('2032-02-20'),('2032-02-21'),('2032-02-22'),('2032-02-23'),('2032-02-24'),('2032-02-25'),('2032-02-26'),('2032-02-27'),('2032-02-28'),('2032-02-29'),('2032-03-01'),('2032-03-02'),('2032-03-03'),('2032-03-04'),('2032-03-05'),('2032-03-06'),('2032-03-07'),('2032-03-08'),('2032-03-09'),('2032-03-10'),('2032-03-11'),('2032-03-12'),('2032-03-13'),('2032-03-14'),('2032-03-15'),('2032-03-16'),('2032-03-17'),('2032-03-18'),('2032-03-19'),('2032-03-20'),('2032-03-21'),('2032-03-22'),('2032-03-23'),('2032-03-24'),('2032-03-25'),('2032-03-26'),('2032-03-27'),('2032-03-28'),('2032-03-29'),('2032-03-30'),('2032-03-31'),('2032-04-01'),('2032-04-02'),('2032-04-03'),('2032-04-04'),('2032-04-05'),('2032-04-06'),('2032-04-07'),('2032-04-08'),('2032-04-09'),('2032-04-10'),('2032-04-11'),('2032-04-12'),('2032-04-13'),('2032-04-14'),('2032-04-15'),('2032-04-16'),('2032-04-17'),('2032-04-18'),('2032-04-19'),('2032-04-20'),('2032-04-21'),('2032-04-22'),('2032-04-23'),('2032-04-24'),('2032-04-25'),('2032-04-26'),('2032-04-27'),('2032-04-28'),('2032-04-29'),('2032-04-30'),('2032-05-01'),('2032-05-02'),('2032-05-03'),('2032-05-04'),('2032-05-05'),('2032-05-06'),('2032-05-07'),('2032-05-08'),('2032-05-09'),('2032-05-10'),('2032-05-11'),('2032-05-12'),('2032-05-13'),('2032-05-14'),('2032-05-15'),('2032-05-16'),('2032-05-17'),('2032-05-18'),('2032-05-19'),('2032-05-20'),('2032-05-21'),('2032-05-22'),('2032-05-23'),('2032-05-24'),('2032-05-25'),('2032-05-26'),('2032-05-27'),('2032-05-28'),('2032-05-29'),('2032-05-30'),('2032-05-31'),('2032-06-01'),('2032-06-02'),('2032-06-03'),('2032-06-04'),('2032-06-05'),('2032-06-06'),('2032-06-07'),('2032-06-08'),('2032-06-09'),('2032-06-10'),('2032-06-11'),('2032-06-12'),('2032-06-13'),('2032-06-14'),('2032-06-15'),('2032-06-16'),('2032-06-17'),('2032-06-18'),('2032-06-19'),('2032-06-20'),('2032-06-21'),('2032-06-22'),('2032-06-23'),('2032-06-24'),('2032-06-25'),('2032-06-26'),('2032-06-27'),('2032-06-28'),('2032-06-29'),('2032-06-30'),('2032-07-01'),('2032-07-02'),('2032-07-03'),('2032-07-04'),('2032-07-05'),('2032-07-06'),('2032-07-07'),('2032-07-08'),('2032-07-09'),('2032-07-10'),('2032-07-11'),('2032-07-12'),('2032-07-13'),('2032-07-14'),('2032-07-15'),('2032-07-16'),('2032-07-17'),('2032-07-18'),('2032-07-19'),('2032-07-20'),('2032-07-21'),('2032-07-22'),('2032-07-23'),('2032-07-24'),('2032-07-25'),('2032-07-26'),('2032-07-27'),('2032-07-28'),('2032-07-29'),('2032-07-30'),('2032-07-31'),('2032-08-01'),('2032-08-02'),('2032-08-03'),('2032-08-04'),('2032-08-05'),('2032-08-06'),('2032-08-07'),('2032-08-08'),('2032-08-09'),('2032-08-10'),('2032-08-11'),('2032-08-12'),('2032-08-13'),('2032-08-14'),('2032-08-15'),('2032-08-16'),('2032-08-17'),('2032-08-18'),('2032-08-19'),('2032-08-20'),('2032-08-21'),('2032-08-22'),('2032-08-23'),('2032-08-24'),('2032-08-25'),('2032-08-26'),('2032-08-27'),('2032-08-28'),('2032-08-29'),('2032-08-30'),('2032-08-31'),('2032-09-01'),('2032-09-02'),('2032-09-03'),('2032-09-04'),('2032-09-05'),('2032-09-06'),('2032-09-07'),('2032-09-08'),('2032-09-09'),('2032-09-10'),('2032-09-11'),('2032-09-12'),('2032-09-13'),('2032-09-14'),('2032-09-15'),('2032-09-16'),('2032-09-17'),('2032-09-18'),('2032-09-19'),('2032-09-20'),('2032-09-21'),('2032-09-22'),('2032-09-23'),('2032-09-24'),('2032-09-25'),('2032-09-26'),('2032-09-27'),('2032-09-28'),('2032-09-29'),('2032-09-30'),('2032-10-01'),('2032-10-02'),('2032-10-03'),('2032-10-04'),('2032-10-05'),('2032-10-06'),('2032-10-07'),('2032-10-08'),('2032-10-09'),('2032-10-10'),('2032-10-11'),('2032-10-12'),('2032-10-13'),('2032-10-14'),('2032-10-15'),('2032-10-16'),('2032-10-17'),('2032-10-18'),('2032-10-19'),('2032-10-20'),('2032-10-21'),('2032-10-22'),('2032-10-23'),('2032-10-24'),('2032-10-25'),('2032-10-26'),('2032-10-27'),('2032-10-28'),('2032-10-29'),('2032-10-30'),('2032-10-31'),('2032-11-01'),('2032-11-02'),('2032-11-03'),('2032-11-04'),('2032-11-05'),('2032-11-06'),('2032-11-07'),('2032-11-08'),('2032-11-09'),('2032-11-10'),('2032-11-11'),('2032-11-12'),('2032-11-13'),('2032-11-14'),('2032-11-15'),('2032-11-16'),('2032-11-17'),('2032-11-18'),('2032-11-19'),('2032-11-20'),('2032-11-21'),('2032-11-22'),('2032-11-23'),('2032-11-24'),('2032-11-25'),('2032-11-26'),('2032-11-27'),('2032-11-28'),('2032-11-29'),('2032-11-30'),('2032-12-01'),('2032-12-02'),('2032-12-03'),('2032-12-04'),('2032-12-05'),('2032-12-06'),('2032-12-07'),('2032-12-08'),('2032-12-09'),('2032-12-10'),('2032-12-11'),('2032-12-12'),('2032-12-13'),('2032-12-14'),('2032-12-15'),('2032-12-16'),('2032-12-17'),('2032-12-18'),('2032-12-19'),('2032-12-20'),('2032-12-21'),('2032-12-22'),('2032-12-23'),('2032-12-24'),('2032-12-25'),('2032-12-26'),('2032-12-27'),('2032-12-28'),('2032-12-29'),('2032-12-30'),('2032-12-31'),('2033-01-01'),('2033-01-02'),('2033-01-03'),('2033-01-04'),('2033-01-05'),('2033-01-06'),('2033-01-07'),('2033-01-08'),('2033-01-09'),('2033-01-10'),('2033-01-11'),('2033-01-12'),('2033-01-13'),('2033-01-14'),('2033-01-15'),('2033-01-16'),('2033-01-17'),('2033-01-18'),('2033-01-19'),('2033-01-20'),('2033-01-21'),('2033-01-22'),('2033-01-23'),('2033-01-24'),('2033-01-25'),('2033-01-26'),('2033-01-27'),('2033-01-28'),('2033-01-29'),('2033-01-30'),('2033-01-31'),('2033-02-01'),('2033-02-02'),('2033-02-03'),('2033-02-04'),('2033-02-05'),('2033-02-06'),('2033-02-07'),('2033-02-08'),('2033-02-09'),('2033-02-10'),('2033-02-11'),('2033-02-12'),('2033-02-13'),('2033-02-14'),('2033-02-15'),('2033-02-16'),('2033-02-17'),('2033-02-18'),('2033-02-19'),('2033-02-20'),('2033-02-21'),('2033-02-22'),('2033-02-23'),('2033-02-24'),('2033-02-25'),('2033-02-26'),('2033-02-27'),('2033-02-28'),('2033-03-01'),('2033-03-02'),('2033-03-03'),('2033-03-04'),('2033-03-05'),('2033-03-06'),('2033-03-07'),('2033-03-08'),('2033-03-09'),('2033-03-10'),('2033-03-11'),('2033-03-12'),('2033-03-13'),('2033-03-14'),('2033-03-15'),('2033-03-16'),('2033-03-17'),('2033-03-18'),('2033-03-19'),('2033-03-20'),('2033-03-21'),('2033-03-22'),('2033-03-23'),('2033-03-24'),('2033-03-25'),('2033-03-26'),('2033-03-27'),('2033-03-28'),('2033-03-29'),('2033-03-30'),('2033-03-31'),('2033-04-01'),('2033-04-02'),('2033-04-03'),('2033-04-04'),('2033-04-05'),('2033-04-06'),('2033-04-07'),('2033-04-08'),('2033-04-09'),('2033-04-10'),('2033-04-11'),('2033-04-12'),('2033-04-13'),('2033-04-14'),('2033-04-15'),('2033-04-16'),('2033-04-17'),('2033-04-18'),('2033-04-19'),('2033-04-20'),('2033-04-21'),('2033-04-22'),('2033-04-23'),('2033-04-24'),('2033-04-25'),('2033-04-26'),('2033-04-27'),('2033-04-28'),('2033-04-29'),('2033-04-30'),('2033-05-01'),('2033-05-02'),('2033-05-03'),('2033-05-04'),('2033-05-05'),('2033-05-06'),('2033-05-07'),('2033-05-08'),('2033-05-09'),('2033-05-10'),('2033-05-11'),('2033-05-12'),('2033-05-13'),('2033-05-14'),('2033-05-15'),('2033-05-16'),('2033-05-17'),('2033-05-18'),('2033-05-19'),('2033-05-20'),('2033-05-21'),('2033-05-22'),('2033-05-23'),('2033-05-24'),('2033-05-25'),('2033-05-26'),('2033-05-27'),('2033-05-28'),('2033-05-29'),('2033-05-30'),('2033-05-31'),('2033-06-01'),('2033-06-02'),('2033-06-03'),('2033-06-04'),('2033-06-05'),('2033-06-06'),('2033-06-07'),('2033-06-08'),('2033-06-09'),('2033-06-10'),('2033-06-11'),('2033-06-12'),('2033-06-13'),('2033-06-14'),('2033-06-15'),('2033-06-16'),('2033-06-17'),('2033-06-18'),('2033-06-19'),('2033-06-20'),('2033-06-21'),('2033-06-22'),('2033-06-23'),('2033-06-24'),('2033-06-25'),('2033-06-26'),('2033-06-27'),('2033-06-28'),('2033-06-29'),('2033-06-30'),('2033-07-01'),('2033-07-02'),('2033-07-03'),('2033-07-04'),('2033-07-05'),('2033-07-06'),('2033-07-07'),('2033-07-08'),('2033-07-09'),('2033-07-10'),('2033-07-11'),('2033-07-12'),('2033-07-13'),('2033-07-14'),('2033-07-15'),('2033-07-16'),('2033-07-17'),('2033-07-18'),('2033-07-19'),('2033-07-20'),('2033-07-21'),('2033-07-22'),('2033-07-23'),('2033-07-24'),('2033-07-25'),('2033-07-26'),('2033-07-27'),('2033-07-28'),('2033-07-29'),('2033-07-30'),('2033-07-31'),('2033-08-01'),('2033-08-02'),('2033-08-03'),('2033-08-04'),('2033-08-05'),('2033-08-06'),('2033-08-07'),('2033-08-08'),('2033-08-09'),('2033-08-10'),('2033-08-11'),('2033-08-12'),('2033-08-13'),('2033-08-14'),('2033-08-15'),('2033-08-16'),('2033-08-17'),('2033-08-18'),('2033-08-19'),('2033-08-20'),('2033-08-21'),('2033-08-22'),('2033-08-23'),('2033-08-24'),('2033-08-25'),('2033-08-26'),('2033-08-27'),('2033-08-28'),('2033-08-29'),('2033-08-30'),('2033-08-31'),('2033-09-01'),('2033-09-02'),('2033-09-03'),('2033-09-04'),('2033-09-05'),('2033-09-06'),('2033-09-07'),('2033-09-08'),('2033-09-09'),('2033-09-10'),('2033-09-11'),('2033-09-12'),('2033-09-13'),('2033-09-14'),('2033-09-15'),('2033-09-16'),('2033-09-17'),('2033-09-18'),('2033-09-19'),('2033-09-20'),('2033-09-21'),('2033-09-22'),('2033-09-23'),('2033-09-24'),('2033-09-25'),('2033-09-26'),('2033-09-27'),('2033-09-28'),('2033-09-29'),('2033-09-30'),('2033-10-01'),('2033-10-02'),('2033-10-03'),('2033-10-04'),('2033-10-05'),('2033-10-06'),('2033-10-07'),('2033-10-08'),('2033-10-09'),('2033-10-10'),('2033-10-11'),('2033-10-12'),('2033-10-13'),('2033-10-14'),('2033-10-15'),('2033-10-16'),('2033-10-17'),('2033-10-18'),('2033-10-19'),('2033-10-20'),('2033-10-21'),('2033-10-22'),('2033-10-23'),('2033-10-24'),('2033-10-25'),('2033-10-26'),('2033-10-27'),('2033-10-28'),('2033-10-29'),('2033-10-30'),('2033-10-31'),('2033-11-01'),('2033-11-02'),('2033-11-03'),('2033-11-04'),('2033-11-05'),('2033-11-06'),('2033-11-07'),('2033-11-08'),('2033-11-09'),('2033-11-10'),('2033-11-11'),('2033-11-12'),('2033-11-13'),('2033-11-14'),('2033-11-15'),('2033-11-16'),('2033-11-17'),('2033-11-18'),('2033-11-19'),('2033-11-20'),('2033-11-21'),('2033-11-22'),('2033-11-23'),('2033-11-24'),('2033-11-25'),('2033-11-26'),('2033-11-27'),('2033-11-28'),('2033-11-29'),('2033-11-30'),('2033-12-01'),('2033-12-02'),('2033-12-03'),('2033-12-04'),('2033-12-05'),('2033-12-06'),('2033-12-07'),('2033-12-08'),('2033-12-09'),('2033-12-10'),('2033-12-11'),('2033-12-12'),('2033-12-13'),('2033-12-14'),('2033-12-15'),('2033-12-16'),('2033-12-17'),('2033-12-18'),('2033-12-19'),('2033-12-20'),('2033-12-21'),('2033-12-22'),('2033-12-23'),('2033-12-24'),('2033-12-25'),('2033-12-26'),('2033-12-27'),('2033-12-28'),('2033-12-29'),('2033-12-30'),('2033-12-31'),('2034-01-01'),('2034-01-02'),('2034-01-03'),('2034-01-04'),('2034-01-05'),('2034-01-06'),('2034-01-07'),('2034-01-08'),('2034-01-09'),('2034-01-10'),('2034-01-11'),('2034-01-12'),('2034-01-13'),('2034-01-14'),('2034-01-15'),('2034-01-16'),('2034-01-17'),('2034-01-18'),('2034-01-19'),('2034-01-20'),('2034-01-21'),('2034-01-22'),('2034-01-23'),('2034-01-24'),('2034-01-25'),('2034-01-26'),('2034-01-27'),('2034-01-28'),('2034-01-29'),('2034-01-30'),('2034-01-31'),('2034-02-01'),('2034-02-02'),('2034-02-03'),('2034-02-04'),('2034-02-05'),('2034-02-06'),('2034-02-07'),('2034-02-08'),('2034-02-09'),('2034-02-10'),('2034-02-11'),('2034-02-12'),('2034-02-13'),('2034-02-14'),('2034-02-15'),('2034-02-16'),('2034-02-17'),('2034-02-18'),('2034-02-19'),('2034-02-20'),('2034-02-21'),('2034-02-22'),('2034-02-23'),('2034-02-24'),('2034-02-25'),('2034-02-26'),('2034-02-27'),('2034-02-28'),('2034-03-01'),('2034-03-02'),('2034-03-03'),('2034-03-04'),('2034-03-05'),('2034-03-06'),('2034-03-07'),('2034-03-08'),('2034-03-09'),('2034-03-10'),('2034-03-11'),('2034-03-12'),('2034-03-13'),('2034-03-14'),('2034-03-15'),('2034-03-16'),('2034-03-17'),('2034-03-18'),('2034-03-19'),('2034-03-20'),('2034-03-21'),('2034-03-22'),('2034-03-23'),('2034-03-24'),('2034-03-25'),('2034-03-26'),('2034-03-27'),('2034-03-28'),('2034-03-29'),('2034-03-30'),('2034-03-31'),('2034-04-01'),('2034-04-02'),('2034-04-03'),('2034-04-04'),('2034-04-05'),('2034-04-06'),('2034-04-07'),('2034-04-08'),('2034-04-09'),('2034-04-10'),('2034-04-11'),('2034-04-12'),('2034-04-13'),('2034-04-14'),('2034-04-15'),('2034-04-16'),('2034-04-17'),('2034-04-18'),('2034-04-19'),('2034-04-20'),('2034-04-21'),('2034-04-22'),('2034-04-23'),('2034-04-24'),('2034-04-25'),('2034-04-26'),('2034-04-27'),('2034-04-28'),('2034-04-29'),('2034-04-30'),('2034-05-01'),('2034-05-02'),('2034-05-03'),('2034-05-04'),('2034-05-05'),('2034-05-06'),('2034-05-07'),('2034-05-08'),('2034-05-09'),('2034-05-10'),('2034-05-11'),('2034-05-12'),('2034-05-13'),('2034-05-14'),('2034-05-15'),('2034-05-16'),('2034-05-17'),('2034-05-18'),('2034-05-19'),('2034-05-20'),('2034-05-21'),('2034-05-22'),('2034-05-23'),('2034-05-24'),('2034-05-25'),('2034-05-26'),('2034-05-27'),('2034-05-28'),('2034-05-29'),('2034-05-30'),('2034-05-31'),('2034-06-01'),('2034-06-02'),('2034-06-03'),('2034-06-04'),('2034-06-05'),('2034-06-06'),('2034-06-07'),('2034-06-08'),('2034-06-09'),('2034-06-10'),('2034-06-11'),('2034-06-12'),('2034-06-13'),('2034-06-14'),('2034-06-15'),('2034-06-16'),('2034-06-17'),('2034-06-18'),('2034-06-19'),('2034-06-20'),('2034-06-21'),('2034-06-22'),('2034-06-23'),('2034-06-24'),('2034-06-25'),('2034-06-26'),('2034-06-27'),('2034-06-28'),('2034-06-29'),('2034-06-30'),('2034-07-01'),('2034-07-02'),('2034-07-03'),('2034-07-04'),('2034-07-05'),('2034-07-06'),('2034-07-07'),('2034-07-08'),('2034-07-09'),('2034-07-10'),('2034-07-11'),('2034-07-12'),('2034-07-13'),('2034-07-14'),('2034-07-15'),('2034-07-16'),('2034-07-17'),('2034-07-18'),('2034-07-19'),('2034-07-20'),('2034-07-21'),('2034-07-22'),('2034-07-23'),('2034-07-24'),('2034-07-25'),('2034-07-26'),('2034-07-27'),('2034-07-28'),('2034-07-29'),('2034-07-30'),('2034-07-31'),('2034-08-01'),('2034-08-02'),('2034-08-03'),('2034-08-04'),('2034-08-05'),('2034-08-06'),('2034-08-07'),('2034-08-08'),('2034-08-09'),('2034-08-10'),('2034-08-11'),('2034-08-12'),('2034-08-13'),('2034-08-14'),('2034-08-15'),('2034-08-16'),('2034-08-17'),('2034-08-18'),('2034-08-19'),('2034-08-20'),('2034-08-21'),('2034-08-22'),('2034-08-23'),('2034-08-24'),('2034-08-25'),('2034-08-26'),('2034-08-27'),('2034-08-28'),('2034-08-29'),('2034-08-30'),('2034-08-31'),('2034-09-01'),('2034-09-02'),('2034-09-03'),('2034-09-04'),('2034-09-05'),('2034-09-06'),('2034-09-07'),('2034-09-08'),('2034-09-09'),('2034-09-10'),('2034-09-11'),('2034-09-12'),('2034-09-13'),('2034-09-14'),('2034-09-15'),('2034-09-16'),('2034-09-17'),('2034-09-18'),('2034-09-19'),('2034-09-20'),('2034-09-21'),('2034-09-22'),('2034-09-23'),('2034-09-24'),('2034-09-25'),('2034-09-26'),('2034-09-27'),('2034-09-28'),('2034-09-29'),('2034-09-30'),('2034-10-01'),('2034-10-02'),('2034-10-03'),('2034-10-04'),('2034-10-05'),('2034-10-06'),('2034-10-07'),('2034-10-08'),('2034-10-09'),('2034-10-10'),('2034-10-11'),('2034-10-12'),('2034-10-13'),('2034-10-14'),('2034-10-15'),('2034-10-16'),('2034-10-17'),('2034-10-18'),('2034-10-19'),('2034-10-20'),('2034-10-21'),('2034-10-22'),('2034-10-23'),('2034-10-24'),('2034-10-25'),('2034-10-26'),('2034-10-27'),('2034-10-28'),('2034-10-29'),('2034-10-30'),('2034-10-31'),('2034-11-01'),('2034-11-02'),('2034-11-03'),('2034-11-04'),('2034-11-05'),('2034-11-06'),('2034-11-07'),('2034-11-08'),('2034-11-09'),('2034-11-10'),('2034-11-11'),('2034-11-12'),('2034-11-13'),('2034-11-14'),('2034-11-15'),('2034-11-16'),('2034-11-17'),('2034-11-18'),('2034-11-19'),('2034-11-20'),('2034-11-21'),('2034-11-22'),('2034-11-23'),('2034-11-24'),('2034-11-25'),('2034-11-26'),('2034-11-27'),('2034-11-28'),('2034-11-29'),('2034-11-30'),('2034-12-01'),('2034-12-02'),('2034-12-03'),('2034-12-04'),('2034-12-05'),('2034-12-06'),('2034-12-07'),('2034-12-08'),('2034-12-09'),('2034-12-10'),('2034-12-11'),('2034-12-12'),('2034-12-13'),('2034-12-14'),('2034-12-15'),('2034-12-16'),('2034-12-17'),('2034-12-18'),('2034-12-19'),('2034-12-20'),('2034-12-21'),('2034-12-22'),('2034-12-23'),('2034-12-24'),('2034-12-25'),('2034-12-26'),('2034-12-27'),('2034-12-28'),('2034-12-29'),('2034-12-30'),('2034-12-31'),('2035-01-01'),('2035-01-02'),('2035-01-03'),('2035-01-04'),('2035-01-05'),('2035-01-06'),('2035-01-07'),('2035-01-08'),('2035-01-09'),('2035-01-10'),('2035-01-11'),('2035-01-12'),('2035-01-13'),('2035-01-14'),('2035-01-15'),('2035-01-16'),('2035-01-17'),('2035-01-18'),('2035-01-19'),('2035-01-20'),('2035-01-21'),('2035-01-22'),('2035-01-23'),('2035-01-24'),('2035-01-25'),('2035-01-26'),('2035-01-27'),('2035-01-28'),('2035-01-29'),('2035-01-30'),('2035-01-31'),('2035-02-01'),('2035-02-02'),('2035-02-03'),('2035-02-04'),('2035-02-05'),('2035-02-06'),('2035-02-07'),('2035-02-08'),('2035-02-09'),('2035-02-10'),('2035-02-11'),('2035-02-12'),('2035-02-13'),('2035-02-14'),('2035-02-15'),('2035-02-16'),('2035-02-17'),('2035-02-18'),('2035-02-19'),('2035-02-20'),('2035-02-21'),('2035-02-22'),('2035-02-23'),('2035-02-24'),('2035-02-25'),('2035-02-26'),('2035-02-27'),('2035-02-28'),('2035-03-01'),('2035-03-02'),('2035-03-03'),('2035-03-04'),('2035-03-05'),('2035-03-06'),('2035-03-07'),('2035-03-08'),('2035-03-09'),('2035-03-10'),('2035-03-11'),('2035-03-12'),('2035-03-13'),('2035-03-14'),('2035-03-15'),('2035-03-16'),('2035-03-17'),('2035-03-18'),('2035-03-19'),('2035-03-20'),('2035-03-21'),('2035-03-22'),('2035-03-23'),('2035-03-24'),('2035-03-25'),('2035-03-26'),('2035-03-27'),('2035-03-28'),('2035-03-29'),('2035-03-30'),('2035-03-31'),('2035-04-01'),('2035-04-02'),('2035-04-03'),('2035-04-04'),('2035-04-05'),('2035-04-06'),('2035-04-07'),('2035-04-08'),('2035-04-09'),('2035-04-10'),('2035-04-11'),('2035-04-12'),('2035-04-13'),('2035-04-14'),('2035-04-15'),('2035-04-16'),('2035-04-17'),('2035-04-18'),('2035-04-19'),('2035-04-20'),('2035-04-21'),('2035-04-22'),('2035-04-23'),('2035-04-24'),('2035-04-25'),('2035-04-26'),('2035-04-27'),('2035-04-28'),('2035-04-29'),('2035-04-30'),('2035-05-01'),('2035-05-02'),('2035-05-03'),('2035-05-04'),('2035-05-05'),('2035-05-06'),('2035-05-07'),('2035-05-08'),('2035-05-09'),('2035-05-10'),('2035-05-11'),('2035-05-12'),('2035-05-13'),('2035-05-14'),('2035-05-15'),('2035-05-16'),('2035-05-17'),('2035-05-18'),('2035-05-19'),('2035-05-20'),('2035-05-21'),('2035-05-22'),('2035-05-23'),('2035-05-24'),('2035-05-25'),('2035-05-26'),('2035-05-27'),('2035-05-28'),('2035-05-29'),('2035-05-30'),('2035-05-31'),('2035-06-01'),('2035-06-02'),('2035-06-03'),('2035-06-04'),('2035-06-05'),('2035-06-06'),('2035-06-07'),('2035-06-08'),('2035-06-09'),('2035-06-10'),('2035-06-11'),('2035-06-12'),('2035-06-13'),('2035-06-14'),('2035-06-15'),('2035-06-16'),('2035-06-17'),('2035-06-18'),('2035-06-19'),('2035-06-20'),('2035-06-21'),('2035-06-22'),('2035-06-23'),('2035-06-24'),('2035-06-25'),('2035-06-26'),('2035-06-27'),('2035-06-28'),('2035-06-29'),('2035-06-30'),('2035-07-01'),('2035-07-02'),('2035-07-03'),('2035-07-04'),('2035-07-05'),('2035-07-06'),('2035-07-07'),('2035-07-08'),('2035-07-09'),('2035-07-10'),('2035-07-11'),('2035-07-12'),('2035-07-13'),('2035-07-14'),('2035-07-15'),('2035-07-16'),('2035-07-17'),('2035-07-18'),('2035-07-19'),('2035-07-20'),('2035-07-21'),('2035-07-22'),('2035-07-23'),('2035-07-24'),('2035-07-25'),('2035-07-26'),('2035-07-27'),('2035-07-28'),('2035-07-29'),('2035-07-30'),('2035-07-31'),('2035-08-01'),('2035-08-02'),('2035-08-03'),('2035-08-04'),('2035-08-05'),('2035-08-06'),('2035-08-07'),('2035-08-08'),('2035-08-09'),('2035-08-10'),('2035-08-11'),('2035-08-12'),('2035-08-13'),('2035-08-14'),('2035-08-15'),('2035-08-16'),('2035-08-17'),('2035-08-18'),('2035-08-19'),('2035-08-20'),('2035-08-21'),('2035-08-22'),('2035-08-23'),('2035-08-24'),('2035-08-25'),('2035-08-26'),('2035-08-27'),('2035-08-28'),('2035-08-29'),('2035-08-30'),('2035-08-31'),('2035-09-01'),('2035-09-02'),('2035-09-03'),('2035-09-04'),('2035-09-05'),('2035-09-06'),('2035-09-07'),('2035-09-08'),('2035-09-09'),('2035-09-10'),('2035-09-11'),('2035-09-12'),('2035-09-13'),('2035-09-14'),('2035-09-15'),('2035-09-16'),('2035-09-17'),('2035-09-18'),('2035-09-19'),('2035-09-20'),('2035-09-21'),('2035-09-22'),('2035-09-23'),('2035-09-24'),('2035-09-25'),('2035-09-26'),('2035-09-27'),('2035-09-28'),('2035-09-29'),('2035-09-30'),('2035-10-01'),('2035-10-02'),('2035-10-03'),('2035-10-04'),('2035-10-05'),('2035-10-06'),('2035-10-07'),('2035-10-08'),('2035-10-09'),('2035-10-10'),('2035-10-11'),('2035-10-12'),('2035-10-13'),('2035-10-14'),('2035-10-15'),('2035-10-16'),('2035-10-17'),('2035-10-18'),('2035-10-19'),('2035-10-20'),('2035-10-21'),('2035-10-22'),('2035-10-23'),('2035-10-24'),('2035-10-25'),('2035-10-26'),('2035-10-27'),('2035-10-28'),('2035-10-29'),('2035-10-30'),('2035-10-31'),('2035-11-01'),('2035-11-02'),('2035-11-03'),('2035-11-04'),('2035-11-05'),('2035-11-06'),('2035-11-07'),('2035-11-08'),('2035-11-09'),('2035-11-10'),('2035-11-11'),('2035-11-12'),('2035-11-13'),('2035-11-14'),('2035-11-15'),('2035-11-16'),('2035-11-17'),('2035-11-18'),('2035-11-19'),('2035-11-20'),('2035-11-21'),('2035-11-22'),('2035-11-23'),('2035-11-24'),('2035-11-25'),('2035-11-26'),('2035-11-27'),('2035-11-28'),('2035-11-29'),('2035-11-30'),('2035-12-01'),('2035-12-02'),('2035-12-03'),('2035-12-04'),('2035-12-05'),('2035-12-06'),('2035-12-07'),('2035-12-08'),('2035-12-09'),('2035-12-10'),('2035-12-11'),('2035-12-12'),('2035-12-13'),('2035-12-14'),('2035-12-15'),('2035-12-16'),('2035-12-17'),('2035-12-18'),('2035-12-19'),('2035-12-20'),('2035-12-21'),('2035-12-22'),('2035-12-23'),('2035-12-24'),('2035-12-25'),('2035-12-26'),('2035-12-27'),('2035-12-28'),('2035-12-29'),('2035-12-30'),('2035-12-31'),('2036-01-01'),('2036-01-02'),('2036-01-03'),('2036-01-04'),('2036-01-05'),('2036-01-06'),('2036-01-07'),('2036-01-08'),('2036-01-09'),('2036-01-10'),('2036-01-11'),('2036-01-12'),('2036-01-13'),('2036-01-14'),('2036-01-15'),('2036-01-16'),('2036-01-17'),('2036-01-18'),('2036-01-19'),('2036-01-20'),('2036-01-21'),('2036-01-22'),('2036-01-23'),('2036-01-24'),('2036-01-25'),('2036-01-26'),('2036-01-27'),('2036-01-28'),('2036-01-29'),('2036-01-30'),('2036-01-31'),('2036-02-01'),('2036-02-02'),('2036-02-03'),('2036-02-04'),('2036-02-05'),('2036-02-06'),('2036-02-07'),('2036-02-08'),('2036-02-09'),('2036-02-10'),('2036-02-11'),('2036-02-12'),('2036-02-13'),('2036-02-14'),('2036-02-15'),('2036-02-16'),('2036-02-17'),('2036-02-18'),('2036-02-19'),('2036-02-20'),('2036-02-21'),('2036-02-22'),('2036-02-23'),('2036-02-24'),('2036-02-25'),('2036-02-26'),('2036-02-27'),('2036-02-28'),('2036-02-29'),('2036-03-01'),('2036-03-02'),('2036-03-03'),('2036-03-04'),('2036-03-05'),('2036-03-06'),('2036-03-07'),('2036-03-08'),('2036-03-09'),('2036-03-10'),('2036-03-11'),('2036-03-12'),('2036-03-13'),('2036-03-14'),('2036-03-15'),('2036-03-16'),('2036-03-17'),('2036-03-18'),('2036-03-19'),('2036-03-20'),('2036-03-21'),('2036-03-22'),('2036-03-23'),('2036-03-24'),('2036-03-25'),('2036-03-26'),('2036-03-27'),('2036-03-28'),('2036-03-29'),('2036-03-30'),('2036-03-31'),('2036-04-01'),('2036-04-02'),('2036-04-03'),('2036-04-04'),('2036-04-05'),('2036-04-06'),('2036-04-07'),('2036-04-08'),('2036-04-09'),('2036-04-10'),('2036-04-11'),('2036-04-12'),('2036-04-13'),('2036-04-14'),('2036-04-15'),('2036-04-16'),('2036-04-17'),('2036-04-18'),('2036-04-19'),('2036-04-20'),('2036-04-21'),('2036-04-22'),('2036-04-23'),('2036-04-24'),('2036-04-25'),('2036-04-26'),('2036-04-27'),('2036-04-28'),('2036-04-29'),('2036-04-30'),('2036-05-01'),('2036-05-02'),('2036-05-03'),('2036-05-04'),('2036-05-05'),('2036-05-06'),('2036-05-07'),('2036-05-08'),('2036-05-09'),('2036-05-10'),('2036-05-11'),('2036-05-12'),('2036-05-13'),('2036-05-14'),('2036-05-15'),('2036-05-16'),('2036-05-17'),('2036-05-18'),('2036-05-19'),('2036-05-20'),('2036-05-21'),('2036-05-22'),('2036-05-23'),('2036-05-24'),('2036-05-25'),('2036-05-26'),('2036-05-27'),('2036-05-28'),('2036-05-29'),('2036-05-30'),('2036-05-31'),('2036-06-01'),('2036-06-02'),('2036-06-03'),('2036-06-04'),('2036-06-05'),('2036-06-06'),('2036-06-07'),('2036-06-08'),('2036-06-09'),('2036-06-10'),('2036-06-11'),('2036-06-12'),('2036-06-13'),('2036-06-14'),('2036-06-15'),('2036-06-16'),('2036-06-17'),('2036-06-18'),('2036-06-19'),('2036-06-20'),('2036-06-21'),('2036-06-22'),('2036-06-23'),('2036-06-24'),('2036-06-25'),('2036-06-26'),('2036-06-27'),('2036-06-28'),('2036-06-29'),('2036-06-30'),('2036-07-01'),('2036-07-02'),('2036-07-03'),('2036-07-04'),('2036-07-05'),('2036-07-06'),('2036-07-07'),('2036-07-08'),('2036-07-09'),('2036-07-10'),('2036-07-11'),('2036-07-12'),('2036-07-13'),('2036-07-14'),('2036-07-15'),('2036-07-16'),('2036-07-17'),('2036-07-18'),('2036-07-19'),('2036-07-20'),('2036-07-21'),('2036-07-22'),('2036-07-23'),('2036-07-24'),('2036-07-25'),('2036-07-26'),('2036-07-27'),('2036-07-28'),('2036-07-29'),('2036-07-30'),('2036-07-31'),('2036-08-01'),('2036-08-02'),('2036-08-03'),('2036-08-04'),('2036-08-05'),('2036-08-06'),('2036-08-07'),('2036-08-08'),('2036-08-09'),('2036-08-10'),('2036-08-11'),('2036-08-12'),('2036-08-13'),('2036-08-14'),('2036-08-15'),('2036-08-16'),('2036-08-17'),('2036-08-18'),('2036-08-19'),('2036-08-20'),('2036-08-21'),('2036-08-22'),('2036-08-23'),('2036-08-24'),('2036-08-25'),('2036-08-26'),('2036-08-27'),('2036-08-28'),('2036-08-29'),('2036-08-30'),('2036-08-31'),('2036-09-01'),('2036-09-02'),('2036-09-03'),('2036-09-04'),('2036-09-05'),('2036-09-06'),('2036-09-07'),('2036-09-08'),('2036-09-09'),('2036-09-10'),('2036-09-11'),('2036-09-12'),('2036-09-13'),('2036-09-14'),('2036-09-15'),('2036-09-16'),('2036-09-17'),('2036-09-18'),('2036-09-19'),('2036-09-20'),('2036-09-21'),('2036-09-22'),('2036-09-23'),('2036-09-24'),('2036-09-25'),('2036-09-26'),('2036-09-27'),('2036-09-28'),('2036-09-29'),('2036-09-30'),('2036-10-01'),('2036-10-02'),('2036-10-03'),('2036-10-04'),('2036-10-05'),('2036-10-06'),('2036-10-07'),('2036-10-08'),('2036-10-09'),('2036-10-10'),('2036-10-11'),('2036-10-12'),('2036-10-13'),('2036-10-14'),('2036-10-15'),('2036-10-16'),('2036-10-17'),('2036-10-18'),('2036-10-19'),('2036-10-20'),('2036-10-21'),('2036-10-22'),('2036-10-23'),('2036-10-24'),('2036-10-25'),('2036-10-26'),('2036-10-27'),('2036-10-28'),('2036-10-29'),('2036-10-30'),('2036-10-31'),('2036-11-01'),('2036-11-02'),('2036-11-03'),('2036-11-04'),('2036-11-05'),('2036-11-06'),('2036-11-07'),('2036-11-08'),('2036-11-09'),('2036-11-10'),('2036-11-11'),('2036-11-12'),('2036-11-13'),('2036-11-14'),('2036-11-15'),('2036-11-16'),('2036-11-17'),('2036-11-18'),('2036-11-19'),('2036-11-20'),('2036-11-21'),('2036-11-22'),('2036-11-23'),('2036-11-24'),('2036-11-25'),('2036-11-26'),('2036-11-27'),('2036-11-28'),('2036-11-29'),('2036-11-30'),('2036-12-01'),('2036-12-02'),('2036-12-03'),('2036-12-04'),('2036-12-05'),('2036-12-06'),('2036-12-07'),('2036-12-08'),('2036-12-09'),('2036-12-10'),('2036-12-11'),('2036-12-12'),('2036-12-13'),('2036-12-14'),('2036-12-15'),('2036-12-16'),('2036-12-17'),('2036-12-18'),('2036-12-19'),('2036-12-20'),('2036-12-21'),('2036-12-22'),('2036-12-23'),('2036-12-24'),('2036-12-25'),('2036-12-26'),('2036-12-27'),('2036-12-28'),('2036-12-29'),('2036-12-30'),('2036-12-31'),('2037-01-01'),('2037-01-02'),('2037-01-03'),('2037-01-04'),('2037-01-05'),('2037-01-06'),('2037-01-07'),('2037-01-08'),('2037-01-09'),('2037-01-10'),('2037-01-11'),('2037-01-12'),('2037-01-13'),('2037-01-14'),('2037-01-15'),('2037-01-16'),('2037-01-17'),('2037-01-18'),('2037-01-19'),('2037-01-20'),('2037-01-21'),('2037-01-22'),('2037-01-23'),('2037-01-24'),('2037-01-25'),('2037-01-26'),('2037-01-27'),('2037-01-28'),('2037-01-29'),('2037-01-30'),('2037-01-31'),('2037-02-01'),('2037-02-02'),('2037-02-03'),('2037-02-04'),('2037-02-05'),('2037-02-06'),('2037-02-07'),('2037-02-08'),('2037-02-09'),('2037-02-10'),('2037-02-11'),('2037-02-12'),('2037-02-13'),('2037-02-14'),('2037-02-15'),('2037-02-16'),('2037-02-17'),('2037-02-18'),('2037-02-19'),('2037-02-20'),('2037-02-21'),('2037-02-22'),('2037-02-23'),('2037-02-24'),('2037-02-25'),('2037-02-26'),('2037-02-27'),('2037-02-28'),('2037-03-01'),('2037-03-02'),('2037-03-03'),('2037-03-04'),('2037-03-05'),('2037-03-06'),('2037-03-07'),('2037-03-08'),('2037-03-09'),('2037-03-10'),('2037-03-11'),('2037-03-12'),('2037-03-13'),('2037-03-14'),('2037-03-15'),('2037-03-16'),('2037-03-17'),('2037-03-18'),('2037-03-19'),('2037-03-20'),('2037-03-21'),('2037-03-22'),('2037-03-23'),('2037-03-24'),('2037-03-25'),('2037-03-26'),('2037-03-27'),('2037-03-28'),('2037-03-29'),('2037-03-30'),('2037-03-31'),('2037-04-01'),('2037-04-02'),('2037-04-03'),('2037-04-04'),('2037-04-05'),('2037-04-06'),('2037-04-07'),('2037-04-08'),('2037-04-09'),('2037-04-10'),('2037-04-11'),('2037-04-12'),('2037-04-13'),('2037-04-14'),('2037-04-15'),('2037-04-16'),('2037-04-17'),('2037-04-18'),('2037-04-19'),('2037-04-20'),('2037-04-21'),('2037-04-22'),('2037-04-23'),('2037-04-24'),('2037-04-25'),('2037-04-26'),('2037-04-27'),('2037-04-28'),('2037-04-29'),('2037-04-30'),('2037-05-01'),('2037-05-02'),('2037-05-03'),('2037-05-04'),('2037-05-05'),('2037-05-06'),('2037-05-07'),('2037-05-08'),('2037-05-09'),('2037-05-10'),('2037-05-11'),('2037-05-12'),('2037-05-13'),('2037-05-14'),('2037-05-15'),('2037-05-16'),('2037-05-17'),('2037-05-18'),('2037-05-19'),('2037-05-20'),('2037-05-21'),('2037-05-22'),('2037-05-23'),('2037-05-24'),('2037-05-25'),('2037-05-26'),('2037-05-27'),('2037-05-28'),('2037-05-29'),('2037-05-30'),('2037-05-31'),('2037-06-01'),('2037-06-02'),('2037-06-03'),('2037-06-04'),('2037-06-05'),('2037-06-06'),('2037-06-07'),('2037-06-08'),('2037-06-09'),('2037-06-10'),('2037-06-11'),('2037-06-12'),('2037-06-13'),('2037-06-14'),('2037-06-15'),('2037-06-16'),('2037-06-17'),('2037-06-18'),('2037-06-19'),('2037-06-20'),('2037-06-21'),('2037-06-22'),('2037-06-23'),('2037-06-24'),('2037-06-25'),('2037-06-26'),('2037-06-27'),('2037-06-28'),('2037-06-29'),('2037-06-30'),('2037-07-01'),('2037-07-02'),('2037-07-03'),('2037-07-04'),('2037-07-05'),('2037-07-06'),('2037-07-07'),('2037-07-08'),('2037-07-09'),('2037-07-10'),('2037-07-11'),('2037-07-12'),('2037-07-13'),('2037-07-14'),('2037-07-15'),('2037-07-16'),('2037-07-17'),('2037-07-18'),('2037-07-19'),('2037-07-20'),('2037-07-21'),('2037-07-22'),('2037-07-23'),('2037-07-24'),('2037-07-25'),('2037-07-26'),('2037-07-27'),('2037-07-28'),('2037-07-29'),('2037-07-30'),('2037-07-31'),('2037-08-01'),('2037-08-02'),('2037-08-03'),('2037-08-04'),('2037-08-05'),('2037-08-06'),('2037-08-07'),('2037-08-08'),('2037-08-09'),('2037-08-10'),('2037-08-11'),('2037-08-12'),('2037-08-13'),('2037-08-14'),('2037-08-15'),('2037-08-16'),('2037-08-17'),('2037-08-18'),('2037-08-19'),('2037-08-20'),('2037-08-21'),('2037-08-22'),('2037-08-23'),('2037-08-24'),('2037-08-25'),('2037-08-26'),('2037-08-27'),('2037-08-28'),('2037-08-29'),('2037-08-30'),('2037-08-31'),('2037-09-01'),('2037-09-02'),('2037-09-03'),('2037-09-04'),('2037-09-05'),('2037-09-06'),('2037-09-07'),('2037-09-08'),('2037-09-09'),('2037-09-10'),('2037-09-11'),('2037-09-12'),('2037-09-13'),('2037-09-14'),('2037-09-15'),('2037-09-16'),('2037-09-17'),('2037-09-18'),('2037-09-19'),('2037-09-20'),('2037-09-21'),('2037-09-22'),('2037-09-23'),('2037-09-24'),('2037-09-25'),('2037-09-26'),('2037-09-27'),('2037-09-28'),('2037-09-29'),('2037-09-30'),('2037-10-01'),('2037-10-02'),('2037-10-03'),('2037-10-04'),('2037-10-05'),('2037-10-06'),('2037-10-07'),('2037-10-08'),('2037-10-09'),('2037-10-10'),('2037-10-11'),('2037-10-12'),('2037-10-13'),('2037-10-14'),('2037-10-15'),('2037-10-16'),('2037-10-17'),('2037-10-18'),('2037-10-19'),('2037-10-20'),('2037-10-21'),('2037-10-22'),('2037-10-23'),('2037-10-24'),('2037-10-25'),('2037-10-26'),('2037-10-27'),('2037-10-28'),('2037-10-29'),('2037-10-30'),('2037-10-31'),('2037-11-01'),('2037-11-02'),('2037-11-03'),('2037-11-04'),('2037-11-05'),('2037-11-06'),('2037-11-07'),('2037-11-08'),('2037-11-09'),('2037-11-10'),('2037-11-11'),('2037-11-12'),('2037-11-13'),('2037-11-14'),('2037-11-15'),('2037-11-16'),('2037-11-17'),('2037-11-18'),('2037-11-19'),('2037-11-20'),('2037-11-21'),('2037-11-22'),('2037-11-23'),('2037-11-24'),('2037-11-25'),('2037-11-26'),('2037-11-27'),('2037-11-28'),('2037-11-29'),('2037-11-30'),('2037-12-01'),('2037-12-02'),('2037-12-03'),('2037-12-04'),('2037-12-05'),('2037-12-06'),('2037-12-07'),('2037-12-08'),('2037-12-09'),('2037-12-10'),('2037-12-11'),('2037-12-12'),('2037-12-13'),('2037-12-14'),('2037-12-15'),('2037-12-16'),('2037-12-17'),('2037-12-18'),('2037-12-19'),('2037-12-20'),('2037-12-21'),('2037-12-22'),('2037-12-23'),('2037-12-24'),('2037-12-25'),('2037-12-26'),('2037-12-27'),('2037-12-28'),('2037-12-29'),('2037-12-30'),('2037-12-31'),('2038-01-01'),('2038-01-02'),('2038-01-03'),('2038-01-04'),('2038-01-05'),('2038-01-06'),('2038-01-07'),('2038-01-08'),('2038-01-09'),('2038-01-10'),('2038-01-11'),('2038-01-12'),('2038-01-13'),('2038-01-14'),('2038-01-15'),('2038-01-16'),('2038-01-17'),('2038-01-18'),('2038-01-19'),('2038-01-20'),('2038-01-21'),('2038-01-22'),('2038-01-23'),('2038-01-24'),('2038-01-25'),('2038-01-26'),('2038-01-27'),('2038-01-28'),('2038-01-29'),('2038-01-30'),('2038-01-31'),('2038-02-01'),('2038-02-02'),('2038-02-03'),('2038-02-04'),('2038-02-05'),('2038-02-06'),('2038-02-07'),('2038-02-08'),('2038-02-09'),('2038-02-10'),('2038-02-11'),('2038-02-12'),('2038-02-13'),('2038-02-14'),('2038-02-15'),('2038-02-16'),('2038-02-17'),('2038-02-18'),('2038-02-19'),('2038-02-20'),('2038-02-21'),('2038-02-22'),('2038-02-23'),('2038-02-24'),('2038-02-25'),('2038-02-26'),('2038-02-27'),('2038-02-28'),('2038-03-01'),('2038-03-02'),('2038-03-03'),('2038-03-04'),('2038-03-05'),('2038-03-06'),('2038-03-07'),('2038-03-08'),('2038-03-09'),('2038-03-10'),('2038-03-11'),('2038-03-12'),('2038-03-13'),('2038-03-14'),('2038-03-15'),('2038-03-16'),('2038-03-17'),('2038-03-18'),('2038-03-19'),('2038-03-20'),('2038-03-21'),('2038-03-22'),('2038-03-23'),('2038-03-24'),('2038-03-25'),('2038-03-26'),('2038-03-27'),('2038-03-28'),('2038-03-29'),('2038-03-30'),('2038-03-31'),('2038-04-01'),('2038-04-02'),('2038-04-03'),('2038-04-04'),('2038-04-05'),('2038-04-06'),('2038-04-07'),('2038-04-08'),('2038-04-09'),('2038-04-10'),('2038-04-11'),('2038-04-12'),('2038-04-13'),('2038-04-14'),('2038-04-15'),('2038-04-16'),('2038-04-17'),('2038-04-18'),('2038-04-19'),('2038-04-20'),('2038-04-21'),('2038-04-22'),('2038-04-23'),('2038-04-24'),('2038-04-25'),('2038-04-26'),('2038-04-27'),('2038-04-28'),('2038-04-29'),('2038-04-30'),('2038-05-01'),('2038-05-02'),('2038-05-03'),('2038-05-04'),('2038-05-05'),('2038-05-06'),('2038-05-07'),('2038-05-08'),('2038-05-09'),('2038-05-10'),('2038-05-11'),('2038-05-12'),('2038-05-13'),('2038-05-14'),('2038-05-15'),('2038-05-16'),('2038-05-17'),('2038-05-18'),('2038-05-19'),('2038-05-20'),('2038-05-21'),('2038-05-22'),('2038-05-23'),('2038-05-24'),('2038-05-25'),('2038-05-26'),('2038-05-27'),('2038-05-28'),('2038-05-29'),('2038-05-30'),('2038-05-31'),('2038-06-01'),('2038-06-02'),('2038-06-03'),('2038-06-04'),('2038-06-05'),('2038-06-06'),('2038-06-07'),('2038-06-08'),('2038-06-09'),('2038-06-10'),('2038-06-11'),('2038-06-12'),('2038-06-13'),('2038-06-14'),('2038-06-15'),('2038-06-16'),('2038-06-17'),('2038-06-18'),('2038-06-19'),('2038-06-20'),('2038-06-21'),('2038-06-22'),('2038-06-23'),('2038-06-24'),('2038-06-25'),('2038-06-26'),('2038-06-27'),('2038-06-28'),('2038-06-29'),('2038-06-30'),('2038-07-01'),('2038-07-02'),('2038-07-03'),('2038-07-04'),('2038-07-05'),('2038-07-06'),('2038-07-07'),('2038-07-08'),('2038-07-09'),('2038-07-10'),('2038-07-11'),('2038-07-12'),('2038-07-13'),('2038-07-14'),('2038-07-15'),('2038-07-16'),('2038-07-17'),('2038-07-18'),('2038-07-19'),('2038-07-20'),('2038-07-21'),('2038-07-22'),('2038-07-23'),('2038-07-24'),('2038-07-25'),('2038-07-26'),('2038-07-27'),('2038-07-28'),('2038-07-29'),('2038-07-30'),('2038-07-31'),('2038-08-01'),('2038-08-02'),('2038-08-03'),('2038-08-04'),('2038-08-05'),('2038-08-06'),('2038-08-07'),('2038-08-08'),('2038-08-09'),('2038-08-10'),('2038-08-11'),('2038-08-12'),('2038-08-13'),('2038-08-14'),('2038-08-15'),('2038-08-16'),('2038-08-17'),('2038-08-18'),('2038-08-19'),('2038-08-20'),('2038-08-21'),('2038-08-22'),('2038-08-23'),('2038-08-24'),('2038-08-25'),('2038-08-26'),('2038-08-27'),('2038-08-28'),('2038-08-29'),('2038-08-30'),('2038-08-31'),('2038-09-01'),('2038-09-02'),('2038-09-03'),('2038-09-04'),('2038-09-05'),('2038-09-06'),('2038-09-07'),('2038-09-08'),('2038-09-09'),('2038-09-10'),('2038-09-11'),('2038-09-12'),('2038-09-13'),('2038-09-14'),('2038-09-15'),('2038-09-16'),('2038-09-17'),('2038-09-18'),('2038-09-19'),('2038-09-20'),('2038-09-21'),('2038-09-22'),('2038-09-23'),('2038-09-24'),('2038-09-25'),('2038-09-26'),('2038-09-27'),('2038-09-28'),('2038-09-29'),('2038-09-30'),('2038-10-01'),('2038-10-02'),('2038-10-03'),('2038-10-04'),('2038-10-05'),('2038-10-06'),('2038-10-07'),('2038-10-08'),('2038-10-09'),('2038-10-10'),('2038-10-11'),('2038-10-12'),('2038-10-13'),('2038-10-14'),('2038-10-15'),('2038-10-16'),('2038-10-17'),('2038-10-18'),('2038-10-19'),('2038-10-20'),('2038-10-21'),('2038-10-22'),('2038-10-23'),('2038-10-24'),('2038-10-25'),('2038-10-26'),('2038-10-27'),('2038-10-28'),('2038-10-29'),('2038-10-30'),('2038-10-31'),('2038-11-01'),('2038-11-02'),('2038-11-03'),('2038-11-04'),('2038-11-05'),('2038-11-06'),('2038-11-07'),('2038-11-08'),('2038-11-09'),('2038-11-10'),('2038-11-11'),('2038-11-12'),('2038-11-13'),('2038-11-14'),('2038-11-15'),('2038-11-16'),('2038-11-17'),('2038-11-18'),('2038-11-19'),('2038-11-20'),('2038-11-21'),('2038-11-22'),('2038-11-23'),('2038-11-24'),('2038-11-25'),('2038-11-26'),('2038-11-27'),('2038-11-28'),('2038-11-29'),('2038-11-30'),('2038-12-01'),('2038-12-02'),('2038-12-03'),('2038-12-04'),('2038-12-05'),('2038-12-06'),('2038-12-07'),('2038-12-08'),('2038-12-09'),('2038-12-10'),('2038-12-11'),('2038-12-12'),('2038-12-13'),('2038-12-14'),('2038-12-15'),('2038-12-16'),('2038-12-17'),('2038-12-18'),('2038-12-19'),('2038-12-20'),('2038-12-21'),('2038-12-22'),('2038-12-23'),('2038-12-24'),('2038-12-25'),('2038-12-26'),('2038-12-27'),('2038-12-28'),('2038-12-29'),('2038-12-30'),('2038-12-31'),('2039-01-01'),('2039-01-02'),('2039-01-03'),('2039-01-04'),('2039-01-05'),('2039-01-06'),('2039-01-07'),('2039-01-08'),('2039-01-09'),('2039-01-10'),('2039-01-11'),('2039-01-12'),('2039-01-13'),('2039-01-14'),('2039-01-15'),('2039-01-16'),('2039-01-17'),('2039-01-18'),('2039-01-19'),('2039-01-20'),('2039-01-21'),('2039-01-22'),('2039-01-23'),('2039-01-24'),('2039-01-25'),('2039-01-26'),('2039-01-27'),('2039-01-28'),('2039-01-29'),('2039-01-30'),('2039-01-31'),('2039-02-01'),('2039-02-02'),('2039-02-03'),('2039-02-04'),('2039-02-05'),('2039-02-06'),('2039-02-07'),('2039-02-08'),('2039-02-09'),('2039-02-10'),('2039-02-11'),('2039-02-12'),('2039-02-13'),('2039-02-14'),('2039-02-15'),('2039-02-16'),('2039-02-17'),('2039-02-18'),('2039-02-19'),('2039-02-20'),('2039-02-21'),('2039-02-22'),('2039-02-23'),('2039-02-24'),('2039-02-25'),('2039-02-26'),('2039-02-27'),('2039-02-28'),('2039-03-01'),('2039-03-02'),('2039-03-03'),('2039-03-04'),('2039-03-05'),('2039-03-06'),('2039-03-07'),('2039-03-08'),('2039-03-09'),('2039-03-10'),('2039-03-11'),('2039-03-12'),('2039-03-13'),('2039-03-14'),('2039-03-15'),('2039-03-16'),('2039-03-17'),('2039-03-18'),('2039-03-19'),('2039-03-20'),('2039-03-21'),('2039-03-22'),('2039-03-23'),('2039-03-24'),('2039-03-25'),('2039-03-26'),('2039-03-27'),('2039-03-28'),('2039-03-29'),('2039-03-30'),('2039-03-31'),('2039-04-01'),('2039-04-02'),('2039-04-03'),('2039-04-04'),('2039-04-05'),('2039-04-06'),('2039-04-07'),('2039-04-08'),('2039-04-09'),('2039-04-10'),('2039-04-11'),('2039-04-12'),('2039-04-13'),('2039-04-14'),('2039-04-15'),('2039-04-16'),('2039-04-17'),('2039-04-18'),('2039-04-19'),('2039-04-20'),('2039-04-21'),('2039-04-22'),('2039-04-23'),('2039-04-24'),('2039-04-25'),('2039-04-26'),('2039-04-27'),('2039-04-28'),('2039-04-29'),('2039-04-30'),('2039-05-01'),('2039-05-02'),('2039-05-03'),('2039-05-04'),('2039-05-05'),('2039-05-06'),('2039-05-07'),('2039-05-08'),('2039-05-09'),('2039-05-10'),('2039-05-11'),('2039-05-12'),('2039-05-13'),('2039-05-14'),('2039-05-15'),('2039-05-16'),('2039-05-17'),('2039-05-18'),('2039-05-19'),('2039-05-20'),('2039-05-21'),('2039-05-22'),('2039-05-23'),('2039-05-24'),('2039-05-25'),('2039-05-26'),('2039-05-27'),('2039-05-28'),('2039-05-29'),('2039-05-30'),('2039-05-31'),('2039-06-01'),('2039-06-02'),('2039-06-03'),('2039-06-04'),('2039-06-05'),('2039-06-06'),('2039-06-07'),('2039-06-08'),('2039-06-09'),('2039-06-10'),('2039-06-11'),('2039-06-12'),('2039-06-13'),('2039-06-14'),('2039-06-15'),('2039-06-16'),('2039-06-17'),('2039-06-18'),('2039-06-19'),('2039-06-20'),('2039-06-21'),('2039-06-22'),('2039-06-23'),('2039-06-24'),('2039-06-25'),('2039-06-26'),('2039-06-27'),('2039-06-28'),('2039-06-29'),('2039-06-30'),('2039-07-01'),('2039-07-02'),('2039-07-03'),('2039-07-04'),('2039-07-05'),('2039-07-06'),('2039-07-07'),('2039-07-08'),('2039-07-09'),('2039-07-10'),('2039-07-11'),('2039-07-12'),('2039-07-13'),('2039-07-14'),('2039-07-15'),('2039-07-16'),('2039-07-17'),('2039-07-18'),('2039-07-19'),('2039-07-20'),('2039-07-21'),('2039-07-22'),('2039-07-23'),('2039-07-24'),('2039-07-25'),('2039-07-26'),('2039-07-27'),('2039-07-28'),('2039-07-29'),('2039-07-30'),('2039-07-31'),('2039-08-01'),('2039-08-02'),('2039-08-03'),('2039-08-04'),('2039-08-05'),('2039-08-06'),('2039-08-07'),('2039-08-08'),('2039-08-09'),('2039-08-10'),('2039-08-11'),('2039-08-12'),('2039-08-13'),('2039-08-14'),('2039-08-15'),('2039-08-16'),('2039-08-17'),('2039-08-18'),('2039-08-19'),('2039-08-20'),('2039-08-21'),('2039-08-22'),('2039-08-23'),('2039-08-24'),('2039-08-25'),('2039-08-26'),('2039-08-27'),('2039-08-28'),('2039-08-29'),('2039-08-30'),('2039-08-31'),('2039-09-01'),('2039-09-02'),('2039-09-03'),('2039-09-04'),('2039-09-05'),('2039-09-06'),('2039-09-07'),('2039-09-08'),('2039-09-09'),('2039-09-10'),('2039-09-11'),('2039-09-12'),('2039-09-13'),('2039-09-14'),('2039-09-15'),('2039-09-16'),('2039-09-17'),('2039-09-18'),('2039-09-19'),('2039-09-20'),('2039-09-21'),('2039-09-22'),('2039-09-23'),('2039-09-24'),('2039-09-25'),('2039-09-26'),('2039-09-27'),('2039-09-28'),('2039-09-29'),('2039-09-30'),('2039-10-01'),('2039-10-02'),('2039-10-03'),('2039-10-04'),('2039-10-05'),('2039-10-06'),('2039-10-07'),('2039-10-08'),('2039-10-09'),('2039-10-10'),('2039-10-11'),('2039-10-12'),('2039-10-13'),('2039-10-14'),('2039-10-15'),('2039-10-16'),('2039-10-17'),('2039-10-18'),('2039-10-19'),('2039-10-20'),('2039-10-21'),('2039-10-22'),('2039-10-23'),('2039-10-24'),('2039-10-25'),('2039-10-26'),('2039-10-27'),('2039-10-28'),('2039-10-29'),('2039-10-30'),('2039-10-31'),('2039-11-01'),('2039-11-02'),('2039-11-03'),('2039-11-04'),('2039-11-05'),('2039-11-06'),('2039-11-07'),('2039-11-08'),('2039-11-09'),('2039-11-10'),('2039-11-11'),('2039-11-12'),('2039-11-13'),('2039-11-14'),('2039-11-15'),('2039-11-16'),('2039-11-17'),('2039-11-18'),('2039-11-19'),('2039-11-20'),('2039-11-21'),('2039-11-22'),('2039-11-23'),('2039-11-24'),('2039-11-25'),('2039-11-26'),('2039-11-27'),('2039-11-28'),('2039-11-29'),('2039-11-30'),('2039-12-01'),('2039-12-02'),('2039-12-03'),('2039-12-04'),('2039-12-05'),('2039-12-06'),('2039-12-07'),('2039-12-08'),('2039-12-09'),('2039-12-10'),('2039-12-11'),('2039-12-12'),('2039-12-13'),('2039-12-14'),('2039-12-15'),('2039-12-16'),('2039-12-17'),('2039-12-18'),('2039-12-19'),('2039-12-20'),('2039-12-21'),('2039-12-22'),('2039-12-23'),('2039-12-24'),('2039-12-25'),('2039-12-26'),('2039-12-27'),('2039-12-28'),('2039-12-29'),('2039-12-30'),('2039-12-31'),('2040-01-01'),('2040-01-02'),('2040-01-03'),('2040-01-04'),('2040-01-05'),('2040-01-06'),('2040-01-07'),('2040-01-08'),('2040-01-09'),('2040-01-10'),('2040-01-11'),('2040-01-12'),('2040-01-13'),('2040-01-14'),('2040-01-15'),('2040-01-16'),('2040-01-17'),('2040-01-18'),('2040-01-19'),('2040-01-20'),('2040-01-21'),('2040-01-22'),('2040-01-23'),('2040-01-24'),('2040-01-25'),('2040-01-26'),('2040-01-27'),('2040-01-28'),('2040-01-29'),('2040-01-30'),('2040-01-31'),('2040-02-01'),('2040-02-02'),('2040-02-03'),('2040-02-04'),('2040-02-05'),('2040-02-06'),('2040-02-07'),('2040-02-08'),('2040-02-09'),('2040-02-10'),('2040-02-11'),('2040-02-12'),('2040-02-13'),('2040-02-14'),('2040-02-15'),('2040-02-16'),('2040-02-17'),('2040-02-18'),('2040-02-19'),('2040-02-20'),('2040-02-21'),('2040-02-22'),('2040-02-23'),('2040-02-24'),('2040-02-25'),('2040-02-26'),('2040-02-27'),('2040-02-28'),('2040-02-29'),('2040-03-01'),('2040-03-02'),('2040-03-03'),('2040-03-04'),('2040-03-05'),('2040-03-06'),('2040-03-07'),('2040-03-08'),('2040-03-09'),('2040-03-10'),('2040-03-11'),('2040-03-12'),('2040-03-13'),('2040-03-14'),('2040-03-15'),('2040-03-16'),('2040-03-17'),('2040-03-18'),('2040-03-19'),('2040-03-20'),('2040-03-21'),('2040-03-22'),('2040-03-23'),('2040-03-24'),('2040-03-25'),('2040-03-26'),('2040-03-27'),('2040-03-28'),('2040-03-29'),('2040-03-30'),('2040-03-31'),('2040-04-01'),('2040-04-02'),('2040-04-03'),('2040-04-04'),('2040-04-05'),('2040-04-06'),('2040-04-07'),('2040-04-08'),('2040-04-09'),('2040-04-10'),('2040-04-11'),('2040-04-12'),('2040-04-13'),('2040-04-14'),('2040-04-15'),('2040-04-16'),('2040-04-17'),('2040-04-18'),('2040-04-19'),('2040-04-20'),('2040-04-21'),('2040-04-22'),('2040-04-23'),('2040-04-24'),('2040-04-25'),('2040-04-26'),('2040-04-27'),('2040-04-28'),('2040-04-29'),('2040-04-30'),('2040-05-01'),('2040-05-02'),('2040-05-03'),('2040-05-04'),('2040-05-05'),('2040-05-06'),('2040-05-07'),('2040-05-08'),('2040-05-09'),('2040-05-10'),('2040-05-11'),('2040-05-12'),('2040-05-13'),('2040-05-14'),('2040-05-15'),('2040-05-16'),('2040-05-17'),('2040-05-18'),('2040-05-19'),('2040-05-20'),('2040-05-21'),('2040-05-22'),('2040-05-23'),('2040-05-24'),('2040-05-25'),('2040-05-26'),('2040-05-27'),('2040-05-28'),('2040-05-29'),('2040-05-30'),('2040-05-31'),('2040-06-01'),('2040-06-02'),('2040-06-03'),('2040-06-04'),('2040-06-05'),('2040-06-06'),('2040-06-07'),('2040-06-08'),('2040-06-09'),('2040-06-10'),('2040-06-11'),('2040-06-12'),('2040-06-13'),('2040-06-14'),('2040-06-15'),('2040-06-16'),('2040-06-17'),('2040-06-18'),('2040-06-19'),('2040-06-20'),('2040-06-21'),('2040-06-22'),('2040-06-23'),('2040-06-24'),('2040-06-25'),('2040-06-26'),('2040-06-27'),('2040-06-28'),('2040-06-29'),('2040-06-30'),('2040-07-01'),('2040-07-02'),('2040-07-03'),('2040-07-04'),('2040-07-05'),('2040-07-06'),('2040-07-07'),('2040-07-08'),('2040-07-09'),('2040-07-10'),('2040-07-11'),('2040-07-12'),('2040-07-13'),('2040-07-14'),('2040-07-15'),('2040-07-16'),('2040-07-17'),('2040-07-18'),('2040-07-19'),('2040-07-20'),('2040-07-21'),('2040-07-22'),('2040-07-23'),('2040-07-24'),('2040-07-25'),('2040-07-26'),('2040-07-27'),('2040-07-28'),('2040-07-29'),('2040-07-30'),('2040-07-31'),('2040-08-01'),('2040-08-02'),('2040-08-03'),('2040-08-04'),('2040-08-05'),('2040-08-06'),('2040-08-07'),('2040-08-08'),('2040-08-09'),('2040-08-10'),('2040-08-11'),('2040-08-12'),('2040-08-13'),('2040-08-14'),('2040-08-15'),('2040-08-16'),('2040-08-17'),('2040-08-18'),('2040-08-19'),('2040-08-20'),('2040-08-21'),('2040-08-22'),('2040-08-23'),('2040-08-24'),('2040-08-25'),('2040-08-26'),('2040-08-27'),('2040-08-28'),('2040-08-29'),('2040-08-30'),('2040-08-31'),('2040-09-01'),('2040-09-02'),('2040-09-03'),('2040-09-04'),('2040-09-05'),('2040-09-06'),('2040-09-07'),('2040-09-08'),('2040-09-09'),('2040-09-10'),('2040-09-11'),('2040-09-12'),('2040-09-13'),('2040-09-14'),('2040-09-15'),('2040-09-16'),('2040-09-17'),('2040-09-18'),('2040-09-19'),('2040-09-20'),('2040-09-21'),('2040-09-22'),('2040-09-23'),('2040-09-24'),('2040-09-25'),('2040-09-26'),('2040-09-27'),('2040-09-28'),('2040-09-29'),('2040-09-30'),('2040-10-01'),('2040-10-02'),('2040-10-03'),('2040-10-04'),('2040-10-05'),('2040-10-06'),('2040-10-07'),('2040-10-08'),('2040-10-09'),('2040-10-10'),('2040-10-11'),('2040-10-12'),('2040-10-13'),('2040-10-14'),('2040-10-15'),('2040-10-16'),('2040-10-17'),('2040-10-18'),('2040-10-19'),('2040-10-20'),('2040-10-21'),('2040-10-22'),('2040-10-23'),('2040-10-24'),('2040-10-25'),('2040-10-26'),('2040-10-27'),('2040-10-28'),('2040-10-29'),('2040-10-30'),('2040-10-31'),('2040-11-01'),('2040-11-02'),('2040-11-03'),('2040-11-04'),('2040-11-05'),('2040-11-06'),('2040-11-07'),('2040-11-08'),('2040-11-09'),('2040-11-10'),('2040-11-11'),('2040-11-12'),('2040-11-13'),('2040-11-14'),('2040-11-15'),('2040-11-16'),('2040-11-17'),('2040-11-18'),('2040-11-19'),('2040-11-20'),('2040-11-21'),('2040-11-22'),('2040-11-23'),('2040-11-24'),('2040-11-25'),('2040-11-26'),('2040-11-27'),('2040-11-28'),('2040-11-29'),('2040-11-30'),('2040-12-01'),('2040-12-02'),('2040-12-03'),('2040-12-04'),('2040-12-05'),('2040-12-06'),('2040-12-07'),('2040-12-08'),('2040-12-09'),('2040-12-10'),('2040-12-11'),('2040-12-12'),('2040-12-13'),('2040-12-14'),('2040-12-15'),('2040-12-16'),('2040-12-17'),('2040-12-18'),('2040-12-19'),('2040-12-20'),('2040-12-21'),('2040-12-22'),('2040-12-23'),('2040-12-24'),('2040-12-25'),('2040-12-26'),('2040-12-27'),('2040-12-28'),('2040-12-29'),('2040-12-30'),('2040-12-31'),('2041-01-01'),('2041-01-02'),('2041-01-03'),('2041-01-04'),('2041-01-05'),('2041-01-06'),('2041-01-07'),('2041-01-08'),('2041-01-09'),('2041-01-10'),('2041-01-11'),('2041-01-12'),('2041-01-13'),('2041-01-14'),('2041-01-15'),('2041-01-16'),('2041-01-17'),('2041-01-18'),('2041-01-19'),('2041-01-20'),('2041-01-21'),('2041-01-22'),('2041-01-23'),('2041-01-24'),('2041-01-25'),('2041-01-26'),('2041-01-27'),('2041-01-28'),('2041-01-29'),('2041-01-30'),('2041-01-31'),('2041-02-01'),('2041-02-02'),('2041-02-03'),('2041-02-04'),('2041-02-05'),('2041-02-06'),('2041-02-07'),('2041-02-08'),('2041-02-09'),('2041-02-10'),('2041-02-11'),('2041-02-12'),('2041-02-13'),('2041-02-14'),('2041-02-15'),('2041-02-16'),('2041-02-17'),('2041-02-18'),('2041-02-19'),('2041-02-20'),('2041-02-21'),('2041-02-22'),('2041-02-23'),('2041-02-24'),('2041-02-25'),('2041-02-26'),('2041-02-27'),('2041-02-28'),('2041-03-01'),('2041-03-02'),('2041-03-03'),('2041-03-04'),('2041-03-05'),('2041-03-06'),('2041-03-07'),('2041-03-08'),('2041-03-09'),('2041-03-10'),('2041-03-11'),('2041-03-12'),('2041-03-13'),('2041-03-14'),('2041-03-15'),('2041-03-16'),('2041-03-17'),('2041-03-18'),('2041-03-19'),('2041-03-20'),('2041-03-21'),('2041-03-22'),('2041-03-23'),('2041-03-24'),('2041-03-25'),('2041-03-26'),('2041-03-27'),('2041-03-28'),('2041-03-29'),('2041-03-30'),('2041-03-31'),('2041-04-01'),('2041-04-02'),('2041-04-03'),('2041-04-04'),('2041-04-05'),('2041-04-06'),('2041-04-07'),('2041-04-08'),('2041-04-09'),('2041-04-10'),('2041-04-11'),('2041-04-12'),('2041-04-13'),('2041-04-14'),('2041-04-15'),('2041-04-16'),('2041-04-17'),('2041-04-18'),('2041-04-19'),('2041-04-20'),('2041-04-21'),('2041-04-22'),('2041-04-23'),('2041-04-24'),('2041-04-25'),('2041-04-26'),('2041-04-27'),('2041-04-28'),('2041-04-29'),('2041-04-30'),('2041-05-01'),('2041-05-02'),('2041-05-03'),('2041-05-04'),('2041-05-05'),('2041-05-06'),('2041-05-07'),('2041-05-08'),('2041-05-09'),('2041-05-10'),('2041-05-11'),('2041-05-12'),('2041-05-13'),('2041-05-14'),('2041-05-15'),('2041-05-16'),('2041-05-17'),('2041-05-18'),('2041-05-19'),('2041-05-20'),('2041-05-21'),('2041-05-22'),('2041-05-23'),('2041-05-24'),('2041-05-25'),('2041-05-26'),('2041-05-27'),('2041-05-28'),('2041-05-29'),('2041-05-30'),('2041-05-31'),('2041-06-01'),('2041-06-02'),('2041-06-03'),('2041-06-04'),('2041-06-05'),('2041-06-06'),('2041-06-07'),('2041-06-08'),('2041-06-09'),('2041-06-10'),('2041-06-11'),('2041-06-12'),('2041-06-13'),('2041-06-14'),('2041-06-15'),('2041-06-16'),('2041-06-17'),('2041-06-18'),('2041-06-19'),('2041-06-20'),('2041-06-21'),('2041-06-22'),('2041-06-23'),('2041-06-24'),('2041-06-25'),('2041-06-26'),('2041-06-27'),('2041-06-28'),('2041-06-29'),('2041-06-30'),('2041-07-01'),('2041-07-02'),('2041-07-03'),('2041-07-04'),('2041-07-05'),('2041-07-06'),('2041-07-07'),('2041-07-08'),('2041-07-09'),('2041-07-10'),('2041-07-11'),('2041-07-12'),('2041-07-13'),('2041-07-14'),('2041-07-15'),('2041-07-16'),('2041-07-17'),('2041-07-18'),('2041-07-19'),('2041-07-20'),('2041-07-21'),('2041-07-22'),('2041-07-23'),('2041-07-24'),('2041-07-25'),('2041-07-26'),('2041-07-27'),('2041-07-28'),('2041-07-29'),('2041-07-30'),('2041-07-31'),('2041-08-01'),('2041-08-02'),('2041-08-03'),('2041-08-04'),('2041-08-05'),('2041-08-06'),('2041-08-07'),('2041-08-08'),('2041-08-09'),('2041-08-10'),('2041-08-11'),('2041-08-12'),('2041-08-13'),('2041-08-14'),('2041-08-15'),('2041-08-16'),('2041-08-17'),('2041-08-18'),('2041-08-19'),('2041-08-20'),('2041-08-21'),('2041-08-22'),('2041-08-23'),('2041-08-24'),('2041-08-25'),('2041-08-26'),('2041-08-27'),('2041-08-28'),('2041-08-29'),('2041-08-30'),('2041-08-31'),('2041-09-01'),('2041-09-02'),('2041-09-03'),('2041-09-04'),('2041-09-05'),('2041-09-06'),('2041-09-07'),('2041-09-08'),('2041-09-09'),('2041-09-10'),('2041-09-11'),('2041-09-12'),('2041-09-13'),('2041-09-14'),('2041-09-15'),('2041-09-16'),('2041-09-17'),('2041-09-18'),('2041-09-19'),('2041-09-20'),('2041-09-21'),('2041-09-22'),('2041-09-23'),('2041-09-24'),('2041-09-25'),('2041-09-26'),('2041-09-27'),('2041-09-28'),('2041-09-29'),('2041-09-30'),('2041-10-01'),('2041-10-02'),('2041-10-03'),('2041-10-04'),('2041-10-05'),('2041-10-06'),('2041-10-07'),('2041-10-08'),('2041-10-09'),('2041-10-10'),('2041-10-11'),('2041-10-12'),('2041-10-13'),('2041-10-14'),('2041-10-15'),('2041-10-16'),('2041-10-17'),('2041-10-18'),('2041-10-19'),('2041-10-20'),('2041-10-21'),('2041-10-22'),('2041-10-23'),('2041-10-24'),('2041-10-25'),('2041-10-26'),('2041-10-27'),('2041-10-28'),('2041-10-29'),('2041-10-30'),('2041-10-31'),('2041-11-01'),('2041-11-02'),('2041-11-03'),('2041-11-04'),('2041-11-05'),('2041-11-06'),('2041-11-07'),('2041-11-08'),('2041-11-09'),('2041-11-10'),('2041-11-11'),('2041-11-12'),('2041-11-13'),('2041-11-14'),('2041-11-15'),('2041-11-16'),('2041-11-17'),('2041-11-18'),('2041-11-19'),('2041-11-20'),('2041-11-21'),('2041-11-22'),('2041-11-23'),('2041-11-24'),('2041-11-25'),('2041-11-26'),('2041-11-27'),('2041-11-28'),('2041-11-29'),('2041-11-30'),('2041-12-01'),('2041-12-02'),('2041-12-03'),('2041-12-04'),('2041-12-05'),('2041-12-06'),('2041-12-07'),('2041-12-08'),('2041-12-09'),('2041-12-10'),('2041-12-11'),('2041-12-12'),('2041-12-13'),('2041-12-14'),('2041-12-15'),('2041-12-16'),('2041-12-17'),('2041-12-18'),('2041-12-19'),('2041-12-20'),('2041-12-21'),('2041-12-22'),('2041-12-23'),('2041-12-24'),('2041-12-25'),('2041-12-26'),('2041-12-27'),('2041-12-28'),('2041-12-29'),('2041-12-30'),('2041-12-31'),('2042-01-01'),('2042-01-02'),('2042-01-03'),('2042-01-04'),('2042-01-05'),('2042-01-06'),('2042-01-07'),('2042-01-08'),('2042-01-09'),('2042-01-10'),('2042-01-11'),('2042-01-12'),('2042-01-13'),('2042-01-14'),('2042-01-15'),('2042-01-16'),('2042-01-17'),('2042-01-18'),('2042-01-19'),('2042-01-20'),('2042-01-21'),('2042-01-22'),('2042-01-23'),('2042-01-24'),('2042-01-25'),('2042-01-26'),('2042-01-27'),('2042-01-28'),('2042-01-29'),('2042-01-30'),('2042-01-31'),('2042-02-01'),('2042-02-02'),('2042-02-03'),('2042-02-04'),('2042-02-05'),('2042-02-06'),('2042-02-07'),('2042-02-08'),('2042-02-09'),('2042-02-10'),('2042-02-11'),('2042-02-12'),('2042-02-13'),('2042-02-14'),('2042-02-15'),('2042-02-16'),('2042-02-17'),('2042-02-18'),('2042-02-19'),('2042-02-20'),('2042-02-21'),('2042-02-22'),('2042-02-23'),('2042-02-24'),('2042-02-25'),('2042-02-26'),('2042-02-27'),('2042-02-28'),('2042-03-01'),('2042-03-02'),('2042-03-03'),('2042-03-04'),('2042-03-05'),('2042-03-06'),('2042-03-07'),('2042-03-08'),('2042-03-09'),('2042-03-10'),('2042-03-11'),('2042-03-12'),('2042-03-13'),('2042-03-14'),('2042-03-15'),('2042-03-16'),('2042-03-17'),('2042-03-18'),('2042-03-19'),('2042-03-20'),('2042-03-21'),('2042-03-22'),('2042-03-23'),('2042-03-24'),('2042-03-25'),('2042-03-26'),('2042-03-27'),('2042-03-28'),('2042-03-29'),('2042-03-30'),('2042-03-31'),('2042-04-01'),('2042-04-02'),('2042-04-03'),('2042-04-04'),('2042-04-05'),('2042-04-06'),('2042-04-07'),('2042-04-08'),('2042-04-09'),('2042-04-10'),('2042-04-11'),('2042-04-12'),('2042-04-13'),('2042-04-14'),('2042-04-15'),('2042-04-16'),('2042-04-17'),('2042-04-18'),('2042-04-19'),('2042-04-20'),('2042-04-21'),('2042-04-22'),('2042-04-23'),('2042-04-24'),('2042-04-25'),('2042-04-26'),('2042-04-27'),('2042-04-28'),('2042-04-29'),('2042-04-30'),('2042-05-01'),('2042-05-02'),('2042-05-03'),('2042-05-04'),('2042-05-05'),('2042-05-06'),('2042-05-07'),('2042-05-08'),('2042-05-09'),('2042-05-10'),('2042-05-11'),('2042-05-12'),('2042-05-13'),('2042-05-14'),('2042-05-15'),('2042-05-16'),('2042-05-17'),('2042-05-18'),('2042-05-19'),('2042-05-20'),('2042-05-21'),('2042-05-22'),('2042-05-23'),('2042-05-24'),('2042-05-25'),('2042-05-26'),('2042-05-27'),('2042-05-28'),('2042-05-29'),('2042-05-30'),('2042-05-31'),('2042-06-01'),('2042-06-02'),('2042-06-03'),('2042-06-04'),('2042-06-05'),('2042-06-06'),('2042-06-07'),('2042-06-08'),('2042-06-09'),('2042-06-10'),('2042-06-11'),('2042-06-12'),('2042-06-13'),('2042-06-14'),('2042-06-15'),('2042-06-16'),('2042-06-17'),('2042-06-18'),('2042-06-19'),('2042-06-20'),('2042-06-21'),('2042-06-22'),('2042-06-23'),('2042-06-24'),('2042-06-25'),('2042-06-26'),('2042-06-27'),('2042-06-28'),('2042-06-29'),('2042-06-30'),('2042-07-01'),('2042-07-02'),('2042-07-03'),('2042-07-04'),('2042-07-05'),('2042-07-06'),('2042-07-07'),('2042-07-08'),('2042-07-09'),('2042-07-10'),('2042-07-11'),('2042-07-12'),('2042-07-13'),('2042-07-14'),('2042-07-15'),('2042-07-16'),('2042-07-17'),('2042-07-18'),('2042-07-19'),('2042-07-20'),('2042-07-21'),('2042-07-22'),('2042-07-23'),('2042-07-24'),('2042-07-25'),('2042-07-26'),('2042-07-27'),('2042-07-28'),('2042-07-29'),('2042-07-30'),('2042-07-31'),('2042-08-01'),('2042-08-02'),('2042-08-03'),('2042-08-04'),('2042-08-05'),('2042-08-06'),('2042-08-07'),('2042-08-08'),('2042-08-09'),('2042-08-10'),('2042-08-11'),('2042-08-12'),('2042-08-13'),('2042-08-14'),('2042-08-15'),('2042-08-16'),('2042-08-17'),('2042-08-18'),('2042-08-19'),('2042-08-20'),('2042-08-21'),('2042-08-22'),('2042-08-23'),('2042-08-24'),('2042-08-25'),('2042-08-26'),('2042-08-27'),('2042-08-28'),('2042-08-29'),('2042-08-30'),('2042-08-31'),('2042-09-01'),('2042-09-02'),('2042-09-03'),('2042-09-04'),('2042-09-05'),('2042-09-06'),('2042-09-07'),('2042-09-08'),('2042-09-09'),('2042-09-10'),('2042-09-11'),('2042-09-12'),('2042-09-13'),('2042-09-14'),('2042-09-15'),('2042-09-16'),('2042-09-17'),('2042-09-18'),('2042-09-19'),('2042-09-20'),('2042-09-21'),('2042-09-22'),('2042-09-23'),('2042-09-24'),('2042-09-25'),('2042-09-26'),('2042-09-27'),('2042-09-28'),('2042-09-29'),('2042-09-30'),('2042-10-01'),('2042-10-02'),('2042-10-03'),('2042-10-04'),('2042-10-05'),('2042-10-06'),('2042-10-07'),('2042-10-08'),('2042-10-09'),('2042-10-10'),('2042-10-11'),('2042-10-12'),('2042-10-13'),('2042-10-14'),('2042-10-15'),('2042-10-16'),('2042-10-17'),('2042-10-18'),('2042-10-19'),('2042-10-20'),('2042-10-21'),('2042-10-22'),('2042-10-23'),('2042-10-24'),('2042-10-25'),('2042-10-26'),('2042-10-27'),('2042-10-28'),('2042-10-29'),('2042-10-30'),('2042-10-31'),('2042-11-01'),('2042-11-02'),('2042-11-03'),('2042-11-04'),('2042-11-05'),('2042-11-06'),('2042-11-07'),('2042-11-08'),('2042-11-09'),('2042-11-10'),('2042-11-11'),('2042-11-12'),('2042-11-13'),('2042-11-14'),('2042-11-15'),('2042-11-16'),('2042-11-17'),('2042-11-18'),('2042-11-19'),('2042-11-20'),('2042-11-21'),('2042-11-22'),('2042-11-23'),('2042-11-24'),('2042-11-25'),('2042-11-26'),('2042-11-27'),('2042-11-28'),('2042-11-29'),('2042-11-30'),('2042-12-01'),('2042-12-02'),('2042-12-03'),('2042-12-04'),('2042-12-05'),('2042-12-06'),('2042-12-07'),('2042-12-08'),('2042-12-09'),('2042-12-10'),('2042-12-11'),('2042-12-12'),('2042-12-13'),('2042-12-14'),('2042-12-15'),('2042-12-16'),('2042-12-17'),('2042-12-18'),('2042-12-19'),('2042-12-20'),('2042-12-21'),('2042-12-22'),('2042-12-23'),('2042-12-24'),('2042-12-25'),('2042-12-26'),('2042-12-27'),('2042-12-28'),('2042-12-29'),('2042-12-30'),('2042-12-31'),('2043-01-01'),('2043-01-02'),('2043-01-03'),('2043-01-04'),('2043-01-05'),('2043-01-06'),('2043-01-07'),('2043-01-08'),('2043-01-09'),('2043-01-10'),('2043-01-11'),('2043-01-12'),('2043-01-13'),('2043-01-14'),('2043-01-15'),('2043-01-16'),('2043-01-17'),('2043-01-18'),('2043-01-19'),('2043-01-20'),('2043-01-21'),('2043-01-22'),('2043-01-23'),('2043-01-24'),('2043-01-25'),('2043-01-26'),('2043-01-27'),('2043-01-28'),('2043-01-29'),('2043-01-30'),('2043-01-31'),('2043-02-01'),('2043-02-02'),('2043-02-03'),('2043-02-04'),('2043-02-05'),('2043-02-06'),('2043-02-07'),('2043-02-08'),('2043-02-09'),('2043-02-10'),('2043-02-11'),('2043-02-12'),('2043-02-13'),('2043-02-14'),('2043-02-15'),('2043-02-16'),('2043-02-17'),('2043-02-18'),('2043-02-19'),('2043-02-20'),('2043-02-21'),('2043-02-22'),('2043-02-23'),('2043-02-24'),('2043-02-25'),('2043-02-26'),('2043-02-27'),('2043-02-28'),('2043-03-01'),('2043-03-02'),('2043-03-03'),('2043-03-04'),('2043-03-05'),('2043-03-06'),('2043-03-07'),('2043-03-08'),('2043-03-09'),('2043-03-10'),('2043-03-11'),('2043-03-12'),('2043-03-13'),('2043-03-14'),('2043-03-15'),('2043-03-16'),('2043-03-17'),('2043-03-18'),('2043-03-19'),('2043-03-20'),('2043-03-21'),('2043-03-22'),('2043-03-23'),('2043-03-24'),('2043-03-25'),('2043-03-26'),('2043-03-27'),('2043-03-28'),('2043-03-29'),('2043-03-30'),('2043-03-31'),('2043-04-01'),('2043-04-02'),('2043-04-03'),('2043-04-04'),('2043-04-05'),('2043-04-06'),('2043-04-07'),('2043-04-08'),('2043-04-09'),('2043-04-10'),('2043-04-11'),('2043-04-12'),('2043-04-13'),('2043-04-14'),('2043-04-15'),('2043-04-16'),('2043-04-17'),('2043-04-18'),('2043-04-19'),('2043-04-20'),('2043-04-21'),('2043-04-22'),('2043-04-23'),('2043-04-24'),('2043-04-25'),('2043-04-26'),('2043-04-27'),('2043-04-28'),('2043-04-29'),('2043-04-30'),('2043-05-01'),('2043-05-02'),('2043-05-03'),('2043-05-04'),('2043-05-05'),('2043-05-06'),('2043-05-07'),('2043-05-08'),('2043-05-09'),('2043-05-10'),('2043-05-11'),('2043-05-12'),('2043-05-13'),('2043-05-14'),('2043-05-15'),('2043-05-16'),('2043-05-17'),('2043-05-18'),('2043-05-19'),('2043-05-20'),('2043-05-21'),('2043-05-22'),('2043-05-23'),('2043-05-24'),('2043-05-25'),('2043-05-26'),('2043-05-27'),('2043-05-28'),('2043-05-29'),('2043-05-30'),('2043-05-31'),('2043-06-01'),('2043-06-02'),('2043-06-03'),('2043-06-04'),('2043-06-05'),('2043-06-06'),('2043-06-07'),('2043-06-08'),('2043-06-09'),('2043-06-10'),('2043-06-11'),('2043-06-12'),('2043-06-13'),('2043-06-14'),('2043-06-15'),('2043-06-16'),('2043-06-17'),('2043-06-18'),('2043-06-19'),('2043-06-20'),('2043-06-21'),('2043-06-22'),('2043-06-23'),('2043-06-24'),('2043-06-25'),('2043-06-26'),('2043-06-27'),('2043-06-28'),('2043-06-29'),('2043-06-30'),('2043-07-01'),('2043-07-02'),('2043-07-03'),('2043-07-04'),('2043-07-05'),('2043-07-06'),('2043-07-07'),('2043-07-08'),('2043-07-09'),('2043-07-10'),('2043-07-11'),('2043-07-12'),('2043-07-13'),('2043-07-14'),('2043-07-15'),('2043-07-16'),('2043-07-17'),('2043-07-18'),('2043-07-19'),('2043-07-20'),('2043-07-21'),('2043-07-22'),('2043-07-23'),('2043-07-24'),('2043-07-25'),('2043-07-26'),('2043-07-27'),('2043-07-28'),('2043-07-29'),('2043-07-30'),('2043-07-31'),('2043-08-01'),('2043-08-02'),('2043-08-03'),('2043-08-04'),('2043-08-05'),('2043-08-06'),('2043-08-07'),('2043-08-08'),('2043-08-09'),('2043-08-10'),('2043-08-11'),('2043-08-12'),('2043-08-13'),('2043-08-14'),('2043-08-15'),('2043-08-16'),('2043-08-17'),('2043-08-18'),('2043-08-19'),('2043-08-20'),('2043-08-21'),('2043-08-22'),('2043-08-23'),('2043-08-24'),('2043-08-25'),('2043-08-26'),('2043-08-27'),('2043-08-28'),('2043-08-29'),('2043-08-30'),('2043-08-31'),('2043-09-01'),('2043-09-02'),('2043-09-03'),('2043-09-04'),('2043-09-05'),('2043-09-06'),('2043-09-07'),('2043-09-08'),('2043-09-09'),('2043-09-10'),('2043-09-11'),('2043-09-12'),('2043-09-13'),('2043-09-14'),('2043-09-15'),('2043-09-16'),('2043-09-17'),('2043-09-18'),('2043-09-19'),('2043-09-20'),('2043-09-21'),('2043-09-22'),('2043-09-23'),('2043-09-24'),('2043-09-25'),('2043-09-26'),('2043-09-27'),('2043-09-28'),('2043-09-29'),('2043-09-30'),('2043-10-01'),('2043-10-02'),('2043-10-03'),('2043-10-04'),('2043-10-05'),('2043-10-06'),('2043-10-07'),('2043-10-08'),('2043-10-09'),('2043-10-10'),('2043-10-11'),('2043-10-12'),('2043-10-13'),('2043-10-14'),('2043-10-15'),('2043-10-16'),('2043-10-17'),('2043-10-18'),('2043-10-19'),('2043-10-20'),('2043-10-21'),('2043-10-22'),('2043-10-23'),('2043-10-24'),('2043-10-25'),('2043-10-26'),('2043-10-27'),('2043-10-28'),('2043-10-29'),('2043-10-30'),('2043-10-31'),('2043-11-01'),('2043-11-02'),('2043-11-03'),('2043-11-04'),('2043-11-05'),('2043-11-06'),('2043-11-07'),('2043-11-08'),('2043-11-09'),('2043-11-10'),('2043-11-11'),('2043-11-12'),('2043-11-13'),('2043-11-14'),('2043-11-15'),('2043-11-16'),('2043-11-17'),('2043-11-18'),('2043-11-19'),('2043-11-20'),('2043-11-21'),('2043-11-22'),('2043-11-23'),('2043-11-24'),('2043-11-25'),('2043-11-26'),('2043-11-27'),('2043-11-28'),('2043-11-29'),('2043-11-30'),('2043-12-01'),('2043-12-02'),('2043-12-03'),('2043-12-04'),('2043-12-05'),('2043-12-06'),('2043-12-07'),('2043-12-08'),('2043-12-09'),('2043-12-10'),('2043-12-11'),('2043-12-12'),('2043-12-13'),('2043-12-14'),('2043-12-15'),('2043-12-16'),('2043-12-17'),('2043-12-18'),('2043-12-19'),('2043-12-20'),('2043-12-21'),('2043-12-22'),('2043-12-23'),('2043-12-24'),('2043-12-25'),('2043-12-26'),('2043-12-27'),('2043-12-28'),('2043-12-29'),('2043-12-30'),('2043-12-31'),('2044-01-01'),('2044-01-02'),('2044-01-03'),('2044-01-04'),('2044-01-05'),('2044-01-06'),('2044-01-07'),('2044-01-08'),('2044-01-09'),('2044-01-10'),('2044-01-11'),('2044-01-12'),('2044-01-13'),('2044-01-14'),('2044-01-15'),('2044-01-16'),('2044-01-17'),('2044-01-18'),('2044-01-19'),('2044-01-20'),('2044-01-21'),('2044-01-22'),('2044-01-23'),('2044-01-24'),('2044-01-25'),('2044-01-26'),('2044-01-27'),('2044-01-28'),('2044-01-29'),('2044-01-30'),('2044-01-31'),('2044-02-01'),('2044-02-02'),('2044-02-03'),('2044-02-04'),('2044-02-05'),('2044-02-06'),('2044-02-07'),('2044-02-08'),('2044-02-09'),('2044-02-10'),('2044-02-11'),('2044-02-12'),('2044-02-13'),('2044-02-14'),('2044-02-15'),('2044-02-16'),('2044-02-17'),('2044-02-18'),('2044-02-19'),('2044-02-20'),('2044-02-21'),('2044-02-22'),('2044-02-23'),('2044-02-24'),('2044-02-25'),('2044-02-26'),('2044-02-27'),('2044-02-28'),('2044-02-29'),('2044-03-01'),('2044-03-02'),('2044-03-03'),('2044-03-04'),('2044-03-05'),('2044-03-06'),('2044-03-07'),('2044-03-08'),('2044-03-09'),('2044-03-10'),('2044-03-11'),('2044-03-12'),('2044-03-13'),('2044-03-14'),('2044-03-15'),('2044-03-16'),('2044-03-17'),('2044-03-18'),('2044-03-19'),('2044-03-20'),('2044-03-21'),('2044-03-22'),('2044-03-23'),('2044-03-24'),('2044-03-25'),('2044-03-26'),('2044-03-27'),('2044-03-28'),('2044-03-29'),('2044-03-30'),('2044-03-31'),('2044-04-01'),('2044-04-02'),('2044-04-03'),('2044-04-04'),('2044-04-05'),('2044-04-06'),('2044-04-07'),('2044-04-08'),('2044-04-09'),('2044-04-10'),('2044-04-11'),('2044-04-12'),('2044-04-13'),('2044-04-14'),('2044-04-15'),('2044-04-16'),('2044-04-17'),('2044-04-18'),('2044-04-19'),('2044-04-20'),('2044-04-21'),('2044-04-22'),('2044-04-23'),('2044-04-24'),('2044-04-25'),('2044-04-26'),('2044-04-27'),('2044-04-28'),('2044-04-29'),('2044-04-30'),('2044-05-01'),('2044-05-02'),('2044-05-03'),('2044-05-04'),('2044-05-05'),('2044-05-06'),('2044-05-07'),('2044-05-08'),('2044-05-09'),('2044-05-10'),('2044-05-11'),('2044-05-12'),('2044-05-13'),('2044-05-14'),('2044-05-15'),('2044-05-16'),('2044-05-17'),('2044-05-18'),('2044-05-19'),('2044-05-20'),('2044-05-21'),('2044-05-22'),('2044-05-23'),('2044-05-24'),('2044-05-25'),('2044-05-26'),('2044-05-27'),('2044-05-28'),('2044-05-29'),('2044-05-30'),('2044-05-31'),('2044-06-01'),('2044-06-02'),('2044-06-03'),('2044-06-04'),('2044-06-05'),('2044-06-06'),('2044-06-07'),('2044-06-08'),('2044-06-09'),('2044-06-10'),('2044-06-11'),('2044-06-12'),('2044-06-13'),('2044-06-14'),('2044-06-15'),('2044-06-16'),('2044-06-17'),('2044-06-18'),('2044-06-19'),('2044-06-20'),('2044-06-21'),('2044-06-22'),('2044-06-23'),('2044-06-24'),('2044-06-25'),('2044-06-26'),('2044-06-27'),('2044-06-28'),('2044-06-29'),('2044-06-30'),('2044-07-01'),('2044-07-02'),('2044-07-03'),('2044-07-04'),('2044-07-05'),('2044-07-06'),('2044-07-07'),('2044-07-08'),('2044-07-09'),('2044-07-10'),('2044-07-11'),('2044-07-12'),('2044-07-13'),('2044-07-14'),('2044-07-15'),('2044-07-16'),('2044-07-17'),('2044-07-18'),('2044-07-19'),('2044-07-20'),('2044-07-21'),('2044-07-22'),('2044-07-23'),('2044-07-24'),('2044-07-25'),('2044-07-26'),('2044-07-27'),('2044-07-28'),('2044-07-29'),('2044-07-30'),('2044-07-31'),('2044-08-01'),('2044-08-02'),('2044-08-03'),('2044-08-04'),('2044-08-05'),('2044-08-06'),('2044-08-07'),('2044-08-08'),('2044-08-09'),('2044-08-10'),('2044-08-11'),('2044-08-12'),('2044-08-13'),('2044-08-14'),('2044-08-15'),('2044-08-16'),('2044-08-17'),('2044-08-18'),('2044-08-19'),('2044-08-20'),('2044-08-21'),('2044-08-22'),('2044-08-23'),('2044-08-24'),('2044-08-25'),('2044-08-26'),('2044-08-27'),('2044-08-28'),('2044-08-29'),('2044-08-30'),('2044-08-31'),('2044-09-01'),('2044-09-02'),('2044-09-03'),('2044-09-04'),('2044-09-05'),('2044-09-06'),('2044-09-07'),('2044-09-08'),('2044-09-09'),('2044-09-10'),('2044-09-11'),('2044-09-12'),('2044-09-13'),('2044-09-14'),('2044-09-15'),('2044-09-16'),('2044-09-17'),('2044-09-18'),('2044-09-19'),('2044-09-20'),('2044-09-21'),('2044-09-22'),('2044-09-23'),('2044-09-24'),('2044-09-25'),('2044-09-26'),('2044-09-27'),('2044-09-28'),('2044-09-29'),('2044-09-30'),('2044-10-01'),('2044-10-02'),('2044-10-03'),('2044-10-04'),('2044-10-05'),('2044-10-06'),('2044-10-07'),('2044-10-08'),('2044-10-09'),('2044-10-10'),('2044-10-11'),('2044-10-12'),('2044-10-13'),('2044-10-14'),('2044-10-15'),('2044-10-16'),('2044-10-17'),('2044-10-18'),('2044-10-19'),('2044-10-20'),('2044-10-21'),('2044-10-22'),('2044-10-23'),('2044-10-24'),('2044-10-25'),('2044-10-26'),('2044-10-27'),('2044-10-28'),('2044-10-29'),('2044-10-30'),('2044-10-31'),('2044-11-01'),('2044-11-02'),('2044-11-03'),('2044-11-04'),('2044-11-05'),('2044-11-06'),('2044-11-07'),('2044-11-08'),('2044-11-09'),('2044-11-10'),('2044-11-11'),('2044-11-12'),('2044-11-13'),('2044-11-14'),('2044-11-15'),('2044-11-16'),('2044-11-17'),('2044-11-18'),('2044-11-19'),('2044-11-20'),('2044-11-21'),('2044-11-22'),('2044-11-23'),('2044-11-24'),('2044-11-25'),('2044-11-26'),('2044-11-27'),('2044-11-28'),('2044-11-29'),('2044-11-30'),('2044-12-01'),('2044-12-02'),('2044-12-03'),('2044-12-04'),('2044-12-05'),('2044-12-06'),('2044-12-07'),('2044-12-08'),('2044-12-09'),('2044-12-10'),('2044-12-11'),('2044-12-12'),('2044-12-13'),('2044-12-14'),('2044-12-15'),('2044-12-16'),('2044-12-17'),('2044-12-18'),('2044-12-19'),('2044-12-20'),('2044-12-21'),('2044-12-22'),('2044-12-23'),('2044-12-24'),('2044-12-25'),('2044-12-26'),('2044-12-27'),('2044-12-28'),('2044-12-29'),('2044-12-30'),('2044-12-31'),('2045-01-01'),('2045-01-02'),('2045-01-03'),('2045-01-04'),('2045-01-05'),('2045-01-06'),('2045-01-07'),('2045-01-08'),('2045-01-09'),('2045-01-10'),('2045-01-11'),('2045-01-12'),('2045-01-13'),('2045-01-14'),('2045-01-15'),('2045-01-16'),('2045-01-17'),('2045-01-18'),('2045-01-19'),('2045-01-20'),('2045-01-21'),('2045-01-22'),('2045-01-23'),('2045-01-24'),('2045-01-25'),('2045-01-26'),('2045-01-27'),('2045-01-28'),('2045-01-29'),('2045-01-30'),('2045-01-31'),('2045-02-01'),('2045-02-02'),('2045-02-03'),('2045-02-04'),('2045-02-05'),('2045-02-06'),('2045-02-07'),('2045-02-08'),('2045-02-09'),('2045-02-10'),('2045-02-11'),('2045-02-12'),('2045-02-13'),('2045-02-14'),('2045-02-15'),('2045-02-16'),('2045-02-17'),('2045-02-18'),('2045-02-19'),('2045-02-20'),('2045-02-21'),('2045-02-22'),('2045-02-23'),('2045-02-24'),('2045-02-25'),('2045-02-26'),('2045-02-27'),('2045-02-28'),('2045-03-01'),('2045-03-02'),('2045-03-03'),('2045-03-04'),('2045-03-05'),('2045-03-06'),('2045-03-07'),('2045-03-08'),('2045-03-09'),('2045-03-10'),('2045-03-11'),('2045-03-12'),('2045-03-13'),('2045-03-14'),('2045-03-15'),('2045-03-16'),('2045-03-17'),('2045-03-18'),('2045-03-19'),('2045-03-20'),('2045-03-21'),('2045-03-22'),('2045-03-23'),('2045-03-24'),('2045-03-25'),('2045-03-26'),('2045-03-27'),('2045-03-28'),('2045-03-29'),('2045-03-30'),('2045-03-31'),('2045-04-01'),('2045-04-02'),('2045-04-03'),('2045-04-04'),('2045-04-05'),('2045-04-06'),('2045-04-07'),('2045-04-08'),('2045-04-09'),('2045-04-10'),('2045-04-11'),('2045-04-12'),('2045-04-13'),('2045-04-14'),('2045-04-15'),('2045-04-16'),('2045-04-17'),('2045-04-18'),('2045-04-19'),('2045-04-20'),('2045-04-21'),('2045-04-22'),('2045-04-23'),('2045-04-24'),('2045-04-25'),('2045-04-26'),('2045-04-27'),('2045-04-28'),('2045-04-29'),('2045-04-30'),('2045-05-01'),('2045-05-02'),('2045-05-03'),('2045-05-04'),('2045-05-05'),('2045-05-06'),('2045-05-07'),('2045-05-08'),('2045-05-09'),('2045-05-10'),('2045-05-11'),('2045-05-12'),('2045-05-13'),('2045-05-14'),('2045-05-15'),('2045-05-16'),('2045-05-17'),('2045-05-18'),('2045-05-19'),('2045-05-20'),('2045-05-21'),('2045-05-22'),('2045-05-23'),('2045-05-24'),('2045-05-25'),('2045-05-26'),('2045-05-27'),('2045-05-28'),('2045-05-29'),('2045-05-30'),('2045-05-31'),('2045-06-01'),('2045-06-02'),('2045-06-03'),('2045-06-04'),('2045-06-05'),('2045-06-06'),('2045-06-07'),('2045-06-08'),('2045-06-09'),('2045-06-10'),('2045-06-11'),('2045-06-12'),('2045-06-13'),('2045-06-14'),('2045-06-15'),('2045-06-16'),('2045-06-17'),('2045-06-18'),('2045-06-19'),('2045-06-20'),('2045-06-21'),('2045-06-22'),('2045-06-23'),('2045-06-24'),('2045-06-25'),('2045-06-26'),('2045-06-27'),('2045-06-28'),('2045-06-29'),('2045-06-30'),('2045-07-01'),('2045-07-02'),('2045-07-03'),('2045-07-04'),('2045-07-05'),('2045-07-06'),('2045-07-07'),('2045-07-08'),('2045-07-09'),('2045-07-10'),('2045-07-11'),('2045-07-12'),('2045-07-13'),('2045-07-14'),('2045-07-15'),('2045-07-16'),('2045-07-17'),('2045-07-18'),('2045-07-19'),('2045-07-20'),('2045-07-21'),('2045-07-22'),('2045-07-23'),('2045-07-24'),('2045-07-25'),('2045-07-26'),('2045-07-27'),('2045-07-28'),('2045-07-29'),('2045-07-30'),('2045-07-31'),('2045-08-01'),('2045-08-02'),('2045-08-03'),('2045-08-04'),('2045-08-05'),('2045-08-06'),('2045-08-07'),('2045-08-08'),('2045-08-09'),('2045-08-10'),('2045-08-11'),('2045-08-12'),('2045-08-13'),('2045-08-14'),('2045-08-15'),('2045-08-16'),('2045-08-17'),('2045-08-18'),('2045-08-19'),('2045-08-20'),('2045-08-21'),('2045-08-22'),('2045-08-23'),('2045-08-24'),('2045-08-25'),('2045-08-26'),('2045-08-27'),('2045-08-28'),('2045-08-29'),('2045-08-30'),('2045-08-31'),('2045-09-01'),('2045-09-02'),('2045-09-03'),('2045-09-04'),('2045-09-05'),('2045-09-06'),('2045-09-07'),('2045-09-08'),('2045-09-09'),('2045-09-10'),('2045-09-11'),('2045-09-12'),('2045-09-13'),('2045-09-14'),('2045-09-15'),('2045-09-16'),('2045-09-17'),('2045-09-18'),('2045-09-19'),('2045-09-20'),('2045-09-21'),('2045-09-22'),('2045-09-23'),('2045-09-24'),('2045-09-25'),('2045-09-26'),('2045-09-27'),('2045-09-28'),('2045-09-29'),('2045-09-30'),('2045-10-01'),('2045-10-02'),('2045-10-03'),('2045-10-04'),('2045-10-05'),('2045-10-06'),('2045-10-07'),('2045-10-08'),('2045-10-09'),('2045-10-10'),('2045-10-11'),('2045-10-12'),('2045-10-13'),('2045-10-14'),('2045-10-15'),('2045-10-16'),('2045-10-17'),('2045-10-18'),('2045-10-19'),('2045-10-20'),('2045-10-21'),('2045-10-22'),('2045-10-23'),('2045-10-24'),('2045-10-25'),('2045-10-26'),('2045-10-27'),('2045-10-28'),('2045-10-29'),('2045-10-30'),('2045-10-31'),('2045-11-01'),('2045-11-02'),('2045-11-03'),('2045-11-04'),('2045-11-05'),('2045-11-06'),('2045-11-07'),('2045-11-08'),('2045-11-09'),('2045-11-10'),('2045-11-11'),('2045-11-12'),('2045-11-13'),('2045-11-14'),('2045-11-15'),('2045-11-16'),('2045-11-17'),('2045-11-18'),('2045-11-19'),('2045-11-20'),('2045-11-21'),('2045-11-22'),('2045-11-23'),('2045-11-24'),('2045-11-25'),('2045-11-26'),('2045-11-27'),('2045-11-28'),('2045-11-29'),('2045-11-30'),('2045-12-01'),('2045-12-02'),('2045-12-03'),('2045-12-04'),('2045-12-05'),('2045-12-06'),('2045-12-07'),('2045-12-08'),('2045-12-09'),('2045-12-10'),('2045-12-11'),('2045-12-12'),('2045-12-13'),('2045-12-14'),('2045-12-15'),('2045-12-16'),('2045-12-17'),('2045-12-18'),('2045-12-19'),('2045-12-20'),('2045-12-21'),('2045-12-22'),('2045-12-23'),('2045-12-24'),('2045-12-25'),('2045-12-26'),('2045-12-27'),('2045-12-28'),('2045-12-29'),('2045-12-30'),('2045-12-31'),('2046-01-01'),('2046-01-02'),('2046-01-03'),('2046-01-04'),('2046-01-05'),('2046-01-06'),('2046-01-07'),('2046-01-08'),('2046-01-09'),('2046-01-10'),('2046-01-11'),('2046-01-12'),('2046-01-13'),('2046-01-14'),('2046-01-15'),('2046-01-16'),('2046-01-17'),('2046-01-18'),('2046-01-19'),('2046-01-20'),('2046-01-21'),('2046-01-22'),('2046-01-23'),('2046-01-24'),('2046-01-25'),('2046-01-26'),('2046-01-27'),('2046-01-28'),('2046-01-29'),('2046-01-30'),('2046-01-31'),('2046-02-01'),('2046-02-02'),('2046-02-03'),('2046-02-04'),('2046-02-05'),('2046-02-06'),('2046-02-07'),('2046-02-08'),('2046-02-09'),('2046-02-10'),('2046-02-11'),('2046-02-12'),('2046-02-13'),('2046-02-14'),('2046-02-15'),('2046-02-16'),('2046-02-17'),('2046-02-18'),('2046-02-19'),('2046-02-20'),('2046-02-21'),('2046-02-22'),('2046-02-23'),('2046-02-24'),('2046-02-25'),('2046-02-26'),('2046-02-27'),('2046-02-28'),('2046-03-01'),('2046-03-02'),('2046-03-03'),('2046-03-04'),('2046-03-05'),('2046-03-06'),('2046-03-07'),('2046-03-08'),('2046-03-09'),('2046-03-10'),('2046-03-11'),('2046-03-12'),('2046-03-13'),('2046-03-14'),('2046-03-15'),('2046-03-16'),('2046-03-17'),('2046-03-18'),('2046-03-19'),('2046-03-20'),('2046-03-21'),('2046-03-22'),('2046-03-23'),('2046-03-24'),('2046-03-25'),('2046-03-26'),('2046-03-27'),('2046-03-28'),('2046-03-29'),('2046-03-30'),('2046-03-31'),('2046-04-01'),('2046-04-02'),('2046-04-03'),('2046-04-04'),('2046-04-05'),('2046-04-06'),('2046-04-07'),('2046-04-08'),('2046-04-09'),('2046-04-10'),('2046-04-11'),('2046-04-12'),('2046-04-13'),('2046-04-14'),('2046-04-15'),('2046-04-16'),('2046-04-17'),('2046-04-18'),('2046-04-19'),('2046-04-20'),('2046-04-21'),('2046-04-22'),('2046-04-23'),('2046-04-24'),('2046-04-25'),('2046-04-26'),('2046-04-27'),('2046-04-28'),('2046-04-29'),('2046-04-30'),('2046-05-01'),('2046-05-02'),('2046-05-03'),('2046-05-04'),('2046-05-05'),('2046-05-06'),('2046-05-07'),('2046-05-08'),('2046-05-09'),('2046-05-10'),('2046-05-11'),('2046-05-12'),('2046-05-13'),('2046-05-14'),('2046-05-15'),('2046-05-16'),('2046-05-17'),('2046-05-18'),('2046-05-19'),('2046-05-20'),('2046-05-21'),('2046-05-22'),('2046-05-23'),('2046-05-24'),('2046-05-25'),('2046-05-26'),('2046-05-27'),('2046-05-28'),('2046-05-29'),('2046-05-30'),('2046-05-31'),('2046-06-01'),('2046-06-02'),('2046-06-03'),('2046-06-04'),('2046-06-05'),('2046-06-06'),('2046-06-07'),('2046-06-08'),('2046-06-09'),('2046-06-10'),('2046-06-11'),('2046-06-12'),('2046-06-13'),('2046-06-14'),('2046-06-15'),('2046-06-16'),('2046-06-17'),('2046-06-18'),('2046-06-19'),('2046-06-20'),('2046-06-21'),('2046-06-22'),('2046-06-23'),('2046-06-24'),('2046-06-25'),('2046-06-26'),('2046-06-27'),('2046-06-28'),('2046-06-29'),('2046-06-30'),('2046-07-01'),('2046-07-02'),('2046-07-03'),('2046-07-04'),('2046-07-05'),('2046-07-06'),('2046-07-07'),('2046-07-08'),('2046-07-09'),('2046-07-10'),('2046-07-11'),('2046-07-12'),('2046-07-13'),('2046-07-14'),('2046-07-15'),('2046-07-16'),('2046-07-17'),('2046-07-18'),('2046-07-19'),('2046-07-20'),('2046-07-21'),('2046-07-22'),('2046-07-23'),('2046-07-24'),('2046-07-25'),('2046-07-26'),('2046-07-27'),('2046-07-28'),('2046-07-29'),('2046-07-30'),('2046-07-31'),('2046-08-01'),('2046-08-02'),('2046-08-03'),('2046-08-04'),('2046-08-05'),('2046-08-06'),('2046-08-07'),('2046-08-08'),('2046-08-09'),('2046-08-10'),('2046-08-11'),('2046-08-12'),('2046-08-13'),('2046-08-14'),('2046-08-15'),('2046-08-16'),('2046-08-17'),('2046-08-18'),('2046-08-19'),('2046-08-20'),('2046-08-21'),('2046-08-22'),('2046-08-23'),('2046-08-24'),('2046-08-25'),('2046-08-26'),('2046-08-27'),('2046-08-28'),('2046-08-29'),('2046-08-30'),('2046-08-31'),('2046-09-01'),('2046-09-02'),('2046-09-03'),('2046-09-04'),('2046-09-05'),('2046-09-06'),('2046-09-07'),('2046-09-08'),('2046-09-09'),('2046-09-10'),('2046-09-11'),('2046-09-12'),('2046-09-13'),('2046-09-14'),('2046-09-15'),('2046-09-16'),('2046-09-17'),('2046-09-18'),('2046-09-19'),('2046-09-20'),('2046-09-21'),('2046-09-22'),('2046-09-23'),('2046-09-24'),('2046-09-25'),('2046-09-26'),('2046-09-27'),('2046-09-28'),('2046-09-29'),('2046-09-30'),('2046-10-01'),('2046-10-02'),('2046-10-03'),('2046-10-04'),('2046-10-05'),('2046-10-06'),('2046-10-07'),('2046-10-08'),('2046-10-09'),('2046-10-10'),('2046-10-11'),('2046-10-12'),('2046-10-13'),('2046-10-14'),('2046-10-15'),('2046-10-16'),('2046-10-17'),('2046-10-18'),('2046-10-19'),('2046-10-20'),('2046-10-21'),('2046-10-22'),('2046-10-23'),('2046-10-24'),('2046-10-25'),('2046-10-26'),('2046-10-27'),('2046-10-28'),('2046-10-29'),('2046-10-30'),('2046-10-31'),('2046-11-01'),('2046-11-02'),('2046-11-03'),('2046-11-04'),('2046-11-05'),('2046-11-06'),('2046-11-07'),('2046-11-08'),('2046-11-09'),('2046-11-10'),('2046-11-11'),('2046-11-12'),('2046-11-13'),('2046-11-14'),('2046-11-15'),('2046-11-16'),('2046-11-17'),('2046-11-18'),('2046-11-19'),('2046-11-20'),('2046-11-21'),('2046-11-22'),('2046-11-23'),('2046-11-24'),('2046-11-25'),('2046-11-26'),('2046-11-27'),('2046-11-28'),('2046-11-29'),('2046-11-30'),('2046-12-01'),('2046-12-02'),('2046-12-03'),('2046-12-04'),('2046-12-05'),('2046-12-06'),('2046-12-07'),('2046-12-08'),('2046-12-09'),('2046-12-10'),('2046-12-11'),('2046-12-12'),('2046-12-13'),('2046-12-14'),('2046-12-15'),('2046-12-16'),('2046-12-17'),('2046-12-18'),('2046-12-19'),('2046-12-20'),('2046-12-21'),('2046-12-22'),('2046-12-23'),('2046-12-24'),('2046-12-25'),('2046-12-26'),('2046-12-27'),('2046-12-28'),('2046-12-29'),('2046-12-30'),('2046-12-31'),('2047-01-01'),('2047-01-02'),('2047-01-03'),('2047-01-04'),('2047-01-05'),('2047-01-06'),('2047-01-07'),('2047-01-08'),('2047-01-09'),('2047-01-10'),('2047-01-11'),('2047-01-12'),('2047-01-13'),('2047-01-14'),('2047-01-15'),('2047-01-16'),('2047-01-17'),('2047-01-18'),('2047-01-19'),('2047-01-20'),('2047-01-21'),('2047-01-22'),('2047-01-23'),('2047-01-24'),('2047-01-25'),('2047-01-26'),('2047-01-27'),('2047-01-28'),('2047-01-29'),('2047-01-30'),('2047-01-31'),('2047-02-01'),('2047-02-02'),('2047-02-03'),('2047-02-04'),('2047-02-05'),('2047-02-06'),('2047-02-07'),('2047-02-08'),('2047-02-09'),('2047-02-10'),('2047-02-11'),('2047-02-12'),('2047-02-13'),('2047-02-14'),('2047-02-15'),('2047-02-16'),('2047-02-17'),('2047-02-18'),('2047-02-19'),('2047-02-20'),('2047-02-21'),('2047-02-22'),('2047-02-23'),('2047-02-24'),('2047-02-25'),('2047-02-26'),('2047-02-27'),('2047-02-28'),('2047-03-01'),('2047-03-02'),('2047-03-03'),('2047-03-04'),('2047-03-05'),('2047-03-06'),('2047-03-07'),('2047-03-08'),('2047-03-09'),('2047-03-10'),('2047-03-11'),('2047-03-12'),('2047-03-13'),('2047-03-14'),('2047-03-15'),('2047-03-16'),('2047-03-17'),('2047-03-18'),('2047-03-19'),('2047-03-20'),('2047-03-21'),('2047-03-22'),('2047-03-23'),('2047-03-24'),('2047-03-25'),('2047-03-26'),('2047-03-27'),('2047-03-28'),('2047-03-29'),('2047-03-30'),('2047-03-31'),('2047-04-01'),('2047-04-02'),('2047-04-03'),('2047-04-04'),('2047-04-05'),('2047-04-06'),('2047-04-07'),('2047-04-08'),('2047-04-09'),('2047-04-10'),('2047-04-11'),('2047-04-12'),('2047-04-13'),('2047-04-14'),('2047-04-15'),('2047-04-16'),('2047-04-17'),('2047-04-18'),('2047-04-19'),('2047-04-20'),('2047-04-21'),('2047-04-22'),('2047-04-23'),('2047-04-24'),('2047-04-25'),('2047-04-26'),('2047-04-27'),('2047-04-28'),('2047-04-29'),('2047-04-30'),('2047-05-01'),('2047-05-02'),('2047-05-03'),('2047-05-04'),('2047-05-05'),('2047-05-06'),('2047-05-07'),('2047-05-08'),('2047-05-09'),('2047-05-10'),('2047-05-11'),('2047-05-12'),('2047-05-13'),('2047-05-14'),('2047-05-15'),('2047-05-16'),('2047-05-17'),('2047-05-18'),('2047-05-19'),('2047-05-20'),('2047-05-21'),('2047-05-22'),('2047-05-23'),('2047-05-24'),('2047-05-25'),('2047-05-26'),('2047-05-27'),('2047-05-28'),('2047-05-29'),('2047-05-30'),('2047-05-31'),('2047-06-01'),('2047-06-02'),('2047-06-03'),('2047-06-04'),('2047-06-05'),('2047-06-06'),('2047-06-07'),('2047-06-08'),('2047-06-09'),('2047-06-10'),('2047-06-11'),('2047-06-12'),('2047-06-13'),('2047-06-14'),('2047-06-15'),('2047-06-16'),('2047-06-17'),('2047-06-18'),('2047-06-19'),('2047-06-20'),('2047-06-21'),('2047-06-22'),('2047-06-23'),('2047-06-24'),('2047-06-25'),('2047-06-26'),('2047-06-27'),('2047-06-28'),('2047-06-29'),('2047-06-30'),('2047-07-01'),('2047-07-02'),('2047-07-03'),('2047-07-04'),('2047-07-05'),('2047-07-06'),('2047-07-07'),('2047-07-08'),('2047-07-09'),('2047-07-10'),('2047-07-11'),('2047-07-12'),('2047-07-13'),('2047-07-14'),('2047-07-15'),('2047-07-16'),('2047-07-17'),('2047-07-18'),('2047-07-19'),('2047-07-20'),('2047-07-21'),('2047-07-22'),('2047-07-23'),('2047-07-24'),('2047-07-25'),('2047-07-26'),('2047-07-27'),('2047-07-28'),('2047-07-29'),('2047-07-30'),('2047-07-31'),('2047-08-01'),('2047-08-02'),('2047-08-03'),('2047-08-04'),('2047-08-05'),('2047-08-06'),('2047-08-07'),('2047-08-08'),('2047-08-09'),('2047-08-10'),('2047-08-11'),('2047-08-12'),('2047-08-13'),('2047-08-14'),('2047-08-15'),('2047-08-16'),('2047-08-17'),('2047-08-18'),('2047-08-19'),('2047-08-20'),('2047-08-21'),('2047-08-22'),('2047-08-23'),('2047-08-24'),('2047-08-25'),('2047-08-26'),('2047-08-27'),('2047-08-28'),('2047-08-29'),('2047-08-30'),('2047-08-31'),('2047-09-01'),('2047-09-02'),('2047-09-03'),('2047-09-04'),('2047-09-05'),('2047-09-06'),('2047-09-07'),('2047-09-08'),('2047-09-09'),('2047-09-10'),('2047-09-11'),('2047-09-12'),('2047-09-13'),('2047-09-14'),('2047-09-15'),('2047-09-16'),('2047-09-17'),('2047-09-18'),('2047-09-19'),('2047-09-20'),('2047-09-21'),('2047-09-22'),('2047-09-23'),('2047-09-24'),('2047-09-25'),('2047-09-26'),('2047-09-27'),('2047-09-28'),('2047-09-29'),('2047-09-30'),('2047-10-01'),('2047-10-02'),('2047-10-03'),('2047-10-04'),('2047-10-05'),('2047-10-06'),('2047-10-07'),('2047-10-08'),('2047-10-09'),('2047-10-10'),('2047-10-11'),('2047-10-12'),('2047-10-13'),('2047-10-14'),('2047-10-15'),('2047-10-16'),('2047-10-17'),('2047-10-18'),('2047-10-19'),('2047-10-20'),('2047-10-21'),('2047-10-22'),('2047-10-23'),('2047-10-24'),('2047-10-25'),('2047-10-26'),('2047-10-27'),('2047-10-28'),('2047-10-29'),('2047-10-30'),('2047-10-31'),('2047-11-01'),('2047-11-02'),('2047-11-03'),('2047-11-04'),('2047-11-05'),('2047-11-06'),('2047-11-07'),('2047-11-08'),('2047-11-09'),('2047-11-10'),('2047-11-11'),('2047-11-12'),('2047-11-13'),('2047-11-14'),('2047-11-15'),('2047-11-16'),('2047-11-17'),('2047-11-18'),('2047-11-19'),('2047-11-20'),('2047-11-21'),('2047-11-22'),('2047-11-23'),('2047-11-24'),('2047-11-25'),('2047-11-26'),('2047-11-27'),('2047-11-28'),('2047-11-29'),('2047-11-30'),('2047-12-01'),('2047-12-02'),('2047-12-03'),('2047-12-04'),('2047-12-05'),('2047-12-06'),('2047-12-07'),('2047-12-08'),('2047-12-09'),('2047-12-10'),('2047-12-11'),('2047-12-12'),('2047-12-13'),('2047-12-14'),('2047-12-15'),('2047-12-16'),('2047-12-17'),('2047-12-18'),('2047-12-19'),('2047-12-20'),('2047-12-21'),('2047-12-22'),('2047-12-23'),('2047-12-24'),('2047-12-25'),('2047-12-26'),('2047-12-27'),('2047-12-28'),('2047-12-29'),('2047-12-30'),('2047-12-31'),('2048-01-01'),('2048-01-02'),('2048-01-03'),('2048-01-04'),('2048-01-05'),('2048-01-06'),('2048-01-07'),('2048-01-08'),('2048-01-09'),('2048-01-10'),('2048-01-11'),('2048-01-12'),('2048-01-13'),('2048-01-14'),('2048-01-15'),('2048-01-16'),('2048-01-17'),('2048-01-18'),('2048-01-19'),('2048-01-20'),('2048-01-21'),('2048-01-22'),('2048-01-23'),('2048-01-24'),('2048-01-25'),('2048-01-26'),('2048-01-27'),('2048-01-28'),('2048-01-29'),('2048-01-30'),('2048-01-31'),('2048-02-01'),('2048-02-02'),('2048-02-03'),('2048-02-04'),('2048-02-05'),('2048-02-06'),('2048-02-07'),('2048-02-08'),('2048-02-09'),('2048-02-10'),('2048-02-11'),('2048-02-12'),('2048-02-13'),('2048-02-14'),('2048-02-15'),('2048-02-16'),('2048-02-17'),('2048-02-18'),('2048-02-19'),('2048-02-20'),('2048-02-21'),('2048-02-22'),('2048-02-23'),('2048-02-24'),('2048-02-25'),('2048-02-26'),('2048-02-27'),('2048-02-28'),('2048-02-29'),('2048-03-01'),('2048-03-02'),('2048-03-03'),('2048-03-04'),('2048-03-05'),('2048-03-06'),('2048-03-07'),('2048-03-08'),('2048-03-09'),('2048-03-10'),('2048-03-11'),('2048-03-12'),('2048-03-13'),('2048-03-14'),('2048-03-15'),('2048-03-16'),('2048-03-17'),('2048-03-18'),('2048-03-19'),('2048-03-20'),('2048-03-21'),('2048-03-22'),('2048-03-23'),('2048-03-24'),('2048-03-25'),('2048-03-26'),('2048-03-27'),('2048-03-28'),('2048-03-29'),('2048-03-30'),('2048-03-31'),('2048-04-01'),('2048-04-02'),('2048-04-03'),('2048-04-04'),('2048-04-05'),('2048-04-06'),('2048-04-07'),('2048-04-08'),('2048-04-09'),('2048-04-10'),('2048-04-11'),('2048-04-12'),('2048-04-13'),('2048-04-14'),('2048-04-15'),('2048-04-16'),('2048-04-17'),('2048-04-18'),('2048-04-19'),('2048-04-20'),('2048-04-21'),('2048-04-22'),('2048-04-23'),('2048-04-24'),('2048-04-25'),('2048-04-26'),('2048-04-27'),('2048-04-28'),('2048-04-29'),('2048-04-30'),('2048-05-01'),('2048-05-02'),('2048-05-03'),('2048-05-04'),('2048-05-05'),('2048-05-06'),('2048-05-07'),('2048-05-08'),('2048-05-09'),('2048-05-10'),('2048-05-11'),('2048-05-12'),('2048-05-13'),('2048-05-14'),('2048-05-15'),('2048-05-16'),('2048-05-17'),('2048-05-18'),('2048-05-19'),('2048-05-20'),('2048-05-21'),('2048-05-22'),('2048-05-23'),('2048-05-24'),('2048-05-25'),('2048-05-26'),('2048-05-27'),('2048-05-28'),('2048-05-29'),('2048-05-30'),('2048-05-31'),('2048-06-01'),('2048-06-02'),('2048-06-03'),('2048-06-04'),('2048-06-05'),('2048-06-06'),('2048-06-07'),('2048-06-08'),('2048-06-09'),('2048-06-10'),('2048-06-11'),('2048-06-12'),('2048-06-13'),('2048-06-14'),('2048-06-15'),('2048-06-16'),('2048-06-17'),('2048-06-18'),('2048-06-19'),('2048-06-20'),('2048-06-21'),('2048-06-22'),('2048-06-23'),('2048-06-24'),('2048-06-25'),('2048-06-26'),('2048-06-27'),('2048-06-28'),('2048-06-29'),('2048-06-30'),('2048-07-01'),('2048-07-02'),('2048-07-03'),('2048-07-04'),('2048-07-05'),('2048-07-06'),('2048-07-07'),('2048-07-08'),('2048-07-09'),('2048-07-10'),('2048-07-11'),('2048-07-12'),('2048-07-13'),('2048-07-14'),('2048-07-15'),('2048-07-16'),('2048-07-17'),('2048-07-18'),('2048-07-19'),('2048-07-20'),('2048-07-21'),('2048-07-22'),('2048-07-23'),('2048-07-24'),('2048-07-25'),('2048-07-26'),('2048-07-27'),('2048-07-28'),('2048-07-29'),('2048-07-30'),('2048-07-31'),('2048-08-01'),('2048-08-02'),('2048-08-03'),('2048-08-04'),('2048-08-05'),('2048-08-06'),('2048-08-07'),('2048-08-08'),('2048-08-09'),('2048-08-10'),('2048-08-11'),('2048-08-12'),('2048-08-13'),('2048-08-14'),('2048-08-15'),('2048-08-16'),('2048-08-17'),('2048-08-18'),('2048-08-19'),('2048-08-20'),('2048-08-21'),('2048-08-22'),('2048-08-23'),('2048-08-24'),('2048-08-25'),('2048-08-26'),('2048-08-27'),('2048-08-28'),('2048-08-29'),('2048-08-30'),('2048-08-31'),('2048-09-01'),('2048-09-02'),('2048-09-03'),('2048-09-04'),('2048-09-05'),('2048-09-06'),('2048-09-07'),('2048-09-08'),('2048-09-09'),('2048-09-10'),('2048-09-11'),('2048-09-12'),('2048-09-13'),('2048-09-14'),('2048-09-15'),('2048-09-16'),('2048-09-17'),('2048-09-18'),('2048-09-19'),('2048-09-20'),('2048-09-21'),('2048-09-22'),('2048-09-23'),('2048-09-24'),('2048-09-25'),('2048-09-26'),('2048-09-27'),('2048-09-28'),('2048-09-29'),('2048-09-30'),('2048-10-01'),('2048-10-02'),('2048-10-03'),('2048-10-04'),('2048-10-05'),('2048-10-06'),('2048-10-07'),('2048-10-08'),('2048-10-09'),('2048-10-10'),('2048-10-11'),('2048-10-12'),('2048-10-13'),('2048-10-14'),('2048-10-15'),('2048-10-16'),('2048-10-17'),('2048-10-18'),('2048-10-19'),('2048-10-20'),('2048-10-21'),('2048-10-22'),('2048-10-23'),('2048-10-24'),('2048-10-25'),('2048-10-26'),('2048-10-27'),('2048-10-28'),('2048-10-29'),('2048-10-30'),('2048-10-31'),('2048-11-01'),('2048-11-02'),('2048-11-03'),('2048-11-04'),('2048-11-05'),('2048-11-06'),('2048-11-07'),('2048-11-08'),('2048-11-09'),('2048-11-10'),('2048-11-11'),('2048-11-12'),('2048-11-13'),('2048-11-14'),('2048-11-15'),('2048-11-16'),('2048-11-17'),('2048-11-18'),('2048-11-19'),('2048-11-20'),('2048-11-21'),('2048-11-22'),('2048-11-23'),('2048-11-24'),('2048-11-25'),('2048-11-26'),('2048-11-27'),('2048-11-28'),('2048-11-29'),('2048-11-30'),('2048-12-01'),('2048-12-02'),('2048-12-03'),('2048-12-04'),('2048-12-05'),('2048-12-06'),('2048-12-07'),('2048-12-08'),('2048-12-09'),('2048-12-10'),('2048-12-11'),('2048-12-12'),('2048-12-13'),('2048-12-14'),('2048-12-15'),('2048-12-16'),('2048-12-17'),('2048-12-18'),('2048-12-19'),('2048-12-20'),('2048-12-21'),('2048-12-22'),('2048-12-23'),('2048-12-24'),('2048-12-25'),('2048-12-26'),('2048-12-27'),('2048-12-28'),('2048-12-29'),('2048-12-30'),('2048-12-31'),('2049-01-01'),('2049-01-02'),('2049-01-03'),('2049-01-04'),('2049-01-05'),('2049-01-06'),('2049-01-07'),('2049-01-08'),('2049-01-09'),('2049-01-10'),('2049-01-11'),('2049-01-12'),('2049-01-13'),('2049-01-14'),('2049-01-15'),('2049-01-16'),('2049-01-17'),('2049-01-18'),('2049-01-19'),('2049-01-20'),('2049-01-21'),('2049-01-22'),('2049-01-23'),('2049-01-24'),('2049-01-25'),('2049-01-26'),('2049-01-27'),('2049-01-28'),('2049-01-29'),('2049-01-30'),('2049-01-31'),('2049-02-01'),('2049-02-02'),('2049-02-03'),('2049-02-04'),('2049-02-05'),('2049-02-06'),('2049-02-07'),('2049-02-08'),('2049-02-09'),('2049-02-10'),('2049-02-11'),('2049-02-12'),('2049-02-13'),('2049-02-14'),('2049-02-15'),('2049-02-16'),('2049-02-17'),('2049-02-18'),('2049-02-19'),('2049-02-20'),('2049-02-21'),('2049-02-22'),('2049-02-23'),('2049-02-24'),('2049-02-25'),('2049-02-26'),('2049-02-27'),('2049-02-28'),('2049-03-01'),('2049-03-02'),('2049-03-03'),('2049-03-04'),('2049-03-05'),('2049-03-06'),('2049-03-07'),('2049-03-08'),('2049-03-09'),('2049-03-10'),('2049-03-11'),('2049-03-12'),('2049-03-13'),('2049-03-14'),('2049-03-15'),('2049-03-16'),('2049-03-17'),('2049-03-18'),('2049-03-19'),('2049-03-20'),('2049-03-21'),('2049-03-22'),('2049-03-23'),('2049-03-24'),('2049-03-25'),('2049-03-26'),('2049-03-27'),('2049-03-28'),('2049-03-29'),('2049-03-30'),('2049-03-31'),('2049-04-01'),('2049-04-02'),('2049-04-03'),('2049-04-04'),('2049-04-05'),('2049-04-06'),('2049-04-07'),('2049-04-08'),('2049-04-09'),('2049-04-10'),('2049-04-11'),('2049-04-12'),('2049-04-13'),('2049-04-14'),('2049-04-15'),('2049-04-16'),('2049-04-17'),('2049-04-18'),('2049-04-19'),('2049-04-20'),('2049-04-21'),('2049-04-22'),('2049-04-23'),('2049-04-24'),('2049-04-25'),('2049-04-26'),('2049-04-27'),('2049-04-28'),('2049-04-29'),('2049-04-30'),('2049-05-01'),('2049-05-02'),('2049-05-03'),('2049-05-04'),('2049-05-05'),('2049-05-06'),('2049-05-07'),('2049-05-08'),('2049-05-09'),('2049-05-10'),('2049-05-11'),('2049-05-12'),('2049-05-13'),('2049-05-14'),('2049-05-15'),('2049-05-16'),('2049-05-17'),('2049-05-18'),('2049-05-19'),('2049-05-20'),('2049-05-21'),('2049-05-22'),('2049-05-23'),('2049-05-24'),('2049-05-25'),('2049-05-26'),('2049-05-27'),('2049-05-28'),('2049-05-29'),('2049-05-30'),('2049-05-31'),('2049-06-01'),('2049-06-02'),('2049-06-03'),('2049-06-04'),('2049-06-05'),('2049-06-06'),('2049-06-07'),('2049-06-08'),('2049-06-09'),('2049-06-10'),('2049-06-11'),('2049-06-12'),('2049-06-13'),('2049-06-14'),('2049-06-15'),('2049-06-16'),('2049-06-17'),('2049-06-18'),('2049-06-19'),('2049-06-20'),('2049-06-21'),('2049-06-22'),('2049-06-23'),('2049-06-24'),('2049-06-25'),('2049-06-26'),('2049-06-27'),('2049-06-28'),('2049-06-29'),('2049-06-30'),('2049-07-01'),('2049-07-02'),('2049-07-03'),('2049-07-04'),('2049-07-05'),('2049-07-06'),('2049-07-07'),('2049-07-08'),('2049-07-09'),('2049-07-10'),('2049-07-11'),('2049-07-12'),('2049-07-13'),('2049-07-14'),('2049-07-15'),('2049-07-16'),('2049-07-17'),('2049-07-18'),('2049-07-19'),('2049-07-20'),('2049-07-21'),('2049-07-22'),('2049-07-23'),('2049-07-24'),('2049-07-25'),('2049-07-26'),('2049-07-27'),('2049-07-28'),('2049-07-29'),('2049-07-30'),('2049-07-31'),('2049-08-01'),('2049-08-02'),('2049-08-03'),('2049-08-04'),('2049-08-05'),('2049-08-06'),('2049-08-07'),('2049-08-08'),('2049-08-09'),('2049-08-10'),('2049-08-11'),('2049-08-12'),('2049-08-13'),('2049-08-14'),('2049-08-15'),('2049-08-16'),('2049-08-17'),('2049-08-18'),('2049-08-19'),('2049-08-20'),('2049-08-21'),('2049-08-22'),('2049-08-23'),('2049-08-24'),('2049-08-25'),('2049-08-26'),('2049-08-27'),('2049-08-28'),('2049-08-29'),('2049-08-30'),('2049-08-31'),('2049-09-01'),('2049-09-02'),('2049-09-03'),('2049-09-04'),('2049-09-05'),('2049-09-06'),('2049-09-07'),('2049-09-08'),('2049-09-09'),('2049-09-10'),('2049-09-11'),('2049-09-12'),('2049-09-13'),('2049-09-14'),('2049-09-15'),('2049-09-16'),('2049-09-17'),('2049-09-18'),('2049-09-19'),('2049-09-20'),('2049-09-21'),('2049-09-22'),('2049-09-23'),('2049-09-24'),('2049-09-25'),('2049-09-26'),('2049-09-27'),('2049-09-28'),('2049-09-29'),('2049-09-30'),('2049-10-01'),('2049-10-02'),('2049-10-03'),('2049-10-04'),('2049-10-05'),('2049-10-06'),('2049-10-07'),('2049-10-08'),('2049-10-09'),('2049-10-10'),('2049-10-11'),('2049-10-12'),('2049-10-13'),('2049-10-14'),('2049-10-15'),('2049-10-16'),('2049-10-17'),('2049-10-18'),('2049-10-19'),('2049-10-20'),('2049-10-21'),('2049-10-22'),('2049-10-23'),('2049-10-24'),('2049-10-25'),('2049-10-26'),('2049-10-27'),('2049-10-28'),('2049-10-29'),('2049-10-30'),('2049-10-31'),('2049-11-01'),('2049-11-02'),('2049-11-03'),('2049-11-04'),('2049-11-05'),('2049-11-06'),('2049-11-07'),('2049-11-08'),('2049-11-09'),('2049-11-10'),('2049-11-11'),('2049-11-12'),('2049-11-13'),('2049-11-14'),('2049-11-15'),('2049-11-16'),('2049-11-17'),('2049-11-18'),('2049-11-19'),('2049-11-20'),('2049-11-21'),('2049-11-22'),('2049-11-23'),('2049-11-24'),('2049-11-25'),('2049-11-26'),('2049-11-27'),('2049-11-28'),('2049-11-29'),('2049-11-30'),('2049-12-01'),('2049-12-02'),('2049-12-03'),('2049-12-04'),('2049-12-05'),('2049-12-06'),('2049-12-07'),('2049-12-08'),('2049-12-09'),('2049-12-10'),('2049-12-11'),('2049-12-12'),('2049-12-13'),('2049-12-14'),('2049-12-15'),('2049-12-16'),('2049-12-17'),('2049-12-18'),('2049-12-19'),('2049-12-20'),('2049-12-21'),('2049-12-22'),('2049-12-23'),('2049-12-24'),('2049-12-25'),('2049-12-26'),('2049-12-27'),('2049-12-28'),('2049-12-29'),('2049-12-30'),('2049-12-31'),('2050-01-01'),('2050-01-02'),('2050-01-03'),('2050-01-04'),('2050-01-05'),('2050-01-06'),('2050-01-07'),('2050-01-08'),('2050-01-09'),('2050-01-10'),('2050-01-11'),('2050-01-12'),('2050-01-13'),('2050-01-14'),('2050-01-15'),('2050-01-16'),('2050-01-17'),('2050-01-18'),('2050-01-19'),('2050-01-20'),('2050-01-21'),('2050-01-22'),('2050-01-23'),('2050-01-24'),('2050-01-25'),('2050-01-26'),('2050-01-27'),('2050-01-28'),('2050-01-29'),('2050-01-30'),('2050-01-31'),('2050-02-01'),('2050-02-02'),('2050-02-03'),('2050-02-04'),('2050-02-05'),('2050-02-06'),('2050-02-07'),('2050-02-08'),('2050-02-09'),('2050-02-10'),('2050-02-11'),('2050-02-12'),('2050-02-13'),('2050-02-14'),('2050-02-15'),('2050-02-16'),('2050-02-17'),('2050-02-18'),('2050-02-19'),('2050-02-20'),('2050-02-21'),('2050-02-22'),('2050-02-23'),('2050-02-24'),('2050-02-25'),('2050-02-26'),('2050-02-27'),('2050-02-28'),('2050-03-01'),('2050-03-02'),('2050-03-03'),('2050-03-04'),('2050-03-05'),('2050-03-06'),('2050-03-07'),('2050-03-08'),('2050-03-09'),('2050-03-10'),('2050-03-11'),('2050-03-12'),('2050-03-13'),('2050-03-14'),('2050-03-15'),('2050-03-16'),('2050-03-17'),('2050-03-18'),('2050-03-19'),('2050-03-20'),('2050-03-21'),('2050-03-22'),('2050-03-23'),('2050-03-24'),('2050-03-25'),('2050-03-26'),('2050-03-27'),('2050-03-28'),('2050-03-29'),('2050-03-30'),('2050-03-31'),('2050-04-01'),('2050-04-02'),('2050-04-03'),('2050-04-04'),('2050-04-05'),('2050-04-06'),('2050-04-07'),('2050-04-08'),('2050-04-09'),('2050-04-10'),('2050-04-11'),('2050-04-12'),('2050-04-13'),('2050-04-14'),('2050-04-15'),('2050-04-16'),('2050-04-17'),('2050-04-18'),('2050-04-19'),('2050-04-20'),('2050-04-21'),('2050-04-22'),('2050-04-23'),('2050-04-24'),('2050-04-25'),('2050-04-26'),('2050-04-27'),('2050-04-28'),('2050-04-29'),('2050-04-30'),('2050-05-01'),('2050-05-02'),('2050-05-03'),('2050-05-04'),('2050-05-05'),('2050-05-06'),('2050-05-07'),('2050-05-08'),('2050-05-09'),('2050-05-10'),('2050-05-11'),('2050-05-12'),('2050-05-13'),('2050-05-14'),('2050-05-15'),('2050-05-16'),('2050-05-17'),('2050-05-18'),('2050-05-19'),('2050-05-20'),('2050-05-21'),('2050-05-22'),('2050-05-23'),('2050-05-24'),('2050-05-25'),('2050-05-26'),('2050-05-27'),('2050-05-28'),('2050-05-29'),('2050-05-30'),('2050-05-31'),('2050-06-01'),('2050-06-02'),('2050-06-03'),('2050-06-04'),('2050-06-05'),('2050-06-06'),('2050-06-07'),('2050-06-08'),('2050-06-09'),('2050-06-10'),('2050-06-11'),('2050-06-12'),('2050-06-13'),('2050-06-14'),('2050-06-15'),('2050-06-16'),('2050-06-17'),('2050-06-18'),('2050-06-19'),('2050-06-20'),('2050-06-21'),('2050-06-22'),('2050-06-23'),('2050-06-24'),('2050-06-25'),('2050-06-26'),('2050-06-27'),('2050-06-28'),('2050-06-29'),('2050-06-30'),('2050-07-01'),('2050-07-02'),('2050-07-03'),('2050-07-04'),('2050-07-05'),('2050-07-06'),('2050-07-07'),('2050-07-08'),('2050-07-09'),('2050-07-10'),('2050-07-11'),('2050-07-12'),('2050-07-13'),('2050-07-14'),('2050-07-15'),('2050-07-16'),('2050-07-17'),('2050-07-18'),('2050-07-19'),('2050-07-20'),('2050-07-21'),('2050-07-22'),('2050-07-23'),('2050-07-24'),('2050-07-25'),('2050-07-26'),('2050-07-27'),('2050-07-28'),('2050-07-29'),('2050-07-30'),('2050-07-31'),('2050-08-01'),('2050-08-02'),('2050-08-03'),('2050-08-04'),('2050-08-05'),('2050-08-06'),('2050-08-07'),('2050-08-08'),('2050-08-09'),('2050-08-10'),('2050-08-11'),('2050-08-12'),('2050-08-13'),('2050-08-14'),('2050-08-15'),('2050-08-16'),('2050-08-17'),('2050-08-18'),('2050-08-19'),('2050-08-20'),('2050-08-21'),('2050-08-22'),('2050-08-23'),('2050-08-24'),('2050-08-25'),('2050-08-26'),('2050-08-27'),('2050-08-28'),('2050-08-29'),('2050-08-30'),('2050-08-31'),('2050-09-01'),('2050-09-02'),('2050-09-03'),('2050-09-04'),('2050-09-05'),('2050-09-06'),('2050-09-07'),('2050-09-08'),('2050-09-09'),('2050-09-10'),('2050-09-11'),('2050-09-12'),('2050-09-13'),('2050-09-14'),('2050-09-15'),('2050-09-16'),('2050-09-17'),('2050-09-18'),('2050-09-19'),('2050-09-20'),('2050-09-21'),('2050-09-22'),('2050-09-23'),('2050-09-24'),('2050-09-25'),('2050-09-26'),('2050-09-27'),('2050-09-28'),('2050-09-29'),('2050-09-30'),('2050-10-01'),('2050-10-02'),('2050-10-03'),('2050-10-04'),('2050-10-05'),('2050-10-06'),('2050-10-07'),('2050-10-08'),('2050-10-09'),('2050-10-10'),('2050-10-11'),('2050-10-12'),('2050-10-13'),('2050-10-14'),('2050-10-15'),('2050-10-16'),('2050-10-17'),('2050-10-18'),('2050-10-19'),('2050-10-20'),('2050-10-21'),('2050-10-22'),('2050-10-23'),('2050-10-24'),('2050-10-25'),('2050-10-26'),('2050-10-27'),('2050-10-28'),('2050-10-29'),('2050-10-30'),('2050-10-31'),('2050-11-01'),('2050-11-02'),('2050-11-03'),('2050-11-04'),('2050-11-05'),('2050-11-06'),('2050-11-07'),('2050-11-08'),('2050-11-09'),('2050-11-10'),('2050-11-11'),('2050-11-12'),('2050-11-13'),('2050-11-14'),('2050-11-15'),('2050-11-16'),('2050-11-17'),('2050-11-18'),('2050-11-19'),('2050-11-20'),('2050-11-21'),('2050-11-22'),('2050-11-23'),('2050-11-24'),('2050-11-25'),('2050-11-26'),('2050-11-27'),('2050-11-28'),('2050-11-29'),('2050-11-30'),('2050-12-01'),('2050-12-02'),('2050-12-03'),('2050-12-04'),('2050-12-05'),('2050-12-06'),('2050-12-07'),('2050-12-08'),('2050-12-09'),('2050-12-10'),('2050-12-11'),('2050-12-12'),('2050-12-13'),('2050-12-14'),('2050-12-15'),('2050-12-16'),('2050-12-17'),('2050-12-18'),('2050-12-19'),('2050-12-20'),('2050-12-21'),('2050-12-22'),('2050-12-23'),('2050-12-24'),('2050-12-25'),('2050-12-26'),('2050-12-27'),('2050-12-28'),('2050-12-29'),('2050-12-30'),('2050-12-31'),('2051-01-01'),('2051-01-02'),('2051-01-03'),('2051-01-04'),('2051-01-05'),('2051-01-06'),('2051-01-07'),('2051-01-08'),('2051-01-09'),('2051-01-10'),('2051-01-11'),('2051-01-12'),('2051-01-13'),('2051-01-14'),('2051-01-15'),('2051-01-16'),('2051-01-17'),('2051-01-18'),('2051-01-19'),('2051-01-20'),('2051-01-21'),('2051-01-22'),('2051-01-23'),('2051-01-24'),('2051-01-25'),('2051-01-26'),('2051-01-27'),('2051-01-28'),('2051-01-29'),('2051-01-30'),('2051-01-31'),('2051-02-01'),('2051-02-02'),('2051-02-03'),('2051-02-04'),('2051-02-05'),('2051-02-06'),('2051-02-07'),('2051-02-08'),('2051-02-09'),('2051-02-10'),('2051-02-11'),('2051-02-12'),('2051-02-13'),('2051-02-14'),('2051-02-15'),('2051-02-16'),('2051-02-17'),('2051-02-18'),('2051-02-19'),('2051-02-20'),('2051-02-21'),('2051-02-22'),('2051-02-23'),('2051-02-24'),('2051-02-25'),('2051-02-26'),('2051-02-27'),('2051-02-28'),('2051-03-01'),('2051-03-02'),('2051-03-03'),('2051-03-04'),('2051-03-05'),('2051-03-06'),('2051-03-07'),('2051-03-08'),('2051-03-09'),('2051-03-10'),('2051-03-11'),('2051-03-12'),('2051-03-13'),('2051-03-14'),('2051-03-15'),('2051-03-16'),('2051-03-17'),('2051-03-18'),('2051-03-19'),('2051-03-20'),('2051-03-21'),('2051-03-22'),('2051-03-23'),('2051-03-24'),('2051-03-25'),('2051-03-26'),('2051-03-27'),('2051-03-28'),('2051-03-29'),('2051-03-30'),('2051-03-31'),('2051-04-01'),('2051-04-02'),('2051-04-03'),('2051-04-04'),('2051-04-05'),('2051-04-06'),('2051-04-07'),('2051-04-08'),('2051-04-09'),('2051-04-10'),('2051-04-11'),('2051-04-12'),('2051-04-13'),('2051-04-14'),('2051-04-15'),('2051-04-16'),('2051-04-17'),('2051-04-18'),('2051-04-19'),('2051-04-20'),('2051-04-21'),('2051-04-22'),('2051-04-23'),('2051-04-24'),('2051-04-25'),('2051-04-26'),('2051-04-27'),('2051-04-28'),('2051-04-29'),('2051-04-30'),('2051-05-01'),('2051-05-02'),('2051-05-03'),('2051-05-04'),('2051-05-05'),('2051-05-06'),('2051-05-07'),('2051-05-08'),('2051-05-09'),('2051-05-10'),('2051-05-11'),('2051-05-12'),('2051-05-13'),('2051-05-14'),('2051-05-15'),('2051-05-16'),('2051-05-17'),('2051-05-18'),('2051-05-19'),('2051-05-20'),('2051-05-21'),('2051-05-22'),('2051-05-23'),('2051-05-24'),('2051-05-25'),('2051-05-26'),('2051-05-27'),('2051-05-28'),('2051-05-29'),('2051-05-30'),('2051-05-31'),('2051-06-01'),('2051-06-02'),('2051-06-03'),('2051-06-04'),('2051-06-05'),('2051-06-06'),('2051-06-07'),('2051-06-08'),('2051-06-09'),('2051-06-10'),('2051-06-11'),('2051-06-12'),('2051-06-13'),('2051-06-14'),('2051-06-15'),('2051-06-16'),('2051-06-17'),('2051-06-18'),('2051-06-19'),('2051-06-20'),('2051-06-21'),('2051-06-22'),('2051-06-23'),('2051-06-24'),('2051-06-25'),('2051-06-26'),('2051-06-27'),('2051-06-28'),('2051-06-29'),('2051-06-30'),('2051-07-01'),('2051-07-02'),('2051-07-03'),('2051-07-04'),('2051-07-05'),('2051-07-06'),('2051-07-07'),('2051-07-08'),('2051-07-09'),('2051-07-10'),('2051-07-11'),('2051-07-12'),('2051-07-13'),('2051-07-14'),('2051-07-15'),('2051-07-16'),('2051-07-17'),('2051-07-18'),('2051-07-19'),('2051-07-20'),('2051-07-21'),('2051-07-22'),('2051-07-23'),('2051-07-24'),('2051-07-25'),('2051-07-26'),('2051-07-27'),('2051-07-28'),('2051-07-29'),('2051-07-30'),('2051-07-31'),('2051-08-01'),('2051-08-02'),('2051-08-03'),('2051-08-04'),('2051-08-05'),('2051-08-06'),('2051-08-07'),('2051-08-08'),('2051-08-09'),('2051-08-10'),('2051-08-11'),('2051-08-12'),('2051-08-13'),('2051-08-14'),('2051-08-15'),('2051-08-16'),('2051-08-17'),('2051-08-18'),('2051-08-19'),('2051-08-20'),('2051-08-21'),('2051-08-22'),('2051-08-23'),('2051-08-24'),('2051-08-25'),('2051-08-26'),('2051-08-27'),('2051-08-28'),('2051-08-29'),('2051-08-30'),('2051-08-31'),('2051-09-01'),('2051-09-02'),('2051-09-03'),('2051-09-04'),('2051-09-05'),('2051-09-06'),('2051-09-07'),('2051-09-08'),('2051-09-09'),('2051-09-10'),('2051-09-11'),('2051-09-12'),('2051-09-13'),('2051-09-14'),('2051-09-15'),('2051-09-16'),('2051-09-17'),('2051-09-18'),('2051-09-19'),('2051-09-20'),('2051-09-21'),('2051-09-22'),('2051-09-23'),('2051-09-24'),('2051-09-25'),('2051-09-26'),('2051-09-27'),('2051-09-28'),('2051-09-29'),('2051-09-30'),('2051-10-01'),('2051-10-02'),('2051-10-03'),('2051-10-04'),('2051-10-05'),('2051-10-06'),('2051-10-07'),('2051-10-08'),('2051-10-09'),('2051-10-10'),('2051-10-11'),('2051-10-12'),('2051-10-13'),('2051-10-14'),('2051-10-15'),('2051-10-16'),('2051-10-17'),('2051-10-18'),('2051-10-19'),('2051-10-20'),('2051-10-21'),('2051-10-22'),('2051-10-23'),('2051-10-24'),('2051-10-25'),('2051-10-26'),('2051-10-27'),('2051-10-28'),('2051-10-29'),('2051-10-30'),('2051-10-31'),('2051-11-01'),('2051-11-02'),('2051-11-03'),('2051-11-04'),('2051-11-05'),('2051-11-06'),('2051-11-07'),('2051-11-08'),('2051-11-09'),('2051-11-10'),('2051-11-11'),('2051-11-12'),('2051-11-13'),('2051-11-14'),('2051-11-15'),('2051-11-16'),('2051-11-17'),('2051-11-18'),('2051-11-19'),('2051-11-20'),('2051-11-21'),('2051-11-22'),('2051-11-23'),('2051-11-24'),('2051-11-25'),('2051-11-26'),('2051-11-27'),('2051-11-28'),('2051-11-29'),('2051-11-30'),('2051-12-01'),('2051-12-02'),('2051-12-03'),('2051-12-04'),('2051-12-05'),('2051-12-06'),('2051-12-07'),('2051-12-08'),('2051-12-09'),('2051-12-10'),('2051-12-11'),('2051-12-12'),('2051-12-13'),('2051-12-14'),('2051-12-15'),('2051-12-16'),('2051-12-17'),('2051-12-18'),('2051-12-19'),('2051-12-20'),('2051-12-21'),('2051-12-22'),('2051-12-23'),('2051-12-24'),('2051-12-25'),('2051-12-26'),('2051-12-27'),('2051-12-28'),('2051-12-29'),('2051-12-30'),('2051-12-31'),('2052-01-01'),('2052-01-02'),('2052-01-03'),('2052-01-04'),('2052-01-05'),('2052-01-06'),('2052-01-07'),('2052-01-08'),('2052-01-09'),('2052-01-10'),('2052-01-11'),('2052-01-12'),('2052-01-13'),('2052-01-14'),('2052-01-15'),('2052-01-16'),('2052-01-17'),('2052-01-18'),('2052-01-19'),('2052-01-20'),('2052-01-21'),('2052-01-22'),('2052-01-23'),('2052-01-24'),('2052-01-25'),('2052-01-26'),('2052-01-27'),('2052-01-28'),('2052-01-29'),('2052-01-30'),('2052-01-31'),('2052-02-01'),('2052-02-02'),('2052-02-03'),('2052-02-04'),('2052-02-05'),('2052-02-06'),('2052-02-07'),('2052-02-08'),('2052-02-09'),('2052-02-10'),('2052-02-11'),('2052-02-12'),('2052-02-13'),('2052-02-14'),('2052-02-15'),('2052-02-16'),('2052-02-17'),('2052-02-18'),('2052-02-19'),('2052-02-20'),('2052-02-21'),('2052-02-22'),('2052-02-23'),('2052-02-24'),('2052-02-25'),('2052-02-26'),('2052-02-27'),('2052-02-28'),('2052-02-29'),('2052-03-01'),('2052-03-02'),('2052-03-03'),('2052-03-04'),('2052-03-05'),('2052-03-06'),('2052-03-07'),('2052-03-08'),('2052-03-09'),('2052-03-10'),('2052-03-11'),('2052-03-12'),('2052-03-13'),('2052-03-14'),('2052-03-15'),('2052-03-16'),('2052-03-17'),('2052-03-18'),('2052-03-19'),('2052-03-20'),('2052-03-21'),('2052-03-22'),('2052-03-23'),('2052-03-24'),('2052-03-25'),('2052-03-26'),('2052-03-27'),('2052-03-28'),('2052-03-29'),('2052-03-30'),('2052-03-31'),('2052-04-01'),('2052-04-02'),('2052-04-03'),('2052-04-04'),('2052-04-05'),('2052-04-06'),('2052-04-07'),('2052-04-08'),('2052-04-09'),('2052-04-10'),('2052-04-11'),('2052-04-12'),('2052-04-13'),('2052-04-14'),('2052-04-15'),('2052-04-16'),('2052-04-17'),('2052-04-18'),('2052-04-19'),('2052-04-20'),('2052-04-21'),('2052-04-22'),('2052-04-23'),('2052-04-24'),('2052-04-25'),('2052-04-26'),('2052-04-27'),('2052-04-28'),('2052-04-29'),('2052-04-30'),('2052-05-01'),('2052-05-02'),('2052-05-03'),('2052-05-04'),('2052-05-05'),('2052-05-06'),('2052-05-07'),('2052-05-08'),('2052-05-09'),('2052-05-10'),('2052-05-11'),('2052-05-12'),('2052-05-13'),('2052-05-14'),('2052-05-15'),('2052-05-16'),('2052-05-17'),('2052-05-18'),('2052-05-19'),('2052-05-20'),('2052-05-21'),('2052-05-22'),('2052-05-23'),('2052-05-24'),('2052-05-25'),('2052-05-26'),('2052-05-27'),('2052-05-28'),('2052-05-29'),('2052-05-30'),('2052-05-31'),('2052-06-01'),('2052-06-02'),('2052-06-03'),('2052-06-04'),('2052-06-05'),('2052-06-06'),('2052-06-07'),('2052-06-08'),('2052-06-09'),('2052-06-10'),('2052-06-11'),('2052-06-12'),('2052-06-13'),('2052-06-14'),('2052-06-15'),('2052-06-16'),('2052-06-17'),('2052-06-18'),('2052-06-19'),('2052-06-20'),('2052-06-21'),('2052-06-22'),('2052-06-23'),('2052-06-24'),('2052-06-25'),('2052-06-26'),('2052-06-27'),('2052-06-28'),('2052-06-29'),('2052-06-30'),('2052-07-01'),('2052-07-02'),('2052-07-03'),('2052-07-04'),('2052-07-05'),('2052-07-06'),('2052-07-07'),('2052-07-08'),('2052-07-09'),('2052-07-10'),('2052-07-11'),('2052-07-12'),('2052-07-13'),('2052-07-14'),('2052-07-15'),('2052-07-16'),('2052-07-17'),('2052-07-18'),('2052-07-19'),('2052-07-20'),('2052-07-21'),('2052-07-22'),('2052-07-23'),('2052-07-24'),('2052-07-25'),('2052-07-26'),('2052-07-27'),('2052-07-28'),('2052-07-29'),('2052-07-30'),('2052-07-31'),('2052-08-01'),('2052-08-02'),('2052-08-03'),('2052-08-04'),('2052-08-05'),('2052-08-06'),('2052-08-07'),('2052-08-08'),('2052-08-09'),('2052-08-10'),('2052-08-11'),('2052-08-12'),('2052-08-13'),('2052-08-14'),('2052-08-15'),('2052-08-16'),('2052-08-17'),('2052-08-18'),('2052-08-19'),('2052-08-20'),('2052-08-21'),('2052-08-22'),('2052-08-23'),('2052-08-24'),('2052-08-25'),('2052-08-26'),('2052-08-27'),('2052-08-28'),('2052-08-29'),('2052-08-30'),('2052-08-31'),('2052-09-01'),('2052-09-02'),('2052-09-03'),('2052-09-04'),('2052-09-05'),('2052-09-06'),('2052-09-07'),('2052-09-08'),('2052-09-09'),('2052-09-10'),('2052-09-11'),('2052-09-12'),('2052-09-13'),('2052-09-14'),('2052-09-15'),('2052-09-16'),('2052-09-17'),('2052-09-18'),('2052-09-19'),('2052-09-20'),('2052-09-21'),('2052-09-22'),('2052-09-23'),('2052-09-24'),('2052-09-25'),('2052-09-26'),('2052-09-27'),('2052-09-28'),('2052-09-29'),('2052-09-30'),('2052-10-01'),('2052-10-02'),('2052-10-03'),('2052-10-04'),('2052-10-05'),('2052-10-06'),('2052-10-07'),('2052-10-08'),('2052-10-09'),('2052-10-10'),('2052-10-11'),('2052-10-12'),('2052-10-13'),('2052-10-14'),('2052-10-15'),('2052-10-16'),('2052-10-17'),('2052-10-18'),('2052-10-19'),('2052-10-20'),('2052-10-21'),('2052-10-22'),('2052-10-23'),('2052-10-24'),('2052-10-25'),('2052-10-26'),('2052-10-27'),('2052-10-28'),('2052-10-29'),('2052-10-30'),('2052-10-31'),('2052-11-01'),('2052-11-02'),('2052-11-03'),('2052-11-04'),('2052-11-05'),('2052-11-06'),('2052-11-07'),('2052-11-08'),('2052-11-09'),('2052-11-10'),('2052-11-11'),('2052-11-12'),('2052-11-13'),('2052-11-14'),('2052-11-15'),('2052-11-16'),('2052-11-17'),('2052-11-18'),('2052-11-19'),('2052-11-20'),('2052-11-21'),('2052-11-22'),('2052-11-23'),('2052-11-24'),('2052-11-25'),('2052-11-26'),('2052-11-27'),('2052-11-28'),('2052-11-29'),('2052-11-30'),('2052-12-01'),('2052-12-02'),('2052-12-03'),('2052-12-04'),('2052-12-05'),('2052-12-06'),('2052-12-07'),('2052-12-08'),('2052-12-09'),('2052-12-10'),('2052-12-11'),('2052-12-12'),('2052-12-13'),('2052-12-14'),('2052-12-15'),('2052-12-16'),('2052-12-17'),('2052-12-18'),('2052-12-19'),('2052-12-20'),('2052-12-21'),('2052-12-22'),('2052-12-23'),('2052-12-24'),('2052-12-25'),('2052-12-26'),('2052-12-27'),('2052-12-28'),('2052-12-29'),('2052-12-30'),('2052-12-31'),('2053-01-01'),('2053-01-02'),('2053-01-03'),('2053-01-04'),('2053-01-05'),('2053-01-06'),('2053-01-07'),('2053-01-08'),('2053-01-09'),('2053-01-10'),('2053-01-11'),('2053-01-12'),('2053-01-13'),('2053-01-14'),('2053-01-15'),('2053-01-16'),('2053-01-17'),('2053-01-18'),('2053-01-19'),('2053-01-20'),('2053-01-21'),('2053-01-22'),('2053-01-23'),('2053-01-24'),('2053-01-25'),('2053-01-26'),('2053-01-27'),('2053-01-28'),('2053-01-29'),('2053-01-30'),('2053-01-31'),('2053-02-01'),('2053-02-02'),('2053-02-03'),('2053-02-04'),('2053-02-05'),('2053-02-06'),('2053-02-07'),('2053-02-08'),('2053-02-09'),('2053-02-10'),('2053-02-11'),('2053-02-12'),('2053-02-13'),('2053-02-14'),('2053-02-15'),('2053-02-16'),('2053-02-17'),('2053-02-18'),('2053-02-19'),('2053-02-20'),('2053-02-21'),('2053-02-22'),('2053-02-23'),('2053-02-24'),('2053-02-25'),('2053-02-26'),('2053-02-27'),('2053-02-28'),('2053-03-01'),('2053-03-02'),('2053-03-03'),('2053-03-04'),('2053-03-05'),('2053-03-06'),('2053-03-07'),('2053-03-08'),('2053-03-09'),('2053-03-10'),('2053-03-11'),('2053-03-12'),('2053-03-13'),('2053-03-14'),('2053-03-15'),('2053-03-16'),('2053-03-17'),('2053-03-18'),('2053-03-19'),('2053-03-20'),('2053-03-21'),('2053-03-22'),('2053-03-23'),('2053-03-24'),('2053-03-25'),('2053-03-26'),('2053-03-27'),('2053-03-28'),('2053-03-29'),('2053-03-30'),('2053-03-31'),('2053-04-01'),('2053-04-02'),('2053-04-03'),('2053-04-04'),('2053-04-05'),('2053-04-06'),('2053-04-07'),('2053-04-08'),('2053-04-09'),('2053-04-10'),('2053-04-11'),('2053-04-12'),('2053-04-13'),('2053-04-14'),('2053-04-15'),('2053-04-16'),('2053-04-17'),('2053-04-18'),('2053-04-19'),('2053-04-20'),('2053-04-21'),('2053-04-22'),('2053-04-23'),('2053-04-24'),('2053-04-25'),('2053-04-26'),('2053-04-27'),('2053-04-28'),('2053-04-29'),('2053-04-30'),('2053-05-01'),('2053-05-02'),('2053-05-03'),('2053-05-04'),('2053-05-05'),('2053-05-06'),('2053-05-07'),('2053-05-08'),('2053-05-09'),('2053-05-10'),('2053-05-11'),('2053-05-12'),('2053-05-13'),('2053-05-14'),('2053-05-15'),('2053-05-16'),('2053-05-17'),('2053-05-18'),('2053-05-19'),('2053-05-20'),('2053-05-21'),('2053-05-22'),('2053-05-23'),('2053-05-24'),('2053-05-25'),('2053-05-26'),('2053-05-27'),('2053-05-28'),('2053-05-29'),('2053-05-30'),('2053-05-31'),('2053-06-01'),('2053-06-02'),('2053-06-03'),('2053-06-04'),('2053-06-05'),('2053-06-06'),('2053-06-07'),('2053-06-08'),('2053-06-09'),('2053-06-10'),('2053-06-11'),('2053-06-12'),('2053-06-13'),('2053-06-14'),('2053-06-15'),('2053-06-16'),('2053-06-17'),('2053-06-18'),('2053-06-19'),('2053-06-20'),('2053-06-21'),('2053-06-22'),('2053-06-23'),('2053-06-24'),('2053-06-25'),('2053-06-26'),('2053-06-27'),('2053-06-28'),('2053-06-29'),('2053-06-30'),('2053-07-01'),('2053-07-02'),('2053-07-03'),('2053-07-04'),('2053-07-05'),('2053-07-06'),('2053-07-07'),('2053-07-08'),('2053-07-09'),('2053-07-10'),('2053-07-11'),('2053-07-12'),('2053-07-13'),('2053-07-14'),('2053-07-15'),('2053-07-16'),('2053-07-17'),('2053-07-18'),('2053-07-19'),('2053-07-20'),('2053-07-21'),('2053-07-22'),('2053-07-23'),('2053-07-24'),('2053-07-25'),('2053-07-26'),('2053-07-27'),('2053-07-28'),('2053-07-29'),('2053-07-30'),('2053-07-31'),('2053-08-01'),('2053-08-02'),('2053-08-03'),('2053-08-04'),('2053-08-05'),('2053-08-06'),('2053-08-07'),('2053-08-08'),('2053-08-09'),('2053-08-10'),('2053-08-11'),('2053-08-12'),('2053-08-13'),('2053-08-14'),('2053-08-15'),('2053-08-16'),('2053-08-17'),('2053-08-18'),('2053-08-19'),('2053-08-20'),('2053-08-21'),('2053-08-22'),('2053-08-23'),('2053-08-24'),('2053-08-25'),('2053-08-26'),('2053-08-27'),('2053-08-28'),('2053-08-29'),('2053-08-30'),('2053-08-31'),('2053-09-01'),('2053-09-02'),('2053-09-03'),('2053-09-04'),('2053-09-05'),('2053-09-06'),('2053-09-07'),('2053-09-08'),('2053-09-09'),('2053-09-10'),('2053-09-11'),('2053-09-12'),('2053-09-13'),('2053-09-14'),('2053-09-15'),('2053-09-16'),('2053-09-17'),('2053-09-18'),('2053-09-19'),('2053-09-20'),('2053-09-21'),('2053-09-22'),('2053-09-23'),('2053-09-24'),('2053-09-25'),('2053-09-26'),('2053-09-27'),('2053-09-28'),('2053-09-29'),('2053-09-30'),('2053-10-01'),('2053-10-02'),('2053-10-03'),('2053-10-04'),('2053-10-05'),('2053-10-06'),('2053-10-07'),('2053-10-08'),('2053-10-09'),('2053-10-10'),('2053-10-11'),('2053-10-12'),('2053-10-13'),('2053-10-14'),('2053-10-15'),('2053-10-16'),('2053-10-17'),('2053-10-18'),('2053-10-19'),('2053-10-20'),('2053-10-21'),('2053-10-22'),('2053-10-23'),('2053-10-24'),('2053-10-25'),('2053-10-26'),('2053-10-27'),('2053-10-28'),('2053-10-29'),('2053-10-30'),('2053-10-31'),('2053-11-01'),('2053-11-02'),('2053-11-03'),('2053-11-04'),('2053-11-05'),('2053-11-06'),('2053-11-07'),('2053-11-08'),('2053-11-09'),('2053-11-10'),('2053-11-11'),('2053-11-12'),('2053-11-13'),('2053-11-14'),('2053-11-15'),('2053-11-16'),('2053-11-17'),('2053-11-18'),('2053-11-19'),('2053-11-20'),('2053-11-21'),('2053-11-22'),('2053-11-23'),('2053-11-24'),('2053-11-25'),('2053-11-26'),('2053-11-27'),('2053-11-28'),('2053-11-29'),('2053-11-30'),('2053-12-01'),('2053-12-02'),('2053-12-03'),('2053-12-04'),('2053-12-05'),('2053-12-06'),('2053-12-07'),('2053-12-08'),('2053-12-09'),('2053-12-10'),('2053-12-11'),('2053-12-12'),('2053-12-13'),('2053-12-14'),('2053-12-15'),('2053-12-16'),('2053-12-17'),('2053-12-18'),('2053-12-19'),('2053-12-20'),('2053-12-21'),('2053-12-22'),('2053-12-23'),('2053-12-24'),('2053-12-25'),('2053-12-26'),('2053-12-27'),('2053-12-28'),('2053-12-29'),('2053-12-30'),('2053-12-31'),('2054-01-01'),('2054-01-02'),('2054-01-03'),('2054-01-04'),('2054-01-05'),('2054-01-06'),('2054-01-07'),('2054-01-08'),('2054-01-09'),('2054-01-10'),('2054-01-11'),('2054-01-12'),('2054-01-13'),('2054-01-14'),('2054-01-15'),('2054-01-16'),('2054-01-17'),('2054-01-18'),('2054-01-19'),('2054-01-20'),('2054-01-21'),('2054-01-22'),('2054-01-23'),('2054-01-24'),('2054-01-25'),('2054-01-26'),('2054-01-27'),('2054-01-28'),('2054-01-29'),('2054-01-30'),('2054-01-31'),('2054-02-01'),('2054-02-02'),('2054-02-03'),('2054-02-04'),('2054-02-05'),('2054-02-06'),('2054-02-07'),('2054-02-08'),('2054-02-09'),('2054-02-10'),('2054-02-11'),('2054-02-12'),('2054-02-13'),('2054-02-14'),('2054-02-15'),('2054-02-16'),('2054-02-17'),('2054-02-18'),('2054-02-19'),('2054-02-20'),('2054-02-21'),('2054-02-22'),('2054-02-23'),('2054-02-24'),('2054-02-25'),('2054-02-26'),('2054-02-27'),('2054-02-28'),('2054-03-01'),('2054-03-02'),('2054-03-03'),('2054-03-04'),('2054-03-05'),('2054-03-06'),('2054-03-07'),('2054-03-08'),('2054-03-09'),('2054-03-10'),('2054-03-11'),('2054-03-12'),('2054-03-13'),('2054-03-14'),('2054-03-15'),('2054-03-16'),('2054-03-17'),('2054-03-18'),('2054-03-19'),('2054-03-20'),('2054-03-21'),('2054-03-22'),('2054-03-23'),('2054-03-24'),('2054-03-25'),('2054-03-26'),('2054-03-27'),('2054-03-28'),('2054-03-29'),('2054-03-30'),('2054-03-31'),('2054-04-01'),('2054-04-02'),('2054-04-03'),('2054-04-04'),('2054-04-05'),('2054-04-06'),('2054-04-07'),('2054-04-08'),('2054-04-09'),('2054-04-10'),('2054-04-11'),('2054-04-12'),('2054-04-13'),('2054-04-14'),('2054-04-15'),('2054-04-16'),('2054-04-17'),('2054-04-18'),('2054-04-19'),('2054-04-20'),('2054-04-21'),('2054-04-22'),('2054-04-23'),('2054-04-24'),('2054-04-25'),('2054-04-26'),('2054-04-27'),('2054-04-28'),('2054-04-29'),('2054-04-30'),('2054-05-01'),('2054-05-02'),('2054-05-03'),('2054-05-04'),('2054-05-05'),('2054-05-06'),('2054-05-07'),('2054-05-08'),('2054-05-09'),('2054-05-10'),('2054-05-11'),('2054-05-12'),('2054-05-13'),('2054-05-14'),('2054-05-15'),('2054-05-16'),('2054-05-17'),('2054-05-18'),('2054-05-19'),('2054-05-20'),('2054-05-21'),('2054-05-22'),('2054-05-23'),('2054-05-24'),('2054-05-25'),('2054-05-26'),('2054-05-27'),('2054-05-28'),('2054-05-29'),('2054-05-30'),('2054-05-31'),('2054-06-01'),('2054-06-02'),('2054-06-03'),('2054-06-04'),('2054-06-05'),('2054-06-06'),('2054-06-07'),('2054-06-08'),('2054-06-09'),('2054-06-10'),('2054-06-11'),('2054-06-12'),('2054-06-13'),('2054-06-14'),('2054-06-15'),('2054-06-16'),('2054-06-17'),('2054-06-18'),('2054-06-19'),('2054-06-20'),('2054-06-21'),('2054-06-22'),('2054-06-23'),('2054-06-24'),('2054-06-25'),('2054-06-26'),('2054-06-27'),('2054-06-28'),('2054-06-29'),('2054-06-30'),('2054-07-01'),('2054-07-02'),('2054-07-03'),('2054-07-04'),('2054-07-05'),('2054-07-06'),('2054-07-07'),('2054-07-08'),('2054-07-09'),('2054-07-10'),('2054-07-11'),('2054-07-12'),('2054-07-13'),('2054-07-14'),('2054-07-15'),('2054-07-16'),('2054-07-17'),('2054-07-18'),('2054-07-19'),('2054-07-20'),('2054-07-21'),('2054-07-22'),('2054-07-23'),('2054-07-24'),('2054-07-25'),('2054-07-26'),('2054-07-27'),('2054-07-28'),('2054-07-29'),('2054-07-30'),('2054-07-31'),('2054-08-01'),('2054-08-02'),('2054-08-03'),('2054-08-04'),('2054-08-05'),('2054-08-06'),('2054-08-07'),('2054-08-08'),('2054-08-09'),('2054-08-10'),('2054-08-11'),('2054-08-12'),('2054-08-13'),('2054-08-14'),('2054-08-15'),('2054-08-16'),('2054-08-17'),('2054-08-18'),('2054-08-19'),('2054-08-20'),('2054-08-21'),('2054-08-22'),('2054-08-23'),('2054-08-24'),('2054-08-25'),('2054-08-26'),('2054-08-27'),('2054-08-28'),('2054-08-29'),('2054-08-30'),('2054-08-31'),('2054-09-01'),('2054-09-02'),('2054-09-03'),('2054-09-04'),('2054-09-05'),('2054-09-06'),('2054-09-07'),('2054-09-08'),('2054-09-09'),('2054-09-10'),('2054-09-11'),('2054-09-12'),('2054-09-13'),('2054-09-14'),('2054-09-15'),('2054-09-16'),('2054-09-17'),('2054-09-18'),('2054-09-19'),('2054-09-20'),('2054-09-21'),('2054-09-22'),('2054-09-23'),('2054-09-24'),('2054-09-25'),('2054-09-26'),('2054-09-27'),('2054-09-28'),('2054-09-29'),('2054-09-30'),('2054-10-01'),('2054-10-02'),('2054-10-03'),('2054-10-04'),('2054-10-05'),('2054-10-06'),('2054-10-07'),('2054-10-08'),('2054-10-09'),('2054-10-10'),('2054-10-11'),('2054-10-12'),('2054-10-13'),('2054-10-14'),('2054-10-15'),('2054-10-16'),('2054-10-17'),('2054-10-18'),('2054-10-19'),('2054-10-20'),('2054-10-21'),('2054-10-22'),('2054-10-23'),('2054-10-24'),('2054-10-25'),('2054-10-26'),('2054-10-27'),('2054-10-28'),('2054-10-29'),('2054-10-30'),('2054-10-31'),('2054-11-01'),('2054-11-02'),('2054-11-03'),('2054-11-04'),('2054-11-05'),('2054-11-06'),('2054-11-07'),('2054-11-08'),('2054-11-09'),('2054-11-10'),('2054-11-11'),('2054-11-12'),('2054-11-13'),('2054-11-14'),('2054-11-15'),('2054-11-16'),('2054-11-17'),('2054-11-18'),('2054-11-19'),('2054-11-20'),('2054-11-21'),('2054-11-22'),('2054-11-23'),('2054-11-24'),('2054-11-25'),('2054-11-26'),('2054-11-27'),('2054-11-28'),('2054-11-29'),('2054-11-30'),('2054-12-01'),('2054-12-02'),('2054-12-03'),('2054-12-04'),('2054-12-05'),('2054-12-06'),('2054-12-07'),('2054-12-08'),('2054-12-09'),('2054-12-10'),('2054-12-11'),('2054-12-12'),('2054-12-13'),('2054-12-14'),('2054-12-15'),('2054-12-16'),('2054-12-17'),('2054-12-18'),('2054-12-19'),('2054-12-20'),('2054-12-21'),('2054-12-22'),('2054-12-23'),('2054-12-24'),('2054-12-25'),('2054-12-26'),('2054-12-27'),('2054-12-28'),('2054-12-29'),('2054-12-30'),('2054-12-31'),('2055-01-01'),('2055-01-02'),('2055-01-03'),('2055-01-04'),('2055-01-05'),('2055-01-06'),('2055-01-07'),('2055-01-08'),('2055-01-09'),('2055-01-10'),('2055-01-11'),('2055-01-12'),('2055-01-13'),('2055-01-14'),('2055-01-15'),('2055-01-16'),('2055-01-17'),('2055-01-18'),('2055-01-19'),('2055-01-20'),('2055-01-21'),('2055-01-22'),('2055-01-23'),('2055-01-24'),('2055-01-25'),('2055-01-26'),('2055-01-27'),('2055-01-28'),('2055-01-29'),('2055-01-30'),('2055-01-31'),('2055-02-01'),('2055-02-02'),('2055-02-03'),('2055-02-04'),('2055-02-05'),('2055-02-06'),('2055-02-07'),('2055-02-08'),('2055-02-09'),('2055-02-10'),('2055-02-11'),('2055-02-12'),('2055-02-13'),('2055-02-14'),('2055-02-15'),('2055-02-16'),('2055-02-17'),('2055-02-18'),('2055-02-19'),('2055-02-20'),('2055-02-21'),('2055-02-22'),('2055-02-23'),('2055-02-24'),('2055-02-25'),('2055-02-26'),('2055-02-27'),('2055-02-28'),('2055-03-01'),('2055-03-02'),('2055-03-03'),('2055-03-04'),('2055-03-05'),('2055-03-06'),('2055-03-07'),('2055-03-08'),('2055-03-09'),('2055-03-10'),('2055-03-11'),('2055-03-12'),('2055-03-13'),('2055-03-14'),('2055-03-15'),('2055-03-16'),('2055-03-17'),('2055-03-18'),('2055-03-19'),('2055-03-20'),('2055-03-21'),('2055-03-22'),('2055-03-23'),('2055-03-24'),('2055-03-25'),('2055-03-26'),('2055-03-27'),('2055-03-28'),('2055-03-29'),('2055-03-30'),('2055-03-31'),('2055-04-01'),('2055-04-02'),('2055-04-03'),('2055-04-04'),('2055-04-05'),('2055-04-06'),('2055-04-07'),('2055-04-08'),('2055-04-09'),('2055-04-10'),('2055-04-11'),('2055-04-12'),('2055-04-13'),('2055-04-14'),('2055-04-15'),('2055-04-16'),('2055-04-17'),('2055-04-18'),('2055-04-19'),('2055-04-20'),('2055-04-21'),('2055-04-22'),('2055-04-23'),('2055-04-24'),('2055-04-25'),('2055-04-26'),('2055-04-27'),('2055-04-28'),('2055-04-29'),('2055-04-30'),('2055-05-01'),('2055-05-02'),('2055-05-03'),('2055-05-04'),('2055-05-05'),('2055-05-06'),('2055-05-07'),('2055-05-08'),('2055-05-09'),('2055-05-10'),('2055-05-11'),('2055-05-12'),('2055-05-13'),('2055-05-14'),('2055-05-15'),('2055-05-16'),('2055-05-17'),('2055-05-18'),('2055-05-19'),('2055-05-20'),('2055-05-21'),('2055-05-22'),('2055-05-23'),('2055-05-24'),('2055-05-25'),('2055-05-26'),('2055-05-27'),('2055-05-28'),('2055-05-29'),('2055-05-30'),('2055-05-31'),('2055-06-01'),('2055-06-02'),('2055-06-03'),('2055-06-04'),('2055-06-05'),('2055-06-06'),('2055-06-07'),('2055-06-08'),('2055-06-09'),('2055-06-10'),('2055-06-11'),('2055-06-12'),('2055-06-13'),('2055-06-14'),('2055-06-15'),('2055-06-16'),('2055-06-17'),('2055-06-18'),('2055-06-19'),('2055-06-20'),('2055-06-21'),('2055-06-22'),('2055-06-23'),('2055-06-24'),('2055-06-25'),('2055-06-26'),('2055-06-27'),('2055-06-28'),('2055-06-29'),('2055-06-30'),('2055-07-01'),('2055-07-02'),('2055-07-03'),('2055-07-04'),('2055-07-05'),('2055-07-06'),('2055-07-07'),('2055-07-08'),('2055-07-09'),('2055-07-10'),('2055-07-11'),('2055-07-12'),('2055-07-13'),('2055-07-14'),('2055-07-15'),('2055-07-16'),('2055-07-17'),('2055-07-18'),('2055-07-19'),('2055-07-20'),('2055-07-21'),('2055-07-22'),('2055-07-23'),('2055-07-24'),('2055-07-25'),('2055-07-26'),('2055-07-27'),('2055-07-28'),('2055-07-29'),('2055-07-30'),('2055-07-31'),('2055-08-01'),('2055-08-02'),('2055-08-03'),('2055-08-04'),('2055-08-05'),('2055-08-06'),('2055-08-07'),('2055-08-08'),('2055-08-09'),('2055-08-10'),('2055-08-11'),('2055-08-12'),('2055-08-13'),('2055-08-14'),('2055-08-15'),('2055-08-16'),('2055-08-17'),('2055-08-18'),('2055-08-19'),('2055-08-20'),('2055-08-21'),('2055-08-22'),('2055-08-23'),('2055-08-24'),('2055-08-25'),('2055-08-26'),('2055-08-27'),('2055-08-28'),('2055-08-29'),('2055-08-30'),('2055-08-31'),('2055-09-01'),('2055-09-02'),('2055-09-03'),('2055-09-04'),('2055-09-05'),('2055-09-06'),('2055-09-07'),('2055-09-08'),('2055-09-09'),('2055-09-10'),('2055-09-11'),('2055-09-12'),('2055-09-13'),('2055-09-14'),('2055-09-15'),('2055-09-16'),('2055-09-17'),('2055-09-18'),('2055-09-19'),('2055-09-20'),('2055-09-21'),('2055-09-22'),('2055-09-23'),('2055-09-24'),('2055-09-25'),('2055-09-26'),('2055-09-27'),('2055-09-28'),('2055-09-29'),('2055-09-30'),('2055-10-01'),('2055-10-02'),('2055-10-03'),('2055-10-04'),('2055-10-05'),('2055-10-06'),('2055-10-07'),('2055-10-08'),('2055-10-09'),('2055-10-10'),('2055-10-11'),('2055-10-12'),('2055-10-13'),('2055-10-14'),('2055-10-15'),('2055-10-16'),('2055-10-17'),('2055-10-18'),('2055-10-19'),('2055-10-20'),('2055-10-21'),('2055-10-22'),('2055-10-23'),('2055-10-24'),('2055-10-25'),('2055-10-26'),('2055-10-27'),('2055-10-28'),('2055-10-29'),('2055-10-30'),('2055-10-31'),('2055-11-01'),('2055-11-02'),('2055-11-03'),('2055-11-04'),('2055-11-05'),('2055-11-06'),('2055-11-07'),('2055-11-08'),('2055-11-09'),('2055-11-10'),('2055-11-11'),('2055-11-12'),('2055-11-13'),('2055-11-14'),('2055-11-15'),('2055-11-16'),('2055-11-17'),('2055-11-18'),('2055-11-19'),('2055-11-20'),('2055-11-21'),('2055-11-22'),('2055-11-23'),('2055-11-24'),('2055-11-25'),('2055-11-26'),('2055-11-27'),('2055-11-28'),('2055-11-29'),('2055-11-30'),('2055-12-01'),('2055-12-02'),('2055-12-03'),('2055-12-04'),('2055-12-05'),('2055-12-06'),('2055-12-07'),('2055-12-08'),('2055-12-09'),('2055-12-10'),('2055-12-11'),('2055-12-12'),('2055-12-13'),('2055-12-14'),('2055-12-15'),('2055-12-16'),('2055-12-17'),('2055-12-18'),('2055-12-19'),('2055-12-20'),('2055-12-21'),('2055-12-22'),('2055-12-23'),('2055-12-24'),('2055-12-25'),('2055-12-26'),('2055-12-27'),('2055-12-28'),('2055-12-29'),('2055-12-30'),('2055-12-31'),('2056-01-01'),('2056-01-02'),('2056-01-03'),('2056-01-04'),('2056-01-05'),('2056-01-06'),('2056-01-07'),('2056-01-08'),('2056-01-09'),('2056-01-10'),('2056-01-11'),('2056-01-12'),('2056-01-13'),('2056-01-14'),('2056-01-15'),('2056-01-16'),('2056-01-17'),('2056-01-18'),('2056-01-19'),('2056-01-20'),('2056-01-21'),('2056-01-22'),('2056-01-23'),('2056-01-24'),('2056-01-25'),('2056-01-26'),('2056-01-27'),('2056-01-28'),('2056-01-29'),('2056-01-30'),('2056-01-31'),('2056-02-01'),('2056-02-02'),('2056-02-03'),('2056-02-04'),('2056-02-05'),('2056-02-06'),('2056-02-07'),('2056-02-08'),('2056-02-09'),('2056-02-10'),('2056-02-11'),('2056-02-12'),('2056-02-13'),('2056-02-14'),('2056-02-15'),('2056-02-16'),('2056-02-17'),('2056-02-18'),('2056-02-19'),('2056-02-20'),('2056-02-21'),('2056-02-22'),('2056-02-23'),('2056-02-24'),('2056-02-25'),('2056-02-26'),('2056-02-27'),('2056-02-28'),('2056-02-29'),('2056-03-01'),('2056-03-02'),('2056-03-03'),('2056-03-04'),('2056-03-05'),('2056-03-06'),('2056-03-07'),('2056-03-08'),('2056-03-09'),('2056-03-10'),('2056-03-11'),('2056-03-12'),('2056-03-13'),('2056-03-14'),('2056-03-15'),('2056-03-16'),('2056-03-17'),('2056-03-18'),('2056-03-19'),('2056-03-20'),('2056-03-21'),('2056-03-22'),('2056-03-23'),('2056-03-24'),('2056-03-25'),('2056-03-26'),('2056-03-27'),('2056-03-28'),('2056-03-29'),('2056-03-30'),('2056-03-31'),('2056-04-01'),('2056-04-02'),('2056-04-03'),('2056-04-04'),('2056-04-05'),('2056-04-06'),('2056-04-07'),('2056-04-08'),('2056-04-09'),('2056-04-10'),('2056-04-11'),('2056-04-12'),('2056-04-13'),('2056-04-14'),('2056-04-15'),('2056-04-16'),('2056-04-17'),('2056-04-18'),('2056-04-19'),('2056-04-20'),('2056-04-21'),('2056-04-22'),('2056-04-23'),('2056-04-24'),('2056-04-25'),('2056-04-26'),('2056-04-27'),('2056-04-28'),('2056-04-29'),('2056-04-30'),('2056-05-01'),('2056-05-02'),('2056-05-03'),('2056-05-04'),('2056-05-05'),('2056-05-06'),('2056-05-07'),('2056-05-08'),('2056-05-09'),('2056-05-10'),('2056-05-11'),('2056-05-12'),('2056-05-13'),('2056-05-14'),('2056-05-15'),('2056-05-16'),('2056-05-17'),('2056-05-18'),('2056-05-19'),('2056-05-20'),('2056-05-21'),('2056-05-22'),('2056-05-23'),('2056-05-24'),('2056-05-25'),('2056-05-26'),('2056-05-27'),('2056-05-28'),('2056-05-29'),('2056-05-30'),('2056-05-31'),('2056-06-01'),('2056-06-02'),('2056-06-03'),('2056-06-04'),('2056-06-05'),('2056-06-06'),('2056-06-07'),('2056-06-08'),('2056-06-09'),('2056-06-10'),('2056-06-11'),('2056-06-12'),('2056-06-13'),('2056-06-14'),('2056-06-15'),('2056-06-16'),('2056-06-17'),('2056-06-18'),('2056-06-19'),('2056-06-20'),('2056-06-21'),('2056-06-22'),('2056-06-23'),('2056-06-24'),('2056-06-25'),('2056-06-26'),('2056-06-27'),('2056-06-28'),('2056-06-29'),('2056-06-30'),('2056-07-01'),('2056-07-02'),('2056-07-03'),('2056-07-04'),('2056-07-05'),('2056-07-06'),('2056-07-07'),('2056-07-08'),('2056-07-09'),('2056-07-10'),('2056-07-11'),('2056-07-12'),('2056-07-13'),('2056-07-14'),('2056-07-15'),('2056-07-16'),('2056-07-17'),('2056-07-18'),('2056-07-19'),('2056-07-20'),('2056-07-21'),('2056-07-22'),('2056-07-23'),('2056-07-24'),('2056-07-25'),('2056-07-26'),('2056-07-27'),('2056-07-28'),('2056-07-29'),('2056-07-30'),('2056-07-31'),('2056-08-01'),('2056-08-02'),('2056-08-03'),('2056-08-04'),('2056-08-05'),('2056-08-06'),('2056-08-07'),('2056-08-08'),('2056-08-09'),('2056-08-10'),('2056-08-11'),('2056-08-12'),('2056-08-13'),('2056-08-14'),('2056-08-15'),('2056-08-16'),('2056-08-17'),('2056-08-18'),('2056-08-19'),('2056-08-20'),('2056-08-21'),('2056-08-22'),('2056-08-23'),('2056-08-24'),('2056-08-25'),('2056-08-26'),('2056-08-27'),('2056-08-28'),('2056-08-29'),('2056-08-30'),('2056-08-31'),('2056-09-01'),('2056-09-02'),('2056-09-03'),('2056-09-04'),('2056-09-05'),('2056-09-06'),('2056-09-07'),('2056-09-08'),('2056-09-09'),('2056-09-10'),('2056-09-11'),('2056-09-12'),('2056-09-13'),('2056-09-14'),('2056-09-15'),('2056-09-16'),('2056-09-17'),('2056-09-18'),('2056-09-19'),('2056-09-20'),('2056-09-21'),('2056-09-22'),('2056-09-23'),('2056-09-24'),('2056-09-25'),('2056-09-26'),('2056-09-27'),('2056-09-28'),('2056-09-29'),('2056-09-30'),('2056-10-01'),('2056-10-02'),('2056-10-03'),('2056-10-04'),('2056-10-05'),('2056-10-06'),('2056-10-07'),('2056-10-08'),('2056-10-09'),('2056-10-10'),('2056-10-11'),('2056-10-12'),('2056-10-13'),('2056-10-14'),('2056-10-15'),('2056-10-16'),('2056-10-17'),('2056-10-18'),('2056-10-19'),('2056-10-20'),('2056-10-21'),('2056-10-22'),('2056-10-23'),('2056-10-24'),('2056-10-25'),('2056-10-26'),('2056-10-27'),('2056-10-28'),('2056-10-29'),('2056-10-30'),('2056-10-31'),('2056-11-01'),('2056-11-02'),('2056-11-03'),('2056-11-04'),('2056-11-05'),('2056-11-06'),('2056-11-07'),('2056-11-08'),('2056-11-09'),('2056-11-10'),('2056-11-11'),('2056-11-12'),('2056-11-13'),('2056-11-14'),('2056-11-15'),('2056-11-16'),('2056-11-17'),('2056-11-18'),('2056-11-19'),('2056-11-20'),('2056-11-21'),('2056-11-22'),('2056-11-23'),('2056-11-24'),('2056-11-25'),('2056-11-26'),('2056-11-27'),('2056-11-28'),('2056-11-29'),('2056-11-30'),('2056-12-01'),('2056-12-02'),('2056-12-03'),('2056-12-04'),('2056-12-05'),('2056-12-06'),('2056-12-07'),('2056-12-08'),('2056-12-09'),('2056-12-10'),('2056-12-11'),('2056-12-12'),('2056-12-13'),('2056-12-14'),('2056-12-15'),('2056-12-16'),('2056-12-17'),('2056-12-18'),('2056-12-19'),('2056-12-20'),('2056-12-21'),('2056-12-22'),('2056-12-23'),('2056-12-24'),('2056-12-25'),('2056-12-26'),('2056-12-27'),('2056-12-28'),('2056-12-29'),('2056-12-30'),('2056-12-31'),('2057-01-01'),('2057-01-02'),('2057-01-03'),('2057-01-04'),('2057-01-05'),('2057-01-06'),('2057-01-07'),('2057-01-08'),('2057-01-09'),('2057-01-10'),('2057-01-11'),('2057-01-12'),('2057-01-13'),('2057-01-14'),('2057-01-15'),('2057-01-16'),('2057-01-17'),('2057-01-18'),('2057-01-19'),('2057-01-20'),('2057-01-21'),('2057-01-22'),('2057-01-23'),('2057-01-24'),('2057-01-25'),('2057-01-26'),('2057-01-27'),('2057-01-28'),('2057-01-29'),('2057-01-30'),('2057-01-31'),('2057-02-01'),('2057-02-02'),('2057-02-03'),('2057-02-04'),('2057-02-05'),('2057-02-06'),('2057-02-07'),('2057-02-08'),('2057-02-09'),('2057-02-10'),('2057-02-11'),('2057-02-12'),('2057-02-13'),('2057-02-14'),('2057-02-15'),('2057-02-16'),('2057-02-17'),('2057-02-18'),('2057-02-19'),('2057-02-20'),('2057-02-21'),('2057-02-22'),('2057-02-23'),('2057-02-24'),('2057-02-25'),('2057-02-26'),('2057-02-27'),('2057-02-28'),('2057-03-01'),('2057-03-02'),('2057-03-03'),('2057-03-04'),('2057-03-05'),('2057-03-06'),('2057-03-07'),('2057-03-08'),('2057-03-09'),('2057-03-10'),('2057-03-11'),('2057-03-12'),('2057-03-13'),('2057-03-14'),('2057-03-15'),('2057-03-16'),('2057-03-17'),('2057-03-18'),('2057-03-19'),('2057-03-20'),('2057-03-21'),('2057-03-22'),('2057-03-23'),('2057-03-24'),('2057-03-25'),('2057-03-26'),('2057-03-27'),('2057-03-28'),('2057-03-29'),('2057-03-30'),('2057-03-31'),('2057-04-01'),('2057-04-02'),('2057-04-03'),('2057-04-04'),('2057-04-05'),('2057-04-06'),('2057-04-07'),('2057-04-08'),('2057-04-09'),('2057-04-10'),('2057-04-11'),('2057-04-12'),('2057-04-13'),('2057-04-14'),('2057-04-15'),('2057-04-16'),('2057-04-17'),('2057-04-18'),('2057-04-19'),('2057-04-20'),('2057-04-21'),('2057-04-22'),('2057-04-23'),('2057-04-24'),('2057-04-25'),('2057-04-26'),('2057-04-27'),('2057-04-28'),('2057-04-29'),('2057-04-30'),('2057-05-01'),('2057-05-02'),('2057-05-03'),('2057-05-04'),('2057-05-05'),('2057-05-06'),('2057-05-07'),('2057-05-08'),('2057-05-09'),('2057-05-10'),('2057-05-11'),('2057-05-12'),('2057-05-13'),('2057-05-14'),('2057-05-15'),('2057-05-16'),('2057-05-17'),('2057-05-18'),('2057-05-19'),('2057-05-20'),('2057-05-21'),('2057-05-22'),('2057-05-23'),('2057-05-24'),('2057-05-25'),('2057-05-26'),('2057-05-27'),('2057-05-28'),('2057-05-29'),('2057-05-30'),('2057-05-31'),('2057-06-01'),('2057-06-02'),('2057-06-03'),('2057-06-04'),('2057-06-05'),('2057-06-06'),('2057-06-07'),('2057-06-08'),('2057-06-09'),('2057-06-10'),('2057-06-11'),('2057-06-12'),('2057-06-13'),('2057-06-14'),('2057-06-15'),('2057-06-16'),('2057-06-17'),('2057-06-18'),('2057-06-19'),('2057-06-20'),('2057-06-21'),('2057-06-22'),('2057-06-23'),('2057-06-24'),('2057-06-25'),('2057-06-26'),('2057-06-27'),('2057-06-28'),('2057-06-29'),('2057-06-30'),('2057-07-01'),('2057-07-02'),('2057-07-03'),('2057-07-04'),('2057-07-05'),('2057-07-06'),('2057-07-07'),('2057-07-08'),('2057-07-09'),('2057-07-10'),('2057-07-11'),('2057-07-12'),('2057-07-13'),('2057-07-14'),('2057-07-15'),('2057-07-16'),('2057-07-17'),('2057-07-18'),('2057-07-19'),('2057-07-20'),('2057-07-21'),('2057-07-22'),('2057-07-23'),('2057-07-24'),('2057-07-25'),('2057-07-26'),('2057-07-27'),('2057-07-28'),('2057-07-29'),('2057-07-30'),('2057-07-31'),('2057-08-01'),('2057-08-02'),('2057-08-03'),('2057-08-04'),('2057-08-05'),('2057-08-06'),('2057-08-07'),('2057-08-08'),('2057-08-09'),('2057-08-10'),('2057-08-11'),('2057-08-12'),('2057-08-13'),('2057-08-14'),('2057-08-15'),('2057-08-16'),('2057-08-17'),('2057-08-18'),('2057-08-19'),('2057-08-20'),('2057-08-21'),('2057-08-22'),('2057-08-23'),('2057-08-24'),('2057-08-25'),('2057-08-26'),('2057-08-27'),('2057-08-28'),('2057-08-29'),('2057-08-30'),('2057-08-31'),('2057-09-01'),('2057-09-02'),('2057-09-03'),('2057-09-04'),('2057-09-05'),('2057-09-06'),('2057-09-07'),('2057-09-08'),('2057-09-09'),('2057-09-10'),('2057-09-11'),('2057-09-12'),('2057-09-13'),('2057-09-14'),('2057-09-15'),('2057-09-16'),('2057-09-17'),('2057-09-18'),('2057-09-19'),('2057-09-20'),('2057-09-21'),('2057-09-22'),('2057-09-23'),('2057-09-24'),('2057-09-25'),('2057-09-26'),('2057-09-27'),('2057-09-28'),('2057-09-29'),('2057-09-30'),('2057-10-01'),('2057-10-02'),('2057-10-03'),('2057-10-04'),('2057-10-05'),('2057-10-06'),('2057-10-07'),('2057-10-08'),('2057-10-09'),('2057-10-10'),('2057-10-11'),('2057-10-12'),('2057-10-13'),('2057-10-14'),('2057-10-15'),('2057-10-16'),('2057-10-17'),('2057-10-18'),('2057-10-19'),('2057-10-20'),('2057-10-21'),('2057-10-22'),('2057-10-23'),('2057-10-24'),('2057-10-25'),('2057-10-26'),('2057-10-27'),('2057-10-28'),('2057-10-29'),('2057-10-30'),('2057-10-31'),('2057-11-01'),('2057-11-02'),('2057-11-03'),('2057-11-04'),('2057-11-05'),('2057-11-06'),('2057-11-07'),('2057-11-08'),('2057-11-09'),('2057-11-10'),('2057-11-11'),('2057-11-12'),('2057-11-13'),('2057-11-14'),('2057-11-15'),('2057-11-16'),('2057-11-17'),('2057-11-18'),('2057-11-19'),('2057-11-20'),('2057-11-21'),('2057-11-22'),('2057-11-23'),('2057-11-24'),('2057-11-25'),('2057-11-26'),('2057-11-27'),('2057-11-28'),('2057-11-29'),('2057-11-30'),('2057-12-01'),('2057-12-02'),('2057-12-03'),('2057-12-04'),('2057-12-05'),('2057-12-06'),('2057-12-07'),('2057-12-08'),('2057-12-09'),('2057-12-10'),('2057-12-11'),('2057-12-12'),('2057-12-13'),('2057-12-14'),('2057-12-15'),('2057-12-16'),('2057-12-17'),('2057-12-18'),('2057-12-19'),('2057-12-20'),('2057-12-21'),('2057-12-22'),('2057-12-23'),('2057-12-24'),('2057-12-25'),('2057-12-26'),('2057-12-27'),('2057-12-28'),('2057-12-29'),('2057-12-30'),('2057-12-31'),('2058-01-01'),('2058-01-02'),('2058-01-03'),('2058-01-04'),('2058-01-05'),('2058-01-06'),('2058-01-07'),('2058-01-08'),('2058-01-09'),('2058-01-10'),('2058-01-11'),('2058-01-12'),('2058-01-13'),('2058-01-14'),('2058-01-15'),('2058-01-16'),('2058-01-17'),('2058-01-18'),('2058-01-19'),('2058-01-20'),('2058-01-21'),('2058-01-22'),('2058-01-23'),('2058-01-24'),('2058-01-25'),('2058-01-26'),('2058-01-27'),('2058-01-28'),('2058-01-29'),('2058-01-30'),('2058-01-31'),('2058-02-01'),('2058-02-02'),('2058-02-03'),('2058-02-04'),('2058-02-05'),('2058-02-06'),('2058-02-07'),('2058-02-08'),('2058-02-09'),('2058-02-10'),('2058-02-11'),('2058-02-12'),('2058-02-13'),('2058-02-14'),('2058-02-15'),('2058-02-16'),('2058-02-17'),('2058-02-18'),('2058-02-19'),('2058-02-20'),('2058-02-21'),('2058-02-22'),('2058-02-23'),('2058-02-24'),('2058-02-25'),('2058-02-26'),('2058-02-27'),('2058-02-28'),('2058-03-01'),('2058-03-02'),('2058-03-03'),('2058-03-04'),('2058-03-05'),('2058-03-06'),('2058-03-07'),('2058-03-08'),('2058-03-09'),('2058-03-10'),('2058-03-11'),('2058-03-12'),('2058-03-13'),('2058-03-14'),('2058-03-15'),('2058-03-16'),('2058-03-17'),('2058-03-18'),('2058-03-19'),('2058-03-20'),('2058-03-21'),('2058-03-22'),('2058-03-23'),('2058-03-24'),('2058-03-25'),('2058-03-26'),('2058-03-27'),('2058-03-28'),('2058-03-29'),('2058-03-30'),('2058-03-31'),('2058-04-01'),('2058-04-02'),('2058-04-03'),('2058-04-04'),('2058-04-05'),('2058-04-06'),('2058-04-07'),('2058-04-08'),('2058-04-09'),('2058-04-10'),('2058-04-11'),('2058-04-12'),('2058-04-13'),('2058-04-14'),('2058-04-15'),('2058-04-16'),('2058-04-17'),('2058-04-18'),('2058-04-19'),('2058-04-20'),('2058-04-21'),('2058-04-22'),('2058-04-23'),('2058-04-24'),('2058-04-25'),('2058-04-26'),('2058-04-27'),('2058-04-28'),('2058-04-29'),('2058-04-30'),('2058-05-01'),('2058-05-02'),('2058-05-03'),('2058-05-04'),('2058-05-05'),('2058-05-06'),('2058-05-07'),('2058-05-08'),('2058-05-09'),('2058-05-10'),('2058-05-11'),('2058-05-12'),('2058-05-13'),('2058-05-14'),('2058-05-15'),('2058-05-16'),('2058-05-17'),('2058-05-18'),('2058-05-19'),('2058-05-20'),('2058-05-21'),('2058-05-22'),('2058-05-23'),('2058-05-24'),('2058-05-25'),('2058-05-26'),('2058-05-27'),('2058-05-28'),('2058-05-29'),('2058-05-30'),('2058-05-31'),('2058-06-01'),('2058-06-02'),('2058-06-03'),('2058-06-04'),('2058-06-05'),('2058-06-06'),('2058-06-07'),('2058-06-08'),('2058-06-09'),('2058-06-10'),('2058-06-11'),('2058-06-12'),('2058-06-13'),('2058-06-14'),('2058-06-15'),('2058-06-16'),('2058-06-17'),('2058-06-18'),('2058-06-19'),('2058-06-20'),('2058-06-21'),('2058-06-22'),('2058-06-23'),('2058-06-24'),('2058-06-25'),('2058-06-26'),('2058-06-27'),('2058-06-28'),('2058-06-29'),('2058-06-30'),('2058-07-01'),('2058-07-02'),('2058-07-03'),('2058-07-04'),('2058-07-05'),('2058-07-06'),('2058-07-07'),('2058-07-08'),('2058-07-09'),('2058-07-10'),('2058-07-11'),('2058-07-12'),('2058-07-13'),('2058-07-14'),('2058-07-15'),('2058-07-16'),('2058-07-17'),('2058-07-18'),('2058-07-19'),('2058-07-20'),('2058-07-21'),('2058-07-22'),('2058-07-23'),('2058-07-24'),('2058-07-25'),('2058-07-26'),('2058-07-27'),('2058-07-28'),('2058-07-29'),('2058-07-30'),('2058-07-31'),('2058-08-01'),('2058-08-02'),('2058-08-03'),('2058-08-04'),('2058-08-05'),('2058-08-06'),('2058-08-07'),('2058-08-08'),('2058-08-09'),('2058-08-10'),('2058-08-11'),('2058-08-12'),('2058-08-13'),('2058-08-14'),('2058-08-15'),('2058-08-16'),('2058-08-17'),('2058-08-18'),('2058-08-19'),('2058-08-20'),('2058-08-21'),('2058-08-22'),('2058-08-23'),('2058-08-24'),('2058-08-25'),('2058-08-26'),('2058-08-27'),('2058-08-28'),('2058-08-29'),('2058-08-30'),('2058-08-31'),('2058-09-01'),('2058-09-02'),('2058-09-03'),('2058-09-04'),('2058-09-05'),('2058-09-06'),('2058-09-07'),('2058-09-08'),('2058-09-09'),('2058-09-10'),('2058-09-11'),('2058-09-12'),('2058-09-13'),('2058-09-14'),('2058-09-15'),('2058-09-16'),('2058-09-17'),('2058-09-18'),('2058-09-19'),('2058-09-20'),('2058-09-21'),('2058-09-22'),('2058-09-23'),('2058-09-24'),('2058-09-25'),('2058-09-26'),('2058-09-27'),('2058-09-28'),('2058-09-29'),('2058-09-30'),('2058-10-01'),('2058-10-02'),('2058-10-03'),('2058-10-04'),('2058-10-05'),('2058-10-06'),('2058-10-07'),('2058-10-08'),('2058-10-09'),('2058-10-10'),('2058-10-11'),('2058-10-12'),('2058-10-13'),('2058-10-14'),('2058-10-15'),('2058-10-16'),('2058-10-17'),('2058-10-18'),('2058-10-19'),('2058-10-20'),('2058-10-21'),('2058-10-22'),('2058-10-23'),('2058-10-24'),('2058-10-25'),('2058-10-26'),('2058-10-27'),('2058-10-28'),('2058-10-29'),('2058-10-30'),('2058-10-31'),('2058-11-01'),('2058-11-02'),('2058-11-03'),('2058-11-04'),('2058-11-05'),('2058-11-06'),('2058-11-07'),('2058-11-08'),('2058-11-09'),('2058-11-10'),('2058-11-11'),('2058-11-12'),('2058-11-13'),('2058-11-14'),('2058-11-15'),('2058-11-16'),('2058-11-17'),('2058-11-18'),('2058-11-19'),('2058-11-20'),('2058-11-21'),('2058-11-22'),('2058-11-23'),('2058-11-24'),('2058-11-25'),('2058-11-26'),('2058-11-27'),('2058-11-28'),('2058-11-29'),('2058-11-30'),('2058-12-01'),('2058-12-02'),('2058-12-03'),('2058-12-04'),('2058-12-05'),('2058-12-06'),('2058-12-07'),('2058-12-08'),('2058-12-09'),('2058-12-10'),('2058-12-11'),('2058-12-12'),('2058-12-13'),('2058-12-14'),('2058-12-15'),('2058-12-16'),('2058-12-17'),('2058-12-18'),('2058-12-19'),('2058-12-20'),('2058-12-21'),('2058-12-22'),('2058-12-23'),('2058-12-24'),('2058-12-25'),('2058-12-26'),('2058-12-27'),('2058-12-28'),('2058-12-29'),('2058-12-30'),('2058-12-31'),('2059-01-01'),('2059-01-02'),('2059-01-03'),('2059-01-04'),('2059-01-05'),('2059-01-06'),('2059-01-07'),('2059-01-08'),('2059-01-09'),('2059-01-10'),('2059-01-11'),('2059-01-12'),('2059-01-13'),('2059-01-14'),('2059-01-15'),('2059-01-16'),('2059-01-17'),('2059-01-18'),('2059-01-19'),('2059-01-20'),('2059-01-21'),('2059-01-22'),('2059-01-23'),('2059-01-24'),('2059-01-25'),('2059-01-26'),('2059-01-27'),('2059-01-28'),('2059-01-29'),('2059-01-30'),('2059-01-31'),('2059-02-01'),('2059-02-02'),('2059-02-03'),('2059-02-04'),('2059-02-05'),('2059-02-06'),('2059-02-07'),('2059-02-08'),('2059-02-09'),('2059-02-10'),('2059-02-11'),('2059-02-12'),('2059-02-13'),('2059-02-14'),('2059-02-15'),('2059-02-16'),('2059-02-17'),('2059-02-18'),('2059-02-19'),('2059-02-20'),('2059-02-21'),('2059-02-22'),('2059-02-23'),('2059-02-24'),('2059-02-25'),('2059-02-26'),('2059-02-27'),('2059-02-28'),('2059-03-01'),('2059-03-02'),('2059-03-03'),('2059-03-04'),('2059-03-05'),('2059-03-06'),('2059-03-07'),('2059-03-08'),('2059-03-09'),('2059-03-10'),('2059-03-11'),('2059-03-12'),('2059-03-13'),('2059-03-14'),('2059-03-15'),('2059-03-16'),('2059-03-17'),('2059-03-18'),('2059-03-19'),('2059-03-20'),('2059-03-21'),('2059-03-22'),('2059-03-23'),('2059-03-24'),('2059-03-25'),('2059-03-26'),('2059-03-27'),('2059-03-28'),('2059-03-29'),('2059-03-30'),('2059-03-31'),('2059-04-01'),('2059-04-02'),('2059-04-03'),('2059-04-04'),('2059-04-05'),('2059-04-06'),('2059-04-07'),('2059-04-08'),('2059-04-09'),('2059-04-10'),('2059-04-11'),('2059-04-12'),('2059-04-13'),('2059-04-14'),('2059-04-15'),('2059-04-16'),('2059-04-17'),('2059-04-18'),('2059-04-19'),('2059-04-20'),('2059-04-21'),('2059-04-22'),('2059-04-23'),('2059-04-24'),('2059-04-25'),('2059-04-26'),('2059-04-27'),('2059-04-28'),('2059-04-29'),('2059-04-30'),('2059-05-01'),('2059-05-02'),('2059-05-03'),('2059-05-04'),('2059-05-05'),('2059-05-06'),('2059-05-07'),('2059-05-08'),('2059-05-09'),('2059-05-10'),('2059-05-11'),('2059-05-12'),('2059-05-13'),('2059-05-14'),('2059-05-15'),('2059-05-16'),('2059-05-17'),('2059-05-18'),('2059-05-19'),('2059-05-20'),('2059-05-21'),('2059-05-22'),('2059-05-23'),('2059-05-24'),('2059-05-25'),('2059-05-26'),('2059-05-27'),('2059-05-28'),('2059-05-29'),('2059-05-30'),('2059-05-31'),('2059-06-01'),('2059-06-02'),('2059-06-03'),('2059-06-04'),('2059-06-05'),('2059-06-06'),('2059-06-07'),('2059-06-08'),('2059-06-09'),('2059-06-10'),('2059-06-11'),('2059-06-12'),('2059-06-13'),('2059-06-14'),('2059-06-15'),('2059-06-16'),('2059-06-17'),('2059-06-18'),('2059-06-19'),('2059-06-20'),('2059-06-21'),('2059-06-22'),('2059-06-23'),('2059-06-24'),('2059-06-25'),('2059-06-26'),('2059-06-27'),('2059-06-28'),('2059-06-29'),('2059-06-30'),('2059-07-01'),('2059-07-02'),('2059-07-03'),('2059-07-04'),('2059-07-05'),('2059-07-06'),('2059-07-07'),('2059-07-08'),('2059-07-09'),('2059-07-10'),('2059-07-11'),('2059-07-12'),('2059-07-13'),('2059-07-14'),('2059-07-15'),('2059-07-16'),('2059-07-17'),('2059-07-18'),('2059-07-19'),('2059-07-20'),('2059-07-21'),('2059-07-22'),('2059-07-23'),('2059-07-24'),('2059-07-25'),('2059-07-26'),('2059-07-27'),('2059-07-28'),('2059-07-29'),('2059-07-30'),('2059-07-31'),('2059-08-01'),('2059-08-02'),('2059-08-03'),('2059-08-04'),('2059-08-05'),('2059-08-06'),('2059-08-07'),('2059-08-08'),('2059-08-09'),('2059-08-10'),('2059-08-11'),('2059-08-12'),('2059-08-13'),('2059-08-14'),('2059-08-15'),('2059-08-16'),('2059-08-17'),('2059-08-18'),('2059-08-19'),('2059-08-20'),('2059-08-21'),('2059-08-22'),('2059-08-23'),('2059-08-24'),('2059-08-25'),('2059-08-26'),('2059-08-27'),('2059-08-28'),('2059-08-29'),('2059-08-30'),('2059-08-31'),('2059-09-01'),('2059-09-02'),('2059-09-03'),('2059-09-04'),('2059-09-05'),('2059-09-06'),('2059-09-07'),('2059-09-08'),('2059-09-09'),('2059-09-10'),('2059-09-11'),('2059-09-12'),('2059-09-13'),('2059-09-14'),('2059-09-15'),('2059-09-16'),('2059-09-17'),('2059-09-18'),('2059-09-19'),('2059-09-20'),('2059-09-21'),('2059-09-22'),('2059-09-23'),('2059-09-24'),('2059-09-25'),('2059-09-26'),('2059-09-27'),('2059-09-28'),('2059-09-29'),('2059-09-30'),('2059-10-01'),('2059-10-02'),('2059-10-03'),('2059-10-04'),('2059-10-05'),('2059-10-06'),('2059-10-07'),('2059-10-08'),('2059-10-09'),('2059-10-10'),('2059-10-11'),('2059-10-12'),('2059-10-13'),('2059-10-14'),('2059-10-15'),('2059-10-16'),('2059-10-17'),('2059-10-18'),('2059-10-19'),('2059-10-20'),('2059-10-21'),('2059-10-22'),('2059-10-23'),('2059-10-24'),('2059-10-25'),('2059-10-26'),('2059-10-27'),('2059-10-28'),('2059-10-29'),('2059-10-30'),('2059-10-31'),('2059-11-01'),('2059-11-02'),('2059-11-03'),('2059-11-04'),('2059-11-05'),('2059-11-06'),('2059-11-07'),('2059-11-08'),('2059-11-09'),('2059-11-10'),('2059-11-11'),('2059-11-12'),('2059-11-13'),('2059-11-14'),('2059-11-15'),('2059-11-16'),('2059-11-17'),('2059-11-18'),('2059-11-19'),('2059-11-20'),('2059-11-21'),('2059-11-22'),('2059-11-23'),('2059-11-24'),('2059-11-25'),('2059-11-26'),('2059-11-27'),('2059-11-28'),('2059-11-29'),('2059-11-30'),('2059-12-01'),('2059-12-02'),('2059-12-03'),('2059-12-04'),('2059-12-05'),('2059-12-06'),('2059-12-07'),('2059-12-08'),('2059-12-09'),('2059-12-10'),('2059-12-11'),('2059-12-12'),('2059-12-13'),('2059-12-14'),('2059-12-15'),('2059-12-16'),('2059-12-17'),('2059-12-18'),('2059-12-19'),('2059-12-20'),('2059-12-21'),('2059-12-22'),('2059-12-23'),('2059-12-24'),('2059-12-25'),('2059-12-26'),('2059-12-27'),('2059-12-28'),('2059-12-29'),('2059-12-30'),('2059-12-31'),('2060-01-01'),('2060-01-02'),('2060-01-03'),('2060-01-04'),('2060-01-05'),('2060-01-06'),('2060-01-07'),('2060-01-08'),('2060-01-09'),('2060-01-10'),('2060-01-11'),('2060-01-12'),('2060-01-13'),('2060-01-14'),('2060-01-15'),('2060-01-16'),('2060-01-17'),('2060-01-18'),('2060-01-19'),('2060-01-20'),('2060-01-21'),('2060-01-22'),('2060-01-23'),('2060-01-24'),('2060-01-25'),('2060-01-26'),('2060-01-27'),('2060-01-28'),('2060-01-29'),('2060-01-30'),('2060-01-31'),('2060-02-01'),('2060-02-02'),('2060-02-03'),('2060-02-04'),('2060-02-05'),('2060-02-06'),('2060-02-07'),('2060-02-08'),('2060-02-09'),('2060-02-10'),('2060-02-11'),('2060-02-12'),('2060-02-13'),('2060-02-14'),('2060-02-15'),('2060-02-16'),('2060-02-17'),('2060-02-18'),('2060-02-19'),('2060-02-20'),('2060-02-21'),('2060-02-22'),('2060-02-23'),('2060-02-24'),('2060-02-25'),('2060-02-26'),('2060-02-27'),('2060-02-28'),('2060-02-29'),('2060-03-01'),('2060-03-02'),('2060-03-03'),('2060-03-04'),('2060-03-05'),('2060-03-06'),('2060-03-07'),('2060-03-08'),('2060-03-09'),('2060-03-10'),('2060-03-11'),('2060-03-12'),('2060-03-13'),('2060-03-14'),('2060-03-15'),('2060-03-16'),('2060-03-17'),('2060-03-18'),('2060-03-19'),('2060-03-20'),('2060-03-21'),('2060-03-22'),('2060-03-23'),('2060-03-24'),('2060-03-25'),('2060-03-26'),('2060-03-27'),('2060-03-28'),('2060-03-29'),('2060-03-30'),('2060-03-31'),('2060-04-01'),('2060-04-02'),('2060-04-03'),('2060-04-04'),('2060-04-05'),('2060-04-06'),('2060-04-07'),('2060-04-08'),('2060-04-09'),('2060-04-10'),('2060-04-11'),('2060-04-12'),('2060-04-13'),('2060-04-14'),('2060-04-15'),('2060-04-16'),('2060-04-17'),('2060-04-18'),('2060-04-19'),('2060-04-20'),('2060-04-21'),('2060-04-22'),('2060-04-23'),('2060-04-24'),('2060-04-25'),('2060-04-26'),('2060-04-27'),('2060-04-28'),('2060-04-29'),('2060-04-30'),('2060-05-01'),('2060-05-02'),('2060-05-03'),('2060-05-04'),('2060-05-05'),('2060-05-06'),('2060-05-07'),('2060-05-08'),('2060-05-09'),('2060-05-10'),('2060-05-11'),('2060-05-12'),('2060-05-13'),('2060-05-14'),('2060-05-15'),('2060-05-16'),('2060-05-17'),('2060-05-18'),('2060-05-19'),('2060-05-20'),('2060-05-21'),('2060-05-22'),('2060-05-23'),('2060-05-24'),('2060-05-25'),('2060-05-26'),('2060-05-27'),('2060-05-28'),('2060-05-29'),('2060-05-30'),('2060-05-31'),('2060-06-01'),('2060-06-02'),('2060-06-03'),('2060-06-04'),('2060-06-05'),('2060-06-06'),('2060-06-07'),('2060-06-08'),('2060-06-09'),('2060-06-10'),('2060-06-11'),('2060-06-12'),('2060-06-13'),('2060-06-14'),('2060-06-15'),('2060-06-16'),('2060-06-17'),('2060-06-18'),('2060-06-19'),('2060-06-20'),('2060-06-21'),('2060-06-22'),('2060-06-23'),('2060-06-24'),('2060-06-25'),('2060-06-26'),('2060-06-27'),('2060-06-28'),('2060-06-29'),('2060-06-30'),('2060-07-01'),('2060-07-02'),('2060-07-03'),('2060-07-04'),('2060-07-05'),('2060-07-06'),('2060-07-07'),('2060-07-08'),('2060-07-09'),('2060-07-10'),('2060-07-11'),('2060-07-12'),('2060-07-13'),('2060-07-14'),('2060-07-15'),('2060-07-16'),('2060-07-17'),('2060-07-18'),('2060-07-19'),('2060-07-20'),('2060-07-21'),('2060-07-22'),('2060-07-23'),('2060-07-24'),('2060-07-25'),('2060-07-26'),('2060-07-27'),('2060-07-28'),('2060-07-29'),('2060-07-30'),('2060-07-31'),('2060-08-01'),('2060-08-02'),('2060-08-03'),('2060-08-04'),('2060-08-05'),('2060-08-06'),('2060-08-07'),('2060-08-08'),('2060-08-09'),('2060-08-10'),('2060-08-11'),('2060-08-12'),('2060-08-13'),('2060-08-14'),('2060-08-15'),('2060-08-16'),('2060-08-17'),('2060-08-18'),('2060-08-19'),('2060-08-20'),('2060-08-21'),('2060-08-22'),('2060-08-23'),('2060-08-24'),('2060-08-25'),('2060-08-26'),('2060-08-27'),('2060-08-28'),('2060-08-29'),('2060-08-30'),('2060-08-31'),('2060-09-01'),('2060-09-02'),('2060-09-03'),('2060-09-04'),('2060-09-05'),('2060-09-06'),('2060-09-07'),('2060-09-08'),('2060-09-09'),('2060-09-10'),('2060-09-11'),('2060-09-12'),('2060-09-13'),('2060-09-14'),('2060-09-15'),('2060-09-16'),('2060-09-17'),('2060-09-18'),('2060-09-19'),('2060-09-20'),('2060-09-21'),('2060-09-22'),('2060-09-23'),('2060-09-24'),('2060-09-25'),('2060-09-26'),('2060-09-27'),('2060-09-28'),('2060-09-29'),('2060-09-30'),('2060-10-01'),('2060-10-02'),('2060-10-03'),('2060-10-04'),('2060-10-05'),('2060-10-06'),('2060-10-07'),('2060-10-08'),('2060-10-09'),('2060-10-10'),('2060-10-11'),('2060-10-12'),('2060-10-13'),('2060-10-14'),('2060-10-15'),('2060-10-16'),('2060-10-17'),('2060-10-18'),('2060-10-19'),('2060-10-20'),('2060-10-21'),('2060-10-22'),('2060-10-23'),('2060-10-24'),('2060-10-25'),('2060-10-26'),('2060-10-27'),('2060-10-28'),('2060-10-29'),('2060-10-30'),('2060-10-31'),('2060-11-01'),('2060-11-02'),('2060-11-03'),('2060-11-04'),('2060-11-05'),('2060-11-06'),('2060-11-07'),('2060-11-08'),('2060-11-09'),('2060-11-10'),('2060-11-11'),('2060-11-12'),('2060-11-13'),('2060-11-14'),('2060-11-15'),('2060-11-16'),('2060-11-17'),('2060-11-18'),('2060-11-19'),('2060-11-20'),('2060-11-21'),('2060-11-22'),('2060-11-23'),('2060-11-24'),('2060-11-25'),('2060-11-26'),('2060-11-27'),('2060-11-28'),('2060-11-29'),('2060-11-30'),('2060-12-01'),('2060-12-02'),('2060-12-03'),('2060-12-04'),('2060-12-05'),('2060-12-06'),('2060-12-07'),('2060-12-08'),('2060-12-09'),('2060-12-10'),('2060-12-11'),('2060-12-12'),('2060-12-13'),('2060-12-14'),('2060-12-15'),('2060-12-16'),('2060-12-17'),('2060-12-18'),('2060-12-19'),('2060-12-20'),('2060-12-21'),('2060-12-22'),('2060-12-23'),('2060-12-24'),('2060-12-25'),('2060-12-26'),('2060-12-27'),('2060-12-28'),('2060-12-29'),('2060-12-30'),('2060-12-31'),('2061-01-01'),('2061-01-02'),('2061-01-03'),('2061-01-04'),('2061-01-05'),('2061-01-06'),('2061-01-07'),('2061-01-08'),('2061-01-09'),('2061-01-10'),('2061-01-11'),('2061-01-12'),('2061-01-13'),('2061-01-14'),('2061-01-15'),('2061-01-16'),('2061-01-17'),('2061-01-18'),('2061-01-19'),('2061-01-20'),('2061-01-21'),('2061-01-22'),('2061-01-23'),('2061-01-24'),('2061-01-25'),('2061-01-26'),('2061-01-27'),('2061-01-28'),('2061-01-29'),('2061-01-30'),('2061-01-31'),('2061-02-01'),('2061-02-02'),('2061-02-03'),('2061-02-04'),('2061-02-05'),('2061-02-06'),('2061-02-07'),('2061-02-08'),('2061-02-09'),('2061-02-10'),('2061-02-11'),('2061-02-12'),('2061-02-13'),('2061-02-14'),('2061-02-15'),('2061-02-16'),('2061-02-17'),('2061-02-18'),('2061-02-19'),('2061-02-20'),('2061-02-21'),('2061-02-22'),('2061-02-23'),('2061-02-24'),('2061-02-25'),('2061-02-26'),('2061-02-27'),('2061-02-28'),('2061-03-01'),('2061-03-02'),('2061-03-03'),('2061-03-04'),('2061-03-05'),('2061-03-06'),('2061-03-07'),('2061-03-08'),('2061-03-09'),('2061-03-10'),('2061-03-11'),('2061-03-12'),('2061-03-13'),('2061-03-14'),('2061-03-15'),('2061-03-16'),('2061-03-17'),('2061-03-18'),('2061-03-19'),('2061-03-20'),('2061-03-21'),('2061-03-22'),('2061-03-23'),('2061-03-24'),('2061-03-25'),('2061-03-26'),('2061-03-27'),('2061-03-28'),('2061-03-29'),('2061-03-30'),('2061-03-31'),('2061-04-01'),('2061-04-02'),('2061-04-03'),('2061-04-04'),('2061-04-05'),('2061-04-06'),('2061-04-07'),('2061-04-08'),('2061-04-09'),('2061-04-10'),('2061-04-11'),('2061-04-12'),('2061-04-13'),('2061-04-14'),('2061-04-15'),('2061-04-16'),('2061-04-17'),('2061-04-18'),('2061-04-19'),('2061-04-20'),('2061-04-21'),('2061-04-22'),('2061-04-23'),('2061-04-24'),('2061-04-25'),('2061-04-26'),('2061-04-27'),('2061-04-28'),('2061-04-29'),('2061-04-30'),('2061-05-01'),('2061-05-02'),('2061-05-03'),('2061-05-04'),('2061-05-05'),('2061-05-06'),('2061-05-07'),('2061-05-08'),('2061-05-09'),('2061-05-10'),('2061-05-11'),('2061-05-12'),('2061-05-13'),('2061-05-14'),('2061-05-15'),('2061-05-16'),('2061-05-17'),('2061-05-18'),('2061-05-19'),('2061-05-20'),('2061-05-21'),('2061-05-22'),('2061-05-23'),('2061-05-24'),('2061-05-25'),('2061-05-26'),('2061-05-27'),('2061-05-28'),('2061-05-29'),('2061-05-30'),('2061-05-31'),('2061-06-01'),('2061-06-02'),('2061-06-03'),('2061-06-04'),('2061-06-05'),('2061-06-06'),('2061-06-07'),('2061-06-08'),('2061-06-09'),('2061-06-10'),('2061-06-11'),('2061-06-12'),('2061-06-13'),('2061-06-14'),('2061-06-15'),('2061-06-16'),('2061-06-17'),('2061-06-18'),('2061-06-19'),('2061-06-20'),('2061-06-21'),('2061-06-22'),('2061-06-23'),('2061-06-24'),('2061-06-25'),('2061-06-26'),('2061-06-27'),('2061-06-28'),('2061-06-29'),('2061-06-30'),('2061-07-01'),('2061-07-02'),('2061-07-03'),('2061-07-04'),('2061-07-05'),('2061-07-06'),('2061-07-07'),('2061-07-08'),('2061-07-09'),('2061-07-10'),('2061-07-11'),('2061-07-12'),('2061-07-13'),('2061-07-14'),('2061-07-15'),('2061-07-16'),('2061-07-17'),('2061-07-18'),('2061-07-19'),('2061-07-20'),('2061-07-21'),('2061-07-22'),('2061-07-23'),('2061-07-24'),('2061-07-25'),('2061-07-26'),('2061-07-27'),('2061-07-28'),('2061-07-29'),('2061-07-30'),('2061-07-31'),('2061-08-01'),('2061-08-02'),('2061-08-03'),('2061-08-04'),('2061-08-05'),('2061-08-06'),('2061-08-07'),('2061-08-08'),('2061-08-09'),('2061-08-10'),('2061-08-11'),('2061-08-12'),('2061-08-13'),('2061-08-14'),('2061-08-15'),('2061-08-16'),('2061-08-17'),('2061-08-18'),('2061-08-19'),('2061-08-20'),('2061-08-21'),('2061-08-22'),('2061-08-23'),('2061-08-24'),('2061-08-25'),('2061-08-26'),('2061-08-27'),('2061-08-28'),('2061-08-29'),('2061-08-30'),('2061-08-31'),('2061-09-01'),('2061-09-02'),('2061-09-03'),('2061-09-04'),('2061-09-05'),('2061-09-06'),('2061-09-07'),('2061-09-08'),('2061-09-09'),('2061-09-10'),('2061-09-11'),('2061-09-12'),('2061-09-13'),('2061-09-14'),('2061-09-15'),('2061-09-16'),('2061-09-17'),('2061-09-18'),('2061-09-19'),('2061-09-20'),('2061-09-21'),('2061-09-22'),('2061-09-23'),('2061-09-24'),('2061-09-25'),('2061-09-26'),('2061-09-27'),('2061-09-28'),('2061-09-29'),('2061-09-30'),('2061-10-01'),('2061-10-02'),('2061-10-03'),('2061-10-04'),('2061-10-05'),('2061-10-06'),('2061-10-07'),('2061-10-08'),('2061-10-09'),('2061-10-10'),('2061-10-11'),('2061-10-12'),('2061-10-13'),('2061-10-14'),('2061-10-15'),('2061-10-16'),('2061-10-17'),('2061-10-18'),('2061-10-19'),('2061-10-20'),('2061-10-21'),('2061-10-22'),('2061-10-23'),('2061-10-24'),('2061-10-25'),('2061-10-26'),('2061-10-27'),('2061-10-28'),('2061-10-29'),('2061-10-30'),('2061-10-31'),('2061-11-01'),('2061-11-02'),('2061-11-03'),('2061-11-04'),('2061-11-05'),('2061-11-06'),('2061-11-07'),('2061-11-08'),('2061-11-09'),('2061-11-10'),('2061-11-11'),('2061-11-12'),('2061-11-13'),('2061-11-14'),('2061-11-15'),('2061-11-16'),('2061-11-17'),('2061-11-18'),('2061-11-19'),('2061-11-20'),('2061-11-21'),('2061-11-22'),('2061-11-23'),('2061-11-24'),('2061-11-25'),('2061-11-26'),('2061-11-27'),('2061-11-28'),('2061-11-29'),('2061-11-30'),('2061-12-01'),('2061-12-02'),('2061-12-03'),('2061-12-04'),('2061-12-05'),('2061-12-06'),('2061-12-07'),('2061-12-08'),('2061-12-09'),('2061-12-10'),('2061-12-11'),('2061-12-12'),('2061-12-13'),('2061-12-14'),('2061-12-15'),('2061-12-16'),('2061-12-17'),('2061-12-18'),('2061-12-19'),('2061-12-20'),('2061-12-21'),('2061-12-22'),('2061-12-23'),('2061-12-24'),('2061-12-25'),('2061-12-26'),('2061-12-27'),('2061-12-28'),('2061-12-29'),('2061-12-30'),('2061-12-31'),('2062-01-01'),('2062-01-02'),('2062-01-03'),('2062-01-04'),('2062-01-05'),('2062-01-06'),('2062-01-07'),('2062-01-08'),('2062-01-09'),('2062-01-10'),('2062-01-11'),('2062-01-12'),('2062-01-13'),('2062-01-14'),('2062-01-15'),('2062-01-16'),('2062-01-17'),('2062-01-18'),('2062-01-19'),('2062-01-20'),('2062-01-21'),('2062-01-22'),('2062-01-23'),('2062-01-24'),('2062-01-25'),('2062-01-26'),('2062-01-27'),('2062-01-28'),('2062-01-29'),('2062-01-30'),('2062-01-31'),('2062-02-01'),('2062-02-02'),('2062-02-03'),('2062-02-04'),('2062-02-05'),('2062-02-06'),('2062-02-07'),('2062-02-08'),('2062-02-09'),('2062-02-10'),('2062-02-11'),('2062-02-12'),('2062-02-13'),('2062-02-14'),('2062-02-15'),('2062-02-16'),('2062-02-17'),('2062-02-18'),('2062-02-19'),('2062-02-20'),('2062-02-21'),('2062-02-22'),('2062-02-23'),('2062-02-24'),('2062-02-25'),('2062-02-26'),('2062-02-27'),('2062-02-28'),('2062-03-01'),('2062-03-02'),('2062-03-03'),('2062-03-04'),('2062-03-05'),('2062-03-06'),('2062-03-07'),('2062-03-08'),('2062-03-09'),('2062-03-10'),('2062-03-11'),('2062-03-12'),('2062-03-13'),('2062-03-14'),('2062-03-15'),('2062-03-16'),('2062-03-17'),('2062-03-18'),('2062-03-19'),('2062-03-20'),('2062-03-21'),('2062-03-22'),('2062-03-23'),('2062-03-24'),('2062-03-25'),('2062-03-26'),('2062-03-27'),('2062-03-28'),('2062-03-29'),('2062-03-30'),('2062-03-31'),('2062-04-01'),('2062-04-02'),('2062-04-03'),('2062-04-04'),('2062-04-05'),('2062-04-06'),('2062-04-07'),('2062-04-08'),('2062-04-09'),('2062-04-10'),('2062-04-11'),('2062-04-12'),('2062-04-13'),('2062-04-14'),('2062-04-15'),('2062-04-16'),('2062-04-17'),('2062-04-18'),('2062-04-19'),('2062-04-20'),('2062-04-21'),('2062-04-22'),('2062-04-23'),('2062-04-24'),('2062-04-25'),('2062-04-26'),('2062-04-27'),('2062-04-28'),('2062-04-29'),('2062-04-30'),('2062-05-01'),('2062-05-02'),('2062-05-03'),('2062-05-04'),('2062-05-05'),('2062-05-06'),('2062-05-07'),('2062-05-08'),('2062-05-09'),('2062-05-10'),('2062-05-11'),('2062-05-12'),('2062-05-13'),('2062-05-14'),('2062-05-15'),('2062-05-16'),('2062-05-17'),('2062-05-18'),('2062-05-19'),('2062-05-20'),('2062-05-21'),('2062-05-22'),('2062-05-23'),('2062-05-24'),('2062-05-25'),('2062-05-26'),('2062-05-27'),('2062-05-28'),('2062-05-29'),('2062-05-30'),('2062-05-31'),('2062-06-01'),('2062-06-02'),('2062-06-03'),('2062-06-04'),('2062-06-05'),('2062-06-06'),('2062-06-07'),('2062-06-08'),('2062-06-09'),('2062-06-10'),('2062-06-11'),('2062-06-12'),('2062-06-13'),('2062-06-14'),('2062-06-15'),('2062-06-16'),('2062-06-17'),('2062-06-18'),('2062-06-19'),('2062-06-20'),('2062-06-21'),('2062-06-22'),('2062-06-23'),('2062-06-24'),('2062-06-25'),('2062-06-26'),('2062-06-27'),('2062-06-28'),('2062-06-29'),('2062-06-30'),('2062-07-01'),('2062-07-02'),('2062-07-03'),('2062-07-04'),('2062-07-05'),('2062-07-06'),('2062-07-07'),('2062-07-08'),('2062-07-09'),('2062-07-10'),('2062-07-11'),('2062-07-12'),('2062-07-13'),('2062-07-14'),('2062-07-15'),('2062-07-16'),('2062-07-17'),('2062-07-18'),('2062-07-19'),('2062-07-20'),('2062-07-21'),('2062-07-22'),('2062-07-23'),('2062-07-24'),('2062-07-25'),('2062-07-26'),('2062-07-27'),('2062-07-28'),('2062-07-29'),('2062-07-30'),('2062-07-31'),('2062-08-01'),('2062-08-02'),('2062-08-03'),('2062-08-04'),('2062-08-05'),('2062-08-06'),('2062-08-07'),('2062-08-08'),('2062-08-09'),('2062-08-10'),('2062-08-11'),('2062-08-12'),('2062-08-13'),('2062-08-14'),('2062-08-15'),('2062-08-16'),('2062-08-17'),('2062-08-18'),('2062-08-19'),('2062-08-20'),('2062-08-21'),('2062-08-22'),('2062-08-23'),('2062-08-24'),('2062-08-25'),('2062-08-26'),('2062-08-27'),('2062-08-28'),('2062-08-29'),('2062-08-30'),('2062-08-31'),('2062-09-01'),('2062-09-02'),('2062-09-03'),('2062-09-04'),('2062-09-05'),('2062-09-06'),('2062-09-07'),('2062-09-08'),('2062-09-09'),('2062-09-10'),('2062-09-11'),('2062-09-12'),('2062-09-13'),('2062-09-14'),('2062-09-15'),('2062-09-16'),('2062-09-17'),('2062-09-18'),('2062-09-19'),('2062-09-20'),('2062-09-21'),('2062-09-22'),('2062-09-23'),('2062-09-24'),('2062-09-25'),('2062-09-26'),('2062-09-27'),('2062-09-28'),('2062-09-29'),('2062-09-30'),('2062-10-01'),('2062-10-02'),('2062-10-03'),('2062-10-04'),('2062-10-05'),('2062-10-06'),('2062-10-07'),('2062-10-08'),('2062-10-09'),('2062-10-10'),('2062-10-11'),('2062-10-12'),('2062-10-13'),('2062-10-14'),('2062-10-15'),('2062-10-16'),('2062-10-17'),('2062-10-18'),('2062-10-19'),('2062-10-20'),('2062-10-21'),('2062-10-22'),('2062-10-23'),('2062-10-24'),('2062-10-25'),('2062-10-26'),('2062-10-27'),('2062-10-28'),('2062-10-29'),('2062-10-30'),('2062-10-31'),('2062-11-01'),('2062-11-02'),('2062-11-03'),('2062-11-04'),('2062-11-05'),('2062-11-06'),('2062-11-07'),('2062-11-08'),('2062-11-09'),('2062-11-10'),('2062-11-11'),('2062-11-12'),('2062-11-13'),('2062-11-14'),('2062-11-15'),('2062-11-16'),('2062-11-17'),('2062-11-18'),('2062-11-19'),('2062-11-20'),('2062-11-21'),('2062-11-22'),('2062-11-23'),('2062-11-24'),('2062-11-25'),('2062-11-26'),('2062-11-27'),('2062-11-28'),('2062-11-29'),('2062-11-30'),('2062-12-01'),('2062-12-02'),('2062-12-03'),('2062-12-04'),('2062-12-05'),('2062-12-06'),('2062-12-07'),('2062-12-08'),('2062-12-09'),('2062-12-10'),('2062-12-11'),('2062-12-12'),('2062-12-13'),('2062-12-14'),('2062-12-15'),('2062-12-16'),('2062-12-17'),('2062-12-18'),('2062-12-19'),('2062-12-20'),('2062-12-21'),('2062-12-22'),('2062-12-23'),('2062-12-24'),('2062-12-25'),('2062-12-26'),('2062-12-27'),('2062-12-28'),('2062-12-29'),('2062-12-30'),('2062-12-31'),('2063-01-01'),('2063-01-02'),('2063-01-03'),('2063-01-04'),('2063-01-05'),('2063-01-06'),('2063-01-07'),('2063-01-08'),('2063-01-09'),('2063-01-10'),('2063-01-11'),('2063-01-12'),('2063-01-13'),('2063-01-14'),('2063-01-15'),('2063-01-16'),('2063-01-17'),('2063-01-18'),('2063-01-19'),('2063-01-20'),('2063-01-21'),('2063-01-22'),('2063-01-23'),('2063-01-24'),('2063-01-25'),('2063-01-26'),('2063-01-27'),('2063-01-28'),('2063-01-29'),('2063-01-30'),('2063-01-31'),('2063-02-01'),('2063-02-02'),('2063-02-03'),('2063-02-04'),('2063-02-05'),('2063-02-06'),('2063-02-07'),('2063-02-08'),('2063-02-09'),('2063-02-10'),('2063-02-11'),('2063-02-12'),('2063-02-13'),('2063-02-14'),('2063-02-15'),('2063-02-16'),('2063-02-17'),('2063-02-18'),('2063-02-19'),('2063-02-20'),('2063-02-21'),('2063-02-22'),('2063-02-23'),('2063-02-24'),('2063-02-25'),('2063-02-26'),('2063-02-27'),('2063-02-28'),('2063-03-01'),('2063-03-02'),('2063-03-03'),('2063-03-04'),('2063-03-05'),('2063-03-06'),('2063-03-07'),('2063-03-08'),('2063-03-09'),('2063-03-10'),('2063-03-11'),('2063-03-12'),('2063-03-13'),('2063-03-14'),('2063-03-15'),('2063-03-16'),('2063-03-17'),('2063-03-18'),('2063-03-19'),('2063-03-20'),('2063-03-21'),('2063-03-22'),('2063-03-23'),('2063-03-24'),('2063-03-25'),('2063-03-26'),('2063-03-27'),('2063-03-28'),('2063-03-29'),('2063-03-30'),('2063-03-31'),('2063-04-01'),('2063-04-02'),('2063-04-03'),('2063-04-04'),('2063-04-05'),('2063-04-06'),('2063-04-07'),('2063-04-08'),('2063-04-09'),('2063-04-10'),('2063-04-11'),('2063-04-12'),('2063-04-13'),('2063-04-14'),('2063-04-15'),('2063-04-16'),('2063-04-17'),('2063-04-18'),('2063-04-19'),('2063-04-20'),('2063-04-21'),('2063-04-22'),('2063-04-23'),('2063-04-24'),('2063-04-25'),('2063-04-26'),('2063-04-27'),('2063-04-28'),('2063-04-29'),('2063-04-30'),('2063-05-01'),('2063-05-02'),('2063-05-03'),('2063-05-04'),('2063-05-05'),('2063-05-06'),('2063-05-07'),('2063-05-08'),('2063-05-09'),('2063-05-10'),('2063-05-11'),('2063-05-12'),('2063-05-13'),('2063-05-14'),('2063-05-15'),('2063-05-16'),('2063-05-17'),('2063-05-18'),('2063-05-19'),('2063-05-20'),('2063-05-21'),('2063-05-22'),('2063-05-23'),('2063-05-24'),('2063-05-25'),('2063-05-26'),('2063-05-27'),('2063-05-28'),('2063-05-29'),('2063-05-30'),('2063-05-31'),('2063-06-01'),('2063-06-02'),('2063-06-03'),('2063-06-04'),('2063-06-05'),('2063-06-06'),('2063-06-07'),('2063-06-08'),('2063-06-09'),('2063-06-10'),('2063-06-11'),('2063-06-12'),('2063-06-13'),('2063-06-14'),('2063-06-15'),('2063-06-16'),('2063-06-17'),('2063-06-18'),('2063-06-19'),('2063-06-20'),('2063-06-21'),('2063-06-22'),('2063-06-23'),('2063-06-24'),('2063-06-25'),('2063-06-26'),('2063-06-27'),('2063-06-28'),('2063-06-29'),('2063-06-30'),('2063-07-01'),('2063-07-02'),('2063-07-03'),('2063-07-04'),('2063-07-05'),('2063-07-06'),('2063-07-07'),('2063-07-08'),('2063-07-09'),('2063-07-10'),('2063-07-11'),('2063-07-12'),('2063-07-13'),('2063-07-14'),('2063-07-15'),('2063-07-16'),('2063-07-17'),('2063-07-18'),('2063-07-19'),('2063-07-20'),('2063-07-21'),('2063-07-22'),('2063-07-23'),('2063-07-24'),('2063-07-25'),('2063-07-26'),('2063-07-27'),('2063-07-28'),('2063-07-29'),('2063-07-30'),('2063-07-31'),('2063-08-01'),('2063-08-02'),('2063-08-03'),('2063-08-04'),('2063-08-05'),('2063-08-06'),('2063-08-07'),('2063-08-08'),('2063-08-09'),('2063-08-10'),('2063-08-11'),('2063-08-12'),('2063-08-13'),('2063-08-14'),('2063-08-15'),('2063-08-16'),('2063-08-17'),('2063-08-18'),('2063-08-19'),('2063-08-20'),('2063-08-21'),('2063-08-22'),('2063-08-23'),('2063-08-24'),('2063-08-25'),('2063-08-26'),('2063-08-27'),('2063-08-28'),('2063-08-29'),('2063-08-30'),('2063-08-31'),('2063-09-01'),('2063-09-02'),('2063-09-03'),('2063-09-04'),('2063-09-05'),('2063-09-06'),('2063-09-07'),('2063-09-08'),('2063-09-09'),('2063-09-10'),('2063-09-11'),('2063-09-12'),('2063-09-13'),('2063-09-14'),('2063-09-15'),('2063-09-16'),('2063-09-17'),('2063-09-18'),('2063-09-19'),('2063-09-20'),('2063-09-21'),('2063-09-22'),('2063-09-23'),('2063-09-24'),('2063-09-25'),('2063-09-26'),('2063-09-27'),('2063-09-28'),('2063-09-29'),('2063-09-30'),('2063-10-01'),('2063-10-02'),('2063-10-03'),('2063-10-04'),('2063-10-05'),('2063-10-06'),('2063-10-07'),('2063-10-08'),('2063-10-09'),('2063-10-10'),('2063-10-11'),('2063-10-12'),('2063-10-13'),('2063-10-14'),('2063-10-15'),('2063-10-16'),('2063-10-17'),('2063-10-18'),('2063-10-19'),('2063-10-20'),('2063-10-21'),('2063-10-22'),('2063-10-23'),('2063-10-24'),('2063-10-25'),('2063-10-26'),('2063-10-27'),('2063-10-28'),('2063-10-29'),('2063-10-30'),('2063-10-31'),('2063-11-01'),('2063-11-02'),('2063-11-03'),('2063-11-04'),('2063-11-05'),('2063-11-06'),('2063-11-07'),('2063-11-08'),('2063-11-09'),('2063-11-10'),('2063-11-11'),('2063-11-12'),('2063-11-13'),('2063-11-14'),('2063-11-15'),('2063-11-16'),('2063-11-17'),('2063-11-18'),('2063-11-19'),('2063-11-20'),('2063-11-21'),('2063-11-22'),('2063-11-23'),('2063-11-24'),('2063-11-25'),('2063-11-26'),('2063-11-27'),('2063-11-28'),('2063-11-29'),('2063-11-30'),('2063-12-01'),('2063-12-02'),('2063-12-03'),('2063-12-04'),('2063-12-05'),('2063-12-06'),('2063-12-07'),('2063-12-08'),('2063-12-09'),('2063-12-10'),('2063-12-11'),('2063-12-12'),('2063-12-13'),('2063-12-14'),('2063-12-15'),('2063-12-16'),('2063-12-17'),('2063-12-18'),('2063-12-19'),('2063-12-20'),('2063-12-21'),('2063-12-22'),('2063-12-23'),('2063-12-24'),('2063-12-25'),('2063-12-26'),('2063-12-27'),('2063-12-28'),('2063-12-29'),('2063-12-30'),('2063-12-31'),('2064-01-01'),('2064-01-02'),('2064-01-03'),('2064-01-04'),('2064-01-05'),('2064-01-06'),('2064-01-07'),('2064-01-08'),('2064-01-09'),('2064-01-10'),('2064-01-11'),('2064-01-12'),('2064-01-13'),('2064-01-14'),('2064-01-15'),('2064-01-16'),('2064-01-17'),('2064-01-18'),('2064-01-19'),('2064-01-20'),('2064-01-21'),('2064-01-22'),('2064-01-23'),('2064-01-24'),('2064-01-25'),('2064-01-26'),('2064-01-27'),('2064-01-28'),('2064-01-29'),('2064-01-30'),('2064-01-31'),('2064-02-01'),('2064-02-02'),('2064-02-03'),('2064-02-04'),('2064-02-05'),('2064-02-06'),('2064-02-07'),('2064-02-08'),('2064-02-09'),('2064-02-10'),('2064-02-11'),('2064-02-12'),('2064-02-13'),('2064-02-14'),('2064-02-15'),('2064-02-16'),('2064-02-17'),('2064-02-18'),('2064-02-19'),('2064-02-20'),('2064-02-21'),('2064-02-22'),('2064-02-23'),('2064-02-24'),('2064-02-25'),('2064-02-26'),('2064-02-27'),('2064-02-28'),('2064-02-29'),('2064-03-01'),('2064-03-02'),('2064-03-03'),('2064-03-04'),('2064-03-05'),('2064-03-06'),('2064-03-07'),('2064-03-08'),('2064-03-09'),('2064-03-10'),('2064-03-11'),('2064-03-12'),('2064-03-13'),('2064-03-14'),('2064-03-15'),('2064-03-16'),('2064-03-17'),('2064-03-18'),('2064-03-19'),('2064-03-20'),('2064-03-21'),('2064-03-22'),('2064-03-23'),('2064-03-24'),('2064-03-25'),('2064-03-26'),('2064-03-27'),('2064-03-28'),('2064-03-29'),('2064-03-30'),('2064-03-31'),('2064-04-01'),('2064-04-02'),('2064-04-03'),('2064-04-04'),('2064-04-05'),('2064-04-06'),('2064-04-07'),('2064-04-08'),('2064-04-09'),('2064-04-10'),('2064-04-11'),('2064-04-12'),('2064-04-13'),('2064-04-14'),('2064-04-15'),('2064-04-16'),('2064-04-17'),('2064-04-18'),('2064-04-19'),('2064-04-20'),('2064-04-21'),('2064-04-22'),('2064-04-23'),('2064-04-24'),('2064-04-25'),('2064-04-26'),('2064-04-27'),('2064-04-28'),('2064-04-29'),('2064-04-30'),('2064-05-01'),('2064-05-02'),('2064-05-03'),('2064-05-04'),('2064-05-05'),('2064-05-06'),('2064-05-07'),('2064-05-08'),('2064-05-09'),('2064-05-10'),('2064-05-11'),('2064-05-12'),('2064-05-13'),('2064-05-14'),('2064-05-15'),('2064-05-16'),('2064-05-17'),('2064-05-18'),('2064-05-19'),('2064-05-20'),('2064-05-21'),('2064-05-22'),('2064-05-23'),('2064-05-24'),('2064-05-25'),('2064-05-26'),('2064-05-27'),('2064-05-28'),('2064-05-29'),('2064-05-30'),('2064-05-31'),('2064-06-01'),('2064-06-02'),('2064-06-03'),('2064-06-04'),('2064-06-05'),('2064-06-06'),('2064-06-07'),('2064-06-08'),('2064-06-09'),('2064-06-10'),('2064-06-11'),('2064-06-12'),('2064-06-13'),('2064-06-14'),('2064-06-15'),('2064-06-16'),('2064-06-17'),('2064-06-18'),('2064-06-19'),('2064-06-20'),('2064-06-21'),('2064-06-22'),('2064-06-23'),('2064-06-24'),('2064-06-25'),('2064-06-26'),('2064-06-27'),('2064-06-28'),('2064-06-29'),('2064-06-30'),('2064-07-01'),('2064-07-02'),('2064-07-03'),('2064-07-04'),('2064-07-05'),('2064-07-06'),('2064-07-07'),('2064-07-08'),('2064-07-09'),('2064-07-10'),('2064-07-11'),('2064-07-12'),('2064-07-13'),('2064-07-14'),('2064-07-15'),('2064-07-16'),('2064-07-17'),('2064-07-18'),('2064-07-19'),('2064-07-20'),('2064-07-21'),('2064-07-22'),('2064-07-23'),('2064-07-24'),('2064-07-25'),('2064-07-26'),('2064-07-27'),('2064-07-28'),('2064-07-29'),('2064-07-30'),('2064-07-31'),('2064-08-01'),('2064-08-02'),('2064-08-03'),('2064-08-04'),('2064-08-05'),('2064-08-06'),('2064-08-07'),('2064-08-08'),('2064-08-09'),('2064-08-10'),('2064-08-11'),('2064-08-12'),('2064-08-13'),('2064-08-14'),('2064-08-15'),('2064-08-16'),('2064-08-17'),('2064-08-18'),('2064-08-19'),('2064-08-20'),('2064-08-21'),('2064-08-22'),('2064-08-23'),('2064-08-24'),('2064-08-25'),('2064-08-26'),('2064-08-27'),('2064-08-28'),('2064-08-29'),('2064-08-30'),('2064-08-31'),('2064-09-01'),('2064-09-02'),('2064-09-03'),('2064-09-04'),('2064-09-05'),('2064-09-06'),('2064-09-07'),('2064-09-08'),('2064-09-09'),('2064-09-10'),('2064-09-11'),('2064-09-12'),('2064-09-13'),('2064-09-14'),('2064-09-15'),('2064-09-16'),('2064-09-17'),('2064-09-18'),('2064-09-19'),('2064-09-20'),('2064-09-21'),('2064-09-22'),('2064-09-23'),('2064-09-24'),('2064-09-25'),('2064-09-26'),('2064-09-27'),('2064-09-28'),('2064-09-29'),('2064-09-30'),('2064-10-01'),('2064-10-02'),('2064-10-03'),('2064-10-04'),('2064-10-05'),('2064-10-06'),('2064-10-07'),('2064-10-08'),('2064-10-09'),('2064-10-10'),('2064-10-11'),('2064-10-12'),('2064-10-13'),('2064-10-14'),('2064-10-15'),('2064-10-16'),('2064-10-17'),('2064-10-18'),('2064-10-19'),('2064-10-20'),('2064-10-21'),('2064-10-22'),('2064-10-23'),('2064-10-24'),('2064-10-25'),('2064-10-26'),('2064-10-27'),('2064-10-28'),('2064-10-29'),('2064-10-30'),('2064-10-31'),('2064-11-01'),('2064-11-02'),('2064-11-03'),('2064-11-04'),('2064-11-05'),('2064-11-06'),('2064-11-07'),('2064-11-08'),('2064-11-09'),('2064-11-10'),('2064-11-11'),('2064-11-12'),('2064-11-13'),('2064-11-14'),('2064-11-15'),('2064-11-16'),('2064-11-17'),('2064-11-18'),('2064-11-19'),('2064-11-20'),('2064-11-21'),('2064-11-22'),('2064-11-23'),('2064-11-24'),('2064-11-25'),('2064-11-26'),('2064-11-27'),('2064-11-28'),('2064-11-29'),('2064-11-30'),('2064-12-01'),('2064-12-02'),('2064-12-03'),('2064-12-04'),('2064-12-05'),('2064-12-06'),('2064-12-07'),('2064-12-08'),('2064-12-09'),('2064-12-10'),('2064-12-11'),('2064-12-12'),('2064-12-13'),('2064-12-14'),('2064-12-15'),('2064-12-16'),('2064-12-17'),('2064-12-18'),('2064-12-19'),('2064-12-20'),('2064-12-21'),('2064-12-22'),('2064-12-23'),('2064-12-24'),('2064-12-25'),('2064-12-26'),('2064-12-27'),('2064-12-28'),('2064-12-29'),('2064-12-30'),('2064-12-31'),('2065-01-01'),('2065-01-02'),('2065-01-03'),('2065-01-04'),('2065-01-05'),('2065-01-06'),('2065-01-07'),('2065-01-08'),('2065-01-09'),('2065-01-10'),('2065-01-11'),('2065-01-12'),('2065-01-13'),('2065-01-14'),('2065-01-15'),('2065-01-16'),('2065-01-17'),('2065-01-18'),('2065-01-19'),('2065-01-20'),('2065-01-21'),('2065-01-22'),('2065-01-23'),('2065-01-24'),('2065-01-25'),('2065-01-26'),('2065-01-27'),('2065-01-28'),('2065-01-29'),('2065-01-30'),('2065-01-31'),('2065-02-01'),('2065-02-02'),('2065-02-03'),('2065-02-04'),('2065-02-05'),('2065-02-06'),('2065-02-07'),('2065-02-08'),('2065-02-09'),('2065-02-10'),('2065-02-11'),('2065-02-12'),('2065-02-13'),('2065-02-14'),('2065-02-15'),('2065-02-16'),('2065-02-17'),('2065-02-18'),('2065-02-19'),('2065-02-20'),('2065-02-21'),('2065-02-22'),('2065-02-23'),('2065-02-24'),('2065-02-25'),('2065-02-26'),('2065-02-27'),('2065-02-28'),('2065-03-01'),('2065-03-02'),('2065-03-03'),('2065-03-04'),('2065-03-05'),('2065-03-06'),('2065-03-07'),('2065-03-08'),('2065-03-09'),('2065-03-10'),('2065-03-11'),('2065-03-12'),('2065-03-13'),('2065-03-14'),('2065-03-15'),('2065-03-16'),('2065-03-17'),('2065-03-18'),('2065-03-19'),('2065-03-20'),('2065-03-21'),('2065-03-22'),('2065-03-23'),('2065-03-24'),('2065-03-25'),('2065-03-26'),('2065-03-27'),('2065-03-28'),('2065-03-29'),('2065-03-30'),('2065-03-31'),('2065-04-01'),('2065-04-02'),('2065-04-03'),('2065-04-04'),('2065-04-05'),('2065-04-06'),('2065-04-07'),('2065-04-08'),('2065-04-09'),('2065-04-10'),('2065-04-11'),('2065-04-12'),('2065-04-13'),('2065-04-14'),('2065-04-15'),('2065-04-16'),('2065-04-17'),('2065-04-18'),('2065-04-19'),('2065-04-20'),('2065-04-21'),('2065-04-22'),('2065-04-23'),('2065-04-24'),('2065-04-25'),('2065-04-26'),('2065-04-27'),('2065-04-28'),('2065-04-29'),('2065-04-30'),('2065-05-01'),('2065-05-02'),('2065-05-03'),('2065-05-04'),('2065-05-05'),('2065-05-06'),('2065-05-07'),('2065-05-08'),('2065-05-09'),('2065-05-10'),('2065-05-11'),('2065-05-12'),('2065-05-13'),('2065-05-14'),('2065-05-15'),('2065-05-16'),('2065-05-17'),('2065-05-18'),('2065-05-19'),('2065-05-20'),('2065-05-21'),('2065-05-22'),('2065-05-23'),('2065-05-24'),('2065-05-25'),('2065-05-26'),('2065-05-27'),('2065-05-28'),('2065-05-29'),('2065-05-30'),('2065-05-31'),('2065-06-01'),('2065-06-02'),('2065-06-03'),('2065-06-04'),('2065-06-05'),('2065-06-06'),('2065-06-07'),('2065-06-08'),('2065-06-09'),('2065-06-10'),('2065-06-11'),('2065-06-12'),('2065-06-13'),('2065-06-14'),('2065-06-15'),('2065-06-16'),('2065-06-17'),('2065-06-18'),('2065-06-19'),('2065-06-20'),('2065-06-21'),('2065-06-22'),('2065-06-23'),('2065-06-24'),('2065-06-25'),('2065-06-26'),('2065-06-27'),('2065-06-28'),('2065-06-29'),('2065-06-30'),('2065-07-01'),('2065-07-02'),('2065-07-03'),('2065-07-04'),('2065-07-05'),('2065-07-06'),('2065-07-07'),('2065-07-08'),('2065-07-09'),('2065-07-10'),('2065-07-11'),('2065-07-12'),('2065-07-13'),('2065-07-14'),('2065-07-15'),('2065-07-16'),('2065-07-17'),('2065-07-18'),('2065-07-19'),('2065-07-20'),('2065-07-21'),('2065-07-22'),('2065-07-23'),('2065-07-24'),('2065-07-25'),('2065-07-26'),('2065-07-27'),('2065-07-28'),('2065-07-29'),('2065-07-30'),('2065-07-31'),('2065-08-01'),('2065-08-02'),('2065-08-03'),('2065-08-04'),('2065-08-05'),('2065-08-06'),('2065-08-07'),('2065-08-08'),('2065-08-09'),('2065-08-10'),('2065-08-11'),('2065-08-12'),('2065-08-13'),('2065-08-14'),('2065-08-15'),('2065-08-16'),('2065-08-17'),('2065-08-18'),('2065-08-19'),('2065-08-20'),('2065-08-21'),('2065-08-22'),('2065-08-23'),('2065-08-24'),('2065-08-25'),('2065-08-26'),('2065-08-27'),('2065-08-28'),('2065-08-29'),('2065-08-30'),('2065-08-31'),('2065-09-01'),('2065-09-02'),('2065-09-03'),('2065-09-04'),('2065-09-05'),('2065-09-06'),('2065-09-07'),('2065-09-08'),('2065-09-09'),('2065-09-10'),('2065-09-11'),('2065-09-12'),('2065-09-13'),('2065-09-14'),('2065-09-15'),('2065-09-16'),('2065-09-17'),('2065-09-18'),('2065-09-19'),('2065-09-20'),('2065-09-21'),('2065-09-22'),('2065-09-23'),('2065-09-24'),('2065-09-25'),('2065-09-26'),('2065-09-27'),('2065-09-28'),('2065-09-29'),('2065-09-30'),('2065-10-01'),('2065-10-02'),('2065-10-03'),('2065-10-04'),('2065-10-05'),('2065-10-06'),('2065-10-07'),('2065-10-08'),('2065-10-09'),('2065-10-10'),('2065-10-11'),('2065-10-12'),('2065-10-13'),('2065-10-14'),('2065-10-15'),('2065-10-16'),('2065-10-17'),('2065-10-18'),('2065-10-19'),('2065-10-20'),('2065-10-21'),('2065-10-22'),('2065-10-23'),('2065-10-24'),('2065-10-25'),('2065-10-26'),('2065-10-27'),('2065-10-28'),('2065-10-29'),('2065-10-30'),('2065-10-31'),('2065-11-01'),('2065-11-02'),('2065-11-03'),('2065-11-04'),('2065-11-05'),('2065-11-06'),('2065-11-07'),('2065-11-08'),('2065-11-09'),('2065-11-10'),('2065-11-11'),('2065-11-12'),('2065-11-13'),('2065-11-14'),('2065-11-15'),('2065-11-16'),('2065-11-17'),('2065-11-18'),('2065-11-19'),('2065-11-20'),('2065-11-21'),('2065-11-22'),('2065-11-23'),('2065-11-24'),('2065-11-25'),('2065-11-26'),('2065-11-27'),('2065-11-28'),('2065-11-29'),('2065-11-30'),('2065-12-01'),('2065-12-02'),('2065-12-03'),('2065-12-04'),('2065-12-05'),('2065-12-06'),('2065-12-07'),('2065-12-08'),('2065-12-09'),('2065-12-10'),('2065-12-11'),('2065-12-12'),('2065-12-13'),('2065-12-14'),('2065-12-15'),('2065-12-16'),('2065-12-17'),('2065-12-18'),('2065-12-19'),('2065-12-20'),('2065-12-21'),('2065-12-22'),('2065-12-23'),('2065-12-24'),('2065-12-25'),('2065-12-26'),('2065-12-27'),('2065-12-28'),('2065-12-29'),('2065-12-30'),('2065-12-31'),('2066-01-01'),('2066-01-02'),('2066-01-03'),('2066-01-04'),('2066-01-05'),('2066-01-06'),('2066-01-07'),('2066-01-08'),('2066-01-09'),('2066-01-10'),('2066-01-11'),('2066-01-12'),('2066-01-13'),('2066-01-14'),('2066-01-15'),('2066-01-16'),('2066-01-17'),('2066-01-18'),('2066-01-19'),('2066-01-20'),('2066-01-21'),('2066-01-22'),('2066-01-23'),('2066-01-24'),('2066-01-25'),('2066-01-26'),('2066-01-27'),('2066-01-28'),('2066-01-29'),('2066-01-30'),('2066-01-31'),('2066-02-01'),('2066-02-02'),('2066-02-03'),('2066-02-04'),('2066-02-05'),('2066-02-06'),('2066-02-07'),('2066-02-08'),('2066-02-09'),('2066-02-10'),('2066-02-11'),('2066-02-12'),('2066-02-13'),('2066-02-14'),('2066-02-15'),('2066-02-16'),('2066-02-17'),('2066-02-18'),('2066-02-19'),('2066-02-20'),('2066-02-21'),('2066-02-22'),('2066-02-23'),('2066-02-24'),('2066-02-25'),('2066-02-26'),('2066-02-27'),('2066-02-28'),('2066-03-01'),('2066-03-02'),('2066-03-03'),('2066-03-04'),('2066-03-05'),('2066-03-06'),('2066-03-07'),('2066-03-08'),('2066-03-09'),('2066-03-10'),('2066-03-11'),('2066-03-12'),('2066-03-13'),('2066-03-14'),('2066-03-15'),('2066-03-16'),('2066-03-17'),('2066-03-18'),('2066-03-19'),('2066-03-20'),('2066-03-21'),('2066-03-22'),('2066-03-23'),('2066-03-24'),('2066-03-25'),('2066-03-26'),('2066-03-27'),('2066-03-28'),('2066-03-29'),('2066-03-30'),('2066-03-31'),('2066-04-01'),('2066-04-02'),('2066-04-03'),('2066-04-04'),('2066-04-05'),('2066-04-06'),('2066-04-07'),('2066-04-08'),('2066-04-09'),('2066-04-10'),('2066-04-11'),('2066-04-12'),('2066-04-13'),('2066-04-14'),('2066-04-15'),('2066-04-16'),('2066-04-17'),('2066-04-18'),('2066-04-19'),('2066-04-20'),('2066-04-21'),('2066-04-22'),('2066-04-23'),('2066-04-24'),('2066-04-25'),('2066-04-26'),('2066-04-27'),('2066-04-28'),('2066-04-29'),('2066-04-30'),('2066-05-01'),('2066-05-02'),('2066-05-03'),('2066-05-04'),('2066-05-05'),('2066-05-06'),('2066-05-07'),('2066-05-08'),('2066-05-09'),('2066-05-10'),('2066-05-11'),('2066-05-12'),('2066-05-13'),('2066-05-14'),('2066-05-15'),('2066-05-16'),('2066-05-17'),('2066-05-18'),('2066-05-19'),('2066-05-20'),('2066-05-21'),('2066-05-22'),('2066-05-23'),('2066-05-24'),('2066-05-25'),('2066-05-26'),('2066-05-27'),('2066-05-28'),('2066-05-29'),('2066-05-30'),('2066-05-31'),('2066-06-01'),('2066-06-02'),('2066-06-03'),('2066-06-04'),('2066-06-05'),('2066-06-06'),('2066-06-07'),('2066-06-08'),('2066-06-09'),('2066-06-10'),('2066-06-11'),('2066-06-12'),('2066-06-13'),('2066-06-14'),('2066-06-15'),('2066-06-16'),('2066-06-17'),('2066-06-18'),('2066-06-19'),('2066-06-20'),('2066-06-21'),('2066-06-22'),('2066-06-23'),('2066-06-24'),('2066-06-25'),('2066-06-26'),('2066-06-27'),('2066-06-28'),('2066-06-29'),('2066-06-30'),('2066-07-01'),('2066-07-02'),('2066-07-03'),('2066-07-04'),('2066-07-05'),('2066-07-06'),('2066-07-07'),('2066-07-08'),('2066-07-09'),('2066-07-10'),('2066-07-11'),('2066-07-12'),('2066-07-13'),('2066-07-14'),('2066-07-15'),('2066-07-16'),('2066-07-17'),('2066-07-18'),('2066-07-19'),('2066-07-20'),('2066-07-21'),('2066-07-22'),('2066-07-23'),('2066-07-24'),('2066-07-25'),('2066-07-26'),('2066-07-27'),('2066-07-28'),('2066-07-29'),('2066-07-30'),('2066-07-31'),('2066-08-01'),('2066-08-02'),('2066-08-03'),('2066-08-04'),('2066-08-05'),('2066-08-06'),('2066-08-07'),('2066-08-08'),('2066-08-09'),('2066-08-10'),('2066-08-11'),('2066-08-12'),('2066-08-13'),('2066-08-14'),('2066-08-15'),('2066-08-16'),('2066-08-17'),('2066-08-18'),('2066-08-19'),('2066-08-20'),('2066-08-21'),('2066-08-22'),('2066-08-23'),('2066-08-24'),('2066-08-25'),('2066-08-26'),('2066-08-27'),('2066-08-28'),('2066-08-29'),('2066-08-30'),('2066-08-31'),('2066-09-01'),('2066-09-02'),('2066-09-03'),('2066-09-04'),('2066-09-05'),('2066-09-06'),('2066-09-07'),('2066-09-08'),('2066-09-09'),('2066-09-10'),('2066-09-11'),('2066-09-12'),('2066-09-13'),('2066-09-14'),('2066-09-15'),('2066-09-16'),('2066-09-17'),('2066-09-18'),('2066-09-19'),('2066-09-20'),('2066-09-21'),('2066-09-22'),('2066-09-23'),('2066-09-24'),('2066-09-25'),('2066-09-26'),('2066-09-27'),('2066-09-28'),('2066-09-29'),('2066-09-30'),('2066-10-01'),('2066-10-02'),('2066-10-03'),('2066-10-04'),('2066-10-05'),('2066-10-06'),('2066-10-07'),('2066-10-08'),('2066-10-09'),('2066-10-10'),('2066-10-11'),('2066-10-12'),('2066-10-13'),('2066-10-14'),('2066-10-15'),('2066-10-16'),('2066-10-17'),('2066-10-18'),('2066-10-19'),('2066-10-20'),('2066-10-21'),('2066-10-22'),('2066-10-23'),('2066-10-24'),('2066-10-25'),('2066-10-26'),('2066-10-27'),('2066-10-28'),('2066-10-29'),('2066-10-30'),('2066-10-31'),('2066-11-01'),('2066-11-02'),('2066-11-03'),('2066-11-04'),('2066-11-05'),('2066-11-06'),('2066-11-07'),('2066-11-08'),('2066-11-09'),('2066-11-10'),('2066-11-11'),('2066-11-12'),('2066-11-13'),('2066-11-14'),('2066-11-15'),('2066-11-16'),('2066-11-17'),('2066-11-18'),('2066-11-19'),('2066-11-20'),('2066-11-21'),('2066-11-22'),('2066-11-23'),('2066-11-24'),('2066-11-25'),('2066-11-26'),('2066-11-27'),('2066-11-28'),('2066-11-29'),('2066-11-30'),('2066-12-01'),('2066-12-02'),('2066-12-03'),('2066-12-04'),('2066-12-05'),('2066-12-06'),('2066-12-07'),('2066-12-08'),('2066-12-09'),('2066-12-10'),('2066-12-11'),('2066-12-12'),('2066-12-13'),('2066-12-14'),('2066-12-15'),('2066-12-16'),('2066-12-17'),('2066-12-18'),('2066-12-19'),('2066-12-20'),('2066-12-21'),('2066-12-22'),('2066-12-23'),('2066-12-24'),('2066-12-25'),('2066-12-26'),('2066-12-27'),('2066-12-28'),('2066-12-29'),('2066-12-30'),('2066-12-31'),('2067-01-01'),('2067-01-02'),('2067-01-03'),('2067-01-04'),('2067-01-05'),('2067-01-06'),('2067-01-07'),('2067-01-08'),('2067-01-09'),('2067-01-10'),('2067-01-11'),('2067-01-12'),('2067-01-13'),('2067-01-14'),('2067-01-15'),('2067-01-16'),('2067-01-17'),('2067-01-18'),('2067-01-19'),('2067-01-20'),('2067-01-21'),('2067-01-22'),('2067-01-23'),('2067-01-24'),('2067-01-25'),('2067-01-26'),('2067-01-27'),('2067-01-28'),('2067-01-29'),('2067-01-30'),('2067-01-31'),('2067-02-01'),('2067-02-02'),('2067-02-03'),('2067-02-04'),('2067-02-05'),('2067-02-06'),('2067-02-07'),('2067-02-08'),('2067-02-09'),('2067-02-10'),('2067-02-11'),('2067-02-12'),('2067-02-13'),('2067-02-14'),('2067-02-15'),('2067-02-16'),('2067-02-17'),('2067-02-18'),('2067-02-19'),('2067-02-20'),('2067-02-21'),('2067-02-22'),('2067-02-23'),('2067-02-24'),('2067-02-25'),('2067-02-26'),('2067-02-27'),('2067-02-28'),('2067-03-01'),('2067-03-02'),('2067-03-03'),('2067-03-04'),('2067-03-05'),('2067-03-06'),('2067-03-07'),('2067-03-08'),('2067-03-09'),('2067-03-10'),('2067-03-11'),('2067-03-12'),('2067-03-13'),('2067-03-14'),('2067-03-15'),('2067-03-16'),('2067-03-17'),('2067-03-18'),('2067-03-19'),('2067-03-20'),('2067-03-21'),('2067-03-22'),('2067-03-23'),('2067-03-24'),('2067-03-25'),('2067-03-26'),('2067-03-27'),('2067-03-28'),('2067-03-29'),('2067-03-30'),('2067-03-31'),('2067-04-01'),('2067-04-02'),('2067-04-03'),('2067-04-04'),('2067-04-05'),('2067-04-06'),('2067-04-07'),('2067-04-08'),('2067-04-09'),('2067-04-10'),('2067-04-11'),('2067-04-12'),('2067-04-13'),('2067-04-14'),('2067-04-15'),('2067-04-16'),('2067-04-17'),('2067-04-18'),('2067-04-19'),('2067-04-20'),('2067-04-21'),('2067-04-22'),('2067-04-23'),('2067-04-24'),('2067-04-25'),('2067-04-26'),('2067-04-27'),('2067-04-28'),('2067-04-29'),('2067-04-30'),('2067-05-01'),('2067-05-02'),('2067-05-03'),('2067-05-04'),('2067-05-05'),('2067-05-06'),('2067-05-07'),('2067-05-08'),('2067-05-09'),('2067-05-10'),('2067-05-11'),('2067-05-12'),('2067-05-13'),('2067-05-14'),('2067-05-15'),('2067-05-16'),('2067-05-17'),('2067-05-18'),('2067-05-19'),('2067-05-20'),('2067-05-21'),('2067-05-22'),('2067-05-23'),('2067-05-24'),('2067-05-25'),('2067-05-26'),('2067-05-27'),('2067-05-28'),('2067-05-29'),('2067-05-30'),('2067-05-31'),('2067-06-01'),('2067-06-02'),('2067-06-03'),('2067-06-04'),('2067-06-05'),('2067-06-06'),('2067-06-07'),('2067-06-08'),('2067-06-09'),('2067-06-10'),('2067-06-11'),('2067-06-12'),('2067-06-13'),('2067-06-14'),('2067-06-15'),('2067-06-16'),('2067-06-17'),('2067-06-18'),('2067-06-19'),('2067-06-20'),('2067-06-21'),('2067-06-22'),('2067-06-23'),('2067-06-24'),('2067-06-25'),('2067-06-26'),('2067-06-27'),('2067-06-28'),('2067-06-29'),('2067-06-30'),('2067-07-01'),('2067-07-02'),('2067-07-03'),('2067-07-04'),('2067-07-05'),('2067-07-06'),('2067-07-07'),('2067-07-08'),('2067-07-09'),('2067-07-10'),('2067-07-11'),('2067-07-12'),('2067-07-13'),('2067-07-14'),('2067-07-15'),('2067-07-16'),('2067-07-17'),('2067-07-18'),('2067-07-19'),('2067-07-20'),('2067-07-21'),('2067-07-22'),('2067-07-23'),('2067-07-24'),('2067-07-25'),('2067-07-26'),('2067-07-27'),('2067-07-28'),('2067-07-29'),('2067-07-30'),('2067-07-31'),('2067-08-01'),('2067-08-02'),('2067-08-03'),('2067-08-04'),('2067-08-05'),('2067-08-06'),('2067-08-07'),('2067-08-08'),('2067-08-09'),('2067-08-10'),('2067-08-11'),('2067-08-12'),('2067-08-13'),('2067-08-14'),('2067-08-15'),('2067-08-16'),('2067-08-17'),('2067-08-18'),('2067-08-19'),('2067-08-20'),('2067-08-21'),('2067-08-22'),('2067-08-23'),('2067-08-24'),('2067-08-25'),('2067-08-26'),('2067-08-27'),('2067-08-28'),('2067-08-29'),('2067-08-30'),('2067-08-31'),('2067-09-01'),('2067-09-02'),('2067-09-03'),('2067-09-04'),('2067-09-05'),('2067-09-06'),('2067-09-07'),('2067-09-08'),('2067-09-09'),('2067-09-10'),('2067-09-11'),('2067-09-12'),('2067-09-13'),('2067-09-14'),('2067-09-15'),('2067-09-16'),('2067-09-17'),('2067-09-18'),('2067-09-19'),('2067-09-20'),('2067-09-21'),('2067-09-22'),('2067-09-23'),('2067-09-24'),('2067-09-25'),('2067-09-26'),('2067-09-27'),('2067-09-28'),('2067-09-29'),('2067-09-30'),('2067-10-01'),('2067-10-02'),('2067-10-03'),('2067-10-04'),('2067-10-05'),('2067-10-06'),('2067-10-07'),('2067-10-08'),('2067-10-09'),('2067-10-10'),('2067-10-11'),('2067-10-12'),('2067-10-13'),('2067-10-14'),('2067-10-15'),('2067-10-16'),('2067-10-17'),('2067-10-18'),('2067-10-19'),('2067-10-20'),('2067-10-21'),('2067-10-22'),('2067-10-23'),('2067-10-24'),('2067-10-25'),('2067-10-26'),('2067-10-27'),('2067-10-28'),('2067-10-29'),('2067-10-30'),('2067-10-31'),('2067-11-01'),('2067-11-02'),('2067-11-03'),('2067-11-04'),('2067-11-05'),('2067-11-06'),('2067-11-07'),('2067-11-08'),('2067-11-09'),('2067-11-10'),('2067-11-11'),('2067-11-12'),('2067-11-13'),('2067-11-14'),('2067-11-15'),('2067-11-16'),('2067-11-17'),('2067-11-18'),('2067-11-19'),('2067-11-20'),('2067-11-21'),('2067-11-22'),('2067-11-23'),('2067-11-24'),('2067-11-25'),('2067-11-26'),('2067-11-27'),('2067-11-28'),('2067-11-29'),('2067-11-30'),('2067-12-01'),('2067-12-02'),('2067-12-03'),('2067-12-04'),('2067-12-05'),('2067-12-06'),('2067-12-07'),('2067-12-08'),('2067-12-09'),('2067-12-10'),('2067-12-11'),('2067-12-12'),('2067-12-13'),('2067-12-14'),('2067-12-15'),('2067-12-16'),('2067-12-17'),('2067-12-18'),('2067-12-19'),('2067-12-20'),('2067-12-21'),('2067-12-22'),('2067-12-23'),('2067-12-24'),('2067-12-25'),('2067-12-26'),('2067-12-27'),('2067-12-28'),('2067-12-29'),('2067-12-30'),('2067-12-31'),('2068-01-01'),('2068-01-02'),('2068-01-03'),('2068-01-04'),('2068-01-05'),('2068-01-06'),('2068-01-07'),('2068-01-08'),('2068-01-09'),('2068-01-10'),('2068-01-11'),('2068-01-12'),('2068-01-13'),('2068-01-14'),('2068-01-15'),('2068-01-16'),('2068-01-17'),('2068-01-18'),('2068-01-19'),('2068-01-20'),('2068-01-21'),('2068-01-22'),('2068-01-23'),('2068-01-24'),('2068-01-25'),('2068-01-26'),('2068-01-27'),('2068-01-28'),('2068-01-29'),('2068-01-30'),('2068-01-31'),('2068-02-01'),('2068-02-02'),('2068-02-03'),('2068-02-04'),('2068-02-05'),('2068-02-06'),('2068-02-07'),('2068-02-08'),('2068-02-09'),('2068-02-10'),('2068-02-11'),('2068-02-12'),('2068-02-13'),('2068-02-14'),('2068-02-15'),('2068-02-16'),('2068-02-17'),('2068-02-18'),('2068-02-19'),('2068-02-20'),('2068-02-21'),('2068-02-22'),('2068-02-23'),('2068-02-24'),('2068-02-25'),('2068-02-26'),('2068-02-27'),('2068-02-28'),('2068-02-29'),('2068-03-01'),('2068-03-02'),('2068-03-03'),('2068-03-04'),('2068-03-05'),('2068-03-06'),('2068-03-07'),('2068-03-08'),('2068-03-09'),('2068-03-10'),('2068-03-11'),('2068-03-12'),('2068-03-13'),('2068-03-14'),('2068-03-15'),('2068-03-16'),('2068-03-17'),('2068-03-18'),('2068-03-19'),('2068-03-20'),('2068-03-21'),('2068-03-22'),('2068-03-23'),('2068-03-24'),('2068-03-25'),('2068-03-26'),('2068-03-27'),('2068-03-28'),('2068-03-29'),('2068-03-30'),('2068-03-31'),('2068-04-01'),('2068-04-02'),('2068-04-03'),('2068-04-04'),('2068-04-05'),('2068-04-06'),('2068-04-07'),('2068-04-08'),('2068-04-09'),('2068-04-10'),('2068-04-11'),('2068-04-12'),('2068-04-13'),('2068-04-14'),('2068-04-15'),('2068-04-16'),('2068-04-17'),('2068-04-18'),('2068-04-19'),('2068-04-20'),('2068-04-21'),('2068-04-22'),('2068-04-23'),('2068-04-24'),('2068-04-25'),('2068-04-26'),('2068-04-27'),('2068-04-28'),('2068-04-29'),('2068-04-30'),('2068-05-01'),('2068-05-02'),('2068-05-03'),('2068-05-04'),('2068-05-05'),('2068-05-06'),('2068-05-07'),('2068-05-08'),('2068-05-09'),('2068-05-10'),('2068-05-11'),('2068-05-12'),('2068-05-13'),('2068-05-14'),('2068-05-15'),('2068-05-16'),('2068-05-17'),('2068-05-18'),('2068-05-19'),('2068-05-20'),('2068-05-21'),('2068-05-22'),('2068-05-23'),('2068-05-24'),('2068-05-25'),('2068-05-26'),('2068-05-27'),('2068-05-28'),('2068-05-29'),('2068-05-30'),('2068-05-31'),('2068-06-01'),('2068-06-02'),('2068-06-03'),('2068-06-04'),('2068-06-05'),('2068-06-06'),('2068-06-07'),('2068-06-08'),('2068-06-09'),('2068-06-10'),('2068-06-11'),('2068-06-12'),('2068-06-13'),('2068-06-14'),('2068-06-15'),('2068-06-16'),('2068-06-17'),('2068-06-18'),('2068-06-19'),('2068-06-20'),('2068-06-21'),('2068-06-22'),('2068-06-23'),('2068-06-24'),('2068-06-25'),('2068-06-26'),('2068-06-27'),('2068-06-28'),('2068-06-29'),('2068-06-30'),('2068-07-01'),('2068-07-02'),('2068-07-03'),('2068-07-04'),('2068-07-05'),('2068-07-06'),('2068-07-07'),('2068-07-08'),('2068-07-09'),('2068-07-10'),('2068-07-11'),('2068-07-12'),('2068-07-13'),('2068-07-14'),('2068-07-15'),('2068-07-16'),('2068-07-17'),('2068-07-18'),('2068-07-19'),('2068-07-20'),('2068-07-21'),('2068-07-22'),('2068-07-23'),('2068-07-24'),('2068-07-25'),('2068-07-26'),('2068-07-27'),('2068-07-28'),('2068-07-29'),('2068-07-30'),('2068-07-31'),('2068-08-01'),('2068-08-02'),('2068-08-03'),('2068-08-04'),('2068-08-05'),('2068-08-06'),('2068-08-07'),('2068-08-08'),('2068-08-09'),('2068-08-10'),('2068-08-11'),('2068-08-12'),('2068-08-13'),('2068-08-14'),('2068-08-15'),('2068-08-16'),('2068-08-17'),('2068-08-18'),('2068-08-19'),('2068-08-20'),('2068-08-21'),('2068-08-22'),('2068-08-23'),('2068-08-24'),('2068-08-25'),('2068-08-26'),('2068-08-27'),('2068-08-28'),('2068-08-29'),('2068-08-30'),('2068-08-31'),('2068-09-01'),('2068-09-02'),('2068-09-03'),('2068-09-04'),('2068-09-05'),('2068-09-06'),('2068-09-07'),('2068-09-08'),('2068-09-09'),('2068-09-10'),('2068-09-11'),('2068-09-12'),('2068-09-13'),('2068-09-14'),('2068-09-15'),('2068-09-16'),('2068-09-17'),('2068-09-18'),('2068-09-19'),('2068-09-20'),('2068-09-21'),('2068-09-22'),('2068-09-23'),('2068-09-24'),('2068-09-25'),('2068-09-26'),('2068-09-27'),('2068-09-28'),('2068-09-29'),('2068-09-30'),('2068-10-01'),('2068-10-02'),('2068-10-03'),('2068-10-04'),('2068-10-05'),('2068-10-06'),('2068-10-07'),('2068-10-08'),('2068-10-09'),('2068-10-10'),('2068-10-11'),('2068-10-12'),('2068-10-13'),('2068-10-14'),('2068-10-15'),('2068-10-16'),('2068-10-17'),('2068-10-18'),('2068-10-19'),('2068-10-20'),('2068-10-21'),('2068-10-22'),('2068-10-23'),('2068-10-24'),('2068-10-25'),('2068-10-26'),('2068-10-27'),('2068-10-28'),('2068-10-29'),('2068-10-30'),('2068-10-31'),('2068-11-01'),('2068-11-02'),('2068-11-03'),('2068-11-04'),('2068-11-05'),('2068-11-06'),('2068-11-07'),('2068-11-08'),('2068-11-09'),('2068-11-10'),('2068-11-11'),('2068-11-12'),('2068-11-13'),('2068-11-14'),('2068-11-15'),('2068-11-16'),('2068-11-17'),('2068-11-18'),('2068-11-19'),('2068-11-20'),('2068-11-21'),('2068-11-22'),('2068-11-23'),('2068-11-24'),('2068-11-25'),('2068-11-26'),('2068-11-27'),('2068-11-28'),('2068-11-29'),('2068-11-30'),('2068-12-01'),('2068-12-02'),('2068-12-03'),('2068-12-04'),('2068-12-05'),('2068-12-06'),('2068-12-07'),('2068-12-08'),('2068-12-09'),('2068-12-10'),('2068-12-11'),('2068-12-12'),('2068-12-13'),('2068-12-14'),('2068-12-15'),('2068-12-16'),('2068-12-17'),('2068-12-18'),('2068-12-19'),('2068-12-20'),('2068-12-21'),('2068-12-22'),('2068-12-23'),('2068-12-24'),('2068-12-25'),('2068-12-26'),('2068-12-27'),('2068-12-28'),('2068-12-29'),('2068-12-30'),('2068-12-31'),('2069-01-01'),('2069-01-02'),('2069-01-03'),('2069-01-04'),('2069-01-05'),('2069-01-06'),('2069-01-07'),('2069-01-08'),('2069-01-09'),('2069-01-10'),('2069-01-11'),('2069-01-12'),('2069-01-13'),('2069-01-14'),('2069-01-15'),('2069-01-16'),('2069-01-17'),('2069-01-18'),('2069-01-19'),('2069-01-20'),('2069-01-21'),('2069-01-22'),('2069-01-23'),('2069-01-24'),('2069-01-25'),('2069-01-26'),('2069-01-27'),('2069-01-28'),('2069-01-29'),('2069-01-30'),('2069-01-31'),('2069-02-01'),('2069-02-02'),('2069-02-03'),('2069-02-04'),('2069-02-05'),('2069-02-06'),('2069-02-07'),('2069-02-08'),('2069-02-09'),('2069-02-10'),('2069-02-11'),('2069-02-12'),('2069-02-13'),('2069-02-14'),('2069-02-15'),('2069-02-16'),('2069-02-17'),('2069-02-18'),('2069-02-19'),('2069-02-20'),('2069-02-21'),('2069-02-22'),('2069-02-23'),('2069-02-24'),('2069-02-25'),('2069-02-26'),('2069-02-27'),('2069-02-28'),('2069-03-01'),('2069-03-02'),('2069-03-03'),('2069-03-04'),('2069-03-05'),('2069-03-06'),('2069-03-07'),('2069-03-08'),('2069-03-09'),('2069-03-10'),('2069-03-11'),('2069-03-12'),('2069-03-13'),('2069-03-14'),('2069-03-15'),('2069-03-16'),('2069-03-17'),('2069-03-18'),('2069-03-19'),('2069-03-20'),('2069-03-21'),('2069-03-22'),('2069-03-23'),('2069-03-24'),('2069-03-25'),('2069-03-26'),('2069-03-27'),('2069-03-28'),('2069-03-29'),('2069-03-30'),('2069-03-31'),('2069-04-01'),('2069-04-02'),('2069-04-03'),('2069-04-04'),('2069-04-05'),('2069-04-06'),('2069-04-07'),('2069-04-08'),('2069-04-09'),('2069-04-10'),('2069-04-11'),('2069-04-12'),('2069-04-13'),('2069-04-14'),('2069-04-15'),('2069-04-16'),('2069-04-17'),('2069-04-18'),('2069-04-19'),('2069-04-20'),('2069-04-21'),('2069-04-22'),('2069-04-23'),('2069-04-24'),('2069-04-25'),('2069-04-26'),('2069-04-27'),('2069-04-28'),('2069-04-29'),('2069-04-30'),('2069-05-01'),('2069-05-02'),('2069-05-03'),('2069-05-04'),('2069-05-05'),('2069-05-06'),('2069-05-07'),('2069-05-08'),('2069-05-09'),('2069-05-10'),('2069-05-11'),('2069-05-12'),('2069-05-13'),('2069-05-14'),('2069-05-15'),('2069-05-16'),('2069-05-17'),('2069-05-18'),('2069-05-19'),('2069-05-20'),('2069-05-21'),('2069-05-22'),('2069-05-23'),('2069-05-24'),('2069-05-25'),('2069-05-26'),('2069-05-27'),('2069-05-28'),('2069-05-29'),('2069-05-30'),('2069-05-31'),('2069-06-01'),('2069-06-02'),('2069-06-03'),('2069-06-04'),('2069-06-05'),('2069-06-06'),('2069-06-07'),('2069-06-08'),('2069-06-09'),('2069-06-10'),('2069-06-11'),('2069-06-12'),('2069-06-13'),('2069-06-14'),('2069-06-15'),('2069-06-16'),('2069-06-17'),('2069-06-18'),('2069-06-19'),('2069-06-20'),('2069-06-21'),('2069-06-22'),('2069-06-23'),('2069-06-24'),('2069-06-25'),('2069-06-26'),('2069-06-27'),('2069-06-28'),('2069-06-29'),('2069-06-30'),('2069-07-01'),('2069-07-02'),('2069-07-03'),('2069-07-04'),('2069-07-05'),('2069-07-06'),('2069-07-07'),('2069-07-08'),('2069-07-09'),('2069-07-10'),('2069-07-11'),('2069-07-12'),('2069-07-13'),('2069-07-14'),('2069-07-15'),('2069-07-16'),('2069-07-17'),('2069-07-18'),('2069-07-19'),('2069-07-20'),('2069-07-21'),('2069-07-22'),('2069-07-23'),('2069-07-24'),('2069-07-25'),('2069-07-26'),('2069-07-27'),('2069-07-28'),('2069-07-29'),('2069-07-30'),('2069-07-31'),('2069-08-01'),('2069-08-02'),('2069-08-03'),('2069-08-04'),('2069-08-05'),('2069-08-06'),('2069-08-07'),('2069-08-08'),('2069-08-09'),('2069-08-10'),('2069-08-11'),('2069-08-12'),('2069-08-13'),('2069-08-14'),('2069-08-15'),('2069-08-16'),('2069-08-17'),('2069-08-18'),('2069-08-19'),('2069-08-20'),('2069-08-21'),('2069-08-22'),('2069-08-23'),('2069-08-24'),('2069-08-25'),('2069-08-26'),('2069-08-27'),('2069-08-28'),('2069-08-29'),('2069-08-30'),('2069-08-31'),('2069-09-01'),('2069-09-02'),('2069-09-03'),('2069-09-04'),('2069-09-05'),('2069-09-06'),('2069-09-07'),('2069-09-08'),('2069-09-09'),('2069-09-10'),('2069-09-11'),('2069-09-12'),('2069-09-13'),('2069-09-14'),('2069-09-15'),('2069-09-16'),('2069-09-17'),('2069-09-18'),('2069-09-19'),('2069-09-20'),('2069-09-21'),('2069-09-22'),('2069-09-23'),('2069-09-24'),('2069-09-25'),('2069-09-26'),('2069-09-27'),('2069-09-28'),('2069-09-29'),('2069-09-30'),('2069-10-01'),('2069-10-02'),('2069-10-03'),('2069-10-04'),('2069-10-05'),('2069-10-06'),('2069-10-07'),('2069-10-08'),('2069-10-09'),('2069-10-10'),('2069-10-11'),('2069-10-12'),('2069-10-13'),('2069-10-14'),('2069-10-15'),('2069-10-16'),('2069-10-17'),('2069-10-18'),('2069-10-19'),('2069-10-20'),('2069-10-21'),('2069-10-22'),('2069-10-23'),('2069-10-24'),('2069-10-25'),('2069-10-26'),('2069-10-27'),('2069-10-28'),('2069-10-29'),('2069-10-30'),('2069-10-31'),('2069-11-01'),('2069-11-02'),('2069-11-03'),('2069-11-04'),('2069-11-05'),('2069-11-06'),('2069-11-07'),('2069-11-08'),('2069-11-09'),('2069-11-10'),('2069-11-11'),('2069-11-12'),('2069-11-13'),('2069-11-14'),('2069-11-15'),('2069-11-16'),('2069-11-17'),('2069-11-18'),('2069-11-19'),('2069-11-20'),('2069-11-21'),('2069-11-22'),('2069-11-23'),('2069-11-24'),('2069-11-25'),('2069-11-26'),('2069-11-27'),('2069-11-28'),('2069-11-29'),('2069-11-30'),('2069-12-01'),('2069-12-02'),('2069-12-03'),('2069-12-04'),('2069-12-05'),('2069-12-06'),('2069-12-07'),('2069-12-08'),('2069-12-09'),('2069-12-10'),('2069-12-11'),('2069-12-12'),('2069-12-13'),('2069-12-14'),('2069-12-15'),('2069-12-16'),('2069-12-17'),('2069-12-18'),('2069-12-19'),('2069-12-20'),('2069-12-21'),('2069-12-22'),('2069-12-23'),('2069-12-24'),('2069-12-25'),('2069-12-26'),('2069-12-27'),('2069-12-28'),('2069-12-29'),('2069-12-30'),('2069-12-31'),('2070-01-01'),('2070-01-02'),('2070-01-03'),('2070-01-04'),('2070-01-05'),('2070-01-06'),('2070-01-07'),('2070-01-08'),('2070-01-09'),('2070-01-10'),('2070-01-11'),('2070-01-12'),('2070-01-13'),('2070-01-14'),('2070-01-15'),('2070-01-16'),('2070-01-17'),('2070-01-18'),('2070-01-19'),('2070-01-20'),('2070-01-21'),('2070-01-22'),('2070-01-23'),('2070-01-24'),('2070-01-25'),('2070-01-26'),('2070-01-27'),('2070-01-28'),('2070-01-29'),('2070-01-30'),('2070-01-31'),('2070-02-01'),('2070-02-02'),('2070-02-03'),('2070-02-04'),('2070-02-05'),('2070-02-06'),('2070-02-07'),('2070-02-08'),('2070-02-09'),('2070-02-10'),('2070-02-11'),('2070-02-12'),('2070-02-13'),('2070-02-14'),('2070-02-15'),('2070-02-16'),('2070-02-17'),('2070-02-18'),('2070-02-19'),('2070-02-20'),('2070-02-21'),('2070-02-22'),('2070-02-23'),('2070-02-24'),('2070-02-25'),('2070-02-26'),('2070-02-27'),('2070-02-28'),('2070-03-01'),('2070-03-02'),('2070-03-03'),('2070-03-04'),('2070-03-05'),('2070-03-06'),('2070-03-07'),('2070-03-08'),('2070-03-09'),('2070-03-10'),('2070-03-11'),('2070-03-12'),('2070-03-13'),('2070-03-14'),('2070-03-15'),('2070-03-16'),('2070-03-17'),('2070-03-18'),('2070-03-19'),('2070-03-20'),('2070-03-21'),('2070-03-22'),('2070-03-23'),('2070-03-24'),('2070-03-25'),('2070-03-26'),('2070-03-27'),('2070-03-28'),('2070-03-29'),('2070-03-30'),('2070-03-31'),('2070-04-01'),('2070-04-02'),('2070-04-03'),('2070-04-04'),('2070-04-05'),('2070-04-06'),('2070-04-07'),('2070-04-08'),('2070-04-09'),('2070-04-10'),('2070-04-11'),('2070-04-12'),('2070-04-13'),('2070-04-14'),('2070-04-15'),('2070-04-16'),('2070-04-17'),('2070-04-18'),('2070-04-19'),('2070-04-20'),('2070-04-21'),('2070-04-22'),('2070-04-23'),('2070-04-24'),('2070-04-25'),('2070-04-26'),('2070-04-27'),('2070-04-28'),('2070-04-29'),('2070-04-30'),('2070-05-01'),('2070-05-02'),('2070-05-03'),('2070-05-04'),('2070-05-05'),('2070-05-06'),('2070-05-07'),('2070-05-08'),('2070-05-09'),('2070-05-10'),('2070-05-11'),('2070-05-12'),('2070-05-13'),('2070-05-14'),('2070-05-15'),('2070-05-16'),('2070-05-17'),('2070-05-18'),('2070-05-19'),('2070-05-20'),('2070-05-21'),('2070-05-22'),('2070-05-23'),('2070-05-24'),('2070-05-25'),('2070-05-26'),('2070-05-27'),('2070-05-28'),('2070-05-29'),('2070-05-30'),('2070-05-31'),('2070-06-01'),('2070-06-02'),('2070-06-03'),('2070-06-04'),('2070-06-05'),('2070-06-06'),('2070-06-07'),('2070-06-08'),('2070-06-09'),('2070-06-10'),('2070-06-11'),('2070-06-12'),('2070-06-13'),('2070-06-14'),('2070-06-15'),('2070-06-16'),('2070-06-17'),('2070-06-18'),('2070-06-19'),('2070-06-20'),('2070-06-21'),('2070-06-22'),('2070-06-23'),('2070-06-24'),('2070-06-25'),('2070-06-26'),('2070-06-27'),('2070-06-28'),('2070-06-29'),('2070-06-30'),('2070-07-01'),('2070-07-02'),('2070-07-03'),('2070-07-04'),('2070-07-05'),('2070-07-06'),('2070-07-07'),('2070-07-08'),('2070-07-09'),('2070-07-10'),('2070-07-11'),('2070-07-12'),('2070-07-13'),('2070-07-14'),('2070-07-15'),('2070-07-16'),('2070-07-17'),('2070-07-18'),('2070-07-19'),('2070-07-20'),('2070-07-21'),('2070-07-22'),('2070-07-23'),('2070-07-24'),('2070-07-25'),('2070-07-26'),('2070-07-27'),('2070-07-28'),('2070-07-29'),('2070-07-30'),('2070-07-31'),('2070-08-01'),('2070-08-02'),('2070-08-03'),('2070-08-04'),('2070-08-05'),('2070-08-06'),('2070-08-07'),('2070-08-08'),('2070-08-09'),('2070-08-10'),('2070-08-11'),('2070-08-12'),('2070-08-13'),('2070-08-14'),('2070-08-15'),('2070-08-16'),('2070-08-17'),('2070-08-18'),('2070-08-19'),('2070-08-20'),('2070-08-21'),('2070-08-22'),('2070-08-23'),('2070-08-24'),('2070-08-25'),('2070-08-26'),('2070-08-27'),('2070-08-28'),('2070-08-29'),('2070-08-30'),('2070-08-31'),('2070-09-01'),('2070-09-02'),('2070-09-03'),('2070-09-04'),('2070-09-05'),('2070-09-06'),('2070-09-07'),('2070-09-08'),('2070-09-09'),('2070-09-10'),('2070-09-11'),('2070-09-12'),('2070-09-13'),('2070-09-14'),('2070-09-15'),('2070-09-16'),('2070-09-17'),('2070-09-18'),('2070-09-19'),('2070-09-20'),('2070-09-21'),('2070-09-22'),('2070-09-23'),('2070-09-24'),('2070-09-25'),('2070-09-26'),('2070-09-27'),('2070-09-28'),('2070-09-29'),('2070-09-30'),('2070-10-01'),('2070-10-02'),('2070-10-03'),('2070-10-04'),('2070-10-05'),('2070-10-06'),('2070-10-07'),('2070-10-08'),('2070-10-09'),('2070-10-10'),('2070-10-11'),('2070-10-12'),('2070-10-13'),('2070-10-14'),('2070-10-15'),('2070-10-16'),('2070-10-17'),('2070-10-18'),('2070-10-19'),('2070-10-20'),('2070-10-21'),('2070-10-22'),('2070-10-23'),('2070-10-24'),('2070-10-25'),('2070-10-26'),('2070-10-27'),('2070-10-28'),('2070-10-29'),('2070-10-30'),('2070-10-31'),('2070-11-01'),('2070-11-02'),('2070-11-03'),('2070-11-04'),('2070-11-05'),('2070-11-06'),('2070-11-07'),('2070-11-08'),('2070-11-09'),('2070-11-10'),('2070-11-11'),('2070-11-12'),('2070-11-13'),('2070-11-14'),('2070-11-15'),('2070-11-16'),('2070-11-17'),('2070-11-18'),('2070-11-19'),('2070-11-20'),('2070-11-21'),('2070-11-22'),('2070-11-23'),('2070-11-24'),('2070-11-25'),('2070-11-26'),('2070-11-27'),('2070-11-28'),('2070-11-29'),('2070-11-30'),('2070-12-01'),('2070-12-02'),('2070-12-03'),('2070-12-04'),('2070-12-05'),('2070-12-06'),('2070-12-07'),('2070-12-08'),('2070-12-09'),('2070-12-10'),('2070-12-11'),('2070-12-12'),('2070-12-13'),('2070-12-14'),('2070-12-15'),('2070-12-16'),('2070-12-17'),('2070-12-18'),('2070-12-19'),('2070-12-20'),('2070-12-21'),('2070-12-22'),('2070-12-23'),('2070-12-24'),('2070-12-25'),('2070-12-26'),('2070-12-27'),('2070-12-28'),('2070-12-29'),('2070-12-30'),('2070-12-31'),('2071-01-01'),('2071-01-02'),('2071-01-03'),('2071-01-04'),('2071-01-05'),('2071-01-06'),('2071-01-07'),('2071-01-08'),('2071-01-09'),('2071-01-10'),('2071-01-11'),('2071-01-12'),('2071-01-13'),('2071-01-14'),('2071-01-15'),('2071-01-16'),('2071-01-17'),('2071-01-18'),('2071-01-19'),('2071-01-20'),('2071-01-21'),('2071-01-22'),('2071-01-23'),('2071-01-24'),('2071-01-25'),('2071-01-26'),('2071-01-27'),('2071-01-28'),('2071-01-29'),('2071-01-30'),('2071-01-31'),('2071-02-01'),('2071-02-02'),('2071-02-03'),('2071-02-04'),('2071-02-05'),('2071-02-06'),('2071-02-07'),('2071-02-08'),('2071-02-09'),('2071-02-10'),('2071-02-11'),('2071-02-12'),('2071-02-13'),('2071-02-14'),('2071-02-15'),('2071-02-16'),('2071-02-17'),('2071-02-18'),('2071-02-19'),('2071-02-20'),('2071-02-21'),('2071-02-22'),('2071-02-23'),('2071-02-24'),('2071-02-25'),('2071-02-26'),('2071-02-27'),('2071-02-28'),('2071-03-01'),('2071-03-02'),('2071-03-03'),('2071-03-04'),('2071-03-05'),('2071-03-06'),('2071-03-07'),('2071-03-08'),('2071-03-09'),('2071-03-10'),('2071-03-11'),('2071-03-12'),('2071-03-13'),('2071-03-14'),('2071-03-15'),('2071-03-16'),('2071-03-17'),('2071-03-18'),('2071-03-19'),('2071-03-20'),('2071-03-21'),('2071-03-22'),('2071-03-23'),('2071-03-24'),('2071-03-25'),('2071-03-26'),('2071-03-27'),('2071-03-28'),('2071-03-29'),('2071-03-30'),('2071-03-31'),('2071-04-01'),('2071-04-02'),('2071-04-03'),('2071-04-04'),('2071-04-05'),('2071-04-06'),('2071-04-07'),('2071-04-08'),('2071-04-09'),('2071-04-10'),('2071-04-11'),('2071-04-12'),('2071-04-13'),('2071-04-14'),('2071-04-15'),('2071-04-16'),('2071-04-17'),('2071-04-18'),('2071-04-19'),('2071-04-20'),('2071-04-21'),('2071-04-22'),('2071-04-23'),('2071-04-24'),('2071-04-25'),('2071-04-26'),('2071-04-27'),('2071-04-28'),('2071-04-29'),('2071-04-30'),('2071-05-01'),('2071-05-02'),('2071-05-03'),('2071-05-04'),('2071-05-05'),('2071-05-06'),('2071-05-07'),('2071-05-08'),('2071-05-09'),('2071-05-10'),('2071-05-11'),('2071-05-12'),('2071-05-13'),('2071-05-14'),('2071-05-15'),('2071-05-16'),('2071-05-17'),('2071-05-18'),('2071-05-19'),('2071-05-20'),('2071-05-21'),('2071-05-22'),('2071-05-23'),('2071-05-24'),('2071-05-25'),('2071-05-26'),('2071-05-27'),('2071-05-28'),('2071-05-29'),('2071-05-30'),('2071-05-31'),('2071-06-01'),('2071-06-02'),('2071-06-03'),('2071-06-04'),('2071-06-05'),('2071-06-06'),('2071-06-07'),('2071-06-08'),('2071-06-09'),('2071-06-10'),('2071-06-11'),('2071-06-12'),('2071-06-13'),('2071-06-14'),('2071-06-15'),('2071-06-16'),('2071-06-17'),('2071-06-18'),('2071-06-19'),('2071-06-20'),('2071-06-21'),('2071-06-22'),('2071-06-23'),('2071-06-24'),('2071-06-25'),('2071-06-26'),('2071-06-27'),('2071-06-28'),('2071-06-29'),('2071-06-30'),('2071-07-01'),('2071-07-02'),('2071-07-03'),('2071-07-04'),('2071-07-05'),('2071-07-06'),('2071-07-07'),('2071-07-08'),('2071-07-09'),('2071-07-10'),('2071-07-11'),('2071-07-12'),('2071-07-13'),('2071-07-14'),('2071-07-15'),('2071-07-16'),('2071-07-17'),('2071-07-18'),('2071-07-19'),('2071-07-20'),('2071-07-21'),('2071-07-22'),('2071-07-23'),('2071-07-24'),('2071-07-25'),('2071-07-26'),('2071-07-27'),('2071-07-28'),('2071-07-29'),('2071-07-30'),('2071-07-31'),('2071-08-01'),('2071-08-02'),('2071-08-03'),('2071-08-04'),('2071-08-05'),('2071-08-06'),('2071-08-07'),('2071-08-08'),('2071-08-09'),('2071-08-10'),('2071-08-11'),('2071-08-12'),('2071-08-13'),('2071-08-14'),('2071-08-15'),('2071-08-16'),('2071-08-17'),('2071-08-18'),('2071-08-19'),('2071-08-20'),('2071-08-21'),('2071-08-22'),('2071-08-23'),('2071-08-24'),('2071-08-25'),('2071-08-26'),('2071-08-27'),('2071-08-28'),('2071-08-29'),('2071-08-30'),('2071-08-31'),('2071-09-01'),('2071-09-02'),('2071-09-03'),('2071-09-04'),('2071-09-05'),('2071-09-06'),('2071-09-07'),('2071-09-08'),('2071-09-09'),('2071-09-10'),('2071-09-11'),('2071-09-12'),('2071-09-13'),('2071-09-14'),('2071-09-15'),('2071-09-16'),('2071-09-17'),('2071-09-18'),('2071-09-19'),('2071-09-20'),('2071-09-21'),('2071-09-22'),('2071-09-23'),('2071-09-24'),('2071-09-25'),('2071-09-26'),('2071-09-27'),('2071-09-28'),('2071-09-29'),('2071-09-30'),('2071-10-01'),('2071-10-02'),('2071-10-03'),('2071-10-04'),('2071-10-05'),('2071-10-06'),('2071-10-07'),('2071-10-08'),('2071-10-09'),('2071-10-10'),('2071-10-11'),('2071-10-12'),('2071-10-13'),('2071-10-14'),('2071-10-15'),('2071-10-16'),('2071-10-17'),('2071-10-18'),('2071-10-19'),('2071-10-20'),('2071-10-21'),('2071-10-22'),('2071-10-23'),('2071-10-24'),('2071-10-25'),('2071-10-26'),('2071-10-27'),('2071-10-28'),('2071-10-29'),('2071-10-30'),('2071-10-31'),('2071-11-01'),('2071-11-02'),('2071-11-03'),('2071-11-04'),('2071-11-05'),('2071-11-06'),('2071-11-07'),('2071-11-08'),('2071-11-09'),('2071-11-10'),('2071-11-11'),('2071-11-12'),('2071-11-13'),('2071-11-14'),('2071-11-15'),('2071-11-16'),('2071-11-17'),('2071-11-18'),('2071-11-19'),('2071-11-20'),('2071-11-21'),('2071-11-22'),('2071-11-23'),('2071-11-24'),('2071-11-25'),('2071-11-26'),('2071-11-27'),('2071-11-28'),('2071-11-29'),('2071-11-30'),('2071-12-01'),('2071-12-02'),('2071-12-03'),('2071-12-04'),('2071-12-05'),('2071-12-06'),('2071-12-07'),('2071-12-08'),('2071-12-09'),('2071-12-10'),('2071-12-11'),('2071-12-12'),('2071-12-13'),('2071-12-14'),('2071-12-15'),('2071-12-16'),('2071-12-17'),('2071-12-18'),('2071-12-19'),('2071-12-20'),('2071-12-21'),('2071-12-22'),('2071-12-23'),('2071-12-24'),('2071-12-25'),('2071-12-26'),('2071-12-27'),('2071-12-28'),('2071-12-29'),('2071-12-30'),('2071-12-31'),('2072-01-01'),('2072-01-02'),('2072-01-03'),('2072-01-04'),('2072-01-05'),('2072-01-06'),('2072-01-07'),('2072-01-08'),('2072-01-09'),('2072-01-10'),('2072-01-11'),('2072-01-12'),('2072-01-13'),('2072-01-14'),('2072-01-15'),('2072-01-16'),('2072-01-17'),('2072-01-18'),('2072-01-19'),('2072-01-20'),('2072-01-21'),('2072-01-22'),('2072-01-23'),('2072-01-24'),('2072-01-25'),('2072-01-26'),('2072-01-27'),('2072-01-28'),('2072-01-29'),('2072-01-30'),('2072-01-31'),('2072-02-01'),('2072-02-02'),('2072-02-03'),('2072-02-04'),('2072-02-05'),('2072-02-06'),('2072-02-07'),('2072-02-08'),('2072-02-09'),('2072-02-10'),('2072-02-11'),('2072-02-12'),('2072-02-13'),('2072-02-14'),('2072-02-15'),('2072-02-16'),('2072-02-17'),('2072-02-18'),('2072-02-19'),('2072-02-20'),('2072-02-21'),('2072-02-22'),('2072-02-23'),('2072-02-24'),('2072-02-25'),('2072-02-26'),('2072-02-27'),('2072-02-28'),('2072-02-29'),('2072-03-01'),('2072-03-02'),('2072-03-03'),('2072-03-04'),('2072-03-05'),('2072-03-06'),('2072-03-07'),('2072-03-08'),('2072-03-09'),('2072-03-10'),('2072-03-11'),('2072-03-12'),('2072-03-13'),('2072-03-14'),('2072-03-15'),('2072-03-16'),('2072-03-17'),('2072-03-18'),('2072-03-19'),('2072-03-20'),('2072-03-21'),('2072-03-22'),('2072-03-23'),('2072-03-24'),('2072-03-25'),('2072-03-26'),('2072-03-27'),('2072-03-28'),('2072-03-29'),('2072-03-30'),('2072-03-31'),('2072-04-01'),('2072-04-02'),('2072-04-03'),('2072-04-04'),('2072-04-05'),('2072-04-06'),('2072-04-07'),('2072-04-08'),('2072-04-09'),('2072-04-10'),('2072-04-11'),('2072-04-12'),('2072-04-13'),('2072-04-14'),('2072-04-15'),('2072-04-16'),('2072-04-17'),('2072-04-18'),('2072-04-19'),('2072-04-20'),('2072-04-21'),('2072-04-22'),('2072-04-23'),('2072-04-24'),('2072-04-25'),('2072-04-26'),('2072-04-27'),('2072-04-28'),('2072-04-29'),('2072-04-30'),('2072-05-01'),('2072-05-02'),('2072-05-03'),('2072-05-04'),('2072-05-05'),('2072-05-06'),('2072-05-07'),('2072-05-08'),('2072-05-09'),('2072-05-10'),('2072-05-11'),('2072-05-12'),('2072-05-13'),('2072-05-14'),('2072-05-15'),('2072-05-16'),('2072-05-17'),('2072-05-18'),('2072-05-19'),('2072-05-20'),('2072-05-21'),('2072-05-22'),('2072-05-23'),('2072-05-24'),('2072-05-25'),('2072-05-26'),('2072-05-27'),('2072-05-28'),('2072-05-29'),('2072-05-30'),('2072-05-31'),('2072-06-01'),('2072-06-02'),('2072-06-03'),('2072-06-04'),('2072-06-05'),('2072-06-06'),('2072-06-07'),('2072-06-08'),('2072-06-09'),('2072-06-10'),('2072-06-11'),('2072-06-12'),('2072-06-13'),('2072-06-14'),('2072-06-15'),('2072-06-16'),('2072-06-17'),('2072-06-18'),('2072-06-19'),('2072-06-20'),('2072-06-21'),('2072-06-22'),('2072-06-23'),('2072-06-24'),('2072-06-25'),('2072-06-26'),('2072-06-27'),('2072-06-28'),('2072-06-29'),('2072-06-30'),('2072-07-01'),('2072-07-02'),('2072-07-03'),('2072-07-04'),('2072-07-05'),('2072-07-06'),('2072-07-07'),('2072-07-08'),('2072-07-09'),('2072-07-10'),('2072-07-11'),('2072-07-12'),('2072-07-13'),('2072-07-14'),('2072-07-15'),('2072-07-16'),('2072-07-17'),('2072-07-18'),('2072-07-19'),('2072-07-20'),('2072-07-21'),('2072-07-22'),('2072-07-23'),('2072-07-24'),('2072-07-25'),('2072-07-26'),('2072-07-27'),('2072-07-28'),('2072-07-29'),('2072-07-30'),('2072-07-31'),('2072-08-01'),('2072-08-02'),('2072-08-03'),('2072-08-04'),('2072-08-05'),('2072-08-06'),('2072-08-07'),('2072-08-08'),('2072-08-09'),('2072-08-10'),('2072-08-11'),('2072-08-12'),('2072-08-13'),('2072-08-14'),('2072-08-15'),('2072-08-16'),('2072-08-17'),('2072-08-18'),('2072-08-19'),('2072-08-20'),('2072-08-21'),('2072-08-22'),('2072-08-23'),('2072-08-24'),('2072-08-25'),('2072-08-26'),('2072-08-27'),('2072-08-28'),('2072-08-29'),('2072-08-30'),('2072-08-31'),('2072-09-01'),('2072-09-02'),('2072-09-03'),('2072-09-04'),('2072-09-05'),('2072-09-06'),('2072-09-07'),('2072-09-08'),('2072-09-09'),('2072-09-10'),('2072-09-11'),('2072-09-12'),('2072-09-13'),('2072-09-14'),('2072-09-15'),('2072-09-16'),('2072-09-17'),('2072-09-18'),('2072-09-19'),('2072-09-20'),('2072-09-21'),('2072-09-22'),('2072-09-23'),('2072-09-24'),('2072-09-25'),('2072-09-26'),('2072-09-27'),('2072-09-28'),('2072-09-29'),('2072-09-30'),('2072-10-01'),('2072-10-02'),('2072-10-03'),('2072-10-04'),('2072-10-05'),('2072-10-06'),('2072-10-07'),('2072-10-08'),('2072-10-09'),('2072-10-10'),('2072-10-11'),('2072-10-12'),('2072-10-13'),('2072-10-14'),('2072-10-15'),('2072-10-16'),('2072-10-17'),('2072-10-18'),('2072-10-19'),('2072-10-20'),('2072-10-21'),('2072-10-22'),('2072-10-23'),('2072-10-24'),('2072-10-25'),('2072-10-26'),('2072-10-27'),('2072-10-28'),('2072-10-29'),('2072-10-30'),('2072-10-31'),('2072-11-01'),('2072-11-02'),('2072-11-03'),('2072-11-04'),('2072-11-05'),('2072-11-06'),('2072-11-07'),('2072-11-08'),('2072-11-09'),('2072-11-10'),('2072-11-11'),('2072-11-12'),('2072-11-13'),('2072-11-14'),('2072-11-15'),('2072-11-16'),('2072-11-17'),('2072-11-18'),('2072-11-19'),('2072-11-20'),('2072-11-21'),('2072-11-22'),('2072-11-23'),('2072-11-24'),('2072-11-25'),('2072-11-26'),('2072-11-27'),('2072-11-28'),('2072-11-29'),('2072-11-30'),('2072-12-01'),('2072-12-02'),('2072-12-03'),('2072-12-04'),('2072-12-05'),('2072-12-06'),('2072-12-07'),('2072-12-08'),('2072-12-09'),('2072-12-10'),('2072-12-11'),('2072-12-12'),('2072-12-13'),('2072-12-14'),('2072-12-15'),('2072-12-16'),('2072-12-17'),('2072-12-18'),('2072-12-19'),('2072-12-20'),('2072-12-21'),('2072-12-22'),('2072-12-23'),('2072-12-24'),('2072-12-25'),('2072-12-26'),('2072-12-27'),('2072-12-28'),('2072-12-29'),('2072-12-30'),('2072-12-31'),('2073-01-01'),('2073-01-02'),('2073-01-03'),('2073-01-04'),('2073-01-05'),('2073-01-06'),('2073-01-07'),('2073-01-08'),('2073-01-09'),('2073-01-10'),('2073-01-11'),('2073-01-12'),('2073-01-13'),('2073-01-14'),('2073-01-15'),('2073-01-16'),('2073-01-17'),('2073-01-18'),('2073-01-19'),('2073-01-20'),('2073-01-21'),('2073-01-22'),('2073-01-23'),('2073-01-24'),('2073-01-25'),('2073-01-26'),('2073-01-27'),('2073-01-28'),('2073-01-29'),('2073-01-30'),('2073-01-31'),('2073-02-01'),('2073-02-02'),('2073-02-03'),('2073-02-04'),('2073-02-05'),('2073-02-06'),('2073-02-07'),('2073-02-08'),('2073-02-09'),('2073-02-10'),('2073-02-11'),('2073-02-12'),('2073-02-13'),('2073-02-14'),('2073-02-15'),('2073-02-16'),('2073-02-17'),('2073-02-18'),('2073-02-19'),('2073-02-20'),('2073-02-21'),('2073-02-22'),('2073-02-23'),('2073-02-24'),('2073-02-25'),('2073-02-26'),('2073-02-27'),('2073-02-28'),('2073-03-01'),('2073-03-02'),('2073-03-03'),('2073-03-04'),('2073-03-05'),('2073-03-06'),('2073-03-07'),('2073-03-08'),('2073-03-09'),('2073-03-10'),('2073-03-11'),('2073-03-12'),('2073-03-13'),('2073-03-14'),('2073-03-15'),('2073-03-16'),('2073-03-17'),('2073-03-18'),('2073-03-19'),('2073-03-20'),('2073-03-21'),('2073-03-22'),('2073-03-23'),('2073-03-24'),('2073-03-25'),('2073-03-26'),('2073-03-27'),('2073-03-28'),('2073-03-29'),('2073-03-30'),('2073-03-31'),('2073-04-01'),('2073-04-02'),('2073-04-03'),('2073-04-04'),('2073-04-05'),('2073-04-06'),('2073-04-07'),('2073-04-08'),('2073-04-09'),('2073-04-10'),('2073-04-11'),('2073-04-12'),('2073-04-13'),('2073-04-14'),('2073-04-15'),('2073-04-16'),('2073-04-17'),('2073-04-18'),('2073-04-19'),('2073-04-20'),('2073-04-21'),('2073-04-22'),('2073-04-23'),('2073-04-24'),('2073-04-25'),('2073-04-26'),('2073-04-27'),('2073-04-28'),('2073-04-29'),('2073-04-30'),('2073-05-01'),('2073-05-02'),('2073-05-03'),('2073-05-04'),('2073-05-05'),('2073-05-06'),('2073-05-07'),('2073-05-08'),('2073-05-09'),('2073-05-10'),('2073-05-11'),('2073-05-12'),('2073-05-13'),('2073-05-14'),('2073-05-15'),('2073-05-16'),('2073-05-17'),('2073-05-18'),('2073-05-19'),('2073-05-20'),('2073-05-21'),('2073-05-22'),('2073-05-23'),('2073-05-24'),('2073-05-25'),('2073-05-26'),('2073-05-27'),('2073-05-28'),('2073-05-29'),('2073-05-30'),('2073-05-31'),('2073-06-01'),('2073-06-02'),('2073-06-03'),('2073-06-04'),('2073-06-05'),('2073-06-06'),('2073-06-07'),('2073-06-08'),('2073-06-09'),('2073-06-10'),('2073-06-11'),('2073-06-12'),('2073-06-13'),('2073-06-14'),('2073-06-15'),('2073-06-16'),('2073-06-17'),('2073-06-18'),('2073-06-19'),('2073-06-20'),('2073-06-21'),('2073-06-22'),('2073-06-23'),('2073-06-24'),('2073-06-25'),('2073-06-26'),('2073-06-27'),('2073-06-28'),('2073-06-29'),('2073-06-30'),('2073-07-01'),('2073-07-02'),('2073-07-03'),('2073-07-04'),('2073-07-05'),('2073-07-06'),('2073-07-07'),('2073-07-08'),('2073-07-09'),('2073-07-10'),('2073-07-11'),('2073-07-12'),('2073-07-13'),('2073-07-14'),('2073-07-15'),('2073-07-16'),('2073-07-17'),('2073-07-18'),('2073-07-19'),('2073-07-20'),('2073-07-21'),('2073-07-22'),('2073-07-23'),('2073-07-24'),('2073-07-25'),('2073-07-26'),('2073-07-27'),('2073-07-28'),('2073-07-29'),('2073-07-30'),('2073-07-31'),('2073-08-01'),('2073-08-02'),('2073-08-03'),('2073-08-04'),('2073-08-05'),('2073-08-06'),('2073-08-07'),('2073-08-08'),('2073-08-09'),('2073-08-10'),('2073-08-11'),('2073-08-12'),('2073-08-13'),('2073-08-14'),('2073-08-15'),('2073-08-16'),('2073-08-17'),('2073-08-18'),('2073-08-19'),('2073-08-20'),('2073-08-21'),('2073-08-22'),('2073-08-23'),('2073-08-24'),('2073-08-25'),('2073-08-26'),('2073-08-27'),('2073-08-28'),('2073-08-29'),('2073-08-30'),('2073-08-31'),('2073-09-01'),('2073-09-02'),('2073-09-03'),('2073-09-04'),('2073-09-05'),('2073-09-06'),('2073-09-07'),('2073-09-08'),('2073-09-09'),('2073-09-10'),('2073-09-11'),('2073-09-12'),('2073-09-13'),('2073-09-14'),('2073-09-15'),('2073-09-16'),('2073-09-17'),('2073-09-18'),('2073-09-19'),('2073-09-20'),('2073-09-21'),('2073-09-22'),('2073-09-23'),('2073-09-24'),('2073-09-25'),('2073-09-26'),('2073-09-27'),('2073-09-28'),('2073-09-29'),('2073-09-30'),('2073-10-01'),('2073-10-02'),('2073-10-03'),('2073-10-04'),('2073-10-05'),('2073-10-06'),('2073-10-07'),('2073-10-08'),('2073-10-09'),('2073-10-10'),('2073-10-11'),('2073-10-12'),('2073-10-13'),('2073-10-14'),('2073-10-15'),('2073-10-16'),('2073-10-17'),('2073-10-18'),('2073-10-19'),('2073-10-20'),('2073-10-21'),('2073-10-22'),('2073-10-23'),('2073-10-24'),('2073-10-25'),('2073-10-26'),('2073-10-27'),('2073-10-28'),('2073-10-29'),('2073-10-30'),('2073-10-31'),('2073-11-01'),('2073-11-02'),('2073-11-03'),('2073-11-04'),('2073-11-05'),('2073-11-06'),('2073-11-07'),('2073-11-08'),('2073-11-09'),('2073-11-10'),('2073-11-11'),('2073-11-12'),('2073-11-13'),('2073-11-14'),('2073-11-15'),('2073-11-16'),('2073-11-17'),('2073-11-18'),('2073-11-19'),('2073-11-20'),('2073-11-21'),('2073-11-22'),('2073-11-23'),('2073-11-24'),('2073-11-25'),('2073-11-26'),('2073-11-27'),('2073-11-28'),('2073-11-29'),('2073-11-30'),('2073-12-01'),('2073-12-02'),('2073-12-03'),('2073-12-04'),('2073-12-05'),('2073-12-06'),('2073-12-07'),('2073-12-08'),('2073-12-09'),('2073-12-10'),('2073-12-11'),('2073-12-12'),('2073-12-13'),('2073-12-14'),('2073-12-15'),('2073-12-16'),('2073-12-17'),('2073-12-18'),('2073-12-19'),('2073-12-20'),('2073-12-21'),('2073-12-22'),('2073-12-23'),('2073-12-24'),('2073-12-25'),('2073-12-26'),('2073-12-27'),('2073-12-28'),('2073-12-29'),('2073-12-30'),('2073-12-31'),('2074-01-01'),('2074-01-02'),('2074-01-03'),('2074-01-04'),('2074-01-05'),('2074-01-06'),('2074-01-07'),('2074-01-08'),('2074-01-09'),('2074-01-10'),('2074-01-11'),('2074-01-12'),('2074-01-13'),('2074-01-14'),('2074-01-15'),('2074-01-16'),('2074-01-17'),('2074-01-18'),('2074-01-19'),('2074-01-20'),('2074-01-21'),('2074-01-22'),('2074-01-23'),('2074-01-24'),('2074-01-25'),('2074-01-26'),('2074-01-27'),('2074-01-28'),('2074-01-29'),('2074-01-30'),('2074-01-31'),('2074-02-01'),('2074-02-02'),('2074-02-03'),('2074-02-04'),('2074-02-05'),('2074-02-06'),('2074-02-07'),('2074-02-08'),('2074-02-09'),('2074-02-10'),('2074-02-11'),('2074-02-12'),('2074-02-13'),('2074-02-14'),('2074-02-15'),('2074-02-16'),('2074-02-17'),('2074-02-18'),('2074-02-19'),('2074-02-20'),('2074-02-21'),('2074-02-22'),('2074-02-23'),('2074-02-24'),('2074-02-25'),('2074-02-26'),('2074-02-27'),('2074-02-28'),('2074-03-01'),('2074-03-02'),('2074-03-03'),('2074-03-04'),('2074-03-05'),('2074-03-06'),('2074-03-07'),('2074-03-08'),('2074-03-09'),('2074-03-10'),('2074-03-11'),('2074-03-12'),('2074-03-13'),('2074-03-14'),('2074-03-15'),('2074-03-16'),('2074-03-17'),('2074-03-18'),('2074-03-19'),('2074-03-20'),('2074-03-21'),('2074-03-22'),('2074-03-23'),('2074-03-24'),('2074-03-25'),('2074-03-26'),('2074-03-27'),('2074-03-28'),('2074-03-29'),('2074-03-30'),('2074-03-31'),('2074-04-01'),('2074-04-02'),('2074-04-03'),('2074-04-04'),('2074-04-05'),('2074-04-06'),('2074-04-07'),('2074-04-08'),('2074-04-09'),('2074-04-10'),('2074-04-11'),('2074-04-12'),('2074-04-13'),('2074-04-14'),('2074-04-15'),('2074-04-16'),('2074-04-17'),('2074-04-18'),('2074-04-19'),('2074-04-20'),('2074-04-21'),('2074-04-22'),('2074-04-23'),('2074-04-24'),('2074-04-25'),('2074-04-26'),('2074-04-27'),('2074-04-28'),('2074-04-29'),('2074-04-30'),('2074-05-01'),('2074-05-02'),('2074-05-03'),('2074-05-04'),('2074-05-05'),('2074-05-06'),('2074-05-07'),('2074-05-08'),('2074-05-09'),('2074-05-10'),('2074-05-11'),('2074-05-12'),('2074-05-13'),('2074-05-14'),('2074-05-15'),('2074-05-16'),('2074-05-17'),('2074-05-18'),('2074-05-19'),('2074-05-20'),('2074-05-21'),('2074-05-22'),('2074-05-23'),('2074-05-24'),('2074-05-25'),('2074-05-26'),('2074-05-27'),('2074-05-28'),('2074-05-29'),('2074-05-30'),('2074-05-31'),('2074-06-01'),('2074-06-02'),('2074-06-03'),('2074-06-04'),('2074-06-05'),('2074-06-06'),('2074-06-07'),('2074-06-08'),('2074-06-09'),('2074-06-10'),('2074-06-11'),('2074-06-12'),('2074-06-13'),('2074-06-14'),('2074-06-15'),('2074-06-16'),('2074-06-17'),('2074-06-18'),('2074-06-19'),('2074-06-20'),('2074-06-21'),('2074-06-22'),('2074-06-23'),('2074-06-24'),('2074-06-25'),('2074-06-26'),('2074-06-27'),('2074-06-28'),('2074-06-29'),('2074-06-30'),('2074-07-01'),('2074-07-02'),('2074-07-03'),('2074-07-04'),('2074-07-05'),('2074-07-06'),('2074-07-07'),('2074-07-08'),('2074-07-09'),('2074-07-10'),('2074-07-11'),('2074-07-12'),('2074-07-13'),('2074-07-14'),('2074-07-15'),('2074-07-16'),('2074-07-17'),('2074-07-18'),('2074-07-19'),('2074-07-20'),('2074-07-21'),('2074-07-22'),('2074-07-23'),('2074-07-24'),('2074-07-25'),('2074-07-26'),('2074-07-27'),('2074-07-28'),('2074-07-29'),('2074-07-30'),('2074-07-31'),('2074-08-01'),('2074-08-02'),('2074-08-03'),('2074-08-04'),('2074-08-05'),('2074-08-06'),('2074-08-07'),('2074-08-08'),('2074-08-09'),('2074-08-10'),('2074-08-11'),('2074-08-12'),('2074-08-13'),('2074-08-14'),('2074-08-15'),('2074-08-16'),('2074-08-17'),('2074-08-18'),('2074-08-19'),('2074-08-20'),('2074-08-21'),('2074-08-22'),('2074-08-23'),('2074-08-24'),('2074-08-25'),('2074-08-26'),('2074-08-27'),('2074-08-28'),('2074-08-29'),('2074-08-30'),('2074-08-31'),('2074-09-01'),('2074-09-02'),('2074-09-03'),('2074-09-04'),('2074-09-05'),('2074-09-06'),('2074-09-07'),('2074-09-08'),('2074-09-09'),('2074-09-10'),('2074-09-11'),('2074-09-12'),('2074-09-13'),('2074-09-14'),('2074-09-15'),('2074-09-16'),('2074-09-17'),('2074-09-18'),('2074-09-19'),('2074-09-20'),('2074-09-21'),('2074-09-22'),('2074-09-23'),('2074-09-24'),('2074-09-25'),('2074-09-26'),('2074-09-27'),('2074-09-28'),('2074-09-29'),('2074-09-30'),('2074-10-01'),('2074-10-02'),('2074-10-03'),('2074-10-04'),('2074-10-05'),('2074-10-06'),('2074-10-07'),('2074-10-08'),('2074-10-09'),('2074-10-10'),('2074-10-11'),('2074-10-12'),('2074-10-13'),('2074-10-14'),('2074-10-15'),('2074-10-16'),('2074-10-17'),('2074-10-18'),('2074-10-19'),('2074-10-20'),('2074-10-21'),('2074-10-22'),('2074-10-23'),('2074-10-24'),('2074-10-25'),('2074-10-26'),('2074-10-27'),('2074-10-28'),('2074-10-29'),('2074-10-30'),('2074-10-31'),('2074-11-01'),('2074-11-02'),('2074-11-03'),('2074-11-04'),('2074-11-05'),('2074-11-06'),('2074-11-07'),('2074-11-08'),('2074-11-09'),('2074-11-10'),('2074-11-11'),('2074-11-12'),('2074-11-13'),('2074-11-14'),('2074-11-15'),('2074-11-16'),('2074-11-17'),('2074-11-18'),('2074-11-19'),('2074-11-20'),('2074-11-21'),('2074-11-22'),('2074-11-23'),('2074-11-24'),('2074-11-25'),('2074-11-26'),('2074-11-27'),('2074-11-28'),('2074-11-29'),('2074-11-30'),('2074-12-01'),('2074-12-02'),('2074-12-03'),('2074-12-04'),('2074-12-05'),('2074-12-06'),('2074-12-07'),('2074-12-08'),('2074-12-09'),('2074-12-10'),('2074-12-11'),('2074-12-12'),('2074-12-13'),('2074-12-14'),('2074-12-15'),('2074-12-16'),('2074-12-17'),('2074-12-18'),('2074-12-19'),('2074-12-20'),('2074-12-21'),('2074-12-22'),('2074-12-23'),('2074-12-24'),('2074-12-25'),('2074-12-26'),('2074-12-27'),('2074-12-28'),('2074-12-29'),('2074-12-30'),('2074-12-31'),('2075-01-01'),('2075-01-02'),('2075-01-03'),('2075-01-04'),('2075-01-05'),('2075-01-06'),('2075-01-07'),('2075-01-08'),('2075-01-09'),('2075-01-10'),('2075-01-11'),('2075-01-12'),('2075-01-13'),('2075-01-14'),('2075-01-15'),('2075-01-16'),('2075-01-17'),('2075-01-18'),('2075-01-19'),('2075-01-20'),('2075-01-21'),('2075-01-22'),('2075-01-23'),('2075-01-24'),('2075-01-25'),('2075-01-26'),('2075-01-27'),('2075-01-28'),('2075-01-29'),('2075-01-30'),('2075-01-31'),('2075-02-01'),('2075-02-02'),('2075-02-03'),('2075-02-04'),('2075-02-05'),('2075-02-06'),('2075-02-07'),('2075-02-08'),('2075-02-09'),('2075-02-10'),('2075-02-11'),('2075-02-12'),('2075-02-13'),('2075-02-14'),('2075-02-15'),('2075-02-16'),('2075-02-17'),('2075-02-18'),('2075-02-19'),('2075-02-20'),('2075-02-21'),('2075-02-22'),('2075-02-23'),('2075-02-24'),('2075-02-25'),('2075-02-26'),('2075-02-27'),('2075-02-28'),('2075-03-01'),('2075-03-02'),('2075-03-03'),('2075-03-04'),('2075-03-05'),('2075-03-06'),('2075-03-07'),('2075-03-08'),('2075-03-09'),('2075-03-10'),('2075-03-11'),('2075-03-12'),('2075-03-13'),('2075-03-14'),('2075-03-15'),('2075-03-16'),('2075-03-17'),('2075-03-18'),('2075-03-19'),('2075-03-20'),('2075-03-21'),('2075-03-22'),('2075-03-23'),('2075-03-24'),('2075-03-25'),('2075-03-26'),('2075-03-27'),('2075-03-28'),('2075-03-29'),('2075-03-30'),('2075-03-31'),('2075-04-01'),('2075-04-02'),('2075-04-03'),('2075-04-04'),('2075-04-05'),('2075-04-06'),('2075-04-07'),('2075-04-08'),('2075-04-09'),('2075-04-10'),('2075-04-11'),('2075-04-12'),('2075-04-13'),('2075-04-14'),('2075-04-15'),('2075-04-16'),('2075-04-17'),('2075-04-18'),('2075-04-19'),('2075-04-20'),('2075-04-21'),('2075-04-22'),('2075-04-23'),('2075-04-24'),('2075-04-25'),('2075-04-26'),('2075-04-27'),('2075-04-28'),('2075-04-29'),('2075-04-30'),('2075-05-01'),('2075-05-02'),('2075-05-03'),('2075-05-04'),('2075-05-05'),('2075-05-06'),('2075-05-07'),('2075-05-08'),('2075-05-09'),('2075-05-10'),('2075-05-11'),('2075-05-12'),('2075-05-13'),('2075-05-14'),('2075-05-15'),('2075-05-16'),('2075-05-17'),('2075-05-18'),('2075-05-19'),('2075-05-20'),('2075-05-21'),('2075-05-22'),('2075-05-23'),('2075-05-24'),('2075-05-25'),('2075-05-26'),('2075-05-27'),('2075-05-28'),('2075-05-29'),('2075-05-30'),('2075-05-31'),('2075-06-01'),('2075-06-02'),('2075-06-03'),('2075-06-04'),('2075-06-05'),('2075-06-06'),('2075-06-07'),('2075-06-08'),('2075-06-09'),('2075-06-10'),('2075-06-11'),('2075-06-12'),('2075-06-13'),('2075-06-14'),('2075-06-15'),('2075-06-16'),('2075-06-17'),('2075-06-18'),('2075-06-19'),('2075-06-20'),('2075-06-21'),('2075-06-22'),('2075-06-23'),('2075-06-24'),('2075-06-25'),('2075-06-26'),('2075-06-27'),('2075-06-28'),('2075-06-29'),('2075-06-30'),('2075-07-01'),('2075-07-02'),('2075-07-03'),('2075-07-04'),('2075-07-05'),('2075-07-06'),('2075-07-07'),('2075-07-08'),('2075-07-09'),('2075-07-10'),('2075-07-11'),('2075-07-12'),('2075-07-13'),('2075-07-14'),('2075-07-15'),('2075-07-16'),('2075-07-17'),('2075-07-18'),('2075-07-19'),('2075-07-20'),('2075-07-21'),('2075-07-22'),('2075-07-23'),('2075-07-24'),('2075-07-25'),('2075-07-26'),('2075-07-27'),('2075-07-28'),('2075-07-29'),('2075-07-30'),('2075-07-31'),('2075-08-01'),('2075-08-02'),('2075-08-03'),('2075-08-04'),('2075-08-05'),('2075-08-06'),('2075-08-07'),('2075-08-08'),('2075-08-09'),('2075-08-10'),('2075-08-11'),('2075-08-12'),('2075-08-13'),('2075-08-14'),('2075-08-15'),('2075-08-16'),('2075-08-17'),('2075-08-18'),('2075-08-19'),('2075-08-20'),('2075-08-21'),('2075-08-22'),('2075-08-23'),('2075-08-24'),('2075-08-25'),('2075-08-26'),('2075-08-27'),('2075-08-28'),('2075-08-29'),('2075-08-30'),('2075-08-31'),('2075-09-01'),('2075-09-02'),('2075-09-03'),('2075-09-04'),('2075-09-05'),('2075-09-06'),('2075-09-07'),('2075-09-08'),('2075-09-09'),('2075-09-10'),('2075-09-11'),('2075-09-12'),('2075-09-13'),('2075-09-14'),('2075-09-15'),('2075-09-16'),('2075-09-17'),('2075-09-18'),('2075-09-19'),('2075-09-20'),('2075-09-21'),('2075-09-22'),('2075-09-23'),('2075-09-24'),('2075-09-25'),('2075-09-26'),('2075-09-27'),('2075-09-28'),('2075-09-29'),('2075-09-30'),('2075-10-01'),('2075-10-02'),('2075-10-03'),('2075-10-04'),('2075-10-05'),('2075-10-06'),('2075-10-07'),('2075-10-08'),('2075-10-09'),('2075-10-10'),('2075-10-11'),('2075-10-12'),('2075-10-13'),('2075-10-14'),('2075-10-15'),('2075-10-16'),('2075-10-17'),('2075-10-18'),('2075-10-19'),('2075-10-20'),('2075-10-21'),('2075-10-22'),('2075-10-23'),('2075-10-24'),('2075-10-25'),('2075-10-26'),('2075-10-27'),('2075-10-28'),('2075-10-29'),('2075-10-30'),('2075-10-31'),('2075-11-01'),('2075-11-02'),('2075-11-03'),('2075-11-04'),('2075-11-05'),('2075-11-06'),('2075-11-07'),('2075-11-08'),('2075-11-09'),('2075-11-10'),('2075-11-11'),('2075-11-12'),('2075-11-13'),('2075-11-14'),('2075-11-15'),('2075-11-16'),('2075-11-17'),('2075-11-18'),('2075-11-19'),('2075-11-20'),('2075-11-21'),('2075-11-22'),('2075-11-23'),('2075-11-24'),('2075-11-25'),('2075-11-26'),('2075-11-27'),('2075-11-28'),('2075-11-29'),('2075-11-30'),('2075-12-01'),('2075-12-02'),('2075-12-03'),('2075-12-04'),('2075-12-05'),('2075-12-06'),('2075-12-07'),('2075-12-08'),('2075-12-09'),('2075-12-10'),('2075-12-11'),('2075-12-12'),('2075-12-13'),('2075-12-14'),('2075-12-15'),('2075-12-16'),('2075-12-17'),('2075-12-18'),('2075-12-19'),('2075-12-20'),('2075-12-21'),('2075-12-22'),('2075-12-23'),('2075-12-24'),('2075-12-25'),('2075-12-26'),('2075-12-27'),('2075-12-28'),('2075-12-29'),('2075-12-30'),('2075-12-31'),('2076-01-01'),('2076-01-02'),('2076-01-03'),('2076-01-04'),('2076-01-05'),('2076-01-06'),('2076-01-07'),('2076-01-08'),('2076-01-09'),('2076-01-10'),('2076-01-11'),('2076-01-12'),('2076-01-13'),('2076-01-14'),('2076-01-15'),('2076-01-16'),('2076-01-17'),('2076-01-18'),('2076-01-19'),('2076-01-20'),('2076-01-21'),('2076-01-22'),('2076-01-23'),('2076-01-24'),('2076-01-25'),('2076-01-26'),('2076-01-27'),('2076-01-28'),('2076-01-29'),('2076-01-30'),('2076-01-31'),('2076-02-01'),('2076-02-02'),('2076-02-03'),('2076-02-04'),('2076-02-05'),('2076-02-06'),('2076-02-07'),('2076-02-08'),('2076-02-09'),('2076-02-10'),('2076-02-11'),('2076-02-12'),('2076-02-13'),('2076-02-14'),('2076-02-15'),('2076-02-16'),('2076-02-17'),('2076-02-18'),('2076-02-19'),('2076-02-20'),('2076-02-21'),('2076-02-22'),('2076-02-23'),('2076-02-24'),('2076-02-25'),('2076-02-26'),('2076-02-27'),('2076-02-28'),('2076-02-29'),('2076-03-01'),('2076-03-02'),('2076-03-03'),('2076-03-04'),('2076-03-05'),('2076-03-06'),('2076-03-07'),('2076-03-08'),('2076-03-09'),('2076-03-10'),('2076-03-11'),('2076-03-12'),('2076-03-13'),('2076-03-14'),('2076-03-15'),('2076-03-16'),('2076-03-17'),('2076-03-18'),('2076-03-19'),('2076-03-20'),('2076-03-21'),('2076-03-22'),('2076-03-23'),('2076-03-24'),('2076-03-25'),('2076-03-26'),('2076-03-27'),('2076-03-28'),('2076-03-29'),('2076-03-30'),('2076-03-31'),('2076-04-01'),('2076-04-02'),('2076-04-03'),('2076-04-04'),('2076-04-05'),('2076-04-06'),('2076-04-07'),('2076-04-08'),('2076-04-09'),('2076-04-10'),('2076-04-11'),('2076-04-12'),('2076-04-13'),('2076-04-14'),('2076-04-15'),('2076-04-16'),('2076-04-17'),('2076-04-18'),('2076-04-19'),('2076-04-20'),('2076-04-21'),('2076-04-22'),('2076-04-23'),('2076-04-24'),('2076-04-25'),('2076-04-26'),('2076-04-27'),('2076-04-28'),('2076-04-29'),('2076-04-30'),('2076-05-01'),('2076-05-02'),('2076-05-03'),('2076-05-04'),('2076-05-05'),('2076-05-06'),('2076-05-07'),('2076-05-08'),('2076-05-09'),('2076-05-10'),('2076-05-11'),('2076-05-12'),('2076-05-13'),('2076-05-14'),('2076-05-15'),('2076-05-16'),('2076-05-17'),('2076-05-18'),('2076-05-19'),('2076-05-20'),('2076-05-21'),('2076-05-22'),('2076-05-23'),('2076-05-24'),('2076-05-25'),('2076-05-26'),('2076-05-27'),('2076-05-28'),('2076-05-29'),('2076-05-30'),('2076-05-31'),('2076-06-01'),('2076-06-02'),('2076-06-03'),('2076-06-04'),('2076-06-05'),('2076-06-06'),('2076-06-07'),('2076-06-08'),('2076-06-09'),('2076-06-10'),('2076-06-11'),('2076-06-12'),('2076-06-13'),('2076-06-14'),('2076-06-15'),('2076-06-16'),('2076-06-17'),('2076-06-18'),('2076-06-19'),('2076-06-20'),('2076-06-21'),('2076-06-22'),('2076-06-23'),('2076-06-24'),('2076-06-25'),('2076-06-26'),('2076-06-27'),('2076-06-28'),('2076-06-29'),('2076-06-30'),('2076-07-01'),('2076-07-02'),('2076-07-03'),('2076-07-04'),('2076-07-05'),('2076-07-06'),('2076-07-07'),('2076-07-08'),('2076-07-09'),('2076-07-10'),('2076-07-11'),('2076-07-12'),('2076-07-13'),('2076-07-14'),('2076-07-15'),('2076-07-16'),('2076-07-17'),('2076-07-18'),('2076-07-19'),('2076-07-20'),('2076-07-21'),('2076-07-22'),('2076-07-23'),('2076-07-24'),('2076-07-25'),('2076-07-26'),('2076-07-27'),('2076-07-28'),('2076-07-29'),('2076-07-30'),('2076-07-31'),('2076-08-01'),('2076-08-02'),('2076-08-03'),('2076-08-04'),('2076-08-05'),('2076-08-06'),('2076-08-07'),('2076-08-08'),('2076-08-09'),('2076-08-10'),('2076-08-11'),('2076-08-12'),('2076-08-13'),('2076-08-14'),('2076-08-15'),('2076-08-16'),('2076-08-17'),('2076-08-18'),('2076-08-19'),('2076-08-20'),('2076-08-21'),('2076-08-22'),('2076-08-23'),('2076-08-24'),('2076-08-25'),('2076-08-26'),('2076-08-27'),('2076-08-28'),('2076-08-29'),('2076-08-30'),('2076-08-31'),('2076-09-01'),('2076-09-02'),('2076-09-03'),('2076-09-04'),('2076-09-05'),('2076-09-06'),('2076-09-07'),('2076-09-08'),('2076-09-09'),('2076-09-10'),('2076-09-11'),('2076-09-12'),('2076-09-13'),('2076-09-14'),('2076-09-15'),('2076-09-16'),('2076-09-17'),('2076-09-18'),('2076-09-19'),('2076-09-20'),('2076-09-21'),('2076-09-22'),('2076-09-23'),('2076-09-24'),('2076-09-25'),('2076-09-26'),('2076-09-27'),('2076-09-28'),('2076-09-29'),('2076-09-30'),('2076-10-01'),('2076-10-02'),('2076-10-03'),('2076-10-04'),('2076-10-05'),('2076-10-06'),('2076-10-07'),('2076-10-08'),('2076-10-09'),('2076-10-10'),('2076-10-11'),('2076-10-12'),('2076-10-13'),('2076-10-14'),('2076-10-15'),('2076-10-16'),('2076-10-17'),('2076-10-18'),('2076-10-19'),('2076-10-20'),('2076-10-21'),('2076-10-22'),('2076-10-23'),('2076-10-24'),('2076-10-25'),('2076-10-26'),('2076-10-27'),('2076-10-28'),('2076-10-29'),('2076-10-30'),('2076-10-31'),('2076-11-01'),('2076-11-02'),('2076-11-03'),('2076-11-04'),('2076-11-05'),('2076-11-06'),('2076-11-07'),('2076-11-08'),('2076-11-09'),('2076-11-10'),('2076-11-11'),('2076-11-12'),('2076-11-13'),('2076-11-14'),('2076-11-15'),('2076-11-16'),('2076-11-17'),('2076-11-18'),('2076-11-19'),('2076-11-20'),('2076-11-21'),('2076-11-22'),('2076-11-23'),('2076-11-24'),('2076-11-25'),('2076-11-26'),('2076-11-27'),('2076-11-28'),('2076-11-29'),('2076-11-30'),('2076-12-01'),('2076-12-02'),('2076-12-03'),('2076-12-04'),('2076-12-05'),('2076-12-06'),('2076-12-07'),('2076-12-08'),('2076-12-09'),('2076-12-10'),('2076-12-11'),('2076-12-12'),('2076-12-13'),('2076-12-14'),('2076-12-15'),('2076-12-16'),('2076-12-17'),('2076-12-18'),('2076-12-19'),('2076-12-20'),('2076-12-21'),('2076-12-22'),('2076-12-23'),('2076-12-24'),('2076-12-25'),('2076-12-26'),('2076-12-27'),('2076-12-28'),('2076-12-29'),('2076-12-30'),('2076-12-31'),('2077-01-01'),('2077-01-02'),('2077-01-03'),('2077-01-04'),('2077-01-05'),('2077-01-06'),('2077-01-07'),('2077-01-08'),('2077-01-09'),('2077-01-10'),('2077-01-11'),('2077-01-12'),('2077-01-13'),('2077-01-14'),('2077-01-15'),('2077-01-16'),('2077-01-17'),('2077-01-18'),('2077-01-19'),('2077-01-20'),('2077-01-21'),('2077-01-22'),('2077-01-23'),('2077-01-24'),('2077-01-25'),('2077-01-26'),('2077-01-27'),('2077-01-28'),('2077-01-29'),('2077-01-30'),('2077-01-31'),('2077-02-01'),('2077-02-02'),('2077-02-03'),('2077-02-04'),('2077-02-05'),('2077-02-06'),('2077-02-07'),('2077-02-08'),('2077-02-09'),('2077-02-10'),('2077-02-11'),('2077-02-12'),('2077-02-13'),('2077-02-14'),('2077-02-15'),('2077-02-16'),('2077-02-17'),('2077-02-18'),('2077-02-19'),('2077-02-20'),('2077-02-21'),('2077-02-22'),('2077-02-23'),('2077-02-24'),('2077-02-25'),('2077-02-26'),('2077-02-27'),('2077-02-28'),('2077-03-01'),('2077-03-02'),('2077-03-03'),('2077-03-04'),('2077-03-05'),('2077-03-06'),('2077-03-07'),('2077-03-08'),('2077-03-09'),('2077-03-10'),('2077-03-11'),('2077-03-12'),('2077-03-13'),('2077-03-14'),('2077-03-15'),('2077-03-16'),('2077-03-17'),('2077-03-18'),('2077-03-19'),('2077-03-20'),('2077-03-21'),('2077-03-22'),('2077-03-23'),('2077-03-24'),('2077-03-25'),('2077-03-26'),('2077-03-27'),('2077-03-28'),('2077-03-29'),('2077-03-30'),('2077-03-31'),('2077-04-01'),('2077-04-02'),('2077-04-03'),('2077-04-04'),('2077-04-05'),('2077-04-06'),('2077-04-07'),('2077-04-08'),('2077-04-09'),('2077-04-10'),('2077-04-11'),('2077-04-12'),('2077-04-13'),('2077-04-14'),('2077-04-15'),('2077-04-16'),('2077-04-17'),('2077-04-18'),('2077-04-19'),('2077-04-20'),('2077-04-21'),('2077-04-22'),('2077-04-23'),('2077-04-24'),('2077-04-25'),('2077-04-26'),('2077-04-27'),('2077-04-28'),('2077-04-29'),('2077-04-30'),('2077-05-01'),('2077-05-02'),('2077-05-03'),('2077-05-04'),('2077-05-05'),('2077-05-06'),('2077-05-07'),('2077-05-08'),('2077-05-09'),('2077-05-10'),('2077-05-11'),('2077-05-12'),('2077-05-13'),('2077-05-14'),('2077-05-15'),('2077-05-16'),('2077-05-17'),('2077-05-18'),('2077-05-19'),('2077-05-20'),('2077-05-21'),('2077-05-22'),('2077-05-23'),('2077-05-24'),('2077-05-25'),('2077-05-26'),('2077-05-27'),('2077-05-28'),('2077-05-29'),('2077-05-30'),('2077-05-31'),('2077-06-01'),('2077-06-02'),('2077-06-03'),('2077-06-04'),('2077-06-05'),('2077-06-06'),('2077-06-07'),('2077-06-08'),('2077-06-09'),('2077-06-10'),('2077-06-11'),('2077-06-12'),('2077-06-13'),('2077-06-14'),('2077-06-15'),('2077-06-16'),('2077-06-17'),('2077-06-18'),('2077-06-19'),('2077-06-20'),('2077-06-21'),('2077-06-22'),('2077-06-23'),('2077-06-24'),('2077-06-25'),('2077-06-26'),('2077-06-27'),('2077-06-28'),('2077-06-29'),('2077-06-30'),('2077-07-01'),('2077-07-02'),('2077-07-03'),('2077-07-04'),('2077-07-05'),('2077-07-06'),('2077-07-07'),('2077-07-08'),('2077-07-09'),('2077-07-10'),('2077-07-11'),('2077-07-12'),('2077-07-13'),('2077-07-14'),('2077-07-15'),('2077-07-16'),('2077-07-17'),('2077-07-18'),('2077-07-19'),('2077-07-20'),('2077-07-21'),('2077-07-22'),('2077-07-23'),('2077-07-24'),('2077-07-25'),('2077-07-26'),('2077-07-27'),('2077-07-28'),('2077-07-29'),('2077-07-30'),('2077-07-31'),('2077-08-01'),('2077-08-02'),('2077-08-03'),('2077-08-04'),('2077-08-05'),('2077-08-06'),('2077-08-07'),('2077-08-08'),('2077-08-09'),('2077-08-10'),('2077-08-11'),('2077-08-12'),('2077-08-13'),('2077-08-14'),('2077-08-15'),('2077-08-16'),('2077-08-17'),('2077-08-18'),('2077-08-19'),('2077-08-20'),('2077-08-21'),('2077-08-22'),('2077-08-23'),('2077-08-24'),('2077-08-25'),('2077-08-26'),('2077-08-27'),('2077-08-28'),('2077-08-29'),('2077-08-30'),('2077-08-31'),('2077-09-01'),('2077-09-02'),('2077-09-03'),('2077-09-04'),('2077-09-05'),('2077-09-06'),('2077-09-07'),('2077-09-08'),('2077-09-09'),('2077-09-10'),('2077-09-11'),('2077-09-12'),('2077-09-13'),('2077-09-14'),('2077-09-15'),('2077-09-16'),('2077-09-17'),('2077-09-18'),('2077-09-19'),('2077-09-20'),('2077-09-21'),('2077-09-22'),('2077-09-23'),('2077-09-24'),('2077-09-25'),('2077-09-26'),('2077-09-27'),('2077-09-28'),('2077-09-29'),('2077-09-30'),('2077-10-01'),('2077-10-02'),('2077-10-03'),('2077-10-04'),('2077-10-05'),('2077-10-06'),('2077-10-07'),('2077-10-08'),('2077-10-09'),('2077-10-10'),('2077-10-11'),('2077-10-12'),('2077-10-13'),('2077-10-14'),('2077-10-15'),('2077-10-16'),('2077-10-17'),('2077-10-18'),('2077-10-19'),('2077-10-20'),('2077-10-21'),('2077-10-22'),('2077-10-23'),('2077-10-24'),('2077-10-25'),('2077-10-26'),('2077-10-27'),('2077-10-28'),('2077-10-29'),('2077-10-30'),('2077-10-31'),('2077-11-01'),('2077-11-02'),('2077-11-03'),('2077-11-04'),('2077-11-05'),('2077-11-06'),('2077-11-07'),('2077-11-08'),('2077-11-09'),('2077-11-10'),('2077-11-11'),('2077-11-12'),('2077-11-13'),('2077-11-14'),('2077-11-15'),('2077-11-16'),('2077-11-17'),('2077-11-18'),('2077-11-19'),('2077-11-20'),('2077-11-21'),('2077-11-22'),('2077-11-23'),('2077-11-24'),('2077-11-25'),('2077-11-26'),('2077-11-27'),('2077-11-28'),('2077-11-29'),('2077-11-30'),('2077-12-01'),('2077-12-02'),('2077-12-03'),('2077-12-04'),('2077-12-05'),('2077-12-06'),('2077-12-07'),('2077-12-08'),('2077-12-09'),('2077-12-10'),('2077-12-11'),('2077-12-12'),('2077-12-13'),('2077-12-14'),('2077-12-15'),('2077-12-16'),('2077-12-17'),('2077-12-18'),('2077-12-19'),('2077-12-20'),('2077-12-21'),('2077-12-22'),('2077-12-23'),('2077-12-24'),('2077-12-25'),('2077-12-26'),('2077-12-27'),('2077-12-28'),('2077-12-29'),('2077-12-30'),('2077-12-31'),('2078-01-01'),('2078-01-02'),('2078-01-03'),('2078-01-04'),('2078-01-05'),('2078-01-06'),('2078-01-07'),('2078-01-08'),('2078-01-09'),('2078-01-10'),('2078-01-11'),('2078-01-12'),('2078-01-13'),('2078-01-14'),('2078-01-15'),('2078-01-16'),('2078-01-17'),('2078-01-18'),('2078-01-19'),('2078-01-20'),('2078-01-21'),('2078-01-22'),('2078-01-23'),('2078-01-24'),('2078-01-25'),('2078-01-26'),('2078-01-27'),('2078-01-28'),('2078-01-29'),('2078-01-30'),('2078-01-31'),('2078-02-01'),('2078-02-02'),('2078-02-03'),('2078-02-04'),('2078-02-05'),('2078-02-06'),('2078-02-07'),('2078-02-08'),('2078-02-09'),('2078-02-10'),('2078-02-11'),('2078-02-12'),('2078-02-13'),('2078-02-14'),('2078-02-15'),('2078-02-16'),('2078-02-17'),('2078-02-18'),('2078-02-19'),('2078-02-20'),('2078-02-21'),('2078-02-22'),('2078-02-23'),('2078-02-24'),('2078-02-25'),('2078-02-26'),('2078-02-27'),('2078-02-28'),('2078-03-01'),('2078-03-02'),('2078-03-03'),('2078-03-04'),('2078-03-05'),('2078-03-06'),('2078-03-07'),('2078-03-08'),('2078-03-09'),('2078-03-10'),('2078-03-11'),('2078-03-12'),('2078-03-13'),('2078-03-14'),('2078-03-15'),('2078-03-16'),('2078-03-17'),('2078-03-18'),('2078-03-19'),('2078-03-20'),('2078-03-21'),('2078-03-22'),('2078-03-23'),('2078-03-24'),('2078-03-25'),('2078-03-26'),('2078-03-27'),('2078-03-28'),('2078-03-29'),('2078-03-30'),('2078-03-31'),('2078-04-01'),('2078-04-02'),('2078-04-03'),('2078-04-04'),('2078-04-05'),('2078-04-06'),('2078-04-07'),('2078-04-08'),('2078-04-09'),('2078-04-10'),('2078-04-11'),('2078-04-12'),('2078-04-13'),('2078-04-14'),('2078-04-15'),('2078-04-16'),('2078-04-17'),('2078-04-18'),('2078-04-19'),('2078-04-20'),('2078-04-21'),('2078-04-22'),('2078-04-23'),('2078-04-24'),('2078-04-25'),('2078-04-26'),('2078-04-27'),('2078-04-28'),('2078-04-29'),('2078-04-30'),('2078-05-01'),('2078-05-02'),('2078-05-03'),('2078-05-04'),('2078-05-05'),('2078-05-06'),('2078-05-07'),('2078-05-08'),('2078-05-09'),('2078-05-10'),('2078-05-11'),('2078-05-12'),('2078-05-13'),('2078-05-14'),('2078-05-15'),('2078-05-16'),('2078-05-17'),('2078-05-18'),('2078-05-19'),('2078-05-20'),('2078-05-21'),('2078-05-22'),('2078-05-23'),('2078-05-24'),('2078-05-25'),('2078-05-26'),('2078-05-27'),('2078-05-28'),('2078-05-29'),('2078-05-30'),('2078-05-31'),('2078-06-01'),('2078-06-02'),('2078-06-03'),('2078-06-04'),('2078-06-05'),('2078-06-06'),('2078-06-07'),('2078-06-08'),('2078-06-09'),('2078-06-10'),('2078-06-11'),('2078-06-12'),('2078-06-13'),('2078-06-14'),('2078-06-15'),('2078-06-16'),('2078-06-17'),('2078-06-18'),('2078-06-19'),('2078-06-20'),('2078-06-21'),('2078-06-22'),('2078-06-23'),('2078-06-24'),('2078-06-25'),('2078-06-26'),('2078-06-27'),('2078-06-28'),('2078-06-29'),('2078-06-30'),('2078-07-01'),('2078-07-02'),('2078-07-03'),('2078-07-04'),('2078-07-05'),('2078-07-06'),('2078-07-07'),('2078-07-08'),('2078-07-09'),('2078-07-10'),('2078-07-11'),('2078-07-12'),('2078-07-13'),('2078-07-14'),('2078-07-15'),('2078-07-16'),('2078-07-17'),('2078-07-18'),('2078-07-19'),('2078-07-20'),('2078-07-21'),('2078-07-22'),('2078-07-23'),('2078-07-24'),('2078-07-25'),('2078-07-26'),('2078-07-27'),('2078-07-28'),('2078-07-29'),('2078-07-30'),('2078-07-31'),('2078-08-01'),('2078-08-02'),('2078-08-03'),('2078-08-04'),('2078-08-05'),('2078-08-06'),('2078-08-07'),('2078-08-08'),('2078-08-09'),('2078-08-10'),('2078-08-11'),('2078-08-12'),('2078-08-13'),('2078-08-14'),('2078-08-15'),('2078-08-16'),('2078-08-17'),('2078-08-18'),('2078-08-19'),('2078-08-20'),('2078-08-21'),('2078-08-22'),('2078-08-23'),('2078-08-24'),('2078-08-25'),('2078-08-26'),('2078-08-27'),('2078-08-28'),('2078-08-29'),('2078-08-30'),('2078-08-31'),('2078-09-01'),('2078-09-02'),('2078-09-03'),('2078-09-04'),('2078-09-05'),('2078-09-06'),('2078-09-07'),('2078-09-08'),('2078-09-09'),('2078-09-10'),('2078-09-11'),('2078-09-12'),('2078-09-13'),('2078-09-14'),('2078-09-15'),('2078-09-16'),('2078-09-17'),('2078-09-18'),('2078-09-19'),('2078-09-20'),('2078-09-21'),('2078-09-22'),('2078-09-23'),('2078-09-24'),('2078-09-25'),('2078-09-26'),('2078-09-27'),('2078-09-28'),('2078-09-29'),('2078-09-30'),('2078-10-01'),('2078-10-02'),('2078-10-03'),('2078-10-04'),('2078-10-05'),('2078-10-06'),('2078-10-07'),('2078-10-08'),('2078-10-09'),('2078-10-10'),('2078-10-11'),('2078-10-12'),('2078-10-13'),('2078-10-14'),('2078-10-15'),('2078-10-16'),('2078-10-17'),('2078-10-18'),('2078-10-19'),('2078-10-20'),('2078-10-21'),('2078-10-22'),('2078-10-23'),('2078-10-24'),('2078-10-25'),('2078-10-26'),('2078-10-27'),('2078-10-28'),('2078-10-29'),('2078-10-30'),('2078-10-31'),('2078-11-01'),('2078-11-02'),('2078-11-03'),('2078-11-04'),('2078-11-05'),('2078-11-06'),('2078-11-07'),('2078-11-08'),('2078-11-09'),('2078-11-10'),('2078-11-11'),('2078-11-12'),('2078-11-13'),('2078-11-14'),('2078-11-15'),('2078-11-16'),('2078-11-17'),('2078-11-18'),('2078-11-19'),('2078-11-20'),('2078-11-21'),('2078-11-22'),('2078-11-23'),('2078-11-24'),('2078-11-25'),('2078-11-26'),('2078-11-27'),('2078-11-28'),('2078-11-29'),('2078-11-30'),('2078-12-01'),('2078-12-02'),('2078-12-03'),('2078-12-04'),('2078-12-05'),('2078-12-06'),('2078-12-07'),('2078-12-08'),('2078-12-09'),('2078-12-10'),('2078-12-11'),('2078-12-12'),('2078-12-13'),('2078-12-14'),('2078-12-15'),('2078-12-16'),('2078-12-17'),('2078-12-18'),('2078-12-19'),('2078-12-20'),('2078-12-21'),('2078-12-22'),('2078-12-23'),('2078-12-24'),('2078-12-25'),('2078-12-26'),('2078-12-27'),('2078-12-28'),('2078-12-29'),('2078-12-30'),('2078-12-31'),('2079-01-01'),('2079-01-02'),('2079-01-03'),('2079-01-04'),('2079-01-05'),('2079-01-06'),('2079-01-07'),('2079-01-08'),('2079-01-09'),('2079-01-10'),('2079-01-11'),('2079-01-12'),('2079-01-13'),('2079-01-14'),('2079-01-15'),('2079-01-16'),('2079-01-17'),('2079-01-18'),('2079-01-19'),('2079-01-20'),('2079-01-21'),('2079-01-22'),('2079-01-23'),('2079-01-24'),('2079-01-25'),('2079-01-26'),('2079-01-27'),('2079-01-28'),('2079-01-29'),('2079-01-30'),('2079-01-31'),('2079-02-01'),('2079-02-02'),('2079-02-03'),('2079-02-04'),('2079-02-05'),('2079-02-06'),('2079-02-07'),('2079-02-08'),('2079-02-09'),('2079-02-10'),('2079-02-11'),('2079-02-12'),('2079-02-13'),('2079-02-14'),('2079-02-15'),('2079-02-16'),('2079-02-17'),('2079-02-18'),('2079-02-19'),('2079-02-20'),('2079-02-21'),('2079-02-22'),('2079-02-23'),('2079-02-24'),('2079-02-25'),('2079-02-26'),('2079-02-27'),('2079-02-28'),('2079-03-01'),('2079-03-02'),('2079-03-03'),('2079-03-04'),('2079-03-05'),('2079-03-06'),('2079-03-07'),('2079-03-08'),('2079-03-09'),('2079-03-10'),('2079-03-11'),('2079-03-12'),('2079-03-13'),('2079-03-14'),('2079-03-15'),('2079-03-16'),('2079-03-17'),('2079-03-18'),('2079-03-19'),('2079-03-20'),('2079-03-21'),('2079-03-22'),('2079-03-23'),('2079-03-24'),('2079-03-25'),('2079-03-26'),('2079-03-27'),('2079-03-28'),('2079-03-29'),('2079-03-30'),('2079-03-31'),('2079-04-01'),('2079-04-02'),('2079-04-03'),('2079-04-04'),('2079-04-05'),('2079-04-06'),('2079-04-07'),('2079-04-08'),('2079-04-09'),('2079-04-10'),('2079-04-11'),('2079-04-12'),('2079-04-13'),('2079-04-14'),('2079-04-15'),('2079-04-16'),('2079-04-17'),('2079-04-18'),('2079-04-19'),('2079-04-20'),('2079-04-21'),('2079-04-22'),('2079-04-23'),('2079-04-24'),('2079-04-25'),('2079-04-26'),('2079-04-27'),('2079-04-28'),('2079-04-29'),('2079-04-30'),('2079-05-01'),('2079-05-02'),('2079-05-03'),('2079-05-04'),('2079-05-05'),('2079-05-06'),('2079-05-07'),('2079-05-08'),('2079-05-09'),('2079-05-10'),('2079-05-11'),('2079-05-12'),('2079-05-13'),('2079-05-14'),('2079-05-15'),('2079-05-16'),('2079-05-17'),('2079-05-18'),('2079-05-19'),('2079-05-20'),('2079-05-21'),('2079-05-22'),('2079-05-23'),('2079-05-24'),('2079-05-25'),('2079-05-26'),('2079-05-27'),('2079-05-28'),('2079-05-29'),('2079-05-30'),('2079-05-31'),('2079-06-01'),('2079-06-02'),('2079-06-03'),('2079-06-04'),('2079-06-05'),('2079-06-06'),('2079-06-07'),('2079-06-08'),('2079-06-09'),('2079-06-10'),('2079-06-11'),('2079-06-12'),('2079-06-13'),('2079-06-14'),('2079-06-15'),('2079-06-16'),('2079-06-17'),('2079-06-18'),('2079-06-19'),('2079-06-20'),('2079-06-21'),('2079-06-22'),('2079-06-23'),('2079-06-24'),('2079-06-25'),('2079-06-26'),('2079-06-27'),('2079-06-28'),('2079-06-29'),('2079-06-30'),('2079-07-01'),('2079-07-02'),('2079-07-03'),('2079-07-04'),('2079-07-05'),('2079-07-06'),('2079-07-07'),('2079-07-08'),('2079-07-09'),('2079-07-10'),('2079-07-11'),('2079-07-12'),('2079-07-13'),('2079-07-14'),('2079-07-15'),('2079-07-16'),('2079-07-17'),('2079-07-18'),('2079-07-19'),('2079-07-20'),('2079-07-21'),('2079-07-22'),('2079-07-23'),('2079-07-24'),('2079-07-25'),('2079-07-26'),('2079-07-27'),('2079-07-28'),('2079-07-29'),('2079-07-30'),('2079-07-31'),('2079-08-01'),('2079-08-02'),('2079-08-03'),('2079-08-04'),('2079-08-05'),('2079-08-06'),('2079-08-07'),('2079-08-08'),('2079-08-09'),('2079-08-10'),('2079-08-11'),('2079-08-12'),('2079-08-13'),('2079-08-14'),('2079-08-15'),('2079-08-16'),('2079-08-17'),('2079-08-18'),('2079-08-19'),('2079-08-20'),('2079-08-21'),('2079-08-22'),('2079-08-23'),('2079-08-24'),('2079-08-25'),('2079-08-26'),('2079-08-27'),('2079-08-28'),('2079-08-29'),('2079-08-30'),('2079-08-31'),('2079-09-01'),('2079-09-02'),('2079-09-03'),('2079-09-04'),('2079-09-05'),('2079-09-06'),('2079-09-07'),('2079-09-08'),('2079-09-09'),('2079-09-10'),('2079-09-11'),('2079-09-12'),('2079-09-13'),('2079-09-14'),('2079-09-15'),('2079-09-16'),('2079-09-17'),('2079-09-18'),('2079-09-19'),('2079-09-20'),('2079-09-21'),('2079-09-22'),('2079-09-23'),('2079-09-24'),('2079-09-25'),('2079-09-26'),('2079-09-27'),('2079-09-28'),('2079-09-29'),('2079-09-30'),('2079-10-01'),('2079-10-02'),('2079-10-03'),('2079-10-04'),('2079-10-05'),('2079-10-06'),('2079-10-07'),('2079-10-08'),('2079-10-09'),('2079-10-10'),('2079-10-11'),('2079-10-12'),('2079-10-13'),('2079-10-14'),('2079-10-15'),('2079-10-16'),('2079-10-17'),('2079-10-18'),('2079-10-19'),('2079-10-20'),('2079-10-21'),('2079-10-22'),('2079-10-23'),('2079-10-24'),('2079-10-25'),('2079-10-26'),('2079-10-27'),('2079-10-28'),('2079-10-29'),('2079-10-30'),('2079-10-31'),('2079-11-01'),('2079-11-02'),('2079-11-03'),('2079-11-04'),('2079-11-05'),('2079-11-06'),('2079-11-07'),('2079-11-08'),('2079-11-09'),('2079-11-10'),('2079-11-11'),('2079-11-12'),('2079-11-13'),('2079-11-14'),('2079-11-15'),('2079-11-16'),('2079-11-17'),('2079-11-18'),('2079-11-19'),('2079-11-20'),('2079-11-21'),('2079-11-22'),('2079-11-23'),('2079-11-24'),('2079-11-25'),('2079-11-26'),('2079-11-27'),('2079-11-28'),('2079-11-29'),('2079-11-30'),('2079-12-01'),('2079-12-02'),('2079-12-03'),('2079-12-04'),('2079-12-05'),('2079-12-06'),('2079-12-07'),('2079-12-08'),('2079-12-09'),('2079-12-10'),('2079-12-11'),('2079-12-12'),('2079-12-13'),('2079-12-14'),('2079-12-15'),('2079-12-16'),('2079-12-17'),('2079-12-18'),('2079-12-19'),('2079-12-20'),('2079-12-21'),('2079-12-22'),('2079-12-23'),('2079-12-24'),('2079-12-25'),('2079-12-26'),('2079-12-27'),('2079-12-28'),('2079-12-29'),('2079-12-30'),('2079-12-31'),('2080-01-01'),('2080-01-02'),('2080-01-03'),('2080-01-04'),('2080-01-05'),('2080-01-06'),('2080-01-07'),('2080-01-08'),('2080-01-09'),('2080-01-10'),('2080-01-11'),('2080-01-12'),('2080-01-13'),('2080-01-14'),('2080-01-15'),('2080-01-16'),('2080-01-17'),('2080-01-18'),('2080-01-19'),('2080-01-20'),('2080-01-21'),('2080-01-22'),('2080-01-23'),('2080-01-24'),('2080-01-25'),('2080-01-26'),('2080-01-27'),('2080-01-28'),('2080-01-29'),('2080-01-30'),('2080-01-31'),('2080-02-01'),('2080-02-02'),('2080-02-03'),('2080-02-04'),('2080-02-05'),('2080-02-06'),('2080-02-07'),('2080-02-08'),('2080-02-09'),('2080-02-10'),('2080-02-11'),('2080-02-12'),('2080-02-13'),('2080-02-14'),('2080-02-15'),('2080-02-16'),('2080-02-17'),('2080-02-18'),('2080-02-19'),('2080-02-20'),('2080-02-21'),('2080-02-22'),('2080-02-23'),('2080-02-24'),('2080-02-25'),('2080-02-26'),('2080-02-27'),('2080-02-28'),('2080-02-29'),('2080-03-01'),('2080-03-02'),('2080-03-03'),('2080-03-04'),('2080-03-05'),('2080-03-06'),('2080-03-07'),('2080-03-08'),('2080-03-09'),('2080-03-10'),('2080-03-11'),('2080-03-12'),('2080-03-13'),('2080-03-14'),('2080-03-15'),('2080-03-16'),('2080-03-17'),('2080-03-18'),('2080-03-19'),('2080-03-20'),('2080-03-21'),('2080-03-22'),('2080-03-23'),('2080-03-24'),('2080-03-25'),('2080-03-26'),('2080-03-27'),('2080-03-28'),('2080-03-29'),('2080-03-30'),('2080-03-31'),('2080-04-01'),('2080-04-02'),('2080-04-03'),('2080-04-04'),('2080-04-05'),('2080-04-06'),('2080-04-07'),('2080-04-08'),('2080-04-09'),('2080-04-10'),('2080-04-11'),('2080-04-12'),('2080-04-13'),('2080-04-14'),('2080-04-15'),('2080-04-16'),('2080-04-17'),('2080-04-18'),('2080-04-19'),('2080-04-20'),('2080-04-21'),('2080-04-22'),('2080-04-23'),('2080-04-24'),('2080-04-25'),('2080-04-26'),('2080-04-27'),('2080-04-28'),('2080-04-29'),('2080-04-30'),('2080-05-01'),('2080-05-02'),('2080-05-03'),('2080-05-04'),('2080-05-05'),('2080-05-06'),('2080-05-07'),('2080-05-08'),('2080-05-09'),('2080-05-10'),('2080-05-11'),('2080-05-12'),('2080-05-13'),('2080-05-14'),('2080-05-15'),('2080-05-16'),('2080-05-17'),('2080-05-18'),('2080-05-19'),('2080-05-20'),('2080-05-21'),('2080-05-22'),('2080-05-23'),('2080-05-24'),('2080-05-25'),('2080-05-26'),('2080-05-27'),('2080-05-28'),('2080-05-29'),('2080-05-30'),('2080-05-31'),('2080-06-01'),('2080-06-02'),('2080-06-03'),('2080-06-04'),('2080-06-05'),('2080-06-06'),('2080-06-07'),('2080-06-08'),('2080-06-09'),('2080-06-10'),('2080-06-11'),('2080-06-12'),('2080-06-13'),('2080-06-14'),('2080-06-15'),('2080-06-16'),('2080-06-17'),('2080-06-18'),('2080-06-19'),('2080-06-20'),('2080-06-21'),('2080-06-22'),('2080-06-23'),('2080-06-24'),('2080-06-25'),('2080-06-26'),('2080-06-27'),('2080-06-28'),('2080-06-29'),('2080-06-30'),('2080-07-01'),('2080-07-02'),('2080-07-03'),('2080-07-04'),('2080-07-05'),('2080-07-06'),('2080-07-07'),('2080-07-08'),('2080-07-09'),('2080-07-10'),('2080-07-11'),('2080-07-12'),('2080-07-13'),('2080-07-14'),('2080-07-15'),('2080-07-16'),('2080-07-17'),('2080-07-18'),('2080-07-19'),('2080-07-20'),('2080-07-21'),('2080-07-22'),('2080-07-23'),('2080-07-24'),('2080-07-25'),('2080-07-26'),('2080-07-27'),('2080-07-28'),('2080-07-29'),('2080-07-30'),('2080-07-31'),('2080-08-01'),('2080-08-02'),('2080-08-03'),('2080-08-04'),('2080-08-05'),('2080-08-06'),('2080-08-07'),('2080-08-08'),('2080-08-09'),('2080-08-10'),('2080-08-11'),('2080-08-12'),('2080-08-13'),('2080-08-14'),('2080-08-15'),('2080-08-16'),('2080-08-17'),('2080-08-18'),('2080-08-19'),('2080-08-20'),('2080-08-21'),('2080-08-22'),('2080-08-23'),('2080-08-24'),('2080-08-25'),('2080-08-26'),('2080-08-27'),('2080-08-28'),('2080-08-29'),('2080-08-30'),('2080-08-31'),('2080-09-01'),('2080-09-02'),('2080-09-03'),('2080-09-04'),('2080-09-05'),('2080-09-06'),('2080-09-07'),('2080-09-08'),('2080-09-09'),('2080-09-10'),('2080-09-11'),('2080-09-12'),('2080-09-13'),('2080-09-14'),('2080-09-15'),('2080-09-16'),('2080-09-17'),('2080-09-18'),('2080-09-19'),('2080-09-20'),('2080-09-21'),('2080-09-22'),('2080-09-23'),('2080-09-24'),('2080-09-25'),('2080-09-26'),('2080-09-27'),('2080-09-28'),('2080-09-29'),('2080-09-30'),('2080-10-01'),('2080-10-02'),('2080-10-03'),('2080-10-04'),('2080-10-05'),('2080-10-06'),('2080-10-07'),('2080-10-08'),('2080-10-09'),('2080-10-10'),('2080-10-11'),('2080-10-12'),('2080-10-13'),('2080-10-14'),('2080-10-15'),('2080-10-16'),('2080-10-17'),('2080-10-18'),('2080-10-19'),('2080-10-20'),('2080-10-21'),('2080-10-22'),('2080-10-23'),('2080-10-24'),('2080-10-25'),('2080-10-26'),('2080-10-27'),('2080-10-28'),('2080-10-29'),('2080-10-30'),('2080-10-31'),('2080-11-01'),('2080-11-02'),('2080-11-03'),('2080-11-04'),('2080-11-05'),('2080-11-06'),('2080-11-07'),('2080-11-08'),('2080-11-09'),('2080-11-10'),('2080-11-11'),('2080-11-12'),('2080-11-13'),('2080-11-14'),('2080-11-15'),('2080-11-16'),('2080-11-17'),('2080-11-18'),('2080-11-19'),('2080-11-20'),('2080-11-21'),('2080-11-22'),('2080-11-23'),('2080-11-24'),('2080-11-25'),('2080-11-26'),('2080-11-27'),('2080-11-28'),('2080-11-29'),('2080-11-30'),('2080-12-01'),('2080-12-02'),('2080-12-03'),('2080-12-04'),('2080-12-05'),('2080-12-06'),('2080-12-07'),('2080-12-08'),('2080-12-09'),('2080-12-10'),('2080-12-11'),('2080-12-12'),('2080-12-13'),('2080-12-14'),('2080-12-15'),('2080-12-16'),('2080-12-17'),('2080-12-18'),('2080-12-19'),('2080-12-20'),('2080-12-21'),('2080-12-22'),('2080-12-23'),('2080-12-24'),('2080-12-25'),('2080-12-26'),('2080-12-27'),('2080-12-28'),('2080-12-29'),('2080-12-30'),('2080-12-31'),('2081-01-01'),('2081-01-02'),('2081-01-03'),('2081-01-04'),('2081-01-05'),('2081-01-06'),('2081-01-07'),('2081-01-08'),('2081-01-09'),('2081-01-10'),('2081-01-11'),('2081-01-12'),('2081-01-13'),('2081-01-14'),('2081-01-15'),('2081-01-16'),('2081-01-17'),('2081-01-18'),('2081-01-19'),('2081-01-20'),('2081-01-21'),('2081-01-22'),('2081-01-23'),('2081-01-24'),('2081-01-25'),('2081-01-26'),('2081-01-27'),('2081-01-28'),('2081-01-29'),('2081-01-30'),('2081-01-31'),('2081-02-01'),('2081-02-02'),('2081-02-03'),('2081-02-04'),('2081-02-05'),('2081-02-06'),('2081-02-07'),('2081-02-08'),('2081-02-09'),('2081-02-10'),('2081-02-11'),('2081-02-12'),('2081-02-13'),('2081-02-14'),('2081-02-15'),('2081-02-16'),('2081-02-17'),('2081-02-18'),('2081-02-19'),('2081-02-20'),('2081-02-21'),('2081-02-22'),('2081-02-23'),('2081-02-24'),('2081-02-25'),('2081-02-26'),('2081-02-27'),('2081-02-28'),('2081-03-01'),('2081-03-02'),('2081-03-03'),('2081-03-04'),('2081-03-05'),('2081-03-06'),('2081-03-07'),('2081-03-08'),('2081-03-09'),('2081-03-10'),('2081-03-11'),('2081-03-12'),('2081-03-13'),('2081-03-14'),('2081-03-15'),('2081-03-16'),('2081-03-17'),('2081-03-18'),('2081-03-19'),('2081-03-20'),('2081-03-21'),('2081-03-22'),('2081-03-23'),('2081-03-24'),('2081-03-25'),('2081-03-26'),('2081-03-27'),('2081-03-28'),('2081-03-29'),('2081-03-30'),('2081-03-31'),('2081-04-01'),('2081-04-02'),('2081-04-03'),('2081-04-04'),('2081-04-05'),('2081-04-06'),('2081-04-07'),('2081-04-08'),('2081-04-09'),('2081-04-10'),('2081-04-11'),('2081-04-12'),('2081-04-13'),('2081-04-14'),('2081-04-15'),('2081-04-16'),('2081-04-17'),('2081-04-18'),('2081-04-19'),('2081-04-20'),('2081-04-21'),('2081-04-22'),('2081-04-23'),('2081-04-24'),('2081-04-25'),('2081-04-26'),('2081-04-27'),('2081-04-28'),('2081-04-29'),('2081-04-30'),('2081-05-01'),('2081-05-02'),('2081-05-03'),('2081-05-04'),('2081-05-05'),('2081-05-06'),('2081-05-07'),('2081-05-08'),('2081-05-09'),('2081-05-10'),('2081-05-11'),('2081-05-12'),('2081-05-13'),('2081-05-14'),('2081-05-15'),('2081-05-16'),('2081-05-17'),('2081-05-18'),('2081-05-19'),('2081-05-20'),('2081-05-21'),('2081-05-22'),('2081-05-23'),('2081-05-24'),('2081-05-25'),('2081-05-26'),('2081-05-27'),('2081-05-28'),('2081-05-29'),('2081-05-30'),('2081-05-31'),('2081-06-01'),('2081-06-02'),('2081-06-03'),('2081-06-04'),('2081-06-05'),('2081-06-06'),('2081-06-07'),('2081-06-08'),('2081-06-09'),('2081-06-10'),('2081-06-11'),('2081-06-12'),('2081-06-13'),('2081-06-14'),('2081-06-15'),('2081-06-16'),('2081-06-17'),('2081-06-18'),('2081-06-19'),('2081-06-20'),('2081-06-21'),('2081-06-22'),('2081-06-23'),('2081-06-24'),('2081-06-25'),('2081-06-26'),('2081-06-27'),('2081-06-28'),('2081-06-29'),('2081-06-30'),('2081-07-01'),('2081-07-02'),('2081-07-03'),('2081-07-04'),('2081-07-05'),('2081-07-06'),('2081-07-07'),('2081-07-08'),('2081-07-09'),('2081-07-10'),('2081-07-11'),('2081-07-12'),('2081-07-13'),('2081-07-14'),('2081-07-15'),('2081-07-16'),('2081-07-17'),('2081-07-18'),('2081-07-19'),('2081-07-20'),('2081-07-21'),('2081-07-22'),('2081-07-23'),('2081-07-24'),('2081-07-25'),('2081-07-26'),('2081-07-27'),('2081-07-28'),('2081-07-29'),('2081-07-30'),('2081-07-31'),('2081-08-01'),('2081-08-02'),('2081-08-03'),('2081-08-04'),('2081-08-05'),('2081-08-06'),('2081-08-07'),('2081-08-08'),('2081-08-09'),('2081-08-10'),('2081-08-11'),('2081-08-12'),('2081-08-13'),('2081-08-14'),('2081-08-15'),('2081-08-16'),('2081-08-17'),('2081-08-18'),('2081-08-19'),('2081-08-20'),('2081-08-21'),('2081-08-22'),('2081-08-23'),('2081-08-24'),('2081-08-25'),('2081-08-26'),('2081-08-27'),('2081-08-28'),('2081-08-29'),('2081-08-30'),('2081-08-31'),('2081-09-01'),('2081-09-02'),('2081-09-03'),('2081-09-04'),('2081-09-05'),('2081-09-06'),('2081-09-07'),('2081-09-08'),('2081-09-09'),('2081-09-10'),('2081-09-11'),('2081-09-12'),('2081-09-13'),('2081-09-14'),('2081-09-15'),('2081-09-16'),('2081-09-17'),('2081-09-18'),('2081-09-19'),('2081-09-20'),('2081-09-21'),('2081-09-22'),('2081-09-23'),('2081-09-24'),('2081-09-25'),('2081-09-26'),('2081-09-27'),('2081-09-28'),('2081-09-29'),('2081-09-30'),('2081-10-01'),('2081-10-02'),('2081-10-03'),('2081-10-04'),('2081-10-05'),('2081-10-06'),('2081-10-07'),('2081-10-08'),('2081-10-09'),('2081-10-10'),('2081-10-11'),('2081-10-12'),('2081-10-13'),('2081-10-14'),('2081-10-15'),('2081-10-16'),('2081-10-17'),('2081-10-18'),('2081-10-19'),('2081-10-20'),('2081-10-21'),('2081-10-22'),('2081-10-23'),('2081-10-24'),('2081-10-25'),('2081-10-26'),('2081-10-27'),('2081-10-28'),('2081-10-29'),('2081-10-30'),('2081-10-31'),('2081-11-01'),('2081-11-02'),('2081-11-03'),('2081-11-04'),('2081-11-05'),('2081-11-06'),('2081-11-07'),('2081-11-08'),('2081-11-09'),('2081-11-10'),('2081-11-11'),('2081-11-12'),('2081-11-13'),('2081-11-14'),('2081-11-15'),('2081-11-16'),('2081-11-17'),('2081-11-18'),('2081-11-19'),('2081-11-20'),('2081-11-21'),('2081-11-22'),('2081-11-23'),('2081-11-24'),('2081-11-25'),('2081-11-26'),('2081-11-27'),('2081-11-28'),('2081-11-29'),('2081-11-30'),('2081-12-01'),('2081-12-02'),('2081-12-03'),('2081-12-04'),('2081-12-05'),('2081-12-06'),('2081-12-07'),('2081-12-08'),('2081-12-09'),('2081-12-10'),('2081-12-11'),('2081-12-12'),('2081-12-13'),('2081-12-14'),('2081-12-15'),('2081-12-16'),('2081-12-17'),('2081-12-18'),('2081-12-19'),('2081-12-20'),('2081-12-21'),('2081-12-22'),('2081-12-23'),('2081-12-24'),('2081-12-25'),('2081-12-26'),('2081-12-27'),('2081-12-28'),('2081-12-29'),('2081-12-30'),('2081-12-31'),('2082-01-01'),('2082-01-02'),('2082-01-03'),('2082-01-04'),('2082-01-05'),('2082-01-06'),('2082-01-07'),('2082-01-08'),('2082-01-09'),('2082-01-10'),('2082-01-11'),('2082-01-12'),('2082-01-13'),('2082-01-14'),('2082-01-15'),('2082-01-16'),('2082-01-17'),('2082-01-18'),('2082-01-19'),('2082-01-20'),('2082-01-21'),('2082-01-22'),('2082-01-23'),('2082-01-24'),('2082-01-25'),('2082-01-26'),('2082-01-27'),('2082-01-28'),('2082-01-29'),('2082-01-30'),('2082-01-31'),('2082-02-01'),('2082-02-02'),('2082-02-03'),('2082-02-04'),('2082-02-05'),('2082-02-06'),('2082-02-07'),('2082-02-08'),('2082-02-09'),('2082-02-10'),('2082-02-11'),('2082-02-12'),('2082-02-13'),('2082-02-14'),('2082-02-15'),('2082-02-16'),('2082-02-17'),('2082-02-18'),('2082-02-19'),('2082-02-20'),('2082-02-21'),('2082-02-22'),('2082-02-23'),('2082-02-24'),('2082-02-25'),('2082-02-26'),('2082-02-27'),('2082-02-28'),('2082-03-01'),('2082-03-02'),('2082-03-03'),('2082-03-04'),('2082-03-05'),('2082-03-06'),('2082-03-07'),('2082-03-08'),('2082-03-09'),('2082-03-10'),('2082-03-11'),('2082-03-12'),('2082-03-13'),('2082-03-14'),('2082-03-15'),('2082-03-16'),('2082-03-17'),('2082-03-18'),('2082-03-19'),('2082-03-20'),('2082-03-21'),('2082-03-22'),('2082-03-23'),('2082-03-24'),('2082-03-25'),('2082-03-26'),('2082-03-27'),('2082-03-28'),('2082-03-29'),('2082-03-30'),('2082-03-31'),('2082-04-01'),('2082-04-02'),('2082-04-03'),('2082-04-04'),('2082-04-05'),('2082-04-06'),('2082-04-07'),('2082-04-08'),('2082-04-09'),('2082-04-10'),('2082-04-11'),('2082-04-12'),('2082-04-13'),('2082-04-14'),('2082-04-15'),('2082-04-16'),('2082-04-17'),('2082-04-18'),('2082-04-19'),('2082-04-20'),('2082-04-21'),('2082-04-22'),('2082-04-23'),('2082-04-24'),('2082-04-25'),('2082-04-26'),('2082-04-27'),('2082-04-28'),('2082-04-29'),('2082-04-30'),('2082-05-01'),('2082-05-02'),('2082-05-03'),('2082-05-04'),('2082-05-05'),('2082-05-06'),('2082-05-07'),('2082-05-08'),('2082-05-09'),('2082-05-10'),('2082-05-11'),('2082-05-12'),('2082-05-13'),('2082-05-14'),('2082-05-15'),('2082-05-16'),('2082-05-17'),('2082-05-18'),('2082-05-19'),('2082-05-20'),('2082-05-21'),('2082-05-22'),('2082-05-23'),('2082-05-24'),('2082-05-25'),('2082-05-26'),('2082-05-27'),('2082-05-28'),('2082-05-29'),('2082-05-30'),('2082-05-31'),('2082-06-01'),('2082-06-02'),('2082-06-03'),('2082-06-04'),('2082-06-05'),('2082-06-06'),('2082-06-07'),('2082-06-08'),('2082-06-09'),('2082-06-10'),('2082-06-11'),('2082-06-12'),('2082-06-13'),('2082-06-14'),('2082-06-15'),('2082-06-16'),('2082-06-17'),('2082-06-18'),('2082-06-19'),('2082-06-20'),('2082-06-21'),('2082-06-22'),('2082-06-23'),('2082-06-24'),('2082-06-25'),('2082-06-26'),('2082-06-27'),('2082-06-28'),('2082-06-29'),('2082-06-30'),('2082-07-01'),('2082-07-02'),('2082-07-03'),('2082-07-04'),('2082-07-05'),('2082-07-06'),('2082-07-07'),('2082-07-08'),('2082-07-09'),('2082-07-10'),('2082-07-11'),('2082-07-12'),('2082-07-13'),('2082-07-14'),('2082-07-15'),('2082-07-16'),('2082-07-17'),('2082-07-18'),('2082-07-19'),('2082-07-20'),('2082-07-21'),('2082-07-22'),('2082-07-23'),('2082-07-24'),('2082-07-25'),('2082-07-26'),('2082-07-27'),('2082-07-28'),('2082-07-29'),('2082-07-30'),('2082-07-31'),('2082-08-01'),('2082-08-02'),('2082-08-03'),('2082-08-04'),('2082-08-05'),('2082-08-06'),('2082-08-07'),('2082-08-08'),('2082-08-09'),('2082-08-10'),('2082-08-11'),('2082-08-12'),('2082-08-13'),('2082-08-14'),('2082-08-15'),('2082-08-16'),('2082-08-17'),('2082-08-18'),('2082-08-19'),('2082-08-20'),('2082-08-21'),('2082-08-22'),('2082-08-23'),('2082-08-24'),('2082-08-25'),('2082-08-26'),('2082-08-27'),('2082-08-28'),('2082-08-29'),('2082-08-30'),('2082-08-31'),('2082-09-01'),('2082-09-02'),('2082-09-03'),('2082-09-04'),('2082-09-05'),('2082-09-06'),('2082-09-07'),('2082-09-08'),('2082-09-09'),('2082-09-10'),('2082-09-11'),('2082-09-12'),('2082-09-13'),('2082-09-14'),('2082-09-15'),('2082-09-16'),('2082-09-17'),('2082-09-18'),('2082-09-19'),('2082-09-20'),('2082-09-21'),('2082-09-22'),('2082-09-23'),('2082-09-24'),('2082-09-25'),('2082-09-26'),('2082-09-27'),('2082-09-28'),('2082-09-29'),('2082-09-30'),('2082-10-01'),('2082-10-02'),('2082-10-03'),('2082-10-04'),('2082-10-05'),('2082-10-06'),('2082-10-07'),('2082-10-08'),('2082-10-09'),('2082-10-10'),('2082-10-11'),('2082-10-12'),('2082-10-13'),('2082-10-14'),('2082-10-15'),('2082-10-16'),('2082-10-17'),('2082-10-18'),('2082-10-19'),('2082-10-20'),('2082-10-21'),('2082-10-22'),('2082-10-23'),('2082-10-24'),('2082-10-25'),('2082-10-26'),('2082-10-27'),('2082-10-28'),('2082-10-29'),('2082-10-30'),('2082-10-31'),('2082-11-01'),('2082-11-02'),('2082-11-03'),('2082-11-04'),('2082-11-05'),('2082-11-06'),('2082-11-07'),('2082-11-08'),('2082-11-09'),('2082-11-10'),('2082-11-11'),('2082-11-12'),('2082-11-13'),('2082-11-14'),('2082-11-15'),('2082-11-16'),('2082-11-17'),('2082-11-18'),('2082-11-19'),('2082-11-20'),('2082-11-21'),('2082-11-22'),('2082-11-23'),('2082-11-24'),('2082-11-25'),('2082-11-26'),('2082-11-27'),('2082-11-28'),('2082-11-29'),('2082-11-30'),('2082-12-01'),('2082-12-02'),('2082-12-03'),('2082-12-04'),('2082-12-05'),('2082-12-06'),('2082-12-07'),('2082-12-08'),('2082-12-09'),('2082-12-10'),('2082-12-11'),('2082-12-12'),('2082-12-13'),('2082-12-14'),('2082-12-15'),('2082-12-16'),('2082-12-17'),('2082-12-18'),('2082-12-19'),('2082-12-20'),('2082-12-21'),('2082-12-22'),('2082-12-23'),('2082-12-24'),('2082-12-25'),('2082-12-26'),('2082-12-27'),('2082-12-28'),('2082-12-29'),('2082-12-30'),('2082-12-31'),('2083-01-01'),('2083-01-02'),('2083-01-03'),('2083-01-04'),('2083-01-05'),('2083-01-06'),('2083-01-07'),('2083-01-08'),('2083-01-09'),('2083-01-10'),('2083-01-11'),('2083-01-12'),('2083-01-13'),('2083-01-14'),('2083-01-15'),('2083-01-16'),('2083-01-17'),('2083-01-18'),('2083-01-19'),('2083-01-20'),('2083-01-21'),('2083-01-22'),('2083-01-23'),('2083-01-24'),('2083-01-25'),('2083-01-26'),('2083-01-27'),('2083-01-28'),('2083-01-29'),('2083-01-30'),('2083-01-31'),('2083-02-01'),('2083-02-02'),('2083-02-03'),('2083-02-04'),('2083-02-05'),('2083-02-06'),('2083-02-07'),('2083-02-08'),('2083-02-09'),('2083-02-10'),('2083-02-11'),('2083-02-12'),('2083-02-13'),('2083-02-14'),('2083-02-15'),('2083-02-16'),('2083-02-17'),('2083-02-18'),('2083-02-19'),('2083-02-20'),('2083-02-21'),('2083-02-22'),('2083-02-23'),('2083-02-24'),('2083-02-25'),('2083-02-26'),('2083-02-27'),('2083-02-28'),('2083-03-01'),('2083-03-02'),('2083-03-03'),('2083-03-04'),('2083-03-05'),('2083-03-06'),('2083-03-07'),('2083-03-08'),('2083-03-09'),('2083-03-10'),('2083-03-11'),('2083-03-12'),('2083-03-13'),('2083-03-14'),('2083-03-15'),('2083-03-16'),('2083-03-17'),('2083-03-18'),('2083-03-19'),('2083-03-20'),('2083-03-21'),('2083-03-22'),('2083-03-23'),('2083-03-24'),('2083-03-25'),('2083-03-26'),('2083-03-27'),('2083-03-28'),('2083-03-29'),('2083-03-30'),('2083-03-31'),('2083-04-01'),('2083-04-02'),('2083-04-03'),('2083-04-04'),('2083-04-05'),('2083-04-06'),('2083-04-07'),('2083-04-08'),('2083-04-09'),('2083-04-10'),('2083-04-11'),('2083-04-12'),('2083-04-13'),('2083-04-14'),('2083-04-15'),('2083-04-16'),('2083-04-17'),('2083-04-18'),('2083-04-19'),('2083-04-20'),('2083-04-21'),('2083-04-22'),('2083-04-23'),('2083-04-24'),('2083-04-25'),('2083-04-26'),('2083-04-27'),('2083-04-28'),('2083-04-29'),('2083-04-30'),('2083-05-01'),('2083-05-02'),('2083-05-03'),('2083-05-04'),('2083-05-05'),('2083-05-06'),('2083-05-07'),('2083-05-08'),('2083-05-09'),('2083-05-10'),('2083-05-11'),('2083-05-12'),('2083-05-13'),('2083-05-14'),('2083-05-15'),('2083-05-16'),('2083-05-17'),('2083-05-18'),('2083-05-19'),('2083-05-20'),('2083-05-21'),('2083-05-22'),('2083-05-23'),('2083-05-24'),('2083-05-25'),('2083-05-26'),('2083-05-27'),('2083-05-28'),('2083-05-29'),('2083-05-30'),('2083-05-31'),('2083-06-01'),('2083-06-02'),('2083-06-03'),('2083-06-04'),('2083-06-05'),('2083-06-06'),('2083-06-07'),('2083-06-08'),('2083-06-09'),('2083-06-10'),('2083-06-11'),('2083-06-12'),('2083-06-13'),('2083-06-14'),('2083-06-15'),('2083-06-16'),('2083-06-17'),('2083-06-18'),('2083-06-19'),('2083-06-20'),('2083-06-21'),('2083-06-22'),('2083-06-23'),('2083-06-24'),('2083-06-25'),('2083-06-26'),('2083-06-27'),('2083-06-28'),('2083-06-29'),('2083-06-30'),('2083-07-01'),('2083-07-02'),('2083-07-03'),('2083-07-04'),('2083-07-05'),('2083-07-06'),('2083-07-07'),('2083-07-08'),('2083-07-09'),('2083-07-10'),('2083-07-11'),('2083-07-12'),('2083-07-13'),('2083-07-14'),('2083-07-15'),('2083-07-16'),('2083-07-17'),('2083-07-18'),('2083-07-19'),('2083-07-20'),('2083-07-21'),('2083-07-22'),('2083-07-23'),('2083-07-24'),('2083-07-25'),('2083-07-26'),('2083-07-27'),('2083-07-28'),('2083-07-29'),('2083-07-30'),('2083-07-31'),('2083-08-01'),('2083-08-02'),('2083-08-03'),('2083-08-04'),('2083-08-05'),('2083-08-06'),('2083-08-07'),('2083-08-08'),('2083-08-09'),('2083-08-10'),('2083-08-11'),('2083-08-12'),('2083-08-13'),('2083-08-14'),('2083-08-15'),('2083-08-16'),('2083-08-17'),('2083-08-18'),('2083-08-19'),('2083-08-20'),('2083-08-21'),('2083-08-22'),('2083-08-23'),('2083-08-24'),('2083-08-25'),('2083-08-26'),('2083-08-27'),('2083-08-28'),('2083-08-29'),('2083-08-30'),('2083-08-31'),('2083-09-01'),('2083-09-02'),('2083-09-03'),('2083-09-04'),('2083-09-05'),('2083-09-06'),('2083-09-07'),('2083-09-08'),('2083-09-09'),('2083-09-10'),('2083-09-11'),('2083-09-12'),('2083-09-13'),('2083-09-14'),('2083-09-15'),('2083-09-16'),('2083-09-17'),('2083-09-18'),('2083-09-19'),('2083-09-20'),('2083-09-21'),('2083-09-22'),('2083-09-23'),('2083-09-24'),('2083-09-25'),('2083-09-26'),('2083-09-27'),('2083-09-28'),('2083-09-29'),('2083-09-30'),('2083-10-01'),('2083-10-02'),('2083-10-03'),('2083-10-04'),('2083-10-05'),('2083-10-06'),('2083-10-07'),('2083-10-08'),('2083-10-09'),('2083-10-10'),('2083-10-11'),('2083-10-12'),('2083-10-13'),('2083-10-14'),('2083-10-15'),('2083-10-16'),('2083-10-17'),('2083-10-18'),('2083-10-19'),('2083-10-20'),('2083-10-21'),('2083-10-22'),('2083-10-23'),('2083-10-24'),('2083-10-25'),('2083-10-26'),('2083-10-27'),('2083-10-28'),('2083-10-29'),('2083-10-30'),('2083-10-31'),('2083-11-01'),('2083-11-02'),('2083-11-03'),('2083-11-04'),('2083-11-05'),('2083-11-06'),('2083-11-07'),('2083-11-08'),('2083-11-09'),('2083-11-10'),('2083-11-11'),('2083-11-12'),('2083-11-13'),('2083-11-14'),('2083-11-15'),('2083-11-16'),('2083-11-17'),('2083-11-18'),('2083-11-19'),('2083-11-20'),('2083-11-21'),('2083-11-22'),('2083-11-23'),('2083-11-24'),('2083-11-25'),('2083-11-26'),('2083-11-27'),('2083-11-28'),('2083-11-29'),('2083-11-30'),('2083-12-01'),('2083-12-02'),('2083-12-03'),('2083-12-04'),('2083-12-05'),('2083-12-06'),('2083-12-07'),('2083-12-08'),('2083-12-09'),('2083-12-10'),('2083-12-11'),('2083-12-12'),('2083-12-13'),('2083-12-14'),('2083-12-15'),('2083-12-16'),('2083-12-17'),('2083-12-18'),('2083-12-19'),('2083-12-20'),('2083-12-21'),('2083-12-22'),('2083-12-23'),('2083-12-24'),('2083-12-25'),('2083-12-26'),('2083-12-27'),('2083-12-28'),('2083-12-29'),('2083-12-30'),('2083-12-31'),('2084-01-01'),('2084-01-02'),('2084-01-03'),('2084-01-04'),('2084-01-05'),('2084-01-06'),('2084-01-07'),('2084-01-08'),('2084-01-09'),('2084-01-10'),('2084-01-11'),('2084-01-12'),('2084-01-13'),('2084-01-14'),('2084-01-15'),('2084-01-16'),('2084-01-17'),('2084-01-18'),('2084-01-19'),('2084-01-20'),('2084-01-21'),('2084-01-22'),('2084-01-23'),('2084-01-24'),('2084-01-25'),('2084-01-26'),('2084-01-27'),('2084-01-28'),('2084-01-29'),('2084-01-30'),('2084-01-31'),('2084-02-01'),('2084-02-02'),('2084-02-03'),('2084-02-04'),('2084-02-05'),('2084-02-06'),('2084-02-07'),('2084-02-08'),('2084-02-09'),('2084-02-10'),('2084-02-11'),('2084-02-12'),('2084-02-13'),('2084-02-14'),('2084-02-15'),('2084-02-16'),('2084-02-17'),('2084-02-18'),('2084-02-19'),('2084-02-20'),('2084-02-21'),('2084-02-22'),('2084-02-23'),('2084-02-24'),('2084-02-25'),('2084-02-26'),('2084-02-27'),('2084-02-28'),('2084-02-29'),('2084-03-01'),('2084-03-02'),('2084-03-03'),('2084-03-04'),('2084-03-05'),('2084-03-06'),('2084-03-07'),('2084-03-08'),('2084-03-09'),('2084-03-10'),('2084-03-11'),('2084-03-12'),('2084-03-13'),('2084-03-14'),('2084-03-15'),('2084-03-16'),('2084-03-17'),('2084-03-18'),('2084-03-19'),('2084-03-20'),('2084-03-21'),('2084-03-22'),('2084-03-23'),('2084-03-24'),('2084-03-25'),('2084-03-26'),('2084-03-27'),('2084-03-28'),('2084-03-29'),('2084-03-30'),('2084-03-31'),('2084-04-01'),('2084-04-02'),('2084-04-03'),('2084-04-04'),('2084-04-05'),('2084-04-06'),('2084-04-07'),('2084-04-08'),('2084-04-09'),('2084-04-10'),('2084-04-11'),('2084-04-12'),('2084-04-13'),('2084-04-14'),('2084-04-15'),('2084-04-16'),('2084-04-17'),('2084-04-18'),('2084-04-19'),('2084-04-20'),('2084-04-21'),('2084-04-22'),('2084-04-23'),('2084-04-24'),('2084-04-25'),('2084-04-26'),('2084-04-27'),('2084-04-28'),('2084-04-29'),('2084-04-30'),('2084-05-01'),('2084-05-02'),('2084-05-03'),('2084-05-04'),('2084-05-05'),('2084-05-06'),('2084-05-07'),('2084-05-08'),('2084-05-09'),('2084-05-10'),('2084-05-11'),('2084-05-12'),('2084-05-13'),('2084-05-14'),('2084-05-15'),('2084-05-16'),('2084-05-17'),('2084-05-18'),('2084-05-19'),('2084-05-20'),('2084-05-21'),('2084-05-22'),('2084-05-23'),('2084-05-24'),('2084-05-25'),('2084-05-26'),('2084-05-27'),('2084-05-28'),('2084-05-29'),('2084-05-30'),('2084-05-31'),('2084-06-01'),('2084-06-02'),('2084-06-03'),('2084-06-04'),('2084-06-05'),('2084-06-06'),('2084-06-07'),('2084-06-08'),('2084-06-09'),('2084-06-10'),('2084-06-11'),('2084-06-12'),('2084-06-13'),('2084-06-14'),('2084-06-15'),('2084-06-16'),('2084-06-17'),('2084-06-18'),('2084-06-19'),('2084-06-20'),('2084-06-21'),('2084-06-22'),('2084-06-23'),('2084-06-24'),('2084-06-25'),('2084-06-26'),('2084-06-27'),('2084-06-28'),('2084-06-29'),('2084-06-30'),('2084-07-01'),('2084-07-02'),('2084-07-03'),('2084-07-04'),('2084-07-05'),('2084-07-06'),('2084-07-07'),('2084-07-08'),('2084-07-09'),('2084-07-10'),('2084-07-11'),('2084-07-12'),('2084-07-13'),('2084-07-14'),('2084-07-15'),('2084-07-16'),('2084-07-17'),('2084-07-18'),('2084-07-19'),('2084-07-20'),('2084-07-21'),('2084-07-22'),('2084-07-23'),('2084-07-24'),('2084-07-25'),('2084-07-26'),('2084-07-27'),('2084-07-28'),('2084-07-29'),('2084-07-30'),('2084-07-31'),('2084-08-01'),('2084-08-02'),('2084-08-03'),('2084-08-04'),('2084-08-05'),('2084-08-06'),('2084-08-07'),('2084-08-08'),('2084-08-09'),('2084-08-10'),('2084-08-11'),('2084-08-12'),('2084-08-13'),('2084-08-14'),('2084-08-15'),('2084-08-16'),('2084-08-17'),('2084-08-18'),('2084-08-19'),('2084-08-20'),('2084-08-21'),('2084-08-22'),('2084-08-23'),('2084-08-24'),('2084-08-25'),('2084-08-26'),('2084-08-27'),('2084-08-28'),('2084-08-29'),('2084-08-30'),('2084-08-31'),('2084-09-01'),('2084-09-02'),('2084-09-03'),('2084-09-04'),('2084-09-05'),('2084-09-06'),('2084-09-07'),('2084-09-08'),('2084-09-09'),('2084-09-10'),('2084-09-11'),('2084-09-12'),('2084-09-13'),('2084-09-14'),('2084-09-15'),('2084-09-16'),('2084-09-17'),('2084-09-18'),('2084-09-19'),('2084-09-20'),('2084-09-21'),('2084-09-22'),('2084-09-23'),('2084-09-24'),('2084-09-25'),('2084-09-26'),('2084-09-27'),('2084-09-28'),('2084-09-29'),('2084-09-30'),('2084-10-01'),('2084-10-02'),('2084-10-03'),('2084-10-04'),('2084-10-05'),('2084-10-06'),('2084-10-07'),('2084-10-08'),('2084-10-09'),('2084-10-10'),('2084-10-11'),('2084-10-12'),('2084-10-13'),('2084-10-14'),('2084-10-15'),('2084-10-16'),('2084-10-17'),('2084-10-18'),('2084-10-19'),('2084-10-20'),('2084-10-21'),('2084-10-22'),('2084-10-23'),('2084-10-24'),('2084-10-25'),('2084-10-26'),('2084-10-27'),('2084-10-28'),('2084-10-29'),('2084-10-30'),('2084-10-31'),('2084-11-01'),('2084-11-02'),('2084-11-03'),('2084-11-04'),('2084-11-05'),('2084-11-06'),('2084-11-07'),('2084-11-08'),('2084-11-09'),('2084-11-10'),('2084-11-11'),('2084-11-12'),('2084-11-13'),('2084-11-14'),('2084-11-15'),('2084-11-16'),('2084-11-17'),('2084-11-18'),('2084-11-19'),('2084-11-20'),('2084-11-21'),('2084-11-22'),('2084-11-23'),('2084-11-24'),('2084-11-25'),('2084-11-26'),('2084-11-27'),('2084-11-28'),('2084-11-29'),('2084-11-30'),('2084-12-01'),('2084-12-02'),('2084-12-03'),('2084-12-04'),('2084-12-05'),('2084-12-06'),('2084-12-07'),('2084-12-08'),('2084-12-09'),('2084-12-10'),('2084-12-11'),('2084-12-12'),('2084-12-13'),('2084-12-14'),('2084-12-15'),('2084-12-16'),('2084-12-17'),('2084-12-18'),('2084-12-19'),('2084-12-20'),('2084-12-21'),('2084-12-22'),('2084-12-23'),('2084-12-24'),('2084-12-25'),('2084-12-26'),('2084-12-27'),('2084-12-28'),('2084-12-29'),('2084-12-30'),('2084-12-31'),('2085-01-01'),('2085-01-02'),('2085-01-03'),('2085-01-04'),('2085-01-05'),('2085-01-06'),('2085-01-07'),('2085-01-08'),('2085-01-09'),('2085-01-10'),('2085-01-11'),('2085-01-12'),('2085-01-13'),('2085-01-14'),('2085-01-15'),('2085-01-16'),('2085-01-17'),('2085-01-18'),('2085-01-19'),('2085-01-20'),('2085-01-21'),('2085-01-22'),('2085-01-23'),('2085-01-24'),('2085-01-25'),('2085-01-26'),('2085-01-27'),('2085-01-28'),('2085-01-29'),('2085-01-30'),('2085-01-31'),('2085-02-01'),('2085-02-02'),('2085-02-03'),('2085-02-04'),('2085-02-05'),('2085-02-06'),('2085-02-07'),('2085-02-08'),('2085-02-09'),('2085-02-10'),('2085-02-11'),('2085-02-12'),('2085-02-13'),('2085-02-14'),('2085-02-15'),('2085-02-16'),('2085-02-17'),('2085-02-18'),('2085-02-19'),('2085-02-20'),('2085-02-21'),('2085-02-22'),('2085-02-23'),('2085-02-24'),('2085-02-25'),('2085-02-26'),('2085-02-27'),('2085-02-28'),('2085-03-01'),('2085-03-02'),('2085-03-03'),('2085-03-04'),('2085-03-05'),('2085-03-06'),('2085-03-07'),('2085-03-08'),('2085-03-09'),('2085-03-10'),('2085-03-11'),('2085-03-12'),('2085-03-13'),('2085-03-14'),('2085-03-15'),('2085-03-16'),('2085-03-17'),('2085-03-18'),('2085-03-19'),('2085-03-20'),('2085-03-21'),('2085-03-22'),('2085-03-23'),('2085-03-24'),('2085-03-25'),('2085-03-26'),('2085-03-27'),('2085-03-28'),('2085-03-29'),('2085-03-30'),('2085-03-31'),('2085-04-01'),('2085-04-02'),('2085-04-03'),('2085-04-04'),('2085-04-05'),('2085-04-06'),('2085-04-07'),('2085-04-08'),('2085-04-09'),('2085-04-10'),('2085-04-11'),('2085-04-12'),('2085-04-13'),('2085-04-14'),('2085-04-15'),('2085-04-16'),('2085-04-17'),('2085-04-18'),('2085-04-19'),('2085-04-20'),('2085-04-21'),('2085-04-22'),('2085-04-23'),('2085-04-24'),('2085-04-25'),('2085-04-26'),('2085-04-27'),('2085-04-28'),('2085-04-29'),('2085-04-30'),('2085-05-01'),('2085-05-02'),('2085-05-03'),('2085-05-04'),('2085-05-05'),('2085-05-06'),('2085-05-07'),('2085-05-08'),('2085-05-09'),('2085-05-10'),('2085-05-11'),('2085-05-12'),('2085-05-13'),('2085-05-14'),('2085-05-15'),('2085-05-16'),('2085-05-17'),('2085-05-18'),('2085-05-19'),('2085-05-20'),('2085-05-21'),('2085-05-22'),('2085-05-23'),('2085-05-24'),('2085-05-25'),('2085-05-26'),('2085-05-27'),('2085-05-28'),('2085-05-29'),('2085-05-30'),('2085-05-31'),('2085-06-01'),('2085-06-02'),('2085-06-03'),('2085-06-04'),('2085-06-05'),('2085-06-06'),('2085-06-07'),('2085-06-08'),('2085-06-09'),('2085-06-10'),('2085-06-11'),('2085-06-12'),('2085-06-13'),('2085-06-14'),('2085-06-15'),('2085-06-16'),('2085-06-17'),('2085-06-18'),('2085-06-19'),('2085-06-20'),('2085-06-21'),('2085-06-22'),('2085-06-23'),('2085-06-24'),('2085-06-25'),('2085-06-26'),('2085-06-27'),('2085-06-28'),('2085-06-29'),('2085-06-30'),('2085-07-01'),('2085-07-02'),('2085-07-03'),('2085-07-04'),('2085-07-05'),('2085-07-06'),('2085-07-07'),('2085-07-08'),('2085-07-09'),('2085-07-10'),('2085-07-11'),('2085-07-12'),('2085-07-13'),('2085-07-14'),('2085-07-15'),('2085-07-16'),('2085-07-17'),('2085-07-18'),('2085-07-19'),('2085-07-20'),('2085-07-21'),('2085-07-22'),('2085-07-23'),('2085-07-24'),('2085-07-25'),('2085-07-26'),('2085-07-27'),('2085-07-28'),('2085-07-29'),('2085-07-30'),('2085-07-31'),('2085-08-01'),('2085-08-02'),('2085-08-03'),('2085-08-04'),('2085-08-05'),('2085-08-06'),('2085-08-07'),('2085-08-08'),('2085-08-09'),('2085-08-10'),('2085-08-11'),('2085-08-12'),('2085-08-13'),('2085-08-14'),('2085-08-15'),('2085-08-16'),('2085-08-17'),('2085-08-18'),('2085-08-19'),('2085-08-20'),('2085-08-21'),('2085-08-22'),('2085-08-23'),('2085-08-24'),('2085-08-25'),('2085-08-26'),('2085-08-27'),('2085-08-28'),('2085-08-29'),('2085-08-30'),('2085-08-31'),('2085-09-01'),('2085-09-02'),('2085-09-03'),('2085-09-04'),('2085-09-05'),('2085-09-06'),('2085-09-07'),('2085-09-08'),('2085-09-09'),('2085-09-10'),('2085-09-11'),('2085-09-12'),('2085-09-13'),('2085-09-14'),('2085-09-15'),('2085-09-16'),('2085-09-17'),('2085-09-18'),('2085-09-19'),('2085-09-20'),('2085-09-21'),('2085-09-22'),('2085-09-23'),('2085-09-24'),('2085-09-25'),('2085-09-26'),('2085-09-27'),('2085-09-28'),('2085-09-29'),('2085-09-30'),('2085-10-01'),('2085-10-02'),('2085-10-03'),('2085-10-04'),('2085-10-05'),('2085-10-06'),('2085-10-07'),('2085-10-08'),('2085-10-09'),('2085-10-10'),('2085-10-11'),('2085-10-12'),('2085-10-13'),('2085-10-14'),('2085-10-15'),('2085-10-16'),('2085-10-17'),('2085-10-18'),('2085-10-19'),('2085-10-20'),('2085-10-21'),('2085-10-22'),('2085-10-23'),('2085-10-24'),('2085-10-25'),('2085-10-26'),('2085-10-27'),('2085-10-28'),('2085-10-29'),('2085-10-30'),('2085-10-31'),('2085-11-01'),('2085-11-02'),('2085-11-03'),('2085-11-04'),('2085-11-05'),('2085-11-06'),('2085-11-07'),('2085-11-08'),('2085-11-09'),('2085-11-10'),('2085-11-11'),('2085-11-12'),('2085-11-13'),('2085-11-14'),('2085-11-15'),('2085-11-16'),('2085-11-17'),('2085-11-18'),('2085-11-19'),('2085-11-20'),('2085-11-21'),('2085-11-22'),('2085-11-23'),('2085-11-24'),('2085-11-25'),('2085-11-26'),('2085-11-27'),('2085-11-28'),('2085-11-29'),('2085-11-30'),('2085-12-01'),('2085-12-02'),('2085-12-03'),('2085-12-04'),('2085-12-05'),('2085-12-06'),('2085-12-07'),('2085-12-08'),('2085-12-09'),('2085-12-10'),('2085-12-11'),('2085-12-12'),('2085-12-13'),('2085-12-14'),('2085-12-15'),('2085-12-16'),('2085-12-17'),('2085-12-18'),('2085-12-19'),('2085-12-20'),('2085-12-21'),('2085-12-22'),('2085-12-23'),('2085-12-24'),('2085-12-25'),('2085-12-26'),('2085-12-27'),('2085-12-28'),('2085-12-29'),('2085-12-30'),('2085-12-31'),('2086-01-01'),('2086-01-02'),('2086-01-03'),('2086-01-04'),('2086-01-05'),('2086-01-06'),('2086-01-07'),('2086-01-08'),('2086-01-09'),('2086-01-10'),('2086-01-11'),('2086-01-12'),('2086-01-13'),('2086-01-14'),('2086-01-15'),('2086-01-16'),('2086-01-17'),('2086-01-18'),('2086-01-19'),('2086-01-20'),('2086-01-21'),('2086-01-22'),('2086-01-23'),('2086-01-24'),('2086-01-25'),('2086-01-26'),('2086-01-27'),('2086-01-28'),('2086-01-29'),('2086-01-30'),('2086-01-31'),('2086-02-01'),('2086-02-02'),('2086-02-03'),('2086-02-04'),('2086-02-05'),('2086-02-06'),('2086-02-07'),('2086-02-08'),('2086-02-09'),('2086-02-10'),('2086-02-11'),('2086-02-12'),('2086-02-13'),('2086-02-14'),('2086-02-15'),('2086-02-16'),('2086-02-17'),('2086-02-18'),('2086-02-19'),('2086-02-20'),('2086-02-21'),('2086-02-22'),('2086-02-23'),('2086-02-24'),('2086-02-25'),('2086-02-26'),('2086-02-27'),('2086-02-28'),('2086-03-01'),('2086-03-02'),('2086-03-03'),('2086-03-04'),('2086-03-05'),('2086-03-06'),('2086-03-07'),('2086-03-08'),('2086-03-09'),('2086-03-10'),('2086-03-11'),('2086-03-12'),('2086-03-13'),('2086-03-14'),('2086-03-15'),('2086-03-16'),('2086-03-17'),('2086-03-18'),('2086-03-19'),('2086-03-20'),('2086-03-21'),('2086-03-22'),('2086-03-23'),('2086-03-24'),('2086-03-25'),('2086-03-26'),('2086-03-27'),('2086-03-28'),('2086-03-29'),('2086-03-30'),('2086-03-31'),('2086-04-01'),('2086-04-02'),('2086-04-03'),('2086-04-04'),('2086-04-05'),('2086-04-06'),('2086-04-07'),('2086-04-08'),('2086-04-09'),('2086-04-10'),('2086-04-11'),('2086-04-12'),('2086-04-13'),('2086-04-14'),('2086-04-15'),('2086-04-16'),('2086-04-17'),('2086-04-18'),('2086-04-19'),('2086-04-20'),('2086-04-21'),('2086-04-22'),('2086-04-23'),('2086-04-24'),('2086-04-25'),('2086-04-26'),('2086-04-27'),('2086-04-28'),('2086-04-29'),('2086-04-30'),('2086-05-01'),('2086-05-02'),('2086-05-03'),('2086-05-04'),('2086-05-05'),('2086-05-06'),('2086-05-07'),('2086-05-08'),('2086-05-09'),('2086-05-10'),('2086-05-11'),('2086-05-12'),('2086-05-13'),('2086-05-14'),('2086-05-15'),('2086-05-16'),('2086-05-17'),('2086-05-18'),('2086-05-19'),('2086-05-20'),('2086-05-21'),('2086-05-22'),('2086-05-23'),('2086-05-24'),('2086-05-25'),('2086-05-26'),('2086-05-27'),('2086-05-28'),('2086-05-29'),('2086-05-30'),('2086-05-31'),('2086-06-01'),('2086-06-02'),('2086-06-03'),('2086-06-04'),('2086-06-05'),('2086-06-06'),('2086-06-07'),('2086-06-08'),('2086-06-09'),('2086-06-10'),('2086-06-11'),('2086-06-12'),('2086-06-13'),('2086-06-14'),('2086-06-15'),('2086-06-16'),('2086-06-17'),('2086-06-18'),('2086-06-19'),('2086-06-20'),('2086-06-21'),('2086-06-22'),('2086-06-23'),('2086-06-24'),('2086-06-25'),('2086-06-26'),('2086-06-27'),('2086-06-28'),('2086-06-29'),('2086-06-30'),('2086-07-01'),('2086-07-02'),('2086-07-03'),('2086-07-04'),('2086-07-05'),('2086-07-06'),('2086-07-07'),('2086-07-08'),('2086-07-09'),('2086-07-10'),('2086-07-11'),('2086-07-12'),('2086-07-13'),('2086-07-14'),('2086-07-15'),('2086-07-16'),('2086-07-17'),('2086-07-18'),('2086-07-19'),('2086-07-20'),('2086-07-21'),('2086-07-22'),('2086-07-23'),('2086-07-24'),('2086-07-25'),('2086-07-26'),('2086-07-27'),('2086-07-28'),('2086-07-29'),('2086-07-30'),('2086-07-31'),('2086-08-01'),('2086-08-02'),('2086-08-03'),('2086-08-04'),('2086-08-05'),('2086-08-06'),('2086-08-07'),('2086-08-08'),('2086-08-09'),('2086-08-10'),('2086-08-11'),('2086-08-12'),('2086-08-13'),('2086-08-14'),('2086-08-15'),('2086-08-16'),('2086-08-17'),('2086-08-18'),('2086-08-19'),('2086-08-20'),('2086-08-21'),('2086-08-22'),('2086-08-23'),('2086-08-24'),('2086-08-25'),('2086-08-26'),('2086-08-27'),('2086-08-28'),('2086-08-29'),('2086-08-30'),('2086-08-31'),('2086-09-01'),('2086-09-02'),('2086-09-03'),('2086-09-04'),('2086-09-05'),('2086-09-06'),('2086-09-07'),('2086-09-08'),('2086-09-09'),('2086-09-10'),('2086-09-11'),('2086-09-12'),('2086-09-13'),('2086-09-14'),('2086-09-15'),('2086-09-16'),('2086-09-17'),('2086-09-18'),('2086-09-19'),('2086-09-20'),('2086-09-21'),('2086-09-22'),('2086-09-23'),('2086-09-24'),('2086-09-25'),('2086-09-26'),('2086-09-27'),('2086-09-28'),('2086-09-29'),('2086-09-30'),('2086-10-01'),('2086-10-02'),('2086-10-03'),('2086-10-04'),('2086-10-05'),('2086-10-06'),('2086-10-07'),('2086-10-08'),('2086-10-09'),('2086-10-10'),('2086-10-11'),('2086-10-12'),('2086-10-13'),('2086-10-14'),('2086-10-15'),('2086-10-16'),('2086-10-17'),('2086-10-18'),('2086-10-19'),('2086-10-20'),('2086-10-21'),('2086-10-22'),('2086-10-23'),('2086-10-24'),('2086-10-25'),('2086-10-26'),('2086-10-27'),('2086-10-28'),('2086-10-29'),('2086-10-30'),('2086-10-31'),('2086-11-01'),('2086-11-02'),('2086-11-03'),('2086-11-04'),('2086-11-05'),('2086-11-06'),('2086-11-07'),('2086-11-08'),('2086-11-09'),('2086-11-10'),('2086-11-11'),('2086-11-12'),('2086-11-13'),('2086-11-14'),('2086-11-15'),('2086-11-16'),('2086-11-17'),('2086-11-18'),('2086-11-19'),('2086-11-20'),('2086-11-21'),('2086-11-22'),('2086-11-23'),('2086-11-24'),('2086-11-25'),('2086-11-26'),('2086-11-27'),('2086-11-28'),('2086-11-29'),('2086-11-30'),('2086-12-01'),('2086-12-02'),('2086-12-03'),('2086-12-04'),('2086-12-05'),('2086-12-06'),('2086-12-07'),('2086-12-08'),('2086-12-09'),('2086-12-10'),('2086-12-11'),('2086-12-12'),('2086-12-13'),('2086-12-14'),('2086-12-15'),('2086-12-16'),('2086-12-17'),('2086-12-18'),('2086-12-19'),('2086-12-20'),('2086-12-21'),('2086-12-22'),('2086-12-23'),('2086-12-24'),('2086-12-25'),('2086-12-26'),('2086-12-27'),('2086-12-28'),('2086-12-29'),('2086-12-30'),('2086-12-31'),('2087-01-01'),('2087-01-02'),('2087-01-03'),('2087-01-04'),('2087-01-05'),('2087-01-06'),('2087-01-07'),('2087-01-08'),('2087-01-09'),('2087-01-10'),('2087-01-11'),('2087-01-12'),('2087-01-13'),('2087-01-14'),('2087-01-15'),('2087-01-16'),('2087-01-17'),('2087-01-18'),('2087-01-19'),('2087-01-20'),('2087-01-21'),('2087-01-22'),('2087-01-23'),('2087-01-24'),('2087-01-25'),('2087-01-26'),('2087-01-27'),('2087-01-28'),('2087-01-29'),('2087-01-30'),('2087-01-31'),('2087-02-01'),('2087-02-02'),('2087-02-03'),('2087-02-04'),('2087-02-05'),('2087-02-06'),('2087-02-07'),('2087-02-08'),('2087-02-09'),('2087-02-10'),('2087-02-11'),('2087-02-12'),('2087-02-13'),('2087-02-14'),('2087-02-15'),('2087-02-16'),('2087-02-17'),('2087-02-18'),('2087-02-19'),('2087-02-20'),('2087-02-21'),('2087-02-22'),('2087-02-23'),('2087-02-24'),('2087-02-25'),('2087-02-26'),('2087-02-27'),('2087-02-28'),('2087-03-01'),('2087-03-02'),('2087-03-03'),('2087-03-04'),('2087-03-05'),('2087-03-06'),('2087-03-07'),('2087-03-08'),('2087-03-09'),('2087-03-10'),('2087-03-11'),('2087-03-12'),('2087-03-13'),('2087-03-14'),('2087-03-15'),('2087-03-16'),('2087-03-17'),('2087-03-18'),('2087-03-19'),('2087-03-20'),('2087-03-21'),('2087-03-22'),('2087-03-23'),('2087-03-24'),('2087-03-25'),('2087-03-26'),('2087-03-27'),('2087-03-28'),('2087-03-29'),('2087-03-30'),('2087-03-31'),('2087-04-01'),('2087-04-02'),('2087-04-03'),('2087-04-04'),('2087-04-05'),('2087-04-06'),('2087-04-07'),('2087-04-08'),('2087-04-09'),('2087-04-10'),('2087-04-11'),('2087-04-12'),('2087-04-13'),('2087-04-14'),('2087-04-15'),('2087-04-16'),('2087-04-17'),('2087-04-18'),('2087-04-19'),('2087-04-20'),('2087-04-21'),('2087-04-22'),('2087-04-23'),('2087-04-24'),('2087-04-25'),('2087-04-26'),('2087-04-27'),('2087-04-28'),('2087-04-29'),('2087-04-30'),('2087-05-01'),('2087-05-02'),('2087-05-03'),('2087-05-04'),('2087-05-05'),('2087-05-06'),('2087-05-07'),('2087-05-08'),('2087-05-09'),('2087-05-10'),('2087-05-11'),('2087-05-12'),('2087-05-13'),('2087-05-14'),('2087-05-15'),('2087-05-16'),('2087-05-17'),('2087-05-18'),('2087-05-19'),('2087-05-20'),('2087-05-21'),('2087-05-22'),('2087-05-23'),('2087-05-24'),('2087-05-25'),('2087-05-26'),('2087-05-27'),('2087-05-28'),('2087-05-29'),('2087-05-30'),('2087-05-31'),('2087-06-01'),('2087-06-02'),('2087-06-03'),('2087-06-04'),('2087-06-05'),('2087-06-06'),('2087-06-07'),('2087-06-08'),('2087-06-09'),('2087-06-10'),('2087-06-11'),('2087-06-12'),('2087-06-13'),('2087-06-14'),('2087-06-15'),('2087-06-16'),('2087-06-17'),('2087-06-18'),('2087-06-19'),('2087-06-20'),('2087-06-21'),('2087-06-22'),('2087-06-23'),('2087-06-24'),('2087-06-25'),('2087-06-26'),('2087-06-27'),('2087-06-28'),('2087-06-29'),('2087-06-30'),('2087-07-01'),('2087-07-02'),('2087-07-03'),('2087-07-04'),('2087-07-05'),('2087-07-06'),('2087-07-07'),('2087-07-08'),('2087-07-09'),('2087-07-10'),('2087-07-11'),('2087-07-12'),('2087-07-13'),('2087-07-14'),('2087-07-15'),('2087-07-16'),('2087-07-17'),('2087-07-18'),('2087-07-19'),('2087-07-20'),('2087-07-21'),('2087-07-22'),('2087-07-23'),('2087-07-24'),('2087-07-25'),('2087-07-26'),('2087-07-27'),('2087-07-28'),('2087-07-29'),('2087-07-30'),('2087-07-31'),('2087-08-01'),('2087-08-02'),('2087-08-03'),('2087-08-04'),('2087-08-05'),('2087-08-06'),('2087-08-07'),('2087-08-08'),('2087-08-09'),('2087-08-10'),('2087-08-11'),('2087-08-12'),('2087-08-13'),('2087-08-14'),('2087-08-15'),('2087-08-16'),('2087-08-17'),('2087-08-18'),('2087-08-19'),('2087-08-20'),('2087-08-21'),('2087-08-22'),('2087-08-23'),('2087-08-24'),('2087-08-25'),('2087-08-26'),('2087-08-27'),('2087-08-28'),('2087-08-29'),('2087-08-30'),('2087-08-31'),('2087-09-01'),('2087-09-02'),('2087-09-03'),('2087-09-04'),('2087-09-05'),('2087-09-06'),('2087-09-07'),('2087-09-08'),('2087-09-09'),('2087-09-10'),('2087-09-11'),('2087-09-12'),('2087-09-13'),('2087-09-14'),('2087-09-15'),('2087-09-16'),('2087-09-17'),('2087-09-18'),('2087-09-19'),('2087-09-20'),('2087-09-21'),('2087-09-22'),('2087-09-23'),('2087-09-24'),('2087-09-25'),('2087-09-26'),('2087-09-27'),('2087-09-28'),('2087-09-29'),('2087-09-30'),('2087-10-01'),('2087-10-02'),('2087-10-03'),('2087-10-04'),('2087-10-05'),('2087-10-06'),('2087-10-07'),('2087-10-08'),('2087-10-09'),('2087-10-10'),('2087-10-11'),('2087-10-12'),('2087-10-13'),('2087-10-14'),('2087-10-15'),('2087-10-16'),('2087-10-17'),('2087-10-18'),('2087-10-19'),('2087-10-20'),('2087-10-21'),('2087-10-22'),('2087-10-23'),('2087-10-24'),('2087-10-25'),('2087-10-26'),('2087-10-27'),('2087-10-28'),('2087-10-29'),('2087-10-30'),('2087-10-31'),('2087-11-01'),('2087-11-02'),('2087-11-03'),('2087-11-04'),('2087-11-05'),('2087-11-06'),('2087-11-07'),('2087-11-08'),('2087-11-09'),('2087-11-10'),('2087-11-11'),('2087-11-12'),('2087-11-13'),('2087-11-14'),('2087-11-15'),('2087-11-16'),('2087-11-17'),('2087-11-18'),('2087-11-19'),('2087-11-20'),('2087-11-21'),('2087-11-22'),('2087-11-23'),('2087-11-24'),('2087-11-25'),('2087-11-26'),('2087-11-27'),('2087-11-28'),('2087-11-29'),('2087-11-30'),('2087-12-01'),('2087-12-02'),('2087-12-03'),('2087-12-04'),('2087-12-05'),('2087-12-06'),('2087-12-07'),('2087-12-08'),('2087-12-09'),('2087-12-10'),('2087-12-11'),('2087-12-12'),('2087-12-13'),('2087-12-14'),('2087-12-15'),('2087-12-16'),('2087-12-17'),('2087-12-18'),('2087-12-19'),('2087-12-20'),('2087-12-21'),('2087-12-22'),('2087-12-23'),('2087-12-24'),('2087-12-25'),('2087-12-26'),('2087-12-27'),('2087-12-28'),('2087-12-29'),('2087-12-30'),('2087-12-31'),('2088-01-01'),('2088-01-02'),('2088-01-03'),('2088-01-04'),('2088-01-05'),('2088-01-06'),('2088-01-07'),('2088-01-08'),('2088-01-09'),('2088-01-10'),('2088-01-11'),('2088-01-12'),('2088-01-13'),('2088-01-14'),('2088-01-15'),('2088-01-16'),('2088-01-17'),('2088-01-18'),('2088-01-19'),('2088-01-20'),('2088-01-21'),('2088-01-22'),('2088-01-23'),('2088-01-24'),('2088-01-25'),('2088-01-26'),('2088-01-27'),('2088-01-28'),('2088-01-29'),('2088-01-30'),('2088-01-31'),('2088-02-01'),('2088-02-02'),('2088-02-03'),('2088-02-04'),('2088-02-05'),('2088-02-06'),('2088-02-07'),('2088-02-08'),('2088-02-09'),('2088-02-10'),('2088-02-11'),('2088-02-12'),('2088-02-13'),('2088-02-14'),('2088-02-15'),('2088-02-16'),('2088-02-17'),('2088-02-18'),('2088-02-19'),('2088-02-20'),('2088-02-21'),('2088-02-22'),('2088-02-23'),('2088-02-24'),('2088-02-25'),('2088-02-26'),('2088-02-27'),('2088-02-28'),('2088-02-29'),('2088-03-01'),('2088-03-02'),('2088-03-03'),('2088-03-04'),('2088-03-05'),('2088-03-06'),('2088-03-07'),('2088-03-08'),('2088-03-09'),('2088-03-10'),('2088-03-11'),('2088-03-12'),('2088-03-13'),('2088-03-14'),('2088-03-15'),('2088-03-16'),('2088-03-17'),('2088-03-18'),('2088-03-19'),('2088-03-20'),('2088-03-21'),('2088-03-22'),('2088-03-23'),('2088-03-24'),('2088-03-25'),('2088-03-26'),('2088-03-27'),('2088-03-28'),('2088-03-29'),('2088-03-30'),('2088-03-31'),('2088-04-01'),('2088-04-02'),('2088-04-03'),('2088-04-04'),('2088-04-05'),('2088-04-06'),('2088-04-07'),('2088-04-08'),('2088-04-09'),('2088-04-10'),('2088-04-11'),('2088-04-12'),('2088-04-13'),('2088-04-14'),('2088-04-15'),('2088-04-16'),('2088-04-17'),('2088-04-18'),('2088-04-19'),('2088-04-20'),('2088-04-21'),('2088-04-22'),('2088-04-23'),('2088-04-24'),('2088-04-25'),('2088-04-26'),('2088-04-27'),('2088-04-28'),('2088-04-29'),('2088-04-30'),('2088-05-01'),('2088-05-02'),('2088-05-03'),('2088-05-04'),('2088-05-05'),('2088-05-06'),('2088-05-07'),('2088-05-08'),('2088-05-09'),('2088-05-10'),('2088-05-11'),('2088-05-12'),('2088-05-13'),('2088-05-14'),('2088-05-15'),('2088-05-16'),('2088-05-17'),('2088-05-18'),('2088-05-19'),('2088-05-20'),('2088-05-21'),('2088-05-22'),('2088-05-23'),('2088-05-24'),('2088-05-25'),('2088-05-26'),('2088-05-27'),('2088-05-28'),('2088-05-29'),('2088-05-30'),('2088-05-31'),('2088-06-01'),('2088-06-02'),('2088-06-03'),('2088-06-04'),('2088-06-05'),('2088-06-06'),('2088-06-07'),('2088-06-08'),('2088-06-09'),('2088-06-10'),('2088-06-11'),('2088-06-12'),('2088-06-13'),('2088-06-14'),('2088-06-15'),('2088-06-16'),('2088-06-17'),('2088-06-18'),('2088-06-19'),('2088-06-20'),('2088-06-21'),('2088-06-22'),('2088-06-23'),('2088-06-24'),('2088-06-25'),('2088-06-26'),('2088-06-27'),('2088-06-28'),('2088-06-29'),('2088-06-30'),('2088-07-01'),('2088-07-02'),('2088-07-03'),('2088-07-04'),('2088-07-05'),('2088-07-06'),('2088-07-07'),('2088-07-08'),('2088-07-09'),('2088-07-10'),('2088-07-11'),('2088-07-12'),('2088-07-13'),('2088-07-14'),('2088-07-15'),('2088-07-16'),('2088-07-17'),('2088-07-18'),('2088-07-19'),('2088-07-20'),('2088-07-21'),('2088-07-22'),('2088-07-23'),('2088-07-24'),('2088-07-25'),('2088-07-26'),('2088-07-27'),('2088-07-28'),('2088-07-29'),('2088-07-30'),('2088-07-31'),('2088-08-01'),('2088-08-02'),('2088-08-03'),('2088-08-04'),('2088-08-05'),('2088-08-06'),('2088-08-07'),('2088-08-08'),('2088-08-09'),('2088-08-10'),('2088-08-11'),('2088-08-12'),('2088-08-13'),('2088-08-14'),('2088-08-15'),('2088-08-16'),('2088-08-17'),('2088-08-18'),('2088-08-19'),('2088-08-20'),('2088-08-21'),('2088-08-22'),('2088-08-23'),('2088-08-24'),('2088-08-25'),('2088-08-26'),('2088-08-27'),('2088-08-28'),('2088-08-29'),('2088-08-30'),('2088-08-31'),('2088-09-01'),('2088-09-02'),('2088-09-03'),('2088-09-04'),('2088-09-05'),('2088-09-06'),('2088-09-07'),('2088-09-08'),('2088-09-09'),('2088-09-10'),('2088-09-11'),('2088-09-12'),('2088-09-13'),('2088-09-14'),('2088-09-15'),('2088-09-16'),('2088-09-17'),('2088-09-18'),('2088-09-19'),('2088-09-20'),('2088-09-21'),('2088-09-22'),('2088-09-23'),('2088-09-24'),('2088-09-25'),('2088-09-26'),('2088-09-27'),('2088-09-28'),('2088-09-29'),('2088-09-30'),('2088-10-01'),('2088-10-02'),('2088-10-03'),('2088-10-04'),('2088-10-05'),('2088-10-06'),('2088-10-07'),('2088-10-08'),('2088-10-09'),('2088-10-10'),('2088-10-11'),('2088-10-12'),('2088-10-13'),('2088-10-14'),('2088-10-15'),('2088-10-16'),('2088-10-17'),('2088-10-18'),('2088-10-19'),('2088-10-20'),('2088-10-21'),('2088-10-22'),('2088-10-23'),('2088-10-24'),('2088-10-25'),('2088-10-26'),('2088-10-27'),('2088-10-28'),('2088-10-29'),('2088-10-30'),('2088-10-31'),('2088-11-01'),('2088-11-02'),('2088-11-03'),('2088-11-04'),('2088-11-05'),('2088-11-06'),('2088-11-07'),('2088-11-08'),('2088-11-09'),('2088-11-10'),('2088-11-11'),('2088-11-12'),('2088-11-13'),('2088-11-14'),('2088-11-15'),('2088-11-16'),('2088-11-17'),('2088-11-18'),('2088-11-19'),('2088-11-20'),('2088-11-21'),('2088-11-22'),('2088-11-23'),('2088-11-24'),('2088-11-25'),('2088-11-26'),('2088-11-27'),('2088-11-28'),('2088-11-29'),('2088-11-30'),('2088-12-01'),('2088-12-02'),('2088-12-03'),('2088-12-04'),('2088-12-05'),('2088-12-06'),('2088-12-07'),('2088-12-08'),('2088-12-09'),('2088-12-10'),('2088-12-11'),('2088-12-12'),('2088-12-13'),('2088-12-14'),('2088-12-15'),('2088-12-16'),('2088-12-17'),('2088-12-18'),('2088-12-19'),('2088-12-20'),('2088-12-21'),('2088-12-22'),('2088-12-23'),('2088-12-24'),('2088-12-25'),('2088-12-26'),('2088-12-27'),('2088-12-28'),('2088-12-29'),('2088-12-30'),('2088-12-31'),('2089-01-01'),('2089-01-02'),('2089-01-03'),('2089-01-04'),('2089-01-05'),('2089-01-06'),('2089-01-07'),('2089-01-08'),('2089-01-09'),('2089-01-10'),('2089-01-11'),('2089-01-12'),('2089-01-13'),('2089-01-14'),('2089-01-15'),('2089-01-16'),('2089-01-17'),('2089-01-18'),('2089-01-19'),('2089-01-20'),('2089-01-21'),('2089-01-22'),('2089-01-23'),('2089-01-24'),('2089-01-25'),('2089-01-26'),('2089-01-27'),('2089-01-28'),('2089-01-29'),('2089-01-30'),('2089-01-31'),('2089-02-01'),('2089-02-02'),('2089-02-03'),('2089-02-04'),('2089-02-05'),('2089-02-06'),('2089-02-07'),('2089-02-08'),('2089-02-09'),('2089-02-10'),('2089-02-11'),('2089-02-12'),('2089-02-13'),('2089-02-14'),('2089-02-15'),('2089-02-16'),('2089-02-17'),('2089-02-18'),('2089-02-19'),('2089-02-20'),('2089-02-21'),('2089-02-22'),('2089-02-23'),('2089-02-24'),('2089-02-25'),('2089-02-26'),('2089-02-27'),('2089-02-28'),('2089-03-01'),('2089-03-02'),('2089-03-03'),('2089-03-04'),('2089-03-05'),('2089-03-06'),('2089-03-07'),('2089-03-08'),('2089-03-09'),('2089-03-10'),('2089-03-11'),('2089-03-12'),('2089-03-13'),('2089-03-14'),('2089-03-15'),('2089-03-16'),('2089-03-17'),('2089-03-18'),('2089-03-19'),('2089-03-20'),('2089-03-21'),('2089-03-22'),('2089-03-23'),('2089-03-24'),('2089-03-25'),('2089-03-26'),('2089-03-27'),('2089-03-28'),('2089-03-29'),('2089-03-30'),('2089-03-31'),('2089-04-01'),('2089-04-02'),('2089-04-03'),('2089-04-04'),('2089-04-05'),('2089-04-06'),('2089-04-07'),('2089-04-08'),('2089-04-09'),('2089-04-10'),('2089-04-11'),('2089-04-12'),('2089-04-13'),('2089-04-14'),('2089-04-15'),('2089-04-16'),('2089-04-17'),('2089-04-18'),('2089-04-19'),('2089-04-20'),('2089-04-21'),('2089-04-22'),('2089-04-23'),('2089-04-24'),('2089-04-25'),('2089-04-26'),('2089-04-27'),('2089-04-28'),('2089-04-29'),('2089-04-30'),('2089-05-01'),('2089-05-02'),('2089-05-03'),('2089-05-04'),('2089-05-05'),('2089-05-06'),('2089-05-07'),('2089-05-08'),('2089-05-09'),('2089-05-10'),('2089-05-11'),('2089-05-12'),('2089-05-13'),('2089-05-14'),('2089-05-15'),('2089-05-16'),('2089-05-17'),('2089-05-18'),('2089-05-19'),('2089-05-20'),('2089-05-21'),('2089-05-22'),('2089-05-23'),('2089-05-24'),('2089-05-25'),('2089-05-26'),('2089-05-27'),('2089-05-28'),('2089-05-29'),('2089-05-30'),('2089-05-31'),('2089-06-01'),('2089-06-02'),('2089-06-03'),('2089-06-04'),('2089-06-05'),('2089-06-06'),('2089-06-07'),('2089-06-08'),('2089-06-09'),('2089-06-10'),('2089-06-11'),('2089-06-12'),('2089-06-13'),('2089-06-14'),('2089-06-15'),('2089-06-16'),('2089-06-17'),('2089-06-18'),('2089-06-19'),('2089-06-20'),('2089-06-21'),('2089-06-22'),('2089-06-23'),('2089-06-24'),('2089-06-25'),('2089-06-26'),('2089-06-27'),('2089-06-28'),('2089-06-29'),('2089-06-30'),('2089-07-01'),('2089-07-02'),('2089-07-03'),('2089-07-04'),('2089-07-05'),('2089-07-06'),('2089-07-07'),('2089-07-08'),('2089-07-09'),('2089-07-10'),('2089-07-11'),('2089-07-12'),('2089-07-13'),('2089-07-14'),('2089-07-15'),('2089-07-16'),('2089-07-17'),('2089-07-18'),('2089-07-19'),('2089-07-20'),('2089-07-21'),('2089-07-22'),('2089-07-23'),('2089-07-24'),('2089-07-25'),('2089-07-26'),('2089-07-27'),('2089-07-28'),('2089-07-29'),('2089-07-30'),('2089-07-31'),('2089-08-01'),('2089-08-02'),('2089-08-03'),('2089-08-04'),('2089-08-05'),('2089-08-06'),('2089-08-07'),('2089-08-08'),('2089-08-09'),('2089-08-10'),('2089-08-11'),('2089-08-12'),('2089-08-13'),('2089-08-14'),('2089-08-15'),('2089-08-16'),('2089-08-17'),('2089-08-18'),('2089-08-19'),('2089-08-20'),('2089-08-21'),('2089-08-22'),('2089-08-23'),('2089-08-24'),('2089-08-25'),('2089-08-26'),('2089-08-27'),('2089-08-28'),('2089-08-29'),('2089-08-30'),('2089-08-31'),('2089-09-01'),('2089-09-02'),('2089-09-03'),('2089-09-04'),('2089-09-05'),('2089-09-06'),('2089-09-07'),('2089-09-08'),('2089-09-09'),('2089-09-10'),('2089-09-11'),('2089-09-12'),('2089-09-13'),('2089-09-14'),('2089-09-15'),('2089-09-16'),('2089-09-17'),('2089-09-18'),('2089-09-19'),('2089-09-20'),('2089-09-21'),('2089-09-22'),('2089-09-23'),('2089-09-24'),('2089-09-25'),('2089-09-26'),('2089-09-27'),('2089-09-28'),('2089-09-29'),('2089-09-30'),('2089-10-01'),('2089-10-02'),('2089-10-03'),('2089-10-04'),('2089-10-05'),('2089-10-06'),('2089-10-07'),('2089-10-08'),('2089-10-09'),('2089-10-10'),('2089-10-11'),('2089-10-12'),('2089-10-13'),('2089-10-14'),('2089-10-15'),('2089-10-16'),('2089-10-17'),('2089-10-18'),('2089-10-19'),('2089-10-20'),('2089-10-21'),('2089-10-22'),('2089-10-23'),('2089-10-24'),('2089-10-25'),('2089-10-26'),('2089-10-27'),('2089-10-28'),('2089-10-29'),('2089-10-30'),('2089-10-31'),('2089-11-01'),('2089-11-02'),('2089-11-03'),('2089-11-04'),('2089-11-05'),('2089-11-06'),('2089-11-07'),('2089-11-08'),('2089-11-09'),('2089-11-10'),('2089-11-11'),('2089-11-12'),('2089-11-13'),('2089-11-14'),('2089-11-15'),('2089-11-16'),('2089-11-17'),('2089-11-18'),('2089-11-19'),('2089-11-20'),('2089-11-21'),('2089-11-22'),('2089-11-23'),('2089-11-24'),('2089-11-25'),('2089-11-26'),('2089-11-27'),('2089-11-28'),('2089-11-29'),('2089-11-30'),('2089-12-01'),('2089-12-02'),('2089-12-03'),('2089-12-04'),('2089-12-05'),('2089-12-06'),('2089-12-07'),('2089-12-08'),('2089-12-09'),('2089-12-10'),('2089-12-11'),('2089-12-12'),('2089-12-13'),('2089-12-14'),('2089-12-15'),('2089-12-16'),('2089-12-17'),('2089-12-18'),('2089-12-19'),('2089-12-20'),('2089-12-21'),('2089-12-22'),('2089-12-23'),('2089-12-24'),('2089-12-25'),('2089-12-26'),('2089-12-27'),('2089-12-28'),('2089-12-29'),('2089-12-30'),('2089-12-31'),('2090-01-01'),('2090-01-02'),('2090-01-03'),('2090-01-04'),('2090-01-05'),('2090-01-06'),('2090-01-07'),('2090-01-08'),('2090-01-09'),('2090-01-10'),('2090-01-11'),('2090-01-12'),('2090-01-13'),('2090-01-14'),('2090-01-15'),('2090-01-16'),('2090-01-17'),('2090-01-18'),('2090-01-19'),('2090-01-20'),('2090-01-21'),('2090-01-22'),('2090-01-23'),('2090-01-24'),('2090-01-25'),('2090-01-26'),('2090-01-27'),('2090-01-28'),('2090-01-29'),('2090-01-30'),('2090-01-31'),('2090-02-01'),('2090-02-02'),('2090-02-03'),('2090-02-04'),('2090-02-05'),('2090-02-06'),('2090-02-07'),('2090-02-08'),('2090-02-09'),('2090-02-10'),('2090-02-11'),('2090-02-12'),('2090-02-13'),('2090-02-14'),('2090-02-15'),('2090-02-16'),('2090-02-17'),('2090-02-18'),('2090-02-19'),('2090-02-20'),('2090-02-21'),('2090-02-22'),('2090-02-23'),('2090-02-24'),('2090-02-25'),('2090-02-26'),('2090-02-27'),('2090-02-28'),('2090-03-01'),('2090-03-02'),('2090-03-03'),('2090-03-04'),('2090-03-05'),('2090-03-06'),('2090-03-07'),('2090-03-08'),('2090-03-09'),('2090-03-10'),('2090-03-11'),('2090-03-12'),('2090-03-13'),('2090-03-14'),('2090-03-15'),('2090-03-16'),('2090-03-17'),('2090-03-18'),('2090-03-19'),('2090-03-20'),('2090-03-21'),('2090-03-22'),('2090-03-23'),('2090-03-24'),('2090-03-25'),('2090-03-26'),('2090-03-27'),('2090-03-28'),('2090-03-29'),('2090-03-30'),('2090-03-31'),('2090-04-01'),('2090-04-02'),('2090-04-03'),('2090-04-04'),('2090-04-05'),('2090-04-06'),('2090-04-07'),('2090-04-08'),('2090-04-09'),('2090-04-10'),('2090-04-11'),('2090-04-12'),('2090-04-13'),('2090-04-14'),('2090-04-15'),('2090-04-16'),('2090-04-17'),('2090-04-18'),('2090-04-19'),('2090-04-20'),('2090-04-21'),('2090-04-22'),('2090-04-23'),('2090-04-24'),('2090-04-25'),('2090-04-26'),('2090-04-27'),('2090-04-28'),('2090-04-29'),('2090-04-30'),('2090-05-01'),('2090-05-02'),('2090-05-03'),('2090-05-04'),('2090-05-05'),('2090-05-06'),('2090-05-07'),('2090-05-08'),('2090-05-09'),('2090-05-10'),('2090-05-11'),('2090-05-12'),('2090-05-13'),('2090-05-14'),('2090-05-15'),('2090-05-16'),('2090-05-17'),('2090-05-18'),('2090-05-19'),('2090-05-20'),('2090-05-21'),('2090-05-22'),('2090-05-23'),('2090-05-24'),('2090-05-25'),('2090-05-26'),('2090-05-27'),('2090-05-28'),('2090-05-29'),('2090-05-30'),('2090-05-31'),('2090-06-01'),('2090-06-02'),('2090-06-03'),('2090-06-04'),('2090-06-05'),('2090-06-06'),('2090-06-07'),('2090-06-08'),('2090-06-09'),('2090-06-10'),('2090-06-11'),('2090-06-12'),('2090-06-13'),('2090-06-14'),('2090-06-15'),('2090-06-16'),('2090-06-17'),('2090-06-18'),('2090-06-19'),('2090-06-20'),('2090-06-21'),('2090-06-22'),('2090-06-23'),('2090-06-24'),('2090-06-25'),('2090-06-26'),('2090-06-27'),('2090-06-28'),('2090-06-29'),('2090-06-30'),('2090-07-01'),('2090-07-02'),('2090-07-03'),('2090-07-04'),('2090-07-05'),('2090-07-06'),('2090-07-07'),('2090-07-08'),('2090-07-09'),('2090-07-10'),('2090-07-11'),('2090-07-12'),('2090-07-13'),('2090-07-14'),('2090-07-15'),('2090-07-16'),('2090-07-17'),('2090-07-18'),('2090-07-19'),('2090-07-20'),('2090-07-21'),('2090-07-22'),('2090-07-23'),('2090-07-24'),('2090-07-25'),('2090-07-26'),('2090-07-27'),('2090-07-28'),('2090-07-29'),('2090-07-30'),('2090-07-31'),('2090-08-01'),('2090-08-02'),('2090-08-03'),('2090-08-04'),('2090-08-05'),('2090-08-06'),('2090-08-07'),('2090-08-08'),('2090-08-09'),('2090-08-10'),('2090-08-11'),('2090-08-12'),('2090-08-13'),('2090-08-14'),('2090-08-15'),('2090-08-16'),('2090-08-17'),('2090-08-18'),('2090-08-19'),('2090-08-20'),('2090-08-21'),('2090-08-22'),('2090-08-23'),('2090-08-24'),('2090-08-25'),('2090-08-26'),('2090-08-27'),('2090-08-28'),('2090-08-29'),('2090-08-30'),('2090-08-31'),('2090-09-01'),('2090-09-02'),('2090-09-03'),('2090-09-04'),('2090-09-05'),('2090-09-06'),('2090-09-07'),('2090-09-08'),('2090-09-09'),('2090-09-10'),('2090-09-11'),('2090-09-12'),('2090-09-13'),('2090-09-14'),('2090-09-15'),('2090-09-16'),('2090-09-17'),('2090-09-18'),('2090-09-19'),('2090-09-20'),('2090-09-21'),('2090-09-22'),('2090-09-23'),('2090-09-24'),('2090-09-25'),('2090-09-26'),('2090-09-27'),('2090-09-28'),('2090-09-29'),('2090-09-30'),('2090-10-01'),('2090-10-02'),('2090-10-03'),('2090-10-04'),('2090-10-05'),('2090-10-06'),('2090-10-07'),('2090-10-08'),('2090-10-09'),('2090-10-10'),('2090-10-11'),('2090-10-12'),('2090-10-13'),('2090-10-14'),('2090-10-15'),('2090-10-16'),('2090-10-17'),('2090-10-18'),('2090-10-19'),('2090-10-20'),('2090-10-21'),('2090-10-22'),('2090-10-23'),('2090-10-24'),('2090-10-25'),('2090-10-26'),('2090-10-27'),('2090-10-28'),('2090-10-29'),('2090-10-30'),('2090-10-31'),('2090-11-01'),('2090-11-02'),('2090-11-03'),('2090-11-04'),('2090-11-05'),('2090-11-06'),('2090-11-07'),('2090-11-08'),('2090-11-09'),('2090-11-10'),('2090-11-11'),('2090-11-12'),('2090-11-13'),('2090-11-14'),('2090-11-15'),('2090-11-16'),('2090-11-17'),('2090-11-18'),('2090-11-19'),('2090-11-20'),('2090-11-21'),('2090-11-22'),('2090-11-23'),('2090-11-24'),('2090-11-25'),('2090-11-26'),('2090-11-27'),('2090-11-28'),('2090-11-29'),('2090-11-30'),('2090-12-01'),('2090-12-02'),('2090-12-03'),('2090-12-04'),('2090-12-05'),('2090-12-06'),('2090-12-07'),('2090-12-08'),('2090-12-09'),('2090-12-10'),('2090-12-11'),('2090-12-12'),('2090-12-13'),('2090-12-14'),('2090-12-15'),('2090-12-16'),('2090-12-17'),('2090-12-18'),('2090-12-19'),('2090-12-20'),('2090-12-21'),('2090-12-22'),('2090-12-23'),('2090-12-24'),('2090-12-25'),('2090-12-26'),('2090-12-27'),('2090-12-28'),('2090-12-29'),('2090-12-30'),('2090-12-31'),('2091-01-01'),('2091-01-02'),('2091-01-03'),('2091-01-04'),('2091-01-05'),('2091-01-06'),('2091-01-07'),('2091-01-08'),('2091-01-09'),('2091-01-10'),('2091-01-11'),('2091-01-12'),('2091-01-13'),('2091-01-14'),('2091-01-15'),('2091-01-16'),('2091-01-17'),('2091-01-18'),('2091-01-19'),('2091-01-20'),('2091-01-21'),('2091-01-22'),('2091-01-23'),('2091-01-24'),('2091-01-25'),('2091-01-26'),('2091-01-27'),('2091-01-28'),('2091-01-29'),('2091-01-30'),('2091-01-31'),('2091-02-01'),('2091-02-02'),('2091-02-03'),('2091-02-04'),('2091-02-05'),('2091-02-06'),('2091-02-07'),('2091-02-08'),('2091-02-09'),('2091-02-10'),('2091-02-11'),('2091-02-12'),('2091-02-13'),('2091-02-14'),('2091-02-15'),('2091-02-16'),('2091-02-17'),('2091-02-18'),('2091-02-19'),('2091-02-20'),('2091-02-21'),('2091-02-22'),('2091-02-23'),('2091-02-24'),('2091-02-25'),('2091-02-26'),('2091-02-27'),('2091-02-28'),('2091-03-01'),('2091-03-02'),('2091-03-03'),('2091-03-04'),('2091-03-05'),('2091-03-06'),('2091-03-07'),('2091-03-08'),('2091-03-09'),('2091-03-10'),('2091-03-11'),('2091-03-12'),('2091-03-13'),('2091-03-14'),('2091-03-15'),('2091-03-16'),('2091-03-17'),('2091-03-18'),('2091-03-19'),('2091-03-20'),('2091-03-21'),('2091-03-22'),('2091-03-23'),('2091-03-24'),('2091-03-25'),('2091-03-26'),('2091-03-27'),('2091-03-28'),('2091-03-29'),('2091-03-30'),('2091-03-31'),('2091-04-01'),('2091-04-02'),('2091-04-03'),('2091-04-04'),('2091-04-05'),('2091-04-06'),('2091-04-07'),('2091-04-08'),('2091-04-09'),('2091-04-10'),('2091-04-11'),('2091-04-12'),('2091-04-13'),('2091-04-14'),('2091-04-15'),('2091-04-16'),('2091-04-17'),('2091-04-18'),('2091-04-19'),('2091-04-20'),('2091-04-21'),('2091-04-22'),('2091-04-23'),('2091-04-24'),('2091-04-25'),('2091-04-26'),('2091-04-27'),('2091-04-28'),('2091-04-29'),('2091-04-30'),('2091-05-01'),('2091-05-02'),('2091-05-03'),('2091-05-04'),('2091-05-05'),('2091-05-06'),('2091-05-07'),('2091-05-08'),('2091-05-09'),('2091-05-10'),('2091-05-11'),('2091-05-12'),('2091-05-13'),('2091-05-14'),('2091-05-15'),('2091-05-16'),('2091-05-17'),('2091-05-18'),('2091-05-19'),('2091-05-20'),('2091-05-21'),('2091-05-22'),('2091-05-23'),('2091-05-24'),('2091-05-25'),('2091-05-26'),('2091-05-27'),('2091-05-28'),('2091-05-29'),('2091-05-30'),('2091-05-31'),('2091-06-01'),('2091-06-02'),('2091-06-03'),('2091-06-04'),('2091-06-05'),('2091-06-06'),('2091-06-07'),('2091-06-08'),('2091-06-09'),('2091-06-10'),('2091-06-11'),('2091-06-12'),('2091-06-13'),('2091-06-14'),('2091-06-15'),('2091-06-16'),('2091-06-17'),('2091-06-18'),('2091-06-19'),('2091-06-20'),('2091-06-21'),('2091-06-22'),('2091-06-23'),('2091-06-24'),('2091-06-25'),('2091-06-26'),('2091-06-27'),('2091-06-28'),('2091-06-29'),('2091-06-30'),('2091-07-01'),('2091-07-02'),('2091-07-03'),('2091-07-04'),('2091-07-05'),('2091-07-06'),('2091-07-07'),('2091-07-08'),('2091-07-09'),('2091-07-10'),('2091-07-11'),('2091-07-12'),('2091-07-13'),('2091-07-14'),('2091-07-15'),('2091-07-16'),('2091-07-17'),('2091-07-18'),('2091-07-19'),('2091-07-20'),('2091-07-21'),('2091-07-22'),('2091-07-23'),('2091-07-24'),('2091-07-25'),('2091-07-26'),('2091-07-27'),('2091-07-28'),('2091-07-29'),('2091-07-30'),('2091-07-31'),('2091-08-01'),('2091-08-02'),('2091-08-03'),('2091-08-04'),('2091-08-05'),('2091-08-06'),('2091-08-07'),('2091-08-08'),('2091-08-09'),('2091-08-10'),('2091-08-11'),('2091-08-12'),('2091-08-13'),('2091-08-14'),('2091-08-15'),('2091-08-16'),('2091-08-17'),('2091-08-18'),('2091-08-19'),('2091-08-20'),('2091-08-21'),('2091-08-22'),('2091-08-23'),('2091-08-24'),('2091-08-25'),('2091-08-26'),('2091-08-27'),('2091-08-28'),('2091-08-29'),('2091-08-30'),('2091-08-31'),('2091-09-01'),('2091-09-02'),('2091-09-03'),('2091-09-04'),('2091-09-05'),('2091-09-06'),('2091-09-07'),('2091-09-08'),('2091-09-09'),('2091-09-10'),('2091-09-11'),('2091-09-12'),('2091-09-13'),('2091-09-14'),('2091-09-15'),('2091-09-16'),('2091-09-17'),('2091-09-18'),('2091-09-19'),('2091-09-20'),('2091-09-21'),('2091-09-22'),('2091-09-23'),('2091-09-24'),('2091-09-25'),('2091-09-26'),('2091-09-27'),('2091-09-28'),('2091-09-29'),('2091-09-30'),('2091-10-01'),('2091-10-02'),('2091-10-03'),('2091-10-04'),('2091-10-05'),('2091-10-06'),('2091-10-07'),('2091-10-08'),('2091-10-09'),('2091-10-10'),('2091-10-11'),('2091-10-12'),('2091-10-13'),('2091-10-14'),('2091-10-15'),('2091-10-16'),('2091-10-17'),('2091-10-18'),('2091-10-19'),('2091-10-20'),('2091-10-21'),('2091-10-22'),('2091-10-23'),('2091-10-24'),('2091-10-25'),('2091-10-26'),('2091-10-27'),('2091-10-28'),('2091-10-29'),('2091-10-30'),('2091-10-31'),('2091-11-01'),('2091-11-02'),('2091-11-03'),('2091-11-04'),('2091-11-05'),('2091-11-06'),('2091-11-07'),('2091-11-08'),('2091-11-09'),('2091-11-10'),('2091-11-11'),('2091-11-12'),('2091-11-13'),('2091-11-14'),('2091-11-15'),('2091-11-16'),('2091-11-17'),('2091-11-18'),('2091-11-19'),('2091-11-20'),('2091-11-21'),('2091-11-22'),('2091-11-23'),('2091-11-24'),('2091-11-25'),('2091-11-26'),('2091-11-27'),('2091-11-28'),('2091-11-29'),('2091-11-30'),('2091-12-01'),('2091-12-02'),('2091-12-03'),('2091-12-04'),('2091-12-05'),('2091-12-06'),('2091-12-07'),('2091-12-08'),('2091-12-09'),('2091-12-10'),('2091-12-11'),('2091-12-12'),('2091-12-13'),('2091-12-14'),('2091-12-15'),('2091-12-16'),('2091-12-17'),('2091-12-18'),('2091-12-19'),('2091-12-20'),('2091-12-21'),('2091-12-22'),('2091-12-23'),('2091-12-24'),('2091-12-25'),('2091-12-26'),('2091-12-27'),('2091-12-28'),('2091-12-29'),('2091-12-30'),('2091-12-31'),('2092-01-01'),('2092-01-02'),('2092-01-03'),('2092-01-04'),('2092-01-05'),('2092-01-06'),('2092-01-07'),('2092-01-08'),('2092-01-09'),('2092-01-10'),('2092-01-11'),('2092-01-12'),('2092-01-13'),('2092-01-14'),('2092-01-15'),('2092-01-16'),('2092-01-17'),('2092-01-18'),('2092-01-19'),('2092-01-20'),('2092-01-21'),('2092-01-22'),('2092-01-23'),('2092-01-24'),('2092-01-25'),('2092-01-26'),('2092-01-27'),('2092-01-28'),('2092-01-29'),('2092-01-30'),('2092-01-31'),('2092-02-01'),('2092-02-02'),('2092-02-03'),('2092-02-04'),('2092-02-05'),('2092-02-06'),('2092-02-07'),('2092-02-08'),('2092-02-09'),('2092-02-10'),('2092-02-11'),('2092-02-12'),('2092-02-13'),('2092-02-14'),('2092-02-15'),('2092-02-16'),('2092-02-17'),('2092-02-18'),('2092-02-19'),('2092-02-20'),('2092-02-21'),('2092-02-22'),('2092-02-23'),('2092-02-24'),('2092-02-25'),('2092-02-26'),('2092-02-27'),('2092-02-28'),('2092-02-29'),('2092-03-01'),('2092-03-02'),('2092-03-03'),('2092-03-04'),('2092-03-05'),('2092-03-06'),('2092-03-07'),('2092-03-08'),('2092-03-09'),('2092-03-10'),('2092-03-11'),('2092-03-12'),('2092-03-13'),('2092-03-14'),('2092-03-15'),('2092-03-16'),('2092-03-17'),('2092-03-18'),('2092-03-19'),('2092-03-20'),('2092-03-21'),('2092-03-22'),('2092-03-23'),('2092-03-24'),('2092-03-25'),('2092-03-26'),('2092-03-27'),('2092-03-28'),('2092-03-29'),('2092-03-30'),('2092-03-31'),('2092-04-01'),('2092-04-02'),('2092-04-03'),('2092-04-04'),('2092-04-05'),('2092-04-06'),('2092-04-07'),('2092-04-08'),('2092-04-09'),('2092-04-10'),('2092-04-11'),('2092-04-12'),('2092-04-13'),('2092-04-14'),('2092-04-15'),('2092-04-16'),('2092-04-17'),('2092-04-18'),('2092-04-19'),('2092-04-20'),('2092-04-21'),('2092-04-22'),('2092-04-23'),('2092-04-24'),('2092-04-25'),('2092-04-26'),('2092-04-27'),('2092-04-28'),('2092-04-29'),('2092-04-30'),('2092-05-01'),('2092-05-02'),('2092-05-03'),('2092-05-04'),('2092-05-05'),('2092-05-06'),('2092-05-07'),('2092-05-08'),('2092-05-09'),('2092-05-10'),('2092-05-11'),('2092-05-12'),('2092-05-13'),('2092-05-14'),('2092-05-15'),('2092-05-16'),('2092-05-17'),('2092-05-18'),('2092-05-19'),('2092-05-20'),('2092-05-21'),('2092-05-22'),('2092-05-23'),('2092-05-24'),('2092-05-25'),('2092-05-26'),('2092-05-27'),('2092-05-28'),('2092-05-29'),('2092-05-30'),('2092-05-31'),('2092-06-01'),('2092-06-02'),('2092-06-03'),('2092-06-04'),('2092-06-05'),('2092-06-06'),('2092-06-07'),('2092-06-08'),('2092-06-09'),('2092-06-10'),('2092-06-11'),('2092-06-12'),('2092-06-13'),('2092-06-14'),('2092-06-15'),('2092-06-16'),('2092-06-17'),('2092-06-18'),('2092-06-19'),('2092-06-20'),('2092-06-21'),('2092-06-22'),('2092-06-23'),('2092-06-24'),('2092-06-25'),('2092-06-26'),('2092-06-27'),('2092-06-28'),('2092-06-29'),('2092-06-30'),('2092-07-01'),('2092-07-02'),('2092-07-03'),('2092-07-04'),('2092-07-05'),('2092-07-06'),('2092-07-07'),('2092-07-08'),('2092-07-09'),('2092-07-10'),('2092-07-11'),('2092-07-12'),('2092-07-13'),('2092-07-14'),('2092-07-15'),('2092-07-16'),('2092-07-17'),('2092-07-18'),('2092-07-19'),('2092-07-20'),('2092-07-21'),('2092-07-22'),('2092-07-23'),('2092-07-24'),('2092-07-25'),('2092-07-26'),('2092-07-27'),('2092-07-28'),('2092-07-29'),('2092-07-30'),('2092-07-31'),('2092-08-01'),('2092-08-02'),('2092-08-03'),('2092-08-04'),('2092-08-05'),('2092-08-06'),('2092-08-07'),('2092-08-08'),('2092-08-09'),('2092-08-10'),('2092-08-11'),('2092-08-12'),('2092-08-13'),('2092-08-14'),('2092-08-15'),('2092-08-16'),('2092-08-17'),('2092-08-18'),('2092-08-19'),('2092-08-20'),('2092-08-21'),('2092-08-22'),('2092-08-23'),('2092-08-24'),('2092-08-25'),('2092-08-26'),('2092-08-27'),('2092-08-28'),('2092-08-29'),('2092-08-30'),('2092-08-31'),('2092-09-01'),('2092-09-02'),('2092-09-03'),('2092-09-04'),('2092-09-05'),('2092-09-06'),('2092-09-07'),('2092-09-08'),('2092-09-09'),('2092-09-10'),('2092-09-11'),('2092-09-12'),('2092-09-13'),('2092-09-14'),('2092-09-15'),('2092-09-16'),('2092-09-17'),('2092-09-18'),('2092-09-19'),('2092-09-20'),('2092-09-21'),('2092-09-22'),('2092-09-23'),('2092-09-24'),('2092-09-25'),('2092-09-26'),('2092-09-27'),('2092-09-28'),('2092-09-29'),('2092-09-30'),('2092-10-01'),('2092-10-02'),('2092-10-03'),('2092-10-04'),('2092-10-05'),('2092-10-06'),('2092-10-07'),('2092-10-08'),('2092-10-09'),('2092-10-10'),('2092-10-11'),('2092-10-12'),('2092-10-13'),('2092-10-14'),('2092-10-15'),('2092-10-16'),('2092-10-17'),('2092-10-18'),('2092-10-19'),('2092-10-20'),('2092-10-21'),('2092-10-22'),('2092-10-23'),('2092-10-24'),('2092-10-25'),('2092-10-26'),('2092-10-27'),('2092-10-28'),('2092-10-29'),('2092-10-30'),('2092-10-31'),('2092-11-01'),('2092-11-02'),('2092-11-03'),('2092-11-04'),('2092-11-05'),('2092-11-06'),('2092-11-07'),('2092-11-08'),('2092-11-09'),('2092-11-10'),('2092-11-11'),('2092-11-12'),('2092-11-13'),('2092-11-14'),('2092-11-15'),('2092-11-16'),('2092-11-17'),('2092-11-18'),('2092-11-19'),('2092-11-20'),('2092-11-21'),('2092-11-22'),('2092-11-23'),('2092-11-24'),('2092-11-25'),('2092-11-26'),('2092-11-27'),('2092-11-28'),('2092-11-29'),('2092-11-30'),('2092-12-01'),('2092-12-02'),('2092-12-03'),('2092-12-04'),('2092-12-05'),('2092-12-06'),('2092-12-07'),('2092-12-08'),('2092-12-09'),('2092-12-10'),('2092-12-11'),('2092-12-12'),('2092-12-13'),('2092-12-14'),('2092-12-15'),('2092-12-16'),('2092-12-17'),('2092-12-18'),('2092-12-19'),('2092-12-20'),('2092-12-21'),('2092-12-22'),('2092-12-23'),('2092-12-24'),('2092-12-25'),('2092-12-26'),('2092-12-27'),('2092-12-28'),('2092-12-29'),('2092-12-30'),('2092-12-31'),('2093-01-01'),('2093-01-02'),('2093-01-03'),('2093-01-04'),('2093-01-05'),('2093-01-06'),('2093-01-07'),('2093-01-08'),('2093-01-09'),('2093-01-10'),('2093-01-11'),('2093-01-12'),('2093-01-13'),('2093-01-14'),('2093-01-15'),('2093-01-16'),('2093-01-17'),('2093-01-18'),('2093-01-19'),('2093-01-20'),('2093-01-21'),('2093-01-22'),('2093-01-23'),('2093-01-24'),('2093-01-25'),('2093-01-26'),('2093-01-27'),('2093-01-28'),('2093-01-29'),('2093-01-30'),('2093-01-31'),('2093-02-01'),('2093-02-02'),('2093-02-03'),('2093-02-04'),('2093-02-05'),('2093-02-06'),('2093-02-07'),('2093-02-08'),('2093-02-09'),('2093-02-10'),('2093-02-11'),('2093-02-12'),('2093-02-13'),('2093-02-14'),('2093-02-15'),('2093-02-16'),('2093-02-17'),('2093-02-18'),('2093-02-19'),('2093-02-20'),('2093-02-21'),('2093-02-22'),('2093-02-23'),('2093-02-24'),('2093-02-25'),('2093-02-26'),('2093-02-27'),('2093-02-28'),('2093-03-01'),('2093-03-02'),('2093-03-03'),('2093-03-04'),('2093-03-05'),('2093-03-06'),('2093-03-07'),('2093-03-08'),('2093-03-09'),('2093-03-10'),('2093-03-11'),('2093-03-12'),('2093-03-13'),('2093-03-14'),('2093-03-15'),('2093-03-16'),('2093-03-17'),('2093-03-18'),('2093-03-19'),('2093-03-20'),('2093-03-21'),('2093-03-22'),('2093-03-23'),('2093-03-24'),('2093-03-25'),('2093-03-26'),('2093-03-27'),('2093-03-28'),('2093-03-29'),('2093-03-30'),('2093-03-31'),('2093-04-01'),('2093-04-02'),('2093-04-03'),('2093-04-04'),('2093-04-05'),('2093-04-06'),('2093-04-07'),('2093-04-08'),('2093-04-09'),('2093-04-10'),('2093-04-11'),('2093-04-12'),('2093-04-13'),('2093-04-14'),('2093-04-15'),('2093-04-16'),('2093-04-17'),('2093-04-18'),('2093-04-19'),('2093-04-20'),('2093-04-21'),('2093-04-22'),('2093-04-23'),('2093-04-24'),('2093-04-25'),('2093-04-26'),('2093-04-27'),('2093-04-28'),('2093-04-29'),('2093-04-30'),('2093-05-01'),('2093-05-02'),('2093-05-03'),('2093-05-04'),('2093-05-05'),('2093-05-06'),('2093-05-07'),('2093-05-08'),('2093-05-09'),('2093-05-10'),('2093-05-11'),('2093-05-12'),('2093-05-13'),('2093-05-14'),('2093-05-15'),('2093-05-16'),('2093-05-17'),('2093-05-18'),('2093-05-19'),('2093-05-20'),('2093-05-21'),('2093-05-22'),('2093-05-23'),('2093-05-24'),('2093-05-25'),('2093-05-26'),('2093-05-27'),('2093-05-28'),('2093-05-29'),('2093-05-30'),('2093-05-31'),('2093-06-01'),('2093-06-02'),('2093-06-03'),('2093-06-04'),('2093-06-05'),('2093-06-06'),('2093-06-07'),('2093-06-08'),('2093-06-09'),('2093-06-10'),('2093-06-11'),('2093-06-12'),('2093-06-13'),('2093-06-14'),('2093-06-15'),('2093-06-16'),('2093-06-17'),('2093-06-18'),('2093-06-19'),('2093-06-20'),('2093-06-21'),('2093-06-22'),('2093-06-23'),('2093-06-24'),('2093-06-25'),('2093-06-26'),('2093-06-27'),('2093-06-28'),('2093-06-29'),('2093-06-30'),('2093-07-01'),('2093-07-02'),('2093-07-03'),('2093-07-04'),('2093-07-05'),('2093-07-06'),('2093-07-07'),('2093-07-08'),('2093-07-09'),('2093-07-10'),('2093-07-11'),('2093-07-12'),('2093-07-13'),('2093-07-14'),('2093-07-15'),('2093-07-16'),('2093-07-17'),('2093-07-18'),('2093-07-19'),('2093-07-20'),('2093-07-21'),('2093-07-22'),('2093-07-23'),('2093-07-24'),('2093-07-25'),('2093-07-26'),('2093-07-27'),('2093-07-28'),('2093-07-29'),('2093-07-30'),('2093-07-31'),('2093-08-01'),('2093-08-02'),('2093-08-03'),('2093-08-04'),('2093-08-05'),('2093-08-06'),('2093-08-07'),('2093-08-08'),('2093-08-09'),('2093-08-10'),('2093-08-11'),('2093-08-12'),('2093-08-13'),('2093-08-14'),('2093-08-15'),('2093-08-16'),('2093-08-17'),('2093-08-18'),('2093-08-19'),('2093-08-20'),('2093-08-21'),('2093-08-22'),('2093-08-23'),('2093-08-24'),('2093-08-25'),('2093-08-26'),('2093-08-27'),('2093-08-28'),('2093-08-29'),('2093-08-30'),('2093-08-31'),('2093-09-01'),('2093-09-02'),('2093-09-03'),('2093-09-04'),('2093-09-05'),('2093-09-06'),('2093-09-07'),('2093-09-08'),('2093-09-09'),('2093-09-10'),('2093-09-11'),('2093-09-12'),('2093-09-13'),('2093-09-14'),('2093-09-15'),('2093-09-16'),('2093-09-17'),('2093-09-18'),('2093-09-19'),('2093-09-20'),('2093-09-21'),('2093-09-22'),('2093-09-23'),('2093-09-24'),('2093-09-25'),('2093-09-26'),('2093-09-27'),('2093-09-28'),('2093-09-29'),('2093-09-30'),('2093-10-01'),('2093-10-02'),('2093-10-03'),('2093-10-04'),('2093-10-05'),('2093-10-06'),('2093-10-07'),('2093-10-08'),('2093-10-09'),('2093-10-10'),('2093-10-11'),('2093-10-12'),('2093-10-13'),('2093-10-14'),('2093-10-15'),('2093-10-16'),('2093-10-17'),('2093-10-18'),('2093-10-19'),('2093-10-20'),('2093-10-21'),('2093-10-22'),('2093-10-23'),('2093-10-24'),('2093-10-25'),('2093-10-26'),('2093-10-27'),('2093-10-28'),('2093-10-29'),('2093-10-30'),('2093-10-31'),('2093-11-01'),('2093-11-02'),('2093-11-03'),('2093-11-04'),('2093-11-05'),('2093-11-06'),('2093-11-07'),('2093-11-08'),('2093-11-09'),('2093-11-10'),('2093-11-11'),('2093-11-12'),('2093-11-13'),('2093-11-14'),('2093-11-15'),('2093-11-16'),('2093-11-17'),('2093-11-18'),('2093-11-19'),('2093-11-20'),('2093-11-21'),('2093-11-22'),('2093-11-23'),('2093-11-24'),('2093-11-25'),('2093-11-26'),('2093-11-27'),('2093-11-28'),('2093-11-29'),('2093-11-30'),('2093-12-01'),('2093-12-02'),('2093-12-03'),('2093-12-04'),('2093-12-05'),('2093-12-06'),('2093-12-07'),('2093-12-08'),('2093-12-09'),('2093-12-10'),('2093-12-11'),('2093-12-12'),('2093-12-13'),('2093-12-14'),('2093-12-15'),('2093-12-16'),('2093-12-17'),('2093-12-18'),('2093-12-19'),('2093-12-20'),('2093-12-21'),('2093-12-22'),('2093-12-23'),('2093-12-24'),('2093-12-25'),('2093-12-26'),('2093-12-27'),('2093-12-28'),('2093-12-29'),('2093-12-30'),('2093-12-31'),('2094-01-01'),('2094-01-02'),('2094-01-03'),('2094-01-04'),('2094-01-05'),('2094-01-06'),('2094-01-07'),('2094-01-08'),('2094-01-09'),('2094-01-10'),('2094-01-11'),('2094-01-12'),('2094-01-13'),('2094-01-14'),('2094-01-15'),('2094-01-16'),('2094-01-17'),('2094-01-18'),('2094-01-19'),('2094-01-20'),('2094-01-21'),('2094-01-22'),('2094-01-23'),('2094-01-24'),('2094-01-25'),('2094-01-26'),('2094-01-27'),('2094-01-28'),('2094-01-29'),('2094-01-30'),('2094-01-31'),('2094-02-01'),('2094-02-02'),('2094-02-03'),('2094-02-04'),('2094-02-05'),('2094-02-06'),('2094-02-07'),('2094-02-08'),('2094-02-09'),('2094-02-10'),('2094-02-11'),('2094-02-12'),('2094-02-13'),('2094-02-14'),('2094-02-15'),('2094-02-16'),('2094-02-17'),('2094-02-18'),('2094-02-19'),('2094-02-20'),('2094-02-21'),('2094-02-22'),('2094-02-23'),('2094-02-24'),('2094-02-25'),('2094-02-26'),('2094-02-27'),('2094-02-28'),('2094-03-01'),('2094-03-02'),('2094-03-03'),('2094-03-04'),('2094-03-05'),('2094-03-06'),('2094-03-07'),('2094-03-08'),('2094-03-09'),('2094-03-10'),('2094-03-11'),('2094-03-12'),('2094-03-13'),('2094-03-14'),('2094-03-15'),('2094-03-16'),('2094-03-17'),('2094-03-18'),('2094-03-19'),('2094-03-20'),('2094-03-21'),('2094-03-22'),('2094-03-23'),('2094-03-24'),('2094-03-25'),('2094-03-26'),('2094-03-27'),('2094-03-28'),('2094-03-29'),('2094-03-30'),('2094-03-31'),('2094-04-01'),('2094-04-02'),('2094-04-03'),('2094-04-04'),('2094-04-05'),('2094-04-06'),('2094-04-07'),('2094-04-08'),('2094-04-09'),('2094-04-10'),('2094-04-11'),('2094-04-12'),('2094-04-13'),('2094-04-14'),('2094-04-15'),('2094-04-16'),('2094-04-17'),('2094-04-18'),('2094-04-19'),('2094-04-20'),('2094-04-21'),('2094-04-22'),('2094-04-23'),('2094-04-24'),('2094-04-25'),('2094-04-26'),('2094-04-27'),('2094-04-28'),('2094-04-29'),('2094-04-30'),('2094-05-01'),('2094-05-02'),('2094-05-03'),('2094-05-04'),('2094-05-05'),('2094-05-06'),('2094-05-07'),('2094-05-08'),('2094-05-09'),('2094-05-10'),('2094-05-11'),('2094-05-12'),('2094-05-13'),('2094-05-14'),('2094-05-15'),('2094-05-16'),('2094-05-17'),('2094-05-18'),('2094-05-19'),('2094-05-20'),('2094-05-21'),('2094-05-22'),('2094-05-23'),('2094-05-24'),('2094-05-25'),('2094-05-26'),('2094-05-27'),('2094-05-28'),('2094-05-29'),('2094-05-30'),('2094-05-31'),('2094-06-01'),('2094-06-02'),('2094-06-03'),('2094-06-04'),('2094-06-05'),('2094-06-06'),('2094-06-07'),('2094-06-08'),('2094-06-09'),('2094-06-10'),('2094-06-11'),('2094-06-12'),('2094-06-13'),('2094-06-14'),('2094-06-15'),('2094-06-16'),('2094-06-17'),('2094-06-18'),('2094-06-19'),('2094-06-20'),('2094-06-21'),('2094-06-22'),('2094-06-23'),('2094-06-24'),('2094-06-25'),('2094-06-26'),('2094-06-27'),('2094-06-28'),('2094-06-29'),('2094-06-30'),('2094-07-01'),('2094-07-02'),('2094-07-03'),('2094-07-04'),('2094-07-05'),('2094-07-06'),('2094-07-07'),('2094-07-08'),('2094-07-09'),('2094-07-10'),('2094-07-11'),('2094-07-12'),('2094-07-13'),('2094-07-14'),('2094-07-15'),('2094-07-16'),('2094-07-17'),('2094-07-18'),('2094-07-19'),('2094-07-20'),('2094-07-21'),('2094-07-22'),('2094-07-23'),('2094-07-24'),('2094-07-25'),('2094-07-26'),('2094-07-27'),('2094-07-28'),('2094-07-29'),('2094-07-30'),('2094-07-31'),('2094-08-01'),('2094-08-02'),('2094-08-03'),('2094-08-04'),('2094-08-05'),('2094-08-06'),('2094-08-07'),('2094-08-08'),('2094-08-09'),('2094-08-10'),('2094-08-11'),('2094-08-12'),('2094-08-13'),('2094-08-14'),('2094-08-15'),('2094-08-16'),('2094-08-17'),('2094-08-18'),('2094-08-19'),('2094-08-20'),('2094-08-21'),('2094-08-22'),('2094-08-23'),('2094-08-24'),('2094-08-25'),('2094-08-26'),('2094-08-27'),('2094-08-28'),('2094-08-29'),('2094-08-30'),('2094-08-31'),('2094-09-01'),('2094-09-02'),('2094-09-03'),('2094-09-04'),('2094-09-05'),('2094-09-06'),('2094-09-07'),('2094-09-08'),('2094-09-09'),('2094-09-10'),('2094-09-11'),('2094-09-12'),('2094-09-13'),('2094-09-14'),('2094-09-15'),('2094-09-16'),('2094-09-17'),('2094-09-18'),('2094-09-19'),('2094-09-20'),('2094-09-21'),('2094-09-22'),('2094-09-23'),('2094-09-24'),('2094-09-25'),('2094-09-26'),('2094-09-27'),('2094-09-28'),('2094-09-29'),('2094-09-30'),('2094-10-01'),('2094-10-02'),('2094-10-03'),('2094-10-04'),('2094-10-05'),('2094-10-06'),('2094-10-07'),('2094-10-08'),('2094-10-09'),('2094-10-10'),('2094-10-11'),('2094-10-12'),('2094-10-13'),('2094-10-14'),('2094-10-15'),('2094-10-16'),('2094-10-17'),('2094-10-18'),('2094-10-19'),('2094-10-20'),('2094-10-21'),('2094-10-22'),('2094-10-23'),('2094-10-24'),('2094-10-25'),('2094-10-26'),('2094-10-27'),('2094-10-28'),('2094-10-29'),('2094-10-30'),('2094-10-31'),('2094-11-01'),('2094-11-02'),('2094-11-03'),('2094-11-04'),('2094-11-05'),('2094-11-06'),('2094-11-07'),('2094-11-08'),('2094-11-09'),('2094-11-10'),('2094-11-11'),('2094-11-12'),('2094-11-13'),('2094-11-14'),('2094-11-15'),('2094-11-16'),('2094-11-17'),('2094-11-18'),('2094-11-19'),('2094-11-20'),('2094-11-21'),('2094-11-22'),('2094-11-23'),('2094-11-24'),('2094-11-25'),('2094-11-26'),('2094-11-27'),('2094-11-28'),('2094-11-29'),('2094-11-30'),('2094-12-01'),('2094-12-02'),('2094-12-03'),('2094-12-04'),('2094-12-05'),('2094-12-06'),('2094-12-07'),('2094-12-08'),('2094-12-09'),('2094-12-10'),('2094-12-11'),('2094-12-12'),('2094-12-13'),('2094-12-14'),('2094-12-15'),('2094-12-16'),('2094-12-17'),('2094-12-18'),('2094-12-19'),('2094-12-20'),('2094-12-21'),('2094-12-22'),('2094-12-23'),('2094-12-24'),('2094-12-25'),('2094-12-26'),('2094-12-27'),('2094-12-28'),('2094-12-29'),('2094-12-30'),('2094-12-31'),('2095-01-01'),('2095-01-02'),('2095-01-03'),('2095-01-04'),('2095-01-05'),('2095-01-06'),('2095-01-07'),('2095-01-08'),('2095-01-09'),('2095-01-10'),('2095-01-11'),('2095-01-12'),('2095-01-13'),('2095-01-14'),('2095-01-15'),('2095-01-16'),('2095-01-17'),('2095-01-18'),('2095-01-19'),('2095-01-20'),('2095-01-21'),('2095-01-22'),('2095-01-23'),('2095-01-24'),('2095-01-25'),('2095-01-26'),('2095-01-27'),('2095-01-28'),('2095-01-29'),('2095-01-30'),('2095-01-31'),('2095-02-01'),('2095-02-02'),('2095-02-03'),('2095-02-04'),('2095-02-05'),('2095-02-06'),('2095-02-07'),('2095-02-08'),('2095-02-09'),('2095-02-10'),('2095-02-11'),('2095-02-12'),('2095-02-13'),('2095-02-14'),('2095-02-15'),('2095-02-16'),('2095-02-17'),('2095-02-18'),('2095-02-19'),('2095-02-20'),('2095-02-21'),('2095-02-22'),('2095-02-23'),('2095-02-24'),('2095-02-25'),('2095-02-26'),('2095-02-27'),('2095-02-28'),('2095-03-01'),('2095-03-02'),('2095-03-03'),('2095-03-04'),('2095-03-05'),('2095-03-06'),('2095-03-07'),('2095-03-08'),('2095-03-09'),('2095-03-10'),('2095-03-11'),('2095-03-12'),('2095-03-13'),('2095-03-14'),('2095-03-15'),('2095-03-16'),('2095-03-17'),('2095-03-18'),('2095-03-19'),('2095-03-20'),('2095-03-21'),('2095-03-22'),('2095-03-23'),('2095-03-24'),('2095-03-25'),('2095-03-26'),('2095-03-27'),('2095-03-28'),('2095-03-29'),('2095-03-30'),('2095-03-31'),('2095-04-01'),('2095-04-02'),('2095-04-03'),('2095-04-04'),('2095-04-05'),('2095-04-06'),('2095-04-07'),('2095-04-08'),('2095-04-09'),('2095-04-10'),('2095-04-11'),('2095-04-12'),('2095-04-13'),('2095-04-14'),('2095-04-15'),('2095-04-16'),('2095-04-17'),('2095-04-18'),('2095-04-19'),('2095-04-20'),('2095-04-21'),('2095-04-22'),('2095-04-23'),('2095-04-24'),('2095-04-25'),('2095-04-26'),('2095-04-27'),('2095-04-28'),('2095-04-29'),('2095-04-30'),('2095-05-01'),('2095-05-02'),('2095-05-03'),('2095-05-04'),('2095-05-05'),('2095-05-06'),('2095-05-07'),('2095-05-08'),('2095-05-09'),('2095-05-10'),('2095-05-11'),('2095-05-12'),('2095-05-13'),('2095-05-14'),('2095-05-15'),('2095-05-16'),('2095-05-17'),('2095-05-18'),('2095-05-19'),('2095-05-20'),('2095-05-21'),('2095-05-22'),('2095-05-23'),('2095-05-24'),('2095-05-25'),('2095-05-26'),('2095-05-27'),('2095-05-28'),('2095-05-29'),('2095-05-30'),('2095-05-31'),('2095-06-01'),('2095-06-02'),('2095-06-03'),('2095-06-04'),('2095-06-05'),('2095-06-06'),('2095-06-07'),('2095-06-08'),('2095-06-09'),('2095-06-10'),('2095-06-11'),('2095-06-12'),('2095-06-13'),('2095-06-14'),('2095-06-15'),('2095-06-16'),('2095-06-17'),('2095-06-18'),('2095-06-19'),('2095-06-20'),('2095-06-21'),('2095-06-22'),('2095-06-23'),('2095-06-24'),('2095-06-25'),('2095-06-26'),('2095-06-27'),('2095-06-28'),('2095-06-29'),('2095-06-30'),('2095-07-01'),('2095-07-02'),('2095-07-03'),('2095-07-04'),('2095-07-05'),('2095-07-06'),('2095-07-07'),('2095-07-08'),('2095-07-09'),('2095-07-10'),('2095-07-11'),('2095-07-12'),('2095-07-13'),('2095-07-14'),('2095-07-15'),('2095-07-16'),('2095-07-17'),('2095-07-18'),('2095-07-19'),('2095-07-20'),('2095-07-21'),('2095-07-22'),('2095-07-23'),('2095-07-24'),('2095-07-25'),('2095-07-26'),('2095-07-27'),('2095-07-28'),('2095-07-29'),('2095-07-30'),('2095-07-31'),('2095-08-01'),('2095-08-02'),('2095-08-03'),('2095-08-04'),('2095-08-05'),('2095-08-06'),('2095-08-07'),('2095-08-08'),('2095-08-09'),('2095-08-10'),('2095-08-11'),('2095-08-12'),('2095-08-13'),('2095-08-14'),('2095-08-15'),('2095-08-16'),('2095-08-17'),('2095-08-18'),('2095-08-19'),('2095-08-20'),('2095-08-21'),('2095-08-22'),('2095-08-23'),('2095-08-24'),('2095-08-25'),('2095-08-26'),('2095-08-27'),('2095-08-28'),('2095-08-29'),('2095-08-30'),('2095-08-31'),('2095-09-01'),('2095-09-02'),('2095-09-03'),('2095-09-04'),('2095-09-05'),('2095-09-06'),('2095-09-07'),('2095-09-08'),('2095-09-09'),('2095-09-10'),('2095-09-11'),('2095-09-12'),('2095-09-13'),('2095-09-14'),('2095-09-15'),('2095-09-16'),('2095-09-17'),('2095-09-18'),('2095-09-19'),('2095-09-20'),('2095-09-21'),('2095-09-22'),('2095-09-23'),('2095-09-24'),('2095-09-25'),('2095-09-26'),('2095-09-27'),('2095-09-28'),('2095-09-29'),('2095-09-30'),('2095-10-01'),('2095-10-02'),('2095-10-03'),('2095-10-04'),('2095-10-05'),('2095-10-06'),('2095-10-07'),('2095-10-08'),('2095-10-09'),('2095-10-10'),('2095-10-11'),('2095-10-12'),('2095-10-13'),('2095-10-14'),('2095-10-15'),('2095-10-16'),('2095-10-17'),('2095-10-18'),('2095-10-19'),('2095-10-20'),('2095-10-21'),('2095-10-22'),('2095-10-23'),('2095-10-24'),('2095-10-25'),('2095-10-26'),('2095-10-27'),('2095-10-28'),('2095-10-29'),('2095-10-30'),('2095-10-31'),('2095-11-01'),('2095-11-02'),('2095-11-03'),('2095-11-04'),('2095-11-05'),('2095-11-06'),('2095-11-07'),('2095-11-08'),('2095-11-09'),('2095-11-10'),('2095-11-11'),('2095-11-12'),('2095-11-13'),('2095-11-14'),('2095-11-15'),('2095-11-16'),('2095-11-17'),('2095-11-18'),('2095-11-19'),('2095-11-20'),('2095-11-21'),('2095-11-22'),('2095-11-23'),('2095-11-24'),('2095-11-25'),('2095-11-26'),('2095-11-27'),('2095-11-28'),('2095-11-29'),('2095-11-30'),('2095-12-01'),('2095-12-02'),('2095-12-03'),('2095-12-04'),('2095-12-05'),('2095-12-06'),('2095-12-07'),('2095-12-08'),('2095-12-09'),('2095-12-10'),('2095-12-11'),('2095-12-12'),('2095-12-13'),('2095-12-14'),('2095-12-15'),('2095-12-16'),('2095-12-17'),('2095-12-18'),('2095-12-19'),('2095-12-20'),('2095-12-21'),('2095-12-22'),('2095-12-23'),('2095-12-24'),('2095-12-25'),('2095-12-26'),('2095-12-27'),('2095-12-28'),('2095-12-29'),('2095-12-30'),('2095-12-31'),('2096-01-01'),('2096-01-02'),('2096-01-03'),('2096-01-04'),('2096-01-05'),('2096-01-06'),('2096-01-07'),('2096-01-08'),('2096-01-09'),('2096-01-10'),('2096-01-11'),('2096-01-12'),('2096-01-13'),('2096-01-14'),('2096-01-15'),('2096-01-16'),('2096-01-17'),('2096-01-18'),('2096-01-19'),('2096-01-20'),('2096-01-21'),('2096-01-22'),('2096-01-23'),('2096-01-24'),('2096-01-25'),('2096-01-26'),('2096-01-27'),('2096-01-28'),('2096-01-29'),('2096-01-30'),('2096-01-31'),('2096-02-01'),('2096-02-02'),('2096-02-03'),('2096-02-04'),('2096-02-05'),('2096-02-06'),('2096-02-07'),('2096-02-08'),('2096-02-09'),('2096-02-10'),('2096-02-11'),('2096-02-12'),('2096-02-13'),('2096-02-14'),('2096-02-15'),('2096-02-16'),('2096-02-17'),('2096-02-18'),('2096-02-19'),('2096-02-20'),('2096-02-21'),('2096-02-22'),('2096-02-23'),('2096-02-24'),('2096-02-25'),('2096-02-26'),('2096-02-27'),('2096-02-28'),('2096-02-29'),('2096-03-01'),('2096-03-02'),('2096-03-03'),('2096-03-04'),('2096-03-05'),('2096-03-06'),('2096-03-07'),('2096-03-08'),('2096-03-09'),('2096-03-10'),('2096-03-11'),('2096-03-12'),('2096-03-13'),('2096-03-14'),('2096-03-15'),('2096-03-16'),('2096-03-17'),('2096-03-18'),('2096-03-19'),('2096-03-20'),('2096-03-21'),('2096-03-22'),('2096-03-23'),('2096-03-24'),('2096-03-25'),('2096-03-26'),('2096-03-27'),('2096-03-28'),('2096-03-29'),('2096-03-30'),('2096-03-31'),('2096-04-01'),('2096-04-02'),('2096-04-03'),('2096-04-04'),('2096-04-05'),('2096-04-06'),('2096-04-07'),('2096-04-08'),('2096-04-09'),('2096-04-10'),('2096-04-11'),('2096-04-12'),('2096-04-13'),('2096-04-14'),('2096-04-15'),('2096-04-16'),('2096-04-17'),('2096-04-18'),('2096-04-19'),('2096-04-20'),('2096-04-21'),('2096-04-22'),('2096-04-23'),('2096-04-24'),('2096-04-25'),('2096-04-26'),('2096-04-27'),('2096-04-28'),('2096-04-29'),('2096-04-30'),('2096-05-01'),('2096-05-02'),('2096-05-03'),('2096-05-04'),('2096-05-05'),('2096-05-06'),('2096-05-07'),('2096-05-08'),('2096-05-09'),('2096-05-10'),('2096-05-11'),('2096-05-12'),('2096-05-13'),('2096-05-14'),('2096-05-15'),('2096-05-16'),('2096-05-17'),('2096-05-18'),('2096-05-19'),('2096-05-20'),('2096-05-21'),('2096-05-22'),('2096-05-23'),('2096-05-24'),('2096-05-25'),('2096-05-26'),('2096-05-27'),('2096-05-28'),('2096-05-29'),('2096-05-30'),('2096-05-31'),('2096-06-01'),('2096-06-02'),('2096-06-03'),('2096-06-04'),('2096-06-05'),('2096-06-06'),('2096-06-07'),('2096-06-08'),('2096-06-09'),('2096-06-10'),('2096-06-11'),('2096-06-12'),('2096-06-13'),('2096-06-14'),('2096-06-15'),('2096-06-16'),('2096-06-17'),('2096-06-18'),('2096-06-19'),('2096-06-20'),('2096-06-21'),('2096-06-22'),('2096-06-23'),('2096-06-24'),('2096-06-25'),('2096-06-26'),('2096-06-27'),('2096-06-28'),('2096-06-29'),('2096-06-30'),('2096-07-01'),('2096-07-02'),('2096-07-03'),('2096-07-04'),('2096-07-05'),('2096-07-06'),('2096-07-07'),('2096-07-08'),('2096-07-09'),('2096-07-10'),('2096-07-11'),('2096-07-12'),('2096-07-13'),('2096-07-14'),('2096-07-15'),('2096-07-16'),('2096-07-17'),('2096-07-18'),('2096-07-19'),('2096-07-20'),('2096-07-21'),('2096-07-22'),('2096-07-23'),('2096-07-24'),('2096-07-25'),('2096-07-26'),('2096-07-27'),('2096-07-28'),('2096-07-29'),('2096-07-30'),('2096-07-31'),('2096-08-01'),('2096-08-02'),('2096-08-03'),('2096-08-04'),('2096-08-05'),('2096-08-06'),('2096-08-07'),('2096-08-08'),('2096-08-09'),('2096-08-10'),('2096-08-11'),('2096-08-12'),('2096-08-13'),('2096-08-14'),('2096-08-15'),('2096-08-16'),('2096-08-17'),('2096-08-18'),('2096-08-19'),('2096-08-20'),('2096-08-21'),('2096-08-22'),('2096-08-23'),('2096-08-24'),('2096-08-25'),('2096-08-26'),('2096-08-27'),('2096-08-28'),('2096-08-29'),('2096-08-30'),('2096-08-31'),('2096-09-01'),('2096-09-02'),('2096-09-03'),('2096-09-04'),('2096-09-05'),('2096-09-06'),('2096-09-07'),('2096-09-08'),('2096-09-09'),('2096-09-10'),('2096-09-11'),('2096-09-12'),('2096-09-13'),('2096-09-14'),('2096-09-15'),('2096-09-16'),('2096-09-17'),('2096-09-18'),('2096-09-19'),('2096-09-20'),('2096-09-21'),('2096-09-22'),('2096-09-23'),('2096-09-24'),('2096-09-25'),('2096-09-26'),('2096-09-27'),('2096-09-28'),('2096-09-29'),('2096-09-30'),('2096-10-01'),('2096-10-02'),('2096-10-03'),('2096-10-04'),('2096-10-05'),('2096-10-06'),('2096-10-07'),('2096-10-08'),('2096-10-09'),('2096-10-10'),('2096-10-11'),('2096-10-12'),('2096-10-13'),('2096-10-14'),('2096-10-15'),('2096-10-16'),('2096-10-17'),('2096-10-18'),('2096-10-19'),('2096-10-20'),('2096-10-21'),('2096-10-22'),('2096-10-23'),('2096-10-24'),('2096-10-25'),('2096-10-26'),('2096-10-27'),('2096-10-28'),('2096-10-29'),('2096-10-30'),('2096-10-31'),('2096-11-01'),('2096-11-02'),('2096-11-03'),('2096-11-04'),('2096-11-05'),('2096-11-06'),('2096-11-07'),('2096-11-08'),('2096-11-09'),('2096-11-10'),('2096-11-11'),('2096-11-12'),('2096-11-13'),('2096-11-14'),('2096-11-15'),('2096-11-16'),('2096-11-17'),('2096-11-18'),('2096-11-19'),('2096-11-20'),('2096-11-21'),('2096-11-22'),('2096-11-23'),('2096-11-24'),('2096-11-25'),('2096-11-26'),('2096-11-27'),('2096-11-28'),('2096-11-29'),('2096-11-30'),('2096-12-01'),('2096-12-02'),('2096-12-03'),('2096-12-04'),('2096-12-05'),('2096-12-06'),('2096-12-07'),('2096-12-08'),('2096-12-09'),('2096-12-10'),('2096-12-11'),('2096-12-12'),('2096-12-13'),('2096-12-14'),('2096-12-15'),('2096-12-16'),('2096-12-17'),('2096-12-18'),('2096-12-19'),('2096-12-20'),('2096-12-21'),('2096-12-22'),('2096-12-23'),('2096-12-24'),('2096-12-25'),('2096-12-26'),('2096-12-27'),('2096-12-28'),('2096-12-29'),('2096-12-30'),('2096-12-31'),('2097-01-01'),('2097-01-02'),('2097-01-03'),('2097-01-04'),('2097-01-05'),('2097-01-06'),('2097-01-07'),('2097-01-08'),('2097-01-09'),('2097-01-10'),('2097-01-11'),('2097-01-12'),('2097-01-13'),('2097-01-14'),('2097-01-15'),('2097-01-16'),('2097-01-17'),('2097-01-18'),('2097-01-19'),('2097-01-20'),('2097-01-21'),('2097-01-22'),('2097-01-23'),('2097-01-24'),('2097-01-25'),('2097-01-26'),('2097-01-27'),('2097-01-28'),('2097-01-29'),('2097-01-30'),('2097-01-31'),('2097-02-01'),('2097-02-02'),('2097-02-03'),('2097-02-04'),('2097-02-05'),('2097-02-06'),('2097-02-07'),('2097-02-08'),('2097-02-09'),('2097-02-10'),('2097-02-11'),('2097-02-12'),('2097-02-13'),('2097-02-14'),('2097-02-15'),('2097-02-16'),('2097-02-17'),('2097-02-18'),('2097-02-19'),('2097-02-20'),('2097-02-21'),('2097-02-22'),('2097-02-23'),('2097-02-24'),('2097-02-25'),('2097-02-26'),('2097-02-27'),('2097-02-28'),('2097-03-01'),('2097-03-02'),('2097-03-03'),('2097-03-04'),('2097-03-05'),('2097-03-06'),('2097-03-07'),('2097-03-08'),('2097-03-09'),('2097-03-10'),('2097-03-11'),('2097-03-12'),('2097-03-13'),('2097-03-14'),('2097-03-15'),('2097-03-16'),('2097-03-17'),('2097-03-18'),('2097-03-19'),('2097-03-20'),('2097-03-21'),('2097-03-22'),('2097-03-23'),('2097-03-24'),('2097-03-25'),('2097-03-26'),('2097-03-27'),('2097-03-28'),('2097-03-29'),('2097-03-30'),('2097-03-31'),('2097-04-01'),('2097-04-02'),('2097-04-03'),('2097-04-04'),('2097-04-05'),('2097-04-06'),('2097-04-07'),('2097-04-08'),('2097-04-09'),('2097-04-10'),('2097-04-11'),('2097-04-12'),('2097-04-13'),('2097-04-14'),('2097-04-15'),('2097-04-16'),('2097-04-17'),('2097-04-18'),('2097-04-19'),('2097-04-20'),('2097-04-21'),('2097-04-22'),('2097-04-23'),('2097-04-24'),('2097-04-25'),('2097-04-26'),('2097-04-27'),('2097-04-28'),('2097-04-29'),('2097-04-30'),('2097-05-01'),('2097-05-02'),('2097-05-03'),('2097-05-04'),('2097-05-05'),('2097-05-06'),('2097-05-07'),('2097-05-08'),('2097-05-09'),('2097-05-10'),('2097-05-11'),('2097-05-12'),('2097-05-13'),('2097-05-14'),('2097-05-15'),('2097-05-16'),('2097-05-17'),('2097-05-18'),('2097-05-19'),('2097-05-20'),('2097-05-21'),('2097-05-22'),('2097-05-23'),('2097-05-24'),('2097-05-25'),('2097-05-26'),('2097-05-27'),('2097-05-28'),('2097-05-29'),('2097-05-30'),('2097-05-31'),('2097-06-01'),('2097-06-02'),('2097-06-03'),('2097-06-04'),('2097-06-05'),('2097-06-06'),('2097-06-07'),('2097-06-08'),('2097-06-09'),('2097-06-10'),('2097-06-11'),('2097-06-12'),('2097-06-13'),('2097-06-14'),('2097-06-15'),('2097-06-16'),('2097-06-17'),('2097-06-18'),('2097-06-19'),('2097-06-20'),('2097-06-21'),('2097-06-22'),('2097-06-23'),('2097-06-24'),('2097-06-25'),('2097-06-26'),('2097-06-27'),('2097-06-28'),('2097-06-29'),('2097-06-30'),('2097-07-01'),('2097-07-02'),('2097-07-03'),('2097-07-04'),('2097-07-05'),('2097-07-06'),('2097-07-07'),('2097-07-08'),('2097-07-09'),('2097-07-10'),('2097-07-11'),('2097-07-12'),('2097-07-13'),('2097-07-14'),('2097-07-15'),('2097-07-16'),('2097-07-17'),('2097-07-18'),('2097-07-19'),('2097-07-20'),('2097-07-21'),('2097-07-22'),('2097-07-23'),('2097-07-24'),('2097-07-25'),('2097-07-26'),('2097-07-27'),('2097-07-28'),('2097-07-29'),('2097-07-30'),('2097-07-31'),('2097-08-01'),('2097-08-02'),('2097-08-03'),('2097-08-04'),('2097-08-05'),('2097-08-06'),('2097-08-07'),('2097-08-08'),('2097-08-09'),('2097-08-10'),('2097-08-11'),('2097-08-12'),('2097-08-13'),('2097-08-14'),('2097-08-15'),('2097-08-16'),('2097-08-17'),('2097-08-18'),('2097-08-19'),('2097-08-20'),('2097-08-21'),('2097-08-22'),('2097-08-23'),('2097-08-24'),('2097-08-25'),('2097-08-26'),('2097-08-27'),('2097-08-28'),('2097-08-29'),('2097-08-30'),('2097-08-31'),('2097-09-01'),('2097-09-02'),('2097-09-03'),('2097-09-04'),('2097-09-05'),('2097-09-06'),('2097-09-07'),('2097-09-08'),('2097-09-09'),('2097-09-10'),('2097-09-11'),('2097-09-12'),('2097-09-13'),('2097-09-14'),('2097-09-15'),('2097-09-16'),('2097-09-17'),('2097-09-18'),('2097-09-19'),('2097-09-20'),('2097-09-21'),('2097-09-22'),('2097-09-23'),('2097-09-24'),('2097-09-25'),('2097-09-26'),('2097-09-27'),('2097-09-28'),('2097-09-29'),('2097-09-30'),('2097-10-01'),('2097-10-02'),('2097-10-03'),('2097-10-04'),('2097-10-05'),('2097-10-06'),('2097-10-07'),('2097-10-08'),('2097-10-09'),('2097-10-10'),('2097-10-11'),('2097-10-12'),('2097-10-13'),('2097-10-14'),('2097-10-15'),('2097-10-16'),('2097-10-17'),('2097-10-18'),('2097-10-19'),('2097-10-20'),('2097-10-21'),('2097-10-22'),('2097-10-23'),('2097-10-24'),('2097-10-25'),('2097-10-26'),('2097-10-27'),('2097-10-28'),('2097-10-29'),('2097-10-30'),('2097-10-31'),('2097-11-01'),('2097-11-02'),('2097-11-03'),('2097-11-04'),('2097-11-05'),('2097-11-06'),('2097-11-07'),('2097-11-08'),('2097-11-09'),('2097-11-10'),('2097-11-11'),('2097-11-12'),('2097-11-13'),('2097-11-14'),('2097-11-15'),('2097-11-16'),('2097-11-17'),('2097-11-18'),('2097-11-19'),('2097-11-20'),('2097-11-21'),('2097-11-22'),('2097-11-23'),('2097-11-24'),('2097-11-25'),('2097-11-26'),('2097-11-27'),('2097-11-28'),('2097-11-29'),('2097-11-30'),('2097-12-01'),('2097-12-02'),('2097-12-03'),('2097-12-04'),('2097-12-05'),('2097-12-06'),('2097-12-07'),('2097-12-08'),('2097-12-09'),('2097-12-10'),('2097-12-11'),('2097-12-12'),('2097-12-13'),('2097-12-14'),('2097-12-15'),('2097-12-16'),('2097-12-17'),('2097-12-18'),('2097-12-19'),('2097-12-20'),('2097-12-21'),('2097-12-22'),('2097-12-23'),('2097-12-24'),('2097-12-25'),('2097-12-26'),('2097-12-27'),('2097-12-28'),('2097-12-29'),('2097-12-30'),('2097-12-31'),('2098-01-01'),('2098-01-02'),('2098-01-03'),('2098-01-04'),('2098-01-05'),('2098-01-06'),('2098-01-07'),('2098-01-08'),('2098-01-09'),('2098-01-10'),('2098-01-11'),('2098-01-12'),('2098-01-13'),('2098-01-14'),('2098-01-15'),('2098-01-16'),('2098-01-17'),('2098-01-18'),('2098-01-19'),('2098-01-20'),('2098-01-21'),('2098-01-22'),('2098-01-23'),('2098-01-24'),('2098-01-25'),('2098-01-26'),('2098-01-27'),('2098-01-28'),('2098-01-29'),('2098-01-30'),('2098-01-31'),('2098-02-01'),('2098-02-02'),('2098-02-03'),('2098-02-04'),('2098-02-05'),('2098-02-06'),('2098-02-07'),('2098-02-08'),('2098-02-09'),('2098-02-10'),('2098-02-11'),('2098-02-12'),('2098-02-13'),('2098-02-14'),('2098-02-15'),('2098-02-16'),('2098-02-17'),('2098-02-18'),('2098-02-19'),('2098-02-20'),('2098-02-21'),('2098-02-22'),('2098-02-23'),('2098-02-24'),('2098-02-25'),('2098-02-26'),('2098-02-27'),('2098-02-28'),('2098-03-01'),('2098-03-02'),('2098-03-03'),('2098-03-04'),('2098-03-05'),('2098-03-06'),('2098-03-07'),('2098-03-08'),('2098-03-09'),('2098-03-10'),('2098-03-11'),('2098-03-12'),('2098-03-13'),('2098-03-14'),('2098-03-15'),('2098-03-16'),('2098-03-17'),('2098-03-18'),('2098-03-19'),('2098-03-20'),('2098-03-21'),('2098-03-22'),('2098-03-23'),('2098-03-24'),('2098-03-25'),('2098-03-26'),('2098-03-27'),('2098-03-28'),('2098-03-29'),('2098-03-30'),('2098-03-31'),('2098-04-01'),('2098-04-02'),('2098-04-03'),('2098-04-04'),('2098-04-05'),('2098-04-06'),('2098-04-07'),('2098-04-08'),('2098-04-09'),('2098-04-10'),('2098-04-11'),('2098-04-12'),('2098-04-13'),('2098-04-14'),('2098-04-15'),('2098-04-16'),('2098-04-17'),('2098-04-18'),('2098-04-19'),('2098-04-20'),('2098-04-21'),('2098-04-22'),('2098-04-23'),('2098-04-24'),('2098-04-25'),('2098-04-26'),('2098-04-27'),('2098-04-28'),('2098-04-29'),('2098-04-30'),('2098-05-01'),('2098-05-02'),('2098-05-03'),('2098-05-04'),('2098-05-05'),('2098-05-06'),('2098-05-07'),('2098-05-08'),('2098-05-09'),('2098-05-10'),('2098-05-11'),('2098-05-12'),('2098-05-13'),('2098-05-14'),('2098-05-15'),('2098-05-16'),('2098-05-17'),('2098-05-18'),('2098-05-19'),('2098-05-20'),('2098-05-21'),('2098-05-22'),('2098-05-23'),('2098-05-24'),('2098-05-25'),('2098-05-26'),('2098-05-27'),('2098-05-28'),('2098-05-29'),('2098-05-30'),('2098-05-31'),('2098-06-01'),('2098-06-02'),('2098-06-03'),('2098-06-04'),('2098-06-05'),('2098-06-06'),('2098-06-07'),('2098-06-08'),('2098-06-09'),('2098-06-10'),('2098-06-11'),('2098-06-12'),('2098-06-13'),('2098-06-14'),('2098-06-15'),('2098-06-16'),('2098-06-17'),('2098-06-18'),('2098-06-19'),('2098-06-20'),('2098-06-21'),('2098-06-22'),('2098-06-23'),('2098-06-24'),('2098-06-25'),('2098-06-26'),('2098-06-27'),('2098-06-28'),('2098-06-29'),('2098-06-30'),('2098-07-01'),('2098-07-02'),('2098-07-03'),('2098-07-04'),('2098-07-05'),('2098-07-06'),('2098-07-07'),('2098-07-08'),('2098-07-09'),('2098-07-10'),('2098-07-11'),('2098-07-12'),('2098-07-13'),('2098-07-14'),('2098-07-15'),('2098-07-16'),('2098-07-17'),('2098-07-18'),('2098-07-19'),('2098-07-20'),('2098-07-21'),('2098-07-22'),('2098-07-23'),('2098-07-24'),('2098-07-25'),('2098-07-26'),('2098-07-27'),('2098-07-28'),('2098-07-29'),('2098-07-30'),('2098-07-31'),('2098-08-01'),('2098-08-02'),('2098-08-03'),('2098-08-04'),('2098-08-05'),('2098-08-06'),('2098-08-07'),('2098-08-08'),('2098-08-09'),('2098-08-10'),('2098-08-11'),('2098-08-12'),('2098-08-13'),('2098-08-14'),('2098-08-15'),('2098-08-16'),('2098-08-17'),('2098-08-18'),('2098-08-19'),('2098-08-20'),('2098-08-21'),('2098-08-22'),('2098-08-23'),('2098-08-24'),('2098-08-25'),('2098-08-26'),('2098-08-27'),('2098-08-28'),('2098-08-29'),('2098-08-30'),('2098-08-31'),('2098-09-01'),('2098-09-02'),('2098-09-03'),('2098-09-04'),('2098-09-05'),('2098-09-06'),('2098-09-07'),('2098-09-08'),('2098-09-09'),('2098-09-10'),('2098-09-11'),('2098-09-12'),('2098-09-13'),('2098-09-14'),('2098-09-15'),('2098-09-16'),('2098-09-17'),('2098-09-18'),('2098-09-19'),('2098-09-20'),('2098-09-21'),('2098-09-22'),('2098-09-23'),('2098-09-24'),('2098-09-25'),('2098-09-26'),('2098-09-27'),('2098-09-28'),('2098-09-29'),('2098-09-30'),('2098-10-01'),('2098-10-02'),('2098-10-03'),('2098-10-04'),('2098-10-05'),('2098-10-06'),('2098-10-07'),('2098-10-08'),('2098-10-09'),('2098-10-10'),('2098-10-11'),('2098-10-12'),('2098-10-13'),('2098-10-14'),('2098-10-15'),('2098-10-16'),('2098-10-17'),('2098-10-18'),('2098-10-19'),('2098-10-20'),('2098-10-21'),('2098-10-22'),('2098-10-23'),('2098-10-24'),('2098-10-25'),('2098-10-26'),('2098-10-27'),('2098-10-28'),('2098-10-29'),('2098-10-30'),('2098-10-31'),('2098-11-01'),('2098-11-02'),('2098-11-03'),('2098-11-04'),('2098-11-05'),('2098-11-06'),('2098-11-07'),('2098-11-08'),('2098-11-09'),('2098-11-10'),('2098-11-11'),('2098-11-12'),('2098-11-13'),('2098-11-14'),('2098-11-15'),('2098-11-16'),('2098-11-17'),('2098-11-18'),('2098-11-19'),('2098-11-20'),('2098-11-21'),('2098-11-22'),('2098-11-23'),('2098-11-24'),('2098-11-25'),('2098-11-26'),('2098-11-27'),('2098-11-28'),('2098-11-29'),('2098-11-30'),('2098-12-01'),('2098-12-02'),('2098-12-03'),('2098-12-04'),('2098-12-05'),('2098-12-06'),('2098-12-07'),('2098-12-08'),('2098-12-09'),('2098-12-10'),('2098-12-11'),('2098-12-12'),('2098-12-13'),('2098-12-14'),('2098-12-15'),('2098-12-16'),('2098-12-17'),('2098-12-18'),('2098-12-19'),('2098-12-20'),('2098-12-21'),('2098-12-22'),('2098-12-23'),('2098-12-24'),('2098-12-25'),('2098-12-26'),('2098-12-27'),('2098-12-28'),('2098-12-29'),('2098-12-30'),('2098-12-31'),('2099-01-01'),('2099-01-02'),('2099-01-03'),('2099-01-04'),('2099-01-05'),('2099-01-06'),('2099-01-07'),('2099-01-08'),('2099-01-09'),('2099-01-10'),('2099-01-11'),('2099-01-12'),('2099-01-13'),('2099-01-14'),('2099-01-15'),('2099-01-16'),('2099-01-17'),('2099-01-18'),('2099-01-19'),('2099-01-20'),('2099-01-21'),('2099-01-22'),('2099-01-23'),('2099-01-24'),('2099-01-25'),('2099-01-26'),('2099-01-27'),('2099-01-28'),('2099-01-29'),('2099-01-30'),('2099-01-31'),('2099-02-01'),('2099-02-02'),('2099-02-03'),('2099-02-04'),('2099-02-05'),('2099-02-06'),('2099-02-07'),('2099-02-08'),('2099-02-09'),('2099-02-10'),('2099-02-11'),('2099-02-12'),('2099-02-13'),('2099-02-14'),('2099-02-15'),('2099-02-16'),('2099-02-17'),('2099-02-18'),('2099-02-19'),('2099-02-20'),('2099-02-21'),('2099-02-22'),('2099-02-23'),('2099-02-24'),('2099-02-25'),('2099-02-26'),('2099-02-27'),('2099-02-28'),('2099-03-01'),('2099-03-02'),('2099-03-03'),('2099-03-04'),('2099-03-05'),('2099-03-06'),('2099-03-07'),('2099-03-08'),('2099-03-09'),('2099-03-10'),('2099-03-11'),('2099-03-12'),('2099-03-13'),('2099-03-14'),('2099-03-15'),('2099-03-16'),('2099-03-17'),('2099-03-18'),('2099-03-19'),('2099-03-20'),('2099-03-21'),('2099-03-22'),('2099-03-23'),('2099-03-24'),('2099-03-25'),('2099-03-26'),('2099-03-27'),('2099-03-28'),('2099-03-29'),('2099-03-30'),('2099-03-31'),('2099-04-01'),('2099-04-02'),('2099-04-03'),('2099-04-04'),('2099-04-05'),('2099-04-06'),('2099-04-07'),('2099-04-08'),('2099-04-09'),('2099-04-10'),('2099-04-11'),('2099-04-12'),('2099-04-13'),('2099-04-14'),('2099-04-15'),('2099-04-16'),('2099-04-17'),('2099-04-18'),('2099-04-19'),('2099-04-20'),('2099-04-21'),('2099-04-22'),('2099-04-23'),('2099-04-24'),('2099-04-25'),('2099-04-26'),('2099-04-27'),('2099-04-28'),('2099-04-29'),('2099-04-30'),('2099-05-01'),('2099-05-02'),('2099-05-03'),('2099-05-04'),('2099-05-05'),('2099-05-06'),('2099-05-07'),('2099-05-08'),('2099-05-09'),('2099-05-10'),('2099-05-11'),('2099-05-12'),('2099-05-13'),('2099-05-14'),('2099-05-15'),('2099-05-16'),('2099-05-17'),('2099-05-18'),('2099-05-19'),('2099-05-20'),('2099-05-21'),('2099-05-22'),('2099-05-23'),('2099-05-24'),('2099-05-25'),('2099-05-26'),('2099-05-27'),('2099-05-28'),('2099-05-29'),('2099-05-30'),('2099-05-31'),('2099-06-01'),('2099-06-02'),('2099-06-03'),('2099-06-04'),('2099-06-05'),('2099-06-06'),('2099-06-07'),('2099-06-08'),('2099-06-09'),('2099-06-10'),('2099-06-11'),('2099-06-12'),('2099-06-13'),('2099-06-14'),('2099-06-15'),('2099-06-16'),('2099-06-17'),('2099-06-18'),('2099-06-19'),('2099-06-20'),('2099-06-21'),('2099-06-22'),('2099-06-23'),('2099-06-24'),('2099-06-25'),('2099-06-26'),('2099-06-27'),('2099-06-28'),('2099-06-29'),('2099-06-30'),('2099-07-01'),('2099-07-02'),('2099-07-03'),('2099-07-04'),('2099-07-05'),('2099-07-06'),('2099-07-07'),('2099-07-08'),('2099-07-09'),('2099-07-10'),('2099-07-11'),('2099-07-12'),('2099-07-13'),('2099-07-14'),('2099-07-15'),('2099-07-16'),('2099-07-17'),('2099-07-18'),('2099-07-19'),('2099-07-20'),('2099-07-21'),('2099-07-22'),('2099-07-23'),('2099-07-24'),('2099-07-25'),('2099-07-26'),('2099-07-27'),('2099-07-28'),('2099-07-29'),('2099-07-30'),('2099-07-31'),('2099-08-01'),('2099-08-02'),('2099-08-03'),('2099-08-04'),('2099-08-05'),('2099-08-06'),('2099-08-07'),('2099-08-08'),('2099-08-09'),('2099-08-10'),('2099-08-11'),('2099-08-12'),('2099-08-13'),('2099-08-14'),('2099-08-15'),('2099-08-16'),('2099-08-17'),('2099-08-18'),('2099-08-19'),('2099-08-20'),('2099-08-21'),('2099-08-22'),('2099-08-23'),('2099-08-24'),('2099-08-25'),('2099-08-26'),('2099-08-27'),('2099-08-28'),('2099-08-29'),('2099-08-30'),('2099-08-31'),('2099-09-01'),('2099-09-02'),('2099-09-03'),('2099-09-04'),('2099-09-05'),('2099-09-06'),('2099-09-07'),('2099-09-08'),('2099-09-09'),('2099-09-10'),('2099-09-11'),('2099-09-12'),('2099-09-13'),('2099-09-14'),('2099-09-15'),('2099-09-16'),('2099-09-17'),('2099-09-18'),('2099-09-19'),('2099-09-20'),('2099-09-21'),('2099-09-22'),('2099-09-23'),('2099-09-24'),('2099-09-25'),('2099-09-26'),('2099-09-27'),('2099-09-28'),('2099-09-29'),('2099-09-30'),('2099-10-01'),('2099-10-02'),('2099-10-03'),('2099-10-04'),('2099-10-05'),('2099-10-06'),('2099-10-07'),('2099-10-08'),('2099-10-09'),('2099-10-10'),('2099-10-11'),('2099-10-12'),('2099-10-13'),('2099-10-14'),('2099-10-15'),('2099-10-16'),('2099-10-17'),('2099-10-18'),('2099-10-19'),('2099-10-20'),('2099-10-21'),('2099-10-22'),('2099-10-23'),('2099-10-24'),('2099-10-25'),('2099-10-26'),('2099-10-27'),('2099-10-28'),('2099-10-29'),('2099-10-30'),('2099-10-31'),('2099-11-01'),('2099-11-02'),('2099-11-03'),('2099-11-04'),('2099-11-05'),('2099-11-06'),('2099-11-07'),('2099-11-08'),('2099-11-09'),('2099-11-10'),('2099-11-11'),('2099-11-12'),('2099-11-13'),('2099-11-14'),('2099-11-15'),('2099-11-16'),('2099-11-17'),('2099-11-18'),('2099-11-19'),('2099-11-20'),('2099-11-21'),('2099-11-22'),('2099-11-23'),('2099-11-24'),('2099-11-25'),('2099-11-26'),('2099-11-27'),('2099-11-28'),('2099-11-29'),('2099-11-30'),('2099-12-01'),('2099-12-02'),('2099-12-03'),('2099-12-04'),('2099-12-05'),('2099-12-06'),('2099-12-07'),('2099-12-08'),('2099-12-09'),('2099-12-10'),('2099-12-11'),('2099-12-12'),('2099-12-13'),('2099-12-14'),('2099-12-15'),('2099-12-16'),('2099-12-17'),('2099-12-18'),('2099-12-19'),('2099-12-20'),('2099-12-21'),('2099-12-22'),('2099-12-23'),('2099-12-24'),('2099-12-25'),('2099-12-26'),('2099-12-27'),('2099-12-28'),('2099-12-29'),('2099-12-30'),('2099-12-31');
/*!40000 ALTER TABLE `wp_koko_analytics_dates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_paths`
--

DROP TABLE IF EXISTS `wp_koko_analytics_paths`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_paths` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(2000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `path` (`path`(191))
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_paths`
--

LOCK TABLES `wp_koko_analytics_paths` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_paths` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_paths` VALUES (1,'/'),(2,'/contact/'),(3,'/what-to-expect/'),(4,'/denominational-links/'),(5,'/children/'),(6,'/small-groups/'),(7,'/youth/'),(8,'/?p=4030'),(9,'/bulletins/'),(10,'/sermons/fulfilled-in-us/'),(11,'/sermons/tree-of-knowledge-of-good-and-evil/'),(12,'/sermons/tree-of-life/'),(13,'/what-is-a-nazarene/'),(14,'/our-beliefs/'),(15,'/sermons/seeing-his-rule/'),(16,'/children/he-is-risen-color-sheet-2/'),(17,'/give/'),(18,'/sermons/one-new-humanity/'),(19,'/who-we-are/'),(20,'/sermons/know-your-value/'),(21,'/sermons/mutual-submission/'),(22,'/sermons/indwelling-love/'),(23,'/sermons/one-god-one-faith/'),(24,'/sermons/gifted-by-calling/'),(25,'/sermons/the-spiral-of-love/'),(26,'/sermons/the-new-self-in-the-likeness-of-god/'),(27,'/?p=4095'),(28,'/?attachment_id=1831'),(29,'/sermons/parenting-in-hope/'),(30,'/bulletins/march-1-2020/'),(31,'/children/05-10-20-game/'),(32,'/sermons/created-for-good-works/'),(33,'/?p=4027'),(34,'/sermons/search-me-o-god/'),(35,'/sermons/are-you-religious/'),(36,'/bulletins/may-7-2023/'),(37,'/sermons/living-in-the-light/'),(38,'/sermons/struggling-against-spiritual-forces/'),(39,'/sermons/armored-by-god/'),(40,'/sermons/praying-all/'),(41,'/sermons/jesus-resume/'),(42,'/sermons/knowing-god/'),(43,'/sermons/jonahs-rebels/'),(44,'/sermons/getting-back-on-track/'),(45,'/sermons/jonah-proclaims/'),(46,'/sermons/god-loves/'),(47,'/sermons/wholesome-speech/'),(48,'/sermons/work-and-freedom/'),(49,'/sermons/revelation/'),(50,'/children/05-03-20-2/'),(51,'/sermons/proclamation/'),(52,'/sermons/confession/'),(53,'/sermons/commission/'),(54,'/sermons/holy-faith/'),(55,'/sermons/wholly-holy/'),(56,'/?p=4390'),(57,'/?p=4401'),(58,'/sermons/wholly-real/'),(59,'/sermons/whole-hearted/'),(60,'/sermons/wholly-thankful/'),(61,'/calendar/crosspoint-calendar/'),(62,'/calendar/'),(63,'/sermons/golgothas-tree/'),(64,'/sermons/mary-perplexed/'),(65,'/sermons/john-leaps/'),(66,'/?p=4445'),(67,'/sermons/sadhu-sundar-singh-is-visited/'),(68,'/sermons/altar-of-repentance/'),(69,'/small-group/'),(70,'/bulletins/september-18-2016/'),(71,'/bulletins/october-13-2019/'),(72,'/bulletins/october-11-2020/'),(73,'/bulletins/121921-bulletin/'),(74,'/sermons/the-tabernacle/the-tabernacle-2/'),(75,'/sermons/even-if-faith/'),(76,'/sermons/sowing-the-kingdom/'),(77,'/sermons/neighbors-in-awe/'),(78,'/sermons/new-cloth-new-wine/'),(79,'/sermons/rich-man-and-lazarus/'),(80,'/sermons/do-not-be-afraid/'),(81,'/sermons/rich-toward-god/'),(82,'/sermons/the-shrewd-steward/'),(83,'/sermons/forgiveness-through-sacrifice/'),(84,'/sermons/victory-in-the-face-of-defeat/'),(85,'/sermons/redemption-from-shame/'),(86,'/sermons/reconciliation-out-of-isolation/'),(87,'/portfolio-items/flawed-hero-bumper/'),(88,'/portfolio-items/humble-hungry-bumper/'),(89,'/portfolio-items/learn-to-discern/'),(90,'/portfolio-items/learn-to-discern/learn-to-discern-2/'),(91,'/sermons/welcoming-gospel-people/'),(92,'/sermons/healing-of-victims/'),(93,'/sermons/recap/'),(94,'/bulletins/april-20-2025/'),(95,'/sermons/relational-to-the-core/'),(96,'/sermons/the-anointing-in-christ/'),(97,'/sermons/spiritual-friendship/'),(98,'/sermons/mothering-is-dedication/'),(99,'/sermons/your-near-by-er/'),(100,'/sermons/healing-of-victims/healing-of-victims/'),(101,'/sermons/observe-interpret-apply/'),(102,'/sermons/mentoring/'),(103,'/sermons/citizens-of-an-earthly-kingdom/'),(104,'/sermons/instilling-purpose/'),(105,'/sermons/conflict-to-conversation/'),(106,'/sermons/testify-to-love/'),(107,'/sermons/can-technology-help/'),(108,'/sermons/freed-from-demons/'),(109,'/sermons/mental-wholeness/'),(110,'/sermons/physical-healing/'),(111,'/sermons/creation-groans/'),(112,'/?attachment_id=1676'),(113,'/sermons/full-healing/'),(114,'/sermons/jesus-take-the-wheel/'),(115,'/sermons/gods-will-for-my-life/'),(116,'/sermons/'),(117,'/sermons/your-fiery-trials/'),(118,'/sermons/page/10/'),(119,'/sermons/eat-well-give-god-the-small-stuff/');
/*!40000 ALTER TABLE `wp_koko_analytics_paths` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_post_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_post_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_post_stats` (
  `date` date NOT NULL,
  `post_id` int(10) unsigned NOT NULL DEFAULT 0,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  `path_id` mediumint(8) unsigned NOT NULL,
  PRIMARY KEY (`date`,`path_id`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_post_stats`
--

LOCK TABLES `wp_koko_analytics_post_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_post_stats` VALUES ('2024-04-12',40,3,5,1),('2024-04-12',847,1,1,2),('2024-04-12',1354,1,1,3),('2024-04-12',1448,1,1,4),('2024-04-12',1458,1,1,5),('2024-04-12',1462,1,1,6),('2024-04-12',1468,1,1,7),('2024-04-12',4030,1,1,8),('2024-04-13',40,4,6,1),('2024-04-13',1354,1,1,3),('2024-04-14',40,6,11,1),('2024-04-14',847,1,1,2),('2024-04-14',1458,1,1,5),('2024-04-14',1462,1,1,6),('2024-04-14',1468,1,1,7),('2024-04-14',1441,1,1,9),('2024-04-14',4230,1,2,10),('2024-04-15',40,8,10,1),('2024-04-15',847,1,1,2),('2024-04-15',1441,2,3,9),('2024-04-15',4230,3,3,10),('2024-04-15',4195,1,1,11),('2024-04-15',4224,1,2,12),('2024-04-16',40,6,7,1),('2024-04-16',847,2,2,2),('2024-04-16',4030,1,1,8),('2024-04-16',1441,1,1,9),('2024-04-16',609,1,1,13),('2024-04-17',40,5,5,1),('2024-04-17',847,1,1,2),('2024-04-17',1441,1,1,9),('2024-04-17',609,1,1,13),('2024-04-18',40,2,2,1),('2024-04-18',1458,1,1,5),('2024-04-18',4030,1,1,8),('2024-04-18',1441,2,2,9),('2024-04-18',611,1,1,14),('2024-04-19',40,4,6,1),('2024-04-19',1354,1,2,3),('2024-04-19',1441,2,2,9),('2024-04-19',609,1,1,13),('2024-04-20',40,4,5,1),('2024-04-20',1441,1,1,9),('2024-04-20',611,1,1,14),('2024-04-20',4234,1,1,15),('2024-04-21',40,6,8,1),('2024-04-21',847,1,1,2),('2024-04-21',1354,2,2,3),('2024-04-21',1458,1,1,5),('2024-04-21',1441,2,2,9),('2024-04-21',609,2,2,13),('2024-04-21',611,2,2,14),('2024-04-22',40,6,7,1),('2024-04-22',1354,1,1,3),('2024-04-22',1441,3,3,9),('2024-04-22',611,1,1,14),('2024-04-23',40,3,5,1),('2024-04-23',611,1,1,14),('2024-04-24',40,5,7,1),('2024-04-24',1354,1,1,3),('2024-04-24',1448,1,1,4),('2024-04-24',1458,1,1,5),('2024-04-24',4030,1,2,8),('2024-04-24',609,1,1,13),('2024-04-25',40,2,3,1),('2024-04-25',1354,1,2,3),('2024-04-25',4030,1,1,8),('2024-04-25',1441,1,1,9),('2024-04-25',609,1,1,13),('2024-04-25',611,1,1,14),('2024-04-25',2699,1,1,16),('2024-04-26',40,9,15,1),('2024-04-26',847,1,1,2),('2024-04-26',1354,3,3,3),('2024-04-26',1448,2,2,4),('2024-04-26',1458,1,2,5),('2024-04-26',1462,1,1,6),('2024-04-26',4030,2,3,8),('2024-04-26',609,2,2,13),('2024-04-26',611,4,5,14),('2024-04-27',40,5,6,1),('2024-04-27',1354,2,6,3),('2024-04-27',1458,2,2,5),('2024-04-27',1462,1,1,6),('2024-04-27',4030,1,1,8),('2024-04-27',1441,3,5,9),('2024-04-27',609,3,4,13),('2024-04-27',611,4,6,14),('2024-04-28',40,7,11,1),('2024-04-28',847,2,3,2),('2024-04-28',1354,2,2,3),('2024-04-28',1458,1,1,5),('2024-04-28',1468,1,1,7),('2024-04-28',1441,2,2,9),('2024-04-28',609,2,2,13),('2024-04-28',12,1,1,17),('2024-04-28',4247,2,2,18),('2024-04-29',40,8,9,1),('2024-04-29',847,1,1,2),('2024-04-29',1458,1,2,5),('2024-04-29',1468,1,1,7),('2024-04-29',4030,1,1,8),('2024-04-29',1441,1,1,9),('2024-04-29',611,3,3,14),('2024-04-29',4247,2,2,18),('2024-04-30',40,6,6,1),('2024-04-30',1354,1,1,3),('2024-05-01',40,6,8,1),('2024-05-01',1354,2,2,3),('2024-05-01',4030,1,1,8),('2024-05-01',1441,1,1,9),('2024-05-01',609,1,1,13),('2024-05-01',4247,1,1,18),('2024-05-02',40,1,1,1),('2024-05-03',40,2,2,1),('2024-05-03',1354,1,1,3),('2024-05-03',1458,1,1,5),('2024-05-03',4247,1,1,18),('2024-05-04',40,3,4,1),('2024-05-04',847,1,1,2),('2024-05-04',1354,1,1,3),('2024-05-04',1448,1,1,4),('2024-05-04',1462,1,1,6),('2024-05-04',4030,1,1,8),('2024-05-04',611,1,1,14),('2024-05-05',40,5,11,1),('2024-05-05',1354,2,3,3),('2024-05-05',1448,1,1,4),('2024-05-05',1458,1,1,5),('2024-05-05',1462,1,2,6),('2024-05-05',4030,1,1,8),('2024-05-05',1441,2,2,9),('2024-05-05',609,1,1,13),('2024-05-05',611,3,5,14),('2024-05-05',4247,1,1,18),('2024-05-05',10,1,1,19),('2024-05-06',40,5,6,1),('2024-05-06',847,1,2,2),('2024-05-06',4253,1,1,20),('2024-05-07',40,6,7,1),('2024-05-07',1354,1,1,3),('2024-05-07',1448,1,1,4),('2024-05-07',1462,1,1,6),('2024-05-07',611,2,2,14),('2024-05-07',4247,1,1,18),('2024-05-07',4253,1,1,20),('2024-05-08',40,3,3,1),('2024-05-08',4253,2,3,20),('2024-05-09',40,5,5,1),('2024-05-09',1462,1,1,6),('2024-05-09',1441,1,1,9),('2024-05-10',40,3,3,1),('2024-05-10',847,1,1,2),('2024-05-10',1354,1,1,3),('2024-05-10',4030,1,1,8),('2024-05-10',609,2,2,13),('2024-05-10',611,1,1,14),('2024-05-11',40,1,4,1),('2024-05-11',847,1,1,2),('2024-05-11',1354,1,2,3),('2024-05-11',4030,1,1,8),('2024-05-11',611,1,1,14),('2024-05-12',40,6,8,1),('2024-05-12',1354,2,2,3),('2024-05-12',1441,2,2,9),('2024-05-12',609,1,1,13),('2024-05-13',40,6,8,1),('2024-05-13',847,1,1,2),('2024-05-13',1354,1,1,3),('2024-05-13',1458,1,1,5),('2024-05-13',4030,1,1,8),('2024-05-13',1441,2,3,9),('2024-05-13',609,1,1,13),('2024-05-14',40,5,9,1),('2024-05-14',847,1,1,2),('2024-05-14',1354,1,1,3),('2024-05-14',4030,1,7,8),('2024-05-14',1441,1,1,9),('2024-05-14',609,1,1,13),('2024-05-15',40,4,7,1),('2024-05-15',847,1,1,2),('2024-05-15',1354,1,1,3),('2024-05-15',12,1,1,17),('2024-05-15',4253,1,1,20),('2024-05-15',4257,1,2,21),('2024-05-16',40,4,4,1),('2024-05-16',611,1,1,14),('2024-05-16',4257,1,1,21),('2024-05-17',40,4,5,1),('2024-05-17',1354,2,3,3),('2024-05-17',1462,1,1,6),('2024-05-17',1468,1,1,7),('2024-05-17',1441,1,1,9),('2024-05-17',609,1,1,13),('2024-05-17',611,1,1,14),('2024-05-17',4257,1,1,21),('2024-05-18',40,4,5,1),('2024-05-18',1354,2,2,3),('2024-05-18',1448,1,1,4),('2024-05-18',1441,1,1,9),('2024-05-19',40,8,13,1),('2024-05-19',847,1,1,2),('2024-05-19',1354,3,4,3),('2024-05-19',1448,1,1,4),('2024-05-19',1462,2,2,6),('2024-05-19',4030,1,2,8),('2024-05-19',1441,3,4,9),('2024-05-19',609,1,2,13),('2024-05-19',611,1,3,14),('2024-05-19',4257,2,2,21),('2024-05-20',40,3,4,1),('2024-05-20',1441,1,1,9),('2024-05-21',40,10,10,1),('2024-05-21',847,1,1,2),('2024-05-21',1448,1,1,4),('2024-05-21',1441,1,1,9),('2024-05-21',12,5,5,17),('2024-05-22',40,7,11,1),('2024-05-22',1458,1,1,5),('2024-05-22',1462,1,1,6),('2024-05-22',4030,2,2,8),('2024-05-22',1441,1,1,9),('2024-05-22',609,1,1,13),('2024-05-22',12,1,1,17),('2024-05-22',4257,1,1,21),('2024-05-23',40,5,5,1),('2024-05-23',847,1,1,2),('2024-05-23',1354,1,1,3),('2024-05-23',1448,1,1,4),('2024-05-23',1458,1,1,5),('2024-05-23',1441,1,1,9),('2024-05-23',611,1,1,14),('2024-05-23',12,2,2,17),('2024-05-23',4257,1,1,21),('2024-05-23',4261,2,2,22),('2024-05-24',40,10,12,1),('2024-05-24',847,2,2,2),('2024-05-24',1354,4,4,3),('2024-05-24',1462,1,1,6),('2024-05-24',4030,1,1,8),('2024-05-24',609,2,2,13),('2024-05-24',611,3,3,14),('2024-05-24',12,1,1,17),('2024-05-25',40,2,2,1),('2024-05-25',847,1,1,2),('2024-05-25',4030,1,1,8),('2024-05-26',40,5,6,1),('2024-05-26',1354,2,2,3),('2024-05-26',1458,1,1,5),('2024-05-26',1441,3,3,9),('2024-05-27',40,7,11,1),('2024-05-27',1458,1,1,5),('2024-05-27',1462,1,1,6),('2024-05-27',1468,1,1,7),('2024-05-27',1441,3,3,9),('2024-05-27',4224,1,1,12),('2024-05-27',4261,1,1,22),('2024-05-27',4266,2,3,23),('2024-05-28',40,4,4,1),('2024-05-28',847,1,1,2),('2024-05-28',1441,1,1,9),('2024-05-28',609,1,1,13),('2024-05-28',12,1,1,17),('2024-05-29',40,5,6,1),('2024-05-29',1462,1,1,6),('2024-05-29',1441,4,4,9),('2024-05-29',611,1,1,14),('2024-05-30',40,10,13,1),('2024-05-30',847,2,4,2),('2024-05-30',1458,1,1,5),('2024-05-30',4030,3,4,8),('2024-05-30',1441,4,4,9),('2024-05-30',609,2,3,13),('2024-05-30',611,1,1,14),('2024-05-31',40,2,3,1),('2024-05-31',4030,1,1,8),('2024-05-31',1441,1,2,9),('2024-06-01',40,14,29,1),('2024-06-01',847,1,1,2),('2024-06-01',1354,5,8,3),('2024-06-01',1458,1,1,5),('2024-06-01',1462,1,1,6),('2024-06-01',1468,1,1,7),('2024-06-01',4030,4,13,8),('2024-06-01',1441,5,8,9),('2024-06-01',609,2,2,13),('2024-06-01',611,2,2,14),('2024-06-02',40,10,11,1),('2024-06-02',1462,1,1,6),('2024-06-02',1441,3,3,9),('2024-06-02',12,2,2,17),('2024-06-02',4266,1,2,23),('2024-06-03',40,5,5,1),('2024-06-03',847,2,2,2),('2024-06-03',1354,1,1,3),('2024-06-03',1458,1,1,5),('2024-06-03',1441,1,1,9),('2024-06-03',609,2,2,13),('2024-06-03',4272,2,3,24),('2024-06-04',40,10,16,1),('2024-06-04',847,2,2,2),('2024-06-04',1354,1,1,3),('2024-06-04',1458,2,2,5),('2024-06-04',4030,3,3,8),('2024-06-04',1441,2,2,9),('2024-06-04',609,1,1,13),('2024-06-04',611,2,4,14),('2024-06-04',12,1,2,17),('2024-06-04',4272,1,1,24),('2024-06-05',40,9,11,1),('2024-06-05',847,2,2,2),('2024-06-05',1354,2,2,3),('2024-06-05',1448,1,1,4),('2024-06-05',1458,1,1,5),('2024-06-05',1468,1,1,7),('2024-06-05',1441,1,1,9),('2024-06-05',609,1,1,13),('2024-06-05',611,1,2,14),('2024-06-05',2699,1,1,16),('2024-06-06',40,3,6,1),('2024-06-06',847,1,1,2),('2024-06-06',1448,1,1,4),('2024-06-06',1458,1,1,5),('2024-06-06',1468,1,1,7),('2024-06-06',611,2,2,14),('2024-06-07',40,2,2,1),('2024-06-07',847,1,1,2),('2024-06-07',1462,1,1,6),('2024-06-07',611,1,1,14),('2024-06-08',40,6,7,1),('2024-06-08',1354,1,1,3),('2024-06-08',4030,1,1,8),('2024-06-08',1441,1,1,9),('2024-06-08',611,1,1,14),('2024-06-08',4188,1,1,25),('2024-06-09',40,9,13,1),('2024-06-09',847,1,1,2),('2024-06-09',1448,1,1,4),('2024-06-09',1441,3,3,9),('2024-06-09',609,2,2,13),('2024-06-09',611,2,2,14),('2024-06-09',12,1,1,17),('2024-06-10',40,4,4,1),('2024-06-10',4277,1,1,26),('2024-06-11',40,6,8,1),('2024-06-11',1354,2,2,3),('2024-06-11',1441,1,1,9),('2024-06-11',611,2,2,14),('2024-06-12',40,8,11,1),('2024-06-12',1462,1,1,6),('2024-06-12',1468,1,1,7),('2024-06-12',4030,5,11,8),('2024-06-12',4277,1,1,26),('2024-06-12',4095,1,1,27),('2024-06-13',40,4,5,1),('2024-06-13',1462,1,1,6),('2024-06-13',12,1,2,17),('2024-06-13',1831,1,1,28),('2024-06-14',40,4,6,1),('2024-06-14',847,1,1,2),('2024-06-14',1462,2,3,6),('2024-06-14',1441,2,2,9),('2024-06-14',611,1,1,14),('2024-06-14',4272,1,1,24),('2024-06-15',40,5,5,1),('2024-06-15',1354,1,1,3),('2024-06-15',4030,1,1,8),('2024-06-16',40,9,12,1),('2024-06-16',1354,2,2,3),('2024-06-16',1458,1,1,5),('2024-06-16',4030,1,1,8),('2024-06-16',609,2,2,13),('2024-06-16',12,2,4,17),('2024-06-16',4277,1,1,26),('2024-06-17',40,4,11,1),('2024-06-17',847,2,2,2),('2024-06-17',1458,1,1,5),('2024-06-17',1441,2,2,9),('2024-06-17',611,2,2,14),('2024-06-18',40,12,14,1),('2024-06-18',847,1,1,2),('2024-06-18',1354,3,3,3),('2024-06-18',1458,2,2,5),('2024-06-18',1462,1,1,6),('2024-06-18',4030,2,2,8),('2024-06-18',609,3,3,13),('2024-06-18',12,1,1,17),('2024-06-18',4272,1,1,24),('2024-06-18',4285,1,1,29),('2024-06-19',40,5,6,1),('2024-06-19',1354,1,1,3),('2024-06-19',1462,1,1,6),('2024-06-19',1441,2,2,9),('2024-06-20',40,3,3,1),('2024-06-20',1458,1,1,5),('2024-06-20',4030,1,1,8),('2024-06-20',609,2,2,13),('2024-06-21',40,3,3,1),('2024-06-21',609,1,1,13),('2024-06-21',4257,1,1,21),('2024-06-22',40,1,1,1),('2024-06-23',40,5,5,1),('2024-06-23',1441,1,1,9),('2024-06-23',609,1,1,13),('2024-06-23',4285,1,1,29),('2024-06-24',40,3,3,1),('2024-06-25',40,5,6,1),('2024-06-25',847,1,1,2),('2024-06-25',1354,1,1,3),('2024-06-25',1441,2,2,9),('2024-06-25',609,1,1,13),('2024-06-26',40,5,8,1),('2024-06-26',1354,1,1,3),('2024-06-26',1458,1,1,5),('2024-06-26',1441,1,1,9),('2024-06-26',609,2,2,13),('2024-06-26',611,1,1,14),('2024-06-26',12,2,3,17),('2024-06-27',40,3,6,1),('2024-06-27',847,2,2,2),('2024-06-27',1354,2,3,3),('2024-06-27',1448,1,1,4),('2024-06-27',1458,2,2,5),('2024-06-27',1462,1,2,6),('2024-06-27',1468,1,1,7),('2024-06-27',1441,2,2,9),('2024-06-27',609,1,1,13),('2024-06-27',611,2,2,14),('2024-06-27',12,1,1,17),('2024-06-27',4285,1,1,29),('2024-06-27',2397,1,1,30),('2024-06-27',2801,1,1,31),('2024-06-28',40,1,1,1),('2024-06-28',609,1,1,13),('2024-06-28',611,1,1,14),('2024-06-29',40,5,5,1),('2024-06-29',1354,2,2,3),('2024-06-29',2397,1,1,30),('2024-06-30',40,3,6,1),('2024-06-30',4030,2,3,8),('2024-06-30',1441,1,1,9),('2024-06-30',609,2,2,13),('2024-06-30',4292,1,1,32),('2024-07-01',40,3,3,1),('2024-07-01',609,1,1,13),('2024-07-01',611,1,1,14),('2024-07-01',4292,5,8,32),('2024-07-02',40,4,4,1),('2024-07-02',847,1,1,2),('2024-07-02',1354,1,1,3),('2024-07-02',1448,1,1,4),('2024-07-02',609,1,1,13),('2024-07-02',611,4,5,14),('2024-07-03',40,6,8,1),('2024-07-03',847,2,2,2),('2024-07-03',1354,1,1,3),('2024-07-03',1462,1,1,6),('2024-07-03',4030,1,1,8),('2024-07-03',1441,2,2,9),('2024-07-03',609,1,1,13),('2024-07-03',611,3,3,14),('2024-07-03',4292,1,1,32),('2024-07-04',40,6,9,1),('2024-07-04',847,1,1,2),('2024-07-04',1354,1,1,3),('2024-07-04',4030,1,1,8),('2024-07-04',1441,1,2,9),('2024-07-04',4292,1,1,32),('2024-07-05',40,4,4,1),('2024-07-05',847,1,1,2),('2024-07-05',1462,1,1,6),('2024-07-05',4030,1,1,8),('2024-07-05',611,3,6,14),('2024-07-05',4292,1,1,32),('2024-07-06',40,7,10,1),('2024-07-06',847,1,3,2),('2024-07-06',1354,1,1,3),('2024-07-06',1458,1,1,5),('2024-07-06',1441,1,1,9),('2024-07-06',609,4,4,13),('2024-07-06',611,3,4,14),('2024-07-06',4292,2,2,32),('2024-07-07',40,11,13,1),('2024-07-07',847,1,1,2),('2024-07-07',1458,1,1,5),('2024-07-07',1462,2,2,6),('2024-07-07',1468,1,1,7),('2024-07-07',4030,2,2,8),('2024-07-07',1441,3,3,9),('2024-07-07',611,1,1,14),('2024-07-07',4285,1,1,29),('2024-07-07',4292,1,1,32),('2024-07-08',40,3,3,1),('2024-07-08',4030,1,1,8),('2024-07-08',611,1,1,14),('2024-07-08',4292,1,1,32),('2024-07-09',40,1,1,1),('2024-07-09',1448,1,1,4),('2024-07-09',1462,1,1,6),('2024-07-09',611,3,5,14),('2024-07-09',4292,1,1,32),('2024-07-10',40,7,13,1),('2024-07-10',1462,1,1,6),('2024-07-10',4030,3,4,8),('2024-07-10',1441,2,2,9),('2024-07-10',611,1,4,14),('2024-07-10',4095,1,1,27),('2024-07-10',4292,2,2,32),('2024-07-10',4027,1,2,33),('2024-07-11',40,1,1,1),('2024-07-11',1441,1,2,9),('2024-07-11',4292,1,1,32),('2024-07-12',40,7,8,1),('2024-07-12',1441,1,1,9),('2024-07-12',609,1,1,13),('2024-07-12',611,1,1,14),('2024-07-12',4292,1,1,32),('2024-07-13',40,9,16,1),('2024-07-13',847,1,1,2),('2024-07-13',1448,1,1,4),('2024-07-13',1458,1,1,5),('2024-07-13',1468,2,2,7),('2024-07-13',4030,1,1,8),('2024-07-13',1441,4,4,9),('2024-07-13',609,1,1,13),('2024-07-13',611,5,5,14),('2024-07-13',4027,1,2,33),('2024-07-13',4133,1,1,34),('2024-07-13',4301,1,1,35),('2024-07-14',40,9,12,1),('2024-07-14',1354,2,2,3),('2024-07-14',1462,1,1,6),('2024-07-14',1441,1,1,9),('2024-07-14',611,3,3,14),('2024-07-14',4266,1,1,23),('2024-07-14',4027,2,3,33),('2024-07-15',40,5,5,1),('2024-07-15',847,1,1,2),('2024-07-15',1441,1,1,9),('2024-07-16',40,2,2,1),('2024-07-16',847,1,1,2),('2024-07-16',1354,1,1,3),('2024-07-16',1441,2,2,9),('2024-07-16',2699,1,1,16),('2024-07-16',3935,1,1,36),('2024-07-17',40,7,7,1),('2024-07-17',847,2,2,2),('2024-07-17',1354,1,1,3),('2024-07-17',1441,1,1,9),('2024-07-17',611,1,1,14),('2024-07-17',12,1,1,17),('2024-07-18',40,2,3,1),('2024-07-18',1354,1,1,3),('2024-07-19',40,1,1,1),('2024-07-19',609,1,1,13),('2024-07-20',40,1,1,1),('2024-07-20',1458,1,1,5),('2024-07-20',1468,1,1,7),('2024-07-20',609,1,1,13),('2024-07-20',4277,1,1,26),('2024-07-21',40,7,10,1),('2024-07-21',1354,3,3,3),('2024-07-21',1462,1,1,6),('2024-07-21',1468,1,1,7),('2024-07-21',1441,1,1,9),('2024-07-21',609,1,2,13),('2024-07-21',611,1,1,14),('2024-07-21',12,1,1,17),('2024-07-21',4027,1,2,33),('2024-07-22',40,4,6,1),('2024-07-22',847,1,1,2),('2024-07-22',1354,1,1,3),('2024-07-23',40,3,4,1),('2024-07-23',609,1,1,13),('2024-07-24',40,5,6,1),('2024-07-24',1354,1,3,3),('2024-07-24',609,2,2,13),('2024-07-24',611,1,1,14),('2024-07-25',40,3,6,1),('2024-07-25',1354,2,2,3),('2024-07-25',1448,1,1,4),('2024-07-25',1462,1,1,6),('2024-07-25',1441,1,1,9),('2024-07-25',609,1,1,13),('2024-07-25',611,1,1,14),('2024-07-25',4313,1,1,37),('2024-07-26',40,2,2,1),('2024-07-26',847,1,1,2),('2024-07-26',1441,1,1,9),('2024-07-27',40,2,2,1),('2024-07-28',40,5,5,1),('2024-07-28',4030,1,2,8),('2024-07-28',609,1,1,13),('2024-07-28',611,1,1,14),('2024-07-29',40,3,4,1),('2024-07-29',847,1,1,2),('2024-07-29',1441,1,1,9),('2024-07-30',40,5,5,1),('2024-07-30',1354,1,1,3),('2024-07-31',40,3,3,1),('2024-07-31',1468,1,1,7),('2024-07-31',609,1,1,13),('2024-07-31',4322,1,1,38),('2024-08-01',40,3,3,1),('2024-08-01',1354,1,2,3),('2024-08-01',611,1,1,14),('2024-08-02',40,4,6,1),('2024-08-02',1354,2,2,3),('2024-08-03',40,3,4,1),('2024-08-04',40,13,20,1),('2024-08-04',847,1,1,2),('2024-08-04',1354,5,6,3),('2024-08-04',609,2,2,13),('2024-08-04',611,2,2,14),('2024-08-05',40,6,6,1),('2024-08-05',1441,1,2,9),('2024-08-05',12,1,1,17),('2024-08-05',4329,2,3,39),('2024-08-06',40,3,3,1),('2024-08-06',1441,1,1,9),('2024-08-07',40,3,7,1),('2024-08-07',847,2,2,2),('2024-08-07',1354,2,2,3),('2024-08-07',1468,1,1,7),('2024-08-07',609,1,1,13),('2024-08-07',12,1,1,17),('2024-08-08',40,4,5,1),('2024-08-08',847,1,1,2),('2024-08-08',1441,1,1,9),('2024-08-09',40,5,6,1),('2024-08-09',847,1,1,2),('2024-08-09',1354,2,2,3),('2024-08-09',1458,1,1,5),('2024-08-09',1468,1,1,7),('2024-08-09',1441,2,2,9),('2024-08-09',609,1,1,13),('2024-08-09',611,2,2,14),('2024-08-10',40,7,9,1),('2024-08-10',847,2,2,2),('2024-08-10',1354,3,5,3),('2024-08-10',1458,1,1,5),('2024-08-10',1462,1,1,6),('2024-08-10',1468,2,2,7),('2024-08-10',1441,1,1,9),('2024-08-10',609,1,1,13),('2024-08-10',611,3,3,14),('2024-08-11',40,6,6,1),('2024-08-11',609,4,4,13),('2024-08-11',611,3,3,14),('2024-08-11',4322,1,1,38),('2024-08-12',40,3,3,1),('2024-08-12',609,1,1,13),('2024-08-13',847,1,1,2),('2024-08-13',609,1,1,13),('2024-08-13',611,1,1,14),('2024-08-14',40,6,11,1),('2024-08-14',847,2,2,2),('2024-08-14',1354,1,1,3),('2024-08-14',1441,1,1,9),('2024-08-14',609,1,1,13),('2024-08-14',611,2,2,14),('2024-08-15',40,5,7,1),('2024-08-15',1441,1,2,9),('2024-08-15',611,1,1,14),('2024-08-15',12,1,1,17),('2024-08-16',40,2,4,1),('2024-08-16',847,2,2,2),('2024-08-16',1354,2,2,3),('2024-08-16',1441,2,2,9),('2024-08-16',609,1,1,13),('2024-08-16',611,2,2,14),('2024-08-17',40,10,10,1),('2024-08-17',1441,2,2,9),('2024-08-17',609,4,4,13),('2024-08-18',40,10,12,1),('2024-08-18',847,3,3,2),('2024-08-18',1354,2,2,3),('2024-08-18',1462,1,1,6),('2024-08-18',1441,1,2,9),('2024-08-18',609,3,3,13),('2024-08-18',611,2,2,14),('2024-08-18',4329,1,1,39),('2024-08-19',40,2,2,1),('2024-08-19',1354,1,1,3),('2024-08-19',609,1,1,13),('2024-08-19',611,1,1,14),('2024-08-20',40,4,7,1),('2024-08-20',1441,1,1,9),('2024-08-21',40,6,7,1),('2024-08-21',1458,1,1,5),('2024-08-21',1462,1,1,6),('2024-08-21',1468,1,1,7),('2024-08-21',1441,1,1,9),('2024-08-21',609,2,2,13),('2024-08-21',611,1,1,14),('2024-08-21',4329,1,1,39),('2024-08-22',40,4,6,1),('2024-08-22',1441,1,1,9),('2024-08-22',609,2,2,13),('2024-08-22',611,1,2,14),('2024-08-22',4329,1,1,39),('2024-08-23',40,4,4,1),('2024-08-23',1441,2,2,9),('2024-08-23',4313,1,1,37),('2024-08-24',40,4,4,1),('2024-08-24',1354,1,1,3),('2024-08-24',1441,1,1,9),('2024-08-24',609,2,2,13),('2024-08-25',40,8,15,1),('2024-08-25',847,2,2,2),('2024-08-25',1354,5,5,3),('2024-08-25',1448,1,1,4),('2024-08-25',1441,1,2,9),('2024-08-25',609,2,2,13),('2024-08-25',4329,1,1,39),('2024-08-26',40,7,8,1),('2024-08-26',847,1,1,2),('2024-08-26',1354,1,1,3),('2024-08-26',1448,1,2,4),('2024-08-26',1462,1,1,6),('2024-08-26',1441,4,4,9),('2024-08-26',609,3,3,13),('2024-08-26',611,2,2,14),('2024-08-27',40,2,6,1),('2024-08-27',847,1,1,2),('2024-08-27',1441,1,1,9),('2024-08-27',12,1,1,17),('2024-08-28',40,1,1,1),('2024-08-29',40,4,5,1),('2024-08-29',847,0,1,2),('2024-08-29',1354,2,3,3),('2024-08-29',1462,1,2,6),('2024-08-29',1468,1,1,7),('2024-08-29',609,1,1,13),('2024-08-29',611,2,2,14),('2024-08-30',40,3,4,1),('2024-08-30',1354,1,1,3),('2024-08-30',609,1,2,13),('2024-08-30',4337,1,2,40),('2024-08-31',40,9,11,1),('2024-08-31',1448,1,1,4),('2024-08-31',1458,1,1,5),('2024-08-31',1462,2,3,6),('2024-08-31',1441,2,2,9),('2024-08-31',4322,1,1,38),('2024-08-31',4337,1,1,40),('2024-09-01',40,12,19,1),('2024-09-01',847,1,1,2),('2024-09-01',1354,1,1,3),('2024-09-01',1441,3,3,9),('2024-09-01',609,1,1,13),('2024-09-02',40,3,3,1),('2024-09-02',1354,2,2,3),('2024-09-03',40,2,3,1),('2024-09-04',40,1,1,1),('2024-09-05',40,6,6,1),('2024-09-05',847,1,1,2),('2024-09-05',1354,1,1,3),('2024-09-05',1462,1,1,6),('2024-09-05',1468,1,1,7),('2024-09-05',1441,1,1,9),('2024-09-05',611,1,1,14),('2024-09-05',4322,1,1,38),('2024-09-05',4098,1,1,41),('2024-09-06',40,2,4,1),('2024-09-07',40,5,5,1),('2024-09-07',1354,2,3,3),('2024-09-07',1441,1,1,9),('2024-09-08',40,16,35,1),('2024-09-08',847,3,8,2),('2024-09-08',1354,2,9,3),('2024-09-08',1448,1,1,4),('2024-09-08',1458,1,2,5),('2024-09-08',1462,1,1,6),('2024-09-08',1441,3,4,9),('2024-09-08',609,2,2,13),('2024-09-08',611,4,4,14),('2024-09-08',12,1,1,17),('2024-09-08',4346,1,2,42),('2024-09-09',40,7,10,1),('2024-09-09',847,1,1,2),('2024-09-09',1354,1,4,3),('2024-09-09',1462,1,1,6),('2024-09-09',1468,1,1,7),('2024-09-09',4346,1,1,42),('2024-09-10',40,4,7,1),('2024-09-10',847,1,1,2),('2024-09-10',1441,1,1,9),('2024-09-10',609,1,1,13),('2024-09-11',40,4,5,1),('2024-09-11',1354,1,1,3),('2024-09-11',1441,1,1,9),('2024-09-12',40,1,1,1),('2024-09-12',847,1,1,2),('2024-09-12',1354,2,2,3),('2024-09-12',609,1,5,13),('2024-09-12',611,1,3,14),('2024-09-13',40,5,5,1),('2024-09-13',847,1,1,2),('2024-09-13',1354,2,2,3),('2024-09-13',1441,2,2,9),('2024-09-13',609,2,2,13),('2024-09-13',4346,1,1,42),('2024-09-14',40,6,11,1),('2024-09-14',847,1,1,2),('2024-09-14',1354,1,1,3),('2024-09-14',609,1,2,13),('2024-09-14',611,1,1,14),('2024-09-15',40,9,10,1),('2024-09-15',847,1,1,2),('2024-09-15',1354,2,2,3),('2024-09-15',1441,1,1,9),('2024-09-15',609,4,4,13),('2024-09-16',40,5,7,1),('2024-09-16',847,2,2,2),('2024-09-16',1354,4,5,3),('2024-09-16',1458,2,2,5),('2024-09-16',1462,3,3,6),('2024-09-16',1468,2,2,7),('2024-09-16',1441,1,1,9),('2024-09-16',609,2,2,13),('2024-09-16',611,1,1,14),('2024-09-16',12,1,1,17),('2024-09-16',4253,1,1,20),('2024-09-16',4277,1,1,26),('2024-09-16',4285,1,1,29),('2024-09-16',4301,1,1,35),('2024-09-16',4313,1,1,37),('2024-09-16',4322,1,1,38),('2024-09-16',4329,1,1,39),('2024-09-16',4337,1,1,40),('2024-09-16',4346,1,1,42),('2024-09-16',4050,1,1,43),('2024-09-16',4066,1,1,44),('2024-09-16',4073,1,1,45),('2024-09-16',4079,1,1,46),('2024-09-16',4307,1,1,47),('2024-09-16',4344,1,1,48),('2024-09-16',4353,2,2,49),('2024-09-17',40,2,2,1),('2024-09-17',847,1,1,2),('2024-09-17',609,1,1,13),('2024-09-18',40,1,2,1),('2024-09-18',609,2,3,13),('2024-09-18',611,1,1,14),('2024-09-19',40,3,4,1),('2024-09-19',847,1,1,2),('2024-09-19',1354,2,2,3),('2024-09-19',609,2,2,13),('2024-09-19',611,2,2,14),('2024-09-20',40,4,4,1),('2024-09-20',847,1,1,2),('2024-09-20',1441,1,2,9),('2024-09-20',611,2,2,14),('2024-09-21',40,5,6,1),('2024-09-21',847,1,2,2),('2024-09-21',609,1,1,13),('2024-09-21',2778,1,1,50),('2024-09-22',40,4,5,1),('2024-09-22',1354,1,1,3),('2024-09-22',1468,1,1,7),('2024-09-22',609,3,3,13),('2024-09-23',40,7,9,1),('2024-09-23',847,1,1,2),('2024-09-23',1354,1,1,3),('2024-09-23',1441,1,1,9),('2024-09-23',4301,1,1,35),('2024-09-23',4346,1,1,42),('2024-09-24',40,2,2,1),('2024-09-24',1441,1,1,9),('2024-09-24',609,3,3,13),('2024-09-24',611,2,2,14),('2024-09-25',40,6,8,1),('2024-09-25',847,2,2,2),('2024-09-25',611,1,2,14),('2024-09-26',40,1,1,1),('2024-09-26',609,1,1,13),('2024-09-27',40,2,4,1),('2024-09-27',1462,1,1,6),('2024-09-27',1441,1,2,9),('2024-09-28',40,1,2,1),('2024-09-28',1354,1,1,3),('2024-09-28',1458,1,2,5),('2024-09-28',1468,1,2,7),('2024-09-28',609,2,2,13),('2024-09-28',611,1,1,14),('2024-09-29',40,7,10,1),('2024-09-29',1354,1,1,3),('2024-09-29',1441,2,2,9),('2024-09-30',40,1,1,1),('2024-09-30',847,1,1,2),('2024-09-30',1441,1,1,9),('2024-10-01',40,6,8,1),('2024-10-01',847,3,3,2),('2024-10-01',1354,1,1,3),('2024-10-01',1441,1,1,9),('2024-10-01',609,2,2,13),('2024-10-01',611,1,1,14),('2024-10-01',2699,1,1,16),('2024-10-01',4363,2,2,51),('2024-10-02',40,7,9,1),('2024-10-02',847,1,1,2),('2024-10-02',609,1,1,13),('2024-10-02',611,1,1,14),('2024-10-02',4363,2,2,51),('2024-10-03',40,3,3,1),('2024-10-03',1354,2,2,3),('2024-10-03',609,1,1,13),('2024-10-03',4363,2,3,51),('2024-10-04',40,4,6,1),('2024-10-04',1354,2,2,3),('2024-10-04',1448,1,1,4),('2024-10-04',1441,1,1,9),('2024-10-04',12,1,1,17),('2024-10-05',40,5,6,1),('2024-10-05',1441,1,1,9),('2024-10-05',609,1,1,13),('2024-10-05',611,1,1,14),('2024-10-05',4363,1,3,51),('2024-10-05',4361,1,1,52),('2024-10-06',40,9,10,1),('2024-10-06',847,1,1,2),('2024-10-06',1354,3,4,3),('2024-10-06',1441,3,3,9),('2024-10-06',609,2,2,13),('2024-10-06',12,1,2,17),('2024-10-06',4353,1,3,49),('2024-10-06',4363,1,1,51),('2024-10-06',4361,1,3,52),('2024-10-06',4370,1,1,53),('2024-10-07',40,6,7,1),('2024-10-07',847,2,2,2),('2024-10-07',1354,2,2,3),('2024-10-07',1441,2,2,9),('2024-10-07',611,1,1,14),('2024-10-08',40,4,4,1),('2024-10-08',847,3,3,2),('2024-10-08',1354,2,2,3),('2024-10-08',1458,1,1,5),('2024-10-08',1462,1,1,6),('2024-10-08',1468,1,1,7),('2024-10-08',1441,1,1,9),('2024-10-08',609,1,1,13),('2024-10-08',611,1,1,14),('2024-10-08',12,1,1,17),('2024-10-09',40,3,4,1),('2024-10-09',847,1,1,2),('2024-10-09',4361,1,1,52),('2024-10-09',4370,1,4,53),('2024-10-10',40,5,6,1),('2024-10-10',1448,1,2,4),('2024-10-10',1462,1,1,6),('2024-10-10',4363,1,1,51),('2024-10-10',4370,1,2,53),('2024-10-11',40,2,2,1),('2024-10-11',609,4,4,13),('2024-10-12',40,4,5,1),('2024-10-12',1354,1,1,3),('2024-10-12',611,1,1,14),('2024-10-12',4346,1,1,42),('2024-10-12',4344,1,1,48),('2024-10-13',40,6,8,1),('2024-10-13',1354,3,3,3),('2024-10-13',1441,1,1,9),('2024-10-13',609,2,2,13),('2024-10-14',40,3,4,1),('2024-10-14',847,1,1,2),('2024-10-14',1354,1,2,3),('2024-10-14',1462,1,1,6),('2024-10-14',1441,1,1,9),('2024-10-14',609,2,2,13),('2024-10-14',611,1,2,14),('2024-10-14',4346,1,1,42),('2024-10-15',40,2,4,1),('2024-10-15',847,2,2,2),('2024-10-15',1354,1,2,3),('2024-10-15',609,1,1,13),('2024-10-16',40,5,5,1),('2024-10-16',847,1,2,2),('2024-10-17',40,2,3,1),('2024-10-17',4370,1,1,53),('2024-10-17',4376,3,4,54),('2024-10-18',40,5,6,1),('2024-10-18',847,1,1,2),('2024-10-18',1448,1,1,4),('2024-10-18',609,1,1,13),('2024-10-18',611,1,1,14),('2024-10-18',4376,2,2,54),('2024-10-19',40,10,11,1),('2024-10-19',847,1,1,2),('2024-10-19',1458,2,2,5),('2024-10-19',1462,1,1,6),('2024-10-19',1468,1,1,7),('2024-10-19',1441,1,1,9),('2024-10-19',609,1,1,13),('2024-10-19',611,1,1,14),('2024-10-19',10,1,1,19),('2024-10-19',4313,1,1,37),('2024-10-19',4329,1,1,39),('2024-10-19',4337,1,1,40),('2024-10-19',4353,1,1,49),('2024-10-19',4376,1,1,54),('2024-10-20',40,12,18,1),('2024-10-20',847,1,1,2),('2024-10-20',1462,1,1,6),('2024-10-20',1441,1,2,9),('2024-10-20',609,3,4,13),('2024-10-20',611,1,1,14),('2024-10-20',4370,1,1,53),('2024-10-20',4376,1,1,54),('2024-10-21',40,8,9,1),('2024-10-21',847,1,1,2),('2024-10-21',1354,1,1,3),('2024-10-21',1458,1,1,5),('2024-10-21',1441,1,1,9),('2024-10-21',609,2,2,13),('2024-10-21',611,1,1,14),('2024-10-21',4376,1,1,54),('2024-10-22',40,5,7,1),('2024-10-22',847,1,2,2),('2024-10-22',1354,3,3,3),('2024-10-22',1458,1,1,5),('2024-10-22',1462,1,1,6),('2024-10-22',1441,1,1,9),('2024-10-22',609,2,2,13),('2024-10-22',611,4,4,14),('2024-10-22',10,1,1,19),('2024-10-22',4376,1,1,54),('2024-10-22',4382,1,1,55),('2024-10-23',40,5,6,1),('2024-10-23',847,1,1,2),('2024-10-23',609,1,1,13),('2024-10-23',611,1,1,14),('2024-10-23',12,1,1,17),('2024-10-23',4382,1,1,55),('2024-10-24',40,9,10,1),('2024-10-24',1354,1,1,3),('2024-10-24',1468,1,1,7),('2024-10-24',609,1,1,13),('2024-10-24',12,1,1,17),('2024-10-25',40,2,2,1),('2024-10-25',609,1,1,13),('2024-10-26',40,2,3,1),('2024-10-26',1354,1,1,3),('2024-10-26',1462,2,2,6),('2024-10-26',1468,1,1,7),('2024-10-26',1441,1,1,9),('2024-10-26',609,1,1,13),('2024-10-26',611,1,1,14),('2024-10-26',4382,1,1,55),('2024-10-27',40,5,10,1),('2024-10-27',847,1,1,2),('2024-10-27',1441,1,1,9),('2024-10-27',12,1,1,17),('2024-10-27',4382,2,4,55),('2024-10-28',40,2,2,1),('2024-10-28',1458,1,1,5),('2024-10-28',1441,1,1,9),('2024-10-28',4346,1,1,42),('2024-10-28',4382,2,2,55),('2024-10-29',40,2,3,1),('2024-10-29',1441,1,1,9),('2024-10-29',4382,1,1,55),('2024-10-30',40,10,12,1),('2024-10-30',847,1,1,2),('2024-10-30',1354,4,4,3),('2024-10-30',1458,2,2,5),('2024-10-30',1462,1,1,6),('2024-10-30',1441,1,1,9),('2024-10-30',609,4,4,13),('2024-10-30',611,3,3,14),('2024-10-31',40,11,21,1),('2024-10-31',847,1,1,2),('2024-10-31',1458,1,1,5),('2024-10-31',1468,1,1,7),('2024-10-31',1441,3,3,9),('2024-10-31',4382,1,1,55),('2024-11-01',40,2,2,1),('2024-11-01',609,1,1,13),('2024-11-02',40,6,12,1),('2024-11-02',1354,1,2,3),('2024-11-02',1462,1,1,6),('2024-11-02',611,1,1,14),('2024-11-03',40,10,15,1),('2024-11-03',1354,1,1,3),('2024-11-03',1462,1,1,6),('2024-11-03',1441,1,1,9),('2024-11-04',40,8,19,1),('2024-11-04',847,2,4,2),('2024-11-04',1354,2,2,3),('2024-11-04',1462,1,1,6),('2024-11-04',1441,1,1,9),('2024-11-04',611,1,2,14),('2024-11-04',4390,3,10,56),('2024-11-04',4401,1,1,57),('2024-11-05',40,5,5,1),('2024-11-05',1441,1,1,9),('2024-11-05',609,1,1,13),('2024-11-05',611,3,3,14),('2024-11-05',4382,1,2,55),('2024-11-06',40,1,1,1),('2024-11-07',40,2,2,1),('2024-11-07',847,1,1,2),('2024-11-07',1354,1,1,3),('2024-11-07',1441,1,2,9),('2024-11-07',12,1,1,17),('2024-11-07',4382,1,1,55),('2024-11-08',40,6,6,1),('2024-11-08',1354,1,1,3),('2024-11-08',1458,1,1,5),('2024-11-08',1462,1,1,6),('2024-11-08',1468,1,1,7),('2024-11-08',609,1,1,13),('2024-11-08',611,1,1,14),('2024-11-08',4382,1,1,55),('2024-11-09',40,6,12,1),('2024-11-09',847,2,2,2),('2024-11-09',1354,2,2,3),('2024-11-09',1462,2,2,6),('2024-11-09',1468,1,1,7),('2024-11-09',1441,1,1,9),('2024-11-09',609,3,3,13),('2024-11-09',611,1,1,14),('2024-11-09',4382,1,1,55),('2024-11-10',40,8,14,1),('2024-11-10',847,1,1,2),('2024-11-10',1354,1,1,3),('2024-11-10',1441,2,2,9),('2024-11-10',609,1,1,13),('2024-11-10',611,1,2,14),('2024-11-10',4382,1,1,55),('2024-11-11',40,7,7,1),('2024-11-11',609,1,1,13),('2024-11-11',4376,1,1,54),('2024-11-11',4409,1,1,58),('2024-11-12',40,4,6,1),('2024-11-12',1441,1,1,9),('2024-11-12',609,1,1,13),('2024-11-12',4353,1,2,49),('2024-11-13',40,4,4,1),('2024-11-13',847,1,1,2),('2024-11-13',4409,1,1,58),('2024-11-14',40,6,11,1),('2024-11-14',847,1,1,2),('2024-11-14',1354,1,1,3),('2024-11-14',1462,1,1,6),('2024-11-14',1441,2,2,9),('2024-11-14',611,1,1,14),('2024-11-15',40,2,4,1),('2024-11-15',847,1,1,2),('2024-11-15',1354,1,1,3),('2024-11-15',1462,1,1,6),('2024-11-15',1468,1,1,7),('2024-11-15',611,1,1,14),('2024-11-16',40,6,7,1),('2024-11-16',1354,1,1,3),('2024-11-16',1448,1,1,4),('2024-11-16',1458,1,1,5),('2024-11-16',1462,1,1,6),('2024-11-16',1468,1,1,7),('2024-11-16',1441,1,1,9),('2024-11-16',609,3,3,13),('2024-11-16',611,2,2,14),('2024-11-16',12,1,1,17),('2024-11-17',40,9,10,1),('2024-11-17',1354,2,3,3),('2024-11-17',1462,1,1,6),('2024-11-17',609,6,6,13),('2024-11-17',4370,1,1,53),('2024-11-17',4409,1,1,58),('2024-11-18',40,3,4,1),('2024-11-18',1354,1,1,3),('2024-11-18',1468,1,1,7),('2024-11-18',1441,1,1,9),('2024-11-18',4224,1,1,12),('2024-11-18',609,1,1,13),('2024-11-18',611,1,1,14),('2024-11-18',4329,1,1,39),('2024-11-18',4414,1,2,59),('2024-11-19',40,4,9,1),('2024-11-19',1354,1,1,3),('2024-11-19',1448,1,1,4),('2024-11-20',40,5,9,1),('2024-11-20',847,1,1,2),('2024-11-20',1354,2,2,3),('2024-11-20',1462,1,2,6),('2024-11-20',609,2,3,13),('2024-11-20',611,1,2,14),('2024-11-21',40,2,2,1),('2024-11-21',611,2,2,14),('2024-11-22',40,5,5,1),('2024-11-22',847,1,1,2),('2024-11-22',609,1,1,13),('2024-11-22',4414,1,1,59),('2024-11-23',40,7,11,1),('2024-11-23',609,1,1,13),('2024-11-24',40,10,14,1),('2024-11-24',847,1,2,2),('2024-11-24',1354,1,1,3),('2024-11-24',1448,1,1,4),('2024-11-24',1458,1,1,5),('2024-11-24',1441,1,1,9),('2024-11-24',609,1,1,13),('2024-11-24',611,1,1,14),('2024-11-24',4370,1,1,53),('2024-11-25',40,4,5,1),('2024-11-25',1441,1,1,9),('2024-11-25',609,1,1,13),('2024-11-25',4419,1,1,60),('2024-11-26',40,9,15,1),('2024-11-26',847,2,2,2),('2024-11-26',1354,5,5,3),('2024-11-26',1458,2,2,5),('2024-11-26',1462,1,1,6),('2024-11-26',1468,2,2,7),('2024-11-26',609,2,2,13),('2024-11-26',611,2,3,14),('2024-11-27',40,7,7,1),('2024-11-27',1441,1,1,9),('2024-11-27',609,1,1,13),('2024-11-27',611,2,2,14),('2024-11-27',4419,1,1,60),('2024-11-28',40,5,6,1),('2024-11-28',847,1,1,2),('2024-11-28',4376,1,1,54),('2024-11-28',4414,1,1,59),('2024-11-28',4419,1,2,60),('2024-11-29',40,7,8,1),('2024-11-29',847,1,1,2),('2024-11-29',1354,1,1,3),('2024-11-29',1462,1,1,6),('2024-11-29',1468,1,1,7),('2024-11-29',1441,2,2,9),('2024-11-29',12,1,1,17),('2024-11-30',40,6,9,1),('2024-11-30',847,1,1,2),('2024-11-30',1354,2,2,3),('2024-11-30',1441,1,1,9),('2024-12-01',40,7,13,1),('2024-12-01',847,1,1,2),('2024-12-01',1354,1,2,3),('2024-12-01',1458,1,1,5),('2024-12-01',1441,2,2,9),('2024-12-01',609,2,2,13),('2024-12-02',40,7,8,1),('2024-12-02',1354,1,1,3),('2024-12-02',1441,1,1,9),('2024-12-02',611,1,1,14),('2024-12-02',4419,1,2,60),('2024-12-03',40,3,4,1),('2024-12-03',1354,1,1,3),('2024-12-03',1441,2,2,9),('2024-12-03',611,1,1,14),('2024-12-03',4409,1,1,58),('2024-12-04',40,10,12,1),('2024-12-04',609,1,1,13),('2024-12-04',4095,1,1,27),('2024-12-04',4424,2,3,61),('2024-12-04',4425,1,1,62),('2024-12-05',40,5,9,1),('2024-12-05',847,1,1,2),('2024-12-05',1354,1,1,3),('2024-12-05',611,1,1,14),('2024-12-05',4419,1,1,60),('2024-12-05',4424,1,2,61),('2024-12-05',4213,1,1,63),('2024-12-05',4429,1,1,64),('2024-12-06',40,5,7,1),('2024-12-06',1354,1,2,3),('2024-12-06',1458,1,2,5),('2024-12-06',1468,1,2,7),('2024-12-06',1441,1,1,9),('2024-12-06',609,1,1,13),('2024-12-07',40,4,5,1),('2024-12-07',847,1,1,2),('2024-12-07',1354,1,1,3),('2024-12-07',1462,1,1,6),('2024-12-07',609,2,2,13),('2024-12-07',611,1,1,14),('2024-12-08',40,7,9,1),('2024-12-08',1354,1,1,3),('2024-12-08',1458,1,1,5),('2024-12-08',1441,2,2,9),('2024-12-08',609,1,1,13),('2024-12-08',4419,1,2,60),('2024-12-08',4424,1,1,61),('2024-12-08',4213,1,1,63),('2024-12-09',40,7,9,1),('2024-12-09',847,2,3,2),('2024-12-09',1354,1,1,3),('2024-12-09',1468,1,1,7),('2024-12-09',609,2,2,13),('2024-12-09',4424,1,1,61),('2024-12-09',4434,1,1,65),('2024-12-10',40,4,6,1),('2024-12-10',847,3,3,2),('2024-12-10',1448,1,1,4),('2024-12-10',1441,2,2,9),('2024-12-10',611,1,1,14),('2024-12-11',40,5,5,1),('2024-12-11',4434,1,1,65),('2024-12-12',40,4,9,1),('2024-12-12',847,1,3,2),('2024-12-12',609,1,1,13),('2024-12-12',4434,1,1,65),('2024-12-13',40,10,12,1),('2024-12-13',847,3,8,2),('2024-12-13',1441,1,1,9),('2024-12-13',609,1,1,13),('2024-12-13',4095,1,1,27),('2024-12-13',4424,2,23,61),('2024-12-13',4425,1,15,62),('2024-12-13',4429,1,2,64),('2024-12-13',4445,1,1,66),('2024-12-14',40,7,10,1),('2024-12-14',847,2,5,2),('2024-12-14',1354,1,1,3),('2024-12-14',1448,1,1,4),('2024-12-14',1462,1,2,6),('2024-12-14',1468,1,1,7),('2024-12-14',1441,1,1,9),('2024-12-14',609,1,1,13),('2024-12-14',4424,1,1,61),('2024-12-15',40,9,11,1),('2024-12-15',1458,1,1,5),('2024-12-15',1441,2,2,9),('2024-12-15',611,2,2,14),('2024-12-15',4098,1,2,41),('2024-12-15',4424,1,1,61),('2024-12-15',4434,1,1,65),('2024-12-15',4460,1,1,67),('2024-12-16',40,10,11,1),('2024-12-16',847,1,1,2),('2024-12-16',1354,1,1,3),('2024-12-16',611,2,3,14),('2024-12-16',4424,1,1,61),('2024-12-16',4429,1,1,64),('2024-12-16',4460,6,10,67),('2024-12-17',40,3,3,1),('2024-12-17',4460,1,1,67),('2024-12-18',40,5,25,1),('2024-12-18',847,1,1,2),('2024-12-18',1448,1,1,4),('2024-12-18',609,1,1,13),('2024-12-18',4424,2,3,61),('2024-12-19',40,8,39,1),('2024-12-19',847,1,1,2),('2024-12-19',1354,2,2,3),('2024-12-19',1458,2,2,5),('2024-12-19',1462,1,1,6),('2024-12-19',1468,1,1,7),('2024-12-19',1441,1,1,9),('2024-12-19',609,1,1,13),('2024-12-19',611,1,1,14),('2024-12-19',4424,1,1,61),('2024-12-19',4042,1,1,68),('2024-12-20',40,2,3,1),('2024-12-20',847,1,1,2),('2024-12-20',1441,1,1,9),('2024-12-20',611,1,1,14),('2024-12-21',40,20,38,1),('2024-12-22',40,9,13,1),('2024-12-23',40,9,17,1),('2024-12-23',847,1,1,2),('2024-12-23',1441,1,1,9),('2024-12-23',4424,1,1,61),('2024-12-24',40,10,18,1),('2024-12-24',1354,1,1,3),('2024-12-24',609,2,2,13),('2024-12-24',611,1,1,14),('2024-12-24',4424,1,1,61),('2024-12-25',40,6,7,1),('2024-12-25',847,1,1,2),('2024-12-25',4424,1,1,61),('2024-12-26',40,4,4,1),('2024-12-26',1441,1,1,9),('2024-12-26',12,1,1,17),('2024-12-27',40,4,4,1),('2024-12-27',847,1,1,2),('2024-12-27',1448,1,1,4),('2024-12-27',1462,2,2,6),('2024-12-27',1468,1,1,7),('2024-12-27',1441,1,1,9),('2024-12-27',609,1,1,13),('2024-12-27',4424,1,1,61),('2024-12-28',40,6,7,1),('2024-12-28',1441,2,2,9),('2024-12-28',12,2,4,17),('2024-12-28',1590,1,1,69),('2024-12-28',1690,1,1,70),('2024-12-28',2326,1,1,71),('2024-12-28',3224,1,1,72),('2024-12-28',3724,1,1,73),('2024-12-28',4036,1,1,74),('2024-12-29',40,8,12,1),('2024-12-29',847,2,3,2),('2024-12-29',1354,2,2,3),('2024-12-29',1448,2,2,4),('2024-12-29',1458,1,1,5),('2024-12-29',1462,1,1,6),('2024-12-29',1468,1,1,7),('2024-12-29',1441,1,1,9),('2024-12-29',609,2,2,13),('2024-12-29',611,1,1,14),('2024-12-29',12,2,3,17),('2024-12-29',4382,1,1,55),('2024-12-30',40,6,7,1),('2024-12-31',40,8,12,1),('2024-12-31',847,1,2,2),('2024-12-31',1354,2,3,3),('2024-12-31',609,1,1,13),('2024-12-31',611,1,1,14),('2025-01-01',40,2,2,1),('2025-01-01',1441,1,1,9),('2025-01-01',4478,2,3,75),('2025-01-02',40,6,9,1),('2025-01-02',1354,1,1,3),('2025-01-02',1441,1,1,9),('2025-01-02',609,2,2,13),('2025-01-02',611,2,2,14),('2025-01-02',4424,1,1,61),('2025-01-03',40,1,1,1),('2025-01-03',1462,1,1,6),('2025-01-04',40,2,2,1),('2025-01-05',40,8,26,1),('2025-01-05',847,1,1,2),('2025-01-05',1441,3,3,9),('2025-01-05',609,1,1,13),('2025-01-05',10,1,1,19),('2025-01-05',4424,3,3,61),('2025-01-06',40,3,5,1),('2025-01-06',847,1,1,2),('2025-01-06',1354,1,1,3),('2025-01-06',1458,2,2,5),('2025-01-06',1441,1,1,9),('2025-01-06',609,1,1,13),('2025-01-06',611,1,1,14),('2025-01-06',4424,1,1,61),('2025-01-07',40,4,5,1),('2025-01-07',847,2,2,2),('2025-01-07',609,1,1,13),('2025-01-07',4424,1,1,61),('2025-01-08',40,9,13,1),('2025-01-08',847,3,5,2),('2025-01-09',40,5,5,1),('2025-01-09',1354,1,1,3),('2025-01-09',1458,1,1,5),('2025-01-09',1468,1,1,7),('2025-01-09',1441,1,3,9),('2025-01-09',609,2,3,13),('2025-01-09',611,2,2,14),('2025-01-09',4424,1,1,61),('2025-01-09',4478,1,1,75),('2025-01-10',40,3,4,1),('2025-01-10',847,1,1,2),('2025-01-10',1441,1,1,9),('2025-01-10',4478,1,1,75),('2025-01-10',4485,1,5,76),('2025-01-11',40,9,12,1),('2025-01-11',847,1,1,2),('2025-01-11',1354,1,1,3),('2025-01-11',609,2,2,13),('2025-01-11',4478,2,3,75),('2025-01-11',4485,1,1,76),('2025-01-12',40,12,16,1),('2025-01-12',847,1,1,2),('2025-01-12',1354,2,4,3),('2025-01-12',609,5,5,13),('2025-01-12',611,2,2,14),('2025-01-12',12,1,1,17),('2025-01-12',4429,1,1,64),('2025-01-12',4485,1,2,76),('2025-01-12',4474,1,1,77),('2025-01-13',40,5,6,1),('2025-01-13',847,1,1,2),('2025-01-13',1441,1,1,9),('2025-01-13',609,1,1,13),('2025-01-13',12,1,1,17),('2025-01-14',40,7,7,1),('2025-01-14',1441,1,1,9),('2025-01-14',609,1,1,13),('2025-01-15',40,8,9,1),('2025-01-15',847,3,3,2),('2025-01-15',1354,2,2,3),('2025-01-15',1448,1,1,4),('2025-01-15',1462,1,1,6),('2025-01-15',1468,1,1,7),('2025-01-15',1441,1,1,9),('2025-01-15',609,2,2,13),('2025-01-15',611,2,2,14),('2025-01-16',40,3,3,1),('2025-01-16',1441,1,1,9),('2025-01-16',609,1,1,13),('2025-01-17',40,3,3,1),('2025-01-17',847,1,1,2),('2025-01-18',40,6,6,1),('2025-01-19',40,9,15,1),('2025-01-19',1354,2,2,3),('2025-01-19',1462,2,2,6),('2025-01-19',1468,1,1,7),('2025-01-19',1441,1,1,9),('2025-01-19',611,2,2,14),('2025-01-20',40,4,7,1),('2025-01-20',847,1,1,2),('2025-01-20',1462,1,1,6),('2025-01-20',1441,1,2,9),('2025-01-20',609,2,2,13),('2025-01-20',12,1,2,17),('2025-01-21',40,4,7,1),('2025-01-22',40,6,6,1),('2025-01-22',1354,1,1,3),('2025-01-22',1468,1,1,7),('2025-01-22',609,2,2,13),('2025-01-22',12,2,2,17),('2025-01-23',40,10,10,1),('2025-01-23',1354,1,2,3),('2025-01-23',611,1,1,14),('2025-01-24',40,7,10,1),('2025-01-24',847,3,6,2),('2025-01-24',1354,1,1,3),('2025-01-24',4493,1,1,78),('2025-01-25',40,5,5,1),('2025-01-25',609,3,3,13),('2025-01-25',611,1,1,14),('2025-01-26',40,11,18,1),('2025-01-26',1354,1,1,3),('2025-01-26',1468,2,2,7),('2025-01-26',1441,1,1,9),('2025-01-26',611,1,1,14),('2025-01-26',12,1,1,17),('2025-01-26',4424,2,2,61),('2025-01-26',4493,1,1,78),('2025-01-27',40,6,6,1),('2025-01-27',847,1,1,2),('2025-01-27',1441,1,1,9),('2025-01-27',611,1,1,14),('2025-01-27',4502,1,1,79),('2025-01-28',40,7,10,1),('2025-01-28',847,1,1,2),('2025-01-28',1354,2,2,3),('2025-01-28',1462,1,1,6),('2025-01-28',1468,1,2,7),('2025-01-28',1441,1,1,9),('2025-01-28',609,3,3,13),('2025-01-28',611,2,2,14),('2025-01-28',4502,2,2,79),('2025-01-29',40,4,6,1),('2025-01-29',847,1,1,2),('2025-01-29',609,1,1,13),('2025-01-30',40,5,5,1),('2025-01-30',611,1,2,14),('2025-01-30',4502,1,1,79),('2025-01-31',40,4,7,1),('2025-02-01',40,4,5,1),('2025-02-01',609,1,1,13),('2025-02-02',40,18,26,1),('2025-02-02',847,2,2,2),('2025-02-02',1354,1,2,3),('2025-02-02',1441,4,4,9),('2025-02-02',609,1,1,13),('2025-02-02',4424,1,1,61),('2025-02-02',4502,3,3,79),('2025-02-02',4506,1,1,80),('2025-02-03',40,5,7,1),('2025-02-03',847,3,3,2),('2025-02-03',1354,1,1,3),('2025-02-03',609,1,1,13),('2025-02-03',611,1,1,14),('2025-02-04',1448,1,1,4),('2025-02-05',40,5,12,1),('2025-02-05',847,1,1,2),('2025-02-05',1354,1,2,3),('2025-02-05',1458,1,3,5),('2025-02-06',40,8,9,1),('2025-02-06',847,3,5,2),('2025-02-06',1441,1,1,9),('2025-02-06',4424,1,1,61),('2025-02-07',40,5,6,1),('2025-02-07',847,1,1,2),('2025-02-07',1462,1,1,6),('2025-02-07',611,1,1,14),('2025-02-07',4424,1,1,61),('2025-02-07',4502,1,1,79),('2025-02-08',40,4,4,1),('2025-02-08',1441,1,1,9),('2025-02-09',40,11,12,1),('2025-02-09',1441,1,1,9),('2025-02-09',4502,1,1,79),('2025-02-10',40,6,7,1),('2025-02-10',847,1,1,2),('2025-02-10',1354,2,2,3),('2025-02-10',1468,1,1,7),('2025-02-10',1441,1,1,9),('2025-02-10',609,2,2,13),('2025-02-10',4424,1,1,61),('2025-02-10',4485,1,1,76),('2025-02-11',40,5,8,1),('2025-02-11',1468,1,1,7),('2025-02-12',40,1,2,1),('2025-02-13',40,4,4,1),('2025-02-13',847,1,1,2),('2025-02-13',1354,1,1,3),('2025-02-13',1462,1,1,6),('2025-02-13',1468,1,1,7),('2025-02-13',1441,1,1,9),('2025-02-13',609,1,1,13),('2025-02-13',611,1,1,14),('2025-02-13',4301,1,1,35),('2025-02-14',40,3,3,1),('2025-02-15',40,6,9,1),('2025-02-15',1354,1,3,3),('2025-02-15',1458,1,1,5),('2025-02-15',1462,1,1,6),('2025-02-15',609,2,3,13),('2025-02-15',611,2,2,14),('2025-02-15',12,1,1,17),('2025-02-15',4424,1,1,61),('2025-02-15',4506,1,1,80),('2025-02-16',40,11,16,1),('2025-02-16',847,1,2,2),('2025-02-16',1354,3,4,3),('2025-02-16',1441,1,1,9),('2025-02-16',609,1,1,13),('2025-02-16',611,1,1,14),('2025-02-16',4506,1,1,80),('2025-02-17',40,4,4,1),('2025-02-18',40,2,3,1),('2025-02-19',40,4,5,1),('2025-02-20',40,3,4,1),('2025-02-20',847,1,1,2),('2025-02-20',1354,1,2,3),('2025-02-20',1462,1,1,6),('2025-02-20',1441,1,1,9),('2025-02-20',609,1,1,13),('2025-02-20',611,2,4,14),('2025-02-20',4493,1,1,78),('2025-02-20',4502,1,2,79),('2025-02-20',4500,1,1,81),('2025-02-21',40,1,1,1),('2025-02-21',1441,1,1,9),('2025-02-22',40,5,7,1),('2025-02-22',1354,1,3,3),('2025-02-22',12,1,1,17),('2025-02-22',4419,1,1,60),('2025-02-23',40,7,9,1),('2025-02-23',1354,1,1,3),('2025-02-23',1441,1,2,9),('2025-02-23',609,1,3,13),('2025-02-24',40,6,8,1),('2025-02-24',4506,1,1,80),('2025-02-25',40,7,7,1),('2025-02-25',12,1,1,17),('2025-02-25',4506,1,3,80),('2025-02-26',40,5,5,1),('2025-02-26',847,1,1,2),('2025-02-26',1354,1,1,3),('2025-02-26',1441,2,2,9),('2025-02-26',4424,1,1,61),('2025-02-27',40,4,6,1),('2025-02-27',1448,1,1,4),('2025-02-27',1462,1,1,6),('2025-02-27',1441,1,3,9),('2025-02-27',4424,1,2,61),('2025-02-28',40,2,2,1),('2025-03-01',40,4,8,1),('2025-03-01',847,2,2,2),('2025-03-01',1354,1,3,3),('2025-03-01',1462,1,1,6),('2025-03-01',609,1,1,13),('2025-03-01',611,1,1,14),('2025-03-02',40,11,26,1),('2025-03-02',1441,2,3,9),('2025-03-02',4493,1,1,78),('2025-03-02',4502,1,1,79),('2025-03-02',4506,2,2,80),('2025-03-02',4519,6,25,82),('2025-03-03',40,6,6,1),('2025-03-03',611,1,1,14),('2025-03-03',12,1,1,17),('2025-03-03',4519,3,5,82),('2025-03-04',40,7,10,1),('2025-03-04',847,1,2,2),('2025-03-04',1468,1,1,7),('2025-03-04',1441,1,1,9),('2025-03-05',40,3,4,1),('2025-03-05',1441,1,1,9),('2025-03-06',40,4,5,1),('2025-03-06',1354,1,1,3),('2025-03-06',1448,1,1,4),('2025-03-06',609,1,1,13),('2025-03-06',611,1,1,14),('2025-03-06',4519,1,1,82),('2025-03-07',40,4,4,1),('2025-03-07',1441,1,1,9),('2025-03-07',4424,1,1,61),('2025-03-08',40,4,6,1),('2025-03-08',1354,1,1,3),('2025-03-08',1441,1,2,9),('2025-03-08',609,1,2,13),('2025-03-08',611,1,2,14),('2025-03-09',40,7,10,1),('2025-03-09',847,1,1,2),('2025-03-09',1354,2,2,3),('2025-03-09',1441,2,4,9),('2025-03-09',609,1,1,13),('2025-03-09',4424,1,1,61),('2025-03-09',4525,1,1,83),('2025-03-10',40,3,4,1),('2025-03-10',847,1,1,2),('2025-03-10',1354,1,1,3),('2025-03-10',609,1,1,13),('2025-03-10',611,1,1,14),('2025-03-11',40,6,6,1),('2025-03-11',847,1,1,2),('2025-03-11',1354,1,1,3),('2025-03-11',1468,1,1,7),('2025-03-11',1441,1,1,9),('2025-03-11',609,1,1,13),('2025-03-11',611,1,2,14),('2025-03-12',40,4,4,1),('2025-03-12',847,1,1,2),('2025-03-12',611,1,1,14),('2025-03-12',4525,1,1,83),('2025-03-13',40,3,4,1),('2025-03-13',847,1,1,2),('2025-03-13',1354,1,1,3),('2025-03-13',611,0,1,14),('2025-03-14',40,2,2,1),('2025-03-14',609,1,1,13),('2025-03-14',611,1,1,14),('2025-03-14',2699,1,1,16),('2025-03-15',40,3,4,1),('2025-03-15',1354,1,1,3),('2025-03-15',1458,1,1,5),('2025-03-15',611,1,1,14),('2025-03-16',40,5,6,1),('2025-03-16',847,1,1,2),('2025-03-16',1354,1,1,3),('2025-03-16',1462,1,1,6),('2025-03-16',609,2,2,13),('2025-03-16',611,2,2,14),('2025-03-16',4530,1,1,84),('2025-03-17',40,7,7,1),('2025-03-17',847,1,1,2),('2025-03-17',1448,1,1,4),('2025-03-17',1458,1,1,5),('2025-03-17',1441,3,4,9),('2025-03-17',609,1,1,13),('2025-03-17',611,1,1,14),('2025-03-17',12,1,1,17),('2025-03-18',40,4,4,1),('2025-03-18',847,1,1,2),('2025-03-18',1354,1,3,3),('2025-03-18',1448,3,4,4),('2025-03-18',1458,1,1,5),('2025-03-18',609,2,3,13),('2025-03-18',611,2,4,14),('2025-03-18',4424,1,1,61),('2025-03-19',40,5,8,1),('2025-03-19',847,1,1,2),('2025-03-19',1354,2,2,3),('2025-03-19',1468,1,1,7),('2025-03-20',40,5,5,1),('2025-03-20',847,2,2,2),('2025-03-20',1462,1,2,6),('2025-03-20',1441,4,5,9),('2025-03-20',609,1,1,13),('2025-03-20',12,1,1,17),('2025-03-21',40,4,4,1),('2025-03-21',847,2,2,2),('2025-03-21',1354,1,1,3),('2025-03-21',1462,1,1,6),('2025-03-21',609,1,1,13),('2025-03-21',4530,1,1,84),('2025-03-22',40,4,5,1),('2025-03-22',1441,1,1,9),('2025-03-23',40,13,16,1),('2025-03-23',847,1,1,2),('2025-03-23',1354,1,1,3),('2025-03-23',1448,2,4,4),('2025-03-23',1458,1,1,5),('2025-03-23',1462,1,1,6),('2025-03-23',1468,1,1,7),('2025-03-23',1441,3,3,9),('2025-03-23',609,2,2,13),('2025-03-23',611,2,2,14),('2025-03-23',4425,1,2,62),('2025-03-23',4536,1,1,85),('2025-03-24',40,10,13,1),('2025-03-24',847,2,3,2),('2025-03-24',1441,2,2,9),('2025-03-25',40,3,6,1),('2025-03-26',40,5,5,1),('2025-03-26',847,1,1,2),('2025-03-26',1441,1,1,9),('2025-03-27',40,11,14,1),('2025-03-27',847,1,1,2),('2025-03-27',4424,1,2,61),('2025-03-28',40,3,3,1),('2025-03-28',1468,1,1,7),('2025-03-28',611,1,2,14),('2025-03-29',40,12,18,1),('2025-03-29',847,2,2,2),('2025-03-29',1354,1,1,3),('2025-03-29',1448,1,1,4),('2025-03-29',1468,1,1,7),('2025-03-29',1441,3,3,9),('2025-03-29',611,1,1,14),('2025-03-30',40,8,10,1),('2025-03-30',847,1,1,2),('2025-03-30',1354,3,3,3),('2025-03-30',1441,2,2,9),('2025-03-30',611,2,2,14),('2025-03-30',4536,1,1,85),('2025-03-31',40,5,8,1),('2025-03-31',1354,2,4,3),('2025-03-31',1448,1,1,4),('2025-03-31',1458,1,1,5),('2025-03-31',1462,1,1,6),('2025-03-31',1468,1,1,7),('2025-03-31',1441,1,1,9),('2025-03-31',611,2,3,14),('2025-03-31',12,1,1,17),('2025-03-31',4424,1,1,61),('2025-03-31',4543,1,1,86),('2025-04-01',40,4,4,1),('2025-04-01',1441,1,1,9),('2025-04-02',40,3,3,1),('2025-04-02',847,1,1,2),('2025-04-02',4506,1,1,80),('2025-04-03',40,5,6,1),('2025-04-03',1441,2,2,9),('2025-04-03',4424,1,2,61),('2025-04-04',40,2,3,1),('2025-04-04',1448,1,1,4),('2025-04-04',1462,1,2,6),('2025-04-05',40,1,1,1),('2025-04-05',4424,1,1,61),('2025-04-06',40,12,13,1),('2025-04-06',1354,1,1,3),('2025-04-06',1441,1,1,9),('2025-04-07',40,2,2,1),('2025-04-07',847,1,1,2),('2025-04-07',4424,1,1,61),('2025-04-08',40,6,6,1),('2025-04-08',847,2,2,2),('2025-04-08',1354,2,3,3),('2025-04-08',1462,2,3,6),('2025-04-08',1441,1,2,9),('2025-04-08',609,1,2,13),('2025-04-08',611,1,2,14),('2025-04-08',4424,1,1,61),('2025-04-09',40,5,8,1),('2025-04-09',847,1,1,2),('2025-04-09',1354,2,2,3),('2025-04-09',611,1,1,14),('2025-04-09',10,1,1,19),('2025-04-09',644,1,1,87),('2025-04-09',649,1,1,88),('2025-04-09',1393,1,1,89),('2025-04-09',1394,1,1,90),('2025-04-09',3975,1,1,91),('2025-04-09',4548,1,1,92),('2025-04-10',40,1,1,1),('2025-04-10',1354,1,1,3),('2025-04-10',4548,1,1,92),('2025-04-12',40,8,10,1),('2025-04-12',847,1,1,2),('2025-04-12',1354,1,1,3),('2025-04-12',1458,1,1,5),('2025-04-12',1462,1,1,6),('2025-04-12',1441,2,2,9),('2025-04-12',10,1,1,19),('2025-04-13',40,10,13,1),('2025-04-13',847,1,1,2),('2025-04-13',1354,2,2,3),('2025-04-13',1458,2,2,5),('2025-04-13',1462,2,3,6),('2025-04-13',1468,1,1,7),('2025-04-13',1441,5,8,9),('2025-04-13',609,1,1,13),('2025-04-13',611,1,1,14),('2025-04-13',4536,1,1,85),('2025-04-14',40,4,4,1),('2025-04-14',2699,1,1,16),('2025-04-15',40,10,11,1),('2025-04-15',847,1,1,2),('2025-04-15',1354,1,1,3),('2025-04-15',1458,2,2,5),('2025-04-15',1462,3,3,6),('2025-04-15',1468,1,1,7),('2025-04-15',1441,1,1,9),('2025-04-15',4424,1,1,61),('2025-04-15',4552,1,1,93),('2025-04-16',40,12,17,1),('2025-04-16',847,1,1,2),('2025-04-16',1462,1,1,6),('2025-04-16',1441,2,2,9),('2025-04-16',611,1,1,14),('2025-04-16',4424,1,1,61),('2025-04-17',40,4,5,1),('2025-04-17',847,1,1,2),('2025-04-17',1354,1,1,3),('2025-04-17',1458,1,1,5),('2025-04-17',1468,2,2,7),('2025-04-17',1441,1,2,9),('2025-04-18',40,8,19,1),('2025-04-18',847,2,2,2),('2025-04-18',1354,1,1,3),('2025-04-18',1441,1,1,9),('2025-04-18',609,2,3,13),('2025-04-18',611,2,2,14),('2025-04-18',4424,2,2,61),('2025-04-19',40,5,7,1),('2025-04-19',847,1,1,2),('2025-04-19',1354,4,4,3),('2025-04-19',1441,3,3,9),('2025-04-19',611,1,1,14),('2025-04-19',4424,1,1,61),('2025-04-20',40,21,25,1),('2025-04-20',847,1,1,2),('2025-04-20',1354,4,6,3),('2025-04-20',1441,3,3,9),('2025-04-20',609,3,4,13),('2025-04-20',611,2,2,14),('2025-04-20',2699,1,2,16),('2025-04-20',12,2,2,17),('2025-04-20',4353,1,1,49),('2025-04-20',4363,1,1,51),('2025-04-20',4376,1,2,54),('2025-04-20',4414,1,1,59),('2025-04-20',4424,1,1,61),('2025-04-20',4548,2,4,92),('2025-04-20',4552,2,4,93),('2025-04-21',40,10,11,1),('2025-04-21',1354,1,1,3),('2025-04-21',609,1,1,13),('2025-04-21',4424,1,1,61),('2025-04-22',40,3,3,1),('2025-04-23',40,6,7,1),('2025-04-23',847,1,1,2),('2025-04-23',1354,1,2,3),('2025-04-23',609,1,1,13),('2025-04-24',40,10,14,1),('2025-04-24',847,3,3,2),('2025-04-24',1354,2,2,3),('2025-04-24',611,1,1,14),('2025-04-24',4424,1,2,61),('2025-04-25',40,5,7,1),('2025-04-25',847,1,1,2),('2025-04-25',1354,2,2,3),('2025-04-25',1448,1,1,4),('2025-04-25',1462,1,1,6),('2025-04-25',1441,1,1,9),('2025-04-25',609,1,1,13),('2025-04-25',611,1,1,14),('2025-04-26',40,6,6,1),('2025-04-26',847,1,1,2),('2025-04-26',1354,1,1,3),('2025-04-26',1448,1,1,4),('2025-04-26',1458,1,1,5),('2025-04-26',1462,1,1,6),('2025-04-26',1468,1,1,7),('2025-04-26',609,1,1,13),('2025-04-26',611,1,1,14),('2025-04-26',4424,1,1,61),('2025-04-27',40,7,10,1),('2025-04-27',1441,2,3,9),('2025-04-27',609,1,1,13),('2025-04-27',4098,1,1,41),('2025-04-27',4506,1,1,80),('2025-04-27',4552,1,1,93),('2025-04-27',4556,1,1,94),('2025-04-28',40,4,5,1),('2025-04-28',1441,1,1,9),('2025-04-29',40,2,2,1),('2025-04-29',1354,1,1,3),('2025-04-29',1468,1,1,7),('2025-04-29',1441,1,1,9),('2025-04-29',609,2,2,13),('2025-04-30',40,1,1,1),('2025-05-01',40,3,3,1),('2025-05-01',847,1,1,2),('2025-05-01',4424,1,2,61),('2025-05-02',40,4,4,1),('2025-05-02',12,1,1,17),('2025-05-02',4424,1,1,61),('2025-05-02',4564,1,1,95),('2025-05-03',40,5,5,1),('2025-05-03',847,1,1,2),('2025-05-03',1468,1,1,7),('2025-05-03',12,1,1,17),('2025-05-04',40,9,11,1),('2025-05-04',1354,1,1,3),('2025-05-04',1458,1,1,5),('2025-05-04',1462,1,1,6),('2025-05-04',1468,1,1,7),('2025-05-04',1441,5,6,9),('2025-05-04',611,1,1,14),('2025-05-04',4424,3,3,61),('2025-05-04',4564,1,3,95),('2025-05-05',40,4,4,1),('2025-05-05',1354,1,1,3),('2025-05-05',609,1,1,13),('2025-05-05',4424,1,1,61),('2025-05-05',4460,1,1,67),('2025-05-06',40,2,2,1),('2025-05-06',847,1,1,2),('2025-05-06',1354,1,1,3),('2025-05-06',1462,1,1,6),('2025-05-06',1468,1,1,7),('2025-05-06',609,1,1,13),('2025-05-06',4424,1,1,61),('2025-05-07',40,4,6,1),('2025-05-07',847,1,1,2),('2025-05-07',1354,1,1,3),('2025-05-07',611,1,1,14),('2025-05-08',40,3,6,1),('2025-05-08',1354,1,1,3),('2025-05-08',1441,1,4,9),('2025-05-08',4460,1,1,67),('2025-05-09',40,1,1,1),('2025-05-09',4424,1,1,61),('2025-05-10',40,8,11,1),('2025-05-10',1354,3,3,3),('2025-05-10',1462,2,2,6),('2025-05-10',1468,1,1,7),('2025-05-10',1441,2,2,9),('2025-05-10',609,2,2,13),('2025-05-10',611,3,3,14),('2025-05-10',4424,1,1,61),('2025-05-10',4163,1,2,96),('2025-05-10',4569,1,1,97),('2025-05-11',40,4,6,1),('2025-05-11',1448,1,2,4),('2025-05-11',1468,1,1,7),('2025-05-11',1441,2,4,9),('2025-05-11',611,1,1,14),('2025-05-11',4552,1,1,93),('2025-05-11',4564,1,1,95),('2025-05-12',40,8,8,1),('2025-05-12',847,1,1,2),('2025-05-12',1354,1,2,3),('2025-05-12',1441,1,1,9),('2025-05-12',609,2,2,13),('2025-05-12',4424,1,1,61),('2025-05-12',4569,1,1,97),('2025-05-12',4573,1,1,98),('2025-05-13',40,3,4,1),('2025-05-13',1441,2,3,9),('2025-05-13',609,1,1,13),('2025-05-14',40,5,5,1),('2025-05-14',847,1,1,2),('2025-05-14',611,1,1,14),('2025-05-15',40,3,3,1),('2025-05-15',609,1,2,13),('2025-05-15',611,1,1,14),('2025-05-15',4424,1,1,61),('2025-05-16',40,5,9,1),('2025-05-16',1354,1,1,3),('2025-05-16',1458,1,1,5),('2025-05-16',1468,1,1,7),('2025-05-16',1441,2,3,9),('2025-05-16',609,2,2,13),('2025-05-16',611,1,1,14),('2025-05-16',4424,1,2,61),('2025-05-17',40,4,9,1),('2025-05-17',847,1,1,2),('2025-05-17',1354,2,2,3),('2025-05-17',1441,1,1,9),('2025-05-17',609,1,1,13),('2025-05-17',611,2,3,14),('2025-05-18',40,8,8,1),('2025-05-18',1354,2,2,3),('2025-05-18',1441,2,2,9),('2025-05-18',609,1,1,13),('2025-05-18',611,2,2,14),('2025-05-18',4425,1,1,62),('2025-05-18',4579,1,2,99),('2025-05-19',40,4,9,1),('2025-05-19',847,2,2,2),('2025-05-19',1354,1,1,3),('2025-05-19',1441,1,1,9),('2025-05-19',609,1,1,13),('2025-05-19',611,1,1,14),('2025-05-19',12,1,1,17),('2025-05-19',4564,1,1,95),('2025-05-20',40,4,4,1),('2025-05-20',847,1,1,2),('2025-05-20',609,1,1,13),('2025-05-21',40,6,12,1),('2025-05-21',847,1,2,2),('2025-05-21',1354,1,1,3),('2025-05-21',1462,1,1,6),('2025-05-21',1441,1,2,9),('2025-05-21',609,1,1,13),('2025-05-21',4424,2,2,61),('2025-05-22',609,1,1,13),('2025-05-23',40,2,2,1),('2025-05-24',40,1,1,1),('2025-05-24',1354,1,1,3),('2025-05-24',1468,1,1,7),('2025-05-25',40,9,10,1),('2025-05-25',847,1,2,2),('2025-05-25',1354,1,1,3),('2025-05-25',1441,1,1,9),('2025-05-25',4424,1,1,61),('2025-05-25',4549,1,1,100),('2025-05-26',40,8,8,1),('2025-05-26',1458,2,2,5),('2025-05-26',609,1,1,13),('2025-05-26',611,1,1,14),('2025-05-27',40,5,6,1),('2025-05-27',847,2,2,2),('2025-05-27',1354,1,1,3),('2025-05-27',1468,2,3,7),('2025-05-27',1441,1,2,9),('2025-05-27',609,1,1,13),('2025-05-28',40,6,6,1),('2025-05-28',847,2,2,2),('2025-05-28',611,1,1,14),('2025-05-28',4579,1,1,99),('2025-05-29',40,9,9,1),('2025-05-29',1354,1,1,3),('2025-05-29',1448,1,1,4),('2025-05-29',1458,1,1,5),('2025-05-29',1462,1,2,6),('2025-05-29',1468,1,3,7),('2025-05-29',1441,2,2,9),('2025-05-29',609,2,2,13),('2025-05-29',611,1,1,14),('2025-05-29',12,1,1,17),('2025-05-29',4424,2,2,61),('2025-05-30',40,3,3,1),('2025-05-30',847,1,1,2),('2025-05-30',1354,1,1,3),('2025-05-30',1441,1,1,9),('2025-05-31',40,6,8,1),('2025-05-31',847,1,1,2),('2025-05-31',1354,1,1,3),('2025-05-31',1441,2,2,9),('2025-05-31',611,1,1,14),('2025-05-31',4424,1,1,61),('2025-05-31',4425,1,1,62),('2025-05-31',4579,1,1,99),('2025-06-01',40,14,21,1),('2025-06-01',1354,3,3,3),('2025-06-01',1441,3,6,9),('2025-06-01',609,2,4,13),('2025-06-01',611,2,2,14),('2025-06-01',4425,1,1,62),('2025-06-01',4564,1,1,95),('2025-06-01',4579,1,1,99),('2025-06-02',40,6,9,1),('2025-06-02',1441,1,1,9),('2025-06-02',4424,1,1,61),('2025-06-02',4589,1,2,101),('2025-06-03',40,4,5,1),('2025-06-03',1441,1,3,9),('2025-06-03',611,1,1,14),('2025-06-03',12,1,1,17),('2025-06-03',4589,2,4,101),('2025-06-04',40,7,7,1),('2025-06-04',847,1,1,2),('2025-06-04',1354,1,1,3),('2025-06-04',1458,1,1,5),('2025-06-04',1441,1,1,9),('2025-06-04',609,1,1,13),('2025-06-04',611,1,1,14),('2025-06-05',40,3,4,1),('2025-06-05',609,1,1,13),('2025-06-05',611,1,1,14),('2025-06-05',4424,1,1,61),('2025-06-05',4589,1,1,101),('2025-06-06',40,3,5,1),('2025-06-06',1354,1,1,3),('2025-06-06',1458,1,1,5),('2025-06-06',609,1,1,13),('2025-06-06',611,1,1,14),('2025-06-07',40,6,7,1),('2025-06-07',1458,1,1,5),('2025-06-07',1441,1,1,9),('2025-06-07',4424,1,1,61),('2025-06-07',4589,1,1,101),('2025-06-08',40,9,11,1),('2025-06-08',847,4,5,2),('2025-06-08',1354,1,1,3),('2025-06-08',1441,3,4,9),('2025-06-08',4589,1,1,101),('2025-06-09',40,5,7,1),('2025-06-09',1354,1,1,3),('2025-06-09',1462,1,1,6),('2025-06-09',1441,1,1,9),('2025-06-09',609,1,1,13),('2025-06-10',40,4,4,1),('2025-06-10',4424,1,1,61),('2025-06-11',40,5,6,1),('2025-06-11',609,2,2,13),('2025-06-11',4424,1,1,61),('2025-06-11',4589,1,1,101),('2025-06-11',4596,1,1,102),('2025-06-12',40,4,5,1),('2025-06-12',1354,1,1,3),('2025-06-12',1462,1,1,6),('2025-06-12',1441,1,1,9),('2025-06-12',611,1,1,14),('2025-06-13',40,3,3,1),('2025-06-14',40,4,4,1),('2025-06-14',4564,1,1,95),('2025-06-14',4569,1,1,97),('2025-06-14',4587,1,1,103),('2025-06-15',40,4,7,1),('2025-06-15',847,1,1,2),('2025-06-15',1354,1,1,3),('2025-06-15',1458,2,2,5),('2025-06-15',1468,2,2,7),('2025-06-16',40,2,3,1),('2025-06-16',1354,1,1,3),('2025-06-16',1441,2,2,9),('2025-06-16',609,1,1,13),('2025-06-16',4424,1,1,61),('2025-06-17',40,4,6,1),('2025-06-17',1354,1,1,3),('2025-06-17',609,1,1,13),('2025-06-17',611,1,1,14),('2025-06-17',4602,1,1,104),('2025-06-18',40,3,4,1),('2025-06-18',847,2,2,2),('2025-06-18',609,1,1,13),('2025-06-19',40,5,6,1),('2025-06-19',1458,1,1,5),('2025-06-19',1441,1,1,9),('2025-06-19',609,1,1,13),('2025-06-19',611,1,1,14),('2025-06-19',4602,2,3,104),('2025-06-20',40,3,3,1),('2025-06-20',847,1,1,2),('2025-06-20',1354,1,1,3),('2025-06-21',40,3,4,1),('2025-06-21',847,1,1,2),('2025-06-21',1354,2,3,3),('2025-06-21',4587,1,1,103),('2025-06-22',40,12,15,1),('2025-06-22',1354,1,1,3),('2025-06-22',1448,1,1,4),('2025-06-22',1458,3,3,5),('2025-06-22',1441,3,3,9),('2025-06-22',609,2,2,13),('2025-06-22',4424,1,1,61),('2025-06-22',4587,1,1,103),('2025-06-22',4607,1,1,105),('2025-06-23',40,4,4,1),('2025-06-23',1458,1,1,5),('2025-06-23',611,2,2,14),('2025-06-23',12,1,1,17),('2025-06-23',4607,1,1,105),('2025-06-24',40,4,4,1),('2025-06-24',609,1,1,13),('2025-06-24',611,2,2,14),('2025-06-24',4607,1,1,105),('2025-06-25',40,9,15,1),('2025-06-25',847,2,2,2),('2025-06-25',1354,2,2,3),('2025-06-25',1458,1,1,5),('2025-06-25',1462,1,1,6),('2025-06-25',1468,4,5,7),('2025-06-25',609,1,1,13),('2025-06-25',4424,1,1,61),('2025-06-25',4602,1,1,104),('2025-06-25',4607,3,3,105),('2025-06-26',40,4,4,1),('2025-06-26',1468,1,1,7),('2025-06-27',40,4,6,1),('2025-06-27',847,1,1,2),('2025-06-27',1448,1,1,4),('2025-06-27',1468,1,1,7),('2025-06-27',1441,1,1,9),('2025-06-27',611,1,1,14),('2025-06-27',4424,2,2,61),('2025-06-28',40,2,2,1),('2025-06-28',847,1,1,2),('2025-06-28',1354,2,3,3),('2025-06-28',1462,1,1,6),('2025-06-29',40,9,11,1),('2025-06-29',847,1,1,2),('2025-06-29',1354,1,1,3),('2025-06-29',1441,2,2,9),('2025-06-29',609,2,2,13),('2025-06-29',611,2,2,14),('2025-06-29',12,1,1,17),('2025-06-29',4424,1,2,61),('2025-06-29',4607,1,1,105),('2025-06-30',40,3,3,1),('2025-06-30',1354,1,1,3),('2025-06-30',1448,1,1,4),('2025-06-30',1458,1,1,5),('2025-06-30',1462,1,1,6),('2025-06-30',1468,1,1,7),('2025-06-30',1441,1,1,9),('2025-06-30',609,2,2,13),('2025-06-30',611,1,1,14),('2025-06-30',12,1,1,17),('2025-06-30',4424,1,1,61),('2025-06-30',4519,1,1,82),('2025-06-30',4607,1,1,105),('2025-07-01',40,1,1,1),('2025-07-01',4425,1,1,62),('2025-07-02',40,11,11,1),('2025-07-02',1441,2,2,9),('2025-07-02',4141,1,1,106),('2025-07-02',4613,1,1,107),('2025-07-03',40,4,4,1),('2025-07-03',847,1,1,2),('2025-07-03',611,1,1,14),('2025-07-03',4613,1,1,107),('2025-07-04',40,3,3,1),('2025-07-05',40,5,6,1),('2025-07-05',1354,3,3,3),('2025-07-05',609,2,2,13),('2025-07-05',4613,1,1,107),('2025-07-06',40,5,6,1),('2025-07-06',1441,1,1,9),('2025-07-06',609,2,2,13),('2025-07-06',4425,1,1,62),('2025-07-06',4618,1,1,108),('2025-07-07',40,6,6,1),('2025-07-07',1468,1,1,7),('2025-07-07',1441,1,1,9),('2025-07-07',611,1,1,14),('2025-07-07',4618,1,1,108),('2025-07-08',40,2,2,1),('2025-07-08',1462,1,1,6),('2025-07-08',609,1,2,13),('2025-07-08',4425,1,1,62),('2025-07-09',40,2,2,1),('2025-07-11',40,4,13,1),('2025-07-11',847,1,1,2),('2025-07-11',1354,1,7,3),('2025-07-11',1458,1,1,5),('2025-07-11',1468,3,3,7),('2025-07-11',1441,2,2,9),('2025-07-11',609,3,3,13),('2025-07-11',611,1,1,14),('2025-07-11',12,1,1,17),('2025-07-11',4424,1,1,61),('2025-07-11',4589,1,1,101),('2025-07-12',40,5,5,1),('2025-07-12',1441,1,1,9),('2025-07-12',609,2,2,13),('2025-07-12',12,1,1,17),('2025-07-12',4424,1,1,61),('2025-07-13',40,6,9,1),('2025-07-13',1354,1,1,3),('2025-07-13',611,1,1,14),('2025-07-13',4618,1,1,108),('2025-07-13',4624,1,1,109),('2025-07-14',40,5,6,1),('2025-07-14',847,1,2,2),('2025-07-14',1354,1,1,3),('2025-07-14',611,1,1,14),('2025-07-15',40,2,6,1),('2025-07-15',1462,1,1,6),('2025-07-15',609,1,1,13),('2025-07-15',4424,1,1,61),('2025-07-15',4624,1,1,109),('2025-07-16',40,3,3,1),('2025-07-16',609,1,1,13),('2025-07-17',40,4,4,1),('2025-07-17',1441,2,3,9),('2025-07-18',40,3,6,1),('2025-07-18',1354,1,1,3),('2025-07-18',1462,1,1,6),('2025-07-18',1441,1,1,9),('2025-07-18',609,2,2,13),('2025-07-18',611,1,1,14),('2025-07-18',10,1,1,19),('2025-07-18',4424,1,2,61),('2025-07-19',40,3,4,1),('2025-07-19',847,2,2,2),('2025-07-19',12,1,1,17),('2025-07-19',4424,1,1,61),('2025-07-20',40,8,10,1),('2025-07-20',847,1,1,2),('2025-07-20',1354,2,2,3),('2025-07-20',1448,1,1,4),('2025-07-20',1462,1,1,6),('2025-07-20',1441,2,2,9),('2025-07-20',12,1,1,17),('2025-07-20',4414,1,1,59),('2025-07-20',4419,1,1,60),('2025-07-20',4630,1,1,110),('2025-07-21',40,3,4,1),('2025-07-21',847,1,1,2),('2025-07-21',1354,1,1,3),('2025-07-21',1441,1,1,9),('2025-07-21',609,1,1,13),('2025-07-21',10,1,1,19),('2025-07-22',40,8,8,1),('2025-07-22',847,2,3,2),('2025-07-22',1441,2,2,9),('2025-07-22',611,1,1,14),('2025-07-22',4630,3,5,110),('2025-07-23',40,9,15,1),('2025-07-23',847,1,1,2),('2025-07-23',1354,3,3,3),('2025-07-23',1448,2,2,4),('2025-07-23',1462,1,3,6),('2025-07-23',1441,2,2,9),('2025-07-23',611,1,1,14),('2025-07-23',12,2,2,17),('2025-07-23',4424,2,7,61),('2025-07-23',4587,1,1,103),('2025-07-23',4613,1,1,107),('2025-07-23',4630,2,2,110),('2025-07-24',40,7,8,1),('2025-07-24',1354,1,1,3),('2025-07-24',1458,2,2,5),('2025-07-24',1462,1,1,6),('2025-07-24',1468,1,1,7),('2025-07-24',1441,1,1,9),('2025-07-24',609,2,2,13),('2025-07-24',611,3,3,14),('2025-07-24',4424,1,2,61),('2025-07-25',40,2,2,1),('2025-07-25',1441,2,3,9),('2025-07-26',40,11,14,1),('2025-07-26',847,1,1,2),('2025-07-26',1354,1,1,3),('2025-07-26',1441,3,3,9),('2025-07-26',609,1,1,13),('2025-07-26',4424,1,1,61),('2025-07-27',40,9,10,1),('2025-07-27',847,1,1,2),('2025-07-27',1354,1,1,3),('2025-07-27',1441,5,5,9),('2025-07-27',609,1,2,13),('2025-07-27',12,17,20,17),('2025-07-27',4424,1,1,61),('2025-07-28',40,7,9,1),('2025-07-28',847,1,1,2),('2025-07-28',1354,2,2,3),('2025-07-28',1468,1,1,7),('2025-07-28',1441,1,1,9),('2025-07-28',609,1,1,13),('2025-07-28',611,1,1,14),('2025-07-28',12,16,16,17),('2025-07-28',4635,1,1,111),('2025-07-29',40,4,5,1),('2025-07-29',847,1,1,2),('2025-07-29',1448,1,1,4),('2025-07-29',609,1,1,13),('2025-07-29',12,8,11,17),('2025-07-29',4424,1,1,61),('2025-07-30',40,4,5,1),('2025-07-30',847,4,6,2),('2025-07-30',1354,1,1,3),('2025-07-30',1462,1,4,6),('2025-07-30',1441,1,1,9),('2025-07-30',12,1,1,17),('2025-07-30',4424,1,1,61),('2025-07-30',4635,1,1,111),('2025-07-31',40,5,6,1),('2025-07-31',847,2,3,2),('2025-07-31',1354,1,1,3),('2025-07-31',1441,1,3,9),('2025-07-31',12,3,3,17),('2025-07-31',4424,1,1,61),('2025-08-01',40,3,3,1),('2025-08-01',847,1,1,2),('2025-08-01',1448,1,1,4),('2025-08-01',611,1,1,14),('2025-08-02',40,5,7,1),('2025-08-02',1354,3,3,3),('2025-08-02',1448,1,1,4),('2025-08-02',1462,1,1,6),('2025-08-02',1468,2,2,7),('2025-08-02',609,1,1,13),('2025-08-02',611,1,1,14),('2025-08-02',12,3,4,17),('2025-08-02',4424,1,1,61),('2025-08-03',40,16,25,1),('2025-08-03',847,1,1,2),('2025-08-03',1354,2,3,3),('2025-08-03',1458,1,1,5),('2025-08-03',1462,1,1,6),('2025-08-03',1468,1,3,7),('2025-08-03',1441,2,2,9),('2025-08-03',609,3,3,13),('2025-08-03',611,2,2,14),('2025-08-04',40,7,13,1),('2025-08-04',847,1,1,2),('2025-08-04',1354,2,2,3),('2025-08-04',1448,1,1,4),('2025-08-04',1462,2,2,6),('2025-08-04',1441,1,1,9),('2025-08-04',609,2,2,13),('2025-08-04',611,2,2,14),('2025-08-04',4635,2,2,111),('2025-08-04',1676,1,1,112),('2025-08-05',40,4,5,1),('2025-08-05',847,3,4,2),('2025-08-05',1354,1,1,3),('2025-08-05',1448,1,1,4),('2025-08-05',1441,1,1,9),('2025-08-05',12,1,1,17),('2025-08-05',4635,1,1,111),('2025-08-06',40,6,6,1),('2025-08-06',1448,1,1,4),('2025-08-06',609,1,1,13),('2025-08-06',4635,1,1,111),('2025-08-07',40,10,12,1),('2025-08-07',847,1,1,2),('2025-08-07',1462,1,1,6),('2025-08-07',1468,1,1,7),('2025-08-07',1441,2,2,9),('2025-08-07',609,1,1,13),('2025-08-08',40,3,3,1),('2025-08-08',847,1,1,2),('2025-08-08',4635,1,1,111),('2025-08-09',40,7,7,1),('2025-08-09',847,3,3,2),('2025-08-09',1354,1,1,3),('2025-08-09',1462,2,2,6),('2025-08-09',1441,2,2,9),('2025-08-09',609,1,1,13),('2025-08-09',611,2,2,14),('2025-08-09',12,3,4,17),('2025-08-10',40,7,14,1),('2025-08-10',1354,2,2,3),('2025-08-10',1441,3,3,9),('2025-08-10',12,1,1,17),('2025-08-10',4635,1,1,111),('2025-08-11',40,3,3,1),('2025-08-11',1354,1,1,3),('2025-08-11',1458,1,1,5),('2025-08-11',609,1,1,13),('2025-08-11',12,1,1,17),('2025-08-12',40,2,2,1),('2025-08-12',12,1,1,17),('2025-08-13',40,9,12,1),('2025-08-13',847,2,2,2),('2025-08-13',1354,1,1,3),('2025-08-13',1458,1,1,5),('2025-08-13',1468,2,2,7),('2025-08-13',1441,1,1,9),('2025-08-13',611,1,1,14),('2025-08-13',12,1,1,17),('2025-08-14',40,7,9,1),('2025-08-14',847,3,3,2),('2025-08-14',1441,2,2,9),('2025-08-15',40,6,6,1),('2025-08-15',1354,1,1,3),('2025-08-15',1441,1,1,9),('2025-08-15',611,1,1,14),('2025-08-15',4424,1,1,61),('2025-08-16',40,6,7,1),('2025-08-16',847,1,1,2),('2025-08-16',1462,1,3,6),('2025-08-16',1441,1,1,9),('2025-08-16',4424,1,1,61),('2025-08-17',40,13,24,1),('2025-08-17',847,1,1,2),('2025-08-17',1354,3,3,3),('2025-08-17',1458,1,1,5),('2025-08-17',1462,1,1,6),('2025-08-17',1441,2,2,9),('2025-08-17',609,4,4,13),('2025-08-17',611,2,2,14),('2025-08-17',4424,1,2,61),('2025-08-17',4641,1,1,113),('2025-08-18',40,10,17,1),('2025-08-18',847,2,2,2),('2025-08-18',1354,3,4,3),('2025-08-18',1448,2,2,4),('2025-08-18',1462,1,1,6),('2025-08-18',1468,1,1,7),('2025-08-18',1441,1,1,9),('2025-08-18',609,1,1,13),('2025-08-18',611,1,1,14),('2025-08-18',4641,1,1,113),('2025-08-19',40,8,9,1),('2025-08-19',847,2,2,2),('2025-08-19',1354,1,1,3),('2025-08-19',1458,1,1,5),('2025-08-19',1462,2,3,6),('2025-08-19',1468,1,1,7),('2025-08-19',1441,1,2,9),('2025-08-19',609,1,2,13),('2025-08-19',611,1,2,14),('2025-08-19',4424,1,2,61),('2025-08-19',4607,1,1,105),('2025-08-19',4624,1,3,109),('2025-08-19',4630,1,1,110),('2025-08-20',40,15,28,1),('2025-08-20',847,3,4,2),('2025-08-20',1354,4,4,3),('2025-08-20',1448,1,1,4),('2025-08-20',1462,1,1,6),('2025-08-20',1441,2,2,9),('2025-08-20',611,1,1,14),('2025-08-20',12,1,2,17),('2025-08-20',4424,2,2,61),('2025-08-20',4641,1,1,113),('2025-08-20',4648,5,7,114),('2025-08-21',40,9,18,1),('2025-08-21',847,2,2,2),('2025-08-21',1354,3,4,3),('2025-08-21',1458,1,1,5),('2025-08-21',1462,2,2,6),('2025-08-21',1468,2,2,7),('2025-08-21',1441,2,3,9),('2025-08-21',611,2,2,14),('2025-08-21',12,1,1,17),('2025-08-21',4424,1,1,61),('2025-08-21',4602,1,1,104),('2025-08-21',4613,1,1,107),('2025-08-21',4618,1,1,108),('2025-08-21',4648,1,1,114),('2025-08-22',40,7,11,1),('2025-08-22',847,1,1,2),('2025-08-22',611,1,1,14),('2025-08-22',4648,1,1,114),('2025-08-23',40,8,10,1),('2025-08-23',847,1,1,2),('2025-08-23',1468,1,1,7),('2025-08-24',40,6,6,1),('2025-08-24',1354,1,1,3),('2025-08-24',1441,2,2,9),('2025-08-24',4624,1,1,109),('2025-08-25',40,2,4,1),('2025-08-25',1462,1,1,6),('2025-08-25',4424,1,1,61),('2025-08-25',4607,1,1,105),('2025-08-25',4641,1,1,113),('2025-08-25',4648,1,2,114),('2025-08-25',4654,1,2,115),('2025-08-26',40,12,14,1),('2025-08-26',847,3,3,2),('2025-08-26',1354,3,4,3),('2025-08-26',1468,1,2,7),('2025-08-26',1441,2,3,9),('2025-08-26',609,2,3,13),('2025-08-26',611,1,1,14),('2025-08-26',12,2,2,17),('2025-08-26',4424,1,1,61),('2025-08-26',4618,1,2,108),('2025-08-26',4635,1,1,111),('2025-08-27',40,9,12,1),('2025-08-27',847,1,1,2),('2025-08-27',1462,1,1,6),('2025-08-27',1441,1,1,9),('2025-08-27',4424,1,1,61),('2025-08-27',4654,1,1,115),('2025-08-28',40,6,8,1),('2025-08-28',1354,1,1,3),('2025-08-28',1441,2,2,9),('2025-08-28',12,1,1,17),('2025-08-28',4424,1,1,61),('2025-08-29',40,10,19,1),('2025-08-29',847,1,1,2),('2025-08-29',1354,2,2,3),('2025-08-29',4424,2,2,61),('2025-08-29',4635,1,1,111),('2025-08-29',4654,1,1,115),('2025-08-29',0,1,2,116),('2025-08-30',40,10,13,1),('2025-08-30',847,1,1,2),('2025-08-30',1354,2,3,3),('2025-08-30',1458,1,2,5),('2025-08-30',1462,1,2,6),('2025-08-30',1468,1,2,7),('2025-08-30',1441,1,1,9),('2025-08-30',609,1,1,13),('2025-08-30',4607,1,1,105),('2025-08-30',0,4,5,116),('2025-08-31',40,11,16,1),('2025-08-31',847,1,1,2),('2025-08-31',1354,2,2,3),('2025-08-31',1441,4,5,9),('2025-08-31',609,2,2,13),('2025-08-31',12,1,1,17),('2025-08-31',0,4,9,116),('2025-09-01',40,5,8,1),('2025-09-01',1354,1,1,3),('2025-09-01',1458,1,1,5),('2025-09-01',1468,2,2,7),('2025-09-01',1441,3,3,9),('2025-09-01',12,2,3,17),('2025-09-01',4424,1,1,61),('2025-09-01',0,6,8,116),('2025-09-02',40,8,8,1),('2025-09-02',1354,1,1,3),('2025-09-02',1448,1,1,4),('2025-09-02',611,1,1,14),('2025-09-02',12,1,1,17),('2025-09-02',0,3,5,116),('2025-09-03',40,3,4,1),('2025-09-03',1441,1,1,9),('2025-09-03',0,2,3,116),('2025-09-04',40,5,5,1),('2025-09-04',1468,1,1,7),('2025-09-04',0,3,3,116),('2025-09-04',4661,2,2,117),('2025-09-05',40,2,2,1),('2025-09-05',847,1,1,2),('2025-09-05',0,1,1,116),('2025-09-05',4661,1,1,117),('2025-09-05',0,1,1,118),('2025-09-06',40,10,15,1),('2025-09-06',847,1,1,2),('2025-09-06',1354,1,3,3),('2025-09-06',1458,1,1,5),('2025-09-06',1441,1,1,9),('2025-09-06',609,1,1,13),('2025-09-06',611,1,1,14),('2025-09-06',0,3,5,116),('2025-09-06',4661,1,1,117),('2025-09-07',40,12,14,1),('2025-09-07',1441,3,4,9),('2025-09-07',609,1,1,13),('2025-09-07',12,1,1,17),('2025-09-07',4648,1,1,114),('2025-09-07',4654,1,2,115),('2025-09-07',0,3,5,116),('2025-09-08',40,2,5,1),('2025-09-08',847,1,2,2),('2025-09-08',1354,1,2,3),('2025-09-08',609,1,1,13),('2025-09-08',10,1,1,19),('2025-09-08',0,2,2,116),('2025-09-08',4667,1,1,119),('2025-09-09',40,7,9,1),('2025-09-09',847,1,1,2),('2025-09-09',1354,1,1,3),('2025-09-09',609,1,1,13),('2025-09-09',4424,1,1,61),('2025-09-09',0,4,6,116),('2025-09-09',4667,1,1,119),('2025-09-10',40,5,9,1),('2025-09-10',847,2,2,2),('2025-09-10',1354,2,2,3),('2025-09-10',1448,1,1,4),('2025-09-10',1468,2,2,7),('2025-09-10',609,1,1,13),('2025-09-10',4424,3,3,61),('2025-09-10',0,2,2,116),('2025-09-10',4667,1,1,119),('2025-09-11',40,2,3,1),('2025-09-14',4667,1,1,119),('2025-09-18',40,1,1,1),('2025-09-19',40,14,25,1),('2025-09-19',1354,1,1,3),('2025-09-19',1458,1,1,5),('2025-09-19',1441,1,1,9),('2025-09-19',0,1,1,61),('2025-09-19',0,1,1,116),('2025-09-20',40,8,9,1),('2025-09-20',847,1,1,2),('2025-09-20',1354,1,1,3),('2025-09-20',1468,1,1,7),('2025-09-20',609,3,3,13),('2025-09-20',611,1,1,14),('2025-09-21',40,2,2,1),('2025-09-30',40,1,1,1);
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_referrer_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_referrer_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_referrer_stats` (
  `date` date NOT NULL,
  `id` mediumint(8) unsigned NOT NULL,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  PRIMARY KEY (`date`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_referrer_stats`
--

LOCK TABLES `wp_koko_analytics_referrer_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_referrer_stats` VALUES ('2024-04-12',1,0,1),('2024-04-13',1,3,5),('2024-04-14',1,2,2),('2024-04-14',2,1,2),('2024-04-15',1,5,5),('2024-04-15',3,1,2),('2024-04-15',4,1,1),('2024-04-16',1,1,1),('2024-04-17',1,2,2),('2024-04-18',1,1,2),('2024-04-19',1,2,2),('2024-04-20',1,1,1),('2024-04-20',5,1,1),('2024-04-21',1,5,6),('2024-04-21',4,1,1),('2024-04-21',6,1,1),('2024-04-22',1,2,2),('2024-04-22',4,1,1),('2024-04-23',1,1,1),('2024-04-24',1,2,2),('2024-04-24',6,1,1),('2024-04-25',1,1,1),('2024-04-25',5,1,1),('2024-04-26',1,5,5),('2024-04-26',4,2,2),('2024-04-26',5,1,1),('2024-04-27',1,3,7),('2024-04-27',4,1,1),('2024-04-27',6,1,1),('2024-04-28',1,4,5),('2024-04-28',4,1,1),('2024-04-29',1,3,3),('2024-04-29',4,2,2),('2024-04-29',5,1,1),('2024-04-29',7,1,2),('2024-04-30',1,1,1),('2024-05-01',1,2,2),('2024-05-01',8,1,1),('2024-05-02',1,1,1),('2024-05-03',3,1,1),('2024-05-04',1,2,3),('2024-05-04',4,1,1),('2024-05-04',5,1,1),('2024-05-05',1,1,1),('2024-05-05',3,1,1),('2024-05-05',4,2,3),('2024-05-06',1,1,1),('2024-05-06',4,1,1),('2024-05-06',9,1,1),('2024-05-07',1,3,3),('2024-05-07',5,1,1),('2024-05-08',5,1,1),('2024-05-09',1,2,2),('2024-05-09',3,1,1),('2024-05-09',5,1,1),('2024-05-10',1,4,4),('2024-05-11',5,1,4),('2024-05-12',1,3,3),('2024-05-12',3,1,1),('2024-05-12',7,1,1),('2024-05-13',1,4,4),('2024-05-13',10,1,1),('2024-05-14',5,1,1),('2024-05-15',1,2,3),('2024-05-16',1,2,2),('2024-05-16',4,1,1),('2024-05-17',1,3,3),('2024-05-18',1,1,1),('2024-05-18',11,1,1),('2024-05-18',12,1,1),('2024-05-19',1,5,5),('2024-05-19',10,1,1),('2024-05-21',1,4,4),('2024-05-22',1,3,5),('2024-05-22',4,1,1),('2024-05-23',1,2,2),('2024-05-23',5,1,1),('2024-05-24',1,7,7),('2024-05-26',1,2,2),('2024-05-26',4,1,1),('2024-05-27',1,5,6),('2024-05-28',1,3,3),('2024-05-29',1,3,3),('2024-05-30',1,3,6),('2024-05-30',5,1,1),('2024-05-31',1,1,2),('2024-06-01',1,9,12),('2024-06-01',4,1,1),('2024-06-02',1,3,4),('2024-06-02',4,1,1),('2024-06-02',5,1,1),('2024-06-03',1,4,4),('2024-06-03',4,1,1),('2024-06-03',13,1,1),('2024-06-04',1,3,4),('2024-06-04',13,1,4),('2024-06-05',1,4,4),('2024-06-05',3,2,2),('2024-06-05',5,2,2),('2024-06-05',10,1,1),('2024-06-06',1,1,1),('2024-06-06',3,1,2),('2024-06-06',4,1,1),('2024-06-06',5,1,1),('2024-06-07',1,1,1),('2024-06-08',1,1,1),('2024-06-08',3,1,1),('2024-06-08',5,1,1),('2024-06-09',1,3,3),('2024-06-09',3,1,1),('2024-06-09',10,1,1),('2024-06-09',14,1,1),('2024-06-11',1,2,2),('2024-06-11',3,2,2),('2024-06-12',1,1,1),('2024-06-12',15,1,1),('2024-06-13',1,1,1),('2024-06-14',1,1,1),('2024-06-15',1,3,3),('2024-06-15',5,1,1),('2024-06-16',1,4,5),('2024-06-16',4,2,2),('2024-06-17',1,3,3),('2024-06-17',3,1,1),('2024-06-17',13,1,4),('2024-06-18',1,3,4),('2024-06-18',5,2,2),('2024-06-19',1,2,2),('2024-06-19',16,1,1),('2024-06-20',1,3,3),('2024-06-21',1,1,1),('2024-06-23',1,2,2),('2024-06-23',15,1,1),('2024-06-24',3,1,1),('2024-06-24',5,1,1),('2024-06-25',1,4,4),('2024-06-26',1,2,3),('2024-06-27',1,2,2),('2024-06-28',1,1,1),('2024-06-29',1,3,3),('2024-06-30',1,4,4),('2024-07-01',1,2,2),('2024-07-01',17,1,1),('2024-07-02',1,1,1),('2024-07-02',4,2,2),('2024-07-03',1,4,4),('2024-07-03',4,1,1),('2024-07-03',5,1,1),('2024-07-05',1,1,1),('2024-07-05',4,1,1),('2024-07-06',1,6,6),('2024-07-06',10,1,2),('2024-07-07',1,7,7),('2024-07-07',3,1,1),('2024-07-07',4,1,1),('2024-07-08',1,2,2),('2024-07-09',1,1,1),('2024-07-10',1,1,1),('2024-07-10',13,1,1),('2024-07-12',1,2,2),('2024-07-12',4,1,1),('2024-07-12',18,1,1),('2024-07-13',1,3,4),('2024-07-13',5,1,1),('2024-07-14',1,3,3),('2024-07-14',3,1,1),('2024-07-14',5,2,3),('2024-07-15',1,1,1),('2024-07-16',1,1,1),('2024-07-18',1,1,1),('2024-07-20',1,3,3),('2024-07-21',1,4,5),('2024-07-21',5,1,1),('2024-07-21',10,1,1),('2024-07-22',1,1,1),('2024-07-22',13,1,1),('2024-07-22',19,1,1),('2024-07-23',1,1,1),('2024-07-24',1,6,6),('2024-07-25',1,2,2),('2024-07-26',1,1,1),('2024-07-27',1,1,1),('2024-07-29',1,1,1),('2024-07-31',1,2,2),('2024-08-02',1,2,2),('2024-08-02',3,2,3),('2024-08-03',1,2,2),('2024-08-04',1,8,9),('2024-08-04',4,1,1),('2024-08-04',10,2,3),('2024-08-05',1,1,1),('2024-08-05',20,1,1),('2024-08-05',21,0,1),('2024-08-06',5,1,1),('2024-08-07',1,1,1),('2024-08-07',5,1,1),('2024-08-07',10,1,3),('2024-08-08',1,2,2),('2024-08-09',1,1,1),('2024-08-10',1,4,4),('2024-08-11',1,7,7),('2024-08-11',4,1,1),('2024-08-11',5,1,1),('2024-08-12',1,2,2),('2024-08-12',5,1,1),('2024-08-13',1,1,1),('2024-08-13',5,1,1),('2024-08-14',1,1,2),('2024-08-14',13,1,5),('2024-08-15',1,2,2),('2024-08-15',21,0,1),('2024-08-15',22,1,1),('2024-08-16',1,3,3),('2024-08-17',1,12,12),('2024-08-17',4,2,2),('2024-08-18',1,8,8),('2024-08-18',3,1,1),('2024-08-18',4,2,2),('2024-08-18',10,1,2),('2024-08-19',1,1,1),('2024-08-20',1,1,1),('2024-08-20',3,1,2),('2024-08-20',5,1,1),('2024-08-21',1,3,4),('2024-08-21',5,1,1),('2024-08-22',1,3,4),('2024-08-22',4,1,1),('2024-08-23',1,1,1),('2024-08-23',4,1,1),('2024-08-24',1,4,4),('2024-08-24',28,1,1),('2024-08-25',1,5,5),('2024-08-25',5,0,3),('2024-08-26',1,3,3),('2024-08-26',4,2,2),('2024-08-26',5,1,1),('2024-08-27',5,1,3),('2024-08-29',1,2,3),('2024-08-29',7,1,1),('2024-08-30',1,1,1),('2024-08-31',1,5,5),('2024-08-31',3,1,1),('2024-08-31',5,1,1),('2024-09-01',1,3,3),('2024-09-01',5,3,5),('2024-09-02',1,2,2),('2024-09-02',29,1,1),('2024-09-05',1,3,3),('2024-09-05',4,3,3),('2024-09-06',1,1,4),('2024-09-06',4,1,1),('2024-09-07',1,2,2),('2024-09-07',30,1,1),('2024-09-08',1,5,6),('2024-09-08',4,1,1),('2024-09-08',5,2,2),('2024-09-09',1,2,2),('2024-09-10',1,1,1),('2024-09-11',1,1,1),('2024-09-11',31,1,1),('2024-09-12',1,1,4),('2024-09-12',3,1,1),('2024-09-13',1,6,6),('2024-09-14',1,1,1),('2024-09-15',1,6,6),('2024-09-15',5,1,1),('2024-09-16',1,2,3),('2024-09-17',1,2,2),('2024-09-18',1,3,5),('2024-09-19',1,1,1),('2024-09-19',5,1,1),('2024-09-20',1,2,2),('2024-09-20',5,1,2),('2024-09-20',10,1,1),('2024-09-21',1,3,3),('2024-09-21',5,2,2),('2024-09-22',1,6,7),('2024-09-23',1,2,2),('2024-09-23',4,1,1),('2024-09-24',1,2,3),('2024-09-25',4,1,2),('2024-09-25',5,1,1),('2024-09-26',1,2,2),('2024-09-27',4,2,3),('2024-09-28',1,2,2),('2024-09-28',4,2,3),('2024-09-29',1,4,5),('2024-10-01',1,2,2),('2024-10-01',4,2,2),('2024-10-01',5,1,1),('2024-10-02',1,4,5),('2024-10-03',1,2,2),('2024-10-05',1,2,2),('2024-10-06',1,5,6),('2024-10-07',1,2,2),('2024-10-07',5,1,1),('2024-10-09',1,1,2),('2024-10-10',1,2,2),('2024-10-11',1,6,6),('2024-10-12',1,3,3),('2024-10-13',1,2,3),('2024-10-13',3,2,2),('2024-10-13',4,1,1),('2024-10-14',1,3,3),('2024-10-15',1,1,1),('2024-10-16',1,1,1),('2024-10-18',1,2,2),('2024-10-19',1,2,2),('2024-10-19',4,1,3),('2024-10-19',5,1,1),('2024-10-20',1,6,7),('2024-10-20',3,2,5),('2024-10-20',5,1,1),('2024-10-20',15,1,1),('2024-10-20',32,0,1),('2024-10-21',1,7,7),('2024-10-22',1,4,4),('2024-10-22',10,1,1),('2024-10-22',12,1,1),('2024-10-23',1,4,5),('2024-10-24',1,6,6),('2024-10-24',3,1,1),('2024-10-29',1,1,1),('2024-10-30',1,4,4),('2024-10-30',3,1,1),('2024-10-31',1,3,5),('2024-10-31',3,3,4),('2024-10-31',5,2,2),('2024-11-01',1,2,2),('2024-11-02',1,2,3),('2024-11-02',6,1,1),('2024-11-03',1,2,2),('2024-11-03',5,2,3),('2024-11-04',1,3,3),('2024-11-04',6,1,1),('2024-11-05',1,1,1),('2024-11-05',3,1,1),('2024-11-06',6,1,1),('2024-11-07',1,1,2),('2024-11-08',1,2,2),('2024-11-09',1,3,3),('2024-11-10',1,7,9),('2024-11-10',5,1,3),('2024-11-11',1,2,2),('2024-11-11',3,1,1),('2024-11-11',5,1,1),('2024-11-12',1,1,1),('2024-11-12',4,1,2),('2024-11-13',1,1,1),('2024-11-14',1,4,5),('2024-11-14',7,1,1),('2024-11-15',1,1,1),('2024-11-15',4,1,1),('2024-11-15',5,1,1),('2024-11-16',1,4,5),('2024-11-16',3,1,1),('2024-11-16',4,1,1),('2024-11-17',1,6,6),('2024-11-18',1,4,5),('2024-11-19',10,1,1),('2024-11-21',4,1,1),('2024-11-22',1,1,1),('2024-11-23',1,3,3),('2024-11-24',1,4,4),('2024-11-24',3,2,2),('2024-11-25',1,1,1),('2024-11-25',4,1,1),('2024-11-26',1,5,6),('2024-11-26',3,1,2),('2024-11-26',5,1,1),('2024-11-27',1,1,1),('2024-11-27',4,1,1),('2024-11-27',5,1,1),('2024-11-27',6,1,1),('2024-11-28',1,1,1),('2024-11-28',4,1,1),('2024-11-28',10,1,2),('2024-11-29',1,2,2),('2024-11-29',5,1,2),('2024-11-29',6,1,1),('2024-11-30',1,2,3),('2024-11-30',4,1,1),('2024-11-30',6,1,1),('2024-11-30',10,1,1),('2024-12-01',1,2,2),('2024-12-01',5,1,2),('2024-12-01',6,1,1),('2024-12-02',1,5,5),('2024-12-03',1,2,3),('2024-12-04',1,3,3),('2024-12-05',1,1,1),('2024-12-05',33,1,1),('2024-12-06',1,1,1),('2024-12-06',4,1,1),('2024-12-06',34,1,1),('2024-12-07',1,2,2),('2024-12-07',3,1,1),('2024-12-08',1,4,4),('2024-12-08',3,1,2),('2024-12-08',6,1,1),('2024-12-09',1,4,4),('2024-12-09',3,1,1),('2024-12-10',10,1,1),('2024-12-11',1,2,2),('2024-12-12',1,1,1),('2024-12-12',3,1,2),('2024-12-13',1,3,3),('2024-12-13',32,1,2),('2024-12-14',1,3,7),('2024-12-14',4,1,1),('2024-12-15',1,4,4),('2024-12-15',4,1,1),('2024-12-15',5,1,2),('2024-12-16',1,2,3),('2024-12-16',4,2,3),('2024-12-17',4,2,2),('2024-12-18',1,1,1),('2024-12-18',3,1,2),('2024-12-19',1,1,1),('2024-12-19',3,1,1),('2024-12-19',5,1,1),('2024-12-19',12,1,1),('2024-12-19',35,1,1),('2024-12-20',4,1,1),('2024-12-20',5,1,1),('2024-12-21',1,2,7),('2024-12-21',3,1,1),('2024-12-21',32,0,1),('2024-12-22',1,2,3),('2024-12-22',4,1,1),('2024-12-23',10,1,1),('2024-12-24',1,4,5),('2024-12-24',6,1,1),('2024-12-25',37,1,1),('2024-12-27',4,1,1),('2024-12-27',5,1,1),('2024-12-27',6,1,1),('2024-12-28',1,5,6),('2024-12-28',4,1,1),('2024-12-28',10,1,2),('2024-12-29',1,3,5),('2024-12-29',4,2,2),('2024-12-29',6,1,1),('2024-12-30',1,1,1),('2024-12-30',3,1,1),('2024-12-30',4,2,2),('2024-12-31',1,2,2),('2024-12-31',4,1,2),('2024-12-31',5,2,2),('2025-01-01',1,1,1),('2025-01-02',1,3,3),('2025-01-02',4,1,1),('2025-01-02',5,1,1),('2025-01-02',37,1,1),('2025-01-03',4,2,2),('2025-01-05',1,2,4),('2025-01-05',4,2,2),('2025-01-05',5,1,1),('2025-01-06',1,2,2),('2025-01-07',1,4,4),('2025-01-08',1,0,1),('2025-01-09',1,2,3),('2025-01-09',6,1,1),('2025-01-10',1,2,2),('2025-01-11',1,3,5),('2025-01-11',4,1,1),('2025-01-11',5,1,1),('2025-01-11',37,1,1),('2025-01-12',1,8,11),('2025-01-12',3,5,5),('2025-01-12',6,1,1),('2025-01-13',1,1,1),('2025-01-13',4,1,1),('2025-01-13',21,0,1),('2025-01-14',1,1,1),('2025-01-14',3,1,1),('2025-01-14',4,1,1),('2025-01-14',6,1,1),('2025-01-15',1,3,3),('2025-01-15',12,1,1),('2025-01-16',1,1,1),('2025-01-16',4,1,1),('2025-01-16',6,1,1),('2025-01-17',37,1,1),('2025-01-18',3,1,1),('2025-01-18',4,1,1),('2025-01-19',1,5,6),('2025-01-20',1,2,2),('2025-01-21',1,0,1),('2025-01-22',1,5,5),('2025-01-23',1,3,3),('2025-01-23',37,1,1),('2025-01-23',38,1,1),('2025-01-24',1,2,2),('2025-01-24',45,1,1),('2025-01-25',1,3,3),('2025-01-25',3,1,1),('2025-01-26',1,1,1),('2025-01-26',3,1,2),('2025-01-26',5,1,1),('2025-01-26',21,0,1),('2025-01-27',1,4,4),('2025-01-28',1,3,3),('2025-01-29',1,2,2),('2025-01-29',15,1,2),('2025-01-30',4,1,1),('2025-01-30',38,1,1),('2025-01-31',33,1,1),('2025-02-01',1,3,4),('2025-02-01',37,1,1),('2025-02-02',1,7,9),('2025-02-02',3,1,2),('2025-02-02',5,2,2),('2025-02-03',1,5,5),('2025-02-05',1,1,2),('2025-02-05',10,1,6),('2025-02-05',37,2,2),('2025-02-06',1,3,3),('2025-02-06',4,1,1),('2025-02-07',1,3,3),('2025-02-08',1,1,1),('2025-02-09',1,2,2),('2025-02-09',3,1,2),('2025-02-09',10,1,1),('2025-02-10',1,4,4),('2025-02-11',1,1,1),('2025-02-11',5,1,1),('2025-02-11',37,2,2),('2025-02-13',1,1,1),('2025-02-15',1,3,4),('2025-02-16',1,2,3),('2025-02-16',3,2,3),('2025-02-16',5,1,1),('2025-02-17',38,1,1),('2025-02-18',1,1,1),('2025-02-18',3,1,2),('2025-02-19',1,1,1),('2025-02-19',4,1,1),('2025-02-20',1,1,2),('2025-02-20',4,1,3),('2025-02-22',1,1,1),('2025-02-22',5,1,1),('2025-02-23',1,1,1),('2025-02-24',1,1,1),('2025-02-25',1,3,3),('2025-02-25',5,1,1),('2025-02-25',37,1,1),('2025-02-26',1,1,1),('2025-02-26',21,1,1),('2025-02-27',1,1,1),('2025-02-27',5,1,1),('2025-03-01',1,1,2),('2025-03-01',6,1,1),('2025-03-02',1,1,1),('2025-03-02',3,3,7),('2025-03-02',6,1,1),('2025-03-03',3,1,1),('2025-03-03',37,1,1),('2025-03-04',1,2,5),('2025-03-04',6,1,1),('2025-03-05',3,1,2),('2025-03-06',1,2,2),('2025-03-06',4,1,1),('2025-03-07',1,1,1),('2025-03-07',37,2,2),('2025-03-08',1,1,1),('2025-03-09',1,1,1),('2025-03-09',4,1,1),('2025-03-09',10,1,1),('2025-03-10',1,1,1),('2025-03-11',1,1,1),('2025-03-11',37,1,1),('2025-03-13',1,2,3),('2025-03-13',3,1,1),('2025-03-14',1,2,2),('2025-03-14',5,1,1),('2025-03-14',37,1,1),('2025-03-15',4,1,1),('2025-03-16',1,1,1),('2025-03-17',1,3,3),('2025-03-17',5,1,1),('2025-03-18',10,1,4),('2025-03-18',40,1,3),('2025-03-19',1,2,2),('2025-03-19',3,1,1),('2025-03-20',1,2,3),('2025-03-22',1,1,1),('2025-03-23',1,4,4),('2025-03-23',4,1,1),('2025-03-23',40,1,2),('2025-03-24',1,1,1),('2025-03-26',1,2,2),('2025-03-27',1,1,3),('2025-03-27',3,1,1),('2025-03-28',1,1,1),('2025-03-28',41,1,1),('2025-03-29',1,3,3),('2025-03-29',5,1,1),('2025-03-29',15,1,1),('2025-03-30',1,3,3),('2025-03-31',1,1,2),('2025-04-01',1,1,1),('2025-04-02',1,1,1),('2025-04-03',1,1,2),('2025-04-04',1,1,1),('2025-04-04',5,1,1),('2025-04-06',1,2,2),('2025-04-06',3,1,1),('2025-04-08',1,1,1),('2025-04-08',10,1,1),('2025-04-09',1,1,2),('2025-04-10',5,1,1),('2025-04-12',1,2,3),('2025-04-12',4,1,1),('2025-04-12',5,1,1),('2025-04-13',1,4,4),('2025-04-13',5,1,1),('2025-04-14',1,1,1),('2025-04-14',3,1,1),('2025-04-14',4,1,1),('2025-04-15',1,1,1),('2025-04-16',1,3,5),('2025-04-16',5,1,1),('2025-04-17',1,1,1),('2025-04-17',3,0,1),('2025-04-17',5,1,1),('2025-04-18',1,2,2),('2025-04-18',3,1,2),('2025-04-18',5,1,1),('2025-04-19',1,3,3),('2025-04-20',1,10,10),('2025-04-20',3,1,1),('2025-04-20',4,2,3),('2025-04-21',1,3,3),('2025-04-21',35,1,1),('2025-04-23',1,2,2),('2025-04-24',1,1,1),('2025-04-24',3,1,1),('2025-04-24',5,1,1),('2025-04-24',10,1,1),('2025-04-25',1,2,2),('2025-04-27',1,3,5),('2025-04-27',4,1,1),('2025-04-29',1,1,1),('2025-04-29',4,1,1),('2025-04-29',10,1,1),('2025-05-01',1,1,1),('2025-05-02',1,1,1),('2025-05-02',42,1,1),('2025-05-03',1,2,2),('2025-05-04',1,2,4),('2025-05-04',3,1,1),('2025-05-04',4,1,1),('2025-05-05',1,2,2),('2025-05-05',4,1,1),('2025-05-06',1,1,1),('2025-05-06',4,1,1),('2025-05-07',1,2,2),('2025-05-08',1,2,3),('2025-05-10',1,4,5),('2025-05-10',43,1,2),('2025-05-11',1,1,1),('2025-05-11',44,0,2),('2025-05-12',1,3,3),('2025-05-12',3,1,1),('2025-05-13',1,2,3),('2025-05-13',13,1,1),('2025-05-14',1,2,2),('2025-05-14',4,1,1),('2025-05-15',1,1,1),('2025-05-15',4,1,1),('2025-05-16',3,1,3),('2025-05-17',1,1,2),('2025-05-17',45,1,1),('2025-05-18',1,5,5),('2025-05-19',1,1,2),('2025-05-21',1,2,4),('2025-05-22',1,1,1),('2025-05-23',1,1,1),('2025-05-24',5,1,1),('2025-05-24',10,1,1),('2025-05-25',1,3,3),('2025-05-25',10,1,1),('2025-05-26',1,2,2),('2025-05-26',3,1,1),('2025-05-27',1,3,3),('2025-05-27',4,1,2),('2025-05-28',1,2,2),('2025-05-28',10,1,1),('2025-05-29',1,3,3),('2025-05-30',1,1,1),('2025-05-31',1,3,3),('2025-06-01',1,5,6),('2025-06-01',5,1,1),('2025-06-01',30,0,1),('2025-06-02',1,1,3),('2025-06-02',30,1,1),('2025-06-03',1,1,1),('2025-06-03',4,1,3),('2025-06-03',5,1,1),('2025-06-04',1,3,3),('2025-06-04',46,1,1),('2025-06-05',1,1,1),('2025-06-05',4,1,1),('2025-06-06',1,1,1),('2025-06-07',3,1,1),('2025-06-09',1,2,2),('2025-06-11',1,1,1),('2025-06-12',1,2,4),('2025-06-12',5,1,1),('2025-06-13',5,1,1),('2025-06-14',1,1,1),('2025-06-15',1,4,5),('2025-06-15',5,1,1),('2025-06-16',1,2,2),('2025-06-17',1,1,1),('2025-06-17',5,1,2),('2025-06-17',47,1,1),('2025-06-18',1,1,2),('2025-06-19',1,7,7),('2025-06-20',1,1,1),('2025-06-21',1,1,1),('2025-06-22',1,6,6),('2025-06-23',1,1,1),('2025-06-23',4,2,2),('2025-06-24',4,1,1),('2025-06-24',30,1,1),('2025-06-25',1,5,8),('2025-06-25',3,1,3),('2025-06-26',5,1,1),('2025-06-27',1,2,2),('2025-06-27',4,1,1),('2025-06-28',1,1,1),('2025-06-28',5,1,1),('2025-06-29',1,5,6),('2025-06-29',4,1,1),('2025-06-29',5,2,3),('2025-06-30',1,2,2),('2025-07-01',1,1,1),('2025-07-02',1,1,1),('2025-07-02',5,4,4),('2025-07-03',1,1,1),('2025-07-04',44,2,2),('2025-07-05',1,1,1),('2025-07-05',48,1,1),('2025-07-06',1,1,1),('2025-07-06',5,1,1),('2025-07-06',10,1,1),('2025-07-06',13,0,1),('2025-07-07',1,2,2),('2025-07-07',4,1,2),('2025-07-08',1,1,1),('2025-07-11',1,2,2),('2025-07-12',1,3,3),('2025-07-13',1,6,8),('2025-07-13',5,1,2),('2025-07-14',1,1,1),('2025-07-15',1,2,6),('2025-07-16',1,1,1),('2025-07-17',1,2,2),('2025-07-17',13,1,2),('2025-07-18',1,3,3),('2025-07-18',5,2,2),('2025-07-19',1,1,1),('2025-07-20',1,3,3),('2025-07-21',1,1,1),('2025-07-21',5,2,2),('2025-07-22',1,2,2),('2025-07-22',3,1,1),('2025-07-23',1,3,7),('2025-07-24',1,3,3),('2025-07-24',3,1,2),('2025-07-24',4,2,2),('2025-07-24',49,1,1),('2025-07-25',1,1,1),('2025-07-26',1,2,2),('2025-07-26',5,1,2),('2025-07-27',1,5,6),('2025-07-27',3,14,17),('2025-07-27',4,1,1),('2025-07-27',5,1,1),('2025-07-28',1,2,2),('2025-07-28',3,15,15),('2025-07-28',5,1,1),('2025-07-29',1,1,1),('2025-07-29',3,9,13),('2025-07-29',5,1,1),('2025-07-30',1,0,1),('2025-07-30',3,1,1),('2025-07-30',40,2,3),('2025-07-31',1,1,1),('2025-07-31',3,2,2),('2025-07-31',4,1,1),('2025-08-01',5,1,1),('2025-08-02',1,2,2),('2025-08-02',3,3,4),('2025-08-02',4,1,2),('2025-08-02',10,1,1),('2025-08-03',1,7,9),('2025-08-03',3,1,2),('2025-08-03',4,1,3),('2025-08-04',1,3,4),('2025-08-05',1,3,5),('2025-08-06',1,1,1),('2025-08-07',1,2,2),('2025-08-07',7,1,1),('2025-08-07',10,1,1),('2025-08-07',50,1,1),('2025-08-09',1,4,4),('2025-08-09',3,2,3),('2025-08-10',1,3,3),('2025-08-10',4,2,3),('2025-08-10',5,1,2),('2025-08-10',10,1,1),('2025-08-11',1,2,2),('2025-08-12',1,1,1),('2025-08-13',1,2,2),('2025-08-13',4,1,1),('2025-08-13',5,2,2),('2025-08-13',38,1,2),('2025-08-13',51,1,1),('2025-08-14',1,1,1),('2025-08-14',3,1,1),('2025-08-15',1,2,2),('2025-08-15',10,1,1),('2025-08-16',1,1,2),('2025-08-16',5,1,1),('2025-08-17',1,13,17),('2025-08-17',4,1,1),('2025-08-17',44,0,2),('2025-08-18',1,4,6),('2025-08-18',4,2,2),('2025-08-18',44,0,1),('2025-08-19',1,2,2),('2025-08-19',10,1,1),('2025-08-20',1,6,11),('2025-08-20',3,1,1),('2025-08-20',5,1,1),('2025-08-21',1,4,6),('2025-08-22',1,0,2),('2025-08-22',4,1,1),('2025-08-22',5,1,2),('2025-08-23',1,4,5),('2025-08-24',1,1,1),('2025-08-24',5,1,1),('2025-08-25',1,2,2),('2025-08-25',5,2,2),('2025-08-26',1,5,5),('2025-08-26',52,1,1),('2025-08-26',53,2,2),('2025-08-27',1,1,1),('2025-08-27',3,1,2),('2025-08-27',4,1,1),('2025-08-28',1,1,1),('2025-08-28',5,1,1),('2025-08-29',1,4,4),('2025-08-29',3,1,1),('2025-08-29',5,1,2),('2025-08-29',30,1,2),('2025-08-29',44,1,1),('2025-08-30',1,4,5),('2025-08-30',4,2,2),('2025-08-31',1,4,4),('2025-08-31',4,1,1),('2025-08-31',52,1,1),('2025-09-01',1,4,4),('2025-09-01',15,0,1),('2025-09-01',53,2,2),('2025-09-02',1,1,1),('2025-09-02',4,1,1),('2025-09-03',4,1,1),('2025-09-03',10,1,1),('2025-09-04',1,2,2),('2025-09-05',4,1,1),('2025-09-05',10,1,1),('2025-09-06',1,2,2),('2025-09-06',3,1,1),('2025-09-07',1,5,6),('2025-09-08',1,1,1),('2025-09-08',5,1,3),('2025-09-09',1,2,2),('2025-09-09',3,1,1),('2025-09-10',1,1,1),('2025-09-10',4,1,1),('2025-09-10',5,1,1),('2025-09-19',5,1,1),('2025-09-20',1,4,4);
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_referrer_urls`
--

DROP TABLE IF EXISTS `wp_koko_analytics_referrer_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_referrer_urls` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_referrer_urls`
--

LOCK TABLES `wp_koko_analytics_referrer_urls` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_urls` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_referrer_urls` VALUES (13,'android-app://com.google.android.gm'),(37,'baidu.com'),(5,'bing.com'),(40,'bit.ly'),(29,'blogtraffic.shop'),(28,'blogtrafficeasily.shop'),(45,'chcclynden.org'),(32,'crosspoint-church.com'),(21,'crosspointlynden.breezechms.com'),(9,'daorlar.shop'),(4,'duckduckgo.com'),(35,'ecosia.org'),(49,'encmbtia.online'),(14,'erias.xyz'),(51,'etufac.online'),(3,'facebook.com'),(41,'fde.cbsyss.com'),(52,'fiuagts.online'),(34,'freespoke.com'),(31,'freetraffic.shop'),(7,'google.ca'),(1,'google.com'),(2,'google.com.ua'),(47,'igym.ciarustde.online'),(43,'inbrowserapp.com'),(48,'iqsyp.labguamec.online'),(30,'m.youtube.com'),(53,'molesfarewelltributes.com'),(20,'newbieseoblog.online'),(46,'okjdj.qchjs.com'),(50,'perucontable.com'),(15,'search.brave.com'),(10,'search.yahoo.com'),(19,'sestarblog.shop'),(38,'subsplash.lightning.force.com'),(11,'tommysautomotivecare.com'),(22,'trafficguide.shop'),(8,'urbanblog.shop'),(12,'us.search.yahoo.com'),(17,'xtrafficplus.online'),(18,'xtrafficplus.shop'),(16,'xtrafficplus.xyz'),(33,'yandex.com'),(6,'yandex.ru'),(42,'ygjq.laitrcus.online'),(44,'youtube.com');
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_urls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_site_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_site_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_site_stats` (
  `date` date NOT NULL,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  PRIMARY KEY (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_site_stats`
--

LOCK TABLES `wp_koko_analytics_site_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_site_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_site_stats` VALUES ('2024-04-12',8,12),('2024-04-13',5,7),('2024-04-14',7,24),('2024-04-15',9,27),('2024-04-16',8,12),('2024-04-17',5,10),('2024-04-18',5,7),('2024-04-19',5,11),('2024-04-20',5,10),('2024-04-21',12,19),('2024-04-22',7,13),('2024-04-23',4,6),('2024-04-24',7,13),('2024-04-25',4,10),('2024-04-26',11,36),('2024-04-27',9,32),('2024-04-28',11,30),('2024-04-29',11,21),('2024-04-30',6,7),('2024-05-01',10,16),('2024-05-02',2,2),('2024-05-03',3,6),('2024-05-04',5,10),('2024-05-05',7,31),('2024-05-06',5,11),('2024-05-07',7,15),('2024-05-08',3,7),('2024-05-09',5,7),('2024-05-10',5,10),('2024-05-11',1,12),('2024-05-12',8,13),('2024-05-13',7,16),('2024-05-14',7,20),('2024-05-15',4,14),('2024-05-16',5,6),('2024-05-17',4,17),('2024-05-18',6,9),('2024-05-19',12,37),('2024-05-20',3,6),('2024-05-21',10,18),('2024-05-22',8,20),('2024-05-23',6,18),('2024-05-24',12,26),('2024-05-25',4,4),('2024-05-26',7,12),('2024-05-27',9,28),('2024-05-28',5,8),('2024-05-29',5,12),('2024-05-30',11,33),('2024-05-31',2,6),('2024-06-01',18,68),('2024-06-02',10,22),('2024-06-03',7,19),('2024-06-04',10,35),('2024-06-05',11,24),('2024-06-06',5,13),('2024-06-07',3,6),('2024-06-08',6,13),('2024-06-09',11,24),('2024-06-10',4,7),('2024-06-11',6,13),('2024-06-12',9,29),('2024-06-13',5,9),('2024-06-14',4,15),('2024-06-15',6,7),('2024-06-16',9,27),('2024-06-17',6,18),('2024-06-18',15,31),('2024-06-19',5,10),('2024-06-20',5,7),('2024-06-21',4,5),('2024-06-22',1,1),('2024-06-23',6,10),('2024-06-24',3,3),('2024-06-25',7,13),('2024-06-26',6,19),('2024-06-27',5,29),('2024-06-28',2,4),('2024-06-29',8,9),('2024-06-30',7,16),('2024-07-01',9,16),('2024-07-02',6,13),('2024-07-03',8,23),('2024-07-04',6,15),('2024-07-05',9,14),('2024-07-06',10,29),('2024-07-07',15,30),('2024-07-08',4,7),('2024-07-09',2,9),('2024-07-10',9,37),('2024-07-11',1,4),('2024-07-12',8,14),('2024-07-13',9,45),('2024-07-14',11,33),('2024-07-15',4,7),('2024-07-16',5,8),('2024-07-17',8,15),('2024-07-18',2,4),('2024-07-19',2,2),('2024-07-20',3,6),('2024-07-21',12,28),('2024-07-22',4,8),('2024-07-23',4,5),('2024-07-24',8,14),('2024-07-25',4,16),('2024-07-26',2,4),('2024-07-27',1,2),('2024-07-28',5,14),('2024-07-29',3,6),('2024-07-30',5,7),('2024-07-31',5,9),('2024-08-01',3,7),('2024-08-02',4,10),('2024-08-03',3,4),('2024-08-04',17,37),('2024-08-05',4,15),('2024-08-06',3,7),('2024-08-07',5,15),('2024-08-08',4,10),('2024-08-09',5,22),('2024-08-10',7,30),('2024-08-11',12,18),('2024-08-12',4,8),('2024-08-13',2,4),('2024-08-14',7,18),('2024-08-15',5,11),('2024-08-16',3,15),('2024-08-17',14,18),('2024-08-18',17,38),('2024-08-19',2,5),('2024-08-20',4,8),('2024-08-21',6,16),('2024-08-22',6,14),('2024-08-23',6,8),('2024-08-24',7,8),('2024-08-25',12,33),('2024-08-26',10,22),('2024-08-27',2,9),('2024-08-28',1,1),('2024-08-29',4,16),('2024-08-30',3,13),('2024-08-31',13,29),('2024-09-01',14,29),('2024-09-02',4,6),('2024-09-03',2,7),('2024-09-04',1,1),('2024-09-05',8,20),('2024-09-06',2,7),('2024-09-07',7,9),('2024-09-08',19,76),('2024-09-09',7,21),('2024-09-10',4,10),('2024-09-11',4,7),('2024-09-12',3,13),('2024-09-13',8,15),('2024-09-14',7,16),('2024-09-15',15,21),('2024-09-16',5,56),('2024-09-17',5,6),('2024-09-18',4,6),('2024-09-19',5,12),('2024-09-20',7,10),('2024-09-21',7,11),('2024-09-22',7,12),('2024-09-23',7,21),('2024-09-24',5,8),('2024-09-25',6,12),('2024-09-26',2,2),('2024-09-27',2,7),('2024-09-28',4,11),('2024-09-29',7,15),('2024-09-30',2,3),('2024-10-01',10,25),('2024-10-02',8,15),('2024-10-03',7,9),('2024-10-04',5,12),('2024-10-05',7,18),('2024-10-06',13,40),('2024-10-07',8,15),('2024-10-08',6,17),('2024-10-09',3,13),('2024-10-10',6,13),('2024-10-11',6,6),('2024-10-12',4,12),('2024-10-13',10,18),('2024-10-14',7,15),('2024-10-15',4,10),('2024-10-16',5,7),('2024-10-17',4,10),('2024-10-18',8,12),('2024-10-19',11,28),('2024-10-20',18,32),('2024-10-21',12,19),('2024-10-22',8,26),('2024-10-23',7,11),('2024-10-24',11,15),('2024-10-25',4,5),('2024-10-26',2,12),('2024-10-27',5,20),('2024-10-28',4,8),('2024-10-29',4,6),('2024-10-30',11,29),('2024-10-31',11,30),('2024-11-01',3,3),('2024-11-02',6,17),('2024-11-03',10,20),('2024-11-04',10,58),('2024-11-05',7,16),('2024-11-06',1,1),('2024-11-07',4,10),('2024-11-08',6,16),('2024-11-09',8,30),('2024-11-10',12,31),('2024-11-11',8,13),('2024-11-12',6,10),('2024-11-13',5,7),('2024-11-14',6,21),('2024-11-15',3,11),('2024-11-16',10,21),('2024-11-17',15,25),('2024-11-18',7,16),('2024-11-19',6,11),('2024-11-20',6,21),('2024-11-21',4,4),('2024-11-22',5,9),('2024-11-23',8,12),('2024-11-24',11,25),('2024-11-25',6,11),('2024-11-26',11,34),('2024-11-27',8,13),('2024-11-28',8,19),('2024-11-29',8,17),('2024-11-30',7,14),('2024-12-01',9,21),('2024-12-02',7,15),('2024-12-03',4,11),('2024-12-04',11,21),('2024-12-05',9,26),('2024-12-06',7,17),('2024-12-07',7,12),('2024-12-08',10,20),('2024-12-09',10,21),('2024-12-10',6,13),('2024-12-11',6,7),('2024-12-12',5,15),('2024-12-13',13,67),('2024-12-14',9,23),('2024-12-15',13,26),('2024-12-16',14,49),('2024-12-17',5,5),('2024-12-18',7,32),('2024-12-19',10,53),('2024-12-20',3,6),('2024-12-21',20,38),('2024-12-22',9,14),('2024-12-23',10,21),('2024-12-24',12,27),('2024-12-25',6,9),('2024-12-26',4,7),('2024-12-27',6,14),('2024-12-28',13,19),('2024-12-29',10,37),('2024-12-30',6,10),('2024-12-31',9,20),('2025-01-01',2,8),('2025-01-02',13,19),('2025-01-03',2,2),('2025-01-04',2,2),('2025-01-05',12,38),('2025-01-06',5,14),('2025-01-07',6,11),('2025-01-08',9,19),('2025-01-09',6,20),('2025-01-10',3,21),('2025-01-11',10,27),('2025-01-12',19,40),('2025-01-13',6,10),('2025-01-14',8,9),('2025-01-15',9,24),('2025-01-16',4,5),('2025-01-17',3,4),('2025-01-18',6,7),('2025-01-19',12,25),('2025-01-20',6,19),('2025-01-21',4,7),('2025-01-22',7,12),('2025-01-23',10,14),('2025-01-24',8,19),('2025-01-25',8,9),('2025-01-26',11,37),('2025-01-27',7,12),('2025-01-28',8,27),('2025-01-29',6,9),('2025-01-30',6,9),('2025-01-31',4,7),('2025-02-01',6,8),('2025-02-02',23,48),('2025-02-03',5,13),('2025-02-04',1,1),('2025-02-05',5,19),('2025-02-06',9,17),('2025-02-07',5,13),('2025-02-08',4,5),('2025-02-09',11,15),('2025-02-10',10,19),('2025-02-11',6,9),('2025-02-12',1,2),('2025-02-13',6,13),('2025-02-14',3,3),('2025-02-15',6,24),('2025-02-16',11,39),('2025-02-17',4,4),('2025-02-18',2,3),('2025-02-19',4,6),('2025-02-20',4,21),('2025-02-21',1,3),('2025-02-22',5,15),('2025-02-23',7,15),('2025-02-24',6,12),('2025-02-25',7,12),('2025-02-26',5,10),('2025-02-27',4,15),('2025-02-28',2,2),('2025-03-01',4,17),('2025-03-02',12,80),('2025-03-03',10,16),('2025-03-04',7,14),('2025-03-05',3,5),('2025-03-06',4,14),('2025-03-07',4,6),('2025-03-08',4,14),('2025-03-09',8,23),('2025-03-10',3,8),('2025-03-11',6,13),('2025-03-12',4,8),('2025-03-13',3,7),('2025-03-14',4,6),('2025-03-15',4,7),('2025-03-16',5,16),('2025-03-17',8,17),('2025-03-18',7,21),('2025-03-19',6,12),('2025-03-20',8,16),('2025-03-21',5,11),('2025-03-22',4,7),('2025-03-23',15,37),('2025-03-24',10,19),('2025-03-25',3,6),('2025-03-26',5,7),('2025-03-27',11,17),('2025-03-28',3,6),('2025-03-29',13,30),('2025-03-30',10,26),('2025-03-31',6,27),('2025-04-01',4,5),('2025-04-02',4,6),('2025-04-03',5,10),('2025-04-04',4,6),('2025-04-05',1,2),('2025-04-06',12,15),('2025-04-07',2,4),('2025-04-08',7,21),('2025-04-09',6,22),('2025-04-10',1,4),('2025-04-12',10,18),('2025-04-13',12,37),('2025-04-14',5,5),('2025-04-15',12,27),('2025-04-16',13,27),('2025-04-17',5,12),('2025-04-18',9,33),('2025-04-19',9,19),('2025-04-20',24,73),('2025-04-21',11,16),('2025-04-22',3,3),('2025-04-23',6,12),('2025-04-24',12,23),('2025-04-25',5,18),('2025-04-26',6,16),('2025-04-27',10,23),('2025-04-28',4,6),('2025-04-29',5,7),('2025-04-30',1,1),('2025-05-01',3,6),('2025-05-02',4,8),('2025-05-03',7,9),('2025-05-04',10,34),('2025-05-05',6,14),('2025-05-06',8,9),('2025-05-07',5,9),('2025-05-08',4,14),('2025-05-09',1,2),('2025-05-10',9,31),('2025-05-11',7,19),('2025-05-12',8,20),('2025-05-13',5,8),('2025-05-14',8,8),('2025-05-15',3,7),('2025-05-16',6,20),('2025-05-17',6,17),('2025-05-18',11,21),('2025-05-19',8,21),('2025-05-20',5,6),('2025-05-21',6,23),('2025-05-22',1,1),('2025-05-23',2,2),('2025-05-24',3,3),('2025-05-25',11,18),('2025-05-26',9,13),('2025-05-27',8,17),('2025-05-28',7,11),('2025-05-29',10,27),('2025-05-30',3,6),('2025-05-31',8,18),('2025-06-01',15,44),('2025-06-02',6,15),('2025-06-03',6,18),('2025-06-04',7,13),('2025-06-05',3,10),('2025-06-06',3,9),('2025-06-07',6,12),('2025-06-08',11,25),('2025-06-09',5,11),('2025-06-10',4,5),('2025-06-11',6,13),('2025-06-12',5,9),('2025-06-13',3,3),('2025-06-14',4,10),('2025-06-15',5,14),('2025-06-16',4,8),('2025-06-17',7,15),('2025-06-18',4,7),('2025-06-19',8,17),('2025-06-20',5,5),('2025-06-21',5,9),('2025-06-22',14,32),('2025-06-23',7,10),('2025-06-24',5,11),('2025-06-25',9,36),('2025-06-26',5,5),('2025-06-27',6,15),('2025-06-28',4,7),('2025-06-29',12,26),('2025-06-30',4,19),('2025-07-01',2,2),('2025-07-02',12,16),('2025-07-03',6,7),('2025-07-04',3,3),('2025-07-05',9,12),('2025-07-06',6,12),('2025-07-07',7,13),('2025-07-08',3,7),('2025-07-09',2,2),('2025-07-11',5,44),('2025-07-12',7,10),('2025-07-13',8,22),('2025-07-14',5,10),('2025-07-15',3,11),('2025-07-16',4,4),('2025-07-17',6,7),('2025-07-18',5,16),('2025-07-19',4,8),('2025-07-20',10,26),('2025-07-21',4,9),('2025-07-22',12,23),('2025-07-23',11,46),('2025-07-24',10,22),('2025-07-25',3,5),('2025-07-26',12,21),('2025-07-27',25,40),('2025-07-28',20,35),('2025-07-29',13,20),('2025-07-30',8,22),('2025-07-31',9,19),('2025-08-01',3,6),('2025-08-02',9,23),('2025-08-03',18,43),('2025-08-04',9,36),('2025-08-05',9,20),('2025-08-06',7,15),('2025-08-07',11,18),('2025-08-08',4,7),('2025-08-09',12,25),('2025-08-10',11,30),('2025-08-11',4,7),('2025-08-12',2,3),('2025-08-13',13,23),('2025-08-14',7,15),('2025-08-15',7,10),('2025-08-16',7,13),('2025-08-17',17,50),('2025-08-18',14,46),('2025-08-19',9,35),('2025-08-20',15,63),('2025-08-21',11,49),('2025-08-22',8,17),('2025-08-23',8,14),('2025-08-24',8,12),('2025-08-25',4,16),('2025-08-26',13,43),('2025-08-27',9,19),('2025-08-28',8,13),('2025-08-29',11,29),('2025-08-30',11,31),('2025-08-31',12,36),('2025-09-01',11,27),('2025-09-02',9,17),('2025-09-03',5,8),('2025-09-04',5,11),('2025-09-05',4,6),('2025-09-06',10,29),('2025-09-07',15,28),('2025-09-08',4,14),('2025-09-09',9,20),('2025-09-10',7,23),('2025-09-11',2,3),('2025-09-14',1,1),('2025-09-18',1,1),('2025-09-19',14,30),('2025-09-20',10,16),('2025-09-21',2,2),('2025-09-30',1,1);
/*!40000 ALTER TABLE `wp_koko_analytics_site_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_layerslider`
--

DROP TABLE IF EXISTS `wp_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_popup` tinyint(1) NOT NULL DEFAULT 0,
  `group_id` int(10) DEFAULT NULL,
  `flag_group` tinyint(1) NOT NULL DEFAULT 0,
  `flag_dirty` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider`
--

LOCK TABLES `wp_layerslider` WRITE;
/*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */;
INSERT INTO `wp_layerslider` VALUES (1,1,'LayerSlider 5 responsive demo slider','','{\"properties\":{\"post_type\":[\"attachment\"],\"post_taxonomy\":\"0\",\"post_orderby\":\"date\",\"post_order\":\"DESC\",\"post_offset\":\"-1\",\"title\":\"LayerSlider 5 responsive demo slider\",\"width\":\"1280\",\"height\":\"720\",\"responsive\":\"on\",\"maxwidth\":\"1280\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"loops\":\"0\",\"skin\":\"v5\",\"backgroundcolor\":\"\",\"backgroundimage\":\"\",\"sliderstyle\":\"margin-bottom: 0px;\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"circletimer\":\"on\",\"thumb_nav\":\"hover\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"imgpreload\":\"on\",\"lazyload\":\"on\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) {\\r\\n\\r\\n}\",\"cbstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbpause\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbprev\":\"function(data) {\\r\\n\\r\\n}\",\"cbnext\":\"function(data) {\\r\\n\\r\\n}\"},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"75,79\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":1617,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"8000\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"fading background\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1618,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg21.jpg\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"6000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0px\",\"left\":\"0px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"kreatura media\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"KREATURA MEDIA\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"40\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#286e89\\\\\\\"}\",\"top\":\"60px\",\"left\":\"800px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"presents\",\"media\":\"text\",\"type\":\"h2\",\"imageId\":\"\",\"image\":\"\",\"html\":\"presents\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#fa6b4b\\\\\\\"}\",\"top\":\"100\",\"left\":\"801\",\"style\":\"font-weight: 500;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-1\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1656,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-5.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right -50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"450px\",\"left\":\"100px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-2\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1657,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-6.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1300\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left -50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"450px\",\"left\":\"250px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-3\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1655,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-4.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1600\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"300px\",\"left\":\"250px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-4\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1654,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-3.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1900\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"300px\",\"left\":\"100px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-5\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1652,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-1.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2200\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 150% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"150px\",\"left\":\"100px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5-6\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1653,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-d-5-2.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 150% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"150px\",\"left\":\"250px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"layerslider\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"LAYERSLIDER\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutElastic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"340px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Oswald, Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#a14730\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"5px\\\\\\\"}\",\"top\":\"65px\",\"left\":\"80px\",\"style\":\"font-weight: 500; text-align: center; opacity: .5;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"dynamic slider\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"DYNAMIC SLIDER\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3300\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-30\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#fa6b4b\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"150px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"from your\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"from your <span style=\\\\\\\"font-weight: 500; color: #555;\\\\\\\">WordPress posts<\\/span> and pages\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3700\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"190px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"timeline\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"TIMELINE VIEW\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-30\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#fa6b4b\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"250px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"for better\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"for better timings\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4400\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"290px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"new transitions\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"NEW TRANSITIONS\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4700\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-30\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#fa6b4b\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"350px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"transitions\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"slide, fade, scale, skew and rotate layers even in 3D\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"5100\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"390px\",\"left\":\"499px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"interface revamp\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"INTERFACE REVAMP\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"5400\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-30\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#fa6b4b\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"450px\",\"left\":\"500px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"for easy and clear work\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"working with the plugin is more easy\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"5800\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"490px\",\"left\":\"499px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"5\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":1620,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg4.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9500\",\"timeshift\":\"-3000\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"&\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"&\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"200px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"-17px\",\"left\":\"915px\",\"style\":\"opacity: .3; font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"responsive\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"RESPONSIVE\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"40\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"60px\",\"left\":\"800px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"mobile ready\",\"media\":\"text\",\"type\":\"h2\",\"imageId\":\"\",\"image\":\"\",\"html\":\"mobile ready\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#286e89\\\\\\\"}\",\"top\":\"100\",\"left\":\"801\",\"style\":\"font-weight: 500;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"version\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"VERSION\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"450\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, HelveticaNeue-UltraLight, HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#29768f\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"497px\",\"left\":\"788px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"5\",\"media\":\"text\",\"type\":\"h3\",\"imageId\":\"\",\"image\":\"\",\"html\":\"5\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"450\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"220px\",\"left\":\"912px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"text left half\",\"media\":\"text\",\"type\":\"h1\",\"imageId\":\"\",\"image\":\"\",\"html\":\"<span style=\\\\\\\"color: #286e89;\\\\\\\">WITH HUGE<\\/span><br>AND\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutElastic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"461px\",\"left\":\"767px\",\"style\":\"font-weight: 300; text-align: right;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"text right half\",\"media\":\"text\",\"type\":\"h3\",\"imageId\":\"\",\"image\":\"\",\"html\":\"<span style=\\\\\\\"color: #286e89;\\\\\\\">PERFORMANCE<\\/span><br>FEATURE UPDATE\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutElastic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"461px\",\"left\":\"943px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"tablet\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1639,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-1.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"2010\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"765px\\\\\\\"}\",\"top\":\"180px\",\"left\":\"-82px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"slider shadow\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1641,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-2.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"2010\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"495px\",\"left\":\"135px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"slide one\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1642,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-3.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1.2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1.2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"275px\",\"left\":\"135px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"slide two\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1643,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-4.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"275px\",\"left\":\"135px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"touch\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1645,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-6.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3498\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeOutSine\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"476px\",\"left\":\"436px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"touching hand\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1644,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-a-5.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"475px\",\"left\":\"383px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"graph performance v5\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"400px\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#29768f\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"2px\\\\\\\"}\",\"top\":\"180px\",\"left\":\"610px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"graph performance v4\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"50px\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"2px\\\\\\\"}\",\"top\":\"530px\",\"left\":\"590px\",\"style\":\"opacity: .5\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"8x performance\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"8x<br>performance\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"589px\",\"left\":\"533px\",\"style\":\"font-style: italic; text-align: center; font-weight: 500; opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"graph features v5\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"200px\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#29768f\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"2px\\\\\\\"}\",\"top\":\"380px\",\"left\":\"410px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"graph features v4\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"50px\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"2px\\\\\\\"}\",\"top\":\"530px\",\"left\":\"390px\",\"style\":\"opacity: .5\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"many new features\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"many new<br>features\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"589px\",\"left\":\"349px\",\"style\":\"font-style: italic; text-align: center; font-weight: 500; opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1631,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-responsive.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"520px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1627,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-layers.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6700\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"450px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1628,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-mobile.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"6900\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"380px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1629,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-options.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7100\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"310px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1630,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-performance.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7300\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"240px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1632,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-slideshow.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"170px\",\"left\":\"200px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1635,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-youtube.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"520px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1633,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-vimeo.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7200\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"450px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1625,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-html5.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7400\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"380px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1626,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-ios.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7600\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"310px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1624,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-android.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"7800\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"240px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feature responsive copy copy copy copy copy copy copy copy copy copy\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1634,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/feature-wordpress.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"8000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"25% 25% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"60px\\\\\\\"}\",\"top\":\"170px\",\"left\":\"130px\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"4\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":1651,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-bg.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"8000\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"intorducing\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"introducing\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"600\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"44%\",\"left\":\"50%\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"parallax layers\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"PARALLAX LAYERS\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"750\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"250\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"600\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"50px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"bokeh\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1646,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-1.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"-2\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"120%\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"auto\\\\\\\"}\",\"top\":\"30%\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"plants bg\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1647,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-2.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"1\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"353px\",\"left\":\"237px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"plants far\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1648,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-3.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"3\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"453px\",\"left\":\"483px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"plants mid\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1649,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-4.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"150\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"150\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"5\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"456px\",\"left\":\"586px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"plants close\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1650,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/slide-b-5.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"200\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"200\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"7\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"421px\",\"left\":\"659px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"move your mouse\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Move your mouse<br>\\r\\nover this slide!\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"35\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"47%\",\"left\":\"690\",\"style\":\"font-weight: 500;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"mouse\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1638,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/mouse.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"-90\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"45%\",\"left\":\"585px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"fancy parallax effect\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"FANCY PARALLAX EFFECT\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"-45\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"-1\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"45\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#849e00\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4\\\\\\\"}\",\"top\":\"560px\",\"left\":\"50px\",\"style\":\"font-weight: 300;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"by mouse move\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"by mouse move\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"-45\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right top 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"45\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"left top 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"600px\",\"left\":\"50px\",\"style\":\"font-weight: 500;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"11\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":1621,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg51.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"5500\",\"timeshift\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"blur bg\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1619,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg31.jpg\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1.1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0px\",\"left\":\"0px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"embeddig videos?\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"embedding videos?\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"-70\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"3\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"70\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffe9db\\\\\\\"}\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"font-weight: 300; background: white; background: rgba(255,255,255,.2);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Glass\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutExpo\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% -150\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-20\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% -150\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"660px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"380px\\\\\\\"}\",\"top\":\"100px\",\"left\":\"50%\",\"style\":\"background: white; background: rgba(255,255,255,.2); box-shadow: 0px 5px 70px -20px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Video\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"\\/\\/player.vimeo.com\\/video\\/15069551?title=0&byline=0&portrait=0&color=f75402\\\\\\\" width=\\\\\\\"640\\\\\\\" height=\\\\\\\"360\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\\/iframe>\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutExpo\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% -150\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"-20\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% -150\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"110px\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"youtube\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1659,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/youtube-color.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-100\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"-180\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"300\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"360\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"80%\",\"left\":\"35%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"vimeo\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1658,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/vimeo-color.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-200\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2550\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"-270\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"200\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"270\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"80%\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"html5\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1636,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/html5-color.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-300\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2600\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"-360\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutCubic\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"180\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"80%\",\"left\":\"65%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feat\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"video\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3300\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffdcc7\\\\\\\"}\",\"top\":\"630px\",\"left\":\"35%\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feat 2\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"video\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3350\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffdcc7\\\\\\\"}\",\"top\":\"630px\",\"left\":\"50%\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"feat 3\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"video + audio\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3400\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffdcc7\\\\\\\"}\",\"top\":\"630px\",\"left\":\"65%\",\"style\":\"opacity: .75;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"rich media support\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"RICH MEDIA SUPPORT \",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"150\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-150\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffe9db\\\\\\\"}\",\"top\":\"30px\",\"left\":\"30px\",\"style\":\"font-weight: 300; background: black; background: rgba(0,0,0,.2);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"with optional autoplay\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"WITH OPTIONAL AUTOPLAY\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-150\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"150\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffe9db\\\\\\\"}\",\"top\":\"30px\",\"left\":\"835px\",\"style\":\"font-weight: 300; background: black; background: rgba(0,0,0,.2);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"21,105\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":1622,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/bg6b.jpg\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"8000\",\"timeshift\":\"-1000\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"circle\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1623,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/circle.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"155px\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"circle 2\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1623,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/circle.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"linear\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"2\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"155px\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"&\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"&\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"200px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#f06a52\\\\\\\"}\",\"top\":\"334px\",\"left\":\"56px\",\"style\":\"font-weight: 300; opacity: .4\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"all these features\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"ALL THESE FEATURES\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#bd5949\\\\\\\"}\",\"top\":\"420px\",\"left\":\"20px\",\"style\":\"font-weight: 300; background: white; background: rgba(255,255,255,.85)\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"much more!\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"much more!\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#bd5949\\\\\\\"}\",\"top\":\"460px\",\"left\":\"173px\",\"style\":\"font-weight: 500;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"to create\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"...to create\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right bottom 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"right bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#bd5949\\\\\\\"}\",\"top\":\"420px\",\"left\":\"1113px\",\"style\":\"font-weight: 500; text-align: right;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"the best slider\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"THE BEST SLIDER\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3250\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutElastic\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% top 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"90\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% bottom 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"260px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Lato, \\\\\'Open Sans\\\\\', sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"37px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#f06a52\\\\\\\"}\",\"top\":\"460px\",\"left\":\"990px\",\"style\":\"font-weight: 300; text-align: right;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"with no compromises\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"with no compromises!\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"3500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"60\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1.5\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'Indie Flower\\\\\'\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#d9482b\\\\\\\"}\",\"top\":\"505px\",\"left\":\"983px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"ls5box\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1637,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/ls5box.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"80\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"-80\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"180px\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"other demo sliders\",\"media\":\"text\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Please check the other demo sliders\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".8\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'Indie Flower\\\\\'\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"24px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#9c8b9c\\\\\\\"}\",\"top\":\"28px\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"arrow up\",\"media\":\"img\",\"type\":\"p\",\"imageId\":1616,\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/layerslider\\/LayerSlider-5-responsive-demo-slider\\/arrow-up.png\",\"html\":\"\",\"post_text_length\":\"\",\"transition\":\"{\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"4200\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\".5\\\\\\\",\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"showuntil\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"parallaxlevel\\\\\\\":\\\\\\\"0\\\\\\\"}\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"9px\",\"left\":\"837px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1472779649,1486435631,0,0,0,0,0,NULL,0,0),(2,1,'Home','','{\"properties\":{\"title\":\"Home\",\"slug\":\"\",\"sliderVersion\":\"6.5.5\",\"status\":true,\"schedule_start\":\"\",\"schedule_end\":\"\",\"type\":\"responsive\",\"width\":1100,\"height\":390,\"maxwidth\":\"1100\",\"responsiveunder\":\"\",\"fullSizeMode\":\"normal\",\"fitScreenWidth\":true,\"allowFullscreen\":true,\"maxRatio\":\"\",\"insertMethod\":\"prependTo\",\"insertSelector\":\"\",\"clipSlideTransition\":\"disabled\",\"preventSliderClip\":true,\"hideunder\":\"\",\"hideover\":\"\",\"slideOnSwipe\":true,\"optimizeForMobile\":true,\"firstlayer\":\"1\",\"autostart\":true,\"startinviewport\":true,\"pauseonhover\":\"enabled\",\"keybnav\":true,\"touchnav\":true,\"playByScrollSpeed\":\"1\",\"loops\":\"0\",\"forceloopnum\":true,\"skin\":\"noskin\",\"sliderfadeinduration\":\"350\",\"sliderstyle\":\"margin-bottom: 0px;\",\"backgroundcolor\":\"\",\"backgroundimageId\":2023,\"backgroundimage\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner.jpg\",\"globalBGRepeat\":\"no-repeat\",\"globalBGAttachment\":\"scroll\",\"globalBGPosition\":\"50% 50%\",\"globalBGSize\":\"cover\",\"navprevnext\":true,\"navstartstop\":true,\"navbuttons\":true,\"hoverprevnext\":true,\"circletimer\":true,\"thumb_nav\":\"hover\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autoplayvideos\":true,\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"popupPositionHorizontal\":\"center\",\"popupPositionVertical\":\"middle\",\"popupWidth\":\"640\",\"popupHeight\":\"360\",\"popupDistanceLeft\":\"10\",\"popupDistanceRight\":\"10\",\"popupDistanceTop\":\"10\",\"popupDistanceBottom\":\"10\",\"popupShowOnTimeout\":\"\",\"popupShowOnIdle\":\"\",\"popupShowOnScroll\":\"\",\"popupShowOnClick\":\"\",\"popupCloseOnTimeout\":\"\",\"popupCloseOnScroll\":\"\",\"popup_repeat\":true,\"popup_repeat_days\":\"\",\"popupShowOnce\":true,\"popup_pages_custom\":\"\",\"popup_pages_exclude\":\"\",\"popup_roles_administrator\":true,\"popup_roles_editor\":true,\"popup_roles_author\":true,\"popup_roles_contributor\":true,\"popup_roles_subscriber\":true,\"popup_roles_visitor\":true,\"popupTransitionIn\":\"fade\",\"popupDurationIn\":\"1000\",\"popupDelayIn\":\"200\",\"popupTransitionOut\":\"fade\",\"popupDurationOut\":\"500\",\"popupResetOnClose\":\"slide\",\"popupShowCloseButton\":true,\"popupCloseButtonStyle\":\"\",\"popupOverlayClickToClose\":true,\"popupOverlayBackground\":\"rgba(0,0,0,.85)\",\"popupOverlayTransitionIn\":\"fade\",\"popupOverlayDurationIn\":\"400\",\"popupOverlayTransitionOut\":\"fade\",\"popupOverlayDurationOut\":\"400\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"slideBGSize\":\"cover\",\"slideBGPosition\":\"50% 50%\",\"parallaxSensitivity\":\"10\",\"parallaxCenterLayers\":\"center\",\"parallaxCenterDegree\":\"40\",\"forceLayersOutDuration\":\"750\",\"useSrcset\":true,\"preferBlendMode\":\"disabled\",\"previewId\":\"\",\"preview\":\"\",\"createdWith\":\"6.5.5\",\"cbinit\":\"function(element) {\\r\\n\\r\\n}\",\"cbstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbpause\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbprev\":\"function(data) {\\r\\n\\r\\n}\",\"cbnext\":\"function(data) {\\r\\n\\r\\n}\"},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":2025,\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1.jpg\",\"bgsize\":\"inherit\",\"bgposition\":\"inherit\",\"bgcolor\":\"\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"\",\"timeshift\":\"0\",\"transitionduration\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"layer_link_type\":\"over\",\"deeplink\":\"\",\"globalhover\":false,\"skip\":false,\"overflow\":false,\"kenburnszoom\":\"disabled\",\"kenburnsscale\":\"1.2\",\"kenburnsrotate\":\"\",\"parallaxtype\":\"2d\",\"parallaxevent\":\"cursor\",\"parallaxaxis\":\"both\",\"parallaxtransformorigin\":\"50% 50% 0\",\"parallaxdurationmove\":\"1500\",\"parallaxdurationleave\":\"1200\",\"parallaxdistance\":\"10\",\"parallaxrotate\":\"10\",\"parallaxtransformperspective\":\"500\",\"backgroundThumb\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1-150x150.jpg\",\"post_content\":false},\"sublayers\":[{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":true,\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"startatout\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatouttiming\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatoutoperator\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"startatoutvalue\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectiveout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"colorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"mix-blend-mode\\\\\\\":\\\\\\\"normal\\\\\\\"}\",\"media\":\"img\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #1\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false,\"skip\":true,\"uuid\":\"9d18bdd5-a715-4bd8-971b-209e53c9a857\"}],\"meta\":{\"activeLayers\":[0],\"undoStackIndex\":10},\"history\":[{\"cmd\":\"slide.general\",\"name\":\"Slide image\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"background\":\"\",\"backgroundId\":\"\",\"backgroundThumb\":\"\"},\"redo\":{\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner.jpg\",\"backgroundId\":2023,\"backgroundThumb\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner.jpg\"}}},{\"cmd\":\"layer.general\",\"name\":\"Hide layer\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"skip\":false},\"redo\":{\"skip\":true}}},{\"cmd\":\"layer.general\",\"name\":\"Hide layer\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"skip\":true},\"redo\":{\"skip\":false}}},{\"cmd\":\"layer.general\",\"name\":\"Lock layer\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"locked\":false},\"redo\":{\"locked\":true}}},{\"cmd\":\"layer.general\",\"name\":\"Lock layer\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"locked\":true},\"redo\":{\"locked\":false}}},{\"cmd\":\"layer.general\",\"name\":\"Hide layer\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"skip\":false},\"redo\":{\"skip\":true}}},{\"cmd\":\"slide.general\",\"name\":\"Slide image\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner.jpg\",\"backgroundId\":2023,\"backgroundThumb\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-150x150.jpg\"},\"redo\":{\"background\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1.jpg\",\"backgroundId\":2025,\"backgroundThumb\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1.jpg\"}}},{\"cmd\":\"slide.general\",\"name\":\"Slide settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"parallaxevent\":\"cursor\"},\"redo\":{\"parallaxevent\":\"scroll\"}}]},{\"cmd\":\"slide.general\",\"name\":\"Slide settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"parallaxaxis\":\"both\"},\"redo\":{\"parallaxaxis\":\"y\"}}]},{\"cmd\":\"slide.general\",\"name\":\"Slide settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"parallaxevent\":\"scroll\"},\"redo\":{\"parallaxevent\":\"cursor\"}}]},{\"cmd\":\"slide.general\",\"name\":\"Slide settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"parallaxaxis\":\"y\"},\"redo\":{\"parallaxaxis\":\"both\"}}]}]}]}',1513726693,1513731416,0,0,0,0,0,NULL,0,0),(3,1,'Homepage Slider','','{\"properties\":{\"createdWith\":\"6.11.8\",\"sliderVersion\":\"6.11.8\",\"title\":\"Homepage Slider\",\"new\":true},\"layers\":[[]]}',1618952441,1618952441,0,0,0,0,0,NULL,0,0);
/*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_layerslider_drafts`
--

DROP TABLE IF EXISTS `wp_layerslider_drafts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_layerslider_drafts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `slider_id` (`slider_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider_drafts`
--

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

--
-- Table structure for table `wp_layerslider_revisions`
--

DROP TABLE IF EXISTS `wp_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider_revisions`
--

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

--
-- Table structure for table `wp_links`
--

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

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_loginizer_logs`
--

DROP TABLE IF EXISTS `wp_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_loginizer_logs`
--

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

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext DEFAULT NULL,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

LOCK TABLES `wp_ngg_album` WRITE;
/*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */;
INSERT INTO `wp_ngg_album` VALUES (1,'Vossbeck Workday','vossbeck-workday',0,'','0',0,0);
/*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext DEFAULT NULL,
  `title` mediumtext DEFAULT NULL,
  `galdesc` mediumtext DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wp_ngg_gallery` VALUES (1,'vossbeck-workday','vossbeck-workday','wp-content/gallery/vossbeck-workday','Vossbeck workday','',426,176,1,0);
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `alttext` mediumtext DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=177 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wp_ngg_pictures` VALUES (1,'img_0517-1024x768',0,1,'IMG_0517-1024x768.jpg','','IMG_0517-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(2,'img_0517-150x150',0,1,'IMG_0517-150x150.jpg','','IMG_0517-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(3,'img_0517-300x225',0,1,'IMG_0517-300x225.jpg','','IMG_0517-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(4,'img_0517',0,1,'IMG_0517.jpg','','IMG_0517','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 7.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:12 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(5,'img_0518-1024x768',0,1,'IMG_0518-1024x768.jpg','','IMG_0518-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(6,'img_0518-150x150',0,1,'IMG_0518-150x150.jpg','','IMG_0518-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(7,'img_0518-300x225',0,1,'IMG_0518-300x225.jpg','','IMG_0518-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(8,'img_0518',0,1,'IMG_0518.jpg','','IMG_0518','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:13 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(9,'img_0519-1024x768',0,1,'IMG_0519-1024x768.jpg','','IMG_0519-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(10,'img_0519-150x150',0,1,'IMG_0519-150x150.jpg','','IMG_0519-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(11,'img_0519-300x225',0,1,'IMG_0519-300x225.jpg','','IMG_0519-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(12,'img_0519',0,1,'IMG_0519.jpg','','IMG_0519','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:13 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(13,'img_0520-150x150',0,1,'IMG_0520-150x150.jpg','','IMG_0520-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(14,'img_0520-225x300',0,1,'IMG_0520-225x300.jpg','','IMG_0520-225x300','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:225;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(15,'img_0520-768x1024',0,1,'IMG_0520-768x1024.jpg','','IMG_0520-768x1024','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:768;s:6:\"height\";i:1024;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(16,'img_0520',0,1,'IMG_0520.jpg','','IMG_0520','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:13 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:3456;s:6:\"height\";i:4608;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(17,'img_0521-1024x768',0,1,'IMG_0521-1024x768.jpg','','IMG_0521-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(18,'img_0521-150x150',0,1,'IMG_0521-150x150.jpg','','IMG_0521-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(19,'img_0521-300x225',0,1,'IMG_0521-300x225.jpg','','IMG_0521-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(20,'img_0521',0,1,'IMG_0521.jpg','','IMG_0521','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:14 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.727 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(21,'img_0522-1024x768',0,1,'IMG_0522-1024x768.jpg','','IMG_0522-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(22,'img_0522-150x150',0,1,'IMG_0522-150x150.jpg','','IMG_0522-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(23,'img_0522-300x225',0,1,'IMG_0522-300x225.jpg','','IMG_0522-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(24,'img_0522',0,1,'IMG_0522.jpg','','IMG_0522','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:14 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.727 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(25,'img_0523-1024x768',0,1,'IMG_0523-1024x768.jpg','','IMG_0523-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(26,'img_0523-150x150',0,1,'IMG_0523-150x150.jpg','','IMG_0523-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(27,'img_0523-300x225',0,1,'IMG_0523-300x225.jpg','','IMG_0523-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(28,'img_0523',0,1,'IMG_0523.jpg','','IMG_0523','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 6.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:16 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"25 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(29,'img_0524-1024x768',0,1,'IMG_0524-1024x768.jpg','','IMG_0524-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(30,'img_0524-150x150',0,1,'IMG_0524-150x150.jpg','','IMG_0524-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(31,'img_0524-300x225',0,1,'IMG_0524-300x225.jpg','','IMG_0524-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(32,'img_0524',0,1,'IMG_0524.jpg','','IMG_0524','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:17 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"13.722 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(33,'img_0525-1024x768',0,1,'IMG_0525-1024x768.jpg','','IMG_0525-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(34,'img_0525-150x150',0,1,'IMG_0525-150x150.jpg','','IMG_0525-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(35,'img_0525-300x225',0,1,'IMG_0525-300x225.jpg','','IMG_0525-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(36,'img_0525',0,1,'IMG_0525.jpg','','IMG_0525','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:17 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(37,'img_0526-1024x768',0,1,'IMG_0526-1024x768.jpg','','IMG_0526-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(38,'img_0526-150x150',0,1,'IMG_0526-150x150.jpg','','IMG_0526-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(39,'img_0526-300x225',0,1,'IMG_0526-300x225.jpg','','IMG_0526-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(40,'img_0526',0,1,'IMG_0526.jpg','','IMG_0526','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:17 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.727 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(41,'img_0527-1024x768',0,1,'IMG_0527-1024x768.jpg','','IMG_0527-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(42,'img_0527-150x150',0,1,'IMG_0527-150x150.jpg','','IMG_0527-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(43,'img_0527-300x225',0,1,'IMG_0527-300x225.jpg','','IMG_0527-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(44,'img_0527',0,1,'IMG_0527.jpg','','IMG_0527','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:18 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.727 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(45,'img_0528-1024x768',0,1,'IMG_0528-1024x768.jpg','','IMG_0528-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(46,'img_0528-150x150',0,1,'IMG_0528-150x150.jpg','','IMG_0528-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(47,'img_0528-300x225',0,1,'IMG_0528-300x225.jpg','','IMG_0528-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(48,'img_0528',0,1,'IMG_0528.jpg','','IMG_0528','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:18 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(49,'img_0529-1024x768',0,1,'IMG_0529-1024x768.jpg','','IMG_0529-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(50,'img_0529-150x150',0,1,'IMG_0529-150x150.jpg','','IMG_0529-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(51,'img_0529-300x225',0,1,'IMG_0529-300x225.jpg','','IMG_0529-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(52,'img_0529',0,1,'IMG_0529.jpg','','IMG_0529','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:18 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(53,'img_0530-1024x768',0,1,'IMG_0530-1024x768.jpg','','IMG_0530-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(54,'img_0530-150x150',0,1,'IMG_0530-150x150.jpg','','IMG_0530-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(55,'img_0530-300x225',0,1,'IMG_0530-300x225.jpg','','IMG_0530-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(56,'img_0530',0,1,'IMG_0530.jpg','','IMG_0530','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:19 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.727 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/500 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(57,'img_0532-1024x768',0,1,'IMG_0532-1024x768.jpg','','IMG_0532-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(58,'img_0532-150x150',0,1,'IMG_0532-150x150.jpg','','IMG_0532-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(59,'img_0532-300x225',0,1,'IMG_0532-300x225.jpg','','IMG_0532-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(60,'img_0532',0,1,'IMG_0532.jpg','','IMG_0532','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"13.085 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(61,'img_0533-1024x768',0,1,'IMG_0533-1024x768.jpg','','IMG_0533-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(62,'img_0533-150x150',0,1,'IMG_0533-150x150.jpg','','IMG_0533-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(63,'img_0533-300x225',0,1,'IMG_0533-300x225.jpg','','IMG_0533-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(64,'img_0533',0,1,'IMG_0533.jpg','','IMG_0533','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(65,'img_0534-1024x768',0,1,'IMG_0534-1024x768.jpg','','IMG_0534-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(66,'img_0534-150x150',0,1,'IMG_0534-150x150.jpg','','IMG_0534-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(67,'img_0534-300x225',0,1,'IMG_0534-300x225.jpg','','IMG_0534-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(68,'img_0534',0,1,'IMG_0534.jpg','','IMG_0534','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"11.287 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(69,'img_0535-1024x768',0,1,'IMG_0535-1024x768.jpg','','IMG_0535-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(70,'img_0535-150x150',0,1,'IMG_0535-150x150.jpg','','IMG_0535-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(71,'img_0535-300x225',0,1,'IMG_0535-300x225.jpg','','IMG_0535-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(72,'img_0535',0,1,'IMG_0535.jpg','','IMG_0535','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:25 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(73,'img_0536-1024x768',0,1,'IMG_0536-1024x768.jpg','','IMG_0536-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(74,'img_0536-150x150',0,1,'IMG_0536-150x150.jpg','','IMG_0536-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(75,'img_0536-300x225',0,1,'IMG_0536-300x225.jpg','','IMG_0536-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(76,'img_0536',0,1,'IMG_0536.jpg','','IMG_0536','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:25 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"11.867 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(77,'img_0537-1024x768',0,1,'IMG_0537-1024x768.jpg','','IMG_0537-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(78,'img_0537-150x150',0,1,'IMG_0537-150x150.jpg','','IMG_0537-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(79,'img_0537-300x225',0,1,'IMG_0537-300x225.jpg','','IMG_0537-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(80,'img_0537',0,1,'IMG_0537.jpg','','IMG_0537','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"5.803 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(81,'img_0539-1024x768',0,1,'IMG_0539-1024x768.jpg','','IMG_0539-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(82,'img_0539-150x150',0,1,'IMG_0539-150x150.jpg','','IMG_0539-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(83,'img_0539-300x225',0,1,'IMG_0539-300x225.jpg','','IMG_0539-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(84,'img_0539',0,1,'IMG_0539.jpg','','IMG_0539','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 6.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"25 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(85,'img_0540-1024x768',0,1,'IMG_0540-1024x768.jpg','','IMG_0540-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(86,'img_0540-150x150',0,1,'IMG_0540-150x150.jpg','','IMG_0540-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(87,'img_0540-300x225',0,1,'IMG_0540-300x225.jpg','','IMG_0540-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(88,'img_0540',0,1,'IMG_0540.jpg','','IMG_0540','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 10:27 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"8.673 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(89,'img_0541-1024x768',0,1,'IMG_0541-1024x768.jpg','','IMG_0541-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(90,'img_0541-150x150',0,1,'IMG_0541-150x150.jpg','','IMG_0541-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(91,'img_0541-300x225',0,1,'IMG_0541-300x225.jpg','','IMG_0541-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(92,'img_0541',0,1,'IMG_0541.jpg','','IMG_0541','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:20 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"7.331 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(93,'img_0542-1024x768',0,1,'IMG_0542-1024x768.jpg','','IMG_0542-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(94,'img_0542-150x150',0,1,'IMG_0542-150x150.jpg','','IMG_0542-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(95,'img_0542-300x225',0,1,'IMG_0542-300x225.jpg','','IMG_0542-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(96,'img_0542',0,1,'IMG_0542.jpg','','IMG_0542','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(97,'img_0543-1024x768',0,1,'IMG_0543-1024x768.jpg','','IMG_0543-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(98,'img_0543-150x150',0,1,'IMG_0543-150x150.jpg','','IMG_0543-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(99,'img_0543-300x225',0,1,'IMG_0543-300x225.jpg','','IMG_0543-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(100,'img_0543',0,1,'IMG_0543.jpg','','IMG_0543','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(101,'img_0544-1024x768',0,1,'IMG_0544-1024x768.jpg','','IMG_0544-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(102,'img_0544-150x150',0,1,'IMG_0544-150x150.jpg','','IMG_0544-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(103,'img_0544-300x225',0,1,'IMG_0544-300x225.jpg','','IMG_0544-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(104,'img_0544',0,1,'IMG_0544.jpg','','IMG_0544','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 7.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(105,'img_0545-1024x768',0,1,'IMG_0545-1024x768.jpg','','IMG_0545-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(106,'img_0545-150x150',0,1,'IMG_0545-150x150.jpg','','IMG_0545-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(107,'img_0545-300x225',0,1,'IMG_0545-300x225.jpg','','IMG_0545-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(108,'img_0545',0,1,'IMG_0545.jpg','','IMG_0545','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 7.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(109,'img_0546-1024x768',0,1,'IMG_0546-1024x768.jpg','','IMG_0546-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(110,'img_0546-150x150',0,1,'IMG_0546-150x150.jpg','','IMG_0546-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(111,'img_0546-300x225',0,1,'IMG_0546-300x225.jpg','','IMG_0546-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(112,'img_0546',0,1,'IMG_0546.jpg','','IMG_0546','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 7.9\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/640 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(113,'img_0547-1024x768',0,1,'IMG_0547-1024x768.jpg','','IMG_0547-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(114,'img_0547-150x150',0,1,'IMG_0547-150x150.jpg','','IMG_0547-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(115,'img_0547-300x225',0,1,'IMG_0547-300x225.jpg','','IMG_0547-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(116,'img_0547',0,1,'IMG_0547.jpg','','IMG_0547','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.921 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:10:\"1/1000 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(117,'img_0548-1024x768',0,1,'IMG_0548-1024x768.jpg','','IMG_0548-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(118,'img_0548-150x150',0,1,'IMG_0548-150x150.jpg','','IMG_0548-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(119,'img_0548-300x225',0,1,'IMG_0548-300x225.jpg','','IMG_0548-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(120,'img_0548',0,1,'IMG_0548.jpg','','IMG_0548','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.921 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:10:\"1/1000 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(121,'img_0549-1024x768',0,1,'IMG_0549-1024x768.jpg','','IMG_0549-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(122,'img_0549-150x150',0,1,'IMG_0549-150x150.jpg','','IMG_0549-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(123,'img_0549-300x225',0,1,'IMG_0549-300x225.jpg','','IMG_0549-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(124,'img_0549',0,1,'IMG_0549.jpg','','IMG_0549','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 11\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 11:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.921 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(125,'img_0550-1024x768',0,1,'IMG_0550-1024x768.jpg','','IMG_0550-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(126,'img_0550-150x150',0,1,'IMG_0550-150x150.jpg','','IMG_0550-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(127,'img_0550-300x225',0,1,'IMG_0550-300x225.jpg','','IMG_0550-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(128,'img_0550',0,1,'IMG_0550.jpg','','IMG_0550','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:24 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"6.157 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(129,'img_0551-1024x768',0,1,'IMG_0551-1024x768.jpg','','IMG_0551-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(130,'img_0551-150x150',0,1,'IMG_0551-150x150.jpg','','IMG_0551-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(131,'img_0551-300x225',0,1,'IMG_0551-300x225.jpg','','IMG_0551-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(132,'img_0551',0,1,'IMG_0551.jpg','','IMG_0551','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:24 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"6.157 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(133,'img_0552-1024x768',0,1,'IMG_0552-1024x768.jpg','','IMG_0552-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(134,'img_0552-150x150',0,1,'IMG_0552-150x150.jpg','','IMG_0552-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(135,'img_0552-300x225',0,1,'IMG_0552-300x225.jpg','','IMG_0552-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(136,'img_0552',0,1,'IMG_0552.jpg','','IMG_0552','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(137,'img_0553-1024x768',0,1,'IMG_0553-1024x768.jpg','','IMG_0553-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(138,'img_0553-150x150',0,1,'IMG_0553-150x150.jpg','','IMG_0553-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(139,'img_0553-300x225',0,1,'IMG_0553-300x225.jpg','','IMG_0553-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(140,'img_0553',0,1,'IMG_0553.jpg','','IMG_0553','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/800 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(141,'img_0554-1024x768',0,1,'IMG_0554-1024x768.jpg','','IMG_0554-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(142,'img_0554-150x150',0,1,'IMG_0554-150x150.jpg','','IMG_0554-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(143,'img_0554-300x225',0,1,'IMG_0554-300x225.jpg','','IMG_0554-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(144,'img_0554',0,1,'IMG_0554.jpg','','IMG_0554','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(145,'img_0555-150x150',0,1,'IMG_0555-150x150.jpg','','IMG_0555-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(146,'img_0555-225x300',0,1,'IMG_0555-225x300.jpg','','IMG_0555-225x300','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:225;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(147,'img_0555-768x1024',0,1,'IMG_0555-768x1024.jpg','','IMG_0555-768x1024','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:768;s:6:\"height\";i:1024;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(148,'img_0555',0,1,'IMG_0555.jpg','','IMG_0555','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"8.914 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:3456;s:6:\"height\";i:4608;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(149,'img_0556-1024x768',0,1,'IMG_0556-1024x768.jpg','','IMG_0556-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(150,'img_0556-150x150',0,1,'IMG_0556-150x150.jpg','','IMG_0556-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(151,'img_0556-300x225',0,1,'IMG_0556-300x225.jpg','','IMG_0556-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(152,'img_0556',0,1,'IMG_0556.jpg','','IMG_0556','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:41 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.158 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(153,'img_0557-1024x768',0,1,'IMG_0557-1024x768.jpg','','IMG_0557-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(154,'img_0557-150x150',0,1,'IMG_0557-150x150.jpg','','IMG_0557-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(155,'img_0557-300x225',0,1,'IMG_0557-300x225.jpg','','IMG_0557-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(156,'img_0557',0,1,'IMG_0557.jpg','','IMG_0557','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:41 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"9.158 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(157,'img_0558-1024x768',0,1,'IMG_0558-1024x768.jpg','','IMG_0558-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(158,'img_0558-150x150',0,1,'IMG_0558-150x150.jpg','','IMG_0558-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(159,'img_0558-300x225',0,1,'IMG_0558-300x225.jpg','','IMG_0558-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(160,'img_0558',0,1,'IMG_0558.jpg','','IMG_0558','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:43 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"5 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:9:\"1/800 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(161,'img_0559-1024x768',0,1,'IMG_0559-1024x768.jpg','','IMG_0559-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(162,'img_0559-150x150',0,1,'IMG_0559-150x150.jpg','','IMG_0559-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(163,'img_0559-300x225',0,1,'IMG_0559-300x225.jpg','','IMG_0559-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(164,'img_0559',0,1,'IMG_0559.jpg','','IMG_0559','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"10.185 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(165,'img_0560-150x150',0,1,'IMG_0560-150x150.jpg','','IMG_0560-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(166,'img_0560-225x300',0,1,'IMG_0560-225x300.jpg','','IMG_0560-225x300','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:225;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(167,'img_0560-768x1024',0,1,'IMG_0560-768x1024.jpg','','IMG_0560-768x1024','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:768;s:6:\"height\";i:1024;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(168,'img_0560',0,1,'IMG_0560.jpg','','IMG_0560','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"13.722 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:3456;s:6:\"height\";i:4608;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(169,'img_0561-1024x768',0,1,'IMG_0561-1024x768.jpg','','IMG_0561-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(170,'img_0561-150x150',0,1,'IMG_0561-150x150.jpg','','IMG_0561-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(171,'img_0561-300x225',0,1,'IMG_0561-300x225.jpg','','IMG_0561-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(172,'img_0561',0,1,'IMG_0561.jpg','','IMG_0561','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:45 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:8:\"7.981 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:9:\"1/800 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(173,'img_0562-1024x768',0,1,'IMG_0562-1024x768.jpg','','IMG_0562-1024x768','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(174,'img_0562-150x150',0,1,'IMG_0562-150x150.jpg','','IMG_0562-150x150','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(175,'img_0562-300x225',0,1,'IMG_0562-300x225.jpg','','IMG_0562-300x225','2013-05-11 02:20:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL),(176,'img_0562',0,1,'IMG_0562.jpg','','IMG_0562','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 6.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:24:\"Canon PowerShot A3400 IS\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"April 21, 2013 12:45 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:9:\"22.028 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"                               \";s:8:\"keywords\";b:0;s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}',0,NULL);
/*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://www.crosspoint-church.com','yes'),(2,'home','https://www.crosspoint-church.com','yes'),(3,'blogname','CrossPoint Church','yes'),(4,'blogdescription','Loving people where they are and helping them follow Jesus.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','email_jeb@fastmail.com','yes'),(7,'start_of_week','0','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','1','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','0','yes'),(22,'posts_per_page','5','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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:37:\"advanced-sermons/advanced-sermons.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:23:\"announcer/announcer.php\";i:4;s:49:\"google-calendar-events/google-calendar-events.php\";i:5;s:33:\"koko-analytics/koko-analytics.php\";i:6;s:23:\"loginizer/loginizer.php\";i:7;s:23:\"reftagger/RefTagger.php\";i:8;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.php\";i:10;s:39:\"wp-file-manager/file_folder_manager.php\";i:11;s:23:\"wp-smushit/wp-smush.php\";i:12;s:27:\"wp-super-cache/wp-cache.php\";i:13;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','https://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:60:\"/home/crossp22/public_html/wp-content/themes/Avada/style.css\";i:2;s:83:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php\";i:3;s:71:\"/home/crossp22/public_html/wp-content/plugins/sermon-browser/sermon.php\";i:4;s:69:\"/home/crossp22/public_html/wp-content/plugins/revslider/revslider.php\";i:5;s:69:\"/home/crossp22/public_html/wp-content/plugins/reftagger/RefTagger.php\";}','no'),(40,'template','twentytwentyfive','yes'),(41,'stylesheet','twentytwentyfive','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','editor','yes'),(48,'db_version','60421','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'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'),(79,'widget_text','a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:51:\"8686 Vinup Rd.\r\nLynden, WA  98264\r\n(360) 354-3554\r\n\";s:6:\"filter\";b:1;}i:3;a:3:{s:5:\"title\";s:20:\"Sunday Service Times\";s:4:\"text\";s:48:\"9:00 am  Study Groups\r\n10:30 am  Worship Service\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:120:\"© Copyright 2015 - <script>document.write(new Date().getFullYear());</script>\r\nAll Rights Reserved\r\nCrossPoint Church  \";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:8:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:33:\"wp-maintenance/wp-maintenance.php\";a:2:{i:0;s:14:\"WP_maintenance\";i:1;s:20:\"wpm_dashboard_remove\";}s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";}','no'),(82,'timezone_string','America/Los_Angeles','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','40','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:123:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"aiosp_manage_seo\";b:1;s:16:\"read_wpfc_sermon\";b:1;s:16:\"edit_wpfc_sermon\";b:1;s:17:\"edit_wpfc_sermons\";b:1;s:25:\"edit_private_wpfc_sermons\";b:1;s:27:\"edit_published_wpfc_sermons\";b:1;s:18:\"delete_wpfc_sermon\";b:1;s:19:\"delete_wpfc_sermons\";b:1;s:29:\"delete_published_wpfc_sermons\";b:1;s:27:\"delete_private_wpfc_sermons\";b:1;s:20:\"publish_wpfc_sermons\";b:1;s:25:\"read_private_wpfc_sermons\";b:1;s:22:\"manage_wpfc_categories\";b:1;s:23:\"manage_wpfc_sm_settings\";b:1;s:24:\"edit_others_wpfc_sermons\";b:1;s:26:\"delete_others_wpfc_sermons\";b:1;s:27:\"access_white_label_branding\";b:1;s:9:\"access_cp\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:19:\"aioseo_setup_wizard\";b:1;s:23:\"aioseo_general_settings\";b:1;s:33:\"aioseo_search_appearance_settings\";b:1;s:31:\"aioseo_social_networks_settings\";b:1;s:23:\"aioseo_sitemap_settings\";b:1;s:30:\"aioseo_internal_links_settings\";b:1;s:25:\"aioseo_redirects_settings\";b:1;s:28:\"aioseo_seo_analysis_settings\";b:1;s:21:\"aioseo_tools_settings\";b:1;s:31:\"aioseo_feature_manager_settings\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:25:\"aioseo_local_seo_settings\";b:1;s:20:\"aioseo_about_us_page\";b:1;s:12:\"aioseo_admin\";b:1;s:15:\"manage_security\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:19:\"view_koko_analytics\";b:1;s:21:\"manage_koko_analytics\";b:1;s:15:\"access_depicter\";b:1;s:13:\"edit_depicter\";b:1;s:20:\"edit_others_depicter\";b:1;s:16:\"publish_depicter\";b:1;s:15:\"delete_depicter\";b:1;s:22:\"delete_others_depicter\";b:1;s:15:\"create_depicter\";b:1;s:15:\"import_depicter\";b:1;s:15:\"export_depicter\";b:1;s:18:\"duplicate_depicter\";b:1;s:15:\"manage_depicter\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:75:{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:16:\"read_wpfc_sermon\";b:1;s:16:\"edit_wpfc_sermon\";b:1;s:17:\"edit_wpfc_sermons\";b:1;s:25:\"edit_private_wpfc_sermons\";b:1;s:27:\"edit_published_wpfc_sermons\";b:1;s:18:\"delete_wpfc_sermon\";b:1;s:19:\"delete_wpfc_sermons\";b:1;s:29:\"delete_published_wpfc_sermons\";b:1;s:27:\"delete_private_wpfc_sermons\";b:1;s:20:\"publish_wpfc_sermons\";b:1;s:25:\"read_private_wpfc_sermons\";b:1;s:22:\"manage_wpfc_categories\";b:1;s:24:\"edit_others_wpfc_sermons\";b:1;s:26:\"delete_others_wpfc_sermons\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:15:\"access_depicter\";b:1;s:13:\"edit_depicter\";b:1;s:20:\"edit_others_depicter\";b:1;s:16:\"publish_depicter\";b:1;s:15:\"delete_depicter\";b:1;s:22:\"delete_others_depicter\";b:1;s:15:\"create_depicter\";b:1;s:15:\"import_depicter\";b:1;s:15:\"export_depicter\";b:1;s:18:\"duplicate_depicter\";b:1;s:15:\"manage_depicter\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:33:{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:16:\"read_wpfc_sermon\";b:1;s:16:\"edit_wpfc_sermon\";b:1;s:17:\"edit_wpfc_sermons\";b:1;s:25:\"edit_private_wpfc_sermons\";b:1;s:27:\"edit_published_wpfc_sermons\";b:1;s:18:\"delete_wpfc_sermon\";b:1;s:19:\"delete_wpfc_sermons\";b:1;s:29:\"delete_published_wpfc_sermons\";b:1;s:27:\"delete_private_wpfc_sermons\";b:1;s:20:\"publish_wpfc_sermons\";b:1;s:25:\"read_private_wpfc_sermons\";b:1;s:22:\"manage_wpfc_categories\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:31:\"aioseo_page_ai_content_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'widget_meta','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-3\";i:8;s:6:\"meta-3\";i:9;s:6:\"text-2\";i:10;s:6:\"text-4\";i:11;s:6:\"text-5\";i:12;s:6:\"text-3\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:30:{i:1759265579;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1759265609;a:1:{s:30:\"koko_analytics_aggregate_stats\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"koko_analytics_stats_aggregate_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1759266778;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:1759268397;a:1:{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:1759268549;a:1:{s:35:\"koko_analytics_test_custom_endpoint\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1759276800;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759279139;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1759280421;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1759288393;a:2:{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:1759288448;a:1:{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;}}}i:1759289209;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759290554;a:1:{s:27:\"depicter_collect_usage_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759290676;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:1759291174;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759293749;a:1:{s:25:\"koko_analytics_prune_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759298136;a:1:{s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759298647;a:1:{s:34:\"fs_data_sync_independent-analytics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759299217;a:1:{s:19:\"wp_smush_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759300151;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759302000;a:1:{s:38:\"koko_analytics_rotate_fingerprint_seed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759303402;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1759335955;a:1:{s:33:\"aioseop_cron_check_remote_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759346638;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759605831;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759638030;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759691914;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759734000;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1759809574;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759811546;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(137,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1466738137;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','no'),(138,'current_theme','Twenty Twenty-Five','yes'),(139,'theme_mods_twentyfifteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1466738750;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','no'),(140,'theme_switched','','yes'),(152,'WPLANG','','yes'),(155,'theme_mods_Avada','a:11:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:15:\"main_navigation\";i:21;s:9:\"404_pages\";i:0;s:14:\"top_navigation\";i:21;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1759254411;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"sermon-sidebar\";a:0:{}s:18:\"avada-blog-sidebar\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-3\";i:8;s:6:\"meta-3\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:6:\"text-4\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:6:\"text-5\";}s:25:\"avada-slidingbar-widget-1\";a:1:{i:0;s:6:\"text-3\";}s:25:\"avada-slidingbar-widget-2\";a:0:{}}}s:16:\"background_image\";s:0:\"\";s:17:\"background_preset\";s:6:\"custom\";s:15:\"background_size\";s:7:\"contain\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_attachment\";s:6:\"scroll\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_position_y\";s:6:\"center\";}','off'),(156,'avada_disable_builder','1','yes'),(157,'avada_disable_encoding','1','yes'),(161,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_pyre_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_flickr-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_social_links-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_facebook-like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'avada_version','7.13.2','yes'),(171,'avada_previous_version','a:48:{i:0;b:0;i:1;s:5:\"5.0.3\";i:2;s:5:\"5.0.6\";i:3;s:5:\"5.1.6\";i:4;s:5:\"5.2.2\";i:5;s:5:\"5.4.0\";i:6;s:5:\"5.4.1\";i:7;s:5:\"5.4.2\";i:8;s:5:\"5.5.0\";i:9;s:5:\"5.5.1\";i:10;s:5:\"5.5.2\";i:11;s:5:\"5.6.0\";i:12;s:5:\"5.6.1\";i:13;s:5:\"5.6.2\";i:14;s:5:\"5.9.0\";i:15;s:5:\"6.2.2\";i:16;s:5:\"7.2.1\";i:17;s:5:\"7.3.0\";i:18;s:5:\"7.3.1\";i:19;s:5:\"7.4.0\";i:20;s:5:\"7.4.1\";i:21;s:5:\"7.5.0\";i:22;s:5:\"7.6.0\";i:23;s:5:\"7.7.1\";i:24;s:5:\"7.8.1\";i:25;s:5:\"7.8.2\";i:26;s:5:\"7.9.1\";i:27;s:5:\"7.9.2\";i:28;s:6:\"7.10.0\";i:29;s:6:\"7.10.1\";i:30;s:6:\"7.11.1\";i:31;s:6:\"7.11.2\";i:32;s:6:\"7.11.3\";i:33;s:6:\"7.11.4\";i:34;s:6:\"7.11.5\";i:35;s:6:\"7.11.6\";i:36;s:6:\"7.11.7\";i:37;s:6:\"7.11.9\";i:38;s:7:\"7.11.10\";i:39;s:7:\"7.11.11\";i:40;s:7:\"7.11.13\";i:41;s:7:\"7.11.14\";i:42;s:7:\"7.11.15\";i:43;s:6:\"7.12.0\";i:44;s:6:\"7.12.1\";i:45;s:6:\"7.12.2\";i:46;s:6:\"7.13.0\";i:47;s:6:\"7.13.1\";}','yes'),(172,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(173,'shop_single_image_size','a:3:{s:5:\"width\";i:700;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(174,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(175,'avada_theme_options','a:606:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1100px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"75px\";s:6:\"bottom\";s:4:\"60px\";}s:16:\"hundredp_padding\";s:3:\"17%\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"sidebar_width\";s:3:\"32%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:10:\"nav_height\";s:2:\"83\";s:20:\"nav_highlight_border\";s:1:\"2\";s:11:\"nav_padding\";s:2:\"30\";s:15:\"megamenu_shadow\";s:1:\"1\";s:19:\"dropdown_menu_width\";s:3:\"170\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"3\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"0\";s:31:\"menu_display_dropdown_indicator\";s:1:\"1\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:17:\"menu_sub_bg_color\";s:7:\"#ffffff\";s:19:\"menu_bg_hover_color\";s:7:\"#fcfcfc\";s:18:\"menu_sub_sep_color\";s:7:\"#f4f4f4\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:13:\"nav_font_size\";s:4:\"12px\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:15:\"menu_text_align\";s:5:\"right\";s:16:\"menu_first_color\";s:7:\"#333333\";s:22:\"menu_hover_first_color\";s:7:\"#1a80b6\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#1a80b6\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"150\";s:29:\"header_top_first_border_color\";s:7:\"#ffffff\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:7:\"classic\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"42\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:21:\"mobile_menu_font_size\";s:4:\"12px\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:22:\"mobile_menu_font_color\";s:7:\"#333333\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"1\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1023\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:4:\"0.60\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#1a80b6\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:11:\"Leave Empty\";s:20:\"header_right_content\";s:11:\"Leave Empty\";s:17:\"header_v4_content\";s:7:\"Tagline\";s:13:\"header_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:14:\"header_tagline\";s:147:\"<span style=\"display:inline-block;font-size: 18px; margin: 0px; 0px; 0px; 0px;\">Loving people where they are and helping them follow Jesus.</span> \";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:2:\"3%\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:2:\"3%\";}s:13:\"header_shadow\";s:1:\"1\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#1a80b6\";s:17:\"tagline_font_size\";s:4:\"18px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:22:\"rgba(255,255,255,0.97)\";s:24:\"header_sticky_menu_color\";s:7:\"#333333\";s:25:\"header_sticky_nav_padding\";s:2:\"30\";s:27:\"header_sticky_nav_font_size\";s:4:\"12px\";s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:4:\"logo\";a:5:{s:3:\"url\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels.png\";s:2:\"id\";s:4:\"1670\";s:6:\"height\";s:2:\"36\";s:5:\"width\";s:3:\"250\";s:9:\"thumbnail\";s:98:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels-150x36.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels.png\";s:2:\"id\";s:4:\"1670\";s:6:\"height\";s:2:\"36\";s:5:\"width\";s:3:\"250\";s:9:\"thumbnail\";s:98:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels-150x36.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:5:\"200px\";s:24:\"page_title_mobile_height\";s:5:\"150px\";s:19:\"page_title_bg_color\";s:7:\"#3f7ccd\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"35px\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:100:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/ptb_image-compressor-3.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:3:\"200\";s:5:\"width\";s:4:\"1280\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:21:\"slidingbar_top_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"3\";s:29:\"footer_widgets_center_content\";s:1:\"1\";s:22:\"footer_special_effects\";s:22:\"footer_parallax_effect\";s:20:\"footer_sticky_height\";s:3:\"113\";s:16:\"footer_copyright\";s:1:\"0\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:223:\"© Copyright 2015 - <script>document.write(new Date().getFullYear());</script>   |   CrossPoint Church <br /> All Rights Reserved   |   Powered by <a href=\'https://wordpress.org\' target=\'_blank\'>WordPress</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"50px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#2c2d2f\";s:18:\"footer_border_size\";s:1:\"0\";s:19:\"footer_border_color\";s:7:\"#2c2d2f\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"35px\";s:6:\"bottom\";s:4:\"35px\";}s:18:\"copyright_bg_color\";s:7:\"#2c2d2f\";s:21:\"copyright_border_size\";s:1:\"0\";s:22:\"copyright_border_color\";s:7:\"#404042\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#DDDDDD\";}s:17:\"footer_text_color\";s:7:\"#8c8989\";s:17:\"footer_link_color\";s:7:\"#bfbfbf\";s:23:\"footer_link_color_hover\";s:7:\"#1a80b6\";s:20:\"copyright_text_color\";s:7:\"#8c8989\";s:20:\"copyright_link_color\";s:7:\"#bfbfbf\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"12px\";s:15:\"sidebar_padding\";s:2:\"3%\";s:16:\"sidebar_bg_color\";s:7:\"#f2f2f2\";s:23:\"sidebar_widget_bg_color\";s:7:\"#3f7ccd\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#ffffff\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:4:\"Left\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"1\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:101:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/church_bkgd3-compressor.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:4:\"1279\";s:5:\"width\";s:4:\"1950\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"1\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#25354a\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#1c1c1c\";}s:10:\"link_color\";s:7:\"#0261d6\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"56px\";s:11:\"line-height\";s:4:\"1.79\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"35px\";s:11:\"line-height\";s:4:\"1.29\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.62\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_titles_font_size\";s:4:\"24px\";s:19:\"post_titles_font_lh\";s:4:\"34px\";s:28:\"post_titles_extras_font_size\";s:4:\"22px\";s:12:\"custom_fonts\";a:7:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:24:\"blog_show_page_title_bar\";s:1:\"1\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:6:\"Medium\";s:19:\"blog_archive_layout\";s:6:\"Medium\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"22\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"0\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"1\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"0\";s:9:\"post_meta\";s:1:\"0\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"14px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:20:\"Portfolio One Column\";s:15:\"portfolio_items\";s:1:\"4\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:24:\"portfolio_content_length\";s:7:\"Excerpt\";s:24:\"excerpt_length_portfolio\";s:1:\"0\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:20:\"grid_pagination_type\";s:10:\"Pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:23:\"portfolio_title_display\";s:3:\"all\";s:21:\"portfolio_text_layout\";s:5:\"boxed\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"0\";s:25:\"portfolio_project_details\";s:1:\"0\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:8:\"facebook\";}s:3:\"url\";a:1:{i:0;s:42:\"https://www.facebook.com/CrossPointLynden/\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#838d8f\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#2f3032\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:38:\"Share This Post, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:19:\"rgba(255,255,255,0)\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:5:\"brand\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#4e72a6\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"1px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"9px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"0\";s:16:\"sharing_linkedin\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"0\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.90\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:28:\"gmiles@crosspoint-church.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:8:\"gmap_api\";s:39:\"AIzaSyBXgnfB5dsNLHJXFDaE-KQ-QrD_SerC2Vw\";s:12:\"gmap_address\";s:31:\"8686 Vinup Rd, Lynden, WA 98264\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"500px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:2:\"14\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"1\";s:15:\"map_scrollwheel\";s:1:\"0\";s:9:\"map_scale\";s:1:\"0\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:6:\"custom\";s:17:\"map_overlay_color\";s:7:\"#1a80b6\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#747474\";s:22:\"map_custom_marker_icon\";s:5:\"theme\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"0\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:1:\"5\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"35px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"0\";s:20:\"title_image_rollover\";s:1:\"0\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"0\";s:24:\"image_gradient_top_color\";s:7:\"#90c9e8\";s:27:\"image_gradient_bottom_color\";s:7:\"#5aabd6\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"45px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_color\";s:7:\"#eaeaea\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:14:\"timeline_color\";s:7:\"#eae9e9\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:3:\"100\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";s:1:\"1\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:8:\"dev_mode\";s:1:\"0\";s:20:\"dynamic_css_compiler\";s:1:\"1\";s:22:\"dynamic_css_db_caching\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:10:\"custom_css\";s:304:\"/*PHONE LINK ON MOBILE*/\r\na[href^=\"tel\"] { color: #fff !important; }\r\n\r\n/*TAGLINE*/\r\n.fusion-header-tagline .tagline-text{margin-right:30px; margin-bottom: 30px; letter-spacing:1px;}\r\n\r\n/*MAIN PADDING*/\r\n#main { padding-left: 5%; padding-right: 5%; }\r\n\r\n/*BUTTON HEIGHT*/\r\n.customButton {padding: 100px;}\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:3:\"yes\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"4px\";}s:25:\"button_gradient_top_color\";s:7:\"#90c9e8\";s:28:\"button_gradient_bottom_color\";s:7:\"#5aabd6\";s:31:\"button_gradient_top_color_hover\";s:7:\"#5aabd6\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#90c9e8\";s:19:\"button_accent_color\";s:7:\"#105378\";s:25:\"button_accent_hover_color\";s:7:\"#105378\";s:18:\"button_bevel_color\";s:7:\"#105378\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.8)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.9)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#1a80b6\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"21px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#1a80b6\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#1a80b6\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#1a80b6\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#1a80b6\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#1a80b6\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#1a80b6\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:7:\"#f7f7f7\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:6:\"Center\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#62a2c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#1a80b6\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"30px\";s:23:\"social_links_color_type\";s:5:\"brand\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"40px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#f4f4f4\";s:19:\"tabs_inactive_color\";s:7:\"#ffffff\";s:17:\"tabs_border_color\";s:7:\"#f4f4f4\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#ffffff\";s:18:\"testimonials_speed\";s:4:\"5000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"30px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";}','yes'),(176,'avada_theme_options-transients','a:5:{s:14:\"changed_values\";a:1:{s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#515151\";}}s:9:\"last_save\";i:1490462517;s:13:\"last_compiler\";i:1466800173;s:11:\"last_import\";i:1466800173;s:7:\"notices\";a:1:{s:6:\"errors\";a:0:{}}}','yes'),(180,'ls-plugin-version','7.8.0','yes'),(181,'ls-db-version','7.0.0','yes'),(182,'ls-installed','0','yes'),(183,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(184,'ls-date-installed','1466738768','yes'),(186,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'layerslider_update_info','O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.8.0\";s:8:\"released\";s:10:\"2023-08-11\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.3\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:5:\"7.8.0\";s:12:\"last_updated\";s:10:\"2023-08-11\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.3\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";s:4:\"beta\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";s:4:\"edge\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:549:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:537:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"7.8.0\";s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1694651505;}','yes'),(190,'revslider-update-check-short','1734955532','yes'),(191,'revslider-templates-check','1734685856','yes'),(197,'revslider-global-settings','{\"version\":\"6.2.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":\"800\",\"notebook\":\"800\",\"tablet\":\"778\",\"mobile\":\"480\"},\"tracking\":\"2024-12-15\"}','yes'),(198,'revslider_update_version','6.6.21','yes'),(199,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'revslider-valid-notice','false','yes'),(201,'avada_revslider_version','6.7.21','yes'),(205,'tribe_events_calendar_options','a:12:{s:14:\"schema-version\";s:6:\"5.16.0\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:3:{i:0;s:1:\"0\";i:1;s:5:\"4.2.1\";i:2;s:7:\"6.2.3.2\";}s:18:\"latest_ecp_version\";s:5:\"6.7.0\";s:19:\"last-update-message\";s:5:\"4.2.1\";s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:39:\"last-update-message-the-events-calendar\";s:5:\"6.7.0\";s:13:\"opt-in-status\";b:0;s:22:\"google_maps_js_api_key\";s:39:\"AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU\";}','yes'),(206,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'tribe_last_save_post','1727842052.42','yes'),(223,'sbg_sidebars','a:0:{}','yes'),(224,'widget_tribe-events-adv-list-widget','a:2:{i:7;a:14:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"2\";s:18:\"no_upcoming_events\";N;s:5:\"venue\";N;s:7:\"country\";s:1:\"1\";s:7:\"address\";N;s:4:\"city\";s:1:\"1\";s:6:\"region\";s:1:\"1\";s:3:\"zip\";N;s:5:\"phone\";N;s:4:\"cost\";N;s:9:\"organizer\";N;s:7:\"operand\";s:2:\"OR\";s:7:\"filters\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(226,'taxonomy_11','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:3:\"50%\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}','yes'),(229,'taxonomy_14','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:4:\"100%\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\".7\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}','yes'),(236,'avada_imported_demo','false','yes'),(259,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(277,'ls-latest-version','7.8.0','yes'),(304,'recently_activated','a:0:{}','off'),(310,'nonce_key','>l>*qn.so!iB.Y00.xEeWW/Cc1nee@Ji=oKAJ;gY_^ppf6,z.F{GZ!yvs;B4sZ*g','yes'),(311,'nonce_salt','St3,7OrR[q``Ql:R%yyslWbOW;;_`X.rQWE00WTR%O4KGus]F`5j=<NnJOUo]v1C','yes'),(312,'auth_key',']=8|wKKENNUh|#Z)*{Dzch?,/=KQSzQ *)jeZ4T:Epys>MR5pcc9V!|e:LFPTP4H','yes'),(313,'auth_salt','C#5T&^h4eAxjjF`0C8P~4edD$H}-Yy;&MEFn2Dw,#b[|eqU#+,YAZeT@^4[YP(es','yes'),(314,'logged_in_key',',X t&nY$sTNzTCA%UDT*?|N509XUo1CvOUWG+#q5cro1%Viygb(.p=^%hO4<j!oM','yes'),(315,'logged_in_salt','$55UdA5~V&>5[vHiN0`z2dH`UFOl3N>T/r#s<.eJ9)a[e)|N6r^uQj_^?C<@2w*!','yes'),(316,'avada_permalinks','a:3:{s:23:\"portfolio_category_base\";s:0:\"\";s:21:\"portfolio_skills_base\";s:0:\"\";s:19:\"portfolio_tags_base\";s:0:\"\";}','yes'),(319,'fusion_map_addresses','a:4:{s:17:\"New York City, NY\";a:3:{s:7:\"address\";s:17:\"New York City, NY\";s:8:\"latitude\";s:10:\"40.7127837\";s:9:\"longitude\";s:18:\"-74.00594130000002\";}s:36:\"8686 Vinup Rd<br />\nLynden, WA 98264\";a:3:{s:7:\"address\";s:36:\"8686 Vinup Rd<br />\nLynden, WA 98264\";s:8:\"latitude\";s:10:\"48.9566246\";s:9:\"longitude\";s:19:\"-122.42933149999999\";}s:37:\"8686 Vinup Rd.<br />\nLynden, WA 98264\";a:3:{s:7:\"address\";s:37:\"8686 Vinup Rd.<br />\nLynden, WA 98264\";s:8:\"latitude\";s:10:\"48.9566246\";s:9:\"longitude\";s:19:\"-122.42933149999999\";}s:31:\"8686 Vinup Rd, Lynden, WA 98264\";a:3:{s:7:\"address\";s:31:\"8686 Vinup Rd, Lynden, WA 98264\";s:8:\"latitude\";s:10:\"48.9566246\";s:9:\"longitude\";s:19:\"-122.42933149999999\";}}','yes'),(332,'ai1wm_updater','a:0:{}','yes'),(377,'Avada_Key','a:3:{s:11:\"tf_username\";s:9:\"grmiles57\";s:6:\"tf_api\";s:32:\"vahj66i92wsjbzyryo8yha68a2y8a27p\";s:16:\"tf_purchase_code\";s:37:\"6361fa3f-625d-41ab-a33f-e2be5954fe2d \";}','yes'),(555,'revslider-connection','1','yes'),(556,'revslider-latest-version','6.7.25','yes'),(557,'revslider-stable-version','4.2.0','yes'),(558,'revslider-notices','a:4:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:956:\"<div style=\"display: block; background: #1c0950;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-c.tools//banners/blackfriday2024-admin2.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/blackfriday2024-admin2.jpg\"></div><map name=\"srbannermap\"><area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks24\" coords=\"569,135,890,196\" shape=\"rect\"><area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks24\" coords=\"570,200,889,260\" shape=\"rect\"></map>\";s:4:\"code\";s:8:\"TPSRBF24\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-c.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:302:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(559,'revslider-dashboard','a:0:{}','yes'),(560,'revslider-addons','O:8:\"stdClass\":35:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"568\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-12-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-12-06\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"616\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:6:\"6.7.21\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:81:\"//updates.themepunch-ext-c.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2024-11-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','yes'),(764,'tadv_settings','a:7:{s:9:\"toolbar_1\";s:128:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,fontselect,wp_adv\";s:9:\"toolbar_2\";s:121:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:134:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,fontselect,forecolor,backcolor,table,wp_help\";s:7:\"options\";s:44:\"menubar_block,menubar,merge_toolbars,advlist\";s:7:\"plugins\";s:23:\"emoticons,table,advlist\";}','yes'),(765,'tadv_admin_settings','a:2:{s:7:\"options\";s:98:\"classic_paragraph_block,hybrid_mode,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";s:16:\"disabled_editors\";s:0:\"\";}','yes'),(766,'tadv_version','5900','yes'),(1008,'avada_applied_patches','a:6:{i:0;i:405598;i:1;i:405680;i:2;i:405775;i:3;i:405872;i:4;i:406523;i:5;i:407334;}','yes'),(1149,'ai1wm_url_transport','a:2:{i:0;s:5:\"ai1wm\";i:1;s:4:\"curl\";}','yes'),(2286,'db_upgraded','','on'),(3397,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"email_jeb@fastmail.com\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759262881;}','off'),(5129,'fresh_site','0','off'),(6360,'_site_transient_avada_patches','O:8:\"stdClass\":69:{s:6:\"415140\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jan. 30, 2017\";s:11:\"description\";s:38:\"<p>Test patch for Fusion-Core 3.1</p>\n\";s:8:\"versions\";a:1:{i:0;s:3:\"5.1\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:11:\"fusion-core\";s:7:\"version\";s:3:\"3.1\";s:4:\"path\";s:8:\"test.txt\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTQwJmtleT0w\";}}}s:6:\"415139\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jan. 30, 2017\";s:11:\"description\";s:52:\"<p>Test patch for Fusion-Builder, version 1.1.0</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:3:\"1.1\";s:4:\"path\";s:8:\"test.txt\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTM5JmtleT0w\";}}}s:6:\"415137\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jan. 24, 2017\";s:11:\"description\";s:28:\"<p>Avada 5.1 Test Patch</p>\n\";s:8:\"versions\";a:1:{i:0;s:3:\"5.1\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"5.1\";s:4:\"path\";s:13:\"changelog.txt\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTM3JmtleT0w\";}}}s:6:\"415126\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jan. 6, 2017\";s:11:\"description\";s:78:\"<p>fixes image frame element overflowing centered columns in IE and Edge.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:24:\"assets/css/style.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI2JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:14:\"shortcodes.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI2JmtleT0x\";}}}s:6:\"415125\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jan. 3, 2017\";s:11:\"description\";s:91:\"<p>Fixes WPML footer language switcher not being displayed when using parallax footer.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:10:\"footer.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI1JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI1JmtleT0x\";}}}s:6:\"415119\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 28, 2016\";s:11:\"description\";s:77:\"<p>Fixes ignore equal heights option for columns with centered contents.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:29:\"css/fusion-shortcodes.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE5JmtleT0w\";}}}s:6:\"415118\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:87:\"<p>Fixes logo being doubled on mobile when using header v7 and custom sticky menu.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:24:\"includes/dynamic_css.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE4JmtleT0w\";}}}s:6:\"415117\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:62:\"<p>Fixes visibility options not working for tabs element.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:26:\"shortcodes/fusion-tabs.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE3JmtleT0w\";}}}s:6:\"415116\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:78:\"<p>Fixes gravity forms conditionally loaded select boxes being invisible.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:25:\"assets/js/avada-select.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE2JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE2JmtleT0x\";}}}s:6:\"415114\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:72:\"<p>Responsive Typography issue with Blog Title and Load More Button</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE0JmtleT0x\";}}}s:6:\"415099\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:133:\"<p>Fix issue with slow page loads on specific host configurations after the initial demo import if a remote URL is used as logo.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:3:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"templates/logo.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0x\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0y\";}}}s:6:\"415095\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:97:\"<p>Fixes portfolio infinite scroll not working, when pagination is taken from Theme Options.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:31:\"shortcodes/fusion-portfolio.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk1JmtleT0w\";}}}s:6:\"415094\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 16, 2016\";s:11:\"description\";s:62:\"<p>Fixes column heights for empty columns in IE and Edge.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk0JmtleT0x\";}}}s:6:\"415076\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 13, 2016\";s:11:\"description\";s:50:\"<p>Fixes contact page template alert styling.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.5\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:11:\"contact.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDc2JmtleT0w\";}}}s:6:\"415075\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 12, 2016\";s:11:\"description\";s:50:\"<p>Fixes Fusion Builder custom template edit.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.5\";s:4:\"path\";s:15:\"inc/layouts.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDc1JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.5\";s:4:\"path\";s:30:\"inc/admin-screens/settings.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDc1JmtleT0x\";}}}s:6:\"415074\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Dec. 9, 2016\";s:11:\"description\";s:105:\"<p>Fixes search page sidebar being set to side navigation when side nav pages are in search results.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.5\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:33:\"includes/class-avada-template.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDc0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:31:\"includes/class-avada-layout.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDc0JmtleT0x\";}}}s:6:\"415063\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Dec. 5, 2016\";s:11:\"description\";s:65:\"<p>Fixes flip icon option not working for content box icons.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.5\";s:4:\"path\";s:35:\"shortcodes/fusion-content-boxes.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDYzJmtleT0w\";}}}s:6:\"415061\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 30, 2016\";s:11:\"description\";s:88:\"<p>Fixes logos of the file name format logoname10x10.jpg causing tiny retina logos.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.5\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDYxJmtleT0w\";}}}s:6:\"415060\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 29, 2016\";s:11:\"description\";s:92:\"<p>Fixes order of elements with columns and footer and slidingbar columns on RTL sites.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.5\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:17:\"assets/cssrtl.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDYwJmtleT0w\";}}}s:6:\"415055\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 24, 2016\";s:11:\"description\";s:53:\"<p>Fixes WPML issue with menus on archive pages.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.5\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.5\";s:4:\"path\";s:29:\"includes/class-avada-init.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDU1JmtleT0w\";}}}s:6:\"415022\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 15, 2016\";s:11:\"description\";s:100:\"<p>fixes the issue that editing page view can&#8217;t be changed from editor to Fusion Builder.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.4\";s:4:\"path\";s:37:\"js/previews/fusion-button-preview.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDIyJmtleT0w\";}}}s:6:\"415013\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 10, 2016\";s:11:\"description\";s:118:\"<p>Fixes compatibility issue with WP Super Cache that was causing a blank screen when visiting the theme-options.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:28:\"includes/avada-functions.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDEzJmtleT0w\";}}}s:6:\"415012\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Nov. 10, 2016\";s:11:\"description\";s:53:\"<p>Fixes Layer Sliders not importing with demos.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:38:\"includes/plugins/importer/importer.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDEyJmtleT0w\";}}}s:6:\"415010\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 9, 2016\";s:11:\"description\";s:106:\"<p>Fix LayerSlider navigation arrows missing from Avada skin and Events Calendar list view addresses.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:24:\"assets/css/style.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDEwJmtleT0w\";}}}s:6:\"415007\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 8, 2016\";s:11:\"description\";s:79:\"<p>Fixes PHP Notice on some hosts(Use of undefined constant FS_CHMOD_FILE)</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:36:\"includes/class-avada-dynamic-css.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDA3JmtleT0w\";}}}s:6:\"415004\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 7, 2016\";s:11:\"description\";s:278:\"<p>Fixes a PHP Fatal error when using easywplocalhost and trying to visit the theme-options:</p>\n<p>Easy WP Localhost prevents WordPress from loading the /wp-includes/http.php file automatically so it needs to be loaded manually before using the wp_parse_url() function.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDA0JmtleT0w\";}}}s:6:\"415002\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 7, 2016\";s:11:\"description\";s:118:\"<p>Fixes issue with Recent Posts widget on WooCommerce product-archive pages when sorting products by popularity.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:23:\"includes/woo-config.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDAyJmtleT0w\";}}}s:6:\"415001\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 4, 2016\";s:11:\"description\";s:102:\"<p>Fixes issue with Polylang when selecting &#8220;All Languages&#8221; and saving Theme Options.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDAxJmtleT0w\";}}}s:6:\"414998\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 3, 2016\";s:11:\"description\";s:114:\"<p>Fixes portfolio element infinite scroll and load more button not working correctly on pages with sidebars.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTk4JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTk4JmtleT0x\";}}}s:6:\"414997\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 2, 2016\";s:11:\"description\";s:200:\"<p>Fixes compatibility issues on multilingual sites using the Polylang plugin when English is used but other than en_US (for example if creating a Canadian site with languages fr_CA and en_CA).</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTk3JmtleT0w\";}}}s:6:\"414996\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Nov. 2, 2016\";s:11:\"description\";s:69:\"<p>Fixes single demo pages not being imported in Fusion Builder.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.3\";s:4:\"path\";s:28:\"includes/avada-functions.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTk2JmtleT0w\";}}}s:6:\"414990\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 27, 2016\";s:11:\"description\";s:61:\"<p>Fixes containers losing their custom name after save.</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.2\";s:4:\"path\";s:20:\"js/fusion-builder.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTkwJmtleT0w\";}}}s:6:\"414986\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 20, 2016\";s:11:\"description\";s:67:\"<p>Fixes post and page edit screens loading and saving slowly.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.2\";}s:5:\"patch\";a:4:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:41:\"includes/class-fusion-builder-filters.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg2JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:48:\"includes/class-fusion-builder-demos-importer.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg2JmtleT0x\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:13:\"functions.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg2JmtleT0y\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:31:\"includes/class-avada-helper.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg2JmtleT0z\";}}}s:6:\"414985\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 20, 2016\";s:11:\"description\";s:57:\"<p>Fixes Image Frame URL showing up in post excerpt.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:28:\"includes/avada-functions.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg1JmtleT0w\";}}}s:6:\"414984\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 19, 2016\";s:11:\"description\";s:75:\"<p>Fixes undefined index PHP notices on some hosts when saving a post.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:38:\"includes/plugins/multiple_sidebars.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTg0JmtleT0w\";}}}s:6:\"414983\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 19, 2016\";s:11:\"description\";s:84:\"<p>Fixes non-persistent cache issues on managed WordPress hosting environments.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.2\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:24:\"includes/class-avada.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTgzJmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:41:\"includes/class-fusion-builder-migrate.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTgzJmtleT0x\";}}}s:6:\"414982\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 19, 2016\";s:11:\"description\";s:74:\"<p>Adds Classic Shop to the list of Fusion Builder single page demos.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.2\";s:4:\"path\";s:13:\"functions.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTgyJmtleT0w\";}}}s:6:\"414978\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 18, 2016\";s:11:\"description\";s:91:\"<p>Fixes Fusion Builder not working when [fusion_text /] elements are in page contents</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.1\";s:4:\"path\";s:9:\"js/app.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTc4JmtleT0w\";}}}s:6:\"414977\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 14, 2016\";s:11:\"description\";s:87:\"<p>Fixes Fusion Builder loading problem when page contains old button color format</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.1\";s:4:\"path\";s:9:\"js/app.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTc3JmtleT0w\";}}}s:6:\"414976\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 14, 2016\";s:11:\"description\";s:50:\"<p>Fixes FAQ element category selection issue</p>\n\";s:8:\"versions\";a:0:{}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.1\";s:4:\"path\";s:25:\"shortcodes/fusion-faq.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTc2JmtleT0w\";}}}s:6:\"414944\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Oct. 12, 2016\";s:11:\"description\";s:150:\"<p>This fixes a white screen / stuck in maintenance mode by ensuring auto update compatibility and correct update nags for future Avada versions.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.0\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.0\";s:4:\"path\";s:38:\"includes/class-avada-theme-updater.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE0OTQ0JmtleT0w\";}}}s:6:\"410251\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Aug. 12, 2016\";s:11:\"description\";s:71:\"<p>Performance upgrade for some transient queries in the database.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:32:\"includes/class-avada-upgrade.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzIwMDBkMjk4MDI3YmYwYmViMTQyYTVhNmY5NGM0MzAwL3Jhdy8xNzc2M2QyYzFmZWE1ZWE3ZDJjZDk5MGQzY2NmN2Y1ZTc0MDI4MWE2L2NsYXNzLWF2YWRhLXVwZ3JhZGUucGhw\";}}}s:6:\"409547\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Aug. 3, 2016\";s:11:\"description\";s:98:\"<p>Another needed update and fix for the twitter widget to reflect  new Twitter API changes.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:39:\"includes/class-fusion-widget-tweets.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzFlNmY4OTg4YzY0NTY4MTc3YTI3OWM5OWQzMWQ5NDM2L3Jhdy9lMWU1MWM3ZDhmMGYwYjZiMzFmZjAxOWQ0ODdhMTI2N2ZjM2IxYTA2L2NsYXNzLWZ1c2lvbi13aWRnZXQtdHdlZXRzLnBocA==\";}}}s:6:\"408450\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jul. 20, 2016\";s:11:\"description\";s:69:\"<p>Fixes warning for out of date WooCommerce template overrides.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:44:\"woocommerce/single-product/product-image.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzL2QxN2JiNzM0NWI1NjU5YTFiZTFiODdjNjllMTI3MjgxL3Jhdy9lZDM1NjcxMGEwMGU0OGZmNTUyYjVmOGY4ZTZhOGFjYTE2NzJjZDhiL3Byb2R1Y3QtaW1hZ2UucGhw\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:49:\"woocommerce/single-product/product-thumbnails.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzL2YwOWVhMzNlMjE0OWE2ODJhYWE2YzhjMmE3ZDQwZGY3L3Jhdy80ZDZlZDM1ZjA5OTBiYjg1ZjgwZWFiYTU1Y2E5MzVhN2Y3MDZjNzcwL3Byb2R1Y3QtdGh1bWJuYWlscy5waHA=\";}}}s:6:\"408051\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jul. 14, 2016\";s:11:\"description\";s:86:\"<p>Fixes issues and adjusts the twitter widget to the new API changes of Twitter.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:39:\"includes/class-fusion-widget-tweets.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzFlNmY4OTg4YzY0NTY4MTc3YTI3OWM5OWQzMWQ5NDM2L3Jhdy9lMWU1MWM3ZDhmMGYwYjZiMzFmZjAxOWQ0ODdhMTI2N2ZjM2IxYTA2L2NsYXNzLWZ1c2lvbi13aWRnZXQtdHdlZXRzLnBocA==\";}}}s:6:\"406523\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jun. 23, 2016\";s:11:\"description\";s:163:\"<p>Google now requires an API key for maps to display. This patch creates an option in theme options &gt; contact form &gt; google maps to create the API key.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:32:\"includes/class-avada-scripts.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzlmODgzOTcyZTc4NDc0YWU5MWE4Y2YxZGQyMDdmYjhlL3Jhdy84MTA0NGQ5ODgxYjdlYzFjNTFlZjZkZjMzMTcxNThkOWI1NTFlZTgyL2NsYXNzLWF2YWRhLXNjcmlwdHMucGhw\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:28:\"includes/options/contact.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzcxN2QxZTgzM2QyZTU0OGMzMmE2YWUzMjRkZDEzZGY0L3Jhdy9iMmY3ODVhMTZmMGIxMzFkZTQ2ODg1ZGJmNjM3MDZhYmI2MWZjZWRlL2NvbnRhY3QucGhw\";}}}s:6:\"405872\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jun. 14, 2016\";s:11:\"description\";s:62:\"<p>Fixes WooCommerce product category shortcode ordering.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:23:\"includes/woo-config.php\";s:9:\"reference\";s:168:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzJmNmRhYzBkNWEwYTNjZjUxYzZhZTgzOTY4M2FmZjAwL3Jhdy81MjFjMzg5ZTY2MWEyYTgzNDhiMjBiYzBjMDhiNzU2YzM2YjUxYzIwL3dvby1jb25maWcucGhw\";}}}s:6:\"405775\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Jun. 13, 2016\";s:11:\"description\";s:67:\"<p>Fixes the cross sells section on the WooCommerce cart page.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:26:\"assets/css/woocommerce.css\";s:9:\"reference\";s:172:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzcxY2I4NjU3NTUwMWZjMDcwM2Q3YWUwNjJlMGEzYWUyL3Jhdy81NTBkNmU4ZDAzMzA0MzVhODhmZDcwYjkzNWRlZjUyODUxNGFjZGQwL3dvb2NvbW1lcmNlLmNzcw==\";}}}s:6:\"405680\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jun. 9, 2016\";s:11:\"description\";s:37:\"<p>Fixes missing Instagram icon.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:9:\"style.css\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzM4N2EyZTQzZjkwNTQwM2QxNjliNGQ1MGFlNDllY2E2L3Jhdy8yNjhhZDRlMmJhNzExNzZhYzI1YTU4ZTAyOGUzYmQyY2QwZWIyNTRmL3N0eWxlLmNzcw==\";}}}s:6:\"405598\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jun. 9, 2016\";s:11:\"description\";s:66:\"<p>Fixes header v6 menu not being correct on webkit browsers.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.3\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.3\";s:4:\"path\";s:9:\"style.css\";s:9:\"reference\";s:164:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzRiNGZmMmYzMTlkNDQ1MWUxNzVkNTM1NzEwYjg5M2ZlL3Jhdy8xMjY2ZTkyMjBiMWRmYTdiN2U4YjFkZjQyZDc0ZWU4MTNhY2EzOWEyL3N0eWxlLmNzcw==\";}}}s:6:\"404654\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 24, 2016\";s:11:\"description\";s:75:\"<p>Fixes google font char subset loading issue (updated patch version)</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:65:\"includes/avadaredux/custom-fields/typography/field_typography.php\";s:9:\"reference\";s:188:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzL2M2ZmI0MDAxMjYwZjU4ZWI5Nzc0MWI0MDJiOTc1ZTc1L3Jhdy9hMDlkYmI2OGJlODJlNTg0MDIzNTkyMDA4NWRjYzkxNTIzYjhjMWQ2L2ZpZWxkX3R5cG9ncmFwaHkucGhw\";}}}s:6:\"404601\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 23, 2016\";s:11:\"description\";s:75:\"<p>Fixes google font char subset loading issue (updated patch version)</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:65:\"includes/avadaredux/custom-fields/typography/field_typography.php\";s:9:\"reference\";s:188:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzY1Y2JhZjUxZWQwZmFhMzk2NzNlZGFjZTJhNmZmYTExL3Jhdy84MGQ3ZTNhODVjYTQxYjM4NTMxMWY1N2MxOThlODBmOGY4NjhiMTk4L2ZpZWxkX3R5cG9ncmFwaHkucGhw\";}}}s:6:\"404401\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 19, 2016\";s:11:\"description\";s:52:\"<p>Fixes google font char subset loading issue.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:65:\"includes/avadaredux/custom-fields/typography/field-typography.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzU4Y2MwMzkzNzI0NjNhYzE0NDA0OTdkOWZjZDEyNzg4L3Jhdy8yMjU2MWJkYmM1Y2U0ZmQ0ZTRlODFhMmVkMmQzNzAwMGM3NzYzY2ZiL2ZpZWxkLXR5cG9ncmFwaHkucGhw\";}}}s:6:\"403984\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 12, 2016\";s:11:\"description\";s:165:\"<p>FIX: Theme Options not saved to all languages when using WPML with current language set to &#8220;all&#8221; &amp; main language other than &#8220;en&#8221;.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9hMzdkZDgyODUwODQ4ZDE0YTI3MjZjYTUwYzkxMGQ1NS9yYXcvMDU1OWI3ZWEyY2FlMDY4ZWNjMzg0N2EyNzNjNDQxZDgzNjMyNDlmZC9jbGFzcy1hdmFkYS1hdmFkYXJlZHV4LnBocA==\";}}}s:6:\"403965\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 12, 2016\";s:11:\"description\";s:67:\"<p>Fixes Google Maps not working due to error with infobox JS.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:27:\"assets/js/infobox_packed.js\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzhmN2JmMmUwMzNhMmY0YjJlYTYxODU2M2Q0YjU5MjIzL3Jhdy9iNDkzNzI2M2VlZTc5MTk2MjU4MDY1YTU1NGExNWU0NTdmNTg4ZTUxL2luZm9ib3hfcGFja2VkLmpz\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:32:\"includes/class-avada-scripts.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzL2I3ODZiNmQwMTc3NDdkMjE5NmUwNzNhMWMwOWM4MzUxL3Jhdy85MjViM2MyNzFiMDJmYWZiNDJhYzJkY2VmYWI0ZmNhYzRmMjkzYWE4L2NsYXNzLWF2YWRhLXNjcmlwdHMucGhw\";}}}s:6:\"403963\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 12, 2016\";s:11:\"description\";s:93:\"<p>Fix: WooCommerce product variation showing quantity even when only sold individually.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:71:\"woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php\";s:9:\"reference\";s:208:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNzQzMDA3ZTY5YjBmZjE0YjdiYjhiYTE2YmFiZDBmZi9yYXcvZGU1OGI3YWVkOTBjNDg3ZjZjNTY0YzdlNTc3NjMxMDNmNTNlOGQxNi92YXJpYXRpb24tYWRkLXRvLWNhcnQtYnV0dG9uLnBocA==\";}}}s:6:\"403897\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"May. 11, 2016\";s:11:\"description\";s:76:\"<p>Fix color calculation for the header background color &amp; opacity.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:24:\"includes/dynamic_css.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9lZTUwNmM3MDY1NjkyMzc5YmU1ZGQ0MDA1ZmI2MzhiNC9yYXcvZTkzZWMwMDFmZTkxODAxZmJiMDc1NDA3NTAxYjZhMzIwZGYwNTFhOC9keW5hbWljX2Nzcy5waHA=\";}}}s:6:\"403662\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"May. 9, 2016\";s:11:\"description\";s:72:\"<p>Fixes blurry grid images and improves responsive images overall.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:3:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:13:\"functions.php\";s:9:\"reference\";s:168:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2ZkMDUzYzE5M2I2Njk0YWFmYTYxMzUxMzk5ZTdhM2JhL3Jhdy9jODdlMmFkMDkzMGZlMTViOTQ0Mjg0NjI3MzNhZjkzMDAwMTdmZjkzL2Z1bmN0aW9ucy5waHA=\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:31:\"includes/class-avada-layout.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzJkYzIzMmM4ZGMwNmE4NWYyODA1NGFlYzcwZWFjNDM3L3Jhdy9iY2M5NjU5OTM4ZDA1NWRlYWY2YjI5MzUzNzc3NTdkOTllMWU2MGM2L2NsYXNzLWF2YWRhLWxheW91dC5waHA=\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzllNDBmMWJiYTU2NjM5OTMyMjNiNDhjNjI2YWIxZmJkL3Jhdy84NzFlODBjNGVjODMyNmRiMjQwMjVhM2Y0Njk2NjE1ZTY0OGM5ZTlhL2NsYXNzLWF2YWRhLWltYWdlcy5waHA=\";}}}s:6:\"403532\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"May. 6, 2016\";s:11:\"description\";s:83:\"<p>Adds Facebook App ID to the Facebook Page widget to make all features work.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:46:\"includes/class-fusion-widget-facebook-page.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2JkYjQ0MTI5Njk5ZjQxMTg5NWUzN2MwMTdlZWYwYjg2L3Jhdy8wZDMzZGQxMzU0MDAyNDY0ZTFiMThjOTE1YTJlMmIwMzk4NTQwMGFlL2NsYXNzLWZ1c2lvbi13aWRnZXQtZmFjZWJvb2stcGFnZS5waHA=\";}}}s:6:\"403404\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"May. 4, 2016\";s:11:\"description\";s:81:\"<p>Fixes anchor link scrolling not working if anchor is on a different page.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:160:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzU1YTY1NDM0NTFiNzg3NDMyMTJmODkwYjUwN2M0ZGZmL3Jhdy80YTg3MmE2ZWUwMThiZDRmZjI3ZWJmOTNkZTJhZTQ3NzQwZDZkMmMyL3RoZW1lLmpz\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:164:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzAxYTJlMDM3OGEzYzdiODc0ODNlYWFhNjE2NWYzYTExL3Jhdy82ZjlhMTIxMzRjNTFmZGY2MjllYzgyOTdlMmE3ZDNkOTQ0MGQ0YWUxL21haW4ubWluLmpz\";}}}s:6:\"403197\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"May. 2, 2016\";s:11:\"description\";s:90:\"<p>Fixes buddyPress theme option sidebar settings not always being applied correctly.</p>\n\";s:8:\"versions\";a:3:{i:0;s:5:\"4.0.2\";i:1;s:5:\"4.0.1\";i:2;s:3:\"4.0\";}s:5:\"patch\";a:3:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:33:\"includes/class-avada-template.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzM3MTVmMzYzYzU5ZTk0M2U4YjQwYTgyYjg3ZDdiYmY2L3Jhdy80ZDkzOTU0MTIyNDk3NTdjNzVjYzA0NjU3MjhlZmMzYjE2MTU4ZTA3L2NsYXNzLWF2YWRhLXRlbXBsYXRlLnBocA==\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:33:\"includes/class-avada-template.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzM3MTVmMzYzYzU5ZTk0M2U4YjQwYTgyYjg3ZDdiYmY2L3Jhdy80ZDkzOTU0MTIyNDk3NTdjNzVjYzA0NjU3MjhlZmMzYjE2MTU4ZTA3L2NsYXNzLWF2YWRhLXRlbXBsYXRlLnBocA==\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:33:\"includes/class-avada-template.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzM3MTVmMzYzYzU5ZTk0M2U4YjQwYTgyYjg3ZDdiYmY2L3Jhdy80ZDkzOTU0MTIyNDk3NTdjNzVjYzA0NjU3MjhlZmMzYjE2MTU4ZTA3L2NsYXNzLWF2YWRhLXRlbXBsYXRlLnBocA==\";}}}s:6:\"403159\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"May. 2, 2016\";s:11:\"description\";s:92:\"<p>Fixes standard fonts falling back to browser default in webkit and revslider arrows.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.2\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.2\";s:4:\"path\";s:32:\"includes/dynamic_css_helpers.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzQyOTg0YTdlNmY3ZDQ4MWQyYzI2YjA0ZWJmMGY5ZGQyL3Jhdy9lZWFjMTQwMTdhMWI2NTc1NmRkNzk2MjA3YzZiZTFjZDM5OGI5YTZkL2R5bmFtaWNfY3NzX2hlbHBlcnMucGhw\";}}}s:6:\"402628\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 25, 2016\";s:11:\"description\";s:56:\"<p>Fixes WooCommerce product variation description.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"4.0.1\";}s:5:\"patch\";a:5:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:26:\"assets/css/woocommerce.css\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzkwNTRiNWUwODk0M2ZlNTEwY2IzZjYxNzY1OGE4YWM2L3Jhdy83YTRhMDhiNWJkOWQ2MzA4M2E5MDNkZTI2MDJhZmNlMDQ1Y2IwNDdkL3dvb2NvbW1lcmNlLmNzcw==\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:30:\"assets/js/avada-woocommerce.js\";s:9:\"reference\";s:188:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzdhMWZkODgxMjhkYmEzNDZhOTEwYWMzODI0YTExY2YxL3Jhdy81Y2MxMDlkMzIwZDczNWNkZTZkMDNiMmFkNGNiMzkyMWQwZmJkNzU5L2F2YWRhLXdvb2NvbW1lcmNlLmpz\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:17:\"assets/js/main.js\";s:9:\"reference\";s:172:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzL2Y0NWFiMDc1OGM5NzllM2U2YzhjYjIzNTJhZDM3ZjdjL3Jhdy9kZGM5ZjQ1Y2Q3ZGQ1ZjdlN2ExZTU3NzZkNjJiZjc0YmZmYzkzNjhiL21haW4uanM=\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzBlZmU1OTM5NGNmNjkxZDQyNDQxZjJlNjVlZmU1NzA5L3Jhdy9jODVmMzQ0MmZkZmI3Y2VlYzZiZTllNjI1YTRkOWM2NzgxNGU5YmZkL21haW4ubWluLmpz\";}i:4;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:34:\"assets/less/theme/woocommerce.less\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9taWtrYTIzLzNhMTRjYTQwZTg3NTJkNGYzMGFhYjg0MDc1MmYxYTNhL3Jhdy9iMTMxMjc1YjZiM2IzNjkzOGUxN2FlZmUwNDcyOGY3MDUxYzQwZTVjL3dvb2NvbW1lcmNlLmxlc3M=\";}}}s:6:\"402423\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 22, 2016\";s:11:\"description\";s:77:\"<p>Fixes portfolio items per page option set to 0 not showing all posts.</p>\n\";s:8:\"versions\";a:2:{i:0;s:3:\"4.0\";i:1;s:5:\"4.0.1\";}s:5:\"patch\";a:4:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:30:\"templates/portfolio-layout.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2VhNDc5OTAwZTI0NzU4ODliYmNmMmE0ZGI4YmIzMGM4L3Jhdy9mYjRjODgwMTQ2OTU5N2FlYzAyMTM3MjU0NTFkZGU4NjBiNDlhZTk3L3BvcnRmb2xpby1sYXlvdXQucGhw\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:30:\"templates/portfolio-layout.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2VhNDc5OTAwZTI0NzU4ODliYmNmMmE0ZGI4YmIzMGM4L3Jhdy9mYjRjODgwMTQ2OTU5N2FlYzAyMTM3MjU0NTFkZGU4NjBiNDlhZTk3L3BvcnRmb2xpby1sYXlvdXQucGhw\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:34:\"includes/class-avada-portfolio.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzUwZjI2MTA3YzQ0YWVhZDQ3Y2MzYzYxMzg3OTRmYWUzL3Jhdy9jOWFjNWU5MjU1NmJhNWQxODc1MTdiMjUxYjY2N2RiZTU5ZjdiYWQyL2NsYXNzLWF2YWRhLXBvcnRmb2xpby5waHA=\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:34:\"includes/class-avada-portfolio.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzUwZjI2MTA3YzQ0YWVhZDQ3Y2MzYzYxMzg3OTRmYWUzL3Jhdy9jOWFjNWU5MjU1NmJhNWQxODc1MTdiMjUxYjY2N2RiZTU5ZjdiYWQyL2NsYXNzLWF2YWRhLXBvcnRmb2xpby5waHA=\";}}}s:6:\"402367\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 21, 2016\";s:11:\"description\";s:80:\"<p>Fixes site performance issue when WPML string translation addon is used.</p>\n\";s:8:\"versions\";a:2:{i:0;s:3:\"4.0\";i:1;s:5:\"4.0.1\";}s:5:\"patch\";a:6:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:36:\"includes/redux/class-avada-redux.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvNzMxMWVjZjBjZDI2ODRhODI3YzBkNDgzOGFiY2RkZDlkZDYzYmQzNS9jbGFzcy1hdmFkYS1yZWR1eC5waHA=\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2Y4ZGMzMzE1YmQ2OWM2YTMwMGI4MDFjYzNkMjY2NjgxL3Jhdy8zMzNkNzY4MDA3NTNhM2RhZWE2OTk2NTYxNmU3YzZkYzEzMzEwYWM2L2NsYXNzLWF2YWRhLWF2YWRhcmVkdXgucGhw\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS1tdWx0aWxpbmd1YWwucGhw\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS1tdWx0aWxpbmd1YWwucGhw\";}i:4;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:24:\"includes/class-avada.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS5waHA=\";}i:5;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:24:\"includes/class-avada.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS5waHA=\";}}}s:6:\"402250\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 20, 2016\";s:11:\"description\";s:110:\"<p>Fixes WPML/PolyLang saving options to all languages when current language is set to &#8216;all&#8217;.</p>\n\";s:8:\"versions\";a:2:{i:0;s:3:\"4.0\";i:1;s:5:\"4.0.1\";}s:5:\"patch\";a:6:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:36:\"includes/redux/class-avada-redux.php\";s:9:\"reference\";s:192:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvNzMxMWVjZjBjZDI2ODRhODI3YzBkNDgzOGFiY2RkZDlkZDYzYmQzNS9jbGFzcy1hdmFkYS1yZWR1eC5waHA=\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2Y4ZGMzMzE1YmQ2OWM2YTMwMGI4MDFjYzNkMjY2NjgxL3Jhdy8zMzNkNzY4MDA3NTNhM2RhZWE2OTk2NTYxNmU3YzZkYzEzMzEwYWM2L2NsYXNzLWF2YWRhLWF2YWRhcmVkdXgucGhw\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS1tdWx0aWxpbmd1YWwucGhw\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:200:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS1tdWx0aWxpbmd1YWwucGhw\";}i:4;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:24:\"includes/class-avada.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS5waHA=\";}i:5;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:24:\"includes/class-avada.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC9mNDQwYjFlMjYwM2Y0ZjIxMWZkNjJhZWZiM2FkMGNmNy9yYXcvMGFjNTFhYzc1MjBiNjFlODY2YWI5NGU2NGVhYjNiNmMyMjRmOGNkOS9jbGFzcy1hdmFkYS5waHA=\";}}}s:6:\"402147\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 19, 2016\";s:11:\"description\";s:52:\"<p>Fixes lightbox slideshow videos not showing.</p>\n\";s:8:\"versions\";O:8:\"stdClass\":2:{s:1:\"0\";s:5:\"4.0.1\";s:1:\"2\";s:3:\"4.0\";}s:5:\"patch\";a:4:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:32:\"includes/class-avada-scripts.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzk5ZjdiNmUzY2I3OTRkM2UxYzkxMTNhZDRjNDk3ZDMxL3Jhdy8zOTM2NGYyNjU4MzM3NzhmZTQwZjAzYmFjYjMwZmZjZjQwYjQ1M2VhL2NsYXNzLWF2YWRhLXNjcmlwdHMucGhw\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzg2M2U5NDNmNzA4NmViMDQzMDVlZWY2NGY3MzU2YzQzL3Jhdy81Y2QzMGFkMTcxODk2ZDhhYTA0N2U1NjZhZTFjNzIyNjllYjA3ZGIzL2NsYXNzLWF2YWRhLWF2YWRhcmVkdXgucGhw\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:32:\"includes/class-avada-scripts.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzk5ZjdiNmUzY2I3OTRkM2UxYzkxMTNhZDRjNDk3ZDMxL3Jhdy8zOTM2NGYyNjU4MzM3NzhmZTQwZjAzYmFjYjMwZmZjZjQwYjQ1M2VhL2NsYXNzLWF2YWRhLXNjcmlwdHMucGhw\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:184:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzg2M2U5NDNmNzA4NmViMDQzMDVlZWY2NGY3MzU2YzQzL3Jhdy81Y2QzMGFkMTcxODk2ZDhhYTA0N2U1NjZhZTFjNzIyNjllYjA3ZGIzL2NsYXNzLWF2YWRhLWF2YWRhcmVkdXgucGhw\";}}}s:6:\"402141\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 19, 2016\";s:11:\"description\";s:58:\"<p>Fixes PHP notices when using recent works element.</p>\n\";s:8:\"versions\";O:8:\"stdClass\":2:{s:1:\"0\";s:5:\"4.0.1\";s:1:\"2\";s:3:\"4.0\";}s:5:\"patch\";a:4:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2RiNTQ4MDU1OTJiYmE2Yjg4YmQyMDRkM2NmMTA3ODVhL3Jhdy9lNjE0ZTcyNDExMjFkMGQ0YzY4ZTZmOWI1ZGQ4NTNmMGRmMjk4ZmE0L2NsYXNzLWF2YWRhLWltYWdlcy5waHA=\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"4.0.1\";s:4:\"path\";s:28:\"includes/avada-functions.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzgwNzQ4MDFiMjc5MjE3NjFkODY4MzJkNDg0ODYzODRjL3Jhdy9iNGE4ZTRmNGUzODdkYzRiZTYwMTBkMzEzNDdhNDI4ZGIyYzUzNzhjL2F2YWRhLWZ1bmN0aW9ucy5waHA=\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:180:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwL2RiNTQ4MDU1OTJiYmE2Yjg4YmQyMDRkM2NmMTA3ODVhL3Jhdy9lNjE0ZTcyNDExMjFkMGQ0YzY4ZTZmOWI1ZGQ4NTNmMGRmMjk4ZmE0L2NsYXNzLWF2YWRhLWltYWdlcy5waHA=\";}i:3;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:3:\"4.0\";s:4:\"path\";s:28:\"includes/avada-functions.php\";s:9:\"reference\";s:176:\"aHR0cHM6Ly9naXN0LmdpdGh1Yi5jb20vbWF4aW11czgwLzgwNzQ4MDFiMjc5MjE3NjFkODY4MzJkNDg0ODYzODRjL3Jhdy9iNGE4ZTRmNGUzODdkYzRiZTYwMTBkMzEzNDdhNDI4ZGIyYzUzNzhjL2F2YWRhLWZ1bmN0aW9ucy5waHA=\";}}}s:6:\"402122\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Apr. 19, 2016\";s:11:\"description\";s:74:\"<p>Fixes Woo featured products element SHOWING non-featured products.</p>\n\";s:8:\"versions\";a:2:{i:0;s:5:\"4.0.1\";i:1;s:3:\"4.0\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:11:\"fusion-core\";s:7:\"version\";s:5:\"2.0.1\";s:4:\"path\";s:49:\"shortcodes/class-woo-featured-products-slider.php\";s:9:\"reference\";s:216:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC81YjNiZDk4OWFiNGZlMjE1NjMxNTc2NDkxZDdlYjFiYS9yYXcvZWIxNGU0NjdlOGE3ZGVlMThjMmYyOGUxODE0MTZkMDcwYjJkMjZkYy9jbGFzcy13b28tZmVhdHVyZWQtcHJvZHVjdHMtc2xpZGVyLnBocA==\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:11:\"fusion-core\";s:7:\"version\";s:3:\"2.0\";s:4:\"path\";s:49:\"shortcodes/class-woo-featured-products-slider.php\";s:9:\"reference\";s:216:\"aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9hcmlzdGF0aC81YjNiZDk4OWFiNGZlMjE1NjMxNTc2NDkxZDdlYjFiYS9yYXcvZWIxNGU0NjdlOGE3ZGVlMThjMmYyOGUxODE0MTZkMDcwYjJkMjZkYy9jbGFzcy13b28tZmVhdHVyZWQtcHJvZHVjdHMtc2xpZGVyLnBocA==\";}}}}','no'),(6391,'envato-wordpress-toolkit','a:2:{s:9:\"user_name\";s:9:\"grmiles57\";s:7:\"api_key\";s:32:\"vahj66i92wsjbzyryo8yha68a2y8a27p\";}','yes'),(6404,'avada_patcher_messages','a:0:{}','no'),(6412,'avada_500_backup_fusion_slider_data','a:4:{i:1228;a:2:{s:13:\"pyre_button_1\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";s:13:\"pyre_button_2\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";}i:1023;a:2:{s:13:\"pyre_button_1\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";s:13:\"pyre_button_2\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";}i:992;a:2:{s:13:\"pyre_button_1\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";s:13:\"pyre_button_2\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";}i:33;a:1:{s:13:\"pyre_button_1\";s:458:\"[button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\"  type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"\" gradient_hover_colors=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-banner\" id=\"\"]JOIN OUR COMMUNITY[/button]\";}}','yes'),(6413,'avada_500_backup_layerslider','a:0:{}','yes'),(6414,'avada_500_backup_widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:278:\"<a href=\"https://avada.theme-fusion.com/church/\"><img src=\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/church_logo_footer_2x.png\" alt=\"church_logo_footer_2x\" width=\"163\" height=\"88\" /></a>\r\n<br />\r\n<p>Services Start At 9am and 11am Every Sunday</p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:20:\"Sunday Service Times\";s:4:\"text\";s:48:\"9:00 am  Study Groups\r\n10:30 am  Worship Service\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(6415,'avada_theme_options_500_backup','a:594:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1100px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"75px\";s:6:\"bottom\";s:4:\"60px\";}s:16:\"hundredp_padding\";s:3:\"17%\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"sidebar_width\";s:3:\"32%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:10:\"nav_height\";s:2:\"83\";s:20:\"nav_highlight_border\";s:1:\"2\";s:11:\"nav_padding\";s:2:\"30\";s:15:\"megamenu_shadow\";s:1:\"1\";s:19:\"dropdown_menu_width\";s:3:\"170\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"3\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"0\";s:31:\"menu_display_dropdown_indicator\";s:1:\"1\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:17:\"menu_sub_bg_color\";s:7:\"#ffffff\";s:19:\"menu_bg_hover_color\";s:7:\"#fcfcfc\";s:18:\"menu_sub_sep_color\";s:7:\"#f4f4f4\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:13:\"nav_font_size\";s:4:\"12px\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:15:\"menu_text_align\";s:5:\"right\";s:16:\"menu_first_color\";s:7:\"#333333\";s:22:\"menu_hover_first_color\";s:7:\"#1a80b6\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#1a80b6\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"150\";s:29:\"header_top_first_border_color\";s:7:\"#ffffff\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:7:\"classic\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"42\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:21:\"mobile_menu_font_size\";s:4:\"12px\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:22:\"mobile_menu_font_color\";s:7:\"#333333\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"1\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1023\";s:19:\"content_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:4:\"0.60\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#1a80b6\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:11:\"Leave Empty\";s:20:\"header_right_content\";s:11:\"Leave Empty\";s:17:\"header_v4_content\";s:7:\"Tagline\";s:13:\"header_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:14:\"header_tagline\";s:147:\"<span style=\"display:inline-block;font-size: 18px; margin: 0px; 0px; 0px; 0px;\">Loving people where they are and helping them follow Jesus.</span> \";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:2:\"3%\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:2:\"3%\";}s:13:\"header_shadow\";s:1:\"1\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#1a80b6\";s:17:\"tagline_font_size\";s:4:\"18px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:22:\"rgba(255,255,255,0.97)\";s:25:\"header_sticky_nav_padding\";s:2:\"30\";s:27:\"header_sticky_nav_font_size\";s:4:\"12px\";s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:4:\"logo\";a:5:{s:3:\"url\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels.png\";s:2:\"id\";s:4:\"1670\";s:6:\"height\";s:2:\"36\";s:5:\"width\";s:3:\"250\";s:9:\"thumbnail\";s:98:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels-150x36.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels.png\";s:2:\"id\";s:4:\"1670\";s:6:\"height\";s:2:\"36\";s:5:\"width\";s:3:\"250\";s:9:\"thumbnail\";s:98:\"https://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels-150x36.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:5:\"200px\";s:24:\"page_title_mobile_height\";s:5:\"150px\";s:19:\"page_title_bg_color\";s:7:\"#3f7ccd\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"35px\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:100:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/ptb_image-compressor-3.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:3:\"200\";s:5:\"width\";s:4:\"1280\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282A2B\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#DDDDDD\";s:21:\"slidingbar_text_color\";s:7:\"#8C8989\";s:21:\"slidingbar_link_color\";s:7:\"#BFBFBF\";s:21:\"slidingbar_top_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"0\";s:22:\"footer_widgets_columns\";s:1:\"1\";s:29:\"footer_widgets_center_content\";s:1:\"1\";s:22:\"footer_special_effects\";s:22:\"footer_parallax_effect\";s:20:\"footer_sticky_height\";s:1:\"0\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:223:\"© Copyright 2015 - <script>document.write(new Date().getFullYear());</script>   |   CrossPoint Church <br /> All Rights Reserved   |   Powered by <a href=\'https://wordpress.org\' target=\'_blank\'>WordPress</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"50px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#2c2d2f\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#2c2d2f\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"35px\";s:6:\"bottom\";s:4:\"35px\";}s:18:\"copyright_bg_color\";s:7:\"#2c2d2f\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#404042\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#DDDDDD\";}s:17:\"footer_text_color\";s:7:\"#8C8989\";s:17:\"footer_link_color\";s:7:\"#BFBFBF\";s:19:\"copyright_font_size\";s:4:\"12px\";s:15:\"sidebar_padding\";s:2:\"3%\";s:16:\"sidebar_bg_color\";s:7:\"#f2f2f2\";s:23:\"sidebar_widget_bg_color\";s:7:\"#3f7ccd\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#ffffff\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:4:\"Left\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"1\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:101:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/church_bkgd3-compressor.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:4:\"1279\";s:5:\"width\";s:4:\"1950\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"1\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#25354a\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#0261d6\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"56px\";s:11:\"line-height\";s:4:\"1.79\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"35px\";s:11:\"line-height\";s:4:\"1.29\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.62\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_titles_font_size\";s:4:\"24px\";s:19:\"post_titles_font_lh\";s:4:\"34px\";s:28:\"post_titles_extras_font_size\";s:4:\"22px\";s:12:\"custom_fonts\";a:7:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:3:\"yes\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"4px\";}s:25:\"button_gradient_top_color\";s:7:\"#90c9e8\";s:28:\"button_gradient_bottom_color\";s:7:\"#5aabd6\";s:31:\"button_gradient_top_color_hover\";s:7:\"#5aabd6\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#90c9e8\";s:19:\"button_accent_color\";s:7:\"#105378\";s:25:\"button_accent_hover_color\";s:7:\"#105378\";s:18:\"button_bevel_color\";s:7:\"#105378\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.8)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.9)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#1a80b6\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"21px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#1a80b6\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#1a80b6\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#1a80b6\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#1a80b6\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#1a80b6\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#1a80b6\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:7:\"#f7f7f7\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:6:\"Center\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#62a2c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#1a80b6\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"30px\";s:23:\"social_links_color_type\";s:5:\"brand\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"40px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#f4f4f4\";s:19:\"tabs_inactive_color\";s:7:\"#ffffff\";s:17:\"tabs_border_color\";s:7:\"#f4f4f4\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#ffffff\";s:18:\"testimonials_speed\";s:4:\"5000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"30px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:24:\"blog_show_page_title_bar\";s:1:\"1\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:6:\"Medium\";s:19:\"blog_archive_layout\";s:6:\"Medium\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"22\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"0\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"1\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"0\";s:9:\"post_meta\";s:1:\"0\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"14px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:15:\"portfolio_items\";s:1:\"4\";s:24:\"portfolio_archive_layout\";s:20:\"Portfolio One Column\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:24:\"portfolio_content_length\";s:7:\"Excerpt\";s:24:\"excerpt_length_portfolio\";s:1:\"0\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:20:\"grid_pagination_type\";s:10:\"Pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:21:\"portfolio_text_layout\";s:5:\"boxed\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"0\";s:25:\"portfolio_project_details\";s:1:\"0\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:8:\"facebook\";}s:3:\"url\";a:1:{i:0;s:42:\"https://www.facebook.com/CrossPointLynden/\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#838d8f\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#2f3032\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:38:\"Share This Post, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:19:\"rgba(255,255,255,0)\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:5:\"brand\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#4e72a6\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"1px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"9px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"0\";s:16:\"sharing_linkedin\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"0\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.90\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:28:\"gmiles@crosspoint-church.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:8:\"gmap_api\";s:39:\"AIzaSyBXgnfB5dsNLHJXFDaE-KQ-QrD_SerC2Vw\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"500px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:12:\"gmap_address\";s:31:\"8686 Vinup Rd, Lynden, WA 98264\";s:14:\"map_zoom_level\";s:2:\"14\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"1\";s:15:\"map_scrollwheel\";s:1:\"0\";s:9:\"map_scale\";s:1:\"0\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:6:\"custom\";s:17:\"map_overlay_color\";s:7:\"#1a80b6\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#747474\";s:22:\"map_custom_marker_icon\";s:5:\"theme\";s:13:\"search_layout\";s:4:\"Grid\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"0\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:1:\"5\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"35px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"0\";s:20:\"title_image_rollover\";s:1:\"0\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"0\";s:24:\"image_gradient_top_color\";s:7:\"#90c9e8\";s:27:\"image_gradient_bottom_color\";s:7:\"#5aabd6\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"45px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_color\";s:7:\"#eaeaea\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:14:\"timeline_color\";s:7:\"#eae9e9\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:15:\"pw_jpeg_quality\";s:3:\"100\";s:16:\"smooth_scrolling\";s:1:\"0\";s:15:\"disable_builder\";s:1:\"1\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";s:1:\"1\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:8:\"dev_mode\";s:1:\"0\";s:20:\"dynamic_css_compiler\";s:1:\"1\";s:22:\"dynamic_css_db_caching\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:10:\"custom_css\";s:304:\"/*PHONE LINK ON MOBILE*/\r\na[href^=\"tel\"] { color: #fff !important; }\r\n\r\n/*TAGLINE*/\r\n.fusion-header-tagline .tagline-text{margin-right:30px; margin-bottom: 30px; letter-spacing:1px;}\r\n\r\n/*MAIN PADDING*/\r\n#main { padding-left: 5%; padding-right: 5%; }\r\n\r\n/*BUTTON HEIGHT*/\r\n.customButton {padding: 100px;}\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";}','yes'),(6416,'fusion_core_unconverted_posts_converted','1','yes'),(6445,'revslider-library-check','1734406495','yes'),(6446,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(6447,'rs_tables_created','1','yes'),(6455,'fusion_builder_options','a:147:{s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:3:\"yes\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"4px\";}s:25:\"button_gradient_top_color\";s:7:\"#90c9e8\";s:28:\"button_gradient_bottom_color\";s:7:\"#5aabd6\";s:31:\"button_gradient_top_color_hover\";s:7:\"#5aabd6\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#90c9e8\";s:19:\"button_accent_color\";s:7:\"#105378\";s:25:\"button_accent_hover_color\";s:7:\"#105378\";s:18:\"button_bevel_color\";s:7:\"#105378\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.8)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.9)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#1a80b6\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"21px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#1a80b6\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#1a80b6\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#1a80b6\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#1a80b6\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#1a80b6\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#1a80b6\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:7:\"#f7f7f7\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:6:\"Center\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#62a2c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#1a80b6\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"30px\";s:23:\"social_links_color_type\";s:5:\"brand\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"40px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#f4f4f4\";s:19:\"tabs_inactive_color\";s:7:\"#ffffff\";s:17:\"tabs_border_color\";s:7:\"#f4f4f4\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#ffffff\";s:18:\"testimonials_speed\";s:4:\"5000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"30px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";}','yes'),(7008,'ossdl_off_cdn_url','https://www.crosspoint-church.com','yes'),(7009,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(7010,'ossdl_off_exclude','.php','yes'),(7011,'ossdl_cname','','yes'),(7026,'aioseop_options','a:116:{s:16:\"aiosp_home_title\";s:17:\"CrossPoint Church\";s:22:\"aiosp_home_description\";s:59:\"Loving people where they are and helping them follow Jesus.\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:16:\"aiosp_cap_titles\";s:2:\"on\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:16:\"aiosp_cpostnoodp\";s:0:\"\";s:17:\"aiosp_cpostnoydir\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:13:\"UA-91710319-1\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:11:\"aiosp_noodp\";s:0:\"\";s:12:\"aiosp_noydir\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.7.1\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:29:\"aiosp_custom_css_title_format\";s:27:\"%post_title% | %blog_title%\";s:38:\"aiosp_customize_changeset_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %blog_title%\";s:24:\"aiosp_slide_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_avada_portfolio_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_avada_faq_title_format\";s:27:\"%post_title% | %blog_title%\";s:38:\"aiosp_themefusion_elastic_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_fusion_template_title_format\";s:27:\"%post_title% | %blog_title%\";s:33:\"aiosp_fusion_element_title_format\";s:27:\"%post_title% | %blog_title%\";s:32:\"aiosp_schema_search_results_page\";s:0:\"\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";s:17:\"aiosp_license_key\";s:0:\"\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:31:\"aiosp_schema_person_manual_name\";s:0:\"\";s:32:\"aiosp_schema_person_manual_image\";s:0:\"\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %site_title%\";s:27:\"aiosp_wp_block_title_format\";s:27:\"%post_title% | %site_title%\";s:35:\"aiosp_fusion_tb_layout_title_format\";s:27:\"%post_title% | %site_title%\";s:36:\"aiosp_fusion_tb_section_title_format\";s:27:\"%post_title% | %site_title%\";s:30:\"aiosp_amn_mi-lite_title_format\";s:27:\"%post_title% | %site_title%\";s:31:\"aiosp_fusion_icons_title_format\";s:27:\"%post_title% | %site_title%\";s:23:\"aiosp_rss_content_after\";s:51:\"The post %post_link% first appeared on %site_link%.\";}','yes'),(7115,'wp_super_cache_index_detected','3','no'),(7116,'wpsupercache_start','1486675251','yes'),(7117,'wpsupercache_count','0','yes'),(7118,'wpsupercache_gc_time','1759202139','yes'),(20923,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:6:\"6.0.16\";s:14:\"installed_date\";i:1489770022;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1570073687;}','yes'),(20926,'monsterinsights_current_version','8.13.0','yes'),(20927,'monsterinsights_settings','a:46:{s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";b:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";b:1;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:14:\"anonymous_data\";i:1;s:12:\"save_setings\";a:0:{}s:12:\"view_reports\";a:0:{}s:17:\"automatic_updates\";s:3:\"all\";s:32:\"monsterinsights_first_run_notice\";b:1;s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:19:\"grmiles@comcast.net\";}}s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:30:\"gtagtracker_compatibility_mode\";b:1;s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','yes'),(20931,'monsterinsights_tracking_notice','1','yes'),(20941,'monsterinsights_lite_access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/UEZPdcxrE6UuQqk72eeF4F5RBXxXe8GBm8KPkuuLS2o\";s:12:\"access_token\";s:132:\"ya29.Gl1pBQ7YP8gN5BHnrjFOKwdIGCc1F9dV0YpIK34Q5hGFKR2ZbS_FZlSsFLuI0U5MEgxHxtOVxeDemve-Xvd17tufckk2PBFPQlkme2YL-Imy0KhdtXapKWIUZNEzj4I\";s:7:\"expires\";i:1519187301;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1519183701;}','yes'),(20942,'monsterinsights_lite_refresh_token','1/UEZPdcxrE6UuQqk72eeF4F5RBXxXe8GBm8KPkuuLS2o','yes'),(21010,'monsterinsights_get_profiles','a:1:{i:93943641;a:4:{s:2:\"id\";s:8:\"93943641\";s:7:\"ua_code\";s:13:\"UA-93943641-1\";s:11:\"parent_name\";s:33:\"https://www.crosspoint-church.com\";s:5:\"items\";a:1:{i:138821229;a:3:{s:2:\"id\";s:13:\"UA-93943641-1\";s:4:\"name\";s:33:\"https://www.crosspoint-church.com\";s:5:\"items\";a:1:{i:143141248;a:3:{s:4:\"name\";s:33:\"All Web Site Data (UA-93943641-1)\";s:7:\"ua_code\";s:13:\"UA-93943641-1\";s:2:\"id\";s:9:\"143141248\";}}}}}}','yes'),(21022,'monsterinsights_report_overview_pageviews','a:4:{s:10:\"start-date\";s:10:\"2017-12-21\";s:8:\"end-date\";s:10:\"2018-01-20\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"377\";}s:4:\"data\";a:31:{i:0;a:2:{i:0;s:8:\"20171221\";i:1;s:2:\"28\";}i:1;a:2:{i:0;s:8:\"20171222\";i:1;s:2:\"23\";}i:2;a:2:{i:0;s:8:\"20171223\";i:1;s:2:\"10\";}i:3;a:2:{i:0;s:8:\"20171224\";i:1;s:2:\"13\";}i:4;a:2:{i:0;s:8:\"20171225\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:8:\"20171226\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:8:\"20171227\";i:1;s:2:\"10\";}i:7;a:2:{i:0;s:8:\"20171228\";i:1;s:2:\"19\";}i:8;a:2:{i:0;s:8:\"20171229\";i:1;s:2:\"14\";}i:9;a:2:{i:0;s:8:\"20171230\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:8:\"20171231\";i:1;s:2:\"21\";}i:11;a:2:{i:0;s:8:\"20180101\";i:1;s:2:\"16\";}i:12;a:2:{i:0;s:8:\"20180102\";i:1;s:1:\"8\";}i:13;a:2:{i:0;s:8:\"20180103\";i:1;s:2:\"23\";}i:14;a:2:{i:0;s:8:\"20180104\";i:1;s:1:\"9\";}i:15;a:2:{i:0;s:8:\"20180105\";i:1;s:2:\"11\";}i:16;a:2:{i:0;s:8:\"20180106\";i:1;s:2:\"14\";}i:17;a:2:{i:0;s:8:\"20180107\";i:1;s:2:\"17\";}i:18;a:2:{i:0;s:8:\"20180108\";i:1;s:2:\"14\";}i:19;a:2:{i:0;s:8:\"20180109\";i:1;s:2:\"18\";}i:20;a:2:{i:0;s:8:\"20180110\";i:1;s:2:\"26\";}i:21;a:2:{i:0;s:8:\"20180111\";i:1;s:1:\"7\";}i:22;a:2:{i:0;s:8:\"20180112\";i:1;s:1:\"6\";}i:23;a:2:{i:0;s:8:\"20180113\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:8:\"20180114\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:8:\"20180115\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:8:\"20180116\";i:1;s:2:\"19\";}i:27;a:2:{i:0;s:8:\"20180117\";i:1;s:2:\"15\";}i:28;a:2:{i:0;s:8:\"20180118\";i:1;s:2:\"11\";}i:29;a:2:{i:0;s:8:\"20180119\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:8:\"20180120\";i:1;s:2:\"12\";}}}','yes'),(21023,'monsterinsights_report_overview_top_content','a:4:{s:10:\"start-date\";s:10:\"2017-12-21\";s:8:\"end-date\";s:10:\"2018-01-20\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"377\";}s:4:\"data\";a:21:{i:0;a:2:{i:0;s:1:\"/\";i:1;s:3:\"213\";}i:1;a:2:{i:0;s:9:\"/sermons/\";i:1;s:2:\"36\";}i:2;a:2:{i:0;s:16:\"/what-to-expect/\";i:1;s:2:\"26\";}i:3;a:2:{i:0;s:9:\"/contact/\";i:1;s:2:\"20\";}i:4;a:2:{i:0;s:11:\"/bulletins/\";i:1;s:2:\"15\";}i:5;a:2:{i:0;s:13:\"/our-beliefs/\";i:1;s:2:\"12\";}i:6;a:2:{i:0;s:6:\"/give/\";i:1;s:1:\"9\";}i:7;a:2:{i:0;s:20:\"/what-is-a-nazarene/\";i:1;s:1:\"9\";}i:8;a:2:{i:0;s:7:\"/youth/\";i:1;s:1:\"8\";}i:9;a:2:{i:0;s:10:\"/children/\";i:1;s:1:\"7\";}i:10;a:2:{i:0;s:14:\"/small-groups/\";i:1;s:1:\"5\";}i:11;a:2:{i:0;s:14:\"/prayer-group/\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:19:\"/sermons/?pagenum=2\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:22:\"/denominational-links/\";i:1;s:1:\"2\";}i:14;a:2:{i:0;s:19:\"/sermons/?series=23\";i:1;s:1:\"2\";}i:15;a:2:{i:0;s:22:\"/sermons/?sermon_id=69\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:32:\"/404.html?page=/~crossp22/&from=\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:24:\"/sermons/?book=Galatians\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:22:\"/sermons/?sermon_id=68\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:22:\"/sermons/?sermon_id=76\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:27:\"/www.tinyurl.com/983abx3d55\";i:1;s:1:\"1\";}}}','yes'),(21024,'monsterinsights_report_overview_top_sources','a:4:{s:10:\"start-date\";s:10:\"2017-12-21\";s:8:\"end-date\";s:10:\"2018-01-20\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"377\";}s:4:\"data\";a:9:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"184\";}i:1;a:2:{i:0;s:8:\"(direct)\";i:1;s:3:\"157\";}i:2;a:2:{i:0;s:4:\"bing\";i:1;s:2:\"17\";}i:3;a:2:{i:0;s:5:\"yahoo\";i:1;s:1:\"8\";}i:4;a:2:{i:0;s:13:\"timer4web.com\";i:1;s:1:\"5\";}i:5;a:2:{i:0;s:12:\"wapacnaz.org\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:9:\"[5234743]\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:16:\"app.nazarene.org\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:12:\"facebook.com\";i:1;s:1:\"1\";}}}','yes'),(21025,'monsterinsights_report_overview_countries','a:4:{s:10:\"start-date\";s:10:\"2017-12-21\";s:8:\"end-date\";s:10:\"2018-01-20\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"377\";}s:4:\"data\";a:6:{i:0;a:2:{i:0;s:2:\"US\";i:1;s:3:\"367\";}i:1;a:2:{i:0;s:2:\"DE\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:2:\"CA\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:2:\"CL\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:2:\"KR\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:2:\"MX\";i:1;s:1:\"1\";}}}','yes'),(22864,'_site_transient_avada_avadaredux_googlefonts','a:810:{s:7:\"ABeeZee\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Abel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Abhaya Libre\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:7:\"sinhala\";s:4:\"name\";s:7:\"Sinhala\";}}}s:13:\"Abril Fatface\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Aclonica\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Acme\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Actor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Adamina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Advent Pro\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Aguafina Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Akronim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Aladin\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Aldrich\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Alef\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:8:\"Alegreya\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Alegreya SC\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Alegreya Sans\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Alegreya Sans SC\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Alex Brush\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Alfa Slab One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Alice\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Alike\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Alike Angular\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Allan\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Allerta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Allerta Stencil\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Allura\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Almendra\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Almendra Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Almendra SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Amarante\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Amaranth\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Amatic SC\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Amatica SC\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:9:\"Amethysta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Amiko\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Amiri\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Amita\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Anaheim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Andada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Andika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Angkor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:24:\"Annie Use Your Telescope\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Anonymous Pro\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:5:\"Antic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Antic Didone\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Antic Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Anton\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Arapey\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Arbutus\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Arbutus Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Architects Daughter\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Archivo Black\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Archivo Narrow\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Aref Ruqaa\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Arima Madurai\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Arimo\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:7;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Arizonia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Armata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Artifika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Arvo\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Arya\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:4:\"Asap\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Asar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Asset\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Assistant\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:7:\"Astloch\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Asul\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Athiti\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Atma\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}}}s:10:\"Atomic Age\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Aubrey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Audiowide\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Autour One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Average\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Average Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Averia Gruesa Libre\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Averia Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Averia Sans Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"Averia Serif Libre\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bad Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:5:\"Baloo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:10:\"Baloo Bhai\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Baloo Bhaina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:5:\"oriya\";s:4:\"name\";s:5:\"Oriya\";}}}s:13:\"Baloo Chettan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"malayalam\";s:4:\"name\";s:9:\"Malayalam\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Baloo Da\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}}}s:11:\"Baloo Paaji\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gurmukhi\";s:4:\"name\";s:8:\"Gurmukhi\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Baloo Tamma\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:7:\"kannada\";s:4:\"name\";s:7:\"Kannada\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Baloo Thambi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Balthazar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Bangers\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Basic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Battambang\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Baumans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Bayon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:8:\"Belgrano\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Belleza\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"BenchNine\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Bentham\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Berkshire Swash\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Bevan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Bigelow Rules\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Bigshot One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Bilbo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Bilbo Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"BioRhyme\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"BioRhyme Expanded\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Biryani\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Bitter\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Black Ops One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Bokor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Bonbon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Boogaloo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bowlby One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Bowlby One SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Brawler\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Bree Serif\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Bubblegum Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Bubbler One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Buda\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Buenard\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Bungee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Bungee Hairline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Bungee Inline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Bungee Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Bungee Shade\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Butcherman\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Butterfly Kids\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Cabin\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Cabin Condensed\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Cabin Sketch\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Caesar Dressing\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Cagliostro\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Cairo\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Calligraffitti\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cambay\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Cambo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Candal\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Cantarell\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Cantata One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Cantora One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Capriola\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Cardo\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Carme\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Carrois Gothic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Carrois Gothic SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Carter One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Catamaran\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Caudex\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Caveat\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Caveat Brush\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Cedarville Cursive\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Ceviche One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Changa\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Changa One\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Chango\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Chathura\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:18:\"Chau Philomene One\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Chela One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Chelsea Market\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Chenla\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:17:\"Cherry Cream Soda\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Cherry Swash\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Chewy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Chicle\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Chivo\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:3;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Chonburi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Cinzel\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Cinzel Decorative\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Clicker Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Coda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Coda Caption\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Codystar\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Coiny\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Combo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Comfortaa\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Coming Soon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Concert One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Condiment\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Content\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:12:\"Contrail One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Convergence\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cookie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Copse\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Corben\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Cormorant\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:18:\"Cormorant Garamond\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:16:\"Cormorant Infant\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:12:\"Cormorant SC\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:17:\"Cormorant Unicase\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:17:\"Cormorant Upright\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Courgette\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Cousine\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:7;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Coustard\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Covered By Your Grace\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Crafty Girls\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Creepster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Crete Round\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Crimson Text\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Croissant One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Crushed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Cuprum\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Cutive\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Cutive Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Damion\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Dancing Script\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Dangrek\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:11:\"David Libre\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:20:\"Dawning of a New Day\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Days One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Dekko\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Delius\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Delius Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Delius Unicase\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Della Respira\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Denk One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Devonshire\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Dhurjati\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:13:\"Didact Gothic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:5;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Diplomata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Diplomata SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Domine\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Donegal One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Doppio One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Dorsa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Dosis\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Dr Sugiyama\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Droid Sans\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Droid Sans Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Droid Serif\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Duru Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Dynalight\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"EB Garamond\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:10:\"Eagle Lake\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Eater\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Economica\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Eczar\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:8:\"Ek Mukta\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:10:\"El Messiri\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Electrolize\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Elsie\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Elsie Swash Caps\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Emblema One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Emilys Candy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Engagement\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Englebert\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Enriqueta\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Erica One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Esteban\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Euphoria Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Ewert\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Exo\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Exo 2\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:13:\"Expletus Sans\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Fanwood Text\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Farsan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Fascinate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Fascinate Inline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Faster One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Fasthand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:9:\"Fauna One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Federant\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Federo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Felipa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Fenix\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Finger Paint\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Fira Mono\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Fira Sans\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:10:\"Fjalla One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Fjord One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Flamenco\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Flavors\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Fondamento\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Fontdiner Swanky\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Forum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:12:\"Francois One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Frank Ruhl Libre\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:12:\"Freckle Face\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Fredericka the Great\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Fredoka One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Freehand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Fresca\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Frijole\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Fruktur\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Fugaz One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"GFS Didot\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}}}s:15:\"GFS Neohellenic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}}}s:8:\"Gabriela\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Gafata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Galada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}}}s:8:\"Galdeano\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Galindo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Gentium Basic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Gentium Book Basic\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Geo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Geostar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Geostar Fill\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Germania One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Gidugu\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:13:\"Gilda Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Give You Glory\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Glass Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Glegoo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:17:\"Gloria Hallelujah\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Goblin One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Gochi Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Gorditas\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Goudy Bookletter 1911\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Graduate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Grand Hotel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Gravitas One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Great Vibes\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Griffy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Gruppo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Gudea\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Gurajada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Habibi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Halant\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:15:\"Hammersmith One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Hanalei\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Hanalei Fill\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Handlee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Hanuman\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:12:\"Happy Monkey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Harmattan\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Headland One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Heebo\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:11:\"Henny Penny\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Herr Von Muellerhoff\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Hind\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:11:\"Hind Guntur\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:12:\"Hind Madurai\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Hind Siliguri\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:7:\"bengali\";s:4:\"name\";s:7:\"Bengali\";}}}s:13:\"Hind Vadodara\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Holtwood One SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Homemade Apple\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Homenaje\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"IM Fell DW Pica\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"IM Fell DW Pica SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"IM Fell Double Pica\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:22:\"IM Fell Double Pica SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"IM Fell English\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"IM Fell English SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"IM Fell French Canon\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"IM Fell French Canon SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"IM Fell Great Primer\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"IM Fell Great Primer SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Iceberg\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Iceland\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Imprima\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Inconsolata\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Inder\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Indie Flower\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Inika\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Inknut Antiqua\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:12:\"Irish Grover\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Istok Web\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Italiana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Italianno\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Itim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Jacques Francois\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Jacques Francois Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Jaldi\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:14:\"Jim Nightshade\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Jockey One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Jolly Lodger\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Jomhuria\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Josefin Sans\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Josefin Slab\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Joti One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Judson\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Julee\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Julius Sans One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Junge\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Jura\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:17:\"Just Another Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Just Me Again Down Here\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Kadwa\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Kalam\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Kameron\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Kanit\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kantumruy\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Karla\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Karma\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Katibeh\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Kaushan Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kavivanar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Kavoon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Kdam Thmor\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:10:\"Keania One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Kelly Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:5:\"Kenia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Khand\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Khmer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Khula\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:8:\"Kite One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Knewave\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kotta One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Koulen\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:6:\"Kranky\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Kreon\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Kristi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Krona One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Kumar One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Kumar One Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Kurale\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:3;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:15:\"La Belle Aurore\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Laila\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:11:\"Lakki Reddy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Lalezar\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Lancelot\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Lateef\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Lato\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"League Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Leckerli One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Ledger\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Lekton\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Lemon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Lemonada\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Libre Baskerville\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Libre Franklin\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Life Savers\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Lilita One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Lily Script One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Limelight\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Linden Hill\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Lobster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Lobster Two\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Londrina Outline\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Londrina Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Londrina Sketch\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Londrina Solid\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Lora\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:21:\"Love Ya Like A Sister\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:17:\"Loved by the King\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Lovers Quarrel\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Luckiest Guy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Lusitana\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Lustria\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Macondo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"Macondo Swash Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Mada\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Magra\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Maiden Orange\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Maitree\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Mako\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Mallanna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Mandali\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:9:\"Marcellus\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Marcellus SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Marck Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Margarine\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Marko One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Marmelad\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Martel\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:11:\"Martel Sans\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Marvel\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Mate\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Mate SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Maven Pro\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"McLaren\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Meddon\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"MedievalSharp\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Medula One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Meera Inimai\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}}}s:6:\"Megrim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Meie Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Merienda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Merienda One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Merriweather\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:7;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:17:\"Merriweather Sans\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:7;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Metal\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:11:\"Metal Mania\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Metamorphous\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Metrophobic\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Michroma\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Milonga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Miltonian\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Miltonian Tattoo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Miniver\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Miriam Libre\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:5:\"Mirza\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Miss Fajardose\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Mitr\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Modak\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:14:\"Modern Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Mogra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Molengo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Molle\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Monda\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Monofett\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Monoton\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Monsieur La Doulaise\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Montaga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Montez\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Montserrat\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Montserrat Alternates\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Montserrat Subrayada\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Moul\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:8:\"Moulpali\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:22:\"Mountains of Christmas\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Mouse Memoirs\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Mr Bedfort\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Mr Dafoe\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Mr De Haviland\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:19:\"Mrs Saint Delafield\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Mrs Sheppards\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Mukta Vaani\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Muli\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Mystery Quest\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"NTR\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Neucha\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Neuton\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"New Rocker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"News Cycle\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Niconne\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Nixie One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Nobile\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Nokora\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Norican\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Nosifer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Nothing You Could Do\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Noticia Text\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Noto Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}i:7;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:10:\"Noto Serif\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Nova Cut\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Flat\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}}}s:9:\"Nova Oval\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Nova Round\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Nova Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Nova Slim\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Nova Square\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Numans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Nunito\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Nunito Sans\";a:2:{s:8:\"variants\";a:14:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:11;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:13;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Odor Mean Chey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:7:\"Offside\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Old Standard TT\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Oldenburg\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Oleo Script\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:22:\"Oleo Script Swash Caps\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Open Sans\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:9;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:19:\"Open Sans Condensed\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Oranienbaum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Orbitron\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Oregano\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Orienta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Original Surfer\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Oswald\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Over the Rainbow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Overlock\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Overlock SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Ovo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Oxygen\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Oxygen Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"PT Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:7:\"PT Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:15:\"PT Sans Caption\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:14:\"PT Sans Narrow\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"PT Serif\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:16:\"PT Serif Caption\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Pacifico\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Palanquin\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:14:\"Palanquin Dark\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Paprika\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Parisienne\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Passero One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Passion One\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Pathway Gothic One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Patrick Hand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Patrick Hand SC\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Pattaya\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Patua One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Pavanam\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"tamil\";s:4:\"name\";s:5:\"Tamil\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Paytone One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Peddana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:7:\"Peralta\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Permanent Marker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"Petit Formal Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Petrona\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Philosopher\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Piedra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Pinyon Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Pirata One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Plaster\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Play\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:4;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:8:\"Playball\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Playfair Display\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:19:\"Playfair Display SC\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:5;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:7:\"Podkova\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Poiret One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:10:\"Poller One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Poly\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Pompiere\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Pontano Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Poppins\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:16:\"Port Lligat Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Port Lligat Slab\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Pragati Narrow\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Prata\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:11:\"Preahvihear\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:14:\"Press Start 2P\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:5:\"Pridi\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Princess Sofia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Prociono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Prompt\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Prosto One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Proza Libre\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:9;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Puritan\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Purple Purse\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Quando\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Quantico\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Quattrocento\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Quattrocento Sans\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Questrial\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Quicksand\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Quintessential\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Qwigley\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Racing Sans One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Radley\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Rajdhani\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Rakkas\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Raleway\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Raleway Dots\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Ramabhadra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:8:\"Ramaraja\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:6:\"Rambla\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Rammetto One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Ranchers\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Rancho\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Ranga\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:4:\"Rasa\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Rationale\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Ravi Prakash\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:9:\"Redressed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Reem Kufi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Reenie Beanie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Revalia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Rhodium Libre\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Ribeye\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Ribeye Marrow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Righteous\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Risque\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Roboto\";a:2:{s:8:\"variants\";a:12:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:11;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:16:\"Roboto Condensed\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Roboto Mono\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:7;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Roboto Slab\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:7:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Rochester\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Rock Salt\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Rokkitt\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Romanesco\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Ropa Sans\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Rosario\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Rosarivo\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Rouge Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Rozha One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Rubik\";a:2:{s:8:\"variants\";a:10:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:9;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:3;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:14:\"Rubik Mono One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Rubik One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:4:\"Ruda\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Rufina\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Ruge Boogie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Ruluko\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Rum Raisin\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Ruslan Display\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Russo One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:6:\"Ruthie\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:3:\"Rye\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Sacramento\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Sahitya\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:4:\"Sail\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Salsa\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Sanchez\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Sancreek\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Sansita One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Sarala\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:6:\"Sarina\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Sarpanch\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Satisfy\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Scada\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:12:\"Scheherazade\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:6:\"arabic\";s:4:\"name\";s:6:\"Arabic\";}i:1;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Schoolbell\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Scope One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"Seaweed Script\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Secular One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:9:\"Sevillana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Seymour One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:18:\"Shadows Into Light\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:22:\"Shadows Into Light Two\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Shanti\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Share\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Share Tech\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Share Tech Mono\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Shojumaru\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Short Stack\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Shrikhand\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:8:\"gujarati\";s:4:\"name\";s:8:\"Gujarati\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Siemreap\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:10:\"Sigmar One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Signika\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Signika Negative\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Simonetta\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:3;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Sintony\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Sirin Stencil\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Six Caps\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Skranji\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Slabo 13px\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Slabo 27px\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Slackey\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Smokum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Smythe\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Sniglet\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Snippet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:13:\"Snowburst One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Sofadi One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"Sofia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Sonsie One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Sorts Mill Goudy\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Source Code Pro\";a:2:{s:8:\"variants\";a:7:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:5;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:6;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:15:\"Source Sans Pro\";a:2:{s:8:\"variants\";a:12:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:11;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:16:\"Source Serif Pro\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Space Mono\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Special Elite\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Spicy Rice\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Spinnaker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Spirax\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Squada One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:20:\"Sree Krushnadevaraya\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:8:\"Sriracha\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Stalemate\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Stalinist One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:15:\"Stardos Stencil\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:21:\"Stint Ultra Condensed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:20:\"Stint Ultra Expanded\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Stoke\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Strait\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:19:\"Sue Ellen Francisco\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Suez One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:6:\"Sumana\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:9:\"Sunshiney\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:16:\"Supermercado One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Sura\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Suranna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:9:\"Suravaram\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:11:\"Suwannaphum\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:18:\"Swanky and Moo Moo\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Syncopate\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Tangerine\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Taprom\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"khmer\";s:4:\"name\";s:5:\"Khmer\";}}}s:5:\"Tauri\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Taviraj\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:4:\"Teko\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Telex\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"Tenali Ramakrishna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:10:\"Tenor Sans\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Text Me One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:18:\"The Girl Next Door\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Tienne\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:2;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Tillana\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:4;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:7:\"Timmana\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"telugu\";s:4:\"name\";s:6:\"Telugu\";}}}s:5:\"Tinos\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:8:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:4;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:5;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:6;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}i:7;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Titan One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:13:\"Titillium Web\";a:2:{s:8:\"variants\";a:11:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:5;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:7;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:9;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Trade Winds\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Trirong\";a:2:{s:8:\"variants\";a:18:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:9:\"100italic\";s:4:\"name\";s:22:\"Ultra-Light 100 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:3;a:2:{s:2:\"id\";s:9:\"200italic\";s:4:\"name\";s:16:\"Light 200 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:5;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:7;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:8;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:9;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:10;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:11;a:2:{s:2:\"id\";s:9:\"600italic\";s:4:\"name\";s:20:\"Semi-Bold 600 Italic\";}i:12;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:13;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}i:14;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:15;a:2:{s:2:\"id\";s:9:\"800italic\";s:4:\"name\";s:21:\"Extra-Bold 800 Italic\";}i:16;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}i:17;a:2:{s:2:\"id\";s:9:\"900italic\";s:4:\"name\";s:21:\"Ultra-Bold 900 Italic\";}}s:7:\"subsets\";a:4:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:4:\"thai\";s:4:\"name\";s:4:\"Thai\";}i:2;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:3;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Trocchi\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Trochut\";a:2:{s:8:\"variants\";a:3:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Trykker\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:10:\"Tulpen One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Ubuntu\";a:2:{s:8:\"variants\";a:8:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:9:\"300italic\";s:4:\"name\";s:15:\"Book 300 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:9:\"500italic\";s:4:\"name\";s:17:\"Medium 500 Italic\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:5;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:16:\"Ubuntu Condensed\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:5;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:11:\"Ubuntu Mono\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:6:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:5:\"greek\";s:4:\"name\";s:5:\"Greek\";}i:2;a:2:{s:2:\"id\";s:9:\"greek-ext\";s:4:\"name\";s:14:\"Greek Extended\";}i:3;a:2:{s:2:\"id\";s:12:\"cyrillic-ext\";s:4:\"name\";s:17:\"Cyrillic Extended\";}i:4;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:5;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:5:\"Ultra\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:14:\"Uncial Antiqua\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Underdog\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:9:\"Unica One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:14:\"UnifrakturCook\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:18:\"UnifrakturMaguntia\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:7:\"Unkempt\";a:2:{s:8:\"variants\";a:2:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Unlock\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Unna\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:5:\"VT323\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:10:\"vietnamese\";s:4:\"name\";s:10:\"Vietnamese\";}i:2;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Vampiro One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Varela\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:12:\"Varela Round\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:6:\"hebrew\";s:4:\"name\";s:6:\"Hebrew\";}}}s:11:\"Vast Shadow\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:12:\"Vesper Libre\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:5:\"Vibur\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Vidaloka\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Viga\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:5:\"Voces\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:7:\"Volkhov\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Vollkorn\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:1;a:2:{s:2:\"id\";s:9:\"400italic\";s:4:\"name\";s:17:\"Normal 400 Italic\";}i:2;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:3;a:2:{s:2:\"id\";s:9:\"700italic\";s:4:\"name\";s:15:\"Bold 700 Italic\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Voltaire\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:23:\"Waiting for the Sunrise\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:8:\"Wallpoet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:15:\"Walter Turncoat\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:6:\"Warnes\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Wellfleet\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:9:\"Wendy One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:8:\"Wire One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:9:\"Work Sans\";a:2:{s:8:\"variants\";a:9:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:2;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:3;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:4;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:5;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:6;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:7;a:2:{s:2:\"id\";s:3:\"800\";s:4:\"name\";s:14:\"Extra-Bold 800\";}i:8;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:17:\"Yanone Kaffeesatz\";a:2:{s:8:\"variants\";a:4:{i:0;a:2:{s:2:\"id\";s:3:\"200\";s:4:\"name\";s:9:\"Light 200\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:11:\"Yantramanav\";a:2:{s:8:\"variants\";a:6:{i:0;a:2:{s:2:\"id\";s:3:\"100\";s:4:\"name\";s:15:\"Ultra-Light 100\";}i:1;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:2;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:3;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}i:5;a:2:{s:2:\"id\";s:3:\"900\";s:4:\"name\";s:14:\"Ultra-Bold 900\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:9:\"Yatra One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:10:\"devanagari\";s:4:\"name\";s:10:\"Devanagari\";}}}s:10:\"Yellowtail\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:10:\"Yeseva One\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:3:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}i:2;a:2:{s:2:\"id\";s:8:\"cyrillic\";s:4:\"name\";s:8:\"Cyrillic\";}}}s:10:\"Yesteryear\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}s:4:\"Yrsa\";a:2:{s:8:\"variants\";a:5:{i:0;a:2:{s:2:\"id\";s:3:\"300\";s:4:\"name\";s:8:\"Book 300\";}i:1;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}i:2;a:2:{s:2:\"id\";s:3:\"500\";s:4:\"name\";s:10:\"Medium 500\";}i:3;a:2:{s:2:\"id\";s:3:\"600\";s:4:\"name\";s:13:\"Semi-Bold 600\";}i:4;a:2:{s:2:\"id\";s:3:\"700\";s:4:\"name\";s:8:\"Bold 700\";}}s:7:\"subsets\";a:2:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}i:1;a:2:{s:2:\"id\";s:9:\"latin-ext\";s:4:\"name\";s:14:\"Latin Extended\";}}}s:6:\"Zeyada\";a:2:{s:8:\"variants\";a:1:{i:0;a:2:{s:2:\"id\";s:3:\"400\";s:4:\"name\";s:10:\"Normal 400\";}}s:7:\"subsets\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"latin\";s:4:\"name\";s:5:\"Latin\";}}}}','no'),(36610,'fusion_supported_plugins_active','a:0:{}','yes'),(36611,'fusion_dynamic_css_posts','a:207:{i:2638;b:1;s:9:\"0-archive\";b:1;s:6:\"global\";b:1;i:40;b:1;i:1441;b:0;i:1642;b:1;i:1458;b:1;i:1354;b:1;i:4674;b:0;s:11:\"133-archive\";b:1;i:4620;b:1;i:847;b:1;i:1622;b:1;i:4675;b:1;i:4124;b:1;i:4588;b:1;i:4573;b:1;i:4172;b:1;i:4574;b:1;i:4363;b:1;i:3792;b:1;i:4042;b:1;i:4589;b:1;i:4560;b:1;i:4273;b:1;i:2755;b:1;i:3640;b:1;i:3960;b:1;s:9:\"2-archive\";b:1;i:4525;b:1;i:4460;b:1;i:1634;b:1;i:2121;b:1;s:11:\"159-archive\";b:1;i:4565;b:1;i:3769;b:1;i:4570;b:1;s:11:\"129-archive\";b:1;i:3845;b:1;s:11:\"164-archive\";b:1;i:4571;b:1;i:4345;b:1;i:4434;b:1;i:2974;b:1;s:11:\"156-archive\";b:1;i:4607;b:1;s:11:\"171-archive\";b:1;s:11:\"163-archive\";b:1;i:4301;b:1;i:1462;b:1;i:2990;b:1;i:3310;b:1;i:4359;b:1;i:3862;b:1;i:4540;b:1;i:4103;b:1;i:609;b:1;i:3926;b:1;i:4641;b:1;i:1635;b:1;i:4133;b:1;i:4602;b:1;i:4494;b:1;s:11:\"160-archive\";b:1;i:4425;b:1;i:2699;b:1;i:3879;b:1;i:4659;b:1;i:611;b:1;i:4635;b:1;i:4618;b:1;i:2754;b:1;i:2787;b:1;i:4429;b:1;i:4593;b:1;i:4587;b:1;i:4213;b:1;i:4098;b:1;i:4536;b:1;s:11:\"155-archive\";b:1;i:3646;b:1;i:12;b:1;i:4597;b:1;s:11:\"158-archive\";b:1;s:11:\"174-archive\";b:1;i:2798;b:1;i:1448;b:1;i:1468;b:1;i:4478;b:1;i:4329;b:1;i:4090;b:1;i:4625;b:1;i:1644;b:1;i:2901;b:1;i:4261;b:1;i:4419;b:1;s:9:\"1-archive\";b:1;i:4624;b:1;i:1636;b:1;i:3508;b:1;i:4198;b:1;s:11:\"168-archive\";b:1;i:1616;b:1;i:3315;b:1;i:1649;b:1;i:1341;b:1;i:4500;b:1;i:2745;b:1;i:4126;b:1;i:4370;b:1;i:2709;b:1;i:4309;b:1;s:11:\"169-archive\";b:1;i:3143;b:1;i:1656;b:1;i:4619;b:1;i:2105;b:1;i:1631;b:1;i:2894;b:1;i:4628;b:1;i:2863;b:1;i:2106;b:1;i:1641;b:1;i:4183;b:1;i:3147;b:1;i:4616;b:1;i:4579;b:1;i:4556;b:1;i:4482;b:1;i:4222;b:1;i:4380;b:1;i:4335;b:1;i:4546;b:1;i:4646;b:1;i:4562;b:1;i:4520;b:1;i:4510;b:1;i:4580;b:1;i:4237;b:1;i:4231;b:1;i:4187;b:1;i:4544;b:1;i:4585;b:1;i:4177;b:1;i:4523;b:1;i:4605;b:1;i:4591;b:1;i:4631;b:1;i:4534;b:1;i:4193;b:1;i:4323;b:1;i:4642;b:1;i:4614;b:1;i:4603;b:1;i:4504;b:1;i:4537;b:1;i:4608;b:1;i:4581;b:1;i:1621;b:1;i:4461;b:1;i:1453;b:1;s:11:\"178-archive\";b:1;s:11:\"176-archive\";b:1;s:11:\"157-archive\";b:1;s:11:\"162-archive\";b:1;s:11:\"175-archive\";b:1;s:11:\"177-archive\";b:1;s:11:\"179-archive\";b:1;s:11:\"173-archive\";b:1;i:4506;b:1;i:4667;b:1;i:4066;b:1;i:4654;b:1;i:4648;b:1;i:4253;b:1;i:4596;b:1;i:644;b:1;i:4493;b:1;i:4486;b:1;i:2299;b:1;i:4502;b:1;i:3616;b:1;i:2306;b:1;s:11:\"130-archive\";b:1;i:2800;b:1;i:2696;b:1;i:2367;b:1;i:4679;b:0;i:2714;b:1;i:2789;b:1;i:3512;b:1;i:2706;b:1;i:2794;b:1;i:4639;b:1;i:3851;b:1;i:1343;b:1;i:3459;b:1;i:2689;b:1;i:4227;b:1;i:4163;b:1;i:4365;b:1;i:2962;b:1;i:4236;b:1;i:4355;b:1;i:4141;b:1;i:4009;b:1;i:4195;b:1;}','yes'),(36612,'fusion_options','a:1047:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"wide\";s:10:\"site_width\";s:6:\"1100px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"none\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"25px\";s:6:\"bottom\";s:4:\"60px\";}s:13:\"page_template\";s:10:\"site_width\";s:16:\"hundredp_padding\";s:3:\"17%\";s:13:\"sidebar_width\";s:3:\"32%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1000\";s:23:\"side_header_break_point\";s:3:\"800\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"typography_sensitivity\";s:4:\"0.00\";s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"color_palette\";a:17:{s:6:\"color1\";a:2:{s:5:\"label\";s:7:\"Color 1\";s:5:\"color\";s:19:\"rgba(255,255,255,1)\";}s:6:\"color2\";a:2:{s:5:\"label\";s:7:\"Color 2\";s:5:\"color\";s:19:\"rgba(246,246,246,1)\";}s:6:\"color3\";a:2:{s:5:\"label\";s:7:\"Color 3\";s:5:\"color\";s:19:\"rgba(224,222,222,1)\";}s:6:\"color4\";a:2:{s:5:\"label\";s:7:\"Color 4\";s:5:\"color\";s:18:\"rgba(63,124,205,1)\";}s:6:\"color5\";a:2:{s:5:\"label\";s:7:\"Color 5\";s:5:\"color\";s:19:\"rgba(116,116,116,1)\";}s:6:\"color6\";a:2:{s:5:\"label\";s:7:\"Color 6\";s:5:\"color\";s:18:\"rgba(26,128,182,1)\";}s:6:\"color7\";a:2:{s:5:\"label\";s:7:\"Color 7\";s:5:\"color\";s:17:\"rgba(16,83,120,1)\";}s:6:\"color8\";a:2:{s:5:\"label\";s:7:\"Color 8\";s:5:\"color\";s:16:\"rgba(51,51,51,1)\";}s:8:\"custom10\";a:2:{s:5:\"label\";s:9:\"Custom 10\";s:5:\"color\";s:19:\"rgba(191,191,191,1)\";}s:8:\"custom11\";a:2:{s:5:\"label\";s:9:\"Custom 11\";s:5:\"color\";s:19:\"rgba(140,137,137,1)\";}s:8:\"custom12\";a:2:{s:5:\"label\";s:9:\"Custom 12\";s:5:\"color\";s:20:\"rgba(63,124,205,0.8)\";}s:8:\"custom13\";a:2:{s:5:\"label\";s:9:\"Custom 13\";s:5:\"color\";s:19:\"rgba(249,249,249,1)\";}s:8:\"custom14\";a:2:{s:5:\"label\";s:9:\"Custom 14\";s:5:\"color\";s:19:\"rgba(144,201,232,1)\";}s:8:\"custom15\";a:2:{s:5:\"label\";s:9:\"Custom 15\";s:5:\"color\";s:16:\"rgba(28,28,28,1)\";}s:8:\"custom16\";a:2:{s:5:\"label\";s:9:\"Custom 16\";s:5:\"color\";s:18:\"rgba(90,171,214,1)\";}s:8:\"custom17\";a:2:{s:5:\"label\";s:9:\"Custom 17\";s:5:\"color\";s:16:\"rgba(44,45,47,1)\";}s:8:\"custom18\";a:2:{s:5:\"label\";s:9:\"Custom 18\";s:5:\"color\";s:19:\"rgba(221,221,221,1)\";}}s:13:\"primary_color\";s:7:\"#1a80b6\";s:15:\"header_position\";s:3:\"top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"below\";s:19:\"header_left_content\";s:11:\"leave_empty\";s:20:\"header_right_content\";s:11:\"leave_empty\";s:17:\"header_v4_content\";s:7:\"tagline\";s:13:\"header_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:14:\"header_tagline\";s:121:\"<span style=\"font-size: 18px;margin: 0px;0px;0px;0px\">Loving people where they are and helping them follow Jesus.</span> \";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:2:\"3%\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:2:\"3%\";}s:13:\"header_shadow\";s:1:\"1\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#1a80b6\";s:17:\"tagline_font_size\";s:4:\"18px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"1\";s:20:\"header_sticky_mobile\";s:1:\"1\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:20:\"header_sticky_shadow\";s:1:\"1\";s:22:\"header_sticky_bg_color\";s:22:\"rgba(255,255,255,0.97)\";s:24:\"header_sticky_menu_color\";s:7:\"#333333\";s:25:\"header_sticky_nav_padding\";s:2:\"25\";s:27:\"header_sticky_nav_font_size\";s:4:\"12px\";s:10:\"nav_height\";s:2:\"91\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#5bcdef\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"4\";s:11:\"nav_padding\";s:2:\"41\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"1\";s:28:\"main_menu_sub_menu_animation\";s:4:\"fade\";s:29:\"dropdown_menu_top_border_size\";s:1:\"4\";s:19:\"dropdown_menu_width\";s:3:\"156\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"4\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"0\";s:31:\"menu_display_dropdown_indicator\";s:6:\"parent\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:22:\"main_nav_search_layout\";s:7:\"overlay\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#ffffff\";s:19:\"menu_bg_hover_color\";s:7:\"#ededed\";s:18:\"menu_sub_sep_color\";s:7:\"#ffffff\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:3:\"1px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:15:\"menu_text_align\";s:5:\"right\";s:22:\"menu_hover_first_color\";s:7:\"#1a80b6\";s:14:\"menu_sub_color\";s:7:\"#1a80b6\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"30\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#1a80b6\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"24\";s:23:\"topmenu_dropwdown_width\";s:3:\"150\";s:29:\"header_top_first_border_color\";s:7:\"#ffffff\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:7:\"classic\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"42\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:16:\"rgb(255,255,255)\";s:30:\"mobile_archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:22:\"mobile_menu_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"42px\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#333333\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:14:\"megamenu_width\";s:12:\"custom_width\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:31:\"megamenu_interior_content_width\";s:14:\"viewport_width\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:3:\"top\";s:14:\"menu_icon_size\";s:2:\"12\";s:15:\"menu_icon_color\";s:7:\"#333333\";s:21:\"menu_icon_hover_color\";s:7:\"#1a80b6\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}s:14:\"logo_alignment\";s:4:\"left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/CrossPoint-Swag-Logo-150px.png\";s:2:\"id\";s:4:\"2349\";s:6:\"height\";s:2:\"87\";s:5:\"width\";s:3:\"150\";s:9:\"thumbnail\";s:91:\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/CrossPoint-Swag-Logo-150px.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:8:\"fav_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"fav_icon_apple_touch\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"fav_icon_android\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"fav_icon_edge\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:4:\"hide\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:5:\"200px\";s:24:\"page_title_mobile_height\";s:5:\"150px\";s:19:\"page_title_bg_color\";s:7:\"#3f7ccd\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"35px\";s:22:\"page_title_line_height\";s:4:\"1.79\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#ffffff\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:20:\"breadcrumb_show_leaf\";s:1:\"1\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#1a80b6\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"3\";s:29:\"footer_widgets_center_content\";s:1:\"1\";s:22:\"footer_special_effects\";s:22:\"footer_parallax_effect\";s:16:\"footer_copyright\";s:1:\"0\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:223:\"© Copyright 2015 - <script>document.write(new Date().getFullYear());</script>   |   CrossPoint Church <br /> All Rights Reserved   |   Powered by <a href=\'https://wordpress.org\' target=\'_blank\'>WordPress</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"50px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#2c2d2f\";s:18:\"footer_border_size\";s:1:\"0\";s:19:\"footer_border_color\";s:7:\"#2c2d2f\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"35px\";s:6:\"bottom\";s:4:\"35px\";}s:18:\"copyright_bg_color\";s:7:\"#2c2d2f\";s:21:\"copyright_border_size\";s:1:\"0\";s:22:\"copyright_border_color\";s:7:\"#404042\";s:26:\"footer_headings_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#dddddd\";}s:17:\"footer_text_color\";s:7:\"#8c8989\";s:17:\"footer_link_color\";s:7:\"#bfbfbf\";s:23:\"footer_link_color_hover\";s:7:\"#1a80b6\";s:20:\"copyright_text_color\";s:7:\"#8c8989\";s:20:\"copyright_link_color\";s:7:\"#bfbfbf\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"12px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:2:\"3%\";s:16:\"sidebar_bg_color\";s:7:\"#f2f2f2\";s:23:\"sidebar_widget_bg_color\";s:7:\"#3f7ccd\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#ffffff\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:19:\"default_sidebar_pos\";s:4:\"Left\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"1\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"1\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"typography_sets\";a:5:{s:11:\"typography1\";a:8:{s:5:\"label\";s:8:\"Headings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"46px\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:8:\"-0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography2\";a:8:{s:5:\"label\";s:11:\"Subheadings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography3\";a:8:{s:5:\"label\";s:4:\"Lead\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"500\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography4\";a:8:{s:5:\"label\";s:4:\"Body\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"400\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography5\";a:8:{s:5:\"label\";s:5:\"Small\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"400\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}}s:15:\"body_typography\";a:8:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#1c1c1c\";}s:10:\"link_color\";s:7:\"#0261d6\";s:16:\"link_hover_color\";s:7:\"#1a80b6\";s:15:\"link_decoration\";s:1:\"0\";s:25:\"link_decoration_exclusion\";a:4:{i:0;s:7:\"buttons\";i:1;s:5:\"menus\";i:2;s:4:\"tocs\";i:3;s:11:\"tabstoggles\";}s:20:\"link_decoration_line\";s:4:\"none\";s:21:\"link_decoration_style\";s:5:\"solid\";s:25:\"link_decoration_thickness\";s:3:\"1px\";s:32:\"link_decoration_underline_offset\";s:4:\"auto\";s:26:\"link_decoration_line_hover\";s:4:\"none\";s:27:\"link_decoration_style_hover\";s:5:\"solid\";s:31:\"link_decoration_thickness_hover\";s:3:\"1px\";s:38:\"link_decoration_underline_offset_hover\";s:4:\"auto\";s:13:\"h1_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:4:\"56px\";s:11:\"line-height\";s:4:\"1.79\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"35px\";s:11:\"line-height\";s:4:\"1.29\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h3_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.62\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:11:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"1.13\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_title_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:29:\"post_titles_extras_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:14:\"adobe_fonts_id\";s:0:\"\";s:19:\"blog_page_title_bar\";s:4:\"hide\";s:24:\"blog_show_page_title_bar\";s:4:\"hide\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:6:\"medium\";s:19:\"blog_archive_layout\";s:6:\"medium\";s:20:\"blog_pagination_type\";s:10:\"pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:38:\"blog_load_more_posts_button_text_color\";s:4:\"#fff\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:20:\"rgba(63,124,205,0.8)\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:4:\"#fff\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"excerpt\";s:19:\"excerpt_length_blog\";s:2:\"22\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"0\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"1\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:18:\"social_sharing_box\";s:1:\"1\";s:11:\"author_info\";s:1:\"0\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"0\";s:9:\"post_meta\";s:1:\"0\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"14px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"20\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"floated\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:5:\"boxed\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:1:\"0\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:4:\"#333\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"18px\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:19:\"portfolio_width_100\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:25:\"show_first_featured_image\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"0\";s:25:\"portfolio_project_details\";s:1:\"0\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"portfolio_comments\";s:1:\"0\";s:18:\"social_media_icons\";a:6:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:8:\"facebook\";}s:9:\"icon_mark\";a:1:{i:0;s:22:\"fa-facebook-square fab\";}s:3:\"url\";a:1:{i:0;s:42:\"https://www.facebook.com/CrossPointLynden/\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#838d8f\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#2f3032\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:38:\"Share This Post, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_sharing_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"20px\";}s:14:\"social_sharing\";a:5:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";i:3;s:6:\"tumblr\";i:4;s:9:\"pinterest\";}s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"top\";s:31:\"sharing_social_links_color_type\";s:5:\"brand\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#4e72a6\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"1px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"9px\";s:22:\"posts_slideshow_number\";s:1:\"1\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:13:\"lightbox_loop\";s:1:\"0\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.90\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:17:\"form_input_height\";s:4:\"45px\";s:14:\"form_text_size\";s:4:\"13px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_width\";a:4:{s:3:\"top\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";}s:17:\"form_border_color\";s:7:\"#eaeaea\";s:23:\"form_focus_border_color\";s:7:\"#eaeaea\";s:18:\"form_border_radius\";s:1:\"0\";s:19:\"form_views_counting\";s:3:\"all\";s:11:\"hubspot_api\";s:3:\"off\";s:11:\"hubspot_key\";s:0:\"\";s:13:\"mailchimp_api\";s:3:\"off\";s:13:\"mailchimp_key\";s:0:\"\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:20:\"recaptcha_login_form\";s:1:\"0\";s:22:\"recaptcha_comment_form\";s:1:\"0\";s:13:\"email_address\";s:28:\"gmiles@crosspoint-church.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:8:\"gmap_api\";s:39:\"AIzaSyBXgnfB5dsNLHJXFDaE-KQ-QrD_SerC2Vw\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:31:\"8686 Vinup Rd, Lynden, WA 98264\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"500px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:2:\"14\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"1\";s:15:\"map_scrollwheel\";s:1:\"0\";s:9:\"map_scale\";s:1:\"0\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:6:\"custom\";s:17:\"map_overlay_color\";s:7:\"#1a80b6\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#747474\";s:22:\"map_custom_marker_icon\";s:5:\"theme\";s:21:\"search_filter_results\";s:1:\"1\";s:14:\"search_content\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";i:4;s:7:\"product\";i:5;s:12:\"tribe_events\";}s:27:\"search_limit_to_post_titles\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:11:\"live_search\";s:1:\"0\";s:26:\"live_search_min_char_count\";s:1:\"4\";s:28:\"live_search_results_per_page\";s:3:\"100\";s:26:\"live_search_results_height\";s:3:\"250\";s:34:\"live_search_display_featured_image\";s:1:\"1\";s:29:\"live_search_display_post_type\";s:1:\"1\";s:13:\"search_layout\";s:4:\"grid\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_pagination_type\";s:10:\"pagination\";s:19:\"search_grid_columns\";s:1:\"3\";s:26:\"search_grid_column_spacing\";s:2:\"40\";s:21:\"search_content_length\";s:7:\"excerpt\";s:21:\"search_excerpt_length\";s:2:\"22\";s:25:\"search_strip_html_excerpt\";s:1:\"1\";s:22:\"search_featured_images\";s:1:\"1\";s:11:\"search_meta\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:8:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";i:7;s:8:\"tracking\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8c8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:18:\"privacy_bar_reject\";s:1:\"0\";s:23:\"privacy_bar_reject_text\";s:6:\"Reject\";s:16:\"sidenav_behavior\";s:5:\"hover\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:10:\"post_views\";s:9:\"page_load\";s:19:\"post_views_counting\";s:3:\"all\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"words\";s:16:\"disable_excerpts\";s:1:\"0\";s:24:\"excerpt_read_more_symbol\";s:6:\" [...]\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:16:\"custom_scrollbar\";s:1:\"0\";s:20:\"scrollbar_background\";s:17:\"var(--awb-color2)\";s:16:\"scrollbar_handle\";s:17:\"var(--awb-color4)\";s:8:\"faq_slug\";s:9:\"faq-items\";s:13:\"cloning_posts\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:1:\"5\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"35px\";s:20:\"image_rollover_icons\";s:4:\"link\";s:20:\"title_image_rollover\";s:1:\"0\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"0\";s:24:\"image_gradient_top_color\";s:7:\"#90c9e8\";s:27:\"image_gradient_bottom_color\";s:7:\"#5aabd6\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:17:\"pagination_sizing\";s:7:\"padding\";s:23:\"pagination_width_height\";s:2:\"30\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_border_width\";s:1:\"1\";s:24:\"pagination_border_radius\";s:1:\"0\";s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:14:\"timeline_color\";s:7:\"#eae9e9\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.0\";s:20:\"masonry_width_double\";s:4:\"2000\";s:12:\"status_totop\";s:18:\"desktop_and_mobile\";s:14:\"totop_position\";s:5:\"right\";s:19:\"totop_border_radius\";s:1:\"4\";s:16:\"totop_background\";s:7:\"#333333\";s:22:\"totop_background_hover\";s:7:\"#1a80b6\";s:16:\"totop_icon_color\";s:7:\"#ffffff\";s:16:\"totop_icon_hover\";s:7:\"#ffffff\";s:21:\"totop_scroll_progress\";s:1:\"0\";s:22:\"totop_scroll_down_only\";s:1:\"0\";s:23:\"enable_language_updates\";s:1:\"1\";s:19:\"dependencies_status\";s:1:\"1\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:19:\"status_widget_areas\";s:1:\"1\";s:19:\"status_avada_studio\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:19:\"meta_tags_separator\";s:1:\"-\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:24:\"disable_rich_snippet_faq\";s:1:\"1\";s:34:\"enable_block_editor_backend_styles\";s:1:\"1\";s:17:\"load_block_styles\";s:4:\"auto\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:15:\"space_body_open\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:19:\"status_fusion_forms\";s:1:\"1\";s:21:\"status_awb_Off_Canvas\";s:1:\"1\";s:23:\"status_fusion_portfolio\";s:1:\"1\";s:18:\"status_fusion_faqs\";s:1:\"1\";s:16:\"maintenance_mode\";s:0:\"\";s:24:\"maintenance_redirect_url\";s:0:\"\";s:20:\"maintenance_template\";s:1:\"0\";s:22:\"maintenance_user_roles\";a:0:{}s:19:\"maintenance_exclude\";s:0:\"\";s:22:\"maintenance_page_title\";s:0:\"\";s:23:\"maintenance_robots_meta\";s:7:\"noindex\";s:10:\"svg_upload\";s:8:\"disabled\";s:15:\"pw_jpeg_quality\";s:3:\"100\";s:15:\"awb_image_sizes\";a:14:{i:0;s:10:\"fusion-200\";i:1;s:10:\"fusion-400\";i:2;s:10:\"fusion-600\";i:3;s:10:\"fusion-800\";i:4;s:11:\"fusion-1200\";i:5;s:10:\"blog-large\";i:6;s:11:\"blog-medium\";i:7;s:12:\"recent-posts\";i:8;s:22:\"recent-works-thumbnail\";i:9;s:14:\"portfolio-full\";i:10;s:13:\"portfolio-one\";i:11;s:13:\"portfolio-two\";i:12;s:15:\"portfolio-three\";i:13;s:14:\"portfolio-five\";}s:27:\"wp_big_image_size_threshold\";s:4:\"2560\";s:9:\"lazy_load\";s:4:\"none\";s:17:\"lazy_load_iframes\";s:4:\"none\";s:17:\"font_face_display\";s:5:\"block\";s:13:\"preload_fonts\";s:4:\"none\";s:22:\"preload_fonts_variants\";a:1:{i:0;s:3:\"400\";}s:21:\"preload_fonts_subsets\";a:1:{i:0;s:5:\"latin\";}s:15:\"emojis_disabled\";s:7:\"enabled\";s:23:\"jquery_migrate_disabled\";s:7:\"enabled\";s:12:\"defer_jquery\";s:1:\"0\";s:12:\"defer_styles\";s:1:\"0\";s:11:\"gzip_status\";s:1:\"0\";s:12:\"video_facade\";s:3:\"off\";s:18:\"clear_object_cache\";s:1:\"0\";s:16:\"css_cache_method\";s:4:\"file\";s:30:\"css_combine_third_party_assets\";s:1:\"1\";s:19:\"media_queries_async\";s:1:\"0\";s:12:\"critical_css\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"1\";s:10:\"custom_css\";s:304:\"/*PHONE LINK ON MOBILE*/\r\na[href^=\"tel\"] { color: #fff !important; }\r\n\r\n/*TAGLINE*/\r\n.fusion-header-tagline .tagline-text{margin-right:30px; margin-bottom: 30px; letter-spacing:1px;}\r\n\r\n/*MAIN PADDING*/\r\n#main { padding-left: 5%; padding-right: 5%; }\r\n\r\n/*BUTTON HEIGHT*/\r\n.customButton {padding: 100px;}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:32:\"alert_box_link_color_inheritance\";s:2:\"no\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:19:\"alert_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:16:\"animation_offset\";s:13:\"top-into-view\";s:21:\"status_css_animations\";s:7:\"desktop\";s:15:\"audio_max_width\";s:4:\"100%\";s:22:\"audio_background_color\";s:7:\"#1d242d\";s:23:\"audio_progressbar_color\";s:7:\"#ffffff\";s:27:\"audio_controls_color_scheme\";s:5:\"light\";s:17:\"audio_border_size\";s:1:\"0\";s:18:\"audio_border_color\";s:0:\"\";s:19:\"audio_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:44:\"blog_element_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:46:\"blog_element_load_more_posts_button_text_color\";s:4:\"#fff\";s:50:\"blog_element_load_more_posts_hover_button_bg_color\";s:20:\"rgba(63,124,205,0.8)\";s:52:\"blog_element_load_more_posts_hover_button_text_color\";s:4:\"#fff\";s:14:\"button_padding\";a:4:{s:3:\"top\";s:4:\"13px\";s:5:\"right\";s:4:\"29px\";s:6:\"bottom\";s:4:\"13px\";s:4:\"left\";s:4:\"29px\";}s:11:\"button_span\";s:3:\"yes\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"17px\";s:14:\"letter-spacing\";s:3:\"4px\";s:14:\"text-transform\";s:9:\"uppercase\";}s:25:\"button_gradient_top_color\";s:7:\"#90c9e8\";s:28:\"button_gradient_bottom_color\";s:7:\"#5aabd6\";s:31:\"button_gradient_top_color_hover\";s:7:\"#5aabd6\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#90c9e8\";s:21:\"button_gradient_start\";s:1:\"0\";s:19:\"button_gradient_end\";s:3:\"100\";s:20:\"button_gradient_type\";s:6:\"linear\";s:21:\"button_gradient_angle\";s:3:\"180\";s:23:\"button_radial_direction\";s:13:\"center center\";s:19:\"button_accent_color\";s:7:\"#105378\";s:25:\"button_accent_hover_color\";s:7:\"#105378\";s:18:\"button_bevel_color\";s:7:\"#105378\";s:24:\"button_bevel_color_hover\";s:7:\"#105378\";s:19:\"button_border_width\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:20:\"button_border_radius\";a:4:{s:8:\"top_left\";s:3:\"2px\";s:9:\"top_right\";s:3:\"2px\";s:12:\"bottom_right\";s:3:\"2px\";s:11:\"bottom_left\";s:3:\"2px\";}s:19:\"button_border_color\";s:7:\"#105378\";s:25:\"button_border_hover_color\";s:7:\"#105378\";s:14:\"button_presets\";s:1:\"1\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.8)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.9)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#1a80b6\";s:20:\"checklist_text_color\";s:7:\"#1c1c1c\";s:19:\"checklist_item_size\";s:4:\"14px\";s:22:\"checklist_item_padding\";a:4:{s:3:\"top\";s:6:\"0.35em\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:6:\"0.35em\";s:4:\"left\";s:1:\"0\";}s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:25:\"checklist_odd_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:26:\"checklist_even_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:11:\"col_spacing\";s:2:\"4%\";s:16:\"col_width_medium\";s:3:\"1_1\";s:15:\"col_width_small\";s:3:\"1_1\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:31:\"full_width_gradient_start_color\";s:19:\"rgba(255,255,255,0)\";s:29:\"full_width_gradient_end_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"full_width_border_sizes\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:35:\"container_hundred_percent_animation\";s:4:\"fade\";s:44:\"container_hundred_percent_scroll_sensitivity\";s:3:\"450\";s:41:\"container_hundred_percent_animation_speed\";s:3:\"800\";s:41:\"container_hundred_percent_dots_navigation\";s:1:\"1\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:24:\"container_legacy_support\";s:1:\"1\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:2:\"18\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"21px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#1a80b6\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:16:\"countdown_layout\";s:7:\"floated\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:24:\"countdown_label_position\";s:9:\"text_flow\";s:26:\"countdown_background_color\";s:7:\"#1a80b6\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:29:\"countdown_counter_box_spacing\";s:4:\"10px\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:25:\"countdown_counter_padding\";a:4:{s:3:\"top\";s:5:\"0.6em\";s:5:\"right\";s:5:\"1.1em\";s:6:\"bottom\";s:5:\"0.6em\";s:4:\"left\";s:5:\"1.1em\";}s:29:\"countdown_counter_border_size\";s:1:\"0\";s:30:\"countdown_counter_border_color\";s:7:\"#1d242d\";s:31:\"countdown_counter_border_radius\";s:3:\"4px\";s:27:\"countdown_counter_font_size\";s:4:\"18px\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:25:\"countdown_label_font_size\";s:4:\"18px\";s:21:\"countdown_label_color\";s:7:\"#ffffff\";s:27:\"countdown_heading_font_size\";s:4:\"18px\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:30:\"countdown_subheading_font_size\";s:4:\"14px\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#1a80b6\";s:22:\"counter_box_title_size\";s:3:\"200\";s:21:\"counter_box_icon_size\";s:3:\"500\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#1a80b6\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#1a80b6\";s:18:\"dropcap_text_color\";s:4:\"#fff\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:27:\"faq_accordion_divider_color\";s:7:\"#e0dede\";s:33:\"faq_accordion_divider_hover_color\";s:7:\"#e0dede\";s:30:\"faq_accordion_title_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#0261d6\";}s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:32:\"faq_accordion_content_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#1c1c1c\";}s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#1a80b6\";s:33:\"faq_accordian_active_accent_color\";s:0:\"\";s:22:\"flip_boxes_flip_effect\";s:7:\"classic\";s:25:\"flip_boxes_flip_direction\";s:5:\"right\";s:24:\"flip_boxes_flip_duration\";s:3:\"0.4\";s:24:\"flip_boxes_equal_heights\";s:2:\"no\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#1a80b6\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:13:\"gallery_limit\";s:2:\"-1\";s:23:\"gallery_pagination_type\";s:6:\"button\";s:29:\"gallery_load_more_button_text\";s:9:\"Load More\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:9:\"icon_size\";s:2:\"32\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:11:\"icon_circle\";s:3:\"yes\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:23:\"icon_circle_color_hover\";s:7:\"#333333\";s:16:\"icon_border_size\";s:1:\"1\";s:17:\"icon_border_color\";s:7:\"#333333\";s:23:\"icon_border_color_hover\";s:7:\"#333333\";s:18:\"icon_border_radius\";a:4:{s:8:\"top_left\";s:3:\"50%\";s:9:\"top_right\";s:3:\"50%\";s:12:\"bottom_right\";s:3:\"50%\";s:11:\"bottom_left\";s:3:\"50%\";}s:15:\"icon_hover_type\";s:4:\"fade\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:29:\"before_after_label_hover_type\";s:8:\"together\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:24:\"before_after_border_size\";s:1:\"0\";s:25:\"before_after_border_color\";s:7:\"#e2e2e2\";s:26:\"before_after_border_radius\";s:3:\"0px\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:23:\"instagram_cache_timeout\";s:4:\"hour\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:13:\"person_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:23:\"person_background_color\";s:7:\"#f7f7f7\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:16:\"person_alignment\";s:6:\"Center\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:15:\"portfolio_items\";s:1:\"4\";s:21:\"portfolio_text_layout\";s:5:\"boxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:1:\"0\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_element_load_more_posts_button_bg_color\";s:7:\"#3f7ccd\";s:51:\"portfolio_element_load_more_posts_button_text_color\";s:4:\"#fff\";s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";s:20:\"rgba(63,124,205,0.8)\";s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";s:4:\"#fff\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#62a2c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:18:\"progressbar_height\";s:4:\"37px\";s:24:\"progressbar_filled_color\";s:7:\"#1a80b6\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:24:\"scroll_progress_position\";s:4:\"flow\";s:22:\"scroll_progress_height\";s:4:\"10px\";s:32:\"scroll_progress_background_color\";s:7:\"#f2f3f5\";s:30:\"scroll_progress_progress_color\";s:7:\"#65bc7b\";s:27:\"scroll_progress_border_size\";s:1:\"0\";s:28:\"scroll_progress_border_color\";s:7:\"#ffffff\";s:29:\"scroll_progress_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:19:\"separator_icon_size\";s:2:\"15\";s:20:\"separator_icon_color\";s:0:\"\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"social_links_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:22:\"social_links_font_size\";s:4:\"30px\";s:23:\"social_links_color_type\";s:5:\"brand\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:29:\"social_links_icon_color_hover\";s:21:\"rgba(190,189,189,0.8)\";s:18:\"social_links_boxed\";s:1:\"1\";s:26:\"social_links_boxed_padding\";s:4:\"40px\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:28:\"social_links_box_color_hover\";s:21:\"rgba(232,232,232,0.8)\";s:19:\"social_links_border\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:25:\"social_links_border_color\";s:17:\"var(--awb-color3)\";s:31:\"social_links_border_color_hover\";s:17:\"var(--awb-color4)\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#f4f4f4\";s:19:\"tabs_inactive_color\";s:7:\"#ffffff\";s:24:\"tabs_title_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:17:\"tabs_border_color\";s:7:\"#f4f4f4\";s:18:\"tabs_title_padding\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:20:\"tabs_content_padding\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:15:\"tabs_icon_color\";s:0:\"\";s:22:\"tabs_icon_active_color\";s:0:\"\";s:16:\"tabs_title_color\";s:0:\"\";s:23:\"tabs_active_title_color\";s:0:\"\";s:22:\"tabs_mobile_breakpoint\";s:5:\"small\";s:16:\"tabs_mobile_mode\";s:9:\"accordion\";s:23:\"tabs_mobile_sticky_tabs\";s:2:\"no\";s:11:\"tagcloud_bg\";s:22:\"rgba(255, 255, 255, 0)\";s:17:\"tagcloud_bg_hover\";s:17:\"var(--awb-color4)\";s:14:\"tagcloud_color\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:20:\"tagcloud_color_hover\";s:17:\"var(--awb-color1)\";s:21:\"tagcloud_border_color\";s:17:\"var(--awb-color8)\";s:27:\"tagcloud_border_color_hover\";s:17:\"var(--awb-color4)\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:24:\"testimonial_border_width\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:24:\"testimonial_border_style\";s:5:\"solid\";s:24:\"testimonial_border_color\";s:17:\"var(--awb-color3)\";s:25:\"testimonial_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:22:\"testimonial_text_color\";s:7:\"#ffffff\";s:18:\"testimonials_speed\";s:4:\"5000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"text_user_select\";s:4:\"auto\";s:20:\"title_text_transform\";s:0:\"\";s:16:\"title_style_type\";s:12:\"single solid\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:3:\"0px\";}s:19:\"title_margin_mobile\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:3:\"0px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"0\";s:23:\"accordion_divider_color\";s:7:\"#e0dede\";s:29:\"accordion_divider_hover_color\";s:7:\"#e0dede\";s:26:\"accordion_title_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#0261d6\";}s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:28:\"accordion_content_typography\";a:9:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#1c1c1c\";}s:22:\"accordian_active_color\";s:7:\"#1a80b6\";s:29:\"accordian_active_accent_color\";s:0:\"\";s:20:\"accordion_icon_align\";s:4:\"left\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:22:\"widget_area_title_size\";s:4:\"18px\";s:23:\"widget_area_title_color\";s:7:\"#333333\";s:22:\"adobe_cache_fonts_info\";s:0:\"\";s:19:\"reset_hubspot_cache\";s:0:\"\";s:21:\"reset_mailchimp_cache\";s:0:\"\";s:19:\"reset_caches_button\";s:0:\"\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:22:\"reset_instagram_caches\";s:0:\"\";s:20:\"breacrumb_home_label\";s:0:\"\";s:20:\"portfolio_with_front\";s:1:\"1\";s:27:\"search_add_woo_product_skus\";s:1:\"0\";s:14:\"faq_with_front\";s:1:\"1\";}','yes'),(36619,'fusion_dynamic_css_time','1623603678','yes'),(36651,'fusion_core_version','5.13.2','yes'),(36669,'fusion_builder_version','3.13.2','yes'),(36708,'fusion_applied_patches','a:114:{i:0;i:415409;i:1;i:415413;i:2;i:415414;i:3;i:415418;i:4;i:415422;i:5;i:415443;i:6;i:415457;i:7;i:415472;i:8;i:415478;i:9;i:415629;i:10;i:415754;i:11;i:415756;i:12;i:415791;i:13;i:415793;i:14;i:415797;i:15;i:415799;i:16;i:415804;i:17;i:415809;i:18;i:415813;i:19;i:415818;i:20;i:415822;i:21;i:416063;i:22;i:416070;i:23;i:416075;i:24;i:416079;i:25;i:416081;i:26;i:416094;i:27;i:416122;i:28;i:416135;i:29;i:416137;i:30;i:416149;i:31;i:416174;i:32;i:416276;i:33;i:416281;i:34;i:416306;i:35;i:416307;i:36;i:416308;i:37;i:416325;i:38;i:416380;i:39;i:416382;i:40;i:416385;i:41;i:416388;i:42;i:416493;i:43;i:416551;i:44;i:416555;i:45;i:416565;i:46;i:416567;i:47;i:416583;i:48;i:416889;i:49;i:416890;i:50;i:417717;i:51;i:417721;i:52;i:417728;i:53;i:417759;i:54;i:418553;i:55;i:418556;i:56;i:418777;i:57;i:418927;i:58;i:418984;i:59;i:419219;i:60;i:419223;i:61;i:419226;i:62;i:419228;i:63;i:419234;i:64;i:419279;i:65;i:419309;i:66;i:419517;i:67;i:419892;i:68;i:420565;i:69;i:420555;i:70;i:420577;i:71;i:420596;i:72;i:420688;i:73;i:420731;i:74;i:420819;i:75;i:421012;i:76;i:421055;i:77;i:421079;i:78;i:421083;i:79;i:421116;i:80;i:421372;i:81;i:421430;i:82;i:421534;i:83;i:421562;i:84;i:421653;i:85;i:421654;i:86;i:421661;i:87;i:421668;i:88;i:421729;i:89;i:421980;i:90;i:422030;i:91;i:422271;i:92;i:422323;i:93;i:422460;i:94;i:422480;i:95;i:422515;i:96;i:422573;i:97;i:422665;i:98;i:422967;i:99;i:423036;i:100;i:423064;i:101;i:423065;i:102;i:423072;i:103;i:423074;i:104;i:423100;i:105;i:423141;i:106;i:423145;i:107;i:423169;i:108;i:423200;i:109;i:423216;i:110;i:423220;i:111;i:423240;i:112;i:423241;i:113;i:423268;}','off'),(36755,'fusion_options-transients','a:4:{s:14:\"changed_values\";a:1:{s:16:\"maintenance_mode\";s:11:\"coming_soon\";}s:9:\"last_save\";i:1754866502;s:13:\"last_compiler\";i:1585760508;s:11:\"last_import\";i:1585760508;}','yes'),(57369,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57370,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57371,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(68217,'ossdl_https','0','yes'),(68220,'supercache_stats','a:3:{s:9:\"generated\";i:1736064710;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(78109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(81255,'_site_transient_fusion_wordpress_org_plugins','a:4:{s:11:\"woocommerce\";a:24:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.1.1\";s:6:\"author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/woothemes\";s:12:\"contributors\";a:9:{s:10:\"automattic\";s:41:\"https://profiles.wordpress.org/automattic\";s:14:\"claudiosanches\";s:45:\"https://profiles.wordpress.org/claudiosanches\";s:12:\"claudiulodro\";s:43:\"https://profiles.wordpress.org/claudiulodro\";s:10:\"coderkevin\";s:41:\"https://profiles.wordpress.org/coderkevin\";s:6:\"icaleb\";s:37:\"https://profiles.wordpress.org/icaleb\";s:11:\"jameskoster\";s:42:\"https://profiles.wordpress.org/jameskoster\";s:7:\"jshreve\";s:38:\"https://profiles.wordpress.org/jshreve\";s:10:\"mikejolley\";s:41:\"https://profiles.wordpress.org/mikejolley\";s:9:\"woothemes\";s:40:\"https://profiles.wordpress.org/woothemes\";}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:92;s:7:\"ratings\";a:5:{i:5;i:2078;i:4;i:114;i:3;i:65;i:2;i:57;i:1;i:173;}s:11:\"num_ratings\";i:2487;s:15:\"support_threads\";i:1315;s:24:\"support_threads_resolved\";i:162;s:10:\"downloaded\";i:29561770;s:12:\"last_updated\";s:21:\"2017-07-11 5:21pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:7246:\"<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores &#8212; more than any other platform.</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all &#8212; forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you &#8212; and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source &#8212; WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs &#8212; or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that&#8217;s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n\";s:12:\"installation\";s:2284:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n\";s:3:\"faq\";s:4536:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</p>\n<h4>Where can I find WooCommerce documentation and user guides?</h4>\n<p>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</p>\n<h4>Where can I get support or talk to other users?</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</p>\n<h4>Will WooCommerce work with my theme?</h4>\n<p>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you&#8217;re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</p>\n<h4>Where can I request new features, eCommerce themes and extensions?</h4>\n<p>\n<p>You can vote on and request new features and extensions in our <a href=\"https://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</p>\n<h4>Where can I report bugs or contribute to the project?</h4>\n<p>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</p>\n<h4>Where can I find the REST API documentation?</h4>\n<p>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</p>\n<h4>WooCommerce is awesome! Can I contribute?</h4>\n<p>\n<p>Yes you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> ?</p>\n</p>\n\n\";s:9:\"changelog\";s:7893:\"<h4>3.1.1 &#8211; 2017-07-11</h4>\n<ul>\n<li>Fix &#8211; Product importer: fixed handling of non UTF8 characters in descriptions.</li>\n<li>Fix &#8211; Product importer: Allow times in date fields.</li>\n<li>Fix &#8211; Product exporter: fixed meta data checkbox option.</li>\n<li>Fix &#8211; Helper: Styling and connect button in non-english languages.</li>\n<li>Fix &#8211; Tweak terms and conditions template to check for disallowed shortcodes.</li>\n<li>Fix &#8211; Fixed order helper queries when before_date and after_date args are both, corrected use of &#8220;paged&#8221;, and corrected use of filters.</li>\n<li>Fix &#8211; Gallery; Trigger resize after main image loads to ensure correct gallery size.</li>\n<li>Fix &#8211; Prevent extra slashes being added to meta values when using the CRUD.</li>\n<li>Fix &#8211; Appends &#8220;where&#8221; clauses in the comment feed to prevent a notice.</li>\n<li>Fix &#8211; Fixed structured data output for variable product prices.</li>\n<li>Fix &#8211; 3.x issue: Changed state validation logic to work for MX states.</li>\n<li>Fix &#8211; 3.x issue: 7day reports should start from midnight, not the current time.</li>\n<li>Fix &#8211; 3.x issue: Status changes made by admin should be marked as a manual in the order notes.</li>\n<li>Fix &#8211; 3.x issue: Allow unsetting product shipping class in REST API.</li>\n<li>Fix &#8211; 3.x issue: Corrected error handling in zones shippingMethodView.</li>\n<li>Tweak &#8211; Avoid CloudFlare email obfuscation in admin.</li>\n<li>Tweak &#8211; Improved detection of DOING_AUTOSAVE in admin meta box code.</li>\n<li>Tweak &#8211; Improved my-account redirects and fallbacks.</li>\n<li>Tweak &#8211; Add <code>cart_subtotal</code> to the shipping package so prices are recalculated when needed.</li>\n<li>Dev &#8211; Add search_customers() filter in customer data store.</li>\n<li>Dev &#8211; Product exporter: woocommerce_product_export_skip_meta_keys filter to control what gets exported.</li>\n<li>Dev &#8211; Pass correct value to woocommerce_shipping_classes_save_class when inserting a new term</li>\n</ul>\n<h4>3.1.0 &#8211; 2017-06-28</h4>\n<ul>\n<li>Feature &#8211; Built-in product CSV importer and exporter for products.</li>\n<li>Feature &#8211; Display (toggle-able) terms inline on the checkout rather than showing a link.</li>\n<li>Feature &#8211; On the &#8220;pay for order&#8221; page, if logged out show a login form rather than an error message.</li>\n<li>Feature &#8211; Enabled oembed support for product short descriptions.</li>\n<li>Feature &#8211; Added bulk variation update for stock status.</li>\n<li>Feature &#8211; On customer profiles: added a button to copy billing address to shipping address.</li>\n<li>Feature &#8211; Setup Wizard &#8211; Automatic Shipping Zone Creation In Setup Wizard for the base location.</li>\n<li>Feature &#8211; Setup Wizard &#8211; Added a new optional Storefront Theme step if you&#8217;re using a non-WooCommerce compatible theme.</li>\n<li>Feature &#8211; Made it possible to manage extension licenses purchased from WooCommerce.com on the extensions screen.</li>\n<li>Tweak &#8211; Gallery &#8211; Added a data-caption for captions to support both captions and titles for SEO.</li>\n<li>Tweak &#8211; Gallery &#8211; Used smoothHeight setting to better support images of different heights.</li>\n<li>Tweak &#8211; UI &#8211; Added blank states for API keys &amp; webhooks.</li>\n<li>Tweak &#8211; UI &#8211; Made Product submenu labels consistent in admin.</li>\n<li>Tweak &#8211; UI &#8211; Changed street address field label and placeholder to minimize user error on checkout.</li>\n<li>Tweak &#8211; UI &#8211; Added a confirmation before deleting log files.</li>\n<li>Tweak &#8211; If prices are the same for all variations, use price not priceSpecification in structured data.</li>\n<li>Tweak &#8211; Added variable so shipping calculator is shown on first row only when showing multiple shipping packages.</li>\n<li>Tweak &#8211; Updated mini-cart HTML to use a list.</li>\n<li>Tweak &#8211; Allow linking to single product additional_information tab from url hash.</li>\n<li>Tweak &#8211; Re-included WooCommerce endpoints on the appearance &gt; menus screens.</li>\n<li>Tweak &#8211; Always sync incorrect titles on variation read regardless of version.</li>\n<li>Tweak &#8211; Standardize rating HTML in all templates.</li>\n<li>Tweak &#8211; When searching, disable WC sort order so results are sorted by relevance.</li>\n<li>Tweak &#8211; Update price sorting code to use min or max for variable products depending on sorting direction.</li>\n<li>Tweak &#8211; Utilize $product method to get thumbnail in loops.</li>\n<li>Tweak &#8211; Check for an existing display name before updating a user on checkout. Adds display_name prop to the CRUD.</li>\n<li>Tweak &#8211; Adapt variable product price used in sorting based on direction of sort.</li>\n<li>Tweak &#8211; Made state validation less strict for keys.</li>\n<li>Tweak &#8211; For COD orders, force payment complete status to be completed.</li>\n<li>Fix &#8211; Use get_max_purchase_quantity in cart template and fix logic when stock management is off.</li>\n<li>Fix &#8211; Added log_id as the secondary sorting column to log list so log entries sort correctly.</li>\n<li>Fix &#8211; Fix shop page when using shop base and UTF8 shop page slug.</li>\n<li>Fix &#8211; Added handles so drag and drop does not break edit on mobile when sorting categories.</li>\n<li>Fix &#8211; Added ABSPATH checks to all files.</li>\n<li>Fix &#8211; Fixed how to flush rewrite rules after saving the shop main page.</li>\n<li>Fix &#8211; Emails sent via admin should switch to global locale.</li>\n<li>Fix &#8211; Set and restore wp_query so product page functions think it&#8217;s a real product page.</li>\n<li>Fix &#8211; Variation default value of &#8216;0&#8217; fails to save on product.</li>\n<li>Fix &#8211; Prevent locations being added to the &#8220;Rest Of The World&#8221; shipping zone via the API.</li>\n<li>Dev &#8211; Allow date created to be set in wc_create_refund.</li>\n<li>Dev &#8211; Introduced a <a href=\"https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query\" rel=\"nofollow\">WC_Order_Query class</a> for finding/searching orders.</li>\n<li>Dev &#8211; Added &#8220;restored&#8221; webhook.</li>\n<li>Dev &#8211; Support floats for the custom attribute name sorting function.</li>\n<li>Dev &#8211; Updated Emogrifier to version 1.2.</li>\n<li>Dev &#8211; Sort product data tabs by priority in admin screen.</li>\n<li>Dev &#8211; Added new hooks for: dashboard reviews widget, product and category sorting events, woocommerce_add_to_cart_sold_individually_found_in_cart, cart empty messages.</li>\n<li>Dev &#8211; Added filters for zoom / flexslider / photoswipe enabling.</li>\n<li>Dev &#8211; Added filter for cookie name.</li>\n<li>Dev &#8211; Added ability to filter Photoswipe lightbox options.</li>\n<li>Dev &#8211; Added new filter for product thumbnail size.</li>\n<li>Dev &#8211; Added action for displaying custom data for fees in admin.</li>\n<li>Dev &#8211; Changed build_payload from private to public in webhook system.</li>\n<li>Dev &#8211; Added deprecated notice to WC_Order_Item_Meta (deprecated in 3.0).</li>\n<li>Dev &#8211; Added namespace to jQuery events that are removed in VariationForm.</li>\n<li>Dev &#8211; Made WC_Checkout::get_posted_data() public.</li>\n<li>Dev &#8211; Add custom message for custom system status tools.</li>\n<li>Dev &#8211; Added filters to change which order items are created and loaded to support custom item types.</li>\n<li>Dev &#8211; Updated jQuery payment and serializejson libraries.</li>\n<li>Localization &#8211; Added Bolivian states.</li>\n<li>Localization &#8211; Use VAT for Norway instead of Tax.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1389:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\" alt=\"The slick WooCommerce settings panel.\"></a><p>The slick WooCommerce settings panel.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\" alt=\"WooCommerce products admin.\"></a><p>WooCommerce products admin.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\" alt=\"Product data panel.\"></a><p>Product data panel.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\" alt=\"WooCommerce sales reports.\"></a><p>WooCommerce sales reports.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\" alt=\"A single product page.\"></a><p>A single product page.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\" alt=\"A product archive (grid).\"></a><p>A product archive (grid).</p></li></ol>\";}s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\";s:7:\"caption\";s:37:\"The slick WooCommerce settings panel.\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\";s:7:\"caption\";s:27:\"WooCommerce products admin.\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\";s:7:\"caption\";s:19:\"Product data panel.\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\";s:7:\"caption\";s:26:\"WooCommerce sales reports.\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\";s:7:\"caption\";s:22:\"A single product page.\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\";s:7:\"caption\";s:25:\"A product archive (grid).\";}}s:4:\"tags\";a:5:{s:10:\"e-commerce\";s:10:\"e-commerce\";s:9:\"ecommerce\";s:9:\"ecommerce\";s:5:\"sales\";s:5:\"sales\";s:4:\"sell\";s:4:\"sell\";s:5:\"store\";s:5:\"store\";}s:8:\"versions\";a:89:{s:5:\"1.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.1.6.6.zip\";s:6:\"2.0.20\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.0.20.zip\";s:5:\"2.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.0.zip\";s:5:\"2.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.1.zip\";s:6:\"2.1.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.10.zip\";s:6:\"2.1.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.11.zip\";s:6:\"2.1.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.12.zip\";s:5:\"2.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.2.zip\";s:5:\"2.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.3.zip\";s:5:\"2.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.4.zip\";s:5:\"2.1.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.5.zip\";s:5:\"2.1.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.6.zip\";s:5:\"2.1.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.7.zip\";s:5:\"2.1.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.8.zip\";s:5:\"2.1.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.9.zip\";s:5:\"2.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.0.zip\";s:5:\"2.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.1.zip\";s:6:\"2.2.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.10.zip\";s:6:\"2.2.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.11.zip\";s:5:\"2.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.2.zip\";s:5:\"2.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.3.zip\";s:5:\"2.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.4.zip\";s:5:\"2.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.5.zip\";s:5:\"2.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.6.zip\";s:5:\"2.2.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.7.zip\";s:5:\"2.2.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.8.zip\";s:5:\"2.2.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.9.zip\";s:5:\"2.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.0.zip\";s:5:\"2.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.1.zip\";s:6:\"2.3.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.10.zip\";s:6:\"2.3.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.11.zip\";s:6:\"2.3.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.12.zip\";s:6:\"2.3.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.13.zip\";s:5:\"2.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.2.zip\";s:5:\"2.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.3.zip\";s:5:\"2.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.4.zip\";s:5:\"2.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.5.zip\";s:5:\"2.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.6.zip\";s:5:\"2.3.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.7.zip\";s:5:\"2.3.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.8.zip\";s:5:\"2.3.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.9.zip\";s:5:\"2.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.0.zip\";s:5:\"2.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.1.zip\";s:6:\"2.4.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.10.zip\";s:6:\"2.4.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.11.zip\";s:6:\"2.4.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.12.zip\";s:6:\"2.4.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.13.zip\";s:5:\"2.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.2.zip\";s:5:\"2.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.3.zip\";s:5:\"2.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.4.zip\";s:5:\"2.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.5.zip\";s:5:\"2.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.6.zip\";s:5:\"2.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.7.zip\";s:5:\"2.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.8.zip\";s:5:\"2.4.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.9.zip\";s:5:\"2.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.0.zip\";s:5:\"2.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.1.zip\";s:5:\"2.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.2.zip\";s:5:\"2.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.3.zip\";s:5:\"2.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.4.zip\";s:5:\"2.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.5.zip\";s:5:\"2.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.0.zip\";s:5:\"2.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.1.zip\";s:6:\"2.6.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.10.zip\";s:6:\"2.6.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.11.zip\";s:6:\"2.6.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.12.zip\";s:6:\"2.6.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.13.zip\";s:6:\"2.6.14\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.14.zip\";s:5:\"2.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.2.zip\";s:5:\"2.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.3.zip\";s:5:\"2.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.4.zip\";s:5:\"2.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.5.zip\";s:5:\"2.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.6.zip\";s:5:\"2.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.7.zip\";s:5:\"2.6.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.8.zip\";s:5:\"2.6.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.9.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:11:\"donate_link\";s:0:\"\";}s:7:\"bbpress\";a:24:{s:4:\"name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:7:\"version\";s:6:\"2.5.13\";s:6:\"author\";s:55:\"<a href=\"https://bbpress.org\">The bbPress Community</a>\";s:14:\"author_profile\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:12:\"contributors\";a:4:{s:6:\"jmdodd\";s:37:\"https://profiles.wordpress.org/jmdodd\";s:15:\"johnjamesjacoby\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:4:\"matt\";s:35:\"https://profiles.wordpress.org/matt\";s:6:\"netweb\";s:37:\"https://profiles.wordpress.org/netweb\";}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"4.7.5\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:84;s:7:\"ratings\";a:5:{i:5;i:204;i:4;i:37;i:3;i:26;i:2;i:16;i:1;i:32;}s:11:\"num_ratings\";i:315;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:4121073;s:12:\"last_updated\";s:21:\"2017-07-18 7:14pm GMT\";s:5:\"added\";s:10:\"2010-01-13\";s:8:\"homepage\";s:19:\"https://bbpress.org\";s:8:\"sections\";a:5:{s:11:\"description\";s:472:\"<p>Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on ease of integration, ease of use, web standards, and speed.</p>\n<p>We&#8217;re keeping things as small and light as possible while still allowing for great add-on features through WordPress&#8217;s extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.</p>\n\";s:12:\"installation\";s:1293:\"<h4>From your WordPress dashboard</h4>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;bbPress&#8217;</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>From WordPress.org</h4>\n<ol>\n<li>Download bbPress.</li>\n<li>Upload the &#8216;bbpress&#8217; directory to your &#8216;/wp-content/plugins/&#8217; directory, using your favorite method (ftp, sftp, scp, etc&#8230;)</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Visit &#8216;Settings &gt; Forums&#8217; and adjust your configuration.</li>\n<li>Adjust the CSS of your theme as needed, to make everything pretty.</li>\n</ol>\n\";s:9:\"changelog\";s:9061:\"<h4>2.5.13</h4>\n<ul>\n<li>Improved support for <code>post_parent__in</code> type queries</li>\n</ul>\n<h4>2.5.12</h4>\n<ul>\n<li>Fix role initialization bug</li>\n</ul>\n<h4>2.5.11</h4>\n<ul>\n<li>Improved support for WordPress 4.7</li>\n<li>Improved localization of role names</li>\n<li>Increase minimum WordPress version to 4.2</li>\n</ul>\n<h4>2.5.10</h4>\n<ul>\n<li>Improved user display-name rendering</li>\n</ul>\n<h4>2.5.9</h4>\n<ul>\n<li>Improved user mentions</li>\n</ul>\n<h4>2.5.8</h4>\n<ul>\n<li>Improved ajax actions</li>\n<li>Improved user query parsing</li>\n<li>Fix BuddyPress Groups notice</li>\n</ul>\n<h4>2.5.7</h4>\n<ul>\n<li>Improved output of certain URLs</li>\n</ul>\n<h4>2.5.6</h4>\n<ul>\n<li>Improved notification &amp; subscription email sending</li>\n</ul>\n<h4>2.5.5</h4>\n<ul>\n<li>Improved bulk editing of users</li>\n<li>Improved suggesting of topics &amp; authors for moderators</li>\n<li>Improved converter tool access</li>\n</ul>\n<h4>2.5.4</h4>\n<ul>\n<li>Fix reply editing causing polluted hierarchy</li>\n<li>Add tool for repairing reply positions within topics</li>\n<li>Improved custom slug and displayed user field sanitization</li>\n<li>Improved SSL support when relying on theme compatibility</li>\n</ul>\n<h4>2.5.3</h4>\n<ul>\n<li>WordPress 3.8 support (dashicons, new color schemes)</li>\n<li>Fix dropdown selects in settings pages</li>\n<li>Fix accidental topic subscription removal on reply form</li>\n<li>Fix poor grammar in profile title element</li>\n<li>Fix admin area SSL support</li>\n</ul>\n<h4>2.5.2</h4>\n<ul>\n<li>Fix BuddyPress (1.9.1) Notification integration</li>\n</ul>\n<h4>2.5.1</h4>\n<ul>\n<li>Updated subscriptions setting description</li>\n<li>Fix forum subscriptions not appearing on profiles for some users</li>\n<li>Allow links to have targets</li>\n<li>Improve Windows compatibility</li>\n</ul>\n<h4>2.5</h4>\n<ul>\n<li>Added forum subscriptions</li>\n<li>Added importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB</li>\n<li>Added BuddyPress Notifications integration</li>\n<li>Added ability to enqueue scripts and styles in the template stack</li>\n<li>Fix various existing importer scripts</li>\n<li>Fix forum visibility meta saving</li>\n<li>Fix Akismet anonymous user meta checking</li>\n<li>Fix inconsistent bbp_dropdown() results</li>\n<li>Fix topic and reply ping-status inconsistencies</li>\n</ul>\n<h4>2.4.1</h4>\n<ul>\n<li>Fix forum status saving</li>\n<li>Fix widget settings saving</li>\n<li>Fix custom wp_title compatibility</li>\n<li>Fix search results custom permalink compatibility</li>\n<li>Fix custom user topics &amp; replies pages</li>\n<li>Fix hierarchical reply handling in converter</li>\n</ul>\n<h4>2.4</h4>\n<ul>\n<li>Added hierarchical reply support</li>\n<li>Added ability to disable forum search</li>\n<li>Reorganized settings page</li>\n<li>Improved rewrite rules</li>\n<li>Improved responsive CSS</li>\n<li>Improved code posting</li>\n<li>Improved user capability integration</li>\n<li>Improved cache getting and setting</li>\n<li>Audit strict type comparisons</li>\n<li>Audit GlotPress string escaping</li>\n<li>Audit title attribute usage</li>\n<li>Audit WordPress core function usage</li>\n<li>General code clean-up</li>\n</ul>\n<h4>2.3.2</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Improved theme compatibility CSS</li>\n<li>Improved BuddyPress Activity Streams integration</li>\n</ul>\n<h4>2.3.1</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Fix deleting of post cache group</li>\n<li>Fix moderators not having view_trash capability</li>\n</ul>\n<h4>2.3</h4>\n<ul>\n<li>Added forum search functionality</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved allowed tags in topics and replies</li>\n<li>Added template stack support to theme compatability</li>\n<li>Added more forum migration options</li>\n</ul>\n<h4>2.2.4</h4>\n<ul>\n<li>Prepare converter queries</li>\n<li>Improve validation and sanitization of form values</li>\n</ul>\n<h4>2.2.3</h4>\n<ul>\n<li>Improve compatibility with some themes</li>\n<li>Fix integration with BuddyPress Group Forums</li>\n<li>Fix BuddyPress Activity Stream integration</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>RTL and i18n fixes</li>\n<li>Improved user profile theme compatibility</li>\n<li>Fixed incorrect link in credits page</li>\n<li>Fixed admin area JS issues related to topic suggest</li>\n<li>Fixed template part reference in extras user edit template</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>Fix role mapping for non-WordPress roles</li>\n<li>Fix issue with private forums being blocked</li>\n<li>Allow moderators to see hidden forums</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>Improved user roles and capabilities</li>\n<li>Improved theme compatibility</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved forums conversion tool</li>\n<li>Improved forums tools and settings</li>\n<li>Improved multisite support</li>\n<li>Added What&#8217;s New and Credits pages</li>\n<li>WordPress 3.5 and BuddyPress 1.7 ready</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed admin-side help verbiage</li>\n<li>Fixed reply height CSS</li>\n<li>Fixed password converter</li>\n<li>Fixed child post trash and delete functions</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed Invision, phpBB, and vBulletin importers</li>\n<li>Fixed private/hidden forum bugs</li>\n<li>Fixed topic split meta values</li>\n<li>Fixed theme compatibility logic error</li>\n<li>Fixed role mask issues for shared user installs</li>\n<li>Fixed missing function cruft</li>\n<li>Fixed missing filter on displayed user fields</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>WordPress 3.4 compatibility</li>\n<li>Deprecate $bbp global, use bbpress() singleton</li>\n<li>Private forums now visible to registered users</li>\n<li>Updated forum converter</li>\n<li>Topic and reply edits now ran through Akismet</li>\n<li>Fixed Akismet edit bug</li>\n<li>Fixed Widgets nooping globals</li>\n<li>Fixed translation load order</li>\n<li>Fixed user-edit bugs</li>\n<li>Fixed settings screen regressions</li>\n<li>Improved post cache invalidation</li>\n<li>Improved admin-side nonce checks</li>\n<li>Improved admin settings API</li>\n<li>Improved bbPress 1.1 converter</li>\n<li>Improved BuddyPress integration</li>\n<li>Improved Theme-Compatibility</li>\n<li>Improved template coverage</li>\n<li>Improved query performance</li>\n<li>Improved breadcrumb behavior</li>\n<li>Improved multisite integration</li>\n<li>Improved code clarity</li>\n<li>Improved RTL styling</li>\n<li>Added 2x menu icons for HiDPI displays</li>\n<li>Added fancy editor support</li>\n<li>Added fallback theme picker</li>\n<li>Added tools for importing, resetting, and removing</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Released on September 21, 2011</li>\n</ul>\n<h4>2.0-rc-5</h4>\n<ul>\n<li>Fixed Genesis incompatibilities</li>\n<li>Fixed BuddyPress activity stream issues</li>\n<li>Fixed Subscription email sending issues</li>\n<li>Fixed Theme Compat display issues for some themes</li>\n<li>Improved Theme Compat class</li>\n<li>More future proofing internal API&#8217;s</li>\n</ul>\n<h4>2.0-rc-4</h4>\n<ul>\n<li>BuddyPress @mention integration</li>\n<li>Improved Akismet user agent handling</li>\n<li>Added blacklist_keys support</li>\n<li>Fixed spam/deleted user handling</li>\n<li>Updated green admin color scheme for WordPress 3.2</li>\n<li>Added actions to topic/reply forms</li>\n<li>Improved support for future ajaxification</li>\n</ul>\n<h4>2.0-rc-3</h4>\n<ul>\n<li>Fixed activation/deactivation</li>\n<li>Added Forum Participant role for multisite use</li>\n</ul>\n<h4>2.0-rc-2</h4>\n<ul>\n<li>BuddyPress activity action integration</li>\n<li>Multisite integration</li>\n<li>Fixed a bushel of bugs</li>\n<li>Fixed tag pagination again</li>\n<li>Fixed ajax priority loading</li>\n</ul>\n<h4>2.0-rc-1</h4>\n<ul>\n<li>Fixed tag pagination</li>\n<li>Broke tag pagination</li>\n<li>Squashed a bunch of bugs</li>\n</ul>\n<h4>2.0-beta-3b</h4>\n<ul>\n<li>Fix regression in forum index theme compatibility template</li>\n<li>Audit usage of get strings for moderator level and above users</li>\n</ul>\n<h4>2.0-beta-3</h4>\n<ul>\n<li>Akismet integration</li>\n<li>Fixes replies within wp-admin</li>\n<li>Fixes reply notification links</li>\n<li>Fixes inconsistent breadcrumb behavior</li>\n<li>Fixes theme compatibility issues</li>\n<li>Fixes archive and page conflicts</li>\n<li>Improvements to unpretty permalink support</li>\n<li>Improvements to importer</li>\n<li>Improvements to multisite support</li>\n<li>Normalize theme, shortcodes, and template parts</li>\n<li>Add humans.txt</li>\n<li>Add empty index.php files to prevent snooping</li>\n<li>Add max length to topic titles (default 80 chars)</li>\n</ul>\n<h4>2.0-beta-2</h4>\n<ul>\n<li>GlotPress integration</li>\n<li>Fixes Forum archive bug</li>\n<li>Fixes and improvements to importer</li>\n<li>Adds home link support to breadcrumb</li>\n<li>Improvements to Theme Compatibility</li>\n<li>Numerous template and CSS improvements</li>\n<li>RTL support</li>\n<li>Improved multisite support</li>\n<li>Add filters for future anti-spam support</li>\n<li>Add missing breadcrumbs to various template files</li>\n<li>Topic/reply trash fixes</li>\n</ul>\n<h4>2.0-beta-1</h4>\n<ul>\n<li>In development</li>\n</ul>\n\";s:3:\"faq\";s:1339:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>From your WordPress dashboard</h4>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;bbPress&#8217;</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>From WordPress.org</h4>\n<ol>\n<li>Download bbPress.</li>\n<li>Upload the &#8216;bbpress&#8217; directory to your &#8216;/wp-content/plugins/&#8217; directory, using your favorite method (ftp, sftp, scp, etc&#8230;)</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Visit &#8216;Settings &gt; Forums&#8217; and adjust your configuration.</li>\n<li>Adjust the CSS of your theme as needed, to make everything pretty.</li>\n</ol>\n</p>\n\n\";s:11:\"screenshots\";s:1136:\"<ol><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\" alt=\"\"></a></li></ol>\";}s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:7:\"akismet\";s:7:\"akismet\";s:10:\"discussion\";s:10:\"discussion\";s:6:\"forums\";s:6:\"forums\";s:7:\"support\";s:7:\"support\";s:5:\"theme\";s:5:\"theme\";}s:8:\"versions\";a:51:{s:3:\"2.0\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.0.zip\";s:10:\"2.0-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip\";s:11:\"2.0-beta-2b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip\";s:10:\"2.0-beta-3\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip\";s:11:\"2.0-beta-3b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip\";s:8:\"2.0-rc-2\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip\";s:8:\"2.0-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip\";s:8:\"2.0-rc-4\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip\";s:8:\"2.0-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip\";s:5:\"2.0.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip\";s:5:\"2.0.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip\";s:5:\"2.0.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip\";s:3:\"2.1\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.1.zip\";s:10:\"2.1-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip\";s:7:\"2.1-rc1\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip\";s:7:\"2.1-rc2\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip\";s:7:\"2.1-rc3\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip\";s:7:\"2.1-rc4\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip\";s:5:\"2.1.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip\";s:5:\"2.1.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip\";s:5:\"2.1.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip\";s:3:\"2.2\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.2.zip\";s:5:\"2.2.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip\";s:5:\"2.2.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip\";s:5:\"2.2.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip\";s:5:\"2.2.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip\";s:3:\"2.3\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.3.zip\";s:9:\"2.3-beta1\";s:60:\"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip\";s:5:\"2.3.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip\";s:5:\"2.3.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip\";s:3:\"2.4\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.4.zip\";s:5:\"2.4.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip\";s:3:\"2.5\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.5.zip\";s:5:\"2.5.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip\";s:6:\"2.5.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip\";s:6:\"2.5.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip\";s:6:\"2.5.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip\";s:6:\"2.5.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:5:\"2.5.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip\";s:5:\"2.5.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip\";s:5:\"2.5.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip\";s:5:\"2.5.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip\";s:5:\"2.5.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip\";s:5:\"2.5.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip\";s:5:\"2.5.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";s:5:\"2.5.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip\";s:10:\"2.6-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip\";s:10:\"2.6-beta-2\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip\";s:8:\"2.6-rc-1\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip\";s:8:\"2.6-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/bbpress.zip\";}s:11:\"donate_link\";s:0:\"\";}s:19:\"the-events-calendar\";a:24:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:5:\"4.5.9\";s:6:\"author\";s:52:\"<a href=\"https://m.tri.be/1x\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:12:\"contributors\";a:32:{s:6:\"aguseo\";s:37:\"https://profiles.wordpress.org/aguseo\";s:13:\"barryhughes-1\";s:44:\"https://profiles.wordpress.org/barryhughes-1\";s:7:\"bordoni\";s:38:\"https://profiles.wordpress.org/bordoni\";s:7:\"borkweb\";s:38:\"https://profiles.wordpress.org/borkweb\";s:11:\"brianjessee\";s:42:\"https://profiles.wordpress.org/brianjessee\";s:11:\"brook-tribe\";s:42:\"https://profiles.wordpress.org/brook-tribe\";s:12:\"cliffpaulick\";s:43:\"https://profiles.wordpress.org/cliffpaulick\";s:9:\"courane01\";s:40:\"https://profiles.wordpress.org/courane01\";s:9:\"faction23\";s:40:\"https://profiles.wordpress.org/faction23\";s:8:\"geoffbel\";s:39:\"https://profiles.wordpress.org/geoffbel\";s:11:\"geoffgraham\";s:42:\"https://profiles.wordpress.org/geoffgraham\";s:6:\"ggwicz\";s:37:\"https://profiles.wordpress.org/ggwicz\";s:8:\"jbrinley\";s:39:\"https://profiles.wordpress.org/jbrinley\";s:7:\"jentheo\";s:38:\"https://profiles.wordpress.org/jentheo\";s:11:\"leahkoerper\";s:42:\"https://profiles.wordpress.org/leahkoerper\";s:8:\"lucatume\";s:39:\"https://profiles.wordpress.org/lucatume\";s:10:\"mastromktg\";s:41:\"https://profiles.wordpress.org/mastromktg\";s:8:\"mat-lipe\";s:39:\"https://profiles.wordpress.org/mat-lipe\";s:11:\"moderntribe\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:6:\"mzaweb\";s:37:\"https://profiles.wordpress.org/mzaweb\";s:11:\"neillmcshea\";s:42:\"https://profiles.wordpress.org/neillmcshea\";s:10:\"nicosantos\";s:41:\"https://profiles.wordpress.org/nicosantos\";s:19:\"patriciahillebrandt\";s:50:\"https://profiles.wordpress.org/patriciahillebrandt\";s:12:\"peterchester\";s:43:\"https://profiles.wordpress.org/peterchester\";s:12:\"reidpeifer-1\";s:43:\"https://profiles.wordpress.org/reidpeifer-1\";s:10:\"roblagatta\";s:41:\"https://profiles.wordpress.org/roblagatta\";s:10:\"ryancurban\";s:41:\"https://profiles.wordpress.org/ryancurban\";s:13:\"shanepearlman\";s:44:\"https://profiles.wordpress.org/shanepearlman\";s:12:\"shelbelliott\";s:43:\"https://profiles.wordpress.org/shelbelliott\";s:9:\"tribecari\";s:40:\"https://profiles.wordpress.org/tribecari\";s:6:\"vicskf\";s:37:\"https://profiles.wordpress.org/vicskf\";s:9:\"zbtirrell\";s:40:\"https://profiles.wordpress.org/zbtirrell\";}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:92;s:7:\"ratings\";a:5:{i:5;i:1198;i:4;i:82;i:3;i:41;i:2;i:33;i:1;i:85;}s:11:\"num_ratings\";i:1439;s:15:\"support_threads\";i:248;s:24:\"support_threads_resolved\";i:60;s:10:\"downloaded\";i:7381997;s:12:\"last_updated\";s:21:\"2017-07-26 8:35pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:5:{s:11:\"description\";s:18210:\"<p>Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust.</p>\n<p>Packed with loads of useful features, The Events Calendar by Modern Tribe is ready to go right out of the box. It’s extensible, easy to use, and completely customizable.</p>\n<p>Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views, Facebook event integration and more?</p>\n<p><strong>Check out <a href=\"https://m.tri.be/mj\" rel=\"nofollow\">Events Calendar PRO</a> and <a href=\"https://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>New Import Tool!</strong><br />\n  We’ve made bulk event imports easier to manage than ever. This add-on service for The Events Calendar allows you to import events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.<br />\n  <a href=\"https://m.tri.be/197u\" rel=\"nofollow\">Check out Event Aggregator now</a>.</p>\n</blockquote>\n<h4>BUILT SOLID &amp; SUPPORTED</h4>\n<p>The Events Calendar is crafted the WordPress way.</p>\n<p>The Events Calendar plugin has been audited by many WordPress industry experts, including core developer Mark Jaquith for security &amp; plugin review team member Pippin Williamson for best practices and plugin compatibility.</p>\n<p>Our dedicated support team has poured hundreds of hours into QA, monthly usability tests, and numerous user interviews to guarantee quality and ease-of-use.  We stand behind our work and offer light support weekly for the community via the WordPress.org support forums.</p>\n<p>If you need a deeper level of support or a faster response to your specific question, our Events Calendar PRO add-on includes access to our premium support forums with a 24-48 hour response time during the workweek.</p>\n<p>Enjoy using The Events Calendar, know how to get under the hood and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"https://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>PLUG-N-PLAY or HIGHLY CUSTOMIZABLE</h4>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you’ll be making events in less than 5 minutes.<br />\nOr customize it to suit your specific needs. The Events Calendar is built by developers, for developers…it’s ready to be the foundation for your wildest hack sessions:</p>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you&#8217;ll be making events in less than 5 minutes.</p>\n<ul>\n<li>WP REST API support</li>\n<li>Skeleton stylesheet to theme fast &amp; efficiently</li>\n<li>Partial template overrides</li>\n<li>Template tags, hooks, and filters</li>\n<li><a href=\"https://m.tri.be/eu\" rel=\"nofollow\">Extensive documentation</a></li>\n<li><a href=\"https://github.com/theeventscalendar\" rel=\"nofollow\">Library of code snippets</a> on GitHub.</li>\n</ul>\n<p>Whether your vision is big or small, you’re in good company. Hundreds of thousands of churches, eateries, small businesses, musicians, venues, and non-profits are publishing and promoting their events with The Events Calendar.</p>\n<p>The Events Calendar has been scaled to work on networks with over 25 million unique visitors per month and hundreds of thousands of events. Fortune 100 companies, major universities, government institutions and some seriously epic startups push their events with our platform.</p>\n<h4>FEATURES</h4>\n<p>Whether you’re operating a hyperlocal hub listing thousands of events, a university with many thousands of users, or you’re a sole business owner listing your classes, The Events Calendar has your back.</p>\n<p>Just getting started? Definitely watch and read through the <a href=\"https://m.tri.be/2d\" rel=\"nofollow\">New User Primer</a> before going much further.</p>\n<ul>\n<li>Rapidly create events</li>\n<li>Saved venues &amp; organizers</li>\n<li>Calendar month view with tooltips</li>\n<li>List view</li>\n<li>Day view</li>\n<li>Event search</li>\n<li>Google maps</li>\n<li>Widget: Upcoming events list</li>\n<li>Events Taxonomies (Categories &amp; Tags)</li>\n<li>Google Calendar and iCal exporting</li>\n<li>WP REST API endpoints (READ)</li>\n<li>Completely ajaxified for super smooth browsing</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Increase your SEO with Microformats</li>\n<li>Internationalized &amp; Translated</li>\n<li>Multiple stylesheets (Skeleton, Default, Tribe Event Styles) to improve integration</li>\n<li>Extensive Template Tags for Customization</li>\n<li>Hook &amp; Filters up the wazoo</li>\n<li>Caching Support</li>\n<li>Debug Mode for Developers</li>\n</ul>\n<p>Looking for something else? We’ve got add-ons available to take your calendar to the next level.</p>\n<h4>PRO Features</h4>\n<p>Add recurring events, a whole recurring events, a whole range of new views ( week / map / photo / venue / organizer) &amp; widgets (calendar / featured venue / week / event countdown), shortcodes, custom event attributes, default content, location search, much more with <a href=\"https://m.tri.be/2c\" rel=\"nofollow\">Events Calendar PRO</a></p>\n<h4>Event Ticketing</h4>\n<p>Collect free RSVPs with Event Tickets or add paid ticketing features with <a href=\"https://m.tri.be/18wg\" rel=\"nofollow\">Event Tickets Plus</a>, including the ability to sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Works with your favorite eCommerce plugin (WooCommerce, Shopp, Easy Digital Downloads, or WP E-Commerce).</p>\n<h4>Bulk Event Import</h4>\n<p>Fill your calendar with events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. <a href=\"https://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> provides a convenient dashboard to manage scheduled imports, manual imports, filters, one-way sync, import history, and more.</p>\n<h4>User-Submitted Events</h4>\n<p>Running a community calendar? <a href=\"https://m.tri.be/2g\" rel=\"nofollow\">Community Events</a> lets users add events directly to your calendar without needing access to your admin.</p>\n<h4>Advanced User Search &amp; Filters</h4>\n<p>Have so many amazing events that your users get overwhelmed? <a href=\"https://m.tri.be/52\" rel=\"nofollow\">Filter Bar</a> adds a configurable set of filters to your event pages so users can view and search for the exact events that interest them.</p>\n<h4>Integrate With Eventbrite</h4>\n<p>Connect your calendar with your Eventbrite.com account! <a href=\"https://m.tri.be/18wf\" rel=\"nofollow\">Eventbrite Tickets</a> allows you to import/export between The Events Calendar and Eventbrite, and incorporate ticket sales.</p>\n<p><a href=\"https://www.facebook.com/theeventscalendar/\" rel=\"nofollow\">Join us on Facebook</a> to be part of our active community, check us out <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">on Twitter</a>, and <a href=\"https://m.tri.be/rm\" rel=\"nofollow\">sign up for our newsletter</a> for release announcements and discounts.</p>\n<h4>SUBMITTING PATCHES</h4>\n<p>If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href=\"https://github.com/moderntribe/the-events-calendar\" rel=\"nofollow\">GitHub page for The Events Calendar</a>. Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin&#8217;s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentation</h3>\n<p>All of our online documentation can be found on <a href=\"https://m.tri.be/eu\" rel=\"nofollow\">our documentation site</a>.</p>\n<p>Some links you may find particularly useful are:</p>\n<ul>\n<li><a href=\"https://m.tri.be/2l\" rel=\"nofollow\">The Events Calendar New User Primer</a></li>\n<li><a href=\"https://m.tri.be/2m\" rel=\"nofollow\">The Themer&#8217;s Guide to The Events Calendar</a></li>\n<li><a href=\"https://m.tri.be/18wm\" rel=\"nofollow\">Knowledgebase</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in our <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" rel=\"nofollow\">WordPress.org forum</a>. Please search existing threads before opening a new one.</p>\n<p>The <a href=\"https://m.tri.be/2r\" rel=\"nofollow\">Modern Tribe premium support forums</a> are available for you to read. You won&#8217;t, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchased a premium license.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there&#8217;s more! We&#8217;ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over on <a href=\"https://m.tri.be/18wn\" rel=\"nofollow\">our website</a>.</p>\n<p>Our Free Plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugin/event-tickets/\" rel=\"nofollow\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/advanced-post-manager/\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/blog-copier/\">Blog Copier</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n<li><a href=\"https://wordpress.org/plugins/widget-builder/\">Widget Builder</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"https://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"https://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"https://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"https://m.tri.be/2g\" rel=\"nofollow\">The Events Calendar: Community Events</a></li>\n<li><a href=\"https://m.tri.be/18wl\" rel=\"nofollow\">The Events Calendar: Community Tickets</a></li>\n<li><a href=\"https://m.tri.be/fa\" rel=\"nofollow\">The Events Calendar: Filter Bar</a></li>\n<li><a href=\"https://m.tri.be/2e\" rel=\"nofollow\">The Events Calendar: Eventbrite Tickets</a></li>\n</ul>\n<h3>Translations</h3>\n<p>The Events Calendar is translated by volunteers at <a href=\"https://translate.wordpress.org/projects/wp-plugins/the-events-calendar/stable\" rel=\"nofollow\">translate.wordpress.org</a>. There you can find a list of available languages, download translation files, or help update the translations. Thank you to everyone who helps to maintain our translations!</p>\n<h3>Help</h3>\n<p>Welcome to The Events Calendar, a full-featured events management system for WordPress. Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you be awesome.</p>\n<p>If you aren&#8217;t familiar with The Events Calendar, check out our <a href=\"https://m.tri.be/2p\" rel=\"nofollow\">new user primer</a>. It&#8217;ll introduce you to the basics of what the plugin has to offer and will have you creating events in no time. From there, the resources below &#8212; extensive template tag documentation, FAQs, video walkthroughs and more &#8212; will give you a leg up as you dig deeper.</p>\n<p>Additional resources available include:</p>\n<ul>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow\">Known Issues</a></li>\n<li><a href=\"https://m.tri.be/eu\" rel=\"nofollow\">Documentation</a></li>\n<li><a href=\"https://m.tri.be/2n\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://m.tri.be/2t\" rel=\"nofollow\">Help Videos</a></li>\n<li><a href=\"https://m.tri.be/2u\" rel=\"nofollow\">Tutorials</a></li>\n<li><a href=\"https://m.tri.be/2v\" rel=\"nofollow\">Release Notes</a></li>\n<li><a href=\"https://m.tri.be/2r\" rel=\"nofollow\">Forums</a></li>\n</ul>\n<p>We hit the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">The Events Calendar forum here on WordPress.org</a> about once a week, assisting users with basic troubleshooting and identifying bugs that have been reported. (If you are looking for more active support, might we suggest buying a PRO license? Our team hits the <a href=\"https://m.tri.be/2r\" rel=\"nofollow\">Premium Forums</a> daily.)</p>\n<p>Some things to consider before posting on the forum:</p>\n<ul>\n<li>Look through existing threads before posting a new one and check that there isn&#8217;t already a discussion going on for your issue.</li>\n<li>Your issue will be solved more quickly if you run a few checks before making a support request. Deactivate your plugins one by one &#8211; if the issue is fixed by deactivating a plugin you know you&#8217;ve got a plugin conflict. To test your Theme, revert to the default Twenty Twelve Theme to see if you are still experiencing the problem. If not, your Theme is the issue. Please provide this information when making your support request.</li>\n<li>Sometimes, just resetting your permalinks can fix the issue. Visit Events -&gt; Settings -&gt; Permalinks, save your permalinks with a different option and then save with your preferred choice again. This can solve events-related problems and can is worth a shot before creating a new thread.</li>\n</ul>\n<p>Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">@TheEventsCal</a> and tell us why. We&#8217;ll do what we can to make it right.</p>\n<h3>Contributors</h3>\n<p>The plugin is made with love by <a href=\"https://m.tri.be/2s\" rel=\"nofollow\">Modern Tribe Inc</a>.</p>\n<h4>Current Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/aguseo\" rel=\"nofollow\">Andras Guseo</a></li>\n<li><a href=\"https://profiles.wordpress.org/barryhughes\" rel=\"nofollow\">Barry Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/brianjessee\" rel=\"nofollow\">Brian Jessee</a></li>\n<li><a href=\"https://profiles.wordpress.org/brook-tribe\" rel=\"nofollow\">Brook Harding</a></li>\n<li><a href=\"https://profiles.wordpress.org/tribecari\" rel=\"nofollow\">Caroline Tucker</a></li>\n<li><a href=\"https://profiles.wordpress.org/cliffpaulick\" rel=\"nofollow\">Clifford Paulick</a></li>\n<li><a href=\"https://profiles.wordpress.org/MZAWeb\" rel=\"nofollow\">Daniel Dvorkin</a></li>\n<li><a href=\"https://profiles.wordpress.org/geoffgraham\" rel=\"nofollow\">Geoff Graham</a></li>\n<li><a href=\"https://profiles.wordpress.org/ggwicz\" rel=\"nofollow\">George Gecewicz</a></li>\n<li><a href=\"https://profiles.wordpress.org/bordoni\" rel=\"nofollow\">Gustavo Bordoni</a></li>\n<li><a href=\"https://profiles.wordpress.org/leahkoerper\" rel=\"nofollow\">Leah Koerper</a></li>\n<li><a href=\"https://profiles.wordpress.org/lucatume\" rel=\"nofollow\">Luca Tumedei</a></li>\n<li><a href=\"https://profiles.wordpress.org/borkweb\" rel=\"nofollow\">Matthew Batchelder</a></li>\n<li><a href=\"https://profiles.wordpress.org/neillmcshea\" rel=\"nofollow\">Neill McShea</a></li>\n<li><a href=\"https://profiles.wordpress.org/nicosantos\" rel=\"nofollow\">Nico Santos</a></li>\n<li><a href=\"https://profiles.wordpress.org/patriciahillebrandt\" rel=\"nofollow\">Patricia Hillebrandt</a></li>\n<li><a href=\"https://profiles.wordpress.org/peterchester\" rel=\"nofollow\">Peter Chester</a></li>\n<li><a href=\"https://profiles.wordpress.org/reid.peifer\" rel=\"nofollow\">Reid Peifer</a></li>\n<li><a href=\"https://profiles.wordpress.org/shane.pearlman\" rel=\"nofollow\">Shane Pearlman</a></li>\n<li><a href=\"https://profiles.wordpress.org/shelbelliott\" rel=\"nofollow\">Shelby Elliott</a></li>\n<li><a href=\"https://profiles.wordpress.org/zbtirrell\" rel=\"nofollow\">Zachary Tirrell</a></li>\n</ul>\n<h4>Past Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\" rel=\"nofollow\">Casey Driscoll</a></li>\n<li><a href=\"https://profiles.wordpress.org/ckpicker\" rel=\"nofollow\">Casey Picker</a></li>\n<li><a href=\"https://profiles.wordpress.org/dancameron\" rel=\"nofollow\">Dan Cameron</a></li>\n<li><a href=\"https://profiles.wordpress.org/jazbek\" rel=\"nofollow\">Jessica Yazbek</a></li>\n<li><a href=\"https://profiles.wordpress.org/jkudish\" rel=\"nofollow\">Joachim Kudish</a></li>\n<li><a href=\"https://profiles.wordpress.org/jgadbois\" rel=\"nofollow\">John Gadbois</a></li>\n<li><a href=\"https://profiles.wordpress.org/jonahcoyote\" rel=\"nofollow\">Jonah West</a></li>\n<li><a href=\"https://profiles.wordpress.org/jbrinley\" rel=\"nofollow\">Jonathan Brinley</a></li>\n<li><a href=\"https://profiles.wordpress.org/joshlimecuda\" rel=\"nofollow\">Josh Mallard</a></li>\n<li><a href=\"https://profiles.wordpress.org/justinendler\" rel=\"nofollow\">Justin Endler</a></li>\n<li><a href=\"https://profiles.wordpress.org/kellykathryn\" rel=\"nofollow\">Kelly Groves</a></li>\n<li><a href=\"https://profiles.wordpress.org/kelseydamas\" rel=\"nofollow\">Kelsey Damas</a></li>\n<li><a href=\"https://profiles.wordpress.org/kyleunzicker\" rel=\"nofollow\">Kyle Unzicker</a></li>\n<li><a href=\"https://profiles.wordpress.org/mat-lipe\" rel=\"nofollow\">Mat Lipe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mattwiebe\" rel=\"nofollow\">Matt Wiebe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mdbitz\" rel=\"nofollow\">Matthew Denton</a></li>\n<li><a href=\"https://profiles.wordpress.org/nickciske\" rel=\"nofollow\">Nick Ciske</a></li>\n<li><a href=\"https://profiles.wordpress.org/mastromktg\" rel=\"nofollow\">Nick Mastromattei</a></li>\n<li><a href=\"https://profiles.wordpress.org/paulhughes01\" rel=\"nofollow\">Paul Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/roblagatta\" rel=\"nofollow\">Rob La Gatta</a></li>\n<li><a href=\"https://profiles.wordpress.org/ryancurban\" rel=\"nofollow\">Ryan Urban</a></li>\n<li><a href=\"https://profiles.wordpress.org/faction23\" rel=\"nofollow\">Samuel Estok</a></li>\n<li><a href=\"https://profiles.wordpress.org/codearachnid\" rel=\"nofollow\">Timothy Wood</a></li>\n<li><a href=\"https://profiles.wordpress.org/trishasalas\" rel=\"nofollow\">Trisha Salas</a></li>\n</ul>\n\";s:12:\"installation\";s:1152:\"<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"https://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n</ul>\n\";s:3:\"faq\";s:6751:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"https://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n</ul>\n</p>\n<h4>Are there any troubleshooting steps you&#8217;d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you&#8217;re running the latest version of The Events Calendar (4.0 as of this release). If you&#8217;re running Events Calendar PRO it needs to match the version number of The Events Calendar. And if you&#8217;ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Fourteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you&#8217;ll know that is the source of the conflict.</p>\n<p>Note that we aren&#8217;t going to say &#8220;tough luck&#8221; if you identify a plugin/theme conflict. While we can&#8217;t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>I&#8217;m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin&#8217;s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">WordPress.org forum</a>, which we hit about once a week (usually on Wednesdays). Please make sure to read <a href=\"https://m.tri.be/19oc\" rel=\"nofollow\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you&#8217;re not getting support in as timely a fashion as you wish, you might want to consider purchasing a PRO license.</p>\n<p>If you&#8217;re already a PRO user, you&#8217;re entitled access to our more actively-monitored <a href=\"https://m.tri.be/2r\" rel=\"nofollow\">Events Calendar PRO forum</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 24-48 hours during the business week.</p>\n</p>\n<h4>Events Calendar PRO looks awesome! I&#8217;m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Calendar PRO can be purchased directly on <a href=\"https://m.tri.be/18wi\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include 1 year of access to support + updates.</p>\n</p>\n<h4>I&#8217;m interested in PRO or another add-on, but there are a few questions I&#8217;ve got before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you&#8217;re not finding your questions answered on the product pages, hit up our <a href=\"https://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn&#8217;t, post a new thread as a guest. We&#8217;ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for The Events Calendar, and where can I read more about them?</h4>\n<p>\n<p>Currently, the following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"https://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"https://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.</li>\n<li><a href=\"https://m.tri.be/18wj\" rel=\"nofollow\">Event Tickets</a> (free), which allows you to collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"https://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"https://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"https://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"https://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"https://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<h4>I have a feature idea. What&#8217;s the best way to tell you about it?</h4>\n<p>\n<p>We&#8217;ve got a <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" rel=\"nofollow\">UserVoice page</a> where we&#8217;re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community&#8217;s needs.</p>\n</p>\n<h4>I&#8217;ve still got questions. Where can I find answers?</h4>\n<p>\n<p>Check out our extensive <a href=\"https://m.tri.be/18wm\" rel=\"nofollow\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:55260:\"<h4>[4.5.9] 2017-07-26</h4>\n<ul>\n<li>Fix &#8211; Send Aggregator callback URL with correct Scheme [83364]</li>\n<li>Fix &#8211; Scheduled Aggregator cron for inserting will re-enqueue to complete scheduled imports [83382]</li>\n<li>Fix &#8211; Avoid overwriting Venues and Organizers when importing FB events with similarly named Venues and Organizers [75370]</li>\n<li>Fix &#8211; Improve handling of large and/or slow Google Calendar and iCal feeds [79975]</li>\n<li>Tweak &#8211; Added period &#8220;.&#8221; separator to datepicker formats. [65282]</li>\n<li>Tweak &#8211; Added tribe_events_month_get_events_in_month filter to allow overriding of events used in month templates. [83317]</li>\n</ul>\n<h4>[4.5.8.1] 2017-07-21</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where failed EA Imports would hang for a long time before failing [83344]</li>\n</ul>\n<h4>[4.5.8] 2017-07-13</h4>\n<ul>\n<li>Fix &#8211; Remove permalink logic for recurring events (Events Calendar PRO will implement instead) [74153]</li>\n<li>Fix &#8211; Avoid type error when setting up one-time imports for Facebook URLs (our thanks to @J for flagging this!) [78664]</li>\n<li>Fix &#8211; Add a safety check in isOrganizer() function (our thanks to Kevin for flagging this!) [81645]</li>\n<li>Fix &#8211; Avoid EA Client hanging when no events are found while attempting an import from a Facebook source [82713]</li>\n<li>Fix &#8211; Improve compatibility of The Events Calendar when operating with WPML from within a subdirectory (props: @dgwatkins) [81998]</li>\n</ul>\n<h4>[4.5.7] 2017-06-28</h4>\n<ul>\n<li>Fix &#8211; Restore support for translated events category slugs when WPML is active [73478]</li>\n<li>Fix &#8211; Improve handling of shortcodes within event view excerpts (props: @awbauer) [81226]</li>\n<li>Fix &#8211; Improve compatibility with WPML in relation to event permalinks specifically (props: @dgwatkins) [81224]</li>\n<li>Fix &#8211; Improved handling of Venue fields that allows for better form validation in Community Events [76297]</li>\n<li>Tweak &#8211; Better detection and reporting of communication failures with the Event Aggregator server</li>\n<li>Tweak &#8211; Textual corrections (with thanks to @garrett-eclipse for highlighting many of these) [77196]</li>\n<li>Tweak &#8211; New filter added (&#8220;tribe_events_linked_posts_dropdown_enable_creation&#8221;) to facilitate more control over linked posts [80487]</li>\n<li>Tweak &#8211; Improve performance of theme compatibility code [71974]</li>\n<li>Tweak &#8211; Don&#8217;t show Event Aggregator system status in Help tab if there&#8217;s no Event Aggregator license in place [68506]</li>\n</ul>\n<h4>[4.5.6] 2017-06-22</h4>\n<ul>\n<li>Tweak &#8211; Improved how Cost field looks and it&#8217;s consistency across views [71092 &amp; 71094]</li>\n<li>Fix &#8211; Resolved issue where the Meta Chunker attempted to inappropriately chunk meta for post post_types [80857]</li>\n<li>Tweak &#8211; Added actions: <code>tribe_events_inside_cost</code></li>\n<li>Tweak &#8211; Changed views: <code>day/single-event</code>, <code>day/single-featured</code>, <code>list/single-event</code>, <code>list/single-featured</code></li>\n<li>Language &#8211; 1 new strings added, 15 updated, 1 fuzzied, and 1 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.5] 2017-06-14</h4>\n<ul>\n<li>Fix &#8211; Removed extra double quotes in organizer link output [71133]</li>\n<li>Fix &#8211; Make the list and day view styles match more closely [63599]</li>\n<li>Fix &#8211; Better sanitization on CSV imports (thanks to Valentinos Chouris from NCC Group for reporting this) [80311]</li>\n<li>Fix &#8211; Prevent tabs from being incorrectly escaped in iCal output (props: KZeni) [80452]</li>\n<li>Fix &#8211; Fixed inconsistent font styling of Tribe Bar form labels. [27252]</li>\n<li>Tweak &#8211; Removed unused Javascript (jQuery UI Dialog) to help avoid warnings (our thanks to @gama6889 for flagging this) [80766]</li>\n<li>Tweak &#8211; Added new filter hooks &#8216;tribe_events_register_event_type_args&#8217; and &#8216;tribe_events_register_event_cat_type_args&#8217; [80658]</li>\n</ul>\n<h4>[4.5.4] 2017-06-06</h4>\n<ul>\n<li>Tweak &#8211; Minor tweaks to the CSS for linked post types (Organizer/Venues)</li>\n<li>Fix &#8211; Prevent drag and drop icon showing when singular linked post type is been displayed</li>\n<li>Fix &#8211; Resolved issue where scheduled imports sometimes failed to execute [79587]</li>\n<li>Fix &#8211; Better sanitization of data (Props to Valentinos Chouris for reporting this) [80310]</li>\n<li>Language &#8211; 2 new strings added, 156 updated, 0 fuzzied, and 4 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 4 new strings added, 20 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.3] 2017-06-01</h4>\n<ul>\n<li>Fix &#8211; Made it easier to translate the update confirmation message (our thanks to safu9 for highlighting this) [79729]</li>\n<li>Fix &#8211; Fixed compatibility issue with WPML which caused organizers and venues to disappear on translated events [67581]</li>\n<li>Fix — Fixed bug where venues and organizers would be duplicated when their associated event is previewed. [64088]</li>\n<li>Tweak &#8211; Other fixes to the plugin verbiage (with thanks to @garrett-eclipse and others)</li>\n</ul>\n<h4>[4.5.2.1] 2017-05-19</h4>\n<ul>\n<li>Fix &#8211; Prevent fatal errors occuring in PHP 5.5 and earlier [79208]</li>\n</ul>\n<h4>[4.5.2] 2017-05-17</h4>\n<ul>\n<li>Fix &#8211; Correct REST API reference URL (our thanks to Lindsey for flagging this) [78658]</li>\n<li>Fix &#8211; Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete [77988]</li>\n<li>Tweak &#8211; Make the inclusion or exclusion of the year (within the event schedule string) filterable [78070]</li>\n<li>Tweak &#8211; Adjustments to help avoid false positive security alerts being generated in relation to our customizer integration [78355]</li>\n</ul>\n<h4>[4.5.1] 2017-05-04</h4>\n<ul>\n<li>Fix &#8211; Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this! [75787]</li>\n<li>Fix &#8211; Made EA preserve custom dates after reimporting a Facebook Event when option is set. [75787]</li>\n<li>Fix &#8211; Enhance month view caching to minimize impact of JSON-LD generation [74656]</li>\n<li>Tweak &#8211; Styling/layout improvements within the Event Aggregator screen [77895]</li>\n</ul>\n<h4>[4.5.0.2] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Ensure compatibility with WordPress version 4.4 and earlier</li>\n</ul>\n<h4>[4.5.0.1] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Resolving issue where some premium plugins were falsely claiming they were out of date</li>\n</ul>\n<h4>[4.5] 2017-05-01</h4>\n<ul>\n<li>Feature &#8211; Event Aggregator now allows users to import from other sites with The Events Calendar [68139]</li>\n<li>Feature &#8211; Include a Events REST API endpoint for read operations [70711]</li>\n<li>Feature &#8211; Include granular Scheduling for Events Aggregator</li>\n<li>Tweak &#8211; Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes [71152]</li>\n<li>Tweak &#8211; Clean up direct calls to get events and use wrapper <code>tribe_get_events()</code> which has a hook for customizing</li>\n<li>Tweak &#8211; Remove including Event Tickets for backwards compatibility as a vendor library [71908]</li>\n<li>Tweak &#8211; Create a global ID to increase consistency on all of the imported items with Event Aggregator [75218]</li>\n<li>Fix &#8211; Prevent Aggregator to run on Empty Queues thus generating fatals (props to @Donald for the report here) [75377]</li>\n<li>Fix &#8211; Categories and Tags are no longer cleared when importing with Event Aggregator (thank you @Nicolas for the report) [74264]</li>\n<li>Fix &#8211; Increase consistency on Column Mapping for CSV imports [76476]</li>\n<li>Tweak &#8211; Added filters for REST API: <code>tribe_events_rest_url_prefix</code>, <code>tribe_rest_url</code>, <code>tribe_events_rest_use_builtin</code>, <code>tribe_rest_events_archive_data</code>, <code>tribe_rest_event_max_per_page</code>, <code>tribe_rest_event_data</code>, <code>tribe_rest_venue_data</code>, <code>tribe_rest_organizer_data</code>, <code>tribe_rest_event_categories_data</code>, <code>tribe_rest_event_tags_data</code>, <code>tribe_rest_event_taxonomy_term_data</code>, <code>tribe_rest_event_featured_image</code>, <code>tribe_events_rest_api_enabled</code></li>\n<li>Tweak &#8211; Added filters for REST API Documentation: <code>tribe_rest_swagger_cost_details_documentation</code>, <code>tribe_rest_swagger_date_details_documentation</code>, <code>tribe_rest_swagger_image_details_documentation</code>, <code>tribe_rest_swagger_image_size_documentation</code>, <code>tribe_rest_swagger_term_documentation</code>, <code>tribe_rest_swagger_event_documentation</code>, <code>tribe_rest_swagger_organizer_documentation</code>, <code>tribe_rest_swagger_venue_documentation</code>, <code>tribe_rest_swagger_documentation</code></li>\n<li>Tweak &#8211; Added filters for Modified fields tracking: <code>tribe_tracker_post_types</code>, <code>tribe_tracker_excluded_meta_keys</code>, <code>tribe_tracker_enabled</code>, <code>tribe_tracker_enabled_for_terms</code>, <code>tribe_tracker_taxonomies</code></li>\n<li>Tweak &#8211; Added filters for Event Aggregator: <code>tribe_aggregator_localized_data</code>, <code>tribe_aggregator_service_messages</code>, <code>tribe_aggregator_url_import_range_options</code>, <code>tribe_aggregator_url_import_range_cap</code>, <code>tribe_aggregator_url_import_range_start</code>, <code>tribe_aggregator_url_import_range_end</code></li>\n<li>Tweak &#8211; Removed filters for Event Aggregator: <code>tribe_aggregator_track_modified_fields</code></li>\n<li>Tweak &#8211; Added actions for Initialization: <code>tribe_events_bound_implementations</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Main</code>: <code>track_event_post_field_changes</code>, <code>maybe_load_tickets_framework</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Aggregator__Service</code>: <code>has_service_message</code></li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix &#8211; Local changes to events should be preserved in accordance with the Event Import Authority setting (thanks to @bryan for reporting this one) [72876]</li>\n<li>Fix &#8211; Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report) [75379]</li>\n<li>Tweak &#8211; Enable the month view cache by default on new installations [74867]</li>\n<li>Tweak &#8211; External links to Google maps changed from http to https (nice find by @bjf2000 &#8211; reported via the .org support page) [74930]</li>\n<li>Tweak &#8211; Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000&#8217;s find. Thanks!) [72273]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix &#8211; Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility &#8211; props @Chouby) [73122]</li>\n<li>Fix &#8211; Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator [74687]</li>\n<li>Tweak &#8211; Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t) [72842]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix &#8211; Resolved issue where iCal exports on month view were exporting more events than intended (thanks to @s2ldesign for reporting in our forums) [72133]</li>\n<li>Fix &#8211; Resolved meta width issue for maps when Pro is active (gracias a @ANTONIO JOSE por el reporte del error)  [69844, 72272]</li>\n<li>Fix &#8211; Resolved issue where featured images were not being imported via Event Aggregator Facebook imports (cheers to @Cody for the initial bug report) [72764]</li>\n<li>Fix &#8211; Resolved issue where translated &#8216;all&#8217; slugs were not respected (thank you @Marianne for your report in the forums) [71996]</li>\n<li>Tweak &#8211; Translation improvements and fixes (@Katja &#8211; thanks! ) [70068]</li>\n<li>Tweak &#8211; Allow &#8220;-1&#8221; when specifying the &#8220;Month view events per day&#8221; setting [70497]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Fix &#8211; Ensure the global and source-specific Google Map settings for imports are respected [67228]</li>\n<li>Fix &#8211; Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n<li>Fix &#8211; Ensure the events list widget&#8217;s show/hide if there are upcoming events setting is respected [72965]</li>\n<li>Tweak &#8211; Add filters for template tag functions related to dates: <code>tribe_get_start_time</code>, <code>tribe_get_end_time</code>, <code>tribe_get_start_date</code> and <code>tribe_get_end_date</code> [67759]</li>\n</ul>\n<h4>[4.4.1.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolved fatal caused when rendering themes that override tribe styles</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix &#8211; iCal export for Single events working again [71916]</li>\n<li>Tweak &#8211; Changes the Search label to prevent duplicate words (props @oheinrich) [72149]</li>\n<li>Tweak &#8211; Add theme version to <code>tribe-event.css</code> (props @berler) [71973]</li>\n<li>Fix &#8211; Resolve JavaScript error when jQuery was been de-registered [71369]</li>\n<li>Fix &#8211; Prevent Fatals when Importing Images on Event Aggregator [70576]</li>\n<li>Fix &#8211; Prevent Third Party notes to be escaped, anchor link working again [71872]</li>\n<li>Fix &#8211; Google Maps now are using HTTPS instead of HTTP (props @cliffordp)</li>\n<li>Fix &#8211; Prevent Fatals on Event Aggregator Cron, due to Activity logging failure [71904]</li>\n<li>Fix &#8211; Elminate some cases of problem with Facebook manual import on Event Aggregator [69137]</li>\n<li>Fix &#8211; WPML integration smaller incompatibilities [70520, 70522]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix &#8211; Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Feature &#8211; Add dynamic helper text to single event editor to display the events date and time [66484]</li>\n<li>Feature &#8211; Add support for featured events [65898]</li>\n<li>Feature &#8211; Add support for placing the main events archive on the site homepage [38757]</li>\n<li>Feature &#8211; Add support for the theme customizer [67489]</li>\n<li>Feature &#8211; Make it possible to adjust map pins via the theme customizer [65889]</li>\n<li>Feature &#8211; Support for Event Aggregator in a multisite network context added [61427]</li>\n<li>Fix &#8211; Add a link to The Events Calendar Help page in the Network Administration screen of multisite installations [68665]</li>\n<li>Fix &#8211; Multisite license editing and displaying consistency [68662]</li>\n<li>Tweak &#8211; Adjusted styles and added actions for featured events in the List Widget [65923]</li>\n<li>Tweak &#8211; Organizers and Venues are now with a better and cleaner interface [68430]</li>\n<li>Tweak &#8211; Eliminate duplicate meta data for organizer posts [25084]</li>\n<li>Tweak &#8211; Improved the start/end date user interface [66486, 66487, 66550]</li>\n<li>Tweak &#8211; iCal export now includes all events &#8211; up to a reasonable limit &#8211; rather than just those in the current view [65037]</li>\n<li>Tweak &#8211; Adjustments made to the default week view color scheme [69756]</li>\n<li>Tweak &#8211; Add AJAX and improve consistency of the venue and organizer UI [38129]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak &#8211; Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak &#8211; Improve behavior of tribe_get_events_title() in respect of single events [46313]</li>\n<li>Tweak &#8211; Event Aggregator will only load on the Administration, prevent bigger loads for Front-End users [70812]</li>\n<li>Tweak &#8211; Allow better filtering for Organizers and Venue Meta fields (Props: @Chouby from Polylang) [70894]</li>\n<li>Fix &#8211; Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix &#8211; Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix &#8211; JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n<li>Fix &#8211; Fixed comment count and visibility issues due to Event Aggregator records [68297]</li>\n<li>Fix &#8211; Fixed PHP notices and warnings raised when importing .ics files [69960]</li>\n<li>Fix &#8211; Only show link to Venues if Pro is active in List View [69887]</li>\n<li>Fix &#8211; Fixed and issue that would make Event Aggregator importing notices remain stuck in the Import screen [70614]</li>\n<li>Fix &#8211; Avoid error screen when saving licenses on multisite installations [68599]</li>\n<li>Fix &#8211; Fix calendar view links in WPML language switcher [67134]</li>\n</ul>\n<h4>[4.3.4.2] 2016-12-13</h4>\n<ul>\n<li>Fix &#8211; Correct an oversight leading to breakages of the /all/ events archive for Events Calendar PRO users [70662]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix &#8211; Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak &#8211; Tribe Common now is loaded only once across our plugin suite, improves performance in some cases [65755]</li>\n<li>Fix &#8211; Featured Images for Event Aggregator imports are working as expected again. [69465]</li>\n<li>Fix &#8211; Google Calendar and iCalendar files are now updating their respective events [68684]</li>\n<li>Fix &#8211; On demand Event Aggregator records will update events correctly [69542]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature &#8211; Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix &#8211; Ordering on Month view is working as expected again [69123]</li>\n<li>Fix &#8211; Enable ampersand character in mobile month view titles (thanks @kate for the report of this) [45409]</li>\n<li>Fix &#8211; Prevent notices for Event Aggregator License checking [67981]</li>\n<li>Fix &#8211; Mismatched text domains are resolved, important for translations (props to @Hans) [68462]</li>\n<li>Fix &#8211; Sticky on Month View is working as expected again [68902]</li>\n<li>Fix &#8211; Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n<li>Fix &#8211; On <code>WP_Query</code> we will no-longer overwrite custom <code>post__not_in</code> params [42143]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Fix &#8211; Fixes an issue where the text in the Location search field was URL encoded when using the back or forward button for navigation. [61742]</li>\n<li>Fix &#8211; Aggregator Errors will not show more than once daily as comments (Thanks @Jacob for your report on the forums) [68094]</li>\n<li>Fix &#8211; Event Aggregator ICS default configuration now are been Selected Correctly [67885]</li>\n<li>Fix &#8211; Shortcode Month view now will display tooltips correctly [68094]</li>\n<li>Fix &#8211; Avoid loading the select2 JavaScript library twice when Advanced Custom Fields is activated (props to @ryan for the initial report [43605]</li>\n<li>Fix &#8211; Avoid errors and notices on calendar page when X theme and WPML plugins are active (thanks @ingrid for reporting this one) [64400]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix &#8211; Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak &#8211; Implement the pruning of Event Aggregator history records after 7 days, filterable by tribe_aggregator_record_retention [68283]</li>\n<li>Tweak &#8211; Event Aggregator will now verify that the license key has uses remaining before creating a history record [68286]</li>\n<li>Tweak &#8211; Improve <code>tribe_create_event</code> documentation (Props to Keith) [44871]</li>\n<li>Fix &#8211; Resolved an issue where scheduled Event Aggregator imports marked as &#8220;On Demand&#8221; were being run by cron [68284]</li>\n<li>Fix &#8211; Resolved a bug where empty meta fields were being inserted into Event Aggregator record post meta [68290]</li>\n<li>Fix &#8211; Resolved a bug where Venue and Organizers urls were been generated incorrectly (Thanks @Matt) [68168]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n<li>Fix &#8211; Resolved the support for translated event category archive slug that could lead to broken links on the front-end while using WPML (Props to Wilco in the support Forums) [62018]</li>\n<li>Fix &#8211; Resolved a bug where searching for past events in the List view would always yield no results (Thanks for the report @Davide) [61863]</li>\n<li>Fix &#8211; Resolved an issue where long file names would break plugin updates on some Windows installations (pros to @Alan [62552]</li>\n<li>Fix &#8211; Resolved an issue where the <code>/all</code> link on recurring events on non English websites could be broken (reported by @lumiest &#8211; thanks!) [68062]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n</ul>\n<h4>[4.3.0.1] 2016-10-14</h4>\n<ul>\n<li>Fix &#8211; Preventing legacy Facebook events from being duplicated</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature &#8211; Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup</li>\n<li>Feature &#8211; Revamped the CSV import screens to work within the new Event Aggregator pages</li>\n<li>Tweak &#8211; Adjusted some view logic to support the new Event Views shortcode in Pro [44800]</li>\n<li>Tweak &#8211; Added a button to copy the system infomation on the help tab [43709]</li>\n<li>Tweak &#8211; Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]</li>\n<li>Tweak &#8211; Use an earlier hook for iCal feed generation (props @jlambe) [64141]</li>\n<li>Tweak &#8211; Revise and simplify integration with Event Tickets attendee screen [61992]</li>\n<li>Tweak &#8211; Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]</li>\n<li>Tweak &#8211; Deprecated various disused functions and classes relating to the Meta Factory [39905]</li>\n<li>Fix &#8211; Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix &#8211; Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]</li>\n<li>Fix &#8211; Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]</li>\n<li>Fix &#8211; Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::initOptions()</code> has been deprecated with no replacement</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::set_meta_factory_global()</code> has been deprecated in favor of using the <code>Tribe__Events__Meta_Factory</code> class</li>\n<li>Deprecated &#8211; The <code>setup_meta()</code> method in both the <code>Tribe__Events__Template__Single_Event</code> and <code>Tribe__Events__Template_Factory</code> classes has been deprecated</li>\n<li>Deprecated &#8211; The <code>the_title()</code>, <code>event_date()</code>, <code>event_category()</code>, <code>event_tag()</code>, <code>event_website()</code>, <code>event_origin()</code>, <code>organizer_name()</code>, <code>organizer_email()</code>, <code>venue_name()</code>, <code>venue_address()</code>, and <code>venue_map()</code> methods have been deprecated in the <code>Tribe__Events__Advanced_Functions__Register_Meta</code> class</li>\n<li>Deprecated &#8211; The <code>register()</code>, <code>check_exists()</code>, and <code>get_args()</code> methods have been deprecated in the <code>Tribe__Events__Meta_Factory</code> class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Tweak &#8211; Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add &#8211; tribe_is_event_past() conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums &#8211; thanks Jonathan.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix &#8211; Fixed inconsistent template filtering logic for single event template [62525]</li>\n<li>Tweak &#8211; Restored preview for published events [64874]</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak &#8211; Changed &#8220;Event Add-Ons&#8221; to load faster [64286]</li>\n<li>Fix &#8211; Fixed default venue setting [64628]</li>\n<li>Fix &#8211; Fixed default venue state and province settings [64629]</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Fix &#8211; In month view, be sure to unhook JSON-LD output when calling unhook function</li>\n<li>Fix &#8211; Incorrect JSON-LD event start and end times (thank you @jjbte for reporting on .org forums)</li>\n<li>Fix &#8211; Show Google Map and Link checkbox so they show when editing an event (Reported originally by Michael of @NailedIT in the .org forum)</li>\n<li>Fix &#8211; Use Community Events Venue Edit Link when on Community Events Forms instead of Admin (also as a result of the report abve from @NailedIT. Thanks again.)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix &#8211; Small CSS Issue on Welcome Page</li>\n<li>Fix &#8211; Month view on mobile device width doesn&#8217;t have links to prev/next months</li>\n<li>Fix &#8211; Reimport of updated CSV removes featured image (Bug #46149)</li>\n<li>Fix &#8211; Fixed the issue that would make multiple organizers details disappear when trying to submit invalid event data using Community</li>\n<li>Fix &#8211; Add a check to avoid being unable to switch view when Filter Bar plugin is active and at least one field is set to auto-complete mode</li>\n<li>Fix &#8211; Only add the events custom post type to the tag archive queries and not custom queries with tags [45635]</li>\n<li>Fix &#8211; When using the filter tribe_events_excerpt_allow_shortcode shortcodes will be maybe be processed in event excerpts in the list views [42289]</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix &#8211; Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust the caching rules for Month View for faster loading</li>\n<li>Fix &#8211; Replace a bad return type to avoid unnecessary notices in the error log</li>\n<li>Fix &#8211; Add missing styles for correctly hide screen reader text</li>\n<li>Fix &#8211; Fixes <code>tribe_get_event_link()</code> which wasn&#8217;t working when passing second parameter as `true&#8217;</li>\n<li>Tweak &#8211; Reduce the ginormous font size of Month View titles in skeleton styles</li>\n<li>Fix &#8211; Add styling to adjust List View description to full width</li>\n<li>Fix &#8211; Miscellaneous tweaks to improve the Month and Day views</li>\n<li>Fix &#8211; Fix a shorthand array that was causing errors in PHP 5.2 and 5.3 when importing events</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature &#8211; Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li>Feature &#8211; Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on UserVoice!)</li>\n<li>Feature &#8211; Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li>Feature &#8211; Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li>Feature &#8211; Added an oEmbed template for events</li>\n<li>Feature &#8211; Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li>Feature &#8211; Added support for attaching custom post types to events</li>\n<li>Tweak &#8211; Improved filtering of the <code>tribe_event_featured_image()</code> function (Cheers to @fabianmarz!)</li>\n<li>Tweak &#8211; Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to screenrage for the report!)</li>\n<li>Tweak &#8211; Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li>Tweak &#8211; Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)</li>\n<li>Tweak &#8211; Switch to HTTPS for the &#8220;Powered by The Events Calendar&#8221; link (Thank you Cynthia for reporting this!)</li>\n<li>Tweak &#8211; Switch to using HTTPS by default for interactions with Google Maps API</li>\n<li>Tweak &#8211; Improved filterability of calendar excerpts by introducing the new <code>tribe_events_get_the_excerpt</code> filter hook</li>\n<li>Tweak &#8211; Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li>Tweak &#8211; Adjustments for single event view in Twenty Fifteen theme</li>\n<li>Tweak &#8211; Improved performance of query used to test for events without any cost</li>\n<li>Tweak &#8211; Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li>Tweak &#8211; Improve the &#8220;stickiness&#8221; of CSV import column mappings (Thank you @jamesgol!)</li>\n<li>Tweak &#8211; Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li>Tweak &#8211; Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li>Tweak &#8211; Corrected the spelling of timezone in the CSV Importer&#8217;s event field</li>\n<li>Tweak &#8211; Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li>Tweak &#8211; Move plugin CSS to PostCSS</li>\n<li>Tweak &#8211; Category default view is now set to <code>default</code> in place of hardcoding the current default view in the category base rewrite rule [31907]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__PUE__Checker</code>, <code>Tribe__Events__PUE__Plugin_Info</code>, and <code>Tribe__Events__PUE__Utility</code> classes are deprecated and are replaced by <code>Tribe__PUE__Checker</code>, <code>Tribe__PUE__Plugin_Info</code>, and <code>Tribe__PUE__Utility</code> classes</li>\n<li>Fixed &#8211; Changed the use of <code>have_posts()</code> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li>Accessibility &#8211; Focus styles added for search fields</li>\n<li>Accessibility &#8211; Add ARIA labels for Month/Day/List sub nav</li>\n<li>Accessibility &#8211; Add ARIA label for events footer sub nav heading</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix &#8211; Improve accuracy of list view pagination after switching from month view</li>\n<li>Tweak &#8211; Give the multi-organizer form &#8216;sticky&#8217; properties so values persist even if the submission is initially rejected</li>\n<li>Tweak &#8211; Resolved minor CSS issues in the welcome page</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Fix &#8211; Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you&#8217;d expect when viewing events in Month View.</li>\n<li>Fix &#8211; Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the <code>post_status</code> filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li>Tweak &#8211; Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar&#8217;s compatibility with our other premium plugins.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Tweak &#8211; Removed an unneeded hook that attempted to add a query argument to event tag links</li>\n<li>Fix &#8211; Resolved an issue where events marked as &#8220;sticky&#8221; would not display as such in Month View</li>\n<li>Fix &#8211; Dashes, hyphens, or whatever you like to call them in the events archive slug no longer breaks the URL</li>\n<li>Fix &#8211; The notice that pops up when a conflicting &#8220;events&#8221; page exists can now be dismissed</li>\n</ul>\n<h4>[4.1.1.1] 2016-04-07</h4>\n<ul>\n<li>Security &#8211; Tightened up security with post type link filtering (props to Nadal Soler for reporting this issue!)</li>\n<li>Security &#8211; Tightened up security around tribe bar submissions (props to Paul Mynarsky for reporting this issue!)</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Fix &#8211; Resolved bug where array notices were output on single event pages when venues were not set (props to zaxiscreative for reporting this issue!)</li>\n<li>Fix &#8211; Resolved issue where the Month View in mobile sizes retained the long day-of-week names when the abbreviations should have been used (props to Lucy for the bug report!)</li>\n<li>Fix &#8211; Fixed bug where a &#8220;0&#8221; was added to the default Venue name when creating a new event</li>\n<li>Fix &#8211; Fixed notice that caused Ajax requests to fail (props to cgrymala on WP.org for reporting this!)</li>\n<li>Fix &#8211; Removed quotes from around TZID-specified timezones in iCal feeds which causes problems with some parsers (props to factory44 for reporting the issue that lead to this fix)</li>\n<li>Fix &#8211; Resolved various capitalization issues with German translations (props to oheinrich in our forums for pointing out this issue!)</li>\n</ul>\n<h4>[4.1.0.1] 2016-03-17</h4>\n<ul>\n<li>Fix &#8211; Resolved multiple issues with the German <code>de_DE</code> language file that caused a number of site-breaking issues</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature &#8211; Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)</li>\n<li>Performance &#8211; Lazy-load venue and organizer selector data</li>\n<li>Tweak &#8211; Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename</li>\n<li>Tweak &#8211; Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Improved the logic around rebuilding known date ranges</li>\n<li>Tweak &#8211; Always show the &#8220;Merge Duplicates&#8221; button for venues and organizers in the Events General Settings page</li>\n<li>Tweak &#8211; Allow the &#8220;same slug&#8221; notice to be dismissed and fix some text in that message</li>\n<li>Tweak &#8211; Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak &#8211; Add a filter for month view daily events query: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Added a more flexible cost range parsing function</li>\n<li>Tweak &#8211; Obfuscate license keys Events &gt; Help &gt; System Information</li>\n<li>Fix &#8211; Fixed a fatal that sometimes occurred when refreshing the import CSV page</li>\n<li>Fix &#8211; Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix &#8211; Added missing tribe-loading@2x.gif</li>\n<li>Fix &#8211; Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)</li>\n<li>Fix &#8211; Fixed bug where events in month view were not always sorted in chronological order</li>\n<li>Fix &#8211; Fixed the System Info URL in Events &gt; Help</li>\n<li>Fix &#8211; Resolved issue where the default country would be &#8220;Array&#8221; if no default country is set</li>\n<li>Fix &#8211; Fixed bug where ajaxurl was sometimes undefined</li>\n</ul>\n<h4>[4.0.7] 2016-03-02</h4>\n<ul>\n<li>Fix &#8211; Resolve display issues on templates with Jetpack and a few themes</li>\n<li>Fix &#8211; Mobile breakpoints on month view working with custom breakpoints</li>\n<li>Fix &#8211; Reordering Venue and Organizer metadata no longer breaks titles</li>\n<li>Fix &#8211; Prevented notices from happening when using <code>the_title</code> filter</li>\n<li>Fix &#8211; iCal links now will respect categories on the first page</li>\n<li>Fix &#8211; Prevent third-party bugs with SEO plugins when inserting events programmatically</li>\n<li>Fix &#8211; Organizer information is showing up again correctly</li>\n<li>Fix &#8211; Modified the add-on license validation method to better explain what is happening</li>\n<li>Fix &#8211; Description on mobile views now have the correct class attribute on HTML</li>\n<li>Fix &#8211; Added missing semicolon on the list navigation for &#8220;&amp;laquo&#8221;</li>\n</ul>\n<h4>[4.0.6] 2016-02-17</h4>\n<ul>\n<li>Tweak &#8211; Adjust injection of event data into the_content from priority 10 to 9 for better 3rd-party plugin compatibility</li>\n<li>Tweak &#8211; Change mobile month view selector to load event details below the calendar for better theme compatibility</li>\n<li>Tweak &#8211; Better handling of edge cases on the post_excerpt for List View</li>\n<li>Tweak &#8211; Removal of generic CSS classes like <code>.updated</code> and <code>.published</code></li>\n<li>Fix &#8211; Prevent Notices from appearing when using <code>tribe_get_organizer()</code></li>\n<li>Fix &#8211; Make HTML Single Event Pages valid</li>\n<li>Fix &#8211; Numeric named categories URLs are now fully working</li>\n<li>Fix &#8211; Event Title now Accepts HTML on Tooltips</li>\n<li>Fix &#8211; Licenses Tab now will work with <code>DISALLOW_FILE_MODS</code> (Props to Sun for spotting and fixing this)</li>\n</ul>\n<h4>[4.0.5] 2016-01-15</h4>\n<ul>\n<li>Security &#8211; Security fix with Venues and Organizers (props to grantdayjames for reporting this!)</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Tweak &#8211; Including the latest embedded Event Tickets release for backward compatibility</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust single-event.php template to allow the &#8220;Time&#8221; title and content to be filterable (Props to Sitecrafting for highlighting this issue!)</li>\n<li>Fix &#8211; Resolved issue with an overly escaped Event Category edit URL that prevented editing categories (Thanks to Ian for the first report of this issue!)</li>\n<li>Fix &#8211; Fixed issue where clicking on columns on the Events listed in the Admin Dashboard were ALWAYS sorted by Event start/end date before sorting by the column selected (Cheers to Corrado for bringing this to our attention!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak &#8211; Adding better support for non-numeric cost values on events (Props to Mirja for highlighting this!)</li>\n<li>Tweak &#8211; Avoid notice level errors when advanced events list widget settings are saved (Thank you Johan for reporting the issue!)</li>\n<li>Tweak &#8211; Improve messaging in the same-slug warning message (Thanks to Simon for bringing this to our attention!)</li>\n<li>Tweak &#8211; Hook to Event Tickets to inject event dates into ticket emails</li>\n<li>Tweak &#8211; Adding better support for default venues (Props to Karly for noting this!)</li>\n<li>Tweak &#8211; Improve handling of internationalized slugs (Cheers to Oliver for the help!)</li>\n<li>Fix &#8211; Ensure the past events list displays the correct events when accessed via ajax (Thank you Jesse for highlighting this!)</li>\n<li>Fix &#8211; Support ordering by venue/organizer within event queries (Thank you Doug for bringing this to our attention!)</li>\n<li>Fix &#8211; Fixed issue where events with the same date/time would sometimes be excluded from single-event navigation (Cheers to JeremyEnglert for the tip!)</li>\n<li>Fix &#8211; Resolved issue where events set with the explicit cost of 0 were not showing as &#8220;Free&#8221; (Thank you terrizsolo for reporting this!)</li>\n<li>Fix &#8211; Fixed bug where the datepicker in Twenty Sixteen was really ugly</li>\n<li>Fix &#8211; Fixed bug where using Quick Edit on events caused the table columns in the event list to become jumbled on save (Props to A K for the report!)</li>\n<li>Fix &#8211; Resolved bug where category links sometimes included event category 1 (Thank you Anthony for the original report of this problem!)</li>\n<li>Fix &#8211; Fixed a settings page URL (Props to Kristy for the heads up!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak &#8211; Add a warning message for major updates</li>\n<li>Tweak &#8211; For SEO reasons, use an h1 for the title rather than an h2 (props to wpexplorer for this fix)</li>\n<li>Tweak &#8211; Target the calendar view grid in JS using a simpler selector</li>\n<li>Fix &#8211; Resolved WP 4.4 related fatal on the Nav Menu page that prevented the admin footer from rendering/enqueuing JS</li>\n<li>Fix &#8211; Resolved bug where visiting /events/upcoming could sometimes result in an infinite redirect loop</li>\n<li>Fix &#8211; Removed <code>wp_trim_excerpt</code> and use only it&#8217;s powers, fixing the excerpt problem</li>\n<li>Fix &#8211; Fixed bug where the mobile calendar view did not display the date for the date being viewed</li>\n<li>Fix &#8211; Fixed bug where the admin toolbar&#8217;s Events &gt; Import &gt; CSV did not link to the CSV importer page</li>\n<li>Fix &#8211; Fixed issue where the events list in the admin dashboard were not ordered in an intuitive manner</li>\n<li>Fix &#8211; Resolved bug where sorting by event category or tag resulted in an error</li>\n<li>Fix &#8211; Fixed bug where full event content text was displayed where excerpts should have been displayed</li>\n<li>Fix &#8211; Resolved issue where events imported via CSV were excluded from single event navigation</li>\n<li>Fix &#8211; Fixed bug where /events/list would sometimes 404 on a new install</li>\n<li>Fix &#8211; Resolved bug where multiday all-day events displayed the end date as one day later than it should be when the End of Day Cut-off was set to something other than 12am</li>\n<li>Fix &#8211; Timezone handling fixed within generated iCal feeds</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Security &#8211; A TON of escaping was added to our codebase thanks to the efforts of the always-helpful Andy Fragen (@afragen)</li>\n<li>Feature &#8211; Moved the Ticket framework code into its own plugin (event-tickets)</li>\n<li>Feature &#8211; The event cost now supports more international formats with the addition of the tribe_events_cost_separators filter (Thank you remokrol for bringing this to our attention!)</li>\n<li>Feature &#8211; Added support for the twentysixteen theme</li>\n<li>Feature &#8211; Created a new Add-Ons tab in Settings so that TEC add-ons can have a consolidated settings tab</li>\n<li>Feature &#8211; Improve the date formats UI by providing example output for each selected format</li>\n<li>Tweak &#8211; Restructured TEC&#8217;s core settings code for reusability with other standalone plugins like Event Tickets</li>\n<li>Tweak &#8211; Deprecate old JS event names in favor of a new JS event naming standard. Example: deprecated tribe_ev_runAjax in favor of run-ajax.tribe</li>\n<li>Tweak &#8211; Consolidated import pages for TEC and add-ons</li>\n<li>Tweak &#8211; When suggesting a UTF-8 compatibility CSV formatting tool, point to one that still exists</li>\n<li>Tweak &#8211; Added the ability to filter attendees CSV items via tribe_events_tickets_attendees_csv_items (Props to @bostondv on GitHub for this patch!)</li>\n<li>Tweak &#8211; Updated all excerpt output to use tribe_events_get_the_excerpt() to ensure a consistent display of excerpt content (Cheers to Joseph to pointing this out!)</li>\n<li>Tweak &#8211; Add support for wp_get_document_title in response to the WordPress 4.4 deprecation of wp_title</li>\n<li>Tweak &#8211; Check post creation permissions before letting users create venues and organizers from the event meta box</li>\n<li>Tweak &#8211; Only display data separators between fields that have data when rendering organizers (Thank you Bud for highlighting this issue!)</li>\n<li>Tweak &#8211; When a user cannot create organizers, prevent the auto-selection of organizers when editing an event</li>\n<li>Tweak &#8211; Remove microformat CSS classes from templates and replace with namespaced content-relevant CSS classes</li>\n<li>Tweak &#8211; Changed the &#8220;updated&#8221; CSS class to &#8220;tribe-updated&#8221; so that it is properly namespaced (Thank you vijayrajesh!)</li>\n<li>Tweak &#8211; The Plugin Update Checker will now auto-save valid plugin keys (Thanks to Denon for originally bringing this up!)</li>\n<li>Tweak &#8211; Cleaned up the output of JSON-LD data. Filterable via the new tribe_google_data_markup_json filter</li>\n<li>Tweak &#8211; Drop the use of the generic CSS class &#8220;placeholder&#8221; in favor of &#8220;tribe-event-placeholder&#8221; (Thanks to Marc on the forums!)</li>\n<li>Tweak &#8211; Adjusted the CSS padding on Admin Menu items for Events</li>\n<li>Tweak &#8211; Various codesniffer fixes</li>\n<li>Tweak &#8211; tribe_get_venue_link() no longer echoes if you ask it to return an <a> element</a></li>\n<li>Tweak &#8211; Error messages for empty Venue names</li>\n<li>Tweak &#8211; Improve our responsiveness for the widget mini calendar, allowing smaller sidebars.</li>\n<li>Tweak &#8211; No longer retrieve empty costs when fetching all costs for all events</li>\n<li>Tweak &#8211; Change the priority of bootstrapping the-events-calendar to ensure it occurs before any of the TEC addons in the event some addons are upgraded to v4.0 later than TEC</li>\n<li>Tweak &#8211; Adjust the logic used for adding a noindex/follow tag to event views</li>\n<li>Tweak &#8211; No longer hiding default address fields when default venues are selected when Pro is active</li>\n<li>Fix &#8211; Resolved issue where the iCal feed did not provide an appropriately formatted timezone in some cases (Cheers to Matt for the report!)</li>\n<li>Fix &#8211; Added support for translating some previously untranslatable strings (Props to tititou36, media325, and Stef!)</li>\n<li>Fix &#8211; Prevented duplicate CSS IDs on the mini calendars (Cheers to Corrado for the help!)</li>\n<li>Fix &#8211; Fixed bug causing tribe_get_single_ical_link() and tribe_get_ical_link() to use the same URL when it shouldn&#8217;t (Props to Ben Byrne @drywall on Twitter for the heads up!)</li>\n<li>Fix &#8211; Fixed issue where the &#8220;Add another organizer&#8221; text wasn&#8217;t using the correct singular label (Thank you MIKE for the report!)</li>\n<li>Fix &#8211; Various CSS fixes for twenty(ten-fifteen)</li>\n<li>Fix &#8211; Improved our handling of <code>get_current_screen()</code> across the plugin, avoiding notices and warnings (Thank you Mike for the help!)</li>\n<li>Fix &#8211; Fixed bug where accessing object properties on a non object errored out when saving event meta (props to @dalethedeveloper on GitHub for this fix!)</li>\n<li>Fix &#8211; Fixed bug where organizer ID meta attached sometimes included a blank record. That blank record is no longer returned in tribe_get_organizer_ids()</li>\n<li>Fix &#8211; Fixed error message returned when tabbing away from a blank event name meta box so that it properly indicates that an event name is required (Our thanks to @tapan29bd for this fix!)</li>\n<li>Fix &#8211; Resolved issue where Timezone event start/end date property name strings were malformed which guaranteed a a call to get_post_meta for Timezone date strings</li>\n<li>Fix &#8211; Fixed CSS issue where the month view calendar could sometimes extend beyond the edge of the page when Skeleton Styles were enabled</li>\n<li>Fix &#8211; Fixed a problem where iCal data was generated with incorrect dates in the case of some all days events (thanks to Matt for highlighting this)</li>\n<li>Fix &#8211; Resolved a problem causing the previous month view to appear when it should not</li>\n<li>Fix &#8211; Fixed issue in mobile month view where date was missing from heading</li>\n<li>Fix &#8211; Resolved issue that caused /events/ to 404 if it was visited on a new install before hitting &#8220;Save&#8221; on the Events &gt; Settings &gt; Display page</li>\n<li>Deprecated &#8211; The Tribe__Events__Main::defaultValueReplaceEnabled() method is being deprecated in favor of tribe_get_option(&#8216;defaultValueReplace&#8217;). Schedules for removal in v4.5</li>\n<li>Deprecated &#8211; The tribe_event_link() has been deprecated in favor of tribe_get_event_link(). Scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; The third parameter of tribe_get_organizer_link() (the $echo parameter) has been deprecated and is scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; Tribe__Events__Abstract_Deactivation in favor of Tribe__Abstract_Deactivation</li>\n<li>Deprecated &#8211; Tribe__Events__Admin__Helpers in favor of Tribe__Admin__Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__App_Shop in favor of Tribe__App_Shop</li>\n<li>Deprecated &#8211; Tribe__Events__Autoloader in favor of Tribe__Autoloader</li>\n<li>Deprecated &#8211; Tribe__Events__Cache in favor of Tribe__Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Cache_Listener in favor of Tribe__Cache_Listener</li>\n<li>Deprecated &#8211; Tribe__Events__Changelog_Reader in favor of Tribe__Changelog_Reader</li>\n<li>Deprecated &#8211; Tribe__Events__Credits in favor of Tribe__Credits</li>\n<li>Deprecated &#8211; Tribe__Events__Date_Utils in favor of Tribe__Date_Utils</li>\n<li>Deprecated &#8211; Tribe__Events__Field in favor of Tribe__Field</li>\n<li>Deprecated &#8211; Tribe__Events__Settings in favor of Tribe__Settings</li>\n<li>Deprecated &#8211; Tribe__Events__Settings_Tab in favor of Tribe__Settings_Tab</li>\n<li>Deprecated &#8211; Tribe__Events__Support in favor of Tribe__Support</li>\n<li>Deprecated &#8211; Tribe__Events__Template_Part_Cache in favor of Tribe__Template_Part_Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Attendees_Table in favor of Tribe__Tickets__Attendees_Table in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Metabox in favor of Tribe__Tickets__Metabox in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Ticket_Object in favor of Tribe__Tickets__Ticket_Object in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets in favor of Tribe__Tickets__Tickets in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets_Pro in favor of Tribe__Tickets__Tickets_Handler in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Validate in favor of Tribe__Validate</li>\n<li>Deprecated &#8211; Tribe__Events__View_Helpers in favor of Tribe__View_Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAME in favor of Tribe__Main::OPTIONNAME</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAMENETWORK in favor of Tribe__Main::OPTIONNAMENETWORK</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addHelpAdminMenuItem() in favor of Tribe__Settings_Manager::add_help_admin_menu_item()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addNetworkOptionsPage() in favor of Tribe__Settings_Manager::add_network_options_page()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_after_key() in favor of Tribe__Main::array_insert_after_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_before_key() in favor of Tribe__Main::array_insert_before_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::debug() in favor of Tribe__Debug::debug()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::defaultValueReplaceEnabled() in favor of tribe_get_option( &#8216;defaultValueReplace&#8217; )</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doHelpTab() in favor of Tribe__Settings_Manager::do_help_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doNetworkSettingTab() in favor of Tribe__Settings_Manager::do_network_settings_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doSettingTabs() in favor of Tribe__Settings_Manager::do_setting_tabs()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::do_licenses_tab() in favor of Tribe__Settings_Manager::do_licenses_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOption() in favor of Tribe__Settings_Manager::get_network_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOptions() in favor of Tribe__Settings_Manager::get_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNotices() in favor of Tribe__Notices::get()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOption() in favor of Tribe__Settings_Manager::get_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOptions() in favor of Tribe__Settings_Manager::get_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::have_addons() in favor of Tribe__Settings_Manager::have_addons()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::isNotice() in favor of Tribe__Notices::is_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginDir in favor of Tribe__Events__Main::plugin_dir</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginName in favor of Tribe__Events__Main::plugin_name</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginPath in favor of Tribe__Events__Main::plugin_path</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginUrl in favor of Tribe__Events__Main::plugin_url</li>\n<li>Deprecated &#8211; Tribe__Events__Main::removeNotice() in favor of Tribe__Notices::remove_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::renderDebug() in favor of Tribe__Debug::render()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::saveAllTabsHidden() in favor of Tribe__Settings_Manager::save_all_tabs_hidden()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNetworkOptions() in favor of Tribe__Settings_Manager::set_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNotice() in favor of Tribe__Notices::set_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::truncate() in favor of tribe_events_get_the_excerpt()</li>\n<li>Deprecated &#8211; tribe_event_beginning_of_day() in favor of tribe_beginning_of_day()</li>\n<li>Deprecated &#8211; tribe_event_end_of_day() in favor of tribe_end_of_day()</li>\n<li>Deprecated &#8211; tribe_event_format_date() in favor of tribe_format_date()</li>\n<li>Deprecated &#8211; tribe_events_the_notices() in favor of tribe_the_notices()</li>\n</ul>\n<h4>3.x and previous</h4>\n<p>For release notes from the 3.x and older lifecycles, see our <a href=\"https://theeventscalendar.com/category/products/release-notes/\" rel=\"nofollow\">full historical release notes</a>.</p>\n\";s:11:\"screenshots\";s:2685:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\" alt=\"Month View with Hover\"></a><p>Month View with Hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\" alt=\"Events List Widget\"></a><p>Events List Widget</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\" alt=\"Mobile Month View\"></a><p>Mobile Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\" alt=\"Month View\"></a><p>Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\" alt=\"List View\"></a><p>List View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\" alt=\"Day View\"></a><p>Day View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\" alt=\"Single Event\"></a><p>Single Event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\" alt=\"Events Admin Listing\"></a><p>Events Admin Listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\" alt=\"General Settings\"></a><p>General Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\" alt=\"Display Settings\"></a><p>Display Settings</p></li></ol>\";}s:13:\"download_link\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.zip\";s:11:\"screenshots\";a:12:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\";s:7:\"caption\";s:21:\"Month View with Hover\";}i:10;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\";s:7:\"caption\";s:18:\"Events List Widget\";}i:11;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\";s:7:\"caption\";s:17:\"Mobile Month View\";}i:12;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\";s:7:\"caption\";s:12:\"CSV Importer\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\";s:7:\"caption\";s:10:\"Month View\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\";s:7:\"caption\";s:9:\"List View\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\";s:7:\"caption\";s:8:\"Day View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\";s:7:\"caption\";s:12:\"Single Event\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\";s:7:\"caption\";s:12:\"Event Editor\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\";s:7:\"caption\";s:20:\"Events Admin Listing\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\";s:7:\"caption\";s:16:\"General Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\";s:7:\"caption\";s:16:\"Display Settings\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:5:\"venue\";s:5:\"venue\";}s:8:\"versions\";a:115:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.1.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.1.zip\";s:5:\"4.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.zip\";s:5:\"4.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.zip\";s:5:\"4.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.2.zip\";s:5:\"4.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.1.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.1.zip\";s:5:\"4.4.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";s:5:\"4.4.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.zip\";s:5:\"4.4.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.zip\";s:5:\"4.4.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.2.zip\";s:5:\"4.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:5:\"4.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.zip\";s:5:\"4.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.zip\";s:5:\"4.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.zip\";s:5:\"4.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.zip\";s:5:\"4.5.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.1.zip\";s:5:\"4.5.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:11:\"donate_link\";s:19:\"https://m.tri.be/29\";}s:14:\"contact-form-7\";a:24:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"4.8.1\";s:6:\"author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/takayukister\";s:12:\"contributors\";a:1:{s:12:\"takayukister\";s:43:\"https://profiles.wordpress.org/takayukister\";}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:90;s:7:\"ratings\";a:5:{i:5;i:1101;i:4;i:110;i:3;i:29;i:2;i:24;i:1;i:98;}s:11:\"num_ratings\";i:1362;s:15:\"support_threads\";i:653;s:24:\"support_threads_resolved\";i:150;s:10:\"downloaded\";i:57450359;s:12:\"last_updated\";s:22:\"2017-07-24 11:55pm GMT\";s:5:\"added\";s:10:\"2007-08-02\";s:8:\"homepage\";s:25:\"https://contactform7.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:2288:\"<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs &amp; Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can&#8217;t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin&#8217;s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi &#8211; With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks &#8211; Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi &#8211; Bogo is a straight-forward multilingual plugin that doesn&#8217;t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n\";s:12:\"installation\";s:414:\"<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n\";s:3:\"faq\";s:902:\"<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:1230:\"<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.8.1</h4>\n<ul>\n<li>wpcf7.initForm JavaScript function added to isolate form initialization process.</li>\n<li>Fix response message duplication caused by repeated click on submit button.</li>\n<li>Clear $phpmailer-&gt;AltBody to avoid unintended inheritance from previous wp_mail() calls.</li>\n<li>Fix incorrect character count of textarea input.</li>\n<li>Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value.</li>\n<li>REST API: More reliable approach to build route URLs.</li>\n<li>Include free_text inputs into event.detail.inputs.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</li>\n</ul>\n\";s:11:\"screenshots\";s:225:\"<ol><li><a href=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\"><img src=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\" alt=\"screenshot-1.png\"></a><p>screenshot-1.png</p></li></ol>\";}s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";s:11:\"screenshots\";a:1:{i:1;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\";s:7:\"caption\";s:16:\"screenshot-1.png\";}}s:4:\"tags\";a:5:{s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:8:\"feedback\";s:8:\"feedback\";s:4:\"form\";s:4:\"form\";}s:8:\"versions\";a:123:{s:3:\"1.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.1.zip\";s:4:\"1.10\";s:62:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.zip\";s:8:\"1.10.0.1\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.0.1.zip\";s:6:\"1.10.1\";s:64:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.1.zip\";s:3:\"1.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.2.zip\";s:3:\"1.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.zip\";s:5:\"1.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.1.zip\";s:5:\"1.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.2.zip\";s:3:\"1.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.zip\";s:5:\"1.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.1.zip\";s:5:\"1.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.2.zip\";s:5:\"1.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.3.zip\";s:5:\"1.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.4.zip\";s:3:\"1.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.5.zip\";s:3:\"1.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.zip\";s:5:\"1.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.1.zip\";s:3:\"1.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.zip\";s:5:\"1.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.1.zip\";s:5:\"1.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.2.zip\";s:5:\"1.7.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.4.zip\";s:5:\"1.7.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.5.zip\";s:5:\"1.7.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.zip\";s:7:\"1.7.6.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.1.zip\";s:5:\"1.7.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.zip\";s:7:\"1.7.7.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.1.zip\";s:5:\"1.7.8\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.8.zip\";s:3:\"1.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.zip\";s:7:\"1.8.0.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.1.zip\";s:7:\"1.8.0.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.2.zip\";s:7:\"1.8.0.3\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.3.zip\";s:7:\"1.8.0.4\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.4.zip\";s:5:\"1.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.zip\";s:7:\"1.8.1.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.1.zip\";s:3:\"1.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.zip\";s:5:\"1.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.1.zip\";s:5:\"1.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.zip\";s:7:\"1.9.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.1.zip\";s:7:\"1.9.2.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.2.zip\";s:5:\"1.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.3.zip\";s:5:\"1.9.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.4.zip\";s:5:\"1.9.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.zip\";s:7:\"1.9.5.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.1.zip\";s:3:\"2.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.zip\";s:8:\"2.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0-beta.zip\";s:5:\"2.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.1.zip\";s:5:\"2.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.2.zip\";s:5:\"2.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.3.zip\";s:5:\"2.0.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.4.zip\";s:5:\"2.0.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.5.zip\";s:5:\"2.0.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip\";s:5:\"2.0.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.7.zip\";s:3:\"2.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.zip\";s:5:\"2.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.1.zip\";s:5:\"2.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.2.zip\";s:3:\"2.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.zip\";s:5:\"2.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip\";s:3:\"2.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.zip\";s:5:\"2.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip\";s:3:\"2.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.zip\";s:5:\"2.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.1.zip\";s:5:\"2.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip\";s:5:\"2.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.3.zip\";s:5:\"2.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip\";s:5:\"2.4.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.5.zip\";s:5:\"2.4.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip\";s:3:\"3.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.zip\";s:8:\"3.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0-beta.zip\";s:5:\"3.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.1.zip\";s:5:\"3.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.zip\";s:7:\"3.0.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.1.zip\";s:3:\"3.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.zip\";s:5:\"3.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.1.zip\";s:5:\"3.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip\";s:3:\"3.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.zip\";s:5:\"3.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.1.zip\";s:3:\"3.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.zip\";s:5:\"3.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip\";s:5:\"3.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.2.zip\";s:5:\"3.3.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.3.zip\";s:3:\"3.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.zip\";s:5:\"3.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.1.zip\";s:5:\"3.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.2.zip\";s:3:\"3.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.zip\";s:5:\"3.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.1.zip\";s:5:\"3.5.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.2.zip\";s:5:\"3.5.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.3.zip\";s:5:\"3.5.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.4.zip\";s:3:\"3.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.6.zip\";s:3:\"3.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.zip\";s:5:\"3.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.1.zip\";s:5:\"3.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip\";s:3:\"3.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.zip\";s:5:\"3.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";s:3:\"3.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.zip\";s:8:\"3.9-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9-beta.zip\";s:5:\"3.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.1.zip\";s:5:\"3.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.2.zip\";s:5:\"3.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.3.zip\";s:3:\"4.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.zip\";s:5:\"4.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip\";s:5:\"4.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.2.zip\";s:5:\"4.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip\";s:3:\"4.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip\";s:8:\"4.1-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1-beta.zip\";s:5:\"4.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";s:5:\"4.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip\";s:3:\"4.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.zip\";s:8:\"4.2-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2-beta.zip\";s:5:\"4.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.1.zip\";s:5:\"4.2.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";s:3:\"4.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.zip\";s:5:\"4.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";s:3:\"4.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip\";s:5:\"4.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.1.zip\";s:5:\"4.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.2.zip\";s:3:\"4.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip\";s:5:\"4.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip\";s:3:\"4.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.zip\";s:5:\"4.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";s:3:\"4.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:3:\"4.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.zip\";s:5:\"4.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/contact-form-7.zip\";}s:11:\"donate_link\";s:32:\"https://contactform7.com/donate/\";}}','no'),(81860,'_amn_mi-lite_last_checked','1555804800','yes'),(89045,'ossdl_off_blog_url','https://www.crosspoint-church.com','yes'),(106822,'wpsc_feed_list','a:0:{}','yes'),(123243,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(134413,'rs_cache_overlay','6.7.21','yes'),(134416,'ls-store-last-updated','1618952263','yes'),(134417,'ls-store-data','a:4:{s:12:\"last_updated\";s:10:\"2020-11-18\";s:7:\"sliders\";a:93:{s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:54:\"new,premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:7:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:38:\"new,free,landing,sliders,parallax,loop\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/love-with-flowers/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:47:\"new,premium,landing,blend,static,specialeffects\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/people/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:24:\"new,premium,slider,blend\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/music-is-my-life/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"new,premium,slider\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/team-showcase/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:27:\"new,premium,landing,website\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/furniture-shop/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/product-banner/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/architecture-slider/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-light/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/fashion-shop/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:55:\"new,premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/pixel-agency/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:30:\"new,free,fullwidth,slider,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/mode-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:45:\"premium,new,fullsize,landing,pack,static,text\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/mountain-bike/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,slider,static,text,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/aerial-photography/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:46:\"free,new,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:7:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/xmas-2019/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/creative-portraits/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/parallax-city/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/cybertruck/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/summer-collection/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}s:15:\"kreatura-popups\";a:16:{s:17:\"black-friday-2020\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/#black-friday-2020\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:67:{s:17:\"black-friday-sale\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:7:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:86:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:108:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:7:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:7:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:7:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:7:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:7:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:7:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:7:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:7:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:88:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:7:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:7:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:7:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:7:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:81:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:103:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:74:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:96:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mail\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:87:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:78:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:100:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:7:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:7:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:7:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:7:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:7:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:7:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:7:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:7:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:7:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:7:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg\";}}}','no'),(140430,'widget_avada-vertical-menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140539,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";}','yes'),(140540,'revslider_server_refresh','1732938110','yes'),(218633,'envato_market_version','2.0.0','yes'),(218634,'envato_market','a:4:{s:5:\"token\";s:32:\"gv9ZRxG6PuI1EBPUg2TYfuwTwIJihQgH\";s:17:\"installed_version\";s:5:\"2.0.6\";s:7:\"notices\";a:1:{s:10:\"http_error\";s:80:\"cURL error 7: Failed to connect to api.envato.com port 443: Connection timed out\";}s:16:\"is_plugin_active\";s:1:\"1\";}','yes'),(218635,'envato_market_installed_version','2.0.0','yes'),(218636,'envato_market_state','activated','yes'),(231773,'widget_fusion_author-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (255114,'fusion_dynamic_css_ids','a:208:{i:2638;s:32:\"4d74b6827ad38364d0316def712384d0\";s:9:\"0-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:6:\"global\";s:32:\"e3f0ef97710e59d9ab0dbffc6196b6af\";i:40;s:32:\"6f345e316feb565295e0972fe6a8c065\";i:1441;b:0;i:1642;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1458;s:32:\"887501a6915ff1ee9d6d4fff8bfd84b5\";i:1354;s:32:\"b719bd86e92c7c7c1b22d018ec07f01d\";i:4674;b:0;s:11:\"133-archive\";s:32:\"87c1d57b862e145d6bffe966f6748448\";i:4620;s:32:\"4d74b6827ad38364d0316def712384d0\";i:847;s:32:\"447c27b496b0f3cb6e8449c9e6eb5a49\";i:1622;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4675;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4124;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4588;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4573;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4172;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4574;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4363;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3792;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4042;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4589;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4560;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4273;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2755;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3640;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3960;s:32:\"4d74b6827ad38364d0316def712384d0\";s:9:\"2-archive\";s:32:\"e3f0ef97710e59d9ab0dbffc6196b6af\";i:4525;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4460;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1634;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2121;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"159-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4565;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3769;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4570;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"129-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:3845;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"164-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4571;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4345;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4434;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2974;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"156-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4607;s:32:\"82345af064d0f215ec303c86d02f6c70\";s:11:\"171-archive\";s:32:\"87c1d57b862e145d6bffe966f6748448\";s:11:\"163-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4301;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1462;s:32:\"12c4911b571c99771f4194724a0c0b4d\";i:2990;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3310;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4359;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3862;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4540;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4103;s:32:\"4d74b6827ad38364d0316def712384d0\";i:609;s:32:\"ee28a6d614d33463852f886438ac0636\";i:3926;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4641;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1635;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4133;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4602;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4494;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"160-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4425;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2699;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3879;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4659;s:32:\"4d74b6827ad38364d0316def712384d0\";i:611;s:32:\"312e3cd9d1c04f9567436f30f4bafe7f\";i:4635;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4618;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2754;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2787;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4429;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4593;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4587;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4213;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4098;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4536;s:32:\"82345af064d0f215ec303c86d02f6c70\";s:11:\"155-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:3646;s:32:\"4d74b6827ad38364d0316def712384d0\";i:12;s:32:\"704fa347f152b17f0a215fd11b0df709\";i:4597;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"158-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"174-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:2798;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1448;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1468;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4478;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4329;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4090;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4625;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1644;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2901;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4261;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4419;s:32:\"4d74b6827ad38364d0316def712384d0\";s:9:\"1-archive\";s:32:\"e3f0ef97710e59d9ab0dbffc6196b6af\";i:4624;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1636;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3508;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4198;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"168-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:1616;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3315;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1649;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1341;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4500;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2745;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4126;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4370;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2709;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4309;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"169-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:3143;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1656;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4619;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2105;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1631;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2894;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4628;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2863;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2106;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1641;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4183;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3147;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4616;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4579;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4556;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4482;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4222;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4380;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4335;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4546;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4646;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4562;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4520;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4510;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4580;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4237;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4231;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4187;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4544;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4585;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4177;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4523;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4605;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4591;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4631;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4534;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4193;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4323;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4099;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"175-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4614;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4603;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4504;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4537;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4608;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4422;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4581;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1621;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4461;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1453;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"178-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"176-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"157-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"162-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"177-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"179-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";s:11:\"173-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:4506;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4667;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4066;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4654;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4648;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4253;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4596;s:32:\"4d74b6827ad38364d0316def712384d0\";i:644;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4493;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4486;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2299;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4502;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3616;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2306;s:32:\"4d74b6827ad38364d0316def712384d0\";s:11:\"130-archive\";s:32:\"fda9c8a257bc9efb7cdabdd57a352d9b\";i:2800;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2696;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2367;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4679;b:0;i:2714;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2789;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3512;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2706;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2794;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4639;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3851;s:32:\"4d74b6827ad38364d0316def712384d0\";i:1343;s:32:\"4d74b6827ad38364d0316def712384d0\";i:3459;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2689;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4227;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4163;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4365;s:32:\"4d74b6827ad38364d0316def712384d0\";i:2962;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4236;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4355;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4141;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4009;s:32:\"4d74b6827ad38364d0316def712384d0\";i:4195;s:32:\"4d74b6827ad38364d0316def712384d0\";}','yes'),(311932,'wp-smush-install-type','existing','no'),(311933,'wp-smush-version','3.21.1','off'),(311934,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1543100023;}s:5:\"queue\";a:0:{}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1543100023;s:5:\"state\";s:2:\"ok\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1572802778;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1572889118;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1585519484;}}}','no'),(311938,'smush_global_stats','a:9:{s:11:\"size_before\";i:42394499;s:10:\"size_after\";i:27224156;s:7:\"percent\";d:35.8;s:5:\"human\";s:7:\"14.5 MB\";s:5:\"bytes\";i:15170343;s:12:\"total_images\";i:223;s:12:\"resize_count\";i:14;s:14:\"resize_savings\";i:12452083;s:18:\"conversion_savings\";i:0;}','no'),(311941,'dir_smush_stats','a:1:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}}','off'),(311948,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:1200;s:6:\"height\";i:1024;}','no'),(311949,'skip-smush-setup','1','no'),(319894,'wp_page_for_privacy_policy','0','yes'),(319895,'show_comments_cookies_opt_in','0','yes'),(323360,'wp-smush-settings','a:15:{s:11:\"networkwide\";b:0;s:4:\"auto\";i:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";i:0;s:6:\"resize\";i:1;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";i:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;}','no'),(410126,'fusion_builder_settings','a:9:{s:28:\"enable_builder_ui_by_default\";s:7:\"backend\";s:15:\"fusion_elements\";a:412:{i:0;s:12:\"fusion_alert\";i:1;s:11:\"fusion_blog\";i:2;s:13:\"fusion_button\";i:3;s:12:\"fusion_chart\";i:4;s:16:\"fusion_checklist\";i:5;s:11:\"fusion_code\";i:6;s:20:\"fusion_content_boxes\";i:7;s:16:\"fusion_countdown\";i:8;s:19:\"fusion_counters_box\";i:9;s:22:\"fusion_counters_circle\";i:10;s:14:\"fusion_dropcap\";i:11;s:13:\"fusion_events\";i:12;s:10:\"fusion_faq\";i:13;s:17:\"fusion_flip_boxes\";i:14;s:18:\"fusion_fontawesome\";i:15;s:19:\"fusion_fusionslider\";i:16;s:14:\"fusion_gallery\";i:17;s:10:\"fusion_map\";i:18;s:16:\"fusion_highlight\";i:19;s:17:\"fusion_imageframe\";i:20;s:25:\"fusion_image_before_after\";i:21;s:13:\"fusion_images\";i:22;s:11:\"layerslider\";i:23;s:15:\"fusion_lightbox\";i:24;s:18:\"fusion_menu_anchor\";i:25;s:12:\"fusion_modal\";i:26;s:22:\"fusion_modal_text_link\";i:27;s:25:\"fusion_one_page_text_link\";i:28;s:13:\"fusion_person\";i:29;s:14:\"fusion_popover\";i:30;s:16:\"fusion_portfolio\";i:31;s:17:\"fusion_postslider\";i:32;s:20:\"fusion_pricing_table\";i:33;s:15:\"fusion_progress\";i:34;s:19:\"fusion_recent_posts\";i:35;s:10:\"rev_slider\";i:36;s:24:\"fusion_section_separator\";i:37;s:16:\"fusion_separator\";i:38;s:14:\"fusion_sharing\";i:39;s:13:\"fusion_slider\";i:40;s:19:\"fusion_social_links\";i:41;s:17:\"fusion_soundcloud\";i:42;s:25:\"fusion_syntax_highlighter\";i:43;s:12:\"fusion_table\";i:44;s:11:\"fusion_tabs\";i:45;s:18:\"fusion_tagline_box\";i:46;s:19:\"fusion_testimonials\";i:47;s:11:\"fusion_text\";i:48;s:12:\"fusion_title\";i:49;s:16:\"fusion_accordion\";i:50;s:14:\"fusion_tooltip\";i:51;s:12:\"fusion_login\";i:52;s:20:\"fusion_lost_password\";i:53;s:15:\"fusion_register\";i:54;s:12:\"fusion_vimeo\";i:55;s:18:\"fusion_widget_area\";i:56;s:22:\"fusion_products_slider\";i:57;s:31:\"fusion_featured_products_slider\";i:58;s:21:\"fusion_woo_shortcodes\";i:59;s:14:\"fusion_youtube\";i:60;s:16:\"fusion_portfolio\";i:61;s:10:\"fusion_faq\";i:62;s:19:\"fusion_fusionslider\";i:63;s:14:\"fusion_privacy\";i:64;s:16:\"fusion_portfolio\";i:65;s:10:\"fusion_faq\";i:66;s:19:\"fusion_fusionslider\";i:67;s:14:\"fusion_privacy\";i:68;s:14:\"fusion_gallery\";i:69;s:25:\"fusion_syntax_highlighter\";i:70;s:12:\"fusion_chart\";i:71;s:25:\"fusion_image_before_after\";i:72;s:19:\"fusion_convert_plus\";i:73;s:16:\"fusion_portfolio\";i:74;s:10:\"fusion_faq\";i:75;s:19:\"fusion_fusionslider\";i:76;s:14:\"fusion_privacy\";i:77;s:25:\"fusion_tb_project_details\";i:78;s:16:\"fusion_portfolio\";i:79;s:10:\"fusion_faq\";i:80;s:19:\"fusion_fusionslider\";i:81;s:14:\"fusion_privacy\";i:82;s:25:\"fusion_tb_project_details\";i:83;s:12:\"fusion_audio\";i:84;s:13:\"fusion_search\";i:85;s:18:\"fusion_tb_archives\";i:86;s:16:\"fusion_tb_author\";i:87;s:18:\"fusion_tb_comments\";i:88;s:17:\"fusion_tb_content\";i:89;s:25:\"fusion_tb_featured_slider\";i:90;s:20:\"fusion_tb_pagination\";i:91;s:17:\"fusion_tb_related\";i:92;s:17:\"fusion_tb_results\";i:93;s:19:\"fusion_convert_plus\";i:94;s:16:\"fusion_portfolio\";i:95;s:10:\"fusion_faq\";i:96;s:19:\"fusion_fusionslider\";i:97;s:14:\"fusion_privacy\";i:98;s:25:\"fusion_tb_project_details\";i:99;s:16:\"fusion_portfolio\";i:100;s:10:\"fusion_faq\";i:101;s:19:\"fusion_fusionslider\";i:102;s:14:\"fusion_privacy\";i:103;s:25:\"fusion_tb_project_details\";i:104;s:11:\"fusion_menu\";i:105;s:14:\"fusion_tb_meta\";i:106;s:13:\"fusion_lottie\";i:107;s:20:\"fusion_form_checkbox\";i:108;s:16:\"fusion_form_date\";i:109;s:18:\"fusion_form_select\";i:110;s:17:\"fusion_form_email\";i:111;s:18:\"fusion_form_hidden\";i:112;s:18:\"fusion_form_number\";i:113;s:20:\"fusion_form_password\";i:114;s:24:\"fusion_form_phone_number\";i:115;s:24:\"fusion_form_image_select\";i:116;s:17:\"fusion_form_radio\";i:117;s:17:\"fusion_form_range\";i:118;s:18:\"fusion_form_rating\";i:119;s:21:\"fusion_form_recaptcha\";i:120;s:19:\"fusion_form_section\";i:121;s:18:\"fusion_form_submit\";i:122;s:16:\"fusion_form_text\";i:123;s:20:\"fusion_form_textarea\";i:124;s:16:\"fusion_form_time\";i:125;s:18:\"fusion_form_upload\";i:126;s:18:\"fusion_form_notice\";i:127;s:11:\"fusion_form\";i:128;s:16:\"fusion_portfolio\";i:129;s:10:\"fusion_faq\";i:130;s:19:\"fusion_fusionslider\";i:131;s:14:\"fusion_privacy\";i:132;s:25:\"fusion_tb_project_details\";i:133;s:16:\"fusion_portfolio\";i:134;s:10:\"fusion_faq\";i:135;s:19:\"fusion_fusionslider\";i:136;s:14:\"fusion_privacy\";i:137;s:25:\"fusion_tb_project_details\";i:138;s:22:\"fusion_scroll_progress\";i:139;s:17:\"fusion_post_cards\";i:140;s:22:\"fusion_post_card_image\";i:141;s:28:\"fusion_tb_post_card_archives\";i:142;s:16:\"fusion_portfolio\";i:143;s:10:\"fusion_faq\";i:144;s:19:\"fusion_fusionslider\";i:145;s:14:\"fusion_privacy\";i:146;s:25:\"fusion_tb_project_details\";i:147;s:16:\"fusion_portfolio\";i:148;s:10:\"fusion_faq\";i:149;s:19:\"fusion_fusionslider\";i:150;s:14:\"fusion_privacy\";i:151;s:25:\"fusion_tb_project_details\";i:152;s:16:\"fusion_portfolio\";i:153;s:10:\"fusion_faq\";i:154;s:19:\"fusion_fusionslider\";i:155;s:14:\"fusion_privacy\";i:156;s:25:\"fusion_tb_project_details\";i:157;s:16:\"fusion_portfolio\";i:158;s:10:\"fusion_faq\";i:159;s:19:\"fusion_fusionslider\";i:160;s:14:\"fusion_privacy\";i:161;s:25:\"fusion_tb_project_details\";i:162;s:16:\"fusion_portfolio\";i:163;s:10:\"fusion_faq\";i:164;s:19:\"fusion_fusionslider\";i:165;s:14:\"fusion_privacy\";i:166;s:25:\"fusion_tb_project_details\";i:167;s:16:\"fusion_portfolio\";i:168;s:10:\"fusion_faq\";i:169;s:19:\"fusion_fusionslider\";i:170;s:14:\"fusion_privacy\";i:171;s:25:\"fusion_tb_project_details\";i:172;s:16:\"fusion_portfolio\";i:173;s:10:\"fusion_faq\";i:174;s:19:\"fusion_fusionslider\";i:175;s:14:\"fusion_privacy\";i:176;s:25:\"fusion_tb_project_details\";i:177;s:16:\"fusion_portfolio\";i:178;s:10:\"fusion_faq\";i:179;s:19:\"fusion_fusionslider\";i:180;s:14:\"fusion_privacy\";i:181;s:25:\"fusion_tb_project_details\";i:182;s:18:\"fusion_star_rating\";i:183;s:20:\"fusion_form_honeypot\";i:184;s:21:\"fusion_image_hotspots\";i:185;s:20:\"fusion_views_counter\";i:186;s:18:\"fusion_news_ticker\";i:187;s:16:\"fusion_portfolio\";i:188;s:10:\"fusion_faq\";i:189;s:19:\"fusion_fusionslider\";i:190;s:14:\"fusion_privacy\";i:191;s:25:\"fusion_tb_project_details\";i:192;s:16:\"fusion_portfolio\";i:193;s:10:\"fusion_faq\";i:194;s:19:\"fusion_fusionslider\";i:195;s:14:\"fusion_privacy\";i:196;s:25:\"fusion_tb_project_details\";i:197;s:20:\"fusion_facebook_page\";i:198;s:23:\"fusion_twitter_timeline\";i:199;s:13:\"fusion_flickr\";i:200;s:15:\"fusion_tagcloud\";i:201;s:16:\"fusion_portfolio\";i:202;s:10:\"fusion_faq\";i:203;s:19:\"fusion_fusionslider\";i:204;s:14:\"fusion_privacy\";i:205;s:25:\"fusion_tb_project_details\";i:206;s:16:\"fusion_portfolio\";i:207;s:10:\"fusion_faq\";i:208;s:19:\"fusion_fusionslider\";i:209;s:14:\"fusion_privacy\";i:210;s:25:\"fusion_tb_project_details\";i:211;s:16:\"fusion_portfolio\";i:212;s:10:\"fusion_faq\";i:213;s:19:\"fusion_fusionslider\";i:214;s:14:\"fusion_privacy\";i:215;s:25:\"fusion_tb_project_details\";i:216;s:28:\"fusion_tb_woo_filters_active\";i:217;s:27:\"fusion_tb_woo_filters_price\";i:218;s:28:\"fusion_tb_woo_filters_rating\";i:219;s:31:\"fusion_tb_woo_filters_attribute\";i:220;s:20:\"fusion_woo_mini_cart\";i:221;s:16:\"fusion_instagram\";i:222;s:16:\"fusion_portfolio\";i:223;s:10:\"fusion_faq\";i:224;s:19:\"fusion_fusionslider\";i:225;s:14:\"fusion_privacy\";i:226;s:25:\"fusion_tb_project_details\";i:227;s:16:\"fusion_portfolio\";i:228;s:10:\"fusion_faq\";i:229;s:19:\"fusion_fusionslider\";i:230;s:14:\"fusion_privacy\";i:231;s:25:\"fusion_tb_project_details\";i:232;s:16:\"fusion_portfolio\";i:233;s:10:\"fusion_faq\";i:234;s:19:\"fusion_fusionslider\";i:235;s:14:\"fusion_privacy\";i:236;s:25:\"fusion_tb_project_details\";i:237;s:16:\"fusion_portfolio\";i:238;s:10:\"fusion_faq\";i:239;s:19:\"fusion_fusionslider\";i:240;s:14:\"fusion_privacy\";i:241;s:25:\"fusion_tb_project_details\";i:242;s:16:\"fusion_portfolio\";i:243;s:10:\"fusion_faq\";i:244;s:19:\"fusion_fusionslider\";i:245;s:14:\"fusion_privacy\";i:246;s:25:\"fusion_tb_project_details\";i:247;s:16:\"fusion_portfolio\";i:248;s:10:\"fusion_faq\";i:249;s:19:\"fusion_fusionslider\";i:250;s:14:\"fusion_privacy\";i:251;s:25:\"fusion_tb_project_details\";i:252;s:16:\"fusion_portfolio\";i:253;s:10:\"fusion_faq\";i:254;s:19:\"fusion_fusionslider\";i:255;s:14:\"fusion_privacy\";i:256;s:25:\"fusion_tb_project_details\";i:257;s:16:\"fusion_portfolio\";i:258;s:10:\"fusion_faq\";i:259;s:19:\"fusion_fusionslider\";i:260;s:14:\"fusion_privacy\";i:261;s:25:\"fusion_tb_project_details\";i:262;s:16:\"fusion_portfolio\";i:263;s:10:\"fusion_faq\";i:264;s:19:\"fusion_fusionslider\";i:265;s:14:\"fusion_privacy\";i:266;s:25:\"fusion_tb_project_details\";i:267;s:16:\"fusion_portfolio\";i:268;s:10:\"fusion_faq\";i:269;s:19:\"fusion_fusionslider\";i:270;s:14:\"fusion_privacy\";i:271;s:25:\"fusion_tb_project_details\";i:272;s:16:\"fusion_portfolio\";i:273;s:10:\"fusion_faq\";i:274;s:19:\"fusion_fusionslider\";i:275;s:14:\"fusion_privacy\";i:276;s:25:\"fusion_tb_project_details\";i:277;s:16:\"fusion_portfolio\";i:278;s:10:\"fusion_faq\";i:279;s:19:\"fusion_fusionslider\";i:280;s:14:\"fusion_privacy\";i:281;s:25:\"fusion_tb_project_details\";i:282;s:16:\"fusion_portfolio\";i:283;s:10:\"fusion_faq\";i:284;s:19:\"fusion_fusionslider\";i:285;s:14:\"fusion_privacy\";i:286;s:25:\"fusion_tb_project_details\";i:287;s:16:\"fusion_portfolio\";i:288;s:10:\"fusion_faq\";i:289;s:19:\"fusion_fusionslider\";i:290;s:14:\"fusion_privacy\";i:291;s:25:\"fusion_tb_project_details\";i:292;s:16:\"fusion_portfolio\";i:293;s:10:\"fusion_faq\";i:294;s:19:\"fusion_fusionslider\";i:295;s:14:\"fusion_privacy\";i:296;s:25:\"fusion_tb_project_details\";i:297;s:16:\"fusion_portfolio\";i:298;s:10:\"fusion_faq\";i:299;s:19:\"fusion_fusionslider\";i:300;s:14:\"fusion_privacy\";i:301;s:25:\"fusion_tb_project_details\";i:302;s:16:\"fusion_portfolio\";i:303;s:10:\"fusion_faq\";i:304;s:19:\"fusion_fusionslider\";i:305;s:14:\"fusion_privacy\";i:306;s:25:\"fusion_tb_project_details\";i:307;s:16:\"fusion_portfolio\";i:308;s:10:\"fusion_faq\";i:309;s:19:\"fusion_fusionslider\";i:310;s:14:\"fusion_privacy\";i:311;s:25:\"fusion_tb_project_details\";i:312;s:16:\"fusion_portfolio\";i:313;s:10:\"fusion_faq\";i:314;s:19:\"fusion_fusionslider\";i:315;s:14:\"fusion_privacy\";i:316;s:25:\"fusion_tb_project_details\";i:317;s:16:\"fusion_portfolio\";i:318;s:10:\"fusion_faq\";i:319;s:19:\"fusion_fusionslider\";i:320;s:14:\"fusion_privacy\";i:321;s:25:\"fusion_tb_project_details\";i:322;s:16:\"fusion_portfolio\";i:323;s:10:\"fusion_faq\";i:324;s:19:\"fusion_fusionslider\";i:325;s:14:\"fusion_privacy\";i:326;s:25:\"fusion_tb_project_details\";i:327;s:16:\"fusion_portfolio\";i:328;s:10:\"fusion_faq\";i:329;s:19:\"fusion_fusionslider\";i:330;s:14:\"fusion_privacy\";i:331;s:25:\"fusion_tb_project_details\";i:332;s:16:\"fusion_portfolio\";i:333;s:10:\"fusion_faq\";i:334;s:19:\"fusion_fusionslider\";i:335;s:14:\"fusion_privacy\";i:336;s:25:\"fusion_tb_project_details\";i:337;s:16:\"fusion_portfolio\";i:338;s:10:\"fusion_faq\";i:339;s:19:\"fusion_fusionslider\";i:340;s:14:\"fusion_privacy\";i:341;s:25:\"fusion_tb_project_details\";i:342;s:16:\"fusion_portfolio\";i:343;s:10:\"fusion_faq\";i:344;s:19:\"fusion_fusionslider\";i:345;s:14:\"fusion_privacy\";i:346;s:25:\"fusion_tb_project_details\";i:347;s:16:\"fusion_portfolio\";i:348;s:10:\"fusion_faq\";i:349;s:19:\"fusion_fusionslider\";i:350;s:14:\"fusion_privacy\";i:351;s:25:\"fusion_tb_project_details\";i:352;s:16:\"fusion_portfolio\";i:353;s:10:\"fusion_faq\";i:354;s:19:\"fusion_fusionslider\";i:355;s:14:\"fusion_privacy\";i:356;s:25:\"fusion_tb_project_details\";i:357;s:16:\"fusion_portfolio\";i:358;s:10:\"fusion_faq\";i:359;s:19:\"fusion_fusionslider\";i:360;s:14:\"fusion_privacy\";i:361;s:25:\"fusion_tb_project_details\";i:362;s:16:\"fusion_portfolio\";i:363;s:10:\"fusion_faq\";i:364;s:19:\"fusion_fusionslider\";i:365;s:14:\"fusion_privacy\";i:366;s:25:\"fusion_tb_project_details\";i:367;s:16:\"fusion_portfolio\";i:368;s:10:\"fusion_faq\";i:369;s:19:\"fusion_fusionslider\";i:370;s:14:\"fusion_privacy\";i:371;s:25:\"fusion_tb_project_details\";i:372;s:16:\"fusion_portfolio\";i:373;s:10:\"fusion_faq\";i:374;s:19:\"fusion_fusionslider\";i:375;s:14:\"fusion_privacy\";i:376;s:25:\"fusion_tb_project_details\";i:377;s:16:\"fusion_portfolio\";i:378;s:10:\"fusion_faq\";i:379;s:19:\"fusion_fusionslider\";i:380;s:14:\"fusion_privacy\";i:381;s:25:\"fusion_tb_project_details\";i:382;s:16:\"fusion_portfolio\";i:383;s:10:\"fusion_faq\";i:384;s:19:\"fusion_fusionslider\";i:385;s:14:\"fusion_privacy\";i:386;s:25:\"fusion_tb_project_details\";i:387;s:16:\"fusion_portfolio\";i:388;s:10:\"fusion_faq\";i:389;s:19:\"fusion_fusionslider\";i:390;s:14:\"fusion_privacy\";i:391;s:25:\"fusion_tb_project_details\";i:392;s:16:\"fusion_portfolio\";i:393;s:10:\"fusion_faq\";i:394;s:19:\"fusion_fusionslider\";i:395;s:14:\"fusion_privacy\";i:396;s:25:\"fusion_tb_project_details\";i:397;s:16:\"fusion_portfolio\";i:398;s:10:\"fusion_faq\";i:399;s:19:\"fusion_fusionslider\";i:400;s:14:\"fusion_privacy\";i:401;s:25:\"fusion_tb_project_details\";i:402;s:16:\"fusion_portfolio\";i:403;s:10:\"fusion_faq\";i:404;s:19:\"fusion_fusionslider\";i:405;s:14:\"fusion_privacy\";i:406;s:25:\"fusion_tb_project_details\";i:407;s:16:\"fusion_portfolio\";i:408;s:10:\"fusion_faq\";i:409;s:19:\"fusion_fusionslider\";i:410;s:14:\"fusion_privacy\";i:411;s:25:\"fusion_tb_project_details\";}s:10:\"post_types\";a:6:{i:0;s:1:\" \";i:1;s:4:\"post\";i:2;s:4:\"page\";i:3;s:15:\"avada_portfolio\";i:4;s:9:\"avada_faq\";i:5;s:15:\"fusion_template\";}s:26:\"fusion-builder-import-file\";s:0:\"\";s:37:\"enable_builder_sticky_publish_buttons\";s:1:\"1\";s:6:\"action\";s:16:\"save_fb_settings\";s:31:\"fusion_builder_save_fb_settings\";s:10:\"548962eb01\";s:16:\"_wp_http_referer\";s:48:\"/wp-admin/admin.php?page=fusion-builder-settings\";s:23:\"remove_empty_attributes\";s:3:\"off\";}','yes'),(410183,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:21;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1586635110;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:19:\"sermon-browser-tags\";i:1;s:22:\"sermon-browser-popular\";i:2;s:6:\"text-2\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:6:\"text-3\";i:6;s:10:\"nav_menu-3\";}s:9:\"sidebar-1\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-3\";i:8;s:6:\"meta-3\";}}}}','no'),(410197,'woocommerce_single_image_width','700','yes'),(410198,'woocommerce_thumbnail_image_width','500','yes'),(410199,'woocommerce_thumbnail_cropping','uncropped','yes'),(430538,'_amn_mi-lite_to_check','1593447445','yes'),(483743,'recovery_keys','a:0:{}','off'),(587739,'admin_email_lifespan','1763736860','yes'),(634016,'monsterinsights_yearinreview_dismiss_admin_tooltip','1','yes'),(682530,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1584327806;}}','no'),(696331,'sermonmanager_player','plyr','yes'),(696332,'sermonmanager_date_format','0','yes'),(696333,'sermonmanager_sermon_count','10','yes'),(696334,'sermonmanager_archive_slug','sermons','yes'),(696335,'sermonmanager_common_base_slug','no','yes'),(696336,'sermonmanager_preacher_label','','yes'),(696337,'sermonmanager_service_type_label','','yes'),(696338,'sermonmanager_default_image','','yes'),(696339,'sermonmanager_css','yes','yes'),(696340,'sermonmanager_archive_orderby','date_preached','yes'),(696341,'sermonmanager_archive_order','desc','yes'),(696342,'sermonmanager_archive_player','yes','yes'),(696343,'sermonmanager_archive_meta','no','yes'),(696344,'sermonmanager_disable_image_archive','no','yes'),(696345,'sermonmanager_hide_read_more_when_not_needed','no','yes'),(696346,'sermonmanager_hide_filters','no','yes'),(696347,'sermonmanager_service_type_filtering','no','yes'),(696348,'sermonmanager_use_prev_next_pagination','no','yes'),(696349,'sermonmanager_disable_image_single','no','yes'),(696350,'sermonmanager_podtrac','no','yes'),(696351,'sermonmanager_enable_podcast_html_description','no','yes'),(696352,'sermonmanager_podcast_sermon_image_series','no','yes'),(696353,'sermonmanager_verse_popup','no','yes'),(696354,'sermonmanager_verse_bible_version','ESV','yes'),(696355,'sermonmanager_widget_show_key_verse','no','yes'),(696356,'sermonmanager_debug_import','no','yes'),(696357,'sermonmanager_sort_bible_books','yes','yes'),(696358,'sermonmanager_execute_unexecuted_functions','no','yes'),(696359,'sermonmanager_disable_the_excerpt','no','yes'),(696360,'sermonmanager_theme_compatibility','no','yes'),(696361,'sermonmanager_use_native_player_safari','no','yes'),(696362,'sermonmanager_disable_cloudflare_plyr','no','yes'),(696363,'sermonmanager_enable_views_count_logged_in','yes','yes'),(696364,'sermonmanager_import_disallow_comments','no','yes'),(696365,'sermonmanager_in_house_background_update','no','yes'),(696366,'sermonmanager_execute_specific_unexecuted_function','','yes'),(696367,'sermonmanager_post_content_enabled','1','yes'),(696368,'sermonmanager_player_js_footer','no','yes'),(696369,'sermonmanager_disable_layouts','no','yes'),(696370,'sermonmanager_force_layouts','no','yes'),(696371,'sermonmanager_clear_transients','','yes'),(696378,'wp_sm_updater_sm_update_28_revert_old_dates_done','1','yes'),(696379,'wp_sm_updater_sm_update_28_convert_dates_to_unix_done','1','yes'),(696380,'wp_sm_updater_sm_update_28_fill_out_empty_dates_done','1','yes'),(696381,'wp_sm_updater_sm_update_28_fill_out_series_dates_done','1','yes'),(696382,'wp_sm_updater_sm_update_211_render_content_done','1','yes'),(696383,'wp_sm_updater_sm_update_28_save_sermon_render_into_post_content_done','1','yes'),(696384,'wp_sm_updater_sm_update_284_resave_sermons_done','1','yes'),(696385,'wp_sm_updater_sm_update_29_fill_out_series_dates_done','1','yes'),(696386,'wp_sm_updater_sm_update_29_convert_settings_done','1','yes'),(696387,'wp_sm_updater_sm_update_293_fix_import_dates_done','1','yes'),(696388,'wp_sm_updater_sm_update_210_update_options_done','1','yes'),(696389,'wp_sm_updater_sm_update_211_update_date_time_done','1','yes'),(696390,'wp_sm_updater_sm_update_2123_fix_preacher_permalink_done','1','yes'),(696391,'wp_sm_updater_sm_update_2130_fill_out_sermon_term_dates_done','1','yes'),(696392,'wp_sm_updater_sm_update_2130_remove_excerpts_done','1','yes'),(696393,'wp_sm_updater_sm_update_2140_convert_bible_verse_done','1','yes'),(696394,'wp_sm_updater_sm_update_2150_audio_file_ids_done','1','yes'),(696395,'wp_sm_updater_sm_update_2150_audio_duration_and_size_done','1','yes'),(696396,'wp_sm_updater_sm_update_2152_remove_default_image_done','1','yes'),(696397,'wp_sm_updater_sm_update_21511_update_term_dates_done','1','yes'),(696398,'wp_sm_updater_sm_update_21516_update_term_dates_done','1','yes'),(696408,'_sm_import_sb_messages','a:179:{i:1;a:1:{s:6:\"new_id\";i:2458;}i:2;a:1:{s:6:\"new_id\";i:2459;}i:3;a:1:{s:6:\"new_id\";i:2460;}i:4;a:1:{s:6:\"new_id\";i:2461;}i:5;a:1:{s:6:\"new_id\";i:2462;}i:6;a:1:{s:6:\"new_id\";i:2463;}i:7;a:1:{s:6:\"new_id\";i:2464;}i:8;a:1:{s:6:\"new_id\";i:2465;}i:9;a:1:{s:6:\"new_id\";i:2466;}i:10;a:1:{s:6:\"new_id\";i:2467;}i:11;a:1:{s:6:\"new_id\";i:2468;}i:12;a:1:{s:6:\"new_id\";i:2469;}i:13;a:1:{s:6:\"new_id\";i:2470;}i:14;a:1:{s:6:\"new_id\";i:2471;}i:15;a:1:{s:6:\"new_id\";i:2472;}i:16;a:1:{s:6:\"new_id\";i:2473;}i:17;a:1:{s:6:\"new_id\";i:2474;}i:18;a:1:{s:6:\"new_id\";i:2475;}i:19;a:1:{s:6:\"new_id\";i:2476;}i:20;a:1:{s:6:\"new_id\";i:2477;}i:21;a:1:{s:6:\"new_id\";i:2478;}i:22;a:1:{s:6:\"new_id\";i:2479;}i:23;a:1:{s:6:\"new_id\";i:2480;}i:24;a:1:{s:6:\"new_id\";i:2481;}i:25;a:1:{s:6:\"new_id\";i:2482;}i:26;a:1:{s:6:\"new_id\";i:2483;}i:27;a:1:{s:6:\"new_id\";i:2484;}i:28;a:1:{s:6:\"new_id\";i:2485;}i:29;a:1:{s:6:\"new_id\";i:2486;}i:30;a:1:{s:6:\"new_id\";i:2487;}i:31;a:1:{s:6:\"new_id\";i:2488;}i:32;a:1:{s:6:\"new_id\";i:2489;}i:33;a:1:{s:6:\"new_id\";i:2490;}i:34;a:1:{s:6:\"new_id\";i:2491;}i:35;a:1:{s:6:\"new_id\";i:2492;}i:36;a:1:{s:6:\"new_id\";i:2493;}i:37;a:1:{s:6:\"new_id\";i:2494;}i:38;a:1:{s:6:\"new_id\";i:2495;}i:39;a:1:{s:6:\"new_id\";i:2496;}i:40;a:1:{s:6:\"new_id\";i:2497;}i:41;a:1:{s:6:\"new_id\";i:2498;}i:42;a:1:{s:6:\"new_id\";i:2499;}i:43;a:1:{s:6:\"new_id\";i:2500;}i:44;a:1:{s:6:\"new_id\";i:2501;}i:45;a:1:{s:6:\"new_id\";i:2502;}i:46;a:1:{s:6:\"new_id\";i:2503;}i:47;a:1:{s:6:\"new_id\";i:2504;}i:48;a:1:{s:6:\"new_id\";i:2505;}i:49;a:1:{s:6:\"new_id\";i:2506;}i:50;a:1:{s:6:\"new_id\";i:2507;}i:51;a:1:{s:6:\"new_id\";i:2508;}i:52;a:1:{s:6:\"new_id\";i:2509;}i:53;a:1:{s:6:\"new_id\";i:2510;}i:54;a:1:{s:6:\"new_id\";i:2511;}i:55;a:1:{s:6:\"new_id\";i:2512;}i:56;a:1:{s:6:\"new_id\";i:2513;}i:57;a:1:{s:6:\"new_id\";i:2514;}i:58;a:1:{s:6:\"new_id\";i:2515;}i:59;a:1:{s:6:\"new_id\";i:2516;}i:60;a:1:{s:6:\"new_id\";i:2517;}i:61;a:1:{s:6:\"new_id\";i:2518;}i:62;a:1:{s:6:\"new_id\";i:2519;}i:63;a:1:{s:6:\"new_id\";i:2520;}i:64;a:1:{s:6:\"new_id\";i:2521;}i:65;a:1:{s:6:\"new_id\";i:2522;}i:66;a:1:{s:6:\"new_id\";i:2523;}i:67;a:1:{s:6:\"new_id\";i:2524;}i:68;a:1:{s:6:\"new_id\";i:2525;}i:69;a:1:{s:6:\"new_id\";i:2526;}i:71;a:1:{s:6:\"new_id\";i:2527;}i:72;a:1:{s:6:\"new_id\";i:2528;}i:73;a:1:{s:6:\"new_id\";i:2529;}i:74;a:1:{s:6:\"new_id\";i:2530;}i:75;a:1:{s:6:\"new_id\";i:2531;}i:76;a:1:{s:6:\"new_id\";i:2532;}i:77;a:1:{s:6:\"new_id\";i:2533;}i:78;a:1:{s:6:\"new_id\";i:2534;}i:79;a:1:{s:6:\"new_id\";i:2535;}i:80;a:1:{s:6:\"new_id\";i:2536;}i:81;a:1:{s:6:\"new_id\";i:2537;}i:82;a:1:{s:6:\"new_id\";i:2538;}i:83;a:1:{s:6:\"new_id\";i:2539;}i:84;a:1:{s:6:\"new_id\";i:2540;}i:85;a:1:{s:6:\"new_id\";i:2541;}i:86;a:1:{s:6:\"new_id\";i:2542;}i:87;a:1:{s:6:\"new_id\";i:2543;}i:88;a:1:{s:6:\"new_id\";i:2544;}i:89;a:1:{s:6:\"new_id\";i:2545;}i:90;a:1:{s:6:\"new_id\";i:2546;}i:91;a:1:{s:6:\"new_id\";i:2547;}i:92;a:1:{s:6:\"new_id\";i:2548;}i:93;a:1:{s:6:\"new_id\";i:2549;}i:94;a:1:{s:6:\"new_id\";i:2550;}i:95;a:1:{s:6:\"new_id\";i:2551;}i:96;a:1:{s:6:\"new_id\";i:2552;}i:97;a:1:{s:6:\"new_id\";i:2553;}i:98;a:1:{s:6:\"new_id\";i:2554;}i:99;a:1:{s:6:\"new_id\";i:2555;}i:103;a:1:{s:6:\"new_id\";i:2556;}i:104;a:1:{s:6:\"new_id\";i:2557;}i:105;a:1:{s:6:\"new_id\";i:2558;}i:106;a:1:{s:6:\"new_id\";i:2559;}i:107;a:1:{s:6:\"new_id\";i:2560;}i:108;a:1:{s:6:\"new_id\";i:2561;}i:109;a:1:{s:6:\"new_id\";i:2562;}i:110;a:1:{s:6:\"new_id\";i:2563;}i:111;a:1:{s:6:\"new_id\";i:2564;}i:112;a:1:{s:6:\"new_id\";i:2565;}i:113;a:1:{s:6:\"new_id\";i:2566;}i:114;a:1:{s:6:\"new_id\";i:2567;}i:115;a:1:{s:6:\"new_id\";i:2568;}i:116;a:1:{s:6:\"new_id\";i:2569;}i:117;a:1:{s:6:\"new_id\";i:2570;}i:118;a:1:{s:6:\"new_id\";i:2571;}i:119;a:1:{s:6:\"new_id\";i:2572;}i:120;a:1:{s:6:\"new_id\";i:2573;}i:121;a:1:{s:6:\"new_id\";i:2574;}i:122;a:1:{s:6:\"new_id\";i:2575;}i:123;a:1:{s:6:\"new_id\";i:2576;}i:124;a:1:{s:6:\"new_id\";i:2577;}i:125;a:1:{s:6:\"new_id\";i:2578;}i:126;a:1:{s:6:\"new_id\";i:2579;}i:127;a:1:{s:6:\"new_id\";i:2580;}i:128;a:1:{s:6:\"new_id\";i:2581;}i:129;a:1:{s:6:\"new_id\";i:2582;}i:130;a:1:{s:6:\"new_id\";i:2583;}i:131;a:1:{s:6:\"new_id\";i:2584;}i:132;a:1:{s:6:\"new_id\";i:2585;}i:133;a:1:{s:6:\"new_id\";i:2586;}i:134;a:1:{s:6:\"new_id\";i:2587;}i:135;a:1:{s:6:\"new_id\";i:2588;}i:136;a:1:{s:6:\"new_id\";i:2589;}i:137;a:1:{s:6:\"new_id\";i:2590;}i:138;a:1:{s:6:\"new_id\";i:2591;}i:139;a:1:{s:6:\"new_id\";i:2592;}i:140;a:1:{s:6:\"new_id\";i:2593;}i:141;a:1:{s:6:\"new_id\";i:2594;}i:142;a:1:{s:6:\"new_id\";i:2595;}i:143;a:1:{s:6:\"new_id\";i:2596;}i:144;a:1:{s:6:\"new_id\";i:2597;}i:145;a:1:{s:6:\"new_id\";i:2598;}i:146;a:1:{s:6:\"new_id\";i:2599;}i:147;a:1:{s:6:\"new_id\";i:2600;}i:148;a:1:{s:6:\"new_id\";i:2601;}i:149;a:1:{s:6:\"new_id\";i:2602;}i:150;a:1:{s:6:\"new_id\";i:2603;}i:151;a:1:{s:6:\"new_id\";i:2604;}i:152;a:1:{s:6:\"new_id\";i:2605;}i:153;a:1:{s:6:\"new_id\";i:2606;}i:154;a:1:{s:6:\"new_id\";i:2607;}i:155;a:1:{s:6:\"new_id\";i:2608;}i:156;a:1:{s:6:\"new_id\";i:2609;}i:157;a:1:{s:6:\"new_id\";i:2610;}i:158;a:1:{s:6:\"new_id\";i:2611;}i:159;a:1:{s:6:\"new_id\";i:2612;}i:160;a:1:{s:6:\"new_id\";i:2613;}i:161;a:1:{s:6:\"new_id\";i:2614;}i:162;a:1:{s:6:\"new_id\";i:2615;}i:163;a:1:{s:6:\"new_id\";i:2616;}i:164;a:1:{s:6:\"new_id\";i:2617;}i:167;a:1:{s:6:\"new_id\";i:2618;}i:168;a:1:{s:6:\"new_id\";i:2619;}i:169;a:1:{s:6:\"new_id\";i:2620;}i:170;a:1:{s:6:\"new_id\";i:2621;}i:171;a:1:{s:6:\"new_id\";i:2622;}i:172;a:1:{s:6:\"new_id\";i:2623;}i:173;a:1:{s:6:\"new_id\";i:2624;}i:174;a:1:{s:6:\"new_id\";i:2625;}i:175;a:1:{s:6:\"new_id\";i:2626;}i:176;a:1:{s:6:\"new_id\";i:2627;}i:177;a:1:{s:6:\"new_id\";i:2628;}i:178;a:1:{s:6:\"new_id\";i:2629;}i:179;a:1:{s:6:\"new_id\";i:2630;}i:180;a:1:{s:6:\"new_id\";i:2631;}i:181;a:1:{s:6:\"new_id\";i:2632;}i:182;a:1:{s:6:\"new_id\";i:2633;}i:183;a:1:{s:6:\"new_id\";i:2634;}i:184;a:1:{s:6:\"new_id\";i:2635;}i:186;a:1:{s:6:\"new_id\";i:2636;}}','yes'),(696409,'sm_last_import_info','[000.000] Init info:\nSermon Manager 2.15.17\nRelease Date: 2020-03-29\n[000.000] (II) Doing `sm_import_before_sb` action.\n[000.000]      Done.\n[000.000] (II) Starting book import.\n[000.010]      Term \"Hebrews\" imported. (ID: 33)\n[000.014]      Term \"Acts\" imported. (ID: 34)\n[000.018]      Term \"John\" imported. (ID: 35)\n[000.023]      Term \"1 Kings\" imported. (ID: 36)\n[000.026]      Term \"Mark\" imported. (ID: 37)\n[000.032]      Term \"1 Samuel\" imported. (ID: 38)\n[000.036]      Term \"2 Corinthians\" imported. (ID: 39)\n[000.045]      Term \"2 Samuel\" imported. (ID: 40)\n[000.051]      Term \"Genesis\" imported. (ID: 41)\n[000.056]      Term \"Matthew\" imported. (ID: 42)\n[000.060]      Term \"Joshua\" imported. (ID: 43)\n[000.066]      Term \"1 Corinthians\" imported. (ID: 44)\n[000.070]      Term \"Revelation\" imported. (ID: 45)\n[000.076]      Term \"Psalm\" imported. (ID: 46)\n[000.079]      Term \"Colossians\" imported. (ID: 47)\n[000.088]      Term \"Jonah\" imported. (ID: 48)\n[000.093]      Term \"Titus\" imported. (ID: 49)\n[000.097]      Term \"2 Timothy\" imported. (ID: 50)\n[000.100]      Term \"Daniel\" imported. (ID: 51)\n[000.103]      Term \"1 John\" imported. (ID: 52)\n[000.107]      Term \"Galatians\" imported. (ID: 53)\n[000.110]      Term \"Ephesians\" imported. (ID: 54)\n[000.114]      Term \"James\" imported. (ID: 55)\n[000.118]      Term \"Romans\" imported. (ID: 56)\n[000.122]      Term \"1 Thessalonians\" imported. (ID: 57)\n[000.125]      Term \"Philippians\" imported. (ID: 58)\n[000.129]      Term \"1 Peter\" imported. (ID: 59)\n[000.133]      Term \"Luke\" imported. (ID: 60)\n[000.138]      Term \"Jeremiah\" imported. (ID: 61)\n[000.142]      Term \"Ecclesiastes\" imported. (ID: 62)\n[000.146]      Term \"Deuteronomy\" imported. (ID: 63)\n[000.151]      Term \"Proverbs\" imported. (ID: 64)\n[000.156]      Term \"Leviticus\" imported. (ID: 65)\n[000.156]      Finished book import.\n[000.156] (II) Starting preachers import.\n[000.161]      Term \"Jayson Bradley\" imported. (ID: 66)\n[000.165]      Term \"Ken Borbe\" imported. (ID: 67)\n[000.169]      Term \"Gary Miles\" imported. (ID: 68)\n[000.173]      Term \"David Webb\" imported. (ID: 69)\n[000.180]      Term \"Alan Shore\" imported. (ID: 70)\n[000.184]      Term \"Brian Ketchum\" imported. (ID: 71)\n[000.188]      Term \"Kelly Steckler\" imported. (ID: 72)\n[000.193]      Term \"Dave Lindner\" imported. (ID: 73)\n[000.198]      Term \"Ryan Fasani\" imported. (ID: 74)\n[000.202]      Term \"Maureen O\'Kane\" imported. (ID: 75)\n[000.208]      Term \"Aaron Newcomb &amp; Cortney\" imported. (ID: 76)\n[000.208]      Finished preachers import.\n[000.208] (II) Starting series import.\n[000.213]      Term \"Guest Speaker\" imported. (ID: 77)\n[000.217]      Term \"The Lord\'s Prayer\" imported. (ID: 78)\n[000.221]      Term \"Easter\" imported. (ID: 79)\n[000.225]      Term \"Toughen Up\" imported. (ID: 80)\n[000.229]      Term \"Special\" imported. (ID: 81)\n[000.234]      Term \"It Will Take A Miracle\" imported. (ID: 82)\n[000.238]      Term \"David\" imported. (ID: 83)\n[000.243]      Term \"Missionary\" imported. (ID: 84)\n[000.246]      Term \"Christmas\" imported. (ID: 85)\n[000.250]      Term \"The Scandal of Christmas\" imported. (ID: 86)\n[000.254]      Term \"The Power of Decisions\" imported. (ID: 87)\n[000.258]      Term \"It\'s Decision Time\" imported. (ID: 88)\n[000.262]      Term \"That Was Then, What About Now?\" imported. (ID: 89)\n[000.266]      Term \"Rest For Weary Souls\" imported. (ID: 90)\n[000.270]      Term \"Jonah\" imported. (ID: 91)\n[000.273]      Term \"Lessons From Titus\" imported. (ID: 92)\n[000.276]      Term \"The Bible\" imported. (ID: 93)\n[000.281]      Term \"Daniel\" imported. (ID: 94)\n[000.285]      Term \"Assured\" imported. (ID: 95)\n[000.289]      Term \"Galatians\" imported. (ID: 96)\n[000.296]      Term \"Freedom\" imported. (ID: 97)\n[000.300]      Term \"Guardrails\" imported. (ID: 98)\n[000.303]      Term \"What Do I Really Want For My Life?\" imported. (ID: 99)\n[000.307]      Term \"When God Seems Not To Care\" imported. (ID: 100)\n[000.311]      Term \"Powering Up Your Perspective\" imported. (ID: 101)\n[000.314]      Term \"What Makes A Happy Couple\" imported. (ID: 102)\n[000.318]      Term \"Listen!\" imported. (ID: 103)\n[000.321]      Term \"Cries of the Heart & How to Fill Them\" imported. (ID: 104)\n[000.321]      Term \"Cries of the Heart &amp; How to Fill Them\" already exists. (ID: 104)\n[000.325]      Term \"Missions\" imported. (ID: 105)\n[000.329]      Term \"Overcoming Foot in Mouth Disease\" imported. (ID: 106)\n[000.337]      Term \"Life Shaping Choices\" imported. (ID: 107)\n[000.341]      Term \"Thanksgiving\" imported. (ID: 108)\n[000.346]      Term \"Making All Things New\" imported. (ID: 109)\n[000.349]      Term \"Make All Things New\" imported. (ID: 110)\n[000.352]      Term \"Generosity\" imported. (ID: 111)\n[000.355]      Term \"Crazy Makers\" imported. (ID: 112)\n[000.358]      Term \"Dealing With CrazyMakers\" imported. (ID: 113)\n[000.362]      Term \"Rethinking My Thinking\" imported. (ID: 114)\n[000.365]      Term \"Rethinking Our Thinking\" imported. (ID: 115)\n[000.370]      Term \"WIsdom\" imported. (ID: 116)\n[000.374]      Term \"Getting Wisdom for my Life\" imported. (ID: 117)\n[000.377]      Term \"The 9 Arts of Spiritual Conversations\" imported. (ID: 118)\n[000.381]      Term \"The 9 Arts of Spiritual Conversation\" imported. (ID: 119)\n[000.384]      Term \"Me &amp; My Money\" imported. (ID: 120)\n[000.384]      Finished series import.\n[000.384] (II) Starting service type import.\n[000.388]      Term \"Sunday Morning\" imported. (ID: 121)\n[000.392]      Term \"Sunday Evening\" imported. (ID: 122)\n[000.395]      Term \"Midweek Meeting\" imported. (ID: 123)\n[000.399]      Term \"Special event\" imported. (ID: 124)\n[000.399]      Finished service type import.\n[000.399] (II) Starting sermon tags import.\n[000.399] (WW) Not implemented.\n[000.399]      Finished sermon tags import.\n[000.399] (II) Starting sermons import.\n[000.399] (II) Sermon Browser plugin options: <a onclick=\"jQuery(\'#sb-options\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"sb-options\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [upload_dir] => wp-content/uploads/sermons/\n    [upload_url] => https://www.crosspoint-church.com/wp-content/uploads/sermons/\n    [podcast_url] => https://localhost/wordpress/sermons/?podcast\n    [display_method] => dynamic\n    [sermons_per_page] => 10\n    [style_date_modified] => 1466954632\n    [db_version] => 1.7\n    [filter_type] => none\n    [filter_hide] => \n    [import_prompt] => 1\n    [hide_no_attachments] => \n    [import_title] => 1\n    [import_artist] => 1\n    [import_album] => 1\n    [import_comments] => \n    [import_filename] => us\n    [mp3_shortcode] => [audio mp3=\"%SERMONURL%\"]\n    [code_version] => 0.45.21\n)\n</div>\n[000.400] (II) Raw sermons data: <a onclick=\"jQuery(\'#sermon-data\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"sermon-data\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 1\n            [title] => \\\"Learn To Discern\\\"\n            [preacher_id] => 3\n            [datetime] => 2016-06-12 10:30:00\n            [service_id] => 1\n            [series_id] => 3\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [1] => stdClass Object\n        (\n            [id] => 2\n            [title] => Why Does This Keep Happening\n            [preacher_id] => 3\n            [datetime] => 2016-06-05 10:30:00\n            [service_id] => 1\n            [series_id] => 3\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [2] => stdClass Object\n        (\n            [id] => 3\n            [title] => The Truth About Trouble\n            [preacher_id] => 4\n            [datetime] => 2016-05-29 10:30:00\n            [service_id] => 1\n            [series_id] => 3\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [3] => stdClass Object\n        (\n            [id] => 4\n            [title] => The Lord\\\'s Prayer (part 6)\n            [preacher_id] => 5\n            [datetime] => 2016-05-15 10:30:00\n            [service_id] => 1\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [4] => stdClass Object\n        (\n            [id] => 5\n            [title] => The Lord\\\'s Prayer (part 5)\n            [preacher_id] => 5\n            [datetime] => 2016-05-08 10:30:00\n            [service_id] => 1\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [5] => stdClass Object\n        (\n            [id] => 6\n            [title] => More Than Joshua\\\'s Story\n            [preacher_id] => 4\n            [datetime] => 2016-05-22 10:30:00\n            [service_id] => 1\n            [series_id] => 3\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [6] => stdClass Object\n        (\n            [id] => 7\n            [title] => The Lord\\\'s Prayer (part 4)\n            [preacher_id] => 5\n            [datetime] => 2016-05-01 19:00:00\n            [service_id] => 3\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [7] => stdClass Object\n        (\n            [id] => 8\n            [title] => The Lord\\\'s Prayer (part 3)\n            [preacher_id] => 5\n            [datetime] => 2016-04-24 19:00:00\n            [service_id] => 3\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [8] => stdClass Object\n        (\n            [id] => 9\n            [title] => The Lord\\\'s Prayer (part 2)\n            [preacher_id] => 5\n            [datetime] => 2016-04-10 19:00:00\n            [service_id] => 3\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [9] => stdClass Object\n        (\n            [id] => 10\n            [title] => The Lord\\\'s Prayer (part 1)\n            [preacher_id] => 5\n            [datetime] => 2016-04-03 19:00:00\n            [service_id] => 3\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [10] => stdClass Object\n        (\n            [id] => 11\n            [title] => Power For Cave Dwellers (Easter Sunday)\n            [preacher_id] => 5\n            [datetime] => 2016-03-27 19:00:00\n            [service_id] => 3\n            [series_id] => 5\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [11] => stdClass Object\n        (\n            [id] => 12\n            [title] => The Lord\\\'s Prayer (part 7)\n            [preacher_id] => 5\n            [datetime] => 2016-06-19 10:30:00\n            [service_id] => 1\n            [series_id] => 4\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [12] => stdClass Object\n        (\n            [id] => 13\n            [title] => Toughen Up!  (part 1)\n            [preacher_id] => 5\n            [datetime] => 2016-06-26 10:30:00\n            [service_id] => 1\n            [series_id] => 6\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [13] => stdClass Object\n        (\n            [id] => 14\n            [title] => Toughen Up\n            [preacher_id] => 5\n            [datetime] => 2016-07-03 10:30:00\n            [service_id] => 1\n            [series_id] => 6\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Hebrews\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Hebrews\";s:7:\"chapter\";s:2:\"12\";s:5:\"verse\";s:1:\"4\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [14] => stdClass Object\n        (\n            [id] => 15\n            [title] => Toughen Up part 3\n            [preacher_id] => 5\n            [datetime] => 2016-07-10 10:30:00\n            [service_id] => 1\n            [series_id] => 6\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"23\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"31\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [15] => stdClass Object\n        (\n            [id] => 16\n            [title] => CrossPoint Work and Witness Team\n            [preacher_id] => 5\n            [datetime] => 2016-07-17 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [16] => stdClass Object\n        (\n            [id] => 17\n            [title] => It\\\'s Not Too Late\n            [preacher_id] => 5\n            [datetime] => 2016-07-24 10:30:00\n            [service_id] => 1\n            [series_id] => 8\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";s:2:\"20\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";s:2:\"21\";s:5:\"verse\";s:2:\"25\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [17] => stdClass Object\n        (\n            [id] => 18\n            [title] => When You Are Running Out Of What You Need\n            [preacher_id] => 5\n            [datetime] => 2016-07-31 10:30:00\n            [service_id] => 1\n            [series_id] => 8\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"1 Kings\";s:7:\"chapter\";s:2:\"17\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"1 Kings\";s:7:\"chapter\";s:2:\"17\";s:5:\"verse\";s:2:\"16\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [18] => stdClass Object\n        (\n            [id] => 19\n            [title] => When I Can\\\'t See My Way Forward\n            [preacher_id] => 5\n            [datetime] => 2016-08-14 10:30:00\n            [service_id] => 1\n            [series_id] => 8\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:2:\"13\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:2:\"26\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [19] => stdClass Object\n        (\n            [id] => 20\n            [title] => The Church In The Middle\n            [preacher_id] => 3\n            [datetime] => 2016-08-07 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [20] => stdClass Object\n        (\n            [id] => 21\n            [title] => When You Need A Fresh Start\n            [preacher_id] => 5\n            [datetime] => 2016-08-21 10:30:00\n            [service_id] => 1\n            [series_id] => 8\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:2:\"10\";s:5:\"verse\";s:2:\"46\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:2:\"10\";s:5:\"verse\";s:2:\"52\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [21] => stdClass Object\n        (\n            [id] => 22\n            [title] => When You Feel Like You Are Sinking\n            [preacher_id] => 5\n            [datetime] => 2016-08-28 10:30:00\n            [service_id] => 1\n            [series_id] => 8\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"45\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"52\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [22] => stdClass Object\n        (\n            [id] => 23\n            [title] => What Matters Most\n            [preacher_id] => 5\n            [datetime] => 2016-09-11 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"16\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"16\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [23] => stdClass Object\n        (\n            [id] => 24\n            [title] => The Webb\\\'s\n            [preacher_id] => 6\n            [datetime] => 2016-09-25 10:30:00\n            [service_id] => 1\n            [series_id] => 10\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"17\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"21\";}}\n            [description] => Costa Rica\n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [24] => stdClass Object\n        (\n            [id] => 25\n            [title] => The Stages of Decay\n            [preacher_id] => 5\n            [datetime] => 2016-10-02 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"18\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"18\";s:5:\"verse\";s:2:\"30\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [25] => stdClass Object\n        (\n            [id] => 26\n            [title] => A Heart For Friendship\n            [preacher_id] => 5\n            [datetime] => 2016-10-09 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [26] => stdClass Object\n        (\n            [id] => 27\n            [title] => A Discouraged Heart\n            [preacher_id] => 5\n            [datetime] => 2016-10-16 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"21\";s:5:\"verse\";s:2:\"10\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"22\";s:5:\"verse\";s:1:\"2\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [27] => stdClass Object\n        (\n            [id] => 28\n            [title] => A Courageous Heart\n            [preacher_id] => 5\n            [datetime] => 2016-09-18 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"17\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";s:2:\"17\";s:5:\"verse\";s:2:\"58\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [28] => stdClass Object\n        (\n            [id] => 29\n            [title] => Developing A Generous Heart\n            [preacher_id] => 5\n            [datetime] => 2016-10-23 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => 2 Samuel 24\r\n1 Chronicles 29\n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [29] => stdClass Object\n        (\n            [id] => 30\n            [title] => A Contrite Heart\n            [preacher_id] => 5\n            [datetime] => 2016-11-06 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"2 Samuel\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"2 Samuel\";s:7:\"chapter\";s:2:\"12\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [30] => stdClass Object\n        (\n            [id] => 31\n            [title] => A Passionate Heart\n            [preacher_id] => 5\n            [datetime] => 2016-11-13 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"2 Samuel\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"2 Samuel\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"23\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [31] => stdClass Object\n        (\n            [id] => 32\n            [title] => Scandalous Christmas\n            [preacher_id] => 5\n            [datetime] => 2016-12-04 10:30:00\n            [service_id] => 1\n            [series_id] => 12\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"6\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [32] => stdClass Object\n        (\n            [id] => 33\n            [title] => Story of Judah\n            [preacher_id] => 5\n            [datetime] => 2016-12-11 10:30:00\n            [service_id] => 1\n            [series_id] => 12\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Genesis\";s:7:\"chapter\";s:2:\"37\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Genesis\";s:7:\"chapter\";s:2:\"38\";s:5:\"verse\";s:2:\"30\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [33] => stdClass Object\n        (\n            [id] => 34\n            [title] => Rahab\\\'s Story\n            [preacher_id] => 5\n            [datetime] => 2016-12-18 10:30:00\n            [service_id] => 1\n            [series_id] => 12\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"8\";}i:1;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"22\";}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"16\";}i:1;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"25\";}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"5\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [34] => stdClass Object\n        (\n            [id] => 35\n            [title] => Convert vs Disciple\n            [preacher_id] => 3\n            [datetime] => 2017-01-01 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:2:\"24\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:2:\"18\";}i:2;a:3:{s:4:\"book\";s:10:\"Revelation\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"12\";}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:2:\"25\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:2:\"22\";}i:2;a:3:{s:4:\"book\";s:10:\"Revelation\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"18\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [35] => stdClass Object\n        (\n            [id] => 36\n            [title] => The Power of Decisions\n            [preacher_id] => 5\n            [datetime] => 2017-01-08 10:30:00\n            [service_id] => 1\n            [series_id] => 14\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:1:\"9\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"24\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:2:\"13\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"27\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [36] => stdClass Object\n        (\n            [id] => 37\n            [title] => It\\\'s Decision Time\n            [preacher_id] => 5\n            [datetime] => 2017-01-15 10:30:00\n            [service_id] => 1\n            [series_id] => 14\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [37] => stdClass Object\n        (\n            [id] => 38\n            [title] => It\\\'s Decision Time part 3\n            [preacher_id] => 5\n            [datetime] => 2017-01-22 10:30:00\n            [service_id] => 1\n            [series_id] => 14\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:2:\"10\";s:5:\"verse\";s:2:\"17\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:2:\"10\";s:5:\"verse\";s:2:\"31\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [38] => stdClass Object\n        (\n            [id] => 39\n            [title] => It\\\'s Decision Time part 4\n            [preacher_id] => 5\n            [datetime] => 2017-01-29 10:30:00\n            [service_id] => 1\n            [series_id] => 14\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:1:\"5\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"8\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [39] => stdClass Object\n        (\n            [id] => 40\n            [title] => That Was Then, What About Now?\n            [preacher_id] => 5\n            [datetime] => 2017-02-12 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"47\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [40] => stdClass Object\n        (\n            [id] => 41\n            [title] => That Was Then, What About Now? part 2\n            [preacher_id] => 5\n            [datetime] => 2017-02-19 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"37\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [41] => stdClass Object\n        (\n            [id] => 42\n            [title] => That Was Then, What About Now? part 3\n            [preacher_id] => 5\n            [datetime] => 2017-02-26 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"17\";}i:1;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"29\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"42\";}i:1;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"30\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [42] => stdClass Object\n        (\n            [id] => 43\n            [title] => That Was Then, What About Now? part 4\n            [preacher_id] => 5\n            [datetime] => 2017-03-05 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:1:\"1\";}i:1;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"9\";s:5:\"verse\";s:2:\"43\";}i:1;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:2:\"10\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [43] => stdClass Object\n        (\n            [id] => 44\n            [title] => That Was Then, What About Now? part 5\n            [preacher_id] => 5\n            [datetime] => 2017-03-12 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:2:\"31\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [44] => stdClass Object\n        (\n            [id] => 45\n            [title] => That Was Then, What About Now? part 6\n            [preacher_id] => 5\n            [datetime] => 2017-03-19 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:2:\"28\";s:5:\"verse\";s:2:\"28\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:2:\"28\";s:5:\"verse\";s:2:\"31\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [45] => stdClass Object\n        (\n            [id] => 46\n            [title] => Hopelessly Devoted\n            [preacher_id] => 3\n            [datetime] => 2017-03-26 10:30:00\n            [service_id] => 1\n            [series_id] => 15\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"42\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"47\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [46] => stdClass Object\n        (\n            [id] => 47\n            [title] => Rest For Weary Souls\n            [preacher_id] => 5\n            [datetime] => 2017-04-02 10:30:00\n            [service_id] => 1\n            [series_id] => 16\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:2:\"23\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:2:\"23\";s:5:\"verse\";s:1:\"3\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [47] => stdClass Object\n        (\n            [id] => 48\n            [title] => Rest For Weary Souls part 2\n            [preacher_id] => 5\n            [datetime] => 2017-04-09 10:30:00\n            [service_id] => 1\n            [series_id] => 16\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:10:\"Colossians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}i:1;a:3:{s:4:\"book\";s:10:\"Colossians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"12\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:10:\"Colossians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"4\";}i:1;a:3:{s:4:\"book\";s:10:\"Colossians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"14\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [48] => stdClass Object\n        (\n            [id] => 49\n            [title] => The Third Day\n            [preacher_id] => 5\n            [datetime] => 2017-04-16 10:30:00\n            [service_id] => 1\n            [series_id] => 5\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [49] => stdClass Object\n        (\n            [id] => 50\n            [title] => Jonah\n            [preacher_id] => 5\n            [datetime] => 2017-04-23 10:30:00\n            [service_id] => 1\n            [series_id] => 17\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"17\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [50] => stdClass Object\n        (\n            [id] => 51\n            [title] => Jonah part 2\n            [preacher_id] => 5\n            [datetime] => 2017-04-30 10:30:00\n            [service_id] => 1\n            [series_id] => 17\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [51] => stdClass Object\n        (\n            [id] => 52\n            [title] => Jonah part 3\n            [preacher_id] => 5\n            [datetime] => 2017-05-14 10:30:00\n            [service_id] => 1\n            [series_id] => 17\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Jonah\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"11\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [52] => stdClass Object\n        (\n            [id] => 53\n            [title] => Spiritual Influence\n            [preacher_id] => 5\n            [datetime] => 2017-06-04 10:30:00\n            [service_id] => 1\n            [series_id] => 18\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"9\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [53] => stdClass Object\n        (\n            [id] => 54\n            [title] => The Ministry of Admonition\n            [preacher_id] => 5\n            [datetime] => 2017-06-11 10:30:00\n            [service_id] => 1\n            [series_id] => 18\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"10\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"16\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [54] => stdClass Object\n        (\n            [id] => 55\n            [title] => The Importance of Teaching\n            [preacher_id] => 5\n            [datetime] => 2017-06-18 10:30:00\n            [service_id] => 1\n            [series_id] => 18\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";i:2;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";i:2;s:5:\"verse\";i:15;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [55] => stdClass Object\n        (\n            [id] => 56\n            [title] => Living A Life Full of Influence\n            [preacher_id] => 5\n            [datetime] => 2017-06-25 10:30:00\n            [service_id] => 1\n            [series_id] => 18\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Titus\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"15\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [56] => stdClass Object\n        (\n            [id] => 57\n            [title] => The Jewish Roots of Our Christian Faith\n            [preacher_id] => 7\n            [datetime] => 2017-07-09 10:30:00\n            [service_id] => 1\n            [series_id] => 3\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [57] => stdClass Object\n        (\n            [id] => 58\n            [title] => Are We Overselling the Christian Transformation\n            [preacher_id] => 3\n            [datetime] => 2017-07-16 19:00:00\n            [service_id] => 3\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [58] => stdClass Object\n        (\n            [id] => 59\n            [title] => The Bible\n            [preacher_id] => 5\n            [datetime] => 2017-07-30 10:30:00\n            [service_id] => 1\n            [series_id] => 19\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:3:\"119\";s:5:\"verse\";s:2:\"97\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:3:\"119\";s:5:\"verse\";s:3:\"105\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [59] => stdClass Object\n        (\n            [id] => 60\n            [title] => God\\\'s Text Message\n            [preacher_id] => 5\n            [datetime] => 2017-08-06 10:30:00\n            [service_id] => 1\n            [series_id] => 19\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"2 Timothy\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"16\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"2 Timothy\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"17\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [60] => stdClass Object\n        (\n            [id] => 61\n            [title] => God\\\'s Text Message part 2\n            [preacher_id] => 5\n            [datetime] => 2017-08-13 10:30:00\n            [service_id] => 1\n            [series_id] => 19\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [61] => stdClass Object\n        (\n            [id] => 62\n            [title] => Living A Resilient Life\n            [preacher_id] => 5\n            [datetime] => 2017-08-20 10:30:00\n            [service_id] => 1\n            [series_id] => 20\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"21\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [62] => stdClass Object\n        (\n            [id] => 63\n            [title] => But even if He does not...\n            [preacher_id] => 5\n            [datetime] => 2017-08-27 10:30:00\n            [service_id] => 1\n            [series_id] => 20\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"18\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [63] => stdClass Object\n        (\n            [id] => 64\n            [title] => Assured part 3\n            [preacher_id] => 5\n            [datetime] => 2017-09-24 10:30:00\n            [service_id] => 1\n            [series_id] => 21\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"5\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"2\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [64] => stdClass Object\n        (\n            [id] => 65\n            [title] => The Fellowship With God Test\n            [preacher_id] => 5\n            [datetime] => 2017-09-17 10:30:00\n            [service_id] => 1\n            [series_id] => 21\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"3\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [65] => stdClass Object\n        (\n            [id] => 66\n            [title] => Daniel part 3\n            [preacher_id] => 5\n            [datetime] => 2017-09-03 10:30:00\n            [service_id] => 1\n            [series_id] => 20\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"19\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Daniel\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"30\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [66] => stdClass Object\n        (\n            [id] => 67\n            [title] => The Affections For The World Test\n            [preacher_id] => 5\n            [datetime] => 2017-10-08 10:30:00\n            [service_id] => 1\n            [series_id] => 21\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"15\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"16\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [67] => stdClass Object\n        (\n            [id] => 68\n            [title] => Hospitality\n            [preacher_id] => 3\n            [datetime] => 2017-10-15 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [68] => stdClass Object\n        (\n            [id] => 69\n            [title] => Freedom Worth Fighting For\n            [preacher_id] => 5\n            [datetime] => 2017-10-22 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"11\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [69] => stdClass Object\n        (\n            [id] => 71\n            [title] => Freedom part 3\n            [preacher_id] => 5\n            [datetime] => 2017-11-05 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"11\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"21\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [70] => stdClass Object\n        (\n            [id] => 72\n            [title] => Freed To Change\n            [preacher_id] => 5\n            [datetime] => 2017-11-12 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"6\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [71] => stdClass Object\n        (\n            [id] => 73\n            [title] => Freedom part 5\n            [preacher_id] => 5\n            [datetime] => 2017-11-26 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"19\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:1:\"9\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [72] => stdClass Object\n        (\n            [id] => 74\n            [title] => Freedom part 6\n            [preacher_id] => 5\n            [datetime] => 2017-12-03 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:2:\"21\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"25\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [73] => stdClass Object\n        (\n            [id] => 75\n            [title] => Freedom part 7\n            [preacher_id] => 5\n            [datetime] => 2017-12-10 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"25\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"18\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [74] => stdClass Object\n        (\n            [id] => 76\n            [title] => Freedom part 8\n            [preacher_id] => 5\n            [datetime] => 2017-12-17 10:30:00\n            [service_id] => 1\n            [series_id] => 23\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:1:\"7\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:1:\"9\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [75] => stdClass Object\n        (\n            [id] => 77\n            [title] => Christmas 2017\n            [preacher_id] => 5\n            [datetime] => 1970-01-01 00:00:00\n            [service_id] => 1\n            [series_id] => 11\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [76] => stdClass Object\n        (\n            [id] => 78\n            [title] => Magi\n            [preacher_id] => 3\n            [datetime] => 2017-12-31 10:30:00\n            [service_id] => 1\n            [series_id] => 11\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"12\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [77] => stdClass Object\n        (\n            [id] => 79\n            [title] => Guardrails\n            [preacher_id] => 5\n            [datetime] => 2018-01-07 10:30:00\n            [service_id] => 1\n            [series_id] => 24\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"15\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"18\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [78] => stdClass Object\n        (\n            [id] => 80\n            [title] => Friendships\n            [preacher_id] => 5\n            [datetime] => 2018-01-14 10:30:00\n            [service_id] => 1\n            [series_id] => 24\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [79] => stdClass Object\n        (\n            [id] => 81\n            [title] => Friends With Benefits\n            [preacher_id] => 5\n            [datetime] => 2018-01-21 10:30:00\n            [service_id] => 1\n            [series_id] => 24\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"18\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"20\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [80] => stdClass Object\n        (\n            [id] => 82\n            [title] => Mastering Your Money\n            [preacher_id] => 5\n            [datetime] => 2018-01-28 10:30:00\n            [service_id] => 1\n            [series_id] => 24\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"24\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"33\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [81] => stdClass Object\n        (\n            [id] => 83\n            [title] => Guarding Your Heart\n            [preacher_id] => 5\n            [datetime] => 2018-02-04 10:30:00\n            [service_id] => 1\n            [series_id] => 24\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"15\";s:5:\"verse\";s:2:\"19\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [82] => stdClass Object\n        (\n            [id] => 84\n            [title] => What Do I Really Want For My Life?\n            [preacher_id] => 5\n            [datetime] => 2018-02-11 10:30:00\n            [service_id] => 1\n            [series_id] => 25\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";s:1:\"4\";s:5:\"verse\";s:1:\"3\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [83] => stdClass Object\n        (\n            [id] => 85\n            [title] => What Do I Really Want For My Life? part 2\n            [preacher_id] => 5\n            [datetime] => 2018-02-18 10:30:00\n            [service_id] => 1\n            [series_id] => 25\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"15\";}i:1;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"19\";}i:2;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"14\";}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"17\";}i:1;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"21\";}i:2;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"16\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [84] => stdClass Object\n        (\n            [id] => 86\n            [title] => What Do I Really Want For My Life? part 3\n            [preacher_id] => 5\n            [datetime] => 2018-02-25 10:30:00\n            [service_id] => 1\n            [series_id] => 25\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"22\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"26\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [85] => stdClass Object\n        (\n            [id] => 87\n            [title] => What Do I Really Want For My Life? part 4\n            [preacher_id] => 5\n            [datetime] => 2018-03-04 10:30:00\n            [service_id] => 1\n            [series_id] => 25\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";s:2:\"12\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";s:2:\"12\";s:5:\"verse\";s:1:\"2\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [86] => stdClass Object\n        (\n            [id] => 88\n            [title] => Hang Together or Hang Seperately\n            [preacher_id] => 3\n            [datetime] => 2018-03-11 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [87] => stdClass Object\n        (\n            [id] => 89\n            [title] => When God Seems Not To Care\n            [preacher_id] => 5\n            [datetime] => 2018-03-18 10:30:00\n            [service_id] => 1\n            [series_id] => 26\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:1:\"2\";}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"17\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:1:\"6\";}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";s:1:\"6\";s:5:\"verse\";s:2:\"20\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [88] => stdClass Object\n        (\n            [id] => 90\n            [title] => Are You Thirsty?\n            [preacher_id] => 5\n            [datetime] => 2018-04-01 10:30:00\n            [service_id] => 1\n            [series_id] => 5\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"37\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"38\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [89] => stdClass Object\n        (\n            [id] => 91\n            [title] => Powering Up Your Perspective (part 1)\n            [preacher_id] => 5\n            [datetime] => 2018-04-08 10:30:00\n            [service_id] => 1\n            [series_id] => 27\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:2:\"30\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [90] => stdClass Object\n        (\n            [id] => 92\n            [title] => Powering Up Your Perspective (part 2)\n            [preacher_id] => 5\n            [datetime] => 2018-04-15 10:30:00\n            [service_id] => 1\n            [series_id] => 27\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"11\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [91] => stdClass Object\n        (\n            [id] => 93\n            [title] => What Makes A Happy Couple (part 1)\n            [preacher_id] => 5\n            [datetime] => 2018-04-29 10:30:00\n            [service_id] => 1\n            [series_id] => 28\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [92] => stdClass Object\n        (\n            [id] => 94\n            [title] => How We Think\n            [preacher_id] => 3\n            [datetime] => 2018-04-22 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:15:\"1 Thessalonians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"2\";}i:1;a:3:{s:4:\"book\";s:15:\"1 Thessalonians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"16\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:15:\"1 Thessalonians\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"3\";}i:1;a:3:{s:4:\"book\";s:15:\"1 Thessalonians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"18\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [93] => stdClass Object\n        (\n            [id] => 95\n            [title] => What Makes A Happy Couple part 3\n            [preacher_id] => 5\n            [datetime] => 2018-05-13 10:30:00\n            [service_id] => 1\n            [series_id] => 28\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"1 Peter\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:1:\"5\";}i:1;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:2:\"55\";s:5:\"verse\";s:2:\"12\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"1 Peter\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:1:\"7\";}i:1;a:3:{s:4:\"book\";s:5:\"Psalm\";s:7:\"chapter\";s:2:\"55\";s:5:\"verse\";s:2:\"22\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [94] => stdClass Object\n        (\n            [id] => 96\n            [title] => What Makes A Happy Couple part 2\n            [preacher_id] => 5\n            [datetime] => 2018-05-06 10:30:00\n            [service_id] => 1\n            [series_id] => 28\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"21\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"28\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [95] => stdClass Object\n        (\n            [id] => 97\n            [title] => What Makes A Happy Couple part 4\n            [preacher_id] => 5\n            [datetime] => 2018-05-20 10:30:00\n            [service_id] => 1\n            [series_id] => 28\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:2:\"13\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";s:2:\"13\";s:5:\"verse\";s:1:\"7\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [96] => stdClass Object\n        (\n            [id] => 98\n            [title] => Listen\n            [preacher_id] => 5\n            [datetime] => 2018-06-24 10:30:00\n            [service_id] => 1\n            [series_id] => 29\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"20\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:2:\"20\";s:5:\"verse\";s:2:\"16\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [97] => stdClass Object\n        (\n            [id] => 99\n            [title] => Lazarus and The Rich Man\n            [preacher_id] => 3\n            [datetime] => 2018-07-01 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";s:2:\"16\";s:5:\"verse\";s:2:\"19\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";s:2:\"16\";s:5:\"verse\";s:2:\"31\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [98] => stdClass Object\n        (\n            [id] => 103\n            [title] => Exposing Our Longings\n            [preacher_id] => 5\n            [datetime] => 2018-07-08 10:30:00\n            [service_id] => 1\n            [series_id] => 31\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"Jeremiah\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"Jeremiah\";s:7:\"chapter\";s:1:\"2\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [99] => stdClass Object\n        (\n            [id] => 104\n            [title] => Ask Seek Knock\n            [preacher_id] => 5\n            [datetime] => 2018-07-15 10:30:00\n            [service_id] => 1\n            [series_id] => 31\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";s:2:\"11\";s:5:\"verse\";s:2:\"13\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [100] => stdClass Object\n        (\n            [id] => 105\n            [title] => The Circle\n            [preacher_id] => 3\n            [datetime] => 2018-07-22 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"15\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"24\";}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";s:1:\"5\";s:5:\"verse\";s:2:\"16\";}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";s:1:\"7\";s:5:\"verse\";s:2:\"27\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [101] => stdClass Object\n        (\n            [id] => 106\n            [title] => Cries of the Heart & How to Fill Them part 3\n            [preacher_id] => 5\n            [datetime] => 2018-07-29 10:30:00\n            [service_id] => 1\n            [series_id] => 30\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"4\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";s:1:\"1\";s:5:\"verse\";s:1:\"8\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [102] => stdClass Object\n        (\n            [id] => 107\n            [title] => Wet Feet Faith\n            [preacher_id] => 8\n            [datetime] => 2018-08-12 10:30:00\n            [service_id] => 1\n            [series_id] => 32\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:1:\"1\";}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Joshua\";s:7:\"chapter\";s:1:\"3\";s:5:\"verse\";s:2:\"17\";}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [103] => stdClass Object\n        (\n            [id] => 108\n            [title] => Now Faith\n            [preacher_id] => 9\n            [datetime] => 2018-08-26 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:5;s:5:\"verse\";i:21;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:5;s:5:\"verse\";i:34;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [104] => stdClass Object\n        (\n            [id] => 109\n            [title] => Shining Like Stars In The Universe\n            [preacher_id] => 5\n            [datetime] => 2018-09-02 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";i:2;s:5:\"verse\";i:14;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";i:2;s:5:\"verse\";i:16;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [105] => stdClass Object\n        (\n            [id] => 110\n            [title] => Overcoming Foot in Mouth Disease\n            [preacher_id] => 5\n            [datetime] => 2018-09-09 10:30:00\n            [service_id] => 1\n            [series_id] => 33\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";i:1;s:5:\"verse\";i:19;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";i:1;s:5:\"verse\";i:21;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [106] => stdClass Object\n        (\n            [id] => 111\n            [title] => Overcoming Foot in Mouth Disease part 3\n            [preacher_id] => 5\n            [datetime] => 2018-09-23 10:30:00\n            [service_id] => 1\n            [series_id] => 33\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:17;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:23;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [107] => stdClass Object\n        (\n            [id] => 112\n            [title] => Overcoming Foot In Mouth Disease part 4\n            [preacher_id] => 5\n            [datetime] => 2018-09-30 10:30:00\n            [service_id] => 1\n            [series_id] => 33\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [108] => stdClass Object\n        (\n            [id] => 113\n            [title] => \\\"For\\\" or \\\"With\\\"\n            [preacher_id] => 10\n            [datetime] => 2018-10-07 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:7;s:5:\"verse\";i:22;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:7;s:5:\"verse\";i:23;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [109] => stdClass Object\n        (\n            [id] => 114\n            [title] => Life Shaping Choices\n            [preacher_id] => 5\n            [datetime] => 2018-10-14 10:30:00\n            [service_id] => 1\n            [series_id] => 34\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:11:\"Deuteronomy\";s:7:\"chapter\";i:30;s:5:\"verse\";i:15;}i:1;a:3:{s:4:\"book\";s:7:\"Hebrews\";s:7:\"chapter\";i:11;s:5:\"verse\";i:23;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:11:\"Deuteronomy\";s:7:\"chapter\";i:30;s:5:\"verse\";i:16;}i:1;a:3:{s:4:\"book\";s:7:\"Hebrews\";s:7:\"chapter\";i:11;s:5:\"verse\";i:27;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [110] => stdClass Object\n        (\n            [id] => 115\n            [title] => Life Shaping Choices (part 2)\n            [preacher_id] => 5\n            [datetime] => 2018-10-21 10:30:00\n            [service_id] => 1\n            [series_id] => 34\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [111] => stdClass Object\n        (\n            [id] => 116\n            [title] => Life Shaping Choices part 3\n            [preacher_id] => 5\n            [datetime] => 2018-10-28 10:30:00\n            [service_id] => 1\n            [series_id] => 34\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:12:\"Ecclesiastes\";s:7:\"chapter\";i:4;s:5:\"verse\";i:9;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:12:\"Ecclesiastes\";s:7:\"chapter\";i:4;s:5:\"verse\";i:12;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [112] => stdClass Object\n        (\n            [id] => 117\n            [title] => Life Shaping Choices part 3\n            [preacher_id] => 5\n            [datetime] => 2018-11-04 10:30:00\n            [service_id] => 1\n            [series_id] => 34\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:10:\"Revelation\";s:7:\"chapter\";i:3;s:5:\"verse\";i:7;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:10:\"Revelation\";s:7:\"chapter\";i:3;s:5:\"verse\";i:8;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [113] => stdClass Object\n        (\n            [id] => 118\n            [title] => The Baptism of Jesus\n            [preacher_id] => 11\n            [datetime] => 2018-11-11 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:1;s:5:\"verse\";i:4;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:1;s:5:\"verse\";i:13;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [114] => stdClass Object\n        (\n            [id] => 119\n            [title] => Thanksgiving 2018\n            [preacher_id] => 5\n            [datetime] => 2018-11-18 10:30:00\n            [service_id] => 1\n            [series_id] => 35\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [115] => stdClass Object\n        (\n            [id] => 120\n            [title] => The Christmas Story\n            [preacher_id] => 5\n            [datetime] => 2018-11-25 10:30:00\n            [service_id] => 1\n            [series_id] => 11\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:1;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:1;s:5:\"verse\";i:38;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [116] => stdClass Object\n        (\n            [id] => 121\n            [title] => Making All Things New\n            [preacher_id] => 5\n            [datetime] => 2018-12-02 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:1;s:5:\"verse\";i:6;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:1;s:5:\"verse\";i:29;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [117] => stdClass Object\n        (\n            [id] => 122\n            [title] => Making All Things New part 2\n            [preacher_id] => 5\n            [datetime] => 2018-12-09 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:4;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:4;s:5:\"verse\";i:11;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [118] => stdClass Object\n        (\n            [id] => 123\n            [title] => Making All Things New part 3\n            [preacher_id] => 5\n            [datetime] => 2018-12-16 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:5;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:7:\"1 Peter\";s:7:\"chapter\";i:2;s:5:\"verse\";i:23;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:5;s:5:\"verse\";i:11;}i:1;a:3:{s:4:\"book\";s:7:\"1 Peter\";s:7:\"chapter\";i:2;s:5:\"verse\";i:24;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [119] => stdClass Object\n        (\n            [id] => 124\n            [title] => Making All Things New part 4\n            [preacher_id] => 5\n            [datetime] => 2018-12-23 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [120] => stdClass Object\n        (\n            [id] => 125\n            [title] => Christmas 2018\n            [preacher_id] => 5\n            [datetime] => 2018-12-24 20:00:00\n            [service_id] => 4\n            [series_id] => 11\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [121] => stdClass Object\n        (\n            [id] => 126\n            [title] => Freedom From Bondage\n            [preacher_id] => 3\n            [datetime] => 2018-12-30 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [122] => stdClass Object\n        (\n            [id] => 127\n            [title] => Make All Things New part 5\n            [preacher_id] => 5\n            [datetime] => 2019-01-06 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:17;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:18;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [123] => stdClass Object\n        (\n            [id] => 128\n            [title] => Making All Things New part 6\n            [preacher_id] => 5\n            [datetime] => 2019-01-13 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:12;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:13;s:5:\"verse\";i:1;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:12;s:5:\"verse\";i:8;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:13;s:5:\"verse\";i:4;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [124] => stdClass Object\n        (\n            [id] => 129\n            [title] => Follow The Spirit\n            [preacher_id] => 3\n            [datetime] => 2019-01-20 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:16;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";i:2;s:5:\"verse\";i:1;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:16;s:5:\"verse\";i:7;}i:1;a:3:{s:4:\"book\";s:4:\"Acts\";s:7:\"chapter\";i:2;s:5:\"verse\";i:47;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [125] => stdClass Object\n        (\n            [id] => 130\n            [title] => Making All Things New part 7\n            [preacher_id] => 5\n            [datetime] => 2019-01-27 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:3;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:2;s:5:\"verse\";i:18;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:3;s:5:\"verse\";i:17;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:2;s:5:\"verse\";i:22;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [126] => stdClass Object\n        (\n            [id] => 131\n            [title] => Making All Things New part 8\n            [preacher_id] => 5\n            [datetime] => 2019-02-03 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:11;s:5:\"verse\";i:45;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:10;s:5:\"verse\";i:32;}i:2;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:4;}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:12;s:5:\"verse\";i:50;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:10;s:5:\"verse\";i:45;}i:2;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:17;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [127] => stdClass Object\n        (\n            [id] => 132\n            [title] => Making All Things New part 9\n            [preacher_id] => 5\n            [datetime] => 2019-02-10 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:22;s:5:\"verse\";i:7;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:22;s:5:\"verse\";i:20;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [128] => stdClass Object\n        (\n            [id] => 133\n            [title] => Making All Things New part 10\n            [preacher_id] => 5\n            [datetime] => 2019-02-17 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:22;s:5:\"verse\";i:34;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:34;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:22;s:5:\"verse\";i:40;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:35;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [129] => stdClass Object\n        (\n            [id] => 134\n            [title] => Together\n            [preacher_id] => 5\n            [datetime] => 2019-02-24 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:28;s:5:\"verse\";i:16;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:28;s:5:\"verse\";i:20;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [130] => stdClass Object\n        (\n            [id] => 135\n            [title] => The Bridge Between Information & Application\n            [preacher_id] => 5\n            [datetime] => 2019-03-03 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:7;s:5:\"verse\";i:24;}i:1;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";i:1;s:5:\"verse\";i:22;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:7;s:5:\"verse\";i:27;}i:1;a:3:{s:4:\"book\";s:5:\"James\";s:7:\"chapter\";i:1;s:5:\"verse\";i:25;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [131] => stdClass Object\n        (\n            [id] => 136\n            [title] => Making All Things New part 11\n            [preacher_id] => 5\n            [datetime] => 2019-03-10 10:30:00\n            [service_id] => 1\n            [series_id] => 36\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:14;s:5:\"verse\";i:50;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:18;s:5:\"verse\";i:28;}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:27;s:5:\"verse\";i:62;}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:15;s:5:\"verse\";i:24;}i:1;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:19;s:5:\"verse\";i:40;}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:27;s:5:\"verse\";i:66;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [132] => stdClass Object\n        (\n            [id] => 137\n            [title] => Putting The Kingdom In My Mouth\n            [preacher_id] => 3\n            [datetime] => 2019-03-17 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [133] => stdClass Object\n        (\n            [id] => 138\n            [title] => Being A Generous Person\n            [preacher_id] => 5\n            [datetime] => 2019-03-24 10:30:00\n            [service_id] => 1\n            [series_id] => 38\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [134] => stdClass Object\n        (\n            [id] => 139\n            [title] => Being A Generous Person part 2\n            [preacher_id] => 5\n            [datetime] => 2019-03-31 10:30:00\n            [service_id] => 1\n            [series_id] => 38\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:12;s:5:\"verse\";i:16;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:12;s:5:\"verse\";i:21;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [135] => stdClass Object\n        (\n            [id] => 140\n            [title] => Generosity\n            [preacher_id] => 5\n            [datetime] => 2019-04-07 10:30:00\n            [service_id] => 1\n            [series_id] => 38\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";i:16;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"1 Corinthians\";s:7:\"chapter\";i:16;s:5:\"verse\";i:4;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [136] => stdClass Object\n        (\n            [id] => 141\n            [title] => Hypocrites Anonymous\n            [preacher_id] => 3\n            [datetime] => 2019-04-14 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:19;s:5:\"verse\";i:28;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:19;s:5:\"verse\";i:44;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [137] => stdClass Object\n        (\n            [id] => 142\n            [title] => Worship\n            [preacher_id] => 5\n            [datetime] => 2019-04-21 10:30:00\n            [service_id] => 1\n            [series_id] => 5\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [138] => stdClass Object\n        (\n            [id] => 143\n            [title] => Dealing With Crazy Makers\n            [preacher_id] => 5\n            [datetime] => 2019-05-12 10:30:00\n            [service_id] => 1\n            [series_id] => 39\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [139] => stdClass Object\n        (\n            [id] => 144\n            [title] => Living In The New Creation\n            [preacher_id] => 3\n            [datetime] => 2019-05-19 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:13;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:20;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [140] => stdClass Object\n        (\n            [id] => 145\n            [title] => Dealing With Crazy Makers part 2\n            [preacher_id] => 5\n            [datetime] => 2019-05-26 10:30:00\n            [service_id] => 1\n            [series_id] => 39\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";i:12;s:5:\"verse\";i:17;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"Romans\";s:7:\"chapter\";i:12;s:5:\"verse\";i:18;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [141] => stdClass Object\n        (\n            [id] => 146\n            [title] => Dealing With CrazyMakers part 3\n            [preacher_id] => 5\n            [datetime] => 1970-01-01 00:00:00\n            [service_id] => 1\n            [series_id] => 40\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [142] => stdClass Object\n        (\n            [id] => 147\n            [title] => Dealing With CrazyMakers part 5\n            [preacher_id] => 5\n            [datetime] => 2019-06-23 10:30:00\n            [service_id] => 1\n            [series_id] => 40\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [143] => stdClass Object\n        (\n            [id] => 148\n            [title] => Dealing With CrazyMakers part 6\n            [preacher_id] => 5\n            [datetime] => 2019-06-30 10:30:00\n            [service_id] => 1\n            [series_id] => 40\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [144] => stdClass Object\n        (\n            [id] => 149\n            [title] => Dealing With CrazyMakers part 7\n            [preacher_id] => 5\n            [datetime] => 2019-07-07 10:30:00\n            [service_id] => 1\n            [series_id] => 40\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [145] => stdClass Object\n        (\n            [id] => 150\n            [title] => Bear Kingdom Fruit\n            [preacher_id] => 3\n            [datetime] => 2019-07-14 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:21;s:5:\"verse\";i:18;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:11;s:5:\"verse\";i:11;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:21;s:5:\"verse\";i:22;}i:1;a:3:{s:4:\"book\";s:4:\"Mark\";s:7:\"chapter\";i:11;s:5:\"verse\";i:21;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [146] => stdClass Object\n        (\n            [id] => 151\n            [title] => Our 4th Watch God\n            [preacher_id] => 12\n            [datetime] => 2019-07-21 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [147] => stdClass Object\n        (\n            [id] => 152\n            [title] => David\n            [preacher_id] => 5\n            [datetime] => 2019-07-28 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:17;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:17;s:5:\"verse\";i:47;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [148] => stdClass Object\n        (\n            [id] => 153\n            [title] => David part 2\n            [preacher_id] => 5\n            [datetime] => 2019-08-04 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:21;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:22;s:5:\"verse\";i:23;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [149] => stdClass Object\n        (\n            [id] => 154\n            [title] => David part 3\n            [preacher_id] => 5\n            [datetime] => 2019-08-11 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:25;s:5:\"verse\";i:2;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:8:\"1 Samuel\";s:7:\"chapter\";i:25;s:5:\"verse\";i:42;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [150] => stdClass Object\n        (\n            [id] => 155\n            [title] => David part 4\n            [preacher_id] => 5\n            [datetime] => 2019-08-25 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [151] => stdClass Object\n        (\n            [id] => 156\n            [title] => David part 5\n            [preacher_id] => 5\n            [datetime] => 2019-09-01 10:30:00\n            [service_id] => 1\n            [series_id] => 9\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [152] => stdClass Object\n        (\n            [id] => 157\n            [title] => Rethinking My Thinking\n            [preacher_id] => 5\n            [datetime] => 2019-09-08 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [153] => stdClass Object\n        (\n            [id] => 158\n            [title] => Thinking What Jesus Thought\n            [preacher_id] => 5\n            [datetime] => 2019-09-15 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [154] => stdClass Object\n        (\n            [id] => 159\n            [title] => My View of Myself\n            [preacher_id] => 5\n            [datetime] => 2019-09-22 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [155] => stdClass Object\n        (\n            [id] => 160\n            [title] => My View of God\n            [preacher_id] => 5\n            [datetime] => 2019-09-29 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [156] => stdClass Object\n        (\n            [id] => 161\n            [title] => My View of Sin\n            [preacher_id] => 5\n            [datetime] => 2019-10-06 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [157] => stdClass Object\n        (\n            [id] => 162\n            [title] => Life Shaping Choices\n            [preacher_id] => 5\n            [datetime] => 1970-01-01 00:00:00\n            [service_id] => 3\n            [series_id] => 34\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [158] => stdClass Object\n        (\n            [id] => 163\n            [title] => Discouragement\n            [preacher_id] => 5\n            [datetime] => 2019-10-13 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:13:\"2 Corinthians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:18;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [159] => stdClass Object\n        (\n            [id] => 164\n            [title] => Our View of Pain\n            [preacher_id] => 5\n            [datetime] => 2019-10-20 10:30:00\n            [service_id] => 1\n            [series_id] => 42\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [160] => stdClass Object\n        (\n            [id] => 167\n            [title] => Stepping Up To The Plate\n            [preacher_id] => 3\n            [datetime] => 2019-10-27 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:25;s:5:\"verse\";i:14;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:25;s:5:\"verse\";i:30;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [161] => stdClass Object\n        (\n            [id] => 168\n            [title] => Rethinking My Thinking part 8\n            [preacher_id] => 5\n            [datetime] => 2019-11-03 10:30:00\n            [service_id] => 1\n            [series_id] => 41\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:13;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:14;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [162] => stdClass Object\n        (\n            [id] => 169\n            [title] => The Engedi Refuge Presentation and Testimony\n            [preacher_id] => 13\n            [datetime] => 2019-11-10 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [163] => stdClass Object\n        (\n            [id] => 170\n            [title] => Getting Wisdom for My Life\n            [preacher_id] => 5\n            [datetime] => 2019-11-17 10:30:00\n            [service_id] => 1\n            [series_id] => 43\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:15;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:17;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [164] => stdClass Object\n        (\n            [id] => 171\n            [title] => Giving Thanks Can Change Your Life\n            [preacher_id] => 5\n            [datetime] => 2019-11-24 10:30:00\n            [service_id] => 1\n            [series_id] => 35\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:4;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:11:\"Philippians\";s:7:\"chapter\";i:4;s:5:\"verse\";i:7;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [165] => stdClass Object\n        (\n            [id] => 172\n            [title] => Getting Wisdom for my Life part 2\n            [preacher_id] => 5\n            [datetime] => 2019-12-01 10:30:00\n            [service_id] => 1\n            [series_id] => 43\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:7;s:5:\"verse\";i:6;}i:1;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:9;s:5:\"verse\";i:7;}i:2;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:1;s:5:\"verse\";i:20;}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:7;s:5:\"verse\";i:27;}i:1;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:9;s:5:\"verse\";i:8;}i:2;a:3:{s:4:\"book\";s:8:\"Proverbs\";s:7:\"chapter\";i:1;s:5:\"verse\";i:33;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [166] => stdClass Object\n        (\n            [id] => 173\n            [title] => Getting Wisdom for my Life part 3\n            [preacher_id] => 5\n            [datetime] => 2019-12-08 10:30:00\n            [service_id] => 1\n            [series_id] => 43\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:15;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Ephesians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:16;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [167] => stdClass Object\n        (\n            [id] => 174\n            [title] => Getting Wisdom for my Life part 4\n            [preacher_id] => 5\n            [datetime] => 2019-12-15 10:30:00\n            [service_id] => 1\n            [series_id] => 43\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [168] => stdClass Object\n        (\n            [id] => 175\n            [title] => Christmas Eve 2019\n            [preacher_id] => 5\n            [datetime] => 2019-12-24 19:00:00\n            [service_id] => 3\n            [series_id] => 11\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [169] => stdClass Object\n        (\n            [id] => 176\n            [title] => Jubilee 2020\n            [preacher_id] => 3\n            [datetime] => 2019-12-29 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:9:\"Leviticus\";s:7:\"chapter\";i:25;s:5:\"verse\";i:8;}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:43;}}\n            [end] => a:3:{i:0;a:3:{s:4:\"book\";s:4:\"John\";s:7:\"chapter\";i:13;s:5:\"verse\";i:10;}i:1;a:3:{s:4:\"book\";s:9:\"Leviticus\";s:7:\"chapter\";i:25;s:5:\"verse\";i:12;}i:2;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:5;s:5:\"verse\";i:47;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [170] => stdClass Object\n        (\n            [id] => 177\n            [title] => The Prodigal Sons\n            [preacher_id] => 5\n            [datetime] => 2020-01-12 10:30:00\n            [service_id] => 1\n            [series_id] => 45\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:15;s:5:\"verse\";i:11;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:15;s:5:\"verse\";i:32;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [171] => stdClass Object\n        (\n            [id] => 178\n            [title] => Noticing & Praying\n            [preacher_id] => 5\n            [datetime] => 2020-01-19 10:30:00\n            [service_id] => 1\n            [series_id] => 45\n            [start] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:19;s:5:\"verse\";i:1;}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:9;s:5:\"verse\";i:36;}}\n            [end] => a:2:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:19;s:5:\"verse\";i:10;}i:1;a:3:{s:4:\"book\";s:7:\"Matthew\";s:7:\"chapter\";i:9;s:5:\"verse\";i:38;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [172] => stdClass Object\n        (\n            [id] => 179\n            [title] => Listening & Asking Questions\n            [preacher_id] => 5\n            [datetime] => 2020-01-26 10:30:00\n            [service_id] => 1\n            [series_id] => 45\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [173] => stdClass Object\n        (\n            [id] => 180\n            [title] => Loving\n            [preacher_id] => 5\n            [datetime] => 2020-02-02 10:30:00\n            [service_id] => 1\n            [series_id] => 46\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";i:4;s:5:\"verse\";i:9;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:6:\"1 John\";s:7:\"chapter\";i:4;s:5:\"verse\";i:19;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [174] => stdClass Object\n        (\n            [id] => 181\n            [title] => Welcoming\n            [preacher_id] => 5\n            [datetime] => 2020-02-09 10:30:00\n            [service_id] => 1\n            [series_id] => 45\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [175] => stdClass Object\n        (\n            [id] => 182\n            [title] => Facilitating, Serving Together, Sharing\n            [preacher_id] => 5\n            [datetime] => 2020-02-16 10:30:00\n            [service_id] => 1\n            [series_id] => 45\n            [start] => a:0:{}\n            [end] => a:0:{}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [176] => stdClass Object\n        (\n            [id] => 183\n            [title] => Under The Influence\n            [preacher_id] => 3\n            [datetime] => 2020-02-23 10:30:00\n            [service_id] => 1\n            [series_id] => 7\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:3;s:5:\"verse\";i:15;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:3;s:5:\"verse\";i:16;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [177] => stdClass Object\n        (\n            [id] => 184\n            [title] => Me & My Money\n            [preacher_id] => 5\n            [datetime] => 2020-03-01 10:30:00\n            [service_id] => 1\n            [series_id] => 47\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:16;s:5:\"verse\";i:1;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:4:\"Luke\";s:7:\"chapter\";i:16;s:5:\"verse\";i:14;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n    [178] => stdClass Object\n        (\n            [id] => 186\n            [title] => Me & My Money part 2\n            [preacher_id] => 5\n            [datetime] => 2020-03-08 10:30:00\n            [service_id] => 1\n            [series_id] => 47\n            [start] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:16;}}\n            [end] => a:1:{i:0;a:3:{s:4:\"book\";s:9:\"Galatians\";s:7:\"chapter\";i:5;s:5:\"verse\";i:23;}}\n            [description] => \n            [time] => \n            [override] => 0\n            [page_id] => 0\n        )\n\n)\n</div>\n[000.426]  • Sermon \"\\\"Learn To Discern\\\"\" imported. (ID: 2458)\n[000.428]    Raw files data: <a onclick=\"jQuery(\'#files-data-2458\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2458\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 1\n            [type] => file\n            [name] => Learn To Discern.mp3\n            [sermon_id] => 1\n            [count] => 158\n            [duration] => 45:21\n        )\n\n)\n</div>\n[000.430]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Learn%20To%20Discern.mp3\")\n[000.430]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Learn%20To%20Discern.mp3\")\n[000.436]    Assigned preacher with ID 66\n[000.440]    Assigned service type with ID 121\n[000.443]    Assigned series with ID 77\n[000.448]    Set sermon_date to 2016-06-12T10:30:00+00:00\n[000.471]  • Sermon \"Why Does This Keep Happening\" imported. (ID: 2459)\n[000.472]    Raw files data: <a onclick=\"jQuery(\'#files-data-2459\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2459\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 2\n            [type] => file\n            [name] => Why Does This Keep Happening.mp3\n            [sermon_id] => 2\n            [count] => 187\n            [duration] => 48:28\n        )\n\n)\n</div>\n[000.474]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Why%20Does%20This%20Keep%20Happening.mp3\")\n[000.474]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Why%20Does%20This%20Keep%20Happening.mp3\")\n[000.478]    Assigned preacher with ID 66\n[000.483]    Assigned service type with ID 121\n[000.485]    Assigned series with ID 77\n[000.491]    Set sermon_date to 2016-06-05T10:30:00+00:00\n[000.516]  • Sermon \"The Truth About Trouble\" imported. (ID: 2460)\n[000.518]    Raw files data: <a onclick=\"jQuery(\'#files-data-2460\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2460\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 3\n            [type] => file\n            [name] => the truth about trouble.mp3\n            [sermon_id] => 3\n            [count] => 104\n            [duration] => 22:39\n        )\n\n)\n</div>\n[000.519]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/the%20truth%20about%20trouble.mp3\")\n[000.519]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/the%20truth%20about%20trouble.mp3\")\n[000.525]    Assigned preacher with ID 67\n[000.529]    Assigned service type with ID 121\n[000.532]    Assigned series with ID 77\n[000.538]    Set sermon_date to 2016-05-29T10:30:00+00:00\n[000.565]  • Sermon \"The Lord\\\'s Prayer (part 6)\" imported. (ID: 2461)\n[000.566]    Raw files data: <a onclick=\"jQuery(\'#files-data-2461\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2461\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 4\n            [type] => file\n            [name] => The Lord\'s Prayer part 6.mp3\n            [sermon_id] => 4\n            [count] => 92\n            [duration] => 31:46\n        )\n\n)\n</div>\n[000.568]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%206.mp3\")\n[000.568]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%206.mp3\")\n[000.573]    Assigned preacher with ID 68\n[000.585]    Assigned service type with ID 121\n[000.588]    Assigned series with ID 78\n[000.593]    Set sermon_date to 2016-05-15T10:30:00+00:00\n[000.615]  • Sermon \"The Lord\\\'s Prayer (part 5)\" imported. (ID: 2462)\n[000.616]    Raw files data: <a onclick=\"jQuery(\'#files-data-2462\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2462\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 88\n            [type] => file\n            [name] => The Lord\'s Prayer part 5.mp3\n            [sermon_id] => 5\n            [count] => 120\n            [duration] => 34:58\n        )\n\n)\n</div>\n[000.618]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%205.mp3\")\n[000.618]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%205.mp3\")\n[000.622]    Assigned preacher with ID 68\n[000.626]    Assigned service type with ID 121\n[000.628]    Assigned series with ID 78\n[000.633]    Set sermon_date to 2016-05-08T10:30:00+00:00\n[000.657]  • Sermon \"More Than Joshua\\\'s Story\" imported. (ID: 2463)\n[000.658]    Raw files data: <a onclick=\"jQuery(\'#files-data-2463\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2463\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 5\n            [type] => file\n            [name] => More Than Joshua\'s Story.mp3\n            [sermon_id] => 6\n            [count] => 76\n            [duration] => 29:11\n        )\n\n)\n</div>\n[000.660]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/More%20Than%20Joshua%27s%20Story.mp3\")\n[000.660]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/More%20Than%20Joshua%27s%20Story.mp3\")\n[000.663]    Assigned preacher with ID 67\n[000.667]    Assigned service type with ID 121\n[000.669]    Assigned series with ID 77\n[000.674]    Set sermon_date to 2016-05-22T10:30:00+00:00\n[000.710]  • Sermon \"The Lord\\\'s Prayer (part 4)\" imported. (ID: 2464)\n[000.711]    Raw files data: <a onclick=\"jQuery(\'#files-data-2464\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2464\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 7\n            [type] => file\n            [name] => The Lord\'s Prayer part 4.mp3\n            [sermon_id] => 7\n            [count] => 118\n            [duration] => 32:19\n        )\n\n)\n</div>\n[000.713]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%204.mp3\")\n[000.713]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%204.mp3\")\n[000.717]    Assigned preacher with ID 68\n[000.721]    Assigned service type with ID 123\n[000.724]    Assigned series with ID 78\n[000.729]    Set sermon_date to 2016-05-01T19:00:00+00:00\n[000.750]  • Sermon \"The Lord\\\'s Prayer (part 3)\" imported. (ID: 2465)\n[000.751]    Raw files data: <a onclick=\"jQuery(\'#files-data-2465\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2465\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 9\n            [type] => file\n            [name] => The Lords Prayer part 3.mp3\n            [sermon_id] => 8\n            [count] => 107\n            [duration] => 38:42\n        )\n\n)\n</div>\n[000.753]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%203.mp3\")\n[000.753]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%203.mp3\")\n[000.757]    Assigned preacher with ID 68\n[000.761]    Assigned service type with ID 123\n[000.763]    Assigned series with ID 78\n[000.768]    Set sermon_date to 2016-04-24T19:00:00+00:00\n[000.788]  • Sermon \"The Lord\\\'s Prayer (part 2)\" imported. (ID: 2466)\n[000.789]    Raw files data: <a onclick=\"jQuery(\'#files-data-2466\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2466\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 8\n            [type] => file\n            [name] => The Lords Prayer part 2.mp3\n            [sermon_id] => 9\n            [count] => 92\n            [duration] => 34:34\n        )\n\n)\n</div>\n[000.791]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%202.mp3\")\n[000.791]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%202.mp3\")\n[000.794]    Assigned preacher with ID 68\n[000.798]    Assigned service type with ID 123\n[000.801]    Assigned series with ID 78\n[000.807]    Set sermon_date to 2016-04-10T19:00:00+00:00\n[000.828]  • Sermon \"The Lord\\\'s Prayer (part 1)\" imported. (ID: 2467)\n[000.829]    Raw files data: <a onclick=\"jQuery(\'#files-data-2467\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2467\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 10\n            [type] => file\n            [name] => The Lords Prayer Path To Inner Peace.mp3\n            [sermon_id] => 10\n            [count] => 105\n            [duration] => 35:36\n        )\n\n)\n</div>\n[000.831]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20Path%20To%20Inner%20Peace.mp3\")\n[000.831]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20Path%20To%20Inner%20Peace.mp3\")\n[000.835]    Assigned preacher with ID 68\n[000.839]    Assigned service type with ID 123\n[000.841]    Assigned series with ID 78\n[000.847]    Set sermon_date to 2016-04-03T19:00:00+00:00\n[000.866]  • Sermon \"Power For Cave Dwellers (Easter Sunday)\" imported. (ID: 2468)\n[000.867]    Raw files data: <a onclick=\"jQuery(\'#files-data-2468\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2468\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 6\n            [type] => file\n            [name] => Power for Cave Dwellers.mp3\n            [sermon_id] => 11\n            [count] => 99\n            [duration] => 32:17\n        )\n\n)\n</div>\n[000.869]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Power%20for%20Cave%20Dwellers.mp3\")\n[000.869]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Power%20for%20Cave%20Dwellers.mp3\")\n[000.873]    Assigned preacher with ID 68\n[000.877]    Assigned service type with ID 123\n[000.880]    Assigned series with ID 79\n[000.885]    Set sermon_date to 2016-03-27T19:00:00+00:00\n[000.904]  • Sermon \"The Lord\\\'s Prayer (part 7)\" imported. (ID: 2469)\n[000.905]    Raw files data: <a onclick=\"jQuery(\'#files-data-2469\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2469\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 11\n            [type] => file\n            [name] => The Lord\'s Prayer part 7.mp3\n            [sermon_id] => 12\n            [count] => 98\n            [duration] => 39:37\n        )\n\n)\n</div>\n[000.906]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%207.mp3\")\n[000.906]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%207.mp3\")\n[000.910]    Assigned preacher with ID 68\n[000.913]    Assigned service type with ID 121\n[000.940]    Assigned series with ID 78\n[000.947]    Set sermon_date to 2016-06-19T10:30:00+00:00\n[000.971]  • Sermon \"Toughen Up!  (part 1)\" imported. (ID: 2470)\n[000.973]    Raw files data: <a onclick=\"jQuery(\'#files-data-2470\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2470\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 12\n            [type] => file\n            [name] => Toughen Up.mp3\n            [sermon_id] => 13\n            [count] => 97\n            [duration] => 42:35\n        )\n\n)\n</div>\n[000.975]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up.mp3\")\n[000.975]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up.mp3\")\n[000.980]    Assigned preacher with ID 68\n[001.004]    Assigned service type with ID 121\n[001.018]    Assigned series with ID 80\n[001.043]    Set sermon_date to 2016-06-26T10:30:00+00:00\n[001.078]  • Sermon \"Toughen Up\" imported. (ID: 2471)\n[001.081]    Raw files data: <a onclick=\"jQuery(\'#files-data-2471\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2471\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 155\n            [type] => file\n            [name] => Toughen Up part 2.mp3\n            [sermon_id] => 14\n            [count] => 126\n            [duration] => 33:57\n        )\n\n)\n</div>\n[001.083]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%202.mp3\")\n[001.083]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%202.mp3\")\n[001.088]    Assigned preacher with ID 68\n[001.114]    Assigned service type with ID 121\n[001.118]    Assigned series with ID 80\n[001.141]    Set sermon_date to 2016-07-03T10:30:00+00:00\n[001.170]  • Sermon \"Toughen Up part 3\" imported. (ID: 2472)\n[001.172]    Raw files data: <a onclick=\"jQuery(\'#files-data-2472\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2472\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 156\n            [type] => file\n            [name] => Toughen Up part 3.mp3\n            [sermon_id] => 15\n            [count] => 103\n            [duration] => 59:52\n        )\n\n)\n</div>\n[001.174]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%203.mp3\")\n[001.174]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%203.mp3\")\n[001.178]    Assigned preacher with ID 68\n[001.182]    Assigned service type with ID 121\n[001.184]    Assigned series with ID 80\n[001.189]    Set sermon_date to 2016-07-10T10:30:00+00:00\n[001.209]  • Sermon \"CrossPoint Work and Witness Team\" imported. (ID: 2473)\n[001.211]    Raw files data: <a onclick=\"jQuery(\'#files-data-2473\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2473\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 157\n            [type] => file\n            [name] => Work and Witness Report.mp3\n            [sermon_id] => 16\n            [count] => 113\n            [duration] => 36:16\n        )\n\n)\n</div>\n[001.213]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Work%20and%20Witness%20Report.mp3\")\n[001.213]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Work%20and%20Witness%20Report.mp3\")\n[001.218]    Assigned preacher with ID 68\n[001.223]    Assigned service type with ID 121\n[001.226]    Assigned series with ID 81\n[001.232]    Set sermon_date to 2016-07-17T10:30:00+00:00\n[001.258]  • Sermon \"It\\\'s Not Too Late\" imported. (ID: 2474)\n[001.260]    Raw files data: <a onclick=\"jQuery(\'#files-data-2474\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2474\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 158\n            [type] => file\n            [name] => Its Not Too Late.mp3\n            [sermon_id] => 17\n            [count] => 126\n            [duration] => 32:47\n        )\n\n)\n</div>\n[001.263]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Its%20Not%20Too%20Late.mp3\")\n[001.263]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Its%20Not%20Too%20Late.mp3\")\n[001.270]    Assigned preacher with ID 68\n[001.276]    Assigned service type with ID 121\n[001.278]    Assigned series with ID 82\n[001.284]    Set sermon_date to 2016-07-24T10:30:00+00:00\n[001.309]  • Sermon \"When You Are Running Out Of What You Need\" imported. (ID: 2475)\n[001.310]    Raw files data: <a onclick=\"jQuery(\'#files-data-2475\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2475\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 159\n            [type] => file\n            [name] => It Will Take a Miracle Part 2.mp3\n            [sermon_id] => 18\n            [count] => 118\n            [duration] => 29:33\n        )\n\n)\n</div>\n[001.312]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20a%20Miracle%20Part%202.mp3\")\n[001.312]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20a%20Miracle%20Part%202.mp3\")\n[001.316]    Assigned preacher with ID 68\n[001.321]    Assigned service type with ID 121\n[001.323]    Assigned series with ID 82\n[001.328]    Set sermon_date to 2016-07-31T10:30:00+00:00\n[001.349]  • Sermon \"When I Can\\\'t See My Way Forward\" imported. (ID: 2476)\n[001.351]    Raw files data: <a onclick=\"jQuery(\'#files-data-2476\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2476\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 160\n            [type] => file\n            [name] => When I Can\'t See My Way.mp3\n            [sermon_id] => 19\n            [count] => 125\n            [duration] => 35:26\n        )\n\n)\n</div>\n[001.352]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20I%20Can%27t%20See%20My%20Way.mp3\")\n[001.352]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20I%20Can%27t%20See%20My%20Way.mp3\")\n[001.357]    Assigned preacher with ID 68\n[001.361]    Assigned service type with ID 121\n[001.366]    Assigned series with ID 82\n[001.371]    Set sermon_date to 2016-08-14T10:30:00+00:00\n[001.390]  • Sermon \"The Church In The Middle\" imported. (ID: 2477)\n[001.391]    Raw files data: <a onclick=\"jQuery(\'#files-data-2477\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2477\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 161\n            [type] => file\n            [name] => The Church In The Middle.mp3\n            [sermon_id] => 20\n            [count] => 123\n            [duration] => 57:39\n        )\n\n)\n</div>\n[001.393]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Church%20In%20The%20Middle.mp3\")\n[001.393]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Church%20In%20The%20Middle.mp3\")\n[001.397]    Assigned preacher with ID 66\n[001.401]    Assigned service type with ID 121\n[001.404]    Assigned series with ID 81\n[001.408]    Set sermon_date to 2016-08-07T10:30:00+00:00\n[001.427]  • Sermon \"When You Need A Fresh Start\" imported. (ID: 2478)\n[001.428]    Raw files data: <a onclick=\"jQuery(\'#files-data-2478\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2478\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 162\n            [type] => file\n            [name] => When You Need A Fresh Part 2.mp3\n            [sermon_id] => 21\n            [count] => 126\n            [duration] => 37:08\n        )\n\n)\n</div>\n[001.430]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20You%20Need%20A%20Fresh%20Part%202.mp3\")\n[001.430]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20You%20Need%20A%20Fresh%20Part%202.mp3\")\n[001.434]    Assigned preacher with ID 68\n[001.438]    Assigned service type with ID 121\n[001.442]    Assigned series with ID 82\n[001.449]    Set sermon_date to 2016-08-21T10:30:00+00:00\n[001.470]  • Sermon \"When You Feel Like You Are Sinking\" imported. (ID: 2479)\n[001.472]    Raw files data: <a onclick=\"jQuery(\'#files-data-2479\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2479\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 163\n            [type] => file\n            [name] => It Will Take A Miracle part 5.mp3\n            [sermon_id] => 22\n            [count] => 139\n            [duration] => 31:17\n        )\n\n)\n</div>\n[001.475]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20A%20Miracle%20part%205.mp3\")\n[001.475]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20A%20Miracle%20part%205.mp3\")\n[001.480]    Assigned preacher with ID 68\n[001.486]    Assigned service type with ID 121\n[001.490]    Assigned series with ID 82\n[001.500]    Set sermon_date to 2016-08-28T10:30:00+00:00\n[001.526]  • Sermon \"What Matters Most\" imported. (ID: 2480)\n[001.528]    Raw files data: <a onclick=\"jQuery(\'#files-data-2480\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2480\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 164\n            [type] => file\n            [name] => What Matters Most.mp3\n            [sermon_id] => 23\n            [count] => 131\n            [duration] => 38:46\n        )\n\n)\n</div>\n[001.531]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Matters%20Most.mp3\")\n[001.531]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Matters%20Most.mp3\")\n[001.537]    Assigned preacher with ID 68\n[001.542]    Assigned service type with ID 121\n[001.546]    Assigned series with ID 83\n[001.552]    Set sermon_date to 2016-09-11T10:30:00+00:00\n[001.573]  • Sermon \"The Webb\\\'s\" imported. (ID: 2481)\n[001.574]    Raw files data: <a onclick=\"jQuery(\'#files-data-2481\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2481\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 165\n            [type] => file\n            [name] => The Webb\'s.mp3\n            [sermon_id] => 24\n            [count] => 105\n            [duration] => 31:18\n        )\n\n)\n</div>\n[001.576]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Webb%27s.mp3\")\n[001.576]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Webb%27s.mp3\")\n[001.580]    Assigned preacher with ID 69\n[001.586]    Assigned service type with ID 121\n[001.589]    Assigned series with ID 84\n[001.595]    Set sermon_date to 2016-09-25T10:30:00+00:00\n[001.621]  • Sermon \"The Stages of Decay\" imported. (ID: 2482)\n[001.622]    Raw files data: <a onclick=\"jQuery(\'#files-data-2482\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2482\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 166\n            [type] => file\n            [name] => The Stages of Spiritual Decay.mp3\n            [sermon_id] => 25\n            [count] => 102\n            [duration] => 36:36\n        )\n\n)\n</div>\n[001.624]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Stages%20of%20Spiritual%20Decay.mp3\")\n[001.624]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Stages%20of%20Spiritual%20Decay.mp3\")\n[001.628]    Assigned preacher with ID 68\n[001.633]    Assigned service type with ID 121\n[001.637]    Assigned series with ID 83\n[001.645]    Set sermon_date to 2016-10-02T10:30:00+00:00\n[001.666]  • Sermon \"A Heart For Friendship\" imported. (ID: 2483)\n[001.667]    Raw files data: <a onclick=\"jQuery(\'#files-data-2483\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2483\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 167\n            [type] => file\n            [name] => A Heart For Friendship.mp3\n            [sermon_id] => 26\n            [count] => 108\n            [duration] => 40:12\n        )\n\n)\n</div>\n[001.669]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Heart%20For%20Friendship.mp3\")\n[001.669]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Heart%20For%20Friendship.mp3\")\n[001.673]    Assigned preacher with ID 68\n[001.677]    Assigned service type with ID 121\n[001.680]    Assigned series with ID 83\n[001.686]    Set sermon_date to 2016-10-09T10:30:00+00:00\n[001.710]  • Sermon \"A Discouraged Heart\" imported. (ID: 2484)\n[001.715]    Raw files data: <a onclick=\"jQuery(\'#files-data-2484\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2484\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 168\n            [type] => file\n            [name] => A Discouraged Heart.mp3\n            [sermon_id] => 27\n            [count] => 112\n            [duration] => 30:33\n        )\n\n)\n</div>\n[001.717]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Discouraged%20Heart.mp3\")\n[001.717]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Discouraged%20Heart.mp3\")\n[001.721]    Assigned preacher with ID 68\n[001.726]    Assigned service type with ID 121\n[001.729]    Assigned series with ID 83\n[001.736]    Set sermon_date to 2016-10-16T10:30:00+00:00\n[001.759]  • Sermon \"A Courageous Heart\" imported. (ID: 2485)\n[001.760]    Raw files data: <a onclick=\"jQuery(\'#files-data-2485\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2485\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 169\n            [type] => file\n            [name] => Part 2 - A Courageous Heart.mp3\n            [sermon_id] => 28\n            [count] => 105\n            [duration] => 36:40\n        )\n\n)\n</div>\n[001.761]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Part%202%20-%20A%20Courageous%20Heart.mp3\")\n[001.761]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Part%202%20-%20A%20Courageous%20Heart.mp3\")\n[001.769]    Assigned preacher with ID 68\n[001.774]    Assigned service type with ID 121\n[001.777]    Assigned series with ID 83\n[001.782]    Set sermon_date to 2016-09-18T10:30:00+00:00\n[001.800]  • Sermon \"Developing A Generous Heart\" imported. (ID: 2486)\n[001.801]    Raw files data: <a onclick=\"jQuery(\'#files-data-2486\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2486\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 170\n            [type] => file\n            [name] => Developing A Generous Heart.mp3\n            [sermon_id] => 29\n            [count] => 98\n            [duration] => 41:57\n        )\n\n)\n</div>\n[001.803]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Developing%20A%20Generous%20Heart.mp3\")\n[001.803]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Developing%20A%20Generous%20Heart.mp3\")\n[001.806]    Assigned preacher with ID 68\n[001.810]    Assigned service type with ID 121\n[001.812]    Assigned series with ID 83\n[001.820]    Set sermon_date to 2016-10-23T10:30:00+00:00\n[001.841]  • Sermon \"A Contrite Heart\" imported. (ID: 2487)\n[001.842]    Raw files data: <a onclick=\"jQuery(\'#files-data-2487\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2487\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 171\n            [type] => file\n            [name] => A Contrite Heart.mp3\n            [sermon_id] => 30\n            [count] => 114\n            [duration] => 35:51\n        )\n\n)\n</div>\n[001.843]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Contrite%20Heart.mp3\")\n[001.843]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Contrite%20Heart.mp3\")\n[001.847]    Assigned preacher with ID 68\n[001.852]    Assigned service type with ID 121\n[001.854]    Assigned series with ID 83\n[001.859]    Set sermon_date to 2016-11-06T10:30:00+00:00\n[001.880]  • Sermon \"A Passionate Heart\" imported. (ID: 2488)\n[001.881]    Raw files data: <a onclick=\"jQuery(\'#files-data-2488\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2488\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 172\n            [type] => file\n            [name] => A Passionate Heart.mp3\n            [sermon_id] => 31\n            [count] => 112\n            [duration] => 34:21\n        )\n\n)\n</div>\n[001.882]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Passionate%20Heart.mp3\")\n[001.882]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Passionate%20Heart.mp3\")\n[001.886]    Assigned preacher with ID 68\n[001.890]    Assigned service type with ID 121\n[001.892]    Assigned series with ID 83\n[001.897]    Set sermon_date to 2016-11-13T10:30:00+00:00\n[001.917]  • Sermon \"Scandalous Christmas\" imported. (ID: 2489)\n[001.918]    Raw files data: <a onclick=\"jQuery(\'#files-data-2489\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2489\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 173\n            [type] => file\n            [name] => Scandalous Christmas.mp3\n            [sermon_id] => 32\n            [count] => 123\n            [duration] => 35:21\n        )\n\n)\n</div>\n[001.919]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Scandalous%20Christmas.mp3\")\n[001.919]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Scandalous%20Christmas.mp3\")\n[001.922]    Assigned preacher with ID 68\n[001.926]    Assigned service type with ID 121\n[001.928]    Assigned series with ID 86\n[001.933]    Set sermon_date to 2016-12-04T10:30:00+00:00\n[001.955]  • Sermon \"Story of Judah\" imported. (ID: 2490)\n[001.956]    Raw files data: <a onclick=\"jQuery(\'#files-data-2490\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2490\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 174\n            [type] => file\n            [name] => Story of Judah.mp3\n            [sermon_id] => 33\n            [count] => 101\n            [duration] => 37:17\n        )\n\n)\n</div>\n[001.958]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Story%20of%20Judah.mp3\")\n[001.958]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Story%20of%20Judah.mp3\")\n[001.962]    Assigned preacher with ID 68\n[001.966]    Assigned service type with ID 121\n[001.968]    Assigned series with ID 86\n[001.974]    Set sermon_date to 2016-12-11T10:30:00+00:00\n[001.995]  • Sermon \"Rahab\\\'s Story\" imported. (ID: 2491)\n[001.996]    Raw files data: <a onclick=\"jQuery(\'#files-data-2491\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2491\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 175\n            [type] => file\n            [name] => Rahab\'s Story.mp3\n            [sermon_id] => 34\n            [count] => 165\n            [duration] => 32:56\n        )\n\n)\n</div>\n[001.997]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rahab%27s%20Story.mp3\")\n[001.997]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rahab%27s%20Story.mp3\")\n[002.001]    Assigned preacher with ID 68\n[002.005]    Assigned service type with ID 121\n[002.007]    Assigned series with ID 86\n[002.012]    Set sermon_date to 2016-12-18T10:30:00+00:00\n[002.034]  • Sermon \"Convert vs Disciple\" imported. (ID: 2492)\n[002.035]    Raw files data: <a onclick=\"jQuery(\'#files-data-2492\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2492\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 176\n            [type] => file\n            [name] => Convert vs Disciple.mp3\n            [sermon_id] => 35\n            [count] => 176\n            [duration] => 48:42\n        )\n\n)\n</div>\n[002.037]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Convert%20vs%20Disciple.mp3\")\n[002.037]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Convert%20vs%20Disciple.mp3\")\n[002.045]    Assigned preacher with ID 66\n[002.051]    Assigned service type with ID 121\n[002.053]    Assigned series with ID 81\n[002.058]    Set sermon_date to 2017-01-01T10:30:00+00:00\n[002.080]  • Sermon \"The Power of Decisions\" imported. (ID: 2493)\n[002.085]    Raw files data: <a onclick=\"jQuery(\'#files-data-2493\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2493\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 177\n            [type] => file\n            [name] => The Power of Decisions.mp3\n            [sermon_id] => 36\n            [count] => 180\n            [duration] => 37:19\n        )\n\n)\n</div>\n[002.087]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Power%20of%20Decisions.mp3\")\n[002.087]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Power%20of%20Decisions.mp3\")\n[002.094]    Assigned preacher with ID 68\n[002.102]    Assigned service type with ID 121\n[002.105]    Assigned series with ID 88\n[002.111]    Set sermon_date to 2017-01-08T10:30:00+00:00\n[002.134]  • Sermon \"It\\\'s Decision Time\" imported. (ID: 2494)\n[002.136]    Raw files data: <a onclick=\"jQuery(\'#files-data-2494\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2494\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 178\n            [type] => file\n            [name] => It\'s Decision Time.mp3\n            [sermon_id] => 37\n            [count] => 143\n            [duration] => 45:52\n        )\n\n)\n</div>\n[002.137]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time.mp3\")\n[002.137]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time.mp3\")\n[002.142]    Assigned preacher with ID 68\n[002.146]    Assigned service type with ID 121\n[002.149]    Assigned series with ID 88\n[002.155]    Set sermon_date to 2017-01-15T10:30:00+00:00\n[002.180]  • Sermon \"It\\\'s Decision Time part 3\" imported. (ID: 2495)\n[002.181]    Raw files data: <a onclick=\"jQuery(\'#files-data-2495\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2495\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 179\n            [type] => file\n            [name] => It\'s Decision Time part 3.mp3\n            [sermon_id] => 38\n            [count] => 157\n            [duration] => 37:53\n        )\n\n)\n</div>\n[002.183]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20part%203.mp3\")\n[002.183]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20part%203.mp3\")\n[002.187]    Assigned preacher with ID 68\n[002.192]    Assigned service type with ID 121\n[002.194]    Assigned series with ID 88\n[002.199]    Set sermon_date to 2017-01-22T10:30:00+00:00\n[002.220]  • Sermon \"It\\\'s Decision Time part 4\" imported. (ID: 2496)\n[002.222]    Raw files data: <a onclick=\"jQuery(\'#files-data-2496\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2496\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 180\n            [type] => file\n            [name] => It\'s Decision Time Part 4.mp3\n            [sermon_id] => 39\n            [count] => 167\n            [duration] => 32:00\n        )\n\n)\n</div>\n[002.223]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20Part%204.mp3\")\n[002.223]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20Part%204.mp3\")\n[002.227]    Assigned preacher with ID 68\n[002.232]    Assigned service type with ID 121\n[002.234]    Assigned series with ID 88\n[002.239]    Set sermon_date to 2017-01-29T10:30:00+00:00\n[002.261]  • Sermon \"That Was Then, What About Now?\" imported. (ID: 2497)\n[002.263]    Raw files data: <a onclick=\"jQuery(\'#files-data-2497\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2497\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 181\n            [type] => file\n            [name] => That Was Then, What About Now.mp3\n            [sermon_id] => 40\n            [count] => 186\n            [duration] => 47:30\n        )\n\n)\n</div>\n[002.264]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now.mp3\")\n[002.264]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now.mp3\")\n[002.268]    Assigned preacher with ID 68\n[002.272]    Assigned service type with ID 121\n[002.275]    Assigned series with ID 89\n[002.280]    Set sermon_date to 2017-02-12T10:30:00+00:00\n[002.301]  • Sermon \"That Was Then, What About Now? part 2\" imported. (ID: 2498)\n[002.303]    Raw files data: <a onclick=\"jQuery(\'#files-data-2498\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2498\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 182\n            [type] => file\n            [name] => That Was Then, What About Now part 2.mp3\n            [sermon_id] => 41\n            [count] => 180\n            [duration] => 42:23\n        )\n\n)\n</div>\n[002.307]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%202.mp3\")\n[002.307]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%202.mp3\")\n[002.311]    Assigned preacher with ID 68\n[002.316]    Assigned service type with ID 121\n[002.318]    Assigned series with ID 89\n[002.327]    Set sermon_date to 2017-02-19T10:30:00+00:00\n[002.352]  • Sermon \"That Was Then, What About Now? part 3\" imported. (ID: 2499)\n[002.353]    Raw files data: <a onclick=\"jQuery(\'#files-data-2499\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2499\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 183\n            [type] => file\n            [name] => That Was Then, What About Now part 3.mp3\n            [sermon_id] => 42\n            [count] => 153\n            [duration] => 46:21\n        )\n\n)\n</div>\n[002.355]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%203.mp3\")\n[002.355]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%203.mp3\")\n[002.359]    Assigned preacher with ID 68\n[002.362]    Assigned service type with ID 121\n[002.365]    Assigned series with ID 89\n[002.370]    Set sermon_date to 2017-02-26T10:30:00+00:00\n[002.391]  • Sermon \"That Was Then, What About Now? part 4\" imported. (ID: 2500)\n[002.392]    Raw files data: <a onclick=\"jQuery(\'#files-data-2500\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2500\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 184\n            [type] => file\n            [name] => That Was Then, What About Now part 4.mp3\n            [sermon_id] => 43\n            [count] => 168\n            [duration] => 51:47\n        )\n\n)\n</div>\n[002.394]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%204.mp3\")\n[002.394]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%204.mp3\")\n[002.398]    Assigned preacher with ID 68\n[002.402]    Assigned service type with ID 121\n[002.405]    Assigned series with ID 89\n[002.409]    Set sermon_date to 2017-03-05T10:30:00+00:00\n[002.430]  • Sermon \"That Was Then, What About Now? part 5\" imported. (ID: 2501)\n[002.432]    Raw files data: <a onclick=\"jQuery(\'#files-data-2501\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2501\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 185\n            [type] => file\n            [name] => That Was Then, What About Now part 5.mp3\n            [sermon_id] => 44\n            [count] => 166\n            [duration] => 48:21\n        )\n\n)\n</div>\n[002.433]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%205.mp3\")\n[002.433]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%205.mp3\")\n[002.437]    Assigned preacher with ID 68\n[002.441]    Assigned service type with ID 121\n[002.444]    Assigned series with ID 89\n[002.449]    Set sermon_date to 2017-03-12T10:30:00+00:00\n[002.470]  • Sermon \"That Was Then, What About Now? part 6\" imported. (ID: 2502)\n[002.473]    Raw files data: <a onclick=\"jQuery(\'#files-data-2502\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2502\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 186\n            [type] => file\n            [name] => That Was Then, What About Now part 6.mp3\n            [sermon_id] => 45\n            [count] => 185\n            [duration] => 39:23\n        )\n\n)\n</div>\n[002.475]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%206.mp3\")\n[002.475]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%206.mp3\")\n[002.480]    Assigned preacher with ID 68\n[002.484]    Assigned service type with ID 121\n[002.486]    Assigned series with ID 89\n[002.490]    Set sermon_date to 2017-03-19T10:30:00+00:00\n[002.511]  • Sermon \"Hopelessly Devoted\" imported. (ID: 2503)\n[002.513]    Raw files data: <a onclick=\"jQuery(\'#files-data-2503\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2503\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 187\n            [type] => file\n            [name] => That Was Then, What ABout Now part 7.mp3\n            [sermon_id] => 46\n            [count] => 218\n            [duration] => 41:42\n        )\n\n)\n</div>\n[002.515]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20ABout%20Now%20part%207.mp3\")\n[002.515]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20ABout%20Now%20part%207.mp3\")\n[002.523]    Assigned preacher with ID 66\n[002.530]    Assigned service type with ID 121\n[002.533]    Assigned series with ID 89\n[002.539]    Set sermon_date to 2017-03-26T10:30:00+00:00\n[002.566]  • Sermon \"Rest For Weary Souls\" imported. (ID: 2504)\n[002.568]    Raw files data: <a onclick=\"jQuery(\'#files-data-2504\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2504\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 188\n            [type] => file\n            [name] => Rest For Weary Souls.mp3\n            [sermon_id] => 47\n            [count] => 168\n            [duration] => 17:35\n        )\n\n)\n</div>\n[002.570]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls.mp3\")\n[002.570]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls.mp3\")\n[002.574]    Assigned preacher with ID 68\n[002.578]    Assigned service type with ID 121\n[002.581]    Assigned series with ID 90\n[002.585]    Set sermon_date to 2017-04-02T10:30:00+00:00\n[002.607]  • Sermon \"Rest For Weary Souls part 2\" imported. (ID: 2505)\n[002.608]    Raw files data: <a onclick=\"jQuery(\'#files-data-2505\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2505\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 189\n            [type] => file\n            [name] => Rest For Weary Souls part 2.mp3\n            [sermon_id] => 48\n            [count] => 202\n            [duration] => 35:53\n        )\n\n)\n</div>\n[002.611]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls%20part%202.mp3\")\n[002.611]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls%20part%202.mp3\")\n[002.618]    Assigned preacher with ID 68\n[002.624]    Assigned service type with ID 121\n[002.627]    Assigned series with ID 90\n[002.634]    Set sermon_date to 2017-04-09T10:30:00+00:00\n[002.653]  • Sermon \"The Third Day\" imported. (ID: 2506)\n[002.654]    Raw files data: <a onclick=\"jQuery(\'#files-data-2506\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2506\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 190\n            [type] => file\n            [name] => The Third Day.mp3\n            [sermon_id] => 49\n            [count] => 153\n            [duration] => 31:44\n        )\n\n)\n</div>\n[002.656]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Third%20Day.mp3\")\n[002.656]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Third%20Day.mp3\")\n[002.659]    Assigned preacher with ID 68\n[002.663]    Assigned service type with ID 121\n[002.666]    Assigned series with ID 79\n[002.682]    Set sermon_date to 2017-04-16T10:30:00+00:00\n[002.704]  • Sermon \"Jonah\" imported. (ID: 2507)\n[002.705]    Raw files data: <a onclick=\"jQuery(\'#files-data-2507\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2507\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 191\n            [type] => file\n            [name] => Jonah.mp3\n            [sermon_id] => 50\n            [count] => 187\n            [duration] => 34:06\n        )\n\n)\n</div>\n[002.707]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah.mp3\")\n[002.707]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah.mp3\")\n[002.710]    Assigned preacher with ID 68\n[002.718]    Assigned service type with ID 121\n[002.720]    Assigned series with ID 91\n[002.725]    Set sermon_date to 2017-04-23T10:30:00+00:00\n[002.751]  • Sermon \"Jonah part 2\" imported. (ID: 2508)\n[002.752]    Raw files data: <a onclick=\"jQuery(\'#files-data-2508\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2508\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 192\n            [type] => file\n            [name] => Jonah part 2.mp3\n            [sermon_id] => 51\n            [count] => 140\n            [duration] => 34:49\n        )\n\n)\n</div>\n[002.754]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%202.mp3\")\n[002.754]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%202.mp3\")\n[002.759]    Assigned preacher with ID 68\n[002.772]    Assigned service type with ID 121\n[002.784]    Assigned series with ID 91\n[002.793]    Set sermon_date to 2017-04-30T10:30:00+00:00\n[002.819]  • Sermon \"Jonah part 3\" imported. (ID: 2509)\n[002.820]    Raw files data: <a onclick=\"jQuery(\'#files-data-2509\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2509\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 193\n            [type] => file\n            [name] => Jonah part 3.mp3\n            [sermon_id] => 52\n            [count] => 134\n            [duration] => 39:09\n        )\n\n)\n</div>\n[002.822]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%203.mp3\")\n[002.822]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%203.mp3\")\n[002.830]    Assigned preacher with ID 68\n[002.835]    Assigned service type with ID 121\n[002.838]    Assigned series with ID 91\n[002.843]    Set sermon_date to 2017-05-14T10:30:00+00:00\n[002.865]  • Sermon \"Spiritual Influence\" imported. (ID: 2510)\n[002.867]    Raw files data: <a onclick=\"jQuery(\'#files-data-2510\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2510\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 194\n            [type] => file\n            [name] => Spiritual Influence.mp3\n            [sermon_id] => 53\n            [count] => 170\n            [duration] => 45:14\n        )\n\n)\n</div>\n[002.870]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Spiritual%20Influence.mp3\")\n[002.870]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Spiritual%20Influence.mp3\")\n[002.875]    Assigned preacher with ID 68\n[002.880]    Assigned service type with ID 121\n[002.883]    Assigned series with ID 92\n[002.888]    Set sermon_date to 2017-06-04T10:30:00+00:00\n[002.910]  • Sermon \"The Ministry of Admonition\" imported. (ID: 2511)\n[002.911]    Raw files data: <a onclick=\"jQuery(\'#files-data-2511\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2511\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 195\n            [type] => file\n            [name] => The Ministry of Admonition.mp3\n            [sermon_id] => 54\n            [count] => 150\n            [duration] => 34:32\n        )\n\n)\n</div>\n[002.912]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Ministry%20of%20Admonition.mp3\")\n[002.912]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Ministry%20of%20Admonition.mp3\")\n[002.916]    Assigned preacher with ID 68\n[002.920]    Assigned service type with ID 121\n[002.922]    Assigned series with ID 92\n[002.927]    Set sermon_date to 2017-06-11T10:30:00+00:00\n[002.950]  • Sermon \"The Importance of Teaching\" imported. (ID: 2512)\n[002.952]    Raw files data: <a onclick=\"jQuery(\'#files-data-2512\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2512\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 196\n            [type] => file\n            [name] => The Importance of Teaching.mp3\n            [sermon_id] => 55\n            [count] => 210\n            [duration] => 41:49\n        )\n\n)\n</div>\n[002.953]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Importance%20of%20Teaching.mp3\")\n[002.953]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Importance%20of%20Teaching.mp3\")\n[002.957]    Assigned preacher with ID 68\n[002.960]    Assigned service type with ID 121\n[002.963]    Assigned series with ID 92\n[002.969]    Set sermon_date to 2017-06-18T10:30:00+00:00\n[003.017]  • Sermon \"Living A Life Full of Influence\" imported. (ID: 2513)\n[003.019]    Raw files data: <a onclick=\"jQuery(\'#files-data-2513\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2513\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 197\n            [type] => file\n            [name] => Living A Life Full of Influence.mp3\n            [sermon_id] => 56\n            [count] => 139\n            [duration] => 38:18\n        )\n\n)\n</div>\n[003.022]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Life%20Full%20of%20Influence.mp3\")\n[003.022]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Life%20Full%20of%20Influence.mp3\")\n[003.028]    Assigned preacher with ID 68\n[003.035]    Assigned service type with ID 121\n[003.040]    Assigned series with ID 92\n[003.045]    Set sermon_date to 2017-06-25T10:30:00+00:00\n[003.066]  • Sermon \"The Jewish Roots of Our Christian Faith\" imported. (ID: 2514)\n[003.068]    Raw files data: <a onclick=\"jQuery(\'#files-data-2514\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2514\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 198\n            [type] => file\n            [name] => The Jewish Roots of Our Christian Faith.mp3\n            [sermon_id] => 57\n            [count] => 139\n            [duration] => 41:39\n        )\n\n)\n</div>\n[003.069]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Jewish%20Roots%20of%20Our%20Christian%20Faith.mp3\")\n[003.069]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Jewish%20Roots%20of%20Our%20Christian%20Faith.mp3\")\n[003.073]    Assigned preacher with ID 70\n[003.077]    Assigned service type with ID 121\n[003.080]    Assigned series with ID 77\n[003.084]    Set sermon_date to 2017-07-09T10:30:00+00:00\n[003.108]  • Sermon \"Are We Overselling the Christian Transformation\" imported. (ID: 2515)\n[003.109]    Raw files data: <a onclick=\"jQuery(\'#files-data-2515\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2515\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 199\n            [type] => file\n            [name] => Are We Overselling Christan Transformation.mp3\n            [sermon_id] => 58\n            [count] => 168\n            [duration] => 49:02\n        )\n\n)\n</div>\n[003.110]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20We%20Overselling%20Christan%20Transformation.mp3\")\n[003.110]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20We%20Overselling%20Christan%20Transformation.mp3\")\n[003.117]    Assigned preacher with ID 66\n[003.122]    Assigned service type with ID 123\n[003.128]    Assigned series with ID 81\n[003.134]    Set sermon_date to 2017-07-16T19:00:00+00:00\n[003.168]  • Sermon \"The Bible\" imported. (ID: 2516)\n[003.170]    Raw files data: <a onclick=\"jQuery(\'#files-data-2516\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2516\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 200\n            [type] => file\n            [name] => The Bible.mp3\n            [sermon_id] => 59\n            [count] => 165\n            [duration] => 38:32\n        )\n\n)\n</div>\n[003.175]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bible.mp3\")\n[003.175]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bible.mp3\")\n[003.180]    Assigned preacher with ID 68\n[003.186]    Assigned service type with ID 121\n[003.190]    Assigned series with ID 93\n[003.196]    Set sermon_date to 2017-07-30T10:30:00+00:00\n[003.228]  • Sermon \"God\\\'s Text Message\" imported. (ID: 2517)\n[003.232]    Raw files data: <a onclick=\"jQuery(\'#files-data-2517\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2517\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 201\n            [type] => file\n            [name] => God\'s Text Message.mp3\n            [sermon_id] => 60\n            [count] => 152\n            [duration] => 49:25\n        )\n\n)\n</div>\n[003.234]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message.mp3\")\n[003.234]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message.mp3\")\n[003.239]    Assigned preacher with ID 68\n[003.244]    Assigned service type with ID 121\n[003.248]    Assigned series with ID 93\n[003.269]    Set sermon_date to 2017-08-06T10:30:00+00:00\n[003.303]  • Sermon \"God\\\'s Text Message part 2\" imported. (ID: 2518)\n[003.305]    Raw files data: <a onclick=\"jQuery(\'#files-data-2518\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2518\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 202\n            [type] => file\n            [name] => God\'s Text Message part 2.mp3\n            [sermon_id] => 61\n            [count] => 149\n            [duration] => 38:03\n        )\n\n)\n</div>\n[003.307]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message%20part%202.mp3\")\n[003.307]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message%20part%202.mp3\")\n[003.312]    Assigned preacher with ID 68\n[003.317]    Assigned service type with ID 121\n[003.319]    Assigned series with ID 93\n[003.329]    Set sermon_date to 2017-08-13T10:30:00+00:00\n[003.349]  • Sermon \"Living A Resilient Life\" imported. (ID: 2519)\n[003.350]    Raw files data: <a onclick=\"jQuery(\'#files-data-2519\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2519\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 203\n            [type] => file\n            [name] => Living A Resilient.mp3\n            [sermon_id] => 62\n            [count] => 164\n            [duration] => 37:02\n        )\n\n)\n</div>\n[003.351]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Resilient.mp3\")\n[003.351]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Resilient.mp3\")\n[003.359]    Assigned preacher with ID 68\n[003.362]    Assigned service type with ID 121\n[003.364]    Assigned series with ID 94\n[003.368]    Set sermon_date to 2017-08-20T10:30:00+00:00\n[003.389]  • Sermon \"But even if He does not...\" imported. (ID: 2520)\n[003.390]    Raw files data: <a onclick=\"jQuery(\'#files-data-2520\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2520\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 204\n            [type] => file\n            [name] => But even if He does not..mp3\n            [sermon_id] => 63\n            [count] => 192\n            [duration] => 36:39\n        )\n\n)\n</div>\n[003.391]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/But%20even%20if%20He%20does%20not..mp3\")\n[003.391]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/But%20even%20if%20He%20does%20not..mp3\")\n[003.394]    Assigned preacher with ID 68\n[003.398]    Assigned service type with ID 121\n[003.401]    Assigned series with ID 94\n[003.407]    Set sermon_date to 2017-08-27T10:30:00+00:00\n[003.427]  • Sermon \"Assured part 3\" imported. (ID: 2521)\n[003.428]    Raw files data: <a onclick=\"jQuery(\'#files-data-2521\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2521\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 205\n            [type] => file\n            [name] => Assured part 3.mp3\n            [sermon_id] => 64\n            [count] => 182\n            [duration] => 50:29\n        )\n\n)\n</div>\n[003.429]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Assured%20part%203.mp3\")\n[003.429]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Assured%20part%203.mp3\")\n[003.433]    Assigned preacher with ID 68\n[003.437]    Assigned service type with ID 121\n[003.440]    Assigned series with ID 95\n[003.445]    Set sermon_date to 2017-09-24T10:30:00+00:00\n[003.465]  • Sermon \"The Fellowship With God Test\" imported. (ID: 2522)\n[003.467]    Raw files data: <a onclick=\"jQuery(\'#files-data-2522\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2522\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 206\n            [type] => file\n            [name] => The Fellowship With God Test.mp3\n            [sermon_id] => 65\n            [count] => 153\n            [duration] => 42:35\n        )\n\n)\n</div>\n[003.468]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Fellowship%20With%20God%20Test.mp3\")\n[003.468]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Fellowship%20With%20God%20Test.mp3\")\n[003.472]    Assigned preacher with ID 68\n[003.477]    Assigned service type with ID 121\n[003.480]    Assigned series with ID 95\n[003.488]    Set sermon_date to 2017-09-17T10:30:00+00:00\n[003.514]  • Sermon \"Daniel part 3\" imported. (ID: 2523)\n[003.516]    Raw files data: <a onclick=\"jQuery(\'#files-data-2523\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2523\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 207\n            [type] => file\n            [name] => Daniel Part 3.mp3\n            [sermon_id] => 66\n            [count] => 138\n            [duration] => 31:03\n        )\n\n)\n</div>\n[003.518]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Daniel%20Part%203.mp3\")\n[003.518]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Daniel%20Part%203.mp3\")\n[003.522]    Assigned preacher with ID 68\n[003.526]    Assigned service type with ID 121\n[003.528]    Assigned series with ID 94\n[003.532]    Set sermon_date to 2017-09-03T10:30:00+00:00\n[003.554]  • Sermon \"The Affections For The World Test\" imported. (ID: 2524)\n[003.556]    Raw files data: <a onclick=\"jQuery(\'#files-data-2524\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2524\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 208\n            [type] => file\n            [name] => The Affections For The World Test.mp3\n            [sermon_id] => 67\n            [count] => 194\n            [duration] => 40:50\n        )\n\n)\n</div>\n[003.557]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Affections%20For%20The%20World%20Test.mp3\")\n[003.557]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Affections%20For%20The%20World%20Test.mp3\")\n[003.561]    Assigned preacher with ID 68\n[003.565]    Assigned service type with ID 121\n[003.568]    Assigned series with ID 95\n[003.572]    Set sermon_date to 2017-10-08T10:30:00+00:00\n[003.593]  • Sermon \"Hospitality\" imported. (ID: 2525)\n[003.595]    Raw files data: <a onclick=\"jQuery(\'#files-data-2525\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2525\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 209\n            [type] => file\n            [name] => Hospitality.mp3\n            [sermon_id] => 68\n            [count] => 231\n            [duration] => 39:52\n        )\n\n)\n</div>\n[003.597]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hospitality.mp3\")\n[003.597]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hospitality.mp3\")\n[003.602]    Assigned preacher with ID 66\n[003.606]    Assigned service type with ID 121\n[003.608]    Assigned series with ID 81\n[003.614]    Set sermon_date to 2017-10-15T10:30:00+00:00\n[003.644]  • Sermon \"Freedom Worth Fighting For\" imported. (ID: 2526)\n[003.645]    Raw files data: <a onclick=\"jQuery(\'#files-data-2526\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2526\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 210\n            [type] => file\n            [name] => Freedom Worth Fighting For.mp3\n            [sermon_id] => 69\n            [count] => 172\n            [duration] => 55:00\n        )\n\n)\n</div>\n[003.647]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20Worth%20Fighting%20For.mp3\")\n[003.647]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20Worth%20Fighting%20For.mp3\")\n[003.653]    Assigned preacher with ID 68\n[003.658]    Assigned service type with ID 121\n[003.661]    Assigned series with ID 97\n[003.666]    Set sermon_date to 2017-10-22T10:30:00+00:00\n[003.686]  • Sermon \"Freedom part 3\" imported. (ID: 2527)\n[003.687]    Raw files data: <a onclick=\"jQuery(\'#files-data-2527\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2527\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 212\n            [type] => file\n            [name] => Freedom part 3.mp3\n            [sermon_id] => 71\n            [count] => 192\n            [duration] => 42:06\n        )\n\n)\n</div>\n[003.689]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%203.mp3\")\n[003.689]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%203.mp3\")\n[003.693]    Assigned preacher with ID 68\n[003.697]    Assigned service type with ID 121\n[003.699]    Assigned series with ID 97\n[003.704]    Set sermon_date to 2017-11-05T10:30:00+00:00\n[003.726]  • Sermon \"Freed To Change\" imported. (ID: 2528)\n[003.728]    Raw files data: <a onclick=\"jQuery(\'#files-data-2528\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2528\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 213\n            [type] => file\n            [name] => Freed To Change.mp3\n            [sermon_id] => 72\n            [count] => 194\n            [duration] => 44:51\n        )\n\n)\n</div>\n[003.729]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freed%20To%20Change.mp3\")\n[003.729]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freed%20To%20Change.mp3\")\n[003.733]    Assigned preacher with ID 68\n[003.737]    Assigned service type with ID 121\n[003.739]    Assigned series with ID 97\n[003.744]    Set sermon_date to 2017-11-12T10:30:00+00:00\n[003.762]  • Sermon \"Freedom part 5\" imported. (ID: 2529)\n[003.763]    Raw files data: <a onclick=\"jQuery(\'#files-data-2529\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2529\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 214\n            [type] => file\n            [name] => Freedom part 5.mp3\n            [sermon_id] => 73\n            [count] => 195\n            [duration] => 36:04\n        )\n\n)\n</div>\n[003.765]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%205.mp3\")\n[003.765]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%205.mp3\")\n[003.768]    Assigned preacher with ID 68\n[003.772]    Assigned service type with ID 121\n[003.774]    Assigned series with ID 97\n[003.778]    Set sermon_date to 2017-11-26T10:30:00+00:00\n[003.797]  • Sermon \"Freedom part 6\" imported. (ID: 2530)\n[003.798]    Raw files data: <a onclick=\"jQuery(\'#files-data-2530\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2530\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 215\n            [type] => file\n            [name] => Freedom part 6.mp3\n            [sermon_id] => 74\n            [count] => 159\n            [duration] => 50:54\n        )\n\n)\n</div>\n[003.799]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%206.mp3\")\n[003.799]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%206.mp3\")\n[003.803]    Assigned preacher with ID 68\n[003.806]    Assigned service type with ID 121\n[003.808]    Assigned series with ID 97\n[003.812]    Set sermon_date to 2017-12-03T10:30:00+00:00\n[003.831]  • Sermon \"Freedom part 7\" imported. (ID: 2531)\n[003.832]    Raw files data: <a onclick=\"jQuery(\'#files-data-2531\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2531\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 216\n            [type] => file\n            [name] => Freedom part 7.mp3\n            [sermon_id] => 75\n            [count] => 161\n            [duration] => 49:49\n        )\n\n)\n</div>\n[003.833]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%207.mp3\")\n[003.833]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%207.mp3\")\n[003.838]    Assigned preacher with ID 68\n[003.842]    Assigned service type with ID 121\n[003.846]    Assigned series with ID 97\n[003.850]    Set sermon_date to 2017-12-10T10:30:00+00:00\n[003.870]  • Sermon \"Freedom part 8\" imported. (ID: 2532)\n[003.872]    Raw files data: <a onclick=\"jQuery(\'#files-data-2532\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2532\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 217\n            [type] => file\n            [name] => Freedom part 8.mp3\n            [sermon_id] => 76\n            [count] => 178\n            [duration] => 44:45\n        )\n\n)\n</div>\n[003.873]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%208.mp3\")\n[003.873]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%208.mp3\")\n[003.878]    Assigned preacher with ID 68\n[003.884]    Assigned service type with ID 121\n[003.887]    Assigned series with ID 97\n[003.893]    Set sermon_date to 2017-12-17T10:30:00+00:00\n[003.915]  • Sermon \"Christmas 2017\" imported. (ID: 2533)\n[003.917]    Raw files data: <a onclick=\"jQuery(\'#files-data-2533\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2533\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 218\n            [type] => file\n            [name] => Christmas 2017.mp3\n            [sermon_id] => 77\n            [count] => 76\n            [duration] => 17:26\n        )\n\n)\n</div>\n[003.920]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202017.mp3\")\n[003.920]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202017.mp3\")\n[003.923]    Assigned preacher with ID 68\n[003.927]    Assigned service type with ID 121\n[003.929]    Assigned series with ID 85\n[003.933]    Set sermon_date to 1970-01-01T00:00:00+00:00\n[003.956]  • Sermon \"Magi\" imported. (ID: 2534)\n[003.957]    Raw files data: <a onclick=\"jQuery(\'#files-data-2534\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2534\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 219\n            [type] => file\n            [name] => Magi.mp3\n            [sermon_id] => 78\n            [count] => 176\n            [duration] => 45:16\n        )\n\n)\n</div>\n[003.958]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Magi.mp3\")\n[003.958]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Magi.mp3\")\n[003.962]    Assigned preacher with ID 66\n[003.972]    Assigned service type with ID 121\n[003.975]    Assigned series with ID 85\n[003.980]    Set sermon_date to 2017-12-31T10:30:00+00:00\n[003.997]  • Sermon \"Guardrails\" imported. (ID: 2535)\n[003.998]    Raw files data: <a onclick=\"jQuery(\'#files-data-2535\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2535\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 220\n            [type] => file\n            [name] => Guardrails.mp3\n            [sermon_id] => 79\n            [count] => 144\n            [duration] => 38:25\n        )\n\n)\n</div>\n[003.999]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Guardrails.mp3\")\n[003.999]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Guardrails.mp3\")\n[004.003]    Assigned preacher with ID 68\n[004.006]    Assigned service type with ID 121\n[004.009]    Assigned series with ID 98\n[004.013]    Set sermon_date to 2018-01-07T10:30:00+00:00\n[004.034]  • Sermon \"Friendships\" imported. (ID: 2536)\n[004.036]    Raw files data: <a onclick=\"jQuery(\'#files-data-2536\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2536\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 221\n            [type] => file\n            [name] => Friendships.mp3\n            [sermon_id] => 80\n            [count] => 128\n            [duration] => 39:05\n        )\n\n)\n</div>\n[004.037]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Friendships.mp3\")\n[004.037]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Friendships.mp3\")\n[004.040]    Assigned preacher with ID 68\n[004.044]    Assigned service type with ID 121\n[004.047]    Assigned series with ID 98\n[004.052]    Set sermon_date to 2018-01-14T10:30:00+00:00\n[004.078]  • Sermon \"Friends With Benefits\" imported. (ID: 2537)\n[004.079]    Raw files data: <a onclick=\"jQuery(\'#files-data-2537\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2537\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 222\n            [type] => file\n            [name] => Friends With Benefits.mp3\n            [sermon_id] => 81\n            [count] => 159\n            [duration] => 36:55\n        )\n\n)\n</div>\n[004.081]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Friends%20With%20Benefits.mp3\")\n[004.081]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Friends%20With%20Benefits.mp3\")\n[004.085]    Assigned preacher with ID 68\n[004.089]    Assigned service type with ID 121\n[004.091]    Assigned series with ID 98\n[004.095]    Set sermon_date to 2018-01-21T10:30:00+00:00\n[004.116]  • Sermon \"Mastering Your Money\" imported. (ID: 2538)\n[004.117]    Raw files data: <a onclick=\"jQuery(\'#files-data-2538\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2538\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 223\n            [type] => file\n            [name] => Mastering Your Money.mp3\n            [sermon_id] => 82\n            [count] => 142\n            [duration] => 49:24\n        )\n\n)\n</div>\n[004.119]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Mastering%20Your%20Money.mp3\")\n[004.119]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Mastering%20Your%20Money.mp3\")\n[004.123]    Assigned preacher with ID 68\n[004.128]    Assigned service type with ID 121\n[004.131]    Assigned series with ID 98\n[004.141]    Set sermon_date to 2018-01-28T10:30:00+00:00\n[004.171]  • Sermon \"Guarding Your Heart\" imported. (ID: 2539)\n[004.172]    Raw files data: <a onclick=\"jQuery(\'#files-data-2539\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2539\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 224\n            [type] => file\n            [name] => Guarding Your Heart.mp3\n            [sermon_id] => 83\n            [count] => 140\n            [duration] => 47:28\n        )\n\n)\n</div>\n[004.173]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Guarding%20Your%20Heart.mp3\")\n[004.174]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Guarding%20Your%20Heart.mp3\")\n[004.179]    Assigned preacher with ID 68\n[004.187]    Assigned service type with ID 121\n[004.194]    Assigned series with ID 98\n[004.200]    Set sermon_date to 2018-02-04T10:30:00+00:00\n[004.232]  • Sermon \"What Do I Really Want For My Life?\" imported. (ID: 2540)\n[004.237]    Raw files data: <a onclick=\"jQuery(\'#files-data-2540\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2540\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 225\n            [type] => file\n            [name] => What Do I Really Want For My Life.mp3\n            [sermon_id] => 84\n            [count] => 156\n            [duration] => 33:24\n        )\n\n)\n</div>\n[004.239]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life.mp3\")\n[004.239]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life.mp3\")\n[004.245]    Assigned preacher with ID 68\n[004.248]    Assigned service type with ID 121\n[004.251]    Assigned series with ID 99\n[004.263]    Set sermon_date to 2018-02-11T10:30:00+00:00\n[004.282]  • Sermon \"What Do I Really Want For My Life? part 2\" imported. (ID: 2541)\n[004.283]    Raw files data: <a onclick=\"jQuery(\'#files-data-2541\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2541\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 226\n            [type] => file\n            [name] => What Do I Really Want For My Life part 2.mp3\n            [sermon_id] => 85\n            [count] => 163\n            [duration] => 38:41\n        )\n\n)\n</div>\n[004.285]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%202.mp3\")\n[004.285]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%202.mp3\")\n[004.288]    Assigned preacher with ID 68\n[004.292]    Assigned service type with ID 121\n[004.293]    Assigned series with ID 99\n[004.297]    Set sermon_date to 2018-02-18T10:30:00+00:00\n[004.314]  • Sermon \"What Do I Really Want For My Life? part 3\" imported. (ID: 2542)\n[004.316]    Raw files data: <a onclick=\"jQuery(\'#files-data-2542\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2542\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 227\n            [type] => file\n            [name] => What Do I Really Want For My Life part 3.mp3\n            [sermon_id] => 86\n            [count] => 135\n            [duration] => 33:44\n        )\n\n)\n</div>\n[004.317]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%203.mp3\")\n[004.317]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%203.mp3\")\n[004.320]    Assigned preacher with ID 68\n[004.327]    Assigned service type with ID 121\n[004.330]    Assigned series with ID 99\n[004.335]    Set sermon_date to 2018-02-25T10:30:00+00:00\n[004.356]  • Sermon \"What Do I Really Want For My Life? part 4\" imported. (ID: 2543)\n[004.357]    Raw files data: <a onclick=\"jQuery(\'#files-data-2543\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2543\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 228\n            [type] => file\n            [name] => What Do I Really Want For My Life part 4.mp3\n            [sermon_id] => 87\n            [count] => 159\n            [duration] => 37:37\n        )\n\n)\n</div>\n[004.359]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%204.mp3\")\n[004.359]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%204.mp3\")\n[004.363]    Assigned preacher with ID 68\n[004.367]    Assigned service type with ID 121\n[004.369]    Assigned series with ID 99\n[004.373]    Set sermon_date to 2018-03-04T10:30:00+00:00\n[004.396]  • Sermon \"Hang Together or Hang Seperately\" imported. (ID: 2544)\n[004.397]    Raw files data: <a onclick=\"jQuery(\'#files-data-2544\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2544\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 229\n            [type] => file\n            [name] => Hang Together or Hang Seperately.mp3\n            [sermon_id] => 88\n            [count] => 154\n            [duration] => 32:04\n        )\n\n)\n</div>\n[004.399]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hang%20Together%20or%20Hang%20Seperately.mp3\")\n[004.399]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hang%20Together%20or%20Hang%20Seperately.mp3\")\n[004.403]    Assigned preacher with ID 66\n[004.407]    Assigned service type with ID 121\n[004.409]    Assigned series with ID 81\n[004.414]    Set sermon_date to 2018-03-11T10:30:00+00:00\n[004.437]  • Sermon \"When God Seems Not To Care\" imported. (ID: 2545)\n[004.439]    Raw files data: <a onclick=\"jQuery(\'#files-data-2545\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2545\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 230\n            [type] => file\n            [name] => When God Seems Not To Care.mp3\n            [sermon_id] => 89\n            [count] => 169\n            [duration] => 35:49\n        )\n\n)\n</div>\n[004.440]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20God%20Seems%20Not%20To%20Care.mp3\")\n[004.440]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20God%20Seems%20Not%20To%20Care.mp3\")\n[004.446]    Assigned preacher with ID 68\n[004.470]    Assigned service type with ID 121\n[004.533]    Assigned series with ID 100\n[004.595]    Set sermon_date to 2018-03-18T10:30:00+00:00\n[004.617]  • Sermon \"Are You Thirsty?\" imported. (ID: 2546)\n[004.618]    Raw files data: <a onclick=\"jQuery(\'#files-data-2546\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2546\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 231\n            [type] => file\n            [name] => Are You Thirsty.mp3\n            [sermon_id] => 90\n            [count] => 160\n            [duration] => 36:39\n        )\n\n)\n</div>\n[004.619]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20You%20Thirsty.mp3\")\n[004.619]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20You%20Thirsty.mp3\")\n[004.627]    Assigned preacher with ID 68\n[004.642]    Assigned service type with ID 121\n[004.644]    Assigned series with ID 79\n[004.648]    Set sermon_date to 2018-04-01T10:30:00+00:00\n[004.665]  • Sermon \"Powering Up Your Perspective (part 1)\" imported. (ID: 2547)\n[004.666]    Raw files data: <a onclick=\"jQuery(\'#files-data-2547\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2547\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 232\n            [type] => file\n            [name] => Philippians Part 1.mp3\n            [sermon_id] => 91\n            [count] => 107\n            [duration] => 31:28\n        )\n\n)\n</div>\n[004.668]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Philippians%20Part%201.mp3\")\n[004.668]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Philippians%20Part%201.mp3\")\n[004.678]    Assigned preacher with ID 68\n[004.681]    Assigned service type with ID 121\n[004.683]    Assigned series with ID 101\n[004.687]    Set sermon_date to 2018-04-08T10:30:00+00:00\n[004.706]  • Sermon \"Powering Up Your Perspective (part 2)\" imported. (ID: 2548)\n[004.707]    Raw files data: <a onclick=\"jQuery(\'#files-data-2548\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2548\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 233\n            [type] => file\n            [name] => Powering Up Your Perspective part 2.mp3\n            [sermon_id] => 92\n            [count] => 120\n            [duration] => 34:31\n        )\n\n)\n</div>\n[004.709]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Powering%20Up%20Your%20Perspective%20part%202.mp3\")\n[004.709]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Powering%20Up%20Your%20Perspective%20part%202.mp3\")\n[004.714]    Assigned preacher with ID 68\n[004.719]    Assigned service type with ID 121\n[004.721]    Assigned series with ID 101\n[004.725]    Set sermon_date to 2018-04-15T10:30:00+00:00\n[004.746]  • Sermon \"What Makes A Happy Couple (part 1)\" imported. (ID: 2549)\n[004.747]    Raw files data: <a onclick=\"jQuery(\'#files-data-2549\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2549\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 235\n            [type] => file\n            [name] => What Makes A Happy Couple.mp3\n            [sermon_id] => 93\n            [count] => 110\n            [duration] => 44:45\n        )\n\n)\n</div>\n[004.748]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple.mp3\")\n[004.748]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple.mp3\")\n[004.753]    Assigned preacher with ID 68\n[004.757]    Assigned service type with ID 121\n[004.760]    Assigned series with ID 102\n[004.764]    Set sermon_date to 2018-04-29T10:30:00+00:00\n[004.787]  • Sermon \"How We Think\" imported. (ID: 2550)\n[004.789]    Raw files data: <a onclick=\"jQuery(\'#files-data-2550\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2550\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 234\n            [type] => file\n            [name] => How We Think.mp3\n            [sermon_id] => 94\n            [count] => 133\n            [duration] => 37:14\n        )\n\n)\n</div>\n[004.791]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20We%20Think.mp3\")\n[004.791]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20We%20Think.mp3\")\n[004.794]    Assigned preacher with ID 66\n[004.798]    Assigned service type with ID 121\n[004.802]    Assigned series with ID 81\n[004.813]    Set sermon_date to 2018-04-22T10:30:00+00:00\n[004.833]  • Sermon \"What Makes A Happy Couple part 3\" imported. (ID: 2551)\n[004.834]    Raw files data: <a onclick=\"jQuery(\'#files-data-2551\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2551\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 236\n            [type] => file\n            [name] => What Makes A Happy Couple Part 3.mp3\n            [sermon_id] => 95\n            [count] => 113\n            [duration] => 39:50\n        )\n\n)\n</div>\n[004.835]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%203.mp3\")\n[004.835]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%203.mp3\")\n[004.838]    Assigned preacher with ID 68\n[004.842]    Assigned service type with ID 121\n[004.844]    Assigned series with ID 102\n[004.848]    Set sermon_date to 2018-05-13T10:30:00+00:00\n[004.863]  • Sermon \"What Makes A Happy Couple part 2\" imported. (ID: 2552)\n[004.864]    Raw files data: <a onclick=\"jQuery(\'#files-data-2552\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2552\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 237\n            [type] => file\n            [name] => What Makes A Happy Couple Part 2.mp3\n            [sermon_id] => 96\n            [count] => 121\n            [duration] => 42:12\n        )\n\n)\n</div>\n[004.866]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%202.mp3\")\n[004.866]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%202.mp3\")\n[004.868]    Assigned preacher with ID 68\n[004.871]    Assigned service type with ID 121\n[004.874]    Assigned series with ID 102\n[004.878]    Set sermon_date to 2018-05-06T10:30:00+00:00\n[004.899]  • Sermon \"What Makes A Happy Couple part 4\" imported. (ID: 2553)\n[004.901]    Raw files data: <a onclick=\"jQuery(\'#files-data-2553\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2553\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 238\n            [type] => file\n            [name] => What Makes A Happy Couple part 4.mp3\n            [sermon_id] => 97\n            [count] => 109\n            [duration] => 42:19\n        )\n\n)\n</div>\n[004.902]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20part%204.mp3\")\n[004.902]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20part%204.mp3\")\n[004.905]    Assigned preacher with ID 68\n[004.909]    Assigned service type with ID 121\n[004.911]    Assigned series with ID 102\n[004.914]    Set sermon_date to 2018-05-20T10:30:00+00:00\n[004.941]  • Sermon \"Listen\" imported. (ID: 2554)\n[004.942]    Raw files data: <a onclick=\"jQuery(\'#files-data-2554\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2554\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 239\n            [type] => file\n            [name] => Listen.mp3\n            [sermon_id] => 98\n            [count] => 158\n            [duration] => 44:08\n        )\n\n)\n</div>\n[004.944]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Listen.mp3\")\n[004.944]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Listen.mp3\")\n[004.948]    Assigned preacher with ID 68\n[004.952]    Assigned service type with ID 121\n[004.955]    Assigned series with ID 103\n[004.959]    Set sermon_date to 2018-06-24T10:30:00+00:00\n[004.979]  • Sermon \"Lazarus and The Rich Man\" imported. (ID: 2555)\n[004.980]    Raw files data: <a onclick=\"jQuery(\'#files-data-2555\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2555\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 240\n            [type] => file\n            [name] => Lazarus and The Rich Man.mp3\n            [sermon_id] => 99\n            [count] => 143\n            [duration] => 44:28\n        )\n\n)\n</div>\n[004.981]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Lazarus%20and%20The%20Rich%20Man.mp3\")\n[004.981]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Lazarus%20and%20The%20Rich%20Man.mp3\")\n[004.985]    Assigned preacher with ID 66\n[004.989]    Assigned service type with ID 121\n[004.991]    Assigned series with ID 81\n[004.995]    Set sermon_date to 2018-07-01T10:30:00+00:00\n[005.013]  • Sermon \"Exposing Our Longings\" imported. (ID: 2556)\n[005.014]    Raw files data: <a onclick=\"jQuery(\'#files-data-2556\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2556\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 244\n            [type] => file\n            [name] => Exposing Our Longings1.mp3\n            [sermon_id] => 103\n            [count] => 80\n            [duration] => 39:22\n        )\n\n)\n</div>\n[005.015]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Exposing%20Our%20Longings1.mp3\")\n[005.015]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Exposing%20Our%20Longings1.mp3\")\n[005.018]    Assigned preacher with ID 68\n[005.025]    Assigned service type with ID 121\n[005.031]    Assigned series with ID 104\n[005.036]    Set sermon_date to 2018-07-08T10:30:00+00:00\n[005.056]  • Sermon \"Ask Seek Knock\" imported. (ID: 2557)\n[005.057]    Raw files data: <a onclick=\"jQuery(\'#files-data-2557\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2557\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 245\n            [type] => file\n            [name] => Ask Seek Knock.mp3\n            [sermon_id] => 104\n            [count] => 87\n            [duration] => 39:47\n        )\n\n)\n</div>\n[005.059]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Ask%20Seek%20Knock.mp3\")\n[005.059]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Ask%20Seek%20Knock.mp3\")\n[005.064]    Assigned preacher with ID 68\n[005.068]    Assigned service type with ID 121\n[005.070]    Assigned series with ID 104\n[005.074]    Set sermon_date to 2018-07-15T10:30:00+00:00\n[005.098]  • Sermon \"The Circle\" imported. (ID: 2558)\n[005.101]    Raw files data: <a onclick=\"jQuery(\'#files-data-2558\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2558\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 246\n            [type] => file\n            [name] => The Circle.mp3\n            [sermon_id] => 105\n            [count] => 109\n            [duration] => 34:09\n        )\n\n)\n</div>\n[005.102]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Circle.mp3\")\n[005.102]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Circle.mp3\")\n[005.106]    Assigned preacher with ID 66\n[005.109]    Assigned service type with ID 121\n[005.112]    Assigned series with ID 81\n[005.119]    Set sermon_date to 2018-07-22T10:30:00+00:00\n[005.142]  • Sermon \"Cries of the Heart & How to Fill Them part 3\" imported. (ID: 2559)\n[005.144]    Raw files data: <a onclick=\"jQuery(\'#files-data-2559\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2559\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 247\n            [type] => file\n            [name] => Cries of the Heart and How to Fill Them part 3.mp3\n            [sermon_id] => 106\n            [count] => 82\n            [duration] => 40:18\n        )\n\n)\n</div>\n[005.145]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Cries%20of%20the%20Heart%20and%20How%20to%20Fill%20Them%20part%203.mp3\")\n[005.145]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Cries%20of%20the%20Heart%20and%20How%20to%20Fill%20Them%20part%203.mp3\")\n[005.153]    Assigned preacher with ID 68\n[005.157]    Assigned service type with ID 121\n[005.161]    Assigned series with ID 104\n[005.166]    Set sermon_date to 2018-07-29T10:30:00+00:00\n[005.184]  • Sermon \"Wet Feet Faith\" imported. (ID: 2560)\n[005.186]    Raw files data: <a onclick=\"jQuery(\'#files-data-2560\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2560\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 248\n            [type] => file\n            [name] => Wet Feet Faith.mp3\n            [sermon_id] => 107\n            [count] => 69\n            [duration] => 29:52\n        )\n\n)\n</div>\n[005.187]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Wet%20Feet%20Faith.mp3\")\n[005.187]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Wet%20Feet%20Faith.mp3\")\n[005.208]    Assigned preacher with ID 71\n[005.229]    Assigned service type with ID 121\n[005.241]    Assigned series with ID 105\n[005.257]    Set sermon_date to 2018-08-12T10:30:00+00:00\n[005.298]  • Sermon \"Now Faith\" imported. (ID: 2561)\n[005.302]    Raw files data: <a onclick=\"jQuery(\'#files-data-2561\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2561\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 249\n            [type] => file\n            [name] => Now Faith.mp3\n            [sermon_id] => 108\n            [count] => 73\n            [duration] => 31:35\n        )\n\n)\n</div>\n[005.312]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Now%20Faith.mp3\")\n[005.312]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Now%20Faith.mp3\")\n[005.326]    Assigned preacher with ID 72\n[005.337]    Assigned service type with ID 121\n[005.345]    Assigned series with ID 81\n[005.355]    Set sermon_date to 2018-08-26T10:30:00+00:00\n[005.385]  • Sermon \"Shining Like Stars In The Universe\" imported. (ID: 2562)\n[005.387]    Raw files data: <a onclick=\"jQuery(\'#files-data-2562\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2562\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 250\n            [type] => file\n            [name] => Shining Like Stars In The Universe.mp3\n            [sermon_id] => 109\n            [count] => 78\n            [duration] => 32:18\n        )\n\n)\n</div>\n[005.390]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Shining%20Like%20Stars%20In%20The%20Universe.mp3\")\n[005.390]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Shining%20Like%20Stars%20In%20The%20Universe.mp3\")\n[005.396]    Assigned preacher with ID 68\n[005.405]    Assigned service type with ID 121\n[005.409]    Assigned series with ID 81\n[005.416]    Set sermon_date to 2018-09-02T10:30:00+00:00\n[005.447]  • Sermon \"Overcoming Foot in Mouth Disease\" imported. (ID: 2563)\n[005.448]    Raw files data: <a onclick=\"jQuery(\'#files-data-2563\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2563\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 251\n            [type] => file\n            [name] => Overcoming Foot in Mouth Disease.mp3\n            [sermon_id] => 110\n            [count] => 55\n            [duration] => 38:55\n        )\n\n)\n</div>\n[005.451]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease.mp3\")\n[005.451]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease.mp3\")\n[005.457]    Assigned preacher with ID 68\n[005.464]    Assigned service type with ID 121\n[005.468]    Assigned series with ID 106\n[005.479]    Set sermon_date to 2018-09-09T10:30:00+00:00\n[005.498]  • Sermon \"Overcoming Foot in Mouth Disease part 3\" imported. (ID: 2564)\n[005.499]    Raw files data: <a onclick=\"jQuery(\'#files-data-2564\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2564\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 252\n            [type] => file\n            [name] => Overcoming Foot in Mouth Disease part 3.mp3\n            [sermon_id] => 111\n            [count] => 72\n            [duration] => 40:42\n        )\n\n)\n</div>\n[005.501]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%203.mp3\")\n[005.501]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%203.mp3\")\n[005.506]    Assigned preacher with ID 68\n[005.510]    Assigned service type with ID 121\n[005.513]    Assigned series with ID 106\n[005.518]    Set sermon_date to 2018-09-23T10:30:00+00:00\n[005.546]  • Sermon \"Overcoming Foot In Mouth Disease part 4\" imported. (ID: 2565)\n[005.547]    Raw files data: <a onclick=\"jQuery(\'#files-data-2565\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2565\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 253\n            [type] => file\n            [name] => Overcoming Foot in Mouth Disease part 4.mp3\n            [sermon_id] => 112\n            [count] => 52\n            [duration] => 44:33\n        )\n\n)\n</div>\n[005.549]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%204.mp3\")\n[005.549]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%204.mp3\")\n[005.553]    Assigned preacher with ID 68\n[005.572]    Assigned service type with ID 121\n[005.577]    Assigned series with ID 106\n[005.582]    Set sermon_date to 2018-09-30T10:30:00+00:00\n[005.603]  • Sermon \"\\\"For\\\" or \\\"With\\\"\" imported. (ID: 2566)\n[005.604]    Raw files data: <a onclick=\"jQuery(\'#files-data-2566\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2566\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 254\n            [type] => file\n            [name] => For or With.mp3\n            [sermon_id] => 113\n            [count] => 96\n            [duration] => 28:18\n        )\n\n)\n</div>\n[005.606]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/For%20or%20With.mp3\")\n[005.606]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/For%20or%20With.mp3\")\n[005.609]    Assigned preacher with ID 73\n[005.613]    Assigned service type with ID 121\n[005.615]    Assigned series with ID 81\n[005.624]    Set sermon_date to 2018-10-07T10:30:00+00:00\n[005.647]  • Sermon \"Life Shaping Choices\" imported. (ID: 2567)\n[005.648]    Raw files data: <a onclick=\"jQuery(\'#files-data-2567\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2567\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n)\n</div>\n[005.652]    Assigned preacher with ID 68\n[005.655]    Assigned service type with ID 121\n[005.657]    Assigned series with ID 107\n[005.660]    Set sermon_date to 2018-10-14T10:30:00+00:00\n[005.678]  • Sermon \"Life Shaping Choices (part 2)\" imported. (ID: 2568)\n[005.679]    Raw files data: <a onclick=\"jQuery(\'#files-data-2568\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2568\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 256\n            [type] => file\n            [name] => Choose the Holy Spirit to be Your Guide.mp3\n            [sermon_id] => 115\n            [count] => 63\n            [duration] => 53:57\n        )\n\n)\n</div>\n[005.680]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Choose%20the%20Holy%20Spirit%20to%20be%20Your%20Guide.mp3\")\n[005.680]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Choose%20the%20Holy%20Spirit%20to%20be%20Your%20Guide.mp3\")\n[005.685]    Assigned preacher with ID 68\n[005.689]    Assigned service type with ID 121\n[005.692]    Assigned series with ID 107\n[005.700]    Set sermon_date to 2018-10-21T10:30:00+00:00\n[005.720]  • Sermon \"Life Shaping Choices part 3\" imported. (ID: 2569)\n[005.721]    Raw files data: <a onclick=\"jQuery(\'#files-data-2569\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2569\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 257\n            [type] => file\n            [name] => Life Shaping Choices part 3.mp3\n            [sermon_id] => 116\n            [count] => 58\n            [duration] => 46:57\n        )\n\n)\n</div>\n[005.723]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%203.mp3\")\n[005.723]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%203.mp3\")\n[005.727]    Assigned preacher with ID 68\n[005.731]    Assigned service type with ID 121\n[005.733]    Assigned series with ID 107\n[005.738]    Set sermon_date to 2018-10-28T10:30:00+00:00\n[005.758]  • Sermon \"Life Shaping Choices part 3\" imported. (ID: 2570)\n[005.759]    Raw files data: <a onclick=\"jQuery(\'#files-data-2570\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2570\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 258\n            [type] => file\n            [name] => Life Shaping Choices part 4.mp3\n            [sermon_id] => 117\n            [count] => 104\n            [duration] => 46:47\n        )\n\n)\n</div>\n[005.761]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%204.mp3\")\n[005.761]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%204.mp3\")\n[005.768]    Assigned preacher with ID 68\n[005.774]    Assigned service type with ID 121\n[005.777]    Assigned series with ID 107\n[005.782]    Set sermon_date to 2018-11-04T10:30:00+00:00\n[005.803]  • Sermon \"The Baptism of Jesus\" imported. (ID: 2571)\n[005.804]    Raw files data: <a onclick=\"jQuery(\'#files-data-2571\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2571\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 259\n            [type] => file\n            [name] => The Baptism of Jesus.mp3\n            [sermon_id] => 118\n            [count] => 89\n            [duration] => 45:31\n        )\n\n)\n</div>\n[005.806]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Baptism%20of%20Jesus.mp3\")\n[005.806]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Baptism%20of%20Jesus.mp3\")\n[005.810]    Assigned preacher with ID 74\n[005.814]    Assigned service type with ID 121\n[005.817]    Assigned series with ID 81\n[005.822]    Set sermon_date to 2018-11-11T10:30:00+00:00\n[005.858]  • Sermon \"Thanksgiving 2018\" imported. (ID: 2572)\n[005.860]    Raw files data: <a onclick=\"jQuery(\'#files-data-2572\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2572\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 260\n            [type] => file\n            [name] => Thanksgiving 2018.mp3\n            [sermon_id] => 119\n            [count] => 101\n            [duration] => 20:03\n        )\n\n)\n</div>\n[005.861]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Thanksgiving%202018.mp3\")\n[005.861]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Thanksgiving%202018.mp3\")\n[005.865]    Assigned preacher with ID 68\n[005.873]    Assigned service type with ID 121\n[005.876]    Assigned series with ID 108\n[005.880]    Set sermon_date to 2018-11-18T10:30:00+00:00\n[005.903]  • Sermon \"The Christmas Story\" imported. (ID: 2573)\n[005.905]    Raw files data: <a onclick=\"jQuery(\'#files-data-2573\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2573\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 261\n            [type] => file\n            [name] => The Christmas Story.mp3\n            [sermon_id] => 120\n            [count] => 119\n            [duration] => 34:01\n        )\n\n)\n</div>\n[005.906]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Christmas%20Story.mp3\")\n[005.906]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Christmas%20Story.mp3\")\n[005.911]    Assigned preacher with ID 68\n[005.915]    Assigned service type with ID 121\n[005.918]    Assigned series with ID 85\n[005.922]    Set sermon_date to 2018-11-25T10:30:00+00:00\n[005.947]  • Sermon \"Making All Things New\" imported. (ID: 2574)\n[005.950]    Raw files data: <a onclick=\"jQuery(\'#files-data-2574\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2574\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 262\n            [type] => file\n            [name] => Making All Things New.mp3\n            [sermon_id] => 121\n            [count] => 96\n            [duration] => 40:49\n        )\n\n)\n</div>\n[005.952]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New.mp3\")\n[005.952]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New.mp3\")\n[005.960]    Assigned preacher with ID 68\n[005.968]    Assigned service type with ID 121\n[005.972]    Assigned series with ID 109\n[005.983]    Set sermon_date to 2018-12-02T10:30:00+00:00\n[006.006]  • Sermon \"Making All Things New part 2\" imported. (ID: 2575)\n[006.008]    Raw files data: <a onclick=\"jQuery(\'#files-data-2575\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2575\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 263\n            [type] => file\n            [name] => Making All Things New part 2.mp3\n            [sermon_id] => 122\n            [count] => 78\n            [duration] => 40:24\n        )\n\n)\n</div>\n[006.010]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%202.mp3\")\n[006.010]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%202.mp3\")\n[006.015]    Assigned preacher with ID 68\n[006.033]    Assigned service type with ID 121\n[006.039]    Assigned series with ID 109\n[006.050]    Set sermon_date to 2018-12-09T10:30:00+00:00\n[006.073]  • Sermon \"Making All Things New part 3\" imported. (ID: 2576)\n[006.074]    Raw files data: <a onclick=\"jQuery(\'#files-data-2576\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2576\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 264\n            [type] => file\n            [name] => Making All Things New part 3.mp3\n            [sermon_id] => 123\n            [count] => 115\n            [duration] => 42:19\n        )\n\n)\n</div>\n[006.075]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%203.mp3\")\n[006.075]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%203.mp3\")\n[006.079]    Assigned preacher with ID 68\n[006.084]    Assigned service type with ID 121\n[006.087]    Assigned series with ID 109\n[006.091]    Set sermon_date to 2018-12-16T10:30:00+00:00\n[006.116]  • Sermon \"Making All Things New part 4\" imported. (ID: 2577)\n[006.117]    Raw files data: <a onclick=\"jQuery(\'#files-data-2577\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2577\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 265\n            [type] => file\n            [name] => Making All Things New part 4.mp3\n            [sermon_id] => 124\n            [count] => 93\n            [duration] => 17:37\n        )\n\n)\n</div>\n[006.119]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%204.mp3\")\n[006.119]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%204.mp3\")\n[006.129]    Assigned preacher with ID 68\n[006.132]    Assigned service type with ID 121\n[006.135]    Assigned series with ID 109\n[006.139]    Set sermon_date to 2018-12-23T10:30:00+00:00\n[006.163]  • Sermon \"Christmas 2018\" imported. (ID: 2578)\n[006.164]    Raw files data: <a onclick=\"jQuery(\'#files-data-2578\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2578\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 266\n            [type] => file\n            [name] => Christmas 2018.mp3\n            [sermon_id] => 125\n            [count] => 104\n            [duration] => 15:31\n        )\n\n)\n</div>\n[006.168]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202018.mp3\")\n[006.168]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202018.mp3\")\n[006.172]    Assigned preacher with ID 68\n[006.176]    Assigned service type with ID 124\n[006.180]    Assigned series with ID 85\n[006.185]    Set sermon_date to 2018-12-24T20:00:00+00:00\n[006.204]  • Sermon \"Freedom From Bondage\" imported. (ID: 2579)\n[006.205]    Raw files data: <a onclick=\"jQuery(\'#files-data-2579\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2579\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 267\n            [type] => file\n            [name] => Freedom From Bondage.mp3\n            [sermon_id] => 126\n            [count] => 109\n            [duration] => 42:56\n        )\n\n)\n</div>\n[006.206]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20From%20Bondage.mp3\")\n[006.206]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20From%20Bondage.mp3\")\n[006.210]    Assigned preacher with ID 66\n[006.213]    Assigned service type with ID 121\n[006.217]    Assigned series with ID 81\n[006.221]    Set sermon_date to 2018-12-30T10:30:00+00:00\n[006.248]  • Sermon \"Make All Things New part 5\" imported. (ID: 2580)\n[006.249]    Raw files data: <a onclick=\"jQuery(\'#files-data-2580\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2580\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 268\n            [type] => file\n            [name] => Make All Things New part 6.mp3\n            [sermon_id] => 127\n            [count] => 78\n            [duration] => 40:53\n        )\n\n)\n</div>\n[006.251]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Make%20All%20Things%20New%20part%206.mp3\")\n[006.251]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Make%20All%20Things%20New%20part%206.mp3\")\n[006.254]    Assigned preacher with ID 68\n[006.259]    Assigned service type with ID 121\n[006.261]    Assigned series with ID 109\n[006.265]    Set sermon_date to 2019-01-06T10:30:00+00:00\n[006.285]  • Sermon \"Making All Things New part 6\" imported. (ID: 2581)\n[006.286]    Raw files data: <a onclick=\"jQuery(\'#files-data-2581\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2581\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 270\n            [type] => file\n            [name] => Making All Things New part 6.mp3\n            [sermon_id] => 128\n            [count] => 83\n            [duration] => 40:46\n        )\n\n)\n</div>\n[006.288]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%206.mp3\")\n[006.288]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%206.mp3\")\n[006.291]    Assigned preacher with ID 68\n[006.294]    Assigned service type with ID 121\n[006.296]    Assigned series with ID 109\n[006.319]    Set sermon_date to 2019-01-13T10:30:00+00:00\n[006.344]  • Sermon \"Follow The Spirit\" imported. (ID: 2582)\n[006.345]    Raw files data: <a onclick=\"jQuery(\'#files-data-2582\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2582\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 271\n            [type] => file\n            [name] => Follow The Spirit.mp3\n            [sermon_id] => 129\n            [count] => 117\n            [duration] => 38:29\n        )\n\n)\n</div>\n[006.346]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Follow%20The%20Spirit.mp3\")\n[006.346]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Follow%20The%20Spirit.mp3\")\n[006.349]    Assigned preacher with ID 66\n[006.353]    Assigned service type with ID 121\n[006.355]    Assigned series with ID 81\n[006.359]    Set sermon_date to 2019-01-20T10:30:00+00:00\n[006.381]  • Sermon \"Making All Things New part 7\" imported. (ID: 2583)\n[006.382]    Raw files data: <a onclick=\"jQuery(\'#files-data-2583\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2583\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 272\n            [type] => file\n            [name] => Making All Things New part 7.mp3\n            [sermon_id] => 130\n            [count] => 96\n            [duration] => 41:01\n        )\n\n)\n</div>\n[006.384]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%207.mp3\")\n[006.384]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%207.mp3\")\n[006.388]    Assigned preacher with ID 68\n[006.392]    Assigned service type with ID 121\n[006.395]    Assigned series with ID 109\n[006.401]    Set sermon_date to 2019-01-27T10:30:00+00:00\n[006.428]  • Sermon \"Making All Things New part 8\" imported. (ID: 2584)\n[006.430]    Raw files data: <a onclick=\"jQuery(\'#files-data-2584\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2584\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 273\n            [type] => file\n            [name] => Making All Things New part 8.mp3\n            [sermon_id] => 131\n            [count] => 82\n            [duration] => 39:36\n        )\n\n)\n</div>\n[006.432]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%208.mp3\")\n[006.432]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%208.mp3\")\n[006.437]    Assigned preacher with ID 68\n[006.441]    Assigned service type with ID 121\n[006.444]    Assigned series with ID 109\n[006.449]    Set sermon_date to 2019-02-03T10:30:00+00:00\n[006.475]  • Sermon \"Making All Things New part 9\" imported. (ID: 2585)\n[006.476]    Raw files data: <a onclick=\"jQuery(\'#files-data-2585\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2585\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 274\n            [type] => file\n            [name] => Making All Things New part 9.mp3\n            [sermon_id] => 132\n            [count] => 76\n            [duration] => 44:30\n        )\n\n)\n</div>\n[006.478]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%209.mp3\")\n[006.478]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%209.mp3\")\n[006.483]    Assigned preacher with ID 68\n[006.487]    Assigned service type with ID 121\n[006.488]    Assigned series with ID 109\n[006.500]    Set sermon_date to 2019-02-10T10:30:00+00:00\n[006.520]  • Sermon \"Making All Things New part 10\" imported. (ID: 2586)\n[006.522]    Raw files data: <a onclick=\"jQuery(\'#files-data-2586\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2586\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 275\n            [type] => file\n            [name] => Making All Things New part 10.mp3\n            [sermon_id] => 133\n            [count] => 87\n            [duration] => 42:35\n        )\n\n)\n</div>\n[006.524]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2010.mp3\")\n[006.524]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2010.mp3\")\n[006.528]    Assigned preacher with ID 68\n[006.532]    Assigned service type with ID 121\n[006.534]    Assigned series with ID 109\n[006.538]    Set sermon_date to 2019-02-17T10:30:00+00:00\n[006.569]  • Sermon \"Together\" imported. (ID: 2587)\n[006.570]    Raw files data: <a onclick=\"jQuery(\'#files-data-2587\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2587\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 276\n            [type] => file\n            [name] => Together 2019.mp3\n            [sermon_id] => 134\n            [count] => 86\n            [duration] => 40:37\n        )\n\n)\n</div>\n[006.571]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Together%202019.mp3\")\n[006.571]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Together%202019.mp3\")\n[006.574]    Assigned preacher with ID 68\n[006.577]    Assigned service type with ID 121\n[006.579]    Assigned series with ID 81\n[006.583]    Set sermon_date to 2019-02-24T10:30:00+00:00\n[006.605]  • Sermon \"The Bridge Between Information & Application\" imported. (ID: 2588)\n[006.606]    Raw files data: <a onclick=\"jQuery(\'#files-data-2588\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2588\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 277\n            [type] => file\n            [name] => The Bridge Between Information & Application.mp3\n            [sermon_id] => 135\n            [count] => 86\n            [duration] => 32:09\n        )\n\n)\n</div>\n[006.607]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bridge%20Between%20Information%20%26%20Application.mp3\")\n[006.607]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bridge%20Between%20Information%20%26%20Application.mp3\")\n[006.616]    Assigned preacher with ID 68\n[006.619]    Assigned service type with ID 121\n[006.621]    Assigned series with ID 81\n[006.625]    Set sermon_date to 2019-03-03T10:30:00+00:00\n[006.644]  • Sermon \"Making All Things New part 11\" imported. (ID: 2589)\n[006.646]    Raw files data: <a onclick=\"jQuery(\'#files-data-2589\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2589\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 278\n            [type] => file\n            [name] => Making All Things New part 11.mp3\n            [sermon_id] => 136\n            [count] => 98\n            [duration] => 47:39\n        )\n\n)\n</div>\n[006.661]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2011.mp3\")\n[006.661]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2011.mp3\")\n[006.667]    Assigned preacher with ID 68\n[006.671]    Assigned service type with ID 121\n[006.672]    Assigned series with ID 109\n[006.677]    Set sermon_date to 2019-03-10T10:30:00+00:00\n[006.695]  • Sermon \"Putting The Kingdom In My Mouth\" imported. (ID: 2590)\n[006.697]    Raw files data: <a onclick=\"jQuery(\'#files-data-2590\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2590\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 279\n            [type] => file\n            [name] => Putting The Kingdom In My Mouth.mp3\n            [sermon_id] => 137\n            [count] => 152\n            [duration] => 40:26\n        )\n\n)\n</div>\n[006.698]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Putting%20The%20Kingdom%20In%20My%20Mouth.mp3\")\n[006.698]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Putting%20The%20Kingdom%20In%20My%20Mouth.mp3\")\n[006.702]    Assigned preacher with ID 66\n[006.706]    Assigned service type with ID 121\n[006.710]    Assigned series with ID 81\n[006.715]    Set sermon_date to 2019-03-17T10:30:00+00:00\n[006.736]  • Sermon \"Being A Generous Person\" imported. (ID: 2591)\n[006.737]    Raw files data: <a onclick=\"jQuery(\'#files-data-2591\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2591\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 280\n            [type] => file\n            [name] => Being A Generous Person.mp3\n            [sermon_id] => 138\n            [count] => 70\n            [duration] => 37:54\n        )\n\n)\n</div>\n[006.738]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Being%20A%20Generous%20Person.mp3\")\n[006.738]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Being%20A%20Generous%20Person.mp3\")\n[006.742]    Assigned preacher with ID 68\n[006.745]    Assigned service type with ID 121\n[006.747]    Assigned series with ID 111\n[006.751]    Set sermon_date to 2019-03-24T10:30:00+00:00\n[006.770]  • Sermon \"Being A Generous Person part 2\" imported. (ID: 2592)\n[006.771]    Raw files data: <a onclick=\"jQuery(\'#files-data-2592\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2592\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 281\n            [type] => file\n            [name] => How To Be A Generous Person part 2.mp3\n            [sermon_id] => 139\n            [count] => 76\n            [duration] => 43:08\n        )\n\n)\n</div>\n[006.772]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20To%20Be%20A%20Generous%20Person%20part%202.mp3\")\n[006.772]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20To%20Be%20A%20Generous%20Person%20part%202.mp3\")\n[006.775]    Assigned preacher with ID 68\n[006.779]    Assigned service type with ID 121\n[006.781]    Assigned series with ID 111\n[006.786]    Set sermon_date to 2019-03-31T10:30:00+00:00\n[006.802]  • Sermon \"Generosity\" imported. (ID: 2593)\n[006.804]    Raw files data: <a onclick=\"jQuery(\'#files-data-2593\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2593\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 282\n            [type] => file\n            [name] => Generosity part 4.mp3\n            [sermon_id] => 140\n            [count] => 70\n            [duration] => 43:11\n        )\n\n)\n</div>\n[006.805]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Generosity%20part%204.mp3\")\n[006.805]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Generosity%20part%204.mp3\")\n[006.814]    Assigned preacher with ID 68\n[006.819]    Assigned service type with ID 121\n[006.822]    Assigned series with ID 111\n[006.827]    Set sermon_date to 2019-04-07T10:30:00+00:00\n[006.848]  • Sermon \"Hypocrites Anonymous\" imported. (ID: 2594)\n[006.850]    Raw files data: <a onclick=\"jQuery(\'#files-data-2594\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2594\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 283\n            [type] => file\n            [name] => Hypocrites Anonymous.mp3\n            [sermon_id] => 141\n            [count] => 89\n            [duration] => 46:27\n        )\n\n)\n</div>\n[006.853]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hypocrites%20Anonymous.mp3\")\n[006.853]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Hypocrites%20Anonymous.mp3\")\n[006.857]    Assigned preacher with ID 66\n[006.861]    Assigned service type with ID 121\n[006.864]    Assigned series with ID 81\n[006.868]    Set sermon_date to 2019-04-14T10:30:00+00:00\n[006.891]  • Sermon \"Worship\" imported. (ID: 2595)\n[006.893]    Raw files data: <a onclick=\"jQuery(\'#files-data-2595\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2595\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 284\n            [type] => file\n            [name] => Easter 2019.mp3\n            [sermon_id] => 142\n            [count] => 86\n            [duration] => 38:17\n        )\n\n)\n</div>\n[006.894]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Easter%202019.mp3\")\n[006.894]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Easter%202019.mp3\")\n[006.899]    Assigned preacher with ID 68\n[006.902]    Assigned service type with ID 121\n[006.905]    Assigned series with ID 79\n[006.910]    Set sermon_date to 2019-04-21T10:30:00+00:00\n[006.933]  • Sermon \"Dealing With Crazy Makers\" imported. (ID: 2596)\n[006.935]    Raw files data: <a onclick=\"jQuery(\'#files-data-2596\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2596\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 285\n            [type] => file\n            [name] => Dealing With Crazy Makers.mp3\n            [sermon_id] => 143\n            [count] => 81\n            [duration] => 39:53\n        )\n\n)\n</div>\n[006.936]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers.mp3\")\n[006.936]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers.mp3\")\n[006.941]    Assigned preacher with ID 68\n[006.944]    Assigned service type with ID 121\n[006.947]    Assigned series with ID 112\n[006.951]    Set sermon_date to 2019-05-12T10:30:00+00:00\n[006.973]  • Sermon \"Living In The New Creation\" imported. (ID: 2597)\n[006.974]    Raw files data: <a onclick=\"jQuery(\'#files-data-2597\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2597\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 286\n            [type] => file\n            [name] => Living In The New Creation.mp3\n            [sermon_id] => 144\n            [count] => 77\n            [duration] => 47:06\n        )\n\n)\n</div>\n[006.977]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20In%20The%20New%20Creation.mp3\")\n[006.977]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20In%20The%20New%20Creation.mp3\")\n[006.979]    Assigned preacher with ID 66\n[006.984]    Assigned service type with ID 121\n[006.986]    Assigned series with ID 81\n[006.991]    Set sermon_date to 2019-05-19T10:30:00+00:00\n[007.016]  • Sermon \"Dealing With Crazy Makers part 2\" imported. (ID: 2598)\n[007.017]    Raw files data: <a onclick=\"jQuery(\'#files-data-2598\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2598\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 287\n            [type] => file\n            [name] => Dealing With Crazy Makers part 2.mp3\n            [sermon_id] => 145\n            [count] => 61\n            [duration] => 41:24\n        )\n\n)\n</div>\n[007.019]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers%20part%202.mp3\")\n[007.019]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers%20part%202.mp3\")\n[007.023]    Assigned preacher with ID 68\n[007.027]    Assigned service type with ID 121\n[007.029]    Assigned series with ID 112\n[007.034]    Set sermon_date to 2019-05-26T10:30:00+00:00\n[007.055]  • Sermon \"Dealing With CrazyMakers part 3\" imported. (ID: 2599)\n[007.056]    Raw files data: <a onclick=\"jQuery(\'#files-data-2599\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2599\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 288\n            [type] => file\n            [name] => Dealing With CrazyMakers part3.mp3\n            [sermon_id] => 146\n            [count] => 18\n            [duration] => 35:22\n        )\n\n)\n</div>\n[007.058]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part3.mp3\")\n[007.058]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part3.mp3\")\n[007.062]    Assigned preacher with ID 68\n[007.066]    Assigned service type with ID 121\n[007.068]    Assigned series with ID 113\n[007.073]    Set sermon_date to 1970-01-01T00:00:00+00:00\n[007.095]  • Sermon \"Dealing With CrazyMakers part 5\" imported. (ID: 2600)\n[007.096]    Raw files data: <a onclick=\"jQuery(\'#files-data-2600\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2600\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 289\n            [type] => file\n            [name] => Dealing With CrazyMakers part5.mp3\n            [sermon_id] => 147\n            [count] => 60\n            [duration] => 40:25\n        )\n\n)\n</div>\n[007.098]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part5.mp3\")\n[007.098]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part5.mp3\")\n[007.102]    Assigned preacher with ID 68\n[007.106]    Assigned service type with ID 121\n[007.109]    Assigned series with ID 113\n[007.114]    Set sermon_date to 2019-06-23T10:30:00+00:00\n[007.137]  • Sermon \"Dealing With CrazyMakers part 6\" imported. (ID: 2601)\n[007.138]    Raw files data: <a onclick=\"jQuery(\'#files-data-2601\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2601\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 290\n            [type] => file\n            [name] => Dealing With CrazyMakers part 6.mp3\n            [sermon_id] => 148\n            [count] => 48\n            [duration] => 41:29\n        )\n\n)\n</div>\n[007.140]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%206.mp3\")\n[007.140]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%206.mp3\")\n[007.145]    Assigned preacher with ID 68\n[007.149]    Assigned service type with ID 121\n[007.153]    Assigned series with ID 113\n[007.158]    Set sermon_date to 2019-06-30T10:30:00+00:00\n[007.188]  • Sermon \"Dealing With CrazyMakers part 7\" imported. (ID: 2602)\n[007.189]    Raw files data: <a onclick=\"jQuery(\'#files-data-2602\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2602\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 291\n            [type] => file\n            [name] => Dealing With CrazyMakers part 7.mp3\n            [sermon_id] => 149\n            [count] => 45\n            [duration] => 31:25\n        )\n\n)\n</div>\n[007.190]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%207.mp3\")\n[007.190]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%207.mp3\")\n[007.194]    Assigned preacher with ID 68\n[007.198]    Assigned service type with ID 121\n[007.200]    Assigned series with ID 113\n[007.204]    Set sermon_date to 2019-07-07T10:30:00+00:00\n[007.221]  • Sermon \"Bear Kingdom Fruit\" imported. (ID: 2603)\n[007.222]    Raw files data: <a onclick=\"jQuery(\'#files-data-2603\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2603\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 292\n            [type] => file\n            [name] => Bear Kingdom Fruit.mp3\n            [sermon_id] => 150\n            [count] => 117\n            [duration] => 48:58\n        )\n\n)\n</div>\n[007.223]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Bear%20Kingdom%20Fruit.mp3\")\n[007.223]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Bear%20Kingdom%20Fruit.mp3\")\n[007.227]    Assigned preacher with ID 66\n[007.231]    Assigned service type with ID 121\n[007.233]    Assigned series with ID 81\n[007.238]    Set sermon_date to 2019-07-14T10:30:00+00:00\n[007.262]  • Sermon \"Our 4th Watch God\" imported. (ID: 2604)\n[007.264]    Raw files data: <a onclick=\"jQuery(\'#files-data-2604\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2604\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 293\n            [type] => file\n            [name] => Our 4th Watch God.mp3\n            [sermon_id] => 151\n            [count] => 57\n            [duration] => 21:54\n        )\n\n)\n</div>\n[007.265]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%204th%20Watch%20God.mp3\")\n[007.265]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%204th%20Watch%20God.mp3\")\n[007.269]    Assigned preacher with ID 75\n[007.273]    Assigned service type with ID 121\n[007.275]    Assigned series with ID 81\n[007.279]    Set sermon_date to 2019-07-21T10:30:00+00:00\n[007.298]  • Sermon \"David\" imported. (ID: 2605)\n[007.299]    Raw files data: <a onclick=\"jQuery(\'#files-data-2605\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2605\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 294\n            [type] => file\n            [name] => David.mp3\n            [sermon_id] => 152\n            [count] => 50\n            [duration] => 36:28\n        )\n\n)\n</div>\n[007.301]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David.mp3\")\n[007.301]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David.mp3\")\n[007.305]    Assigned preacher with ID 68\n[007.310]    Assigned service type with ID 121\n[007.313]    Assigned series with ID 83\n[007.317]    Set sermon_date to 2019-07-28T10:30:00+00:00\n[007.334]  • Sermon \"David part 2\" imported. (ID: 2606)\n[007.335]    Raw files data: <a onclick=\"jQuery(\'#files-data-2606\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2606\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 295\n            [type] => file\n            [name] => David part 2.mp3\n            [sermon_id] => 153\n            [count] => 51\n            [duration] => 41:17\n        )\n\n)\n</div>\n[007.337]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%202.mp3\")\n[007.337]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%202.mp3\")\n[007.340]    Assigned preacher with ID 68\n[007.343]    Assigned service type with ID 121\n[007.344]    Assigned series with ID 83\n[007.349]    Set sermon_date to 2019-08-04T10:30:00+00:00\n[007.369]  • Sermon \"David part 3\" imported. (ID: 2607)\n[007.371]    Raw files data: <a onclick=\"jQuery(\'#files-data-2607\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2607\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 296\n            [type] => file\n            [name] => David part 3.mp3\n            [sermon_id] => 154\n            [count] => 66\n            [duration] => 39:26\n        )\n\n)\n</div>\n[007.373]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%203.mp3\")\n[007.373]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%203.mp3\")\n[007.377]    Assigned preacher with ID 68\n[007.382]    Assigned service type with ID 121\n[007.385]    Assigned series with ID 83\n[007.390]    Set sermon_date to 2019-08-11T10:30:00+00:00\n[007.410]  • Sermon \"David part 4\" imported. (ID: 2608)\n[007.412]    Raw files data: <a onclick=\"jQuery(\'#files-data-2608\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2608\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 297\n            [type] => file\n            [name] => David part 4.mp3\n            [sermon_id] => 155\n            [count] => 49\n            [duration] => 40:46\n        )\n\n)\n</div>\n[007.413]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%204.mp3\")\n[007.413]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%204.mp3\")\n[007.417]    Assigned preacher with ID 68\n[007.421]    Assigned service type with ID 121\n[007.423]    Assigned series with ID 83\n[007.428]    Set sermon_date to 2019-08-25T10:30:00+00:00\n[007.446]  • Sermon \"David part 5\" imported. (ID: 2609)\n[007.448]    Raw files data: <a onclick=\"jQuery(\'#files-data-2609\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2609\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 298\n            [type] => file\n            [name] => David part 5.mp3\n            [sermon_id] => 156\n            [count] => 58\n            [duration] => 45:38\n        )\n\n)\n</div>\n[007.449]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%205.mp3\")\n[007.449]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%205.mp3\")\n[007.454]    Assigned preacher with ID 68\n[007.462]    Assigned service type with ID 121\n[007.465]    Assigned series with ID 83\n[007.469]    Set sermon_date to 2019-09-01T10:30:00+00:00\n[007.488]  • Sermon \"Rethinking My Thinking\" imported. (ID: 2610)\n[007.490]    Raw files data: <a onclick=\"jQuery(\'#files-data-2610\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2610\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 299\n            [type] => file\n            [name] => Rethinking My Thinking.mp3\n            [sermon_id] => 157\n            [count] => 62\n            [duration] => 38:47\n        )\n\n)\n</div>\n[007.493]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking.mp3\")\n[007.493]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking.mp3\")\n[007.500]    Assigned preacher with ID 68\n[007.504]    Assigned service type with ID 121\n[007.506]    Assigned series with ID 114\n[007.511]    Set sermon_date to 2019-09-08T10:30:00+00:00\n[007.529]  • Sermon \"Thinking What Jesus Thought\" imported. (ID: 2611)\n[007.530]    Raw files data: <a onclick=\"jQuery(\'#files-data-2611\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2611\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 300\n            [type] => file\n            [name] => Thinking What Jesus Thought.mp3\n            [sermon_id] => 158\n            [count] => 44\n            [duration] => 35:56\n        )\n\n)\n</div>\n[007.532]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Thinking%20What%20Jesus%20Thought.mp3\")\n[007.532]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Thinking%20What%20Jesus%20Thought.mp3\")\n[007.535]    Assigned preacher with ID 68\n[007.539]    Assigned service type with ID 121\n[007.541]    Assigned series with ID 114\n[007.544]    Set sermon_date to 2019-09-15T10:30:00+00:00\n[007.564]  • Sermon \"My View of Myself\" imported. (ID: 2612)\n[007.565]    Raw files data: <a onclick=\"jQuery(\'#files-data-2612\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2612\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 301\n            [type] => file\n            [name] => My View of Myself.mp3\n            [sermon_id] => 159\n            [count] => 50\n            [duration] => 39:26\n        )\n\n)\n</div>\n[007.567]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Myself.mp3\")\n[007.567]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Myself.mp3\")\n[007.581]    Assigned preacher with ID 68\n[007.584]    Assigned service type with ID 121\n[007.587]    Assigned series with ID 114\n[007.591]    Set sermon_date to 2019-09-22T10:30:00+00:00\n[007.611]  • Sermon \"My View of God\" imported. (ID: 2613)\n[007.613]    Raw files data: <a onclick=\"jQuery(\'#files-data-2613\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2613\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 302\n            [type] => file\n            [name] => My View of God.mp3\n            [sermon_id] => 160\n            [count] => 50\n            [duration] => 36:38\n        )\n\n)\n</div>\n[007.614]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20God.mp3\")\n[007.614]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20God.mp3\")\n[007.618]    Assigned preacher with ID 68\n[007.622]    Assigned service type with ID 121\n[007.625]    Assigned series with ID 114\n[007.629]    Set sermon_date to 2019-09-29T10:30:00+00:00\n[007.649]  • Sermon \"My View of Sin\" imported. (ID: 2614)\n[007.651]    Raw files data: <a onclick=\"jQuery(\'#files-data-2614\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2614\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 303\n            [type] => file\n            [name] => My View of Sin.mp3\n            [sermon_id] => 161\n            [count] => 73\n            [duration] => 42:35\n        )\n\n)\n</div>\n[007.652]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Sin.mp3\")\n[007.652]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Sin.mp3\")\n[007.656]    Assigned preacher with ID 68\n[007.660]    Assigned service type with ID 121\n[007.662]    Assigned series with ID 114\n[007.667]    Set sermon_date to 2019-10-06T10:30:00+00:00\n[007.688]  • Sermon \"Life Shaping Choices\" imported. (ID: 2615)\n[007.689]    Raw files data: <a onclick=\"jQuery(\'#files-data-2615\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2615\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 304\n            [type] => file\n            [name] => Life Shaping Choices.mp3\n            [sermon_id] => 162\n            [count] => 17\n            [duration] => 44:45\n        )\n\n)\n</div>\n[007.691]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices.mp3\")\n[007.691]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices.mp3\")\n[007.695]    Assigned preacher with ID 68\n[007.698]    Assigned service type with ID 123\n[007.701]    Assigned series with ID 107\n[007.705]    Set sermon_date to 1970-01-01T00:00:00+00:00\n[007.725]  • Sermon \"Discouragement\" imported. (ID: 2616)\n[007.726]    Raw files data: <a onclick=\"jQuery(\'#files-data-2616\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2616\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 305\n            [type] => file\n            [name] => Discouragement.mp3\n            [sermon_id] => 163\n            [count] => 46\n            [duration] => 40:45\n        )\n\n)\n</div>\n[007.728]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Discouragement.mp3\")\n[007.728]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Discouragement.mp3\")\n[007.732]    Assigned preacher with ID 68\n[007.736]    Assigned service type with ID 121\n[007.738]    Assigned series with ID 114\n[007.742]    Set sermon_date to 2019-10-13T10:30:00+00:00\n[007.763]  • Sermon \"Our View of Pain\" imported. (ID: 2617)\n[007.764]    Raw files data: <a onclick=\"jQuery(\'#files-data-2617\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2617\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 306\n            [type] => file\n            [name] => Our View of Pain.mp3\n            [sermon_id] => 164\n            [count] => 78\n            [duration] => 41:01\n        )\n\n)\n</div>\n[007.765]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%20View%20of%20Pain.mp3\")\n[007.765]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%20View%20of%20Pain.mp3\")\n[007.770]    Assigned preacher with ID 68\n[007.774]    Assigned service type with ID 121\n[007.776]    Assigned series with ID 115\n[007.792]    Set sermon_date to 2019-10-20T10:30:00+00:00\n[007.817]  • Sermon \"Stepping Up To The Plate\" imported. (ID: 2618)\n[007.818]    Raw files data: <a onclick=\"jQuery(\'#files-data-2618\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2618\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 310\n            [type] => file\n            [name] => Stepping Up To The Plate.mp3\n            [sermon_id] => 167\n            [count] => 36\n            [duration] => 46:32\n        )\n\n)\n</div>\n[007.820]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Stepping%20Up%20To%20The%20Plate.mp3\")\n[007.820]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Stepping%20Up%20To%20The%20Plate.mp3\")\n[007.824]    Assigned preacher with ID 66\n[007.829]    Assigned service type with ID 121\n[007.831]    Assigned series with ID 81\n[007.836]    Set sermon_date to 2019-10-27T10:30:00+00:00\n[007.858]  • Sermon \"Rethinking My Thinking part 8\" imported. (ID: 2619)\n[007.859]    Raw files data: <a onclick=\"jQuery(\'#files-data-2619\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2619\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 311\n            [type] => file\n            [name] => Rethinking My Thinking part 8.mp3\n            [sermon_id] => 168\n            [count] => 36\n            [duration] => 36:34\n        )\n\n)\n</div>\n[007.860]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking%20part%208.mp3\")\n[007.860]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking%20part%208.mp3\")\n[007.864]    Assigned preacher with ID 68\n[007.869]    Assigned service type with ID 121\n[007.871]    Assigned series with ID 114\n[007.875]    Set sermon_date to 2019-11-03T10:30:00+00:00\n[007.895]  • Sermon \"The Engedi Refuge Presentation and Testimony\" imported. (ID: 2620)\n[007.897]    Raw files data: <a onclick=\"jQuery(\'#files-data-2620\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2620\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 312\n            [type] => file\n            [name] => The Engedi Refuge Presentation and Testimony.mp3\n            [sermon_id] => 169\n            [count] => 49\n            [duration] => 36:27\n        )\n\n)\n</div>\n[007.898]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Engedi%20Refuge%20Presentation%20and%20Testimony.mp3\")\n[007.898]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Engedi%20Refuge%20Presentation%20and%20Testimony.mp3\")\n[007.902]    Assigned preacher with ID 76\n[007.906]    Assigned service type with ID 121\n[007.908]    Assigned series with ID 81\n[007.913]    Set sermon_date to 2019-11-10T10:30:00+00:00\n[007.936]  • Sermon \"Getting Wisdom for My Life\" imported. (ID: 2621)\n[007.939]    Raw files data: <a onclick=\"jQuery(\'#files-data-2621\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2621\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 314\n            [type] => file\n            [name] => Getting Wisdom for My Life.mp3\n            [sermon_id] => 170\n            [count] => 46\n            [duration] => 37:42\n        )\n\n)\n</div>\n[007.944]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20My%20Life.mp3\")\n[007.944]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20My%20Life.mp3\")\n[007.959]    Assigned preacher with ID 68\n[007.970]    Assigned service type with ID 121\n[007.975]    Assigned series with ID 116\n[007.997]    Set sermon_date to 2019-11-17T10:30:00+00:00\n[008.017]  • Sermon \"Giving Thanks Can Change Your Life\" imported. (ID: 2622)\n[008.019]    Raw files data: <a onclick=\"jQuery(\'#files-data-2622\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2622\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 315\n            [type] => file\n            [name] => Giving Thanks Can Change Your Life.mp3\n            [sermon_id] => 171\n            [count] => 38\n            [duration] => 18:40\n        )\n\n)\n</div>\n[008.020]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Giving%20Thanks%20Can%20Change%20Your%20Life.mp3\")\n[008.020]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Giving%20Thanks%20Can%20Change%20Your%20Life.mp3\")\n[008.024]    Assigned preacher with ID 68\n[008.028]    Assigned service type with ID 121\n[008.030]    Assigned series with ID 108\n[008.035]    Set sermon_date to 2019-11-24T10:30:00+00:00\n[008.056]  • Sermon \"Getting Wisdom for my Life part 2\" imported. (ID: 2623)\n[008.057]    Raw files data: <a onclick=\"jQuery(\'#files-data-2623\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2623\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 316\n            [type] => file\n            [name] => Getting Wisdom for my Life part 2.mp3\n            [sermon_id] => 172\n            [count] => 37\n            [duration] => 40:47\n        )\n\n)\n</div>\n[008.059]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%202.mp3\")\n[008.059]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%202.mp3\")\n[008.063]    Assigned preacher with ID 68\n[008.067]    Assigned service type with ID 121\n[008.069]    Assigned series with ID 116\n[008.077]    Set sermon_date to 2019-12-01T10:30:00+00:00\n[008.097]  • Sermon \"Getting Wisdom for my Life part 3\" imported. (ID: 2624)\n[008.098]    Raw files data: <a onclick=\"jQuery(\'#files-data-2624\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2624\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 317\n            [type] => file\n            [name] => Getting Wisdom for my Life part 3.mp3\n            [sermon_id] => 173\n            [count] => 37\n            [duration] => 30:27\n        )\n\n)\n</div>\n[008.100]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%203.mp3\")\n[008.100]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%203.mp3\")\n[008.104]    Assigned preacher with ID 68\n[008.108]    Assigned service type with ID 121\n[008.110]    Assigned series with ID 116\n[008.114]    Set sermon_date to 2019-12-08T10:30:00+00:00\n[008.134]  • Sermon \"Getting Wisdom for my Life part 4\" imported. (ID: 2625)\n[008.136]    Raw files data: <a onclick=\"jQuery(\'#files-data-2625\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2625\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 318\n            [type] => file\n            [name] => Getting Wisdom for my Life part 4.mp3\n            [sermon_id] => 174\n            [count] => 40\n            [duration] => 34:23\n        )\n\n)\n</div>\n[008.137]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%204.mp3\")\n[008.137]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%204.mp3\")\n[008.142]    Assigned preacher with ID 68\n[008.146]    Assigned service type with ID 121\n[008.148]    Assigned series with ID 116\n[008.153]    Set sermon_date to 2019-12-15T10:30:00+00:00\n[008.176]  • Sermon \"Christmas Eve 2019\" imported. (ID: 2626)\n[008.178]    Raw files data: <a onclick=\"jQuery(\'#files-data-2626\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2626\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 319\n            [type] => file\n            [name] => Christmas Eve 2019.mp3\n            [sermon_id] => 175\n            [count] => 30\n            [duration] => 20:34\n        )\n\n)\n</div>\n[008.180]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%20Eve%202019.mp3\")\n[008.180]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%20Eve%202019.mp3\")\n[008.185]    Assigned preacher with ID 68\n[008.189]    Assigned service type with ID 123\n[008.194]    Assigned series with ID 85\n[008.199]    Set sermon_date to 2019-12-24T19:00:00+00:00\n[008.224]  • Sermon \"Jubilee 2020\" imported. (ID: 2627)\n[008.225]    Raw files data: <a onclick=\"jQuery(\'#files-data-2627\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2627\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 320\n            [type] => file\n            [name] => Jubilee 2020.mp3\n            [sermon_id] => 176\n            [count] => 50\n            [duration] => 39:06\n        )\n\n)\n</div>\n[008.227]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jubilee%202020.mp3\")\n[008.227]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Jubilee%202020.mp3\")\n[008.231]    Assigned preacher with ID 66\n[008.236]    Assigned service type with ID 121\n[008.239]    Assigned series with ID 81\n[008.244]    Set sermon_date to 2019-12-29T10:30:00+00:00\n[008.269]  • Sermon \"The Prodigal Sons\" imported. (ID: 2628)\n[008.271]    Raw files data: <a onclick=\"jQuery(\'#files-data-2628\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2628\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 321\n            [type] => file\n            [name] => The Prodigal Sons.mp3\n            [sermon_id] => 177\n            [count] => 43\n            [duration] => 39:45\n        )\n\n)\n</div>\n[008.273]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Prodigal%20Sons.mp3\")\n[008.273]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Prodigal%20Sons.mp3\")\n[008.282]    Assigned preacher with ID 68\n[008.297]    Assigned service type with ID 121\n[008.300]    Assigned series with ID 118\n[008.305]    Set sermon_date to 2020-01-12T10:30:00+00:00\n[008.329]  • Sermon \"Noticing & Praying\" imported. (ID: 2629)\n[008.330]    Raw files data: <a onclick=\"jQuery(\'#files-data-2629\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2629\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 322\n            [type] => file\n            [name] => Noticing and Praying.mp3\n            [sermon_id] => 178\n            [count] => 45\n            [duration] => 36:34\n        )\n\n)\n</div>\n[008.332]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Noticing%20and%20Praying.mp3\")\n[008.332]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Noticing%20and%20Praying.mp3\")\n[008.336]    Assigned preacher with ID 68\n[008.341]    Assigned service type with ID 121\n[008.343]    Assigned series with ID 118\n[008.348]    Set sermon_date to 2020-01-19T10:30:00+00:00\n[008.370]  • Sermon \"Listening & Asking Questions\" imported. (ID: 2630)\n[008.377]    Raw files data: <a onclick=\"jQuery(\'#files-data-2630\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2630\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 323\n            [type] => file\n            [name] => Listening and Asking Questions.mp3\n            [sermon_id] => 179\n            [count] => 31\n            [duration] => 34:05\n        )\n\n)\n</div>\n[008.378]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Listening%20and%20Asking%20Questions.mp3\")\n[008.378]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Listening%20and%20Asking%20Questions.mp3\")\n[008.383]    Assigned preacher with ID 68\n[008.388]    Assigned service type with ID 121\n[008.390]    Assigned series with ID 118\n[008.394]    Set sermon_date to 2020-01-26T10:30:00+00:00\n[008.427]  • Sermon \"Loving\" imported. (ID: 2631)\n[008.434]    Raw files data: <a onclick=\"jQuery(\'#files-data-2631\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2631\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 325\n            [type] => file\n            [name] => Loving.mp3\n            [sermon_id] => 180\n            [count] => 41\n            [duration] => 30:51\n        )\n\n)\n</div>\n[008.437]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Loving.mp3\")\n[008.437]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Loving.mp3\")\n[008.448]    Assigned preacher with ID 68\n[008.457]    Assigned service type with ID 121\n[008.464]    Assigned series with ID 119\n[008.474]    Set sermon_date to 2020-02-02T10:30:00+00:00\n[008.500]  • Sermon \"Welcoming\" imported. (ID: 2632)\n[008.502]    Raw files data: <a onclick=\"jQuery(\'#files-data-2632\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2632\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 326\n            [type] => file\n            [name] => Welcoming.mp3\n            [sermon_id] => 181\n            [count] => 35\n            [duration] => 37:19\n        )\n\n)\n</div>\n[008.503]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Welcoming.mp3\")\n[008.503]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Welcoming.mp3\")\n[008.508]    Assigned preacher with ID 68\n[008.513]    Assigned service type with ID 121\n[008.516]    Assigned series with ID 118\n[008.521]    Set sermon_date to 2020-02-09T10:30:00+00:00\n[008.545]  • Sermon \"Facilitating, Serving Together, Sharing\" imported. (ID: 2633)\n[008.546]    Raw files data: <a onclick=\"jQuery(\'#files-data-2633\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2633\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 328\n            [type] => file\n            [name] => Facilitating, Serving Together, Sharing.mp3\n            [sermon_id] => 182\n            [count] => 27\n            [duration] => 35:19\n        )\n\n)\n</div>\n[008.548]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Facilitating%2C%20Serving%20Together%2C%20Sharing.mp3\")\n[008.548]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Facilitating%2C%20Serving%20Together%2C%20Sharing.mp3\")\n[008.555]    Assigned preacher with ID 68\n[008.560]    Assigned service type with ID 121\n[008.563]    Assigned series with ID 118\n[008.569]    Set sermon_date to 2020-02-16T10:30:00+00:00\n[008.610]  • Sermon \"Under The Influence\" imported. (ID: 2634)\n[008.611]    Raw files data: <a onclick=\"jQuery(\'#files-data-2634\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2634\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 329\n            [type] => file\n            [name] => Under The Influence.mp3\n            [sermon_id] => 183\n            [count] => 26\n            [duration] => 45:07\n        )\n\n)\n</div>\n[008.613]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Under%20The%20Influence.mp3\")\n[008.613]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Under%20The%20Influence.mp3\")\n[008.621]    Assigned preacher with ID 66\n[008.626]    Assigned service type with ID 121\n[008.628]    Assigned series with ID 81\n[008.632]    Set sermon_date to 2020-02-23T10:30:00+00:00\n[008.649]  • Sermon \"Me & My Money\" imported. (ID: 2635)\n[008.650]    Raw files data: <a onclick=\"jQuery(\'#files-data-2635\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2635\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 331\n            [type] => file\n            [name] => Me & My Money.mp3\n            [sermon_id] => 184\n            [count] => 24\n            [duration] => 41:04\n        )\n\n)\n</div>\n[008.652]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20%26%20My%20Money.mp3\")\n[008.652]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20%26%20My%20Money.mp3\")\n[008.655]    Assigned preacher with ID 68\n[008.663]    Assigned service type with ID 121\n[008.665]    Assigned series with ID 120\n[008.669]    Set sermon_date to 2020-03-01T10:30:00+00:00\n[008.687]  • Sermon \"Me & My Money part 2\" imported. (ID: 2636)\n[008.688]    Raw files data: <a onclick=\"jQuery(\'#files-data-2636\').toggle();\" style=\"cursor:pointer;\">Show data</a><div id=\"files-data-2636\" style=\"background: #f1f1f1; padding: .5rem; border: 1px solid #ccc;display:none\">Array\n(\n    [0] => stdClass Object\n        (\n            [id] => 332\n            [type] => file\n            [name] => Me and My Money part 2.mp3\n            [sermon_id] => 186\n            [count] => 27\n            [duration] => 38:03\n        )\n\n)\n</div>\n[008.689]    File URL is local, created a full URL. (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20and%20My%20Money%20part%202.mp3\")\n[008.689]    Found an audio file! (\"https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20and%20My%20Money%20part%202.mp3\")\n[008.693]    Assigned preacher with ID 68\n[008.696]    Assigned service type with ID 121\n[008.698]    Assigned series with ID 120\n[008.706]    Set sermon_date to 2020-03-08T10:30:00+00:00\n[009.022]      Finished sermons import.\n[009.022] (II) Doing `sm_import_after_sb` action.\n[009.022]      Done.\n','yes'),(696411,'sermon_image_plugin','a:0:{}','yes'),(709263,'convert_plug_modules','a:3:{i:0;s:11:\"Modal_Popup\";i:1;s:8:\"Info_Bar\";i:2;s:14:\"Slide_In_Popup\";}','yes'),(709264,'ultimate_google_fonts','a:0:{}','yes'),(709265,'ultimate_selected_google_fonts','a:0:{}','yes'),(709266,'convert_plug_redirect','','yes'),(709267,'bsf_force_check_extensions','','no'),(709268,'cp_is_new_user','','yes'),(709269,'cp_previous_version','3.5.6','yes'),(709270,'widget_convertplug_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(709271,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:14058953;a:16:{s:8:\"template\";s:27:\"convertplug/convertplug.php\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:8:\"14058953\";s:12:\"product_name\";s:12:\"Convert Plus\";s:7:\"version\";s:5:\"3.5.6\";s:6:\"remote\";s:5:\"3.5.8\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:13:\"changelog_url\";s:43:\"https://www.convertplug.com/plus/changelog/\";s:12:\"purchase_url\";s:75:\"https://codecanyon.net/cart/add_items?item_ids=14058953&ref=BrainstormForce\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:12:\"download_url\";s:0:\"\";s:6:\"tested\";s:3:\"5.4\";}}}','yes'),(709272,'bsf_local_transient','1590135208','yes'),(709275,'bsf-updater-version','1.26.0','yes'),(709277,'bsf_local_transient_bundled','1590050574','yes'),(709281,'smile_lists','a:1:{i:0;a:5:{s:4:\"date\";s:10:\"11-04-2020\";s:9:\"list-name\";s:5:\"First\";s:13:\"list-provider\";s:12:\"Convert Plug\";s:4:\"list\";s:0:\"\";s:13:\"provider_list\";s:0:\"\";}}','yes'),(709282,'convert_plug_settings','a:29:{s:14:\"security_nonce\";s:10:\"2ff5c1d620\";s:16:\"_wp_http_referer\";s:51:\"/wp-admin/admin.php?page=convert-plus&view=settings\";s:19:\"cp-enable-mx-record\";s:1:\"0\";s:19:\"cp-default-messages\";s:1:\"0\";s:21:\"cp-already-subscribed\";s:22:\"Already Subscribed...!\";s:15:\"cp-double-optin\";s:1:\"0\";s:13:\"cp-sub-notify\";s:1:\"0\";s:12:\"cp-sub-email\";s:19:\"grmiles@comcast.net\";s:12:\"cp-email-sub\";s:43:\"Congratulations! You have a New Subscriber!\";s:15:\"cp-google-fonts\";s:1:\"1\";s:11:\"cp-timezone\";s:9:\"wordpress\";s:15:\"user_inactivity\";s:2:\"60\";s:18:\"cp-edit-style-link\";s:1:\"0\";s:17:\"cp-plugin-support\";s:1:\"0\";s:21:\"cp-disable-impression\";s:1:\"0\";s:15:\"cp-close-inline\";s:1:\"0\";s:18:\"cp-disable-storage\";s:1:\"0\";s:14:\"cp-disable-pot\";s:1:\"1\";s:17:\"cp-disable-domain\";s:1:\"0\";s:14:\"cp-domain-name\";s:0:\"\";s:11:\"cp-lazy-img\";s:1:\"0\";s:16:\"cp-close-gravity\";s:1:\"1\";s:11:\"cp-load-syn\";s:1:\"0\";s:16:\"cp_change_ntf_id\";s:1:\"1\";s:18:\"cp_notify_email_to\";s:19:\"grmiles@comcast.net\";s:14:\"cp-access-role\";s:0:\"\";s:12:\"cp-user-role\";s:13:\"administrator\";s:16:\"cp-new-user-role\";s:0:\"\";s:13:\"cp-email-body\";s:0:\"\";}','yes'),(709284,'cp_new_bg_type','1','yes'),(709291,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"13.4.1\";s:20:\"disableadvanced_meta\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1586633031;s:13:\"myyoast-oauth\";b:0;}','yes'),(709292,'wpseo_titles','a:149:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:21:\"title-avada_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-avada_portfolio\";s:0:\"\";s:23:\"noindex-avada_portfolio\";b:0;s:24:\"showdate-avada_portfolio\";b:0;s:34:\"display-metabox-pt-avada_portfolio\";b:1;s:34:\"post_types-avada_portfolio-maintax\";i:0;s:31:\"title-ptarchive-avada_portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"bctitle-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"noindex-ptarchive-avada_portfolio\";b:0;s:15:\"title-avada_faq\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-avada_faq\";s:0:\"\";s:17:\"noindex-avada_faq\";b:0;s:18:\"showdate-avada_faq\";b:0;s:28:\"display-metabox-pt-avada_faq\";b:1;s:28:\"post_types-avada_faq-maintax\";i:0;s:25:\"title-ptarchive-avada_faq\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-avada_faq\";s:0:\"\";s:27:\"bctitle-ptarchive-avada_faq\";s:0:\"\";s:27:\"noindex-ptarchive-avada_faq\";b:0;s:25:\"title-themefusion_elastic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-themefusion_elastic\";s:0:\"\";s:27:\"noindex-themefusion_elastic\";b:0;s:28:\"showdate-themefusion_elastic\";b:0;s:38:\"display-metabox-pt-themefusion_elastic\";b:1;s:38:\"post_types-themefusion_elastic-maintax\";i:0;s:11:\"title-slide\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-slide\";s:0:\"\";s:13:\"noindex-slide\";b:0;s:14:\"showdate-slide\";b:0;s:24:\"display-metabox-pt-slide\";b:1;s:24:\"post_types-slide-maintax\";i:0;s:21:\"title-fusion_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-fusion_template\";s:0:\"\";s:23:\"noindex-fusion_template\";b:0;s:24:\"showdate-fusion_template\";b:0;s:34:\"display-metabox-pt-fusion_template\";b:1;s:34:\"post_types-fusion_template-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:38:\"display-metabox-tax-portfolio_category\";b:1;s:30:\"noindex-tax-portfolio_category\";b:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:26:\"title-tax-portfolio_skills\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_skills\";s:0:\"\";s:36:\"display-metabox-tax-portfolio_skills\";b:1;s:28:\"noindex-tax-portfolio_skills\";b:0;s:34:\"taxonomy-portfolio_skills-ptparent\";i:0;s:24:\"title-tax-portfolio_tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio_tags\";s:0:\"\";s:34:\"display-metabox-tax-portfolio_tags\";b:1;s:26:\"noindex-tax-portfolio_tags\";b:0;s:32:\"taxonomy-portfolio_tags-ptparent\";i:0;s:22:\"title-tax-faq_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-faq_category\";s:0:\"\";s:32:\"display-metabox-tax-faq_category\";b:1;s:24:\"noindex-tax-faq_category\";b:0;s:30:\"taxonomy-faq_category-ptparent\";i:0;s:31:\"title-tax-themefusion_es_groups\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-themefusion_es_groups\";s:0:\"\";s:41:\"display-metabox-tax-themefusion_es_groups\";b:1;s:33:\"noindex-tax-themefusion_es_groups\";b:0;s:39:\"taxonomy-themefusion_es_groups-ptparent\";i:0;s:20:\"title-tax-slide-page\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-slide-page\";s:0:\"\";s:30:\"display-metabox-tax-slide-page\";b:1;s:22:\"noindex-tax-slide-page\";b:0;s:28:\"taxonomy-slide-page-ptparent\";i:0;s:26:\"title-tax-element_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-element_category\";s:0:\"\";s:36:\"display-metabox-tax-element_category\";b:1;s:28:\"noindex-tax-element_category\";b:0;s:34:\"taxonomy-element_category-ptparent\";i:0;s:27:\"title-tax-template_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-template_category\";s:0:\"\";s:37:\"display-metabox-tax-template_category\";b:1;s:29:\"noindex-tax-template_category\";b:0;s:35:\"taxonomy-template_category-ptparent\";i:0;}','yes'),(709293,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(709294,'wpseo_flush_rewrite','1','yes'),(709304,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1586633041;}','yes'),(709314,'rs-templates-new','','off'),(709356,'rs-templates','eNrs/XmTHDeS4IF+lWiu2ewfj8nGfWh3Zo2ipJZmxRZfk9N6vcMxGU5WNrMyazKzSLHH5rs/II4MxJVVxYqqyiIx05LIANLjgv/cgXB3/NeT3Wpp3fbJN//1BMR/Le2Tb57AJ0+f7Jf7lQt/frFSu93SFC/UdnO5c6vQpFZLtQtNpmpamLbpH8uLkYZn8fDTJ5eVcMIUgNZiAQww1jlBDSGUOceEsYKEjsvzdyNS3v6xutZnf794FzpdbN2HpfsYOp7t9xffvP3j2z+GI5vV5X65WT/bn7lzd3G5NmfPzOb87R8bIYtKxuJidfluuX77x/9zuT//bbe53Br3z8qeL9f/FA+cO7u8PP9nfbnfb6ojRp1fqOW79T/vtkHMdlcd3Kz3br3/53Hh4Ro/hJ7hauJdPwPPQDiydf95udy6+CBoOETDoY9Luz+LXRCJPc7c8t3ZPvydgfhX63Zmu7zYV2L+9+5CrYvyyfzz2yf79hrePvmXXy63Rf3Mnhb+crValJKL5uoK93u4iZV7Vny3Ve+eFruPywtXbOKPluZ9sd8Ua/Vh+U7t3R/+d3jW4UT/8nb7dj08ZThgXDhh0ytcpVHxiv9yeP7Ft2rnwnG/XO3j6Pr3J4dB8h/h1ZXP57f6WTz5Zh0uNtxpOHMQggBkC4AWCBUQf4PgNxjHt63Me/XO/bbZlqP1SXw05xurVvWflbXLeOI4LsNf34Wx5n5rxvDhwOV2lf61Gmfx12a//ODqkb9c7/ZqtYrvyKvVzv3303C4UQ00ohqvKxUaKMauOd7RinoQpyqhgGVKIiKMBIxpAohWwENjlTXUeNRXiUrErfThY3iQ4Re7XTVmd2ebj4t38a63n2ZSiiNnuAvNKI6pxvNGMYrDtTTaUHxcBh3ZL8/d9mmhw0B0+12h1rZQ223oVatEfIR3oBT1CLm2SpDTUQl0UAmcqkT1yIs3Su9ShagO76ujtTq0xzrK4AByErKgA0wCiLDCFnDFKBXIEG9BqwytgJlUoZa4iCIXjZLNrAwj57ixOgBEbqcO60Jd7jeL3fIfrtKIbaUGqjCbzarYXayW4Qrd7/ugCcvzcvgXzntn9s+KP9dGovpFuPD90qhVR3X2Z5fn4a1mhUkVBh8UhiQK80N4CHqzeV/84ELnVmN8fXzhq+OVznSOdrSGUsAIhpZqqJU2GlFrPEWGAmEJcvigNR0RM+lNT+bMGtN/FF1dgcd1RYBb+VTFm7PlrlGR8KeoNlEfwohffSouNheXqzDibKE/Bd05vMvdfuvU+bPiXy93+2KzrnUs/n4dbiF0D75WaYNU8fFsE2xQvLObO107t7+8+G292bvdFbfx5swV9d+K6sXEiwm/j1fyv1VxtnU+/Ci+9V352j9+/Dh437Vz246It38M2nO5cg3T3v7xf/joSm7fPin2avvO7YPM3/RKrd+Ha3jbjvXX5fN5+yTci/qXZ8VL9T48osuti1ezXF9c7otPm+jMbrbbgJzi+aufwmG/2dYkWq4DYQ7gCnexX67fBdzoQOt/qf999Fm2D+bFmTPvN+GE8XxjD+LI+Lcbc3kexJQXNXrL36U9ypstwl0UWkVP5MytLp59DvzCi9+YpVpFhVKPEoXkgELaQeHuLGpkCsHmSIO/8u8d8BFPtITEMqsxdVBCAL0HABviuFNYJeArfzwT8oJWLy7CE2ymfGXP2dE3epbbes+CiaG7cIX77LfhL+WlNGq3P1P7MLVcF9oV4RaCvxxtf9DN/XZTjvJShT86vVvuXeI1BFJe7oK+FudxOrj4eObCzDRcyma1inPR2o3IvkNHYehBYViqMCVsiz8dJlUHvSkbktlWrT6dw90ZqBVhoqkMV+HfjAvHFNTCOx0sE4Wl2a21qCNjLv+hEnpHHndH+k2Vp+8/kBu62jdzIKoXek/uw1dkcNhBf3iiP3/6dJ4ozbvyb5WmhD9356TECugh9pJ5LbWRgHoSdEYySAFG+qAe4Ye30okD8HurJ3NpxaT8q/xqVqvKTYzKiZiUxFcMztjlszv1s4OSRi0v3j75znl1uQpHW8+7GhfF92Got1e1i+psztQ6PIgw137n6jl0mH03Pu3rzXnrv8czrG/jtL9bbbRaLVbqU3jh4Xfjzvrr6LWa4u0fiz+V/Yufq/6V0/45vvZPQS+3l6bU8vJ1XvcevPrPcqqx9J8W+jJc6nYRX+TEpZePMo6G+IRjv2qW0Vzl1zJLeHSYDkd2v60jKcMoidDmB2iLBNo/BuCsInTGvkidNY3Db1LDpp4DpCiCDHuOsJIEeS4QptArgCXTuHWAhnLmWoePn2PuygdKhd/SBeII3Hj6UJ0+HolQDmQ/fJOqlh3XRTOwAmj2Si/C4A+9PnvxPfa6o69SJ+TViIOCyFEFeR18RFPd8VBBdm1jX0Gapo6CoDAVANoSCLwmYWZgpA1q4pSGDkGKwYiCNHJmUpALtQ0PQP3efk+aXU2Gp7j5ZBtfqS3HdWVs+D8NHkX75ar8WFU6CeVq/WGJflecx5W0fTrjCHLDncUFsj/kKXWqPLKNdgCJ9vwUPbDiR7fdJFpTumWLs+pgpS3loXikoyTcaii4gJYQj5Q1SBjJECFASKKUgQclOfx8Jt2Iohal0Nl1ohU90AV0twENz8P4Pj/frFefqulAEtNQXk8RL63Qq415X3/FrXzm+cd5+eof4yiHSVBPGtUTfXH1bqvOR1aPSjGDxaPO0e6gh5CHOTCI35kM0jSMf6FQmCZDK5jR7QpsR8RMA3/Z3MidRS8MznDTT1CMXLmEdOWc8poLSO1rzZ+gRme17QPK36C+4m9Qg7kmbCO8YBri9bP7oNab4i/BhVKXWxXG7rcqjfRale3bQ7NWbbzXSFv3yxXkwgscfAbGLdTI6UBLKgjQ2gJN2qivEUFzLbwf1uAWe3d+EUky//L78Bxf8GLjZ3+/youMeZExLzLeP/jbOEaYBjK+VGH8/+DUProEgwDf89Dqq8YD7pNj3Xh3BwBSGGGgNABAUu2sYZ4BLLFz3B8wnwi4Fd5n4fek/FsviNAbx+7uyuWk4O0G1V5eXARW283HdVFfRrHxlRbGN1Y/qYaCD07h0v12N0VxBsdJzqXbCE6YhnC+jD5wM48u3nxMV45K/7iZOC72H9sFpEFLBxo2MMNDDTWlAlAvMUIGMWIojbkBtJ1TD8TM5Bl25d7RV4mxk1ztG6JnCB0BDJPohs5heRlFfRndvIC/Ls/d5mnx45uXP9NSTf8WFO0yuIwfwrVudicPmOrWSr7E0ZoB84g8kzZKEtIBbpqPn8Xzy/0mTKo+DaBzSEpTbY8UPYP2DoCCc2K54FRDE7/0YIy5iAGWxDNCLWc9AA2E3QWG7pY/N3Vsqi87B+wQQD8LO90voW+fHB7gk6IcL3Fx71nxuperp/QuTdhL1qIeEZKMKh/U1+L6POpvzbANQYVpDOqf3cdduFXz/l24ufBO/xrtYsKiQLTdQh/aFx/q9opEVeu76mgvJdJ5R4gyWHngJQ3w8YIYAZkCAvF2cawjYuY8sPLT0u7OUsAq8bf9qkZv/FWt/9ms8m7al1Q5N9UKWUTRrvh45taFi9+SmzWPcDbn1g8Hm/IejhAnAU48Nri5r2jK9Xg/XrZhu5D3mTP8blmSoP/ZMj3YdXAUYNJgjQSzWkvnCKY0xn8R7jAGoAuYeT9aliK3m/CCN/NPqlLht00VuTlb4tkPU6k2ZKX6PK90GtJV/GnrAmHi0FbrTxFI7/6QF2zyfGo+frQRpFBM8KN4tdnty7u2EyhZXIQeVUTWKFWS9i5gkHcgzJ8AlgZJpSVBQHsLqXKGEiFGAZMImytqLgq8o/WbRPZ9k+YGeTW/hut9Fa+3iNd7x2s2pxDkEIf0ohzS9ZeL8SiHMBWJkQ2Rc/HBFPtPYYr5aXNZfIzfuUMHu9xF9y/HOsTHUwHgUWKwjROGso/BXqRjyaJOoOPhSAduMkzDsKAUCwW5EWFe5qyAnHICPAdOdeE2Y6Djw07N4F27T+Nxje/D7Etfbte7pgjHI5x2VXeWp12PgBdtaDQCfV6Mru+MLOoMV3S8BNBJB5kDmGFEBKTMIASki0FPTnaR8eUs59z5lKv8RjVc4ehDpDTlb/9YXKhwM0V1m7tHQ5K8avNoCoO1IecI9vCxCr5jcCFHnI6qZeh6JMc7NGFIAiUFI1YYYhiGkAtCBXMWGkO969AkETLjCk4tdRcIcXlxJ8s4nTNctU58VdDkTbMvSvVNIBIuNuqyCaq6ifHln2Ie30u1XJmz5flF0V5vUV1v4ZduZR+tq/K0As3Tkjk3CiKMhQ5jcbV4H4vz5gEtAgxi/ZZFb0AmgbejWGmfsNlYV4cZZvg9ik/4KKkbmkaV/3mzL/7k1m67NCkGN/t3h4M1AQ+HurMvK7hWkjqAEAwY9AJhwcOdIeOU9Ykrdfj9XAHj4QVUn37urFpL/wx3Ue7oimDxmGdWXUOvOmIZzlz0szNLRASddu8P8HErF9Uhx4HnOPD8deBE/dQ28hulkd+vzjb7zbutujhLPy5edI5WdE6OdSO+NQIcUcKV15w6Ij3GOjwBHitpYdZ+WkwEzLXa30q8s0X/wSm+8NpBJbvqlPxcQCgzPTP9sbjfbcA+IuOEHysilAJuUEZorLHrmytBtKBSK4StIeG/ggvisBKMEurVGPznLiVUir6zqNmO9NvWLr8V+w+xs5n+mf6Z/jlKGbU5EyjNmXjt1NacFT9stuf9xedd2RRX5867q8/9ht4mFdJpqC3wCGmskAZIQaUQhdZCj9vl576UuYrFDcTOXTBu+FhOb/W5qtNRrjMf6plUF16Emwj03BVxdSaJACr5/0UsSdf3Wd18XBrOq8KPxS1tUylQmkrRlOsb80mbUnoDf7Tf0KGUoUYhKLAUGAdYIQMYcd4gz5BTjrZJXH0ps314D8xY+NUd7i01PMWNyzOBWxYp82ptPvV80TL+2gVV9crWHtnOqJVrQxb37nz3eVUt56LRYcjkoOcvywlq0yZQmjbx+mKz3Q8i/nbl0Z7rUx4bOD3COq5gmMRipDBDlkFhEZXUe4U8R+3Oje3v56rydijAOH95t7S2460SsW5c6nNdVA+qKG/cTgT/PbZInRzz9xiZ0cYIozRGuIotG+ZafYjHB8lWnaPd4D8lEDEOeo9lWSaSCW+ks4oB6yluv1h3RMxEj57MmQHSfxQ3jBi+XfGKmxSHrN5lLgw5ul5VPZxcFPLr3pgMtaHPGAww2POcSsXv+E2HI71ZGKfhf14yyLEVggpprDUaMIiA5rzLvrmLQpdC76YodCn6vne57heFrl5NFR6cuB6tF/Ul56i/LoOUwsx9f3RF/FNVtKgaHzEOfLXc7f9P/Nc/v/r59Qv7n9/9+teX//rq1f/v+8tfvv/Pv33//335fHcBPjz/20eKfhsFyPlGL1d1VHbFj3DTu3inVSX6Z+XB8oknl559vZPYiLYN0MZpgPavThevtsFqBsv2ndq+T1D30enFRdW0sFVTRbx+Q6+GkBYcGQ8YEI5hgxUF2FGBObEGg/ZTaF/KnNVtk+0T76a0bXKCG7OQgBwIkz+F5k+hORBmbsa3kecYHWF836ftk7i7Ljja2kG+ZjHYRUhEEYIeM8Y5glxyaRFzzINJ5C9m9XtV1NS72g6lFX5b3vMb8z6MILddDzc+CXrkase4sOGpGbd7Vrw51GnaxSK5TpmzurExEBUsbWjaLVef/pCXGLPbeXdIauOtMZ5A0s/lvmVHmFRtLDYJpba5u9MCCv4ntUwpxZznnBIkpZCWAgoZkWiUSq2sW2Gp3T6p3XN1JiiNic5IehgkZQ49Gg61UcGYHONQF0E1FlZ1y4E96fHeJw+ErdJUewixNAxLLJBghCtpHXEdVygVMmvsxcVduECt6DzhzRPePOHNE94ToHob+YvTyN+mXv/wE3a9KD74iN073g37ddIFf1Eow4mnHhigmeTGcSA8Var9lNMTMhPTB1JnBvvwkdyq/BW7u5p+Km7E8Ca+2Pw9e5TBzePJX7S/7i/auA02xmyEi725dk2AzgQ7OdbLgdDIQKQIFQRq6xE0WjIMqEdGBLe3D8MZV/gaUFWLcXfGwUr8AIP4rr9wN8qbv2o/lq/aPzsV10Di5uybmzmnbq10wPqu3B2hqRHUDsCrCwRVAopSQPm8xp5643kX1VUX+WP8SaaG4DZ0G3dCt6tp6fdl9c80eLs8vnDN8Tp8Oz3a33LWU+mk1YIHd9URHkgdU9mEsET5JCGkFFFJqJkNP4vZevluoTcre2eVg6ZPcP+RSdOFgy7Xy/+8dM3yQvVcSxKGy39axOsvmfgIFxh+CFrrL7fhJ9GLXPvlu8uKlsXmopqvX6xczGoq92WMksdYcmNvuEoEXJhgrf+uPqjqHU2uSLyo0gZfvH799o//+rr2hoM7a754J/fV1p0HdfpipvltSX+clvR/UQ/j/7cpdyht+NiUZv1HdbjCY3qw95nIeWGs5sDGGHXmPfMKhxm+Aohr2jq0tYQo4FZwTK9kXiqOSL5/HH6I+yvU5CvRWIrurNuWab3X9ZfCk6xJEFTl7R+r1dlGXcOEuDygqlXCCRCUK5HF86ZPpUP7uNeRW26Li0289jDfe4Qc/mlfnJdfT7UrURAeePxRrPUbxYRnG+SE640+avmgwknr3YZjv2CSlmYZrmD1qfLng+I1F5VJeIokbDN2cJqx88NmY8cyiH04Pixn0zna3YCNa08JDeBjjAoFFAbCcGA4kpzLpMBuFNHPG/6t/ET0WUzsXNG8UBwT/QBOYjdduHQQrdur5UHfYtGC8st4eYnPHpyPalt/WTsspcaliDjVrz4EZVp+HbR81FnRpI16J2nU+5ut+hDUsP5m+aLaknSXgHNfdljsyg4L03aoCDre3A2K1I5bBg03nECnTZh6Q+MgEEgDozk8oHRc1q1czEZksxPbTCjti71/jLZ7y3U27K6eXbO17K4mVKF0MEgBImVdhviFt4rXaZfJ8qf9B/q0n/3EO+ZeGwlOUHfGbNzFvjtZro8c5snx790pMo95i0BgJzgFmDPkGSeMIwohV9ikU+T441uxK1nRS6oPli9gLo9w+gwnUXY8z5Gz15fZ9/nsa0POCe74fJeu+OGg++ksuQVCxZB2ptxv6W5HA4UiWFsvJMZY0/B/GHpmmTPWYdrWtxiIuRUhk3p9QYZW29kdvSNnuJqQ8BgfP8/jO3xRSWlZ3Uym5W12Nh7Lq/nian59aXxrQ9lJGsr+Im6sHX5Z/BDUw3a/iNRN/tBSO3vd4926XxIg7ZmRGCJmkGEYYYaYlsEJRAy189eekJnQtt9cmrO7SuFOhd8SaDPuM1N/NAlXU0Y/9veawd8tLtQ2DAb1e/0teffsceyc/rQKR8lgOXGwtNHUJI2mxt8Vr5qB99q4tUvL5tcNu/p4XS8/PdqhCoWUMQ+NY0RyIJzkCnhqvfKAOgVbl6kjYiamYHvQoNmRksi+uqTgMaLwG7tIKRiqOL34zCqqVGkusXcZ2mMP5Chen6vtvslg226jup6XBUIjzquyy5v1h+XaxIWzMATqwKLizWaz2i8vduUHgugRruuMmgd2v7oszDnNJ0vIR5tDSNqoapJGVf+6+Vj8EH682aZBeuFthwEdv4iGAd1+Oegd724hFaZHyELuhDbcKAY1kBR6igFVnMqkvnxXyK3wGOh1EeNdPyT5xPP6XUfOcDvn6+Zpy0MfasQfeyReVa4Ulh3AmQHXBiIT3nUAkzzpK4s0BF/oijoNoUc3qcRbTKihVglACSRAYkcYYMyEFk7hFaUagrj5PMTa4ZzfPWxc5JsAr5c5zW4FvMQ37E48E0fPuov92SIJVVbrQJuYf2dWm0u7+3LYmP2oB8NMG85LRMeP2rzYnJ+7mDz57fJdyplNsCfvWqiUf+1GW/jgKyksGWXBdRLACaZJLDdNNSYg+URZ/faWuNiY+jrnXqDqC77590hw+w14rpWLm76si80uzihzMm5nkpo+odfVMBlNyN25VYRtpFlt2nYxPbf4qNb7w6P7SrMVgmqGsVXW4oijvNWPxwm+NnqXyAnwvT4PP+qir7nnXd10gGCnoYtDyA1S1hhqiCGaCcWVYUHvMPIKYJDisCPlywFj6kf13CjE2ICKRcZixmLG4oNgsa2/T9P6+39xoevlNr7vH5uc/EPIxnIdELIOb7uN1Tgc6qAQYCKgkg5RQQH02mEhhCZCYOCUKD901EEah9/fdj2tvupqbjprtYJx4Q8btZbUAEwD2KJ+7gq7DFPJbSROstRdh+duDjEcZ3El8xQ/I3xZnw7ycmCepV+byrRNnaBp6sTzdy6mMv1aldYbklmV7YuyEt+BzenB7sqf1A4pby2lChhhgQ3/GAORVsQI1GbfphJuxedaUF0a8A4YPX2Cu+B0cRtQl+t/78tYuu16l1YoqKq2lKMt4bSJjt1ppaYpc7Z0HyISl80N5BjlryNG+fGitc3OoGl2xhunzus5UQLU8Ar2oeHA0vrvHYxa4TQMYx9wxSWKH5EhFFpD7jkwqLzl6urqH98uu+zs8lyv1XK1KP22xWBKOG+6xnVPd40lgWfkWFnaGwfexCfZLUhbKvmuUfuo5Xa5iy5U+Es9pAJQ01p7ZQRzfYOVH/ys+Ol0ApozXq+H18eTlvf5RcvqirqH4borK5cF7V5ERbiqYln16/J5txIGV5pDAB7YNLXJMxT3TdNIgYnD2x8UmRi0dHcJ44wyS61RwW4hRg1A1GiksGVMCiD7BqtXa2Iew9WrCnFvFuzK897YlIGrTVlxDVvW3c4+W7M7tWYHvcj2LNuzXALkzixamy5F03Qp8n+LphzyYMqlA23ctl4HPVi0ztHu9Isb6p2XHlEOMLdcQSIAFkohBQVtK8R3RMyVJk/eH0rHlss2TSX3uzZrt7mEa+RIdC1cP7CF09sshdUXW9SXWS2EhRHR5CmVm4nUJUZOa71Lx/SMuEvJ0ru43ckmTRNzqzKH46RrM02kgj3EClj+HpLnRp9dtZm22XKU3vj7SP114PBdIP1M0mnrbioPoUUcGcER54orLKx03FuIHeKS8N7Xko6guaxN+T1j3gp9o8KvMwea+WPJoHRprsuSF+VyrawvfcmrTeujrFMr6zzGo7zebNadelnx6G6TFIlpD3UDj7yQznopKYXIxaowghGFnOMIQYFkUjWr+f0t60pHMYsoJ8mzu1zHcRzdi2YvtUW0CbNVnL7BOe+C6J9XXKu/cWCATfK2g57ErQZP8zv3B7Vdhsl4dP0bmTHQdLcMHmVQErfLuwk8gt0Ebre1YfU0F5Gp5ZJVqoVXrFrV62RJHFmU8uxL2CnmSzNLbTImTZMxX5xtw8zzPGDr9Tq8zH5Bjl042C3GcTjSq/RNuPZAYG6U94IZhgiU4ShjEqDkA8zh57czTs1VL6K8WZMsx0QPTA2964jYNKLq/DJWyFjFba2bd1U+D5t+SlHF2sUw2fgSvTrsD5PxnTeDeUguPvn3/3obyLc/e/vkm7dPWs+m1K1AvHBdb1OPpz3+7OLs4u2Tp2+frNW5K39dAuq5tb+sy+OBhOXh+lEEMfGfkbf9dux9h4M1JavT7UoBT/77P56cNsbbZFeaJrv+JYZhfhtV6eVleHcJwbehRYeGA8CbA91CSp5SrqhXFnnLjJICKaYcc5JByXC7FNT8+nZJDUHIIkpZnMerXZTtd/194WYnfYD1oniBhS5xWOF9IsI2fks4187GpK/XMWL/Rcylb1br86aOeYU9h8VGVLbpsTRNj329cu598XMYbXGG/ipcYKfOUmhcVW0XVVNTaKnb0F2b4Z57xICQmCmhHIoVLbHmVkrnHPZJpaWulFtRtJaziIIWsVxmsmbSzttmYed1TnW66zHr4vnFxaJ+44tX5WJMzF7d6L/HBIVme4eAn8oJrKuUlL5mVb+uLaf5aN3qvHp9sssE6ISg2SbPsjR5NijQFDLVxcUYMLuHu9GawmkGIi0NJIIoLbyNsZrGYcaFTb47dmTcLk8rEGBIsZkxefwkVwMSlYfuPK92ApLh6ov66usV6wjJeluxcrIdsKEvlyt7p7m1J5dJm9OwTs7fBOH/FuX/CgC+Kf/34OhkbYYrSzNcv3O794N11TB+3nfXVQ9HujU8OVJQCamwwxpjbDSx2mmEhaeYmLbcwOHnt6JkGTARRc26pNqTev8c1E6F+43qF68iLWgcq9VtVkV4JE4d9tT+eBYdynKb7bKI3ebj+lkuAZyRMT8y2sxN1tlXa+XCG/mz+7gbBhOb2LYOTYe4pjpsoHu8u/kCMthTBL3DUAsgBdEOeCgdVFLIpBJwT8hMZTCjwLvaeyGRff9cmdg/sHyKBwWuFvSaLJY2vPaGSIm9cv3LB5+0nSRG2iw7lmbZ/VQagD9VQekJQsqX+u5wuOJHerAbJeo8tJxiyq1HRlOspQSGE4XC5A3iFh6phJnIcXG22bfR/7N+Djh+khuzBPRL6/IbsqS8ikMGwe5yuVd6VVr3OksuZhlsG4V8gAnYlxEmmpfBMlGvQdQ2y4ulWV7hTa6t2tri11cjXN3VrYuPF4s+Xkfaupv/YQQw1UIhziiyAghotfUKE2yNLEug158QhoIybG8H2zYSv1qWGXnLQU/CiFvEhOQWyBVi7hKCr6pIFx9mopsq1qX8bVEO5yo9+soLLpfyMvwevrTmDcJjGv0YiZDpNA2DZNoRMBEqc4iUmX5Kb6+kQidO5iQB3qZTMTo+s34VXkzxbV30tDO7riaV8cUtmqKoyRy739rBuCfGU60dhcorqjCDnBKtA82NVtqj7ky7L+pLn2/frpp8cZO6yVv7Kl5vXTX5iy+DHAfzohzM166CHIf//tOF65RBPpi2XAn5UfqtbfIRS5OPfmrSOz644tez5d7pTXAX0iWBtsPHtL1eGxhr7UbAUKGJ8hRTywwzXBtnKEJUEOqw06RdJBgTdSvuJRIXrcjFIYaj+ghbWdJ5aHiDM14dOT7vmmQza47K26xJ1krst5vz8ng7AA4uYvXAG/W+11WFsawk47Z7FRB0X/vSNsFD9Yf6on5Bu8no8msyPB0c1fgbZdjghRzWW3QsylBreV7s+LJC4AeDo+Pm91tHPP121NzG078JPk/f7W+znJjo2L/15kOVRDL4oLY8tCX2rjnUrcuDCQGaSYiYlQYK5q01HGINhQ4PAyVGrvn9Uct25ejVLnh1/U0u6znYIoaPzWTQrjzPdcwYvvvozkP4+8q9iw6rV9YtIhl6u3A+Kx7IhkVyrJbr9+VuBBUoT3+NfHI/9ZyJ9WWHnuIFkifE7ja1iaXx+t+p7fviRT2mvy0DGBfFS7e+TMOpQp9FWfgl1sgvoxwX51WXZgt58z7o81S/3uZ/RFuEGIfSYoMthoRRiSRnDkOj2u1Dp6TdDvql1GT9rUZbla80E/CPnuM66zod1ANEbrOP8t82l2U0ahUX2brjZSmFahkk4rT8/FnXICqCatRDqIiBkbtoAYJm+vCL+tfxjd8le3/y3f2jynX5yJo4IA7X2czBVFwScgce1UPiaQPQZIH/Rqn75VmbNaJqBO6uytnvqNKufIyH2gGB9K6OttXbyMdTpmLlyRV/OZzgBpys38/tFnlC+w+19heRUhMIbY6FIRpupYLhHWG1OVXJMTTB2TYvioOrOPujK7ddOcZZeB3Iwt7+AiIAlVDvWHCbhTBKYmQNksooTqE/SliY8ZrxmvGa8dpj3qngtc2g4vAqvD7X4d1ewVe0UHWvKylbd+2wFklBAJQAUgQVlFwJJImBmniOrU/C944IzMTNxM3EzcStqXdixOVt4hVHVxH3tdt+WJqgDMehixe7tuOV3G17d9MurMLOMkAJR+G/CjHDg9OrKfKCeoGOoreVmemb6Zvpm+kbM+dPkL5tDhvHV9H3Vb31+hX0JYuLtuOV9G17d+grpSOeACylRQAxqBjEEBBsgaNAA3OUvq3MTN9M30zfh6Zvnf348AQmJ0jgNv2Pk6sI/Mbt9svzzXoZfnwFhWkYfJ3OV5K4+4vuMoSXEEEHnLM2Bkc7QR3CAcacYGWUPkrjrtxM5EzkTOTsD0ddOUEat6mDnF5F4xfhx1evALOFOfS7ksGHzt36rtRrZzSE2HsEPQgesOPKGiAY5jjZPeKoyEzeTN5M3kzeGKJ1guRtc/44u4q8P2w2+04Y8Bj4+MI33a7kbtO35/V6CrmnhhtKHHbAIGs5xsZbTAA4/vGtkZipm6mbqZupG3XhBKnbphzydGOZn8vKl1fE7V4jZPeqaF0BIJAcekyw4JZ6SRT0xFHOnccCqQNiZw/UvWOoZp5mnmaezsPTE4vMnciA4G32GhdXorQXmtvFGzyO0W44LqHac8ilIMFDhcZBiJxwJlauAIRSM4FQmPGZ8Znx+XXiE54gPtsEMi6vxGc/9PZ6UbfXCLgVBCBNGGBYxP0PLWYk1u2GDMbsYW6nHNJZYm0zVDNUM1QfK1TRCUK1zRYT4EqojkTXXjuw9noxtVwL4xTinlimHOSGOujCHxChXFvApug6VzhtBmwGbAbsYwUsPkHAtvliAl4J2JEA2mvHzl4vbNZCIiSmmCHLIUIMM2NVcGZpoCzRjk8Bdq6I2QzYDNgM2McKWHJ6gBVtephAVwJ2Ij72RqGx14+KBQxRqr0lCDoCPIdeCSiDj4ul1R7gKdjOGRCbgZuBm4H7WIFLTxC4bUaYwFcCdxgCe93o12sFvgolhMGEcMaZZhA7Q61G3lHLMIaT37bminnNcM1wzXB9rHBlJwjXNtlLkCvhOohyvWaA63ViWzHBAGhCAFcISOw0ctABIZgITiyGcoqs84S1ZrBmsGawPlaw8hMEa5u3JdK8rTfOnBX/Gt7gOlxZC9J9OPz3w9EKnsmx7jcrL5HlwEIDgcBceAmphsIg4zSHtv1mlQj4cun4DM7Ix7pMeCmuUyW83We3sOHspQ5XmywV+61a76qh9Qg3sMwbRZ7ShgOizTkSac7RC7UtvnNqFbThrCTBYYMxFa4zOV5vLJYe7Raj1iBCQwhKlVCOWGgtEw5iqT1k6dbdqYjb0SOIWrSy5t1JbFT2Z3Cjt70AoyBzI3Pj8XCjzZoRadZM9JleV3texFSZ4W4l5WSq7NBJluke7u4sa52AlhNDAjHCPA05xIkNkzcslDWlr5PM0w4y5nJAWql1ys3MHkhP/gAlcAwl+K53Kim3lI19VHj5caoWX2YJmLJDoVdBr+rNSvIm2nlfqS+ScW06i0jTWV5snSp3IvxhG95F3J449Y/qRp+01T5Sv6X3JRUzozETymNtlEI+eEkaOO28YwS3q1EDMXewRdNdbst0PV8J38tWTGdLa5tDu4p5cSuk/Xb57p0Ll1N8WKrijvZiGoXE2O5Mma+Zr18kX2XrQ8qODxmezK541WyJ9n3pZaQuZGxvFm5aDzI92kErxNpC6jW21gstBYFGU6qFxEIaw5MglVTEJFaLaw2Aw8JS5SSl1SWqLcjnQexVp7k9bSUAM9H2fBO/AsSe200cCf1d73Z527tM3Uzdu6Zu69XK1Kv97nITiOOGM3ZbNRxAW/+9m4EtiWDxc0DwYblhjIapOTc2uLNEGGPanMH6x3NNzs+ciuO2VIh5fdej57geVUmHqqDrw85G1cv18j8vXcvS0CXQNW8kmtccvzhytfnRMs2PfrmMez2v+rV5tr+NleOpjnYDQYBliglJrYaKeiQ1ZFwCBimFRnpwgFf129ux67y62EX9kTr5oD8LtqbEX2dZkR3xAiEEX0HcRxT50/phdgKu9wH+19DvddmvuxFweAzxst52RnsQ9KZ+wWXASnziNf/t5uM6Ai7+yGxW4dnWqKsF1oSLdxy3SVbrT3FX6giYXSf2RYdH/m67uQxk7IgJzmWj7c1p4kvcFXpjPz2NbdV7Lx900+NWxkjt99tl0AM35Y1Wrmfx/NCveoJvnzzbxziacPHVtYcDKd7Ll54Dfh5xwM9ZVUlorrifRsN+rV/7m5ahp1SEiUxYyTbhHQIwYiZ7dZe29dPrWcl4tPshX2jCoGCSMs8cY8oCA4QjFCOttXWJlYy//TKsJLiZleQgW8lsJbOVzFYyW8kTqbU1ZSVlYiXhiJXsl9fa/jZaT6s+PEgsgMAQTQzAXiIRM7icdJJqE2wlTCzlDBWzHqmplNlUZlOZTWU2ldlUnkoFtQlTGWeRra1EI7ZypKjP9repKj5tS7dsj1USO0ENU4RQZiFGgABIuAeC+yT+qf39V2k3IcyGMxvObDiz4TxFw3n4PP4AphOfoumEienEI6bzp7XvLMb+tqwO9ExmPNo1l8xhJpzwNgZeQE6UZ0YKgIVUjuL0m2X87VdpKkW2lNlSZkuZLWWeYp5KicNJO4kSO5mWhflpvbtYbqt81h/LQLzEWi7bxrOmrTKcg5ZuRqH0gGikHdAMCq+4gyIYUIG1YJonJWIHYuaKWyxbFo3MmQMWU+G3tqE3zLUpA/HSUMU4zhtT6J3aX4ZLDCT6z8vQfxmGwaeA8TBy966OvCtj8Mxms0qiw2vGP1wAYXITz4p/DUavcJ1QwiSSMB5L7E8ZWPg1xBWWPHuMUYXRL2/Zk1ZOeaneqX8sx0Kiz+uWi80uWeDqHO0Ax1CGPCaUO+KstgADSaWPtf+ZA+G/B+B0RMwFm0boXQVI9+TfONSQdEOjIQAz1UJQVcrJIkk5wd8tXnWzTp4V36//vvn0hxwpnSOlv5RI6ehDtUxL67r82X3cDR0p9/tFmGmMOVKDlm5xUo+ApSo4CUYC6ywQWmDqtXQCA25bR2ogZi62rcP93JUflci+bfj0fDUZStW9cNuIrsIHLY1D2y53wdv/FABUxIvur1LEaVW8iz8UpeIVUfPul3aBH3F2XXEuztDLl5FBl0F3W9DRBHR8ZIG1mRC/qqfKiRPXW3a8OPSo0Heg3HTH6jrrvwdtaBY+fove/8Vv8Lev7tvkDSeLrphauKhUd7OOj/udaxdca8euznqbWumrXLvIwWppMZIxri7mhdi8EJsXYvNC7Okmj4Q34B56MZYnNjVNtPxObd/3SnQPzaoNnRa9ktmTpvV45yvMK/k841qe844LzB49x33X4C494Uk7exaBFCtH7FbOvR/U5Cgd4M16Yd15/NNqo2w0ptXn0F0uwp2xej9FuIsInxOEKJqCaJKGB6/aeHZI0esC9HPZifOuBZmYmZhf2bYFDw3LyVWcJBsLptlYbz5duI/bcDPbYRm4/aHNNU31Nga9hl7gnBdaOcCMIYprSIVlAhgAHZXWGtTuZdCTMtun/4PcRSN47u///TNcjU9cHpo1CGC5K9nR0KYJAdhuzsvjyZsNo20RNKV+os30+gS+xt3XKnWzvt8YmPrV7G4E35EVpGQghGccj4wSbfAqDmv22hUHdc1r5cfXyp/8+3+9DbTbn7198s3bJ+2wHLyEt+mg7bc+uzi7ePvk6dsnaxW8qigpeTvPrf1lXbYG9JaN9cMJIuM/I8Pi7djAeDsyNKKIJ//9H09Oe7kfJqlIME1F+nblwuB7ubFu+HVTx7Zwka73bbN3vGMmkCPESc6oZJZTrpQmwHuFBBDMGt+mI/WE3LIYcxS2iNIWcVlq3g+b48JvaxtuHK0xHiFWXUy1uv/jyzc/03Tt+EN4opunRXhmq+U/aiyu3cciXFtR3lV0rt2Dl6PPUWJfcJQYTDI5YJrJ8aZ8lqulWe4/9UvQ7ZO20Wp0gw7dfbcsNdBx6pTyimEmsJBUYaQY8sS4NsljIGbWONW7CVAdgAfdDDzyZJI7ijylz1P6+/i21EHNiVcnoyMcDUd2v60jh+KaQ0nVJO4fkimqDjy6Du96Xt0YWUccPAk4kNARS4UyhluIvADIOuSDj6e5HWfrHWQBnCZdb+zWZb5mvn5tfIWnz9cktwHSKb7+EiZOk3jd1I3TdC17dHfc0FZ4GTcxwg4TQIhkjBhGtYLcawrH4VrK+QrYinFGa0ZrRuup1kG6JlqTFAvIptD6a4zZ/9UV322m+Pox9Pjo7OYoYptOHcoqJQBQhGiqsFMaAwKJDej0GGnvkuyLUVFfAWhFuVCTQZtBm0F7ilVzrgnaJMUD8inQvtpu/u66Neg62Lto26cx23TqYJZ6BjVWEAOMtWKKQgUF4gAy7ICiE6uwjaiM2YzZjNmvHrPk9DHLEsyKY/7srvhT3IP4mEO7e1f3OO7SVt26pRKc9MoLQ6mzyOGAWAk1woxxxyHHetqprYR9FV++8vpB5m3m7THe0tPnbZJlBeUUb98ovXKTTu2+aZ3GbNWlg1iPhNbEWAScgR5JBa3jVlFlgTRI4nHEVoK+ik9fVGa+Zr5mvh7hKzt9viYJWAhM8TWOpXCm8E7OpyBrOl2mSZv0624HEzMLlOTAU0yIBJwTr4QDFHuqg5c7jttE2lfBXMYzczNzM3OPMJefPnOTPC4Ep5j7w2azn4438E3rNGmrLt1KZNI5DTTRgiJDPSfYQW05c9gJj5wfh2wl6CvgKxd5ySDjNeP1GF7FyeMVJdlPCE1+CRsUE0iZN11KYKLXVCGBeOS39DdfEj5vXT8gjLRjwy+Ctc1jKksy7Ip/Krabj7umSnaAwL7c6MrZSKiY6xSQttxXyVPFxWZfVdDOBQUyT++2oMAsaQf3WGXgmjBNErpQmtD156VxxfO1LV6Ecbvup3TF1tBYtv32ciSla9ChuxjgRaw1gJjhhDCChAOEGqIhFIBz1i4GDMTczktdB3ELE4UtAhYvwkMPD29xN/C91rmuqqjL6lTUnP6VAZwd2ncHMP1TjaUTTfti12NvkvaFyDR7B4lfHSr+OJr4NdKlm1TLJIYA4/AENAKKIUq5QYJQRSxTEI4T+McZEr++OAbftC5MhnCG8NcCYXj6EE5ywxCdhvBrt/0QjuymMJy0T4O46dRBMUCeI2cYYAIAIxCk2gTMKiAZIk7wcRQ3ojKMu1llLHvEGcYZxqeWTXZNGCfZZIhNw/i5Di99isRN4zSGyx7dOggUAs+81Vo4STh2wiDkmUSKaSOkH2dwKScD+FS3G84AzgA+KQDj0wdwkmWG+DSA/xpr0SUAjmhRa1vC5bcPdWMHwMMe3UqDWksHlcVIEkyNoQBQgiwwHCDqyqIN1U0O5WQAZwBnAGcAXwPA5PQBnOSfIXFkTTho+ypq/G6Kwmdpj2kUt9262REeS6Y8ZFhxaZGlGlOrITfQKa4UG+dxKyxDOUM5QzlD+RpQpqcP5SRJDclpKI9UX+isF7yaqL4w2qlbSswxJmn4f+cF9kJyqilCQhogFLGEjK9PvJql+sKjhzHr7qzOMoszi0+dxfUOC/dPY3b6NE5S2jCYpvEb9/u+GkNTLnIsM6+bHtMuctuty2SPsdMCSyOZUxgh6pX30AiLBdJgYsmiFZZd5OwiZyxnF/kaUOanD+Uk5w3DaSi/CGJ+6Xy769DRhOaRr3djfbrVyYITbKU2nkuLKbcOOAYJB8BJIAXD4yyuJWUQd0BMM4gziDOITy477nogxkl2HEbTIB6kH3fIOJ5+PNKlR2GJLPccacw5VMRxSryE2irAsJ76iDdH+vEXB2FyOhDODL5rBv8Q3sTlLm6PXO6StjFLtSp2Z2obD9Xbbx5us3llI12rfSsPp30Ee6Y9QhMgT98EJDl9OM0rEWBXvN5/Cqr0U8yqTeAfWg6wD3/uxsYJIaDSFHoONfLaaoQAp8hiBAPU1YHq4Ye3o3gQsNjF61uUWb8z8bon9TpbPcLZtwGOZ662RiwBE/TkvduV8IsbIEb4RX0W4H/uqt0fy53V/eX6/admQ/XHv6PjY9vQ8dZwepRbPOIkKw3Tzuayl83+4/Wj6ewue7k9rFk3G8s2h7o1arC2zEFjyk9ZABtJiFeAaqCQFTzdU7b5/W23k71stgBfNPJm2kq2L/hB2FL7auclUaL/Fzy4Ug+3UfFiZYV4oQ1GCvVBLVeximUFmvp6i/LSHo4xR/Cyu4Ivj3jH7Rm+ED1OxiRJVziN83+xOY+O7OtNeBTPgzf7yzphTNUY257HzboPoOkd705JIaIiTEsBpVqGSZWUTkumFUUSQK9a2vSE3A45phS22AVpi8opnwk5Q8EPiZxmknSMPcM3enPI3NzMTm1Df66W8UbUOkzhR/ahHzQPN6JP7+efipftDz5zX/r25IEl8UB8relrTq7pkWxPj5MsHnwkiHxYoqlcWgkjp15emSzSNNnvaJmmdNXpa11m6pV0Ejfett4VnYnyeEmnXimnYO9UuaTzqWhvJVneuXDbpQvj+1nx/cq9i4tBEx7LbhkVreOylOyplrwOOApDMgyyYNL/kNeu8veDO60KdatqJPdYDeqaK0dJ+g9Oo89fr8PorOd+A79sFxpVxyM7HOnWHCFAWEEZ10J5yiFzSmmLJSAIOQrbTU0OP7+dFxbFNPOzWb2woeD79sLCOwhILeER+ZO+nsCizip/Ocvbj3htz4L3EtC5i1X2Yk29ZF357ZMfN6Gz+lRKDpo5v+c2PX2Z8t3Kpz7itLXHh95a+WA+zzGrpbfjKx6sH1J1ut1j8ceSnBKchi+/Utv9MrgYzdD5ZZ06Yxd1azPSN2uXfBActHU35SQMQiMBc5gaxYBnkFslGIJch6mXTFy1gaDbKX1fYDAXrdM0k/4fPcd1UDBnOaHnxeV6+Z+XrmiuqvabgiKrfflNMFz/B1d9CdztL9frOH+pFqSjLU1hcbfrP2FauHLBMQtD/3CRcUHInC3dB2fDBQe38d1ZuMyV+hRAVa0el/x68fp18uNnRc/5Mpe7fZgy/aN2BCvZT8ONr6oHEYn27c/f//m74uUv331f/PTy+Z++D1SrThN9xXebKOZt0MQPcaJli/KDQbEI7kZJrF38Y3sBb5/c8El9dWtQUxBvBulujOS9xiHOG2DtEl/kEaP9x+jyb4qf1mZbzgK+X78LsuKbqkZ9j8/VQue35Sh8GXXo399c7jfbpVr9R89IdGcO1e0mI6gcNvv6twGKZ8GA7jeLZX0dC3e4jkW8jkWPd7ty6l1qw6LUhj/2jFIjekjjaCcu1u+uZbWSpBsCjlitNx83R6zW/uNm0mqFto7V0sIZ7QnGnCgmHVEaI+mUwCRYLufFpNUKgua1WnN+/xyV/XVZqfkWEDO/5nVNk1wOAo8pebCIx5zTfd0+oeixtavqGGuDDGWUWmEpNBZyE/QexFpsnBxR9ShqJmVvv2TV0ufW+MEJsnN6ys5p9kvvOPoiU/1+qJ4kg5A0BvnVZrv3m9VyU/w18LITQHLRNH1oWmqUd493I9OU4QgD76kWAnjNjPBIeK0NRFgnuyT3hMy11dFB7KIaaLNv29E/wVU7eMxdqnj0Y2+kti4/9NgIJ7vcheOfKlQfLrhoS4HEbx4J3D+qT0+L8GRXyzLiNcLFB5N6sBC7Ooy15F+Ltt1d43+tPizflSQqIZSEnyzjJ6wy3GR9oy80Q4X+47vVRqvVogT8buL7zOvIQ1P8XPapP8bUN5UXGjLS7x/pw+9EJEkyIemuIc8vLorXZ5uPRu1Sb11dXOzaoxXYk2PdcsgCKeclhhpgJoEA2mBgsEIq/BvDthRnIuB2QA+CFo2k5AP7rEw/eo779srfdL+Wn8WP9BvvSybEmJ0w/jerT4Hjtll5OnwCigyMu7GWaSLrIr7vi3J/pn3R3F6dbvKs+JPbx0/x230wFPE7TAT6crUK7vA2nrc0GEHArnjvPjX7PR2sxXb5vrYWf3jI6X79HEYh0mkbYUjzDF+b7Wa1yiSpnEOSZCeQNDvhT9tggfefiu/cLmhR8aPrZCi8q1pt2XiASOdo92OzttpxrJij2iMJjCYEIg6EMgRi0m4x1BFxy0hjt9snyt2Mk3KsLRCAfK7A46vOc99bWpRAKdMEelRJNPl8E24kWt4wINTvxc64dZUaYDabVX99YPcs+Anl5e5KKr3tLwg1RApeRPBB9SEtytm8OnhaXzdebF0cD+E1fP+7Cb3DUHheRhtFR2Ff+od/i6846nvxU7mqMvN3DVNewUKtF66+goUqryBa5OrrbbRFi/i2F+W6zpEvGl3iXONbxoj3lGRYkDTDggBSfL/dhifyqhsXGRpcPH6RRkOmB7u1dK1hyAqANEGaYyAEo9AoA7kFhoi2dmMq4XbkC5IWpahFlJVEoM3CuwnpD0K50WlwuXxZrfMV5YUW8UIHCbflamHjZMWXXfaqY2uKX3xA4eV2V3pGpfgwfDZtRu/hzOXZtu7d5UptK+qeVRs83Qf5AvhgQNEXwb//flyTriRpgnSSJtQ22tZV8acoYPspAYepm94dWip29I53J2AECix8LMWNsCHAQWqkFB44BSVFLT56QuZaVWvELg5yZ15V65/g6ukXmZsizSUU9SW005/gMV3q8F6Lg6fUfDA425+vaFGWPC/9piqkOpw2xhVXT2FOAjSX+DgzjEiSg0DSHIQflqvz6JNe1JBJlMU3TQc1ORzpTy2CDfeII2MgtYIF7VA8qAZw0lHR7p13+PntVOMgpg42PWQxFrMoRvEgq8r7TsJANIrtm6mXGpLFZVUmCi7Xl2FIhqlDnE9HR3LnynoVdRrghdtWS7bP4vCPW0/H/aN3xWqzj+sbhw9x1SLv5qIKeV8t30fvNMgoD+8uXDToQb9suP3STXzYsNfO2+/b1F7j0KZ+2yZLxuf7unm+eTGztatJ0DvpBL3HF1v8EoaVSqPd49FNfbAOdz8c6gbBIiO090ZDLJRgBnjMcXDUtGbWAdIa0vb3twx4j3IWpaBFNHWHtfqZwt4nxN+3/XRF8mYGDrlb/33zqfHJdzGrJna2T0truajNZf1Nq009qhYnY+ZSMMRlPk+YPFbe+/lmt4+LnOGpxci8izBn3Owelgl5nWFeZyEJkCdpgHyT3dYvl1JP6JpIuooC6cHubudEWM+ZlVISylTwonVwE4y0PvzNIXDgQCrhlt50JamK9RssFc7lUR89yf1S4aUqFxnrFORmjv16tTTuU+1PPO1kwZT6HafRKqYllmuQddRPnH3/PZYhOFMfysyYhBKfygn6yv+hKlSQVCWovxVPFCc4i5mAy125+rWLFxXLvKxWhboMHkn83FteRaCXurhYLeddxPyMTJvysY3m2iQtR52N9sl/OSuYzRfs5wdnseZnuX7512VQhs12V/warvcSASj3xQ+b+IX8rtYzm4X/g/N6iCKcXL3sMOqagdgkCcSmaSD2S7V7P/a19zwcH3zuTQ92d5oxkmCDoUNWScOwRhQpp7SnlNhqD5zqLlIJt6Nj4F14YqtFlLhoRc4CxVHZ9+8hdd5Nb7L1bqtswNm+ZZM6V/8oa82Vtama8MN6VO2eFc+L+rYOwUClm1Qmdq8/Neubf7gXaD2CtYckqJn2gpqrJZ3/t9mcV4jcdWOay+Z/hNbdqreZdL+pV1OJYm6UA5QDaa2W2miOOSUcKCokSaOZe3JuHcpcyltEgZV12N1VCMW1zvUAa3ld5Yrq1HE7ogVRZbpuHQrtDnm6VfW0gcvwrGiqee6WZfGAq4sfVQ6IOQjPzsXXMG1JwmxpGmb73eYyVsv4/veLTZndPVjptGUHV7cfUgMq1ow1dmljJUJSU6ONp9oq6rU1TAkHoEJamANtxiTN9ZWgkr1ohM+bQHHVaa7+8khmXTEtE/UTSxtXKcvKr3Vyvyuq6yya62w40JRV+7dd/dmw+lJ4qAhc2u+P5UJpk7KQrfjYIiFNIh5pGvH4MhBpr5axmlFt3H8sH3HqD9ddGgN21nSoPePR5p7GGUYYwx5DrpDS1kMutXaYQAsgaysfjcu6pbdcy0xtbWOKG/nzuM5Xnuga1r38eHE39r0sXliuFLQJSlEp41f8p/UXvLIMcxv01PuI96y7bBBLFpb2e7Vcv6/+FLTwf26jOq/dfcQ93rUa1jPoV6u4Xhs3ZCq+dWfLcJ+/6HJnuhjteVfRPxfxpIv4kBe6POlio+vt8CbnxxO6eM2ZMk1CG2kntHGzsX92H3exwsYixvZsR4qfvQudAnN2MUm6DHTZThdAO9r3aBG05pe/hV/+Vv7y86hwuII7L4R2jTNd/QWTHC2Dxj9jhj3yTg+kiE+6woUPFlXtYj7Hrsl6WHbTA+MCkWo8/ca+v9tEevjwy9p2B3e+stlB6L7YlF8sRkuKRZt+sYynX9vlh6W9VO0vfVlnvirJXFn9XCAtF0i7IvzjabsX4cwV94cadIKF0/j13MMkpJPSMfK/dOvLEdifV4c726ykbR03kIQZl0AUQO8xAd5YA5Tx3GmsFWKk/ZCUSrid8/fIMD9voEre2SqD97Fva3ItyMIH3NPkmoBNgl8pGwPsYNrdAKU33e5BdmS2bRhjQDNttaeSeSzC1NvTuP92+A+icoDZOWbZXzVosz+dsZ439L4DsKPTB3sSqE35GNh/PVP7gPfNfoTtH2Pb2WY/Rfemvct3LQg0jhElpWKMEGWVBkQaTwmgxg743kjJhM+Ez4TPhD8dxx2fPt+T6Hoqxvj+Q5X6ZEfw7tumUbw37d38NaCtIxpIhzkAVnEosJTSKQ8xN8YM8N5I+ZLxju/2A3XGe8Z7xvvseCenj/ckdYLKMby/vtjsy0JwI3zfJW2jgD906BAeYgE4QwQqgYSDhnJGMJeSEE6pR3pA+IOYLxnxJCM+Iz4j/tGt0dDTh3ySAcLAGORftF+L+4xPPiSPIr5p7xDeImkJYUAxAKnDwAJhEYcEYWRxFa3RJXwjJS/RZMBnwGfAXxnUcq+IZ6eP+CRnicFxxIfBerkfJXzTMgH4srnLd0mZ0BhK7CSjnHvlGAYaK8aR4IKO8L0UkvGe8Z7xnvF+Oks0/PTRnqSJMTS6Ar/Z7EdDZ3zTML76Xrb2Sl14gr2Q0GhhKcWcQiKtIVobLJAc+u2VjIz1jPWM9Yz108G6OHmssyQjkeFRj70ePPEej+UbNUOyLK57dcrRRPfrZR3VPy4zj36rO98Z9ZtLvT/6N2e8cWninJCUrUC2AtdanL8rc5Di8gQTkcT1rEKSgsrIVCJSEYtpTGQj6appMiMptve+xhJgoXLOa0UkV9wSECs3KeiNc5aMZiVFKXfu9T8i/udZQOZ/5v9DzAKuwP5DpkZdE/lJ7ikbzT0N4+bddH5UGIPvjudItT269Y21IZYb6IggnBpmnQfUQ8+s0J6yIfhbORn9Gf0Z/Rn9J41+dProT7JiGZtE/4sDmcbY33JrEv51lw79tfaYUIatYlYjzqVBkkqpKcAacCdH6X+gcsZ/xn/Gf8b/CeMfnz7+k9xZNpo7+8YFhT/frGNFtBH877vNo/xP+3QMAANMc4yZE8wzaSjjlCCLPcEcIk3ZwACkkrIFyBYgW4BsAR46MP8KG0BO3wYk+bVMTE4BJkN8old+PMyn7dFd9vdaCOWM1xAybx3jxglLkbZYUw/oqP9/T+E+Gf4Z/hn+2f2/Dfrp6aM/yb1lae7tty48eVc89+EJ1o8+Ib8uW1VsPNjVCvyDlq6/7xikQML4XRcDzA0iWgpqHIWYeY0OwB+IuR3vK3GLUt68G5iNSL6K37HCOJ6/xvhyV+8RViGorhQZ9Sfqav0+3/6xfqXNxiJnAcAxLyIM5si3gLZqa6hmp5F0k8ZdtVdALGAenkhZp9yHZxybwsDYf3p2h/ytq4A3dTGvi83hTh39fTrGqVk9nl0Nx6O39aV4xjfYfyXRzrFNWAbNIzuxpHjJe8l2kJxkyvI0U/bVNng+Zj+2XdpF1TTYMa13vPvplWBCOOMAMaCU4k54z5hx1lurKVdtPGZXyFy7r9RiDxuczbyx5FXnuc4+EPQIo2U5cq7P6J83m3I7h9J5DARrnmq9rUMYIatP/6f4JZCjbimaC25QHgBf7ikZS8mVsA4eRbGqxQZ1yruuVFsosCQPkad5iL+EF37Y3ebNVoVZWL33cKNHm6THPu1QqdN4cy+SzUOmtWOGWUaY4RYYLSBXwGILk43dx2XdTrlSmYtW6LwbGx0/yX2r1etLvY8ltNNX215UtSHK7nyzCX6L2ayCvfTKNlsb7YrzuClSZ0vXffxBTDXNvszX4cvkfbDnhW+SKcjR2MaVr812s1qN7Fm5axq6+1VWh7t7WSFKmHPIM+UDaJlAgiJPJIVAamzwYK/KSsZM+1Q2wubdkfJw9/eKz+eHfabKHaxX4W785arZ4i3qZGdngnL+t7u8iKSsoNrbnWrWTe0fasep22sBTxKreJpY9caZsxebo3s47UMXs7nODk5Heg4zqWLX36KZjGP+8zSgd747SpC94ixXJ8fCZ2zmtKjBW8tr43lt/CtMivrKfKgRXp9gUpe81qoST5K6OBlapN7eUjWEx7aWSpo6ThmljjrvXHDGjPXQe+6QxVoChQF0qg3mTATcziN7nPZohq+12R5le5S/1c5G8IfMz7omvZP8LE6H9B4kZtXQGs/J6jR2GO415cRCzJl1UkNHgDASegodI5Jb3mf4HJlYmeKZ4pniXx/F82TixPLFrmmKknwxzoam6LnuVviswav0SHnPtK2bGKYQZFYJhKGjFEJhBXeYW4SpEBCZvh0qJWQzlM1QNkPZDD3sZAKfPsGTlC/OhwR/Hb8RGLcbQnzXtoxxvGnuoNx5ooS1WlMHIWYQY8+1gQhxRIRDqI/yRkimeaZ5pnmm+cPSnJw+zZPkLS6GNP9rONtmiPIP9eExjpdt3Vr7XGuJkIAWUI+ll9pIZxSHXgJHwADipYRM8EzwTPBM8IclOD19gic5WFwOCf5qO+6NX2yP+OJVYzf5CknoCSDOa6cg0hoKiClSOnDceQj7EK9EZIpnimeKZ4o/LMXZ6VM8SdsSYEjxiTI6NbqOVdEZ6dLbMIUBbSn0TAtApUSMeWc098Fnh0K7Ptfnq6GT6Z7pnumeK+Xcnu/89PmeZBUKOOT7oDpOja3xwjidxq6XToDSxlIiIeYUAcKgInGlxXMqFNZ9ms9RDidzPHM8czx76beluDh9iifpiSJNT/w5iC1+dSq8vxTiHw9HKnzXf+8WUlBaIsck5sQRw7UwjBPoHUCOcqLbwPf6x3MVUFiVNcQqmTEmaREzgmcunjByjgGn8UiK4tHyNjfO8a4KIUSeVsmI5eUU1eU87eZvh66BxXbpvYvjrzBhsAVuRl64rdpfbl2VEx7LjwSZEcSFU+asEvDsXkooTEW+Jc+5H/fWaRpGvaWj96tPQRZJ8qVIky8xA8Urtd5s1bkq3oShlCh6aLuomw7KnhzrTrgx4gh4q4zVGgvPqBPhkEJKMkORPSh8IuB2Sh8ELax7t3UuvCC1WoQZfHgBiw/L7T54B4t9uJeZVP8aZ7pWjvKsAHi+PjgZBwetKWx1eKHx7cbLO3ChKmRVqnrpdcT7Kar7Kc7V9r3bP6y6N0NjPM41bRsLc63v+qtX9iSvTaR5bd9dbsKAd2Whs06NF1s1tNasUvbu4V6lJBRsuscMawwJc5JZBBTzhEgqZBLC1JUxl51vpFYZ9ndl6UfPch1VZzMqelnIbqDqTSGkXYGLjS91GYOiecGVCgar/kEtV0qHH4YJSOSA3kZDH9y/Ih0Lv6wfWusfVXj70/G7qEdL/ezHbmWsx/B+kjfzdWMsSfASaYJXmPlFszWg2LY83odY52iHYdwrThG1wvv4R8yo0VIogrkTwuGWYR0RcyGsmb3XwmetR3XFWe4bYWO+Slll8zICLHIpeaW/BDfl49kyTD/C894VkJS4Cnez2sTEul2stKmX6+DElJVXqhsrYmOcDDVVrKKDo9afmjlQ+Fuc+mfM3R5z1QMfn5J124b30L7mr5lsCLRkQzBdN//p/LzSy7ik1FRQbvC2bBrb5eLJMjhH+/YL4Rw637IWTnvSlj+H01fl3BGAYibGXfNsN2bdDLVx2tf4a7i0V/HSimjR46UV5aVVy+jv4mwsOGv7ZvU8XJV5v/rUW11WxYflLsw0Q8NmuwynCew7iKuXMuOCellKM64ybz5G5PnhSmkgq4tYDQJ2m3gVQdY2fvpOyLlavi/La5p4MCkV2FS1epYX1/Pi+l1Vzdl/unAft8uJIsr91qGBeXPoMaeRGbuqaQMZdcd9Grv+tGWk/nMA8rvt5jKo3Ouy4ynl6Y5aplMr+wPBlMHFicFFowZ3UC6itYrjFSP67d1qjBRbRSGiDAOhMYHOWICBtkQIjFD7/aMv5Xaziy/DAs/wETtb4GyB8+ftL9Xwzm23HrLY0bTNIonNwqM262VwFvYq/Hh0lnietI5brrZL13hBDhl3GnuHkOYOMBqLTwCjHbMUm6HxagVl+5XtV7Zf2X7dt/36eidd6CSNF02MFxk1XvXWPaOm6+LQNmG46g69KGGIiUcME0Es0tpY7jwQwnutvSZ6xGzVYrLRykYrG61stE4ipvha0McnCX2WQJ+OQv87twtgG2W+bZomkF+1d4gvoYOWcwMVEogRLDjDAhBPLEDaIDZC/EpKBn4GfgZ+Bv7jAT45SeDzBPhs3Ms/2+w3+3dbdXH2adzVjx0O7VPuftupW0gPW+uBoZxrIDkBnhrtkcPB57cszALGXP5WVLYC2QpkK5CtwOOxAvQkrYBIrAAftQJ/2i7tKP3fVQ0T2I+t3RrYTAIcGAWF1FpgjQxXcZtD67DiNtnksCvjawA9zKDPoM+g/0JAz04S9DIBfVpW9YfL9ftPxU/r/XZTP+kE9j42HkIDK9Inxzp8R5bAuKuBt8pCqSVn2mFMEcVGSERbfz4RcDu4l4IWy3jpiyav+MDd6j3PBPZrnOkqqLPaoZ8P6oHX5XUV5XU12RIB3bvi75e7fbGNkhuMr10ArDrsjlv9xlY8iFxLt8X9QxgIzr1/WminwpOPG+hG6AaCLeOuukH25nz5j5ialot1ZPDOlWHzJYQP5/yaW+XXDOqbIAgSs5XWkn0R9Hpb/DWWF3qp3ql/LNdpuo2JrYtIgMV53Tqdb3O8cz/hpuz9W+z9W9P7lqk36fmX6+W5WrXXkdSUOkBnFot2s5NeVSPlLjapTt9wdYWHN53MYd40OYlVbatoGobYqqpNFWq7Vet3LvKuyj+M3bsGraivIc8osmEbN2yfEd/0BVmFSfKeXDrJNe1LW24DITBhX7pbSZfkrPg/spt0t7X7wUM54xz1inpssOKe2LLCDmGQKUzbBbCujNvNkb5E4zLDclg2Ltm4fPnLVddD9YNmUFwT00nSPYLjmB4kAbYYHU8C7Ld3V7No/D4tgLIQA8Gp5QQLBbikyGhg7Ais50gCzLjOuM64/vJTHr7GKQF6BHYmyTVHaGI6sNyV8BudERzapiYFVYdu+U2qEZBIEekt0k5TIjGJBXiB5OFvemxeUInJtibbmmxrsq25s6kBfgTITlKtER5H9uC7dkKh3tftlNhph+72ochB7qz3xkHmLBeGEg2cR9hb7gDtEjsVk4mdiZ2JnfcdukNmk0fA7CTDGJFxZv/ZfdyNE3tdtUzxOjZ3aE2ZFBZDDLWCBDqpvAmOtgSMY2lt+YwHtI5CMqszqzOrs3d9Z6Smj4DUSVowouOkfrGKAeATsDaHxile1z26uQKSxo+ikgiMYh0j65WhxjGAMNIO6jFk13IytTO1M7Uzte+M2uwRUDvJ7UVsgtrh5atOCZ+UpYfGSWpXPTrUBg4YA63wzDMKgKNeKKSBhF5hTcw4tSs5mdqZ2pnamdp3Rm3+CKid5OIiPk7tV5vdvr+3RAKii9B8xe4SV/Q+Eu4eu/92UT7UueLdY37oyiUXch+0vsZJr07myvHumdY53v0rC25J6XtyAe/oekYmyQNGYuJzaQnI0bj3DkEn498HvTrTBOgE8AJKgcL8gDjFY9VPZIlXUlpchncOv562smabKnwxxidPFbLxyVOF+VD+oAHx18M4SvJikTyK8fG4+A6NjsTHj/TrwNwIyyFniGvHjKWOA4mQ0gxIJonV/gjMZ46XzzjPOM84z/HyX86UAj0CO5Tkz2JwxXTCLtUV84mqx5UTitCta4SIAJgJ6yxSjHhgrCXEQ8YJgliUexhMzyiCsGyDsg3KNijboLubUuBHgPIkxxbD4yjfbN1xklcdrgJ56NXdE8AwiaEE1iOGoMCMWeg5dxAYTylQxzgeZGWMZ4xnjGeM3x3GySPAeJLCitFRjB8NAapxdHUkULdjh+ccG6CEkB5pRokSXFOlFfSeM68NNUd4PndcUEZ6RnpGekb6aQXhXxPpSYor7qe4rouf1drGkr4jYUHrVdV2kYYC9Ru6yEZcYSaAxRB5hAxTVErhtNVSeUdRB9mplNuTer2oxVWsDIOq5eWMbD52mvsv4lzRuPsSW+IGOZFQVXXulxVr92dqX/WYLOas1p+KOia1od7TisvrTXG5XjsT7lVtPxVuVTJ7d3MoX6HGX/vu5adRPRcleZZ4mGf54nLg+5nLfYcT8UA3xpt7Erw64KQmFgPKFcDGaowFVRZp3nXpwq/n8OCCmOBEbffBJC83i3pE3xkgrnW+hyJF+da6vtm6eL5aLX5aL8o9CZrLLn6t3Z1dY4lLcIQbCA6GdsEgRqu9O48jaFsc7nb3rPgxXOKqrB1fFoUv+8afRUcpgU4sCX++0cuAJB+3ALHB4fNqdxZO9YcZcTJdSPz63sCJaGOSS4fTXLpfN+tweaXL9z5uLLGIRiD9Yv8x6XDYUGY7HeN7Zf9+lO/ED24X5zsqdFybZtHdG5zvOlut8Znje8ffcm+aVTooT8NcabXZxn0XPqpP5UzmbPPRxElJqZEHZS0261WYtD0r/jXu91CPwPDrszgZK2cu9SWUyhqnRmfqQ5j4NHq7dcp+qoWEadGFi3ps8q4OeYp282DgG83NJol3clG1eGI/HZSk2GE2BfNeCG1KqNHq0YMOXd9LSc6cVEo5Kg3xXFKNhafSUwWEFQewD8Tczgn7kkA+gxuWQZ5BntfaPo/nDxpaO8nyJPEO8ymWD+JoO5QdD6Ed6dLdEgBiLj3nSgIkGVDAOIgsITbMpqVLPniPCMpMz0zPTM9MfzjnHJ0kzJMENyymYP5cbzqLnx2+qrpxGuVlj15JUMC9hgR4i5FQxmCABQbAKYqAQBMkL+VkkGeQZ5BnkN9d4dBrEx2fItFxkuuG5RTRf40fNqbWzD/WjZNEr3p0iE4IZxLTWIQfcSsRiTWeAYSacwAMtKNEr+RkomeiZ6Jnoj/4cgs5SZ4nOWMETPF8GJza4dREXOpYn26KgSMSQopiXoE2DmnhvApeOzFIWYPQONVniUbNXM9cz1zPSy63ATo9SaAnmWMkzRz79lLrKl3s4iwBuS4Pn9dHK34nx7rFgiBAlnlKGFBaIKMZDP9y0kMrKSRtTdFEwO0wXQlalJIWzntn9jEEMBD0TiLOrnu6h0B0+v5icOXil3WhImJ2JbQCr0xAZmR1+FW4yH2MC/tZfVCLn8MtF7v9p/Dr6p52AatlXOrGV9Aeqt1nJwh8TvDYVDRqMozGwlEHzcN41OqhHZ7ZSdQceIgAuJIMSTISSZORvlvu9sFqx9dePqOEDvbQVN7qgRC9473ICEuYkRJJrZFXDEPmoWPGWQygUm0Vmp6Q25GiFXYPnLjeyR6CEt13eS1GJD95jJBYLf8zKsLhNfQpMWwfYiJ5BN+XHTMskjQX0k1zudTFD6tPvSpWl9rXx5p49fpI98OM0hxrKQGxwDGCFaYaEE6lAFIKnW7kXP/8thHrl3pRyunmmTTu9B2Frd/kpNeBhJgVEmEuV73ET6t0ihed8KGKh9vblXMYvY3TtLX7WHz/+8VqYyvvItzkrgFNS5cwVVThWj6oki+V6j0r3qiLyJ2Y9LJangdP3Vb9w0AMs8Z4eUu1elY8YPaLa+5sVd7YGE1GuwyBMvaMvm6eJNkvJM1+eaXCmNBBjc4GzsfFoanrfPSO90rgUUOEitWGNNGeI4WojDshaAo8UyCJt+8IuR1nWmH34Hxc72QDrqB+Tgwttz2Y0/novsvIhAiVNou564qEqw4exGZVnG/CTVYuiarS5hoPJPS6wvUINCpXY3bfFN+uLssuTq2eFi/iItXhb6/NVu3NWfHSFT9snXtYhyV5fyOA6bcO2dLXmEdLlR/j8tgm3kSwGP+2Dn5aZwjVnljo8bc4BpoUqjJ1cjgg/v3NZXDhggX5jx6suktu1b0nqlzq777+bVDRy/I6FgMle/vHHvWa36TaX7+x9bubJyThJCGJ0A4gt+GX6vfRZKSLuvE6iUhH+/aTkKY7fy4he/LurubDdU51Y69rhpyjwYucqO8QfrVbVlOzMPXCcQF3U1TrwOVSefn9IwyooDTaqfC441p8c9MRpmVzsTMurr4/XxfL8LDMPvbaXLh1lNtw9aPTcd16lxfW88L6rLsOhOG4X5pglsdNXKdxzMLVHU5tNj6F45PLlCJTbniSKUXYmJUZRNY3ZJmIqu81d5xxjLQnCngKMRMUa8u0xYwhThVXDOjE7nSE3NYZf9ymZhZHPJuabGpybM61YP2gaVCToE7SoAgfA3U9XsZIbQ5N46huJs8pqxWihnotPCechn+Y0sQagIWjzEtgh6xuBluGdYZ1hnWG9b3AGp0krJM0JyLGYP3DZrMf96p90zKO6qq5Q2rGqPVeOsWc8pAhhRQM/41utpLWjnjVlZAM6gzqDOoM6ryOc21rg0/R2pAkBYukKVg/uyIMUB/GSPjR5VZ1JgexjHNoXGzTxt4XgmGfI18Ipjt/noEZkdeEx9+ZpbnROR/im8HwlfZi8ltTVDM4Gpi6QvSh2GCkSGkuzGoZK4wm4p4Vr5vw/eV5fLENtKuVuKLUvRjhXwquTM2+7NDK2AUz5922Kn5a5wlsY3ZAtkjZIuVPCleaolFun9wnBTpljpIMMgpGzFGv7lrD3LGSa2lbZ86DPFJMYYwJht55RxTXWDMlBdLIe3qwT6mE2014vjx7NMMUKNujbI/yUtY8RH/Q7w6TNE/Sxygcofng+3DDrPHPw93Wbp4IIxQYhbWjiighqfSYU6S05MRRTgZMn+PjcKZ6pnqmeq7dc4dcRyfJ9ST5j6IRrr86W642u83F2acRtl+kjaN8b3t0vypTjLwFSIYbdhoKCJjjFBIgtXAoqak5lJM5nzmfOZ85f6LeOz5JyidZmxSPUP6HzcaO8N1Xh0fJHtu6KVaWaKaQ0dQ6ZG2gOHBCK2AwJRRaP2B6lJBpnmmeaZ5pfqI0JydJ8yRnlpIRmv+sihdqu3cjRF+phambRqnetHcjizyGiBPJuDRYK4oMgVBIxbSIqbRyQPZGSqZ7pnume6b7idKdniTdk4RfSsd99f3oSvt4yGi3tVu3DXmDCHTCUS0dtV5yKgzBhAiHJOBjHvs+r7RnqmeqZ6qfLNXZSVI9SbClaYLtn93HXfFSvVP/iPVsXzdfJhq2r0Pz4rxuXhw+XFSEH2vsJtpCjwykgGmldQyQIVQSAD2g0CKbbBQ/Jul2mB+TeCdlb64+0VXbQN8F0HtvtCLnrvigtsvN5a5YqQC1WMgmbve8u7yI1ZGLXdQ/cyh/XHH6afHjm5c/0xLLfwu/udSu+BBEbp4Vf4pVskpFjeX4ApXeFeHP8Xk0XPzDgxa02ZZVdsa3jO+2DePyqgo9X3V5rGEtGJIkf9I0+fMv8Vl9H8fPCELCKFktXNnYB8iwqYMPjqVxDGPmCBMBI5JgwY2M7iEzArSRGEM5t4PHUN6doOOq0zzE/vHDV9mUxwrej13ugsvxKdZAXxXVhTdkKcsfqQCWYNuL98EF0pfb4GnoMH7fbTeXgR4lTyq/sR60Qcj+7PJcr9VyVZzFjcRr6DzLe8NXCpck8NE0ge8HtTuLntAg6slXDf2op+7hbggrccYRxz2xGBorAebcMBQMtpUO0fZTeFfG7RSskRU8/ota4F0q2nVP9xBTr+ZVhvnRRf0+w5SrmvuEKww6Uqthon8qJuzFynTbzSHlLt7bYT4SbXKctu1czN/bh7+GGYl2+49xcnKoUfdL+FlVV6x426nDHpz0qrpYca7el4U2wyQwjPvL0CGM0qDCwRP4Q67B/cWUwaRJ7hZNc7deh3lrCepfIuYT0Ozqhk19vOJM52j366zyyEPuhbeMhD8KaY3GRliLsCC0XevpiLgdZRpRi1LWwpxtg2Kdq12DgLtAzY3OeS3elFZ/LuL8267a46T7XhvuBJZcbDfnm0CQ3YUzy9Bem/dmtWYTXkcAUHWXTyNn/h63UanLZu425+GX683HT8XhxoOk5Xa5T1OD554a3LSebrzCMWi0x4e0eB3aMiaSnBqW5tR8q7Y6jJ9ow9I9PMqjpdUdJnUmjUeyOUd6feaOHYmgOy2zffWJri6B23PrZ0jYTF5QtaAbLjwm7h/WdZtLbdZe4ypreP1B8cO1n5cLc0W5E22lxfpyt1yHe3lWfHu5XNmOau+K4G8F1Zwqidqc6jPc/Lxum/dMusmCbZdLJ5e7yK617EKT3BcGx6k7nAmmHBrPgRn26K6+QCMltZhZLGMonQLEeG89p9gjrdrF26GcW26u9IhRPceGShnVGdVf7Se248R+0NzEa9I6yWhhaILWL6u9JHsp6CmPqt0mR7PRJ7p14c2QYV5TwzBgHnPtjIaOUs6xCTP8cXgnwjLBM8EzwTPBZyc4egQET7JVGJ4g+A/L7W4fN3AJI3kC4T52WeyaLpMMT/t1sxSN50DHBdPgeCMTyO0UpYIihCmnVo1CPJWWKZ4pnimeKT47xfEjoHiSpcLIBMWfR/WcwLeq2ya5XXboAFsboRk23nAvDCaQY028pRoI5A2g48AuxWRSZ1JnUmdSz05q8ghInWScMDpB6tdu+2Fp3G4C1ru2eZLXTZ/u1r+MQgQt84J4pa2ASCHNENScCQeBG0V2IylTO1M7UztTe3Zq00dA7SSjhLEJald/noK2PrROMrvu0i3QB7CT3hnJJAYcQSiN8MIG15tJYIgdRXYtKBM7EzsTOxN7dmKzR0DsJH2H8Qlix5ETzjSFbNM2TzK76dOrzmQMEJ5aZiSw2ngLKEDaqsAlyAgehXYjKVM7UztTO1N7dmrzR0DtJAeMiamvkf2aHJ0vgqN1OYY9umlhzCiqHLCOG6s1MgpKTIKP7QB0VoHxb48z1OfItM60zrTOtB6htTh9WrMkkY6liXQ/LPdRDYsXq0ud5utWhxcmHE4rANVpu2Ot3RJKxCkILBOWKWWh9QxprJ3xHMZI7TZFflTULZN4U5F3mFJ35XkeIk8+fZ9t2m4FJbctc2fL/FxbIeGQ/lbfTFE+TNvwLSmPVBVQutzG4d1k3wVVrT85FLFSR6DcclNBe7dy7n2x36r1rhr2f8ip85UiJqlqPE1Ve70xJiLGnG02qzShtTy+2DXH64TW9GhH86QETBMRPxh5zziQ3IdDLvwfQdYS2Ca0piJumdBaiSoV4Q7T5a86zVVpq3ehb/Vru6m6dd72I1e6XOfm7miRpFjxNMXq5WX0kL5V67Q8+Xk8uNDh4NBkj7R1sQEdl4xy7WHcdwJ5ASFRACgtHHC6Ndgjgm4HjxGBd0KPK89zrXpY5Vxr1opYhzd5E34kv7oePHab9bvd0zAj05fn1bbaZbWsXSbHF0qOJN2Ho05NrEMpzV6aT1IFtJPe0zve/ebJhQDSeK8R1MwQiz1VSiGrnIYS26QUVkfIbetgdYTdbS2sq091vXIZePaKWJ0XeRN6JD+9Hj3scnfmdl+0a/9jXJ/ZFC9i8UBXqOK75btl0Krq2b6Jqzjbcm3ib/G5xH1Blm3R2X9/c7nfbJdq9R89xe0u8VQ3l4zrcjDv69+GERue/WK/WZjyGhZqYatrqEbevryGcuTFd1NuE7J0TcHet3/sQaIRO9CWZxfrd9ciSJJuwtN0kxfLtTsvSzIOauqZpqlfUa/f0P0GR7Hj1mjNNKNMOa6JkdBijKmQAosDRPpSbkeRvrS5qytPyr/vecq3m1VwE9zv+11dHvlwZYkap5W1qsJa1VXfd2GtRzCFTyL4eRrBj78rXqlt6K5+L15c6k5QKLZx0+2ybWHqtko1Bi093dDBwCookPTCR1srFWfCWGyZxkYfdGMg5nbKMRB3R0py5Xnuf1IfP2+cxyq174rwRsuLKpprbLTEqFi3Lla7c5/cYnPh1lX571j57lBu/F6rzT4CvUniqXkaT/0yDBmjtjHvPP5hdQiqbgxsOset+y6qP6wOMc+NIRxWdLryJ0fqPDW//e1WRZ6uvIK5prjXeDg3U6YZSjxNv919p5T/u7Js87Bof30vxcU2jjBTFpE82+wuomeUPwDmD4B3W6lpcvSeYt0mPkXeJCaas3HydpYCEpAM63x0GrurAY4YJbxBAjoEEIUae+8VlJZw4F27GtARccvlw0fL1jkWDzNbM1sfe3DFTRD7oIWWJvGaBDBzPobXQRW8A03GS+D1mruQxU6Eg4hwK4xknhKhDaCQekwAwX4I2TmK32XMZsxmzH4tmEUnidkk4piLMcz2y2YcYDJaM6Pb2q1whJWWTkhIqfOIEiQQwIGtGGgkPUdDxs5QLSMjNiM2I/ZrQSw+RcTyJEyYy1FPNuj4qtTzMWc2aZzwZ5se3Y8c2AjFiaMEICKkh0pQBYzAQgLn4ZhL28jJyM3IzcjNyL0OcslJIjcJCBdgDLkjJYYOPJmqLzTo0OGtEExqIDCxhBFpjcEIQe0so1IAAdiQt/NUFsq4zbjNuP1acEtPErdJRL2AY7gNr2K/2Y7S1h6axmFbt3cTlo20lKtYLRkRoqnnDgMNrOBGEOTlkLW1lIzajNqM2oza66CWnSRqkxQEgcZQ+xe3c2przsZYu23bxmHbdOjQFkMniJLQG6GFpUgyxyF1NG4VxZkFQ9o2YjJuM24zbh8Rbg8ZBg8BXH6SwE0yNgQeA+6vZ5+KF2ebzW40pPbj2SfTNI4z99CjA11mlWXQMI4g4tZJh6kQxChFqCVSjUD3ICdTN1M3Uzc7uddhrjhJ5ibJQIKMMbeuXDkGXHNoGsdt3d5du5XaYKqs0E4zpCCRhiAU/uQCaquSIj3Y1lIyajNqM2ozaq+DWnmSqE3yx8Ro/tig3OSBJuO1JnvN3ZgE4xl2FGGssWUYAOmoc7FGcExr4HrI2TmqTGbMZsxmzH412QzgJDmbZIuJNFvsRaxA5op/3SzDmBmm5pqyefH32DydjTvW60gCbtX9dum3nVPWfynL6zann7vww3XP9xDpuJ2X2LDpenw1ypdM1cvAiU0maibq3ebepkP1FNNtxRRAk3wwwYcA7SXb1oQYS7VNmrqLABBKapTl2mFPoQAKMa4xMU4YL1kbwJUIuGWxnC+GoTM4qpmhmaGPyyu9AqUPmlY7idEk30uIIUYHSbU1JsZTajuNHZiGab0VymppsXIQQRb+QjimyjDsNAJ9mM6RTptxmnGacfql4hSdIk5Fktsl5BCnr86Wq81uc3H2aYjUi7RtDKtthw5aOdPUGBWcVCW4t8BLCbXgjivHoUG8j9ZWTMZrxmvGa8br/tRSZyfxmuRxSTDE6wu1HVstNfXhMaiWbR2eEg4QJNZaZJyhgjIkveZSAW8lEHYw7y8lZJRmlGaUZpTuTy0ldhKlSY6WhEOUVtXYhyzdN8fHYFo1dlOzwryfCSGZkUhx7TUjGAqADZdOEDGgaSUi4zTjNOM043R/aimvkzhN8rAkGuL0h+XaFv+2G/LUh4bL3QRPq8buHlLMYi4I4dh6xYg2TjroCARQQimHs/1KROZp5mnmaebp/tTyWid5mqRZSTzC034UaoO70RjUTmM3rQogbhB1givqHfdWcBT+CA2QjEtIBzidIf404zTjNOP0S8UpP0mcJmH9shPWv1wvz9WqeNXscpsG9ldti4ukrRva3+/Q3Z5cYC25xgBa6j3QkAeqMq5iURaFfYvWgZhbhvf3xd0VV68+0QCo6B4C/PtvtEfT8tFGrWp3JKz2HGwGZfhtOVYL6/ZquSouYpBwpmum632VCBhB0knFUskRyIYju9/WEVIxOLZEbhLhL9kx5BYvy6s+At7Fed3jOH6rbl3/VnDimHEGM4YZBx4BqYQVinjENGTTEK6EfbkohhnFGcUZxbdG8VVxWPAEUJzkCsg0V+D5+l34XfHt5W65druxrRBV2WOh6x7TKVcTHY9kXVW/uF3W1dRZZ8brVad5iByriXfXXztwm3O33y7N03Z70c06vpZ3rsvcCrQVjDNuM27vLwWrN5JPMAuris8fW1dI0gekGJK1l4VVc2QsCytp6sYPeAcMYQJZiDB0DksotJOOeKOhwO33rkTA7ZzWx8rUGRzWzNTM1C9qrfZqtD7kSsIkVmWSRiDlEKuDrKwaJuNZWZ3G7jaHkjDEALTEWaOE9V5IaR3zjDFryACuc2RlZbxmvGa8fi14RSeJ1zaNAAMwxOuf3cfdEK7r6ugYWmNTB6waQwoB5Qw7KyGCxGjkgTIQMUg5kn2wRgEZqxmrGasZq9fBKj5JrKIEq3CI1ZE9tmqcTO2w1Wvupb0Cyig0kAjuoGIGo+DEcgAg13Hz7j5i59ldK2M2YzZj9mvBLDlJzOIEs2gEs5fGVLfTp+yhYRSyVWs32SAWFZCcKIKc8QI46AzzscCAN4pgMGBsJSMjNiM2IzYj9jqIpSeJWJIgFg8RO8g+qGEynn3QaezwVTlLnFLIcyEwplAraaQk3DvnIcWuz9c5sg8yXjNeM16/Fryyk8QrTfBKhnhthko/LrZmSjPuRoNix/p0y7tYazihkHrrBfHBu0WQOxJIzBU3SVnXMUkZvRm9Gb05OPZ68OUPGBo7Dd82FQzDdPngL26/uTRnxbcuPPAwfte2eO67bm7d5cDc+u/dSq9CSBJXCKDSVmhChBEWU6yhjhm2LV/rHx9F6lXjaVvJWOjymhcqXu+ietMzwfTIGR4ipaB5SbUmBGqWcHFb78w+oOlTJFN4NHG4VVmyF2eb/WZX6PatlvdQ1De2XL+7OTOv1LIR3Xry7//1NgzR/dnbJ9+8DY/pQ9W1frDVcw3KELDwtnzlU83PLs4u3j55+vbJWp27UlY9YMvBWjy39pd12R50pmyuwRSkxn9GwPq2HoLbRTvS4sFae6rT7koBT/77P55cDxCd2M078rZG1Zsn6p1OXd+4w7BJNHofjrbDudLq5Fh3tiqFQxox4gFQEEJmERRAGKYowZChg2YnAm6l3ZWcs81HEyxmLXBuZ+noOe7fUwoKXTYFY1ddS/R0Lle117NbOfc++DvxQ1ZoMO8vL3aFd2p/uXVlQtH5ZhO6HXwn5yMW7ke/r287H0w1RKIa6bTjlVPvi+fv3Np8GkkBuQitC1W2Tqd/jHQ6kvoRe98u8WPsfDNrxrFTPETCx8hb6k0f6izAp8UqnuYwc9jmSUGeFNxtCkcyNk8xfQNNEVEmRKR9Ig6ijEsijMcYJ03dQDiOoLYMIie9NhQKRKBQFnvLLQjOQwvHVsDtFlkeGxlnmBRkMmYynvhK9XFAPmgSxgQcY2RwC0c2cBd1eKcDL7E+OERj2dKNX3NMaAgg8hpgIoEl1HAfq+IaDTWUXTKWv89gzGDMYPyawIhOEoxJ+gTkfTCOVRIruTBZRqzb2i1fA6WwUAiqlXSSIgQNxo4A4qNbqU0XkjMVEMugzKDMoHxcoMQnCcokIQKKPigHQWQlFMZDyJKmbnUEG2bMTEgeptQaKw6kxgJYEZiAPGe6y8c5wscyHDMcMxwfFxzJScIxibFFaRJuWy3vV7cK76nzLSap79e0dUHZ79DNZ+AYMy24oI4orhH3yigPKeEOEEbanLGBmFvWQdyEF7EeViecq/rhhPj7DlB4XlRXUlwMCx6W3y+9igwN4gJuChWZWal9GZVQmM1qsw30KsIZw61meGZ43gs8X1aD9k7rzf4YB8gmRqeEgf7dVsWRb8IpL4qNL17EgR+b/xbfw+u2DGjx3eUmEMAV35cf8ot/f3O532yXavUfPSJ3R1v1kT55d1U0Rf3bQMmzzcfFfhMDWxZqYeurCfy4WGz8olTD2BzDhxal9xWvJvasrmZRhRW8/WPPDjQnePvH6okuDk90UbtNzy7W745bCzxlLZKQYQRHrcVgRfZw9vFl2W5zN4bNYkU4It4Siq2jGGLjNGOSGWh1EunSE5KtRLYS2Up8tVYCZSvxwFYiiW1GaHxOsdkGjXhTHh+dV8T2xb5un5pbtJ06dsNoTQ1zglNjoEdUE4Zjmok0SjuPxNj8ohWVrUe2Htl6fLXWA2fr8cDWIwmdR/iI9agV5Ij9MIceRy1I3a079zCCYwghEoZzSbxXzDnAnQKMCCDQpA1pVC5bkWxFshX5Wq0IyVbkga1IkmWCyKgViaoRJO9GDYhpGydsR9OjG2htBfThdpUVWDOJoPDcCcwJFwALR0fMRiMnW4xsMbLF+GotBs0W44EtRpKFg9IsnOcXF8Xr/aUtP4UPdqa6uFjsysYjm1IN+hxJSgxn+6062y33pBqcdK66JmN3fLP9VW+ZhngwAoeiJOHZ7BoMtNtXb5rjVQr++UYvI2rD67Tug1ttLiI6gv1Q59kQZENwx7tLHSByipmJ5Dob+GGYpOIgNkXIfrBQaFxUjYtfx6OFhj260ZXGAY8NJQgSDeI+qlhJ7Yy3VHIM2ujzoZxbFoo6YYTO5UdnhGaEPrJqe8dI+qApjNekaJK3g/g4RUdq9Cdwez1Rp3+kSy+exnPOGeKxfrS0yEtnlWJakHCIKjkG0tfz1Ot/QJLiTNJM0kzSm5IUPQKSJok9SIyTtB+OmKDt+Vg8Yr+9W3rLiwBLayBkhiEZcKqtkD7ANABUITcG0Oe3j0jMfmimZ6bno6InfgT0TDYwQXKcniOfyBK0vZj4RjbSpYdRrS2K2/FJgS2GxGMU/E8ArJYx03wMoy9m+UqWSZpJmkn6qEhKHgFJkxxKnOZQvrjUseZ6/RE6gagJDQuVNFT87B7uxjQDbC02wdcEhAfP0zAb/mM1I14BZ9rAgq6M2+GyK+uOSr8eP8l9Z5ofMFrXfS2/ku7d7/vCrVxUpt3TIl7xMLYggGD5frl+V5gwWiLUVImFonoOufpr9ZUVJhlkOM0g+7ak0vADa0mr6W+rneYjn1XLfrf7oto51UyDv393NwummaGca+exj9dTmNj7oRzlQYLbRW9iGfpVNZJ3z4p/2ym9qqqch4s371efgs7s9pvz5T9iQ3YssmNxt19b+zA5uQ+u9HqORZJIhdEAli/d+nJAyvPqYGdC1rZ0fAosEeeeYo2MpsowQhRkRGrCDeaIt/tKtr+/nT9x/wRFd1+XJhM0E/SLnZpdBdIH/d56TYgm+UQYDyA6KK9dAWW8vnba1l3SslxhZLUxGmjrpXWMGI+U9UpSoFAPpXNU2D49dzTDNMM0w/TzYYoeAUyTtBpMBjAdpmRWRJlIxOw0dngKNEQeayiwwkYgwByOlcKERVZimGxY0BGRgZqBmoGagXoSX2GvCdQk6wTTIVDVdhOoshoStW0YQ2rd2mGqI6osjGKp8RISigHlVEmBLLbelFtxdZhay8hQzVDNUD1hqCYouC+wktMHK0qSVTAbAWsYpZcjnurh+ChWy8ZedooxCAgtMUKeEkwt8MT7MP1nVlqlB1QtRWSoZqhmqGZPdbbs73sAapK3gvkAqH/aLu2Apu+qgyMojS3dj1FGE02gRVIipxWASCKohdfcSGaV6nE0/j5DNEM0QzRDtIEoewQQTVJWsBhA9K/hbJtqzAxY+iG2VaNvHKlJh+68nxtoCdIICig5gR47jgzEiFrlqLM9siZiMmAzYDNgM2AbwPJHANgkqwXLAWAHu31VQBnf7itt6xLVCs8UpYRzGnxV4ygVyqMw70fWhL/3iDrHhl8ZphmmGaZfEkzFI4BpkthCwACmP0fV15vfBzhdtQ0jQG1aex+nNEBUYwA0VMITyC0gTgsAIfbK9AOoGhkZqhmqGaonDNU6V+n+sCqvwCo8AawmOVAkzYH6s9pfbl39vBOqrsvji8OzrKDaOdqFqfNQESqIM9BgLQxiBgNqjCLECdAmC3ZEHGXpVUOsluR+v1httm57EDkLU8eFP8QmtPUb+r6+kkY13jSUDde+K+ny3TLQcVsqS4TmKxX+bFZNmdVdLNO6+GW9u5+0wCf//l9vw0jdn7198s3b8Ig+1EmWF/VV7WKd1kCGt+UrHm98dnF28fbJ07dhzJy7Uk5zT7umdmy4p1/WZZ+gOmWXmk5BbvxnhK5v60G3XbRjKx6slag69a4U8OS/n47fxWr5n1FBy2sYu5Fh+/Bektd1TzcT6+veXaJmXQz4u7LMdTD8P7hy4IaBuNntD6P2TO2Ln85jPYA4bP9SBqXvZisB7OtzLi7COQ9AmKzo28XZSBnfsXRSlGRIkTRD6vl2X/wp9t5+Sqv1bveLd4ejFUaTY91S7sJQIKlywfXlGHPHHNVICQqp45a1SaaJgFtWp2gF3VGu9ZEzXO2qomflZl53mmm9ip7J0+Kd25y7/TYY+ibruqToMvw2DNZ9zLI+V7v3SRL2l5Ff/Wq7OQ8ucVWl+2VU1b84E33Ixpesi3a/aOrY/xjmrI2Wz6W3F9VFVMW5z6PubsuLOLi/da3uppj+Ik6cF1VF/SP6HTRyUWvk4vW1lXzEe0ryeUiazxOe0cHDDk8oqME61X2TNIdrL5un88qP9T6SZp7+7HbZ5scuYK7KC8efyL3noo+9wDhvLSdyblua5YCAbZiUVn2ChSuL2HR+WD5I20wMnxWvzzYfTZz7lV3N5TbOCcLEcPP36Ig9DdPFqsJlSZh6M45wmjD9Oa9L50Sd262ce1/st2q9q9T3D3nKm6e8N01in3LEw5+cCmQcc1+7bUPX9S9l+8n4q9MgPrkkfDblVCZJToRMWZhB4mjauvhxNH90pEtv1znOreOcaOEpEdxAxJkhimtsjUhKnY8IumWpn0dmbmaYy2dzk81N/mz1mfB+0MT/SXAnyVSEToK7uz9FF6Uj21MMOnSQ7Y2OVVSAAdwqiziwSHHjPCEYaufFBLJvvTlFBnYGdgZ2/iR2fWSjU0Q2TtK0CJtC9qtaG6ewnbRPo7vp1C00YAThkGODOZaeS86FNcgAbyQHxJFxfDeiMsIzwjPCs899PwDHJwnwJC2M8Emfu/y++mnS7T40H/G8qz4denMqrIIIGKKZoQwwJpFXHihFsFKGTTjflaQM7wzvDO8M7/uBNzlJeCfpaERMwXtkN7oOT6f2oxvt1F3vVpZqQaCBVkgnubXaS46M0BAqbSe873n2pMsAzwDPAM8Avy7Ab1qi4R/LtXW/hwcCwdt7onmS+0bkdGTMYE+nDl2ndnUa7dSPmMMGE0CY1hI6rRHBjljFCCfUljUjRmg+z85OmeaZ5pnmmebXpTk7SXc8ybejnY2k4guvykHuiu+bh5wSvOqwiB0WaYcK4ePN3aUUwCCn3EMkvGUopuMhziG1SnOseeKKj8q6Jb1rmSbK1C4MLLdQPgyQMrZ0Ln4fPclDbB0x/lobbSoz9t5tndof2LXxpXJfbC4uVyooX3kTxT8V5W3UOSVzRkKXD+YGcWzVBVUPdSSUbdA8jGb7trql580NPf4cjBfxDcbUyeKnGL5eYaH4th5/a7uo7vWn85iPWb/6uUK5gy1f7DcLU15CONli2V7CQQXCJVSvZBkv4epEjQmYVIp/w2BunKTC0TQVLniRxffbbbAwr+OALd7E15wAL7QvyvZF2b5o2ivejbZ2cMcIRMoa7gxAVCCGkXAEOEqRgsTBNrZ7VNTtaBdFulJkzMGdiW5doSdJs9Qx/ag+ReU4V+9rT7O89qJMSj6PBNBOhd8HD+7LyOzowaCI4/tVvNkyCevXZXBUg+cS3tk+YGK3d8pG2L+IKSB/C77tX5fBOdrMmJzVI8MiDp9qNE7q/bhSXTNRCyeJWjRN1Po58Cfm87yqRm2j36vqcHlN01kaY72OZGesLm6Xk9E5nb5cruZLcR0TfZ0EVzFjDkb6KirvY1An4FBOoJrl7cMv1NY2dQLiCC+vPVq7KuEy2rr63irljpOGUuH15W65drsq4ShOUe+yiEBlY+uBGa9lfxaB1NxNPSoOk8CAjk248Ais4Odsw3y3KDU9zIyqWy12Z5vt3mxsuKHt5rzsGXi1iXPgWOL3U1Fpli1v+lnxfLXbPI2bhJ7HIgtBxtKHfiUfw3WsnbPO1jPSXfuUd9+E03feSsz3Cg5Rcrh8qC/qLUefm3r+FifnvZ9WpY/ePnkWQL0078tLrkbnbnjmUkA4tC7ebaLgt0HVPoUnuPiXelvTXX2S8ApKSdWEMTKremi/XLgD+l/Wj04dliGqPp3Le1U+5brrFUMh73NYT3Z78Dy5DAs+ZQ2SHD6KJ6xBOdinTEI9ZeusUA46dDw+G1w8hqlRCgGruHNCYaWZ4F4wyrw/2IuBmNt5e6duNG7p+WWjkY1GNhqPcKH0CtvxoAkek3YjycyjZMpu1MUudlO2w7ft0/aj6dRdNaAUacORikUfIZBQKEYEY1ZqzaWB4zakEfW47QjMdiTbkWxHsh25mR3BJ2lHkkRBSqfsyHCPoA4oJ7YKGuvTMSKGagigU5Rw6DgBUjkeeKWEJdRrMzERmWXjoGxDsg3JNiTbkEdmQ8gp2hCSZC5SNmlDBjsid6k+vjHyWJ/ubknEKgEoV0xrzDg3UlkvPRTeG2Y8mLAhc2yTnG1ItiHZhmQb8shsCDpJG5IkT1I+ZUPexJKX55t1/HI/ZUj23T7T1iTt2DEpSmAGmMMQGkshpAQhK5gHREhgtJ9Y20rF5e8k2a5ku5LtyldlV+hJ2pUkr5OKY+tb7cA+tswVQ8WU6YSUT612tV271sV6TSjTiHvFnWYaEkit8AIEs+OTLQmOCMz2JduXbF+yffmq7As7SfuSZJpSOR2/tbqYjt8q247Fb4X30flsoihABEMvNfcMEWml1OEII9Yha/lU/NbqItuNbDey3ch246uyG/wk7UaS4MrAZPxWf5PebjTV6F69I1061gMpprzBHFptGTAaQu6FAp5aIJ0yciJya4ade7P9yPYj249sPx6Z/RAnaT+SdGEGp+xHMiqmjEipnovzusu0JUn6dZezmKEGEAw0YdYSxxwTBDLJiBKGEjtuThJp2aZkm5JtSrYpX5VNedC9mSdtSpKZzmGnatr2YrONY7DdbbrdTLBuO7aDYK/L0W0De30/twha/5Qz7x86fYKrw7RgeWje/QKbF/Sms8u92YRXXKl4wEC4i7hTZmIZDoXcKv4fSp+9CiT1m9UyAHLtPu6ehlMv496jTwON1PnTptrZ01rv6ot5Wri9eRYLlGzL8+/i1qVnUQuiirrwVD4F61XW8/rDjKUsPmOXuf2nC/dxu5woztNvHdbmeXPoMWdlnrGruul+c0NFPblUaDmFnyQVmqNR/IzsNNeo4dQ2c9327o4XxAd/zGEBkYJMQA+A0kJSARy1sLNhUVfKbQs0Ph42zVKc8Stm0+wl/a7W7wdNV53U7SRdleMJ12IV1MMVr4Ob7tajOl53WRy6TOh6t19X5ylS3knhvIDS8/AqAYFWa6s5kQzLEZ3vSsu6n3V/Lt3P7smJRSdP4ivJkuRkFF/PdTdBsuVH0zIBq7K5W4BUe+qFZ5YYgwFkxinBkJBGE+aoZiOMKoVkNGU0naxbgk9Rr2mSucbpqF4f3uuobqetE/p96NKtnwGRQdpyQXzQboglsjZMQghR2GDj8YiOHwRlPc96frJ6Tk5Sz5PsIs5G9fzFmdqO2++mZUK/y+aObhOLuJUaa2S8MY5T4ChiSnmNEVLSj+h2KSTrddbrk9VrepJ6nWR3cD6q138OL3NUreuGCa2Ord0tXTSjzlKugCVWc0mt0BwLD5REHlk+otRRRtbprNMnq9PsJHU6iajnYvwzwHK7rIptDz8DNE1TnwHK9o5mQ8yMh0pCBogTUAIhncaUY8UcBECNfQYopWTdzrp9srrNT1K3k6hnLkd1eyLFv9W9N0fy+8d7de045MoZoLw1GDrMMZXGKwJYnHwzbEa0/c1smf1Z578ena932LhfrRcnqfVJrKoAo1r/er/ZulF1b1om9Lxs7q6shYGrIWEIWGsYJhwzDpkDxnob7DocUfBSSNbsrNkna83lSep1Ei8oxuMFX19ehD+Nr6u1bVO6XXXoaLckiCCJFBeAM+OYMMgrTwXXiBmr7Jh2V2Kyfmf9Pt2gHXCSCp5E5Ak04a6r8wk3vWyYdM/VeXfNPGixI0xqqoBClFCGqMGeWe491tKNuuXqPCt1VurTVeqTDMWjSSieGA/Fe+3ieHC2eFVvdl28KfuMWvG676Lpu2j6Tln18R90o/ScxYZAT6Fj2hNAgpV3kMtYGlwYp8es/LjYDIgMiNMFxEkGu9Ek2E2Q6wHiemi4ARS6K/RAMsOFpR4A7rEEACGhCJCIQuqQuw4OMggyCE544Q6eZHwcS+LjxHh83IvqTY5HzhzapmJnqg7d9TvgHVYYQihpsP1WK+wo0BYqLQUto28H0TOVmKziWcVP19afZGAcSwLjBJuY4f++L75dbcz7iXn+7/tF0zw522/6dNfysGZCa4Qto95CgIRmmoY5P5RaUE1H5/yNpKzsWdlPV9lPMlqOJdFyYjxa7uVGL1eueH5xMarsVfOiap5Q9rZPR9kdlQgzaRHG2inGMQHYKgWpYY5IMRZl00rKyp6V/XSV/STD6FgSRifGw+heVC9uwndvG6ec97pH16ZD5SQRQlOiOUDAi/B367W3zFCGx9S8kZOVPCv56Sr5ScbTsSSeTozH0w1KiLaK98No/dB+e7faG4DWS6A8AtgDBiUxUEHBCbVcCjYWXPPDDJVDs3Jn5b5L5T7JsDmWhM3JibA5sw1DonizCf8b99irHos3m0XVY2r9Pe3WLRdsmfDBRadB66UihDrmNKDUeueCmR8z6B1hWfGz4p+u4p9kXB1rw27CJDlR/G+3l6Fz8dKtLxNl1+XRxXl1tKPgSVOv8pVG0HDlHCJccokxZk4ygjCwzOE2QzURcDtFrgXdkRZPSB+oMBqqMJpZhet3tO/ob1O0dVsVaVXF5Xr5n5euCKLDLRX7M7UvdvtleGdFLAYSVa+4qD5cFv9UhNv9sDRB06svU7tKiA03USEhKK+zxX6r1rtqoBZhJBdhOAeJlyu1XX0qluEStzGNYf3u2emqbP3san09MPAuilz9uPkYwfmiLAkbXkhjs7bLd+E1hcdZVlQJqla8rp9yZF8skvpjLFJV1kf99zeX+812qVb/0aNAqxGxvE711hLdKBViX/82aOnZ5mPc2qsqT7tQi111LfvmWhYqXktQwsWuupZFuJZFuJbFWaxLFQfW2z/2yNOIf/vH6qEu6of67KJKnJukUhUg36NSOLL7bR21PRYKLBklEkaRIaN+rEZGj1H1eBljVGzqTjUwQcoCCCjRkmtlwgQD+DD7cIhTjUmfUVFAZlRm1HxluPSl1it3HvyIs7E6XIPmYSGub8suL2OXOStx1epZnXV38zpc1+csypx9YM7KhLN0yNl+2bGaMmqs5lja1kOtg8Yih5mRigtsoMTIW+UdcoQMUatuX20sszazNrN23gppmbW3Yy0HCWvZiE8bMLAqUTB0bJOmUe+2ae/monMvKEI2FnbEjDDOMNYWa0g8cdjJgYvbSMnszew9mbk4ydx6YG7BhFt8yK2RIP1aSS8mAvN7zd1gfEUYchJijgFBwVM0ilqGsLXCCUV4H1oXswTgZ2ZlZs3ILJqZ9cDMQgmzxJBZr+sxO2TWrm0ZY1bT3N0xWzunoeOKGiQI0pBS7yBWRnMDGbV9ZjVCMrMysz4nPSjPcifJyzJ5H5i8OCGvHJI3blw4uqZoDg1j3K1bO9jFUDOrvNXIek2JgBQxih0D1lOFteljt5aRqZupm6k7K3V5pu4DU7eN1CUQDKk7CNOtQeNHY3Q7jd3IHk6p9MBQTlyYkksa2EuA5choDeAQuX6G6NxM3Dw3n5FVIrPqgVlFE1Z16vqdBVU+G3uHh92Ayx5jytrfE3i847Gdgcd/8ZlxxROnt2r7fq7I4iOnuE5sMZp7j+Dxl9cEGIe/ufC3XbNzdqMSZ5sGMWu3D+ByO7c2LoYhl6HG1V0+K55/UMuVCk5SoaK88itVuRt5vN2ivtln97Pr783ChCfH9KltnIvRRLwwZ4m+oqG+DnfNrYbmxJa5aWN3FQ0SJCSE3EGHtHSOQ+a1lJAwjRxI9qxKRdwyAeCRKeocSQBflqLOHdZ/bX19yOp707qaxPZDPNTVf7sIbzimWnz/oV9WpxqmTYfFocOY9vZ69bbAZQox561VTiLJsXeOOEeNV5z6cnLSUeOerKzPX7c+z18e69oajU5So5NIeEiGGj3YGLYanuO7wiZtHZ0VzkOMPfaMhdk9wwJgTJTADnHnrNZ9nZ1jP9isqdnyfp6e4pPU0ySSGtKhnr5SuzCtHrG4bcOYrtat3Q2cIXXWAIFxsKhYc4Qp0MJITrxgXpK+ttYysr5mfX0QfSWnqK8iicaFbERfzzb7TfGn+LPtpxGtjc2LtnlUd9M+HQ22kggglOSQSGOpxRpjShQSBEjv090eRyRlPc56/CB6TE9Sj5PoVMiHevxic35+uV7uR3Q4bRrT30N7t2IFIsQxxSxXTMIYcKAcshxwRiEGaqC7BylZb7PePojespPU2yRCE4qh3r522/MwSgZKezg+prFVY3dq6531UmBtKfXeA88VZDbMchV3tIoN7ahrJSLratbVB9FVfpK6msT0QTlmY4eVHhvjN1HmsdvcXUDWMFhWJhynYSRSIryVwhFc7tkEJBga2FkKPGadzTr7eTorTlJnk4gwBIY6OyzcWI3OiaqNaWPXHZacsqCmFltDpCPIWWUVwY5hiTUfLB3PUq8x62rW1c/TVXmSuppERKGRiKify/dxdVxU+d6uHx013v3qGKnx382rynUe+p3qcpNRn2OlTipWanK0n1zEFJ7S5yRiCqEpfZ6Kmypbj0dPpV26s11oAPBEU2Q8pQgS6ySUDnuIIYLe9K1xKuhubPLpKnK2yvdjla+tzw8aUTWpy0lEFcJTunxlXFWlaNeLrhrt290GgWFFZNBzByjlylCPnWPQIso81VaNq/m9RFplfc+xVtfWeHSSGp9EXCEypfETcVeVph2Lvkp6dL8JE2aEE455AeK2xM5qSjw05bSaOzau03cYiZU1OVvua+oxPkk9TiKyEJ3S48m4rEq/jkdndfp0Y7SMwdYZBillDiEJLfNYGOgUdVIkJdDHJGV9zvr8oPpMTlGfZRKxhdikPh+P26r17BrRWyM9uz64C3NqACCXWmoOgAaAMhn8cKMolwBNaPjdR3JlPc96fk09pyep50lEF+JTen4krqvStKuiu3q9ukUIiTcGWIKtkNJbySBk2mpDueGGuon59R1HemW9znp9Tb1mJ6nXScQXElN6PRX3VanY0eivtEtHnb3BQIc5NAdYG64RpoxRg5lWKsy1iRtX57uMBMu6nHX5mrrMT1KXk4gwJKdt9FRcWGMwj0aHdTt1t/u2Ithmrxh2RlNpfJgRUAaYcMYLW872Rw30XUaKZZ3OOn1NnRYnqdNJxBgGUzo9FTdWadjR6LG0S3eDGMgE50gw6i21xjOEpJGGKSKt9xyPa/NdRpJlXc66fE1dliepy0lEGU4jyv6yCT+PL+dINNm27nONSLLJrkeiyCZ/83kqPCluJvU99jSuVF08c+TY5OsrTPhdpZP1Lr0/xJp9H9SqCOobHB/jtvvwx7g/r7PNFr5BnduKgodKg6cYG3Zs3J5cXBi5Vh08mUSJYTSmo72deA8jcWwv3k5jd6EaWSg89x4Lj5D3BEJFnCdWekpksv1aR8Tt7OrjUcoZ7OmjU8qZLeZNdPNBY7yuqZdJxBfGY3rZ2332MBjH9p/tNHa35wpur0bCMm2dpBICo42jHGmNKERJZmJHRNbLL1cvZ4/HuolmokegmUlkFiZjmvnzcu0uL8Z0c9W0jGtn1dzRT8YwlAJAiASgFGMFLEbCYO4oU1bboX5WQrKGZst5B/qJH4F+JhFXmE7rZ4GmNXSBrtDRBep6t0IbAq0UyBrChbNKBxdXKSkJgzapSD8Qk/U06+kd6Ck5eT0lIImkwmxMT+sApeJN2TCirO+qDot93WFcYzu9utHOimDFY7aC4Vwp5ryDVGgAlObGgxHj2pGVdTfr7h3oLn0EuptER2F+RHePaO1V+tory44UJMQywYA2HhEnoaU6eMbKIOThpKZmHf1yddSo7SY809UD6Sl7BHqaRDthMaanry/CxXVTDw6Dcte2jWtq06EbtugIsEQJCAzCXljqHTWWGoWhc2jMqDZisq5me3oHesofgZ4mkUxYjunpIOLhMBzHd0/rNXcjHUiYmFJkqaPMGxi875gh5ITTPjjESA01dI4d1LJ+Zv08vTika+pnEpVEwJh+fuf2arkqXpbXPKKltmxfnNft47qadup+paHQSigQwN5zyWn0hZX0UDsgPYZ6qLGpqKy3+WvNnWjuVVFH8AQ0N4lBIvAqzR1fE0516cjKcLdbd6HJeAqd1jg4xtA6IwknQkEHIDPUeX5cf/Mqcdbgu4qEAI9AhZNQCJKGQvy025y7/XZpitfNM2x0d9k0LQ6Pt1LafkM3RUcDBij0xjNGpCLEIyQRIMQRSBRuq1/0pdxOP4fSZlHLkWdw5W7CdEZtfF6YzWqz9Zerp8XhWuo9gNv9hcu9gEOf1afCXO72m/PlP8rBW/52V8bshhM6F85SSb4D3buVxnUi/u7IZ72GkiRRCSSNSvh1synTVF0YS7WeFK/3ar80ibp83GwWpu5Uj5bFrunUi7Y92rcfZjvd+fNUZUTeTNoyInmgMOAKhbllbO3z2s4EVVDr5bmKZmjs9R10Z1Hsz5a7GDIfQ+Or59oEt1ebctuN263/574I99sVFUa2uoMI26dxeDSP8daW7OjYPbmAWzoeBk9AEpBA0oCE7xe9m0s0sm1bvO5asNrtHHToLsJSjI23AhukHETIIww4cdBZzj2irSUbiLmdKTtt/by1QXu0+tlb3nlANX3Q2NspFYVJLAJhx1R0sMIzUKDFy7E1nolu3bqpiDpADZaMU0i1RIpTqwDkhgklGJ5W2kpYVt2sunepuugh54qTqpuEIhB+heP73ae1Ou94vqHXQJnaXpUKH+nTXaUVDhlGPOZYOkqRoQwbIgyVHgHv2lWeIwKvocMfP358VmlRos2lCjejd/fQ2gxPWptt9ai76hxudHenetyu88ylvw8x8yxVLokqIGlUwberTVKAuPghzOCXu/1Ydqeuey5c7LnwVc8jOZ5X/OBIpuc1f/l5RnNc5kyaNvls7nVWGhdVr3ixvaTtZpn0sIZ6yOIuF3u0U+Fv/nJVxFtTq1qH43g9xaTPqwf1yc1E2ZTiJmEGRI4p7mA7gIP2nI1uBdBr7oYZKOQcJmEW6iyAQhKqFSOOSYgFBK5N+ewJuZ0bewoaOTB/pFTSOT9zPEaNnDnG4OaK+aBzT3atdVyYRBpQMKai/ZrfB+1RY/W+u63dj5KWA0kdYV5p5DQJk00AiADeQq6YM0P9VLev8/0YDGZWz4dRT3Rq6lkqZBJAQOGYQr7abPd+s1puxpTyImkcV8xDj27AO0fWGq0B1wxJgbQwCGIkFMMCO4SGynmQkxU0K+jdKCg+SQVNKphQNKagv7pwTeG//Tyyg+p8rDqM55GN9+ooK/HGa6ClREIaiIK3SwzjGDCtw2wr2X5yXFZW2Kywd6Ow5CQVNonnofiYwr5oE3wmdTZJAjqutk3H7ndSC7WWXFrtjRJayVhuW0EDPGMUl6H4E5rbiMvK+4Uq7x1kl91cgelJKnASa0TJUYvrft8fNbhV+xX2NnTqKC1GzCMuMZJEcSytxUoZbEygCUbWiyPmNojKCput7d0oKztJZU2ijygdnb+q7X7pdtPu8UXV4Qr3uNOr+12UcKUc1JgJiw22EkDuEQOOGaYo4SNz2VRWVtissHejsPwUFRYlsUiUHVPYY+5xo0FXusf9jt26Rl6C4BMrroPKKucc91gzIIxVgLFkO8hJcVl5s3t8dwosTlKBk4gkyo9a3An3+GD+jrnHaadeyUBFOCbMGIalFjpuDUetV5AiqJnzR8xtdo+ztb0zZZUnqaxJLBMdjWX64XLt4luZdI991eEK97jTq7uNjHScQ0wIRwZjQ5l2JHgBHHskLfR2qK8dWVlhs8LeUbgEOEmNTYKYqDymsYOkmoEC7UZTaya6dYMnIAUSCAINooYb4UGY4AIpuAEGCMGnlXaOjNGstafvFz+AvsKT1NckoomBoxZ2wh0+mLtj7nDaqaupQTuBQ4R5DB22yBNHrYGMMg+DuTVHzGt2h7N1vTttPclwJ5SEO7HRcKd6/8IxRTWHpnEdrds76kkJEgAKpI0SjBDsECNCYxj0lUA3tjhcS8mamTXzjjTzJOOcUBLnxNI4p3I1yQx3hLmoj/d3hEmOdj+r+jAb9kQArr10nhgNqVXW0fI/5VNtcmsSEbdNOt3aWJNnV8pahOH0zh3SAP5HKZnNopK1rPvPO40vpajuqAjj5zK8p8tdHI4xE+3w6r733pl98dzaxS/z70s4okJP/v2/3oYXuT97++Sbt+EJfKiLczTvdrcIA3yzfvu2fH3jjc8uzi7ePnn69slanbtSTnM/u+SGflmXfYImlF3qYRHkxn9iLmNvTLytR9R20Y6beLDWierUu1LAk//+jyennSqHklgn1ol1utTl5mqb7cVZX3F12bY4j21d5R209L+zOqaNgcoJgCX2HnuOhXAWa+lFsvDbF3PnSkxnVGJ6YkrceZUPr8HVy63e7YgOD5qHWlzd0OF+vm4FTmKdGOla3dBX/T5idcvjA6vbHu0oLZLACUYxwYg5B6FwkinHjQMUC69QanVbEXeusGRGhSX3r7DNwyriDTYqWzqx53F1Jvz7g6u2EY4jYHMvCnv6id0oiRViaazQX4OcTX+kf4gHu8O8PdStqyddmOSB4EdiAoTWgAjkIPaOU2xVYpja39/5AMczDnB8/wN8t4xztjHDVI7yH9+8/JkW5ePMQzsObZxE1bA0qub/unWw4Nv1rj+837t1MJahoTvEu4e7K43UC+mopxpLCbWU1CHtnabAeCeTuNSujDsf6mjGoY4ebKiXd1boMIzebTeXa1uhfWTsq2J3qcPLLdpX68rZSNaEUhOS8BTWCU9Ru6WpiPJiE35UGsZ0WhLbq1Fm0vZ6ajLW2rUCniFqGHVCKU2YkF5RZimjCHFpabuHz6ioO9SSmcriTJ7h/lWmfWzFxhe/hkt7FS+terlVjYddpSzldT6tLMXT4jDBf9p6ULECa5guuD/cS93VL2Rd4mmem90DyZLYHZbG7vys4g3H+flf4/6Brzcdjq2a1sWHuJXfbpNQbKStO1uzilDjkZXaGcAdhwJr7Hn4PymYbvPFRgTdjmCtwCgrgPFyvbebj+uZ8DUl/jrsYjOyKxYvd/vi219+ef3mD8Xz9ptDWuvrcLFFvNjicLHdtZlY4v3tkxfV4n8cA2+fnMDyzLmK0861Whs3hoBB8xAByR0V/1S8bH/wmUBoT243Jh4I540V3g6DIbmmx0KGJEaIpTFC/7aO3uKLcOL99rLv4JSNi15jxYVhUzcBXEPkpRJIUU2EJVRxwK2XYbrLgv/fJoAP5dyOCpelPNORNwsPhoLvmwR/21wGF2W1KlZxraas33cAQHl1RXp1gQnrMuWw/H6ZAfCoAfBi6+LH6fBWhvpavIov+M2Z2r+9RADKMEC+j+t4+3CNxV+Xu+U+bhvw69ky2IE4hILz+7749zeX4fBSrf6jx5ZrVdWsf7t7+0dTXthCrRdD/Si/nC9iLclFHLYL11zV4kN9VYuP8aoWnzaXizBbeP/2jz2yNSd6+8cR3FR4uJp8SbQVB2NfiSsPOMFe07I4tFTM6x3v5RiYGEcFiRNYMSmIBJhJ4i0V3FndJgb1hNyOdrv15uPB2V/sjFvPFbExIvm+efen4PYENdsUKmAvjp3gzWxsNUuLJHsdLrH9YPw6XmLhN9um1ulfDo/tD/nz8Rczw0misTic1ubOvlU9lUt2rBq0dOM/AMaYGySV5EpAZowzRnFHPdDUITCl07fdnsp80sngWLgaFLPo9ajs+9bs5+fqH67acqoJrGpMQqXe8StyeaWHBZh6xTIr+Ekr+I+ByAHYjbsSXtF+u1n8tN5dxJFUfOd2YVyW7zC+4XLx7XW9LDeXR3IW7NZ+s2gck/BM4iUs60tY2PISFuESgmdSBWwtds2C6qT7MeTExfp63kcSo8bTGLXXexXcsJENyRpo7WKHsQ3kenWgx/sdKf98/Aef6YeUMsPP1+bTXW2qd/QcNybYDDWgq1f4vLygA8f2vUDSdNm5WozZJZOxtftY/OkyyAyoexdjU837MEE7V9uAnjCTuVBllZYwS/NhNF9u3bNGtapy70+7O4StVEDqfveHE6wZPTncT65UNJ/S5CRwjeOBJr9068uB9p5XBzux321LN1RNYwgpsB4K4LggljMFPXUqFs3zgB4Uuf39LacOj05lZ4j+/hpUduZo8Wtr7k1zrTbe79w+3uE34OL3p8k//0sPjqy+gST+macHt2MH394TDpIwOE4GOBiUja9UYbxmfNrWXVRAsQofgNozF7cvU1ZAK6wHjEiBpOxBYY5q8RkLGQuzYgF9PhZK5cbxXyj+C06hYazfdvTofcEhCRvkdACHF9XgG9DBHI6P4KHZ7LXzlYVybhRnAGLsNLVCEkOYRxAFYDive3xoBv0XBojBrr3oWVkOPBPicRACfz4hFjSq9gIn/0bXcCBog4auC9EeDm/hH8u1db+Hs7B7gMZw2wuShGdyNkTIsNJZreMT5c26rd0oTccwxsyGfwVoeAicMd5SKzmBjpm+lzFPIbPsZ3yhFJljB/Gb0IPcDz1u4mO07ID35HCQJISV8wEtxjbkqJRjcjeOXnO3CKL0xmPrGfWCcOgdBtqZMEsBBmEKbA8YM+3DkR2P7HjMiw562o4HfRjHI4kh5WIaJcV3bq+Wq2miLGzT4RhY6l4dvnAiiDeUeAGtilGlRmInJUKQYQiMm+JLLSs7JpkyR7ebvW/OsIfcJnrSZUgiQrkcXaPoFrVp1xBGKtp0Grt7uFsOCEJMcyAxRFhJK73yBBGrmMF0ZI3i1rVssg5nT2FWDeanPMlA9zXJSCIpBRgQ44fNZj/yycM3h0d4UbV1a79yiJE1kArHrbGauJg9qqBSACAgVA8XlYQvjRYwTyweNS7EXeCihwF0u8kFfpjJRRK+KeAAIX92H3crtx/DyDptGkFJ294Lq+DMWsuE1Y5pq6gzjrvgj3BFISnrmqU4aaV88UjJDshjIoq84RTichd6hhss28PzKv8b/r775n/UHvZ9fQslSQSk6OxGunxXvL48P3fb4rXqFpJfvlvsypbFTiUV5HvHO4quGOdhXsEhkJxhBKRFmHhpPHKcMZNszNIVcjs97wlb7M42F4d61rNo+ZEzPMQko/fSitfhcpp47FLD25KY7pMrgiKZoDJlxG8Z7u1iGlX4tTmU1Dy1bw+3Cnx+bm1M0nrepOXFMKDVcu1i29/i/f+4OXdVwtbM8c4xQ02tF01CYBkLFM8c2+KTX5yFM9cZWYew5sl4576mXTPXiiQxkiKNkXyzVR9c6Lwd+3C5bxqHHy+HTd3NSgXFhDjLEGZh4CEJmOISYGqhpRy0pcKGcm6n95W8hV5t0n1PZ1H4MdFXW3NSKv989TKqqyjiVRTNVdT1MWImltvtq9TSpCTGe7cudFJc5jPsbnCCLy9+W4cp3e6KK/zzJvoWZ2pfpYpUx8skkmj4g3sRrqso3/AuXH+4MFeE1xBVMrTFn7x98m610WoVnYTwaIOJLHs/+986kPtfXpw58z74DqVT8r9VcbZ1/p/fXm9s2I25PA9XU9YBDnKDiX9XOve/6ZVavw8X/13aI9y++pcSkGWVl2FyS3HmVhfPbl1qP+ev3Dx/ZV18v36n3pU7VG2Dsxrur+FX+cZKpP+yLglfWsI7SmJZL1x9HYuL6joOaCgzWUrAb8rrKB2EI2QfIeo1UllGZnJJ/KvolIHcbv7ukgeVVoKsmkZiVHoN3SA3aQRVlgBmlSRYW4uoB8JbRiTjpC0i1pdyO8QPpc2C95FncL+pd0V9BX2sx7JHuxLkcZeHXQXXGp3NrCrg0wVIrT794eT2B3mohFSShHqKNNQzrmWMKUFcYhhqQOdo92Mo81RLLCEFQCKFAcDCQwbjVjsEqPZjaEfE7cZ+T9QsA79/3/c86uPp85CfZcjTJDRRdEMTN9tP1arN7nhqY+gXPdzQ71oZjke6H010vMbvPnd9rxU923JeK/LGq3ezZDMmL280y7pRjXDtNnpJlXdShJNsgpcWvNdwON5F3Mgz9C7n+22lvfj0nxUvl3X9vLgwUDriy7VdfljaS1XONuLJW9F/++Xf/lKK/HSaOY3Hh/vJpTaKa3l2NIklFHyg3oNExzhsxxMdm5bunN0jz42VkAjgITXeC8chAJ4LYRgFyYp88/vbrsWflq7OstL+tejq7OvtN1PZB90/7prqmsTrCTFQ15FExDh2pxIR27buV3mowhSMAigUIsZYw6FBgmFnveOcup7SzpOImNU2q+3nqS16BGqbhN8JOe5EF3DcaV7AccWtG7v1WZX0zklujSecO8wsIEJ5oSRA4YjqaW4tIqtuVt2HUV38CFQ3iYOTYKC6dXbviPLWQ2pKfQ/N3RoAnGMGidbGUYK1wApYpJGywitjJOsp8EFIVuGswg+jwuQRqHAShybhhPVFE9YXHbO+3QqCyHEgHDZOK025UQhohIT3WhHEjOOj1hdl1c2q+zCqSx+B6ibxZBJNqC6eUF18THVx97sLpMx4wKRnlBHilZcAImSVJhQiDEdVF2fVzar7MKrLHoHqJuFhEk86zmjScUbHHeeu7Q3Kio3l3EIfZr1MOiaDCw3CUQeZU3zCcc7WN6vwA6kwfwQqnIT9SDJhfcmE9SXHrC/pZo1SZYhw4f+DqbXIYIEAM8FtdtxpzcSo9SVZdbPqPozqikegukmkkqST1hdPWl983Pp23WeBjDIUeawVlwZQKr0DygJjvbRYownrmx3orMIPpMLy9FWYJZFXJJ37/sWF1/R9+Pm+DET+aMJLrwdKos7h5a0WruwVw4TLXm0uUaXaR/p0o3IF00hrhyTjKC5zEQQ5hg4HXecQtqUn46UtqktbNJe2eF2nSN1G149c6Uyqf/x5XVELCj7DcwYwrgu3cu9UAHRzJW1SVbzOorrO4p/Kv4Wh3+RXPSt+WLnfy7SIqOBpguSzLyL16vYBjSyJeJJpxNMPcb+h79xqGbes7G+H7UPjwtaNB/3pHO1VTUNOaoS8JzjmHzNKnVOYQIGpBcQcNKYj4ho6ciSjoKZdsIUdofUu27MoyVDwtcoZzKkcf7s8P//0h+JN3BGv3AP7kHQc+nxYro3bNRthmzO1LvM5zGZVptw0m2c/DY29vWbiJsB6G1VuuVoFtdmW+TpVwPDufLMJAs9jGG+xCbfbJD09y1vR3HJL4PKZhod9MboZYLdxeBcvmw5f9VZZI65DEiYmO2FilTv5a9SPn9Jxns4DqocSdWix7PWpsDfZoxtGpg0iSADNmPSIcUwM99YKTZnATvp2UjAlbi4cHjnBPLOGI0/sisyHmeH4vM4rrK6oRWMJRKd2n0q/vsl2aFIpn1aAjHncQ/hdrMLvIhcP+Z93AL+b74ie9xKf1SlKAtRkGqD2/9w6TKPM2ToMkHefjuV5/MOtF/tDz2tkelzxgyO5Htf85W2xMX6amZgxLvzmwJghGeSKd1yVegiD0W3XT4sAh+X7soLLuqowkNR7aO8nHDPlCkWdf/is+L6GT0zMLrnyzoXZzT64Ic7eU77HV5YUfS3tPbm0FTlFqDYOjwLQI1QvTSXq1liSSnO8u++npthySgEVmlOvGOSIQmCNUcgj3a5tNL+eyys5BbygO/ZHvji8zLxseXMFfdAkFXm92QdNVBX2VHWQohJH6niCStvS/dSPLTbWOkAxEAwybxV3SCKgkHQAsI7CXjs55cvxCLLK3lRls2Nw4lk2k04BS0iDeqR5rjeX+x5oVH1swJmyobtRDgWWeKkJdgAFv0BKCrCWijhnGKWwg5ny55kymTKZMreiDD5JyvCEMrhHmR+q2qS7Hmh8e3jAmqatgxtPPPdhZuOVo1xDTamyYfhB7AEGnIsObhoJmTiZOJk4tyIOOUniiIQ4pEecvwbpmx5uPtTHBqwpG7qgUQJbDzWhmksKOeEcBN4ASKkT0uMOaMqfZ8pkymTK3Ioy9CQpIxPK0B5lXm2XZlnVikw4c3E4OiBN3dSNgkHQC0cNpMxKgLhnygkPDXUEMdSbQ9UCMm0ybTJtbkUbdoq04SChDRt8Yt7tl+ebdSyIW7wpG/pfltsOi33dYcCgYa/uko5UzmkqmQGEUmstZUQxoJAlRGrIOzgayspkymTKZLoVmfhJkgkmZOJHyHSESVfRqMMhqoADkEAqpWFYIOGIltJhbQTDmLFJDmUCfcUEus6WpplBJ569N8kglDBI9NeY+5stlmvAo1stti3dBB7utWCAOKSUV8J4I7mnynPqrZKwOxG79jaLmTXZ28mkOdEkw0nS4IQ0aajvK7Vc73VQsrPk4S/C2G+503ZZVF0O+Bm0dDdmlJhYiDmzHiDmgfeEEsIDXbimzskDfgZi5qLQRSu4Cl9ftLsTzrXZx5FTPAiRpl5oRFFM+r1w2/LoR1UyJYzEYhd3LCs3fSpH1nJftpRYavZ4LFMJBmnJD5sMkDz6Uep0W8ewc3hSOQ/qUScyiDTzKV1lOuzS93K5XjbwTtAWlH6Z+A8V1dKDHaAZwwxQWAMvMVZCGIId0g54hSU3sE3vTCXMxbKuzFnY1bv7+2dVs5VhEa9kuJ/smUq9pyZTM5wi3FCV6Ty1kUvxJ1dtG/c/YFIH4dvL5SoCrIQZAuD/czhVzun8gmCQuDownVR9uwoXVvywXdpg+l6XpTMGn9V17LPwZZ9FXV6j+5l9skdvr1pFlEYOeQ6wUs4BBR2DCAoBtbVtYM+kuLm4ceQE8+xee+SJ3euOluXrra6j2ARV2AZ4bGO243mccu03H9XW7qJXU/jt5rykg3UX+7Nd3Ke6VPCnFRn2Mcm8U1qlzDivtrJ+SFCsNvv90o1RIm0ZImJYTubnsv9DuT3Vsy0HydjNDJqvc0epPj9yBL6+WBpX/NtFtfdk3IN5F/emPN9U6bl1mYPqTuvbrvyc+Bzm2p5yFy9icXlRbTwZdwjexY0p64uosp5VpeiN1qvmIo7tOjxJz8/aolIkSScozQ97caa2cR7TyxEz1eHRPLG0rVsmlnNJgosHCDTcQySsw5oqK7Vw3AJ7YHkqYS58NzLXmxgrsfHL/cxO4PQJrnYJ8awAf1Pu2du8uT+H63lVXk/jt799Ui2nhXuISevNItrQbyw1ZLcMf4vFcuo6HofR2WSylx7kwQOtCFosTSxocLqpY8Ons2hnNaeUNUYm3bMkewPBEZUd5Io1I3Q8X6zb2k3yZEAyLrgt9w+XBBltifBMUe6kJX6guPPmjWXVfdyqe51Pb3envDdNvYo+767chHz/jQQXvz8V8V+8+df/0t/EPyb//K/V4Mh2cOTtPUEhSbZAaMyOL3e7ZWdV+mBsDy3j1rxq7hauNNRYxh12mkIDjMKOckiAUEY4yfXQoFdCMhgyGG73nezRzeBu8KXsRnTDJ+maJAkYCI9Q6IfLtd2NMMjXx0cJVDZ2c9mBVZQSwymSzksoGXWQQaEA0QSCIX9KEZk+mT6ZPrPQh5wkfZLEDERG6PP60hi3G+PP7tAySqC6ucMgYDAlRBgoAUUcMcCc4IRwIZjCRLgBg2ohmUKZQplCs1CIniKFZJKwgegYhaoy82MUOrSMU6hq7qalIs49JNRKLw32AGCstTBxJGti5HCFphaSKZQp9NCrq+wk1TfJakBsRH1/3WxX9lxdjOjvx7ZpVIGb9m6ypwPAaGUQk1oioxHxFiMMkOSeMEEHGtxIySqcVfihVZifpAonSQGIj6jwz2obXupP51WZ3L4Wr2LrYlm3jipy0qVXJEIiDjAzSEPCEBIYQcDCUcG1EclWtiOCsjpndX5odRYnqc5JOBoSYw71RbiazXbUo26bxl3qur1bgd9bEBUWx7BUSCGWyksnsSXcOSSHFrmRklU4q/BDq7A8SRVOqlAjORqysLoYDVhYXUyHK6y6jjTxmHJogEbcAwYZEWH+6yXVUGHPoRgJVlhlJzqr7MNHGYGT1NkkMhCPRQYO0msPH9tGU2y7rd0pMCbAq6CvlDFMlVBcQGMwN0R7ioUZfs6bNdU2627W3c/W3ZMMEZRJiCDuhAgu1y6+IlNu1FeVDOr4zU17uUldVb+ndZ5HW7slOqCi0lCiteQGcQIksghZ7YlnQNDko9iYqNkUelz4PLo88YQeQo3HXmbQ4H0nd77Npo1pGkGrV+Eszq2rnIxm29oztY9KH/s3Up8mmuv2+5hXEEZfTAWptPvZwyavfrFfwT4v5+GG2Qlnm4+L/WZRpQIuVDWY63Wo2+U9XEtyP6thnCzXyGgoaZfEPuI09vG7KtHxuz8/n8pWq6/SrtV4rtpEezdIWkIBfJhrcAW4o0Bg5A1UTHhNnFbtLt4Twuai3qT4Wbg3/aSu2BqH3AH5Jl5sl31vLwFQQB2KhjwdwK9KSKvgF1h5uStLi1xui7X72M2HqliSU1xvmbeW8+++ivy7ufdllUlYKcaTe0/XY6J6kFObUDcjbdf0GtmSutun6+Bar70yhJrwJ84BQlhoBTXByjvh2fgG1V2Bd7Ndde8Ud7Bvdf/JPYDL+/WBP7u5HbT8uPkYS+vU40AN03fD/8qs318+rot/K99rfd9z5fX2/dt+7u4i/K9M+d18XC/KkdW8qdbdnfSDj2Hoet5w3OWxhSXtw/IvziwvXPFCbWPtmwElt2XzwrTNnTW8sT4dPDKtJJM0EFEhpJiT0ktGMLTBGQbQiS4ee5Jm5eJA9nxAHD6kvIZ3WyweHuZtV+/GRvmpbgxJ0JQOJ0FomE3o8MvyCscV+Lxum9TeskM3p8ZQjZyk0ljJsfOGGigEV1gRxNMNTgZist5+9Sm+9621V+X2wgfR2iTuDI595R79otD/ejb6kai3B/zRvv1t36c7z7Xj+2P6gDbDxu9fnBLnHJTP/wD40Du/k8l5QBI2h8kV84CUtccmBIt926/HpKu697F0tP9cZDp1l+KWNHodJqNG7VxVatZsNmVx7Oqidk0tNhdrOpYFaeMHvrej7z9ZQHlWvFgtTSko/rb6FFNsLtx6V1xeBLRZt1fLVRFfyB/uB0J36ko8uAJPuhNJ0BzuhLFvthebbTQix9TXNL2uo7zHOw88iqb3b03v3/Tl2q5u70gML6Osk7aK+qE3v8/jTFxxkusoMTs2LygH5M1cipFXWroRWu3ih/hUgZuLrtVb6WKtPizflW7DsyIKa26kKIdvWeN1F0AR/IhPRTmKN+t4uLqAp8VybV3QbhtLw258qfSHtZ1Gc+9JtxFAcAHgAsoC0m8g+Qb2LPPRkX9ymo2nNDsNrRNHNfuoQg9C7AY9uh+qgXUKOIyxhNho6rT2wlpnhcFK4Lac/FDONab4iVr3/LR57O2k/KvLpGZ9vavVuK7CIvYNhXMr7EMq6+BTZNyCr1VdOaq6P7d2ZKi6iZGZUN2mR7fgFkYGca69oQoJYYD13nJBHAEEIkZHVLeR86hUN5vaf7mfBbmu4mLyDWa3UFz4kMtxk1Y2CQsjnQD2T9ptj/vOsce1/ObJjgOfOfac213unv0OXOUjJ7h/3Q1qmnzIPyhn3OTApRs81b8p187CJe6XJuhgq7lRkXeV+p6FaynvJ0bJbraH7RDO1Pqds5Xab9bhQJwRh9lv/L4c9LeZG8ezbbazG92nn+kvE/ANol0tnhzpd+Ir1x/nX2xdBIcqfgj/vQyjITC3eiOv60DkNzHwIhz8sFwbtyv+utzFB7mLP/6/zl2E6buy8SHP/M3elBe2UAtfX9iiHiqLXXVhixgREg9WF7b4UF9Y/PH7cGGLbXVhR77gl4980Tzyxa9RZRqPYOwTfpdlZIplSQQUgZMsm0TYwN3otHY3naLOl3W6iRTaQmuMFwgR7bWyrpNG15ExW+z+STHtpjsuZKbNMpEg6BtC5iRZpthDU2xkKpWU6yNo2j8bm091dXhyUjXerbsllZZQaecsoJRab2IYJ5EGc8dN+A+awN1NplfZl/vquPdZszAKvoGf67/degaWqXdXvhtMAjJJGr3+62bTvttf1ukE9ONmE57DeZgxJl8pNut2BjrVocM264GS0jiPpYDOaAaE9Z44SzlWsa5Kw7YpaXPBLZV/yFkx72daXpqQft9Qe14tIRXhtb6oL6dd3Sn+9XK3L3ZuX3+qDc/lXVmIsSRbuhAUSLVaRXJdbC4uV2XcR8mu8nep7Ivtxl6a/e4u5p/tE70Rw9g3IHhuXYbFUV5Hfbyq3spJhWDSKa1NQjAJOaK1xet9TFy8hvIudk3P4zpc9+vmnRhJqcKCAsyk41JDB4VEEAOmDLT+SlWuhV5Do7M2V9pcPbCDB9Kq8quVizEXcYV4X4aDxbC0+vE+KeqrLDcmT9T1tLSUBkU9pqXtoD4pZWVTyppEXhI6paxvPm6u0tL9x81x9QwduhX/rOWSW+GkUBJi4SllWDOhJXXaJTvaTknLJjab2BsqL/uG8huaWHSSJjaJUCTsiNZe08QGbbqWiW37dVQZeay9DrY0+MyMcIKYcRIwD4H1hghwpSpnE5tN7EFL4//o55lYdJImNolGJLynrPViQX17E3paT9wXh13hhira7dJdpxNKwWBdIWDUOe/j3j8eWWGV88xqOKqdXXnZ1N7S1Nav5WpDW3V8MDPb7jv4+eorv4H4hkYWnKSRTWINiTiqt8fNbFeXjhna0Z49U4ukE95CAA2XMhhXSJHiEkKNsVHsGsqcje0tjW2tow9qaWdQVASu8Ian7Sw4STubBBgS2dPXn5fhgdhRM7tYlW0j1rXb0i286QmlnmPGqeLYauedCI9XhOmsJB7xVA+7Yu7ClnZOMLvu9Z/PPWvf0I7WZUei1n17qfXKvdxsL86qiiOlwgVpyyBg63b72LG6gab43uMxwheb3T74Es5eredT2Ya6fD7n8fmMpRwOmod5h+kTvsdUwx6r8DcAz1UBZas+Fs/3cXyV30E3VdkTd3ifr+r3Wb1u1bCjLgA2dzWUcDUL1VxNPFKWQHEH7WtG15Gvb0NUXbPiCUwCPSk4hszjHk7n5MccnLGO3dV6QQSUKHgshIXn7SRVEipFMQwNDspR/2ZMasbsLE7O7Uj7Q9f5eVpcXMdnum8f6UtnJ/kG08zO2dmZBJZS2GNnd7qbOpvdiUwvKH7YoR8MH3pUHeKh3+ynMNQCQfOyzJezLJMMnWofrdHl1c/xEUfngggUQP7/2fvTNrlxJE0U/Sus/tD1JagmAK5+5sw8SuU6U9mlW1JVzpyT98kHJMEIltyd3k73CEXdP39hABeAKzyCsUhid3ZXZbiZEQSB1wwGWyCN5eLggxdPEh113CjhkR4e35mDNo26RLuWzNg+bemmt2tl76y79VvbrY/YmNEGowWdNM+5P8ccNVgJ6/PUsD4RQsmlyar875ry+2r8ckUiq50nKknVaWGEQO9Thh2E/TQiqRMix/OYl2Uk86MQxVGAMtqGLo9IWyx2eVT+MpHL47M1s5unszWii3dzRvcnWsIBgx8X+MflM1by32QosjhIbHdck4n0zyqH6431Swab1bqDpM8qsZRacCDZVnvcopB/Ci93JStC3VvcJry2ckEPUJDlRy6VK0mxxAVCAHLAT1vKhTfZpHVh24IfSsqE7fluX+oc8m1WLP/CT0/YxsRCzgbjjRssdHqqQ8T31g/7a3oNB2aBdHWAOIRNw5J8yzfB+5viVJQW3xminHL5VFHhe5tVY5EgUceE38mxcIJ7+yDGYhdH2blg6jhVQ7gNL2a3EG56qsJK8KinBo+K+ej778XQro/0cAOeH92DP/CbrgUcBzlukmWYIIYpZTFyo5gkPmFBSJWWOwOCllIAmmiOTnKGu89aRBmYPOr5FcM1LJgafaVH6d5Sh/r7f6jjtO5uCqEQRNpEmpd8Iu8BwPMjR/njKSu2ecF1DGyyemFz+vunT0/5Sr1IDQ56G4IWxkHrHbfki13+L26afzzSfaWkK70Fi0F4lzSMfKrkmKQZin1qhmJLR6bNhyJdSypETqDgEPKYAqASkOupAbl/Y3Rr/QBHyIFoIf4WXOPDb10Q7P2iu9sjn78ijTOWBX6YOSRASUxxjLI0dRKUNhDYE7MUAIJgu5ZcFeVbFvcmnvDccNepOrjNGQAZDNCSA+TWaMaOHLOaGoR5yekYlaZrlaMFmKYa0C+Se1cDg+tpFVCWAYYPp/N+39pH8rjbAIK6Far6ok+GC2U1kmrrSyBt8EBdW03h3lFY6O9FU1BQ4n09Nd73A+UnoMrn3keFkv9a+8C7uDDwm17yLMmC0IkcL8xISFzsJZ7rRJQi7LiEeG3azICgpbBhUPQimDA8M8+KBe/lBpZQkObXOf/qFv+eH2p/VH2FwjcRO+6ttGrcASfYenc0VY/Ll7NvTvcHdnfMocvhgHnT/bVv3XxsKJY0boZG9RV11xo109xIq//wEl2oBGApMc9eMNhG9bd8m27zjA1WkWqaGt5VVFOVpCaJe9Wk+tRL1XLvS14Us0blm9ReCRf0zf9Ay3x7b0kV2XY91UwS1X5preF7W1xVVQ76K9lGqopOlR1X97dsD1YRKPqP55hZ4vAnXPiHFzFzXBv5tZkT6iUGJpfys5SJ+o5RvhahXH5Ta6C2MKvgjL/ut3yY1vtzvM0T+qQnqLgeTFtfoLa2wV6i0N8JBmMf2sFMeZKa5V5P73whgcCofApWAru9cBqcejbV1C7US6iMEWpmFiVB7LgMY0RD10v91HX9zE0Dh4XIi8NgoO1zD12Wbv38hcFX9BXDl2JZfMcfvQCMBRsHLQ1jK4Q9O4Qpse5eNA1h3W5XAxtxsOnVGJ3eto741A9DD0VR5ocuTQOXID9IGKOBkybuFH4t2gJrha+v2fry+D/+I2Br8SJPK2w9CLaUeHNfjTf/ie7AnwGxLODPUmIDegbYtSAVIVfgwmlJu3bYHKGezxOGaeY5npNh6noUOSHLCPZQSAPsxVlbu3NO6mJ4dkOPp+qSf/g5i/UHm3qMCbohtCC8VTtMBJXL9dZBNuEAq/eaiKiDsJIK8c77/L/OTPrKqwsdGm9FLTv+ms9mgI35ytTZ1v1M6i99P9M78evze5VcG0cQhQbwGy7t4/++8nn+jcHFLUdvPr9H+Rn7frWngs7K8cpnBwZhn8QgZInH/ryNQ+Ys1hg4+gfgUgkx97XaxXBNxEDlHKwPh21+gm7OUA6yf1wVlHa2pbccKco2TE7/e8emC7DvugHlph1y0zDzSBZnvoPdLCUOIUrLhFbIsVwM+aRUvscPdgkvZ8talwsD3/RT5nHPW/Q2AOpwNt0K2Zbv4X3Vw1De/lXBajv6iUmzropxhTCHeyimckpuqiuyqqOZWCHwem9EXJGVn/5cVQhtkTHn731/JQUqbeCtAzs2V/AV1srrhnsLHOsQM1ddUvzpJaxC30YIYAmQCb+ss3tg0yrR574aff6rvMd530SpgMXIl9x24OKu+qV3aaf/Xa8+nrAUR9QLPeYHyCMUsTSAupVpksZ+1F7ld4QstW3lNZXdBOHYvecssm/nHjN/jec9zZV+Y4TLQ5PcvMrhq3ehv62aDjbR6vzn6q7v778Ibhl9AiYQ33WVmDfWe2Vzwo6sg3xhS2ashFenL9MUpd6XyN24S2XrcptHO26JaEhuiyWfro/FGQL+qxy0JwoE4GPUTlji4/KDdP38Juus7gzcGgWj1kJ3G8udN3upRpS4eV+Nm/9HXp65IfWWW1E/Fsdd2QeUW0FhcysSToS71g7o/qBBipt6AfVonGEnTlxuDHgZI05IApqQhKE2TL4rZSlM6cpdFkpGpD+36q8DAf4JaS00BjXPtzUHCohcbDBDFOm+t7It+5zDiQbwoUILHUiurH3B7YTTSQRL0hO0TuKSj/cilp4e4Wy1cKbLw0Ai3Ih07lelvIkSfuyr4ccK4FThiRCZpOyw+LoOFryRP8j9pf9Zj73z4tjJ+P5KfJ+moetiktHAcePAQUwtTKvLWGpvKRCmSF8+B2X2OSYa219wv1VZJRCMxTdUnVwCMTXSdK7Ln8vNd10cr1lxLi2uftO8scpTzr7j1nATKlpeWf8tPlq//4fo6Kua6L//h8hQqWOc+Q/sM1+W8GzYniLDhfFtWW/jbPFi+ldrCsoXEHo98hI7SCLk6+ww9AqdH/sv8GtN8FLDb3eIyJQdChEboOi/yNv0lu4TLVD8BRxioe1EVTSI5yztEPu7dF7+VAGNauR+L4P/lrJtayxT7NgJc7WjwwxjVokSyO57vSY1P23zU3JTA0TfbwVE2XnfFklo/qKbqG6WJgFDxAncOE1c33OcKMBJGjhhEqideWv2ZdvOXIvXqOdnWQ/V6AOeW2N+D6fLfM/XKrWy8+l8FC53bmiyYn9liXFad8Vxmyr2Kt3Rfymn28a7JO8b4RdFXcqXrM67qlIVupZabTRnXVpGYQbXmXRpqe1tSq5Lm042bZoJE7enf3oS+/dyNfs1xM5+nQDvoY3nLg3wPzZ7x66NvdprIZw51kfGd8G7goPC/v7p2gD1RtH4LsRtsX3io+D2uRjFhFpoAdnUf6FkMfi+5hmVF2xbbn3r7tFE3rnVWmEnCO2YE7YewEZDDP6qV08NndCPWepGSRZj6NWYuk4WoST1XRYFbaHyQVHLeUoHhDdX9ov5SaceYuLj8Be93mjcnu3dreL3pNBS7CQ8l2rMCRyWZAUyChUEkntLvpYFr6XoiT8p6gAAui71Qfmh6rqQvhK2P1u5zLZKRZc06f7hWkEe+yCsh5Uniz+dlm9eiYJYjf/XqBv8DXm0e/ut9X0OuX5g6P9GxYL8jasLuNI9sNr5ALd73dJq9eX4UuoB7sCrgdh39B5UxR3XGGU1EHkXDmUCulXVGmt3VEMMA7KBthhwzCkJJb6aUAL6ArIBW6fcQJEAQTPon+v/pCmMMMi8mOsG100TLw68OOE6g6Yxi3EYMNYeL/pyFqsQ0JO8cFmAMfkvoiMqpVD5ysB+5xaGzPyGWi97K99BeEUJJ5Itx3WRCss3oSXsp/J0zD/J7Fi5V7QyM9ycubsBT1uxr4tAHVPwvpdNyZnOsaLOudtKpZHvk+2Z/629oN/mn1ilZa6kihHhSUXC178FH4JaefLA9LwnOXB8hYCMNk64QY8OT/qe7e65UZzd1wVP+0FI353BRjiKb1wHmy5XmCVVBmDzAfQDkOxYDkBU72ggwuTGcQDmHgbDSuqMr/VEyPfseG99zHdMhL32C60LAvtUEbTVgfW/6104cZKkNHOol0CNdYxYyEJKMj9AmIVxG9LQEbJY7V9d7LK4Oyz8uV07H9l2K8GwuOO2OV8vaqBCRuPzFi4/6lHWNfgUnPxLbWFXqAd4VwNnG8jEUbeDoqmV98t76ZFIoroXX5J7voWhAbEK+H96mmDO1UT/KjQCIhsSLe2++UfdRbvSDA3YicbOsJNKGYry3RH2wwexmZ7Ki1O39K61RIMjopnzCQYj41JiGIwtdvZUGeQODJs6+ZU8JF/NQ/qwo8eT9Zf8FvYr9Hp9zz/D0foHUqPcgMbeChrRaBX29dG+Rf0c7ynSboa3eLQtH23zR9vi0fY/Hl+OYmgQjR4WzrM7vtCEfcqHtlSpisueaqJAlkwG/0/GH2cJw4RvEUBp8Wms7FjsLC4EAlMtek1z4aQRGqNvWMkmObUxDrcH8gRAj1ei2f195axpqtNXhlCVw8RXZXFXCmXC92uVGcWPAPaWD25rNeulsteFkoGR5nuIlYE1/6YeG3as5jhs/a4t49//rTqWlFUUTaXGZGGenRBH4G6ffxk5C1Bq8nwoF75tqM4q367ZH9lOYCF3Q8jG1VPyp1Dn1ZXHDccwVUmSChwDTMUGmIrNMRVfgKn4eTEVvwim4hVTV0z9VjA17NYbn0KdV4ep0RimKplUATLAVGKAqcQcU8kFmEqeF1PJi2AqWTF1xdRvBVP1mmwzqPPaMFXEOQ5iqpLoFmiJbnAPoh704WLERt36IvKveuYp8xwSpgFCGWYsJNhPgighNGKOz5dwW01E8i5WZ/JbONhHK2C+csAc8zwPJNHU0OKiDcLLHoFf+vjrKllugZrlJu72VVjhX1psGXFn3YMX/ddO814vY4kfeX6cYob4/yaJ5xEaxoEboLgNA9NlfNtwg1a4+Tbg5tsyztyQg+iDERS9NgTtX9m7SkpjoKY0vhWppiqgiuTTHpDKv2oAmiVu5GMnIpmP+MZHDkocL2Gx5/gZ9dLWgyh5VzttBc5v206DAkrug1EGv0o7TcnvCtT8rg/seJsn/CNpd73VH3vo0vygAYwTZgGmIaIsjmiWUuoFmee6zCUEUT9tKw807CvGrBjzpWHMVDzSQ0AGP8aUIa8SZJSUoUBNGXp/LP7JoM+4CjKH6o89kGl+0EAGoSzzHRbiLMlEtTOc8ANhwkiSoDTMlHvQmn0FmRVkviJD5qK6LRJlvI2DHhN14b5KlFGSSwI1ueTHooDcWhVjMvGnvrup/rvuaHKDjCZR5IcRjUIvCTInC9KMJS7h4OPHDcLU3CvArADzLZ+UOLzwf5wHw4v3KuFFSZoI1KSJHz7zjQGBt9Z32yL5ZCELKudocMNqEjsGEhuJ6js99Bkh08AoICgKnZhlDqOOj32SOl6MQz/2aOBxUGrAaETYik1PiE1vRbLENaRClG23Q5mYXLdD/1Gt/aaWt74su0zs9D/2XOGUK2B+BYDpb5zgwYDpv0rAVLIKgmgeMPEsYGIzwMR6+hlLA+JkiHgeyoIwjmgYxMiL4gCnYcLCGcDEK2CugLkC5usDzGCD/QcDZvAqAVNJGQidITeZaAI16CyTbZjsUZ9Z/btebBwFNMOZyzAKQj9AiOKEuTRxEtclPk17rrNayoqJ6wH3m/eghY8BoPCxrayeBICU+PoQdWNBcTcWFA/GgurWFw1T5JAs8AhjnpO6WYgodZHjpFkYB1mkx4K+kLH1hSYkrcDyFdo12OH/LJu689JpO64SYh7ibiyoCisiQrMHK/KvuheMeT5f/lmYuLHP+MYgXhw4DLmIJgml7aFO8q6wssLKGvP5VcV8cqQMNl70YKRErxEpPSVqPiRD0Vh4IBqrj5jtL7orjOLUC8MYR4gGgec6kU+TIAhcP6YopV4vHksgZ/XfsX26Oe/iPc23K4yuMPqNWmfQru7BmINfJeYokeVhP7IcdyPL+2hT/VkvuckiFropoixxwpT5zIkiNyB+SOLMYV6gx5avFtoKLd86tBBng7wHQwt5ldCiBJeH3pBDGw+5svGoE1vHmCiKEz+hgZf5qcccFAYOx5vMy7wY4xgHfff1CjMrzHzzjmuCN47/YKBxXyXQKAHmod8P/cS90E88HPnZBZg0cyM/xVnKrZko4McnFse+H3lhEvvI6QR+ruiyosu3bsS4jzkfea8SW5Sw8jCYCGPC83Gf2CzuEw/EfVLG3NRFLEq4gRMhmvpRnMWMoxNKExSPhzHhl4z7fC3YhFds+qKwSQ/Weiqw8kxzYPBri7mMjIoGeErIehjOQxeehS5sBl24E2aEaRJiN3QTL8W+E0WRGwVhFnkO/zfFFzQibDWrVuj6xs2qYOM83DcUvEqzSokOD6PxYEc8HuyIZ4IdO5FICfLdNHBcQkN+gKMMRwQxN2aeG2eez8aCHVf4WeFn9RmFG4wfDEAvGuw4CkBKtHXkdIMdSTfYkQwGO5JObp7jeDhKPd/1XZwEPvNRGDlJ5rDMC5JMD3YkLwMsX2il4BVYvkK7xsUbhyxbU/el6+l6Sgx1hLrBjqQb7EgGgx1Jp4xSGvNjUuTSOHOZnyAnCMMkTl1MsgjHWA92XGFlhZVv3l5xfdM7LvLKYgPHgUWJoo5wL06H9OJ0yHCcDumEBCYOypIojlLfdzMcQB1d6lMUx3HoOUknTmcFlxVcvnWbJXhMHwD8GqHFV8KOo8GwYzIUdkxGw451jHFjmqLEpYHvJSwL0oikJAkYpg4L/Dgk/bDjFWZWmPnGYcZzHnM0Iq8SZpRI48gdcvmSIWcvGXXz6jDDCCEBDV2EMfNCx+cHpsBNGQ3TIM5IkPQdvCvMrDDzzR+VPLQh6MFA475KoFHijiOvHw5I+pUgyUglSB1iPOxmrut61PN8j4MKy1CacHjBmYNxmCTdSpArwKwA863bMeQxdoz3KuFFiTaO/ImwGjIfEUjMIgLJQERgjFw/opEHXZBil6HU58DkO27ouAHy0/FKkOQlIwJXbFqx6dVgk2taa4O8sgDAcWxSopWjYB6b8Cw2YTNs0oNtSEapD8YRdkOW4ZiS1HOSxHfS2POCGM1gE16xacWmbxybvA15uN0UvEpsUsKRo3A85I+Mh/yRmZA//bgGaaCxFyTEYQE/rgX8pEaDlO8eilFMstGQv/XYtsLP6hcyjjkmryzkbxyAlJjjSI05/vsx5tP84XRk7GR9+ASLQU6ngkRnoLFLQWOXQGOXNY2EpFEKvV+RG6OQRSFNPERphDHFvhsHrofC1M9wW4RnVNxS6DT6AB0iFkIlw6c9Nxq9k3s/AdS5t2AI/O9Ulra6y083Vrll7JPVFsgqr6xzCTtAgIJ8K1HfKq1KWL+x3lr1LAu0+XNpHdiRn9JPHJbKc36C4tUCwcqb4i6hQhoHn/QMOhDAgW+0T+wEf66ndPHOZOOYMFZFbFfwj8rn4TBUQKzzY7922K81wZMXDLv6NoqgIddCIRxhiTMSG2ls7P1c3IEarLYCBTOMHfcVBFrfs5IvQLFe/w8UZv+V7/uEa9b3R4DghFn/78fzqTjmdPv/7YC2ER5VvBD6WNzZp8KW2timYIzxYdQokYphCLCA+vD2Tg7DPlTD+P0/OjqiljwBdG8O++uuKhlUHG2suO+oseI/0vJk/VgUqfXd+XgtTBTOfT5CQfueBrk/73b3diwIy0ZraH/VD9EpIx52aBY6UeCGOEQZoZQiPw0TjHEb96mJWEo7ZPzV+GwXaSWYL9P61Ro9tIhimH+QiU6IFtQJv1Ju84kmBMk2538qrYxxq/DmvL8+3kutIMD/xEd+b22L4hNAtRwrNz/58j0f4S//pHdWeiwOB/gXus93lV4BiC93RcHl5PyZYgHzv//J+oHrAq4j1CYHXT0BE2UdGXyktFEab55GOVxdXGnyS9ERXTxFjo2QhTBEdxGyJJ5yYOFf9Pu85Pvq3vqFryC+O8SaglXwn+fTUcjhv2QFP2JIiP1N9r54EmQVA7JTOSA7bwdk8wHZ+3pA/Jes4KdHCbZVM44JjNVhzBRXQwVX1WD5j5RjR2H9cAuHqno2PtZGVXvGqaH1JOhtBvT1YNsT76Ghl5DbIKwpW+UlkP/O51Py/SH4/qj4/qh+fizuTo5pIcidfMZj0Ta8EG0/ApRKXc9P5/eH4pojALfF0yNfPPxP9WG87gjTGtcAwTesNq4t8TrWli9jYVDDt7B+u2GcRLSUEWfwGqwBVanVnDoq3t4TBBUfqjjeJ/0hXFl918Q1H7Z0LQDr7sANedgGFgXD8QQvwo/9+vOkbfPmSU79FYjz7yUftpr8X6bJDyoKQ4NoSAbXcxsm0dI0cQqKRjzm0PA9P7M2D6/ODMJUotaH8/FwzIX58q7YFmK3MH6CeKqDQ8qH0sBadW6AofCfymYodgJDgS/BQH+NKjY5ubaYXLt6vyH9prugRjVepGg8PKbxRK5Y7/ygobbI9eo4oCqf+BidfrigLoudDGcoZX4cUd91Ux/7iesGGDth29R2TNpS54wvXt9Fq777WvTdV6cwiIXQhv+D0fIKY1UWT60sAkdRFmRMWYj8vzE1QasfxxWEoOiUmgspzXCMKItD1yF+QjyakNSlKAhZ6g+rBiFnVQqrUnhVSmFeF/SvQFvg5Ma29yjgRCtwvghwIgU43VHgPJ7y8lSOQmfz8wR4Sho9Dwmh2PecECOXRH7kkyT0fJol/K+Oy7xwBD6lpBVAVwB9fgCdugtI6BH8OFuoyllb2A+EU39DHue4wCucvgicYgVOvTE4/ZDcMAh2GsPTsv19HFBrok5drZi5ceQRGqAoSyIaZzQFTwULwzhyRgzSWtQKqSukvk5HxeqR/0ocLNEGBY9SbGRVbC+i2Iii2Pwxxfaf7G70kLCXv40rNCDQO6M5jGaU/w/OUOi6CU2CxEsQy2InQjhFw8oMxKyKbFVkr8+5ctkZAKON97gzgLtC5YtApatAZTAGlbLAwhhYZvWv43ApSfTylwnyswBHThC5GWbY93w/CWmY0DDz3YgMA6YUtELmCplfPGSSDQofBZneCpkvApmeAplqvuOHEz2ezoehT9cU2ZMkQzjQiWGcoOyGLY6RPjrNcUTuUvmM42/4rIGKf6FwbpSB4dWYNGBTsgOvlChxWHvnY3beNkwAQHR/PwBcbew4tTKOgTdXFqPlPax4vuDTCpNkAPk55qupDSu3WAaAWzaJib/JETAIKf54jpl1yz9jYYlNLySc9znMH4VsyXMpgs2bbElIxi+vqjD3GngTPjV8cRcWF8Y/U2rRsoLTobeROB1DshSA+aE4nrJimxcNweuL/zgU23s+xnTIMaH/1ndJvK9+tz4kx2K7tX4Qn+P5nRLIdojlRNCqnHTqlI7DzpNECL61fjzvrd/oPeiOSkvAenz38a31gYmcB7lNPt4V1ncCDMrF9AS1szPXBFTsnUov8IfbyYkrBvlwqSdOd4Utkaic0Ayj0DmrHfCYdvAV7RANaAfoQzGgEXbyz3rhVeU3PdnUiYPQI4njpW5Ao4j5iPohSwKWOdRhtC29qkhYLPv9y1QL0aoWvji18P7IdnztPNTUrjGT4I2LFsXMFS8Xw0slBxM5A3j5s1T7XbysrIFBvITf9JtG6iLmhzFNwjgJsogEccDiyAuYg1iMUA8vQcKKlytefsV4+S0Yy8R9BPBfGuT3r3yfss/8ExHH+X1VAxeqASVlFKEBNdANh66HMBgJrf2oaQKMaYj8mEah7wY+JX7GMhKGQZa5KWK0rwkWjX9eVcGqClZV8DKqwN943kNVAX6oKlgVwcWKQMmkRHhAEfwodj4rtfrL9Tiy6kcbjamElqLTzMaJgzgMAhJT4sRp4oVx6GPXxcjzMtr3qLRyVuWwKodVOXzZyiHaoAefE8h6Tng+9RAquZOITKkHPKUe8Kx6wB0Hkh/6nucnNExcArX5aURQTFjk8kNE6oyrB7yqh1U9rOrhi1YPrtPrDWmuHtz17PBsykHJD0XugHL4yOhuQC2c5J8HFQL8pquCyI8ylHFlkKU48FniuGkSZ26EXDfFWdhTBSBhVQKrEliVwJetBPAG4YcqAW+9RH5S4FcyWZE3APx/E3hbDmD/sfllEP6rn3VfUephjzg4RL6XYBIkKfUyFyckCzBKRNCPrgEqIasSWJXAqgS+bCVAuB54qBLwV0fRM6oEJQcU+QMqgU/TgDrg4x9TBfwnvQ1RxoIkxjRy0zTEEUZBxJAPN8tJhgO3fxDgAlYVsKqAVQV82SrA2zgPVgHBeg54UtBXsllRMHQ70E1kbfz1gzms+q8a+qcBcX3fcXGKnNCPopT4fpxFCY1xzCjto/+ymaurAlgVwJcVhO/6G/LgO9Zwxc0nxU0lpRUNpbT+Q6xj0cdzADzFKpdNNscQVCHRYNTLUo/QkKYRcT2fIg8n2HOCKPNdEpAg6MGoImjF0hVLv1EsDR5xIRk9tofniqWTWKokgCI1AfTdzTEvTzu+6H7Ks5P1jh5T6y/V/nuv9z1KalL7mpPaCSe1q60qynP0ywUYcHTLBsyxPBZW5+QvBK8Gbz4LsyL4a6l6Aj+JdrOAUKcbuv8kAfc258urOJYAstSqO3ZZfB1bqURMsYOaJfIzh5qU3pcKEKf3/EycJxzV+Mo+QM/elhxe3YJX75Rk+SWFIh1QgIXvkGK3Y8e2sEopeybfQVNDvpGhlIpVHljC94WV5mVSnKGdmTK6m2pMb6yP/N+y/FieqkbIfWjlEJBDh9Tibg/CYyHkMwz1No/h0YWlgO6fnqQ6+IfqZX7835f4Ksp9cTfkp2j/3vdRfOC/vVTtRVgJebJl5aBzRf9xwLtSEzyXX+WbqCCJbSeEtoOOp7UdNFMCT1K04TF9t8mYplNSd7EzqOnUV9MC9lvUVrG6H7Y/RqeXQwhY7Hs+ImHqBH5CUZrgNMqol7AsRnHri5lXScucKL4W1Retqm9VfavqW1XfA1RfuCHBk6i+F1d7SqoyRvNqD8+rPWyo9vSkBEadFCdZGlPPSULHdxLfZyyIoyBKSBySAbWnS1vV3aruVnX3xai7r1NRIGfjuY9VFOhVKgollRmrqcy/7EAv9BrB5vDnbvNX9Y96wXmPhlmS0Qj6ujoRCvw4JakfJ4ETuzTOGvRXJVRfzH405O/ZXVwc97YufBGYHxJtBO14SWgXwG6Jz8pR8/d/uyvufv83KzsWuw7Mt7Bdbhn7ZMV8bVwfOaSmlngDS77BlcTgfJ9sz3wYoBq2jD/h779I0KblvbWnt/m1vA0RVyS7ogDZ7S5dugmUXlvz2+yoynEI2Y5bhfao5YI0M/SJkGQIN6I2xxVHahrTrznclm2t981dVHXdo4DITtLYzX1VfbXRvzOYIu1eFlS0fzS0f1S/TQCJAh+dz/Ufo49e+vJ1/kE9aMFdaJFo0yCLg10VWQI/vLAEO7P6H1Kts04lZHAkAfuqvpeUhbirlcd55UVoyk403wobsEUHuD41QoiSnc6HP/YFh/SZUf+SiSrrtQkpGIWpmJ2322aM7DP/FnCry8GQMYBPWTReLo4ri//G34kD3nYLpcf5T/+NWjdHlv3fv3cUUHfBZPS/+LCZCKOVg7LlJa+yYDg+n+jxmp24tD9ibh5/4gN/V10JfyeoBaAfz4kEGo56jM8G/e/i0rm+eJ6ahnc3LPlUnE8WqIChsU+s+bRIzjsuRgD84Fi/VynEwIRu4OsgTwaK39+w7eGN0RWzaWM/h/+PLf6xHGcj/tEss966fYXuanHnOgirSnYoVksH/AhL+DfY3n2bDJa3LbZ+1zDr/aKfzXEQ4dBxWUBRRlgS8fN55lNuB3rU86K0gdiemKUO5Snb5klenEt74BGLYOvEE4zsNXdBe+039udbATSw5LjpVOwYt8ngOEvL073YRhy/3lhvrWbUdX+KK+vIygNfiHAslnAm1kJtt1UdEO4AkrmVwi26IoOjLz8Kl2DIcUuNArKdboojhd/KHT+yX4Flpxh0xWG14J7SgkMONNVwOWS5j7XgqrYY/8jLswgues+Nfq4i4T9TrjrkJ+dqPD9af9/n/3XmR7kEVAz/nX8YviT+ut/me7Z0b4zbajz2QY4H/lOMx+bjgRiY/GifxXjsEsYDv4vx2IUYz0QUTB/LBsJfBjFVSbzEqqn69jDZB4MeTHpgjFB1bdMhskfHBMJm3NG9PSR8qcDAqWc8GkEvDVv5EY623PQ8nfd70bVHVrCx6kbBV8KTZ3Fx3LIrb4qTdQ2r4XgvHaCsPOW7Yg9euPbAK5oNxTlYhHw99CLsbsCfyQXl/Ky93S7sGnxAn4ivDhMDCzkbjDeeHoQwsjmfqFvEu9oF3o8YhNrelvSGgYb+P2BV/yoXDIxRu0ZZLoCw9skPRBGCFq0cT3xANnh6bLmCxSbVLzVG4ZSPvW4zZH80Dih0xzBWyWTE3gjGdrpKqIgy1Fmi+7tmuyYkQY6TxsQPEydCqYNCD6dZFHoojkK3LXbVlbJYQParA1/0xObr1wa+37w1KpHX3yB3MeRdUfdZUVdJJcT+COp2elOoUDLUn6L7e6cCrYujwI2dMMMRJlHoRwSz1MMR/2vqZ4Oou2ifii/e5F1Rd0VdBzqkddyWhqh76SWyNVugYwXhR4KwkpeIgw4If1/c7bcFTesUow4Qp9XPdRLQEBh3afQMb48lCfM9HLpJEnmJ5/jcEGZ+5mNuFIti8i0gdyWtoLyC8mXpfQqCEbTB+CEIhle78cUhS0n/w+GI3dhtZqNuvMGGNj0CDan4odwNgpgwGiSRS/j/92MWhJHnBJ7LSDJoOi7b2GaFqS8cpqqLpAuBimwc/yFARVagenGgUrO3ohGgqqvpj2BV1v48Clc1jd6Gy/GpkwXE80jCj7c0Df0gcrKY+hQRlqWDiFVLWkFrBa2H21bexgkfAlnuClkvDllK5g1xRiBLlqp5J+o4DmGWLCAzUOdxkEjPM41iHBEni5IU7kHSJIlZ5CYxSqApCMODqNWIWmFrha3VT6cgsb9B3kOQ2FuR+MWRWEltIWgEiT80+3HMfiw1ilE0Vsj0c6+bsJAxlsRBltHUxxQS/zFHaYdkUTqMx4qwFZFXRH7M6Td8IID5K4C9MID5jtJHjuAOgH1s12dpfRQ/6PilLODSPlUEPfjqU+n1wxkN3Iz6DIVOxjBxnCAhKUZejGInEGGsLXr1Za3gtYLXak62aOw6G4wegsbBisYvjsZKag4ho2HkLQSOhpJrJKMGpUqnp+0ELglpGDgUQiCDlLpJEGLkeH7qIZQN36So0lZUXlH5ESalizZe9BAQu7RAtlVkWSmyD08bm5seh89Xnf/AHv+P/yvewL8o//d/bXt/Ofb+8vsaG/P0mKmk3pDx1But4aW+0ftNL7u/6/EwkYNIhiM/ZC7J/MjPwiQhJKPE41s/QCPYuGDzyxUTv737Gui49aBovuhRiOhJKNT/w3kMIq4QuDwEKpkxZCwzptfyRbtSHmz70qfQexYwRBD24whHGYtJGGURc0KSERfaAbv+8OX1su1fVihcD+1fw6Hd6zbVNY3VXlNkXh5+lRQZ0k2RGe4YA2Od6BbT+Vnvu56xECEvdWIfeWESORmLcIqQ67I0iB3d/HyKLjEr5H6D1qe/cR90Hkfo8V1WVnx6JD4p2SNEzR5RPIlQXVIsZrFiFKRSlq9dL3j7IGk6ZSqmSLu1KkZpHwtPg4KTgk+JKHa1EEDNPMUIorwFi1a83Vtsy66hKpmcobrSz7HGljfWj1v2OY9Fr6nUSs7lqdjl/4J2UW+WhZd6PowhhiAL+eIWWS+UPbU8n6RGQ1Xw5ifAGgEl2gVo3dIJcOftCSYe/u2XE+ARO96yculCN1CfWCKIdutZd3cCuKH1OOz8BDAkxjEBLOPbbhZdvDF0URI9SDiHLmgOWnqdL4ap9HjEJEFZhFkacxsodYMsDJ3Eid0sCBhxSRtFPSxrKcvo64CeiyuO1aUQb2D3qBuG7w4Vgaz/YXGLQZg1UEIxKfg4WfrGsv7KaVQrqX4rC1aAMIW8umwYPCi5KQoonghWmahJJjvzlVIqHyejZb69ryGufCX45qJuv+RH49uKbU+NbUpuCInmsA3PYRs2wja9uUHs0xT5gReHKXITJ0kSn2RZ4qAYY0RpMo1teMW2FdueAdvIBnsPxja0YttLYJuSROI6c9hG5rCNGGEb0QtsxS4NcBa7Tpa4jkMDFHjcaENxFMc49dk0tpEV21ZsewZs8zcOejC24RXbXgLblLQMF81hmzuHba4Rtrm63ZYlNApTn4Obi2MSppnjuiximPrwA5nGNnfFthXbngHbgo33cJ8bWbHtBbANKRkbLp7DNm8O2zwjbPP0En00iqMkwLGHfBwyRFzCvzOL4iwjEfKyaWzzVmxbse0ZsC3a4Idjm7ti20tgm5L/4Kr5D98zdrC+h7n8awLdwn7jX/xY9atVEC7lZHYKT61BrfmLHrmWJI4XRaEHARNOmDGXBT5NkyCLs4iiNnKtYV+uG0kl0C7gRew7eBGbiRdZrB3J+COeHa0+0k/MohYMx8r3fEPAihfjUhrGke+ttgnxW2itIzdHHQ0Bd5m9tj9v6j5F0EiKD4cjsi07RfHnsCOVG2zHn1/Kp8DVfN29E5p3xiVIYha7Z3z9npKb6tYUunTKmTsyeHzTeuohuDbUhehRzTrrds53lH/giXbP7e/jHZ/5NuKf5dmD3vg/EbSZw4QboAs1KRExIrDSvs+vcz4G6+97LkwsfdGVRIkPkdjxATqhlU0Iy8JwKyJE+PzzfSiGY5+b4YimJEp0SPVHMZw61mkCdQEJbUBCWyChLd7Glkho2K3ER0rKhKumTOgL4wN/mUQ22qkBtl5dtlheZUtQm5BDP3fuaiOauEGQpT7xnSBMUYhwGqbQGMoJo0iJFRmStRQOj0lfBIFHZ2m+mP6S2PtLqduD3DYrZWdjeuLGIrNklxxLhi9BAAk0Xava2onQM9Fzue31ySfxwE5iL/4P0RFZXy9i1w+DtcX2EGkibUaIlksVmL5lV6ACmkb1autQ2mgDqcDqFs75dmvRHf0Xq0a2zfnQyz8thNB6N6kVqjfE0aqFPQqqq/A9qgbvfYSP+iNj3DR+uwVbQbaWOjLGsY6vylL2elwYpau4PapG7cHysjMYiU1hJFVTKRhJ2o5kAqBHMNAAmvlfyj/2gGYQuCSAWknscNXEDhlVLCbwZ0b1Vn0y5le80k39m4Tn3i8aMmc+DZCXujFymBO4fhYwfsB3nJD4MUU0bpC5J2YpUB4QvAgeD83I85rBoo0yPFuxevm+Ycf9lZWdT2do9J0nlhioNFTlQNsD9zE7b63rI00F0NXd9ort/TXHxnrNWbDmGsO41t+ylT0f+RZGX0JrPgGaJ5bcNDZufOa6gZVlp89qNSQ50xJ7U4jMToVrIGaAvMknlr4K23gHZ9DTkR6G0LbzYx9qf60JXqqv/dekL8hGy0xZxLT/yPfa4V5VG99x8emxOMjF2rx7e4R8KrP+JIai6o24GooNQ2k+ld3YLxMaow/Lpna8knjiqoknH4ot5VbYfcnBtTHj+01dSyCzS0HWaKpuf9cpIt0r7GRBjH1GgyzEOExdh4UsSjInI27ssbDRH1MSF8tSmXzGMkkq07P3Ml5hxSYWI7b+h/WXovhk7QuuZ458rx/fWO2KqDtnXlliEXPVINwfsmNs7d6Ff/sESqNVXUKZ3PNfD7QOKO84gcXfRRNZmRZThaW/sZ7EQv9W8ge/fsXhOZrX/mGK47Ku2YPIqqTMuGrKzF8PYKfxDXSYwFVBBJBwGEXVcRINUx3kOREH0ySKfJq6XoJREKUO8T03c6OotcnH5S2FqMXEExbB02Jq1ubR1F/Saw0gJyCxTqfJS2FFH9gRvBBWPcDWYSzWBQz+yuLzt83/JT0tzIq3HIul88LK4dgbH/MtXygcr+/o/Rvrl9OfSw7PJ+ufHDqtHdf/be5OI1U+jM+kxVcoJBtegyViZfmpGYE8TtSQDi3AS/4yVLrKnwl0B67jsI38Ovx9aWfv3np7x6DFed2SunY8VWeX78586Daf9H/Qo5jwD/wH4ed/Irtwb1M5oLondbWApVFI7bgakH0rB2SX1YAmrMMJpDA1E5UMHVfN0PmNfwT+nfmh790NBW/4W67If+InoBu1sFgifmvSb/te3zGCTswAwxnzUQh1w/3ET7yYIB9aqyKa4qS9chuTthSO3fGXhs1R2tWTwMFzLV56ISCbeIIRkgVL2oU3hVXS+9Lim5KKu32+f7ZgEcZ8fe2v/4f1G+wVcS/SrAY5bOnPvWrsQLnI2+syADg529IdIdwW1YVyKbeg4uIVJHUKtQ0jAH75pDcvbRTW36lvOqm/9I2metu8jNn3dZXCIPwfC3kbz9sgf1lF8YuyDKtPRhukEwq0XftPoxmUjdAHBXEX2IDGhCoYBVpTRaCkM7lqOtOPtLwBd0lTsVyqUSWvv1YGmaRsq4hXC62l7CSFzzN0U8OHOR4L+8NSF0L8YeFGYB8tmQVuVQOprVbw16rWJSz1iuRPljBymxgL/t/Lc36S5/bKpKw9WxBUsaPHT+wkMLuaCemDBnOUzzUra6MLDv3Vmb8ug9EEmIn92wSv7YojqxwPTxUydvVwnfClOJMHgBS5FiIbB1pLaAFww9v8ibPpG/fth/OOL6L7GlxgkX23La6t90UJHqi31e3vlVhXv8LaeCrvbSlHUmMRwG/MR2IfYCR2fQ0tEBrW6AQiVzPaFOv4MGqY6wFw/hhCK0lZnjOL0LPA3A3uHcFW1VAPszgkQZS5AXG5xiAZddLUdXCaUhIQ32kQewxRlzHTv0S8jla8XvH64Xjtbrwl8XrF6ifGaiXJzEPz1nS3BtyIZTxYEG6KVq8OF4YZcR2XxD71siTO4P+jhBCMs9hz8Ax6L1sqbsXwFcO/MQwPu803jDH80YXyVgy/HMOxkkznqcl0P56P+1xUeRy3uGuSMZt7jEA3t73AcyPCUi9LEWOY+QHi/+dyCzxlSdLe8I1JWwysR+UvA9fjs/W8gP3+WOyKUxv7ADEPlWu7qfBZlWm0DiIooop7YNbYonhj/UCTG6kAdGBO8yxjsJe5yPvifJIRdOBNjxkEaHAwLzmZmprCh1MAzls5H8Ntnp6hbmiVLtbJ8Htxv/kXjNeYWMjdON7GdRdyNv9/znnyaXsvbh0hOPMnWFT2X6qbjl/z5FiINdMkotSXlgvD7n/JcYjLxpSjr7gqrm9c7F09jjYDpdoJE7A7imSGjmes5PV5al7fj/lJBJ3+dL+bAFpJZF/f70ahdpREB1s/jNw0ChlxqRc5LHQoSp0kJWmQJiFqk0/G5S0GtxNPWAZwp2ZtFnKxsyDk/gpJgFoqym3O/6M4cpys4tZu8pOAWD5ajnKJiFm+57jHZMBZ9TINfx1NBkkoSraIiKSUlzsyt+WK29DlJw6zEptPygUXZAY2gdgAvHzZcj4O0n96wXAJ10aRhaBUoFZ1ZpkA2l/P21MOy4jWRqFQR3/hG7uE2BRhBL6TqTRPZgzumkE0d0GQcrGFQUBoBFiAdpXPMwVJ4zveFJSULDhPaxyUW/9u/a2IC26XVhmCaXOKb48+TS333LaPFbUcStocpw8NdedazIypezXGucBI1hlPXcbHQtP0UxaCp+mHPBqiLr06+1kksFnX23x3KBlEuwIaidQM8W9inFXaBT+vZLlIT4Br3e02v2Ycsd5Ybzn+cARqghvqau910Bgofsi5EHl0dJ+zsgqK4BLPh6XP4w826r6CaFKJotBTo1uX0HBvP8+F2JaxT/Wzq6y4xjj8mS9k+yOslu+OsEqe7GwOg6gBpEqIayxDiPO2RZpQDIOYqlif2/Wszp/GgzFEVtLdPG8akYcMxVlM0ZtsTFLr7TBdJw5w5KfIQ1EU8EUWsShwXeokThTj1m6cg85lbMfXCNDoiW3IFaC/SoD2N274ZAC9gvNC4NzPTMZK6pmn9Tz6ZazlUT7Z8SgfbXhEaUx8flyPXETigPl+mqUpDTMPBbEbxEgF3yfod/Q1WMMr2K5g622ws/EWsYaXv6pawbZjCSv5Z56af/ZrDgnFW+vj/aEQ0cP34+bwTtLap4Z2zCKepdRTOUiS+ST1PRelhENy6jIvIp7D/y8NSNyWf5wVuxRGGzxoEZg2mdHnNYt/lV5MpmVf9CpBNq5NtfyEfJcrS3kZGXYgRVVwLZvdiRiEooASkUe+VulnKz7HELZQV+UB+dmWr4++p/XNqyrK83UlTbg29uAei0RarO+j3MXihTjw7cS6+rUoUlD5EopFrh2kRYp19P254Ntm+WKVp3oEoi7ljo/ALrIKh0VyHYTIiJS6tBrBBB5XJBPY9qDSPFhJqvPUpDrXceUUvVNrxNaYzH+Vw9cqyEoUHvhNw12SOTH2oJRCRGIUOB43i92I/0vk+h5FtMHdAUFLIe2g6EWwdXhm5u1etCCaQkq3RM5tUZ76t1UQabXfy76eopjODeOmHURqsbJstgXwwyqAt2mDvZSP+oL3Sx7HDLhfIg7/Z/F0XFmGENKsPt7Q/ScADbkX2uKLT1tvcV/VOYU8qxMMAVBDLqu24OJsjcWhjWh6qaSkWHlqihV7V+x2jO+QTq6ygg0sqUjskm57Ntrgr7pdFiXUDVziRE6SpgnlCMEYckJGWeQHidfgw6CopRCiFa7nQC8EE2PijbACL4kVhciMvRFH5b3Vfl9I1a6OxsyqT7/itMvVqbj8FLFGFCodHiD9uzHX1LCj/8H18L2oIQCxnnv+bidJxD9MkhfnskUlUVdXBHYKob2KL3DLuxeoNLYIF77xNoUi6C3sbjDeeHghKII6a+IW+4d7Jgqi/x/9tT+IWZchYE9QH+qaneT9NeOPt4u9BBx9u5WwcOXjJyBoeLebgpCSReQPZRHJ+iVjKUSy1kAnwKb/W+eGJAxZhLCfxsylxE0cnIQRRQh5mZtlUS/uXBG0dLi5JnrRWHN9Zp4Xb95VHXvBpPjclmyS4buiQqCI4eBHwAKq84mMfMAmcdiLGeX2DDfjqYSnKlb9WMU71gBU3O0bo4fL4hACoRpvnhwdvo3DGge8EILEsZ7os0xsz7u6RuTf2Ikf36Ul1qid9uBWOdmeyolWl6rkE8SHUVljwvYS3dGb01u9PcfjewYAxxT+lMQcX03M+Qtf6+yY80k4FVOR3duKzi6BbsxpNkmlJ+XEKU1x4GEUB0nEj24o9lGYZhnOqENQa5hNilwKJmcesghgzs2gDp34iaHzY1P+v8I9kUGT75PtOQUzQcigW36K25+tPb3Nr2X1SHnM238CsOWyoQQTmHx1zCJ/bVElG86FwsNGt1BVW7Xi3qzl7p4EQfU0m5eoEtf3CBEll8RXc0m+Y5Ad8MOtCKsU1UsHXUMxkNlMkMlqoAM+oikivbdmFgZJ6ntegFkUJy5jDoqShJ8FURJ4WVuNc0riYtU4z2DM2lOPWqYk5/xzjDz0i3ZAuWFl5Z6XFeWaeeH2WAZgJMpp2kXCIQSK9H8GOw0KwW6hILNu55WVz7tyu6/wsii8BAJefG6dbdCj4eUD226rsygsROsj1Mk+NZlB4lbzhz07XlcVjeuWUEtZZiV/fnUYhefbJ/n8uhSdWHNMPF9ukbLe8qMm2ST2PMiJTpS8EF/NCxFmLfgR3xfHU1Zs86KbTd2Pw04qHvtQ84zER/ejsS9h7cZkG/M+FkRnH7QIhM4+xejg6y0Ymi2sN7jBEf70ZljNQbXxsN9xS0xUWATjLN+JalpvrA83HEbBQjsUJ+GzF+l1fG/KG9Li+Em5FC1Pxxz8dVda6bqqQQoA8B0/dh2OBeCw+KlKVBCHLHn0rjJXTuzAT18F1PwUQRXiaQ9N2jMObOGzLmdlLZv/JUXoSMUTQMkml2gROpcA4bMErf+kZhNav9Ky2B/vldG1YTuNy+GpfA2dxEY5FAW32uCd2u0wodzqibabV6mTzOejeMIRRwRRMox8d1q9/Ur5EbPniRhA4x0nHIlon6bWjgc4dlDKfOb6PkLMJR7JkB8GvhNR6gdKe+ppmUsdEL4W3Ratum3VbatuG9RthP/ztLpt1WvPpNeUPC3fm9Zr74/FP+EmAk1rtYMks5GBTmto9fZliBGKAiclmeOnAfKx63oZA59XFBHiTWm0RuKqz1Z9tuqzVZ+Z6LNg43qL6bPFUypWfXaBPlOS2XzfTJ9hM32GL9BnWO9RHxE/yijLvNiljhegBEqEBdglOOX/65joM7zqs1Wfrfps1WcG+gzhjRMtps/wqs9eUJ8p2YN+YKbPiJk+IxfoM6KncSd+iEkcZRmLaRQknk+pn7lczSEnYl5mos/Iqs9Wfbbqs1Wfmegzd+PgxfQZWfXZC+ozJdfSD830mWumz9wL9JmrZ2OizEsSN4lSRGgWxFyfpRkN4iAJ3TRhkYk+c1d9tuqzVZ+t+sxEn/kb11lMn7mrPntBfaYkCfuRmT7zzPSZd4E+8/SIEJKEDIWp5/kpdVyHZT5NMAlx6nKtFrkm+sxb9dmqz1Z9tuozA32GnQ1e7nzmrfrsBfWZkm8eOGb6zDfTZ/4F+szX789Q6BKXQiwIjbwoTklGmBM5HsMexo7R+cxf9dmqz1Z9tuozE32GNh5aTJ/5qz57QX2mFBAIkJk+C8z0WXCBPgs0fRbHyPNw4PqhFwW+z7KYERSlQeJQFAUhM9FnwarPVn226rNVn5noM3fJeP1g1Wcvp89cpTJFgPVi/c1qe7c9c6A4imR0vWx/vWjtRJI0Kmzgt05RsCAKUJbgyEkDEmY0oVxxIcdJkiClgatW7u8KWrB8f1e0yF1frnD/oPh5zeS/WbIO9C+ZKE3TLTlIm56muhapxwx1wqAeIRQeAHqhGX7jm/b9UWm3dyUVUrXJ/9ZMdqvuyvORbe+hoTWtOu9Z7J7PCD0lfDYuUzMcwc+HP/YF/3wSCJ68JPQNqz/dUAGLzq99wO7PC7QlrPfTcwM4cmzHt0TnqwVaCIr64v+oK03+VlU++nCqSly+39J7abLIjqY1mLxtVpWobfHLbkn8hc6Ndl390oZqTADHJR+TaKLBV+S9rHIhu5vW27NZ6bJ2hSirMgHEQ+BmWIDMVcpaBGpZC+i5XXKRMFGyjHq/h1VFYteV1ru5vmMEerAdcsMw8zI3JVmW4gjhLPKwE8cUU+yitvrPmLTF4HdU/jLwOz5bzwq/PxXHa1YVZT3zZSCLMm4ZPSrl9a847MLz5Ybhogu+l2XJfVk0vy09dqW0J23huCm+X5Uxa+CXcpH7fdXkHf6FCzvS/bVo1gJlyqB2WbkIDCso9x0XupYRmgDgaEPcpes8fjjz7cZVXK9LyvI422uQIh/d741iBKdjsGWKqUothUCtpfArvab/gmP1O7kbB/qgVBR2tV973U+Gf9cA1Q8cxBJMaRz4CfaI47ipz1Iv8LwkizK/7XkyLGyxTifD4pfpbjI6T8+KpR910Kt+qDEv4XxpXoKS5yALzg0KCrWm6tuwh6I8lW+sv+SfmGBgW77V9+ALqVpLiwYnNQa3oHol/Ch6bUh4OKNlzk3dmCMs2xW3nDHPrPxUWhwqrT1jKUuf3t6FlxKaY0VZwv8JF0JZWRicSUT9yG3cGlOqom011nBj8377VLV0ZXlwJrEVjNp6O1aV23baIOYr6TaDrl7G/nAZ8CrJ/oE3D7z8cAA7ch5/7bImnIThikyPvY1RFqQ4iBzfzSjK4oibtthxHBaxOAniOTSuZK6g/JWD8p8XR2Uj83dF5xadoQn3is5Ph85K6nrga+gsPeI/AQf/z3f0CJcjakfWisSuSGyFRCLyGIFeaBiFURi6lHghc6PQTcKMW8cR8iMnyjy3xeIxacuhsJR/XclPGvkLAfGw+BdB4mowVjWY1hMA58G+P/KGwq3gkTGO0lBzGDZNLYJjdnGGfhJ3Nzl0Y+UPjkUZYg4h/86pwIObNv1sKqBN6mYU6Rvh7KzLFQs65V24uINEoNaf0Yz1FkaebdnnPN5yZBe7eAfaYFmPxZAh3Xw8o1Y1LZrxE7239In+Z44E/+Kfl+uzetP+RXwTpWsW3Aw/1bH+pnl+c3cl14TSMos/fxLDRnDCFMSUfOVAzVf+T8aXUGs1VAv7N1goH9nnk4Jle04Jw0zFTXv3hD/4q4ZiUepjJ82SMM1QzLw48nzKj/yOT92EemnQoNigqKUgbFC41CzQ9GUhJJt5yosAWi4tNWEmUv548GO1H76yAmVsBB+igBnhcXrDjxv1BdfbX6xrqGhNoSOfrJqueVz5eMoDx7RyTw+H+/bmSwWniTuu2sn6p1d+m/VV2pEu2uDoscj7HYe8T9b30OVIXlcdi0Rcc0r7sWmhI92oC9uPMTzcTvnDq3sp+fDabmwa54iFO283DkOaKeAqCbWBmlD7N8aJz0e45vvrvgqbqMIPFLBtqWxOZQOV3VJJyJ2g0XvjuEFAHJZx+zFy/SCJPR8HlCFMQsItyLbM0YTApeD3Ez+3bbkRxFdq86w62KttG7kIBps86rmB+K3VDkYB37aDqXbQ5qfs47agaY2u1ZEdDE16gtZh0AsH7gs4ORzAS2kp/q/fz46T+fLtrYn1NmfTZgU3QmWTP/AJ5HtoGFxdntG6OaLo1VOCuVUy9tqsSZdsvOCxmPbW+hFau4FC/IGW99Zv9F6Pk4L+zX+pQkLqjaPO+9IdWamd8QGJm3i+WO7tO3qvR0tBO+c6WKpZ8so2mO/POoUtpgiopGAGagrmb0XRdovs3iTdFUXbl1E3Mfs/6dkoGfHcLEpRkJI45BjHgjSLaeLEOIxo3Nbb7stZrAnPnisgMPQGnrBM953RBzw3koneK1W3VNHntLRgUTYmpHAxnqGvvYjGqCOmVDOz3DL2qdsMDG7099WJ+bmsQGU2v6FA2q/Uig2eICLgO0b5cMBuJd9bKnzpPX6fzH8Q18+3Sart/W7/51E87wNGfeljiuZKAmLoTKJ5/3pq9OkT2D50KeX7aehTFxGHYExozBKWkMQNsRMnaZg5ExC/8H3UivRfINKv2P5lY7vnbJxgxfblsV1JxguRhu31CfU9P0wPGeu1cwTuY/v2+sCv+sVW6LnUY07McJRwMz2MSOzEcRSmEfMDV8XzAVHLtc48sKOIsBt5zEKNMyef8iIuYbqDi9HrgaM/jGwo9KAKOxB3UPccJvh/74UsvLG+r6iF1oi3xbWMRrD4Si/AgZAIlwUE0qapJBIN11ufM/iL92egejZX8IMiCr4UNTEOqXiDnEUyGIS79we+qYp7xr8f+ENk8MmHeuEzxQ3MF47NR3oQVwcLI6xIXhAOYFYPR3hD7C0fjl22w2kdw+pw5gG3WfE2wGIVTmB/uAhzPSVhLMRzmNs3qafG0CDw5EC1NLKUoy4LsJsFgRfSLMPIozFhgcutbA7GDRBPSVzxeMXjF8xw+PKxmGitKVcsfjYsVpLJQtLBYoEM1j+42GLKAL4FgnELWP1Z76mVek6S4STwKcq4JZyFcUo8DsUBdbgpHAyYwKqspTB3TPoiUDs6S8+MsGq8g/pB5+7BRBN5yLtN8j0TeGmJF7FgrgGv2We+jnPGT8pvZOhMfrJEeYn7bV7eXHHIhbye1Ir5zr4+FmcOq0KARFhaSQOI5g8WW/2qE8gl0n6z/HSCx4lO95zsvGVWclPkiRy4COyqrnbKN6tLZXWpGOgcTyuptIRLRVyH/iOP5cWxDK6rLkArlfNduw20bfg0LhZxG3oL47GLKjCkLnFT6Zx2W3bQb8LlMgjspvpGSbQLXS15Obnh40rglr+ZtI81BrSlP9pM5pa+eakaM+xDQy+1UZu6bMgm37r6d5FpPMR3c97Fj89hnhjRYonME894rDIKH6CM1AH1yxs1SodvQ3bcX1V5z9xOp4cD4yuAK4KmTJL0oldRIlW4bxNBLF3uMqNDhIi0wYD/PENgg4ghseDG/8TaghR8XsVRg6/aAlSPzHzmKqbgSHS0PuV8+xaZJWDpTy9W5Wgi+MOLNijQyuuY7q8nafP+VnE1VyEkHzhSQRS2RMnv+BeQccgw0++VslPvqrJTywWQtF7nKnikrIYiAZKD5UmEJIsAZaUCll1VwJrARnWS65gRu57k+Qo70RhoKklyoTcGmr+y/XkMIHfyN602XI9Ar/EQJq6fxp5LYy9L4xg5LqVJ4iQx9lM3pEqNh46Y5Yo7fOHAGK3A+KTukjErfBQXyQY5G+w9HS6umPh8mKikpoX+GCb+zKhwIffr4CiDuhFEXQfGEEpqlLoXGZE0SiPkpDEhAfJwkLA4yiJMceB4QToMl5q8FTdX3HwW3KwW+oXIibVU20cgJ1qR82WRU8mHC4Mx5IQMOOu7bZF8GoNNuCex44piHDNbsk5iL3HSNKReRrMgwRFOPDeOoiTEGPuJqCM5AJitsBUtV7RcDC2Nz+MXYqa3cf1FMBOvmPmymKmktIXhGGa+jflWGINLWv04jpSCopPX4YURSxDzScRSfgCPYtf1XOx7EDOmdIHsy1nxccXH57QmHwaQwcZxFwFIsgLkywKkkvEWRmMAWadEfxQ/jgBlnbp8qojGAVOj1LMlEoqCmCU4TVzkUD8JaehQRMLEdwglyTBwavJWAF0B9DkMzIfAZrhxw0Vg011h82VhU0kti5wZ2JwBTBOo1EAyzXy+rjLHR04QoQhnKfNREgSe72M38adBcoXHFR6f8fx9GUBiZ0PQIgDprQD5sgCp5GdFaBQg6242oxCpEEyAZE2lwaTrunFAPQeHEf8PQpHPGPUg+zYOMiccg8la1gqUK1C+UjsS4w1a5jbcX2HyRWHSV1KqIjwLk9av4rvMgaW9q8gMIFPS6t7LKIrcmJ+6k5ADp+tEaeBlaRInQeaFjuPNAKeUuMLnCp+v91YcE609wCMQ9NEtDFcEfRyCKolQERlDUCijzYWPIWfS/DyOmBWN3n0XZZmbZE7qe8RJgygLUj/giJlxuEyjcCR6qJK0IuSKkK/VwPQ2brQIPIargfmy8Kjk7URq3o6sZvuu4Jv+mJd8jfdiLWXJ2aSh6AZajvyuRwt5lNuMBMfMc7LEC1FCqEcZQbETMY+2bQBGhC2FkaPiF0HH8ZmaxcVgQVys6wNVGfkx46tQ1t6nGdS+UkpbN11d79Q0N1ExVayL9l26vVbe8N1v7Wgqu7uKPub7ZHvm/747b0/5gWMn+5zkJ5ljymcN2slWjwPqpkcA/IsYwlb0M39I0/FFcz3ldImZGsqU7P3cT5P8Tk742+w5Grx+EymfSHQdRxu4O3t8ne8CClL8Uvc7hheqkzvFhxPFaeXHe5pS3/B8O1ee3yRzts+XC8yw2vcYAhvmdPpKelKkpif9xvg88v37/qY4NZmuEzmdd5LePgB9Xc9rPqfTlK2b01kNzxbDq8snVKN6dFGBgTEtVVJgQPRjVUT4uIZdYii9vrGV9Sxy88Vy5WaNaB3e1PIuoDXXLdDKIosgRnazrRWKLOu9o3mjQI4FmMii40xxvr5ROK0b/jZbeKO6uAA3l5JPlYFsyfnldvYtEz10LUEaF5+tusJ23SRGbV3zxlo2v1Np7PNgFdP0Vx/C5c6PfUh+33Rn/4F/oOS0qphFVUzUDWkzRcEnybwdqPWojaNpAvSeb1XR9W7piu0D1R41oG7aAB2qERiUaB9C7tmzje+M6S8llSzyZ/TXjLrqun6GaPTbxciJiUNT1/dCP46zwCEuP+T4HoqxG1KlCM6gRlmoBM6Xpa2iVVuNaaunVlarlvoqtBR2u/cWi2qpVUMtrKGUlL0omDthdS93B89Hg1e745T6xa4fu1xr0YDEQehnHsFOFobITdI0JVlKJ3XWste6q+b6hjXXQ4pDrNrqC9RWwcYji2gr9Nhb9lVbGWgrJVkyUpMl+WK65bv/7TXbJ6JndNo/VKUCvOT1AnRBTrsHqzGCTugRzXBKaBJgEniZH/huhrGbRiT1HYe2MZtj0pbSTyfxyjYVr6w/YBElNSr/+TUVs5TJBGUgqynLby4qLxftv1adUpqL7pRl+Z7/t+09XIv//m80Lm6Z9e9WzO6Lffr7vykNV07QgYUve04qr+VBr6Q9rThYz/TFb4e+2ErNNRYTtPHwQlUz24LNdcMR5R75vai9/au4CTudjhKHhL3xke+D011xPHHzZeG6mW3N5roFiXIrAlEeJf9IcMXSjEjctpzaEU2g7Chymd6zKDmWkZpj+b9yaKO+t/7XngsoO91bFGz9JH7vdFdpgHXw106YUorTOMySlDA/jhGL3Ch1nCRystRnSduzZFDUYn1U5dvaIw9ZpoHq1DOeG1p/uOXfNhd4+me+GyBmiJv5hTC25QAtblSLYKT4XOZ7flKoaihX4+5hI/+parXaXKOnsCEhwghOEXxCbAhHkaeCxtDY1m2tOTXfFHx90s9wsthBTMqVCFSKoSsrf0hSN24VSgB6IsMq/zOn4ieMPR97/rDKmYuC8ddpLRNXyw59FEJzKNkVJyieHzer1fqu+NzW0P/7Pv+vc69j1Pes5FtraXQ+yNHYpTIaO4bR1DfgZzGazn61UzGaCWQehj5TWG5zOANHzeH8mPOtVE8IPaqFlLgeuG9GJ3+SINz9Qbdqg8xLUpdxq9rHKPPigDlRnDgcigOcKjWTulKWgl5+pN+f7Mp4s5WnLAS7o/JNIDdc2JoF2D3xxS4tVfVjior0wjBIZG/kqtq9dScDC6t1KrFPvJOoB64FSnHrtCwSvvosmCNaFc/XKt9fiVgnQNWkPnXKboLwSD7DHIm3svFghe/S4QOjFY86H6CjBMRPySEAW214Kw2tn75x9dVlwfXYxg5Ej3ocy5YyNStA4u+nf1bRr/oj9BSHXo+VvfkxTz6xBQM+K/iSMMQNRltf56JFNfQ1t0GNVxbmSY5hArR6UGGKV5GCV2gEr/4iNs4wYG2r3/qIJX7RC3EELPJdhzppGvDTeOK4xMWUQAfT2PFcOghZQsyKWStmfYGY5W/wozGrgzYdBDDZ44Gj7HE1H/A940h3Ko5s/JR4YByIgGTsoDhGoG/8LHQDjIPIC/lCJgghJ4w8RIMgwIjhtnTZmLSl9v+4/EW2/8RsPfvuH/u4nV46fKAZPyPmwj0NG4zdw3GPn3iFS07iQZ2RUN37cMniLf9ctq2QHwUP9fmzRom6hZvou1bHtt6yEZjYQQjuoTict1QOrh7U2vtnsfOkhDR340A7iWXNMGFl/bC/ptfCBqsWq/T4gd+WNZ2Iq9uTp7LFhKnFqoE0O1g6+uAihTXdhevmUhMG2SguGhpmAVJAW01B/JV/FniE9fdf+nC9q360z3kXqPs/aRAdsCByIuoQboh5WegkYUxD5KDEi6M4TtvQs76cpcB5SPIisDw4K88OyP0P115SSh+cwFo+fIF71WggLZCbauKCs/yU8yPBG/CSC9jkBMkn4YdLexCq4rrd6UXfR/QKMK8sPne3ecL4f+M7T7GxwFNHhzIexbPrzcvVxYtfqnDYS7bnciTjpvtrH2T7be/g472TTC8IvL7WrGIRR564bfk+v875OKqL2N/P2EFRyQ/Ach3I71759SBV8om8eOKaJZVDqS8wS7tejXa+b/15fJFN4O4AzJkiLlYQV81q/Jmv9nvr54JLo/el9bPsxVRD7g38at9Uv9pVpyaJuQO/6X11aMwIziKfxInvp8TPfBQkXuQlFGcoa1O9BwQthbqDoheB3eGZeVbc/Q0Otfz0eLwv9swSA7LqAUmnNWyBPbuDfN93N0d+Gt1RWPRVF1jRYbJkyZMeM7+pm4qr6YirOwq3qONBV+3v43FXHKf4WeElkBpbTiQClKJlW0lSATpVBmFjNPDf/17K2IYGnEAdf6Db5W3kJtJItAqXSYJNWh3/HW4JwUhutjtchZcwkgmwHsJHU7QmClqreYYfYC9a/259SHL7x9yCWEmOBdKI6dnLYuPKoXLyLLcPCnnXgjYh7ro9aBglGaU+dqlLkyCKIgdlSejFoYNbeDeR3OC9nKCHd5UXz5p6zjJt5WceY6IJoqWDZ6XHgx1FVKbSMfjEkpt9sS2u76VXdJ+DBcwHD62MrSwX+G/dHfmZ7wg/iCXG5d6cS76OKs/k7pzcWHCGfPO0TSA/HJjwq/z4v9euw1/i7TyxHWRjV3TmDDbuUka9eCGolybN+n/k/O2Ko4j3fruXFWI+5jvhmHsPIRnS/PkLtNrm0yFUy+JK41SPSdr3t9WY4Ccqx2RD7IcNhU1gTPLmfivHJJXMlPowAmRTfeIq+kTN+3vHh8N39YHjxw7CVOsbgVqFqL/byu9SZwz+qimJMKMsiWiaOVFAApqkIctSmgYUJUkMaq5WEoOiljoFJKrwpBG+iCoYlP38+A+H+IFPOdf0XuiMxvFRno655kqB2+I2t4I/RJ5SLfWlxfUae4l0vO7lVIM9ZOOgBS6numYq+d6S9lcb+t6Umfy5ThThs8un/ansU8LRQOBCG/veFJFsclU4asPyHkeWEz9LnA+9qmTGaOIpaKLmaLmOK8MMhEH/ruB8wrhQAIWTyCgAYWknKonElDEC3bXgIzeNSeqjiHhZmmE3SoOU4SxDGU7DrIGVMWlLIcu4/EXAZWK2ZvEFoUVdDVWxo7FPPAM08jbsBo6uJXgsuIUn1rS496poOBSdpMc2zble5cerK9h+EKgs/wzPFvXnypt8//IxlavR+YqMTuGfQP4GhxvXfQVRCb4CkWpi0I/n4z4XJQHl9fUvZbHjyyBP+sf3rCatrtrymrR7dJ8j1KCThF4WMjelSZSFLqMBJmGY+Z4fY8fBHmqgc07qUhA6/5xFoNRgNp8XUt9azZBkwEEvdl2cYcrTeb+v76JghBw0t6yy2co/yciDuNimMoCoydXjxkrzipbIgM0TiEk//VlacrWjoBsEUSUatWM75AyuSsStXVHsLHmfXK75RY+FKuJtEHoFUBUoUKXm2vxWFCmU5oTFN1G/tMm9b8l7luVERTMzrl5BM4WtV/rzsYn2E0NaKuF+4hGPBqLwYiBS016SIxTUS6/gqv5oZ8ec7dPt/ZWEn/agWIFSg1XiqAh5OBWsgBUYFxyatBCs+r1FqWEuUJkH3eO4zT+xqnZw84gbWvKRsr3FQS1Pzlu+g/lQJBzJpB793l8GFFzBCP7JxP0/PLKJ6RJ3vwnlM3RLT73L/h3d79mRs2y3xV0VjCWKcVaHwb1V7LfcCrWkVyapZuB0PIvp4bJKC2okZ0cOmYC34Hrl435oaubEWblaQN8EdhIbeRZyNp67cfR+HoZo9SSlxwYcBU2aZ+2IaXwGbcTXhyWT5Qc8BU1iZzWG1mnQBnvNpctP4exs2vyoylHyiJDTUTnW2+PJ+uuetcfMjpKx6fFk17XI9ZCEurjLIJVejAwTHwdO6vqOF5IwStPYITjzEz9MfZK2afPDshYr6vKF65po1TVfn65ZIozjC9cwCDraI+fJNMyqXZ5QuyhZXwhNapduG/s+2A/2sh8h0+v4IzdjEc4ocoI0Qm5KYzfEvh+iNA5TlE4omEW72q8aZtUwq4Z5lRom2iC8hIZBq4Z5Xg0TKjmHCE9qGGizM6lg7gqlJsKofgEq/QbUS6MwyyIWsCTxMIuSMPOS2I8YIhmNown1ArJW7bJql29Kuzw0oKQGa0w2DlkCrPEK1s8M1kquISKTYP0Rypbtij285CRon3TCGfBWqTUQR06SuDQiGJMkIFGSpgGmfoajNM3SeNIJpcpcwXwF8/Wo8DUfFQhe6KhAVu3zzNpHybtE7qT2ERVtpvUOq0lmNI6k0/1RNEMEhUlCI+wG2EcoRXGWBV7KcEhcNqFrpLRVy6xaZtUyX7WW8TZeuISWcVct88xaRskXRd6klvmxKE56b68e3mc1yYyWkXSalnEin8VeSBE/vaCUehnGIWPYz1w3SYg3pWWktFXLrFpm1TJftZYJNyRYQst4q5Z5Zi2jZJEif1LL/AS8x3sLTSqaa0mF5lVNTakpm8iPcII8jxEcuIT5NPV8z8+yKMwSFHruhLKp5a3qZlU335S6edDlh0s2yF0Csv3HNqVaIftCyFZSdVFgBNnYBLKxMWRjvWgMccMgTT3EYj9MURa4YcKPCg5Kke9FlM5DNl4he4XsFbJnIdvXmlc9HLKDFbKfGbKV1GEUGkE2MYFsYgzZRM+USCMniHwv8R0PBziDRImA8k+OPId5hMxDNlkhe4XsFbJnITvSShc8HLLDFbKfGbKVFGoUGUG2awLZrjFku3pcEaOBm2WBw+3q2AlCN0jiKMw8x8t87PnRPGS7K2SvkL1C9hxke2SDoiUgO1oh+5khW0lBxo4RZHsmkO0ZQ7anQXYWJFGMUOZ5UeZHWczt7CxDCY3An5246Txkeytkr5C9QvYsZEONsEWyrpwVs58Zs5XEXqwm9opahM0nExWx3p2PJZ+6t6KJs16CEqib0dhAbUtqW6WWIG5Aq6dlObHv+2kc4JDFoRd6UehQl7guyWLixG1hSgPBi/XAgEc1NZVEEeJEPoq2j1qmJ8b8k54d3X/Ysltad3us+7c1zTFECwwdxJt6tzo6yhexmhd5Y71XoB5aidfCJSLXsLvGiVwcJ4JFc28UblyydAnfX1nJASz/F3zRH7Lm8wmEVbpQPBW67trH20w8vgXXtvXEBLCa4JFhFd9ISWLFahLrr7IC4M80P0K3DegsUdkVWnFKaFII7U3tG04oakCX/cKU40QabOIoxTh2AoKcLMowjZjnuJnne3FCSei7SlHKcYmLdWoT7y/kQ48PKLZevf9SHdtGH2CEjnhBdPygW4wwmD+XdZXvtl0aXzycntWtdGtbsjWDofRr006taj4E9ajt/+IGc366t2S5+ytuQqesqNi1vDjZJLEaCD2nsjuFENRvkgltKqpeu9Wqr0RS6OV2OueCtgJigepNcexSf1X2mVvsp7xkazvNtb7whFZybRRUoTCe/1it9FYqJFijv8nyq9/nJYefe/6fXCvAUcL666Gqic1X9V/hj3yfiUa0Qlctegagdl2LG9rPiZ6hcjj8P6vh2IUcjuhHUdTDsTl0Cd01cxyY1AOm6kpJ48VqGu8vQHx9pLvGUdMcntTow7wmq/0l7fmmjT+cItIVVkjjCCPkBEkYuCFDmR9AyCH/r/z/wjZzd0ricg6bYwrH8LLqXLVwh4sx8c+urLjBVhz5Ry/B7xFzjZRqVj1Hc+mgsSoWqT0EyW0ec/Q4We1iyRhLpQ9EaJIri7/hga9w2JT1Gz6dThDNo0XvaEP3RYM/0QYjzX0xsf7BefGEFclk48ztfYNeApra8fwIU1wjVu1ZWdi0PldjaCBL4FG76+AzNzBVLZQJpGoGb1eT2fSisWEy530XeAy+lDxQ7JrBFzaDL2wCX3oYXux7TpimOEY+Rix23SxBEYocDmI4IA41gS+8wtcKX5fClxdtHOeR8IVW+Hp++FISDLFnBl/EDL6ICXzpIWlxnKZxEAR+6vlZ5KKAepSiLEsJ8b3QMbK+yApfK3xdBl+YY9fGe6z1hVf4en74UjLXsG8GX64ZfLkm8NUJz4pQ4mc4S/wYxW4aYUwTL0ozjH0SZI5rAl/uCl8rfF0MX3jj4kfCF1nh6/nhq83iIlp8aXVV07ahrCZKga7qsqFtE3nXkHRa8UxQdtvvtDTV3yZQSPkMHY/sf4w9cdl7lqEX0rEHdbFHwlEDPY44sTfQE/jhhQFGVVOtZiSdHl8Z3Sf3FhdXbLfKlYa80eCAtC2O0NJL3mc0uPL78ff9A7BlaqS/ZCLO5w7QDuKJgFFE70BsVHPBzT7zWd8yi5acgsGNi+woJj/+lcV/gysl/qZb2Ov8p/9GrZsjy/7v3zsbtbsgMvpffNjwVLsalB1vi+RTqQSg/f5v1oker9mJS/sj3tL9Jz7wdxVofyeoLdhEx3MiZ/GGHRmfDfrf3/y3+Pjf4f+GZ66dhnc3LPkE0UuAPUNjn1jTaZGcd3Wb5sGxfq9SiIHJaDFaNl0A1Ra9N2x7eGMUIjDRCEhTCg7/H1v8Y3GDVvyjKYUuqjxx25y3Kazy7zlu8hlJ+GMPVpFBa1HoXV8o9x1ir3DKc8G3P6vv7xfWCXzENrXTajQcPA52kdliD8LPzXWHDG/hlHI01XX+hHaQs2o3s1oHRs2qBXHbMagW2kwx11Fv8L87njlxL5hN0QqxoBiKvewohXHCrk4YoXyYZhgRtpBiGH8pXS/grl5Ab/CCegG6dlefqtEHoiF3Hdp7rJd8dSGvXmjDbdonEWMJcaKsDjey/r25tq/vyqWQlL+E7NTLgQbCRZXbVAptHulRRJXSI7fJxI073M7vry9XNw8CqLFL8Pgcc2Nd9BofukLu/dy/P/5OkPwKJM95bTwHsuN79FlalH0Qxob98Zhf83XG14NohWL9yqwP1TIBnQS6++diVwXCP1VUlDR87FM9FtkAxd4xu5RjEUFSfCz2DR+L2BkTOCsn1hhdyeiFs5LUhQMzn0F1ZjJwGxwkZQdt5xm6qDt+5vhWHQPhN+EYmOgHebl/wLMdYjnhxgu0jrTLXS4/EK1WH8EFPgI1oUktGwB9xu9PbLsdym9QwEql6wXtN1A1SaXXDSAUpUHi+g72aBxmThxliRuF4OL0w7Q1ISdFLuXmLNWHdA2/RQBt8glGqEYWdHeCSXjensCVwKyyPktCAk8V0z4caQnpHQKswPWgxV2qq0gETQq28unDJr8lo7GBYxfctW6k9Rx5qQbhkZp2o3off2J7vj7E8nj7C3Q6kgp9CFyuG1Kb5nar+8cPngYcXVuoHY/99he7Gc9ijcHnhrSQZWTw5o/DkkstpF/2J5ESJiK9Oa70v/t78d3rAV5xgEi2Z8ARrrvpLc23lO8m0NQ999YbS0vQ6SYVAgxNIpaaoiPtNOk2Te/5Xs6T2mjjj9lxW02kKYI3EzJ8wMtUnaiFKJNXe2rb7QFgd7o/sLsjZzoOxlh3fu1D3ceGYkmkGxrVeKx4zLgNziDxdvAlej8PALYgsd5mC7/Htxvx7tkogpAth2yQ3mp9Dvefu936PyCnhGMKP5R8BNfYLzsxHlbqB4N/5Pw/imP5ZH4MkdvC55rb8uCi4wfbahza4YCTyXFMnBJmNdnsMWHEZxw4StYXUese/ATfstNt/Sd4+s8DDdabH/SwrDSNaUYwSj0WZCnhtj/l/z8LYj90I9LGNTTsS1n3X4tmjlbN/Fo181j21qA7pUJOX8tgfQLkXFHzmVBTST4iqIuaYhd2YbP+Yx83xS96bybsOylGgUt8x8duSKOQxUmUMScLUkodHTgF/4qcK3J+xcgZbVy0FHKiFTlfEDmVvCeCu8j5l+K6KLvIWf+xj5ziFw05uaHpIG5zhq7reShDYZK5qetRP/QIP0GlOnIK/hU5V+T8epET4Q3yl0JOvCLnCyKnknJFSM/mFPU0ekZn/dcBq1P8pIFnGPqYuYwDpZeQ1A+y0AmdKA0jnGaem3kds3Mnvewreq7o+UWg50XlARv8dDcEL4WfZMXPF8RPJeeLuF38fFcc7rvoWf2tj53wg97m0g+SyEde6PkpZokfM4Jix/fTECeYOL6OnMC+4uaKm1+x1RlokQqPQ013Rc0XRE2lYRjxuqj5sSi2PaOz/mMfN8Uvet0kEjpexhIcRTRMaIh9L0oc4lA3Qz63Q3XgFPwrcq7I+cVbnKORal9W4MNokAAKN2Qxt4O3KoAXVABK+zHi98xmWva9DvUfBwxn+EVTAEHsBm4WoyROiIdSxwkIph7ysJskDmWdqy7BvyqAVQF8vaYzxgtedfkrcr4gcioJYyToImedP/NR/LGDoHUuSP1jH0k1Cr2lLsNhQrLAwQHzQo8EQYjjyEsdHDkx8pmOqJqcFVlXZH1NyKpUPfhOVkN/HLS6G+wsBa3BCq0vCK1KchsJR6B1BFSn4FQD0ihhmDlp7CQuzRCOCI5iFyM/QoRwkMSDQLpC6AqhX/N9GPY3zmL3YeGKoS+IoUoaH4l6nl2lF0fPwav/NuDnVRt5aO7eOM2ywI2yMPKSzA3dCEUZJUGUUuomDHXcvYqYFVdXXP2qcbVXCPsRuBqtuPpyuIqUjCq3l1H1Y1GcRBq7hqjNX/tYKn/Sfaae7wc+YziLI76KPJKGLnM8L4wj5iUixURBUSlgxc8VP79epymBw/1i+QFratVLwqeSWuWqqVX/kFWXvper9a97ZkMRMhVK5dq35Xpu+mEf+7Ukxgm7JSTkQ235ULt56GNRdHgASmXaheHU+HlGuOouWEvitxvGMecoysxC2UEKdbbqJtbHK9i8UIiwPF1BO+T272l+nUO9vHzLQfbEl2LB//j3X37/j7//b4WqOFqHm+JUXB/p4Qb+cNI6aPP/Pt4uG/oV16Vsd0V5sqrdApByR++fyYq8+nYavfoczy1ENg6ED2hgPrL1n7qugChy2NbSFjVn+YL4n3zBWT/zJfJ0QN00oB/aqwKj8739Tz4O+wbGMQHUYwA2i8/uGD4rCVwuHsNn/nF+ZfvzGDjDSpQ/awbvEI2e3pV4KAgix4siyFJgQYSiFBHfyRyKfTduEHxI0lIm8NcL3tEK3s9/O9XAntu9+F8I9lbIeyzkKZlXLpmAvA+1zh4DvU4/7BHYG2iIHVE3zFyKPddPwiAlCGV+hClFFKeBQ91R4Fu2FfYKfSv0LR7z+uUbrP4G+49EbrQi91Mgt5Lz5boTyK32tqjBWxsNXyIqjYbfo4QahKceSeM49NMMZQn1aBK5DoujkDquFwdZ0ED4qLgVxVcUfyYU//acDlDt/JEYjlcMfwoMVzLQXG8Cw0XHign8rn+fxG5BpOf2Rn7IYhRnbsgiL02TJImyOPA8L/CwE0WjuC1ErZi9YvaDMHvJa7Ia5JCzcb1HghxZQe4pQE7JsnL9CZDrxQ90D/zZYCjBMJWGc8x3cJCQ0HGiNCBJFqYpZXHgMOqGaUjDURdDtmiAwQp0q3H6BMiHN/ixzlV3Rb6nQD4lS8oNJpDve3ai+db6B6DKuJEnqeyKatLUU0j1dtwZpX7CnCxxCXXCDCCRJhTum2IcYW/U4FMErmi4ouGLO1yn8NDdOI+1BOfS8tGKhw/BQyW1yVVTm/4qwwJ/o6fkxvpwUxz6100yctC+AxKbL9JD98JpjEAv2x8zDyMUxcTFqU8YTUPHpRFimKYs8tsaqmPSlgK/cfmLYN3EbD0vtEFvrt9Hv+/v/yabwJan834PIZ5111euawro1FkeWJJnecJX0r3o0ineyDoKbQT9XiEWlD/p5lzyZXIq31i/id5ep1I2JRS/Vx3Jt5RD2qkLfxQad5cCenvolxR8AcsOoUVmnfIdO+QMus2KrodSn/BxqTGqO7rnoPvG+pHvxvMR/lLu+BniRu9BC1GvfAcWu/xfInJWfJyyO7TDsYCoRjFBjO6gbaMVH/lo9b5kYl7keIVMPi1XfByfgCo/8YdZXAj0dLwp8oq6CsOVkwnLgz8j34n438LaMgpN0fh8iaa4DeQX+ycPLfgWA8MQhnaUxN+QR/c/68bmvhdh3SfrXcGh4piXbYA2LALZbJx//N/P2EFR+Qzdbw9yQHbSDKjCJdH1VvYbF2Bl1P1WoootUMWGF7Hl2w0pqEF1pGSJuZHWU5zdQf2COni5mrSBXm8VZdPKUVL2W0nO0Ok6KskijEiKYholOHERCbFLSMKhmKYZacvGzAhdSlXF1WPqEOq6v9PSfconn/IiimtmHXClkAkd1KoCejhwqAXUBIyHEXO1sK27mV9ZHLMz6FwO+6/SNXXWRdX3XMjkfytB5dD9vVVNjKLZVH0jGgof768G1MxVX8+wLYeu/amnaeQGBcXElek1ve4oGNGEnfOJTut1BD0gDacBPS3GX43zz6XsnymzNPIyKfgsiGGzzwkTM891ERBzZf3kDTUv1SNfV1sz38ZEJOAFG9dfSLn8So+f2Mn6nq/RT7WCKWWCDbU+nO63eXlTb5SF1chOPNpO4dG1KilteDQ0VpePbszoiZ7p01BsqDywkgrnqalw0OurngAxLb/m6T85OO7Zvaxkbv2QAQYoWgRY6nGI12lZZClyu2GR6sSUQW9S7KUxJiF1qO/6GDM3JVGGooggx0891hbyNZW+lIKBTVrjvXjern2ebJjOquctomlMH9dTOfiJVc4PKuIybsJf5wloAbDT9uzOUldWm4uXNScNYMr3++JW5oaNrLs31kfA/krdNCoglkoHZMBWYlL9WFQef3b8JMIPJEUJlRc5Cqhd468anSXOGkoj5RwSC6X2yPnZpYSkPK0tc61LYEwDAy75ZMN0XFUdm+FUd475NrNuufVIay2XpqCD64zAU3FObpoDkDpQ/mKglOAS/KkUz9d6brn6RtRlCA5EN9gQZyF1WfkcqfUzBwVIjuRbo1rdzRnsx/y0h7N9pZGe/DhWecCpfcPHBImSfEwV8jXHsEyOqTXHjU5kxnrJQMnyv5R/7EGfQG6TULlK+qSnpk/C3G4BdCuIrHw2A+e1htKWQ5WU/fPaDJ1+uYz8hAReiIOMJJ6bpCnGLst8hBlhBNFWr04LXUydNo+Rmq56zMLntZmnPPt5rZvEPrMmxO4byFb/lX4Cz0lcbFMry4/KjUdRpZE3vko1Hb3xz9E930gCFN5Y76qjFz933cIxkoI3kx+kMv7sE1Bv7yv/5TXscqGqmtOV2A770/a+k0Ff67IqpZ1rcq6GuGEszneLprEverD6Yh10AdcLFnI2DlcK3kJK4e3pBCZStUCYPEtLd9wJjtPVaWpkCS+sDagcjN04j+GP0hUHg6nPV8P7fUoXzECo6TlLycn01JzMD3R3PtLc+vG83XKQYGxvvaNHWCjbIeSvyO2W3K7J+/BvQqy3l4o9Dv0hoZQrACeKGXbjGIUUOyyJQtreq5tIXkoRlNWzsvZZSf2shbWByaOeXSV0zlOHgp/76/OUyeqpXG5berzmRxChEsTRRZw64EpKbB+5KeVEVT63E42tPb3Nr4UmuIJbGDj/1H5COLKV/Bz2oVIaXA0cxFHrWAgq/i/Fke4ojLWaWOuOHo95cRSeO7r/JBCjNa5KcT4E4OXYWJ0In04J1F/2IsfaDYOSMSO1/7u/9jVAT1WLE+M7yfQSWgE5lgi82mBv6Wub7+obfHV1Nnc59Sp9+vgBZTM3FzfV0ydw3wg7TcFfyU711OzUD+djZn3gG2a7FbeIqdCc90PAX3JSuxSkdgykQq/dq7DUKaFiwNGtpTLH8mgon5G/FIzPv/k8hHsLllD5vnIjFQLB74ojx2COivkODBX4TYzvxLbizqUp8/T77AIBmBw6AfzJ+ggnAM3Ubmxyjjp8pOc957xmp5MwuWuP1emGr/Fr+fg7esvE/Y3YVPltftIMfUAia5vzx+zhYGDJzidPHUtVvc03YbSHtuNaIiNgQyItFGxuXTx13ZUK6/9eMusvecakq/UXeYkHP3y4oQcmzwLsXQHLPIF7SL56arfQLyncxPEVtbAC4B/L3tZDsqt7RfihhCHJEwFLqiHZMQzJLu28Gs2EQpjFxtl4Mm9MPSgpsJ7bVQ/NJ4VW2OpJAMZT/2hXP2rRtH2KjrGf+Z6Xuj7LKAqJ63lxliUho16apijMWmO/J2cx0/4r0QfRqg9eSh8ID87VlFoYiLFtgDXcePhJgXUF1ZcCVSUn1fNGQRWNIiqahlOkX0pTj+A0SERgrue6mYuoT0PEVxslYRCNYClagXQF0i8GSL9a+9rDG+QvpQbQqgZekxpQsnY9f1QN4FE1gKfVANbLfqeBj1HIUpx6yHXjKE0Sx/ejOCaMuD4dUQN4VQOrGljVwIurAXeDyFJqAK9q4DWpASWF2QtG1QAZVQNkWg0QTQ1QF8eem2YRinFCojDgxwKMcegk2I9dJx1RA2RVA6saWNXAi6sBf0E1QFY18JrUgJK57YWjasAdVQPutBpw9bJkKMhiJ00oQswnLkYuDgjyAhS6vhtiMqIG3FUNrGpgVQMvrgbCjbOYU8hd1cBrUgNKxrSnZkx7zu//4TnWh8M2P8GXhoilOmtWpkAomsFzbP6PoLUlbZOM19BKXTFLqQfie9hNPRTSBJOUZK4TZgklCV8eGU5p0qqNWbGLKRLxiCoKqk6lSKtHLKNDxp/QUx/oidVHNwR/flE0Aesb622TwNXU4BCJY2UbJBnTLWQJlXXTN5ljLaPwq1hNWpX9uKHbzIYNA/+lqfwx3WmOCz1WJS/qPGnr7kZmb2/5TpEZbvzdGT22CkYU/eDj45tHi/jvBfl3gvjbHnhtJL8sVHJlwWe2MwhdTTl3nTte7Pm/COJ+3sIa77+gFgtFZCfekHDpJLC/y6RLbUf8RSzONhsM0r4OT5n1JTM/bQ055A5p079uqkFMaJl5bH5QkhdR8qp9Na/6x6JIrfdi05yonsvTKxYFtLZK2x4SPuhVo2Yp9WsKFjPHoYw52M+yIKZ8m1OaRk7EoGdp26pkVuxSGiaDBx3UB9U/LltQavY5z35Y+fv+luVboWigzyMgKT8DVHWQ+Bliz9QTyuzqecPPKFqiVZqXN6xsThpNhpdWYeM2B7vs1JbhqOpR5UlVzap+mVJW0cv16h1VhTLrByUDrNZKVxbkf/EV/S9xhsmP/N9LSNQ+p1WaQadY1ZmfyiikmYlSgfy/qDrojfWfHIvaXq1VTb9+WH2TEL6FVzvev1lrdDyxvkEh1OgA51mwdCbBO/ha903uwMsWfxJL575JJXhE4ad50DbMLyBKRrGvZhT/KDoIfxDJd99XVTZl5RPYtgNZBgqDXTHYDUM/wcyMXG+TFWepH7MwogmNXEycyA88n6Q+ioPIj9vTjZnsxRSQeFopnlbVI60KtcDTFvaYmT3s2VXRQO9poXrUVWTz7dhga1NwFbYiOLwKgdzyVRjUw/ilqWBYm/984uMceITo+rDU5htfteWoGl0FM6gUcnpjvVfqT/E9tk9y1pT+g7/J8h+Uj+CpS/01SWRXta/sA9R65Pvsx/99iTY4gLrjZzLwAg7pgv7vfU3wvqKxfoPKhy+gAqBMk8PPG8urgL31wz2z30GJPPjGIpFYLKCfjhTsjJPMX29mQNZneLLqtHub8eEk1XBkKrFIML6uhyNO7fVHqyrxTBWpNURSU4WgZBv7WrYx3xR8h/6n2Mt8tjgj/Wz9P0Wxq6asfwiRLLZgsWsWG1iqKhjds4gpg956K3Vo5BCXIodE/ETixU4c+FkcpgHDDknauxJD6Yv5vuTz9uJ5h/p5/4Lnya+67AHF9HFGysFfvAKu6fqpK+Kqp4RGbQiHmDBuOVbvyk5xI2nciesbCi6pHUf9fwF/99KES2dcPZwAbFO+MXclf1qd7dyUt6jnUOADzKNVbUaZzyzuhFjZ8aSJwrjyU1jiU1jlJ34qkjczwn3WlEpsHqS50joaS77yXb7dTpWl1dSaUlaxKuIrnYVQBr1Trk6UihI3R818iKJbr7fO7dd19olsJOoTIl+7MVpQ8dWaRivIR4c34POoPLXwHB0EqqncalMNYarulPxqX82v/o7dF3xbAnb9o8jTdsKEASGAojYZSkXlxYIN0vntW87WaLbO3zUFlgSZG1CEgpigJPDTICM09bDrOjRmadiWJewIWay8rS62/SStcVKbI+VStW4veOSz66v/WWkLOcj2RCD3DiCqmLhTW2zIestRvzwd+SEGblloBiUZthzWYePBLT740sCZBVT8DfP0yjoL752oOMsXD4Or/mJHwU8lqhM2ygdmpDkCgRdpn5eJgPMM9Bg/EMHxJ7HKJLezvKpQeAVIv8tLptTcOMF2fMM18Xed97qy4NRWnKu/nfef9sXdXvrLROEOOHnBm4BnQngJR8o0wr+I1f2kxQUfek760isNfl31Q7jmiyzkbly8nOb7YX8DOr26RYJ9I+sMVrdP8uawWjtPdMxjcgjVHRKAmSwrWN09CWQr5RAMjnZdrWGq1JSscF/NCv/hM1/Bt/Sa7v9FrR/qyIp+ZZUP4FRM9JMc/4PdsNgVS1PYRD3CTVNqqs+PY4c4meuiiGE3YGlGs8h1g5BS3wtCpp7dpsUupQyZMkVK8Em//MsietDwac+uAj+c2ME6H+T5oeqVUbaV2QDoDdfSG26Pgj5MG++aeMruUMDdimi9IY5T2ZaewRfTnFDk/Ux+tKAIj3W9LeByiXGluS0OXJo4Z6X0+Omq7nPCNfIN44tElNI9MnmK/K0ompimagrFcUuc0UBtNn+sL4auIOSBH4qgH0oCyjnlB1FAF9EJSprP+3su+JiCA76sj58vUmyqn6COHBGEJq5TPPfpCjP1MKMC2acvytTdHDW2trA5iqfjO8wYWpXccN97ALTyBang6l1RTG97CarTZBqieij2SZz5bpSlWeYjn7gZC8Mw81Caxm6bQDItc4XTFU5XOG3glBupzsYJVzhdGk6VHGtfy7HmS24PIcetu+XHIjmX/dYRNaUssgqUtqDsdoyYodNANHMSH2Ka+ArwE+zEKA084lOWJiQNk6ztljwjdLGbhPoxrXskE49ZtC3EzFOeHTXr45zq5C9rb4bsM6SlYEwvmd//bSLWp3K6qHcG1W2CEn1b3T/LACj+2lsr5mBwfQTPSalfSot5a68LYPs07vj6qoDj6QneVIyj4O8FIRZN3G0TySWn4w1Uzpf4CM9pbgvU22+2F/0lONWB/ztkq1TNBOu6qhz4U74CE9bpjNQJ1uWD2Ym+eGIAIuy+lC0x3rTQpV7PDF5Z8IHz5XIq1YLeJ/Bk3RZSfUHbQVZ71URgmNofqQoMW8N6F3K4tIqMbPDiYVbqRhPxvkd6B0W+2+UtfDK1lhNumadrAKuilgj85aOxm83WVPeulZbw0Ey5YeZUh6myUzLJfTWT/K/000/Hgu/X38AwHO+1V9PZQDfaaW+SSu+F7SHKUIqZz4I4dMOAZGHs45h6QRbiqL05nxS5WENYClh6C/XW90/VY2/yGUYKLnyaAF6+VgC7a9S/E3pGUW6TSwR88r/ss3NZx0bxNwdjnCuTa6FBRazsQHs8vQdeEz2lYnv36rzq0cD/RI9cLcATEmjN12vgHRf8M0OsP7wLP5pAvNXe4qcKfiqAwOK0kVKNo76+ly2YZMfWU1Fs+11pM5idE/CfBI7A69XdnOr8lUYblWv87tMqFmQ7xELehrgbd3HF8us9XE/kXG1Czggtb2SEbhPAW2dTPZUq2TXPh3QR/nzZT7yJ2a3M0qkerZNwbKo6lOxzX80+/4kVO25Q8M1eYUJ1bhzQHg1pPYiqrXlPgcwRdo5K2PXciHnUJXEQJSj0UpY5YZg5DnNxWwp2TupSauS6eU61puvz7LKaZO4xz65MfpHxSP1wJM1BVJ2eyuLAIZfrCJkJ0lxszy2n6pzUJCpKouZgJF1HzdRYBzC6jvsm3KjqQ974lrS4KFXrVMNUA3fbtuZ1bC802rs+yjfoNXqtWkDAsUg927CBTkJlrX0nWhHB+PjKgPgVlvLfq9jrWj2+Ph3z5UcFc8WCRDo99pY/sXSCo9p1Xy34J09GHAmOamGlwpNLEhJngdtU2yhJ7r6a5P7upkgKYSt+R9vT3GBSmaJ4Gi6bczUXt4PZK40OuoBHDwZOiENJGoYkCVPkpwx7nuuyyPVdJ4lC3KijCx6wlGZKmkfGtD19DqYULqSkLnjiCxx+7sAPIo83FywsftYRGVsELiw4nCcnec3QhNVq6YX1uQH2s8D0/AjpM1z1gZJo5qfSQ6JpXf8oU5Pl0D2JK1frmkviO036xrrHqOoA84kJT1o12Y33bzQCV1fJq+NreTUSbbzFb3CqfPbBFdtLNnzKg0qV0z64x3uJhtMnlkuw11CjuEpOe6DltG/5EKzvpT3ZeBA/VNtWTS8EQrsmbIJ9W8IqrXCSTA+7TdMII8LSLAqcDGXMcVOWujjIYkxT2l7yTMtcLI1QPCWtn1KnbDRPWSZ9cPIhz39m6dRLmV4NIoNwKq1jy7cAhEVfUw6vxT4VeYTfs21d0yu5j2E/bos7aF/HmWTkLB/rYStOCoD74Hb653l/zdVDeciP+am+LClKOPLwnbEV6Ypl9yq+4CO8uyngZuoIAX4nNTqWnyBkC9RD/pltnwndHxopK1ZJs0gG4H6AoA/5nY/5YrhP8Iagx+I+H731ARLEfxWfs77Q0NqSCo3+F7EGrbf1vdzigaZ8mHYJKeJiYTWXGVoPYnF3K3eD3dwQmqQSTqOnKdgrOeWBmlP+4VCclHauPzMK+lHe1IrF0r/crznk1YvkqG5gxFi7l/xm9LoeQB50r07dkEbED7Mk9lHm04DgLI74/7aX/WbClyudVT9OfNsb+Th5LS8et+zlv9nTTFQEdpZPHjRbOXXuYJsbnrbngubOvM4XlO/YGO5X1kFJotvRT9ItNdgI+w3UxIM+ppyyKrrImnTyq9rIb44fkJouTP9dUV1v199C5hLyswjcsaei56mAkYyDoCSFiAaRrM5V3644CudWN6v9InUyk15xgZ7g/41PwnBCgv5bXzv8Tfz+UskUX3guyNehoLGNHQv50EqLOIv7937Z74tbuTE/3h+Ka/65bu6ftI9469LLm2fbp+bZpm3DTXWYqTZWEvoDLaH/DN70pjJObWSPhx8IhuY8WDOMxiGYkeuXSchLkyxBKI5pmqVhFBBGSejjIOXnNOYrZY9NZC9XDRme1pTtqZ/2NCEKZg97KT1stGZqNVxFEnMlzF8nk5qzCe2qg9NONN8Wx+oUdcNHJ9a+SDfk/8Vmklv4zPgJrcqdgux5GAqUiWmuekRhyv1VFfZwsrZtEAVXnjnYwfzodmqKYYp4ufro2fjlwOUnytgUCR/rocgh+O5j18OnmgoZLW8ATo4M3gVCKPgf4zMUYCshA3NbFMKWUOMYZCy27gzsXMqJoA2Iuqvq2shwPzjJ8jcX9sZE2YA16OF5dJeHlncqdirWdN2IbXLAk1csG87cb/yIbfy3Sc0yQ31gqtaUxP1AT9wXgUnQfJ0fEDj4VUmgTWT9gGaTPKJhuy14bMHTb9veKDdjDr2CWZgyx6dxlqZp5GMWYI8vp4TRxME08trbKWPxy9UAEA+E5BBbqIwqb7XJClhYyxk/74UUnfEqqnVdHdpQgXZe3lj1uzTZ+3lzZlRKtPBxM5tD2bUs6QIBbZqeE8GsVR0BMWtSKciot+tjIVPza03SVVWNbqRWO9eNBrzOb0WwHE1u5KP5sfdzvjvvLFkV1xK6oj5+Qr5S2wlhIESjLdkmIvK0Gs4QrHHMQBqFwO9SToOMSdzT2/xaKj21rUE9f1f1YZyflFW9G9Mj+HMh5wli7OupiLfFtTxwN7Xl6yB2WUsHbAMOt42tUSljkZCk1sgRUR+N+0AmHDTlevjHgz8mCZg1IuCkOO7o6UXSlkZV7ldVMqDVue7GfXTJgJ9gDQt9KkuWg9n2fQ52FtTWeHdTQJpEbTy2ONyFgaUU7zWcFYVSTerh2Gk9HDuRw6lr5oyi5oT2NVdYpgpYKTIQqEUGpOsbDLT7A5MH7nfFdivPvYrSrelsoJNnXY1OKtpJKk25xhGJKIvcLHHjJMFJhilNHc9JE+RSnLWNlCdFLqVQaf2QEzxEHP0T5SGLKNHJZ8wrzuDNknrzh8HIuq7jVEuTurLqN7BaN4ley4xz8pUIGZKiDk7lPRGh6wyOUcqRDN6WKxE4L1XorAYEyku8puyoyHGqG+9U3Qsgh5XT6GdD1e1axQOux6zngXzXdvg/HlSJIXiDHu0i7CB0ByqNME/J/g/U7P+fi2NRJsWBaWXW/p8izWkyFM3Q0NfHH4Hskr4f1GBErTeCCSM/Yb7nBD4JOSKGKCRuTMKInzscEnoNFhqJXgoTb5qHqTXg/iUftnCkg9Gznhsj5dnCaLFU54p96+GZqFQv7NoY8KrUK3KJomTcHhahaCoyC8dZWy4ZjPYraaPLTaCmc4rhNQnjdb8ZIZ6fjk53IsBCzqxVyjstbkPfypRX8WWkCL6jYN5ARj2uHHxs+V7azr1ClrCbZWh4U51ShstBgc/9vQUv0o2+A1SHTNLDtmh8e9XY4kIMonpY5UDrVeNcI++WLlz2JWukb6AYm6pmvQ2Jlvdm8q1Z3DPo+lPf4mtxkn8v5S6vc7mqyXk6n2Y1HruNedDCJYW7hR+z6mZidZXm0bOVmX42PVcpJTECtSTG348xn8y/3rK99T7/17/oxE2dILWB1Bako3d0c4R6sTbiMIQJi/3IyfjxKotoGDpB5rsMu6HXGhVzUpeyJ87iOQU85yCe8zQ3cnOPedGTFoyIK2pa1nWFul3VwOIYWTocYjqeS+G869TTVs9M6v2VHkpf1ePgRkHG/3ojmtV94kxixnpuyaYPXWUa3ObcXKh7CI2mK2u3g3rLnyZ+X+8/BE2b4N9u+J7mNkddPUNEYorX6xgc+3vBYhdg+sC5tJ4L5Q6vyhATZY9OJ7CXrMZn00T1i0ZFfDLE2rG4GSOTkrkhs13Pjc+n0FyyQe4rODcqlR8CtfLDr3Lvcc1nvYXosftGCQ50hq3RXW5YUE+2CDm7bzRV05Hs0DBJnG8w/CJe+YLVv3O8laOFJne2HG3T767RF49E9PnhLYTp8w96LKqHF6K6wVIQF03FXt60NtA03FNHy/qFbptNs5uSY3wV2ghhh4BSWqEILfSwLozURk/cs5MaqQB6YeCyqSmEBP7m6jJJ9eB1DptV1aMrFfpl/14YaXs/pDnmJkoQveGmdVMFCWR++OGvdsHJodpRKmIuRSG6sj3XitscUSepqpFUtT6VFX0bjVNpWXAFxrmcoV+GrvX4eKSUKvzln03jiCZbmoEihd4LtZuyjSLPKMSpFFScf/mo4U6wvQSjzTWYvBjQmxkpqmq8Y0Td/q7OYxatzp9MK33FTcC/3ghNVY1CoIvW0PwixTWkfXstzaH96dNpZb27tz+mp5UyG0E4qad/lgk2tU7uq8aKQOpfePygAgWqTjOIBCOcZakXoTQJ3CjEKMQuTTKWRjFq1fKwrKWOVl+RIo5WRbwq4lURPyjD4+tSY56jBY48iRp7cRWm1O4IokkV9p0IippUYg3JjBqTdHpxQey7aZixLIlcksZJEkTI9ULmJ4wFCQsnFJmUtqqyVZWtqmxVZReqsm4NdxX/yQaFy+E/eo347ymVNkJnEv/fQonOSfivKWbQX5Bp4I9DmgUh5G+5AaZeHKYojTI3TiLsOL4ofjsG/kLYiv0r9q/Yv2L/gtjvbVxvOezHrxL7lcIbIZrE/vfVCpqEf4VoRgPUlHo2b+YlHg4jH2dJnGUoIREK3dQjISWY+nRCCdTyVj2w6oFVD6x6YMGkqC+zjqGqyYINWlCTua9SkylFK0I8qck+wi9m+kyQXqDVdPqObosyhv2Ipi7JiINw4EY+4aebyHXjyCETuk2Xumq4VcOtGm7VcEuddDzoVIjxcvqBvEr9oFR/CMmkfvhQLadJzaAQzeiEmlLXBsQJUpLGyHMZJmFCnZRFXkqTyHUQ1wsT2qCWt+qBVQ+semDVAwtd3H/hpxyuxfDGWfCU471KLaaUUAjdSS32joMRTaZva1qaGR1WEXYONDF1SIAiTDPqer7nsyhzsyBOXOzFJJlQYZW4VYOtGmzVYKsGW/Ako7eqfawO8F+lDlBKSoReXwfo9zUW6msA/crERiP43yXT0J+Gkcv8mEYBC1Hgxwwx36cxixNKsyj0u+jfFbZi/4r9K/av2M//i1LT4DtZYqWXnXqhFnAXjdoNZrQAehEtoCT9h/6sFsCzWgCbaQGsawGf+pmfpGmIvSAKnTCOs8wLHewjKMedzWgBvGqBVQusWuDb0gKzpQguBHu9F8RjwT58lWCvVAMIg1mwJ7NgT8zAnmhgHwSxH9LMIxSnPksDx+OmPwoJcZHrZjScAXuygv0K9ivYryb/kuiPnA2KlkP/6FWiv5JjHoaz6O/Oor9rhv6uhv7EDVISpilO0ywK3ShgWUB9jGKHK4MEzZn67or+K/qv6L+i/6Lojzbego4e5LxK+Ffys0M1P/v74tr6cMNgBruNtRQVwKnsisp+fz4c7ruNdBploFJ2aPRzQEIclFEnzcKQYYpcQglDvp94PnJo2vakmRC4lDZI+SPK6hGdzmcLqYGJJ5jgf7Qg/n+fl0lxCw1IRY3Gie9/9fu/ddCvKs3Y1lNUOlHzV7SqV+RglO8qaOAP3gOCHPiqyeu6i7LzCeeCkogWdHEq31g/ClQXBQvr2tPieRWPaMv2X2fZmVQ2rJFFF0sooQpFmuER9xxVoR1a2S3Q3BRxlKWqZd96wLdSaiAYG2go6ElD06ryfkL3HEGhaPWfS72xzJUlofzYwH+/0j/fhwf+Ea1DcapGyAUfYH40kN0rr1DjQl1qGiZVMAnErmtofydmqYQ6sHzUgL95JtUPn/9DM9VZzv9STTVXkttm+kEhLOxuufoau7gORAkR0QrGIRsvePn6jr6SdB2pSdf/YNsigX3yQ9WTEPqvVNZRD9trYrsitlviLrjPk+qtUTLKaEBd5jHkRSFimCUuwTHO/Dh2khbj5+UaQL0C8J2PvgyGj8p/bgQfankiN7bo0zf2ya/UtlLl6Zh/kh28lJLYp6LYthAmmoFlUCt/e981O+M8uU+2rK6wWykG0BXCMAeIFaiWCMtTlMCXLbF6lr/SZjJrh1xX+29bDFSVd/lT1cZjNfq9kV25S0Z3fFSlWsBXlsyVXTrbnminbjvNWnLV12tH9+eM70D+OkfZ1gvwuK3pq5q/3ZZeByptX9EtrJqopsWY3ia8UXWVvd8eLV4an7/gUM4KpMONg14BSCvZ0ZGaHf1ebU778Uhlsebx6uoqvV3Tj5ZYN6LWi2cEHJRZ6CIWxp4ThiFJUzeNSep7jLg4btDaSPRStrnawhdqQcuHPU3FdaNnmaA9WtJh806CahdTBVKc8rKpuJ6LDsnzS+pquLQ643hKJSoD2tWv3zoYRF9C/nkObNv0I2z0SYNjHDf33AzQu2nxbZGfznULLZAsQFUAoPJYPv/XR7orp7C1VhY9A79xCslq8lWb59rjI57V9jCWnSgr9SJ2tGKlcz0gWGrEFoqnngbZbrJp+gWK9Cy0hPQYwTyd4NxgxUy6fuQ039JjziGx05GanU7yVVrnT8fBJOdod7jhavdf8Psndq92rrGY6MrO32l7/+Im/ddVzN2zHR8Sn3GwIa/B2Fdyk6OB3OS/Mc5zPoLpV23478UW6DvyW8oatBtKqTtm6DSt4fqOH0SUuiH//z5LfRy7YZTFEeIGvx/1CseOCV3Ys39sH1MtgbR6zJJu/bGnGOkI/FRHgnZUE905ZlbNlfBLfOYj1n3/AjBrKxu6bYBrv2y6WKldukCMgGQrzcubxvdQHU/azosC4o4sy0EjdWBbdXoDQdPSgo86hm7HlTs/zqGzV6VSEpqxWj1UB5O81JRe0wdEThg9py3Y8hHvVe/7qTiC7oNzRnEPSoryJ+3LtV/X2q9rUnlg10IIPEXoNSgPJXE5UhOX3xXQf1pYiaLndveiQ9EeSU1qiwU+dJHZ6fphwNHt9THH8lj1MCd/Ee1g8N7z6oEs2ORD8/mftyfR/dYq64BpeY9bLwQxZmkwlzeUjwhs7rYttehcK5THlfSpXOknAfW+oHt1/KbSLhKF6zZGHAQL8GDx54tjQX1XuC92NK0wXbWbx01/rdu8uAYWFwVX1aWA1C/1nAkllW3ZZ9FIasd2MX/6TX6wuFA4p8BR58huWHW5yzWNuCWoXzcWSpMT7c57cLW2Fwxv+O7hB55dsYdOcLqbp9aPSdWmTj1Q7enxWHWIhGKU1bkDvkbl3aLKdUOtKYfONd35qU8mtPWP9Y4Z8koaOmtW19LqHQU0NharB4wCsY6Ug6P0y3WXT3XB0hzXhmft5bTowIWwb6MAHEcu6V4Iz6Hka246EYypBCULOHInVMKvbH9W1EDzsy1+tquftVCgIRo95N9z0wARn6aR60eR69LAiwOKaIJYlNC00QxDkpY6KnwduiBadcGqC74xXfD78ff9k6UBN2rA7xY0WloNvLgKUJKAI29CBXS6DnVBeajn0BCNfjnsuywiKApZjOMoQ76PU4RSGkaQDUDJqApYst/QqgJWFbCqgC/0OLAs2ocbvJjRj14l2ivJvpE/gfbvijPETE8AfksxifkVWSf/K0qzgKEkSwnDTohI5jKcZCzwiIcYGoX9StiK/Cvyr8i/OoKe0PD3nA1GS6kC/CpVgZIKHAVT1wE399a7m6Io2YQ24ER2QzSpEFpKTSc4yA0zz8WxF4Zu7HlOSDz4/zRLMJKRrcM6oZW3qoVVLaxqYVULl5YGeoh6wBvsLqUeyKtUD0qucBROqIe39aKf0A4qzaRyaAj1AqFOEqVekNHU8QKXpj5KPS9EYRpkUPPaHdUNjbhVNayqYVUNq2pYorvPlFpwN85i1wXuq1QLSg5xFE2ohfewCyZUQv37pDoQRJoqSJ049QOWhsSPksjxMgoNPn3MIieNnCgZVQVC1KoGVjWwqoFVDTyl4yjYuIupAO81qoCgzTiWMYhjKkBdvxOaoEM2qRBUWj0FIXEyJ3WcKOP/41LMvDiJA5/ElMRepNQPnZK4qodVPazqYVUPT1JqqFEQ0YKuI/9VKgikKAg0oSD+Z5HvJxRD9fOkQgAavbpcwpwYkTgkrkewS0nkp0mIGeJ/Tf00GFUEIGlVAKsCWBXAqgCe/AYh2DhoQxZTA8GrVANYUQN4Qg38WBTToUYNwaQqkFSaMkgof3KIE8wxHQcx9rM08EgYBUnE/IyNXypLWas6WNXBqg5WdfBk7qIAek2SxUJOw1epBoiiBtS04w+MZkWRWh9OxXEw2bgisAVBv7rR8M/6YQBnYRpmfoS9xPVSL3HcKHb9JCQ+8tOwvS0YlrUU/peV9FJIX7hg0bDwHtqjAbR3F0T7X/YnUY5NlOzhgD/8dTv156qCEaJqJSCZUtaG40pVt2G8Fl2WlzdSZVQPi88lVDsum5p0fbTOQLJaiLmuXyrrjF7J6p9KlTvKVQPgCZMFK0TdpYxLupGPb+uS8r/Vuk2WJh3RAFc6OMPriBJ2VNTD06sm1S+2o1xNQZGLqiiFeLT44pU4pd5HF4ibGtBJQWF7WpTT3rBTnlTKVSrWXrUkqJFRKQyO+IcDo03JJ60MqlYK+7eqtuh9p9J0cWjr8PX0ydXEioGyHfBrLmqAaNZDo/yayoAHCcrNtDUVAuWM81cWMy5GxnfH66vfseX6i/8XUc9pqPxF//d+8Qtud/EZFLP0gyBcq3ksUc0jsJ3QQniD/I1W3vsFqnnwv5R/7EETQRK5ULKuomTVRO7v+XJL+HKw/t16f1OcZLkdtczzgN6teWxbZWkLb/c0sSmDppsjkiRhGlPmR64b+DRgXpT5LEAYJUEUt446U+mLVQKvn8dBwz6oj2yqdi+swi94otEpzltQr8uWDKAtztviXHYVpl5WSZzpQGcAtmunJ+vuprDuRNGnAmx8OIXExZZLOfG3AoWjVgU/cPzKim1eqBXBkdNUTa1qgncLUTWnA37C4boQBnlkbCsKUbXFqVJWVKUAKy3NzxrixABnlUNxx9XveVtZKcrxSDxsrLitLMPL7XauAblqhR3G//TnIxPmg/y6V5b6aUU52eohFGo49g5QfP5uq9dkTZVa+AksJL0sojwNyYkX5XShGYM0XgbaMfB/9JJXYubzU102Uambe6WdrKuKif3DcbUC3lhaDbL2c3DyLTu1swSmHP0k60KeSrbNXp8m/rqUV2g7mG+gjeNtcPjypagCT1FXatL5hxPbbilXT8WZY8a7GkqmSpdXLLZgsWuWiQLmpgz6SZK5yEMoTX0n8tIkQAQlaZIQHKWhRyLaniQNpS92tqyeV4rn1eBrt2W0l21iYfo4Iz0VLKinTFeObGw06DjsNzfiIMsGCq2X7RGqOvEI8ByrO57v4LABo1GKm7eHJr1KYVVMMSlKUHRCRUFTpeGyiVda9XLl0Noo4WqCZOHe2oNaq9E7qnUUarQuILxQSZxGrQ3f1kCvmgzVGph9KtVmF7IAY1VecYX2p4Z25AK0e552ofRi0O4r0K5mmH9/z4+lh5wvgR9peSOu0Y6iW1avz1BNaFeEtiDsNRmaJNPA24MyI4GbstjxspADjRfShHgJSTzfYVmbPzItc7EDRvOUrHpKLJ6ybLehyYcYwXO4LDwfZAVVuC4RFWHv+L5lVjU6fsRgVVsell4Lm/pU7Irjsbhr69VOL6Guy697MBHvXx0akhtYt/trWVGdD/MWvENgyiqtKGZbZYiuFtuUo+UtlP+9pnzLyRYXWiuj9EjBo9mg+VV7yrhhNAWHXt2Nrm9/nwxaa1DZUk0ywumAv3F8X/U4+rQv7vbjiqLg85BI6JJgLixz/p34c6BdkFBQooh51RRPNO8ojnf8ZW0+uL2Ylsr+f3VQfwA9lmzZHeVGygDQ93/vw/z7isb6DRrcvZAvLdtyKKv0djn0JgME/Vf5EYj4NpJUL6GrMIKKuG64ccgr0FWBoqvUFPi/sT1fEnBD+8OeHa/vp0riHmtamwlag5q4JizdorjNkGw5JLsaUutce6RWmh3UYi2U5l/+cbopfIiLq1EbjSuoay03rpcOhDYvZMkXai4pNCXQHgKq23iDrqQUGqFWeiA//X7GDor0IubiFkmpUS7uOdpuEPWddyLLtsPF155lcFiBVqCiGZIcc9M6qVIFKf+mVcPVgk9NcrMvtsX1PYx5X9wqmqA8822V76nsTyp8aY3fiu616zxxKhgIPNB1U3HkZ5zq1kjtIaieLWS/EFY5C9vK7SKAAV6zsjD4S3Y/ziIqqjpJthfx3/qh5Opr0b49jRXZKLIQ2Xi9BrGzOuI1FwQOxzRiqGjEcEojdioC99TTUEngQSLdzYaYkzhJ5mJCYjfAiYdi32epk0a+g7I2YGNQ1FIHtK9HFUarKlxV4Qupwgui4RqUdTcofFqUfXGEjRSEjaYQtlNwt4d4QxV3B4n0WiokDIKMRiykyE8zlsWRH/pZmgUBo04ajiPskjV3V4RdEXZF2MUDjb+NG49GW/jaZfYjtQV6jdoiVHLtkTOlLd7CepxSFzXBtL4QVLpJHpIkihzqUYoDHLk4jVLkxy4lQZwih40rDCFr1Rirxlg1xhenMb4m103QzbR8jJrAr1JNKBn3CE2piQ/15p9SFSrRtLpoKPXQ3jBJCY1DnIXUT0IUBswhfhCxwMchTdC4ymjkrWpjVRur2nhxtTFe4eQbO2pEG8dbTIeQV6lDlHR9hKd0yMdm50wpEY1qWou0pJoa8VHkszgJYxImzE8S/u8ohTZRTuS5JMPjaqQVuOqRVY+semQ9fryU6nCh0Iuz3PHDfZWqQ0nxR2RKdXxX7bApxaHQTKuNmlBTGmGYOmEa+Vkaugn13STzHDfwSeRi14/cifuNWtyqMlaVsaqM9Y7jFRw8oJz8BuHFtIf3KrWHkruO3Cnt8V5mHU1qD4VmWnvUhHoZYTcBTZFkqZtmlKGEuY5LkZfEAYLmI+Paoxa3ao9Ve6za48W1R9PA42r1YdWqhGiFSx6pSvxXqUqUvHLkTamSdxxu+AOmNElLMq1IKjq9TYnrezQJqYMo8amXZBhlIVSo9xFLaBSP65FK2qpGVjWyqpH1EPI6NIe38ZY7hASvUnMoaetITVv/7YaxbWn9u/Uxh8zbt2dISxYr/70sLtdPYJcsti047JbDrji6meyG9PrdSOh7TkxwFnkBC7wkSIMwdZI4ZXEW4ai9GzEUvpS+uZOPg0zzk3gibZ9YVeNbNs/d/IEmGgg7S2sgURoy5y8A1TJ62kgpSyUqQTUlkwA02zex5FteWeIVJUYXospUkh+TM9Q9qUsdqgVJRDa5UrI34eM6imIfybmEMlDUOhYnWfyk4rfSvORjvNcTz/l/y5syIVUe/bYoPlUoPljPS8uAbxRPVbmrV76xebyomMlf8XAUxRqrWlNclYDGAX0AVUB7NS75f1fVjSza0pSFrIpmytz9RK9P0hDp1bBkrZWKVqT0v7F+aCsXayWt7+g9zEI1c00Ryqb4ZFW/AOqoVcaHaiPIKV6rpDypKkOO7bhQvdGLNt4rKIAVKpnnSM08fyuMQz5b7wphI30o+DadyD6v6W1JbwN9LzW80TRG1Hpb9jiMmY8cSrATOmFGU+SEbuDhKPWDKGgr6BuJXkrL0PphiXxYCQ97opON0bOeXbe8qyvzQk3bgyxH0scZPmA++G1TycneUthPSmn8FqOlttAPJxxXp08mdzc5twE/MXaQdZ9F0fWSqzvAyx9lfeW6DjBYi3r53+oRGnSr1aVqZQND55ZiR9vkcEi75Vrpydt7rOVHvoryI1wJQNF9b4PRxglegRJQkq2Rmmz9Kz+aU+tDkts/5m2l3t45Q5DZkqwth9s5XEwRaUjPPEqzOGQc4CMUxTjAQRZnJHE8jzKG2g6KUxKXAvideEbJn5HlbRFcybYIqk89wAjM0ZLFsbSuFnJQVQk/MJaa+ldT6+KqNsBFfSbwlEjUb8vJKiCrmd7ihALeoArpNQdXU/iq8W/VjjOtSlVTvOpKre7eur90az2WzTnE28KHEPpKFsHf5tmg5rgSJ5p8sFZhfXYwKFWYsp04vLSFfq/q8vdtSccXM8X7mdEItc57kS380pClZC8jNXv5Owa13X465sLOv2Vbq5cZXsNWDKT2NSeFEwQntRttWJN26iUZcHTLJYnx2DAeW46nAii7Gs9jAWpsSIuA05jwRwPTpZWRlBOvWt0UPq/03HYNzxoc5BuIc7MF71GfcrVWTE2J0LrpBtA0vpG94lz/J5/QPavKoHZ8Jh2XO7TTsPmzZTcNS055t+eGwL64+MxR4GCfD2XVHqRTH1zt3sGRUr6r2nFJ7dRRTYsodc0xTL66dJWMNuRQGnFI1N4nsgihcLpLBSDqEFZ9jZjqgKBQ1PVWVKMVK0iY558P26Jyp0NDqcqXvmefTxZNocYhONBZxgd8kjXTX209pB1c3/JJPQxZm50f+5bmrzXB8xuZqHWaY/261QAjX12hoGhEEURKYjJ2DBSBogDGsLl70zpGp7f4i13qOhHzE89LCU0S30Wug/yQ8DmhWRvvOSZtKZP1y9QI0aoRVo2waoTn0QjBxiNPohFeXBso+ccYTWqDX8U4p5RBTTGjCwSZXtoIp15EshRnCfR5jRmi2CfU92LfDdIgm1AFQtiqCVZNsGqCVRM8gyaINiR6rCaYK1iEXkQTKFnEWM0i/uEz/6jiFvM3xgfFl+47uMf5CQQc78e9Razms+8kn51wPvta8s26ji5l7/qRmmHb1bBtGLZdDXthp5LRYBfRIkZPenZ3kwiYqcMnqhWh3MsNdnZQm0KDj1w2ruErSoB6HcVRZFb1oha8aCn74Qy3D4emOK0DPBMu+Vqt1E1i85MC9iCJcuw93ctOc9D/4crKjsXO4v8nrmitjGNv0ydN4HF7N1t7oHe05Mh4yJlohH3LNRdfU3YVIpm2FwJSYW3Pn/kIOZZB+4qsCvF8Y/3Qasuxxn1aM6H2wrdpw6t2sq1bh1cqGVSE6Ma6Px1l/GkVsCOYT1yXiP4U0L0D+mrAVL8BmM2l7trewzVFtcosAVTQ/bu4K9srZUVVMa6VONURlCV/95uT7A0OYuuZVBuGqzccMac5isbpCrVo9F4cm6UAahD+qMYyVX3yqhbnMjpVj0hd1eLaLtZc1cM/uhvwUk342nyCMuhnSPcraeCYXKr7FZ1vpHS7J0QjJu28GGdRhALHd6M4Ign1sOfFiP9fGMYsSCK/MQeMRC91evzajIBoNQJWI2A1AlYj4Fs2Anyt39VTGQEvbgAomfzYHTQAtLfs+oJbPavp10GH8BStpuVxAIWLAxfhLKFx5KdZECJMSBZm0BLSGdDyfYmrcl+V+6rcV+W+KvdVufeUe9itDfpY5f6Snv1x5a7UVsBqbYUfIbfu7fFkvb8pTlVj8vpdFeUOZDYnsxUyuyWTyn2KSNPq1A1jEvuhH3O9zgIcBYQg4oQxDmKW0VarT0lcSqtn8AyuluyD8owKAxdR5lMPMNLhZFEdzqypbz6Q5irvKK+UW1vlulIoK1U/1xpJAnR7fVtny1S1EEq1dz37fJPHFRJA4LewEbQoca4+msvVxmoQz64vpiHXthDZmbd5NRB2V9+eysSnlLHDtrprFvfSoqUzp8h3TNyA8yng+vH1ZXOWN/TA4vOxPA3BbvfXPuR+AIrvgOIlgBa6BuONi7Vb05eKgY+UUgFYLRXwrihhGf01vS9Ldm81qZwV3g9kb0oOu+KwmxzK6lqxl79pSK97OZPYJ07q+hwgXZag1MUsSrCbBdiP/CBtkNJQ+FKgmcjHFdXjmjTL2hJYNovT8GnPD6Z1y3aZDVPllbYpP4Zr6o0lTlbZebvlT2bcqFZaxos4miqNqEouotDZXVjH7MT/xkQHeo6vfK3TzzW+Vmk99cmoPUfooTr8E3Pj5q7YiywkSNPJRPqObBoPWZ8A0GkOE8ssbuZvbdmunh4OWzhiCJFrBfunAU9sI2I50QZ5G+S+LHhe/due3f1RfZAN3FgJOFVS4bGaCv8z5UeyD3TLz6i2Bf+SwrGNr+mJWjM1sN5wcrsEXtu2b1reXuL2eOTIQ0R0o0dg1LZ4BVt5gcVbtytDnRroQlBq+LRHQ+nFyUqi6AcbLvkhwI82Se5p7ZEp9vD9rmv/QeNBgSojeZYnwnkkUiZhNYq3LpuaINzELCvk7Qfw3eYQ4XfqJ07Kz1mhK+WACNZ9am3pvSh0VVgxo/w7SxBtPF98im9z4TY6MbqzdmwXN0ISQHMoL1NyO7TY5/xxTQAil8EheJ/KZM77Kge/E07IbWMZ5QiBh0q1ltqPU1UQkzXSan0gZuRU6y/Fw0QrBaBl/pd8vyeVd4mepHIom8jRraigIr7cnrEUqtjcMFHgplMlhn8VWFJcNugnkfCaFNuicvvULq/zIS3q0Mrqw7J9KV5PptgKVOHoBLmgMOtSNxaHG5E0K6M5xcwKjxw/DrzeYMgvv1R+o6Mw2iDdk/IQHfDq4iUu0IVKRQAcDuvCTltgVcUMNATu/KzHy7skDRg/G/BzQciCMAs4BPvMS2NGXEpaH0pHyFIngK9TbUWr2lrV1jejtr5lbeVtXOd5tNUr1FRKIQgcDWuqbktiRY0MNiPu/q63IU6CxHViJwoDhwRJDKVposQPk8inDkXhkLJatAHxqq1WbbVqq69TWw0U3mlQPthgsjjKoy8C5cED06A8cYZR/kO1Z6yP4rdBuK9p7JpmDPd1Qk0BoChEPiYJihmjsRP6CHOVgKIkwZQEKRpSALq4VROsmmDVBN+QJpiq6fkAVUCcjYMWVwX4C1EFSokHgoZVwUe+vIYVQPXLGOzDz3p4j0/cLAkij2AP+xkNUo+5TurGLGROksRDYA9CVohfIX6F+K8O4n8//r5/PphHG+QvDvPuFwLzSv0Ggqct/mlb38DK1yDfS13EUIhIlCa+hwg/cERR6Lp+7PiI/+uUfb/C/gr7K+x/Q5b9ZZFeU2BPNiRcHOzJFwL2SsI+IcNgXwd1T3h36ky5OeeORqe33WVBRiPEGCM+iwMo3JalmRNiFCQspWQI+zVpqwJYFcCqAL5xBfAQW9/foOXh3/tC4F9J1ybuJPxPAv885OtgjyKMcBqyxEtRFlPkp67new6hLqYhQxNgv8L8CvMrzH/jMN+0dr8Q6sMNWv4i1/9CoF5J3iXemPe+3Q1T5r5KN2vz94l1pw/2ojhjjuNzMMOhj1jmOYgkWZpELEn9YT9/V+SqFla1sKqF1fq/1Pp39T6AC6mE4AtRCUoaM/HnVcK8MjBUA5oCCMPYj9Mwwn6AktAhfhJ61KNZFAckjfxkTgGs0L9C/wr9q+f/cs+/izn+Lw7+4RcC/krSNRlJuv6xKE5aWV4FgpvfxgBfEugR/CQJQj/1A4pCRqIo87zQdSLP80lAiUj97kG9FLOC/AryK8iv9v3F9r27cZd3+URfCMQrucREzSX+EZb/LbPe3UCL6B0t62Iy4uM2yXUf9sWd9YOoBKNWcZPMdsNclwcCZrtmtoHZbpir2m4Xs2rqw6dOFHnE9/zI91LfyaLQj7gWCRjDaZi2J4XLn7NYHbjqyUnz5FJ5cp3aaJfwZFY9eZn6cBc/+Nm1zjultijXNDdQNBWg9pAfOapW5URvCj5seq+0PP/9Acv1ze//JpXNRIHZuyM9lHrNJVEwtiyyE1dBxzyTw+NS+R6Tvbvu6HEHSFyCPpCV345aLy61LdmdqFxXlUXaAvsRZo4rUvnUm2LHQKHqncIqNSbUhpwL6F8uC9NxoL5h/HUztj1Z10fG4KESz6vv33RCbyvXyoJM8Kn5GLeN+m5L52r1YbfsBKOz+DvmXNXk+6Q4HopjYy2InmW/n7GDolLRkjuOoaJ52hvrhx2nSeRn5hPE1Xj1aeW8SZOAbzDKdcYN4xMkCkiB7qzKwyoN41T9Xtkb0F6epvfQxO0M5YDrAjqvrt5evefKqSTnci7DuaxW9FqwdcnEbc/ZoOjVlcLiOlvWnga1LVZwntjNXdfm//3/NQpcwJrV3pN3iTV1xj9thxHPMeIRRjLHSEYY3TlGd4TRm2P0JCPfmBVBPaXz01X2u7YYzJXGZTxRGpfxLGlcxlOkcSnzIzXxicbl9Oy0dOZz0+MxmJkeD2nGmnHIjovik50x2DETo9Uo9fEKOeWNsEwmJQga43fV6effU6ef//Y6/fxX1+nb751t8+TTsSkSPDkFGmlvFq/vd5Ps/Hfj2Wtp52eupW1XRmPYmCFjn9x4pKOs8wMfZZ3/+qOs7sAU1D4PwymoyR8wBR3WS6agw3rJFHRY2ykQprctTLKpVxdkN92CVUIAqGOjvaFR9uSAJ21fHLn1Tc/gxIrptOoZoDf+GuO8859jnHf+e4zzzoPTOG8LVDua7yun2uTcKXTGc9bnmZ+rPs/8HPV5xuYmmOAJ2jnhx/9m1dmnu+l13qM2n58RToNZGuE0mKsRzrEZ82c5/c681dBp8+Njwc+H9waz1+O5cA7H+E1ncozfdD7H+E1ndYy/nVt+YCntmB+ZrjnlPrVFM/TJmZUc15Kyh53iVxMIVgmNv8oA0/ynGGCan/8BJnfwJe1DUZ74DJYzNu0Iz/AEzirBhmqY3/Arjn/CLTud+HncaBwKbV9Wcbpme3bMk2kxDZn5UuiyGCyELovBMuiyzGvHHkurFJU+H5PTodAZz0efZ35C+jzzM9LnmZ+SPo83C2B9Hn9W+fZ5ghGecIInHOGJJniiER7kTH1UZ2hlmJ2BhhgeslYuPwdNMF+0ei73Fk0wX7SeuswXLawu80UrrMt80VLrMl+25nqrpF18JaPH5MaGe+x5xO8S9yC/Pt8ZLeMusfESHmGcX74jjPNLd4RxftmOMM4v2RHG+eU6wji/VEcY55fpCGPUrgpo2mRg2Ei6wYV1usuFoTHrPlQJe1Ju8x0rjCxUjXJYzuzrNFQ9/jsW29XFnp3S46dJMV1i420ywji/TUYY57fJCKM7+uLza2KQY3JCpafpIsEty5Dkimorr8mnRaq0l3yoAT6j7zTAZ/SZBvjarwTRWOeYGW2UDm1v/qrfZz+HQtfXKsmx2G7rMIdJBBGUrB8CMqlO+kwGqqTPRLo3M/a/imJncjUDdJdezSg8xlczCo9yNVMUqZndCZQXK+sBJoMrlj6TwT1Ln8ngsqXPNK+cB5jmFfMAU+sePBYnEXECfbTS6eu8mlRQ9hXlkd6yrV0CDdytHqrr7imVOchi/IEn2ec/9ST7/EefZHfVHZmww2luMwLNJRtRoTfahAq9sgGbFm+2jA6b3oRdavOdOMJpsB1HOA325AinwcYc4VTuv2WEKss4UToHtDqt+Tce5DP41oN87TevG/OJRn3Th32Vsq8a+b9yLChuISLtfnqfd2jN9eMgn4GKHOQjM0abTdIH2G2cq2+6FUWcX08LEyRDnEkBcX8JK3d89udkaMT9mAUIcs8hcHx6YzdkPQn0mu2TexsauE9bUSphT0pxPkIA/aSAisZ4bej082tCp5/HD51+HjV0+nlNrtPPK3GdPlDn1oYfzAypSsrFttQwn/GsX2xRDfMZf4WL7aphPuOvMmpdxeKWojpiTH4ZjdL4uwxxzX+VIS7S2fNVJPMNo3MxcAP0xuMf551/i3Fe9Ty0g8DmYsa0ackusME6LCZmWIelHSfEhs9r5IbKXIN2OAx0Z4eDKCeF5FNM9+nMGUESDdgLjH2C2HU+BQeRQDNpMOjEF1gMg4wmJsMgo7IrDgfT0eukvZlIWflp/ls3VD3+ZMvoHq5AjeJTNdoLIlSH+ExiVIf4TKJUh/hM4lSH+Dw9ussoNkshNJ6lAab5KRpgmp+fAab5yRlgmteEA0zzanCAad7tP8AUtnABeYL0mNp3ByNv4AD98MaxRQyCYfjEIMdABCDXpjJE/+6G66K44AOZiQQc4DBfdhPcButvgttgIU5wG6zICW6DpTnBbbBGJ7gNFusEd6ishH1xS09zceIt2QXfvMNi8qE7LK0yE/cZws8B2ePxlitte8f252mNNMLUV3ADhOhi0chILrapaP93qfSKz3j+52XgyXESu04mv3ioLeujRtsTMz1gt/Z1XD7glvVRA+6JmV/yRmLmQc5IzDzaGYnxJr+CZ6sFBi7+Ejq70Ybybai/8JAt1XAaPSewM1n349LH1Ix9b9eFeGYCZToNukAemhufCXI9ErQM8ephUPV4lDIHqIdh0+Nh6fGI9HgwejwOmUPQw9HnMuB5EOYYw81DkMYUZE4suflncT7u6bSjVaEzv8/s8RhcYvZ4FOcXN1EZ5Ueh8gaKZkydc1RKcyfBAJeBi2CAy8BBMMDlDlxkmqF+Q/qAK0yF7ZL7S4XtkstLhe2Sm0uFbejastifZr1YPeoHXF3qnJdcXuqcButjhNPAhTTCOX8eHeOcP4uOcc6fQ8c4Q/VyE4AsPudbKG4wuyEG6Idi0VQakxC3Lv2cTFlPq7xEbMUyJ9nImhnhmZOd5mUC18yXyK55LonSm+A3itab4DeK2pvgn99h0/ze6Hebd28Pcjx0Xodc3QPrlBsdp4Ims06eCb65VWVgrwxy9C2hIjmXdRzHTISdQnlBiF2fyyTGrs+l+KbOxamYuxyRNObuBY3ewI+g0Rs4DDR6A8+ARj+vaXT6No/y+McsvEuS3so4zmL48Y9B2D7+MX9srWgGeI3ObS2Z8Qfuscx/4x6LctP5R77P5mYHSIaKARzyo3C6Gtyc96h78nb0mv4r3zO4fShnUtoVyguS2vtcJmntfS6TxPY+V2vCs8+HbWE8cz1q4zce45x/6zHO+Tcf42zf/nR/YHdHDuhHg1jzLrH5AXOY0eCUOczY7hhR7hTKuxp8uw5t/4gt6nRt8yQ/3c/jW496Wp7B+Abop2UWfE4uECnIpyXe3dDTHUsLc6E1x7Rcjnj/ZHPwO8hhvsYmuA0W2gS3QUj2BHdfKU9Re1X5Tim3Vt+D36m8hiPZZV9K8kx/qxOU8L3gS0n6aZmQjcFNUEijNBesME1LNzBbB+h7Mv+TH7ze7tN3cPf+x69z+79HPS3v5/n9P0A/LfODyQFzkGNa7ttZQ6tP3q+FwEnoPhWRDH8YVGjokU9LbKuDmotteabf/70JWg1yGKPVFPc8Wk1xz6PVFPf8EWKK2xv+Vif2+STc2xd8q5Zneh2YOPCHGKalGiDKAH1PZuhMvzH/vccTb89HAw9ES2Yes9tlMQjY7bK0ltc7EVT6oSj2b6Fg6eRgO7T9GM19cUdnpTRUF0WhqhxmUagqh5a/IgtQS0vULuazWLr05hUrRnkNClaM8o6/y1xxrgH63jfs0dwc2WUzJDj6cosjNwG2eQHlzGc2RYfWfL4H+QzmepDPoC7IIJ9BSZBBPoNqIIN8vhpjbFSHUaHrV9g8UmidIGtzT9faVCl7clzHZcdjcZy9J1IJ+yGXVWKESQhnh/aSa8gBPqOLyAE+o6vIAT6Di6ZBPoNrpkE+X8ny2u7K03HmirehMnfudjgMHLsdDiW/ASqnFwd2pDN1OGoyc93SZTFQLl0WgzIsXRaDAixdlt5Fx3xWnUp46bWGymR8R6QyEcULWX4yAiaV8AIfZI/JxAXZYzLxQPaY3F5iLJQq4D/Nnef65JeYFcOsRlbFMKuBshtjNdB3Y6xK8GJxjreMfT4U0PLHwIk5xGB+nzPObHC5M86sLPnivD/RfF+/uoHfcJilr6CLIoWMglnPpko4KsVgXDqpeXntITaDSttDbKQ3buEFuylORiOviUdnoap9mxpJq4lHpZWHwqDmTo/64pntcppPbpezP79G2cBd4ovfYDgfWBvGvFugQzv+keedATrp5NaD6rPG2w+IR6XF2+L6gm3Ykk9KrArnGIusuyONyTSO5BxiuHhhDDDjwde84KO25H1nDcuKI4OuPkY+my71BenWw5wmKdfDnIozoLqNNrGzOrTmlscgn4HZMcjXjh3CeWqF2nbxma5EMMhiXpBgit2gLsEU+1CxFKi5ZVgtBUgH44aTYj4aT6Ebk2FyhalSjsmZj+NQCcekGEXXdWjHZM1fT6iEY1IOR9PxSMoxOcaIOUB/Ucz3MK9Z7PcwL+m+i8nVnEo5EKFGoTXozGlV0FxwUFXpTc6oKr1J3KJK3570iO8coJUE3U17IxQ643fq88y/V5+nFw0H3cjsGUTVSS+NjdPZjEPkdDYlhIrdMro1GbZGaR7wNcBlEPM1wKUEsdB9ap+goA6EKM0s9nJHj6fG6OqyNu9x2Feyj+DxvTcJau1I1hh1uVNusXkheEQIuUQIad/wfLxmx7muNR2RNc9D36vDf/Erdfi7b2Pzn2zw2h9pfrr4vTTuR73hkKSHveuQpPat+XnOPs6dOnSxNUtvxScQ58QukSQYHjhPGvOlU6Mxt7NRdU3lcMGtxUvmRGfszUx+uAHkBEu6tOcdDbrsPnNP/k70Et9eILTieODc69xYGcdn/ve9fX3Mt5eNRuF78Jj6Mi5dFkMy2tWxK+J8y/jaP9F8ezmuD7E/9F3HRV38yuOi1Dffs3ubfYbGy9fsondWGR/8tgNCLn/PASHtG7ZdxsRJzM7yY3myZWrdBe87Jaa3a7vEJeNy0sc/VJMz+9TTTX5c4KGqmN4zy5uCY1d5Ko6XLB6F64Erpy/h0mXTl9CumfJ8YEdO/YmdzNLTO6IH2B/6nuOiLn7hcVFkRJR7uSh3RJR3uSiv+R5VfeZ8X8K6TC5Zal3Wvm1zvD+cCpP6awrhBfmzPSaT1Nkek0nWbI9J7Ywp+s8Xe5Og+S5xPzOmJrDre7LSTGBLPyGzWgWGEivqCXkG4TNd4qnRGXbgGuSYkMsNk9RQIJAOFErYf7o3WMUK3QUJ810ek2z5Lg/RircdIW5qPiVEJx0sAyd/NljXXeIJabu8LOe83j3qYXk2kNiG9R016osqPA5xmtV4HOIkQ+8AFzembwC0U/NhkiLeJ5+UKFMbjCVK8slvlu+vuQFttkZ7LAaSTdfsAJPRuNOcXjxwzmMie87eG2YxkHzhZ9S5hstEmtZ67RIPjzY5GwwuuaCyU4fBcNO2DGYVWRUGs1KsCoNBXKPOYFA1Q2cwKJahM8w3FOswGPS66345Rynlv+d7rjwdz8mneZ3Vox5oDaBQGKDAAP20zPn7wD65+V3PGKvBtc8Yq8EN0BirOzgF0ANnJjmmTz45qUbQNMTQD3E4x/GWcUA83EwHN7R05mENPR6DgIYej3JplcMRGW7U57NJOrTm11aDfAb3VoN8BiUeBvkMSj0M8hmUfBjk8xW9co6z7f2sKVBRDeSJ5PtTfDyXN/PfqEN7QaDrEJ9JlOsQXz8swwQGO7RD+TLyd5OAqy7xuDSDC/cObU8WmCg3LJu3JVXCUSkGU6WTGn/lQbb5jzzIRnrjPtzk26Is5o7OffLRmYB2aEaygHBUylb0uT8xI0k18dSYToZfZ2S1iCLldYkNk6PjEIN5H/RxZoOO6OPMBr3Rx5ldJfqAbm1wSZ+MpqJPfkEcwgirSTDCCKvSoI2WN+C9Mdi8Oqm5m2aIzcBTM8RG1N7OJVdc2/nKGBpl3+ihxxgqc90UB5M56JNPSqwuu2bxdYRnUrbxjdEY06T0eVO9Rz0pzyiIb4hhUqr87+ZCK/pJmZV5bC60Zpj+WvPw2ycfaLd22rOytMHosk9sd9jSGf0wyHFBgt44t0my3ji3QYXSCe4Wh8siSWDSkpuimIkAUCnNk/8GuAzy/wa4lMyfc5kntgzoMvmGA/TmqW+jvAYZcKO8Bolwo7zzB5pxXk/Rv9p18Izy1Wgv0LxDfCZqd4hPcV5zu2Inerqa+N87xOYOvGFGA0feMGM7fpLa9cnCTs7xDKj3qM0jXUc4DeJdRziVPSgiio4Gulmj7JfPq381Sd/TacdlzStfnXRiVHUhHMOB1eTjEo0UeY96XF5aJKfiaCiuIh6XxrceeEtvzMTV1OZoOsJpgKUjnAZIOsLp9t/+7uYeNM5cCnWPfHw+TZyLXeJxaQZGUIe2f9khAikNbr9aujEZJvdcKuWYHEP/QY96TN78oV8lHJNy4sces7eTlGNysnyfnksTOZJyVM78t9co+6so3+c7fp5tSpxMr6MutfkeH+E02OMjnAZ7fITTHX97fk5MZyJwR3gePhMa/wPmQ+N/wKxo/AZ25CT/vIN8mn/+NnGav23hS+GyOJ3HNIWu30Zb/mbSTFelHJMzG1Sh0I3JMLIUOrSjss78QFWaiZKkY5IMcEijHJNT+ecNtuEQg3n74nFmg/7F48zzu2+CeX7rTTDP77sJ5vZ2Ks6v7bjYGmwbjbLvpKl/NfH+6bTjskxuerrE49IgLd1MFFBOvKHRYaBPPi7RxKul0/Zk/Y2divOMwV7RGG8anX5+n+j0emqryRldobsoLffSk3mfR7mxZPSTyRpW6Pp3i/Db/OGzJRuWYGah6aTDkkzuOFu68YqC9h3bJsWOmdUUrKkn5BlMkk47NTaI8bArOWbjazlm5RpdOg/zTMg2cpL3yXsS3x4O9ofTOeU0vxl8oj75lESjqskD9FMy5ysmd4mnpL0zmcYB+v4h6xwzm4K5OVsWQyc1dycOsRk4E4fY1IRocPUa3I/VZAOXLPCT0dVdSzgixUhtq5RjckxKI+mk5pFUQ2wGwVRDbPNG4CDbvPk3yOb1Zmm+cpNGOTLbszkKLdmIBFHsQ/ZlNBCkUI/IM7rsawlHpAjbKy4+G8ipSS9cRR0201XUYTNdRR0201XUYZs/PgyytQeHvajNZhS/olKaB64McBlErAxwtTBJjyfbpMCtQmd+wuzxGBwsezwG58kej6uUGN+L4FTQEbZBA4UB+t4m0mnmLIsetfH8jXHOz+IYJxl+B6NmBYMcM3Mj4kDvL5geyTAt1cj4GuSYlmtkMg1yDBWgtn+AwtL2B6ika3+E1iFzlaj7HP2QO5msYUO2xnwnyx71tLyqtmRpLrPmmJZroo2HGGakGlhUQwzTUo3rZo1yzc+FfeInt/kejBN8c+tie7hkXWwPM+vCIL6zTz8tU1QvM/BwjjH1pLM9O17f2+kx3/Nj5uzW6JPPSJw/lg/Qz8g0Sfwd5DCTa+PLJdvYUDZ5gGwyI7s4zrbO69PPyDRYvEMMM1LnF+4A/YD2OR6gtR4zM0x04glplQPD/jAfwTnGNCF93k/RoZ2Q9d7InzdAPyHz3Q09mo5P0E7I+s+5yyqddOoL53wlXC8j66OpkhpmucD+nGA3MUIn2MnAe32YrarSoZ2Yow/nAzgJTaVJ6sk5pzvjuaa7qZGxLbecWdrY0PbHWQftLPclz3vokx6wbsZkXLJ4xmTMnwvnZcx7CuZlzLsN5mXM3/jPywiGsNCg6kCPenIXfD7Z3816s4YYJqT+KvMS3h4OhlJbhik9YHac65JPSPxx3pboEk/tS1Fs2f5Y8H9MX1zj6ZdLZ1yBn44mbm+ddELSrCWtk05ImnWm6qQTkuZt8Q7thCzoEVgayhK0E7KMwlL65HOjm7Hje9ST8kwL6Q+yTEg2qYXfIZ6QZuSg7pObl/ofYzVoYzHGOq+PRlnn1dAo67z2GWVVIl6O5xPdGlyWtXT9mwX52yxeKHRjMgwyxBTC0ZGYxaR0iMekGXWf7tCa35kM8hlcmgzyGdyaDPK53Xc2y6zTaS995w6f8Tt3+IzfucPXe2ejq0ONdGzFmFzVqZR9U+HmfExujHwDKuWYnL8fEtFC1f7hdt4mHGQxPwBMsRvY/lPspPteBv4IhXBsdt7TcjZZRCcdlQTl7+yfDO7UhhjGpL4rdrvzPj8ZSWyIx6R9YMfdXL9dlXJ8VCY2tk47JsvEulYpx+T8BWD8gl2j0k/LfMAOGmS8dB9NCTHeTVNCyPD7Gu8shXx6Bi/YZRrDjNRLd9wA2/QTLtp9HZZpyeY7UaWfG635rtQ5puWa71CVvifzWCSfaGxSvECjHJcza3NqlOZJugNcBim6A1zz1skQ1/ypYIjL68/PNt+z88FshiTt+FzL32eOpD3qcXlV3IZBkOowy6zki2RevjYujW8ZYbxghVzaunmEcf7gOMI476scYQz636g8FPtyTiH0qMe/uYHN3aEdl5XKPgLzV32DHJevpAu4yaO43Udxe4/i9h/FHTyKO3wUd/QobqXq5oPYH7fa0OOWG3rcekOPW3DocSsOPW7JocetOXTRohuDH1N1q/M8DoJm+ckj+d1H8nuP5PcfyR88kj98JH/0SP45SJoX8NgViB67BNFj1yB67CJEj12F6LHLED12HaILF2K3RGHVV9ck7P1vwPeD5PtQ8324LAh+XoZJVuacjNYjkpfNfd38C3aJjd9qhHH+VUYY2/H/IDwR7JjUbzj5Ah9EkyARXHPphxllnX+JUdaJ17B/nTXM+2Il0yNeSRPwkBfTBLSv91tR9F7w+/s93eXJpa9YsT3mJXURD3pNXYSSlrctpAPSJK9Op+1ftNS/G1wYaqTjkswSjPvk4xLvWCoimOcdHMMs85LNcgLHuMwv7GYkGFzdzUgwuMSbkWCQ+TUjwSAJbEaCP7EG2OfThUuAc0ysVno85ay8ZG1pLPOSL1tbXa7L19aIhAvW1oiEC9bWiIQL1taIhAvW1ogEf2INGK8tlWN8BWTnPTtyM+mCtaWxzEs2sKdGeC5fV4P8F6yqQf4L1tQg/wUrapD/gvU0yO9PfHXj1aRyjH9zk2p/XeKhBgWnPDG58NEoR9qR2KL/h0HAUpd6tHGC0bhayp4cmf49K6Ql60n4xPZ2fD7uDTKgdNLR4gdHKLGxhYjjuXy1QY4L08aHuU2zx4e5TZPIh7lNc8mHuU1Tyoe5fSV37rxPbmBv3Iou9sVs7mCPvveF/w6Ne2w1n3VSZJ+8J/F9vet+yDI2s9k7tHOyZjygPeqePH7YP36av3FuyUYkGBxbVMIRKSbJqxrlmBwT80wnNa9PPsRmUKB8iI10xm12zOrQjsxBWwtIeq0uEVmxXDgnI+ymczPCPo9Tk+zzQDXJPo9Uk+z+wAKf0/ca5cjHNbjQVQlHpEAtyS07mUlqiQer05Vn8NLYJZ2zinVac0U4yGegAgf5lIpzoi/0lv9sBBp9cvP6c2OsBmXoxljnN8co6/zGGGWd3xSjrO2GqKKszaa9S2zermyY0aBf2TDj/ISPMM5P9wjj/GSPMM4HpIwwBnoDKqMPpFFe1nLq4k8zxGXYZOrijzLENf9FhrjmP8cQ13xD1CGuUAH6ghu6BvZdTTagKuAnI/uuJRyRIkp42chATEU5IqcuVGsiqaGdHBM2HhOelEOM5ZCZd8MXvNv0mFzjMbkzYyIXjIkM1pO371hc5nPtdxTCi2qnd5jMCqZ3mMyqpHeY2nwZaDDIbcBtfjsXZKlR9ide3hfd5acbO99uz/x4KQo6TscEjnKZm/IzEgys+RkJBgb9jIR2tv/F9vPgVhP15hh+MAC2lmxQwvwtW0M1yG9UX0olHJQivF+zIgTVID8UEZqrxKHQDcpQc2INHOTDLLOSL5JpvO5HGOeX+wjj/CofYdQXt8FBryUb8BbVTXfNfE8dauPJG+Ocn70xzvaAJtJRro/0cMMhwSB9aYC+Py8qzQVlgSb4pp9RR9OYS685puWaFQoaZpmWbJQsM8gxLdcgWWaAflrmSMjLcUzmr4MhpvGWchMoO+YpvYeGnVBRYh5VR7n6FaNv6DE/GRjjKuGoFJNeShqped3pITaDutNDbKT/9nlZzhbM1mlH5yA779PSSJKgHJVj0uukQzsuixvBOTOUJWlHZd0Vx226owcjYTXxqLQtPV4zO9/Ra2YkUKEff1uTRJUu8cSa3h4MV/R2/D1N+l5ppH1JTT9GcQElpJSGPSMVjgc0juxzX9I9ss/d7r+Ulfn13k731BzbRnj6TXLVk4y9LU6nnFUc5icgnW/4GUeW5Adm5pEaYjBvwzvObNCFd5zZoAnvOPO8t2qCed5pNcHsD36G+RSwHvWDPsBlLZjGOC+b+suaL41xXjbpw22XkqbKVf1RzHoYH7hdwqGbI0Ej4Y9awh8x14dbNvGMmbaBXXJzqBtjNcC5Mdb5LzvKOv9pR1m9gdkzqs/UJ3/A7F1cn2mU9ZLZu7g+0yirMnv3sXJNdPHaBu7RZa2Jnv4oGqn5BxliM/gYQ2wGH2KIzR2bSbPFOMzzwAl4wLKc5L90SkYWKJ+bu6JI6jyChrrYTy+zMaaecTJGaEMuzUyqwgyv8ZcwkzP/RczkzH8ZMznzEGImZ17Tmsnxp7/p6a64/GNyJrMVwwkfvGJa3setmJ6cB66YnpwHrpienAeumJ6cB66YnpzhFVP56k2CucfZJleNTnrpuhnkftDKmZJ02dqZknTZ6pmSdNn6mZJ02QqakqStIa7E/uucp4ZLR6eeXDEa5aULZoj5QetlQtBly2VC0GWrZULQZYtlQtBla2VCkL5UKgqwhw0NZs4lmeBPf6QyHXFMpskiGRMtWVvj9MjXf37LLoqdH2MyN0+nBRjYp9MClG6w6gWDwdYdoDcPahvlNYhrG+U1CG0b5TWIbhvl9bT8+Tp9fn4Ge9TmhT1GOA3KVI1wGtSpGuFsjyglpW1PGIP3H6A3j/IY5TWI7xjlJQMe9Lt8m27zjF18sO9LqH6ceojBtI1yPcBdPyzhEpf9sASDc++MBAPXzIyEeY01J2E+4nFOQjD1refdz2NMj/nSlzmjZwQ86Dtf5pqeEfCgrzzgqL7sI6sC2m98TUWaI4AkAAwr2f4k4r5MtvUcs3kNfDNBBhXxzQQZ1Mc3E2RQLd9MkOrZzjLGjy5beluc5255FdrjBXefQ2wm7uwBNhNX9gCbiRt7gK2dJqj1c2TMKHW7Q2uusQf5DLT1IJ9BDOYgn0E21SCfQRrVIN88ugzzzYfND/OFs0XFhvmi+WJiIx/eUdKcyzM0bzie7Kw47sqZZGed2HgdjTDOL6QRxvmVNMI4v5RGGJWu5tc2k4mt89nqGql51tkQm0HS2RCbQcL1EFvnfic77z/N3+gA1WV3OAqH4a2NwmF4T6NwGGBuh6P97LtC6Kx4ez4aZswOcphnFkxwG6QYTHAb5BpMcM/P4RT3PCRPcc8D8xT3PDxPcbfZTfALlNwzBIE+ubnLZYzVwOMyxmrgcBljVS42uXUtin7vGFQVn/bn6rTm7ttBPgNv7SCfgXN2kM/AFzvIZ+B6HeSbX+LDfO2BptyB7trmt2B1w1UjtGs+2rfI0AfyQfD/RfL/lfO/F/z/QLNPwI98Ap59AnnkE1pfEYQ5z2TySZLe5QYfTtPDfUaCTtqTJLJzpiVIkn6eVtU4aSYVsabqF8mpmk0hk/znLv984nPDYZzx3HAYpzo3HMY5zg2HcXJzw6GFIp74SkJzEYiCqN+4+vNhS2H/1qmmov7XtLARHkPZ+AGy8eh6qYrQmi2bmvji1dNhNF9EHUbztdRhNF9SHUbzldVh9HVgwvPA1P9IAmWmOSXJKJzMpf82ZFxC9d+xfbo57+I9zbc6rs3IqmjGVxo2W2P48tWFL19X+PIVhS9fS/jyVYRHAAob4BOehRD8AHjChvCEHwBP2Aye8CXwhB8KT/ih8IQfCk/4ofCEHwpPeBieyDw8kWF4IvPwRIw/iEY+/xk0ctJBK2KAVmQcOIkZcJLxpUvMFi25fLmSyxdqf5Yqk4aY2D1kdvOTBwALMQQW8gBgIWbAQi4BFvJQYCEPBRbyUGAhDwUW8lBgIT1gOR9jurfL05Gxk11+MgzHGOUynvw5CfNfYU7C/OeYkzD/XeYkzH+gOQnzjok5CfP+tzkJ8xclcxIMrkxml5Qz34JlVoZBF5ZZGa275P68291DAdlrNnNfqlEa75Ehrvl9McQ1vxeGuObX/xBX67s/0dOpKGwGbVbrGjpNaFAd4WPoWpKy/hCy/qhk/dENEtIeKOwOAywbYzKv9TctwKDi37QAMvx+86Vo+uQ9TauTHE95OVMFYojhYTOlM184SzqzQWXEcWaD2ojjzCOLvUxuWHqeKYkzyPGwuexwXziZHe6R9Qa158zfB6inV5tB6v4A/WB109P50MMXQ1wZY+/JNyqbXBOOjnL22kolHJUyv/U1ylE5dZGp2dp6XfJ5ifgyiXhU4onRnZEsIByVcmS3+dz67dCOykpO1EgOpxufJ7Oavi3pqCRZCX8+PnKAfqCqxpFj246W9nWeiVKhqb2l+1R2zDDW1XNiBp6n/jyzGuekT7yV9hRs+BSdqSdd1Ewx6oumEFZSbIOmaANcBh3RBrjmleQQ17x2HOJq1WJ23m7tuzw93ZjMUY/avIbECKdBDYkRToMaEiOc7YU9PTxYMQ2xDsqdVUxd4v6FqEIwq6C6xIPS0uJuvy1oyo8GXIPP1LEcYpgc47z661Ebr6Mxzvl1NMZJBt/BqBDkEMPkzEhwn1NQgxyTcktR9q68KU7mA1Z4HjT7fX6sje3CApTDLJNvbVyIcoxpRvqMYdMlnpRmYFD0yQclmhoUHdq+sd9ORJtRfUHy4ij/9BOmjYdhFvND1xS7walrit3gEDvF7k5PC758WvDjpgU/blrw46bF/NJukt2bnlVy+aySx80qedys9m+YBsncy9/LNQMA73LJ3uNmzHvcjHmPW4deb3umjHF7J79lM+X4KqrxDnB39LZtPW3WCk5jMb8om2I3uC6bYje4NJtiN7g6m2L3BvrOmVRb7VH3j+fFlh7t8r7ktvtF/cGnGM0TiOaFGGQTzQsxSC2aF2KQZzQvxCDpaF6IQQbSvBCDdKR5IQa5SfNComY1/vUAKZmc6nDRWhxnM16JsyLm1+GsiPlVOCtifg3OivC04rSnsr3pMsLoMaZ+cVRa3kC6RHNOkiU8LnQvDEuZeci072aQxdyBM8Vu4MWZYjdw5UyxG9QEnWL35j6dQW3VCcZHzvClFVfnhTx0ti+twzovRHVDHve5KMl0yYoeYbrAKTkpwMQ3OSnAxEU5KcBglqcFKDOcn/asLO3r+91FczzKZj7LcyIM5nlOhMFMz4kwmOs5Ee1s09y2j0VccJ1UStqUqcWczC9ruCS6TzvC/v+tnWFzmzoWhn8RM7XByX5N0ybpzmabuc7ezNxv1CY2W4y8gJO6M/e/L4JgMEh63wOe6adG74N1JIR0dHRU9GHdBzuKux1GTinvI2QwhLuWweBmpzBB13y0fy12utf0xVQ7fef4cV+nWjpK2gKqRVdxMSTufi6GxF3axZDadgk+BfUGH5mszFCetphdi21k12Kr2LWtHaJTWjp9gSrTk4wK2hYuNbaGS43t4VIHgzlbPfPnp8Gd8uIZ2lDLT8yGWn4+NtS2dkjidBNl+s6GQsmmUU4lbRuGgq3EULC9GAr+3DOUTv6LKFxt61CoXJRX0SXkc2NgCJEpA0OIvBkYEgwTUbZXdpvnN2xkC8tz/YJdGFNZrtxSeVpMF0aQHNOFIXKDMBgiYQiDIfKdMRgi6xmDwX5BCvMPV9dqLnmeSTvWSTilW/UhozpVHzKqS/UhozpUH7JgLD8fa/n5JSw/v4Tl55ew/PwSlp9LLO+Ptbx/Ccv7l7C8fwnL+5ewvC+xfDDW8sElLB9cwvLBJSwfXMLygcTyi7GWX1zC8otLWH5xCcsvLmH5hcTyV2Mtf3UJy19dwvJXl7D81SUsfyWx/PVYy19fwvLXl7D89SUsf30Jy1+bPMunkImVvo4de3X75SWuXIuW8t9atJ2A2+qsVrzSJcMkCX9RbmqLiK+VG0BUzQ0gnNJuQLs+3oWb8HecapdgWlRHwQjXsVkzdFCbyzHXTLilvGuawRB+aQZDOKUZTNs0j2Gu0uzo3ZcNqBPP3TI329lEtMkAABsLANp3M4303q3K1jo3dc50PKOCrplLjavlUuOmd6nx8O1St+P2H/rCiUMWlh2rybznvdS+KadVHTratpiBLYwZ2M6Yga2NGdithBnYp4QZ2KGEGTjODDOI5A5EJyPSOxAU82VYwovZhCOLVSq74ko4plilgcME0ovApt8ANv3qr+l3frk/tO3Iuld5wfUVg2Iw/3kpSz1VpZ50qWX9I5a4AVxCug0ICG4GAoJbgoDgUZmA4GGZgFwZukUdhSHqF12J4LVxyJl3xiFnXhiHnLkazyHvrC6z1bYcrldnEWUjU8KYWTotpvlx+KBsv/TwfFy3RB35zy0pbTLBohIgmGUlQPjmehbRr6JO2MZXstW4bUgc5R0UdxP3mVrpbkicCLXKqCeI2ePa+lwsbOVzsaV9uWsVzBJgqXYfE4e7OYQjLWeESC1ohDAuGAgJzEbT7oFwJXgpPgSWzBTlLGgfZnHO3axl0dAN4NaziStsejaFhU3fmfRF6zqph76psn+EQvgdevlgPVWsj1nFUy8OxPRA92TCIOCnEnYxMZGwi4lphF0MrI+HCLtskmGEwwNEjDOSZWhY60OlaXVxW17nuiH6jk1EmwkAsJEAoP0S/Uzjt0h0FapRQdfMpcbVcqlxs7vUneP7cXps+sQ6zNyTrn5h/qi0WUgckjYLiePRZiFxQN8sxOs9i/DKaOok3mwL2tZV6VHG7ipl1u4qZebuKmX27iplBu8qW4vvdVLVKtxV8MbbRPwBdjeAOMLuBhCH2N0A4hi7G9C5MK2cwGQ6BcEh5nbz+sUF22sWKbOlZpG2H4ZtuN8fvW05a16HxxznpTKUHx7KLydtUXVeJ1/F3mssvniWAZyeuk/BIX0eNrfA/DEw3wILxsCCGlYa9zYJjzuV7bdxvuN2K40Kuvu51LgHutT4dXapDYeKJOH6NpH8eNHYMH0AEBw0QuH57eHSemgrV2y7qMj0OXvJ6VyzeMQpXSdIclrXCZKc2nWCznZ61u8q+6kXFRO9qi8d1Mfmmvfczz+on1fd1dpcEofHZ7NkMEQPi2EXoUVDsHVFhWgtkeyE2eXUNphdTu2B2eWMS98hXzisSufNc0uJ9quPAQmfUYsIOpFTzyYi6Js6QmYm5DeyCX2whxjTD3sIH9dzPq6e8+n1nE+v55yvpz+unv70evrT6+nz9QzG1TOYXs9gej0Dvp6LcfVcTK/nYno9F4N6PugpWfM9917iYuvdHrJcZd6NPjMPp6eEfpix6FDOZeqA1G0YZ3lxTKKcm+LZhYLpHYQwUzsIYaZ1EMIkZIGQ9tscp3kRbrJw13QINk+qSzjcaLIXno99ylzyFH/sU3zJU4KxTwkkTxFkyP12ovSjbU8PWpbrh2MRJYlpOu98jFNJv3wMBb99DAW/fgwFv38MBXtKGQqOEWUoOEqUoeA4UYZCRIpS3Y6IFaU4xHVgFMfWg2eyLjyz9eGZrBPPbL14JuvGM1s/nsk68qz1/2+iNMrqw0hh3AlqF2YvvG8xN9+8lxNm4Ki4139/QL6JU6nBQF395VtaMICqmJnwL7VROSZUxSy/QQc2EIi6HD0+DzV4NB5q/PPfeqv2R/xLdSlzXZ+VSoiqVsVkNe1KyIp2Jf16hjnTJFUxc02b7/YzDFYbFncSaZbMfuci0oLnIvydNojwZ9kgwl9hg+iq1xVZV9agtLBjDpVs/xwqe930DruxOuUG3eotzg9h4q2jPN6kpxVmRo7Uf9bqL7W6ObaRmek6CgYF6ZoE7t/MxeiaJXQrOuW4KZ3ytj3PrKmjzKjQTatqYLd+yRvoezcqYHsQnlWzBP7iL1ERxon3Zxy9i353R0e3OWbghscMPGBiBh4/MQMPp5iBlzSYcX1qe5Um+jzte1istnR+PpuIbnUAwE0OALi9AaDdFvycRe96vtDMyz9iU6n1P9DS5uI42GocBxuP4wTnDtOPQu/a3fkYr/+rDlkaHetJsPf19TUC8dosZDC8PcSbbRVJ5dWIeiOda0GgpVuQ4+AW5Di4BTlO24LLcHfIytXm3SFJ6kvFTn4y0hVGAHiPGA8jHGM8jPCP8bDWuPkhe9VXtakk8X6UC511FbJwFF/DCzBtY+qCp/0HvWB2N92g+OAVOy8yE+BmgDUXsOaA5QtYPmAFAtbQd7345JX/lvskLrxl3U2asbT+ajvpUE2/SCwJv0UsCb9CLKl9f+701t1TN7zuZPolnsxANW1NloStyZKwNVlSx5p6cyxaVh+HL/EmLsqp5GOY/YwK7Z6kBnsOwdtVgiOMK8H5nW2gMCtH039XuqcmKdBfSu0+Jh5MZ2Mhgs0hEZDZJxIBmS0jETDoZGs+qnTtFdvIe1PxGiRoPis7HLyrA+re11M+g6ePCHAqyBaqJc1Fkah2okhUA1Gks1BJr8383gTTrxhTuqXDdouyKI2LYz1NrUIl7tTqkDMLBqDl24ziEC1GcYj2ojjELizFaQMhvoc/7zP1piNWUtk62Knkr0EjKMRNaASFuAyNoLTvy33UxB5/lPxw5VLGQ2LeSc6BCJ85B2o/nbdbtVLVnONzmJ2GF+OsxH3YgefwRyDETOJghJhJHJcQMztTuuQQr70vxzTc6ft1ms8uc6WeW8pP4RgMMXVjMMSkmMF0nB97VXScJQ912o96wKxIzMeIYxhWnXGRn5q7+Ymi0ZdD8J9DCY74KkpwxMdRgut4eaMwW+eV26ZslHXZKrVLUebkoim851dIJHzAQiLhDRYS8cxESmznKHUAbbT2no/7qH7VbrkzY04l3V4MBbcRQ+mEI6tM5Su1j86843+pdRyuuEGeIvC+bgGN8HgLaITfW0DD/VRCw1t/EhreBJTQcHyjhIbjHCU0It5R1H2JuEcRj4h/FPHmp/f6P9mPMPW+v0Wp9xT//h2KPvpITL/NJAi/yCQIv8MkCL++JKiTF0CVf65uy/XKz1G6Ok49KPpYA19K4E0NtB4XHRaFIZlmyWCKOSz2OQvTdS5k1yKCjgNiLBqC/VTn5Jf+9kbG5/hGCCLLN0LgNwEiAoepqgDIsQY7FxMNs4yyt3gVSZ/TyIgn3BI536wqG//crGBn06KRdiqLnu5RFj3dnSz6ANhmPsI284m2mU+0zXyibeakbfwRtvEn2safaBt/om180jbBCNsEE20TTLRNMNE2wcA2X9SmnApGSaFjSw86DU/Pd+G0Ulfd09GWwgxsLczAFsMMPLPDjHZS92eUqJXeBvmaRBudF78Tu0OYHsv5WFgWRYTEsigiMpZFEQGyLKptnfKNeY3yPFZpmHjPWRinepNeshKiCHQbSWi4mSQ03FISGm4sCW3RH+M710yc7RExY71NKx3zAYce+wGH/gYATufGZdUkD6qTiPUXmexFywDTbs+dCi6rgo/o/IhJMJhB9wvB5apJAKm36pCiYxAWDWS/bMv1wVYp4D21y+ATbnZ6Bz4GyyKrit/kBARiSxMQiA1MQAisVnpKwlRmoUoBrU8fTHMJR7fBqONqBETeEgaIvTH+qeJUZCwtgE1BnK8zSwwRQ+GrjnlcVlnfuA1So0QQH+SQM2FBDjkTDeSQM0FADnn7Wf8SZ+W6RWVenaF9k4X7bXduTdmZhfBLFhmQWL/IgMRiRgYkVjYyIN51EgLxxpMQiPeehEC8/SQEEjtQ0p79qROYGiVJWBZVhyT3bptbZmVrUBYiCFMVAZloVRGQCVoVATuOlmNeqH0cpt5dmG912FS1cUF5WZxSftRiMMRYxWCIEYrBtObLojR6D38kkafTh2yOYxcnf5w4X2uOdeNrUBIuT4yKwURhUAouUIwKzMX7XWYJJi9Vcqiuh5DRTzLB5aQAwdxNChC+vZ7P0WqbqkRtjrKKtjpsy8/lf7zGhdCUjQrzqY02q2p8S4n3JRHB0U7MFpxNNLz7cRtF5dDuPZff1ty7ORRqp6ox/hTch0dsksHfCCniEZdDinjEPZEiXjAMm7tVu2qFpVQqS3VHEeRhdARNEE5H0Nre/VgOHqG3XMXeXSzajHEJeR8mhhAOTAwhvJcY0j2zlRbK22Tx2iuy8C1KmqtMZHExnyvMvcY81xjLlWC2giBM1ywSROU6AUwQrhPgO+r3CK/4smgm1O5RdLmXW9/WLfr1v0NcvYPNXV6r8Ocp7e64jvP1xGxulLvVzCbpl6UXUSrnL6AIdAtIaLg9JDQ8HEhogcHCZ6VxZ3YJR9jTCpGY0QqRWM8KwT4gAoL9PgQE+3oISJtq6E4flbvJio6P5Ejl2nMJ+RNIGEKcP8IQ4vQRhuA+QEBwHyAguA8QkOuO3z/fxSvv+/qY59HRO83MJBv6JEOwMSPhMXs0El73tq448/IwKSenXpWXfK3zsepw8WlBxg+au6y4Dx2q1eHSLY9cIr2yw9xL7d+xG6Rf2EVrAkOJtJ9WlYv/HIU7lqrLMr9V+iv5EzdWLXG+xqolTtNYtYHJDnymVpvIZWXmSzIsPsbG0q+GVSqysPQLYZUSJ5FsUuLYkU16bX7L2p1nWbcYKt1vM7nTb9GM6SWj9vfdet9UN2LrfFB6YKs7/bC3chq31fdi7ML87KjSU5gV8SopV/2pemdOO8tx/DxuLJqY3Y1FE3O+sehmIP377/8DLs9bKg==','off'),(709448,'_site_transient_avada_autoloader_paths_5e82b688b94bebaf11fbb78389b7b8da','a:50:{s:28:\"Fusion_Builder_Redux_Options\";s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:11:\"Avada_Admin\";s:81:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:80:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:87:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:90:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:80:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:82:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:80:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:82:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:92:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:90:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:90:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:9:\"Avada_PWA\";s:79:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-pwa.php\";s:19:\"Avada_Importer_Data\";s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:100:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:89:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:88:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:88:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:81:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:94:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:86:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:87:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:12:\"Avada_Helper\";s:82:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-helper.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:101:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:104:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:104:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-options.php\";s:13:\"Avada_Upgrade\";s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:22:\"Avada_Upgrade_Abstract\";s:100:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:13:\"Avada_Migrate\";s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:96:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:92:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";}','no'),(709462,'fusion_registration_data','a:1:{s:5:\"avada\";a:5:{s:5:\"token\";s:32:\"Mm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ\";s:13:\"purchase_code\";s:36:\"83e6bb73-a72b-47b2-99bd-d6353c3db921\";s:8:\"is_valid\";b:1;s:6:\"scopes\";a:4:{i:0;s:7:\"default\";i:1;s:17:\"purchase:download\";i:2;s:13:\"purchase:list\";i:3;s:15:\"purchase:verify\";}s:6:\"errors\";s:0:\"\";}}','yes'),(709463,'avada_page_options','a:0:{}','yes'),(709728,'fusion_builder_frontend_preferences','a:14:{s:12:\"styling_mode\";s:5:\"light\";s:16:\"sidebar_position\";s:4:\"left\";s:12:\"editing_mode\";s:7:\"sidebar\";s:13:\"open_settings\";s:2:\"on\";s:18:\"keyboard_shortcuts\";s:2:\"on\";s:12:\"descriptions\";s:4:\"hide\";s:8:\"tooltips\";s:2:\"on\";s:13:\"sticky_header\";s:2:\"on\";s:18:\"transparent_header\";s:2:\"on\";s:15:\"element_filters\";s:2:\"on\";s:17:\"element_transform\";s:7:\"editing\";s:18:\"droppables_visible\";s:3:\"off\";s:15:\"sidebar_overlay\";s:3:\"off\";s:15:\"options_subtabs\";s:8:\"expanded\";}','yes'),(709742,'fusion_tb_layout_default','{\\\"conditions\\\":[],\\\"template_terms\\\":{\\\"footer\\\":\\\"\\\"}}','yes'),(709804,'wpseo_taxonomy_meta','a:1:{s:10:\"slide-page\";a:1:{i:30;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}','yes'),(709893,'aioseop_notices','a:4:{s:7:\"notices\";a:1:{s:17:\"review_plugin_cta\";a:3:{s:4:\"slug\";s:17:\"review_plugin_cta\";s:10:\"time_start\";i:1609558286;s:8:\"time_set\";i:1608348687;}}s:14:\"remote_notices\";a:1:{s:9:\"remote_49\";a:7:{s:5:\"title\";s:55:\"[SNEAK PEEK] AIOSEO 4.0 - A Revolution in WordPress SEO\";s:7:\"content\";s:145:\"We\'re ready to revolutionize WordPress SEO - are you ready to join us? See all the groundbreaking features coming out soon in All in One SEO 4.0.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:49;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:170:\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2020-11-11 16:54:44\";s:17:\"notification_type\";s:4:\"info\";}}s:14:\"active_notices\";a:1:{s:17:\"review_plugin_cta\";i:1609558286;}s:17:\"dismissed_notices\";a:0:{}}','no'),(710245,'revslider-update-hash','c86d6b70dc7c1ebd8293432693d8f112','yes'),(710246,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-c.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-c.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','yes'),(710247,'rs-addons-counter','1','yes'),(710647,'revslider-templates-hash','d13a8f54053070b451d1d97432426104','yes'),(710648,'rs-templates-counter','0','off'),(712933,'rlrsssl_options','a:16:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.5\";s:20:\"do_not_edit_htaccess\";b:1;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:1;s:19:\"dismiss_all_notices\";b:1;s:13:\"high_contrast\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(712941,'rsssl_activation_timestamp','1587917213','yes'),(713003,'bsr_data','a:8:{s:13:\"select_tables\";a:52:{i:0;s:8:\"calendar\";i:1;s:19:\"calendar_categories\";i:2;s:15:\"calendar_config\";i:3;s:11:\"wp_calendar\";i:4;s:22:\"wp_calendar_categories\";i:5;s:18:\"wp_calendar_config\";i:6;s:14:\"wp_commentmeta\";i:7;s:11:\"wp_comments\";i:8;s:16:\"wp_gml_locations\";i:9;s:15:\"wp_gml_settings\";i:10;s:14:\"wp_layerslider\";i:11;s:24:\"wp_layerslider_revisions\";i:12;s:8:\"wp_links\";i:13;s:12:\"wp_ngg_album\";i:14;s:14:\"wp_ngg_gallery\";i:15;s:15:\"wp_ngg_pictures\";i:16;s:10:\"wp_options\";i:17;s:11:\"wp_postmeta\";i:18;s:8:\"wp_posts\";i:19;s:16:\"wp_revslider_css\";i:20;s:20:\"wp_revslider_css_bkp\";i:21;s:29:\"wp_revslider_layer_animations\";i:22;s:33:\"wp_revslider_layer_animations_bkp\";i:23;s:24:\"wp_revslider_navigations\";i:24;s:28:\"wp_revslider_navigations_bkp\";i:25;s:20:\"wp_revslider_sliders\";i:26;s:24:\"wp_revslider_sliders_bkp\";i:27;s:19:\"wp_revslider_slides\";i:28;s:23:\"wp_revslider_slides_bkp\";i:29;s:26:\"wp_revslider_static_slides\";i:30;s:30:\"wp_revslider_static_slides_bkp\";i:31;s:11:\"wp_sb_books\";i:32;s:19:\"wp_sb_books_sermons\";i:33;s:15:\"wp_sb_preachers\";i:34;s:12:\"wp_sb_series\";i:35;s:13:\"wp_sb_sermons\";i:36;s:18:\"wp_sb_sermons_tags\";i:37;s:14:\"wp_sb_services\";i:38;s:11:\"wp_sb_stuff\";i:39;s:10:\"wp_sb_tags\";i:40;s:20:\"wp_sermon_biblebooks\";i:41;s:19:\"wp_sermon_reference\";i:42;s:18:\"wp_sermon_thebible\";i:43;s:19:\"wp_smush_dir_images\";i:44;s:21:\"wp_term_relationships\";i:45;s:16:\"wp_term_taxonomy\";i:46;s:11:\"wp_termmeta\";i:47;s:8:\"wp_terms\";i:48;s:11:\"wp_usermeta\";i:49;s:8:\"wp_users\";i:50;s:18:\"wp_yoast_seo_links\";i:51;s:17:\"wp_yoast_seo_meta\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:5:\"http:\";s:12:\"replace_with\";s:6:\"https:\";s:15:\"completed_pages\";i:53;s:11:\"total_pages\";i:53;}','yes'),(713017,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(714137,'aioseop_detected_conflicting_plugins','a:0:{}','yes'),(718872,'brainstrom_bundled_products','a:0:{}','yes'),(718892,'smile_modal_styles','a:1:{i:0;a:3:{s:10:\"style_name\";s:14:\"Connect%20Card\";s:8:\"style_id\";s:11:\"cp_id_528db\";s:14:\"style_settings\";s:10676:\"a:166:{s:5:\"style\";s:7:\"webinar\";s:8:\"style_id\";s:11:\"cp_id_528db\";s:10:\"style_type\";s:5:\"modal\";s:6:\"option\";s:18:\"smile_modal_styles\";s:13:\"cp_gmt_offset\";s:2:\"-7\";s:19:\"cp_counter_timezone\";s:9:\"wordpress\";s:9:\"new_style\";s:14:\"Connect%20Card\";s:17:\"modal_middle_desc\";s:0:\"\";s:11:\"font_family\";s:24:\",,,Montserrat,Montserrat\";s:15:\"cp_google_fonts\";s:1044:\"Bitter%2CLato%2CLibre%20Baskerville%2CMontserrat%2CNeuton%2COpen%20Sans%2CPacifico%2CRaleway%2CRoboto%2CSacramento%2CVarela%20Round%2CArial%2CArial%20Black%2CComic%20Sans%20MS%2CCourier%20New%2CGeorgia%2CImpact%2CLucida%20Sans%20Unicode%2CPalatino%20Linotype%2CTahoma%2CTimes%20New%20Roman%2CTrebuchet%20MS%2CVerdana%2CABeeZee%2CAbel%2CAbril%20Fatface%2CAlegreya%20Sans%2CAlex%20Brush%2CAlfa%20Slab%20One%2CAmarante%2CAmatic%20SC%2CAmita%2CArchitects%20Daughter%2CArizonia%2CArvo%2CAverage%20Sans%2CBad%20Script%2CBerkshire%20Swash%2CBigshot%20One%2CBowlby%20One%2CCabin%2CCabin%20Condensed%2CCabin%20Sketch%2CCherry%20Cream%20Soda%2CCodystar%2CComing%20Soon%2CCookie%2CCutive%20Mono%2CFjalla%20One%2CFreckle%20Face%2CFredericka%20the%20Great%2CGabriela%2CGrand%20Hotel%2CGreat%20Vibes%2CHabibi%2CHappy%20Monkey%2CJulius%20Sans%20One%2CJust%20Another%20Hand%2CKaushan%20Script%2CLobster%2CLobster%20Two%2CMaven%20Pro%2COregano%2CPlaster%2CPlayball%2CPontano%20Sans%2CQuicksand%2CRoboto%20Condensed%2CRoboto%20Mono%2CRoboto%20Slab%2CTenor%20Sans\";s:12:\"modal_title1\";s:0:\"\";s:17:\"modal_short_desc1\";s:1286:\"%3Cspan%20class%3D%22cp_responsive%20cp_line_height%22%20data-line-height%3D%228px%22%20style%3D%22line-height%3A8px%3B%22%3E%3Cspan%20data-line-height%3D%2216px%22%3E%3Cspan%20data-line-height%3D%2224px%22%3E%3Cspan%20class%3D%22cp_responsive%20cp_font%22%20data-font-size%3D%2228px%22%20style%3D%22font-size%3A28px%3B%22%3E%3Cspan%20style%3D%22font-family%3Abitter%3B%22%3E%3Cspan%20class%3D%22cp_responsive%20cp_font%22%20data-font-size%3D%2234px%22%20style%3D%22font-size%3A34px%3B%22%3E%3Cspan%20data-font-size%3D%2236px%22%3E%3Cspan%20data-font-size%3D%2234px%22%3E%3Cspan%20data-font-size%3D%2232px%22%3E%3Cspan%20data-font-size%3D%2230px%22%3EConnect%20Card%3Cbr%20%2F%3E%0D%0A%3Cspan%20class%3D%22cp_responsive%20cp_font%22%20data-font-size%3D%2214px%22%20style%3D%22font-size%3A14px%3B%22%3E%3Cspan%20data-font-size%3D%2215px%22%3E%3Cspan%20data-font-size%3D%2214px%22%3E%3Cspan%20data-font-size%3D%2218px%22%3E%3Cspan%20data-font-size%3D%2224px%22%3E%3Cspan%20data-font-size%3D%2212px%22%3ELet%20us%20know%20you%20were%20here%20and%20how%20we%20can%20pray%20for%20you%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fspan%3E\";s:16:\"modal_short_desc\";s:0:\"\";s:18:\"modal_confidential\";s:107:\"%3Cspan%20style%3D%22color%3A%23333333%3B%22%3EYour%20information%20will%20never%20be%20shared%3C%2Fspan%3E\";s:16:\"count_down_title\";s:86:\"Written%20by%20John%20Doe%2C%20well%20versed%20writer%20at%20Brainstorm%20Publication.\";s:13:\"modal_content\";s:0:\"\";s:17:\"modal_title_color\";s:26:\"rgb(250%2C%20250%2C%20255)\";s:16:\"modal_desc_color\";s:26:\"rgb(250%2C%20250%2C%20250)\";s:9:\"tip_color\";s:26:\"rgb(250%2C%20250%2C%20250)\";s:25:\"module_overlay_color_type\";s:6:\"simple\";s:22:\"modal_overlay_bg_color\";s:22:\"rgba(0%2C0%2C0%2C0.71)\";s:26:\"modal_img_overlay_bg_color\";s:31:\"rgba(0%2C%200%2C%200%2C%200.12)\";s:20:\"overlay_bg_image_src\";s:10:\"upload_img\";s:27:\"overlay_bg_image_custom_url\";s:0:\"\";s:16:\"overlay_bg_image\";s:0:\"\";s:21:\"overlay_bg_image_size\";s:4:\"full\";s:10:\"overlay_bg\";s:26:\"no-repeat%7Ccenter%7Ccover\";s:20:\"module_bg_color_type\";s:5:\"image\";s:23:\"module_bg_gradient-type\";s:6:\"linear\";s:22:\"module_bg_gradient_one\";s:9:\"%23ffffff\";s:22:\"module_bg_gradient_sec\";s:9:\"%231e73be\";s:28:\"module_bg_gradient-direction\";s:10:\"top_center\";s:24:\"module_bg_gradient_start\";s:1:\"0\";s:22:\"module_bg_gradient_end\";s:3:\"100\";s:18:\"module_bg_gradient\";s:53:\"%23ffffff%7C%231e73be%7C0%7C100%7Clinear%7Ctop_center\";s:14:\"modal_bg_color\";s:9:\"%233a95ce\";s:18:\"modal_bg_image_src\";s:10:\"upload_img\";s:25:\"modal_bg_image_custom_url\";s:0:\"\";s:14:\"modal_bg_image\";s:0:\"\";s:19:\"modal_bg_image_size\";s:4:\"full\";s:6:\"opt_bg\";s:26:\"no-repeat%7Ccenter%7Ccover\";s:12:\"button_title\";s:476:\"%26lt%3Bspan%20class%3D%22cp_responsive%20cp_line_height%22%20data-line-height%3D%2228px%22%20style%3D%22line-height%3A28px%3B%22%26gt%3B%26lt%3Bspan%20data-line-height%3D%2229px%22%26gt%3B%26lt%3Bspan%20class%3D%22cp_responsive%20cp_font%22%20data-font-size%3D%2220px%22%20style%3D%22font-size%3A20px%3B%22%26gt%3B%26lt%3Bspan%20style%3D%22font-family%3Abitter%3B%22%26gt%3BSUBMIT%20%26lt%3B%2Fspan%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3B%2Fspan%26gt%3B\";s:11:\"form_fields\";s:709:\"order-%3E0%7Cinput_type-%3Etextfield%7Cinput_label-%3EName%7Cinput_name-%3Ename%7Cinput_placeholder-%3EWhat\\\'s%20your%20name%3F%7Cinput_require-%3Etrue%3Border-%3E1%7Cinput_type-%3Eemail%7Cinput_label-%3EEmail%7Cinput_name-%3Eemail%7Cinput_placeholder-%3EEmail%7Cdropdown_options-%3EEnter%20Your%20Options%20Here%7Crow_value-%3E%7Chidden_value-%3E%7Cinput_require-%3Etrue%3Border-%3E2%7Cinput_type-%3Etextfield%7Cinput_label-%3Ephone%7Cinput_name-%3EPhone%7Cinput_placeholder-%3EPhone%7Cinput_require-%3Etrue%3Border-%3E3%7Cinput_type-%3Etextarea%7Cinput_label-%3Ecomment%7Cinput_name-%3EComments%7Cinput_placeholder-%3EQuestions%2C%20Comments%2C%20Prayer%20Requests%3F%7Crow_value-%3E%7Cinput_require-%3Etrue\";s:10:\"input_type\";s:34:\"textfield,email,textfield,textarea\";s:11:\"input_label\";s:24:\"Name,Email,phone,comment\";s:10:\"input_name\";s:25:\"name,email,Phone,Comments\";s:17:\"input_placeholder\";s:86:\"What\\\'s%20your%20name%3F,Email,Phone,Questions%2C%20Comments%2C%20Prayer%20Requests%3F\";s:16:\"dropdown_options\";s:119:\"Enter%20Your%20Options%20Here,Enter%20Your%20Options%20Here,Enter%20Your%20Options%20Here,Enter%20Your%20Options%20Here\";s:9:\"row_value\";s:3:\",,,\";s:13:\"input_require\";s:3:\",,,\";s:12:\"hidden_value\";s:3:\",,,\";s:11:\"form_layout\";s:16:\"cp-form-layout-1\";s:16:\"only_button_link\";s:0:\"\";s:23:\"only_button_link_target\";s:6:\"_blank\";s:19:\"form_grid_structure\";s:24:\"cp-form-grid-structure-2\";s:18:\"btn_attached_email\";s:0:\"\";s:16:\"form_input_align\";s:6:\"center\";s:16:\"form_input_color\";s:9:\"%23999999\";s:19:\"form_input_bg_color\";s:0:\"\";s:23:\"form_input_border_color\";s:0:\"\";s:12:\"input_shadow\";s:0:\"\";s:18:\"input_shadow_color\";s:33:\"rgba(66%2C%2066%2C%2066%2C%200.6)\";s:19:\"input_border_radius\";s:1:\"3\";s:15:\"form_input_font\";s:0:\"\";s:20:\"form_input_font_size\";s:2:\"15\";s:21:\"form_input_padding_tb\";s:2:\"10\";s:21:\"form_input_padding_lr\";s:2:\"15\";s:18:\"form_lable_visible\";s:1:\"0\";s:16:\"form_lable_color\";s:26:\"rgb(153%2C%20153%2C%20153)\";s:15:\"form_label_font\";s:0:\"\";s:20:\"form_lable_font_size\";s:2:\"15\";s:9:\"btn_style\";s:11:\"cp-btn-flat\";s:15:\"button_bg_color\";s:9:\"%23ffc107\";s:17:\"btn_border_radius\";s:1:\"3\";s:10:\"btn_shadow\";s:0:\"\";s:13:\"btn_no_follow\";s:0:\"\";s:22:\"button_txt_hover_color\";s:9:\"%23ffffff\";s:21:\"button_bg_hover_color\";s:9:\"%23f2b400\";s:24:\"button_bg_gradient_color\";s:9:\"%23ffff54\";s:17:\"form_submit_align\";s:19:\"cp-submit-wrap-full\";s:24:\"submit_button_tb_padding\";s:2:\"10\";s:24:\"submit_button_lr_padding\";s:2:\"15\";s:13:\"form_bg_color\";s:9:\"%23ffffff\";s:17:\"form_border_color\";s:9:\"%23ffffff\";s:11:\"close_modal\";s:9:\"close_img\";s:15:\"close_image_src\";s:10:\"custom_url\";s:10:\"close_icon\";s:10:\"blue_final\";s:26:\"modal_close_img_custom_url\";s:96:\"http%3A%2F%2Fdownloads.brainstormforce.com%2Fconvertplug%2Fpresets%2Fclose_icon_white_border.png\";s:9:\"close_txt\";s:0:\"\";s:16:\"close_text_color\";s:26:\"rgb(238%2C%20238%2C%20238)\";s:15:\"close_text_font\";s:10:\"Montserrat\";s:9:\"close_img\";s:0:\"\";s:14:\"close_img_size\";s:4:\"full\";s:20:\"cp_close_image_width\";s:2:\"45\";s:14:\"close_position\";s:12:\"inside_modal\";s:23:\"adjacent_close_position\";s:9:\"top_right\";s:14:\"close_modal_on\";s:0:\"\";s:19:\"close_modal_tooltip\";s:0:\"\";s:13:\"tooltip_title\";s:49:\"Note%3A%20Modals%20are%20displayed%20only%20once!\";s:19:\"tooltip_title_color\";s:26:\"rgb(255%2C%20255%2C%20255)\";s:18:\"tooltip_background\";s:24:\"rgb(209%2C%2037%2C%2037)\";s:17:\"tooltip_text_font\";s:10:\"Montserrat\";s:25:\"display_close_on_duration\";s:0:\"\";s:18:\"close_btn_duration\";s:1:\"1\";s:21:\"autoclose_on_duration\";s:0:\"\";s:21:\"close_module_duration\";s:1:\"1\";s:14:\"overlay_effect\";s:15:\"smile-slideInUp\";s:14:\"exit_animation\";s:19:\"smile-bounceOutDown\";s:22:\"disable_overlay_effect\";s:0:\"\";s:20:\"hide_animation_width\";s:3:\"768\";s:10:\"modal_size\";s:20:\"cp-modal-custom-size\";s:14:\"cp_modal_width\";s:3:\"450\";s:15:\"content_padding\";s:0:\"\";s:6:\"border\";s:195:\"br_type%3A0%7Cbr_all%3A13%7Cbr_tl%3A13%7Cbr_tr%3A13%7Cbr_br%3A13%7Cbr_bl%3A13%7Cstyle%3Asolid%7Ccolor%3Argb(255%2C255%2C255)%7Cbw_type%3A0%7Cbw_all%3A0%7Cbw_t%3A0%7Cbw_l%3A0%7Cbw_r%3A0%7Cbw_b%3A0\";s:10:\"box_shadow\";s:105:\"type%3Aoutset%7Chorizontal%3A0%7Cvertical%3A0%7Cblur%3A5%7Cspread%3A0%7Ccolor%3Argba(86%2C86%2C131%2C0.6)\";s:11:\"shadow_type\";s:6:\"outset\";s:17:\"affiliate_setting\";s:1:\"0\";s:18:\"affiliate_username\";s:15:\"BrainstormForce\";s:15:\"affiliate_title\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:16:\"custom_css_class\";s:0:\"\";s:17:\"modal_exit_intent\";s:1:\"0\";s:20:\"autoload_on_duration\";s:1:\"1\";s:16:\"load_on_duration\";s:1:\"1\";s:18:\"autoload_on_scroll\";s:0:\"\";s:17:\"load_after_scroll\";s:2:\"75\";s:10:\"inactivity\";s:0:\"\";s:17:\"enable_after_post\";s:0:\"\";s:21:\"enable_display_inline\";s:0:\"\";s:15:\"inline_position\";s:11:\"before_post\";s:20:\"enable_custom_scroll\";s:0:\"\";s:19:\"enable_scroll_class\";s:0:\"\";s:19:\"enable_custom_class\";s:1:\"1\";s:12:\"custom_class\";s:0:\"\";s:15:\"custom_selector\";s:0:\"\";s:14:\"developer_mode\";s:1:\"1\";s:17:\"conversion_cookie\";s:2:\"90\";s:13:\"closed_cookie\";s:2:\"30\";s:6:\"global\";s:1:\"0\";s:12:\"exclusive_on\";s:9:\"post-2638\";s:12:\"exclude_from\";s:9:\"post-2022\";s:18:\"show_for_logged_in\";s:1:\"0\";s:16:\"visible_to_users\";s:0:\"\";s:21:\"excl_visible_to_users\";s:0:\"\";s:21:\"display_on_first_load\";s:1:\"0\";s:15:\"page_load_count\";s:1:\"1\";s:14:\"hide_on_device\";s:0:\"\";s:15:\"enable_referrer\";s:0:\"\";s:10:\"display_to\";s:0:\"\";s:9:\"hide_from\";s:0:\"\";s:16:\"enable_geotarget\";s:1:\"1\";s:12:\"country_type\";s:3:\"all\";s:4:\"live\";s:1:\"1\";s:6:\"mailer\";s:1:\"0\";s:16:\"custom_html_form\";s:0:\"\";s:10:\"on_success\";s:7:\"message\";s:12:\"redirect_url\";s:0:\"\";s:11:\"on_redirect\";s:4:\"self\";s:13:\"redirect_data\";s:0:\"\";s:15:\"success_message\";s:55:\"Thank%20you.%20%20We%20will%20be%20praying%20for%20you!\";s:21:\"form_action_on_submit\";s:10:\"do_nothing\";s:18:\"form_reappear_time\";s:1:\"1\";s:20:\"form_disappears_time\";s:1:\"1\";s:16:\"cp_new_user_role\";s:6:\"Editor\";s:15:\"msg_wrong_email\";s:43:\"Please%20enter%20correct%20email%20address.\";s:12:\"style-search\";s:0:\"\";}\";}}','yes'),(718959,'cp_screenshots_images','a:1:{s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_8eba4.png\";a:1:{s:11:\"preset_slug\";s:20:\"get_more_subscribers\";}}','yes'),(718960,'cp_modal_preset_templates','a:35:{s:24:\"international_conference\";a:8:{i:0;s:14:\"locked_content\";i:1;s:24:\"International Conference\";i:2;s:126:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/locked_content.html\";i:3;s:90:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_international_conf.png\";i:4;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/customizer.js\";i:5;s:10:\"All,Offers\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:24:\"international_conference\";}s:12:\"how_to_learn\";a:8:{i:0;s:12:\"every_design\";i:1;s:12:\"How To Learn\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:84:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_how_to_learn.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:10:\"All,Offers\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:12:\"how_to_learn\";}s:24:\"sharing_is_awesome_do_it\";a:8:{i:0;s:12:\"social_media\";i:1;s:24:\"Sharing Is Awesome Do It\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/social_media.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_8cc49.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/customizer.js\";i:5;s:10:\"All,Social\";i:6;s:79:\"Shortcode,Canvas,HTML,Custom,Facebook,Twitter,Google,Blogger,Pinterest,LinkedIn\";i:7;s:24:\"sharing_is_awesome_do_it\";}s:21:\"sharing_rounded_icons\";a:8:{i:0;s:12:\"social_media\";i:1;s:21:\"Sharing Rounded Icons\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/social_media.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_ad474.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/customizer.js\";i:5;s:10:\"All,Social\";i:6;s:62:\"Shortcode,Canvas,HTML,Custom,Facebook,Twitter,Google,Pinterest\";i:7;s:21:\"sharing_rounded_icons\";}s:17:\"sharing_bar_icons\";a:8:{i:0;s:12:\"social_media\";i:1;s:17:\"Sharing Bar Icons\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/social_media.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_5f0a9.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/social_media/customizer.js\";i:5;s:10:\"All,Social\";i:6;s:60:\"Shortcode,Canvas,HTML,Custom,Facebook,Twitter,Google,Blogger\";i:7;s:17:\"sharing_bar_icons\";}s:20:\"first_order_discount\";a:8:{i:0;s:13:\"first_order_2\";i:1;s:20:\"First Order Discount\";i:2;s:124:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/first_order_2.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_10442.png\";i:4;s:119:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/customizer.js\";i:5;s:23:\"All,modal popup, Offers\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:20:\"first_order_discount\";}s:23:\"subscribe_to_newsletter\";a:8:{i:0;s:12:\"every_design\";i:1;s:23:\"Subscribe To Newsletter\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_3efd1.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:28:\"All,modal popup, full screen\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:23:\"subscribe_to_newsletter\";}s:22:\"create_profitable_blog\";a:8:{i:0;s:12:\"every_design\";i:1;s:22:\"Create Profitable Blog\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_f7bc0.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:27:\"All,modal popup,full screen\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:22:\"create_profitable_blog\";}s:13:\"get_glamorous\";a:8:{i:0;s:13:\"first_order_2\";i:1;s:13:\"Get Glamorous\";i:2;s:124:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/first_order_2.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_fa4a6.png\";i:4;s:119:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/customizer.js\";i:5;s:42:\"All,modal popup,Offers,Updates,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:13:\"get_glamorous\";}s:19:\"get_latest_freebies\";a:8:{i:0;s:12:\"every_design\";i:1;s:19:\"Get Latest Freebies\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_6dd6c.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:41:\"All,modal popup,exit intent,offers,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:19:\"get_latest_freebies\";}s:16:\"burger_hot_deals\";a:8:{i:0;s:12:\"optin_to_win\";i:1;s:16:\"Burger Hot Deals\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/optin_to_win/optin_to_win.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_9a260.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/optin_to_win/customizer.js\";i:5;s:22:\"All,modal popup,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:16:\"burger_hot_deals\";}s:26:\"join_greatest_mailing_list\";a:8:{i:0;s:12:\"every_design\";i:1;s:26:\"Join Greatest Mailing List\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_cbf7b.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:22:\"All,modal popup,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:26:\"join_greatest_mailing_list\";}s:8:\"pet_care\";a:8:{i:0;s:15:\"direct_download\";i:1;s:8:\"Pet Care\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_e7b09.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:24:\"All,modal popup, Updates\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:8:\"pet_care\";}s:14:\"spicy_hot_deal\";a:8:{i:0;s:15:\"direct_download\";i:1;s:14:\"Spicy Hot Deal\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_f199e.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:22:\"All,modal popup,Offers\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:14:\"spicy_hot_deal\";}s:23:\"blue_social_media_guide\";a:8:{i:0;s:15:\"direct_download\";i:1;s:23:\"Blue Social Media Guide\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_e8868.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:27:\"All,Exit Intent,modal popup\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:23:\"blue_social_media_guide\";}s:29:\"bricks_popup_subscription_box\";a:8:{i:0;s:12:\"every_design\";i:1;s:24:\"Brics Popup Subscription\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_2aa4f.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:34:\"All,modal popup,Optins,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:29:\"bricks_popup_subscription_box\";}s:29:\"green_exclusive_blogging_tips\";a:8:{i:0;s:12:\"every_design\";i:1;s:20:\"Green Exclusive Tips\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_30739.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:22:\"All,modal popup,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:29:\"green_exclusive_blogging_tips\";}s:20:\"get_more_subscribers\";a:8:{i:0;s:7:\"webinar\";i:1;s:19:\"Get More Subscriber\";i:2;s:112:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/webinar/webinar.html\";i:3;s:113:\"https://www.crosspoint-church.com/wp-content/uploads/cp_preset_screenshots/cp_get_more_subscribers_screenshot.png\";i:4;s:113:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/webinar/customizer.js\";i:5;s:22:\"All,modal popup,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:20:\"get_more_subscribers\";}s:19:\"business_blog_optin\";a:8:{i:0;s:15:\"direct_download\";i:1;s:20:\"Bussiness Blog Optin\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_fa93d.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:27:\"All,modal popup,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:19:\"business_blog_optin\";}s:14:\"blogging_guide\";a:8:{i:0;s:15:\"direct_download\";i:1;s:14:\"Blogging Guide\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_8016c.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:27:\"All,modal popup,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:14:\"blogging_guide\";}s:21:\"black_friday_discount\";a:8:{i:0;s:11:\"first_order\";i:1;s:21:\"Black Friday Discount\";i:2;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/first_order.html\";i:3;s:72:\"http://downloads.brainstormforce.com/convertplug/presets/cp_id_8c9f9.png\";i:4;s:117:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/customizer.js\";i:5;s:30:\"All,modal popup,Updates,Offers\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:21:\"black_friday_discount\";}s:14:\"design_kitchen\";a:8:{i:0;s:14:\"locked_content\";i:1;s:14:\"Design Kitchen\";i:2;s:126:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/locked_content.html\";i:3;s:87:\"http://downloads.brainstormforce.com/convertplug/presets/screenshots_design_kitchen.png\";i:4;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/customizer.js\";i:5;s:24:\"All,modal popup, Updates\";i:6;s:45:\"Shortcode,Canvas,HTML,Custom,Kitchen,Delights\";i:7;s:14:\"design_kitchen\";}s:14:\"exclusive_tips\";a:8:{i:0;s:12:\"every_design\";i:1;s:14:\"Exclusive Tips\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:81:\"http://downloads.brainstormforce.com/convertplug/presets/screenshots_excl_tip.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:24:\"All,modal popup, Updates\";i:6;s:33:\"Shortcode,Canvas,HTML,Custom,Tips\";i:7;s:14:\"exclusive_tips\";}s:9:\"show_time\";a:8:{i:0;s:12:\"optin_to_win\";i:1;s:9:\"Show Time\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/optin_to_win/optin_to_win.html\";i:3;s:82:\"http://downloads.brainstormforce.com/convertplug/presets/screenshots_show_time.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/optin_to_win/customizer.js\";i:5;s:24:\"All,modal popup, Updates\";i:6;s:39:\"Shortcode,Canvas,HTML,Custom,Tips,Movie\";i:7;s:9:\"show_time\";}s:11:\"design_post\";a:8:{i:0;s:12:\"every_design\";i:1;s:11:\"Design Post\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:84:\"http://downloads.brainstormforce.com/convertplug/presets/screenshots_design_post.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:41:\"All,modal popup,exit intent,offers,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:11:\"design_post\";}s:17:\"extended_discount\";a:8:{i:0;s:13:\"first_order_2\";i:1;s:17:\"Extended Discount\";i:2;s:124:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/first_order_2.html\";i:3;s:80:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_ext_disc.png\";i:4;s:119:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/customizer.js\";i:5;s:42:\"All,modal popup,Offers,Updates,Exit Intent\";i:6;s:37:\"Shortcode,Canvas,HTML,Custom,Discount\";i:7;s:17:\"extended_discount\";}s:13:\"design_tigers\";a:8:{i:0;s:12:\"every_design\";i:1;s:13:\"Design Tigers\";i:2;s:122:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/every_design.html\";i:3;s:87:\"http://downloads.brainstormforce.com/convertplug/presets/screenshots_super_surviver.png\";i:4;s:118:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/every_design/customizer.js\";i:5;s:41:\"All,modal popup,exit intent,offers,Optins\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:13:\"design_tigers\";}s:9:\"free_note\";a:8:{i:0;s:11:\"first_order\";i:1;s:9:\"Free Note\";i:2;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/first_order.html\";i:3;s:76:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_note.png\";i:4;s:117:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/customizer.js\";i:5;s:30:\"All,modal popup,Updates,Offers\";i:6;s:47:\"Shortcode,Canvas,HTML,Custom,Notes,Enterpreneur\";i:7;s:9:\"free_note\";}s:15:\"conversion_hack\";a:8:{i:0;s:15:\"direct_download\";i:1;s:15:\"Conversion Hack\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:87:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_conversion_tips.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:27:\"All,modal popup,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:15:\"conversion_hack\";}s:16:\"ecommerce_growth\";a:8:{i:0;s:7:\"webinar\";i:1;s:16:\"Ecommerce Growth\";i:2;s:112:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/webinar/webinar.html\";i:3;s:81:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_ecommerce.png\";i:4;s:113:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/webinar/customizer.js\";i:5;s:22:\"All,modal popup,Optins\";i:6;s:38:\"Shortcode,Canvas,HTML,Custom,Ecommerce\";i:7;s:16:\"ecommerce_growth\";}s:19:\"pet_care_fullscreen\";a:8:{i:0;s:14:\"locked_content\";i:1;s:8:\"Pet Care\";i:2;s:126:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/locked_content.html\";i:3;s:85:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_full_pet_care.png\";i:4;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/locked_content/customizer.js\";i:5;s:24:\"All,modal popup, Updates\";i:6;s:37:\"Shortcode,Canvas,HTML,Custom,Pet,Care\";i:7;s:19:\"pet_care_fullscreen\";}s:16:\"we_care_your_pet\";a:8:{i:0;s:13:\"first_order_2\";i:1;s:16:\"We Care Your Pet\";i:2;s:124:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/first_order_2.html\";i:3;s:82:\"http://downloads.brainstormforce.com/convertplug/presets/preset_we_care_ur_pet.png\";i:4;s:119:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order_2/customizer.js\";i:5;s:42:\"All,modal popup,Offers,Updates,Exit Intent\";i:6;s:41:\"Shortcode,Canvas,HTML,Custom,Discount,Pet\";i:7;s:16:\"we_care_your_pet\";}s:17:\"e_cooking_classes\";a:8:{i:0;s:15:\"direct_download\";i:1;s:17:\"E Cooking Classes\";i:2;s:128:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/direct_download.html\";i:3;s:87:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_cookery_classes.png\";i:4;s:121:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/direct_download/customizer.js\";i:5;s:27:\"All,modal popup,Exit Intent\";i:6;s:28:\"Shortcode,Canvas,HTML,Custom\";i:7;s:17:\"e_cooking_classes\";}s:13:\"huge_discount\";a:8:{i:0;s:11:\"first_order\";i:1;s:13:\"Huge Discount\";i:2;s:120:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/first_order.html\";i:3;s:76:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_huge.png\";i:4;s:117:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/first_order/customizer.js\";i:5;s:30:\"All,modal popup,Updates,Offers\";i:6;s:47:\"Shortcode,Canvas,HTML,Custom,Notes,Enterpreneur\";i:7;s:13:\"huge_discount\";}s:20:\"Yello_pet_food_offer\";a:8:{i:0;s:13:\"special_offer\";i:1;s:20:\"Yello Pet Food Offer\";i:2;s:124:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/special_offer/special_offer.html\";i:3;s:87:\"http://downloads.brainstormforce.com/convertplug/presets/screenshot_yellow_food_pet.png\";i:4;s:119:\"https://www.crosspoint-church.com/wp-content/plugins/convertplug/modules/modal/assets/demos/special_offer/customizer.js\";i:5;s:30:\"All,modal popup,Updates,Offers\";i:6;s:37:\"Shortcode,Canvas,HTML,Custom,Pet,Food\";i:7;s:20:\"Yello_pet_food_offer\";}}','yes'),(718961,'cp_modal_get_more_subscribers','','yes'),(719159,'smile_style_analytics','a:1:{s:11:\"cp_id_528db\";a:2:{s:10:\"21-05-2020\";a:2:{s:11:\"impressions\";i:2;s:11:\"conversions\";i:0;}s:10:\"22-05-2020\";a:2:{s:11:\"impressions\";i:1;s:11:\"conversions\";i:0;}}}','yes'),(719390,'bsf_envato_token_14058953','14058953|1590073362|74l2nn92rlr1636i1i1aaduag3o4eq8','no'),(719396,'wd_form_maker_version','2.13.33','no'),(719397,'fm_settings','a:5:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:13:\"csv_delimiter\";s:1:\",\";s:7:\"map_key\";s:0:\"\";s:20:\"ajax_export_per_page\";i:1000;}','yes'),(719398,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(719400,'fm_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/4/2020\";s:3:\"int\";i:14;}}','yes'),(719625,'action_scheduler_hybrid_store_demarkation','2904','yes'),(719626,'schema-ActionScheduler_StoreSchema','8.0.1753989821','yes'),(719627,'schema-ActionScheduler_LoggerSchema','3.0.1647753277','yes'),(719628,'wpforms_version','1.9.8.1','yes'),(719629,'wpforms_activated','a:1:{s:4:\"lite\";i:1590105400;}','yes'),(719632,'action_scheduler_lock_async-request-runner','68dc3c863319d2.25806285|1759263938','yes'),(719633,'wpforms_version_lite','1.9.8.1','yes'),(719634,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(719640,'wpforms_review','a:2:{s:4:\"time\";i:1600579474;s:9:\"dismissed\";b:1;}','yes'),(719656,'wpforms_challenge','a:11:{s:6:\"status\";s:8:\"canceled\";s:4:\"step\";i:4;s:7:\"user_id\";i:1;s:7:\"form_id\";i:2904;s:10:\"embed_page\";i:847;s:16:\"started_date_gmt\";s:19:\"2020-05-22 00:01:11\";s:17:\"finished_date_gmt\";s:19:\"2020-05-22 00:02:26\";s:13:\"seconds_spent\";i:60;s:12:\"seconds_left\";i:240;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;}','yes'),(721191,'cp_connects_first','a:1:{i:0;a:6:{s:7:\"user_id\";s:39:\"cp-uid-3f4b08ac2bab5583050ba4d4480f2d91\";s:4:\"date\";s:9:\"22-5-2020\";s:4:\"name\";s:10:\"Gary Miles\";s:5:\"email\";s:19:\"grmiles@comcast.net\";s:5:\"Phone\";s:12:\"360-319-8734\";s:8:\"Comments\";s:21:\"Please pray for me...\";}}','yes'),(777495,'secret_key','}6BcsHd.*fu>}5(qf@r 2Aw4Pir;H$1;qqh2Nl0jt4<0`#<$ys[]haug]ukE3m_A','no'),(798418,'disallowed_keys','','no'),(798419,'comment_previously_approved','1','yes'),(798420,'auto_plugin_theme_update_emails','a:0:{}','no'),(798421,'finished_updating_comment_type','1','yes'),(798434,'wpforms_crypto_secret_key','+LfFkR0JkMDKr7XHL3MAcsKf9r3fNANcZ3FLZ/SzNMY=','yes'),(858607,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(893887,'rsssl_mixed_content_scan_dismissed','1','no'),(893888,'rsssl_google_analytics_dismissed','1','no'),(893889,'rsssl_remaining_tasks','1','yes'),(898358,'rsssl_visited_version_4_dashboard','1','yes'),(900244,'auto_update_core_dev','enabled','yes'),(900245,'auto_update_core_minor','enabled','yes'),(900246,'auto_update_core_major','unset','yes'),(900269,'theme_mods_twentytwentyone','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:21;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1609101544;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:15:\"tweets-widget-5\";i:1;s:21:\"social_links-widget-4\";i:2;s:19:\"sermon-browser-tags\";i:3;s:22:\"sermon-browser-popular\";i:4;s:6:\"text-2\";i:5;s:6:\"text-4\";i:6;s:6:\"text-5\";i:7;s:6:\"text-3\";}s:9:\"sidebar-1\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-3\";i:8;s:6:\"meta-3\";}}}}','no'),(911092,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":\"\",\"norton\":\"\",\"miscellaneousVerification\":\"\"},\"breadcrumbs\":{\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":\"\",\"after\":\"The post #post_link first appeared on #site_link.\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoNews\",\"seoOverview\",\"seoSetup\"],\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false,\"emailSummary\":{\"enable\":false,\"recipients\":[{\"email\":\"email_jeb@fastmail.com\",\"frequency\":\"monthly\"}]}},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":\"\",\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"\",\"twitterUrl\":\"\",\"instagramUrl\":\"\",\"tiktokUrl\":\"\",\"pinterestUrl\":\"\",\"youtubeUrl\":\"\",\"linkedinUrl\":\"\",\"tumblrUrl\":\"\",\"yelpPageUrl\":\"\",\"soundCloudUrl\":\"\",\"wikipediaUrl\":\"\",\"myspaceUrl\":\"\",\"googlePlacesUrl\":\"\",\"wordPressUrl\":null},\"additionalUrls\":\"\"},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":0,\"defaultImagePostsHeight\":0,\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":0,\"imageHeight\":0,\"objectType\":\"article\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"CrossPoint Church\",\"metaDescription\":\"Loving people where they are and helping them follow Jesus.\",\"keywords\":\"\",\"schema\":{\"websiteName\":\"CrossPoint Church\",\"websiteAlternateName\":\"\",\"siteRepresents\":\"organization\",\"person\":\"1\",\"organizationName\":\"CrossPoint Church\",\"organizationDescription\":\"#tagline\",\"organizationLogo\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2019\\/11\\/CrossPoint-Swag-Logo-150px.png\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":\"+13603543554\",\"email\":null,\"foundingDate\":null,\"numberOfEmployees\":{\"isRange\":null,\"from\":null,\"to\":null,\"number\":null}}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":false,\"nofollowPaginated\":false,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":false,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":true,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false}},\"blockArgs\":{\"enable\":false,\"logsRetention\":\"{\\\"label\\\":\\\"1 week\\\",\\\"value\\\":\\\"week\\\"}\"},\"removeCategoryBase\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"date\":{\"show\":false,\"title\":\"#archive_date | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":\"\",\"data\":\"\"}}},\"deprecated\":{\"breadcrumbs\":{\"enable\":true},\"searchAppearance\":{\"global\":{\"descriptionFormat\":\"\",\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[],\"noPaginationForCanonical\":true}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":false,\"blockReferer\":false,\"track\":false,\"custom\":{\"enable\":false,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}},\"writingAssistant\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}}}','yes'),(911093,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":true}}','yes'),(911094,'aioseo_options_localized','a:34:{s:39:\"searchAppearance_global_metaDescription\";s:59:\"Loving people where they are and helping them follow Jesus.\";s:55:\"searchAppearance_dynamic_archives_avada_portfolio_title\";s:28:\"#archive_title | #site_title\";s:49:\"searchAppearance_dynamic_archives_avada_faq_title\";s:28:\"#archive_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:27:\"#archive_date | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";s:46:\"searchAppearance_dynamic_postTypes_slide_title\";s:25:\"#post_title | #site_title\";s:56:\"searchAppearance_dynamic_postTypes_avada_portfolio_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_postTypes_avada_faq_title\";s:25:\"#post_title | #site_title\";s:60:\"searchAppearance_dynamic_postTypes_themefusion_elastic_title\";s:25:\"#post_title | #site_title\";s:56:\"searchAppearance_dynamic_postTypes_fusion_template_title\";s:25:\"#post_title | #site_title\";s:33:\"searchAppearance_global_siteTitle\";s:17:\"CrossPoint Church\";s:28:\"breadcrumbs_breadcrumbPrefix\";s:0:\"\";s:25:\"breadcrumbs_archiveFormat\";s:14:\"Archives for %\";s:30:\"breadcrumbs_searchResultFormat\";s:14:\"Search for \'%\'\";s:26:\"breadcrumbs_errorFormat404\";s:25:\"404 Error: page not found\";s:32:\"social_facebook_general_siteName\";s:34:\"#site_title #separator_sa #tagline\";s:30:\"social_facebook_homePage_title\";s:0:\"\";s:36:\"social_facebook_homePage_description\";s:0:\"\";s:29:\"social_twitter_homePage_title\";s:0:\"\";s:35:\"social_twitter_homePage_description\";s:0:\"\";s:32:\"searchAppearance_global_keywords\";s:0:\"\";s:37:\"searchAppearance_advanced_pagedFormat\";s:19:\"- Part #page_number\";s:48:\"searchAppearance_archives_author_metaDescription\";s:11:\"#author_bio\";s:50:\"searchAppearance_archives_author_advanced_keywords\";s:0:\"\";s:46:\"searchAppearance_archives_date_metaDescription\";s:0:\"\";s:48:\"searchAppearance_archives_date_advanced_keywords\";s:0:\"\";s:48:\"searchAppearance_archives_search_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_search_advanced_keywords\";s:0:\"\";}','yes'),(911250,'wpforms_email_summaries_fetch_info_blocks_last_run','1759163303','yes'),(911521,'aioseo_options_internal','{\"internal\":{\"connectLicenseKey\":null,\"lastActiveVersion\":\"4.8.7\",\"migratedVersion\":\"3.7.1\",\"siteAnalysis\":{\"connectToken\":\"af3b7d0a-8e2f-57f5-8714-1e22dbe968a4\"},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"search-console\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"other\\\",\\\"categoryOther\\\":\\\"Non Profit\\\",\\\"siteTitle\\\":\\\"CrossPoint Church #\\\",\\\"metaDescription\\\":\\\"Loving people where they are and helping them follow Jesus.\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":\\\"1\\\",\\\"organizationName\\\":\\\"CrossPoint Church\\\",\\\"organizationLogo\\\":\\\"https:\\\\\\/\\\\\\/www.crosspoint-church.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2019\\\\\\/11\\\\\\/CrossPoint-Swag-Logo-150px.png\\\",\\\"personName\\\":\\\"\\\",\\\"personLogo\\\":\\\"\\\",\\\"phone\\\":\\\"+13603543554\\\",\\\"contactType\\\":\\\"manual\\\",\\\"contactTypeManual\\\":\\\"none\\\",\\\"socialShareImage\\\":\\\"\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":\\\"\\\",\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":\\\"\\\",\\\"twitterUrl\\\":\\\"\\\",\\\"instagramUrl\\\":\\\"\\\",\\\"tiktokUrl\\\":\\\"\\\",\\\"pinterestUrl\\\":\\\"\\\",\\\"youtubeUrl\\\":\\\"\\\",\\\"linkedinUrl\\\":\\\"\\\",\\\"tumblrUrl\\\":\\\"\\\",\\\"yelpPageUrl\\\":\\\"\\\",\\\"soundCloudUrl\\\":\\\"\\\",\\\"wikipediaUrl\\\":\\\"\\\",\\\"myspaceUrl\\\":\\\"\\\",\\\"googlePlacesUrl\\\":\\\"\\\",\\\"wordPressUrl\\\":null},\\\"additionalUrls\\\":\\\"\\\"}},\\\"organizationDescription\\\":\\\"#tagline\\\"},\\\"features\\\":[\\\"aioseo-eeat\\\",\\\"aioseo-image-seo\\\",\\\"aioseo-redirects\\\",\\\"analytics\\\",\\\"broken-link-checker\\\",\\\"conversion-tools\\\",\\\"optimized-search-appearance\\\",\\\"sitemaps\\\",\\\"aioseo-index-now\\\",\\\"aioseo-link-assistant\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":false,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":false},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"email_jeb@fastmail.com\\\",\\\"usageTracking\\\":true},\\\"licenseKey\\\":null,\\\"showUsageTrackingModal\\\":false}\",\"category\":\"other\",\"categoryOther\":\"Non Profit\",\"deprecatedOptions\":[\"autogenerateDescriptions\",\"googleAnalytics\"],\"searchStatistics\":{\"profile\":[],\"trustToken\":\"d70379bc04c4061357c4db3a68ec6d36c0054931f24152bff3a2ba8f8077e4bbf66675caeebb2b74d566f7a20bf36377c632cadfaa5ae33b7a8eeb46af7c5236\",\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}},\"ai\":{\"accessToken\":\"c3fcd5556546c9337471277982562006b56111c78b03a7ce9949c78e8d3ca97c\",\"isTrialAccessToken\":true,\"credits\":{\"total\":100,\"remaining\":100,\"orders\":[],\"license\":{\"total\":0,\"remaining\":0,\"expires\":0}}}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_cache\\\":[]}\"}}','yes'),(911522,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1759204518,\"firstActivated\":1608850483,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(912275,'aioseo_options_internal_network','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.4\",\"migratedVersion\":\"3.7.1\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\",\"googleAnalytics\"]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"location\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_notifications\\\":[]}\"}}','yes'),(912276,'aioseo_options_internal_network_lite','{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(912279,'aioseo_options_network','{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":null,\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for %\",\"searchResultFormat\":\"Search for \'%\'\",\"errorFormat404\":\"404 Error: page not found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"The post #post_link first appeared on #site_link.\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"article\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"CrossPoint Church\",\"metaDescription\":\"Loving people where they are and helping them follow Jesus.\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":\"1\",\"organizationName\":\"\",\"organizationLogo\":\"\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":null,\"contactType\":\"manual\",\"contactTypeManual\":\"none\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":false,\"nofollowPaginated\":false,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":false,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":true},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_date | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"UA-91710319-1\",\"advanced\":true,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[\"\"],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),(912280,'aioseo_options_network_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),(912281,'aioseo_options_network_localized','a:16:{s:33:\"searchAppearance_global_siteTitle\";s:17:\"CrossPoint Church\";s:39:\"searchAppearance_global_metaDescription\";s:59:\"Loving people where they are and helping them follow Jesus.\";s:55:\"searchAppearance_dynamic_archives_avada_portfolio_title\";s:28:\"#archive_title | #site_title\";s:49:\"searchAppearance_dynamic_archives_avada_faq_title\";s:28:\"#archive_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:45:\"searchAppearance_dynamic_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:51:\"searchAppearance_dynamic_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:50:\"searchAppearance_dynamic_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:36:\"searchAppearance_archives_date_title\";s:27:\"#archive_date | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";s:46:\"searchAppearance_dynamic_postTypes_slide_title\";s:25:\"#post_title | #site_title\";s:56:\"searchAppearance_dynamic_postTypes_avada_portfolio_title\";s:25:\"#post_title | #site_title\";s:50:\"searchAppearance_dynamic_postTypes_avada_faq_title\";s:25:\"#post_title | #site_title\";s:60:\"searchAppearance_dynamic_postTypes_themefusion_elastic_title\";s:25:\"#post_title | #site_title\";}','yes'),(914791,'auto_update_plugins','a:13:{i:1;s:23:\"reftagger/RefTagger.php\";i:2;s:33:\"fusion-builder/fusion-builder.php\";i:3;s:27:\"fusion-core/fusion-core.php\";i:6;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:7;s:37:\"advanced-sermons/advanced-sermons.php\";i:8;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:10;s:23:\"wp-smushit/wp-smush.php\";i:11;s:27:\"wp-super-cache/wp-cache.php\";i:13;s:24:\"wpforms-lite/wpforms.php\";i:14;s:33:\"koko-analytics/koko-analytics.php\";i:18;s:49:\"google-calendar-events/google-calendar-events.php\";i:19;s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";i:20;s:19:\"akismet/akismet.php\";}','off'),(914883,'rsssl_upgraded_to_four_dismissed','1','yes'),(915120,'_site_transient_avada_addons_json','{\"416560\":{\"post_title\":\"Custom Field Element\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg\",\"plugin_name\":\"Custom Field Element\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/custom-field-element-for-fusion-builder\\/22247344?ref=ThemeFusion\",\"new\":false,\"date\":1533635113},\"416071\":{\"post_title\":\"Elegant Elements\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg\",\"plugin_name\":\"Elegant Elements\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/elegant-elements-for-fusion-builder\\/21113424?ref=ThemeFusion\",\"new\":false,\"date\":1513943064},\"416177\":{\"post_title\":\"Horizontal & Vertical Duo Button\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/03\\/duo_button.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/03\\/duo_button.jpg\",\"plugin_name\":\"Fusion Builder Horizontal & Vertical Duo Button\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/horizontal-vertical-duo-button-element-for-avada-v5-fusion\\/21602449?ref=ThemeFusion\",\"new\":false,\"date\":1522053820},\"415163\":{\"post_title\":\"Element Bundle\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_element_bundle.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_element_bundle.jpg\",\"plugin_name\":null,\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/element-bundle-addon-for-avada-v5-fusion-builder\\/19451303?ref=ThemeFusion\",\"new\":false,\"date\":1487277411},\"415144\":{\"post_title\":\"Notification & Pop-Up\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_notification.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/02\\/arcticlune_notification.jpg\",\"plugin_name\":\"Fusion Builder Notification & Pop-up Element\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/notification-popup-element-for-avada-v5-fusion-builder\\/19406447?ref=ThemeFusion\",\"new\":false,\"date\":1486391212},\"415084\":{\"post_title\":\"Reviews and Testimonials\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/12\\/arcticlune_reviews.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/12\\/arcticlune_reviews.jpg\",\"plugin_name\":\"Fusion Builder Reviews and Testimonials Element\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/reviews-and-testimonials-element-for-avada-v5-fusion-builder\\/19105069?ref=ThemeFusion\",\"new\":false,\"date\":1481829163},\"415029\":{\"post_title\":\"Custom Post Types and Taxonomies\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg\",\"plugin_name\":\"Fusion Builder Custom Post Types and Taxonomies\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/custom-post-types-and-taxonomies-for-fusion-builder\\/15572585?ref=ThemeFusion\",\"new\":false,\"date\":1479378733},\"415031\":{\"post_title\":\"Elegant Tabs\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg\",\"plugin_name\":\"Elegant Tabs for Fusion Builder\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/elegant-tabs-for-fusion-builder\\/18795917?ref=ThemeFusion\",\"new\":false,\"date\":1479292408},\"415121\":{\"post_title\":\"Mobile Layout Creator\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/wpsqr_mobile_layout_creator.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/wpsqr_mobile_layout_creator.jpg\",\"plugin_name\":\"Fusion Builder Mobile Layout Creator\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/fusion-builder-mobile-layout-creator\\/19125174?ref=ThemeFusion\",\"new\":false,\"date\":1479235517},\"415444\":{\"post_title\":\"Membership\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/06\\/wpsqr_membership.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/06\\/wpsqr_membership.jpg\",\"plugin_name\":\"Fusion Builder Membership\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/fusion-builder-membership\\/20027621?ref=ThemeFusion\",\"new\":true,\"date\":1496726434},\"415041\":{\"post_title\":\"Coming Soon\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg\",\"plugin_name\":null,\"description\":\"\",\"url\":\"https:\\/\\/themeforest.net\\/item\\/avada-responsive-multipurpose-theme\\/2833226?ref=ThemeFusion\",\"new\":false,\"date\":1475330672}}','no'),(915132,'widget_form-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(915187,'fusion_form_cleanup_datetime','1759234712','yes'),(915250,'avada_builder_frontend_loaded','1','yes'),(922162,'sm_version','2.16.3','yes'),(924883,'_transient_health-check-site-status-result','{\"good\":21,\"recommended\":4,\"critical\":3}','yes'),(928017,'asp_general_sermon_layout','grid-view','yes'),(928018,'asp_general_date_format','F j, Y','yes'),(928019,'asp_general_sermon_label','','yes'),(928020,'asp_general_speaker_label','','yes'),(928021,'asp_general_disable_plural','','yes'),(928022,'asp_general_topic_label','','yes'),(928023,'asp_general_toolbar_menu','','yes'),(928024,'asp_general_disable_view_count','display-view-count','yes'),(973358,'rsssl_current_version','9.1.4','off'),(973368,'https_detection_errors','a:0:{}','off'),(980775,'widget_widget_twentyeleven_ephemera','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(980776,'theme_mods_twentyeleven','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(980817,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(980818,'theme_mods_twentyfourteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(980823,'theme_mods_twentyseventeen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(980833,'theme_mods_melos-dark','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(981458,'theme_mods_melos','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(991485,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1707802239;s:5:\"ctime\";i:1707802239;}','yes'),(995424,'_transient_timeout_avada_ri_Fusion CoreMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999398','no'),(995426,'_transient_timeout_avada_remote_installer_package_Fusion Core','1617999098','no'),(995428,'_transient_timeout_avada_ri_Fusion BuilderMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999398','no'),(995430,'_transient_timeout_avada_remote_installer_package_Fusion Builder','1617999098','no'),(995432,'_transient_timeout_avada_ri_Fusion White Label BrandingMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999398','no'),(995434,'_transient_timeout_avada_remote_installer_package_Fusion White Label Branding','1617999098','no'),(995436,'_transient_timeout_avada_ri_Slider RevolutionMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999399','no'),(995438,'_transient_timeout_avada_remote_installer_package_Slider Revolution','1617999099','no'),(995440,'_transient_timeout_avada_ri_LayerSlider WPMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999399','no'),(995442,'_transient_timeout_avada_remote_installer_package_LayerSlider WP','1617999099','no'),(995444,'_transient_timeout_avada_ri_Advanced Custom Fields PROMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999399','no'),(995446,'_transient_timeout_avada_remote_installer_package_Advanced Custom Fields PRO','1617999099','no'),(995448,'_transient_timeout_avada_ri_Convert PlusMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999399','no'),(995450,'_transient_timeout_avada_remote_installer_package_Convert Plus','1617999099','no'),(995452,'_transient_timeout_avada_ri_FileBirdMm1Ce3Ums7kQrwYLlrEa2vguyaZ7rJlJ','1617999399','no'),(995454,'_transient_timeout_avada_remote_installer_package_FileBird','1617999099','no'),(995465,'_transient_timeout_fusion_dynamic_css_789e3157ae0d67a27e3f454a16fb12c8','1618002520','no'),(995471,'_transient_timeout_fusion_dynamic_css_1974256d57eaa54473fc7a7ced82c3f5','1618002601','no'),(995505,'revslider_update_revision_current','6.6.21','yes'),(995590,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:30:\"independent-analytics/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.9.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1734322257;s:11:\"plugin_path\";s:30:\"independent-analytics/iawp.php\";}}s:7:\"abspath\";s:27:\"/home/crossp22/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:30:\"independent-analytics/iawp.php\";s:8:\"sdk_path\";s:30:\"independent-analytics/freemius\";s:7:\"version\";s:5:\"2.9.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1734322257;}}','yes'),(995591,'fs_debug_mode','','yes'),(995592,'fs_accounts','a:15:{s:21:\"id_slug_type_path_map\";a:2:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}i:9944;a:3:{s:4:\"slug\";s:21:\"independent-analytics\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:30:\"independent-analytics/iawp.php\";}}s:11:\"plugin_data\";a:2:{s:19:\"the-events-calendar\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1618003561;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"5.5.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:25:\"www.crosspoint-church.com\";s:9:\"server_ip\";s:13:\"73.11.212.252\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1618003561;s:7:\"version\";s:5:\"5.5.0\";}s:15:\"prev_is_premium\";b:0;s:19:\"last_load_timestamp\";i:1734322268;}s:21:\"independent-analytics\";a:25:{s:19:\"last_load_timestamp\";i:1734765843;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:30:\"independent-analytics/iawp.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1734322257;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.9.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.9.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:25:\"www.crosspoint-church.com\";s:9:\"server_ip\";s:12:\"23.235.210.6\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1734322283;s:7:\"version\";s:5:\"2.9.5\";}s:15:\"prev_is_premium\";b:0;s:30:\"is_diagnostic_tracking_allowed\";b:1;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1734674717;s:20:\"activation_timestamp\";i:1734322283;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"2.9.5\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.9.0\";s:9:\"timestamp\";i:1734322285;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1734674717;s:22:\"install_sync_timestamp\";i:1734674717;s:15:\"is_whitelabeled\";b:0;}}s:13:\"file_slug_map\";a:2:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";s:30:\"independent-analytics/iawp.php\";s:21:\"independent-analytics\";}s:7:\"plugins\";a:2:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:5:\"5.5.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:21:\"independent-analytics\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:21:\"Independent Analytics\";s:4:\"slug\";s:21:\"independent-analytics\";s:12:\"premium_slug\";s:25:\"independent-analytics-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:30:\"independent-analytics/iawp.php\";s:7:\"version\";s:5:\"2.9.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c228acaa28759b55d58766b1076d4\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9944\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"9109a28da851f3e5455076d2ad7341af\";s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:5:\"plans\";a:1:{s:21:\"independent-analytics\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:8:\"OTk0NA==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:56:\"aHR0cHM6Ly9pbmRlcGVuZGVudHdwLmNvbS9rbm93bGVkZ2ViYXNlLw==\";s:13:\"support_forum\";s:80:\"aHR0cHM6Ly93b3JkcHJlc3Mub3JnL3N1cHBvcnQvcGx1Z2luL2luZGVwZW5kZW50LWFuYWx5dGljcy8=\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:8:\"MTY3Mjg=\";s:7:\"updated\";s:28:\"MjAyMi0wOC0xOCAxOTowMDoxNw==\";s:7:\"created\";s:28:\"MjAyMi0wMi0yNSAxNjozODowNg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:8:\"OTk0NA==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:56:\"aHR0cHM6Ly9pbmRlcGVuZGVudHdwLmNvbS9rbm93bGVkZ2ViYXNlLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:36:\"c3VwcG9ydEBpbmRlcGVuZGVudHdwLmNvbQ==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:8:\"MTg0NjM=\";s:7:\"updated\";s:28:\"MjAyMy0wOC0yMiAxMzo0MzoxNA==\";s:7:\"created\";s:28:\"MjAyMi0wOC0xOCAxODowMTo0Nw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1734674717;s:3:\"md5\";s:32:\"400e0358cd622912c21349f79794801f\";s:7:\"plugins\";a:18:{s:37:\"tinymce-advanced/tinymce-advanced.php\";a:5:{s:4:\"slug\";s:16:\"tinymce-advanced\";s:7:\"version\";s:5:\"5.9.2\";s:5:\"title\";s:21:\"Advanced Editor Tools\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"advanced-sermons/advanced-sermons.php\";a:5:{s:4:\"slug\";s:16:\"advanced-sermons\";s:7:\"version\";s:3:\"3.6\";s:5:\"title\";s:16:\"Advanced Sermons\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:45:\"advanced-sermons-pro/advanced-sermons-pro.php\";a:5:{s:4:\"slug\";s:20:\"advanced-sermons-pro\";s:7:\"version\";s:3:\"2.3\";s:5:\"title\";s:20:\"Advanced Sermons Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:5:{s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:7:\"version\";s:5:\"4.7.7\";s:5:\"title\";s:14:\"All in One SEO\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"announcer/announcer.php\";a:5:{s:4:\"slug\";s:9:\"announcer\";s:7:\"version\";s:3:\"6.1\";s:5:\"title\";s:9:\"Announcer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"fusion-builder/fusion-builder.php\";a:5:{s:4:\"slug\";s:14:\"fusion-builder\";s:7:\"version\";s:7:\"3.11.11\";s:5:\"title\";s:13:\"Avada Builder\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"fusion-core/fusion-core.php\";a:5:{s:4:\"slug\";s:11:\"fusion-core\";s:7:\"version\";s:7:\"5.11.11\";s:5:\"title\";s:10:\"Avada Core\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"envato-market/envato-market.php\";a:5:{s:4:\"slug\";s:13:\"envato-market\";s:7:\"version\";s:6:\"2.0.12\";s:5:\"title\";s:13:\"Envato Market\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:30:\"independent-analytics/iawp.php\";a:5:{s:4:\"slug\";s:21:\"independent-analytics\";s:7:\"version\";s:5:\"2.9.5\";s:5:\"title\";s:21:\"Independent Analytics\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"koko-analytics/koko-analytics.php\";a:5:{s:4:\"slug\";s:14:\"koko-analytics\";s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:14:\"Koko Analytics\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";a:5:{s:4:\"slug\";s:17:\"really-simple-ssl\";s:7:\"version\";s:5:\"9.1.3\";s:5:\"title\";s:22:\"Really Simple Security\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"reftagger/RefTagger.php\";a:5:{s:4:\"slug\";s:9:\"reftagger\";s:7:\"version\";s:5:\"2.4.6\";s:5:\"title\";s:9:\"RefTagger\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:49:\"google-calendar-events/google-calendar-events.php\";a:5:{s:4:\"slug\";s:22:\"google-calendar-events\";s:7:\"version\";s:5:\"3.4.8\";s:5:\"title\";s:15:\"Simple Calendar\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"revslider/revslider.php\";a:5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:6:\"6.7.21\";s:5:\"title\";s:17:\"Slider Revolution\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"wp-smushit/wp-smush.php\";a:5:{s:4:\"slug\";s:10:\"wp-smushit\";s:7:\"version\";s:6:\"3.16.6\";s:5:\"title\";s:5:\"Smush\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";a:5:{s:4:\"slug\";s:18:\"wordpress-importer\";s:7:\"version\";s:5:\"0.8.3\";s:5:\"title\";s:18:\"WordPress Importer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:24:\"wpforms-lite/wpforms.php\";a:5:{s:4:\"slug\";s:12:\"wpforms-lite\";s:7:\"version\";s:7:\"1.9.2.3\";s:5:\"title\";s:12:\"WPForms Lite\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"wp-super-cache/wp-cache.php\";a:5:{s:4:\"slug\";s:14:\"wp-super-cache\";s:7:\"version\";s:6:\"1.12.4\";s:5:\"title\";s:14:\"WP Super Cache\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1734674717;s:3:\"md5\";s:32:\"2faa7c5119c3474ec518cd8c864a42a6\";s:7:\"plugins\";a:18:{s:37:\"tinymce-advanced/tinymce-advanced.php\";a:5:{s:4:\"slug\";s:16:\"tinymce-advanced\";s:7:\"version\";s:5:\"5.9.2\";s:5:\"title\";s:21:\"Advanced Editor Tools\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:37:\"advanced-sermons/advanced-sermons.php\";a:5:{s:4:\"slug\";s:16:\"advanced-sermons\";s:7:\"version\";s:3:\"3.6\";s:5:\"title\";s:16:\"Advanced Sermons\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:45:\"advanced-sermons-pro/advanced-sermons-pro.php\";a:5:{s:4:\"slug\";s:20:\"advanced-sermons-pro\";s:7:\"version\";s:3:\"2.3\";s:5:\"title\";s:20:\"Advanced Sermons Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";a:5:{s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:7:\"version\";s:5:\"4.7.7\";s:5:\"title\";s:14:\"All in One SEO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"announcer/announcer.php\";a:5:{s:4:\"slug\";s:9:\"announcer\";s:7:\"version\";s:3:\"6.1\";s:5:\"title\";s:9:\"Announcer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"fusion-builder/fusion-builder.php\";a:6:{s:4:\"slug\";s:14:\"fusion-builder\";s:7:\"version\";s:7:\"3.11.11\";s:5:\"title\";s:13:\"Avada Builder\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:7:\"3.11.13\";}s:27:\"fusion-core/fusion-core.php\";a:6:{s:4:\"slug\";s:11:\"fusion-core\";s:7:\"version\";s:7:\"5.11.11\";s:5:\"title\";s:10:\"Avada Core\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:7:\"5.11.13\";}s:31:\"envato-market/envato-market.php\";a:5:{s:4:\"slug\";s:13:\"envato-market\";s:7:\"version\";s:6:\"2.0.12\";s:5:\"title\";s:13:\"Envato Market\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:30:\"independent-analytics/iawp.php\";a:5:{s:4:\"slug\";s:21:\"independent-analytics\";s:7:\"version\";s:5:\"2.9.5\";s:5:\"title\";s:21:\"Independent Analytics\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"koko-analytics/koko-analytics.php\";a:6:{s:4:\"slug\";s:14:\"koko-analytics\";s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:14:\"Koko Analytics\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.5.2\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";a:6:{s:4:\"slug\";s:17:\"really-simple-ssl\";s:7:\"version\";s:5:\"9.1.3\";s:5:\"title\";s:22:\"Really Simple Security\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"9.1.4\";}s:23:\"reftagger/RefTagger.php\";a:5:{s:4:\"slug\";s:9:\"reftagger\";s:7:\"version\";s:5:\"2.4.6\";s:5:\"title\";s:9:\"RefTagger\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:49:\"google-calendar-events/google-calendar-events.php\";a:5:{s:4:\"slug\";s:22:\"google-calendar-events\";s:7:\"version\";s:5:\"3.4.8\";s:5:\"title\";s:15:\"Simple Calendar\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"revslider/revslider.php\";a:5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:6:\"6.7.21\";s:5:\"title\";s:17:\"Slider Revolution\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"wp-smushit/wp-smush.php\";a:5:{s:4:\"slug\";s:10:\"wp-smushit\";s:7:\"version\";s:6:\"3.16.6\";s:5:\"title\";s:5:\"Smush\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";a:5:{s:4:\"slug\";s:18:\"wordpress-importer\";s:7:\"version\";s:5:\"0.8.3\";s:5:\"title\";s:18:\"WordPress Importer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:24:\"wpforms-lite/wpforms.php\";a:5:{s:4:\"slug\";s:12:\"wpforms-lite\";s:7:\"version\";s:7:\"1.9.2.3\";s:5:\"title\";s:12:\"WPForms Lite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:27:\"wp-super-cache/wp-cache.php\";a:5:{s:4:\"slug\";s:14:\"wp-super-cache\";s:7:\"version\";s:6:\"1.12.4\";s:5:\"title\";s:14:\"WP Super Cache\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1734674717;s:3:\"md5\";s:32:\"ea4af161d9a3a9fb5cbcc5c410751a7f\";s:6:\"themes\";a:3:{s:5:\"Avada\";a:5:{s:4:\"slug\";s:5:\"Avada\";s:7:\"version\";s:7:\"7.11.13\";s:5:\"title\";s:5:\"Avada\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:16:\"twentytwentyfive\";a:5:{s:4:\"slug\";s:16:\"twentytwentyfive\";s:7:\"version\";s:3:\"1.0\";s:5:\"title\";s:18:\"Twenty Twenty-Five\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:16:\"twentytwentyfour\";a:5:{s:4:\"slug\";s:16:\"twentytwentyfour\";s:7:\"version\";s:3:\"1.2\";s:5:\"title\";s:18:\"Twenty Twenty-Four\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:1:{s:21:\"independent-analytics\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:8:\"94069302\";s:9:\"plugin_id\";s:4:\"9944\";s:7:\"user_id\";s:7:\"8985461\";s:5:\"title\";s:17:\"CrossPoint Church\";s:3:\"url\";s:33:\"https://www.crosspoint-church.com\";s:7:\"version\";s:5:\"2.9.5\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"8.2.26\";s:7:\"plan_id\";s:5:\"16728\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_222f753c64a2fa335cc8193f55ae7\";s:10:\"secret_key\";s:32:\"sk_5C3ba$4JRTattlk4oxb;0lr{08)HQ\";s:2:\"id\";s:8:\"16687743\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2024-12-16 04:11:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:8985461;O:7:\"FS_User\":12:{s:5:\"email\";s:22:\"email_jeb@fastmail.com\";s:5:\"first\";s:3:\"Jeb\";s:4:\"last\";s:6:\"Brooks\";s:11:\"is_verified\";b:0;s:11:\"customer_id\";N;s:5:\"gross\";N;s:10:\"public_key\";s:32:\"pk_1ed93015a113b1e6ec61b527ee5ea\";s:10:\"secret_key\";s:32:\"sk_DBD*tA{0f3FA+PnXLPwiDNEO.:0^y\";s:2:\"id\";s:7:\"8985461\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2024-12-16 04:11:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:9944;a:1:{i:8985461;a:0:{}}}s:12:\"all_licenses\";a:1:{i:9944;a:0:{}}}','yes'),(995593,'fs_gdpr','a:2:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}s:2:\"u2\";a:1:{s:18:\"show_opt_in_notice\";b:0;}}','yes'),(995594,'_transient_timeout_fusion_dynamic_css_6c288f4ff02364a33a87b58b929c337c','1618007519','no'),(995596,'rsssl_secure_cookies_set_dismissed','1','yes'),(995621,'_transient_timeout_fusion_dynamic_css_f7cfbcd70e744a72441cd094a2f1eb9c','1618007435','no'),(996870,'_transient_timeout_fusion_dynamic_css_4f83fd215e2ec3e7195a59d1f4d7ca0c','1618094375','no'),(997977,'fusion_branding_settings','a:1:{s:15:\"fusion_branding\";a:2:{s:8:\"wp_admin\";a:11:{s:19:\"hide_wordpress_logo\";s:1:\"0\";s:21:\"remove_screen_options\";s:1:\"0\";s:15:\"remove_help_tab\";s:1:\"0\";s:17:\"remove_admin_menu\";a:1:{i:0;s:9:\"index.php\";}s:17:\"rename_admin_menu\";a:10:{s:9:\"dashboard\";s:0:\"\";s:5:\"posts\";s:0:\"\";s:5:\"media\";s:0:\"\";s:5:\"pages\";s:0:\"\";s:8:\"comments\";s:0:\"\";s:6:\"themes\";s:0:\"\";s:7:\"plugins\";s:0:\"\";s:5:\"users\";s:0:\"\";s:5:\"tools\";s:0:\"\";s:8:\"settings\";s:0:\"\";}s:17:\"admin_footer_text\";s:0:\"\";s:25:\"admin_footer_version_text\";s:0:\"\";s:19:\"welcome_panel_title\";s:0:\"\";s:21:\"welcome_panel_content\";s:0:\"\";s:16:\"admin_custom_css\";s:0:\"\";s:23:\"apply_changes_for_admin\";s:1:\"1\";}s:5:\"avada\";a:15:{s:16:\"admin_menu_label\";s:0:\"\";s:21:\"remove_admin_bar_menu\";s:1:\"0\";s:17:\"rename_admin_menu\";a:4:{s:3:\"faq\";s:0:\"\";s:9:\"portfolio\";s:0:\"\";s:6:\"skills\";s:0:\"\";s:4:\"tags\";s:0:\"\";}s:21:\"remove_post_type_menu\";a:1:{i:0;s:19:\"themefusion_elastic\";}s:16:\"avada_logo_image\";s:0:\"\";s:19:\"version_number_text\";s:0:\"\";s:16:\"avada_icon_image\";s:0:\"\";s:19:\"admin_menu_dashicon\";s:0:\"\";s:20:\"welcome_screen_title\";s:0:\"\";s:25:\"welcome_screen_about_text\";s:0:\"\";s:22:\"welcome_screen_content\";s:0:\"\";s:37:\"remove_dashboard_additional_resources\";s:1:\"0\";s:23:\"remove_dashboard_footer\";s:1:\"0\";s:38:\"fusion_white_label_branding_icon_image\";s:0:\"\";s:41:\"fusion_white_label_branding_menu_dashicon\";s:0:\"\";}}}','yes'),(1000549,'_transient_timeout_fusion_dynamic_css_116aa4993bdf1e421f08ddd2ceefcfbe','1618432225','no'),(1000750,'_transient_timeout_fusion_dynamic_css_cc8b22b663e38fe4d844586448a142dd','1618436713','no'),(1001075,'_transient_timeout_fusion_dynamic_css_3abfa20a5b9323630b7e0a42ecbc7a66','1618447525','no'),(1001092,'_transient_timeout_fusion_dynamic_css_e8613e14081bf5bab645b3713adaee43','1618447669','no'),(1001124,'_transient_timeout_fusion_dynamic_css_1e4968145c6bcdf2e4b47b059a102bde','1618448319','no'),(1001139,'_transient_timeout_fusion_dynamic_css_7951f8494068389830ddec11ddb16f26','1618448541','no'),(1001406,'_transient_timeout_fusion_dynamic_css_3845a7e72c02cdc0f16dc61e6a193495','1618452485','no'),(1001443,'_transient_timeout_fusion_dynamic_css_96e361f2bf681f782852dfbc5ce8e9d6','1618452663','no'),(1003917,'_transient_timeout_fusion_dynamic_css_e2df8b68c9eab23c1929d8e97cc2ef87','1618626608','no'),(1004001,'revslider-notices-dc','a:4:{i:0;s:11:\"TPRSV647-01\";i:1;s:12:\"TPRSV6518-01\";i:2;s:12:\"TPRSV6511-01\";i:3;s:11:\"TPSNOTR3011\";}','yes'),(1004032,'ls_gsap_sandboxing','1','yes'),(1004036,'ls-p-url','https://layerslider.com/pricing/','yes'),(1007666,'_transient_timeout_fusion_dynamic_css_dd7dce6818376422604f715de90ab040','1618953522','no'),(1051421,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1051443,'revslider-update-check','1735011945','yes'),(1061583,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1624170946;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1628466689;s:9:\"dismissed\";b:1;}}','yes'),(1080935,'wpforms_builder_opened_date','0','no'),(1089917,'rsssl_le_installation_progress','a:1:{i:0;s:16:\"dns-verification\";}','yes'),(1098231,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1098235,'wp_force_deactivated_plugins','a:0:{}','off'),(1098264,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1098266,'aioseo_dynamic_settings_backup','{}','yes'),(1130565,'aioseo_options_dynamic_localized','a:55:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:48:\"searchAppearance_postTypes_avada_portfolio_title\";s:25:\"#post_title | #site_title\";s:58:\"searchAppearance_postTypes_avada_portfolio_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_postTypes_avada_faq_title\";s:25:\"#post_title | #site_title\";s:52:\"searchAppearance_postTypes_avada_faq_metaDescription\";s:13:\"#post_content\";s:52:\"searchAppearance_postTypes_themefusion_elastic_title\";s:25:\"#post_title | #site_title\";s:62:\"searchAppearance_postTypes_themefusion_elastic_metaDescription\";s:13:\"#post_content\";s:38:\"searchAppearance_postTypes_slide_title\";s:25:\"#post_title | #site_title\";s:48:\"searchAppearance_postTypes_slide_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:52:\"searchAppearance_taxonomies_fusion_tb_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:62:\"searchAppearance_taxonomies_fusion_tb_category_metaDescription\";s:21:\"#taxonomy_description\";s:52:\"searchAppearance_taxonomies_portfolio_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:62:\"searchAppearance_taxonomies_portfolio_category_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_portfolio_skills_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_portfolio_skills_metaDescription\";s:21:\"#taxonomy_description\";s:48:\"searchAppearance_taxonomies_portfolio_tags_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:58:\"searchAppearance_taxonomies_portfolio_tags_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_faq_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_faq_category_metaDescription\";s:21:\"#taxonomy_description\";s:55:\"searchAppearance_taxonomies_themefusion_es_groups_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:65:\"searchAppearance_taxonomies_themefusion_es_groups_metaDescription\";s:21:\"#taxonomy_description\";s:44:\"searchAppearance_taxonomies_slide-page_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:54:\"searchAppearance_taxonomies_slide-page_metaDescription\";s:21:\"#taxonomy_description\";s:41:\"searchAppearance_postTypes_calendar_title\";s:37:\"#post_title #separator_sa #site_title\";s:51:\"searchAppearance_postTypes_calendar_metaDescription\";s:13:\"#post_content\";s:40:\"searchAppearance_postTypes_sermons_title\";s:37:\"#post_title #separator_sa #site_title\";s:50:\"searchAppearance_postTypes_sermons_metaDescription\";s:13:\"#post_excerpt\";s:51:\"searchAppearance_taxonomies_calendar_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:61:\"searchAppearance_taxonomies_calendar_category_metaDescription\";s:21:\"#taxonomy_description\";s:47:\"searchAppearance_taxonomies_sermon_series_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:57:\"searchAppearance_taxonomies_sermon_series_metaDescription\";s:21:\"#taxonomy_description\";s:48:\"searchAppearance_taxonomies_sermon_speaker_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:58:\"searchAppearance_taxonomies_sermon_speaker_metaDescription\";s:21:\"#taxonomy_description\";s:47:\"searchAppearance_taxonomies_sermon_topics_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:57:\"searchAppearance_taxonomies_sermon_topics_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_sermon_book_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_sermon_book_metaDescription\";s:21:\"#taxonomy_description\";s:51:\"searchAppearance_archives_sermons_advanced_keywords\";s:0:\"\";s:39:\"searchAppearance_archives_sermons_title\";s:40:\"#archive_title #separator_sa #site_title\";s:49:\"searchAppearance_archives_sermons_metaDescription\";s:0:\"\";s:59:\"searchAppearance_archives_avada_portfolio_advanced_keywords\";s:0:\"\";s:47:\"searchAppearance_archives_avada_portfolio_title\";s:40:\"#archive_title #separator_sa #site_title\";s:57:\"searchAppearance_archives_avada_portfolio_metaDescription\";s:0:\"\";s:53:\"searchAppearance_archives_avada_faq_advanced_keywords\";s:0:\"\";s:41:\"searchAppearance_archives_avada_faq_title\";s:40:\"#archive_title #separator_sa #site_title\";s:51:\"searchAppearance_archives_avada_faq_metaDescription\";s:0:\"\";}','yes'),(1130569,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"sermons\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_portfolio\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_faq\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"sermon_series\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"sermon_speaker\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"sermon_topics\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"sermon_book\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_skills\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_tags\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"faq_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"themefusion_es_groups\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"sermons\":{\"objectType\":\"article\"},\"avada_portfolio\":{\"objectType\":\"article\"},\"avada_faq\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"},\"sermons\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"sermon_series\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"sermon_speaker\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"sermon_topics\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"sermon_book\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_skills\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_tags\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"faq_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"themefusion_es_groups\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"sermons\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"},\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"}}}}','yes'),(1132185,'aioseo_options_dynamic_network_localized','a:32:{s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_content\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:48:\"searchAppearance_postTypes_avada_portfolio_title\";s:25:\"#post_title | #site_title\";s:58:\"searchAppearance_postTypes_avada_portfolio_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_postTypes_avada_faq_title\";s:25:\"#post_title | #site_title\";s:52:\"searchAppearance_postTypes_avada_faq_metaDescription\";s:13:\"#post_content\";s:52:\"searchAppearance_postTypes_themefusion_elastic_title\";s:25:\"#post_title | #site_title\";s:62:\"searchAppearance_postTypes_themefusion_elastic_metaDescription\";s:13:\"#post_content\";s:38:\"searchAppearance_postTypes_slide_title\";s:25:\"#post_title | #site_title\";s:48:\"searchAppearance_postTypes_slide_metaDescription\";s:13:\"#post_content\";s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:52:\"searchAppearance_taxonomies_fusion_tb_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:62:\"searchAppearance_taxonomies_fusion_tb_category_metaDescription\";s:21:\"#taxonomy_description\";s:52:\"searchAppearance_taxonomies_portfolio_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:62:\"searchAppearance_taxonomies_portfolio_category_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_portfolio_skills_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_portfolio_skills_metaDescription\";s:21:\"#taxonomy_description\";s:48:\"searchAppearance_taxonomies_portfolio_tags_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:58:\"searchAppearance_taxonomies_portfolio_tags_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_faq_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_faq_category_metaDescription\";s:21:\"#taxonomy_description\";s:55:\"searchAppearance_taxonomies_themefusion_es_groups_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:65:\"searchAppearance_taxonomies_themefusion_es_groups_metaDescription\";s:21:\"#taxonomy_description\";s:44:\"searchAppearance_taxonomies_slide-page_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:54:\"searchAppearance_taxonomies_slide-page_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(1132187,'aioseo_options_dynamic_network','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_portfolio\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_faq\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"themefusion_elastic\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"slide\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"avada_portfolio\":{\"objectType\":\"article\"},\"avada_faq\":{\"objectType\":\"article\"},\"themefusion_elastic\":{\"objectType\":\"article\"},\"slide\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"disabled\"},\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"themefusion_elastic\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"slide\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"fusion_tb_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_skills\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_tags\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"faq_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"themefusion_es_groups\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"slide-page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}','yes'),(1180347,'ls-remote-data','a:6:{s:9:\"templates\";a:4:{s:12:\"last_updated\";s:10:\"2022-12-18\";s:7:\"sliders\";a:113:{s:24:\"scrolling-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:19:\"Scrolling Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/scrolling-christmas-2022/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/scrolling-christmas-2022.jpg\";}s:22:\"christmas-baubles-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:17:\"Christmas Baubles\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/christmas-baubles-2022/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/christmas-baubles-2022.jpg\";}s:20:\"sweet-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:15:\"Sweet Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/sweet-christmas-2022/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/sweet-christmas-2022.jpg\";}s:19:\"happy-holidays-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:14:\"Happy Holidays\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/happy-holidays-2022/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/happy-holidays-2022.jpg\";}s:25:\"christmas-decoration-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:20:\"Christmas Decoration\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/christmas-decoration-2022/\";s:7:\"preview\";s:69:\"https://layerslider.com/media/templates/christmas-decoration-2022.jpg\";}s:12:\"four-seasons\";a:7:{s:8:\"released\";s:10:\"2022-12-02\";s:4:\"name\";s:12:\"Four Seasons\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:48:\"new,premium,fullsize,landing,text,specialeffects\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/four-seasons/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/four-seasons.jpg\";}s:5:\"fairy\";a:7:{s:8:\"released\";s:10:\"2022-11-30\";s:4:\"name\";s:25:\"FAIRY - a magical company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:50:\"new,premium,landing,parallax,specialeffects,addons\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/fairy/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/fairy.jpg\";}s:13:\"sweet-candies\";a:7:{s:8:\"released\";s:10:\"2022-11-23\";s:4:\"name\";s:13:\"Sweet Candies\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:39:\"new,premium,landing,pack,website,addons\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/sweet-candies/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/sweet-candies.jpg\";}s:22:\"scroll-transition-demo\";a:7:{s:8:\"released\";s:10:\"2022-08-03\";s:4:\"name\";s:22:\"Scroll Transition Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:7:\"7.3.0b1\";s:6:\"groups\";s:61:\"new,premium,slider,fullsize,specialeffects,experiments,addons\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/scroll-transition-demo/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/scroll-transition-demo.jpg\";}s:17:\"modern-furnitures\";a:7:{s:8:\"released\";s:10:\"2022-07-19\";s:4:\"name\";s:17:\"Modern Furnitures\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.5\";s:6:\"groups\";s:54:\"new,premium,parallax,specialeffects,loop,static,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/modern-furnitures/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/modern-furnitures.jpg\";}s:14:\"f-and-p-juices\";a:7:{s:8:\"released\";s:10:\"2022-06-27\";s:4:\"name\";s:10:\"F&P Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:56:\"new,premium,specialeffects,landing,pack,website,parallax\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/f-and-p-juices/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/f-and-p-juices.jpg\";}s:14:\"save-the-world\";a:7:{s:8:\"released\";s:10:\"2022-05-02\";s:4:\"name\";s:14:\"Save the World\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:49:\"new,premium,sliders,specialeffects,static,landing\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/save-the-world/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/save-the-world.jpg\";}s:7:\"new-era\";a:7:{s:8:\"released\";s:10:\"2022-04-21\";s:4:\"name\";s:7:\"New Era\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.0\";s:6:\"groups\";s:64:\"new,premium,sliders,specialeffects,parallax,loop,fullwidth,blend\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/new-era/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/new-era.jpg\";}s:15:\"virtual-reality\";a:7:{s:8:\"released\";s:10:\"2022-03-21\";s:4:\"name\";s:15:\"Virtual Reality\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:49:\"premium,sliders,specialeffects,parallax,loop,text\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/virtual-reality/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/virtual-reality.jpg\";}s:12:\"fruit-juices\";a:7:{s:8:\"released\";s:10:\"2022-02-21\";s:4:\"name\";s:12:\"Fruit Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:39:\"premium,sliders,specialeffects,parallax\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fruit-juices/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fruit-juices.jpg\";}s:12:\"before-after\";a:7:{s:8:\"released\";s:10:\"2022-02-14\";s:4:\"name\";s:14:\"Before | After\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:32:\"premium,sliders,experiments,text\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/before-after/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/before-after.jpg\";}s:16:\"panoramic-slider\";a:7:{s:8:\"released\";s:10:\"2022-02-08\";s:4:\"name\";s:16:\"Panoramic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/panoramic-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/panoramic-slider.jpg\";}s:20:\"modern-home-for-sale\";a:7:{s:8:\"released\";s:10:\"2022-01-25\";s:4:\"name\";s:20:\"Modern Home for Sale\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:41:\"new,premium,sliders,text,landing,parallax\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/modern-home-for-sale/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/modern-home-for-sale.jpg\";}s:22:\"day-and-night-on-earth\";a:7:{s:8:\"released\";s:10:\"2022-01-17\";s:4:\"name\";s:22:\"Day and Night on Earth\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:34:\"new,premium,sliders,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/day-and-night-on-earth/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/day-and-night-on-earth.jpg\";}s:16:\"cosmetics-slider\";a:7:{s:8:\"released\";s:10:\"2022-01-11\";s:4:\"name\";s:16:\"Cosmetics Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/cosmetics-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/cosmetics-slider.jpg\";}s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:50:\"premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:8:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:34:\"free,landing,sliders,parallax,loop\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/love-with-flowers/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:43:\"premium,landing,blend,static,specialeffects\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/people/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:20:\"premium,slider,blend\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/music-is-my-life/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/team-showcase/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:23:\"premium,landing,website\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/furniture-shop/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/product-banner/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/architecture-slider/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/product-showcase-light/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fashion-shop/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:51:\"premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/pixel-agency/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:26:\"free,fullwidth,slider,text\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/mode-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:41:\"premium,fullsize,landing,pack,static,text\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/mountain-bike/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"premium,slider,static,text,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/aerial-photography/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:42:\"free,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/xmas-2019/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/creative-portraits/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/parallax-city/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/cybertruck/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/summer-collection/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:8:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/discover-the-details/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/rainforest/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:63:\"https://layerslider.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/vintage-photos/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/aquarium/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/what-is-the-time/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/personal-page-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/dynamic-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/colorful-cases/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/global-hover-example/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/gastronomy/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/police-lights/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:56:\"https://layerslider.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:67:\"https://layerslider.com/media/templates/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-2/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v6/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-1/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/anniversary-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/origami/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/origami-buildings/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/autumn-experiment/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/furniture-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/room-experiment/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/drag-n-drop/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/headphones/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/play-by-scroll/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/sky-experience/\";s:7:\"preview\";s:47:\"https://layerslider.com/media/templates/sky.jpg\";}s:9:\"halloween\";a:7:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/happy-halloween/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/creative-agency/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/interactive-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/ecommerce/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/landing-page/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/hiking/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/movie-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/photo-studio/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/shoes/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mini-cooper.jpg\";}s:4:\"xmas\";a:7:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/merry-christmas/\";s:7:\"preview\";s:48:\"https://layerslider.com/media/templates/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/vintage-clock/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/car-show/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/carousel/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/parallax-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/simple-slider/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/image-slideshow/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/client-testimonials/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/fixed-background/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v5/\";s:7:\"preview\";s:46:\"https://layerslider.com/media/templates/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/video-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/restort/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/resort.jpg\";}}s:15:\"kreatura-popups\";a:19:{s:26:\"happy-fluffy-holidays-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:22:\"Happy Fluffy Holidays!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/popups/#happy-fluffy-holidays-2022\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/happy-fluffy-holidays-2022.jpg\";}s:31:\"christmas-decoration-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:26:\"Christmas Decoration Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:63:\"https://layerslider.com/popups/#christmas-decoration-popup-2022\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/christmas-decoration-popup-2022.jpg\";}s:20:\"christmas-bottom-bar\";a:9:{s:8:\"released\";s:10:\"2021-12-20\";s:4:\"name\";s:20:\"Christmas Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.0.0\";s:6:\"groups\";s:32:\"premium,popup,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-bottom-bar\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-bottom-bar.jpg\";}s:17:\"black-friday-2020\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"premium,popup,promotion,seasonal\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:49:\"https://layerslider.com/popups/#black-friday-2020\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:43:\"premium,parallax,popup,loop,filter,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:23:\"premium,popup,promotion\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:24:\"premium,popup,api,social\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:37:\"premium,popup,parallax,loop,promotion\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:56:\"premium,popup,experiments,blendmode,text,promotion,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:28:\"premium,popup,kenburns,other\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,static,promotion\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:59:\"premium,popup,experiments,text,promotion,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:60:\"premium,popup,experiments,fullsize,parallax,fullscreen,other\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:44:\"premium,popup,experiments,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:69:{s:29:\"wonderful-holidays-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:18:\"Wonderful Holidays\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:74:\"https://layerslider.com/popups/webshopworks/#wonderful-holidays-popup-2022\";s:7:\"preview\";s:93:\"https://layerslider.com/media/templates/webshopworks-popups/wonderful-holidays-popup-2022.jpg\";}s:26:\"christmas-gifts-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:21:\"Christmas Gifts Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:71:\"https://layerslider.com/popups/webshopworks/#christmas-gifts-popup-2022\";s:7:\"preview\";s:90:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-gifts-popup-2022.jpg\";}s:17:\"black-friday-sale\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:8:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:72:\"https://layerslider.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:91:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:8:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:8:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:8:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:8:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:8:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:8:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:8:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:8:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:52:\"https://layerslider.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:71:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:8:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:8:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:8:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:8:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#discount\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:67:\"https://layerslider.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:86:\"https://layerslider.com/media/templates/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:60:\"https://layerslider.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:79:\"https://layerslider.com/media/templates/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:49:\"https://layerslider.com/popups/webshopworks/#mail\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:51:\"https://layerslider.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:64:\"https://layerslider.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:83:\"https://layerslider.com/media/templates/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:8:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:8:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:8:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:8:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:8:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:8:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:8:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:8:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:8:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:8:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/join-the-community.jpg\";}}}s:13:\"notifications\";a:0:{}s:11:\"release-log\";s:19298:\"<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.6.7\n			<ls-small>Dec 12, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed an issue with importing in the new Templates section.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.6.5\n			<ls-small>Dec 12, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Brand new Templates section with a Discover page, Collections, and more.</ls-li><ls-li>Fixed the Hide and Delete project context menu options on the dashboard.</ls-li><ls-li>Fixed popup parallax behavior issues in some cases.</ls-li><ls-li>Fixed some pinned layer issues in Safari.</ls-li><ls-li>Fixed an issue with static layers if the Allow Restarting Slides On Resize option was active.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.6.1\n			<ls-small>Nov 28, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>We\'ve changed the way we compress our plugin files to avoid potential false-positive security detections. Read our <a target=\"_blank\" href=\"https://layerslider.com/blog/incident-report-false-malware-detection/\">recent blog post</a> on the matter to learn more.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.6.0\n			<ls-small>Nov 23, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>NEW: Scroll Scene, a successor to \"Play By Scroll\", is here. Play your slider animations by scrolling the page.</ls-li><ls-li>NEW: Sticky Scene is also here, so you can pin and keep sliders in place while scrolling the page.</ls-li><ls-li>NEW: You can pin layers as well in the same manner.</ls-li><ls-li>NEW: Introducing Performance Mode, a new option that ensures your sliders aren\'t consuming resources in the background. It can dramatically increase performance when there are many sliders on the same page.</ls-li><ls-li>NEW: Hero sliders can now track and adapt to specified elements to perfectly align with your header area in all cases.</ls-li><ls-li>NEW: The editor now automatically detects and offers custom fonts loaded by 3rd parties.</ls-li><ls-li>NEW: Added custom prompt windows that are much nicer and won\'t interfere in fullscreen editing mode.</ls-li><ls-li>NEW: Added \"Get Scroll Position Of\" option to Scroll Transition.</ls-li><ls-li>NEW: \"tabindex\" now has a dedicated option field in common attributes.</ls-li><ls-li>Updated Gutenberg block to ensure compatibility with future WordPress releases.</ls-li><ls-li>Updated and improved Elementor widget, which now requires Elementor 3.5.0 or newer.</ls-li><ls-li>General user interface improvements throughout the plugin.</ls-li><ls-li>Improved compatibility with certain WordPress themes.</ls-li><ls-li>Enhanced Lazy Load to maximize compatibility with 3rd parties.</ls-li><ls-li>Lots of improvements for all preview modes.</ls-li><ls-li>Further performance optimizations under the hood.</ls-li><ls-li>Fixed Popup display issues in some instances.</ls-li><ls-li>Fixed muting Vimeo videos that interfered with autoplay.</ls-li><ls-li>Fixed modifying SVGs that inserted a duplicate before.</ls-li><ls-li>Fixed some dropzone issues when dragging and dropping files into the editor.</ls-li><ls-li>Fixed horizontal scrollbar appearing in rare cases.</ls-li><ls-li>Fixed pinch &amp; zoom resizing issues on mobile devices in rare cases.</ls-li><ls-li>Fixed stacking order issue in Layer Preview with multiple selection.</ls-li><ls-li>Fixed removing layer background image in multiple selection mode.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.5.3\n			<ls-small>Oct 17, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Improved System Status with an added option to clear LocalStorage.</ls-li><ls-li>Fixed an issue that caused blank slides with sliders outside the viewport in some cases.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.5.2\n			<ls-small>Oct 14, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed popup parallax and timing issues in rare cases.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.5.1\n			<ls-small>Oct 14, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>The Origami special effect can now work with solid background colors.</ls-li><ls-li>Improvements for online services and connectivity.</ls-li><ls-li>Changed the default \"Initial Fade Duration\" from 350 to 0.</ls-li><ls-li>Increased compatibility with image lazy-loaders.</ls-li><ls-li>Improved \"restart slide on resize\" behavior on mobile devices.</ls-li><ls-li>Fixed the Allow Fullscreen Mode option in Project Settings.</ls-li><ls-li>Fixed miscalculated transform origin in rare cases.</ls-li><ls-li>Fixed text selection when text transition and background clip are used together.</ls-li><ls-li>Fixed background image position issues on text layers with text transition and background clip enabled.</ls-li><ls-li>Fixed text transition of parallax-enabled layers when navigating backwards.</ls-li><ls-li>Fixed transform origin and transform perspective of layers where the opening transition duration is set to 0.</ls-li><ls-li>Fixed font size issues on some mobile devices.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.5.0\n			<ls-small>Sep 20, 2022</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>NEW: Say hello to Transition Presets! Choose from 68 beautiful and unique pre-designed effects for various use cases, or save your own frequently used layer transitions.</ls-li>\n			<ls-li>NEW: Text mask effects. Apply gradients or texture on your fonts with the new Background Clip option.</ls-li>\n			<ls-li>NEW: Added 28 new slide transitions.</ls-li>\n			<ls-li>NEW: Added \"Mirror Transition\" options to support carousel-like effects that animate layers back and forth depending on the navigation direction.</ls-li>\n			<ls-li>NEW: Opening and Ending Transitions can now inherit transformations set under the STYLE menu as well as perform automatic operations on those values.</ls-li>\n			<ls-li>NEW: Added text color option to Text Transitions.</ls-li>\n			<ls-li>NEW: Added \"Overflow\" option to layer styles, Opening Text Transition, and Ending Text Transition.</ls-li>\n			<ls-li>NEW: You can now specify a minimum and maximum responsive ratio, making it possible to control how layers are resized.</ls-li>\n			<ls-li>NEW: Added \"Responsive\" options to Scroll Transition\'s Offset settings to control layer movement on different devices.</ls-li>\n			<ls-li>Updated French localization [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n			<ls-li>Layer Preview now supports multiple selection mode.</ls-li>\n			<ls-li>Slide Preview now supports live edits just like Layer Preview, and changes are reflected in real-time without leaving preview mode.</ls-li>\n			<ls-li>You can now undo/redo changes in live preview mode, and changes are reflected in real-time.</ls-li>\n			<ls-li>Various other improvements in all preview modes.</ls-li>\n			<ls-li>Various improvements for multiple selection mode.</ls-li>\n			<ls-li>Various improvements and bug fixes for undoing/redoing changes.</ls-li>\n			<ls-li>Various color picker improvements.</ls-li>\n			<ls-li>Ending Text Transition no longer requires an Ending Transition and can be played at the end of the slide.</ls-li>\n			<ls-li>Fixed \"Prevent Mouse Events\" option.</ls-li>\n			<ls-li>Fixed fast slide jumps. Rapidly changing slides can no longer cause any issues.</ls-li>\n			<ls-li>Fixed layer timings when the \"Start At\" field is empty.</ls-li>\n			<ls-li>Fixed returning values from certain API callbacks like slideChangeWillStart.</ls-li>\n			<ls-li>Fixed animation behavior when the Ending Transition is disabled.</ls-li>\n			<ls-li>Fixed the Transform Origin setting of Text Transition nodes.</ls-li>\n			<ls-li>Fixed disabling keyboard navigation when visitors are typing into a text field.</ls-li>\n			<ls-li>Many animation and timing behavior improvements.</ls-li>\n			<ls-li>Many UI improvements throughout the editor.</ls-li>\n			<ls-li>Many under-the-hood improvements and bug fixes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.3.0\n			<ls-small>Aug 23, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>NEW: Scroll Transition. Animate layers by scrolling the page.</ls-li><ls-li>DEPRECATED: Play By Scroll.</ls-li><ls-li>Added \"Enable Play By Scroll\" option to Plugin Settings → Miscellaneous.</ls-li><ls-li>Added \"Vertical Spacing\" options to Project Settings → Layout.</ls-li><ls-li>Added \"Related Settings\" shortcuts to relevant places of the Project Editor.</ls-li><ls-li>Improved Search experience in the Project Editor.</ls-li><ls-li>Fixed setting layer background image in multiple selection mode.</ls-li><ls-li>Fixed slide background position issues in Ken Burns effect.</ls-li><ls-li>Fixed searching for projects that are in groups.</ls-li><ls-li>Fixed color stop dragging issues in the color picker.</ls-li><ls-li>Fixed Post Taxonomy support for dynamic content sources.</ls-li><ls-li>Fixed the \"Open Popup\" layer action on front-end pages with logged out users.</ls-li><ls-li>Many under-the-hood improvements and bug fixes.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.5\n			<ls-small>Jul 18, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added backdrop filter support that allows blurring, color shifting, etc., the area behind layers.</ls-li><ls-li>Added a dedicated System Status menu item to LayerSlider\'s dashboard.</ls-li><ls-li>Added \"Recommended Settings\" section to System Status.</ls-li><ls-li>Improvements in text rendering and resizing sliders and popups.</ls-li><ls-li>Increased PHP compatibility with some non-GNU systems, like Solaris or Alpine Linux.</ls-li><ls-li>Fixed a rare issue that caused severe interface display issues.</ls-li><ls-li>Fixed video poster images not properly displaying in some cases.</ls-li><ls-li>Fixed Parallax Transition\'s Transform Origin setting.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.4\n			<ls-small>Jun 27, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed an issue that caused incorrectly renaming projects in rare cases.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.3\n			<ls-small>Jun 13, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added <strong>Skip \"Start in Viewport\"</strong> option, which makes it possible for layers to appear before your sliders start.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.2\n			<ls-small>Jun 1, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added a Quick Tip panel for embedding projects when you publish your work.</ls-li><ls-li>Introducing a new \"Open Popup\" layer action. Easily open any Popup anywhere, even if they aren\'t embedded on the page. No configuration needed.</ls-li><ls-li>Added a \"Launch Popups\" layer action, which triggers Popups waiting in the background to be opened.</ls-li><ls-li>Fixed switches and other layer action features.</ls-li><ls-li>Several UI fixes and improvements.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.1\n			<ls-small>May 2, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>This update contains security fixes.</ls-li><ls-li>New positioning options for layers (Align Positions From).</ls-li><ls-li>Updated LayerSlider module for the Classic Editor.</ls-li><ls-li>Improvements for the Hero layout mode.</ls-li><ls-li>Improved Project Preview now tracks much more options.&nbsp;</ls-li><ls-li>Fixed ampersand character in project names.</ls-li><ls-li>Fixed \"Scroll to Element\" layer action.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.2.0\n			<ls-small>Apr 20, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added Blob and Wave Shape generators.</ls-li><ls-li>Improved interface for Shape layers.</ls-li><ls-li>Revised Help and Smart Operation popups.</ls-li><ls-li>Improved Project Preview that tracks much more options.</ls-li><ls-li>Lots of important fixes and improvements throughout the plugin.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.1.4\n			<ls-small>Mar 31, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Used Google Fonts are now automatically added to your project when importing or pasting layers and slides.</ls-li><ls-li>More efficient and better handling of loading Google Fonts.</ls-li><ls-li>Fixed the Timeline\'s layers list with hidden layers.</ls-li><ls-li>Fixed PHP debug messages.</ls-li><ls-li>Fixed minor UI issues.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.1.3\n			<ls-small>Mar 17, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed image layers loaded from custom URLs.</ls-li><ls-li>Fixed the [image] post placeholder for Dynamic Layers.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.1.2\n			<ls-small>Mar 10, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>This update contains security fixes.</ls-li><ls-li>You can now set the default slide duration and timings in Project Settings.</ls-li><ls-li>Slide duration and timing settings can now easily be applied to other slides.</ls-li><ls-li>Eliminated some rare issues with importing templates.</ls-li><ls-li>Fixed rare layer animation issues when changing slides.</ls-li><ls-li>Fixed Hover Transition\'s \"Always on Top\" option.</ls-li><ls-li>UI fixes and improvements.</ls-li><ls-li>Other bug fixes and improvements under the hood.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.1.1\n			<ls-small>Feb 21, 2022</ls-small>\n		</ls-h5>\n		<ls-p>Added complete French localization. [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-p>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.1.0\n			<ls-small>Feb 14, 2022</ls-small>\n		</ls-h5>\n		<ls-p>Added Font Awesome 6 icon family.</ls-p>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.8\n			<ls-small>Feb 8, 2022</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>You can now quickly rename any project from the dashboard</ls-li><ls-li>Added slidebar timer support for Slide and Project Preview</ls-li><ls-li>Multiple fixes and enhancements in Project Preview</ls-li><ls-li>UI and usability fixes</ls-li><ls-li>Countless improvements under the hood</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.7\n			<ls-small>Dec 20, 2021</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed manually updating the list of LayerSlider Templates.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.6\n			<ls-small>Dec 20, 2021</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added shortcuts to quickly remove text and box shadows.</ls-li><ls-li>Added layer action: Close All Popups.</ls-li><ls-li>Fixed project search on dashboard.</ls-li><ls-li>Fixed layers list visibility and lock buttons.</ls-li><ls-li>Fixed project editor with \"Defer Javascript loading\" option enabled.</ls-li><ls-li>Fixed custom slide transition in Project Preview.</ls-li><ls-li>Numerous fixes and improvements throughout the plugin.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.5\n			<ls-small>Dec 3, 2021</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Important fixes for UI and performance issues in the Project Editor.</ls-li><ls-li>Project IDs are now visible and searchable on LayerSlider’s dashboard.</ls-li><ls-li>Various minor fixes and improvements.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.4\n			<ls-small>Nov 29, 2021</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Added layer alignment shortcuts to the STYLE menu of layers.</ls-li><ls-li>Fixed Media Library modal window in Safari.</ls-li><ls-li>Fixed scrolling issues in Project Preview.</ls-li><ls-li>Various fixes under the hood.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.1 – 7.0.3\n			<ls-small>Nov 26, 2021</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Fixed modal windows in Safari.</ls-li>\n			<ls-li>Various fixes throughout the plugin.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.0.0\n			<ls-small>Nov 25, 2021</ls-small>\n		</ls-h5>\n		<ls-p>The day has finally come to share LayerSlider 7 with you. &nbsp;We’re super excited about this release. It’s a massive milestone in the development of LayerSlider, which gives us a solid and modern foundation we can easily and quickly build upon. We’ve concluded that making a complete changelog is impossible due to the amount of changes both visible and under the hood. We keep updating and refining the documentation, and LayerSlider 7 will be welcoming you with a guided product tour explaining the interface changes. We hope you’ll enjoy using LayerSlider 7 as much as we do.</ls-p>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.9\n			<ls-small>Sep 28, 2021</ls-small>\n		</ls-h5>\n		<ls-p>We know it may seem otherwise, but we\'re still alive! ;) In fact, we are extremely busy getting ready LayerSlider 7. It will be our biggest update since LayerSlider came into existence. LS7 will be a free update, and we\'ll announce more details soon. Until then, here\'s a maintenance release to address the issues that can\'t wait.</ls-p>\n		<ls-ul>\n			<ls-li>Fixed LayerSlider\'s Gutenberg block.</ls-li>\n			<ls-li>Various compatibility fixes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.8\n			<ls-small>Apr 19, 2021</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>\n				Improved compatibility with older versions of LayerSlider.\n			</ls-li>\n			<ls-li>\n				Other improvements and bug fixes under the hood.\n			</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.7\n			<ls-small>Apr 7, 2021</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>\n				Fixed minor user interface issues.\n			</ls-li>\n			<ls-li>\n				Fixed layer order when using <picture> element.\n			</ls-li>\n			<ls-li>\n				Fixed linked &lt;picture&gt; elements.\n			</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.6\n			<ls-small>Mar 3, 2021</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>\n				Fixed image sizes & positions with certain image optimization plugins\n			</ls-li>\n			<ls-li>\n				Added WayPoint support to update scroll triggers after slider initialization\n			</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.5\n			<ls-small>Feb 1, 2021</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>\n				Prevent WordPress applying HTML-native lazy loading on slider images. LayerSlider has its own lazy loading mechanism that’s more suitable for sliders and popups.\n			</ls-li>\n			<ls-li>\n				Added \"Use loading attribute\" option to LayerSlider → Options → Advanced to restore HTML-native lazy loading.\n			</ls-li>\n			<ls-li>\n				Increased compatibility for 3rd party themes and plugins.\n			</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 6.11.4\n			<ls-small>Jan 25, 2021</ls-small>\n		</ls-h5>\n		<ls-p>\n			This release fixes an issue introduced in the last update when there are multiple sliders on page.\n		</ls-p>\n	</ls-box>\n</ls-li>\n\";s:16:\"important-notice\";b:0;s:14:\"latest-version\";s:5:\"7.6.7\";s:19:\"latest-version-date\";s:10:\"2022-12-13\";}','no'),(1180348,'ls-remote-data-updated','1673173411','no');
INSERT INTO `wp_options` VALUES (1180349,'ls-google-fonts-data','a:2:{s:9:\"languages\";a:28:{i:0;a:2:{s:4:\"lang\";s:5:\"latin\";s:8:\"sentence\";s:27:\"It\'s just a matter of time.\";}i:1;a:2:{s:4:\"lang\";s:9:\"latin-ext\";s:8:\"sentence\";s:54:\"Qui trop légèrement se fie, mal à propos se défie.\";}i:2;a:2:{s:4:\"lang\";s:6:\"arabic\";s:8:\"sentence\";s:54:\"الحب سماء لا تمطر غير الأحلام.\";}i:3;a:2:{s:4:\"lang\";s:7:\"bengali\";s:8:\"sentence\";s:182:\"আগুনের শিখা নিভে গিয়েছিল, আর তিনি জানলা দিয়ে তারাদের দিকে তাকালেন৷\";}i:4;a:2:{s:4:\"lang\";s:16:\"chinese-hongkong\";s:8:\"sentence\";s:57:\"他們所有的設備和儀器彷彿都是有生命的。\";}i:5;a:2:{s:4:\"lang\";s:19:\"chinese-traditional\";s:8:\"sentence\";s:57:\"他们所有的设备和仪器彷佛都是有生命的。\";}i:6;a:2:{s:4:\"lang\";s:18:\"chinese-simplified\";s:8:\"sentence\";s:57:\"他們所有的設備和儀器彷彿都是有生命的。\";}i:7;a:2:{s:4:\"lang\";s:8:\"cyrillic\";s:8:\"sentence\";s:90:\"Алая вспышка осветила силуэт зазубренного крыла.\";}i:8;a:2:{s:4:\"lang\";s:12:\"cyrillic-ext\";s:8:\"sentence\";s:90:\"Алая вспышка осветила силуэт зазубренного крыла.\";}i:9;a:2:{s:4:\"lang\";s:10:\"devanagari\";s:8:\"sentence\";s:156:\"अंतरिक्ष यान से दूर नीचे पृथ्वी शानदार ढंग से जगमगा रही थी ।\";}i:10;a:2:{s:4:\"lang\";s:5:\"greek\";s:8:\"sentence\";s:42:\"Ήταν απλώς θέμα χρόνου.\";}i:11;a:2:{s:4:\"lang\";s:9:\"greek-ext\";s:8:\"sentence\";s:42:\"Ήταν απλώς θέμα χρόνου.\";}i:12;a:2:{s:4:\"lang\";s:8:\"gujarati\";s:8:\"sentence\";s:136:\"અમને તેની જાણ થાય તે પહેલાં જ, અમે જમીન છોડી દીધી હતી.\";}i:13;a:2:{s:4:\"lang\";s:8:\"gurmukhi\";s:8:\"sentence\";s:58:\"ਸਵਾਲ ਸਿਰਫ਼ ਸਮੇਂ ਦਾ ਸੀ।\";}i:14;a:2:{s:4:\"lang\";s:6:\"hebrew\";s:8:\"sentence\";s:63:\"אז הגיע הלילה של כוכב השביט הראשון.\";}i:15;a:2:{s:4:\"lang\";s:8:\"japanese\";s:8:\"sentence\";s:51:\"彼らの機器や装置はすべて生命体だ。\";}i:16;a:2:{s:4:\"lang\";s:7:\"kannada\";s:8:\"sentence\";s:76:\"ಇದು ಕೇವಲ ಸಮಯದ ಪ್ರಶ್ನೆಯಾಗಿದೆ.\";}i:17;a:2:{s:4:\"lang\";s:5:\"khmer\";s:8:\"sentence\";s:173:\"ខ្ញុំបានមើលព្យុះ ដែលមានភាពស្រស់ស្អាតណាស់ ប៉ុន្តែគួរឱ្យខ្លាច\";}i:18;a:2:{s:4:\"lang\";s:6:\"korean\";s:8:\"sentence\";s:51:\"그들의 장비와 기구는 모두 살아 있다.\";}i:19;a:2:{s:4:\"lang\";s:9:\"malayalam\";s:8:\"sentence\";s:187:\"അവരുടെ എല്ലാ ഉപകരണങ്ങളും യന്ത്രങ്ങളും ഏതെങ്കിലും രൂപത്തിൽ സജീവമാണ്.\";}i:20;a:2:{s:4:\"lang\";s:7:\"myanmar\";s:8:\"sentence\";s:163:\"သူတို့ရဲ့ စက်ပစ္စည်းတွေ၊ ကိရိယာတွေ အားလုံး အသက်ရှင်ကြတယ်။\";}i:21;a:2:{s:4:\"lang\";s:5:\"oriya\";s:8:\"sentence\";s:73:\"ଏହା କେବଳ ଏକ ସମୟ କଥା ହିଁ ଥିଲା.\";}i:22;a:2:{s:4:\"lang\";s:7:\"sinhala\";s:8:\"sentence\";s:96:\"එය කාලය පිළිබඳ ප්‍රශ්නයක් පමණක් විය.\";}i:23;a:2:{s:4:\"lang\";s:5:\"tamil\";s:8:\"sentence\";s:120:\"அந்திமாலையில், அலைகள் வேகமாக வீசத் தொடங்கின.\";}i:24;a:2:{s:4:\"lang\";s:6:\"telugu\";s:8:\"sentence\";s:120:\"ఆ రాత్రి మొదటిసారిగా ఒక నక్షత్రం నేలరాలింది.\";}i:25;a:2:{s:4:\"lang\";s:4:\"thai\";s:8:\"sentence\";s:72:\"การเดินทางขากลับคงจะเหงา\";}i:26;a:2:{s:4:\"lang\";s:7:\"tibetan\";s:8:\"sentence\";s:132:\"ཁོ་ཚོའི་སྒྲིག་ཆས་དང་ལག་ཆ་ཡོད་ཚད་གསོན་པོ་རེད།\";}i:27;a:2:{s:4:\"lang\";s:10:\"vietnamese\";s:8:\"sentence\";s:62:\"Bầu trời trong xanh thăm thẳm, không một gợn mây.\";}}s:5:\"fonts\";a:1569:{i:0;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:960;}i:1;a:7:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1044;}i:2;a:7:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v52\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:663;}i:3;a:7:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:857;}i:4;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:757;}i:5;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:856;}i:6;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:388;}i:7;a:7:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:975;}i:8;a:7:{s:6:\"family\";s:14:\"Material Icons\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v140\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:802;}i:9;a:7:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:806;}i:10;a:7:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v53\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1037;}i:11;a:7:{s:6:\"family\";s:9:\"Noto 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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:601;}i:12;a:7:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1143;}i:13;a:7:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:887;}i:14;a:7:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:807;}i:15;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:873;}i:16;a:7:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:981;}i:17;a:7:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:732;}i:18;a:7:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:904;}i:19;a:7:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1135;}i:20;a:7:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:958;}i:21;a:7:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"korean\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:561;}i:22;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:652;}i:23;a:7:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1176;}i:24;a:7:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:868;}i:25;a:7:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-02-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1120;}i:26;a:7:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:838;}i:27;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:560;}i:28;a:7:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:867;}i:29;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1123;}i:30;a:7:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:694;}i:31;a:7:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:715;}i:32;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:517;}i:33;a:7:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:375;}i:34;a:7:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:526;}i:35;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1218;}i:36;a:7:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:386;}i:37;a:7:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:948;}i:38;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:716;}i:39;a:7:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:850;}i:40;a:7:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:894;}i:41;a:7:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:646;}i:42;a:7:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:893;}i:43;a:7:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1032;}i:44;a:7:{s:6:\"family\";s:23:\"Material Icons Outlined\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v109\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:653;}i:45;a:7:{s:6:\"family\";s:16:\"Noto Color Emoji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1024;}i:46;a:7:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:980;}i:47;a:7:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:871;}i:48;a:7:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:909;}i:49;a:7:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:953;}i:50;a:7:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:751;}i:51;a:7:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:934;}i:52;a:7:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:387;}i:53;a:7:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:832;}i:54;a:7:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1345;}i:55;a:7:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1421;}i:56;a:7:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:18:\"chinese-simplified\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:531;}i:57;a:7:{s:6:\"family\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:182;}i:58;a:7:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1022;}i:59;a:7:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1390;}i:60;a:7:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:484;}i:61;a:7:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1204;}i:62;a:7:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:954;}i:63;a:7:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:869;}i:64;a:7:{s:6:\"family\";s:25:\"Material Symbols Outlined\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v136\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:851;}i:65;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1041;}i:66;a:7:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:998;}i:67;a:7:{s:6:\"family\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:135;}i:68;a:7:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:914;}i:69;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1367;}i:70;a:7:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1173;}i:71;a:7:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v45\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:700;}i:72;a:7:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1242;}i:73;a:7:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:853;}i:74;a:7:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1252;}i:75;a:7:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1048;}i:76;a:7:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1389;}i:77;a:7:{s:6:\"family\";s:20:\"Material Icons Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v108\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:670;}i:78;a:7:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:649;}i:79;a:7:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1092;}i:80;a:7:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1325;}i:81;a:7:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1504;}i:82;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:530;}i:83;a:7:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:969;}i:84;a:7:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:797;}i:85;a:7:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:42;}i:86;a:7:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:658;}i:87;a:7:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1425;}i:88;a:7:{s:6:\"family\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:545;}i:89;a:7:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";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\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:740;}i:90;a:7:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1253;}i:91;a:7:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:883;}i:92;a:7:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1070;}i:93;a:7:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:945;}i:94;a:7:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:267;}i:95;a:7:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:588;}i:96;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:944;}i:97;a:7:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1275;}i:98;a:7:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1362;}i:99;a:7:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1144;}i:100;a:7:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:631;}i:101;a:7:{s:6:\"family\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:149;}i:102;a:7:{s:6:\"family\";s:20:\"Material Icons Sharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v109\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:769;}i:103;a:7:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:900;}i:104;a:7:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";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\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:785;}i:105;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:837;}i:106;a:7:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:281;}i:107;a:7:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:586;}i:108;a:7:{s:6:\"family\";s:24:\"Material Symbols Rounded\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v135\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:38;}i:109;a:7:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:849;}i:110;a:7:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:328;}i:111;a:7:{s:6:\"family\";s:14:\"Asap Condensed\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1449;}i:112;a:7:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1337;}i:113;a:7:{s:6:\"family\";s:23:\"Material Icons Two Tone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v112\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:730;}i:114;a:7:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1415;}i:115;a:7:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:23;}i:116;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:265;}i:117;a:7:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:677;}i:118;a:7:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1111;}i:119;a:7:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1112;}i:120;a:7:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1177;}i:121;a:7:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1094;}i:122;a:7:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:796;}i:123;a:7:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:661;}i:124;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1465;}i:125;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:950;}i:126;a:7:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:515;}i:127;a:7:{s:6:\"family\";s:17:\"Plus Jakarta Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:675;}i:128;a:7:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1430;}i:129;a:7:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:737;}i:130;a:7:{s:6:\"family\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:321;}i:131;a:7:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:706;}i:132;a:7:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1338;}i:133;a:7:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:765;}i:134;a:7:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:799;}i:135;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1171;}i:136;a:7:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-18\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:377;}i:137;a:7:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:992;}i:138;a:7:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:843;}i:139;a:7:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1091;}i:140;a:7:{s:6:\"family\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:600;}i:141;a:7:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1192;}i:142;a:7:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1136;}i:143;a:7:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1052;}i:144;a:7:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:965;}i:145;a:7:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:758;}i:146;a:7:{s:6:\"family\";s:7:\"Figtree\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:224;}i:147;a:7:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:489;}i:148;a:7:{s:6:\"family\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1086;}i:149;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:722;}i:150;a:7:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1067;}i:151;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";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\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1404;}i:152;a:7:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1435;}i:153;a:7:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:251;}i:154;a:7:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1206;}i:155;a:7:{s:6:\"family\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:524;}i:156;a:7:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:952;}i:157;a:7:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1382;}i:158;a:7:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:817;}i:159;a:7:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1195;}i:160;a:7:{s:6:\"family\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:303;}i:161;a:7:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:329;}i:162;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:747;}i:163;a:7:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1093;}i:164;a:7:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:976;}i:165;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:592;}i:166;a:7:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1209;}i:167;a:7:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-01-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:905;}i:168;a:7:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1115;}i:169;a:7:{s:6:\"family\";s:11:\"Roboto Flex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:539;}i:170;a:7:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:827;}i:171;a:7:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1119;}i:172;a:7:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:956;}i:173;a:7:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1232;}i:174;a:7:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1420;}i:175;a:7:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:610;}i:176;a:7:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:755;}i:177;a:7:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1071;}i:178;a:7:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:80;}i:179;a:7:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1243;}i:180;a:7:{s:6:\"family\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:285;}i:181;a:7:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1074;}i:182;a:7:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:674;}i:183;a:7:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1057;}i:184;a:7:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:552;}i:185;a:7:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:490;}i:186;a:7:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:59;}i:187;a:7:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1440;}i:188;a:7:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:409;}i:189;a:7:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:977;}i:190;a:7:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1236;}i:191;a:7:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1046;}i:192;a:7:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:763;}i:193;a:7:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:793;}i:194;a:7:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1251;}i:195;a:7:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:69;}i:196;a:7:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:939;}i:197;a:7:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:234;}i:198;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:660;}i:199;a:7:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1013;}i:200;a:7:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1212;}i:201;a:7:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:573;}i:202;a:7:{s:6:\"family\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:589;}i:203;a:7:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1413;}i:204;a:7:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:620;}i:205;a:7:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1442;}i:206;a:7:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1097;}i:207;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";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\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:390;}i:208;a:7:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1348;}i:209;a:7:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:41;}i:210;a:7:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1054;}i:211;a:7:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:536;}i:212;a:7:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:571;}i:213;a:7:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1475;}i:214;a:7:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1244;}i:215;a:7:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1138;}i:216;a:7:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:913;}i:217;a:7:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1369;}i:218;a:7:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1255;}i:219;a:7:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:721;}i:220;a:7:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1007;}i:221;a:7:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:912;}i:222;a:7:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:901;}i:223;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:689;}i:224;a:7:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1129;}i:225;a:7:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1061;}i:226;a:7:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:854;}i:227;a:7:{s:6:\"family\";s:14:\"Be Vietnam Pro\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:147;}i:228;a:7:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:734;}i:229;a:7:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1223;}i:230;a:7:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:441;}i:231;a:7:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1347;}i:232;a:7:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:667;}i:233;a:7:{s:6:\"family\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1106;}i:234;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1406;}i:235;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:708;}i:236;a:7:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:803;}i:237;a:7:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:895;}i:238;a:7:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:891;}i:239;a:7:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:509;}i:240;a:7:{s:6:\"family\";s:12:\"Roboto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:447;}i:241;a:7:{s:6:\"family\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1296;}i:242;a:7:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1490;}i:243;a:7:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1241;}i:244;a:7:{s:6:\"family\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1280;}i:245;a:7:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1439;}i:246;a:7:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1249;}i:247;a:7:{s:6:\"family\";s:9:\"Unbounded\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:233;}i:248;a:7:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:921;}i:249;a:7:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1116;}i:250;a:7:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:714;}i:251;a:7:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1073;}i:252;a:7:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:701;}i:253;a:7:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:961;}i:254;a:7:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1381;}i:255;a:7:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:841;}i:256;a:7:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1256;}i:257;a:7:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1458;}i:258;a:7:{s:6:\"family\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1278;}i:259;a:7:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:898;}i:260;a:7:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1080;}i:261;a:7:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1496;}i:262;a:7:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:742;}i:263;a:7:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1477;}i:264;a:7:{s:6:\"family\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1454;}i:265;a:7:{s:6:\"family\";s:11:\"Inter Tight\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:445;}i:266;a:7:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:753;}i:267;a:7:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:612;}i:268;a:7:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1121;}i:269;a:7:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:966;}i:270;a:7:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1162;}i:271;a:7:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:459;}i:272;a:7:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1128;}i:273;a:7:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:529;}i:274;a:7:{s:6:\"family\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:508;}i:275;a:7:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1466;}i:276;a:7:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:756;}i:277;a:7:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1172;}i:278;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:783;}i:279;a:7:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:300;}i:280;a:7:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1168;}i:281;a:7:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1500;}i:282;a:7:{s:6:\"family\";s:14:\"League Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:555;}i:283;a:7:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1519;}i:284;a:7:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:847;}i:285;a:7:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:258;}i:286;a:7:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:192;}i:287;a:7:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1517;}i:288;a:7:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:665;}i:289;a:7:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1423;}i:290;a:7:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:232;}i:291;a:7:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:217;}i:292;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1392;}i:293;a:7:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1124;}i:294;a:7:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:503;}i:295;a:7:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:968;}i:296;a:7:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1184;}i:297;a:7:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:852;}i:298;a:7:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:705;}i:299;a:7:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1370;}i:300;a:7:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1245;}i:301;a:7:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1431;}i:302;a:7:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:582;}i:303;a:7:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:401;}i:304;a:7:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:458;}i:305;a:7:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1434;}i:306;a:7:{s:6:\"family\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1264;}i:307;a:7:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1021;}i:308;a:7:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:435;}i:309;a:7:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1433;}i:310;a:7:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:863;}i:311;a:7:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:319;}i:312;a:7:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1185;}i:313;a:7:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1160;}i:314;a:7:{s:6:\"family\";s:11:\"Albert Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:294;}i:315;a:7:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:543;}i:316;a:7:{s:6:\"family\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:535;}i:317;a:7:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:959;}i:318;a:7:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1386;}i:319;a:7:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:876;}i:320;a:7:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:995;}i:321;a:7:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1197;}i:322;a:7:{s:6:\"family\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:596;}i:323;a:7:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1155;}i:324;a:7:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1107;}i:325;a:7:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1154;}i:326;a:7:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:510;}i:327;a:7:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1058;}i:328;a:7:{s:6:\"family\";s:13:\"BIZ UDPGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:491;}i:329;a:7:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:625;}i:330;a:7:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1424;}i:331;a:7:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:429;}i:332;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1289;}i:333;a:7:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1332;}i:334;a:7:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"kayah-li\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:814;}i:335;a:7:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:650;}i:336;a:7:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:899;}i:337;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1524;}i:338;a:7:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:729;}i:339;a:7:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:656;}i:340;a:7:{s:6:\"family\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1161;}i:341;a:7:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1109;}i:342;a:7:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1096;}i:343;a:7:{s:6:\"family\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:301;}i:344;a:7:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:669;}i:345;a:7:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:692;}i:346;a:7:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:735;}i:347;a:7:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:978;}i:348;a:7:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:450;}i:349;a:7:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1072;}i:350;a:7:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1266;}i:351;a:7:{s:6:\"family\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:723;}i:352;a:7:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1515;}i:353;a:7:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:424;}i:354;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1478;}i:355;a:7:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1371;}i:356;a:7:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:274;}i:357;a:7:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:774;}i:358;a:7:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1062;}i:359;a:7:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1049;}i:360;a:7:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1518;}i:361;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:964;}i:362;a:7:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1364;}i:363;a:7:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:704;}i:364;a:7:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1002;}i:365;a:7:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1374;}i:366;a:7:{s:6:\"family\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1488;}i:367;a:7:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1167;}i:368;a:7:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:875;}i:369;a:7:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1270;}i:370;a:7:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1235;}i:371;a:7:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1479;}i:372;a:7:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1354;}i:373;a:7:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1346;}i:374;a:7:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";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\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:541;}i:375;a:7:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1065;}i:376;a:7:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1189;}i:377;a:7:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:879;}i:378;a:7:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:206;}i:379;a:7:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1462;}i:380;a:7:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1036;}i:381;a:7:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:453;}i:382;a:7:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:105;}i:383;a:7:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:713;}i:384;a:7:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:518;}i:385;a:7:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:848;}i:386;a:7:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:923;}i:387;a:7:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:882;}i:388;a:7:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1001;}i:389;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1102;}i:390;a:7:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1064;}i:391;a:7:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1341;}i:392;a:7:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1375;}i:393;a:7:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1020;}i:394;a:7:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1314;}i:395;a:7:{s:6:\"family\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:402;}i:396;a:7:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1396;}i:397;a:7:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:287;}i:398;a:7:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:922;}i:399;a:7:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:626;}i:400;a:7:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1422;}i:401;a:7:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:911;}i:402;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1029;}i:403;a:7:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:594;}i:404;a:7:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1394;}i:405;a:7:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:886;}i:406;a:7:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:472;}i:407;a:7:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:874;}i:408;a:7:{s:6:\"family\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1075;}i:409;a:7:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:983;}i:410;a:7:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1084;}i:411;a:7:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1331;}i:412;a:7:{s:6:\"family\";s:10:\"Alexandria\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:55;}i:413;a:7:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1077;}i:414;a:7:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1309;}i:415;a:7:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:322;}i:416;a:7:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:846;}i:417;a:7:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:897;}i:418;a:7:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:263;}i:419;a:7:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1182;}i:420;a:7:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:842;}i:421;a:7:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:404;}i:422;a:7:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:767;}i:423;a:7:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:443;}i:424;a:7:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:493;}i:425;a:7:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:655;}i:426;a:7:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:920;}i:427;a:7:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:569;}i:428;a:7:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:358;}i:429;a:7:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:776;}i:430;a:7:{s:6:\"family\";s:12:\"Libre Bodoni\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:682;}i:431;a:7:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1008;}i:432;a:7:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1295;}i:433;a:7:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:896;}i:434;a:7:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:664;}i:435;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:824;}i:436;a:7:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1059;}i:437;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1017;}i:438;a:7:{s:6:\"family\";s:8:\"Playfair\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-06-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1419;}i:439;a:7:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1179;}i:440;a:7:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1034;}i:441;a:7:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:717;}i:442;a:7:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:595;}i:443;a:7:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:640;}i:444;a:7:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1311;}i:445;a:7:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1031;}i:446;a:7:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1132;}i:447;a:7:{s:6:\"family\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:290;}i:448;a:7:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:932;}i:449;a:7:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:878;}i:450;a:7:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:495;}i:451;a:7:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:138;}i:452;a:7:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1040;}i:453;a:7:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1339;}i:454;a:7:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:728;}i:455;a:7:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1068;}i:456;a:7:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1222;}i:457;a:7:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:910;}i:458;a:7:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:527;}i:459;a:7:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:979;}i:460;a:7:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:858;}i:461;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1359;}i:462;a:7:{s:6:\"family\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v43\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1231;}i:463;a:7:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:448;}i:464;a:7:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1113;}i:465;a:7:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:289;}i:466;a:7:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:359;}i:467;a:7:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:104;}i:468;a:7:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1219;}i:469;a:7:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";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\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:938;}i:470;a:7:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:951;}i:471;a:7:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1521;}i:472;a:7:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1078;}i:473;a:7:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1141;}i:474;a:7:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:750;}i:475;a:7:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1417;}i:476;a:7:{s:6:\"family\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:877;}i:477;a:7:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1272;}i:478;a:7:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:368;}i:479;a:7:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:570;}i:480;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1400;}i:481;a:7:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:790;}i:482;a:7:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:542;}i:483;a:7:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:470;}i:484;a:7:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1472;}i:485;a:7:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:859;}i:486;a:7:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1025;}i:487;a:7:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:499;}i:488;a:7:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:994;}i:489;a:7:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:624;}i:490;a:7:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:865;}i:491;a:7:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:497;}i:492;a:7:{s:6:\"family\";s:15:\"Rubik Moonrocks\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1079;}i:493;a:7:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:999;}i:494;a:7:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:823;}i:495;a:7:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1095;}i:496;a:7:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1379;}i:497;a:7:{s:6:\"family\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:834;}i:498;a:7:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1260;}i:499;a:7:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1529;}i:500;a:7:{s:6:\"family\";s:10:\"Golos Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:549;}i:501;a:7:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:962;}i:502;a:7:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:762;}i:503;a:7:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:405;}i:504;a:7:{s:6:\"family\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1320;}i:505;a:7:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:516;}i:506;a:7:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1157;}i:507;a:7:{s:6:\"family\";s:7:\"Fredoka\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:607;}i:508;a:7:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1510;}i:509;a:7:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1473;}i:510;a:7:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1100;}i:511;a:7:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1220;}i:512;a:7:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1487;}i:513;a:7:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";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\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:889;}i:514;a:7:{s:6:\"family\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1133;}i:515;a:7:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:201;}i:516;a:7:{s:6:\"family\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:888;}i:517;a:7:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1342;}i:518;a:7:{s:6:\"family\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:554;}i:519;a:7:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1297;}i:520;a:7:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1023;}i:521;a:7:{s:6:\"family\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:325;}i:522;a:7:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1047;}i:523;a:7:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1198;}i:524;a:7:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1193;}i:525;a:7:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:986;}i:526;a:7:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1306;}i:527;a:7:{s:6:\"family\";s:15:\"Pathway Extreme\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1397;}i:528;a:7:{s:6:\"family\";s:14:\"Hanken Grotesk\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:707;}i:529;a:7:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:563;}i:530;a:7:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:367;}i:531;a:7:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:947;}i:532;a:7:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:179;}i:533;a:7:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:207;}i:534;a:7:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:739;}i:535;a:7:{s:6:\"family\";s:22:\"Material Symbols Sharp\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v132\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:314;}i:536;a:7:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1149;}i:537;a:7:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1268;}i:538;a:7:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1190;}i:539;a:7:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:31;}i:540;a:7:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:933;}i:541;a:7:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:568;}i:542;a:7:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:638;}i:543;a:7:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1343;}i:544;a:7:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1130;}i:545;a:7:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:791;}i:546;a:7:{s:6:\"family\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:326;}i:547;a:7:{s:6:\"family\";s:9:\"Vazirmatn\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:473;}i:548;a:7:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:576;}i:549;a:7:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1288;}i:550;a:7:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1148;}i:551;a:7:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1140;}i:552;a:7:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:984;}i:553;a:7:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1310;}i:554;a:7:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1051;}i:555;a:7:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1307;}i:556;a:7:{s:6:\"family\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:137;}i:557;a:7:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1385;}i:558;a:7:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1216;}i:559;a:7:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:151;}i:560;a:7:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1005;}i:561;a:7:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:249;}i:562;a:7:{s:6:\"family\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:307;}i:563;a:7:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1146;}i:564;a:7:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:892;}i:565;a:7:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:639;}i:566;a:7:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1409;}i:567;a:7:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1405;}i:568;a:7:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:478;}i:569;a:7:{s:6:\"family\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1438;}i:570;a:7:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:525;}i:571;a:7:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:437;}i:572;a:7:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:603;}i:573;a:7:{s:6:\"family\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:365;}i:574;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1293;}i:575;a:7:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";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:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:748;}i:576;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:686;}i:577;a:7:{s:6:\"family\";s:13:\"League Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:622;}i:578;a:7:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1402;}i:579;a:7:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1319;}i:580;a:7:{s:6:\"family\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:477;}i:581;a:7:{s:6:\"family\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:61;}i:582;a:7:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:684;}i:583;a:7:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1145;}i:584;a:7:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:371;}i:585;a:7:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:461;}i:586;a:7:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:35;}i:587;a:7:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:941;}i:588;a:7:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1200;}i:589;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1453;}i:590;a:7:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:906;}i:591;a:7:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:455;}i:592;a:7:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:772;}i:593;a:7:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1361;}i:594;a:7:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:141;}i:595;a:7:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1408;}i:596;a:7:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1323;}i:597;a:7:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1536;}i:598;a:7:{s:6:\"family\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1000;}i:599;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1512;}i:600;a:7:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1229;}i:601;a:7:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1239;}i:602;a:7:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:741;}i:603;a:7:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:993;}i:604;a:7:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1410;}i:605;a:7:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1471;}i:606;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1283;}i:607;a:7:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1030;}i:608;a:7:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:395;}i:609;a:7:{s:6:\"family\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:597;}i:610;a:7:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:614;}i:611;a:7:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:720;}i:612;a:7:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1284;}i:613;a:7:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1522;}i:614;a:7:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1004;}i:615;a:7:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:902;}i:616;a:7:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:438;}i:617;a:7:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:465;}i:618;a:7:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1257;}i:619;a:7:{s:6:\"family\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1039;}i:620;a:7:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1125;}i:621;a:7:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1011;}i:622;a:7:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:929;}i:623;a:7:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:397;}i:624;a:7:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:469;}i:625;a:7:{s:6:\"family\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1202;}i:626;a:7:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:916;}i:627;a:7:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1099;}i:628;a:7:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1357;}i:629;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:598;}i:630;a:7:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1556;}i:631;a:7:{s:6:\"family\";s:19:\"Wix Madefor Display\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:28;}i:632;a:7:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1303;}i:633;a:7:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:466;}i:634;a:7:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:350;}i:635;a:7:{s:6:\"family\";s:10:\"Sofia Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1326;}i:636;a:7:{s:6:\"family\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:926;}i:637;a:7:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:46;}i:638;a:7:{s:6:\"family\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1114;}i:639;a:7:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:805;}i:640;a:7:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1110;}i:641;a:7:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1287;}i:642;a:7:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:754;}i:643;a:7:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:801;}i:644;a:7:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:967;}i:645;a:7:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:575;}i:646;a:7:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:347;}i:647;a:7:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1509;}i:648;a:7:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:621;}i:649;a:7:{s:6:\"family\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1089;}i:650;a:7:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1316;}i:651;a:7:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1551;}i:652;a:7:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1451;}i:653;a:7:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:699;}i:654;a:7:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:378;}i:655;a:7:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:690;}i:656;a:7:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1063;}i:657;a:7:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:51;}i:658;a:7:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:381;}i:659;a:7:{s:6:\"family\";s:10:\"Chivo Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:253;}i:660;a:7:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:449;}i:661;a:7:{s:6:\"family\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1436;}i:662;a:7:{s:6:\"family\";s:6:\"Akshar\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:336;}i:663;a:7:{s:6:\"family\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1159;}i:664;a:7:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:963;}i:665;a:7:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1447;}i:666;a:7:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:972;}i:667;a:7:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1237;}i:668;a:7:{s:6:\"family\";s:20:\"Sofia Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1513;}i:669;a:7:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1530;}i:670;a:7:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:291;}i:671;a:7:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:277;}i:672;a:7:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1127;}i:673;a:7:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1532;}i:674;a:7:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:768;}i:675;a:7:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:608;}i:676;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:544;}i:677;a:7:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:191;}i:678;a:7:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1014;}i:679;a:7:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1196;}i:680;a:7:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1391;}i:681;a:7:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:919;}i:682;a:7:{s:6:\"family\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:134;}i:683;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1066;}i:684;a:7:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:125;}i:685;a:7:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1103;}i:686;a:7:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:651;}i:687;a:7:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:583;}i:688;a:7:{s:6:\"family\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1183;}i:689;a:7:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1006;}i:690;a:7:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:813;}i:691;a:7:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1090;}i:692;a:7:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:943;}i:693;a:7:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:585;}i:694;a:7:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1153;}i:695;a:7:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1150;}i:696;a:7:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:278;}i:697;a:7:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:795;}i:698;a:7:{s:6:\"family\";s:10:\"Silkscreen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1279;}i:699;a:7:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:587;}i:700;a:7:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1493;}i:701;a:7:{s:6:\"family\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:647;}i:702;a:7:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:505;}i:703;a:7:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:711;}i:704;a:7:{s:6:\"family\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1485;}i:705;a:7:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1224;}i:706;a:7:{s:6:\"family\";s:14:\"Anek Malayalam\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1377;}i:707;a:7:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1356;}i:708;a:7:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1355;}i:709;a:7:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:743;}i:710;a:7:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:915;}i:711;a:7:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1104;}i:712;a:7:{s:6:\"family\";s:7:\"Ms Madi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:788;}i:713;a:7:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1393;}i:714;a:7:{s:6:\"family\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:86;}i:715;a:7:{s:6:\"family\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:370;}i:716;a:7:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:752;}i:717;a:7:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:534;}i:718;a:7:{s:6:\"family\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:680;}i:719;a:7:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:407;}i:720;a:7:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1227;}i:721;a:7:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:697;}i:722;a:7:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1340;}i:723;a:7:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:383;}i:724;a:7:{s:6:\"family\";s:20:\"BhuTuka Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1213;}i:725;a:7:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:231;}i:726;a:7:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:685;}i:727;a:7:{s:6:\"family\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:40;}i:728;a:7:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:928;}i:729;a:7:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1042;}i:730;a:7:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:927;}i:731;a:7:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:784;}i:732;a:7:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1165;}i:733;a:7:{s:6:\"family\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1414;}i:734;a:7:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:548;}i:735;a:7:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:738;}i:736;a:7:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:862;}i:737;a:7:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:39;}i:738;a:7:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1286;}i:739;a:7:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:337;}i:740;a:7:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:143;}i:741;a:7:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:63;}i:742;a:7:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1452;}i:743;a:7:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:111;}i:744;a:7:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1117;}i:745;a:7:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:688;}i:746;a:7:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:798;}i:747;a:7:{s:6:\"family\";s:7:\"Aboreto\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1214;}i:748;a:7:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:712;}i:749;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1101;}i:750;a:7:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1246;}i:751;a:7:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1329;}i:752;a:7:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1376;}i:753;a:7:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1469;}i:754;a:7:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:782;}i:755;a:7:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1088;}i:756;a:7:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:538;}i:757;a:7:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:828;}i:758;a:7:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1028;}i:759;a:7:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:391;}i:760;a:7:{s:6:\"family\";s:13:\"Shantell Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:311;}i:761;a:7:{s:6:\"family\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1147;}i:762;a:7:{s:6:\"family\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1437;}i:763;a:7:{s:6:\"family\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1137;}i:764;a:7:{s:6:\"family\";s:6:\"Gloock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:421;}i:765;a:7:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1191;}i:766;a:7:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1038;}i:767;a:7:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:382;}i:768;a:7:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:511;}i:769;a:7:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:519;}i:770;a:7:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1461;}i:771;a:7:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:835;}i:772;a:7:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1416;}i:773;a:7:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:676;}i:774;a:7:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:369;}i:775;a:7:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1502;}i:776;a:7:{s:6:\"family\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v42\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:557;}i:777;a:7:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:94;}i:778;a:7:{s:6:\"family\";s:10:\"Tilt Prism\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1401;}i:779;a:7:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:498;}i:780;a:7:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:839;}i:781;a:7:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1033;}i:782;a:7:{s:6:\"family\";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:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:293;}i:783;a:7:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1271;}i:784;a:7:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1432;}i:785;a:7:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1457;}i:786;a:7:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:736;}i:787;a:7:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:800;}i:788;a:7:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:681;}i:789;a:7:{s:6:\"family\";s:17:\"Schibsted Grotesk\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1321;}i:790;a:7:{s:6:\"family\";s:14:\"Poltawski Nowy\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:20;}i:791;a:7:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:304;}i:792;a:7:{s:6:\"family\";s:9:\"Geologica\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:87;}i:793;a:7:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1250;}i:794;a:7:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:884;}i:795;a:7:{s:6:\"family\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sogdian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:2;}i:796;a:7:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:764;}i:797;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"old-permic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1;}i:798;a:7:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:780;}i:799;a:7:{s:6:\"family\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"mahajani\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:3;}i:800;a:7:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:925;}i:801;a:7:{s:6:\"family\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"shavian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:4;}i:802;a:7:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1365;}i:803;a:7:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:770;}i:804;a:7:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:215;}i:805;a:7:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1076;}i:806;a:7:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:506;}i:807;a:7:{s:6:\"family\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:488;}i:808;a:7:{s:6:\"family\";s:25:\"Sofia Sans Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:463;}i:809;a:7:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:492;}i:810;a:7:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1294;}i:811;a:7:{s:6:\"family\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"symbols\";}s:7:\"version\";s:3:\"v40\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:173;}i:812;a:7:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:284;}i:813;a:7:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:820;}i:814;a:7:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:462;}i:815;a:7:{s:6:\"family\";s:10:\"Anek Tamil\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:248;}i:816;a:7:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1055;}i:817;a:7:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:982;}i:818;a:7:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1263;}i:819;a:7:{s:6:\"family\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:19;}i:820;a:7:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:907;}i:821;a:7:{s:6:\"family\";s:10:\"Rubik Dirt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1489;}i:822;a:7:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1201;}i:823;a:7:{s:6:\"family\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1353;}i:824;a:7:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:628;}i:825;a:7:{s:6:\"family\";s:16:\"Familjen Grotesk\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:379;}i:826;a:7:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:673;}i:827;a:7:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1285;}i:828;a:7:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1194;}i:829;a:7:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:973;}i:830;a:7:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:590;}i:831;a:7:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1126;}i:832;a:7:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1134;}i:833;a:7:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1441;}i:834;a:7:{s:6:\"family\";s:14:\"Abyssinica SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:127;}i:835;a:7:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:118;}i:836;a:7:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1035;}i:837;a:7:{s:6:\"family\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1399;}i:838;a:7:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:482;}i:839;a:7:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:789;}i:840;a:7:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1188;}i:841;a:7:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:343;}i:842;a:7:{s:6:\"family\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:146;}i:843;a:7:{s:6:\"family\";s:7:\"Gantari\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:175;}i:844;a:7:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:866;}i:845;a:7:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1456;}i:846;a:7:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1261;}i:847;a:7:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:726;}i:848;a:7:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1199;}i:849;a:7:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:918;}i:850;a:7:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1495;}i:851;a:7:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1333;}i:852;a:7:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:657;}i:853;a:7:{s:6:\"family\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:241;}i:854;a:7:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1247;}i:855;a:7:{s:6:\"family\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:452;}i:856;a:7:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:816;}i:857;a:7:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:989;}i:858;a:7:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:885;}i:859;a:7:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1276;}i:860;a:7:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1411;}i:861;a:7:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1349;}i:862;a:7:{s:6:\"family\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";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:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1240;}i:863;a:7:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1156;}i:864;a:7:{s:6:\"family\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:483;}i:865;a:7:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1290;}i:866;a:7:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1053;}i:867;a:7:{s:6:\"family\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1108;}i:868;a:7:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:804;}i:869;a:7:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1174;}i:870;a:7:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:710;}i:871;a:7:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:540;}i:872;a:7:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1380;}i:873;a:7:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:380;}i:874;a:7:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1426;}i:875;a:7:{s:6:\"family\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:57;}i:876;a:7:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:616;}i:877;a:7:{s:6:\"family\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:678;}i:878;a:7:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:451;}i:879;a:7:{s:6:\"family\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:550;}i:880;a:7:{s:6:\"family\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:165;}i:881;a:7:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-09-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1539;}i:882;a:7:{s:6:\"family\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1277;}i:883;a:7:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:634;}i:884;a:7:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:408;}i:885;a:7:{s:6:\"family\";s:13:\"BIZ UDPMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-18\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1274;}i:886;a:7:{s:6:\"family\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:502;}i:887;a:7:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:323;}i:888;a:7:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1455;}i:889;a:7:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:85;}i:890;a:7:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:276;}i:891;a:7:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1459;}i:892;a:7:{s:6:\"family\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v42\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1344;}i:893;a:7:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1334;}i:894;a:7:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1152;}i:895;a:7:{s:6:\"family\";s:12:\"BIZ UDGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:204;}i:896;a:7:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1498;}i:897;a:7:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1516;}i:898;a:7:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1083;}i:899;a:7:{s:6:\"family\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:227;}i:900;a:7:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1412;}i:901;a:7:{s:6:\"family\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:8:\"japanese\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:257;}i:902;a:7:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1207;}i:903;a:7:{s:6:\"family\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:629;}i:904;a:7:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:279;}i:905;a:7:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:485;}i:906;a:7:{s:6:\"family\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1543;}i:907;a:7:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:22;}i:908;a:7:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1027;}i:909;a:7:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:618;}i:910;a:7:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:648;}i:911;a:7:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1460;}i:912;a:7:{s:6:\"family\";s:4:\"Sono\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1544;}i:913;a:7:{s:6:\"family\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1317;}i:914;a:7:{s:6:\"family\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:957;}i:915;a:7:{s:6:\"family\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:579;}i:916;a:7:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:778;}i:917;a:7:{s:6:\"family\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:44;}i:918;a:7:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:627;}i:919;a:7:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:643;}i:920;a:7:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:662;}i:921;a:7:{s:6:\"family\";s:13:\"ADLaM Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:24;}i:922;a:7:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1273;}i:923;a:7:{s:6:\"family\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:81;}i:924;a:7:{s:6:\"family\";s:12:\"Radio Canada\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:632;}i:925;a:7:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:617;}i:926;a:7:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:480;}i:927;a:7:{s:6:\"family\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:630;}i:928;a:7:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:845;}i:929;a:7:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-01-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:553;}i:930;a:7:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1300;}i:931;a:7:{s:6:\"family\";s:7:\"Anuphan\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1501;}i:932;a:7:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1019;}i:933;a:7:{s:6:\"family\";s:26:\"Sofia Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:317;}i:934;a:7:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1139;}i:935;a:7:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:870;}i:936;a:7:{s:6:\"family\";s:16:\"IBM Plex Sans JP\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:197;}i:937;a:7:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:392;}i:938;a:7:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:766;}i:939;a:7:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1210;}i:940;a:7:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:727;}i:941;a:7:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:389;}i:942;a:7:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1225;}i:943;a:7:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1248;}i:944;a:7:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:436;}i:945;a:7:{s:6:\"family\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-b\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:5;}i:946;a:7:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:672;}i:947;a:7:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:773;}i:948;a:7:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:833;}i:949;a:7:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:668;}i:950;a:7:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1368;}i:951;a:7:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1351;}i:952;a:7:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:703;}i:953;a:7:{s:6:\"family\";s:8:\"Alkalami\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:613;}i:954;a:7:{s:6:\"family\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:412;}i:955;a:7:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:987;}i:956;a:7:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1238;}i:957;a:7:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:532;}i:958;a:7:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:719;}i:959;a:7:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1308;}i:960;a:7:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:777;}i:961;a:7:{s:6:\"family\";s:21:\"Tiro Devanagari Hindi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1464;}i:962;a:7:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1203;}i:963;a:7:{s:6:\"family\";s:15:\"Edu SA Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1373;}i:964;a:7:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:522;}i:965;a:7:{s:6:\"family\";s:9:\"Tilt Warp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:702;}i:966;a:7:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1330;}i:967;a:7:{s:6:\"family\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:580;}i:968;a:7:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:361;}i:969;a:7:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:252;}i:970;a:7:{s:6:\"family\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:456;}i:971;a:7:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:340;}i:972;a:7:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:935;}i:973;a:7:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:372;}i:974;a:7:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:844;}i:975;a:7:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1291;}i:976;a:7:{s:6:\"family\";s:10:\"Square Peg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:946;}i:977;a:7:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1010;}i:978;a:7:{s:6:\"family\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1166;}i:979;a:7:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:457;}i:980;a:7:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:955;}i:981;a:7:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1559;}i:982;a:7:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1324;}i:983;a:7:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:476;}i:984;a:7:{s:6:\"family\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1026;}i:985;a:7:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:205;}i:986;a:7:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:558;}i:987;a:7:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:917;}i:988;a:7:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:645;}i:989;a:7:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1087;}i:990;a:7:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1328;}i:991;a:7:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:822;}i:992;a:7:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:298;}i:993;a:7:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1069;}i:994;a:7:{s:6:\"family\";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:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1383;}i:995;a:7:{s:6:\"family\";s:5:\"Phudu\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";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\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:14;}i:996;a:7:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1554;}i:997;a:7:{s:6:\"family\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:195;}i:998;a:7:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1476;}i:999;a:7:{s:6:\"family\";s:13:\"Fragment Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:821;}i:1000;a:7:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1016;}i:1001;a:7:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:606;}i:1002;a:7:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:698;}i:1003;a:7:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:48;}i:1004;a:7:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1470;}i:1005;a:7:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:520;}i:1006;a:7:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:185;}i:1007;a:7:{s:6:\"family\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:997;}i:1008;a:7:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1221;}i:1009;a:7:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1506;}i:1010;a:7:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1468;}i:1011;a:7:{s:6:\"family\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:971;}i:1012;a:7:{s:6:\"family\";s:12:\"Tiro Kannada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:167;}i:1013;a:7:{s:6:\"family\";s:10:\"Noto Emoji\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v46\";s:12:\"lastModified\";s:10:\"2023-09-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:270;}i:1014;a:7:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:642;}i:1015;a:7:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:523;}i:1016;a:7:{s:6:\"family\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"math\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1350;}i:1017;a:7:{s:6:\"family\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1098;}i:1018;a:7:{s:6:\"family\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:781;}i:1019;a:7:{s:6:\"family\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:198;}i:1020;a:7:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1372;}i:1021;a:7:{s:6:\"family\";s:5:\"Arima\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:9:\"malayalam\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:320;}i:1022;a:7:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:225;}i:1023;a:7:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:178;}i:1024;a:7:{s:6:\"family\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:578;}i:1025;a:7:{s:6:\"family\";s:16:\"Scheherazade New\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:144;}i:1026;a:7:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1360;}i:1027;a:7:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:256;}i:1028;a:7:{s:6:\"family\";s:6:\"Gulzar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:354;}i:1029;a:7:{s:6:\"family\";s:11:\"Anek Telugu\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1523;}i:1030;a:7:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1407;}i:1031;a:7:{s:6:\"family\";s:10:\"Grape Nuts\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1178;}i:1032;a:7:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:559;}i:1033;a:7:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:787;}i:1034;a:7:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:775;}i:1035;a:7:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1497;}i:1036;a:7:{s:6:\"family\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:577;}i:1037;a:7:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:818;}i:1038;a:7:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:500;}i:1039;a:7:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1429;}i:1040;a:7:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:349;}i:1041;a:7:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1557;}i:1042;a:7:{s:6:\"family\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:809;}i:1043;a:7:{s:6:\"family\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:605;}i:1044;a:7:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:52;}i:1045;a:7:{s:6:\"family\";s:7:\"Anybody\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1322;}i:1046;a:7:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1056;}i:1047;a:7:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:830;}i:1048;a:7:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1060;}i:1049;a:7:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:936;}i:1050;a:7:{s:6:\"family\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:604;}i:1051;a:7:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:250;}i:1052;a:7:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1142;}i:1053;a:7:{s:6:\"family\";s:12:\"Bruno Ace SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:825;}i:1054;a:7:{s:6:\"family\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:644;}i:1055;a:7:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:725;}i:1056;a:7:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1164;}i:1057;a:7:{s:6:\"family\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:11;}i:1058;a:7:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:243;}i:1059;a:7:{s:6:\"family\";s:15:\"Instrument Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:212;}i:1060;a:7:{s:6:\"family\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1205;}i:1061;a:7:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1045;}i:1062;a:7:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:687;}i:1063;a:7:{s:6:\"family\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:373;}i:1064;a:7:{s:6:\"family\";s:13:\"Kantumruy Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:759;}i:1065;a:7:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:840;}i:1066;a:7:{s:6:\"family\";s:11:\"Aoboshi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:78;}i:1067;a:7:{s:6:\"family\";s:16:\"Instrument Serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1281;}i:1068;a:7:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1450;}i:1069;a:7:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:254;}i:1070;a:7:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:745;}i:1071;a:7:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:794;}i:1072;a:7:{s:6:\"family\";s:11:\"Beau Rivage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1427;}i:1073;a:7:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:831;}i:1074;a:7:{s:6:\"family\";s:19:\"Bricolage Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1558;}i:1075;a:7:{s:6:\"family\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:942;}i:1076;a:7:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1318;}i:1077;a:7:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:460;}i:1078;a:7:{s:6:\"family\";s:10:\"Belanosima\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:761;}i:1079;a:7:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1480;}i:1080;a:7:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:609;}i:1081;a:7:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1015;}i:1082;a:7:{s:6:\"family\";s:5:\"Borel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1534;}i:1083;a:7:{s:6:\"family\";s:11:\"Tiro Bangla\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1003;}i:1084;a:7:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:724;}i:1085;a:7:{s:6:\"family\";s:6:\"Akatab\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:17;}i:1086;a:7:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:890;}i:1087;a:7:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1228;}i:1088;a:7:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:433;}i:1089;a:7:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:564;}i:1090;a:7:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:996;}i:1091;a:7:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:102;}i:1092;a:7:{s:6:\"family\";s:9:\"Rubik Iso\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:10;}i:1093;a:7:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:695;}i:1094;a:7:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:400;}i:1095;a:7:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1299;}i:1096;a:7:{s:6:\"family\";s:11:\"Smooch Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1511;}i:1097;a:7:{s:6:\"family\";s:11:\"Anek Bangla\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:908;}i:1098;a:7:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:384;}i:1099;a:7:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1208;}i:1100;a:7:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1151;}i:1101;a:7:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:342;}i:1102;a:7:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:718;}i:1103;a:7:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1226;}i:1104;a:7:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:593;}i:1105;a:7:{s:6:\"family\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1531;}i:1106;a:7:{s:6:\"family\";s:15:\"Anek Devanagari\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1484;}i:1107;a:7:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:623;}i:1108;a:7:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v56\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:467;}i:1109;a:7:{s:6:\"family\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:988;}i:1110;a:7:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:792;}i:1111;a:7:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1012;}i:1112;a:7:{s:6:\"family\";s:16:\"Spline Sans Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1363;}i:1113;a:7:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:562;}i:1114;a:7:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:771;}i:1115;a:7:{s:6:\"family\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:547;}i:1116;a:7:{s:6:\"family\";s:10:\"Anek Latin\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:425;}i:1117;a:7:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1234;}i:1118;a:7:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1105;}i:1119;a:7:{s:6:\"family\";s:10:\"Charis SIL\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:346;}i:1120;a:7:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1566;}i:1121;a:7:{s:6:\"family\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"osmanya\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:6;}i:1122;a:7:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1445;}i:1123;a:7:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:581;}i:1124;a:7:{s:6:\"family\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1050;}i:1125;a:7:{s:6:\"family\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1301;}i:1126;a:7:{s:6:\"family\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1169;}i:1127;a:7:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1486;}i:1128;a:7:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1463;}i:1129;a:7:{s:6:\"family\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1302;}i:1130;a:7:{s:6:\"family\";s:13:\"Noto Serif HK\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:158;}i:1131;a:7:{s:6:\"family\";s:4:\"Joan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:746;}i:1132;a:7:{s:6:\"family\";s:18:\"Delicious Handrawn\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:406;}i:1133;a:7:{s:6:\"family\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:142;}i:1134;a:7:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1265;}i:1135;a:7:{s:6:\"family\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1233;}i:1136;a:7:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:432;}i:1137;a:7:{s:6:\"family\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1269;}i:1138;a:7:{s:6:\"family\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1552;}i:1139;a:7:{s:6:\"family\";s:9:\"Nuosu SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:829;}i:1140;a:7:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:637;}i:1141;a:7:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:683;}i:1142;a:7:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:237;}i:1143;a:7:{s:6:\"family\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:760;}i:1144;a:7:{s:6:\"family\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:696;}i:1145;a:7:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1258;}i:1146;a:7:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1282;}i:1147;a:7:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:574;}i:1148;a:7:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1481;}i:1149;a:7:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:164;}i:1150;a:7:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:903;}i:1151;a:7:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1186;}i:1152;a:7:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:985;}i:1153;a:7:{s:6:\"family\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:487;}i:1154;a:7:{s:6:\"family\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"anatolian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1448;}i:1155;a:7:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1298;}i:1156;a:7:{s:6:\"family\";s:8:\"DynaPuff\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:565;}i:1157;a:7:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:991;}i:1158;a:7:{s:6:\"family\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1217;}i:1159;a:7:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:324;}i:1160;a:7:{s:6:\"family\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1366;}i:1161;a:7:{s:6:\"family\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1428;}i:1162;a:7:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:861;}i:1163;a:7:{s:6:\"family\";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:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:512;}i:1164;a:7:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:496;}i:1165;a:7:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:353;}i:1166;a:7:{s:6:\"family\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1403;}i:1167;a:7:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:546;}i:1168;a:7:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:501;}i:1169;a:7:{s:6:\"family\";s:18:\"Noto Sans Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v46\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:693;}i:1170;a:7:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1043;}i:1171;a:7:{s:6:\"family\";s:7:\"Mynerve\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:120;}i:1172;a:7:{s:6:\"family\";s:6:\"Tektur\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";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\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1388;}i:1173;a:7:{s:6:\"family\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:155;}i:1174;a:7:{s:6:\"family\";s:16:\"Wix Madefor Text\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";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:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:316;}i:1175;a:7:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:709;}i:1176;a:7:{s:6:\"family\";s:14:\"Monomaniac One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:32;}i:1177;a:7:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1082;}i:1178;a:7:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:236;}i:1179;a:7:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1009;}i:1180;a:7:{s:6:\"family\";s:9:\"Caprasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1565;}i:1181;a:7:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1492;}i:1182;a:7:{s:6:\"family\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1541;}i:1183;a:7:{s:6:\"family\";s:12:\"BIZ UDMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-18\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:398;}i:1184;a:7:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:733;}i:1185;a:7:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:744;}i:1186;a:7:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:422;}i:1187;a:7:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:513;}i:1188;a:7:{s:6:\"family\";s:11:\"Amiri Quran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:188;}i:1189;a:7:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1312;}i:1190;a:7:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1395;}i:1191;a:7:{s:6:\"family\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"nabataean\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:7;}i:1192;a:7:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:261;}i:1193;a:7:{s:6:\"family\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:940;}i:1194;a:7:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:481;}i:1195;a:7:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:309;}i:1196;a:7:{s:6:\"family\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:431;}i:1197;a:7:{s:6:\"family\";s:7:\"Alkatra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:7:\"bengali\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:5:\"oriya\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1327;}i:1198;a:7:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:339;}i:1199;a:7:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:504;}i:1200;a:7:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:811;}i:1201;a:7:{s:6:\"family\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"symbols\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:333;}i:1202;a:7:{s:6:\"family\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1526;}i:1203;a:7:{s:6:\"family\";s:13:\"Tiro Gurmukhi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1175;}i:1204;a:7:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:364;}i:1205;a:7:{s:6:\"family\";s:3:\"REM\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1313;}i:1206;a:7:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:420;}i:1207;a:7:{s:6:\"family\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:255;}i:1208;a:7:{s:6:\"family\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1467;}i:1209;a:7:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1254;}i:1210;a:7:{s:6:\"family\";s:7:\"Labrada\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:413;}i:1211;a:7:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:223;}i:1212;a:7:{s:6:\"family\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1181;}i:1213;a:7:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:468;}i:1214;a:7:{s:6:\"family\";s:22:\"Alumni Sans Inline One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1533;}i:1215;a:7:{s:6:\"family\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:82;}i:1216;a:7:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1122;}i:1217;a:7:{s:6:\"family\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:296;}i:1218;a:7:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1398;}i:1219;a:7:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:924;}i:1220;a:7:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1443;}i:1221;a:7:{s:6:\"family\";s:9:\"Braah One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1538;}i:1222;a:7:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:636;}i:1223;a:7:{s:6:\"family\";s:11:\"Water Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:584;}i:1224;a:7:{s:6:\"family\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"syloti-nagri\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:36;}i:1225;a:7:{s:6:\"family\";s:7:\"Whisper\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:836;}i:1226;a:7:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1527;}i:1227;a:7:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:880;}i:1228;a:7:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:779;}i:1229;a:7:{s:6:\"family\";s:7:\"Carlito\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:507;}i:1230;a:7:{s:6:\"family\";s:11:\"Neonderthaw\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:272;}i:1231;a:7:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:327;}i:1232;a:7:{s:6:\"family\";s:12:\"Martian Mono\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-02-23\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:475;}i:1233;a:7:{s:6:\"family\";s:12:\"Anek Kannada\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:213;}i:1234;a:7:{s:6:\"family\";s:7:\"Handjet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:6:\"arabic\";i:1;s:8:\"armenian\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"greek\";i:5;s:6:\"hebrew\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1525;}i:1235;a:7:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1292;}i:1236;a:7:{s:6:\"family\";s:5:\"Nabla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:161;}i:1237;a:7:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1267;}i:1238;a:7:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:295;}i:1239;a:7:{s:6:\"family\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"gothic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:262;}i:1240;a:7:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:567;}i:1241;a:7:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1550;}i:1242;a:7:{s:6:\"family\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:131;}i:1243;a:7:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1170;}i:1244;a:7:{s:6:\"family\";s:14:\"Lavishly Yours\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:226;}i:1245;a:7:{s:6:\"family\";s:12:\"Gentium Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:423;}i:1246;a:7:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:332;}i:1247;a:7:{s:6:\"family\";s:12:\"Bungee Spice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1018;}i:1248;a:7:{s:6:\"family\";s:14:\"Ysabeau Infant\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:434;}i:1249;a:7:{s:6:\"family\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1528;}i:1250;a:7:{s:6:\"family\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1215;}i:1251;a:7:{s:6:\"family\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:486;}i:1252;a:7:{s:6:\"family\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"pau-cin-hau\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:8;}i:1253;a:7:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:318;}i:1254;a:7:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:356;}i:1255;a:7:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1418;}i:1256;a:7:{s:6:\"family\";s:8:\"Solitreo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:931;}i:1257;a:7:{s:6:\"family\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"samaritan\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:271;}i:1258;a:7:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1535;}i:1259;a:7:{s:6:\"family\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:297;}i:1260;a:7:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:731;}i:1261;a:7:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:864;}i:1262;a:7:{s:6:\"family\";s:14:\"Climate Crisis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:202;}i:1263;a:7:{s:6:\"family\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:396;}i:1264;a:7:{s:6:\"family\";s:19:\"Noto Serif Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1567;}i:1265;a:7:{s:6:\"family\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"mongolian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:89;}i:1266;a:7:{s:6:\"family\";s:10:\"Babylonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:283;}i:1267;a:7:{s:6:\"family\";s:14:\"Kdam Thmor Pro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:273;}i:1268;a:7:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:812;}i:1269;a:7:{s:6:\"family\";s:15:\"Rubik Wet Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1547;}i:1270;a:7:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:440;}i:1271;a:7:{s:6:\"family\";s:20:\"Noto Sans Chorasmian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"chorasmian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1549;}i:1272;a:7:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:286;}i:1273;a:7:{s:6:\"family\";s:16:\"Edu TAS Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:33;}i:1274;a:7:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1499;}i:1275;a:7:{s:6:\"family\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"meroitic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:9;}i:1276;a:7:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:83;}i:1277;a:7:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:427;}i:1278;a:7:{s:6:\"family\";s:13:\"Anek Gujarati\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1304;}i:1279;a:7:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:126;}i:1280;a:7:{s:6:\"family\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:666;}i:1281;a:7:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1335;}i:1282;a:7:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:399;}i:1283;a:7:{s:6:\"family\";s:9:\"Tilt Neon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:246;}i:1284;a:7:{s:6:\"family\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:860;}i:1285;a:7:{s:6:\"family\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:268;}i:1286;a:7:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:385;}i:1287;a:7:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:310;}i:1288;a:7:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:633;}i:1289;a:7:{s:6:\"family\";s:7:\"Ysabeau\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:808;}i:1290;a:7:{s:6:\"family\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:528;}i:1291;a:7:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1315;}i:1292;a:7:{s:6:\"family\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:937;}i:1293;a:7:{s:6:\"family\";s:6:\"Marhey\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:266;}i:1294;a:7:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:611;}i:1295;a:7:{s:6:\"family\";s:10:\"Tiro Tamil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:362;}i:1296;a:7:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:394;}i:1297;a:7:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:826;}i:1298;a:7:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:479;}i:1299;a:7:{s:6:\"family\";s:12:\"Rubik Glitch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:416;}i:1300;a:7:{s:6:\"family\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:411;}i:1301;a:7:{s:6:\"family\";s:13:\"Anek Gurmukhi\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:219;}i:1302;a:7:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:136;}i:1303;a:7:{s:6:\"family\";s:15:\"Cherry Bomb One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1563;}i:1304;a:7:{s:6:\"family\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:691;}i:1305;a:7:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:591;}i:1306;a:7:{s:6:\"family\";s:23:\"Tiro Devanagari Marathi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1505;}i:1307;a:7:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:366;}i:1308;a:7:{s:6:\"family\";s:5:\"Comme\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:464;}i:1309;a:7:{s:6:\"family\";s:24:\"Tiro Devanagari Sanskrit\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:556;}i:1310;a:7:{s:6:\"family\";s:6:\"Ruwudu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1568;}i:1311;a:7:{s:6:\"family\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"soyombo\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:12;}i:1312;a:7:{s:6:\"family\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1444;}i:1313;a:7:{s:6:\"family\";s:6:\"Foldit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1507;}i:1314;a:7:{s:6:\"family\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:521;}i:1315;a:7:{s:6:\"family\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:145;}i:1316;a:7:{s:6:\"family\";s:17:\"Gentium Book Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:949;}i:1317;a:7:{s:6:\"family\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:930;}i:1318;a:7:{s:6:\"family\";s:8:\"Agdasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1503;}i:1319;a:7:{s:6:\"family\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:360;}i:1320;a:7:{s:6:\"family\";s:16:\"Rubik Distressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1180;}i:1321;a:7:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:533;}i:1322;a:7:{s:6:\"family\";s:11:\"Rubik Vinyl\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:269;}i:1323;a:7:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:855;}i:1324;a:7:{s:6:\"family\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:16;}i:1325;a:7:{s:6:\"family\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1387;}i:1326;a:7:{s:6:\"family\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:45;}i:1327;a:7:{s:6:\"family\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:114;}i:1328;a:7:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:810;}i:1329;a:7:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:619;}i:1330;a:7:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:872;}i:1331;a:7:{s:6:\"family\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:819;}i:1332;a:7:{s:6:\"family\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1540;}i:1333;a:7:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:566;}i:1334;a:7:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1262;}i:1335;a:7:{s:6:\"family\";s:8:\"Hubballi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:551;}i:1336;a:7:{s:6:\"family\";s:13:\"Rubik Puddles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:641;}i:1337;a:7:{s:6:\"family\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:815;}i:1338;a:7:{s:6:\"family\";s:14:\"Aref Ruqaa Ink\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:203;}i:1339;a:7:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1474;}i:1340;a:7:{s:6:\"family\";s:26:\"Alumni Sans Collegiate One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:374;}i:1341;a:7:{s:6:\"family\";s:10:\"Cairo Play\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";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\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1491;}i:1342;a:7:{s:6:\"family\";s:14:\"Ysabeau Office\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1259;}i:1343;a:7:{s:6:\"family\";s:8:\"Wavefont\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:53;}i:1344;a:7:{s:6:\"family\";s:11:\"Victor Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1553;}i:1345;a:7:{s:6:\"family\";s:9:\"Anek Odia\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:357;}i:1346;a:7:{s:6:\"family\";s:14:\"Darumadrop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:282;}i:1347;a:7:{s:6:\"family\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"javanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:240;}i:1348;a:7:{s:6:\"family\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangut\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1358;}i:1349;a:7:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:537;}i:1350;a:7:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:572;}i:1351;a:7:{s:6:\"family\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:442;}i:1352;a:7:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:654;}i:1353;a:7:{s:6:\"family\";s:9:\"Lisu Bosa\";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:7:\"regular\";i:5;s:6:\"italic\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1548;}i:1354;a:7:{s:6:\"family\";s:10:\"Finlandica\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:471;}i:1355;a:7:{s:6:\"family\";s:13:\"Rubik Bubbles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:292;}i:1356;a:7:{s:6:\"family\";s:10:\"Ysabeau SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1163;}i:1357;a:7:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1085;}i:1358;a:7:{s:6:\"family\";s:12:\"Send Flowers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:186;}i:1359;a:7:{s:6:\"family\";s:22:\"Edu NSW ACT Foundation\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:338;}i:1360;a:7:{s:6:\"family\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1514;}i:1361;a:7:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:330;}i:1362;a:7:{s:6:\"family\";s:16:\"Tai Heritage Pro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1537;}i:1363;a:7:{s:6:\"family\";s:6:\"Updock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:881;}i:1364;a:7:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:671;}i:1365;a:7:{s:6:\"family\";s:13:\"Reem Kufi Fun\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:209;}i:1366;a:7:{s:6:\"family\";s:21:\"Alumni Sans Pinstripe\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:228;}i:1367;a:7:{s:6:\"family\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:974;}i:1368;a:7:{s:6:\"family\";s:10:\"Lumanosimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1545;}i:1369;a:7:{s:6:\"family\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"meetei-mayek\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1230;}i:1370;a:7:{s:6:\"family\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:599;}i:1371;a:7:{s:6:\"family\";s:13:\"Reem Kufi Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:659;}i:1372;a:7:{s:6:\"family\";s:17:\"Rubik Spray Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:494;}i:1373;a:7:{s:6:\"family\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:13;}i:1374;a:7:{s:6:\"family\";s:16:\"Edu QLD Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:315;}i:1375;a:7:{s:6:\"family\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:312;}i:1376;a:7:{s:6:\"family\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"phags-pa\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:25;}i:1377;a:7:{s:6:\"family\";s:16:\"Noto Sans Tangsa\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangsa\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:180;}i:1378;a:7:{s:6:\"family\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1131;}i:1379;a:7:{s:6:\"family\";s:6:\"Splash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:299;}i:1380;a:7:{s:6:\"family\";s:13:\"Dai Banna SIL\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";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\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1542;}i:1381;a:7:{s:6:\"family\";s:16:\"Bacasime Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:139;}i:1382;a:7:{s:6:\"family\";s:10:\"Diphylleia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:247;}i:1383;a:7:{s:6:\"family\";s:5:\"Blaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:602;}i:1384;a:7:{s:6:\"family\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"duployan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:15;}i:1385;a:7:{s:6:\"family\";s:7:\"My Soul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:190;}i:1386;a:7:{s:6:\"family\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:428;}i:1387;a:7:{s:6:\"family\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:288;}i:1388;a:7:{s:6:\"family\";s:8:\"Kablammo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:749;}i:1389;a:7:{s:6:\"family\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:415;}i:1390;a:7:{s:6:\"family\";s:19:\"Konkhmer Sleokchher\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:172;}i:1391;a:7:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:426;}i:1392;a:7:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:341;}i:1393;a:7:{s:6:\"family\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:419;}i:1394;a:7:{s:6:\"family\";s:14:\"Rubik 80s Fade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:306;}i:1395;a:7:{s:6:\"family\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:417;}i:1396;a:7:{s:6:\"family\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:335;}i:1397;a:7:{s:6:\"family\";s:9:\"Bruno Ace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1546;}i:1398;a:7:{s:6:\"family\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:355;}i:1399;a:7:{s:6:\"family\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"coptic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:259;}i:1400;a:7:{s:6:\"family\";s:6:\"Sigmar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1384;}i:1401;a:7:{s:6:\"family\";s:15:\"Castoro Titling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:514;}i:1402;a:7:{s:6:\"family\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"music\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:58;}i:1403;a:7:{s:6:\"family\";s:8:\"Lunasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1446;}i:1404;a:7:{s:6:\"family\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"carian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:47;}i:1405;a:7:{s:6:\"family\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:235;}i:1406;a:7:{s:6:\"family\";s:12:\"Blaka Hollow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1336;}i:1407;a:7:{s:6:\"family\";s:8:\"Tapestry\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:244;}i:1408;a:7:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:348;}i:1409;a:7:{s:6:\"family\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-sogdian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:18;}i:1410;a:7:{s:6:\"family\";s:12:\"Rubik Pixels\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:990;}i:1411;a:7:{s:6:\"family\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:430;}i:1412;a:7:{s:6:\"family\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:376;}i:1413;a:7:{s:6:\"family\";s:22:\"Edu VIC WA NT Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1118;}i:1414;a:7:{s:6:\"family\";s:10:\"Gajraj One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:418;}i:1415;a:7:{s:6:\"family\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:133;}i:1416;a:7:{s:6:\"family\";s:22:\"Noto Sans Cypro Minoan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cypro-minoan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1482;}i:1417;a:7:{s:6:\"family\";s:9:\"Vina Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1561;}i:1418;a:7:{s:6:\"family\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:221;}i:1419;a:7:{s:6:\"family\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:331;}i:1420;a:7:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:344;}i:1421;a:7:{s:6:\"family\";s:13:\"Bagel Fat One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:393;}i:1422;a:7:{s:6:\"family\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:446;}i:1423;a:7:{s:6:\"family\";s:15:\"Tsukimi Rounded\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:615;}i:1424;a:7:{s:6:\"family\";s:13:\"Rubik Microbe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:275;}i:1425;a:7:{s:6:\"family\";s:11:\"Rubik Storm\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:220;}i:1426;a:7:{s:6:\"family\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"miao\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:64;}i:1427;a:7:{s:6:\"family\";s:9:\"Lugrasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1555;}i:1428;a:7:{s:6:\"family\";s:19:\"Noto Serif NP Hmong\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:22:\"nyiakeng-puachue-hmong\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:26;}i:1429;a:7:{s:6:\"family\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1562;}i:1430;a:7:{s:6:\"family\";s:11:\"Tiro Telugu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:280;}i:1431;a:7:{s:6:\"family\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:786;}i:1432;a:7:{s:6:\"family\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tagalog\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:62;}i:1433;a:7:{s:6:\"family\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:334;}i:1434;a:7:{s:6:\"family\";s:24:\"Noto Serif Ottoman Siyaq\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:21:\"ottoman-siyaq-numbers\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1483;}i:1435;a:7:{s:6:\"family\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"cypriot\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:439;}i:1436;a:7:{s:6:\"family\";s:15:\"Grandiflora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:635;}i:1437;a:7:{s:6:\"family\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:4:\"ahom\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:242;}i:1438;a:7:{s:6:\"family\";s:24:\"Noto Sans Syriac Eastern\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1508;}i:1439;a:7:{s:6:\"family\";s:13:\"Slackside One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:345;}i:1440;a:7:{s:6:\"family\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"sora-sompeng\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:214;}i:1441;a:7:{s:6:\"family\";s:18:\"Noto Sans Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1569;}i:1442;a:7:{s:6:\"family\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"manichaean\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:21;}i:1443;a:7:{s:6:\"family\";s:7:\"Narnoor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:13:\"gunjala-gondi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1305;}i:1444;a:7:{s:6:\"family\";s:30:\"Noto Serif Khitan Small Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"khitan-small-script\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1378;}i:1445;a:7:{s:6:\"family\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:260;}i:1446;a:7:{s:6:\"family\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"old-hungarian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:352;}i:1447;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"old-italic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:222;}i:1448;a:7:{s:6:\"family\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:75;}i:1449;a:7:{s:6:\"family\";s:20:\"Noto Sans Lao Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:154;}i:1450;a:7:{s:6:\"family\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1187;}i:1451;a:7:{s:6:\"family\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:403;}i:1452;a:7:{s:6:\"family\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:305;}i:1453;a:7:{s:6:\"family\";s:5:\"Orbit\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:444;}i:1454;a:7:{s:6:\"family\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:302;}i:1455;a:7:{s:6:\"family\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:230;}i:1456;a:7:{s:6:\"family\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:308;}i:1457;a:7:{s:6:\"family\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:196;}i:1458;a:7:{s:6:\"family\";s:18:\"Noto Serif Makasar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"makasar\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1081;}i:1459;a:7:{s:6:\"family\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:313;}i:1460;a:7:{s:6:\"family\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:229;}i:1461;a:7:{s:6:\"family\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:264;}i:1462;a:7:{s:6:\"family\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:194;}i:1463;a:7:{s:6:\"family\";s:9:\"Blaka Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:148;}i:1464;a:7:{s:6:\"family\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:163;}i:1465;a:7:{s:6:\"family\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:16:\"imperial-aramaic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:95;}i:1466;a:7:{s:6:\"family\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:27;}i:1467;a:7:{s:6:\"family\";s:10:\"Chokokutai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:474;}i:1468;a:7:{s:6:\"family\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sharada\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-18\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:60;}i:1469;a:7:{s:6:\"family\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"thaana\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:414;}i:1470;a:7:{s:6:\"family\";s:10:\"Gasoek One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1211;}i:1471;a:7:{s:6:\"family\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:4:\"cham\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:97;}i:1472;a:7:{s:6:\"family\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-tham\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:67;}i:1473;a:7:{s:6:\"family\";s:18:\"Rubik Marker Hatch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:199;}i:1474;a:7:{s:6:\"family\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"sundanese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:91;}i:1475;a:7:{s:6:\"family\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"indic-siyaq-numbers\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1520;}i:1476;a:7:{s:6:\"family\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"deseret\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:238;}i:1477;a:7:{s:6:\"family\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"kayah-li\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:123;}i:1478;a:7:{s:6:\"family\";s:15:\"Rubik Gemstones\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:239;}i:1479;a:7:{s:6:\"family\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:157;}i:1480;a:7:{s:6:\"family\";s:17:\"Noto Serif Khojki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1564;}i:1481;a:7:{s:6:\"family\";s:10:\"Moirai One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1352;}i:1482;a:7:{s:6:\"family\";s:12:\"Rubik Burned\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:245;}i:1483;a:7:{s:6:\"family\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:20:\"egyptian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:216;}i:1484;a:7:{s:6:\"family\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"takri\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:65;}i:1485;a:7:{s:6:\"family\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-persian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:107;}i:1486;a:7:{s:6:\"family\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"kharoshthi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:29;}i:1487;a:7:{s:6:\"family\";s:21:\"Noto Sans Nandinagari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nandinagari\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:679;}i:1488;a:7:{s:6:\"family\";s:21:\"Noto Sans Nag Mundari\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nag-mundari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:454;}i:1489;a:7:{s:6:\"family\";s:15:\"Noto Serif Toto\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"toto\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:363;}i:1490;a:7:{s:6:\"family\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:129;}i:1491;a:7:{s:6:\"family\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"mandaic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:30;}i:1492;a:7:{s:6:\"family\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"marchen\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:181;}i:1493;a:7:{s:6:\"family\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"mro\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1560;}i:1494;a:7:{s:6:\"family\";s:14:\"Ingrid Darling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:200;}i:1495;a:7:{s:6:\"family\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:84;}i:1496;a:7:{s:6:\"family\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:156;}i:1497;a:7:{s:6:\"family\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tai-le\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:54;}i:1498;a:7:{s:6:\"family\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:410;}i:1499;a:7:{s:6:\"family\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"saurashtra\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:77;}i:1500;a:7:{s:6:\"family\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:14:\"mayan-numerals\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:71;}i:1501;a:7:{s:6:\"family\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"avestan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:211;}i:1502;a:7:{s:6:\"family\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"limbu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:115;}i:1503;a:7:{s:6:\"family\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"bamum\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:218;}i:1504;a:7:{s:6:\"family\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"pahawh-hmong\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1494;}i:1505;a:7:{s:6:\"family\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"multani\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1158;}i:1506;a:7:{s:6:\"family\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"masaram-gondi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:68;}i:1507;a:7:{s:6:\"family\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"ogham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:34;}i:1508;a:7:{s:6:\"family\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"khudawadi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:74;}i:1509;a:7:{s:6:\"family\";s:23:\"Noto Sans Mende Kikakui\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"mende-kikakui\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:98;}i:1510;a:7:{s:6:\"family\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"warang-citi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:66;}i:1511;a:7:{s:6:\"family\";s:10:\"Rubik Maze\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:160;}i:1512;a:7:{s:6:\"family\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"siddham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:130;}i:1513;a:7:{s:6:\"family\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"batak\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:43;}i:1514;a:7:{s:6:\"family\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"zanabazar-square\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:96;}i:1515;a:7:{s:6:\"family\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"modi\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:72;}i:1516;a:7:{s:6:\"family\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"buhid\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:110;}i:1517;a:7:{s:6:\"family\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"bhaiksuki\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:73;}i:1518;a:7:{s:6:\"family\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"elbasan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:37;}i:1519;a:7:{s:6:\"family\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"cuneiform\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:184;}i:1520;a:7:{s:6:\"family\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"newa\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:79;}i:1521;a:7:{s:6:\"family\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ugaritic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:210;}i:1522;a:7:{s:6:\"family\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tirhuta\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:351;}i:1523;a:7:{s:6:\"family\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tagbanwa\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:150;}i:1524;a:7:{s:6:\"family\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"palmyrene\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:56;}i:1525;a:7:{s:6:\"family\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:169;}i:1526;a:7:{s:6:\"family\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"brahmi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:187;}i:1527;a:7:{s:6:\"family\";s:21:\"Padyakke Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-08-25\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:177;}i:1528;a:7:{s:6:\"family\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ol-chiki\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:153;}i:1529;a:7:{s:6:\"family\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"glagolitic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:132;}i:1530;a:7:{s:6:\"family\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lydian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:166;}i:1531;a:7:{s:6:\"family\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:208;}i:1532;a:7:{s:6:\"family\";s:7:\"Mingzat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:101;}i:1533;a:7:{s:6:\"family\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"inscriptional-pahlavi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:170;}i:1534;a:7:{s:6:\"family\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"hanunoo\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:103;}i:1535;a:7:{s:6:\"family\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"elymaic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:49;}i:1536;a:7:{s:6:\"family\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:183;}i:1537;a:7:{s:6:\"family\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:970;}i:1538;a:7:{s:6:\"family\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"medefaidrin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:176;}i:1539;a:7:{s:6:\"family\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:15:\"hanifi-rohingya\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-03-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:50;}i:1540;a:7:{s:6:\"family\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"chakma\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:109;}i:1541;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"old-turkic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:162;}i:1542;a:7:{s:6:\"family\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"bassa-vah\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:168;}i:1543;a:7:{s:6:\"family\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:140;}i:1544;a:7:{s:6:\"family\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:22:\"inscriptional-parthian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:70;}i:1545;a:7:{s:6:\"family\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"yezidi\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:117;}i:1546;a:7:{s:6:\"family\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"vai\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:171;}i:1547;a:7:{s:6:\"family\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"osage\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:174;}i:1548;a:7:{s:6:\"family\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"phoenician\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:119;}i:1549;a:7:{s:6:\"family\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lycian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:108;}i:1550;a:7:{s:6:\"family\";s:16:\"Noto Serif Oriya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:152;}i:1551;a:7:{s:6:\"family\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:15:\"psalter-pahlavi\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:189;}i:1552;a:7:{s:6:\"family\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"rejang\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:121;}i:1553;a:7:{s:6:\"family\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:159;}i:1554;a:7:{s:6:\"family\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-south-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:92;}i:1555;a:7:{s:6:\"family\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"tamil-supplement\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:99;}i:1556;a:7:{s:6:\"family\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:100;}i:1557;a:7:{s:6:\"family\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-north-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:93;}i:1558;a:7:{s:6:\"family\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"wancho\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:128;}i:1559;a:7:{s:6:\"family\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"buginese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:193;}i:1560;a:7:{s:6:\"family\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:18:\"caucasian-albanian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:90;}i:1561;a:7:{s:6:\"family\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hatran\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:116;}i:1562;a:7:{s:6:\"family\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"dogra\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:113;}i:1563;a:7:{s:6:\"family\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-a\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:76;}i:1564;a:7:{s:6:\"family\";s:21:\"Noto Sans SignWriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"signwriting\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:122;}i:1565;a:7:{s:6:\"family\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"kaithi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:88;}i:1566;a:7:{s:6:\"family\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"runic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:124;}i:1567;a:7:{s:6:\"family\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"gunjala-gondi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:106;}i:1568;a:7:{s:6:\"family\";s:13:\"Noto Sans NKo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"nko\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-01-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:112;}}}','no'),(1180350,'ls-google-fonts-data-updated','1694216922','no'),(1180356,'ls-latest-version-date','2023-08-11','yes'),(1294592,'revslider_update_info','O:8:\"stdClass\":0:{}','yes'),(1376593,'wpforms_process_forms_locator_status','completed','yes'),(1421906,'fix_for_patch_420551','1','yes'),(1523897,'wpforms_versions_lite','a:71:{s:5:\"1.5.9\";i:0;s:7:\"1.6.0.2\";i:0;s:7:\"1.6.7.2\";i:1656858249;s:5:\"1.6.8\";i:1656858249;s:5:\"1.7.5\";i:1656858249;s:7:\"1.7.5.1\";i:1656858249;s:7:\"1.7.5.2\";i:1658073767;s:7:\"1.7.5.3\";i:1658672225;s:7:\"1.7.5.5\";i:1659250198;s:5:\"1.7.6\";i:1661232823;s:5:\"1.7.7\";i:1665415211;s:7:\"1.7.7.1\";i:1665415211;s:7:\"1.7.7.2\";i:1665965717;s:5:\"1.7.8\";i:1668957017;s:5:\"1.7.9\";i:1673193293;s:7:\"1.7.9.1\";i:1673796785;s:7:\"1.8.0.1\";i:1676942000;s:7:\"1.8.0.2\";i:1678337501;s:7:\"1.8.1.1\";i:1680480015;s:7:\"1.8.1.2\";i:1681687943;s:7:\"1.8.1.3\";i:1685253936;s:5:\"1.8.2\";i:1686621956;s:7:\"1.8.2.1\";i:1686621956;s:7:\"1.8.2.2\";i:1688336957;s:7:\"1.8.2.3\";i:1689743357;s:5:\"1.8.3\";i:1693110577;s:7:\"1.8.3.1\";i:1693110344;s:5:\"1.8.4\";i:1702357733;s:7:\"1.8.5.2\";i:1702357715;s:7:\"1.8.5.3\";i:1702495466;s:7:\"1.8.5.4\";i:1703705105;s:5:\"1.8.6\";i:1705433403;s:7:\"1.8.6.2\";i:1705433380;s:7:\"1.8.6.3\";i:1705735490;s:7:\"1.8.6.4\";i:1706704890;s:5:\"1.8.7\";i:1709235000;s:7:\"1.8.7.2\";i:1709234998;s:7:\"1.8.8.2\";i:1713900270;s:7:\"1.8.8.3\";i:1714159639;s:7:\"1.8.9.1\";i:1718306884;s:7:\"1.8.9.2\";i:1718738696;s:7:\"1.8.9.4\";i:1719516391;s:7:\"1.8.9.5\";i:1720034648;s:7:\"1.8.9.6\";i:1720553064;s:7:\"1.9.0.4\";i:1725853800;s:5:\"1.9.1\";i:1727378681;s:7:\"1.9.1.1\";i:1727378681;s:7:\"1.9.1.2\";i:1727465067;s:7:\"1.9.1.3\";i:1727897097;s:7:\"1.9.1.4\";i:1729194178;s:7:\"1.9.1.5\";i:1729711908;s:7:\"1.9.1.6\";i:1730143566;s:5:\"1.9.2\";i:1731007753;s:7:\"1.9.2.1\";i:1731007627;s:7:\"1.9.2.2\";i:1731958031;s:7:\"1.9.2.3\";i:1733254007;s:7:\"1.9.3.1\";i:1737055727;s:7:\"1.9.3.2\";i:1738092395;s:7:\"1.9.4.1\";i:1740684253;s:7:\"1.9.4.2\";i:1741807472;s:5:\"1.9.5\";i:1745522667;s:7:\"1.9.5.1\";i:1745955515;s:7:\"1.9.5.2\";i:1746473392;s:5:\"1.9.6\";i:1749151551;s:7:\"1.9.6.1\";i:1750188284;s:7:\"1.9.6.2\";i:1752002641;s:5:\"1.9.7\";i:1754940277;s:7:\"1.9.7.1\";i:1753989846;s:7:\"1.9.7.2\";i:1754594681;s:7:\"1.9.7.3\";i:1754940277;s:7:\"1.9.8.1\";i:1758832731;}','yes'),(1523898,'wpforms_version_upgraded_from','1.9.7.2','yes'),(1546184,'user_count','3','off'),(1608265,'_transient_dirsize_cache','a:2228:{s:45:\"/home/crossp22/public_html/wp-content/gallery\";i:0;s:62:\"/home/crossp22/public_html/wp-content/maintenance/assets/fonts\";i:319200;s:63:\"/home/crossp22/public_html/wp-content/maintenance/assets/images\";i:2548125;s:56:\"/home/crossp22/public_html/wp-content/maintenance/assets\";i:2871491;s:49:\"/home/crossp22/public_html/wp-content/maintenance\";i:2873979;s:51:\"/home/crossp22/public_html/wp-content/ai1wm-backups\";i:276;s:52:\"/home/crossp22/public_html/wp-content/envato-backups\";i:269;s:45:\"/home/crossp22/public_html/wp-content/upgrade\";i:0;s:48:\"/home/crossp22/public_html/wp-content/cache/meta\";i:0;s:80:\"/home/crossp22/public_html/wp-content/cache/supercache/www.crosspoint-church.com\";i:0;s:54:\"/home/crossp22/public_html/wp-content/cache/supercache\";i:0;s:43:\"/home/crossp22/public_html/wp-content/cache\";i:43;s:37:\"/home/crossp22/public_html/wp-content\";i:2889164;s:42:\"/home/crossp22/public_html/wp-includes/ID3\";i:1143928;s:77:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:74:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:72:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:76:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:72:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:63:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core32\";i:436924;s:62:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:75:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:72:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:70:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:74:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:68:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:70:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:61:\"/home/crossp22/public_html/wp-includes/sodium_compat/src/Core\";i:452672;s:56:\"/home/crossp22/public_html/wp-includes/sodium_compat/src\";i:1204643;s:82:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:79:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:77:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:77:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:68:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:63:\"/home/crossp22/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:56:\"/home/crossp22/public_html/wp-includes/sodium_compat/lib\";i:84845;s:52:\"/home/crossp22/public_html/wp-includes/sodium_compat\";i:1298275;s:94:\"/home/crossp22/public_html/wp-includes/theme-compat/__MACOSX/risen-wordpress-theme-2.0.2/theme\";i:591;s:88:\"/home/crossp22/public_html/wp-includes/theme-compat/__MACOSX/risen-wordpress-theme-2.0.2\";i:711;s:60:\"/home/crossp22/public_html/wp-includes/theme-compat/__MACOSX\";i:711;s:60:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/js\";i:153219;s:76:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/includes/recaptcha\";i:11478;s:66:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/includes\";i:376711;s:77:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/styles/light/images\";i:145415;s:70:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/styles/light\";i:168666;s:76:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/styles/dark/images\";i:138214;s:69:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/styles/dark\";i:162133;s:64:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/styles\";i:330799;s:63:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/fonts\";i:363775;s:76:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/images/backgrounds\";i:2357882;s:64:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/images\";i:2359829;s:67:\"/home/crossp22/public_html/wp-includes/theme-compat/risen/languages\";i:65439;s:57:\"/home/crossp22/public_html/wp-includes/theme-compat/risen\";i:4084562;s:51:\"/home/crossp22/public_html/wp-includes/theme-compat\";i:7280449;s:57:\"/home/crossp22/public_html/wp-includes/sitemaps/providers\";i:16471;s:47:\"/home/crossp22/public_html/wp-includes/sitemaps\";i:46403;s:50:\"/home/crossp22/public_html/wp-includes/js/plupload\";i:490126;s:50:\"/home/crossp22/public_html/wp-includes/js/thickbox\";i:31185;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:56:\"/home/crossp22/public_html/wp-includes/js/tinymce/themes\";i:898863;s:55:\"/home/crossp22/public_html/wp-includes/js/tinymce/langs\";i:15529;s:55:\"/home/crossp22/public_html/wp-includes/js/tinymce/utils\";i:18822;s:64:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:65:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:71:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:67:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:70:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:67:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50609;s:68:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:60:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:69:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:64:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:70:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:66:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:67:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:69:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37713;s:66:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:67:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:63:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:62:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:65:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:72:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:57:\"/home/crossp22/public_html/wp-includes/js/tinymce/plugins\";i:606953;s:72:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:65:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:71:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:69:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:65:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:55:\"/home/crossp22/public_html/wp-includes/js/tinymce/skins\";i:233085;s:49:\"/home/crossp22/public_html/wp-includes/js/tinymce\";i:2853635;s:53:\"/home/crossp22/public_html/wp-includes/js/dist/vendor\";i:2361962;s:58:\"/home/crossp22/public_html/wp-includes/js/dist/development\";i:178306;s:46:\"/home/crossp22/public_html/wp-includes/js/dist\";i:14935459;s:55:\"/home/crossp22/public_html/wp-includes/js/imgareaselect\";i:49024;s:46:\"/home/crossp22/public_html/wp-includes/js/crop\";i:20004;s:52:\"/home/crossp22/public_html/wp-includes/js/codemirror\";i:1287141;s:51:\"/home/crossp22/public_html/wp-includes/js/swfupload\";i:8715;s:51:\"/home/crossp22/public_html/wp-includes/js/jquery/ui\";i:807133;s:48:\"/home/crossp22/public_html/wp-includes/js/jquery\";i:1321204;s:47:\"/home/crossp22/public_html/wp-includes/js/jcrop\";i:24976;s:64:\"/home/crossp22/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:54:\"/home/crossp22/public_html/wp-includes/js/mediaelement\";i:719403;s:41:\"/home/crossp22/public_html/wp-includes/js\";i:24147665;s:60:\"/home/crossp22/public_html/wp-includes/SimplePie/Decode/HTML\";i:17241;s:55:\"/home/crossp22/public_html/wp-includes/SimplePie/Decode\";i:17241;s:54:\"/home/crossp22/public_html/wp-includes/SimplePie/Parse\";i:20551;s:54:\"/home/crossp22/public_html/wp-includes/SimplePie/Cache\";i:39607;s:61:\"/home/crossp22/public_html/wp-includes/SimplePie/Content/Type\";i:8015;s:56:\"/home/crossp22/public_html/wp-includes/SimplePie/Content\";i:8015;s:52:\"/home/crossp22/public_html/wp-includes/SimplePie/Net\";i:7493;s:64:\"/home/crossp22/public_html/wp-includes/SimplePie/XML/Declaration\";i:7098;s:52:\"/home/crossp22/public_html/wp-includes/SimplePie/XML\";i:7098;s:53:\"/home/crossp22/public_html/wp-includes/SimplePie/HTTP\";i:11487;s:48:\"/home/crossp22/public_html/wp-includes/SimplePie\";i:458625;s:49:\"/home/crossp22/public_html/wp-includes/php-compat\";i:1203;s:51:\"/home/crossp22/public_html/wp-includes/certificates\";i:233231;s:44:\"/home/crossp22/public_html/wp-includes/fonts\";i:289826;s:53:\"/home/crossp22/public_html/wp-includes/block-patterns\";i:8843;s:43:\"/home/crossp22/public_html/wp-includes/pomo\";i:53510;s:53:\"/home/crossp22/public_html/wp-includes/images/smilies\";i:10082;s:53:\"/home/crossp22/public_html/wp-includes/images/crystal\";i:15541;s:49:\"/home/crossp22/public_html/wp-includes/images/wlw\";i:4413;s:51:\"/home/crossp22/public_html/wp-includes/images/media\";i:2419;s:45:\"/home/crossp22/public_html/wp-includes/images\";i:103747;s:46:\"/home/crossp22/public_html/wp-includes/widgets\";i:157313;s:67:\"/home/crossp22/public_html/wp-includes/Requests/Exception/Transport\";i:919;s:62:\"/home/crossp22/public_html/wp-includes/Requests/Exception/HTTP\";i:14365;s:57:\"/home/crossp22/public_html/wp-includes/Requests/Exception\";i:16778;s:53:\"/home/crossp22/public_html/wp-includes/Requests/Proxy\";i:3488;s:57:\"/home/crossp22/public_html/wp-includes/Requests/Transport\";i:30090;s:54:\"/home/crossp22/public_html/wp-includes/Requests/Cookie\";i:3865;s:52:\"/home/crossp22/public_html/wp-includes/Requests/Auth\";i:1939;s:56:\"/home/crossp22/public_html/wp-includes/Requests/Response\";i:2135;s:55:\"/home/crossp22/public_html/wp-includes/Requests/Utility\";i:3310;s:47:\"/home/crossp22/public_html/wp-includes/Requests\";i:139225;s:52:\"/home/crossp22/public_html/wp-includes/random_compat\";i:43330;s:45:\"/home/crossp22/public_html/wp-includes/assets\";i:11605;s:54:\"/home/crossp22/public_html/wp-includes/rest-api/fields\";i:22314;s:57:\"/home/crossp22/public_html/wp-includes/rest-api/endpoints\";i:719276;s:54:\"/home/crossp22/public_html/wp-includes/rest-api/search\";i:15180;s:47:\"/home/crossp22/public_html/wp-includes/rest-api\";i:842532;s:48:\"/home/crossp22/public_html/wp-includes/PHPMailer\";i:226303;s:53:\"/home/crossp22/public_html/wp-includes/block-supports\";i:65329;s:48:\"/home/crossp22/public_html/wp-includes/customize\";i:173478;s:61:\"/home/crossp22/public_html/wp-includes/css/dist/block-library\";i:696498;s:57:\"/home/crossp22/public_html/wp-includes/css/dist/edit-post\";i:210007;s:65:\"/home/crossp22/public_html/wp-includes/css/dist/customize-widgets\";i:27716;s:57:\"/home/crossp22/public_html/wp-includes/css/dist/edit-site\";i:211045;s:51:\"/home/crossp22/public_html/wp-includes/css/dist/nux\";i:14748;s:62:\"/home/crossp22/public_html/wp-includes/css/dist/format-library\";i:10926;s:55:\"/home/crossp22/public_html/wp-includes/css/dist/widgets\";i:27172;s:54:\"/home/crossp22/public_html/wp-includes/css/dist/editor\";i:91556;s:60:\"/home/crossp22/public_html/wp-includes/css/dist/edit-widgets\";i:108787;s:63:\"/home/crossp22/public_html/wp-includes/css/dist/reusable-blocks\";i:5178;s:68:\"/home/crossp22/public_html/wp-includes/css/dist/list-reusable-blocks\";i:21928;s:60:\"/home/crossp22/public_html/wp-includes/css/dist/block-editor\";i:530671;s:63:\"/home/crossp22/public_html/wp-includes/css/dist/block-directory\";i:17844;s:58:\"/home/crossp22/public_html/wp-includes/css/dist/components\";i:462356;s:47:\"/home/crossp22/public_html/wp-includes/css/dist\";i:2436432;s:42:\"/home/crossp22/public_html/wp-includes/css\";i:3082955;s:54:\"/home/crossp22/public_html/wp-includes/blocks/calendar\";i:5144;s:53:\"/home/crossp22/public_html/wp-includes/blocks/heading\";i:4933;s:58:\"/home/crossp22/public_html/wp-includes/blocks/site-tagline\";i:4317;s:57:\"/home/crossp22/public_html/wp-includes/blocks/post-author\";i:5670;s:51:\"/home/crossp22/public_html/wp-includes/blocks/table\";i:30710;s:55:\"/home/crossp22/public_html/wp-includes/blocks/page-list\";i:12661;s:56:\"/home/crossp22/public_html/wp-includes/blocks/post-title\";i:4622;s:52:\"/home/crossp22/public_html/wp-includes/blocks/column\";i:880;s:50:\"/home/crossp22/public_html/wp-includes/blocks/list\";i:4797;s:61:\"/home/crossp22/public_html/wp-includes/blocks/navigation-link\";i:17439;s:71:\"/home/crossp22/public_html/wp-includes/blocks/query-pagination-previous\";i:873;s:65:\"/home/crossp22/public_html/wp-includes/blocks/comment-author-name\";i:1032;s:54:\"/home/crossp22/public_html/wp-includes/blocks/freeform\";i:42245;s:50:\"/home/crossp22/public_html/wp-includes/blocks/more\";i:6746;s:62:\"/home/crossp22/public_html/wp-includes/blocks/comment-template\";i:4411;s:61:\"/home/crossp22/public_html/wp-includes/blocks/latest-comments\";i:7625;s:58:\"/home/crossp22/public_html/wp-includes/blocks/preformatted\";i:4338;s:64:\"/home/crossp22/public_html/wp-includes/blocks/navigation-submenu\";i:8840;s:59:\"/home/crossp22/public_html/wp-includes/blocks/template-part\";i:8133;s:70:\"/home/crossp22/public_html/wp-includes/blocks/comments-pagination-next\";i:870;s:58:\"/home/crossp22/public_html/wp-includes/blocks/text-columns\";i:8990;s:59:\"/home/crossp22/public_html/wp-includes/blocks/post-comments\";i:17063;s:50:\"/home/crossp22/public_html/wp-includes/blocks/code\";i:7942;s:58:\"/home/crossp22/public_html/wp-includes/blocks/post-content\";i:439;s:53:\"/home/crossp22/public_html/wp-includes/blocks/missing\";i:564;s:58:\"/home/crossp22/public_html/wp-includes/blocks/post-excerpt\";i:7543;s:55:\"/home/crossp22/public_html/wp-includes/blocks/site-logo\";i:20569;s:62:\"/home/crossp22/public_html/wp-includes/blocks/query-pagination\";i:13862;s:53:\"/home/crossp22/public_html/wp-includes/blocks/gallery\";i:84238;s:53:\"/home/crossp22/public_html/wp-includes/blocks/classic\";i:0;s:59:\"/home/crossp22/public_html/wp-includes/blocks/legacy-widget\";i:501;s:64:\"/home/crossp22/public_html/wp-includes/blocks/comment-reply-link\";i:837;s:56:\"/home/crossp22/public_html/wp-includes/blocks/categories\";i:7362;s:55:\"/home/crossp22/public_html/wp-includes/blocks/post-date\";i:950;s:56:\"/home/crossp22/public_html/wp-includes/blocks/post-terms\";i:4087;s:73:\"/home/crossp22/public_html/wp-includes/blocks/comments-pagination-numbers\";i:4253;s:57:\"/home/crossp22/public_html/wp-includes/blocks/query-title\";i:1027;s:52:\"/home/crossp22/public_html/wp-includes/blocks/avatar\";i:7577;s:54:\"/home/crossp22/public_html/wp-includes/blocks/nextpage\";i:6021;s:61:\"/home/crossp22/public_html/wp-includes/blocks/comment-content\";i:4213;s:52:\"/home/crossp22/public_html/wp-includes/blocks/button\";i:21550;s:55:\"/home/crossp22/public_html/wp-includes/blocks/shortcode\";i:8171;s:62:\"/home/crossp22/public_html/wp-includes/blocks/query-no-results\";i:483;s:51:\"/home/crossp22/public_html/wp-includes/blocks/block\";i:4929;s:55:\"/home/crossp22/public_html/wp-includes/blocks/separator\";i:14141;s:52:\"/home/crossp22/public_html/wp-includes/blocks/search\";i:17006;s:53:\"/home/crossp22/public_html/wp-includes/blocks/pattern\";i:324;s:54:\"/home/crossp22/public_html/wp-includes/blocks/archives\";i:6812;s:58:\"/home/crossp22/public_html/wp-includes/blocks/social-links\";i:56664;s:51:\"/home/crossp22/public_html/wp-includes/blocks/quote\";i:11894;s:67:\"/home/crossp22/public_html/wp-includes/blocks/query-pagination-next\";i:861;s:66:\"/home/crossp22/public_html/wp-includes/blocks/post-navigation-link\";i:920;s:65:\"/home/crossp22/public_html/wp-includes/blocks/comments-pagination\";i:14298;s:60:\"/home/crossp22/public_html/wp-includes/blocks/comments-title\";i:4520;s:54:\"/home/crossp22/public_html/wp-includes/blocks/loginout\";i:510;s:51:\"/home/crossp22/public_html/wp-includes/blocks/cover\";i:82890;s:51:\"/home/crossp22/public_html/wp-includes/blocks/group\";i:15315;s:65:\"/home/crossp22/public_html/wp-includes/blocks/comments-query-loop\";i:3955;s:58:\"/home/crossp22/public_html/wp-includes/blocks/latest-posts\";i:16573;s:59:\"/home/crossp22/public_html/wp-includes/blocks/post-template\";i:12873;s:63:\"/home/crossp22/public_html/wp-includes/blocks/comment-edit-link\";i:995;s:55:\"/home/crossp22/public_html/wp-includes/blocks/pullquote\";i:18862;s:51:\"/home/crossp22/public_html/wp-includes/blocks/audio\";i:12016;s:55:\"/home/crossp22/public_html/wp-includes/blocks/read-more\";i:5292;s:53:\"/home/crossp22/public_html/wp-includes/blocks/columns\";i:14308;s:51:\"/home/crossp22/public_html/wp-includes/blocks/embed\";i:19754;s:50:\"/home/crossp22/public_html/wp-includes/blocks/file\";i:15738;s:58:\"/home/crossp22/public_html/wp-includes/blocks/comment-date\";i:959;s:51:\"/home/crossp22/public_html/wp-includes/blocks/verse\";i:4425;s:55:\"/home/crossp22/public_html/wp-includes/blocks/paragraph\";i:10449;s:53:\"/home/crossp22/public_html/wp-includes/blocks/buttons\";i:15823;s:56:\"/home/crossp22/public_html/wp-includes/blocks/navigation\";i:133558;s:50:\"/home/crossp22/public_html/wp-includes/blocks/html\";i:6703;s:70:\"/home/crossp22/public_html/wp-includes/blocks/query-pagination-numbers\";i:4670;s:62:\"/home/crossp22/public_html/wp-includes/blocks/term-description\";i:728;s:64:\"/home/crossp22/public_html/wp-includes/blocks/post-comments-form\";i:15260;s:51:\"/home/crossp22/public_html/wp-includes/blocks/video\";i:22069;s:65:\"/home/crossp22/public_html/wp-includes/blocks/post-featured-image\";i:23813;s:51:\"/home/crossp22/public_html/wp-includes/blocks/image\";i:29712;s:57:\"/home/crossp22/public_html/wp-includes/blocks/social-link\";i:5172;s:55:\"/home/crossp22/public_html/wp-includes/blocks/home-link\";i:714;s:67:\"/home/crossp22/public_html/wp-includes/blocks/post-author-biography\";i:881;s:51:\"/home/crossp22/public_html/wp-includes/blocks/query\";i:8879;s:58:\"/home/crossp22/public_html/wp-includes/blocks/widget-group\";i:319;s:49:\"/home/crossp22/public_html/wp-includes/blocks/rss\";i:11940;s:56:\"/home/crossp22/public_html/wp-includes/blocks/media-text\";i:19937;s:74:\"/home/crossp22/public_html/wp-includes/blocks/comments-pagination-previous\";i:882;s:52:\"/home/crossp22/public_html/wp-includes/blocks/spacer\";i:10019;s:55:\"/home/crossp22/public_html/wp-includes/blocks/tag-cloud\";i:5886;s:56:\"/home/crossp22/public_html/wp-includes/blocks/site-title\";i:4627;s:45:\"/home/crossp22/public_html/wp-includes/blocks\";i:1368502;s:42:\"/home/crossp22/public_html/wp-includes/IXR\";i:33914;s:55:\"/home/crossp22/public_html/wp-includes/Text/Diff/Engine\";i:31662;s:57:\"/home/crossp22/public_html/wp-includes/Text/Diff/Renderer\";i:5535;s:48:\"/home/crossp22/public_html/wp-includes/Text/Diff\";i:44010;s:43:\"/home/crossp22/public_html/wp-includes/Text\";i:56929;s:38:\"/home/crossp22/public_html/wp-includes\";i:47863782;s:40:\"/home/crossp22/public_html/wp-admin/user\";i:3418;s:40:\"/home/crossp22/public_html/wp-admin/meta\";i:0;s:46:\"/home/crossp22/public_html/wp-admin/js/widgets\";i:139404;s:38:\"/home/crossp22/public_html/wp-admin/js\";i:1906208;s:44:\"/home/crossp22/public_html/wp-admin/includes\";i:2903403;s:42:\"/home/crossp22/public_html/wp-admin/images\";i:390372;s:51:\"/home/crossp22/public_html/wp-admin/css/colors/blue\";i:78246;s:52:\"/home/crossp22/public_html/wp-admin/css/colors/ocean\";i:75697;s:56:\"/home/crossp22/public_html/wp-admin/css/colors/ectoplasm\";i:78210;s:53:\"/home/crossp22/public_html/wp-admin/css/colors/modern\";i:78738;s:52:\"/home/crossp22/public_html/wp-admin/css/colors/light\";i:78840;s:54:\"/home/crossp22/public_html/wp-admin/css/colors/sunrise\";i:78983;s:53:\"/home/crossp22/public_html/wp-admin/css/colors/coffee\";i:76468;s:55:\"/home/crossp22/public_html/wp-admin/css/colors/midnight\";i:79043;s:46:\"/home/crossp22/public_html/wp-admin/css/colors\";i:647862;s:39:\"/home/crossp22/public_html/wp-admin/css\";i:2512039;s:41:\"/home/crossp22/public_html/wp-admin/maint\";i:7260;s:43:\"/home/crossp22/public_html/wp-admin/network\";i:124247;s:35:\"/home/crossp22/public_html/wp-admin\";i:8742064;s:33:\"/home/crossp22/public_html/gmiles\";i:4;s:43:\"/home/crossp22/public_html/wp-snapshots/tmp\";i:464024;s:39:\"/home/crossp22/public_html/wp-snapshots\";i:464024;s:34:\"/home/crossp22/public_html/cgi-bin\";i:0;s:45:\"/home/crossp22/public_html/.wp-cli/cache/core\";i:0;s:40:\"/home/crossp22/public_html/.wp-cli/cache\";i:0;s:34:\"/home/crossp22/public_html/.wp-cli\";i:0;s:53:\"/home/crossp22/public_html/.well-known/pki-validation\";i:0;s:53:\"/home/crossp22/public_html/.well-known/acme-challenge\";i:0;s:38:\"/home/crossp22/public_html/.well-known\";i:0;s:26:\"/home/crossp22/public_html\";i:60433612;s:70:\"/home/crossp22/public_html/wp-content/themes/twentyten/images/patterns\";i:218379;s:69:\"/home/crossp22/public_html/wp-content/themes/twentyten/images/headers\";i:423210;s:61:\"/home/crossp22/public_html/wp-content/themes/twentyten/images\";i:642383;s:64:\"/home/crossp22/public_html/wp-content/themes/twentyten/languages\";i:8832;s:54:\"/home/crossp22/public_html/wp-content/themes/twentyten\";i:1213948;s:62:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/js\";i:18021;s:65:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/fonts\";i:1976;s:66:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/images\";i:210233;s:71:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/layout\";i:87;s:71:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/mixins\";i:3747;s:70:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/forms\";i:1804;s:73:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/elements\";i:1614;s:76:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/site/footer\";i:908;s:76:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/site/header\";i:8128;s:77:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/site/primary\";i:12635;s:79:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/site/secondary\";i:1524;s:69:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/site\";i:24103;s:79:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/variables-site\";i:8527;s:75:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/typography\";i:3848;s:72:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/modules\";i:1785;s:75:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/navigation\";i:13621;s:70:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/media\";i:2392;s:71:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass/blocks\";i:20863;s:64:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/sass\";i:88377;s:79:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/template-parts/post\";i:1689;s:82:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/template-parts/content\";i:6366;s:81:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/template-parts/footer\";i:507;s:81:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/template-parts/header\";i:2987;s:74:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/template-parts\";i:11549;s:63:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/inc\";i:51810;s:67:\"/home/crossp22/public_html/wp-content/themes/twentynineteen/classes\";i:65503;s:59:\"/home/crossp22/public_html/wp-content/themes/twentynineteen\";i:1334141;s:70:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/templates\";i:13966;s:67:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/styles\";i:11351;s:66:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/parts\";i:2724;s:74:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:81:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans\";i:301601;s:79:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter\";i:809786;s:82:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex\";i:423403;s:90:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro\";i:1409152;s:73:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/fonts\";i:4348514;s:74:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets/images\";i:1453963;s:67:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/assets\";i:6271232;s:73:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/inc/patterns\";i:157180;s:64:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo/inc\";i:161123;s:60:\"/home/crossp22/public_html/wp-content/themes/twentytwentytwo\";i:6643877;s:69:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/options\";i:116869;s:71:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/js\";i:911;s:86:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img/layout/footer\";i:53580;s:90:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img/layout/sub-footer\";i:23565;s:84:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img/layout/blog\";i:8864;s:89:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img/layout/portfolio\";i:8957;s:79:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img/layout\";i:94966;s:72:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/img\";i:94966;s:72:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets/css\";i:5276;s:68:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/assets\";i:101153;s:86:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/radio_image\";i:2791;s:92:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/upgrade_inner/img\";i:869745;s:88:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/upgrade_inner\";i:878952;s:82:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/section\";i:1481;s:81:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/switch\";i:16978;s:78:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls/raw\";i:402;s:74:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/controls\";i:900604;s:108:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback/dropdown_pages\";i:443;s:102:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback/checkbox\";i:233;s:108:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback/select_faicons\";i:352;s:100:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback/switch\";i:319;s:108:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback/select_sidebar\";i:640;s:93:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/sanitize_callback\";i:1987;s:98:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/active_callback/global\";i:7274;s:91:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks/active_callback\";i:7274;s:75:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/callbacks\";i:9261;s:86:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/sections/button_link\";i:5841;s:74:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/sections\";i:5841;s:87:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/arrays/select_faicons\";i:12045;s:87:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/arrays/select_sidebar\";i:477;s:72:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc/arrays\";i:12522;s:65:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main/inc\";i:928228;s:61:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main\";i:1263245;s:79:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main-toolbox/assets/js\";i:1088;s:80:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main-toolbox/assets/img\";i:3557;s:80:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main-toolbox/assets/css\";i:11005;s:76:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main-toolbox/assets\";i:15650;s:69:\"/home/crossp22/public_html/wp-content/themes/melos/admin/main-toolbox\";i:74661;s:56:\"/home/crossp22/public_html/wp-content/themes/melos/admin\";i:1337906;s:65:\"/home/crossp22/public_html/wp-content/themes/melos/styles/backend\";i:29691;s:57:\"/home/crossp22/public_html/wp-content/themes/melos/styles\";i:92001;s:67:\"/home/crossp22/public_html/wp-content/themes/melos/images/slideshow\";i:448901;s:57:\"/home/crossp22/public_html/wp-content/themes/melos/images\";i:448969;s:60:\"/home/crossp22/public_html/wp-content/themes/melos/languages\";i:51259;s:64:\"/home/crossp22/public_html/wp-content/themes/melos/lib/functions\";i:5224;s:87:\"/home/crossp22/public_html/wp-content/themes/melos/lib/scripts/plugins/ResponsiveSlides\";i:26553;s:80:\"/home/crossp22/public_html/wp-content/themes/melos/lib/scripts/plugins/quicksand\";i:25631;s:79:\"/home/crossp22/public_html/wp-content/themes/melos/lib/scripts/plugins/scrollup\";i:7536;s:70:\"/home/crossp22/public_html/wp-content/themes/melos/lib/scripts/plugins\";i:59720;s:62:\"/home/crossp22/public_html/wp-content/themes/melos/lib/scripts\";i:141360;s:78:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/bootstrap/js\";i:64265;s:79:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/bootstrap/img\";i:21576;s:79:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/bootstrap/css\";i:147789;s:75:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/bootstrap\";i:233630;s:84:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/font-awesome/fonts\";i:1085661;s:82:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/font-awesome/css\";i:68414;s:78:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/font-awesome\";i:1154075;s:80:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/js\";i:34613;s:110:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/light_rounded\";i:9724;s:109:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/dark_rounded\";i:9831;s:109:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/light_square\";i:9132;s:105:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/facebook\";i:9229;s:108:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/dark_square\";i:9253;s:104:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto/default\";i:19543;s:96:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images/prettyPhoto\";i:66712;s:84:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/images\";i:66712;s:81:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto/css\";i:27154;s:77:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions/prettyPhoto\";i:129363;s:65:\"/home/crossp22/public_html/wp-content/themes/melos/lib/extentions\";i:1517068;s:54:\"/home/crossp22/public_html/wp-content/themes/melos/lib\";i:1663652;s:50:\"/home/crossp22/public_html/wp-content/themes/melos\";i:4224499;s:72:\"/home/crossp22/public_html/wp-content/themes/melos-dark/images/slideshow\";i:682317;s:62:\"/home/crossp22/public_html/wp-content/themes/melos-dark/images\";i:682317;s:55:\"/home/crossp22/public_html/wp-content/themes/melos-dark\";i:1319517;s:62:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/js\";i:8330;s:81:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/images/block-patterns\";i:476035;s:74:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/images/headers\";i:84621;s:66:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/images\";i:562238;s:63:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/inc\";i:22006;s:63:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/css\";i:47036;s:75:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/genericons/font\";i:99552;s:70:\"/home/crossp22/public_html/wp-content/themes/twentythirteen/genericons\";i:174221;s:59:\"/home/crossp22/public_html/wp-content/themes/twentythirteen\";i:1134723;s:61:\"/home/crossp22/public_html/wp-content/themes/twentysixteen/js\";i:23257;s:73:\"/home/crossp22/public_html/wp-content/themes/twentysixteen/template-parts\";i:8319;s:62:\"/home/crossp22/public_html/wp-content/themes/twentysixteen/inc\";i:50639;s:62:\"/home/crossp22/public_html/wp-content/themes/twentysixteen/css\";i:37708;s:69:\"/home/crossp22/public_html/wp-content/themes/twentysixteen/genericons\";i:193943;s:58:\"/home/crossp22/public_html/wp-content/themes/twentysixteen\";i:907405;s:61:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen/js\";i:11867;s:65:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen/assets\";i:728834;s:62:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen/inc\";i:50838;s:62:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen/css\";i:55775;s:69:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen/genericons\";i:192214;s:58:\"/home/crossp22/public_html/wp-content/themes/twentyfifteen\";i:1779468;s:67:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/templates\";i:678;s:72:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/template-parts\";i:22933;s:67:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets/js\";i:42008;s:76:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets/fonts/inter\";i:460724;s:70:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets/fonts\";i:460724;s:71:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets/images\";i:48358;s:68:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets/css\";i:114276;s:64:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/assets\";i:665366;s:61:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/inc\";i:56320;s:65:\"/home/crossp22/public_html/wp-content/themes/twentytwenty/classes\";i:102533;s:57:\"/home/crossp22/public_html/wp-content/themes/twentytwenty\";i:1774872;s:80:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts/post\";i:14410;s:82:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts/footer\";i:1322;s:82:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts/header\";i:1627;s:80:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts/page\";i:4686;s:86:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts/navigation\";i:1021;s:75:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/template-parts\";i:23066;s:70:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/assets/js\";i:34044;s:74:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/assets/images\";i:1264875;s:71:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/assets/css\";i:64124;s:67:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/assets\";i:1363043;s:64:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen/inc\";i:64916;s:60:\"/home/crossp22/public_html/wp-content/themes/twentyseventeen\";i:1954101;s:64:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/colors\";i:13254;s:60:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/js\";i:2894;s:73:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/images/patterns\";i:189693;s:72:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/images/headers\";i:531666;s:64:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/images\";i:728024;s:67:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/languages\";i:15786;s:68:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/inc/images\";i:11200;s:61:\"/home/crossp22/public_html/wp-content/themes/twentyeleven/inc\";i:53381;s:57:\"/home/crossp22/public_html/wp-content/themes/twentyeleven\";i:1452744;s:62:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/js\";i:29040;s:66:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/images\";i:681321;s:63:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/inc\";i:56768;s:63:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/css\";i:56187;s:75:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/genericons/font\";i:99552;s:70:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/genericons\";i:174221;s:74:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen/page-templates\";i:2235;s:59:\"/home/crossp22/public_html/wp-content/themes/twentyfourteen\";i:2107782;s:80:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts/post\";i:1148;s:83:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts/content\";i:6459;s:82:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts/footer\";i:307;s:82:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts/header\";i:4222;s:83:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt\";i:4682;s:75:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/template-parts\";i:16818;s:70:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/js\";i:19797;s:74:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/images\";i:2128437;s:84:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements\";i:12312;s:81:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools\";i:6930;s:86:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components\";i:36750;s:85:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities\";i:13466;s:84:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings\";i:11555;s:83:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic\";i:15944;s:93:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould\";i:201;s:90:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading\";i:2977;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table\";i:2937;s:95:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons\";i:615;s:87:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list\";i:1063;s:98:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments\";i:815;s:95:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted\";i:189;s:89:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy\";i:1192;s:93:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop\";i:358;s:87:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code\";i:537;s:90:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery\";i:801;s:89:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button\";i:5491;s:92:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator\";i:2204;s:89:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search\";i:5410;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote\";i:5726;s:92:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities\";i:7640;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover\";i:4533;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group\";i:3040;s:95:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts\";i:8536;s:92:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote\";i:4215;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio\";i:113;s:90:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns\";i:3506;s:87:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file\";i:673;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse\";i:127;s:92:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph\";i:497;s:93:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation\";i:3141;s:87:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html\";i:223;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video\";i:324;s:88:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image\";i:1914;s:86:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss\";i:5502;s:93:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text\";i:1389;s:89:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer\";i:227;s:82:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks\";i:78638;s:72:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/sass\";i:183883;s:71:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets/css\";i:302051;s:67:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/assets\";i:2634168;s:64:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/inc\";i:63907;s:68:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone/classes\";i:76656;s:60:\"/home/crossp22/public_html/wp-content/themes/twentytwentyone\";i:3669222;s:58:\"/home/crossp22/public_html/wp-content/themes/Avada/bbpress\";i:6988;s:66:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe/events/v2\";i:645;s:63:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe/events\";i:645;s:56:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe\";i:645;s:60:\"/home/crossp22/public_html/wp-content/themes/Avada/templates\";i:139330;s:68:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/importer\";i:193070;s:73:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/admin-screens\";i:707777;s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/avada-app/panel/templates\";i:9180;s:79:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/avada-app/panel/css\";i:31476;s:75:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/avada-app/panel\";i:160177;s:69:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/avada-app\";i:449616;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/options\";i:793834;s:74:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/ls-skins/avada\";i:0;s:68:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/ls-skins\";i:0;s:63:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/cli\";i:8009;s:70:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/typography\";i:23657;s:92:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/plugins/multiple-featured-images\";i:4826;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/plugins\";i:36076;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/js\";i:428772;s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts\";i:2929380;s:88:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome\";i:3691315;s:90:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon-admin\";i:1208000;s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon\";i:190085;s:76:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/fonts\";i:5089400;s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/min/js/library\";i:376894;s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/min/js/general\";i:58932;s:77:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/min/js\";i:435826;s:74:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/min\";i:435826;s:74:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets/css\";i:12477;s:70:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/assets\";i:5537703;s:76:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/importer\";i:85943;s:96:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/templates/options\";i:103960;s:88:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/templates\";i:131316;s:86:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/options\";i:181190;s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/datetimepicker\";i:98593;s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/wpeditor\";i:9228;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/nouislider\";i:18330;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror/modes/javascript\";i:32865;s:109:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror/modes/xml\";i:12570;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror/modes/htmlmixed\";i:5611;s:109:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror/modes/css\";i:37644;s:105:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror/modes\";i:88690;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/codemirror\";i:453150;s:104:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/select2/js/i18n\";i:41817;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/select2/js\";i:487356;s:100:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/select2/css\";i:32806;s:96:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js/select2\";i:521286;s:88:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/js\";i:1692594;s:102:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/fonts/count-down\";i:6532;s:97:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/fonts/fonts\";i:1198476;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/fonts\";i:1219883;s:106:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/css/jquery-ui/images\";i:36597;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/css/jquery-ui\";i:67248;s:89:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets/css\";i:114545;s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/assets\";i:3027022;s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/views\";i:31510;s:82:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app/css\";i:425678;s:78:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/fusion-app\";i:4961658;s:77:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/templates\";i:16590;s:105:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/recaptcha/src/ReCaptcha/RequestMethod\";i:17158;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/recaptcha/src/ReCaptcha\";i:37491;s:81:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/recaptcha/src\";i:40326;s:77:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/recaptcha\";i:41345;s:89:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/panel_templates\";i:6946;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/templates/panel\";i:14360;s:109:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/templates\";i:14360;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor/qtip\";i:186811;s:125:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor/spectrum\";i:95799;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor\";i:413056;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/js/media\";i:11154;s:109:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/js\";i:530765;s:110:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/img\";i:24544;s:124:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/import_export\";i:195;s:122:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/qtip\";i:21443;s:144:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/jquery-ui-bootstrap/images\";i:36055;s:137:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/jquery-ui-bootstrap\";i:166681;s:126:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/spectrum\";i:26512;s:136:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons/scss\";i:68470;s:137:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons/fonts\";i:337172;s:131:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons\";i:426970;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor\";i:664370;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css/media\";i:2320;s:110:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets/css\";i:948859;s:106:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/assets\";i:1504168;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/color\";i:14840;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/multi_text\";i:10210;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_rgba\";i:27769;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/text\";i:5387;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/sorter\";i:18497;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/textarea\";i:2858;s:125:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_gradient\";i:14324;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/divide\";i:4669;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/section\";i:5258;s:123:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/select_image\";i:9920;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/gallery\";i:9732;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/select\";i:20545;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/slides\";i:28228;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/checkbox\";i:8312;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/border\";i:23552;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/radio\";i:1937;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/editor\";i:7576;s:125:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/spinner/vendor\";i:15605;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/spinner\";i:33040;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/background\";i:39220;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/switch\";i:12791;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/link_color\";i:14858;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/palette\";i:8206;s:114:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/raw\";i:39387;s:123:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/image_select\";i:13867;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/date\";i:7150;s:135:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider/vendor/nouislider\";i:51045;s:124:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider/vendor\";i:51045;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider\";i:81836;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/password\";i:3590;s:116:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/media\";i:10651;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/info\";i:11416;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/button_set\";i:8625;s:110:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/fields\";i:498251;s:142:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/extensions/import_export/import_export\";i:21616;s:128:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/extensions/import_export\";i:28500;s:144:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/extensions/options_object/options_object\";i:7441;s:129:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/extensions/options_object\";i:10473;s:114:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/extensions\";i:39044;s:114:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/js\";i:17114;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views\";i:48975;s:115:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/css\";i:28635;s:111:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome\";i:111918;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/lang\";i:27;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/js\";i:429;s:121:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/checks\";i:3962;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/css\";i:146;s:114:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/themecheck\";i:10596;s:120:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/color\";i:5103;s:125:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/color_rgba\";i:1828;s:126:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/unique_slug\";i:2560;s:120:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/email\";i:1086;s:127:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/preg_replace\";i:902;s:117:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/js\";i:770;s:124:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/colorrgba\";i:2199;s:126:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/html_custom\";i:872;s:122:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/numeric\";i:1096;s:126:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/str_replace\";i:860;s:128:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/comma_numeric\";i:1215;s:124:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/not_empty\";i:1120;s:130:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/email_not_empty\";i:1158;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/url\";i:1140;s:132:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/numeric_not_empty\";i:1137;s:122:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_html\";i:1091;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/date\";i:1443;s:119:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/html\";i:780;s:131:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_special_chars\";i:1163;s:118:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation/css\";i:1100;s:114:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc/validation\";i:28623;s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/inc\";i:826795;s:104:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore/core\";i:34117;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework/FusionReduxCore\";i:2508790;s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/framework\";i:2736678;s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/iconpicker\";i:7555;s:96:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/sortable\";i:4732;s:101:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/border_radius\";i:2646;s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/ace_editor\";i:1919514;s:103:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/typography_sets\";i:3623;s:99:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/color_alpha\";i:5776;s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/dimensions\";i:7510;s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/typography\";i:18818;s:101:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/color_palette\";i:12940;s:95:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields/spacing\";i:22891;s:87:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/custom-fields\";i:2006005;s:102:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/repeater/repeater\";i:38110;s:93:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/repeater\";i:40696;s:140:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/ace_editor/snippets\";i:49765;s:131:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/ace_editor\";i:1189464;s:128:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/select3\";i:297501;s:120:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor\";i:1486965;s:113:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport/vendor_support\";i:1490392;s:98:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/vendorsupport\";i:1491682;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/search\";i:9271;s:104:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/accordion/accordion\";i:14338;s:94:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions/accordion\";i:17503;s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/extensions\";i:1559152;s:80:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux/assets\";i:180058;s:73:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/redux\";i:6506521;s:80:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/custom-icons\";i:31773;s:92:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc/jetpack-device-detection\";i:53501;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib/inc\";i:12602548;s:63:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/lib\";i:18144614;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/upgrade\";i:181766;s:77:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/metaboxes/options\";i:14870;s:74:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/metaboxes/tabs\";i:225982;s:69:\"/home/crossp22/public_html/wp-content/themes/Avada/includes/metaboxes\";i:314911;s:59:\"/home/crossp22/public_html/wp-content/themes/Avada/includes\";i:22390448;s:68:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/list\";i:5341;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/day\";i:3365;s:71:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/widgets\";i:2636;s:73:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/pro/photo\";i:4109;s:71:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/pro/map\";i:3325;s:75:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/pro/widgets\";i:5898;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events/pro\";i:15651;s:63:\"/home/crossp22/public_html/wp-content/themes/Avada/tribe-events\";i:31810;s:60:\"/home/crossp22/public_html/wp-content/themes/Avada/licensing\";i:17074;s:66:\"/home/crossp22/public_html/wp-content/themes/Avada/sensei/wrappers\";i:696;s:57:\"/home/crossp22/public_html/wp-content/themes/Avada/sensei\";i:696;s:60:\"/home/crossp22/public_html/wp-content/themes/Avada/languages\";i:631522;s:71:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/checkout\";i:14688;s:89:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/single-product/add-to-cart\";i:3824;s:82:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/single-product/tabs\";i:1694;s:77:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/single-product\";i:6536;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/loop\";i:1279;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce/cart\";i:7864;s:62:\"/home/crossp22/public_html/wp-content/themes/Avada/woocommerce\";i:30367;s:58:\"/home/crossp22/public_html/wp-content/themes/Avada/headers\";i:434261;s:66:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/admin/js\";i:402600;s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/admin/images/setup-wizard\";i:56638;s:70:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/admin/images\";i:778081;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/admin/css\";i:295979;s:63:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/admin\";i:1476660;s:73:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/patterns\";i:525728;s:83:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/mac-skin\";i:16026;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin\";i:40685;s:86:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/parade-skin\";i:11282;s:85:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/light-skin\";i:20704;s:87:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/social_icons\";i:151020;s:86:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin\";i:22406;s:84:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/dark-skin\";i:20011;s:91:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin\";i:32277;s:74:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/iLightbox\";i:314737;s:71:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images/colors\";i:19396;s:64:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/images\";i:1147989;s:72:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/min/js/library\";i:68390;s:72:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/min/js/general\";i:157435;s:64:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/min/js\";i:225825;s:61:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/min\";i:225825;s:81:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/css/dynamic/woocommerce\";i:200532;s:69:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/css/dynamic\";i:734952;s:72:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/css/no-builder\";i:431285;s:67:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/css/media\";i:245317;s:61:\"/home/crossp22/public_html/wp-content/themes/Avada/assets/css\";i:2081230;s:57:\"/home/crossp22/public_html/wp-content/themes/Avada/assets\";i:4931704;s:50:\"/home/crossp22/public_html/wp-content/themes/Avada\";i:29290969;s:60:\"/home/crossp22/public_html/wp-content/themes/twentytwelve/js\";i:6065;s:64:\"/home/crossp22/public_html/wp-content/themes/twentytwelve/images\";i:190627;s:61:\"/home/crossp22/public_html/wp-content/themes/twentytwelve/inc\";i:11724;s:61:\"/home/crossp22/public_html/wp-content/themes/twentytwelve/css\";i:27630;s:72:\"/home/crossp22/public_html/wp-content/themes/twentytwelve/page-templates\";i:1845;s:57:\"/home/crossp22/public_html/wp-content/themes/twentytwelve\";i:676117;s:44:\"/home/crossp22/public_html/wp-content/themes\";i:59489563;s:102:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test\";i:9670;s:97:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log\";i:21666;s:93:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr\";i:21666;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log\";i:23368;s:85:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr\";i:23368;s:122:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1459;s:123:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8301;s:132:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3556;s:127:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1426;s:117:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:237756;s:119:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:49549;s:119:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:18057;s:109:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog\";i:352388;s:101:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src\";i:352388;s:97:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog\";i:356186;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog\";i:356186;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed\";i:379554;s:74:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/init\";i:10636;s:88:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2502;s:80:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:19028;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:1784;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:2715;s:78:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:79:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:2573;s:80:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:51655;s:74:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:79608;s:90:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:39120;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:121023;s:100:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:12851;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:1622;s:87:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:77556;s:83:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:40753;s:86:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:113926;s:84:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:61773;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:48870;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:2387;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1610;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:37509;s:83:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:40867;s:91:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:124369;s:83:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:166943;s:80:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:91137;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:182659;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:67872;s:98:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:37254;s:98:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:39429;s:98:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:36526;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:127734;s:88:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:42182;s:90:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:14739;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:39102;s:84:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:155704;s:97:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:4598;s:90:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:26229;s:83:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:47744;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:344;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:418;s:88:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:12991;s:88:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:87:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:6775;s:104:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:5592;s:103:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:5707;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:26121;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4927;s:95:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7643;s:90:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:38691;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:59781;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:5753;s:76:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:1507737;s:69:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/app\";i:1610642;s:85:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:6086525;s:94:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:78501;s:89:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:446320;s:86:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:6794;s:86:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:938556;s:82:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:10460776;s:75:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:10598907;s:70:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/dist\";i:10598907;s:81:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:82678;s:104:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:123:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370305;s:115:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:110:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:932739;s:99:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:932829;s:95:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:935754;s:84:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:935754;s:112:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13199;s:121:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33205;s:105:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:36481;s:116:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:18752;s:119:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:116:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:3907;s:121:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:80793;s:119:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:67618;s:119:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:24945;s:117:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:2751;s:109:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:285300;s:101:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:385554;s:84:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:385554;s:72:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1404164;s:75:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack/languages\";i:1194429;s:65:\"/home/crossp22/public_html/wp-content/plugins/all-in-one-seo-pack\";i:15260053;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:9889;s:69:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:37441;s:76:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:76793;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:57599;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:51465;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:114139;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:6789;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:51735;s:78:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:7729;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:9703;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:13367;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:3353;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:3353;s:86:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:14185;s:78:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:37693;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38180;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:41355;s:68:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:453972;s:76:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:32920;s:68:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:51370;s:70:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:56227;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:17348;s:69:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:31986;s:68:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:48578;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:6316;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7213;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:6918;s:83:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:25765;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2188;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:57904;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:1108;s:92:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:10893;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:10893;s:67:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:69905;s:90:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:25736;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:34458;s:72:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:36192;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:22305;s:72:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:32815;s:69:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1378;s:86:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:2505;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:12860;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:16880;s:90:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1719;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:5644;s:87:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:26391;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:9513;s:92:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5270;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:9302;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3693;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:96541;s:62:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/src\";i:951182;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:2227;s:102:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2556;s:98:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1346;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8843;s:104:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:1232;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:4560;s:83:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:16110;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:18337;s:70:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite/assets\";i:0;s:63:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/lite\";i:69027;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:14099;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2112;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:2112;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:2791;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:2791;s:92:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5370;s:87:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:1371;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11189;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:83:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:2486;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:33931;s:105:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation\";i:4254;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:4254;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:4254;s:78:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:4254;s:86:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:3958;s:76:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:13231;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:1995;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:1995;s:68:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/templates\";i:71609;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:19969;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:39276;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:230206;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:10156;s:88:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:59819;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:113444;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/admin/overview\";i:19950;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:316703;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:55752;s:67:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/includes\";i:901558;s:116:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4786;s:112:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6563;s:107:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css\";i:13220;s:103:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src\";i:20553;s:99:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles\";i:22044;s:78:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen\";i:22044;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:43527;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception\";i:640;s:83:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src\";i:11535;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode\";i:12593;s:70:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/true\";i:12593;s:96:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception\";i:4332;s:101:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler\";i:10163;s:102:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut\";i:5786;s:103:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer\";i:7001;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser\";i:44691;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node\";i:19219;s:102:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension\";i:31520;s:92:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath\";i:43482;s:86:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector\";i:118285;s:106:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520367;s:98:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520367;s:88:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1547713;s:109:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:101:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:55556;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:91341;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1757339;s:105:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:114:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:98:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33750;s:109:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:112:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:109:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:7503;s:114:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:90102;s:112:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:75715;s:112:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:110:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:102:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:309808;s:94:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:406796;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:406796;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/mk-j/php_xlsxwriter\";i:50845;s:70:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor/mk-j\";i:50845;s:65:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/vendor\";i:2293322;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/libs/sodium_compat\";i:0;s:63:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/libs\";i:0;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:22626;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:37268;s:73:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:39464;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:239143;s:70:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:278607;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:20289;s:86:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:53174;s:81:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:73463;s:95:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/education\";i:15537;s:95:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg\";i:8163;s:95:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge\";i:52847;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/forms\";i:43374;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder\";i:88445;s:92:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/logger\";i:3148;s:94:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/settings\";i:0;s:91:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages\";i:17753;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin\";i:250326;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js/components\";i:250326;s:68:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:906032;s:71:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:94:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:326758;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:6519;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:100779;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:22414;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:101962;s:78:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:340995;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:80:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:102952;s:100:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:95:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:37539;s:95:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:4966;s:90:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:43197;s:93:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:1150014;s:90:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:89:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395429;s:72:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:3500965;s:75:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:220144;s:76:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/moment\";i:378336;s:79:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65753;s:74:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:87:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:88:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:87:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:20394;s:88:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:84:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:59045;s:69:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1985343;s:85:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:2808;s:76:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:105885;s:77:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:973256;s:87:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:755105;s:82:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:755105;s:69:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:3376593;s:65:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite/assets\";i:10284291;s:58:\"/home/crossp22/public_html/wp-content/plugins/wpforms-lite\";i:14695415;s:69:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/admin/js\";i:14345;s:75:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/admin/includes\";i:36937;s:70:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/admin/css\";i:9805;s:66:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/admin\";i:88012;s:107:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images\";i:32598;s:100:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness\";i:118302;s:89:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes\";i:118302;s:82:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui\";i:118302;s:72:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/js\";i:140849;s:79:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/swv/rules\";i:13689;s:73:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/swv\";i:20576;s:82:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/block-editor\";i:5342;s:73:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes/css\";i:2883;s:69:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/includes\";i:384586;s:70:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/languages\";i:128;s:79:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/modules/sendinblue\";i:23706;s:78:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/modules/recaptcha\";i:14771;s:85:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/modules/constant-contact\";i:31128;s:75:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/modules/stripe\";i:20414;s:68:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/modules\";i:201618;s:67:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7/assets\";i:31340;s:60:\"/home/crossp22/public_html/wp-content/plugins/contact-form-7\";i:737526;s:83:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/images\";i:39757;s:76:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/plugin-assets\";i:63422;s:81:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime\";i:8806;s:80:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace\";i:27896;s:72:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/table\";i:431548;s:73:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/anchor\";i:4880;s:73:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv\";i:12902;s:74:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/advlist\";i:7883;s:71:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/code\";i:3484;s:83:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/img\";i:1497;s:83:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/css\";i:5473;s:79:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks\";i:12919;s:78:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking\";i:3487;s:78:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu\";i:6744;s:80:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img\";i:5033;s:76:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons\";i:7753;s:76:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/importcss\";i:12601;s:78:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars\";i:18408;s:71:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/link\";i:32949;s:72:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce/print\";i:1515;s:66:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/mce\";i:593775;s:75:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced/block-editor\";i:24009;s:62:\"/home/crossp22/public_html/wp-content/plugins/tinymce-advanced\";i:786387;s:62:\"/home/crossp22/public_html/wp-content/plugins/reftagger/images\";i:599;s:55:\"/home/crossp22/public_html/wp-content/plugins/reftagger\";i:32815;s:78:\"/home/crossp22/public_html/wp-content/plugins/sermon-browser/sb-includes/icons\";i:46040;s:72:\"/home/crossp22/public_html/wp-content/plugins/sermon-browser/sb-includes\";i:1009777;s:60:\"/home/crossp22/public_html/wp-content/plugins/sermon-browser\";i:1142745;s:67:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/templates\";i:33728;s:64:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/js/min\";i:39169;s:60:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/js\";i:39169;s:73:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/includes/widget\";i:188358;s:66:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/includes\";i:298090;s:64:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/images\";i:19201;s:81:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/fusion-slider/templates\";i:44237;s:71:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/fusion-slider\";i:94471;s:62:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/less\";i:9394;s:67:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/languages\";i:81357;s:61:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/css\";i:30804;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/previews/front-end/elements\";i:54340;s:98:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/previews/front-end/components\";i:2729;s:87:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/previews/front-end\";i:60021;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/previews\";i:62345;s:89:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/components/templates\";i:5479;s:79:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes/components\";i:17096;s:68:\"/home/crossp22/public_html/wp-content/plugins/fusion-core/shortcodes\";i:305739;s:57:\"/home/crossp22/public_html/wp-content/plugins/fusion-core\";i:913764;s:62:\"/home/crossp22/public_html/wp-content/plugins/envato-market/js\";i:39576;s:65:\"/home/crossp22/public_html/wp-content/plugins/envato-market/fonts\";i:4363;s:66:\"/home/crossp22/public_html/wp-content/plugins/envato-market/images\";i:14062;s:69:\"/home/crossp22/public_html/wp-content/plugins/envato-market/languages\";i:13510;s:83:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view/partials\";i:7073;s:91:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view/callback/section\";i:2041;s:91:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view/callback/setting\";i:2275;s:83:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view/callback\";i:5349;s:81:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view/notice\";i:3160;s:74:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin/view\";i:15582;s:69:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc/admin\";i:96470;s:63:\"/home/crossp22/public_html/wp-content/plugins/envato-market/inc\";i:146925;s:63:\"/home/crossp22/public_html/wp-content/plugins/envato-market/css\";i:17407;s:59:\"/home/crossp22/public_html/wp-content/plugins/envato-market\";i:243900;s:100:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor\";i:6324;s:114:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider\";i:26694;s:118:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images\";i:51475;s:111:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets\";i:51503;s:104:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src\";i:82492;s:112:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images\";i:671347;s:105:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist\";i:750469;s:100:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg\";i:839738;s:103:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts\";i:10361;s:133:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images\";i:6550;s:126:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi\";i:8563;s:112:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules\";i:8591;s:104:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes\";i:12584;s:102:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles\";i:26908;s:95:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi\";i:50252;s:99:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery\";i:3782;s:90:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes/shortcode_generator\";i:916054;s:70:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/includes\";i:2198428;s:91:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/js/shortcode_generator\";i:32384;s:79:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/js/modules\";i:934895;s:79:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/js/plugins\";i:542989;s:71:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/js\";i:1510296;s:75:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/videos\";i:81500;s:83:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/images/socials\";i:28099;s:81:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/images/guide\";i:267800;s:83:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/images/sources\";i:89906;s:75:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/images\";i:847460;s:72:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets/css\";i:485812;s:68:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/assets\";i:2925094;s:83:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/views/features/assets\";i:1623173;s:76:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/views/features\";i:1657277;s:67:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin/views\";i:2437170;s:61:\"/home/crossp22/public_html/wp-content/plugins/revslider/admin\";i:7667872;s:73:\"/home/crossp22/public_html/wp-content/plugins/revslider/includes/external\";i:58875;s:76:\"/home/crossp22/public_html/wp-content/plugins/revslider/includes/EspressoDev\";i:9601;s:64:\"/home/crossp22/public_html/wp-content/plugins/revslider/includes\";i:1288885;s:62:\"/home/crossp22/public_html/wp-content/plugins/revslider/backup\";i:28;s:71:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/includes\";i:54;s:77:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/js/libs\";i:652386;s:72:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/js\";i:1172715;s:84:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/material\";i:1034797;s:98:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts\";i:339975;s:96:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css\";i:14332;s:92:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke\";i:354335;s:84:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/revicons\";i:45359;s:94:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts\";i:1085689;s:92:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/font-awesome/css\";i:39266;s:88:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts/font-awesome\";i:1124983;s:75:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/fonts\";i:2559502;s:88:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/content\";i:9973;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/places\";i:9184;s:89:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/hardware\";i:11997;s:95:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg\";i:2584087;s:93:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/notification\";i:17379;s:85:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/maps\";i:19356;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/device\";i:27294;s:86:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/alert\";i:977;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/editor\";i:15823;s:94:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/communication\";i:15260;s:83:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/av\";i:22062;s:85:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/file\";i:3809;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/social\";i:9053;s:91:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/navigation\";i:8496;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/action\";i:67004;s:87:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/toggle\";i:1859;s:86:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg/image\";i:54568;s:80:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/svg\";i:2878209;s:84:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets/sources\";i:111762;s:76:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/assets\";i:2993187;s:73:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets/css\";i:72666;s:69:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/assets\";i:6798121;s:68:\"/home/crossp22/public_html/wp-content/plugins/revslider/public/views\";i:1527;s:62:\"/home/crossp22/public_html/wp-content/plugins/revslider/public\";i:6830236;s:65:\"/home/crossp22/public_html/wp-content/plugins/revslider/languages\";i:1609242;s:55:\"/home/crossp22/public_html/wp-content/plugins/revslider\";i:17547569;s:70:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/templates\";i:7145;s:69:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/js/admin\";i:4962;s:75:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/js/collections\";i:330;s:70:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/js/models\";i:27626;s:69:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/js/views\";i:274186;s:63:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/js\";i:818707;s:73:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/images/icons\";i:62044;s:67:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/images\";i:66367;s:70:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/languages\";i:989839;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/admin/js\";i:32847;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/admin/css\";i:513759;s:73:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/admin\";i:546606;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/js/chosen\";i:1338;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/js/min/library\";i:542883;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/js/min/general\";i:143318;s:74:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/js/min\";i:686201;s:70:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/js\";i:687539;s:84:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/fonts/count-down\";i:6648;s:73:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/fonts\";i:6648;s:93:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/mac-skin\";i:16026;s:101:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/metro-white-skin\";i:40685;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin\";i:11282;s:95:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/light-skin\";i:20704;s:97:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/social_icons\";i:151020;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/smooth-skin\";i:22406;s:94:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/dark-skin\";i:20011;s:101:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox/metro-black-skin\";i:32277;s:84:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/iLightbox\";i:314737;s:80:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images/masks\";i:11669;s:74:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/images\";i:606103;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/css/form\";i:24920;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/css/media\";i:21150;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/css/shortcodes\";i:1041898;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/css/components\";i:78413;s:71:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets/css\";i:1376905;s:67:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/assets\";i:3223801;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/importer/js\";i:1297;s:73:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/importer\";i:5932;s:85:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/admin-screens/images\";i:7752;s:93:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/admin-screens/layout-builder\";i:48655;s:78:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/admin-screens\";i:100584;s:85:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/shortcodes\";i:7159;s:84:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/custom/js\";i:20547;s:94:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/custom/front-end/js\";i:23267;s:91:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/custom/front-end\";i:47940;s:81:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/custom\";i:104224;s:83:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates/previews\";i:48321;s:74:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/templates\";i:214843;s:72:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/options\";i:6232;s:83:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/critical-css/admin\";i:674514;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/critical-css\";i:721744;s:79:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/woocommerce/js\";i:721;s:80:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/woocommerce/css\";i:11696;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/woocommerce\";i:17297;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts/fontawesome/js\";i:428772;s:102:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts/fontawesome/webfonts\";i:2929380;s:93:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts/fontawesome\";i:3691315;s:95:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts/icomoon-admin\";i:1208000;s:89:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts/icomoon\";i:190085;s:81:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/fonts\";i:5089400;s:90:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/min/js/library\";i:376894;s:90:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/min/js/general\";i:58932;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/min/js\";i:435826;s:79:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/min\";i:435826;s:79:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets/css\";i:12477;s:75:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/assets\";i:5537703;s:81:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/importer\";i:86366;s:101:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/templates/options\";i:104647;s:93:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/templates\";i:132273;s:91:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/options\";i:181190;s:108:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/datetimepicker\";i:98593;s:102:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/wpeditor\";i:9228;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/nouislider\";i:18330;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror/modes/javascript\";i:32865;s:114:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror/modes/xml\";i:12570;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror/modes/htmlmixed\";i:5611;s:114:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror/modes/css\";i:37644;s:110:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror/modes\";i:88690;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/codemirror\";i:453150;s:109:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/select2/js/i18n\";i:41817;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/select2/js\";i:487356;s:105:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/select2/css\";i:32806;s:101:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js/select2\";i:521286;s:93:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/js\";i:1692594;s:107:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/fonts/count-down\";i:6532;s:102:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/fonts/fonts\";i:1198476;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/fonts\";i:1219883;s:111:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/css/jquery-ui/images\";i:36597;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/css/jquery-ui\";i:67248;s:94:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets/css\";i:114545;s:90:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/assets\";i:3027022;s:89:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/views\";i:31510;s:87:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app/css\";i:425334;s:83:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/fusion-app\";i:4962620;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/templates\";i:16608;s:110:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/recaptcha/src/ReCaptcha/RequestMethod\";i:17158;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/recaptcha/src/ReCaptcha\";i:37491;s:86:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/recaptcha/src\";i:40326;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/recaptcha\";i:41345;s:94:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/panel_templates\";i:6991;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/templates/panel\";i:14513;s:114:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/templates\";i:14513;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor/qtip\";i:186811;s:130:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor/spectrum\";i:95799;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/js/vendor\";i:413056;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/js/media\";i:11154;s:114:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/js\";i:530765;s:115:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/img\";i:24544;s:129:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/import_export\";i:195;s:127:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/qtip\";i:21443;s:149:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/jquery-ui-bootstrap/images\";i:36055;s:142:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/jquery-ui-bootstrap\";i:166681;s:131:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/spectrum\";i:26512;s:141:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons/scss\";i:68470;s:142:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons/fonts\";i:337172;s:136:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor/elusive-icons\";i:426970;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/vendor\";i:664370;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css/media\";i:2320;s:115:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets/css\";i:948859;s:111:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/assets\";i:1504168;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/color\";i:14849;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/multi_text\";i:10246;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_rgba\";i:27769;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/text\";i:5387;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/sorter\";i:18497;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/textarea\";i:2858;s:130:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/color_gradient\";i:14360;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/divide\";i:4669;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/section\";i:5258;s:128:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/select_image\";i:9938;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/gallery\";i:9750;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/select\";i:20563;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/slides\";i:28372;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/checkbox\";i:8312;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/border\";i:23606;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/radio\";i:1937;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/editor\";i:7576;s:130:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/spinner/vendor\";i:15605;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/spinner\";i:33040;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/background\";i:39310;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/switch\";i:12809;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/link_color\";i:14894;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/palette\";i:8206;s:119:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/raw\";i:39387;s:128:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/image_select\";i:13867;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/date\";i:7150;s:140:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider/vendor/nouislider\";i:51045;s:129:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider/vendor\";i:51045;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/slider\";i:81836;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/password\";i:3608;s:121:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/media\";i:10678;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/info\";i:11416;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields/button_set\";i:8625;s:115:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/fields\";i:498773;s:147:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/extensions/import_export/import_export\";i:21733;s:133:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/extensions/import_export\";i:28626;s:149:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/extensions/options_object/options_object\";i:7459;s:134:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/extensions/options_object\";i:10500;s:119:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/extensions\";i:39197;s:119:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/welcome/js\";i:17114;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views\";i:50370;s:120:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/welcome/css\";i:28635;s:116:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/welcome\";i:113502;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/lang\";i:27;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/js\";i:429;s:126:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/checks\";i:4070;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/themecheck/css\";i:146;s:119:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/themecheck\";i:10704;s:125:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/color\";i:5112;s:130:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/color_rgba\";i:1837;s:131:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/unique_slug\";i:2569;s:125:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/email\";i:1095;s:132:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/preg_replace\";i:902;s:122:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/js\";i:770;s:129:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/colorrgba\";i:2208;s:131:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/html_custom\";i:872;s:127:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/numeric\";i:1105;s:131:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/str_replace\";i:860;s:133:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/comma_numeric\";i:1224;s:129:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/not_empty\";i:1129;s:135:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/email_not_empty\";i:1167;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/url\";i:1149;s:137:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/numeric_not_empty\";i:1146;s:127:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_html\";i:1100;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/date\";i:1452;s:124:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/html\";i:780;s:136:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/no_special_chars\";i:1172;s:123:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation/css\";i:1109;s:119:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc/validation\";i:28758;s:108:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/inc\";i:829414;s:109:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore/core\";i:34261;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework/FusionReduxCore\";i:2511850;s:88:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/framework\";i:2739810;s:103:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/iconpicker\";i:7582;s:101:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/sortable\";i:4732;s:106:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/border_radius\";i:2646;s:103:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/ace_editor\";i:1919514;s:108:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/typography_sets\";i:3632;s:104:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/color_alpha\";i:5785;s:103:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/dimensions\";i:7528;s:103:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/typography\";i:19016;s:106:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/color_palette\";i:12976;s:100:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields/spacing\";i:22981;s:92:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/custom-fields\";i:2006392;s:107:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/repeater/repeater\";i:38137;s:98:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/repeater\";i:40723;s:145:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/ace_editor/snippets\";i:49765;s:136:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/ace_editor\";i:1189464;s:133:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor/select3\";i:297501;s:125:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport/vendor_support/vendor\";i:1486965;s:118:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport/vendor_support\";i:1490392;s:103:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/vendorsupport\";i:1491682;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/search\";i:9280;s:109:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/accordion/accordion\";i:14338;s:99:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions/accordion\";i:17503;s:89:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/extensions\";i:1559188;s:85:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux/assets\";i:180058;s:78:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/redux\";i:6510193;s:85:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/custom-icons\";i:32025;s:97:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc/jetpack-device-detection\";i:53501;s:72:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib/inc\";i:12609975;s:68:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/lib\";i:18152041;s:72:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/helpers\";i:436670;s:69:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc/i18n\";i:16769;s:64:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/inc\";i:21010009;s:96:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/templates/form-components\";i:6132;s:91:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/templates/components\";i:14264;s:80:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/templates\";i:361007;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/collections\";i:304;s:77:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/models\";i:572659;s:81:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/views/form\";i:50169;s:84:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/views/widgets\";i:8497;s:85:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/views/elements\";i:1153492;s:87:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/views/components\";i:182085;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/views\";i:2038429;s:74:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end/css\";i:264556;s:70:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/front-end\";i:7941711;s:74:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/shortcodes/js\";i:12362;s:76:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/shortcodes/form\";i:229371;s:92:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/shortcodes/components/templates\";i:6233;s:82:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/shortcodes/components\";i:689862;s:71:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder/shortcodes\";i:4749451;s:60:\"/home/crossp22/public_html/wp-content/plugins/fusion-builder\";i:38809026;s:70:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/demos\";i:6165;s:71:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/config\";i:107171;s:86:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/templates/html-export\";i:17211;s:74:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/templates\";i:354718;s:73:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/includes\";i:44118;s:67:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/wp\";i:159129;s:72:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/locales\";i:2058004;s:70:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/views\";i:514212;s:72:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/helpers\";i:9956;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/air-datepicker/i18n\";i:652;s:86:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/air-datepicker\";i:89609;s:89:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/dindent/Exception\";i:803;s:79:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/dindent\";i:7566;s:79:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/iguider\";i:231875;s:78:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/popper\";i:18440;s:80:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/js\";i:507289;s:87:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs/misc\";i:2138;s:89:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs/brands\";i:8012;s:88:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs/solid\";i:113849;s:90:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs/regular\";i:14042;s:90:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs/duotone\";i:30204;s:82:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/svgs\";i:168272;s:88:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/img/slider\";i:331785;s:81:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/img\";i:699466;s:81:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/css\";i:573201;s:83:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin/media\";i:27;s:77:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/admin\";i:1948282;s:78:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/kmw/js\";i:12781;s:79:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/kmw/svg\";i:502;s:79:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/kmw/css\";i:9601;s:75:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/kmw\";i:22911;s:83:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/html2canvas\";i:165229;s:82:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/minicolors\";i:94374;s:86:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/js\";i:277006;s:92:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/overlays\";i:76488;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/plugins/debug\";i:19736;s:100:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/plugins/timeline\";i:16440;s:99:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/plugins/origami\";i:7588;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/plugins/popup\";i:16238;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/plugins\";i:60029;s:95:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/glass\";i:22904;s:102:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/photogallery\";i:12691;s:104:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/borderlessdark\";i:24728;s:92:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/v5\";i:12677;s:103:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/fullwidthdark\";i:16365;s:107:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/borderlesslight3d\";i:22816;s:98:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/carousel\";i:16411;s:99:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/fullwidth\";i:14759;s:92:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/v6\";i:11943;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/outline\";i:12133;s:101:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/roundedflat\";i:12344;s:105:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/borderlesslight\";i:23834;s:106:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/borderlessdark3d\";i:23764;s:98:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/darkskin\";i:17860;s:101:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/defaultskin\";i:14488;s:96:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/noskin\";i:10027;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/numbers\";i:11456;s:99:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/lightskin\";i:19514;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/minimal\";i:13316;s:89:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/skins\";i:314057;s:87:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/img\";i:25611;s:87:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider/css\";i:23700;s:83:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/layerslider\";i:776918;s:78:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/public\";i:2752;s:95:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/dialog\";i:5472;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/lint\";i:21288;s:94:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/merge\";i:32141;s:96:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/comment\";i:12119;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/wrap\";i:5506;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/edit\";i:25139;s:95:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/search\";i:29701;s:96:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/display\";i:11053;s:95:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/scroll\";i:12667;s:96:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/runmode\";i:15659;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/tern\";i:27670;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/hint\";i:51440;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/mode\";i:18681;s:93:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/fold\";i:25755;s:98:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/selection\";i:9724;s:88:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/addon\";i:304042;s:89:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/keymap\";i:233759;s:86:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/lib\";i:365399;s:88:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/theme\";i:4791;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/sql\";i:34229;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/php\";i:24888;s:98:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/javascript\";i:36667;s:92:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/sass\";i:10086;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/xml\";i:14355;s:100:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/htmlembedded\";i:1444;s:97:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/htmlmixed\";i:5617;s:91:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode/css\";i:49480;s:87:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror/mode\";i:191344;s:82:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/codemirror\";i:1113301;s:92:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/font-awesome-4/fonts\";i:641309;s:90:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/font-awesome-4/css\";i:30946;s:86:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/font-awesome-4\";i:684363;s:83:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static/angle-input\";i:5310;s:71:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/static\";i:5160957;s:72:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets/classes\";i:125441;s:64:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider/assets\";i:8544199;s:57:\"/home/crossp22/public_html/wp-content/plugins/LayerSlider\";i:8573034;s:67:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/common\";i:10444;s:70:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/js\";i:3755581;s:73:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/fonts\";i:597883;s:82:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/images/updated\";i:93108;s:85:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/images/onboarding\";i:185184;s:74:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/images\";i:1649241;s:71:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets/css\";i:1016970;s:67:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/assets\";i:7019675;s:81:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/dashboard/webp\";i:2430;s:81:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/dashboard/bulk\";i:2195;s:83:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/dashboard/upsell\";i:1657;s:80:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/dashboard/cdn\";i:4326;s:76:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/dashboard\";i:26332;s:71:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/webp\";i:9667;s:71:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/bulk\";i:5005;s:75:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/lazyload\";i:33123;s:70:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/cdn\";i:7069;s:80:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/bulk-settings\";i:3097;s:79:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/integrations\";i:2441;s:75:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/settings\";i:10370;s:76:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/directory\";i:2864;s:74:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/summary\";i:4216;s:74:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views/nextgen\";i:6211;s:66:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/views\";i:129234;s:66:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/pages\";i:60128;s:67:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app/modals\";i:31195;s:60:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/app\";i:7380139;s:66:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/languages\";i:107708;s:80:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/scss/accessibility\";i:1538;s:74:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/scss/modules\";i:35989;s:66:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/scss\";i:58300;s:73:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/js/frontend\";i:9315;s:70:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/js/smush\";i:66484;s:72:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/js/modules\";i:58095;s:64:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/js\";i:138454;s:75:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/react/modules\";i:7658;s:78:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/react/views/webp\";i:20237;s:73:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/react/views\";i:20237;s:67:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src/react\";i:27895;s:61:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/_src\";i:224649;s:82:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/wdev-logger\";i:42030;s:94:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/js\";i:947;s:97:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts\";i:6083;s:98:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images\";i:87026;s:95:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/css\";i:3496;s:91:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets\";i:97552;s:84:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/plugin-notice\";i:121045;s:92:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/free-dashboard/assets\";i:32833;s:85:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external/free-dashboard\";i:50779;s:70:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/external\";i:213854;s:65:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/api\";i:13364;s:75:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/modules/async\";i:12784;s:77:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/modules/helpers\";i:14652;s:69:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/modules\";i:270401;s:82:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/integrations/nextgen\";i:50626;s:74:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core/integrations\";i:178190;s:61:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit/core\";i:823517;s:56:\"/home/crossp22/public_html/wp-content/plugins/wp-smushit\";i:8574959;s:65:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache/rest\";i:44477;s:69:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache/partials\";i:62065;s:70:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache/languages\";i:2398311;s:68:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache/plugins\";i:31543;s:64:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache/inc\";i:7786;s:60:\"/home/crossp22/public_html/wp-content/plugins/wp-super-cache\";i:2975499;s:55:\"/home/crossp22/public_html/wp-content/plugins/wpsermons\";i:24616;s:78:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/grid/templates\";i:16549;s:72:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/grid/css\";i:129668;s:68:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/grid\";i:146217;s:72:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/includes\";i:10206;s:90:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config\";i:47741;s:93:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates\";i:21587;s:93:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js\";i:18137;s:106:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n\";i:95435;s:101:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js\";i:603133;s:102:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css\";i:32707;s:98:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2\";i:635840;s:94:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css\";i:112966;s:90:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets\";i:772388;s:83:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard\";i:940988;s:118:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator\";i:20721;s:116:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client\";i:193;s:121:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site\";i:1619;s:126:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias\";i:909;s:123:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale\";i:495;s:126:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey\";i:535;s:120:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns\";i:726;s:128:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate\";i:456;s:124:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session\";i:680;s:125:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog\";i:1279;s:127:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler\";i:988;s:116:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct\";i:7687;s:109:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api\";i:48026;s:105:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src\";i:48026;s:101:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib\";i:53731;s:89:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk\";i:53731;s:92:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer\";i:30218;s:87:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/bin\";i:0;s:127:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer\";i:1076;s:116:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests\";i:8104;s:121:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception\";i:2915;s:117:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache\";i:9465;s:118:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct\";i:1620;s:121:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector\";i:4817;s:121:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities\";i:11546;s:122:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer\";i:12122;s:141:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct\";i:833;s:134:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization\";i:2917;s:128:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account\";i:1862;s:126:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order\";i:4229;s:120:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response\";i:12315;s:133:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization\";i:3030;s:127:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account\";i:8980;s:125:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order\";i:8219;s:119:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request\";i:22097;s:111:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2\";i:98556;s:102:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src\";i:106660;s:98:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2\";i:113409;s:89:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett\";i:113409;s:83:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor\";i:197536;s:101:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin\";i:15556;s:95:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk\";i:4420;s:99:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator\";i:168;s:99:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways\";i:10711;s:96:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel\";i:13732;s:89:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations\";i:45289;s:76:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt\";i:1268387;s:73:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/languages\";i:60911;s:73:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/assets/js\";i:9650;s:74:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/assets/css\";i:198486;s:70:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/assets\";i:236693;s:75:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/upgrade/img\";i:131495;s:71:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/upgrade\";i:183141;s:85:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson\";i:301;s:85:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443\";i:302;s:96:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1\";i:310;s:84:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1\";i:295;s:82:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront\";i:324;s:97:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon\";i:310;s:88:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto\";i:303;s:80:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps\";i:299;s:82:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare\";i:319;s:84:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer\";i:315;s:71:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl/testssl\";i:3078;s:63:\"/home/crossp22/public_html/wp-content/plugins/really-simple-ssl\";i:2265222;s:45:\"/home/crossp22/public_html/wp-content/plugins\";i:113416524;s:57:\"/home/crossp22/public_html/wp-content/uploads/aioseo-logs\";i:0;s:67:\"/home/crossp22/public_html/wp-content/uploads/fusion_slider_exports\";i:909748;s:53:\"/home/crossp22/public_html/wp-content/uploads/2015/06\";i:10708376;s:53:\"/home/crossp22/public_html/wp-content/uploads/2015/05\";i:658342;s:50:\"/home/crossp22/public_html/wp-content/uploads/2015\";i:11366718;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/08\";i:17830241;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/06\";i:31581854;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/01\";i:631647;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/10\";i:576589;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/07\";i:27312271;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/05\";i:58760206;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/12\";i:256470;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/04\";i:62661217;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/03\";i:740070;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/09\";i:5881168;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/11\";i:887262;s:53:\"/home/crossp22/public_html/wp-content/uploads/2020/02\";i:634771;s:50:\"/home/crossp22/public_html/wp-content/uploads/2020\";i:207753766;s:68:\"/home/crossp22/public_html/wp-content/uploads/form-maker-frontend/js\";i:37494;s:69:\"/home/crossp22/public_html/wp-content/uploads/form-maker-frontend/css\";i:104066;s:65:\"/home/crossp22/public_html/wp-content/uploads/form-maker-frontend\";i:141721;s:59:\"/home/crossp22/public_html/wp-content/uploads/wpcf7_uploads\";i:14;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/08\";i:766333;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/06\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/01\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/10\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/07\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/05\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/12\";i:114920202;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/04\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/03\";i:3135387;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/09\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/11\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2017/02\";i:0;s:50:\"/home/crossp22/public_html/wp-content/uploads/2017\";i:118821922;s:59:\"/home/crossp22/public_html/wp-content/uploads/wpforms/cache\";i:307558;s:53:\"/home/crossp22/public_html/wp-content/uploads/wpforms\";i:308295;s:72:\"/home/crossp22/public_html/wp-content/uploads/it-file-cache/builder-core\";i:27;s:59:\"/home/crossp22/public_html/wp-content/uploads/it-file-cache\";i:54;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/08\";i:507845;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/06\";i:824515;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/01\";i:3757973;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/10\";i:588524;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/07\";i:670078;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/05\";i:708533;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/12\";i:829787;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/04\";i:696616;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/03\";i:429993;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/09\";i:808652;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/11\";i:714670;s:53:\"/home/crossp22/public_html/wp-content/uploads/2018/02\";i:1736643;s:50:\"/home/crossp22/public_html/wp-content/uploads/2018\";i:12273829;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/08\";i:974915;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/06\";i:7470135;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/01\";i:578510;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/10\";i:704089;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/07\";i:293885;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/05\";i:374221;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/12\";i:423962;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/04\";i:28453386;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/03\";i:985415;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/09\";i:961077;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/11\";i:680283;s:53:\"/home/crossp22/public_html/wp-content/uploads/2021/02\";i:486033;s:50:\"/home/crossp22/public_html/wp-content/uploads/2021\";i:42385911;s:57:\"/home/crossp22/public_html/wp-content/uploads/fusionredux\";i:0;s:57:\"/home/crossp22/public_html/wp-content/uploads/aioseo/logs\";i:0;s:52:\"/home/crossp22/public_html/wp-content/uploads/aioseo\";i:0;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/nature-slider\";i:26127;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/creativefrontpage\";i:69224;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-content\";i:5593;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/wonderstruck-works\";i:8028;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-Projects\";i:11083;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/wonderstruck_header\";i:6827;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-footer\";i:6146;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-testimonials\";i:7687;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-philosophy\";i:6137;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-about\";i:5695;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewswhatshot\";i:11801;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Sermon\";i:8077;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/saas-product-slider\";i:11412;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-lightbox\";i:24283;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/typewritereffect\";i:27696;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/productshowcase\";i:22102;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/ourteamcarousel\";i:63056;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_menu\";i:3599;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Header\";i:6539;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/particle-effect-one\";i:25026;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Welcome-Screen\";i:9677;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider\";i:23842;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_footer\";i:8047;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-header\";i:9359;s:95:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-5-testimonials\";i:10030;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cryptoslider\";i:30089;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsspotlight\";i:36335;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Contacts\";i:7608;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-carousel\";i:34175;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-doctors\";i:8938;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cleanlandingpage\";i:11640;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-header\";i:6406;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-menu\";i:9297;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/news-magazine-slider\";i:56532;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-About\";i:9375;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Footer\";i:3778;s:92:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider-Dynamic\";i:23842;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/imagegallery\";i:109794;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/ComingSoonAddon\";i:14389;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cinematic-hero-titles\";i:8187;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/wonderstruck_about\";i:23984;s:74:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockband\";i:11555;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/mountainparallaxheader\";i:15407;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-grid\";i:11217;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-header\";i:31868;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Contacts\";i:6851;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-order\";i:11021;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-prices\";i:8441;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-contact\";i:11423;s:73:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/ourteam\";i:62865;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-single-contact\";i:7061;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-menu\";i:3529;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-product\";i:10074;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-food\";i:10840;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Photo-Gallery\";i:12851;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewstestimonials\";i:21831;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/appshowcase\";i:8920;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-clients\";i:3421;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-header\";i:10004;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blurslider\";i:25287;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsheader\";i:35012;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsfooter\";i:5927;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/realestate-slider\";i:16277;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Pastors\";i:8902;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsblogfooter\";i:5927;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolio-works-title\";i:5331;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-mobile-menu\";i:4574;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-hero\";i:10969;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block1\";i:9565;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/peak-header\";i:8128;s:75:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/filmstrip\";i:41548;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Community\";i:9891;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/reveal-add-on\";i:35572;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-slider\";i:38914;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-block-1\";i:9926;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/music-band-template\";i:48143;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-gallery-title\";i:7039;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-newsletter\";i:10139;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/overexposuretransition\";i:29096;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Contacts\";i:8680;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-lightbox\";i:49983;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-video-block\";i:6630;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/magazineposts\";i:28344;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-content-modal\";i:51513;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-block-4\";i:12553;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsfeatured\";i:11913;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Testimonials\";i:18154;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-hero\";i:64357;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fashion-header\";i:48827;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/restaurant-menu\";i:37913;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-About\";i:8035;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-menu\";i:3331;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/doubleexposureeffect\";i:33836;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/innovation\";i:25625;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/beforeafterslider\";i:33162;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/wonderstruck-contact\";i:5492;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Menu\";i:7717;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-funeral-title\";i:8206;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion-photography\";i:5621;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-product-3\";i:8821;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-menu\";i:4209;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-menu\";i:3897;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/design-dna-scroll-video\";i:9631;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallax-hero\";i:9699;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-discover\";i:62071;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-callout\";i:4444;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-block-3\";i:10821;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Clients\";i:5665;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion-mountains\";i:8212;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/video-hero\";i:11252;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsmenu\";i:6507;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-menu\";i:2609;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-funeral-text\";i:5491;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/comingsoon\";i:37468;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-footer\";i:6189;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-content\";i:5599;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-Home\";i:30543;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/distortionaddon\";i:59876;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-services\";i:4608;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-success\";i:7771;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion-design\";i:5295;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Real-Estate-Showcase-Slider\";i:44826;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/peak-footer\";i:5106;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/woo-liquid-slider\";i:5221;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-News\";i:7471;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/niceandclean_highlights\";i:14071;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-content-3\";i:4731;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion-grid\";i:9593;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/360panorama\";i:52774;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-wedding-carousel\";i:101676;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-menu\";i:3200;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-footer\";i:9427;s:94:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-7-footer\";i:5086;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/food-delivery-lottie-scroll\";i:34330;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-hero\";i:8028;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/traveller-carousel\";i:76960;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/applandingpage\";i:12262;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/niceandclean_video\";i:13189;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Chart\";i:7823;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion_header\";i:3167;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Support\";i:9024;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/wonderstruck_menu\";i:3525;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-content\";i:6282;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-block-2\";i:10700;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blendmodeheader\";i:8740;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/App-Studio-Contacts\";i:10002;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-whychoose\";i:7186;s:73:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/r_about\";i:7046;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-texts-2\";i:8137;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-content-2\";i:6541;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/agencywebsiteheader\";i:37626;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/particle-effect-three\";i:9163;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-about\";i:10509;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolio-about\";i:11405;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewscarousel\";i:22005;s:74:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/packages\";i:557762;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/isometric-slider\";i:27550;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Pastors\";i:8816;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-wedding-title\";i:7959;s:75:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/snowscene\";i:30580;s:99:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Selected-Projects-Title\";i:5198;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-news\";i:8450;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-2-about\";i:11017;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-carousel\";i:21650;s:75:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/deskscene\";i:9383;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolioviewer\";i:76069;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-lineup-2\";i:9615;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-History\";i:8860;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clearview_menu\";i:3886;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/maskshowcase\";i:40186;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-hero\";i:7647;s:72:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/r_menu\";i:4009;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Services\";i:9714;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-parties-title\";i:8312;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-hero\";i:4052;s:75:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clubflyer\";i:12852;s:72:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/r_info\";i:5201;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-menu\";i:5834;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/niceandclean_footer\";i:5399;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-funeral-slider\";i:110007;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-callout\";i:6730;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/spaceopera\";i:61740;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/interactivewhiteboard\";i:56754;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/App-Studio-About\";i:9869;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-services\";i:4535;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techjournal\";i:44539;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/NiceAndClean_About\";i:7182;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_whatsgreat\";i:9022;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/project-carousel\";i:62632;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/contentzoom\";i:17791;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-single-header\";i:8445;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/niceandclean_callout\";i:6654;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Store\";i:6185;s:92:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Photo-Gallery\";i:12982;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-video\";i:7498;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-news\";i:16041;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Woo-Commerce-Slider-Dynamic\";i:8412;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-single-more\";i:13195;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/App-Studio-Welcome\";i:7018;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/minimal-portfolio-modal\";i:43355;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-philosophy\";i:10488;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-services\";i:8656;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-3-services\";i:11394;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-slider\";i:20564;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Team\";i:8404;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Footer\";i:3883;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-parties-text\";i:6697;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-projects\";i:31716;s:95:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-6-callout\";i:9566;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-footer\";i:9690;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cube-animation\";i:30068;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cleannewsslider\";i:88296;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-footer\";i:5950;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/particle-hero\";i:6616;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/carouselgallery\";i:69370;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-blog\";i:7127;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Upcoming-Events\";i:29952;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_tables\";i:10587;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Mobile-App\";i:10578;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fitness-club-template\";i:56169;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsblogcontent\";i:8944;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/404errorpage\";i:14054;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Sermon\";i:9044;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-header\";i:9533;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/explorationheader\";i:62046;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-parties-carousel\";i:101860;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/peak-portfolio\";i:5603;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-contact\";i:7061;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Community\";i:11197;s:73:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/weather\";i:65422;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-footer\";i:6167;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/photographer-slider\";i:11639;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-hero-collection\";i:59788;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/standard-wp-gallery\";i:17974;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/3d-parallax-cubes\";i:23545;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-help\";i:7670;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/scrolleffect\";i:40306;s:73:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/duotone\";i:49708;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cardealership\";i:70972;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_offer\";i:7803;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-services\";i:25107;s:73:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Retouch\";i:33343;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Under-Construction\";i:16318;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-footer\";i:5538;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/launching-very-soon\";i:22929;s:74:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clearcut\";i:88450;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/funkyslider\";i:29957;s:74:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/duotone2\";i:29590;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Header\";i:7067;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/immersion-product\";i:5755;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/creative-hero-collection\";i:5405;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Footer\";i:5197;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Hiring\";i:9547;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-content-1\";i:7618;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/niceandclean_textblocks\";i:6802;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-highlight\";i:7499;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/sleeklandingpage\";i:40679;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-menu\";i:3478;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/particle-effect-two\";i:8392;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/story-header\";i:5945;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-about\";i:4091;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-footer\";i:4079;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-first-screen\";i:9565;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-single-menu\";i:3137;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Header\";i:3732;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider-Modal\";i:34955;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/soccer-school\";i:38711;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-7-footer\";i:5267;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-about\";i:5508;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-highlight\";i:6170;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/inspirationheader\";i:7562;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullscreenmenu\";i:69799;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-grid\";i:6164;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-header\";i:7772;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-menu\";i:6176;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsblogheader\";i:14656;s:98:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/woocommerce-liquid-slider-static\";i:8850;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-wedding-text\";i:8032;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-menu\";i:9752;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/404-Error-Space-Theme\";i:14239;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-footer\";i:6145;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-calltoaction\";i:14766;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-carte\";i:5007;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-teaser\";i:7042;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-footer\";i:6017;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_contactform\";i:6954;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-About\";i:8382;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-footer\";i:4591;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rotatingwords\";i:11125;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-contact\";i:8510;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_whatwedo\";i:6926;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Selected-Projects\";i:83054;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-footer\";i:7611;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallaxscroll\";i:17254;s:96:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-4-products\";i:48828;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-hero\";i:6291;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-portfolio\";i:12354;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/App-Studio-Services\";i:8309;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolio-contacts\";i:11888;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-footer\";i:10109;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/blooming-about\";i:9667;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Portfolio\";i:6433;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/cinematic-slider\";i:40983;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-services\";i:10830;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/betteryoutube\";i:33459;s:72:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/r_hero\";i:7170;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/duotone-add-on\";i:33225;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-menu\";i:6853;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallax_footer\";i:5653;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/tech-slider\";i:25497;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_projects\";i:48656;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-services\";i:10497;s:93:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-call-to-action\";i:5065;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-la-carte\";i:7000;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-menu\";i:7521;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Header\";i:11023;s:100:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-5-testimonials\";i:11723;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/real-estate-slider\";i:51715;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/E-Commerce-Slider-Modal\";i:11166;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Particle-Effect\";i:19982;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-portfolio-detail\";i:39005;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallax_header\";i:10325;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/art-gallery\";i:34874;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-header\";i:7828;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolio-welcome\";i:9989;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Classic-Cars-Evolution\";i:11766;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-Header\";i:5608;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-summer-sale\";i:34384;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-1\";i:15146;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-6-callout\";i:8539;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-clients\";i:8667;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/themeplicity_header\";i:6584;s:90:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-price-modal\";i:7228;s:69:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/80s\";i:9907;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-about\";i:6792;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-content\";i:4073;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/portfolio-works-content\";i:9731;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clean-news-post-based\";i:17618;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/focusparallax\";i:32957;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-gallery\";i:94567;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/le-chef-menu\";i:4139;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Scroll-To-Top\";i:2784;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/news-carousel\";i:49632;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-menu\";i:3194;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-detail-modal\";i:9112;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/gravitydesign\";i:18480;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-product-2\";i:9620;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websiteintro\";i:35165;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-texts\";i:11300;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/websitebuilder-services\";i:7501;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallaxzoomslices\";i:48476;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-lineup\";i:11282;s:77:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/bubblemorph\";i:20584;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-about\";i:8855;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/stark-portfolio\";i:8263;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-detail-modal-2\";i:9112;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/coffee-findus\";i:3741;s:75:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/snowaddon\";i:45311;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/ken-burns-hero\";i:12839;s:84:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-highlight\";i:8397;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Corporate-Text-Block\";i:7160;s:86:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-contacts\";i:7778;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/big-bold-header\";i:5069;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/r_products\";i:25703;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-2-about\";i:10344;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/seasonaloffer\";i:13034;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-Services\";i:8750;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/bubble-morph-hero\";i:8935;s:96:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-3-services\";i:22987;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Projects\";i:48182;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-sponsors\";i:5117;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/paintbrushaddon\";i:33288;s:88:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-testimonials\";i:5429;s:76:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/peak-about\";i:4535;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/techco-testimonials\";i:23169;s:91:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/fullsite-block-4-products\";i:48828;s:94:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Church-Light-Upcoming-Events\";i:31406;s:79:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/angled-header\";i:7141;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-research\";i:34902;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/landing-page-features\";i:6142;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/energy-drinks-modal\";i:13770;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clearview_mission\";i:5335;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Particle-Effect-2\";i:29929;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewsmenuback\";i:11832;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/parallax_content\";i:6003;s:78:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/basic-header\";i:8332;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clearview_header\";i:7028;s:89:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/clear-view-single-media\";i:11446;s:85:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/barber-shop-barbers\";i:10365;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/geometric-footer\";i:3688;s:80:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/brutal-callout\";i:10848;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/goodnewscallout\";i:12359;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/minimal-portfolio\";i:37333;s:87:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/Construction-Contacts\";i:8818;s:83:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/E-Commerce-Slider\";i:8412;s:81:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/rockable-footer\";i:4357;s:82:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates/medicare-contact\";i:7004;s:65:\"/home/crossp22/public_html/wp-content/uploads/revslider/templates\";i:7787151;s:70:\"/home/crossp22/public_html/wp-content/uploads/revslider/objects/thumbs\";i:79848;s:63:\"/home/crossp22/public_html/wp-content/uploads/revslider/objects\";i:79848;s:55:\"/home/crossp22/public_html/wp-content/uploads/revslider\";i:7866999;s:94:\"/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider\";i:26315239;s:57:\"/home/crossp22/public_html/wp-content/uploads/layerslider\";i:26315239;s:56:\"/home/crossp22/public_html/wp-content/uploads/avadaredux\";i:0;s:60:\"/home/crossp22/public_html/wp-content/uploads/sermons/images\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/sermons\";i:7178760599;s:60:\"/home/crossp22/public_html/wp-content/uploads/fusion-scripts\";i:739835;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/08\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/06\";i:39161983;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/01\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/10\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/07\";i:125290369;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/05\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/12\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/04\";i:1238780;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/03\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/09\";i:7252196;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/11\";i:0;s:53:\"/home/crossp22/public_html/wp-content/uploads/2016/02\";i:0;s:50:\"/home/crossp22/public_html/wp-content/uploads/2016\";i:172943328;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/08\";i:1138985;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/06\";i:4653336;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/01\";i:1429485;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/07\";i:5805505;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/05\";i:4149833;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/04\";i:4765043;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/03\";i:3703843;s:53:\"/home/crossp22/public_html/wp-content/uploads/2022/02\";i:18491261;s:50:\"/home/crossp22/public_html/wp-content/uploads/2022\";i:44137291;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/08\";i:719903;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/06\";i:1171381;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/01\";i:622570;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/10\";i:555498;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/07\";i:634972;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/05\";i:478624;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/12\";i:1020984;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/04\";i:472469;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/03\";i:639322;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/09\";i:967871;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/11\";i:679447;s:53:\"/home/crossp22/public_html/wp-content/uploads/2019/02\";i:614384;s:50:\"/home/crossp22/public_html/wp-content/uploads/2019\";i:8577425;s:67:\"/home/crossp22/public_html/wp-content/uploads/cp_preset_screenshots\";i:0;s:59:\"/home/crossp22/public_html/wp-content/uploads/fusion-styles\";i:1161289;s:45:\"/home/crossp22/public_html/wp-content/uploads\";i:7834463983;}','yes'),(1658412,'omapi_review','a:2:{s:4:\"time\";i:1661716328;s:9:\"dismissed\";b:0;}','yes'),(1658415,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1658419,'om_notifications','a:4:{s:7:\"updated\";i:1735012776;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(1658420,'optinmonster_upgrade_completed','2.16.13','yes'),(1843138,'rsssl_options','a:30:{s:12:\"site_has_ssl\";s:1:\"1\";s:11:\"ssl_enabled\";b:1;s:19:\"mixed_content_fixer\";b:1;s:8:\"redirect\";s:8:\"htaccess\";s:20:\"do_not_edit_htaccess\";b:1;s:19:\"dismiss_all_notices\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:1;s:24:\"enabled_captcha_provider\";s:4:\"none\";s:25:\"password_change_frequency\";s:2:\"12\";s:23:\"login_cookie_expiration\";s:2:\"48\";s:22:\"404_blocking_threshold\";s:3:\"lax\";s:29:\"404_blocking_lockout_duration\";s:0:\"\";s:27:\"limit_login_attempts_amount\";s:1:\"5\";s:29:\"limit_login_attempts_duration\";s:2:\"15\";s:40:\"limit_login_attempts_locked_out_duration\";s:2:\"30\";s:16:\"x_xss_protection\";s:4:\"zero\";s:15:\"x_frame_options\";s:0:\"\";s:15:\"referrer_policy\";s:31:\"strict-origin-when-cross-origin\";s:12:\"hsts_max_age\";s:8:\"63072000\";s:26:\"cross_origin_opener_policy\";s:8:\"disabled\";s:28:\"cross_origin_resource_policy\";s:8:\"disabled\";s:28:\"cross_origin_embedder_policy\";s:8:\"disabled\";s:19:\"csp_frame_ancestors\";s:4:\"self\";s:19:\"two_fa_grace_period\";s:2:\"10\";s:36:\"vulnerability_notification_dashboard\";s:1:\"l\";s:35:\"vulnerability_notification_sitewide\";s:1:\"h\";s:38:\"vulnerability_notification_email_admin\";s:1:\"c\";s:24:\"login_protection_enabled\";i:1;s:19:\"two_fa_forced_roles\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:11:\"contributor\";}s:28:\"enable_vulnerability_scanner\";i:1;}','yes'),(1843139,'rsssl_show_onboarding','1','no'),(1843265,'_transient_timeout_fusion_dynamic_css_d0d42008c7405757b09f4b3c9b04b27f','1667751092','no'),(1947276,'rsssl_wp_version_detected','found','no'),(1988400,'ls-remote-data-v2','a:8:{s:9:\"templates\";a:6:{s:12:\"last_updated\";s:10:\"2023-08-11\";s:4:\"html\";s:0:\"\";s:17:\"featured_interval\";i:60;s:8:\"featured\";a:3:{i:0;a:3:{s:4:\"text\";s:92:\"A full-size isometric slider with vertical transitions, custom navigation, and unique style.\";s:5:\"video\";a:1:{s:7:\"sources\";a:1:{i:0;a:2:{s:3:\"src\";s:75:\"https://layerslider.com/media/templates/featured/isometric-fantasy-game.mp4\";s:4:\"type\";s:9:\"video/mp4\";}}}s:8:\"template\";a:8:{s:6:\"handle\";s:22:\"isometric-fantasy-game\";s:8:\"released\";s:10:\"2023-08-11\";s:4:\"name\";s:22:\"Isometric Fantasy Game\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.8.0\";s:6:\"groups\";s:62:\"new,premium,slider,fullsize,landing,text,static,blendmode,loop\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/isometric-fantasy-game/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/isometric-fantasy-game.jpg\";}}i:1;a:4:{s:4:\"text\";s:226:\"We’re wishing happy Mother’s Day with this freshly released and beautifully designed website template pack! Explore our collection of other Mother’s Day-themed templates to find the perfect way to show your appreciation.\";s:5:\"video\";a:1:{s:7:\"sources\";a:1:{i:0;a:2:{s:3:\"src\";s:61:\"https://layerslider.com/media/templates/featured/flowerin.mp4\";s:4:\"type\";s:9:\"video/mp4\";}}}s:8:\"template\";a:9:{s:6:\"handle\";s:8:\"flowerin\";s:8:\"released\";s:10:\"2023-05-03\";s:4:\"name\";s:8:\"FLOWERIN\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:86:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons,popup,loop,static\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/flowerin/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/flowerin.jpg\";}s:7:\"buttons\";a:1:{i:0;a:3:{s:4:\"text\";s:25:\"Mother’s Day Collection\";s:4:\"icon\";a:0:{}s:10:\"attributes\";a:2:{s:4:\"href\";s:1:\"#\";s:20:\"data-show-collection\";s:11:\"mothers-day\";}}}}i:2;a:3:{s:4:\"text\";s:284:\"Imagine a web developer company’s introductory page with modern graphics, stunning colors, and animations that respond to every movement of the user. This is how we imagine the present and future of web graphics. Is there anything more you need to impress your website’s visitors?\";s:5:\"video\";a:1:{s:7:\"sources\";a:1:{i:0;a:2:{s:3:\"src\";s:68:\"https://layerslider.com/media/templates/featured/the-web-company.mp4\";s:4:\"type\";s:9:\"video/mp4\";}}}s:8:\"template\";a:8:{s:6:\"handle\";s:15:\"the-web-company\";s:8:\"released\";s:10:\"2023-04-17\";s:4:\"name\";s:15:\"The Web Company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:68:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/the-web-company/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/the-web-company.jpg\";}}}s:11:\"collections\";a:2:{s:6:\"active\";s:9:\"christmas\";s:5:\"items\";a:5:{s:9:\"christmas\";a:2:{s:4:\"name\";s:9:\"Christmas\";s:5:\"image\";s:76:\"https://layerslider.com/media/templates/collections/collection-christmas.jpg\";}s:11:\"mothers-day\";a:2:{s:4:\"name\";s:14:\"Mother’s Day\";s:5:\"image\";s:78:\"https://layerslider.com/media/templates/collections/collection-mothers-day.jpg\";}s:9:\"halloween\";a:2:{s:4:\"name\";s:9:\"Halloween\";s:5:\"image\";s:76:\"https://layerslider.com/media/templates/collections/collection-halloween.jpg\";}s:6:\"easter\";a:2:{s:4:\"name\";s:6:\"Easter\";s:5:\"image\";s:73:\"https://layerslider.com/media/templates/collections/collection-easter.jpg\";}s:12:\"black-friday\";a:2:{s:4:\"name\";s:27:\"Black Friday & Cyber Monday\";s:5:\"image\";s:79:\"https://layerslider.com/media/templates/collections/collection-black-friday.jpg\";}}}s:10:\"categories\";a:3:{s:7:\"sliders\";a:7:{s:4:\"name\";s:7:\"Sliders\";s:8:\"name-alt\";s:7:\"Sliders\";s:4:\"type\";s:6:\"slider\";s:8:\"supports\";a:1:{s:11:\"collections\";b:1;}s:4:\"icon\";a:2:{s:4:\"name\";s:11:\"layer-group\";s:4:\"type\";s:5:\"solid\";}s:4:\"tags\";a:8:{s:3:\"all\";a:2:{s:4:\"name\";s:3:\"All\";s:4:\"icon\";a:1:{s:4:\"name\";s:4:\"tags\";}}s:7:\"bundled\";a:2:{s:4:\"name\";s:7:\"Bundled\";s:4:\"icon\";a:1:{s:4:\"name\";s:8:\"box-open\";}}s:4:\"free\";a:2:{s:4:\"name\";s:4:\"Free\";s:4:\"icon\";a:1:{s:4:\"name\";s:4:\"gift\";}}s:6:\"slider\";a:2:{s:4:\"name\";s:6:\"Slider\";s:4:\"icon\";a:1:{s:4:\"name\";s:18:\"gallery-thumbnails\";}}s:7:\"landing\";a:2:{s:4:\"name\";s:10:\"Hero Scene\";s:4:\"icon\";a:1:{s:4:\"name\";s:7:\"desktop\";}}s:7:\"website\";a:2:{s:4:\"name\";s:7:\"Website\";s:4:\"icon\";a:1:{s:4:\"name\";s:14:\"globe-americas\";}}s:14:\"specialeffects\";a:2:{s:4:\"name\";s:15:\"Special Effects\";s:4:\"icon\";a:1:{s:4:\"name\";s:9:\"snowflake\";}}s:6:\"addons\";a:2:{s:4:\"name\";s:7:\"Add-Ons\";s:4:\"icon\";a:1:{s:4:\"name\";s:12:\"puzzle-piece\";}}}s:5:\"items\";a:119:{s:15:\"bike-parts-shop\";a:7:{s:8:\"released\";s:10:\"2023-08-11\";s:4:\"name\";s:15:\"Bike Parts Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.8.0\";s:6:\"groups\";s:53:\"new,premium,slider,fullsize,landing,text,website,pack\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/bike-parts-shop/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/bike-parts-shop.jpg\";}s:22:\"isometric-fantasy-game\";a:7:{s:8:\"released\";s:10:\"2023-08-11\";s:4:\"name\";s:22:\"Isometric Fantasy Game\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.8.0\";s:6:\"groups\";s:62:\"new,premium,slider,fullsize,landing,text,static,blendmode,loop\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/isometric-fantasy-game/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/isometric-fantasy-game.jpg\";}s:18:\"nature-photography\";a:7:{s:8:\"released\";s:10:\"2023-05-23\";s:4:\"name\";s:18:\"Nature Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.6\";s:6:\"groups\";s:66:\"new,premium,slider,fullsize,landing,text,static,blendmode,parallax\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/nature-photography/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/nature-photography.jpg\";}s:8:\"flowerin\";a:8:{s:8:\"released\";s:10:\"2023-05-03\";s:4:\"name\";s:8:\"FLOWERIN\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:86:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons,popup,loop,static\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/flowerin/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/flowerin.jpg\";}s:15:\"the-web-company\";a:7:{s:8:\"released\";s:10:\"2023-04-17\";s:4:\"name\";s:15:\"The Web Company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:68:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/the-web-company/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/the-web-company.jpg\";}s:17:\"style-and-fashion\";a:7:{s:8:\"released\";s:10:\"2023-03-29\";s:4:\"name\";s:15:\"Style & Fashion\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.9\";s:6:\"groups\";s:60:\"new,premium,slider,fullsize,landing,blendmode,specialeffects\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/style-and-fashion/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/style-and-fashion.jpg\";}s:24:\"scrolling-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:19:\"Scrolling Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/scrolling-christmas-2022/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/scrolling-christmas-2022.jpg\";}s:22:\"christmas-baubles-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:17:\"Christmas Baubles\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/christmas-baubles-2022/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/christmas-baubles-2022.jpg\";}s:20:\"sweet-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:15:\"Sweet Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/sweet-christmas-2022/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/sweet-christmas-2022.jpg\";}s:19:\"happy-holidays-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:14:\"Happy Holidays\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/happy-holidays-2022/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/happy-holidays-2022.jpg\";}s:25:\"christmas-decoration-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:20:\"Christmas Decoration\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/christmas-decoration-2022/\";s:7:\"preview\";s:69:\"https://layerslider.com/media/templates/christmas-decoration-2022.jpg\";}s:12:\"four-seasons\";a:7:{s:8:\"released\";s:10:\"2022-12-02\";s:4:\"name\";s:12:\"Four Seasons\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:48:\"new,premium,fullsize,landing,text,specialeffects\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/four-seasons/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/four-seasons.jpg\";}s:5:\"fairy\";a:7:{s:8:\"released\";s:10:\"2022-11-30\";s:4:\"name\";s:25:\"FAIRY - a magical company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:50:\"new,premium,landing,parallax,specialeffects,addons\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/fairy/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/fairy.jpg\";}s:13:\"sweet-candies\";a:7:{s:8:\"released\";s:10:\"2022-11-23\";s:4:\"name\";s:13:\"Sweet Candies\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:39:\"new,premium,landing,pack,website,addons\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/sweet-candies/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/sweet-candies.jpg\";}s:22:\"scroll-transition-demo\";a:7:{s:8:\"released\";s:10:\"2022-08-03\";s:4:\"name\";s:22:\"Scroll Transition Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:7:\"7.3.0b1\";s:6:\"groups\";s:61:\"new,premium,slider,fullsize,specialeffects,experiments,addons\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/scroll-transition-demo/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/scroll-transition-demo.jpg\";}s:17:\"modern-furnitures\";a:7:{s:8:\"released\";s:10:\"2022-07-19\";s:4:\"name\";s:17:\"Modern Furnitures\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.5\";s:6:\"groups\";s:54:\"new,premium,parallax,specialeffects,loop,static,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/modern-furnitures/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/modern-furnitures.jpg\";}s:14:\"f-and-p-juices\";a:7:{s:8:\"released\";s:10:\"2022-06-27\";s:4:\"name\";s:10:\"F&P Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:56:\"new,premium,specialeffects,landing,pack,website,parallax\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/f-and-p-juices/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/f-and-p-juices.jpg\";}s:14:\"save-the-world\";a:7:{s:8:\"released\";s:10:\"2022-05-02\";s:4:\"name\";s:14:\"Save the World\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:49:\"new,premium,sliders,specialeffects,static,landing\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/save-the-world/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/save-the-world.jpg\";}s:7:\"new-era\";a:7:{s:8:\"released\";s:10:\"2022-04-21\";s:4:\"name\";s:7:\"New Era\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.0\";s:6:\"groups\";s:64:\"new,premium,sliders,specialeffects,parallax,loop,fullwidth,blend\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/new-era/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/new-era.jpg\";}s:15:\"virtual-reality\";a:7:{s:8:\"released\";s:10:\"2022-03-21\";s:4:\"name\";s:15:\"Virtual Reality\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:49:\"premium,sliders,specialeffects,parallax,loop,text\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/virtual-reality/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/virtual-reality.jpg\";}s:12:\"fruit-juices\";a:7:{s:8:\"released\";s:10:\"2022-02-21\";s:4:\"name\";s:12:\"Fruit Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:39:\"premium,sliders,specialeffects,parallax\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fruit-juices/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fruit-juices.jpg\";}s:12:\"before-after\";a:7:{s:8:\"released\";s:10:\"2022-02-14\";s:4:\"name\";s:14:\"Before | After\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:32:\"premium,sliders,experiments,text\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/before-after/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/before-after.jpg\";}s:16:\"panoramic-slider\";a:7:{s:8:\"released\";s:10:\"2022-02-08\";s:4:\"name\";s:16:\"Panoramic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/panoramic-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/panoramic-slider.jpg\";}s:20:\"modern-home-for-sale\";a:7:{s:8:\"released\";s:10:\"2022-01-25\";s:4:\"name\";s:20:\"Modern Home for Sale\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:41:\"new,premium,sliders,text,landing,parallax\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/modern-home-for-sale/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/modern-home-for-sale.jpg\";}s:22:\"day-and-night-on-earth\";a:7:{s:8:\"released\";s:10:\"2022-01-17\";s:4:\"name\";s:22:\"Day and Night on Earth\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:34:\"new,premium,sliders,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/day-and-night-on-earth/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/day-and-night-on-earth.jpg\";}s:16:\"cosmetics-slider\";a:7:{s:8:\"released\";s:10:\"2022-01-11\";s:4:\"name\";s:16:\"Cosmetics Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/cosmetics-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/cosmetics-slider.jpg\";}s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:50:\"premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:8:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:34:\"free,landing,sliders,parallax,loop\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/love-with-flowers/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:43:\"premium,landing,blend,static,specialeffects\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/people/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:20:\"premium,slider,blend\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/music-is-my-life/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/team-showcase/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:23:\"premium,landing,website\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/furniture-shop/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/product-banner/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/architecture-slider/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/product-showcase-light/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fashion-shop/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:51:\"premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/pixel-agency/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:26:\"free,fullwidth,slider,text\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/mode-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:41:\"premium,fullsize,landing,pack,static,text\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/mountain-bike/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"premium,slider,static,text,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/aerial-photography/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:42:\"free,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/xmas-2019/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/creative-portraits/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/parallax-city/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/cybertruck/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/summer-collection/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:8:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/discover-the-details/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/rainforest/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:63:\"https://layerslider.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/vintage-photos/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/aquarium/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/what-is-the-time/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/personal-page-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/dynamic-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/colorful-cases/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:8:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/global-hover-example/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/gastronomy/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/police-lights/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:56:\"https://layerslider.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:67:\"https://layerslider.com/media/templates/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-2/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v6/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-1/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/anniversary-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/origami/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/origami-buildings/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/autumn-experiment/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/furniture-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/room-experiment/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/drag-n-drop/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/headphones/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/play-by-scroll/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/sky-experience/\";s:7:\"preview\";s:47:\"https://layerslider.com/media/templates/sky.jpg\";}s:9:\"halloween\";a:7:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/happy-halloween/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/creative-agency/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/interactive-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/ecommerce/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/landing-page/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/hiking/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/movie-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/photo-studio/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/shoes/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mini-cooper.jpg\";}s:4:\"xmas\";a:7:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/merry-christmas/\";s:7:\"preview\";s:48:\"https://layerslider.com/media/templates/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/vintage-clock/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/car-show/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/carousel/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/parallax-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/simple-slider/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/image-slideshow/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/client-testimonials/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/fixed-background/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v5/\";s:7:\"preview\";s:46:\"https://layerslider.com/media/templates/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/video-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/restort/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/resort.jpg\";}}}s:15:\"kreatura-popups\";a:7:{s:4:\"name\";s:6:\"Popups\";s:8:\"name-alt\";s:20:\"Popups from Kreatura\";s:4:\"type\";s:5:\"popup\";s:8:\"supports\";a:1:{s:11:\"collections\";b:1;}s:4:\"icon\";a:2:{s:4:\"name\";s:15:\"window-maximize\";s:4:\"type\";s:7:\"regular\";}s:4:\"tags\";a:7:{s:3:\"all\";a:2:{s:4:\"name\";s:3:\"All\";s:4:\"icon\";a:1:{s:4:\"name\";s:4:\"tags\";}}s:12:\"notification\";a:2:{s:4:\"name\";s:12:\"Notification\";s:4:\"icon\";a:1:{s:4:\"name\";s:11:\"info-circle\";}}s:9:\"promotion\";a:2:{s:4:\"name\";s:9:\"Promotion\";s:4:\"icon\";a:1:{s:4:\"name\";s:6:\"tshirt\";}}s:8:\"seasonal\";a:2:{s:4:\"name\";s:8:\"Seasonal\";s:4:\"icon\";a:1:{s:4:\"name\";s:14:\"tree-decorated\";}}s:6:\"social\";a:2:{s:4:\"name\";s:6:\"Social\";s:4:\"icon\";a:1:{s:4:\"name\";s:9:\"share-alt\";}}s:10:\"fullscreen\";a:2:{s:4:\"name\";s:10:\"Fullscreen\";s:4:\"icon\";a:1:{s:4:\"name\";s:6:\"expand\";}}s:5:\"other\";a:2:{s:4:\"name\";s:5:\"Other\";s:4:\"icon\";a:1:{s:4:\"name\";s:10:\"ellipsis-h\";}}}s:5:\"items\";a:20:{s:22:\"mothers-day-2023-popup\";a:9:{s:8:\"released\";s:10:\"2023-05-03\";s:4:\"name\";s:19:\"Mother’s Day 2023\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:36:\"premium,new,popup,seasonal,promotion\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#mothers-day-2023-popup\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/mothers-day-2023-popup.jpg\";}s:26:\"happy-fluffy-holidays-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:22:\"Happy Fluffy Holidays!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/popups/#happy-fluffy-holidays-2022\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/happy-fluffy-holidays-2022.jpg\";}s:31:\"christmas-decoration-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:26:\"Christmas Decoration Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:63:\"https://layerslider.com/popups/#christmas-decoration-popup-2022\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/christmas-decoration-popup-2022.jpg\";}s:20:\"christmas-bottom-bar\";a:9:{s:8:\"released\";s:10:\"2021-12-20\";s:4:\"name\";s:20:\"Christmas Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.0.0\";s:6:\"groups\";s:32:\"premium,popup,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-bottom-bar\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-bottom-bar.jpg\";}s:17:\"black-friday-2020\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"premium,popup,promotion,seasonal\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:49:\"https://layerslider.com/popups/#black-friday-2020\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:43:\"premium,parallax,popup,loop,filter,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:23:\"premium,popup,promotion\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:24:\"premium,popup,api,social\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:37:\"premium,popup,parallax,loop,promotion\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:56:\"premium,popup,experiments,blendmode,text,promotion,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:28:\"premium,popup,kenburns,other\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,static,promotion\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:59:\"premium,popup,experiments,text,promotion,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:60:\"premium,popup,experiments,fullsize,parallax,fullscreen,other\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:44:\"premium,popup,experiments,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}}}s:19:\"webshopworks-popups\";a:7:{s:4:\"name\";s:12:\"WebshopWorks\";s:8:\"name-alt\";s:24:\"Popups from WebshopWorks\";s:4:\"type\";s:5:\"popup\";s:8:\"supports\";a:1:{s:11:\"collections\";b:1;}s:4:\"icon\";a:1:{s:4:\"name\";s:13:\"message-image\";}s:4:\"tags\";a:11:{s:3:\"all\";a:2:{s:4:\"name\";s:3:\"All\";s:4:\"icon\";a:1:{s:4:\"name\";s:4:\"tags\";}}s:10:\"newsletter\";a:2:{s:4:\"name\";s:10:\"Newsletter\";s:4:\"icon\";a:1:{s:4:\"name\";s:8:\"envelope\";}}s:5:\"sales\";a:2:{s:4:\"name\";s:5:\"Sales\";s:4:\"icon\";a:1:{s:4:\"name\";s:7:\"percent\";}}s:11:\"exit-intent\";a:2:{s:4:\"name\";s:11:\"Exit-intent\";s:4:\"icon\";a:1:{s:4:\"name\";s:9:\"door-open\";}}s:10:\"contact-us\";a:2:{s:4:\"name\";s:10:\"Contact Us\";s:4:\"icon\";a:1:{s:4:\"name\";s:12:\"user-friends\";}}s:6:\"social\";a:2:{s:4:\"name\";s:6:\"Social\";s:4:\"icon\";a:1:{s:4:\"name\";s:9:\"share-alt\";}}s:16:\"age-verification\";a:2:{s:4:\"name\";s:16:\"Age-verification\";s:4:\"icon\";a:1:{s:4:\"name\";s:10:\"user-check\";}}s:8:\"seasonal\";a:2:{s:4:\"name\";s:8:\"Seasonal\";s:4:\"icon\";a:1:{s:4:\"name\";s:14:\"tree-decorated\";}}s:6:\"coupon\";a:2:{s:4:\"name\";s:7:\"Coupons\";s:4:\"icon\";a:1:{s:4:\"name\";s:10:\"ticket-alt\";}}s:9:\"promotion\";a:2:{s:4:\"name\";s:9:\"Promotion\";s:4:\"icon\";a:1:{s:4:\"name\";s:6:\"tshirt\";}}s:10:\"fullscreen\";a:2:{s:4:\"name\";s:10:\"Fullscreen\";s:4:\"icon\";a:1:{s:4:\"name\";s:6:\"expand\";}}}s:5:\"items\";a:69:{s:29:\"wonderful-holidays-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:18:\"Wonderful Holidays\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:74:\"https://layerslider.com/popups/webshopworks/#wonderful-holidays-popup-2022\";s:7:\"preview\";s:93:\"https://layerslider.com/media/templates/webshopworks-popups/wonderful-holidays-popup-2022.jpg\";}s:26:\"christmas-gifts-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:21:\"Christmas Gifts Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:71:\"https://layerslider.com/popups/webshopworks/#christmas-gifts-popup-2022\";s:7:\"preview\";s:90:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-gifts-popup-2022.jpg\";}s:17:\"black-friday-sale\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:8:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:72:\"https://layerslider.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:91:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:8:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:8:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:8:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:8:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:8:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:8:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:8:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:8:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:52:\"https://layerslider.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:71:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:8:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:8:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:8:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:8:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#discount\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:67:\"https://layerslider.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:86:\"https://layerslider.com/media/templates/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:60:\"https://layerslider.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:79:\"https://layerslider.com/media/templates/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:49:\"https://layerslider.com/popups/webshopworks/#mail\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:51:\"https://layerslider.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:64:\"https://layerslider.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:83:\"https://layerslider.com/media/templates/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:8:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:8:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:8:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:8:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:8:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:8:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:8:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:8:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:8:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:8:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:8:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/join-the-community.jpg\";}}}}}s:13:\"notifications\";a:0:{}s:7:\"modules\";a:11:{s:6:\"assets\";a:3:{s:4:\"name\";s:6:\"Assets\";s:6:\"handle\";s:12:\"assets-1.0.6\";s:5:\"files\";a:1:{s:2:\"js\";s:13:\"assets.min.js\";}}s:5:\"pixie\";a:3:{s:4:\"name\";s:12:\"Image Editor\";s:6:\"handle\";s:11:\"pixie-2.0.8\";s:5:\"files\";a:2:{s:3:\"css\";s:14:\"styles.min.css\";s:2:\"js\";s:14:\"scripts.min.js\";}}s:14:\"font-awesome-5\";a:4:{s:4:\"name\";s:14:\"Font Awesome 5\";s:4:\"icon\";s:12:\"font-awesome\";s:6:\"handle\";s:19:\"font-awesome-5.15.3\";s:4:\"file\";s:8:\"icons.js\";}s:14:\"font-awesome-6\";a:4:{s:4:\"name\";s:14:\"Font Awesome 6\";s:4:\"icon\";s:14:\"font-awesome-6\";s:6:\"handle\";s:18:\"font-awesome-6.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:8:\"ionicons\";a:4:{s:4:\"name\";s:8:\"Ionicons\";s:4:\"icon\";s:8:\"ionicons\";s:6:\"handle\";s:14:\"ionicons-5.5.1\";s:4:\"file\";s:8:\"icons.js\";}s:12:\"line-awesome\";a:4:{s:4:\"name\";s:12:\"Line Awesome\";s:4:\"icon\";s:6:\"icons8\";s:6:\"handle\";s:17:\"lineawesome-1.3.0\";s:4:\"file\";s:8:\"icons.js\";}s:15:\"material-filled\";a:4:{s:4:\"name\";s:15:\"Material Filled\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:21:\"material-filled-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:17:\"material-outlined\";a:4:{s:4:\"name\";s:17:\"Material Outlined\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:23:\"material-outlined-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:16:\"material-rounded\";a:4:{s:4:\"name\";s:16:\"Material Rounded\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:22:\"material-rounded-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:14:\"material-sharp\";a:4:{s:4:\"name\";s:14:\"Material Sharp\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:20:\"material-sharp-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:16:\"material-twotone\";a:4:{s:4:\"name\";s:17:\"Material Two Tone\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:22:\"material-twotone-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}}s:11:\"release-log\";s:10361:\"<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.8.0\n			<ls-small>Aug 11, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Introducing Smart Background, a new feature that allows you to customize how layer backgrounds behave. You can detach the background from a layer to create an effect as if you were looking through the layer - like a window - to the background. For example, you can create mosaic-like images when used with multiple layers. <a target=\"_blank\" href=\"https://layerslider.com/blog/introducing-smart-background/\">Read our blog post</a> to see examples and learn more.</ls-li><ls-li>The whole project editor interface received countless improvements to enhance user experience and accessibility significantly. From clicking into option fields to selecting text, all behave more naturally. For example, text fields won\'t lose focus when clicking certain interface elements, smaller fields automatically expand to make room for longer values, etc. By popular demand, the active slide has also received a much more noticeable highlight.</ls-li><ls-li>A lot of additional transition properties can now handle random values. In addition to the already existing random feature, which picks a number from a range between two numbers, you can now also provide a list of fixed values to choose from randomly. They have a new, shorter, and easier syntax. Clicking the + sign next to a transition option field will reveal and provide examples for both.</ls-li><ls-li>Scroll Transition offers new transition properties: Alternate Transform Origin, Reverse Easing, and Reverse Duration. These allow you to drastically change how a layer reacts and animates when scrolling the page back and forth.</ls-li><ls-li>The color picker now offers a way to copy and paste colors and gradients across layers, slides, and projects. It now also properly updates as you undo/redo changes.</ls-li><ls-li>Assets Library now automatically retries downloading assets in case of a failed attempt, and it also comes with additional interface improvements.</ls-li><ls-li>System Status can now recognize and properly interpret and display special PHP settings used in edge cases.</ls-li><ls-li>Improved how layers with Parallax Transition behave and eliminated some jumpiness in certain cases.</ls-li><ls-li>Added additional mouse cursor options under the STYLE menu.</ls-li><ls-li>Fixed layout issues in OS native fullscreen mode.</ls-li><ls-li>Fixed an issue that prevented animating certain Ending Transition effects on slide change.</ls-li><ls-li>Fixed distorted images in the editor in rare and special cases depending on the zoom levels.</ls-li><ls-li>Fixed layer style filters not properly restored after cycling through slides.</ls-li><ls-li>Fixed the filter editor popup not correctly parsing special values in some cases.</ls-li><ls-li>Fixed an issue in the layers list that sometimes did not correctly reflect the selected layers in multi-select mode.</ls-li><ls-li>Lots of other small improvements and bug fixes under-the-hood.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.11\n			<ls-small>Jul 14, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed dynamic layers and other issues caused by the previous security update.</ls-li><ls-li>Significant rendering performance improvements for Chrome.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.10\n			<ls-small>Jul 12, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>This update contains very important security fixes. Updating is strongly recommended. <a target=\"_blank\" href=\"https://layerslider.com/blog/important-security-update/\">Read More</a></ls-li><ls-li>Added Project Settings → Thumbnail Navigation → Thumbnail Fill Mode option.</ls-li><ls-li>Replaced Twitter feed with a brand new News section.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.9\n			<ls-small>Jul 3, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Fixed certain Popup rendering and layout issues.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.8\n			<ls-small>Jun 22, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Added 30 brand-new 2D slide transitions with unique effects.</ls-li>\n			<ls-li>Added Project Settings → Appearance → Animate First Slide option to play the selected slide transition when a project first appears. Additional options are also available to override the transition duration and time shift.</ls-li>\n			<ls-li>New keyboard shorcuts: Use Ctrl/Cmd + ←/→ to quickly change slides in the editor.</ls-li>\n			<ls-li>Significant rendering performance improvements.</ls-li>\n			<ls-li>Heavily optimized some plugin files to improve load times and reduce network traffic.</ls-li>\n			<ls-li>Videos now always use the \"cover\" fill mode.</ls-li>\n			<ls-li>Increased compatibility with older projects when importing slides and layers.</ls-li>\n			<ls-li>Prevented web browsers from caching custom CSS and Transition Builder files.</ls-li>\n			<ls-li>Fixed an issue where position adjustments didn\'t work with parallax layers.</ls-li>\n			<ls-li>Fixed an issue that affected the Backdrop Filter option.</ls-li>\n			<ls-li>Fixed the slideTimelineDidUpdate callback event \"timeline\" parameter in Project Preview.</ls-li>\n			<ls-li>User interface and under-the-hood bug fixes and improvements.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.7\n			<ls-small>Jun 6, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>LayerSlider’s Assets Library just got even better.</strong> In addition to more than 9000 objects and millions of royalty-free stock photos, it now also offers stock videos. Make your content stand out and impress your visitors with just a few clicks for free.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Improved code formatting in Event Callbacks.</ls-li>\n			<ls-li>Fixed slideTimelineDidUpdate\'s \"timeline\" parameter in Event Callbacks.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.6\n			<ls-small>May 23, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Introducing: Position Adjustments. Fine-tune layer positions in a more refined way, especially if you want to align layers relative to the bottom and right edges.</ls-li>\n			<ls-li>Significant improvements and fixes for keyboard shortcuts.</ls-li>\n			<ls-li>Fixed an issue that resulted in media playback in the background while quickly changing slides.</ls-li>\n			<ls-li>Fixed a Chrome rendering issue where videos appeared blank in rare cases.</ls-li>\n			<ls-li>Fixed some layer style properties when using a min/max responsive ratio.</ls-li>\n			<ls-li>Fixed the \"Missing Ending Transitions\" warning that sometimes appeared incorrectly.</ls-li>\n			<ls-li>Other under-the-hood changes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.5\n			<ls-small>May 8, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>Ready to make your designs stand out?</strong> LayerSlider’s Assets Library just got a major upgrade and now offers millions of new royalty-free stock photos to choose from. Save time and impress your audience with stunning graphics in just a few clicks.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Added Project Settings → Miscellaneous → \"Fix resizing issues in special cases\" option.</ls-li>\n			<ls-li>Updated French localization. [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n			<ls-li>Fixed certain exporting issues, especially affecting the \"Export as HTML\" option.</ls-li>\n			<ls-li>Fixed a resizing issue with static layers.</ls-li>\n			<ls-li>Fixed detecting available external fonts in the editor in Safari.</ls-li>\n			<ls-li>Fixed Text Transition rendering issues in Safari.</ls-li>\n			<ls-li>Layers with text transitions now properly inherit text decoration settings.</ls-li>\n			<ls-li>Various UI and under-the-hood enhancements and bug fixes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.1\n			<ls-small>Apr 19, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>LayerSlider now fully supports WPML\'s Media Translation.&nbsp;</ls-li>\n			<ls-li>Translation features can now be adjusted under Plugin Settings → Integrations.</ls-li>\n			<ls-li>Updated French localization. [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.0\n			<ls-small>Apr 5, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>Introducing: Assets Library.</strong> Say goodbye to design roadblocks. Elevate your creative vision and easily bring your dream projects to life using our vast collection of professional assets. These pre-made graphics are designed for immediate use and can be quickly integrated into your projects with just a few clicks.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Icon, Shape, and SVG layers have new stroke color and width options.</ls-li>\n			<ls-li>Blob and Wave shapes now also support stroke.</ls-li>\n			<ls-li>Updated French localization [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n			<ls-li>The editor now automatically detects certain transition issues and offers to fix them.</ls-li>\n			<ls-li>Significant rendering performance optimizations.</ls-li>\n			<ls-li>Improved automatic layer naming.</ls-li>\n			<ls-li>Improved layer preview in the layers list.</ls-li>\n			<ls-li>Improved SVG source normalization for better layer scaling.</ls-li>\n			<ls-li>SVG files dropped onto the editor now preserve their original sizes.</ls-li>\n			<ls-li>Fixed linked Video / Audio layers’ transition issues.</ls-li>\n			<ls-li>Fixed many undo/redo issues.</ls-li>\n			<ls-li>Fixed many multiple-selection mode issues.</ls-li>\n			<ls-li>Fixed a very rare import issue due to file name normalization.</ls-li>\n			<ls-li>Fixed Safari rendering issues with pinned layers.</ls-li>\n			<ls-li>Fixed an issue when opening Popups with specific slides.</ls-li>\n			<ls-li>Eliminated countless under-the-hood bugs.</ls-li>\n			<ls-li>Lots of small UI and other improvements.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\";s:16:\"important-notice\";b:0;s:14:\"latest-version\";s:5:\"7.8.0\";s:19:\"latest-version-date\";s:10:\"2023-08-11\";s:17:\"license-box-order\";i:0;}','no'),(1988401,'ls-remote-data-v2-updated','1694645640','no'),(2173623,'wp_smush_pre_3_12_6_site','3.12.5','no'),(2241432,'wpforms_settings','a:5:{s:13:\"modern-markup\";s:1:\"0\";s:20:\"modern-markup-is-set\";b:1;s:20:\"lite-connect-enabled\";b:1;s:26:\"lite-connect-enabled-since\";i:1721621486;s:26:\"lite-connect-enabled-email\";s:22:\"email_jeb@fastmail.com\";}','yes'),(2241447,'awb_site_data_status','a:2:{s:6:\"status\";s:11:\"show_notice\";s:4:\"date\";s:0:\"\";}','yes'),(2241605,'updraftplus_version','1.23.9','yes'),(2241608,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1a704a7576f68baf217e26942eb3eff1\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(2241609,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-46e47bac8d8cb06ee67d446eddb5f116\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(2241610,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-55627414e780478f960d6f84073c9a74\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2241611,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-3c6269b36d824c33b67e485331297730\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2241612,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7ef9fa42dc9f8526b7d7947cd8cd358b\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:7:\"user_id\";s:64:\"fd18d19d13985d6e710bc0e9de1f31912119cc4e724b5a6652381eb8b5bd941f\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:213:\"ya29.a0Ael9sCP6BA5o2gS6bQxFPdVzSXQcDQAUOw5oP0SrM8CkGGasXmPOhORNKOJqjYtZLO24m-eisY2fTMoZMIOgqX9EJ6aZrwUbT2TiJE7Pew0Xz6mevx7hP0Tu0gdW497Ce4bUVAoGMgf9ywuh5_hVgl2evwo6ujAaCgYKAUESARESFQF4udJhHirdwLS_GAJl12IM5PG5tQ0166\";s:7:\"created\";i:1680482472;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1680486041;s:9:\"ownername\";s:10:\"Jeb Brooks\";s:10:\"owneremail\";s:22:\"mr.jebbrooks@gmail.com\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(2241613,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241614,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-93790c6044d4a824b116bf2fdb78f0e0\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(2241615,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241616,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241617,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241618,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241619,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241620,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-759b627231e48b9d6ca7d58a9b5e9bbc\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";s:19:\"bucket_access_style\";s:10:\"path_style\";}}}','yes'),(2241621,'updraft_pcloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(2241622,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-99b88483adbd01af6499cccc157d0949\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2241623,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-201a23ccdf46e217630a9a69f898508c\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}','yes'),(2241624,'updraftplus-addons_siteid','11e8db410c787c05e947888082d71598','no'),(2241633,'updraft_retain_extrarules','a:0:{}','yes'),(2241634,'updraft_email','','yes'),(2241635,'updraft_report_warningsonly','a:0:{}','yes'),(2241636,'updraft_report_wholebackup','a:0:{}','yes'),(2241637,'updraft_extradbs','a:0:{}','yes'),(2241638,'updraft_include_more_path','a:0:{}','yes'),(2241639,'updraft_interval','manual','yes'),(2241640,'updraft_retain','2','yes'),(2241641,'updraft_interval_database','manual','yes'),(2241642,'updraft_retain_db','2','yes'),(2241643,'updraft_include_plugins','1','yes'),(2241644,'updraft_include_themes','1','yes'),(2241645,'updraft_include_uploads','1','yes'),(2241646,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(2241647,'updraft_include_others','1','yes'),(2241648,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(2241649,'updraft_split_every','400','yes'),(2241650,'updraft_delete_local','1','yes'),(2241651,'updraft_dir','updraft','yes'),(2241652,'updraft_service','','yes'),(2241653,'updraft_debug_mode','0','yes'),(2241654,'updraft_ssl_useservercerts','0','yes'),(2241655,'updraft_ssl_disableverify','0','yes'),(2241656,'updraft_ssl_nossl','0','yes'),(2241661,'updraftplus_tour_cancelled_on','premium','yes'),(2241662,'updraft_lastmessage','Deleting old log file: log.3b8df0d39b2c.txt (Jun 10 17:40:09)','yes'),(2241663,'updraftplus_unlocked_fd','1','no'),(2241664,'updraftplus_last_lock_time_fd','2023-05-01 02:22:44','no'),(2241665,'updraftplus_semaphore_fd','0','no'),(2241666,'updraft_last_scheduled_fd','1682907764','yes'),(2241679,'updraft_backup_history','a:2:{i:1682907764;a:41:{s:7:\"plugins\";a:1:{i:0;s:65:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-plugins.zip\";}s:12:\"plugins-size\";i:71182404;s:6:\"themes\";a:1:{i:0;s:64:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-themes.zip\";}s:11:\"themes-size\";i:16337106;s:7:\"uploads\";a:23:{i:0;s:65:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads.zip\";i:1;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads2.zip\";i:2;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads3.zip\";i:3;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads4.zip\";i:4;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads5.zip\";i:5;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads6.zip\";i:6;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads7.zip\";i:7;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads8.zip\";i:8;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads9.zip\";i:9;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads10.zip\";i:10;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads11.zip\";i:11;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads12.zip\";i:12;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads13.zip\";i:13;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads14.zip\";i:14;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads15.zip\";i:15;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads16.zip\";i:16;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads17.zip\";i:17;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads18.zip\";i:18;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads19.zip\";i:19;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads20.zip\";i:20;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads21.zip\";i:21;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads22.zip\";i:22;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads23.zip\";}s:12:\"uploads-size\";i:399602174;s:13:\"uploads1-size\";i:424848274;s:13:\"uploads2-size\";i:295991365;s:13:\"uploads3-size\";i:410364703;s:13:\"uploads4-size\";i:413095799;s:13:\"uploads5-size\";i:416475608;s:13:\"uploads6-size\";i:442294149;s:13:\"uploads7-size\";i:413621842;s:13:\"uploads8-size\";i:411961743;s:13:\"uploads9-size\";i:424150064;s:14:\"uploads10-size\";i:406578812;s:14:\"uploads11-size\";i:417964280;s:14:\"uploads12-size\";i:435484660;s:14:\"uploads13-size\";i:439004501;s:14:\"uploads14-size\";i:435376181;s:14:\"uploads15-size\";i:423468271;s:14:\"uploads16-size\";i:407311450;s:14:\"uploads17-size\";i:412850262;s:14:\"uploads18-size\";i:403266631;s:14:\"uploads19-size\";i:406992035;s:14:\"uploads20-size\";i:423786781;s:14:\"uploads21-size\";i:456189403;s:14:\"uploads22-size\";i:258774571;s:6:\"others\";a:1:{i:0;s:64:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-others.zip\";}s:11:\"others-size\";i:2861632;s:2:\"db\";s:59:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-db.gz\";s:7:\"db-size\";i:3025819;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:27:{s:8:\"plugins0\";s:40:\"d81cbaf4448de4e582c17d5de605f4de3cebb4ab\";s:7:\"themes0\";s:40:\"ff1c212916eb3c6ce4fd7ec6f1139c06bb3a156d\";s:8:\"uploads0\";s:40:\"d99ff617dba5d0675efade7be1d127f04ebbeaff\";s:8:\"uploads1\";s:40:\"781c85f2415e923cb1135c4f1e404c3c6d2297e4\";s:8:\"uploads2\";s:40:\"904ed4d796146f595f576b8e724c0886bb710e33\";s:8:\"uploads3\";s:40:\"8617c6a2092fc7ce77f1ea715f96dbabbdce8836\";s:8:\"uploads4\";s:40:\"93b098ce38171c28bf9a082b695411abc2566488\";s:8:\"uploads5\";s:40:\"bef9c42115fbe5a29e08983294e7bb38ae490303\";s:8:\"uploads6\";s:40:\"4759cb583776be8da2edc98b4e89849a11bfa6c5\";s:8:\"uploads7\";s:40:\"d31e9b9bd4bcf2573d47514325788cdf6fca36cb\";s:8:\"uploads8\";s:40:\"7f7c8c9033e1cc7e450ff1c9fdf4c05e1181c796\";s:8:\"uploads9\";s:40:\"e5232fe46fddca7906ee46387cd5be0487ec35f9\";s:9:\"uploads10\";s:40:\"8c900b06a4407d56b08d8670ea71c0f7767cb9d4\";s:9:\"uploads11\";s:40:\"a7da4fa21c0cfe008a21f7c5f07a1608b22cc88c\";s:9:\"uploads12\";s:40:\"be6fa9669eead775524aa944fbb58985e77dba79\";s:9:\"uploads13\";s:40:\"feba29fbec67e891135b90e4f854e784e1f76d05\";s:9:\"uploads14\";s:40:\"f7e1a214607914cd2da5f81b0155fdd7025a6f67\";s:9:\"uploads15\";s:40:\"ad93ef770c821e481cbf94b8d77ccf8e1025d233\";s:9:\"uploads16\";s:40:\"3501fefef909b8922d5256c36d782fa3b8e2f9cc\";s:9:\"uploads17\";s:40:\"d0219c1a747238222f7f9779addfd188b8405eee\";s:9:\"uploads18\";s:40:\"02c5dcd0204f8b00fe97d7ae47b733c716f67c5d\";s:9:\"uploads19\";s:40:\"61bd32e357224332612becbc906874937a021221\";s:9:\"uploads20\";s:40:\"f03c33b62da8d83207394bc7c6dc4ea15650025e\";s:9:\"uploads21\";s:40:\"be43ab0142ada0950a2501e18912e80cd887fb47\";s:9:\"uploads22\";s:40:\"0df99ba01049a59a3056c20f86e8b91551fdcdc7\";s:7:\"others0\";s:40:\"968e4a216b50c7b78528b04d28d90f0e539adcb2\";s:3:\"db0\";s:40:\"42bdccb00e755adaa533493c313bfae09b2d9084\";}s:6:\"sha256\";a:27:{s:8:\"plugins0\";s:64:\"1c182e89c98ff0749922560dac5035d224da7b69f5b8ddafeb54a1046c087446\";s:7:\"themes0\";s:64:\"16a8217e14e2067424c0505741ad6feb6a72b845877a44db1a039c29aa3c804b\";s:8:\"uploads0\";s:64:\"7f9dc98fa717695ccb494ca58bbdd23b3aeaad949a468e81199ced077c237d31\";s:8:\"uploads1\";s:64:\"c8db2f8c5987db57ea5cdbcbd7d844997d530648e17a48cf9e5783a78f2ecb9c\";s:8:\"uploads2\";s:64:\"6d272eb32f6d2f4a93bc15fbd9c4a86d7428f70c97f0bed1a9ed611cda455e9d\";s:8:\"uploads3\";s:64:\"326a676ab72292a62291cbd4a77f87f84ad74f497ce4e6aa513e771962552713\";s:8:\"uploads4\";s:64:\"e5c882f9ef6960da4f40e04e75c34b42811469eb78dc31d43484b92e9ec85407\";s:8:\"uploads5\";s:64:\"bf044b4114f066275ca4609084bd018c2236d4cfd4a8a9d84183392974b7ecf5\";s:8:\"uploads6\";s:64:\"f7cb532a78977d566788ff8064aef65c74c5356e2e7b222fa9b8fddc18171e62\";s:8:\"uploads7\";s:64:\"284c1736495a7ceade7455488e1fc9735aadb3a90680b420ee32dc8ffe75be13\";s:8:\"uploads8\";s:64:\"79f02b7829d40a8aa1dd40353c6cbc6b21324a4c41b2f1cdb2f6e774e71d8907\";s:8:\"uploads9\";s:64:\"d9210bf69c42b8b27772c1932d9a422f0e120bcdb703c8ce09efb94a028f2086\";s:9:\"uploads10\";s:64:\"075e34ae12e381884d56a3c0c0a258738e442f6c717c9d2e0a2233d9eecd3be3\";s:9:\"uploads11\";s:64:\"ba3363f182486fb6c920fd0cbb8e74e118c2b198d51a0b48f136fcc132381dd0\";s:9:\"uploads12\";s:64:\"f80a0ce8c10d43f98123be195b5148a4a99d36fef7323a4a6bd40fc75900fb30\";s:9:\"uploads13\";s:64:\"0be53f680d58c9502893d62946a6be2386237ec70c79113dc764cb74ba98000f\";s:9:\"uploads14\";s:64:\"47a28fb8a1e05ad41947c1cf1c0b968ad31c6cb1db238441c1672866fa896327\";s:9:\"uploads15\";s:64:\"636d95c5acea57e80e1c35a961b2e4cc64c0ff3de298554312726f7a0441b44d\";s:9:\"uploads16\";s:64:\"0c1059f77855db2fa75368f60bb16f291bb5a931c13b6fa014feb25d929468b1\";s:9:\"uploads17\";s:64:\"030f9e15db6bbb2748af126719a512590212805d08b2322cc412b35bea40a7f9\";s:9:\"uploads18\";s:64:\"9cf380fb1779edd1b5e7f2c36290c79fb4c78bb823f9d652a332203c1650f0d4\";s:9:\"uploads19\";s:64:\"ba4d8b8284513eb9a9293ace7e4715e51fc8abcdffdb21748c1ad6f5036bcbb5\";s:9:\"uploads20\";s:64:\"ad701cc33eee57c0d5d51114b409c7c0609981230287909d54bbc8aa1400c940\";s:9:\"uploads21\";s:64:\"6e506d14ba6abe36f19b772ec2eb30df774eceb6fe17d7b4db76aed4dd2a31a5\";s:9:\"uploads22\";s:64:\"3856b7b91fb99e2cc4b2595ca89f3a57ce52c4c275b1f27e55b5eba3d77ef2f9\";s:7:\"others0\";s:64:\"4b0f38ef59b33f01ef34a7841d872e128bb0ac260b0040bb0b256e428471c438\";s:3:\"db0\";s:64:\"43597885241d5a6ac1ef0df5692b223a0f2b27905aaeed97fc41ce82130ea49d\";}}s:5:\"nonce\";s:12:\"3b8df0d39b2c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1682907764;s:6:\"themes\";i:1682907905;s:7:\"uploads\";i:1682917421;s:6:\"others\";i:1682964023;}s:18:\"created_by_version\";s:6:\"1.23.3\";s:21:\"last_saved_by_version\";s:6:\"1.23.3\";s:12:\"is_multisite\";b:0;}i:1680482520;a:14:{s:7:\"uploads\";a:8:{i:3;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads4.zip\";i:1;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads2.zip\";i:6;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads7.zip\";i:2;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads3.zip\";i:5;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads6.zip\";i:4;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads5.zip\";i:0;s:65:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads.zip\";i:7;s:66:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-uploads8.zip\";}s:13:\"uploads3-size\";i:411512741;s:5:\"nonce\";s:12:\"feb966566652\";s:13:\"uploads1-size\";i:417625652;s:13:\"uploads6-size\";i:409248443;s:7:\"plugins\";a:1:{i:0;s:65:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-plugins.zip\";}s:12:\"plugins-size\";i:71443742;s:13:\"uploads2-size\";i:415758070;s:13:\"uploads5-size\";i:435593248;s:13:\"uploads4-size\";i:424724818;s:12:\"uploads-size\";i:401326874;s:13:\"uploads7-size\";i:465099051;s:6:\"themes\";a:1:{i:0;s:64:\"backup_2023-04-02-1742_CrossPoint_Church_feb966566652-themes.zip\";}s:11:\"themes-size\";i:16336641;}}','no'),(2241693,'updraft_lock_feb966566652','0','no'),(2261314,'rsssl_previous_version','9.1.3','off'),(2273709,'updraft_last_backup','a:6:{s:26:\"nonincremental_backup_time\";i:1682907764;s:11:\"backup_time\";i:1682907764;s:12:\"backup_array\";a:33:{s:7:\"plugins\";a:1:{i:0;s:65:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-plugins.zip\";}s:12:\"plugins-size\";i:71182404;s:6:\"themes\";a:1:{i:0;s:64:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-themes.zip\";}s:11:\"themes-size\";i:16337106;s:7:\"uploads\";a:23:{i:0;s:65:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads.zip\";i:1;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads2.zip\";i:2;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads3.zip\";i:3;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads4.zip\";i:4;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads5.zip\";i:5;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads6.zip\";i:6;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads7.zip\";i:7;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads8.zip\";i:8;s:66:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads9.zip\";i:9;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads10.zip\";i:10;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads11.zip\";i:11;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads12.zip\";i:12;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads13.zip\";i:13;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads14.zip\";i:14;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads15.zip\";i:15;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads16.zip\";i:16;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads17.zip\";i:17;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads18.zip\";i:18;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads19.zip\";i:19;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads20.zip\";i:20;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads21.zip\";i:21;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads22.zip\";i:22;s:67:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-uploads23.zip\";}s:12:\"uploads-size\";i:399602174;s:13:\"uploads1-size\";i:424848274;s:13:\"uploads2-size\";i:295991365;s:13:\"uploads3-size\";i:410364703;s:13:\"uploads4-size\";i:413095799;s:13:\"uploads5-size\";i:416475608;s:13:\"uploads6-size\";i:442294149;s:13:\"uploads7-size\";i:413621842;s:13:\"uploads8-size\";i:411961743;s:13:\"uploads9-size\";i:424150064;s:14:\"uploads10-size\";i:406578812;s:14:\"uploads11-size\";i:417964280;s:14:\"uploads12-size\";i:435484660;s:14:\"uploads13-size\";i:439004501;s:14:\"uploads14-size\";i:435376181;s:14:\"uploads15-size\";i:423468271;s:14:\"uploads16-size\";i:407311450;s:14:\"uploads17-size\";i:412850262;s:14:\"uploads18-size\";i:403266631;s:14:\"uploads19-size\";i:406992035;s:14:\"uploads20-size\";i:423786781;s:14:\"uploads21-size\";i:456189403;s:14:\"uploads22-size\";i:258774571;s:6:\"others\";a:1:{i:0;s:64:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-others.zip\";}s:11:\"others-size\";i:2861632;s:2:\"db\";s:59:\"backup_2023-04-30-1922_CrossPoint_Church_3b8df0d39b2c-db.gz\";s:7:\"db-size\";i:3025819;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:27:{s:8:\"plugins0\";s:40:\"d81cbaf4448de4e582c17d5de605f4de3cebb4ab\";s:7:\"themes0\";s:40:\"ff1c212916eb3c6ce4fd7ec6f1139c06bb3a156d\";s:8:\"uploads0\";s:40:\"d99ff617dba5d0675efade7be1d127f04ebbeaff\";s:8:\"uploads1\";s:40:\"781c85f2415e923cb1135c4f1e404c3c6d2297e4\";s:8:\"uploads2\";s:40:\"904ed4d796146f595f576b8e724c0886bb710e33\";s:8:\"uploads3\";s:40:\"8617c6a2092fc7ce77f1ea715f96dbabbdce8836\";s:8:\"uploads4\";s:40:\"93b098ce38171c28bf9a082b695411abc2566488\";s:8:\"uploads5\";s:40:\"bef9c42115fbe5a29e08983294e7bb38ae490303\";s:8:\"uploads6\";s:40:\"4759cb583776be8da2edc98b4e89849a11bfa6c5\";s:8:\"uploads7\";s:40:\"d31e9b9bd4bcf2573d47514325788cdf6fca36cb\";s:8:\"uploads8\";s:40:\"7f7c8c9033e1cc7e450ff1c9fdf4c05e1181c796\";s:8:\"uploads9\";s:40:\"e5232fe46fddca7906ee46387cd5be0487ec35f9\";s:9:\"uploads10\";s:40:\"8c900b06a4407d56b08d8670ea71c0f7767cb9d4\";s:9:\"uploads11\";s:40:\"a7da4fa21c0cfe008a21f7c5f07a1608b22cc88c\";s:9:\"uploads12\";s:40:\"be6fa9669eead775524aa944fbb58985e77dba79\";s:9:\"uploads13\";s:40:\"feba29fbec67e891135b90e4f854e784e1f76d05\";s:9:\"uploads14\";s:40:\"f7e1a214607914cd2da5f81b0155fdd7025a6f67\";s:9:\"uploads15\";s:40:\"ad93ef770c821e481cbf94b8d77ccf8e1025d233\";s:9:\"uploads16\";s:40:\"3501fefef909b8922d5256c36d782fa3b8e2f9cc\";s:9:\"uploads17\";s:40:\"d0219c1a747238222f7f9779addfd188b8405eee\";s:9:\"uploads18\";s:40:\"02c5dcd0204f8b00fe97d7ae47b733c716f67c5d\";s:9:\"uploads19\";s:40:\"61bd32e357224332612becbc906874937a021221\";s:9:\"uploads20\";s:40:\"f03c33b62da8d83207394bc7c6dc4ea15650025e\";s:9:\"uploads21\";s:40:\"be43ab0142ada0950a2501e18912e80cd887fb47\";s:9:\"uploads22\";s:40:\"0df99ba01049a59a3056c20f86e8b91551fdcdc7\";s:7:\"others0\";s:40:\"968e4a216b50c7b78528b04d28d90f0e539adcb2\";s:3:\"db0\";s:40:\"42bdccb00e755adaa533493c313bfae09b2d9084\";}s:6:\"sha256\";a:27:{s:8:\"plugins0\";s:64:\"1c182e89c98ff0749922560dac5035d224da7b69f5b8ddafeb54a1046c087446\";s:7:\"themes0\";s:64:\"16a8217e14e2067424c0505741ad6feb6a72b845877a44db1a039c29aa3c804b\";s:8:\"uploads0\";s:64:\"7f9dc98fa717695ccb494ca58bbdd23b3aeaad949a468e81199ced077c237d31\";s:8:\"uploads1\";s:64:\"c8db2f8c5987db57ea5cdbcbd7d844997d530648e17a48cf9e5783a78f2ecb9c\";s:8:\"uploads2\";s:64:\"6d272eb32f6d2f4a93bc15fbd9c4a86d7428f70c97f0bed1a9ed611cda455e9d\";s:8:\"uploads3\";s:64:\"326a676ab72292a62291cbd4a77f87f84ad74f497ce4e6aa513e771962552713\";s:8:\"uploads4\";s:64:\"e5c882f9ef6960da4f40e04e75c34b42811469eb78dc31d43484b92e9ec85407\";s:8:\"uploads5\";s:64:\"bf044b4114f066275ca4609084bd018c2236d4cfd4a8a9d84183392974b7ecf5\";s:8:\"uploads6\";s:64:\"f7cb532a78977d566788ff8064aef65c74c5356e2e7b222fa9b8fddc18171e62\";s:8:\"uploads7\";s:64:\"284c1736495a7ceade7455488e1fc9735aadb3a90680b420ee32dc8ffe75be13\";s:8:\"uploads8\";s:64:\"79f02b7829d40a8aa1dd40353c6cbc6b21324a4c41b2f1cdb2f6e774e71d8907\";s:8:\"uploads9\";s:64:\"d9210bf69c42b8b27772c1932d9a422f0e120bcdb703c8ce09efb94a028f2086\";s:9:\"uploads10\";s:64:\"075e34ae12e381884d56a3c0c0a258738e442f6c717c9d2e0a2233d9eecd3be3\";s:9:\"uploads11\";s:64:\"ba3363f182486fb6c920fd0cbb8e74e118c2b198d51a0b48f136fcc132381dd0\";s:9:\"uploads12\";s:64:\"f80a0ce8c10d43f98123be195b5148a4a99d36fef7323a4a6bd40fc75900fb30\";s:9:\"uploads13\";s:64:\"0be53f680d58c9502893d62946a6be2386237ec70c79113dc764cb74ba98000f\";s:9:\"uploads14\";s:64:\"47a28fb8a1e05ad41947c1cf1c0b968ad31c6cb1db238441c1672866fa896327\";s:9:\"uploads15\";s:64:\"636d95c5acea57e80e1c35a961b2e4cc64c0ff3de298554312726f7a0441b44d\";s:9:\"uploads16\";s:64:\"0c1059f77855db2fa75368f60bb16f291bb5a931c13b6fa014feb25d929468b1\";s:9:\"uploads17\";s:64:\"030f9e15db6bbb2748af126719a512590212805d08b2322cc412b35bea40a7f9\";s:9:\"uploads18\";s:64:\"9cf380fb1779edd1b5e7f2c36290c79fb4c78bb823f9d652a332203c1650f0d4\";s:9:\"uploads19\";s:64:\"ba4d8b8284513eb9a9293ace7e4715e51fc8abcdffdb21748c1ad6f5036bcbb5\";s:9:\"uploads20\";s:64:\"ad701cc33eee57c0d5d51114b409c7c0609981230287909d54bbc8aa1400c940\";s:9:\"uploads21\";s:64:\"6e506d14ba6abe36f19b772ec2eb30df774eceb6fe17d7b4db76aed4dd2a31a5\";s:9:\"uploads22\";s:64:\"3856b7b91fb99e2cc4b2595ca89f3a57ce52c4c275b1f27e55b5eba3d77ef2f9\";s:7:\"others0\";s:64:\"4b0f38ef59b33f01ef34a7841d872e128bb0ac260b0040bb0b256e428471c438\";s:3:\"db0\";s:64:\"43597885241d5a6ac1ef0df5692b223a0f2b27905aaeed97fc41ce82130ea49d\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"3b8df0d39b2c\";}','yes'),(2290033,'monsterinsights_sitenotes_installed','1684860053','yes'),(2310909,'wp_smush_global_stats','a:3:{s:25:\"rescan_required_timestamp\";i:1759204522;s:22:\"image_attachment_count\";i:22;s:22:\"optimized_images_count\";i:265;}','off'),(2310910,'wp_smush_image_sizes_state','a:2:{s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";b:1;}s:6:\"medium\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;}s:5:\"large\";a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;}s:9:\"1536x1536\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"crop\";b:0;}s:9:\"2048x2048\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"crop\";b:0;}s:12:\"medium_large\";a:2:{s:5:\"width\";i:768;s:6:\"height\";i:0;}}s:4:\"hash\";i:46247379563;}','yes'),(2315560,'wpmudev_notices','a:3:{s:7:\"plugins\";a:1:{s:5:\"smush\";i:1543100023;}s:5:\"queue\";a:1:{s:5:\"smush\";a:1:{s:8:\"giveaway\";i:1687705373;}}s:4:\"done\";a:1:{s:5:\"smush\";a:2:{s:5:\"email\";i:1572802778;s:4:\"rate\";i:1693288151;}}}','no'),(2315629,'wp-smush-optimize-list','4209,4219,4355,4378,4431,4527,4561,4620,4677','off'),(2315630,'wp-smush-reoptimize-list','','no'),(2315631,'wp-smush-error-items-list','3951,3954,3957,3960,3961,3963,3966,3969,3976,3991,3992,3993,3997,4000,4002,4003,4007,4010,4036,4037,4040,4043,4045,4048,4051,4052,4063,4064,4071,4074,4077,4081,4085,4091,4103,4121,4125,4126,4129,4139,4146,4155,4159,4161,4165,4167,4172,4173,4177,4180,4183,4187,4190,4193,4197,4199,4210,4215,4217,4222,4232,4236,4237,4240,4244,4245,4249,4251,4255,4259,4263,4264,4268,4270,4274,4275,4279,4283,4288,4290,4295,4309,4310,4315,4320,4324,4327,4331,4333,4335,4340,4342,4350,4356,4359,4367,4374,4380,4384,4387,4407,4412,4416,4417,4422,4432,4458,4472,4512,4515,4517,4522,4523,4528,4534,4540,4546,4550,4556,4562,4567,4571,4577,4581,4585,4593,4600,4605,4611,4616,4622,4628,4633,4639,4646,4652,4659,4665,4678','off'),(2315632,'wp-smush-ignored-items-list','','no'),(2315633,'wp-smush-animated-items-list','','no'),(2356131,'_transient_timeout_fusion_dynamic_css_f41cf982e5dbd6b32dcb8240e297d94f','1693172736','no'),(2357013,'asp_general_archive_option','slug','yes'),(2357017,'asp_misc_font_awesome','','yes'),(2357018,'asp_misc_facebook_assets','','yes'),(2357019,'asp_misc_media_player_style_kit','','yes'),(2357026,'updraftplus_dismisseddashnotice','1724910547','yes'),(2359767,'_transient_timeout_fusion_dynamic_css_926c446f0c330a0a58b68f1e9332b1fa','1693636936','no'),(2362309,'wp_maintenance_settings_css','#logo {text-align: center;max-width: 100%;height: auto;text-align: center;}\r\n\r\na:link {color: #_COLORTXT;text-decoration: none;}\r\na:visited {color: #_COLORTXT;text-decoration: none;}\r\na:hover, a:focus, a:active {color: #_COLORTXT;text-decoration: none;}\r\n\r\n.cptR-rec_countdown {\r\n    position: relative;\r\n    background: #_COLORCPTBG;\r\n    display: inline-block;\r\n    line-height: 100%;\r\n    min-height: 60px;\r\n    text-transform: uppercase;\r\n    text-align:center;\r\n    margin: 0.5em auto;\r\n}\r\n.wpm_ctp_sep {margin-top:1vw;}\r\n\r\nheader {background: #_COLORHEAD;}\r\n\r\n#wpm-cpt-day, #wpm-cpt-hours, #wpm-cpt-minutes, #wpm-cpt-seconds {\r\n    color: #_COLORCPT;\r\n    display: block;\r\n    font-size: #_DATESIZE;\r\n    height: 40px;\r\n    line-height: 18px;\r\n    text-align: center;\r\n    float:left;\r\n    margin:0.3em;\r\n    padding:0px;\r\n}\r\n#wpm-cpt-days-span, #wpm-cpt-hours-span, #wpm-cpt-minutes-span, #wpm-cpt-seconds-span {\r\n    color: #_COLORCPT;\r\n    font-size: 10px;\r\n    padding: 25px 5px 0 2px;\r\n}\r\n.wpm_social ul, li { background:none!important; }\r\n.wpm_horizontal li {display: inline-block;list-style: none;margin:5px;opacity:1;}\r\n.wpm_horizontal li:hover {opacity:0.5;}\r\n\r\n.wpm_social {padding: 0 45px;text-align: center;}\r\n.wpm_newletter {text-align:center;}\r\n#countdown {clear:both;margin-left:auto;margin-right:auto;text-align: center;}\r\n\r\n.footer-basic p a {\r\ncolor:#_COLOR_TXT_BT;\r\ntext-decoration:none;\r\n}\r\n.footer-basic .copyright {\r\nmargin-top:15px;\r\ntext-align:center;\r\nfont-size:13px;\r\ncolor:#aaa;\r\nmargin-bottom:0;\r\n}\r\n    ','yes'),(2362310,'wp_maintenance_settings','a:7:{s:17:\"titre_maintenance\";s:33:\"This site is down for maintenance\";s:16:\"text_maintenance\";s:18:\"Come back quickly!\";s:9:\"newletter\";i:0;s:15:\"title_newletter\";s:0:\"\";s:14:\"code_newletter\";s:0:\"\";s:14:\"type_newletter\";s:9:\"shortcode\";s:16:\"iframe_newletter\";s:0:\"\";}','yes'),(2362311,'wp_maintenance_settings_colors','a:40:{s:8:\"color_bg\";s:7:\"#f1f1f1\";s:15:\"color_bg_header\";s:7:\"#ffffff\";s:11:\"color_title\";s:7:\"#333333\";s:10:\"font_title\";s:5:\"Anton\";s:15:\"font_title_size\";s:2:\"16\";s:17:\"font_title_weigth\";s:0:\"\";s:16:\"font_title_style\";s:0:\"\";s:9:\"color_txt\";s:7:\"#333333\";s:9:\"font_text\";s:5:\"Anton\";s:14:\"font_text_size\";s:2:\"16\";s:16:\"font_text_weigth\";s:0:\"\";s:15:\"font_text_style\";s:0:\"\";s:16:\"container_active\";i:0;s:32:\"container_colorcontainer_opacity\";s:3:\"0.5\";s:15:\"container_width\";s:2:\"80\";s:9:\"color_cpt\";s:7:\"#333333\";s:12:\"color_cpt_bg\";s:7:\"#ffffff\";s:8:\"font_cpt\";s:8:\"Pacifico\";s:13:\"date_cpt_size\";s:1:\"6\";s:12:\"font_end_cpt\";s:8:\"Pacifico\";s:12:\"cpt_end_size\";s:1:\"2\";s:17:\"color_text_bottom\";s:7:\"#ffffff\";s:15:\"color_bg_bottom\";s:7:\"#333333\";s:16:\"font_text_bottom\";s:9:\"Helvetica\";s:16:\"font_bottom_size\";s:2:\"12\";s:18:\"font_bottom_weigth\";s:0:\"\";s:17:\"font_bottom_style\";s:0:\"\";s:9:\"newletter\";i:0;s:19:\"newletter_font_text\";s:9:\"Helvetica\";s:14:\"newletter_size\";s:2:\"14\";s:21:\"newletter_font_weigth\";s:0:\"\";s:20:\"newletter_font_style\";s:0:\"\";s:16:\"color_field_text\";s:7:\"#333333\";s:18:\"color_field_border\";s:7:\"#333333\";s:22:\"color_field_background\";s:7:\"#CCCCCC\";s:17:\"color_text_button\";s:7:\"#ffffff\";s:12:\"color_button\";s:7:\"#1e73be\";s:18:\"color_button_hover\";s:7:\"#ffffff\";s:20:\"color_button_onclick\";s:7:\"#ffffff\";s:18:\"remove_googlefonts\";i:0;}','yes'),(2362312,'wp_maintenance_settings_picture','a:9:{s:5:\"image\";s:87:\"https://www.crosspoint-church.com/wp-content/plugins/wp-maintenance/images/default2.png\";s:11:\"image_width\";i:450;s:12:\"image_height\";i:450;s:14:\"b_enable_image\";i:0;s:7:\"b_image\";s:0:\"\";s:15:\"b_opacity_image\";s:3:\"0.2\";s:14:\"b_repeat_image\";s:6:\"repeat\";s:13:\"b_fixed_image\";i:1;s:9:\"b_pattern\";i:0;}','yes'),(2362313,'wp_maintenance_settings_countdown','a:7:{s:10:\"active_cpt\";i:0;s:11:\"date_cpt_hh\";s:0:\"\";s:7:\"cptdate\";s:0:\"\";s:7:\"cpttime\";s:0:\"\";s:12:\"active_cpt_s\";s:0:\"\";s:7:\"disable\";s:0:\"\";s:15:\"message_cpt_fin\";s:0:\"\";}','yes'),(2362314,'wp_maintenance_settings_seo','a:4:{s:10:\"enable_seo\";i:0;s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:7:\"favicon\";s:0:\"\";}','yes'),(2362315,'wp_maintenance_settings_socialnetworks','a:7:{s:6:\"enable\";i:0;s:5:\"texte\";s:12:\"Follow me on\";s:4:\"size\";i:64;s:5:\"style\";s:6:\"style1\";s:8:\"position\";s:6:\"bottom\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:0:\"\";}','yes'),(2362316,'wp_maintenance_list_socialnetworks','a:15:{s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"about_me\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"blogger\";s:0:\"\";s:6:\"paypal\";s:0:\"\";s:5:\"email\";s:0:\"\";}','yes'),(2362317,'wp_maintenance_settings_footer','a:4:{s:13:\"enable_footer\";i:0;s:19:\"text_bt_maintenance\";s:0:\"\";s:11:\"add_wplogin\";i:0;s:17:\"add_wplogin_title\";s:0:\"\";}','yes'),(2362318,'wp_maintenance_settings_options','a:5:{s:9:\"pageperso\";i:0;s:19:\"dashboard_delete_db\";i:0;s:9:\"error_503\";i:1;s:8:\"id_pages\";s:0:\"\";s:10:\"headercode\";s:0:\"\";}','yes'),(2362321,'wp_maintenance_version','6.1.3','yes'),(2362940,'_transient_timeout_fusion_dynamic_css_45c5a846cac1b53cf6bcae0e8858acf8','1693802846','no'),(2362950,'auto_update_themes','a:0:{}','no'),(2369578,'sermonbrowser_options','YToxODp7czoxMDoidXBsb2FkX2RpciI7czoyNzoid3AtY29udGVudC91cGxvYWRzL3Nlcm1vbnMvIjtzOjEwOiJ1cGxvYWRfdXJsIjtzOjYxOiJodHRwczovL3d3dy5jcm9zc3BvaW50LWNodXJjaC5jb20vd3AtY29udGVudC91cGxvYWRzL3Nlcm1vbnMvIjtzOjExOiJwb2RjYXN0X3VybCI7czo0MToiaHR0cHM6Ly93d3cuY3Jvc3Nwb2ludC1jaHVyY2guY29tP3BvZGNhc3QiO3M6MTQ6ImRpc3BsYXlfbWV0aG9kIjtzOjc6ImR5bmFtaWMiO3M6MTY6InNlcm1vbnNfcGVyX3BhZ2UiO3M6MjoiMTAiO3M6MTk6InN0eWxlX2RhdGVfbW9kaWZpZWQiO2k6MTY5NDY1MTUyMztzOjEwOiJkYl92ZXJzaW9uIjtzOjM6IjEuNyI7czoxMToiZmlsdGVyX3R5cGUiO3M6ODoib25lY2xpY2siO3M6MTE6ImZpbHRlcl9oaWRlIjtzOjQ6ImhpZGUiO3M6MTM6ImltcG9ydF9wcm9tcHQiO2I6MTtzOjE5OiJoaWRlX25vX2F0dGFjaG1lbnRzIjtiOjA7czoxMjoiaW1wb3J0X3RpdGxlIjtiOjA7czoxMzoiaW1wb3J0X2FydGlzdCI7YjowO3M6MTI6ImltcG9ydF9hbGJ1bSI7YjowO3M6MTU6ImltcG9ydF9jb21tZW50cyI7YjowO3M6MTU6ImltcG9ydF9maWxlbmFtZSI7czo0OiJub25lIjtzOjEzOiJtcDNfc2hvcnRjb2RlIjtzOjI1OiJbYXVkaW8gbXAzPSIlU0VSTU9OVVJMJSJdIjtzOjEyOiJjb2RlX3ZlcnNpb24iO3M6NzoiMC40NS4yMSI7fQ==','yes'),(2369579,'sermonbrowser_search_template','PGRpdiBjbGFzcz0ic2VybW9uLWJyb3dzZXIiPgoJW2ZpbHRlcnNfZm9ybV0KICAgCTxkaXYgY2xhc3M9InNiLWNsZWFyIj4KCQk8aDQ+U3Vic2NyaWJlIHRvIFBvZGNhc3Q8L2g0PgoJCTx0YWJsZSBjbGFzcz0icG9kY2FzdCI+CgkJCTx0cj4KCQkJCTx0ZCBjbGFzcz0icG9kY2FzdGFsbCI+CgkJCQkJPHRhYmxlPgoJCQkJCQk8dHI+CgkJCQkJCQk8dGQgY2xhc3M9InBvZGNhc3QtaWNvbiI+PGEgaHJlZj0iW3BvZGNhc3RdIj5bcG9kY2FzdGljb25dPC9hPjwvdGQ+CgkJCQkJCQk8dGQ+PHN0cm9uZz5BbGwgc2VybW9uczwvc3Ryb25nPjxiciAvPjxhIGhyZWY9IltpdHVuZXNfcG9kY2FzdF0iPmlUdW5lczwvYT4gJmJ1bGw7IDxhIGhyZWY9Iltwb2RjYXN0XSI+T3RoZXI8L2E+PC90ZD4KCQkJCQkJPC90cj4KCQkJCQk8L3RhYmxlPgoJCQkJPHRkIHN0eWxlPSJ3aWR0aDogMmVtIj4gPC90ZD4KCQkJCTx0ZCBjbGFzcz0icG9kY2FzdGN1c3RvbSI+CgkJCQkJPHRhYmxlPgoJCQkJCQk8dHI+CgkJCQkJCQk8dGQgY2xhc3M9InBvZGNhc3QtaWNvbiI+PGEgaHJlZj0iW3BvZGNhc3RfZm9yX3NlYXJjaF0iPltwb2RjYXN0aWNvbl9mb3Jfc2VhcmNoXTwvYT48L3RkPgoJCQkJCQkJPHRkPjxzdHJvbmc+RmlsdGVyZWQgc2VybW9uczwvc3Ryb25nPjxiciAvPjxhIGhyZWY9IltpdHVuZXNfcG9kY2FzdF9mb3Jfc2VhcmNoXSI+aVR1bmVzPC9hPiAmYnVsbDsgPGEgaHJlZj0iW3BvZGNhc3RfZm9yX3NlYXJjaF0iPk90aGVyPC9hPjwvdGQ+CgkJCQkJCTwvdHI+CgkJCQkJPC90YWJsZT4KCQkJCTwvdGQ+CgkJCTwvdHI+CgkJPC90YWJsZT4KCTwvZGl2PgoJPGgyIGNsYXNzPSJzYi1jbGVhciI+U2VybW9ucyAoW3Nlcm1vbnNfY291bnRdKTwvaDI+CiAgIAk8ZGl2IGNsYXNzPSJmbG9hdHJpZ2h0Ij5bbmV4dF9wYWdlXTwvZGl2PgogICAJPGRpdiBjbGFzcz0iZmxvYXRsZWZ0Ij5bcHJldmlvdXNfcGFnZV08L2Rpdj4KCTx0YWJsZSBjbGFzcz0ic2VybW9ucyI+Cglbc2VybW9uc19sb29wXQoJCTx0cj4KCQkJPHRkIGNsYXNzPSJzZXJtb24tdGl0bGUiPltzZXJtb25fdGl0bGVdPC90ZD4KCQk8L3RyPgoJCTx0cj4KCQkJPHRkIGNsYXNzPSJzZXJtb24tcGFzc2FnZSI+W2ZpcnN0X3Bhc3NhZ2VdIChQYXJ0IG9mIHRoZSBbc2VyaWVzX2xpbmtdIHNlcmllcykuPC90ZD4KCQk8L3RyPgoJCTx0cj4KCQkJPHRkIGNsYXNzPSJmaWxlcyI+W2ZpbGVzX2xvb3BdW2ZpbGVdWy9maWxlc19sb29wXTwvdGQ+CgkJPC90cj4KCQk8dHI+CgkJCTx0ZCBjbGFzcz0iZW1iZWQiPltlbWJlZF9sb29wXVtlbWJlZF1bL2VtYmVkX2xvb3BdPC90ZD4KCQk8L3RyPgoJCTx0cj4KCQkJPHRkIGNsYXNzPSJwcmVhY2hlciI+UHJlYWNoZWQgYnkgW3ByZWFjaGVyX2xpbmtdIG9uIFtkYXRlXSAoW3NlcnZpY2VfbGlua10pLiBbZWRpdGxpbmtdPC90ZD4KCQk8L3RyPgogICAJWy9zZXJtb25zX2xvb3BdCgk8L3RhYmxlPgogICAJPGRpdiBjbGFzcz0iZmxvYXRyaWdodCI+W25leHRfcGFnZV08L2Rpdj4KICAgCTxkaXYgY2xhc3M9ImZsb2F0bGVmdCI+W3ByZXZpb3VzX3BhZ2VdPC9kaXY+CiAgIAlbY3JlZGl0bGlua10KPC9kaXY+','yes'),(2369580,'sermonbrowser_single_template','PGRpdiBjbGFzcz0ic2VybW9uLWJyb3dzZXItcmVzdWx0cyI+Cgk8aDI+W3Nlcm1vbl90aXRsZV0gPHNwYW4gY2xhc3M9InNjcmlwdHVyZSI+KFtwYXNzYWdlc19sb29wXVtwYXNzYWdlXVsvcGFzc2FnZXNfbG9vcF0pPC9zcGFuPiBbZWRpdGxpbmtdPC9oMj4KCVtwcmVhY2hlcl9pbWFnZV08c3BhbiBjbGFzcz0icHJlYWNoZXIiPltwcmVhY2hlcl9saW5rXSwgW2RhdGVdPC9zcGFuPjxiciAvPgoJUGFydCBvZiB0aGUgW3Nlcmllc19saW5rXSBzZXJpZXMsIHByZWFjaGVkIGF0IGEgW3NlcnZpY2VfbGlua10gc2VydmljZTxiciAvPgoJPGRpdiBjbGFzcz0ic2VybW9uLWRlc2NyaXB0aW9uIj5bc2VybW9uX2Rlc2NyaXB0aW9uXTwvZGl2PgoJPHAgY2xhc3M9InNlcm1vbi10YWdzIj5UYWdzOiBbdGFnc108L3A+CglbZmlsZXNfbG9vcF0KCQlbZmlsZV93aXRoX2Rvd25sb2FkXQoJWy9maWxlc19sb29wXQoJW2VtYmVkX2xvb3BdCgkJPGJyIC8+W2VtYmVkXTxiciAvPgoJWy9lbWJlZF9sb29wXQoJW3ByZWFjaGVyX2Rlc2NyaXB0aW9uXQoJPHRhYmxlIGNsYXNzPSJuZWFyYnktc2VybW9ucyI+CgkJPHRyPgoJCQk8dGggY2xhc3M9ImVhcmxpZXIiPkVhcmxpZXI6PC90aD4KCQkJPHRoPlNhbWUgZGF5OjwvdGg+CgkJCTx0aCBjbGFzcz0ibGF0ZXIiPkxhdGVyOjwvdGg+CgkJPC90cj4KCQk8dHI+CgkJCTx0ZCBjbGFzcz0iZWFybGllciI+W3ByZXZfc2VybW9uXTwvdGQ+CgkJCTx0ZD5bc2FtZWRheV9zZXJtb25dPC90ZD4KCQkJPHRkIGNsYXNzPSJsYXRlciI+W25leHRfc2VybW9uXTwvdGQ+CgkJPC90cj4KCTwvdGFibGU+CglbZXN2dGV4dF0KICAgCVtjcmVkaXRsaW5rXQo8L2Rpdj4=','yes'),(2369581,'sermonbrowser_css_style','LnNlcm1vbi1icm93c2VyIGgyIHsKCWNsZWFyOiBib3RoOwp9CgpkaXYuc2VybW9uLWJyb3dzZXIgdGFibGUsIGRpdi5zZXJtb24tYnJvd3NlciB0ZCB7Cglib3JkZXItdG9wOiBub25lOwoJYm9yZGVyLWJvdHRvbTogbm9uZTsKCWJvcmRlci1sZWZ0OiBub25lOwoJYm9yZGVyLXJpZ2h0OiBub25lOwp9CgpkaXYuc2VybW9uLWJyb3dzZXIgdHIgdGQgewoJcGFkZGluZzogNHB4IDA7Cn0KCmRpdi5zZXJtb24tYnJvd3NlciB0YWJsZS5wb2RjYXN0IHRhYmxlIHsKCW1hcmdpbjogMCAxZW07Cn0KCmRpdi5zZXJtb24tYnJvd3NlciB0ZC5zZXJtb24tdGl0bGUsIGRpdi5zZXJtb24tYnJvd3NlciB0ZC5zZXJtb24tcGFzc2FnZSB7Cglmb250LWZhbWlseTogIkhlbHZldGljYSBOZXVlIixBcmlhbCxIZWx2ZXRpY2EsIk5pbWJ1cyBTYW5zIEwiLHNhbnMtc2VyaWY7Cn0KCmRpdi5zZXJtb24tYnJvd3NlciB0YWJsZS5zZXJtb25zIHsKCXdpZHRoOiAxMDAlOwoJY2xlYXI6Ym90aDsKfQoKZGl2LnNlcm1vbi1icm93c2VyIHRhYmxlLnNlcm1vbnMgdGQuc2VybW9uLXRpdGxlIHsKCWZvbnQtd2VpZ2h0OmJvbGQ7Cglmb250LXNpemU6IDE0MCU7CglwYWRkaW5nLXRvcDogMmVtOwp9CgpkaXYuc2VybW9uLWJyb3dzZXIgdGFibGUuc2VybW9ucyB0ZC5zZXJtb24tcGFzc2FnZSB7Cglmb250LXdlaWdodDpib2xkOwoJZm9udC1zaXplOiAxMTAlOwp9CgpkaXYuc2VybW9uLWJyb3dzZXIgdGFibGUuc2VybW9ucyB0ZC5wcmVhY2hlciB7Cglib3JkZXItYm90dG9tOiAxcHggc29saWQgIzQ0NDQ0NDsKCXBhZGRpbmctYm90dG9tOiAxZW07Cn0KCmRpdi5zZXJtb24tYnJvd3NlciB0YWJsZS5zZXJtb25zIHRkLmZpbGVzIGltZyB7Cglib3JkZXI6IG5vbmU7CgltYXJnaW4tcmlnaHQ6IDI0cHg7Cn0KCnRhYmxlLnNlcm1vbmJyb3dzZXIgdGQuZmllbGRuYW1lIHsKCWZvbnQtd2VpZ2h0OmJvbGQ7CglwYWRkaW5nLXJpZ2h0OiAxMHB4OwoJdmVydGljYWwtYWxpZ246Ym90dG9tOwp9Cgp0YWJsZS5zZXJtb25icm93c2VyIHRkLmZpZWxkIGlucHV0LCB0YWJsZS5zZXJtb25icm93c2VyIHRkLmZpZWxkIHNlbGVjdHsKCXdpZHRoOiAxNzBweDsKfQoKdGFibGUuc2VybW9uYnJvd3NlciB0ZC5maWVsZCAgI2RhdGUsIHRhYmxlLnNlcm1vbmJyb3dzZXIgdGQuZmllbGQgI2VuZGRhdGUgewoJd2lkdGg6IDE1MHB4Owp9Cgp0YWJsZS5zZXJtb25icm93c2VyIHRkIHsKCXdoaXRlLXNwYWNlOiBub3dyYXA7CglwYWRkaW5nLXRvcDogNXB4OwoJcGFkZGluZy1ib3R0b206IDVweDsKfQoKdGFibGUuc2VybW9uYnJvd3NlciB0ZC5yaWdodGNvbHVtbiB7CglwYWRkaW5nLWxlZnQ6IDEwcHg7Cn0KCmRpdi5zZXJtb24tYnJvd3NlciBkaXYuZmxvYXRyaWdodCB7CglmbG9hdDogcmlnaHQKfQoKZGl2LnNlcm1vbi1icm93c2VyIGRpdi5mbG9hdGxlZnQgewoJZmxvYXQ6IGxlZnQKfQoKaW1nLnNlcm1vbi1pY29uICwgaW1nLnNpdGUtaWNvbiB7Cglib3JkZXI6IG5vbmU7Cn0KCnRhYmxlLnBvZGNhc3QgewoJbWFyZ2luOiAwIDAgMWVtIDA7Cn0KCi5wb2RjYXN0YWxsIHsKCWZsb2F0OmxlZnQ7CgliYWNrZ3JvdW5kOiAjZmZmMGM4IHVybChodHRwczovL3d3dy5jcm9zc3BvaW50LWNodXJjaC5jb20vd3AtY29udGVudC9wbHVnaW5zL3Nlcm1vbi1icm93c2VyL3BvZGNhc3RfYmFja2dyb3VuZC5wbmcpIHJlcGVhdC14OwoJcGFkZGluZzogMC41ZW07Cglmb250LXNpemU6IDFlbTsKCS1tb3otYm9yZGVyLXJhZGl1czogN3B4OwoJLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA3cHg7Cn0KCi5wb2RjYXN0Y3VzdG9tIHsKCWZsb2F0OnJpZ2h0OwoJYmFja2dyb3VuZDogI2ZjZTRmZiB1cmwoaHR0cHM6Ly93d3cuY3Jvc3Nwb2ludC1jaHVyY2guY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9zZXJtb24tYnJvd3Nlci9zYi1pbmNsdWRlcy9pY29ucy9wb2RjYXN0X2N1c3RvbV9iYWNrZ3JvdW5kLnBuZykgcmVwZWF0LXg7CglwYWRkaW5nOiAwLjVlbTsKCWZvbnQtc2l6ZTogMWVtOwoJLW1vei1ib3JkZXItcmFkaXVzOiA3cHg7Cgktd2Via2l0LWJvcmRlci1yYWRpdXM6IDdweDsKfQoKdGQucG9kY2FzdC1pY29uIHsKCXBhZGRpbmctcmlnaHQ6MWVtOwp9CgpkaXYuZmlsdGVyZWQsIGRpdi5tYWluZmlsdGVyIHsKCXRleHQtYWxpZ246IGxlZnQ7Cn0KCmRpdi5maWx0ZXIgewoJbWFyZ2luLWJvdHRvbTogMWVtOwp9CgouZmlsdGVyLWhlYWRpbmcgewoJZm9udC13ZWlnaHQ6IGJvbGQ7Cn0KCmRpdi5zZXJtb24tYnJvd3Nlci1yZXN1bHRzIHNwYW4ucHJlYWNoZXIgewoJZm9udC1zaXplOiAxMjAlOwp9CgpkaXYuc2VybW9uLWJyb3dzZXItcmVzdWx0cyBzcGFuLnNjcmlwdHVyZSB7Cglmb250LXNpemU6IDgwJTsKfQoKZGl2LnNlcm1vbi1icm93c2VyLXJlc3VsdHMgaW1nLnByZWFjaGVyIHsKCWZsb2F0OnJpZ2h0OwoJbWFyZ2luLWxlZnQ6IDFlbTsKfQoKZGl2LnNlcm1vbi1icm93c2VyLXJlc3VsdHMgZGl2LnByZWFjaGVyLWRlc2NyaXB0aW9uIHsKCW1hcmdpbi10b3A6IDAuNWVtOwp9CgpkaXYuc2VybW9uLWJyb3dzZXItcmVzdWx0cyBkaXYucHJlYWNoZXItZGVzY3JpcHRpb24gc3Bhbi5hYm91dCB7Cglmb250LXdlaWdodDogYm9sZDsKCWZvbnQtc2l6ZTogMTIwJTsKfQoKc3Bhbi5jaGFwdGVyLW51bSB7Cglmb250LXdlaWdodDogYm9sZDsKCWZvbnQtc2l6ZTogMTUwJTsKfQoKc3Bhbi52ZXJzZS1udW0gewoJdmVydGljYWwtYWxpZ246c3VwZXI7CglsaW5lLWhlaWdodDogMWVtOwoJZm9udC1zaXplOiA2NSU7Cn0KCmRpdi5lc3Ygc3Bhbi5zbWFsbC1jYXBzIHsKCWZvbnQtdmFyaWFudDogc21hbGwtY2FwczsKfQoKZGl2Lm5ldCBwLnBvZXRyeSB7Cglmb250LXN0eWxlOiBpdGFsaWM7CgltYXJnaW46IDAKfQoKZGl2LnNlcm1vbi1icm93c2VyICNwb3dlcmVkYnlzZXJtb25icm93c2VyIHsKCXRleHQtYWxpZ246Y2VudGVyOwp9CmRpdi5zZXJtb24tYnJvd3Nlci1yZXN1bHRzICNwb3dlcmVkYnlzZXJtb25icm93c2VyIHsKCXRleHQtYWxpZ246cmlnaHQ7Cn0KCnRhYmxlLm5lYXJieS1zZXJtb25zIHsKCXdpZHRoOiAxMDAlOwoJY2xlYXI6Ym90aDsKfQoKdGFibGUubmVhcmJ5LXNlcm1vbnMgdGQsIHRhYmxlLm5lYXJieS1zZXJtb25zIHRoIHsKCXRleHQtYWxpZ246IGNlbnRlcjsKfQoKdGFibGUubmVhcmJ5LXNlcm1vbnMgLmVhcmxpZXIgewoJcGFkZGluZy1yaWdodDogMWVtOwoJdGV4dC1hbGlnbjogbGVmdDsKfQoKdGFibGUubmVhcmJ5LXNlcm1vbnMgLmxhdGVyIHsKCXBhZGRpbmctbGVmdDogMWVtOwoJdGV4dC1hbGlnbjpyaWdodDsKfQoKdGFibGUubmVhcmJ5LXNlcm1vbnMgdGQgewoJd2lkdGg6IDMzJTsKCXZlcnRpY2FsLWFsaWduOiB0b3A7Cn0KCnVsLnNlcm1vbi13aWRnZXQgewoJbGlzdC1zdHlsZS10eXBlOm5vbmU7CgltYXJnaW46MDsKCXBhZGRpbmc6IDA7Cn0KCnVsLnNlcm1vbi13aWRnZXQgbGkgewoJbGlzdC1zdHlsZS10eXBlOm5vbmU7CgltYXJnaW46MDsKCXBhZGRpbmc6IDAuMjVlbSAwOwp9Cgp1bC5zZXJtb24td2lkZ2V0IGxpIHNwYW4uc2VybW9uLXRpdGxlIHsKCWZvbnQtd2VpZ2h0OmJvbGQ7Cn0KCmRpdi5zYl9lZGl0X2xpbmsgewoJZGlzcGxheTppbmxpbmU7Cn0KaDIgZGl2LnNiX2VkaXRfbGluayB7Cglmb250LXNpemU6IDgwJTsKfQoKLnNiLWNsZWFyIHsKCWNsZWFyOmJvdGg7Cn0=','yes'),(2369582,'sermonbrowser_search_output','PGRpdiBjbGFzcz0ic2VybW9uLWJyb3dzZXIiPgoJPD9waHAgc2JfcHJpbnRfZmlsdGVycygkYXR0cykgPz4KICAgCTxkaXYgY2xhc3M9InNiLWNsZWFyIj4KCQk8aDQ+U3Vic2NyaWJlIHRvIFBvZGNhc3Q8L2g0PgoJCTx0YWJsZSBjbGFzcz0icG9kY2FzdCI+CgkJCTx0cj4KCQkJCTx0ZCBjbGFzcz0icG9kY2FzdGFsbCI+CgkJCQkJPHRhYmxlPgoJCQkJCQk8dHI+CgkJCQkJCQk8dGQgY2xhc3M9InBvZGNhc3QtaWNvbiI+PGEgaHJlZj0iPD9waHAgZWNobyBzYl9nZXRfb3B0aW9uKCJwb2RjYXN0X3VybCIpID8+Ij48aW1nIGFsdD0iU3Vic2NyaWJlIHRvIGZ1bGwgcG9kY2FzdCIgdGl0bGU9IlN1YnNjcmliZSB0byBmdWxsIHBvZGNhc3QiIGNsYXNzPSJwb2RjYXN0aWNvbiIgc3JjPSI8P3BocCBlY2hvIFNCX1BMVUdJTl9VUkwgPz4vc2ItaW5jbHVkZXMvaWNvbnMvcG9kY2FzdC5wbmciLz48L2E+PC90ZD4KCQkJCQkJCTx0ZD48c3Ryb25nPkFsbCBzZXJtb25zPC9zdHJvbmc+PGJyIC8+PGEgaHJlZj0iPD9waHAgZWNobyBzdHJfcmVwbGFjZSgiaHR0cDovLyIsICJpdHBjOi8vIiwgc2JfZ2V0X29wdGlvbigicG9kY2FzdF91cmwiKSkgPz4iPmlUdW5lczwvYT4gJmJ1bGw7IDxhIGhyZWY9Ijw/cGhwIGVjaG8gc2JfZ2V0X29wdGlvbigicG9kY2FzdF91cmwiKSA/PiI+T3RoZXI8L2E+PC90ZD4KCQkJCQkJPC90cj4KCQkJCQk8L3RhYmxlPgoJCQkJPHRkIHN0eWxlPSJ3aWR0aDogMmVtIj4gPC90ZD4KCQkJCTx0ZCBjbGFzcz0icG9kY2FzdGN1c3RvbSI+CgkJCQkJPHRhYmxlPgoJCQkJCQk8dHI+CgkJCQkJCQk8dGQgY2xhc3M9InBvZGNhc3QtaWNvbiI+PGEgaHJlZj0iPD9waHAgZWNobyBzYl9wb2RjYXN0X3VybCgpID8+Ij48aW1nIGFsdD0iU3Vic2NyaWJlIHRvIGN1c3RvbSBwb2RjYXN0IiB0aXRsZT0iU3Vic2NyaWJlIHRvIGN1c3RvbSBwb2RjYXN0IiBjbGFzcz0icG9kY2FzdGljb24iIHNyYz0iPD9waHAgZWNobyBTQl9QTFVHSU5fVVJMID8+L3NiLWluY2x1ZGVzL2ljb25zL3BvZGNhc3RfY3VzdG9tLnBuZyIvPjwvYT48L3RkPgoJCQkJCQkJPHRkPjxzdHJvbmc+RmlsdGVyZWQgc2VybW9uczwvc3Ryb25nPjxiciAvPjxhIGhyZWY9Ijw/cGhwIGVjaG8gc3RyX3JlcGxhY2UoImh0dHA6Ly8iLCAiaXRwYzovLyIsIHNiX3BvZGNhc3RfdXJsKCkpID8+Ij5pVHVuZXM8L2E+ICZidWxsOyA8YSBocmVmPSI8P3BocCBlY2hvIHNiX3BvZGNhc3RfdXJsKCkgPz4iPk90aGVyPC9hPjwvdGQ+CgkJCQkJCTwvdHI+CgkJCQkJPC90YWJsZT4KCQkJCTwvdGQ+CgkJCTwvdHI+CgkJPC90YWJsZT4KCTwvZGl2PgoJPGgyIGNsYXNzPSJzYi1jbGVhciI+U2VybW9ucyAoPD9waHAgZWNobyAkcmVjb3JkX2NvdW50ID8+KTwvaDI+CiAgIAk8ZGl2IGNsYXNzPSJmbG9hdHJpZ2h0Ij48P3BocCBzYl9wcmludF9uZXh0X3BhZ2VfbGluaygpID8+PC9kaXY+CiAgIAk8ZGl2IGNsYXNzPSJmbG9hdGxlZnQiPjw/cGhwIHNiX3ByaW50X3ByZXZfcGFnZV9saW5rKCkgPz48L2Rpdj4KCTx0YWJsZSBjbGFzcz0ic2VybW9ucyI+Cgk8P3BocCBmb3JlYWNoICgkc2VybW9ucyBhcyAkc2VybW9uKXsgJG1lZGlhID0gc2JfZ2V0X3N0dWZmKCRzZXJtb24pOyA/PgoJCTx0cj4KCQkJPHRkIGNsYXNzPSJzZXJtb24tdGl0bGUiPjxhIGhyZWY9Ijw/cGhwIHNiX3ByaW50X3Nlcm1vbl9saW5rKCRzZXJtb24pID8+Ij48P3BocCBlY2hvIHN0cmlwc2xhc2hlcygkc2VybW9uLT50aXRsZSkgPz48L2E+PC90ZD4KCQk8L3RyPgoJCTx0cj4KCQkJPHRkIGNsYXNzPSJzZXJtb24tcGFzc2FnZSI+PD9waHAgJGZvbyA9IHVuc2VyaWFsaXplKCRzZXJtb24tPnN0YXJ0KTsgJGJhciA9IHVuc2VyaWFsaXplKCRzZXJtb24tPmVuZCk7IGlmIChpc3NldCgkZm9vWzBdKSAmJiBpc3NldCgkYmFyWzBdKSkgZWNobyBzYl9nZXRfYm9va3MoJGZvb1swXSwgJGJhclswXSkgPz4gKFBhcnQgb2YgdGhlIDxhIGhyZWY9Ijw/cGhwIHNiX3ByaW50X3Nlcmllc19saW5rKCRzZXJtb24pID8+Ij48P3BocCBlY2hvIHN0cmlwc2xhc2hlcygkc2VybW9uLT5zZXJpZXMpID8+PC9hPiBzZXJpZXMpLjwvdGQ+CgkJPC90cj4KCQk8dHI+CgkJCTx0ZCBjbGFzcz0iZmlsZXMiPjw/cGhwIGZvcmVhY2ggKChhcnJheSkgJG1lZGlhIGFzICRtZWRpYV90eXBlID0+ICRtZWRpYV9uYW1lcykgeyBpZiAoaXNfYXJyYXkoJG1lZGlhX25hbWVzKSAmJiAkbWVkaWFfdHlwZSAhPSAiQ29kZSIpIHsgZm9yZWFjaCAoKGFycmF5KSRtZWRpYV9uYW1lcyBhcyAkbWVkaWFfbmFtZSkgeyA/Pjw/cGhwIHNiX3ByaW50X3VybCgkbWVkaWFfbmFtZSkgPz48P3BocCB9IH0gfSA/PjwvdGQ+CgkJPC90cj4KCQk8dHI+CgkJCTx0ZCBjbGFzcz0iZW1iZWQiPjw/cGhwIGZvcmVhY2ggKChhcnJheSkgJG1lZGlhIGFzICRtZWRpYV90eXBlID0+ICRtZWRpYV9uYW1lcykgeyBpZiAoaXNfYXJyYXkoJG1lZGlhX25hbWVzKSAmJiAkbWVkaWFfdHlwZSA9PSAiQ29kZSIpIHsgZm9yZWFjaCAoKGFycmF5KSRtZWRpYV9uYW1lcyBhcyAkbWVkaWFfbmFtZSkgeyA/Pjw/cGhwIHNiX3ByaW50X2NvZGUoJG1lZGlhX25hbWUpID8+PD9waHAgfSB9IH0gPz48L3RkPgoJCTwvdHI+CgkJPHRyPgoJCQk8dGQgY2xhc3M9InByZWFjaGVyIj5QcmVhY2hlZCBieSA8YSBocmVmPSI8P3BocCBzYl9wcmludF9wcmVhY2hlcl9saW5rKCRzZXJtb24pID8+Ij48P3BocCBlY2hvIHN0cmlwc2xhc2hlcygkc2VybW9uLT5wcmVhY2hlcikgPz48L2E+IG9uIDw/cGhwIGVjaG8gc2JfZm9ybWF0dGVkX2RhdGUgKCRzZXJtb24pID8+ICg8YSBocmVmPSI8P3BocCBzYl9wcmludF9zZXJ2aWNlX2xpbmsoJHNlcm1vbikgPz4iPjw/cGhwIGVjaG8gc3RyaXBzbGFzaGVzKCRzZXJtb24tPnNlcnZpY2UpID8+PC9hPikuIDw/cGhwIHNiX2VkaXRfbGluaygkc2VybW9uLT5pZCkgPz48L3RkPgoJCTwvdHI+CiAgIAk8P3BocCB9ID8+Cgk8L3RhYmxlPgogICAJPGRpdiBjbGFzcz0iZmxvYXRyaWdodCI+PD9waHAgc2JfcHJpbnRfbmV4dF9wYWdlX2xpbmsoKSA/PjwvZGl2PgogICAJPGRpdiBjbGFzcz0iZmxvYXRsZWZ0Ij48P3BocCBzYl9wcmludF9wcmV2X3BhZ2VfbGluaygpID8+PC9kaXY+CiAgIAk8ZGl2IGlkPSJwb3dlcmVkYnlzZXJtb25icm93c2VyIj5Qb3dlcmVkIGJ5IDxhIGhyZWY9Imh0dHA6Ly93d3cuc2VybW9uYnJvd3Nlci5jb20vIj5TZXJtb24gQnJvd3NlcjwvYT48L2Rpdj4KPC9kaXY+','yes'),(2369583,'sermonbrowser_single_output','PGRpdiBjbGFzcz0ic2VybW9uLWJyb3dzZXItcmVzdWx0cyI+Cgk8aDI+PD9waHAgZWNobyBzdHJpcHNsYXNoZXMoJHNlcm1vblsiU2VybW9uIl0tPnRpdGxlKSA/PiA8c3BhbiBjbGFzcz0ic2NyaXB0dXJlIj4oPD9waHAgJHJlZl9vdXRwdXQgPSBhcnJheSgpOyBmb3IgKCRpID0gMDsgJGkgPCBjb3VudCgkc2VybW9uWyJTZXJtb24iXS0+c3RhcnQpOyAkaSsrKTogPz48P3BocCAkcmVmX291dHB1dFtdID0gc2JfZ2V0X2Jvb2tzKCRzZXJtb25bIlNlcm1vbiJdLT5zdGFydFskaV0sICRzZXJtb25bIlNlcm1vbiJdLT5lbmRbJGldKSA/Pjw/cGhwIGVuZGZvcjsgZWNobyBpbXBsb2RlKCRyZWZfb3V0cHV0LCAiLCAiKTsgPz4pPC9zcGFuPiA8P3BocCBzYl9lZGl0X2xpbmsoJHNlcm1vblsiU2VybW9uIl0tPmlkKSA/PjwvaDI+Cgk8P3BocCBzYl9wcmludF9wcmVhY2hlcl9pbWFnZSgkc2VybW9uWyJTZXJtb24iXSkgPz48c3BhbiBjbGFzcz0icHJlYWNoZXIiPjxhIGhyZWY9Ijw/cGhwIHNiX3ByaW50X3ByZWFjaGVyX2xpbmsoJHNlcm1vblsiU2VybW9uIl0pID8+Ij48P3BocCBlY2hvIHN0cmlwc2xhc2hlcygkc2VybW9uWyJTZXJtb24iXS0+cHJlYWNoZXIpID8+PC9hPiwgPD9waHAgZWNobyBzYl9mb3JtYXR0ZWRfZGF0ZSAoJHNlcm1vblsiU2VybW9uIl0pID8+PC9zcGFuPjxiciAvPgoJUGFydCBvZiB0aGUgPGEgaHJlZj0iPD9waHAgc2JfcHJpbnRfc2VyaWVzX2xpbmsoJHNlcm1vblsiU2VybW9uIl0pID8+Ij48P3BocCBlY2hvIHN0cmlwc2xhc2hlcygkc2VybW9uWyJTZXJtb24iXS0+c2VyaWVzKSA/PjwvYT4gc2VyaWVzLCBwcmVhY2hlZCBhdCBhIDxhIGhyZWY9Ijw/cGhwIHNiX3ByaW50X3NlcnZpY2VfbGluaygkc2VybW9uWyJTZXJtb24iXSkgPz4iPjw/cGhwIGVjaG8gc3RyaXBzbGFzaGVzKCRzZXJtb25bIlNlcm1vbiJdLT5zZXJ2aWNlKSA/PjwvYT4gc2VydmljZTxiciAvPgoJPGRpdiBjbGFzcz0ic2VybW9uLWRlc2NyaXB0aW9uIj48P3BocCBlY2hvIHdwYXV0b3Aoc3RyaXBzbGFzaGVzKCRzZXJtb25bIlNlcm1vbiJdLT5kZXNjcmlwdGlvbikpID8+PC9kaXY+Cgk8cCBjbGFzcz0ic2VybW9uLXRhZ3MiPlRhZ3M6IDw/cGhwIHNiX3ByaW50X3RhZ3MoJHNlcm1vblsiVGFncyJdKSA/PjwvcD4KCTw/cGhwICRtZWRpYSA9IHNiX2dldF9zdHVmZigkc2VybW9uWyJTZXJtb24iXSk7IGZvcmVhY2ggKChhcnJheSkgJG1lZGlhIGFzICRtZWRpYV90eXBlID0+ICRtZWRpYV9uYW1lcykgeyBpZiAoaXNfYXJyYXkoJG1lZGlhX25hbWVzKSAmJiAkbWVkaWFfdHlwZSAhPSAiQ29kZSIpIHsgZm9yZWFjaCAoKGFycmF5KSRtZWRpYV9uYW1lcyBhcyAkbWVkaWFfbmFtZSkgeyAgPz4KCQk8P3BocCBzYl9wcmludF91cmxfbGluaygkbWVkaWFfbmFtZSkgPz4KCTw/cGhwIH0gfSB9ID8+Cgk8P3BocCAkbWVkaWEgPSBzYl9nZXRfc3R1ZmYoJHNlcm1vblsiU2VybW9uIl0pOyBmb3JlYWNoICgoYXJyYXkpICRtZWRpYSBhcyAkbWVkaWFfdHlwZSA9PiAkbWVkaWFfbmFtZXMpIHsgaWYgKGlzX2FycmF5KCRtZWRpYV9uYW1lcykgJiYgJG1lZGlhX3R5cGUgPT0gIkNvZGUiKSB7IGZvcmVhY2ggKChhcnJheSkkbWVkaWFfbmFtZXMgYXMgJG1lZGlhX25hbWUpIHsgPz4KCQk8YnIgLz48P3BocCBzYl9wcmludF9jb2RlKCRtZWRpYV9uYW1lKSA/PjxiciAvPgoJPD9waHAgfSB9IH0gPz4KCTw/cGhwIHNiX3ByaW50X3ByZWFjaGVyX2Rlc2NyaXB0aW9uKCRzZXJtb25bIlNlcm1vbiJdKSA/PgoJPHRhYmxlIGNsYXNzPSJuZWFyYnktc2VybW9ucyI+CgkJPHRyPgoJCQk8dGggY2xhc3M9ImVhcmxpZXIiPkVhcmxpZXI6PC90aD4KCQkJPHRoPlNhbWUgZGF5OjwvdGg+CgkJCTx0aCBjbGFzcz0ibGF0ZXIiPkxhdGVyOjwvdGg+CgkJPC90cj4KCQk8dHI+CgkJCTx0ZCBjbGFzcz0iZWFybGllciI+PD9waHAgc2JfcHJpbnRfcHJldl9zZXJtb25fbGluaygkc2VybW9uWyJTZXJtb24iXSkgPz48L3RkPgoJCQk8dGQ+PD9waHAgc2JfcHJpbnRfc2FtZWRheV9zZXJtb25fbGluaygkc2VybW9uWyJTZXJtb24iXSkgPz48L3RkPgoJCQk8dGQgY2xhc3M9ImxhdGVyIj48P3BocCBzYl9wcmludF9uZXh0X3Nlcm1vbl9saW5rKCRzZXJtb25bIlNlcm1vbiJdKSA/PjwvdGQ+CgkJPC90cj4KCTwvdGFibGU+Cgk8P3BocCBmb3IgKCRpID0gMDsgJGkgPCBjb3VudCgkc2VybW9uWyJTZXJtb24iXS0+c3RhcnQpOyAkaSsrKTogZWNobyBzYl9hZGRfYmlibGVfdGV4dCAoJHNlcm1vblsiU2VybW9uIl0tPnN0YXJ0WyRpXSwgJHNlcm1vblsiU2VybW9uIl0tPmVuZFskaV0sICJlc3YiKTsgZW5kZm9yID8+CiAgIAk8ZGl2IGlkPSJwb3dlcmVkYnlzZXJtb25icm93c2VyIj5Qb3dlcmVkIGJ5IDxhIGhyZWY9Imh0dHA6Ly93d3cuc2VybW9uYnJvd3Nlci5jb20vIj5TZXJtb24gQnJvd3NlcjwvYT48L2Rpdj4KPC9kaXY+','yes'),(2369645,'asp_general_archive_slug','sermons','yes'),(2369646,'asp_general_archive_page','','yes'),(2369647,'asp_general_book_label','','yes'),(2369905,'asp_design_body_color','#ffffff','yes'),(2369906,'asp_design_element_background','#f8f8f8','yes'),(2369907,'asp_design_heading_h1_color','','yes'),(2369908,'asp_design_heading_h1_size','','yes'),(2369909,'asp_design_heading_h1_height','','yes'),(2369910,'asp_design_heading_h1_weight','','yes'),(2369911,'asp_design_title_padding','10px','yes'),(2369912,'asp_design_sermon_image','','yes'),(2369913,'asp_design_hide_featured_image','','yes'),(2369914,'asp_design_title_overlay_opacity','0.6','yes'),(2369915,'asp_design_disable_sermon_title_image','','yes'),(2369916,'asp_design_disable_sermon_title','','yes'),(2369917,'asp_design_custom_css','','yes'),(2369918,'asp_design_archive_title_color','','yes'),(2369919,'asp_design_archive_title_size','','yes'),(2369920,'asp_design_archive_title_height','','yes'),(2369921,'asp_design_archive_title_weight','','yes'),(2369922,'asp_design_excerpt_color','','yes'),(2369923,'asp_design_excerpt_size','','yes'),(2369924,'asp_design_excerpt_height','','yes'),(2369925,'asp_design_excerpt_weight','','yes'),(2369926,'asp_design_sermon_title_color','#000000','yes'),(2369927,'asp_design_sermon_title_size','12','yes'),(2369928,'asp_design_sermon_title_height','12','yes'),(2369929,'asp_design_sermon_title_weight','5','yes'),(2369930,'asp_design_sermon_paragraph_color','','yes'),(2369931,'asp_design_sermon_paragraph_size','','yes'),(2369932,'asp_design_sermon_paragraph_height','','yes'),(2369933,'asp_design_sermon_paragraph_weight','','yes'),(2369934,'asp_design_sermon_details_color','','yes'),(2369935,'asp_design_pagination_text_color','','yes'),(2369936,'asp_design_pagination_text_color_hover','','yes'),(2369937,'asp_design_pagination_text_size','','yes'),(2369938,'asp_design_pagination_text_height','','yes'),(2369939,'asp_design_pagination_text_weight','','yes'),(2369940,'asp_design_pagination_text_padding','','yes'),(2369941,'asp_design_pagination_background','','yes'),(2369942,'asp_design_pagination_background_hover','','yes'),(2369943,'asp_design_pagination_border','','yes'),(2369944,'asp_design_pagination_border_hover','','yes'),(2369945,'asp_design_pagination_border_width','','yes'),(2369946,'asp_design_pagination_border_radius','','yes'),(2369947,'asp_design_filter_dropdown_text_color','','yes'),(2369948,'asp_design_filter_dropdown_text_color_hover','','yes'),(2369949,'asp_design_filter_dropdown_border','','yes'),(2369950,'asp_design_filter_dropdown_border_hover','','yes'),(2369951,'asp_design_filter_dropdown_border_width','','yes'),(2369952,'asp_design_filter_button_text_color','','yes'),(2369953,'asp_design_filter_button_text_color_hover','','yes'),(2369954,'asp_design_filter_button_background','','yes'),(2369955,'asp_design_filter_button_background_hover','','yes'),(2369956,'asp_design_filter_button_border','','yes'),(2369957,'asp_design_filter_button_border_hover','','yes'),(2369958,'asp_design_filter_button_border_width','','yes'),(2369959,'asp_design_filter_button_border_radius','','yes'),(2369960,'asp_design_archive_details_color','','yes'),(2369961,'asp_design_archive_details_link_color','','yes'),(2369962,'asp_design_archive_details_size','','yes'),(2369963,'asp_design_archive_details_height','','yes'),(2369964,'asp_design_archive_details_weight','','yes'),(2369965,'asp_design_sermon_details_text_color','','yes'),(2369966,'asp_design_sermon_details_link_color','','yes'),(2369967,'asp_design_sermon_details_size','','yes'),(2369968,'asp_design_sermon_details_height','','yes'),(2369969,'asp_design_sermon_details_weight','','yes'),(2369970,'asp_design_sermon_image_aspect_ratio','default','yes'),(2369971,'asp_design_series_image_aspect_ratio','default','yes'),(2377716,'taxonomy_129','a:7:{s:16:\"speaker_position\";s:0:\"\";s:13:\"speaker_phone\";s:0:\"\";s:13:\"speaker_email\";s:0:\"\";s:16:\"speaker_facebook\";s:0:\"\";s:16:\"speaker_linkedin\";s:0:\"\";s:15:\"speaker_twitter\";s:0:\"\";s:15:\"speaker_youtube\";s:0:\"\";}','yes'),(2384370,'wp-smush-optimization-global-stats','a:8:{s:4:\"time\";d:12.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1565767;s:7:\"percent\";d:3.25;s:11:\"size_before\";i:48129815;s:10:\"size_after\";i:46564048;s:5:\"count\";i:16;s:14:\"attachment_ids\";s:79:\"4012,4021,4056,4090,4144,4147,4198,4229,4303,4462,4480,4591,4609,4650,4656,4663\";s:11:\"lossy_count\";i:0;}','off'),(2386098,'rsssl_6_notice_dismissed','1','no'),(2386109,'rsssl_last_tested_http_method','19','off'),(2386110,'rsssl_http_methods_allowed','a:2:{s:11:\"not-allowed\";a:0:{}s:7:\"allowed\";a:18:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";i:2;s:3:\"PUT\";i:3;s:6:\"DELETE\";i:4;s:4:\"HEAD\";i:5;s:7:\"OPTIONS\";i:6;s:7:\"CONNECT\";i:7;s:5:\"TRACE\";i:8;s:5:\"TRACK\";i:9;s:5:\"PATCH\";i:10;s:4:\"COPY\";i:11;s:4:\"LINK\";i:12;s:6:\"UNLINK\";i:13;s:5:\"PURGE\";i:14;s:4:\"LOCK\";i:15;s:6:\"UNLOCK\";i:16;s:8:\"PROPFIND\";i:17;s:4:\"VIEW\";}}','off'),(2386112,'rsssl_onboarding_dismissed','1','no'),(2386224,'wp-smush-resize-global-stats','a:7:{s:4:\"time\";d:0;s:5:\"bytes\";i:11792128;s:7:\"percent\";d:77.2900000000000062527760746888816356658935546875;s:11:\"size_before\";i:15256278;s:10:\"size_after\";i:3464150;s:5:\"count\";i:8;s:14:\"attachment_ids\";s:39:\"4021,4147,4303,4480,4591,4609,4650,4663\";}','off'),(2387540,'_transient_timeout_fusion_dynamic_css_805ff45056997cb55687ad6a81a0c561','1697175737','no'),(2387542,'_transient_timeout_fusion_dynamic_css_10a0429196c4a6fde43067968a0e5bf3','1697175760','no'),(2387546,'_transient_timeout_fusion_dynamic_css_7bd981ab8f0fd5dfa2cd47380db6e421','1697175799','no'),(2387553,'_transient_timeout_fusion_dynamic_css_67833b08c024716afe62ec6f6987de36','1697175908','no'),(2387616,'_transient_timeout_fusion_dynamic_css_30b1db3371b5fe20c4b8bfb2fa7a82ec','1697178588','no'),(2387649,'tribe_last_updated_option','1727842052.42','yes'),(2387655,'tec_freemius_accounts_archive','s:1869:\"a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1618003561;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"5.5.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:25:\"www.crosspoint-church.com\";s:9:\"server_ip\";s:13:\"73.11.212.252\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1618003561;s:7:\"version\";s:5:\"5.5.0\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:5:\"5.5.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"9109a28da851f3e5455076d2ad7341af\";}\";','yes'),(2387656,'tec_freemius_accounts_data_archive','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1618003561;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"5.5.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:25:\"www.crosspoint-church.com\";s:9:\"server_ip\";s:13:\"73.11.212.252\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1618003561;s:7:\"version\";s:5:\"5.5.0\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:24:{s:10:\"tec_fs_key\";s:9:\"FS_Plugin\";s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:5:\"5.5.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"9109a28da851f3e5455076d2ad7341af\";}','yes'),(2387657,'stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:2:{s:7:\"wp_slug\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"optin\";b:0;}}}','yes'),(2387658,'stellarwp_telemetry_the-events-calendar_show_optin','0','yes'),(2387659,'tec_freemius_plugins_archive','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:42:\"the-events-calendar/common/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1618003561;s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:7:\"abspath\";s:27:\"/home/crossp22/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";s:8:\"sdk_path\";s:42:\"the-events-calendar/common/vendor/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1618003561;}}','yes'),(2387662,'widget_tribe-widget-events-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2387663,'tec_timed_tec_custom_tables_v1_initialized','a:3:{s:3:\"key\";s:32:\"tec_custom_tables_v1_initialized\";s:5:\"value\";i:1;s:10:\"expiration\";i:1727926584;}','on'),(2387664,'tec_ct1_migration_state','a:3:{s:18:\"complete_timestamp\";N;s:5:\"phase\";s:22:\"migration-not-required\";s:19:\"preview_unsupported\";b:0;}','yes'),(2387665,'tec_ct1_events_table_schema_version','1.0.1','yes'),(2387666,'tec_ct1_occurrences_table_schema_version','1.0.2','yes'),(2387667,'stellarwp_telemetry_last_send','','yes'),(2387669,'tribe_last_generate_rewrite_rules','1727841898.94','yes'),(2387671,'tec_timed_tribe_supports_async_process','a:3:{s:3:\"key\";s:28:\"tribe_supports_async_process\";s:5:\"value\";i:1;s:10:\"expiration\";i:1728445061;}','on'),(2387683,'tec_timed_events_timezone_update_needed','a:3:{s:3:\"key\";s:29:\"events_timezone_update_needed\";s:5:\"value\";b:0;s:10:\"expiration\";i:1727926661;}','on'),(2387710,'external_updates-event-aggregator','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1697178924;s:14:\"checkedVersion\";N;s:6:\"update\";O:19:\"Tribe__PUE__Utility\":13:{s:2:\"id\";i:0;s:6:\"plugin\";N;s:4:\"slug\";N;s:7:\"version\";s:3:\"1.0\";s:8:\"homepage\";N;s:12:\"download_url\";N;s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:0:\"\";}s:14:\"upgrade_notice\";N;s:13:\"custom_update\";N;s:13:\"license_error\";s:197:\"<p>You are using Event Aggregator but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&amp;utm_campaign=in-app\">your account</a> to check your licenses.</p>\";s:11:\"api_invalid\";b:1;s:19:\"api_invalid_message\";s:190:\"<p>You are using %plugin_name% but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&utm_campaign=in-app\">your account</a> to check your licenses.</p>\";s:26:\"api_inline_invalid_message\";s:190:\"<p>You are using %plugin_name% but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&utm_campaign=in-app\">your account</a> to check your licenses.</p>\";}}','no'),(2387711,'tribe_pue_key_notices','a:0:{}','yes'),(2387762,'widget_gce_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2387763,'simple-calendar_admin_notices','a:0:{}','yes'),(2387772,'simple-calendar_version','3.5.5','yes'),(2388218,'simple-calendar_settings_feeds','a:1:{s:6:\"google\";a:1:{s:7:\"api_key\";s:39:\"AIzaSyAaFirujaFKJ3uIPgYxVEEnYFjFJxlmlTk\";}}','yes'),(2388346,'simple-calendar_settings_calendars','a:1:{s:7:\"general\";a:1:{s:22:\"attach_calendars_posts\";a:1:{i:0;s:4:\"page\";}}}','yes'),(2388417,'_transient_timeout_fusion_dynamic_css_f9e76e2e72945a0bd0215e7fddd1a108','1697261022','no'),(2403874,'edd_sl_de3b392e42fd09fba0a52d60f03a119e','a:2:{s:7:\"timeout\";i:1700403830;s:5:\"value\";s:11682:\"{\"new_version\":\"2.2\",\"stable_version\":\"2.2\",\"name\":\"Advanced Sermons Pro\",\"slug\":\"advanced-sermons-pro\",\"url\":\"https:\\/\\/wpcodeus.com\\/downloads\\/advanced-sermons-pro\\/?changelog=1\",\"last_updated\":\"2023-09-11 20:52:12\",\"homepage\":\"https:\\/\\/wpcodeus.com\\/downloads\\/advanced-sermons-pro\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"changelog\":\"<p>= 2.2 =<br \\/>\\n* Fix: CSS improvements and updates<br \\/>\\n* Fix: Now supports up to PHP version 8.1<br \\/>\\n* Fix: Duplicate sermons functionality. Now also excludes view count.<br \\/>\\n* Updated: Modified list view to have sermon date and series details on top of title to match grid view layout<br \\/>\\n* Updated: Improvement to plugin SEO by adding dynamic alt text to images<br \\/>\\n* Updated: Related sermons in the single sermon page now display the same information as the sermon archive page<br \\/>\\n* Updated: Bible Passage label has been changed to Scripture<br \\/>\\n* Updated: Series aspect ratio now applies to the series details template and series shortcode<br \\/>\\n* Updated: Sermon aspect ratio now applies to the list view layout<br \\/>\\n* New: Added support for additional orderby parameters to asp-speakers shortcode<br \\/>\\n* New: New option to support video embedding on the single sermon page<br \\/>\\n* New: Sermon series now display the number of sermons assigned through the shortcode option and sermon details<br \\/>\\n* New: New option to change the label of Book from the general settings of Advanced Sermons<br \\/>\\n* New: Added a handful of new language settings to allow more customization to rely less on translation plugins<br \\/>\\n* New: New option to default to series image if sermon cover image is not applied<br \\/>\\n* New: New archive pagination type option to load more sermons using the default numeric, load more button, and infinity scroll<br \\/>\\n* New: Sermon scripture can now be displayed on the sermon archive template when using the grid view layout<br \\/>\\n* New: New archive shortcode to display the sermon archive and filtering on any page<br \\/>\\n* New: New pagination, load more, and infinity scrolling functionality to the series shortcode<br \\/>\\n* New: New carousel functionality added to the sermon shortcode<\\/p>\\n<p>= 2.1 =<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_before_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_after_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Depreciated Sermon and Series Thumbnail Height. Replaced with image aspect ratios<br \\/>\\n* New: Added new option to change image aspect ratios<br \\/>\\n* New: Added \'asp_hook_series_details_after_content\' hook to series details template<br \\/>\\n* New: Added \'asp_hook_speaker_details_after_content\' hook to speaker details template<\\/p>\\n<p>= 2.0 =<br \\/>\\n* Updated: Optimized translatable text.<br \\/>\\n* New: Link target control for archive page. Have sermons open in a new tab.<\\/p>\\n<p>= 1.9 =<br \\/>\\n* Updated: Upgraded Font Awesome to version 5.14.0<br \\/>\\n* Updated: Changed excerpt length function priority.<br \\/>\\n* New: Minor CSS modifications on speaker and series details.<br \\/>\\n* New: Facebook Video Integration.<br \\/>\\n* New: Bulletin field added to sermons.<\\/p>\\n<p>= 1.8 =<br \\/>\\n* New: New sermon layout! Choose to display your sermons in a grid view or list view.<br \\/>\\n* New: Customize related sermons count.<br \\/>\\n* New: New language settings tab. Customize the default text for elements in Advanced Sermons.<br \\/>\\n* New: New copy to clipboard button for shortcodes.<br \\/>\\n* New: New style parameter for the [asp-sermons] shortcode to choose between a grid-view or list-view.<br \\/>\\n* New: New topic parameter for the [asp-sermons] shortcode to display sermons only from a specific topic.<\\/p>\\n<p>= 1.7 =<br \\/>\\n* Fix: Modified the_post_thumbnail default size to increase compatibility with some WordPress themes that had a set post thumbnail size defined.<br \\/>\\n* Updated: CSS stylesheets to remove unwanted text padding and margin spacing that is automatically applied by some WordPress themes.<br \\/>\\n* New: Notice that alerts users that they must install and activate the parent plugin Advanced Sermons if pro add-on is only installed and activated.<br \\/>\\n* New: Parameters added to the series shortcode to let users define order and number of series.<br \\/>\\n* New: Parameters added to the speakers shortcode to let users define order and number of speakers.<\\/p>\\n<p>= 1.6 =<br \\/>\\n* New: Bible Passage field added to sermons<br \\/>\\n* New: Display series details on single series page<br \\/>\\n* New: Display speaker details on single speaker page<br \\/>\\n* New: Option to hide meta fields from sermon edit page<br \\/>\\n* New: Speakers Shortcode<br \\/>\\n* New: Sermon Widget Shortcode<br \\/>\\n* New: Series Widget Shortcode<br \\/>\\n* New: Speaker Widget Shortcode<br \\/>\\n* Updated: Plugin Optimization<\\/p>\\n<p>= 1.5 =<br \\/>\\n* Updated: Ready for WordPress 5.3<br \\/>\\n* Updated: Settings UI updates<\\/p>\\n<p>= 1.4 =<br \\/>\\n* Updated: Select and display up to five speakers for a single sermon<br \\/>\\n* New: Optimization for custom sermon label in free version<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Fix: Series shortcode VC 5.5 margin layout conflict<br \\/>\\n* New: Select and display up to two speakers for a single sermon<br \\/>\\n* New: Version control Advanced Sermons Pro CSS stylesheets<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Fix: Related sermons 404 redirect error on subdirectory installs<br \\/>\\n* Fix: Related sermons date format to reflect sermon date format in general settings<br \\/>\\n* Updated: Language translation compatibility<\\/p>\\n<p>= 1.1 =<br \\/>\\n* New: Add action hooks to pro version shortcodes<br \\/>\\n* Update: Supports new customize topics label<br \\/>\\n* New: Customize filter bar with the ability to hiding filter options<br \\/>\\n* Fix: 404 redirect error on subdirectory installs<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Initial Release!<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:0:{}\",\"msg\":\"No license key has been provided.\",\"contributors\":[],\"stable_tag\":\"\",\"tested\":\"\",\"added\":\"2019-06-18\",\"changelog\":[\"<p>= 2.2 =<br \\/>\\n* Fix: CSS improvements and updates<br \\/>\\n* Fix: Now supports up to PHP version 8.1<br \\/>\\n* Fix: Duplicate sermons functionality. Now also excludes view count.<br \\/>\\n* Updated: Modified list view to have sermon date and series details on top of title to match grid view layout<br \\/>\\n* Updated: Improvement to plugin SEO by adding dynamic alt text to images<br \\/>\\n* Updated: Related sermons in the single sermon page now display the same information as the sermon archive page<br \\/>\\n* Updated: Bible Passage label has been changed to Scripture<br \\/>\\n* Updated: Series aspect ratio now applies to the series details template and series shortcode<br \\/>\\n* Updated: Sermon aspect ratio now applies to the list view layout<br \\/>\\n* New: Added support for additional orderby parameters to asp-speakers shortcode<br \\/>\\n* New: New option to support video embedding on the single sermon page<br \\/>\\n* New: Sermon series now display the number of sermons assigned through the shortcode option and sermon details<br \\/>\\n* New: New option to change the label of Book from the general settings of Advanced Sermons<br \\/>\\n* New: Added a handful of new language settings to allow more customization to rely less on translation plugins<br \\/>\\n* New: New option to default to series image if sermon cover image is not applied<br \\/>\\n* New: New archive pagination type option to load more sermons using the default numeric, load more button, and infinity scroll<br \\/>\\n* New: Sermon scripture can now be displayed on the sermon archive template when using the grid view layout<br \\/>\\n* New: New archive shortcode to display the sermon archive and filtering on any page<br \\/>\\n* New: New pagination, load more, and infinity scrolling functionality to the series shortcode<br \\/>\\n* New: New carousel functionality added to the sermon shortcode<\\/p>\\n<p>= 2.1 =<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_before_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_after_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Depreciated Sermon and Series Thumbnail Height. Replaced with image aspect ratios<br \\/>\\n* New: Added new option to change image aspect ratios<br \\/>\\n* New: Added \'asp_hook_series_details_after_content\' hook to series details template<br \\/>\\n* New: Added \'asp_hook_speaker_details_after_content\' hook to speaker details template<\\/p>\\n<p>= 2.0 =<br \\/>\\n* Updated: Optimized translatable text.<br \\/>\\n* New: Link target control for archive page. Have sermons open in a new tab.<\\/p>\\n<p>= 1.9 =<br \\/>\\n* Updated: Upgraded Font Awesome to version 5.14.0<br \\/>\\n* Updated: Changed excerpt length function priority.<br \\/>\\n* New: Minor CSS modifications on speaker and series details.<br \\/>\\n* New: Facebook Video Integration.<br \\/>\\n* New: Bulletin field added to sermons.<\\/p>\\n<p>= 1.8 =<br \\/>\\n* New: New sermon layout! Choose to display your sermons in a grid view or list view.<br \\/>\\n* New: Customize related sermons count.<br \\/>\\n* New: New language settings tab. Customize the default text for elements in Advanced Sermons.<br \\/>\\n* New: New copy to clipboard button for shortcodes.<br \\/>\\n* New: New style parameter for the [asp-sermons] shortcode to choose between a grid-view or list-view.<br \\/>\\n* New: New topic parameter for the [asp-sermons] shortcode to display sermons only from a specific topic.<\\/p>\\n<p>= 1.7 =<br \\/>\\n* Fix: Modified the_post_thumbnail default size to increase compatibility with some WordPress themes that had a set post thumbnail size defined.<br \\/>\\n* Updated: CSS stylesheets to remove unwanted text padding and margin spacing that is automatically applied by some WordPress themes.<br \\/>\\n* New: Notice that alerts users that they must install and activate the parent plugin Advanced Sermons if pro add-on is only installed and activated.<br \\/>\\n* New: Parameters added to the series shortcode to let users define order and number of series.<br \\/>\\n* New: Parameters added to the speakers shortcode to let users define order and number of speakers.<\\/p>\\n<p>= 1.6 =<br \\/>\\n* New: Bible Passage field added to sermons<br \\/>\\n* New: Display series details on single series page<br \\/>\\n* New: Display speaker details on single speaker page<br \\/>\\n* New: Option to hide meta fields from sermon edit page<br \\/>\\n* New: Speakers Shortcode<br \\/>\\n* New: Sermon Widget Shortcode<br \\/>\\n* New: Series Widget Shortcode<br \\/>\\n* New: Speaker Widget Shortcode<br \\/>\\n* Updated: Plugin Optimization<\\/p>\\n<p>= 1.5 =<br \\/>\\n* Updated: Ready for WordPress 5.3<br \\/>\\n* Updated: Settings UI updates<\\/p>\\n<p>= 1.4 =<br \\/>\\n* Updated: Select and display up to five speakers for a single sermon<br \\/>\\n* New: Optimization for custom sermon label in free version<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Fix: Series shortcode VC 5.5 margin layout conflict<br \\/>\\n* New: Select and display up to two speakers for a single sermon<br \\/>\\n* New: Version control Advanced Sermons Pro CSS stylesheets<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Fix: Related sermons 404 redirect error on subdirectory installs<br \\/>\\n* Fix: Related sermons date format to reflect sermon date format in general settings<br \\/>\\n* Updated: Language translation compatibility<\\/p>\\n<p>= 1.1 =<br \\/>\\n* New: Add action hooks to pro version shortcodes<br \\/>\\n* Update: Supports new customize topics label<br \\/>\\n* New: Customize filter bar with the ability to hiding filter options<br \\/>\\n* Fix: 404 redirect error on subdirectory installs<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Initial Release!<\\/p>\\n\"]}\";}','no'),(2404876,'_transient_timeout_avada_demos','1699499164','no'),(2406220,'wp_attachment_pages_enabled','1','yes'),(2406253,'asp_single_sermon_disable_passage_link','','yes'),(2406254,'asp_single_sermon_passage_version','NIV','yes'),(2406255,'asp_single_sermon_enable_sidebar','','yes'),(2406256,'asp_single_sermon_disable_social_share','','yes'),(2406257,'asp_single_sermon_enable_navigation','','yes'),(2406258,'asp_single_sermon_related_sermons','','yes'),(2406259,'asp_single_sermon_related_sermons_count','3','yes'),(2406260,'asp_single_sermon_content_width','1200px','yes'),(2406261,'asp_single_sermon_all_sermons_button','','yes'),(2406262,'asp_single_sermon_archive_button_url','','yes'),(2406263,'asp_single_sermon_disable_featured_image','','yes'),(2406264,'asp_single_sermon_default_series_image','','yes'),(2406265,'asp_single_sermon_disable_comments','','yes'),(2406296,'widget_wp_blog_designer_scroll_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2406297,'display_sticky','1','yes'),(2406298,'display_category','0','yes'),(2406299,'social_icon_style','0','yes'),(2406300,'template_alternativebackground','1','yes'),(2406301,'display_tag','0','yes'),(2406302,'display_author','0','yes'),(2406303,'display_date','0','yes'),(2406304,'social_share','1','yes'),(2406305,'facebook_link','0','yes'),(2406306,'twitter_link','0','yes'),(2406307,'linkedin_link','0','yes'),(2406308,'pinterest_link','0','yes'),(2406309,'display_comment_count','0','yes'),(2406310,'excerpt_length','75','yes'),(2406311,'display_html_tags','0','yes'),(2406312,'read_more_on','2','yes'),(2406313,'read_more_text','Read More','yes'),(2406314,'template_titlefontsize','35','yes'),(2406315,'content_fontsize','14','yes'),(2406316,'wp_blog_designer_settings','a:75:{s:12:\"originalpage\";s:17:\"designer_settings\";s:13:\"template_name\";s:9:\"classical\";s:17:\"blog_page_display\";s:4:\"4060\";s:14:\"posts_per_page\";s:1:\"5\";s:17:\"bdp_blog_order_by\";s:4:\"date\";s:14:\"bdp_blog_order\";s:4:\"DESC\";s:16:\"display_category\";s:1:\"0\";s:11:\"display_tag\";s:1:\"0\";s:14:\"display_author\";s:1:\"0\";s:12:\"display_date\";s:1:\"0\";s:21:\"display_comment_count\";s:1:\"0\";s:16:\"display_postlike\";s:1:\"1\";s:14:\"display_sticky\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";s:20:\"main_container_class\";s:0:\"\";s:16:\"template_columns\";s:1:\"1\";s:21:\"template_columns_ipad\";s:1:\"1\";s:23:\"template_columns_tablet\";s:1:\"1\";s:23:\"template_columns_mobile\";s:1:\"1\";s:23:\"template_slider_content\";s:6:\"center\";s:14:\"template_color\";s:7:\"#ffffff\";s:20:\"grid_hoverback_color\";s:0:\"\";s:16:\"template_bgcolor\";s:7:\"#ffffff\";s:30:\"template_alternativebackground\";s:1:\"1\";s:21:\"template_alterbgcolor\";s:7:\"#ffffff\";s:16:\"template_ftcolor\";s:7:\"#2a97ea\";s:21:\"template_fthovercolor\";s:7:\"#999999\";s:18:\"slider_design_type\";s:7:\"design1\";s:23:\"template_labeltextcolor\";s:0:\"\";s:12:\"ticker_label\";s:11:\"Latest Blog\";s:19:\"bdp_post_title_link\";s:1:\"1\";s:19:\"template_titlecolor\";s:7:\"#222222\";s:24:\"template_titlehovercolor\";s:0:\"\";s:23:\"template_titlebackcolor\";s:7:\"#ffffff\";s:22:\"template_titlefontsize\";s:2:\"35\";s:17:\"italic_font_title\";s:1:\"1\";s:15:\"rss_use_excerpt\";s:1:\"1\";s:16:\"txtExcerptlength\";s:2:\"75\";s:17:\"display_html_tags\";s:1:\"0\";s:15:\"firstletter_big\";s:1:\"0\";s:21:\"template_contentcolor\";s:7:\"#999999\";s:11:\"readmore_on\";s:1:\"2\";s:15:\"txtReadmoretext\";s:9:\"Read More\";s:22:\"template_readmorecolor\";s:7:\"#cecece\";s:26:\"template_readmorebackcolor\";s:7:\"#2e93ea\";s:16:\"content_fontsize\";s:2:\"14\";s:19:\"italic_font_content\";s:1:\"1\";s:22:\"template_slider_effect\";s:5:\"slide\";s:23:\"template_slider_columns\";s:1:\"1\";s:28:\"template_slider_columns_ipad\";s:1:\"1\";s:30:\"template_slider_columns_tablet\";s:1:\"1\";s:30:\"template_slider_columns_mobile\";s:1:\"1\";s:22:\"template_slider_scroll\";s:1:\"1\";s:25:\"display_slider_navigation\";s:1:\"1\";s:23:\"navigation_style_hidden\";s:11:\"navigation3\";s:23:\"display_slider_controls\";s:1:\"1\";s:18:\"arrow_style_hidden\";s:6:\"arrow1\";s:15:\"slider_autoplay\";s:1:\"1\";s:25:\"slider_autoplay_intervals\";s:4:\"3000\";s:12:\"slider_speed\";s:3:\"300\";s:19:\"bdp_post_image_link\";s:1:\"1\";s:15:\"pagination_type\";s:5:\"paged\";s:20:\"loadmore_button_text\";s:9:\"Load More\";s:12:\"social_share\";s:1:\"1\";s:12:\"social_style\";s:1:\"1\";s:17:\"social_icon_style\";s:1:\"0\";s:13:\"facebook_link\";s:1:\"0\";s:13:\"linkedin_link\";s:1:\"0\";s:14:\"pinterest_link\";s:1:\"0\";s:12:\"twitter_link\";s:1:\"0\";s:13:\"bdads_ads_set\";s:1:\"0\";s:15:\"bdads_is_random\";s:1:\"0\";s:20:\"repeatedAdPostNumber\";s:1:\"1\";s:10:\"blog_nonce\";s:10:\"9825da4cc6\";s:16:\"_wp_http_referer\";s:42:\"/wp-admin/admin.php?page=designer_settings\";}','yes'),(2406317,'is_user_subscribed_cancled','','yes'),(2406318,'bd_version','3.1.4','yes'),(2406321,'bd_is_optin','','yes'),(2406323,'blog_page_display','4060','yes'),(2407482,'wp_calendar_block_has_published_posts','','yes'),(2407483,'category_children','a:0:{}','yes'),(2407484,'fusion_tb_category_children','a:0:{}','yes'),(2407485,'calendar_feed_children','a:0:{}','yes'),(2407486,'calendar_type_children','a:0:{}','yes'),(2407487,'calendar_category_children','a:0:{}','yes'),(2407490,'sermon_topics_children','a:0:{}','yes'),(2407491,'sermon_book_children','a:0:{}','yes'),(2407492,'portfolio_category_children','a:0:{}','yes'),(2407493,'portfolio_skills_children','a:0:{}','yes'),(2407494,'faq_category_children','a:0:{}','yes'),(2407495,'slide-page_children','a:0:{}','yes'),(2407496,'element_category_children','a:0:{}','yes'),(2407497,'template_category_children','a:0:{}','yes'),(2411149,'custom_css','','yes'),(2413711,'asp_license_key','2ba4f6410f3c5fe82993985b7be13d79','yes'),(2413906,'edd_sl_b34a63b261f0853e81108a4a889484c5','a:2:{s:7:\"timeout\";i:1759187741;s:5:\"value\";s:12864:\"{\"new_version\":\"2.3\",\"stable_version\":\"2.3\",\"name\":\"Advanced Sermons Pro\",\"slug\":\"advanced-sermons-pro\",\"url\":\"https:\\/\\/wpcodeus.com\\/downloads\\/advanced-sermons-pro\\/?changelog=1\",\"last_updated\":\"2025-08-16 21:13:06\",\"homepage\":\"https:\\/\\/advancedsermons.com\\/\",\"package\":\"https:\\/\\/wpcodeus.com\\/edd-sl\\/package_download\\/MTc1OTQ0MzM0MDoyYmE0ZjY0MTBmM2M1ZmU4Mjk5Mzk4NWI3YmUxM2Q3OTo0MzQ4OjQ2N2M3YTg4YmNjMjY3YTBjMWUzMWI3OTI5MzlkYWZmOmh0dHBzQC8vd3d3LmNyb3NzcG9pbnQtY2h1cmNoLmNvbTow\",\"download_link\":\"https:\\/\\/wpcodeus.com\\/edd-sl\\/package_download\\/MTc1OTQ0MzM0MDoyYmE0ZjY0MTBmM2M1ZmU4Mjk5Mzk4NWI3YmUxM2Q3OTo0MzQ4OjQ2N2M3YTg4YmNjMjY3YTBjMWUzMWI3OTI5MzlkYWZmOmh0dHBzQC8vd3d3LmNyb3NzcG9pbnQtY2h1cmNoLmNvbTow\",\"sections\":{\"description\":\"403 Forbidden\\n\\n403 Forbidden\\nnginx\",\"changelog\":\"<p>= 2.3 =<br \\/>\\n* Fix: Added default series image logic to sermon widget<br \\/>\\n* Updated: CSS improvements for series and speaker details on mobile. Adjusted padding.<br \\/>\\n* New: New option to remove search field from filter<br \\/>\\n* New: Introduced image lazy loading to images to help with load speeds and SEO<br \\/>\\n* New: Import books of the Bible<\\/p>\\n<p>= 2.2 =<br \\/>\\n* Fix: CSS improvements and updates<br \\/>\\n* Fix: Now supports up to PHP version 8.1<br \\/>\\n* Fix: Duplicate sermons functionality. Now also excludes view count.<br \\/>\\n* Updated: Modified list view to have sermon date and series details on top of title to match grid view layout<br \\/>\\n* Updated: Improvement to plugin SEO by adding dynamic alt text to images<br \\/>\\n* Updated: Related sermons in the single sermon page now display the same information as the sermon archive page<br \\/>\\n* Updated: Bible Passage label has been changed to Scripture<br \\/>\\n* Updated: Series aspect ratio now applies to the series details template and series shortcode<br \\/>\\n* Updated: Sermon aspect ratio now applies to the list view layout<br \\/>\\n* New: Added support for additional orderby parameters to asp-speakers shortcode<br \\/>\\n* New: New option to support video embedding on the single sermon page<br \\/>\\n* New: Sermon series now display the number of sermons assigned through the shortcode option and sermon details<br \\/>\\n* New: New option to change the label of Book from the general settings of Advanced Sermons<br \\/>\\n* New: Added a handful of new language settings to allow more customization to rely less on translation plugins<br \\/>\\n* New: New option to default to series image if sermon cover image is not applied<br \\/>\\n* New: New archive pagination type option to load more sermons using the default numeric, load more button, and infinity scroll<br \\/>\\n* New: Sermon scripture can now be displayed on the sermon archive template when using the grid view layout<br \\/>\\n* New: New archive shortcode to display the sermon archive and filtering on any page<br \\/>\\n* New: New pagination, load more, and infinity scrolling functionality to the series shortcode<br \\/>\\n* New: New carousel functionality added to the sermon shortcode<\\/p>\\n<p>= 2.1 =<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_before_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_after_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Depreciated Sermon and Series Thumbnail Height. Replaced with image aspect ratios<br \\/>\\n* New: Added new option to change image aspect ratios<br \\/>\\n* New: Added \'asp_hook_series_details_after_content\' hook to series details template<br \\/>\\n* New: Added \'asp_hook_speaker_details_after_content\' hook to speaker details template<\\/p>\\n<p>= 2.0 =<br \\/>\\n* Updated: Optimized translatable text.<br \\/>\\n* New: Link target control for archive page. Have sermons open in a new tab.<\\/p>\\n<p>= 1.9 =<br \\/>\\n* Updated: Upgraded Font Awesome to version 5.14.0<br \\/>\\n* Updated: Changed excerpt length function priority.<br \\/>\\n* New: Minor CSS modifications on speaker and series details.<br \\/>\\n* New: Facebook Video Integration.<br \\/>\\n* New: Bulletin field added to sermons.<\\/p>\\n<p>= 1.8 =<br \\/>\\n* New: New sermon layout! Choose to display your sermons in a grid view or list view.<br \\/>\\n* New: Customize related sermons count.<br \\/>\\n* New: New language settings tab. Customize the default text for elements in Advanced Sermons.<br \\/>\\n* New: New copy to clipboard button for shortcodes.<br \\/>\\n* New: New style parameter for the asp-sermons shortcode to choose between a grid-view or list-view.<br \\/>\\n* New: New topic parameter for the asp-sermons shortcode to display sermons only from a specific topic.<\\/p>\\n<p>= 1.7 =<br \\/>\\n* Fix: Modified the_post_thumbnail default size to increase compatibility with some WordPress themes that had a set post thumbnail size defined.<br \\/>\\n* Updated: CSS stylesheets to remove unwanted text padding and margin spacing that is automatically applied by some WordPress themes.<br \\/>\\n* New: Notice that alerts users that they must install and activate the parent plugin Advanced Sermons if pro add-on is only installed and activated.<br \\/>\\n* New: Parameters added to the series shortcode to let users define order and number of series.<br \\/>\\n* New: Parameters added to the speakers shortcode to let users define order and number of speakers.<\\/p>\\n<p>= 1.6 =<br \\/>\\n* New: Bible Passage field added to sermons<br \\/>\\n* New: Display series details on single series page<br \\/>\\n* New: Display speaker details on single speaker page<br \\/>\\n* New: Option to hide meta fields from sermon edit page<br \\/>\\n* New: Speakers Shortcode<br \\/>\\n* New: Sermon Widget Shortcode<br \\/>\\n* New: Series Widget Shortcode<br \\/>\\n* New: Speaker Widget Shortcode<br \\/>\\n* Updated: Plugin Optimization<\\/p>\\n<p>= 1.5 =<br \\/>\\n* Updated: Ready for WordPress 5.3<br \\/>\\n* Updated: Settings UI updates<\\/p>\\n<p>= 1.4 =<br \\/>\\n* Updated: Select and display up to five speakers for a single sermon<br \\/>\\n* New: Optimization for custom sermon label in free version<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Fix: Series shortcode VC 5.5 margin layout conflict<br \\/>\\n* New: Select and display up to two speakers for a single sermon<br \\/>\\n* New: Version control Advanced Sermons Pro CSS stylesheets<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Fix: Related sermons 404 redirect error on subdirectory installs<br \\/>\\n* Fix: Related sermons date format to reflect sermon date format in general settings<br \\/>\\n* Updated: Language translation compatibility<\\/p>\\n<p>= 1.1 =<br \\/>\\n* New: Add action hooks to pro version shortcodes<br \\/>\\n* Update: Supports new customize topics label<br \\/>\\n* New: Customize filter bar with the ability to hiding filter options<br \\/>\\n* Fix: 404 redirect error on subdirectory installs<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Initial Release!<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:0:{}\",\"contributors\":[],\"stable_tag\":\"\",\"tested\":\"\",\"added\":\"2019-06-18\",\"description\":[\"403 Forbidden\\n\\n403 Forbidden\\nnginx\"],\"changelog\":[\"<p>= 2.3 =<br \\/>\\n* Fix: Added default series image logic to sermon widget<br \\/>\\n* Updated: CSS improvements for series and speaker details on mobile. Adjusted padding.<br \\/>\\n* New: New option to remove search field from filter<br \\/>\\n* New: Introduced image lazy loading to images to help with load speeds and SEO<br \\/>\\n* New: Import books of the Bible<\\/p>\\n<p>= 2.2 =<br \\/>\\n* Fix: CSS improvements and updates<br \\/>\\n* Fix: Now supports up to PHP version 8.1<br \\/>\\n* Fix: Duplicate sermons functionality. Now also excludes view count.<br \\/>\\n* Updated: Modified list view to have sermon date and series details on top of title to match grid view layout<br \\/>\\n* Updated: Improvement to plugin SEO by adding dynamic alt text to images<br \\/>\\n* Updated: Related sermons in the single sermon page now display the same information as the sermon archive page<br \\/>\\n* Updated: Bible Passage label has been changed to Scripture<br \\/>\\n* Updated: Series aspect ratio now applies to the series details template and series shortcode<br \\/>\\n* Updated: Sermon aspect ratio now applies to the list view layout<br \\/>\\n* New: Added support for additional orderby parameters to asp-speakers shortcode<br \\/>\\n* New: New option to support video embedding on the single sermon page<br \\/>\\n* New: Sermon series now display the number of sermons assigned through the shortcode option and sermon details<br \\/>\\n* New: New option to change the label of Book from the general settings of Advanced Sermons<br \\/>\\n* New: Added a handful of new language settings to allow more customization to rely less on translation plugins<br \\/>\\n* New: New option to default to series image if sermon cover image is not applied<br \\/>\\n* New: New archive pagination type option to load more sermons using the default numeric, load more button, and infinity scroll<br \\/>\\n* New: Sermon scripture can now be displayed on the sermon archive template when using the grid view layout<br \\/>\\n* New: New archive shortcode to display the sermon archive and filtering on any page<br \\/>\\n* New: New pagination, load more, and infinity scrolling functionality to the series shortcode<br \\/>\\n* New: New carousel functionality added to the sermon shortcode<\\/p>\\n<p>= 2.1 =<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_before_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Added \'asp_hook_sermon_archive_after_excerpt\' hook to sermon list view<br \\/>\\n* Updated: Depreciated Sermon and Series Thumbnail Height. Replaced with image aspect ratios<br \\/>\\n* New: Added new option to change image aspect ratios<br \\/>\\n* New: Added \'asp_hook_series_details_after_content\' hook to series details template<br \\/>\\n* New: Added \'asp_hook_speaker_details_after_content\' hook to speaker details template<\\/p>\\n<p>= 2.0 =<br \\/>\\n* Updated: Optimized translatable text.<br \\/>\\n* New: Link target control for archive page. Have sermons open in a new tab.<\\/p>\\n<p>= 1.9 =<br \\/>\\n* Updated: Upgraded Font Awesome to version 5.14.0<br \\/>\\n* Updated: Changed excerpt length function priority.<br \\/>\\n* New: Minor CSS modifications on speaker and series details.<br \\/>\\n* New: Facebook Video Integration.<br \\/>\\n* New: Bulletin field added to sermons.<\\/p>\\n<p>= 1.8 =<br \\/>\\n* New: New sermon layout! Choose to display your sermons in a grid view or list view.<br \\/>\\n* New: Customize related sermons count.<br \\/>\\n* New: New language settings tab. Customize the default text for elements in Advanced Sermons.<br \\/>\\n* New: New copy to clipboard button for shortcodes.<br \\/>\\n* New: New style parameter for the asp-sermons shortcode to choose between a grid-view or list-view.<br \\/>\\n* New: New topic parameter for the asp-sermons shortcode to display sermons only from a specific topic.<\\/p>\\n<p>= 1.7 =<br \\/>\\n* Fix: Modified the_post_thumbnail default size to increase compatibility with some WordPress themes that had a set post thumbnail size defined.<br \\/>\\n* Updated: CSS stylesheets to remove unwanted text padding and margin spacing that is automatically applied by some WordPress themes.<br \\/>\\n* New: Notice that alerts users that they must install and activate the parent plugin Advanced Sermons if pro add-on is only installed and activated.<br \\/>\\n* New: Parameters added to the series shortcode to let users define order and number of series.<br \\/>\\n* New: Parameters added to the speakers shortcode to let users define order and number of speakers.<\\/p>\\n<p>= 1.6 =<br \\/>\\n* New: Bible Passage field added to sermons<br \\/>\\n* New: Display series details on single series page<br \\/>\\n* New: Display speaker details on single speaker page<br \\/>\\n* New: Option to hide meta fields from sermon edit page<br \\/>\\n* New: Speakers Shortcode<br \\/>\\n* New: Sermon Widget Shortcode<br \\/>\\n* New: Series Widget Shortcode<br \\/>\\n* New: Speaker Widget Shortcode<br \\/>\\n* Updated: Plugin Optimization<\\/p>\\n<p>= 1.5 =<br \\/>\\n* Updated: Ready for WordPress 5.3<br \\/>\\n* Updated: Settings UI updates<\\/p>\\n<p>= 1.4 =<br \\/>\\n* Updated: Select and display up to five speakers for a single sermon<br \\/>\\n* New: Optimization for custom sermon label in free version<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Fix: Series shortcode VC 5.5 margin layout conflict<br \\/>\\n* New: Select and display up to two speakers for a single sermon<br \\/>\\n* New: Version control Advanced Sermons Pro CSS stylesheets<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Fix: Related sermons 404 redirect error on subdirectory installs<br \\/>\\n* Fix: Related sermons date format to reflect sermon date format in general settings<br \\/>\\n* Updated: Language translation compatibility<\\/p>\\n<p>= 1.1 =<br \\/>\\n* New: Add action hooks to pro version shortcodes<br \\/>\\n* Update: Supports new customize topics label<br \\/>\\n* New: Customize filter bar with the ability to hiding filter options<br \\/>\\n* Fix: 404 redirect error on subdirectory installs<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Initial Release!<\\/p>\\n\"]}\";}','off'),(2431183,'wpforms_forms_first_created','1702358194','no'),(2501750,'_wpforms_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1734929180;s:5:\"ctime\";i:1734929180;}','yes'),(2501751,'_wpforms_transient_wpforms_/home/crossp22/public_html/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1758870972;s:5:\"ctime\";i:1758870972;}','yes'),(2532545,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(2532564,'activate_plugins','a:17:{i:0;s:45:\"advanced-sermons-pro/advanced-sermons-pro.php\";i:1;s:37:\"advanced-sermons/advanced-sermons.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:23:\"announcer/announcer.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:31:\"envato-market/envato-market.php\";i:6;s:33:\"fusion-builder/fusion-builder.php\";i:7;s:27:\"fusion-core/fusion-core.php\";i:8;s:49:\"google-calendar-events/google-calendar-events.php\";i:9;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:10;s:23:\"reftagger/RefTagger.php\";i:11;s:23:\"revslider/revslider.php\";i:12;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:23:\"wp-smushit/wp-smush.php\";i:15;s:27:\"wp-super-cache/wp-cache.php\";i:16;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(2532565,'koko_analytics_use_custom_endpoint','','on'),(2532568,'widget_koko-analytics-most-viewed-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2532569,'koko_analytics_version','2.0.18','on'),(2532572,'koko_analytics_last_aggregation_at','1759265551','on'),(2532939,'koko_analytics_realtime_pageview_count','a:1:{i:1759254420;i:1;}','off'),(2543712,'wpforms_version_previous','1.9.7.3','yes'),(2543713,'wpforms_splash_data_version','1.9.6','yes'),(2549790,'wpforms_pointers','a:2:{s:10:\"engagement\";a:0:{}s:7:\"dismiss\";a:1:{i:0;s:19:\"admin_menu_payments\";}}','yes'),(2596245,'sliderrevolution-v7-slide-map','a:1:{i:2;a:2:{s:1:\"s\";a:1:{i:2;i:2;}s:1:\"n\";a:1:{i:2;i:1;}}}','yes'),(2596246,'sliderrevolution-v7-migration-failed-map','a:0:{}','yes'),(2600860,'wpforms_splash_version','1.9.7','yes'),(2600888,'wpforms_templates_hash','c3aaddfa068d9a0e8268b1dfd339cd1f','yes'),(2633963,'burst_rest_api_optimizer_not_writable','1','no'),(2655640,'wpforms_lite_connect_generate_key_attempt_counter','1','auto'),(2655643,'wpforms_lite_connect','a:2:{s:4:\"site\";a:3:{s:6:\"domain\";s:21:\"crosspoint-church.com\";s:2:\"id\";s:20:\"mOqzt5NxptZM9YjgX2C8\";s:3:\"key\";s:256:\"5b5beeaffa8c7f602c60c84cdae88418952e0a243478a52b4cf5585b79c71e4b3286c4b08a22580e6c532c6a14d712ea477229da9af29a82e72618a9a0da7136ca0612820c285411bfdedf3058daa33a7365661ff14d20888607eb6ddf177e3a307abfb783b2ce70e25c90d9abd52fea7c38c1df5527cb58c95161890dfb3a23\";}s:12:\"access_token\";a:7:{s:6:\"domain\";s:21:\"crosspoint-church.com\";s:12:\"access_token\";s:256:\"0edf1aec8e7b6dcf8bad838d68bd537790998c9b0e80ef68dc0c9878fe6fc840e8f923c00a6ef7f56c633e8a90d6114a1f1a6206cab71cc19d591b58261965dff8b16cae63d4308307790fa21fe447d498b9e488fedc42c6acfd109eb89fb136d087fac1d06027e838405b3da0124e09d3dba4d6f37c1d87cf4cc460b87eae38\";s:7:\"user_ip\";s:27:\"144.208.70.176,66.249.84.39\";s:10:\"user_agent\";s:50:\"WPForms/1.9.8.1; https://www.crosspoint-church.com\";s:10:\"wp_version\";s:5:\"6.8.2\";s:10:\"created_at\";i:1759204522;s:10:\"expires_at\";i:1759809322;}}','auto');
INSERT INTO `wp_options` VALUES (2668982,'rsssl_404_cache','a:3990:{s:12:\"221.8.168.85\";a:1:{i:0;i:1722282202;}s:13:\"172.245.243.5\";a:1:{i:46;i:1722282730;}s:12:\"194.38.20.13\";a:1:{i:74;i:1733383265;}s:12:\"37.114.41.36\";a:1:{i:10;i:1722420885;}s:13:\"23.108.93.193\";a:1:{i:1;i:1722284176;}s:14:\"209.145.60.115\";a:1:{i:9;i:1724214790;}s:14:\"154.38.163.143\";a:1:{i:1;i:1722288485;}s:12:\"194.35.52.33\";a:1:{i:1;i:1722287885;}s:14:\"91.239.130.203\";a:1:{i:0;i:1722288093;}s:13:\"91.92.246.222\";a:2:{i:8;i:1722288307;i:9;i:1722288311;}s:12:\"94.156.64.71\";a:1:{i:0;i:1722289352;}s:13:\"84.239.12.132\";a:1:{i:0;i:1722289560;}s:12:\"66.249.79.37\";a:1:{i:52;i:1734793250;}s:14:\"185.217.119.19\";a:1:{i:1;i:1722293209;}s:15:\"168.227.140.142\";a:1:{i:0;i:1722295727;}s:14:\"74.125.215.230\";a:1:{i:8;i:1726880654;}s:11:\"69.58.1.251\";a:1:{i:0;i:1722310466;}s:12:\"66.249.79.32\";a:1:{i:52;i:1734793253;}s:12:\"45.148.10.59\";a:2:{i:21;i:1730061774;i:22;i:1730061777;}s:13:\"117.69.154.37\";a:1:{i:0;i:1722312744;}s:13:\"98.59.200.212\";a:2:{i:76;i:1734736209;i:77;i:1734736211;}s:12:\"66.249.79.35\";a:1:{i:41;i:1734720060;}s:15:\"144.126.131.216\";a:1:{i:5;i:1722722666;}s:13:\"20.120.134.36\";a:1:{i:0;i:1722341326;}s:14:\"184.154.139.10\";a:1:{i:48;i:1731782974;}s:13:\"149.28.47.244\";a:1:{i:14;i:1722344671;}s:14:\"145.239.10.137\";a:4:{i:98;i:1734510614;i:99;i:1734510615;i:100;i:1734510615;i:101;i:1734510615;}s:13:\"41.216.188.29\";a:1:{i:2;i:1722919182;}s:12:\"46.29.236.24\";a:2:{i:0;i:1722346478;i:1;i:1722346480;}s:12:\"24.19.19.122\";a:1:{i:277;i:1734562345;}s:14:\"52.125.136.237\";a:2:{i:4;i:1723648073;i:5;i:1723648075;}s:10:\"192.3.55.7\";a:1:{i:0;i:1722357867;}s:12:\"38.121.43.71\";a:1:{i:0;i:1722360041;}s:13:\"149.28.107.44\";a:3:{i:5;i:1722367031;i:6;i:1722367033;i:7;i:1722367035;}s:13:\"138.199.59.58\";a:1:{i:1;i:1722367822;}s:11:\"45.61.60.18\";a:1:{i:198;i:1722374467;}s:14:\"194.31.173.201\";a:1:{i:0;i:1722369552;}s:14:\"194.35.117.167\";a:1:{i:0;i:1722370517;}s:15:\"185.205.246.163\";a:1:{i:3;i:1722642861;}s:15:\"185.221.132.206\";a:1:{i:0;i:1722383454;}s:15:\"185.221.132.204\";a:1:{i:0;i:1722383502;}s:13:\"66.42.111.224\";a:2:{i:6;i:1722386344;i:7;i:1722386347;}s:14:\"154.38.163.141\";a:1:{i:1;i:1722389922;}s:13:\"77.36.123.178\";a:1:{i:1;i:1722389047;}s:13:\"164.90.206.49\";a:1:{i:4;i:1725668010;}s:14:\"94.136.184.254\";a:2:{i:64;i:1722914325;i:65;i:1722914328;}s:14:\"192.42.116.212\";a:1:{i:1;i:1729391210;}s:12:\"66.249.79.36\";a:1:{i:21;i:1734633622;}s:13:\"40.77.167.136\";a:1:{i:4;i:1724366232;}s:11:\"120.32.6.89\";a:1:{i:0;i:1722419400;}s:12:\"45.61.60.136\";a:1:{i:276;i:1723791795;}s:15:\"185.221.132.205\";a:1:{i:0;i:1722425114;}s:15:\"185.221.132.203\";a:1:{i:0;i:1722425158;}s:14:\"185.217.119.18\";a:1:{i:0;i:1722426065;}s:14:\"185.217.119.17\";a:1:{i:0;i:1722426099;}s:13:\"15.181.96.109\";a:1:{i:0;i:1722427591;}s:14:\"184.154.139.12\";a:1:{i:42;i:1734699262;}s:13:\"152.22.116.28\";a:1:{i:0;i:1722428293;}s:12:\"5.102.173.71\";a:1:{i:16;i:1732083963;}s:14:\"138.68.184.205\";a:2:{i:3;i:1724160741;i:4;i:1724160745;}s:12:\"94.156.68.34\";a:1:{i:8;i:1722434473;}s:13:\"172.245.243.4\";a:1:{i:67;i:1722649632;}s:13:\"104.160.8.183\";a:1:{i:0;i:1722434959;}s:12:\"203.159.81.5\";a:1:{i:0;i:1722437716;}s:12:\"203.159.81.1\";a:1:{i:0;i:1722437762;}s:13:\"172.92.86.183\";a:1:{i:1;i:1722438160;}s:14:\"172.203.237.77\";a:1:{i:0;i:1722445091;}s:12:\"45.63.82.234\";a:4:{i:4;i:1722445302;i:5;i:1722445303;i:6;i:1722445305;i:7;i:1722445306;}s:14:\"74.235.193.100\";a:1:{i:0;i:1722449753;}s:14:\"47.128.126.134\";a:1:{i:1;i:1729512047;}s:14:\"138.199.30.207\";a:1:{i:28;i:1722451211;}s:12:\"77.75.77.101\";a:1:{i:0;i:1722452390;}s:14:\"172.56.105.248\";a:1:{i:1;i:1722454859;}s:14:\"172.56.104.132\";a:1:{i:0;i:1722455001;}s:14:\"172.56.105.232\";a:1:{i:0;i:1722455014;}s:14:\"172.56.105.226\";a:2:{i:1;i:1722455081;i:2;i:1722455083;}s:15:\"107.174.149.203\";a:1:{i:1;i:1722456312;}s:11:\"40.77.167.7\";a:1:{i:7;i:1731425494;}s:13:\"203.159.81.10\";a:1:{i:0;i:1722457876;}s:13:\"203.159.81.13\";a:1:{i:0;i:1722457923;}s:13:\"149.28.94.232\";a:1:{i:0;i:1722465185;}s:12:\"5.75.226.231\";a:1:{i:0;i:1722484509;}s:12:\"66.249.79.34\";a:2:{i:43;i:1734793255;i:44;i:1734793258;}s:12:\"158.69.23.79\";a:1:{i:17;i:1728816864;}s:13:\"81.94.156.169\";a:1:{i:8;i:1723940568;}s:15:\"188.130.129.150\";a:1:{i:1;i:1722495384;}s:12:\"94.156.64.79\";a:1:{i:2;i:1724299881;}s:12:\"64.7.198.203\";a:1:{i:9;i:1722498749;}s:14:\"207.180.230.64\";a:1:{i:3;i:1723374323;}s:13:\"34.75.146.207\";a:4:{i:0;i:1722501047;i:1;i:1722501047;i:2;i:1722501047;i:3;i:1722501048;}s:13:\"37.139.53.167\";a:2:{i:0;i:1722506176;i:1;i:1722506178;}s:12:\"66.249.79.33\";a:1:{i:49;i:1734793256;}s:13:\"85.203.44.115\";a:1:{i:0;i:1722513032;}s:12:\"85.203.44.99\";a:1:{i:0;i:1722513035;}s:14:\"222.93.227.148\";a:1:{i:0;i:1722514015;}s:14:\"184.154.139.22\";a:2:{i:43;i:1734526567;i:44;i:1734526571;}s:12:\"173.252.83.5\";a:1:{i:0;i:1722520529;}s:14:\"52.167.144.166\";a:1:{i:2;i:1725140371;}s:13:\"38.152.206.35\";a:1:{i:1;i:1722524398;}s:14:\"213.202.233.34\";a:2:{i:15;i:1724201051;i:16;i:1724201054;}s:12:\"69.171.230.4\";a:1:{i:0;i:1722533426;}s:13:\"76.135.186.45\";a:1:{i:3;i:1731619871;}s:12:\"194.38.23.16\";a:1:{i:37;i:1729123244;}s:14:\"172.81.132.112\";a:2:{i:3;i:1722540954;i:4;i:1722540957;}s:13:\"34.201.76.119\";a:3:{i:0;i:1722539269;i:1;i:1722539269;i:2;i:1722539269;}s:13:\"45.114.241.58\";a:1:{i:0;i:1722539277;}s:14:\"178.171.17.216\";a:1:{i:0;i:1722539279;}s:14:\"45.154.122.154\";a:1:{i:0;i:1722539279;}s:11:\"91.92.255.4\";a:1:{i:0;i:1722540160;}s:10:\"45.77.6.69\";a:2:{i:6;i:1722541760;i:7;i:1722541763;}s:14:\"165.232.189.51\";a:1:{i:3;i:1723054144;}s:14:\"196.198.13.124\";a:1:{i:1;i:1722554005;}s:13:\"94.156.69.229\";a:1:{i:0;i:1722556082;}s:13:\"172.56.104.60\";a:1:{i:0;i:1722562349;}s:12:\"45.32.81.118\";a:4:{i:4;i:1722564453;i:5;i:1722564455;i:6;i:1722564456;i:7;i:1722564457;}s:14:\"141.98.196.132\";a:1:{i:10;i:1722566884;}s:12:\"40.77.167.60\";a:1:{i:1;i:1723683484;}s:13:\"38.152.206.42\";a:1:{i:0;i:1722569204;}s:13:\"149.40.52.193\";a:1:{i:1;i:1722761460;}s:13:\"156.239.52.41\";a:1:{i:1;i:1722571215;}s:13:\"173.208.27.21\";a:1:{i:2;i:1722749602;}s:14:\"156.239.36.215\";a:1:{i:1;i:1722573097;}s:13:\"44.211.236.76\";a:1:{i:0;i:1722581484;}s:12:\"47.128.42.47\";a:1:{i:0;i:1722586914;}s:9:\"127.0.0.1\";a:1:{i:69;i:1727449427;}s:11:\"86.48.6.195\";a:1:{i:1;i:1722748790;}s:14:\"52.167.144.205\";a:1:{i:1;i:1723235382;}s:10:\"31.6.43.49\";a:1:{i:1;i:1722592342;}s:14:\"52.167.144.214\";a:1:{i:2;i:1731112842;}s:13:\"69.171.230.20\";a:1:{i:0;i:1722594904;}s:15:\"173.252.107.112\";a:1:{i:2;i:1726133970;}s:13:\"94.156.69.122\";a:1:{i:47;i:1723213848;}s:14:\"156.239.53.197\";a:1:{i:1;i:1722600935;}s:14:\"184.154.139.11\";a:1:{i:37;i:1733927122;}s:14:\"75.237.120.125\";a:1:{i:0;i:1722601119;}s:12:\"17.241.227.9\";a:1:{i:0;i:1722603903;}s:13:\"23.27.240.206\";a:1:{i:1;i:1722604266;}s:12:\"4.213.154.66\";a:1:{i:0;i:1722605445;}s:14:\"154.196.71.236\";a:1:{i:0;i:1722608852;}s:13:\"68.183.95.185\";a:1:{i:11;i:1722978853;}s:13:\"178.20.44.219\";a:1:{i:0;i:1722614822;}s:14:\"209.145.63.209\";a:1:{i:11;i:1723049508;}s:11:\"51.89.6.184\";a:2:{i:0;i:1722616918;i:1;i:1722616922;}s:14:\"135.181.74.196\";a:1:{i:44;i:1722618048;}s:13:\"149.28.76.110\";a:4:{i:4;i:1722622372;i:5;i:1722622373;i:6;i:1722622375;i:7;i:1722622376;}s:12:\"40.77.167.18\";a:1:{i:2;i:1723523023;}s:13:\"92.118.39.244\";a:2:{i:0;i:1722623317;i:1;i:1722623317;}s:15:\"144.126.157.251\";a:1:{i:209;i:1724268512;}s:13:\"220.96.138.22\";a:1:{i:0;i:1722630193;}s:13:\"47.128.55.220\";a:1:{i:0;i:1722632478;}s:14:\"186.179.40.108\";a:1:{i:1;i:1722635173;}s:13:\"66.42.127.147\";a:1:{i:7;i:1722637299;}s:15:\"172.241.147.105\";a:1:{i:1;i:1722638469;}s:12:\"40.77.167.24\";a:1:{i:5;i:1730405989;}s:14:\"212.102.37.135\";a:1:{i:0;i:1722645746;}s:14:\"185.196.220.26\";a:1:{i:3;i:1730810092;}s:14:\"46.250.228.213\";a:2:{i:496;i:1722652266;i:497;i:1722652270;}s:13:\"45.227.254.34\";a:1:{i:40;i:1731003809;}s:13:\"166.137.171.5\";a:1:{i:1;i:1722655158;}s:13:\"178.20.42.231\";a:2:{i:0;i:1722654886;i:1;i:1722654888;}s:13:\"64.227.101.55\";a:1:{i:7;i:1722964192;}s:12:\"67.185.81.37\";a:1:{i:5;i:1722718568;}s:12:\"40.77.167.23\";a:1:{i:8;i:1726512539;}s:14:\"84.247.191.210\";a:1:{i:1;i:1722671984;}s:13:\"23.154.177.29\";a:1:{i:0;i:1722667849;}s:13:\"46.29.250.187\";a:1:{i:0;i:1722671666;}s:11:\"3.235.77.69\";a:1:{i:0;i:1722674662;}s:14:\"66.220.149.115\";a:1:{i:0;i:1722680428;}s:14:\"205.234.181.19\";a:1:{i:0;i:1722685656;}s:13:\"5.163.128.205\";a:1:{i:1;i:1722694716;}s:13:\"142.91.118.80\";a:1:{i:0;i:1722697496;}s:12:\"43.137.5.134\";a:1:{i:34;i:1732675680;}s:13:\"194.61.31.238\";a:1:{i:2;i:1722703431;}s:12:\"40.77.167.78\";a:1:{i:5;i:1730206262;}s:13:\"45.86.203.238\";a:1:{i:0;i:1722705430;}s:13:\"45.86.203.236\";a:1:{i:0;i:1722705468;}s:13:\"92.255.35.225\";a:1:{i:0;i:1722707730;}s:14:\"104.165.203.47\";a:1:{i:0;i:1722707737;}s:13:\"154.202.99.47\";a:1:{i:1;i:1722712412;}s:14:\"144.126.152.23\";a:1:{i:7;i:1724336216;}s:14:\"47.128.127.131\";a:1:{i:0;i:1722723947;}s:13:\"52.167.144.18\";a:1:{i:4;i:1731591971;}s:13:\"98.159.226.48\";a:1:{i:1;i:1722726042;}s:14:\"52.167.144.230\";a:1:{i:1;i:1730055672;}s:14:\"106.58.178.247\";a:1:{i:15;i:1722731233;}s:13:\"45.86.203.235\";a:1:{i:0;i:1722734805;}s:13:\"45.86.203.241\";a:1:{i:0;i:1722734843;}s:13:\"98.159.226.50\";a:1:{i:0;i:1722737228;}s:13:\"98.159.226.54\";a:1:{i:0;i:1722737268;}s:14:\"18.226.200.172\";a:1:{i:1;i:1722737697;}s:14:\"192.42.116.185\";a:1:{i:3;i:1732013507;}s:15:\"185.220.100.242\";a:2:{i:3;i:1729794348;i:4;i:1729794352;}s:14:\"192.42.116.196\";a:1:{i:1;i:1724683096;}s:14:\"74.125.215.231\";a:1:{i:7;i:1729968943;}s:13:\"73.42.139.173\";a:5:{i:5;i:1730310769;i:6;i:1730310769;i:7;i:1730310773;i:8;i:1730310773;i:9;i:1730310773;}s:12:\"172.104.89.9\";a:2:{i:1;i:1722746903;i:2;i:1722746904;}s:14:\"172.56.106.113\";a:1:{i:0;i:1722748235;}s:13:\"37.139.53.191\";a:2:{i:0;i:1722749432;i:1;i:1722749435;}s:13:\"95.142.121.26\";a:1:{i:6;i:1722752544;}s:11:\"94.32.66.15\";a:1:{i:0;i:1722753604;}s:14:\"67.185.134.111\";a:3:{i:3;i:1722755364;i:4;i:1722755364;i:5;i:1722755364;}s:13:\"47.128.38.209\";a:1:{i:0;i:1722754981;}s:13:\"47.128.38.182\";a:1:{i:0;i:1722755050;}s:11:\"3.79.109.73\";a:1:{i:0;i:1722755602;}s:14:\"78.153.140.223\";a:1:{i:59;i:1725756563;}s:13:\"47.128.110.24\";a:1:{i:0;i:1722760159;}s:13:\"47.128.32.255\";a:1:{i:0;i:1722760211;}s:13:\"66.220.149.11\";a:1:{i:0;i:1722760780;}s:12:\"47.128.113.0\";a:1:{i:0;i:1722760953;}s:14:\"69.171.249.115\";a:1:{i:0;i:1722762429;}s:14:\"139.213.45.132\";a:1:{i:0;i:1722764163;}s:13:\"69.171.230.10\";a:1:{i:1;i:1724835275;}s:12:\"47.13.105.40\";a:3:{i:0;i:1722771158;i:1;i:1722771158;i:2;i:1722771158;}s:14:\"154.38.163.139\";a:1:{i:1;i:1722773128;}s:14:\"207.193.220.78\";a:1:{i:0;i:1722776062;}s:13:\"46.250.243.39\";a:2:{i:0;i:1722779659;i:1;i:1722779661;}s:13:\"142.91.118.74\";a:1:{i:0;i:1722780750;}s:13:\"23.110.171.25\";a:1:{i:0;i:1722780826;}s:14:\"95.108.213.116\";a:1:{i:0;i:1722781289;}s:12:\"50.34.111.72\";a:1:{i:0;i:1722783473;}s:12:\"4.213.153.78\";a:1:{i:1;i:1722784758;}s:12:\"37.139.53.11\";a:2:{i:0;i:1722784529;i:1;i:1722784533;}s:15:\"174.231.129.132\";a:1:{i:0;i:1722786769;}s:14:\"212.102.33.141\";a:1:{i:1;i:1722788248;}s:13:\"94.156.68.159\";a:1:{i:50;i:1727377073;}s:14:\"74.125.215.229\";a:1:{i:11;i:1727911769;}s:13:\"98.59.228.148\";a:1:{i:31;i:1733684323;}s:12:\"185.92.26.47\";a:1:{i:0;i:1722791802;}s:12:\"185.92.26.34\";a:1:{i:0;i:1722791853;}s:14:\"172.56.106.103\";a:1:{i:0;i:1722792556;}s:14:\"71.227.223.142\";a:1:{i:57;i:1734288493;}s:12:\"87.106.12.37\";a:1:{i:2;i:1722792803;}s:15:\"174.231.130.230\";a:1:{i:0;i:1722795706;}s:15:\"174.224.202.225\";a:1:{i:0;i:1722795893;}s:14:\"149.28.204.191\";a:3:{i:5;i:1722796481;i:6;i:1722796482;i:7;i:1722796484;}s:15:\"174.215.116.141\";a:1:{i:0;i:1722797768;}s:13:\"174.204.69.95\";a:3:{i:1;i:1722799778;i:2;i:1722799778;i:3;i:1722799782;}s:13:\"140.82.20.125\";a:1:{i:7;i:1722800112;}s:13:\"128.199.7.128\";a:3:{i:199;i:1722803237;i:200;i:1722803238;i:201;i:1722803240;}s:12:\"76.121.26.43\";a:3:{i:19;i:1734546969;i:20;i:1734546969;i:21;i:1734546970;}s:13:\"67.185.80.136\";a:1:{i:87;i:1726893703;}s:12:\"185.211.6.82\";a:1:{i:15;i:1722812761;}s:13:\"185.25.205.66\";a:2:{i:9;i:1722813799;i:10;i:1722813802;}s:14:\"142.132.251.21\";a:2:{i:9;i:1722813800;i:10;i:1722813803;}s:14:\"89.248.174.182\";a:1:{i:1;i:1722814902;}s:14:\"185.220.101.56\";a:1:{i:0;i:1722815959;}s:12:\"204.27.64.10\";a:1:{i:3;i:1722815995;}s:12:\"217.146.2.41\";a:1:{i:0;i:1722816003;}s:12:\"45.80.158.23\";a:1:{i:3;i:1722816046;}s:12:\"176.9.106.30\";a:1:{i:5;i:1732752076;}s:15:\"103.194.186.130\";a:1:{i:0;i:1722823676;}s:15:\"103.194.184.234\";a:1:{i:0;i:1722829114;}s:12:\"94.156.64.75\";a:1:{i:260;i:1727300781;}s:11:\"111.68.8.66\";a:1:{i:0;i:1722832725;}s:15:\"213.180.203.217\";a:1:{i:0;i:1722836547;}s:13:\"47.128.17.101\";a:1:{i:0;i:1722844276;}s:12:\"47.128.27.29\";a:1:{i:0;i:1722846912;}s:13:\"47.128.30.178\";a:1:{i:0;i:1722846963;}s:13:\"47.128.27.223\";a:1:{i:0;i:1722847015;}s:13:\"47.128.39.156\";a:1:{i:0;i:1722847068;}s:14:\"47.128.116.115\";a:1:{i:0;i:1722847172;}s:13:\"47.128.22.191\";a:1:{i:0;i:1722847229;}s:12:\"47.128.21.78\";a:1:{i:0;i:1722847278;}s:12:\"47.128.99.18\";a:1:{i:0;i:1722847348;}s:13:\"47.128.118.96\";a:1:{i:0;i:1722847487;}s:13:\"47.128.63.122\";a:1:{i:0;i:1722847539;}s:12:\"47.128.45.80\";a:1:{i:0;i:1722847592;}s:12:\"47.128.46.41\";a:1:{i:0;i:1722848661;}s:13:\"47.128.46.247\";a:1:{i:0;i:1722848716;}s:13:\"47.128.126.23\";a:1:{i:0;i:1722848977;}s:12:\"47.128.50.37\";a:1:{i:0;i:1722850871;}s:12:\"47.128.39.53\";a:1:{i:0;i:1722850979;}s:13:\"47.128.28.147\";a:1:{i:0;i:1722851082;}s:13:\"161.97.131.39\";a:2:{i:5;i:1723106212;i:6;i:1723106215;}s:12:\"157.55.39.61\";a:1:{i:1;i:1723698197;}s:13:\"80.190.84.126\";a:1:{i:6;i:1722862944;}s:15:\"174.215.116.120\";a:1:{i:0;i:1722865509;}s:14:\"181.214.167.52\";a:1:{i:0;i:1722866677;}s:14:\"172.93.136.156\";a:1:{i:1;i:1722873847;}s:14:\"192.126.191.92\";a:1:{i:0;i:1722873847;}s:14:\"172.93.140.220\";a:1:{i:0;i:1722873847;}s:15:\"192.126.189.194\";a:1:{i:0;i:1722873857;}s:13:\"195.146.6.131\";a:2:{i:0;i:1722884402;i:1;i:1722884406;}s:12:\"40.77.167.61\";a:1:{i:0;i:1722885415;}s:13:\"78.142.243.29\";a:2:{i:0;i:1722885880;i:1;i:1722885881;}s:13:\"66.248.250.20\";a:1:{i:0;i:1722895849;}s:13:\"50.114.206.90\";a:1:{i:1;i:1722896033;}s:14:\"174.231.129.42\";a:1:{i:0;i:1722904265;}s:14:\"194.26.192.182\";a:1:{i:0;i:1722910520;}s:13:\"139.99.223.49\";a:1:{i:7;i:1723094478;}s:14:\"172.104.177.61\";a:2:{i:14;i:1722913296;i:15;i:1722913300;}s:13:\"31.220.76.144\";a:1:{i:3;i:1724140865;}s:15:\"193.233.134.237\";a:1:{i:0;i:1722914169;}s:12:\"51.15.184.67\";a:1:{i:130;i:1733268153;}s:13:\"31.220.76.136\";a:1:{i:46;i:1724145078;}s:14:\"152.42.251.244\";a:1:{i:0;i:1722925096;}s:13:\"152.53.67.235\";a:1:{i:1;i:1722931334;}s:14:\"142.132.155.94\";a:2:{i:0;i:1722929808;i:1;i:1722929811;}s:11:\"37.114.33.6\";a:1:{i:3;i:1733183120;}s:12:\"152.53.46.88\";a:1:{i:0;i:1722940741;}s:13:\"62.169.24.237\";a:1:{i:1;i:1722941012;}s:13:\"54.36.232.187\";a:1:{i:2;i:1723018338;}s:12:\"45.94.31.180\";a:1:{i:0;i:1722943244;}s:14:\"185.220.101.31\";a:1:{i:0;i:1722943252;}s:12:\"75.75.65.189\";a:2:{i:3;i:1722953492;i:4;i:1722953494;}s:13:\"50.125.51.179\";a:1:{i:0;i:1722966329;}s:13:\"104.131.2.169\";a:1:{i:2;i:1723333327;}s:14:\"208.167.249.73\";a:2:{i:6;i:1722970691;i:7;i:1722970694;}s:13:\"65.21.113.248\";a:1:{i:0;i:1722971207;}s:13:\"73.27.108.120\";a:1:{i:1;i:1722971894;}s:14:\"52.167.144.138\";a:1:{i:8;i:1729098925;}s:13:\"47.128.127.24\";a:1:{i:0;i:1722980430;}s:13:\"144.76.76.107\";a:1:{i:0;i:1722989693;}s:14:\"35.221.110.175\";a:1:{i:2;i:1722991025;}s:13:\"67.185.81.211\";a:1:{i:4;i:1722999347;}s:12:\"31.220.76.75\";a:1:{i:1;i:1723006509;}s:13:\"34.232.23.139\";a:1:{i:0;i:1723013460;}s:14:\"172.233.145.29\";a:2:{i:40;i:1723029679;i:41;i:1723029682;}s:14:\"52.230.152.243\";a:1:{i:4;i:1723015191;}s:13:\"52.230.152.30\";a:1:{i:1;i:1723015249;}s:15:\"217.113.194.137\";a:1:{i:2;i:1723017575;}s:12:\"45.138.16.74\";a:1:{i:0;i:1723021810;}s:14:\"168.138.32.158\";a:1:{i:7;i:1723026351;}s:13:\"52.230.152.51\";a:1:{i:0;i:1723033819;}s:13:\"50.47.108.137\";a:2:{i:13;i:1723037886;i:14;i:1723037890;}s:12:\"40.77.167.57\";a:1:{i:2;i:1729784243;}s:13:\"45.32.165.122\";a:3:{i:5;i:1723055126;i:6;i:1723055128;i:7;i:1723055130;}s:14:\"52.230.152.231\";a:1:{i:0;i:1723055122;}s:13:\"51.222.44.176\";a:1:{i:1;i:1723055760;}s:13:\"17.241.75.114\";a:1:{i:0;i:1723058332;}s:12:\"45.63.65.186\";a:2:{i:6;i:1723058588;i:7;i:1723058591;}s:13:\"42.193.17.124\";a:1:{i:17;i:1723059997;}s:11:\"45.88.97.21\";a:1:{i:55;i:1723064880;}s:13:\"40.114.92.169\";a:1:{i:1;i:1723066321;}s:12:\"40.77.167.65\";a:1:{i:4;i:1731424702;}s:12:\"207.46.13.54\";a:1:{i:2;i:1723068415;}s:14:\"52.167.144.145\";a:1:{i:6;i:1731408182;}s:13:\"40.77.190.191\";a:2:{i:0;i:1723069352;i:1;i:1723069352;}s:13:\"173.252.83.27\";a:1:{i:0;i:1723071343;}s:12:\"84.239.45.15\";a:1:{i:3;i:1723074976;}s:15:\"213.180.203.133\";a:1:{i:0;i:1723083835;}s:14:\"172.56.201.125\";a:1:{i:0;i:1723086262;}s:14:\"165.227.140.75\";a:2:{i:0;i:1723106231;i:1;i:1723106234;}s:14:\"146.190.65.202\";a:1:{i:0;i:1723108350;}s:14:\"69.171.230.113\";a:1:{i:0;i:1723112630;}s:14:\"74.225.210.220\";a:1:{i:1;i:1723133349;}s:14:\"249.46.182.150\";a:1:{i:0;i:1723137664;}s:12:\"45.148.10.75\";a:1:{i:2;i:1725157666;}s:15:\"174.215.120.107\";a:1:{i:4;i:1723142611;}s:12:\"47.203.71.27\";a:1:{i:12;i:1723654462;}s:11:\"57.141.7.20\";a:1:{i:0;i:1723146913;}s:14:\"207.246.69.151\";a:2:{i:6;i:1723149125;i:7;i:1723149127;}s:13:\"108.61.132.75\";a:1:{i:7;i:1723150969;}s:14:\"35.212.202.215\";a:1:{i:0;i:1723159398;}s:14:\"48.239.116.194\";a:1:{i:0;i:1723160147;}s:14:\"144.208.77.188\";a:1:{i:0;i:1723166309;}s:13:\"76.121.27.238\";a:1:{i:0;i:1723166739;}s:12:\"69.171.249.7\";a:1:{i:0;i:1723170307;}s:15:\"173.252.107.115\";a:1:{i:2;i:1726736479;}s:14:\"52.237.251.117\";a:2:{i:67;i:1723194281;i:68;i:1723194285;}s:13:\"47.236.177.76\";a:2:{i:0;i:1723194767;i:1;i:1723194767;}s:11:\"71.85.41.66\";a:1:{i:0;i:1723201756;}s:13:\"13.229.71.110\";a:1:{i:3;i:1723202143;}s:13:\"69.160.160.57\";a:2:{i:2;i:1729279063;i:3;i:1729279064;}s:13:\"89.110.87.170\";a:2:{i:0;i:1723208815;i:1;i:1723208816;}s:14:\"173.252.87.114\";a:1:{i:0;i:1723227666;}s:12:\"217.69.7.157\";a:1:{i:1;i:1723233877;}s:13:\"54.148.204.57\";a:1:{i:1;i:1723235810;}s:13:\"45.32.175.133\";a:3:{i:5;i:1723239694;i:6;i:1723239696;i:7;i:1723239698;}s:12:\"40.77.167.51\";a:1:{i:1;i:1730998513;}s:11:\"23.95.39.22\";a:3:{i:0;i:1723242214;i:1;i:1723242216;i:2;i:1723242218;}s:11:\"45.63.79.81\";a:2:{i:6;i:1723242997;i:7;i:1723243000;}s:13:\"69.171.249.15\";a:1:{i:0;i:1723243340;}s:13:\"167.99.61.192\";a:1:{i:0;i:1723244008;}s:13:\"139.59.225.22\";a:1:{i:9;i:1723258790;}s:10:\"217.69.3.3\";a:1:{i:0;i:1723247635;}s:13:\"173.252.83.16\";a:1:{i:0;i:1723249438;}s:13:\"69.171.249.14\";a:1:{i:1;i:1726048332;}s:12:\"91.92.242.21\";a:1:{i:22;i:1726163950;}s:13:\"159.100.9.248\";a:1:{i:0;i:1723265407;}s:12:\"31.220.76.76\";a:1:{i:1;i:1723266400;}s:12:\"163.74.240.2\";a:1:{i:0;i:1723273621;}s:15:\"207.231.104.140\";a:1:{i:0;i:1723274439;}s:13:\"173.252.83.22\";a:1:{i:0;i:1723277858;}s:14:\"157.230.81.173\";a:1:{i:0;i:1723278736;}s:13:\"66.220.149.24\";a:1:{i:0;i:1723279057;}s:12:\"51.79.145.19\";a:1:{i:0;i:1723283236;}s:13:\"69.171.230.12\";a:1:{i:1;i:1723899882;}s:14:\"157.245.110.25\";a:1:{i:2;i:1723541850;}s:13:\"69.171.230.19\";a:1:{i:0;i:1723307802;}s:13:\"45.141.215.29\";a:1:{i:28;i:1723309662;}s:12:\"98.97.32.235\";a:1:{i:3;i:1723337322;}s:12:\"91.92.254.82\";a:1:{i:1;i:1724303016;}s:13:\"57.129.13.161\";a:1:{i:0;i:1723317590;}s:13:\"172.56.105.58\";a:7:{i:0;i:1723326090;i:1;i:1723326091;i:2;i:1723326091;i:3;i:1723326092;i:4;i:1723326092;i:5;i:1723326092;i:6;i:1723326093;}s:12:\"72.183.79.60\";a:1:{i:0;i:1723328484;}s:12:\"24.17.164.62\";a:1:{i:42;i:1731204030;}s:14:\"52.167.144.161\";a:1:{i:1;i:1725333898;}s:15:\"144.126.128.225\";a:1:{i:69;i:1725044952;}s:12:\"3.136.27.150\";a:1:{i:1;i:1723342546;}s:13:\"104.28.116.28\";a:1:{i:1;i:1730034999;}s:12:\"24.19.21.120\";a:1:{i:10;i:1730169591;}s:13:\"140.228.24.10\";a:1:{i:0;i:1723345602;}s:13:\"94.156.66.185\";a:1:{i:26;i:1723350330;}s:13:\"73.240.221.65\";a:3:{i:10;i:1723356639;i:11;i:1723356640;i:12;i:1723356640;}s:14:\"52.167.144.191\";a:1:{i:3;i:1731114534;}s:13:\"139.59.250.65\";a:1:{i:0;i:1723372914;}s:12:\"47.128.26.59\";a:1:{i:0;i:1723377532;}s:14:\"184.154.139.13\";a:1:{i:12;i:1734353695;}s:13:\"67.185.80.208\";a:2:{i:0;i:1723387754;i:1;i:1723387756;}s:14:\"47.128.114.145\";a:1:{i:0;i:1723390327;}s:14:\"67.185.135.145\";a:1:{i:11;i:1730047597;}s:12:\"69.171.230.1\";a:1:{i:2;i:1724359514;}s:13:\"74.220.251.57\";a:1:{i:1;i:1728858577;}s:13:\"172.56.105.77\";a:1:{i:0;i:1723395696;}s:14:\"20.188.226.158\";a:1:{i:11;i:1723402169;}s:15:\"104.247.184.200\";a:1:{i:3;i:1723406024;}s:13:\"79.43.214.248\";a:1:{i:0;i:1723406697;}s:15:\"107.173.200.191\";a:1:{i:0;i:1723411575;}s:15:\"107.173.224.102\";a:1:{i:0;i:1723411578;}s:13:\"20.255.154.66\";a:1:{i:13;i:1723415755;}s:12:\"23.95.251.77\";a:1:{i:0;i:1723414809;}s:15:\"181.177.122.213\";a:1:{i:0;i:1723414815;}s:14:\"107.150.71.232\";a:1:{i:0;i:1723416996;}s:15:\"144.126.136.157\";a:1:{i:10;i:1725168534;}s:13:\"94.156.66.165\";a:1:{i:19;i:1725246165;}s:13:\"51.222.253.18\";a:1:{i:1;i:1728630384;}s:14:\"193.56.137.163\";a:2:{i:2;i:1723728608;i:3;i:1723728609;}s:14:\"193.56.137.161\";a:1:{i:1;i:1723728600;}s:15:\"111.119.197.131\";a:1:{i:0;i:1723448813;}s:12:\"209.126.4.86\";a:1:{i:99;i:1724614472;}s:13:\"102.89.44.180\";a:1:{i:0;i:1723453542;}s:12:\"3.127.53.123\";a:1:{i:0;i:1723473518;}s:13:\"13.82.132.116\";a:1:{i:1;i:1723486700;}s:14:\"162.213.116.82\";a:1:{i:1;i:1723492932;}s:13:\"35.180.226.47\";a:1:{i:1;i:1723496634;}s:13:\"73.35.189.234\";a:2:{i:35;i:1733791099;i:36;i:1733791100;}s:14:\"64.176.170.215\";a:2:{i:6;i:1723499050;i:7;i:1723499053;}s:14:\"144.202.35.120\";a:1:{i:7;i:1723500442;}s:14:\"216.244.66.243\";a:1:{i:3;i:1734490627;}s:12:\"31.220.76.73\";a:1:{i:1;i:1723515587;}s:14:\"52.167.144.197\";a:1:{i:1;i:1723517232;}s:14:\"52.167.144.225\";a:1:{i:4;i:1727673009;}s:12:\"40.77.167.52\";a:1:{i:4;i:1726167338;}s:12:\"40.77.167.47\";a:1:{i:6;i:1731711964;}s:14:\"52.167.144.173\";a:1:{i:2;i:1730223630;}s:14:\"52.167.144.238\";a:1:{i:1;i:1730079802;}s:12:\"40.77.167.75\";a:1:{i:3;i:1725772221;}s:14:\"141.94.194.132\";a:1:{i:5;i:1732905015;}s:14:\"52.167.144.233\";a:1:{i:7;i:1731115549;}s:14:\"52.167.144.187\";a:1:{i:4;i:1726210711;}s:11:\"94.156.68.3\";a:1:{i:24;i:1723561134;}s:13:\"94.156.65.250\";a:1:{i:7;i:1727378396;}s:14:\"91.142.213.117\";a:1:{i:0;i:1723542089;}s:14:\"52.167.144.208\";a:1:{i:2;i:1730203838;}s:14:\"52.167.144.209\";a:1:{i:1;i:1731111820;}s:12:\"47.128.26.35\";a:1:{i:0;i:1723563252;}s:13:\"47.128.31.134\";a:1:{i:0;i:1723563301;}s:12:\"47.128.99.53\";a:1:{i:0;i:1723563354;}s:12:\"45.77.72.233\";a:2:{i:6;i:1723563442;i:7;i:1723563444;}s:14:\"116.213.36.234\";a:1:{i:0;i:1723565010;}s:11:\"73.53.59.94\";a:1:{i:0;i:1723570025;}s:12:\"31.220.76.77\";a:1:{i:1;i:1723576185;}s:14:\"64.176.163.165\";a:1:{i:7;i:1723576134;}s:13:\"173.252.107.2\";a:1:{i:0;i:1723586877;}s:12:\"35.190.142.5\";a:2:{i:0;i:1723589012;i:1;i:1723589013;}s:12:\"91.92.254.94\";a:1:{i:0;i:1723591777;}s:14:\"136.226.54.249\";a:3:{i:2;i:1723596263;i:3;i:1723596263;i:4;i:1723596263;}s:14:\"193.26.115.202\";a:2:{i:1;i:1723597053;i:2;i:1723597056;}s:13:\"222.153.34.33\";a:1:{i:0;i:1723600628;}s:13:\"3.144.124.136\";a:1:{i:0;i:1723609940;}s:12:\"18.224.62.52\";a:1:{i:0;i:1723612585;}s:12:\"3.141.25.212\";a:1:{i:0;i:1723613075;}s:14:\"103.110.183.81\";a:1:{i:0;i:1723619480;}s:14:\"96.126.110.181\";a:1:{i:0;i:1723623088;}s:15:\"143.244.168.161\";a:1:{i:2;i:1723623133;}s:12:\"142.93.143.8\";a:1:{i:2;i:1723623133;}s:12:\"138.68.86.32\";a:1:{i:0;i:1723623133;}s:12:\"31.220.76.74\";a:1:{i:7;i:1723626124;}s:13:\"13.38.103.110\";a:1:{i:6;i:1723644141;}s:13:\"139.59.250.74\";a:1:{i:0;i:1723646793;}s:14:\"47.128.127.186\";a:1:{i:0;i:1723650625;}s:14:\"165.22.241.216\";a:1:{i:0;i:1723651991;}s:10:\"57.141.7.3\";a:1:{i:0;i:1723652321;}s:12:\"45.76.20.221\";a:3:{i:5;i:1723653395;i:6;i:1723653396;i:7;i:1723653398;}s:13:\"149.71.178.32\";a:1:{i:0;i:1723658828;}s:14:\"64.176.162.205\";a:2:{i:6;i:1723666360;i:7;i:1723666364;}s:13:\"47.251.14.232\";a:2:{i:0;i:1723667024;i:1;i:1723667028;}s:10:\"47.88.5.56\";a:2:{i:0;i:1723667030;i:1;i:1723667033;}s:11:\"47.88.87.97\";a:1:{i:0;i:1723667033;}s:12:\"47.88.94.159\";a:1:{i:1;i:1732356231;}s:14:\"76.135.179.227\";a:3:{i:7;i:1723667878;i:8;i:1723667878;i:9;i:1723667878;}s:14:\"47.156.125.152\";a:1:{i:0;i:1723675697;}s:14:\"76.135.148.132\";a:2:{i:27;i:1732119752;i:28;i:1732119755;}s:13:\"40.77.167.121\";a:1:{i:1;i:1734171589;}s:14:\"154.221.20.156\";a:1:{i:17;i:1723683278;}s:12:\"83.147.52.49\";a:1:{i:12;i:1723934971;}s:13:\"211.95.10.132\";a:1:{i:2;i:1723697646;}s:13:\"148.163.76.54\";a:1:{i:0;i:1723686717;}s:14:\"95.108.213.176\";a:1:{i:0;i:1723688334;}s:13:\"52.167.144.16\";a:1:{i:1;i:1729663915;}s:13:\"66.249.88.192\";a:1:{i:0;i:1723690110;}s:14:\"171.41.149.197\";a:1:{i:0;i:1723693251;}s:13:\"148.163.93.91\";a:1:{i:0;i:1723693261;}s:13:\"40.77.167.254\";a:1:{i:2;i:1725777853;}s:13:\"4.247.176.175\";a:1:{i:1;i:1723695660;}s:12:\"173.252.83.2\";a:1:{i:0;i:1723697512;}s:13:\"207.46.13.141\";a:1:{i:1;i:1725333641;}s:14:\"112.192.230.73\";a:1:{i:0;i:1723697642;}s:11:\"54.89.88.45\";a:2:{i:3;i:1723834296;i:4;i:1723834299;}s:12:\"5.255.231.25\";a:1:{i:1;i:1731552027;}s:13:\"184.154.76.22\";a:2:{i:33;i:1734613180;i:34;i:1734613183;}s:13:\"34.134.63.197\";a:1:{i:0;i:1723729384;}s:13:\"104.197.79.18\";a:2:{i:0;i:1723730077;i:1;i:1723730079;}s:14:\"173.252.83.114\";a:1:{i:1;i:1724366783;}s:13:\"50.123.66.125\";a:1:{i:10;i:1726414168;}s:13:\"125.88.207.79\";a:1:{i:25;i:1728230960;}s:13:\"40.77.167.247\";a:2:{i:1;i:1723740485;i:2;i:1723740489;}s:14:\"52.167.144.220\";a:1:{i:9;i:1734415596;}s:11:\"96.8.122.47\";a:1:{i:0;i:1723740654;}s:14:\"78.153.140.224\";a:1:{i:2;i:1725400390;}s:13:\"4.213.112.139\";a:1:{i:3;i:1724470090;}s:12:\"91.92.247.86\";a:2:{i:5;i:1723756566;i:6;i:1723756570;}s:14:\"143.198.26.142\";a:2:{i:6;i:1723760144;i:7;i:1723760148;}s:12:\"66.249.73.32\";a:1:{i:2;i:1728089510;}s:13:\"159.89.190.29\";a:1:{i:7;i:1723774231;}s:12:\"45.138.16.96\";a:1:{i:2;i:1725282193;}s:13:\"128.90.174.39\";a:1:{i:6;i:1723782975;}s:12:\"73.19.54.139\";a:1:{i:0;i:1723783815;}s:13:\"66.220.149.10\";a:1:{i:0;i:1723792697;}s:12:\"5.81.226.155\";a:1:{i:0;i:1723797886;}s:12:\"9.233.107.85\";a:1:{i:0;i:1723800025;}s:13:\"173.252.83.48\";a:1:{i:0;i:1723805583;}s:13:\"34.45.115.144\";a:2:{i:2;i:1723966670;i:3;i:1723966671;}s:13:\"173.252.83.15\";a:1:{i:0;i:1723806565;}s:13:\"84.239.12.147\";a:1:{i:0;i:1723810651;}s:13:\"173.252.83.33\";a:1:{i:0;i:1723810857;}s:12:\"66.249.73.35\";a:1:{i:2;i:1728076937;}s:14:\"198.144.178.13\";a:1:{i:1;i:1724254619;}s:13:\"47.128.115.37\";a:1:{i:0;i:1723817851;}s:14:\"94.224.201.189\";a:1:{i:0;i:1723820386;}s:13:\"47.128.33.230\";a:1:{i:0;i:1723823471;}s:14:\"47.128.110.116\";a:1:{i:0;i:1723823523;}s:13:\"47.128.36.138\";a:1:{i:0;i:1723823585;}s:13:\"47.128.63.214\";a:1:{i:0;i:1723823628;}s:14:\"178.128.52.228\";a:1:{i:78;i:1723976207;}s:13:\"47.128.50.222\";a:1:{i:0;i:1723825868;}s:14:\"139.155.251.82\";a:1:{i:8;i:1723830502;}s:13:\"47.128.27.106\";a:1:{i:0;i:1723831810;}s:13:\"76.135.140.49\";a:1:{i:4;i:1723838734;}s:12:\"45.55.40.146\";a:1:{i:7;i:1723841161;}s:15:\"157.245.115.111\";a:1:{i:1;i:1723896394;}s:13:\"68.183.83.219\";a:1:{i:22;i:1730260580;}s:15:\"181.177.102.101\";a:1:{i:0;i:1723861567;}s:14:\"209.130.23.142\";a:1:{i:0;i:1723863915;}s:15:\"209.242.211.145\";a:1:{i:0;i:1723865501;}s:12:\"40.77.167.20\";a:1:{i:1;i:1724345662;}s:15:\"143.244.142.166\";a:1:{i:5;i:1727361175;}s:13:\"47.128.99.157\";a:1:{i:0;i:1723880298;}s:12:\"47.128.55.52\";a:1:{i:0;i:1723884166;}s:14:\"193.32.126.237\";a:1:{i:0;i:1723885783;}s:15:\"192.210.166.208\";a:1:{i:0;i:1723886406;}s:13:\"66.220.149.40\";a:1:{i:0;i:1723890001;}s:12:\"66.220.149.6\";a:1:{i:1;i:1724352759;}s:13:\"161.35.62.211\";a:1:{i:1;i:1723947503;}s:11:\"51.44.25.64\";a:1:{i:1;i:1723900378;}s:13:\"69.171.249.11\";a:1:{i:1;i:1726481960;}s:12:\"47.128.61.88\";a:1:{i:0;i:1723903512;}s:13:\"47.128.18.143\";a:1:{i:0;i:1723903560;}s:13:\"47.128.120.35\";a:1:{i:0;i:1723903612;}s:12:\"47.128.99.41\";a:1:{i:0;i:1723903663;}s:12:\"47.128.39.13\";a:1:{i:0;i:1723907941;}s:13:\"47.128.18.133\";a:1:{i:0;i:1723908189;}s:12:\"47.128.56.96\";a:1:{i:0;i:1723908243;}s:13:\"47.128.18.225\";a:1:{i:0;i:1723908294;}s:13:\"47.128.47.150\";a:1:{i:0;i:1723908397;}s:14:\"47.128.122.181\";a:1:{i:0;i:1723908446;}s:12:\"47.128.29.29\";a:1:{i:0;i:1723908500;}s:12:\"47.128.98.64\";a:1:{i:0;i:1723908552;}s:12:\"47.128.55.59\";a:1:{i:0;i:1723908605;}s:12:\"47.128.28.35\";a:1:{i:0;i:1723908655;}s:13:\"47.128.43.195\";a:1:{i:0;i:1723908707;}s:12:\"47.128.29.16\";a:1:{i:0;i:1723908760;}s:12:\"47.128.109.6\";a:1:{i:0;i:1723908811;}s:13:\"47.128.109.65\";a:1:{i:0;i:1723908863;}s:14:\"35.247.243.253\";a:1:{i:48;i:1727752668;}s:14:\"35.247.243.254\";a:1:{i:33;i:1727752785;}s:12:\"34.96.162.58\";a:1:{i:29;i:1727752495;}s:14:\"35.247.243.240\";a:1:{i:43;i:1727752737;}s:12:\"34.96.162.54\";a:1:{i:34;i:1727752796;}s:12:\"34.96.162.50\";a:1:{i:46;i:1727756072;}s:14:\"35.247.243.244\";a:1:{i:47;i:1727752791;}s:14:\"35.247.243.250\";a:1:{i:44;i:1727752558;}s:14:\"35.247.243.246\";a:1:{i:39;i:1727756340;}s:14:\"35.247.243.245\";a:1:{i:49;i:1727752643;}s:12:\"34.96.162.55\";a:1:{i:46;i:1729956178;}s:12:\"34.96.162.49\";a:1:{i:39;i:1727752569;}s:14:\"35.247.243.251\";a:1:{i:48;i:1727752716;}s:14:\"35.247.243.252\";a:1:{i:46;i:1727752330;}s:14:\"35.247.243.241\";a:1:{i:41;i:1729956335;}s:14:\"35.247.243.247\";a:1:{i:41;i:1727752681;}s:14:\"35.247.243.248\";a:1:{i:41;i:1727752542;}s:12:\"34.96.162.59\";a:1:{i:29;i:1727752305;}s:12:\"34.96.162.60\";a:1:{i:31;i:1729760741;}s:12:\"34.96.162.57\";a:1:{i:43;i:1729760558;}s:12:\"34.96.162.61\";a:1:{i:29;i:1727752693;}s:14:\"35.247.243.243\";a:1:{i:35;i:1727752325;}s:14:\"35.247.243.242\";a:1:{i:35;i:1727751651;}s:12:\"34.96.162.62\";a:1:{i:43;i:1727752450;}s:12:\"34.96.162.56\";a:1:{i:41;i:1727752489;}s:13:\"24.17.167.115\";a:1:{i:1;i:1723926497;}s:12:\"34.96.162.48\";a:1:{i:41;i:1728173044;}s:12:\"34.96.162.51\";a:1:{i:35;i:1727752533;}s:12:\"34.96.162.52\";a:1:{i:46;i:1727752766;}s:12:\"34.96.162.63\";a:1:{i:31;i:1727752436;}s:12:\"34.96.162.53\";a:1:{i:39;i:1727752704;}s:14:\"35.247.243.249\";a:1:{i:34;i:1727752618;}s:14:\"35.247.243.255\";a:1:{i:30;i:1727751493;}s:13:\"67.185.81.204\";a:1:{i:2;i:1723942900;}s:11:\"13.38.52.45\";a:1:{i:3;i:1724174117;}s:12:\"3.147.77.208\";a:1:{i:1;i:1723947354;}s:15:\"206.189.150.169\";a:1:{i:112;i:1724004339;}s:12:\"40.77.167.79\";a:1:{i:5;i:1729436622;}s:13:\"50.34.198.247\";a:1:{i:0;i:1723954225;}s:11:\"24.18.168.5\";a:1:{i:0;i:1723957858;}s:14:\"38.242.150.167\";a:2:{i:8;i:1723958284;i:9;i:1723958287;}s:14:\"173.44.141.209\";a:1:{i:1;i:1723963414;}s:14:\"103.231.172.82\";a:1:{i:1;i:1723969826;}s:13:\"4.213.141.139\";a:1:{i:3;i:1724750066;}s:14:\"103.212.99.194\";a:1:{i:1;i:1723974624;}s:14:\"15.237.190.194\";a:1:{i:2;i:1724180417;}s:13:\"52.167.144.17\";a:1:{i:5;i:1734426286;}s:13:\"35.180.122.76\";a:1:{i:7;i:1723994268;}s:13:\"199.48.193.49\";a:1:{i:1;i:1727466502;}s:12:\"98.54.157.84\";a:2:{i:9;i:1724006158;i:10;i:1724006161;}s:13:\"47.128.54.105\";a:1:{i:0;i:1724000391;}s:11:\"40.77.167.5\";a:1:{i:1;i:1725334334;}s:13:\"73.254.47.118\";a:1:{i:34;i:1729279026;}s:13:\"73.42.138.114\";a:1:{i:11;i:1726421297;}s:12:\"73.11.211.12\";a:1:{i:6;i:1724009744;}s:13:\"31.220.76.143\";a:1:{i:1;i:1724013588;}s:14:\"207.246.70.136\";a:2:{i:6;i:1724015174;i:7;i:1724015177;}s:12:\"76.30.207.63\";a:3:{i:0;i:1724015590;i:1;i:1724015590;i:2;i:1724015592;}s:13:\"118.89.55.160\";a:2:{i:17;i:1724017095;i:18;i:1724017097;}s:11:\"73.3.43.181\";a:3:{i:5;i:1724023919;i:6;i:1724023919;i:7;i:1724023920;}s:12:\"68.61.48.187\";a:2:{i:1;i:1724024420;i:2;i:1724024423;}s:15:\"144.202.111.173\";a:3:{i:5;i:1724029345;i:6;i:1724029346;i:7;i:1724029349;}s:15:\"168.151.226.254\";a:1:{i:0;i:1724030698;}s:14:\"188.166.214.21\";a:1:{i:61;i:1724071305;}s:14:\"185.98.136.180\";a:1:{i:0;i:1724034591;}s:13:\"40.77.167.143\";a:1:{i:0;i:1724039261;}s:13:\"176.99.135.29\";a:1:{i:5;i:1725349626;}s:14:\"179.43.149.114\";a:2:{i:9;i:1724056631;i:10;i:1724056633;}s:14:\"52.167.144.184\";a:1:{i:7;i:1733815518;}s:14:\"20.171.206.166\";a:1:{i:5;i:1724060830;}s:14:\"20.171.206.204\";a:1:{i:0;i:1724060848;}s:14:\"20.171.206.181\";a:1:{i:0;i:1724064831;}s:14:\"152.39.129.216\";a:1:{i:0;i:1724068649;}s:13:\"23.20.165.224\";a:1:{i:0;i:1724069953;}s:11:\"96.4.168.28\";a:1:{i:1;i:1724077621;}s:14:\"165.22.249.151\";a:1:{i:96;i:1724091151;}s:13:\"47.128.35.140\";a:1:{i:0;i:1724082631;}s:13:\"45.148.10.241\";a:1:{i:3;i:1724323397;}s:13:\"38.45.125.154\";a:1:{i:0;i:1724089450;}s:13:\"157.55.39.201\";a:1:{i:3;i:1724100180;}s:12:\"47.128.33.69\";a:1:{i:0;i:1724101152;}s:13:\"109.195.210.2\";a:1:{i:1;i:1724103381;}s:13:\"45.148.10.206\";a:1:{i:21;i:1732357496;}s:14:\"144.202.50.169\";a:2:{i:6;i:1724105914;i:7;i:1724105918;}s:14:\"158.247.218.24\";a:3:{i:5;i:1724112159;i:6;i:1724112161;i:7;i:1724112163;}s:14:\"89.150.162.196\";a:1:{i:2;i:1724121323;}s:12:\"40.77.167.32\";a:1:{i:3;i:1731595407;}s:11:\"40.77.167.2\";a:1:{i:1;i:1725473724;}s:13:\"198.46.84.154\";a:1:{i:0;i:1724133862;}s:12:\"207.46.13.14\";a:1:{i:1;i:1724748096;}s:15:\"144.126.135.200\";a:1:{i:9;i:1725924340;}s:14:\"154.12.230.117\";a:2:{i:36;i:1724147474;i:37;i:1724147478;}s:12:\"40.77.167.33\";a:1:{i:1;i:1725331995;}s:12:\"66.220.149.4\";a:1:{i:0;i:1724154350;}s:13:\"45.207.194.49\";a:1:{i:1;i:1724162076;}s:12:\"31.222.235.4\";a:1:{i:0;i:1724170904;}s:12:\"47.128.58.67\";a:1:{i:0;i:1724182751;}s:13:\"45.32.233.167\";a:2:{i:6;i:1724185045;i:7;i:1724185049;}s:13:\"45.32.162.255\";a:2:{i:6;i:1724187585;i:7;i:1724187587;}s:13:\"69.171.251.12\";a:2:{i:1;i:1724188851;i:2;i:1724188854;}s:14:\"166.181.89.141\";a:1:{i:0;i:1724195710;}s:12:\"84.239.12.14\";a:1:{i:0;i:1724198543;}s:13:\"24.143.73.176\";a:3:{i:35;i:1724776335;i:36;i:1724776335;i:37;i:1724776335;}s:14:\"74.225.218.129\";a:1:{i:3;i:1726368280;}s:13:\"45.66.231.169\";a:1:{i:0;i:1724222878;}s:12:\"51.77.195.59\";a:1:{i:10;i:1724224183;}s:15:\"135.181.180.100\";a:1:{i:7;i:1724224170;}s:13:\"52.136.236.15\";a:1:{i:10;i:1724224203;}s:12:\"74.208.81.83\";a:1:{i:10;i:1724224229;}s:14:\"66.165.248.146\";a:3:{i:8;i:1724224230;i:9;i:1724224232;i:10;i:1724224234;}s:13:\"173.252.83.23\";a:1:{i:0;i:1724230652;}s:12:\"173.252.87.6\";a:1:{i:0;i:1724231953;}s:11:\"74.208.9.96\";a:1:{i:1;i:1724232158;}s:13:\"69.171.230.13\";a:1:{i:0;i:1724242064;}s:14:\"67.185.128.148\";a:1:{i:1;i:1724246954;}s:14:\"167.71.211.222\";a:1:{i:4;i:1725621180;}s:13:\"66.220.149.32\";a:1:{i:0;i:1724250412;}s:13:\"156.244.30.40\";a:1:{i:1;i:1724256948;}s:11:\"45.77.161.8\";a:2:{i:6;i:1724259077;i:7;i:1724259079;}s:13:\"104.28.116.21\";a:1:{i:0;i:1724262141;}s:13:\"167.99.195.45\";a:1:{i:0;i:1724264280;}s:14:\"144.202.54.202\";a:2:{i:6;i:1724264314;i:7;i:1724264318;}s:15:\"165.227.237.249\";a:1:{i:0;i:1724267996;}s:13:\"198.12.66.150\";a:1:{i:0;i:1724275539;}s:15:\"185.213.155.190\";a:1:{i:0;i:1724285767;}s:15:\"185.180.222.125\";a:1:{i:0;i:1724286188;}s:14:\"172.81.133.100\";a:2:{i:3;i:1724298771;i:4;i:1724298775;}s:13:\"17.241.219.20\";a:1:{i:0;i:1724289661;}s:12:\"62.146.170.0\";a:1:{i:9;i:1724292098;}s:13:\"206.214.60.92\";a:1:{i:0;i:1724294667;}s:13:\"172.81.132.78\";a:1:{i:3;i:1724297233;}s:13:\"116.179.37.97\";a:1:{i:0;i:1724309233;}s:13:\"116.179.37.79\";a:1:{i:0;i:1724309237;}s:13:\"195.3.223.154\";a:1:{i:191;i:1727880945;}s:13:\"37.60.251.240\";a:1:{i:19;i:1725248496;}s:13:\"66.220.149.31\";a:1:{i:0;i:1724325541;}s:13:\"172.81.132.49\";a:2:{i:19;i:1724466827;i:20;i:1724466831;}s:13:\"68.183.92.225\";a:1:{i:1;i:1724332309;}s:15:\"174.231.131.163\";a:1:{i:3;i:1724335609;}s:14:\"52.167.144.226\";a:1:{i:2;i:1725779865;}s:12:\"40.77.167.28\";a:1:{i:1;i:1730208646;}s:13:\"52.167.144.20\";a:1:{i:4;i:1726294208;}s:14:\"52.167.144.185\";a:1:{i:3;i:1727194573;}s:14:\"52.167.144.216\";a:1:{i:5;i:1731404316;}s:14:\"42.194.177.237\";a:1:{i:0;i:1724345750;}s:13:\"47.128.20.182\";a:1:{i:0;i:1724346760;}s:12:\"40.77.167.67\";a:1:{i:1;i:1730213604;}s:14:\"52.167.144.142\";a:1:{i:4;i:1733756609;}s:13:\"105.103.252.5\";a:1:{i:0;i:1724354629;}s:13:\"66.220.149.41\";a:1:{i:0;i:1724355660;}s:13:\"66.220.149.35\";a:1:{i:0;i:1724356048;}s:14:\"78.153.140.218\";a:1:{i:107;i:1733666157;}s:14:\"54.167.200.193\";a:2:{i:14;i:1724356895;i:15;i:1724356899;}s:13:\"50.34.108.154\";a:1:{i:1;i:1727124543;}s:11:\"47.128.32.7\";a:1:{i:0;i:1724357583;}s:13:\"47.128.57.104\";a:3:{i:0;i:1724357798;i:1;i:1724357798;i:2;i:1724357799;}s:13:\"173.252.83.14\";a:1:{i:1;i:1732696778;}s:12:\"66.220.149.7\";a:1:{i:1;i:1724368829;}s:14:\"67.185.132.178\";a:1:{i:30;i:1734370661;}s:13:\"69.171.230.18\";a:1:{i:0;i:1724362424;}s:13:\"66.220.149.45\";a:1:{i:0;i:1724364190;}s:14:\"52.167.144.232\";a:1:{i:5;i:1733809600;}s:11:\"40.77.167.9\";a:1:{i:2;i:1733912372;}s:12:\"40.77.167.36\";a:1:{i:5;i:1730212713;}s:12:\"173.252.83.6\";a:1:{i:0;i:1724366628;}s:13:\"66.220.149.16\";a:1:{i:0;i:1724366900;}s:15:\"206.189.149.180\";a:1:{i:1;i:1725085750;}s:11:\"3.25.119.89\";a:2:{i:2;i:1724431133;i:3;i:1724431137;}s:15:\"206.130.213.142\";a:1:{i:0;i:1724378747;}s:13:\"47.128.62.137\";a:1:{i:0;i:1724378902;}s:13:\"173.252.83.37\";a:1:{i:0;i:1724388541;}s:14:\"194.233.76.210\";a:1:{i:0;i:1724390205;}s:13:\"69.171.230.11\";a:1:{i:0;i:1724394219;}s:13:\"66.220.149.33\";a:1:{i:1;i:1726823449;}s:13:\"148.163.74.90\";a:1:{i:0;i:1724395237;}s:15:\"172.104.178.151\";a:1:{i:0;i:1724395688;}s:15:\"192.110.161.119\";a:1:{i:0;i:1724396369;}s:14:\"192.225.238.54\";a:1:{i:0;i:1724397134;}s:14:\"148.163.92.250\";a:1:{i:0;i:1724397141;}s:13:\"66.220.149.36\";a:1:{i:0;i:1724401140;}s:14:\"69.171.249.114\";a:1:{i:0;i:1724409653;}s:12:\"3.147.54.221\";a:1:{i:1;i:1724412651;}s:13:\"47.128.113.20\";a:1:{i:0;i:1724415965;}s:13:\"47.128.54.245\";a:1:{i:0;i:1724416016;}s:14:\"47.128.110.176\";a:1:{i:0;i:1724416069;}s:13:\"47.128.37.117\";a:1:{i:0;i:1724416174;}s:12:\"47.128.58.24\";a:1:{i:0;i:1724419480;}s:13:\"47.128.121.77\";a:1:{i:0;i:1724419532;}s:13:\"47.128.22.190\";a:1:{i:0;i:1724419583;}s:12:\"47.128.55.24\";a:1:{i:0;i:1724419636;}s:14:\"47.128.115.236\";a:1:{i:0;i:1724419688;}s:14:\"146.70.192.172\";a:2:{i:479;i:1724425899;i:480;i:1724425901;}s:13:\"47.128.25.245\";a:1:{i:0;i:1724424342;}s:13:\"47.128.113.28\";a:1:{i:0;i:1724424397;}s:13:\"47.128.37.185\";a:1:{i:0;i:1724424448;}s:13:\"47.128.120.73\";a:1:{i:0;i:1724424498;}s:13:\"47.128.18.192\";a:1:{i:0;i:1724424552;}s:12:\"47.128.60.72\";a:1:{i:0;i:1724424603;}s:13:\"154.38.167.67\";a:1:{i:0;i:1724424940;}s:12:\"47.128.45.19\";a:1:{i:0;i:1724425234;}s:12:\"47.128.96.94\";a:1:{i:0;i:1724425285;}s:14:\"47.128.125.123\";a:1:{i:0;i:1724425335;}s:12:\"47.128.56.62\";a:1:{i:0;i:1724425389;}s:12:\"47.128.33.22\";a:1:{i:0;i:1724425441;}s:14:\"47.128.118.196\";a:1:{i:0;i:1724425713;}s:14:\"103.230.15.182\";a:1:{i:5;i:1726864135;}s:14:\"174.224.202.98\";a:1:{i:4;i:1724442952;}s:14:\"47.128.124.226\";a:1:{i:0;i:1724443589;}s:14:\"64.176.227.151\";a:1:{i:7;i:1724447971;}s:14:\"103.230.15.177\";a:1:{i:1;i:1724561181;}s:13:\"66.220.149.39\";a:1:{i:0;i:1724456847;}s:14:\"95.179.142.249\";a:2:{i:6;i:1724457869;i:7;i:1724457871;}s:12:\"43.136.39.92\";a:1:{i:9;i:1724464563;}s:14:\"47.128.112.189\";a:1:{i:0;i:1724466634;}s:12:\"3.229.248.49\";a:2:{i:0;i:1724467777;i:1;i:1724467780;}s:13:\"38.145.203.40\";a:1:{i:0;i:1724474758;}s:15:\"172.174.210.116\";a:2:{i:4;i:1724483181;i:5;i:1724483184;}s:14:\"82.165.100.180\";a:1:{i:2;i:1724549507;}s:14:\"192.42.116.179\";a:1:{i:1;i:1729794328;}s:13:\"85.203.21.115\";a:1:{i:12;i:1727621902;}s:12:\"85.203.21.99\";a:1:{i:7;i:1727622139;}s:12:\"85.203.21.92\";a:1:{i:14;i:1727621983;}s:12:\"85.203.21.76\";a:1:{i:14;i:1727622053;}s:13:\"85.203.21.143\";a:1:{i:15;i:1727621803;}s:13:\"85.203.21.116\";a:1:{i:16;i:1727622219;}s:13:\"85.203.21.119\";a:1:{i:5;i:1727621498;}s:12:\"85.203.21.79\";a:1:{i:13;i:1727622023;}s:12:\"85.203.21.98\";a:1:{i:7;i:1727622226;}s:12:\"85.203.21.97\";a:1:{i:8;i:1727622167;}s:13:\"85.203.21.152\";a:1:{i:10;i:1727622197;}s:12:\"85.203.21.86\";a:1:{i:8;i:1724486837;}s:13:\"85.203.21.153\";a:1:{i:10;i:1727621871;}s:12:\"85.203.21.73\";a:1:{i:10;i:1727622038;}s:13:\"85.203.21.123\";a:1:{i:12;i:1727621527;}s:13:\"85.203.21.107\";a:1:{i:12;i:1727622043;}s:12:\"85.203.21.85\";a:1:{i:8;i:1727622095;}s:13:\"85.203.21.141\";a:1:{i:11;i:1727621974;}s:13:\"85.203.21.137\";a:1:{i:9;i:1727622171;}s:12:\"85.203.21.74\";a:1:{i:13;i:1727621882;}s:12:\"85.203.21.72\";a:1:{i:14;i:1727621930;}s:13:\"85.203.21.139\";a:1:{i:12;i:1727621513;}s:13:\"85.203.21.114\";a:1:{i:10;i:1727621768;}s:12:\"85.203.21.81\";a:1:{i:12;i:1727622202;}s:12:\"85.203.21.96\";a:1:{i:8;i:1727622209;}s:13:\"85.203.21.111\";a:1:{i:11;i:1727621665;}s:13:\"85.203.21.130\";a:1:{i:11;i:1727622153;}s:12:\"85.203.21.75\";a:1:{i:11;i:1727622071;}s:13:\"85.203.21.120\";a:1:{i:10;i:1727622079;}s:13:\"85.203.21.135\";a:1:{i:9;i:1727621993;}s:13:\"85.203.21.103\";a:1:{i:14;i:1727622116;}s:12:\"85.203.21.95\";a:1:{i:9;i:1727622186;}s:13:\"85.203.21.132\";a:1:{i:14;i:1727621825;}s:12:\"85.203.21.71\";a:1:{i:12;i:1727622177;}s:13:\"85.203.21.147\";a:1:{i:6;i:1727621837;}s:12:\"85.203.21.70\";a:1:{i:9;i:1727621943;}s:13:\"85.203.21.118\";a:1:{i:5;i:1727622158;}s:13:\"85.203.21.150\";a:1:{i:10;i:1727621618;}s:12:\"85.203.21.88\";a:1:{i:8;i:1727622105;}s:13:\"85.203.21.101\";a:1:{i:9;i:1727622125;}s:12:\"85.203.21.87\";a:1:{i:8;i:1727621735;}s:12:\"85.203.21.94\";a:1:{i:9;i:1727621808;}s:13:\"85.203.21.105\";a:1:{i:9;i:1727622110;}s:12:\"85.203.21.93\";a:1:{i:18;i:1727622092;}s:13:\"85.203.21.100\";a:1:{i:14;i:1727621978;}s:13:\"85.203.21.133\";a:1:{i:5;i:1727621697;}s:13:\"85.203.21.112\";a:1:{i:6;i:1727622085;}s:13:\"85.203.21.138\";a:1:{i:12;i:1727622182;}s:13:\"85.203.21.131\";a:1:{i:10;i:1727621917;}s:13:\"85.203.21.110\";a:1:{i:5;i:1727622149;}s:13:\"85.203.21.109\";a:1:{i:5;i:1727622100;}s:12:\"85.203.21.77\";a:1:{i:10;i:1727622213;}s:14:\"207.244.236.50\";a:1:{i:0;i:1724490237;}s:14:\"192.42.116.178\";a:1:{i:0;i:1724492264;}s:14:\"47.128.124.105\";a:1:{i:0;i:1724493837;}s:13:\"47.128.53.133\";a:1:{i:0;i:1724493887;}s:13:\"47.128.57.109\";a:1:{i:0;i:1724498538;}s:12:\"47.128.96.91\";a:1:{i:0;i:1724503794;}s:14:\"52.167.144.210\";a:1:{i:2;i:1726925105;}s:14:\"52.167.144.203\";a:1:{i:3;i:1732373590;}s:12:\"65.108.68.29\";a:1:{i:15;i:1724666760;}s:13:\"47.128.49.124\";a:1:{i:0;i:1724505219;}s:13:\"47.128.48.102\";a:1:{i:0;i:1724505320;}s:14:\"47.128.117.187\";a:1:{i:0;i:1724510546;}s:14:\"52.167.144.229\";a:1:{i:5;i:1730165020;}s:13:\"154.38.180.60\";a:1:{i:5;i:1725880800;}s:13:\"47.128.110.33\";a:1:{i:0;i:1724512376;}s:13:\"47.128.113.84\";a:1:{i:0;i:1724512426;}s:14:\"76.146.110.252\";a:1:{i:0;i:1724516766;}s:13:\"154.38.180.56\";a:1:{i:55;i:1725380877;}s:12:\"13.38.55.190\";a:1:{i:0;i:1724521850;}s:13:\"192.44.68.164\";a:1:{i:0;i:1724523404;}s:12:\"13.39.108.85\";a:2:{i:0;i:1724524250;i:1;i:1724524252;}s:13:\"47.128.59.202\";a:1:{i:1;i:1726234380;}s:11:\"5.223.45.14\";a:1:{i:0;i:1724530579;}s:12:\"47.128.20.49\";a:1:{i:0;i:1724531188;}s:10:\"2.58.56.99\";a:1:{i:1;i:1724536354;}s:13:\"116.179.37.40\";a:1:{i:0;i:1724537778;}s:14:\"116.179.37.108\";a:1:{i:0;i:1724537780;}s:14:\"78.153.140.222\";a:1:{i:129;i:1733506365;}s:12:\"141.98.9.152\";a:2:{i:2;i:1724630555;i:3;i:1724630558;}s:14:\"94.143.138.134\";a:1:{i:1;i:1724543334;}s:11:\"51.44.17.42\";a:1:{i:7;i:1724545536;}s:11:\"13.58.1.221\";a:2:{i:1;i:1724552072;i:2;i:1724552074;}s:15:\"165.227.220.204\";a:3:{i:5;i:1724557891;i:6;i:1724557893;i:7;i:1724557895;}s:12:\"141.98.81.44\";a:2:{i:2;i:1724568408;i:3;i:1724568410;}s:13:\"89.116.30.157\";a:1:{i:1;i:1724560971;}s:14:\"47.116.188.252\";a:1:{i:3;i:1724561910;}s:13:\"89.116.30.159\";a:1:{i:31;i:1725805640;}s:15:\"216.225.195.102\";a:1:{i:2;i:1724576553;}s:12:\"141.98.81.52\";a:2:{i:4;i:1724586441;i:5;i:1724586443;}s:14:\"158.100.61.127\";a:1:{i:0;i:1724583715;}s:12:\"193.29.13.20\";a:1:{i:9;i:1724614281;}s:14:\"47.128.122.126\";a:1:{i:0;i:1724598852;}s:15:\"143.110.238.212\";a:2:{i:128;i:1724605588;i:129;i:1724605592;}s:13:\"52.47.167.104\";a:1:{i:8;i:1724607127;}s:13:\"34.86.177.154\";a:2:{i:6;i:1729875138;i:7;i:1729875140;}s:15:\"174.215.112.176\";a:1:{i:0;i:1724608579;}s:15:\"174.224.203.188\";a:1:{i:0;i:1724610355;}s:14:\"76.135.165.115\";a:2:{i:0;i:1724612449;i:1;i:1724612453;}s:13:\"91.92.247.250\";a:1:{i:0;i:1724618495;}s:14:\"164.92.197.111\";a:2:{i:35;i:1727389266;i:36;i:1727389270;}s:13:\"147.78.47.102\";a:2:{i:0;i:1724619697;i:1;i:1724619699;}s:13:\"66.55.153.254\";a:3:{i:5;i:1724624509;i:6;i:1724624511;i:7;i:1724624512;}s:12:\"193.29.13.79\";a:2:{i:0;i:1724624863;i:1;i:1724624866;}s:15:\"155.138.243.173\";a:1:{i:7;i:1724627081;}s:15:\"174.231.131.127\";a:1:{i:0;i:1724637896;}s:14:\"174.204.78.217\";a:1:{i:11;i:1724641768;}s:14:\"69.171.230.112\";a:1:{i:0;i:1724662692;}s:12:\"5.255.231.71\";a:1:{i:0;i:1724665401;}s:15:\"104.238.141.198\";a:1:{i:38;i:1724668252;}s:12:\"204.131.83.5\";a:1:{i:2;i:1725922381;}s:13:\"94.156.69.199\";a:1:{i:7;i:1724724629;}s:12:\"157.55.39.53\";a:1:{i:0;i:1724675373;}s:12:\"45.76.18.208\";a:2:{i:6;i:1724683368;i:7;i:1724683372;}s:13:\"174.204.67.29\";a:2:{i:4;i:1724684481;i:5;i:1724684484;}s:15:\"172.245.107.239\";a:1:{i:0;i:1724686779;}s:12:\"84.239.33.18\";a:1:{i:0;i:1724696360;}s:12:\"38.54.37.100\";a:1:{i:9;i:1724697193;}s:15:\"192.210.167.251\";a:1:{i:1;i:1724696997;}s:13:\"98.128.173.33\";a:1:{i:0;i:1724697151;}s:12:\"1.83.125.170\";a:1:{i:0;i:1724701067;}s:15:\"123.178.210.134\";a:1:{i:0;i:1724701070;}s:13:\"45.77.119.205\";a:3:{i:5;i:1724701599;i:6;i:1724701601;i:7;i:1724701603;}s:13:\"91.92.241.189\";a:1:{i:3;i:1724705331;}s:13:\"52.167.144.24\";a:1:{i:9;i:1730277200;}s:14:\"159.89.166.137\";a:1:{i:1;i:1724713570;}s:13:\"84.239.10.149\";a:1:{i:1;i:1724719964;}s:14:\"67.168.159.174\";a:1:{i:0;i:1724714504;}s:14:\"213.199.52.237\";a:1:{i:2;i:1725199704;}s:13:\"41.216.188.18\";a:1:{i:1;i:1724730150;}s:13:\"207.46.13.126\";a:1:{i:2;i:1728456636;}s:12:\"157.55.39.60\";a:1:{i:1;i:1725339112;}s:12:\"207.46.13.78\";a:1:{i:0;i:1724749087;}s:12:\"157.55.39.62\";a:1:{i:2;i:1732771692;}s:11:\"207.46.13.7\";a:1:{i:3;i:1734394692;}s:13:\"15.188.77.238\";a:1:{i:0;i:1724759786;}s:13:\"40.77.167.144\";a:1:{i:4;i:1733067112;}s:11:\"35.225.73.6\";a:2:{i:0;i:1724768786;i:1;i:1724768789;}s:14:\"67.185.132.165\";a:1:{i:21;i:1734773651;}s:14:\"194.169.170.42\";a:1:{i:16;i:1724782270;}s:14:\"174.215.118.83\";a:1:{i:0;i:1724783357;}s:15:\"149.102.230.136\";a:1:{i:37;i:1724783831;}s:14:\"104.248.87.225\";a:1:{i:23;i:1726326065;}s:12:\"185.16.38.68\";a:1:{i:4;i:1725321268;}s:11:\"45.63.90.95\";a:2:{i:6;i:1724798534;i:7;i:1724798537;}s:14:\"47.128.122.194\";a:1:{i:0;i:1724799915;}s:15:\"158.247.230.106\";a:3:{i:5;i:1724802380;i:6;i:1724802382;i:7;i:1724802384;}s:13:\"82.165.67.199\";a:1:{i:0;i:1724809995;}s:12:\"149.56.150.6\";a:3:{i:1;i:1724810653;i:2;i:1724810654;i:3;i:1724810656;}s:14:\"149.56.160.135\";a:1:{i:0;i:1724810689;}s:12:\"45.85.249.79\";a:1:{i:3;i:1725817894;}s:13:\"173.234.154.2\";a:1:{i:0;i:1724814324;}s:13:\"154.38.180.65\";a:1:{i:1;i:1724822676;}s:13:\"154.38.180.73\";a:1:{i:1;i:1724857739;}s:14:\"52.167.144.204\";a:1:{i:1;i:1725234255;}s:13:\"13.38.109.209\";a:1:{i:1;i:1724874302;}s:13:\"40.77.167.235\";a:1:{i:4;i:1731061333;}s:14:\"35.180.139.106\";a:1:{i:7;i:1724885595;}s:13:\"154.38.180.54\";a:1:{i:7;i:1725736486;}s:14:\"135.181.180.59\";a:1:{i:0;i:1724896838;}s:14:\"179.60.150.123\";a:1:{i:20;i:1729080801;}s:14:\"194.26.192.199\";a:1:{i:1;i:1724898280;}s:11:\"191.96.5.60\";a:1:{i:16;i:1724906709;}s:10:\"57.141.5.1\";a:1:{i:0;i:1724922679;}s:14:\"209.58.157.176\";a:1:{i:0;i:1724938458;}s:14:\"185.183.94.224\";a:1:{i:2;i:1724938874;}s:13:\"93.174.93.127\";a:5:{i:13;i:1726291957;i:14;i:1726291958;i:15;i:1726291959;i:16;i:1726291959;i:17;i:1726291959;}s:11:\"25.33.104.9\";a:1:{i:0;i:1724951690;}s:12:\"84.245.71.37\";a:1:{i:2;i:1724952795;}s:12:\"70.69.220.75\";a:3:{i:9;i:1724953975;i:10;i:1724953976;i:11;i:1724953976;}s:13:\"45.84.168.117\";a:1:{i:2;i:1724955517;}s:13:\"94.143.85.189\";a:1:{i:1;i:1731521313;}s:11:\"4.30.30.214\";a:1:{i:0;i:1724961737;}s:13:\"47.128.27.115\";a:1:{i:0;i:1724965772;}s:13:\"94.156.65.158\";a:1:{i:0;i:1724972461;}s:14:\"149.28.228.102\";a:1:{i:5;i:1724981596;}s:12:\"66.249.73.39\";a:1:{i:4;i:1729465802;}s:15:\"174.224.196.137\";a:1:{i:0;i:1724983741;}s:14:\"75.119.143.226\";a:1:{i:32;i:1725262377;}s:12:\"66.102.6.227\";a:1:{i:17;i:1733940356;}s:14:\"172.56.104.168\";a:1:{i:1;i:1724992881;}s:13:\"172.56.109.51\";a:1:{i:0;i:1724994056;}s:13:\"149.22.90.231\";a:1:{i:4;i:1725001444;}s:11:\"57.141.7.15\";a:1:{i:3;i:1733982474;}s:12:\"66.249.73.33\";a:1:{i:3;i:1729444232;}s:15:\"174.215.119.166\";a:1:{i:0;i:1725026434;}s:12:\"82.180.145.9\";a:1:{i:0;i:1725029761;}s:12:\"45.135.57.32\";a:1:{i:11;i:1730391613;}s:13:\"154.53.44.137\";a:1:{i:1;i:1725035416;}s:13:\"167.172.87.12\";a:1:{i:8;i:1725184404;}s:13:\"20.42.210.178\";a:1:{i:360;i:1725048900;}s:12:\"47.128.63.96\";a:1:{i:0;i:1725045314;}s:12:\"40.77.167.76\";a:1:{i:3;i:1731098509;}s:14:\"213.180.203.42\";a:1:{i:0;i:1725053409;}s:14:\"74.225.209.150\";a:1:{i:1;i:1725056043;}s:13:\"47.128.42.193\";a:1:{i:0;i:1725056329;}s:13:\"47.128.22.214\";a:1:{i:0;i:1725056640;}s:14:\"178.128.85.128\";a:2:{i:0;i:1725061798;i:1;i:1725061801;}s:13:\"154.12.226.83\";a:1:{i:5;i:1725066793;}s:13:\"47.128.30.136\";a:1:{i:0;i:1725068005;}s:13:\"94.136.189.44\";a:1:{i:0;i:1725068909;}s:12:\"72.220.23.43\";a:1:{i:1;i:1725071406;}s:12:\"66.102.6.228\";a:1:{i:16;i:1733523847;}s:13:\"24.17.217.178\";a:1:{i:1;i:1725077754;}s:13:\"47.128.58.202\";a:1:{i:0;i:1725079884;}s:13:\"47.128.59.197\";a:1:{i:0;i:1725082405;}s:15:\"185.241.208.190\";a:1:{i:1;i:1725393276;}s:15:\"104.247.184.212\";a:1:{i:0;i:1725088123;}s:13:\"49.144.43.205\";a:1:{i:2;i:1725091952;}s:14:\"172.111.241.69\";a:1:{i:2;i:1725092058;}s:12:\"57.154.49.58\";a:1:{i:0;i:1725092319;}s:15:\"184.181.217.210\";a:1:{i:0;i:1725092714;}s:14:\"185.82.218.146\";a:1:{i:0;i:1725092779;}s:11:\"23.126.8.49\";a:1:{i:0;i:1725092832;}s:13:\"69.171.249.26\";a:1:{i:0;i:1725095192;}s:14:\"173.252.107.10\";a:1:{i:0;i:1725095852;}s:14:\"104.28.157.108\";a:1:{i:0;i:1725096647;}s:14:\"104.28.152.175\";a:1:{i:0;i:1725096647;}s:13:\"47.128.125.39\";a:1:{i:0;i:1725097973;}s:12:\"5.136.163.75\";a:1:{i:0;i:1725101770;}s:13:\"194.233.94.49\";a:1:{i:1119;i:1725114085;}s:12:\"177.51.67.93\";a:1:{i:1;i:1725110142;}s:13:\"91.185.10.251\";a:1:{i:2;i:1725113015;}s:11:\"51.161.54.0\";a:1:{i:7;i:1725118105;}s:11:\"2.58.56.237\";a:1:{i:3;i:1725120862;}s:13:\"172.59.79.231\";a:1:{i:0;i:1725125659;}s:13:\"172.226.36.37\";a:3:{i:1;i:1725132012;i:2;i:1725132013;i:3;i:1725132015;}s:14:\"52.167.144.228\";a:3:{i:3;i:1725532280;i:4;i:1725532282;i:5;i:1725532283;}s:13:\"73.59.112.106\";a:1:{i:4;i:1725223806;}s:14:\"174.231.133.13\";a:1:{i:2;i:1725168377;}s:12:\"66.102.6.229\";a:1:{i:12;i:1733967882;}s:14:\"91.239.157.217\";a:2:{i:584;i:1725150662;i:585;i:1725150665;}s:14:\"104.215.59.124\";a:1:{i:0;i:1725149532;}s:14:\"62.146.171.161\";a:1:{i:1;i:1725150054;}s:12:\"13.36.166.79\";a:1:{i:1;i:1725150284;}s:11:\"3.12.123.79\";a:1:{i:0;i:1725152008;}s:13:\"73.42.139.165\";a:1:{i:1;i:1725153509;}s:13:\"154.38.180.67\";a:1:{i:1;i:1725154926;}s:13:\"74.194.216.16\";a:1:{i:0;i:1725155171;}s:13:\"18.224.67.204\";a:1:{i:1;i:1725157144;}s:11:\"67.185.6.95\";a:1:{i:0;i:1725157654;}s:13:\"76.135.139.15\";a:1:{i:5;i:1725198796;}s:13:\"98.59.201.129\";a:2:{i:20;i:1734143052;i:21;i:1734143054;}s:13:\"67.161.97.155\";a:1:{i:1;i:1725165555;}s:11:\"3.147.51.80\";a:1:{i:0;i:1725167055;}s:11:\"18.221.23.0\";a:1:{i:0;i:1725168610;}s:12:\"40.77.189.11\";a:1:{i:0;i:1725169693;}s:14:\"157.230.254.81\";a:1:{i:1;i:1725195308;}s:13:\"173.252.83.13\";a:1:{i:0;i:1725181187;}s:13:\"210.16.189.15\";a:1:{i:16;i:1725183861;}s:11:\"77.68.87.18\";a:1:{i:1;i:1725928840;}s:13:\"113.161.88.98\";a:1:{i:2;i:1725188571;}s:14:\"122.166.69.211\";a:1:{i:2;i:1725188866;}s:13:\"54.149.157.74\";a:1:{i:0;i:1725191070;}s:13:\"47.128.32.111\";a:1:{i:0;i:1725196728;}s:12:\"147.78.47.81\";a:1:{i:18;i:1725354390;}s:15:\"206.189.203.166\";a:2:{i:4;i:1725204970;i:5;i:1725204973;}s:13:\"202.43.45.147\";a:2:{i:4;i:1725204981;i:5;i:1725204984;}s:12:\"24.113.108.5\";a:1:{i:4;i:1726971545;}s:14:\"159.223.32.136\";a:1:{i:0;i:1725210432;}s:14:\"67.225.188.193\";a:1:{i:0;i:1725211801;}s:14:\"107.77.218.136\";a:1:{i:0;i:1725212136;}s:13:\"154.38.180.57\";a:2:{i:14;i:1725220789;i:15;i:1725220793;}s:12:\"89.169.54.32\";a:3:{i:5;i:1725222824;i:6;i:1725222824;i:7;i:1725222824;}s:13:\"94.156.64.213\";a:1:{i:0;i:1725225160;}s:14:\"191.101.61.162\";a:1:{i:1;i:1725230173;}s:12:\"70.71.40.186\";a:1:{i:0;i:1725229405;}s:13:\"172.56.108.91\";a:1:{i:0;i:1725230809;}s:11:\"84.239.17.4\";a:1:{i:0;i:1725236416;}s:15:\"154.113.118.142\";a:2:{i:4;i:1725623912;i:5;i:1725623916;}s:10:\"64.31.4.70\";a:1:{i:0;i:1725243135;}s:14:\"178.208.91.118\";a:1:{i:2;i:1725245132;}s:14:\"121.41.119.150\";a:1:{i:4;i:1725246548;}s:13:\"38.51.159.203\";a:1:{i:1;i:1725264620;}s:11:\"57.141.7.18\";a:1:{i:0;i:1725267328;}s:11:\"57.141.7.11\";a:1:{i:2;i:1726662348;}s:14:\"64.227.165.147\";a:1:{i:7;i:1727603715;}s:14:\"67.185.134.233\";a:1:{i:0;i:1725279823;}s:14:\"193.26.115.206\";a:1:{i:0;i:1725281536;}s:12:\"76.22.201.97\";a:1:{i:1;i:1725283802;}s:14:\"144.126.158.85\";a:1:{i:1;i:1725284696;}s:14:\"149.28.250.196\";a:1:{i:7;i:1725285225;}s:14:\"195.178.110.35\";a:1:{i:2;i:1725331904;}s:13:\"51.89.222.227\";a:1:{i:0;i:1725290950;}s:13:\"45.77.162.123\";a:4:{i:4;i:1725292484;i:5;i:1725292485;i:6;i:1725292487;i:7;i:1725292488;}s:13:\"85.99.109.197\";a:1:{i:6;i:1725302481;}s:14:\"178.175.128.46\";a:1:{i:2;i:1725304980;}s:13:\"185.71.90.198\";a:1:{i:9;i:1725305851;}s:13:\"45.83.104.137\";a:1:{i:0;i:1725305914;}s:13:\"46.182.21.248\";a:1:{i:0;i:1725305920;}s:13:\"185.220.101.1\";a:1:{i:0;i:1725305941;}s:15:\"185.220.101.107\";a:1:{i:0;i:1725305946;}s:14:\"192.42.116.177\";a:1:{i:0;i:1725305959;}s:11:\"23.155.24.4\";a:1:{i:0;i:1725305978;}s:13:\"178.128.57.69\";a:1:{i:2;i:1725309138;}s:12:\"5.255.231.66\";a:1:{i:0;i:1725306245;}s:10:\"38.41.42.2\";a:1:{i:2;i:1725307908;}s:12:\"141.98.81.81\";a:2:{i:0;i:1725311288;i:1;i:1725311290;}s:13:\"20.204.154.50\";a:1:{i:5;i:1727667337;}s:13:\"188.166.54.99\";a:1:{i:0;i:1725314548;}s:13:\"83.171.224.60\";a:5:{i:0;i:1725318876;i:1;i:1725318876;i:2;i:1725318876;i:3;i:1725318876;i:4;i:1725318876;}s:12:\"213.211.85.4\";a:1:{i:2;i:1725328675;}s:14:\"52.167.144.207\";a:1:{i:2;i:1725338208;}s:13:\"207.46.13.153\";a:1:{i:1;i:1725330204;}s:11:\"157.55.39.6\";a:1:{i:0;i:1725331427;}s:14:\"52.167.144.235\";a:1:{i:2;i:1731062246;}s:13:\"207.46.13.111\";a:1:{i:1;i:1728009714;}s:13:\"40.77.167.243\";a:1:{i:2;i:1731351150;}s:13:\"207.46.13.102\";a:1:{i:1;i:1725335735;}s:12:\"40.77.167.15\";a:1:{i:2;i:1729333411;}s:12:\"40.77.167.72\";a:1:{i:2;i:1727703561;}s:13:\"35.180.88.103\";a:1:{i:12;i:1725393595;}s:14:\"52.167.144.222\";a:1:{i:6;i:1730204713;}s:14:\"52.167.144.224\";a:1:{i:0;i:1725340115;}s:15:\"185.241.208.201\";a:1:{i:0;i:1725341513;}s:12:\"40.77.167.30\";a:1:{i:3;i:1730215701;}s:15:\"185.243.115.161\";a:1:{i:0;i:1725351280;}s:15:\"185.153.151.147\";a:2:{i:114;i:1725353012;i:115;i:1725353016;}s:15:\"173.252.107.114\";a:1:{i:0;i:1725355334;}s:13:\"158.247.248.7\";a:3:{i:5;i:1725357683;i:6;i:1725357685;i:7;i:1725357686;}s:13:\"164.48.43.104\";a:1:{i:0;i:1725358670;}s:15:\"157.230.240.172\";a:1:{i:105;i:1726226951;}s:12:\"45.32.92.198\";a:2:{i:6;i:1725368335;i:7;i:1725368338;}s:13:\"44.220.163.90\";a:1:{i:0;i:1725372245;}s:12:\"5.255.231.79\";a:1:{i:0;i:1725375542;}s:13:\"35.180.36.229\";a:1:{i:0;i:1725375954;}s:15:\"105.112.209.198\";a:2:{i:0;i:1725381402;i:1;i:1725381405;}s:12:\"3.112.36.181\";a:1:{i:6;i:1725382684;}s:13:\"154.38.180.72\";a:1:{i:1;i:1725389362;}s:13:\"108.94.33.241\";a:2:{i:0;i:1725388470;i:1;i:1725388473;}s:14:\"52.167.144.189\";a:1:{i:0;i:1725389136;}s:14:\"152.89.198.175\";a:1:{i:0;i:1725394458;}s:11:\"66.70.181.5\";a:1:{i:51;i:1732939168;}s:10:\"92.51.2.78\";a:1:{i:3;i:1726870369;}s:11:\"4.213.96.10\";a:1:{i:5;i:1726410822;}s:11:\"45.76.45.90\";a:1:{i:0;i:1725415132;}s:15:\"104.247.184.220\";a:1:{i:0;i:1725419348;}s:14:\"94.228.169.182\";a:1:{i:1;i:1727721576;}s:13:\"81.94.156.120\";a:1:{i:2;i:1725949027;}s:13:\"182.43.69.179\";a:1:{i:17;i:1725437347;}s:15:\"173.252.107.116\";a:1:{i:1;i:1725526086;}s:14:\"185.81.145.161\";a:1:{i:3;i:1725445374;}s:13:\"154.38.175.35\";a:1:{i:0;i:1725450082;}s:13:\"209.58.157.31\";a:1:{i:0;i:1725452679;}s:11:\"5.181.86.85\";a:1:{i:0;i:1725455328;}s:15:\"104.225.223.139\";a:1:{i:5;i:1725456542;}s:13:\"36.212.248.73\";a:1:{i:2;i:1725458564;}s:12:\"170.78.0.146\";a:1:{i:0;i:1725459288;}s:13:\"20.199.93.236\";a:1:{i:13;i:1725462946;}s:14:\"52.167.144.181\";a:1:{i:0;i:1725464128;}s:12:\"40.77.167.17\";a:1:{i:2;i:1734267315;}s:14:\"52.167.144.221\";a:1:{i:0;i:1725467197;}s:11:\"38.41.42.10\";a:1:{i:2;i:1725467411;}s:13:\"51.169.102.50\";a:1:{i:0;i:1725469032;}s:11:\"176.6.60.56\";a:1:{i:2;i:1725470464;}s:14:\"52.167.144.182\";a:1:{i:1;i:1725769557;}s:12:\"84.239.41.19\";a:1:{i:3;i:1725478429;}s:12:\"40.77.167.13\";a:1:{i:0;i:1725480158;}s:14:\"165.227.105.37\";a:1:{i:11;i:1727404450;}s:14:\"52.167.144.176\";a:1:{i:1;i:1731914240;}s:14:\"52.167.144.170\";a:1:{i:0;i:1725487787;}s:12:\"40.77.167.16\";a:1:{i:0;i:1725490959;}s:14:\"52.167.144.163\";a:1:{i:3;i:1730224100;}s:13:\"186.179.33.64\";a:1:{i:0;i:1725508484;}s:12:\"4.213.113.19\";a:1:{i:5;i:1726675098;}s:15:\"156.242.248.229\";a:1:{i:3;i:1728109012;}s:14:\"128.199.21.214\";a:2:{i:12;i:1725686806;i:13;i:1725686809;}s:13:\"154.38.168.77\";a:1:{i:0;i:1725525160;}s:10:\"57.141.7.6\";a:1:{i:1;i:1726393892;}s:13:\"172.59.215.42\";a:1:{i:0;i:1725531831;}s:13:\"181.63.64.178\";a:1:{i:0;i:1725540917;}s:14:\"205.250.25.202\";a:2:{i:0;i:1725545181;i:1;i:1725545184;}s:13:\"47.128.46.241\";a:1:{i:0;i:1725548658;}s:13:\"64.176.67.179\";a:2:{i:6;i:1725561089;i:7;i:1725561091;}s:11:\"45.77.6.159\";a:2:{i:6;i:1725562988;i:7;i:1725562992;}s:12:\"84.15.45.163\";a:1:{i:4;i:1730150109;}s:15:\"107.116.255.143\";a:1:{i:1;i:1730061553;}s:14:\"67.185.129.221\";a:1:{i:0;i:1725584882;}s:12:\"98.97.83.202\";a:3:{i:13;i:1725590483;i:14;i:1725590484;i:15;i:1725590484;}s:13:\"57.129.43.127\";a:1:{i:2;i:1725596472;}s:12:\"50.34.123.58\";a:3:{i:10;i:1731618764;i:11;i:1731618766;i:12;i:1731618767;}s:15:\"174.224.201.215\";a:1:{i:0;i:1725598423;}s:13:\"91.134.96.203\";a:1:{i:14;i:1725602611;}s:13:\"91.92.244.175\";a:1:{i:23;i:1726065137;}s:13:\"69.171.249.28\";a:1:{i:0;i:1725613473;}s:12:\"52.47.167.69\";a:1:{i:9;i:1725613768;}s:14:\"173.44.152.136\";a:1:{i:0;i:1725624832;}s:13:\"35.185.97.220\";a:4:{i:0;i:1725627945;i:1;i:1725627946;i:2;i:1725627946;i:3;i:1725627946;}s:14:\"47.128.110.145\";a:1:{i:0;i:1725636055;}s:13:\"47.128.50.194\";a:1:{i:0;i:1725636108;}s:14:\"174.61.191.197\";a:1:{i:2;i:1725638505;}s:13:\"47.128.121.54\";a:1:{i:0;i:1725639677;}s:13:\"20.243.122.80\";a:1:{i:5;i:1725639961;}s:12:\"47.128.44.89\";a:1:{i:0;i:1725640528;}s:12:\"47.128.50.49\";a:1:{i:0;i:1725640683;}s:13:\"47.128.109.54\";a:1:{i:0;i:1725640735;}s:13:\"47.128.22.218\";a:1:{i:0;i:1725642501;}s:13:\"47.128.22.167\";a:1:{i:0;i:1725642548;}s:13:\"47.128.118.76\";a:1:{i:0;i:1725643685;}s:13:\"47.128.29.149\";a:1:{i:0;i:1725644299;}s:12:\"92.53.96.193\";a:1:{i:7;i:1725644858;}s:13:\"47.128.61.236\";a:1:{i:0;i:1725644404;}s:12:\"47.128.16.22\";a:1:{i:0;i:1725644455;}s:12:\"47.128.36.60\";a:1:{i:0;i:1725644508;}s:13:\"47.128.124.42\";a:1:{i:0;i:1725644559;}s:14:\"47.128.116.172\";a:1:{i:0;i:1725644663;}s:12:\"47.128.98.52\";a:1:{i:0;i:1725645718;}s:12:\"47.128.98.28\";a:1:{i:0;i:1725645769;}s:14:\"47.128.124.221\";a:1:{i:0;i:1725645872;}s:13:\"47.128.63.181\";a:1:{i:0;i:1725645925;}s:13:\"47.128.47.223\";a:1:{i:0;i:1725648265;}s:12:\"47.128.62.54\";a:1:{i:0;i:1725648475;}s:12:\"47.128.27.83\";a:1:{i:0;i:1725649632;}s:13:\"47.128.49.119\";a:1:{i:0;i:1725649737;}s:13:\"47.128.96.240\";a:1:{i:0;i:1725649839;}s:14:\"47.128.121.109\";a:1:{i:0;i:1725650100;}s:13:\"47.128.112.84\";a:1:{i:0;i:1725650151;}s:15:\"149.102.224.169\";a:1:{i:2;i:1725650212;}s:13:\"47.128.53.219\";a:1:{i:0;i:1725650205;}s:12:\"45.63.83.161\";a:2:{i:6;i:1725650452;i:7;i:1725650455;}s:14:\"52.167.144.200\";a:1:{i:0;i:1725651665;}s:13:\"47.128.97.218\";a:1:{i:0;i:1725654282;}s:13:\"47.128.19.178\";a:1:{i:0;i:1725654388;}s:13:\"47.128.126.80\";a:1:{i:0;i:1725655890;}s:13:\"47.128.31.232\";a:1:{i:0;i:1725656149;}s:14:\"47.128.114.215\";a:1:{i:0;i:1725656201;}s:12:\"47.128.21.42\";a:1:{i:0;i:1725656358;}s:14:\"47.128.117.166\";a:1:{i:0;i:1725656461;}s:12:\"47.128.97.94\";a:1:{i:0;i:1725656514;}s:11:\"47.128.36.7\";a:1:{i:0;i:1725656565;}s:14:\"47.128.113.139\";a:1:{i:0;i:1725656617;}s:13:\"47.128.50.140\";a:1:{i:0;i:1725656721;}s:14:\"47.128.117.201\";a:1:{i:0;i:1725658497;}s:11:\"47.128.37.4\";a:1:{i:0;i:1725658549;}s:14:\"47.128.127.115\";a:1:{i:0;i:1725658601;}s:14:\"47.128.113.119\";a:1:{i:0;i:1725658810;}s:15:\"174.215.122.103\";a:1:{i:6;i:1725660531;}s:11:\"47.128.17.6\";a:1:{i:1;i:1728966564;}s:13:\"47.128.60.234\";a:1:{i:0;i:1725660002;}s:13:\"47.128.42.103\";a:1:{i:0;i:1725660262;}s:14:\"146.70.228.166\";a:1:{i:2;i:1725660666;}s:13:\"47.128.59.183\";a:1:{i:1;i:1725686022;}s:13:\"47.128.50.203\";a:1:{i:0;i:1725663088;}s:12:\"47.128.16.68\";a:1:{i:0;i:1725665717;}s:13:\"47.128.45.124\";a:1:{i:0;i:1725665818;}s:13:\"47.128.96.195\";a:1:{i:0;i:1725665923;}s:13:\"47.128.29.209\";a:1:{i:0;i:1725666025;}s:13:\"47.128.96.199\";a:1:{i:0;i:1725666076;}s:13:\"47.128.37.188\";a:1:{i:0;i:1725666129;}s:14:\"47.128.122.129\";a:1:{i:0;i:1725666378;}s:13:\"47.128.97.158\";a:1:{i:0;i:1725666430;}s:13:\"47.128.42.163\";a:1:{i:0;i:1725666484;}s:12:\"47.128.20.97\";a:1:{i:0;i:1725667345;}s:13:\"47.128.28.205\";a:1:{i:0;i:1725667391;}s:13:\"47.128.25.122\";a:1:{i:0;i:1725667546;}s:13:\"47.128.114.28\";a:1:{i:0;i:1725667945;}s:13:\"47.128.46.102\";a:1:{i:0;i:1725668047;}s:13:\"47.128.21.153\";a:1:{i:0;i:1725668149;}s:13:\"47.128.42.212\";a:1:{i:0;i:1725668201;}s:15:\"149.102.233.205\";a:2:{i:15;i:1725669909;i:16;i:1725669913;}s:14:\"75.119.156.163\";a:1:{i:18;i:1726862478;}s:14:\"47.128.111.252\";a:1:{i:0;i:1725673306;}s:12:\"47.128.57.63\";a:1:{i:0;i:1725673353;}s:13:\"47.128.49.217\";a:1:{i:0;i:1725673406;}s:13:\"47.128.20.102\";a:1:{i:0;i:1725673706;}s:12:\"47.128.27.55\";a:1:{i:0;i:1725673915;}s:13:\"47.128.97.125\";a:1:{i:0;i:1725673965;}s:12:\"47.128.27.48\";a:1:{i:0;i:1725674018;}s:12:\"47.128.34.46\";a:1:{i:0;i:1725674069;}s:13:\"47.128.32.206\";a:1:{i:0;i:1725674120;}s:13:\"47.128.24.241\";a:1:{i:0;i:1725674837;}s:12:\"47.128.49.45\";a:1:{i:0;i:1725674888;}s:13:\"47.128.29.173\";a:1:{i:0;i:1725675148;}s:13:\"47.128.51.183\";a:1:{i:0;i:1725675787;}s:12:\"47.128.36.55\";a:1:{i:0;i:1725675944;}s:13:\"47.128.63.101\";a:1:{i:0;i:1725677978;}s:12:\"47.128.62.81\";a:1:{i:0;i:1725678077;}s:13:\"47.128.57.173\";a:1:{i:0;i:1725678135;}s:13:\"47.128.54.179\";a:1:{i:0;i:1725678233;}s:12:\"47.128.19.54\";a:1:{i:0;i:1725678284;}s:13:\"47.128.25.167\";a:1:{i:0;i:1725678883;}s:13:\"47.128.42.225\";a:1:{i:0;i:1725679090;}s:12:\"50.34.157.84\";a:1:{i:0;i:1725679128;}s:13:\"47.128.37.195\";a:1:{i:0;i:1725681366;}s:13:\"47.128.60.158\";a:1:{i:0;i:1725681418;}s:13:\"47.128.117.93\";a:1:{i:0;i:1725681574;}s:14:\"47.128.127.182\";a:1:{i:0;i:1725681678;}s:12:\"47.128.48.34\";a:1:{i:0;i:1725681730;}s:12:\"47.128.50.88\";a:1:{i:0;i:1725681833;}s:14:\"213.24.134.179\";a:1:{i:2;i:1725683291;}s:14:\"47.128.121.173\";a:1:{i:0;i:1725683511;}s:13:\"47.128.55.251\";a:1:{i:0;i:1725685868;}s:13:\"47.128.59.224\";a:1:{i:0;i:1725685920;}s:14:\"47.128.127.150\";a:1:{i:0;i:1725686317;}s:13:\"47.128.125.91\";a:1:{i:0;i:1725686416;}s:12:\"47.128.63.97\";a:1:{i:0;i:1725686470;}s:15:\"135.181.212.177\";a:1:{i:2;i:1725692258;}s:11:\"23.108.4.79\";a:1:{i:0;i:1725689906;}s:11:\"98.191.0.37\";a:1:{i:0;i:1725690195;}s:14:\"184.178.172.13\";a:1:{i:0;i:1725690224;}s:13:\"98.175.31.195\";a:1:{i:0;i:1725690248;}s:13:\"47.128.114.95\";a:1:{i:0;i:1725690284;}s:12:\"72.195.34.58\";a:1:{i:0;i:1725690295;}s:14:\"184.178.172.14\";a:1:{i:0;i:1725690322;}s:13:\"68.71.247.130\";a:1:{i:0;i:1725690345;}s:13:\"38.178.74.200\";a:1:{i:0;i:1725690374;}s:13:\"47.128.34.188\";a:1:{i:0;i:1725690438;}s:12:\"47.128.35.68\";a:1:{i:0;i:1725690543;}s:13:\"47.128.62.210\";a:1:{i:0;i:1725690600;}s:12:\"47.128.48.36\";a:1:{i:0;i:1725690802;}s:14:\"47.128.124.157\";a:1:{i:0;i:1725690854;}s:11:\"13.38.60.73\";a:2:{i:37;i:1725691109;i:38;i:1725691111;}s:14:\"47.128.120.184\";a:1:{i:0;i:1725694681;}s:12:\"47.128.36.76\";a:1:{i:0;i:1725694782;}s:13:\"47.128.49.144\";a:1:{i:1;i:1732391509;}s:14:\"47.128.110.128\";a:1:{i:0;i:1725694939;}s:12:\"47.128.20.15\";a:1:{i:0;i:1725695041;}s:12:\"47.128.56.47\";a:1:{i:1;i:1732208201;}s:13:\"47.128.56.241\";a:1:{i:0;i:1725695249;}s:13:\"47.128.27.169\";a:1:{i:0;i:1725695795;}s:13:\"47.128.117.18\";a:1:{i:0;i:1725695848;}s:13:\"47.128.53.192\";a:1:{i:0;i:1725696488;}s:13:\"47.128.121.57\";a:1:{i:0;i:1725696538;}s:14:\"47.128.110.170\";a:1:{i:1;i:1732212923;}s:13:\"47.128.35.144\";a:1:{i:0;i:1725696643;}s:13:\"47.128.46.151\";a:1:{i:0;i:1725696695;}s:12:\"47.128.21.60\";a:1:{i:0;i:1725696749;}s:14:\"47.128.118.170\";a:1:{i:0;i:1725696850;}s:13:\"47.128.55.134\";a:1:{i:0;i:1725696956;}s:15:\"213.180.203.180\";a:1:{i:0;i:1725697916;}s:13:\"69.171.230.16\";a:1:{i:0;i:1725698804;}s:11:\"57.141.7.23\";a:1:{i:2;i:1732964416;}s:12:\"47.128.53.95\";a:1:{i:0;i:1725700122;}s:12:\"47.128.22.50\";a:1:{i:0;i:1725700280;}s:12:\"47.128.36.34\";a:1:{i:0;i:1725700383;}s:13:\"47.128.62.219\";a:1:{i:0;i:1725700433;}s:12:\"47.128.16.39\";a:1:{i:0;i:1725700538;}s:14:\"47.128.119.213\";a:1:{i:0;i:1725700591;}s:13:\"47.128.60.233\";a:1:{i:0;i:1725700641;}s:13:\"47.128.57.160\";a:1:{i:0;i:1725701549;}s:13:\"47.128.121.97\";a:1:{i:0;i:1725701605;}s:13:\"47.128.47.241\";a:1:{i:0;i:1725704895;}s:13:\"47.128.25.184\";a:1:{i:0;i:1725704947;}s:14:\"47.128.124.203\";a:1:{i:0;i:1725705051;}s:13:\"47.128.30.121\";a:1:{i:0;i:1725705103;}s:13:\"47.128.37.253\";a:1:{i:0;i:1725705205;}s:12:\"47.128.50.55\";a:1:{i:0;i:1725705259;}s:12:\"47.128.17.57\";a:1:{i:0;i:1725705310;}s:13:\"47.128.27.231\";a:1:{i:0;i:1725708674;}s:14:\"47.128.127.157\";a:1:{i:1;i:1726759632;}s:12:\"47.128.36.97\";a:1:{i:0;i:1725708976;}s:13:\"47.128.52.131\";a:1:{i:0;i:1725709029;}s:13:\"47.128.37.240\";a:1:{i:0;i:1725709132;}s:11:\"47.128.49.6\";a:1:{i:0;i:1725709289;}s:14:\"47.128.119.249\";a:1:{i:0;i:1725709392;}s:12:\"47.128.23.41\";a:1:{i:0;i:1725710063;}s:13:\"47.128.29.113\";a:1:{i:0;i:1725710115;}s:13:\"47.128.59.235\";a:1:{i:0;i:1725710216;}s:13:\"47.128.97.151\";a:1:{i:0;i:1725710322;}s:13:\"47.128.125.28\";a:1:{i:0;i:1725711412;}s:13:\"47.128.47.121\";a:1:{i:0;i:1725711517;}s:12:\"47.128.30.41\";a:1:{i:0;i:1725711620;}s:14:\"47.128.122.184\";a:1:{i:0;i:1725711673;}s:13:\"47.128.28.216\";a:1:{i:0;i:1725711726;}s:13:\"37.193.180.72\";a:1:{i:0;i:1725713363;}s:14:\"185.241.208.27\";a:1:{i:0;i:1725713707;}s:12:\"47.128.99.95\";a:1:{i:0;i:1725714391;}s:13:\"47.128.36.227\";a:1:{i:0;i:1725714772;}s:13:\"38.51.159.197\";a:2:{i:0;i:1725714951;i:1;i:1725714955;}s:12:\"38.51.180.23\";a:1:{i:0;i:1725714958;}s:12:\"47.128.49.42\";a:1:{i:0;i:1725715031;}s:13:\"47.128.40.245\";a:1:{i:0;i:1725715238;}s:14:\"47.128.127.237\";a:1:{i:0;i:1725716565;}s:13:\"47.128.37.138\";a:1:{i:0;i:1725721624;}s:14:\"47.128.112.172\";a:1:{i:0;i:1725721676;}s:12:\"47.128.23.93\";a:1:{i:0;i:1725721728;}s:12:\"47.128.53.98\";a:1:{i:0;i:1725721780;}s:13:\"47.128.33.180\";a:1:{i:0;i:1725721831;}s:13:\"47.128.16.166\";a:1:{i:0;i:1725721883;}s:14:\"47.128.116.205\";a:1:{i:0;i:1725721934;}s:12:\"47.128.39.73\";a:1:{i:0;i:1725721988;}s:12:\"47.128.125.8\";a:1:{i:0;i:1725722105;}s:12:\"47.128.58.90\";a:1:{i:0;i:1725722146;}s:11:\"47.128.58.6\";a:1:{i:0;i:1725722194;}s:12:\"47.128.30.24\";a:1:{i:0;i:1725722248;}s:11:\"24.19.20.99\";a:1:{i:55;i:1725849224;}s:14:\"121.51.150.231\";a:1:{i:0;i:1725731963;}s:14:\"123.151.129.56\";a:1:{i:0;i:1725731965;}s:14:\"220.192.16.246\";a:1:{i:0;i:1725731971;}s:12:\"61.133.85.73\";a:1:{i:0;i:1725731976;}s:14:\"202.173.10.136\";a:1:{i:0;i:1725731978;}s:15:\"174.212.163.204\";a:1:{i:0;i:1725739502;}s:14:\"174.164.18.243\";a:1:{i:0;i:1725741783;}s:13:\"64.233.172.66\";a:1:{i:3;i:1728926114;}s:13:\"63.169.124.94\";a:1:{i:1;i:1725809576;}s:13:\"18.221.209.79\";a:2:{i:1;i:1725761760;i:2;i:1725761762;}s:14:\"47.128.122.216\";a:1:{i:0;i:1725765158;}s:12:\"40.77.167.35\";a:1:{i:2;i:1727693926;}s:14:\"52.167.144.137\";a:1:{i:4;i:1733803010;}s:14:\"45.115.124.123\";a:1:{i:4;i:1732732986;}s:13:\"40.77.167.152\";a:1:{i:1;i:1725784253;}s:14:\"52.167.144.212\";a:1:{i:2;i:1733550914;}s:13:\"173.252.83.51\";a:1:{i:1;i:1726735828;}s:13:\"67.161.101.31\";a:2:{i:11;i:1725794260;i:12;i:1725794263;}s:11:\"96.8.117.81\";a:1:{i:0;i:1725795085;}s:15:\"136.243.220.213\";a:1:{i:66;i:1731104784;}s:15:\"174.231.136.212\";a:1:{i:6;i:1725815905;}s:12:\"182.43.65.17\";a:1:{i:17;i:1725815949;}s:13:\"172.56.107.68\";a:2:{i:4;i:1725816702;i:5;i:1725816704;}s:13:\"20.232.164.69\";a:1:{i:1;i:1725818942;}s:14:\"154.38.184.197\";a:1:{i:11;i:1727149090;}s:13:\"73.254.47.122\";a:2:{i:1;i:1725821282;i:2;i:1725821285;}s:13:\"172.56.106.25\";a:1:{i:0;i:1725823273;}s:14:\"206.126.72.142\";a:1:{i:1;i:1725823814;}s:13:\"195.3.223.108\";a:1:{i:53;i:1725826945;}s:14:\"193.32.126.212\";a:1:{i:4;i:1725829225;}s:11:\"84.239.17.6\";a:1:{i:1;i:1725844770;}s:13:\"45.77.113.108\";a:2:{i:6;i:1725830902;i:7;i:1725830905;}s:13:\"51.159.105.43\";a:1:{i:0;i:1725831550;}s:15:\"174.215.116.103\";a:1:{i:1;i:1725832131;}s:11:\"45.32.174.7\";a:2:{i:6;i:1725833350;i:7;i:1725833353;}s:14:\"154.38.187.100\";a:1:{i:0;i:1725840320;}s:15:\"185.241.208.222\";a:1:{i:0;i:1725840793;}s:12:\"34.165.129.7\";a:1:{i:30;i:1725846145;}s:14:\"193.32.126.224\";a:1:{i:0;i:1725846083;}s:13:\"94.72.112.191\";a:1:{i:19;i:1726921415;}s:14:\"146.75.136.237\";a:1:{i:0;i:1725863560;}s:13:\"51.222.253.10\";a:1:{i:0;i:1725870861;}s:13:\"69.171.230.17\";a:1:{i:0;i:1725871907;}s:14:\"15.236.247.103\";a:1:{i:7;i:1725876990;}s:12:\"51.222.253.8\";a:1:{i:1;i:1733130735;}s:15:\"216.173.119.185\";a:1:{i:1;i:1725883398;}s:13:\"76.146.89.202\";a:4:{i:0;i:1725890862;i:1;i:1725890863;i:2;i:1725890863;i:3;i:1725890865;}s:13:\"47.128.48.216\";a:1:{i:0;i:1725894065;}s:12:\"91.92.242.88\";a:1:{i:0;i:1725895314;}s:14:\"123.16.225.110\";a:1:{i:0;i:1725904824;}s:14:\"194.169.170.40\";a:1:{i:57;i:1725908561;}s:13:\"149.28.207.63\";a:2:{i:6;i:1725910504;i:7;i:1725910508;}s:13:\"139.84.232.89\";a:2:{i:6;i:1725914678;i:7;i:1725914681;}s:13:\"34.229.227.26\";a:2:{i:0;i:1725915880;i:1;i:1725915883;}s:11:\"91.215.85.5\";a:1:{i:0;i:1725917575;}s:12:\"40.77.167.48\";a:1:{i:1;i:1727451883;}s:14:\"67.185.132.173\";a:1:{i:0;i:1725925118;}s:13:\"51.222.253.13\";a:1:{i:2;i:1734636125;}s:15:\"192.169.177.201\";a:2:{i:6;i:1728911066;i:7;i:1728911068;}s:15:\"104.171.152.146\";a:1:{i:0;i:1725944001;}s:13:\"23.95.251.101\";a:1:{i:0;i:1725944007;}s:13:\"47.128.39.200\";a:1:{i:0;i:1725949896;}s:14:\"181.177.123.41\";a:1:{i:0;i:1725957107;}s:13:\"138.99.38.226\";a:1:{i:0;i:1725957111;}s:13:\"43.228.37.138\";a:1:{i:1;i:1725974822;}s:14:\"105.27.141.194\";a:1:{i:0;i:1725974849;}s:13:\"103.122.85.17\";a:1:{i:2;i:1725974969;}s:14:\"176.126.103.21\";a:1:{i:2;i:1725983824;}s:13:\"91.92.254.104\";a:1:{i:3;i:1726974884;}s:13:\"47.128.62.100\";a:1:{i:0;i:1725986516;}s:14:\"172.96.137.121\";a:1:{i:14;i:1733196380;}s:12:\"47.128.38.90\";a:1:{i:0;i:1725995255;}s:13:\"15.188.74.188\";a:1:{i:0;i:1725996060;}s:13:\"62.68.146.150\";a:1:{i:6;i:1726812483;}s:14:\"165.22.220.140\";a:1:{i:4;i:1731434370;}s:12:\"142.93.249.5\";a:2:{i:0;i:1726012023;i:1;i:1726012025;}s:11:\"50.92.224.7\";a:3:{i:10;i:1726016898;i:11;i:1726016898;i:12;i:1726016900;}s:13:\"47.128.39.134\";a:1:{i:0;i:1726016976;}s:13:\"47.128.38.174\";a:1:{i:0;i:1726026270;}s:14:\"174.230.198.73\";a:1:{i:0;i:1726027310;}s:14:\"174.230.195.46\";a:1:{i:1;i:1726028649;}s:14:\"111.229.73.213\";a:2:{i:7;i:1733391021;i:8;i:1733391025;}s:12:\"47.128.59.77\";a:1:{i:0;i:1726029066;}s:12:\"47.128.36.68\";a:1:{i:0;i:1726031289;}s:13:\"15.204.87.215\";a:1:{i:0;i:1726037930;}s:12:\"47.128.36.57\";a:1:{i:0;i:1726041564;}s:15:\"185.241.208.243\";a:1:{i:10;i:1726042145;}s:12:\"2.57.214.196\";a:1:{i:2;i:1726042233;}s:12:\"166.70.207.2\";a:1:{i:0;i:1726042162;}s:12:\"185.40.4.100\";a:1:{i:0;i:1726042168;}s:12:\"89.185.82.71\";a:1:{i:0;i:1726042173;}s:14:\"194.26.192.161\";a:1:{i:6;i:1726042219;}s:15:\"104.219.232.126\";a:1:{i:0;i:1726042227;}s:13:\"45.138.16.213\";a:1:{i:0;i:1726042242;}s:11:\"57.141.7.24\";a:1:{i:0;i:1726045261;}s:11:\"57.141.7.27\";a:1:{i:0;i:1726045641;}s:12:\"47.128.58.54\";a:1:{i:0;i:1726046914;}s:12:\"47.128.41.67\";a:1:{i:0;i:1726047224;}s:13:\"47.128.23.227\";a:1:{i:0;i:1726050897;}s:12:\"47.128.50.29\";a:1:{i:0;i:1726057100;}s:14:\"47.128.111.220\";a:1:{i:0;i:1726057250;}s:14:\"156.146.63.138\";a:1:{i:3;i:1726065850;}s:12:\"47.128.41.35\";a:1:{i:0;i:1726066564;}s:13:\"47.128.111.86\";a:1:{i:0;i:1726071970;}s:13:\"47.128.112.60\";a:1:{i:0;i:1726074792;}s:13:\"173.199.90.82\";a:2:{i:6;i:1726075065;i:7;i:1726075067;}s:13:\"47.128.37.239\";a:1:{i:0;i:1726078303;}s:15:\"104.156.231.210\";a:2:{i:6;i:1726080208;i:7;i:1726080212;}s:14:\"74.225.148.213\";a:1:{i:39;i:1727070182;}s:12:\"91.92.249.56\";a:1:{i:290;i:1726088721;}s:14:\"47.128.126.131\";a:1:{i:0;i:1726087182;}s:14:\"47.128.127.246\";a:1:{i:0;i:1726087236;}s:13:\"47.128.54.254\";a:1:{i:0;i:1726097455;}s:12:\"47.128.21.66\";a:1:{i:0;i:1726097688;}s:13:\"47.128.53.141\";a:1:{i:0;i:1726102469;}s:14:\"47.128.127.199\";a:1:{i:0;i:1726107226;}s:12:\"103.78.0.175\";a:1:{i:0;i:1726110361;}s:13:\"194.5.236.162\";a:1:{i:0;i:1726113281;}s:13:\"47.128.22.208\";a:1:{i:0;i:1726114721;}s:14:\"105.113.77.197\";a:1:{i:1;i:1726115969;}s:13:\"47.128.51.108\";a:1:{i:0;i:1726123239;}s:13:\"47.128.50.111\";a:1:{i:0;i:1726129890;}s:15:\"157.245.253.123\";a:1:{i:0;i:1726133697;}s:14:\"173.252.83.113\";a:1:{i:1;i:1730477752;}s:14:\"146.190.79.179\";a:2:{i:0;i:1726148766;i:1;i:1726148768;}s:13:\"47.128.127.54\";a:1:{i:0;i:1726152108;}s:12:\"47.128.36.98\";a:1:{i:0;i:1726153409;}s:13:\"47.128.54.164\";a:1:{i:0;i:1726157363;}s:14:\"47.128.124.107\";a:1:{i:0;i:1726157522;}s:15:\"104.156.245.234\";a:1:{i:7;i:1726158181;}s:14:\"47.128.111.210\";a:1:{i:0;i:1726158466;}s:15:\"173.209.160.211\";a:1:{i:0;i:1726163594;}s:13:\"47.128.27.105\";a:1:{i:0;i:1726167971;}s:12:\"66.249.73.36\";a:1:{i:0;i:1726168820;}s:13:\"47.128.30.203\";a:1:{i:0;i:1726172483;}s:13:\"47.128.28.206\";a:1:{i:0;i:1726176430;}s:13:\"47.128.96.181\";a:1:{i:0;i:1726179411;}s:12:\"64.176.84.84\";a:1:{i:1;i:1726183963;}s:13:\"47.128.114.96\";a:1:{i:0;i:1726184222;}s:13:\"47.128.23.138\";a:1:{i:0;i:1726184276;}s:14:\"47.128.122.235\";a:1:{i:0;i:1726186005;}s:12:\"47.128.19.72\";a:1:{i:0;i:1726189214;}s:13:\"47.128.17.180\";a:1:{i:0;i:1726189809;}s:14:\"47.128.119.134\";a:1:{i:0;i:1726189872;}s:12:\"64.176.69.25\";a:3:{i:5;i:1726190273;i:6;i:1726190275;i:7;i:1726190277;}s:14:\"34.234.215.235\";a:1:{i:15;i:1726198205;}s:12:\"47.128.19.34\";a:1:{i:0;i:1726199872;}s:14:\"47.128.125.252\";a:1:{i:0;i:1726199928;}s:13:\"47.128.59.108\";a:3:{i:0;i:1726200372;i:1;i:1726200372;i:2;i:1726200373;}s:13:\"47.128.22.158\";a:1:{i:0;i:1726200421;}s:15:\"104.247.184.175\";a:1:{i:0;i:1726200519;}s:13:\"47.128.41.143\";a:1:{i:0;i:1726203931;}s:12:\"47.128.59.14\";a:1:{i:0;i:1726203983;}s:14:\"47.128.114.248\";a:1:{i:0;i:1726204041;}s:13:\"47.128.23.133\";a:1:{i:0;i:1726207102;}s:13:\"47.128.22.188\";a:1:{i:0;i:1726207215;}s:14:\"47.128.127.175\";a:1:{i:0;i:1726207375;}s:13:\"47.128.99.108\";a:1:{i:0;i:1726207428;}s:14:\"85.239.239.114\";a:2:{i:8;i:1726210769;i:9;i:1726210773;}s:13:\"47.128.51.241\";a:1:{i:0;i:1726212039;}s:13:\"82.102.41.130\";a:1:{i:3;i:1726214917;}s:13:\"96.27.198.133\";a:1:{i:12;i:1726214160;}s:15:\"185.220.101.166\";a:1:{i:0;i:1726214386;}s:14:\"91.103.253.141\";a:1:{i:0;i:1726214391;}s:13:\"92.246.84.133\";a:1:{i:0;i:1726214395;}s:13:\"198.98.50.199\";a:1:{i:0;i:1726214407;}s:13:\"23.129.64.142\";a:1:{i:0;i:1726214415;}s:14:\"45.139.122.176\";a:1:{i:4;i:1727114287;}s:13:\"89.185.85.140\";a:1:{i:0;i:1726214433;}s:15:\"185.220.100.253\";a:1:{i:0;i:1726214438;}s:13:\"185.220.101.8\";a:1:{i:0;i:1726214442;}s:15:\"154.213.185.165\";a:1:{i:0;i:1726214447;}s:13:\"185.107.57.66\";a:1:{i:16;i:1726989433;}s:15:\"154.213.185.133\";a:1:{i:0;i:1726214463;}s:12:\"107.189.8.70\";a:1:{i:0;i:1726214472;}s:13:\"45.141.215.21\";a:1:{i:0;i:1726214486;}s:15:\"185.241.208.206\";a:1:{i:0;i:1726214505;}s:11:\"54.89.13.82\";a:1:{i:15;i:1726216721;}s:15:\"185.241.208.174\";a:1:{i:0;i:1726220521;}s:13:\"47.128.114.78\";a:1:{i:0;i:1726222423;}s:13:\"47.128.48.225\";a:1:{i:0;i:1726222649;}s:13:\"47.128.40.151\";a:1:{i:0;i:1726227579;}s:13:\"47.128.33.225\";a:1:{i:0;i:1726231069;}s:13:\"47.128.42.184\";a:1:{i:0;i:1726231120;}s:13:\"47.128.25.243\";a:1:{i:0;i:1726235749;}s:15:\"174.219.221.246\";a:2:{i:0;i:1726236367;i:1;i:1726236370;}s:12:\"47.128.99.47\";a:1:{i:0;i:1726238141;}s:12:\"40.77.167.53\";a:1:{i:0;i:1726241036;}s:14:\"47.128.123.107\";a:1:{i:0;i:1726241287;}s:13:\"128.199.74.42\";a:1:{i:1;i:1726243173;}s:12:\"45.15.157.12\";a:1:{i:0;i:1726248274;}s:12:\"67.185.6.117\";a:1:{i:2;i:1730051049;}s:13:\"134.209.98.61\";a:1:{i:44;i:1726303550;}s:13:\"107.122.81.76\";a:1:{i:7;i:1726261421;}s:12:\"47.128.97.88\";a:1:{i:0;i:1726270673;}s:13:\"47.128.45.236\";a:1:{i:0;i:1726284099;}s:12:\"4.213.67.123\";a:1:{i:2;i:1726984653;}s:13:\"207.46.13.116\";a:1:{i:4;i:1732695789;}s:14:\"172.172.23.189\";a:1:{i:16;i:1726295554;}s:13:\"51.222.44.188\";a:1:{i:1;i:1726307942;}s:12:\"23.22.35.162\";a:1:{i:2;i:1726508334;}s:11:\"57.141.7.12\";a:1:{i:1;i:1727340392;}s:15:\"157.230.245.205\";a:1:{i:49;i:1726477230;}s:13:\"15.237.216.46\";a:1:{i:7;i:1726327344;}s:13:\"98.80.249.115\";a:2:{i:3;i:1726330283;i:4;i:1726330287;}s:11:\"50.46.51.40\";a:1:{i:0;i:1726332910;}s:13:\"47.128.22.165\";a:1:{i:0;i:1726338785;}s:12:\"38.51.181.22\";a:1:{i:1;i:1726349334;}s:13:\"38.51.159.225\";a:1:{i:0;i:1726349340;}s:14:\"34.235.165.180\";a:1:{i:5;i:1726351267;}s:14:\"129.222.79.137\";a:3:{i:6;i:1726494286;i:7;i:1726494286;i:8;i:1726494286;}s:12:\"34.46.204.39\";a:1:{i:0;i:1726351354;}s:15:\"155.138.164.252\";a:3:{i:5;i:1726356072;i:6;i:1726356074;i:7;i:1726356076;}s:12:\"66.42.104.38\";a:1:{i:7;i:1726358958;}s:13:\"47.128.54.151\";a:1:{i:0;i:1726366110;}s:12:\"47.128.27.30\";a:1:{i:1;i:1734578294;}s:12:\"3.145.94.179\";a:1:{i:1;i:1726366423;}s:13:\"47.128.35.190\";a:1:{i:0;i:1726371954;}s:12:\"147.78.47.88\";a:1:{i:0;i:1726373120;}s:13:\"47.128.37.199\";a:1:{i:0;i:1726381343;}s:12:\"40.77.167.77\";a:1:{i:1;i:1732704427;}s:14:\"47.128.121.140\";a:1:{i:0;i:1726384655;}s:13:\"47.128.34.163\";a:1:{i:1;i:1726662459;}s:12:\"47.128.43.81\";a:1:{i:0;i:1726389101;}s:14:\"52.167.144.215\";a:1:{i:3;i:1733176043;}s:11:\"57.141.7.19\";a:1:{i:1;i:1726652190;}s:12:\"47.128.24.97\";a:1:{i:0;i:1726393910;}s:13:\"182.43.31.128\";a:1:{i:17;i:1726394730;}s:11:\"98.64.96.21\";a:1:{i:0;i:1726396238;}s:10:\"4.213.60.8\";a:1:{i:9;i:1728590769;}s:13:\"47.128.43.239\";a:1:{i:0;i:1726408355;}s:13:\"47.128.96.141\";a:1:{i:0;i:1726408940;}s:13:\"47.128.122.33\";a:1:{i:0;i:1726409585;}s:12:\"47.128.63.90\";a:1:{i:0;i:1726409749;}s:13:\"64.233.172.65\";a:1:{i:2;i:1728921986;}s:13:\"47.128.56.197\";a:1:{i:0;i:1726413088;}s:13:\"47.128.57.151\";a:1:{i:0;i:1726413220;}s:14:\"52.167.144.218\";a:1:{i:1;i:1728926739;}s:14:\"67.185.132.231\";a:1:{i:0;i:1726419124;}s:14:\"174.224.206.18\";a:1:{i:1;i:1726427028;}s:12:\"149.88.23.82\";a:1:{i:0;i:1726426762;}s:15:\"104.247.184.177\";a:1:{i:0;i:1726429025;}s:14:\"23.229.113.138\";a:1:{i:0;i:1726432247;}s:11:\"1.13.174.60\";a:3:{i:0;i:1726438442;i:1;i:1726438444;i:2;i:1726438446;}s:11:\"89.251.22.4\";a:1:{i:0;i:1726447126;}s:14:\"75.164.159.162\";a:1:{i:0;i:1726460841;}s:14:\"52.167.144.234\";a:1:{i:1;i:1727383488;}s:13:\"13.38.126.245\";a:1:{i:1;i:1726472647;}s:14:\"44.220.181.180\";a:1:{i:4;i:1726482873;}s:14:\"185.101.21.221\";a:1:{i:0;i:1726485655;}s:14:\"193.233.89.137\";a:1:{i:0;i:1726485656;}s:11:\"51.89.208.6\";a:1:{i:0;i:1726503638;}s:13:\"47.128.123.92\";a:1:{i:0;i:1726506770;}s:14:\"142.93.144.184\";a:1:{i:0;i:1726509035;}s:14:\"81.143.153.192\";a:1:{i:0;i:1726510367;}s:13:\"15.237.43.137\";a:1:{i:3;i:1726517749;}s:13:\"67.185.133.16\";a:1:{i:1;i:1726522619;}s:14:\"89.117.146.243\";a:1:{i:0;i:1726524000;}s:14:\"174.214.16.200\";a:1:{i:10;i:1726532529;}s:13:\"47.128.50.144\";a:1:{i:0;i:1726526744;}s:13:\"88.218.45.175\";a:1:{i:0;i:1726537159;}s:14:\"185.61.221.206\";a:1:{i:0;i:1726537161;}s:14:\"52.167.144.174\";a:1:{i:1;i:1731716606;}s:15:\"157.173.113.251\";a:1:{i:5;i:1726784895;}s:12:\"94.23.209.55\";a:1:{i:25;i:1726553513;}s:13:\"47.128.44.209\";a:1:{i:0;i:1726555991;}s:13:\"47.128.31.214\";a:1:{i:0;i:1726564689;}s:10:\"57.141.7.7\";a:1:{i:0;i:1726564869;}s:13:\"47.128.27.114\";a:1:{i:0;i:1726567265;}s:12:\"47.128.99.38\";a:1:{i:0;i:1726567373;}s:12:\"47.128.19.99\";a:1:{i:0;i:1726580179;}s:13:\"15.237.84.170\";a:2:{i:0;i:1726581612;i:1;i:1726581616;}s:13:\"103.234.72.25\";a:2:{i:3;i:1726587425;i:4;i:1726587428;}s:14:\"220.196.160.95\";a:1:{i:2;i:1726587902;}s:14:\"47.128.121.167\";a:1:{i:0;i:1726589526;}s:13:\"47.128.113.35\";a:1:{i:0;i:1726596376;}s:13:\"47.128.28.156\";a:1:{i:0;i:1726598276;}s:12:\"47.128.34.31\";a:1:{i:0;i:1726598431;}s:13:\"149.28.90.240\";a:4:{i:4;i:1726598760;i:5;i:1726598761;i:6;i:1726598763;i:7;i:1726598764;}s:12:\"47.128.127.0\";a:1:{i:0;i:1726602054;}s:13:\"45.77.162.198\";a:2:{i:6;i:1726602348;i:7;i:1726602351;}s:13:\"47.128.97.232\";a:1:{i:0;i:1726608064;}s:13:\"47.128.96.209\";a:1:{i:0;i:1726609162;}s:13:\"47.128.39.236\";a:1:{i:0;i:1726611600;}s:13:\"47.128.24.248\";a:1:{i:0;i:1726617929;}s:14:\"47.128.111.115\";a:1:{i:0;i:1726618393;}s:13:\"4.247.166.147\";a:1:{i:5;i:1727352386;}s:13:\"47.128.58.137\";a:1:{i:0;i:1726619788;}s:13:\"47.128.99.112\";a:1:{i:0;i:1726620152;}s:13:\"47.128.47.118\";a:1:{i:0;i:1726622694;}s:12:\"47.128.63.74\";a:1:{i:0;i:1726622744;}s:13:\"47.128.42.171\";a:1:{i:0;i:1726622797;}s:12:\"47.128.36.64\";a:1:{i:0;i:1726622952;}s:13:\"47.128.114.21\";a:1:{i:0;i:1726623264;}s:13:\"52.167.144.22\";a:1:{i:0;i:1726623763;}s:13:\"47.128.42.138\";a:1:{i:0;i:1726626312;}s:13:\"47.128.38.124\";a:1:{i:0;i:1726626672;}s:11:\"47.128.28.3\";a:1:{i:0;i:1726626975;}s:13:\"47.128.99.120\";a:1:{i:0;i:1726627236;}s:13:\"47.128.40.129\";a:1:{i:0;i:1726636909;}s:14:\"186.179.22.198\";a:1:{i:0;i:1726637194;}s:11:\"47.128.30.0\";a:1:{i:0;i:1726637614;}s:15:\"192.186.191.252\";a:1:{i:0;i:1726637625;}s:13:\"47.128.96.113\";a:1:{i:0;i:1726639637;}s:14:\"65.108.101.239\";a:1:{i:37;i:1727089753;}s:13:\"47.128.49.205\";a:1:{i:0;i:1726640106;}s:13:\"23.108.93.231\";a:1:{i:0;i:1726641075;}s:13:\"47.128.125.56\";a:1:{i:0;i:1726641448;}s:12:\"47.128.51.76\";a:1:{i:0;i:1726645848;}s:14:\"196.247.18.234\";a:1:{i:0;i:1726647520;}s:14:\"47.128.113.116\";a:1:{i:0;i:1726648145;}s:13:\"47.128.123.43\";a:1:{i:0;i:1726651366;}s:13:\"47.128.25.121\";a:1:{i:0;i:1726651994;}s:14:\"47.128.118.122\";a:1:{i:0;i:1726652668;}s:13:\"47.128.60.232\";a:1:{i:0;i:1726656276;}s:13:\"47.128.33.178\";a:1:{i:0;i:1726657383;}s:13:\"47.128.97.205\";a:3:{i:0;i:1726657438;i:1;i:1726657439;i:2;i:1726657440;}s:13:\"173.252.83.44\";a:1:{i:0;i:1726658163;}s:13:\"147.78.47.230\";a:2:{i:22;i:1731650222;i:23;i:1731650224;}s:13:\"47.128.31.127\";a:1:{i:0;i:1726659289;}s:14:\"47.128.125.180\";a:1:{i:0;i:1726659431;}s:13:\"47.128.55.141\";a:1:{i:0;i:1726659548;}s:12:\"47.128.61.10\";a:1:{i:0;i:1726661416;}s:14:\"47.128.113.190\";a:1:{i:0;i:1726666723;}s:13:\"47.128.40.190\";a:1:{i:0;i:1726667911;}s:14:\"185.219.141.62\";a:3:{i:44;i:1726699733;i:45;i:1726699733;i:46;i:1726699733;}s:14:\"47.128.116.156\";a:1:{i:0;i:1726672812;}s:12:\"47.128.37.21\";a:1:{i:0;i:1726672966;}s:15:\"157.230.247.136\";a:1:{i:47;i:1726733853;}s:13:\"47.128.43.184\";a:1:{i:0;i:1726674437;}s:12:\"47.128.55.43\";a:1:{i:0;i:1726677651;}s:13:\"47.128.36.198\";a:1:{i:0;i:1726678881;}s:13:\"157.97.134.60\";a:3:{i:64;i:1726693157;i:65;i:1726693158;i:66;i:1726693158;}s:12:\"47.128.55.54\";a:1:{i:0;i:1726683451;}s:13:\"3.224.220.101\";a:1:{i:2;i:1726860552;}s:12:\"40.77.167.54\";a:1:{i:1;i:1731575089;}s:14:\"73.157.122.183\";a:1:{i:0;i:1726712743;}s:14:\"116.179.37.169\";a:1:{i:0;i:1726719449;}s:12:\"116.179.37.7\";a:1:{i:0;i:1726719452;}s:11:\"18.117.7.43\";a:1:{i:0;i:1726720176;}s:12:\"47.128.38.48\";a:1:{i:0;i:1726721376;}s:15:\"207.244.227.247\";a:1:{i:9;i:1726724610;}s:12:\"47.128.60.98\";a:1:{i:0;i:1726727195;}s:14:\"47.128.121.137\";a:1:{i:0;i:1726735710;}s:13:\"47.128.58.121\";a:1:{i:0;i:1726742059;}s:15:\"168.151.226.101\";a:1:{i:0;i:1726744025;}s:15:\"213.180.203.246\";a:1:{i:0;i:1726744199;}s:14:\"84.247.151.197\";a:1:{i:1;i:1726757817;}s:14:\"45.141.215.125\";a:1:{i:35;i:1726761669;}s:12:\"51.68.46.249\";a:1:{i:3;i:1730500551;}s:14:\"174.21.177.162\";a:3:{i:2;i:1726764677;i:3;i:1726764677;i:4;i:1726764678;}s:14:\"152.44.128.142\";a:3:{i:29;i:1734722782;i:30;i:1734722786;i:31;i:1734722786;}s:14:\"47.128.123.196\";a:1:{i:0;i:1726768626;}s:13:\"71.212.70.251\";a:3:{i:0;i:1726774413;i:1;i:1726774413;i:2;i:1726774414;}s:14:\"151.237.177.36\";a:1:{i:0;i:1726785109;}s:11:\"50.47.11.18\";a:1:{i:0;i:1726788901;}s:14:\"95.179.216.249\";a:1:{i:0;i:1726790841;}s:13:\"45.143.82.134\";a:3:{i:0;i:1726794897;i:1;i:1726794897;i:2;i:1726794897;}s:12:\"38.18.24.248\";a:1:{i:0;i:1726794903;}s:14:\"185.117.225.66\";a:1:{i:2;i:1726795650;}s:12:\"47.128.46.87\";a:1:{i:0;i:1726797776;}s:14:\"172.96.167.107\";a:1:{i:0;i:1726808826;}s:12:\"40.77.167.44\";a:1:{i:1;i:1730468164;}s:12:\"182.43.64.48\";a:1:{i:12;i:1726819753;}s:15:\"173.252.107.113\";a:1:{i:0;i:1726823130;}s:13:\"5.181.188.151\";a:1:{i:43;i:1729440402;}s:13:\"35.181.173.93\";a:1:{i:80;i:1726844102;}s:13:\"45.143.82.135\";a:3:{i:0;i:1726847031;i:1;i:1726847031;i:2;i:1726847032;}s:14:\"199.200.29.194\";a:1:{i:0;i:1726853144;}s:13:\"200.10.37.245\";a:1:{i:0;i:1726861424;}s:13:\"216.243.17.75\";a:1:{i:0;i:1726861434;}s:13:\"62.100.225.14\";a:1:{i:0;i:1726862134;}s:15:\"104.238.138.194\";a:2:{i:6;i:1726872386;i:7;i:1726872389;}s:14:\"104.207.139.47\";a:1:{i:7;i:1726875209;}s:14:\"23.104.184.203\";a:1:{i:0;i:1726878163;}s:15:\"185.241.208.248\";a:1:{i:1;i:1727402049;}s:13:\"162.43.104.33\";a:1:{i:3;i:1728745601;}s:13:\"108.181.53.54\";a:1:{i:0;i:1726899241;}s:15:\"109.248.175.228\";a:1:{i:21;i:1729690800;}s:12:\"209.126.0.54\";a:1:{i:9;i:1726906650;}s:14:\"174.215.114.97\";a:3:{i:12;i:1726908919;i:13;i:1726908919;i:14;i:1726908919;}s:13:\"66.220.149.52\";a:1:{i:0;i:1726911985;}s:13:\"65.108.74.120\";a:1:{i:49;i:1726918631;}s:13:\"91.108.177.41\";a:1:{i:0;i:1726917751;}s:15:\"134.241.245.155\";a:1:{i:0;i:1726920969;}s:14:\"75.119.150.186\";a:1:{i:1;i:1727026251;}s:14:\"15.237.112.177\";a:1:{i:7;i:1726922432;}s:12:\"20.192.27.50\";a:1:{i:34;i:1728687515;}s:13:\"47.128.99.184\";a:1:{i:0;i:1726935164;}s:13:\"206.189.81.19\";a:2:{i:19;i:1726936117;i:20;i:1726936119;}s:13:\"177.94.20.192\";a:1:{i:0;i:1726945205;}s:13:\"47.128.98.173\";a:1:{i:0;i:1726951393;}s:14:\"67.185.130.211\";a:1:{i:1;i:1726951912;}s:14:\"167.160.65.204\";a:1:{i:0;i:1726951918;}s:15:\"136.223.175.149\";a:1:{i:0;i:1726952861;}s:13:\"138.24.77.140\";a:1:{i:0;i:1726961774;}s:12:\"3.142.35.138\";a:1:{i:1;i:1726971279;}s:12:\"40.77.167.56\";a:1:{i:1;i:1727697058;}s:15:\"174.215.113.152\";a:1:{i:2;i:1727041362;}s:12:\"4.233.139.36\";a:1:{i:0;i:1726987368;}s:14:\"89.147.110.118\";a:1:{i:8;i:1726989283;}s:12:\"80.78.26.122\";a:1:{i:0;i:1726989289;}s:13:\"5.255.125.196\";a:1:{i:1;i:1726989304;}s:15:\"185.220.101.128\";a:1:{i:0;i:1726989311;}s:12:\"51.91.18.151\";a:1:{i:2;i:1726989326;}s:14:\"185.220.101.16\";a:1:{i:2;i:1732013498;}s:13:\"162.143.20.55\";a:1:{i:0;i:1726993103;}s:14:\"234.180.226.99\";a:1:{i:0;i:1726993770;}s:14:\"168.133.139.69\";a:1:{i:0;i:1726996006;}s:13:\"59.201.205.46\";a:1:{i:0;i:1726996063;}s:13:\"141.164.48.57\";a:1:{i:0;i:1727001273;}s:13:\"173.252.87.16\";a:1:{i:0;i:1727001887;}s:15:\"198.144.178.230\";a:1:{i:1;i:1727566001;}s:12:\"146.70.11.29\";a:1:{i:0;i:1727007411;}s:13:\"47.128.44.207\";a:1:{i:0;i:1727012243;}s:14:\"66.143.244.228\";a:1:{i:0;i:1727024050;}s:15:\"174.215.118.123\";a:1:{i:2;i:1727026302;}s:13:\"74.225.206.63\";a:1:{i:7;i:1727027173;}s:13:\"4.213.167.133\";a:1:{i:15;i:1727284137;}s:12:\"4.240.32.104\";a:1:{i:1;i:1727030584;}s:13:\"91.244.60.175\";a:1:{i:2;i:1727033898;}s:15:\"185.147.212.137\";a:1:{i:2;i:1727034330;}s:14:\"185.241.208.23\";a:1:{i:0;i:1727042178;}s:14:\"216.238.87.193\";a:3:{i:5;i:1727045311;i:6;i:1727045313;i:7;i:1727045314;}s:12:\"98.97.40.111\";a:1:{i:4;i:1727046067;}s:14:\"144.202.115.20\";a:1:{i:7;i:1727049424;}s:14:\"84.247.148.238\";a:1:{i:1;i:1728166220;}s:11:\"57.141.7.25\";a:1:{i:1;i:1727339922;}s:15:\"192.210.200.168\";a:1:{i:0;i:1727092109;}s:14:\"47.128.123.124\";a:1:{i:0;i:1727093471;}s:13:\"66.249.70.108\";a:1:{i:0;i:1727098314;}s:13:\"62.169.16.152\";a:1:{i:2;i:1727276189;}s:14:\"174.204.65.170\";a:1:{i:2;i:1727102267;}s:13:\"207.46.13.127\";a:1:{i:0;i:1727108615;}s:14:\"82.197.182.161\";a:1:{i:1;i:1727113661;}s:14:\"185.220.101.14\";a:1:{i:4;i:1727113847;}s:14:\"185.106.94.195\";a:1:{i:11;i:1727113911;}s:13:\"45.141.215.62\";a:1:{i:17;i:1727114198;}s:15:\"185.220.100.243\";a:1:{i:17;i:1732013574;}s:14:\"185.241.208.28\";a:1:{i:6;i:1727114280;}s:15:\"185.220.100.252\";a:1:{i:0;i:1727114236;}s:15:\"185.220.100.247\";a:1:{i:0;i:1727114240;}s:13:\"45.138.16.113\";a:1:{i:2;i:1727114265;}s:14:\"185.220.101.25\";a:1:{i:0;i:1727114272;}s:15:\"185.220.101.184\";a:1:{i:0;i:1727114292;}s:13:\"185.220.101.7\";a:1:{i:0;i:1727114297;}s:13:\"185.227.68.78\";a:1:{i:0;i:1727114301;}s:12:\"23.154.177.2\";a:1:{i:0;i:1727114319;}s:13:\"45.141.215.88\";a:1:{i:4;i:1727114350;}s:13:\"66.249.70.107\";a:1:{i:0;i:1727118043;}s:10:\"3.141.5.70\";a:1:{i:0;i:1727122170;}s:12:\"66.249.70.96\";a:1:{i:0;i:1727128995;}s:14:\"35.237.207.217\";a:3:{i:0;i:1727130829;i:1;i:1727130829;i:2;i:1727130830;}s:13:\"174.21.80.220\";a:1:{i:0;i:1727132207;}s:13:\"161.97.148.54\";a:1:{i:13;i:1727313600;}s:12:\"67.185.5.155\";a:1:{i:5;i:1734385968;}s:11:\"34.96.46.48\";a:4:{i:3;i:1727141229;i:4;i:1727141229;i:5;i:1727141232;i:6;i:1727141233;}s:14:\"116.179.37.205\";a:1:{i:0;i:1727141627;}s:13:\"116.179.37.53\";a:1:{i:0;i:1727141630;}s:13:\"176.61.143.74\";a:1:{i:0;i:1727143616;}s:12:\"24.19.22.168\";a:1:{i:2;i:1727151134;}s:13:\"74.208.46.241\";a:1:{i:0;i:1727155028;}s:12:\"51.159.30.40\";a:1:{i:9;i:1728150682;}s:13:\"20.79.181.135\";a:1:{i:0;i:1727175042;}s:10:\"57.141.7.5\";a:1:{i:0;i:1727175380;}s:12:\"172.111.38.2\";a:1:{i:0;i:1727177149;}s:14:\"119.45.114.138\";a:1:{i:17;i:1727180765;}s:14:\"57.154.189.214\";a:1:{i:0;i:1727208248;}s:15:\"180.110.243.125\";a:3:{i:1;i:1727208652;i:2;i:1727208652;i:3;i:1727208652;}s:12:\"66.249.68.34\";a:1:{i:13;i:1730315981;}s:14:\"107.158.200.50\";a:1:{i:0;i:1727215245;}s:15:\"207.244.225.247\";a:1:{i:9;i:1727218542;}s:14:\"186.179.18.197\";a:1:{i:0;i:1727223458;}s:12:\"142.93.8.206\";a:1:{i:2;i:1728383621;}s:13:\"91.92.242.178\";a:1:{i:1;i:1727226423;}s:12:\"66.249.68.39\";a:1:{i:15;i:1729357823;}s:13:\"51.254.11.170\";a:1:{i:4;i:1727231214;}s:13:\"20.171.206.64\";a:1:{i:0;i:1727241958;}s:14:\"172.167.220.55\";a:1:{i:0;i:1727253123;}s:15:\"136.200.244.217\";a:1:{i:0;i:1727256210;}s:11:\"57.141.7.28\";a:1:{i:0;i:1727264131;}s:12:\"172.59.25.12\";a:2:{i:3;i:1727267864;i:4;i:1727267867;}s:13:\"18.237.101.18\";a:1:{i:0;i:1727269219;}s:14:\"109.199.110.90\";a:1:{i:0;i:1727271488;}s:12:\"45.74.31.241\";a:1:{i:1;i:1727273041;}s:13:\"91.92.240.157\";a:1:{i:12;i:1727278404;}s:15:\"176.118.242.127\";a:1:{i:1;i:1727282393;}s:13:\"70.21.180.220\";a:1:{i:0;i:1727284835;}s:12:\"66.249.68.32\";a:1:{i:14;i:1732818533;}s:15:\"166.198.252.131\";a:2:{i:9;i:1727293051;i:10;i:1727293055;}s:12:\"208.74.156.6\";a:1:{i:29;i:1730408070;}s:14:\"119.84.239.117\";a:1:{i:0;i:1727299948;}s:12:\"66.249.68.35\";a:1:{i:12;i:1730229494;}s:12:\"13.51.178.27\";a:1:{i:11;i:1727393178;}s:15:\"174.231.131.227\";a:2:{i:3;i:1727319522;i:4;i:1727319525;}s:12:\"91.92.242.85\";a:1:{i:0;i:1727320691;}s:15:\"111.173.114.135\";a:1:{i:0;i:1727324768;}s:13:\"111.19.103.57\";a:1:{i:0;i:1727339649;}s:15:\"129.222.118.217\";a:1:{i:2;i:1727341000;}s:14:\"125.26.178.177\";a:1:{i:0;i:1727342001;}s:13:\"57.128.87.194\";a:1:{i:0;i:1727352173;}s:13:\"182.43.18.230\";a:1:{i:17;i:1727357615;}s:14:\"184.170.249.69\";a:1:{i:1;i:1727359577;}s:10:\"161.0.9.16\";a:1:{i:0;i:1727364787;}s:15:\"191.102.165.234\";a:1:{i:0;i:1727371106;}s:13:\"91.92.248.247\";a:1:{i:0;i:1727372024;}s:12:\"204.48.17.36\";a:1:{i:0;i:1727375913;}s:15:\"103.101.178.114\";a:1:{i:8;i:1734700985;}s:14:\"186.64.119.150\";a:1:{i:0;i:1727377308;}s:12:\"3.14.247.150\";a:1:{i:0;i:1727388880;}s:13:\"62.76.230.239\";a:1:{i:0;i:1727404155;}s:13:\"139.162.63.62\";a:1:{i:5;i:1727408774;}s:12:\"47.128.35.27\";a:1:{i:0;i:1727414372;}s:12:\"157.55.39.10\";a:1:{i:0;i:1727414545;}s:14:\"52.167.144.236\";a:1:{i:0;i:1727414830;}s:13:\"159.203.78.20\";a:1:{i:4;i:1732205488;}s:13:\"66.249.88.193\";a:1:{i:1;i:1727807304;}s:15:\"157.173.113.254\";a:1:{i:1;i:1727431841;}s:13:\"38.242.206.95\";a:1:{i:48;i:1729210044;}s:14:\"198.144.155.68\";a:2:{i:2;i:1734242736;i:3;i:1734242740;}s:11:\"57.141.7.17\";a:1:{i:1;i:1733845417;}s:11:\"57.141.7.10\";a:1:{i:0;i:1727435627;}s:11:\"20.40.99.36\";a:1:{i:0;i:1727444151;}s:11:\"91.92.243.3\";a:1:{i:7;i:1727502052;}s:13:\"185.191.171.6\";a:1:{i:0;i:1727450967;}s:12:\"17.241.75.47\";a:1:{i:0;i:1727454886;}s:13:\"52.23.255.112\";a:1:{i:0;i:1727462789;}s:12:\"66.249.68.33\";a:1:{i:11;i:1730306914;}s:12:\"66.249.68.36\";a:1:{i:12;i:1730143237;}s:14:\"149.28.213.188\";a:3:{i:5;i:1727482329;i:6;i:1727482331;i:7;i:1727482333;}s:14:\"149.28.210.117\";a:2:{i:6;i:1727488235;i:7;i:1727488238;}s:13:\"45.14.244.131\";a:1:{i:0;i:1727488984;}s:13:\"91.92.242.163\";a:1:{i:1;i:1727581250;}s:13:\"67.55.173.111\";a:2:{i:2;i:1727490370;i:3;i:1727490372;}s:13:\"185.156.72.30\";a:1:{i:0;i:1727503479;}s:14:\"104.254.95.156\";a:1:{i:0;i:1727507790;}s:14:\"194.35.120.211\";a:1:{i:7;i:1727522904;}s:12:\"47.128.19.77\";a:1:{i:0;i:1727524065;}s:13:\"50.123.65.240\";a:1:{i:1;i:1727530158;}s:14:\"162.62.219.189\";a:1:{i:0;i:1727535101;}s:12:\"43.131.60.33\";a:1:{i:0;i:1727536152;}s:13:\"172.58.30.242\";a:3:{i:0;i:1727539413;i:1;i:1727539413;i:2;i:1727539416;}s:13:\"198.46.226.97\";a:2:{i:6;i:1727542533;i:7;i:1727542537;}s:14:\"147.28.186.186\";a:3:{i:0;i:1727549546;i:1;i:1727549548;i:2;i:1727549550;}s:14:\"149.28.122.211\";a:3:{i:5;i:1727558062;i:6;i:1727558064;i:7;i:1727558066;}s:13:\"157.173.114.2\";a:1:{i:1;i:1727562193;}s:11:\"45.77.4.162\";a:1:{i:7;i:1727563589;}s:13:\"18.219.165.76\";a:1:{i:1;i:1727576076;}s:12:\"94.156.65.23\";a:1:{i:10;i:1727581056;}s:14:\"101.148.209.38\";a:1:{i:0;i:1727597319;}s:14:\"15.188.144.238\";a:1:{i:7;i:1727615152;}s:11:\"24.19.5.143\";a:1:{i:180;i:1734668207;}s:14:\"146.103.33.215\";a:1:{i:15;i:1727625224;}s:13:\"39.99.147.133\";a:1:{i:17;i:1727626201;}s:15:\"174.231.128.145\";a:1:{i:0;i:1727632093;}s:12:\"40.77.167.25\";a:1:{i:3;i:1731613008;}s:14:\"149.56.150.162\";a:3:{i:1;i:1727634501;i:2;i:1727634502;i:3;i:1727634504;}s:14:\"31.214.170.213\";a:1:{i:0;i:1727634509;}s:14:\"149.56.150.217\";a:1:{i:0;i:1727634525;}s:15:\"174.231.137.102\";a:3:{i:4;i:1727634854;i:5;i:1727634857;i:6;i:1727634858;}s:13:\"24.18.168.199\";a:1:{i:6;i:1729546993;}s:14:\"216.128.140.56\";a:4:{i:4;i:1727638672;i:5;i:1727638673;i:6;i:1727638675;i:7;i:1727638676;}s:14:\"149.28.120.129\";a:2:{i:6;i:1727643008;i:7;i:1727643012;}s:15:\"188.166.212.144\";a:1:{i:116;i:1728292528;}s:15:\"169.150.201.134\";a:1:{i:1;i:1727648781;}s:13:\"76.135.166.12\";a:1:{i:0;i:1727655032;}s:13:\"47.128.53.218\";a:1:{i:0;i:1727668003;}s:12:\"47.128.41.31\";a:3:{i:0;i:1727668213;i:1;i:1727668213;i:2;i:1727668213;}s:14:\"52.167.144.175\";a:1:{i:1;i:1730210559;}s:12:\"47.128.97.73\";a:1:{i:0;i:1727678757;}s:12:\"40.77.167.55\";a:1:{i:1;i:1728673427;}s:13:\"193.233.16.13\";a:2:{i:6;i:1727690525;i:7;i:1727690529;}s:13:\"194.26.192.60\";a:1:{i:0;i:1727702885;}s:11:\"40.77.167.3\";a:1:{i:0;i:1727718668;}s:13:\"64.64.111.151\";a:3:{i:0;i:1727729262;i:1;i:1727729263;i:2;i:1727729263;}s:12:\"40.77.167.19\";a:1:{i:0;i:1727740716;}s:14:\"103.214.60.107\";a:1:{i:0;i:1727743556;}s:14:\"185.241.208.68\";a:1:{i:36;i:1727749750;}s:14:\"20.171.206.114\";a:2:{i:3;i:1727754421;i:4;i:1727754424;}s:14:\"20.171.206.134\";a:1:{i:0;i:1727754736;}s:12:\"20.171.206.6\";a:1:{i:3;i:1727754760;}s:14:\"20.171.206.184\";a:1:{i:1;i:1727754912;}s:14:\"20.171.206.135\";a:1:{i:4;i:1727755209;}s:13:\"20.171.206.43\";a:1:{i:1;i:1730377618;}s:14:\"20.171.206.150\";a:1:{i:0;i:1727755534;}s:13:\"20.171.206.83\";a:2:{i:0;i:1727755732;i:1;i:1727755736;}s:14:\"20.171.206.162\";a:1:{i:3;i:1727755809;}s:13:\"20.171.206.46\";a:2:{i:0;i:1727755844;i:1;i:1727755846;}s:14:\"20.171.206.192\";a:1:{i:5;i:1727757190;}s:14:\"20.171.206.138\";a:1:{i:1;i:1727756055;}s:14:\"20.171.206.209\";a:1:{i:1;i:1727756109;}s:14:\"20.171.206.136\";a:2:{i:0;i:1727756130;i:1;i:1727756133;}s:13:\"20.171.206.29\";a:1:{i:0;i:1727756284;}s:14:\"20.171.206.233\";a:1:{i:1;i:1727756473;}s:14:\"20.171.206.219\";a:1:{i:5;i:1727756536;}s:14:\"20.171.206.110\";a:1:{i:1;i:1727756598;}s:14:\"20.171.206.246\";a:1:{i:6;i:1728342618;}s:14:\"20.171.206.170\";a:1:{i:0;i:1727756708;}s:14:\"20.171.206.227\";a:1:{i:0;i:1727756730;}s:14:\"20.171.206.157\";a:2:{i:0;i:1727756953;i:1;i:1727756955;}s:13:\"20.171.206.25\";a:1:{i:2;i:1727756997;}s:14:\"20.171.206.240\";a:1:{i:2;i:1727757069;}s:13:\"20.171.206.37\";a:1:{i:4;i:1728049000;}s:13:\"20.171.206.81\";a:1:{i:0;i:1727757206;}s:14:\"179.189.226.37\";a:1:{i:0;i:1727758815;}s:13:\"138.197.81.12\";a:2:{i:6;i:1727769652;i:7;i:1727769655;}s:12:\"185.139.1.70\";a:2:{i:6;i:1727769664;i:7;i:1727769667;}s:15:\"118.195.131.103\";a:2:{i:33;i:1728126330;i:34;i:1728126334;}s:13:\"47.128.39.112\";a:1:{i:0;i:1727779278;}s:14:\"95.108.213.153\";a:1:{i:0;i:1727792095;}s:15:\"143.198.202.210\";a:1:{i:13;i:1730800777;}s:13:\"72.138.183.66\";a:6:{i:3;i:1727807316;i:4;i:1727807316;i:5;i:1727807316;i:6;i:1727807319;i:7;i:1727807319;i:8;i:1727807319;}s:11:\"86.48.7.114\";a:1:{i:0;i:1727811065;}s:14:\"52.167.144.136\";a:1:{i:2;i:1731438033;}s:13:\"185.87.122.40\";a:1:{i:0;i:1727814475;}s:13:\"172.56.105.16\";a:2:{i:0;i:1727818658;i:1;i:1727818661;}s:13:\"220.192.19.46\";a:1:{i:0;i:1727820035;}s:13:\"65.140.139.10\";a:3:{i:7;i:1727824788;i:8;i:1727824788;i:9;i:1727824789;}s:12:\"157.55.39.55\";a:1:{i:0;i:1727831390;}s:14:\"193.26.115.234\";a:1:{i:14;i:1727832818;}s:14:\"185.220.101.15\";a:1:{i:1;i:1730067883;}s:13:\"107.189.30.69\";a:1:{i:0;i:1727846561;}s:14:\"185.220.101.40\";a:1:{i:1;i:1727846572;}s:14:\"206.126.72.210\";a:1:{i:9;i:1727847022;}s:13:\"47.128.18.165\";a:1:{i:0;i:1727856756;}s:13:\"202.40.176.34\";a:1:{i:0;i:1727857304;}s:12:\"24.18.175.22\";a:6:{i:1;i:1727870951;i:2;i:1727870951;i:3;i:1727870951;i:4;i:1727870954;i:5;i:1727870954;i:6;i:1727870954;}s:14:\"94.156.167.175\";a:1:{i:0;i:1727872031;}s:13:\"151.80.67.229\";a:1:{i:2;i:1727878644;}s:14:\"174.215.114.61\";a:1:{i:1;i:1727881872;}s:15:\"185.241.151.213\";a:1:{i:18;i:1729316168;}s:14:\"174.224.193.48\";a:2:{i:0;i:1727900881;i:1;i:1727900885;}s:12:\"75.157.0.218\";a:1:{i:0;i:1727909975;}s:15:\"208.122.217.166\";a:2:{i:0;i:1727913789;i:1;i:1727913791;}s:12:\"5.75.166.124\";a:2:{i:0;i:1727913790;i:1;i:1727913793;}s:12:\"73.239.49.42\";a:1:{i:1;i:1727914886;}s:13:\"179.43.191.19\";a:1:{i:0;i:1727933850;}s:14:\"172.235.53.247\";a:1:{i:6;i:1727938067;}s:15:\"185.241.208.220\";a:1:{i:0;i:1727948830;}s:14:\"212.58.114.109\";a:1:{i:2;i:1727951609;}s:12:\"5.255.231.24\";a:1:{i:0;i:1727955912;}s:13:\"62.76.230.155\";a:1:{i:0;i:1727958768;}s:14:\"71.212.153.155\";a:1:{i:0;i:1727966402;}s:12:\"52.125.136.6\";a:2:{i:0;i:1727968982;i:1;i:1727968982;}s:13:\"216.87.235.77\";a:1:{i:0;i:1727972894;}s:12:\"104.129.9.15\";a:1:{i:0;i:1727975473;}s:13:\"193.26.115.12\";a:1:{i:20;i:1727984390;}s:14:\"87.120.114.173\";a:1:{i:1;i:1728192620;}s:12:\"87.120.115.3\";a:1:{i:0;i:1727995344;}s:12:\"5.181.86.133\";a:1:{i:0;i:1727996292;}s:12:\"157.55.39.11\";a:1:{i:2;i:1732535947;}s:11:\"84.17.63.43\";a:1:{i:1;i:1728005050;}s:11:\"98.70.79.60\";a:1:{i:5;i:1728012075;}s:12:\"157.55.39.12\";a:1:{i:1;i:1734404350;}s:12:\"157.55.39.57\";a:1:{i:0;i:1728022510;}s:15:\"207.244.251.231\";a:1:{i:0;i:1728045050;}s:14:\"194.233.69.184\";a:1:{i:1;i:1728067560;}s:12:\"50.125.92.94\";a:5:{i:1;i:1728092485;i:2;i:1728092485;i:3;i:1728092485;i:4;i:1728092488;i:5;i:1728092489;}s:14:\"174.231.133.25\";a:1:{i:1;i:1728100589;}s:13:\"52.167.144.19\";a:1:{i:0;i:1728103032;}s:9:\"34.1.22.5\";a:1:{i:0;i:1728107140;}s:13:\"188.241.56.37\";a:1:{i:0;i:1728113379;}s:14:\"193.34.213.181\";a:1:{i:4;i:1728676601;}s:13:\"51.195.91.135\";a:1:{i:3;i:1728120237;}s:13:\"20.171.206.12\";a:1:{i:0;i:1728129363;}s:11:\"47.128.97.9\";a:1:{i:0;i:1728133355;}s:13:\"47.128.53.183\";a:1:{i:0;i:1728133614;}s:15:\"209.242.209.159\";a:1:{i:0;i:1728157604;}s:13:\"136.239.42.17\";a:1:{i:9;i:1728173370;}s:10:\"13.38.70.4\";a:2:{i:6;i:1728174319;i:7;i:1728174322;}s:12:\"92.38.235.88\";a:1:{i:0;i:1728175765;}s:13:\"167.99.235.43\";a:1:{i:0;i:1728176320;}s:13:\"75.119.145.42\";a:1:{i:0;i:1728182967;}s:13:\"85.236.50.137\";a:1:{i:0;i:1728192293;}s:15:\"128.199.166.218\";a:1:{i:1;i:1729657240;}s:13:\"18.224.54.255\";a:1:{i:0;i:1728215224;}s:14:\"18.221.165.115\";a:1:{i:0;i:1728217851;}s:13:\"3.109.133.205\";a:1:{i:1;i:1728230805;}s:12:\"47.128.27.39\";a:1:{i:0;i:1728235426;}s:13:\"172.56.107.13\";a:2:{i:0;i:1728235939;i:1;i:1728235942;}s:12:\"217.76.59.51\";a:2:{i:532;i:1728240167;i:533;i:1728240171;}s:14:\"174.224.199.14\";a:2:{i:2;i:1728457597;i:3;i:1728457597;}s:13:\"13.36.174.165\";a:1:{i:51;i:1728302265;}s:13:\"156.67.104.25\";a:1:{i:19;i:1728587584;}s:13:\"82.180.147.34\";a:1:{i:5;i:1728251276;}s:15:\"104.198.164.252\";a:2:{i:6;i:1728252952;i:7;i:1728252956;}s:15:\"191.102.167.129\";a:1:{i:0;i:1728256173;}s:15:\"174.238.228.138\";a:3:{i:3;i:1728258501;i:4;i:1728258503;i:5;i:1728258504;}s:13:\"51.75.170.141\";a:1:{i:24;i:1728264250;}s:15:\"174.231.129.160\";a:1:{i:0;i:1728266531;}s:13:\"47.128.111.11\";a:1:{i:0;i:1728267705;}s:12:\"13.38.57.252\";a:2:{i:6;i:1728268845;i:7;i:1728268848;}s:13:\"89.248.172.92\";a:1:{i:5;i:1729153578;}s:13:\"45.88.186.131\";a:1:{i:4;i:1728280458;}s:14:\"87.120.117.240\";a:1:{i:4;i:1729922133;}s:14:\"47.128.120.156\";a:1:{i:0;i:1728282226;}s:13:\"51.222.253.15\";a:1:{i:0;i:1728286267;}s:12:\"84.239.41.15\";a:1:{i:3;i:1728291786;}s:13:\"34.122.60.246\";a:3:{i:5;i:1728291815;i:6;i:1728291817;i:7;i:1728291818;}s:14:\"87.120.117.241\";a:1:{i:0;i:1728293072;}s:15:\"143.110.243.128\";a:1:{i:1;i:1728298360;}s:12:\"47.128.32.29\";a:1:{i:0;i:1728309829;}s:13:\"47.128.21.116\";a:1:{i:0;i:1728321179;}s:12:\"34.207.66.50\";a:1:{i:0;i:1728324148;}s:12:\"92.222.70.66\";a:1:{i:0;i:1728328222;}s:12:\"66.249.68.37\";a:1:{i:0;i:1728328306;}s:14:\"174.224.202.70\";a:1:{i:0;i:1728334878;}s:15:\"174.127.204.218\";a:1:{i:2;i:1728402458;}s:12:\"3.92.179.138\";a:1:{i:12;i:1728433339;}s:13:\"54.205.46.211\";a:1:{i:0;i:1728343053;}s:12:\"47.128.57.79\";a:1:{i:0;i:1728343392;}s:12:\"182.43.79.24\";a:1:{i:17;i:1728344820;}s:14:\"47.128.114.234\";a:1:{i:0;i:1728347495;}s:14:\"213.109.202.71\";a:2:{i:2;i:1728347723;i:3;i:1728347723;}s:13:\"13.201.12.116\";a:1:{i:1;i:1728486491;}s:14:\"35.210.226.111\";a:1:{i:0;i:1728366170;}s:12:\"170.173.8.12\";a:5:{i:4;i:1728367783;i:5;i:1728367783;i:6;i:1728367783;i:7;i:1728367786;i:8;i:1728367787;}s:14:\"50.243.105.129\";a:1:{i:0;i:1728369826;}s:13:\"15.237.50.243\";a:1:{i:0;i:1728372450;}s:12:\"88.99.95.199\";a:1:{i:1;i:1728402454;}s:13:\"47.128.57.234\";a:1:{i:0;i:1728405565;}s:14:\"15.236.239.255\";a:1:{i:0;i:1728415883;}s:15:\"185.133.250.205\";a:2:{i:166;i:1728419119;i:167;i:1728419121;}s:14:\"15.237.215.117\";a:1:{i:0;i:1728421065;}s:14:\"162.10.204.133\";a:1:{i:0;i:1728422369;}s:13:\"173.9.184.105\";a:4:{i:8;i:1731340381;i:9;i:1731340381;i:10;i:1731340381;i:11;i:1731340383;}s:13:\"47.128.50.114\";a:1:{i:0;i:1728424178;}s:13:\"35.247.123.50\";a:2:{i:6;i:1728425868;i:7;i:1728425871;}s:11:\"85.31.47.20\";a:1:{i:0;i:1728436605;}s:15:\"172.111.231.233\";a:1:{i:1;i:1728443553;}s:13:\"47.128.122.53\";a:1:{i:0;i:1728445159;}s:14:\"47.128.110.104\";a:1:{i:0;i:1728445418;}s:13:\"47.128.20.235\";a:1:{i:0;i:1728451555;}s:14:\"107.173.212.74\";a:1:{i:0;i:1728452215;}s:12:\"207.90.60.23\";a:1:{i:0;i:1728452220;}s:12:\"139.59.86.84\";a:1:{i:1;i:1728452734;}s:11:\"47.128.97.5\";a:1:{i:0;i:1728454538;}s:13:\"47.128.41.213\";a:1:{i:0;i:1728459600;}s:12:\"47.128.57.82\";a:1:{i:0;i:1728459649;}s:14:\"52.167.144.180\";a:1:{i:2;i:1731442911;}s:13:\"193.70.33.116\";a:1:{i:2;i:1728474571;}s:13:\"80.151.185.18\";a:1:{i:4;i:1732818221;}s:14:\"185.39.207.124\";a:1:{i:0;i:1728477114;}s:14:\"47.128.124.159\";a:1:{i:0;i:1728480676;}s:12:\"47.128.26.40\";a:1:{i:0;i:1728481051;}s:13:\"120.55.95.157\";a:2:{i:0;i:1728483868;i:1;i:1728483871;}s:12:\"47.128.56.39\";a:1:{i:0;i:1728484247;}s:13:\"37.232.38.216\";a:1:{i:5;i:1728493923;}s:14:\"110.38.253.141\";a:3:{i:10;i:1728495551;i:11;i:1728495551;i:12;i:1728495552;}s:14:\"139.61.212.252\";a:1:{i:0;i:1728495303;}s:13:\"174.198.70.78\";a:3:{i:1;i:1728496277;i:2;i:1728496279;i:3;i:1728496281;}s:14:\"15.236.226.101\";a:1:{i:0;i:1728504426;}s:14:\"68.183.225.153\";a:1:{i:5;i:1728530257;}s:13:\"47.128.126.59\";a:1:{i:0;i:1728516945;}s:11:\"1.14.94.175\";a:1:{i:16;i:1728521439;}s:14:\"74.208.220.202\";a:2:{i:0;i:1728525362;i:1;i:1728525366;}s:14:\"94.156.167.199\";a:1:{i:23;i:1728527466;}s:14:\"174.215.114.67\";a:1:{i:1;i:1728708813;}s:13:\"68.183.80.103\";a:1:{i:1;i:1728540514;}s:13:\"47.128.118.99\";a:1:{i:0;i:1728543652;}s:14:\"20.171.206.216\";a:1:{i:0;i:1728554208;}s:14:\"125.122.14.144\";a:1:{i:0;i:1728554312;}s:14:\"181.214.173.92\";a:1:{i:4;i:1728554598;}s:12:\"13.38.84.223\";a:1:{i:0;i:1728561071;}s:11:\"98.97.35.36\";a:1:{i:0;i:1728580930;}s:15:\"185.241.208.188\";a:1:{i:0;i:1728581288;}s:13:\"47.128.50.182\";a:1:{i:0;i:1728582441;}s:13:\"165.22.56.174\";a:2:{i:2;i:1728582548;i:3;i:1728582551;}s:14:\"94.156.167.147\";a:1:{i:3;i:1730072169;}s:11:\"52.47.200.0\";a:1:{i:0;i:1728585136;}s:14:\"174.231.136.91\";a:1:{i:7;i:1728586455;}s:12:\"194.54.83.21\";a:1:{i:1;i:1728585938;}s:14:\"103.159.50.233\";a:1:{i:0;i:1728588094;}s:15:\"181.214.147.134\";a:1:{i:0;i:1728600444;}s:14:\"119.82.240.214\";a:1:{i:0;i:1728609039;}s:10:\"84.33.15.6\";a:1:{i:0;i:1728609466;}s:13:\"103.156.70.50\";a:1:{i:0;i:1728609514;}s:12:\"45.159.12.47\";a:2:{i:0;i:1728609590;i:1;i:1728609594;}s:15:\"172.105.193.238\";a:1:{i:0;i:1728609706;}s:14:\"212.111.30.103\";a:1:{i:2;i:1728609918;}s:14:\"172.56.109.133\";a:1:{i:1;i:1730556752;}s:13:\"52.147.16.144\";a:2:{i:6;i:1728617947;i:7;i:1728617950;}s:13:\"157.173.114.1\";a:1:{i:1;i:1728622326;}s:15:\"207.154.222.216\";a:2:{i:6;i:1728629810;i:7;i:1728629812;}s:14:\"43.205.144.133\";a:1:{i:0;i:1728629662;}s:13:\"47.128.62.154\";a:1:{i:0;i:1728635987;}s:15:\"143.110.187.135\";a:1:{i:9;i:1729688900;}s:14:\"47.128.118.165\";a:1:{i:0;i:1728645469;}s:15:\"165.232.103.154\";a:1:{i:26;i:1728649990;}s:12:\"47.128.49.33\";a:1:{i:0;i:1728662862;}s:14:\"74.225.222.178\";a:1:{i:5;i:1731094825;}s:14:\"38.242.193.224\";a:1:{i:1;i:1728675750;}s:14:\"154.216.18.234\";a:2:{i:0;i:1728679529;i:1;i:1728679532;}s:14:\"35.226.224.195\";a:6:{i:0;i:1728684026;i:1;i:1728684026;i:2;i:1728684026;i:3;i:1728684028;i:4;i:1728684029;i:5;i:1728684029;}s:12:\"47.128.40.78\";a:1:{i:0;i:1728714520;}s:14:\"47.128.118.181\";a:1:{i:0;i:1728721877;}s:13:\"47.128.22.149\";a:1:{i:0;i:1728723909;}s:12:\"174.204.65.4\";a:1:{i:3;i:1728742299;}s:12:\"5.150.246.66\";a:1:{i:0;i:1728743480;}s:14:\"15.237.122.220\";a:1:{i:7;i:1728748488;}s:12:\"47.128.29.72\";a:1:{i:0;i:1728750524;}s:12:\"98.97.42.204\";a:1:{i:0;i:1728753315;}s:13:\"47.128.50.110\";a:1:{i:0;i:1728757940;}s:14:\"172.56.104.253\";a:1:{i:3;i:1728758637;}s:13:\"167.172.94.80\";a:1:{i:5;i:1728760254;}s:14:\"178.62.224.222\";a:1:{i:2;i:1730933308;}s:13:\"119.29.63.245\";a:1:{i:0;i:1728768441;}s:14:\"49.212.130.116\";a:1:{i:0;i:1728774054;}s:13:\"104.28.116.29\";a:1:{i:0;i:1728783134;}s:12:\"13.36.174.70\";a:1:{i:2;i:1729072114;}s:13:\"20.192.21.170\";a:1:{i:3;i:1730323381;}s:14:\"128.199.30.174\";a:1:{i:1;i:1728813603;}s:14:\"66.150.196.140\";a:1:{i:0;i:1728817088;}s:14:\"104.28.116.130\";a:1:{i:1;i:1729956363;}s:14:\"47.128.127.209\";a:1:{i:0;i:1728840642;}s:11:\"24.19.0.178\";a:1:{i:33;i:1731263380;}s:11:\"98.80.233.2\";a:2:{i:3;i:1728852193;i:4;i:1728852194;}s:15:\"143.244.128.181\";a:2:{i:6;i:1728845809;i:7;i:1728845811;}s:13:\"20.191.249.64\";a:3:{i:5;i:1728849509;i:6;i:1728849510;i:7;i:1728849512;}s:14:\"185.241.208.89\";a:1:{i:27;i:1732572698;}s:13:\"47.128.126.75\";a:1:{i:0;i:1728855056;}s:14:\"47.128.115.229\";a:1:{i:0;i:1728856971;}s:14:\"216.74.123.181\";a:1:{i:0;i:1728865226;}s:13:\"76.135.135.62\";a:1:{i:6;i:1728871905;}s:10:\"3.89.39.91\";a:3:{i:2;i:1728920734;i:3;i:1728920734;i:4;i:1728920735;}s:14:\"13.233.183.174\";a:1:{i:1;i:1728882036;}s:13:\"38.242.230.75\";a:1:{i:1;i:1728888972;}s:13:\"17.241.75.247\";a:1:{i:0;i:1728890946;}s:14:\"128.199.177.70\";a:1:{i:3;i:1728896071;}s:14:\"209.141.41.231\";a:1:{i:1;i:1729094645;}s:15:\"109.120.140.206\";a:1:{i:3;i:1729560089;}s:13:\"47.128.63.208\";a:1:{i:0;i:1728915878;}s:13:\"165.85.157.41\";a:1:{i:2;i:1728919078;}s:14:\"170.106.152.54\";a:5:{i:1;i:1728918876;i:2;i:1728918876;i:3;i:1728918877;i:4;i:1728918879;i:5;i:1728918879;}s:14:\"174.21.168.191\";a:3:{i:0;i:1728921109;i:1;i:1728921109;i:2;i:1728921110;}s:13:\"47.128.38.130\";a:1:{i:0;i:1728925383;}s:14:\"172.93.213.181\";a:1:{i:0;i:1728926122;}s:13:\"45.151.99.142\";a:1:{i:11;i:1733498069;}s:13:\"89.248.169.52\";a:1:{i:1;i:1729266997;}s:14:\"35.180.209.229\";a:1:{i:7;i:1728935139;}s:14:\"44.222.134.250\";a:1:{i:4;i:1728942232;}s:12:\"47.128.35.23\";a:1:{i:0;i:1728936373;}s:14:\"47.128.119.201\";a:1:{i:0;i:1728946461;}s:13:\"40.126.224.29\";a:2:{i:6;i:1728948421;i:7;i:1728948425;}s:15:\"204.236.153.188\";a:1:{i:22;i:1729180350;}s:13:\"91.223.227.35\";a:1:{i:0;i:1728956206;}s:13:\"13.233.73.116\";a:1:{i:0;i:1728962981;}s:15:\"107.170.218.224\";a:1:{i:1;i:1728965914;}s:14:\"47.128.118.192\";a:1:{i:0;i:1728966151;}s:12:\"52.45.15.233\";a:1:{i:0;i:1728966647;}s:13:\"47.128.33.197\";a:1:{i:0;i:1728977216;}s:12:\"47.128.45.55\";a:1:{i:0;i:1728987476;}s:14:\"47.128.112.200\";a:1:{i:0;i:1728994410;}s:14:\"47.128.122.222\";a:1:{i:0;i:1728995843;}s:13:\"172.56.93.150\";a:2:{i:13;i:1728996993;i:14;i:1728996993;}s:13:\"64.110.65.209\";a:2:{i:9;i:1728998440;i:10;i:1728998443;}s:14:\"45.126.127.150\";a:2:{i:9;i:1728998446;i:10;i:1728998448;}s:12:\"51.195.44.82\";a:2:{i:6;i:1728998461;i:7;i:1728998464;}s:15:\"103.127.199.162\";a:2:{i:9;i:1728998478;i:10;i:1728998482;}s:14:\"103.148.59.245\";a:2:{i:6;i:1728998486;i:7;i:1728998490;}s:12:\"66.85.167.26\";a:3:{i:8;i:1728998508;i:9;i:1728998510;i:10;i:1728998512;}s:12:\"47.128.54.66\";a:1:{i:0;i:1729003632;}s:11:\"13.38.12.63\";a:2:{i:6;i:1729004992;i:7;i:1729004996;}s:13:\"116.179.37.21\";a:1:{i:0;i:1729013294;}s:14:\"116.179.37.223\";a:1:{i:0;i:1729013296;}s:14:\"34.222.151.121\";a:2:{i:5;i:1729026055;i:6;i:1729026058;}s:13:\"104.224.65.49\";a:3:{i:0;i:1729031862;i:1;i:1729031866;i:2;i:1729031866;}s:14:\"47.128.126.217\";a:1:{i:0;i:1729033612;}s:14:\"40.126.233.180\";a:2:{i:6;i:1729036433;i:7;i:1729036436;}s:14:\"82.180.145.186\";a:2:{i:49;i:1729305859;i:50;i:1729305863;}s:13:\"137.180.95.66\";a:1:{i:0;i:1729039574;}s:13:\"47.128.36.120\";a:1:{i:0;i:1729046306;}s:13:\"47.128.48.198\";a:1:{i:0;i:1729054190;}s:14:\"52.156.170.182\";a:3:{i:5;i:1729059580;i:6;i:1729059581;i:7;i:1729059583;}s:12:\"23.228.131.6\";a:3:{i:0;i:1729069128;i:1;i:1729069130;i:2;i:1729069132;}s:11:\"63.124.68.7\";a:2:{i:0;i:1729069134;i:1;i:1729069136;}s:12:\"40.77.167.59\";a:1:{i:1;i:1729400082;}s:15:\"185.241.208.100\";a:1:{i:1;i:1729291403;}s:15:\"104.210.118.182\";a:2:{i:6;i:1729095860;i:7;i:1729095863;}s:14:\"87.120.117.242\";a:1:{i:0;i:1729095905;}s:13:\"64.233.172.64\";a:1:{i:0;i:1729096928;}s:12:\"54.84.102.81\";a:1:{i:0;i:1729098748;}s:14:\"172.224.243.19\";a:4:{i:5;i:1729100673;i:6;i:1729100676;i:7;i:1729100676;i:8;i:1729100677;}s:14:\"128.199.22.192\";a:1:{i:9;i:1733939037;}s:12:\"172.226.41.5\";a:5:{i:0;i:1729101392;i:1;i:1729101392;i:2;i:1729101392;i:3;i:1729101394;i:4;i:1729101394;}s:13:\"172.226.41.48\";a:6:{i:1;i:1729102541;i:2;i:1729102541;i:3;i:1729102544;i:4;i:1729102544;i:5;i:1729102544;i:6;i:1729102545;}s:12:\"5.181.87.244\";a:1:{i:3;i:1731465022;}s:13:\"51.38.186.203\";a:1:{i:2;i:1729107933;}s:13:\"167.86.107.28\";a:1:{i:3;i:1729579366;}s:12:\"47.128.32.78\";a:1:{i:0;i:1729118539;}s:15:\"104.210.118.194\";a:3:{i:5;i:1729118713;i:6;i:1729118715;i:7;i:1729118717;}s:14:\"213.180.203.34\";a:1:{i:0;i:1729133587;}s:12:\"13.36.173.77\";a:1:{i:7;i:1729151062;}s:12:\"35.180.46.27\";a:1:{i:0;i:1729153380;}s:13:\"45.148.10.196\";a:1:{i:0;i:1729160802;}s:14:\"47.128.116.215\";a:1:{i:0;i:1729160897;}s:14:\"206.189.200.16\";a:1:{i:0;i:1729161227;}s:14:\"157.245.58.184\";a:2:{i:17;i:1729217764;i:18;i:1729217768;}s:13:\"38.242.217.91\";a:1:{i:3;i:1729246939;}s:13:\"47.94.210.140\";a:2:{i:1;i:1729181043;i:2;i:1729181046;}s:13:\"100.29.155.89\";a:1:{i:0;i:1729186700;}s:13:\"47.128.18.171\";a:1:{i:0;i:1729186798;}s:14:\"52.237.245.220\";a:2:{i:6;i:1729190586;i:7;i:1729190589;}s:13:\"209.59.129.48\";a:1:{i:0;i:1729191556;}s:11:\"46.4.76.141\";a:1:{i:0;i:1729192380;}s:13:\"13.39.110.213\";a:1:{i:0;i:1729196090;}s:14:\"47.128.121.159\";a:1:{i:0;i:1729196803;}s:12:\"89.36.78.114\";a:1:{i:0;i:1729206014;}s:12:\"62.76.230.25\";a:1:{i:1;i:1729699591;}s:14:\"52.237.192.158\";a:3:{i:5;i:1729215278;i:6;i:1729215280;i:7;i:1729215281;}s:15:\"104.198.106.233\";a:1:{i:0;i:1729218768;}s:11:\"5.181.87.16\";a:1:{i:3;i:1731505482;}s:12:\"47.128.62.21\";a:1:{i:0;i:1729242983;}s:13:\"173.252.83.32\";a:1:{i:0;i:1729245104;}s:12:\"51.83.225.82\";a:1:{i:57;i:1729247766;}s:13:\"18.19.170.243\";a:1:{i:0;i:1729253224;}s:13:\"47.128.55.117\";a:1:{i:0;i:1729258322;}s:12:\"51.44.85.156\";a:2:{i:6;i:1729258484;i:7;i:1729258488;}s:14:\"165.232.131.40\";a:1:{i:0;i:1729258802;}s:13:\"82.165.147.48\";a:1:{i:0;i:1729260024;}s:12:\"40.97.211.14\";a:1:{i:0;i:1729275390;}s:12:\"13.75.172.45\";a:2:{i:6;i:1729276099;i:7;i:1729276103;}s:14:\"17.241.227.167\";a:1:{i:0;i:1729278526;}s:14:\"47.128.113.178\";a:1:{i:0;i:1729291983;}s:10:\"77.95.1.68\";a:1:{i:2;i:1729293724;}s:12:\"23.158.40.30\";a:2:{i:9;i:1730981133;i:10;i:1730981135;}s:14:\"154.26.138.213\";a:1:{i:0;i:1729300261;}s:14:\"20.191.201.214\";a:3:{i:5;i:1729301634;i:6;i:1729301635;i:7;i:1729301637;}s:12:\"5.255.231.32\";a:1:{i:0;i:1729302708;}s:15:\"176.126.103.184\";a:1:{i:0;i:1729303973;}s:13:\"51.159.106.84\";a:1:{i:0;i:1729309388;}s:14:\"116.179.33.136\";a:1:{i:1;i:1730567549;}s:14:\"116.179.33.208\";a:1:{i:0;i:1729320365;}s:15:\"134.252.192.175\";a:1:{i:0;i:1729324937;}s:13:\"40.77.167.132\";a:1:{i:0;i:1729325885;}s:13:\"34.106.61.185\";a:1:{i:0;i:1729329868;}s:14:\"192.42.116.217\";a:1:{i:0;i:1729332728;}s:12:\"23.95.37.104\";a:1:{i:0;i:1729336583;}s:12:\"4.213.90.193\";a:1:{i:1;i:1729348354;}s:12:\"47.128.62.73\";a:1:{i:0;i:1729350842;}s:14:\"35.167.202.135\";a:1:{i:0;i:1729351453;}s:15:\"172.222.154.120\";a:1:{i:0;i:1729367210;}s:13:\"198.7.125.140\";a:1:{i:109;i:1729367798;}s:13:\"98.59.240.101\";a:6:{i:1;i:1729369751;i:2;i:1729369751;i:3;i:1729369751;i:4;i:1729369754;i:5;i:1729369754;i:6;i:1729369754;}s:13:\"116.179.33.71\";a:1:{i:0;i:1729370976;}s:14:\"116.179.33.143\";a:1:{i:0;i:1729371598;}s:13:\"75.162.145.15\";a:1:{i:0;i:1729373636;}s:14:\"52.167.144.195\";a:1:{i:0;i:1729387971;}s:13:\"50.54.212.224\";a:1:{i:1;i:1729436648;}s:13:\"47.128.19.115\";a:1:{i:0;i:1729398433;}s:14:\"67.185.128.123\";a:1:{i:4;i:1729404566;}s:13:\"167.71.199.20\";a:2:{i:29;i:1729405247;i:30;i:1729405251;}s:14:\"162.19.158.217\";a:1:{i:0;i:1729408474;}s:13:\"47.128.96.131\";a:1:{i:0;i:1729411198;}s:13:\"47.128.63.233\";a:1:{i:0;i:1729411820;}s:14:\"178.128.103.14\";a:1:{i:1;i:1730048118;}s:12:\"91.204.46.97\";a:1:{i:0;i:1729432077;}s:13:\"206.214.60.33\";a:1:{i:0;i:1729435284;}s:13:\"172.59.33.252\";a:1:{i:0;i:1729435440;}s:13:\"47.128.24.133\";a:1:{i:0;i:1729437639;}s:13:\"146.70.202.84\";a:1:{i:1;i:1729439208;}s:14:\"76.147.224.139\";a:1:{i:0;i:1729439679;}s:13:\"47.128.16.182\";a:1:{i:0;i:1729441983;}s:13:\"47.128.99.146\";a:1:{i:0;i:1729448180;}s:12:\"47.128.20.85\";a:1:{i:0;i:1729448697;}s:12:\"47.128.47.40\";a:1:{i:0;i:1729450931;}s:12:\"73.35.168.99\";a:1:{i:2;i:1729453220;}s:13:\"48.218.180.49\";a:2:{i:6;i:1729452499;i:7;i:1729452503;}s:12:\"66.249.73.34\";a:1:{i:1;i:1729455031;}s:13:\"47.128.19.160\";a:1:{i:0;i:1729457410;}s:14:\"39.106.128.251\";a:1:{i:1;i:1729460456;}s:14:\"104.131.58.179\";a:1:{i:2;i:1729465051;}s:13:\"52.187.210.11\";a:3:{i:5;i:1729479552;i:6;i:1729479554;i:7;i:1729479556;}s:13:\"54.193.190.98\";a:1:{i:8;i:1729530647;}s:12:\"172.56.51.33\";a:1:{i:0;i:1729482620;}s:13:\"47.128.61.122\";a:1:{i:0;i:1729483576;}s:14:\"76.147.234.136\";a:1:{i:0;i:1729483752;}s:13:\"47.128.37.197\";a:1:{i:0;i:1729484898;}s:14:\"181.15.244.186\";a:1:{i:4;i:1729724884;}s:13:\"47.128.97.227\";a:1:{i:0;i:1729500692;}s:13:\"15.188.55.197\";a:1:{i:1;i:1729667735;}s:13:\"20.171.100.36\";a:1:{i:2;i:1729504096;}s:14:\"208.115.248.67\";a:1:{i:0;i:1729511523;}s:13:\"47.128.52.135\";a:1:{i:1;i:1731719112;}s:12:\"24.19.19.133\";a:1:{i:0;i:1729525541;}s:12:\"13.37.213.36\";a:1:{i:0;i:1729532481;}s:13:\"50.227.154.42\";a:2:{i:10;i:1730392419;i:11;i:1730392419;}s:14:\"135.125.219.40\";a:1:{i:0;i:1729532688;}s:14:\"104.210.112.53\";a:1:{i:0;i:1729533994;}s:12:\"47.128.31.10\";a:1:{i:0;i:1729536108;}s:12:\"13.39.155.58\";a:1:{i:0;i:1729540380;}s:14:\"161.35.206.159\";a:1:{i:67;i:1729850826;}s:12:\"94.23.210.48\";a:1:{i:0;i:1729547893;}s:13:\"165.22.214.14\";a:1:{i:13;i:1729554671;}s:12:\"20.188.252.4\";a:3:{i:5;i:1729561186;i:6;i:1729561188;i:7;i:1729561190;}s:12:\"4.240.53.175\";a:1:{i:5;i:1729985373;}s:13:\"92.205.186.81\";a:1:{i:0;i:1729579413;}s:14:\"100.73.228.220\";a:1:{i:0;i:1729582978;}s:13:\"67.203.33.246\";a:1:{i:0;i:1729587048;}s:12:\"40.77.167.42\";a:1:{i:2;i:1730221651;}s:13:\"24.17.216.133\";a:1:{i:0;i:1729605028;}s:12:\"13.38.118.58\";a:1:{i:0;i:1729607412;}s:13:\"47.128.61.115\";a:1:{i:0;i:1729607661;}s:14:\"40.126.255.111\";a:2:{i:6;i:1729617072;i:7;i:1729617076;}s:14:\"195.191.47.108\";a:1:{i:3;i:1729623720;}s:14:\"143.198.198.50\";a:1:{i:10;i:1729626680;}s:12:\"35.181.45.41\";a:1:{i:0;i:1729628299;}s:13:\"73.221.183.78\";a:1:{i:2;i:1729632022;}s:14:\"54.197.218.106\";a:2:{i:0;i:1729632651;i:1;i:1729632651;}s:14:\"87.120.117.243\";a:1:{i:0;i:1729634922;}s:14:\"185.220.101.66\";a:1:{i:0;i:1729637520;}s:13:\"40.126.228.34\";a:3:{i:5;i:1729641601;i:6;i:1729641603;i:7;i:1729641605;}s:15:\"199.182.173.202\";a:1:{i:0;i:1729642577;}s:14:\"71.227.222.140\";a:1:{i:1;i:1729649852;}s:10:\"4.213.92.9\";a:1:{i:1;i:1729667092;}s:14:\"47.128.122.121\";a:1:{i:0;i:1729670938;}s:13:\"75.22.253.146\";a:1:{i:0;i:1729671069;}s:14:\"47.128.114.114\";a:1:{i:0;i:1729671464;}s:15:\"199.182.173.209\";a:1:{i:0;i:1729672124;}s:14:\"47.245.124.193\";a:1:{i:0;i:1729673716;}s:15:\"192.200.230.217\";a:1:{i:0;i:1729679041;}s:13:\"94.131.13.214\";a:1:{i:0;i:1729680680;}s:14:\"94.232.247.193\";a:1:{i:0;i:1729686394;}s:10:\"89.4.43.65\";a:1:{i:0;i:1729686853;}s:12:\"35.181.48.41\";a:1:{i:0;i:1729692428;}s:15:\"174.231.135.137\";a:1:{i:2;i:1729704090;}s:14:\"20.188.202.117\";a:2:{i:6;i:1729706510;i:7;i:1729706514;}s:13:\"47.128.45.122\";a:1:{i:0;i:1729707213;}s:11:\"51.44.5.181\";a:1:{i:1;i:1729758155;}s:13:\"24.18.169.168\";a:1:{i:0;i:1729712813;}s:13:\"47.128.27.165\";a:1:{i:0;i:1729716126;}s:13:\"47.128.46.243\";a:1:{i:0;i:1729721156;}s:12:\"51.195.88.32\";a:1:{i:23;i:1731802773;}s:13:\"82.180.147.85\";a:2:{i:7;i:1729732235;i:8;i:1729732238;}s:13:\"64.25.212.235\";a:1:{i:0;i:1729734121;}s:13:\"52.147.18.227\";a:2:{i:6;i:1729735643;i:7;i:1729735646;}s:13:\"79.124.58.138\";a:2:{i:0;i:1729737492;i:1;i:1729737496;}s:14:\"92.246.139.102\";a:1:{i:2;i:1730101474;}s:14:\"172.56.202.118\";a:1:{i:0;i:1729739568;}s:13:\"28.198.48.133\";a:1:{i:0;i:1729742427;}s:13:\"35.206.115.46\";a:1:{i:1;i:1733880362;}s:13:\"45.129.96.132\";a:1:{i:0;i:1729746085;}s:14:\"52.167.144.172\";a:1:{i:1;i:1733682177;}s:12:\"159.203.5.54\";a:1:{i:0;i:1729751616;}s:13:\"47.128.60.169\";a:1:{i:0;i:1729753339;}s:15:\"174.231.135.246\";a:1:{i:0;i:1729754004;}s:13:\"67.203.33.247\";a:1:{i:0;i:1729769872;}s:14:\"17.241.219.163\";a:1:{i:0;i:1729772314;}s:14:\"174.231.128.77\";a:2:{i:5;i:1729782796;i:6;i:1729782797;}s:15:\"185.194.118.123\";a:1:{i:0;i:1729784580;}s:14:\"47.128.115.244\";a:1:{i:0;i:1729784662;}s:14:\"52.187.195.173\";a:1:{i:7;i:1729793550;}s:13:\"92.240.50.155\";a:3:{i:7;i:1729794184;i:8;i:1729794185;i:9;i:1729794185;}s:12:\"21.17.221.77\";a:1:{i:0;i:1729794270;}s:15:\"185.220.101.186\";a:1:{i:0;i:1729794321;}s:15:\"185.220.101.104\";a:3:{i:1;i:1729794365;i:2;i:1729794366;i:3;i:1729794367;}s:14:\"185.220.101.74\";a:1:{i:2;i:1732013413;}s:15:\"217.197.107.138\";a:1:{i:1;i:1729794397;}s:14:\"91.219.236.101\";a:2:{i:0;i:1729794407;i:1;i:1729794407;}s:12:\"23.154.177.3\";a:1:{i:0;i:1729794409;}s:12:\"109.70.100.4\";a:1:{i:0;i:1729794411;}s:12:\"93.99.104.18\";a:2:{i:0;i:1729794417;i:1;i:1729794418;}s:12:\"109.70.100.5\";a:2:{i:0;i:1729794419;i:1;i:1729794420;}s:14:\"185.220.101.98\";a:1:{i:0;i:1729794438;}s:11:\"45.66.35.31\";a:2:{i:0;i:1729794441;i:1;i:1729794441;}s:12:\"195.176.3.24\";a:1:{i:0;i:1729794447;}s:15:\"185.220.101.164\";a:1:{i:0;i:1729794451;}s:13:\"107.189.3.249\";a:1:{i:0;i:1729794451;}s:14:\"72.235.129.116\";a:1:{i:0;i:1729794452;}s:12:\"40.77.167.41\";a:1:{i:1;i:1732128940;}s:14:\"165.227.116.43\";a:1:{i:0;i:1729798300;}s:12:\"96.79.124.81\";a:1:{i:0;i:1729802563;}s:14:\"34.123.250.194\";a:1:{i:0;i:1729818781;}s:13:\"47.128.37.102\";a:1:{i:0;i:1729821540;}s:14:\"47.208.145.247\";a:1:{i:3;i:1729829148;}s:13:\"97.90.121.185\";a:1:{i:0;i:1729832019;}s:14:\"64.233.173.102\";a:1:{i:1;i:1734771121;}s:14:\"206.83.118.215\";a:1:{i:1;i:1729834434;}s:12:\"45.88.186.10\";a:1:{i:0;i:1729834733;}s:12:\"5.42.107.248\";a:1:{i:13;i:1731435253;}s:13:\"13.75.171.228\";a:2:{i:6;i:1729835299;i:7;i:1729835302;}s:14:\"185.100.87.253\";a:1:{i:0;i:1729836707;}s:12:\"87.106.4.250\";a:1:{i:3;i:1729837218;}s:14:\"116.179.33.145\";a:1:{i:0;i:1729838943;}s:13:\"51.222.253.20\";a:1:{i:0;i:1729839731;}s:14:\"47.128.111.197\";a:1:{i:0;i:1729848334;}s:13:\"27.216.180.55\";a:1:{i:0;i:1729850891;}s:12:\"47.128.61.20\";a:1:{i:0;i:1729858254;}s:14:\"178.18.254.145\";a:1:{i:0;i:1729859797;}s:13:\"13.92.232.140\";a:1:{i:0;i:1729861098;}s:13:\"116.179.33.83\";a:1:{i:0;i:1729863132;}s:14:\"116.179.37.180\";a:1:{i:0;i:1729870142;}s:14:\"116.179.37.130\";a:1:{i:0;i:1729870146;}s:12:\"15.188.3.176\";a:1:{i:5;i:1729870326;}s:10:\"34.48.84.0\";a:1:{i:0;i:1729870677;}s:11:\"192.9.139.0\";a:1:{i:0;i:1729875003;}s:14:\"174.231.137.29\";a:1:{i:1;i:1729875162;}s:11:\"34.56.120.5\";a:1:{i:1;i:1729875271;}s:14:\"104.210.116.87\";a:2:{i:6;i:1729878610;i:7;i:1729878614;}s:15:\"144.126.141.108\";a:1:{i:0;i:1729880131;}s:12:\"24.19.21.205\";a:5:{i:1;i:1729890437;i:2;i:1729890437;i:3;i:1729890437;i:4;i:1729890440;i:5;i:1729890440;}s:12:\"15.236.206.8\";a:2:{i:50;i:1729901430;i:51;i:1729901433;}s:13:\"13.75.171.229\";a:2:{i:6;i:1729902547;i:7;i:1729902549;}s:15:\"199.182.173.203\";a:1:{i:0;i:1729918974;}s:12:\"34.56.234.48\";a:1:{i:0;i:1729922179;}s:13:\"47.128.122.49\";a:1:{i:0;i:1729924507;}s:13:\"47.128.40.145\";a:1:{i:0;i:1729931873;}s:13:\"47.128.22.242\";a:1:{i:0;i:1729949919;}s:12:\"47.128.61.18\";a:1:{i:0;i:1729952937;}s:12:\"95.195.6.114\";a:1:{i:0;i:1729956662;}s:12:\"40.77.167.50\";a:1:{i:1;i:1731416749;}s:13:\"4.197.236.150\";a:1:{i:2;i:1729958068;}s:13:\"220.92.25.206\";a:1:{i:2;i:1729964959;}s:12:\"165.22.219.5\";a:1:{i:1;i:1729971151;}s:15:\"114.119.130.151\";a:1:{i:0;i:1729975854;}s:13:\"47.33.130.220\";a:1:{i:0;i:1729980815;}s:15:\"194.163.157.252\";a:1:{i:13;i:1729984719;}s:14:\"195.113.229.69\";a:1:{i:0;i:1729988387;}s:15:\"199.182.173.204\";a:1:{i:0;i:1729989451;}s:14:\"17.241.219.185\";a:1:{i:0;i:1729989710;}s:14:\"17.241.219.240\";a:1:{i:0;i:1729991972;}s:13:\"13.37.220.100\";a:1:{i:51;i:1730013591;}s:13:\"47.128.114.53\";a:1:{i:0;i:1730031308;}s:13:\"172.58.127.56\";a:1:{i:1;i:1730040121;}s:14:\"174.164.253.71\";a:1:{i:0;i:1730046506;}s:11:\"50.54.223.6\";a:3:{i:6;i:1730047744;i:7;i:1730047745;i:8;i:1730047745;}s:14:\"116.179.37.204\";a:1:{i:0;i:1730050090;}s:14:\"116.179.37.163\";a:1:{i:0;i:1730050091;}s:13:\"52.237.255.73\";a:2:{i:6;i:1730051803;i:7;i:1730051807;}s:14:\"18.198.202.167\";a:2:{i:1;i:1730153345;i:2;i:1730153347;}s:14:\"107.116.110.68\";a:1:{i:0;i:1730056644;}s:14:\"185.220.101.89\";a:1:{i:0;i:1730067833;}s:12:\"80.94.92.106\";a:1:{i:0;i:1730067840;}s:14:\"185.142.239.49\";a:1:{i:1;i:1730067851;}s:15:\"185.149.146.193\";a:1:{i:1;i:1730067869;}s:15:\"193.189.100.198\";a:1:{i:1;i:1730067893;}s:15:\"185.241.208.204\";a:1:{i:1;i:1730067907;}s:12:\"80.67.167.81\";a:1:{i:0;i:1730067961;}s:14:\"20.191.251.186\";a:3:{i:5;i:1730075504;i:6;i:1730075506;i:7;i:1730075507;}s:14:\"47.236.128.142\";a:1:{i:0;i:1730078982;}s:14:\"104.244.77.208\";a:1:{i:5;i:1730080024;}s:14:\"185.220.101.59\";a:1:{i:0;i:1730080029;}s:13:\"45.138.16.222\";a:1:{i:6;i:1730080075;}s:11:\"5.42.80.234\";a:1:{i:1;i:1730080088;}s:13:\"194.26.192.72\";a:1:{i:0;i:1730080094;}s:13:\"40.77.167.154\";a:1:{i:0;i:1730080754;}s:14:\"76.135.139.134\";a:1:{i:7;i:1730084492;}s:13:\"188.165.39.57\";a:1:{i:20;i:1730228901;}s:15:\"176.111.174.182\";a:1:{i:0;i:1730090960;}s:11:\"4.213.7.108\";a:1:{i:1;i:1730098325;}s:13:\"62.146.233.16\";a:1:{i:99;i:1730974657;}s:13:\"47.128.98.164\";a:1:{i:0;i:1730104838;}s:13:\"87.120.116.15\";a:1:{i:15;i:1732543714;}s:13:\"67.222.247.74\";a:1:{i:0;i:1730126676;}s:12:\"24.19.20.117\";a:1:{i:9;i:1733160501;}s:13:\"77.199.250.89\";a:1:{i:0;i:1730127916;}s:14:\"47.128.115.151\";a:1:{i:0;i:1730133272;}s:14:\"20.188.242.118\";a:1:{i:7;i:1730138411;}s:12:\"69.171.231.8\";a:1:{i:0;i:1730138976;}s:12:\"69.171.231.6\";a:1:{i:0;i:1730138976;}s:11:\"47.128.42.3\";a:1:{i:0;i:1730143271;}s:14:\"149.56.160.158\";a:2:{i:2;i:1730144473;i:3;i:1730144476;}s:14:\"149.56.150.214\";a:1:{i:0;i:1730144499;}s:13:\"20.171.206.28\";a:1:{i:0;i:1730147398;}s:13:\"35.236.236.30\";a:1:{i:0;i:1730152151;}s:12:\"50.123.72.68\";a:1:{i:0;i:1730152495;}s:13:\"92.105.176.73\";a:1:{i:0;i:1730155254;}s:13:\"73.221.44.240\";a:1:{i:0;i:1730158895;}s:13:\"20.188.245.19\";a:3:{i:5;i:1730159715;i:6;i:1730159717;i:7;i:1730159719;}s:12:\"47.236.99.22\";a:1:{i:0;i:1730165356;}s:12:\"172.56.75.18\";a:1:{i:0;i:1730165733;}s:13:\"64.23.150.251\";a:3:{i:11;i:1730168525;i:12;i:1730168527;i:13;i:1730168529;}s:13:\"97.107.137.14\";a:3:{i:11;i:1730168527;i:12;i:1730168529;i:13;i:1730168531;}s:14:\"52.167.144.206\";a:1:{i:2;i:1733291018;}s:13:\"45.127.126.88\";a:1:{i:5;i:1733120869;}s:14:\"216.173.109.96\";a:1:{i:13;i:1730181612;}s:10:\"5.9.139.98\";a:1:{i:1;i:1730880076;}s:14:\"164.92.244.132\";a:2:{i:12;i:1730189166;i:13;i:1730189169;}s:14:\"205.169.39.112\";a:1:{i:1;i:1730192095;}s:14:\"47.128.119.247\";a:1:{i:0;i:1730199617;}s:14:\"21.200.217.171\";a:1:{i:0;i:1730205428;}s:13:\"40.77.167.241\";a:1:{i:3;i:1731339789;}s:12:\"40.77.167.37\";a:1:{i:0;i:1730208592;}s:13:\"41.178.135.93\";a:1:{i:0;i:1730210679;}s:14:\"52.167.144.219\";a:1:{i:0;i:1730211818;}s:13:\"40.77.167.123\";a:1:{i:2;i:1734384377;}s:14:\"52.167.144.147\";a:1:{i:1;i:1732982978;}s:14:\"52.167.144.158\";a:1:{i:0;i:1730213133;}s:14:\"52.167.144.139\";a:1:{i:1;i:1730214326;}s:13:\"104.210.80.80\";a:2:{i:6;i:1730214873;i:7;i:1730214877;}s:14:\"52.167.144.157\";a:1:{i:1;i:1734422716;}s:12:\"40.77.167.11\";a:1:{i:0;i:1730215575;}s:13:\"47.128.125.73\";a:1:{i:0;i:1730215730;}s:13:\"40.77.167.224\";a:1:{i:0;i:1730217664;}s:13:\"62.210.215.74\";a:1:{i:0;i:1730218704;}s:13:\"167.172.73.68\";a:1:{i:1;i:1730220772;}s:14:\"52.167.144.186\";a:1:{i:1;i:1733210676;}s:12:\"40.77.167.22\";a:1:{i:0;i:1730222739;}s:11:\"40.77.167.0\";a:1:{i:1;i:1731591863;}s:12:\"138.199.48.4\";a:1:{i:1;i:1732594510;}s:13:\"45.148.10.172\";a:1:{i:23;i:1732063484;}s:13:\"47.128.36.233\";a:1:{i:0;i:1730233119;}s:14:\"164.92.161.167\";a:1:{i:3;i:1730235242;}s:14:\"20.188.229.170\";a:3:{i:5;i:1730235707;i:6;i:1730235708;i:7;i:1730235710;}s:13:\"146.190.63.48\";a:1:{i:3;i:1730235902;}s:13:\"159.89.17.243\";a:2:{i:2;i:1730235901;i:3;i:1730235903;}s:13:\"64.226.65.160\";a:1:{i:0;i:1730235841;}s:14:\"138.68.144.227\";a:1:{i:2;i:1730235901;}s:12:\"47.128.51.61\";a:3:{i:0;i:1730241556;i:1;i:1730241556;i:2;i:1730241556;}s:14:\"47.128.120.236\";a:1:{i:0;i:1730241812;}s:14:\"47.128.113.184\";a:3:{i:0;i:1730242073;i:1;i:1730242073;i:2;i:1730242073;}s:15:\"146.190.104.253\";a:2:{i:5;i:1730255206;i:6;i:1730255210;}s:14:\"47.236.189.250\";a:1:{i:0;i:1730286870;}s:14:\"192.42.116.187\";a:1:{i:1;i:1730294166;}s:12:\"89.58.26.216\";a:1:{i:0;i:1730294170;}s:13:\"54.250.198.96\";a:1:{i:16;i:1731601588;}s:14:\"47.128.123.239\";a:1:{i:0;i:1730299348;}s:13:\"52.187.206.96\";a:1:{i:7;i:1730311646;}s:14:\"67.185.128.171\";a:1:{i:1;i:1730311874;}s:13:\"47.128.113.16\";a:1:{i:0;i:1730317637;}s:14:\"47.128.115.191\";a:1:{i:0;i:1730317691;}s:13:\"165.22.92.235\";a:1:{i:33;i:1730318130;}s:12:\"76.8.212.234\";a:2:{i:0;i:1730321381;i:1;i:1730321385;}s:12:\"45.125.66.59\";a:1:{i:0;i:1730324714;}s:14:\"207.180.213.68\";a:1:{i:1;i:1730566795;}s:12:\"54.81.97.249\";a:1:{i:1;i:1730384004;}s:14:\"52.237.194.126\";a:3:{i:5;i:1730334307;i:6;i:1730334309;i:7;i:1730334311;}s:11:\"40.94.33.41\";a:2:{i:0;i:1730335113;i:1;i:1730335115;}s:12:\"67.185.5.131\";a:2:{i:0;i:1730343068;i:1;i:1730343071;}s:13:\"104.28.116.92\";a:1:{i:0;i:1730344250;}s:13:\"73.83.230.245\";a:1:{i:0;i:1730344649;}s:12:\"24.18.169.97\";a:1:{i:0;i:1730346379;}s:13:\"45.138.74.176\";a:1:{i:0;i:1730350383;}s:14:\"67.185.128.177\";a:2:{i:0;i:1730357147;i:1;i:1730357149;}s:12:\"47.128.53.38\";a:1:{i:0;i:1730363792;}s:12:\"47.128.35.81\";a:1:{i:0;i:1730371226;}s:13:\"47.128.22.118\";a:1:{i:0;i:1730371278;}s:12:\"8.219.249.71\";a:1:{i:0;i:1730373272;}s:13:\"47.128.39.143\";a:1:{i:0;i:1730375538;}s:13:\"20.171.206.74\";a:1:{i:1;i:1730378266;}s:13:\"20.171.206.87\";a:1:{i:1;i:1730378288;}s:14:\"20.171.206.215\";a:1:{i:0;i:1730378330;}s:11:\"24.19.2.136\";a:1:{i:0;i:1730380873;}s:12:\"34.46.46.104\";a:1:{i:0;i:1730381245;}s:13:\"45.127.126.72\";a:1:{i:2;i:1731712553;}s:13:\"139.59.24.124\";a:1:{i:5;i:1732712164;}s:13:\"20.188.229.10\";a:2:{i:6;i:1730392044;i:7;i:1730392048;}s:15:\"144.217.252.240\";a:1:{i:0;i:1730392033;}s:14:\"172.56.168.219\";a:1:{i:0;i:1730395479;}s:13:\"47.128.33.126\";a:1:{i:0;i:1730399742;}s:9:\"24.19.4.3\";a:1:{i:2;i:1730401981;}s:11:\"24.19.18.42\";a:1:{i:0;i:1730409791;}s:12:\"13.73.196.70\";a:3:{i:5;i:1730413054;i:6;i:1730413055;i:7;i:1730413058;}s:12:\"157.55.39.63\";a:1:{i:1;i:1731431145;}s:13:\"47.128.57.156\";a:1:{i:0;i:1730419563;}s:14:\"172.56.108.174\";a:1:{i:2;i:1730423462;}s:13:\"47.128.61.140\";a:1:{i:0;i:1730427008;}s:14:\"172.56.108.228\";a:1:{i:0;i:1730430444;}s:12:\"34.86.63.228\";a:1:{i:0;i:1730431799;}s:14:\"164.90.154.113\";a:1:{i:0;i:1730435672;}s:12:\"47.128.50.94\";a:1:{i:0;i:1730437584;}s:14:\"172.86.116.191\";a:1:{i:2;i:1730438250;}s:13:\"8.222.250.231\";a:1:{i:0;i:1730459666;}s:12:\"54.71.179.42\";a:1:{i:6;i:1730463470;}s:12:\"34.169.93.34\";a:1:{i:0;i:1730468784;}s:13:\"47.128.36.106\";a:1:{i:0;i:1730468913;}s:13:\"157.55.39.204\";a:1:{i:0;i:1730475960;}s:10:\"65.49.2.66\";a:1:{i:0;i:1730479429;}s:14:\"209.221.21.220\";a:1:{i:13;i:1730484882;}s:13:\"52.187.212.81\";a:2:{i:6;i:1730488933;i:7;i:1730488937;}s:15:\"188.166.145.102\";a:2:{i:25;i:1730490150;i:26;i:1730490154;}s:13:\"47.128.52.219\";a:1:{i:0;i:1730493433;}s:13:\"47.128.25.199\";a:1:{i:0;i:1730495529;}s:13:\"116.179.33.13\";a:1:{i:0;i:1730497482;}s:13:\"52.172.222.13\";a:1:{i:55;i:1733038690;}s:14:\"195.82.147.160\";a:1:{i:1;i:1730507202;}s:14:\"52.187.198.253\";a:3:{i:5;i:1730511020;i:6;i:1730511022;i:7;i:1730511024;}s:14:\"47.128.115.243\";a:1:{i:0;i:1730513516;}s:14:\"18.181.118.219\";a:2:{i:30;i:1730514434;i:31;i:1730514438;}s:14:\"207.194.98.234\";a:1:{i:0;i:1730516906;}s:15:\"104.197.144.238\";a:1:{i:0;i:1730519050;}s:12:\"34.66.69.175\";a:1:{i:0;i:1730520675;}s:14:\"95.108.213.244\";a:1:{i:0;i:1730533179;}s:14:\"95.108.213.110\";a:1:{i:0;i:1730533857;}s:13:\"50.18.144.110\";a:2:{i:0;i:1730536024;i:1;i:1730536027;}s:12:\"37.110.54.99\";a:1:{i:0;i:1730536056;}s:14:\"47.128.119.137\";a:1:{i:0;i:1730539075;}s:14:\"104.28.202.179\";a:1:{i:0;i:1730543541;}s:12:\"13.92.120.21\";a:1:{i:1;i:1730546355;}s:12:\"8.222.153.52\";a:1:{i:0;i:1730546077;}s:13:\"47.128.59.184\";a:1:{i:0;i:1730548489;}s:14:\"157.230.39.160\";a:1:{i:3;i:1730554309;}s:13:\"172.56.109.41\";a:1:{i:0;i:1730557873;}s:14:\"172.56.109.199\";a:1:{i:0;i:1730558300;}s:13:\"173.252.83.31\";a:1:{i:0;i:1730566812;}s:14:\"188.17.209.220\";a:1:{i:0;i:1730569594;}s:14:\"20.171.206.230\";a:1:{i:1;i:1730573701;}s:13:\"20.171.206.53\";a:3:{i:1;i:1730573724;i:2;i:1730573725;i:3;i:1730573728;}s:14:\"20.171.206.223\";a:2:{i:1;i:1730573816;i:2;i:1730573818;}s:12:\"20.171.206.7\";a:2:{i:2;i:1730573855;i:3;i:1730573857;}s:12:\"47.128.29.90\";a:1:{i:0;i:1730574404;}s:13:\"66.114.37.150\";a:1:{i:0;i:1730575930;}s:13:\"4.213.123.132\";a:1:{i:23;i:1731825216;}s:12:\"49.13.27.180\";a:1:{i:11;i:1730580126;}s:15:\"176.113.115.225\";a:1:{i:1;i:1734142931;}s:13:\"172.56.106.17\";a:1:{i:3;i:1730615741;}s:13:\"47.128.46.110\";a:1:{i:0;i:1730616217;}s:14:\"95.211.187.223\";a:1:{i:0;i:1730616333;}s:14:\"172.56.107.166\";a:1:{i:0;i:1730618341;}s:12:\"47.128.43.97\";a:1:{i:0;i:1730627450;}s:13:\"8.222.241.133\";a:1:{i:0;i:1730632469;}s:13:\"47.245.99.118\";a:1:{i:0;i:1730632473;}s:12:\"13.39.83.164\";a:2:{i:2;i:1730675539;i:3;i:1730675541;}s:13:\"87.250.224.20\";a:1:{i:0;i:1730652053;}s:14:\"172.56.106.222\";a:1:{i:1;i:1730654845;}s:14:\"52.237.238.218\";a:2:{i:6;i:1730656215;i:7;i:1730656218;}s:15:\"181.214.107.166\";a:1:{i:8;i:1730658740;}s:13:\"50.34.200.104\";a:1:{i:1;i:1730670294;}s:15:\"220.118.146.182\";a:1:{i:0;i:1730673952;}s:12:\"3.15.156.242\";a:2:{i:6;i:1730674199;i:7;i:1730674200;}s:13:\"20.42.205.145\";a:3:{i:5;i:1730677929;i:6;i:1730677931;i:7;i:1730677933;}s:14:\"143.44.165.191\";a:1:{i:0;i:1730684877;}s:11:\"1.192.195.5\";a:1:{i:0;i:1730687597;}s:14:\"185.117.225.59\";a:2:{i:0;i:1730690679;i:1;i:1730690683;}s:14:\"67.210.200.153\";a:2:{i:2;i:1730714704;i:3;i:1730714705;}s:14:\"165.22.209.249\";a:1:{i:1;i:1730718919;}s:13:\"8.222.180.253\";a:1:{i:0;i:1730718879;}s:12:\"8.219.199.98\";a:1:{i:0;i:1730718884;}s:13:\"47.128.116.67\";a:1:{i:0;i:1730719832;}s:11:\"1.14.96.192\";a:1:{i:16;i:1730736288;}s:14:\"74.250.202.169\";a:1:{i:0;i:1730740408;}s:12:\"98.97.32.125\";a:1:{i:2;i:1730827892;}s:14:\"172.245.214.89\";a:1:{i:1;i:1730750486;}s:14:\"156.59.198.136\";a:1:{i:6;i:1733626599;}s:14:\"20.188.228.150\";a:2:{i:6;i:1730756774;i:7;i:1730756778;}s:13:\"76.135.188.11\";a:1:{i:3;i:1730760363;}s:14:\"67.185.132.171\";a:4:{i:1;i:1730764170;i:2;i:1730764170;i:3;i:1730764173;i:4;i:1730764173;}s:12:\"62.60.239.85\";a:2:{i:14;i:1730769772;i:15;i:1730769776;}s:12:\"51.44.18.250\";a:1:{i:7;i:1730770749;}s:12:\"17.241.75.46\";a:1:{i:0;i:1730771391;}s:13:\"47.128.55.173\";a:1:{i:0;i:1730771588;}s:12:\"20.37.102.47\";a:2:{i:6;i:1730772605;i:7;i:1730772607;}s:14:\"149.102.254.67\";a:5:{i:16;i:1730774013;i:17;i:1730774013;i:18;i:1730774013;i:19;i:1730774016;i:20;i:1730774016;}s:13:\"35.180.66.129\";a:1:{i:7;i:1730777255;}s:13:\"181.177.116.8\";a:1:{i:0;i:1730783561;}s:15:\"107.173.200.235\";a:1:{i:0;i:1730783565;}s:13:\"35.185.251.40\";a:1:{i:0;i:1730788239;}s:14:\"95.161.221.217\";a:1:{i:0;i:1730792638;}s:13:\"17.241.219.49\";a:1:{i:0;i:1730795971;}s:12:\"82.212.92.90\";a:1:{i:11;i:1730800784;}s:12:\"47.245.88.76\";a:1:{i:0;i:1730805270;}s:15:\"174.215.112.162\";a:1:{i:3;i:1730817071;}s:14:\"46.101.226.154\";a:1:{i:0;i:1730818049;}s:13:\"35.193.105.70\";a:2:{i:0;i:1730818354;i:1;i:1730818356;}s:14:\"131.187.254.11\";a:1:{i:0;i:1730828981;}s:12:\"13.75.172.25\";a:2:{i:6;i:1730831871;i:7;i:1730831874;}s:12:\"45.148.10.69\";a:2:{i:3;i:1730842977;i:4;i:1730842977;}s:13:\"20.188.233.76\";a:3:{i:5;i:1730844934;i:6;i:1730844936;i:7;i:1730844938;}s:12:\"36.70.225.60\";a:1:{i:0;i:1730847437;}s:11:\"98.84.191.6\";a:1:{i:1;i:1730847650;}s:12:\"88.99.30.180\";a:1:{i:0;i:1730851789;}s:11:\"13.71.28.55\";a:1:{i:1;i:1730855177;}s:12:\"35.197.72.15\";a:1:{i:0;i:1730873627;}s:14:\"35.231.144.145\";a:1:{i:0;i:1730878300;}s:14:\"52.187.197.252\";a:1:{i:5;i:1731195255;}s:14:\"46.101.163.117\";a:1:{i:0;i:1730905477;}s:14:\"178.19.175.124\";a:1:{i:0;i:1730907173;}s:14:\"40.126.241.221\";a:1:{i:17;i:1730909734;}s:13:\"52.237.239.91\";a:2:{i:6;i:1730909790;i:7;i:1730909794;}s:13:\"95.29.225.148\";a:1:{i:0;i:1730917970;}s:13:\"13.37.229.184\";a:2:{i:37;i:1730918608;i:38;i:1730918612;}s:13:\"51.222.253.14\";a:1:{i:0;i:1730918529;}s:12:\"147.45.40.63\";a:1:{i:2;i:1731382016;}s:13:\"87.120.113.59\";a:1:{i:10;i:1730932549;}s:14:\"128.199.222.49\";a:1:{i:63;i:1730949015;}s:12:\"44.210.83.24\";a:1:{i:1;i:1731034756;}s:13:\"34.143.174.82\";a:1:{i:0;i:1730965218;}s:10:\"52.47.74.4\";a:1:{i:7;i:1730968435;}s:11:\"104.192.1.4\";a:2:{i:4;i:1730977093;i:5;i:1730977096;}s:13:\"5.181.188.149\";a:1:{i:22;i:1731675259;}s:12:\"34.133.36.23\";a:3:{i:0;i:1731002263;i:1;i:1731002264;i:2;i:1731002264;}s:14:\"52.237.254.215\";a:2:{i:14;i:1731067235;i:15;i:1731067239;}s:13:\"65.21.232.254\";a:1:{i:0;i:1731005253;}s:14:\"210.228.48.111\";a:1:{i:10;i:1732916817;}s:14:\"192.42.116.199\";a:1:{i:0;i:1731011184;}s:15:\"136.144.212.104\";a:1:{i:7;i:1731017469;}s:13:\"13.72.240.191\";a:3:{i:5;i:1731017469;i:6;i:1731017471;i:7;i:1731017473;}s:13:\"134.238.234.1\";a:5:{i:1;i:1731023649;i:2;i:1731023649;i:3;i:1731023651;i:4;i:1731023651;i:5;i:1731023651;}s:13:\"95.140.40.134\";a:1:{i:2;i:1731033372;}s:13:\"34.56.240.167\";a:1:{i:0;i:1731034444;}s:13:\"159.65.156.54\";a:1:{i:1;i:1731037960;}s:13:\"116.179.33.74\";a:1:{i:0;i:1731048335;}s:13:\"81.94.159.100\";a:1:{i:0;i:1731073479;}s:14:\"104.28.116.135\";a:1:{i:0;i:1731090189;}s:14:\"52.156.177.132\";a:1:{i:103;i:1731318954;}s:15:\"234.254.194.136\";a:1:{i:0;i:1731097201;}s:13:\"172.218.40.91\";a:1:{i:1;i:1731099669;}s:13:\"40.77.167.156\";a:1:{i:0;i:1731104560;}s:13:\"24.113.118.82\";a:1:{i:3;i:1733187736;}s:13:\"47.128.21.233\";a:1:{i:0;i:1731107239;}s:14:\"18.119.132.236\";a:1:{i:0;i:1731108151;}s:12:\"40.77.167.12\";a:1:{i:0;i:1731108727;}s:12:\"40.77.167.70\";a:1:{i:0;i:1731111921;}s:12:\"52.23.207.94\";a:1:{i:0;i:1731118730;}s:13:\"34.138.100.58\";a:1:{i:0;i:1731120600;}s:14:\"116.179.33.204\";a:1:{i:0;i:1731127273;}s:13:\"172.81.132.63\";a:1:{i:5;i:1731127501;}s:12:\"47.128.16.42\";a:1:{i:0;i:1731131384;}s:13:\"47.128.33.118\";a:1:{i:0;i:1731134972;}s:12:\"37.220.86.84\";a:1:{i:0;i:1731138543;}s:13:\"47.128.31.170\";a:1:{i:0;i:1731141569;}s:12:\"4.247.174.32\";a:1:{i:1;i:1731153517;}s:14:\"13.200.226.153\";a:1:{i:17;i:1731153818;}s:14:\"156.59.198.135\";a:1:{i:6;i:1734715533;}s:14:\"185.246.189.78\";a:1:{i:1;i:1731158457;}s:14:\"43.230.195.140\";a:1:{i:0;i:1731169789;}s:13:\"92.87.237.102\";a:1:{i:0;i:1731169810;}s:13:\"167.71.91.121\";a:1:{i:0;i:1731171590;}s:11:\"128.1.33.49\";a:1:{i:1;i:1731176755;}s:14:\"172.56.105.135\";a:1:{i:1;i:1731184538;}s:14:\"204.93.149.194\";a:2:{i:0;i:1731189401;i:1;i:1731189405;}s:13:\"20.232.130.50\";a:1:{i:1;i:1731192491;}s:13:\"188.213.34.70\";a:1:{i:1;i:1731202699;}s:15:\"109.248.175.105\";a:1:{i:2;i:1731275713;}s:14:\"156.146.41.201\";a:1:{i:1;i:1731205413;}s:15:\"102.129.145.136\";a:1:{i:1;i:1731205520;}s:14:\"73.169.231.223\";a:5:{i:68;i:1734226155;i:69;i:1734226155;i:70;i:1734226158;i:71;i:1734226158;i:72;i:1734226159;}s:15:\"102.129.232.225\";a:1:{i:0;i:1731208063;}s:15:\"102.129.153.177\";a:1:{i:0;i:1731208135;}s:15:\"184.170.241.135\";a:1:{i:1;i:1731210012;}s:12:\"166.199.8.79\";a:1:{i:3;i:1731211007;}s:12:\"94.156.14.22\";a:1:{i:1;i:1731212102;}s:13:\"156.146.47.29\";a:1:{i:0;i:1731223857;}s:15:\"181.214.166.130\";a:1:{i:0;i:1731223903;}s:12:\"78.129.165.8\";a:1:{i:4;i:1733952869;}s:13:\"172.56.105.28\";a:1:{i:2;i:1731610988;}s:13:\"13.68.206.154\";a:1:{i:2;i:1732624382;}s:14:\"52.187.197.238\";a:1:{i:87;i:1731683615;}s:13:\"45.149.241.21\";a:1:{i:1;i:1731244944;}s:13:\"50.54.212.124\";a:1:{i:2;i:1731253960;}s:13:\"47.128.115.95\";a:1:{i:1;i:1734223953;}s:13:\"94.23.203.202\";a:1:{i:0;i:1731260944;}s:13:\"99.51.243.140\";a:1:{i:1;i:1731263369;}s:14:\"67.185.132.134\";a:1:{i:0;i:1731265905;}s:13:\"174.224.201.5\";a:1:{i:0;i:1731266797;}s:13:\"31.216.136.18\";a:1:{i:2;i:1731267656;}s:14:\"172.56.108.190\";a:1:{i:0;i:1731271221;}s:12:\"13.38.123.99\";a:1:{i:7;i:1731278972;}s:14:\"48.218.201.143\";a:1:{i:133;i:1731453908;}s:13:\"32.137.21.184\";a:1:{i:0;i:1731284153;}s:14:\"169.150.201.10\";a:1:{i:0;i:1731285338;}s:13:\"103.102.230.7\";a:1:{i:3;i:1732080711;}s:14:\"163.166.88.253\";a:1:{i:0;i:1731291719;}s:13:\"17.241.219.39\";a:1:{i:0;i:1731292021;}s:13:\"52.237.248.42\";a:3:{i:13;i:1731363490;i:14;i:1731363491;i:15;i:1731363493;}s:11:\"34.87.86.42\";a:1:{i:0;i:1731294601;}s:12:\"13.75.238.89\";a:2:{i:19;i:1731439194;i:20;i:1731439198;}s:12:\"10.119.48.83\";a:1:{i:0;i:1731299739;}s:12:\"68.183.139.1\";a:1:{i:2;i:1731299968;}s:13:\"161.77.232.57\";a:1:{i:0;i:1731301257;}s:13:\"112.201.64.62\";a:1:{i:0;i:1731302165;}s:11:\"47.128.37.0\";a:1:{i:0;i:1731303268;}s:14:\"183.56.195.106\";a:1:{i:17;i:1731305977;}s:13:\"213.232.36.10\";a:1:{i:0;i:1731311147;}s:13:\"52.187.212.96\";a:2:{i:14;i:1731385786;i:15;i:1731385790;}s:12:\"47.128.62.70\";a:1:{i:0;i:1731316267;}s:12:\"89.36.76.126\";a:1:{i:0;i:1731328030;}s:15:\"185.236.228.203\";a:1:{i:0;i:1731335036;}s:13:\"85.208.96.212\";a:1:{i:0;i:1731336818;}s:12:\"47.128.97.95\";a:1:{i:0;i:1731338334;}s:14:\"47.128.111.242\";a:1:{i:0;i:1731338574;}s:13:\"35.180.227.20\";a:2:{i:0;i:1731338857;i:1;i:1731338859;}s:14:\"35.180.119.249\";a:1:{i:1;i:1731342392;}s:13:\"85.208.96.197\";a:1:{i:0;i:1731342486;}s:11:\"20.27.24.16\";a:1:{i:39;i:1731410387;}s:13:\"85.208.96.207\";a:1:{i:0;i:1731343520;}s:13:\"50.34.107.145\";a:1:{i:4;i:1731388466;}s:14:\"174.204.69.202\";a:1:{i:1;i:1731345077;}s:13:\"76.135.189.51\";a:1:{i:0;i:1731350449;}s:13:\"207.92.40.101\";a:1:{i:0;i:1731350552;}s:13:\"85.208.96.208\";a:1:{i:2;i:1731387673;}s:12:\"20.243.71.40\";a:2:{i:22;i:1731410368;i:23;i:1731410370;}s:13:\"85.208.96.194\";a:1:{i:2;i:1731766473;}s:14:\"185.191.171.16\";a:1:{i:0;i:1731355601;}s:13:\"185.191.171.3\";a:1:{i:0;i:1731355929;}s:14:\"185.191.171.14\";a:1:{i:0;i:1731358419;}s:14:\"185.191.171.12\";a:1:{i:1;i:1731391943;}s:13:\"85.208.96.202\";a:1:{i:0;i:1731366393;}s:13:\"85.208.96.203\";a:1:{i:0;i:1731367520;}s:13:\"85.208.96.210\";a:1:{i:0;i:1731368750;}s:13:\"185.191.171.8\";a:1:{i:0;i:1731372142;}s:13:\"185.191.171.4\";a:1:{i:0;i:1731373332;}s:13:\"185.191.171.2\";a:1:{i:0;i:1731375828;}s:13:\"85.208.96.206\";a:1:{i:0;i:1731378856;}s:13:\"185.191.171.5\";a:1:{i:0;i:1731378975;}s:13:\"110.92.164.95\";a:1:{i:0;i:1731379921;}s:13:\"85.208.96.205\";a:1:{i:0;i:1731382732;}s:13:\"85.208.96.211\";a:1:{i:0;i:1731383422;}s:14:\"185.191.171.17\";a:1:{i:0;i:1731383532;}s:13:\"85.208.96.209\";a:1:{i:1;i:1731387121;}s:13:\"85.208.96.200\";a:1:{i:1;i:1731790909;}s:15:\"165.227.150.244\";a:1:{i:22;i:1731400284;}s:14:\"52.167.144.167\";a:1:{i:0;i:1731406645;}s:12:\"172.56.89.86\";a:1:{i:1;i:1731413061;}s:14:\"52.167.144.217\";a:1:{i:0;i:1731418733;}s:13:\"54.187.125.96\";a:2:{i:0;i:1731420162;i:1;i:1731420165;}s:13:\"84.38.188.119\";a:1:{i:3;i:1731421673;}s:14:\"52.167.144.168\";a:1:{i:0;i:1731422153;}s:13:\"195.70.35.184\";a:1:{i:0;i:1731424808;}s:15:\"231.111.246.115\";a:1:{i:0;i:1731429640;}s:14:\"23.137.104.163\";a:1:{i:0;i:1731431981;}s:15:\"174.224.192.186\";a:1:{i:4;i:1731434642;}s:12:\"157.55.39.59\";a:1:{i:0;i:1731436182;}s:12:\"47.128.32.14\";a:1:{i:0;i:1731438146;}s:13:\"34.135.146.88\";a:5:{i:1;i:1731438702;i:2;i:1731438703;i:3;i:1731438705;i:4;i:1731438705;i:5;i:1731438706;}s:13:\"40.77.167.155\";a:1:{i:1;i:1733696251;}s:12:\"157.55.39.50\";a:1:{i:0;i:1731440419;}s:14:\"52.167.144.190\";a:1:{i:0;i:1731441017;}s:11:\"3.16.203.55\";a:1:{i:0;i:1731441506;}s:14:\"35.190.169.209\";a:1:{i:0;i:1731443927;}s:14:\"134.152.79.128\";a:1:{i:0;i:1731446080;}s:14:\"87.120.113.120\";a:1:{i:2;i:1731457702;}s:13:\"18.222.107.27\";a:1:{i:0;i:1731458718;}s:14:\"47.128.111.112\";a:1:{i:0;i:1731464807;}s:12:\"62.76.230.36\";a:1:{i:1;i:1731505487;}s:14:\"40.126.236.123\";a:3:{i:5;i:1731467440;i:6;i:1731467442;i:7;i:1731467444;}s:12:\"40.77.167.68\";a:1:{i:0;i:1731467740;}s:13:\"52.237.248.93\";a:2:{i:6;i:1731469485;i:7;i:1731469489;}s:12:\"52.70.65.138\";a:1:{i:0;i:1731476131;}s:14:\"87.120.112.131\";a:1:{i:51;i:1732200331;}s:12:\"65.2.146.205\";a:2:{i:14;i:1731490067;i:15;i:1731490071;}s:13:\"47.128.46.144\";a:1:{i:0;i:1731491125;}s:14:\"212.56.155.238\";a:1:{i:0;i:1731491287;}s:13:\"117.117.83.92\";a:1:{i:0;i:1731491329;}s:14:\"185.180.141.68\";a:1:{i:1;i:1731492677;}s:14:\"185.180.141.70\";a:2:{i:7;i:1731492696;i:8;i:1731492700;}s:14:\"185.180.141.69\";a:1:{i:2;i:1731492681;}s:15:\"111.225.149.100\";a:1:{i:0;i:1731500745;}s:13:\"41.140.141.42\";a:1:{i:2;i:1731502220;}s:14:\"243.238.43.238\";a:1:{i:0;i:1731503596;}s:14:\"34.162.136.164\";a:6:{i:0;i:1731505352;i:1;i:1731505352;i:2;i:1731505352;i:3;i:1731505355;i:4;i:1731505355;i:5;i:1731505356;}s:13:\"34.150.128.94\";a:1:{i:0;i:1731505463;}s:14:\"108.63.157.130\";a:1:{i:0;i:1731508350;}s:14:\"172.56.106.221\";a:1:{i:0;i:1731516753;}s:11:\"13.38.10.37\";a:2:{i:6;i:1731521882;i:7;i:1731521885;}s:12:\"74.176.43.12\";a:1:{i:23;i:1731556949;}s:15:\"212.130.104.141\";a:1:{i:0;i:1731531656;}s:13:\"67.185.81.221\";a:4:{i:1;i:1731533794;i:2;i:1731533794;i:3;i:1731533797;i:4;i:1731533797;}s:14:\"20.188.235.201\";a:3:{i:13;i:1731563493;i:14;i:1731563495;i:15;i:1731563497;}s:13:\"13.37.212.110\";a:1:{i:1;i:1731539043;}s:13:\"204.229.2.219\";a:1:{i:0;i:1731543383;}s:14:\"95.108.213.208\";a:1:{i:0;i:1731547255;}s:14:\"213.180.203.27\";a:1:{i:0;i:1731549693;}s:13:\"5.255.231.249\";a:1:{i:0;i:1731551046;}s:13:\"87.250.224.21\";a:1:{i:0;i:1731552612;}s:15:\"213.180.203.252\";a:1:{i:0;i:1731552980;}s:14:\"188.143.169.41\";a:1:{i:0;i:1731557651;}s:10:\"34.0.69.87\";a:1:{i:0;i:1731562038;}s:14:\"198.55.106.172\";a:1:{i:0;i:1731568048;}s:14:\"35.204.152.254\";a:1:{i:0;i:1731571030;}s:14:\"52.167.144.211\";a:1:{i:0;i:1731573169;}s:15:\"245.240.121.246\";a:1:{i:0;i:1731575219;}s:12:\"51.222.253.4\";a:1:{i:0;i:1731580243;}s:13:\"207.46.13.151\";a:1:{i:0;i:1731584409;}s:14:\"52.167.144.171\";a:1:{i:0;i:1731584410;}s:12:\"5.83.167.156\";a:1:{i:0;i:1731586190;}s:13:\"52.45.194.165\";a:1:{i:0;i:1731587227;}s:12:\"157.230.44.3\";a:1:{i:0;i:1731592938;}s:12:\"73.25.219.97\";a:1:{i:2;i:1731600117;}s:14:\"159.65.121.197\";a:1:{i:0;i:1731605230;}s:12:\"13.39.16.132\";a:1:{i:7;i:1731605393;}s:13:\"70.78.128.255\";a:5:{i:4;i:1731611182;i:5;i:1731611182;i:6;i:1731611185;i:7;i:1731611185;i:8;i:1731611185;}s:13:\"154.213.195.6\";a:1:{i:3;i:1731614570;}s:13:\"47.128.40.221\";a:1:{i:0;i:1731614706;}s:13:\"47.128.50.107\";a:1:{i:0;i:1731614945;}s:13:\"52.237.195.99\";a:2:{i:14;i:1731636619;i:15;i:1731636623;}s:12:\"47.128.41.14\";a:1:{i:0;i:1731619262;}s:13:\"104.28.77.146\";a:1:{i:0;i:1731619415;}s:11:\"139.59.6.43\";a:1:{i:1;i:1731621810;}s:11:\"3.80.111.65\";a:1:{i:0;i:1731622539;}s:11:\"5.255.231.4\";a:1:{i:0;i:1731635795;}s:14:\"185.196.10.142\";a:1:{i:0;i:1731655212;}s:15:\"135.181.137.102\";a:1:{i:59;i:1731661260;}s:13:\"47.128.112.27\";a:1:{i:0;i:1731662225;}s:14:\"156.228.88.211\";a:1:{i:3;i:1731668581;}s:13:\"200.88.141.63\";a:2:{i:1;i:1731671143;i:2;i:1731671147;}s:12:\"41.23.49.202\";a:1:{i:0;i:1731672956;}s:14:\"111.225.148.77\";a:1:{i:0;i:1731673643;}s:12:\"194.5.82.152\";a:1:{i:4;i:1732776733;}s:12:\"194.5.82.108\";a:1:{i:8;i:1732776811;}s:12:\"194.5.82.156\";a:1:{i:8;i:1732776759;}s:12:\"194.5.82.116\";a:1:{i:6;i:1732776569;}s:12:\"194.5.82.161\";a:1:{i:4;i:1732776594;}s:12:\"194.5.82.123\";a:1:{i:6;i:1732776785;}s:12:\"194.5.82.137\";a:1:{i:6;i:1732776649;}s:12:\"194.5.82.157\";a:1:{i:11;i:1732776822;}s:12:\"194.5.82.147\";a:1:{i:5;i:1732776792;}s:12:\"194.5.82.124\";a:1:{i:3;i:1732776407;}s:12:\"194.5.82.154\";a:1:{i:3;i:1732776775;}s:12:\"194.5.82.159\";a:1:{i:6;i:1732776677;}s:12:\"194.5.82.119\";a:1:{i:5;i:1732776816;}s:12:\"194.5.82.139\";a:1:{i:6;i:1732776735;}s:12:\"194.5.82.143\";a:1:{i:5;i:1732776790;}s:12:\"194.5.82.118\";a:1:{i:8;i:1732776754;}s:12:\"194.5.82.107\";a:1:{i:11;i:1732776372;}s:12:\"194.5.82.140\";a:1:{i:6;i:1732776750;}s:12:\"194.5.82.127\";a:1:{i:5;i:1732776404;}s:12:\"194.5.82.120\";a:1:{i:7;i:1732776767;}s:12:\"194.5.82.162\";a:1:{i:2;i:1731678891;}s:12:\"194.5.82.122\";a:1:{i:9;i:1732776710;}s:12:\"194.5.82.142\";a:1:{i:8;i:1732776731;}s:12:\"194.5.82.150\";a:1:{i:7;i:1732776761;}s:12:\"194.5.82.164\";a:2:{i:10;i:1732776805;i:11;i:1732776808;}s:12:\"194.5.82.128\";a:1:{i:3;i:1731679105;}s:12:\"194.5.82.170\";a:1:{i:6;i:1732776684;}s:12:\"194.5.82.141\";a:1:{i:4;i:1732776626;}s:12:\"194.5.82.146\";a:1:{i:14;i:1732776694;}s:12:\"194.5.82.145\";a:1:{i:8;i:1732776770;}s:12:\"194.5.82.160\";a:1:{i:7;i:1732776777;}s:12:\"194.5.82.136\";a:1:{i:9;i:1732776718;}s:12:\"194.5.82.163\";a:1:{i:4;i:1732776600;}s:12:\"194.5.82.114\";a:1:{i:4;i:1732776743;}s:12:\"194.5.82.132\";a:1:{i:8;i:1732776699;}s:12:\"194.5.82.105\";a:1:{i:6;i:1732776756;}s:12:\"194.5.82.135\";a:1:{i:5;i:1732776547;}s:12:\"194.5.82.117\";a:1:{i:4;i:1732776783;}s:12:\"194.5.82.134\";a:1:{i:2;i:1732776716;}s:12:\"194.5.82.138\";a:1:{i:8;i:1732776780;}s:12:\"194.5.82.106\";a:1:{i:5;i:1732776737;}s:12:\"194.5.82.130\";a:1:{i:6;i:1732776645;}s:12:\"194.5.82.153\";a:1:{i:4;i:1732776726;}s:12:\"194.5.82.155\";a:1:{i:5;i:1732776660;}s:12:\"194.5.82.144\";a:1:{i:1;i:1732776795;}s:12:\"194.5.82.109\";a:1:{i:5;i:1732776802;}s:12:\"194.5.82.169\";a:1:{i:5;i:1732776819;}s:12:\"194.5.82.121\";a:1:{i:8;i:1732776752;}s:12:\"194.5.82.111\";a:1:{i:3;i:1732776824;}s:12:\"194.5.82.125\";a:1:{i:5;i:1732776728;}s:12:\"194.5.82.113\";a:1:{i:2;i:1732776712;}s:12:\"194.5.82.131\";a:1:{i:3;i:1732776800;}s:12:\"80.94.92.116\";a:1:{i:0;i:1731682012;}s:13:\"158.109.94.91\";a:1:{i:1;i:1731683679;}s:13:\"47.128.32.117\";a:1:{i:0;i:1731684066;}s:13:\"18.214.251.19\";a:1:{i:0;i:1731688264;}s:12:\"52.156.186.0\";a:2:{i:22;i:1731726197;i:23;i:1731726201;}s:13:\"52.237.198.59\";a:2:{i:15;i:1731726404;i:16;i:1731726407;}s:14:\"87.120.113.248\";a:1:{i:1;i:1731899543;}s:14:\"87.120.126.221\";a:2:{i:38;i:1733708467;i:39;i:1733708470;}s:13:\"38.170.230.26\";a:1:{i:0;i:1731695802;}s:14:\"99.186.225.209\";a:1:{i:11;i:1731702157;}s:13:\"185.142.99.66\";a:1:{i:3;i:1731923363;}s:14:\"174.231.133.61\";a:3:{i:0;i:1731707165;i:1;i:1731707165;i:2;i:1731707167;}s:12:\"47.128.29.54\";a:1:{i:0;i:1731718148;}s:13:\"47.128.123.22\";a:1:{i:0;i:1731718390;}s:13:\"47.128.62.180\";a:1:{i:0;i:1731718629;}s:13:\"47.128.37.145\";a:1:{i:0;i:1731718869;}s:13:\"47.128.41.170\";a:1:{i:0;i:1731719350;}s:12:\"47.128.39.94\";a:1:{i:0;i:1731720069;}s:13:\"47.128.34.110\";a:1:{i:0;i:1731720313;}s:12:\"47.128.17.53\";a:1:{i:0;i:1731720549;}s:13:\"47.128.37.152\";a:1:{i:0;i:1731722711;}s:14:\"130.255.160.60\";a:1:{i:1;i:1732144817;}s:13:\"47.128.124.30\";a:1:{i:0;i:1731729350;}s:13:\"47.128.21.211\";a:1:{i:0;i:1731734189;}s:13:\"81.30.158.195\";a:1:{i:0;i:1731746497;}s:14:\"45.200.148.155\";a:1:{i:1;i:1731755031;}s:13:\"34.225.138.57\";a:1:{i:0;i:1731775588;}s:13:\"66.249.73.235\";a:1:{i:2;i:1731864290;}s:13:\"47.128.98.167\";a:1:{i:0;i:1731779583;}s:14:\"174.204.67.135\";a:1:{i:1;i:1731780081;}s:13:\"85.208.96.199\";a:1:{i:1;i:1731790101;}s:13:\"66.249.73.238\";a:1:{i:2;i:1732042657;}s:13:\"24.18.175.250\";a:1:{i:0;i:1731790350;}s:14:\"174.224.196.79\";a:2:{i:4;i:1731792725;i:5;i:1731792727;}s:14:\"47.128.114.199\";a:1:{i:0;i:1731791897;}s:12:\"4.213.97.143\";a:1:{i:9;i:1733576531;}s:12:\"51.38.58.182\";a:1:{i:1;i:1731800751;}s:12:\"47.33.152.29\";a:1:{i:0;i:1731808680;}s:13:\"45.138.16.229\";a:1:{i:56;i:1731808999;}s:14:\"97.184.102.134\";a:2:{i:0;i:1731809195;i:1;i:1731809195;}s:13:\"185.191.171.7\";a:1:{i:0;i:1731809315;}s:13:\"85.208.96.204\";a:1:{i:0;i:1731811630;}s:13:\"45.148.10.123\";a:2:{i:1;i:1731826369;i:2;i:1731826371;}s:14:\"172.56.104.144\";a:1:{i:0;i:1731816264;}s:12:\"34.57.50.117\";a:1:{i:0;i:1731820693;}s:14:\"85.239.238.159\";a:1:{i:1;i:1732140657;}s:13:\"47.128.109.83\";a:1:{i:0;i:1731823263;}s:14:\"172.56.109.108\";a:1:{i:1;i:1731830801;}s:13:\"34.134.205.63\";a:2:{i:4;i:1731832989;i:5;i:1731832991;}s:10:\"18.221.4.2\";a:1:{i:3;i:1731837572;}s:14:\"110.249.201.78\";a:1:{i:0;i:1731845363;}s:12:\"84.239.43.46\";a:1:{i:3;i:1731846936;}s:14:\"185.196.10.141\";a:1:{i:0;i:1731850950;}s:12:\"47.128.24.68\";a:1:{i:0;i:1731853944;}s:12:\"47.128.37.39\";a:1:{i:0;i:1731856056;}s:13:\"172.56.104.42\";a:1:{i:0;i:1731860456;}s:13:\"116.179.33.17\";a:1:{i:0;i:1731867261;}s:14:\"52.187.212.130\";a:2:{i:6;i:1731869397;i:7;i:1731869401;}s:13:\"45.148.10.245\";a:1:{i:1;i:1731907411;}s:12:\"70.70.61.114\";a:1:{i:0;i:1731902862;}s:13:\"98.142.215.68\";a:1:{i:0;i:1731906624;}s:12:\"2.187.214.76\";a:1:{i:0;i:1731913208;}s:12:\"34.90.254.38\";a:1:{i:0;i:1731914517;}s:11:\"194.5.82.10\";a:1:{i:3;i:1731922580;}s:10:\"194.5.82.4\";a:2:{i:6;i:1731922869;i:7;i:1731922873;}s:11:\"194.5.82.27\";a:1:{i:7;i:1731922803;}s:11:\"194.5.82.28\";a:1:{i:1;i:1731922115;}s:11:\"194.5.82.42\";a:1:{i:2;i:1731922508;}s:11:\"194.5.82.12\";a:1:{i:3;i:1731922793;}s:11:\"194.5.82.46\";a:1:{i:8;i:1731922851;}s:11:\"194.5.82.38\";a:1:{i:3;i:1731922783;}s:11:\"194.5.82.33\";a:1:{i:4;i:1731922762;}s:11:\"194.5.82.13\";a:1:{i:6;i:1731922730;}s:11:\"194.5.82.52\";a:1:{i:7;i:1731922584;}s:11:\"194.5.82.14\";a:1:{i:6;i:1731922831;}s:11:\"194.5.82.21\";a:1:{i:0;i:1731922082;}s:10:\"194.5.82.7\";a:1:{i:5;i:1731922737;}s:11:\"194.5.82.47\";a:1:{i:0;i:1731922101;}s:12:\"194.5.82.165\";a:1:{i:7;i:1731922798;}s:11:\"194.5.82.24\";a:1:{i:4;i:1731922788;}s:11:\"194.5.82.37\";a:1:{i:4;i:1731922847;}s:11:\"194.5.82.31\";a:1:{i:3;i:1731922812;}s:11:\"194.5.82.11\";a:1:{i:3;i:1731922835;}s:11:\"194.5.82.29\";a:1:{i:1;i:1731922839;}s:11:\"194.5.82.18\";a:1:{i:4;i:1731922820;}s:11:\"194.5.82.19\";a:1:{i:4;i:1731922741;}s:11:\"194.5.82.43\";a:1:{i:1;i:1731922889;}s:11:\"194.5.82.35\";a:2:{i:2;i:1731922715;i:3;i:1731922718;}s:10:\"194.5.82.8\";a:1:{i:2;i:1731922753;}s:11:\"194.5.82.51\";a:1:{i:4;i:1731922877;}s:11:\"194.5.82.26\";a:1:{i:6;i:1731922843;}s:11:\"194.5.82.23\";a:1:{i:1;i:1731922865;}s:11:\"194.5.82.53\";a:1:{i:2;i:1731922779;}s:11:\"194.5.82.48\";a:1:{i:3;i:1731922884;}s:11:\"194.5.82.25\";a:1:{i:2;i:1731922824;}s:11:\"194.5.82.32\";a:1:{i:3;i:1731922676;}s:11:\"194.5.82.40\";a:1:{i:2;i:1731922828;}s:11:\"194.5.82.30\";a:1:{i:1;i:1731922816;}s:11:\"194.5.82.45\";a:1:{i:1;i:1731922589;}s:11:\"194.5.82.16\";a:1:{i:3;i:1731922672;}s:11:\"194.5.82.22\";a:1:{i:1;i:1731922733;}s:12:\"194.5.82.166\";a:1:{i:3;i:1731922645;}s:11:\"194.5.82.17\";a:1:{i:2;i:1731922641;}s:11:\"194.5.82.44\";a:1:{i:0;i:1731922456;}s:11:\"194.5.82.36\";a:1:{i:3;i:1731922880;}s:10:\"194.5.82.5\";a:2:{i:1;i:1731922659;i:2;i:1731922663;}s:11:\"194.5.82.15\";a:1:{i:0;i:1731922634;}s:11:\"194.5.82.34\";a:1:{i:1;i:1731922749;}s:10:\"194.5.82.9\";a:1:{i:0;i:1731922685;}s:11:\"194.5.82.41\";a:1:{i:0;i:1731922706;}s:11:\"194.5.82.50\";a:1:{i:0;i:1731922726;}s:11:\"65.0.125.95\";a:1:{i:2;i:1732153463;}s:11:\"194.5.82.20\";a:1:{i:0;i:1731922856;}s:12:\"47.128.28.72\";a:1:{i:0;i:1731929796;}s:12:\"47.128.27.18\";a:1:{i:0;i:1731934025;}s:13:\"47.128.33.130\";a:1:{i:0;i:1731934844;}s:14:\"147.93.128.101\";a:1:{i:25;i:1733951934;}s:12:\"111.68.1.162\";a:2:{i:1;i:1732535120;i:2;i:1732535122;}s:13:\"119.42.145.90\";a:1:{i:0;i:1731938523;}s:12:\"139.5.200.74\";a:1:{i:2;i:1732029341;}s:14:\"123.253.26.106\";a:1:{i:5;i:1732067412;}s:13:\"67.185.81.108\";a:1:{i:0;i:1731946358;}s:12:\"66.249.69.97\";a:1:{i:0;i:1731950771;}s:12:\"34.67.198.21\";a:1:{i:0;i:1731952523;}s:13:\"18.215.172.13\";a:1:{i:1;i:1732352966;}s:13:\"48.210.68.243\";a:1:{i:29;i:1732129608;}s:13:\"13.72.246.155\";a:2:{i:78;i:1732126902;i:79;i:1732126905;}s:12:\"66.249.69.99\";a:1:{i:1;i:1733771106;}s:12:\"66.249.69.98\";a:1:{i:0;i:1731956253;}s:14:\"41.216.188.168\";a:1:{i:5;i:1731958156;}s:12:\"50.190.2.249\";a:1:{i:0;i:1731959647;}s:15:\"162.240.107.211\";a:2:{i:0;i:1731966223;i:1;i:1731966225;}s:14:\"156.233.225.38\";a:2:{i:1;i:1731967575;i:2;i:1731967577;}s:13:\"47.128.58.253\";a:1:{i:0;i:1731970753;}s:14:\"174.215.115.20\";a:1:{i:3;i:1731975598;}s:14:\"52.187.203.253\";a:3:{i:21;i:1732108330;i:22;i:1732108332;i:23;i:1732108334;}s:13:\"40.126.237.73\";a:2:{i:22;i:1732111932;i:23;i:1732111935;}s:13:\"52.187.207.75\";a:2:{i:22;i:1732132625;i:23;i:1732132628;}s:12:\"122.172.36.5\";a:2:{i:5;i:1732011517;i:6;i:1732011521;}s:14:\"110.249.202.80\";a:1:{i:0;i:1732012967;}s:11:\"185.40.4.95\";a:1:{i:0;i:1732013365;}s:14:\"45.141.215.116\";a:1:{i:0;i:1732013372;}s:14:\"185.220.101.44\";a:1:{i:0;i:1732013378;}s:14:\"192.42.116.183\";a:1:{i:1;i:1732013389;}s:14:\"185.220.101.24\";a:1:{i:0;i:1732013406;}s:14:\"185.220.101.27\";a:1:{i:0;i:1732013432;}s:14:\"192.42.116.176\";a:2:{i:0;i:1732013452;i:1;i:1732013456;}s:13:\"45.141.215.61\";a:1:{i:0;i:1732013463;}s:14:\"192.42.116.198\";a:2:{i:0;i:1732013469;i:1;i:1732013473;}s:13:\"80.67.172.162\";a:1:{i:0;i:1732013483;}s:15:\"185.220.101.147\";a:1:{i:0;i:1732013491;}s:11:\"185.40.4.29\";a:1:{i:0;i:1732013517;}s:14:\"192.42.116.182\";a:1:{i:0;i:1732013525;}s:13:\"45.141.215.28\";a:1:{i:0;i:1732013530;}s:11:\"45.66.35.20\";a:1:{i:0;i:1732013544;}s:14:\"192.42.116.173\";a:2:{i:0;i:1732013553;i:1;i:1732013557;}s:13:\"45.141.215.56\";a:1:{i:0;i:1732013582;}s:14:\"192.42.116.197\";a:1:{i:0;i:1732013598;}s:14:\"185.183.159.40\";a:1:{i:0;i:1732013603;}s:14:\"185.220.101.67\";a:1:{i:0;i:1732013609;}s:12:\"185.40.4.132\";a:1:{i:0;i:1732013614;}s:14:\"185.220.101.75\";a:1:{i:0;i:1732013619;}s:15:\"185.207.107.130\";a:1:{i:0;i:1732013623;}s:13:\"185.220.101.9\";a:1:{i:1;i:1732013634;}s:12:\"178.20.55.16\";a:1:{i:1;i:1732013644;}s:14:\"192.42.116.203\";a:1:{i:0;i:1732013651;}s:14:\"171.25.193.235\";a:1:{i:0;i:1732013655;}s:14:\"34.135.255.103\";a:1:{i:0;i:1732013857;}s:13:\"47.128.47.120\";a:1:{i:0;i:1732019717;}s:15:\"185.117.225.138\";a:1:{i:1;i:1732022775;}s:13:\"31.171.153.77\";a:1:{i:0;i:1732023301;}s:14:\"103.194.187.98\";a:1:{i:2;i:1732544264;}s:11:\"111.68.8.50\";a:1:{i:0;i:1732030528;}s:13:\"196.64.213.39\";a:1:{i:0;i:1732030792;}s:13:\"89.248.172.41\";a:1:{i:4;i:1732033505;}s:15:\"109.248.150.178\";a:1:{i:0;i:1732033658;}s:12:\"191.96.36.56\";a:1:{i:0;i:1732034414;}s:13:\"66.249.73.236\";a:1:{i:0;i:1732037159;}s:12:\"4.227.36.106\";a:1:{i:101;i:1732041664;}s:12:\"75.152.56.52\";a:1:{i:0;i:1732037922;}s:13:\"45.148.10.122\";a:1:{i:0;i:1732038003;}s:13:\"13.66.135.101\";a:2:{i:0;i:1732038897;i:1;i:1732038897;}s:11:\"4.227.36.15\";a:1:{i:24;i:1732052488;}s:11:\"4.227.36.66\";a:1:{i:114;i:1732049429;}s:12:\"4.227.36.113\";a:2:{i:85;i:1732055043;i:86;i:1732055045;}s:13:\"47.128.51.173\";a:1:{i:0;i:1732055763;}s:13:\"47.128.116.45\";a:1:{i:0;i:1732056004;}s:13:\"47.128.51.115\";a:1:{i:0;i:1732056243;}s:12:\"62.146.227.5\";a:1:{i:1;i:1732073525;}s:13:\"51.255.196.88\";a:1:{i:0;i:1732062860;}s:12:\"82.223.4.183\";a:1:{i:0;i:1732063210;}s:13:\"64.227.133.78\";a:1:{i:1;i:1732069934;}s:12:\"135.84.8.254\";a:1:{i:0;i:1732071932;}s:13:\"20.37.114.142\";a:2:{i:38;i:1732143680;i:39;i:1732143684;}s:14:\"47.128.111.148\";a:1:{i:0;i:1732076705;}s:13:\"74.176.58.214\";a:3:{i:21;i:1732143439;i:22;i:1732143441;i:23;i:1732143443;}s:13:\"119.15.83.218\";a:1:{i:1;i:1732091087;}s:15:\"110.249.202.162\";a:1:{i:0;i:1732097153;}s:13:\"71.132.12.115\";a:1:{i:1;i:1732955703;}s:13:\"47.128.48.237\";a:1:{i:0;i:1732115719;}s:12:\"52.125.128.2\";a:4:{i:0;i:1732121151;i:1;i:1732121152;i:2;i:1732121154;i:3;i:1732121154;}s:14:\"52.187.212.191\";a:1:{i:7;i:1732127078;}s:14:\"177.138.99.128\";a:1:{i:6;i:1732131859;}s:12:\"47.128.63.78\";a:1:{i:0;i:1732140185;}s:12:\"88.99.24.175\";a:1:{i:0;i:1732144106;}s:13:\"44.234.35.200\";a:1:{i:0;i:1732149707;}s:13:\"38.253.165.84\";a:2:{i:5;i:1732152227;i:6;i:1732152231;}s:13:\"47.128.26.230\";a:1:{i:0;i:1732159036;}s:13:\"17.241.227.95\";a:1:{i:0;i:1732161821;}s:12:\"73.83.230.12\";a:1:{i:12;i:1733677834;}s:13:\"17.241.75.196\";a:1:{i:0;i:1732170499;}s:14:\"128.199.23.239\";a:1:{i:1;i:1732172946;}s:13:\"47.128.29.166\";a:1:{i:0;i:1732175530;}s:13:\"15.188.83.202\";a:1:{i:7;i:1732183746;}s:13:\"207.46.13.157\";a:1:{i:0;i:1732186499;}s:14:\"110.249.202.89\";a:1:{i:0;i:1732187217;}s:14:\"20.191.241.212\";a:2:{i:30;i:1732270267;i:31;i:1732270270;}s:12:\"13.75.228.19\";a:1:{i:104;i:1732225966;}s:13:\"47.128.43.129\";a:1:{i:0;i:1732223668;}s:12:\"139.180.6.58\";a:1:{i:0;i:1732226241;}s:14:\"185.191.171.15\";a:1:{i:0;i:1732229742;}s:12:\"47.128.33.86\";a:1:{i:0;i:1732234730;}s:13:\"79.120.76.144\";a:1:{i:0;i:1732246686;}s:13:\"70.191.213.12\";a:3:{i:0;i:1732248087;i:1;i:1732248088;i:2;i:1732248091;}s:13:\"47.128.117.82\";a:1:{i:0;i:1732250223;}s:12:\"51.255.34.14\";a:1:{i:3;i:1732440351;}s:14:\"54.172.171.229\";a:1:{i:0;i:1732258267;}s:12:\"47.128.46.47\";a:1:{i:0;i:1732264028;}s:14:\"140.179.71.143\";a:1:{i:2;i:1733740793;}s:14:\"222.254.104.84\";a:1:{i:2;i:1732272304;}s:14:\"52.187.192.118\";a:2:{i:6;i:1732273528;i:7;i:1732273532;}s:13:\"47.128.44.241\";a:1:{i:0;i:1732275583;}s:13:\"152.42.220.94\";a:1:{i:2;i:1733364958;}s:14:\"178.249.214.44\";a:1:{i:0;i:1732280671;}s:13:\"47.128.50.237\";a:1:{i:0;i:1732281570;}s:15:\"198.232.133.193\";a:1:{i:2;i:1732309573;}s:13:\"107.189.30.39\";a:1:{i:0;i:1732286751;}s:13:\"47.128.39.100\";a:1:{i:0;i:1732288618;}s:13:\"64.124.153.78\";a:3:{i:5;i:1732289081;i:6;i:1732289082;i:7;i:1732289082;}s:13:\"47.128.42.102\";a:1:{i:0;i:1732300323;}s:14:\"74.225.146.210\";a:1:{i:3;i:1732828326;}s:14:\"13.233.148.221\";a:1:{i:17;i:1732325723;}s:15:\"111.225.148.154\";a:1:{i:0;i:1732329500;}s:12:\"185.42.12.42\";a:1:{i:0;i:1732347997;}s:13:\"40.77.167.126\";a:1:{i:1;i:1733826095;}s:11:\"47.251.11.3\";a:1:{i:0;i:1732356230;}s:13:\"47.254.85.182\";a:1:{i:0;i:1732356235;}s:13:\"47.254.76.138\";a:1:{i:0;i:1732356235;}s:13:\"47.89.193.162\";a:1:{i:0;i:1732356240;}s:12:\"47.88.90.156\";a:1:{i:0;i:1732356246;}s:12:\"185.233.3.42\";a:1:{i:12;i:1733990488;}s:13:\"174.215.115.9\";a:1:{i:6;i:1732383383;}s:13:\"149.50.218.57\";a:1:{i:0;i:1732379557;}s:12:\"13.75.228.24\";a:1:{i:12;i:1732380311;}s:13:\"172.56.109.50\";a:1:{i:2;i:1732381899;}s:12:\"173.252.69.4\";a:1:{i:0;i:1732386315;}s:14:\"173.252.69.113\";a:1:{i:0;i:1732386316;}s:14:\"172.56.104.171\";a:1:{i:0;i:1732389109;}s:12:\"47.128.33.59\";a:1:{i:0;i:1732391749;}s:14:\"172.56.104.121\";a:1:{i:0;i:1732394032;}s:14:\"172.56.105.169\";a:1:{i:0;i:1732402249;}s:13:\"47.128.39.209\";a:1:{i:0;i:1732402329;}s:15:\"110.249.202.117\";a:1:{i:0;i:1732415926;}s:12:\"35.159.141.1\";a:1:{i:0;i:1732422322;}s:13:\"45.14.195.199\";a:1:{i:0;i:1732427055;}s:13:\"31.13.224.245\";a:2:{i:6;i:1732776014;i:7;i:1732776018;}s:12:\"4.227.36.101\";a:2:{i:12;i:1732433186;i:13;i:1732433189;}s:13:\"13.75.229.127\";a:1:{i:12;i:1732433527;}s:13:\"139.59.39.215\";a:1:{i:1;i:1732443813;}s:14:\"20.204.146.171\";a:1:{i:3;i:1733049826;}s:13:\"95.71.123.218\";a:1:{i:1;i:1732774055;}s:13:\"50.54.208.201\";a:5:{i:3;i:1732913541;i:4;i:1732913541;i:5;i:1732913541;i:6;i:1732913544;i:7;i:1732913544;}s:13:\"172.56.107.52\";a:1:{i:2;i:1732475049;}s:12:\"34.135.1.113\";a:2:{i:38;i:1732599881;i:39;i:1732599885;}s:13:\"181.214.94.93\";a:1:{i:0;i:1732483730;}s:14:\"107.77.220.199\";a:1:{i:2;i:1732485389;}s:13:\"176.45.69.220\";a:1:{i:1;i:1732485988;}s:14:\"34.174.102.218\";a:4:{i:20;i:1732585896;i:21;i:1732585897;i:22;i:1732585899;i:23;i:1732585900;}s:12:\"24.143.76.47\";a:1:{i:0;i:1732492616;}s:13:\"149.36.49.192\";a:1:{i:0;i:1732516987;}s:14:\"110.249.201.59\";a:1:{i:0;i:1732520320;}s:11:\"141.98.7.30\";a:1:{i:7;i:1732527832;}s:15:\"188.252.199.144\";a:1:{i:1;i:1732532876;}s:13:\"82.197.69.232\";a:2:{i:7;i:1733376478;i:8;i:1733376481;}s:10:\"4.240.16.3\";a:1:{i:1;i:1732536790;}s:15:\"103.194.185.186\";a:1:{i:1;i:1732541000;}s:12:\"34.70.192.52\";a:2:{i:0;i:1732542696;i:1;i:1732542699;}s:14:\"119.42.145.130\";a:1:{i:2;i:1732585361;}s:15:\"172.100.193.252\";a:1:{i:1;i:1732558239;}s:12:\"47.128.32.32\";a:1:{i:0;i:1732573700;}s:14:\"116.213.38.162\";a:1:{i:1;i:1732582613;}s:13:\"72.136.121.84\";a:1:{i:6;i:1732581142;}s:15:\"143.244.138.174\";a:1:{i:1;i:1732583068;}s:12:\"96.48.250.75\";a:1:{i:0;i:1732590666;}s:13:\"116.179.37.89\";a:1:{i:0;i:1732593322;}s:13:\"116.179.37.39\";a:1:{i:0;i:1732593322;}s:12:\"47.128.50.36\";a:1:{i:0;i:1732598988;}s:12:\"65.108.78.33\";a:1:{i:6;i:1734671000;}s:15:\"111.225.149.136\";a:1:{i:0;i:1732606759;}s:12:\"52.80.52.146\";a:1:{i:1;i:1733043092;}s:13:\"47.128.124.97\";a:1:{i:0;i:1732611336;}s:11:\"4.227.36.52\";a:2:{i:36;i:1733641232;i:37;i:1733641235;}s:11:\"51.91.9.168\";a:1:{i:3;i:1734446065;}s:13:\"223.151.5.217\";a:1:{i:0;i:1732631910;}s:14:\"54.223.109.188\";a:1:{i:1;i:1734212483;}s:11:\"5.180.61.15\";a:1:{i:0;i:1732634408;}s:15:\"156.228.125.226\";a:1:{i:1;i:1732634434;}s:13:\"72.48.119.226\";a:3:{i:7;i:1732638665;i:8;i:1732638666;i:9;i:1732638666;}s:12:\"31.13.127.12\";a:1:{i:0;i:1732641920;}s:12:\"31.13.127.19\";a:1:{i:0;i:1732641942;}s:13:\"139.59.209.23\";a:1:{i:0;i:1732645092;}s:14:\"110.249.201.61\";a:1:{i:0;i:1732646212;}s:12:\"73.83.43.116\";a:2:{i:7;i:1732648816;i:8;i:1732648816;}s:13:\"38.252.239.77\";a:1:{i:18;i:1734519803;}s:13:\"35.233.188.48\";a:2:{i:22;i:1732710354;i:23;i:1732710358;}s:13:\"193.43.69.203\";a:2:{i:6;i:1732695897;i:7;i:1732695901;}s:13:\"172.86.73.118\";a:1:{i:2;i:1732651681;}s:14:\"172.56.168.134\";a:2:{i:0;i:1732654171;i:1;i:1732654171;}s:14:\"206.126.75.130\";a:1:{i:1;i:1732763862;}s:13:\"4.213.175.245\";a:1:{i:31;i:1733303170;}s:11:\"34.45.0.247\";a:3:{i:13;i:1732717681;i:14;i:1732717683;i:15;i:1732717685;}s:15:\"132.148.167.243\";a:1:{i:0;i:1732673271;}s:11:\"116.203.2.9\";a:1:{i:0;i:1732676214;}s:13:\"67.185.132.37\";a:1:{i:0;i:1732684601;}s:13:\"95.211.19.174\";a:2:{i:14;i:1732771450;i:15;i:1732771453;}s:14:\"45.144.173.142\";a:2:{i:1;i:1732689297;i:2;i:1732689301;}s:14:\"73.169.229.102\";a:1:{i:1;i:1732689890;}s:15:\"109.205.213.242\";a:3:{i:1;i:1732694494;i:2;i:1732694496;i:3;i:1732694498;}s:12:\"3.149.234.50\";a:1:{i:0;i:1732700750;}s:14:\"18.190.219.178\";a:1:{i:0;i:1732700996;}s:13:\"3.136.236.178\";a:1:{i:0;i:1732701601;}s:12:\"3.12.161.151\";a:1:{i:0;i:1732708497;}s:12:\"3.147.78.242\";a:1:{i:0;i:1732710312;}s:14:\"20.246.194.119\";a:1:{i:0;i:1732718836;}s:12:\"54.223.18.41\";a:1:{i:2;i:1734510568;}s:13:\"3.148.117.237\";a:1:{i:0;i:1732722070;}s:11:\"13.39.48.81\";a:1:{i:40;i:1732723075;}s:11:\"2.50.153.61\";a:1:{i:0;i:1732730028;}s:12:\"66.249.74.43\";a:1:{i:0;i:1732732128;}s:15:\"111.225.148.119\";a:1:{i:0;i:1732732661;}s:12:\"66.249.74.34\";a:1:{i:0;i:1732734003;}s:15:\"165.232.184.115\";a:2:{i:4;i:1732738423;i:5;i:1732738426;}s:14:\"185.102.11.118\";a:1:{i:0;i:1732739780;}s:14:\"132.255.110.57\";a:1:{i:0;i:1732741168;}s:14:\"149.56.160.201\";a:3:{i:1;i:1732742752;i:2;i:1732742753;i:3;i:1732742755;}s:15:\"144.217.135.141\";a:1:{i:0;i:1732742778;}s:12:\"76.22.44.182\";a:2:{i:3;i:1732757470;i:4;i:1732757474;}s:13:\"98.70.110.125\";a:1:{i:23;i:1733652983;}s:13:\"31.13.224.143\";a:1:{i:1;i:1732764033;}s:14:\"35.198.213.230\";a:1:{i:0;i:1732773585;}s:12:\"13.75.228.27\";a:1:{i:105;i:1732791890;}s:13:\"177.38.75.209\";a:1:{i:0;i:1732791677;}s:11:\"57.141.5.24\";a:1:{i:2;i:1734636593;}s:13:\"190.249.31.52\";a:1:{i:0;i:1732793435;}s:14:\"45.162.168.194\";a:1:{i:1;i:1732810858;}s:12:\"13.39.49.140\";a:1:{i:1;i:1732811532;}s:14:\"164.153.60.129\";a:1:{i:0;i:1732812547;}s:12:\"4.227.36.117\";a:1:{i:12;i:1733518250;}s:15:\"174.231.135.209\";a:1:{i:0;i:1732815892;}s:13:\"24.18.174.218\";a:1:{i:4;i:1732818924;}s:14:\"73.240.152.230\";a:1:{i:0;i:1732820393;}s:13:\"213.136.78.38\";a:1:{i:33;i:1732964356;}s:13:\"182.6.226.121\";a:1:{i:0;i:1732826424;}s:11:\"3.253.40.40\";a:1:{i:0;i:1732827060;}s:14:\"168.194.58.150\";a:1:{i:0;i:1732836797;}s:14:\"110.249.202.98\";a:1:{i:0;i:1732841470;}s:14:\"34.222.123.141\";a:1:{i:0;i:1732845924;}s:13:\"159.65.204.52\";a:1:{i:7;i:1732850818;}s:13:\"194.233.92.19\";a:2:{i:181;i:1732851950;i:182;i:1732851954;}s:13:\"154.26.133.94\";a:2:{i:7;i:1732873454;i:8;i:1732873458;}s:14:\"217.144.190.55\";a:1:{i:0;i:1732875876;}s:12:\"40.77.167.74\";a:1:{i:0;i:1732883904;}s:12:\"79.173.92.71\";a:1:{i:0;i:1732885276;}s:11:\"194.5.82.62\";a:1:{i:5;i:1732904526;}s:11:\"194.5.82.61\";a:1:{i:1;i:1732904620;}s:11:\"194.5.82.89\";a:1:{i:3;i:1732904516;}s:11:\"194.5.82.56\";a:1:{i:3;i:1732904395;}s:11:\"194.5.82.72\";a:1:{i:2;i:1732904360;}s:11:\"194.5.82.78\";a:1:{i:1;i:1732904184;}s:11:\"194.5.82.58\";a:1:{i:2;i:1732904499;}s:11:\"194.5.82.67\";a:1:{i:0;i:1732903795;}s:11:\"194.5.82.68\";a:1:{i:3;i:1732904629;}s:11:\"194.5.82.87\";a:1:{i:1;i:1732904139;}s:12:\"194.5.82.104\";a:1:{i:7;i:1732904644;}s:11:\"194.5.82.65\";a:1:{i:4;i:1732904703;}s:11:\"194.5.82.69\";a:1:{i:1;i:1732904131;}s:12:\"194.5.82.101\";a:1:{i:4;i:1732904686;}s:11:\"194.5.82.90\";a:1:{i:1;i:1732904677;}s:11:\"194.5.82.85\";a:1:{i:4;i:1732904382;}s:12:\"194.5.82.103\";a:1:{i:3;i:1732904551;}s:11:\"194.5.82.84\";a:1:{i:1;i:1732904083;}s:11:\"194.5.82.82\";a:1:{i:2;i:1732904634;}s:11:\"194.5.82.71\";a:1:{i:0;i:1732903882;}s:11:\"194.5.82.77\";a:1:{i:2;i:1732904565;}s:11:\"194.5.82.94\";a:1:{i:2;i:1732904262;}s:12:\"194.5.82.100\";a:1:{i:1;i:1732904556;}s:11:\"194.5.82.74\";a:1:{i:3;i:1732904638;}s:11:\"194.5.82.79\";a:1:{i:3;i:1732904233;}s:11:\"194.5.82.99\";a:1:{i:3;i:1732904717;}s:11:\"194.5.82.98\";a:1:{i:2;i:1732904561;}s:11:\"194.5.82.81\";a:1:{i:7;i:1732904708;}s:11:\"194.5.82.64\";a:1:{i:2;i:1732904521;}s:11:\"194.5.82.66\";a:1:{i:4;i:1732904430;}s:11:\"194.5.82.63\";a:1:{i:4;i:1732904721;}s:11:\"194.5.82.93\";a:1:{i:4;i:1732904730;}s:11:\"194.5.82.60\";a:1:{i:2;i:1732904453;}s:12:\"194.5.82.102\";a:1:{i:3;i:1732904424;}s:11:\"194.5.82.57\";a:1:{i:4;i:1732904590;}s:11:\"194.5.82.95\";a:1:{i:3;i:1732904652;}s:11:\"194.5.82.55\";a:1:{i:0;i:1732904107;}s:11:\"194.5.82.70\";a:1:{i:0;i:1732904150;}s:11:\"194.5.82.80\";a:1:{i:1;i:1732904238;}s:11:\"194.5.82.96\";a:1:{i:3;i:1732904576;}s:11:\"194.5.82.59\";a:1:{i:1;i:1732904201;}s:11:\"194.5.82.83\";a:1:{i:3;i:1732904670;}s:12:\"194.5.82.167\";a:1:{i:2;i:1732904581;}s:11:\"194.5.82.76\";a:1:{i:1;i:1732904471;}s:11:\"194.5.82.97\";a:1:{i:0;i:1732904250;}s:11:\"194.5.82.86\";a:1:{i:2;i:1732904548;}s:12:\"194.5.82.168\";a:1:{i:0;i:1732904297;}s:11:\"194.5.82.88\";a:1:{i:5;i:1732904672;}s:11:\"194.5.82.54\";a:1:{i:1;i:1732904725;}s:11:\"194.5.82.73\";a:1:{i:2;i:1732904716;}s:11:\"194.5.82.92\";a:1:{i:0;i:1732904663;}s:13:\"185.138.67.56\";a:1:{i:9;i:1732907338;}s:14:\"172.93.108.185\";a:1:{i:9;i:1734700039;}s:14:\"91.142.222.180\";a:1:{i:0;i:1732908532;}s:14:\"34.123.183.135\";a:2:{i:22;i:1732970980;i:23;i:1732970984;}s:13:\"149.202.87.41\";a:1:{i:112;i:1732914420;}s:14:\"34.170.163.250\";a:4:{i:12;i:1732972360;i:13;i:1732972362;i:14;i:1732972363;i:15;i:1732972364;}s:14:\"110.249.202.64\";a:1:{i:0;i:1732927885;}s:14:\"116.179.33.201\";a:1:{i:0;i:1732928600;}s:11:\"98.97.37.60\";a:1:{i:0;i:1732942407;}s:13:\"159.203.80.16\";a:1:{i:1;i:1732949899;}s:12:\"40.77.167.64\";a:2:{i:1;i:1734638552;i:2;i:1734638555;}s:13:\"111.225.148.2\";a:1:{i:0;i:1732969937;}s:13:\"66.249.81.197\";a:1:{i:1;i:1733064814;}s:13:\"66.249.81.198\";a:1:{i:1;i:1733415312;}s:13:\"47.128.45.245\";a:1:{i:0;i:1732986469;}s:11:\"37.204.8.90\";a:1:{i:1;i:1732990764;}s:13:\"46.242.55.108\";a:1:{i:1;i:1732990938;}s:12:\"79.173.90.23\";a:1:{i:0;i:1732991093;}s:14:\"167.247.23.222\";a:1:{i:0;i:1732994191;}s:13:\"37.139.53.179\";a:1:{i:0;i:1732998223;}s:13:\"73.35.169.225\";a:1:{i:23;i:1733068970;}s:13:\"52.167.144.25\";a:1:{i:0;i:1733004434;}s:11:\"67.185.5.96\";a:1:{i:0;i:1733013283;}s:14:\"111.225.148.39\";a:1:{i:0;i:1733014318;}s:13:\"75.131.210.35\";a:1:{i:0;i:1733014465;}s:15:\"174.215.114.163\";a:1:{i:14;i:1733016819;}s:11:\"20.27.20.22\";a:1:{i:0;i:1733019271;}s:14:\"111.225.149.93\";a:1:{i:0;i:1733019441;}s:13:\"3.121.202.140\";a:1:{i:0;i:1733019882;}s:11:\"68.1.91.192\";a:1:{i:0;i:1733020946;}s:14:\"89.142.189.189\";a:1:{i:0;i:1733023990;}s:13:\"51.20.122.156\";a:1:{i:0;i:1733025740;}s:13:\"16.16.207.227\";a:1:{i:0;i:1733026901;}s:12:\"18.237.42.79\";a:1:{i:1;i:1733026928;}s:12:\"79.173.90.51\";a:1:{i:1;i:1733027558;}s:13:\"18.156.172.64\";a:1:{i:0;i:1733028129;}s:13:\"81.19.141.225\";a:1:{i:0;i:1733030692;}s:11:\"13.201.6.69\";a:1:{i:17;i:1733031263;}s:13:\"62.146.182.93\";a:1:{i:7;i:1733044152;}s:14:\"54.222.216.123\";a:1:{i:0;i:1733045684;}s:14:\"52.167.144.202\";a:1:{i:0;i:1733046658;}s:14:\"116.179.37.119\";a:1:{i:0;i:1733061797;}s:14:\"116.179.37.153\";a:1:{i:0;i:1733061799;}s:13:\"95.175.98.134\";a:1:{i:1;i:1733066811;}s:12:\"51.15.16.101\";a:1:{i:3;i:1733353742;}s:14:\"67.183.174.163\";a:1:{i:1;i:1733079787;}s:14:\"172.56.105.240\";a:1:{i:0;i:1733081437;}s:12:\"4.227.36.112\";a:1:{i:0;i:1733084599;}s:13:\"20.192.23.207\";a:1:{i:5;i:1734591523;}s:12:\"20.57.131.42\";a:2:{i:1;i:1733090301;i:2;i:1733090304;}s:12:\"52.66.216.22\";a:1:{i:0;i:1733093282;}s:13:\"13.201.240.88\";a:1:{i:0;i:1733093319;}s:14:\"178.46.126.207\";a:1:{i:0;i:1733096597;}s:14:\"52.167.144.199\";a:1:{i:0;i:1733097229;}s:15:\"110.249.202.119\";a:1:{i:0;i:1733100697;}s:14:\"67.160.105.232\";a:1:{i:20;i:1733107605;}s:11:\"57.141.0.19\";a:1:{i:0;i:1733109979;}s:12:\"50.125.52.93\";a:1:{i:1;i:1733117681;}s:14:\"125.122.15.101\";a:1:{i:0;i:1733127477;}s:12:\"51.222.253.3\";a:1:{i:0;i:1733129604;}s:14:\"51.195.231.123\";a:2:{i:0;i:1733130543;i:1;i:1733130547;}s:14:\"194.127.167.72\";a:1:{i:138;i:1733142775;}s:14:\"148.191.183.13\";a:1:{i:0;i:1733145737;}s:13:\"96.18.105.129\";a:1:{i:0;i:1733152517;}s:10:\"45.148.7.5\";a:2:{i:0;i:1733153018;i:1;i:1733153022;}s:13:\"172.94.84.241\";a:1:{i:1;i:1733157642;}s:11:\"9.141.21.64\";a:1:{i:3;i:1733160616;}s:14:\"213.248.112.36\";a:1:{i:1;i:1733162139;}s:14:\"103.45.247.217\";a:1:{i:1;i:1733250608;}s:13:\"80.239.199.99\";a:1:{i:1;i:1733165417;}s:13:\"154.38.168.64\";a:2:{i:45;i:1733211509;i:46;i:1733211512;}s:15:\"144.126.203.150\";a:1:{i:3;i:1733173576;}s:13:\"64.227.141.85\";a:1:{i:3;i:1733365108;}s:15:\"130.185.255.230\";a:1:{i:1;i:1733175915;}s:13:\"35.181.62.238\";a:1:{i:1;i:1733192489;}s:13:\"65.21.136.254\";a:1:{i:0;i:1733181879;}s:14:\"16.170.218.123\";a:1:{i:1;i:1733214109;}s:12:\"165.22.13.29\";a:2:{i:1;i:1733186024;i:2;i:1733186027;}s:14:\"110.249.201.71\";a:1:{i:0;i:1733187065;}s:13:\"54.226.162.88\";a:2:{i:22;i:1733282973;i:23;i:1733282976;}s:12:\"13.38.96.130\";a:1:{i:0;i:1733194525;}s:14:\"74.220.241.159\";a:1:{i:0;i:1733201280;}s:11:\"67.185.7.37\";a:1:{i:1;i:1733461728;}s:12:\"3.99.163.143\";a:2:{i:1;i:1733207218;i:2;i:1733207222;}s:13:\"74.225.149.41\";a:1:{i:1;i:1733210388;}s:14:\"109.205.213.18\";a:1:{i:4;i:1733347360;}s:14:\"23.146.184.102\";a:1:{i:2;i:1734574724;}s:15:\"146.255.188.111\";a:1:{i:0;i:1733249509;}s:13:\"35.154.36.113\";a:3:{i:21;i:1733356840;i:22;i:1733356842;i:23;i:1733356844;}s:15:\"107.173.235.213\";a:1:{i:0;i:1733272679;}s:15:\"107.173.200.254\";a:1:{i:0;i:1733272690;}s:14:\"110.249.201.57\";a:1:{i:0;i:1733273457;}s:12:\"142.250.32.8\";a:1:{i:0;i:1733274362;}s:15:\"146.190.155.226\";a:1:{i:0;i:1733278669;}s:12:\"51.68.11.215\";a:1:{i:0;i:1733282754;}s:12:\"31.11.36.126\";a:1:{i:0;i:1733282765;}s:13:\"104.248.64.11\";a:1:{i:0;i:1733282772;}s:12:\"4.227.36.122\";a:1:{i:0;i:1733282958;}s:13:\"73.140.154.55\";a:1:{i:0;i:1733285883;}s:13:\"159.65.152.53\";a:1:{i:2;i:1733296196;}s:13:\"35.199.43.213\";a:1:{i:0;i:1733302126;}s:14:\"167.172.150.10\";a:1:{i:7;i:1733358035;}s:13:\"66.249.81.199\";a:1:{i:1;i:1733395088;}s:13:\"50.34.181.195\";a:1:{i:4;i:1733324560;}s:11:\"20.232.7.20\";a:1:{i:16;i:1733392621;}s:14:\"172.56.104.130\";a:1:{i:1;i:1733330035;}s:14:\"172.56.105.186\";a:1:{i:1;i:1733330585;}s:13:\"66.249.88.160\";a:1:{i:0;i:1733339350;}s:14:\"52.172.146.222\";a:1:{i:1;i:1733341876;}s:13:\"88.198.55.145\";a:1:{i:21;i:1733434276;}s:13:\"172.56.14.240\";a:2:{i:0;i:1733343311;i:1;i:1733343311;}s:14:\"63.236.153.214\";a:1:{i:0;i:1733347497;}s:14:\"110.249.201.83\";a:1:{i:0;i:1733359910;}s:14:\"188.245.164.31\";a:1:{i:0;i:1733373478;}s:13:\"141.98.10.120\";a:1:{i:2;i:1733374937;}s:13:\"5.252.162.219\";a:1:{i:10;i:1734735090;}s:13:\"149.137.247.4\";a:1:{i:1;i:1733387809;}s:12:\"13.56.138.30\";a:2:{i:6;i:1733402735;i:7;i:1733402738;}s:11:\"4.227.36.73\";a:1:{i:0;i:1733404139;}s:14:\"34.124.141.250\";a:1:{i:0;i:1733405026;}s:13:\"45.153.239.33\";a:3:{i:0;i:1733419572;i:1;i:1733419574;i:2;i:1733419574;}s:13:\"174.203.38.54\";a:2:{i:2;i:1733431641;i:3;i:1733431641;}s:15:\"169.204.230.194\";a:1:{i:1;i:1733436160;}s:15:\"104.194.132.191\";a:1:{i:2;i:1733436181;}s:13:\"172.56.107.43\";a:1:{i:8;i:1733440009;}s:15:\"110.249.201.110\";a:1:{i:0;i:1733446367;}s:11:\"57.141.0.27\";a:1:{i:0;i:1733463019;}s:14:\"87.120.127.163\";a:1:{i:60;i:1734482666;}s:14:\"54.222.218.124\";a:1:{i:0;i:1733487936;}s:13:\"85.215.125.30\";a:1:{i:9;i:1733493816;}s:11:\"54.38.85.17\";a:1:{i:25;i:1733500225;}s:12:\"45.134.26.51\";a:2:{i:11;i:1733899924;i:12;i:1733899925;}s:12:\"157.55.39.49\";a:1:{i:0;i:1733505159;}s:13:\"54.175.125.13\";a:2:{i:1;i:1733507293;i:2;i:1733507294;}s:14:\"154.54.249.206\";a:1:{i:0;i:1733508281;}s:12:\"194.38.23.18\";a:1:{i:6;i:1734333151;}s:12:\"66.249.68.65\";a:1:{i:0;i:1733510126;}s:13:\"87.120.114.55\";a:1:{i:0;i:1733512174;}s:15:\"174.224.204.133\";a:4:{i:0;i:1733514219;i:1;i:1733514220;i:2;i:1733514220;i:3;i:1733514222;}s:11:\"1.81.235.64\";a:1:{i:0;i:1733521189;}s:10:\"69.7.51.19\";a:1:{i:1;i:1733524053;}s:14:\"111.225.149.66\";a:1:{i:0;i:1733532724;}s:13:\"68.183.84.198\";a:1:{i:3;i:1734649192;}s:13:\"140.228.21.19\";a:1:{i:1;i:1733535296;}s:13:\"45.61.185.245\";a:1:{i:3;i:1733688868;}s:13:\"3.218.207.138\";a:2:{i:22;i:1733631205;i:23;i:1733631208;}s:13:\"31.13.224.186\";a:5:{i:5;i:1733547108;i:6;i:1733547108;i:7;i:1733547108;i:8;i:1733547109;i:9;i:1733547111;}s:14:\"41.134.106.237\";a:1:{i:0;i:1733547234;}s:13:\"94.23.207.193\";a:1:{i:0;i:1733550590;}s:14:\"154.216.20.220\";a:2:{i:20;i:1733847921;i:21;i:1733847925;}s:13:\"47.128.45.230\";a:1:{i:0;i:1733566061;}s:14:\"194.213.127.95\";a:1:{i:6;i:1733570250;}s:14:\"54.222.156.253\";a:1:{i:0;i:1733580138;}s:13:\"47.128.45.128\";a:1:{i:0;i:1733580978;}s:13:\"141.98.10.154\";a:1:{i:61;i:1733604933;}s:15:\"192.253.253.249\";a:1:{i:1;i:1733606080;}s:15:\"111.225.149.244\";a:1:{i:0;i:1733619096;}s:15:\"174.231.128.249\";a:1:{i:0;i:1733622577;}s:13:\"156.146.57.45\";a:1:{i:30;i:1733623519;}s:11:\"4.227.36.92\";a:2:{i:1;i:1733623554;i:2;i:1733623556;}s:11:\"4.227.36.18\";a:2:{i:2;i:1733625445;i:3;i:1733625448;}s:11:\"4.227.36.43\";a:2:{i:1;i:1733629378;i:2;i:1733629381;}s:15:\"172.111.181.249\";a:1:{i:3;i:1734123546;}s:14:\"103.24.219.120\";a:1:{i:0;i:1733631502;}s:13:\"103.24.219.86\";a:1:{i:0;i:1733632854;}s:11:\"57.141.0.18\";a:1:{i:0;i:1733662034;}s:12:\"50.54.217.59\";a:1:{i:0;i:1733674595;}s:13:\"174.204.64.85\";a:1:{i:4;i:1733682330;}s:12:\"38.54.105.93\";a:1:{i:0;i:1733688249;}s:14:\"93.123.109.196\";a:1:{i:4;i:1733689826;}s:12:\"51.8.174.125\";a:1:{i:2;i:1734298790;}s:13:\"45.148.10.236\";a:1:{i:3;i:1734540280;}s:14:\"110.249.202.42\";a:1:{i:0;i:1733705490;}s:14:\"47.128.111.249\";a:1:{i:0;i:1733706759;}s:15:\"172.174.112.102\";a:1:{i:0;i:1733714390;}s:13:\"94.103.125.99\";a:2:{i:54;i:1733717733;i:55;i:1733717737;}s:12:\"47.6.250.224\";a:1:{i:0;i:1733718512;}s:14:\"103.46.140.241\";a:1:{i:1;i:1733721421;}s:13:\"47.128.56.160\";a:1:{i:0;i:1733723840;}s:14:\"178.215.224.35\";a:1:{i:10;i:1734368394;}s:15:\"172.111.183.241\";a:2:{i:0;i:1733733913;i:1;i:1733733917;}s:14:\"89.187.160.146\";a:1:{i:1;i:1733735348;}s:14:\"103.109.103.61\";a:1:{i:1;i:1733741365;}s:13:\"89.187.164.96\";a:2:{i:0;i:1733741739;i:1;i:1733741742;}s:13:\"149.40.52.227\";a:1:{i:1;i:1733742935;}s:13:\"45.134.213.38\";a:1:{i:3;i:1733996827;}s:13:\"47.128.47.251\";a:1:{i:0;i:1733744754;}s:15:\"104.234.120.191\";a:1:{i:3;i:1733749662;}s:13:\"85.239.57.154\";a:1:{i:3;i:1733754478;}s:13:\"193.56.20.245\";a:1:{i:3;i:1733755247;}s:14:\"47.128.111.141\";a:1:{i:0;i:1733757960;}s:12:\"98.97.44.187\";a:1:{i:0;i:1733758784;}s:15:\"185.117.225.230\";a:1:{i:1;i:1733769022;}s:12:\"66.249.69.96\";a:1:{i:0;i:1733769231;}s:14:\"164.92.125.142\";a:1:{i:0;i:1733774625;}s:14:\"52.167.144.169\";a:1:{i:0;i:1733778258;}s:12:\"84.239.16.33\";a:1:{i:0;i:1733778873;}s:11:\"23.96.49.32\";a:1:{i:1;i:1733783900;}s:14:\"95.179.214.137\";a:1:{i:0;i:1733783930;}s:14:\"174.224.196.28\";a:1:{i:0;i:1733788086;}s:14:\"110.249.202.86\";a:1:{i:0;i:1733791911;}s:12:\"45.56.215.77\";a:6:{i:0;i:1733793196;i:1;i:1733793197;i:2;i:1733793197;i:3;i:1733793199;i:4;i:1733793199;i:5;i:1733793200;}s:11:\"4.227.36.95\";a:1:{i:0;i:1733796115;}s:15:\"143.110.180.184\";a:1:{i:1;i:1733800753;}s:13:\"107.189.6.174\";a:2:{i:0;i:1733802725;i:1;i:1733802728;}s:15:\"151.115.240.224\";a:1:{i:0;i:1733813430;}s:12:\"35.88.20.159\";a:1:{i:0;i:1733820321;}s:13:\"89.40.181.202\";a:1:{i:3;i:1734286737;}s:14:\"94.232.247.194\";a:1:{i:0;i:1733833144;}s:13:\"45.61.133.175\";a:1:{i:2;i:1733838373;}s:14:\"154.16.105.164\";a:1:{i:0;i:1733841020;}s:14:\"172.56.108.246\";a:1:{i:8;i:1733854108;}s:14:\"76.147.146.213\";a:1:{i:2;i:1733855653;}s:12:\"85.31.47.161\";a:1:{i:16;i:1733856589;}s:13:\"3.133.101.143\";a:2:{i:14;i:1733894449;i:15;i:1733894453;}s:11:\"18.156.35.7\";a:1:{i:1;i:1733916621;}s:13:\"103.102.230.8\";a:2:{i:1;i:1733884700;i:2;i:1733884702;}s:12:\"111.36.6.229\";a:1:{i:0;i:1733876596;}s:13:\"58.47.152.247\";a:1:{i:0;i:1733876608;}s:13:\"39.128.219.42\";a:1:{i:0;i:1733876624;}s:13:\"27.15.181.250\";a:1:{i:0;i:1733876647;}s:14:\"183.136.46.116\";a:1:{i:0;i:1733876658;}s:12:\"120.85.9.147\";a:1:{i:0;i:1733876660;}s:12:\"39.162.89.18\";a:1:{i:0;i:1733876687;}s:12:\"27.27.199.29\";a:1:{i:0;i:1733876691;}s:12:\"3.20.226.179\";a:3:{i:21;i:1733974399;i:22;i:1733974401;i:23;i:1733974403;}s:13:\"47.128.34.177\";a:1:{i:0;i:1733882899;}s:12:\"47.128.56.73\";a:1:{i:0;i:1733883136;}s:14:\"47.128.121.179\";a:1:{i:0;i:1733883377;}s:13:\"47.128.18.196\";a:1:{i:0;i:1733883618;}s:13:\"47.128.59.119\";a:1:{i:0;i:1733883858;}s:13:\"47.128.18.249\";a:1:{i:0;i:1733884097;}s:13:\"47.128.59.149\";a:1:{i:0;i:1733884338;}s:13:\"47.128.22.235\";a:1:{i:0;i:1733893944;}s:13:\"47.128.60.102\";a:1:{i:0;i:1733897451;}s:12:\"45.61.186.58\";a:1:{i:1;i:1733899703;}s:12:\"47.128.39.43\";a:1:{i:0;i:1733901415;}s:14:\"158.69.164.183\";a:3:{i:1;i:1733902852;i:2;i:1733902854;i:3;i:1733902856;}s:14:\"158.69.164.188\";a:1:{i:0;i:1733902883;}s:14:\"216.158.237.93\";a:1:{i:0;i:1733909663;}s:13:\"51.77.247.117\";a:1:{i:0;i:1733909668;}s:13:\"54.223.123.52\";a:1:{i:0;i:1733909977;}s:13:\"35.195.28.252\";a:1:{i:0;i:1733914424;}s:14:\"47.128.122.138\";a:1:{i:0;i:1733917450;}s:12:\"47.128.51.64\";a:1:{i:0;i:1733919244;}s:12:\"52.80.16.235\";a:1:{i:0;i:1733923821;}s:14:\"34.145.197.248\";a:1:{i:0;i:1733923861;}s:12:\"45.138.16.85\";a:2:{i:12;i:1734669559;i:13;i:1734669562;}s:13:\"47.128.44.246\";a:1:{i:0;i:1733929893;}s:14:\"172.224.243.13\";a:1:{i:0;i:1733931298;}s:13:\"139.59.79.226\";a:1:{i:3;i:1734181391;}s:14:\"222.95.177.106\";a:1:{i:0;i:1733936482;}s:15:\"219.156.138.214\";a:1:{i:0;i:1733936491;}s:14:\"223.101.139.77\";a:1:{i:0;i:1733936506;}s:12:\"42.234.6.154\";a:1:{i:0;i:1733936573;}s:13:\"112.38.104.72\";a:1:{i:0;i:1733936589;}s:11:\"223.91.81.0\";a:1:{i:0;i:1733936635;}s:10:\"52.13.0.40\";a:1:{i:25;i:1734070166;}s:14:\"173.10.100.142\";a:1:{i:0;i:1733947202;}s:13:\"45.32.149.125\";a:1:{i:0;i:1733958853;}s:14:\"172.56.104.103\";a:2:{i:4;i:1733970504;i:5;i:1733970504;}s:12:\"47.128.47.73\";a:1:{i:0;i:1733967395;}s:14:\"114.67.221.236\";a:1:{i:0;i:1733974097;}s:13:\"47.128.62.226\";a:1:{i:0;i:1733974741;}s:14:\"111.227.19.165\";a:1:{i:0;i:1733975712;}s:12:\"111.19.25.19\";a:1:{i:0;i:1733977874;}s:11:\"144.7.62.80\";a:1:{i:0;i:1733982978;}s:10:\"112.9.6.70\";a:1:{i:0;i:1733983029;}s:14:\"183.134.59.130\";a:1:{i:0;i:1733990321;}s:13:\"140.245.46.21\";a:1:{i:31;i:1734105199;}s:12:\"36.142.75.74\";a:1:{i:0;i:1733996300;}s:13:\"111.52.94.121\";a:1:{i:0;i:1733996964;}s:11:\"52.80.74.39\";a:1:{i:0;i:1733998203;}s:14:\"119.179.177.57\";a:1:{i:0;i:1733998868;}s:11:\"38.150.24.5\";a:1:{i:0;i:1733999996;}s:14:\"111.225.149.24\";a:1:{i:0;i:1734008166;}s:14:\"116.11.167.122\";a:1:{i:0;i:1734013294;}s:15:\"139.227.251.139\";a:1:{i:0;i:1734013298;}s:14:\"221.198.65.105\";a:1:{i:0;i:1734013299;}s:12:\"36.4.208.154\";a:1:{i:0;i:1734013299;}s:14:\"111.122.33.154\";a:1:{i:0;i:1734013418;}s:14:\"120.227.76.232\";a:1:{i:0;i:1734013419;}s:13:\"115.206.32.19\";a:1:{i:0;i:1734013422;}s:15:\"120.208.171.167\";a:1:{i:0;i:1734013422;}s:14:\"34.150.138.117\";a:1:{i:0;i:1734013974;}s:13:\"3.120.189.113\";a:1:{i:0;i:1734015675;}s:10:\"64.31.4.85\";a:1:{i:0;i:1734018131;}s:11:\"3.72.61.169\";a:1:{i:32;i:1734146566;}s:12:\"3.129.44.184\";a:3:{i:21;i:1734127400;i:22;i:1734127402;i:23;i:1734127403;}s:15:\"172.111.175.241\";a:1:{i:1;i:1734043547;}s:13:\"167.99.90.239\";a:1:{i:0;i:1734045731;}s:13:\"66.220.149.43\";a:1:{i:1;i:1734046680;}s:14:\"45.156.128.118\";a:1:{i:3;i:1734055125;}s:14:\"45.156.128.119\";a:1:{i:0;i:1734055016;}s:14:\"45.156.128.117\";a:1:{i:4;i:1734055138;}s:14:\"45.156.128.116\";a:1:{i:3;i:1734055147;}s:13:\"84.239.31.148\";a:1:{i:0;i:1734055236;}s:13:\"211.97.109.62\";a:1:{i:0;i:1734059066;}s:13:\"47.128.48.159\";a:1:{i:0;i:1734061840;}s:15:\"206.123.130.241\";a:1:{i:1;i:1734061965;}s:12:\"149.40.70.62\";a:1:{i:0;i:1734063362;}s:14:\"209.58.204.221\";a:1:{i:0;i:1734069190;}s:15:\"183.209.189.234\";a:1:{i:0;i:1734071085;}s:13:\"116.179.33.12\";a:1:{i:0;i:1734076818;}s:13:\"111.48.77.132\";a:1:{i:0;i:1734076870;}s:14:\"180.142.240.49\";a:1:{i:0;i:1734076929;}s:14:\"74.225.159.202\";a:1:{i:3;i:1734612493;}s:14:\"221.234.99.101\";a:1:{i:0;i:1734079700;}s:13:\"223.89.13.225\";a:1:{i:0;i:1734079764;}s:14:\"183.198.33.154\";a:1:{i:0;i:1734081834;}s:10:\"36.158.5.3\";a:1:{i:0;i:1734081878;}s:15:\"183.228.229.247\";a:1:{i:0;i:1734085728;}s:13:\"117.162.128.3\";a:1:{i:0;i:1734085833;}s:14:\"94.228.162.228\";a:1:{i:1;i:1734303643;}s:13:\"87.120.127.64\";a:1:{i:9;i:1734182661;}s:15:\"172.111.197.249\";a:1:{i:1;i:1734089270;}s:12:\"34.34.97.181\";a:1:{i:0;i:1734089789;}s:14:\"116.253.206.67\";a:1:{i:0;i:1734093861;}s:13:\"110.249.202.5\";a:1:{i:0;i:1734094417;}s:12:\"103.3.80.166\";a:2:{i:7;i:1734094586;i:8;i:1734094586;}s:14:\"154.202.131.19\";a:1:{i:4;i:1734738662;}s:14:\"154.91.152.216\";a:1:{i:2;i:1734156645;}s:13:\"149.50.211.73\";a:1:{i:1;i:1734097349;}s:14:\"45.205.138.139\";a:1:{i:1;i:1734112226;}s:15:\"154.202.129.173\";a:1:{i:3;i:1734156642;}s:14:\"172.245.62.102\";a:1:{i:0;i:1734097914;}s:13:\"47.128.28.161\";a:1:{i:0;i:1734104608;}s:13:\"71.131.220.21\";a:1:{i:0;i:1734110437;}s:12:\"71.132.27.28\";a:1:{i:0;i:1734111737;}s:14:\"154.91.152.242\";a:1:{i:2;i:1734156201;}s:13:\"116.179.33.15\";a:1:{i:0;i:1734115083;}s:11:\"3.136.83.16\";a:2:{i:23;i:1734208971;i:24;i:1734208975;}s:13:\"182.134.7.156\";a:1:{i:0;i:1734121976;}s:10:\"3.79.39.31\";a:3:{i:13;i:1734177355;i:14;i:1734177356;i:15;i:1734177358;}s:12:\"197.43.148.8\";a:1:{i:1;i:1734133370;}s:14:\"182.117.57.202\";a:1:{i:0;i:1734134148;}s:13:\"183.217.86.23\";a:1:{i:0;i:1734134149;}s:14:\"106.85.245.141\";a:1:{i:0;i:1734134151;}s:13:\"111.49.147.87\";a:1:{i:0;i:1734134242;}s:11:\"58.38.28.15\";a:1:{i:0;i:1734134255;}s:14:\"223.96.221.182\";a:1:{i:0;i:1734134331;}s:13:\"35.187.32.235\";a:1:{i:0;i:1734136008;}s:11:\"45.94.31.35\";a:1:{i:1;i:1734482661;}s:12:\"34.74.90.177\";a:1:{i:0;i:1734141592;}s:11:\"18.97.9.172\";a:1:{i:1;i:1734153719;}s:14:\"104.131.87.186\";a:1:{i:1;i:1734152512;}s:15:\"117.177.206.167\";a:1:{i:0;i:1734153303;}s:13:\"125.34.82.150\";a:1:{i:0;i:1734153304;}s:15:\"183.199.101.157\";a:1:{i:0;i:1734153372;}s:13:\"117.139.38.68\";a:1:{i:0;i:1734153378;}s:13:\"1.198.142.167\";a:1:{i:0;i:1734153381;}s:13:\"34.41.148.102\";a:2:{i:0;i:1734153515;i:1;i:1734153517;}s:14:\"52.167.144.159\";a:1:{i:0;i:1734154083;}s:14:\"111.231.206.52\";a:1:{i:14;i:1734155272;}s:15:\"159.223.239.177\";a:1:{i:0;i:1734167141;}s:13:\"128.199.21.27\";a:1:{i:1;i:1734171454;}s:15:\"110.249.201.141\";a:1:{i:0;i:1734181005;}s:12:\"13.39.14.192\";a:2:{i:6;i:1734181696;i:7;i:1734181699;}s:14:\"117.163.249.41\";a:1:{i:0;i:1734184470;}s:11:\"223.89.2.91\";a:1:{i:0;i:1734184500;}s:14:\"175.167.31.187\";a:1:{i:0;i:1734184511;}s:14:\"34.132.210.204\";a:2:{i:0;i:1734190213;i:1;i:1734190215;}s:14:\"100.25.120.246\";a:1:{i:0;i:1734193609;}s:14:\"38.128.233.111\";a:1:{i:1;i:1734305819;}s:13:\"16.170.207.69\";a:2:{i:6;i:1734478661;i:7;i:1734478665;}s:14:\"107.116.255.11\";a:5:{i:21;i:1734205205;i:22;i:1734205205;i:23;i:1734205205;i:24;i:1734205205;i:25;i:1734205207;}s:12:\"46.137.67.51\";a:1:{i:9;i:1734209598;}s:13:\"13.36.209.172\";a:2:{i:0;i:1734209802;i:1;i:1734209804;}s:14:\"172.56.107.255\";a:1:{i:0;i:1734213380;}s:12:\"13.53.192.24\";a:1:{i:53;i:1734214222;}s:14:\"111.85.111.236\";a:1:{i:0;i:1734214920;}s:15:\"223.150.224.180\";a:1:{i:0;i:1734215304;}s:11:\"45.9.249.58\";a:1:{i:1;i:1734218784;}s:12:\"34.41.63.187\";a:2:{i:0;i:1734219098;i:1;i:1734219099;}s:12:\"24.18.173.91\";a:1:{i:0;i:1734221606;}s:13:\"47.128.20.209\";a:1:{i:0;i:1734223713;}s:13:\"47.128.55.114\";a:1:{i:0;i:1734224194;}s:15:\"117.174.174.188\";a:1:{i:0;i:1734228412;}s:14:\"35.237.213.226\";a:1:{i:0;i:1734228476;}s:14:\"135.181.82.112\";a:1:{i:64;i:1734234277;}s:14:\"110.52.131.169\";a:1:{i:0;i:1734233346;}s:12:\"98.97.37.152\";a:1:{i:0;i:1734234089;}s:15:\"223.102.249.185\";a:1:{i:0;i:1734234410;}s:13:\"47.128.19.199\";a:1:{i:0;i:1734234905;}s:14:\"111.41.151.228\";a:1:{i:0;i:1734235734;}s:13:\"82.102.30.130\";a:2:{i:0;i:1734257370;i:1;i:1734257374;}s:14:\"110.249.201.60\";a:1:{i:0;i:1734267411;}s:13:\"146.70.230.84\";a:1:{i:0;i:1734269554;}s:13:\"111.23.165.54\";a:1:{i:0;i:1734271374;}s:12:\"223.74.42.90\";a:1:{i:0;i:1734271374;}s:11:\"101.81.68.6\";a:1:{i:0;i:1734271376;}s:14:\"183.161.88.125\";a:1:{i:0;i:1734271377;}s:15:\"223.150.211.128\";a:1:{i:0;i:1734271378;}s:15:\"175.148.177.179\";a:1:{i:0;i:1734271378;}s:14:\"120.229.61.190\";a:1:{i:0;i:1734271384;}s:11:\"58.19.89.86\";a:1:{i:0;i:1734271424;}s:14:\"181.214.173.89\";a:1:{i:0;i:1734278419;}s:12:\"196.64.84.67\";a:1:{i:3;i:1734278442;}s:13:\"51.222.253.16\";a:1:{i:0;i:1734278651;}s:13:\"41.76.138.253\";a:1:{i:0;i:1734279236;}s:13:\"52.81.131.175\";a:1:{i:0;i:1734281573;}s:13:\"192.99.201.51\";a:1:{i:0;i:1734286371;}s:14:\"174.227.56.234\";a:1:{i:0;i:1734289064;}s:13:\"3.215.221.125\";a:1:{i:0;i:1734291234;}s:13:\"35.180.12.153\";a:1:{i:7;i:1734306934;}s:12:\"74.197.14.42\";a:3:{i:0;i:1734307324;i:1;i:1734307324;i:2;i:1734307326;}s:12:\"47.128.97.77\";a:1:{i:0;i:1734312606;}s:12:\"52.80.232.25\";a:1:{i:0;i:1734312813;}s:14:\"74.208.112.237\";a:1:{i:0;i:1734314061;}s:13:\"50.67.132.136\";a:1:{i:1;i:1734315966;}s:14:\"195.110.38.244\";a:1:{i:4;i:1734318740;}s:13:\"82.165.193.28\";a:1:{i:0;i:1734322208;}s:14:\"157.90.177.169\";a:1:{i:10;i:1734322463;}s:15:\"104.205.146.163\";a:1:{i:7;i:1734324277;}s:14:\"111.14.113.237\";a:1:{i:0;i:1734335902;}s:14:\"47.128.122.163\";a:1:{i:0;i:1734337472;}s:13:\"116.213.38.74\";a:1:{i:1;i:1734340548;}s:11:\"45.8.19.149\";a:2:{i:31;i:1734340399;i:32;i:1734340401;}s:11:\"45.8.19.151\";a:3:{i:3;i:1734340412;i:4;i:1734340414;i:5;i:1734340416;}s:11:\"45.8.19.160\";a:3:{i:101;i:1734340670;i:102;i:1734340672;i:103;i:1734340674;}s:14:\"116.213.38.242\";a:1:{i:1;i:1734341388;}s:14:\"103.194.185.58\";a:1:{i:1;i:1734342012;}s:11:\"139.5.200.2\";a:1:{i:0;i:1734343026;}s:12:\"13.37.42.178\";a:1:{i:40;i:1734347440;}s:14:\"157.157.221.29\";a:1:{i:1;i:1734347392;}s:14:\"167.71.224.130\";a:1:{i:1;i:1734352250;}s:15:\"111.225.148.220\";a:1:{i:0;i:1734354002;}s:10:\"57.141.5.8\";a:1:{i:0;i:1734355286;}s:13:\"45.125.66.223\";a:1:{i:0;i:1734358924;}s:14:\"119.42.147.194\";a:1:{i:1;i:1734367389;}s:15:\"174.215.113.243\";a:1:{i:0;i:1734368063;}s:15:\"173.236.248.144\";a:1:{i:0;i:1734369607;}s:14:\"47.128.110.109\";a:1:{i:0;i:1734370366;}s:14:\"54.184.199.209\";a:1:{i:0;i:1734370495;}s:13:\"66.249.88.199\";a:1:{i:0;i:1734374924;}s:13:\"96.239.70.193\";a:3:{i:6;i:1734374953;i:7;i:1734374953;i:8;i:1734374954;}s:11:\"3.17.144.96\";a:2:{i:38;i:1734496521;i:39;i:1734496525;}s:11:\"4.227.36.76\";a:2:{i:16;i:1734378829;i:17;i:1734378833;}s:14:\"149.202.86.139\";a:1:{i:0;i:1734378864;}s:13:\"50.118.248.61\";a:1:{i:2;i:1734379584;}s:13:\"47.128.28.103\";a:1:{i:0;i:1734381450;}s:10:\"52.2.4.213\";a:1:{i:0;i:1734383532;}s:14:\"47.128.118.186\";a:1:{i:0;i:1734385346;}s:14:\"34.150.221.192\";a:1:{i:0;i:1734386718;}s:13:\"3.145.193.151\";a:3:{i:13;i:1734432325;i:14;i:1734432326;i:15;i:1734432329;}s:12:\"47.128.60.22\";a:1:{i:0;i:1734391796;}s:12:\"135.84.11.73\";a:1:{i:1;i:1734401129;}s:13:\"47.128.26.224\";a:1:{i:0;i:1734400746;}s:13:\"47.128.46.179\";a:1:{i:0;i:1734404603;}s:12:\"157.55.39.48\";a:1:{i:1;i:1734406904;}s:13:\"143.244.44.87\";a:1:{i:3;i:1734409465;}s:14:\"52.167.144.150\";a:1:{i:0;i:1734410717;}s:14:\"47.128.118.130\";a:1:{i:0;i:1734411875;}s:13:\"47.128.56.105\";a:1:{i:0;i:1734416782;}s:12:\"47.128.55.73\";a:1:{i:0;i:1734428015;}s:11:\"84.239.16.8\";a:1:{i:0;i:1734430479;}s:14:\"159.65.162.100\";a:1:{i:1;i:1734438921;}s:13:\"47.128.19.233\";a:1:{i:0;i:1734439208;}s:13:\"47.128.59.145\";a:1:{i:0;i:1734444404;}s:13:\"47.128.97.155\";a:1:{i:0;i:1734447944;}s:14:\"75.119.208.188\";a:1:{i:0;i:1734452430;}s:10:\"76.36.69.8\";a:3:{i:1;i:1734455382;i:2;i:1734455384;i:3;i:1734455385;}s:12:\"172.86.97.34\";a:1:{i:2;i:1734477604;}s:12:\"160.2.62.233\";a:1:{i:0;i:1734483157;}s:11:\"3.16.136.43\";a:3:{i:21;i:1734572617;i:22;i:1734572618;i:23;i:1734572620;}s:13:\"146.190.251.4\";a:1:{i:1;i:1734486782;}s:11:\"192.99.9.92\";a:1:{i:0;i:1734490449;}s:12:\"13.60.26.165\";a:1:{i:0;i:1734500299;}s:15:\"111.225.149.165\";a:1:{i:0;i:1734507947;}s:14:\"185.49.126.237\";a:1:{i:3;i:1734601057;}s:12:\"4.227.36.115\";a:1:{i:25;i:1734532938;}s:14:\"114.119.135.42\";a:1:{i:0;i:1734533634;}s:12:\"47.128.52.21\";a:1:{i:0;i:1734535532;}s:13:\"47.128.54.148\";a:1:{i:0;i:1734536011;}s:14:\"100.42.186.118\";a:1:{i:0;i:1734554383;}s:14:\"18.191.190.131\";a:1:{i:47;i:1734718682;}s:10:\"57.141.5.3\";a:1:{i:0;i:1734560991;}s:12:\"4.213.98.139\";a:1:{i:15;i:1734781024;}s:13:\"18.188.122.56\";a:3:{i:5;i:1734568897;i:6;i:1734568899;i:7;i:1734568900;}s:13:\"72.12.226.121\";a:1:{i:1;i:1734578668;}s:13:\"47.128.17.227\";a:1:{i:0;i:1734577817;}s:11:\"47.128.32.5\";a:1:{i:0;i:1734578055;}s:11:\"47.128.50.3\";a:1:{i:0;i:1734578534;}s:13:\"47.128.49.235\";a:1:{i:0;i:1734578774;}s:12:\"71.63.235.67\";a:1:{i:6;i:1734580288;}s:14:\"52.172.152.229\";a:1:{i:1;i:1734585216;}s:15:\"169.150.220.146\";a:1:{i:23;i:1734592741;}s:15:\"110.249.202.168\";a:1:{i:0;i:1734594274;}s:13:\"218.67.82.132\";a:1:{i:0;i:1734612514;}s:12:\"47.128.33.79\";a:1:{i:0;i:1734621399;}s:13:\"87.251.77.180\";a:1:{i:0;i:1734624211;}s:12:\"68.84.83.145\";a:1:{i:1;i:1734631825;}s:14:\"172.56.104.247\";a:1:{i:11;i:1734634926;}s:13:\"12.75.116.102\";a:1:{i:0;i:1734637446;}s:13:\"45.156.131.29\";a:1:{i:5;i:1734638728;}s:13:\"45.156.131.28\";a:1:{i:3;i:1734638741;}s:13:\"45.156.131.30\";a:1:{i:1;i:1734638610;}s:13:\"45.156.131.27\";a:1:{i:0;i:1734638689;}s:15:\"174.224.205.225\";a:1:{i:0;i:1734642779;}s:15:\"104.234.180.208\";a:1:{i:7;i:1734643584;}s:13:\"52.15.154.222\";a:2:{i:24;i:1734739667;i:25;i:1734739671;}s:11:\"3.12.85.172\";a:3:{i:13;i:1734700092;i:14;i:1734700094;i:15;i:1734700096;}s:12:\"45.61.162.30\";a:1:{i:1;i:1734671620;}s:12:\"24.17.217.96\";a:1:{i:0;i:1734665275;}s:13:\"31.56.240.153\";a:1:{i:1;i:1734672509;}s:13:\"87.121.86.231\";a:1:{i:0;i:1734675744;}s:13:\"34.31.141.222\";a:1:{i:0;i:1734677406;}s:14:\"87.120.126.100\";a:1:{i:0;i:1734680151;}s:15:\"110.249.201.150\";a:1:{i:0;i:1734680935;}s:14:\"16.171.182.122\";a:2:{i:2;i:1734684819;i:3;i:1734684823;}s:13:\"109.237.99.63\";a:1:{i:0;i:1734685261;}s:15:\"109.205.213.230\";a:1:{i:0;i:1734693005;}s:13:\"47.128.20.189\";a:1:{i:0;i:1734693836;}s:14:\"103.110.183.26\";a:1:{i:0;i:1734702056;}s:13:\"47.128.22.122\";a:1:{i:0;i:1734708085;}s:13:\"166.51.151.27\";a:1:{i:0;i:1734712949;}s:14:\"34.221.129.100\";a:1:{i:0;i:1734713558;}s:12:\"35.239.46.44\";a:1:{i:0;i:1734719861;}s:13:\"174.198.9.226\";a:2:{i:0;i:1734724549;i:1;i:1734724550;}s:11:\"57.141.0.12\";a:1:{i:0;i:1734732104;}s:13:\"57.129.20.102\";a:1:{i:1;i:1734733773;}s:13:\"173.47.241.64\";a:1:{i:0;i:1734738174;}s:14:\"217.160.101.22\";a:1:{i:2;i:1734740375;}s:14:\"173.231.218.25\";a:1:{i:0;i:1734765867;}s:14:\"110.249.202.68\";a:1:{i:0;i:1734767098;}s:14:\"64.233.173.101\";a:1:{i:0;i:1734782760;}s:14:\"64.233.173.100\";a:1:{i:1;i:1734787429;}s:10:\"45.64.99.3\";a:1:{i:4;i:1734793140;}s:13:\"104.200.77.10\";a:1:{i:0;i:1734788480;}s:14:\"104.200.77.198\";a:1:{i:0;i:1734788485;}s:14:\"104.200.77.102\";a:2:{i:0;i:1734788713;i:1;i:1734788717;}s:15:\"122.154.118.189\";a:1:{i:2;i:1734790542;}s:13:\"104.200.77.13\";a:2:{i:0;i:1734792701;i:1;i:1734792705;}s:13:\"104.200.77.46\";a:2:{i:0;i:1734793082;i:1;i:1734793086;}s:13:\"104.200.77.74\";a:2:{i:0;i:1734793147;i:1;i:1734793151;}}','off'),(2677478,'burst_ran_test','1734257483','auto'),(2677479,'burst_last_cron_hit','1734318740','off'),(2718803,'rsssl_encryption_keys_set','1','off'),(2718812,'rsssl_upgrade_le_key','1','off'),(2725807,'burst_new_email_reporting_dismissed','1','off'),(2744307,'analyst_cache','s:78:\"a:1:{s:43:\"account_email_confirmation_ao6grd4ed38kyeqz\";s:13:\"66e76c5ca047e\";}\";','auto'),(2744309,'show_new_notification','no','auto'),(2744310,'show_premium_cumulative_count_notification','yes','auto'),(2744311,'sfsi_custom_icons','no','auto'),(2744312,'sfsi_section1_options','s:842:\"a:23:{s:16:\"sfsi_rss_display\";s:2:\"no\";s:18:\"sfsi_email_display\";s:2:\"no\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:2:\"no\";s:20:\"sfsi_youtube_display\";s:3:\"yes\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:21:\"sfsi_telegram_display\";s:2:\"no\";s:15:\"sfsi_vk_display\";s:2:\"no\";s:15:\"sfsi_ok_display\";s:2:\"no\";s:19:\"sfsi_wechat_display\";s:2:\"no\";s:18:\"sfsi_weibo_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:2:\"no\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:16:\"sfsi_ria_display\";s:2:\"no\";s:17:\"sfsi_inha_display\";s:2:\"no\";s:17:\"sfsi_custom_files\";s:0:\"\";s:21:\"sfsi_whatsapp_display\";s:2:\"no\";s:21:\"sfsi_snapchat_display\";s:2:\"no\";s:24:\"sfsi_fbmessenger_display\";s:2:\"no\";s:19:\"sfsi_reddit_display\";s:2:\"no\";s:19:\"sfsi_tiktok_display\";s:2:\"no\";s:21:\"sfsi_copylink_display\";s:2:\"no\";s:21:\"sfsi_mastodon_display\";s:2:\"no\";}\";','auto'),(2744313,'sfsi_section2_options','s:2607:\"a:61:{s:12:\"sfsi_rss_url\";s:0:\"\";s:17:\"sfsi_rss_blogName\";s:0:\"\";s:18:\"sfsi_rss_blogEmail\";s:0:\"\";s:14:\"sfsi_rss_icons\";s:0:\"\";s:14:\"sfsi_email_url\";s:273:\"https://api.follow.it/widgets/icon/a3V1VWJwQkNnT3djK29jc2V2KzczOEVXOXN4bHhRMEdMTnUvcWplNlNhRDVkVmM3ajBhRUhSV1grSnJIWmt4ZkhZNGlKWUQzQnB5U2NTczZjTUtpYm9BTm83MnB5WmdRc2N5azJzM0hEU09YMU4xYk9sMVExc0tEUVFXSWRybnl8YnVGcjY0dVI1c2l5YTY5czFmMGpkNFlLOXBXSFNrUXVKRElWOGt0VldvZz0=/OA==/\";s:24:\"sfsi_facebookPage_option\";s:3:\"yes\";s:21:\"sfsi_facebookPage_url\";s:41:\"https://www.facebook.com/CrossPointLynden\";s:24:\"sfsi_facebookLike_option\";s:2:\"no\";s:25:\"sfsi_facebookShare_option\";s:2:\"no\";s:21:\"sfsi_twitter_followme\";s:0:\"\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:0:\"\";s:17:\"sfsi_twitter_page\";s:0:\"\";s:20:\"sfsi_twitter_pageURL\";s:0:\"\";s:26:\"sfsi_twitter_aboutPageText\";s:84:\"Hey, check out this cool site I found: www.yourname.com #Topic via@my_x_twitter_name\";s:20:\"sfsi_youtube_pageUrl\";s:52:\"https://www.youtube.com/@crosspointchurch-lynden2479\";s:17:\"sfsi_youtube_page\";s:3:\"yes\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:24:\"sfsi_youtubeusernameorid\";s:0:\"\";s:15:\"sfsi_ytube_user\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:19:\"sfsi_pinterest_page\";s:0:\"\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:16:\"sfsi_ria_pageUrl\";s:0:\"\";s:17:\"sfsi_inha_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:0:\"\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:0:\"\";s:27:\"sfsi_linkedin_followCompany\";i:0;s:23:\"sfsi_linkedin_SharePage\";s:0:\"\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";i:0;s:21:\"sfsi_CustomIcon_links\";s:0:\"\";s:24:\"sfsi_telegram_msg_option\";s:0:\"\";s:18:\"sfsi_telegram_page\";s:0:\"\";s:21:\"sfsi_telegram_pageURL\";s:0:\"\";s:21:\"sfsi_telegram_message\";s:0:\"\";s:22:\"sfsi_telegram_username\";s:0:\"\";s:15:\"sfsi_weibo_page\";s:0:\"\";s:18:\"sfsi_weibo_pageURL\";s:0:\"\";s:12:\"sfsi_vk_page\";s:0:\"\";s:15:\"sfsi_vk_pageURL\";s:0:\"\";s:13:\"sfsi_vk_share\";s:0:\"\";s:12:\"sfsi_ok_page\";s:0:\"\";s:15:\"sfsi_ok_pageURL\";s:0:\"\";s:21:\"sfsi_snapchat_pageURL\";s:0:\"\";s:16:\"sfsi_tiktok_page\";s:2:\"no\";s:19:\"sfsi_tiktok_pageURL\";s:0:\"\";s:22:\"sfsi_fbmessenger_share\";s:0:\"\";s:24:\"sfsi_fbmessenger_contact\";s:2:\"no\";s:21:\"sfsi_reddit_pageShare\";s:0:\"\";s:22:\"sfsi_reddit_page_visit\";s:2:\"no\";s:17:\"sfsi_whatsapp_msg\";s:0:\"\";s:19:\"sfsi_whatsapp_share\";s:0:\"\";s:17:\"sfsi_wechat_share\";s:0:\"\";s:18:\"sfsi_wechat_follow\";s:0:\"\";s:18:\"sfsi_mastodon_page\";s:0:\"\";s:21:\"sfsi_mastodon_pageURL\";s:0:\"\";}\";','auto'),(2744314,'sfsi_section3_options','s:419:\"a:10:{s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:26:\"sfsi_mouseOver_effect_type\";s:10:\"same_icons\";s:39:\"mouseover_other_icons_transition_effect\";s:4:\"flip\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";s:0:\"\";s:18:\"sfsi_actvite_theme\";s:7:\"default\";s:21:\"sfsi_copylink_bgColor\";s:0:\"\";}\";','auto'),(2744315,'sfsi_section4_options','s:3099:\"a:76:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:2:\"no\";s:21:\"sfsi_email_countsFrom\";s:6:\"source\";s:23:\"sfsi_email_manualCounts\";s:2:\"20\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:21:\"sfsi_rss_manualCounts\";s:2:\"20\";s:22:\"sfsi_facebook_PageLink\";s:0:\"\";s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:25:\"sfsi_facebook_enableCache\";s:3:\"yes\";s:26:\"sfsi_facebook_manualCounts\";s:2:\"20\";s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";s:2:\"20\";s:27:\"sfsi_linkedIn_countsDisplay\";s:2:\"no\";s:24:\"sfsi_linkedIn_countsFrom\";s:6:\"manual\";s:26:\"sfsi_linkedIn_manualCounts\";s:2:\"20\";s:27:\"sfsi_telegram_countsDisplay\";s:2:\"no\";s:24:\"sfsi_telegram_countsFrom\";s:6:\"manual\";s:26:\"sfsi_telegram_manualCounts\";s:2:\"20\";s:21:\"sfsi_vk_countsDisplay\";s:2:\"no\";s:18:\"sfsi_vk_countsFrom\";s:6:\"manual\";s:20:\"sfsi_vk_manualCounts\";s:2:\"20\";s:21:\"sfsi_ok_countsDisplay\";s:2:\"no\";s:18:\"sfsi_ok_countsFrom\";s:6:\"manual\";s:20:\"sfsi_ok_manualCounts\";s:2:\"20\";s:24:\"sfsi_weibo_countsDisplay\";s:2:\"no\";s:21:\"sfsi_weibo_countsFrom\";s:6:\"manual\";s:23:\"sfsi_weibo_manualCounts\";s:2:\"20\";s:17:\"sfsi_round_counts\";s:3:\"yes\";s:20:\"sfsi_original_counts\";s:3:\"yes\";s:27:\"sfsi_responsive_share_count\";s:3:\"yes\";s:25:\"sfsi_wechat_countsDisplay\";s:2:\"no\";s:22:\"sfsi_wechat_countsFrom\";s:6:\"manual\";s:24:\"sfsi_wechat_manualCounts\";s:2:\"20\";s:10:\"ln_api_key\";s:0:\"\";s:13:\"ln_secret_key\";s:0:\"\";s:19:\"ln_oAuth_user_token\";s:0:\"\";s:10:\"ln_company\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:26:\"sfsi_youtube_countsDisplay\";s:2:\"no\";s:23:\"sfsi_youtube_countsFrom\";s:6:\"manual\";s:25:\"sfsi_youtube_manualCounts\";s:2:\"20\";s:28:\"sfsi_pinterest_countsDisplay\";s:2:\"no\";s:25:\"sfsi_pinterest_countsFrom\";s:6:\"manual\";s:27:\"sfsi_pinterest_manualCounts\";s:2:\"20\";s:19:\"sfsi_pinterest_user\";s:0:\"\";s:20:\"sfsi_pinterest_board\";s:0:\"\";s:25:\"sfsi_instagram_countsFrom\";s:6:\"manual\";s:28:\"sfsi_instagram_countsDisplay\";s:2:\"no\";s:27:\"sfsi_instagram_manualCounts\";s:2:\"20\";s:19:\"sfsi_instagram_User\";s:0:\"\";s:27:\"sfsi_whatsapp_countsDisplay\";s:2:\"no\";s:24:\"sfsi_whatsapp_countsFrom\";s:6:\"manual\";s:26:\"sfsi_whatsapp_manualCounts\";s:2:\"20\";s:27:\"sfsi_snapchat_countsDisplay\";s:2:\"no\";s:24:\"sfsi_snapchat_countsFrom\";s:6:\"manual\";s:26:\"sfsi_snapchat_manualCounts\";s:2:\"20\";s:25:\"sfsi_reddit_countsDisplay\";s:2:\"no\";s:22:\"sfsi_reddit_countsFrom\";s:6:\"manual\";s:24:\"sfsi_reddit_manualCounts\";s:2:\"20\";s:30:\"sfsi_fbmessenger_countsDisplay\";s:2:\"no\";s:27:\"sfsi_fbmessenger_countsFrom\";s:6:\"manual\";s:29:\"sfsi_fbmessenger_manualCounts\";s:2:\"20\";s:25:\"sfsi_tiktok_countsDisplay\";s:2:\"no\";s:22:\"sfsi_tiktok_countsFrom\";s:6:\"manual\";s:24:\"sfsi_tiktok_manualCounts\";s:2:\"20\";s:27:\"sfsi_mastodon_countsDisplay\";s:2:\"no\";s:24:\"sfsi_mastodon_countsFrom\";s:6:\"manual\";s:26:\"sfsi_mastodon_manualCounts\";s:2:\"20\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";}\";','auto'),(2744316,'sfsi_section5_options','s:2683:\"a:61:{s:15:\"sfsi_icons_size\";s:2:\"40\";s:18:\"sfsi_icons_spacing\";s:1:\"5\";s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:31:\"sfsi_icons_Alignment_via_widget\";s:4:\"left\";s:34:\"sfsi_icons_Alignment_via_shortcode\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";s:1:\"5\";s:26:\"sfsi_follow_icons_language\";s:12:\"Follow_en_US\";s:28:\"sfsi_facebook_icons_language\";s:14:\"Visit_us_en_US\";s:27:\"sfsi_youtube_icons_language\";s:14:\"Visit_us_en_US\";s:27:\"sfsi_twitter_icons_language\";s:14:\"Visit_us_en_US\";s:28:\"sfsi_linkedin_icons_language\";s:5:\"en_US\";s:19:\"sfsi_icons_language\";s:5:\"en_US\";s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:22:\"sfsi_icons_AddNoopener\";s:3:\"yes\";s:26:\"sfsi_icons_suppress_errors\";s:2:\"no\";s:21:\"sfsi_show_admin_popup\";s:3:\"yes\";s:35:\"sfsi_icons_sharing_and_traffic_tips\";s:3:\"yes\";s:16:\"sfsi_icons_stick\";s:2:\"no\";s:18:\"sfsi_rssIcon_order\";s:1:\"1\";s:20:\"sfsi_emailIcon_order\";s:1:\"2\";s:23:\"sfsi_facebookIcon_order\";s:1:\"3\";s:22:\"sfsi_twitterIcon_order\";s:1:\"4\";s:22:\"sfsi_youtubeIcon_order\";s:1:\"5\";s:24:\"sfsi_pinterestIcon_order\";s:1:\"7\";s:23:\"sfsi_linkedinIcon_order\";s:1:\"8\";s:24:\"sfsi_instagramIcon_order\";s:1:\"9\";s:23:\"sfsi_telegramIcon_order\";s:2:\"11\";s:17:\"sfsi_vkIcon_order\";s:2:\"12\";s:17:\"sfsi_okIcon_order\";s:2:\"13\";s:20:\"sfsi_weiboIcon_order\";s:2:\"14\";s:21:\"sfsi_wechatIcon_order\";s:2:\"15\";s:23:\"sfsi_whatsappIcon_order\";s:2:\"16\";s:23:\"sfsi_snapchatIcon_order\";s:2:\"17\";s:21:\"sfsi_redditIcon_order\";s:2:\"18\";s:26:\"sfsi_fbmessengerIcon_order\";s:2:\"19\";s:21:\"sfsi_tiktokIcon_order\";s:2:\"20\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:22:\"sfsi_rss_MouseOverText\";s:3:\"RSS\";s:24:\"sfsi_email_MouseOverText\";s:15:\"Follow by Email\";s:26:\"sfsi_twitter_MouseOverText\";s:11:\"X (Twitter)\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:27:\"sfsi_linkedIn_MouseOverText\";s:8:\"LinkedIn\";s:28:\"sfsi_pinterest_MouseOverText\";s:9:\"Pinterest\";s:28:\"sfsi_instagram_MouseOverText\";s:9:\"Instagram\";s:26:\"sfsi_youtube_MouseOverText\";s:7:\"YouTube\";s:27:\"sfsi_telegram_MouseOverText\";s:8:\"Telegram\";s:21:\"sfsi_vk_MouseOverText\";s:2:\"VK\";s:21:\"sfsi_ok_MouseOverText\";s:2:\"OK\";s:24:\"sfsi_weibo_MouseOverText\";s:5:\"Weibo\";s:25:\"sfsi_wechat_MouseOverText\";s:6:\"WeChat\";s:27:\"sfsi_whatsapp_MouseOverText\";s:8:\"WhatsApp\";s:25:\"sfsi_reddit_MouseOverText\";s:6:\"Reddit\";s:27:\"sfsi_snapchat_MouseOverText\";s:8:\"Snapchat\";s:30:\"sfsi_fbmessenger_MouseOverText\";s:11:\"FbMessenger\";s:22:\"sfsi_ria_MouseOverText\";s:9:\"RateItAll\";s:23:\"sfsi_inha_MouseOverText\";s:19:\"IncreasingHappiness\";s:25:\"sfsi_tiktok_MouseOverText\";s:6:\"Tiktok\";s:27:\"sfsi_mastodon_MouseOverText\";s:8:\"Mastodon\";s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";s:23:\"sfsi_custom_social_hide\";s:2:\"no\";s:32:\"sfsi_pplus_icons_suppress_errors\";s:2:\"no\";}\";','auto'),(2744317,'sfsi_section6_options','s:1439:\"a:15:{s:17:\"sfsi_show_Onposts\";s:2:\"no\";s:18:\"sfsi_show_Onbottom\";s:2:\"no\";s:22:\"sfsi_icons_postPositon\";s:6:\"source\";s:20:\"sfsi_icons_alignment\";s:12:\"center-right\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:12:\"sfsi_rectsub\";s:3:\"yes\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:3:\"yes\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";s:24:\"sfsi_display_button_type\";s:17:\"responsive_button\";s:30:\"sfsi_responsive_icons_end_post\";s:2:\"no\";s:21:\"sfsi_responsive_icons\";a:3:{s:13:\"default_icons\";a:4:{s:8:\"facebook\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:17:\"Share on Facebook\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:9:\"Post on X\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:9:\"Follow us\";s:3:\"url\";s:0:\"\";}s:9:\"Pinterest\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:4:\"Save\";s:3:\"url\";s:0:\"\";}}s:12:\"custom_icons\";a:0:{}s:8:\"settings\";a:14:{s:9:\"icon_size\";s:6:\"Medium\";s:15:\"icon_width_type\";s:16:\"Fully responsive\";s:15:\"icon_width_size\";i:240;s:9:\"edge_type\";s:5:\"Round\";s:11:\"edge_radius\";i:5;s:5:\"style\";s:8:\"Gradient\";s:6:\"margin\";i:10;s:10:\"text_align\";s:8:\"Centered\";s:10:\"show_count\";s:2:\"no\";s:13:\"counter_color\";s:7:\"#aaaaaa\";s:16:\"counter_bg_color\";s:4:\"#fff\";s:16:\"share_count_text\";s:6:\"SHARES\";s:12:\"margin_above\";i:10;s:12:\"margin_below\";i:10;}}}\";','auto'),(2744318,'sfsi_section7_options','s:859:\"a:19:{s:15:\"sfsi_show_popup\";s:2:\"no\";s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";s:1:\"1\";s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";s:2:\"30\";s:20:\"sfsi_popup_fontStyle\";s:6:\"normal\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:36:\"sfsi_Show_popupOn_somepages_blogpage\";s:0:\"\";s:40:\"sfsi_Show_popupOn_somepages_selectedpage\";s:0:\"\";s:26:\"sfsi_popup_show_on_desktop\";s:3:\"yes\";s:25:\"sfsi_popup_show_on_mobile\";s:3:\"yes\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";s:0:\"\";s:32:\"sfsi_Shown_popuplimitPerUserTime\";s:0:\"\";}\";','auto'),(2744319,'sfsi_section8_options','s:1208:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";s:3:\"180\";s:15:\"sfsi_form_width\";s:3:\"230\";s:16:\"sfsi_form_border\";s:2:\"no\";s:26:\"sfsi_form_border_thickness\";s:1:\"1\";s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";s:2:\"16\";s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:9:\"Subscribe\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:7:\"#000000\";s:24:\"sfsi_form_field_fontsize\";s:2:\"14\";s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";s:2:\"16\";s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";','auto'),(2744320,'sfsi_section9_options','s:1448:\"a:21:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:21:\"sfsi_widget_alignment\";s:10:\"Horizontal\";s:16:\"sfsi_icons_float\";s:2:\"no\";s:24:\"sfsi_icons_floatPosition\";s:12:\"center-right\";s:26:\"sfsi_icons_floatMargin_top\";s:0:\"\";s:29:\"sfsi_icons_floatMargin_bottom\";s:0:\"\";s:27:\"sfsi_icons_floatMargin_left\";s:0:\"\";s:28:\"sfsi_icons_floatMargin_right\";s:0:\"\";s:23:\"sfsi_disable_floaticons\";s:2:\"no\";s:15:\"sfsi_make_icons\";s:5:\"float\";s:27:\"sfsi_float_mobile_selection\";s:2:\"no\";s:20:\"sfsi_float_alignment\";s:10:\"Horizontal\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_shortcode_alignment\";s:10:\"Horizontal\";s:24:\"sfsi_show_via_afterposts\";s:2:\"no\";s:32:\"sfsi_responsive_icons_after_post\";s:3:\"yes\";s:44:\"sfsi_responsive_icons_after_post_on_taxonomy\";s:2:\"no\";s:33:\"sfsi_responsive_icons_after_pages\";s:2:\"no\";s:34:\"sfsi_display_after_woocomerce_desc\";s:2:\"no\";s:15:\"sfsi_sticky_bar\";s:2:\"no\";s:17:\"sfsi_sticky_icons\";a:2:{s:13:\"default_icons\";a:4:{s:8:\"facebook\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}s:9:\"Pinterest\";a:2:{s:6:\"active\";s:3:\"yes\";s:3:\"url\";s:0:\"\";}}s:8:\"settings\";a:8:{s:7:\"desktop\";s:2:\"no\";s:13:\"desktop_width\";i:782;s:17:\"desktop_placement\";s:4:\"left\";s:16:\"display_position\";i:0;s:27:\"desktop_placement_direction\";s:2:\"up\";s:6:\"mobile\";s:2:\"no\";s:12:\"mobile_width\";i:784;s:16:\"mobile_placement\";s:4:\"left\";}}}\";','auto'),(2744321,'sfsi_feed_id','a3V1VWJwQkNnT3djK29jc2V2KzczOEVXOXN4bHhRMEdMTnUvcWplNlNhRDVkVmM3ajBhRUhSV1grSnJIWmt4ZkhZNGlKWUQzQnB5U2NTczZjTUtpYm9BTm83MnB5WmdRc2N5azJzM0hEU09YMU4xYk9sMVExc0tEUVFXSWRybnl8YnVGcjY0dVI1c2l5YTY5czFmMGpkNFlLOXBXSFNrUXVKRElWOGt0VldvZz0=','auto'),(2744322,'sfsi_redirect_url','https://api.follow.it/widgets/icon/a3V1VWJwQkNnT3djK29jc2V2KzczOEVXOXN4bHhRMEdMTnUvcWplNlNhRDVkVmM3ajBhRUhSV1grSnJIWmt4ZkhZNGlKWUQzQnB5U2NTczZjTUtpYm9BTm83MnB5WmdRc2N5azJzM0hEU09YMU4xYk9sMVExc0tEUVFXSWRybnl8YnVGcjY0dVI1c2l5YTY5czFmMGpkNFlLOXBXSFNrUXVKRElWOGt0VldvZz0=/OA==/','auto'),(2744323,'sfsi_installDate','2024-09-15 11:22:44','auto'),(2744324,'sfsi_currentDate','2024-09-15 11:22:44','auto'),(2744325,'sfsi_showNextBannerDate','14 day','auto'),(2744326,'sfsi_cycleDate','180 day','auto'),(2744327,'sfsi_loyaltyDate','180 day','auto'),(2744328,'sfsi_RatingDiv','no','auto'),(2744329,'sfsi_footer_sec','no','auto'),(2744330,'sfsi_activate','0','auto'),(2744331,'sfsi_dismiss_sharecount','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744332,'sfsi_dismiss_google_analytic','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744333,'sfsi_dismiss_woocommerce','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744334,'sfsi_dismiss_twitter','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744335,'sfsi_dismiss_copy_delete_post','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744336,'sfsi_banner_global_firsttime_offer','s:104:\"a:3:{s:12:\"met_criteria\";s:3:\"yes\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:19:\"2024-09-16 12:00:28\";}\";','auto'),(2744337,'sfsi_dismiss_gdpr','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744338,'sfsi_dismiss_optimization','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744339,'sfsi_dismiss_gallery','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744340,'sfsi_banner_global_upgrade','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744341,'sfsi_banner_global_http','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744342,'sfsi_banner_global_gdpr','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744343,'sfsi_banner_global_shares','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744344,'sfsi_banner_global_load_faster','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744345,'sfsi_banner_global_social','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','auto'),(2744346,'sfsi_banner_global_pinterest','s:138:\"a:4:{s:12:\"met_criteria\";s:3:\"yes\";s:15:\"banner_appeared\";s:3:\"yes\";s:9:\"is_active\";s:3:\"yes\";s:9:\"timestamp\";s:19:\"2024-09-30 12:00:29\";}\";','auto'),(2744347,'sfsi_banner_popups','yes','auto'),(2744348,'sfsi_instagram_sf_count','s:122:\"a:4:{s:7:\"date_sf\";i:1726358400;s:14:\"date_instagram\";s:0:\"\";s:13:\"sfsi_sf_count\";i:0;s:20:\"sfsi_instagram_count\";s:0:\"\";}\";','auto'),(2744349,'sfsi_error_reporting_notice_dismissed','1','auto'),(2744350,'sfsi_fb_count','','auto'),(2744353,'_tifm_force_disable_feature_update','1','auto'),(2744354,'adding_tags','no','auto'),(2744355,'widget_sfsi-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2744356,'widget_subscriber_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2744357,'sfsi_pluginVersion','2.77','auto'),(2744358,'sfsi_was_installed_before','2.9.2','auto'),(2744359,'sfsi_serverphpVersionnotification','yes','auto'),(2744360,'show_premium_notification','yes','auto'),(2744361,'show_notification','yes','auto'),(2744362,'sfsi_pplus_error_reporting_notice_dismissed','1','auto'),(2744363,'sfsi_addThis_icon_removal_notice_dismissed','1','auto'),(2744364,'sfsi_verificatiom_code','C5qN2TdSeq3QJEpxM7W0','auto'),(2744366,'analyst_notices','s:404:\"O:29:\"Analyst\\Notices\\NoticeFactory\":1:{s:10:\"\0*\0notices\";a:1:{i:0;O:22:\"Analyst\\Notices\\Notice\":4:{s:5:\"\0*\0id\";s:13:\"66e76c5ca047e\";s:7:\"\0*\0body\";s:120:\"Please confirm your email by clicking on the link we sent to email_jeb@fastmail.com. This makes sure you’re not a bot.\";s:12:\"\0*\0accountId\";s:16:\"ao6grd4ed38kyeqz\";s:13:\"\0*\0pluginName\";s:52:\"Social Media and Share Icons (Ultimate Social Media)\";}}}\";','auto'),(2744367,'analyst_accounts_data','s:431:\"O:26:\"Account\\AccountDataFactory\":1:{s:11:\"\0*\0accounts\";a:1:{i:0;O:19:\"Account\\AccountData\":7:{s:5:\"\0*\0id\";s:16:\"ao6grd4ed38kyeqz\";s:9:\"\0*\0secret\";s:40:\"ae93c43c738bdf50f10ef9d4c6d811006b468c74\";s:7:\"\0*\0path\";s:105:\"/home/crossp22/public_html/wp-content/plugins/ultimate-social-media-icons/ultimate_social_media_icons.php\";s:14:\"\0*\0isInstalled\";b:0;s:12:\"\0*\0isOptedIn\";b:1;s:11:\"\0*\0isSigned\";b:1;s:20:\"\0*\0isInstallResolved\";b:1;}}}\";','auto'),(2744374,'sfsi_show_admin_popup','yes','off'),(2764383,'burst_last_report_sent','1733040948','off'),(2765182,'tec_timed_events_is_rest_api_blocked','a:3:{s:3:\"key\";s:26:\"events_is_rest_api_blocked\";s:5:\"value\";b:0;s:10:\"expiration\";i:1728013066;}','on'),(2765241,'sugar_calendar_activated_time','1727841487','off'),(2765242,'sugar_calendar_activated','a:1:{s:4:\"lite\";i:1727841487;}','auto'),(2765243,'sugar_calendar_is_first_activation','','auto'),(2765246,'widget_sc_calendar_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2765247,'widget_sc_event_list_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2765248,'widget_sc_category_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2765249,'widget_sc_filter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2765250,'wpdb_sc_events_version','201902040005','auto'),(2765251,'wpdb_sc_eventmeta_version','201810110001','auto'),(2765252,'sc_et_settings','a:6:{s:12:\"receipt_page\";i:4365;s:11:\"ticket_page\";i:4366;s:15:\"receipt_subject\";s:27:\"Your event ticket purchase!\";s:15:\"receipt_message\";s:418:\"Hello {name},\n\nYour event ticket purchase to <strong>{event_title}</strong> was successful! See below for the specifics of when and where the event is taking place!\n\n<strong>Event date and time</strong>: {event_date} at {event_start_time}\n\nSee event location and further details <a href=\"{event_url}\">here</a>.\n\nYour tickets:\n\n{tickets}\n\n<a href=\"{receipt_url}\">View this receipt and event details in your browser</a>.\";s:14:\"ticket_subject\";s:18:\"Your event ticket!\";s:14:\"ticket_message\";s:460:\"Hello {attendee_name},\n\nYour event ticket to <strong>{event_title}</strong> is below! See the following details for specifics of when and where the event is taking place!\n\n<strong>Event date and time</strong>: {event_date} at {event_start_time}\n\nSee event location and further details <a href=\"{event_url}\">here</a>.\n\nYour ticket:\n<ul>\n 	<li>ID: {ticket_id}</li>\n 	<li>Code: {ticket_code}</li>\n</ul>\n<a href=\"{ticket_url}\">View this ticket in your browser</a>.\";}','auto'),(2765254,'sugar_calendar','a:1:{s:16:\"default_calendar\";i:165;}','off'),(2765255,'sugar_calendar_migration_version','1','on'),(2765256,'wpdb_sc_attendees_version','202010270003','auto'),(2765257,'wpdb_sc_discounts_version','202010270003','auto'),(2765258,'wpdb_sc_orders_version','202010270004','auto'),(2765259,'wpdb_sc_tickets_version','202010270003','auto'),(2765260,'wpdb_sc_term_color_version','202004020001','auto'),(2765261,'sc_completed_upgrades','a:3:{i:0;s:8:\"20_fresh\";i:1;s:12:\"20_migration\";i:2;s:13:\"206_migration\";}','auto'),(2765264,'sc_event_category_children','a:0:{}','auto'),(2765306,'rewrite_rules','a:181:{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:10:\"sermons/?$\";s:27:\"index.php?post_type=sermons\";s:40:\"sermons/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sermons&feed=$matches[1]\";s:35:\"sermons/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sermons&feed=$matches[1]\";s:27:\"sermons/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sermons&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"announcer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"announcer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"announcer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"announcer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"announcer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"announcer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"announcer/([^/]+)/embed/?$\";s:42:\"index.php?announcer=$matches[1]&embed=true\";s:30:\"announcer/([^/]+)/trackback/?$\";s:36:\"index.php?announcer=$matches[1]&tb=1\";s:38:\"announcer/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?announcer=$matches[1]&paged=$matches[2]\";s:45:\"announcer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?announcer=$matches[1]&cpage=$matches[2]\";s:34:\"announcer/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?announcer=$matches[1]&page=$matches[2]\";s:26:\"announcer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"announcer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"announcer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"announcer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"announcer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"announcer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"ancr_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ancr_tag=$matches[1]&feed=$matches[2]\";s:44:\"ancr_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ancr_tag=$matches[1]&feed=$matches[2]\";s:25:\"ancr_tag/([^/]+)/embed/?$\";s:41:\"index.php?ancr_tag=$matches[1]&embed=true\";s:37:\"ancr_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?ancr_tag=$matches[1]&paged=$matches[2]\";s:19:\"ancr_tag/([^/]+)/?$\";s:30:\"index.php?ancr_tag=$matches[1]\";s:54:\"calendar_feed/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:49:\"calendar_feed/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_feed=$matches[1]&feed=$matches[2]\";s:30:\"calendar_feed/([^/]+)/embed/?$\";s:46:\"index.php?calendar_feed=$matches[1]&embed=true\";s:42:\"calendar_feed/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_feed=$matches[1]&paged=$matches[2]\";s:24:\"calendar_feed/([^/]+)/?$\";s:35:\"index.php?calendar_feed=$matches[1]\";s:54:\"calendar_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:49:\"calendar_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?calendar_type=$matches[1]&feed=$matches[2]\";s:30:\"calendar_type/([^/]+)/embed/?$\";s:46:\"index.php?calendar_type=$matches[1]&embed=true\";s:42:\"calendar_type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?calendar_type=$matches[1]&paged=$matches[2]\";s:24:\"calendar_type/([^/]+)/?$\";s:35:\"index.php?calendar_type=$matches[1]\";s:58:\"calendar_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:53:\"calendar_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?calendar_category=$matches[1]&feed=$matches[2]\";s:34:\"calendar_category/([^/]+)/embed/?$\";s:50:\"index.php?calendar_category=$matches[1]&embed=true\";s:46:\"calendar_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?calendar_category=$matches[1]&paged=$matches[2]\";s:28:\"calendar_category/([^/]+)/?$\";s:39:\"index.php?calendar_category=$matches[1]\";s:36:\"calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"calendar/([^/]+)/embed/?$\";s:41:\"index.php?calendar=$matches[1]&embed=true\";s:29:\"calendar/([^/]+)/trackback/?$\";s:35:\"index.php?calendar=$matches[1]&tb=1\";s:37:\"calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&paged=$matches[2]\";s:44:\"calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?calendar=$matches[1]&cpage=$matches[2]\";s:33:\"calendar/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?calendar=$matches[1]&page=$matches[2]\";s:25:\"calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"sermons/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"sermons/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sermons/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sermons/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sermons/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"sermons/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"sermons/(.+?)/embed/?$\";s:40:\"index.php?sermons=$matches[1]&embed=true\";s:26:\"sermons/(.+?)/trackback/?$\";s:34:\"index.php?sermons=$matches[1]&tb=1\";s:46:\"sermons/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sermons=$matches[1]&feed=$matches[2]\";s:41:\"sermons/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sermons=$matches[1]&feed=$matches[2]\";s:34:\"sermons/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sermons=$matches[1]&paged=$matches[2]\";s:41:\"sermons/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sermons=$matches[1]&cpage=$matches[2]\";s:30:\"sermons/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?sermons=$matches[1]&page=$matches[2]\";s:64:\"sermons/?sermon_series=/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sermon_series=$matches[1]&feed=$matches[2]\";s:59:\"sermons/?sermon_series=/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sermon_series=$matches[1]&feed=$matches[2]\";s:40:\"sermons/?sermon_series=/([^/]+)/embed/?$\";s:46:\"index.php?sermon_series=$matches[1]&embed=true\";s:52:\"sermons/?sermon_series=/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sermon_series=$matches[1]&paged=$matches[2]\";s:34:\"sermons/?sermon_series=/([^/]+)/?$\";s:35:\"index.php?sermon_series=$matches[1]\";s:65:\"sermons/?sermon_speaker=/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?sermon_speaker=$matches[1]&feed=$matches[2]\";s:60:\"sermons/?sermon_speaker=/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?sermon_speaker=$matches[1]&feed=$matches[2]\";s:41:\"sermons/?sermon_speaker=/([^/]+)/embed/?$\";s:47:\"index.php?sermon_speaker=$matches[1]&embed=true\";s:53:\"sermons/?sermon_speaker=/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?sermon_speaker=$matches[1]&paged=$matches[2]\";s:35:\"sermons/?sermon_speaker=/([^/]+)/?$\";s:36:\"index.php?sermon_speaker=$matches[1]\";s:64:\"sermons/?sermon_topics=/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sermon_topics=$matches[1]&feed=$matches[2]\";s:59:\"sermons/?sermon_topics=/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sermon_topics=$matches[1]&feed=$matches[2]\";s:40:\"sermons/?sermon_topics=/([^/]+)/embed/?$\";s:46:\"index.php?sermon_topics=$matches[1]&embed=true\";s:52:\"sermons/?sermon_topics=/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sermon_topics=$matches[1]&paged=$matches[2]\";s:34:\"sermons/?sermon_topics=/([^/]+)/?$\";s:35:\"index.php?sermon_topics=$matches[1]\";s:62:\"sermons/?sermon_book=/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?sermon_book=$matches[1]&feed=$matches[2]\";s:57:\"sermons/?sermon_book=/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?sermon_book=$matches[1]&feed=$matches[2]\";s:38:\"sermons/?sermon_book=/([^/]+)/embed/?$\";s:44:\"index.php?sermon_book=$matches[1]&embed=true\";s:50:\"sermons/?sermon_book=/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sermon_book=$matches[1]&paged=$matches[2]\";s:32:\"sermons/?sermon_book=/([^/]+)/?$\";s:33:\"index.php?sermon_book=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=40&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\";}','auto'),(2807697,'rsssl_reset_fix','','off'),(2822549,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"995febb4f4fef6e5500e6199916c745b\";s:6:\"blocks\";a:52:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:769:\":root :where(.wp-block-columns-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.wp-block-columns-is-layout-grid){gap: var(--wp--preset--spacing--50);}\";s:14:\"core/pullquote\";s:306:\":root :where(.wp-block-pullquote){font-size: var(--wp--preset--font-size--xx-large);font-weight: 300;line-height: 1.2;padding-top: var(--wp--preset--spacing--30);padding-bottom: var(--wp--preset--spacing--30);}:root :where(.wp-block-pullquote p:last-of-type){margin-bottom: var(--wp--preset--spacing--30);}\";s:32:\"c48738dcb285a3f6ab83acff204fc486\";s:106:\":root :where(.wp-block-pullquote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;}\";s:11:\"core/avatar\";s:57:\":root :where(.wp-block-avatar img){border-radius: 100px;}\";s:12:\"core/buttons\";s:665:\":root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: 16px;}:root :where(.wp-block-buttons-is-layout-grid){gap: 16px;}\";s:9:\"core/code\";s:427:\":root :where(.wp-block-code){background-color: var(--wp--preset--color--accent-5);color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--fira-code);font-size: var(--wp--preset--font-size--medium);font-weight: 300;padding-top: var(--wp--preset--spacing--40);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);padding-left: var(--wp--preset--spacing--40);}\";s:24:\"core/comment-author-name\";s:169:\":root :where(.wp-block-comment-author-name){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);margin-top: 5px;margin-bottom: 0px;}\";s:32:\"c0002c260f8238c4212f3e4c369fc4f7\";s:143:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"1e7c38b45537b325dbbbaec17a301676\";s:112:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:20:\"core/comment-content\";s:178:\":root :where(.wp-block-comment-content){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--30);margin-bottom: var(--wp--preset--spacing--30);}\";s:17:\"core/comment-date\";s:127:\":root :where(.wp-block-comment-date){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);}\";s:32:\"c83ca7b3e52884c70f7830c54f99b318\";s:114:\":root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:22:\"core/comment-edit-link\";s:90:\":root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"41d70710612536a90e368c12bcb0efea\";s:119:\":root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/comment-reply-link\";s:91:\":root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"13c96340dbf37700add1f4c5cae19f3e\";s:120:\":root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/post-comments-form\";s:565:\":root :where(.wp-block-post-comments-form){font-size: var(--wp--preset--font-size--medium);padding-top: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);}:root :where(.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit])){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;}:root :where(.wp-block-post-comments-form input[type=checkbox]){margin:0 .2rem 0 0 !important;}:root :where(.wp-block-post-comments-form label){font-size: var(--wp--preset--font-size--small);}\";s:24:\"core/comments-pagination\";s:182:\":root :where(.wp-block-comments-pagination){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--40);margin-bottom: var(--wp--preset--spacing--40);}\";s:29:\"core/comments-pagination-next\";s:98:\":root :where(.wp-block-comments-pagination-next){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"core/comments-pagination-numbers\";s:101:\":root :where(.wp-block-comments-pagination-numbers){font-size: var(--wp--preset--font-size--medium);}\";s:33:\"core/comments-pagination-previous\";s:102:\":root :where(.wp-block-comments-pagination-previous){font-size: var(--wp--preset--font-size--medium);}\";s:14:\"core/post-date\";s:124:\":root :where(.wp-block-post-date){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);}\";s:32:\"ac0d4e00f5ec22d14451759983e5bd43\";s:133:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"0ae6ffd1b886044c2da62d75d05ab13d\";s:102:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:25:\"core/post-navigation-link\";s:94:\":root :where(.wp-block-post-navigation-link){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/post-terms\";s:158:\":root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);font-weight: 600;}:root :where(.wp-block-post-terms a){white-space: nowrap;}\";s:15:\"core/post-title\";s:0:\"\";s:32:\"bb496d3fcd9be3502ce57ff8281e5687\";s:92:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"12380ab98fdc81351bb32a39bbfc9249\";s:103:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:10:\"core/quote\";s:1315:\":root :where(.wp-block-quote){border-color: currentColor;border-width: 0 0 0 2px;border-style: solid;font-size: var(--wp--preset--font-size--large);font-weight: 300;margin-right: 0;margin-left: 0;padding-top: var(--wp--preset--spacing--30);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--30);padding-left: var(--wp--preset--spacing--40);}:root :where(.wp-block-quote-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flex){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote-is-layout-grid){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote.has-text-align-right ){border-width: 0 2px 0 0;}:root :where(.wp-block-quote.has-text-align-center ){border-width: 0;border-inline: 0; padding-inline: 0;}\";s:32:\"1de7a22e22013106efc5be82788cb6c0\";s:176:\":root :where(.wp-block-quote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 300;}:root :where(.wp-block-quote cite sub){font-size: 0.65em}\";s:21:\"core/query-pagination\";s:107:\":root :where(.wp-block-query-pagination){font-size: var(--wp--preset--font-size--medium);font-weight: 500;}\";s:11:\"core/search\";s:380:\":root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--medium);line-height: 1.6;}:root :where(.wp-block-search .wp-block-search__input){border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}\";s:32:\"14fa6a3d0cfbde171cbc0fb04aa8a6cf\";s:138:\":root :where(.wp-block-search .wp-element-button,.wp-block-search  .wp-block-button__link){border-radius: 3.125rem;margin-left: 1.125rem;}\";s:32:\"05993ee2f3de94b5d1350998a7e9b6b0\";s:130:\":root :where(.wp-block-search .wp-element-button:hover,.wp-block-search  .wp-block-button__link:hover){border-color: transparent;}\";s:14:\"core/separator\";s:148:\":root :where(.wp-block-separator){border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(--wp--preset--color--accent-6);}\";s:17:\"core/site-tagline\";s:86:\":root :where(.wp-block-site-tagline){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/site-title\";s:75:\":root :where(.wp-block-site-title){font-weight: 700;letter-spacing: -.5px;}\";s:32:\"f513d889cf971b13995cc3fffed2f39b\";s:92:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"22c37a317cc0ebd50155b5ad78564f37\";s:103:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:21:\"core/term-description\";s:90:\":root :where(.wp-block-term-description){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/navigation\";s:84:\":root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"25289a01850f5a0264ddb79a9a3baf3d\";s:92:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"026c04da08398d655a95047f1f235d97\";s:103:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:9:\"core/list\";s:52:\":root :where(.wp-block-list li){margin-top: 0.5rem;}\";s:12:\"core/heading\";s:0:\"\";s:14:\"core/paragraph\";s:0:\"\";s:10:\"core/group\";s:0:\"\";s:11:\"core/column\";s:0:\"\";}}','on'),(2940993,'rsssl_folder_name','really-simple-ssl/7ce7cec1453c953d2727fe1c31556071','auto'),(2941008,'rsssl_email_verification_status','completed','off'),(2943982,'rsssl_vulnerability_mail_sent_for','a:0:{}','off'),(2943983,'rsssl_l_notification_dismissed_for','a:0:{}','off'),(2943984,'rsssl_m_notification_dismissed_for','a:0:{}','off'),(2943985,'rsssl_h_notification_dismissed_for','a:0:{}','off'),(2943986,'rsssl_c_notification_dismissed_for','a:0:{}','off'),(2944849,'wpforms_lite_connect_entries_count','290','auto'),(2960672,'burst_sessions_db_version','1.7.3','off'),(2960673,'burst_goals_db_version','1.7.3','off'),(2960674,'burst_stats_db_version','1.7.3','off'),(2960675,'burst_goal_stats_db_version','1.7.3','off'),(2960676,'burst-current-version','1.7.3','off'),(2960749,'fs_api_cache','a:4:{s:26:\"get:/v1/users/8985461.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":10:{s:5:\"email\";s:22:\"email_jeb@fastmail.com\";s:5:\"first\";s:3:\"Jeb\";s:4:\"last\";s:6:\"Brooks\";s:11:\"is_verified\";b:0;s:4:\"auth\";s:8:\"password\";s:10:\"secret_key\";s:32:\"sk_DBD*tA{0f3FA+PnXLPwiDNEO.:0^y\";s:10:\"public_key\";s:32:\"pk_1ed93015a113b1e6ec61b527ee5ea\";s:2:\"id\";s:7:\"8985461\";s:7:\"created\";s:19:\"2024-12-16 04:11:22\";s:7:\"updated\";N;}s:7:\"created\";i:1734322283;s:9:\"timestamp\";i:1734408683;}s:30:\"get:/v1/installs/16687743.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:8:\"94069302\";s:9:\"plugin_id\";s:4:\"9944\";s:7:\"user_id\";s:7:\"8985461\";s:3:\"url\";s:33:\"https://www.crosspoint-church.com\";s:5:\"title\";s:17:\"CrossPoint Church\";s:7:\"version\";s:5:\"2.9.5\";s:7:\"plan_id\";s:5:\"16728\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";N;s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"us\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"8.2.26\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:0;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2024-12-16 04:11:24\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_5C3ba$4JRTattlk4oxb;0lr{08)HQ\";s:10:\"public_key\";s:32:\"pk_222f753c64a2fa335cc8193f55ae7\";s:2:\"id\";s:8:\"16687743\";s:7:\"created\";s:19:\"2024-12-16 04:11:22\";s:7:\"updated\";N;s:7:\"charset\";N;s:7:\"is_beta\";b:0;}s:7:\"created\";i:1734322283;s:9:\"timestamp\";i:1734408683;}s:45:\"get:/v1/users/8985461/plugins/9944/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:5:\"16728\";s:7:\"updated\";s:19:\"2022-08-18 19:00:17\";s:7:\"created\";s:19:\"2022-02-25 16:38:06\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"9944\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:40:\"https://independentwp.com/knowledgebase/\";s:13:\"support_forum\";s:59:\"https://wordpress.org/support/plugin/independent-analytics/\";s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:2:\"id\";s:5:\"18463\";s:7:\"updated\";s:19:\"2023-08-22 13:43:14\";s:7:\"created\";s:19:\"2022-08-18 18:01:47\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:9:\"plugin_id\";s:4:\"9944\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:3:\"Pro\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:40:\"https://independentwp.com/knowledgebase/\";s:13:\"support_forum\";N;s:13:\"support_email\";s:25:\"support@independentwp.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;}}}s:7:\"created\";i:1734674716;s:9:\"timestamp\";i:1734761116;}s:65:\"get:/v1/users/8985461/plugins/9944/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:0:{}}s:7:\"created\";i:1734674716;s:9:\"timestamp\";i:1734761116;}}','off'),(2960752,'iawp_is_migrating','0','on'),(2960753,'iawp_db_version','38','on'),(2960757,'iawp_need_clear_cache','','on'),(2960763,'iawp_show_gsg','1','on'),(2960764,'iawp_last_update_viewed','2.9.5','on'),(2960771,'iawp_salt','3VybTedY40sR759gro0aCJ5dUAnWVPncz6w.4NrwOJU=','on'),(2960774,'iawp_attempted_to_delete_mu_plugin','1','on'),(2960777,'iawp_is_database_downloading','0','on'),(2960780,'iawp_geo_database_download_last_attempted_at','2024-12-20T22:49:27','on'),(2960783,'_site_transient_timeout_fs_locked_2','2049682284','off'),(2960784,'_site_transient_fs_locked_2','1','off'),(2960806,'iawp_request_payload_salt','hvtKyFG5nKci8vd/KCkKyVyEwaFo9Ip4fLUk5xWoCvY=','on'),(2960901,'wp-smush-preset_configs','a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:14:\"Default config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:25:{s:4:\"auto\";b:1;s:5:\"lossy\";i:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:10:\"png_to_jpg\";b:1;s:16:\"background_email\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";i:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:13:\"auto_resizing\";b:0;s:17:\"cdn_dynamic_sizes\";b:0;}}s:7:\"strings\";a:6:{s:10:\"bulk_smush\";a:1:{i:0;s:214:\"Smush Mode - Super\nAutomatic compression - Active\nOriginal Images - Active\nMetadata - Active\nImage Resizing - Inactive\nBackup Original Images - Active\nPNG to JPEG Conversion - Inactive\nEmail Notification - Inactive\";}s:9:\"lazy_load\";a:1:{i:0;s:8:\"Inactive\";}s:3:\"cdn\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"next_gen\";a:1:{i:0;s:8:\"Inactive\";}s:12:\"integrations\";a:1:{i:0;s:109:\"Gutenberg Support - Inactive\nWPBakery Page Builder - Inactive\nAmazon S3 - Inactive\nNextGen Gallery - Inactive\";}s:8:\"settings\";a:1:{i:0;s:122:\"Image Resize Detection - Inactive\nColor Accessibility - Inactive\nUsage Tracking - Inactive\nKeep Data On Uninstall - Active\";}}}}}','off'),(2972080,'iawp_beginning_of_time','2024-12-16 05:34:37','auto'),(2973390,'depicter_version_initial','3.6.0','on'),(2973391,'depicter_client_key','a93acca850956633d28796d82e370997','on'),(2973394,'depicter_db_version','0.4.6','auto'),(2973397,'depicter_capabilities_added','1','on'),(2973399,'depicter_version_previous','0','on'),(2973400,'depicter_version','3.6.0','on'),(2973401,'depicter_last_document_migration','202203091150','on'),(2973402,'depicter_subscription_status','','on'),(2973403,'depicter_initial_date','2024-12-20 03:49:10','on'),(2973404,'depicter_user_tier','','on'),(2973405,'depicter_activation_error_message','','on'),(2973406,'depicter_activation_log_message','Client site is not activated. [mx4]. [mxe][ds2]','on'),(2973416,'depicter_data_collect_consent','deny','on'),(2975727,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1759254383;}','auto'),(2975746,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(2975789,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(2977309,'fm_key','VCtAUMvc1HwWD9I4flY27SPxR','auto'),(2977313,'filemanager_email_verified_1','yes','auto'),(2988662,'filemanager_email_verified_2','yes','auto'),(2999631,'koko_analytics_settings','a:7:{s:18:\"exclude_user_roles\";a:0:{}s:20:\"exclude_ip_addresses\";a:0:{}s:23:\"prune_data_after_months\";i:120;s:12:\"default_view\";s:12:\"last_28_days\";s:19:\"is_dashboard_public\";i:0;s:10:\"notice_pro\";a:3:{s:19:\"timestamp_installed\";i:1737220596;s:9:\"dismissed\";b:0;s:14:\"date_installed\";i:1736992341;}s:15:\"tracking_method\";s:6:\"cookie\";}','on'),(3000337,'wpforms_constant_contact_version','3','auto'),(3033518,'wp_smush_event_times','a:2:{s:16:\"plugin_activated\";i:1759204518;s:15:\"plugin_upgraded\";i:1756928492;}','off'),(3073508,'wp-smush-show_upgrade_modal','1','off'),(3102916,'loginizer_version','2.0.3','auto'),(3102917,'loginizer_options','a:0:{}','auto'),(3102918,'loginizer_last_reset','1759254381','auto'),(3102919,'loginizer_whitelist','a:0:{}','auto'),(3102920,'loginizer_blacklist','a:0:{}','auto'),(3102921,'loginizer_2fa_whitelist','a:0:{}','auto'),(3102922,'loginizer_ins_time','1744487863','auto'),(3102933,'loginizer_login_attempt_stats','a:2647:{i:1747407600;a:1:{i:0;i:7;}i:1747411200;a:1:{i:0;i:9;}i:1747414800;a:1:{i:0;i:10;}i:1747418400;a:1:{i:0;i:8;}i:1747422000;a:1:{i:0;i:9;}i:1747425600;a:1:{i:0;i:10;}i:1747429200;a:1:{i:0;i:18;}i:1747432800;a:1:{i:0;i:13;}i:1747436400;a:1:{i:0;i:9;}i:1747440000;a:1:{i:0;i:10;}i:1747443600;a:1:{i:0;i:9;}i:1747447200;a:1:{i:0;i:10;}i:1747450800;a:1:{i:0;i:10;}i:1747454400;a:1:{i:0;i:10;}i:1747458000;a:1:{i:0;i:17;}i:1747461600;a:1:{i:0;i:6;}i:1747465200;a:2:{i:0;i:16;i:1;i:9;}i:1747468800;a:1:{i:0;i:12;}i:1747472400;a:1:{i:0;i:1;}i:1747479600;a:1:{i:0;i:8;}i:1747483200;a:1:{i:0;i:2;}i:1747486800;a:1:{i:0;i:3;}i:1747494000;a:1:{i:0;i:1;}i:1747497600;a:1:{i:0;i:3;}i:1747501200;a:1:{i:0;i:2;}i:1747504800;a:1:{i:0;i:1;}i:1747508400;a:1:{i:0;i:14;}i:1747512000;a:1:{i:0;i:2;}i:1747515600;a:1:{i:0;i:2;}i:1747519200;a:1:{i:0;i:7;}i:1747522800;a:1:{i:0;i:9;}i:1747526400;a:1:{i:0;i:22;}i:1747530000;a:1:{i:0;i:5;}i:1747533600;a:1:{i:0;i:7;}i:1747537200;a:1:{i:0;i:25;}i:1747540800;a:2:{i:0;i:7;i:1;i:1;}i:1747544400;a:1:{i:0;i:6;}i:1747548000;a:1:{i:0;i:4;}i:1747551600;a:1:{i:0;i:4;}i:1747555200;a:1:{i:0;i:18;}i:1747558800;a:1:{i:0;i:3;}i:1747562400;a:1:{i:0;i:20;}i:1747566000;a:1:{i:0;i:16;}i:1747569600;a:1:{i:0;i:22;}i:1747573200;a:1:{i:0;i:16;}i:1747576800;a:1:{i:0;i:11;}i:1747580400;a:1:{i:0;i:9;}i:1747584000;a:1:{i:0;i:24;}i:1747587600;a:1:{i:0;i:3;}i:1747591200;a:1:{i:0;i:2;}i:1747594800;a:1:{i:0;i:5;}i:1747598400;a:1:{i:0;i:5;}i:1747602000;a:1:{i:0;i:5;}i:1747605600;a:2:{i:0;i:17;i:1;i:1;}i:1747609200;a:1:{i:0;i:3;}i:1747612800;a:1:{i:0;i:4;}i:1747616400;a:1:{i:0;i:4;}i:1747620000;a:1:{i:0;i:6;}i:1747623600;a:1:{i:0;i:3;}i:1747627200;a:1:{i:0;i:3;}i:1747630800;a:1:{i:0;i:5;}i:1747634400;a:1:{i:0;i:3;}i:1747638000;a:1:{i:0;i:4;}i:1747641600;a:1:{i:0;i:10;}i:1747645200;a:1:{i:0;i:12;}i:1747648800;a:1:{i:0;i:7;}i:1747652400;a:1:{i:0;i:9;}i:1747656000;a:1:{i:0;i:8;}i:1747659600;a:1:{i:0;i:8;}i:1747663200;a:1:{i:0;i:9;}i:1747666800;a:1:{i:0;i:6;}i:1747670400;a:1:{i:0;i:10;}i:1747674000;a:1:{i:0;i:12;}i:1747677600;a:1:{i:0;i:8;}i:1747681200;a:1:{i:0;i:17;}i:1747684800;a:1:{i:0;i:4;}i:1747688400;a:1:{i:0;i:20;}i:1747692000;a:1:{i:0;i:13;}i:1747695600;a:1:{i:0;i:13;}i:1747699200;a:1:{i:0;i:14;}i:1747702800;a:1:{i:0;i:9;}i:1747706400;a:1:{i:0;i:12;}i:1747710000;a:1:{i:0;i:11;}i:1747713600;a:1:{i:0;i:12;}i:1747717200;a:1:{i:0;i:8;}i:1747720800;a:1:{i:0;i:10;}i:1747724400;a:1:{i:0;i:10;}i:1747728000;a:1:{i:0;i:10;}i:1747731600;a:1:{i:0;i:9;}i:1747735200;a:1:{i:0;i:9;}i:1747738800;a:1:{i:0;i:8;}i:1747742400;a:1:{i:0;i:8;}i:1747746000;a:1:{i:0;i:7;}i:1747749600;a:1:{i:0;i:3;}i:1747753200;a:1:{i:0;i:3;}i:1747756800;a:1:{i:0;i:2;}i:1747760400;a:1:{i:0;i:7;}i:1747764000;a:1:{i:0;i:2;}i:1747767600;a:1:{i:0;i:6;}i:1747771200;a:1:{i:0;i:5;}i:1747774800;a:1:{i:0;i:9;}i:1747782000;a:1:{i:0;i:3;}i:1747785600;a:1:{i:0;i:1;}i:1747789200;a:1:{i:0;i:9;}i:1747792800;a:1:{i:0;i:2;}i:1747796400;a:1:{i:0;i:1;}i:1747800000;a:1:{i:0;i:1;}i:1747803600;a:1:{i:0;i:1;}i:1747807200;a:1:{i:0;i:2;}i:1747810800;a:1:{i:0;i:1;}i:1747814400;a:1:{i:0;i:1;}i:1747818000;a:1:{i:0;i:1;}i:1747825200;a:1:{i:0;i:1;}i:1747828800;a:1:{i:0;i:2;}i:1747832400;a:1:{i:0;i:1;}i:1747836000;a:1:{i:0;i:13;}i:1747843200;a:1:{i:0;i:3;}i:1747846800;a:1:{i:0;i:10;}i:1747854000;a:1:{i:0;i:3;}i:1747857600;a:1:{i:0;i:11;}i:1747864800;a:1:{i:0;i:2;}i:1747868400;a:1:{i:0;i:18;}i:1747872000;a:1:{i:0;i:3;}i:1747875600;a:1:{i:0;i:1;}i:1747879200;a:1:{i:0;i:8;}i:1747886400;a:1:{i:0;i:3;}i:1747890000;a:1:{i:0;i:8;}i:1747893600;a:1:{i:0;i:3;}i:1747900800;a:2:{i:1;i:4;i:0;i:1;}i:1747904400;a:1:{i:0;i:7;}i:1747908000;a:1:{i:0;i:1;}i:1747911600;a:1:{i:0;i:1;}i:1747915200;a:1:{i:0;i:8;}i:1747918800;a:1:{i:0;i:3;}i:1747922400;a:1:{i:0;i:3;}i:1747926000;a:1:{i:0;i:15;}i:1747933200;a:1:{i:0;i:1;}i:1747940400;a:1:{i:0;i:8;}i:1747951200;a:1:{i:0;i:10;}i:1747954800;a:1:{i:0;i:7;}i:1747958400;a:1:{i:0;i:1;}i:1747962000;a:1:{i:0;i:15;}i:1747969200;a:1:{i:0;i:1;}i:1747976400;a:1:{i:0;i:8;}i:1747983600;a:1:{i:0;i:1;}i:1747987200;a:1:{i:0;i:3;}i:1747990800;a:1:{i:0;i:8;}i:1747994400;a:1:{i:0;i:4;}i:1747998000;a:1:{i:0;i:4;}i:1748001600;a:1:{i:0;i:13;}i:1748005200;a:1:{i:0;i:3;}i:1748008800;a:1:{i:0;i:4;}i:1748012400;a:1:{i:0;i:4;}i:1748016000;a:1:{i:0;i:7;}i:1748019600;a:1:{i:0;i:9;}i:1748023200;a:1:{i:0;i:8;}i:1748026800;a:1:{i:0;i:1;}i:1748030400;a:1:{i:0;i:9;}i:1748034000;a:1:{i:0;i:6;}i:1748037600;a:1:{i:0;i:4;}i:1748041200;a:1:{i:0;i:5;}i:1748044800;a:1:{i:0;i:16;}i:1748048400;a:1:{i:0;i:5;}i:1748052000;a:1:{i:0;i:4;}i:1748055600;a:1:{i:0;i:9;}i:1748059200;a:1:{i:0;i:4;}i:1748062800;a:1:{i:0;i:2;}i:1748066400;a:1:{i:0;i:4;}i:1748070000;a:1:{i:0;i:7;}i:1748073600;a:1:{i:0;i:6;}i:1748077200;a:1:{i:0;i:1;}i:1748080800;a:1:{i:0;i:2;}i:1748084400;a:1:{i:0;i:6;}i:1748088000;a:1:{i:0;i:3;}i:1748091600;a:1:{i:0;i:5;}i:1748095200;a:1:{i:0;i:1;}i:1748098800;a:1:{i:0;i:7;}i:1748102400;a:1:{i:0;i:4;}i:1748106000;a:1:{i:0;i:4;}i:1748113200;a:1:{i:0;i:5;}i:1748116800;a:2:{i:1;i:10;i:0;i:3;}i:1748120400;a:1:{i:0;i:3;}i:1748124000;a:1:{i:0;i:8;}i:1748127600;a:1:{i:0;i:1;}i:1748131200;a:1:{i:0;i:4;}i:1748134800;a:1:{i:0;i:3;}i:1748138400;a:1:{i:0;i:8;}i:1748142000;a:1:{i:0;i:2;}i:1748145600;a:1:{i:0;i:1;}i:1748149200;a:1:{i:0;i:1;}i:1748152800;a:1:{i:0;i:4;}i:1748156400;a:1:{i:0;i:2;}i:1748163600;a:1:{i:0;i:9;}i:1748170800;a:1:{i:0;i:2;}i:1748174400;a:1:{i:0;i:2;}i:1748178000;a:1:{i:0;i:7;}i:1748181600;a:2:{i:0;i:3;i:1;i:1;}i:1748185200;a:1:{i:0;i:1;}i:1748192400;a:1:{i:0;i:8;}i:1748196000;a:1:{i:0;i:2;}i:1748206800;a:1:{i:0;i:8;}i:1748217600;a:1:{i:0;i:1;}i:1748221200;a:1:{i:0;i:10;}i:1748228400;a:1:{i:0;i:1;}i:1748232000;a:1:{i:0;i:7;}i:1748246400;a:1:{i:0;i:8;}i:1748250000;a:1:{i:0;i:4;}i:1748260800;a:2:{i:1;i:5;i:0;i:6;}i:1748275200;a:1:{i:0;i:7;}i:1748278800;a:1:{i:0;i:4;}i:1748282400;a:1:{i:0;i:6;}i:1748286000;a:1:{i:0;i:8;}i:1748289600;a:1:{i:0;i:6;}i:1748293200;a:1:{i:0;i:1;}i:1748304000;a:1:{i:0;i:10;}i:1748307600;a:1:{i:0;i:3;}i:1748318400;a:1:{i:0;i:6;}i:1748322000;a:1:{i:0;i:6;}i:1748325600;a:1:{i:0;i:65;}i:1748329200;a:1:{i:0;i:53;}i:1748332800;a:1:{i:0;i:49;}i:1748336400;a:1:{i:0;i:40;}i:1748340000;a:1:{i:0;i:43;}i:1748343600;a:1:{i:0;i:42;}i:1748347200;a:1:{i:0;i:40;}i:1748350800;a:1:{i:0;i:40;}i:1748354400;a:1:{i:0;i:25;}i:1748358000;a:1:{i:0;i:15;}i:1748361600;a:1:{i:0;i:13;}i:1748365200;a:1:{i:0;i:114;}i:1748368800;a:1:{i:0;i:119;}i:1748372400;a:1:{i:0;i:92;}i:1748376000;a:1:{i:0;i:75;}i:1748379600;a:1:{i:0;i:34;}i:1748383200;a:1:{i:0;i:34;}i:1748390400;a:1:{i:0;i:1;}i:1748394000;a:1:{i:0;i:1;}i:1748397600;a:1:{i:0;i:4;}i:1748401200;a:1:{i:1;i:7;}i:1748404800;a:1:{i:0;i:2;}i:1748408400;a:1:{i:0;i:1;}i:1748412000;a:1:{i:0;i:7;}i:1748422800;a:1:{i:0;i:3;}i:1748430000;a:1:{i:0;i:6;}i:1748440800;a:1:{i:0;i:1;}i:1748448000;a:1:{i:0;i:3;}i:1748451600;a:1:{i:0;i:1;}i:1748455200;a:1:{i:0;i:1;}i:1748476800;a:1:{i:0;i:1;}i:1748484000;a:1:{i:0;i:1;}i:1748505600;a:1:{i:0;i:1;}i:1748509200;a:1:{i:0;i:5;}i:1748512800;a:1:{i:0;i:3;}i:1748516400;a:1:{i:0;i:1;}i:1748527200;a:1:{i:0;i:6;}i:1748538000;a:1:{i:0;i:3;}i:1748541600;a:1:{i:0;i:3;}i:1748545200;a:1:{i:1;i:10;}i:1748559600;a:1:{i:0;i:2;}i:1748566800;a:1:{i:0;i:1;}i:1748570400;a:1:{i:0;i:1;}i:1748581200;a:1:{i:0;i:2;}i:1748592000;a:1:{i:0;i:1;}i:1748595600;a:1:{i:0;i:1;}i:1748610000;a:1:{i:0;i:1;}i:1748628000;a:1:{i:0;i:2;}i:1748631600;a:1:{i:0;i:1;}i:1748635200;a:1:{i:0;i:4;}i:1748642400;a:1:{i:0;i:2;}i:1748646000;a:1:{i:0;i:2;}i:1748649600;a:1:{i:0;i:3;}i:1748656800;a:1:{i:0;i:2;}i:1748660400;a:1:{i:0;i:1;}i:1748667600;a:1:{i:0;i:1;}i:1748682000;a:1:{i:0;i:1;}i:1748689200;a:1:{i:1;i:10;}i:1748696400;a:1:{i:0;i:1;}i:1748703600;a:1:{i:0;i:1;}i:1748718000;a:1:{i:0;i:2;}i:1748721600;a:1:{i:0;i:8;}i:1748725200;a:1:{i:0;i:2;}i:1748728800;a:1:{i:0;i:1;}i:1748736000;a:1:{i:0;i:2;}i:1748739600;a:1:{i:0;i:1;}i:1748754000;a:1:{i:0;i:1;}i:1748764800;a:1:{i:0;i:1;}i:1748782800;a:1:{i:0;i:4;}i:1748786400;a:2:{i:0;i:3;i:1;i:1;}i:1748790000;a:1:{i:0;i:3;}i:1748797200;a:1:{i:0;i:3;}i:1748804400;a:1:{i:0;i:1;}i:1748808000;a:1:{i:0;i:4;}i:1748811600;a:1:{i:0;i:1;}i:1748818800;a:1:{i:0;i:1;}i:1748833200;a:2:{i:0;i:1;i:1;i:9;}i:1748836800;a:1:{i:0;i:2;}i:1748844000;a:1:{i:0;i:30;}i:1748847600;a:1:{i:0;i:39;}i:1748851200;a:1:{i:0;i:15;}i:1748854800;a:1:{i:0;i:43;}i:1748858400;a:1:{i:0;i:28;}i:1748862000;a:1:{i:0;i:24;}i:1748865600;a:1:{i:0;i:11;}i:1748869200;a:1:{i:0;i:3;}i:1748872800;a:1:{i:0;i:3;}i:1748876400;a:1:{i:0;i:3;}i:1748898000;a:1:{i:0;i:1;}i:1748908800;a:1:{i:0;i:1;}i:1748912400;a:1:{i:0;i:1;}i:1748916000;a:1:{i:0;i:2;}i:1748926800;a:1:{i:0;i:3;}i:1748930400;a:1:{i:0;i:3;}i:1748934000;a:1:{i:0;i:2;}i:1748937600;a:1:{i:0;i:8;}i:1748941200;a:1:{i:0;i:13;}i:1748948400;a:1:{i:0;i:11;}i:1748955600;a:1:{i:0;i:2;}i:1748959200;a:1:{i:0;i:7;}i:1748962800;a:1:{i:0;i:3;}i:1748966400;a:1:{i:0;i:1;}i:1748973600;a:1:{i:0;i:11;}i:1748977200;a:1:{i:0;i:1;}i:1748980800;a:2:{i:1;i:4;i:0;i:4;}i:1748984400;a:1:{i:0;i:15;}i:1748988000;a:1:{i:0;i:11;}i:1748991600;a:1:{i:0;i:9;}i:1748995200;a:1:{i:0;i:2;}i:1748998800;a:1:{i:0;i:6;}i:1749006000;a:1:{i:0;i:1;}i:1749009600;a:1:{i:0;i:1;}i:1749024000;a:1:{i:0;i:1;}i:1749045600;a:1:{i:0;i:4;}i:1749049200;a:1:{i:0;i:3;}i:1749060000;a:1:{i:0;i:3;}i:1749078000;a:1:{i:0;i:1;}i:1749085200;a:1:{i:0;i:4;}i:1749088800;a:1:{i:0;i:4;}i:1749092400;a:1:{i:0;i:5;}i:1749096000;a:1:{i:0;i:5;}i:1749099600;a:1:{i:0;i:6;}i:1749103200;a:1:{i:0;i:4;}i:1749106800;a:1:{i:0;i:8;}i:1749110400;a:1:{i:0;i:7;}i:1749114000;a:1:{i:0;i:5;}i:1749117600;a:1:{i:0;i:4;}i:1749121200;a:2:{i:0;i:8;i:1;i:6;}i:1749124800;a:1:{i:0;i:4;}i:1749128400;a:1:{i:0;i:2;}i:1749132000;a:1:{i:0;i:1;}i:1749135600;a:1:{i:0;i:4;}i:1749157200;a:1:{i:0;i:2;}i:1749168000;a:1:{i:0;i:3;}i:1749171600;a:1:{i:0;i:4;}i:1749193200;a:1:{i:0;i:1;}i:1749207600;a:1:{i:0;i:1;}i:1749211200;a:1:{i:0;i:1;}i:1749214800;a:1:{i:0;i:2;}i:1749218400;a:1:{i:0;i:1;}i:1749222000;a:1:{i:0;i:6;}i:1749225600;a:1:{i:0;i:3;}i:1749229200;a:1:{i:0;i:2;}i:1749232800;a:1:{i:0;i:3;}i:1749236400;a:1:{i:0;i:1;}i:1749254400;a:1:{i:0;i:2;}i:1749258000;a:1:{i:0;i:1;}i:1749261600;a:1:{i:0;i:1;}i:1749265200;a:2:{i:0;i:3;i:1;i:9;}i:1749268800;a:1:{i:0;i:12;}i:1749272400;a:1:{i:0;i:27;}i:1749276000;a:1:{i:0;i:18;}i:1749279600;a:1:{i:0;i:15;}i:1749283200;a:1:{i:0;i:7;}i:1749286800;a:1:{i:0;i:34;}i:1749290400;a:1:{i:0;i:11;}i:1749294000;a:1:{i:0;i:48;}i:1749297600;a:1:{i:0;i:66;}i:1749301200;a:1:{i:0;i:66;}i:1749304800;a:1:{i:0;i:72;}i:1749308400;a:1:{i:0;i:73;}i:1749312000;a:1:{i:0;i:73;}i:1749315600;a:1:{i:0;i:70;}i:1749319200;a:1:{i:0;i:74;}i:1749322800;a:1:{i:0;i:84;}i:1749326400;a:1:{i:0;i:91;}i:1749330000;a:1:{i:0;i:81;}i:1749333600;a:1:{i:0;i:83;}i:1749337200;a:1:{i:0;i:88;}i:1749340800;a:1:{i:0;i:94;}i:1749344400;a:1:{i:0;i:89;}i:1749348000;a:1:{i:0;i:57;}i:1749351600;a:2:{i:0;i:70;i:1;i:1;}i:1749355200;a:1:{i:0;i:60;}i:1749358800;a:1:{i:0;i:76;}i:1749362400;a:1:{i:0;i:55;}i:1749366000;a:1:{i:0;i:89;}i:1749369600;a:1:{i:0;i:54;}i:1749373200;a:1:{i:0;i:15;}i:1749376800;a:1:{i:0;i:14;}i:1749380400;a:1:{i:0;i:17;}i:1749384000;a:1:{i:0;i:35;}i:1749387600;a:1:{i:0;i:15;}i:1749391200;a:1:{i:0;i:30;}i:1749394800;a:1:{i:0;i:12;}i:1749398400;a:1:{i:0;i:6;}i:1749402000;a:1:{i:0;i:12;}i:1749405600;a:1:{i:0;i:26;}i:1749409200;a:2:{i:0;i:24;i:1;i:10;}i:1749412800;a:1:{i:0;i:13;}i:1749416400;a:1:{i:0;i:31;}i:1749420000;a:1:{i:0;i:25;}i:1749423600;a:2:{i:0;i:17;i:1;i:1;}i:1749427200;a:1:{i:0;i:28;}i:1749430800;a:1:{i:0;i:9;}i:1749434400;a:1:{i:0;i:14;}i:1749438000;a:1:{i:0;i:18;}i:1749441600;a:1:{i:0;i:15;}i:1749445200;a:1:{i:0;i:19;}i:1749448800;a:1:{i:0;i:24;}i:1749452400;a:1:{i:0;i:18;}i:1749456000;a:1:{i:0;i:35;}i:1749459600;a:1:{i:0;i:10;}i:1749463200;a:1:{i:0;i:22;}i:1749466800;a:1:{i:0;i:23;}i:1749470400;a:1:{i:0;i:3;}i:1749474000;a:1:{i:0;i:1;}i:1749481200;a:1:{i:0;i:2;}i:1749484800;a:1:{i:0;i:3;}i:1749488400;a:1:{i:0;i:1;}i:1749492000;a:1:{i:0;i:1;}i:1749502800;a:1:{i:0;i:2;}i:1749506400;a:1:{i:0;i:4;}i:1749513600;a:1:{i:0;i:4;}i:1749520800;a:1:{i:0;i:3;}i:1749524400;a:1:{i:0;i:1;}i:1749528000;a:1:{i:0;i:1;}i:1749538800;a:1:{i:0;i:1;}i:1749546000;a:1:{i:0;i:1;}i:1749549600;a:1:{i:0;i:1;}i:1749553200;a:2:{i:0;i:1;i:1;i:10;}i:1749556800;a:1:{i:0;i:2;}i:1749560400;a:1:{i:0;i:1;}i:1749564000;a:1:{i:0;i:1;}i:1749567600;a:1:{i:0;i:6;}i:1749574800;a:1:{i:0;i:4;}i:1749578400;a:1:{i:0;i:5;}i:1749582000;a:1:{i:0;i:1;}i:1749585600;a:1:{i:0;i:2;}i:1749592800;a:1:{i:0;i:2;}i:1749596400;a:1:{i:0;i:1;}i:1749600000;a:1:{i:0;i:1;}i:1749607200;a:1:{i:0;i:1;}i:1749610800;a:1:{i:0;i:1;}i:1749618000;a:1:{i:0;i:3;}i:1749621600;a:1:{i:0;i:1;}i:1749632400;a:1:{i:0;i:1;}i:1749639600;a:1:{i:0;i:1;}i:1749643200;a:1:{i:0;i:1;}i:1749654000;a:1:{i:0;i:1;}i:1749657600;a:1:{i:0;i:2;}i:1749661200;a:1:{i:0;i:1;}i:1749664800;a:1:{i:0;i:4;}i:1749668400;a:1:{i:0;i:4;}i:1749675600;a:1:{i:0;i:2;}i:1749679200;a:1:{i:0;i:2;}i:1749682800;a:1:{i:0;i:2;}i:1749690000;a:1:{i:0;i:5;}i:1749697200;a:1:{i:1;i:10;}i:1749700800;a:1:{i:0;i:1;}i:1749704400;a:1:{i:0;i:3;}i:1749708000;a:1:{i:0;i:1;}i:1749711600;a:1:{i:0;i:3;}i:1749715200;a:1:{i:0;i:1;}i:1749722400;a:1:{i:0;i:4;}i:1749726000;a:1:{i:0;i:1;}i:1749733200;a:1:{i:0;i:1;}i:1749736800;a:1:{i:0;i:3;}i:1749740400;a:1:{i:0;i:2;}i:1749744000;a:1:{i:0;i:1;}i:1749747600;a:1:{i:0;i:4;}i:1749751200;a:1:{i:0;i:1;}i:1749754800;a:1:{i:0;i:1;}i:1749769200;a:1:{i:0;i:1;}i:1749776400;a:1:{i:0;i:1;}i:1749780000;a:1:{i:0;i:2;}i:1749783600;a:2:{i:0;i:2;i:1;i:1;}i:1749787200;a:1:{i:0;i:2;}i:1749790800;a:1:{i:0;i:2;}i:1749794400;a:1:{i:0;i:3;}i:1749798000;a:1:{i:0;i:2;}i:1749801600;a:1:{i:0;i:2;}i:1749805200;a:1:{i:0;i:2;}i:1749808800;a:1:{i:0;i:4;}i:1749812400;a:1:{i:0;i:2;}i:1749816000;a:1:{i:0;i:2;}i:1749819600;a:1:{i:0;i:3;}i:1749823200;a:1:{i:0;i:2;}i:1749826800;a:1:{i:0;i:2;}i:1749830400;a:1:{i:0;i:2;}i:1749834000;a:1:{i:0;i:3;}i:1749837600;a:1:{i:0;i:3;}i:1749841200;a:2:{i:0;i:7;i:1;i:10;}i:1749844800;a:1:{i:0;i:3;}i:1749862800;a:1:{i:0;i:4;}i:1749866400;a:1:{i:0;i:3;}i:1749870000;a:1:{i:0;i:3;}i:1749873600;a:1:{i:0;i:2;}i:1749877200;a:1:{i:0;i:5;}i:1749880800;a:1:{i:0;i:3;}i:1749884400;a:1:{i:0;i:1;}i:1749888000;a:1:{i:0;i:1;}i:1749891600;a:1:{i:0;i:1;}i:1749895200;a:1:{i:0;i:2;}i:1749898800;a:1:{i:0;i:1;}i:1749924000;a:1:{i:0;i:1;}i:1749927600;a:1:{i:0;i:1;}i:1749931200;a:1:{i:0;i:3;}i:1749934800;a:1:{i:0;i:2;}i:1749938400;a:1:{i:0;i:2;}i:1749942000;a:1:{i:0;i:3;}i:1749945600;a:1:{i:0;i:1;}i:1749949200;a:1:{i:0;i:2;}i:1749952800;a:1:{i:0;i:3;}i:1749956400;a:2:{i:1;i:1;i:0;i:2;}i:1749960000;a:1:{i:0;i:2;}i:1749963600;a:1:{i:0;i:2;}i:1749967200;a:1:{i:0;i:1;}i:1749970800;a:1:{i:0;i:6;}i:1749974400;a:1:{i:0;i:6;}i:1749978000;a:1:{i:0;i:2;}i:1749981600;a:1:{i:0;i:5;}i:1749985200;a:2:{i:0;i:1;i:1;i:11;}i:1749992400;a:1:{i:0;i:4;}i:1749996000;a:1:{i:0;i:5;}i:1749999600;a:1:{i:0;i:3;}i:1750003200;a:1:{i:0;i:4;}i:1750014000;a:1:{i:0;i:3;}i:1750017600;a:1:{i:0;i:1;}i:1750035600;a:1:{i:0;i:1;}i:1750042800;a:1:{i:0;i:2;}i:1750050000;a:1:{i:0;i:2;}i:1750053600;a:1:{i:0;i:5;}i:1750057200;a:1:{i:0;i:1;}i:1750060800;a:1:{i:0;i:2;}i:1750064400;a:1:{i:0;i:7;}i:1750068000;a:1:{i:0;i:3;}i:1750071600;a:1:{i:0;i:1;}i:1750075200;a:1:{i:0;i:4;}i:1750078800;a:1:{i:0;i:1;}i:1750082400;a:1:{i:0;i:6;}i:1750086000;a:1:{i:0;i:4;}i:1750089600;a:1:{i:0;i:1;}i:1750093200;a:1:{i:0;i:2;}i:1750096800;a:1:{i:0;i:2;}i:1750100400;a:1:{i:0;i:2;}i:1750104000;a:1:{i:0;i:2;}i:1750107600;a:1:{i:0;i:1;}i:1750111200;a:1:{i:0;i:3;}i:1750114800;a:1:{i:0;i:1;}i:1750118400;a:1:{i:0;i:3;}i:1750122000;a:1:{i:0;i:2;}i:1750125600;a:1:{i:0;i:2;}i:1750129200;a:2:{i:1;i:10;i:0;i:1;}i:1750136400;a:1:{i:0;i:2;}i:1750140000;a:1:{i:0;i:1;}i:1750143600;a:1:{i:0;i:1;}i:1750147200;a:1:{i:0;i:1;}i:1750150800;a:1:{i:0;i:1;}i:1750154400;a:1:{i:0;i:2;}i:1750158000;a:1:{i:0;i:2;}i:1750161600;a:1:{i:0;i:2;}i:1750165200;a:1:{i:0;i:9;}i:1750168800;a:1:{i:0;i:1;}i:1750172400;a:1:{i:0;i:2;}i:1750176000;a:1:{i:0;i:4;}i:1750179600;a:1:{i:0;i:10;}i:1750183200;a:1:{i:0;i:2;}i:1750186800;a:1:{i:0;i:3;}i:1750190400;a:1:{i:0;i:1;}i:1750194000;a:1:{i:0;i:3;}i:1750197600;a:1:{i:0;i:4;}i:1750201200;a:1:{i:0;i:6;}i:1750204800;a:1:{i:0;i:4;}i:1750208400;a:1:{i:0;i:3;}i:1750212000;a:1:{i:0;i:3;}i:1750215600;a:1:{i:0;i:2;}i:1750219200;a:1:{i:0;i:8;}i:1750222800;a:1:{i:0;i:7;}i:1750226400;a:1:{i:0;i:2;}i:1750230000;a:1:{i:0;i:2;}i:1750233600;a:1:{i:0;i:5;}i:1750255200;a:1:{i:0;i:1;}i:1750258800;a:1:{i:0;i:1;}i:1750262400;a:1:{i:0;i:3;}i:1750266000;a:1:{i:0;i:4;}i:1750269600;a:1:{i:0;i:5;}i:1750273200;a:1:{i:0;i:2;}i:1750276800;a:1:{i:0;i:3;}i:1750280400;a:1:{i:0;i:12;}i:1750284000;a:1:{i:0;i:15;}i:1750287600;a:1:{i:0;i:12;}i:1750291200;a:1:{i:0;i:19;}i:1750294800;a:1:{i:0;i:4;}i:1750298400;a:1:{i:0;i:1;}i:1750302000;a:1:{i:0;i:4;}i:1750305600;a:1:{i:0;i:4;}i:1750309200;a:1:{i:0;i:4;}i:1750312800;a:1:{i:0;i:8;}i:1750316400;a:1:{i:0;i:5;}i:1750320000;a:1:{i:0;i:7;}i:1750323600;a:1:{i:0;i:7;}i:1750327200;a:1:{i:0;i:5;}i:1750330800;a:1:{i:0;i:6;}i:1750334400;a:1:{i:0;i:5;}i:1750338000;a:1:{i:0;i:3;}i:1750341600;a:1:{i:0;i:3;}i:1750352400;a:1:{i:0;i:1;}i:1750374000;a:1:{i:0;i:2;}i:1750381200;a:1:{i:0;i:2;}i:1750384800;a:1:{i:0;i:1;}i:1750388400;a:1:{i:0;i:2;}i:1750392000;a:1:{i:0;i:1;}i:1750395600;a:1:{i:0;i:2;}i:1750399200;a:1:{i:0;i:2;}i:1750402800;a:1:{i:0;i:2;}i:1750406400;a:1:{i:0;i:1;}i:1750413600;a:1:{i:0;i:1;}i:1750417200;a:1:{i:0;i:1;}i:1750420800;a:1:{i:0;i:1;}i:1750424400;a:1:{i:0;i:1;}i:1750428000;a:1:{i:0;i:1;}i:1750431600;a:1:{i:0;i:1;}i:1750435200;a:1:{i:0;i:2;}i:1750438800;a:1:{i:0;i:1;}i:1750442400;a:1:{i:0;i:1;}i:1750446000;a:1:{i:0;i:3;}i:1750449600;a:1:{i:0;i:1;}i:1750453200;a:1:{i:0;i:4;}i:1750456800;a:1:{i:0;i:4;}i:1750460400;a:1:{i:0;i:4;}i:1750464000;a:1:{i:0;i:4;}i:1750467600;a:1:{i:0;i:3;}i:1750471200;a:1:{i:0;i:4;}i:1750474800;a:1:{i:0;i:13;}i:1750478400;a:1:{i:0;i:15;}i:1750482000;a:1:{i:0;i:17;}i:1750485600;a:1:{i:0;i:11;}i:1750489200;a:1:{i:0;i:10;}i:1750492800;a:1:{i:0;i:12;}i:1750496400;a:1:{i:0;i:10;}i:1750500000;a:1:{i:0;i:13;}i:1750503600;a:1:{i:0;i:15;}i:1750507200;a:1:{i:0;i:7;}i:1750510800;a:1:{i:0;i:13;}i:1750514400;a:1:{i:0;i:10;}i:1750518000;a:1:{i:0;i:13;}i:1750521600;a:1:{i:0;i:9;}i:1750525200;a:1:{i:0;i:11;}i:1750528800;a:1:{i:0;i:4;}i:1750532400;a:1:{i:0;i:4;}i:1750536000;a:1:{i:0;i:14;}i:1750539600;a:1:{i:0;i:9;}i:1750543200;a:1:{i:0;i:13;}i:1750546800;a:1:{i:0;i:9;}i:1750550400;a:1:{i:0;i:5;}i:1750554000;a:1:{i:0;i:3;}i:1750557600;a:1:{i:0;i:3;}i:1750561200;a:2:{i:0;i:11;i:1;i:1;}i:1750564800;a:1:{i:0;i:2;}i:1750568400;a:1:{i:0;i:2;}i:1750572000;a:1:{i:0;i:4;}i:1750575600;a:1:{i:0;i:3;}i:1750597200;a:1:{i:0;i:4;}i:1750611600;a:1:{i:0;i:3;}i:1750622400;a:1:{i:0;i:1;}i:1750633200;a:1:{i:1;i:1;}i:1750647600;a:1:{i:0;i:1;}i:1750651200;a:1:{i:0;i:1;}i:1750654800;a:1:{i:0;i:1;}i:1750676400;a:1:{i:0;i:3;}i:1750680000;a:1:{i:0;i:3;}i:1750683600;a:1:{i:0;i:4;}i:1750687200;a:1:{i:0;i:4;}i:1750690800;a:1:{i:0;i:3;}i:1750701600;a:1:{i:0;i:1;}i:1750712400;a:1:{i:0;i:3;}i:1750716000;a:1:{i:0;i:5;}i:1750719600;a:1:{i:0;i:4;}i:1750723200;a:1:{i:0;i:6;}i:1750726800;a:1:{i:0;i:6;}i:1750730400;a:1:{i:0;i:5;}i:1750737600;a:1:{i:0;i:7;}i:1750741200;a:1:{i:0;i:5;}i:1750744800;a:1:{i:0;i:6;}i:1750748400;a:1:{i:0;i:5;}i:1750752000;a:1:{i:0;i:5;}i:1750755600;a:1:{i:0;i:4;}i:1750759200;a:1:{i:0;i:5;}i:1750762800;a:1:{i:0;i:4;}i:1750766400;a:1:{i:0;i:6;}i:1750770000;a:1:{i:0;i:3;}i:1750784400;a:1:{i:0;i:1;}i:1750798800;a:1:{i:0;i:2;}i:1750802400;a:1:{i:0;i:3;}i:1750806000;a:1:{i:0;i:2;}i:1750809600;a:1:{i:0;i:2;}i:1750813200;a:1:{i:0;i:6;}i:1750816800;a:1:{i:0;i:9;}i:1750820400;a:1:{i:0;i:7;}i:1750824000;a:1:{i:0;i:7;}i:1750827600;a:1:{i:0;i:6;}i:1750831200;a:1:{i:0;i:6;}i:1750834800;a:1:{i:0;i:1;}i:1750845600;a:1:{i:0;i:3;}i:1750849200;a:1:{i:0;i:6;}i:1750852800;a:1:{i:0;i:5;}i:1750856400;a:1:{i:0;i:5;}i:1750860000;a:1:{i:0;i:8;}i:1750863600;a:1:{i:0;i:6;}i:1750870800;a:1:{i:0;i:6;}i:1750874400;a:1:{i:0;i:1;}i:1750878000;a:1:{i:0;i:3;}i:1750881600;a:1:{i:0;i:5;}i:1750885200;a:1:{i:0;i:3;}i:1750888800;a:1:{i:0;i:3;}i:1750899600;a:1:{i:0;i:1;}i:1750906800;a:1:{i:0;i:1;}i:1750910400;a:1:{i:0;i:9;}i:1750914000;a:1:{i:0;i:5;}i:1750917600;a:1:{i:0;i:7;}i:1750921200;a:1:{i:0;i:6;}i:1750924800;a:1:{i:0;i:6;}i:1750928400;a:1:{i:0;i:6;}i:1750932000;a:1:{i:0;i:5;}i:1750935600;a:1:{i:0;i:6;}i:1750939200;a:1:{i:0;i:6;}i:1750942800;a:1:{i:0;i:5;}i:1750946400;a:1:{i:0;i:7;}i:1750950000;a:1:{i:0;i:6;}i:1750953600;a:1:{i:0;i:5;}i:1750957200;a:1:{i:0;i:12;}i:1750960800;a:1:{i:0;i:9;}i:1750964400;a:1:{i:0;i:10;}i:1750968000;a:1:{i:0;i:6;}i:1750971600;a:1:{i:0;i:6;}i:1750975200;a:1:{i:0;i:6;}i:1750978800;a:1:{i:0;i:7;}i:1750982400;a:1:{i:0;i:7;}i:1750986000;a:1:{i:0;i:7;}i:1750989600;a:1:{i:0;i:3;}i:1750993200;a:1:{i:0;i:9;}i:1750996800;a:1:{i:0;i:4;}i:1751000400;a:1:{i:0;i:5;}i:1751004000;a:1:{i:0;i:5;}i:1751007600;a:1:{i:0;i:4;}i:1751011200;a:1:{i:0;i:11;}i:1751014800;a:1:{i:0;i:10;}i:1751018400;a:1:{i:0;i:6;}i:1751022000;a:1:{i:0;i:4;}i:1751025600;a:1:{i:0;i:2;}i:1751029200;a:1:{i:0;i:4;}i:1751032800;a:1:{i:0;i:8;}i:1751036400;a:1:{i:0;i:2;}i:1751040000;a:1:{i:0;i:4;}i:1751043600;a:1:{i:0;i:4;}i:1751047200;a:1:{i:0;i:3;}i:1751050800;a:1:{i:0;i:4;}i:1751054400;a:1:{i:0;i:2;}i:1751058000;a:1:{i:0;i:8;}i:1751061600;a:1:{i:0;i:26;}i:1751065200;a:1:{i:0;i:4;}i:1751068800;a:1:{i:0;i:4;}i:1751072400;a:1:{i:0;i:2;}i:1751076000;a:1:{i:0;i:4;}i:1751079600;a:1:{i:0;i:9;}i:1751083200;a:1:{i:0;i:4;}i:1751086800;a:1:{i:0;i:5;}i:1751090400;a:1:{i:0;i:10;}i:1751094000;a:1:{i:0;i:7;}i:1751097600;a:1:{i:0;i:5;}i:1751101200;a:1:{i:0;i:7;}i:1751104800;a:1:{i:0;i:2;}i:1751108400;a:1:{i:0;i:6;}i:1751112000;a:1:{i:0;i:7;}i:1751115600;a:1:{i:0;i:2;}i:1751119200;a:1:{i:0;i:8;}i:1751122800;a:1:{i:0;i:2;}i:1751126400;a:1:{i:0;i:4;}i:1751133600;a:1:{i:0;i:4;}i:1751137200;a:1:{i:0;i:9;}i:1751140800;a:1:{i:0;i:7;}i:1751144400;a:1:{i:0;i:4;}i:1751148000;a:1:{i:0;i:2;}i:1751151600;a:1:{i:0;i:4;}i:1751155200;a:1:{i:0;i:3;}i:1751158800;a:1:{i:0;i:5;}i:1751162400;a:1:{i:0;i:2;}i:1751166000;a:1:{i:0;i:12;}i:1751169600;a:2:{i:1;i:1;i:0;i:4;}i:1751173200;a:1:{i:0;i:6;}i:1751176800;a:1:{i:0;i:4;}i:1751187600;a:1:{i:0;i:2;}i:1751194800;a:1:{i:0;i:7;}i:1751198400;a:1:{i:0;i:7;}i:1751209200;a:1:{i:0;i:12;}i:1751216400;a:1:{i:0;i:3;}i:1751220000;a:1:{i:0;i:7;}i:1751223600;a:1:{i:0;i:3;}i:1751227200;a:1:{i:0;i:21;}i:1751234400;a:1:{i:0;i:7;}i:1751245200;a:1:{i:0;i:15;}i:1751252400;a:1:{i:0;i:14;}i:1751256000;a:1:{i:0;i:14;}i:1751259600;a:1:{i:0;i:7;}i:1751266800;a:1:{i:0;i:21;}i:1751270400;a:1:{i:0;i:21;}i:1751274000;a:1:{i:0;i:7;}i:1751277600;a:1:{i:0;i:21;}i:1751284800;a:1:{i:0;i:14;}i:1751292000;a:1:{i:0;i:5;}i:1751295600;a:1:{i:0;i:3;}i:1751299200;a:1:{i:0;i:5;}i:1751302800;a:1:{i:0;i:4;}i:1751306400;a:1:{i:0;i:9;}i:1751310000;a:1:{i:0;i:9;}i:1751313600;a:1:{i:0;i:4;}i:1751317200;a:1:{i:0;i:4;}i:1751320800;a:1:{i:0;i:8;}i:1751324400;a:1:{i:0;i:8;}i:1751328000;a:1:{i:0;i:4;}i:1751331600;a:1:{i:0;i:5;}i:1751335200;a:1:{i:0;i:9;}i:1751338800;a:1:{i:0;i:3;}i:1751353200;a:1:{i:0;i:2;}i:1751364000;a:1:{i:0;i:5;}i:1751367600;a:1:{i:0;i:5;}i:1751371200;a:1:{i:0;i:6;}i:1751374800;a:1:{i:0;i:7;}i:1751378400;a:1:{i:0;i:6;}i:1751382000;a:1:{i:0;i:14;}i:1751385600;a:1:{i:0;i:8;}i:1751389200;a:1:{i:0;i:18;}i:1751392800;a:1:{i:0;i:4;}i:1751396400;a:1:{i:0;i:3;}i:1751400000;a:1:{i:0;i:11;}i:1751403600;a:1:{i:0;i:1;}i:1751407200;a:1:{i:0;i:14;}i:1751410800;a:1:{i:0;i:1;}i:1751414400;a:1:{i:0;i:1;}i:1751421600;a:1:{i:0;i:15;}i:1751425200;a:2:{i:0;i:7;i:1;i:11;}i:1751432400;a:1:{i:0;i:17;}i:1751436000;a:1:{i:0;i:3;}i:1751439600;a:1:{i:0;i:2;}i:1751443200;a:1:{i:0;i:11;}i:1751446800;a:1:{i:0;i:1;}i:1751450400;a:1:{i:0;i:15;}i:1751454000;a:1:{i:0;i:8;}i:1751457600;a:1:{i:0;i:15;}i:1751461200;a:1:{i:0;i:3;}i:1751464800;a:1:{i:0;i:11;}i:1751468400;a:1:{i:0;i:3;}i:1751472000;a:1:{i:0;i:6;}i:1751475600;a:1:{i:0;i:2;}i:1751479200;a:1:{i:0;i:2;}i:1751482800;a:1:{i:0;i:13;}i:1751486400;a:1:{i:0;i:1;}i:1751490000;a:1:{i:0;i:7;}i:1751493600;a:1:{i:0;i:1;}i:1751497200;a:1:{i:0;i:10;}i:1751508000;a:1:{i:0;i:12;}i:1751511600;a:1:{i:0;i:4;}i:1751515200;a:1:{i:0;i:15;}i:1751518800;a:1:{i:0;i:6;}i:1751522400;a:1:{i:0;i:12;}i:1751526000;a:1:{i:0;i:4;}i:1751529600;a:1:{i:0;i:15;}i:1751533200;a:1:{i:0;i:4;}i:1751536800;a:1:{i:0;i:10;}i:1751547600;a:1:{i:0;i:10;}i:1751551200;a:1:{i:0;i:5;}i:1751554800;a:1:{i:0;i:12;}i:1751558400;a:1:{i:0;i:1;}i:1751565600;a:1:{i:0;i:4;}i:1751572800;a:1:{i:0;i:9;}i:1751580000;a:1:{i:0;i:9;}i:1751583600;a:1:{i:0;i:6;}i:1751587200;a:1:{i:0;i:15;}i:1751590800;a:1:{i:0;i:5;}i:1751594400;a:1:{i:0;i:13;}i:1751598000;a:1:{i:0;i:4;}i:1751601600;a:1:{i:0;i:9;}i:1751605200;a:1:{i:0;i:10;}i:1751608800;a:1:{i:0;i:9;}i:1751612400;a:1:{i:0;i:15;}i:1751616000;a:1:{i:0;i:9;}i:1751619600;a:1:{i:0;i:17;}i:1751623200;a:1:{i:0;i:11;}i:1751626800;a:1:{i:0;i:21;}i:1751630400;a:1:{i:0;i:11;}i:1751634000;a:1:{i:0;i:21;}i:1751637600;a:1:{i:0;i:10;}i:1751641200;a:1:{i:0;i:12;}i:1751644800;a:1:{i:0;i:18;}i:1751648400;a:1:{i:0;i:5;}i:1751652000;a:1:{i:0;i:17;}i:1751655600;a:1:{i:0;i:20;}i:1751659200;a:1:{i:0;i:10;}i:1751662800;a:1:{i:0;i:18;}i:1751666400;a:1:{i:0;i:10;}i:1751670000;a:1:{i:0;i:27;}i:1751673600;a:1:{i:0;i:10;}i:1751677200;a:1:{i:0;i:16;}i:1751680800;a:1:{i:0;i:3;}i:1751684400;a:1:{i:0;i:11;}i:1751688000;a:1:{i:0;i:3;}i:1751691600;a:1:{i:0;i:1;}i:1751695200;a:1:{i:0;i:10;}i:1751698800;a:1:{i:0;i:1;}i:1751702400;a:1:{i:0;i:9;}i:1751706000;a:1:{i:0;i:11;}i:1751709600;a:1:{i:0;i:8;}i:1751713200;a:1:{i:0;i:10;}i:1751716800;a:1:{i:0;i:7;}i:1751720400;a:1:{i:0;i:8;}i:1751724000;a:1:{i:0;i:5;}i:1751727600;a:1:{i:0;i:14;}i:1751731200;a:1:{i:0;i:10;}i:1751734800;a:1:{i:0;i:14;}i:1751738400;a:1:{i:0;i:10;}i:1751742000;a:1:{i:0;i:7;}i:1751745600;a:1:{i:0;i:17;}i:1751749200;a:1:{i:0;i:8;}i:1751752800;a:1:{i:0;i:9;}i:1751756400;a:1:{i:0;i:4;}i:1751760000;a:1:{i:0;i:10;}i:1751763600;a:1:{i:0;i:8;}i:1751767200;a:1:{i:0;i:9;}i:1751770800;a:1:{i:0;i:7;}i:1751774400;a:2:{i:0;i:4;i:1;i:1;}i:1751778000;a:1:{i:0;i:6;}i:1751781600;a:1:{i:0;i:11;}i:1751785200;a:1:{i:0;i:6;}i:1751788800;a:1:{i:0;i:7;}i:1751792400;a:1:{i:0;i:4;}i:1751796000;a:1:{i:0;i:14;}i:1751799600;a:1:{i:0;i:8;}i:1751803200;a:1:{i:0;i:3;}i:1751806800;a:1:{i:0;i:11;}i:1751814000;a:1:{i:0;i:2;}i:1751817600;a:1:{i:0;i:15;}i:1751821200;a:1:{i:0;i:8;}i:1751824800;a:1:{i:0;i:2;}i:1751828400;a:1:{i:0;i:15;}i:1751832000;a:1:{i:0;i:2;}i:1751835600;a:1:{i:0;i:17;}i:1751839200;a:1:{i:0;i:3;}i:1751842800;a:1:{i:0;i:7;}i:1751846400;a:1:{i:0;i:14;}i:1751850000;a:1:{i:0;i:6;}i:1751853600;a:1:{i:0;i:1;}i:1751857200;a:1:{i:0;i:12;}i:1751860800;a:1:{i:0;i:2;}i:1751864400;a:1:{i:0;i:13;}i:1751868000;a:1:{i:0;i:3;}i:1751871600;a:1:{i:0;i:2;}i:1751875200;a:1:{i:0;i:13;}i:1751878800;a:1:{i:0;i:10;}i:1751882400;a:1:{i:0;i:3;}i:1751886000;a:1:{i:0;i:13;}i:1751889600;a:1:{i:0;i:3;}i:1751893200;a:1:{i:0;i:2;}i:1751896800;a:1:{i:0;i:243;}i:1751900400;a:1:{i:0;i:381;}i:1751904000;a:1:{i:0;i:345;}i:1751907600;a:1:{i:0;i:376;}i:1751911200;a:1:{i:0;i:165;}i:1751914800;a:1:{i:0;i:4;}i:1751918400;a:1:{i:0;i:3;}i:1751922000;a:1:{i:0;i:4;}i:1751925600;a:1:{i:0;i:4;}i:1751929200;a:1:{i:0;i:2;}i:1751932800;a:1:{i:0;i:3;}i:1751936400;a:1:{i:0;i:6;}i:1751940000;a:1:{i:0;i:1;}i:1751943600;a:1:{i:0;i:4;}i:1751947200;a:1:{i:0;i:5;}i:1751950800;a:1:{i:0;i:5;}i:1751954400;a:1:{i:0;i:28;}i:1751958000;a:1:{i:0;i:4;}i:1751961600;a:1:{i:0;i:4;}i:1751965200;a:1:{i:0;i:4;}i:1751968800;a:1:{i:0;i:4;}i:1751972400;a:1:{i:0;i:5;}i:1751976000;a:1:{i:0;i:11;}i:1751979600;a:1:{i:0;i:13;}i:1751983200;a:1:{i:0;i:13;}i:1751986800;a:1:{i:0;i:15;}i:1751990400;a:1:{i:0;i:9;}i:1751994000;a:1:{i:0;i:17;}i:1751997600;a:1:{i:0;i:33;}i:1752001200;a:1:{i:0;i:9;}i:1752004800;a:1:{i:0;i:7;}i:1752008400;a:1:{i:0;i:8;}i:1752012000;a:1:{i:0;i:10;}i:1752015600;a:1:{i:0;i:1;}i:1752019200;a:1:{i:0;i:1;}i:1752022800;a:1:{i:0;i:4;}i:1752026400;a:1:{i:0;i:1;}i:1752030000;a:1:{i:0;i:3;}i:1752033600;a:1:{i:0;i:1;}i:1752037200;a:1:{i:0;i:2;}i:1752040800;a:1:{i:0;i:2;}i:1752044400;a:1:{i:0;i:2;}i:1752048000;a:1:{i:0;i:2;}i:1752055200;a:1:{i:0;i:4;}i:1752058800;a:1:{i:0;i:138;}i:1752062400;a:1:{i:0;i:127;}i:1752066000;a:1:{i:0;i:142;}i:1752069600;a:1:{i:0;i:131;}i:1752073200;a:1:{i:0;i:100;}i:1752076800;a:1:{i:0;i:128;}i:1752080400;a:1:{i:0;i:143;}i:1752084000;a:1:{i:0;i:118;}i:1752087600;a:1:{i:0;i:146;}i:1752091200;a:1:{i:0;i:125;}i:1752094800;a:1:{i:0;i:88;}i:1752098400;a:1:{i:0;i:9;}i:1752102000;a:1:{i:0;i:9;}i:1752105600;a:1:{i:0;i:2;}i:1752109200;a:1:{i:0;i:7;}i:1752112800;a:1:{i:0;i:8;}i:1752116400;a:1:{i:0;i:2;}i:1752120000;a:1:{i:0;i:13;}i:1752123600;a:1:{i:0;i:1;}i:1752127200;a:1:{i:0;i:2;}i:1752130800;a:1:{i:0;i:8;}i:1752134400;a:1:{i:0;i:2;}i:1752138000;a:1:{i:0;i:3;}i:1752141600;a:1:{i:0;i:6;}i:1752145200;a:1:{i:0;i:2;}i:1752148800;a:1:{i:0;i:2;}i:1752152400;a:1:{i:0;i:1;}i:1752156000;a:1:{i:0;i:5;}i:1752163200;a:1:{i:0;i:11;}i:1752166800;a:1:{i:0;i:1;}i:1752170400;a:1:{i:0;i:1;}i:1752174000;a:1:{i:0;i:3;}i:1752177600;a:1:{i:0;i:2;}i:1752181200;a:1:{i:0;i:5;}i:1752184800;a:1:{i:0;i:2;}i:1752188400;a:1:{i:0;i:1;}i:1752192000;a:1:{i:0;i:6;}i:1752195600;a:1:{i:0;i:2;}i:1752199200;a:1:{i:0;i:1;}i:1752202800;a:1:{i:0;i:10;}i:1752206400;a:1:{i:0;i:1;}i:1752210000;a:1:{i:0;i:10;}i:1752217200;a:1:{i:0;i:1;}i:1752220800;a:1:{i:0;i:7;}i:1752224400;a:1:{i:0;i:9;}i:1752228000;a:1:{i:0;i:3;}i:1752231600;a:1:{i:0;i:1;}i:1752235200;a:1:{i:0;i:17;}i:1752238800;a:1:{i:0;i:23;}i:1752242400;a:1:{i:0;i:39;}i:1752246000;a:1:{i:0;i:3;}i:1752249600;a:1:{i:0;i:9;}i:1752253200;a:1:{i:0;i:1;}i:1752256800;a:1:{i:0;i:18;}i:1752260400;a:1:{i:0;i:5;}i:1752264000;a:1:{i:0;i:27;}i:1752267600;a:1:{i:0;i:1;}i:1752271200;a:1:{i:0;i:15;}i:1752274800;a:1:{i:0;i:4;}i:1752278400;a:1:{i:0;i:6;}i:1752282000;a:1:{i:0;i:11;}i:1752285600;a:1:{i:0;i:4;}i:1752289200;a:1:{i:0;i:11;}i:1752292800;a:1:{i:0;i:8;}i:1752296400;a:1:{i:0;i:7;}i:1752300000;a:1:{i:0;i:12;}i:1752303600;a:1:{i:0;i:7;}i:1752307200;a:1:{i:0;i:3;}i:1752310800;a:1:{i:0;i:22;}i:1752314400;a:1:{i:0;i:1;}i:1752318000;a:1:{i:0;i:1;}i:1752321600;a:1:{i:0;i:11;}i:1752325200;a:1:{i:0;i:2;}i:1752328800;a:1:{i:0;i:20;}i:1752332400;a:1:{i:0;i:17;}i:1752336000;a:1:{i:0;i:7;}i:1752339600;a:1:{i:0;i:18;}i:1752343200;a:1:{i:0;i:3;}i:1752346800;a:1:{i:0;i:9;}i:1752350400;a:1:{i:0;i:10;}i:1752354000;a:1:{i:0;i:13;}i:1752357600;a:1:{i:0;i:9;}i:1752361200;a:1:{i:0;i:15;}i:1752364800;a:1:{i:0;i:5;}i:1752368400;a:1:{i:0;i:10;}i:1752372000;a:1:{i:0;i:9;}i:1752375600;a:2:{i:0;i:5;i:1;i:1;}i:1752379200;a:1:{i:0;i:14;}i:1752382800;a:1:{i:0;i:193;}i:1752386400;a:1:{i:0;i:280;}i:1752390000;a:1:{i:0;i:275;}i:1752393600;a:1:{i:0;i:193;}i:1752397200;a:1:{i:0;i:249;}i:1752400800;a:1:{i:0;i:257;}i:1752404400;a:1:{i:0;i:5;}i:1752408000;a:1:{i:0;i:1;}i:1752411600;a:1:{i:0;i:14;}i:1752418800;a:1:{i:0;i:3;}i:1752422400;a:1:{i:0;i:7;}i:1752426000;a:1:{i:0;i:12;}i:1752429600;a:1:{i:0;i:10;}i:1752433200;a:1:{i:0;i:12;}i:1752436800;a:1:{i:0;i:9;}i:1752440400;a:1:{i:0;i:4;}i:1752444000;a:1:{i:0;i:9;}i:1752447600;a:1:{i:0;i:3;}i:1752451200;a:1:{i:0;i:12;}i:1752454800;a:1:{i:0;i:1;}i:1752458400;a:1:{i:0;i:4;}i:1752462000;a:1:{i:0;i:23;}i:1752465600;a:1:{i:0;i:2;}i:1752469200;a:1:{i:0;i:3;}i:1752472800;a:1:{i:0;i:1;}i:1752476400;a:1:{i:0;i:14;}i:1752480000;a:1:{i:0;i:7;}i:1752483600;a:1:{i:0;i:15;}i:1752487200;a:1:{i:0;i:13;}i:1752490800;a:1:{i:0;i:16;}i:1752494400;a:1:{i:0;i:15;}i:1752498000;a:1:{i:0;i:14;}i:1752501600;a:1:{i:0;i:17;}i:1752505200;a:1:{i:0;i:7;}i:1752508800;a:1:{i:0;i:5;}i:1752512400;a:1:{i:0;i:15;}i:1752516000;a:1:{i:0;i:9;}i:1752519600;a:1:{i:0;i:14;}i:1752523200;a:1:{i:0;i:9;}i:1752526800;a:1:{i:0;i:16;}i:1752530400;a:1:{i:0;i:1;}i:1752534000;a:1:{i:0;i:3;}i:1752537600;a:1:{i:0;i:12;}i:1752541200;a:1:{i:0;i:1;}i:1752544800;a:1:{i:0;i:4;}i:1752548400;a:1:{i:0;i:12;}i:1752552000;a:1:{i:0;i:3;}i:1752555600;a:1:{i:0;i:4;}i:1752559200;a:1:{i:0;i:3;}i:1752562800;a:1:{i:0;i:17;}i:1752566400;a:1:{i:0;i:1;}i:1752570000;a:1:{i:0;i:3;}i:1752573600;a:1:{i:0;i:15;}i:1752577200;a:1:{i:0;i:8;}i:1752580800;a:1:{i:0;i:13;}i:1752584400;a:1:{i:0;i:1;}i:1752588000;a:1:{i:0;i:8;}i:1752591600;a:1:{i:0;i:2;}i:1752595200;a:1:{i:0;i:4;}i:1752598800;a:1:{i:0;i:8;}i:1752602400;a:1:{i:0;i:1;}i:1752606000;a:1:{i:0;i:7;}i:1752609600;a:1:{i:0;i:1;}i:1752613200;a:1:{i:0;i:5;}i:1752616800;a:1:{i:0;i:5;}i:1752620400;a:1:{i:0;i:9;}i:1752624000;a:1:{i:0;i:12;}i:1752631200;a:1:{i:0;i:3;}i:1752634800;a:1:{i:0;i:8;}i:1752638400;a:1:{i:0;i:9;}i:1752642000;a:1:{i:0;i:5;}i:1752645600;a:1:{i:0;i:4;}i:1752649200;a:1:{i:0;i:10;}i:1752652800;a:1:{i:0;i:10;}i:1752660000;a:1:{i:0;i:8;}i:1752663600;a:1:{i:0;i:1;}i:1752667200;a:1:{i:0;i:8;}i:1752670800;a:1:{i:0;i:6;}i:1752674400;a:1:{i:0;i:10;}i:1752678000;a:1:{i:0;i:13;}i:1752681600;a:2:{i:1;i:10;i:0;i:6;}i:1752685200;a:1:{i:0;i:1;}i:1752688800;a:1:{i:0;i:2;}i:1752692400;a:1:{i:0;i:19;}i:1752696000;a:1:{i:0;i:5;}i:1752699600;a:1:{i:0;i:3;}i:1752703200;a:1:{i:0;i:11;}i:1752706800;a:1:{i:0;i:4;}i:1752710400;a:1:{i:0;i:2;}i:1752714000;a:1:{i:0;i:14;}i:1752717600;a:1:{i:0;i:5;}i:1752721200;a:1:{i:0;i:4;}i:1752724800;a:1:{i:0;i:10;}i:1752732000;a:1:{i:0;i:7;}i:1752735600;a:1:{i:0;i:11;}i:1752739200;a:1:{i:0;i:1;}i:1752742800;a:1:{i:0;i:6;}i:1752746400;a:1:{i:0;i:10;}i:1752750000;a:1:{i:0;i:10;}i:1752753600;a:1:{i:0;i:5;}i:1752757200;a:1:{i:0;i:10;}i:1752760800;a:1:{i:0;i:21;}i:1752764400;a:1:{i:0;i:12;}i:1752768000;a:1:{i:0;i:3;}i:1752771600;a:1:{i:0;i:2;}i:1752775200;a:1:{i:0;i:8;}i:1752782400;a:1:{i:0;i:2;}i:1752786000;a:1:{i:0;i:2;}i:1752789600;a:1:{i:0;i:11;}i:1752793200;a:2:{i:0;i:7;i:1;i:10;}i:1752796800;a:1:{i:0;i:13;}i:1752800400;a:1:{i:0;i:4;}i:1752804000;a:1:{i:0;i:4;}i:1752807600;a:1:{i:0;i:12;}i:1752811200;a:1:{i:0;i:1;}i:1752814800;a:1:{i:0;i:1;}i:1752818400;a:1:{i:0;i:3;}i:1752822000;a:1:{i:0;i:11;}i:1752825600;a:1:{i:0;i:8;}i:1752832800;a:1:{i:0;i:6;}i:1752836400;a:1:{i:0;i:3;}i:1752840000;a:1:{i:0;i:6;}i:1752843600;a:1:{i:0;i:1;}i:1752847200;a:1:{i:0;i:1;}i:1752850800;a:1:{i:0;i:1;}i:1752854400;a:1:{i:0;i:4;}i:1752858000;a:1:{i:0;i:3;}i:1752861600;a:1:{i:0;i:4;}i:1752865200;a:1:{i:0;i:6;}i:1752872400;a:1:{i:0;i:4;}i:1752879600;a:1:{i:0;i:6;}i:1752890400;a:1:{i:0;i:3;}i:1752894000;a:1:{i:0;i:2;}i:1752901200;a:1:{i:0;i:3;}i:1752915600;a:1:{i:0;i:1;}i:1752919200;a:1:{i:0;i:2;}i:1752922800;a:1:{i:0;i:8;}i:1752926400;a:1:{i:0;i:7;}i:1752930000;a:1:{i:0;i:2;}i:1752933600;a:1:{i:0;i:6;}i:1752937200;a:1:{i:1;i:9;}i:1752940800;a:1:{i:0;i:5;}i:1752944400;a:1:{i:0;i:1;}i:1752948000;a:1:{i:0;i:7;}i:1752951600;a:1:{i:0;i:3;}i:1752955200;a:1:{i:0;i:2;}i:1752958800;a:1:{i:0;i:2;}i:1752962400;a:1:{i:0;i:4;}i:1752966000;a:1:{i:0;i:1;}i:1752969600;a:1:{i:0;i:3;}i:1752973200;a:1:{i:0;i:2;}i:1752976800;a:1:{i:0;i:6;}i:1752980400;a:1:{i:0;i:9;}i:1752984000;a:1:{i:0;i:4;}i:1752987600;a:1:{i:0;i:1;}i:1752991200;a:2:{i:0;i:7;i:1;i:1;}i:1752994800;a:1:{i:0;i:7;}i:1752998400;a:1:{i:0;i:4;}i:1753002000;a:1:{i:0;i:2;}i:1753005600;a:1:{i:0;i:6;}i:1753009200;a:1:{i:0;i:5;}i:1753012800;a:1:{i:0;i:5;}i:1753020000;a:1:{i:0;i:8;}i:1753023600;a:1:{i:0;i:7;}i:1753027200;a:1:{i:0;i:5;}i:1753030800;a:1:{i:0;i:7;}i:1753034400;a:1:{i:0;i:4;}i:1753038000;a:1:{i:0;i:4;}i:1753041600;a:1:{i:0;i:3;}i:1753045200;a:1:{i:0;i:5;}i:1753048800;a:1:{i:0;i:2;}i:1753052400;a:1:{i:0;i:4;}i:1753056000;a:1:{i:0;i:2;}i:1753059600;a:1:{i:0;i:1;}i:1753063200;a:1:{i:0;i:2;}i:1753066800;a:1:{i:0;i:5;}i:1753070400;a:1:{i:0;i:4;}i:1753074000;a:1:{i:0;i:6;}i:1753077600;a:1:{i:0;i:5;}i:1753081200;a:2:{i:0;i:5;i:1;i:10;}i:1753084800;a:1:{i:0;i:3;}i:1753088400;a:1:{i:0;i:3;}i:1753092000;a:1:{i:0;i:4;}i:1753095600;a:1:{i:0;i:4;}i:1753099200;a:1:{i:0;i:8;}i:1753102800;a:1:{i:0;i:1;}i:1753106400;a:1:{i:0;i:1;}i:1753110000;a:1:{i:0;i:7;}i:1753113600;a:1:{i:0;i:2;}i:1753117200;a:1:{i:0;i:6;}i:1753120800;a:1:{i:0;i:2;}i:1753124400;a:1:{i:0;i:3;}i:1753128000;a:1:{i:0;i:3;}i:1753131600;a:1:{i:0;i:10;}i:1753135200;a:1:{i:0;i:6;}i:1753138800;a:1:{i:0;i:10;}i:1753142400;a:1:{i:0;i:6;}i:1753146000;a:1:{i:0;i:10;}i:1753149600;a:1:{i:0;i:7;}i:1753153200;a:1:{i:0;i:6;}i:1753156800;a:1:{i:0;i:7;}i:1753160400;a:1:{i:0;i:5;}i:1753164000;a:1:{i:0;i:6;}i:1753167600;a:1:{i:0;i:9;}i:1753171200;a:1:{i:0;i:6;}i:1753174800;a:1:{i:0;i:6;}i:1753178400;a:1:{i:0;i:7;}i:1753182000;a:1:{i:0;i:8;}i:1753185600;a:1:{i:0;i:9;}i:1753189200;a:1:{i:0;i:8;}i:1753192800;a:1:{i:0;i:7;}i:1753196400;a:1:{i:0;i:8;}i:1753200000;a:1:{i:0;i:12;}i:1753203600;a:1:{i:0;i:7;}i:1753207200;a:1:{i:0;i:5;}i:1753210800;a:1:{i:0;i:8;}i:1753214400;a:1:{i:0;i:4;}i:1753218000;a:1:{i:0;i:7;}i:1753221600;a:1:{i:0;i:4;}i:1753225200;a:2:{i:0;i:6;i:1;i:10;}i:1753228800;a:1:{i:0;i:7;}i:1753232400;a:1:{i:0;i:5;}i:1753236000;a:1:{i:0;i:4;}i:1753239600;a:1:{i:0;i:7;}i:1753243200;a:1:{i:0;i:4;}i:1753246800;a:1:{i:0;i:7;}i:1753250400;a:1:{i:0;i:10;}i:1753254000;a:1:{i:0;i:11;}i:1753257600;a:1:{i:0;i:13;}i:1753261200;a:1:{i:0;i:10;}i:1753264800;a:1:{i:0;i:11;}i:1753268400;a:1:{i:0;i:12;}i:1753272000;a:1:{i:0;i:13;}i:1753275600;a:1:{i:0;i:12;}i:1753279200;a:1:{i:0;i:5;}i:1753282800;a:1:{i:0;i:9;}i:1753286400;a:1:{i:0;i:9;}i:1753290000;a:1:{i:0;i:9;}i:1753293600;a:1:{i:0;i:2;}i:1753297200;a:1:{i:0;i:11;}i:1753300800;a:2:{i:0;i:5;i:1;i:2;}i:1753304400;a:1:{i:0;i:5;}i:1753308000;a:1:{i:0;i:5;}i:1753311600;a:1:{i:0;i:3;}i:1753315200;a:1:{i:0;i:9;}i:1753318800;a:1:{i:0;i:18;}i:1753322400;a:1:{i:0;i:19;}i:1753326000;a:1:{i:0;i:14;}i:1753329600;a:1:{i:0;i:14;}i:1753333200;a:1:{i:0;i:16;}i:1753336800;a:1:{i:0;i:17;}i:1753340400;a:1:{i:0;i:15;}i:1753344000;a:1:{i:0;i:18;}i:1753347600;a:1:{i:0;i:14;}i:1753351200;a:1:{i:0;i:19;}i:1753354800;a:1:{i:0;i:10;}i:1753358400;a:1:{i:0;i:10;}i:1753362000;a:1:{i:0;i:2;}i:1753365600;a:1:{i:0;i:10;}i:1753369200;a:2:{i:0;i:6;i:1;i:10;}i:1753372800;a:1:{i:0;i:11;}i:1753376400;a:1:{i:0;i:5;}i:1753380000;a:1:{i:0;i:4;}i:1753383600;a:1:{i:0;i:15;}i:1753387200;a:1:{i:0;i:9;}i:1753390800;a:1:{i:0;i:8;}i:1753394400;a:1:{i:0;i:2;}i:1753398000;a:1:{i:0;i:5;}i:1753401600;a:1:{i:0;i:4;}i:1753405200;a:1:{i:0;i:5;}i:1753408800;a:1:{i:0;i:4;}i:1753412400;a:1:{i:0;i:4;}i:1753416000;a:1:{i:0;i:4;}i:1753419600;a:1:{i:0;i:3;}i:1753423200;a:1:{i:0;i:12;}i:1753426800;a:1:{i:0;i:4;}i:1753430400;a:1:{i:0;i:5;}i:1753434000;a:1:{i:0;i:5;}i:1753437600;a:1:{i:0;i:7;}i:1753441200;a:1:{i:0;i:7;}i:1753444800;a:1:{i:0;i:7;}i:1753448400;a:1:{i:0;i:6;}i:1753452000;a:1:{i:0;i:5;}i:1753455600;a:1:{i:0;i:4;}i:1753459200;a:1:{i:0;i:153;}i:1753462800;a:1:{i:0;i:180;}i:1753466400;a:1:{i:0;i:177;}i:1753470000;a:1:{i:0;i:179;}i:1753473600;a:1:{i:0;i:152;}i:1753477200;a:1:{i:0;i:154;}i:1753480800;a:1:{i:0;i:146;}i:1753484400;a:1:{i:0;i:130;}i:1753488000;a:1:{i:0;i:26;}i:1753491600;a:1:{i:0;i:6;}i:1753495200;a:1:{i:0;i:6;}i:1753498800;a:1:{i:0;i:3;}i:1753502400;a:1:{i:0;i:4;}i:1753506000;a:1:{i:0;i:4;}i:1753509600;a:1:{i:0;i:3;}i:1753513200;a:2:{i:0;i:4;i:1;i:11;}i:1753516800;a:1:{i:0;i:7;}i:1753520400;a:1:{i:0;i:3;}i:1753524000;a:1:{i:0;i:3;}i:1753527600;a:1:{i:0;i:6;}i:1753531200;a:1:{i:0;i:2;}i:1753534800;a:1:{i:0;i:9;}i:1753538400;a:1:{i:0;i:6;}i:1753542000;a:1:{i:0;i:5;}i:1753545600;a:1:{i:0;i:10;}i:1753549200;a:1:{i:0;i:14;}i:1753552800;a:1:{i:0;i:16;}i:1753556400;a:1:{i:0;i:19;}i:1753560000;a:1:{i:0;i:16;}i:1753563600;a:1:{i:0;i:9;}i:1753567200;a:1:{i:0;i:8;}i:1753570800;a:1:{i:0;i:8;}i:1753574400;a:1:{i:0;i:5;}i:1753578000;a:1:{i:0;i:3;}i:1753581600;a:1:{i:0;i:5;}i:1753585200;a:2:{i:0;i:5;i:1;i:1;}i:1753588800;a:1:{i:0;i:4;}i:1753592400;a:1:{i:0;i:6;}i:1753596000;a:1:{i:0;i:5;}i:1753599600;a:1:{i:0;i:2;}i:1753603200;a:1:{i:0;i:102;}i:1753606800;a:1:{i:0;i:168;}i:1753610400;a:1:{i:0;i:238;}i:1753614000;a:1:{i:0;i:251;}i:1753617600;a:1:{i:0;i:185;}i:1753621200;a:1:{i:0;i:210;}i:1753624800;a:2:{i:0;i:206;i:1;i:1;}i:1753628400;a:1:{i:0;i:233;}i:1753632000;a:1:{i:0;i:107;}i:1753635600;a:1:{i:0;i:2;}i:1753639200;a:1:{i:0;i:12;}i:1753642800;a:1:{i:0;i:3;}i:1753646400;a:1:{i:0;i:12;}i:1753650000;a:1:{i:0;i:5;}i:1753653600;a:1:{i:0;i:10;}i:1753657200;a:2:{i:0;i:18;i:1;i:10;}i:1753660800;a:1:{i:0;i:10;}i:1753664400;a:1:{i:0;i:9;}i:1753668000;a:1:{i:0;i:9;}i:1753671600;a:1:{i:0;i:3;}i:1753675200;a:1:{i:0;i:8;}i:1753678800;a:1:{i:0;i:1;}i:1753682400;a:1:{i:0;i:4;}i:1753686000;a:1:{i:0;i:3;}i:1753689600;a:1:{i:0;i:2;}i:1753693200;a:1:{i:0;i:18;}i:1753696800;a:1:{i:0;i:10;}i:1753700400;a:1:{i:0;i:11;}i:1753704000;a:1:{i:0;i:11;}i:1753707600;a:1:{i:0;i:17;}i:1753711200;a:1:{i:0;i:16;}i:1753714800;a:1:{i:0;i:15;}i:1753718400;a:1:{i:0;i:21;}i:1753722000;a:1:{i:0;i:16;}i:1753725600;a:1:{i:0;i:15;}i:1753729200;a:1:{i:0;i:4;}i:1753736400;a:1:{i:0;i:4;}i:1753740000;a:1:{i:0;i:12;}i:1753743600;a:1:{i:0;i:10;}i:1753747200;a:1:{i:0;i:11;}i:1753750800;a:1:{i:0;i:2;}i:1753754400;a:1:{i:0;i:1;}i:1753758000;a:1:{i:0;i:2;}i:1753761600;a:1:{i:0;i:1;}i:1753765200;a:1:{i:0;i:4;}i:1753768800;a:1:{i:0;i:7;}i:1753772400;a:1:{i:0;i:9;}i:1753776000;a:1:{i:0;i:13;}i:1753779600;a:1:{i:0;i:16;}i:1753783200;a:1:{i:0;i:16;}i:1753786800;a:1:{i:0;i:8;}i:1753794000;a:1:{i:0;i:8;}i:1753797600;a:1:{i:0;i:3;}i:1753801200;a:2:{i:0;i:1;i:1;i:10;}i:1753804800;a:1:{i:0;i:4;}i:1753808400;a:1:{i:0;i:9;}i:1753812000;a:1:{i:0;i:2;}i:1753815600;a:1:{i:0;i:6;}i:1753819200;a:1:{i:0;i:7;}i:1753822800;a:1:{i:0;i:8;}i:1753826400;a:1:{i:0;i:16;}i:1753830000;a:1:{i:0;i:19;}i:1753833600;a:1:{i:0;i:20;}i:1753837200;a:1:{i:0;i:17;}i:1753840800;a:1:{i:0;i:19;}i:1753844400;a:1:{i:0;i:20;}i:1753848000;a:1:{i:0;i:18;}i:1753851600;a:1:{i:0;i:19;}i:1753855200;a:1:{i:0;i:12;}i:1753858800;a:1:{i:0;i:12;}i:1753862400;a:1:{i:0;i:8;}i:1753866000;a:1:{i:0;i:11;}i:1753869600;a:1:{i:0;i:2;}i:1753873200;a:1:{i:0;i:2;}i:1753876800;a:1:{i:0;i:2;}i:1753880400;a:1:{i:0;i:7;}i:1753884000;a:1:{i:0;i:7;}i:1753887600;a:1:{i:0;i:3;}i:1753891200;a:1:{i:0;i:2;}i:1753894800;a:1:{i:0;i:3;}i:1753898400;a:1:{i:0;i:2;}i:1753902000;a:1:{i:0;i:3;}i:1753909200;a:1:{i:0;i:11;}i:1753912800;a:1:{i:0;i:2;}i:1753916400;a:1:{i:0;i:5;}i:1753920000;a:1:{i:0;i:8;}i:1753923600;a:1:{i:0;i:12;}i:1753927200;a:1:{i:0;i:11;}i:1753930800;a:1:{i:0;i:2;}i:1753934400;a:1:{i:0;i:7;}i:1753938000;a:1:{i:0;i:3;}i:1753941600;a:1:{i:0;i:9;}i:1753945200;a:2:{i:0;i:5;i:1;i:10;}i:1753948800;a:1:{i:0;i:3;}i:1753952400;a:1:{i:0;i:8;}i:1753956000;a:1:{i:0;i:5;}i:1753959600;a:1:{i:0;i:6;}i:1753963200;a:1:{i:0;i:3;}i:1753966800;a:1:{i:0;i:5;}i:1753970400;a:1:{i:0;i:5;}i:1753974000;a:1:{i:0;i:7;}i:1753977600;a:1:{i:0;i:6;}i:1753981200;a:1:{i:0;i:7;}i:1753984800;a:2:{i:0;i:5;i:1;i:2;}i:1753988400;a:1:{i:0;i:7;}i:1753992000;a:1:{i:0;i:6;}i:1753995600;a:1:{i:0;i:7;}i:1753999200;a:1:{i:0;i:13;}i:1754002800;a:1:{i:0;i:4;}i:1754006400;a:1:{i:0;i:2;}i:1754010000;a:1:{i:0;i:6;}i:1754013600;a:1:{i:0;i:1;}i:1754017200;a:1:{i:0;i:2;}i:1754020800;a:1:{i:0;i:2;}i:1754024400;a:1:{i:0;i:5;}i:1754028000;a:1:{i:0;i:8;}i:1754031600;a:1:{i:0;i:8;}i:1754035200;a:1:{i:0;i:8;}i:1754038800;a:1:{i:0;i:10;}i:1754042400;a:1:{i:0;i:1;}i:1754053200;a:1:{i:0;i:2;}i:1754074800;a:1:{i:0;i:1;}i:1754082000;a:1:{i:0;i:3;}i:1754085600;a:1:{i:0;i:6;}i:1754089200;a:2:{i:0;i:9;i:1;i:10;}i:1754092800;a:1:{i:0;i:9;}i:1754096400;a:1:{i:0;i:6;}i:1754100000;a:1:{i:0;i:3;}i:1754103600;a:1:{i:0;i:2;}i:1754107200;a:1:{i:0;i:44;}i:1754110800;a:1:{i:0;i:34;}i:1754114400;a:1:{i:0;i:9;}i:1754118000;a:1:{i:0;i:20;}i:1754121600;a:1:{i:0;i:12;}i:1754125200;a:1:{i:0;i:14;}i:1754128800;a:1:{i:0;i:11;}i:1754132400;a:1:{i:0;i:15;}i:1754136000;a:1:{i:0;i:12;}i:1754139600;a:1:{i:0;i:16;}i:1754143200;a:1:{i:0;i:9;}i:1754146800;a:1:{i:0;i:13;}i:1754150400;a:1:{i:0;i:6;}i:1754154000;a:1:{i:0;i:10;}i:1754157600;a:1:{i:0;i:14;}i:1754161200;a:1:{i:0;i:9;}i:1754164800;a:1:{i:0;i:22;}i:1754168400;a:1:{i:0;i:9;}i:1754172000;a:1:{i:0;i:10;}i:1754175600;a:1:{i:0;i:10;}i:1754179200;a:1:{i:0;i:7;}i:1754182800;a:1:{i:0;i:8;}i:1754186400;a:1:{i:0;i:4;}i:1754190000;a:1:{i:0;i:4;}i:1754193600;a:1:{i:0;i:2;}i:1754197200;a:1:{i:0;i:10;}i:1754200800;a:1:{i:0;i:8;}i:1754204400;a:1:{i:0;i:15;}i:1754208000;a:1:{i:0;i:16;}i:1754211600;a:1:{i:0;i:17;}i:1754215200;a:1:{i:0;i:9;}i:1754218800;a:1:{i:0;i:15;}i:1754222400;a:1:{i:0;i:14;}i:1754226000;a:1:{i:0;i:8;}i:1754229600;a:1:{i:0;i:9;}i:1754233200;a:2:{i:1;i:10;i:0;i:1;}i:1754236800;a:1:{i:0;i:2;}i:1754240400;a:1:{i:0;i:11;}i:1754244000;a:1:{i:0;i:1;}i:1754247600;a:1:{i:0;i:1;}i:1754251200;a:1:{i:0;i:2;}i:1754254800;a:1:{i:0;i:3;}i:1754258400;a:1:{i:0;i:2;}i:1754262000;a:1:{i:0;i:2;}i:1754269200;a:1:{i:0;i:2;}i:1754272800;a:2:{i:0;i:6;i:1;i:2;}i:1754276400;a:1:{i:0;i:10;}i:1754280000;a:1:{i:0;i:11;}i:1754283600;a:1:{i:0;i:9;}i:1754287200;a:1:{i:0;i:15;}i:1754290800;a:1:{i:0;i:12;}i:1754294400;a:1:{i:0;i:23;}i:1754298000;a:1:{i:0;i:7;}i:1754301600;a:1:{i:0;i:5;}i:1754305200;a:1:{i:0;i:2;}i:1754308800;a:1:{i:0;i:6;}i:1754312400;a:1:{i:0;i:6;}i:1754316000;a:1:{i:0;i:8;}i:1754319600;a:1:{i:0;i:6;}i:1754323200;a:1:{i:0;i:4;}i:1754326800;a:1:{i:0;i:10;}i:1754330400;a:1:{i:0;i:11;}i:1754334000;a:1:{i:0;i:10;}i:1754337600;a:1:{i:0;i:3;}i:1754341200;a:1:{i:0;i:7;}i:1754344800;a:1:{i:0;i:5;}i:1754348400;a:1:{i:0;i:1;}i:1754352000;a:1:{i:0;i:1;}i:1754355600;a:1:{i:0;i:3;}i:1754359200;a:1:{i:0;i:6;}i:1754362800;a:1:{i:0;i:15;}i:1754366400;a:1:{i:0;i:18;}i:1754370000;a:1:{i:0;i:15;}i:1754373600;a:1:{i:0;i:58;}i:1754377200;a:1:{i:0;i:132;}i:1754380800;a:1:{i:0;i:125;}i:1754384400;a:1:{i:0;i:106;}i:1754388000;a:1:{i:0;i:114;}i:1754391600;a:1:{i:0;i:124;}i:1754395200;a:1:{i:0;i:128;}i:1754398800;a:1:{i:0;i:125;}i:1754402400;a:1:{i:0;i:90;}i:1754406000;a:1:{i:0;i:109;}i:1754409600;a:1:{i:0;i:133;}i:1754413200;a:1:{i:0;i:119;}i:1754416800;a:1:{i:0;i:111;}i:1754420400;a:1:{i:0;i:36;}i:1754424000;a:1:{i:0;i:43;}i:1754427600;a:1:{i:0;i:3;}i:1754438400;a:1:{i:0;i:2;}i:1754445600;a:1:{i:0;i:1;}i:1754449200;a:1:{i:0;i:4;}i:1754452800;a:1:{i:0;i:9;}i:1754456400;a:1:{i:0;i:11;}i:1754460000;a:1:{i:0;i:6;}i:1754463600;a:1:{i:0;i:9;}i:1754467200;a:1:{i:0;i:5;}i:1754470800;a:1:{i:0;i:7;}i:1754474400;a:1:{i:0;i:6;}i:1754478000;a:1:{i:0;i:9;}i:1754481600;a:1:{i:0;i:1;}i:1754488800;a:1:{i:0;i:8;}i:1754496000;a:1:{i:0;i:7;}i:1754503200;a:1:{i:0;i:10;}i:1754506800;a:1:{i:0;i:9;}i:1754514000;a:1:{i:0;i:6;}i:1754517600;a:1:{i:0;i:8;}i:1754521200;a:1:{i:1;i:10;}i:1754524800;a:1:{i:0;i:12;}i:1754528400;a:1:{i:0;i:14;}i:1754532000;a:1:{i:0;i:6;}i:1754535600;a:1:{i:0;i:21;}i:1754539200;a:1:{i:0;i:3;}i:1754542800;a:1:{i:0;i:14;}i:1754546400;a:1:{i:0;i:6;}i:1754550000;a:1:{i:0;i:16;}i:1754553600;a:1:{i:0;i:5;}i:1754557200;a:1:{i:0;i:1;}i:1754560800;a:2:{i:0;i:2;i:1;i:2;}i:1754564400;a:1:{i:0;i:2;}i:1754568000;a:1:{i:0;i:1;}i:1754571600;a:1:{i:0;i:2;}i:1754578800;a:1:{i:0;i:1;}i:1754582400;a:1:{i:0;i:1;}i:1754586000;a:1:{i:0;i:1;}i:1754589600;a:1:{i:0;i:1;}i:1754593200;a:1:{i:0;i:1;}i:1754596800;a:1:{i:0;i:2;}i:1754600400;a:1:{i:0;i:1;}i:1754604000;a:1:{i:0;i:1;}i:1754607600;a:1:{i:0;i:1;}i:1754618400;a:1:{i:0;i:1;}i:1754625600;a:2:{i:1;i:1;i:0;i:6;}i:1754629200;a:1:{i:0;i:23;}i:1754632800;a:1:{i:0;i:45;}i:1754636400;a:1:{i:0;i:36;}i:1754640000;a:1:{i:0;i:60;}i:1754643600;a:1:{i:0;i:40;}i:1754647200;a:1:{i:0;i:12;}i:1754650800;a:1:{i:0;i:39;}i:1754654400;a:1:{i:0;i:20;}i:1754658000;a:1:{i:0;i:40;}i:1754661600;a:1:{i:0;i:27;}i:1754665200;a:2:{i:0;i:31;i:1;i:4;}i:1754668800;a:1:{i:0;i:24;}i:1754672400;a:1:{i:0;i:19;}i:1754676000;a:1:{i:0;i:40;}i:1754679600;a:1:{i:0;i:2;}i:1754683200;a:1:{i:0;i:21;}i:1754686800;a:1:{i:0;i:35;}i:1754690400;a:1:{i:0;i:32;}i:1754704800;a:1:{i:0;i:3;}i:1754712000;a:1:{i:0;i:1;}i:1754719200;a:1:{i:0;i:8;}i:1754722800;a:1:{i:0;i:1;}i:1754730000;a:1:{i:0;i:2;}i:1754733600;a:1:{i:0;i:1;}i:1754737200;a:1:{i:0;i:4;}i:1754740800;a:1:{i:0;i:5;}i:1754744400;a:1:{i:0;i:6;}i:1754748000;a:1:{i:0;i:6;}i:1754751600;a:1:{i:0;i:6;}i:1754755200;a:1:{i:0;i:6;}i:1754758800;a:1:{i:0;i:5;}i:1754762400;a:1:{i:0;i:3;}i:1754766000;a:1:{i:0;i:5;}i:1754769600;a:1:{i:0;i:2;}i:1754791200;a:1:{i:0;i:2;}i:1754794800;a:1:{i:0;i:4;}i:1754798400;a:1:{i:0;i:13;}i:1754802000;a:1:{i:0;i:17;}i:1754805600;a:1:{i:0;i:10;}i:1754809200;a:1:{i:0;i:7;}i:1754812800;a:1:{i:0;i:6;}i:1754816400;a:1:{i:0;i:12;}i:1754820000;a:1:{i:0;i:9;}i:1754823600;a:1:{i:0;i:8;}i:1754827200;a:1:{i:0;i:10;}i:1754830800;a:1:{i:0;i:6;}i:1754834400;a:1:{i:0;i:10;}i:1754838000;a:1:{i:0;i:45;}i:1754841600;a:1:{i:0;i:122;}i:1754845200;a:1:{i:0;i:83;}i:1754848800;a:1:{i:0;i:65;}i:1754852400;a:1:{i:0;i:24;}i:1754856000;a:1:{i:0;i:1;}i:1754859600;a:1:{i:0;i:1;}i:1754863200;a:2:{i:0;i:2;i:1;i:1;}i:1754870400;a:1:{i:0;i:1;}i:1754874000;a:1:{i:0;i:2;}i:1754877600;a:1:{i:0;i:11;}i:1754881200;a:1:{i:0;i:20;}i:1754884800;a:1:{i:0;i:39;}i:1754888400;a:1:{i:0;i:19;}i:1754892000;a:1:{i:0;i:30;}i:1754895600;a:1:{i:0;i:3;}i:1754899200;a:1:{i:0;i:16;}i:1754902800;a:1:{i:0;i:15;}i:1754906400;a:1:{i:0;i:25;}i:1754910000;a:1:{i:0;i:11;}i:1754913600;a:1:{i:0;i:8;}i:1754917200;a:1:{i:0;i:7;}i:1754920800;a:1:{i:0;i:8;}i:1754924400;a:1:{i:0;i:11;}i:1754928000;a:1:{i:0;i:10;}i:1754931600;a:1:{i:0;i:6;}i:1754935200;a:1:{i:0;i:7;}i:1754938800;a:1:{i:0;i:3;}i:1754942400;a:1:{i:0;i:34;}i:1754946000;a:1:{i:0;i:9;}i:1754949600;a:1:{i:0;i:10;}i:1754953200;a:2:{i:0;i:11;i:1;i:10;}i:1754956800;a:1:{i:0;i:15;}i:1754960400;a:1:{i:0;i:5;}i:1754964000;a:1:{i:0;i:11;}i:1754967600;a:1:{i:0;i:12;}i:1754971200;a:1:{i:0;i:5;}i:1754974800;a:1:{i:0;i:4;}i:1754978400;a:1:{i:0;i:6;}i:1754982000;a:1:{i:0;i:8;}i:1754985600;a:1:{i:0;i:9;}i:1754989200;a:1:{i:0;i:4;}i:1754992800;a:2:{i:0;i:10;i:1;i:2;}i:1754996400;a:1:{i:0;i:4;}i:1755000000;a:1:{i:0;i:4;}i:1755003600;a:1:{i:0;i:8;}i:1755007200;a:1:{i:0;i:4;}i:1755014400;a:1:{i:0;i:1;}i:1755018000;a:1:{i:0;i:4;}i:1755021600;a:1:{i:0;i:2;}i:1755025200;a:1:{i:0;i:2;}i:1755028800;a:1:{i:0;i:2;}i:1755036000;a:1:{i:0;i:2;}i:1755039600;a:1:{i:0;i:2;}i:1755046800;a:1:{i:0;i:2;}i:1755054000;a:1:{i:0;i:1;}i:1755057600;a:1:{i:0;i:1;}i:1755061200;a:1:{i:0;i:5;}i:1755064800;a:1:{i:0;i:2;}i:1755068400;a:1:{i:0;i:6;}i:1755072000;a:1:{i:0;i:8;}i:1755075600;a:1:{i:0;i:6;}i:1755079200;a:1:{i:0;i:7;}i:1755082800;a:1:{i:0;i:8;}i:1755086400;a:1:{i:0;i:5;}i:1755090000;a:1:{i:0;i:5;}i:1755093600;a:1:{i:0;i:5;}i:1755097200;a:2:{i:0;i:7;i:1;i:10;}i:1755100800;a:1:{i:0;i:2;}i:1755104400;a:1:{i:0;i:2;}i:1755108000;a:1:{i:0;i:1;}i:1755111600;a:1:{i:0;i:2;}i:1755115200;a:1:{i:0;i:2;}i:1755118800;a:1:{i:0;i:3;}i:1755122400;a:1:{i:0;i:1;}i:1755126000;a:1:{i:0;i:5;}i:1755129600;a:1:{i:0;i:5;}i:1755133200;a:1:{i:0;i:6;}i:1755136800;a:1:{i:0;i:3;}i:1755140400;a:1:{i:0;i:7;}i:1755144000;a:1:{i:0;i:6;}i:1755147600;a:1:{i:0;i:4;}i:1755151200;a:1:{i:0;i:6;}i:1755154800;a:1:{i:0;i:7;}i:1755158400;a:1:{i:0;i:2;}i:1755162000;a:1:{i:0;i:4;}i:1755165600;a:1:{i:0;i:5;}i:1755169200;a:1:{i:0;i:5;}i:1755172800;a:1:{i:0;i:5;}i:1755176400;a:1:{i:0;i:8;}i:1755180000;a:1:{i:0;i:9;}i:1755183600;a:1:{i:0;i:2;}i:1755187200;a:1:{i:0;i:2;}i:1755190800;a:1:{i:0;i:2;}i:1755194400;a:1:{i:0;i:2;}i:1755198000;a:1:{i:0;i:2;}i:1755201600;a:1:{i:0;i:3;}i:1755205200;a:1:{i:0;i:23;}i:1755208800;a:1:{i:0;i:3;}i:1755212400;a:1:{i:0;i:11;}i:1755216000;a:1:{i:0;i:12;}i:1755219600;a:1:{i:0;i:13;}i:1755223200;a:1:{i:0;i:9;}i:1755226800;a:1:{i:0;i:13;}i:1755230400;a:1:{i:0;i:11;}i:1755234000;a:1:{i:0;i:8;}i:1755237600;a:1:{i:0;i:16;}i:1755241200;a:2:{i:0;i:5;i:1;i:10;}i:1755244800;a:1:{i:0;i:9;}i:1755248400;a:1:{i:0;i:11;}i:1755252000;a:1:{i:0;i:8;}i:1755255600;a:1:{i:0;i:9;}i:1755259200;a:1:{i:0;i:4;}i:1755262800;a:1:{i:0;i:8;}i:1755266400;a:1:{i:0;i:8;}i:1755270000;a:1:{i:0;i:8;}i:1755273600;a:1:{i:0;i:10;}i:1755277200;a:1:{i:0;i:11;}i:1755280800;a:1:{i:0;i:16;}i:1755284400;a:1:{i:0;i:1;}i:1755288000;a:1:{i:0;i:5;}i:1755291600;a:1:{i:0;i:3;}i:1755295200;a:1:{i:0;i:3;}i:1755298800;a:1:{i:0;i:2;}i:1755302400;a:1:{i:0;i:1;}i:1755306000;a:1:{i:0;i:1;}i:1755309600;a:1:{i:0;i:2;}i:1755313200;a:1:{i:0;i:2;}i:1755316800;a:1:{i:0;i:2;}i:1755324000;a:1:{i:0;i:4;}i:1755327600;a:1:{i:0;i:1;}i:1755338400;a:1:{i:0;i:4;}i:1755342000;a:1:{i:0;i:19;}i:1755345600;a:1:{i:0;i:23;}i:1755349200;a:1:{i:0;i:15;}i:1755352800;a:1:{i:0;i:3;}i:1755356400;a:1:{i:0;i:3;}i:1755360000;a:1:{i:0;i:3;}i:1755363600;a:1:{i:0;i:3;}i:1755367200;a:1:{i:0;i:5;}i:1755370800;a:1:{i:0;i:1;}i:1755374400;a:1:{i:0;i:2;}i:1755378000;a:1:{i:0;i:13;}i:1755381600;a:1:{i:0;i:14;}i:1755385200;a:2:{i:0;i:12;i:1;i:12;}i:1755388800;a:1:{i:0;i:8;}i:1755392400;a:1:{i:0;i:2;}i:1755396000;a:1:{i:0;i:2;}i:1755399600;a:1:{i:0;i:1;}i:1755403200;a:1:{i:0;i:3;}i:1755406800;a:2:{i:0;i:3;i:1;i:1;}i:1755410400;a:1:{i:0;i:4;}i:1755414000;a:1:{i:0;i:7;}i:1755417600;a:1:{i:0;i:4;}i:1755421200;a:1:{i:0;i:3;}i:1755424800;a:1:{i:0;i:4;}i:1755428400;a:1:{i:0;i:6;}i:1755432000;a:1:{i:0;i:4;}i:1755435600;a:1:{i:0;i:4;}i:1755439200;a:1:{i:0;i:3;}i:1755442800;a:1:{i:0;i:3;}i:1755446400;a:1:{i:0;i:2;}i:1755450000;a:1:{i:0;i:4;}i:1755453600;a:1:{i:0;i:1;}i:1755457200;a:1:{i:0;i:1;}i:1755460800;a:1:{i:0;i:2;}i:1755464400;a:1:{i:0;i:1;}i:1755468000;a:1:{i:0;i:1;}i:1755471600;a:1:{i:0;i:4;}i:1755475200;a:1:{i:0;i:1;}i:1755478800;a:1:{i:0;i:1;}i:1755482400;a:1:{i:0;i:3;}i:1755486000;a:1:{i:0;i:5;}i:1755489600;a:1:{i:0;i:6;}i:1755493200;a:1:{i:0;i:4;}i:1755496800;a:1:{i:0;i:11;}i:1755500400;a:1:{i:0;i:3;}i:1755504000;a:1:{i:0;i:4;}i:1755507600;a:1:{i:0;i:5;}i:1755511200;a:1:{i:0;i:3;}i:1755514800;a:1:{i:0;i:4;}i:1755518400;a:1:{i:0;i:6;}i:1755522000;a:1:{i:0;i:3;}i:1755525600;a:1:{i:0;i:2;}i:1755529200;a:2:{i:0;i:2;i:1;i:10;}i:1755532800;a:1:{i:0;i:6;}i:1755536400;a:1:{i:0;i:2;}i:1755540000;a:1:{i:0;i:7;}i:1755543600;a:1:{i:0;i:6;}i:1755547200;a:1:{i:0;i:2;}i:1755550800;a:1:{i:0;i:5;}i:1755554400;a:1:{i:0;i:5;}i:1755558000;a:1:{i:0;i:2;}i:1755561600;a:1:{i:0;i:1;}i:1755565200;a:2:{i:0;i:3;i:1;i:1;}i:1755568800;a:1:{i:0;i:16;}i:1755572400;a:1:{i:0;i:12;}i:1755576000;a:1:{i:0;i:5;}i:1755579600;a:1:{i:0;i:2;}i:1755583200;a:1:{i:0;i:15;}i:1755586800;a:1:{i:0;i:14;}i:1755590400;a:1:{i:0;i:10;}i:1755594000;a:1:{i:0;i:17;}i:1755597600;a:1:{i:0;i:11;}i:1755601200;a:1:{i:0;i:15;}i:1755604800;a:1:{i:0;i:11;}i:1755608400;a:1:{i:0;i:1;}i:1755612000;a:1:{i:0;i:1;}i:1755615600;a:1:{i:0;i:1;}i:1755622800;a:1:{i:0;i:1;}i:1755626400;a:1:{i:0;i:1;}i:1755630000;a:1:{i:0;i:1;}i:1755633600;a:1:{i:0;i:2;}i:1755640800;a:1:{i:0;i:7;}i:1755644400;a:1:{i:0;i:1;}i:1755648000;a:1:{i:0;i:1;}i:1755655200;a:1:{i:0;i:1;}i:1755658800;a:1:{i:0;i:1;}i:1755662400;a:2:{i:1;i:1;i:0;i:1;}i:1755669600;a:1:{i:0;i:1;}i:1755673200;a:2:{i:0;i:1;i:1;i:10;}i:1755676800;a:1:{i:0;i:1;}i:1755680400;a:1:{i:0;i:13;}i:1755684000;a:1:{i:0;i:17;}i:1755687600;a:1:{i:0;i:10;}i:1755691200;a:1:{i:0;i:14;}i:1755694800;a:1:{i:0;i:12;}i:1755698400;a:1:{i:0;i:13;}i:1755702000;a:1:{i:0;i:14;}i:1755705600;a:1:{i:0;i:1;}i:1755709200;a:1:{i:0;i:1;}i:1755712800;a:1:{i:0;i:2;}i:1755716400;a:1:{i:0;i:1;}i:1755723600;a:1:{i:0;i:2;}i:1755727200;a:1:{i:0;i:1;}i:1755730800;a:1:{i:0;i:8;}i:1755734400;a:1:{i:0;i:15;}i:1755738000;a:1:{i:0;i:16;}i:1755741600;a:1:{i:0;i:10;}i:1755745200;a:1:{i:0;i:15;}i:1755748800;a:2:{i:1;i:1;i:0;i:1;}i:1755752400;a:1:{i:0;i:1;}i:1755756000;a:1:{i:0;i:1;}i:1755759600;a:1:{i:0;i:6;}i:1755763200;a:1:{i:0;i:12;}i:1755766800;a:1:{i:0;i:12;}i:1755770400;a:1:{i:0;i:4;}i:1755774000;a:1:{i:0;i:1;}i:1755781200;a:1:{i:0;i:1;}i:1755784800;a:2:{i:1;i:2;i:0;i:1;}i:1755792000;a:1:{i:0;i:1;}i:1755799200;a:1:{i:0;i:1;}i:1755802800;a:1:{i:0;i:1;}i:1755810000;a:1:{i:0;i:2;}i:1755813600;a:1:{i:0;i:1;}i:1755817200;a:1:{i:1;i:10;}i:1755820800;a:1:{i:0;i:1;}i:1755824400;a:1:{i:0;i:4;}i:1755831600;a:1:{i:0;i:3;}i:1755835200;a:1:{i:0;i:2;}i:1755838800;a:1:{i:0;i:4;}i:1755842400;a:1:{i:0;i:5;}i:1755846000;a:1:{i:0;i:5;}i:1755849600;a:1:{i:0;i:7;}i:1755853200;a:1:{i:0;i:6;}i:1755856800;a:1:{i:0;i:6;}i:1755860400;a:1:{i:0;i:5;}i:1755864000;a:1:{i:0;i:4;}i:1755867600;a:1:{i:0;i:7;}i:1755871200;a:1:{i:0;i:5;}i:1755874800;a:1:{i:0;i:5;}i:1755878400;a:1:{i:0;i:5;}i:1755882000;a:1:{i:0;i:8;}i:1755885600;a:1:{i:0;i:5;}i:1755889200;a:1:{i:0;i:4;}i:1755892800;a:1:{i:0;i:4;}i:1755896400;a:1:{i:0;i:6;}i:1755900000;a:1:{i:0;i:4;}i:1755903600;a:1:{i:0;i:4;}i:1755907200;a:1:{i:0;i:2;}i:1755910800;a:1:{i:0;i:1;}i:1755914400;a:1:{i:0;i:2;}i:1755918000;a:1:{i:0;i:3;}i:1755921600;a:1:{i:0;i:17;}i:1755925200;a:1:{i:0;i:10;}i:1755928800;a:1:{i:0;i:20;}i:1755932400;a:1:{i:0;i:20;}i:1755936000;a:1:{i:0;i:23;}i:1755939600;a:1:{i:0;i:11;}i:1755943200;a:1:{i:0;i:17;}i:1755946800;a:1:{i:0;i:6;}i:1755950400;a:1:{i:0;i:12;}i:1755954000;a:1:{i:0;i:1;}i:1755957600;a:1:{i:0;i:11;}i:1755961200;a:2:{i:0;i:14;i:1;i:10;}i:1755964800;a:1:{i:0;i:15;}i:1755968400;a:1:{i:0;i:19;}i:1755972000;a:1:{i:0;i:13;}i:1755975600;a:1:{i:0;i:18;}i:1755979200;a:1:{i:0;i:13;}i:1755982800;a:1:{i:0;i:17;}i:1755986400;a:1:{i:0;i:8;}i:1755993600;a:1:{i:0;i:2;}i:1755997200;a:1:{i:0;i:4;}i:1756000800;a:1:{i:0;i:4;}i:1756004400;a:1:{i:0;i:8;}i:1756008000;a:1:{i:0;i:6;}i:1756011600;a:1:{i:0;i:5;}i:1756015200;a:1:{i:0;i:6;}i:1756018800;a:1:{i:0;i:5;}i:1756022400;a:1:{i:0;i:3;}i:1756026000;a:1:{i:0;i:4;}i:1756029600;a:1:{i:0;i:8;}i:1756033200;a:1:{i:0;i:5;}i:1756036800;a:1:{i:0;i:9;}i:1756040400;a:1:{i:0;i:9;}i:1756044000;a:2:{i:0;i:7;i:1;i:1;}i:1756047600;a:1:{i:0;i:17;}i:1756051200;a:1:{i:0;i:14;}i:1756054800;a:1:{i:0;i:6;}i:1756058400;a:1:{i:0;i:9;}i:1756062000;a:1:{i:0;i:6;}i:1756065600;a:1:{i:0;i:8;}i:1756069200;a:1:{i:0;i:5;}i:1756072800;a:1:{i:0;i:4;}i:1756076400;a:1:{i:0;i:3;}i:1756080000;a:2:{i:0;i:6;i:1;i:1;}i:1756083600;a:1:{i:0;i:5;}i:1756087200;a:1:{i:0;i:8;}i:1756090800;a:1:{i:0;i:10;}i:1756094400;a:1:{i:0;i:3;}i:1756098000;a:1:{i:0;i:4;}i:1756101600;a:1:{i:0;i:2;}i:1756105200;a:2:{i:0;i:4;i:1;i:10;}i:1756108800;a:1:{i:0;i:16;}i:1756112400;a:1:{i:0;i:12;}i:1756116000;a:1:{i:0;i:21;}i:1756119600;a:1:{i:0;i:15;}i:1756123200;a:1:{i:0;i:21;}i:1756126800;a:1:{i:0;i:27;}i:1756130400;a:1:{i:0;i:15;}i:1756134000;a:1:{i:0;i:13;}i:1756137600;a:1:{i:0;i:14;}i:1756141200;a:1:{i:0;i:9;}i:1756144800;a:1:{i:0;i:20;}i:1756148400;a:1:{i:0;i:22;}i:1756152000;a:1:{i:0;i:20;}i:1756155600;a:1:{i:0;i:13;}i:1756159200;a:1:{i:0;i:5;}i:1756162800;a:1:{i:0;i:6;}i:1756166400;a:1:{i:0;i:5;}i:1756170000;a:1:{i:0;i:6;}i:1756173600;a:1:{i:0;i:3;}i:1756180800;a:1:{i:0;i:4;}i:1756188000;a:1:{i:0;i:3;}i:1756195200;a:1:{i:0;i:1;}i:1756198800;a:1:{i:0;i:1;}i:1756206000;a:1:{i:0;i:1;}i:1756213200;a:1:{i:0;i:1;}i:1756216800;a:1:{i:0;i:6;}i:1756224000;a:1:{i:0;i:1;}i:1756238400;a:1:{i:0;i:2;}i:1756245600;a:1:{i:0;i:1;}i:1756249200;a:2:{i:0;i:3;i:1;i:10;}i:1756256400;a:1:{i:0;i:1;}i:1756260000;a:1:{i:0;i:1;}i:1756263600;a:1:{i:0;i:1;}i:1756267200;a:1:{i:0;i:1;}i:1756270800;a:1:{i:0;i:1;}i:1756274400;a:1:{i:0;i:2;}i:1756278000;a:1:{i:0;i:1;}i:1756281600;a:1:{i:0;i:4;}i:1756285200;a:1:{i:0;i:5;}i:1756288800;a:1:{i:0;i:7;}i:1756292400;a:1:{i:0;i:2;}i:1756296000;a:1:{i:0;i:2;}i:1756299600;a:1:{i:0;i:1;}i:1756303200;a:1:{i:0;i:8;}i:1756306800;a:1:{i:0;i:3;}i:1756310400;a:1:{i:0;i:2;}i:1756314000;a:1:{i:0;i:2;}i:1756317600;a:1:{i:0;i:4;}i:1756321200;a:1:{i:0;i:3;}i:1756324800;a:1:{i:0;i:2;}i:1756328400;a:1:{i:0;i:4;}i:1756332000;a:1:{i:0;i:2;}i:1756335600;a:1:{i:0;i:1;}i:1756339200;a:1:{i:0;i:1;}i:1756342800;a:1:{i:0;i:1;}i:1756346400;a:1:{i:0;i:14;}i:1756350000;a:1:{i:0;i:3;}i:1756353600;a:1:{i:0;i:5;}i:1756357200;a:1:{i:0;i:24;}i:1756360800;a:1:{i:0;i:3;}i:1756364400;a:1:{i:0;i:12;}i:1756368000;a:1:{i:0;i:19;}i:1756371600;a:1:{i:0;i:9;}i:1756375200;a:1:{i:0;i:15;}i:1756378800;a:1:{i:0;i:8;}i:1756382400;a:1:{i:0;i:8;}i:1756386000;a:1:{i:0;i:6;}i:1756389600;a:1:{i:0;i:12;}i:1756393200;a:2:{i:0;i:7;i:1;i:10;}i:1756396800;a:1:{i:0;i:2;}i:1756400400;a:1:{i:0;i:14;}i:1756404000;a:1:{i:0;i:5;}i:1756407600;a:1:{i:0;i:11;}i:1756411200;a:1:{i:0;i:4;}i:1756414800;a:1:{i:0;i:2;}i:1756418400;a:1:{i:0;i:2;}i:1756422000;a:1:{i:0;i:9;}i:1756425600;a:1:{i:0;i:19;}i:1756429200;a:1:{i:0;i:2;}i:1756432800;a:1:{i:0;i:1;}i:1756436400;a:1:{i:0;i:4;}i:1756440000;a:1:{i:0;i:2;}i:1756443600;a:1:{i:0;i:3;}i:1756447200;a:1:{i:0;i:3;}i:1756450800;a:1:{i:0;i:3;}i:1756454400;a:1:{i:0;i:3;}i:1756458000;a:1:{i:0;i:1;}i:1756461600;a:1:{i:0;i:3;}i:1756465200;a:1:{i:0;i:1;}i:1756468800;a:1:{i:0;i:2;}i:1756476000;a:1:{i:0;i:1;}i:1756479600;a:1:{i:0;i:1;}i:1756483200;a:1:{i:0;i:2;}i:1756486800;a:1:{i:0;i:2;}i:1756490400;a:1:{i:0;i:4;}i:1756494000;a:1:{i:0;i:3;}i:1756497600;a:1:{i:0;i:1;}i:1756501200;a:1:{i:0;i:3;}i:1756508400;a:1:{i:0;i:1;}i:1756515600;a:1:{i:0;i:1;}i:1756522800;a:1:{i:0;i:1;}i:1756530000;a:1:{i:0;i:1;}i:1756537200;a:2:{i:0;i:1;i:1;i:10;}i:1756544400;a:1:{i:0;i:1;}i:1756551600;a:1:{i:0;i:1;}i:1756558800;a:1:{i:0;i:1;}i:1756566000;a:1:{i:0;i:3;}i:1756569600;a:1:{i:0;i:1;}i:1756573200;a:1:{i:0;i:1;}i:1756580400;a:1:{i:0;i:1;}i:1756587600;a:1:{i:0;i:1;}i:1756605600;a:1:{i:0;i:4;}i:1756609200;a:1:{i:0;i:1;}i:1756612800;a:1:{i:0;i:3;}i:1756616400;a:2:{i:1;i:1;i:0;i:2;}i:1756620000;a:1:{i:0;i:3;}i:1756623600;a:1:{i:0;i:3;}i:1756627200;a:1:{i:0;i:4;}i:1756630800;a:1:{i:0;i:10;}i:1756634400;a:1:{i:0;i:25;}i:1756638000;a:1:{i:0;i:26;}i:1756641600;a:1:{i:0;i:7;}i:1756645200;a:1:{i:0;i:2;}i:1756648800;a:1:{i:0;i:10;}i:1756652400;a:1:{i:0;i:4;}i:1756656000;a:1:{i:0;i:3;}i:1756659600;a:1:{i:0;i:3;}i:1756663200;a:1:{i:0;i:2;}i:1756666800;a:1:{i:0;i:3;}i:1756670400;a:1:{i:0;i:4;}i:1756674000;a:1:{i:0;i:1;}i:1756681200;a:2:{i:0;i:2;i:1;i:11;}i:1756684800;a:1:{i:0;i:1;}i:1756688400;a:1:{i:0;i:1;}i:1756692000;a:1:{i:0;i:4;}i:1756695600;a:1:{i:0;i:13;}i:1756699200;a:1:{i:0;i:10;}i:1756702800;a:1:{i:0;i:17;}i:1756706400;a:1:{i:0;i:18;}i:1756710000;a:1:{i:0;i:7;}i:1756713600;a:1:{i:0;i:14;}i:1756717200;a:1:{i:0;i:8;}i:1756720800;a:1:{i:0;i:6;}i:1756724400;a:1:{i:0;i:11;}i:1756728000;a:1:{i:0;i:11;}i:1756731600;a:1:{i:0;i:9;}i:1756735200;a:1:{i:0;i:5;}i:1756738800;a:1:{i:0;i:8;}i:1756742400;a:1:{i:0;i:6;}i:1756746000;a:1:{i:0;i:3;}i:1756749600;a:1:{i:0;i:22;}i:1756753200;a:1:{i:0;i:15;}i:1756756800;a:1:{i:0;i:19;}i:1756760400;a:1:{i:0;i:11;}i:1756764000;a:1:{i:0;i:11;}i:1756767600;a:1:{i:0;i:31;}i:1756771200;a:1:{i:0;i:15;}i:1756774800;a:1:{i:0;i:11;}i:1756778400;a:1:{i:0;i:17;}i:1756782000;a:1:{i:0;i:14;}i:1756785600;a:1:{i:0;i:16;}i:1756789200;a:1:{i:0;i:28;}i:1756792800;a:1:{i:0;i:26;}i:1756796400;a:1:{i:0;i:17;}i:1756800000;a:1:{i:0;i:31;}i:1756803600;a:1:{i:0;i:44;}i:1756807200;a:1:{i:0;i:19;}i:1756810800;a:1:{i:0;i:21;}i:1756814400;a:1:{i:0;i:16;}i:1756818000;a:1:{i:0;i:11;}i:1756825200;a:2:{i:0;i:1;i:1;i:10;}i:1756828800;a:1:{i:0;i:4;}i:1756832400;a:1:{i:0;i:2;}i:1756836000;a:1:{i:0;i:3;}i:1756839600;a:1:{i:0;i:2;}i:1756843200;a:1:{i:0;i:2;}i:1756846800;a:1:{i:0;i:2;}i:1756850400;a:1:{i:0;i:4;}i:1756854000;a:1:{i:0;i:1;}i:1756857600;a:1:{i:0;i:1;}i:1756861200;a:1:{i:0;i:1;}i:1756864800;a:1:{i:0;i:7;}i:1756868400;a:1:{i:0;i:6;}i:1756872000;a:1:{i:0;i:2;}i:1756875600;a:1:{i:0;i:4;}i:1756879200;a:1:{i:0;i:4;}i:1756882800;a:1:{i:0;i:6;}i:1756886400;a:1:{i:0;i:5;}i:1756890000;a:1:{i:0;i:3;}i:1756893600;a:1:{i:0;i:1;}i:1756900800;a:1:{i:0;i:1;}i:1756908000;a:1:{i:0;i:1;}i:1756915200;a:1:{i:0;i:1;}i:1756922400;a:1:{i:0;i:1;}i:1756929600;a:1:{i:0;i:1;}i:1756936800;a:1:{i:0;i:1;}i:1756940400;a:1:{i:0;i:1;}i:1756944000;a:1:{i:0;i:6;}i:1756947600;a:1:{i:0;i:4;}i:1756951200;a:1:{i:0;i:2;}i:1756954800;a:1:{i:0;i:4;}i:1756958400;a:1:{i:0;i:5;}i:1756962000;a:2:{i:0;i:3;i:1;i:1;}i:1756965600;a:1:{i:0;i:5;}i:1756969200;a:1:{i:0;i:6;}i:1756972800;a:1:{i:0;i:4;}i:1756976400;a:1:{i:0;i:2;}i:1756980000;a:1:{i:0;i:3;}i:1756983600;a:1:{i:0;i:3;}i:1756987200;a:1:{i:0;i:2;}i:1756990800;a:1:{i:0;i:1;}i:1756994400;a:1:{i:0;i:1;}i:1756998000;a:2:{i:0;i:2;i:1;i:10;}i:1757001600;a:1:{i:0;i:1;}i:1757005200;a:1:{i:0;i:11;}i:1757008800;a:1:{i:0;i:2;}i:1757012400;a:1:{i:0;i:3;}i:1757016000;a:1:{i:0;i:2;}i:1757019600;a:1:{i:0;i:2;}i:1757023200;a:1:{i:0;i:3;}i:1757026800;a:1:{i:0;i:2;}i:1757030400;a:1:{i:0;i:1;}i:1757034000;a:1:{i:0;i:1;}i:1757041200;a:1:{i:0;i:2;}i:1757044800;a:1:{i:0;i:2;}i:1757048400;a:1:{i:0;i:1;}i:1757055600;a:1:{i:0;i:1;}i:1757059200;a:1:{i:0;i:2;}i:1757062800;a:1:{i:0;i:2;}i:1757066400;a:1:{i:0;i:2;}i:1757070000;a:1:{i:0;i:1;}i:1757073600;a:1:{i:0;i:1;}i:1757077200;a:1:{i:0;i:1;}i:1757080800;a:1:{i:0;i:2;}i:1757084400;a:1:{i:0;i:1;}i:1757088000;a:1:{i:0;i:1;}i:1757091600;a:1:{i:0;i:5;}i:1757095200;a:1:{i:0;i:1;}i:1757098800;a:1:{i:0;i:3;}i:1757102400;a:1:{i:0;i:1;}i:1757106000;a:1:{i:0;i:2;}i:1757109600;a:1:{i:0;i:1;}i:1757113200;a:1:{i:0;i:1;}i:1757120400;a:1:{i:0;i:3;}i:1757127600;a:1:{i:0;i:4;}i:1757131200;a:1:{i:0;i:1;}i:1757134800;a:1:{i:0;i:2;}i:1757138400;a:1:{i:0;i:3;}i:1757142000;a:2:{i:1;i:10;i:0;i:3;}i:1757145600;a:1:{i:0;i:2;}i:1757149200;a:1:{i:0;i:3;}i:1757152800;a:1:{i:0;i:1;}i:1757156400;a:1:{i:0;i:3;}i:1757160000;a:1:{i:0;i:1;}i:1757163600;a:1:{i:0;i:2;}i:1757167200;a:1:{i:0;i:1;}i:1757170800;a:1:{i:0;i:1;}i:1757174400;a:1:{i:0;i:1;}i:1757178000;a:1:{i:0;i:1;}i:1757185200;a:1:{i:0;i:5;}i:1757188800;a:1:{i:0;i:6;}i:1757192400;a:1:{i:0;i:4;}i:1757196000;a:1:{i:0;i:8;}i:1757199600;a:1:{i:0;i:5;}i:1757203200;a:1:{i:0;i:7;}i:1757206800;a:1:{i:0;i:5;}i:1757210400;a:1:{i:0;i:8;}i:1757214000;a:1:{i:0;i:5;}i:1757217600;a:1:{i:0;i:9;}i:1757221200;a:2:{i:1;i:1;i:0;i:1;}i:1757224800;a:1:{i:0;i:5;}i:1757228400;a:1:{i:0;i:5;}i:1757232000;a:1:{i:0;i:5;}i:1757235600;a:1:{i:0;i:6;}i:1757239200;a:1:{i:0;i:6;}i:1757242800;a:1:{i:0;i:6;}i:1757246400;a:1:{i:0;i:6;}i:1757250000;a:1:{i:0;i:2;}i:1757253600;a:1:{i:0;i:6;}i:1757257200;a:1:{i:0;i:8;}i:1757260800;a:1:{i:0;i:15;}i:1757264400;a:1:{i:0;i:20;}i:1757268000;a:1:{i:0;i:3;}i:1757271600;a:1:{i:0;i:4;}i:1757275200;a:1:{i:0;i:2;}i:1757278800;a:1:{i:0;i:1;}i:1757282400;a:1:{i:0;i:9;}i:1757286000;a:2:{i:1;i:6;i:0;i:3;}i:1757289600;a:2:{i:0;i:11;i:1;i:3;}i:1757293200;a:1:{i:0;i:11;}i:1757296800;a:1:{i:0;i:11;}i:1757300400;a:1:{i:0;i:6;}i:1757307600;a:1:{i:0;i:2;}i:1757311200;a:1:{i:0;i:1;}i:1757314800;a:1:{i:0;i:18;}i:1757318400;a:1:{i:0;i:6;}i:1757322000;a:1:{i:0;i:9;}i:1757325600;a:1:{i:0;i:1;}i:1757332800;a:1:{i:0;i:4;}i:1757340000;a:1:{i:0;i:1;}i:1757343600;a:1:{i:0;i:1;}i:1757347200;a:1:{i:0;i:2;}i:1757350800;a:1:{i:0;i:5;}i:1757354400;a:1:{i:0;i:4;}i:1757358000;a:1:{i:0;i:5;}i:1757361600;a:1:{i:0;i:9;}i:1757365200;a:1:{i:0;i:9;}i:1757368800;a:1:{i:0;i:11;}i:1757372400;a:1:{i:0;i:18;}i:1757376000;a:1:{i:0;i:11;}i:1757379600;a:1:{i:0;i:7;}i:1757383200;a:1:{i:0;i:6;}i:1757386800;a:1:{i:0;i:3;}i:1757390400;a:1:{i:0;i:4;}i:1757394000;a:1:{i:0;i:3;}i:1757397600;a:1:{i:0;i:3;}i:1757401200;a:1:{i:0;i:2;}i:1757404800;a:1:{i:0;i:3;}i:1757412000;a:1:{i:0;i:3;}i:1757415600;a:1:{i:0;i:3;}i:1757419200;a:1:{i:0;i:1;}i:1757422800;a:1:{i:0;i:5;}i:1757426400;a:1:{i:0;i:2;}i:1757430000;a:2:{i:0;i:2;i:1;i:7;}i:1757433600;a:1:{i:0;i:7;}i:1757437200;a:1:{i:0;i:3;}i:1757440800;a:1:{i:0;i:8;}i:1757444400;a:1:{i:0;i:1;}i:1757448000;a:1:{i:0;i:2;}i:1757451600;a:1:{i:0;i:3;}i:1757455200;a:1:{i:0;i:3;}i:1757458800;a:1:{i:0;i:1;}i:1757462400;a:1:{i:0;i:2;}i:1757466000;a:1:{i:0;i:1;}i:1757469600;a:1:{i:0;i:3;}i:1757473200;a:1:{i:0;i:2;}i:1757476800;a:1:{i:0;i:1;}i:1757484000;a:1:{i:0;i:1;}i:1757487600;a:1:{i:0;i:1;}i:1757494800;a:1:{i:0;i:2;}i:1757498400;a:1:{i:0;i:2;}i:1757502000;a:1:{i:0;i:1;}i:1757505600;a:1:{i:0;i:1;}i:1757509200;a:1:{i:0;i:5;}i:1757512800;a:1:{i:0;i:6;}i:1757516400;a:1:{i:0;i:1;}i:1757520000;a:1:{i:0;i:3;}i:1757523600;a:1:{i:0;i:6;}i:1757527200;a:1:{i:0;i:6;}i:1757530800;a:1:{i:0;i:1;}i:1757534400;a:1:{i:0;i:1;}i:1757541600;a:1:{i:0;i:1;}i:1757545200;a:1:{i:0;i:2;}i:1757552400;a:1:{i:0;i:2;}i:1757559600;a:1:{i:0;i:1;}i:1757563200;a:1:{i:0;i:1;}i:1757570400;a:1:{i:0;i:2;}i:1757574000;a:2:{i:1;i:11;i:0;i:5;}i:1757577600;a:2:{i:0;i:2;i:1;i:2;}i:1757581200;a:1:{i:0;i:1;}i:1757584800;a:1:{i:0;i:1;}i:1757592000;a:1:{i:0;i:2;}i:1757599200;a:1:{i:0;i:1;}i:1757602800;a:1:{i:0;i:1;}i:1757606400;a:1:{i:0;i:7;}i:1757610000;a:1:{i:0;i:1;}i:1757613600;a:1:{i:0;i:8;}i:1757617200;a:1:{i:0;i:4;}i:1757620800;a:1:{i:0;i:6;}i:1757624400;a:1:{i:0;i:6;}i:1757628000;a:1:{i:0;i:4;}i:1757631600;a:1:{i:0;i:4;}i:1757635200;a:1:{i:0;i:6;}i:1757638800;a:1:{i:0;i:1;}i:1757642400;a:1:{i:0;i:1;}i:1757646000;a:1:{i:0;i:2;}i:1757649600;a:1:{i:0;i:13;}i:1757653200;a:1:{i:0;i:14;}i:1757656800;a:1:{i:0;i:18;}i:1757660400;a:1:{i:0;i:11;}i:1757664000;a:1:{i:0;i:15;}i:1757667600;a:1:{i:0;i:13;}i:1757671200;a:1:{i:0;i:8;}i:1757674800;a:1:{i:0;i:15;}i:1757678400;a:1:{i:0;i:11;}i:1757682000;a:1:{i:0;i:15;}i:1757685600;a:1:{i:0;i:12;}i:1757689200;a:1:{i:0;i:8;}i:1757736000;a:1:{i:1;i:2;}i:1757768400;a:1:{i:0;i:3;}i:1757775600;a:1:{i:0;i:1;}i:1757826000;a:1:{i:0;i:1;}i:1757840400;a:1:{i:0;i:1;}i:1757865600;a:1:{i:1;i:2;}i:1757883600;a:1:{i:0;i:2;}i:1757890800;a:1:{i:0;i:2;}i:1757894400;a:1:{i:0;i:2;}i:1757912400;a:1:{i:0;i:1;}i:1757916000;a:1:{i:0;i:1;}i:1757919600;a:1:{i:0;i:1;}i:1757923200;a:1:{i:0;i:1;}i:1757937600;a:1:{i:0;i:1;}i:1757944800;a:1:{i:0;i:3;}i:1757948400;a:1:{i:0;i:1;}i:1757952000;a:1:{i:0;i:3;}i:1757955600;a:1:{i:0;i:8;}i:1757959200;a:1:{i:0;i:14;}i:1757962800;a:1:{i:0;i:2;}i:1757966400;a:1:{i:0;i:4;}i:1757970000;a:1:{i:0;i:6;}i:1757973600;a:1:{i:0;i:1;}i:1757977200;a:1:{i:0;i:4;}i:1757980800;a:1:{i:0;i:3;}i:1757984400;a:1:{i:0;i:4;}i:1757991600;a:1:{i:0;i:2;}i:1757995200;a:1:{i:0;i:2;}i:1757998800;a:1:{i:0;i:1;}i:1758002400;a:1:{i:0;i:3;}i:1758009600;a:1:{i:0;i:3;}i:1758013200;a:1:{i:0;i:1;}i:1758020400;a:1:{i:0;i:2;}i:1758024000;a:1:{i:0;i:2;}i:1758027600;a:1:{i:0;i:5;}i:1758031200;a:1:{i:0;i:4;}i:1758034800;a:1:{i:0;i:1;}i:1758042000;a:1:{i:0;i:3;}i:1758045600;a:1:{i:0;i:8;}i:1758049200;a:1:{i:0;i:7;}i:1758056400;a:1:{i:0;i:2;}i:1758063600;a:1:{i:0;i:1;}i:1758067200;a:1:{i:0;i:1;}i:1758070800;a:1:{i:0;i:1;}i:1758081600;a:1:{i:0;i:1;}i:1758096000;a:1:{i:0;i:1;}i:1758099600;a:1:{i:0;i:7;}i:1758103200;a:1:{i:0;i:1;}i:1758110400;a:1:{i:0;i:2;}i:1758114000;a:1:{i:0;i:3;}i:1758117600;a:1:{i:0;i:3;}i:1758121200;a:1:{i:0;i:1;}i:1758128400;a:1:{i:0;i:3;}i:1758132000;a:1:{i:0;i:2;}i:1758135600;a:1:{i:0;i:3;}i:1758139200;a:1:{i:0;i:1;}i:1758142800;a:1:{i:0;i:2;}i:1758150000;a:1:{i:0;i:1;}i:1758171600;a:1:{i:0;i:1;}i:1758182400;a:1:{i:0;i:4;}i:1758186000;a:1:{i:0;i:2;}i:1758193200;a:1:{i:0;i:1;}i:1758196800;a:1:{i:0;i:1;}i:1758214800;a:1:{i:0;i:4;}i:1758222000;a:1:{i:0;i:1;}i:1758229200;a:1:{i:0;i:2;}i:1758232800;a:1:{i:0;i:2;}i:1758243600;a:1:{i:0;i:3;}i:1758258000;a:1:{i:0;i:3;}i:1758268800;a:1:{i:0;i:1;}i:1758294000;a:1:{i:1;i:9;}i:1758301200;a:1:{i:0;i:1;}i:1758308400;a:1:{i:0;i:5;}i:1758333600;a:1:{i:0;i:1;}i:1758337200;a:1:{i:0;i:1;}i:1758340800;a:1:{i:1;i:2;}i:1758348000;a:1:{i:0;i:2;}i:1758351600;a:1:{i:0;i:2;}i:1758355200;a:1:{i:0;i:1;}i:1758369600;a:1:{i:0;i:1;}i:1758376800;a:1:{i:0;i:3;}i:1758380400;a:1:{i:0;i:3;}i:1758384000;a:1:{i:0;i:4;}i:1758387600;a:1:{i:0;i:10;}i:1758394800;a:1:{i:0;i:1;}i:1758398400;a:1:{i:0;i:1;}i:1758405600;a:1:{i:0;i:1;}i:1758416400;a:1:{i:0;i:3;}i:1758420000;a:1:{i:0;i:8;}i:1758423600;a:1:{i:0;i:5;}i:1758427200;a:1:{i:0;i:12;}i:1758430800;a:2:{i:1;i:1;i:0;i:1;}i:1758434400;a:1:{i:0;i:1;}i:1758438000;a:1:{i:1;i:10;}i:1758445200;a:1:{i:0;i:1;}i:1758448800;a:1:{i:0;i:1;}i:1758456000;a:1:{i:0;i:1;}i:1758470400;a:1:{i:0;i:1;}i:1758474000;a:1:{i:0;i:6;}i:1758481200;a:1:{i:0;i:2;}i:1758488400;a:1:{i:0;i:2;}i:1758502800;a:1:{i:0;i:1;}i:1758510000;a:1:{i:0;i:5;}i:1758528000;a:1:{i:0;i:1;}i:1758531600;a:1:{i:0;i:1;}i:1758535200;a:1:{i:0;i:4;}i:1758546000;a:1:{i:0;i:1;}i:1758553200;a:1:{i:0;i:2;}i:1758556800;a:1:{i:0;i:1;}i:1758560400;a:1:{i:0;i:3;}i:1758564000;a:1:{i:0;i:3;}i:1758567600;a:1:{i:0;i:2;}i:1758578400;a:1:{i:0;i:1;}i:1758582000;a:1:{i:0;i:2;}i:1758589200;a:1:{i:0;i:2;}i:1758592800;a:1:{i:0;i:3;}i:1758603600;a:1:{i:0;i:5;}i:1758618000;a:1:{i:0;i:2;}i:1758621600;a:1:{i:0;i:2;}i:1758625200;a:1:{i:0;i:5;}i:1758636000;a:1:{i:0;i:2;}i:1758643200;a:1:{i:0;i:6;}i:1758675600;a:1:{i:0;i:1;}i:1758679200;a:1:{i:0;i:3;}i:1758682800;a:1:{i:0;i:1;}i:1758708000;a:1:{i:0;i:1;}i:1758711600;a:1:{i:0;i:1;}i:1758715200;a:1:{i:0;i:1;}i:1758718800;a:1:{i:0;i:1;}i:1758722400;a:1:{i:0;i:1;}i:1758726000;a:1:{i:0;i:2;}i:1758729600;a:1:{i:0;i:1;}i:1758733200;a:1:{i:0;i:4;}i:1758740400;a:1:{i:0;i:2;}i:1758744000;a:1:{i:0;i:2;}i:1758747600;a:1:{i:0;i:7;}i:1758751200;a:1:{i:0;i:3;}i:1758765600;a:1:{i:0;i:2;}i:1758776400;a:1:{i:0;i:2;}i:1758787200;a:1:{i:0;i:1;}i:1758812400;a:1:{i:0;i:2;}i:1758837600;a:1:{i:0;i:5;}i:1758841200;a:1:{i:0;i:2;}i:1758870000;a:1:{i:0;i:1;}i:1758873600;a:1:{i:0;i:3;}i:1758888000;a:1:{i:0;i:1;}i:1758891600;a:1:{i:0;i:1;}i:1758898800;a:1:{i:0;i:10;}i:1758909600;a:1:{i:0;i:3;}i:1758924000;a:1:{i:0;i:1;}i:1758927600;a:1:{i:0;i:1;}i:1758934800;a:1:{i:0;i:1;}i:1758938400;a:1:{i:0;i:1;}i:1758942000;a:1:{i:0;i:2;}i:1758945600;a:1:{i:0;i:6;}i:1758949200;a:1:{i:0;i:7;}i:1758952800;a:1:{i:0;i:4;}i:1758956400;a:1:{i:0;i:6;}i:1758960000;a:1:{i:0;i:5;}i:1758963600;a:1:{i:0;i:2;}i:1758967200;a:1:{i:0;i:5;}i:1758970800;a:1:{i:0;i:6;}i:1758974400;a:1:{i:0;i:1;}i:1758978000;a:1:{i:0;i:3;}i:1758985200;a:1:{i:0;i:5;}i:1758988800;a:1:{i:0;i:3;}i:1759010400;a:1:{i:0;i:2;}i:1759028400;a:1:{i:0;i:2;}i:1759032000;a:1:{i:0;i:5;}i:1759035600;a:1:{i:0;i:4;}i:1759039200;a:1:{i:0;i:2;}i:1759046400;a:1:{i:0;i:2;}i:1759060800;a:1:{i:0;i:1;}i:1759078800;a:1:{i:0;i:3;}i:1759114800;a:1:{i:0;i:1;}i:1759118400;a:1:{i:0;i:1;}i:1759122000;a:1:{i:0;i:1;}i:1759136400;a:1:{i:0;i:1;}i:1759140000;a:1:{i:0;i:1;}i:1759147200;a:1:{i:0;i:1;}i:1759154400;a:1:{i:0;i:1;}i:1759161600;a:1:{i:0;i:1;}i:1759165200;a:1:{i:0;i:2;}i:1759172400;a:1:{i:0;i:2;}i:1759183200;a:1:{i:0;i:3;}i:1759190400;a:1:{i:0;i:3;}i:1759194000;a:1:{i:0;i:3;}i:1759201200;a:1:{i:0;i:1;}i:1759251600;a:1:{i:1;i:1;}}','off'),(3102939,'backuply_license_notice','1744488356','auto'),(3102940,'loginizer_promo_time','-1747542344','auto'),(3102941,'loginizer_backuply_promo_time','1744488356','auto'),(3102942,'loginizer_csrf_promo_time','1744488356','auto'),(3117843,'_wpforms_transient_upload_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1745522668;s:5:\"ctime\";i:1745522668;}','on'),(3215796,'wp-smush-show-new-feature-hotspot','1','off'),(3232807,'as_has_wp_comment_logs','no','on'),(3256743,'can_compress_scripts','1','on'),(3276149,'_wpforms_transient_timeout_templates.json','1759475769','off'),(3276150,'_wpforms_transient_templates.json','1758870969','off'),(3313911,'_wpforms_transient_timeout_addons.json','1759475769','off'),(3313912,'_wpforms_transient_addons.json','1758870969','off'),(3314002,'_wpforms_transient_timeout_docs.json','1759475769','off'),(3314003,'_wpforms_transient_docs.json','1758870969','off'),(3358908,'koko_analytics_referrers_v2','1','on'),(3367660,'sermon_speaker_children','a:1:{i:163;a:1:{i:0;i:178;}}','auto'),(3382514,'_wpforms_transient_timeout_splash.json','1759437531','off'),(3382515,'_wpforms_transient_splash.json','1758832731','off'),(3382636,'lbs_bible_version','ESV','auto'),(3382637,'lbs_libronix','0','auto'),(3382638,'lbs_existing_libronix','0','auto'),(3382639,'lbs_libronix_color','dark','auto'),(3382640,'lbs_tooltips','1','auto'),(3382641,'lbs_search_comments','1','auto'),(3382642,'lbs_nosearch','a:3:{s:2:\"h1\";s:1:\"1\";s:2:\"h2\";s:1:\"1\";s:2:\"h3\";s:1:\"1\";}','auto'),(3382643,'lbs_new_window','0','auto'),(3382644,'lbs_libronix_bible_version','ESV','auto'),(3382645,'lbs_convert_hyperlinks','0','auto'),(3382646,'lbs_case_insensitive','0','auto'),(3382647,'lbs_tag_chapters','0','auto'),(3382650,'fusion_core_flush_permalinks','1','auto'),(3382664,'_transient_fusion_fontawesome_en','.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format(\"woff2\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format(\"woff\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format(\"truetype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format(\"svg\");font-display: block;}.fab{font-family:\"Font Awesome 5 Brands\"}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format(\"woff2\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format(\"woff\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format(\"truetype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format(\"svg\");font-display: block;}.far{font-family:\"Font Awesome 5 Free\";font-weight:400;}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format(\"embedded-opentype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format(\"woff2\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format(\"woff\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format(\"truetype\"),url(//www.crosspoint-church.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format(\"svg\");font-display: block;}.fa,.fas{font-family:\"Font Awesome 5 Free\";font-weight:900}.fa-500px:before{content:\"\\f26e\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-accusoft:before{content:\"\\f369\"}.fa-acquisitions-incorporated:before{content:\"\\f6af\"}.fa-ad:before{content:\"\\f641\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-card:before{content:\"\\f2bb\"}.fa-adjust:before{content:\"\\f042\"}.fa-adn:before{content:\"\\f170\"}.fa-adversal:before{content:\"\\f36a\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-air-freshener:before{content:\"\\f5d0\"}.fa-airbnb:before{content:\"\\f834\"}.fa-algolia:before{content:\"\\f36c\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-justify:before{content:\"\\f039\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-right:before{content:\"\\f038\"}.fa-alipay:before{content:\"\\f642\"}.fa-allergies:before{content:\"\\f461\"}.fa-amazon:before{content:\"\\f270\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-amilia:before{content:\"\\f36d\"}.fa-anchor:before{content:\"\\f13d\"}.fa-android:before{content:\"\\f17b\"}.fa-angellist:before{content:\"\\f209\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-down:before{content:\"\\f107\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angry:before{content:\"\\f556\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-angular:before{content:\"\\f420\"}.fa-ankh:before{content:\"\\f644\"}.fa-app-store:before{content:\"\\f36f\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-apper:before{content:\"\\f371\"}.fa-apple:before{content:\"\\f179\"}.fa-apple-alt:before{content:\"\\f5d1\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-archive:before{content:\"\\f187\"}.fa-archway:before{content:\"\\f557\"}.fa-arrow-alt-circle-down:before{content:\"\\f358\"}.fa-arrow-alt-circle-left:before{content:\"\\f359\"}.fa-arrow-alt-circle-right:before{content:\"\\f35a\"}.fa-arrow-alt-circle-up:before{content:\"\\f35b\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-arrows-alt-h:before{content:\"\\f337\"}.fa-arrows-alt-v:before{content:\"\\f338\"}.fa-artstation:before{content:\"\\f77a\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asterisk:before{content:\"\\f069\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-at:before{content:\"\\f1fa\"}.fa-atlas:before{content:\"\\f558\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-atom:before{content:\"\\f5d2\"}.fa-audible:before{content:\"\\f373\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-avianex:before{content:\"\\f374\"}.fa-aviato:before{content:\"\\f421\"}.fa-award:before{content:\"\\f559\"}.fa-aws:before{content:\"\\f375\"}.fa-baby:before{content:\"\\f77c\"}.fa-baby-carriage:before{content:\"\\f77d\"}.fa-backspace:before{content:\"\\f55a\"}.fa-backward:before{content:\"\\f04a\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-bacteria:before{content:\"\\e059\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-bahai:before{content:\"\\f666\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-balance-scale-left:before{content:\"\\f515\"}.fa-balance-scale-right:before{content:\"\\f516\"}.fa-ban:before{content:\"\\f05e\"}.fa-band-aid:before{content:\"\\f462\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-barcode:before{content:\"\\f02a\"}.fa-bars:before{content:\"\\f0c9\"}.fa-baseball-ball:before{content:\"\\f433\"}.fa-basketball-ball:before{content:\"\\f434\"}.fa-bath:before{content:\"\\f2cd\"}.fa-battery-empty:before{content:\"\\f244\"}.fa-battery-full:before{content:\"\\f240\"}.fa-battery-half:before{content:\"\\f242\"}.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battle-net:before{content:\"\\f835\"}.fa-bed:before{content:\"\\f236\"}.fa-beer:before{content:\"\\f0fc\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-bell:before{content:\"\\f0f3\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bible:before{content:\"\\f647\"}.fa-bicycle:before{content:\"\\f206\"}.fa-biking:before{content:\"\\f84a\"}.fa-bimobject:before{content:\"\\f378\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-biohazard:before{content:\"\\f780\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-bity:before{content:\"\\f37a\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-blender:before{content:\"\\f517\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-blind:before{content:\"\\f29d\"}.fa-blog:before{content:\"\\f781\"}.fa-blogger:before{content:\"\\f37c\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-bold:before{content:\"\\f032\"}.fa-bolt:before{content:\"\\f0e7\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-bone:before{content:\"\\f5d7\"}.fa-bong:before{content:\"\\f55c\"}.fa-book:before{content:\"\\f02d\"}.fa-book-dead:before{content:\"\\f6b7\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-reader:before{content:\"\\f5da\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-border-all:before{content:\"\\f84c\"}.fa-border-none:before{content:\"\\f850\"}.fa-border-style:before{content:\"\\f853\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-box:before{content:\"\\f466\"}.fa-box-open:before{content:\"\\f49e\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-boxes:before{content:\"\\f468\"}.fa-braille:before{content:\"\\f2a1\"}.fa-brain:before{content:\"\\f5dc\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-broadcast-tower:before{content:\"\\f519\"}.fa-broom:before{content:\"\\f51a\"}.fa-brush:before{content:\"\\f55d\"}.fa-btc:before{content:\"\\f15a\"}.fa-buffer:before{content:\"\\f837\"}.fa-bug:before{content:\"\\f188\"}.fa-building:before{content:\"\\f1ad\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bullseye:before{content:\"\\f140\"}.fa-burn:before{content:\"\\f46a\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-bus:before{content:\"\\f207\"}.fa-bus-alt:before{content:\"\\f55e\"}.fa-business-time:before{content:\"\\f64a\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-calendar:before{content:\"\\f133\"}.fa-calendar-alt:before{content:\"\\f073\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-calendar-times:before{content:\"\\f273\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-camera:before{content:\"\\f030\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-campground:before{content:\"\\f6bb\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-capsules:before{content:\"\\f46b\"}.fa-car:before{content:\"\\f1b9\"}.fa-car-alt:before{content:\"\\f5de\"}.fa-car-battery:before{content:\"\\f5df\"}.fa-car-crash:before{content:\"\\f5e1\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-caret-square-down:before{content:\"\\f150\"}.fa-caret-square-left:before{content:\"\\f191\"}.fa-caret-square-right:before{content:\"\\f152\"}.fa-caret-square-up:before{content:\"\\f151\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-carrot:before{content:\"\\f787\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cash-register:before{content:\"\\f788\"}.fa-cat:before{content:\"\\f6be\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-centercode:before{content:\"\\f380\"}.fa-centos:before{content:\"\\f789\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-chair:before{content:\"\\f6c0\"}.fa-chalkboard:before{content:\"\\f51b\"}.fa-chalkboard-teacher:before{content:\"\\f51c\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-chart-area:before{content:\"\\f1fe\"}.fa-chart-bar:before{content:\"\\f080\"}.fa-chart-line:before{content:\"\\f201\"}.fa-chart-pie:before{content:\"\\f200\"}.fa-check:before{content:\"\\f00c\"}.fa-check-circle:before{content:\"\\f058\"}.fa-check-double:before{content:\"\\f560\"}.fa-check-square:before{content:\"\\f14a\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-chess:before{content:\"\\f439\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-child:before{content:\"\\f1ae\"}.fa-chrome:before{content:\"\\f268\"}.fa-chromecast:before{content:\"\\f838\"}.fa-church:before{content:\"\\f51d\"}.fa-circle:before{content:\"\\f111\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-city:before{content:\"\\f64f\"}.fa-clinic-medical:before{content:\"\\f7f2\"}.fa-clipboard:before{content:\"\\f328\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-clock:before{content:\"\\f017\"}.fa-clone:before{content:\"\\f24d\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-cloud-download-alt:before{content:\"\\f381\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-cloud-upload-alt:before{content:\"\\f382\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-cocktail:before{content:\"\\f561\"}.fa-code:before{content:\"\\f121\"}.fa-code-branch:before{content:\"\\f126\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-codiepie:before{content:\"\\f284\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cog:before{content:\"\\f013\"}.fa-cogs:before{content:\"\\f085\"}.fa-coins:before{content:\"\\f51e\"}.fa-columns:before{content:\"\\f0db\"}.fa-comment:before{content:\"\\f075\"}.fa-comment-alt:before{content:\"\\f27a\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-comment-dots:before{content:\"\\f4ad\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-comments:before{content:\"\\f086\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-compass:before{content:\"\\f14e\"}.fa-compress:before{content:\"\\f066\"}.fa-compress-alt:before{content:\"\\f422\"}.fa-compress-arrows-alt:before{content:\"\\f78c\"}.fa-concierge-bell:before{content:\"\\f562\"}.fa-confluence:before{content:\"\\f78d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-contao:before{content:\"\\f26d\"}.fa-cookie:before{content:\"\\f563\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-copy:before{content:\"\\f0c5\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cpanel:before{content:\"\\f388\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-crop:before{content:\"\\f125\"}.fa-crop-alt:before{content:\"\\f565\"}.fa-cross:before{content:\"\\f654\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-crow:before{content:\"\\f520\"}.fa-crown:before{content:\"\\f521\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-css3:before{content:\"\\f13c\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-cut:before{content:\"\\f0c4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-dashcube:before{content:\"\\f210\"}.fa-database:before{content:\"\\f1c0\"}.fa-deaf:before{content:\"\\f2a4\"}.fa-deezer:before{content:\"\\e077\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-democrat:before{content:\"\\f747\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-desktop:before{content:\"\\f108\"}.fa-dev:before{content:\"\\f6cc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-dhl:before{content:\"\\f790\"}.fa-diagnoses:before{content:\"\\f470\"}.fa-diaspora:before{content:\"\\f791\"}.fa-dice:before{content:\"\\f522\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-dice-five:before{content:\"\\f523\"}.fa-dice-four:before{content:\"\\f524\"}.fa-dice-one:before{content:\"\\f525\"}.fa-dice-six:before{content:\"\\f526\"}.fa-dice-three:before{content:\"\\f527\"}.fa-dice-two:before{content:\"\\f528\"}.fa-digg:before{content:\"\\f1a6\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-digital-tachograph:before{content:\"\\f566\"}.fa-directions:before{content:\"\\f5eb\"}.fa-discord:before{content:\"\\f392\"}.fa-discourse:before{content:\"\\f393\"}.fa-disease:before{content:\"\\f7fa\"}.fa-divide:before{content:\"\\f529\"}.fa-dizzy:before{content:\"\\f567\"}.fa-dna:before{content:\"\\f471\"}.fa-dochub:before{content:\"\\f394\"}.fa-docker:before{content:\"\\f395\"}.fa-dog:before{content:\"\\f6d3\"}.fa-dollar-sign:before{content:\"\\f155\"}.fa-dolly:before{content:\"\\f472\"}.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-donate:before{content:\"\\f4b9\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-door-open:before{content:\"\\f52b\"}.fa-dot-circle:before{content:\"\\f192\"}.fa-dove:before{content:\"\\f4ba\"}.fa-download:before{content:\"\\f019\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-drafting-compass:before{content:\"\\f568\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-dribbble-square:before{content:\"\\f397\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-drum:before{content:\"\\f569\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-dyalog:before{content:\"\\f399\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-edge:before{content:\"\\f282\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-edit:before{content:\"\\f044\"}.fa-egg:before{content:\"\\f7fb\"}.fa-eject:before{content:\"\\f052\"}.fa-elementor:before{content:\"\\f430\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-ello:before{content:\"\\f5f1\"}.fa-ember:before{content:\"\\f423\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-envira:before{content:\"\\f299\"}.fa-equals:before{content:\"\\f52c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-erlang:before{content:\"\\f39d\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-ethernet:before{content:\"\\f796\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-euro-sign:before{content:\"\\f153\"}.fa-evernote:before{content:\"\\f839\"}.fa-exchange-alt:before{content:\"\\f362\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-expand:before{content:\"\\f065\"}.fa-expand-alt:before{content:\"\\f424\"}.fa-expand-arrows-alt:before{content:\"\\f31e\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-external-link-alt:before{content:\"\\f35d\"}.fa-external-link-square-alt:before{content:\"\\f360\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-dropper:before{content:\"\\f1fb\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-facebook:before{content:\"\\f09a\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-fan:before{content:\"\\f863\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-faucet:before{content:\"\\e005\"}.fa-fax:before{content:\"\\f1ac\"}.fa-feather:before{content:\"\\f52d\"}.fa-feather-alt:before{content:\"\\f56b\"}.fa-fedex:before{content:\"\\f797\"}.fa-fedora:before{content:\"\\f798\"}.fa-female:before{content:\"\\f182\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-figma:before{content:\"\\f799\"}.fa-file:before{content:\"\\f15b\"}.fa-file-alt:before{content:\"\\f15c\"}.fa-file-archive:before{content:\"\\f1c6\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-file-download:before{content:\"\\f56d\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-export:before{content:\"\\f56e\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-file-import:before{content:\"\\f56f\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-file-medical:before{content:\"\\f477\"}.fa-file-medical-alt:before{content:\"\\f478\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-file-signature:before{content:\"\\f573\"}.fa-file-upload:before{content:\"\\f574\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-fill:before{content:\"\\f575\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-film:before{content:\"\\f008\"}.fa-filter:before{content:\"\\f0b0\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-fire:before{content:\"\\f06d\"}.fa-fire-alt:before{content:\"\\f7e4\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-firefox:before{content:\"\\f269\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-first-aid:before{content:\"\\f479\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-fish:before{content:\"\\f578\"}.fa-fist-raised:before{content:\"\\f6de\"}.fa-flag:before{content:\"\\f024\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-flask:before{content:\"\\f0c3\"}.fa-flickr:before{content:\"\\f16e\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-flushed:before{content:\"\\f579\"}.fa-fly:before{content:\"\\f417\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-font:before{content:\"\\f031\"}.fa-font-awesome:before{content:\"\\f2b4\"}.fa-font-awesome-alt:before{content:\"\\f35c\"}.fa-font-awesome-flag:before{content:\"\\f425\"}.fa-fonticons:before{content:\"\\f280\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-football-ball:before{content:\"\\f44e\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-forumbee:before{content:\"\\f211\"}.fa-forward:before{content:\"\\f04e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-frog:before{content:\"\\f52e\"}.fa-frown:before{content:\"\\f119\"}.fa-frown-open:before{content:\"\\f57a\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-funnel-dollar:before{content:\"\\f662\"}.fa-futbol:before{content:\"\\f1e3\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-gavel:before{content:\"\\f0e3\"}.fa-gem:before{content:\"\\f3a5\"}.fa-genderless:before{content:\"\\f22d\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-gift:before{content:\"\\f06b\"}.fa-gifts:before{content:\"\\f79c\"}.fa-git:before{content:\"\\f1d3\"}.fa-git-alt:before{content:\"\\f841\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-github:before{content:\"\\f09b\"}.fa-github-alt:before{content:\"\\f113\"}.fa-github-square:before{content:\"\\f092\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-gitlab:before{content:\"\\f296\"}.fa-gitter:before{content:\"\\f426\"}.fa-glass-cheers:before{content:\"\\f79f\"}.fa-glass-martini:before{content:\"\\f000\"}.fa-glass-martini-alt:before{content:\"\\f57b\"}.fa-glass-whiskey:before{content:\"\\f7a0\"}.fa-glasses:before{content:\"\\f530\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-globe:before{content:\"\\f0ac\"}.fa-globe-africa:before{content:\"\\f57c\"}.fa-globe-americas:before{content:\"\\f57d\"}.fa-globe-asia:before{content:\"\\f57e\"}.fa-globe-europe:before{content:\"\\f7a2\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-golf-ball:before{content:\"\\f450\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-google:before{content:\"\\f1a0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-google-pay:before{content:\"\\e079\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-gopuram:before{content:\"\\f664\"}.fa-graduation-cap:before{content:\"\\f19d\"}.fa-gratipay:before{content:\"\\f184\"}.fa-grav:before{content:\"\\f2d6\"}.fa-greater-than:before{content:\"\\f531\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-grimace:before{content:\"\\f57f\"}.fa-grin:before{content:\"\\f580\"}.fa-grin-alt:before{content:\"\\f581\"}.fa-grin-beam:before{content:\"\\f582\"}.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-grin-hearts:before{content:\"\\f584\"}.fa-grin-squint:before{content:\"\\f585\"}.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-grin-stars:before{content:\"\\f587\"}.fa-grin-tears:before{content:\"\\f588\"}.fa-grin-tongue:before{content:\"\\f589\"}.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-grin-wink:before{content:\"\\f58c\"}.fa-grip-horizontal:before{content:\"\\f58d\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-guilded:before{content:\"\\e07e\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-hacker-news-square:before{content:\"\\f3af\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-hamburger:before{content:\"\\f805\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hamsa:before{content:\"\\f665\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-hand-paper:before{content:\"\\f256\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-hand-rock:before{content:\"\\f255\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-hands:before{content:\"\\f4c2\"}.fa-hands-helping:before{content:\"\\f4c4\"}.fa-hands-wash:before{content:\"\\e05e\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-handshake-alt-slash:before{content:\"\\e05f\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-hard-hat:before{content:\"\\f807\"}.fa-hashtag:before{content:\"\\f292\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-hdd:before{content:\"\\f0a0\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-heading:before{content:\"\\f1dc\"}.fa-headphones:before{content:\"\\f025\"}.fa-headphones-alt:before{content:\"\\f58f\"}.fa-headset:before{content:\"\\f590\"}.fa-heart:before{content:\"\\f004\"}.fa-heart-broken:before{content:\"\\f7a9\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-helicopter:before{content:\"\\f533\"}.fa-highlighter:before{content:\"\\f591\"}.fa-hiking:before{content:\"\\f6ec\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-hips:before{content:\"\\f452\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-history:before{content:\"\\f1da\"}.fa-hive:before{content:\"\\e07f\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-home:before{content:\"\\f015\"}.fa-hooli:before{content:\"\\f427\"}.fa-hornbill:before{content:\"\\f592\"}.fa-horse:before{content:\"\\f6f0\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-hospital:before{content:\"\\f0f8\"}.fa-hospital-alt:before{content:\"\\f47d\"}.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-hot-tub:before{content:\"\\f593\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-hotel:before{content:\"\\f594\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-start:before{content:\"\\f251\"}.fa-house-damage:before{content:\"\\f6f1\"}.fa-house-user:before{content:\"\\e065\"}.fa-houzz:before{content:\"\\f27c\"}.fa-hryvnia:before{content:\"\\f6f2\"}.fa-html5:before{content:\"\\f13b\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-icons:before{content:\"\\f86d\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-id-card:before{content:\"\\f2c2\"}.fa-id-card-alt:before{content:\"\\f47f\"}.fa-ideal:before{content:\"\\e013\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-image:before{content:\"\\f03e\"}.fa-images:before{content:\"\\f302\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-inbox:before{content:\"\\f01c\"}.fa-indent:before{content:\"\\f03c\"}.fa-industry:before{content:\"\\f275\"}.fa-infinity:before{content:\"\\f534\"}.fa-info:before{content:\"\\f129\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-innosoft:before{content:\"\\e080\"}.fa-instagram:before{content:\"\\f16d\"}.fa-instagram-square:before{content:\"\\e055\"}.fa-instalod:before{content:\"\\e081\"}.fa-intercom:before{content:\"\\f7af\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-invision:before{content:\"\\f7b0\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-italic:before{content:\"\\f033\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-java:before{content:\"\\f4e4\"}.fa-jedi:before{content:\"\\f669\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-jira:before{content:\"\\f7b1\"}.fa-joget:before{content:\"\\f3b7\"}.fa-joint:before{content:\"\\f595\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-journal-whills:before{content:\"\\f66a\"}.fa-js:before{content:\"\\f3b8\"}.fa-js-square:before{content:\"\\f3b9\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-key:before{content:\"\\f084\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-khanda:before{content:\"\\f66d\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-kiss:before{content:\"\\f596\"}.fa-kiss-beam:before{content:\"\\f597\"}.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-korvue:before{content:\"\\f42f\"}.fa-landmark:before{content:\"\\f66f\"}.fa-language:before{content:\"\\f1ab\"}.fa-laptop:before{content:\"\\f109\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-laptop-house:before{content:\"\\e066\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-laugh:before{content:\"\\f599\"}.fa-laugh-beam:before{content:\"\\f59a\"}.fa-laugh-squint:before{content:\"\\f59b\"}.fa-laugh-wink:before{content:\"\\f59c\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-leaf:before{content:\"\\f06c\"}.fa-leanpub:before{content:\"\\f212\"}.fa-lemon:before{content:\"\\f094\"}.fa-less:before{content:\"\\f41d\"}.fa-less-than:before{content:\"\\f536\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-level-down-alt:before{content:\"\\f3be\"}.fa-level-up-alt:before{content:\"\\f3bf\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-line:before{content:\"\\f3c0\"}.fa-link:before{content:\"\\f0c1\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-linode:before{content:\"\\f2b8\"}.fa-linux:before{content:\"\\f17c\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-list:before{content:\"\\f03a\"}.fa-list-alt:before{content:\"\\f022\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-lock:before{content:\"\\f023\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-long-arrow-alt-right:before{content:\"\\f30b\"}.fa-long-arrow-alt-up:before{content:\"\\f30c\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-luggage-cart:before{content:\"\\f59d\"}.fa-lungs:before{content:\"\\f604\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-magic:before{content:\"\\f0d0\"}.fa-magnet:before{content:\"\\f076\"}.fa-mail-bulk:before{content:\"\\f674\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-male:before{content:\"\\f183\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-map:before{content:\"\\f279\"}.fa-map-marked:before{content:\"\\f59f\"}.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-map-marker:before{content:\"\\f041\"}.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-markdown:before{content:\"\\f60f\"}.fa-marker:before{content:\"\\f5a1\"}.fa-mars:before{content:\"\\f222\"}.fa-mars-double:before{content:\"\\f227\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mask:before{content:\"\\f6fa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-medal:before{content:\"\\f5a2\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-medium:before{content:\"\\f23a\"}.fa-medium-m:before{content:\"\\f3c7\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-meh:before{content:\"\\f11a\"}.fa-meh-blank:before{content:\"\\f5a4\"}.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-memory:before{content:\"\\f538\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-menorah:before{content:\"\\f676\"}.fa-mercury:before{content:\"\\f223\"}.fa-meteor:before{content:\"\\f753\"}.fa-microblog:before{content:\"\\e01a\"}.fa-microchip:before{content:\"\\f2db\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-alt:before{content:\"\\f3c9\"}.fa-microphone-alt-slash:before{content:\"\\f539\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-microscope:before{content:\"\\f610\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-minus:before{content:\"\\f068\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-minus-square:before{content:\"\\f146\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-mix:before{content:\"\\f3cb\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-mixer:before{content:\"\\e056\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-mobile:before{content:\"\\f10b\"}.fa-mobile-alt:before{content:\"\\f3cd\"}.fa-modx:before{content:\"\\f285\"}.fa-monero:before{content:\"\\f3d0\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-money-check:before{content:\"\\f53c\"}.fa-money-check-alt:before{content:\"\\f53d\"}.fa-monument:before{content:\"\\f5a6\"}.fa-moon:before{content:\"\\f186\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-mosque:before{content:\"\\f678\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-mouse:before{content:\"\\f8cc\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-music:before{content:\"\\f001\"}.fa-napster:before{content:\"\\f3d2\"}.fa-neos:before{content:\"\\f612\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-neuter:before{content:\"\\f22c\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-node:before{content:\"\\f419\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-npm:before{content:\"\\f3d4\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-oil-can:before{content:\"\\f613\"}.fa-old-republic:before{content:\"\\f510\"}.fa-om:before{content:\"\\f679\"}.fa-opencart:before{content:\"\\f23d\"}.fa-openid:before{content:\"\\f19b\"}.fa-opera:before{content:\"\\f26a\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-osi:before{content:\"\\f41a\"}.fa-otter:before{content:\"\\f700\"}.fa-outdent:before{content:\"\\f03b\"}.fa-page4:before{content:\"\\f3d7\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-pager:before{content:\"\\f815\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-palette:before{content:\"\\f53f\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-pallet:before{content:\"\\f482\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-parking:before{content:\"\\f540\"}.fa-passport:before{content:\"\\f5ab\"}.fa-pastafarianism:before{content:\"\\f67b\"}.fa-paste:before{content:\"\\f0ea\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-pause:before{content:\"\\f04c\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-paw:before{content:\"\\f1b0\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-peace:before{content:\"\\f67c\"}.fa-pen:before{content:\"\\f304\"}.fa-pen-alt:before{content:\"\\f305\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-pen-square:before{content:\"\\f14b\"}.fa-pencil-alt:before{content:\"\\f303\"}.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-penny-arcade:before{content:\"\\f704\"}.fa-people-arrows:before{content:\"\\e068\"}.fa-people-carry:before{content:\"\\f4ce\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-perbyte:before{content:\"\\e083\"}.fa-percent:before{content:\"\\f295\"}.fa-percentage:before{content:\"\\f541\"}.fa-periscope:before{content:\"\\f3da\"}.fa-person-booth:before{content:\"\\f756\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-phone:before{content:\"\\f095\"}.fa-phone-alt:before{content:\"\\f879\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-phone-square:before{content:\"\\f098\"}.fa-phone-square-alt:before{content:\"\\f87b\"}.fa-phone-volume:before{content:\"\\f2a0\"}.fa-photo-video:before{content:\"\\f87c\"}.fa-php:before{content:\"\\f457\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-square:before{content:\"\\e01e\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-pills:before{content:\"\\f484\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-plane:before{content:\"\\f072\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-play:before{content:\"\\f04b\"}.fa-play-circle:before{content:\"\\f144\"}.fa-playstation:before{content:\"\\f3df\"}.fa-plug:before{content:\"\\f1e6\"}.fa-plus:before{content:\"\\f067\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-poll:before{content:\"\\f681\"}.fa-poll-h:before{content:\"\\f682\"}.fa-poo:before{content:\"\\f2fe\"}.fa-poo-storm:before{content:\"\\f75a\"}.fa-poop:before{content:\"\\f619\"}.fa-portrait:before{content:\"\\f3e0\"}.fa-pound-sign:before{content:\"\\f154\"}.fa-power-off:before{content:\"\\f011\"}.fa-pray:before{content:\"\\f683\"}.fa-praying-hands:before{content:\"\\f684\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-prescription-bottle-alt:before{content:\"\\f486\"}.fa-print:before{content:\"\\f02f\"}.fa-procedures:before{content:\"\\f487\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-project-diagram:before{content:\"\\f542\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-python:before{content:\"\\f3e2\"}.fa-qq:before{content:\"\\f1d6\"}.fa-qrcode:before{content:\"\\f029\"}.fa-question:before{content:\"\\f128\"}.fa-question-circle:before{content:\"\\f059\"}.fa-quidditch:before{content:\"\\f458\"}.fa-quinscape:before{content:\"\\f459\"}.fa-quora:before{content:\"\\f2c4\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-quran:before{content:\"\\f687\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-random:before{content:\"\\f074\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-react:before{content:\"\\f41b\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-readme:before{content:\"\\f4d5\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-receipt:before{content:\"\\f543\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-redo:before{content:\"\\f01e\"}.fa-redo-alt:before{content:\"\\f2f9\"}.fa-registered:before{content:\"\\f25d\"}.fa-remove-format:before{content:\"\\f87d\"}.fa-renren:before{content:\"\\f18b\"}.fa-reply:before{content:\"\\f3e5\"}.fa-reply-all:before{content:\"\\f122\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-republican:before{content:\"\\f75e\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-retweet:before{content:\"\\f079\"}.fa-rev:before{content:\"\\f5b2\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-ring:before{content:\"\\f70b\"}.fa-road:before{content:\"\\f018\"}.fa-robot:before{content:\"\\f544\"}.fa-rocket:before{content:\"\\f135\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-route:before{content:\"\\f4d7\"}.fa-rss:before{content:\"\\f09e\"}.fa-rss-square:before{content:\"\\f143\"}.fa-ruble-sign:before{content:\"\\f158\"}.fa-ruler:before{content:\"\\f545\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-running:before{content:\"\\f70c\"}.fa-rupee-sign:before{content:\"\\f156\"}.fa-rust:before{content:\"\\e07a\"}.fa-sad-cry:before{content:\"\\f5b3\"}.fa-sad-tear:before{content:\"\\f5b4\"}.fa-safari:before{content:\"\\f267\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-sass:before{content:\"\\f41e\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-save:before{content:\"\\f0c7\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-school:before{content:\"\\f549\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-scribd:before{content:\"\\f28a\"}.fa-scroll:before{content:\"\\f70e\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-search:before{content:\"\\f002\"}.fa-search-dollar:before{content:\"\\f688\"}.fa-search-location:before{content:\"\\f689\"}.fa-search-minus:before{content:\"\\f010\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-seedling:before{content:\"\\f4d8\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-sellsy:before{content:\"\\f213\"}.fa-server:before{content:\"\\f233\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-shapes:before{content:\"\\f61f\"}.fa-share:before{content:\"\\f064\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-share-square:before{content:\"\\f14d\"}.fa-shekel-sign:before{content:\"\\f20b\"}.fa-shield-alt:before{content:\"\\f3ed\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-ship:before{content:\"\\f21a\"}.fa-shipping-fast:before{content:\"\\f48b\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-shopify:before{content:\"\\e057\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-shower:before{content:\"\\f2cc\"}.fa-shuttle-van:before{content:\"\\f5b6\"}.fa-sign:before{content:\"\\f4d9\"}.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-sign-language:before{content:\"\\f2a7\"}.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-signal:before{content:\"\\f012\"}.fa-signature:before{content:\"\\f5b7\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-sink:before{content:\"\\e06d\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-sith:before{content:\"\\f512\"}.fa-skating:before{content:\"\\f7c5\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-skiing:before{content:\"\\f7c9\"}.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-skull:before{content:\"\\f54c\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-skype:before{content:\"\\f17e\"}.fa-slack:before{content:\"\\f198\"}.fa-slack-hash:before{content:\"\\f3ef\"}.fa-slash:before{content:\"\\f715\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-sliders-h:before{content:\"\\f1de\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-smile:before{content:\"\\f118\"}.fa-smile-beam:before{content:\"\\f5b8\"}.fa-smile-wink:before{content:\"\\f4da\"}.fa-smog:before{content:\"\\f75f\"}.fa-smoking:before{content:\"\\f48d\"}.fa-smoking-ban:before{content:\"\\f54d\"}.fa-sms:before{content:\"\\f7cd\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-snowboarding:before{content:\"\\f7ce\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-socks:before{content:\"\\f696\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-sort:before{content:\"\\f0dc\"}.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-sort-amount-down:before{content:\"\\f160\"}.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-sort-amount-up:before{content:\"\\f161\"}.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-sort-down:before{content:\"\\f0dd\"}.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-sort-up:before{content:\"\\f0de\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-spa:before{content:\"\\f5bb\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-spell-check:before{content:\"\\f891\"}.fa-spider:before{content:\"\\f717\"}.fa-spinner:before{content:\"\\f110\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-square:before{content:\"\\f0c8\"}.fa-square-full:before{content:\"\\f45c\"}.fa-square-root-alt:before{content:\"\\f698\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-stackpath:before{content:\"\\f842\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-star:before{content:\"\\f005\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-star-half:before{content:\"\\f089\"}.fa-star-half-alt:before{content:\"\\f5c0\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-steam-symbol:before{content:\"\\f3f6\"}.fa-step-backward:before{content:\"\\f048\"}.fa-step-forward:before{content:\"\\f051\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-stop:before{content:\"\\f04d\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-store:before{content:\"\\f54e\"}.fa-store-alt:before{content:\"\\f54f\"}.fa-store-alt-slash:before{content:\"\\e070\"}.fa-store-slash:before{content:\"\\e071\"}.fa-strava:before{content:\"\\f428\"}.fa-stream:before{content:\"\\f550\"}.fa-street-view:before{content:\"\\f21d\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-stripe:before{content:\"\\f429\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-subscript:before{content:\"\\f12c\"}.fa-subway:before{content:\"\\f239\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-sun:before{content:\"\\f185\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-superscript:before{content:\"\\f12b\"}.fa-supple:before{content:\"\\f3f9\"}.fa-surprise:before{content:\"\\f5c2\"}.fa-suse:before{content:\"\\f7d6\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-swift:before{content:\"\\f8e1\"}.fa-swimmer:before{content:\"\\f5c4\"}.fa-swimming-pool:before{content:\"\\f5c5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-sync:before{content:\"\\f021\"}.fa-sync-alt:before{content:\"\\f2f1\"}.fa-syringe:before{content:\"\\f48e\"}.fa-table:before{content:\"\\f0ce\"}.fa-table-tennis:before{content:\"\\f45d\"}.fa-tablet:before{content:\"\\f10a\"}.fa-tablet-alt:before{content:\"\\f3fa\"}.fa-tablets:before{content:\"\\f490\"}.fa-tachometer-alt:before{content:\"\\f3fd\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-tape:before{content:\"\\f4db\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-taxi:before{content:\"\\f1ba\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-teeth:before{content:\"\\f62e\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-telegram-plane:before{content:\"\\f3fe\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-tenge:before{content:\"\\f7d7\"}.fa-terminal:before{content:\"\\f120\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-th:before{content:\"\\f00a\"}.fa-th-large:before{content:\"\\f009\"}.fa-th-list:before{content:\"\\f00b\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-theater-masks:before{content:\"\\f630\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-thermometer:before{content:\"\\f491\"}.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbtack:before{content:\"\\f08d\"}.fa-ticket-alt:before{content:\"\\f3ff\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-tint:before{content:\"\\f043\"}.fa-tint-slash:before{content:\"\\f5c7\"}.fa-tired:before{content:\"\\f5c8\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-toolbox:before{content:\"\\f552\"}.fa-tools:before{content:\"\\f7d9\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-torah:before{content:\"\\f6a0\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-tractor:before{content:\"\\f722\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-trademark:before{content:\"\\f25c\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-trailer:before{content:\"\\e041\"}.fa-train:before{content:\"\\f238\"}.fa-tram:before{content:\"\\f7da\"}.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-trash:before{content:\"\\f1f8\"}.fa-trash-alt:before{content:\"\\f2ed\"}.fa-trash-restore:before{content:\"\\f829\"}.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-tree:before{content:\"\\f1bb\"}.fa-trello:before{content:\"\\f181\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-trophy:before{content:\"\\f091\"}.fa-truck:before{content:\"\\f0d1\"}.fa-truck-loading:before{content:\"\\f4de\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-tshirt:before{content:\"\\f553\"}.fa-tty:before{content:\"\\f1e4\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-tv:before{content:\"\\f26c\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-twitter:before{content:\"\\f099\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-typo3:before{content:\"\\f42b\"}.fa-uber:before{content:\"\\f402\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-uikit:before{content:\"\\f403\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-uncharted:before{content:\"\\e084\"}.fa-underline:before{content:\"\\f0cd\"}.fa-undo:before{content:\"\\f0e2\"}.fa-undo-alt:before{content:\"\\f2ea\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-unity:before{content:\"\\e049\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-university:before{content:\"\\f19c\"}.fa-unlink:before{content:\"\\f127\"}.fa-unlock:before{content:\"\\f09c\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-untappd:before{content:\"\\f405\"}.fa-upload:before{content:\"\\f093\"}.fa-ups:before{content:\"\\f7e0\"}.fa-usb:before{content:\"\\f287\"}.fa-user:before{content:\"\\f007\"}.fa-user-alt:before{content:\"\\f406\"}.fa-user-alt-slash:before{content:\"\\f4fa\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-user-cog:before{content:\"\\f4fe\"}.fa-user-edit:before{content:\"\\f4ff\"}.fa-user-friends:before{content:\"\\f500\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-user-injured:before{content:\"\\f728\"}.fa-user-lock:before{content:\"\\f502\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-user-minus:before{content:\"\\f503\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-user-shield:before{content:\"\\f505\"}.fa-user-slash:before{content:\"\\f506\"}.fa-user-tag:before{content:\"\\f507\"}.fa-user-tie:before{content:\"\\f508\"}.fa-user-times:before{content:\"\\f235\"}.fa-users:before{content:\"\\f0c0\"}.fa-users-cog:before{content:\"\\f509\"}.fa-users-slash:before{content:\"\\e073\"}.fa-usps:before{content:\"\\f7e1\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-utensils:before{content:\"\\f2e7\"}.fa-vaadin:before{content:\"\\f408\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-venus:before{content:\"\\f221\"}.fa-venus-double:before{content:\"\\f226\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-vest:before{content:\"\\e085\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-viacoin:before{content:\"\\f237\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-vial:before{content:\"\\f492\"}.fa-vials:before{content:\"\\f493\"}.fa-viber:before{content:\"\\f409\"}.fa-video:before{content:\"\\f03d\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-virus:before{content:\"\\e074\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-viruses:before{content:\"\\e076\"}.fa-vk:before{content:\"\\f189\"}.fa-vnv:before{content:\"\\f40b\"}.fa-voicemail:before{content:\"\\f897\"}.fa-volleyball-ball:before{content:\"\\f45f\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-mute:before{content:\"\\f6a9\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-up:before{content:\"\\f028\"}.fa-vote-yea:before{content:\"\\f772\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-walking:before{content:\"\\f554\"}.fa-wallet:before{content:\"\\f555\"}.fa-warehouse:before{content:\"\\f494\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-water:before{content:\"\\f773\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-waze:before{content:\"\\f83f\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-weibo:before{content:\"\\f18a\"}.fa-weight:before{content:\"\\f496\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-wind:before{content:\"\\f72e\"}.fa-window-close:before{content:\"\\f410\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-wine-glass-alt:before{content:\"\\f5ce\"}.fa-wix:before{content:\"\\f5cf\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-wodu:before{content:\"\\e088\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-won-sign:before{content:\"\\f159\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-wpforms:before{content:\"\\f298\"}.fa-wpressr:before{content:\"\\f3e4\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-x-ray:before{content:\"\\f497\"}.fa-xbox:before{content:\"\\f412\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-yammer:before{content:\"\\f840\"}.fa-yandex:before{content:\"\\f413\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-yen-sign:before{content:\"\\f157\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-youtube:before{content:\"\\f167\"}.fa-youtube-square:before{content:\"\\f431\"}.fa-zhihu:before{content:\"\\f63f\"}.fa.fa-glass:before{content:\"\\f000\"}.fa.fa-meetup{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-star-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-o:before{content:\"\\f005\"}.fa.fa-close:before,.fa.fa-remove:before{content:\"\\f00d\"}.fa.fa-gear:before{content:\"\\f013\"}.fa.fa-trash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-trash-o:before{content:\"\\f2ed\"}.fa.fa-file-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-o:before{content:\"\\f15b\"}.fa.fa-clock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-clock-o:before{content:\"\\f017\"}.fa.fa-arrow-circle-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:\"\\f358\"}.fa.fa-arrow-circle-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:\"\\f35b\"}.fa.fa-play-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-play-circle-o:before{content:\"\\f144\"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:\"\\f01e\"}.fa.fa-refresh:before{content:\"\\f021\"}.fa.fa-list-alt{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dedent:before{content:\"\\f03b\"}.fa.fa-video-camera:before{content:\"\\f03d\"}.fa.fa-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-picture-o:before{content:\"\\f03e\"}.fa.fa-photo{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-photo:before{content:\"\\f03e\"}.fa.fa-image{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-image:before{content:\"\\f03e\"}.fa.fa-pencil:before{content:\"\\f303\"}.fa.fa-map-marker:before{content:\"\\f3c5\"}.fa.fa-pencil-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pencil-square-o:before{content:\"\\f044\"}.fa.fa-share-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-share-square-o:before{content:\"\\f14d\"}.fa.fa-check-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-square-o:before{content:\"\\f14a\"}.fa.fa-arrows:before{content:\"\\f0b2\"}.fa.fa-times-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-circle-o:before{content:\"\\f057\"}.fa.fa-check-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-circle-o:before{content:\"\\f058\"}.fa.fa-mail-forward:before{content:\"\\f064\"}.fa.fa-eye,.fa.fa-eye-slash{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-warning:before{content:\"\\f071\"}.fa.fa-calendar:before{content:\"\\f073\"}.fa.fa-arrows-v:before{content:\"\\f338\"}.fa.fa-arrows-h:before{content:\"\\f337\"}.fa.fa-bar-chart{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart:before{content:\"\\f080\"}.fa.fa-bar-chart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart-o:before{content:\"\\f080\"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gears:before{content:\"\\f085\"}.fa.fa-thumbs-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-up:before{content:\"\\f164\"}.fa.fa-thumbs-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-down:before{content:\"\\f165\"}.fa.fa-heart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-heart-o:before{content:\"\\f004\"}.fa.fa-sign-out:before{content:\"\\f2f5\"}.fa.fa-linkedin-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin-square:before{content:\"\\f08c\"}.fa.fa-thumb-tack:before{content:\"\\f08d\"}.fa.fa-external-link:before{content:\"\\f35d\"}.fa.fa-sign-in:before{content:\"\\f2f6\"}.fa.fa-github-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-lemon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lemon-o:before{content:\"\\f094\"}.fa.fa-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-square-o:before{content:\"\\f0c8\"}.fa.fa-bookmark-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bookmark-o:before{content:\"\\f02e\"}.fa.fa-facebook,.fa.fa-twitter{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook:before{content:\"\\f39e\"}.fa.fa-facebook-f{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-f:before{content:\"\\f39e\"}.fa.fa-github{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-feed:before{content:\"\\f09e\"}.fa.fa-hdd-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hdd-o:before{content:\"\\f0a0\"}.fa.fa-hand-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-right:before{content:\"\\f0a4\"}.fa.fa-hand-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-left:before{content:\"\\f0a5\"}.fa.fa-hand-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-up:before{content:\"\\f0a6\"}.fa.fa-hand-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-down:before{content:\"\\f0a7\"}.fa.fa-arrows-alt:before{content:\"\\f31e\"}.fa.fa-group:before{content:\"\\f0c0\"}.fa.fa-chain:before{content:\"\\f0c1\"}.fa.fa-scissors:before{content:\"\\f0c4\"}.fa.fa-files-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-files-o:before{content:\"\\f0c5\"}.fa.fa-floppy-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-floppy-o:before{content:\"\\f0c7\"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:\"\\f0c9\"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus:before{content:\"\\f0d5\"}.fa.fa-money{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-money:before{content:\"\\f3d1\"}.fa.fa-unsorted:before{content:\"\\f0dc\"}.fa.fa-sort-desc:before{content:\"\\f0dd\"}.fa.fa-sort-asc:before{content:\"\\f0de\"}.fa.fa-linkedin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin:before{content:\"\\f0e1\"}.fa.fa-rotate-left:before{content:\"\\f0e2\"}.fa.fa-legal:before{content:\"\\f0e3\"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:\"\\f3fd\"}.fa.fa-comment-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comment-o:before{content:\"\\f075\"}.fa.fa-comments-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comments-o:before{content:\"\\f086\"}.fa.fa-flash:before{content:\"\\f0e7\"}.fa.fa-clipboard,.fa.fa-paste{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paste:before{content:\"\\f328\"}.fa.fa-lightbulb-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa.fa-exchange:before{content:\"\\f362\"}.fa.fa-cloud-download:before{content:\"\\f381\"}.fa.fa-cloud-upload:before{content:\"\\f382\"}.fa.fa-bell-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-o:before{content:\"\\f0f3\"}.fa.fa-cutlery:before{content:\"\\f2e7\"}.fa.fa-file-text-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-text-o:before{content:\"\\f15c\"}.fa.fa-building-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-building-o:before{content:\"\\f1ad\"}.fa.fa-hospital-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hospital-o:before{content:\"\\f0f8\"}.fa.fa-tablet:before{content:\"\\f3fa\"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:\"\\f3cd\"}.fa.fa-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-o:before{content:\"\\f111\"}.fa.fa-mail-reply:before{content:\"\\f3e5\"}.fa.fa-github-alt{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-folder-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-o:before{content:\"\\f07b\"}.fa.fa-folder-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-open-o:before{content:\"\\f07c\"}.fa.fa-smile-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-smile-o:before{content:\"\\f118\"}.fa.fa-frown-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-frown-o:before{content:\"\\f119\"}.fa.fa-meh-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-meh-o:before{content:\"\\f11a\"}.fa.fa-keyboard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-keyboard-o:before{content:\"\\f11c\"}.fa.fa-flag-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-flag-o:before{content:\"\\f024\"}.fa.fa-mail-reply-all:before{content:\"\\f122\"}.fa.fa-star-half-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-o:before{content:\"\\f089\"}.fa.fa-star-half-empty{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-empty:before{content:\"\\f089\"}.fa.fa-star-half-full{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-full:before{content:\"\\f089\"}.fa.fa-code-fork:before{content:\"\\f126\"}.fa.fa-chain-broken:before{content:\"\\f127\"}.fa.fa-shield:before{content:\"\\f3ed\"}.fa.fa-calendar-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-o:before{content:\"\\f133\"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ticket:before{content:\"\\f3ff\"}.fa.fa-minus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-minus-square-o:before{content:\"\\f146\"}.fa.fa-level-up:before{content:\"\\f3bf\"}.fa.fa-level-down:before{content:\"\\f3be\"}.fa.fa-pencil-square:before{content:\"\\f14b\"}.fa.fa-external-link-square:before{content:\"\\f360\"}.fa.fa-compass{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down:before{content:\"\\f150\"}.fa.fa-toggle-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-down:before{content:\"\\f150\"}.fa.fa-caret-square-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-up:before{content:\"\\f151\"}.fa.fa-toggle-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-up:before{content:\"\\f151\"}.fa.fa-caret-square-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-right:before{content:\"\\f152\"}.fa.fa-toggle-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-right:before{content:\"\\f152\"}.fa.fa-eur:before,.fa.fa-euro:before{content:\"\\f153\"}.fa.fa-gbp:before{content:\"\\f154\"}.fa.fa-dollar:before,.fa.fa-usd:before{content:\"\\f155\"}.fa.fa-inr:before,.fa.fa-rupee:before{content:\"\\f156\"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:\"\\f157\"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:\"\\f158\"}.fa.fa-krw:before,.fa.fa-won:before{content:\"\\f159\"}.fa.fa-bitcoin,.fa.fa-btc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitcoin:before{content:\"\\f15a\"}.fa.fa-file-text:before{content:\"\\f15c\"}.fa.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa.fa-sort-amount-asc:before{content:\"\\f160\"}.fa.fa-sort-amount-desc:before{content:\"\\f161\"}.fa.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-youtube-play:before{content:\"\\f167\"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitbucket-square:before{content:\"\\f171\"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-long-arrow-down:before{content:\"\\f309\"}.fa.fa-long-arrow-up:before{content:\"\\f30c\"}.fa.fa-long-arrow-left:before{content:\"\\f30a\"}.fa.fa-long-arrow-right:before{content:\"\\f30b\"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gittip:before{content:\"\\f184\"}.fa.fa-sun-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sun-o:before{content:\"\\f185\"}.fa.fa-moon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-moon-o:before{content:\"\\f186\"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:\"\\f35a\"}.fa.fa-arrow-circle-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:\"\\f359\"}.fa.fa-caret-square-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-left:before{content:\"\\f191\"}.fa.fa-toggle-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-left:before{content:\"\\f191\"}.fa.fa-dot-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dot-circle-o:before{content:\"\\f192\"}.fa.fa-vimeo-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:\"\\f195\"}.fa.fa-plus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-plus-square-o:before{content:\"\\f0fe\"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:\"\\f19c\"}.fa.fa-mortar-board:before{content:\"\\f19d\"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-spoon:before{content:\"\\f2e5\"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-automobile:before{content:\"\\f1b9\"}.fa.fa-cab:before{content:\"\\f1ba\"}.fa.fa-envelope-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-o:before{content:\"\\f0e0\"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-file-pdf-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa.fa-file-word-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-word-o:before{content:\"\\f1c2\"}.fa.fa-file-excel-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-excel-o:before{content:\"\\f1c3\"}.fa.fa-file-powerpoint-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa.fa-file-image-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-image-o:before{content:\"\\f1c5\"}.fa.fa-file-photo-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-photo-o:before{content:\"\\f1c5\"}.fa.fa-file-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-picture-o:before{content:\"\\f1c5\"}.fa.fa-file-archive-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-archive-o:before{content:\"\\f1c6\"}.fa.fa-file-zip-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-zip-o:before{content:\"\\f1c6\"}.fa.fa-file-audio-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-audio-o:before{content:\"\\f1c7\"}.fa.fa-file-sound-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-sound-o:before{content:\"\\f1c7\"}.fa.fa-file-video-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-video-o:before{content:\"\\f1c8\"}.fa.fa-file-movie-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-movie-o:before{content:\"\\f1c8\"}.fa.fa-file-code-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-code-o:before{content:\"\\f1c9\"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-bouy:before{content:\"\\f1cd\"}.fa.fa-life-buoy{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-buoy:before{content:\"\\f1cd\"}.fa.fa-life-saver{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-saver:before{content:\"\\f1cd\"}.fa.fa-support{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-support:before{content:\"\\f1cd\"}.fa.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa.fa-ra,.fa.fa-rebel{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ra:before{content:\"\\f1d0\"}.fa.fa-resistance{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-resistance:before{content:\"\\f1d0\"}.fa.fa-empire,.fa.fa-ge{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ge:before{content:\"\\f1d1\"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-y-combinator-square:before{content:\"\\f1d4\"}.fa.fa-yc-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc-square:before{content:\"\\f1d4\"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wechat:before{content:\"\\f1d7\"}.fa.fa-send:before{content:\"\\f1d8\"}.fa.fa-paper-plane-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paper-plane-o:before{content:\"\\f1d8\"}.fa.fa-send-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-send-o:before{content:\"\\f1d8\"}.fa.fa-circle-thin{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-thin:before{content:\"\\f111\"}.fa.fa-header:before{content:\"\\f1dc\"}.fa.fa-sliders:before{content:\"\\f1de\"}.fa.fa-futbol-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-futbol-o:before{content:\"\\f1e3\"}.fa.fa-soccer-ball-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-soccer-ball-o:before{content:\"\\f1e3\"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-newspaper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-newspaper-o:before{content:\"\\f1ea\"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bell-slash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-slash-o:before{content:\"\\f1f6\"}.fa.fa-trash:before{content:\"\\f2ed\"}.fa.fa-copyright{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-eyedropper:before{content:\"\\f1fb\"}.fa.fa-area-chart:before{content:\"\\f1fe\"}.fa.fa-pie-chart:before{content:\"\\f200\"}.fa.fa-line-chart:before{content:\"\\f201\"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-cc{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-cc:before{content:\"\\f20a\"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:\"\\f20b\"}.fa.fa-meanpath{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-meanpath:before{content:\"\\f2b4\"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-diamond{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-diamond:before{content:\"\\f3a5\"}.fa.fa-intersex:before{content:\"\\f224\"}.fa.fa-facebook-official{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-official:before{content:\"\\f09a\"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-hotel:before{content:\"\\f236\"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc:before{content:\"\\f23b\"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:\"\\f240\"}.fa.fa-battery-3:before{content:\"\\f241\"}.fa.fa-battery-2:before{content:\"\\f242\"}.fa.fa-battery-1:before{content:\"\\f243\"}.fa.fa-battery-0:before{content:\"\\f244\"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sticky-note-o:before{content:\"\\f249\"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hourglass-o:before{content:\"\\f254\"}.fa.fa-hourglass-1:before{content:\"\\f251\"}.fa.fa-hourglass-2:before{content:\"\\f252\"}.fa.fa-hourglass-3:before{content:\"\\f253\"}.fa.fa-hand-rock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-rock-o:before{content:\"\\f255\"}.fa.fa-hand-grab-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-grab-o:before{content:\"\\f255\"}.fa.fa-hand-paper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-paper-o:before{content:\"\\f256\"}.fa.fa-hand-stop-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-stop-o:before{content:\"\\f256\"}.fa.fa-hand-scissors-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-scissors-o:before{content:\"\\f257\"}.fa.fa-hand-lizard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-lizard-o:before{content:\"\\f258\"}.fa.fa-hand-spock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-spock-o:before{content:\"\\f259\"}.fa.fa-hand-pointer-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa.fa-hand-peace-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-peace-o:before{content:\"\\f25b\"}.fa.fa-registered{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-television:before{content:\"\\f26c\"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-calendar-plus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-plus-o:before{content:\"\\f271\"}.fa.fa-calendar-minus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-minus-o:before{content:\"\\f272\"}.fa.fa-calendar-times-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-times-o:before{content:\"\\f273\"}.fa.fa-calendar-check-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-check-o:before{content:\"\\f274\"}.fa.fa-map-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-map-o:before{content:\"\\f279\"}.fa.fa-commenting:before{content:\"\\f4ad\"}.fa.fa-commenting-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-commenting-o:before{content:\"\\f4ad\"}.fa.fa-houzz,.fa.fa-vimeo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-vimeo:before{content:\"\\f27d\"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card-alt:before{content:\"\\f09d\"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-pause-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pause-circle-o:before{content:\"\\f28b\"}.fa.fa-stop-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-stop-circle-o:before{content:\"\\f28d\"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wheelchair-alt:before{content:\"\\f368\"}.fa.fa-question-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-question-circle-o:before{content:\"\\f059\"}.fa.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa.fa-asl-interpreting:before{content:\"\\f2a3\"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa.fa-glide,.fa.fa-glide-g{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-signing:before{content:\"\\f2a7\"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-official:before{content:\"\\f2b3\"}.fa.fa-google-plus-circle{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-circle:before{content:\"\\f2b3\"}.fa.fa-fa,.fa.fa-font-awesome{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-fa:before{content:\"\\f2b4\"}.fa.fa-handshake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-handshake-o:before{content:\"\\f2b5\"}.fa.fa-envelope-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-open-o:before{content:\"\\f2b6\"}.fa.fa-linode{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-address-book-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-book-o:before{content:\"\\f2b9\"}.fa.fa-vcard:before{content:\"\\f2bb\"}.fa.fa-address-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-card-o:before{content:\"\\f2bb\"}.fa.fa-vcard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-vcard-o:before{content:\"\\f2bb\"}.fa.fa-user-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-circle-o:before{content:\"\\f2bd\"}.fa.fa-user-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-o:before{content:\"\\f007\"}.fa.fa-id-badge{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license:before{content:\"\\f2c2\"}.fa.fa-id-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-id-card-o:before{content:\"\\f2c2\"}.fa.fa-drivers-license-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license-o:before{content:\"\\f2c2\"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:\"\\f2c7\"}.fa.fa-thermometer-3:before{content:\"\\f2c8\"}.fa.fa-thermometer-2:before{content:\"\\f2c9\"}.fa.fa-thermometer-1:before{content:\"\\f2ca\"}.fa.fa-thermometer-0:before{content:\"\\f2cb\"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:\"\\f2cd\"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle:before{content:\"\\f410\"}.fa.fa-window-close-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-window-close-o:before{content:\"\\f410\"}.fa.fa-times-rectangle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle-o:before{content:\"\\f410\"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-eercast:before{content:\"\\f2da\"}.fa.fa-snowflake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-snowflake-o:before{content:\"\\f2dc\"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:\"Font Awesome 5 Brands\";font-weight:400}','on'),(3382667,'_transient_fusion_dynamic_js_readable','1','on'),(3382699,'action_scheduler_migration_status','complete','auto'),(3382778,'sermon_series_children','a:0:{}','auto'),(3385690,'_transient_timeout__simple-calendar_feed_ids','1759678898','off'),(3385691,'_transient__simple-calendar_feed_ids','a:1:{i:4424;s:19:\"CrossPoint Calendar\";}','off'),(3385717,'_site_transient_timeout_php_check_f97435f29f75964c6616760b2555a445','1759698969','off'),(3385718,'_site_transient_php_check_f97435f29f75964c6616760b2555a445','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(3385767,'_transient_timeout_avada_premium_plugins_info','1759223143','off'),(3385768,'_transient_avada_premium_plugins_info','a:14:{s:11:\"fusion-core\";a:18:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"5.13.2\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"5.13.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:14:\"fusion-builder\";a:18:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:9:\"image_url\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"3.13.2\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"3.13.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:27:\"fusion-white-label-branding\";a:18:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:21:\"Avada Custom Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:9:\"image_url\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"1.2\";s:8:\"required\";b:0;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:96:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custombranding-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"1.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:9:\"revslider\";a:18:{s:4:\"name\";s:17:\"Slider Revolution\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:22:\"http://themepunch.com/\";s:5:\"image\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:9:\"image_url\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"6.7.37\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution_cs.png\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"6.7.37\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:22:\"http://themepunch.com/\";}s:11:\"LayerSlider\";a:18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"7.15.1\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"7.15.1\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:26:\"advanced-custom-fields-pro\";a:18:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:37:\"https://www.advancedcustomfields.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.5.1\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.5.1\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:37:\"https://www.advancedcustomfields.com/\";}s:11:\"convertplug\";a:18:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:9:\"image_url\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.6.2\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:98:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"3.6.2\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:12:\"filebird-pro\";a:18:{s:4:\"name\";s:8:\"FileBird\";s:11:\"plugin_name\";s:8:\"FileBird\";s:4:\"slug\";s:12:\"filebird-pro\";s:13:\"plugin_author\";s:10:\"Ninja Team\";s:17:\"plugin_author_url\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";s:5:\"image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:9:\"image_url\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.4.9\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966169-d3ae8280-2d8d-11eb-895e-0191ae051d45.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.4.9\";s:6:\"Author\";s:10:\"Ninja Team\";s:9:\"AuthorURI\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";}s:6:\"leadin\";a:15:{s:4:\"name\";s:7:\"HubSpot\";s:11:\"plugin_name\";s:7:\"HubSpot\";s:4:\"slug\";s:6:\"leadin\";s:13:\"plugin_author\";s:7:\"HubSpot\";s:17:\"plugin_author_url\";s:23:\"https://www.hubspot.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:11:\"has_package\";b:0;}s:11:\"woocommerce\";a:15:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:11:\"has_package\";b:0;}s:19:\"the-events-calendar\";a:15:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:13:\"wordpress-seo\";a:15:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:11:\"has_package\";b:0;}s:7:\"bbpress\";a:15:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:3:\"pwa\";a:15:{s:4:\"name\";s:3:\"PWA\";s:11:\"plugin_name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:13:\"plugin_author\";s:23:\"PWA Plugin Contributors\";s:17:\"plugin_author_url\";s:49:\"https://github.com/xwp/pwa-wp/graphs/contributors\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:12:\"external_url\";s:46:\"https://downloads.wordpress.org/plugin/pwa.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg\";s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg\";s:11:\"has_package\";b:0;}}','off'),(3385850,'_site_transient_timeout_envato_market_plugins','1759205741','off'),(3385851,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','off'),(3385854,'_transient_timeout_avada_dashboard_data','1759205741','off'),(3385855,'_transient_avada_dashboard_data','a:5:{s:7:\"on_sale\";b:0;s:5:\"price\";s:3:\"$69\";s:9:\"video_url\";s:43:\"https://www.youtube.com/watch?v=b_HWpHZJDU8\";s:13:\"avada_version\";s:6:\"7.13.3\";s:13:\"bypass_active\";b:0;}','off'),(3385856,'_site_transient_timeout_envato_market_themes','1759205741','off'),(3385857,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:1:{i:0;a:10:{s:2:\"id\";i:2833226;s:4:\"name\";s:5:\"Avada\";s:6:\"author\";s:11:\"ThemeFusion\";s:7:\"version\";s:6:\"7.13.3\";s:11:\"description\";s:160:\"The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.\";s:3:\"url\";s:72:\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226\";s:10:\"author_url\";s:40:\"https://themeforest.net/user/themefusion\";s:13:\"thumbnail_url\";s:51:\"https://s3.envato.com/files/651508834/Thumbnail.jpg\";s:6:\"rating\";d:4.78000000000000024868995751603506505489349365234375;s:13:\"landscape_url\";s:80:\"https://s3.envato.com/files/651508835/screenshots/00-Preview.__large_preview.jpg\";}}s:6:\"active\";a:1:{s:5:\"Avada\";a:10:{s:2:\"id\";i:2833226;s:4:\"name\";s:5:\"Avada\";s:6:\"author\";s:11:\"ThemeFusion\";s:7:\"version\";s:6:\"7.13.3\";s:11:\"description\";s:160:\"The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.\";s:3:\"url\";s:72:\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226\";s:10:\"author_url\";s:40:\"https://themeforest.net/user/themefusion\";s:13:\"thumbnail_url\";s:51:\"https://s3.envato.com/files/651508834/Thumbnail.jpg\";s:6:\"rating\";d:4.78000000000000024868995751603506505489349365234375;s:13:\"landscape_url\";s:80:\"https://s3.envato.com/files/651508835/screenshots/00-Preview.__large_preview.jpg\";}}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','off'),(3385860,'_site_transient_timeout_browser_a3f57bbe21c4e30379228ad7788f224d','1759809089','off'),(3385861,'_site_transient_browser_a3f57bbe21c4e30379228ad7788f224d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"140.0.0.0\";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;}','off'),(3385862,'_site_transient_timeout_php_check_7b9fb72b3bf6b27c046e3a9832dfe8e2','1759809089','off'),(3385863,'_site_transient_php_check_7b9fb72b3bf6b27c046e3a9832dfe8e2','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(3385864,'_site_transient_timeout_community-events-8d42b2e9c3416f0902808606961a44ea','1759247494','off'),(3385865,'_site_transient_community-events-8d42b2e9c3416f0902808606961a44ea','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"27.59.93.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:30:\"WordCamp Surat, Gujarat, India\";s:3:\"url\";s:32:\"https://surat.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-11-16 00:00:00\";s:8:\"end_date\";s:19:\"2025-11-16 00:00:00\";s:20:\"start_unix_timestamp\";i:1763231400;s:18:\"end_unix_timestamp\";i:1763231400;s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Surat, Gujarat, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:21.222803299999998927205524523742496967315673828125;s:9:\"longitude\";d:72.878866799999997283521224744617938995361328125;}}}}','off'),(3385868,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1759297606','off'),(3385869,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1759254406','off'),(3385872,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1759297607','off'),(3385873,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1759254407','off'),(3385876,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1759215104','off'),(3385877,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:7465;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4921;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2799;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2752;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2142;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2101;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:2040;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1958;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1666;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1638;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1617;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1560;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1513;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1489;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1355;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1319;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1318;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1267;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1178;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1161;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1062;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1060;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1060;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1053;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1051;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1025;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1009;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:980;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:959;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:947;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:934;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:932;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:915;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:913;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:883;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:861;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:811;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:786;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:780;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:768;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:767;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:758;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:756;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:721;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:713;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:699;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:685;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:677;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:676;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:675;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:656;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:650;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:644;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:640;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:639;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:636;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:626;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:620;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:616;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:610;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:608;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:601;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:598;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:594;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:589;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:579;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:579;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:578;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:578;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:570;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:567;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:562;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:555;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:536;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:532;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:527;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:522;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:516;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:504;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:499;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:499;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:476;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:472;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:472;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:471;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:469;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:464;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:459;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:457;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:445;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:440;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:430;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:427;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:423;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:418;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:417;}}','off'),(3385896,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1759262877;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2390186\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2390186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:37:\"advanced-sermons/advanced-sermons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/advanced-sermons\";s:4:\"slug\";s:16:\"advanced-sermons\";s:6:\"plugin\";s:37:\"advanced-sermons/advanced-sermons.php\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/advanced-sermons/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/advanced-sermons.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/advanced-sermons/assets/icon-256x256.gif?rev=2371730\";s:2:\"1x\";s:69:\"https://ps.w.org/advanced-sermons/assets/icon-128x128.gif?rev=2371730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/advanced-sermons/assets/banner-1544x500.png?rev=2116380\";s:2:\"1x\";s:71:\"https://ps.w.org/advanced-sermons/assets/banner-772x250.png?rev=2116380\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"4.8.7\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";}s:23:\"announcer/announcer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/announcer\";s:4:\"slug\";s:9:\"announcer\";s:6:\"plugin\";s:23:\"announcer/announcer.php\";s:11:\"new_version\";s:3:\"6.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/announcer/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/announcer.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/announcer/assets/icon.svg?rev=2325339\";s:3:\"svg\";s:54:\"https://ps.w.org/announcer/assets/icon.svg?rev=2325339\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/announcer/assets/banner-1544x500.png?rev=2325338\";s:2:\"1x\";s:64:\"https://ps.w.org/announcer/assets/banner-772x250.png?rev=2325337\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:33:\"koko-analytics/koko-analytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/koko-analytics\";s:4:\"slug\";s:14:\"koko-analytics\";s:6:\"plugin\";s:33:\"koko-analytics/koko-analytics.php\";s:11:\"new_version\";s:6:\"2.0.18\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/koko-analytics/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/koko-analytics.2.0.18.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/koko-analytics/assets/icon.svg?rev=2980600\";s:3:\"svg\";s:59:\"https://ps.w.org/koko-analytics/assets/icon.svg?rev=2980600\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/koko-analytics/assets/banner-1544x500.png?rev=2187642\";s:2:\"1x\";s:69:\"https://ps.w.org/koko-analytics/assets/banner-772x250.png?rev=2187643\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.2.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.png?rev=3131676\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.png?rev=3131676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:23:\"reftagger/RefTagger.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/reftagger\";s:4:\"slug\";s:9:\"reftagger\";s:6:\"plugin\";s:23:\"reftagger/RefTagger.php\";s:11:\"new_version\";s:5:\"2.4.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/reftagger/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/reftagger.2.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/reftagger/assets/icon-256x256.png?rev=3011552\";s:2:\"1x\";s:62:\"https://ps.w.org/reftagger/assets/icon-128x128.png?rev=3011552\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/reftagger/assets/banner-1544x500.png?rev=3011661\";s:2:\"1x\";s:64:\"https://ps.w.org/reftagger/assets/banner-772x250.png?rev=3011661\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.3\";}s:49:\"google-calendar-events/google-calendar-events.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/google-calendar-events\";s:4:\"slug\";s:22:\"google-calendar-events\";s:6:\"plugin\";s:49:\"google-calendar-events/google-calendar-events.php\";s:11:\"new_version\";s:5:\"3.5.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/google-calendar-events/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/google-calendar-events.3.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960\";s:2:\"1x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-128x128.png?rev=1263960\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/google-calendar-events/assets/banner-1544x500.png?rev=1263982\";s:2:\"1x\";s:77:\"https://ps.w.org/google-calendar-events/assets/banner-772x250.png?rev=1263982\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.21.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.21.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.9.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.8.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}}s:7:\"checked\";a:14:{s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"5.9.2\";s:37:\"advanced-sermons/advanced-sermons.php\";s:3:\"3.7\";s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.8.7\";s:23:\"announcer/announcer.php\";s:3:\"6.2\";s:33:\"koko-analytics/koko-analytics.php\";s:6:\"2.0.18\";s:23:\"loginizer/loginizer.php\";s:5:\"2.0.3\";s:23:\"reftagger/RefTagger.php\";s:5:\"2.4.6\";s:49:\"google-calendar-events/google-calendar-events.php\";s:5:\"3.5.5\";s:23:\"wp-smushit/wp-smush.php\";s:6:\"3.21.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.9.3\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.2\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.8.1\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"3.0.1\";}}','off'),(3385898,'_wpforms_transient_timeout_existing_tables','1759809319','off'),(3385899,'_wpforms_transient_existing_tables','a:1:{s:12:\"wp_wpforms_%\";a:4:{i:0;s:15:\"wp_wpforms_logs\";i:1;s:23:\"wp_wpforms_payment_meta\";i:2;s:19:\"wp_wpforms_payments\";i:3;s:21:\"wp_wpforms_tasks_meta\";}}','off'),(3385900,'_transient_timeout_wpforms_just_activated','1759204579','off'),(3385901,'_transient_wpforms_just_activated','lite','off'),(3385916,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1759275994','off'),(3385917,'_transient_action_scheduler_last_pastdue_actions_check','1759254394','off'),(3385918,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1759276800','off'),(3385919,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:4445;a:3:{s:7:\"form_id\";i:4445;s:5:\"count\";i:290;s:5:\"title\";s:25:\"Contact CrossPoint Church\";}}','off'),(3385921,'_site_transient_timeout_community-events-7b4ca8372852c274f34b4ea4526a00bc','1759297606','off'),(3385922,'_site_transient_community-events-7b4ca8372852c274f34b4ea4526a00bc','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"106.205.219.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:30:\"WordCamp Surat, Gujarat, India\";s:3:\"url\";s:32:\"https://surat.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-11-16 00:00:00\";s:8:\"end_date\";s:19:\"2025-11-16 00:00:00\";s:20:\"start_unix_timestamp\";i:1763231400;s:18:\"end_unix_timestamp\";i:1763231400;s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Surat, Gujarat, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:21.222803299999998927205524523742496967315673828125;s:9:\"longitude\";d:72.878866799999997283521224744617938995361328125;}}}}','off'),(3385923,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1759297606','off'),(3385924,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{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:52:\"\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:4:{s:0:\"\";a:8:{s:5:\"title\";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: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:59:\"The latest news about WordPress and the WordPress community\";s: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:\"Wed, 17 Sep 2025 18:47: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: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=6.9-alpha-60806\";s: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:\"image\";a:1:{i:0;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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s: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:\"title\";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: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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s: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: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:57:\"Portland Welcomes WordCamp US 2025: A Community Gathering\";s: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:63:\"https://wordpress.org/news/2025/08/portland-welcomes-wcus-2025/\";s: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, 30 Aug 2025 03:03:52 +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:6:\"Events\";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:\"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:2;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=19074\";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:405:\"A full house of attendees gathered in Portland, Oregon, for WordCamp US 2025, with thousands more tuning in online. Over four days, the flagship WordPress event brought together contributors, innovators, and community members for collaboration, inspiration, and discovery. WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement. Matt Mullenweg, WordPress Cofounder [&#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:\"Brett McSherry\";s: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:66040:\"\n\n\n<p>A full house of attendees gathered in Portland, Oregon, for WordCamp US 2025, with thousands more tuning in online. Over four days, the flagship WordPress event brought together contributors, innovators, and community members for collaboration, inspiration, and discovery.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The WordPress event began with a dedicated Contributor Day and continued with a Showcase Day and two days of sessions filled with talks, panels, workshops, and community celebrations. WordPress Cofounder Matt Mullenweg joined a diverse lineup of speakers, panelists, and workshop leaders who brought fresh perspectives to the open web from across the globe.</p>\n\n\n\n<p>Set against the vibrant backdrop of Portland — with its iconic bridges, coffee culture, and creative energy — the Sponsor Hall buzzed as companies across the WordPress ecosystem demoed new products, shared insights, and connected with attendees. Each day offered opportunities to refuel with local flavors and international favorites, turning mealtimes into lively hubs of networking and idea-sharing.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Portland</h2>\n\n\n\n<p>WordCamp US is the annual gathering point for the WordPress community — where collaboration, creativity, and innovation intersect. This year in Portland, the event delivered an expansive program that reached every corner of the ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> – Keynotes, presentations, and discussions explored the evolving web and the role of open source in shaping it.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> – Voices from across continents brought local stories and global visions to the stage.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> – From AI in WordPress development to accessibility, design systems, content strategy, education, and case studies of WordPress at scale.</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> – Workshops provided practical takeaways, empowering attendees to apply new skills immediately.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> – Whether contributing code, exploring business strategies, or sharing creative projects, attendees found space to learn, grow, and celebrate open source together.</li>\n</ul>\n\n\n\n<p>New contributors took their first steps into open source, seasoned developers explored cutting-edge AI integrations, and agencies and product teams shared strategies for scaling WordPress to meet modern needs. Beyond the technical, conversations around inclusivity, sustainability, and education underscored WordPress’s role as a tool for empowerment and positive change.</p>\n\n\n\n<p>In hallways, coffee lines, and evening meetups, attendees found the “hallway track” alive and well, spontaneous moments of connection that often became the most memorable part of the experience. Whether reconnecting with longtime collaborators or meeting someone new, these small interactions reinforced the heart of WordCamp US: a community that thrives on openness, generosity, and shared purpose.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Collaboration at the Core</h2>\n\n\n\n<p>The conference opened on Tuesday, August 26, with a vibrant Contributor Day. Nearly 300 contributors filled the space, including more than 120 first-time participants who were onboarded across 19 teams. Developers, designers, translators, marketers, and community organizers worked side by side, representing WordPress expertise.</p>\n\n\n\n<p>Throughout the day, contributors tackled everything from improving accessibility and performance to refining documentation to enhancing translation tools. Beyond technical contributions, teams like Marketing and Community focused on outreach, mentoring, and shaping future-facing initiatives. Remote participants joined via dedicated channels, reinforcing the inclusive nature of WordPress’s global community. By day’s end, the collective energy was clear: WordPress continues to be built by and for everyone.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c56d88&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c56d88\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19080\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19080\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c571d9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c571d9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19081\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19081\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c57605&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c57605\" class=\"wp-block-image size-large wp-lightbox-container\"><img decoding=\"async\" width=\"1707\" height=\"2560\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19087\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?fit=683%2C1024&amp;ssl=1\" alt=\"\" class=\"wp-image-19087\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?w=1707&amp;ssl=1 1707w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=1024%2C1536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=1365%2C2048&amp;ssl=1 1365w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c579eb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c579eb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19084\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19084\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c57dfa&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c57dfa\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19082\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19082\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c58230&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c58230\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19085\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19085\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c58606&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c58606\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19086\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19086\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c589e4&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c589e4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19090\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19090\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c58dfc&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c58dfc\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19089\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19089\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c591fb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c591fb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19092\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19092\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c59622&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c59622\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19088\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19088\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c59a40&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c59a40\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19091\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19091\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c59e36&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c59e36\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19083\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19083\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>The mix of experience in the room made this year especially notable. First-time contributors were paired with seasoned table leads who guided them through their first steps into open source contribution. Longtime contributors reconnected with their teams and advanced ongoing initiatives, while new voices added fresh perspectives and momentum. The spirit of mentorship was woven throughout, ensuring that Contributor Day was productive and welcoming.</p>\n\n\n\n<p>The results spoke for themselves:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Polyglots</strong> translated more than 12,000 strings, expanding WordPress’s accessibility worldwide.</li>\n\n\n\n<li>The <strong>Community team</strong> celebrated the approval of two brand-new local meetups.</li>\n\n\n\n<li>The <strong>Training team</strong> achieved its objective of updating outdated course thumbnails.</li>\n\n\n\n<li>The <strong>Core team</strong> worked through a live bug scrub, with 9 committers and 16 contributors collaborating on improvements.</li>\n\n\n\n<li>The <strong>Documentation team</strong> completed numerous content updates to keep resources fresh and reliable.</li>\n</ul>\n\n\n\n<p>Momentum carried through every table, with participants reporting measurable progress and a renewed sense of shared purpose. Contributor Day once again highlighted the unique power of collaboration in shaping the open web, proving that every contribution matters through code, translations, training, or community building.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Showcase Day: WordPress in Action</h2>\n\n\n\n<p>Wednesday, August 27, was the popular Showcase Day, spotlighting real-world innovation in WordPress. Initially expected to draw about 250 participants, Showcase Day welcomed more than 800 attendees — a powerful sign of how much energy and curiosity the community brought to Portland. The sessions demonstrated how WordPress powers meaningful work across industries from nonprofits to newsrooms, agencies to global enterprises, while staying true to open source values.</p>\n\n\n\n<p>The day opened with a keynote by Amy Sample Ward: <em>The Tech That Comes Next</em>. Drawing from their co-authored book with Afua Bruce, Amy highlighted the inequities embedded in today’s technologies — from dataset bias to accessibility gaps — and challenged attendees to rethink how tools are funded, built, and deployed. Their talk invited technologists, funders, and community leaders to imagine a more equitable digital future, rooted in collaboration and shared responsibility.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US 2025 - Amy Sample Ward &quot;The Tech That Comes Next&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/RKnM75GFZxw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, <a href=\"https://youtu.be/PGvh7fCOUk0\">Joeleen Kennedy</a> of Human Made shared how Full Site Editing (FSE) shapes the refresh of Wikimedia’s ongoing user experience. Her session <em>Modernizing at Scale</em> detailed how FSE is simplifying workflows, improving accessibility, and making the multilingual platform more sustainable for the long term. Attendees gained a behind-the-scenes look at how one of the world’s largest open knowledge platforms is leveraging WordPress innovation.</p>\n\n\n\n<p><a href=\"https://youtu.be/F4NEPcwGRCI\">Josh Bryant</a> took the stage to explore what happens when Gutenberg leaves the WP-Admin dashboard. His talk, <em>Reimagining WordPress Editing</em>, walked through embedding the block editor into a standalone React application to support Dow Jones’s newsroom workflows. From decoupling Gutenberg to managing custom data stores, the session showcased advanced techniques for scaling editorial tools while maintaining the flexibility of the WordPress ecosystem.</p>\n\n\n\n<p>Hands-on learning was a hallmark of Showcase Day, with Jamie Marsland’s workshop leading participants through building and launching their own professional portfolio sites — no coding required. Attendees left with a fully functioning site, demonstrating WordPress’s continued ability to empower anyone, anywhere, to publish online.</p>\n\n\n\n<p>In the afternoon, Jeffrey Paul’s session <em>Scalable, Ethical AI</em> addressed one of the most pressing topics in today’s digital world: how to integrate AI without sacrificing ownership, privacy, or open standards. Walking participants through practical use cases with ClassifAI and local LLMs, Paul emphasized how WordPress can help content creators harness AI while maintaining autonomy over their data.</p>\n\n\n\n<p>The day closed with a forward-looking community highlight: <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. Panelists <a href=\"https://youtu.be/ARqM9U0ESvo\">Destiny Kanno, Andrés Parra, Javier Montes de Blas, Mauricio Barrantes, and Elineth Morera Campos</a> shared how this initiative brings WordPress into classrooms and universities worldwide. Student Andrés Parra received a scholarship to attend WordCamp. During the panel, Elineth also announced that Fidélitas University will begin offering its students a <a href=\"https://wordpress.org/news/2025/07/introducing-wordpress-credits-a-new-contribution-internship-program-for-university-students/\">WordPress Credits</a> program starting in October 2025, making it a mandatory addition sometime in 2026, enabling them to contribute directly to WordPress as part of their studies.</p>\n\n\n\n<p>By connecting students and educators with the open web, Campus Connect is building the next generation of contributors and innovators, ensuring that WordPress remains both a learning tool and a pathway to opportunity.</p>\n\n\n\n<p>Taken together, Showcase Day affirmed that WordPress is more than just a CMS — it is a platform for equitable technology, global collaboration, cutting-edge enterprise solutions, and the future of digital education. WordPress has the power to be both a platform and a community tool for education, equity, and innovation.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Presentation Days: Learning, Inspiration, and Connection</h2>\n\n\n\n<p>The first full day of sessions at WordCamp US 2025 opened with warm remarks from the organizing team, who reminded attendees: <em>“The most important thanks goes to all of you. The mix of new energy and veteran experience is what makes WordCamp so special, so thank you for being here.”</em> That spirit of gratitude and community carried throughout the event.</p>\n\n\n\n<p>The Sponsor Hall became a hub of activity, complete with raffles, the return of Career Corner, and even a Voodoo Donut Truck parked outside. Attendees lined up to test their luck at a claw machine stuffed with plush Wapuus, while others sought guidance at the Happiness Bar — a hands-on help desk for WordPress questions big and small. Between these activities, the steady buzz of conversations made it clear: the “hallway track” remained one of WordCamp’s most valuable experiences.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US - Danny Sullivan &quot;How (and why!) Google Search Keeps Evolving&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/ZF_sxLdfTbY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>The program itself set a high bar. Danny Sullivan’s keynote shed light on how search has evolved to meet the needs of new generations, from 24/7 demand and mobile expectations to short-form video and AI. His session gave attendees a deeper understanding of how search intersects with publishing today and sparked conversations about how WordPress can continue adapting in an era where AI shapes discovery and content.</p>\n\n\n\n<p>From there, the schedule unfolded across multiple tracks. The Core AI panel — featuring <a href=\"https://youtu.be/v_0O6dQ4Q4E\">James LePage, Felix Arntz, and Jeffrey Paul</a> — offered a look into how AI tools are woven into WordPress core. Emphasizing ethics, transparency, and user empowerment, the panel painted a roadmap for how WordPress can adopt new technologies without compromising its open-source values.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19103\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Hands-on learning played a significant role throughout the conference. Ryan Welcher’s interactive <em>Block Developer Cookbook</em> drew a packed room as participants worked through community-selected code recipes built on the latest WordPress APIs. By the end, attendees left with working examples and practical strategies they could bring back to their projects.</p>\n\n\n\n<p>The program also highlighted diverse technical perspectives. <a href=\"https://youtu.be/vBjNqdacbh4\">Jemima Abu’s</a> session, <em>A PHP Developer’s Guide to ReactJS</em>, bridged the gap between classic and modern web development. At the same time, Adam Gazzaley’s keynote, <em>A New Era of Experiential Medicine – AI and the Brain</em>, invited attendees to consider the human side of technology, exploring how digital tools can advance health and well-being.</p>\n\n\n\n<p>The second day of presentations, Friday, August 29, opened with creativity and imagination. <a href=\"https://youtu.be/O7FPiFpRI3o\">John Maeda’s</a> keynote, <em>Cozy AI Cooking: WordCamp Edition</em>, used the metaphor of a kitchen to demystify AI, blending storytelling with technical insight to show how curiosity and care can guide builders in integrating AI into their work.</p>\n\n\n\n<p>Later in the day, <a href=\"https://youtu.be/ORnJTpjA-4w\">Tammie Lister’s</a> <em>The System is the Strategy</em> illustrated how design systems provide structure and scalability for growing WordPress projects. At the same time, Adam Silverstein’s Unlock Developer Superpowers with AI showcased new ways developers can use emerging tools to speed up workflows and problem-solving.</p>\n\n\n\n<p>Community stories also took center stage. In Creators around a Campfire, Anne McCarthy, Jamie Marsland, Christian Taylor, Mark Szymanski, and Michael Cunningham reflected on how YouTubers and content creators shape the WordPress ecosystem. Their session highlighted the role of storytelling and education in expanding WordPress’s reach to new audiences worldwide.</p>\n\n\n\n<p>The Sponsor Hall remained lively between sessions — with attendees meeting companies, testing demos, and swapping ideas that extended far beyond the conference halls. They also shared moments together at the arcade built for the event and added smiles, hugs, and laughter, which underscored the atmosphere: WordCamp US was as much about connection as code.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Together Into the Future</h2>\n\n\n\n<p>As the event drew to a close, WordPress Cofounder Matt Mullenweg took the stage to share the current state of WordPress and a vision for its future. He highlighted the growth in social media for WordPress with 124,726 new followers since last WCUS — and the WordPress.org website growing over 10% in users along with almost 20% in new users. </p>\n\n\n\n<p>Matt also spotlighted community initiatives shaping the future of open source education and diversity: WordPress Campus Connect, which has already reached 570 students across 11 events. Combined with the growth in overall events (77) which is a 32.76% increase over 2024. Each effort reinforced the message that WordPress is more than software; it is a global movement driven by people.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US 2025 - Ma.tt Mullenweg &quot;Keynote Address &amp; Q&amp;A&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/45HRzzc0waU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>He concluded with a live Q&amp;A, fielding questions from the audience on the direction of WordPress, its role in an AI-driven web, and the importance of keeping the project open, inclusive, and adaptable. The final notes of the keynote carried into a closing party in downtown Portland, where attendees capped off the week with music, conversation, and the unmistakable joy of a community coming together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>WordCamp US 2025 once again demonstrated what makes the WordPress ecosystem extraordinary: a community committed to building tools, resources, and opportunities that empower people everywhere.</p>\n\n\n\n<p>This year also marked the debut of the <a href=\"https://airtable.com/appWF6hdXuEOFQMvV/shrV5RZIv0aJjjU00\">Open Horizons Scholarship</a>, which funded six recipients — two organizers, three volunteers, and one speaker — from five countries. A total of $14,670 supported their journeys to WCUS. The scholarship, which also supports participation at WordCamp Asia and WordCamp Europe, is designed to make flagship events more accessible to contributors worldwide.</p>\n\n\n\n<p>A heartfelt thank you goes to the organizers, volunteers, sponsors, and speakers who brought the Portland edition to life — and to every attendee who joined us in person or followed along online. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5b12a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5b12a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19112\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948.jpg?resize=1024%2C577&#038;ssl=1\" alt=\"\" class=\"wp-image-19112\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=1024%2C577&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=1536%2C865&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=2048%2C1153&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5b574&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5b574\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19124\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19124\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5b981&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5b981\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19122\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19122\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5bd73&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5bd73\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19107\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752.jpg?resize=1024%2C577&#038;ssl=1\" alt=\"\" class=\"wp-image-19107\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=1024%2C577&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=1536%2C865&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=2048%2C1153&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5c18f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5c18f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"675\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19108\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1024%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-19108\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1024%2C675&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=300%2C198&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=768%2C506&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1536%2C1012&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?w=1764&amp;ssl=1 1764w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5c552&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5c552\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19113\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19113\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5c92b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5c92b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"433\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19106\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809.jpeg?resize=1024%2C433&#038;ssl=1\" alt=\"\" class=\"wp-image-19106\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=1024%2C433&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=300%2C127&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=768%2C325&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=1536%2C650&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=2048%2C866&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5cd1e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5cd1e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19110\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19110\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5d124&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5d124\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19119\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19119\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c5d501&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c5d501\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"19133\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19133\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the next global gatherings: <a href=\"https://asia.wordcamp.org/2026/\">WordCamp Asia 2026</a>&nbsp; in Mumbai, India, <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe 2026</a>&nbsp; in Kraków, Poland, and WordCamp US 2026 in Phoenix, Arizona. We can’t wait to see you at the next chapter of the WordPress story.</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:\"19074\";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:69:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Portland, Are You Ready? The WCUS 2025 Schedule Has Arrived!\";s: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:93:\"https://wordpress.org/news/2025/08/portland-are-you-ready-the-wcus-2025-schedule-has-arrived/\";s: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, 06 Aug 2025 20:03:43 +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:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";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:6:\"Events\";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: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:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCUS\";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:5:{s:4:\"data\";s:9:\"WordCamps\";s: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=19004\";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:402:\"We’re excited to announce that the full schedule for WordCamp US 2025 has been published! From August 26–29 in Portland, Oregon, join web creators, innovators, and community leaders for four days of learning, collaboration, and inspiration. This year’s lineup brings together sessions on everything from cutting-edge AI to hands-on workshops, performance, accessibility, design, and 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:\"Brett McSherry\";s: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:5698:\"\n<p>We’re excited to announce that the full schedule for WordCamp US 2025 has been published! From August 26–29 in Portland, Oregon, join web creators, innovators, and community leaders for four days of learning, collaboration, and inspiration. This year’s lineup brings together sessions on everything from cutting-edge AI to hands-on workshops, performance, accessibility, design, and the future of WordPress.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader.png?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19026\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader-scaled.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader-scaled.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader-scaled.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader-scaled.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/ScheduleHeader-scaled.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Check out the full schedule and start planning your WordCamp experience.</strong></p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-blue-1-background-color has-background wp-element-button\" href=\"https://us.wordcamp.org/2025/schedule/\">View The Schedule</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day — Connect, Collaborate, and Give Back</h2>\n\n\n\n<p>Kicking off the week on Tuesday, August 26 is Contributor Day, it is your chance to roll up your sleeves and make a direct impact on WordPress. Whether you’re a seasoned developer, creative designer, translator, marketer, or simply passionate about open source, there’s a place for you to get involved. Join WordPress teams working on real projects, share your skills, and connect with people across the global community. Contributor Day is also a fantastic place for hiring managers or business owners to meet emerging talent and see contributors in action. Lunch is provided, and both in-person and select remote participation options are available. If you’ve ever wanted to help shape the future of WordPress, this is your moment!<br></p>\n\n\n\n<p>Read more: <a href=\"https://us.wordcamp.org/2025/schedule/#contributor-day\">Start planning your Contributor Day activities &gt;&gt;</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Showcase Day — See WordPress in Action</h2>\n\n\n\n<p>Showcase Day on Wednesday, August 27, shines a spotlight on what&#8217;s possible with WordPress. Get inspired by live demos, case studies, and actionable presentations from experts and innovators using WordPress in creative and impactful ways. You’ll see how changemakers, nonprofits, publishers, and agencies use WordPress to solve real-world problems, build new products, and drive the web forward. Highlights include hands-on workshops, technical talks, and practical sessions covering everything from design systems to modern AI. It’s a full day dedicated to celebrating the talent, creativity, and innovation of the WordPress community.</p>\n\n\n\n<p>Read more: <a href=\"https://us.wordcamp.org/2025/schedule/#showcase-day\">See where these inspirational showcases take you &gt;&gt;</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Conference Days — Learn, Connect, and Level Up</h2>\n\n\n\n<p>The main event days for Thursday and Friday, August 28-29, feature a robust mix of technical deep-dives, product masterclasses, and sessions designed for all experience levels. Whether you’re a developer, designer, business owner, or just starting out, you’ll find plenty to explore—from future-focused discussions on AI and performance to hands-on workshops and networking events that bring the community together.</p>\n\n\n\n<p><strong>Keynote Highlights:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Amy Sample Ward, CEO of NTEN:</strong> The Tech That Comes Next: How Changemakers, Philanthropists, and Technologists Can Build an Equitable World. Featured Wednesday, August 27.</li>\n\n\n\n<li><strong>Danny Sullivan, from Google Search</strong>: Industry leader, featured Thursday, August 28.</li>\n\n\n\n<li><strong>Matt Mullenweg, Co-founder of WordPress:</strong> Featured Friday, August 29.</li>\n\n\n\n<li>More keynotes announcing soon!</li>\n</ul>\n\n\n\n<p>With dozens of sessions across multiple tracks, plus workshops and networking opportunities, WordCamp US is set to be an unforgettable experience. Don’t miss your chance to connect, share ideas, and help shape the future of the web.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Check out the full schedule and start planning your WordCamp experience.</strong></p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-blue-1-background-color has-background wp-element-button\" href=\"https://us.wordcamp.org/2025/schedule/\">View The Schedule</a></div>\n</div>\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:\"19004\";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: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:54:\"Maintenance Releases for WordPress branches 4.7 to 6.7\";s: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:90:\"https://wordpress.org/news/2025/08/maintenance-releases-for-wordpress-branches-4-7-to-6-7/\";s: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, 05 Aug 2025 19:11: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:8:\"category\";a:3:{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:14:\"minor-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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18997\";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:374:\"Following on from the WordPress 6.8.2 maintenance release last month, the included update to the root security certificate bundle has been backported to all branches back to 4.7. This ensures that when your site performs server-side HTTP requests, the most up-to-date information about trusted security certificates is used. Further information can be found on 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:15:\"John Blackbourn\";s: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:2119:\"\n<p>Following on from <a href=\"https://wordpress.org/news/2025/07/wordpress-6-8-2-maintenance-release/\">the WordPress 6.8.2 maintenance release last month</a>, the included update to the root security certificate bundle has been backported to all branches back to 4.7. This ensures that when your site performs server-side HTTP requests, the most up-to-date information about trusted security certificates is used. Further information can be found on <a href=\"https://core.trac.wordpress.org/ticket/62811\">the Core Trac ticket</a>.</p>\n\n\n\n<p>A new maintenance release for each branch from 4.7 to 6.7 is now available. If you have sites on these branches and they support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>The latest and only supported version of WordPress remains as 6.8.2. This is being done as a courtesy for sites still running older versions of WordPress. You can <a href=\"https://wordpress.org/wordpress-6.8.2.zip\">download WordPress 6.8.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>Special thanks to <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/ocean90/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ocean90</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/peterwilsoncc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peterwilsoncc</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a>, <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, and <a href=\'https://profiles.wordpress.org/johnbillion/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>johnbillion</a> for backporting and releasing this update.</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:\"18997\";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: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:35:\"WordPress 6.8.2 Maintenance 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/07/wordpress-6-8-2-maintenance-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Jul 2025 15:41: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:8:\"category\";a:3:{i:0;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:1;a:5:{s:4:\"data\";s:14:\"minor-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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18903\";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:357:\"WordPress 6.8.2 is now available! This minor release includes fixes for 20 Core tickets and 15 Block Editor issues. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 6.8.2 is a short-cycle maintenance release. More maintenance releases may be made available throughout 2025. If you have sites that support [&#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:9:\"Jb Audras\";s: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:10720:\"\n<h2 class=\"wp-block-heading\">WordPress 6.8.2 is now available!</h2>\n\n\n\n<p>This minor release includes fixes for <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=6.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">20 Core tickets</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/70557\">15 Block Editor issues</a>. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2025/07/08/wordpress-6-8-2-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p>WordPress 6.8.2 is a short-cycle maintenance release. More maintenance releases may be made available throughout 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.8.2.zip\">download WordPress 6.8.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-8-2\">visit the HelpHub version page</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Dropping security updates for WordPress versions 4.1 through 4.6</h2>\n\n\n\n<p>This is not directly related to the 6.8.2 maintenance release, but <a href=\"https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/\">branches 4.1 to 4.6 had their final release today</a>. These branches won&#8217;t receive any security update anymore.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>WordPress 6.8.2 was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a>.</p>\n\n\n\n<p>Special thanks to <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>, <a href=\'https://profiles.wordpress.org/mamaduka/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mamaduka</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a> and <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a> for their help on specific release tasks.</p>\n\n\n\n<p>WordPress 6.8.2 would not have been possible without the contributions of the following 96 people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium has-white-color has-midnight-gradient-background has-text-color has-background has-link-color has-normal-font-size wp-elements-2ad7deb15a87fd29427f001e4c18a1ac\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/azharderaiya\">Azhar Deraiya</a>, <a href=\"https://profiles.wordpress.org/benjamingosset\">Benjamin Gosset</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brhodes\">brhodes</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/czarate\">Chris Zarate</a>, <a href=\"https://profiles.wordpress.org/courane01\">Courtney Robertson</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/divinenephron\">divinenephron</a>, <a href=\"https://profiles.wordpress.org/dustintechsmith\">dustintechsmith</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/faisalahammad\">Faisal Ahammad</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gernberg\">gernberg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/harshgajipara\">Harsh Gajipara</a>, <a href=\"https://profiles.wordpress.org/helgatheviking\">HelgaTheViking</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/JeffPaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jdy68\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jigarpanchal\">Jigar Panchal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/kausaralm\">Kausar Alam</a>, <a href=\"https://profiles.wordpress.org/kishanjasani\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"https://profiles.wordpress.org/mosescursor\">Moses Cursor Ssebunya</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mwillman1991\">mwillman1991</a>, <a href=\"https://profiles.wordpress.org/bugnumber9\">Nazar Hotsa</a>, <a href=\"https://profiles.wordpress.org/nidhidhandhukiya\">nidhidhandhukiya</a>, <a href=\"https://profiles.wordpress.org/nikunj8866\">Nikunj Hatkar</a>, <a href=\"https://profiles.wordpress.org/oferlaor\">oferlaor</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paulstanos\">paulstanos</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/puggan\">puggan</a>, <a href=\"https://profiles.wordpress.org/ravigadhiyawp\">Ravi Gadhiya</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rollybueno\">Rolly Bueno</a>, <a href=\"https://profiles.wordpress.org/room34\">room34</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sajjad67\">Sajjad Hossain Sagor</a>, <a href=\"https://profiles.wordpress.org/Sam_a\">sam_a</a>, <a href=\"https://profiles.wordpress.org/sandeepdahiya\">Sandeep Dahiya</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanemuir\">Shane Muirhead</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sirlouen\">SirLouen</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">Tobias Bäthge</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/ugyensupport\">Ugyen Dorji</a>, <a href=\"https://profiles.wordpress.org/uxl\">uxl</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/whaze\">whaze</a>, <a href=\"https://profiles.wordpress.org/getsyash\">Yash B</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, and <a href=\"https://profiles.wordpress.org/zunaid321\">Zunaid Amin</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation on Slack, in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a> and <a href=\'https://profiles.wordpress.org/zunaid321/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>zunaid321</a> for proofreading.</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:\"18903\";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:71:\"Celebrating Kim Parsell: 2025 WordCamp US Scholarship Applications Open\";s: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:87:\"https://wordpress.org/news/2025/07/kim-parsell-2025-wcus-scholarship-applications-open/\";s: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, 14 Jul 2025 18:57:47 +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:9:\"Community\";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=18911\";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:364:\"The WordPress Foundation is pleased to announce the return of the Kim Parsell Memorial Scholarship for WordCamp US 2025. Applications are being accepted until July 25, 2025. Remembering Kim Parsell Kim Parsell was a dedicated contributor and a beloved member of the WordPress community. Her passion for open source and her welcoming spirit inspired many, [&#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:\"Brett McSherry\";s: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:6224:\"\n<p>The WordPress Foundation is pleased to announce the return of the <strong>Kim Parsell Memorial Scholarship</strong> for WordCamp US 2025. Applications are being accepted until <strong>July 25, 2025</strong>.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"604\" height=\"370\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/07/wpdocs-team-1.webp?resize=604%2C370&#038;ssl=1\" alt=\"\" class=\"wp-image-18912\" style=\"border-width:25px;border-radius:40px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/07/wpdocs-team-1.webp?w=604&amp;ssl=1 604w, https://i0.wp.com/wordpress.org/news/files/2025/07/wpdocs-team-1.webp?resize=300%2C184&amp;ssl=1 300w\" sizes=\"auto, (max-width: 604px) 100vw, 604px\" /></figure>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-6cbf45de wp-block-group-is-layout-constrained\" style=\"margin-top:48px;margin-bottom:48px;padding-top:24px;padding-bottom:24px\">\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:96%\">\n<h2 class=\"wp-block-heading\">Remembering Kim Parsell</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/07/Kim-parsell-twitter-image-2.jpeg?resize=400%2C400&#038;ssl=1\" alt=\"\" class=\"wp-image-18956\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/07/Kim-parsell-twitter-image-2.jpeg?w=400&amp;ssl=1 400w, https://i0.wp.com/wordpress.org/news/files/2025/07/Kim-parsell-twitter-image-2.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/07/Kim-parsell-twitter-image-2.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p>Kim Parsell was a dedicated contributor and a beloved member of the WordPress community. Her passion for open source and her welcoming spirit inspired many, both online and in person. Each year at WordCamp US, the WordPress Foundation celebrates Kim’s legacy by supporting contributors who share her commitment and enthusiasm. The Kim Parsell Memorial Scholarship aims to make it easier for deserving community members to attend WordCamp US, reflecting Kim’s belief in making WordPress accessible and inclusive for all.</p>\n</div>\n</div>\n\n\n\n<p style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">If you’re unfamiliar with Kim’s story or her invaluable role in the community, we encourage you to <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">read these heartfelt tributes</a> collected from friends and colleagues.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:2%\"></div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Eligibility</h2>\n\n\n\n<p>This year, a single scholarship will be awarded. To qualify, applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman</li>\n\n\n\n<li>Be actively involved as a contributor to WordPress</li>\n\n\n\n<li>Have never attended WordCamp US before</li>\n\n\n\n<li>Demonstrate a need for financial support to attend the event</li>\n</ul>\n\n\n\n<p>If you meet these qualifications, we invite you to apply before the July 25 deadline. All applicants will be notified of the decision by August 7, 2025.</p>\n\n\n\n<p>For additional information, visit the <a href=\"https://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a> hosted by the WordPress Foundation.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><strong>Ready to Apply?</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2025-kim-parsell-scholarship-application\">Submit Your Application Today</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"333\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/07/kim-jose.jpeg?resize=500%2C333&#038;ssl=1\" alt=\"\" class=\"wp-image-18917\" style=\"border-width:25px;border-radius:40px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/07/kim-jose.jpeg?w=500&amp;ssl=1 500w, https://i0.wp.com/wordpress.org/news/files/2025/07/kim-jose.jpeg?resize=300%2C200&amp;ssl=1 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Join the Celebration</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tickets for WordCamp US 2025 are now available—secure yours soon!</li>\n\n\n\n<li>Volunteer applications are open until July 11, 2025</li>\n\n\n\n<li>Interested in supporting the event? Explore our <a>sponsorship opportunities</a></li>\n</ul>\n\n\n\n<p>Help us spread the word about this opportunity and make WordCamp US 2025 even more special.</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:\"18911\";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: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:92:\"Introducing WordPress Credits: A New Contribution Internship Program for University Students\";s: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:127:\"https://wordpress.org/news/2025/07/introducing-wordpress-credits-a-new-contribution-internship-program-for-university-students/\";s: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 Jul 2025 16:56:52 +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:9:\"Community\";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:9:\"community\";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:17:\"WordPress Credits\";s: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=18913\";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:393:\"The WordPress Foundation is proud to launch WordPress Credits, a contribution-focused internship program that brings university students into the heart of the WordPress open source project. While WordPress thrives on contributions from a global volunteer community, many students and newcomers face barriers to entry, such as a lack of structured guidance or real-world experience in [&#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:12:\"Isotta Peira\";s: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:4712:\"\n<p>The WordPress Foundation is proud to launch WordPress Credits, a contribution-focused internship program that brings university students into the heart of the WordPress open source project. While WordPress thrives on contributions from a global volunteer community, many students and newcomers face barriers to entry, such as a lack of structured guidance or real-world experience in open source projects. This new program is designed to bridge that gap, nurturing future contributors and ensuring WordPress remains innovative, inclusive, and sustainable for years to come.</p>\n\n\n\n<p>The <a href=\"https://gamma.app/docs/EN-WordPress-Credits-vz0k2vr1ulg91qq?mode=doc\">pilot program</a>, developed in partnership with the University of Pisa, was announced on stage at WordCamp Europe 2025 by Matt Mullenweg and Mary Hubbard. Since then, it has attracted interest from students across various fields of study, including humanities, computer science, and communication. Companies in the WordPress ecosystem have also expressed support and interest in contributing to the project. In response to the growing interest from both community members and academic institutions, we are now inviting more universities to join the initiative.</p>\n\n\n\n<p>Open to students from all fields of study, the program blends structured onboarding with a personalized contribution project. Activities are adapted to each student’s degree program and familiarity with WordPress, aiming to develop transferable skills, academic-related competencies, and active participation in the WordPress community. Internship durations may vary depending on the university or educational institution. Some may align with academic semesters (typically 3–4 months), while others, like the University of Pisa, allow students to sign up year-round with a requirement to complete a set number of contribution hours (e.g. 150 hours). Flexible arrangements can be discussed to meet the specific requirements of each institution.</p>\n\n\n\n<p>Foundational Training includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An introduction to open source principles and the WordPress Foundation</li>\n\n\n\n<li>Getting familiar with community tools (Slack, Make blogs, Learn platform, GitHub)</li>\n\n\n\n<li>Setting up a personal WordPress site and publishing content</li>\n</ul>\n\n\n\n<p>Each student will choose a contribution area and design their own personal project within that area. Examples of possible projects include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Translating interfaces or documentation</li>\n\n\n\n<li>Creating multilingual subtitles for educational videos</li>\n\n\n\n<li>Contributing code or performing testing</li>\n\n\n\n<li>Supporting product development or design</li>\n\n\n\n<li>Writing or editing content</li>\n\n\n\n<li>Assisting with community event organization</li>\n\n\n\n<li>Developing training materials for Learn WordPress</li>\n\n\n\n<li>Creating open source tools</li>\n\n\n\n<li>And much more…<br></li>\n</ul>\n\n\n\n<p>Interns are guided by an experienced mentor specific to their chosen area and supported by a dedicated WordPress Foundation contact person throughout the program. All student contributions, whether code, translations, documentation, or educational materials, will be publicly visible and integrated into official WordPress projects and resources, directly benefiting the wider community.</p>\n\n\n\n<p><strong>Interested universities and educational institutions</strong> interested in participating can reach out by filling <a href=\"https://airtable.com/appIzQKfwTn5dyPVp/shrYvY0CDNIkILIre\">the interest form</a>.</p>\n\n\n\n<p>We also invite companies in the WordPress ecosystem to support this initiative by sponsoring mentors who will guide and empower the next generation of contributors, or by providing tools and resources that help students succeed in their contribution journey.&nbsp;</p>\n\n\n\n<p><strong>If your company is interested in getting involved</strong>, please visit the <a href=\"https://make.wordpress.org/handbook/wordpress-credits-contribution-internship-program/get-involved-company-guide/\">Company Guide</a> to learn more and <a href=\"https://airtable.com/appIzQKfwTn5dyPVp/shrKDkjeUdw8Fof34\">fill out the form</a> to join the program.</p>\n\n\n\n<p><em>By welcoming students, mentors, sponsors, and volunteers into this initiative, we are building a stronger and more connected WordPress community. Each person who takes part, whether they guide a student, share their experiences, provide sponsorship, or simply help spread the word, helps ensure that open source remains vibrant and accessible for all. Together, we are not just supporting individual contributors; we are shaping the future of WordPress and open source itself.</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:\"18913\";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: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:46:\"WordCamp US 2025: See You in Portland, Oregon!\";s: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/2025/06/wordcamp-us-2025-see-you-in-portland-oregon/\";s: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, 27 Jun 2025 18:14:33 +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:6:\"Events\";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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCUS\";s: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=18884\";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:383:\"WordCamp US 2025 is heading to vibrant Portland, Oregon, from August 26–29, 2025! Join fellow open source enthusiasts, developers, designers, and WordPress professionals from across the United States and around the world for four days of learning, networking, and collaboration at the Oregon Convention Center. Nestled in the Pacific Northwest, Portland is famous for its [&#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:\"Brett McSherry\";s: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:8274:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18885\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordCamp US 2025 is heading to vibrant Portland, Oregon, from August 26–29, 2025! Join fellow open source enthusiasts, developers, designers, and WordPress professionals from across the United States and around the world for four days of learning, networking, and collaboration at the Oregon Convention Center.</p>\n\n\n\n<p>Nestled in the Pacific Northwest, Portland is famous for its creative spirit, lush green spaces, and riverside trails, making it an inspiring backdrop for this year’s WordCamp. Whether building your first site or leading a digital agency, WordCamp US offers something for everyone, all set against the city’s stunning natural scenery.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Contributor Day: August 26</h3>\n\n\n\n<p>Kick off your WordCamp US experience by giving back. Contributor Day welcomes all skill levels to collaborate on teams that help make WordPress better, from code to community to documentation. You can make a difference to the project, and build new friendships or rekindle old ones, perhaps even while enjoying views of Portland’s skyline and tree-lined streets.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Main Conference: August 27–29</h3>\n\n\n\n<h4 class=\"wp-block-heading\">Showcase Day &#8211; August 27</h4>\n\n\n\n<p>As part of the main conference, day one will give us a look at project showcases, discover innovative uses of WordPress, see how people push the platform’s boundaries, and get inspired to try something new.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Session Days + Expo Hall &#8211; August 28-29</h4>\n\n\n\n<p>Experience another two days filled with inspiring keynotes, practical sessions, and deep dives into the latest trends in web development, design, content, accessibility, and more. Hear from some of the brightest minds in the WordPress ecosystem and explore topics that get to the heart of what makes WordPress unique. Also, take some time to explore the main floors of WCUS, like the Sponsors Hall.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Networking and Community</h3>\n\n\n\n<p>Meet WordPress friends new and old, exchange ideas with community leaders, and collaborate with people who share your passion for open source. Enjoy daily lunches and a memorable social event, all included with your ticket. Stroll along the Willamette River or explore nearby parks in between sessions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Venue &amp; Accommodations</h3>\n\n\n\n<p>This year, we’re gathering at the Oregon Convention Center in the heart of Portland—a city known for its vibrant neighborhoods and abundant green spaces. We’ve secured a special hotel block right across the street at the Hyatt Regency Portland for convenient, comfortable lodging during your stay.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f3e2.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></strong> <strong>Oregon Convention Center<br></strong>777 NE Martin Luther King Jr Blvd<br>Portland, OR 97232<br></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f6cf.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Hyatt Regency Portland</strong><br>375 NE Holladay Street<br>Portland, OR 97232<br><a href=\"https://www.hyatt.com/en-US/group-booking/PDXRP/G-CAMP\">Book your room!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Registration and Tickets</h2>\n\n\n\n<p>Registration officially kicked off last month. Secure your spot early; tickets are selling quickly.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to Plan Your WordCamp US Experience?</h2>\n\n\n\n<p>Keep checking the <a href=\"https://us.wordcamp.org/2025/\">WordCamp US site</a> for travel tips, to book accommodations, and to watch for the whole event schedule—coming soon! While here, why not plan to take in some of Portland’s scenic hiking trails, bike-friendly streets, or local food scene?</p>\n\n\n\n<p>Stay tuned for updates and announcements on <a href=\"https://make.wordpress.org/marketing/handbook/social-media/\">WordPress social media channels</a>, and join the conversation.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p>Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags and tell your story on social!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18898\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Portland is calling—see you at WordCamp US 2025! <img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f332.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></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:\"18884\";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: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:64:\"Dropping security updates for WordPress versions 4.1 through 4.6\";s: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:100:\"https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/\";s: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, 19 Jun 2025 15:26: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";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=18872\";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:331:\"As of July 2025, the WordPress Security Team will no longer provide security updates for WordPress versions 4.1 through 4.6. These versions were first released nine or more years ago and over 99% of WordPress installations run a more recent version. The chances this will affect your site, or sites, is very small. If you [&#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:15:\"John Blackbourn\";s: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:3132:\"\n<p>As of July 2025, the WordPress Security Team will no longer provide security updates for WordPress versions 4.1 through 4.6.</p>\n\n\n\n<p>These versions were first released nine or more years ago and over 99% of WordPress installations run a more recent version. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1048\" height=\"122\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=1048%2C122&#038;ssl=1\" alt=\"Dashboard notice: &quot;WordPress 6.8.1 is available! Please update now.&quot;\" class=\"has-border-color has-luminous-vivid-amber-border-color wp-image-18873\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?w=1048&amp;ssl=1 1048w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=300%2C35&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=1024%2C119&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=768%2C89&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The version you are running is displayed in the bottom of the “At a Glance” section of the dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"281\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1024%2C281&#038;ssl=1\" alt=\"At a glance widget showing a site running WordPress 4.1.41\" class=\"has-border-color has-cyan-bluish-gray-border-color wp-image-18875\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1024%2C281&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=300%2C82&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=768%2C211&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1536%2C421&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?w=1798&amp;ssl=1 1798w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>As a reminder, the only <em>actively</em> supported version of WordPress is the most recent one. Security updates are only backported to older branches as a courtesy.</p>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2025/06/18/security-updates-will-cease-for-wordpress-versions-4-1-through-4-6/\" data-type=\"link\" data-id=\"https://make.wordpress.org/security/2025/06/18/security-updates-will-cease-for-wordpress-versions-4-1-through-4-6/\">the process to end support</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:\"18872\";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: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:51:\"WCEU 2025: A Community Celebration in the Swiss Sun\";s: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:86:\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\";s: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, 07 Jun 2025 19:19: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:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s: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=18776\";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:362:\"Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025. I’m personally very excited&#8230; There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond. Matt Mullenweg, WordPress Cofounder The flagship WordPress event kicked [&#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:\"Brett McSherry\";s: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:61400:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18837\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Nilo Velez</em></figcaption></figure>\n\n\n\n<p>Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>I’m personally very excited&#8230; There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event kicked off in Basel, Switzerland, with a dedicated Contributor Day. It was followed by two days of engaging talks, panels, hands-on workshops, and vibrant community connections. WordPress Cofounder Matt Mullenweg and Executive Director Mary Hubbard joined a diverse lineup of speakers and panelists, sharing insights in the heart of one of Europe’s most charming cities.</p>\n\n\n\n<p>Set against the backdrop of Basel’s historic streets and Rhine-side views, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest innovations, offered live demos, and connected with attendees. Each day, participants refueled with a range of local and international cuisine — from Swiss specialties to global favorites — making mealtime a lively space for networking, collaboration, and sparking new ideas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Basel</h2>\n\n\n\n<p>WordCamp Europe has long been one of the most anticipated WordPress events of the year — a space where community, creativity, and collaboration thrive. This year in Basel, the conference delivered an exciting and diverse program that reached every corner of the WordPress ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> &#8211; Across two full days, the conference featured informative talks, captivating keynotes, and dynamic discussions exploring WordPress and the broader web.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> &#8211; The stage welcomed 52 speakers from 23 countries across five continents, each bringing unique insights and global perspectives.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> &#8211; The schedule included 45 sessions and four hands-on workshops across three tracks, covering:\n<ul class=\"wp-block-list\">\n<li>Accessibility and key policy updates like the European Accessibility Act and the Cyber Resilience Act</li>\n\n\n\n<li>The evolving role of Artificial Intelligence in the open web</li>\n\n\n\n<li>Cutting-edge web design, development best practices, SEO, and content strategy</li>\n\n\n\n<li>Real-world case studies and showcases from across the community</li>\n</ul>\n</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> &#8211; Interactive workshops allowed attendees to roll up their sleeves and develop practical skills in a collaborative setting.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> &#8211; Whether developer, designer, content creator, or entrepreneur, every attendee found space to connect, learn, and grow within a vibrant and welcoming community.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Europe began with a vibrant Contributor Day that brought together 640 contributors—including many first-timers—to collaborate, share knowledge, and support the WordPress project. Guided by 33 dedicated table leads, with 21 teams, attendees of all experience levels came together to exchange ideas, solve real challenges, and make meaningful contributions to open source. From accessibility improvements to theme development and translation efforts, every table played a part in moving WordPress forward.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8785c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8785c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18798\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18798\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c87b75&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c87b75\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18799\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18799\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c87e64&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c87e64\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18800\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18800\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8813f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8813f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18801\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Roan de Vries</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c88413&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c88413\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18802\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18802\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c886bc&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c886bc\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18803\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18803\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c88966&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c88966\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18804\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18804\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c88c32&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c88c32\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18805\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18805\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c88f13&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c88f13\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18806\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18806\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c891ed&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c891ed\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18807\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18807\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c894b6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c894b6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18808\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18808\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Sebastián Echeverri Jaramillo</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c89784&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c89784\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18809\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18809\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c89a63&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c89a63\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18810\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18810\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Contributor Day at WordCamp Europe 2025 brought together a mix of first-time and returning contributors across a wide range of teams, from Core and Accessibility to Polyglots, Training, and Community. Attendees tackled everything from onboarding and ticket triage to translating strings, improving documentation, and enhancing tools and workflows. Development-focused teams explored performance and testing improvements and worked through live coding exercises. Meanwhile, accessibility testers, support volunteers, and photo moderators contributed to efforts that directly impact users around the world.</p>\n\n\n\n<p>In parallel, teams like Marketing, Meta, Hosting, and Sustainability focused on future-facing initiatives—from promoting WordPress through the Showcase and social media campaigns to refining infrastructure, increasing accessibility, and preparing for long-term project growth. Whether contributing to plugins, themes, documentation, or new contributor experiences, participants reinforced the values that power the WordPress project: collaboration, inclusivity, and openness. The day served as a reminder that WordPress is not just software—it’s a community built by and for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tomorrow Starts with WordPress</h2>\n\n\n\n<p>The first full day of WordCamp Europe 2025 brought the community together to celebrate the power of open source collaboration and innovation. Opening remarks from both global and local event leads reflected on the journey of WordCamp Europe—from its beginnings in 2013 in Leiden, Netherlands, to the vibrant event in Basel today. This full-circle moment underscored the growth of the WordPress community, united by a shared commitment to an open web.</p>\n\n\n\n<p>The day launched into an inspiring program with the keynote session, <em>WordPress Without Borders – The Fight for Digital Freedom</em>, delivered by Noel Tock. Drawing from his experiences—including time on the frontlines in Ukraine—Tock illustrated how open source supports global resilience and serves as a digital human right. His message called on contributors to see their work as part of something greater, offering a compelling and forward-looking vision to energize and unify the WordPress community.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordPress without Borders — The Fight for Digital Freedom | Noel Tock\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/tb_A-ABehnY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, the program unfolded across multiple tracks—each one sparking new conversations and insights. One standout session highlighted social entrepreneurship in Bulgaria, where WordPress is helping grassroots organizations drive change in education, journalism, and social justice. Petya Raykovska shared how nonprofits like Teenovator and the Bulgarian Fund for Women are using WordPress to amplify their work and strengthen their communities.</p>\n\n\n\n<p>Designers and developers explored ways to improve workflows and collaboration. In <em>Bridging Design and Development</em>, attendees learned how Figma Design Systems can connect design and development through shared structures mapped to block themes. Real-world examples, like the Novus Media Newspaper Design System, demonstrated how scalable, consistent design can power multi-brand platforms.</p>\n\n\n\n<p>Workshops played a key role throughout the day, including the interactive <em>Block Developer Cookbook: WCEU 2025 Edition</em>, where attendees worked through community-voted code recipes featuring the latest WordPress APIs. Sessions also dove into emerging technologies, such as <em>Automating WordPress Setup with Modern AI Tools</em>, which showcased how WP-CLI, scripting, and AI can accelerate project setup and reduce repetitive tasks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18817\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Marc Wieland</em></figcaption></figure>\n\n\n\n<p>Day Two of WordCamp Europe 2025 opened with a focus on the evolving role of the WordPress community in a rapidly changing digital world. Sessions explored how contributors—from local meetup organizers to global advocates—play a vital part in shaping WordPress’s future. Talks on inclusivity, such as <em>Over the Rainbow</em>, encouraged attendees to consider how individual actions can help build a more welcoming, representative open source ecosystem. Throughout the morning, the spirit of collaboration and shared purpose remained front and center.</p>\n\n\n\n<p>As the day progressed, attention turned to the tools and technologies pushing WordPress forward. From sessions on scaling multilingual sites and managing observability to hands-on workshops, developers explored new ways to streamline workflows and enhance performance. Highlights included <em>WordPress Gems for Devs</em>, which introduced the Interactivity API through live coding, and <em>Client-side Web AI Agents</em>, a look at cutting-edge browser-based AI that unlocks new possibilities for web experiences. These talks reflected the platform’s growing capacity to adapt to emerging trends while staying true to its open foundations.</p>\n\n\n\n<p>The afternoon brought a blend of practical guidance and inspiring stories across tracks. A case study on accessibility from Switzerland showed how thoughtful design can benefit all users, while a session on brand-building for women entrepreneurs highlighted the creative and economic opportunities WordPress enables. With topics spanning content strategy, business growth, regulatory readiness, and more, the second day of WCEU 2025 affirmed the strength of the WordPress ecosystem—not only as a technology platform, but as a global movement fueled by people, purpose, and possibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fireside Chat</h2>\n\n\n\n<p>As the final day drew to a close, Matt and Mary shared some thoughts on EU regulation (Open Web Alliance), AI, and the introduction of the WordPress AI team, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Fireside chat with Q&amp;A | Mary Hubbard and Matt Mullenweg\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/mzJwYejWUbY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>A heartfelt thank you to the dedicated organizers who brought WordCamp Europe 2025 to life in Basel, the speakers who shared their insights, the attendees who joined us in person, and those who followed along from afar. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8a206&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8a206\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18827\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18827\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8a4e3&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8a4e3\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18825\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18825\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8a822&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8a822\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18824\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18824\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8abe7&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8abe7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18823\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18823\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8afa7&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8afa7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18822\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18822\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Maksym Kaharlytskyi</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8b33b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8b33b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"533\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18821\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=799%2C533&#038;ssl=1\" alt=\"\" class=\"wp-image-18821\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8b616&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8b616\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18820\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18820\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Atsushi Ando</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8b8c7&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8b8c7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18819\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18819\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8bb94&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8bb94\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18829\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18829\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;68dc170c8be53&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"68dc170c8be53\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18859\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18859\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the final major WordPress events in 2025: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> (Portland, Oregon, USA). Then join us in <a href=\"https://europe.wordcamp.org/2026/\">Kraków, Poland for WordCamp Europe 2026</a>! Also, if you want to get involved with WCEU, the call for organisers is already open for 2026. </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:\"18776\";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:49:\"Announcing the Formation of the WordPress AI 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 16:28:01 +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=18769\";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:397:\"Today, I’m pleased to announce the formation of a new WordPress AI Team, a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem. AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in [&#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:12:\"Mary Hubbard\";s: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:2961:\"\n<p>Today, I’m pleased to announce the formation of a new <strong>WordPress AI Team,</strong> a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem.</p>\n\n\n\n<p>AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in the open, guided by community values, and built to core standards.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Matters</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strategic focus</strong>: A unified team stewards AI development thoughtfully, avoids fragmentation, and ensures alignment with the long-term goals of WordPress. </li>\n\n\n\n<li><strong>Shared innovation</strong>: Contributors and companies are actively exploring AI across the ecosystem. This team provides a central place to collaborate, share ideas, and build together.</li>\n\n\n\n<li><strong>Rapid iteration</strong>: Like the Performance Team, we’ll take a plugin-first approach. <a href=\"https://make.wordpress.org/core/2022/09/11/canonical-plugins-revisited/\">Canonical Plugins</a> will allow us to move quickly, gather feedback, and deliver real value without waiting on the Core release cycle.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<p>The AI Team will:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coordinate cross-team efforts to explore AI-powered features responsibly and inclusively.</li>\n\n\n\n<li>Publish and maintain a public roadmap of AI initiatives and Canonical Plugins.</li>\n\n\n\n<li>Collaborate closely with Core, Design, Accessibility, and other teams to ensure strong integration and shared standards.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Meet the Team</h2>\n\n\n\n<p>The WordPress AI Team brings deep experience in open-source, performance, and product development and a strong commitment to building AI features the WordPress way. The team will launch with the following team contributors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>James LePage</strong> – Automattic</li>\n\n\n\n<li><strong>Felix Arntz</strong> – Google</li>\n\n\n\n<li><strong>Pascal Birchler</strong> – Google</li>\n\n\n\n<li><strong>Jeff Paul</strong> – 10up</li>\n</ul>\n\n\n\n<p>To help get things started, James and Felix will serve as the initial <a href=\"https://make.wordpress.org/updates/team-reps/\">Team Reps</a> in supporting team organization, communication, and coordination with other Make WordPress teams.</p>\n\n\n\n<p>This is an exciting and important step in WordPress’s evolution. I look forward to seeing what we’ll create together and in the open.</p>\n\n\n\n<p>If you’re interested in contributing or following along, please join the conversations in <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai</a> and watch for upcoming meeting announcements on <a href=\"https://make.wordpress.org/ai/\">https://make.wordpress.org/ai/</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:\"18769\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Sep 2025 17:46:46 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 17 Sep 2025 18:47:21 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:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1759203889;s:21:\"cache_expiration_time\";i:1759297606;s:23:\"__cache_expiration_time\";i:1759297606;}','off'),(3385925,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1759297607','off');
INSERT INTO `wp_options` VALUES (3385926,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{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:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Open Channels FM: Surviving the WordPress Plugin Grind Growth, Marketing and Overcoming Burnout\";s: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:33:\"https://openchannels.fm/?p=110777\";s: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:101:\"https://openchannels.fm/surviving-the-wordpress-plugin-grind-growth-marketing-and-overcoming-burnout/\";s: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:237:\"In this WP Behind the Builds episode, guest Devin Walker discusses his transition from corporate IT to successful WordPress plugin development, focusing on GiveWP, WP Rollback, and lessons learned about business and community engagement.\";s: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, 30 Sep 2025 11:34: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: Om 59\";s: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:23:\"https://ma.tt/?p=150022\";s: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:\"https://ma.tt/2025/09/om-59/\";s: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:3905:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-150030\" height=\"340\" src=\"https://i0.wp.com/ma.tt/files/2025/09/IMG_0803-1-edited-scaled.jpeg?resize=604%2C340&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>I want to dedicate my blog post today to my dear friend and brother, <a href=\"https://om.co/\">Om Malik</a>, whose birthday it is. Om is a multi-hyphenate, but at his core, he&#8217;s a writer, someone who looks at the world and parses it down for others, a seeker who appreciates the spark of creation before most others.</p>\n\n\n\n<p>Om was one of the earliest users of WordPress and he was one of <a href=\"https://ma.tt/2005/01/meetup-aftermath/\">8 people who came to the very first WordPress meetups at Chaat Cafe on 3<sup>rd</sup> street in San Francisco in 2005</a>. (You can tell what an early adopter he is because he has the username &#8220;Om&#8221; <a href=\"https://x.com/om\">on Twitter/X</a> and <a href=\"https://www.instagram.com/om/\">Instagram</a> and WordPress and probably more.) We had connected on the WordPress support forums when I helped him get set up around the 1.0 days. After I moved to San Francisco to take the job at CNET he connected me to people like Phil Black, Tony Conrad, and Toni Schneider who would become, respectively, an investor, board member, and CEO of Automattic. These are folks I still work with and consider close friends today. As a journalist, he had a keen nose for BS and made sure as a naïve 20-something in SF I was connecting with quality people.</p>\n\n\n\n<p>Since we met we&#8217;ve both had a shared love for photography, and I&#8217;ve seen Om blossom into an amazing photographer with a really unique style and approach, <a href=\"https://www.photosbyom.com/\">in fact you can even buy some of his photography prints</a>.</p>\n\n\n\n<p>Over the years, we&#8217;ve dipped in and out of shared obsessions with cameras, watches, shoes, fashion, and design. We have a fair number of matching things in each. In photography we&#8217;ve shivered in minus thirty weather in Antarctica and Jackson Hole at odd hours to catch a special shot. We&#8217;ve traveled to Europe and Japan dozens of times, being very early (pre John Mayer and Kanye) to brands like <a href=\"https://www.visvim.tv/\">Visvim</a>. <span style=\"margin: 0px; padding: 0px;\">When I wear something like a bespoke<span style=\"margin: 0px; padding: 0px;\">, hand-made piece from <a href=\"https://45rglobal.com/\" target=\"_blank\">45R</a> to <a href=\"https://www.youtube.com/watch?v=45HRzzc0waU\" target=\"_blank\">speak at WordCamp US</a>, he recognizes it off the cuff </span>and even knows the one store on Crosby Street in New York where you can buy it.</span> He is a tastemaker and an aesthetic connoisseur in every area he&#8217;s interested in, from food to coffee to pens, and everything in between. Sometimes we&#8217;ll start a journey together, for example, trying nice pens, and years later, I&#8217;ve moved on and he&#8217;s gone deep into collecting dozens of them, being in obscure forums and Reddits, or attending events like the <a href=\"https://sanfranciscopenshow.com/\">SF Pen Show last month</a>.</p>\n\n\n\n<p>When you walk into a coffee shop with Om he doesn&#8217;t just know the barista&#8217;s name, he knows their dog&#8217;s name and the story of every person working there.</p>\n\n\n\n<p>I&#8217;m 500 words in, and I still haven&#8217;t even scratched the surface of describing Om&#8217;s journey, from growing up in Delhi to becoming a journalist for a Japanese publication in New York, a book author, party promoter, entrepreneur, venture capitalist, photographer, and explorer. If you want to understand the AI bubble we&#8217;re in right now, you should <a href=\"https://www.amazon.com/dp/0471660612?tag=photomatt08-20\">read his book Broadbandits on the crazy telecom / Enron bubble</a>. This is a long way to say, happy birthday Om!</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, 29 Sep 2025 15:50: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: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:2;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Craft vs Slop\";s: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:23:\"https://ma.tt/?p=150017\";s: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:33:\"https://ma.tt/2025/09/craft-slop/\";s: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:1964:\"<p>In an age where AI can generate an infinite amount of stuff, what matters? Some of the most interesting writing I&#8217;ve read on this comes from <a href=\"https://willmanidis.com/\">Will Manidis</a>, who makes it biblical and says that Craft is the Antidote to Slop:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>From Genesis, man enters not a paradise without labor but a world of intentional creation. The LORD God places man in the Garden of Eden<em> &#8220;to dress it and to keep it&#8221;</em> (Genesis 2:15) establishing labor not as punishment but as sacred vocation. This original calling invites us to co-create the Kingdom, tending and developing the world with intention and care. Our fundamental purpose is not consumption but participation in the ongoing work of creation.</p>\n\n\n\n<p>The serpent&#8217;s temptation represents the first shortcut in human history<em>.&#8221;Ye shall be as gods&#8221; </em>(Genesis 3:5) was not an invitation to deeper engagement with creation, but a way to get out of the work required to tend to it. The consequence wasn&#8217;t the introduction of work itself, but its corruption into burdensome toil: <em>&#8220;In the sweat of thy face shalt thou eat bread&#8221; </em>(Genesis 3:19). Humanity&#8217;s first sin was, in part, choosing the easy shortcut over the meaningful process – preferring effortless gain to the demanding but fulfilling work of tending the garden.</p>\n</blockquote>\n\n\n\n<p>You can read the rest as <a href=\"https://x.com/WillManidis/status/1971920155996574168\">screenshots on X</a> or <a href=\"https://minutes.substack.com/p/craft-is-the-antidote-to-slop\">on his Substack</a>, but I hope he gets a real website soon. This also makes me think you should watch the <a href=\"https://www.weareasgods.film/\">We Are As Gods documentary on Stewart Brand</a>, supported by the amazing folks at <a href=\"https://press.stripe.com/\">Stripe Press</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, 29 Sep 2025 06:41: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: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:3;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: Gutenberg Changelog 121—Gutenberg 21.6 and 21.7,  Block Theme Development, and Block Themes\";s: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://gutenbergtimes.com/?post_type=podcast&p=42062\";s: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:124:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-121-gutenberg-21-6-and-21-7-block-theme-development-and-block-themes/\";s: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:81565:\"<p>In Episode 121 of the Gutenberg Changelog podcast, Birgit Pauli-Haack and Anne Katzeff dive into Gutenberg 21.6 and 21.7, touching on theme development, block themes, Figma workflows, Playground blueprints, and upcoming WordPress 6.9 features. They discuss enhancements to data views, grid layouts, the new accordion block, command palette improvements, block-level commenting for collaboration, accessibility updates, and the ongoing evolution of global styles and admin redesign, offering insights for both theme builders and developers.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-121-gutenberg-21-6-and-21-7-block-theme-development-and-block-themes/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-121-gutenberg-21-6-and-21-7-block-theme-development-and-block-themes/#transcript\">Transcript</a></p>\n\n\n\n<p></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Anne Katzeff</h2>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/in/annekatzeff/\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-x  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/ASKDesign2\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">X</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://profiles.wordpress.org/askdesign/\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.instagram.com/annekatzeff_askdesign/\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/live-q-a-design-systems-and-theme-json/\">Gutenberg Times Live Q &amp; A: Design Systems and Theme.json</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/06/05/hallway-hangout-theme-building-with-playground-create-block-theme-plugin-and-github/\">Hallway Hangout: Theme Building with Playground, Create-block-theme plugin, and GitHub</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg plugin releases</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2025/09/10/whats-new-in-gutenberg-21-6-10-september/\">What’s new in Gutenberg 21.6? (10 September)</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v21.7.0\">Changelog 21.7</a></p>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello, and welcome to our 121st episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 21.6 and 21.7, as well as about theme development, block themes, and all this good, good stuff. And I&#8217;m your host, Birgit Pauli-Haack, curator of the Gutenberg Times, developer advocate, and core contributor for the WordPress open source project sponsored by Automattic. And with me is Anne Katzeff, a dear friend of mine. She joins me in this episode. She was here before on the show, and she&#8217;s a longtime WordPress theme builder, educator and artist, and a longtime friend of mine. He previously connected on WordPress Meetup Co-organizers in Southwest Florida, but that&#8217;s ages ago. Anne has been on a podcast before, and it was episode 109 almost a year ago. So glad you&#8217;re here, Anne. How are you today?</p>\n\n\n\n<p><em>Anne Katzeff:</em> I&#8217;m good, Birgit. Thanks for inviting me. It&#8217;s great to see you and reunite. I hope you&#8217;re well. I was just thinking, I can&#8217;t wait to catch up on all the WordCamp stuff that you and others have been posting. I&#8217;ve been immersed in two things recently. Redesigning a client&#8217;s very old website.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>When you say very old.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, it was using. It&#8217;s still live, although it barely displays correctly because the code is so old. It uses custom templates from a custom theme that has some of the content baked into the code.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh. Oh, yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So it&#8217;s really hard to edit. The client has a real hard time doing that, as I do as well. And now I&#8217;m rebuilding the site. I&#8217;m using a cadence theme, and it&#8217;s a whole new area for me. I&#8217;m seeing the pros and cons of that system. And I&#8217;m also redesigning my own website. I don&#8217;t even want to tell you how long that&#8217;s been since I designed it. It&#8217;s built on Bootstrap. I do have a WordPress blog, so I have to update the bootstrap part and the WordPress part.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Okay. So you have the design and the styling is in Bootstrap, and you kind of massage it into the WordPress, so.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Seamless. Okay. Yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And, you know, people ask me, why don&#8217;t you do the whole thing in WordPress for me? I do occasionally build bootstrap sites, so this is a way. It&#8217;s kind of an excuse for me to keep current in what&#8217;s happening in Bootstrap. So I&#8217;m using new tools like figma for my prototyping, and once I get that finished and we&#8217;re nearing that point I&#8217;ll start rebuilding and bootstrap, and probably I&#8217;ll use the 2025 WordPress default theme for the blog part. So with both of these projects I&#8217;m using these new tools and riding a learning curve and it&#8217;s all good. It&#8217;s challenging and stimulating and integrating the new with the familiar. So it&#8217;s like my mind is like uhh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, but it could be. It&#8217;s a great exercise. You have to kind of see okay, how far can I still rely on what I&#8217;m doing? And oh this cool new stuff is also good. So I know that Jonathan Bosinger, he&#8217;s a co-worker of mine and he was one of the educators on the Learn team and he has started live streaming and this last livestream he&#8217;s trying to. He got a Figma design from a designer and now wants to create a block theme about it and finds that there are no like you know in the old days where you had a Photoshop to WordPress kind of. Yeah, yeah. He kind of had hope that there is a from figma to WordPress kind of thing and there is but you need to be very deliberate on how you set up Figma exactly to make this work. So.</p>\n\n\n\n<p><em>Anne Katzeff:</em> God, I was just thinking about all that. That&#8217;s so interesting. Yeah. You have to have they call it auto layout and of course I don&#8217;t, and I&#8217;m not going to redo all my stuff in Figma just to pray that whatever plugin I use will work. But that&#8217;s what they recommend the so. Oh well it wasn&#8217;t what I had planned. I wasn&#8217;t going to do an automated thing but. But now this kind of validates a reason why I can&#8217;t. It&#8217;s not quite there yet. Yeah, there are curious things in Figma and there are amazing things in Figma.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So it&#8217;s like any new tool. Yeah, yeah. It has your tradeoffs and you need to kind of unlearn a lot of things before you can learn. Yeah. So the VIP theme builders or designers, they actually have a process where they go from Figma to theme JSON because they&#8217;ll have websites where they like you do. There&#8217;s a component that&#8217;s not WordPress and there&#8217;s a component that&#8217;s WordPress, or they have customers that have multiple different brandings for different things but they&#8217;re also, they&#8217;re all in Figma but then you can do themes and then that theme, you can use a plugin that you can then export your design decisions on the, on fonts and on colors and other things to migrate to theme JSON and then immediately kind of start up a block theme. I&#8217;m going to find that, dear listeners, I&#8217;m also going to find the link for you, not only for Anne. Thank you. We had David Bowman on the live Q and A maybe two years ago where he kind of demonstrated that all. So we will share those in the show notes and kind of see how that, I don&#8217;t know how that kind of works with you and how you approach figma, but it might be a good way to see if that works for you.</p>\n\n\n\n<p><em>Anne Katzeff:</em> That would be fascinating as well. I mean, I am using variables for some of my styles. I&#8217;m limiting it because again, of the learning curve. But I&#8217;ve got so far the color palette and very basic typography assigned to, you know, text in the six head levels to match up with a bootstrap scenario. And I&#8217;m thinking ahead even beyond that. Well, how will I translate that into a WordPress theme? So it&#8217;s. I like the complication. I don&#8217;t mind it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah, no, the complexity is really intriguing because all of a sudden you kind of have these, all these pieces that fit together very well and you feel like, oh, this is genius.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, yeah, I actually, I wish I could remember the guy&#8217;s name, but I saw, I watched a YouTube video. Maybe I&#8217;ll find it and I&#8217;ll send you a note about it. But he explained the Figma variables really well, and he has maybe an hour and a half tutorial that I&#8217;ve yet to just scratch the surface.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, I know that Justin Tadlock, who is our theme guru, I would call him, he is working on a design system where he combines the color palette and the fonts with semantic kind of. So he&#8217;s not saying, okay, this is the main color, this is the background color, foreground color. But he&#8217;s saying, okay, this is a text color and has a separate design system that&#8217;s built into theme that he builds into theme JSON. So he can actually switch out a theme if the theme actually follows the same standards in there. He just can change colors and then the theme looks totally different.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Exactly. That&#8217;s kind of the idea behind the variables.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, exactly.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Definitely try to be semantic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Michelle Hunt did a good funnel from Atomic Design to the Design system at WordCamp US and the video is online. And she also had a similar custom color setting design system in Theme JSON actually built into. Yeah, so I&#8217;m, of course I&#8217;m going to share all that, but with you and our listeners.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah. We can&#8217;t anticipate everything that comes up in these conversations, can we? No, we don&#8217;t have all the links right here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But at least I know where I can look. Yeah, yeah, yeah. I&#8217;m writing a blog post and I&#8217;m still a little bit stuck in that. But on how to use Playground to build a theme demo where you can have content, like to showcase your theme and then create a Playground blueprint to share with your clients or your customers so they can test WordPress with the theme and some content in there.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So great idea.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So they know how the patterns look or the color scheme or how the front page can look. And because sometimes you have this problem that you have a theme and you see that there was a front page, but when you install the theme, it doesn&#8217;t look like that. Yeah, so, yeah, so that&#8217;s kind of part where theme builders or even agencies can really make some great showcase for their product. And I&#8217;m using Playground, but there is actually importer. So you can put all the content into your local site and then export it and then import it into Playground with the blueprint. Kind of have the XML file on GitHub and it kind of puts it in and you can do all the settings here. What&#8217;s the front page like? A blog post or a block theme? Or is it a page? Or is it. Which one is the news page then? And so you can build that all out. And now I&#8217;m kind of. The missing piece is still navigation. So the navigation, if you just build the pages, it automatically builds the page layout or the page list layout. But if you do a custom navigation work, it doesn&#8217;t get imported yet because somehow the parser doesn&#8217;t know that those links need to be transferred to the new site. So it didn&#8217;t work. Right. But I&#8217;m working on it and I know that the Playground people are really busy on doing stuff, doing this and fixing things. So that&#8217;s what I&#8217;m working on. And I&#8217;m.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So it sounds like you&#8217;re using it also as a prototyping tool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You could, you could. Yeah, yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Is it like the concept, like a live link that you can share with a client and they can view it? Yeah, okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. You could also do the prototype thing with. Well, you can share. You can. Yeah, you can share it with a client and every client who kept the link gets the same site. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So is it stored in GitHub?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>No, it&#8217;s stored in memory on browser. On the browser, it&#8217;s Playground is a tool that runs WordPress. In the browser. You don&#8217;t need a server, you don&#8217;t need a database. You just need the playground.WordPress.net and then you have a WordPress site. And then with blueprints that are configuration files in JSON written in JSON, you can say, okay, which plugin do I want to install? Which. What&#8217;s the landing page? Which theme do I want to have in there? And do I want to have additional content in there? Yeah. So you can use it to showcase your plugin or your theme. And we use it for. For all kinds of different things as well. And on the team, we use it to test PRs from a good look and track that are not merged yet, that are not yet in a. In a version of that. So you can just kind of isolate the whole thing and just test this particular thing. That&#8217;s really cool. And I&#8217;m going to have a talk at a WordCamp about using Playground, GitHub and the great block theme. Okay. To change themes without touching code. So making changes to the themes through the editor. So if you need a new template or need to change a template, change or add colors and all this kind of things, but then at the end you export it to GitHub and it creates the PR that then one of your developer is going to merge with the theme where all the other developing things are happening.</p>\n\n\n\n<p><em>Anne Katzeff: </em></p>\n\n\n\n<p>That sounds really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Well, clearly I haven&#8217;t used Blueprint very much.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Or Playground.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Or Playground. Sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, but I get what you said before. Yeah. I like the complexity. So. Okay, let&#8217;s see how complicated and easy we can make it. Yeah. Well, I think we could now head into Gutenberg 21.6. </p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress 6.9</h3>\n\n\n\n<p>So WordPress 6.9 is coming. Let&#8217;s talk a little bit about WordPress 6.9. We will have other shows about that, of course, but just to get the timing right, we are about four weeks away from Beta 1, and Beta 1 is pretty much feature freeze, and it will all have in there 15 Gutenberg releases from 20.5 when WordPress 6.8 came out, 20.4 was the last one. So 20.5 until 21.9, it&#8217;s pretty much 15. But there was a period of Gutenberg releases for about four, four months when not a whole lot of features came in. But that is going to be offset that in the last two or three releases. There will be a ton of things in there. So we will change our cadence from having two Gutenberg plugins in a show to one and do another. I hope we can go back to every other week instead of every month recording. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 21.6</h3>\n\n\n\n<p>What we are talking about today is about Gutenberg 21.6 before I go in there. So release is going to be December 2nd, so everything you need and beta one is October 21st and in between are release candidates and release candidate one, I think is November 2nd or something like that. So by that time we hopefully have all the developer notes in there and Source of Truth will come out there at the same time or a week later. So just so you can prepare a plan or not. I&#8217;m a planning person, so I always need to know the dates. I always have. Most of the time I have a plan. So when something changes, I know what to change. Yeah. So. Well, let&#8217;s head into the Gutenberg 21.6. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>It has a few enhancements and we start with the Data Views enhancement. And one of them is. Seems to be a minor thing, but there is a card layout in the components for the Data Forms where you can support combined fields and show the description in there. And that&#8217;s fairly new. So there&#8217;s also a storybook documentation out for those plugin developers who all kind of want to try out the new Data Views and the Data Forms. Data form is really where people then can enter stuff, filtering and all that. That&#8217;s all in Data Forms. And then there&#8217;s also in the Data Views we have the grid layout is now a little bit more flexible. You can have it without a title and then you have the actions are available on Hover, which is quite nice.</p>\n\n\n\n<p><em>Anne Katzeff:</em> But yeah, I like that. That&#8217;s a wonderful enhancement. And of course it got me into another path of both grids and thinking about using the grid layout for the post template. So I started to play around with that. Got lost in that for about an hour. So far I don&#8217;t really see an advantage for using the grid over the default grouping with columns, but I&#8217;ll play around with it a bit more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, there is actually a more interactive way of using the grid layout in the Gutenberg experiments. So that might be. So when you use the Gutenberg plugin, there&#8217;s one menu item under Gutenberg that says Experiments, and there are probably 10 different experiments, amongst them the new blocks that are in there, but they will come out of experiments hopefully soon. There&#8217;s also the data view usage for posts. Because right now it&#8217;s only a site editor with pages where you can use the data views but also use them for posts. And there are a ton of experiments and one of them is interactive grid layout where you can drag and drop things.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh really?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Use it. Yeah. For different kind of content as well. So you have pictures in there, you can have a cover in there and you can have just text in there and each grid and then you can also stretch it out over two rows.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Or two columns or two rows kind of thing. And. And it. Oh, cool. Kind of merges all that. So it&#8217;s really cool. But it hasn&#8217;t gotten any updates for a while. It&#8217;s still an experiment because of our other priorities. But it&#8217;s definitely. You see what&#8217;s coming. That&#8217;s one thing. Also to kind of okay, how can we. How can this be improved? Yeah, and kind of. Yeah, let the developers know. That&#8217;s the. Yeah, I like the grid layout too.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Do some interesting things with it.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Yeah. There were updates to the core data packages but they are so developer oriented and so technical that if you&#8217;re interested that just check out the changelog of 21.6. But 21.6 has one new thing and that&#8217;s. Well, it was actually in 21.5, but that&#8217;s the accordion block and I cannot talk often about it. Often enough about it. I&#8217;m really happy that the accordion block made it into Gutenberg. Now it&#8217;s still under experiments, so you need to switch it on. I think it&#8217;s the second. The second from the top on that page. I had a plan to create a post about all the experiments that I Gutenberg. But yeah, that kind of fell to the website.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Well, it&#8217;s constantly changing I would think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, that&#8217;s one thing, but it&#8217;s also kind of. Oh yeah, well, let&#8217;s do the other cool stuff too. Yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I&#8217;ve seen a lot of discussion about the new accordion features and I checked about. Of course, you know, I had to look at that. I still think the UI needs some tweaks. Although of course I. I think the add button is a no brainer. That&#8217;s a really good addition. So I was looking at the accordion from a user point of view. Not on the front end, but the back end. And those pan. What do they call them? Panes. They&#8217;re tucked right next to each other. I think just from a UI point of view it would be nice to add a little bit of space between them. Because I had trouble acclimating to how does this actually work and what&#8217;s going on. I hit this plus sign and then it opens up. So just a little bit more tweaking on that, I think would be.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I think that&#8217;s also something to think about with block style variations, where you can actually put that in a style.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And then I did some discovery on that because I wanted to figure out how many different designs can I come up with? My AI can come up with that. I can put a variation. How many did you discover? Right now, I did it all by hand and kind of do the discovery because I had the whole same thing. But I had too much white space. I did a background into the panel.</p>\n\n\n\n<p><em>Anne Katzeff: </em>That&#8217;s a good idea. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And then I had a white space there. And so I needed to reduce the margin to get rid of that white space. But, yeah, I think that&#8217;s the design decisions. It&#8217;s so new that you&#8217;re. There are not all the supports are there. I think you can have some dimension support there with spacing and margins. So you can definitely see that in the side. In the inspector controls and the sidebar of the block. You just need to make sure that you select the right block, because there are four blocks. One is the accordion, that&#8217;s the wrapper, and then you have the header, and then you have the panel, and then you have the content. Yeah, there&#8217;s a. A lot of moving parts that if you create a style variation for that, people can just, with one click.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, okay. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Change the design of things. Yeah. Kind of make it either an FAQ or pricing or whatever to do that. So style variations are really a cool feature. Yeah. So the next thing is. Well, the query loop block had a. Had a broken placeholder and it&#8217;s fixed now.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And that&#8217;s on small screens, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, that&#8217;s from plus on mobile, pretty much the next one is. Or Core Commands. So Commands is the command palette where you do Control K and then you get a little. Like on a Mac, you get little things and you can say Open Site Editor or add a page or something like that. And now you can now return to the dashboard. Yeah. Because you&#8217;re five levels deep in the Site Editor and now you want to go back to your post. You just open up Control K and say return to Dashboard or just type in Dashboard. And then it kind of gets you to. To that place. It also has some permission checks, so if you are not allowed to go there, you&#8217;re not you&#8217;re not going to go there. So that was kind of missing before. It was kind of. Yeah. Wherever you go, you go.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, so it was like a back door.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Access to.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Wow. But it&#8217;s all, all in the admin. There&#8217;s nothing on the front end, but it&#8217;s. I think it will. So the command palette has those in. In 28. So in the next one there will be additional commands. So command palette, you can register commands with code. So plugin can say, okay, if, if that&#8217;s a team, a team plugin with team members, you could say add a team or yeah. Update theme or something like that. And then because it&#8217;s just a one liner kind of thing, you could also then tap it into the Abilities API. That&#8217;s kind of the next step. It&#8217;s not going to be in 6.9 for sure, but it is something that you can kind of daisy chain some workflows or tab into an AI ability kind of API that then lets you also do some AI stuff there. So it&#8217;s kind of that interface that you will be in in the future more often if you so choose to. But I think that&#8217;s a really interesting development there because now, right now you always have to remember, okay, which menu is it in and where do I go and what&#8217;s the name of it? Yeah, is it template parts? Is it pattern? Is it templates? Is it pages? Yeah, what&#8217;s.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I tend to click on my little picture icon to get back to the previous screens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Okay.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, yeah, that&#8217;s what I tend to do because I don&#8217;t know how often.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, how often do you do it?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, yeah, yeah, exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. And now you can just do Control K and I like that. Then you&#8217;re back there and you don&#8217;t have to do 15 plus things. Yeah. So no, I really am quite. I like the command palette anyway. But now it has so much perspective in the future.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New APIs</h3>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>The next thing is about global styles and we talked about. No, we didn&#8217;t talk about it. So you can now, in the theme JSON file, you can now have support for form elements like the inputs, all the inputs on your site, or the dropdowns and selects. So if you create forms and you can style them through the theme JSON file, you don&#8217;t have to do custom CSS for that anymore. Many, many theme builders ask for this too because it&#8217;s, well, what&#8217;s a website without a contact form? Yeah, what&#8217;s a website without a get me your quote or something like that? You need some forms and then you want to style it. You don&#8217;t want to kind of have another CSS file in there. If you have those tools for theme JSON and oh yeah, the developer blog, what&#8217;s New for Developers in September Edition that came out about two weeks ago had some code examples on how you can put that in your theme JSON. Yeah, how. How you phase it and all that. Yeah. So it&#8217;s okay. It&#8217;s really cool. It shows you how to. So you get into the elements section of your theme JSON and then you have text input and then you can do borders, colors, typography, or select and have the different colors for text and background, for instance. That&#8217;s the example in the developer blog.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So more and more we can do things in theme JSON that will allow us to use additional CSS or custom CSS less and less.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yes, that&#8217;s one thing. And you could actually write CSS in a custom.</p>\n\n\n\n<p><em>Anne Katzeff: </em>That&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. But yeah, it&#8217;s. It&#8217;s such a habit to go to additional CSS and just fix something. Yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Or I have very little. Well, actually this comes up later in the changelog, so I won&#8217;t get too deep into it, but I have very little in my additional CSS these days.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That&#8217;s good.</p>\n\n\n\n<p><em>Anne Katzeff: </em>It&#8217;s just those few instances where I just can&#8217;t do it in theme JSON.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s still not particularly all covered there. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p>So now we come to the bug fixes. And one was the randomization of the gallery block doesn&#8217;t work when the lightbox is enabled. But you had a question there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah, I wasn&#8217;t thinking about that randomization. I didn&#8217;t know about that bug. But in the projects that I&#8217;ve been working on, I noticed the lack of navigation in the. The light box. So I know that that&#8217;s deep in the works now. And look, I. I just recently went to the PR and it looks like a lot of progress has been made. I think they&#8217;re about to say this is a done deal, or maybe they already have. So that&#8217;s really good because otherwise you would do all the things you needed to do to enlarge the image, but you couldn&#8217;t get to the next image in the gallery. Well, that&#8217;s not really a light box, is it?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, well, everybody Lightbox, I think they&#8217;re around for 15 years now, so everybody has a different idea. But yeah, it was.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It was definitely missing navigation to. To just kind of use it as a slider that you can Slide exactly. Forward and backwards without having to. You click on the X and then you&#8217;re at the gallery and then you have to click on the next pictures and then go it up. So it was a little tedious. After the third one, everybody escaped. Yeah, that. Yeah. And PR that Anne is talking about is the 62906. If you want to go on. On the GitHub and check it out. 62906. And yeah, they&#8217;re pretty far with it. It&#8217;s some nice previous and next. And you get some. Yeah, I tested it too. Yeah. With Playground you cannot do Gutenberg and then the PR and then you can play around with it. And that was quite nicely done. Yeah. Yeah. And a lot of people have given input not only from the developers or from the contributor, but also from other developers and from the accessibility. Because that was. I think the first part was the accessibility part was. It didn&#8217;t kind of pan out. So they. They did some interesting.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, were the arrows too small or something?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Errors too small? No area label, no announcement. Yeah, there&#8217;s a lot of things that need to happen for accessibility there.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I&#8217;m deep into accessibility these days. I mean, with this client&#8217;s site being redesigned, her brand colors don&#8217;t cut it for accessibility. And I don&#8217;t know how, but I somehow convinced her to tweak the web colors to meet the accessibility requirements. I think I was so happy.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, my God. Yeah, so it&#8217;s.</p>\n\n\n\n<p><em>Anne Katzeff: </em>It&#8217;s a big thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. You don&#8217;t want to get them. Get them into trouble or. Yeah. Have a. The user less optimal experience.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So I think we talked about it. A plated science and classes to the experimental form block. That&#8217;s part of the getting the element section into the theme JSON part. There is an experimental form block though. So if you have the Gutenberg plugin installed and go to experiments, One of the 15 choices there is form block. So you can actually create a form from those blocks in your editor. But most people actually have a separate plugin for their forms. I&#8217;m not sure how expanded that&#8217;s going to be used. Yeah, that&#8217;s pretty much. We are through the bug fixes and then there&#8217;s one fix. So much. So the zoom out. We had this in 6.8. There was a problem that when you have the show template, you couldn&#8217;t show the template when you were in zoom out, and now they actually put it out. It didn&#8217;t work. You just didn&#8217;t get it to it. And now they actually took the. They now fixed it that the zoom out is disabled when the show template is toggled off. You need both. You need to in zoom out because when the show template is off, the renderer doesn&#8217;t see the main section of the page because that&#8217;s all the content anyway. But zoom out needs to have that main section. So it&#8217;s all kind of. Wasn&#8217;t consistently kind of working. So now they finally fixed it. Anything else? No, I think we&#8217;re through with 21.6. Except there&#8217;s some block library. Image block.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Code Quality</h3>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, yeah. And that got me thinking how useful it would be to have live updating with the alt text. Because if I change the alt text in the media library for an image, it doesn&#8217;t automatically sync to where it&#8217;s being used in a page or a post. Oh, I have to. I have to click on the image and the page or the post and replace it with the same image with the revised alt text. So I was thinking, wouldn&#8217;t it be nice if that was all synced together? And then that got me down another path. So maybe you have the answer to this question. So I noticed for, well, quite a long time, I&#8217;ve been noticing that when you&#8217;re in the image library and you click on an image, the fields differ depending on your media library mode. If it&#8217;s list and you click on an image, you get a different set of metadata or fields versus a grid. And I think it&#8217;s. With the grid. Yeah. There&#8217;s no alt text option from a list mode, but there is from a grid mode. And so why. Do you know why those fields differ?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>No, I have no idea.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I don&#8217;t know either. Ladies and gentlemen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. Well, it&#8217;s interesting that you actually notice that. Yeah, I. Yeah, I always have my media library on grid, so I&#8217;m not.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, me too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I don&#8217;t. I don&#8217;t see the difference, but you&#8217;re right. Yeah. I know that the contributors are working on the media library for the admin redesign and I think it would be good to talk to them about it because they also will have a grid view and a list view, because the data views actually support that. Yeah. So to make sure that definitely needs to be consistent, you know that all.</p>\n\n\n\n<p><em>Anne Katzeff: </em>The fields are available here, maybe in the outreach channel. I&#8217;ll put it out there and see if anyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Yeah. Or we wait until 6.9. After 6.9. Yeah. Because I think. Yeah, that&#8217;s where it&#8217;s not. 4619. We are. We are all hoping for. For the data views coming into 6.9. But I&#8217;m. The data views will be in there, but I don&#8217;t think that the admin design will come in for 6.9. That&#8217;s just not enough time. Right. It&#8217;s now only four weeks. Okay, so you have question. Oh, you have another question in there?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Do I know?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Create Block Theme</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> About the Create Block theme and style editing.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Create block theme. Oh, right. Create block theme. So it&#8217;s interesting. I haven&#8217;t looked at it in a month or so. It&#8217;s good to sometimes look at it with fresh eyes. And it looks like there used to be two paths to editing the styles and it looks like those have been eliminated. You were once able to edit via this path, Appearance editor, Design styles. When you get to design and you click on styles, there&#8217;s no longer the option to edit them from that point. And then the other way would be from a page or a post. I no longer see the cbt, the Create Block theme wrench. I see it only when on the side. Templates, template parts, sync patterns. And another interesting thing, I mean this is all. It&#8217;s a lot of information here, but let me try to slow down. So both of those previous paths gave access to that full featured. What I call the full featured Create Block Theme panel. It had all the things that you can do with the Create Block theme plugin. Now the other thing I noticed is if you click on a page as if you&#8217;re editing it like a normal person would edit. You know, regular person, not normal, but regular person, the wrench is no longer there. However, if I go through the full site editor path and click on a page, the wrench appears that way. So it&#8217;s just this inconsistency, and I&#8217;m a pretty well versed user and it was a little confusing. It&#8217;s like, well, why can I get to the full feature panel this way and not that way?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So one is that the page post editor, when you go from WP admin posts and pages goes in a slightly different editor mode than go into the appearance and editor. When I first listened to you, I thought you might. It wouldn&#8217;t be related to the create block theme because with the site editor we also have two different path to access styles. Yeah. One is through editor and then styles. There&#8217;s no design anymore. It only says styles. It&#8217;s with the navigation styles, templates and patterns. When you click on styles there, you have access to the same thing that comes if you are in the edit mode on a. On A template or on a page. You also on the right hand side there&#8217;s a styles interface. Both are now kind of pretty much on par with the features. So before a couple of months ago or maybe even longer, there was a discrepancy between what you could do on the right hand side in the styles and if you come from the left hand side. But that is pretty much eliminated. The only difference now is only how the style book looks, but it&#8217;s really marginally. Yeah, but we have one thing that comes with the next plugin release that we&#8217;re going to talk about is the additional CSS you will only access on the right hand sidebar and not on the left hand side. And that has been fixed now. So you get to the additional CSS from both sides. But the Create block theme has changed. So the great Block theme theme plugin only works in the site editor. So if you come from the pages or from the posts on the WP admin, you don&#8217;t have access to it.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So you only have it in the Site editor. And I think that makes sense because that&#8217;s. It does what you do with that. Yeah, because that&#8217;s the place where you actually would edit a theme component. So it also had changed the right hand side sidebar. When you click on save the changes to the theme, you get additional checkboxes. What exactly do you want in your theme? So that definitely was an improvement there because it also included some localization from text and you could also kind of eliminate the navigation IDs and all that.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And I brought another issue up with the team several months ago, which is the cbt, which I&#8217;m calling it CBT Create Block Theme Plugin. That&#8217;s my shorthand, the page for it from the administration sidebar. When you go to it directly from the sidebar, those options differ from the full site editor pathway to it. In my mind, all of that should be the same. You should have the same access to the same features.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Well, on that settings page, the only thing that you get from there is actually what you want to do. Do you want a greater theme? Do you want to create a from scratch, do you want to clone it? Or do you want a child theme? All the other features are actually in the site editor.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Need to be connected with the site editor. So I don&#8217;t think there&#8217;s a whole lot of benefit from it to put it in a settings page that you. That has no connection to any of the other features that are in there.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, I, I hear you. I understand that I just like consistency.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I think it&#8217;s less confusing when you have the same. That&#8217;s a full page devoted to it. Why don&#8217;t I have access to everything that I can do with it? That&#8217;s my logic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Because you need the editor too. The settings page doesn&#8217;t have access to the editor.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah, yeah, I totally understand that. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s like when. Why, why don&#8217;t you have the font or dimensions in a settings page? Yeah. Because it&#8217;s not the editor that has that sidebar. Yeah. Okay.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Fair enough. All right. This is why it&#8217;s good to talk.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. But I, I hear you. With all the questions that we have there. The inconsistency is definitely something inconsistent. User interfaces overall, the whole site editor. I think there have been great strides made in the last four months to make this all more consistent. Have all the support for all the blocks like the border and fonts and dimensions that every block. Who has. Who needs it, actually has it. Because there are really some inconsistencies that some. Why does the heading not have a font size or something like that? Yeah. When everybody else, every other block has it. But that&#8217;s. It takes a. A lot of perseverance to get through I don&#8217;t know, 60 blocks and kind of make them all consistent that have been built in the last three years. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 21.7</h3>\n\n\n\n<p>Let&#8217;s get into 21.7. The release is going to be on Wednesday, tomorrow, September 24th. We are recording this on September 23rd. So the listeners. When you, when you listen to it, it will already be out because we are not publishing it until Sunday, our episode. So let&#8217;s get into it. We are doing that from the talking through the changelog from the release candidate one that was published last week. So just to. If there are changes on what we didn&#8217;t have in there from the final release next tomorrow. Okay. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>This release has quite a few additional updates on the block comment thing. So that&#8217;s part of the Gutenberg phase three collaboration phase. Where you have one is from the collaboration phase one is synchronized editing where multiple people are working on the same post at the same time, which is a bit scary, but it works in Google Docs. But we are not there yet. But what already is in the works and has been for a while is the block level commenting. So you can. You&#8217;re in your block editor and you click on. And anybody else who has access to it can go in there and say, okay, in this paragraph, change a comma, an acronym, a wording kind of thing, put it in a comment and then you can resolve it in a comment. So the comments show up in the right hand side in the sidebar and each block that has a comment has a little icon that there are comments in there.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh wow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then you can add a comment by going to the block settings, block options drop down where you also have the grouping and the before and after. There&#8217;s also now comment on the block, and then you can start commenting on it, and then it shows up in the sidebar and then other people who are also come back tomorrow or something like that can answer that or you can also resolve it. So there are quite a few improvements on that. So first is that we only talk about two of them. One is to render the comment content. So it&#8217;s rendered in the comment the content completely. So it doesn&#8217;t. And it&#8217;s still. It&#8217;s a HTML kind of thing. So you can put in links in there without having all the HTML. Yeah. Kind of anchor links there. That&#8217;s one thing. And the other one is that the user text area auto size up until now you couldn&#8217;t. You could write in it, but it kind of would go underneath the box. You had to manually kind of increase it, but now it&#8217;s auto sized. That&#8217;s really cool. Yeah, yeah. So. And I know you are a single site producer so you probably might not have a whole lot of use case for that. But I can see, I can see.</p>\n\n\n\n<p><em>Anne Katzeff: </em>The use for it for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Would you kind of work with your clients on that or rather with another coworker like a developer or something?</p>\n\n\n\n<p><em>Anne Katzeff: </em>I think to educate my clients about the feature and then they could work together on content. It&#8217;s a nice collaboration tool but with any page or post only one person can edit at a time. So there&#8217;s that which is a useful barrier, unlike a simultaneous thing. So I can definitely share that with people, let them know about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So there&#8217;s now the ability to reopen resolved comments to see enable inline comments for published posts. Yeah, so if you. Up until now when it was published, all the comments would go away. You wouldn&#8217;t see them. So there was a lot of thought going into that how it&#8217;s actually used from the previous versions.</p>\n\n\n\n<p><em>Anne Katzeff: </em>You know, actually my brother uses WordPress. He&#8217;s a writer and he works with a rather large company. So I&#8217;ll let him know about this upcoming feature because I don&#8217;t know how they manage the editing of content and it would be good if they could do it right there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s kind of. It could eliminate one step. So when you work with a team on a, on a content you normally go into, or we go with the developer blog and other blogs, we go into Google Docs, write the draft, have all the communication in there, including the comments there and then once all the things are resolved, you copy paste it over to WordPress and that sometimes gets you into trouble. And that copy paste step and the reformatting that is necessary kind of could be eliminated with something like that. Yeah, absolutely.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Exactly. Back in the day when I used, when I was a print Designer, we used InDesign. There is a plugin, so to speak, for InDesign where content writers could do all their magic, all their writing right in. It&#8217;s. I think it&#8217;s. It&#8217;s not in vision, I&#8217;m not remembering, but it doesn&#8217;t matter. Same concept.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> What I really like about it as a designer, they had no access to the styling, they couldn&#8217;t change the colors, size. Yeah, I really like that. You know, the head is. Just leave the head alone. It&#8217;s 24 pixels or.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Print design points.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah, yeah. No, I get this. Yeah. That is actually coming also to WordPress with the write mode. It&#8217;s kind of a content only mode that you can have patterns in content only and you can only change wording on that. But the rest of it is. Even the, the structure of the pattern is locked. So there is a design mode and a write mode. It also streamlines kind of the process because you&#8217;re not distracting by all the design features you could do. Yeah, so I really like that. But that. That&#8217;s coming.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Same idea.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. It&#8217;s also. Yeah. So yeah, in 21.7 there&#8217;s also quite a few updates to the data form, especially data forms, also data views. But it has to be kind of to make the form handling kind of bringing up to par to what actually other forms are doing. So the form component has quite a few additional updates in there. So it&#8217;s the radio control, be it the Boolean field types with a toggle, you know, being. Having a URL field that can be in the field control, having a phone field. So it kind of is a build out of what you actually expect when you do forms. But it&#8217;s all in the data view. So it will be in the admin section, not on the front end. So think about when you have a post or page where you have a quick edit. Yeah. Where you can change a few things. That is the form that this is working on. Yeah. Or what the people are working on is kind of. Okay. In the admin we have a user putting data in what can. What controls do we have available for that? Not on the front end or something.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Or in the edit in the block editor. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay, so this is just for quick view.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Well, it has a better panel for that. The whole data views has. I think Matthias talked about that in one of his blog posts on the Make Core blog about the different building blocks of the new admin design. And one of them was the infrastructure and what&#8217;s on the panel. So thinking about what are the rooms in the house. You have a kitchen that is differently furniture than the living room and you need the different tools in there. And the form is. Is in a tool you can actually create a form that is then triggered through a modal. Yeah. Or you can add. Open up another panel on the right hand side kind of the data. So those are decisions that the developer is gonna. Is going to make. So plugin developers for most of our plugin developers or core developers. And then you have different tools available for different use cases. Yeah. And. But you always need a form. Right. If a user is going to change something. So depending on how much space you need, quick is only Quick edit is just a very limited. Yeah, yeah yeah. This is going to be a little bit more comfortable to do. Yeah it&#8217;s really interesting to. To see it all come to together and how. How granular the whole development process is. Yeah. So the next ones are kind of navigation pieces. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I noticed the changing add page to create page and it seems like such a small thing, but it&#8217;s, you know, it&#8217;s significant. I like that one. That&#8217;s a good change.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. And it reminds me, I did some. Some support in. In the forums of WordPress forums and there was one person who had trouble distinguishing between creating a pattern. Yeah. Adding a pattern.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. It&#8217;s it for. For mere mortals, I would say. Yeah, it&#8217;s the same. Yeah. I add a page. Yeah. Let me put the count. Or. But the pattern is you create a pattern that you can reuse or. Or you add an existing pattern to the page.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>It&#8217;s kind of that. Yeah. And this is pretty much similar to add a page or create a page. So add a page would be a page link that you add from your existing page and create a page as okay, I want that link, but I don&#8217;t have the page yet. And now you get a button that says create the page. And of course in the write mode it&#8217;s going to be hidden.</p>\n\n\n\n<p><em>Anne Katzeff: </em>And you were asking me to check on the status with the navigation block and I don&#8217;t see anything that&#8217;s changed. If you edit the navigate via the navigation area. So you go appearance, design, navigation, the UI seems to be the same as it has been for months, which is in my opinion, ugly and confusing. But if you edit via the design area. So if you just stop at appearance design and click on the navigation there, the. It&#8217;s so much more aesthetically pleasing. It just makes for a more enjoyable experience. It&#8217;s attractive and intuitive. So I know this has been on their plate for a while and when I say them, I mean all these wonderful WordPress team developers. Maybe a good place to start improving this UX is to somehow merge what we&#8217;re seeing in the design UI with the navigation UI.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah, no, I get you. Yeah. I. When I was creating my theme demo, I had the same. I couldn&#8217;t do anything with the. Well, I saw the dark side of the site editor. It&#8217;s the dark side menu and on the right hand side. So when I go into a template header and just click on the navigation, it opens up the sidebar on the right hand side and there you can add blocks or add another page link and it&#8217;s, it&#8217;s very pleasing to kind of add to that. That part. You don&#8217;t have on the right hand side or on the left hand side in the dark area of navigation or all you can do is I think click on edit and then you go somewhere. But it&#8217;s the isolated navigation and it&#8217;s kind of plucked on top of the. This.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah, exactly. It&#8217;s just this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>You don&#8217;t see very nondescript piece of navigation plopped the top of the screen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>On top of the content design it. You can&#8217;t, you can&#8217;t. You don&#8217;t see it in context. Yeah, so exactly. It&#8217;s definitely something to think about in, in the. In the next few versions to come. Yeah, yeah. And there was this big or that issue that Matthias wrote about. What other new blocks do we need?</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, yes, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And Justin Tadlock kind of reversed his stance on what needs to be in Core and he wrote of the Gutenberg Times on why we need new blocks, and that is so theme developers can actually prepare for that out of the box. They don&#8217;t have to check. Is an accordion available from. I don&#8217;t know, the other 15 plugins that have accordions and how to style it. There is one in Core and that&#8217;s what my theme is styling the same with a table of contents block. Or there will be. So they are working on grading the table of content ready for coming out of the experimental stage, which it has been for I think three years now. Yeah. So. But there were no resources to kind of attribute to the table of content block.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So would this be something you could use in a blog post to identify the sections of the blog post itself and they would be anchor links to that section. Oh, nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. That&#8217;s a table of content block. Yeah. And if you.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I know a use of that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Several of my own blog posts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah. And if you don&#8217;t have Gutenberg installed, the plugin installed, you don&#8217;t have that block. Yeah. Because it&#8217;s. It&#8217;s only available in Gutenberg and it&#8217;s not yet in Core. But there&#8217;s a big push to hopefully get it into Core. The implementation had some accessibility issues and then some usability issues, but there was kind of. The first version was in there, but then every so. And then the other contributors tried to change it, but then they couldn&#8217;t follow through on this because. Yeah. And now maybe this time is the right time. And then there is a new block. It&#8217;s called the terms query block. It&#8217;s like the query block for post, but it also is for terms. So that&#8217;s the categories and the tags. So you can list them in a rolling block in a post. So I need to see it, how it works to kind of find a good use case for it. But we probably have that. It&#8217;s already in Gutenberg and it has an order by. And with a single drop down and. And these kinds of things. So.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So it&#8217;s almost like integrating. Could you integrate that on the same page as a. A category?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. With the descriptions and all that. Because it has the tone blocks in there. Yeah. So you can kind of. So if you. For instance, if you have a parent category and you have a blog post in that category, you can say, okay, I want. Underneath every single post, I want a list of all the categories for that parent category or the children category. So people can navigate a little bit deeper into my content forest.</p>\n\n\n\n<p><em>Anne Katzeff:</em> I bet that would impact SEO positively, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Well, yeah, if you don&#8217;t have too many. Too many categories and too many terms. Yeah, because that definitely. If you have too many terms, you get into the duplicate content issues when multiple terms of the same content in there, but that&#8217;s a different story. So. But it gives you more flexibility on how you can link deeper. That definitely. Yeah. Oh, yeah. And then we mentioned that before that in Site Editor always show the additional CSS button is now finally available in and it will come to 6.9 is what we talked about before that you did we talk about it. Well, with the Site editor you have a place where you can add additional CSS for your site. That what you, you know also from the customizer from classic themes where you had additional CSS. CSS that wasn&#8217;t in the theme. It was on the right hand side on the styles. Yeah, you could add that. But when you were on the left hand side of the styles you didn&#8217;t have a way to add the additional CSS.</p>\n\n\n\n<p><em>Anne Katzeff: </em>See now this really. This threw me for a loop because I never noticed that, and I can&#8217;t reconstruct the sequence of events from. I have a tutorial site using the 2024 theme and it has just a little bit of additional CSS in it. So yesterday when I noticed this and I explored and I saw my additional CSS field disappear when I deleted its contents and I was like, oh, that&#8217;s not good. And it really threw me for a loop because I always have a backup. So I uploaded my theme backup and thinking it would be in theme JSON and reinstate itself, but it wasn&#8217;t reinstated. So then I had to look at my revision history and find the spot where I was before I deleted really unsettled me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I imagine. I imagine. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So now if you&#8217;re saying the additional CSS in the right sidebar is the same as what shows up in the. Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So if you said okay, there must be another way to get to the additional css.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Clone to the right hand side. But that, that is such a. Yeah, it kind of really threw quite a few people. Oh yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> So but why didn&#8217;t it show up in my theme JSON? That&#8217;s what I was.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>It&#8217;s not, it&#8217;s not routed through theme JSON. It&#8217;s user content. So it&#8217;s in the database and when it, when that renders, it renders the last item before the in the head with the styles. That&#8217;s the last thing that is going to pull in. So it overrides everything else what you had in theme JSON in the default. So that&#8217;s why it kind of doesn&#8217;t show up in theme JSON because it&#8217;s a different level of customization. Yeah, it&#8217;s the last defense, so to speak is the user oriented stuff. I&#8217;m glad you pointed this point in pulled in last. Yeah. You will see it so if you go to View Source, you see your additional CSS, the last style tag before you start with the content tags. All that.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All it takes. Okay.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>You&#8217;re welcome.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I can breathe now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But it shows you that it&#8217;s really hard to kind of keep it all straight when you have multiple places where you can change styles. Because the same thing will happen when you change. So you could change your. This appearance of a block for the whole site in the styles styles and then you go further down this typography layout and then you have blocks there. You change how each block, how a block appears every time you use it. But there&#8217;s also a place when you have a paragraph on one page and you change the look and feel of that paragraph through the right hand side with the. With the tools there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That&#8217;s two places. And the other places theme JSON also kind of controls how a block looks. Yeah. So if something is not right, you have to look at multiple places to find the place where you can change it or where you can. Where it actually was controlled. So that&#8217;s why the additional CSS is just another place to look and to kind of control this. But I think to eliminate the cognitive load, I think learning how to put custom CSS in the theme JSON is probably a good additional skill set to have kind of take away think about not doing the additional CSS right because the advantage is also it only will be loaded. So the additional CSS is always loaded on each page even if the block or whatever you have is not on the page. But if you do it in theme JSON, it will only pulled in when that particular element or block is actually on page. So it&#8217;s actually a performance issues as well. But not a whole lot of people put a whole lot of in additional CSS. So I think it&#8217;s negligent. But just a cognitive load that kind of eliminate another place to.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right. And that ties into a whole other subject. Not for now, not for today. But CSS specificity, that&#8217;s a whole other thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh yeah, yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Gets very complicated.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Volumes of books have been written about that. So the command palette is getting another update with 21.7 that is made the navigation commands available on all screens. So you can now go into your Tools menu on WP admin, hit Control K and say go to Site Editor. Then you can kind of jump like that. You don&#8217;t have to be in the editor to use the command palette. We talked about it before, but it&#8217;s getting more and more in there. Oh, there is a nice template API change that it reads really non-ecstatic. This kind of allows template duplication plus the concept of active templates. That&#8217;s something I would ask anybody who does works with template to test out. Because what it helps you is that you can have multiple single post templates on your site and only one is active. So if you have a plugin that kind of adds templates to your site. So through the template hierarchy that WordPress has, there are certain templates need to have a certain slug to be pulled automatically. So the single post or the archive pages or that. But if you want to test out different kinds of templates, right now what you do is use patterns for a certain template and you&#8217;re not adding them to templates, but you&#8217;re adding them to patterns.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>But if you can do, okay, I have a single post template. Oh, and I also want to know how it looks without the featured image to add another single post template and then you can activate each one of them. And that makes it for a much clearer proposition on what templates do and what patterns do. And that also when you have a plugin that adds a template, because plugins now can suggest. Oh, push templates into the template editor. Yeah. Like woocommerce. Yeah. Is going to do that.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Or when you have a theme, a team plugin or a business directory plugin, you can get the templates into your template editor. So you can modify them. Yeah. As a user, but you already have a team member custom post type template, so the plugin would overwrite it. But if you can have multiple template duplication, deplete duplication or multiple, not only two, but more, you can just. With the activation flag, you can say which one is the one that&#8217;s going to be rendered on front page. Does it make sense?</p>\n\n\n\n<p><em>Anne Katzeff:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Okay, cool. So. And I&#8217;m totally excited about that. Yeah, I can&#8217;t.</p>\n\n\n\n<p><em>Anne Katzeff: </em>This is. It&#8217;ll take me down so many different paths. I won&#8217;t get any work done for a month. I&#8217;ll be busy exploring and testing. That&#8217;s all good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But Ela Vandorp, one of the Goodmoor developers, has been working on that for so long. Yeah. And when you go to the PR, it has, I don&#8217;t know, 150 comments or something like that. Yeah. But it&#8217;s. It finally made it into the Gutenberg plugin release. Yeah. Now we can test it before it goes into WordPress core in a month. So go and test it, please. Okay, everybody here on the Gutenberg Changelog Podcast needs to test this. And Aki Hamano, he&#8217;s a contributor from Japan.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, sure. Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New API</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. He has a few things that really he contributed quite a lot to Gutenberg in the last year and he introduced a new function called Use Commands. So you can register more than one command for the command palette, which is good, especially when you kind of think about kind of getting the abilities API kind of connected with the commands palette. So yeah, for developers it&#8217;s definitely something to check out how you can add additional commands to the command palette for your users. Your agencies probably can change some of the workflow hiccups that some of the clients have. Yeah. If you can add a command to it and you teach them to control K and you something, that&#8217;s definitely good. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p>A lot of bug fixes, bug fixes, data form fixes. Yeah, I don&#8217;t think there&#8217;s anything I wanted to point out except the global styles bug fix was. Is that the border radius presets kind of had a little bug in there that it generated the wrong variable name in pattern code. And that is definitely fixed. It works. Thank goodness it works good for them. In the block library accordion now has a block gap support. I think that&#8217;s what you are kind of thinking about.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh sure. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That is now in 21.7 and then you also have a term list drop down.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Oh, there was a limit. What is. What is the new limit?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I think it&#8217;s now 100.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Oh, I was just thinking yeah, 100 would be good and I would never get to 100 but someone might.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It takes 10 to 100. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So okay, that&#8217;s quite a limit. 10.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, you shouldn&#8217;t use too many terms because each term creates another page. A page that needs to be indexed and doesn&#8217;t have a unique thing there.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Content only pattern patterns.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Yeah, that&#8217;s definitely something to test. Is kind of added content in.</p>\n\n\n\n<p><em>Anne Katzeff: </em>So the purple icon was taken away.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I think so, yeah. Well, in the right mode. Yeah. It&#8217;s kind of that mode where you only can change certain things and not do design. So unsync patterns are actually content only by default. So when you add them to the page you only kind of change content if. If it&#8217;s in the write mode. Yeah. So you don&#8217;t get distracted by certain things like edit. Yeah. If you want the pattern to be. It&#8217;s unsynced so it doesn&#8217;t propagate the design over every usage. But you still want to have a consistent layout. And then editors who use that in on the page shouldn&#8217;t change the composition of the pattern, only the content that&#8217;s. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p>And then there&#8217;s a pattern content only experiment that makes the template parts section blocks. Yeah, that was one thing that came out of section styles that&#8217;s in 6.6. IIn WordPress 6.6 is that you have patterns that are actually sections and you could style them through JSON files. And then you only get in the style section of the right hand side. You get, I don&#8217;t know, two or three styles and every. The pattern changes its look and feel according to their styles. But it was hard to figure out what makes a pattern a section and whatnot. So it ended up that every group block was actually a section. So the styles would apply to other group box as well that were not meant to do. But there was no way to say okay, only for section styles. I want these. So this call for action or call for call for action block or book kind of things. So it was a little confusing for the users to apply that and some of the features. So in zoom mode when you added a pattern you had a little, little drop, kind of a. A fluid drop that would. You could toggle through. Not toggle, browse through. All the styles that are. Can be attached to that pattern. Oh yeah. And those also needed to be sections. But it wasn&#8217;t clear what does one pattern distinguish. The other pattern is a section. And now they are trying to do that in an experiment and see how far it gets with also the styling part. I don&#8217;t know if all that makes sense what I&#8217;m saying, but.</p>\n\n\n\n<p><em>Anne Katzeff:</em> No, no, I understand.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I think that was it for 21.7 that I kind of saw. Yes, that&#8217;s it. Yeah. So now we&#8217;re coming to. I think we&#8217;re really out of time today with our. With our episode here. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>So I wanted to talk about tabs, we need to kind of have it in front of us. Yeah. So it. They are not. So one of the new blocks that are. Is worked on is the tabs block. Okay. And the other one is the modal block or the pop up block is kind of when you. So you have a trigger, you have a block for a trigger and then when a user clicks on it, then a modal comes up and you can fill out something. That&#8217;s also in an HTML standard, but there&#8217;s no blocks there. And it definitely is a common use case for certain things. And those things are. And the same as tabs. So you have not as an Accordion where you have one header and then the panel opens and then the next header is. You have multiple tabs on top and then the panel changes. That is also in the works. I hope it makes it.</p>\n\n\n\n<p><em>Anne Katzeff</em>: Oh, nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Makes it to the 6.9, but I&#8217;m not quite sure it actually goes there because I haven&#8217;t seen anything in the last week that kind of contributes to that. But I&#8217;m also. I might have been out of the loop there because there are so many things that going on at the same time. And I&#8217;m. I&#8217;m waiting. I know that Anne McCarthy, she&#8217;s working on the kind of what&#8217;s the state of the development now? But I hope that it comes out next week or something like that and then we have it for the next episode.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Good timing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. So WordPress 6.9 comes with really a lot of good features and also quality of life changes for. For the editor and for the flow of things. So I&#8217;m really excited about that. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff:</em> And wasn&#8217;t there a reduction in the number of releases that was decided to condense?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yes. So in January there were initiatives when Automattic said, okay, we are going to stop contributing for a while. And then the core committers then decided, okay, if it&#8217;s not that we have one more release, that was 6.8 and that would be the only release in 2025. And then in May, Automattic decided to contribute again and kind of push everything further and then said, okay, then we can also have one more release this year.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And that&#8217;s 6.9. And that&#8217;s what we are building up to. That&#8217;s also why there are so many and Gutenberg releases kind of put together into one of the. Into the major WordPress release. Normally it was kind of between 7 and 10, but now we have 15.</p>\n\n\n\n<p><em>Anne Katzeff:</em> Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, so yeah, yeah, but that was a good question. Yeah. Not everybody kind of know they stopped, but did we start again contributing to Core? You know. Yes, we did. Yeah.</p>\n\n\n\n<p><em>Anne Katzeff: </em>Excellent. Well, I look forward to the next release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>We do, yeah. So we are at the end of the show. Thank you so much for going through that with me, Ann. It was great to talk to you again.</p>\n\n\n\n<p><em>Anne Katzeff: </em>I know. It was great to talk with you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. As always, dear listeners, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">GutenbergTimes.com/podcast</a>. This is episode 121, 121. And if you have questions, suggestions or news you want us to include next time, send them to <a href=\"http://changelogutenbergtimes.com\">changelog@gutenbergtimes.com</a> that&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a> and the show notes will have all the contact information for Anne and it will be on, as I said, Gutenbergtimes.com. </p>\n\n\n\n<p>So thank you, everybody. </p>\n\n\n\n<p><em>Anne Katzeff: </em>Thank you for thank you, Birgit. </p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Thank you, Anne, for your time. And I hope you have a wonderful time in fall. Take care. Bye bye. </p>\n\n\n\n<p><em>Anne Katzeff: </em>Bye. Bye.</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:\"Sun, 28 Sep 2025 20:07: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: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:4;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Saturday Shares\";s: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:23:\"https://ma.tt/?p=150000\";s: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:38:\"https://ma.tt/2025/09/saturday-shares/\";s: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:2724:\"<p>A few links for you:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From Kirschblütenboogie to Khruangbin (from Houston!), here&#8217;s a <a href=\"https://open.spotify.com/playlist/27gcPbqPTfnjS1xnfq9jFe?si=lF1sBoR1R3SyrPOEu3c3aQ\">Saturday chill Spotify playlist I made for you to have good vibes this weekend</a>. Perfect for sunsets. Hat tip: <a href=\"https://www.linkedin.com/in/danielgruneberg/\">Daniel Gruneberg</a> who first introduced me to Hermanos Gutiérrez.</li>\n\n\n\n<li><a href=\"https://openssf.org/blog/2025/09/23/open-infrastructure-is-not-free-a-joint-statement-on-sustainable-stewardship/\">Open Infrastructure is Not Free: A Joint Statement on Sustainable Stewardship</a>. &#8220;Billion-dollar ecosystems cannot stand on foundations built of goodwill and unpaid weekends.&#8221;</li>\n\n\n\n<li>Chat-based photo editing is one of the most magical uses of AI right now, and <a href=\"https://blog.google/products/photos/android-conversational-editing-google-photos/\">Google Photos just made it available to everybody</a>.</li>\n\n\n\n<li>Did you know <a href=\"https://automattic.com/expectations/anti-glossary/\">Automattic has an anti-glossary</a>?</li>\n\n\n\n<li>It&#8217;s cool to see <a href=\"https://vitalik.eth.limo/general/2025/07/07/copyleft.html\">Vitalik Buterin come around to copyleft licenses</a>.</li>\n\n\n\n<li>I&#8217;m going to <a href=\"https://www.youtube.com/watch?v=xQDNgy774sg\">re-link the Grit interview, some people are saying it is their favorite they&#8217;ve seen of me in years</a>.</li>\n\n\n\n<li>BCG has an annoyingly-good rundown of <a href=\"https://www.bcg.com/publications/2023/corporate-development-finance-function-excellence-art-of-capital-allocation\">The Art of Capital Allocation</a>.</li>\n\n\n\n<li><a href=\"https://siliconangle.com/2025/06/26/linux-foundation-open-source-ai-opensourcesummit/\">The Linux Foundation thinks open source contributes $9 Trillion in global value</a>. Really what we&#8217;re doing is sharing the technological phylogenetic branches for humanity&#8217;s progress.</li>\n\n\n\n<li><a href=\"https://arstechnica.com/science/2025/08/study-social-media-probably-cant-be-fixed/\">A great interview with Petter Törnberg on his paper about how social media might be structually dysfunctional</a>. &#8220;Rather than bringing us together into one utopian public square and fostering a healthy exchange of ideas, these platforms too often create filter bubbles or echo chambers.&#8221;</li>\n\n\n\n<li>See <a href=\"https://www.youtube.com/watch?v=L4JxqES_Gzk\">Harry Mack meet Will Smith and Martin Lawrence</a>.</li>\n</ul>\n\n\n\n<p>Fun fact: this post has the ID of &#8220;150,000&#8221; in <a href=\"https://codex.wordpress.org/Database_Description#Table:_wp_posts\">my wp_posts table</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:\"Sun, 28 Sep 2025 01:31: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: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:5;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Gutenberg Times: WordPress 6.9 is coming, moar plugins, Query block and fonts—Weekend Edition 342\";s: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=41984\";s: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:106:\"https://gutenbergtimes.com/wordpress-6-9-is-coming-moar-plugins-query-block-and-fonts-weekend-edition-342/\";s: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:19184:\"<p>Hi there, </p>\n\n\n\n<p>I send you greetings from Gdynia, a polish port city on the East Sea, with some pirate roots, maybe. My only clues are pirate theme of the WordCamp Gdynia, with the Wapuu, the harbor cruise on a pirate ship, and the branding assets of the WordCamp. For one of my slides, I had Gemini create a background image to celebrate the Site Editor the pirate way. </p>\n\n\n\n\n\n<p>Enjoy the weekend edition and have a fantastic weekend!</p>\n\n\n\n<p>Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-9-is-coming-moar-plugins-query-block-and-fonts-weekend-edition-342/#wordpress-6-9-is-coming-into-focus\">WordPress 6.9 is coming into focus. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-9-is-coming-moar-plugins-query-block-and-fonts-weekend-edition-342/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-9-is-coming-moar-plugins-query-block-and-fonts-weekend-edition-342/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-9-is-coming-moar-plugins-query-block-and-fonts-weekend-edition-342/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol></nav>\n</div></div>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-6-9-is-coming-into-focus\">WordPress 6.9 is coming into focus. </h2>\n\n\n\n<p>I almost missed it; <strong>Anne McCarthy</strong> <a href=\"https://make.wordpress.org/core/2025/07/28/roadmap-to-6-9/#comment-47884\">commented</a> on the Roadmap post that some priorities changed for WordPress 6.9:</p>\n\n\n\n<ul class=\"wp-block-list has-light-background-background-color has-background\">\n<li>&#8220;Added in a “New blocks<strong>” section</strong> under “Refining Content Creation” after there’s been a shift in momentum there.</li>\n\n\n\n<li>Removed “An initial experimental version is planned in the Gutenberg plugin, where contributors can opt-in and offer feedback” under “New WordPress Admin experience” as that’s no longer planned based on the current state of work.&#8221; </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>McCarthy</strong> is also <a href=\"https://nomad.blog/2025/09/24/exploring-work-in-progress-for-wordpress-6-9-v2/\"><strong>Exploring work in progress for WordPress 6.9 v2</strong></a> on her personal blog. You&#8217;ll find videos and links to all the pertinent information. It&#8217;s a lot; you probably have to be selective to digest it all. She updates us all about:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ability to hide blocks</strong>: The first version will just be a hide/show menu item. Don&#8217;t get rid of the Block Visibility plugin just yet.  </li>\n\n\n\n<li><strong>Command Palette everywhere</strong>: It is already available in GB 21.5. Additional work is done on the back end to solidify the API. </li>\n\n\n\n<li><strong>Block commenting</strong> has received a myriad of updates, and the UI is still refined. </li>\n\n\n\n<li><strong>New block</strong>: summarizes work around already merged Accordion and Post Term query blocks and work on the way for the Page breakcrumbs, Icons, Stretchy, Tabs, Time to read, and Table of Contents blocks.</li>\n\n\n\n<li><strong>Simplified site editing</strong>: Two different experiments are pursued, one more Write/Design mode and the other is a Pattern ContentOnly idea. Videos and more details are in the post. </li>\n\n\n\n<li><strong>Expanded template management</strong>: work around duplicate templates, switch which one’s active, disable theme templates &amp; keep your custom ones, and use the new “Active templates” view.</li>\n\n\n\n<li><strong>Various dev updates</strong>—standardized UTF-8 support, Abilities API, Interactivity API, Block bindings. </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland </strong>gave a sneak peak on <a href=\"https://www.youtube.com/watch?v=DSXUfsECVFI\"><strong>WordPress 6.9 in 250 seconds</strong></a> and covers <a href=\"https://www.youtube.com/\"></a>Block-level commenting, improved template management and portability across themes, block hiding, and more powerful editing controls.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Last month, <strong>Justin Tadlock</strong> already published a tutorial on how to <a href=\"https://developer.wordpress.org/news/2025/08/registering-custom-social-icons-in-wordpress-6-9/\"><strong>register custom social icons in WordPress 6.9</strong></a> on the WordPress Developer Blog. With the new WordPress version to be released on December 2, 2025, developers will be able to create block variations using JavaScript for editor registration and filter the block_core_social_link_get_services hook for frontend display. The tutorial demonstrates building a plugin that adds Ko-fi, IMDB, Letterboxd, Signal, and YouTube Music icons, including proper brand color styling for both logos-only and standard variations, making social media integration more flexible and customizable.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-120-wordcamp-us-telex-gutenberg-21-4-and-21-5/\">Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks</a> with special guest <strong>Sarah Norris. </strong></p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"\" class=\"wp-image-41771\" height=\"207\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.12.23-edited.png?resize=652%2C207&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"has-small-font-size\"><em>If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It&#8217;ll help with the distribution.</em></p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>During their latest <a href=\"https://www.youtube.com/watch?v=28VenSxzTZs\"><strong>WPCafe #128 </strong></a>show, <strong>Keith Devon</strong> and <strong>Mark Wilkinson</strong> of Highrise Digital shared how they use the block editor to support their sales effort.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ajit Bohra</strong>, Lubus, released the <a href=\"https://wordpress.org/plugins/blablablocks-formats/\"><strong>BlaBlaBlocks Formats</strong></a> plugin that adds custom RichText formats, like highlights and tooltips, to your WordPress site. You can review the <a href=\"https://github.com/lubusIN/blablablocks-formats/wiki\">documentation</a> on GitHub.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/plugins/blablablocks-formats/\"><img alt=\"\" class=\"wp-image-42037\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/BlaBlaBlocksFormats.png?resize=652%2C326&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong>, developer advocate at Automattic, announced the release of a new <strong><a href=\"https://wordpress.org/plugins/x3p0-breadcrumbs/\">Breadcrumbs Block </a></strong>plugin version. It now supports the built-in Layout and Block Gap (Spacing) features, and developers can extend the block with custom code.  Checkout the <a href=\"https://github.com/x3p0-dev/x3p0-breadcrumbs/blob/master/CHANGELOG.md\">Changelog notes</a> for information on styling this block in your themes. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-42046\" height=\"353\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-27-at-10.17.50.png?resize=652%2C353&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p><strong>Troy Chaplin</strong> updated his <strong><a href=\"https://wordpress.org/plugins/block-accessibility-checks/\">Block Accessibility Checks plugin</a></strong>. Version 2.1 brings a mix of accessibility improvements, developer-focused enhancements, and a much cleaner user experience. Chaplin recorded a short demo video walking through the plugin in action, including validation of both core and custom blocks right in the editor, as well as a tour of the brand-new settings page. <a href=\"https://www.youtube.com/watch?v=qvunSl2j1CU\">A demo of version 2.1 of the Block Accessibility Checks plugin for WordPress</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mitch Canter</strong> just wrapped up an awesome online workshop for the WordPress training team on <a href=\"https://wordpress.tv/2025/09/26/mastering-the-query-loop-block-in-wordpress/\"><strong>Mastering the Query Loop block in WordPress.</strong></a> The recording is now up for you to check out! You&#8217;ll dive into how the Query Loop block works and turn it from something that seems super complicated into your new best friend for creating dynamic and eye-catching content. You’ll discover how to tell WordPress exactly what content to grab and how to make it look good… all without having to write a single line of code. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Bud Kraus</strong> looked into <strong><a href=\"https://kinsta.com/blog/variable-fonts/\">variable fonts in WordPress themes</a></strong>, explaining how these fonts can hold different weights and styles all in one file, making them faster than regular web fonts. With the update in WordPress 6.1 that adds <code>theme.json</code> support, variable fonts can load quicker, offer more design options with custom weights, and adjust nicely for different screen sizes. Kraus shows how to use fonts like Vollkorn in child themes, create simple plugins for controlling weights, and add fonts through the Font Library, highlighting how variable fonts are both efficient and versatile in design.</p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p><br />In his post, <a href=\"https://wordpress.com/blog/2025/09/23/telex-turns-everyone-into-a-wordpress-block-developer/\"><strong>Telex Turns Everyone into a WordPress Block Developer</strong></a>, <strong>Nick Diego</strong> explores Telex, Automattic&#8217;s experimental AI tool that converts natural language prompts into functional WordPress blocks. Unlike traditional block development requiring React, JavaScript, and PHP expertise, Telex democratizes the process for site owners, agencies, and developers. Users simply describe desired functionality, and Telex generates working blocks within minutes using WordPress Playground. The tool supports iterative refinement through follow-up prompts or direct code editing, making WordPress block creation accessible to everyone regardless of technical background.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You can also review the discussion on Reddit r/WordPress space: <a href=\"https://www.reddit.com/r/Wordpress/comments/1nozn1k/did_you_try_wordpress_telex_its_awesome/\">Did you try WordPress Telex? it&#8217;s awesome!</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> continues his Blockdevelopment Cook Book series on YouTube with <a href=\"https://www.youtube.com/watch?v=TIMbcHF-g3M\"><strong>Customizing the WordPress Build Process Made Easy!</strong></a> He explained how to customize the @wordpress/scripts build process to bundle a plugin with a single custom block, a JavaScript file that registers a block variation, and a CSS file to style it. &#8220;We’ll keep things neat by organizing the block code in a blocks directory and the JS/CSS in a resources directory—a clean and tasty setup for your project! &#8221; he wrote. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity 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<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s: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, 27 Sep 2025 09:29: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: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:6;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Matt: Five Publications I’d Love on 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:22:\"https://ma.tt/?p=51331\";s: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:31:\"https://ma.tt/2025/09/big-five/\";s: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:1808:\"<p>When WordPress started in 2003, I never dreamed it would power over 40% of websites, nine times the number two CMS, but I wrote on a notecard a list of five publications I admired and respected so much I wanted them to run on WP someday. In the interest of sharing your dreams to help them come true, here they are:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://www.theatlantic.com/\">Atlantic</a></li>\n\n\n\n<li><a href=\"https://www.economist.com/\">Economist</a></li>\n\n\n\n<li><a href=\"https://www.newyorker.com/\">New Yorker</a></li>\n\n\n\n<li><a href=\"https://www.nytimes.com/\">New York Times</a></li>\n\n\n\n<li><a href=\"https://www.wsj.com/\">Wall Street Journal</a></li>\n</ol>\n\n\n\n<p>And one bonus: <a href=\"https://www.chron.com/\">Houston Chronicle</a>. (Gotta root for the hometown.)</p>\n\n\n\n<p>There has been uneven progress toward this over the years; we&#8217;ve gotten some of the NYT and all of the New Yorker at one point, only to have them revert under new CTOs. Also, there have been some unexpected huge wins, like when <a href=\"https://ma.tt/2023/07/chorus-and-wordpress/\">Vox Media retired its proprietary CMS Chorus and brought over amazing publications like The Verge and New York Magazine</a>. For any projects related to these publications, including trials or micro-sites, I&#8217;d be happy to provide my feedback on architecture, design, and opportunities, and contribute <a href=\"https://automattic.com/\">Automattic</a> and <a href=\"https://wpvip.com/\">VIP</a> resources wherever they could be helpful. </p>\n\n\n\n<p>I believe the most crucial aspect to get right for these customers is real-time co-editing, which is on the <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> roadmap and shipping soon. If I were writing this list today I might choose some different targets.</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, 27 Sep 2025 03:28:52 +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:7;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Harry Mack\";s: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:23:\"https://ma.tt/?p=149863\";s: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:33:\"https://ma.tt/2025/09/harry-mack/\";s: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:1480:\"<p>I love the culture of freestyle rap, it&#8217;s so inspiring to see how people can create such rich poetry riddled with allusions and puns on command. Last week <a href=\"https://matt.blog/2025/09/19/with-harry-mack/\">I got to meet Harry Mack</a> and see him improvise live and it totally makes sense that he has a jazz drums background. If you&#8217;re not familiar with <a href=\"https://www.harrymackofficial.com/\">Harry Mack</a>, this is a good example of him taking three words: Imported, Lurking, <a href=\"https://automatic.com/\">Automatic</a> and freestyling with them. (BTW, if you noticed, we finally got the domain spelled correctly.) </p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>There is a video chat site called <a href=\"https://www.omegle.fun/\">Omegle</a> that paired you with random people, and Harry would record these encounters, such as <a href=\"https://www.youtube.com/watch?v=mccIi2YOFgQ\">this cute one with girls from Sweden who gave him the words Cartoon, Titan, Death</a>. It&#8217;s awesome to <a href=\"https://www.youtube.com/watch?v=L4JxqES_Gzk\">see him meet Will Smith and Martin Lawrence</a>.</p>\n\n\n\n<p>For some fun WordPress rap history, check out when <a href=\"https://youtu.be/KG5vJKOwsjw?t=195\">Childish Gambino referenced me in a rap he performed on Tim Westwood back in 2012</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, 26 Sep 2025 06:38: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: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:8;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Open Channels FM: 12 Tips for WordPress Businesses Navigating the WordPress Media Landscape\";s: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:33:\"https://openchannels.fm/?p=109514\";s: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:98:\"https://openchannels.fm/12-tips-for-wordpress-businesses-navigating-the-wordpress-media-landscape/\";s: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:211:\"To enhance your business visibility in the WordPress ecosystem, employ strategies like mapping channels, collaborating with influencers, sponsoring newsletters, and tailoring content to different audience needs.\";s: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, 25 Sep 2025 10:44: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Open Channels FM: How a Global Cake Brand Was Built Using WooCommerce and Open Source Communities\";s: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:33:\"https://openchannels.fm/?p=110411\";s: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:104:\"https://openchannels.fm/how-a-global-cake-brand-was-built-using-woocommerce-and-open-source-communities/\";s: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:184:\"In this episode, nurse-turned-baker Precious shares her journey of launching \"Cakes in a Jar\" with WordPress and WooCommerce, blending her Zimbabwean roots with a vibrant online brand.\";s: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, 25 Sep 2025 09:38: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Telex Remixes\";s: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:23:\"https://ma.tt/?p=149897\";s: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:36:\"https://ma.tt/2025/09/telex-remixes/\";s: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:2093:\"<p><a href=\"https://telex.automattic.ai/\">Telex has launched a new design and a gallery of some interesting examples</a>. It&#8217;s really cool to see what people are starting to do with Telex, it really gets back at the fun of hacking and coding at the beginning, when a computer does something for you that makes you gasp.</p>\n\n\n\n<p>My colleague <a href=\"https://eduardo.blog/\">Eduardo Villuendas</a> has <a href=\"https://telex.automattic.ai/MTc1ODc1MjQ3OTpmYzVkOWQ2YWRkNWVhN2UwYWM5MQ==~NjU4NTk0OjIzNjA5YWIzLTE3OGQtNDRjZS1iYzc5LThjMGI1OGFiMTUwZDo3NTZiZTdjYTEwNzMyM2EyNjAyZg==\"> been making some cool music with it</a>.</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<p>This really gets to my vision for Gutenberg to be a builder that anyone can use to create an incredible website, like legos anyone can assemble anything they imagine on the web. This is why I said <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> is bigger than WordPress.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://jeffpaul.com/2025/09/pong-block/\">Jeff Paul made a game of Pong</a>.</li>\n\n\n\n<li><a href=\"https://juanma.codes/2025/09/19/playing-with-telex-building-a-mermaid-diagram-block-in-just-a-few-prompts/\">JuanMa Garrido made a mermaid diagram</a>. (Which I have never heard of before.)</li>\n\n\n\n<li><a href=\"https://ivanovicmarko.com/2025/09/17/space-dots/\">Marko Ivanović did a beautiful dot art thing</a>.</li>\n</ul>\n\n\n\n<p>Hat tip to the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. As I said in 2022, <a href=\"https://www.youtube.com/watch?v=VeigCZuxnfY\">you need to learn AI deeply</a>, there is so much fun stuff happening. They even <a href=\"https://www.reddit.com/r/Wordpress/comments/1nozn1k/did_you_try_wordpress_telex_its_awesome/\">like it on Reddit</a>.</p>\n\n\n\n<p>Nick Diego writes <a href=\"https://wordpress.com/blog/2025/09/23/telex-turns-everyone-into-a-wordpress-block-developer/\">how Telex Turns Everyone into a WordPress Block developer</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:\"Thu, 25 Sep 2025 06:23: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: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:11;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"BuddyPress: BuddyPress 14.4.0, 12.6.0 &amp;amp; 11.5.2 Maintenance and Security 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=338169\";s: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:97:\"https://buddypress.org/2025/09/buddypress-14-4-0-12-6-0-11-5-1-maintenance-and-security-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1916:\"<p id=\"block-f32b73e5-6b93-4d6d-bd23-61aefd49fc8d\"><a href=\"https://downloads.wordpress.org/plugin/buddypress.14.4.0.zip\">BuddyPress 14.4.0</a>, <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.6.0.zip\">BuddyPress 12.6.0</a>, and <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.5.2.zip\">BuddyPress 11.5.2</a> are all now available. This is a security release. Please update as soon as possible.</p>\n\n\n\n<p id=\"block-9cfb5de9-d8ba-42e2-b91c-4a75b3e6b832\">14.4.0, 12.6.0 &amp; 11.5.1 fixed one bug and one security issue:</p>\n\n\n\n<ul class=\"wp-block-list\" id=\"block-2fb851f4-045c-4a07-a303-ca6033780916\">\n<li>The BP REST API signups endpoint could leak signup data, including user email addresses, because of a too-lenient lookup function. Thanks to Asim Alshaya for responsibly reporting this issue.</li>\n\n\n\n<li>Improve behavior of <code>bp_email_unsubscribe_handler()</code>. After the changes in the &#8220;Improve security of status update messages&#8221; changeset, non-logged-in users clicking an unsubscribe link received no feedback on the success of their action.</li>\n</ul>\n\n\n\n<p>Note: 11.5.2 contains the same code changes as 11.5.1 but has been repackaged to hopefully resolve some SVN oddities.</p>\n\n\n\n<p id=\"block-4e4b201c-6d17-4a66-8eec-d472dfdec7ac\">For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-14-4-0/\">14.4.0 changelog</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-8935e1e5-ef63-42ee-8c08-67fad827159a\">Many thanks to our 14.4.0 contributors </h2>\n\n\n\n<p id=\"block-a8b36bfc-7855-4e99-ba54-508a3776b715\"><a href=\"https://profiles.wordpress.org/emaralive\">emaralive</a>, <a href=\"https://profiles.wordpress.org/jjj/\">jjj</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">vapvarun</a>, and <a href=\"https://profiles.wordpress.org/dcavins/\">dcavins</a>.</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, 24 Sep 2025 19:30: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:12:\"David Cavins\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: #186 – Dave Winer on Decentralisation, WordPress and Open Publishing\";s: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:48:\"https://wptavern.com/?post_type=podcast&p=199649\";s: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:93:\"https://wptavern.com/podcast/186-dave-winer-on-decentralisation-wordpress-and-open-publishing\";s: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:65469:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case Decentralisation, WordPress and Open Publishing.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Dave Winer. Dave&#8217;s journey into the heart of Silicon Valley began in the 1980s when he left Wisconsin and moved to California with two products and a dream to achieve fame and fortune in the world of technology. Driven by a deep belief that real communication involves people truly connecting, he set out to make his mark.</p>\n\n\n\n<p>Early on, he found himself in a memorable meeting with Steve Jobs. Both were in their early twenties, bursting with ambition and self-assurance. Their encounter was fiery and competitive, yet it marked the start of Dave&#8217;s lifelong mission to wire the world together, not just with technology, but by bringing people closer through it.</p>\n\n\n\n<p>If you&#8217;ve ever subscribed to a blog, listened to a podcast, or shared your thoughts online, chances are you&#8217;ve benefited from Dave&#8217;s pioneering work. He&#8217;s the developer behind influential technologies like RSS, and a longtime advocate for open, user owned, publishing platforms.</p>\n\n\n\n<p>He describes himself as someone who wrote the first versions of lots of software, wants to work with everyone, still has big ideas, he likes things to be open from top to bottom and doesn&#8217;t care for greedy people.</p>\n\n\n\n<p>Today we&#8217;re talking about the vision, history, and future of the open web. Dave reminisces about the origins of today&#8217;s internet, the early days when idealism and collaboration were at the web&#8217;s core. He shares stories from his career, the rise and fall of early software startups, and how the initial spirit of community slowly gave way to the walled gardens of big tech giants like Facebook, Google, and Twitter.</p>\n\n\n\n<p>But the conversation isn&#8217;t just about nostalgia. It&#8217;s a call to action for reclaiming the internet&#8217;s potential. Dave explains what went wrong with the evolution of the social web, why he thinks blogging tech like RSS just need more love, and how the influx of money and centralisation stifled the creativity and interoperability the web was built for.</p>\n\n\n\n<p>You&#8217;ll also get to hear about Dave&#8217;s latest efforts to reignite those original web ideals. He reveals the thinking behind Wordland, a minimalist and powerful writing tool for WordPress users that puts freedom, portability, and open protocols front and centre.</p>\n\n\n\n<p>Dave also lays out his Textcasting manifesto, challenging platforms to truly support writers with features like unlimited length, markdown support, and true ownership of content, without the need for permission or platform lock-in.</p>\n\n\n\n<p>Dave truly is a pioneer of the internet, and is certainly not finished yet. He&#8217;s putting WordPress at the centre of many of his future endeavors.</p>\n\n\n\n<p>If you&#8217;re passionate about owning your content, deeply curious about web history, or looking for inspiration on how technology can empower rather than control, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes.</p>\n\n\n\n<p>And so without further delay, I bring you Dave Winer.</p>\n\n\n\n<p>I am joined on the podcast today by Dave Winer. Hello Dave.</p>\n\n\n\n<p>[00:04:26] <strong>Dave Winer:</strong> Hey, how you doing?</p>\n\n\n\n<p>[00:04:27] <strong>Nathan Wrigley:</strong> I confess, I&#8217;m going to get this out the way and I&#8217;m going to put it on the record because Dave Winer has been in my brain for about 20 years or more. And I&#8217;m going to allow Dave the opportunity to do a bio. He may lean into that and tell us many, many things, or he may not. But I would just like to offer my profound congratulations for many of the things that I literally have as the foundational bits of my working life.</p>\n\n\n\n<p>Many of those bits are because of you, and I would like to express my enormous thanks for the way that you&#8217;ve done that, the stuff that you&#8217;ve built, the method in which you deployed that, and the way that you didn&#8217;t tie it up to a subscription model.</p>\n\n\n\n<p>And, with that out of the way, I would just like to offer you the opportunity to introduce yourself. So do you mind just little potted bio, two or three minutes tops, something like that.</p>\n\n\n\n<p>[00:05:18] <strong>Dave Winer:</strong> Wow. I didn&#8217;t realize I was gonna be doing this. Well, I&#8217;m a software developer and a blogger. I started software development when I was a grad student in the 1970s, at the University of Wisconsin. And I immediately knew that this is what I was going to do in my whole career. Up to that point, I didn&#8217;t know.</p>\n\n\n\n<p>It just fit. Everything about developing software, and communication with software. I used to call it communication with a big C. So you talk about communication with a little C is like wiring everything together. But the big C, its people getting connected. And that was going back to the, I guess the early eighties.</p>\n\n\n\n<p>I moved from Wisconsin to California to Silicon Valley, and I had two products. My goal was to go to California and achieve fame and fortune, and it didn&#8217;t happen all at once at least. One of my first meetings was with Steve Jobs, and we were both exactly the same age, 23 or something like that, and very arrogant and full of ourselves, and we ended up insulting each other, and I have a lot of regrets about that because I had the two products and he wanted the wrong one. And I told him, man, that&#8217;s the wrong one. You should want the other one.</p>\n\n\n\n<p>And anyway, so I ended up hooking up with a company that eventually became the biggest software company in the valley and then exploded. And then I started my own company. And that was a pretty long haul. But we got there. We made software for the Apple 2, the IBM PC, the Macintosh.</p>\n\n\n\n<p>We had a really big hit in 1986, product called MORE. It was a really good product, but it also hit the market at exactly the right time. And then I sold the company and then I started developing software on my own, because that&#8217;s really what I always wanted to do. I was a CEO because I had to be, because nobody else understood the idea, that we were doing there.</p>\n\n\n\n<p>And that&#8217;s actually been the story of my life, is like when I start something, I tell everybody how great it&#8217;s gonna be, and then they look at me like, what are you talking about? I have no idea. Or, that&#8217;s not useful. Or AI, this is what they say today. Oh, AI is gonna do that for us. And I go, no, I actually, I don&#8217;t think it is.</p>\n\n\n\n<p>And so one thing led to another. I started making software on the web. I saw the web as complete liberation. Because the tech industry had gotten so congested with the power of the big companies. This happens periodically by the way. You end up, they get, they lock themselves in, and then they just protect their lock in. And then nothing happens for a while, and then an explosion happens, usually. A new company comes along with a big idea, and the big companies don&#8217;t understand it, and all of a sudden. And that was the web.</p>\n\n\n\n<p>And there were things before that. The PC was like that to some extent. The Mac was. Rock and roll was like that for sure. The Beatles fit into that pattern of things that fundamentally changed everything. And the web was one of those things too.</p>\n\n\n\n<p>And it blew the doors off the tech industry. Whenever a big tech company tried to dominate the web, it just didn&#8217;t work. It didn&#8217;t work. Until eventually it did work, and now we&#8217;re pretty thoroughly dominated. We got dominated by Facebook, by Google. Twitter, very influential company, and a few others, and now it&#8217;s Bluesky. They&#8217;re out there telling them that everybody, that they&#8217;re decentralized and whatever. They say they&#8217;re on the web, they&#8217;re not on the web.</p>\n\n\n\n<p>The web means something. It means that I can add a feature that hooks into your product and I don&#8217;t need your permission to do it. That&#8217;s what you have to have for the web.</p>\n\n\n\n<p>You also have to have links. If you don&#8217;t give the person writing in your environment the ability to put hyperlinks in their text, you can&#8217;t say you&#8217;re the web. Because you&#8217;ve deprived the writers of the one most essential thing that they need, the ability to defer to somebody else as the expert on this topic, and build these structures. Twitter, took that out. They just said, we don&#8217;t need that. Or put character limits on it. Or they said no titles. Or you can&#8217;t edit your post, or you can&#8217;t put a podcast, you can&#8217;t put an audio on there, on a post. And they add an API and that&#8217;s really nice, but it&#8217;s still, you don&#8217;t get that freedom. There&#8217;s nothing like that there.</p>\n\n\n\n<p>[00:09:40] <strong>Nathan Wrigley:</strong> I watched the internet develop in much the same way as I might watch a game of, we call it football, you may call it soccer, in that I&#8217;d be in the crowd and all of these characters are moving around on the field and doing important things and it just develops.</p>\n\n\n\n<p>The game is afoot and it develops and it&#8217;s like evolution. Curiously, you were one of the people on the field kind of making these decisions. And so with the benefit of hindsight, looking back, it sounds like there&#8217;s a part of you which, not just a part of you, I feel like it might be a big part, which regrets a lot of the way that it has developed. The beginnings of the internet, there seem to be more, I don&#8217;t know, blue sky thinking, let&#8217;s put it that way.</p>\n\n\n\n<p>[00:10:19] <strong>Dave Winer:</strong> We actually called it that. We actually called it that, believe it or not, a piece of blue sky. The clouds, sky is overcast and then there&#8217;s a little bit of blue sky and we&#8217;re all gonna go there. Yeah, it was like that, but what was wrong was my model was wrong. My model for humanity.</p>\n\n\n\n<p>Our model, the early web people. We had this very idealistic idea of what humanity was, and how they would take advantage of the opportunity. And that includes the entrepreneurs, because they create structures where people can be very abusive to each other, and they don&#8217;t do anything really about that.</p>\n\n\n\n<p>And then the people, and we still live with this, in fact, well this comes up sometimes people say, you&#8217;re being altruistic. I&#8217;ve heard that said, and I reject that. I&#8217;m not being altruistic. If anything trying to set an example for what we have to do collectively in order to have freedom.</p>\n\n\n\n<p>If you don&#8217;t, if you don&#8217;t enable your competitors, you don&#8217;t deserve users, is my feeling. And in fact, you can see that playing out in the WordPress community right now, right? That is what the big controversy seems to be. I&#8217;m gonna step back from it. I&#8217;m not part of the WordPress community. It&#8217;s not that I&#8217;m not really, I&#8217;m not. And I&#8217;m an observer of all of this, and I see it all playing out in a sort of predictable way.</p>\n\n\n\n<p>But as I think you said earlier, we end up in a pretty good place and I put this in one of the pieces I wrote recently about the whole why I am betting so heavy on WordPress, is that whatever you can say about Automattic and Matt and whatever, he didn&#8217;t lock you in. You have freedom of movement. All your data can move with you wherever you want. Anybody can add a feature to WordPress if they want. It probably won&#8217;t get into the main distribution, but you can build on it.</p>\n\n\n\n<p>And I have proven that by building on it. I never hit any dead ends. What I also see there, this is another plus for this platform is, whoever it is that&#8217;s building this, and I know there&#8217;s some contention about that, it really believes in not breaking developers, and that is super important.</p>\n\n\n\n<p>That&#8217;s one of the basic, also fundamental principles of the web, is that a website that you built in 1995, you should still be able to read it in 2025. And you can, except Google doesn&#8217;t think you should. Google as recently as 2014, that&#8217;s when HTTPS came along and became something that people wanted to use. Up until that point, HTTP was perfectly fine. And then one day Google and the EFF decided no more of this. It was very bad development. It set a bad precedent, but that&#8217;s a sidebar. That&#8217;s not the real thing.</p>\n\n\n\n<p>What&#8217;s really going on here is, I think there is now an opportunity in the, what we call, I call the Twitter, like world, I won&#8217;t call it the social web, because it isn&#8217;t the web. That&#8217;s not fair, they can&#8217;t. They should support the web before they get to call themselves the web. And they&#8217;ve just inherited all the limits that Twitter put on there.</p>\n\n\n\n<p>They had the opportunity to relax those limits, but they have no incentive to do it. I could sit there, like you said, as an observer. See, that&#8217;s what I&#8217;ve been too, for the last, whatever, 16 years. 2006, it&#8217;s 2025, 19 years, sorry, for the last 19 years. With all due humility. I&#8217;m a pretty freaking good developer, and I really work very energetically, and I love making products for users, and I&#8217;m stuck. There&#8217;s no place for me to go. And I can&#8217;t accept that. That&#8217;s all I want to say, is I don&#8217;t accept that, and I found a way to work around it, that&#8217;s what I&#8217;m doing. And WordPress is key to it, central to it.</p>\n\n\n\n<p>[00:14:11] <strong>Nathan Wrigley:</strong> We&#8217;ll come onto that whole project in a minute, which is really fascinating. But I&#8217;m just gonna rewind the clock and go back to the very beginnings of what we might now call the internet.</p>\n\n\n\n<p>An academic enterprise, really, it felt like. A bunch of academics. Maybe you&#8217;ll go back as far as CERN and have those discussions about just wanting to send academic documentation to one another, and, then the hyperlink came along, and then all of a sudden this world of possibility opened up, and it felt as if there was so much positive potential there.</p>\n\n\n\n<p>I remember the beginnings of the internet, the burgeoning of it, people beginning to talk about it, people starting to use it on desktops and things like that. And there was this real sense positivity that it was, like it was, it was this blue sky thing. For the first time in humanity&#8217;s history everybody had a way to interconnect.</p>\n\n\n\n<p>We don&#8217;t need to go into what happened, but at some point, through a whole series of dominoes falling, we get all these walled gardens, and now the internet seems like anything other than blue sky. It feels like there&#8217;s just these silos everywhere. You&#8217;ve got a Meta silo, and you&#8217;ve got an X silo, and you&#8217;ve got a TikTok silo, and a YouTube silo.</p>\n\n\n\n<p>And I think, with hand on heart, almost everybody would be able to point to at least some downside to that. Sure, you might enjoy consuming YouTube videos, but there may be a flip side to that. You end up doing it at the wrong time of the day. I think anybody could agree that people&#8217;s passions get inflamed to the point of getting a bit out of hand on the internet.</p>\n\n\n\n<p>This was never what it was supposed to be. And so going back to my question from a minute ago, where I was implying that maybe there&#8217;s some sense of regret. If you could go back and move the jigsaw pieces, or move the chess pieces differently, I expect you would. I&#8217;d expect you&#8217;d be shouting a bit louder about the need for things to be not walled in, and maybe things would be different.</p>\n\n\n\n<p>[00:15:58] <strong>Dave Winer:</strong> I don&#8217;t think anybody hears that. I think I shouted it pretty loud. I repeated it over and over. I don&#8217;t have any regret about that, I think I did a tremendous amount of that, but the problem is, I can&#8217;t call it regret. I think that collectively there was a blogging community prior to WordPress. There was. There were competitive products. And then in 1999, it all clicked with RSS, and that gave us a way, we had ways, by the way, to find the updates on blogs before that.</p>\n\n\n\n<p>We had a site called weblogs.com, and it would go looking around the blogosphere, had a list. There weren&#8217;t that many blogs, okay. So it would look at all of them, see if they updated, and if they updated it would put it at the top of the list. And so bloggers were just reloading that page all day long. And it worked. You still had to find the new post, but that wasn&#8217;t too hard because they were at the top of the page, right.</p>\n\n\n\n<p>And then after that, with Netscape, we got RSS going. And that led to a whole other generation of that kind of stuff. We had it, it was going. But what killed it. Killed is too strong a word. What put a limit on it, what said that what you described would happen is that, do you remember the .com boom, right?</p>\n\n\n\n<p>All of a sudden it wasn&#8217;t just a place for idealists to screw around and try out new ideas and everything. It was a place to come and get rich, and so it attracted all those people who wanted to get rich. That&#8217;s all they wanted. They didn&#8217;t care about what they had to do to get rich, and that attracted the professional investors, the venture capitalists. They want to get rich, it&#8217;s totally okay to do whatever they have to do to get rich. It just simply, it is their business to get rich, and it&#8217;s hard to blame them for that. And then, here&#8217;s the key point, they wouldn&#8217;t work with each other.</p>\n\n\n\n<p>[00:17:49] <strong>Nathan Wrigley:</strong> Okay.</p>\n\n\n\n<p>[00:17:50] <strong>Dave Winer:</strong> They would not work with each other. And I just wrote a piece this morning, on my blog, and it said in retrospect, it was a retrospective thing about RSS, because that&#8217;s becoming an issue again, and it said what RSS needed was love. It needed to be loved and nurtured, and fed and taken care of, and the users had to be given features that were collective across all the products. So that if you wanted to subscribe to a feed, you didn&#8217;t have to memorize a complicated process, involving pasting URLs or reading the HTML source, or all the crazy stuff that became, until Twitter, what choice was there, right? So people had to do it, but it was tremendous weakness.</p>\n\n\n\n<p>And Twitter came in and just completely blew it out. Because in Twitter subscribing was a single click. And we&#8217;re gonna hit that again now. If I&#8217;m successful in what I do, we&#8217;re gonna hit it again, and we&#8217;re gonna have to answer that question differently.</p>\n\n\n\n<p>[00:18:49] <strong>Nathan Wrigley:</strong> Yeah, I was just gonna say, so many of the underpinnings that could have made the internet into a different place never went away, they just got ignored. Maybe that&#8217;s the wrong word, but they just got forgotten about. And so we wholeheartedly subscribed to X, formally Twitter. We wholeheartedly jumped in on Facebook, because they offered this amazing level of convenience. And of course, with the benefit of hindsight, it&#8217;s easy to see how maybe that was a catastrophic failure, but the time.</p>\n\n\n\n<p>[00:19:18] <strong>Dave Winer:</strong> I have no regrets about that either, Twitter was amazing.</p>\n\n\n\n<p>[00:19:21] <strong>Nathan Wrigley:</strong> It was so revolutionary, you could suddenly connect with people that you&#8217;d lost touch with many years ago.</p>\n\n\n\n<p>[00:19:26] <strong>Dave Winer:</strong> There you go. You put your finger right on it. It wasn&#8217;t that Twitter was so great. It&#8217;s that look at all the people. One of the first experiences I had on Twitter that really, really showed me what the difference is, is that there was just this random guy. I would meet him. We had our own community too, by the way. And so we would go to conferences and, I watched the WordCamp conference from afar, right? And I said, oh, I know all those people. Because in our community we had people like that. Only there only about 30 years younger than I was, than we were, but I recognize it.</p>\n\n\n\n<p>And, meet somebody at a conference that&#8217;s, now I know what he&#8217;s doing with his family. I know what his sports are, who his team is, what&#8217;s the weather like where they live. And how does he describe it? There&#8217;s all these inputs that you simply don&#8217;t get from seeing somebody couple of times a year. It&#8217;s nice and everything, but this was a different thing altogether.</p>\n\n\n\n<p>And I still use Facebook. I don&#8217;t use Twitter very much anymore. But, I still have my account. I didn&#8217;t delete it. But I use Facebook. I will never stop using Facebook because my friends from childhood are there. Where am I gonna get new friends from childhood? That&#8217;s not happening, right. They have their advantages. But they&#8217;re a really good example of people that refuse to do anything to help anything other than their mission to make more money. I&#8217;ve had these conversations with executives at Facebook, and we&#8217;ve had a couple of, fits and starts a couple of them, twice.</p>\n\n\n\n<p>They were gonna add RSS support in and out, to Facebook. Kind of like what they&#8217;re doing with Threads and ActivityPub, right? Or the Fediverse. Yeah, I&#8217;m trying to forget that because I don&#8217;t believe in it, to be honest with you, but I do believe in Mastodon. I think that&#8217;s what we&#8217;re really doing here. And I think they blow a lot of smoke at these things, and they, make them seem like, they shouldn&#8217;t make them appear to be more than they are because we need to have both of those things. There&#8217;s no reason we can&#8217;t have both, but that means you have to be a little bit altruistic to use that word. You may feel like you&#8217;re being an altruist, but then look at the times we live in.</p>\n\n\n\n<p>In the United States, we are very worried about what&#8217;s coming or what&#8217;s here right now. And we&#8217;re all asking, what can we do? What can we do? One of the things you can do is let down, open up to your inner altruist, start doing things that aren&#8217;t just about putting food on the table or getting ahead in your career.</p>\n\n\n\n<p>Do things that make connecting with other people a lot easier, and more free. Because those services are now owned by people that go to dinner with the government of the United States. You&#8217;ve never seen a more clear picture of what we&#8217;re up against. You think that somebody from the White House calls Mark Zuckerberg and says, get Dave Winer off of Facebook. I guarantee you I&#8217;m off Facebook in 10 seconds. That&#8217;s who we are, depending on their honor, I think that&#8217;s a really bad bet. We&#8217;re all gonna have that choice.</p>\n\n\n\n<p>And at the same time, people who know how to work with WordPress are gonna have an amazing advantage, because I see WordPress as being comparable to the Mastodon server and the Bluesky server, and Bluesky doesn&#8217;t give you a server to install yet, but Mastodon does. And, I didn&#8217;t install it. I had a friend because I tried and I couldn&#8217;t get it to go. That is what it&#8217;s gonna take. And WordPress is a lot easier to install, and it&#8217;s a lot more mature, and it really works and the APIs aren&#8217;t gonna break. So we got a much better foundation to build on.</p>\n\n\n\n<p>[00:23:04] <strong>Nathan Wrigley:</strong> Going back to what you said a moment ago about, it&#8217;s not either or. What we&#8217;re imagining here, I think is, you keep your Facebook, and you keep your X, and all of those things can go. Fine, carry on using those, but there&#8217;s an alternative, which many people may prefer. There&#8217;s a whole kind of ethos behind that, and a whole philosophy behind that. But underpinning it all, things like Mastodon, and potentially WordPress, and we&#8217;ll get into that, are a bunch of APIs and protocols and things like that, many of which you were very much involved in the creation of things like RSS, and thank you for that.</p>\n\n\n\n<p>[00:23:38] <strong>Dave Winer:</strong> More altruism there, huh?</p>\n\n\n\n<p>[00:23:39] <strong>Nathan Wrigley:</strong> This entire whole podcast thing sits right on top of it. It feels like we&#8217;re going back to those things to try and, not compete, but be alongside of these other walled gardens, if you like.</p>\n\n\n\n<p>[00:23:51] <strong>Dave Winer:</strong> Oh, I think we&#8217;re competing. I&#8217;m not scared of competition. Let&#8217;s do it. There will be differences, however. There will be. There&#8217;ll be things that you can do in this world that you couldn&#8217;t do over there. But the opposite is true as well.</p>\n\n\n\n<p>But the thing that we&#8217;re gonna do, if we&#8217;re successful, is we&#8217;re gonna influence those networks. And we&#8217;re going to get them to support markdown. That&#8217;s very specific. Just let me put markdown in my posts on Bluesky and get rid of the character limits and let me edit. And then we&#8217;re, we&#8217;re fine.</p>\n\n\n\n<p>You have to support inbound RSS as well, not just outbound. I have to be able to stay in my space, and contribute, and write, and have anybody read it wherever they are. That&#8217;s it. It&#8217;s saying basically, let&#8217;s actually live up to the promise of the web. And that&#8217;s what the web promised. And if you&#8217;re confident in your users will find value in your network, and there&#8217;s no reason they won&#8217;t. I&#8217;m talking about Bluesky and Mastodon, then why wouldn&#8217;t you do it?</p>\n\n\n\n<p>I think then we&#8217;ve outed you. If you don&#8217;t want to do it. Okay, they don&#8217;t want to do it now because they don&#8217;t see it as a way of attracting new users, or keeping the users they have. They don&#8217;t see it that way because it&#8217;s true. It&#8217;s not, and that&#8217;s what we have to do. We have to make it that. They have to be hearing it all the time. You have to support markdown, that&#8217;s what Textcasting was all about. I think markdown is the mp3 of text. We did podcasting too.</p>\n\n\n\n<p>That was a fall out of all this stuff. I want to do radio. I love radio. I always have. And I always thought at some point I&#8217;m gonna do audio blogs. That&#8217;s what I was doing, getting ready to do that. And there we were, and one thing led to another and did I ever think about using something other than mp3? That would be crazy. It was a gift. They gave me the answer. Of course I&#8217;m going to use mp3. Why would I screw around with that? We&#8217;re gonna make it just as obvious that the other networks, if they&#8217;re gonna pretend to deal with text, they have to support a basic set of features, which are simply defined by the web. That&#8217;s it.</p>\n\n\n\n<p>And WordPress does all that. WordPress documents are web documents, and that&#8217;s super important. That&#8217;s everything.</p>\n\n\n\n<p>[00:26:15] <strong>Nathan Wrigley:</strong> It feels like in the last few months you&#8217;ve very much planted a flag in the sand and it feels like you&#8217;ve committed to following through on the promise that we&#8217;re about to get into. And the underpinnings of it, I&#8217;m gonna link in the show notes to this, so you want to head to wptavern.com, search for the episode with Dave Winer, and in there will be a whole list of things. Anything that discuss, I&#8217;ll basically link to.</p>\n\n\n\n<p>But there&#8217;s a couple of pieces which Dave has penned. One of them was in 2024, November, 2024, called Textcasting. And the URL for that is textcasting.org, and we&#8217;ll go into that in a minute. But then much more recently over on scripting.com, published on 28th of August, 2025, so very recently, was a piece which kind of built a top of that called Think Differently About WordPress.</p>\n\n\n\n<p>I&#8217;m gonna return to the Textcasting one &#8217;cause this feels like the foundational technological underpinnings of what you are proposing here, this thing which would be a competitor to all of these walled gardens. It sits outside of WordPress.</p>\n\n\n\n<p>[00:27:14] <strong>Dave Winer:</strong> It&#8217;s more of a, okay, for me, this is when I was planning this product. I hadn&#8217;t even begun to develop it yet. But I wanted to write down in one place, these are all the things we&#8217;re gonna do. And that&#8217;s it. That&#8217;s all it was. I keep going on and on about all the different things that I wanted that I wasn&#8217;t getting, as a writer. I am a writer and I feel like Twitter was the original one, said you can&#8217;t have all your writing tools. It&#8217;s like I&#8217;m designing a guitar. And I&#8217;m saying, you can have three strings if you want. You can play music on three strings, right?</p>\n\n\n\n<p>The ultimate insult is the people who made this decision are not guitar players. They&#8217;re not musicians. They don&#8217;t have the slightest clue what the f they&#8217;re doing, and I&#8217;ve been told that even getting a new generation of products isn&#8217;t gonna solve this problem, because they are just as clueless about what writers need. And so at least I feel like upfront I ought to tell them exactly what I want from them. And that&#8217;s what textcasting.org is.</p>\n\n\n\n<p>So when we give it to the people, they can say, they might say, why didn&#8217;t you tell us that&#8217;s all you want? Yeah, look at textcasting.org, and look at the creation date. I was very clear about what I wanted, but understand that I needed this for myself as the requirements document for the product I was making. I&#8217;m a blogger, so when I write a requirements document, I put it in the public, because that&#8217;s what bloggers do. It is just the knee jerk. I do write some private documents, I do, it&#8217;s true. But my impulse is to write them publicly. So that&#8217;s really all that it is. It&#8217;s just saying, this is what we&#8217;re gonna do.</p>\n\n\n\n<p>[00:28:58] <strong>Nathan Wrigley:</strong> So right at the top, the goal is very simply encapsulated and it goes like this. It&#8217;s easy to get in your head and parse. Interop between social media apps based on the features writers needs, specifically the services of the social web, and there&#8217;s a link there, support these basic features.</p>\n\n\n\n<p>And then you go on to describe the ethics behind the movement is. But then you list out the things that you would like as a writer. It&#8217;s surprisingly a short list. There&#8217;s only six things, titles, optional. Links, de rigueur, you&#8217;ve gotta have links. Simple styling, bold, italics, that&#8217;s probably enough. Enclosures making it possible to do other things like, I don&#8217;t know, podcasting and things like that. Unlimited length, that&#8217;s the big differentiator, isn&#8217;t it? Because more or less all the platforms that have gained success have stifled that in some way. And then the, this is important, I think maybe this is the bit that I think is most enjoyable, editable. Go back, modify it because why not? You wrote it, it&#8217;s yours. And markdown. That basically is textcasting encapsulated in just a few sentences. I&#8217;ve probably missed a lot of the nuance there, but that&#8217;s kind of how I see it.</p>\n\n\n\n<p>[00:30:04] <strong>Dave Winer:</strong> No, I don&#8217;t think so. Actually. Notice what&#8217;s not there? You&#8217;ll kick yourself. Comments. I don&#8217;t give a damn about comments.</p>\n\n\n\n<p>[00:30:12] <strong>Nathan Wrigley:</strong> Presumably the comments could be handled elsewhere.</p>\n\n\n\n<p>[00:30:15] <strong>Dave Winer:</strong> Absolutely, and I have a new idea for how comments should work. I wrote that up. I did a podcast about that, I think it was yesterday or the day before. I&#8217;ve had this design for many years, but I think there&#8217;s a way around all the abuse, and all the spamming that goes on these networks. I think it&#8217;s time for another look, first of all. I mean, I had a look, okay.</p>\n\n\n\n<p>But, second of all, it&#8217;s time to open it up so everybody can play in this game so we can try out lots of different ways of doing it. Which by the way is also part of what I&#8217;m doing. I&#8217;m making a, the thing Wordland. If you go to wordland.social. Go there and try it out.</p>\n\n\n\n<p>It&#8217;s there. It works with your WordPress sites. And so you might think, okay, it is actually my business to make a new writing tool for WordPress. I made the writing tool I would like to use. The idea is that you focus all your attention on writing, so it has all the functionality that you need to write and nothing else.</p>\n\n\n\n<p>Everything else that it does that&#8217;s in the WordPress, their command structure. And it was what I felt was in the way for me to be a writer using WordPress. Because what WordPress, I don&#8217;t want to call it a mistake, it&#8217;s just how it evolved, is that the writing functionality is intermixed with everything else. And it makes it a very intimidating thing to get started with.</p>\n\n\n\n<p>And so if you look at the people that are the insiders in the WordPress community, that&#8217;s a very small number compared to the number of people who have tried to use WordPress. That&#8217;s a huge number because WordPress is it, right?</p>\n\n\n\n<p>And the number of people who use it, but they might prefer a better tool because this isn&#8217;t really what they think about. The things that are in the WordPress command structure are things that most people never need to go to. It&#8217;s too complicated. Look at the feature set of Twitter, for example. And it does a lot more than Twitter does, but most people aren&#8217;t interested in that. That&#8217;s one.</p>\n\n\n\n<p>Number two is, there are modes of working and writing requires severe focus. I don&#8217;t want to have to jump. Every time I have to go some random other place in the, that I have to devote my brain power to that, what I&#8217;m not doing, I&#8217;m not focused on the plan for writing. When I write something, I&#8217;m thinking three paragraphs ahead. And I&#8217;m trying to remember that because I don&#8217;t want to stop writing to take a note. I want to just go down the page and get my first draft out. But if in order to do this I have to go somewhere far away, that requires me to think, now I&#8217;ve lost my place.</p>\n\n\n\n<p>And it creates a certain stress and programmers, if you say this to a programmer, most programmers go, oh, you&#8217;re just being weird. That&#8217;s not the way it works. Let me tell you how it works. I am also myself a programmer, so I understand the thought process, but you have to play. You have to have both roles in there. And that&#8217;s one of the things that makes me a fairly unique developer, is that I&#8217;m both a writer and a developer.</p>\n\n\n\n<p>So I play on both sides of that fence. And so if I want a writer to test my code, I don&#8217;t do it right after I wrote the code. I come back a couple of days later, now that I&#8217;ve got a fresh way of looking at things and then I try to use it, and then I see the problems right off the bat.</p>\n\n\n\n<p>[00:33:26] <strong>Nathan Wrigley:</strong> I&#8217;ll link to Wordland. I&#8217;ve had a good long look at the pages that you&#8217;ve offered up. I confess, I haven&#8217;t actually tried it out, but it&#8217;s a, it&#8217;s a very different take on a fairly minimal editing interface in WordPress. So I&#8217;ll make sure to link out to that.</p>\n\n\n\n<p>[00:33:37] <strong>Dave Winer:</strong> It&#8217;s fairly minimal, but it does everything on the Textcasting page. It doesn&#8217;t have the limits that all the Twitter like products have. It&#8217;s all supported, you get to do all of that stuff. And plus you get categories. And I think categories are huge. I really do. And it has a very nice, simple interface for it, but a very powerful one for categories. So, have a look at that.</p>\n\n\n\n<p>[00:33:58] <strong>Nathan Wrigley:</strong> Thank you.</p>\n\n\n\n<p>[00:33:59] <strong>Dave Winer:</strong> And bookmarks. It&#8217;s very important for a writer. I have, I don&#8217;t know how many hundreds of documents that I&#8217;ve written over the years. I pretty much need quick access to all of them. Because I never know when I&#8217;m gonna have to make a change, and that&#8217;s in there too.</p>\n\n\n\n<p>[00:34:12] <strong>Nathan Wrigley:</strong> Nice.</p>\n\n\n\n<p>[00:34:12] <strong>Dave Winer:</strong> Oh wait, I forgot the actual main point. The main point I was gonna make is that I&#8217;ve also, all the work I had to do on the server side to set this up, I&#8217;m not gonna make anybody have to do. That&#8217;s all open source, and I&#8217;ll even run the server for you.</p>\n\n\n\n<p>Yeah, because what I want is a development community to pop up here. And so if somebody looks at Wordland, says that&#8217;s not the way to do it, here&#8217;s how you should do it. Say, great, go ahead, do it. And what they&#8217;ll find is, just like with WordPress, okay, there&#8217;s nothing in your way. You get to do that.</p>\n\n\n\n<p>And there&#8217;s more from that too, is that the user owns the documents, and all the documents are in markdown format. And so if you want to use a different editor on a document, just to work on it for whatever purpose, go ahead and it&#8217;ll still work in the place it came from.</p>\n\n\n\n<p>And this is going back to the IBM PC and the Macintosh, where when you had those machines, you owned the documents and you could have any editor you want edit it. And this led to file format standards, because if you come along three years after Microsoft Word comes along in the Macintosh, you better read Word format documents.</p>\n\n\n\n<p>Since I get to go first here, if this, if something happens, okay, that I have to say, maybe nothing will happen here, you never know. But because I got to go first, I chose markdown. Because markdown is the mp3 of text. It&#8217;s the obvious answer. And tell me why they don&#8217;t support markdown. Anything that works with text should support markdown in my opinion.</p>\n\n\n\n<p>[00:36:00] <strong>Nathan Wrigley:</strong> It&#8217;s just a nice, easy to access. The keyboard does everything.</p>\n\n\n\n<p>[00:36:03] <strong>Dave Winer:</strong> There&#8217;s more. I&#8217;ve written feed readers. All along have been writing feed readers, and we have to sterilize the content because people put all kinds of garbage. And so you basically strip everything out. I&#8217;m tired of doing that. What I want to do is give the writers the ability to put some bold face and italics, and put some links in there, and give it, all the things that are on the Textcasting thing.</p>\n\n\n\n<p>So I don&#8217;t want to strip that out anymore. And so in Feedland and in Wordland, markdown is fully supported everywhere, and in RSS. It&#8217;s a key point. If I had that to do over again. I can&#8217;t do that one. I&#8217;m sorry, I&#8217;m going on about this but I really believe in it. I couldn&#8217;t do it over again. If I had to do over again in the beginning, I would&#8217;ve made markdown the text format in RSS, totally. I couldn&#8217;t do it &#8217;cause it didn&#8217;t exist. RSS came first but I&#8217;ve taken care of it.</p>\n\n\n\n<p>Now, Wordland produces its own RSS feed for every document, along with the one that WordPress produces. And the feed we produce has the markdown in it. And it has a couple of other things, and it, we will have more. As we think of more features to add. I&#8217;ve now got a place where I can add features. These are in a namespace, it&#8217;s totally non-controversial. I&#8217;m not modifying RSS, I have something called the source namespace.</p>\n\n\n\n<p>And then at some point, again, it&#8217;s all prefixed by if it catches on, then I&#8217;ll go to the guys that do the feeds inside of WordPress and say, here&#8217;s some suggestions for features to your feed. And at that point we&#8217;ll be friends, I hope. And they&#8217;ll, love me and I&#8217;ll love them. It&#8217;s not impossible. There are people on the team that are helping us. That&#8217;s nice, I really love that.</p>\n\n\n\n<p>[00:37:47] <strong>Nathan Wrigley:</strong> So taking it back a little bit, we&#8217;ve got the Textcasting framework that we described a little bit, a few moments ago. That kind of feels like the underpinnings to this other piece that I mentioned. And again, links in the show notes. Think Different About WordPress. Now, I confess, I&#8217;ve been following you for many years. really, in my head, collided you with WordPress.</p>\n\n\n\n<p>[00:38:08] <strong>Dave Winer:</strong> I wasn&#8217;t, you interpreted</p>\n\n\n\n<p>[00:38:10] <strong>Nathan Wrigley:</strong> And then suddenly you pop up with this piece about Wordland for start, which is a, an editor, which binds to WordPress. And then this whole piece about think differently about WordPress. Now this is really curious because, well you tell me what you&#8217;re proposing. I could try, try to interpret it.</p>\n\n\n\n<p>[00:38:26] <strong>Dave Winer:</strong> I tried put the key idea upfront, okay. When I say Think Different About WordPress, I can tell you exactly what that is, what you&#8217;re supposed to think. I used the grammatically incorrect version that Apple uses.</p>\n\n\n\n<p>[00:38:42] <strong>Nathan Wrigley:</strong> Think different.</p>\n\n\n\n<p>[00:38:43] <strong>Dave Winer:</strong> Yeah, it was cute. I thought, what the heck, let&#8217;s do it. That&#8217;s the point, really. And it is just think of WordPress as the equivalent of the Bluesky service and the Mastodon service. And the reason you can do that is because it&#8217;s really comparable. They&#8217;re all text databases, that&#8217;s what they are. They have some different structures. That&#8217;s okay, we can add structures too. But it&#8217;s how good are they at doing that, and how mature is their code, this is very technical stuff, right? But what does the API look like, and how stable is the API? These are all the concerns that limit what people can develop on the platform. And if you do the check boxes, I probably should do that, but WordPress wins on every one of them.</p>\n\n\n\n<p>[00:39:31] <strong>Nathan Wrigley:</strong> It&#8217;s a lot of life behind it and a lot of commitment to backwards compatibility.</p>\n\n\n\n<p>[00:39:35] <strong>Dave Winer:</strong> It&#8217;s very simple actually. The reason it is that way is that whoever made the calls, they had a philosophy for the whole 22 years of the web will tell us what to do, and they did it. What else?</p>\n\n\n\n<p>I know, I felt Rip Van Winkle, you know what I&#8217;m saying? It&#8217;s like, I was not paying attention to WordPress because I had all the wrong ideas. Now, they didn&#8217;t market to me. They never told me in 2017 they had a new API never. It. They didn&#8217;t tell me that they had a Node.js package for that API. They never told me. I was working in Node.js at that point. So I could have tried it out right away. They never told me. And all of a sudden, like I&#8217;m looking around, I need to add WordPress login to Feedland, because that&#8217;s running, we have a, at feedland.com people should try that too. Okay, because that&#8217;s a big part.</p>\n\n\n\n<p>It&#8217;s the feed backend for the system that we&#8217;re talking about. And Feedland runs on the Automattic VIP server. So that thing scales. Okay. I learned how to write, I didn&#8217;t know how to write scalable software before I hooked up with them, in I guess it was like three years ago or something.</p>\n\n\n\n<p>And the first thing we did is, and they were very generous about this in teaching me, and I kept finding things I had to change to make it so that you could support millions of users, right? It&#8217;s not mysterious once you learn how to do it, but there&#8217;s an art to it.</p>\n\n\n\n<p>The bigger project is imagine Twitter with an editor that could support. Twitter has what I call a tiny little text box, okay? You get to type something in there and they&#8217;ve extended their limit, if you pay them money, 10,000 characters, that&#8217;s a pretty good character limit. I say in Textcasting, unlimited. 10,000 is unlimited, okay. For all practical purposes, if you&#8217;re writing more than 10,000 characters, there shouldn&#8217;t be a limit, but, okay.</p>\n\n\n\n<p>So you got a text editor. Twitter has a text editor. We have a text editor. Our text editor does the web the way I want it to do the web. And it has timelines where you see messages in reverse chronological order. So imagine if that was RSS, instead of their server. That timeline. You could make a timeline in RSS look just like it came from Twitter. There&#8217;s no problem with that, and that&#8217;s what I&#8217;ve done. When you subscribe to feeds, what you get.</p>\n\n\n\n<p>So anything that supports RSS plugs into this system, and guess what? RSS is totally replaceable. Everything that I do, you can come up with another one and it works just as well, because RSS is an open format. Yeah, it&#8217;s got a protocol with it too. There&#8217;s a RSS cloud, which I mentioned in that piece, which does the real time component of it. It worked great.</p>\n\n\n\n<p>WordPress supports it in every one of the instances they do it, and so it may be more limited than the one, but I don&#8217;t know the one that&#8217;s in Bluesky or Mastodon. It may have features that are hard to do, but like I said, then it will do features. It&#8217;ll have things that they can&#8217;t do either.</p>\n\n\n\n<p>One thing it&#8217;ll do is it&#8217;ll be very, very, very, very, simple. That&#8217;s the point.</p>\n\n\n\n<p>[00:42:48] <strong>Nathan Wrigley:</strong> What I&#8217;m thinking here is, I think that the typical listener listening to this will be thinking, how does this differ from, let&#8217;s say, going to Twitter, but it&#8217;s got a different interface and it&#8217;s got a different character limit.</p>\n\n\n\n<p>[00:42:59] <strong>Dave Winer:</strong> Not that different. whole idea is that it won&#8217;t be that different. I&#8217;m not actually running your server. Go, you could pick and choose. You don&#8217;t like my timeline, fine. Go get Joe&#8217;s timeline or Mary&#8217;s timeline or, Google might have a timeline or OpenAI might have one or. Do you need a license to create an RSS reader? No, that&#8217;s the point. The point is you get innovation, you get the doors blown off. You don&#8217;t have a silo. There&#8217;s no silo anywhere in sight.</p>\n\n\n\n<p>If you want the users, you have to give them features, performance or price. They don&#8217;t have to stay with you if they don&#8217;t want to. There&#8217;s no import or export. It&#8217;s just there. It&#8217;s the feeds you subscribe to. That&#8217;s really, there&#8217;s not a whole lot of technology there.</p>\n\n\n\n<p>[00:43:49] <strong>Nathan Wrigley:</strong> Yeah. I mean, it&#8217;s a fairly nice, simple, basic proposition. It sounds from what you were saying in the Think Different About WordPress, it sounds like, well I said you planted your flag in the sand a little bit before. It sounds like you are committing yourself to do.</p>\n\n\n\n<p>[00:44:03] <strong>Dave Winer:</strong> I&#8217;ve already done the work. I&#8217;ll be demoing this at WordCamp Canada in October, hopefully that will all be webcast so everybody can watch it. And it&#8217;ll be archived and it probably will crash, because that&#8217;s the way these things work, right? And, but I will stay with it.</p>\n\n\n\n<p>I will get the bugs out. It&#8217;s gonna be a process. It&#8217;s not gonna be done, on October, whatever, 17th I think it is. It&#8217;s not gonna be done. All I ask is have a look then, and then when there&#8217;s a new version, please come have a look then too, and I&#8217;ll come back on your podcast if you want. We can talk about it as it develops. Remember the things that we&#8217;re puzzling, and don&#8217;t mistake for a minute that I&#8217;m not confused too. I am.</p>\n\n\n\n<p>I&#8217;m gonna tell you a little self-aggrandizing anecdote. Once in, I think it was high school or something, teachers said, somebody like to come up and solve this problem, it was a math class, solve this problem on the whiteboard?</p>\n\n\n\n<p>I said, okay, I&#8217;ll go. And I go up there and I&#8217;m doing it, and I got the answer, and the teacher said, you didn&#8217;t know the answer when you raised your hand, did you? No. I, it&#8217;s like, I&#8217;m an old guy now, that was when I was young. What the hell have I got to lose? Nothing. Nothing. I&#8217;m giving you software, an approach to software that I believe in. And, I&#8217;m testing the idea of the assumption.</p>\n\n\n\n<p>I was always told that RSS can&#8217;t do what Twitter does, and because I had not mastered server side scaled software, and remember until a couple of years ago, I had never done that. So I said, I have no way of testing that. They say you can&#8217;t do it. They know. I have my doubts about what they said, but I have no way of doing anything about it. And then I got the skill, and then I think now that it&#8217;s not true, I think that you absolutely can do it, and that they had a reason for telling me that, is that they didn&#8217;t want me to do it. Okay, that&#8217;s an invitation, a great invitation if I&#8217;ve ever seen one, right.</p>\n\n\n\n<p>I mean go for it. Let&#8217;s go for it, but let&#8217;s all go for it together. You see, that&#8217;s the point. It&#8217;s no fun if I&#8217;m just sitting here going, oh, please, I beg you, would you please try my software so I can be a billionaire too?</p>\n\n\n\n<p>[00:46:19] <strong>Nathan Wrigley:</strong> I was just gonna say, if you&#8217;re going into WordCamp Canada, and you&#8217;re demoing it all there, but at the moment, I&#8217;m guessing you&#8217;re doing all of the work, or you have done all of the work, by yourself. Are you hoping to create a community around this?</p>\n\n\n\n<p>[00:46:31] <strong>Dave Winer:</strong> Yeah. I want a developer community, but in order to have a developer community, there better be some users, &#8217;cause the developers don&#8217;t come until there are users. So this is something, if a user says, what can I do to help? I&#8217;m just a user. The answer is you could do a lot to help. You can use the damn thing. Your product, your content, the stuff that you write will be a magnet for other people. They&#8217;ll see the reality of it and they&#8217;ll say, oh wow, I guess you can use stuff like this.</p>\n\n\n\n<p>[00:47:03] <strong>Nathan Wrigley:</strong> So the next question I have then is how does what you wish to do, how does that stand in relation to some of the currently existing things out there? So for example, the Fediverse, I know maybe that term&#8217;s not something you like to use, but let&#8217;s say Mastodon for want of a better word or ActivityPub, let&#8217;s go with that.</p>\n\n\n\n<p>ActivityPub has a plugin which is under the custodianship of Automattic, so we&#8217;re obviously trying to bind our WordPress websites with the Fedi verse and being able to communicate in that way.</p>\n\n\n\n<p>[00:47:31] <strong>Dave Winer:</strong> No, that&#8217;s good. That&#8217;s very good.</p>\n\n\n\n<p>[00:47:33] <strong>Nathan Wrigley:</strong> How does yours stand in contrast to that? How, will yours differ from that familiar thing?</p>\n\n\n\n<p>[00:47:39] <strong>Dave Winer:</strong> What that does is it&#8217;s wonderful. First, let me tell you why it&#8217;s wonderful, and then I&#8217;ll tell you, I don&#8217;t even know how to begin telling you what the difference is. But, it&#8217;s wonderful because it accomplishes at least part of the goal of bringing the Textcasting vision into Mastodon. So if I have a blog called daveverse.org, which is a WordPress blog, and when I post something there, it&#8217;s also cross posted to Mastodon. And as far as I can tell, there&#8217;s no character limit. And it has styling, and it supports links, and it has images, and block quotes. It&#8217;s got a lot of the stuff. It even has titles. That&#8217;s right, it has titles too. If you go look at the Textcasting list, that&#8217;s pretty good coverage, right? It&#8217;s a major innovation, it&#8217;s a major step forward.</p>\n\n\n\n<p>So what that does, hopefully it gets it onto the radar of the developers of Mastodon. The more people want that, okay, they have to make that clear. And right now, I don&#8217;t think people even know it exists. There&#8217;s not a lot of awareness of it. I&#8217;ve tried the best I can to, and I&#8217;ll keep pumping it for this reason. And the more successful it is, the more it puts pressure on Bluesky to do the same thing.</p>\n\n\n\n<p>So it&#8217;s having the same effect that I&#8217;m hoping to have and, so I like it. Remember, I&#8217;m wearing a lot of hats here, but one of the hats I wear is, as a writer who wants the freedom to use all the writing tools, I don&#8217;t want to be given three strings, I want all five strings, using the guitar anology.</p>\n\n\n\n<p>So this, what I&#8217;ve done is create something that has the potential of playing the role that, the core of Mastodon does. The whole thing. The whole thing, right? It&#8217;s not comparable to a plugin that connects WordPress to Mastodon because that&#8217;s a plugin, and what they&#8217;re doing is heroic, that&#8217;s the word I use for it, Matthias and his team are doing at Automattic, are doing is heroic, because it&#8217;s a hard problem to solve. It&#8217;s taking &#8217;em a lot of time and they&#8217;re working really hard, but those guys really believe, they&#8217;re really committed. And I, love that. It&#8217;s both heroic and love inspiring. These guys are great. And they won&#8217;t have to do that for my system. They won&#8217;t, it&#8217;ll just come for free.</p>\n\n\n\n<p>[00:50:04] <strong>Nathan Wrigley:</strong> With the Mastodon system, obviously the ActivityPub protocol will bind to a server of your choice. So many people go with mastodon.social as the sort of the default. Presumably there&#8217;s gotta be some part of the architecture for your system, which in that way, some central place.</p>\n\n\n\n<p>[00:50:20] <strong>Dave Winer:</strong> There is a server component to what I&#8217;m doing. Okay. It doesn&#8217;t matter where that server is running. You can run it anywhere, somebody has to run it, and it&#8217;s open source, and it&#8217;s not even a GPL license, it&#8217;s MIT licensed. So go have fun with this thing.</p>\n\n\n\n<p>And it&#8217;s on GitHub right now. I&#8217;m not asking people to install it yet because I want to get a chance to like lock it down before we start cloning it. It&#8217;s going to, it is designed to be no lock-in. It is, does, require somebody to run a server</p>\n\n\n\n<p>[00:51:00] <strong>Nathan Wrigley:</strong> So the bit that I&#8217;m reading off the scripting.com website where, you know the piece entitled Think Different About WordPress. You have this sentence where it says, a storage service and it says, I&#8217;m going to run the server for you to get the bootstrap going, my treat. That was the bit.</p>\n\n\n\n<p>[00:51:14] <strong>Dave Winer:</strong> That raised the alarms, right? It should raise the alarms.</p>\n\n\n\n<p>[00:51:17] <strong>Nathan Wrigley:</strong> Exactly. It made me think Twitter in a way, it made me think there&#8217;s this central bit.</p>\n\n\n\n<p>[00:51:21] <strong>Dave Winer:</strong> No, it&#8217;s not, because I have the answer that Twitter never had, which is I&#8217;m giving you all the code you need to run your own server. I&#8217;m giving that to you. I&#8217;m not making you write it. In Twitter you can&#8217;t even write it. If I wrote a server that did what Twitter&#8217;s server does, that&#8217;s great, but it wouldn&#8217;t be part of Twitter. It wouldn&#8217;t be available to everyone. The availability here is the same availability as RSS. So can I subscribe to your RSS feed, even if your thing is on another server? Of course.</p>\n\n\n\n<p>That&#8217;s all you need to know. Ultimately, that&#8217;s all you&#8217;re going to need is to be able to. It&#8217;s just RSS, that&#8217;s all it is.</p>\n\n\n\n<p>[00:52:01] <strong>Nathan Wrigley:</strong> It&#8217;s RSS all the way down.</p>\n\n\n\n<p>[00:52:03] <strong>Dave Winer:</strong> But let me just say this, is that&#8217;s also a strength of the WordPress community, the skepticism. You&#8217;re always, you guys are always watching for the lock in.</p>\n\n\n\n<p>[00:52:13] <strong>Nathan Wrigley:</strong> We&#8217;ve spent trying to encourage the world that you need to own your own data, or at least have. </p>\n\n\n\n<p>[00:52:17] <strong>Dave Winer:</strong> Right.</p>\n\n\n\n<p>[00:52:19] <strong>Nathan Wrigley:</strong> Unfortunately the world, on the whole, didn&#8217;t listen, so we keep banging that gong.</p>\n\n\n\n<p>[00:52:24] <strong>Dave Winer:</strong> Yes. But let me point out that you are the distillation of the people. You&#8217;re the group of people who care deeply about that stuff. So keep it up because, and that&#8217;s why I&#8217;m ready to answer those questions because, and here&#8217;s the punchline. Even though I&#8217;m not part of your community, we share that religion.</p>\n\n\n\n<p>[00:52:42] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s nice.</p>\n\n\n\n<p>[00:52:43] <strong>Dave Winer:</strong> Why do we share the religion? Because it&#8217;s the web. Because that&#8217;s what the web taught us. Maybe we believed, maybe we were very naive in the nineties and the early two thousands. We were, we&#8217;re not naive anymore. I think the last, the very last sentence in the Think Different, go read that, right now.</p>\n\n\n\n<p>[00:53:02] <strong>Nathan Wrigley:</strong> They lied to the users all the time, over and over. No, I don&#8217;t object to you making money, but I&#8217;m putting it out there. You can compete with me. I want you to compete with me, as long as you don&#8217;t try to cut off the interop. I&#8217;m not naive. Believe me, I expect that will happen.</p>\n\n\n\n<p>[00:53:16] <strong>Dave Winer:</strong> That&#8217;s just all the credentials I need to be in your community, right? Not all the credentials. I don&#8217;t know half the stuff any of you guys know about the how to do. I don&#8217;t do PHP for example. I don&#8217;t know how to set up a WordPress server. I have somebody that helps me with that. So I&#8217;m not qualified to be a member of the WordPress community, but that&#8217;s the beauty of the web. I don&#8217;t have to be to connect with that community, because that&#8217;s what the web gives. And that&#8217;s pretty awesome, don&#8217;t you think? And the other thing is that makes it even more awesome is that all the other people like me will be able to do it too. Why? Because in the end they played straight with you.</p>\n\n\n\n<p>[00:54:01] <strong>Nathan Wrigley:</strong> Depending on when this podcast is released, it may well be that you&#8217;ve done your presentation. If that is in fact the case, then I will make sure to link to the WordPress TV, the video that will have been captured. I&#8217;ll link that into this post. But also I&#8217;ll link to the Textcasting document and, also the Think Different About WordPress document. And encourage you, if you&#8217;ve got any interesting kind of, I&#8217;m gonna say rewinding the clock and returning the world to a different era where the blue sky was there, and there was less cloud, than go and explore those different bits and pieces.</p>\n\n\n\n<p>And I will definitely be coming back to you, Dave Winer, to figure out exactly how it&#8217;s gone and maybe call it months or something like that. And we&#8217;ll see where you&#8217;ve got with the WordPress community.</p>\n\n\n\n<p>[00:54:40] <strong>Dave Winer:</strong> If we&#8217;re still here.</p>\n\n\n\n<p>[00:54:41] <strong>Nathan Wrigley:</strong> Yeah. But we will, we&#8217;ll leave it there. And, I will say thank you for chatting to me today about this really important subject. Thank you.</p>\n\n\n\n<p>[00:54:48] <strong>Dave Winer:</strong> Thank you much, it was great. Have a good day.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://bsky.app/profile/scripting.com\">Dave Winer.</a> </p>\n\n\n\n<p>Dave’s journey into the heart of Silicon Valley began in the early 1980s, when he left Wisconsin and moved to California with two products and a dream: to achieve fame and fortune in the world of technology. Driven by a deep belief that real communication involves people truly connecting, he set out to make his mark.</p>\n\n\n\n<p>Early on, he found himself in a memorable meeting with Steve Jobs, both were in their early 20s, bursting with ambition and self-assurance. Their encounter was fiery and competitive, yet it marked the start of Dave’s lifelong mission to wire the world together, not just with technology, but by bringing people closer through it.</p>\n\n\n\n<p>If you’ve ever subscribed to a blog, listened to a podcast, or shared your thoughts online, chances are you’ve benefitted from Dave’s pioneering work, he’s the developer behind influential technologies like RSS, and a long-time advocate for open, user-owned, publishing platforms.</p>\n\n\n\n<p>He describes himself as someone who wrote the first versions of lots of software, wants to work with everyone, still has big ideas, he likes things to be open from top to bottom, and doesn&#8217;t care for greedy people.</p>\n\n\n\n<p>Today we’re talking about the vision, history, and future of the open web. Dave reminisces about the origins of today’s internet, the early days when idealism and collaboration were at the web’s core. He shares stories from his career, the rise and fall of early software startups, and how the initial spirit of community slowly gave way to the “walled gardens” of big tech giants like Facebook, Google, and Twitter.</p>\n\n\n\n<p>But the conversation isn’t just about nostalgia, it’s a call to action for reclaiming the internet’s potential. Dave explains what went wrong with the evolution of the social web, why he thinks blogging tech like RSS just needed “more love”, and how the influx of money and centralisation stifled the creativity and interoperability the web was built for.</p>\n\n\n\n<p>You’ll also get to hear about Dave’s latest efforts to reignite those original web ideals, he reveals the thinking behind Wordland, a minimalist and powerful writing tool for WordPress users that puts freedom, portability, and open protocols front and centre.</p>\n\n\n\n<p>Dave also lays out his “Textcasting” manifesto, challenging platforms to truly support writers with features like unlimited length, markdown support, and true ownership of content, without the need for permission or platform lock-in.</p>\n\n\n\n<p>Dave truly is a pioneer of the internet, and is certainly not finished yet. He’s putting WordPress at the centre of many of his future endeavours. </p>\n\n\n\n<p>If you’re passionate about owning your content, deeply curious about web history, or looking for inspiration on how technology can empower rather than control, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/MORE_(application)\">Dave&#8217;s MORE product</a></p>\n\n\n\n<p><a href=\"https://www.eff.org/\">EFF</a></p>\n\n\n\n<p><a href=\"https://home.cern/science/computing/birth-web\">The birth of the Web</a> &#8211; CERN</p>\n\n\n\n<p><a href=\"http://scripting.com/\">scripting.com</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/ActivityPub\">ActivityPub</a> on Wikipedia</p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Fediverse\">Fediverse</a> on Wikipedia</p>\n\n\n\n<p>Dave&#8217;s <a href=\"https://textcasting.org/\">textcasting.org</a> website</p>\n\n\n\n<p><a href=\"http://scripting.com/2025/08/28/140604.html\">Think Different about WordPress</a> post on scripting.com</p>\n\n\n\n<p><a href=\"https://this.how/wordland/\">About Wordland</a></p>\n\n\n\n<p>Access to <a href=\"https://wordland.social/\">Wordland</a></p>\n\n\n\n<p>Access to<a href=\"https://feedland.org/\"> Feedland</a></p>\n\n\n\n<p><a href=\"https://canada.wordcamp.org/2025/session/wordpress-and-the-open-social-web/\">WordPress and the open social web</a>, Dave&#8217;s presentation at WordCamp Canada 2025</p>\n\n\n\n<p><a href=\"https://daveverse.org/\">Daveverse</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, 24 Sep 2025 14: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:14:\"Nathan Wrigley\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Open Channels FM: Discovering the Future of AI and Customer Success at CloudFest USA\";s: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:33:\"https://openchannels.fm/?p=110347\";s: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:91:\"https://openchannels.fm/discovering-the-future-of-ai-and-customer-success-at-cloudfest-usa/\";s: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:219:\"In this episode, Adam talks with Jess Frick and Jeff Paul about their panels at CloudFest USA 2025. They discuss customer success in WordPress hosting, AI integrations, and the event\'s highlights, offering fun insights.\";s: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, 24 Sep 2025 13: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Open Channels FM: 5 Real-World Ways to Build Consistent Creation Habits\";s: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:33:\"https://openchannels.fm/?p=109528\";s: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:78:\"https://openchannels.fm/5-real-world-ways-to-build-consistent-creation-habits/\";s: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:131:\"To build a daily creative habit, just hit record and embrace the chaos. Simplify, connect to routines, and stop chasing perfection!\";s: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, 24 Sep 2025 11:54:43 +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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Ruby Drama\";s: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:23:\"https://ma.tt/?p=149923\";s: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:33:\"https://ma.tt/2025/09/ruby-drama/\";s: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:1035:\"<p>There is some riveting drama in the Ruby community around company sponsorships, and directory nudging similar to what happened with Advanced Custom Fields and <a href=\"https://wordpress.org/plugins/secure-custom-fields/\">Secure Custom Fields</a>. This post does the best summary: <a href=\"https://joel.drapper.me/p/rubygems-takeover/\">Shopify, pulling strings at Ruby Central, forces Bundler and RubyGems takeover</a>.</p>\n\n\n\n<p>I will only add that Automattic attempted to sponsor RailsConf and have a booth for our open web apps, such as Pocket Casts, Day One, and Beeper, which we thought would be relevant to the open source and open web audience there; however, we were denied. We&#8217;ve <a href=\"https://ma.tt/2024/12/drupalcon-singapore/\">sponsored other </a><span style=\"margin: 0px; padding: 0px;\"><a href=\"https://ma.tt/2024/12/drupalcon-singapore/\" target=\"_blank\">open-source events like DrupalCon before</a> and did so in a tasteful way that wasn&#8217;t in conflict with the organization&#8217;s mission</span>.</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, 24 Sep 2025 00:31: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: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:16;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Open Channels FM: Why Open Source Matters in Podcasting\";s: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:33:\"https://openchannels.fm/?p=108690\";s: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://openchannels.fm/why-open-source-matters-in-podcasting/\";s: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:156:\"Podcasters face limitations with closed platforms. But there are those who do advocate for tools  to boost data ownership and customization in the industry.\";s: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, 23 Sep 2025 12:29: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Open Channels FM: Exploring WordPress, Textcasting, and Open Web Standards\";s: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:33:\"https://openchannels.fm/?p=110341\";s: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://openchannels.fm/exploring-wordpress-textcasting-and-open-web-standards/\";s: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:256:\"In this episode of Fediverse Flows, Matthias Pfefferle chats with Dave Winer about the open web\'s evolution, emphasizing interoperability, linking, and decentralized publishing through WordPress, while discussing challenges faced by contemporary platforms.\";s: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, 23 Sep 2025 09: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Post-Earthquake Tea Grit\";s: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:23:\"https://ma.tt/?p=149908\";s: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://ma.tt/2025/09/tea/\";s: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:1551:\"<p>The 4.7 earthquake definitely disturbed my sleep last night, so it&#8217;s nice to have a <a href=\"https://cuzenmatcha.com/\">Cuzen Matcha</a> shot and some <a href=\"https://www.harney.com/products/paris-tea\">Harney &amp; Sons Paris tea</a> to wake up and get me through the day.</p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large\"><img alt=\"\" class=\"wp-image-149909\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2025/09/IMG_0007-1024x768.jpeg?resize=604%2C453&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>Speaking of spilling tea, I had a great conversation with <a href=\"https://www.linkedin.com/in/joubin-mirzadegan-66186854/\">Joubin Mirzadegan</a> of the storied VC firm <a href=\"https://www.kleinerperkins.com/\">Kleiner Perkins</a> where we got to chat about the hero&#8217;s journey of entrepreneurship, my earliest &#8220;Hot Nacho&#8221; WordPress scandal and the context of current battles, 996 work, jazz clubs in San Francisco, and more. Kleiner never invested in Automattic (I don&#8217;t think we ever pitched) but I have always had huge respect for John Doerr, Brook Byers, Bing Gordon, Mary Meeker, Ilya Fushman, and Mamoon Hamid, so many of the people at KPCB.  You can <a href=\"https://www.youtube.com/watch?v=xQDNgy774sg\">watch on YouTube</a> or <a href=\"https://pca.st/mggq43pb\">listen in Pocket Casts</a>.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s: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, 23 Sep 2025 01:17: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: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:19;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Work With Music\";s: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:23:\"https://ma.tt/?p=149893\";s: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:38:\"https://ma.tt/2025/09/work-with-music/\";s: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:908:\"<p>If you&#8217;re not playing music while you&#8217;re working, you&#8217;re missing out. It&#8217;s incredible how sounds can transform how our brain works. You can, on tap, put yourself into a different mode of being with music; you can change your drive, motivation, mood, and more. There are some apps that have started to hack this, such as <a href=\"https://endel.io/\">Endel</a>, which can generate music programmatically in a very <a href=\"https://www.brian-eno.net/\">Brian Eno</a>-like way. I&#8217;ve been a fan and user of theirs since 2020. I also love the <a href=\"https://www.youtube.com/c/LofiGirl\">Lofi Girl</a>. On your <a href=\"https://www.sonos.com/\">Sonos</a> you can actually stream <a href=\"https://www.focusatwill.com/\">Focus @ Will</a>, which is another attempt, and I have a subscription there. My favorite is Endel, though, so if you&#8217;re only going to try one, try that one.</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, 22 Sep 2025 04:34: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: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:20;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Peter Wilson: I’m speaking at Web Directions Enqueue\";s: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://peterwilson.cc/?p=6715\";s: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:61:\"https://peterwilson.cc/im-speaking-at-web-directions-enqueue/\";s: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:1744:\"<p>I’m thrilled to be part of the line up for <a href=\"https://webdirections.org/enqueue/\">Web Directions Enqueue</a>, co presented by The Code Company, on November 28, 2025. Enqueue is to be one of the first engineering focused WordPress conferences in Australia, and the line up includes some of the best engineering minds in WordPress today, including <a href=\"https://www.jonoalderson.com/\">Jono Alderson</a>, <a href=\"https://tammielister.com/\">Tammie Lister</a>, <a href=\"https://isabelbrison.com/\">Isabel Brison</a>, <a href=\"https://cameronjonesweb.com.au/\">Cameron Jones</a> and too many more to mention.</p>\n\n\n\n<p>I’ll be doing a deep dive into the performance improvements WordPress Contributors have added to the Query classes in recent years. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The WordPress Performance team was established in 2021 with the goal of improving the performance of WordPress Core. As a fundamental part of rendering each and every page of a WordPress site, the <code>WP_Query</code> class has received a lot of attention.</p>\n\n\n\n<p>In this talk, Peter will discuss how the performance of <code>WP_Query</code> and the WordPress Query component have been improved with increased caching, and how that can be taken full advantage of when building WordPress sites at scale.</p>\n</blockquote>\n\n\n\n<p>There will also be talks about integrating WordPress with LLMs, accessibility and developer workflows.</p>\n\n\n\n<p>Enqueue is taking place in Sydney on November 28, 2025 in the beautiful Dr Chau Chak Wing Building at UTS (the paper bag building). It will also be streamed via <a href=\"https://conffab.com/\">Conffab</a> if you’re unable to make it in person.</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:\"Sun, 21 Sep 2025 10: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:12:\"Peter Wilson\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Books on Grieving\";s: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:23:\"https://ma.tt/?p=149866\";s: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:40:\"https://ma.tt/2025/09/books-on-grieving/\";s: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:844:\"<p>When my father passed unexpectedly, I was despondent. One thing I remember was the Amazon lovebomb I got from my high school girlfriend Sunaina Sondhi, five books to help me deal with the pain. Even a decade after we dated, books were her love language; in fact, she had given me my very first book about meditation when we were teenagers. I don&#8217;t recall what all the books were, but the two that really made a difference for me were Elisabeth Kübler-Ross’s and David Kessler&#8217;s posthumous book <a href=\"https://www.amazon.com/Grief-Grieving-Finding-Meaning-Through/dp/1476775559\">On Grief and Grieving</a>, and the <a href=\"https://www.amazon.com/Tibetan-Book-Living-Dying-International-ebook/dp/B000FC147G/\">Tibetan Book of Living and Dying</a>. Each allowed me to process and understand the emotions I was going through.</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:\"Sun, 21 Sep 2025 02:28: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: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:22;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: MCP Everywhere\";s: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:23:\"https://ma.tt/?p=149849\";s: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:37:\"https://ma.tt/2025/09/mcp-everywhere/\";s: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:1917:\"<p>MCP stands for <a href=\"https://modelcontextprotocol.io/\">Model Context Protocol</a>. (The joke is the S in MCP stands for security, but that&#8217;s another post.) They say to think of it like &#8220;like a USB-C port for AI applications&#8221; because it allows interoperability between AI chatbots and other tools. Here&#8217;s some of the MCP stuff happening across the <a href=\"https://automattic.com/\">Automattic</a> solar system:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Core WordPress now has <a href=\"https://github.com/WordPress/mcp-adapter/\">an MCP Adapter</a> that uses a new <a href=\"https://make.wordpress.org/ai/2025/07/17/abilities-api/\">Abilities API</a> to do <a href=\"https://en.wikipedia.org/wiki/Create,_read,_update_and_delete\">CRUD</a> and more operations across WordPress.</li>\n\n\n\n<li>Woo&#8217;s core MCP is coming in version 10.3 in early October, though <a href=\"https://github.com/techspawn/woocommerce-mcp-server\">Lawrence Sinclair already spun one up on Github</a>.</li>\n\n\n\n<li><a href=\"https://library.clay.earth/hc/en-us/articles/36405339564315-Clay-MCP-live-Make-integration-improved-Library-and-more\">Here&#8217;s how to set up Clay&#8217;s MCP</a> so your AI can ask things like &#8220;Who are my contacts at Google that I haven&#8217;t spoken to in 6 months?&#8221;</li>\n\n\n\n<li><a href=\"https://www.beeper.com/desktop-api\">Beeper&#8217;s MCP implementation</a> lets you query your entire message history across iMessage (on MacOS), WhatsApp, Telegram, Signal, Instagram, and many more with natural language.</li>\n\n\n\n<li>Day One has a <a href=\"https://github.com/Quevin/mcp-dayone/\">community MCP implementation from Kevin Davinson</a>.</li>\n</ul>\n\n\n\n<p>When nerds start connecting things, interesting stuff happens; that&#8217;s been my entire career, so while none of these have made it into a critical daily workflow for me, I&#8217;m curious to see what people come up with.</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, 20 Sep 2025 01:41: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: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:23;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Gutenberg Times: Block commenting, fun with Telex, from classic to block theme—Weekend Edition 341\";s: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=41913\";s: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:107:\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/\";s: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:21347:\"<p>Hi there,</p>\n\n\n\n<p>A month before Beta, is the time I get excited about a major release. Many new features—I see it all coming together via GitHub and Trac. The Source of Truth is in the works, but it will take a few more weeks to be published, as only when Release candidate 2 comes out I can be sure about what actually made it into the release. </p>\n\n\n\n<p>Until then, check out <a href=\"https://telex.automattic.ai/\"><strong>Automattic Telex</strong></a> for your personal block-building needs. Below you learn from others who went before you. </p>\n\n\n\n<p>Today the 190th <a href=\"https://www.br.de/nachrichten/bayern/oktoberfest-munich-2025-its-tapped-live-with-english-commentary,Ux8oig2\">Oktoberfest 2025 started in Munich</a>. Should you be in town, give serendipity a chance and let me know. We could meet up. </p>\n\n\n\n<p>Enjoy the weekend regardless of where you are. </p>\n\n\n\n<p>Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/#building-blocks-with-telex\">Building blocks with Telex</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/block-commenting-fun-with-telex-from-classic-to-block-theme-weekend-edition-341/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol></nav>\n</div></div>\n</section>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-120-wordcamp-us-telex-gutenberg-21-4-and-21-5/\">Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks</a> with special guest <strong>Sarah Norris. </strong></p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"\" class=\"wp-image-41771\" height=\"207\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.12.23-edited.png?resize=652%2C207&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"has-small-font-size\"><em>If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It&#8217;ll help with the distribution.</em></p>\n</div></div>\n\n\n\n<p>Block-level commenting is Gutenberg Phase 3 feature and in very active development. Although still experimental, it is worth testing now, as it heads to WordPress 6.9. </p>\n\n\n\n<p><strong>Aki Hamano</strong>, core contributor to Gutenberg, has created the <a href=\"https://github.com/t-hamano/block-commenting-data-generator\"><strong>Block Commenting Data generator</strong></a> plugin to help him streamline his testing process for this feature. The plugin is available on GitHub, and it is not for use in a production environment. On activation it creates users, comments, and other data. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v21.7.0-rc.1\"><strong>Gutenberg 21.7 Release candidate</strong></a> is now available for testing. It&#8217;ll be released on September 23, 2025. Block Commenting is a big part, as are DataForms improvements and write mode updates. </p>\n\n\n\n<p>As a side note: You don&#8217;t have to wait for the next Gutenberg release to test things. You can use the <a href=\"https://bit.ly/playground-nightly\"><strong>Gutenberg Nightly with Playground</strong></a></p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Check out <strong>Wes Theron&#8217;</strong>s latest video where he shows you <strong><a href=\"https://www.youtube.com/watch?v=1Lut6UcS5Fg\">how to build one-of-a-kind page layouts in WordPress.</a></strong> He dives into crafting a clean, distraction-free landing page, promoting a special event, and even how to give a specific page its own unique header and footer. Custom templates are totally where it&#8217;s at!</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> updated his <a href=\"https://wordpress.org/plugins/x3p0-progress/\"><strong>Progress Bar</strong></a> Block plugin to v 2.0. It now supports Core features like drop <code>shadow</code>, blockGap and layout controls. It&#8217;s a feature-rich block that feels at home in the block editor, using the known interface components in the sidebar.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Justin Tadlock\'s Progress Bar block plugin from the WordPress plugin repository. \" class=\"wp-image-41943\" height=\"351\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-20-at-09.55.32.png?resize=652%2C351&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dennis Buchwald,</strong> founder of the <em>dbw-media</em> agency in Germany, released his first plugin into the WordPress plugin directory, <a href=\"https://wordpress.org/plugins/infinite-logo-carousel-block/\"><strong>an infinite logo carousel block.</strong></a> You upload all the logos into the media library and into the block editor, and it displays a logo carousel with customizable speed, spacing, and hover-pause. A great way to display client, partner, or sponsor logos scrolling over your website. You can even control the overlay at the two sides. This one is a slight pink. It&#8217;s also on brand for <em>dbw-media.</em> </p>\n\n\n\n<p>Welcome to the open-source community of WordPress plugin developers, Dennis Buchwald at <a href=\"https://dbw-media.de/\">dbw-media.de</a> <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f389.png\" style=\"height: 1em;\" /></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"infinite logo carousel by Dennis Buckwald\" class=\"wp-image-41952\" height=\"95\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-20-at-11.04.40.png?resize=652%2C95&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"building-blocks-with-telex\">Building blocks with Telex</h3>\n\n\n\n<p><a href=\"https://telex.automattic.ai/\"><strong>Automattic Telex</strong></a> is like the next big thing in block building, all thanks to natural language! Just tell it what you’re dreaming up, and Telex will whip up the code, package it as a plugin, and you can test it out right away. It’s still experimental, but honestly, there’s no better time to start making your ideas into real WordPress blocks!</p>\n\n\n\n<p>Not everyone who&#8217;s tried and shared their journey has hit the jackpot. <strong>Jamie Marsland</strong> totally had a blast, as he shared over on <a href=\"https://x.com/pootlepress/status/1965372076765970943\">X (formerly Twitter)</a>!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jeff Paul </strong>also gave it whirl and shared his experience in <a href=\"https://jeffpaul.com/2025/09/pong-block/\"><strong>Pong Block: A Fun New WordPress Plugin (and a Nod to Telex)</strong></a>. He wrote, &#8220;That simplicity is why I’d recommend Telex to anyone curious about experimenting with block plugin creation. It feels like a fast way to explore an idea and get it live.&#8221; His plugin already <a href=\"https://wordpress.org/plugins/pong-block/\"><strong>landed in the WordPress repository,</strong></a> and you can add some playfulness to your site.</p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>JuanMa Garrido</strong>, developer advocate at Automattic, also took Telex for a spin. You can read about this journey in his post <a href=\"https://juanma.codes/2025/09/19/playing-with-telex-building-a-mermaid-diagram-block-in-just-a-few-prompts/\"><strong>Playing with Telex: Building a Mermaid Diagram Block in Just a Few Prompts.</strong></a> Mermaid Diagrams can be created via Markdown notation and then displayed on the front end. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Block editor view of JuanMa\'s Mermaid diagram block, built with Telex. \" class=\"wp-image-41948\" height=\"304\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-20-at-10.26.22.png?resize=643%2C304&#038;ssl=1\" width=\"643\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://x.com/ivanovic_marco\">Marco Ivanovic</a></strong>, designer at Automattic, built a plugin called <a href=\"https://ivanovicmarko.com/2025/09/17/space-dots/\">Space Dots</a> with Telex. A fun block to display a bunch of moving dots that will react to your mouse movements. </p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img alt=\"\" class=\"wp-image-41977\" height=\"449\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-20-at-12.44.36-edited.png?resize=449%2C449&#038;ssl=1\" style=\"width: 449px; height: auto;\" width=\"449\" /></figure>\n\n\n\n<p><strong>Nick Hamze</strong> shared his Telex creations on X (formerly known as Twitter), like this <a href=\"https://x.com/sortaiconick/status/1968135209519550656\"><strong>flash card block</strong></a>. He also promised to submit his best 10 creations to the WordPress repository. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://x.com/sortaiconick/status/1968135209519550656\"><img alt=\"\" class=\"wp-image-41978\" height=\"416\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-20-at-12.54.23.png?resize=652%2C416&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Are you ready to try it too? In his post on <em>wp-content.co,</em> <a href=\"https://wp-content.co/automattic-telex-ai-tool-turns-prompts-to-blocks/\"><strong>Automattic Launches Telex: An AI Tool That Turns Prompts into Custom WordPress Blocks,</strong></a> <a href=\"https://x.com/nithin_sreeraj\"><strong>Nithin Sreeraj</strong> </a>shares some more voices around the community and then walks you through what to expect when engaging with the AI interface and what happens when the first version is available in the Playground-based interface. It&#8217;s well described. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mary Ann Aschenbrenner,</strong> <a href=\"https://us.wordcamp.org/2025/session/moving-a-website-from-classic-to-a-block-theme/\">first-time speaker</a> at WCUS 2025, was interviewed by <strong>Nathan Wrigley</strong> for the WPTavern podcast. <a href=\"https://wptavern.com/podcast/185-mary-ann-aschenbrenner-on-switching-clients-from-classic-to-block-themes\" rel=\"noreferrer noopener\" target=\"_blank\"><strong>#185 – Mary Ann Aschenbrenner on Switching Clients From Classic to Block Themes</strong></a>. They discussed the differences between classic and block themes, with Mary Ann offering practical advice for switching to modern block-based themes. She shared why to make the switch, potential challenges, and client conversion stories. Perfect for anyone wanting to understand how block themes make site building more accessible.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p><br /><strong>Ryan Welcher </strong>has been on the quest to build the Core Icon block, inspired by Nick Diego&#8217;s Icon Block plugin and has been livestreaming his adventures with all kinds of tribulations. He dedicated two live stream sessions to this task. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=voZwxC6uD3s\"><strong>Building the new Icon Block for WordPress core</strong></a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=ogHfLLsbeYk\"><strong>Building the new Icon Block for WordPress core: Part 2</strong></a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong>, developer advocate with WooCommerce, asked, <a href=\"https://www.briancoords.com/are-you-down-with-mcp/\"><strong>Are you down with MCP?</strong></a> because he initially didn&#8217;t get the hype—why waste AI tokens on simple tasks you could do faster manually? But after building a custom WordPress plugin for his wife&#8217;s bakery to track ingredient costs, he realized MCP&#8217;s power isn&#8217;t just data connection; it&#8217;s combining that with AI&#8217;s natural language interface to replace clunky forms with conversational commands. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>JuanMa Garrido</strong> tackled in his livestream <a href=\"https://www.youtube.com/watch?v=ip8cISDQaYQ\"><strong>REST API Authentication</strong></a>. Together with ChatGPT, he took a deep dive into WordPress REST API authentication methods, starting with the basics of how REST APIs work and setting up WordPress with proper permalinks. Then Garrido walked through WordPress&#8217;s core authentication systems, showing how cookie authentication works in the block editor by examining network requests and cookie headers. He explained WordPress&#8217;s built-in CSRF protection using nonces and demonstrated creating custom REST endpoints with permission callbacks. The tutorial also covers application passwords as an alternative to cookies, comparing them to JSON Web Tokens and discussing security considerations for token storage. Finally, Garrido explored more advanced topics like implementing JWT workflows with proxy servers and OAuth2 authentication for third-party apps.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: Oktoberfest Munich photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity 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<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s: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, 19 Sep 2025 23:40: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: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:24;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Open Channels FM: Agentic AI: The Next Evolution for WordPress Websites?\";s: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:33:\"https://openchannels.fm/?p=109354\";s: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://openchannels.fm/agentic-ai-the-next-evolution-for-wordpress-websites/\";s: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:193:\"In 2025, agentic AI revolutionizes WordPress, enabling context-aware automation and seamless integration across tools, enhancing workflows and empowering users without deep technical knowledge.\";s: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, 19 Sep 2025 08:58: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Open Channels FM: Best Practices for Asynchronous Communication in Remote Teams\";s: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:33:\"https://openchannels.fm/?p=109619\";s: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:86:\"https://openchannels.fm/best-practices-for-asynchronous-communication-in-remote-teams/\";s: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:104:\"Asynchronous communication. Over-communicate, use emojis cautiously, and know when to talk face-to-face.\";s: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, 18 Sep 2025 12:10: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Every 6 Minutes\";s: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:23:\"https://ma.tt/?p=149834\";s: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:38:\"https://ma.tt/2025/09/every-6-minutes/\";s: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:1550:\"<p>I&#8217;m at a dinner tonight and they have these old magazines on the table, including some old copies of <a href=\"https://www.wired.com/\">WIRED</a>, which, if you can imagine, as a kid in Houston in the 90s, was a portal to the amazing world of the internet and technology. I flipped through, and there is an entire web hosting classifieds section! Hiway Technologies wants you to know that every 6 minutes, someone hosts with Hiway.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149835\" height=\"805\" src=\"https://i0.wp.com/ma.tt/files/2025/09/IMG_4771-768x1024.jpeg?resize=604%2C805&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>Every six minutes, so they were doing 240 signups a day. 100,000 sites! Last month <a href=\"https://wordpress.com/\">WordPress.com</a> created a new site about every 3 seconds. Hiway was founded by Scott Adams, same name but not the <a href=\"https://dilbert.com/\">Dilbert</a> guy or the <a href=\"https://en.wikipedia.org/wiki/Scott_Adams_(game_designer)\">game designer</a>, who apparently played football in Florida and the company &#8220;<a href=\"https://www.fau.edu/research/magazine/2018/01/dor-adams-2018-01/\">was sold in 1999 for $352 million. Adams was 35.</a>&#8221; </p>\n\n\n\n<p>There was also this guy, who has a website, but do you?</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149838\" height=\"805\" src=\"https://i0.wp.com/ma.tt/files/2025/09/IMG_4767-768x1024.jpeg?resize=604%2C805&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s: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, 18 Sep 2025 06:57:40 +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:27;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: #185 – Mary Ann Aschenbrenner on Switching Clients From Classic to Block Themes\";s: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:48:\"https://wptavern.com/?post_type=podcast&p=199566\";s: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:105:\"https://wptavern.com/podcast/185-mary-ann-aschenbrenner-on-switching-clients-from-classic-to-block-themes\";s: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:45586:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, switching clients from classic to block themes.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Mary Ann Aschenbrenner. Mary Ann has been the president of Waterlink Web, a digital agency specializing in WordPress web design, since 2014. Her experience includes e-commerce and membership websites, websites for local nonprofit organizations, and starter websites for small businesses As a lifelong learner, Mary Ann likes to keep pace with the latest innovations in WordPress. She is a fan of block themes, and particularly the WordPress default themes.</p>\n\n\n\n<p>We start by discussing the differences between classic and block themes, with Mary Ann offering practical step-by-step advice for anyone considering a move from a classic theme to a modern block-based theme. She talks about why you might want to make the switch, potential challenges to look out for, and stories from her own experience converting client sites.</p>\n\n\n\n<p>We also chat about the evolution of WordPress, the diminishing need for third party page builders, the importance of client education, and the ongoing improvements in the block editor. Plus Mary Ann shares insights from her WordCamp presentation, and her experiences collaborating with the WordPress community.</p>\n\n\n\n<p>Whether you&#8217;re a seasoned WordPresser or just starting out and keen to know how block themes are making site building more accessible for everyone, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Mary Ann Aschenbrenner.</p>\n\n\n\n<p>I am joined on the podcast by Mary Ann Aschenbrenner. Hello.</p>\n\n\n\n<p>[00:02:54] <strong>Mary Ann Aschenbrenner:</strong> Hello. Nice to be here.</p>\n\n\n\n<p>[00:02:56] <strong>Nathan Wrigley:</strong> Very nice to have you with us. Thank you so much. You are the first interview that I&#8217;m carrying out at WordCamp US in Portland in the year 2025.</p>\n\n\n\n<p>The endeavour here is to talk about classic themes and block themes. You are doing a presentation. I don&#8217;t suppose you&#8217;ve done it yet, because we&#8217;re right at the beginning of the main conference.</p>\n\n\n\n<p>[00:03:12] <strong>Mary Ann Aschenbrenner:</strong> I do it this afternoon at 2:15pm, yes.</p>\n\n\n\n<p>[00:03:15] <strong>Nathan Wrigley:</strong> Okay. Good luck with that. Let&#8217;s just first of all find out a little bit about you. So if you don&#8217;t mind, would you just give us your biography, your potted biography, if you like. Who you are, what you do.</p>\n\n\n\n<p>[00:03:24] <strong>Mary Ann Aschenbrenner:</strong> I&#8217;m from Portland, born and raised here. And the reason I got into website design is kind of a fluke and kind of really related to my whole ethos as a citizen of this great city.</p>\n\n\n\n<p>Well, Pier Park is a North Portland park and it&#8217;s where my kids learned to swim. It&#8217;s where a lot of kids learned to swim. It was in a fairly low income neighborhood. And in 2005, the City of Portland decided to close the outdoor pool that was open in the summers. Just funding issues. And I worked with some other North Portland people and we gathered 700 signatures, which I don&#8217;t know if you know this, it&#8217;s a lot of work to get 700 signatures. And we took them down to City Hall, and we presented them and we talked about why Pier Pool needed to stay open.</p>\n\n\n\n<p>And Sam Adams at the time said, we can find money for these folks. He was on the city council. And lo and behold, they decided to keep Pier Pool open.</p>\n\n\n\n<p>Well, about a month later, I&#8217;m at a City Bureau meeting and was told that the reason they decided to close Pier Pool at the time, instead of Buckman Pool was because Buckman had a website. This was 2000 and five. I was like, oh, it can&#8217;t be that hard to get a website. I&#8217;ve collected 700 signatures, websites have to be easier. So Friends of Pier Park has had a website ever since and we, of course, keep our pool open with it. And that&#8217;s the long story short of how I got into it.</p>\n\n\n\n<p>[00:04:58] <strong>Nathan Wrigley:</strong> That&#8217;s nice. That&#8217;s a real sort of philanthropic community endeavour that got you started on the road to WordPress. I&#8217;m guessing you built that site with WordPress.</p>\n\n\n\n<p>[00:05:05] <strong>Mary Ann Aschenbrenner:</strong> I got someone else to do it because I knew nothing about building websites. In 2012, I had the opportunity to go back to school, and I actually went to PCC and studied web design. And I&#8217;ve been building websites, I started my own company shortly after that, and I&#8217;ve been doing it ever since with Water Link Web.</p>\n\n\n\n<p>[00:05:21] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;ve been in the weeds for a fairly long time.</p>\n\n\n\n<p>[00:05:24] <strong>Mary Ann Aschenbrenner:</strong> Yeah, well over a decade. 14 years or something like that.</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> You&#8217;re obviously keeping up to date with all the different bits and pieces in the WordPress space, because the content of your presentation later today is, well, the title is Moving a Website from Classic to Block themes. Some examples, some live and learns. And so I&#8217;m guessing you&#8217;re going to be instructing people on, if they wish to make the move, how to go from what we call a classic theme.</p>\n\n\n\n<p>[00:05:45] <strong>Mary Ann Aschenbrenner:</strong> It will be like the real step by step. This is what you do this first, you do this second, this is what it&#8217;s going to look like, these are the problems you may come into, and this is how to fix them. And voila, it&#8217;s going to be great.</p>\n\n\n\n<p>[00:05:58] <strong>Nathan Wrigley:</strong> And so from your perspective, what&#8217;s the sort of, the single, well, maybe not single, maybe there&#8217;s a few things that you can mention, what are the most compelling reasons that you would ever want to move away from a classic theme?</p>\n\n\n\n<p>Let&#8217;s say that I&#8217;ve got a website, it&#8217;s working perfectly fine. There&#8217;s nothing wrong with it, but I&#8217;m kind of curious. I want to explore the option. What are the big ticket items why you would wish to move?</p>\n\n\n\n<p>[00:06:19] <strong>Mary Ann Aschenbrenner:</strong> Well, a couple of reasons. Often the plugins that might be associated with your old theme may no longer being maintained. So there&#8217;s one situation where I mentioned in the presentation, they&#8217;re not being maintained, you won&#8217;t be able to update the PHP on your server and you could have a site that&#8217;s open to hacking and be slower therefore, because it&#8217;s running on a lower grade PHP.</p>\n\n\n\n<p>So that&#8217;s one reason to do it. Another is once you start using the block theme editor, you don&#8217;t want to go back. And so, you know, I&#8217;ve always maintained my skills with WordPress. I&#8217;ve been active in the WordPress community. I&#8217;ve continued to learn. And, yes, I&#8217;ll admit when the block editor first came out, I was a little trepidatious. I didn&#8217;t use it that first year. But the second year I did, and the third year I did. And I have been using the latest theme every year, ever since when I build my client&#8217;s websites.</p>\n\n\n\n<p>So I just don&#8217;t like going back to the classic and then like, okay, how do we do this? It just isn&#8217;t as intuitive. And as well, it&#8217;s easy to maintain, you don&#8217;t have as much opportunity to make changes as you do in the new block editor. So I&#8217;m just gradually updating my clients.</p>\n\n\n\n<p>[00:07:33] <strong>Nathan Wrigley:</strong> Do you have a background in code or are you more of a kind of mouse driven builder?</p>\n\n\n\n<p>[00:07:38] <strong>Mary Ann Aschenbrenner:</strong> Do I have a background in code? I did a little HTML. I understand CSS and I certainly use that a lot with the classic theme, CSS especially. But that isn&#8217;t really where I trained in.</p>\n\n\n\n<p>Really where my skill lies is working with my clients and creating a website that is unique to them. Every website I do is original. And I look at what colours they want, what values they want to display. And we design based on that.</p>\n\n\n\n<p>And my clients love me. I mean, I&#8217;ve had clients over a decade. Still same clients, still working with me. And they trust me and I know it&#8217;s like, it&#8217;s time to upgrade your website and then we do that.</p>\n\n\n\n<p>[00:08:20] <strong>Nathan Wrigley:</strong> I think one of the things about the classic themes was that having a deep knowledge of the code and the templating hierarchy in WordPress and those kind of things meant that it was available to some, but not necessarily to everybody.</p>\n\n\n\n<p>Whereas the block based themes, the more modern WordPress, if you like, there is much more opportunity to get into the weeds. To do your templates and template parts and things like that with a visual editor.</p>\n\n\n\n<p>So long as you can understand the UI, and where to find the menus, and where to construct the different parts of your website. And that promise of democratising publishing seems to be something that is being delivered, despite the fact that, you know, it&#8217;s a bit of a jump to go from classic to full site.</p>\n\n\n\n<p>[00:08:58] <strong>Mary Ann Aschenbrenner:</strong> It is, absolutely. My daughter&#8217;s wedding photographer contacted me. She&#8217;d had a website on Squarespace, and she found out after 10 years of working as a wedding photographer in southern Oregon, she was only on page five of search results. And that&#8217;s ridiculous, but it&#8217;s because of where she had her website.</p>\n\n\n\n<p>So she switched it over to WordPress and was confused, what do I do next? She had bought a photographer theme, and so it was going to work perfect for her. And I said, you know what? You see those three lines at the top of the page when you go to edit the page, hit them. And she did.</p>\n\n\n\n<p>And then it was like, oh, the light went on. So she&#8217;s going to contact me again when she&#8217;s got that built out. But now she understands what to do. All she needed to learn was those three lines because then she knows she can edit every single block in there, and knows what to do.</p>\n\n\n\n<p>[00:09:49] <strong>Nathan Wrigley:</strong> If you were to look at the growth of WordPress over the last, I&#8217;m going to say sort of 10 years, something like that, the uptick in WordPress usage up to kind of 40 plus percent, whatever it is now, I think there&#8217;s been a lot of page builders responsible for that uptick. So for example, the likes of Elementor or what have you.</p>\n\n\n\n<p>And it was curious that in the blurb that went with your presentation, you particularly pointed out, I think the quote was, no page builder is needed, or something that. Is that a big part of it for you, that you don&#8217;t need to rely on any third party tool, often which have a fee attached to them for an annual or a recurring license or something like that? Is like that a big part of it?</p>\n\n\n\n<p>[00:10:22] <strong>Mary Ann Aschenbrenner:</strong> I&#8217;ve never used page builders. And I have friends in the industry who love page builders, rely on page builders, and I have happy clients and I&#8217;ve never used a page builder. And the site is unique to them. I don&#8217;t feel like adding on another layer.</p>\n\n\n\n<p>I&#8217;ve had to change over websites where a page builder was used, and it was very heavy, and slow because there was so much code. And back in the day, an individual who was vision impaired couldn&#8217;t use it because the web reader that they were using couldn&#8217;t read through all this extra code. I just never used it for that reason.</p>\n\n\n\n<p>But I&#8217;m sure they&#8217;re better now. I do believe that, but you don&#8217;t need them. When you have the block editor, you don&#8217;t need a page builder.</p>\n\n\n\n<p>[00:11:06] <strong>Nathan Wrigley:</strong> Are there any situations in which you wouldn&#8217;t ascribe the necessity to move over to a more modern, block based theme? In other words, is there any scenario where you look at somebody that&#8217;s on a classic theme and you say, you know what, just stay where you are, everything&#8217;s fine? Or are you always keen to promote people to move in this direction?</p>\n\n\n\n<p>[00:11:25] <strong>Mary Ann Aschenbrenner:</strong> I&#8217;m not always keen to promote people. So I have a client who, oh gosh, she was part of the second wave feminist movement, and has a really great website people love. I built it for her in like 2015 and it&#8217;s still working fine. She can stay on it. She&#8217;s comfortable with it. You know, there&#8217;s no reason really, if it starts being an issue with the PHP levels and so forth, then I&#8217;ll talk to her about it.</p>\n\n\n\n<p>[00:11:51] <strong>Nathan Wrigley:</strong> Yeah, I suppose there&#8217;s also, given the trends in graphic design and the way websites look, there&#8217;s always a moment in time where your website just begins to look stale on the front end.</p>\n\n\n\n<p>[00:11:59] <strong>Mary Ann Aschenbrenner:</strong> Or it looks retro, or it looks cool. And the others all look the same. So there&#8217;s always that.</p>\n\n\n\n<p>[00:12:05] <strong>Nathan Wrigley:</strong> So that, if you like, was more about the why of you may wish to move over to a, away from a classic theme.</p>\n\n\n\n<p>So let&#8217;s move into the sort of the how then because that I think is the crux of your presentation really, how to do it and you need to demonstrate on the screen and what have you. So let&#8217;s go through that process. What is the first thing that you do when you are looking to transfer somebody over?</p>\n\n\n\n<p>[00:12:25] <strong>Mary Ann Aschenbrenner:</strong> Well, the first thing you do is you set up a staging site. I&#8217;m not saying doing this live. Bring up a staging site on your server. It&#8217;s your same website and all it is is the new URL that says staging, dot, blah, blah, whatever.</p>\n\n\n\n<p>Then after your staging site is up, you activate your 2025 theme. You may want to use 2024. 2024 is a really good theme as well. I think the patterns in 2024 are maybe a little more geared toward business, and the patterns in 2025 may be a little more geared towards personal blogs and artists. But pick one.</p>\n\n\n\n<p>So you have now have the 2025 theme, and it&#8217;s going to look very plain because it&#8217;s just plain until you fix it. And the next thing I usually do is I go through and start editing the pages. So a lot of my old themes, I put in the classic editor plugin. Remember the classic editor plugin?</p>\n\n\n\n<p>[00:13:18] <strong>Nathan Wrigley:</strong> I do, yeah.</p>\n\n\n\n<p>[00:13:19] <strong>Mary Ann Aschenbrenner:</strong> Yeah, we were afraid of block editor so we all put classic editor on. And so it kind of keeps it looking classic. And, well, you deactivate that. And then when you go to a page or a blog post, you&#8217;ll see a little greyed block on the top of that content that says classic editor. You click it, and then it&#8217;ll say, convert to blocks. And this is where you just do it. You say, yes, I&#8217;m going to convert to blocks. You click it, and you got blocks.</p>\n\n\n\n<p>Now, where you are going to find problems? But first of all, most of it deploys really well. Paragraphs deploy, they&#8217;re still paragraphs. Headers deploy, they&#8217;re still headers, et cetera, et cetera. But where you have columns, your original theme may have used some sort of a short code for columns that&#8217;s different than a block editor. So that may not convert.</p>\n\n\n\n<p>Where you have embedded YouTube videos or something, you may decide to do them differently using the YouTube embed plugin instead of whatever code comes up. And you&#8217;ll get a little, if a paragraph doesn&#8217;t convert well or a block doesn&#8217;t convert well, it&#8217;ll say, you&#8217;ll know that.</p>\n\n\n\n<p>But you still have your live site. So you can go there and find the content and put it back in. You know, it would would be cut and paste if you may have to chase down a YouTube link to embed a YouTube video. But it is all very doable and it&#8217;s pretty fast. It doesn&#8217;t take that long. I had a website with 200, over 200 blog posts that I had to do that on. That took a little while. But it was 200 blog posts, more than that actually. But for just a standard website with a dozen or so pages, it&#8217;s not hugely time consuming.</p>\n\n\n\n<p>[00:14:54] <strong>Nathan Wrigley:</strong> I guess the only problems that may occur is if some part of the, well, let&#8217;s say theme, but it may be a plugin, but it may be part of the theme was injecting something somewhere. And in the classic editor you don&#8217;t see it, but it somehow surfaces on the front end. I don&#8217;t know, it may be the insertion of an ad or something like that. And then you may run into problems because you can&#8217;t see where that content&#8217;s coming from.</p>\n\n\n\n<p>But I suppose in your scenario, you&#8217;re just flicking backwards and forwards between the current live site, which is the classic one, and then you&#8217;ve got your staging site, which is the block based one. I guess it&#8217;s just a jigsaw puzzle really. You&#8217;re trying to figure out, okay, why is that missing? Where does that come from? How can I deploy it in blocks and go through that process? And hopefully on each iteration you get more and more back to what the original content was.</p>\n\n\n\n<p>[00:15:38] <strong>Mary Ann Aschenbrenner:</strong> Right, exactly. That&#8217;s how you do it.</p>\n\n\n\n<p>[00:15:40] <strong>Nathan Wrigley:</strong> Yeah. And so it&#8217;s a process of going through it kind of one at a time.</p>\n\n\n\n<p>Have you ever encountered something which you couldn&#8217;t solve in that scenario? Have you ever come across something where you just throw your hands in the air and think, what, where&#8217;s that?</p>\n\n\n\n<p>[00:15:50] <strong>Mary Ann Aschenbrenner:</strong> One time. So I had a website on a Studio Press theme, and I did the conversion. It all looked good to me. And then I realised when you were not logged into the site, the navigation didn&#8217;t show up properly. And I tried to figure that out and I redid the navigation. It looked good when you&#8217;re logged in, but when you&#8217;re just looking at the site not logged in, it wasn&#8217;t. So I ended up actually rebuilding that site entirely.</p>\n\n\n\n<p>[00:16:16] <strong>Nathan Wrigley:</strong> Oh, interesting.</p>\n\n\n\n<p>[00:16:17] <strong>Mary Ann Aschenbrenner:</strong> I just went ahead and brought up a whole new 2025 theme and copied and pasted content and brought it over.</p>\n\n\n\n<p>[00:16:23] <strong>Nathan Wrigley:</strong> Okay, so rather than having a staging site, well, you presumably did have a staging site, but it wasn&#8217;t a case of going into the posts or the pages and clicking the convert button. This more of a, okay, something&#8217;s broken here, I need to start from scratch.</p>\n\n\n\n<p>[00:16:34] <strong>Mary Ann Aschenbrenner:</strong> Something&#8217;s broken, I couldn&#8217;t figure it, I mean, I&#8217;m sure if I were a coder, I would&#8217;ve dug into the code. But it&#8217;s like, it&#8217;s going to take me hours, it&#8217;s going to be easier in this case. It didn&#8217;t have a ton of content. There was like six or eight pages and maybe four or five blog posts. So it wasn&#8217;t that hard to do. It was easier to just bring up the new 2025 theme and start fresh.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> Yeah, in the scenario where you&#8217;ve only got a handful of pages, it probably is literally quicker to do it that way and copy and paste.</p>\n\n\n\n<p>[00:16:58] <strong>Mary Ann Aschenbrenner:</strong> Especially if you see an issue pop up immediately. It&#8217;s something, the navigation, I couldn&#8217;t figure out why that wasn&#8217;t working. But it was a Studio Press theme, so something was coming through from the old theme.</p>\n\n\n\n<p>[00:17:09] <strong>Nathan Wrigley:</strong> Okay. And you mentioned that this whole process where you, you go to your staging site and you go into a post or a page, and there&#8217;s this bar at the top. The content is missing essentially. And there&#8217;s this bar, it&#8217;s a grey bar and it looks.</p>\n\n\n\n<p>[00:17:23] <strong>Mary Ann Aschenbrenner:</strong> Well, the content is usually there.</p>\n\n\n\n<p>[00:17:24] <strong>Nathan Wrigley:</strong> Yeah, but it&#8217;s all in the wrong, it&#8217;s as it was essentially. So it&#8217;s not yet as blocks. And you click the button, wait a heartbeat, a moment, and the WordPress sort of process of migrating one to the other just sort of takes over. Paragraphs become paragraphs blocks, and on you go. I&#8217;ve yet to have that fail on me in a catastrophic way. It&#8217;s never done anything unexpected.</p>\n\n\n\n<p>[00:17:45] <strong>Mary Ann Aschenbrenner:</strong> It&#8217;s never failed catastrophically, not on me. And I&#8217;ve converted, even on that one website I just mentioned, the content converted great. It was just the navigation that was the issue. But I&#8217;ve used Canvas theme, which used to be produced by WooCommerce before it became a part of WordPress. And I&#8217;ve used, of course another theme on, that another website. So that content comes through actually, really easily.</p>\n\n\n\n<p>[00:18:09] <strong>Nathan Wrigley:</strong> You mentioned also that you are using the default theme in most cases. So you mentioned 2025, but also you said, I think perhaps try 2024 or something like that. Is that your kind of go-to? Do you explore the ecosystem of other themes that are out there in the environment, either the repo or possibly commercial themes, or you just heavily leaning into default themes?</p>\n\n\n\n<p>[00:18:28] <strong>Mary Ann Aschenbrenner:</strong> I just lean into the default theme.</p>\n\n\n\n<p>[00:18:29] <strong>Nathan Wrigley:</strong> Is there any particular reason for that? Because obviously, you know it&#8217;s going to be updated, which is really nice. You know that it&#8217;s a, well, it&#8217;s deployed on every WordPress website, a standard if you download a vanilla version of WordPress.</p>\n\n\n\n<p>[00:18:39] <strong>Mary Ann Aschenbrenner:</strong> It&#8217;ll be maintained for a long, long time. I know somebody who&#8217;s still in the 2015 theme and their site still works great.</p>\n\n\n\n<p>[00:18:47] <strong>Nathan Wrigley:</strong> Yeah, the backwards compatibility promise of WordPress is pretty remarkable.</p>\n\n\n\n<p>[00:18:51] <strong>Mary Ann Aschenbrenner:</strong> It&#8217;s pretty remarkable.</p>\n\n\n\n<p>[00:18:52] <strong>Nathan Wrigley:</strong> Yeah. Have you found limitations in those themes though? So one of the things that I think people wish were better would be, for example, things like navigation. You know, the options that you have in default blocks for navigation. Currently, there&#8217;s quite a lot of work going on to improve that as it happens. But are there any limitations that you&#8217;ve encountered where you thought, I wish it could do more?</p>\n\n\n\n<p>[00:19:12] <strong>Mary Ann Aschenbrenner:</strong> I haven&#8217;t with the 2025, not recently anyway. But with 2024, I used a little bit of CSS in the navigation block. So add a little CSS.</p>\n\n\n\n<p>[00:19:21] <strong>Nathan Wrigley:</strong> Yeah, just tweak it a little bit. There&#8217;s a lot of requirements for maybe, I don&#8217;t know, mega menus, things like that, adaptations to the mobile menu that are not available in the blocks. And as we&#8217;re leaning more into kind of like a no code environment with block based themes.</p>\n\n\n\n<p>[00:19:35] <strong>Mary Ann Aschenbrenner:</strong> I have used a plugin for mega menus on one of my clients.</p>\n\n\n\n<p>[00:19:37] <strong>Nathan Wrigley:</strong> Okay. So you take care of that in a different way by using plugins? Yeah, okay. That kind of makes sense.</p>\n\n\n\n<p>Okay, so that&#8217;s the bits and pieces perhaps about the sort of how you do it.</p>\n\n\n\n<p>[00:19:46] <strong>Mary Ann Aschenbrenner:</strong> And the reason I used the mega menu plugin for that client was he had very specific ideas of how he wanted his navigation to look on cell phone.</p>\n\n\n\n<p>[00:19:54] <strong>Nathan Wrigley:</strong> Yeah, because it is fairly limited what you get out of the box. There&#8217;s not too many options and think the community is possibly moving towards having something a little bit better in the, yeah, a bit more full featured, let&#8217;s put it that way.</p>\n\n\n\n<p>It&#8217;s a curious question, do you see any need for more than a single theme in the WordPress space anymore? So in other words, now that we&#8217;re leaning into an era where all of the bits and pieces that would&#8217;ve been handled by the theme is now handled by the interface of the block-based theme. So, for example, all of your templates is within the UI of full site editing and what have you. Do we even need a whole bunch of themes?</p>\n\n\n\n<p>Could we just have a single theme which did the bare bones, maybe headers, footers, menus, that kind of thing. And then all of it is done by patterns or templates, which can be pointed on and clicked in, in the interface?</p>\n\n\n\n<p>[00:20:44] <strong>Mary Ann Aschenbrenner:</strong> Well, I think that it&#8217;s good to have themes, and I&#8217;ll tell you why. My daughter&#8217;s wedding photographer. She is not a website designer. You know, she was used to using Squarespace, realised that the SEO on it sucked and decided to go to WordPress and found a great photography theme from a good maker of themes. I had no problem with it. I looked at it. And all she needed was a little tip on how to see where her blocks were and what the block is. She&#8217;s just going to be able to go with that.</p>\n\n\n\n<p>Now if she was starting from scratch with no theme to work with, and just trying to figure it out, I think it&#8217;d be a lot harder for her. But having a template that&#8217;s like, here&#8217;s your photography template, she can put her own pictures in there. She understands the concept, and she&#8217;ll be able to build her own website with it.</p>\n\n\n\n<p>[00:21:36] <strong>Nathan Wrigley:</strong> Do you find it&#8217;s easier for your clients then to work with the block based themes than it was with the classic themes?</p>\n\n\n\n<p>[00:21:43] <strong>Mary Ann Aschenbrenner:</strong> Yes.</p>\n\n\n\n<p>[00:21:44] <strong>Nathan Wrigley:</strong> I find sometimes it&#8217;s difficult to kind of work out where you are in the UI. You know, you&#8217;ve clicked on a bunch of things and you can&#8217;t figure out how to get back to where you were, things like that. But then if I weigh that up against how difficult it was with classic themes, where you had to basically have a code editor open at some point and be editing template, PHP files, and things like this. Although it&#8217;s a bit confusing navigating around the UI, I think even the people developing WordPress would say, yes, there&#8217;s a bit of work to be done on the UI. I think on the whole, it&#8217;s much easier, but I don&#8217;t know what your clients think.</p>\n\n\n\n<p>[00:22:13] <strong>Mary Ann Aschenbrenner:</strong> You know how I explained to my clients, I said, if you use Mac, can you put together a Pages document and maybe add some images, can you do that? And they say, yes. I said, well, if they&#8217;re using Microsoft, can you do the same thing? Yes, I can. Well, then you can use the block theme.</p>\n\n\n\n<p>Because once it&#8217;s set up, I mean, I think that there&#8217;s certain areas that are a little more tricky and for our clients, I&#8217;ll say, look, don&#8217;t get into the editor. Do not do full site editing. Let me do that. If you want to add something to the navigation, just tell me, I&#8217;ll edit it. It&#8217;s not a big deal. It takes me five minutes. They&#8217;re going to have to figure it out, because it&#8217;s only something they&#8217;re going to do once in a while when they change their navigation.</p>\n\n\n\n<p>But for any of their pages, you know, they know how to hit the three lines, see what block they&#8217;re in, click it, it lights up the block on the right hand side, and then they can do the editing to the right of that. They can do it.</p>\n\n\n\n<p>[00:23:03] <strong>Nathan Wrigley:</strong> Do you lean into the feature of locking blocks? Because it sounds like you&#8217;ve got a fairly close relationship with your clients. You&#8217;re probably able to get on the phone with them and things like that, have that communication. So you can just say, don&#8217;t touch that, leave that alone, and that&#8217;s fine.</p>\n\n\n\n<p>But obviously in different scenarios where, I don&#8217;t know, it might be more corporate, that kind of thing, the capacity within native WordPress to exclude the client from being able to edit that.</p>\n\n\n\n<p>So as an example, yeah, you can change the text on that block, but it&#8217;s a cover block, but we&#8217;re not going to allow you to change the background image. Or conversely, you can change the background image, but you can&#8217;t change the text, those kind of things. So these are sort of new features which have crept in over time, and I&#8217;m not sure how many people use those, whether or not that would be of interest to you and your clients.</p>\n\n\n\n<p>[00:23:45] <strong>Mary Ann Aschenbrenner:</strong> You know, it&#8217;s their website. They may be on my servers that I&#8217;m hosting, but it&#8217;s their website and if they really want to mess it up, they can. And I can fix it. But really, it&#8217;s not a problem.</p>\n\n\n\n<p>There&#8217;s been a few times, I have one client who adds content and he happened to add it all in tables. I don&#8217;t know why or how. I had to fix it on one of his pages. But, you know, I fixed it and the content is there down and it&#8217;s not in a table.</p>\n\n\n\n<p>[00:24:10] <strong>Nathan Wrigley:</strong> Do you build into your process, when you have converted something from classic to block base, do you have like an education piece in the middle there somewhere?</p>\n\n\n\n<p>[00:24:18] <strong>Mary Ann Aschenbrenner:</strong> Oh, yes.</p>\n\n\n\n<p>[00:24:19] <strong>Nathan Wrigley:</strong> So time to show the client how to use it. Because obviously they may be very familiar with classic editing, or it may be something that they&#8217;re not really dabbling in that much. Either way, it&#8217;s not at all like the new thing. And how do you do that? Do you allocate time? Do you have videos prepared or just sit next to them in their offices?</p>\n\n\n\n<p>[00:24:35] <strong>Mary Ann Aschenbrenner:</strong> You know, we usually do it as like a Zoom call. They share their screen. Well, actually, during the process, there&#8217;ll be times when I&#8217;m on the phone in a Zoom call with the client or a Google Meet call with the client, and I&#8217;m showing them what I&#8217;m doing on my end. So that&#8217;s part of the education process.</p>\n\n\n\n<p>And we talk about, okay, do you like this font? No, I don&#8217;t like this one. Okay, well, how about this one? They see me change things back and forth. I put up content and they say, oh, we want to edit that. We want to rephrase it like this.</p>\n\n\n\n<p>So if we&#8217;re doing it on a Zoom call, it&#8217;s going back and forth, they see how I&#8217;m working. And I make a point, oh, see how I hit these three lines, and we can edit this paragraph block, let&#8217;s put a background on this paragraph block. Here&#8217;s how you do it. So they learn how to do that, just kind of as we&#8217;re building it.</p>\n\n\n\n<p>And then when it&#8217;s done, I will definitely show them how, anything they want to change. And I&#8217;ll walk through them how to add a blog post, for example. Usually the pages are pretty dialed in by the time we go live, it&#8217;s exactly where they want. So they might need to learn how to add blog posts. And I&#8217;ll introduce them to the blocks I think they&#8217;re going to use. They don&#8217;t need to know how to do every single block because there&#8217;s so many blocks.</p>\n\n\n\n<p>[00:25:46] <strong>Nathan Wrigley:</strong> Yeah. Do you switch some of them off, make them unavailable? I don&#8217;t know, there&#8217;s things like the Animoto Block, which goodness knows whoever was using that, I don&#8217;t know. But it&#8217;s there. I think most clients don&#8217;t need them. And having the capacity to switch some blocks off, quite a nice idea.</p>\n\n\n\n<p>[00:26:00] <strong>Mary Ann Aschenbrenner:</strong> You can. I haven&#8217;t done that.</p>\n\n\n\n<p>[00:26:01] <strong>Nathan Wrigley:</strong> No, okay. And are there any common gotchas? When you&#8217;ve gone through this process multiple times, is there anything which comes out the other end which is reliably strange to the client? You know, okay every client&#8217;s reporting back either, nothing, this is brilliant, it&#8217;s a hundred percent, I&#8217;m all on board. Or do you have common things which you have to explain over and over again to the different clients because it&#8217;s just quirky?</p>\n\n\n\n<p>[00:26:21] <strong>Mary Ann Aschenbrenner:</strong> There&#8217;s a couple clients that are boards, nonprofit boards, and so then I have to explain it over and over again.</p>\n\n\n\n<p>[00:26:29] <strong>Nathan Wrigley:</strong> And is that because of the nature of.</p>\n\n\n\n<p>[00:26:31] <strong>Mary Ann Aschenbrenner:</strong> Because the person I&#8217;m talking to changes.</p>\n\n\n\n<p>[00:26:33] <strong>Nathan Wrigley:</strong> Oh, okay.</p>\n\n\n\n<p>[00:26:34] <strong>Mary Ann Aschenbrenner:</strong> Sometimes clients will want something I don&#8217;t really feel like I can deliver. So I have a client who wants full with image, with content on top of it, and wants it to be a slider. So there&#8217;ll be a full width image with content and a button, and then another full width image with content and a button. It&#8217;s a slider. So I created this.</p>\n\n\n\n<p>And then when it was done, they were like, well, I want the whole image to show on a cell phone. I had to explain, if that entire image gets so narrow that it shows on a cell phone and it&#8217;s not very tall, your content won&#8217;t fit in it. And it was really hard to accept. So that kind of thing can occur.</p>\n\n\n\n<p>[00:27:12] <strong>Nathan Wrigley:</strong> Yeah, I mean, it&#8217;s not for everybody, but I feel at this point, this is the future of WordPress. This is the way it&#8217;s going to go. This is what most people are talking about and what have you. Just getting into your presentation later, firstly, good luck with it. I hope it goes well.</p>\n\n\n\n<p>[00:27:26] <strong>Mary Ann Aschenbrenner:</strong> Thank you.</p>\n\n\n\n<p>[00:27:27] <strong>Nathan Wrigley:</strong> How are you tackling this subject? Are you going to be doing slides? Because it&#8217;ll be curious, the audience, presumably in front of you are, well, we&#8217;re at WordCamp. Presumably they are a bunch of WordPressers. I&#8217;m curious to know at what level you are pitching it.</p>\n\n\n\n<p>[00:27:39] <strong>Mary Ann Aschenbrenner:</strong> You know, I think somebody who&#8217;s fairly new to WordPress will be able to get a lot out of this. I think it&#8217;s geared towards somebody with a little bit of experience, not a lot.</p>\n\n\n\n<p>I&#8217;m going to talk about three different websites. One of them was actually built in 2006 on Blogger. I wasn&#8217;t the one that built it. And two other websites. And I&#8217;m going to talk a little bit about the City of Portland, so people who come to this, even if they know everything I&#8217;m talking about will learn a little bit about the City of Portland.</p>\n\n\n\n<p>[00:28:05] <strong>Nathan Wrigley:</strong> And this is all filmed as well, which is kind of nice. And these days those videos tend to get turned around pretty quickly. Long gone is the day that you would attend a WordCamp and then six months, a year later, the video would still be stuck in somebody&#8217;s hard disk.</p>\n\n\n\n<p>Hopefully by the time this podcast episode drops, that will be out and we&#8217;ll be able to watch your presentation. I think I&#8217;ve asked everything that I wish to ask. Is there anything that you think that we didn&#8217;t touch during our conversation?</p>\n\n\n\n<p>[00:28:31] <strong>Mary Ann Aschenbrenner:</strong> There is.</p>\n\n\n\n<p>[00:28:31] <strong>Nathan Wrigley:</strong> Go for it.</p>\n\n\n\n<p>[00:28:32] <strong>Mary Ann Aschenbrenner:</strong> While I was building the site with 200 blog posts, I discovered a little, what I thought was a glitch. And it turns out it&#8217;s a feature. But if you were a developer, you think it&#8217;s a feature. So in the 2025 theme, when you go to templates, you go to your website editor and you go to patterns, and then you have the header, the footer, and the page templates.</p>\n\n\n\n<p>For the blog page, I pick a page template for the blog page, just that one. And then I can go in and I can select the style of my query loop. So if I want a query loop that&#8217;s just a picture on the left and content on the right for that blog page, and then people can scroll through and see all the different blog posts.</p>\n\n\n\n<p>I picked one that was different than that. So I picked it, and then I deployed it, and then I went to the blog page and looked at it and it looked great. Except when I hit next page, it returned to the same page. It never was advancing to all these other 200 blog posts. And I was like, what happened here?</p>\n\n\n\n<p>So I went back to the template, page, templates, blog page, picked a different query loop. Same thing. Picked a third query loop. Ah, this one worked. I could advance to the next pages. So then I was curious, why is this?</p>\n\n\n\n<p>So I went back to that template, hit the three line dropdown arrow, looked at every single block in there and saw a pagination block that had not been in the others at the bottom of the group. So then I copied that and I put it in. And voila, my original one worked, I was very happy with it.</p>\n\n\n\n<p>So I went yesterday to the Contributor Day and I sat at the Core Performance table, and normally not where I would belong, and said, this is your issue, it&#8217;s got to be fixed. And they looked at it, and a couple more people looked at it, and then they explained to me that not all query loops are used on the blog page. Some might be used on a landing page. And you may not want a next pages on every one of your query loops, so it&#8217;s not there on everyone.</p>\n\n\n\n<p>[00:30:53] <strong>Nathan Wrigley:</strong> It&#8217;s kind of interesting that it got there on one of them. And I think this is something that can be quite confusing, things like that, which in the old world, you would&#8217;ve dropped in as a short code. And in order to get that short code, you would&#8217;ve gone into some other UI and configured it all, and then the short code would&#8217;ve been spat out with the correct parameters to do what you wanted. So there might have been a toggle for show pagination, take pagination off, and what have you. And then the short code would ultimately do that.</p>\n\n\n\n<p>In the block editor, this kind of thing happens fairly frequently in that there are nested blocks. And if you don&#8217;t deploy the nested blocks, so for example, if you didn&#8217;t know that pagination was a separate block, which usually sits outside of the query loop, usually below it in the same group or something like that, it&#8217;s easy to think, well, it ought to be there. Why isn&#8217;t it there? And sometimes you have to go find that pagination block, insert it in the right place and what have you.</p>\n\n\n\n<p>Yeah, so things like that, if you don&#8217;t see it, you don&#8217;t see it. It&#8217;s not intuitive to think that it ought to be there. And I can think of probably dozens of examples of that kind of thing where blocks that you may rely on are in fact nested blocks of other blocks, and they may not come in automatically.</p>\n\n\n\n<p>So, yeah, it&#8217;s a process of figuring that out, and maybe a toggle inside the query loop block saying, just enable pagination, turn it off, or something like that.</p>\n\n\n\n<p>[00:32:11] <strong>Mary Ann Aschenbrenner:</strong> That might be helpful. But I was able to fix it, and I realise now that it actually is a feature because they can, you can go to those query loops and look at all sorts of query loops that you might use elsewhere on your website. So I thought it was great to go to Contributor Day. I contributed and I learned.</p>\n\n\n\n<p>[00:32:28] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really nice. And people were able to explain it to you. Yeah, definitely a thing if you come to a WordCamp, certainly of this magnitude, attend the Contributor Day. And it&#8217;s not just a process of contributing, it can be a process of sitting next to people who are working and asking them questions and thereby upping your own knowledge.</p>\n\n\n\n<p>[00:32:44] <strong>Mary Ann Aschenbrenner:</strong> And I don&#8217;t think that they were aware of it until I pointed it out.</p>\n\n\n\n<p>[00:32:47] <strong>Nathan Wrigley:</strong> Yeah, they&#8217;re in the weeds of deploying it, and they may not consider all the use cases. And in this case, you had one in which it didn&#8217;t work as expected. I guess from their point of view, everything that they said is probably true. You know, it may be deployed in this way, it may not, and so we built it in such a way that you can have the pagination or not, but nevertheless, you kind of needed it right away.</p>\n\n\n\n<p>Well, that&#8217;s brilliant. Thank you so much Mary. Appreciate you chatting to me today.</p>\n\n\n\n<p>Where can we find you if people would like to reach out about anything you&#8217;ve talked about? Where&#8217;s the best places?</p>\n\n\n\n<p>[00:33:14] <strong>Mary Ann Aschenbrenner:</strong> On my website is waterlinkweb.com. You can find me there. I&#8217;m on Instagram at Water Link Web. I have a LinkedIn, Mary Ann Aschenbrenner at LinkedIn. And I think that does it.</p>\n\n\n\n<p>[00:33:28] <strong>Nathan Wrigley:</strong> Well, thank you very much. I&#8217;ll make sure all those bits and pieces get into the show notes. So head to wptavern.com, search for the episode with Mary Ann Aschenbrenner. I will hopefully speak to you another time. Thank you very much for chatting to me.</p>\n\n\n\n<p>[00:33:40] <strong>Mary Ann Aschenbrenner:</strong> Thank you very much, Nathan.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/maryannaschenbrenner/\">Mary Ann Aschenbrenner</a>.</p>\n\n\n\n<p>Mary Ann has been the President of Waterlink Web, a digital agency specialising in WordPress web design since 2014. Her experience includes e-Commerce and membership websites, websites for local nonprofit organisations, and starter websites for small businesses. As a life-long learner, Mary Ann likes to keep pace with the latest innovations in WordPress. She is a fan of block themes and particularly the WordPress default themes.</p>\n\n\n\n<p>We start by discussing the differences between classic and block themes, with Mary Ann offering practical, step-by-step advice for anyone considering a move from a classic theme to a modern block-based theme. She talks about why you might want to make the switch, potential challenges to look out for, and stories from her own experience converting client sites.</p>\n\n\n\n<p>We also chat about the evolution of WordPress, the diminishing need for third-party page builders, the importance of client education, and the ongoing improvements in the block editor. Plus, Mary Ann shares insights from her WordCamp presentation, and her experiences collaborating with the WordPress community.</p>\n\n\n\n<p>Whether you’re a seasoned WordPresser, or are just starting out, and keen to know how block themes are making site building more accessible for everyone, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/maryannaschenbrenner/overlay/about-this-profile/\">Mary Ann Aschenbrenner</a> on LinkedIn</p>\n\n\n\n<p><a href=\"https://waterlinkweb.com/\">Waterlink Web</a></p>\n\n\n\n<p><a href=\"https://friendsofpierpark.org/\">Friends of Pier Park website</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2025/session/moving-a-website-from-classic-to-a-block-theme/\">Moving a Website from Classic to a Block Theme</a></p>\n\n\n\n<p><a href=\"https://www.studiopress.com/\"> StudioPress</a></p>\n\n\n\n<p><a href=\"https://www.blogger.com/\">Blogger</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, 17 Sep 2025 14: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:14:\"Nathan Wrigley\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Open Channels FM: How to Make Your Open Web Content Last Forever: Effortless, Permanent Backups and Media Storage\";s: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:33:\"https://openchannels.fm/?p=108637\";s: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://openchannels.fm/how-to-make-your-open-web-content-last-forever-effortless-permanent-backups-and-media-storage/\";s: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:360:\"The open web is a patchwork of ideas, creativity, and discovery that thrives on its openness and diversity. But what happens when websites go offline, hosting bills lapse, or platforms disappear? The reality is that content is lost every day to link rot, expired services, and vanished archives while silently erasing important stories and knowledge. [&#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Sep 2025 13:29:01 +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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Open Channels FM: GoDaddy’s New AI Site Designer: From Idea to WordPress Site in Minutes\";s: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:33:\"https://openchannels.fm/?p=109724\";s: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:93:\"https://openchannels.fm/godaddys-new-ai-site-designer-from-idea-to-wordpress-site-in-minutes/\";s: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:157:\"Our sponsor GoDaddy\'s Airo Site Designer is an AI tool that quickly creates WordPress sites from simple prompts, making it easy for anyone to go online fast.\";s: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, 17 Sep 2025 09:36: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: United Starlink\";s: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:38:\"https://ma.tt/2025/09/united-starlink/\";s: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:38:\"https://ma.tt/2025/09/united-starlink/\";s: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:978:\"<p>I’m on my first United flight with Starlink, and wow! I ran a <a href=\"https://fast.com/\">fast.com</a> test and got 110 mbps down and 38 mbps up, which is insane.  28ms ping times. While flying! When you think of all of the engineering and technology coming together to let me blog this it’s really incredible.</p>\n\n\n\n<p>Update 2025-09-16: United actually responded to my tweet about this. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f602.png\" style=\"height: 1em;\" /></p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-twitter\"><blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Entertainment at 35,000 feet has never been better (or faster)! ?</p>&mdash; United Airlines (@united) <a href=\"https://twitter.com/united/status/1968318805018632648?ref_src=twsrc%5Etfw\">September 17, 2025</a></blockquote></div>\n</div></figure>\";s: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, 17 Sep 2025 00:05: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: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:31;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Open Channels FM: How WordPress Playground Is Opening Doors to Inclusive Learning Everywhere\";s: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:33:\"https://openchannels.fm/?p=108627\";s: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:99:\"https://openchannels.fm/how-wordpress-playground-is-opening-doors-to-inclusive-learning-everywhere/\";s: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:204:\"WordPress Playground revolutionizes web development by providing a browser-based platform for learning and experimentation, making it accessible globally, particularly for users in resource-limited areas.\";s: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, 16 Sep 2025 12:55:08 +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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: From Print Design to Podcasting, the Scenic Route to Creativity\";s: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:33:\"https://openchannels.fm/?p=109666\";s: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:87:\"https://openchannels.fm/from-print-design-to-podcasting-the-scenic-route-to-creativity/\";s: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:156:\"In this episode, BobWP shares the launching his blog and podcast, Bob\'s Wild Pathways, filled with honest stories and insights from his creative adventures.\";s: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, 16 Sep 2025 10:11: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Retention\";s: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:23:\"https://ma.tt/?p=149819\";s: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:32:\"https://ma.tt/2025/09/retention/\";s: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:120:\"<p>Andrew Chen <a href=\"https://x.com/andrewchen/status/1965419750525431873?s=46\">has a great post on retention</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:\"Tue, 16 Sep 2025 04:40: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: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:34;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Weekend YouTubes\";s: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:23:\"https://ma.tt/?p=149801\";s: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/2025/09/weekend-youtubes/\";s: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:3290:\"<p>One of my favorite YouTubers is <a href=\"https://charlescornellstudios.com/\">Charles Cornell</a> (WordPress-powered!), who <span style=\"margin: 0px; padding: 0px;\">creates great videos </span>that break down the music theory of various things you’ve heard, such as this adorable one featuring <a href=\"https://www.youtube.com/watch?v=U-fv_oyYhqc\">SNES soundtracks</a> or <a href=\"https://www.youtube.com/watch?v=rRRSWmZrJGs\">The Legend of Zelda: Breath of the Wild</a>. I first came across him <a href=\"https://www.youtube.com/watch?v=1Popdt3NYgU\">reacting to Jacob Collier in 2020</a>. Once I got super-into Severance, <a href=\"https://www.youtube.com/watch?v=LQg1TMEEPnQ\">his breakdown of the spooky music is great</a>. It’s also interesting to see that the YouTube community is going through its own version of fair use and copyright, trademark, etc., enforcement, which he discusses <a href=\"https://www.youtube.com/watch?v=4GrLFQ26jFs\">here</a>.</p>\n\n\n\n<p><a href=\"https://blog.samaltman.com/\">Sam Altman</a> is always interesting to follow, and it&#8217;s interesting to contrast this <a href=\"https://www.youtube.com/watch?v=6pxmdmlJCG0\">great interview he did with David Perell on writing</a> with this <a href=\"https://www.youtube.com/watch?v=5KmpT-BoVf4\">very direct and awkward one with Tucker Carlson</a>. I have immense respect for anyone who enters the arena and engages directly with journalists or critics, rather than hiding behind PR agents or lawyers. Given the current blood feud, it&#8217;s fun to go back eight years and <a href=\"https://www.youtube.com/watch?v=tnBQmEqBCY0\">see Sam Altman interview Elon Musk</a>, long before any of the AI stuff blew up they were both terribly prescient.</p>\n\n\n\n<p>Ray Dalio is always a gem and <a href=\"https://www.youtube.com/watch?v=49RT6SQ8n0Y\">he went on Diary of a CEO</a>. Theo Browne <a href=\"https://www.youtube.com/watch?v=6TMPWvPG5GA\">has a good take on what it means to vibe code</a>. Kishan Bagaria <a href=\"https://www.youtube.com/watch?v=vwsfdRY-K2s\">discusses how Beeper is going to reach 100  million users</a>. The story of how Atlassian took a <a href=\"https://www.youtube.com/watch?v=7SKUw3w2FEg\">non-traditional enterprise path with Jay Simons is great</a>. Not a YouTube, but don&#8217;t miss <a href=\"https://www.theverge.com/decoder-podcast-with-nilay-patel/773904/sierra-ceo-bret-taylor-ai-agents-openai-bubble-interview\">Bret Taylor on The Verge</a>. Check out <a href=\"https://www.youtube.com/watch?v=6N7XvGaQ72E\">Adam D&#8217;Angelo at South Park Commons</a>.</p>\n\n\n\n<p>And finally, I&#8217;ll say that <a href=\"https://www.youtube.com/premium\">YouTube Premium</a>, which turns off all the ads, is probably one of the highest value subscriptions you can have. <span style=\"margin: 0px; padding: 0px;\">Many of these are essentially like podcasts, and from a product perspective, I think we need to figure out how to sync and allow seamless movement between watching, listening, or reading transcripts</span> in <a href=\"https://pocketcasts.com/\">Pocket Casts</a> (Automattic&#8217;s open-source podcasting app). We support video podcasts, but there&#8217;s no good way yet to have a <a href=\"https://www.audible.com/ep/wfs\">Whispersync-like</a> experience between video, audio, and a transcript.</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:\"Sun, 14 Sep 2025 23:23: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: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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Old Business Cards\";s: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:23:\"https://ma.tt/?p=149786\";s: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/2025/09/old-business-cards/\";s: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:2624:\"<p><br />I recently came across a few old business cards I designed back in 1999. The first ones were for my services as a saxophone player:</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149788\" height=\"336\" src=\"https://i0.wp.com/ma.tt/files/2025/09/business-card-blue-1024x569.jpg?resize=604%2C336&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149787\" height=\"345\" src=\"https://i0.wp.com/ma.tt/files/2025/09/business-card-yellow-1024x585.jpg?resize=604%2C345&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n</figure>\n\n\n\n<p>A few notes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>I went mostly by “Matthew” then.</li>\n\n\n\n<li>At some point I decided to remove the home address and say that I was available to play not just alto saxophone but baritone, tenor, and soprano as well.</li>\n\n\n\n<li>The number was the home shared house number, not a cell phone.</li>\n\n\n\n<li>The email was an email address the entire family shared, under my dad’s name.</li>\n\n\n\n<li><a href=\"https://www.hal-pc.org/\">HAL-PC</a> was an amazing non-profit local to Houston that stood for the “Houston Area League of PC users.” There was a pretty reasonable annual membership fee, and they hosted a monthly general meeting which had hundreds of attendees, always with a presentation or two and a raffle giveaway at the end. They were a dial-up ISP and BBS/newsgroup host. I volunteered for them by going in on Saturdays where they had a room people could bring their broken computers to and get free tech support, and by hosting a SIG, or special-interest group, around PalmOS called <a href=\"https://hpug.org/\">HPUG</a>, the Houston Palm Users Group. This was a big part of the inspiration for WordCamps.</li>\n</ul>\n\n\n\n<p>This was for my “design” business:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149789\" height=\"345\" src=\"https://i0.wp.com/ma.tt/files/2025/09/business-card-design-1024x585.jpg?resize=604%2C345&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p><br />I would also design business cards for friends, here’s one for my friend who was a percussionist and vibraphonist, Chase Jordan: </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-149790\" height=\"362\" src=\"https://i0.wp.com/ma.tt/files/2025/09/business-card-chase-jordan.jpg?resize=604%2C362&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s: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:\"Sun, 14 Sep 2025 02:50:47 +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:36;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Gutenberg Times: Licensing for AI, Patterns, Gutenberg 21.6, and future of WordPress—Weekend Edition #340\";s: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=41777\";s: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/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/\";s: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:26136:\"<p>Hi there,</p>\n\n\n\n\n\n<p>Welcome to the WCUS Part 2. The workshop recordings are online, and my chat with other dev advocates has also been published. You can read about it in this article, which includes the video: <a href=\"https://gutenbergtimes.com/wordpress-ai-and-the-generational-shift-insights-from-wcus-creators-studio/\">WordPress, AI, and the generational shift: insights from #WCUS Creators Studio</a>. </p>\n\n\n<div class=\"ng-block-22979f15c4d792a7 wp-block-newsletterglue-image ng-block size-large is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://gutenbergtimes.com/wordpress-ai-and-the-generational-shift-insights-from-wcus-creators-studio/\"><img alt=\"In the WCUS Creators Studio: Brian Coords, Jonathan Bossenger, Birgit Pauli-Haack, Ryan Welcher\" class=\"wp-image-41835 ng-image\" height=\"337\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-10-at-15.46.21.jpg?resize=600%2C337&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"600\" /></a></div></div></div></div>\n\n\n<div class=\"wp-block-spacer\" style=\"height: 20px;\"></div>\n\n\n\n<p>A few publishers assembled to come up with a <a href=\"https://rslstandard.org/\">license standard for machines</a>, aka AI. As site builders, or owners, you&#8217;ll be interested that there has been some work on the way. More below.</p>\n\n\n\n<p>Have a splendid weekend ahead! </p>\n\n\n\n<p>Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#wordcamp-us\">WordCamp US </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#new-in-the-playground-world\">New in the Playground world</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/licensing-for-ai-patterns-gutenberg-21-6-and-future-of-wordpress-weekend-edition-340/#ai-news\">AI News</a></li></ol></nav>\n</div></div>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"wordcamp-us\">WordCamp US </h2>\n\n\n\n<p>As mentioned, the recordings of the Workshop are now online. The block and site editor related ones are: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/09/05/the-block-developer-cookbook/\">The Block Developer Cookbook</a> with Ryan Welcher</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/09/05/launch-your-personal-portfolio-a-hands-on-wordpress-workshop/\">Launch Your Personal Portfolio — A Hands-On WordPress Workshop</a> w/ Jamie Marsland. </li>\n</ul>\n\n\n\n<p>If you are more interested in AI and development, these might be for you: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/09/05/turn-your-local-wordpress-install-into-your-ai-coding-assistant/\">Turn Your Local WordPress Install Into Your AI Coding Assistant</a> with Jonathan Bossenger</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/09/05/scalable-ethical-ai-how-to-own-your-content-and-your-ai-with-wordpress/\">Scalable, Ethical AI: How to Own Your Content and Your AI with WordPress</a> with Jeff Paul </li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/09/03/unlock-developer-superpowers-with-ai/\">Unlock Developer Superpowers with AI</a> with Adam Silverstein</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>It was <strong>Ryan Welcher</strong>&#8216;s turn to publish this month&#8217;s <a href=\"https://developer.wordpress.org/news/2025/09/whats-new-for-developers-september-2025/\"><strong>What’s new for developers? (September 2025</strong>)</a>. The updates include: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Composer package for the Abilities API now available for early testing ahead of WordPress 6.9</li>\n\n\n\n<li>Four experimental Accordion blocks (Accordion, Accordion Item, Accordion Header, Accordion Panel) powered by the Interactivity API. </li>\n\n\n\n<li>Theme.json now supports styling form elements, including text inputs and select dropdowns. </li>\n\n\n\n<li>Data Views received multiple enhancements, including infinite scroll and card layouts. </li>\n\n\n\n<li>The Date block now supports custom dates and block bindings </li>\n\n\n\n<li>A new Query Loop Title block variation displays post type labels. </li>\n\n\n\n<li>WordPress Playground added support for multiple theme installations and new CLI flags, plus PHP debugging improvements through XDebug Bridge. </li>\n\n\n\n<li>The AI team released stable versions of core libraries and introduced new development tools. </li>\n</ul>\n\n\n\n<p>For details and more, you need to <a href=\"https://developer.wordpress.org/news/2025/09/whats-new-for-developers-september-2025/\">read the post</a>. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f917.png\" style=\"height: 1em;\" /> </p>\n\n\n\n<p class=\"has-accent-color has-text-color has-link-color wp-elements-d65ff08da66da2d111d02250490fde35\">Don&#8217;t miss a new article on the WordPress developer blog again. <a href=\"https://developer.wordpress.org/news/subscribe/\">Subscribe! </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/cbravobernal\"><strong>Carlos Bravo</strong></a> managed the release of Gutenberg 21.6 and highlights in his post <a href=\"https://make.wordpress.org/core/2025/09/10/whats-new-in-gutenberg-21-6-10-september/\"><strong>What’s new in Gutenberg 21.6? (10 September)</strong></a>: </p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/09/10/whats-new-in-gutenberg-21-6-10-september/#new-accordion-button\">New add accordion button</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/09/10/whats-new-in-gutenberg-21-6-10-september/#improved-dataviews-grid\">Improved DataViews grid interface.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/09/10/whats-new-in-gutenberg-21-6-10-september/#inputs\">Form elements  now support global styles</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-41891\" height=\"291\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-13-at-14.03.46.png?resize=652%2C291&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-120-wordcamp-us-telex-gutenberg-21-4-and-21-5/\">Gutenberg Changelog 120—WordCamp US, Automattic Telex, Gutenberg 21.4 and 21.5, and the need for more blocks</a> with special guest <strong>Sarah Norris. </strong></p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"\" class=\"wp-image-41771\" height=\"207\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.12.23-edited.png?resize=652%2C207&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"has-small-font-size\"><em>If you are listening via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It&#8217;ll help with the distribution.</em></p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In her latest post, <a href=\"https://wordpress.com/blog/2025/09/10/pattern-system-wordpress-publishing-workflow/\"><strong>The Pattern System: Publish Faster with Reusable WordPress Layouts</strong></a>, <strong>Anam Hassan</strong> breaks down how WordPress Patterns can save you tons of time by letting you reuse the same layouts over and over instead of rebuilding them from scratch. She explains three types: synced patterns that automatically update everywhere when you change them once, unsynced patterns that give you the same starting template but let you customize each one differently, and locked patterns that keep your design safe when other people are writing content. </p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2024/06/an-introduction-to-overrides-in-synced-patterns/\">Synced pattern overrides</a> are however missing from the post.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Tune in to the latest episode of the <em>WP Behind the Builds</em> podcast on Open Channels. <a href=\"https://openchannels.fm/the-founders-of-podcaster-plus-share-product-development-experiences-and-community-insights/\"><strong>The Founders of Podcaster Plus Share Product Development Experiences and Community Insights</strong></a>. Host <strong>Mark Westguard</strong> speaks with <strong>Dan Maby</strong> and <strong>Nathan Wrigley</strong>, founders of Podcaster Plus, about their new WordPress plugin designed to simplify podcast publishing and customize audio players. The plugin uses the Interactivity API for modular blocks like play buttons and volume controls, enabling users to create personalized audio players. Podcaster Plus automates publishing by generating posts for new episodes in RSS feeds and offers add-ons for custom post types, SEO, and automation. </p>\n\n\n\n<p><em>You can sign up for the beta of the new plugin at the website <a href=\"https://www.podcasterplus.com/\">PodcasterPlus.</a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>At WordCamp Sofia last year, <strong>Jordan Hlebarov</strong> explored in his talk <a href=\"https://wordpress.tv/2025/08/15/gutenberg-in-action-how-the-block-editor-simplifies-client-workflows-and-boosts-agency-efficiency/\"><strong>how the Gutenberg block editor simplifies the workflow for both agencies and clients</strong></a>, by making content management more intuitive and efficient, as well as how it benefits both clients and streamlines agency operations. The <a href=\"https://wordpress.tv/2025/08/15/gutenberg-in-action-how-the-block-editor-simplifies-client-workflows-and-boosts-agency-efficiency/\">video</a> is now available on WordPressTV and also offers <a href=\"https://sofia.wordcamp.org/2024/files/2025/05/hlebarov-WordCamp-Sofia-2024-1.pdf\">a link to the slides</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>On the <em>WordPress Developer Blog</em>, Justin Tadlock published an in-depth tutorial on <a href=\"https://developer.wordpress.org/news/2025/09/building-a-light-dark-toggle-with-the-interactivity-api/\"><strong>Building a light/dark toggle with the Interactivity API</strong></a>. He demonstrates creating a toggle that works without custom blocks using modern CSS techniques and WordPress APIs. The tutorial covers theme setup, color scheme storage using user meta and cookies, implementing the toggle button with interactivity directives, adding JavaScript functionality, styling with icons, and registering a block variation for easy editor insertion, resulting in a complete light/dark mode toggle for block themes. <em>You can <a href=\"https://blockdevelopercookbook.com/recipes/block-transforms/\">follow along on the Block Developer Cook Book website. </a></em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/RinodeBoer\"><strong>Rino de Boer</strong></a> normally uses Elementor to build sites. Recently he explored Block themes and the 2025 default theme. You can follow along via his YouTube video <strong><a href=\"https://www.youtube.com/watch?v=fl-YZtMZsTc\">Exploring WordPress Block Themes (Spectra, Raft, Ollie, TT5 &amp; more) — Live Test</a></strong></p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jason Crist</strong> published a new plugin: <a href=\"https://wordpress.org/plugins/synced-patterns-for-themes/\"><strong>Synced Patterns for Themes.</strong></a> He writes in the description, &#8220;This plugin enables theme developers to ship patterns that behave as synced patterns (reusable blocks) while maintaining the benefits of theme-bundled patterns. When a theme pattern is marked as synced, it automatically becomes available as a reusable block that updates across all instances when modified.&#8221; The plugin description also elaborates on the features and how to use it. </p>\n\n\n\n<p>Crist also authored the <strong><a href=\"https://wordpress.org/plugins/pattern-builder/\">Pattern Builder</a></strong> plugin, you can also find in the repository. &#8220;Pattern Builder transforms how you work with WordPress block patterns, providing a comprehensive solution for creating, managing, and organizing patterns right from your WordPress admin.&#8221; </p>\n\n\n\n<p><em>I have not tested these plugins. Use at your own risk!</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Bud Kraus </strong>again has a great tutorial to unregister all kinds of core block features, i.e., block styles, blocks, or theme style variations. He shows you example code and also what happens when things are unregistered that were already in use. Check out his blog post on Kinsta: <a href=\"https://kinsta.com/blog/unregister-style-variations/\"><strong>Unregistering style variations in a WordPress block theme.</strong></a></p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p><strong>Ryan Welcher</strong> chips away at his Block Development Cookbook series on YouTube. In the video <a href=\"https://www.youtube.com/watch?v=kBORsxDzwu0\"><strong>How To Convert WordPress Blocks Into (Almost) Anything!</strong></a>, you learn how to enable transforms for your blocks, a way to migrate a current block into a different block. The block editor has a few transforms out of the box, like changing the content of a paragraph block into a list block. Or a into a Quote block without losing the content. Ryan helps you solve this using the transform API for your custom blocks.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"new-in-the-playground-world\">New in the Playground world</h2>\n\n\n\n<p>In his post, <a href=\"https://www.pootlepress.com/2025/08/no-servers-no-installs-just-a-link-and-a-complete-wordpress-site-appears/\"><strong>The future of WordPress? A complete website from nothing but a link, </strong></a> <strong>Jamie Marsland</strong> explores how WordPress Playground runs entirely in your browser without servers or setup, and Blueprints transform it from a demo into a powerful tool. Blueprints are recipes that create complete professional websites with one click, benefiting agencies, educators, freelancers, and developers. Marsland built <a href=\"https://pootleplayground.com/\">PootlePlayground.com</a> and <a href=\"https://PootleSites.com\">PootleSites.com</a> to expand Blueprint creation capabilities. The future roadmap aims to push these temporary browser sites into permanent hosting.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-news\">AI News</h2>\n\n\n\n<p>In his post, <a href=\"https://sethrubenstein.info/2025/09/12/boosting-wordpress-development-with-github-copilot/\"><strong>Boosting WordPress Development with GitHub Copilot</strong></a>, <strong>Seth Rubenstein</strong> explains how GitHub Copilot, an AI coding assistant, helped his team quickly build four WordPress features that would have taken months to complete manually. The AI handled tasks like creating admin panels and fixing SEO titles with minimal human oversight. However, the AI couldn&#8217;t test its own work, so Rubenstein integrated WordPress Playground, a browser-based testing environment, allowing the AI to actually browse and check the websites it builds, making the development process more reliable and efficient. Rubenstein shared all the details of how he accomplished it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Matt Mullenweg</strong> <a href=\"https://ma.tt/2025/09/really-simple-licensing/\">shared</a> on his blog, &#8220;one of the more interesting things to launch.&#8221; this week: </p>\n\n\n\n<p><a href=\"https://rslstandard.org/\"><strong>RSL (Really Simple Licensing)</strong></a> is an open standard that helps content publishers protect their rights in the AI era by embedding machine-readable licensing terms directly into web pages using XML markup. </p>\n\n\n\n<p>The system supports various compensation models, including attribution-based licensing, pay-per-crawl, and pay-per-inference arrangements. Publishers can specify different terms for different usage types, particularly for AI training applications. </p>\n\n\n\n<p>The standard addresses challenges content creators face with AI systems using their work without clear compensation or attribution by providing a structured format that automated tools can understand and respect, giving creators standardized control over their content usage. </p>\n\n\n\n<p>The founders are <strong>Eckart Walther</strong>, who is also the co-creator of the RSS (Really Simple Syndication) standard, and <strong>Doug Leeds</strong>, former CEO of Ask.com and former CEO of IAC Publishing. </p>\n\n\n\n<p>The RSL team has established a collective licensing organization, the <a href=\"https://rslcollective.org/\">RSL Collective,</a> that can negotiate terms and collect royalties, similar to ASCAP for musicians or MPLC for films. </p>\n\n\n\n<p><strong>Russell Brandom</strong> at TechCrunch has the whole story. <a href=\"https://techcrunch.com/2025/09/10/rss-co-creator-launches-new-protocol-for-ai-data-licensing/\"><strong>RSS co-creator launches new protocol for AI data licensing. </strong></a></p>\n\n\n\n<p><strong>James Le Page</strong>, team rep on the WordPress AI team, built a first version of a plugin for publishers using WordPress: <a href=\"https://github.com/Jameswlepage/rsl-wp\"><strong>RSL Licensing for WordPress</strong></a>. </p>\n\n\n\n<p>And I am left to wonder how public LLMs adhere to this standard and more interestingly, if they will pay licensing fees. Brandom wrote, &#8220;Without some kind of licensing system, AI companies could face an avalanche of copyright lawsuits that <a href=\"https://www.lawfaremedia.org/article/anthropic-s-settlement-shows-the-u.s.-can-t-afford-ai-copyright-lawsuits\" rel=\"noreferrer noopener\" target=\"_blank\">some worry</a> will set the industry back permanently.&#8221; </p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: Photo by Cristina Gottardi on Unsplash</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity 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<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s: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, 13 Sep 2025 12:07: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: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:37;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Legal Win\";s: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:23:\"https://ma.tt/?p=149776\";s: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:32:\"https://ma.tt/2025/09/legal-win/\";s: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:1032:\"<p>Just got word that the<a href=\"https://www.courtlistener.com/docket/69221176/169/wpengine-inc-v-automattic-inc/\"> court dismissed several of WP Engine and Silver Lake’s most serious claims</a> — antitrust, monopolization, and extortion have been knocked out! These were by far the most significant and far-reaching allegations in the case and with today’s decision the case is narrowed significantly. This is a win not just for us but for all open source maintainers and contributors. Huge thanks to the folks at <a href=\"https://www.gibsondunn.com/\">Gibson</a> and <a href=\"https://automattic.com/\">Automattic</a> who have been working on this.</p>\n\n\n\n<p>With respect to any remaining claims, we’re confident the facts will demonstrate that our actions were lawful and in the best interests of the WordPress community.</p>\n\n\n\n<p>This ruling is a significant milestone, but our focus remains the same: building a free, open, and thriving WordPress ecosystem and supporting the millions of people who use it every day.</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, 13 Sep 2025 01:27: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: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:38;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Really Simple Licensing\";s: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:23:\"https://ma.tt/?p=149763\";s: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:46:\"https://ma.tt/2025/09/really-simple-licensing/\";s: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:675:\"<p>It&#8217;s been a busy (and tragic) week but one of the more interesting things to launch was the <a href=\"https://rslstandard.org/\">Really Simple Licensing standard</a>. I have a lot of scars from the web standards wars, so I&#8217;m hesitant to dive back in, but this is from a lot of the early Web 2.0 people, <a href=\"https://techcrunch.com/2025/09/10/rss-co-creator-launches-new-protocol-for-ai-data-licensing/\">as TechCrunch writes about</a>.</p>\n\n\n\n<p>As it happens, <a href=\"https://github.com/Jameswlepage/rsl-wp\">James LePage of Automattic has spun up a WordPress plugin for it</a>, so that was fast. Now the thing to figure out is distribution and adoption.</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, 12 Sep 2025 05:18:26 +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:39;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Account for Externalities\";s: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:23:\"https://ma.tt/?p=149759\";s: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:36:\"https://ma.tt/2025/09/externalities/\";s: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:2454:\"<p>When I studied economics, one of the concepts that struck me the most was the concept of externalities. <a href=\"https://www.imf.org/en/Publications/fandd/issues/Series/Back-to-Basics/Externalities\">This International Monetary Fund post explains it well</a>. In short, externalities are costs or benefits of an economic activity that affect third parties who did not choose to incur them, leading to a divergence between private and social costs or benefits. They’re spillover effects—positive or negative—that the market price fails to reflect. A classic example is air pollution from a factory, where nearby residents bear health and environmental costs not included in the price of the factory’s products.</p>\n\n\n\n<p>Open source is full of externalities. On the positive side, adoption creates ecosystems of developers and provides many paths of distribution. On the negative side, there’s often underinvestment in the very projects that sustain the ecosystem. I have a lot of empathy for why, when open source meets finance and private equity, things can go sideways. You can look at a business built on open source and see seemingly amazing margins—efficient R&amp;D that compounds in a <a href=\"https://en.wikipedia.org/wiki/Discounted_cash_flow\">DCF model</a>. A percent here or there over many years really adds up.</p>\n\n\n\n<p>My plea to investors in open-source businesses is this: when a business is built on top of open source, incorporate a restorative investment percentage back into the projects critical to the end-user experience of what you’re offering customers. In WordPress, we call this <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>, but it doesn’t have to be five percent; it could be 0.1%. Plan for it when modeling your expected <a href=\"https://en.wikipedia.org/wiki/Internal_rate_of_return\">IRR</a> hurdle from an investment. Then, a few years down the line, when the small percentages start to add up, you won’t face a big catch-up or gap.</p>\n\n\n\n<p>This underinvestment is itself an externality. It doesn’t appear on the balance sheet, but it can manifest in black swan events, such as security breaches or remote code exploits. Technical debt is one of the largest unaccounted-for externalities in the world today. Engineering, in the long run, is primarily a craft of maintenance rather than creation. The bulk of the cost of something comes from its upkeep over 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:\"Fri, 12 Sep 2025 00:58: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: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:40;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: PostHog\";s: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:23:\"https://ma.tt/?p=149753\";s: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:30:\"https://ma.tt/2025/09/posthog/\";s: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:1235:\"<p>It&#8217;s always fun to see someone pushing the limits of the web experience, <a href=\"https://x.com/photomatt/status/1966026258837549485\">as I reminisced about Flash and Dreamweaver the other day.</a> The new website for <a href=\"https://posthog.com/\">Posthog</a> is a delightful rabbit hole to explore, akin to a <a href=\"https://meowwolf.com/\">Meow Wolf</a>, with meticulous care and craft applied to every corner of the product in a way that is both fun and playful. They even have their own version of  pineapple on pizza.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-149755\" height=\"322\" src=\"https://i0.wp.com/ma.tt/files/2025/09/Screenshot-2025-09-11-at-10.50.28-1024x546.png?resize=604%2C322&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>What I want to enable with <a href=\"https://wordpress.org/\">WordPress</a> is the ability with thousands of plugins and themes for people to have unique, funky experiences like this on their website, while still providing a content structure that&#8217;s legible for interoperability and hacking. Major kudos to <a href=\"https://watilo.com/\">Cory Watilo</a> and <a href=\"https://x.com/james406\">James Hawkins</a> for coming up with this.</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, 12 Sep 2025 00:09: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: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:41;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Gutenberg Times: WordPress, AI, and the generational shift: insights from #WCUS Creators Studio\";s: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=41824\";s: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:102:\"https://gutenbergtimes.com/wordpress-ai-and-the-generational-shift-insights-from-wcus-creators-studio/\";s: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:10736:\"<p>Automattic&#8217;s Developer Advocates didn&#8217;t hold back at WordCamp US. <strong>Jonathan Bossenger,</strong> <strong>Brian Coords</strong>, <strong>Birgit Pauli-Haack</strong>, and <strong>Ryan Welcher</strong> sat down for a no-BS roundtable about WordPress&#8217;s future, AI&#8217;s actual role in the CMS world, and the big question: Is WordPress still cool enough for the next generation of developers?</p>\n\n\n\n<p>This wasn&#8217;t your typical conference panel with rehearsed talking points. The conversation dug into how WordPress is evolving right now—messy bits, growing pains, and all.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Is WordPress headed for &#8220;Legacy&#8221; status?</h2>\n\n\n\n<p>The episode opened with a gut-punch question from a ChatGPT impersonation of a 25-year-old YouTuber: Is WordPress becoming a &#8220;legacy CMS,&#8221; or does it still belong at the cutting edge of web development?</p>\n\n\n\n<p>The panelists weren&#8217;t having it. Birgit jumped straight into the modernization happening right now—Gutenberg&#8217;s evolution, sophisticated admin interfaces, and the shift toward block-based design systems. This isn&#8217;t your grandfather&#8217;s WordPress dashboard.</p>\n\n\n\n<p>Brian kept things grounded: Sure, newer technologies like React and Vite deliver flashy front-end experiences, but guess what? Most projects eventually need a solid content management foundation. WordPress still delivers out-of-the-box content modeling, user authentication, and integrations that would take months to build from scratch elsewhere.</p>\n\n\n\n<h2 class=\"wp-block-heading\">No-Code dreams or developer nightmares?</h2>\n\n\n\n<p>The conversation shifted to whether Full Site Editing and block themes actually simplify web building or just create new headaches for developers.</p>\n\n\n\n<p>Jonathan pushed back on the &#8220;things are getting messier&#8221; narrative. His take? Structured, scalable paradigms always require an adjustment period. It&#8217;s not messier—it&#8217;s different, and that learning curve is normal.</p>\n\n\n\n<p>Birgit shared a telling example: features like custom block styles that once required developer intervention are now accessible to content creators. It&#8217;s empowering non-developers while maintaining professional guardrails—exactly what good tooling should do.</p>\n\n\n\n<p>Brian&#8217;s perspective? The block paradigm creates consistency. More people can build and customize using standardized approaches instead of fighting with fragmented solutions.</p>\n\n\n\n<p>The subtext here: WordPress isn&#8217;t dumbing down. It&#8217;s getting smarter about who can participate in the building process.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Winning over the next generation</h2>\n\n\n\n<p>A big conversation centered on how WordPress stays relevant for younger developers swimming in a sea of shiny new options. Does WordPress still feel fresh? The team didn&#8217;t dodge the question.</p>\n\n\n\n<p>It’s true: WordPress needs to meet new developers where they actually hang out—YouTube tutorials, TikTok quick hits, and mobile-first learning. Gone are the days when developers solely learned from documentation and forums.</p>\n\n\n\n<p>Jonathan hit a key point: WordPress must keep demonstrating its power and possibilities, not just its legacy. Brian backed this up with market reality—there&#8217;s still solid demand for both PHP and React skills within the WordPress ecosystem. The work is there if developers want it.</p>\n\n\n\n<p>But here&#8217;s the proof point that really landed: Birgit shared CERN&#8217;s story—yes, the global research powerhouse—migrating thousands of websites to WordPress. The kicker? Younger developers on their team were leading the charge.</p>\n\n\n\n<p>That&#8217;s not a platform declining. That&#8217;s a platform adapting and attracting fresh talent where it matters most. The question isn&#8217;t whether WordPress can compete for the next generation—it&#8217;s whether we&#8217;re telling that story loud enough.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress and Headless: the reality check</h2>\n\n\n\n<p>Panelists were clear: WordPress has the headless chops with REST API and GraphQL support, but that doesn&#8217;t mean everyone should jump on the bandwagon. Despite the industry buzz, most sites simply don&#8217;t need headless architecture.</p>\n\n\n\n<p>The sweet spot? Clients with significant budgets or organizations treating WordPress as a content hub that feeds multiple touchpoints—other applications, mobile experiences, or external APIs. For everyone else, traditional WordPress delivers faster launch times and simpler maintenance.</p>\n\n\n\n<p>What&#8217;s interesting is the innovation happening on both fronts. Developers are not only exposing WordPress data through REST and GraphQL but also pulling external data sources like Airtable directly into the block editor. That&#8217;s where the real magic happens for most teams.</p>\n\n\n\n<p>In reality, headless setups are complex beasts with multiple failure points and hefty price tags. Traditional WordPress wins the speed-to-market race and keeps maintenance headaches to a minimum.</p>\n\n\n\n<p>The infrastructure is solid, and real projects are shipping, but headless remains the exception rather than the rule. The ecosystem continues doubling down on improving core WordPress while keeping headless as a powerful option when the benefits justify the investment.</p>\n\n\n\n<p>The short version: headless WordPress is a tool, not a mandate. Choose wisely based on your actual needs, not the hype.</p>\n\n\n\n<h2 class=\"wp-block-heading\">AI integration—beyond the buzzword</h2>\n\n\n\n<p>You knew AI would come up—it&#8217;s practically mandatory at every tech event these days. But the panel cut through the noise with some practical reality.</p>\n\n\n\n<p>Here&#8217;s the thing: AI-powered plugins have been around for a while now. The real challenge isn&#8217;t adding more AI features—it&#8217;s creating unified standards and APIs at the Core level. Think image generation, content creation, and debugging tools that actually work together instead of operating in silos.</p>\n\n\n\n<p>Brian nailed the infrastructure angle: WordPress needs to pick standards that balance extensibility with privacy. Not everyone wants their content shipped off to massive cloud-based LLMs, and rightfully so.</p>\n\n\n\n<p>The smart play isn&#8217;t chasing every AI trend that pops up on Product Hunt. It&#8217;s building the foundation that lets developers integrate AI thoughtfully—whether that&#8217;s keeping processing local, giving users control over their data, or ensuring different AI tools can actually talk to each other.</p>\n\n\n\n<p>AI in WordPress isn&#8217;t about being flashy. It&#8217;s about being useful secure and giving users real choice in how they want to leverage these tools. That&#8217;s the kind of AI integration that actually moves the needle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Will AI replace developers?</h2>\n\n\n\n<p>The panel didn&#8217;t dance around this one: AI makes developers more productive, not obsolete.</p>\n\n\n\n<p>Jonathan kept it real about AI coding assistants like Copilot—they&#8217;re helpful, but they&#8217;re not magic. You still need actual developer expertise to review, modify, and debug what these tools spit out. Anyone who&#8217;s wrestled with AI-generated code knows it&#8217;s not exactly plug-and-play.</p>\n\n\n\n<p>The bottom line? These tools change how we work, not whether we&#8217;re needed. Skilled, creative builders aren&#8217;t going anywhere.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The future: openness, community, and better storytelling</h2>\n\n\n\n<p>As the conversation wound down, the focus shifted to what really drives WordPress forward—community and storytelling.</p>\n\n\n\n<p>Ryan made a solid point: WordPress professionals need to share more of their &#8220;hidden&#8221; case studies and innovations. We&#8217;re not just talking about what&#8217;s happening in plugin repositories, but the real work happening in agencies and institutions worldwide. Those stories matter.</p>\n\n\n\n<p>Both Birgit and Jonathan pushed for more global showcases, bar camps, and informal spaces where grassroots innovation can surface. Because that&#8217;s where the real magic happens—not in conference keynotes, but in the trenches where people are solving actual problems.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Conclusion</h2>\n\n\n\n<p>The panel&#8217;s take? WordPress is agile, dynamic, and very much alive. With ongoing improvements, strong community engagement, and thoughtful AI integration, the platform looks ready to keep powering the web for the next generation—and beyond.</p>\n\n\n\n<p>Not bad for a 22-year-old platform that some people keep writing off.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">Resources: </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=e4BGaP5aNuA\">Video on YouTube</a></li>\n\n\n\n<li><a href=\"https://react.dev/\">React</a></li>\n\n\n\n<li><a href=\"https://vite.dev/\">Vite</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/\">Developer Handbook > Themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/\">Developer Handbook > Block Editor</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/blog/2025/05/07/custom-block-styles/\">Mastering Custom Block Styles in WordPress: 6 Methods for Theme and Plugin Developers</a></li>\n\n\n\n<li><a href=\"https://home.cern/news/announcement/computing/wordpress-now-available-cern-websites\">WordPress now available for CERN websites</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/rest-api/\">Developer Handbook > REST API</a></li>\n\n\n\n<li><a href=\"https://www.wpgraphql.com/\">GraphQL API for WordPress</a></li>\n\n\n\n<li><a href=\"https://remotedatablocks.com/\">Remote Data Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/ai/2025/07/17/ai-building-blocks/\">AI Building Blocks for WordPress</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/showcase/\">WordPress Showcase </a></li>\n</ul>\n\n\n\n<figure class=\"wp-block-image alignfull size-large\"><a href=\"https://wordpress.org/showcase/\" rel=\" noreferrer noopener\" target=\"_blank\"><img alt=\"\" class=\"wp-image-41854\" height=\"357\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/09/Screenshot-2025-09-11-at-14.56.48.png?resize=652%2C357&#038;ssl=1\" width=\"652\" /></a><figcaption class=\"wp-element-caption\">Browse the <strong><a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a></strong></figcaption></figure>\";s: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, 11 Sep 2025 12:41: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:19:\"Gutenberg Changelog\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: The Changing Face of the WordPress Media Landscape and Its Impact on Brands\";s: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:33:\"https://openchannels.fm/?p=109490\";s: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:100:\"https://openchannels.fm/the-changing-face-of-the-wordpress-media-landscape-and-its-impact-on-brands/\";s: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:210:\"In this episode, Rae Morey and Adam Weeks dissect the intricate WordPress media landscape, discussing content types, monetization strategies, and effective marketing approaches for creators and companies alike.\";s: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, 11 Sep 2025 08:22: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: On WP Product Talk\";s: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:23:\"https://ma.tt/?p=149743\";s: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/2025/09/product-talk/\";s: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:476:\"<p>I had a great chat with <a href=\"https://www.mattcromwell.com/\">Matt Cromwell</a> and <a href=\"https://www.gravitykit.com/\">Zack Katz</a> on <a href=\"https://wpproducttalk.com/\">WP Product Talk</a> today, mostly about the intersection of AI and WordPress, give it a watch!</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s: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, 10 Sep 2025 20:59: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: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:44;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: #184 – Rachel Cherry and Alex Aspinall on the State of WordPress in Higher Education\";s: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:48:\"https://wptavern.com/?post_type=podcast&p=199424\";s: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:110:\"https://wptavern.com/podcast/184-rachel-cherry-and-alex-aspinall-on-the-state-of-wordpress-in-higher-education\";s: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:58321:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the state of WordPress in higher education.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Rachel Cherry and Alex Aspinall.</p>\n\n\n\n<p>Rachel is the founder of WP Campus, a nonprofit organization she launched a decade ago to support professionals using WordPress in higher education. Under her leadership, WP Campus has become a community hub, hosting conferences, and leading research projects tailored to the unique needs of its members. Currently, Rachel serves as the organization&#8217;s Director of Technology, and sits on its board of directors where she continues to drive innovative projects.</p>\n\n\n\n<p>Alex is part of the globally distributed team at Human Made, an established WordPress Enterprise Agency founded in 2011. At Human Made, Alex helps deliver large scale web platforms for major organizations, including names like Harvard, Standard Chartered and PlayStation. In recent years, Alex has developed a strong interest in how WordPress can uniquely serve the higher education sector, and he&#8217;s become especially passionate about exploring and supporting this use case.</p>\n\n\n\n<p>During the podcast, we get into the story behind WP Campus, which has for the past decade been empowering people who use WordPress in colleges and universities. We explore Human Made&#8217;s growing interest in the complexities of higher education projects, from large multi-site networks to the strict accessibility and governance requirements such projects increasingly require.</p>\n\n\n\n<p>The heart of the conversation is the just released State of WordPress in Higher Education 2025 report. We dig into the reports key findings, such as the slow adoption of the block editor and full site editing, the challenges of managing hundreds of university websites with small teams, and why enterprise level tools are in such high demand.</p>\n\n\n\n<p>Whether you&#8217;re a WordPress professional, agency, educator, or are just curious about the unique needs and opportunities the higher education space offers, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Rachel Cherry and Alex Aspinall.</p>\n\n\n\n<p>I am joined on the podcast today by two fabulous guests. I have Rachel Cherry and Alex Aspinall. Hello both. How are you doing?</p>\n\n\n\n<p>[00:03:36] <strong>Rachel Cherry:</strong> I&#8217;m lovely, Nathan. How are you?</p>\n\n\n\n<p>[00:03:38] <strong>Nathan Wrigley:</strong> Good, thank you. And Alex, you all right?</p>\n\n\n\n<p>[00:03:40] <strong>Alex Aspinall:</strong> How are you doing? I&#8217;m great.</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> Thank you so much. So we&#8217;re going to be talking today about the higher ed space, the higher education space, and WordPress. Specifically about WP Campus. In order to establish both of your credentials in this space, I wonder if we could get a little biography from you both, maybe 30 seconds, something like that, just explaining who you are, where you work, what your connection is to WordPress and specifically WP Campus.</p>\n\n\n\n<p>So let&#8217;s go with Rachel first, if you don&#8217;t mind.</p>\n\n\n\n<p>[00:04:05] <strong>Rachel Cherry:</strong> Hi, yes. So I am the founder of WP Campus, which has been around 10 years as of last month, which is kind of wild. And so we are a nonprofit organisation that supports people that use WordPress in higher education. And we host conferences, we host research projects like the one we&#8217;re going to discuss today.</p>\n\n\n\n<p>So currently I am just one of a board of directors and I&#8217;m the director of technology specifically, but I was the lead for this project.</p>\n\n\n\n<p>And then by day I am the accessibility developer at the University of Rochester. And so I&#8217;ve worked in higher ed and other enterprise organisations for the last 18 years.</p>\n\n\n\n<p>[00:04:43] <strong>Nathan Wrigley:</strong> Thank you so much. That&#8217;s great. And Alex.</p>\n\n\n\n<p>[00:04:46] <strong>Alex Aspinall:</strong> I mean, I have way less credentials in terms of my WP Campus presence. I work for Human Made, which is an enterprise WordPress agency. We&#8217;ve been around since 2011, I think.</p>\n\n\n\n<p>We&#8217;re a globally distributed team, people across all continents. And we specialise in building larger scale web platforms for organisations such as Harvard, Standard Chartered, PlayStation, few other names I could throw in there.</p>\n\n\n\n<p>We also have an enterprise hosting solution too. We, probably about a year, two years ago started, well, I personally started becoming really interested in the higher education use case for WordPress. I think it&#8217;s really interesting. I think it&#8217;s quite unique. And that&#8217;s really why Rachel and I started speaking, I don&#8217;t know, maybe 18 months or so ago, and that led us to I guess this podcast.</p>\n\n\n\n<p>[00:05:32] <strong>Nathan Wrigley:</strong> Okay, thank you. So the podcast is going to be framed around a freely available resource, and it&#8217;s called The State of WordPress in Higher Education. I will link in the show notes rather than try to butcher a URL in an audio podcast. I&#8217;ll link in the show notes over at WP Tavern to that and you can freely download it.</p>\n\n\n\n<p>It&#8217;s billed as a research report in the year 2025. I confess, I don&#8217;t know if you did a 2024 version and beyond, but we&#8217;re going to concentrate on the 2025 version.</p>\n\n\n\n<p>But I guess some more preamble, I&#8217;m afraid, but I guess we probably should establish what WP Campus is. And I just want to be clear, we recently released an episode about WP Campus Connect, and so I just want to draw a distinction there. These two things are not the same thing.</p>\n\n\n\n<p>So I&#8217;m going to toss that one to Rachel. Will you just tell us what the endeavor is at WP Campus, why it was set up? What need is it trying to satisfy?</p>\n\n\n\n<p>[00:06:22] <strong>Rachel Cherry:</strong> Yeah, so about 10 years ago I was working in higher education, building WordPress websites, and I wanted my own community. And I was going to a lot of WordCamps and no one was talking about the work that I was doing, the kind of work that I was doing. There wasn&#8217;t a space for my kind of work at camps at the time and so I started this organisation.</p>\n\n\n\n<p>And so for the last 10 years we have worked to build a community of people, of like-minded people, that are using WordPress to support the mission of higher education. And we support each other with professional development, with resources, with connection, and every now and then some advocacy. Years ago we raised funds to do the audit of Gutenberg, accessibility audit to be more specific.</p>\n\n\n\n<p>And so because accessibility is very important in our space, and here was this editor coming round going to cause a lot of change, as it has, and there was this huge unknown of whether or not it was accessible. And that was a very big deal to our group. A lot of our group has policies and such. And so every now and then we do work like that.</p>\n\n\n\n<p>This type of research is very important to our mission as well, to provide data, to provide insight to our community members and our institutions.</p>\n\n\n\n<p>And I think one of our kind of ideals that we stand on is that we want to give people data to inform their own decisions, kind of like with the editor audit. Like, we didn&#8217;t tell people it was inaccessible or accessible, we gave them data so that they can decide for themselves. And so this research, you know, is a big part of that as well.</p>\n\n\n\n<p>There&#8217;s a lot going on in our community right now. And we wanted to pull out this data, and one of our objectives was to better understand the needs and challenges of people using WordPress in higher education.</p>\n\n\n\n<p>[00:08:06] <strong>Nathan Wrigley:</strong> Okay. Thank you for that, Rachel. I&#8217;m going to advise that everybody goes over to the following URL. In fact, pause the podcast right now. If you&#8217;re sitting at a computer or you&#8217;re on your phone, go to wpcampus.org and over there you&#8217;re going to be able to see more about the mission.</p>\n\n\n\n<p>At the moment, the membership numbers are displayed on the website. Whether or not that&#8217;s true when you visit, I don&#8217;t know, but 1,763 members, 688 institutions. That is an impressive number, by the way. I mean, the membership is great, but the institutional count is utterly fabulous. That&#8217;s really impressive.</p>\n\n\n\n<p>But the idea is to juxtapose WordPress and higher ed. We don&#8217;t really use that word in the UK too much. We just kind of generically call things, I think university, so I just want to clear that up. Does higher ed basically service the needs of anybody that&#8217;s left traditional school? So I don&#8217;t know, 18 plus who&#8217;s going through some degree program or something like that?</p>\n\n\n\n<p>[00:08:58] <strong>Rachel Cherry:</strong> Yes. Our mission is really to support kind of that, and I apologise, I can&#8217;t think of the general term. There&#8217;s a kind of a general term that we do use across, that&#8217;s more of a global, because higher ed is very specific to the United States in a lot of ways.</p>\n\n\n\n<p>So we do support kind of that further education. We do have a lot of UK institutions and universities that participate in the work that we do. I would say that our group is largely United States, a lot of UK, a lot of Canadians as well. But we do have folks from all around the world. So it&#8217;s really just that spirit of wanting to support that mission of education.</p>\n\n\n\n<p>Over the years have had a lot of people, even in the kind of K through 12 or early education people, wanting to be involved. And a lot of the things that early education and higher, or later, education have in common, but they&#8217;re also very different. So we haven&#8217;t quite merged with the early education group in that way. But yes, we do support largely this kind of university, higher education context.</p>\n\n\n\n<p>[00:09:59] <strong>Nathan Wrigley:</strong> Okay, thank you. Yeah, that clears that up. I mean, you&#8217;re really busy over there. You&#8217;ve got loads of, I mean, an awful lot going on. There&#8217;s a whole thing about governance. You&#8217;ve got a newsletter, you put on real world events as well as online based events, and a Slack community. And there&#8217;s just a lot going on. It seems like, I don&#8217;t know if this has taken over your life, but it seems like it could well have done.</p>\n\n\n\n<p>[00:10:17] <strong>Rachel Cherry:</strong> It did for a long time, and these days I have a lot more help. For a long time I was really the only director and then a few years back we did the work to implement more of a fleshed out kind of board of directors. And so I&#8217;m just a member of that board now. I am not the director in charge.</p>\n\n\n\n<p>[00:10:34] <strong>Nathan Wrigley:</strong> Yeah, all of that, again, is freely available on the website. You can see who the current custodians of the project are.</p>\n\n\n\n<p>So where does Human Made, Alex, where does Human Made fit into this piece of the puzzle? How, have you become involved?</p>\n\n\n\n<p>[00:10:45] <strong>Alex Aspinall:</strong> Yeah, I guess it goes back to what I was saying a little bit before about, I was just personally really interested in the higher ed use case of WordPress, and started digging around into learning a bit more about what kind of projects people had on the go, and what kind of platforms were being built in the space. They&#8217;re diverse, they&#8217;re complicated, they&#8217;re multi-site, you know, interesting, I guess is why I started getting involved.</p>\n\n\n\n<p>Human Made is one of the agencies that builds complex, larger projects, so there&#8217;s a fit there as well. So we started looking around the space, seeing who it might be interesting to talk to, just in terms of learning a bit more. Obviously Rachel and WP Campus. We started talking informally about just the experience of being in WordPress in higher education.</p>\n\n\n\n<p>I think the first thing we collaborated on over a year ago now was we did an online conference in the run up to WP Campus&#8217; IRL conference a couple of weeks later. And then after that we enjoyed working together, we thought there was a lot more material we could work on, and this research project, I suppose was the biggest idea that came out of those discussions following that.</p>\n\n\n\n<p>[00:11:52] <strong>Nathan Wrigley:</strong> Okay. So I&#8217;ve downloaded the report and I&#8217;ve had a thorough look through it. There&#8217;s an awful lot in here actually. It is available, like I said, I&#8217;ll link to it in the show notes. However, I have to say, it&#8217;s a very graphical thing that we&#8217;re going to be talking about. There&#8217;s loads of charts kind of explaining the percentages in many cases of one thing versus another. So you will probably get more out of this podcast if you have downloaded it, and had a little peruse.</p>\n\n\n\n<p>It doesn&#8217;t really matter who wants to take this, but I&#8217;m going to ask one of you to sort of explain what are some of the curious findings that you&#8217;ve got? Maybe the one, two, or three top level items that you think might be of great interest, and then we can maybe dig into the weeds of those particular things. So anything that your intuition suggests as something our audience might be interested in.</p>\n\n\n\n<p>[00:12:32] <strong>Rachel Cherry:</strong> I&#8217;ll start with like my key takeaways, which are very broad, and then dive into a few of the data points. But my two key takeaways that I reported on was that our higher ed teams need more resources, and a way to share more resources, and that higher education needs more enterprise features in the WordPress product. Those were kind of my two, like looking at the data, my two takeaways. And at our report presentation that we had recently, we talked about that with folks in the community.</p>\n\n\n\n<p>But some of the really interesting questions that we asked were around usage of the block editor and full site editing. And so nothing super surprising. But let me pull up that particular chart really quick.</p>\n\n\n\n<p>So we asked folks, how fully have you adopted the block editor and full site editing? And only 40% of the respondents are using it on all of their sites. And there was a range there. Like we asked, are you using it on all of them? Are you using it on like most of them? Alex touched on this earlier, higher ed is a very interesting space, and the thing that I, people used to hear me say frequently was that WordPress and higher ed is WordPress in the enterprise on a budget. And what that usually means is a lot of under-resourced teams having to use WordPress to solve these large scale enterprise, high user environments.</p>\n\n\n\n<p>What comes out of that is very creative, very custom, very interesting, complex solutions. This is kind of tying back to my takeaway of people need more resources and they need ways to share them. Because something that is also interesting in our space is how much custom work there is. How much people are solving the same problems, but they&#8217;re solving them on their own, and they don&#8217;t have a way to really share them. It takes a lot of energy to like maintain a public plugin that gets used around. And so because these plugins are usually so custom that creates this whole challenge.</p>\n\n\n\n<p>So anyway, back to the block editor. So when you&#8217;re trying to introduce new functionality in these complex enterprise environments, it can take a while. Higher ed is usually, it&#8217;s usually a pretty slow train of adoption, and there are reasons. And a big reason for that is resources. And you&#8217;re not just going to turn around and add the block editor on because you&#8217;re probably managing like 300 websites, and you can&#8217;t just change the editing experience without changing all of your training materials, and without changing your governance.</p>\n\n\n\n<p>So yeah, so there&#8217;s context to why, and there&#8217;s lots of reasons. There&#8217;s other reasons that we don&#8217;t really dive into in these numbers, but there&#8217;s context that goes into why only 40% are actually using it on all their sites, even though Gutenberg came out in 2019.</p>\n\n\n\n<p>[00:15:28] <strong>Nathan Wrigley:</strong> Can I just ask you a quick question? You said something which took my breath away there. You said these people are managing probably 300 websites. I didn&#8217;t see that in the report anyway, and that seems like a really surprising number. How does that map to an institution? Is it because there&#8217;s a website for, I don&#8217;t know, the geography department, and then there&#8217;s another one for the sociology department? Is that what&#8217;s going on there? Because 300 seems like, well, I mean you could run your entire agency and not have 300 websites under your custodianship. So what&#8217;s going on there? You dropped that number and I was really surprised by it.</p>\n\n\n\n<p>[00:16:01] <strong>Rachel Cherry:</strong> Yes, in higher ed, there is a website for everything. And there is the notion of, if you&#8217;re familiar with domain of one&#8217;s own, which is a concept actually introduced in, or invented in, higher education in the States. And what it really means in our context is that people will set up WordPress multi-sites and then let people create their own sites on it.</p>\n\n\n\n<p>And they&#8217;re largely blogs, like a faculty member&#8217;s blog or a research lab&#8217;s blog. But it&#8217;s a way to allow the sharing and the spreading of information and research in higher ed with kind of a low service effort.</p>\n\n\n\n<p>So like you can log on and you have like two template choices or two theme choices, and then you&#8217;re responsible for kind of managing a site on there. And then they try to, you know, build this domain in a way that&#8217;s kind of reusable code and plugins, like you do in WordPress. So yeah, you can get a lot of sites going.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s absolutely fascinating. I hadn&#8217;t really thought about it as, well, for example, if I go to a university website here and I end up at the Department of Geography, I&#8217;m kind of thinking it&#8217;s the same website, but I imagine, you&#8217;re right, it&#8217;s a whole different team of staff that are logging in and doing the geography stuff than they would be elsewhere.</p>\n\n\n\n<p>Okay, so that&#8217;s curious. Right, back to the points that you mentioned, the resources. When you say that universities, I&#8217;m just going to use the word university, when you say that these institutions have limited resources, it kind of feels like the funding model in the US is very different to one that we have in the UK, and possibly different parts of the world.</p>\n\n\n\n<p>And it always feels as if the US institutions probably have more money, but I&#8217;m probably thinking of things like the Ivy League universities where the fees are very high, but that probably doesn&#8217;t map all over the place.</p>\n\n\n\n<p>So when you say resources, are you talking about cash, them being strapped for cash, or are you talking about human beings? You know, there&#8217;s not enough boots on the ground, if you like, or maybe it&#8217;s a confection of both.</p>\n\n\n\n<p>[00:17:50] <strong>Rachel Cherry:</strong> Probably both, but largely headcount. I mean every university or institution&#8217;s different and some might actually be more cash strapped than others. But it&#8217;s largely a headcount. It&#8217;s largely the fact that in a lot of these institutions, you&#8217;ll have a web team of like three people managing 300 websites. And what that means, how they have to kind of manage how they spend their time and what they do with it.</p>\n\n\n\n<p>[00:18:12] <strong>Nathan Wrigley:</strong> Okay, so it&#8217;s a bit of both. There&#8217;s less human beings than there might be in the corporate space, but also they&#8217;re probably fairly strapped for cash.</p>\n\n\n\n<p>And then moving onto the block editor, I&#8217;ll come to you in a second, Alex, if that&#8217;s all right. But staying with Rachel for a moment. I&#8217;m looking at the chart now, 40% adoption of the block editor entirely, using them on all the websites, so point four, 40%. Then we drop down to 23% using it on some of them. 19% using on most, and then the last one really of interest here is 16% who are not using the block editor at all.</p>\n\n\n\n<p>Has that adoption just sort of slowly ramped up, because 40% in higher ed feels like, to me, it doesn&#8217;t seem like a bad number in all honesty. I know that in the real world probably it is higher adoption than that, but I&#8217;m guessing that there are many more constraints on universities just switching out to the block editor. So is that number slowly but inexorably rising? It feels like it&#8217;s going in the right direction, but with the caveats that it has to happen slowly.</p>\n\n\n\n<p>[00:19:11] <strong>Rachel Cherry:</strong> We don&#8217;t have data from the last, you know, four or five years to truly answer that question. But the vibe, or the sentiment, in our space is that, yes, it&#8217;s been slowly increasing. And part of that is just people, you know, there&#8217;s lots of factors, right? There&#8217;s people waiting for maturity. They&#8217;re waiting for it to grow more before they adopt. Or because of said resource discussion, people are waiting for the next redesign, for example.</p>\n\n\n\n<p>In our space, I think we even asked, how often do you redesign? Is one of the questions that we asked in our survey. I think it&#8217;s on average like every three years or so, three to five years, something like that. And so people in our space tend to wait for that to really implement large scale changes because it&#8217;s just easier to do it then than it is, you&#8217;re already doing a bunch of work, you might as well do it then. And so that&#8217;s another factor involved.</p>\n\n\n\n<p>[00:20:04] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s a little corollary to the chart that I&#8217;ve just described, underneath it, where the question was asked, how long did you wait before implementing the block editor? And basically the data skews towards, we&#8217;re trying to wait as long as possible. You know, more than two years is 35%. So it feels like, because of the nature of the audience, and I guess accessibility is a really crucial part of this, you&#8217;ve got to put the brakes on. You can&#8217;t be all that agile in the same way that maybe a corporate would, because you&#8217;ve got lots of stakeholders, lots of editorial teams that need updating and so on and so forth. So that&#8217;s kind of interesting.</p>\n\n\n\n<p>And then I know that you didn&#8217;t mention this, Rachel, but it&#8217;s tantalizingly underneath the question that has just been mentioned. We move on to full site editing and it feels like, whoa, the brakes are really on for that. 62% of respondents said that they&#8217;re not using full site editing at all, and the numbers are kind of into low single figures where they&#8217;re describing whether or not they&#8217;re using it on all their sites.</p>\n\n\n\n<p>So the block editor, in terms of content creation is on the rise, but it would appear that full site editing, the ability to, you know, modify themes and customise that kind of thing inside of WordPress, not so much. It feels like the breaks are really on there, probably as a result of the resources that you mentioned earlier.</p>\n\n\n\n<p>[00:21:15] <strong>Rachel Cherry:</strong> It&#8217;s probably following the same trajectory. Full site editing is newer and it will grow with time. But I think with full site editing, it&#8217;s very similar concerns to the block editor, but it&#8217;s more about governance and control. When you do set up these WordPress websites where you do have a lot of governance over accessibility or over branding, it&#8217;s really scary.</p>\n\n\n\n<p>The full site editing without fully understanding what it does, and how you can control it and set boundaries, there&#8217;s that concern about governance of, we don&#8217;t actually want people using our websites to be able to customise the site. We want a lot of control over that, most of the time, not everyone, but most people. Because in our space, a lot of the users that are coming in and kind of admining their site, or editing their site, are not trained web professionals. They are biology professor who&#8217;s kind of doing job as needed.</p>\n\n\n\n<p>And so we want them to have flexibility to go in and publish content. We want them to be able to share their research, share their information, but we don&#8217;t want them to be able to have free reign to kind of break our governance rules, and potentially create risk to our brand or to our accessibility and things like that. And so the full site editing, there&#8217;s a lot of people that are kind of hesitant and being patient for the full site editing implementation.</p>\n\n\n\n<p>[00:22:43] <strong>Nathan Wrigley:</strong> Thank you for that. So we&#8217;ve got a picture then of how WordPress is deployed. It seems like it&#8217;s the CMS of choice over in the education, higher ed landscape anyway.</p>\n\n\n\n<p>So moving over to Alex, I&#8217;m talking more about the implementation of this now. Presumably agencies such as yourself, Human Made, you are getting requests from these institutions to build these websites.</p>\n\n\n\n<p>How does that process work? Do you generally tend to work with like the web team over there and you, you know, backwards and forwards with them? And then the bit that I&#8217;m most curious about, talking about what Rachel just said, how on earth do you get these people so that they can use the website that you&#8217;ve built? Because, in many institutions it may be one or two people have got their hands on this, but it sounds like there may be several hundred people who need to access the WordPress website. So training.</p>\n\n\n\n<p>So there&#8217;s two parts to that question really. How are you interfacing in terms of building the things when you are approached by these institutions? And then how do you get to hand it off and provide a good level of support and training to them?</p>\n\n\n\n<p>[00:23:37] <strong>Alex Aspinall:</strong> Yeah, it&#8217;s a good question. I think the main back and forth we have would be with, typically the web team of course, as you guessed there. I think each institution is set up differently. I think Rachel probably could testify to the fact that, you know, the challenges and benefits of being set up one way is not mirrored and how it&#8217;s done elsewhere. So I do think agencies generally have to be flexible, and work within the parameters that they&#8217;re asked to, you know, that&#8217;s kind of our job.</p>\n\n\n\n<p>I think there are also, particularly with the biggest implementations in higher ed, there&#8217;s often other agencies involved or other specialists involved as well. You might be working with someone, you know, we might be bringing design and platform expertise and you might be working with someone that&#8217;s looking after the marketing and the wider brand of the university as well.</p>\n\n\n\n<p>So I think there&#8217;s quite a lot of collaboration indeed, like the amount of time I&#8217;ve spent within higher ed, I think collaboration is a really big theme, and I think that the successful projects that we see getting delivered are very collaborative in nature.</p>\n\n\n\n<p>And then yeah, in terms of training and handover, I imagine on the ground in the universities in question, they have a bigger challenge than perhaps we do, because we&#8217;ll be handing it over to a smaller percentage ultimately of the wider institution. We don&#8217;t run 300 separate training sessions or anything like that. We provide detailed documentation, videos, follow up sessions, and we make sure that the team that are receiving the product are fully versed in it.</p>\n\n\n\n<p>I think a lot of the time those people are. I think it&#8217;s handing it over to the editors that then the work will have to be done on a one-to-one basis in terms of what they&#8217;re allowed to do, going back to the FSE point. Not everyone can edit everything.</p>\n\n\n\n<p>[00:25:08] <strong>Nathan Wrigley:</strong> It&#8217;s kind of curious because when I see a website for, again, I&#8217;m going to use the word university. When I see the website for university, I&#8217;m just seeing this kind of brochure site, really. In other words, here&#8217;s the university, look at all the magical things that we do. But my daughter has just been at university, and there&#8217;s so much more to it than that. So there&#8217;s like this portal where my daughter goes, logs in, and now the expectation is that much of the work will be carried out in that format. You know, you&#8217;ll submit content, there will be lesson plans and all of that kind of thing.</p>\n\n\n\n<p>So essentially the question is leading me up to, what kind of things are being built into this website apart from the public facing bit, which we might call a prospectus, really? You&#8217;ve got this online prospectus, the world can see it, we can marvel at how great the university is, but it seems like there&#8217;s a heck of a lot more. Each department has its own stuff. Presumably the students, increasingly being expected to log in, especially post COVID, I imagine as well. So again, that one probably to Alex. What kind of curious things are built inside these WordPress websites, LMSs, brochure sites, and so on?</p>\n\n\n\n<p>[00:26:10] <strong>Alex Aspinall:</strong> Yeah, I mean, no, you listed off a lot of the options there really. I mean, the main three or four pages you might think of as being the university site are very much that, just the brochure. But there&#8217;s all kinds of different requirements for different departments. We&#8217;ll have different kinds of products that they want to build in there. You&#8217;ve got archives of hundreds and thousands of different reports and pieces of information from the past that will be needed to be upheld.</p>\n\n\n\n<p>We rebuilt Harvard Gazette, which is, you know, obviously part of the wider infrastructure at Harvard. So that&#8217;s a massive publishing site. That&#8217;s essentially the same as any magazine or newspaper would have. It&#8217;s what it is. As you say, the student logins, all the complexities of multi-site. Rachel, I&#8217;m sure you&#8217;ve probably got a list longer than that.</p>\n\n\n\n<p>[00:26:53] <strong>Rachel Cherry:</strong> It&#8217;s a lot, right? In my role as an accessibility professional, do a lot of governance work and it&#8217;s trying to tie together all these different types because there&#8217;s WordPress at my university, but there&#8217;s tons of other stuff. There&#8217;s front end brochure websites, and there&#8217;s research lab sites, and there&#8217;s marketing websites, and then there&#8217;s all the academic focused, as Alex mentioned a few. There&#8217;s a lot of web applications. There&#8217;s a lot of people doing a lot of different types of content in different ways. And how does that all tie together?</p>\n\n\n\n<p>We talk a lot about things like data sharing and a lot of the work that we do is also just trying to keep all this content in sync and trying to not have duplicates or not have outdated content, things like that. So when we talk about governance is like a big word that means a lot of things to different people. But a lot of it is really just kind of managing quality and the expectations of how websites are managed and how our mission as an institution is kind of presented to the world.</p>\n\n\n\n<p>So it&#8217;s interesting, Nathan, that you say, like to you, it&#8217;s like you just see this brochure site, and that&#8217;s a common conversation about kind of the challenges of enterprise. We have all this internal knowledge and we also have, you know, there&#8217;s a funny common conversation in universities about acronyms. We have all this internal terminology that we use, but does that come across to the end user? Does the work that we do translate? And it&#8217;s a complicated question to solve.</p>\n\n\n\n<p>[00:28:22] <strong>Nathan Wrigley:</strong> I&#8217;m kind of curious as to whether or not WordPress can service the needs of the entire IT department, if you like, within a higher ed institution. So I&#8217;m imagining that the legacy is that there&#8217;s many, many pieces of software that are being used throughout the university. You know, there may be some sort of portal where people log in and check in that they&#8217;re actually at work. There may be other things where people log their essays that they supply to their tutors and things like that. Plus then there&#8217;s the brochure on the front end.</p>\n\n\n\n<p>I&#8217;m curious as to whether or not WordPress in the future can handle most of those, and whether there&#8217;s an appetite from the higher ed institutions to have everything in one platform. They may see that as, you know, maybe that presents an Achilles heel to them. If there&#8217;s one systemic failure, then the whole thing goes down. But I&#8217;m curious as to whether or not WP Campus is trying to pitch WordPress as the answer to all the things, or is it a much more limited subset of things? You know, it&#8217;s the website, and it&#8217;s the LMS and that kind of thing. So that&#8217;s more of a kind of roadmap question, whether you&#8217;re trying to push WordPress as being the answer to everything.</p>\n\n\n\n<p>[00:29:20] <strong>Rachel Cherry:</strong> As an organisation, we don&#8217;t really push for WordPress to be used. It&#8217;s not really our mission. That&#8217;s not how we think or how we work. It&#8217;s really more just to support people that have, that are using it, and to help each other in our roles.</p>\n\n\n\n<p>To answer your broader question, I mean I kind of, it depends. Can WordPress be used for all these things? Sure. I&#8217;m sure you could finagle it to do a lot of things. Should it do all those things? Probably not. Not in its current state, no. It, in and of itself, is a database with programming and you can get it to do all kinds of things.</p>\n\n\n\n<p>[00:29:54] <strong>Nathan Wrigley:</strong> Yeah, there was one of the questions which I&#8217;ve just refound and it was, what challenges do you face with the WordPress plugin ecosystem? And bloat was one of the things that was mentioned. So yeah, this is specifically to do with WordPress plugins. It&#8217;s not WordPress Core. I thought that was kind of curious.</p>\n\n\n\n<p>And then in second place, just by a whisker, was accessibility requirements as well. And you&#8217;ve touched on accessibility a lot, Rachel. You&#8217;ve mentioned the word tangentially, and obviously that&#8217;s your kind of area of expertise.</p>\n\n\n\n<p>I&#8217;m guessing, but I&#8217;m not sure for certain, does the US compel certain things to be done in certain ways? You know, if you&#8217;re a university and you launch a website, does it have to comply with things? And do those things map across the globe? I know that we&#8217;ve got the European Accessibility Act, which just dropped earlier this year. So the question is pretty broad, but just tell us about the accessibility requirements and how stringent they are in higher ed as compared to just, I don&#8217;t know, if I&#8217;ve got a brochure site online selling widgets into the community.</p>\n\n\n\n<p>[00:30:51] <strong>Rachel Cherry:</strong> So unfortunately the US does not have as strong accessibility laws as Europe does, or many countries in Europe, like the UK and others. We do have some though, and we do have something called section 508, which basically means that if you receive federal funding or federal service, you do have to meet certain accessibility requirements.</p>\n\n\n\n<p>And so universities in the US largely fall under that. Not always. Universities are probably the only real kind of ecosystem in the US that does have more accessibility rules than other industries like general business. And so that&#8217;s why we did that accessibility audit of Gutenberg to help support our community in that time.</p>\n\n\n\n<p>And so it is very important, accessibility is very important. And it kind of touches on something that I said earlier about, a lot of universities in the US especially build custom plugins because they have to meet accessibility guidelines and it&#8217;s really challenging sometimes to find general use plugins available in the ecosystem that meet those guidelines. And so a lot of teams just kind of build their own stuff.</p>\n\n\n\n<p>And so I would say that those top two challenges, when it comes to bloat and accessibility are really, like that was not surprising in any way. That is the common struggle. It&#8217;s finding plugins that meet our accessibility requirements, especially with the front end. And then having plugins that do a lot of functionality that people don&#8217;t need. And so I think a lot of these times will lend people to kind of build their own plugins.</p>\n\n\n\n<p>They won&#8217;t rebuild like complicated plugins, any kind of administrative plugins or like form builders and things like that. Like, people largely will use plugins from the ecosystem. But there&#8217;s a lot of custom functionality in the work that we do.</p>\n\n\n\n<p>So once again, I think the common theme is it&#8217;s complex, and because of that complexity, there&#8217;s all kinds of interesting challenges. And so plugins are hard to kind of maintain. It feels like, I hear a lot of people expressing to me, you know, how often they have to kind of update them and keep them up to date, and manage and do all that. And so it&#8217;s not enough to stop people from using WordPress, like they&#8217;re using it, but having better solutions for some of these challenges would be an example of kind of supporting these higher ed institutions using WordPress.</p>\n\n\n\n<p>[00:33:12] <strong>Nathan Wrigley:</strong> Thank you. Alex, back to you. A question around just higher ed in general, is this like an area which Human Made is drilling down on? Is this an endeavor that you are trying to grow the pie, if you like? There&#8217;s thousands, I would imagine, maybe tens of thousands of institutions which come under the banner of higher ed. And at the moment, I don&#8217;t know what percentage of them are using WordPress. If we were to ask every single one of them, I would imagine it&#8217;s a significant percentage.</p>\n\n\n\n<p>But the idea of WP Campus, I guess, is to have a central place where people can go and learn about it. And Human Made being involved, presumably there&#8217;s some advantage to you as an enterprise agency. The question basically boils down to, is this an area that you are going to be working on, pitching towards, trying to grow in the near future?</p>\n\n\n\n<p>[00:33:55] <strong>Alex Aspinall:</strong> Yeah, for sure. I think like I said at the start, we&#8217;re generally the kind of agency who works on larger platforms, maybe more complicated platforms. And I think we&#8217;re interested in, you know, a broad range of industries. Probably higher ed is one of four or five, probably publishing, finance, enterprise generally, entertainment, higher ed. I think those industries tend to provide very interesting use cases for WordPress. We&#8217;re interested in all of them.</p>\n\n\n\n<p>I think we&#8217;ve seen, in the last couple of years, a lot of interesting higher ed projects being worked on by us and obviously by lots and lots of other people. And yeah, like we&#8217;re definitely part of that world, and really interested in it and, you know, yeah, definitely keen to continue being part of it, a hundred percent.</p>\n\n\n\n<p>[00:34:45] <strong>Nathan Wrigley:</strong> It&#8217;s kind of interesting, towards the bottom of the survey, so right near the bottom, probably nine tenths of the way through, there&#8217;s a whole series of kind of roadmap questions, if you like, things about the future of WordPress. And the fairly, I don&#8217;t know, blunt question, let&#8217;s put it that way, because it could have gone in the other direction it turns out, it&#8217;s hopefully gone in the right direction, but the question was asked, would you move to another CMS if you had time and resources?</p>\n\n\n\n<p>And gosh, that could go the wrong way. The answer was a strong 49% no. Which, when you say it like that you think, hang on, only half of the people wouldn&#8217;t move. But then you ask, then the other bit was only 23% are looking to move at all, and 28% are unknown. So really you&#8217;re up into the sort of seventies really, who either are not sure or want to stick around.</p>\n\n\n\n<p>That seems like an amazing statistic to me. And obviously, Human Made have kind of put their flag in the ground in higher ed, WP Campus, the same. It feels like you&#8217;ve got quite a lot of runway with these institutions in the future. Unless things go horribly wrong within WordPress, it looks like you&#8217;ve got an audience long into the future.</p>\n\n\n\n<p>[00:35:43] <strong>Alex Aspinall:</strong> I think the report offers a really positive view of WordPress. As a technology choice, I think on the whole, most people are saying it was delivering what they needed it to. I can&#8217;t remember if it&#8217;s 70, 75%, something like that, it was said that it was either meeting or exceeding their expectations, which I think is a large number. Again, it&#8217;s not like 90, but if you think about the amount of ways you can complain about software, particularly people that know a lot about the software, I think 75% is pretty good.</p>\n\n\n\n<p>And yeah, you&#8217;re right, whilst people are perhaps saying, oh, they&#8217;re looking around or they&#8217;re always considering alternatives, I think we&#8217;ve seen repeatedly that the platform, its security credentials, its extensibility, some of the core features, are all spoken about really, really favorably from the people that responded to the survey.</p>\n\n\n\n<p>And I think really we saw a passionate group of people responding to a technology they know a lot about. There are a lot of ways it could improve, we all know that, and the people that completed the survey know that as well, and they&#8217;ve, you know, they weren&#8217;t shy about listing them out. But I think you&#8217;re right, overall, the level of satisfaction is good, and I think with further adoption and the adoption of newer features, I think that that satisfaction should continue to grow.</p>\n\n\n\n<p>In fact, one of the things I was actually kind of wanting to ask Rachel actually was back to the point about FSE earlier on. I actually think WordPress needs to do a much better job of marketing itself, particularly around newer features, and particularly perhaps at the enterprise level, or where there&#8217;s complex use cases, or where a lot of the users aren&#8217;t developers. The benefits of FSE, for example, are numerous. And we&#8217;ve seen clients and indeed we&#8217;ve used it ourselves, and the people using it really like it, and I think that&#8217;s reflected in the report as well.</p>\n\n\n\n<p>So I was going to ask Rachel, as well as the other examples of why adoption might have been slow in higher ed, do you think that there&#8217;s actually a case for people in, maybe agencies, maybe WordPress Core doing a better job of the selling and the pitching? Because I actually believe that there are worse solutions that do a better job of convincing people that they should work in a certain way.</p>\n\n\n\n<p>[00:37:51] <strong>Rachel Cherry:</strong> I think there&#8217;s always room for more marketing and kind of communication about what&#8217;s going on, and there&#8217;s always improvement for that. And I do feel like Core could do more towards the enterprise ecosystem as well. That, you know, I don&#8217;t know what their primary use case that they&#8217;re focusing on is. But I would be surprised to find out that enterprise is higher up on that list. And so paying attention to our community and having open conversations with them, and there has been some efforts at that. There&#8217;s not like a non amount of effort on that.</p>\n\n\n\n<p>But yeah there&#8217;s, I think a good way to kind of describe how a lot of our community works is just kind of, it&#8217;s cautiously optimistic, but cautious. And having to manage risk and having to manage their time and energy, and so they&#8217;re not going to jump into anything. They&#8217;re going to do a lot of research. They&#8217;re going to try to find out who else is doing it, and is it working well for them?</p>\n\n\n\n<p>So there&#8217;s a lot of, we do a lot of case studies and try to encourage our community to share about the work they&#8217;re doing. Because really that goes a long way too. If a university sees another university using full site editing and that it&#8217;s successful, then that goes a long way.</p>\n\n\n\n<p>And when you have an absence of that, when you have an absence of examples, then it&#8217;s a struggle, right? Because our environment is so complex that an article about full site editing and what it can do doesn&#8217;t really go super far. We need to understand, not just what it does, but the long-term implications. Because once we implement it, that&#8217;s it. It&#8217;s very hard to back up, especially in our, these 300 website multi-site instances where we&#8217;ve got to train people and do all these things. We can&#8217;t rush into it.</p>\n\n\n\n<p>So there&#8217;s a lot of cautious waiting and seeing. So the more that universities can share about how they&#8217;re using the tools and how it&#8217;s working for them, and what&#8217;s not working for them. Being genuine in the reality of what we&#8217;re doing goes a long way. So there&#8217;s pros and cons, like, here&#8217;s how it worked, here&#8217;s the roadblocks we hit, here&#8217;s how it could be better. Having those kinds of conversations can really go a long way towards adoption.</p>\n\n\n\n<p>[00:39:59] <strong>Nathan Wrigley:</strong> I have a few things to add to this, and the first one would be that my expectation when a survey is put out is, broadly speaking, the expectation is that negativity is going to be the thing driving them to the survey. And that&#8217;s not what you find here. People who&#8217;ve got an axe to grind are frequently more likely to open up a survey and grind the axe, and that isn&#8217;t the case here.</p>\n\n\n\n<p>You know, it&#8217;s remarkably sanguine. Everybody seems entirely optimistic. And even the data which may be not quite as favorable, is not unfavorable. It&#8217;s just maybe not as shiny as it could have been.</p>\n\n\n\n<p>But then I&#8217;m looking at the second question here about what the favorite things are and it&#8217;s all the stuff that we lean into all the time. The extensibility, the fact that it&#8217;s free, otherwise known as cost, the fact that it&#8217;s multi-site capable, the fact that there&#8217;s plugins and what have you that you can extend it with.</p>\n\n\n\n<p>And the editing experience, so we&#8217;re talking about full site editing, I guess there as well as the editor, is low on the list of priorities, which is quite interesting. Only 36% of respondents thought that that was their priority.</p>\n\n\n\n<p>And then talking to the broader, I don&#8217;t know, the marketing piece, I think WordPress as a whole, it is really difficult to market something to the entire world. And that&#8217;s what WordPress is. So for the, like the Core community and things like that, to try and figure out where to put their best efforts, you know, how to convince people that WordPress is the solution for them, is really difficult, because it&#8217;s everybody. It&#8217;s literally anybody who might want a website.</p>\n\n\n\n<p>And so I think that&#8217;s where endeavors like WP Campus really pull out all the stops. You know, you are out there shouting loudly that this is the credible solution, if you&#8217;ve got a need for a website in the higher ed space. You are making it so that, I guess if we were to Google higher ed CMS, WordPress is going to come up fairly high. So you are growing that pie.</p>\n\n\n\n<p>But I guess the audience is fairly small, isn&#8217;t it? You know, at each institution, how many people are going to be making those searches? It&#8217;s not going to be the 300 people that you mentioned. It&#8217;s probably going to be the web team.</p>\n\n\n\n<p>So I think you&#8217;re doing great work. You know, you&#8217;re definitely finding those people and the important decision makers are probably the people. that you need to find.</p>\n\n\n\n<p>I keep coming back to the phrase, growing the pie. That&#8217;s what I think WP Campus is basically about. You know, of the 10,000 institutions out there that might use WordPress, it&#8217;s about making sure that a growing proportion of them know that it&#8217;s a credible alternative to whatever they&#8217;re using now. And from the numbers in the survey, it looks like once you&#8217;ve onboarded them, it&#8217;s easy to keep hold of them, which is pretty cool.</p>\n\n\n\n<p>[00:42:21] <strong>Rachel Cherry:</strong> For WP Campus as an organisation, we wanted to use the survey to really surface the needs. And so there&#8217;s questions in this survey that talk about what plugin needs exist.</p>\n\n\n\n<p>You know, one of my takeaways from this survey is how WordPress does need more enterprise functionality. And that&#8217;s covered a lot in the questions about plugin functionality. There is a big need and a gap for a lot of enterprise functionality in the WordPress ecosystem and higher ed needs it. So if there are people out there wanting to build it, we are ready for it.</p>\n\n\n\n<p>And so, you know, I want to surface those needs to kind of help bring more resources to our community and to what they&#8217;re doing. And so anyone out there looking to help fill that gap, please check out the survey and I&#8217;m open to have a conversation at any time, and we&#8217;d love for you to join our Slack and ask us questions and get us involved.</p>\n\n\n\n<p>[00:43:12] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s an interesting call to action because you know, if you&#8217;ve got space in your calendar to build a new thing, you now have a brand new audience potentially, if you&#8217;ve not considered the higher education space, there&#8217;s a ton of data in this report which you can download. So maybe this is a whole new audience that you didn&#8217;t realise that you could tap into. Alex, was there anything, it sounded like you had something.</p>\n\n\n\n<p>[00:43:33] <strong>Alex Aspinall:</strong> Yeah, no, I was just going to echo really to what Rachel was saying there. I think the idea with this report was to, as Rachel said earlier on, provide data that has been missing. There&#8217;s no cynical play, it&#8217;s a collaborative report that&#8217;s designed to help other people understand how their peers are working, what their challenges are, how they&#8217;re trying to solve them, what kind of environment they&#8217;re doing it all in.</p>\n\n\n\n<p>It&#8217;s a really fascinating area, as I said earlier on, and we are really excited to see it develop and help it develop. And, yeah, we will be certainly collaborating with WP Campus and Rachel going forward.</p>\n\n\n\n<p>[00:44:06] <strong>Nathan Wrigley:</strong> Yeah, so whether or not, it really doesn&#8217;t matter which bit of WordPress you are attached to, whether you&#8217;re a hosting company or a plugin or a theme developer or an agency, just building out websites, there really is a bit of this which will map to whatever it is that you are doing.</p>\n\n\n\n<p>The website URL I mentioned earlier, wpcampus.org is where you&#8217;re going to find this out. I presume that they&#8217;re somewhere, if I was to explore, I would probably find a contact form. But beyond that, let&#8217;s go to Rachel first, how could people reach out to you if they&#8217;re curious about what you&#8217;ve said to today? Where would they best find you?</p>\n\n\n\n<p>[00:44:36] <strong>Rachel Cherry:</strong> Yeah, so you can join our Slack, which is accessible from wpcampus.org. There is a Slack page and you fill out a form and you get an invite, and feel free to join and start some conversations. There is a contact form on wpcampus.org, and I do receive those emails along with other people in our organisation. So that&#8217;s another great way to get in touch with me as well.</p>\n\n\n\n<p>[00:44:59] <strong>Nathan Wrigley:</strong> Thank you. And Alex, same question.</p>\n\n\n\n<p>[00:45:01] <strong>Alex Aspinall:</strong> Yeah, for us, obviously website, humanmade.com. There&#8217;s a contact form on there. But also Twitter and LinkedIn tend to be our main sort of points of contact for people getting in touch with us.</p>\n\n\n\n<p>Might also be worth flagging out, we&#8217;ve got a Word on the Future newsletter, which goes out once a month. You can sign up for that on the website. That generally has this kind of content, not always about higher education, but about the enterprise WordPress space in general. So that&#8217;s quite a nice touch point too.</p>\n\n\n\n<p>[00:45:24] <strong>Nathan Wrigley:</strong> I&#8217;ll just mention before we finish off that the WP Campus site not only links to, you know, the bits and pieces that are going on right now, but there&#8217;s the blog and there&#8217;s also links to the events as well as the Slack channel and things like that, oh, and a newsletter. There&#8217;s a whole load of opportunities to keep in touch with what&#8217;s going on over there.</p>\n\n\n\n<p>So, yeah, what I would also say is it&#8217;s very hard in an audio podcast to do justice to a report, which is primarily graphics. So please, if you&#8217;ve any curiosity around what we&#8217;ve been talking about, go and download that and you&#8217;ll be able to get the full detail of what we&#8217;ve been talking about. You&#8217;re going to find that on the Human Made website, and I will link to it in the show notes.</p>\n\n\n\n<p>Okay, Rachel Cherry, Alex Aspinall, thank you so much for chatting to me today. Really appreciate it.</p>\n\n\n\n<p>[00:46:05] <strong>Alex Aspinall:</strong> Thanks for having us.</p>\n\n\n\n<p>[00:46:06] <strong>Rachel Cherry:</strong> Yes, thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/rachelmcherry/\">Rachel Cherry</a> and <a href=\"https://humanmade.com/who-we-are/alexaspinall/\">Alex Aspinall</a>.</p>\n\n\n\n<p>Rachel is the founder of <a href=\"https://wpcampus.org/\">WP Campus</a>, a nonprofit organization she launched a decade ago to support professionals using WordPress in higher education. Under her leadership, WP Campus has become a community hub, hosting conferences and leading research projects tailored to the unique needs of its members. Currently, Rachel serves as the organization&#8217;s Director of Technology and sits on its board of directors, where she continues to drive innovative projects.</p>\n\n\n\n<p>Alex Aspinall is part of the globally distributed team at Human Made, an established enterprise WordPress agency founded in 2011. At Human Made, Alex helps deliver large-scale web platforms for major organizations, including names like Harvard, Standard Chartered, and PlayStation. In recent years, Alex has developed a strong interest in how WordPress can uniquely serve the higher education sector, and he’s become especially passionate about exploring and supporting this use case.</p>\n\n\n\n<p>During the podcast we get into the story behind WP Campus, which has, for the past decade, been empowering people who use WordPress in colleges and universities. We explore Human Made’s growing interest in the complexities of higher education projects, from large multisite networks to the strict accessibility and governance requirements such projects increasingly require.</p>\n\n\n\n<p>The heart of the conversation is the just released ‘State of WordPress in Higher Education 2025’ report. We dig into the reports key findings such as the slow adoption of the block editor and full site editing, the challenges of managing hundreds of university websites with small web teams, and why enterprise-level tools are in such high demand.</p>\n\n\n\n<p>Whether you’re a WordPress professional, agency, educator, or are just curious about the unique needs and opportunities the higher education space offers, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wpcampus.org/\">WP Campus</a></p>\n\n\n\n<p> <a href=\"https://humanmade.com/resources/the-state-of-wordpress-in-higher-education-research-report/\">The State of WordPress in Higher Education</a> report</p>\n\n\n\n<p><a href=\"https://humanmade.com/\">Human Made</a></p>\n\n\n\n<p><a href=\"https://news.harvard.edu/gazette/\">Harvard Gazette</a></p>\n\n\n\n<p><a href=\"https://wpcampus.org/community-3/slack/\">WP Campus Slack</a></p>\n\n\n\n<p><a href=\"https://humanmade.com/word-on-the-future-a-wordpress-newsletter-by-human-made/\"> Word on the Future newsletter</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, 10 Sep 2025 14: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:14:\"Nathan Wrigley\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Sustainability, Authenticity, and Building Habits with Daily Videos\";s: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:33:\"https://openchannels.fm/?p=109487\";s: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:90:\"https://openchannels.fm/sustainability-authenticity-and-building-habits-with-daily-videos/\";s: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:208:\"In this \"Publishing Flow\" episode, Mark Szymanski shares insights on his daily video journey, discussing inspiration, consistency, audience engagement, and the balance between authenticity and value creation.\";s: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, 10 Sep 2025 11:04:26 +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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Techmeme 20\";s: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:23:\"https://ma.tt/?p=149734\";s: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:34:\"https://ma.tt/2025/09/techmeme-20/\";s: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:616:\"<p>It&#8217;s New Apple Stuff day, so the headlines are being dominated by that, but it&#8217;s worth taking a step back and paying homage to the site that has been the front page of tech news for two decades now, <a href=\"https://techmeme.com/\">Techmeme</a>. I&#8217;ve been a daily visitor since it started, and I appreciate how they pair the algorithm with a light human touch to provide a wide overview. (WordPress-powered!) <a href=\"https://crazystupidtech.com/2025/09/08/at-20-techmeme-has-never-been-hotter/\">Fred Vogelstein at Crazy Stupid Tech has a great review of how Techmeme started and evolved</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:\"Tue, 09 Sep 2025 20:24: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: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:47;a:6:{s:4:\"data\";s:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Open Channels FM: Lessons From Building and Managing Multiple WordPress Plugins\";s: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:33:\"https://openchannels.fm/?p=108988\";s: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:86:\"https://openchannels.fm/lessons-from-building-and-managing-multiple-wordpress-plugins/\";s: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:188:\"Here are some lessons learned in building a WordPress plugin business, emphasizing experimentation, market understanding, customer support, and community engagement for sustainable growth.\";s: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, 09 Sep 2025 09:53: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Open Channels FM: The Founders of Podcaster Plus Share Product Development Experiences and Community Insights\";s: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:33:\"https://openchannels.fm/?p=108599\";s: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:116:\"https://openchannels.fm/the-founders-of-podcaster-plus-share-product-development-experiences-and-community-insights/\";s: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:215:\"In this WP Behind the Builds episode, Mark Westguard discusses the upcoming Podcaster Plus plugin with founders Nathan and Dan, emphasizing its features like customizable audio players and automation for podcasters.\";s: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, 09 Sep 2025 08:16: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:5:\"BobWP\";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:21:\"\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:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Assorted Links\";s: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:23:\"https://ma.tt/?p=149725\";s: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:\"https://ma.tt/2025/09/links/\";s: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:1682:\"<p>A few interesting reads or listens:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.wired.com/story/multiple-chemical-sensitivity-tilt-claudia-miller/\">The Next Thing You Smell Could Ruin Your Life</a>, a deep dive into chemical sensitivity and toxicant-induced loss of tolerance, or TILT, by <a href=\"https://lexipandell.com/\">Lexi Pandell</a> (WordPress!) at Wired.</li>\n\n\n\n<li><a href=\"https://www.newyorker.com/culture/infinite-scroll/irl-brain-rot-and-the-lure-of-the-labubu\">IRL Brain Rot and the Lure of the Labubu</a>, by <a href=\"https://www.kylechayka.com/\">Kyle Chayka</a> at New Yorker.</li>\n\n\n\n<li><a href=\"https://simonwillison.net/2025/Aug/9/bay-area-ai/\">Simon Willison&#8217;s Lethal Trifecta talk</a>, on the myriad security issues that arise when combining LLMs, prompt injection, MCPs, and more.</li>\n\n\n\n<li><span style=\"margin: 0px; padding: 0px;\">Daniel Stenberg, a lead developer of the open source utility Curl, <a href=\"https://www.youtube.com/watch?v=6n2eDcRjSsk\" target=\"_blank\">talks at FrOSCon about how AI reports are gumming up their security workflows</a>.</span> (YouTube, 53 minutes.) </li>\n\n\n\n<li><a href=\"https://daniel.haxx.se/blog/2025/08/15/car-brands-running-curl/\">Daniel again (on his WordPress-powered blog) discusses a version of their maker/taker problem</a>, specifically the 47 car brands that use Curl but none that sponsor it.</li>\n\n\n\n<li>Fernando Borretti&#8217;s <a href=\"https://borretti.me/article/notes-on-managing-adhd\">Notes on Managing ADHD</a>.</li>\n\n\n\n<li>Good Taste Is More Important Than Ever, by <a href=\"https://www.theatlantic.com/author/nitin-nohria/\">Nitin Nohria</a> in The Atlantic.<br /></li>\n</ul>\";s: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, 08 Sep 2025 23:20:52 +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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Sep 2025 17:46:46 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 30 Sep 2025 17:30:23 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1759203889;s:21:\"cache_expiration_time\";i:1759297607;s:23:\"__cache_expiration_time\";i:1759297607;}','off'),(3385927,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1759297607','off'),(3385928,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/08/portland-welcomes-wcus-2025/\'>Portland Welcomes WordCamp US 2025: A Community Gathering</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/08/portland-are-you-ready-the-wcus-2025-schedule-has-arrived/\'>Portland, Are You Ready? The WCUS 2025 Schedule Has Arrived!</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://openchannels.fm/surviving-the-wordpress-plugin-grind-growth-marketing-and-overcoming-burnout/\'>Open Channels FM: Surviving the WordPress Plugin Grind Growth, Marketing and Overcoming Burnout</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/09/om-59/\'>Matt: Om 59</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/09/craft-slop/\'>Matt: Craft vs Slop</a></li></ul></div>','off'),(3385930,'theme_mods_twentytwentyfive','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','on'),(3385934,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(3385948,'_transient_timeout_wp_smush_skip_image_sizes_recheck','1759266476','off'),(3385949,'_transient_wp_smush_skip_image_sizes_recheck','1','off'),(3385951,'_site_transient_timeout_theme_roots','1759264677','off'),(3385952,'_site_transient_theme_roots','a:1:{s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(3385953,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1759262877;s:7:\"checked\";a:1:{s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(3385955,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.8.3-partial-2.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.8.2\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.8.3-partial-2.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.8.3-rollback-2.zip\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.8.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1759262881;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}','off'),(3385978,'_site_transient_timeout_wp_theme_files_patterns-ec8d530cc770b172038071ebc4c4666f','1759266584','off'),(3385979,'_site_transient_wp_theme_files_patterns-ec8d530cc770b172038071ebc4c4666f','a:2:{s:7:\"version\";s:3:\"1.3\";s:8:\"patterns\";a:97:{s:21:\"banner-about-book.php\";a:4:{s:5:\"title\";s:28:\"Banner with book description\";s:4:\"slug\";s:34:\"twentytwentyfive/banner-about-book\";s:11:\"description\";s:66:\"Banner with book description and accompanying image for promotion.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:28:\"banner-cover-big-heading.php\";a:4:{s:5:\"title\";s:22:\"Cover with big heading\";s:4:\"slug\";s:41:\"twentytwentyfive/banner-cover-big-heading\";s:11:\"description\";s:82:\"A full-width cover section with a large background image and an oversized heading.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}}s:22:\"banner-intro-image.php\";a:4:{s:5:\"title\";s:49:\"Short heading and paragraph and image on the left\";s:4:\"slug\";s:35:\"twentytwentyfive/banner-intro-image\";s:11:\"description\";s:68:\"A Intro pattern with Short heading, paragraph and image on the left.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:16:\"banner-intro.php\";a:4:{s:5:\"title\";s:35:\"Intro with left-aligned description\";s:4:\"slug\";s:29:\"twentytwentyfive/banner-intro\";s:11:\"description\";s:66:\"A large left-aligned heading with a brand name emphasized in bold.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:17:\"banner-poster.php\";a:4:{s:5:\"title\";s:19:\"Poster-like section\";s:4:\"slug\";s:30:\"twentytwentyfive/banner-poster\";s:11:\"description\";s:78:\"A section that can be used as a banner or a landing page to announce an event.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:5:\"media\";}}s:43:\"banner-with-description-and-images-grid.php\";a:4:{s:5:\"title\";s:39:\"Banner with description and images grid\";s:4:\"slug\";s:47:\"twentytwentyfive/banner-description-images-grid\";s:11:\"description\";s:75:\"A banner with a short paragraph, and two images displayed in a grid layout.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:18:\"binding-format.php\";a:4:{s:5:\"title\";s:16:\"Post format name\";s:4:\"slug\";s:31:\"twentytwentyfive/binding-format\";s:11:\"description\";s:75:\"Prints the name of the post format with the help of the Block Bindings API.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:12:\"comments.php\";a:5:{s:5:\"title\";s:8:\"Comments\";s:4:\"slug\";s:25:\"twentytwentyfive/comments\";s:11:\"description\";s:63:\"Comments area with comments list, pagination, and comment form.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:13:\"core/comments\";}}s:32:\"contact-centered-social-link.php\";a:5:{s:5:\"title\";s:30:\"Centered link and social links\";s:4:\"slug\";s:45:\"twentytwentyfive/contact-centered-social-link\";s:11:\"description\";s:73:\"Centered contact section with a prominent message and social media links.\";s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:3:{i:0;s:7:\"contact\";i:1;s:3:\"faq\";i:2;s:9:\"questions\";}}s:26:\"contact-info-locations.php\";a:6:{s:5:\"title\";s:27:\"Contact, info and locations\";s:4:\"slug\";s:39:\"twentytwentyfive/contact-info-locations\";s:11:\"description\";s:78:\"Contact section with social media links, email, and multiple location details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"location\";}}s:29:\"contact-location-and-link.php\";a:4:{s:5:\"title\";s:25:\"Contact location and link\";s:4:\"slug\";s:42:\"twentytwentyfive/contact-location-and-link\";s:11:\"description\";s:89:\"Contact section with a location address, a directions link, and an image of the location.\";s:10:\"categories\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"featured\";}}s:18:\"cta-book-links.php\";a:4:{s:5:\"title\";s:30:\"Call to action with book links\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-book-links\";s:11:\"description\";s:74:\"A call to action section with links to get the book in different websites.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:22:\"cta-book-locations.php\";a:4:{s:5:\"title\";s:29:\"Call to action with locations\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-book-locations\";s:11:\"description\";s:82:\"A call to action section with links to get the book in the most popular locations.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:24:\"cta-centered-heading.php\";a:4:{s:5:\"title\";s:16:\"Centered heading\";s:4:\"slug\";s:37:\"twentytwentyfive/cta-centered-heading\";s:11:\"description\";s:53:\"A hero with a centered heading, paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:19:\"cta-events-list.php\";a:4:{s:5:\"title\";s:11:\"Events list\";s:4:\"slug\";s:32:\"twentytwentyfive/cta-events-list\";s:11:\"description\";s:37:\"A list of events with call to action.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:26:\"cta-grid-products-link.php\";a:5:{s:5:\"title\";s:54:\"Call to action with grid layout with products and link\";s:4:\"slug\";s:39:\"twentytwentyfive/cta-grid-products-link\";s:11:\"description\";s:42:\"A call to action featuring product images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}}s:22:\"cta-heading-search.php\";a:4:{s:5:\"title\";s:23:\"Heading and search form\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-heading-search\";s:11:\"description\";s:54:\"Large heading with a search form for quick navigation.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:18:\"cta-newsletter.php\";a:5:{s:5:\"title\";s:18:\"Newsletter sign-up\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-newsletter\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:10:\"newsletter\";}}s:15:\"event-3-col.php\";a:5:{s:5:\"title\";s:46:\"Events, 3 columns with event images and titles\";s:4:\"slug\";s:28:\"twentytwentyfive/event-3-col\";s:11:\"description\";s:95:\"A header with title and text and three columns that show 3 events with their images and titles.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:6:\"events\";i:1;s:7:\"columns\";i:2;s:6:\"images\";}}s:14:\"event-rsvp.php\";a:7:{s:5:\"title\";s:10:\"Event RSVP\";s:4:\"slug\";s:27:\"twentytwentyfive/event-rsvp\";s:11:\"description\";s:64:\"RSVP for an upcoming event with a cover image and event details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:4:\"rsvp\";i:2;s:5:\"event\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:18:\"event-schedule.php\";a:5:{s:5:\"title\";s:14:\"Event schedule\";s:4:\"slug\";s:31:\"twentytwentyfive/event-schedule\";s:11:\"description\";s:54:\"A section with specified dates and times for an event.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}s:8:\"keywords\";a:4:{i:0;s:6:\"events\";i:1;s:6:\"agenda\";i:2;s:8:\"schedule\";i:3;s:8:\"lectures\";}}s:19:\"footer-centered.php\";a:5:{s:5:\"title\";s:15:\"Centered footer\";s:4:\"slug\";s:32:\"twentytwentyfive/footer-centered\";s:11:\"description\";s:44:\"Footer with centered site title and tagline.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:18:\"footer-columns.php\";a:5:{s:5:\"title\";s:19:\"Footer with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/footer-columns\";s:11:\"description\";s:45:\"Footer columns with title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:21:\"footer-newsletter.php\";a:5:{s:5:\"title\";s:29:\"Footer with newsletter signup\";s:4:\"slug\";s:34:\"twentytwentyfive/footer-newsletter\";s:11:\"description\";s:51:\"Footer with large site title and newsletter signup.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:17:\"footer-social.php\";a:5:{s:5:\"title\";s:33:\"Centered footer with social links\";s:4:\"slug\";s:30:\"twentytwentyfive/footer-social\";s:11:\"description\";s:49:\"Footer with centered site title and social links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:10:\"footer.php\";a:5:{s:5:\"title\";s:6:\"Footer\";s:4:\"slug\";s:23:\"twentytwentyfive/footer\";s:11:\"description\";s:51:\"Footer columns with logo, title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:16:\"format-audio.php\";a:4:{s:5:\"title\";s:12:\"Audio format\";s:4:\"slug\";s:29:\"twentytwentyfive/format-audio\";s:11:\"description\";s:73:\"An audio post format with an image, title, audio player, and description.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"format-link.php\";a:4:{s:5:\"title\";s:11:\"Link format\";s:4:\"slug\";s:28:\"twentytwentyfive/format-link\";s:11:\"description\";s:77:\"A link post format with a description and an emphasized link for key content.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"grid-videos.php\";a:4:{s:5:\"title\";s:16:\"Grid with videos\";s:4:\"slug\";s:28:\"twentytwentyfive/grid-videos\";s:11:\"description\";s:19:\"A grid with videos.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:24:\"grid-with-categories.php\";a:5:{s:5:\"title\";s:20:\"Grid with categories\";s:4:\"slug\";s:37:\"twentytwentyfive/grid-with-categories\";s:11:\"description\";s:41:\"A grid section with different categories.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:19:\"header-centered.php\";a:5:{s:5:\"title\";s:20:\"Centered site header\";s:4:\"slug\";s:32:\"twentytwentyfive/header-centered\";s:11:\"description\";s:52:\"Site header with centered site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:18:\"header-columns.php\";a:5:{s:5:\"title\";s:19:\"Header with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/header-columns\";s:11:\"description\";s:54:\"Site header with site title and navigation in columns.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:22:\"header-large-title.php\";a:5:{s:5:\"title\";s:23:\"Header with large title\";s:4:\"slug\";s:35:\"twentytwentyfive/header-large-title\";s:11:\"description\";s:63:\"Site header with large site title and right-aligned navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:10:\"header.php\";a:5:{s:5:\"title\";s:6:\"Header\";s:4:\"slug\";s:23:\"twentytwentyfive/header\";s:11:\"description\";s:43:\"Site header with site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:36:\"heading-and-paragraph-with-image.php\";a:4:{s:5:\"title\";s:45:\"Heading and paragraph with image on the right\";s:4:\"slug\";s:49:\"twentytwentyfive/heading-and-paragraph-with-image\";s:11:\"description\";s:89:\"A two-column section with a heading and paragraph on the left, and an image on the right.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:13:\"hero-book.php\";a:5:{s:5:\"title\";s:9:\"Hero book\";s:4:\"slug\";s:26:\"twentytwentyfive/hero-book\";s:11:\"description\";s:66:\"A hero section for the book with a description and pre-order link.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:25:\"hero-full-width-image.php\";a:4:{s:5:\"title\";s:22:\"Hero, full width image\";s:4:\"slug\";s:38:\"twentytwentyfive/hero-full-width-image\";s:11:\"description\";s:68:\"A hero with a full width image, heading, short paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:41:\"hero-overlapped-book-cover-with-links.php\";a:4:{s:5:\"title\";s:38:\"Hero, overlapped book cover with links\";s:4:\"slug\";s:54:\"twentytwentyfive/hero-overlapped-book-cover-with-links\";s:11:\"description\";s:47:\"A hero with an overlapped book cover and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:16:\"hero-podcast.php\";a:5:{s:5:\"title\";s:12:\"Hero podcast\";s:4:\"slug\";s:29:\"twentytwentyfive/hero-podcast\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:14:\"hidden-404.php\";a:4:{s:5:\"title\";s:3:\"404\";s:4:\"slug\";s:27:\"twentytwentyfive/hidden-404\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"hidden-blog-heading.php\";a:4:{s:5:\"title\";s:19:\"Hidden blog heading\";s:4:\"slug\";s:36:\"twentytwentyfive/hidden-blog-heading\";s:11:\"description\";s:52:\"Hidden heading for the home page and index template.\";s:8:\"inserter\";b:0;}s:17:\"hidden-search.php\";a:4:{s:5:\"title\";s:6:\"Search\";s:4:\"slug\";s:30:\"twentytwentyfive/hidden-search\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:18:\"hidden-sidebar.php\";a:4:{s:5:\"title\";s:7:\"Sidebar\";s:4:\"slug\";s:31:\"twentytwentyfive/hidden-sidebar\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:21:\"hidden-written-by.php\";a:4:{s:5:\"title\";s:10:\"Written by\";s:4:\"slug\";s:34:\"twentytwentyfive/hidden-written-by\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:9:\"logos.php\";a:4:{s:5:\"title\";s:5:\"Logos\";s:4:\"slug\";s:22:\"twentytwentyfive/logos\";s:11:\"description\";s:77:\"Showcasing the podcast\'s clients with a heading and a series of client logos.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:24:\"media-instagram-grid.php\";a:5:{s:5:\"title\";s:14:\"Instagram grid\";s:4:\"slug\";s:37:\"twentytwentyfive/media-instagram-grid\";s:11:\"description\";s:62:\"A grid section with photos and a link to an Instagram profile.\";s:13:\"viewportWidth\";i:1440;s:10:\"categories\";a:3:{i:0;s:5:\"media\";i:1;s:7:\"gallery\";i:2;s:8:\"featured\";}}s:14:\"more-posts.php\";a:5:{s:5:\"title\";s:10:\"More posts\";s:4:\"slug\";s:27:\"twentytwentyfive/more-posts\";s:11:\"description\";s:45:\"Displays a list of posts with title and date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:21:\"overlapped-images.php\";a:4:{s:5:\"title\";s:41:\"Overlapping images and paragraph on right\";s:4:\"slug\";s:34:\"twentytwentyfive/overlapped-images\";s:11:\"description\";s:53:\"A section with overlapping images, and a description.\";s:10:\"categories\";a:2:{i:0;s:5:\"about\";i:1;s:8:\"featured\";}}s:22:\"page-business-home.php\";a:8:{s:5:\"title\";s:17:\"Business homepage\";s:4:\"slug\";s:35:\"twentytwentyfive/page-business-home\";s:11:\"description\";s:28:\"A business homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:20:\"page-coming-soon.php\";a:8:{s:5:\"title\";s:11:\"Coming soon\";s:4:\"slug\";s:33:\"twentytwentyfive/page-coming-soon\";s:11:\"description\";s:96:\"A full-width cover banner that can be applied to a page or it can work as a single landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:15:\"page-cv-bio.php\";a:7:{s:5:\"title\";s:6:\"CV/bio\";s:4:\"slug\";s:28:\"twentytwentyfive/page-cv-bio\";s:11:\"description\";s:36:\"A pattern for a CV/Bio landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:21:\"page-landing-book.php\";a:8:{s:5:\"title\";s:21:\"Landing page for book\";s:4:\"slug\";s:34:\"twentytwentyfive/page-landing-book\";s:11:\"description\";s:104:\"A landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:22:\"page-landing-event.php\";a:8:{s:5:\"title\";s:22:\"Landing page for event\";s:4:\"slug\";s:35:\"twentytwentyfive/page-landing-event\";s:11:\"description\";s:87:\"A landing page for the event with a hero section, description, FAQs and call to action.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:24:\"page-landing-podcast.php\";a:8:{s:5:\"title\";s:24:\"Landing page for podcast\";s:4:\"slug\";s:37:\"twentytwentyfive/page-landing-podcast\";s:11:\"description\";s:111:\"A landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:33:\"page-link-in-bio-wide-margins.php\";a:7:{s:5:\"title\";s:48:\"Link in bio with profile, links and wide margins\";s:4:\"slug\";s:46:\"twentytwentyfive/page-link-in-bio-wide-margins\";s:11:\"description\";s:86:\"A link in bio landing page with social links, a profile photo and a brief description.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:39:\"page-link-in-bio-with-tight-margins.php\";a:8:{s:5:\"title\";s:30:\"Link in bio with tight margins\";s:4:\"slug\";s:52:\"twentytwentyfive/page-link-in-bio-with-tight-margins\";s:11:\"description\";s:90:\"A full-width, full-height link in bio section with an image, a paragraph and social links.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:23:\"page-portfolio-home.php\";a:8:{s:5:\"title\";s:18:\"Portfolio homepage\";s:4:\"slug\";s:36:\"twentytwentyfive/page-portfolio-home\";s:11:\"description\";s:29:\"A portfolio homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"posts\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:18:\"page-shop-home.php\";a:8:{s:5:\"title\";s:13:\"Shop homepage\";s:4:\"slug\";s:31:\"twentytwentyfive/page-shop-home\";s:11:\"description\";s:24:\"A shop homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:21:\"twentytwentyfive_page\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:19:\"post-navigation.php\";a:5:{s:5:\"title\";s:15:\"Post navigation\";s:4:\"slug\";s:32:\"twentytwentyfive/post-navigation\";s:11:\"description\";s:29:\"Next and previous post links.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/post-navigation-link\";}}s:17:\"pricing-2-col.php\";a:5:{s:5:\"title\";s:18:\"Pricing, 2 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-2-col\";s:11:\"description\";s:88:\"Pricing section with two columns, pricing plan, description, and call-to-action buttons.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:17:\"pricing-3-col.php\";a:4:{s:5:\"title\";s:18:\"Pricing, 3 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-3-col\";s:11:\"description\";s:100:\"A three-column boxed pricing table designed to showcase services, descriptions, and pricing options.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:18:\"services-3-col.php\";a:4:{s:5:\"title\";s:19:\"Services, 3 columns\";s:4:\"slug\";s:31:\"twentytwentyfive/services-3-col\";s:11:\"description\";s:56:\"Three columns with images and text to showcase services.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:36:\"services-subscriber-only-section.php\";a:4:{s:5:\"title\";s:33:\"Services, subscriber only section\";s:4:\"slug\";s:49:\"twentytwentyfive/services-subscriber-only-section\";s:11:\"description\";s:72:\"A subscriber-only section highlighting exclusive services and offerings.\";s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"services\";}}s:24:\"services-team-photos.php\";a:4:{s:5:\"title\";s:21:\"Services, team photos\";s:4:\"slug\";s:37:\"twentytwentyfive/services-team-photos\";s:11:\"description\";s:59:\"Display team photos in a services section with grid layout.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";i:2;s:8:\"featured\";}}s:37:\"template-404-vertical-header-blog.php\";a:5:{s:5:\"title\";s:17:\"Right-aligned 404\";s:4:\"slug\";s:50:\"twentytwentyfive/template-404-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:3:\"404\";}}s:30:\"template-archive-news-blog.php\";a:6:{s:5:\"title\";s:17:\"News blog archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:31:\"template-archive-photo-blog.php\";a:6:{s:5:\"title\";s:18:\"Photo blog archive\";s:4:\"slug\";s:44:\"twentytwentyfive/template-archive-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:30:\"template-archive-text-blog.php\";a:6:{s:5:\"title\";s:17:\"Text blog archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:41:\"template-archive-vertical-header-blog.php\";a:6:{s:5:\"title\";s:21:\"Right-aligned archive\";s:4:\"slug\";s:54:\"twentytwentyfive/template-archive-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:27:\"template-home-news-blog.php\";a:6:{s:5:\"title\";s:14:\"News blog home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-home-photo-blog.php\";a:6:{s:5:\"title\";s:15:\"Photo blog home\";s:4:\"slug\";s:41:\"twentytwentyfive/template-home-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:38:\"template-home-posts-grid-news-blog.php\";a:5:{s:5:\"title\";s:34:\"News blog with featured posts grid\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-posts-grid-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:27:\"template-home-text-blog.php\";a:6:{s:5:\"title\";s:14:\"Text blog home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:10:\"front-page\";i:1;s:4:\"home\";}}s:38:\"template-home-vertical-header-blog.php\";a:6:{s:5:\"title\";s:18:\"Right-aligned home\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:40:\"template-home-with-sidebar-news-blog.php\";a:6:{s:5:\"title\";s:22:\"News blog with sidebar\";s:4:\"slug\";s:53:\"twentytwentyfive/template-home-with-sidebar-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-page-photo-blog.php\";a:5:{s:5:\"title\";s:15:\"Photo blog page\";s:4:\"slug\";s:41:\"twentytwentyfive/template-page-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:38:\"template-page-vertical-header-blog.php\";a:5:{s:5:\"title\";s:18:\"Right-aligned page\";s:4:\"slug\";s:51:\"twentytwentyfive/template-page-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:33:\"template-query-loop-news-blog.php\";a:4:{s:5:\"title\";s:20:\"News blog query loop\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:34:\"template-query-loop-photo-blog.php\";a:6:{s:5:\"title\";s:16:\"Photo blog posts\";s:4:\"slug\";s:47:\"twentytwentyfive/template-query-loop-photo-blog\";s:11:\"description\";s:54:\"A list of posts, 3 columns, with only featured images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:33:\"template-query-loop-text-blog.php\";a:4:{s:5:\"title\";s:20:\"Text blog query loop\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-text-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:44:\"template-query-loop-vertical-header-blog.php\";a:4:{s:5:\"title\";s:24:\"Right-aligned query loop\";s:4:\"slug\";s:57:\"twentytwentyfive/template-query-loop-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"template-query-loop.php\";a:5:{s:5:\"title\";s:23:\"List of posts, 1 column\";s:4:\"slug\";s:36:\"twentytwentyfive/template-query-loop\";s:11:\"description\";s:61:\"A list of posts, 1 column, with featured image and post date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:29:\"template-search-news-blog.php\";a:6:{s:5:\"title\";s:24:\"News blog search results\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:30:\"template-search-photo-blog.php\";a:6:{s:5:\"title\";s:25:\"Photo blog search results\";s:4:\"slug\";s:43:\"twentytwentyfive/template-search-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:29:\"template-search-text-blog.php\";a:6:{s:5:\"title\";s:24:\"Text blog search results\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-search-vertical-header-blog.php\";a:6:{s:5:\"title\";s:26:\"Right-aligned blog, search\";s:4:\"slug\";s:53:\"twentytwentyfive/template-search-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-single-left-aligned-content.php\";a:6:{s:5:\"title\";s:30:\"Post with left-aligned content\";s:4:\"slug\";s:47:\"twentytwentyfive/post-with-left-aligned-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-news-blog.php\";a:6:{s:5:\"title\";s:34:\"News blog single post with sidebar\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:26:\"template-single-offset.php\";a:6:{s:5:\"title\";s:34:\"Offset post without featured image\";s:4:\"slug\";s:39:\"twentytwentyfive/template-single-offset\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:30:\"template-single-photo-blog.php\";a:6:{s:5:\"title\";s:22:\"Photo blog single post\";s:4:\"slug\";s:43:\"twentytwentyfive/template-single-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-text-blog.php\";a:6:{s:5:\"title\";s:21:\"Text blog single post\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:40:\"template-single-vertical-header-blog.php\";a:6:{s:5:\"title\";s:25:\"Right-aligned single post\";s:4:\"slug\";s:53:\"twentytwentyfive/template-single-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:22:\"testimonials-2-col.php\";a:5:{s:5:\"title\";s:21:\"2 columns with avatar\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-2-col\";s:11:\"description\";s:42:\"Two columns with testimonials and avatars.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-6-col.php\";a:5:{s:5:\"title\";s:35:\"3 column layout with 6 testimonials\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-6-col\";s:11:\"description\";s:86:\"A section with three columns and two rows, each containing a testimonial and citation.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-large.php\";a:5:{s:5:\"title\";s:32:\"Review with large image on right\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-large\";s:11:\"description\";s:46:\"A testimonial with a large image on the right.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:13:\"text-faqs.php\";a:6:{s:5:\"title\";s:4:\"FAQs\";s:4:\"slug\";s:26:\"twentytwentyfive/text-faqs\";s:11:\"description\";s:68:\"A FAQs section with a FAQ heading and list of questions and answers.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:4:\"text\";i:1;s:5:\"about\";}s:8:\"keywords\";a:5:{i:0;s:3:\"faq\";i:1;s:5:\"about\";i:2;s:10:\"frequently\";i:3;s:5:\"asked\";i:4;s:9:\"questions\";}}s:19:\"vertical-header.php\";a:6:{s:5:\"title\";s:20:\"Vertical site header\";s:4:\"slug\";s:32:\"twentytwentyfive/vertical-header\";s:11:\"description\";s:52:\"Vertical site header with site title and navigation.\";s:13:\"viewportWidth\";i:300;s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:34:\"core/template-part/vertical-header\";}}}}','off'),(3385985,'_transient_timeout__simple-calendar_feed_id_4424_google','1759272752','off'),(3385986,'_transient__simple-calendar_feed_id_4424_google','a:7:{s:2:\"id\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"crosspointlynden@gmail.com\";s:11:\"description\";s:0:\"\";s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:3:\"url\";s:62:\"//www.google.com/calendar/embed?src=crosspointlynden@gmail.com\";s:6:\"events\";a:182:{i:1756656000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTA4MzFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20250831T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1756656000;s:9:\"start_utc\";i:1756630800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1756660500;s:7:\"end_utc\";i:1756635300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1756661400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTA4MzFUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20250831T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1756661400;s:9:\"start_utc\";i:1756636200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1756665900;s:7:\"end_utc\";i:1756640700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757001600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTA5MDRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20250904T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757001600;s:9:\"start_utc\";i:1756976400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757012400;s:7:\"end_utc\";i:1756987200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757260800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTA5MDdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20250907T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757260800;s:9:\"start_utc\";i:1757235600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757265300;s:7:\"end_utc\";i:1757240100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757266200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTA5MDdUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20250907T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757266200;s:9:\"start_utc\";i:1757241000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757270700;s:7:\"end_utc\";i:1757245500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757293200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:58:\"Missionary Stories from Cambodia - Arnel & Christine Jotiz\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=Mm5jdmo2OWc1bGtwdHNuc2Y1ZHQ3ZzRzcTUgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"2ncvj69g5lkptsnsf5dt7g4sq5\";s:7:\"ical_id\";s:37:\"2ncvj69g5lkptsnsf5dt7g4sq5@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757293200;s:9:\"start_utc\";i:1757268000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757296800;s:7:\"end_utc\";i:1757271600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757379600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:20:\"Church Board meeting\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NnRnMHNrbWV2M2Vlb2R0YTdvM2I2YWNsbnAgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"6tg0skmev3eeodta7o3b6aclnp\";s:7:\"ical_id\";s:37:\"6tg0skmev3eeodta7o3b6aclnp@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757379600;s:9:\"start_utc\";i:1757354400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757383200;s:7:\"end_utc\";i:1757358000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757606400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTA5MTFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20250911T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757606400;s:9:\"start_utc\";i:1757581200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757617200;s:7:\"end_utc\";i:1757592000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757782800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:28:\"Missions Day Equipping Event\";s:11:\"description\";s:14:\"by NMI Council\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NmY1MTE5M2VhdHRwOWJrbHM1NDFpcWs0dGcgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"6f51193eattp9bkls541iqk4tg\";s:7:\"ical_id\";s:37:\"6f51193eattp9bkls541iqk4tg@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757782800;s:9:\"start_utc\";i:1757757600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";s:20:\"Federal Way Nazarene\";s:3:\"end\";i:1757797200;s:7:\"end_utc\";i:1757772000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";s:20:\"Federal Way Nazarene\";s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757865600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTA5MTRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20250914T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757865600;s:9:\"start_utc\";i:1757840400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757870100;s:7:\"end_utc\";i:1757844900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757871000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTA5MTRUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20250914T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757871000;s:9:\"start_utc\";i:1757845800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757875500;s:7:\"end_utc\";i:1757850300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1757890800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:11:\"Small Group\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NjlibWZzbmllaXNqcjZnbWZoM3Q3bnFwZGsgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"69bmfsnieisjr6gmfh3t7nqpdk\";s:7:\"ical_id\";s:37:\"69bmfsnieisjr6gmfh3t7nqpdk@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1757890800;s:9:\"start_utc\";i:1757865600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1757894400;s:7:\"end_utc\";i:1757869200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1758211200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTA5MThUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20250918T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1758211200;s:9:\"start_utc\";i:1758186000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1758222000;s:7:\"end_utc\";i:1758196800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1758470400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTA5MjFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20250921T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1758470400;s:9:\"start_utc\";i:1758445200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1758474900;s:7:\"end_utc\";i:1758449700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1758475800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTA5MjFUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20250921T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1758475800;s:9:\"start_utc\";i:1758450600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1758480300;s:7:\"end_utc\";i:1758455100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1758589200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:12:\"Church Board\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NjVyaW11NjVyODJrODZpM2UyZ3FvZjE2ajAgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"65rimu65r82k86i3e2gqof16j0\";s:7:\"ical_id\";s:37:\"65rimu65r82k86i3e2gqof16j0@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1758589200;s:9:\"start_utc\";i:1758564000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1758592800;s:7:\"end_utc\";i:1758567600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1758816000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTA5MjVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20250925T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1758816000;s:9:\"start_utc\";i:1758790800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1758826800;s:7:\"end_utc\";i:1758801600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759075200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTA5MjhUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20250928T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759075200;s:9:\"start_utc\";i:1759050000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759079700;s:7:\"end_utc\";i:1759054500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759080600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTA5MjhUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20250928T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759080600;s:9:\"start_utc\";i:1759055400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759085100;s:7:\"end_utc\";i:1759059900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759100400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:11:\"Small Group\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NmpmNWh0ZDA0MGYxdmJpOTBmbnUxdHIydjcgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"6jf5htd040f1vbi90fnu1tr2v7\";s:7:\"ical_id\";s:37:\"6jf5htd040f1vbi90fnu1tr2v7@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759100400;s:9:\"start_utc\";i:1759075200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759104000;s:7:\"end_utc\";i:1759078800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759420800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEwMDJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251002T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759420800;s:9:\"start_utc\";i:1759395600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759431600;s:7:\"end_utc\";i:1759406400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759680000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEwMDVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251005T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759680000;s:9:\"start_utc\";i:1759654800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759684500;s:7:\"end_utc\";i:1759659300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1759685400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEwMDVUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251005T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1759685400;s:9:\"start_utc\";i:1759660200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1759689900;s:7:\"end_utc\";i:1759664700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760025600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEwMDlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251009T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760025600;s:9:\"start_utc\";i:1760000400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760036400;s:7:\"end_utc\";i:1760011200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760284800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEwMTJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251012T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760284800;s:9:\"start_utc\";i:1760259600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760289300;s:7:\"end_utc\";i:1760264100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760290200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEwMTJUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251012T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760290200;s:9:\"start_utc\";i:1760265000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760294700;s:7:\"end_utc\";i:1760269500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760310000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:11:\"Small Group\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NXFkZG1qbGhwdmgwb21nOGZ1MW1zYmExa2IgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"5qddmjlhpvh0omg8fu1msba1kb\";s:7:\"ical_id\";s:37:\"5qddmjlhpvh0omg8fu1msba1kb@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760310000;s:9:\"start_utc\";i:1760284800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760313600;s:7:\"end_utc\";i:1760288400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760403600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:20:\"Church Board Meeting\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=MGkwMnNlcDQwcHFpdWttY3NuYmZmM200MDMgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"0i02sep40pqiukmcsnbff3m403\";s:7:\"ical_id\";s:37:\"0i02sep40pqiukmcsnbff3m403@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760403600;s:9:\"start_utc\";i:1760378400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760407200;s:7:\"end_utc\";i:1760382000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760630400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEwMTZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251016T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760630400;s:9:\"start_utc\";i:1760605200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760641200;s:7:\"end_utc\";i:1760616000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760889600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEwMTlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251019T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760889600;s:9:\"start_utc\";i:1760864400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760894100;s:7:\"end_utc\";i:1760868900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1760895000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEwMTlUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251019T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1760895000;s:9:\"start_utc\";i:1760869800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1760899500;s:7:\"end_utc\";i:1760874300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1761235200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEwMjNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251023T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1761235200;s:9:\"start_utc\";i:1761210000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1761246000;s:7:\"end_utc\";i:1761220800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1761494400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEwMjZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251026T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1761494400;s:9:\"start_utc\";i:1761469200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1761498900;s:7:\"end_utc\";i:1761473700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1761499800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEwMjZUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251026T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1761499800;s:9:\"start_utc\";i:1761474600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1761504300;s:7:\"end_utc\";i:1761479100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1761519600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:11:\"Small Group\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=MGNoYm8xZzB0cnY3c2I2ZDZ1a2h1N3BraHAgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"0chbo1g0trv7sb6d6ukhu7pkhp\";s:7:\"ical_id\";s:37:\"0chbo1g0trv7sb6d6ukhu7pkhp@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1761519600;s:9:\"start_utc\";i:1761494400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1761523200;s:7:\"end_utc\";i:1761498000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1761840000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEwMzBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251030T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1761840000;s:9:\"start_utc\";i:1761814800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1761850800;s:7:\"end_utc\";i:1761825600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762102800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTExMDJUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251102T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762102800;s:9:\"start_utc\";i:1762074000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762107300;s:7:\"end_utc\";i:1762078500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762108200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTExMDJUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251102T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762108200;s:9:\"start_utc\";i:1762079400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762112700;s:7:\"end_utc\";i:1762083900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762448400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTExMDZUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251106T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762448400;s:9:\"start_utc\";i:1762419600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762459200;s:7:\"end_utc\";i:1762430400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762707600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTExMDlUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251109T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762707600;s:9:\"start_utc\";i:1762678800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762712100;s:7:\"end_utc\";i:1762683300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762713000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTExMDlUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251109T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762713000;s:9:\"start_utc\";i:1762684200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762717500;s:7:\"end_utc\";i:1762688700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1762826400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:20:\"Church Board Meeting\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NHZhZGhnZWdkbzIyZnQ3ZzVodTZob2R1b2IgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"4vadhgegdo22ft7g5hu6hoduob\";s:7:\"ical_id\";s:37:\"4vadhgegdo22ft7g5hu6hoduob@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1762826400;s:9:\"start_utc\";i:1762797600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1762830000;s:7:\"end_utc\";i:1762801200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763053200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTExMTNUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251113T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763053200;s:9:\"start_utc\";i:1763024400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763064000;s:7:\"end_utc\";i:1763035200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763193659;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:13:\"Board Retreat\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=MDhzbmFkanQ0czl0NW80N3B1bWtpNjYya24gY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"08snadjt4s9t5o47pumki662kn\";s:7:\"ical_id\";s:37:\"08snadjt4s9t5o47pumki662kn@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763193659;s:9:\"start_utc\";i:1763164859;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763279941;s:7:\"end_utc\";i:1763251141;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:1;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763312400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTExMTZUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251116T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763312400;s:9:\"start_utc\";i:1763283600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763316900;s:7:\"end_utc\";i:1763288100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763317800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTExMTZUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251116T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763317800;s:9:\"start_utc\";i:1763289000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763322300;s:7:\"end_utc\";i:1763293500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763658000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTExMjBUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251120T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763658000;s:9:\"start_utc\";i:1763629200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763668800;s:7:\"end_utc\";i:1763640000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763917200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTExMjNUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251123T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763917200;s:9:\"start_utc\";i:1763888400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763921700;s:7:\"end_utc\";i:1763892900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1763922600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTExMjNUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251123T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1763922600;s:9:\"start_utc\";i:1763893800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1763927100;s:7:\"end_utc\";i:1763898300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1764262800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTExMjdUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251127T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1764262800;s:9:\"start_utc\";i:1764234000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1764273600;s:7:\"end_utc\";i:1764244800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1764316859;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:126:\"https://www.google.com/calendar/event?eid=NGM4NGI3ZzR0Nms3Y21jYWtvNDZtcGxvYXEgY3Jvc3Nwb2ludGx5bmRlbkBt&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:26:\"4c84b7g4t6k7cmcako46mploaq\";s:7:\"ical_id\";s:37:\"4c84b7g4t6k7cmcako46mploaq@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1764316859;s:9:\"start_utc\";i:1764288059;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1764403141;s:7:\"end_utc\";i:1764374341;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:1;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";N;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1764522000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTExMzBUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251130T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1764522000;s:9:\"start_utc\";i:1764493200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1764526500;s:7:\"end_utc\";i:1764497700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1764527400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTExMzBUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251130T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1764527400;s:9:\"start_utc\";i:1764498600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1764531900;s:7:\"end_utc\";i:1764503100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1764867600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEyMDRUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251204T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1764867600;s:9:\"start_utc\";i:1764838800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1764878400;s:7:\"end_utc\";i:1764849600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1765126800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEyMDdUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251207T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1765126800;s:9:\"start_utc\";i:1765098000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1765131300;s:7:\"end_utc\";i:1765102500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1765132200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEyMDdUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251207T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1765132200;s:9:\"start_utc\";i:1765103400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1765136700;s:7:\"end_utc\";i:1765107900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1765472400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEyMTFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251211T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1765472400;s:9:\"start_utc\";i:1765443600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1765483200;s:7:\"end_utc\";i:1765454400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1765731600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEyMTRUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251214T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1765731600;s:9:\"start_utc\";i:1765702800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1765736100;s:7:\"end_utc\";i:1765707300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1765737000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEyMTRUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251214T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1765737000;s:9:\"start_utc\";i:1765708200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1765741500;s:7:\"end_utc\";i:1765712700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766077200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEyMThUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251218T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766077200;s:9:\"start_utc\";i:1766048400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766088000;s:7:\"end_utc\";i:1766059200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766336400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEyMjFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251221T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766336400;s:9:\"start_utc\";i:1766307600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766340900;s:7:\"end_utc\";i:1766312100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766341800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEyMjFUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251221T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766341800;s:9:\"start_utc\";i:1766313000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766346300;s:7:\"end_utc\";i:1766317500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766682000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNTEyMjVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20251225T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766682000;s:9:\"start_utc\";i:1766653200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766692800;s:7:\"end_utc\";i:1766664000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766941200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNTEyMjhUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20251228T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766941200;s:9:\"start_utc\";i:1766912400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766945700;s:7:\"end_utc\";i:1766916900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1766946600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNTEyMjhUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20251228T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1766946600;s:9:\"start_utc\";i:1766917800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1766951100;s:7:\"end_utc\";i:1766922300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1767286800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAxMDFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260101T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1767286800;s:9:\"start_utc\";i:1767258000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1767297600;s:7:\"end_utc\";i:1767268800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1767546000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAxMDRUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260104T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1767546000;s:9:\"start_utc\";i:1767517200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1767550500;s:7:\"end_utc\";i:1767521700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1767551400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAxMDRUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260104T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1767551400;s:9:\"start_utc\";i:1767522600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1767555900;s:7:\"end_utc\";i:1767527100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1767891600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAxMDhUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260108T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1767891600;s:9:\"start_utc\";i:1767862800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1767902400;s:7:\"end_utc\";i:1767873600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1768150800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAxMTFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260111T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1768150800;s:9:\"start_utc\";i:1768122000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1768155300;s:7:\"end_utc\";i:1768126500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1768156200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAxMTFUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260111T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1768156200;s:9:\"start_utc\";i:1768127400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1768160700;s:7:\"end_utc\";i:1768131900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1768496400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAxMTVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260115T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1768496400;s:9:\"start_utc\";i:1768467600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1768507200;s:7:\"end_utc\";i:1768478400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1768755600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAxMThUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260118T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1768755600;s:9:\"start_utc\";i:1768726800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1768760100;s:7:\"end_utc\";i:1768731300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1768761000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAxMThUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260118T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1768761000;s:9:\"start_utc\";i:1768732200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1768765500;s:7:\"end_utc\";i:1768736700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769101200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAxMjJUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260122T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769101200;s:9:\"start_utc\";i:1769072400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769112000;s:7:\"end_utc\";i:1769083200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769360400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAxMjVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260125T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769360400;s:9:\"start_utc\";i:1769331600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769364900;s:7:\"end_utc\";i:1769336100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769365800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAxMjVUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260125T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769365800;s:9:\"start_utc\";i:1769337000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769370300;s:7:\"end_utc\";i:1769341500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769706000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAxMjlUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260129T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769706000;s:9:\"start_utc\";i:1769677200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769716800;s:7:\"end_utc\";i:1769688000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769965200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAyMDFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260201T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769965200;s:9:\"start_utc\";i:1769936400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769969700;s:7:\"end_utc\";i:1769940900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1769970600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAyMDFUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260201T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1769970600;s:9:\"start_utc\";i:1769941800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1769975100;s:7:\"end_utc\";i:1769946300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1770310800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAyMDVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260205T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1770310800;s:9:\"start_utc\";i:1770282000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1770321600;s:7:\"end_utc\";i:1770292800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1770570000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAyMDhUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260208T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1770570000;s:9:\"start_utc\";i:1770541200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1770574500;s:7:\"end_utc\";i:1770545700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1770575400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAyMDhUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260208T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1770575400;s:9:\"start_utc\";i:1770546600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1770579900;s:7:\"end_utc\";i:1770551100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1770915600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAyMTJUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260212T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1770915600;s:9:\"start_utc\";i:1770886800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1770926400;s:7:\"end_utc\";i:1770897600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1771174800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAyMTVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260215T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1771174800;s:9:\"start_utc\";i:1771146000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1771179300;s:7:\"end_utc\";i:1771150500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1771180200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAyMTVUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260215T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1771180200;s:9:\"start_utc\";i:1771151400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1771184700;s:7:\"end_utc\";i:1771155900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1771520400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAyMTlUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260219T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1771520400;s:9:\"start_utc\";i:1771491600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1771531200;s:7:\"end_utc\";i:1771502400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1771779600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAyMjJUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260222T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1771779600;s:9:\"start_utc\";i:1771750800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1771784100;s:7:\"end_utc\";i:1771755300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1771785000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAyMjJUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260222T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1771785000;s:9:\"start_utc\";i:1771756200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1771789500;s:7:\"end_utc\";i:1771760700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772125200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAyMjZUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260226T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772125200;s:9:\"start_utc\";i:1772096400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772136000;s:7:\"end_utc\";i:1772107200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772384400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAzMDFUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260301T170000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772384400;s:9:\"start_utc\";i:1772355600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772388900;s:7:\"end_utc\";i:1772360100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772389800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAzMDFUMTgzMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260301T183000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772389800;s:9:\"start_utc\";i:1772361000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772394300;s:7:\"end_utc\";i:1772365500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772730000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAzMDVUMTcwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260305T170000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772730000;s:9:\"start_utc\";i:1772701200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772740800;s:7:\"end_utc\";i:1772712000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772985600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAzMDhUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260308T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772985600;s:9:\"start_utc\";i:1772960400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772990100;s:7:\"end_utc\";i:1772964900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1772991000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAzMDhUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260308T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1772991000;s:9:\"start_utc\";i:1772965800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1772995500;s:7:\"end_utc\";i:1772970300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1773331200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAzMTJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260312T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1773331200;s:9:\"start_utc\";i:1773306000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1773342000;s:7:\"end_utc\";i:1773316800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1773590400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAzMTVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260315T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1773590400;s:9:\"start_utc\";i:1773565200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1773594900;s:7:\"end_utc\";i:1773569700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1773595800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAzMTVUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260315T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1773595800;s:9:\"start_utc\";i:1773570600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1773600300;s:7:\"end_utc\";i:1773575100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1773936000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAzMTlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260319T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1773936000;s:9:\"start_utc\";i:1773910800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1773946800;s:7:\"end_utc\";i:1773921600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1774195200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAzMjJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260322T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1774195200;s:9:\"start_utc\";i:1774170000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1774199700;s:7:\"end_utc\";i:1774174500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1774200600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAzMjJUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260322T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1774200600;s:9:\"start_utc\";i:1774175400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1774205100;s:7:\"end_utc\";i:1774179900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1774540800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjAzMjZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260326T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1774540800;s:9:\"start_utc\";i:1774515600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1774551600;s:7:\"end_utc\";i:1774526400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1774800000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjAzMjlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260329T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1774800000;s:9:\"start_utc\";i:1774774800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1774804500;s:7:\"end_utc\";i:1774779300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1774805400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjAzMjlUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260329T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1774805400;s:9:\"start_utc\";i:1774780200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1774809900;s:7:\"end_utc\";i:1774784700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1775145600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA0MDJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260402T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1775145600;s:9:\"start_utc\";i:1775120400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1775156400;s:7:\"end_utc\";i:1775131200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1775404800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA0MDVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260405T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1775404800;s:9:\"start_utc\";i:1775379600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1775409300;s:7:\"end_utc\";i:1775384100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1775410200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA0MDVUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260405T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1775410200;s:9:\"start_utc\";i:1775385000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1775414700;s:7:\"end_utc\";i:1775389500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1775750400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA0MDlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260409T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1775750400;s:9:\"start_utc\";i:1775725200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1775761200;s:7:\"end_utc\";i:1775736000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776009600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA0MTJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260412T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776009600;s:9:\"start_utc\";i:1775984400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776014100;s:7:\"end_utc\";i:1775988900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776015000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA0MTJUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260412T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776015000;s:9:\"start_utc\";i:1775989800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776019500;s:7:\"end_utc\";i:1775994300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776355200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA0MTZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260416T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776355200;s:9:\"start_utc\";i:1776330000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776366000;s:7:\"end_utc\";i:1776340800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776614400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA0MTlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260419T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776614400;s:9:\"start_utc\";i:1776589200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776618900;s:7:\"end_utc\";i:1776593700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776619800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA0MTlUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260419T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776619800;s:9:\"start_utc\";i:1776594600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776624300;s:7:\"end_utc\";i:1776599100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1776960000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA0MjNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260423T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1776960000;s:9:\"start_utc\";i:1776934800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1776970800;s:7:\"end_utc\";i:1776945600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1777219200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA0MjZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260426T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1777219200;s:9:\"start_utc\";i:1777194000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1777223700;s:7:\"end_utc\";i:1777198500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1777224600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA0MjZUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260426T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1777224600;s:9:\"start_utc\";i:1777199400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1777229100;s:7:\"end_utc\";i:1777203900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1777564800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA0MzBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260430T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1777564800;s:9:\"start_utc\";i:1777539600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1777575600;s:7:\"end_utc\";i:1777550400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1777824000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA1MDNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260503T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1777824000;s:9:\"start_utc\";i:1777798800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1777828500;s:7:\"end_utc\";i:1777803300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1777829400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA1MDNUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260503T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1777829400;s:9:\"start_utc\";i:1777804200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1777833900;s:7:\"end_utc\";i:1777808700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1778169600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA1MDdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260507T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1778169600;s:9:\"start_utc\";i:1778144400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1778180400;s:7:\"end_utc\";i:1778155200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1778428800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA1MTBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260510T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1778428800;s:9:\"start_utc\";i:1778403600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1778433300;s:7:\"end_utc\";i:1778408100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1778434200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA1MTBUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260510T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1778434200;s:9:\"start_utc\";i:1778409000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1778438700;s:7:\"end_utc\";i:1778413500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1778774400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA1MTRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260514T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1778774400;s:9:\"start_utc\";i:1778749200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1778785200;s:7:\"end_utc\";i:1778760000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779033600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA1MTdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260517T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779033600;s:9:\"start_utc\";i:1779008400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779038100;s:7:\"end_utc\";i:1779012900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779039000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA1MTdUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260517T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779039000;s:9:\"start_utc\";i:1779013800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779043500;s:7:\"end_utc\";i:1779018300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779379200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA1MjFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260521T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779379200;s:9:\"start_utc\";i:1779354000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779390000;s:7:\"end_utc\";i:1779364800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779638400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA1MjRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260524T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779638400;s:9:\"start_utc\";i:1779613200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779642900;s:7:\"end_utc\";i:1779617700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779643800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA1MjRUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260524T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779643800;s:9:\"start_utc\";i:1779618600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779648300;s:7:\"end_utc\";i:1779623100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1779984000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA1MjhUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260528T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1779984000;s:9:\"start_utc\";i:1779958800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1779994800;s:7:\"end_utc\";i:1779969600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1780243200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA1MzFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260531T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1780243200;s:9:\"start_utc\";i:1780218000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1780247700;s:7:\"end_utc\";i:1780222500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1780248600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA1MzFUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260531T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1780248600;s:9:\"start_utc\";i:1780223400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1780253100;s:7:\"end_utc\";i:1780227900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1780588800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA2MDRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260604T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1780588800;s:9:\"start_utc\";i:1780563600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1780599600;s:7:\"end_utc\";i:1780574400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1780848000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA2MDdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260607T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1780848000;s:9:\"start_utc\";i:1780822800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1780852500;s:7:\"end_utc\";i:1780827300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1780853400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA2MDdUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260607T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1780853400;s:9:\"start_utc\";i:1780828200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1780857900;s:7:\"end_utc\";i:1780832700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1781193600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA2MTFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260611T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1781193600;s:9:\"start_utc\";i:1781168400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1781204400;s:7:\"end_utc\";i:1781179200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1781452800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA2MTRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260614T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1781452800;s:9:\"start_utc\";i:1781427600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1781457300;s:7:\"end_utc\";i:1781432100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1781458200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA2MTRUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260614T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1781458200;s:9:\"start_utc\";i:1781433000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1781462700;s:7:\"end_utc\";i:1781437500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1781798400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA2MThUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260618T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1781798400;s:9:\"start_utc\";i:1781773200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1781809200;s:7:\"end_utc\";i:1781784000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1782057600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA2MjFUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260621T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1782057600;s:9:\"start_utc\";i:1782032400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1782062100;s:7:\"end_utc\";i:1782036900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1782063000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA2MjFUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260621T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1782063000;s:9:\"start_utc\";i:1782037800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1782067500;s:7:\"end_utc\";i:1782042300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1782403200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA2MjVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260625T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1782403200;s:9:\"start_utc\";i:1782378000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1782414000;s:7:\"end_utc\";i:1782388800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1782662400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA2MjhUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260628T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1782662400;s:9:\"start_utc\";i:1782637200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1782666900;s:7:\"end_utc\";i:1782641700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1782667800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA2MjhUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260628T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1782667800;s:9:\"start_utc\";i:1782642600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1782672300;s:7:\"end_utc\";i:1782647100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783008000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA3MDJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260702T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783008000;s:9:\"start_utc\";i:1782982800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783018800;s:7:\"end_utc\";i:1782993600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783267200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA3MDVUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260705T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783267200;s:9:\"start_utc\";i:1783242000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783271700;s:7:\"end_utc\";i:1783246500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783272600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA3MDVUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260705T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783272600;s:9:\"start_utc\";i:1783247400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783277100;s:7:\"end_utc\";i:1783251900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783612800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA3MDlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260709T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783612800;s:9:\"start_utc\";i:1783587600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783623600;s:7:\"end_utc\";i:1783598400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783872000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA3MTJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260712T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783872000;s:9:\"start_utc\";i:1783846800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783876500;s:7:\"end_utc\";i:1783851300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1783877400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA3MTJUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260712T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1783877400;s:9:\"start_utc\";i:1783852200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1783881900;s:7:\"end_utc\";i:1783856700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1784217600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA3MTZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260716T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1784217600;s:9:\"start_utc\";i:1784192400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1784228400;s:7:\"end_utc\";i:1784203200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1784476800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA3MTlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260719T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1784476800;s:9:\"start_utc\";i:1784451600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1784481300;s:7:\"end_utc\";i:1784456100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1784482200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA3MTlUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260719T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1784482200;s:9:\"start_utc\";i:1784457000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1784486700;s:7:\"end_utc\";i:1784461500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1784822400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA3MjNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260723T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1784822400;s:9:\"start_utc\";i:1784797200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1784833200;s:7:\"end_utc\";i:1784808000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1785081600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA3MjZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260726T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1785081600;s:9:\"start_utc\";i:1785056400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1785086100;s:7:\"end_utc\";i:1785060900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1785087000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA3MjZUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260726T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1785087000;s:9:\"start_utc\";i:1785061800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1785091500;s:7:\"end_utc\";i:1785066300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1785427200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA3MzBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260730T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1785427200;s:9:\"start_utc\";i:1785402000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1785438000;s:7:\"end_utc\";i:1785412800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1785686400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA4MDJUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260802T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1785686400;s:9:\"start_utc\";i:1785661200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1785690900;s:7:\"end_utc\";i:1785665700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1785691800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA4MDJUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260802T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1785691800;s:9:\"start_utc\";i:1785666600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1785696300;s:7:\"end_utc\";i:1785671100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786032000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA4MDZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260806T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786032000;s:9:\"start_utc\";i:1786006800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786042800;s:7:\"end_utc\";i:1786017600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786291200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA4MDlUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260809T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786291200;s:9:\"start_utc\";i:1786266000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786295700;s:7:\"end_utc\";i:1786270500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786296600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA4MDlUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260809T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786296600;s:9:\"start_utc\";i:1786271400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786301100;s:7:\"end_utc\";i:1786275900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786636800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA4MTNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260813T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786636800;s:9:\"start_utc\";i:1786611600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786647600;s:7:\"end_utc\";i:1786622400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786896000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA4MTZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260816T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786896000;s:9:\"start_utc\";i:1786870800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786900500;s:7:\"end_utc\";i:1786875300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1786901400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA4MTZUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260816T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1786901400;s:9:\"start_utc\";i:1786876200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1786905900;s:7:\"end_utc\";i:1786880700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1787241600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA4MjBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260820T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1787241600;s:9:\"start_utc\";i:1787216400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1787252400;s:7:\"end_utc\";i:1787227200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1787500800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA4MjNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260823T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1787500800;s:9:\"start_utc\";i:1787475600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1787505300;s:7:\"end_utc\";i:1787480100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1787506200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA4MjNUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260823T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1787506200;s:9:\"start_utc\";i:1787481000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1787510700;s:7:\"end_utc\";i:1787485500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1787846400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA4MjdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260827T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1787846400;s:9:\"start_utc\";i:1787821200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1787857200;s:7:\"end_utc\";i:1787832000;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1788105600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA4MzBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260830T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1788105600;s:9:\"start_utc\";i:1788080400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1788110100;s:7:\"end_utc\";i:1788084900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1788111000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA4MzBUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260830T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1788111000;s:9:\"start_utc\";i:1788085800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1788115500;s:7:\"end_utc\";i:1788090300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1788451200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA5MDNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260903T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1788451200;s:9:\"start_utc\";i:1788426000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1788462000;s:7:\"end_utc\";i:1788436800;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1788710400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA5MDZUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260906T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1788710400;s:9:\"start_utc\";i:1788685200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1788714900;s:7:\"end_utc\";i:1788689700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1788715800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA5MDZUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260906T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1788715800;s:9:\"start_utc\";i:1788690600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1788720300;s:7:\"end_utc\";i:1788695100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789056000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA5MTBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260910T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789056000;s:9:\"start_utc\";i:1789030800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789066800;s:7:\"end_utc\";i:1789041600;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789315200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA5MTNUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260913T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789315200;s:9:\"start_utc\";i:1789290000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789319700;s:7:\"end_utc\";i:1789294500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789320600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA5MTNUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260913T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789320600;s:9:\"start_utc\";i:1789295400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789325100;s:7:\"end_utc\";i:1789299900;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789660800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA5MTdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260917T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789660800;s:9:\"start_utc\";i:1789635600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789671600;s:7:\"end_utc\";i:1789646400;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789920000;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA5MjBUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260920T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789920000;s:9:\"start_utc\";i:1789894800;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789924500;s:7:\"end_utc\";i:1789899300;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1789925400;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA5MjBUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260920T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1789925400;s:9:\"start_utc\";i:1789900200;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1789929900;s:7:\"end_utc\";i:1789904700;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1790265600;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:17:\"Quilting Ministry\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MnJ2am52bmd0OG02bjBybWNjbDM5MDI1MnRfMjAyNjA5MjRUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"2rvjnvngt8m6n0rmccl390252t_20260924T160000Z\";s:7:\"ical_id\";s:37:\"2rvjnvngt8m6n0rmccl390252t@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1790265600;s:9:\"start_utc\";i:1790240400;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1790276400;s:7:\"end_utc\";i:1790251200;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1790524800;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:24:\"Sunday Discipleship Hour\";s:11:\"description\";s:66:\"Classes Include:\nRoad to Emmaus\nChildren\'s Bible Quizzing (8:45am)\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=NDgyNTdxNjBjOHJrbW9jNXZmYXFudWVmMGtfMjAyNjA5MjdUMTYwMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"48257q60c8rkmoc5vfaqnuef0k_20260927T160000Z\";s:7:\"ical_id\";s:54:\"48257q60c8rkmoc5vfaqnuef0k_R20230820T160000@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1790524800;s:9:\"start_utc\";i:1790499600;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1790529300;s:7:\"end_utc\";i:1790504100;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}i:1790530200;a:1:{i:0;a:22:{s:4:\"type\";s:15:\"google-calendar\";s:6:\"source\";s:26:\"crosspointlynden@gmail.com\";s:5:\"title\";s:26:\"CrossPoint Worship Service\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:149:\"https://www.google.com/calendar/event?eid=MGg1ODViNWFtMDBmdnU4MzV2NGZqOXFuaDFfMjAyNjA5MjdUMTczMDAwWiBjcm9zc3BvaW50bHluZGVuQG0&ctz=America/Los_Angeles\";s:10:\"visibility\";N;s:3:\"uid\";s:43:\"0h585b5am00fvu835v4fj9qnh1_20260927T173000Z\";s:7:\"ical_id\";s:37:\"0h585b5am00fvu835v4fj9qnh1@google.com\";s:8:\"calendar\";i:4424;s:8:\"timezone\";s:19:\"America/Los_Angeles\";s:5:\"start\";i:1790530200;s:9:\"start_utc\";i:1790505000;s:14:\"start_timezone\";s:19:\"America/Los_Angeles\";s:14:\"start_location\";N;s:3:\"end\";i:1790534700;s:7:\"end_utc\";i:1790509500;s:12:\"end_timezone\";s:19:\"America/Los_Angeles\";s:12:\"end_location\";N;s:9:\"whole_day\";b:0;s:13:\"multiple_days\";b:0;s:10:\"recurrence\";b:1;s:8:\"template\";s:168:\"<p><strong>[title]</strong></p>\n<p>[when]<br />\n[location]</p>\n<div>[description]</div>\n<p>[link newwindow=\"yes\"]See more details[/link]</p>\n<p><strong> </strong></p>\n\";}}}s:15:\"backgroundcolor\";s:0:\"\";}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (173,644,'fusion_builder_status','inactive'),(174,644,'pyre_width','default'),(175,644,'pyre_portfolio_width_100','default'),(176,644,'pyre_project_desc_title','default'),(177,644,'pyre_project_details','default'),(178,644,'pyre_show_first_featured_image','default'),(179,644,'pyre_video','<iframe src=\"https://player.vimeo.com/video/128516867?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"649\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(180,644,'pyre_video_url',''),(181,644,'pyre_project_url',''),(182,644,'pyre_project_url_text',''),(183,644,'pyre_copy_url',''),(184,644,'pyre_copy_url_text',''),(185,644,'pyre_fimg_width',''),(186,644,'pyre_fimg_height',''),(187,644,'pyre_image_rollover_icons','default'),(188,644,'pyre_link_icon_url',''),(189,644,'pyre_link_icon_target','default'),(190,644,'pyre_related_posts','default'),(191,644,'pyre_share_box','default'),(192,644,'pyre_post_pagination','default'),(193,644,'pyre_main_top_padding',''),(194,644,'pyre_main_bottom_padding',''),(195,644,'pyre_hundredp_padding',''),(196,644,'pyre_slider_position','default'),(197,644,'pyre_slider_type','no'),(198,644,'pyre_slider','0'),(199,644,'pyre_wooslider','0'),(200,644,'pyre_revslider','0'),(201,644,'pyre_elasticslider','0'),(202,644,'pyre_fallback',''),(203,644,'pyre_avada_rev_styles','default'),(204,644,'pyre_display_header','yes'),(205,644,'pyre_header_100_width','default'),(206,644,'pyre_header_bg',''),(207,644,'pyre_header_bg_color',''),(208,644,'pyre_header_bg_opacity',''),(209,644,'pyre_header_bg_full','no'),(210,644,'pyre_header_bg_repeat','repeat'),(211,644,'pyre_displayed_menu','default'),(212,644,'pyre_display_footer','default'),(213,644,'pyre_display_copyright','default'),(214,644,'pyre_footer_100_width','default'),(215,644,'pyre_sidebar_position','default'),(216,644,'pyre_sidebar_bg_color',''),(217,644,'pyre_page_bg_layout','default'),(218,644,'pyre_page_bg',''),(219,644,'pyre_page_bg_color',''),(220,644,'pyre_page_bg_full','no'),(221,644,'pyre_page_bg_repeat','repeat'),(222,644,'pyre_wide_page_bg',''),(223,644,'pyre_wide_page_bg_color',''),(224,644,'pyre_wide_page_bg_full','no'),(225,644,'pyre_wide_page_bg_repeat','repeat'),(226,644,'pyre_page_title','default'),(227,644,'pyre_page_title_text','default'),(228,644,'pyre_page_title_text_alignment','default'),(229,644,'pyre_page_title_100_width','default'),(230,644,'pyre_page_title_custom_text',''),(231,644,'pyre_page_title_text_size',''),(232,644,'pyre_page_title_custom_subheader',''),(233,644,'pyre_page_title_custom_subheader_text_size',''),(234,644,'pyre_page_title_font_color',''),(235,644,'pyre_page_title_height',''),(236,644,'pyre_page_title_mobile_height',''),(237,644,'pyre_page_title_bar_bg',''),(238,644,'pyre_page_title_bar_bg_retina',''),(239,644,'pyre_page_title_bar_bg_color',''),(240,644,'pyre_page_title_bar_borders_color',''),(241,644,'pyre_page_title_bar_bg_full','default'),(242,644,'pyre_page_title_bg_parallax','default'),(243,644,'pyre_page_title_breadcrumbs_search_bar','default'),(248,649,'fusion_builder_status','inactive'),(249,649,'pyre_width','default'),(250,649,'pyre_portfolio_width_100','default'),(251,649,'pyre_project_desc_title','default'),(252,649,'pyre_project_details','default'),(253,649,'pyre_show_first_featured_image','default'),(254,649,'pyre_video','<iframe src=\"https://player.vimeo.com/video/125859734?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(255,649,'pyre_video_url',''),(256,649,'pyre_project_url',''),(257,649,'pyre_project_url_text',''),(258,649,'pyre_copy_url',''),(259,649,'pyre_copy_url_text',''),(260,649,'pyre_fimg_width',''),(261,649,'pyre_fimg_height',''),(262,649,'pyre_image_rollover_icons','default'),(263,649,'pyre_link_icon_url',''),(264,649,'pyre_link_icon_target','default'),(265,649,'pyre_related_posts','default'),(266,649,'pyre_share_box','default'),(267,649,'pyre_post_pagination','default'),(268,649,'pyre_main_top_padding',''),(269,649,'pyre_main_bottom_padding',''),(270,649,'pyre_hundredp_padding',''),(271,649,'pyre_slider_position','default'),(272,649,'pyre_slider_type','no'),(273,649,'pyre_slider','0'),(274,649,'pyre_wooslider','0'),(275,649,'pyre_revslider','0'),(276,649,'pyre_elasticslider','0'),(277,649,'pyre_fallback',''),(278,649,'pyre_avada_rev_styles','default'),(279,649,'pyre_display_header','yes'),(280,649,'pyre_header_100_width','default'),(281,649,'pyre_header_bg',''),(282,649,'pyre_header_bg_color',''),(283,649,'pyre_header_bg_opacity',''),(284,649,'pyre_header_bg_full','no'),(285,649,'pyre_header_bg_repeat','repeat'),(286,649,'pyre_displayed_menu','default'),(287,649,'pyre_display_footer','default'),(288,649,'pyre_display_copyright','default'),(289,649,'pyre_footer_100_width','default'),(290,649,'pyre_sidebar_position','default'),(291,649,'pyre_sidebar_bg_color',''),(292,649,'pyre_page_bg_layout','default'),(293,649,'pyre_page_bg',''),(294,649,'pyre_page_bg_color',''),(295,649,'pyre_page_bg_full','no'),(296,649,'pyre_page_bg_repeat','repeat'),(297,649,'pyre_wide_page_bg',''),(298,649,'pyre_wide_page_bg_color',''),(299,649,'pyre_wide_page_bg_full','no'),(300,649,'pyre_wide_page_bg_repeat','repeat'),(301,649,'pyre_page_title','default'),(302,649,'pyre_page_title_text','default'),(303,649,'pyre_page_title_text_alignment','default'),(304,649,'pyre_page_title_100_width','default'),(305,649,'pyre_page_title_custom_text',''),(306,649,'pyre_page_title_text_size',''),(307,649,'pyre_page_title_custom_subheader',''),(308,649,'pyre_page_title_custom_subheader_text_size',''),(309,649,'pyre_page_title_font_color',''),(310,649,'pyre_page_title_height',''),(311,649,'pyre_page_title_mobile_height',''),(312,649,'pyre_page_title_bar_bg',''),(313,649,'pyre_page_title_bar_bg_retina',''),(314,649,'pyre_page_title_bar_bg_color',''),(315,649,'pyre_page_title_bar_borders_color',''),(316,649,'pyre_page_title_bar_bg_full','default'),(317,649,'pyre_page_title_bg_parallax','default'),(318,649,'pyre_page_title_breadcrumbs_search_bar','default'),(319,649,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(320,649,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(321,649,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(322,649,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(323,651,'fusion_builder_status','active'),(324,651,'pyre_width','default'),(325,651,'pyre_portfolio_width_100','default'),(326,651,'pyre_project_desc_title','default'),(327,651,'pyre_project_details','default'),(328,651,'pyre_show_first_featured_image','default'),(329,651,'pyre_video','<iframe src=\"https://player.vimeo.com/video/123431458?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(330,651,'pyre_video_url',''),(331,651,'pyre_project_url',''),(332,651,'pyre_project_url_text',''),(333,651,'pyre_copy_url',''),(334,651,'pyre_copy_url_text',''),(335,651,'pyre_fimg_width',''),(336,651,'pyre_fimg_height',''),(337,651,'pyre_image_rollover_icons','default'),(338,651,'pyre_link_icon_url',''),(339,651,'pyre_link_icon_target','default'),(340,651,'pyre_related_posts','default'),(341,651,'pyre_share_box','default'),(342,651,'pyre_post_pagination','default'),(343,651,'pyre_main_top_padding',''),(344,651,'pyre_main_bottom_padding',''),(345,651,'pyre_hundredp_padding',''),(346,651,'pyre_slider_position','default'),(347,651,'pyre_slider_type','no'),(348,651,'pyre_slider','0'),(349,651,'pyre_wooslider',''),(350,651,'pyre_revslider','0'),(351,651,'pyre_elasticslider','0'),(352,651,'pyre_fallback',''),(353,651,'pyre_avada_rev_styles','default'),(354,651,'pyre_display_header','yes'),(355,651,'pyre_header_100_width','default'),(356,651,'pyre_header_bg',''),(357,651,'pyre_header_bg_color',''),(358,651,'pyre_header_bg_opacity',''),(359,651,'pyre_header_bg_full','no'),(360,651,'pyre_header_bg_repeat','repeat'),(361,651,'pyre_displayed_menu','default'),(362,651,'pyre_display_footer','default'),(363,651,'pyre_display_copyright','default'),(364,651,'pyre_footer_100_width','default'),(365,651,'pyre_sidebar_position','default'),(366,651,'pyre_sidebar_bg_color',''),(367,651,'pyre_page_bg_layout','default'),(368,651,'pyre_page_bg',''),(369,651,'pyre_page_bg_color',''),(370,651,'pyre_page_bg_full','no'),(371,651,'pyre_page_bg_repeat','repeat'),(372,651,'pyre_wide_page_bg',''),(373,651,'pyre_wide_page_bg_color',''),(374,651,'pyre_wide_page_bg_full','no'),(375,651,'pyre_wide_page_bg_repeat','repeat'),(376,651,'pyre_page_title','default'),(377,651,'pyre_page_title_text','default'),(378,651,'pyre_page_title_text_alignment','default'),(379,651,'pyre_page_title_100_width','default'),(380,651,'pyre_page_title_custom_text',''),(381,651,'pyre_page_title_text_size',''),(382,651,'pyre_page_title_custom_subheader',''),(383,651,'pyre_page_title_custom_subheader_text_size',''),(384,651,'pyre_page_title_font_color',''),(385,651,'pyre_page_title_height',''),(386,651,'pyre_page_title_mobile_height',''),(387,651,'pyre_page_title_bar_bg',''),(388,651,'pyre_page_title_bar_bg_retina',''),(389,651,'pyre_page_title_bar_bg_color',''),(390,651,'pyre_page_title_bar_borders_color',''),(391,651,'pyre_page_title_bar_bg_full','default'),(392,651,'pyre_page_title_bg_parallax','default'),(393,651,'pyre_page_title_breadcrumbs_search_bar','default'),(398,653,'fusion_builder_status','inactive'),(399,653,'pyre_width','default'),(400,653,'pyre_portfolio_width_100','default'),(401,653,'pyre_project_desc_title','default'),(402,653,'pyre_project_details','default'),(403,653,'pyre_show_first_featured_image','default'),(404,653,'pyre_video','<iframe src=\"https://player.vimeo.com/video/118055671?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(405,653,'pyre_video_url',''),(406,653,'pyre_project_url',''),(407,653,'pyre_project_url_text',''),(408,653,'pyre_copy_url',''),(409,653,'pyre_copy_url_text',''),(410,653,'pyre_fimg_width',''),(411,653,'pyre_fimg_height',''),(412,653,'pyre_image_rollover_icons','default'),(413,653,'pyre_link_icon_url',''),(414,653,'pyre_link_icon_target','default'),(415,653,'pyre_related_posts','default'),(416,653,'pyre_share_box','default'),(417,653,'pyre_post_pagination','default'),(418,653,'pyre_main_top_padding',''),(419,653,'pyre_main_bottom_padding',''),(420,653,'pyre_hundredp_padding',''),(421,653,'pyre_slider_position','default'),(422,653,'pyre_slider_type','no'),(423,653,'pyre_slider','0'),(424,653,'pyre_wooslider','0'),(425,653,'pyre_revslider','0'),(426,653,'pyre_elasticslider','0'),(427,653,'pyre_fallback',''),(428,653,'pyre_avada_rev_styles','default'),(429,653,'pyre_display_header','yes'),(430,653,'pyre_header_100_width','default'),(431,653,'pyre_header_bg',''),(432,653,'pyre_header_bg_color',''),(433,653,'pyre_header_bg_opacity',''),(434,653,'pyre_header_bg_full','no'),(435,653,'pyre_header_bg_repeat','repeat'),(436,653,'pyre_displayed_menu','default'),(437,653,'pyre_display_footer','default'),(438,653,'pyre_display_copyright','default'),(439,653,'pyre_footer_100_width','default'),(440,653,'pyre_sidebar_position','default'),(441,653,'pyre_sidebar_bg_color',''),(442,653,'pyre_page_bg_layout','default'),(443,653,'pyre_page_bg',''),(444,653,'pyre_page_bg_color',''),(445,653,'pyre_page_bg_full','no'),(446,653,'pyre_page_bg_repeat','repeat'),(447,653,'pyre_wide_page_bg',''),(448,653,'pyre_wide_page_bg_color',''),(449,653,'pyre_wide_page_bg_full','no'),(450,653,'pyre_wide_page_bg_repeat','repeat'),(451,653,'pyre_page_title','default'),(452,653,'pyre_page_title_text','default'),(453,653,'pyre_page_title_text_alignment','default'),(454,653,'pyre_page_title_100_width','default'),(455,653,'pyre_page_title_custom_text',''),(456,653,'pyre_page_title_text_size',''),(457,653,'pyre_page_title_custom_subheader',''),(458,653,'pyre_page_title_custom_subheader_text_size',''),(459,653,'pyre_page_title_font_color',''),(460,653,'pyre_page_title_height',''),(461,653,'pyre_page_title_mobile_height',''),(462,653,'pyre_page_title_bar_bg',''),(463,653,'pyre_page_title_bar_bg_retina',''),(464,653,'pyre_page_title_bar_bg_color',''),(465,653,'pyre_page_title_bar_borders_color',''),(466,653,'pyre_page_title_bar_bg_full','default'),(467,653,'pyre_page_title_bg_parallax','default'),(468,653,'pyre_page_title_breadcrumbs_search_bar','default'),(469,653,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(470,653,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(471,653,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(472,653,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(473,655,'fusion_builder_status','inactive'),(474,655,'pyre_width','default'),(475,655,'pyre_portfolio_width_100','default'),(476,655,'pyre_project_desc_title','default'),(477,655,'pyre_project_details','default'),(478,655,'pyre_show_first_featured_image','default'),(479,655,'pyre_video','<iframe src=\"https://player.vimeo.com/video/99268915?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(480,655,'pyre_video_url',''),(481,655,'pyre_project_url',''),(482,655,'pyre_project_url_text',''),(483,655,'pyre_copy_url',''),(484,655,'pyre_copy_url_text',''),(485,655,'pyre_fimg_width',''),(486,655,'pyre_fimg_height',''),(487,655,'pyre_image_rollover_icons','default'),(488,655,'pyre_link_icon_url',''),(489,655,'pyre_link_icon_target','default'),(490,655,'pyre_related_posts','default'),(491,655,'pyre_share_box','default'),(492,655,'pyre_post_pagination','default'),(493,655,'pyre_main_top_padding',''),(494,655,'pyre_main_bottom_padding',''),(495,655,'pyre_hundredp_padding',''),(496,655,'pyre_slider_position','default'),(497,655,'pyre_slider_type','no'),(498,655,'pyre_slider','0'),(499,655,'pyre_wooslider','0'),(500,655,'pyre_revslider','0'),(501,655,'pyre_elasticslider','0'),(502,655,'pyre_fallback',''),(503,655,'pyre_avada_rev_styles','default'),(504,655,'pyre_display_header','yes'),(505,655,'pyre_header_100_width','default'),(506,655,'pyre_header_bg',''),(507,655,'pyre_header_bg_color',''),(508,655,'pyre_header_bg_opacity',''),(509,655,'pyre_header_bg_full','no'),(510,655,'pyre_header_bg_repeat','repeat'),(511,655,'pyre_displayed_menu','default'),(512,655,'pyre_display_footer','default'),(513,655,'pyre_display_copyright','default'),(514,655,'pyre_footer_100_width','default'),(515,655,'pyre_sidebar_position','default'),(516,655,'pyre_sidebar_bg_color',''),(517,655,'pyre_page_bg_layout','default'),(518,655,'pyre_page_bg',''),(519,655,'pyre_page_bg_color',''),(520,655,'pyre_page_bg_full','no'),(521,655,'pyre_page_bg_repeat','repeat'),(522,655,'pyre_wide_page_bg',''),(523,655,'pyre_wide_page_bg_color',''),(524,655,'pyre_wide_page_bg_full','no'),(525,655,'pyre_wide_page_bg_repeat','repeat'),(526,655,'pyre_page_title','default'),(527,655,'pyre_page_title_text','default'),(528,655,'pyre_page_title_text_alignment','default'),(529,655,'pyre_page_title_100_width','default'),(530,655,'pyre_page_title_custom_text',''),(531,655,'pyre_page_title_text_size',''),(532,655,'pyre_page_title_custom_subheader',''),(533,655,'pyre_page_title_custom_subheader_text_size',''),(534,655,'pyre_page_title_font_color',''),(535,655,'pyre_page_title_height',''),(536,655,'pyre_page_title_mobile_height',''),(537,655,'pyre_page_title_bar_bg',''),(538,655,'pyre_page_title_bar_bg_retina',''),(539,655,'pyre_page_title_bar_bg_color',''),(540,655,'pyre_page_title_bar_borders_color',''),(541,655,'pyre_page_title_bar_bg_full','default'),(542,655,'pyre_page_title_bg_parallax','default'),(543,655,'pyre_page_title_breadcrumbs_search_bar','default'),(544,655,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(545,655,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(546,655,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(547,655,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(548,665,'fusion_builder_status','active'),(549,665,'pyre_width','default'),(550,665,'pyre_portfolio_width_100','default'),(551,665,'pyre_project_desc_title','default'),(552,665,'pyre_project_details','default'),(553,665,'pyre_show_first_featured_image','default'),(554,665,'pyre_video','<iframe src=\"https://player.vimeo.com/video/77053159?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(555,665,'pyre_video_url',''),(556,665,'pyre_project_url',''),(557,665,'pyre_project_url_text',''),(558,665,'pyre_copy_url',''),(559,665,'pyre_copy_url_text',''),(560,665,'pyre_fimg_width',''),(561,665,'pyre_fimg_height',''),(562,665,'pyre_image_rollover_icons','default'),(563,665,'pyre_link_icon_url',''),(564,665,'pyre_link_icon_target','default'),(565,665,'pyre_related_posts','default'),(566,665,'pyre_share_box','default'),(567,665,'pyre_post_pagination','default'),(568,665,'pyre_main_top_padding',''),(569,665,'pyre_main_bottom_padding',''),(570,665,'pyre_hundredp_padding',''),(571,665,'pyre_slider_position','default'),(572,665,'pyre_slider_type','no'),(573,665,'pyre_slider','0'),(574,665,'pyre_wooslider','0'),(575,665,'pyre_revslider','0'),(576,665,'pyre_elasticslider','0'),(577,665,'pyre_fallback',''),(578,665,'pyre_avada_rev_styles','default'),(579,665,'pyre_display_header','yes'),(580,665,'pyre_header_100_width','default'),(581,665,'pyre_header_bg',''),(582,665,'pyre_header_bg_color',''),(583,665,'pyre_header_bg_opacity',''),(584,665,'pyre_header_bg_full','no'),(585,665,'pyre_header_bg_repeat','repeat'),(586,665,'pyre_displayed_menu','default'),(587,665,'pyre_display_footer','default'),(588,665,'pyre_display_copyright','default'),(589,665,'pyre_footer_100_width','default'),(590,665,'pyre_sidebar_position','default'),(591,665,'pyre_sidebar_bg_color',''),(592,665,'pyre_page_bg_layout','default'),(593,665,'pyre_page_bg',''),(594,665,'pyre_page_bg_color',''),(595,665,'pyre_page_bg_full','no'),(596,665,'pyre_page_bg_repeat','repeat'),(597,665,'pyre_wide_page_bg',''),(598,665,'pyre_wide_page_bg_color',''),(599,665,'pyre_wide_page_bg_full','no'),(600,665,'pyre_wide_page_bg_repeat','repeat'),(601,665,'pyre_page_title','default'),(602,665,'pyre_page_title_text','default'),(603,665,'pyre_page_title_text_alignment','default'),(604,665,'pyre_page_title_100_width','default'),(605,665,'pyre_page_title_custom_text',''),(606,665,'pyre_page_title_text_size',''),(607,665,'pyre_page_title_custom_subheader',''),(608,665,'pyre_page_title_custom_subheader_text_size',''),(609,665,'pyre_page_title_font_color',''),(610,665,'pyre_page_title_height',''),(611,665,'pyre_page_title_mobile_height',''),(612,665,'pyre_page_title_bar_bg',''),(613,665,'pyre_page_title_bar_bg_retina',''),(614,665,'pyre_page_title_bar_bg_color',''),(615,665,'pyre_page_title_bar_borders_color',''),(616,665,'pyre_page_title_bar_bg_full','default'),(617,665,'pyre_page_title_bg_parallax','default'),(618,665,'pyre_page_title_breadcrumbs_search_bar','default'),(619,665,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(620,665,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(621,665,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(622,665,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(635,10,'_wp_page_template','100-width.php'),(636,10,'fusion_builder_status','active'),(637,10,'pyre_slider_position','default'),(638,10,'pyre_slider_type','flex'),(639,10,'pyre_slider','0'),(640,10,'pyre_wooslider','who-we-are'),(641,10,'pyre_revslider','0'),(642,10,'pyre_elasticslider','0'),(643,10,'pyre_fallback',''),(644,10,'pyre_avada_rev_styles','default'),(645,10,'pyre_main_top_padding','0px'),(646,10,'pyre_main_bottom_padding','0px'),(647,10,'pyre_hundredp_padding','0px'),(648,10,'pyre_show_first_featured_image','no'),(649,10,'pyre_display_header','yes'),(650,10,'pyre_header_100_width','default'),(651,10,'pyre_header_bg',''),(652,10,'pyre_header_bg_color',''),(653,10,'pyre_header_bg_opacity',''),(654,10,'pyre_header_bg_full','no'),(655,10,'pyre_header_bg_repeat','repeat'),(656,10,'pyre_displayed_menu','default'),(657,10,'pyre_display_footer','default'),(658,10,'pyre_display_copyright','default'),(659,10,'pyre_footer_100_width','default'),(660,10,'pyre_sidebar_position','default'),(661,10,'pyre_sidebar_bg_color',''),(662,10,'pyre_page_bg_layout','default'),(663,10,'pyre_page_bg',''),(664,10,'pyre_page_bg_color',''),(665,10,'pyre_page_bg_full','yes'),(666,10,'pyre_page_bg_repeat','no-repeat'),(667,10,'pyre_wide_page_bg',''),(668,10,'pyre_wide_page_bg_color',''),(669,10,'pyre_wide_page_bg_full','no'),(670,10,'pyre_wide_page_bg_repeat','repeat'),(671,10,'pyre_portfolio_width_100','no'),(672,10,'pyre_portfolio_content_length','default'),(673,10,'pyre_portfolio_excerpt',''),(674,10,'pyre_portfolio_filters','yes'),(675,10,'pyre_portfolio_text_layout','default'),(676,10,'pyre_portfolio_featured_image_size','default'),(677,10,'pyre_portfolio_column_spacing',''),(678,10,'pyre_page_title','default'),(679,10,'pyre_page_title_text','default'),(680,10,'pyre_page_title_text_alignment','default'),(681,10,'pyre_page_title_100_width','default'),(682,10,'pyre_page_title_custom_text',''),(683,10,'pyre_page_title_text_size',''),(684,10,'pyre_page_title_custom_subheader',''),(685,10,'pyre_page_title_custom_subheader_text_size',''),(686,10,'pyre_page_title_font_color',''),(687,10,'pyre_page_title_height',''),(688,10,'pyre_page_title_mobile_height',''),(689,10,'pyre_page_title_bar_bg',''),(690,10,'pyre_page_title_bar_bg_retina',''),(691,10,'pyre_page_title_bar_bg_color',''),(692,10,'pyre_page_title_bar_borders_color',''),(693,10,'pyre_page_title_bar_bg_full','default'),(694,10,'pyre_page_title_bg_parallax','default'),(695,10,'pyre_page_title_breadcrumbs_search_bar','default'),(700,12,'_wp_page_template','100-width.php'),(701,12,'fusion_builder_status','active'),(736,12,'pyre_portfolio_width_100','no'),(737,12,'pyre_portfolio_content_length','default'),(738,12,'pyre_portfolio_excerpt',''),(739,12,'pyre_portfolio_filters','yes'),(740,12,'pyre_portfolio_text_layout','default'),(741,12,'pyre_portfolio_featured_image_size','default'),(742,12,'pyre_portfolio_column_spacing',''),(901,40,'_wp_page_template','100-width.php'),(902,40,'fusion_builder_status','active'),(937,40,'pyre_portfolio_width_100','no'),(938,40,'pyre_portfolio_content_length','default'),(939,40,'pyre_portfolio_excerpt',''),(940,40,'pyre_portfolio_filters','yes'),(941,40,'pyre_portfolio_text_layout','default'),(942,40,'pyre_portfolio_featured_image_size','default'),(943,40,'pyre_portfolio_column_spacing',''),(963,40,'fusion_builder_content',''),(1842,609,'_wp_page_template','default'),(1843,609,'fusion_builder_status','active'),(1878,609,'pyre_portfolio_width_100','no'),(1879,609,'pyre_portfolio_content_length','default'),(1880,609,'pyre_portfolio_excerpt',''),(1881,609,'pyre_portfolio_filters','yes'),(1882,609,'pyre_portfolio_text_layout','default'),(1883,609,'pyre_portfolio_featured_image_size','default'),(1884,609,'pyre_portfolio_column_spacing',''),(1907,611,'_wp_page_template','default'),(1908,611,'fusion_builder_status','active'),(1909,611,'pyre_slider_position','default'),(1910,611,'pyre_slider_type','flex'),(1911,611,'pyre_slider','0'),(1912,611,'pyre_wooslider','beliefs'),(1913,611,'pyre_revslider','0'),(1914,611,'pyre_elasticslider','0'),(1915,611,'pyre_fallback',''),(1916,611,'pyre_avada_rev_styles','default'),(1917,611,'pyre_main_top_padding',''),(1918,611,'pyre_main_bottom_padding','0px'),(1919,611,'pyre_hundredp_padding','0px'),(1920,611,'pyre_show_first_featured_image','no'),(1921,611,'pyre_display_header','yes'),(1922,611,'pyre_header_100_width','default'),(1923,611,'pyre_header_bg',''),(1924,611,'pyre_header_bg_color',''),(1925,611,'pyre_header_bg_opacity',''),(1926,611,'pyre_header_bg_full','no'),(1927,611,'pyre_header_bg_repeat','repeat'),(1928,611,'pyre_displayed_menu','default'),(1929,611,'pyre_display_footer','default'),(1930,611,'pyre_display_copyright','default'),(1931,611,'pyre_footer_100_width','default'),(1932,611,'pyre_sidebar_position','default'),(1933,611,'pyre_sidebar_bg_color',''),(1934,611,'pyre_page_bg_layout','default'),(1935,611,'pyre_page_bg','https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/bkgd2-compressor.jpg'),(1936,611,'pyre_page_bg_color',''),(1937,611,'pyre_page_bg_full','yes'),(1938,611,'pyre_page_bg_repeat','repeat'),(1939,611,'pyre_wide_page_bg',''),(1940,611,'pyre_wide_page_bg_color',''),(1941,611,'pyre_wide_page_bg_full','no'),(1942,611,'pyre_wide_page_bg_repeat','repeat'),(1943,611,'pyre_portfolio_width_100','no'),(1944,611,'pyre_portfolio_content_length','default'),(1945,611,'pyre_portfolio_excerpt',''),(1946,611,'pyre_portfolio_filters','yes'),(1947,611,'pyre_portfolio_text_layout','default'),(1948,611,'pyre_portfolio_featured_image_size','default'),(1949,611,'pyre_portfolio_column_spacing',''),(1950,611,'pyre_page_title','default'),(1951,611,'pyre_page_title_text','default'),(1952,611,'pyre_page_title_text_alignment','default'),(1953,611,'pyre_page_title_100_width','default'),(1954,611,'pyre_page_title_custom_text',''),(1955,611,'pyre_page_title_text_size',''),(1956,611,'pyre_page_title_custom_subheader',''),(1957,611,'pyre_page_title_custom_subheader_text_size',''),(1958,611,'pyre_page_title_font_color',''),(1959,611,'pyre_page_title_height',''),(1960,611,'pyre_page_title_mobile_height',''),(1961,611,'pyre_page_title_bar_bg',''),(1962,611,'pyre_page_title_bar_bg_retina',''),(1963,611,'pyre_page_title_bar_bg_color',''),(1964,611,'pyre_page_title_bar_borders_color',''),(1965,611,'pyre_page_title_bar_bg_full','default'),(1966,611,'pyre_page_title_bg_parallax','default'),(1967,611,'pyre_page_title_breadcrumbs_search_bar','default'),(2037,847,'_wp_page_template','100-width.php'),(2038,847,'fusion_builder_status','active'),(2073,847,'pyre_portfolio_width_100','no'),(2074,847,'pyre_portfolio_content_length','default'),(2075,847,'pyre_portfolio_excerpt',''),(2076,847,'pyre_portfolio_filters','yes'),(2077,847,'pyre_portfolio_text_layout','default'),(2078,847,'pyre_portfolio_featured_image_size','default'),(2079,847,'pyre_portfolio_column_spacing',''),(2335,115,'pyre_type','image'),(2336,115,'pyre_youtube_id',''),(2337,115,'pyre_vimeo_id',''),(2338,115,'pyre_webm',''),(2339,115,'pyre_mp4',''),(2340,115,'pyre_ogv',''),(2341,115,'pyre_preview_image',''),(2342,115,'pyre_video_bg_color',''),(2343,115,'pyre_mute_video','yes'),(2344,115,'pyre_autoplay_video','yes'),(2345,115,'pyre_loop_video','yes'),(2346,115,'pyre_hide_video_controls','yes'),(2347,115,'pyre_content_alignment','center'),(2348,115,'pyre_heading','GIVE BACK'),(2349,115,'pyre_heading_font_size','65'),(2350,115,'pyre_heading_color','#fff'),(2351,115,'pyre_heading_bg','no'),(2352,115,'pyre_heading_bg_color',''),(2353,115,'pyre_caption',''),(2354,115,'pyre_caption_font_size',''),(2355,115,'pyre_caption_color',''),(2356,115,'pyre_caption_bg','yes'),(2357,115,'pyre_caption_bg_color',''),(2358,115,'pyre_link_type','button'),(2359,115,'pyre_slide_link',''),(2360,115,'pyre_slide_target','yes'),(2361,115,'pyre_button_1',''),(2362,115,'pyre_button_2',''),(2363,115,'_thumbnail_id','1344'),(2364,115,'pyre_aspect_ratio',''),(2365,128,'pyre_type','image'),(2366,128,'pyre_youtube_id',''),(2367,128,'pyre_vimeo_id',''),(2368,128,'pyre_webm',''),(2369,128,'pyre_mp4',''),(2370,128,'pyre_ogv',''),(2371,128,'pyre_preview_image',''),(2372,128,'pyre_video_bg_color',''),(2373,128,'pyre_mute_video','yes'),(2374,128,'pyre_autoplay_video','yes'),(2375,128,'pyre_loop_video','yes'),(2376,128,'pyre_hide_video_controls','yes'),(2377,128,'pyre_content_alignment','center'),(2378,128,'pyre_heading','WHO WE ARE'),(2379,128,'pyre_heading_font_size','65'),(2380,128,'pyre_heading_color','#fff'),(2381,128,'pyre_heading_bg','no'),(2382,128,'pyre_heading_bg_color',''),(2383,128,'pyre_caption',''),(2384,128,'pyre_caption_font_size',''),(2385,128,'pyre_caption_color',''),(2386,128,'pyre_caption_bg','yes'),(2387,128,'pyre_caption_bg_color',''),(2388,128,'pyre_link_type','button'),(2389,128,'pyre_slide_link',''),(2390,128,'pyre_slide_target','yes'),(2391,128,'pyre_button_1',''),(2392,128,'pyre_button_2',''),(2393,128,'_thumbnail_id','1339'),(2394,128,'pyre_aspect_ratio',''),(2500,295,'pyre_type','image'),(2501,295,'pyre_youtube_id',''),(2502,295,'pyre_vimeo_id',''),(2503,295,'pyre_webm',''),(2504,295,'pyre_mp4',''),(2505,295,'pyre_ogv',''),(2506,295,'pyre_preview_image',''),(2507,295,'pyre_video_bg_color',''),(2508,295,'pyre_mute_video','yes'),(2509,295,'pyre_autoplay_video','yes'),(2510,295,'pyre_loop_video','yes'),(2511,295,'pyre_hide_video_controls','yes'),(2512,295,'pyre_content_alignment','center'),(2513,295,'pyre_heading','LATEST NEWS'),(2514,295,'pyre_heading_font_size','65'),(2515,295,'pyre_heading_color','#fff'),(2516,295,'pyre_heading_bg','no'),(2517,295,'pyre_heading_bg_color',''),(2518,295,'pyre_caption',''),(2519,295,'pyre_caption_font_size',''),(2520,295,'pyre_caption_color',''),(2521,295,'pyre_caption_bg','yes'),(2522,295,'pyre_caption_bg_color',''),(2523,295,'pyre_link_type','button'),(2524,295,'pyre_slide_link',''),(2525,295,'pyre_slide_target','yes'),(2526,295,'pyre_button_1',''),(2527,295,'pyre_button_2',''),(2528,295,'pyre_aspect_ratio',''),(2529,295,'_thumbnail_id','1342'),(2606,640,'pyre_type','image'),(2607,640,'pyre_youtube_id',''),(2608,640,'pyre_vimeo_id',''),(2609,640,'pyre_webm',''),(2610,640,'pyre_mp4',''),(2611,640,'pyre_ogv',''),(2612,640,'pyre_preview_image',''),(2613,640,'pyre_aspect_ratio',''),(2614,640,'pyre_video_bg_color',''),(2615,640,'pyre_mute_video','yes'),(2616,640,'pyre_autoplay_video','yes'),(2617,640,'pyre_loop_video','yes'),(2618,640,'pyre_hide_video_controls','yes'),(2619,640,'pyre_content_alignment','center'),(2620,640,'pyre_heading','RECENT SERMONS'),(2621,640,'pyre_heading_font_size','65'),(2622,640,'pyre_heading_color','#ffffff'),(2623,640,'pyre_heading_bg','no'),(2624,640,'pyre_heading_bg_color',''),(2625,640,'pyre_caption',''),(2626,640,'pyre_caption_font_size',''),(2627,640,'pyre_caption_color',''),(2628,640,'pyre_caption_bg','no'),(2629,640,'pyre_caption_bg_color',''),(2630,640,'pyre_link_type','button'),(2631,640,'pyre_slide_link',''),(2632,640,'pyre_slide_target','yes'),(2633,640,'pyre_button_1',''),(2634,640,'pyre_button_2',''),(2635,930,'_thumbnail_id','1346'),(2636,930,'pyre_type','image'),(2637,930,'pyre_youtube_id',''),(2638,930,'pyre_vimeo_id',''),(2639,930,'pyre_webm',''),(2640,930,'pyre_mp4',''),(2641,930,'pyre_ogv',''),(2642,930,'pyre_preview_image',''),(2643,930,'pyre_aspect_ratio',''),(2644,930,'pyre_video_bg_color',''),(2645,930,'pyre_mute_video','yes'),(2646,930,'pyre_autoplay_video','yes'),(2647,930,'pyre_loop_video','yes'),(2648,930,'pyre_hide_video_controls','yes'),(2649,930,'pyre_content_alignment','center'),(2650,930,'pyre_heading','OUR MISSION'),(2651,930,'pyre_heading_font_size','65'),(2652,930,'pyre_heading_color','#ffffff'),(2653,930,'pyre_heading_bg','no'),(2654,930,'pyre_heading_bg_color',''),(2655,930,'pyre_caption',''),(2656,930,'pyre_caption_font_size',''),(2657,930,'pyre_caption_color',''),(2658,930,'pyre_caption_bg','no'),(2659,930,'pyre_caption_bg_color',''),(2660,930,'pyre_link_type','button'),(2661,930,'pyre_slide_link',''),(2662,930,'pyre_slide_target','yes'),(2663,930,'pyre_button_1',''),(2664,930,'pyre_button_2',''),(2665,990,'pyre_type','image'),(2666,990,'pyre_youtube_id',''),(2667,990,'pyre_vimeo_id',''),(2668,990,'pyre_webm',''),(2669,990,'pyre_mp4',''),(2670,990,'pyre_ogv',''),(2671,990,'pyre_preview_image',''),(2672,990,'pyre_aspect_ratio',''),(2673,990,'pyre_video_bg_color',''),(2674,990,'pyre_mute_video','yes'),(2675,990,'pyre_autoplay_video','yes'),(2676,990,'pyre_loop_video','yes'),(2677,990,'pyre_hide_video_controls','yes'),(2678,990,'pyre_content_alignment','center'),(2679,990,'pyre_heading','OUR KIDS'),(2680,990,'pyre_heading_font_size','65'),(2681,990,'pyre_heading_color','#ffffff'),(2682,990,'pyre_heading_bg','no'),(2683,990,'pyre_heading_bg_color',''),(2684,990,'pyre_caption',''),(2685,990,'pyre_caption_font_size',''),(2686,990,'pyre_caption_color',''),(2687,990,'pyre_caption_bg','no'),(2688,990,'pyre_caption_bg_color',''),(2689,990,'pyre_link_type','full'),(2690,990,'pyre_slide_link',''),(2691,990,'pyre_slide_target','yes'),(2692,990,'pyre_button_1',''),(2693,990,'pyre_button_2',''),(2694,990,'_thumbnail_id','1530'),(2695,992,'_thumbnail_id','1348'),(2696,992,'pyre_type','image'),(2697,992,'pyre_youtube_id',''),(2698,992,'pyre_vimeo_id',''),(2699,992,'pyre_webm',''),(2700,992,'pyre_mp4',''),(2701,992,'pyre_ogv',''),(2702,992,'pyre_preview_image',''),(2703,992,'pyre_aspect_ratio',''),(2704,992,'pyre_video_bg_color',''),(2705,992,'pyre_mute_video','yes'),(2706,992,'pyre_autoplay_video','yes'),(2707,992,'pyre_loop_video','yes'),(2708,992,'pyre_hide_video_controls','yes'),(2709,992,'pyre_content_alignment','center'),(2710,992,'pyre_heading','OUR BELIEFS'),(2711,992,'pyre_heading_font_size','65'),(2712,992,'pyre_heading_color','#ffffff'),(2713,992,'pyre_heading_bg','no'),(2714,992,'pyre_heading_bg_color',''),(2715,992,'pyre_caption',''),(2716,992,'pyre_caption_font_size',''),(2717,992,'pyre_caption_color',''),(2718,992,'pyre_caption_bg','no'),(2719,992,'pyre_caption_bg_color',''),(2720,992,'pyre_link_type','full'),(2721,992,'pyre_slide_link',''),(2722,992,'pyre_slide_target','yes'),(2723,992,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2724,992,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2725,1023,'_thumbnail_id','1340'),(2726,1023,'pyre_type','image'),(2727,1023,'pyre_youtube_id',''),(2728,1023,'pyre_vimeo_id',''),(2729,1023,'pyre_webm',''),(2730,1023,'pyre_mp4',''),(2731,1023,'pyre_ogv',''),(2732,1023,'pyre_preview_image',''),(2733,1023,'pyre_aspect_ratio',''),(2734,1023,'pyre_video_bg_color',''),(2735,1023,'pyre_mute_video','yes'),(2736,1023,'pyre_autoplay_video','yes'),(2737,1023,'pyre_loop_video','yes'),(2738,1023,'pyre_hide_video_controls','yes'),(2739,1023,'pyre_content_alignment','center'),(2740,1023,'pyre_heading','COVID-19 UPDATE'),(2741,1023,'pyre_heading_font_size','65'),(2742,1023,'pyre_heading_color','#fff'),(2743,1023,'pyre_heading_bg','no'),(2744,1023,'pyre_heading_bg_color',''),(2745,1023,'pyre_caption',''),(2746,1023,'pyre_caption_font_size',''),(2747,1023,'pyre_caption_color',''),(2748,1023,'pyre_caption_bg','no'),(2749,1023,'pyre_caption_bg_color',''),(2750,1023,'pyre_link_type','full'),(2751,1023,'pyre_slide_link',''),(2752,1023,'pyre_slide_target','yes'),(2753,1023,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2754,1023,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2755,1228,'_thumbnail_id','1343'),(2756,1228,'pyre_type','image'),(2757,1228,'pyre_youtube_id',''),(2758,1228,'pyre_vimeo_id',''),(2759,1228,'pyre_webm',''),(2760,1228,'pyre_mp4',''),(2761,1228,'pyre_ogv',''),(2762,1228,'pyre_preview_image',''),(2763,1228,'pyre_aspect_ratio',''),(2764,1228,'pyre_video_bg_color',''),(2765,1228,'pyre_mute_video','yes'),(2766,1228,'pyre_autoplay_video','yes'),(2767,1228,'pyre_loop_video','yes'),(2768,1228,'pyre_hide_video_controls','yes'),(2769,1228,'pyre_content_alignment','center'),(2770,1228,'pyre_heading','Avada + The Events Calendar'),(2771,1228,'pyre_heading_font_size','65'),(2772,1228,'pyre_heading_color','#fff'),(2773,1228,'pyre_heading_bg','no'),(2774,1228,'pyre_heading_bg_color',''),(2775,1228,'pyre_caption',''),(2776,1228,'pyre_caption_font_size',''),(2777,1228,'pyre_caption_color',''),(2778,1228,'pyre_caption_bg','no'),(2779,1228,'pyre_caption_bg_color',''),(2780,1228,'pyre_link_type','full'),(2781,1228,'pyre_slide_link','https://mbsy.co/cLHpG'),(2782,1228,'pyre_slide_target','yes'),(2783,1228,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2784,1228,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(2800,1324,'_menu_item_type','post_type'),(2801,1324,'_menu_item_menu_item_parent','0'),(2802,1324,'_menu_item_object_id','12'),(2803,1324,'_menu_item_object','page'),(2804,1324,'_menu_item_target',''),(2805,1324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2806,1324,'_menu_item_xfn',''),(2807,1324,'_menu_item_url',''),(2830,1326,'_menu_item_type','post_type'),(2831,1326,'_menu_item_menu_item_parent','0'),(2832,1326,'_menu_item_object_id','40'),(2833,1326,'_menu_item_object','page'),(2834,1326,'_menu_item_target',''),(2835,1326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2836,1326,'_menu_item_xfn',''),(2837,1326,'_menu_item_url',''),(2860,1328,'_menu_item_type','post_type'),(2861,1328,'_menu_item_menu_item_parent','0'),(2862,1328,'_menu_item_object_id','609'),(2863,1328,'_menu_item_object','page'),(2864,1328,'_menu_item_target',''),(2865,1328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2866,1328,'_menu_item_xfn',''),(2867,1328,'_menu_item_url',''),(2890,1330,'_menu_item_type','post_type'),(2891,1330,'_menu_item_menu_item_parent','0'),(2892,1330,'_menu_item_object_id','611'),(2893,1330,'_menu_item_object','page'),(2894,1330,'_menu_item_target',''),(2895,1330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2896,1330,'_menu_item_xfn',''),(2897,1330,'_menu_item_url',''),(2918,1332,'_menu_item_type','post_type'),(2919,1332,'_menu_item_menu_item_parent','1511'),(2920,1332,'_menu_item_object_id','611'),(2921,1332,'_menu_item_object','page'),(2922,1332,'_menu_item_target',''),(2923,1332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2924,1332,'_menu_item_xfn',''),(2925,1332,'_menu_item_url',''),(2931,1333,'_menu_item_type','post_type'),(2932,1333,'_menu_item_menu_item_parent','1511'),(2933,1333,'_menu_item_object_id','609'),(2934,1333,'_menu_item_object','page'),(2935,1333,'_menu_item_target',''),(2936,1333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2937,1333,'_menu_item_xfn',''),(2938,1333,'_menu_item_url',''),(2959,1335,'_menu_item_type','post_type'),(2960,1335,'_menu_item_menu_item_parent','0'),(2961,1335,'_menu_item_object_id','847'),(2962,1335,'_menu_item_object','page'),(2963,1335,'_menu_item_target',''),(2964,1335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2965,1335,'_menu_item_xfn',''),(2966,1335,'_menu_item_url',''),(3015,1339,'_wp_attached_file','2016/06/1004.jpg'),(3016,1339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2016/06/1004.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:{}}}'),(3017,1340,'_wp_attached_file','2016/06/1021.jpg'),(3018,1340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2016/06/1021.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:{}}}'),(3019,1341,'_wp_attached_file','2016/06/1030.jpg'),(3020,1341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2016/06/1030.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:{}}}'),(3021,1342,'_wp_attached_file','2016/06/1042.jpg'),(3022,1342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2016/06/1042.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:{}}}'),(3023,1343,'_wp_attached_file','2016/06/1223.jpg'),(3024,1343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:550;s:4:\"file\";s:16:\"2016/06/1223.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:{}}}'),(3025,1344,'_wp_attached_file','2016/06/236.jpg'),(3026,1344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/06/236.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:{}}}'),(3027,1345,'_wp_attached_file','2016/06/351.jpg'),(3028,1345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/06/351.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:{}}}'),(3029,1346,'_wp_attached_file','2016/06/931.jpg'),(3030,1346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/06/931.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:{}}}'),(3031,1347,'_wp_attached_file','2016/06/971.jpg'),(3032,1347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1279;s:4:\"file\";s:15:\"2016/06/971.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:{}}}'),(3033,1348,'_wp_attached_file','2016/06/991.jpg'),(3034,1348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/06/991.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:{}}}'),(3035,1349,'_wp_attached_file','2016/06/995.jpg'),(3036,1349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2016/06/995.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:{}}}'),(3037,1350,'_wp_attached_file','2016/06/crosspoint-long-400-pixels-e1472845131296.png'),(3038,1350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:25;s:4:\"file\";s:53:\"2016/06/crosspoint-long-400-pixels-e1472845131296.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"crosspoint-long-400-pixels-e1412219830863-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"crosspoint-long-400-pixels-e1412219830863-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:52:\"crosspoint-long-400-pixels-e1412219830863-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:52:\"crosspoint-long-400-pixels-e1412219830863-177x44.png\";s:5:\"width\";i:177;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:51:\"crosspoint-long-400-pixels-e1412219830863-66x44.png\";s:5:\"width\";i:66;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:52:\"crosspoint-long-400-pixels-e1412219830863-200x29.png\";s:5:\"width\";i:200;s:6:\"height\";i:29;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:{}}}'),(3041,40,'_edit_last','1'),(3051,1352,'FB_content',''),(3056,609,'_edit_lock','1742774995:2'),(3057,930,'_edit_lock','1466739818:1'),(3066,128,'_edit_lock','1466798866:1'),(3067,1354,'_edit_last','1'),(3068,1354,'_edit_lock','1700630135:2'),(3069,1354,'_wp_page_template','default'),(3113,1354,'pyre_portfolio_width_100','no'),(3114,1354,'pyre_portfolio_content_length','default'),(3115,1354,'pyre_portfolio_excerpt',''),(3116,1354,'pyre_portfolio_filters','yes'),(3117,1354,'pyre_portfolio_text_layout','default'),(3118,1354,'pyre_portfolio_featured_image_size','default'),(3119,1354,'pyre_portfolio_column_spacing',''),(3138,1354,'fusion_builder_status','active'),(3139,1355,'FB_content',''),(3144,1356,'_menu_item_type','post_type'),(3145,1356,'_menu_item_menu_item_parent','1511'),(3146,1356,'_menu_item_object_id','1354'),(3147,1356,'_menu_item_object','page'),(3148,1356,'_menu_item_target',''),(3149,1356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3150,1356,'_menu_item_xfn',''),(3151,1356,'_menu_item_url',''),(3172,1357,'_edit_last','1'),(3173,1357,'_edit_lock','1619290655:1'),(3176,1357,'pyre_type','image'),(3177,1357,'pyre_youtube_id',''),(3178,1357,'pyre_vimeo_id',''),(3179,1357,'pyre_webm',''),(3180,1357,'pyre_mp4',''),(3181,1357,'pyre_ogv',''),(3182,1357,'pyre_preview_image',''),(3183,1357,'pyre_aspect_ratio',''),(3184,1357,'pyre_video_bg_color',''),(3185,1357,'pyre_mute_video','yes'),(3186,1357,'pyre_autoplay_video','yes'),(3187,1357,'pyre_loop_video','yes'),(3188,1357,'pyre_hide_video_controls','yes'),(3189,1357,'pyre_content_alignment','center'),(3190,1357,'pyre_heading','WHAT TO EXPECT'),(3191,1357,'pyre_heading_separator','none'),(3192,1357,'pyre_heading_font_size','65'),(3193,1357,'pyre_heading_color','#fff'),(3194,1357,'pyre_heading_bg','no'),(3195,1357,'pyre_heading_bg_color',''),(3196,1357,'pyre_caption',''),(3197,1357,'pyre_caption_separator','none'),(3198,1357,'pyre_caption_font_size',''),(3199,1357,'pyre_caption_color',''),(3200,1357,'pyre_caption_bg','yes'),(3201,1357,'pyre_caption_bg_color',''),(3202,1357,'pyre_link_type','button'),(3203,1357,'pyre_slide_link',''),(3204,1357,'pyre_slide_target','yes'),(3205,1357,'pyre_button_1',''),(3206,1357,'pyre_button_2',''),(3215,1359,'FB_content',''),(3247,1362,'FB_content',''),(3262,1364,'FB_content',''),(3275,1365,'FB_content',''),(3289,1366,'FB_content',''),(3302,1367,'FB_content',''),(3315,1368,'FB_content',''),(3328,1369,'FB_content',''),(3341,1370,'FB_content',''),(3346,611,'_edit_lock','1701147466:2'),(3347,611,'_edit_last','1'),(3357,1371,'FB_content',''),(3370,1372,'FB_content',''),(3382,609,'_edit_last','1'),(3387,609,'slide_template','default'),(3392,1375,'FB_content',''),(3409,1377,'FB_content',''),(3422,1378,'FB_content',''),(3435,10,'_edit_lock','1467333413:1'),(3453,644,'_edit_lock','1466874194:1'),(3454,644,'_edit_last','1'),(3459,644,'slide_template','default'),(3464,1381,'FB_content',''),(3465,644,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3466,644,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(3467,644,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3468,644,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3469,10,'_edit_last','1'),(3474,10,'slide_template','default'),(3479,1382,'FB_content',''),(3496,10,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3497,10,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(3498,10,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3499,10,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3500,1383,'_wp_attached_file','2016/06/IMG_0525-e1472916639391.jpg'),(3501,1383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2016/06/IMG_0525-e1472916639391.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0525-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0525-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0525-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0525-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_0525-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0525-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_0525-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_0525-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_0525-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_0525-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_0525-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_0525-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_0525-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_0525-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_0525-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_0525-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_0525-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_0525-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1364684234\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3511,1384,'FB_content',''),(3524,1385,'FB_content',''),(3537,1386,'FB_content',''),(3620,1393,'_edit_last','1'),(3621,1393,'_edit_lock','1466874305:1'),(3622,1394,'_wp_attached_file','2016/06/Learn-To-Discern.mp3'),(3623,1394,'_wp_attachment_metadata','a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:40000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:5:\"CBR40\";s:17:\"compression_ratio\";d:0.05668934240362812;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:13605201;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2721;s:16:\"length_formatted\";s:5:\"45:21\";s:12:\"track_number\";s:4:\"0612\";s:5:\"title\";s:16:\"Learn To Discern\";s:4:\"year\";s:4:\"2016\";s:14:\"recording_time\";s:4:\"2016\";s:6:\"artist\";s:14:\"Jayson Bradley\";s:5:\"album\";s:0:\"\";}'),(3628,1393,'slide_template','default'),(3633,1393,'pyre_width','default'),(3634,1393,'pyre_portfolio_width_100','default'),(3635,1393,'pyre_project_desc_title','default'),(3636,1393,'pyre_project_details','default'),(3637,1393,'pyre_show_first_featured_image','default'),(3638,1393,'pyre_video',''),(3639,1393,'pyre_video_url',''),(3640,1393,'pyre_project_url',''),(3641,1393,'pyre_project_url_text',''),(3642,1393,'pyre_copy_url',''),(3643,1393,'pyre_copy_url_text',''),(3644,1393,'pyre_fimg_width',''),(3645,1393,'pyre_fimg_height',''),(3646,1393,'pyre_image_rollover_icons','default'),(3647,1393,'pyre_link_icon_url',''),(3648,1393,'pyre_link_icon_target','default'),(3649,1393,'pyre_related_posts','default'),(3650,1393,'pyre_share_box','default'),(3651,1393,'pyre_post_pagination','default'),(3652,1393,'pyre_main_top_padding',''),(3653,1393,'pyre_main_bottom_padding',''),(3654,1393,'pyre_hundredp_padding',''),(3655,1393,'pyre_slider_position','default'),(3656,1393,'pyre_slider_type','no'),(3657,1393,'pyre_slider','0'),(3658,1393,'pyre_wooslider','0'),(3659,1393,'pyre_revslider','0'),(3660,1393,'pyre_elasticslider','0'),(3661,1393,'pyre_fallback',''),(3662,1393,'pyre_avada_rev_styles','default'),(3663,1393,'pyre_display_header','yes'),(3664,1393,'pyre_header_100_width','default'),(3665,1393,'pyre_header_bg',''),(3666,1393,'pyre_header_bg_color',''),(3667,1393,'pyre_header_bg_opacity',''),(3668,1393,'pyre_header_bg_full','no'),(3669,1393,'pyre_header_bg_repeat','repeat'),(3670,1393,'pyre_displayed_menu','default'),(3671,1393,'pyre_display_footer','default'),(3672,1393,'pyre_display_copyright','default'),(3673,1393,'pyre_footer_100_width','default'),(3674,1393,'pyre_sidebar_position','default'),(3675,1393,'pyre_sidebar_bg_color',''),(3676,1393,'pyre_page_bg_layout','default'),(3677,1393,'pyre_page_bg',''),(3678,1393,'pyre_page_bg_color',''),(3679,1393,'pyre_page_bg_full','no'),(3680,1393,'pyre_page_bg_repeat','repeat'),(3681,1393,'pyre_wide_page_bg',''),(3682,1393,'pyre_wide_page_bg_color',''),(3683,1393,'pyre_wide_page_bg_full','no'),(3684,1393,'pyre_wide_page_bg_repeat','repeat'),(3685,1393,'pyre_page_title','default'),(3686,1393,'pyre_page_title_text','default'),(3687,1393,'pyre_page_title_text_alignment','default'),(3688,1393,'pyre_page_title_100_width','default'),(3689,1393,'pyre_page_title_custom_text',''),(3690,1393,'pyre_page_title_text_size',''),(3691,1393,'pyre_page_title_custom_subheader',''),(3692,1393,'pyre_page_title_custom_subheader_text_size',''),(3693,1393,'pyre_page_title_font_color',''),(3694,1393,'pyre_page_title_height',''),(3695,1393,'pyre_page_title_mobile_height',''),(3696,1393,'pyre_page_title_bar_bg',''),(3697,1393,'pyre_page_title_bar_bg_retina',''),(3698,1393,'pyre_page_title_bar_bg_color',''),(3699,1393,'pyre_page_title_bar_borders_color',''),(3700,1393,'pyre_page_title_bar_bg_full','default'),(3701,1393,'pyre_page_title_bg_parallax','default'),(3702,1393,'pyre_page_title_breadcrumbs_search_bar','default'),(3703,1393,'fusion_builder_status','inactive'),(3704,1395,'FB_content',''),(3725,1396,'FB_content',''),(3730,1393,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3731,1393,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(3732,1393,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3733,1393,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3734,1397,'FB_content',''),(3735,1394,'_wp_old_slug','learn-to-discern'),(3764,640,'_edit_lock','1619312749:1'),(3765,1401,'_wp_attached_file','2015/09/bible-wide-960x250.jpg'),(3766,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2015/09/bible-wide-960x250.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"bible-wide-960x250-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-669x250.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-940x250.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-540x250.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-700x250.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"bible-wide-960x250-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"bible-wide-960x250-200x52.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-400x104.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-800x208.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:208;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:{}}}'),(3768,640,'_edit_last','1'),(3770,640,'pyre_heading_separator','none'),(3771,640,'pyre_caption_separator','none'),(3796,1403,'FB_content',''),(3809,1404,'FB_content',''),(3822,1405,'FB_content',''),(3835,1406,'FB_content',''),(3848,1407,'FB_content',''),(3861,1408,'FB_content',''),(3874,1409,'FB_content',''),(3887,1410,'FB_content',''),(3900,1411,'FB_content',''),(3913,1412,'FB_content',''),(3926,1413,'FB_content',''),(3939,1414,'FB_content',''),(3952,1415,'FB_content',''),(3965,1416,'FB_content',''),(3978,1417,'FB_content',''),(3991,1418,'FB_content',''),(4004,1419,'FB_content',''),(4017,1420,'FB_content',''),(4046,12,'_edit_lock','1619312858:1'),(4047,12,'_edit_last','1'),(4057,1422,'FB_content',''),(4070,1423,'FB_content',''),(4083,1424,'FB_content',''),(4096,1425,'FB_content',''),(4117,847,'_edit_lock','1749432667:2'),(4118,847,'_edit_last','2'),(4128,1427,'FB_content',''),(4141,1428,'FB_content',''),(4154,1429,'FB_content',''),(4167,1430,'FB_content',''),(4180,1431,'FB_content',''),(4193,1432,'FB_content',''),(4214,1433,'FB_content',''),(4243,115,'_edit_lock','1619312680:1'),(4275,1441,'_edit_last','2'),(4276,1441,'_edit_lock','1758432217:2'),(4277,1441,'_wp_page_template','default'),(4321,1441,'pyre_portfolio_width_100','no'),(4322,1441,'pyre_portfolio_content_length','default'),(4323,1441,'pyre_portfolio_excerpt',''),(4324,1441,'pyre_portfolio_filters','yes'),(4325,1441,'pyre_portfolio_text_layout','default'),(4326,1441,'pyre_portfolio_featured_image_size','default'),(4327,1441,'pyre_portfolio_column_spacing',''),(4346,1441,'fusion_builder_status','off'),(4347,1442,'FB_content',''),(4368,1444,'_menu_item_type','post_type'),(4369,1444,'_menu_item_menu_item_parent','1513'),(4370,1444,'_menu_item_object_id','1441'),(4371,1444,'_menu_item_object','page'),(4372,1444,'_menu_item_target',''),(4373,1444,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4374,1444,'_menu_item_xfn',''),(4375,1444,'_menu_item_url',''),(4483,1448,'_edit_last','1'),(4484,1448,'_edit_lock','1742775076:2'),(4485,1448,'_wp_page_template','default'),(4490,1448,'slide_template','default'),(4529,1448,'pyre_portfolio_width_100','no'),(4530,1448,'pyre_portfolio_content_length','default'),(4531,1448,'pyre_portfolio_excerpt',''),(4532,1448,'pyre_portfolio_filters','yes'),(4533,1448,'pyre_portfolio_text_layout','default'),(4534,1448,'pyre_portfolio_featured_image_size','default'),(4535,1448,'pyre_portfolio_column_spacing',''),(4554,1448,'fusion_builder_status','active'),(4555,1449,'FB_content',''),(4560,1450,'_menu_item_type','post_type'),(4561,1450,'_menu_item_menu_item_parent','1513'),(4562,1450,'_menu_item_object_id','1448'),(4563,1450,'_menu_item_object','page'),(4564,1450,'_menu_item_target',''),(4565,1450,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4566,1450,'_menu_item_xfn',''),(4567,1450,'_menu_item_url',''),(4586,1451,'FB_content',''),(4598,1453,'_edit_last','1'),(4599,1453,'_edit_lock','1720663016:2'),(4600,1453,'_wp_page_template','default'),(4605,1453,'slide_template','default'),(4610,1453,'pyre_slider_position','default'),(4611,1453,'pyre_slider_type','no'),(4612,1453,'pyre_slider','0'),(4613,1453,'pyre_wooslider','0'),(4614,1453,'pyre_revslider','0'),(4615,1453,'pyre_elasticslider','0'),(4616,1453,'pyre_fallback',''),(4617,1453,'pyre_avada_rev_styles','default'),(4618,1453,'pyre_main_top_padding',''),(4619,1453,'pyre_main_bottom_padding',''),(4620,1453,'pyre_hundredp_padding',''),(4621,1453,'pyre_show_first_featured_image','no'),(4622,1453,'pyre_display_header','yes'),(4623,1453,'pyre_header_100_width','default'),(4624,1453,'pyre_header_bg',''),(4625,1453,'pyre_header_bg_color',''),(4626,1453,'pyre_header_bg_opacity',''),(4627,1453,'pyre_header_bg_full','no'),(4628,1453,'pyre_header_bg_repeat','repeat'),(4629,1453,'pyre_displayed_menu','default'),(4630,1453,'pyre_display_footer','default'),(4631,1453,'pyre_display_copyright','default'),(4632,1453,'pyre_footer_100_width','default'),(4633,1453,'pyre_sidebar_position','default'),(4634,1453,'pyre_sidebar_bg_color',''),(4635,1453,'pyre_page_bg_layout','default'),(4636,1453,'pyre_page_bg',''),(4637,1453,'pyre_page_bg_color',''),(4638,1453,'pyre_page_bg_full','no'),(4639,1453,'pyre_page_bg_repeat','repeat'),(4640,1453,'pyre_wide_page_bg',''),(4641,1453,'pyre_wide_page_bg_color',''),(4642,1453,'pyre_wide_page_bg_full','no'),(4643,1453,'pyre_wide_page_bg_repeat','repeat'),(4644,1453,'pyre_portfolio_width_100','no'),(4645,1453,'pyre_portfolio_content_length','default'),(4646,1453,'pyre_portfolio_excerpt',''),(4647,1453,'pyre_portfolio_filters','yes'),(4648,1453,'pyre_portfolio_text_layout','default'),(4649,1453,'pyre_portfolio_featured_image_size','default'),(4650,1453,'pyre_portfolio_column_spacing',''),(4651,1453,'pyre_page_title','default'),(4652,1453,'pyre_page_title_text','default'),(4653,1453,'pyre_page_title_text_alignment','default'),(4654,1453,'pyre_page_title_100_width','default'),(4655,1453,'pyre_page_title_custom_text',''),(4656,1453,'pyre_page_title_text_size',''),(4657,1453,'pyre_page_title_custom_subheader',''),(4658,1453,'pyre_page_title_custom_subheader_text_size',''),(4659,1453,'pyre_page_title_font_color',''),(4660,1453,'pyre_page_title_height',''),(4661,1453,'pyre_page_title_mobile_height',''),(4662,1453,'pyre_page_title_bar_bg',''),(4663,1453,'pyre_page_title_bar_bg_retina',''),(4664,1453,'pyre_page_title_bar_bg_color',''),(4665,1453,'pyre_page_title_bar_borders_color',''),(4666,1453,'pyre_page_title_bar_bg_full','default'),(4667,1453,'pyre_page_title_bg_parallax','default'),(4668,1453,'pyre_page_title_breadcrumbs_search_bar','default'),(4669,1453,'fusion_builder_status','inactive'),(4670,1454,'FB_content',''),(4671,1453,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4672,1453,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(4673,1453,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4674,1453,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4691,1456,'_edit_last','1'),(4692,1456,'_edit_lock','1467335690:1'),(4693,1456,'_wp_page_template','default'),(4698,1456,'slide_template','default'),(4703,1456,'pyre_slider_position','default'),(4704,1456,'pyre_slider_type','no'),(4705,1456,'pyre_slider','0'),(4706,1456,'pyre_wooslider','0'),(4707,1456,'pyre_revslider','0'),(4708,1456,'pyre_elasticslider','0'),(4709,1456,'pyre_fallback',''),(4710,1456,'pyre_avada_rev_styles','default'),(4711,1456,'pyre_main_top_padding',''),(4712,1456,'pyre_main_bottom_padding',''),(4713,1456,'pyre_hundredp_padding',''),(4714,1456,'pyre_show_first_featured_image','no'),(4715,1456,'pyre_display_header','yes'),(4716,1456,'pyre_header_100_width','default'),(4717,1456,'pyre_header_bg',''),(4718,1456,'pyre_header_bg_color',''),(4719,1456,'pyre_header_bg_opacity',''),(4720,1456,'pyre_header_bg_full','no'),(4721,1456,'pyre_header_bg_repeat','repeat'),(4722,1456,'pyre_displayed_menu','default'),(4723,1456,'pyre_display_footer','default'),(4724,1456,'pyre_display_copyright','default'),(4725,1456,'pyre_footer_100_width','default'),(4726,1456,'pyre_sidebar_position','default'),(4727,1456,'pyre_sidebar_bg_color',''),(4728,1456,'pyre_page_bg_layout','default'),(4729,1456,'pyre_page_bg',''),(4730,1456,'pyre_page_bg_color',''),(4731,1456,'pyre_page_bg_full','no'),(4732,1456,'pyre_page_bg_repeat','repeat'),(4733,1456,'pyre_wide_page_bg',''),(4734,1456,'pyre_wide_page_bg_color',''),(4735,1456,'pyre_wide_page_bg_full','no'),(4736,1456,'pyre_wide_page_bg_repeat','repeat'),(4737,1456,'pyre_portfolio_width_100','no'),(4738,1456,'pyre_portfolio_content_length','default'),(4739,1456,'pyre_portfolio_excerpt',''),(4740,1456,'pyre_portfolio_filters','yes'),(4741,1456,'pyre_portfolio_text_layout','default'),(4742,1456,'pyre_portfolio_featured_image_size','default'),(4743,1456,'pyre_portfolio_column_spacing',''),(4744,1456,'pyre_page_title','default'),(4745,1456,'pyre_page_title_text','default'),(4746,1456,'pyre_page_title_text_alignment','default'),(4747,1456,'pyre_page_title_100_width','default'),(4748,1456,'pyre_page_title_custom_text',''),(4749,1456,'pyre_page_title_text_size',''),(4750,1456,'pyre_page_title_custom_subheader',''),(4751,1456,'pyre_page_title_custom_subheader_text_size',''),(4752,1456,'pyre_page_title_font_color',''),(4753,1456,'pyre_page_title_height',''),(4754,1456,'pyre_page_title_mobile_height',''),(4755,1456,'pyre_page_title_bar_bg',''),(4756,1456,'pyre_page_title_bar_bg_retina',''),(4757,1456,'pyre_page_title_bar_bg_color',''),(4758,1456,'pyre_page_title_bar_borders_color',''),(4759,1456,'pyre_page_title_bar_bg_full','default'),(4760,1456,'pyre_page_title_bg_parallax','default'),(4761,1456,'pyre_page_title_breadcrumbs_search_bar','default'),(4762,1456,'fusion_builder_status','inactive'),(4763,1457,'FB_content',''),(4764,1456,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4765,1456,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(4766,1456,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4767,1456,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4768,1458,'_edit_last','1'),(4769,1458,'_edit_lock','1699413311:2'),(4770,1458,'_wp_page_template','default'),(4780,1458,'pyre_slider_position','default'),(4781,1458,'pyre_slider_type','flex'),(4782,1458,'pyre_slider','0'),(4783,1458,'pyre_wooslider','team'),(4784,1458,'pyre_revslider','0'),(4785,1458,'pyre_elasticslider','0'),(4786,1458,'pyre_fallback',''),(4787,1458,'pyre_avada_rev_styles','default'),(4788,1458,'pyre_main_top_padding',''),(4789,1458,'pyre_main_bottom_padding',''),(4790,1458,'pyre_hundredp_padding',''),(4791,1458,'pyre_show_first_featured_image','no'),(4792,1458,'pyre_display_header','yes'),(4793,1458,'pyre_header_100_width','default'),(4794,1458,'pyre_header_bg',''),(4795,1458,'pyre_header_bg_color',''),(4796,1458,'pyre_header_bg_opacity',''),(4797,1458,'pyre_header_bg_full','no'),(4798,1458,'pyre_header_bg_repeat','repeat'),(4799,1458,'pyre_displayed_menu','default'),(4800,1458,'pyre_display_footer','default'),(4801,1458,'pyre_display_copyright','default'),(4802,1458,'pyre_footer_100_width','default'),(4803,1458,'pyre_sidebar_position','default'),(4804,1458,'pyre_sidebar_bg_color',''),(4805,1458,'pyre_page_bg_layout','default'),(4806,1458,'pyre_page_bg',''),(4807,1458,'pyre_page_bg_color',''),(4808,1458,'pyre_page_bg_full','no'),(4809,1458,'pyre_page_bg_repeat','repeat'),(4810,1458,'pyre_wide_page_bg',''),(4811,1458,'pyre_wide_page_bg_color',''),(4812,1458,'pyre_wide_page_bg_full','no'),(4813,1458,'pyre_wide_page_bg_repeat','repeat'),(4814,1458,'pyre_portfolio_width_100','no'),(4815,1458,'pyre_portfolio_content_length','default'),(4816,1458,'pyre_portfolio_excerpt',''),(4817,1458,'pyre_portfolio_filters','yes'),(4818,1458,'pyre_portfolio_text_layout','default'),(4819,1458,'pyre_portfolio_featured_image_size','default'),(4820,1458,'pyre_portfolio_column_spacing',''),(4821,1458,'pyre_page_title','default'),(4822,1458,'pyre_page_title_text','default'),(4823,1458,'pyre_page_title_text_alignment','default'),(4824,1458,'pyre_page_title_100_width','default'),(4825,1458,'pyre_page_title_custom_text',''),(4826,1458,'pyre_page_title_text_size',''),(4827,1458,'pyre_page_title_custom_subheader',''),(4828,1458,'pyre_page_title_custom_subheader_text_size',''),(4829,1458,'pyre_page_title_font_color',''),(4830,1458,'pyre_page_title_height',''),(4831,1458,'pyre_page_title_mobile_height',''),(4832,1458,'pyre_page_title_bar_bg',''),(4833,1458,'pyre_page_title_bar_bg_retina',''),(4834,1458,'pyre_page_title_bar_bg_color',''),(4835,1458,'pyre_page_title_bar_borders_color',''),(4836,1458,'pyre_page_title_bar_bg_full','default'),(4837,1458,'pyre_page_title_bg_parallax','default'),(4838,1458,'pyre_page_title_breadcrumbs_search_bar','default'),(4839,1458,'fusion_builder_status','active'),(4840,1459,'FB_content',''),(4845,1460,'_menu_item_type','post_type'),(4846,1460,'_menu_item_menu_item_parent','1512'),(4847,1460,'_menu_item_object_id','1458'),(4848,1460,'_menu_item_object','page'),(4849,1460,'_menu_item_target',''),(4850,1460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4851,1460,'_menu_item_xfn',''),(4852,1460,'_menu_item_url',''),(4879,1462,'_edit_last','1'),(4880,1462,'_edit_lock','1707454136:2'),(4881,1462,'_wp_page_template','default'),(4925,1462,'pyre_portfolio_width_100','no'),(4926,1462,'pyre_portfolio_content_length','default'),(4927,1462,'pyre_portfolio_excerpt',''),(4928,1462,'pyre_portfolio_filters','yes'),(4929,1462,'pyre_portfolio_text_layout','default'),(4930,1462,'pyre_portfolio_featured_image_size','default'),(4931,1462,'pyre_portfolio_column_spacing',''),(4950,1462,'fusion_builder_status','active'),(4951,1463,'FB_content',''),(4956,1464,'_menu_item_type','post_type'),(4957,1464,'_menu_item_menu_item_parent','1512'),(4958,1464,'_menu_item_object_id','1462'),(4959,1464,'_menu_item_object','page'),(4960,1464,'_menu_item_target',''),(4961,1464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4962,1464,'_menu_item_xfn',''),(4963,1464,'_menu_item_url',''),(5069,1468,'_edit_last','1'),(5070,1468,'_edit_lock','1699413430:2'),(5071,1468,'_wp_page_template','default'),(5076,1468,'slide_template','default'),(5081,1468,'pyre_slider_position','default'),(5082,1468,'pyre_slider_type','no'),(5083,1468,'pyre_slider','0'),(5084,1468,'pyre_wooslider','0'),(5085,1468,'pyre_revslider','0'),(5086,1468,'pyre_elasticslider','0'),(5087,1468,'pyre_fallback',''),(5088,1468,'pyre_avada_rev_styles','default'),(5089,1468,'pyre_main_top_padding',''),(5090,1468,'pyre_main_bottom_padding',''),(5091,1468,'pyre_hundredp_padding',''),(5092,1468,'pyre_show_first_featured_image','no'),(5093,1468,'pyre_display_header','yes'),(5094,1468,'pyre_header_100_width','default'),(5095,1468,'pyre_header_bg',''),(5096,1468,'pyre_header_bg_color',''),(5097,1468,'pyre_header_bg_opacity',''),(5098,1468,'pyre_header_bg_full','no'),(5099,1468,'pyre_header_bg_repeat','repeat'),(5100,1468,'pyre_displayed_menu','default'),(5101,1468,'pyre_display_footer','default'),(5102,1468,'pyre_display_copyright','default'),(5103,1468,'pyre_footer_100_width','default'),(5104,1468,'pyre_sidebar_position','default'),(5105,1468,'pyre_sidebar_bg_color',''),(5106,1468,'pyre_page_bg_layout','default'),(5107,1468,'pyre_page_bg',''),(5108,1468,'pyre_page_bg_color',''),(5109,1468,'pyre_page_bg_full','no'),(5110,1468,'pyre_page_bg_repeat','repeat'),(5111,1468,'pyre_wide_page_bg',''),(5112,1468,'pyre_wide_page_bg_color',''),(5113,1468,'pyre_wide_page_bg_full','no'),(5114,1468,'pyre_wide_page_bg_repeat','repeat'),(5115,1468,'pyre_portfolio_width_100','no'),(5116,1468,'pyre_portfolio_content_length','default'),(5117,1468,'pyre_portfolio_excerpt',''),(5118,1468,'pyre_portfolio_filters','yes'),(5119,1468,'pyre_portfolio_text_layout','default'),(5120,1468,'pyre_portfolio_featured_image_size','default'),(5121,1468,'pyre_portfolio_column_spacing',''),(5122,1468,'pyre_page_title','default'),(5123,1468,'pyre_page_title_text','default'),(5124,1468,'pyre_page_title_text_alignment','default'),(5125,1468,'pyre_page_title_100_width','default'),(5126,1468,'pyre_page_title_custom_text',''),(5127,1468,'pyre_page_title_text_size',''),(5128,1468,'pyre_page_title_custom_subheader',''),(5129,1468,'pyre_page_title_custom_subheader_text_size',''),(5130,1468,'pyre_page_title_font_color',''),(5131,1468,'pyre_page_title_height',''),(5132,1468,'pyre_page_title_mobile_height',''),(5133,1468,'pyre_page_title_bar_bg',''),(5134,1468,'pyre_page_title_bar_bg_retina',''),(5135,1468,'pyre_page_title_bar_bg_color',''),(5136,1468,'pyre_page_title_bar_borders_color',''),(5137,1468,'pyre_page_title_bar_bg_full','default'),(5138,1468,'pyre_page_title_bg_parallax','default'),(5139,1468,'pyre_page_title_breadcrumbs_search_bar','default'),(5140,1468,'fusion_builder_status','active'),(5141,1469,'FB_content',''),(5146,1470,'_menu_item_type','post_type'),(5147,1470,'_menu_item_menu_item_parent','1512'),(5148,1470,'_menu_item_object_id','1468'),(5149,1470,'_menu_item_object','page'),(5150,1470,'_menu_item_target',''),(5151,1470,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5152,1470,'_menu_item_xfn',''),(5153,1470,'_menu_item_url',''),(5311,1481,'_wp_attached_file','2016/07/061216-bulletin.pdf'),(5312,1482,'_wp_attached_file','2016/07/060516-bulletin.pdf'),(5321,1483,'FB_content',''),(5327,1484,'_wp_attached_file','2016/07/IMG_0514-1024x683-e1467416846495.jpg'),(5328,1484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:44:\"2016/07/IMG_0514-1024x683-e1467416846495.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"IMG_0514-1024x683-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0514-1024x683-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"IMG_0514-1024x683-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"IMG_0514-1024x683-1200x801.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5330,1485,'_wp_attached_file','2016/07/IMG_0514-1024x683-1024x683-1.jpg'),(5331,1485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:40:\"2016/07/IMG_0514-1024x683-1024x683-1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"IMG_0514-1024x683-1024x683-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:38:\"IMG_0514-1024x683-1024x683-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:40:\"IMG_0514-1024x683-1024x683-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;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:\"1467391186\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(5333,1484,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1201;s:4:\"file\";s:21:\"IMG_0514-1024x683.jpg\";}}'),(5616,1507,'FB_content',''),(5663,1511,'_menu_item_type','custom'),(5664,1511,'_menu_item_menu_item_parent','0'),(5665,1511,'_menu_item_object_id','1511'),(5666,1511,'_menu_item_object','custom'),(5667,1511,'_menu_item_target',''),(5668,1511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5669,1511,'_menu_item_xfn',''),(5670,1511,'_menu_item_url','#'),(5679,1512,'_menu_item_type','custom'),(5680,1512,'_menu_item_menu_item_parent','0'),(5681,1512,'_menu_item_object_id','1512'),(5682,1512,'_menu_item_object','custom'),(5683,1512,'_menu_item_target',''),(5684,1512,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5685,1512,'_menu_item_xfn',''),(5686,1512,'_menu_item_url','#'),(5695,1513,'_menu_item_type','custom'),(5696,1513,'_menu_item_menu_item_parent','0'),(5697,1513,'_menu_item_object_id','1513'),(5698,1513,'_menu_item_object','custom'),(5699,1513,'_menu_item_target',''),(5700,1513,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5701,1513,'_menu_item_xfn',''),(5702,1513,'_menu_item_url','#'),(5719,1514,'FB_content',''),(5732,1515,'FB_content',''),(5745,1516,'FB_content',''),(5758,1517,'FB_content',''),(5771,1518,'FB_content',''),(5784,1519,'FB_content',''),(5789,1520,'_wp_attached_file','2016/07/070316-bulletin.pdf'),(5799,1521,'FB_content',''),(5820,1522,'FB_content',''),(5833,1523,'FB_content',''),(5846,1524,'FB_content',''),(5859,1525,'FB_content',''),(5872,1526,'FB_content',''),(5885,1527,'FB_content',''),(5890,1528,'_wp_attached_file','2016/07/bible-wide-960x250.jpg'),(5891,1528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2016/07/bible-wide-960x250.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"bible-wide-960x250-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-669x250.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-940x250.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-540x250.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-700x250.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"bible-wide-960x250-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"bible-wide-960x250-200x52.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-400x104.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"bible-wide-960x250-800x208.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:208;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:{}}}'),(5908,640,'_thumbnail_id','1528'),(5922,1530,'_wp_attached_file','2016/07/IMG_5529-e1467921837178.jpg'),(5923,1530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:35:\"2016/07/IMG_5529-e1467921837178.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5529-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5529-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5529-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5529-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_5529-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_5529-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_5529-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_5529-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_5529-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_5529-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_5529-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_5529-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_5529-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_5529-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_5529-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_5529-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_5529-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_5529-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1435454778\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5924,1530,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_5529.jpg\";}s:18:\"full-1467921837178\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"IMG_5529-e1467921768243.jpg\";}}'),(5934,1532,'FB_content',''),(5947,1533,'FB_content',''),(5960,1534,'FB_content',''),(5965,1535,'_wp_attached_file','2016/07/IMG_6503-e1467922091260.jpg'),(5966,1535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2667;s:4:\"file\";s:35:\"2016/07/IMG_6503-e1467922091260.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6503-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6503-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6503-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6503-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_6503-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_6503-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_6503-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_6503-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_6503-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_6503-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_6503-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_6503-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_6503-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_6503-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_6503-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_6503-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_6503-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_6503-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459035135\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5967,1535,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_6503.jpg\";}}'),(5976,1536,'FB_content',''),(5989,1537,'FB_content',''),(6011,1539,'FB_content',''),(6016,1540,'_wp_attached_file','2016/07/071716-bulletin.pdf'),(6017,1541,'_wp_attached_file','2016/07/071016-bulletin.pdf'),(6027,1542,'FB_content',''),(6032,1544,'_wp_attached_file','2016/07/072416-bulletin.pdf'),(6041,1545,'FB_content',''),(6054,1546,'FB_content',''),(6085,1547,'FB_content',''),(6098,1548,'FB_content',''),(6111,1549,'FB_content',''),(6124,1550,'FB_content',''),(6129,1551,'_wp_attached_file','2015/05/online-giving-point-click.jpg'),(6130,1551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:37:\"2015/05/online-giving-point-click.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-640x272.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"online-giving-point-click-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"online-giving-point-click-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:37:\"online-giving-point-click-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:37:\"online-giving-point-click-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:37:\"online-giving-point-click-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;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:{}}}'),(6139,1552,'FB_content',''),(6166,1554,'FB_content',''),(6179,1555,'FB_content',''),(6192,1556,'FB_content',''),(6198,1557,'_wp_attached_file','2016/07/073116-bulletin.pdf'),(6207,1558,'FB_content',''),(6212,1560,'_wp_attached_file','2016/07/080716-bulletin.pdf'),(6221,1561,'FB_content',''),(6234,1562,'FB_content',''),(6247,1563,'FB_content',''),(6252,1564,'_wp_attached_file','2016/07/081416-bulletin.pdf'),(6262,1565,'FB_content',''),(6267,1567,'_wp_attached_file','2016/07/August-21-2016.pdf'),(6277,1568,'FB_content',''),(6290,1569,'FB_content',''),(6303,1570,'FB_content',''),(6316,1571,'FB_content',''),(6334,1573,'FB_content',''),(6348,1574,'FB_content',''),(6349,12,'fusion_builder_content',''),(6371,1576,'FB_content',''),(6381,990,'_edit_lock','1619312732:1'),(6390,1578,'FB_content',''),(6404,990,'_edit_last','1'),(6406,990,'pyre_heading_separator','none'),(6407,990,'pyre_caption_separator','none'),(6421,1580,'_wp_attached_file','2016/07/CP-Day-Camp-16-e1472072835280.jpg'),(6422,1580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:375;s:4:\"file\";s:41:\"2016/07/CP-Day-Camp-16-e1472072835280.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CP-Day-Camp-16-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"CP-Day-Camp-16-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-200x250.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"CP-Day-Camp-16-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:27:\"CP-Day-Camp-16-800x1000.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:28:\"CP-Day-Camp-16-1200x1500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1470743411\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6423,1580,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4016;s:6:\"height\";i:5020;s:4:\"file\";s:18:\"CP-Day-Camp-16.jpg\";}s:18:\"full-1472072835280\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"CP-Day-Camp-16-e1472072793268.jpg\";}}'),(6432,1581,'FB_content',''),(6445,1582,'FB_content',''),(6450,1468,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(6451,1468,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(6452,1468,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(6453,1468,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(6454,1583,'FB_content',''),(6463,1584,'FB_content',''),(6476,1585,'FB_content',''),(6489,1586,'_wp_attached_file','2016/07/523264_721942799110_779171514_n.jpg'),(6490,1586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:43:\"2016/07/523264_721942799110_779171514_n.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:41:\"523264_721942799110_779171514_n-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-800x531.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:531;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:{}}}'),(6491,1587,'_wp_attached_file','2016/07/523264_721942799110_779171514_n-1.jpg'),(6492,1587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:466;s:4:\"file\";s:45:\"2016/07/523264_721942799110_779171514_n-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-404x272.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-404x400.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-404x272.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-404x295.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-404x441.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:43:\"523264_721942799110_779171514_n-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-200x231.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:45:\"523264_721942799110_779171514_n-1-400x461.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:461;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:\"1472052462\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(6532,1589,'FB_content',''),(6538,1590,'_wp_attached_file','2015/06/small-group.jpg'),(6539,1590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:274;s:4:\"file\";s:23:\"2015/06/small-group.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"small-group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"small-group-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"small-group-640x272.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"small-group-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"small-group-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"small-group-460x274.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"small-group-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"small-group-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"small-group-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"small-group-200x86.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"small-group-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"small-group-600x257.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:257;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:{}}}'),(6540,1591,'_wp_attached_file','2015/06/jesus-small-groups-e1472234255878.jpg'),(6541,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:901;s:6:\"height\";i:518;s:4:\"file\";s:45:\"2015/06/jesus-small-groups-e1472234255878.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jesus-small-groups-1024x589.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"jesus-small-groups-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"jesus-small-groups-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"jesus-small-groups-200x115.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"jesus-small-groups-400x230.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"jesus-small-groups-600x345.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"jesus-small-groups-800x460.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:460;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:{}}}'),(6542,1592,'_wp_attached_file','2015/06/small_groups_2.jpg'),(6543,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:806;s:6:\"height\";i:410;s:4:\"file\";s:26:\"2015/06/small_groups_2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"small_groups_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"small_groups_2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"small_groups_2-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"small_groups_2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"small_groups_2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"small_groups_2-806x400.jpg\";s:5:\"width\";i:806;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"small_groups_2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"small_groups_2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"small_groups_2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"small_groups_2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"small_groups_2-700x410.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"small_groups_2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"small_groups_2-200x102.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"small_groups_2-400x203.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"small_groups_2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"small_groups_2-800x407.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Bekah Braden\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(6565,1594,'_edit_last','1'),(6566,1594,'_edit_lock','1472234148:1'),(6567,1594,'_thumbnail_id','1591'),(6568,1594,'slide_template','default'),(6569,1594,'pyre_type','image'),(6570,1594,'pyre_youtube_id',''),(6571,1594,'pyre_vimeo_id',''),(6572,1594,'pyre_webm',''),(6573,1594,'pyre_mp4',''),(6574,1594,'pyre_ogv',''),(6575,1594,'pyre_preview_image',''),(6576,1594,'pyre_aspect_ratio',''),(6577,1594,'pyre_video_bg_color',''),(6578,1594,'pyre_mute_video','yes'),(6579,1594,'pyre_autoplay_video','yes'),(6580,1594,'pyre_loop_video','yes'),(6581,1594,'pyre_hide_video_controls','yes'),(6582,1594,'pyre_content_alignment','center'),(6583,1594,'pyre_heading',''),(6584,1594,'pyre_heading_separator','none'),(6585,1594,'pyre_heading_font_size',''),(6586,1594,'pyre_heading_color',''),(6587,1594,'pyre_heading_bg','yes'),(6588,1594,'pyre_heading_bg_color',''),(6589,1594,'pyre_caption',''),(6590,1594,'pyre_caption_separator','none'),(6591,1594,'pyre_caption_font_size',''),(6592,1594,'pyre_caption_color',''),(6593,1594,'pyre_caption_bg','yes'),(6594,1594,'pyre_caption_bg_color',''),(6595,1594,'pyre_link_type','button'),(6596,1594,'pyre_slide_link',''),(6597,1594,'pyre_slide_target','yes'),(6598,1594,'pyre_button_1',''),(6599,1594,'pyre_button_2',''),(6634,1591,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1090;s:6:\"height\";i:627;s:4:\"file\";s:22:\"jesus-small-groups.jpg\";}}'),(6635,1597,'_wp_old_slug','home-cloned'),(6636,1597,'pyre_type','image'),(6637,1597,'pyre_youtube_id',''),(6638,1597,'pyre_vimeo_id',''),(6639,1597,'pyre_webm',''),(6640,1597,'pyre_mp4',''),(6641,1597,'pyre_ogv',''),(6642,1597,'pyre_preview_image',''),(6643,1597,'pyre_video_bg_color',''),(6644,1597,'pyre_mute_video','yes'),(6645,1597,'pyre_autoplay_video','yes'),(6646,1597,'pyre_loop_video','yes'),(6647,1597,'pyre_hide_video_controls','yes'),(6648,1597,'pyre_content_alignment','center'),(6649,1597,'pyre_heading',''),(6650,1597,'pyre_heading_font_size','65'),(6651,1597,'pyre_heading_color','#fff'),(6652,1597,'pyre_heading_bg','no'),(6653,1597,'pyre_heading_bg_color',''),(6654,1597,'pyre_caption',''),(6655,1597,'pyre_caption_font_size',''),(6656,1597,'pyre_caption_color',''),(6657,1597,'pyre_caption_bg','yes'),(6658,1597,'pyre_caption_bg_color',''),(6659,1597,'pyre_link_type','button'),(6660,1597,'pyre_slide_link',''),(6661,1597,'pyre_slide_target','yes'),(6662,1597,'pyre_button_1',''),(6663,1597,'pyre_button_2',''),(6664,1597,'pyre_aspect_ratio',''),(6665,1597,'_edit_lock','1645052504:1'),(6666,1597,'_edit_last','1'),(6668,1597,'pyre_heading_separator','none'),(6669,1597,'pyre_caption_separator','none'),(6670,1597,'_thumbnail_id','3767'),(6679,1598,'FB_content',''),(6700,1599,'FB_content',''),(6729,1600,'FB_content',''),(6758,1601,'FB_content',''),(6771,1602,'FB_content',''),(6784,1603,'FB_content',''),(6797,1604,'FB_content',''),(6810,1605,'FB_content',''),(6823,1606,'FB_content',''),(6836,1607,'FB_content',''),(6849,1608,'FB_content',''),(6862,1609,'FB_content',''),(6867,1610,'_wp_attached_file','2016/07/August-28-2016.pdf'),(6877,1611,'FB_content',''),(6890,1613,'FB_content',''),(6921,1614,'FB_content',''),(6942,1615,'FB_content',''),(6947,1616,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/arrow-up.png'),(6948,1616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:46;s:6:\"height\";i:41;s:4:\"file\";s:61:\"layerslider/LayerSlider-5-responsive-demo-slider/arrow-up.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6949,1617,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg.jpg'),(6950,1617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:55:\"layerslider/LayerSlider-5-responsive-demo-slider/bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"bg-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"bg-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"bg-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"bg-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"bg-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"bg-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6951,1618,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg21.jpg'),(6952,1618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:57:\"layerslider/LayerSlider-5-responsive-demo-slider/bg21.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg21-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg21-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg21-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"bg21-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"bg21-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"bg21-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"bg21-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"bg21-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"bg21-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"bg21-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"bg21-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"bg21-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"bg21-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"bg21-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"bg21-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"bg21-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"bg21-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6953,1619,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg31.jpg'),(6954,1619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:57:\"layerslider/LayerSlider-5-responsive-demo-slider/bg31.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg31-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg31-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg31-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"bg31-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"bg31-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"bg31-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"bg31-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"bg31-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"bg31-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"bg31-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"bg31-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"bg31-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"bg31-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"bg31-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"bg31-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"bg31-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"bg31-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6955,1620,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg4.jpg'),(6956,1620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:56:\"layerslider/LayerSlider-5-responsive-demo-slider/bg4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"bg4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"bg4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"bg4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"bg4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"bg4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"bg4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"bg4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"bg4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"bg4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"bg4-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"bg4-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"bg4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"bg4-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"bg4-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6957,1621,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg51.jpg'),(6958,1621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:57:\"layerslider/LayerSlider-5-responsive-demo-slider/bg51.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg51-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg51-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg51-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"bg51-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"bg51-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"bg51-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"bg51-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"bg51-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"bg51-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"bg51-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"bg51-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"bg51-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"bg51-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"bg51-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"bg51-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"bg51-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"bg51-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6959,1622,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/bg6b.jpg'),(6960,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:57:\"layerslider/LayerSlider-5-responsive-demo-slider/bg6b.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg6b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg6b-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg6b-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg6b-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"bg6b-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"bg6b-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"bg6b-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"bg6b-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"bg6b-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"bg6b-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"bg6b-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"bg6b-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"bg6b-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"bg6b-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"bg6b-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"bg6b-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"bg6b-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"bg6b-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6961,1623,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/circle.png'),(6962,1623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:423;s:6:\"height\";i:422;s:4:\"file\";s:59:\"layerslider/LayerSlider-5-responsive-demo-slider/circle.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"circle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"circle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"circle-423x272.png\";s:5:\"width\";i:423;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"circle-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"circle-423x400.png\";s:5:\"width\";i:423;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"circle-423x272.png\";s:5:\"width\";i:423;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"circle-423x295.png\";s:5:\"width\";i:423;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"circle-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"circle-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"circle-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"circle-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"circle-400x399.png\";s:5:\"width\";i:400;s:6:\"height\";i:399;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:{}}}'),(6963,1624,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-android.png'),(6964,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:81;s:4:\"file\";s:68:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-android.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"feature-android-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6965,1625,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-html5.png'),(6966,1625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:66:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-html5.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"feature-html5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6967,1626,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-ios.png'),(6968,1626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:81;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-ios.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"feature-ios-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6969,1627,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-layers.png'),(6970,1627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:67:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-layers.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"feature-layers-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6971,1628,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-mobile.png'),(6972,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:67:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-mobile.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"feature-mobile-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6973,1629,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-options.png'),(6974,1629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:68:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-options.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"feature-options-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6975,1630,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-performance.png'),(6976,1630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:72:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-performance.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"feature-performance-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6977,1631,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-responsive.png'),(6978,1631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:71:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-responsive.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"feature-responsive-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6979,1632,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-slideshow.png'),(6980,1632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:70:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-slideshow.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"feature-slideshow-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6981,1633,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-vimeo.png'),(6982,1633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:81;s:4:\"file\";s:66:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-vimeo.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"feature-vimeo-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6983,1634,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-wordpress.png'),(6984,1634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:70:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-wordpress.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"feature-wordpress-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6985,1635,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/feature-youtube.png'),(6986,1635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:68:\"layerslider/LayerSlider-5-responsive-demo-slider/feature-youtube.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"feature-youtube-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6987,1636,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/html5-color.png'),(6988,1636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/html5-color.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"html5-color-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6989,1637,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/ls5box.png'),(6990,1637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:452;s:4:\"file\";s:59:\"layerslider/LayerSlider-5-responsive-demo-slider/ls5box.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ls5box-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ls5box-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"ls5box-254x272.png\";s:5:\"width\";i:254;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"ls5box-254x202.png\";s:5:\"width\";i:254;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"ls5box-254x400.png\";s:5:\"width\";i:254;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"ls5box-254x272.png\";s:5:\"width\";i:254;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"ls5box-254x295.png\";s:5:\"width\";i:254;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"ls5box-254x214.png\";s:5:\"width\";i:254;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"ls5box-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"ls5box-254x441.png\";s:5:\"width\";i:254;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"ls5box-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"ls5box-200x356.png\";s:5:\"width\";i:200;s:6:\"height\";i:356;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:{}}}'),(6991,1638,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/mouse.png'),(6992,1638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:163;s:4:\"file\";s:58:\"layerslider/LayerSlider-5-responsive-demo-slider/mouse.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mouse-70x150.png\";s:5:\"width\";i:70;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"mouse-70x142.png\";s:5:\"width\";i:70;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"mouse-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(6993,1639,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-1.png'),(6994,1639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:628;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-1.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-a-1-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide-a-1-768x551.png\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-a-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-a-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-a-1-875x400.png\";s:5:\"width\";i:875;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-a-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-a-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-a-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-a-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-a-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-a-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-a-1-200x144.png\";s:5:\"width\";i:200;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-a-1-400x287.png\";s:5:\"width\";i:400;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"slide-a-1-600x431.png\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"slide-a-1-800x574.png\";s:5:\"width\";i:800;s:6:\"height\";i:574;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:{}}}'),(6995,1641,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-2.png'),(6996,1641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:55;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide-a-2-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide-a-2-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"slide-a-2-320x55.png\";s:5:\"width\";i:320;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slide-a-2-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"slide-a-2-177x55.png\";s:5:\"width\";i:177;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-a-2-66x55.png\";s:5:\"width\";i:66;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"slide-a-2-200x26.png\";s:5:\"width\";i:200;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:20:\"slide-a-2-400x52.png\";s:5:\"width\";i:400;s:6:\"height\";i:52;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:{}}}'),(6997,1642,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-3.png'),(6998,1642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:260;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-a-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-a-3-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-a-3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-a-3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-a-3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-a-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-a-3-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-a-3-400x227.png\";s:5:\"width\";i:400;s:6:\"height\";i:227;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:{}}}'),(6999,1643,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-4.png'),(7000,1643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:260;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-a-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-a-4-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-a-4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-a-4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-a-4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-a-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-a-4-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-a-4-400x227.png\";s:5:\"width\";i:400;s:6:\"height\";i:227;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:{}}}'),(7001,1644,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-5.png'),(7002,1644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:354;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-5.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-a-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-a-5-264x300.png\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-a-5-311x272.png\";s:5:\"width\";i:311;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-a-5-311x202.png\";s:5:\"width\";i:311;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-a-5-311x272.png\";s:5:\"width\";i:311;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-a-5-311x295.png\";s:5:\"width\";i:311;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-a-5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-a-5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-a-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-a-5-200x228.png\";s:5:\"width\";i:200;s:6:\"height\";i:228;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:{}}}'),(7003,1645,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-a-6.png'),(7004,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:33;s:6:\"height\";i:33;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-a-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7005,1646,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-1.png'),(7006,1646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1510;s:6:\"height\";i:1208;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-1.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-b-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-b-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide-b-1-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide-b-1-1024x819.png\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-b-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-b-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-b-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-b-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-b-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-b-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-b-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-b-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-b-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-b-1-200x160.png\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-b-1-400x320.png\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"slide-b-1-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"slide-b-1-800x640.png\";s:5:\"width\";i:800;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:22:\"slide-b-1-1200x960.png\";s:5:\"width\";i:1200;s:6:\"height\";i:960;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:{}}}'),(7007,1647,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-2.png'),(7008,1647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:549;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-b-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-b-2-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide-b-2-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide-b-2-1024x499.png\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-b-2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-b-2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-b-2-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-b-2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-b-2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-b-2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-b-2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-b-2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-b-2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"slide-b-2-200x98.png\";s:5:\"width\";i:200;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-b-2-400x195.png\";s:5:\"width\";i:400;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"slide-b-2-600x293.png\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"slide-b-2-800x390.png\";s:5:\"width\";i:800;s:6:\"height\";i:390;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:{}}}'),(7009,1648,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-3.png'),(7010,1648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:729;s:6:\"height\";i:476;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-3.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-b-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-b-3-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-b-3-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-b-3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-b-3-729x400.png\";s:5:\"width\";i:729;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-b-3-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-b-3-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-b-3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-b-3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-b-3-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-b-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-b-3-200x131.png\";s:5:\"width\";i:200;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-b-3-400x261.png\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"slide-b-3-600x392.png\";s:5:\"width\";i:600;s:6:\"height\";i:392;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:{}}}'),(7011,1649,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-4.png'),(7012,1649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:533;s:6:\"height\";i:455;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-4.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-b-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-b-4-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-b-4-533x272.png\";s:5:\"width\";i:533;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-b-4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-b-4-533x400.png\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-b-4-533x272.png\";s:5:\"width\";i:533;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-b-4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-b-4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-b-4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-b-4-533x441.png\";s:5:\"width\";i:533;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-b-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-b-4-200x171.png\";s:5:\"width\";i:200;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"slide-b-4-400x341.png\";s:5:\"width\";i:400;s:6:\"height\";i:341;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:{}}}'),(7013,1650,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-5.png'),(7014,1650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:442;s:4:\"file\";s:62:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-5.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-b-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide-b-5-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"slide-b-5-369x272.png\";s:5:\"width\";i:369;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"slide-b-5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"slide-b-5-369x400.png\";s:5:\"width\";i:369;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"slide-b-5-369x272.png\";s:5:\"width\";i:369;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"slide-b-5-369x295.png\";s:5:\"width\";i:369;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"slide-b-5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"slide-b-5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"slide-b-5-369x441.png\";s:5:\"width\";i:369;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-b-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"slide-b-5-200x240.png\";s:5:\"width\";i:200;s:6:\"height\";i:240;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:{}}}'),(7015,1651,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-b-bg.jpg'),(7016,1651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:63:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-b-bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"slide-b-bg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"slide-b-bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"slide-b-bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"slide-b-bg-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"slide-b-bg-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"slide-b-bg-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"slide-b-bg-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"slide-b-bg-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(7017,1652,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-1.png'),(7018,1652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-1.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-1-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7019,1653,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-2.png'),(7020,1653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-2.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-2-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7021,1654,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-3.png'),(7022,1654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-3.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-3-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7023,1655,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-4.png'),(7024,1655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-4.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-4-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7025,1656,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-5.png'),(7026,1656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-5.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-5-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7027,1657,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-6.png'),(7028,1657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-6.png\";s:5:\"sizes\";a:2:{s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"slide-d-5-6-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-d-5-6-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7029,1658,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/vimeo-color.png'),(7030,1658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:64:\"layerslider/LayerSlider-5-responsive-demo-slider/vimeo-color.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"vimeo-color-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7031,1659,'_wp_attached_file','layerslider/LayerSlider-5-responsive-demo-slider/youtube-color.png'),(7032,1659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:66:\"layerslider/LayerSlider-5-responsive-demo-slider/youtube-color.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"youtube-color-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7041,1661,'FB_content',''),(7054,1662,'FB_content',''),(7076,1663,'FB_content',''),(7089,1664,'FB_content',''),(7090,611,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7091,611,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(7092,611,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7093,611,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7102,1665,'FB_content',''),(7115,1666,'FB_content',''),(7120,1350,'_edit_lock','1472845004:1'),(7121,1350,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:303;s:6:\"height\";i:44;s:4:\"file\";s:45:\"crosspoint-long-400-pixels-e1412219830863.png\";}s:18:\"full-1472845131296\";a:3:{s:5:\"width\";i:172;s:6:\"height\";i:25;s:4:\"file\";s:45:\"crosspoint-long-400-pixels-e1472844609203.png\";}}'),(7122,1350,'_edit_last','1'),(7137,1670,'_wp_attached_file','2016/09/crosspoint-long-250-pixels.png'),(7138,1670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:36;s:4:\"file\";s:38:\"2016/09/crosspoint-long-250-pixels.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"crosspoint-long-250-pixels-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"crosspoint-long-250-pixels-177x36.png\";s:5:\"width\";i:177;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:36:\"crosspoint-long-250-pixels-66x36.png\";s:5:\"width\";i:66;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:37:\"crosspoint-long-250-pixels-200x29.png\";s:5:\"width\";i:200;s:6:\"height\";i:29;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:{}}}'),(7139,1671,'FB_content',''),(7140,1672,'_edit_last','1'),(7141,1672,'_edit_lock','1492890852:1'),(7145,1672,'slide_template','default'),(7185,1674,'FB_content',''),(7200,1676,'_wp_attached_file','2016/09/Nazarene-Logo-Background-1280-x-720.jpg'),(7201,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1276;s:6:\"height\";i:597;s:4:\"file\";s:47:\"2016/09/Nazarene-Logo-Background-1280-x-720.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-768x359.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Nazarene-Logo-Background-1280-x-720-1024x479.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:45:\"Nazarene-Logo-Background-1280-x-720-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:46:\"Nazarene-Logo-Background-1280-x-720-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-400x187.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1280-x-720-800x374.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:48:\"Nazarene-Logo-Background-1280-x-720-1200x561.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:561;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:\"1470671286\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7202,1672,'_thumbnail_id','1882'),(7211,1677,'FB_content',''),(7224,1671,'FB_content',''),(7225,1383,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_0525.jpg\";}}'),(7226,1678,'_wp_attached_file','2016/07/Picture1.png'),(7227,1678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:94;s:4:\"file\";s:20:\"2016/07/Picture1.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"Picture1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(7336,1684,'_wp_attached_file','2016/07/September-4-2016.pdf'),(7345,1685,'FB_content',''),(7350,1687,'_wp_attached_file','2016/07/September-11-2016.pdf'),(7360,1688,'FB_content',''),(7366,1690,'_wp_attached_file','2016/07/September-18-2016.pdf'),(7367,1691,'_wp_attached_file','2016/07/September-252016.pdf'),(7376,1692,'FB_content',''),(7390,1693,'FB_content',''),(7395,1695,'_wp_attached_file','2016/07/October-2-2016.pdf'),(7405,1697,'FB_content',''),(7413,1699,'_wp_attached_file','2016/07/October-9-2016.pdf'),(7422,1700,'FB_content',''),(7427,1702,'_wp_attached_file','2016/07/October-16-2016.pdf'),(7437,1703,'FB_content',''),(7442,1704,'_wp_attached_file','2016/07/October-23-2016.pdf'),(7452,1705,'FB_content',''),(7457,1707,'_wp_attached_file','2016/07/October302016.pdf'),(7466,1708,'FB_content',''),(7471,1709,'_wp_attached_file','2016/07/november62016.pdf'),(7481,1710,'FB_content',''),(7486,1713,'_wp_attached_file','2016/07/November132016.pdf'),(7496,1714,'FB_content',''),(7501,1715,'_wp_attached_file','2016/07/November202016.pdf'),(7511,1716,'FB_content',''),(7516,1718,'_wp_attached_file','2016/07/december-42016.pdf'),(7517,1719,'_wp_attached_file','2016/07/november-2702016.pdf'),(7527,1720,'FB_content',''),(7540,1721,'FB_content',''),(7547,1722,'_wp_attached_file','2016/07/December-112016.pdf'),(7557,1723,'FB_content',''),(7562,1725,'_wp_attached_file','2015/06/Christmas-Eve-Invite-card.png'),(7563,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:637;s:4:\"file\";s:37:\"2015/06/Christmas-Eve-Invite-card.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-825x400.png\";s:5:\"width\";i:825;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"Christmas-Eve-Invite-card-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-200x154.png\";s:5:\"width\";i:200;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-400x309.png\";s:5:\"width\";i:400;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-600x463.png\";s:5:\"width\";i:600;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:37:\"Christmas-Eve-Invite-card-800x618.png\";s:5:\"width\";i:800;s:6:\"height\";i:618;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:{}}}'),(7572,1726,'FB_content',''),(7577,1728,'_wp_attached_file','2016/07/December-182016.pdf'),(7587,1729,'FB_content',''),(7592,1731,'_wp_attached_file','2016/07/January-12016.pdf'),(7601,1732,'FB_content',''),(7606,1733,'_wp_attached_file','2016/07/January-12017.pdf'),(7616,1734,'FB_content',''),(7629,1736,'FB_content',''),(7642,1737,'FB_content',''),(7647,1738,'_wp_attached_file','2016/07/January-82016.pdf'),(7656,1739,'FB_content',''),(7661,1741,'_wp_attached_file','2016/07/January-152017.pdf'),(7670,1742,'FB_content',''),(7683,1743,'FB_content',''),(7688,1745,'_wp_attached_file','2016/07/January-222017.pdf'),(7698,1746,'FB_content',''),(7703,1748,'_wp_attached_file','2016/07/January-292017.pdf'),(7712,1749,'FB_content',''),(7725,1751,'FB_content',''),(7739,1753,'FB_content',''),(7747,1468,'fusion_builder_content_backup','<header>\r\n<h1 class=\"page-title\">Youth</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe Youth Ministry at CrossPoint is for students in 6th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.\r\n\r\nWe understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.\r\n\r\n</div>'),(7748,1468,'fusion_builder_converted','yes'),(7751,1458,'fusion_builder_content_backup','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler  (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary  (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554.  We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text]'),(7752,1755,'FB_content',''),(7753,1458,'fusion_builder_converted','yes'),(7754,1448,'fusion_builder_content_backup','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>'),(7755,1448,'fusion_builder_converted','yes'),(7756,1441,'fusion_builder_content_backup','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>'),(7757,1441,'fusion_builder_converted','yes'),(7758,1354,'fusion_builder_content_backup','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]'),(7759,1756,'FB_content',''),(7760,1354,'fusion_builder_converted','yes'),(7767,847,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]'),(7768,1759,'FB_content',''),(7769,847,'fusion_builder_converted','yes'),(7773,611,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fullwidth]'),(7774,1761,'FB_content',''),(7775,611,'fusion_builder_converted','yes'),(7776,609,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/about-us/what-is-a-nazarene/attachment/dove_logo-3/\" rel=\"attachment wp-att-33\"><img class=\"alignright size-medium wp-image-33\" title=\"dove_logo\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg\" sizes=\"(max-width: 181px) 100vw, 181px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg 181w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2.jpg 194w\" alt=\"\" width=\"181\" height=\"300\" /></a>\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fullwidth]'),(7777,1762,'FB_content',''),(7778,609,'fusion_builder_converted','yes'),(7782,40,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]'),(7783,1764,'FB_content',''),(7784,40,'fusion_builder_converted','yes'),(7788,12,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth]'),(7789,1766,'FB_content',''),(7790,12,'fusion_builder_converted','yes'),(7791,644,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\n&nbsp;'),(7792,644,'fusion_builder_converted','yes'),(7793,649,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.'),(7794,1767,'FB_content',''),(7795,649,'fusion_builder_converted','yes'),(7796,651,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.'),(7797,1768,'FB_content',''),(7798,651,'fusion_builder_converted','yes'),(7799,653,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.'),(7800,1769,'FB_content',''),(7801,653,'fusion_builder_converted','yes'),(7802,655,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.'),(7803,1770,'FB_content',''),(7804,655,'fusion_builder_converted','yes'),(7805,665,'fusion_builder_content_backup','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.'),(7806,1771,'FB_content',''),(7807,665,'fusion_builder_converted','yes'),(7808,1772,'_wp_attached_file','2016/07/adobe-reader.png'),(7809,1772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2016/07/adobe-reader.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"adobe-reader-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"adobe-reader-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"adobe-reader-512x272.png\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"adobe-reader-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"adobe-reader-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"adobe-reader-512x272.png\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"adobe-reader-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"adobe-reader-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"adobe-reader-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"adobe-reader-512x441.png\";s:5:\"width\";i:512;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"adobe-reader-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:24:\"adobe-reader-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:24:\"adobe-reader-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(7951,1777,'_wp_attached_file','2016/07/February-52017.pdf'),(8021,1782,'_wp_attached_file','2016/07/February-12-2017.pdf'),(8022,1783,'_wp_attached_file','2016/07/February-19-2017.pdf'),(8023,1784,'_wp_attached_file','2016/07/February-26-2017.pdf'),(8024,1786,'_wp_attached_file','2016/07/March-5-2017.pdf'),(8090,1788,'_wp_attached_file','2016/07/March-12-2017.pdf'),(8156,1792,'_wp_attached_file','2016/07/March-19-2017.pdf'),(9208,1448,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(9209,1448,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(9210,1448,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(9211,1448,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(9212,1448,'pyre_slider_type','flex'),(9213,1448,'pyre_slider','0'),(9214,1448,'pyre_wooslider','nazarene-link'),(9215,1448,'pyre_revslider','0'),(9216,1448,'pyre_elasticslider','0'),(9217,1448,'pyre_slider_position','default'),(9218,1448,'pyre_avada_rev_styles','default'),(9219,1448,'pyre_fallback',''),(9220,1448,'pyre_demo_slider',''),(9221,1448,'pyre_main_top_padding',''),(9222,1448,'pyre_main_bottom_padding',''),(9223,1448,'pyre_hundredp_padding',''),(9224,1448,'pyre_show_first_featured_image','no'),(9225,1448,'pyre_display_header','yes'),(9226,1448,'pyre_header_100_width','default'),(9227,1448,'pyre_header_bg_color',''),(9228,1448,'pyre_header_bg_opacity',''),(9229,1448,'pyre_header_bg',''),(9230,1448,'pyre_header_bg_full','no'),(9231,1448,'pyre_header_bg_repeat','repeat'),(9232,1448,'pyre_displayed_menu','default'),(9233,1448,'pyre_display_footer','default'),(9234,1448,'pyre_display_copyright','default'),(9235,1448,'pyre_footer_100_width','default'),(9236,1448,'pyre_sidebar_position','default'),(9237,1448,'pyre_sidebar_bg_color',''),(9238,1448,'pyre_page_bg_layout','default'),(9239,1448,'pyre_page_bg_color',''),(9240,1448,'pyre_page_bg',''),(9241,1448,'pyre_page_bg_full','no'),(9242,1448,'pyre_page_bg_repeat','repeat'),(9243,1448,'pyre_wide_page_bg_color',''),(9244,1448,'pyre_wide_page_bg',''),(9245,1448,'pyre_wide_page_bg_full','no'),(9246,1448,'pyre_wide_page_bg_repeat','repeat'),(9247,1448,'pyre_page_title','default'),(9248,1448,'pyre_page_title_breadcrumbs_search_bar','default'),(9249,1448,'pyre_page_title_text','default'),(9250,1448,'pyre_page_title_text_alignment','default'),(9251,1448,'pyre_page_title_custom_text',''),(9252,1448,'pyre_page_title_text_size',''),(9253,1448,'pyre_page_title_custom_subheader',''),(9254,1448,'pyre_page_title_custom_subheader_text_size',''),(9255,1448,'pyre_page_title_font_color',''),(9256,1448,'pyre_page_title_100_width','default'),(9257,1448,'pyre_page_title_height',''),(9258,1448,'pyre_page_title_mobile_height',''),(9259,1448,'pyre_page_title_bar_bg_color',''),(9260,1448,'pyre_page_title_bar_borders_color',''),(9261,1448,'pyre_page_title_bar_bg',''),(9262,1448,'pyre_page_title_bar_bg_retina',''),(9263,1448,'pyre_page_title_bar_bg_full','default'),(9264,1448,'pyre_page_title_bg_parallax','default'),(10196,1462,'pyre_slider_type','flex'),(10197,1462,'pyre_slider','0'),(10198,1462,'pyre_wooslider','smallgroups'),(10199,1462,'pyre_revslider','0'),(10200,1462,'pyre_elasticslider','0'),(10201,1462,'pyre_slider_position','default'),(10202,1462,'pyre_avada_rev_styles','default'),(10203,1462,'pyre_fallback',''),(10204,1462,'pyre_demo_slider',''),(10205,1462,'pyre_main_top_padding','5px'),(10206,1462,'pyre_main_bottom_padding',''),(10207,1462,'pyre_hundredp_padding',''),(10208,1462,'pyre_show_first_featured_image','no'),(10209,1462,'pyre_display_header','yes'),(10210,1462,'pyre_header_100_width','default'),(10211,1462,'pyre_header_bg_color',''),(10212,1462,'pyre_header_bg_opacity',''),(10213,1462,'pyre_header_bg',''),(10214,1462,'pyre_header_bg_full','no'),(10215,1462,'pyre_header_bg_repeat','repeat'),(10216,1462,'pyre_displayed_menu','default'),(10217,1462,'pyre_display_footer','default'),(10218,1462,'pyre_display_copyright','default'),(10219,1462,'pyre_footer_100_width','default'),(10220,1462,'pyre_sidebar_position','default'),(10221,1462,'pyre_sidebar_bg_color',''),(10222,1462,'pyre_page_bg_layout','default'),(10223,1462,'pyre_page_bg_color',''),(10224,1462,'pyre_page_bg',''),(10225,1462,'pyre_page_bg_full','no'),(10226,1462,'pyre_page_bg_repeat','repeat'),(10227,1462,'pyre_wide_page_bg_color',''),(10228,1462,'pyre_wide_page_bg',''),(10229,1462,'pyre_wide_page_bg_full','no'),(10230,1462,'pyre_wide_page_bg_repeat','repeat'),(10231,1462,'pyre_page_title','default'),(10232,1462,'pyre_page_title_breadcrumbs_search_bar','default'),(10233,1462,'pyre_page_title_text','default'),(10234,1462,'pyre_page_title_text_alignment','default'),(10235,1462,'pyre_page_title_custom_text',''),(10236,1462,'pyre_page_title_text_size',''),(10237,1462,'pyre_page_title_custom_subheader',''),(10238,1462,'pyre_page_title_custom_subheader_text_size',''),(10239,1462,'pyre_page_title_font_color',''),(10240,1462,'pyre_page_title_100_width','default'),(10241,1462,'pyre_page_title_height',''),(10242,1462,'pyre_page_title_mobile_height',''),(10243,1462,'pyre_page_title_bar_bg_color',''),(10244,1462,'pyre_page_title_bar_borders_color',''),(10245,1462,'pyre_page_title_bar_bg',''),(10246,1462,'pyre_page_title_bar_bg_retina',''),(10247,1462,'pyre_page_title_bar_bg_full','default'),(10248,1462,'pyre_page_title_bg_parallax','default'),(10249,1462,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10250,1462,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(10251,1462,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10252,1462,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10253,1830,'_wp_old_slug','home-cloned'),(10283,1830,'_edit_lock','1521221680:1'),(10284,1830,'_edit_last','1'),(10285,1830,'slide_template','default'),(10288,1830,'_thumbnail_id','1831'),(10289,1831,'_wp_attached_file','2017/03/Easter-And-Cross-Web-Banner-1920-x-850-px.jpg'),(10290,1831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1133;s:4:\"file\";s:53:\"2017/03/Easter-And-Cross-Web-Banner-1920-x-850-px.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Easter-And-Cross-Web-Banner-1920-x-850-px-1024x453.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:51:\"Easter-And-Cross-Web-Banner-1920-x-850-px-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:52:\"Easter-And-Cross-Web-Banner-1920-x-850-px-200x89.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-400x177.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:53:\"Easter-And-Cross-Web-Banner-1920-x-850-px-800x354.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:54:\"Easter-And-Cross-Web-Banner-1920-x-850-px-1200x531.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:531;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:{}}}'),(10355,1830,'_wp_old_slug','home-3'),(10390,1830,'pyre_type','image'),(10391,1830,'pyre_youtube_id',''),(10392,1830,'pyre_vimeo_id',''),(10393,1830,'pyre_webm',''),(10394,1830,'pyre_mp4',''),(10395,1830,'pyre_ogv',''),(10396,1830,'pyre_preview_image',''),(10397,1830,'pyre_aspect_ratio',''),(10398,1830,'pyre_video_display','cover'),(10399,1830,'pyre_video_bg_color',''),(10400,1830,'pyre_mute_video','yes'),(10401,1830,'pyre_autoplay_video','yes'),(10402,1830,'pyre_loop_video','yes'),(10403,1830,'pyre_hide_video_controls','yes'),(10404,1830,'pyre_content_alignment','center'),(10405,1830,'pyre_heading',''),(10406,1830,'pyre_heading_separator','none'),(10407,1830,'pyre_heading_font_size','40'),(10408,1830,'pyre_heading_color','#FFFFFF'),(10409,1830,'pyre_heading_bg','no'),(10410,1830,'pyre_heading_bg_color',''),(10411,1830,'pyre_caption',''),(10412,1830,'pyre_caption_separator','none'),(10413,1830,'pyre_caption_font_size',''),(10414,1830,'pyre_caption_color',''),(10415,1830,'pyre_caption_bg','yes'),(10416,1830,'pyre_caption_bg_color',''),(10417,1830,'pyre_link_type','button'),(10418,1830,'pyre_slide_link',''),(10419,1830,'pyre_slide_target','yes'),(10420,1830,'pyre_button_1',''),(10421,1830,'pyre_button_2',''),(12059,847,'pyre_slider_type','no'),(12060,847,'pyre_slider','0'),(12061,847,'pyre_wooslider','0'),(12062,847,'pyre_revslider','0'),(12063,847,'pyre_elasticslider','0'),(12064,847,'pyre_slider_position','default'),(12065,847,'pyre_avada_rev_styles','default'),(12066,847,'pyre_fallback',''),(12067,847,'pyre_demo_slider',''),(12068,847,'pyre_main_top_padding','0px'),(12069,847,'pyre_main_bottom_padding','0px'),(12070,847,'pyre_hundredp_padding','0px'),(12071,847,'pyre_show_first_featured_image','no'),(12072,847,'pyre_display_header','yes'),(12073,847,'pyre_header_100_width','default'),(12074,847,'pyre_header_bg_color',''),(12075,847,'pyre_header_bg_opacity',''),(12076,847,'pyre_header_bg',''),(12077,847,'pyre_header_bg_full','no'),(12078,847,'pyre_header_bg_repeat','repeat'),(12079,847,'pyre_displayed_menu','default'),(12080,847,'pyre_display_footer','default'),(12081,847,'pyre_display_copyright','default'),(12082,847,'pyre_footer_100_width','default'),(12083,847,'pyre_sidebar_position','right'),(12084,847,'pyre_sidebar_bg_color',''),(12085,847,'pyre_page_bg_layout','default'),(12086,847,'pyre_page_bg_color',''),(12087,847,'pyre_page_bg',''),(12088,847,'pyre_page_bg_full','yes'),(12089,847,'pyre_page_bg_repeat','repeat'),(12090,847,'pyre_wide_page_bg_color',''),(12091,847,'pyre_wide_page_bg',''),(12092,847,'pyre_wide_page_bg_full','no'),(12093,847,'pyre_wide_page_bg_repeat','repeat'),(12094,847,'pyre_page_title','default'),(12095,847,'pyre_page_title_breadcrumbs_search_bar','default'),(12096,847,'pyre_page_title_text','default'),(12097,847,'pyre_page_title_text_alignment','default'),(12098,847,'pyre_page_title_custom_text',''),(12099,847,'pyre_page_title_text_size',''),(12100,847,'pyre_page_title_custom_subheader',''),(12101,847,'pyre_page_title_custom_subheader_text_size',''),(12102,847,'pyre_page_title_font_color',''),(12103,847,'pyre_page_title_100_width','default'),(12104,847,'pyre_page_title_height',''),(12105,847,'pyre_page_title_mobile_height',''),(12106,847,'pyre_page_title_bar_bg_color',''),(12107,847,'pyre_page_title_bar_borders_color',''),(12108,847,'pyre_page_title_bar_bg',''),(12109,847,'pyre_page_title_bar_bg_retina',''),(12110,847,'pyre_page_title_bar_bg_full','default'),(12111,847,'pyre_page_title_bg_parallax','default'),(12124,847,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(12125,847,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(12126,847,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(12127,847,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(12282,1354,'pyre_slider_type','flex'),(12283,1354,'pyre_slider','0'),(12284,1354,'pyre_wooslider','what-to-expect'),(12285,1354,'pyre_revslider','0'),(12286,1354,'pyre_elasticslider','0'),(12287,1354,'pyre_slider_position','default'),(12288,1354,'pyre_avada_rev_styles','default'),(12289,1354,'pyre_fallback',''),(12290,1354,'pyre_demo_slider',''),(12291,1354,'pyre_main_top_padding','5px'),(12292,1354,'pyre_main_bottom_padding',''),(12293,1354,'pyre_hundredp_padding',''),(12294,1354,'pyre_show_first_featured_image','no'),(12295,1354,'pyre_display_header','yes'),(12296,1354,'pyre_header_100_width','default'),(12297,1354,'pyre_header_bg_color',''),(12298,1354,'pyre_header_bg_opacity',''),(12299,1354,'pyre_header_bg',''),(12300,1354,'pyre_header_bg_full','no'),(12301,1354,'pyre_header_bg_repeat','repeat'),(12302,1354,'pyre_displayed_menu','default'),(12303,1354,'pyre_display_footer','default'),(12304,1354,'pyre_display_copyright','default'),(12305,1354,'pyre_footer_100_width','default'),(12306,1354,'pyre_sidebar_position','default'),(12307,1354,'pyre_sidebar_bg_color',''),(12308,1354,'pyre_page_bg_layout','default'),(12309,1354,'pyre_page_bg_color',''),(12310,1354,'pyre_page_bg',''),(12311,1354,'pyre_page_bg_full','no'),(12312,1354,'pyre_page_bg_repeat','repeat'),(12313,1354,'pyre_wide_page_bg_color',''),(12314,1354,'pyre_wide_page_bg',''),(12315,1354,'pyre_wide_page_bg_full','no'),(12316,1354,'pyre_wide_page_bg_repeat','repeat'),(12317,1354,'pyre_page_title','default'),(12318,1354,'pyre_page_title_breadcrumbs_search_bar','default'),(12319,1354,'pyre_page_title_text','default'),(12320,1354,'pyre_page_title_text_alignment','default'),(12321,1354,'pyre_page_title_custom_text',''),(12322,1354,'pyre_page_title_text_size',''),(12323,1354,'pyre_page_title_custom_subheader',''),(12324,1354,'pyre_page_title_custom_subheader_text_size',''),(12325,1354,'pyre_page_title_font_color',''),(12326,1354,'pyre_page_title_100_width','default'),(12327,1354,'pyre_page_title_height',''),(12328,1354,'pyre_page_title_mobile_height',''),(12329,1354,'pyre_page_title_bar_bg_color',''),(12330,1354,'pyre_page_title_bar_borders_color',''),(12331,1354,'pyre_page_title_bar_bg',''),(12332,1354,'pyre_page_title_bar_bg_retina',''),(12333,1354,'pyre_page_title_bar_bg_full','default'),(12334,1354,'pyre_page_title_bg_parallax','default'),(12530,1868,'_wp_attached_file','2016/07/March-26-2017.pdf'),(12596,1871,'_wp_attached_file','2016/07/April-2-2017.pdf'),(12662,1873,'_wp_attached_file','2016/07/April-9-2017.pdf'),(12728,1876,'_wp_attached_file','2016/07/April-16-2017.pdf'),(13005,40,'pyre_slider_type','flex'),(13006,40,'pyre_slider','0'),(13007,40,'pyre_wooslider','home'),(13008,40,'pyre_revslider','0'),(13009,40,'pyre_elasticslider','0'),(13010,40,'pyre_slider_position','default'),(13011,40,'pyre_avada_rev_styles','default'),(13012,40,'pyre_fallback','https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_0514-1024x683-1024x683-1.jpg'),(13013,40,'pyre_demo_slider',''),(13014,40,'pyre_main_top_padding','0px'),(13015,40,'pyre_main_bottom_padding','0px'),(13016,40,'pyre_hundredp_padding','0px'),(13017,40,'pyre_show_first_featured_image','no'),(13018,40,'pyre_display_header','yes'),(13019,40,'pyre_header_100_width','default'),(13020,40,'pyre_header_bg_color',''),(13021,40,'pyre_header_bg_opacity',''),(13022,40,'pyre_header_bg',''),(13023,40,'pyre_header_bg_full','no'),(13024,40,'pyre_header_bg_repeat','repeat'),(13025,40,'pyre_displayed_menu','21'),(13026,40,'pyre_display_footer','default'),(13027,40,'pyre_display_copyright','default'),(13028,40,'pyre_footer_100_width','default'),(13029,40,'pyre_sidebar_position','default'),(13030,40,'pyre_sidebar_bg_color',''),(13031,40,'pyre_page_bg_layout','default'),(13032,40,'pyre_page_bg_color',''),(13033,40,'pyre_page_bg','https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/church_bkgd-compressor.jpg'),(13034,40,'pyre_page_bg_full','yes'),(13035,40,'pyre_page_bg_repeat','no-repeat'),(13036,40,'pyre_wide_page_bg_color',''),(13037,40,'pyre_wide_page_bg',''),(13038,40,'pyre_wide_page_bg_full','no'),(13039,40,'pyre_wide_page_bg_repeat','repeat'),(13040,40,'pyre_page_title','default'),(13041,40,'pyre_page_title_breadcrumbs_search_bar','default'),(13042,40,'pyre_page_title_text','default'),(13043,40,'pyre_page_title_text_alignment','default'),(13044,40,'pyre_page_title_custom_text',''),(13045,40,'pyre_page_title_text_size',''),(13046,40,'pyre_page_title_custom_subheader',''),(13047,40,'pyre_page_title_custom_subheader_text_size',''),(13048,40,'pyre_page_title_font_color',''),(13049,40,'pyre_page_title_100_width','default'),(13050,40,'pyre_page_title_height',''),(13051,40,'pyre_page_title_mobile_height',''),(13052,40,'pyre_page_title_bar_bg_color',''),(13053,40,'pyre_page_title_bar_borders_color',''),(13054,40,'pyre_page_title_bar_bg',''),(13055,40,'pyre_page_title_bar_bg_retina',''),(13056,40,'pyre_page_title_bar_bg_full','default'),(13057,40,'pyre_page_title_bg_parallax','default'),(13106,609,'pyre_slider_type','flex'),(13107,609,'pyre_slider','0'),(13108,609,'pyre_wooslider','what-is-a-nazarene'),(13109,609,'pyre_revslider','0'),(13110,609,'pyre_elasticslider','0'),(13111,609,'pyre_slider_position','default'),(13112,609,'pyre_avada_rev_styles','default'),(13113,609,'pyre_fallback',''),(13114,609,'pyre_demo_slider',''),(13115,609,'pyre_main_top_padding',''),(13116,609,'pyre_main_bottom_padding','0px'),(13117,609,'pyre_hundredp_padding','0px'),(13118,609,'pyre_show_first_featured_image','no'),(13119,609,'pyre_display_header','yes'),(13120,609,'pyre_header_100_width','default'),(13121,609,'pyre_header_bg_color',''),(13122,609,'pyre_header_bg_opacity',''),(13123,609,'pyre_header_bg',''),(13124,609,'pyre_header_bg_full','no'),(13125,609,'pyre_header_bg_repeat','repeat'),(13126,609,'pyre_displayed_menu','default'),(13127,609,'pyre_display_footer','default'),(13128,609,'pyre_display_copyright','default'),(13129,609,'pyre_footer_100_width','default'),(13130,609,'pyre_sidebar_position','default'),(13131,609,'pyre_sidebar_bg_color',''),(13132,609,'pyre_page_bg_layout','default'),(13133,609,'pyre_page_bg_color',''),(13134,609,'pyre_page_bg',''),(13135,609,'pyre_page_bg_full','yes'),(13136,609,'pyre_page_bg_repeat','repeat'),(13137,609,'pyre_wide_page_bg_color',''),(13138,609,'pyre_wide_page_bg',''),(13139,609,'pyre_wide_page_bg_full','no'),(13140,609,'pyre_wide_page_bg_repeat','repeat'),(13141,609,'pyre_page_title','default'),(13142,609,'pyre_page_title_breadcrumbs_search_bar','default'),(13143,609,'pyre_page_title_text','default'),(13144,609,'pyre_page_title_text_alignment','default'),(13145,609,'pyre_page_title_custom_text',''),(13146,609,'pyre_page_title_text_size',''),(13147,609,'pyre_page_title_custom_subheader',''),(13148,609,'pyre_page_title_custom_subheader_text_size',''),(13149,609,'pyre_page_title_font_color',''),(13150,609,'pyre_page_title_100_width','default'),(13151,609,'pyre_page_title_height',''),(13152,609,'pyre_page_title_mobile_height',''),(13153,609,'pyre_page_title_bar_bg_color',''),(13154,609,'pyre_page_title_bar_borders_color',''),(13155,609,'pyre_page_title_bar_bg',''),(13156,609,'pyre_page_title_bar_bg_retina',''),(13157,609,'pyre_page_title_bar_bg_full','default'),(13158,609,'pyre_page_title_bg_parallax','default'),(13159,1882,'_wp_attached_file','2016/09/Nazarene-Logo-Background-1024-x-768-1-e1492890806944.jpg'),(13160,1882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:500;s:4:\"file\";s:64:\"2016/09/Nazarene-Logo-Background-1024-x-768-1-e1492890806944.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Nazarene-Logo-Background-1024-x-768-1-1024x529.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:47:\"Nazarene-Logo-Background-1024-x-768-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-400x207.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-600x310.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:49:\"Nazarene-Logo-Background-1024-x-768-1-800x413.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:413;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:\"1470671286\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(13225,1882,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:529;s:4:\"file\";s:41:\"Nazarene-Logo-Background-1024-x-768-1.jpg\";}}'),(13226,1672,'pyre_type','image'),(13227,1672,'pyre_youtube_id',''),(13228,1672,'pyre_vimeo_id',''),(13229,1672,'pyre_webm',''),(13230,1672,'pyre_mp4',''),(13231,1672,'pyre_ogv',''),(13232,1672,'pyre_preview_image',''),(13233,1672,'pyre_aspect_ratio',''),(13234,1672,'pyre_video_display','cover'),(13235,1672,'pyre_video_bg_color',''),(13236,1672,'pyre_mute_video','yes'),(13237,1672,'pyre_autoplay_video','yes'),(13238,1672,'pyre_loop_video','yes'),(13239,1672,'pyre_hide_video_controls','yes'),(13240,1672,'pyre_content_alignment','center'),(13241,1672,'pyre_heading',''),(13242,1672,'pyre_heading_separator','none'),(13243,1672,'pyre_heading_font_size',''),(13244,1672,'pyre_heading_color',''),(13245,1672,'pyre_heading_bg','yes'),(13246,1672,'pyre_heading_bg_color',''),(13247,1672,'pyre_caption',''),(13248,1672,'pyre_caption_separator','none'),(13249,1672,'pyre_caption_font_size',''),(13250,1672,'pyre_caption_color',''),(13251,1672,'pyre_caption_bg','yes'),(13252,1672,'pyre_caption_bg_color',''),(13253,1672,'pyre_link_type','button'),(13254,1672,'pyre_slide_link',''),(13255,1672,'pyre_slide_target','yes'),(13256,1672,'pyre_button_1',''),(13257,1672,'pyre_button_2',''),(13258,1883,'_wp_attached_file','2016/07/042317-bulletin.pdf'),(13324,1886,'_wp_attached_file','2016/07/April-30-2017.pdf'),(13390,1888,'_wp_attached_file','2016/07/May-7-2017.pdf'),(13488,1893,'_wp_attached_file','2016/07/May-21-2017.pdf'),(13489,1894,'_wp_attached_file','2016/07/May-28-2017.pdf'),(13490,1895,'_wp_attached_file','2016/07/May-14-2017.pdf'),(14976,1920,'_wp_attached_file','2016/07/June-11-2017.pdf'),(15253,12,'pyre_slider_type','flex'),(15254,12,'pyre_slider','0'),(15255,12,'pyre_wooslider','give'),(15256,12,'pyre_revslider','0'),(15257,12,'pyre_elasticslider','0'),(15258,12,'pyre_slider_position','default'),(15259,12,'pyre_avada_rev_styles','default'),(15260,12,'pyre_fallback',''),(15261,12,'pyre_demo_slider',''),(15262,12,'pyre_main_top_padding','0px'),(15263,12,'pyre_main_bottom_padding','0px'),(15264,12,'pyre_hundredp_padding','0px'),(15265,12,'pyre_show_first_featured_image','no'),(15266,12,'pyre_display_header','yes'),(15267,12,'pyre_header_100_width','default'),(15268,12,'pyre_header_bg_color',''),(15269,12,'pyre_header_bg_opacity',''),(15270,12,'pyre_header_bg',''),(15271,12,'pyre_header_bg_full','no'),(15272,12,'pyre_header_bg_repeat','repeat'),(15273,12,'pyre_displayed_menu','default'),(15274,12,'pyre_display_footer','default'),(15275,12,'pyre_display_copyright','default'),(15276,12,'pyre_footer_100_width','default'),(15277,12,'pyre_sidebar_position','default'),(15278,12,'pyre_sidebar_bg_color',''),(15279,12,'pyre_page_bg_layout','default'),(15280,12,'pyre_page_bg_color',''),(15281,12,'pyre_page_bg','https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/give_bkgd-compressor.jpg'),(15282,12,'pyre_page_bg_full','yes'),(15283,12,'pyre_page_bg_repeat','no-repeat'),(15284,12,'pyre_wide_page_bg_color',''),(15285,12,'pyre_wide_page_bg',''),(15286,12,'pyre_wide_page_bg_full','no'),(15287,12,'pyre_wide_page_bg_repeat','repeat'),(15288,12,'pyre_page_title','default'),(15289,12,'pyre_page_title_breadcrumbs_search_bar','default'),(15290,12,'pyre_page_title_text','default'),(15291,12,'pyre_page_title_text_alignment','default'),(15292,12,'pyre_page_title_custom_text',''),(15293,12,'pyre_page_title_text_size',''),(15294,12,'pyre_page_title_custom_subheader',''),(15295,12,'pyre_page_title_custom_subheader_text_size',''),(15296,12,'pyre_page_title_font_color',''),(15297,12,'pyre_page_title_100_width','default'),(15298,12,'pyre_page_title_height',''),(15299,12,'pyre_page_title_mobile_height',''),(15300,12,'pyre_page_title_bar_bg_color',''),(15301,12,'pyre_page_title_bar_borders_color',''),(15302,12,'pyre_page_title_bar_bg',''),(15303,12,'pyre_page_title_bar_bg_retina',''),(15304,12,'pyre_page_title_bar_bg_full','default'),(15305,12,'pyre_page_title_bg_parallax','default'),(15314,1929,'_wp_attached_file','2016/07/June-18-2017.pdf'),(15315,1930,'_wp_attached_file','2016/07/June-25-2017.pdf'),(15446,1934,'_wp_attached_file','2016/07/July-2-2017.pdf'),(15512,1936,'_wp_attached_file','2016/07/July-9-2017.pdf'),(15578,1940,'_wp_attached_file','2016/07/July-16-2017.pdf'),(15644,1943,'_wp_attached_file','2016/07/July-30-2017.pdf'),(15951,1951,'_wp_attached_file','2017/08/699X270_homepghero.jpg'),(15952,1951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:699;s:6:\"height\";i:270;s:4:\"file\";s:30:\"2017/08/699X270_homepghero.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-540x270.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-669x270.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"699X270_homepghero-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"699X270_homepghero-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"699X270_homepghero-200x77.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"699X270_homepghero-400x155.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"699X270_homepghero-600x232.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17108,1968,'_wp_attached_file','2016/07/August-6-2017.pdf'),(17121,1441,'pyre_slider_type','no'),(17122,1441,'pyre_slider','0'),(17123,1441,'pyre_wooslider','beliefs'),(17124,1441,'pyre_revslider','0'),(17125,1441,'pyre_elasticslider','0'),(17126,1441,'pyre_slider_position','default'),(17127,1441,'pyre_avada_rev_styles','default'),(17128,1441,'pyre_fallback',''),(17129,1441,'pyre_demo_slider',''),(17130,1441,'pyre_main_top_padding',''),(17131,1441,'pyre_main_bottom_padding',''),(17132,1441,'pyre_hundredp_padding',''),(17133,1441,'pyre_show_first_featured_image','no'),(17134,1441,'pyre_display_header','yes'),(17135,1441,'pyre_header_100_width','default'),(17136,1441,'pyre_header_bg_color',''),(17137,1441,'pyre_header_bg_opacity',''),(17138,1441,'pyre_header_bg',''),(17139,1441,'pyre_header_bg_full','no'),(17140,1441,'pyre_header_bg_repeat','repeat'),(17141,1441,'pyre_displayed_menu','default'),(17142,1441,'pyre_display_footer','default'),(17143,1441,'pyre_display_copyright','default'),(17144,1441,'pyre_footer_100_width','default'),(17145,1441,'pyre_sidebar_position','default'),(17146,1441,'pyre_sidebar_bg_color',''),(17147,1441,'pyre_page_bg_layout','default'),(17148,1441,'pyre_page_bg_color',''),(17149,1441,'pyre_page_bg',''),(17150,1441,'pyre_page_bg_full','no'),(17151,1441,'pyre_page_bg_repeat','repeat'),(17152,1441,'pyre_wide_page_bg_color',''),(17153,1441,'pyre_wide_page_bg',''),(17154,1441,'pyre_wide_page_bg_full','no'),(17155,1441,'pyre_wide_page_bg_repeat','repeat'),(17156,1441,'pyre_page_title','default'),(17157,1441,'pyre_page_title_breadcrumbs_search_bar','default'),(17158,1441,'pyre_page_title_text','default'),(17159,1441,'pyre_page_title_text_alignment','default'),(17160,1441,'pyre_page_title_custom_text',''),(17161,1441,'pyre_page_title_text_size',''),(17162,1441,'pyre_page_title_custom_subheader',''),(17163,1441,'pyre_page_title_custom_subheader_text_size',''),(17164,1441,'pyre_page_title_font_color',''),(17165,1441,'pyre_page_title_100_width','default'),(17166,1441,'pyre_page_title_height',''),(17167,1441,'pyre_page_title_mobile_height',''),(17168,1441,'pyre_page_title_bar_bg_color',''),(17169,1441,'pyre_page_title_bar_borders_color',''),(17170,1441,'pyre_page_title_bar_bg',''),(17171,1441,'pyre_page_title_bar_bg_retina',''),(17172,1441,'pyre_page_title_bar_bg_full','default'),(17173,1441,'pyre_page_title_bg_parallax','default'),(17175,1513,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17176,1512,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17177,1511,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17178,1470,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17180,1464,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17181,1460,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17182,1450,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:7:\"enabled\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17183,1444,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:7:\"enabled\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17184,1356,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17185,1335,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17186,1333,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17187,1332,'_menu_item_fusion_megamenu','a:24:{s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";}'),(17188,1330,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(17190,1328,'_menu_item_fusion_megamenu','a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),(17192,1326,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17193,1324,'_menu_item_fusion_megamenu','a:25:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(17194,1971,'_wp_attached_file','2016/07/August-13-2017.pdf'),(17203,1441,'pyre_sidebar_sticky','default'),(17204,1441,'pyre_page_title_line_height',''),(17205,1441,'kd_featured-image-2_page_id',''),(17206,1441,'kd_featured-image-3_page_id',''),(17207,1441,'kd_featured-image-4_page_id',''),(17208,1441,'kd_featured-image-5_page_id',''),(17213,1974,'_wp_attached_file','2016/07/August-20-2017.pdf'),(17226,1976,'_wp_attached_file','2016/07/August-27-2017.pdf'),(17239,1980,'_wp_attached_file','2016/07/September-3-2017.pdf'),(17240,1981,'_wp_attached_file','2016/07/September-10-2017.pdf'),(17253,1984,'_wp_attached_file','2016/07/September-17-2017.pdf'),(17269,1988,'_wp_attached_file','2016/07/October-8-2017.pdf'),(17282,1990,'_wp_attached_file','2016/07/October-1-2017.pdf'),(17295,1992,'_wp_attached_file','2016/07/October-15-2017.pdf'),(17316,1996,'_wp_attached_file','2016/07/November-5-2017.pdf'),(17317,1997,'_wp_attached_file','2016/07/October-22-2017.pdf'),(17318,1998,'_wp_attached_file','2016/07/October-29-2017.pdf'),(17339,2000,'_wp_attached_file','2016/07/November-12-2017.pdf'),(17352,2003,'_wp_attached_file','2016/07/November-19-2017.pdf'),(17365,2005,'_wp_attached_file','2016/07/November-26-2017.pdf'),(17378,2008,'_wp_attached_file','2017/12/December-3-2017.pdf'),(17391,2010,'_wp_attached_file','2017/12/December-10-2017.pdf'),(17404,2014,'_wp_attached_file','2017/12/December-17-2017.pdf'),(17417,2017,'_wp_attached_file','2015/06/Christmas-Eve-2013-Web-Banner.jpg'),(17418,2017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:360;s:4:\"file\";s:41:\"2015/06/Christmas-Eve-2013-Web-Banner.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-700x360.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:39:\"Christmas-Eve-2013-Web-Banner-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:40:\"Christmas-Eve-2013-Web-Banner-200x77.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-400x155.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-600x232.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:41:\"Christmas-Eve-2013-Web-Banner-800x310.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17457,2020,'_wp_attached_file','2015/06/aaaadvent.jpg'),(17458,2020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:295;s:4:\"file\";s:21:\"2015/06/aaaadvent.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"aaaadvent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"aaaadvent-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"aaaadvent-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"aaaadvent-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"aaaadvent-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"aaaadvent-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"aaaadvent-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"aaaadvent-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"aaaadvent-700x295.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"aaaadvent-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"aaaadvent-200x80.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"aaaadvent-400x160.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"aaaadvent-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;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:{}}}'),(17459,2021,'_wp_attached_file','2015/06/Christmas-Eve-Banner.jpg'),(17460,2021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:270;s:4:\"file\";s:32:\"2015/06/Christmas-Eve-Banner.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-540x270.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-669x270.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-700x270.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"Christmas-Eve-Banner-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"Christmas-Eve-Banner-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;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:{}}}'),(17464,2022,'_wp_old_slug','home-normal-cloned'),(17465,2022,'_wp_old_slug','home-cloned'),(17466,2022,'pyre_type','image'),(17467,2022,'pyre_youtube_id',''),(17468,2022,'pyre_vimeo_id',''),(17469,2022,'pyre_webm',''),(17470,2022,'pyre_mp4',''),(17471,2022,'pyre_ogv',''),(17472,2022,'pyre_preview_image',''),(17473,2022,'pyre_video_bg_color',''),(17474,2022,'pyre_mute_video','yes'),(17475,2022,'pyre_autoplay_video','yes'),(17476,2022,'pyre_loop_video','yes'),(17477,2022,'pyre_hide_video_controls','yes'),(17478,2022,'pyre_content_alignment','center'),(17479,2022,'pyre_heading','Church just got comfy.\r\n\r\nJoin us online\r\n'),(17480,2022,'pyre_heading_font_size','50'),(17481,2022,'pyre_heading_color','#FFFFFF'),(17482,2022,'pyre_heading_bg','no'),(17483,2022,'pyre_heading_bg_color',''),(17484,2022,'pyre_caption',''),(17485,2022,'pyre_caption_font_size',''),(17486,2022,'pyre_caption_color',''),(17487,2022,'pyre_caption_bg','yes'),(17488,2022,'pyre_caption_bg_color',''),(17489,2022,'pyre_link_type','button'),(17490,2022,'pyre_slide_link',''),(17491,2022,'pyre_slide_target','yes'),(17492,2022,'pyre_button_1','[fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\"  type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"\" gradient_hover_colors=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-banner\" id=\"\"]JOIN OUR COMMUNITY[/fusion_button]'),(17493,2022,'pyre_button_2',''),(17494,2022,'pyre_aspect_ratio',''),(17495,2022,'_edit_lock','1697170142:2'),(17496,2022,'_edit_last','2'),(17498,2022,'pyre_heading_separator','none'),(17499,2022,'pyre_caption_separator','none'),(17500,2022,'_thumbnail_id','4021'),(17501,2022,'pyre_video_display','cover'),(17502,2023,'_wp_attached_file','2017/12/Christmas-Eve-Banner.jpg'),(17503,2023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:375;s:4:\"file\";s:32:\"2017/12/Christmas-Eve-Banner.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-940x375.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-700x375.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"Christmas-Eve-Banner-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"Christmas-Eve-Banner-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;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:{}}}'),(17513,40,'pyre_sidebar_sticky','default'),(17514,40,'pyre_page_title_line_height',''),(17515,40,'kd_featured-image-2_page_id',''),(17516,40,'kd_featured-image-3_page_id',''),(17517,40,'kd_featured-image-4_page_id',''),(17518,40,'kd_featured-image-5_page_id',''),(17547,2025,'_wp_attached_file','2017/12/Christmas-Eve-Banner-1.jpg'),(17548,2025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:413;s:4:\"file\";s:34:\"2017/12/Christmas-Eve-Banner-1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Christmas-Eve-Banner-1-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-700x413.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"Christmas-Eve-Banner-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"Christmas-Eve-Banner-1-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:34:\"Christmas-Eve-Banner-1-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;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:{}}}'),(17608,2028,'_wp_attached_file','2017/12/December-24-2017.pdf'),(17609,2029,'_wp_attached_file','2017/12/December-31-2017.pdf'),(17635,2033,'_wp_attached_file','2018/01/January-7-2018.pdf'),(17656,2036,'_wp_attached_file','2018/01/January-14-2017.pdf'),(17669,2038,'_wp_attached_file','2018/01/January-21-2017.pdf'),(17682,2041,'_wp_attached_file','2018/01/January-28-2018.pdf'),(17695,2043,'_wp_attached_file','2018/02/February-4-2018.pdf'),(17716,2045,'_wp_attached_file','2018/02/February-11-2018.pdf'),(17737,2048,'_wp_attached_file','2018/02/February-18-2018.pdf'),(17750,2050,'notification_id','714'),(17751,2050,'type','success'),(17752,2050,'dismissable','1'),(17753,2050,'location','[\"everywhere\"]'),(17754,2050,'version',''),(17755,2050,'viewed','1'),(17756,2050,'expiration','1519776000'),(17757,2050,'plans','[]'),(17758,2051,'_wp_attached_file','2018/02/February-25-2017.pdf'),(17771,2054,'_wp_attached_file','2018/03/March-4-2018.pdf'),(17784,2056,'_wp_attached_file','2018/03/March-11-2018.pdf'),(17805,2022,'pyre_heading_size','1'),(17806,2022,'pyre_caption_size','3'),(17868,1830,'pyre_heading_size','2'),(17869,1830,'pyre_caption_size','3'),(17958,2068,'_wp_attached_file','2018/03/March-18-2018.pdf'),(17971,2071,'_wp_attached_file','2018/04/April-1-2018.pdf'),(17972,2072,'_wp_attached_file','2018/04/March-25-2018.pdf'),(18037,2078,'_wp_attached_file','2016/06/IMG_9313-e1523045379329.jpg'),(18038,2078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2016/06/IMG_9313-e1523045379329.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9313-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9313-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9313-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9313-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_9313-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_9313-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_9313-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_9313-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_9313-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_9313-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_9313-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_9313-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_9313-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_9313-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_9313-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_9313-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_9313-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_9313-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522536171\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"10\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18039,2078,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_9313.jpg\";}}'),(18040,1357,'pyre_video_display','cover'),(18041,1357,'pyre_heading_size','2'),(18042,1357,'pyre_caption_size','3'),(18051,1354,'pyre_sidebar_sticky','default'),(18052,1354,'pyre_page_title_line_height',''),(18053,1354,'kd_featured-image-2_page_id',''),(18054,1354,'kd_featured-image-3_page_id',''),(18055,1354,'kd_featured-image-4_page_id',''),(18056,1354,'kd_featured-image-5_page_id',''),(18057,1354,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18058,1354,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18059,1354,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18060,1354,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18061,2081,'_wp_attached_file','2018/04/April-8-2018.pdf'),(18062,2082,'_wp_attached_file','2018/04/April-15-2018.pdf'),(18075,2084,'_wp_attached_file','2018/04/April-22-2018.pdf'),(18090,2090,'_wp_attached_file','2018/05/April-29-2018.pdf'),(18091,2091,'_wp_attached_file','2018/05/May-6-2018.pdf'),(18092,2092,'_wp_attached_file','2018/05/May-13-2018.pdf'),(18105,2094,'_wp_attached_file','2018/05/May-20-2018.pdf'),(18118,2096,'notification_id','741'),(18119,2096,'type','info'),(18120,2096,'dismissable','1'),(18121,2096,'location','[\"everywhere\"]'),(18122,2096,'version',''),(18123,2096,'viewed','1'),(18124,2096,'expiration','1527807600'),(18125,2096,'plans','[]'),(18126,2098,'_wp_attached_file','2018/05/May-27-2018.pdf'),(18147,2102,'_wp_attached_file','2018/06/June-3-2018.pdf'),(18148,2103,'_wp_attached_file','2018/06/June-10-2018.pdf'),(18161,2105,'_wp_attached_file','2016/06/IMG_9319.jpg'),(18162,2105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2016/06/IMG_9319.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9319-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9319-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9319-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_9319-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_9319-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_9319-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_9319-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_9319-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_9319-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_9319-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_9319-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_9319-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_9319-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_9319-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_9319-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_9319-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_9319-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522536312\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"10\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18163,2106,'_wp_attached_file','2016/06/IMG_9322.jpg'),(18164,2106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2016/06/IMG_9322.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9322-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9322-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9322-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9322-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_9322-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_9322-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_9322-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_9322-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_9322-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_9322-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_9322-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_9322-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_9322-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_9322-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_9322-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_9322-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_9322-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_9322-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522536390\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"10\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18165,2107,'_wp_attached_file','2018/06/June-17-2018.pdf'),(18178,2110,'_wp_attached_file','2018/06/June-24-2018.pdf'),(18191,2112,'_wp_attached_file','2018/07/July-1-2018.pdf'),(18204,2115,'_wp_attached_file','2018/07/July-15-2018.pdf'),(18303,2121,'_wp_attached_file','2018/07/logo-family-promise-whatcom-county-v2.png'),(18304,2121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:136;s:4:\"file\";s:49:\"2018/07/logo-family-promise-whatcom-county-v2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-177x136.png\";s:5:\"width\";i:177;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-320x136.png\";s:5:\"width\";i:320;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:47:\"logo-family-promise-whatcom-county-v2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:48:\"logo-family-promise-whatcom-county-v2-200x68.png\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:49:\"logo-family-promise-whatcom-county-v2-400x136.png\";s:5:\"width\";i:400;s:6:\"height\";i:136;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:{}}}'),(18453,2133,'_wp_attached_file','2018/07/July-22-2018.pdf'),(18466,2135,'_wp_attached_file','2018/07/July-29-2018.pdf'),(18489,2140,'_wp_attached_file','2018/08/August-12-2018.pdf'),(18502,2143,'_wp_attached_file','2018/08/August-19-2018.pdf'),(18503,2144,'_wp_attached_file','2018/08/August-26-2018.pdf'),(18528,2147,'_wp_attached_file','2018/09/September-2-2018.pdf'),(18541,2150,'_wp_attached_file','2018/09/September-9-2018.pdf'),(18554,2153,'_wp_attached_file','2018/09/September-16-2018.pdf'),(18555,2154,'_wp_attached_file','2018/09/September-23-2018.pdf'),(18580,2158,'_wp_attached_file','2018/09/September-30-2018.pdf'),(18593,2160,'_wp_attached_file','2018/10/October-7-2018.pdf'),(18606,2163,'_wp_attached_file','2018/10/October-14-2018.pdf'),(18619,2167,'_wp_attached_file','2018/10/October-21-2018.pdf'),(18632,2169,'_wp_attached_file','2018/10/October-28-2018.pdf'),(18645,2172,'_wp_attached_file','2018/11/November-4-2018.pdf'),(18658,2175,'_wp_attached_file','2018/11/November-11-2018.pdf'),(18671,2177,'_wp_attached_file','2018/11/November-18-2018.pdf'),(18684,2179,'notification_id','788'),(18685,2179,'type','success'),(18686,2179,'dismissable','1'),(18687,2179,'location','[\"everywhere\"]'),(18688,2179,'version',''),(18689,2179,'viewed','1'),(18690,2179,'expiration','1543276740'),(18691,2179,'plans','[]'),(18694,2121,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.731232666735142;s:5:\"bytes\";i:40160;s:11:\"size_before\";i:126563;s:10:\"size_after\";i:86403;s:4:\"time\";d:0.61;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.88;s:5:\"bytes\";i:2960;s:11:\"size_before\";i:8736;s:10:\"size_after\";i:5776;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.36;s:5:\"bytes\";i:7442;s:11:\"size_before\";i:25349;s:10:\"size_after\";i:17907;s:4:\"time\";d:0.08;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.31;s:5:\"bytes\";i:6149;s:11:\"size_before\";i:19030;s:10:\"size_after\";i:12881;s:4:\"time\";d:0.09;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.72;s:5:\"bytes\";i:3268;s:11:\"size_before\";i:9989;s:10:\"size_after\";i:6721;s:4:\"time\";d:0.08;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.78;s:5:\"bytes\";i:6664;s:11:\"size_before\";i:20968;s:10:\"size_after\";i:14304;s:4:\"time\";d:0.06;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.1;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:5217;s:10:\"size_after\";i:3699;s:4:\"time\";d:0.04;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:30.32;s:5:\"bytes\";i:3566;s:11:\"size_before\";i:11763;s:10:\"size_after\";i:8197;s:4:\"time\";d:0.06;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:33.68;s:5:\"bytes\";i:8593;s:11:\"size_before\";i:25511;s:10:\"size_after\";i:16918;s:4:\"time\";d:0.16;}}}'),(18695,2106,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:6207841;s:11:\"size_before\";i:7021663;s:10:\"size_after\";i:813822;}'),(18696,2106,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.773946458569865;s:5:\"bytes\";i:341575;s:11:\"size_before\";i:3893060;s:10:\"size_after\";i:3551485;s:4:\"time\";d:1.2800000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.29;s:5:\"bytes\";i:3777;s:11:\"size_before\";i:28419;s:10:\"size_after\";i:24642;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.67;s:5:\"bytes\";i:7797;s:11:\"size_before\";i:66792;s:10:\"size_after\";i:58995;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:31104;s:11:\"size_before\";i:355404;s:10:\"size_after\";i:324300;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67;s:5:\"bytes\";i:46587;s:11:\"size_before\";i:607465;s:10:\"size_after\";i:560878;s:4:\"time\";d:0.18;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:28528;s:11:\"size_before\";i:339366;s:10:\"size_after\";i:310838;s:4:\"time\";d:0.13;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.21;s:5:\"bytes\";i:14933;s:11:\"size_before\";i:146324;s:10:\"size_after\";i:131391;s:4:\"time\";d:0.04;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.41;s:5:\"bytes\";i:14319;s:11:\"size_before\";i:137586;s:10:\"size_after\";i:123267;s:4:\"time\";d:0.06;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.56;s:5:\"bytes\";i:8206;s:11:\"size_before\";i:71008;s:10:\"size_after\";i:62802;s:4:\"time\";d:0.03;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.79;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:30859;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.62;s:5:\"bytes\";i:16713;s:11:\"size_before\";i:173694;s:10:\"size_after\";i:156981;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.51;s:5:\"bytes\";i:8218;s:11:\"size_before\";i:71398;s:10:\"size_after\";i:63180;s:4:\"time\";d:0.04;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1;s:5:\"bytes\";i:26184;s:11:\"size_before\";i:287663;s:10:\"size_after\";i:261479;s:4:\"time\";d:0.07;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.39;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:7431;s:10:\"size_after\";i:6362;s:4:\"time\";d:0.03;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.01;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:33183;s:10:\"size_after\";i:28865;s:4:\"time\";d:0.03;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.83;s:5:\"bytes\";i:11993;s:11:\"size_before\";i:110709;s:10:\"size_after\";i:98716;s:4:\"time\";d:0.03;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.54;s:5:\"bytes\";i:21703;s:11:\"size_before\";i:227510;s:10:\"size_after\";i:205807;s:4:\"time\";d:0.07;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.52;s:5:\"bytes\";i:32763;s:11:\"size_before\";i:384427;s:10:\"size_after\";i:351664;s:4:\"time\";d:0.08;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:59415;s:11:\"size_before\";i:813822;s:10:\"size_after\";i:754407;s:4:\"time\";d:0.25;}}}'),(18697,2105,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:5880037;s:11:\"size_before\";i:6676660;s:10:\"size_after\";i:796623;}'),(18698,2105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.755837456213351;s:5:\"bytes\";i:334468;s:11:\"size_before\";i:3819943;s:10:\"size_after\";i:3485475;s:4:\"time\";d:1.2699999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.58;s:5:\"bytes\";i:3467;s:11:\"size_before\";i:27557;s:10:\"size_after\";i:24090;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42;s:5:\"bytes\";i:7355;s:11:\"size_before\";i:64418;s:10:\"size_after\";i:57063;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7;s:5:\"bytes\";i:30187;s:11:\"size_before\";i:347073;s:10:\"size_after\";i:316886;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:46295;s:11:\"size_before\";i:594426;s:10:\"size_after\";i:548131;s:4:\"time\";d:0.12;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:29635;s:11:\"size_before\";i:342132;s:10:\"size_after\";i:312497;s:4:\"time\";d:0.13;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32;s:5:\"bytes\";i:14929;s:11:\"size_before\";i:144711;s:10:\"size_after\";i:129782;s:4:\"time\";d:0.04;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3;s:5:\"bytes\";i:13776;s:11:\"size_before\";i:133711;s:10:\"size_after\";i:119935;s:4:\"time\";d:0.06;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.23;s:5:\"bytes\";i:7727;s:11:\"size_before\";i:68831;s:10:\"size_after\";i:61104;s:4:\"time\";d:0.04;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.29;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:30240;s:10:\"size_after\";i:26523;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.85;s:5:\"bytes\";i:17328;s:11:\"size_before\";i:175904;s:10:\"size_after\";i:158576;s:4:\"time\";d:0.06;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.14;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:69066;s:10:\"size_after\";i:61373;s:4:\"time\";d:0.04;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:25451;s:11:\"size_before\";i:281696;s:10:\"size_after\";i:256245;s:4:\"time\";d:0.11;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.51;s:5:\"bytes\";i:887;s:11:\"size_before\";i:7089;s:10:\"size_after\";i:6202;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.19;s:5:\"bytes\";i:3869;s:11:\"size_before\";i:31738;s:10:\"size_after\";i:27869;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.54;s:5:\"bytes\";i:11296;s:11:\"size_before\";i:107171;s:10:\"size_after\";i:95875;s:4:\"time\";d:0.03;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:20838;s:11:\"size_before\";i:221728;s:10:\"size_after\";i:200890;s:4:\"time\";d:0.07;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:32159;s:11:\"size_before\";i:375829;s:10:\"size_after\";i:343670;s:4:\"time\";d:0.16;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:57859;s:11:\"size_before\";i:796623;s:10:\"size_after\";i:738764;s:4:\"time\";d:0.24;}}}'),(18699,2078,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.94100985215503;s:5:\"bytes\";i:356818;s:11:\"size_before\";i:3990802;s:10:\"size_after\";i:3633984;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.07;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:27524;s:10:\"size_after\";i:24202;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.53;s:5:\"bytes\";i:7726;s:11:\"size_before\";i:66990;s:10:\"size_after\";i:59264;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.81;s:5:\"bytes\";i:32070;s:11:\"size_before\";i:364142;s:10:\"size_after\";i:332072;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:50836;s:11:\"size_before\";i:627699;s:10:\"size_after\";i:576863;s:4:\"time\";d:0.17;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.73;s:5:\"bytes\";i:30395;s:11:\"size_before\";i:348220;s:10:\"size_after\";i:317825;s:4:\"time\";d:0.09;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:15273;s:11:\"size_before\";i:148535;s:10:\"size_after\";i:133262;s:4:\"time\";d:0.07;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:14148;s:11:\"size_before\";i:139156;s:10:\"size_after\";i:125008;s:4:\"time\";d:0.03;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.29;s:5:\"bytes\";i:8065;s:11:\"size_before\";i:71446;s:10:\"size_after\";i:63381;s:4:\"time\";d:0.04;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.49;s:5:\"bytes\";i:3854;s:11:\"size_before\";i:30859;s:10:\"size_after\";i:27005;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71;s:5:\"bytes\";i:17263;s:11:\"size_before\";i:177742;s:10:\"size_after\";i:160479;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.41;s:5:\"bytes\";i:8206;s:11:\"size_before\";i:71898;s:10:\"size_after\";i:63692;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.08;s:5:\"bytes\";i:26782;s:11:\"size_before\";i:294981;s:10:\"size_after\";i:268199;s:4:\"time\";d:0.06;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.74;s:5:\"bytes\";i:906;s:11:\"size_before\";i:7110;s:10:\"size_after\";i:6204;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.55;s:5:\"bytes\";i:4103;s:11:\"size_before\";i:32681;s:10:\"size_after\";i:28578;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.67;s:5:\"bytes\";i:11922;s:11:\"size_before\";i:111775;s:10:\"size_after\";i:99853;s:4:\"time\";d:0.04;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.59;s:5:\"bytes\";i:22272;s:11:\"size_before\";i:232357;s:10:\"size_after\";i:210085;s:4:\"time\";d:0.08;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.62;s:5:\"bytes\";i:34018;s:11:\"size_before\";i:394687;s:10:\"size_after\";i:360669;s:4:\"time\";d:0.07;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:65657;s:11:\"size_before\";i:843000;s:10:\"size_after\";i:777343;s:4:\"time\";d:0.16;}}}'),(18700,2025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.498321734956168;s:5:\"bytes\";i:183718;s:11:\"size_before\";i:1597781;s:10:\"size_after\";i:1414063;s:4:\"time\";d:0.6500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:2312;s:11:\"size_before\";i:21518;s:10:\"size_after\";i:19206;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.52;s:5:\"bytes\";i:4473;s:11:\"size_before\";i:35714;s:10:\"size_after\";i:31241;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.64;s:5:\"bytes\";i:15781;s:11:\"size_before\";i:148345;s:10:\"size_after\";i:132564;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.27;s:5:\"bytes\";i:23292;s:11:\"size_before\";i:226834;s:10:\"size_after\";i:203542;s:4:\"time\";d:0.09;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.39;s:5:\"bytes\";i:22986;s:11:\"size_before\";i:221195;s:10:\"size_after\";i:198209;s:4:\"time\";d:0.07;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:11652;s:11:\"size_before\";i:108605;s:10:\"size_after\";i:96953;s:4:\"time\";d:0.03;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.21;s:5:\"bytes\";i:9767;s:11:\"size_before\";i:95685;s:10:\"size_after\";i:85918;s:4:\"time\";d:0.05;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:5729;s:11:\"size_before\";i:53955;s:10:\"size_after\";i:48226;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.19;s:5:\"bytes\";i:2792;s:11:\"size_before\";i:24947;s:10:\"size_after\";i:22155;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:13928;s:11:\"size_before\";i:129543;s:10:\"size_after\";i:115615;s:4:\"time\";d:0.03;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92;s:5:\"bytes\";i:6024;s:11:\"size_before\";i:55145;s:10:\"size_after\";i:49121;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.28;s:5:\"bytes\";i:27460;s:11:\"size_before\";i:135417;s:10:\"size_after\";i:107957;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.91;s:5:\"bytes\";i:602;s:11:\"size_before\";i:6074;s:10:\"size_after\";i:5472;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.02;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:17706;s:10:\"size_after\";i:15401;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1;s:5:\"bytes\";i:6711;s:11:\"size_before\";i:55464;s:10:\"size_after\";i:48753;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:11287;s:11:\"size_before\";i:104169;s:10:\"size_after\";i:92882;s:4:\"time\";d:0.06;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.55;s:5:\"bytes\";i:16617;s:11:\"size_before\";i:157465;s:10:\"size_after\";i:140848;s:4:\"time\";d:0.06;}}}'),(18701,2023,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.505538824801384;s:5:\"bytes\";i:142642;s:11:\"size_before\";i:1357779;s:10:\"size_after\";i:1215137;s:4:\"time\";d:0.45;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.54;s:5:\"bytes\";i:2248;s:11:\"size_before\";i:21328;s:10:\"size_after\";i:19080;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:35749;s:10:\"size_after\";i:31220;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5;s:5:\"bytes\";i:15525;s:11:\"size_before\";i:147840;s:10:\"size_after\";i:132315;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.48;s:5:\"bytes\";i:18489;s:11:\"size_before\";i:195002;s:10:\"size_after\";i:176513;s:4:\"time\";d:0.05;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8;s:5:\"bytes\";i:11717;s:11:\"size_before\";i:108504;s:10:\"size_after\";i:96787;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.35;s:5:\"bytes\";i:9877;s:11:\"size_before\";i:95410;s:10:\"size_after\";i:85533;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.72;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:53846;s:10:\"size_after\";i:48075;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17;s:5:\"bytes\";i:2781;s:11:\"size_before\";i:24887;s:10:\"size_after\";i:22106;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82;s:5:\"bytes\";i:13995;s:11:\"size_before\";i:129358;s:10:\"size_after\";i:115363;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:6032;s:11:\"size_before\";i:55163;s:10:\"size_after\";i:49131;s:4:\"time\";d:0.04;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.61;s:5:\"bytes\";i:14831;s:11:\"size_before\";i:154281;s:10:\"size_after\";i:139450;s:4:\"time\";d:0.04;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:611;s:11:\"size_before\";i:6054;s:10:\"size_after\";i:5443;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.14;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:17802;s:10:\"size_after\";i:15462;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.28;s:5:\"bytes\";i:6811;s:11:\"size_before\";i:55466;s:10:\"size_after\";i:48655;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.79;s:5:\"bytes\";i:11259;s:11:\"size_before\";i:104366;s:10:\"size_after\";i:93107;s:4:\"time\";d:0.04;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.36;s:5:\"bytes\";i:15826;s:11:\"size_before\";i:152723;s:10:\"size_after\";i:136897;s:4:\"time\";d:0.04;}}}'),(18702,2021,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.260183062770759;s:5:\"bytes\";i:93286;s:11:\"size_before\";i:828459;s:10:\"size_after\";i:735173;s:4:\"time\";d:0.39999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.64;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:21367;s:10:\"size_after\";i:19093;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67;s:5:\"bytes\";i:4521;s:11:\"size_before\";i:35669;s:10:\"size_after\";i:31148;s:4:\"time\";d:0.03;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.16;s:5:\"bytes\";i:12063;s:11:\"size_before\";i:108101;s:10:\"size_after\";i:96038;s:4:\"time\";d:0.05;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:10047;s:11:\"size_before\";i:90729;s:10:\"size_after\";i:80682;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:5714;s:11:\"size_before\";i:53811;s:10:\"size_after\";i:48097;s:4:\"time\";d:0.04;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17;s:5:\"bytes\";i:2767;s:11:\"size_before\";i:24778;s:10:\"size_after\";i:22011;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.59;s:5:\"bytes\";i:14491;s:11:\"size_before\";i:125076;s:10:\"size_after\";i:110585;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:6049;s:11:\"size_before\";i:54995;s:10:\"size_after\";i:48946;s:4:\"time\";d:0.03;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.95;s:5:\"bytes\";i:14307;s:11:\"size_before\";i:130680;s:10:\"size_after\";i:116373;s:4:\"time\";d:0.05;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:622;s:11:\"size_before\";i:6067;s:10:\"size_after\";i:5445;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.13;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:17737;s:10:\"size_after\";i:15408;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.37;s:5:\"bytes\";i:6866;s:11:\"size_before\";i:55508;s:10:\"size_after\";i:48642;s:4:\"time\";d:0.03;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.81;s:5:\"bytes\";i:11236;s:11:\"size_before\";i:103941;s:10:\"size_after\";i:92705;s:4:\"time\";d:0.05;}}}'),(18703,2020,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.334418474176534;s:5:\"bytes\";i:77006;s:11:\"size_before\";i:577498;s:10:\"size_after\";i:500492;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.11;s:5:\"bytes\";i:2322;s:11:\"size_before\";i:16458;s:10:\"size_after\";i:14136;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.83;s:5:\"bytes\";i:3811;s:11:\"size_before\";i:27562;s:10:\"size_after\";i:23751;s:4:\"time\";d:0.03;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.84;s:5:\"bytes\";i:10470;s:11:\"size_before\";i:75677;s:10:\"size_after\";i:65207;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.55;s:5:\"bytes\";i:6349;s:11:\"size_before\";i:54973;s:10:\"size_after\";i:48624;s:4:\"time\";d:0.03;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.89;s:5:\"bytes\";i:5319;s:11:\"size_before\";i:38295;s:10:\"size_after\";i:32976;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71;s:5:\"bytes\";i:2608;s:11:\"size_before\";i:19021;s:10:\"size_after\";i:16413;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.01;s:5:\"bytes\";i:12771;s:11:\"size_before\";i:91146;s:10:\"size_after\";i:78375;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9;s:5:\"bytes\";i:5600;s:11:\"size_before\";i:40301;s:10:\"size_after\";i:34701;s:4:\"time\";d:0.03;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:8678;s:11:\"size_before\";i:75545;s:10:\"size_after\";i:66867;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.85;s:5:\"bytes\";i:627;s:11:\"size_before\";i:5292;s:10:\"size_after\";i:4665;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.34;s:5:\"bytes\";i:1945;s:11:\"size_before\";i:14576;s:10:\"size_after\";i:12631;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.91;s:5:\"bytes\";i:5711;s:11:\"size_before\";i:41048;s:10:\"size_after\";i:35337;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.91;s:5:\"bytes\";i:10795;s:11:\"size_before\";i:77604;s:10:\"size_after\";i:66809;s:4:\"time\";d:0.02;}}}'),(18704,2017,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.21221274132246;s:5:\"bytes\";i:115817;s:11:\"size_before\";i:1032954;s:10:\"size_after\";i:917137;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:19794;s:10:\"size_after\";i:17520;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.78;s:5:\"bytes\";i:3777;s:11:\"size_before\";i:32058;s:10:\"size_after\";i:28281;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.12;s:5:\"bytes\";i:14669;s:11:\"size_before\";i:131892;s:10:\"size_after\";i:117223;s:4:\"time\";d:0.03;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.35;s:5:\"bytes\";i:10518;s:11:\"size_before\";i:92660;s:10:\"size_after\";i:82142;s:4:\"time\";d:0.05;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4;s:5:\"bytes\";i:9433;s:11:\"size_before\";i:82755;s:10:\"size_after\";i:73322;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.18;s:5:\"bytes\";i:5183;s:11:\"size_before\";i:46362;s:10:\"size_after\";i:41179;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.61;s:5:\"bytes\";i:2637;s:11:\"size_before\";i:22710;s:10:\"size_after\";i:20073;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4;s:5:\"bytes\";i:12818;s:11:\"size_before\";i:112439;s:10:\"size_after\";i:99621;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.08;s:5:\"bytes\";i:5192;s:11:\"size_before\";i:46866;s:10:\"size_after\";i:41674;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.59;s:5:\"bytes\";i:14745;s:11:\"size_before\";i:139225;s:10:\"size_after\";i:124480;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.31;s:5:\"bytes\";i:759;s:11:\"size_before\";i:6166;s:10:\"size_after\";i:5407;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.98;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:17190;s:10:\"size_after\";i:14958;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5;s:5:\"bytes\";i:5723;s:11:\"size_before\";i:49785;s:10:\"size_after\";i:44062;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:9888;s:11:\"size_before\";i:90497;s:10:\"size_after\";i:80609;s:4:\"time\";d:0.04;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2;s:5:\"bytes\";i:15969;s:11:\"size_before\";i:142555;s:10:\"size_after\";i:126586;s:4:\"time\";d:0.07;}}}'),(18705,1951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.392737173367278;s:5:\"bytes\";i:94690;s:11:\"size_before\";i:707025;s:10:\"size_after\";i:612335;s:4:\"time\";d:0.36000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.01;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:22426;s:10:\"size_after\";i:18836;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.15;s:5:\"bytes\";i:4946;s:11:\"size_before\";i:34946;s:10:\"size_after\";i:30000;s:4:\"time\";d:0.03;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.91;s:5:\"bytes\";i:14131;s:11:\"size_before\";i:109495;s:10:\"size_after\";i:95364;s:4:\"time\";d:0.06;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.25;s:5:\"bytes\";i:12479;s:11:\"size_before\";i:94193;s:10:\"size_after\";i:81714;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2;s:5:\"bytes\";i:7572;s:11:\"size_before\";i:53319;s:10:\"size_after\";i:45747;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.63;s:5:\"bytes\";i:3704;s:11:\"size_before\";i:25310;s:10:\"size_after\";i:21606;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.47;s:5:\"bytes\";i:16382;s:11:\"size_before\";i:131419;s:10:\"size_after\";i:115037;s:4:\"time\";d:0.06;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.81;s:5:\"bytes\";i:7481;s:11:\"size_before\";i:54182;s:10:\"size_after\";i:46701;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.37;s:5:\"bytes\";i:934;s:11:\"size_before\";i:6500;s:10:\"size_after\";i:5566;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:14.98;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:17699;s:10:\"size_after\";i:15048;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71;s:5:\"bytes\";i:7635;s:11:\"size_before\";i:55705;s:10:\"size_after\";i:48070;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.95;s:5:\"bytes\";i:13185;s:11:\"size_before\";i:101831;s:10:\"size_after\";i:88646;s:4:\"time\";d:0.05;}}}'),(18706,2183,'_wp_attached_file','2018/11/November-25-2018.pdf'),(18739,2186,'_wp_attached_file','2018/12/December-2-2018.pdf'),(18752,2190,'_wp_attached_file','2018/12/Decenber-9-2018.pdf'),(18786,2202,'_wp_attached_file','2018/12/December-16-2018.pdf'),(18803,2207,'_wp_attached_file','2018/12/December-23-2018.pdf'),(18812,2212,'_wp_attached_file','2018/12/December-30-2018.pdf'),(18821,2216,'_wp_attached_file','2019/01/January-6-2019.pdf'),(18830,2219,'_wp_attached_file','2019/01/January-13-2019.pdf'),(18839,2223,'_wp_attached_file','2019/01/January-20-2019.pdf'),(18848,2226,'_wp_attached_file','2019/01/January-27-2019.pdf'),(18857,2230,'_wp_attached_file','2019/02/February-3-2019.pdf'),(18875,2236,'_wp_attached_file','2019/02/February-10-2019.pdf'),(18876,2237,'_wp_attached_file','2019/02/February-17-2019.pdf'),(18885,2239,'_wp_attached_file','2019/02/February-24-2019.pdf'),(18894,2242,'_wp_attached_file','2019/03/March-3-2019.pdf'),(18903,2245,'_wp_attached_file','2019/03/March-10-2019.pdf'),(18912,2248,'_wp_attached_file','2019/03/March-17-2019.pdf'),(18921,2251,'_wp_attached_file','2019/03/March-31-2019.pdf'),(18930,2253,'_wp_attached_file','2019/04/April-7-2019.pdf'),(18949,609,'pyre_fallback_id',''),(18950,609,'pyre_combined_header_bg_color',''),(18951,609,'pyre_mobile_header_bg_color',''),(18952,609,'pyre_header_bg_id',''),(18953,609,'pyre_responsive_sidebar_order',''),(18954,609,'pyre_sidebar_sticky','default'),(18955,609,'pyre_page_bg_id',''),(18956,609,'pyre_wide_page_bg_id',''),(18957,609,'pyre_page_title_line_height',''),(18958,609,'pyre_page_title_subheader_font_color',''),(18959,609,'pyre_page_title_bar_bg_id',''),(18960,609,'pyre_page_title_bar_bg_retina_id',''),(18961,609,'kd_featured-image-2_page_id',''),(18962,609,'kd_featured-image-3_page_id',''),(18963,609,'kd_featured-image-4_page_id',''),(18964,609,'kd_featured-image-5_page_id',''),(18965,609,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18966,609,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18967,609,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18968,609,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18970,2261,'_wp_attached_file','2019/04/April-14-2014.pdf'),(18979,1441,'pyre_fallback_id',''),(18980,1441,'pyre_combined_header_bg_color',''),(18981,1441,'pyre_mobile_header_bg_color',''),(18982,1441,'pyre_header_bg_id',''),(18983,1441,'pyre_responsive_sidebar_order',''),(18984,1441,'pyre_page_bg_id',''),(18985,1441,'pyre_wide_page_bg_id',''),(18986,1441,'pyre_page_title_subheader_font_color',''),(18987,1441,'pyre_page_title_bar_bg_id',''),(18988,1441,'pyre_page_title_bar_bg_retina_id',''),(18993,2263,'_wp_attached_file','2017/12/Easter-Invite-2019.png'),(18994,2263,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.345347245585419;s:5:\"bytes\";i:137423;s:11:\"size_before\";i:1646702;s:10:\"size_after\";i:1509279;s:4:\"time\";d:6.590000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.03;s:5:\"bytes\";i:3608;s:11:\"size_before\";i:27692;s:10:\"size_after\";i:24084;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:4597;s:11:\"size_before\";i:41519;s:10:\"size_after\";i:36922;s:4:\"time\";d:0.09;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82;s:5:\"bytes\";i:20990;s:11:\"size_before\";i:238032;s:10:\"size_after\";i:217042;s:4:\"time\";d:0.85;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:146019;s:10:\"size_after\";i:146019;s:4:\"time\";d:0.36;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:9790;s:11:\"size_before\";i:118695;s:10:\"size_after\";i:108905;s:4:\"time\";d:0.45;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.61;s:5:\"bytes\";i:17487;s:11:\"size_before\";i:111995;s:10:\"size_after\";i:94508;s:4:\"time\";d:0.52;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.51;s:5:\"bytes\";i:9563;s:11:\"size_before\";i:61652;s:10:\"size_after\";i:52089;s:4:\"time\";d:0.19;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.56;s:5:\"bytes\";i:4758;s:11:\"size_before\";i:28733;s:10:\"size_after\";i:23975;s:4:\"time\";d:0.1;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21;s:5:\"bytes\";i:13978;s:11:\"size_before\";i:151721;s:10:\"size_after\";i:137743;s:4:\"time\";d:0.7;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.65;s:5:\"bytes\";i:10490;s:11:\"size_before\";i:59434;s:10:\"size_after\";i:48944;s:4:\"time\";d:0.36;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8;s:5:\"bytes\";i:29250;s:11:\"size_before\";i:228543;s:10:\"size_after\";i:199293;s:4:\"time\";d:1.54;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:826;s:11:\"size_before\";i:6870;s:10:\"size_after\";i:6044;s:4:\"time\";d:0.05;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.09;s:5:\"bytes\";i:3360;s:11:\"size_before\";i:22264;s:10:\"size_after\";i:18904;s:4:\"time\";d:0.05;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53;s:5:\"bytes\";i:5849;s:11:\"size_before\";i:68535;s:10:\"size_after\";i:62686;s:4:\"time\";d:0.16;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:126607;s:10:\"size_after\";i:123730;s:4:\"time\";d:0.37;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:208391;s:10:\"size_after\";i:208391;s:4:\"time\";d:0.74;}}}'),(18995,2263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:518;s:4:\"file\";s:30:\"2017/12/Easter-Invite-2019.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-768x482.png\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-825x400.png\";s:5:\"width\";i:825;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"Easter-Invite-2019-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-200x126.png\";s:5:\"width\";i:200;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-400x251.png\";s:5:\"width\";i:400;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-600x377.png\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:30:\"Easter-Invite-2019-800x502.png\";s:5:\"width\";i:800;s:6:\"height\";i:502;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:{}}}'),(18996,2022,'pyre_mp4_id',''),(18997,2022,'pyre_webm_id',''),(18998,2022,'pyre_ogv_id',''),(18999,2022,'pyre_preview_image_id',''),(19008,40,'pyre_fallback_id','1485'),(19009,40,'pyre_combined_header_bg_color',''),(19010,40,'pyre_mobile_header_bg_color',''),(19011,40,'pyre_header_bg_id',''),(19012,40,'pyre_responsive_sidebar_order',''),(19013,40,'pyre_page_bg_id',''),(19014,40,'pyre_wide_page_bg_id',''),(19015,40,'pyre_page_title_subheader_font_color',''),(19016,40,'pyre_page_title_bar_bg_id',''),(19017,40,'pyre_page_title_bar_bg_retina_id',''),(19022,2265,'_wp_attached_file','2019/04/April-21-2019.pdf'),(19035,2269,'_wp_attached_file','2019/05/May-5-2019.pdf'),(19072,2274,'_wp_attached_file','2019/05/May-12-2019.pdf'),(19085,2277,'_wp_attached_file','2019/05/May-19-2019.pdf'),(19098,2280,'_wp_attached_file','2019/06/June-6-2019.pdf'),(19099,2281,'_wp_attached_file','2019/06/May-26-2019.pdf'),(19112,2283,'_wp_attached_file','2019/06/June-9-2019.pdf'),(19125,2287,'_wp_attached_file','2019/06/June-16-2019.pdf'),(19138,2290,'_wp_attached_file','2019/06/June-23-2019.pdf'),(19139,2291,'_wp_attached_file','2019/06/June-30-2019.pdf'),(19152,2294,'_wp_attached_file','2019/07/July-7-2019.pdf'),(19165,2296,'_wp_attached_file','2019/07/July-14-2019.pdf'),(19178,2299,'_wp_attached_file','2019/07/July-21-2019.pdf'),(19191,2301,'_wp_attached_file','2019/07/July-28-2019.pdf'),(19204,2304,'_wp_attached_file','2019/08/August-4-2019.pdf'),(19217,2306,'_wp_attached_file','2019/08/August-11-2019.pdf'),(19230,2309,'_wp_attached_file','2019/08/August-18-2019.pdf'),(19231,2310,'_wp_attached_file','2019/08/August-25-2019.pdf'),(19244,2312,'_wp_attached_file','2019/09/September-1-2019.pdf'),(19269,2316,'_wp_attached_file','2019/09/September-8-2019.pdf'),(19282,2318,'_wp_attached_file','2019/09/September-15-2019.pdf'),(19295,2321,'_wp_attached_file','2019/09/September-22-2019.pdf'),(19308,2323,'_wp_attached_file','2019/09/September-29-2019.pdf'),(19329,2326,'_wp_attached_file','2019/10/October-13-2019.pdf'),(19342,2329,'_wp_attached_file','2019/10/October-20-2019.pdf'),(19367,2336,'_wp_attached_file','2019/10/Menu-Logo-175px.png'),(19368,2336,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.2940960088284;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:10874;s:10:\"size_after\";i:8341;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.32;s:5:\"bytes\";i:1895;s:11:\"size_before\";i:7791;s:10:\"size_after\";i:5896;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.69;s:5:\"bytes\";i:638;s:11:\"size_before\";i:3083;s:10:\"size_after\";i:2445;s:4:\"time\";d:0.02;}}}'),(19369,2336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:124;s:4:\"file\";s:27:\"2019/10/Menu-Logo-175px.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Menu-Logo-175px-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Menu-Logo-175px-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(19370,2337,'_wp_attached_file','2019/10/Menu-Logo-125px.png'),(19371,2337,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.592814371257486;s:5:\"bytes\";i:621;s:11:\"size_before\";i:3340;s:10:\"size_after\";i:2719;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.59;s:5:\"bytes\";i:621;s:11:\"size_before\";i:3340;s:10:\"size_after\";i:2719;s:4:\"time\";d:0.02;}}}'),(19372,2337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:89;s:4:\"file\";s:27:\"2019/10/Menu-Logo-125px.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Menu-Logo-125px-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(19373,2337,'_edit_lock','1571707490:1'),(19374,2338,'_wp_attached_file','2019/10/Menu-Logo-100px.png'),(19375,2338,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.570936243538195;s:5:\"bytes\";i:577;s:11:\"size_before\";i:3482;s:10:\"size_after\";i:2905;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57;s:5:\"bytes\";i:577;s:11:\"size_before\";i:3482;s:10:\"size_after\";i:2905;s:4:\"time\";d:0.02;}}}'),(19376,2338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:71;s:4:\"file\";s:27:\"2019/10/Menu-Logo-100px.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Menu-Logo-100px-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(19377,2340,'_wp_attached_file','2019/10/October-27-2019.pdf'),(19390,2343,'_wp_attached_file','2019/11/November-10-2019.pdf'),(19403,2345,'_wp_attached_file','2019/11/November-17-2019.pdf'),(19416,651,'_edit_lock','1693953664:1'),(19417,651,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19418,651,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19419,651,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19420,651,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19421,651,'pyre_fallback_id',''),(19422,651,'pyre_demo_slider',''),(19423,651,'pyre_combined_header_bg_color',''),(19424,651,'pyre_mobile_header_bg_color',''),(19425,651,'pyre_header_bg_id',''),(19426,651,'pyre_responsive_sidebar_order',''),(19427,651,'pyre_sidebar_sticky','default'),(19428,651,'pyre_page_bg_id',''),(19429,651,'pyre_wide_page_bg_id',''),(19430,651,'pyre_page_title_line_height',''),(19431,651,'pyre_page_title_subheader_font_color',''),(19432,651,'pyre_page_title_bar_bg_id',''),(19433,651,'pyre_page_title_bar_bg_retina_id',''),(19434,651,'kd_featured-image-2_avada_portfolio_id',''),(19435,651,'kd_featured-image-3_avada_portfolio_id',''),(19436,651,'kd_featured-image-4_avada_portfolio_id',''),(19437,651,'kd_featured-image-5_avada_portfolio_id',''),(19438,2349,'_wp_attached_file','2019/11/CrossPoint-Swag-Logo-150px.png'),(19439,2349,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.10853530031612;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:9490;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:2:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.2;s:5:\"bytes\";i:589;s:11:\"size_before\";i:3067;s:10:\"size_after\";i:2478;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.97;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:6423;s:10:\"size_after\";i:4819;s:4:\"time\";d:0.03;}}}'),(19440,2349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:87;s:4:\"file\";s:38:\"2019/11/CrossPoint-Swag-Logo-150px.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:36:\"CrossPoint-Swag-Logo-150px-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(19441,2351,'_wp_attached_file','2019/11/November-24-2019.pdf'),(19454,2353,'_wp_attached_file','2019/12/December-1-2019.pdf'),(19467,2356,'_wp_attached_file','2019/12/December-8-2019.pdf'),(19480,2358,'_wp_attached_file','2019/12/121519-bulletin.pdf'),(19481,2359,'_wp_attached_file','2019/12/December-15-2019.pdf'),(19494,2362,'_wp_attached_file','2019/12/December-22-2019.pdf'),(19507,2364,'_wp_attached_file','2019/12/December-29-2019.pdf'),(19520,2367,'_wp_attached_file','2020/01/January-5-2020.pdf'),(19533,2369,'_wp_attached_file','2020/01/January-12-2020.pdf'),(19546,2372,'_wp_attached_file','2020/01/January-19-2020.pdf'),(19559,2374,'_wp_attached_file','2020/01/January-26-2020.pdf'),(19572,2377,'_wp_attached_file','2020/02/February-2-2020.pdf'),(19585,2380,'_wp_attached_file','2020/02/February-9-2020.pdf'),(19598,2382,'_wp_attached_file','2020/02/February-16-2020.pdf'),(19639,2395,'_wp_attached_file','2020/02/February-23-2020.pdf'),(19652,2397,'_wp_attached_file','2020/03/March-1-2020.pdf'),(19665,2400,'_wp_attached_file','2020/03/March-8-2020.pdf'),(19714,2406,'_wp_attached_file','2020/03/March-15-2020.pdf'),(19723,1441,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19724,1441,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19725,1441,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19726,1441,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19807,40,'_oembed_7b798449e1f7ed26d9bea8e46b07329f','{{unknown}}'),(19820,40,'_oembed_528153a8540e82d8efbcd4a4e71e4301','{{unknown}}'),(19833,40,'_oembed_829a8ee03afdfc75f283fa68748f3192','{{unknown}}'),(20063,2426,'_wp_attached_file','2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf'),(20204,1339,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20205,1339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41189;s:10:\"size_after\";i:41189;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41189;s:10:\"size_after\";i:41189;s:4:\"time\";d:0.05;}}}'),(20206,1340,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20207,1340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.926922121989572;s:5:\"bytes\";i:560;s:11:\"size_before\";i:60415;s:10:\"size_after\";i:59855;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.93;s:5:\"bytes\";i:560;s:11:\"size_before\";i:60415;s:10:\"size_after\";i:59855;s:4:\"time\";d:0.03;}}}'),(20208,1341,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20209,1341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26203;s:10:\"size_after\";i:26203;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26203;s:10:\"size_after\";i:26203;s:4:\"time\";d:0.02;}}}'),(20210,1342,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20211,1342,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5366036840856985;s:5:\"bytes\";i:543;s:11:\"size_before\";i:101192;s:10:\"size_after\";i:100649;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.54;s:5:\"bytes\";i:543;s:11:\"size_before\";i:101192;s:10:\"size_after\";i:100649;s:4:\"time\";d:0.05;}}}'),(20212,1343,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20213,1343,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30652;s:10:\"size_after\";i:30652;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30652;s:10:\"size_after\";i:30652;s:4:\"time\";d:0.03;}}}'),(20214,1344,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20215,1344,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.2475022092014234;s:5:\"bytes\";i:1567;s:11:\"size_before\";i:125611;s:10:\"size_after\";i:124044;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:1567;s:11:\"size_before\";i:125611;s:10:\"size_after\";i:124044;s:4:\"time\";d:0.05;}}}'),(20216,1345,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20217,1345,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3281529803018675;s:5:\"bytes\";i:8121;s:11:\"size_before\";i:187632;s:10:\"size_after\";i:179511;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:8121;s:11:\"size_before\";i:187632;s:10:\"size_after\";i:179511;s:4:\"time\";d:0.07;}}}'),(20218,1346,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20219,1346,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.41939487311165324;s:5:\"bytes\";i:392;s:11:\"size_before\";i:93468;s:10:\"size_after\";i:93076;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.42;s:5:\"bytes\";i:392;s:11:\"size_before\";i:93468;s:10:\"size_after\";i:93076;s:4:\"time\";d:0.05;}}}'),(20220,1347,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20221,1347,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105588;s:10:\"size_after\";i:105588;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105588;s:10:\"size_after\";i:105588;s:4:\"time\";d:0.08;}}}'),(20222,1348,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20223,1348,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19441;s:10:\"size_after\";i:19441;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19441;s:10:\"size_after\";i:19441;s:4:\"time\";d:0.02;}}}'),(20224,1349,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20225,1349,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.6850824302397789;s:5:\"bytes\";i:342;s:11:\"size_before\";i:49921;s:10:\"size_after\";i:49579;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.69;s:5:\"bytes\";i:342;s:11:\"size_before\";i:49921;s:10:\"size_after\";i:49579;s:4:\"time\";d:0.02;}}}'),(20226,1350,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.032822327044023;s:5:\"bytes\";i:6526;s:11:\"size_before\";i:40704;s:10:\"size_after\";i:34178;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.26;s:5:\"bytes\";i:1236;s:11:\"size_before\";i:5552;s:10:\"size_after\";i:4316;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.66;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:10116;s:10:\"size_after\";i:7925;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7925;s:10:\"size_after\";i:7925;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.59;s:5:\"bytes\";i:1433;s:11:\"size_before\";i:6344;s:10:\"size_after\";i:4911;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.56;s:5:\"bytes\";i:606;s:11:\"size_before\";i:2811;s:10:\"size_after\";i:2205;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:7956;s:10:\"size_after\";i:6896;s:4:\"time\";d:0.04;}}}'),(20227,1383,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.33546240032244;s:5:\"bytes\";i:485988;s:11:\"size_before\";i:4287324;s:10:\"size_after\";i:3801336;s:4:\"time\";d:0.9800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.09;s:5:\"bytes\";i:4760;s:11:\"size_before\";i:31542;s:10:\"size_after\";i:26782;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.04;s:5:\"bytes\";i:10553;s:11:\"size_before\";i:75138;s:10:\"size_after\";i:64585;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.08;s:5:\"bytes\";i:43322;s:11:\"size_before\";i:390927;s:10:\"size_after\";i:347605;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:66731;s:11:\"size_before\";i:652426;s:10:\"size_after\";i:585695;s:4:\"time\";d:0.14;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:26900;s:11:\"size_before\";i:206877;s:10:\"size_after\";i:179977;s:4:\"time\";d:0.03;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.89;s:5:\"bytes\";i:11128;s:11:\"size_before\";i:80087;s:10:\"size_after\";i:68959;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.62;s:5:\"bytes\";i:45202;s:11:\"size_before\";i:388958;s:10:\"size_after\";i:343756;s:4:\"time\";d:0.07;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.04;s:5:\"bytes\";i:21981;s:11:\"size_before\";i:168587;s:10:\"size_after\";i:146606;s:4:\"time\";d:0.04;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.71;s:5:\"bytes\";i:19645;s:11:\"size_before\";i:154522;s:10:\"size_after\";i:134877;s:4:\"time\";d:0.03;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.88;s:5:\"bytes\";i:11149;s:11:\"size_before\";i:80336;s:10:\"size_after\";i:69187;s:4:\"time\";d:0.03;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.49;s:5:\"bytes\";i:5384;s:11:\"size_before\";i:34759;s:10:\"size_after\";i:29375;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:36604;s:11:\"size_before\";i:318520;s:10:\"size_after\";i:281916;s:4:\"time\";d:0.07;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07;s:5:\"bytes\";i:1331;s:11:\"size_before\";i:8280;s:10:\"size_after\";i:6949;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.43;s:5:\"bytes\";i:5708;s:11:\"size_before\";i:36997;s:10:\"size_after\";i:31289;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.11;s:5:\"bytes\";i:16323;s:11:\"size_before\";i:124519;s:10:\"size_after\";i:108196;s:4:\"time\";d:0.06;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.77;s:5:\"bytes\";i:29810;s:11:\"size_before\";i:253207;s:10:\"size_after\";i:223397;s:4:\"time\";d:0.06;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.95;s:5:\"bytes\";i:46250;s:11:\"size_before\";i:422402;s:10:\"size_after\";i:376152;s:4:\"time\";d:0.07;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.68;s:5:\"bytes\";i:83207;s:11:\"size_before\";i:859240;s:10:\"size_after\";i:776033;s:4:\"time\";d:0.23;}}}'),(20228,1484,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:364205;s:11:\"size_before\";i:927101;s:10:\"size_after\";i:562896;}'),(20229,1484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.709273566349577;s:5:\"bytes\";i:290694;s:11:\"size_before\";i:2993983;s:10:\"size_after\";i:2703289;s:4:\"time\";d:0.7300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.27;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:23420;s:10:\"size_after\";i:21250;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21;s:5:\"bytes\";i:5061;s:11:\"size_before\";i:54964;s:10:\"size_after\";i:49903;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.52;s:5:\"bytes\";i:26369;s:11:\"size_before\";i:276990;s:10:\"size_after\";i:250621;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.11;s:5:\"bytes\";i:46121;s:11:\"size_before\";i:456207;s:10:\"size_after\";i:410086;s:4:\"time\";d:0.07;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.12;s:5:\"bytes\";i:12634;s:11:\"size_before\";i:138496;s:10:\"size_after\";i:125862;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.99;s:5:\"bytes\";i:5199;s:11:\"size_before\";i:57857;s:10:\"size_after\";i:52658;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92;s:5:\"bytes\";i:25147;s:11:\"size_before\";i:253381;s:10:\"size_after\";i:228234;s:4:\"time\";d:0.06;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.01;s:5:\"bytes\";i:10663;s:11:\"size_before\";i:118327;s:10:\"size_after\";i:107664;s:4:\"time\";d:0.03;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.94;s:5:\"bytes\";i:10057;s:11:\"size_before\";i:112510;s:10:\"size_after\";i:102453;s:4:\"time\";d:0.05;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07;s:5:\"bytes\";i:5300;s:11:\"size_before\";i:58450;s:10:\"size_after\";i:53150;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.38;s:5:\"bytes\";i:2405;s:11:\"size_before\";i:25646;s:10:\"size_after\";i:23241;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2;s:5:\"bytes\";i:20873;s:11:\"size_before\";i:226780;s:10:\"size_after\";i:205907;s:4:\"time\";d:0.11;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.52;s:5:\"bytes\";i:587;s:11:\"size_before\";i:6166;s:10:\"size_after\";i:5579;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17;s:5:\"bytes\";i:2470;s:11:\"size_before\";i:26937;s:10:\"size_after\";i:24467;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.02;s:5:\"bytes\";i:8207;s:11:\"size_before\";i:91033;s:10:\"size_after\";i:82826;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.14;s:5:\"bytes\";i:16891;s:11:\"size_before\";i:184814;s:10:\"size_after\";i:167923;s:4:\"time\";d:0.04;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.54;s:5:\"bytes\";i:28480;s:11:\"size_before\";i:298665;s:10:\"size_after\";i:270185;s:4:\"time\";d:0.07;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.64;s:5:\"bytes\";i:62060;s:11:\"size_before\";i:583340;s:10:\"size_after\";i:521280;s:4:\"time\";d:0.09;}}}'),(20230,1485,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.493414745268595;s:5:\"bytes\";i:328959;s:11:\"size_before\";i:2862152;s:10:\"size_after\";i:2533193;s:4:\"time\";d:1.1200000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.18;s:5:\"bytes\";i:3459;s:11:\"size_before\";i:28409;s:10:\"size_after\";i:24950;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.16;s:5:\"bytes\";i:7494;s:11:\"size_before\";i:67174;s:10:\"size_after\";i:59680;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.45;s:5:\"bytes\";i:32068;s:11:\"size_before\";i:339473;s:10:\"size_after\";i:307405;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.18;s:5:\"bytes\";i:86200;s:11:\"size_before\";i:474195;s:10:\"size_after\";i:387995;s:4:\"time\";d:0.27;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.49;s:5:\"bytes\";i:17904;s:11:\"size_before\";i:170665;s:10:\"size_after\";i:152761;s:4:\"time\";d:0.06;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.12;s:5:\"bytes\";i:7931;s:11:\"size_before\";i:71344;s:10:\"size_after\";i:63413;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.87;s:5:\"bytes\";i:30382;s:11:\"size_before\";i:307798;s:10:\"size_after\";i:277416;s:4:\"time\";d:0.06;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:15794;s:11:\"size_before\";i:146814;s:10:\"size_after\";i:131020;s:4:\"time\";d:0.05;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.55;s:5:\"bytes\";i:14592;s:11:\"size_before\";i:138360;s:10:\"size_after\";i:123768;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.23;s:5:\"bytes\";i:8082;s:11:\"size_before\";i:71960;s:10:\"size_after\";i:63878;s:4:\"time\";d:0.03;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.98;s:5:\"bytes\";i:3720;s:11:\"size_before\";i:31046;s:10:\"size_after\";i:27326;s:4:\"time\";d:0.03;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.76;s:5:\"bytes\";i:26930;s:11:\"size_before\";i:276026;s:10:\"size_after\";i:249096;s:4:\"time\";d:0.1;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.06;s:5:\"bytes\";i:864;s:11:\"size_before\";i:7164;s:10:\"size_after\";i:6300;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.89;s:5:\"bytes\";i:3884;s:11:\"size_before\";i:32676;s:10:\"size_after\";i:28792;s:4:\"time\";d:0.03;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.87;s:5:\"bytes\";i:12195;s:11:\"size_before\";i:112231;s:10:\"size_after\";i:100036;s:4:\"time\";d:0.03;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:22692;s:11:\"size_before\";i:224939;s:10:\"size_after\";i:202247;s:4:\"time\";d:0.06;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.61;s:5:\"bytes\";i:34768;s:11:\"size_before\";i:361878;s:10:\"size_after\";i:327110;s:4:\"time\";d:0.1;}}}'),(20314,295,'_edit_lock','1584893819:1'),(20315,1023,'_edit_lock','1584895466:1'),(20316,1023,'_edit_last','1'),(20317,1023,'pyre_mp4_id',''),(20318,1023,'pyre_webm_id',''),(20319,1023,'pyre_ogv_id',''),(20320,1023,'pyre_preview_image_id',''),(20321,1023,'pyre_video_display','cover'),(20322,1023,'pyre_heading_separator','none'),(20323,1023,'pyre_heading_size','2'),(20324,1023,'pyre_caption_separator','none'),(20325,1023,'pyre_caption_size','3'),(20430,12,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(20431,12,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(20432,12,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(20433,12,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(20434,12,'pyre_fallback_id',''),(20435,12,'pyre_combined_header_bg_color',''),(20436,12,'pyre_mobile_header_bg_color',''),(20437,12,'pyre_header_bg_id',''),(20438,12,'pyre_responsive_sidebar_order',''),(20439,12,'pyre_sidebar_sticky','default'),(20440,12,'pyre_page_bg_id',''),(20441,12,'pyre_wide_page_bg_id',''),(20442,12,'pyre_page_title_line_height',''),(20443,12,'pyre_page_title_subheader_font_color',''),(20444,12,'pyre_page_title_bar_bg_id',''),(20445,12,'pyre_page_title_bar_bg_retina_id',''),(20446,12,'kd_featured-image-2_page_id',''),(20447,12,'kd_featured-image-3_page_id',''),(20448,12,'kd_featured-image-4_page_id',''),(20449,12,'kd_featured-image-5_page_id',''),(20566,2455,'_wp_attached_file','2020/03/Sermon-notes-part-1.pdf'),(20583,2458,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"1\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:20:\"Learn To Discern.mp3\";s:9:\"sermon_id\";s:1:\"1\";s:5:\"count\";s:3:\"158\";s:8:\"duration\";s:5:\"45:21\";}}'),(20584,2458,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Learn%20To%20Discern.mp3'),(20585,2458,'wpfc_service_type','121'),(20586,2458,'sermon_description',''),(20587,2458,'bible_passages_start','s:1:\"1\";'),(20588,2458,'bible_passages_end','s:1:\"1\";'),(20589,2458,'sermon_date','1465727400'),(20590,2458,'sermon_date_auto','1'),(20591,2458,'Views','158'),(20592,2459,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"2\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Why Does This Keep Happening.mp3\";s:9:\"sermon_id\";s:1:\"2\";s:5:\"count\";s:3:\"187\";s:8:\"duration\";s:5:\"48:28\";}}'),(20593,2459,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Why%20Does%20This%20Keep%20Happening.mp3'),(20594,2459,'wpfc_service_type','121'),(20595,2459,'sermon_description',''),(20596,2459,'bible_passages_start','s:1:\"1\";'),(20597,2459,'bible_passages_end','s:1:\"1\";'),(20598,2459,'sermon_date','1465122600'),(20599,2459,'sermon_date_auto','1'),(20600,2459,'Views','187'),(20601,2460,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"3\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"the truth about trouble.mp3\";s:9:\"sermon_id\";s:1:\"3\";s:5:\"count\";s:3:\"104\";s:8:\"duration\";s:5:\"22:39\";}}'),(20602,2460,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/the%20truth%20about%20trouble.mp3'),(20603,2460,'wpfc_service_type','121'),(20604,2460,'sermon_description',''),(20605,2460,'bible_passages_start','s:1:\"1\";'),(20606,2460,'bible_passages_end','s:1:\"1\";'),(20607,2460,'sermon_date','1464517800'),(20608,2460,'sermon_date_auto','1'),(20609,2460,'Views','104'),(20610,2461,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"4\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"The Lord\'s Prayer part 6.mp3\";s:9:\"sermon_id\";s:1:\"4\";s:5:\"count\";s:2:\"92\";s:8:\"duration\";s:5:\"31:46\";}}'),(20611,2461,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%206.mp3'),(20612,2461,'wpfc_service_type','121'),(20613,2461,'sermon_description',''),(20614,2461,'bible_passages_start','s:1:\"1\";'),(20615,2461,'bible_passages_end','s:1:\"1\";'),(20616,2461,'sermon_date','1463308200'),(20617,2461,'sermon_date_auto','1'),(20618,2461,'Views','92'),(20619,2462,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"The Lord\'s Prayer part 5.mp3\";s:9:\"sermon_id\";s:1:\"5\";s:5:\"count\";s:3:\"120\";s:8:\"duration\";s:5:\"34:58\";}}'),(20620,2462,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%205.mp3'),(20621,2462,'wpfc_service_type','121'),(20622,2462,'sermon_description',''),(20623,2462,'bible_passages_start','s:1:\"1\";'),(20624,2462,'bible_passages_end','s:1:\"1\";'),(20625,2462,'sermon_date','1462703400'),(20626,2462,'sermon_date_auto','1'),(20627,2462,'Views','120'),(20628,2463,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"5\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"More Than Joshua\'s Story.mp3\";s:9:\"sermon_id\";s:1:\"6\";s:5:\"count\";s:2:\"76\";s:8:\"duration\";s:5:\"29:11\";}}'),(20629,2463,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/More%20Than%20Joshua%27s%20Story.mp3'),(20630,2463,'wpfc_service_type','121'),(20631,2463,'sermon_description',''),(20632,2463,'bible_passages_start','s:1:\"1\";'),(20633,2463,'bible_passages_end','s:1:\"1\";'),(20634,2463,'sermon_date','1463913000'),(20635,2463,'sermon_date_auto','1'),(20636,2463,'Views','76'),(20637,2464,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"7\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"The Lord\'s Prayer part 4.mp3\";s:9:\"sermon_id\";s:1:\"7\";s:5:\"count\";s:3:\"118\";s:8:\"duration\";s:5:\"32:19\";}}'),(20638,2464,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%204.mp3'),(20639,2464,'wpfc_service_type','123'),(20640,2464,'sermon_description',''),(20641,2464,'bible_passages_start','s:1:\"1\";'),(20642,2464,'bible_passages_end','s:1:\"1\";'),(20643,2464,'sermon_date','1462129200'),(20644,2464,'sermon_date_auto','1'),(20645,2464,'Views','118'),(20646,2465,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"The Lords Prayer part 3.mp3\";s:9:\"sermon_id\";s:1:\"8\";s:5:\"count\";s:3:\"107\";s:8:\"duration\";s:5:\"38:42\";}}'),(20647,2465,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%203.mp3'),(20648,2465,'wpfc_service_type','123'),(20649,2465,'sermon_description',''),(20650,2465,'bible_passages_start','s:1:\"1\";'),(20651,2465,'bible_passages_end','s:1:\"1\";'),(20652,2465,'sermon_date','1461524400'),(20653,2465,'sermon_date_auto','1'),(20654,2465,'Views','107'),(20655,2466,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"The Lords Prayer part 2.mp3\";s:9:\"sermon_id\";s:1:\"9\";s:5:\"count\";s:2:\"92\";s:8:\"duration\";s:5:\"34:34\";}}'),(20656,2466,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20part%202.mp3'),(20657,2466,'wpfc_service_type','123'),(20658,2466,'sermon_description',''),(20659,2466,'bible_passages_start','s:1:\"1\";'),(20660,2466,'bible_passages_end','s:1:\"1\";'),(20661,2466,'sermon_date','1460314800'),(20662,2466,'sermon_date_auto','1'),(20663,2466,'Views','92'),(20664,2467,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"The Lords Prayer Path To Inner Peace.mp3\";s:9:\"sermon_id\";s:2:\"10\";s:5:\"count\";s:3:\"105\";s:8:\"duration\";s:5:\"35:36\";}}'),(20665,2467,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lords%20Prayer%20Path%20To%20Inner%20Peace.mp3'),(20666,2467,'wpfc_service_type','123'),(20667,2467,'sermon_description',''),(20668,2467,'bible_passages_start','s:1:\"1\";'),(20669,2467,'bible_passages_end','s:1:\"1\";'),(20670,2467,'sermon_date','1459710000'),(20671,2467,'sermon_date_auto','1'),(20672,2467,'Views','105'),(20673,2468,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:1:\"6\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"Power for Cave Dwellers.mp3\";s:9:\"sermon_id\";s:2:\"11\";s:5:\"count\";s:2:\"99\";s:8:\"duration\";s:5:\"32:17\";}}'),(20674,2468,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Power%20for%20Cave%20Dwellers.mp3'),(20675,2468,'wpfc_service_type','123'),(20676,2468,'sermon_description',''),(20677,2468,'bible_passages_start','s:1:\"1\";'),(20678,2468,'bible_passages_end','s:1:\"1\";'),(20679,2468,'sermon_date','1459105200'),(20680,2468,'sermon_date_auto','1'),(20681,2468,'Views','99'),(20682,2469,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"The Lord\'s Prayer part 7.mp3\";s:9:\"sermon_id\";s:2:\"12\";s:5:\"count\";s:2:\"98\";s:8:\"duration\";s:5:\"39:37\";}}'),(20683,2469,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Lord%27s%20Prayer%20part%207.mp3'),(20684,2469,'wpfc_service_type','121'),(20685,2469,'sermon_description',''),(20686,2469,'bible_passages_start','s:1:\"1\";'),(20687,2469,'bible_passages_end','s:1:\"1\";'),(20688,2469,'sermon_date','1466332200'),(20689,2469,'sermon_date_auto','1'),(20690,2469,'Views','98'),(20691,2470,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"12\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:14:\"Toughen Up.mp3\";s:9:\"sermon_id\";s:2:\"13\";s:5:\"count\";s:2:\"97\";s:8:\"duration\";s:5:\"42:35\";}}'),(20692,2470,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up.mp3'),(20693,2470,'wpfc_service_type','121'),(20694,2470,'sermon_description',''),(20695,2470,'bible_passages_start','s:1:\"1\";'),(20696,2470,'bible_passages_end','s:1:\"1\";'),(20697,2470,'sermon_date','1466937000'),(20698,2470,'sermon_date_auto','1'),(20699,2470,'Views','97'),(20700,2471,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Toughen Up part 2.mp3\";s:9:\"sermon_id\";s:2:\"14\";s:5:\"count\";s:3:\"126\";s:8:\"duration\";s:5:\"33:57\";}}'),(20701,2471,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%202.mp3'),(20702,2471,'wpfc_service_type','121'),(20703,2471,'sermon_description',''),(20704,2471,'bible_passages_start','s:1:\"1\";'),(20705,2471,'bible_passages_end','s:1:\"1\";'),(20706,2471,'sermon_date','1467541800'),(20707,2471,'sermon_date_auto','1'),(20708,2471,'Views','126'),(20709,2472,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Toughen Up part 3.mp3\";s:9:\"sermon_id\";s:2:\"15\";s:5:\"count\";s:3:\"103\";s:8:\"duration\";s:5:\"59:52\";}}'),(20710,2472,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Toughen%20Up%20part%203.mp3'),(20711,2472,'wpfc_service_type','121'),(20712,2472,'sermon_description',''),(20713,2472,'bible_passages_start','s:1:\"1\";'),(20714,2472,'bible_passages_end','s:1:\"1\";'),(20715,2472,'sermon_date','1468146600'),(20716,2472,'sermon_date_auto','1'),(20717,2472,'Views','103'),(20718,2473,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"Work and Witness Report.mp3\";s:9:\"sermon_id\";s:2:\"16\";s:5:\"count\";s:3:\"113\";s:8:\"duration\";s:5:\"36:16\";}}'),(20719,2473,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Work%20and%20Witness%20Report.mp3'),(20720,2473,'wpfc_service_type','121'),(20721,2473,'sermon_description',''),(20722,2473,'bible_passages_start','s:1:\"1\";'),(20723,2473,'bible_passages_end','s:1:\"1\";'),(20724,2473,'sermon_date','1468751400'),(20725,2473,'sermon_date_auto','1'),(20726,2473,'Views','113'),(20727,2474,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:20:\"Its Not Too Late.mp3\";s:9:\"sermon_id\";s:2:\"17\";s:5:\"count\";s:3:\"126\";s:8:\"duration\";s:5:\"32:47\";}}'),(20728,2474,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Its%20Not%20Too%20Late.mp3'),(20729,2474,'wpfc_service_type','121'),(20730,2474,'sermon_description',''),(20731,2474,'bible_passages_start','s:1:\"1\";'),(20732,2474,'bible_passages_end','s:1:\"1\";'),(20733,2474,'sermon_date','1469356200'),(20734,2474,'sermon_date_auto','1'),(20735,2474,'Views','126'),(20736,2475,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"It Will Take a Miracle Part 2.mp3\";s:9:\"sermon_id\";s:2:\"18\";s:5:\"count\";s:3:\"118\";s:8:\"duration\";s:5:\"29:33\";}}'),(20737,2475,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20a%20Miracle%20Part%202.mp3'),(20738,2475,'wpfc_service_type','121'),(20739,2475,'sermon_description',''),(20740,2475,'bible_passages_start','s:1:\"1\";'),(20741,2475,'bible_passages_end','s:1:\"1\";'),(20742,2475,'sermon_date','1469961000'),(20743,2475,'sermon_date_auto','1'),(20744,2475,'Views','118'),(20745,2476,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"When I Can\'t See My Way.mp3\";s:9:\"sermon_id\";s:2:\"19\";s:5:\"count\";s:3:\"125\";s:8:\"duration\";s:5:\"35:26\";}}'),(20746,2476,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20I%20Can%27t%20See%20My%20Way.mp3'),(20747,2476,'wpfc_service_type','121'),(20748,2476,'sermon_description',''),(20749,2476,'bible_passages_start','s:1:\"1\";'),(20750,2476,'bible_passages_end','s:1:\"1\";'),(20751,2476,'sermon_date','1471170600'),(20752,2476,'sermon_date_auto','1'),(20753,2476,'Views','125'),(20754,2477,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"The Church In The Middle.mp3\";s:9:\"sermon_id\";s:2:\"20\";s:5:\"count\";s:3:\"123\";s:8:\"duration\";s:5:\"57:39\";}}'),(20755,2477,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Church%20In%20The%20Middle.mp3'),(20756,2477,'wpfc_service_type','121'),(20757,2477,'sermon_description',''),(20758,2477,'bible_passages_start','s:1:\"1\";'),(20759,2477,'bible_passages_end','s:1:\"1\";'),(20760,2477,'sermon_date','1470565800'),(20761,2477,'sermon_date_auto','1'),(20762,2477,'Views','123'),(20763,2478,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"When You Need A Fresh Part 2.mp3\";s:9:\"sermon_id\";s:2:\"21\";s:5:\"count\";s:3:\"126\";s:8:\"duration\";s:5:\"37:08\";}}'),(20764,2478,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20You%20Need%20A%20Fresh%20Part%202.mp3'),(20765,2478,'wpfc_service_type','121'),(20766,2478,'sermon_description',''),(20767,2478,'bible_passages_start','s:1:\"1\";'),(20768,2478,'bible_passages_end','s:1:\"1\";'),(20769,2478,'sermon_date','1471775400'),(20770,2478,'sermon_date_auto','1'),(20771,2478,'Views','126'),(20772,2479,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"It Will Take A Miracle part 5.mp3\";s:9:\"sermon_id\";s:2:\"22\";s:5:\"count\";s:3:\"139\";s:8:\"duration\";s:5:\"31:17\";}}'),(20773,2479,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/It%20Will%20Take%20A%20Miracle%20part%205.mp3'),(20774,2479,'wpfc_service_type','121'),(20775,2479,'sermon_description',''),(20776,2479,'bible_passages_start','s:1:\"1\";'),(20777,2479,'bible_passages_end','s:1:\"1\";'),(20778,2479,'sermon_date','1472380200'),(20779,2479,'sermon_date_auto','1'),(20780,2479,'Views','139'),(20781,2480,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"What Matters Most.mp3\";s:9:\"sermon_id\";s:2:\"23\";s:5:\"count\";s:3:\"131\";s:8:\"duration\";s:5:\"38:46\";}}'),(20782,2480,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Matters%20Most.mp3'),(20783,2480,'wpfc_service_type','121'),(20784,2480,'sermon_description',''),(20785,2480,'bible_passages_start','s:1:\"1\";'),(20786,2480,'bible_passages_end','s:1:\"1\";'),(20787,2480,'sermon_date','1473589800'),(20788,2480,'sermon_date_auto','1'),(20789,2480,'Views','131'),(20790,2481,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:14:\"The Webb\'s.mp3\";s:9:\"sermon_id\";s:2:\"24\";s:5:\"count\";s:3:\"105\";s:8:\"duration\";s:5:\"31:18\";}}'),(20791,2481,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Webb%27s.mp3'),(20792,2481,'wpfc_service_type','121'),(20793,2481,'sermon_description','Costa Rica'),(20794,2481,'bible_passages_start','s:1:\"1\";'),(20795,2481,'bible_passages_end','s:1:\"1\";'),(20796,2481,'sermon_date','1474799400'),(20797,2481,'sermon_date_auto','1'),(20798,2481,'Views','105'),(20799,2482,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"The Stages of Spiritual Decay.mp3\";s:9:\"sermon_id\";s:2:\"25\";s:5:\"count\";s:3:\"102\";s:8:\"duration\";s:5:\"36:36\";}}'),(20800,2482,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Stages%20of%20Spiritual%20Decay.mp3'),(20801,2482,'wpfc_service_type','121'),(20802,2482,'sermon_description',''),(20803,2482,'bible_passages_start','s:1:\"1\";'),(20804,2482,'bible_passages_end','s:1:\"1\";'),(20805,2482,'sermon_date','1475404200'),(20806,2482,'sermon_date_auto','1'),(20807,2482,'Views','102'),(20808,2483,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:26:\"A Heart For Friendship.mp3\";s:9:\"sermon_id\";s:2:\"26\";s:5:\"count\";s:3:\"108\";s:8:\"duration\";s:5:\"40:12\";}}'),(20809,2483,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Heart%20For%20Friendship.mp3'),(20810,2483,'wpfc_service_type','121'),(20811,2483,'sermon_description',''),(20812,2483,'bible_passages_start','s:1:\"1\";'),(20813,2483,'bible_passages_end','s:1:\"1\";'),(20814,2483,'sermon_date','1476009000'),(20815,2483,'sermon_date_auto','1'),(20816,2483,'Views','108'),(20817,2484,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"A Discouraged Heart.mp3\";s:9:\"sermon_id\";s:2:\"27\";s:5:\"count\";s:3:\"112\";s:8:\"duration\";s:5:\"30:33\";}}'),(20818,2484,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Discouraged%20Heart.mp3'),(20819,2484,'wpfc_service_type','121'),(20820,2484,'sermon_description',''),(20821,2484,'bible_passages_start','s:1:\"1\";'),(20822,2484,'bible_passages_end','s:1:\"1\";'),(20823,2484,'sermon_date','1476613800'),(20824,2484,'sermon_date_auto','1'),(20825,2484,'Views','112'),(20826,2485,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Part 2 - A Courageous Heart.mp3\";s:9:\"sermon_id\";s:2:\"28\";s:5:\"count\";s:3:\"105\";s:8:\"duration\";s:5:\"36:40\";}}'),(20827,2485,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Part%202%20-%20A%20Courageous%20Heart.mp3'),(20828,2485,'wpfc_service_type','121'),(20829,2485,'sermon_description',''),(20830,2485,'bible_passages_start','s:1:\"1\";'),(20831,2485,'bible_passages_end','s:1:\"1\";'),(20832,2485,'sermon_date','1474194600'),(20833,2485,'sermon_date_auto','1'),(20834,2485,'Views','105'),(20835,2486,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Developing A Generous Heart.mp3\";s:9:\"sermon_id\";s:2:\"29\";s:5:\"count\";s:2:\"98\";s:8:\"duration\";s:5:\"41:57\";}}'),(20836,2486,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Developing%20A%20Generous%20Heart.mp3'),(20837,2486,'wpfc_service_type','121'),(20838,2486,'sermon_description','2 Samuel 24\r\n1 Chronicles 29'),(20839,2486,'bible_passages_start','s:1:\"1\";'),(20840,2486,'bible_passages_end','s:1:\"1\";'),(20841,2486,'sermon_date','1477218600'),(20842,2486,'sermon_date_auto','1'),(20843,2486,'Views','98'),(20844,2487,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:20:\"A Contrite Heart.mp3\";s:9:\"sermon_id\";s:2:\"30\";s:5:\"count\";s:3:\"114\";s:8:\"duration\";s:5:\"35:51\";}}'),(20845,2487,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Contrite%20Heart.mp3'),(20846,2487,'wpfc_service_type','121'),(20847,2487,'sermon_description',''),(20848,2487,'bible_passages_start','s:1:\"1\";'),(20849,2487,'bible_passages_end','s:1:\"1\";'),(20850,2487,'sermon_date','1478428200'),(20851,2487,'sermon_date_auto','1'),(20852,2487,'Views','114'),(20853,2488,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"A Passionate Heart.mp3\";s:9:\"sermon_id\";s:2:\"31\";s:5:\"count\";s:3:\"112\";s:8:\"duration\";s:5:\"34:21\";}}'),(20854,2488,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/A%20Passionate%20Heart.mp3'),(20855,2488,'wpfc_service_type','121'),(20856,2488,'sermon_description',''),(20857,2488,'bible_passages_start','s:1:\"1\";'),(20858,2488,'bible_passages_end','s:1:\"1\";'),(20859,2488,'sermon_date','1479033000'),(20860,2488,'sermon_date_auto','1'),(20861,2488,'Views','112'),(20862,2489,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Scandalous Christmas.mp3\";s:9:\"sermon_id\";s:2:\"32\";s:5:\"count\";s:3:\"123\";s:8:\"duration\";s:5:\"35:21\";}}'),(20863,2489,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Scandalous%20Christmas.mp3'),(20864,2489,'wpfc_service_type','121'),(20865,2489,'sermon_description',''),(20866,2489,'bible_passages_start','s:1:\"1\";'),(20867,2489,'bible_passages_end','s:1:\"1\";'),(20868,2489,'sermon_date','1480847400'),(20869,2489,'sermon_date_auto','1'),(20870,2489,'Views','123'),(20871,2490,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Story of Judah.mp3\";s:9:\"sermon_id\";s:2:\"33\";s:5:\"count\";s:3:\"101\";s:8:\"duration\";s:5:\"37:17\";}}'),(20872,2490,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Story%20of%20Judah.mp3'),(20873,2490,'wpfc_service_type','121'),(20874,2490,'sermon_description',''),(20875,2490,'bible_passages_start','s:1:\"1\";'),(20876,2490,'bible_passages_end','s:1:\"1\";'),(20877,2490,'sermon_date','1481452200'),(20878,2490,'sermon_date_auto','1'),(20879,2490,'Views','101'),(20880,2491,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:17:\"Rahab\'s Story.mp3\";s:9:\"sermon_id\";s:2:\"34\";s:5:\"count\";s:3:\"165\";s:8:\"duration\";s:5:\"32:56\";}}'),(20881,2491,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Rahab%27s%20Story.mp3'),(20882,2491,'wpfc_service_type','121'),(20883,2491,'sermon_description',''),(20884,2491,'bible_passages_start','s:1:\"1\";'),(20885,2491,'bible_passages_end','s:1:\"1\";'),(20886,2491,'sermon_date','1482057000'),(20887,2491,'sermon_date_auto','1'),(20888,2491,'Views','165'),(20889,2492,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"176\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"Convert vs Disciple.mp3\";s:9:\"sermon_id\";s:2:\"35\";s:5:\"count\";s:3:\"176\";s:8:\"duration\";s:5:\"48:42\";}}'),(20890,2492,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Convert%20vs%20Disciple.mp3'),(20891,2492,'wpfc_service_type','121'),(20892,2492,'sermon_description',''),(20893,2492,'bible_passages_start','s:1:\"1\";'),(20894,2492,'bible_passages_end','s:1:\"1\";'),(20895,2492,'sermon_date','1483266600'),(20896,2492,'sermon_date_auto','1'),(20897,2492,'Views','176'),(20898,2493,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:26:\"The Power of Decisions.mp3\";s:9:\"sermon_id\";s:2:\"36\";s:5:\"count\";s:3:\"180\";s:8:\"duration\";s:5:\"37:19\";}}'),(20899,2493,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Power%20of%20Decisions.mp3'),(20900,2493,'wpfc_service_type','121'),(20901,2493,'sermon_description',''),(20902,2493,'bible_passages_start','s:1:\"1\";'),(20903,2493,'bible_passages_end','s:1:\"1\";'),(20904,2493,'sermon_date','1483871400'),(20905,2493,'sermon_date_auto','1'),(20906,2493,'Views','180'),(20907,2494,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"178\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"It\'s Decision Time.mp3\";s:9:\"sermon_id\";s:2:\"37\";s:5:\"count\";s:3:\"143\";s:8:\"duration\";s:5:\"45:52\";}}'),(20908,2494,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time.mp3'),(20909,2494,'wpfc_service_type','121'),(20910,2494,'sermon_description',''),(20911,2494,'bible_passages_start','s:1:\"1\";'),(20912,2494,'bible_passages_end','s:1:\"1\";'),(20913,2494,'sermon_date','1484476200'),(20914,2494,'sermon_date_auto','1'),(20915,2494,'Views','143'),(20916,2495,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:29:\"It\'s Decision Time part 3.mp3\";s:9:\"sermon_id\";s:2:\"38\";s:5:\"count\";s:3:\"157\";s:8:\"duration\";s:5:\"37:53\";}}'),(20917,2495,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20part%203.mp3'),(20918,2495,'wpfc_service_type','121'),(20919,2495,'sermon_description',''),(20920,2495,'bible_passages_start','s:1:\"1\";'),(20921,2495,'bible_passages_end','s:1:\"1\";'),(20922,2495,'sermon_date','1485081000'),(20923,2495,'sermon_date_auto','1'),(20924,2495,'Views','157'),(20925,2496,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:29:\"It\'s Decision Time Part 4.mp3\";s:9:\"sermon_id\";s:2:\"39\";s:5:\"count\";s:3:\"167\";s:8:\"duration\";s:5:\"32:00\";}}'),(20926,2496,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/It%27s%20Decision%20Time%20Part%204.mp3'),(20927,2496,'wpfc_service_type','121'),(20928,2496,'sermon_description',''),(20929,2496,'bible_passages_start','s:1:\"1\";'),(20930,2496,'bible_passages_end','s:1:\"1\";'),(20931,2496,'sermon_date','1485685800'),(20932,2496,'sermon_date_auto','1'),(20933,2496,'Views','167'),(20934,2497,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"That Was Then, What About Now.mp3\";s:9:\"sermon_id\";s:2:\"40\";s:5:\"count\";s:3:\"186\";s:8:\"duration\";s:5:\"47:30\";}}'),(20935,2497,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now.mp3'),(20936,2497,'wpfc_service_type','121'),(20937,2497,'sermon_description',''),(20938,2497,'bible_passages_start','s:1:\"1\";'),(20939,2497,'bible_passages_end','s:1:\"1\";'),(20940,2497,'sermon_date','1486895400'),(20941,2497,'sermon_date_auto','1'),(20942,2497,'Views','186'),(20943,2498,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What About Now part 2.mp3\";s:9:\"sermon_id\";s:2:\"41\";s:5:\"count\";s:3:\"180\";s:8:\"duration\";s:5:\"42:23\";}}'),(20944,2498,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%202.mp3'),(20945,2498,'wpfc_service_type','121'),(20946,2498,'sermon_description',''),(20947,2498,'bible_passages_start','s:1:\"1\";'),(20948,2498,'bible_passages_end','s:1:\"1\";'),(20949,2498,'sermon_date','1487500200'),(20950,2498,'sermon_date_auto','1'),(20951,2498,'Views','180'),(20952,2499,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What About Now part 3.mp3\";s:9:\"sermon_id\";s:2:\"42\";s:5:\"count\";s:3:\"153\";s:8:\"duration\";s:5:\"46:21\";}}'),(20953,2499,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%203.mp3'),(20954,2499,'wpfc_service_type','121'),(20955,2499,'sermon_description',''),(20956,2499,'bible_passages_start','s:1:\"1\";'),(20957,2499,'bible_passages_end','s:1:\"1\";'),(20958,2499,'sermon_date','1488105000'),(20959,2499,'sermon_date_auto','1'),(20960,2499,'Views','153'),(20961,2500,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What About Now part 4.mp3\";s:9:\"sermon_id\";s:2:\"43\";s:5:\"count\";s:3:\"168\";s:8:\"duration\";s:5:\"51:47\";}}'),(20962,2500,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%204.mp3'),(20963,2500,'wpfc_service_type','121'),(20964,2500,'sermon_description',''),(20965,2500,'bible_passages_start','s:1:\"1\";'),(20966,2500,'bible_passages_end','s:1:\"1\";'),(20967,2500,'sermon_date','1488709800'),(20968,2500,'sermon_date_auto','1'),(20969,2500,'Views','168'),(20970,2501,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What About Now part 5.mp3\";s:9:\"sermon_id\";s:2:\"44\";s:5:\"count\";s:3:\"166\";s:8:\"duration\";s:5:\"48:21\";}}'),(20971,2501,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%205.mp3'),(20972,2501,'wpfc_service_type','121'),(20973,2501,'sermon_description',''),(20974,2501,'bible_passages_start','s:1:\"1\";'),(20975,2501,'bible_passages_end','s:1:\"1\";'),(20976,2501,'sermon_date','1489314600'),(20977,2501,'sermon_date_auto','1'),(20978,2501,'Views','166'),(20979,2502,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What About Now part 6.mp3\";s:9:\"sermon_id\";s:2:\"45\";s:5:\"count\";s:3:\"185\";s:8:\"duration\";s:5:\"39:23\";}}'),(20980,2502,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20About%20Now%20part%206.mp3'),(20981,2502,'wpfc_service_type','121'),(20982,2502,'sermon_description',''),(20983,2502,'bible_passages_start','s:1:\"1\";'),(20984,2502,'bible_passages_end','s:1:\"1\";'),(20985,2502,'sermon_date','1489919400'),(20986,2502,'sermon_date_auto','1'),(20987,2502,'Views','185'),(20988,2503,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:40:\"That Was Then, What ABout Now part 7.mp3\";s:9:\"sermon_id\";s:2:\"46\";s:5:\"count\";s:3:\"218\";s:8:\"duration\";s:5:\"41:42\";}}'),(20989,2503,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/That%20Was%20Then%2C%20What%20ABout%20Now%20part%207.mp3'),(20990,2503,'wpfc_service_type','121'),(20991,2503,'sermon_description',''),(20992,2503,'bible_passages_start','s:1:\"1\";'),(20993,2503,'bible_passages_end','s:1:\"1\";'),(20994,2503,'sermon_date','1490524200'),(20995,2503,'sermon_date_auto','1'),(20996,2503,'Views','218'),(20997,2504,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Rest For Weary Souls.mp3\";s:9:\"sermon_id\";s:2:\"47\";s:5:\"count\";s:3:\"168\";s:8:\"duration\";s:5:\"17:35\";}}'),(20998,2504,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls.mp3'),(20999,2504,'wpfc_service_type','121'),(21000,2504,'sermon_description',''),(21001,2504,'bible_passages_start','s:1:\"1\";'),(21002,2504,'bible_passages_end','s:1:\"1\";'),(21003,2504,'sermon_date','1491129000'),(21004,2504,'sermon_date_auto','1'),(21005,2504,'Views','168'),(21006,2505,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Rest For Weary Souls part 2.mp3\";s:9:\"sermon_id\";s:2:\"48\";s:5:\"count\";s:3:\"202\";s:8:\"duration\";s:5:\"35:53\";}}'),(21007,2505,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Rest%20For%20Weary%20Souls%20part%202.mp3'),(21008,2505,'wpfc_service_type','121'),(21009,2505,'sermon_description',''),(21010,2505,'bible_passages_start','s:1:\"1\";'),(21011,2505,'bible_passages_end','s:1:\"1\";'),(21012,2505,'sermon_date','1491733800'),(21013,2505,'sermon_date_auto','1'),(21014,2505,'Views','202'),(21015,2506,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:17:\"The Third Day.mp3\";s:9:\"sermon_id\";s:2:\"49\";s:5:\"count\";s:3:\"153\";s:8:\"duration\";s:5:\"31:44\";}}'),(21016,2506,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Third%20Day.mp3'),(21017,2506,'wpfc_service_type','121'),(21018,2506,'sermon_description',''),(21019,2506,'bible_passages_start','s:1:\"1\";'),(21020,2506,'bible_passages_end','s:1:\"1\";'),(21021,2506,'sermon_date','1492338600'),(21022,2506,'sermon_date_auto','1'),(21023,2506,'Views','153'),(21024,2507,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:9:\"Jonah.mp3\";s:9:\"sermon_id\";s:2:\"50\";s:5:\"count\";s:3:\"187\";s:8:\"duration\";s:5:\"34:06\";}}'),(21025,2507,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah.mp3'),(21026,2507,'wpfc_service_type','121'),(21027,2507,'sermon_description',''),(21028,2507,'bible_passages_start','s:1:\"1\";'),(21029,2507,'bible_passages_end','s:1:\"1\";'),(21030,2507,'sermon_date','1492943400'),(21031,2507,'sermon_date_auto','1'),(21032,2507,'Views','187'),(21033,2508,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"Jonah part 2.mp3\";s:9:\"sermon_id\";s:2:\"51\";s:5:\"count\";s:3:\"140\";s:8:\"duration\";s:5:\"34:49\";}}'),(21034,2508,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%202.mp3'),(21035,2508,'wpfc_service_type','121'),(21036,2508,'sermon_description',''),(21037,2508,'bible_passages_start','s:1:\"1\";'),(21038,2508,'bible_passages_end','s:1:\"1\";'),(21039,2508,'sermon_date','1493548200'),(21040,2508,'sermon_date_auto','1'),(21041,2508,'Views','140'),(21042,2509,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"Jonah part 3.mp3\";s:9:\"sermon_id\";s:2:\"52\";s:5:\"count\";s:3:\"134\";s:8:\"duration\";s:5:\"39:09\";}}'),(21043,2509,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Jonah%20part%203.mp3'),(21044,2509,'wpfc_service_type','121'),(21045,2509,'sermon_description',''),(21046,2509,'bible_passages_start','s:1:\"1\";'),(21047,2509,'bible_passages_end','s:1:\"1\";'),(21048,2509,'sermon_date','1494757800'),(21049,2509,'sermon_date_auto','1'),(21050,2509,'Views','134'),(21051,2510,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"Spiritual Influence.mp3\";s:9:\"sermon_id\";s:2:\"53\";s:5:\"count\";s:3:\"170\";s:8:\"duration\";s:5:\"45:14\";}}'),(21052,2510,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Spiritual%20Influence.mp3'),(21053,2510,'wpfc_service_type','121'),(21054,2510,'sermon_description',''),(21055,2510,'bible_passages_start','s:1:\"1\";'),(21056,2510,'bible_passages_end','s:1:\"1\";'),(21057,2510,'sermon_date','1496572200'),(21058,2510,'sermon_date_auto','1'),(21059,2510,'Views','170'),(21060,2511,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"The Ministry of Admonition.mp3\";s:9:\"sermon_id\";s:2:\"54\";s:5:\"count\";s:3:\"150\";s:8:\"duration\";s:5:\"34:32\";}}'),(21061,2511,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Ministry%20of%20Admonition.mp3'),(21062,2511,'wpfc_service_type','121'),(21063,2511,'sermon_description',''),(21064,2511,'bible_passages_start','s:1:\"1\";'),(21065,2511,'bible_passages_end','s:1:\"1\";'),(21066,2511,'sermon_date','1497177000'),(21067,2511,'sermon_date_auto','1'),(21068,2511,'Views','150'),(21069,2512,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"The Importance of Teaching.mp3\";s:9:\"sermon_id\";s:2:\"55\";s:5:\"count\";s:3:\"210\";s:8:\"duration\";s:5:\"41:49\";}}'),(21070,2512,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Importance%20of%20Teaching.mp3'),(21071,2512,'wpfc_service_type','121'),(21072,2512,'sermon_description',''),(21073,2512,'bible_passages_start','s:1:\"1\";'),(21074,2512,'bible_passages_end','s:1:\"1\";'),(21075,2512,'sermon_date','1497781800'),(21076,2512,'sermon_date_auto','1'),(21077,2512,'Views','210'),(21078,2513,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:35:\"Living A Life Full of Influence.mp3\";s:9:\"sermon_id\";s:2:\"56\";s:5:\"count\";s:3:\"139\";s:8:\"duration\";s:5:\"38:18\";}}'),(21079,2513,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Life%20Full%20of%20Influence.mp3'),(21080,2513,'wpfc_service_type','121'),(21081,2513,'sermon_description',''),(21082,2513,'bible_passages_start','s:1:\"1\";'),(21083,2513,'bible_passages_end','s:1:\"1\";'),(21084,2513,'sermon_date','1498386600'),(21085,2513,'sermon_date_auto','1'),(21086,2513,'Views','139'),(21087,2514,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:43:\"The Jewish Roots of Our Christian Faith.mp3\";s:9:\"sermon_id\";s:2:\"57\";s:5:\"count\";s:3:\"139\";s:8:\"duration\";s:5:\"41:39\";}}'),(21088,2514,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Jewish%20Roots%20of%20Our%20Christian%20Faith.mp3'),(21089,2514,'wpfc_service_type','121'),(21090,2514,'sermon_description',''),(21091,2514,'bible_passages_start','s:1:\"1\";'),(21092,2514,'bible_passages_end','s:1:\"1\";'),(21093,2514,'sermon_date','1499596200'),(21094,2514,'sermon_date_auto','1'),(21095,2514,'Views','139'),(21096,2515,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"199\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:46:\"Are We Overselling Christan Transformation.mp3\";s:9:\"sermon_id\";s:2:\"58\";s:5:\"count\";s:3:\"168\";s:8:\"duration\";s:5:\"49:02\";}}'),(21097,2515,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20We%20Overselling%20Christan%20Transformation.mp3'),(21098,2515,'wpfc_service_type','123'),(21099,2515,'sermon_description',''),(21100,2515,'bible_passages_start','s:1:\"1\";'),(21101,2515,'bible_passages_end','s:1:\"1\";'),(21102,2515,'sermon_date','1500231600'),(21103,2515,'sermon_date_auto','1'),(21104,2515,'Views','168'),(21105,2516,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"200\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:13:\"The Bible.mp3\";s:9:\"sermon_id\";s:2:\"59\";s:5:\"count\";s:3:\"165\";s:8:\"duration\";s:5:\"38:32\";}}'),(21106,2516,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bible.mp3'),(21107,2516,'wpfc_service_type','121'),(21108,2516,'sermon_description',''),(21109,2516,'bible_passages_start','s:1:\"1\";'),(21110,2516,'bible_passages_end','s:1:\"1\";'),(21111,2516,'sermon_date','1501410600'),(21112,2516,'sermon_date_auto','1'),(21113,2516,'Views','165'),(21114,2517,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"201\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"God\'s Text Message.mp3\";s:9:\"sermon_id\";s:2:\"60\";s:5:\"count\";s:3:\"152\";s:8:\"duration\";s:5:\"49:25\";}}'),(21115,2517,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message.mp3'),(21116,2517,'wpfc_service_type','121'),(21117,2517,'sermon_description',''),(21118,2517,'bible_passages_start','s:1:\"1\";'),(21119,2517,'bible_passages_end','s:1:\"1\";'),(21120,2517,'sermon_date','1502015400'),(21121,2517,'sermon_date_auto','1'),(21122,2517,'Views','152'),(21123,2518,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"202\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:29:\"God\'s Text Message part 2.mp3\";s:9:\"sermon_id\";s:2:\"61\";s:5:\"count\";s:3:\"149\";s:8:\"duration\";s:5:\"38:03\";}}'),(21124,2518,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/God%27s%20Text%20Message%20part%202.mp3'),(21125,2518,'wpfc_service_type','121'),(21126,2518,'sermon_description',''),(21127,2518,'bible_passages_start','s:1:\"1\";'),(21128,2518,'bible_passages_end','s:1:\"1\";'),(21129,2518,'sermon_date','1502620200'),(21130,2518,'sermon_date_auto','1'),(21131,2518,'Views','149'),(21132,2519,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"203\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"Living A Resilient.mp3\";s:9:\"sermon_id\";s:2:\"62\";s:5:\"count\";s:3:\"164\";s:8:\"duration\";s:5:\"37:02\";}}'),(21133,2519,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20A%20Resilient.mp3'),(21134,2519,'wpfc_service_type','121'),(21135,2519,'sermon_description',''),(21136,2519,'bible_passages_start','s:1:\"1\";'),(21137,2519,'bible_passages_end','s:1:\"1\";'),(21138,2519,'sermon_date','1503225000'),(21139,2519,'sermon_date_auto','1'),(21140,2519,'Views','164'),(21141,2520,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"204\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"But even if He does not..mp3\";s:9:\"sermon_id\";s:2:\"63\";s:5:\"count\";s:3:\"192\";s:8:\"duration\";s:5:\"36:39\";}}'),(21142,2520,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/But%20even%20if%20He%20does%20not..mp3'),(21143,2520,'wpfc_service_type','121'),(21144,2520,'sermon_description',''),(21145,2520,'bible_passages_start','s:1:\"1\";'),(21146,2520,'bible_passages_end','s:1:\"1\";'),(21147,2520,'sermon_date','1503829800'),(21148,2520,'sermon_date_auto','1'),(21149,2520,'Views','192'),(21150,2521,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"205\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Assured part 3.mp3\";s:9:\"sermon_id\";s:2:\"64\";s:5:\"count\";s:3:\"182\";s:8:\"duration\";s:5:\"50:29\";}}'),(21151,2521,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Assured%20part%203.mp3'),(21152,2521,'wpfc_service_type','121'),(21153,2521,'sermon_description',''),(21154,2521,'bible_passages_start','s:1:\"1\";'),(21155,2521,'bible_passages_end','s:1:\"1\";'),(21156,2521,'sermon_date','1506249000'),(21157,2521,'sermon_date_auto','1'),(21158,2521,'Views','182'),(21159,2522,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"206\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"The Fellowship With God Test.mp3\";s:9:\"sermon_id\";s:2:\"65\";s:5:\"count\";s:3:\"153\";s:8:\"duration\";s:5:\"42:35\";}}'),(21160,2522,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Fellowship%20With%20God%20Test.mp3'),(21161,2522,'wpfc_service_type','121'),(21162,2522,'sermon_description',''),(21163,2522,'bible_passages_start','s:1:\"1\";'),(21164,2522,'bible_passages_end','s:1:\"1\";'),(21165,2522,'sermon_date','1505644200'),(21166,2522,'sermon_date_auto','1'),(21167,2522,'Views','153'),(21168,2523,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"207\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:17:\"Daniel Part 3.mp3\";s:9:\"sermon_id\";s:2:\"66\";s:5:\"count\";s:3:\"138\";s:8:\"duration\";s:5:\"31:03\";}}'),(21169,2523,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Daniel%20Part%203.mp3'),(21170,2523,'wpfc_service_type','121'),(21171,2523,'sermon_description',''),(21172,2523,'bible_passages_start','s:1:\"1\";'),(21173,2523,'bible_passages_end','s:1:\"1\";'),(21174,2523,'sermon_date','1504434600'),(21175,2523,'sermon_date_auto','1'),(21176,2523,'Views','138'),(21177,2524,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"208\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:37:\"The Affections For The World Test.mp3\";s:9:\"sermon_id\";s:2:\"67\";s:5:\"count\";s:3:\"194\";s:8:\"duration\";s:5:\"40:50\";}}'),(21178,2524,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Affections%20For%20The%20World%20Test.mp3'),(21179,2524,'wpfc_service_type','121'),(21180,2524,'sermon_description',''),(21181,2524,'bible_passages_start','s:1:\"1\";'),(21182,2524,'bible_passages_end','s:1:\"1\";'),(21183,2524,'sermon_date','1507458600'),(21184,2524,'sermon_date_auto','1'),(21185,2524,'Views','194'),(21186,2525,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"209\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:15:\"Hospitality.mp3\";s:9:\"sermon_id\";s:2:\"68\";s:5:\"count\";s:3:\"231\";s:8:\"duration\";s:5:\"39:52\";}}'),(21187,2525,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Hospitality.mp3'),(21188,2525,'wpfc_service_type','121'),(21189,2525,'sermon_description',''),(21190,2525,'bible_passages_start','s:1:\"1\";'),(21191,2525,'bible_passages_end','s:1:\"1\";'),(21192,2525,'sermon_date','1508063400'),(21193,2525,'sermon_date_auto','1'),(21194,2525,'Views','231'),(21195,2526,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"210\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"Freedom Worth Fighting For.mp3\";s:9:\"sermon_id\";s:2:\"69\";s:5:\"count\";s:3:\"172\";s:8:\"duration\";s:5:\"55:00\";}}'),(21196,2526,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20Worth%20Fighting%20For.mp3'),(21197,2526,'wpfc_service_type','121'),(21198,2526,'sermon_description',''),(21199,2526,'bible_passages_start','s:1:\"1\";'),(21200,2526,'bible_passages_end','s:1:\"1\";'),(21201,2526,'sermon_date','1508668200'),(21202,2526,'sermon_date_auto','1'),(21203,2526,'Views','172'),(21204,2527,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"212\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Freedom part 3.mp3\";s:9:\"sermon_id\";s:2:\"71\";s:5:\"count\";s:3:\"192\";s:8:\"duration\";s:5:\"42:06\";}}'),(21205,2527,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%203.mp3'),(21206,2527,'wpfc_service_type','121'),(21207,2527,'sermon_description',''),(21208,2527,'bible_passages_start','s:1:\"1\";'),(21209,2527,'bible_passages_end','s:1:\"1\";'),(21210,2527,'sermon_date','1509877800'),(21211,2527,'sermon_date_auto','1'),(21212,2527,'Views','192'),(21213,2528,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"213\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:19:\"Freed To Change.mp3\";s:9:\"sermon_id\";s:2:\"72\";s:5:\"count\";s:3:\"194\";s:8:\"duration\";s:5:\"44:51\";}}'),(21214,2528,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freed%20To%20Change.mp3'),(21215,2528,'wpfc_service_type','121'),(21216,2528,'sermon_description',''),(21217,2528,'bible_passages_start','s:1:\"1\";'),(21218,2528,'bible_passages_end','s:1:\"1\";'),(21219,2528,'sermon_date','1510482600'),(21220,2528,'sermon_date_auto','1'),(21221,2528,'Views','194'),(21222,2529,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"214\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Freedom part 5.mp3\";s:9:\"sermon_id\";s:2:\"73\";s:5:\"count\";s:3:\"195\";s:8:\"duration\";s:5:\"36:04\";}}'),(21223,2529,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%205.mp3'),(21224,2529,'wpfc_service_type','121'),(21225,2529,'sermon_description',''),(21226,2529,'bible_passages_start','s:1:\"1\";'),(21227,2529,'bible_passages_end','s:1:\"1\";'),(21228,2529,'sermon_date','1511692200'),(21229,2529,'sermon_date_auto','1'),(21230,2529,'Views','195'),(21231,2530,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"215\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Freedom part 6.mp3\";s:9:\"sermon_id\";s:2:\"74\";s:5:\"count\";s:3:\"159\";s:8:\"duration\";s:5:\"50:54\";}}'),(21232,2530,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%206.mp3'),(21233,2530,'wpfc_service_type','121'),(21234,2530,'sermon_description',''),(21235,2530,'bible_passages_start','s:1:\"1\";'),(21236,2530,'bible_passages_end','s:1:\"1\";'),(21237,2530,'sermon_date','1512297000'),(21238,2530,'sermon_date_auto','1'),(21239,2530,'Views','159'),(21240,2531,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"216\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Freedom part 7.mp3\";s:9:\"sermon_id\";s:2:\"75\";s:5:\"count\";s:3:\"161\";s:8:\"duration\";s:5:\"49:49\";}}'),(21241,2531,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%207.mp3'),(21242,2531,'wpfc_service_type','121'),(21243,2531,'sermon_description',''),(21244,2531,'bible_passages_start','s:1:\"1\";'),(21245,2531,'bible_passages_end','s:1:\"1\";'),(21246,2531,'sermon_date','1512901800'),(21247,2531,'sermon_date_auto','1'),(21248,2531,'Views','161'),(21249,2532,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"217\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Freedom part 8.mp3\";s:9:\"sermon_id\";s:2:\"76\";s:5:\"count\";s:3:\"178\";s:8:\"duration\";s:5:\"44:45\";}}'),(21250,2532,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20part%208.mp3'),(21251,2532,'wpfc_service_type','121'),(21252,2532,'sermon_description',''),(21253,2532,'bible_passages_start','s:1:\"1\";'),(21254,2532,'bible_passages_end','s:1:\"1\";'),(21255,2532,'sermon_date','1513506600'),(21256,2532,'sermon_date_auto','1'),(21257,2532,'Views','178'),(21258,2533,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"218\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Christmas 2017.mp3\";s:9:\"sermon_id\";s:2:\"77\";s:5:\"count\";s:2:\"76\";s:8:\"duration\";s:5:\"17:26\";}}'),(21259,2533,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202017.mp3'),(21260,2533,'wpfc_service_type','121'),(21261,2533,'sermon_description',''),(21262,2533,'bible_passages_start','s:1:\"1\";'),(21263,2533,'bible_passages_end','s:1:\"1\";'),(21264,2533,'sermon_date','0'),(21265,2533,'sermon_date_auto','1'),(21266,2533,'Views','76'),(21267,2534,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"219\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:8:\"Magi.mp3\";s:9:\"sermon_id\";s:2:\"78\";s:5:\"count\";s:3:\"176\";s:8:\"duration\";s:5:\"45:16\";}}'),(21268,2534,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Magi.mp3'),(21269,2534,'wpfc_service_type','121'),(21270,2534,'sermon_description',''),(21271,2534,'bible_passages_start','s:1:\"1\";'),(21272,2534,'bible_passages_end','s:1:\"1\";'),(21273,2534,'sermon_date','1514716200'),(21274,2534,'sermon_date_auto','1'),(21275,2534,'Views','176'),(21276,2535,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"220\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:14:\"Guardrails.mp3\";s:9:\"sermon_id\";s:2:\"79\";s:5:\"count\";s:3:\"144\";s:8:\"duration\";s:5:\"38:25\";}}'),(21277,2535,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Guardrails.mp3'),(21278,2535,'wpfc_service_type','121'),(21279,2535,'sermon_description',''),(21280,2535,'bible_passages_start','s:1:\"1\";'),(21281,2535,'bible_passages_end','s:1:\"1\";'),(21282,2535,'sermon_date','1515321000'),(21283,2535,'sermon_date_auto','1'),(21284,2535,'Views','144'),(21285,2536,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"221\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:15:\"Friendships.mp3\";s:9:\"sermon_id\";s:2:\"80\";s:5:\"count\";s:3:\"128\";s:8:\"duration\";s:5:\"39:05\";}}'),(21286,2536,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Friendships.mp3'),(21287,2536,'wpfc_service_type','121'),(21288,2536,'sermon_description',''),(21289,2536,'bible_passages_start','s:1:\"1\";'),(21290,2536,'bible_passages_end','s:1:\"1\";'),(21291,2536,'sermon_date','1515925800'),(21292,2536,'sermon_date_auto','1'),(21293,2536,'Views','128'),(21294,2537,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"222\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:25:\"Friends With Benefits.mp3\";s:9:\"sermon_id\";s:2:\"81\";s:5:\"count\";s:3:\"159\";s:8:\"duration\";s:5:\"36:55\";}}'),(21295,2537,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Friends%20With%20Benefits.mp3'),(21296,2537,'wpfc_service_type','121'),(21297,2537,'sermon_description',''),(21298,2537,'bible_passages_start','s:1:\"1\";'),(21299,2537,'bible_passages_end','s:1:\"1\";'),(21300,2537,'sermon_date','1516530600'),(21301,2537,'sermon_date_auto','1'),(21302,2537,'Views','159'),(21303,2538,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"223\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Mastering Your Money.mp3\";s:9:\"sermon_id\";s:2:\"82\";s:5:\"count\";s:3:\"142\";s:8:\"duration\";s:5:\"49:24\";}}'),(21304,2538,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Mastering%20Your%20Money.mp3'),(21305,2538,'wpfc_service_type','121'),(21306,2538,'sermon_description',''),(21307,2538,'bible_passages_start','s:1:\"1\";'),(21308,2538,'bible_passages_end','s:1:\"1\";'),(21309,2538,'sermon_date','1517135400'),(21310,2538,'sermon_date_auto','1'),(21311,2538,'Views','142'),(21312,2539,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"224\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"Guarding Your Heart.mp3\";s:9:\"sermon_id\";s:2:\"83\";s:5:\"count\";s:3:\"140\";s:8:\"duration\";s:5:\"47:28\";}}'),(21313,2539,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Guarding%20Your%20Heart.mp3'),(21314,2539,'wpfc_service_type','121'),(21315,2539,'sermon_description',''),(21316,2539,'bible_passages_start','s:1:\"1\";'),(21317,2539,'bible_passages_end','s:1:\"1\";'),(21318,2539,'sermon_date','1517740200'),(21319,2539,'sermon_date_auto','1'),(21320,2539,'Views','140'),(21321,2540,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"225\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:37:\"What Do I Really Want For My Life.mp3\";s:9:\"sermon_id\";s:2:\"84\";s:5:\"count\";s:3:\"156\";s:8:\"duration\";s:5:\"33:24\";}}'),(21322,2540,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life.mp3'),(21323,2540,'wpfc_service_type','121'),(21324,2540,'sermon_description',''),(21325,2540,'bible_passages_start','s:1:\"1\";'),(21326,2540,'bible_passages_end','s:1:\"1\";'),(21327,2540,'sermon_date','1518345000'),(21328,2540,'sermon_date_auto','1'),(21329,2540,'Views','156'),(21330,2541,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"226\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:44:\"What Do I Really Want For My Life part 2.mp3\";s:9:\"sermon_id\";s:2:\"85\";s:5:\"count\";s:3:\"163\";s:8:\"duration\";s:5:\"38:41\";}}'),(21331,2541,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%202.mp3'),(21332,2541,'wpfc_service_type','121'),(21333,2541,'sermon_description',''),(21334,2541,'bible_passages_start','s:1:\"1\";'),(21335,2541,'bible_passages_end','s:1:\"1\";'),(21336,2541,'sermon_date','1518949800'),(21337,2541,'sermon_date_auto','1'),(21338,2541,'Views','163'),(21339,2542,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"227\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:44:\"What Do I Really Want For My Life part 3.mp3\";s:9:\"sermon_id\";s:2:\"86\";s:5:\"count\";s:3:\"135\";s:8:\"duration\";s:5:\"33:44\";}}'),(21340,2542,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%203.mp3'),(21341,2542,'wpfc_service_type','121'),(21342,2542,'sermon_description',''),(21343,2542,'bible_passages_start','s:1:\"1\";'),(21344,2542,'bible_passages_end','s:1:\"1\";'),(21345,2542,'sermon_date','1519554600'),(21346,2542,'sermon_date_auto','1'),(21347,2542,'Views','135'),(21348,2543,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"228\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:44:\"What Do I Really Want For My Life part 4.mp3\";s:9:\"sermon_id\";s:2:\"87\";s:5:\"count\";s:3:\"159\";s:8:\"duration\";s:5:\"37:37\";}}'),(21349,2543,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Do%20I%20Really%20Want%20For%20My%20Life%20part%204.mp3'),(21350,2543,'wpfc_service_type','121'),(21351,2543,'sermon_description',''),(21352,2543,'bible_passages_start','s:1:\"1\";'),(21353,2543,'bible_passages_end','s:1:\"1\";'),(21354,2543,'sermon_date','1520159400'),(21355,2543,'sermon_date_auto','1'),(21356,2543,'Views','159'),(21357,2544,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"Hang Together or Hang Seperately.mp3\";s:9:\"sermon_id\";s:2:\"88\";s:5:\"count\";s:3:\"154\";s:8:\"duration\";s:5:\"32:04\";}}'),(21358,2544,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Hang%20Together%20or%20Hang%20Seperately.mp3'),(21359,2544,'wpfc_service_type','121'),(21360,2544,'sermon_description',''),(21361,2544,'bible_passages_start','s:1:\"1\";'),(21362,2544,'bible_passages_end','s:1:\"1\";'),(21363,2544,'sermon_date','1520764200'),(21364,2544,'sermon_date_auto','1'),(21365,2544,'Views','154'),(21366,2545,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"When God Seems Not To Care.mp3\";s:9:\"sermon_id\";s:2:\"89\";s:5:\"count\";s:3:\"169\";s:8:\"duration\";s:5:\"35:49\";}}'),(21367,2545,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/When%20God%20Seems%20Not%20To%20Care.mp3'),(21368,2545,'wpfc_service_type','121'),(21369,2545,'sermon_description',''),(21370,2545,'bible_passages_start','s:1:\"1\";'),(21371,2545,'bible_passages_end','s:1:\"1\";'),(21372,2545,'sermon_date','1521369000'),(21373,2545,'sermon_date_auto','1'),(21374,2545,'Views','169'),(21375,2546,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:19:\"Are You Thirsty.mp3\";s:9:\"sermon_id\";s:2:\"90\";s:5:\"count\";s:3:\"160\";s:8:\"duration\";s:5:\"36:39\";}}'),(21376,2546,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Are%20You%20Thirsty.mp3'),(21377,2546,'wpfc_service_type','121'),(21378,2546,'sermon_description',''),(21379,2546,'bible_passages_start','s:1:\"1\";'),(21380,2546,'bible_passages_end','s:1:\"1\";'),(21381,2546,'sermon_date','1522578600'),(21382,2546,'sermon_date_auto','1'),(21383,2546,'Views','160'),(21384,2547,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"Philippians Part 1.mp3\";s:9:\"sermon_id\";s:2:\"91\";s:5:\"count\";s:3:\"107\";s:8:\"duration\";s:5:\"31:28\";}}'),(21385,2547,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Philippians%20Part%201.mp3'),(21386,2547,'wpfc_service_type','121'),(21387,2547,'sermon_description',''),(21388,2547,'bible_passages_start','s:1:\"1\";'),(21389,2547,'bible_passages_end','s:1:\"1\";'),(21390,2547,'sermon_date','1523183400'),(21391,2547,'sermon_date_auto','1'),(21392,2547,'Views','107'),(21393,2548,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:39:\"Powering Up Your Perspective part 2.mp3\";s:9:\"sermon_id\";s:2:\"92\";s:5:\"count\";s:3:\"120\";s:8:\"duration\";s:5:\"34:31\";}}'),(21394,2548,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Powering%20Up%20Your%20Perspective%20part%202.mp3'),(21395,2548,'wpfc_service_type','121'),(21396,2548,'sermon_description',''),(21397,2548,'bible_passages_start','s:1:\"1\";'),(21398,2548,'bible_passages_end','s:1:\"1\";'),(21399,2548,'sermon_date','1523788200'),(21400,2548,'sermon_date_auto','1'),(21401,2548,'Views','120'),(21402,2549,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:29:\"What Makes A Happy Couple.mp3\";s:9:\"sermon_id\";s:2:\"93\";s:5:\"count\";s:3:\"110\";s:8:\"duration\";s:5:\"44:45\";}}'),(21403,2549,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple.mp3'),(21404,2549,'wpfc_service_type','121'),(21405,2549,'sermon_description',''),(21406,2549,'bible_passages_start','s:1:\"1\";'),(21407,2549,'bible_passages_end','s:1:\"1\";'),(21408,2549,'sermon_date','1524997800'),(21409,2549,'sermon_date_auto','1'),(21410,2549,'Views','110'),(21411,2550,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"How We Think.mp3\";s:9:\"sermon_id\";s:2:\"94\";s:5:\"count\";s:3:\"133\";s:8:\"duration\";s:5:\"37:14\";}}'),(21412,2550,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20We%20Think.mp3'),(21413,2550,'wpfc_service_type','121'),(21414,2550,'sermon_description',''),(21415,2550,'bible_passages_start','s:1:\"1\";'),(21416,2550,'bible_passages_end','s:1:\"1\";'),(21417,2550,'sermon_date','1524393000'),(21418,2550,'sermon_date_auto','1'),(21419,2550,'Views','133'),(21420,2551,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"What Makes A Happy Couple Part 3.mp3\";s:9:\"sermon_id\";s:2:\"95\";s:5:\"count\";s:3:\"113\";s:8:\"duration\";s:5:\"39:50\";}}'),(21421,2551,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%203.mp3'),(21422,2551,'wpfc_service_type','121'),(21423,2551,'sermon_description',''),(21424,2551,'bible_passages_start','s:1:\"1\";'),(21425,2551,'bible_passages_end','s:1:\"1\";'),(21426,2551,'sermon_date','1526207400'),(21427,2551,'sermon_date_auto','1'),(21428,2551,'Views','113'),(21429,2552,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"What Makes A Happy Couple Part 2.mp3\";s:9:\"sermon_id\";s:2:\"96\";s:5:\"count\";s:3:\"121\";s:8:\"duration\";s:5:\"42:12\";}}'),(21430,2552,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20Part%202.mp3'),(21431,2552,'wpfc_service_type','121'),(21432,2552,'sermon_description',''),(21433,2552,'bible_passages_start','s:1:\"1\";'),(21434,2552,'bible_passages_end','s:1:\"1\";'),(21435,2552,'sermon_date','1525602600'),(21436,2552,'sermon_date_auto','1'),(21437,2552,'Views','121'),(21438,2553,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"What Makes A Happy Couple part 4.mp3\";s:9:\"sermon_id\";s:2:\"97\";s:5:\"count\";s:3:\"109\";s:8:\"duration\";s:5:\"42:19\";}}'),(21439,2553,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/What%20Makes%20A%20Happy%20Couple%20part%204.mp3'),(21440,2553,'wpfc_service_type','121'),(21441,2553,'sermon_description',''),(21442,2553,'bible_passages_start','s:1:\"1\";'),(21443,2553,'bible_passages_end','s:1:\"1\";'),(21444,2553,'sermon_date','1526812200'),(21445,2553,'sermon_date_auto','1'),(21446,2553,'Views','109'),(21447,2554,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"239\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:10:\"Listen.mp3\";s:9:\"sermon_id\";s:2:\"98\";s:5:\"count\";s:3:\"158\";s:8:\"duration\";s:5:\"44:08\";}}'),(21448,2554,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Listen.mp3'),(21449,2554,'wpfc_service_type','121'),(21450,2554,'sermon_description',''),(21451,2554,'bible_passages_start','s:1:\"1\";'),(21452,2554,'bible_passages_end','s:1:\"1\";'),(21453,2554,'sermon_date','1529836200'),(21454,2554,'sermon_date_auto','1'),(21455,2554,'Views','158'),(21456,2555,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"240\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"Lazarus and The Rich Man.mp3\";s:9:\"sermon_id\";s:2:\"99\";s:5:\"count\";s:3:\"143\";s:8:\"duration\";s:5:\"44:28\";}}'),(21457,2555,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Lazarus%20and%20The%20Rich%20Man.mp3'),(21458,2555,'wpfc_service_type','121'),(21459,2555,'sermon_description',''),(21460,2555,'bible_passages_start','s:1:\"1\";'),(21461,2555,'bible_passages_end','s:1:\"1\";'),(21462,2555,'sermon_date','1530441000'),(21463,2555,'sermon_date_auto','1'),(21464,2555,'Views','143'),(21465,2556,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"244\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:26:\"Exposing Our Longings1.mp3\";s:9:\"sermon_id\";s:3:\"103\";s:5:\"count\";s:2:\"80\";s:8:\"duration\";s:5:\"39:22\";}}'),(21466,2556,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Exposing%20Our%20Longings1.mp3'),(21467,2556,'wpfc_service_type','121'),(21468,2556,'sermon_description',''),(21469,2556,'bible_passages_start','s:1:\"1\";'),(21470,2556,'bible_passages_end','s:1:\"1\";'),(21471,2556,'sermon_date','1531045800'),(21472,2556,'sermon_date_auto','1'),(21473,2556,'Views','80'),(21474,2557,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"245\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Ask Seek Knock.mp3\";s:9:\"sermon_id\";s:3:\"104\";s:5:\"count\";s:2:\"87\";s:8:\"duration\";s:5:\"39:47\";}}'),(21475,2557,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Ask%20Seek%20Knock.mp3'),(21476,2557,'wpfc_service_type','121'),(21477,2557,'sermon_description',''),(21478,2557,'bible_passages_start','s:1:\"1\";'),(21479,2557,'bible_passages_end','s:1:\"1\";'),(21480,2557,'sermon_date','1531650600'),(21481,2557,'sermon_date_auto','1'),(21482,2557,'Views','87'),(21483,2558,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"246\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:14:\"The Circle.mp3\";s:9:\"sermon_id\";s:3:\"105\";s:5:\"count\";s:3:\"109\";s:8:\"duration\";s:5:\"34:09\";}}'),(21484,2558,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Circle.mp3'),(21485,2558,'wpfc_service_type','121'),(21486,2558,'sermon_description',''),(21487,2558,'bible_passages_start','s:1:\"1\";'),(21488,2558,'bible_passages_end','s:1:\"1\";'),(21489,2558,'sermon_date','1532255400'),(21490,2558,'sermon_date_auto','1'),(21491,2558,'Views','109'),(21492,2559,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"247\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:50:\"Cries of the Heart and How to Fill Them part 3.mp3\";s:9:\"sermon_id\";s:3:\"106\";s:5:\"count\";s:2:\"82\";s:8:\"duration\";s:5:\"40:18\";}}'),(21493,2559,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Cries%20of%20the%20Heart%20and%20How%20to%20Fill%20Them%20part%203.mp3'),(21494,2559,'wpfc_service_type','121'),(21495,2559,'sermon_description',''),(21496,2559,'bible_passages_start','s:1:\"1\";'),(21497,2559,'bible_passages_end','s:1:\"1\";'),(21498,2559,'sermon_date','1532860200'),(21499,2559,'sermon_date_auto','1'),(21500,2559,'Views','82'),(21501,2560,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"248\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Wet Feet Faith.mp3\";s:9:\"sermon_id\";s:3:\"107\";s:5:\"count\";s:2:\"69\";s:8:\"duration\";s:5:\"29:52\";}}'),(21502,2560,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Wet%20Feet%20Faith.mp3'),(21503,2560,'wpfc_service_type','121'),(21504,2560,'sermon_description',''),(21505,2560,'bible_passages_start','s:1:\"1\";'),(21506,2560,'bible_passages_end','s:1:\"1\";'),(21507,2560,'sermon_date','1534069800'),(21508,2560,'sermon_date_auto','1'),(21509,2560,'Views','69'),(21510,2561,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"249\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:13:\"Now Faith.mp3\";s:9:\"sermon_id\";s:3:\"108\";s:5:\"count\";s:2:\"73\";s:8:\"duration\";s:5:\"31:35\";}}'),(21511,2561,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Now%20Faith.mp3'),(21512,2561,'wpfc_service_type','121'),(21513,2561,'sermon_description',''),(21514,2561,'bible_passages_start','s:1:\"1\";'),(21515,2561,'bible_passages_end','s:1:\"1\";'),(21516,2561,'sermon_date','1535279400'),(21517,2561,'sermon_date_auto','1'),(21518,2561,'Views','73'),(21519,2562,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"250\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:38:\"Shining Like Stars In The Universe.mp3\";s:9:\"sermon_id\";s:3:\"109\";s:5:\"count\";s:2:\"78\";s:8:\"duration\";s:5:\"32:18\";}}'),(21520,2562,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Shining%20Like%20Stars%20In%20The%20Universe.mp3'),(21521,2562,'wpfc_service_type','121'),(21522,2562,'sermon_description',''),(21523,2562,'bible_passages_start','s:1:\"1\";'),(21524,2562,'bible_passages_end','s:1:\"1\";'),(21525,2562,'sermon_date','1535884200'),(21526,2562,'sermon_date_auto','1'),(21527,2562,'Views','78'),(21528,2563,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"251\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"Overcoming Foot in Mouth Disease.mp3\";s:9:\"sermon_id\";s:3:\"110\";s:5:\"count\";s:2:\"55\";s:8:\"duration\";s:5:\"38:55\";}}'),(21529,2563,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease.mp3'),(21530,2563,'wpfc_service_type','121'),(21531,2563,'sermon_description',''),(21532,2563,'bible_passages_start','s:1:\"1\";'),(21533,2563,'bible_passages_end','s:1:\"1\";'),(21534,2563,'sermon_date','1536489000'),(21535,2563,'sermon_date_auto','1'),(21536,2563,'Views','55'),(21537,2564,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"252\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:43:\"Overcoming Foot in Mouth Disease part 3.mp3\";s:9:\"sermon_id\";s:3:\"111\";s:5:\"count\";s:2:\"72\";s:8:\"duration\";s:5:\"40:42\";}}'),(21538,2564,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%203.mp3'),(21539,2564,'wpfc_service_type','121'),(21540,2564,'sermon_description',''),(21541,2564,'bible_passages_start','s:1:\"1\";'),(21542,2564,'bible_passages_end','s:1:\"1\";'),(21543,2564,'sermon_date','1537698600'),(21544,2564,'sermon_date_auto','1'),(21545,2564,'Views','72'),(21546,2565,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"253\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:43:\"Overcoming Foot in Mouth Disease part 4.mp3\";s:9:\"sermon_id\";s:3:\"112\";s:5:\"count\";s:2:\"52\";s:8:\"duration\";s:5:\"44:33\";}}'),(21547,2565,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Overcoming%20Foot%20in%20Mouth%20Disease%20part%204.mp3'),(21548,2565,'wpfc_service_type','121'),(21549,2565,'sermon_description',''),(21550,2565,'bible_passages_start','s:1:\"1\";'),(21551,2565,'bible_passages_end','s:1:\"1\";'),(21552,2565,'sermon_date','1538303400'),(21553,2565,'sermon_date_auto','1'),(21554,2565,'Views','52'),(21555,2566,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"254\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:15:\"For or With.mp3\";s:9:\"sermon_id\";s:3:\"113\";s:5:\"count\";s:2:\"96\";s:8:\"duration\";s:5:\"28:18\";}}'),(21556,2566,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/For%20or%20With.mp3'),(21557,2566,'wpfc_service_type','121'),(21558,2566,'sermon_description',''),(21559,2566,'bible_passages_start','s:1:\"1\";'),(21560,2566,'bible_passages_end','s:1:\"1\";'),(21561,2566,'sermon_date','1538908200'),(21562,2566,'sermon_date_auto','1'),(21563,2566,'Views','96'),(21564,2567,'sm_files','a:0:{}'),(21565,2567,'wpfc_service_type','121'),(21566,2567,'sermon_description',''),(21567,2567,'bible_passages_start','s:1:\"1\";'),(21568,2567,'bible_passages_end','s:1:\"1\";'),(21569,2567,'sermon_date','1539513000'),(21570,2567,'sermon_date_auto','1'),(21571,2567,'Views',NULL),(21572,2568,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"256\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:43:\"Choose the Holy Spirit to be Your Guide.mp3\";s:9:\"sermon_id\";s:3:\"115\";s:5:\"count\";s:2:\"63\";s:8:\"duration\";s:5:\"53:57\";}}'),(21573,2568,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Choose%20the%20Holy%20Spirit%20to%20be%20Your%20Guide.mp3'),(21574,2568,'wpfc_service_type','121'),(21575,2568,'sermon_description',''),(21576,2568,'bible_passages_start','s:1:\"1\";'),(21577,2568,'bible_passages_end','s:1:\"1\";'),(21578,2568,'sermon_date','1540117800'),(21579,2568,'sermon_date_auto','1'),(21580,2568,'Views','63'),(21581,2569,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"257\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Life Shaping Choices part 3.mp3\";s:9:\"sermon_id\";s:3:\"116\";s:5:\"count\";s:2:\"58\";s:8:\"duration\";s:5:\"46:57\";}}'),(21582,2569,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%203.mp3'),(21583,2569,'wpfc_service_type','121'),(21584,2569,'sermon_description',''),(21585,2569,'bible_passages_start','s:1:\"1\";'),(21586,2569,'bible_passages_end','s:1:\"1\";'),(21587,2569,'sermon_date','1540722600'),(21588,2569,'sermon_date_auto','1'),(21589,2569,'Views','58'),(21590,2570,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"258\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Life Shaping Choices part 4.mp3\";s:9:\"sermon_id\";s:3:\"117\";s:5:\"count\";s:3:\"104\";s:8:\"duration\";s:5:\"46:47\";}}'),(21591,2570,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices%20part%204.mp3'),(21592,2570,'wpfc_service_type','121'),(21593,2570,'sermon_description',''),(21594,2570,'bible_passages_start','s:1:\"1\";'),(21595,2570,'bible_passages_end','s:1:\"1\";'),(21596,2570,'sermon_date','1541327400'),(21597,2570,'sermon_date_auto','1'),(21598,2570,'Views','104'),(21599,2571,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"259\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"The Baptism of Jesus.mp3\";s:9:\"sermon_id\";s:3:\"118\";s:5:\"count\";s:2:\"89\";s:8:\"duration\";s:5:\"45:31\";}}'),(21600,2571,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Baptism%20of%20Jesus.mp3'),(21601,2571,'wpfc_service_type','121'),(21602,2571,'sermon_description',''),(21603,2571,'bible_passages_start','s:1:\"1\";'),(21604,2571,'bible_passages_end','s:1:\"1\";'),(21605,2571,'sermon_date','1541932200'),(21606,2571,'sermon_date_auto','1'),(21607,2571,'Views','89'),(21608,2572,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"260\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Thanksgiving 2018.mp3\";s:9:\"sermon_id\";s:3:\"119\";s:5:\"count\";s:3:\"101\";s:8:\"duration\";s:5:\"20:03\";}}'),(21609,2572,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Thanksgiving%202018.mp3'),(21610,2572,'wpfc_service_type','121'),(21611,2572,'sermon_description',''),(21612,2572,'bible_passages_start','s:1:\"1\";'),(21613,2572,'bible_passages_end','s:1:\"1\";'),(21614,2572,'sermon_date','1542537000'),(21615,2572,'sermon_date_auto','1'),(21616,2572,'Views','101'),(21617,2573,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"261\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"The Christmas Story.mp3\";s:9:\"sermon_id\";s:3:\"120\";s:5:\"count\";s:3:\"119\";s:8:\"duration\";s:5:\"34:01\";}}'),(21618,2573,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Christmas%20Story.mp3'),(21619,2573,'wpfc_service_type','121'),(21620,2573,'sermon_description',''),(21621,2573,'bible_passages_start','s:1:\"1\";'),(21622,2573,'bible_passages_end','s:1:\"1\";'),(21623,2573,'sermon_date','1543141800'),(21624,2573,'sermon_date_auto','1'),(21625,2573,'Views','119'),(21626,2574,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"262\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:25:\"Making All Things New.mp3\";s:9:\"sermon_id\";s:3:\"121\";s:5:\"count\";s:2:\"96\";s:8:\"duration\";s:5:\"40:49\";}}'),(21627,2574,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New.mp3'),(21628,2574,'wpfc_service_type','121'),(21629,2574,'sermon_description',''),(21630,2574,'bible_passages_start','s:1:\"1\";'),(21631,2574,'bible_passages_end','s:1:\"1\";'),(21632,2574,'sermon_date','1543746600'),(21633,2574,'sermon_date_auto','1'),(21634,2574,'Views','96'),(21635,2575,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"263\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 2.mp3\";s:9:\"sermon_id\";s:3:\"122\";s:5:\"count\";s:2:\"78\";s:8:\"duration\";s:5:\"40:24\";}}'),(21636,2575,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%202.mp3'),(21637,2575,'wpfc_service_type','121'),(21638,2575,'sermon_description',''),(21639,2575,'bible_passages_start','s:1:\"1\";'),(21640,2575,'bible_passages_end','s:1:\"1\";'),(21641,2575,'sermon_date','1544351400'),(21642,2575,'sermon_date_auto','1'),(21643,2575,'Views','78'),(21644,2576,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"264\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 3.mp3\";s:9:\"sermon_id\";s:3:\"123\";s:5:\"count\";s:3:\"115\";s:8:\"duration\";s:5:\"42:19\";}}'),(21645,2576,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%203.mp3'),(21646,2576,'wpfc_service_type','121'),(21647,2576,'sermon_description',''),(21648,2576,'bible_passages_start','s:1:\"1\";'),(21649,2576,'bible_passages_end','s:1:\"1\";'),(21650,2576,'sermon_date','1544956200'),(21651,2576,'sermon_date_auto','1'),(21652,2576,'Views','115'),(21653,2577,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"265\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 4.mp3\";s:9:\"sermon_id\";s:3:\"124\";s:5:\"count\";s:2:\"93\";s:8:\"duration\";s:5:\"17:37\";}}'),(21654,2577,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%204.mp3'),(21655,2577,'wpfc_service_type','121'),(21656,2577,'sermon_description',''),(21657,2577,'bible_passages_start','s:1:\"1\";'),(21658,2577,'bible_passages_end','s:1:\"1\";'),(21659,2577,'sermon_date','1545561000'),(21660,2577,'sermon_date_auto','1'),(21661,2577,'Views','93'),(21662,2578,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"266\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Christmas 2018.mp3\";s:9:\"sermon_id\";s:3:\"125\";s:5:\"count\";s:3:\"104\";s:8:\"duration\";s:5:\"15:31\";}}'),(21663,2578,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%202018.mp3'),(21664,2578,'wpfc_service_type','124'),(21665,2578,'sermon_description',''),(21666,2578,'bible_passages_start','s:1:\"1\";'),(21667,2578,'bible_passages_end','s:1:\"1\";'),(21668,2578,'sermon_date','1545681600'),(21669,2578,'sermon_date_auto','1'),(21670,2578,'Views','104'),(21671,2579,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"267\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Freedom From Bondage.mp3\";s:9:\"sermon_id\";s:3:\"126\";s:5:\"count\";s:3:\"109\";s:8:\"duration\";s:5:\"42:56\";}}'),(21672,2579,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Freedom%20From%20Bondage.mp3'),(21673,2579,'wpfc_service_type','121'),(21674,2579,'sermon_description',''),(21675,2579,'bible_passages_start','s:1:\"1\";'),(21676,2579,'bible_passages_end','s:1:\"1\";'),(21677,2579,'sermon_date','1546165800'),(21678,2579,'sermon_date_auto','1'),(21679,2579,'Views','109'),(21680,2580,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"268\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"Make All Things New part 6.mp3\";s:9:\"sermon_id\";s:3:\"127\";s:5:\"count\";s:2:\"78\";s:8:\"duration\";s:5:\"40:53\";}}'),(21681,2580,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Make%20All%20Things%20New%20part%206.mp3'),(21682,2580,'wpfc_service_type','121'),(21683,2580,'sermon_description',''),(21684,2580,'bible_passages_start','s:1:\"1\";'),(21685,2580,'bible_passages_end','s:1:\"1\";'),(21686,2580,'sermon_date','1546770600'),(21687,2580,'sermon_date_auto','1'),(21688,2580,'Views','78'),(21689,2581,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"270\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 6.mp3\";s:9:\"sermon_id\";s:3:\"128\";s:5:\"count\";s:2:\"83\";s:8:\"duration\";s:5:\"40:46\";}}'),(21690,2581,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%206.mp3'),(21691,2581,'wpfc_service_type','121'),(21692,2581,'sermon_description',''),(21693,2581,'bible_passages_start','s:1:\"1\";'),(21694,2581,'bible_passages_end','s:1:\"1\";'),(21695,2581,'sermon_date','1547375400'),(21696,2581,'sermon_date_auto','1'),(21697,2581,'Views','83'),(21698,2582,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"271\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Follow The Spirit.mp3\";s:9:\"sermon_id\";s:3:\"129\";s:5:\"count\";s:3:\"117\";s:8:\"duration\";s:5:\"38:29\";}}'),(21699,2582,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Follow%20The%20Spirit.mp3'),(21700,2582,'wpfc_service_type','121'),(21701,2582,'sermon_description',''),(21702,2582,'bible_passages_start','s:1:\"1\";'),(21703,2582,'bible_passages_end','s:1:\"1\";'),(21704,2582,'sermon_date','1547980200'),(21705,2582,'sermon_date_auto','1'),(21706,2582,'Views','117'),(21707,2583,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"272\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 7.mp3\";s:9:\"sermon_id\";s:3:\"130\";s:5:\"count\";s:2:\"96\";s:8:\"duration\";s:5:\"41:01\";}}'),(21708,2583,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%207.mp3'),(21709,2583,'wpfc_service_type','121'),(21710,2583,'sermon_description',''),(21711,2583,'bible_passages_start','s:1:\"1\";'),(21712,2583,'bible_passages_end','s:1:\"1\";'),(21713,2583,'sermon_date','1548585000'),(21714,2583,'sermon_date_auto','1'),(21715,2583,'Views','96'),(21716,2584,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"273\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 8.mp3\";s:9:\"sermon_id\";s:3:\"131\";s:5:\"count\";s:2:\"82\";s:8:\"duration\";s:5:\"39:36\";}}'),(21717,2584,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%208.mp3'),(21718,2584,'wpfc_service_type','121'),(21719,2584,'sermon_description',''),(21720,2584,'bible_passages_start','s:1:\"1\";'),(21721,2584,'bible_passages_end','s:1:\"1\";'),(21722,2584,'sermon_date','1549189800'),(21723,2584,'sermon_date_auto','1'),(21724,2584,'Views','82'),(21725,2585,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"274\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:32:\"Making All Things New part 9.mp3\";s:9:\"sermon_id\";s:3:\"132\";s:5:\"count\";s:2:\"76\";s:8:\"duration\";s:5:\"44:30\";}}'),(21726,2585,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%209.mp3'),(21727,2585,'wpfc_service_type','121'),(21728,2585,'sermon_description',''),(21729,2585,'bible_passages_start','s:1:\"1\";'),(21730,2585,'bible_passages_end','s:1:\"1\";'),(21731,2585,'sermon_date','1549794600'),(21732,2585,'sermon_date_auto','1'),(21733,2585,'Views','76'),(21734,2586,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"275\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"Making All Things New part 10.mp3\";s:9:\"sermon_id\";s:3:\"133\";s:5:\"count\";s:2:\"87\";s:8:\"duration\";s:5:\"42:35\";}}'),(21735,2586,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2010.mp3'),(21736,2586,'wpfc_service_type','121'),(21737,2586,'sermon_description',''),(21738,2586,'bible_passages_start','s:1:\"1\";'),(21739,2586,'bible_passages_end','s:1:\"1\";'),(21740,2586,'sermon_date','1550399400'),(21741,2586,'sermon_date_auto','1'),(21742,2586,'Views','87'),(21743,2587,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"276\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:17:\"Together 2019.mp3\";s:9:\"sermon_id\";s:3:\"134\";s:5:\"count\";s:2:\"86\";s:8:\"duration\";s:5:\"40:37\";}}'),(21744,2587,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Together%202019.mp3'),(21745,2587,'wpfc_service_type','121'),(21746,2587,'sermon_description',''),(21747,2587,'bible_passages_start','s:1:\"1\";'),(21748,2587,'bible_passages_end','s:1:\"1\";'),(21749,2587,'sermon_date','1551004200'),(21750,2587,'sermon_date_auto','1'),(21751,2587,'Views','86'),(21752,2588,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"277\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:48:\"The Bridge Between Information & Application.mp3\";s:9:\"sermon_id\";s:3:\"135\";s:5:\"count\";s:2:\"86\";s:8:\"duration\";s:5:\"32:09\";}}'),(21753,2588,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Bridge%20Between%20Information%20%26%20Application.mp3'),(21754,2588,'wpfc_service_type','121'),(21755,2588,'sermon_description',''),(21756,2588,'bible_passages_start','s:1:\"1\";'),(21757,2588,'bible_passages_end','s:1:\"1\";'),(21758,2588,'sermon_date','1551609000'),(21759,2588,'sermon_date_auto','1'),(21760,2588,'Views','86'),(21761,2589,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"278\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"Making All Things New part 11.mp3\";s:9:\"sermon_id\";s:3:\"136\";s:5:\"count\";s:2:\"98\";s:8:\"duration\";s:5:\"47:39\";}}'),(21762,2589,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Making%20All%20Things%20New%20part%2011.mp3'),(21763,2589,'wpfc_service_type','121'),(21764,2589,'sermon_description',''),(21765,2589,'bible_passages_start','s:1:\"1\";'),(21766,2589,'bible_passages_end','s:1:\"1\";'),(21767,2589,'sermon_date','1552213800'),(21768,2589,'sermon_date_auto','1'),(21769,2589,'Views','98'),(21770,2590,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"279\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:35:\"Putting The Kingdom In My Mouth.mp3\";s:9:\"sermon_id\";s:3:\"137\";s:5:\"count\";s:3:\"152\";s:8:\"duration\";s:5:\"40:26\";}}'),(21771,2590,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Putting%20The%20Kingdom%20In%20My%20Mouth.mp3'),(21772,2590,'wpfc_service_type','121'),(21773,2590,'sermon_description',''),(21774,2590,'bible_passages_start','s:1:\"1\";'),(21775,2590,'bible_passages_end','s:1:\"1\";'),(21776,2590,'sermon_date','1552818600'),(21777,2590,'sermon_date_auto','1'),(21778,2590,'Views','152'),(21779,2591,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"280\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:27:\"Being A Generous Person.mp3\";s:9:\"sermon_id\";s:3:\"138\";s:5:\"count\";s:2:\"70\";s:8:\"duration\";s:5:\"37:54\";}}'),(21780,2591,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Being%20A%20Generous%20Person.mp3'),(21781,2591,'wpfc_service_type','121'),(21782,2591,'sermon_description',''),(21783,2591,'bible_passages_start','s:1:\"1\";'),(21784,2591,'bible_passages_end','s:1:\"1\";'),(21785,2591,'sermon_date','1553423400'),(21786,2591,'sermon_date_auto','1'),(21787,2591,'Views','70'),(21788,2592,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"281\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:38:\"How To Be A Generous Person part 2.mp3\";s:9:\"sermon_id\";s:3:\"139\";s:5:\"count\";s:2:\"76\";s:8:\"duration\";s:5:\"43:08\";}}'),(21789,2592,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/How%20To%20Be%20A%20Generous%20Person%20part%202.mp3'),(21790,2592,'wpfc_service_type','121'),(21791,2592,'sermon_description',''),(21792,2592,'bible_passages_start','s:1:\"1\";'),(21793,2592,'bible_passages_end','s:1:\"1\";'),(21794,2592,'sermon_date','1554028200'),(21795,2592,'sermon_date_auto','1'),(21796,2592,'Views','76'),(21797,2593,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"282\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Generosity part 4.mp3\";s:9:\"sermon_id\";s:3:\"140\";s:5:\"count\";s:2:\"70\";s:8:\"duration\";s:5:\"43:11\";}}'),(21798,2593,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Generosity%20part%204.mp3'),(21799,2593,'wpfc_service_type','121'),(21800,2593,'sermon_description',''),(21801,2593,'bible_passages_start','s:1:\"1\";'),(21802,2593,'bible_passages_end','s:1:\"1\";'),(21803,2593,'sermon_date','1554633000'),(21804,2593,'sermon_date_auto','1'),(21805,2593,'Views','70'),(21806,2594,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"283\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Hypocrites Anonymous.mp3\";s:9:\"sermon_id\";s:3:\"141\";s:5:\"count\";s:2:\"89\";s:8:\"duration\";s:5:\"46:27\";}}'),(21807,2594,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Hypocrites%20Anonymous.mp3'),(21808,2594,'wpfc_service_type','121'),(21809,2594,'sermon_description',''),(21810,2594,'bible_passages_start','s:1:\"1\";'),(21811,2594,'bible_passages_end','s:1:\"1\";'),(21812,2594,'sermon_date','1555237800'),(21813,2594,'sermon_date_auto','1'),(21814,2594,'Views','89'),(21815,2595,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"284\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:15:\"Easter 2019.mp3\";s:9:\"sermon_id\";s:3:\"142\";s:5:\"count\";s:2:\"86\";s:8:\"duration\";s:5:\"38:17\";}}'),(21816,2595,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Easter%202019.mp3'),(21817,2595,'wpfc_service_type','121'),(21818,2595,'sermon_description',''),(21819,2595,'bible_passages_start','s:1:\"1\";'),(21820,2595,'bible_passages_end','s:1:\"1\";'),(21821,2595,'sermon_date','1555842600'),(21822,2595,'sermon_date_auto','1'),(21823,2595,'Views','86'),(21824,2596,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"285\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:29:\"Dealing With Crazy Makers.mp3\";s:9:\"sermon_id\";s:3:\"143\";s:5:\"count\";s:2:\"81\";s:8:\"duration\";s:5:\"39:53\";}}'),(21825,2596,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers.mp3'),(21826,2596,'wpfc_service_type','121'),(21827,2596,'sermon_description',''),(21828,2596,'bible_passages_start','s:1:\"1\";'),(21829,2596,'bible_passages_end','s:1:\"1\";'),(21830,2596,'sermon_date','1557657000'),(21831,2596,'sermon_date_auto','1'),(21832,2596,'Views','81'),(21833,2597,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"286\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"Living In The New Creation.mp3\";s:9:\"sermon_id\";s:3:\"144\";s:5:\"count\";s:2:\"77\";s:8:\"duration\";s:5:\"47:06\";}}'),(21834,2597,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Living%20In%20The%20New%20Creation.mp3'),(21835,2597,'wpfc_service_type','121'),(21836,2597,'sermon_description',''),(21837,2597,'bible_passages_start','s:1:\"1\";'),(21838,2597,'bible_passages_end','s:1:\"1\";'),(21839,2597,'sermon_date','1558261800'),(21840,2597,'sermon_date_auto','1'),(21841,2597,'Views','77'),(21842,2598,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"287\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:36:\"Dealing With Crazy Makers part 2.mp3\";s:9:\"sermon_id\";s:3:\"145\";s:5:\"count\";s:2:\"61\";s:8:\"duration\";s:5:\"41:24\";}}'),(21843,2598,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20Crazy%20Makers%20part%202.mp3'),(21844,2598,'wpfc_service_type','121'),(21845,2598,'sermon_description',''),(21846,2598,'bible_passages_start','s:1:\"1\";'),(21847,2598,'bible_passages_end','s:1:\"1\";'),(21848,2598,'sermon_date','1558866600'),(21849,2598,'sermon_date_auto','1'),(21850,2598,'Views','61'),(21851,2599,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"288\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:34:\"Dealing With CrazyMakers part3.mp3\";s:9:\"sermon_id\";s:3:\"146\";s:5:\"count\";s:2:\"18\";s:8:\"duration\";s:5:\"35:22\";}}'),(21852,2599,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part3.mp3'),(21853,2599,'wpfc_service_type','121'),(21854,2599,'sermon_description',''),(21855,2599,'bible_passages_start','s:1:\"1\";'),(21856,2599,'bible_passages_end','s:1:\"1\";'),(21857,2599,'sermon_date','0'),(21858,2599,'sermon_date_auto','1'),(21859,2599,'Views','18'),(21860,2600,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"289\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:34:\"Dealing With CrazyMakers part5.mp3\";s:9:\"sermon_id\";s:3:\"147\";s:5:\"count\";s:2:\"60\";s:8:\"duration\";s:5:\"40:25\";}}'),(21861,2600,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part5.mp3'),(21862,2600,'wpfc_service_type','121'),(21863,2600,'sermon_description',''),(21864,2600,'bible_passages_start','s:1:\"1\";'),(21865,2600,'bible_passages_end','s:1:\"1\";'),(21866,2600,'sermon_date','1561285800'),(21867,2600,'sermon_date_auto','1'),(21868,2600,'Views','60'),(21869,2601,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:35:\"Dealing With CrazyMakers part 6.mp3\";s:9:\"sermon_id\";s:3:\"148\";s:5:\"count\";s:2:\"48\";s:8:\"duration\";s:5:\"41:29\";}}'),(21870,2601,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%206.mp3'),(21871,2601,'wpfc_service_type','121'),(21872,2601,'sermon_description',''),(21873,2601,'bible_passages_start','s:1:\"1\";'),(21874,2601,'bible_passages_end','s:1:\"1\";'),(21875,2601,'sermon_date','1561890600'),(21876,2601,'sermon_date_auto','1'),(21877,2601,'Views','48'),(21878,2602,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:35:\"Dealing With CrazyMakers part 7.mp3\";s:9:\"sermon_id\";s:3:\"149\";s:5:\"count\";s:2:\"45\";s:8:\"duration\";s:5:\"31:25\";}}'),(21879,2602,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Dealing%20With%20CrazyMakers%20part%207.mp3'),(21880,2602,'wpfc_service_type','121'),(21881,2602,'sermon_description',''),(21882,2602,'bible_passages_start','s:1:\"1\";'),(21883,2602,'bible_passages_end','s:1:\"1\";'),(21884,2602,'sermon_date','1562495400'),(21885,2602,'sermon_date_auto','1'),(21886,2602,'Views','45'),(21887,2603,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"Bear Kingdom Fruit.mp3\";s:9:\"sermon_id\";s:3:\"150\";s:5:\"count\";s:3:\"117\";s:8:\"duration\";s:5:\"48:58\";}}'),(21888,2603,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Bear%20Kingdom%20Fruit.mp3'),(21889,2603,'wpfc_service_type','121'),(21890,2603,'sermon_description',''),(21891,2603,'bible_passages_start','s:1:\"1\";'),(21892,2603,'bible_passages_end','s:1:\"1\";'),(21893,2603,'sermon_date','1563100200'),(21894,2603,'sermon_date_auto','1'),(21895,2603,'Views','117'),(21896,2604,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"Our 4th Watch God.mp3\";s:9:\"sermon_id\";s:3:\"151\";s:5:\"count\";s:2:\"57\";s:8:\"duration\";s:5:\"21:54\";}}'),(21897,2604,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%204th%20Watch%20God.mp3'),(21898,2604,'wpfc_service_type','121'),(21899,2604,'sermon_description',''),(21900,2604,'bible_passages_start','s:1:\"1\";'),(21901,2604,'bible_passages_end','s:1:\"1\";'),(21902,2604,'sermon_date','1563705000'),(21903,2604,'sermon_date_auto','1'),(21904,2604,'Views','57'),(21905,2605,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:9:\"David.mp3\";s:9:\"sermon_id\";s:3:\"152\";s:5:\"count\";s:2:\"50\";s:8:\"duration\";s:5:\"36:28\";}}'),(21906,2605,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/David.mp3'),(21907,2605,'wpfc_service_type','121'),(21908,2605,'sermon_description',''),(21909,2605,'bible_passages_start','s:1:\"1\";'),(21910,2605,'bible_passages_end','s:1:\"1\";'),(21911,2605,'sermon_date','1564309800'),(21912,2605,'sermon_date_auto','1'),(21913,2605,'Views','50'),(21914,2606,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"David part 2.mp3\";s:9:\"sermon_id\";s:3:\"153\";s:5:\"count\";s:2:\"51\";s:8:\"duration\";s:5:\"41:17\";}}'),(21915,2606,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%202.mp3'),(21916,2606,'wpfc_service_type','121'),(21917,2606,'sermon_description',''),(21918,2606,'bible_passages_start','s:1:\"1\";'),(21919,2606,'bible_passages_end','s:1:\"1\";'),(21920,2606,'sermon_date','1564914600'),(21921,2606,'sermon_date_auto','1'),(21922,2606,'Views','51'),(21923,2607,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"David part 3.mp3\";s:9:\"sermon_id\";s:3:\"154\";s:5:\"count\";s:2:\"66\";s:8:\"duration\";s:5:\"39:26\";}}'),(21924,2607,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%203.mp3'),(21925,2607,'wpfc_service_type','121'),(21926,2607,'sermon_description',''),(21927,2607,'bible_passages_start','s:1:\"1\";'),(21928,2607,'bible_passages_end','s:1:\"1\";'),(21929,2607,'sermon_date','1565519400'),(21930,2607,'sermon_date_auto','1'),(21931,2607,'Views','66'),(21932,2608,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"David part 4.mp3\";s:9:\"sermon_id\";s:3:\"155\";s:5:\"count\";s:2:\"49\";s:8:\"duration\";s:5:\"40:46\";}}'),(21933,2608,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%204.mp3'),(21934,2608,'wpfc_service_type','121'),(21935,2608,'sermon_description',''),(21936,2608,'bible_passages_start','s:1:\"1\";'),(21937,2608,'bible_passages_end','s:1:\"1\";'),(21938,2608,'sermon_date','1566729000'),(21939,2608,'sermon_date_auto','1'),(21940,2608,'Views','49'),(21941,2609,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"David part 5.mp3\";s:9:\"sermon_id\";s:3:\"156\";s:5:\"count\";s:2:\"58\";s:8:\"duration\";s:5:\"45:38\";}}'),(21942,2609,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/David%20part%205.mp3'),(21943,2609,'wpfc_service_type','121'),(21944,2609,'sermon_description',''),(21945,2609,'bible_passages_start','s:1:\"1\";'),(21946,2609,'bible_passages_end','s:1:\"1\";'),(21947,2609,'sermon_date','1567333800'),(21948,2609,'sermon_date_auto','1'),(21949,2609,'Views','58'),(21950,2610,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:26:\"Rethinking My Thinking.mp3\";s:9:\"sermon_id\";s:3:\"157\";s:5:\"count\";s:2:\"62\";s:8:\"duration\";s:5:\"38:47\";}}'),(21951,2610,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking.mp3'),(21952,2610,'wpfc_service_type','121'),(21953,2610,'sermon_description',''),(21954,2610,'bible_passages_start','s:1:\"1\";'),(21955,2610,'bible_passages_end','s:1:\"1\";'),(21956,2610,'sermon_date','1567938600'),(21957,2610,'sermon_date_auto','1'),(21958,2610,'Views','62'),(21959,2611,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:31:\"Thinking What Jesus Thought.mp3\";s:9:\"sermon_id\";s:3:\"158\";s:5:\"count\";s:2:\"44\";s:8:\"duration\";s:5:\"35:56\";}}'),(21960,2611,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Thinking%20What%20Jesus%20Thought.mp3'),(21961,2611,'wpfc_service_type','121'),(21962,2611,'sermon_description',''),(21963,2611,'bible_passages_start','s:1:\"1\";'),(21964,2611,'bible_passages_end','s:1:\"1\";'),(21965,2611,'sermon_date','1568543400'),(21966,2611,'sermon_date_auto','1'),(21967,2611,'Views','44'),(21968,2612,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"My View of Myself.mp3\";s:9:\"sermon_id\";s:3:\"159\";s:5:\"count\";s:2:\"50\";s:8:\"duration\";s:5:\"39:26\";}}'),(21969,2612,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Myself.mp3'),(21970,2612,'wpfc_service_type','121'),(21971,2612,'sermon_description',''),(21972,2612,'bible_passages_start','s:1:\"1\";'),(21973,2612,'bible_passages_end','s:1:\"1\";'),(21974,2612,'sermon_date','1569148200'),(21975,2612,'sermon_date_auto','1'),(21976,2612,'Views','50'),(21977,2613,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"My View of God.mp3\";s:9:\"sermon_id\";s:3:\"160\";s:5:\"count\";s:2:\"50\";s:8:\"duration\";s:5:\"36:38\";}}'),(21978,2613,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20God.mp3'),(21979,2613,'wpfc_service_type','121'),(21980,2613,'sermon_description',''),(21981,2613,'bible_passages_start','s:1:\"1\";'),(21982,2613,'bible_passages_end','s:1:\"1\";'),(21983,2613,'sermon_date','1569753000'),(21984,2613,'sermon_date_auto','1'),(21985,2613,'Views','50'),(21986,2614,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"My View of Sin.mp3\";s:9:\"sermon_id\";s:3:\"161\";s:5:\"count\";s:2:\"73\";s:8:\"duration\";s:5:\"42:35\";}}'),(21987,2614,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/My%20View%20of%20Sin.mp3'),(21988,2614,'wpfc_service_type','121'),(21989,2614,'sermon_description',''),(21990,2614,'bible_passages_start','s:1:\"1\";'),(21991,2614,'bible_passages_end','s:1:\"1\";'),(21992,2614,'sermon_date','1570357800'),(21993,2614,'sermon_date_auto','1'),(21994,2614,'Views','73'),(21995,2615,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Life Shaping Choices.mp3\";s:9:\"sermon_id\";s:3:\"162\";s:5:\"count\";s:2:\"17\";s:8:\"duration\";s:5:\"44:45\";}}'),(21996,2615,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Life%20Shaping%20Choices.mp3'),(21997,2615,'wpfc_service_type','123'),(21998,2615,'sermon_description',''),(21999,2615,'bible_passages_start','s:1:\"1\";'),(22000,2615,'bible_passages_end','s:1:\"1\";'),(22001,2615,'sermon_date','0'),(22002,2615,'sermon_date_auto','1'),(22003,2615,'Views','17'),(22004,2616,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:18:\"Discouragement.mp3\";s:9:\"sermon_id\";s:3:\"163\";s:5:\"count\";s:2:\"46\";s:8:\"duration\";s:5:\"40:45\";}}'),(22005,2616,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Discouragement.mp3'),(22006,2616,'wpfc_service_type','121'),(22007,2616,'sermon_description',''),(22008,2616,'bible_passages_start','s:1:\"1\";'),(22009,2616,'bible_passages_end','s:1:\"1\";'),(22010,2616,'sermon_date','1570962600'),(22011,2616,'sermon_date_auto','1'),(22012,2616,'Views','46'),(22013,2617,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:20:\"Our View of Pain.mp3\";s:9:\"sermon_id\";s:3:\"164\";s:5:\"count\";s:2:\"78\";s:8:\"duration\";s:5:\"41:01\";}}'),(22014,2617,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Our%20View%20of%20Pain.mp3'),(22015,2617,'wpfc_service_type','121'),(22016,2617,'sermon_description',''),(22017,2617,'bible_passages_start','s:1:\"1\";'),(22018,2617,'bible_passages_end','s:1:\"1\";'),(22019,2617,'sermon_date','1571567400'),(22020,2617,'sermon_date_auto','1'),(22021,2617,'Views','78'),(22022,2618,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:28:\"Stepping Up To The Plate.mp3\";s:9:\"sermon_id\";s:3:\"167\";s:5:\"count\";s:2:\"36\";s:8:\"duration\";s:5:\"46:32\";}}'),(22023,2618,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Stepping%20Up%20To%20The%20Plate.mp3'),(22024,2618,'wpfc_service_type','121'),(22025,2618,'sermon_description',''),(22026,2618,'bible_passages_start','s:1:\"1\";'),(22027,2618,'bible_passages_end','s:1:\"1\";'),(22028,2618,'sermon_date','1572172200'),(22029,2618,'sermon_date_auto','1'),(22030,2618,'Views','36'),(22031,2619,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:33:\"Rethinking My Thinking part 8.mp3\";s:9:\"sermon_id\";s:3:\"168\";s:5:\"count\";s:2:\"36\";s:8:\"duration\";s:5:\"36:34\";}}'),(22032,2619,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Rethinking%20My%20Thinking%20part%208.mp3'),(22033,2619,'wpfc_service_type','121'),(22034,2619,'sermon_description',''),(22035,2619,'bible_passages_start','s:1:\"1\";'),(22036,2619,'bible_passages_end','s:1:\"1\";'),(22037,2619,'sermon_date','1572777000'),(22038,2619,'sermon_date_auto','1'),(22039,2619,'Views','36'),(22040,2620,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:48:\"The Engedi Refuge Presentation and Testimony.mp3\";s:9:\"sermon_id\";s:3:\"169\";s:5:\"count\";s:2:\"49\";s:8:\"duration\";s:5:\"36:27\";}}'),(22041,2620,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Engedi%20Refuge%20Presentation%20and%20Testimony.mp3'),(22042,2620,'wpfc_service_type','121'),(22043,2620,'sermon_description',''),(22044,2620,'bible_passages_start','s:1:\"1\";'),(22045,2620,'bible_passages_end','s:1:\"1\";'),(22046,2620,'sermon_date','1573381800'),(22047,2620,'sermon_date_auto','1'),(22048,2620,'Views','49'),(22049,2621,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:30:\"Getting Wisdom for My Life.mp3\";s:9:\"sermon_id\";s:3:\"170\";s:5:\"count\";s:2:\"46\";s:8:\"duration\";s:5:\"37:42\";}}'),(22050,2621,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20My%20Life.mp3'),(22051,2621,'wpfc_service_type','121'),(22052,2621,'sermon_description',''),(22053,2621,'bible_passages_start','s:1:\"1\";'),(22054,2621,'bible_passages_end','s:1:\"1\";'),(22055,2621,'sermon_date','1573986600'),(22056,2621,'sermon_date_auto','1'),(22057,2621,'Views','46'),(22058,2622,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:38:\"Giving Thanks Can Change Your Life.mp3\";s:9:\"sermon_id\";s:3:\"171\";s:5:\"count\";s:2:\"38\";s:8:\"duration\";s:5:\"18:40\";}}'),(22059,2622,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Giving%20Thanks%20Can%20Change%20Your%20Life.mp3'),(22060,2622,'wpfc_service_type','121'),(22061,2622,'sermon_description',''),(22062,2622,'bible_passages_start','s:1:\"1\";'),(22063,2622,'bible_passages_end','s:1:\"1\";'),(22064,2622,'sermon_date','1574591400'),(22065,2622,'sermon_date_auto','1'),(22066,2622,'Views','38'),(22067,2623,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:37:\"Getting Wisdom for my Life part 2.mp3\";s:9:\"sermon_id\";s:3:\"172\";s:5:\"count\";s:2:\"37\";s:8:\"duration\";s:5:\"40:47\";}}'),(22068,2623,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%202.mp3'),(22069,2623,'wpfc_service_type','121'),(22070,2623,'sermon_description',''),(22071,2623,'bible_passages_start','s:1:\"1\";'),(22072,2623,'bible_passages_end','s:1:\"1\";'),(22073,2623,'sermon_date','1575196200'),(22074,2623,'sermon_date_auto','1'),(22075,2623,'Views','37'),(22076,2624,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:37:\"Getting Wisdom for my Life part 3.mp3\";s:9:\"sermon_id\";s:3:\"173\";s:5:\"count\";s:2:\"37\";s:8:\"duration\";s:5:\"30:27\";}}'),(22077,2624,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%203.mp3'),(22078,2624,'wpfc_service_type','121'),(22079,2624,'sermon_description',''),(22080,2624,'bible_passages_start','s:1:\"1\";'),(22081,2624,'bible_passages_end','s:1:\"1\";'),(22082,2624,'sermon_date','1575801000'),(22083,2624,'sermon_date_auto','1'),(22084,2624,'Views','37'),(22085,2625,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:37:\"Getting Wisdom for my Life part 4.mp3\";s:9:\"sermon_id\";s:3:\"174\";s:5:\"count\";s:2:\"40\";s:8:\"duration\";s:5:\"34:23\";}}'),(22086,2625,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Getting%20Wisdom%20for%20my%20Life%20part%204.mp3'),(22087,2625,'wpfc_service_type','121'),(22088,2625,'sermon_description',''),(22089,2625,'bible_passages_start','s:1:\"1\";'),(22090,2625,'bible_passages_end','s:1:\"1\";'),(22091,2625,'sermon_date','1576405800'),(22092,2625,'sermon_date_auto','1'),(22093,2625,'Views','40'),(22094,2626,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:22:\"Christmas Eve 2019.mp3\";s:9:\"sermon_id\";s:3:\"175\";s:5:\"count\";s:2:\"30\";s:8:\"duration\";s:5:\"20:34\";}}'),(22095,2626,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Christmas%20Eve%202019.mp3'),(22096,2626,'wpfc_service_type','123'),(22097,2626,'sermon_description',''),(22098,2626,'bible_passages_start','s:1:\"1\";'),(22099,2626,'bible_passages_end','s:1:\"1\";'),(22100,2626,'sermon_date','1577214000'),(22101,2626,'sermon_date_auto','1'),(22102,2626,'Views','30'),(22103,2627,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:16:\"Jubilee 2020.mp3\";s:9:\"sermon_id\";s:3:\"176\";s:5:\"count\";s:2:\"50\";s:8:\"duration\";s:5:\"39:06\";}}'),(22104,2627,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Jubilee%202020.mp3'),(22105,2627,'wpfc_service_type','121'),(22106,2627,'sermon_description',''),(22107,2627,'bible_passages_start','s:1:\"1\";'),(22108,2627,'bible_passages_end','s:1:\"1\";'),(22109,2627,'sermon_date','1577615400'),(22110,2627,'sermon_date_auto','1'),(22111,2627,'Views','50'),(22112,2628,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:21:\"The Prodigal Sons.mp3\";s:9:\"sermon_id\";s:3:\"177\";s:5:\"count\";s:2:\"43\";s:8:\"duration\";s:5:\"39:45\";}}'),(22113,2628,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/The%20Prodigal%20Sons.mp3'),(22114,2628,'wpfc_service_type','121'),(22115,2628,'sermon_description',''),(22116,2628,'bible_passages_start','s:1:\"1\";'),(22117,2628,'bible_passages_end','s:1:\"1\";'),(22118,2628,'sermon_date','1578825000'),(22119,2628,'sermon_date_auto','1'),(22120,2628,'Views','43'),(22121,2629,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:24:\"Noticing and Praying.mp3\";s:9:\"sermon_id\";s:3:\"178\";s:5:\"count\";s:2:\"45\";s:8:\"duration\";s:5:\"36:34\";}}'),(22122,2629,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Noticing%20and%20Praying.mp3'),(22123,2629,'wpfc_service_type','121'),(22124,2629,'sermon_description',''),(22125,2629,'bible_passages_start','s:1:\"1\";'),(22126,2629,'bible_passages_end','s:1:\"1\";'),(22127,2629,'sermon_date','1579429800'),(22128,2629,'sermon_date_auto','1'),(22129,2629,'Views','45'),(22130,2630,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"323\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:34:\"Listening and Asking Questions.mp3\";s:9:\"sermon_id\";s:3:\"179\";s:5:\"count\";s:2:\"31\";s:8:\"duration\";s:5:\"34:05\";}}'),(22131,2630,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Listening%20and%20Asking%20Questions.mp3'),(22132,2630,'wpfc_service_type','121'),(22133,2630,'sermon_description',''),(22134,2630,'bible_passages_start','s:1:\"1\";'),(22135,2630,'bible_passages_end','s:1:\"1\";'),(22136,2630,'sermon_date','1580034600'),(22137,2630,'sermon_date_auto','1'),(22138,2630,'Views','31'),(22139,2631,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:10:\"Loving.mp3\";s:9:\"sermon_id\";s:3:\"180\";s:5:\"count\";s:2:\"41\";s:8:\"duration\";s:5:\"30:51\";}}'),(22140,2631,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Loving.mp3'),(22141,2631,'wpfc_service_type','121'),(22142,2631,'sermon_description',''),(22143,2631,'bible_passages_start','s:1:\"1\";'),(22144,2631,'bible_passages_end','s:1:\"1\";'),(22145,2631,'sermon_date','1580639400'),(22146,2631,'sermon_date_auto','1'),(22147,2631,'Views','41'),(22148,2632,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:13:\"Welcoming.mp3\";s:9:\"sermon_id\";s:3:\"181\";s:5:\"count\";s:2:\"35\";s:8:\"duration\";s:5:\"37:19\";}}'),(22149,2632,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Welcoming.mp3'),(22150,2632,'wpfc_service_type','121'),(22151,2632,'sermon_description',''),(22152,2632,'bible_passages_start','s:1:\"1\";'),(22153,2632,'bible_passages_end','s:1:\"1\";'),(22154,2632,'sermon_date','1581244200'),(22155,2632,'sermon_date_auto','1'),(22156,2632,'Views','35'),(22157,2633,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:43:\"Facilitating, Serving Together, Sharing.mp3\";s:9:\"sermon_id\";s:3:\"182\";s:5:\"count\";s:2:\"27\";s:8:\"duration\";s:5:\"35:19\";}}'),(22158,2633,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Facilitating%2C%20Serving%20Together%2C%20Sharing.mp3'),(22159,2633,'wpfc_service_type','121'),(22160,2633,'sermon_description',''),(22161,2633,'bible_passages_start','s:1:\"1\";'),(22162,2633,'bible_passages_end','s:1:\"1\";'),(22163,2633,'sermon_date','1581849000'),(22164,2633,'sermon_date_auto','1'),(22165,2633,'Views','27'),(22166,2634,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:23:\"Under The Influence.mp3\";s:9:\"sermon_id\";s:3:\"183\";s:5:\"count\";s:2:\"26\";s:8:\"duration\";s:5:\"45:07\";}}'),(22167,2634,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Under%20The%20Influence.mp3'),(22168,2634,'wpfc_service_type','121'),(22169,2634,'sermon_description',''),(22170,2634,'bible_passages_start','s:1:\"1\";'),(22171,2634,'bible_passages_end','s:1:\"1\";'),(22172,2634,'sermon_date','1582453800'),(22173,2634,'sermon_date_auto','1'),(22174,2634,'Views','26'),(22175,2635,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:17:\"Me & My Money.mp3\";s:9:\"sermon_id\";s:3:\"184\";s:5:\"count\";s:2:\"24\";s:8:\"duration\";s:5:\"41:04\";}}'),(22176,2635,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20%26%20My%20Money.mp3'),(22177,2635,'wpfc_service_type','121'),(22178,2635,'sermon_description',''),(22179,2635,'bible_passages_start','s:1:\"1\";'),(22180,2635,'bible_passages_end','s:1:\"1\";'),(22181,2635,'sermon_date','1583058600'),(22182,2635,'sermon_date_auto','1'),(22183,2635,'Views','24'),(22184,2636,'sm_files','a:1:{i:0;O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:4:\"file\";s:4:\"name\";s:26:\"Me and My Money part 2.mp3\";s:9:\"sermon_id\";s:3:\"186\";s:5:\"count\";s:2:\"27\";s:8:\"duration\";s:5:\"38:03\";}}'),(22185,2636,'sermon_audio','https://www.crosspoint-church.com/wp-content/uploads/sermons/Me%20and%20My%20Money%20part%202.mp3'),(22186,2636,'wpfc_service_type','121'),(22187,2636,'sermon_description',''),(22188,2636,'bible_passages_start','s:1:\"1\";'),(22189,2636,'bible_passages_end','s:1:\"1\";'),(22190,2636,'sermon_date','1583663400'),(22191,2636,'sermon_date_auto','1'),(22192,2636,'Views','28'),(22193,2533,'bible_passage',''),(22194,2599,'bible_passage',''),(22195,2615,'bible_passage',''),(22196,2468,'bible_passage',''),(22197,2467,'bible_passage',''),(22198,2466,'bible_passage',''),(22199,2465,'bible_passage',''),(22200,2464,'bible_passage',''),(22201,2462,'bible_passage',''),(22202,2461,'bible_passage',''),(22203,2463,'bible_passage',''),(22204,2460,'bible_passage',''),(22205,2459,'bible_passage',''),(22206,2458,'bible_passage',''),(22207,2469,'bible_passage',''),(22208,2470,'bible_passage',''),(22209,2471,'bible_passage','Hebrews 11:1-12:4'),(22210,2472,'bible_passage','Acts 4:23-31'),(22211,2473,'bible_passage',''),(22212,2474,'bible_passage','John 20:1-21:25'),(22213,2475,'bible_passage','1 Kings 17:1-16'),(22214,2477,'bible_passage',''),(22215,2476,'bible_passage','Mark 8:13-26'),(22216,2478,'bible_passage','Mark 10:46-52'),(22217,2479,'bible_passage','Mark 6:45-52'),(22218,2480,'bible_passage','1 Samuel 16:1-13'),(22219,2485,'bible_passage','1 Samuel 17:1-58'),(22220,2481,'bible_passage','2 Corinthians 5:17-21'),(22221,2482,'bible_passage','1 Samuel 18:1-30'),(22222,2483,'bible_passage',''),(22223,2484,'bible_passage','1 Samuel 21:10-22:2'),(22224,2486,'bible_passage',''),(22225,2487,'bible_passage','2 Samuel 11:1-12:13'),(22226,2488,'bible_passage','2 Samuel 6:1-23'),(22227,2489,'bible_passage','Matthew 1:1-6, Matthew 9:1-13'),(22228,2490,'bible_passage','Genesis 37:1-38:30'),(22229,2491,'bible_passage','Joshua 2:8-16, Joshua 6:22-25, Matthew 1:1-5'),(22230,2492,'bible_passage','1 Corinthians 9:24-25, Matthew 8:18-22, Revelation 1:12-18'),(22231,2493,'bible_passage','Matthew 9:9-13, Matthew 7:24-27'),(22232,2494,'bible_passage',''),(22233,2495,'bible_passage','Mark 10:17-31'),(22234,2496,'bible_passage','Matthew 8:5-13'),(22235,2497,'bible_passage','Acts 1:1-2:47'),(22236,2498,'bible_passage','Acts 3:1-4:37'),(22237,2499,'bible_passage','Acts 5:17-42, Acts 4:29-30'),(22238,2500,'bible_passage','Acts 9:1-43, 1 Corinthians 15:1-10'),(22239,2501,'bible_passage','Acts 15:1-31'),(22240,2502,'bible_passage','Acts 28:28-31'),(22241,2503,'bible_passage','Acts 2:42-47'),(22242,2504,'bible_passage','Psalm 23:1-3'),(22243,2505,'bible_passage','Colossians 3:1-4, Colossians 3:12-14'),(22244,2506,'bible_passage',''),(22245,2507,'bible_passage','Jonah 1:1-17'),(22246,2508,'bible_passage','Jonah 2:1-3:1'),(22247,2509,'bible_passage','Jonah 3:1-4:11'),(22248,2510,'bible_passage','Titus 1:1-9'),(22249,2511,'bible_passage','Titus 1:10-16'),(22250,2512,'bible_passage','Titus 2:1-15'),(22251,2513,'bible_passage','Titus 3:1-15'),(22252,2514,'bible_passage',''),(22253,2515,'bible_passage',''),(22254,2516,'bible_passage','Psalm 119:97-105'),(22255,2517,'bible_passage','2 Timothy 3:16-17'),(22256,2518,'bible_passage',''),(22257,2519,'bible_passage','Daniel 1:1-21'),(22258,2520,'bible_passage','Daniel 3:1-18'),(22259,2523,'bible_passage','Daniel 3:19-30'),(22260,2522,'bible_passage','1 John 1:1-3'),(22261,2521,'bible_passage','1 John 1:5-2:2'),(22262,2524,'bible_passage','1 John 2:15-16'),(22263,2525,'bible_passage',''),(22264,2526,'bible_passage','Galatians 1:1-11'),(22265,2527,'bible_passage','Galatians 2:11-21'),(22266,2528,'bible_passage','Galatians 3:1-1:6'),(22267,2529,'bible_passage','Galatians 3:19-4:9'),(22268,2530,'bible_passage','Galatians 4:21-5:25'),(22269,2531,'bible_passage','Galatians 5:25-6:18'),(22270,2532,'bible_passage','Galatians 6:7-9'),(22271,2534,'bible_passage','Matthew 2:1-12'),(22272,2535,'bible_passage','Ephesians 5:15-18'),(22273,2536,'bible_passage',''),(22274,2537,'bible_passage','1 Corinthians 6:18-20'),(22275,2538,'bible_passage','Matthew 6:24-33'),(22276,2539,'bible_passage','Matthew 15:1-19'),(22277,2540,'bible_passage','James 4:1-3'),(22278,2541,'bible_passage','Romans 7:15-17, Galatians 5:19-21, James 1:14-16'),(22279,2542,'bible_passage','Galatians 5:22-26'),(22280,2543,'bible_passage','Romans 12:1-2'),(22281,2544,'bible_passage',''),(22282,2545,'bible_passage','Matthew 11:2-6, Mark 6:17-20'),(22283,2546,'bible_passage','John 7:37-38'),(22284,2547,'bible_passage','Philippians 1:1-30'),(22285,2548,'bible_passage','Philippians 2:1-11'),(22286,2550,'bible_passage','1 Thessalonians 1:2-3, 1 Thessalonians 5:16-18'),(22287,2549,'bible_passage',''),(22288,2552,'bible_passage','Ephesians 5:21-28'),(22289,2551,'bible_passage','1 Peter 5:5-7, Psalm 55:12-22'),(22290,2553,'bible_passage','1 Corinthians 13:1-7'),(22291,2554,'bible_passage','Matthew 20:1-16'),(22292,2555,'bible_passage','Luke 16:19-31'),(22293,2556,'bible_passage','Jeremiah 2:1-13'),(22294,2557,'bible_passage','Luke 11:1-13'),(22295,2558,'bible_passage','Ephesians 5:15-16, Matthew 7:24-27'),(22296,2559,'bible_passage','Acts 1:4-8'),(22297,2560,'bible_passage','Joshua 3:1-17'),(22298,2561,'bible_passage','Mark 5:21-34'),(22299,2562,'bible_passage','Philippians 2:14-16'),(22300,2563,'bible_passage','James 1:19-21'),(22301,2564,'bible_passage','Ephesians 4:17-23'),(22302,2565,'bible_passage',''),(22303,2566,'bible_passage','Matthew 7:22-23'),(22304,2567,'bible_passage','Deuteronomy 30:15-16, Hebrews 11:23-27'),(22305,2568,'bible_passage',''),(22306,2569,'bible_passage','Ecclesiastes 4:9-12'),(22307,2570,'bible_passage','Revelation 3:7-8'),(22308,2571,'bible_passage','Mark 1:4-13'),(22309,2572,'bible_passage',''),(22310,2573,'bible_passage','Luke 1:1-38'),(22311,2574,'bible_passage','John 1:6-29'),(22312,2575,'bible_passage','Matthew 4:1-11'),(22313,2576,'bible_passage','Luke 5:1-11, 1 Peter 2:23-24'),(22314,2577,'bible_passage',''),(22315,2578,'bible_passage',''),(22316,2579,'bible_passage',''),(22317,2580,'bible_passage','Matthew 5:17-18'),(22318,2581,'bible_passage','Matthew 12:1-8, Mark 13:1-4'),(22319,2582,'bible_passage','John 16:1-7, Acts 2:1-47'),(22320,2583,'bible_passage','John 3:1-17, John 2:18-22'),(22321,2584,'bible_passage','John 11:45-12:50, Mark 10:32-45, John 13:4-17'),(22322,2585,'bible_passage','Luke 22:7-20'),(22323,2586,'bible_passage','Matthew 22:34-40, John 13:34-35'),(22324,2587,'bible_passage','Matthew 28:16-20'),(22325,2588,'bible_passage','Matthew 7:24-27, James 1:22-25'),(22326,2589,'bible_passage','Mark 14:50-15:24, John 18:28-19:40, Matthew 27:62-66'),(22327,2590,'bible_passage',''),(22328,2591,'bible_passage',''),(22329,2592,'bible_passage','Luke 12:16-21'),(22330,2593,'bible_passage','1 Corinthians 16:1-4'),(22331,2594,'bible_passage','Luke 19:28-44'),(22332,2595,'bible_passage',''),(22333,2596,'bible_passage',''),(22334,2597,'bible_passage','2 Corinthians 5:13-20'),(22335,2598,'bible_passage','Romans 12:17-18'),(22336,2600,'bible_passage',''),(22337,2601,'bible_passage',''),(22338,2602,'bible_passage',''),(22339,2603,'bible_passage','Matthew 21:18-22, Mark 11:11-21'),(22340,2604,'bible_passage',''),(22341,2605,'bible_passage','1 Samuel 17:1-47'),(22342,2606,'bible_passage','1 Samuel 21:1-22:23'),(22343,2607,'bible_passage','1 Samuel 25:2-42'),(22344,2608,'bible_passage',''),(22345,2609,'bible_passage',''),(22346,2610,'bible_passage',''),(22347,2611,'bible_passage',''),(22348,2612,'bible_passage',''),(22349,2613,'bible_passage',''),(22350,2614,'bible_passage',''),(22351,2616,'bible_passage','2 Corinthians 4:1-18'),(22352,2617,'bible_passage',''),(22353,2618,'bible_passage','Matthew 25:14-30'),(22354,2619,'bible_passage','Matthew 5:13-14'),(22355,2620,'bible_passage',''),(22356,2621,'bible_passage','Ephesians 5:15-17'),(22357,2622,'bible_passage','Philippians 4:4-7'),(22358,2623,'bible_passage','Proverbs 7:6-27, Proverbs 9:7-8, Proverbs 1:20-33'),(22359,2624,'bible_passage','Ephesians 5:15-16'),(22360,2625,'bible_passage',''),(22361,2626,'bible_passage',''),(22362,2627,'bible_passage','John 13:1-10, Leviticus 25:8-12, Matthew 5:43-47'),(22363,2628,'bible_passage','Luke 15:11-32'),(22364,2629,'bible_passage','Luke 19:1-10, Matthew 9:36-38'),(22365,2630,'bible_passage',''),(22366,2631,'bible_passage','1 John 4:9-19'),(22367,2632,'bible_passage',''),(22368,2633,'bible_passage',''),(22369,2634,'bible_passage','Luke 3:15-16'),(22370,2635,'bible_passage','Luke 16:1-14'),(22371,2636,'bible_passage','Galatians 5:16-23'),(22393,2638,'_edit_last','2'),(22394,2638,'_wp_page_template','default'),(22403,2638,'pyre_slider_type','flex'),(22404,2638,'pyre_slider','0'),(22405,2638,'pyre_wooslider','sermons'),(22406,2638,'pyre_revslider','0'),(22407,2638,'pyre_elasticslider','0'),(22408,2638,'pyre_slider_position','default'),(22409,2638,'pyre_avada_rev_styles','default'),(22410,2638,'pyre_fallback',''),(22411,2638,'pyre_fallback_id',''),(22412,2638,'pyre_demo_slider',''),(22413,2638,'pyre_main_top_padding',''),(22414,2638,'pyre_main_bottom_padding',''),(22415,2638,'pyre_hundredp_padding',''),(22416,2638,'pyre_show_first_featured_image','no'),(22417,2638,'pyre_display_header','yes'),(22418,2638,'pyre_header_100_width','default'),(22419,2638,'pyre_combined_header_bg_color',''),(22420,2638,'pyre_mobile_header_bg_color',''),(22421,2638,'pyre_header_bg',''),(22422,2638,'pyre_header_bg_id',''),(22423,2638,'pyre_header_bg_full','no'),(22424,2638,'pyre_header_bg_repeat','repeat'),(22425,2638,'pyre_displayed_menu','default'),(22426,2638,'pyre_display_footer','default'),(22427,2638,'pyre_display_copyright','default'),(22428,2638,'pyre_footer_100_width','default'),(22429,2638,'pyre_sidebar_position','default'),(22430,2638,'pyre_responsive_sidebar_order',''),(22431,2638,'pyre_sidebar_sticky','default'),(22432,2638,'pyre_sidebar_bg_color',''),(22433,2638,'pyre_page_bg_layout','default'),(22434,2638,'pyre_page_bg_color',''),(22435,2638,'pyre_page_bg',''),(22436,2638,'pyre_page_bg_id',''),(22437,2638,'pyre_page_bg_full','default'),(22438,2638,'pyre_page_bg_repeat','default'),(22439,2638,'pyre_wide_page_bg_color',''),(22440,2638,'pyre_wide_page_bg',''),(22441,2638,'pyre_wide_page_bg_id',''),(22442,2638,'pyre_wide_page_bg_full','default'),(22443,2638,'pyre_wide_page_bg_repeat','default'),(22444,2638,'pyre_page_title','default'),(22445,2638,'pyre_page_title_breadcrumbs_search_bar','default'),(22446,2638,'pyre_page_title_text','default'),(22447,2638,'pyre_page_title_text_alignment','default'),(22448,2638,'pyre_page_title_custom_text',''),(22449,2638,'pyre_page_title_text_size',''),(22450,2638,'pyre_page_title_line_height',''),(22451,2638,'pyre_page_title_font_color',''),(22452,2638,'pyre_page_title_custom_subheader',''),(22453,2638,'pyre_page_title_custom_subheader_text_size',''),(22454,2638,'pyre_page_title_subheader_font_color',''),(22455,2638,'pyre_page_title_100_width','default'),(22456,2638,'pyre_page_title_height',''),(22457,2638,'pyre_page_title_mobile_height',''),(22458,2638,'pyre_page_title_bar_bg_color',''),(22459,2638,'pyre_page_title_bar_borders_color',''),(22460,2638,'pyre_page_title_bar_bg',''),(22461,2638,'pyre_page_title_bar_bg_id',''),(22462,2638,'pyre_page_title_bar_bg_retina',''),(22463,2638,'pyre_page_title_bar_bg_retina_id',''),(22464,2638,'pyre_page_title_bar_bg_full','default'),(22465,2638,'pyre_page_title_bg_parallax','default'),(22466,2638,'fusion_builder_status','active'),(22467,2638,'kd_featured-image-2_page_id',''),(22468,2638,'kd_featured-image-3_page_id',''),(22469,2638,'kd_featured-image-4_page_id',''),(22470,2638,'kd_featured-image-5_page_id',''),(22582,2651,'_menu_item_type','post_type'),(22583,2651,'_menu_item_menu_item_parent','0'),(22584,2651,'_menu_item_object_id','2638'),(22585,2651,'_menu_item_object','page'),(22586,2651,'_menu_item_target',''),(22587,2651,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22588,2651,'_menu_item_xfn',''),(22589,2651,'_menu_item_url',''),(22591,2651,'_menu_item_fusion_megamenu','a:23:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"select\";s:1:\"0\";}'),(22592,2652,'_wp_attached_file','2020/04/Scripture-04.05.20.pdf'),(22593,2653,'_wp_attached_file','2020/04/04.05.20.pdf'),(22594,2654,'_wp_attached_file','2020/04/donkey.pdf'),(22603,1458,'pyre_fallback_id',''),(22604,1458,'pyre_demo_slider',''),(22605,1458,'pyre_combined_header_bg_color',''),(22606,1458,'pyre_mobile_header_bg_color',''),(22607,1458,'pyre_header_bg_id',''),(22608,1458,'pyre_responsive_sidebar_order',''),(22609,1458,'pyre_sidebar_sticky','default'),(22610,1458,'pyre_page_bg_id',''),(22611,1458,'pyre_wide_page_bg_id',''),(22612,1458,'pyre_page_title_line_height',''),(22613,1458,'pyre_page_title_subheader_font_color',''),(22614,1458,'pyre_page_title_bar_bg_id',''),(22615,1458,'pyre_page_title_bar_bg_retina_id',''),(22616,1458,'kd_featured-image-2_page_id',''),(22617,1458,'kd_featured-image-3_page_id',''),(22618,1458,'kd_featured-image-4_page_id',''),(22619,1458,'kd_featured-image-5_page_id',''),(22712,2660,'_wp_attached_file','2020/04/color-page.png'),(22713,2660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:837;s:4:\"file\";s:22:\"2020/04/color-page.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"color-page-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"color-page-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"color-page-656x400.png\";s:5:\"width\";i:656;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"color-page-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"color-page-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"color-page-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"color-page-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"color-page-656x272.png\";s:5:\"width\";i:656;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"color-page-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"color-page-656x441.png\";s:5:\"width\";i:656;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"color-page-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:22:\"color-page-200x255.png\";s:5:\"width\";i:200;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:22:\"color-page-400x510.png\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}i:2;a:4:{s:4:\"file\";s:22:\"color-page-600x766.png\";s:5:\"width\";i:600;s:6:\"height\";i:766;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:{}}}'),(22714,2660,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.24439119772149;s:5:\"bytes\";i:301423;s:11:\"size_before\";i:1243269;s:10:\"size_after\";i:941846;s:4:\"time\";d:5.530000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.67;s:5:\"bytes\";i:17290;s:11:\"size_before\";i:64827;s:10:\"size_after\";i:47537;s:4:\"time\";d:0.16;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.94;s:5:\"bytes\";i:5354;s:11:\"size_before\";i:19164;s:10:\"size_after\";i:13810;s:4:\"time\";d:0.05;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.22;s:5:\"bytes\";i:29505;s:11:\"size_before\";i:121799;s:10:\"size_after\";i:92294;s:4:\"time\";d:0.72;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.62;s:5:\"bytes\";i:19159;s:11:\"size_before\";i:77825;s:10:\"size_after\";i:58666;s:4:\"time\";d:0.34;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.2;s:5:\"bytes\";i:20075;s:11:\"size_before\";i:76627;s:10:\"size_after\";i:56552;s:4:\"time\";d:0.5;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.34;s:5:\"bytes\";i:11070;s:11:\"size_before\";i:40495;s:10:\"size_after\";i:29425;s:4:\"time\";d:0.2;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.01;s:5:\"bytes\";i:4517;s:11:\"size_before\";i:16726;s:10:\"size_after\";i:12209;s:4:\"time\";d:0.49;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.69;s:5:\"bytes\";i:20551;s:11:\"size_before\";i:83223;s:10:\"size_after\";i:62672;s:4:\"time\";d:0.49;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.76;s:5:\"bytes\";i:9658;s:11:\"size_before\";i:37487;s:10:\"size_after\";i:27829;s:4:\"time\";d:0.16;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.98;s:5:\"bytes\";i:31812;s:11:\"size_before\";i:132679;s:10:\"size_after\";i:100867;s:4:\"time\";d:0.52;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.02;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:4711;s:10:\"size_after\";i:3485;s:4:\"time\";d:0.03;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:26.52;s:5:\"bytes\";i:12788;s:11:\"size_before\";i:48215;s:10:\"size_after\";i:35427;s:4:\"time\";d:0.14;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:24.52;s:5:\"bytes\";i:41317;s:11:\"size_before\";i:168520;s:10:\"size_after\";i:127203;s:4:\"time\";d:0.63;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:21.97;s:5:\"bytes\";i:77101;s:11:\"size_before\";i:350971;s:10:\"size_after\";i:273870;s:4:\"time\";d:1.1;}}}'),(22715,1458,'_oembed_3e92c2b69ed5ec12ca89c491b5e7e4f5','{{unknown}}'),(22844,2670,'_wp_attached_file','2020/04/Donkey.png'),(22845,2670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:676;s:4:\"file\";s:18:\"2020/04/Donkey.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Donkey-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Donkey-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"Donkey-590x400.png\";s:5:\"width\";i:590;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"Donkey-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"Donkey-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"Donkey-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"Donkey-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"Donkey-590x272.png\";s:5:\"width\";i:590;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"Donkey-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"Donkey-590x441.png\";s:5:\"width\";i:590;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"Donkey-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:18:\"Donkey-200x229.png\";s:5:\"width\";i:200;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:18:\"Donkey-400x458.png\";s:5:\"width\";i:400;s:6:\"height\";i:458;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:{}}}'),(22846,2670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.476578777480037;s:5:\"bytes\";i:86478;s:11:\"size_before\";i:1335242;s:10:\"size_after\";i:1248764;s:4:\"time\";d:3.8099999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.08;s:5:\"bytes\";i:13363;s:11:\"size_before\";i:88626;s:10:\"size_after\";i:75263;s:4:\"time\";d:0.17;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.12;s:5:\"bytes\";i:5802;s:11:\"size_before\";i:30352;s:10:\"size_after\";i:24550;s:4:\"time\";d:0.11;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79;s:5:\"bytes\";i:1492;s:11:\"size_before\";i:187727;s:10:\"size_after\";i:186235;s:4:\"time\";d:0.36;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:145184;s:10:\"size_after\";i:137491;s:4:\"time\";d:0.29;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:9478;s:11:\"size_before\";i:141128;s:10:\"size_after\";i:131650;s:4:\"time\";d:0.4;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.27;s:5:\"bytes\";i:7336;s:11:\"size_before\";i:71399;s:10:\"size_after\";i:64063;s:4:\"time\";d:0.15;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28;s:5:\"bytes\";i:4774;s:11:\"size_before\";i:31237;s:10:\"size_after\";i:26463;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.81;s:5:\"bytes\";i:2269;s:11:\"size_before\";i:125171;s:10:\"size_after\";i:122902;s:4:\"time\";d:0.19;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.39;s:5:\"bytes\";i:5148;s:11:\"size_before\";i:69650;s:10:\"size_after\";i:64502;s:4:\"time\";d:0.15;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89;s:5:\"bytes\";i:1836;s:11:\"size_before\";i:206598;s:10:\"size_after\";i:204762;s:4:\"time\";d:1.43;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.22;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:7454;s:10:\"size_after\";i:5798;s:4:\"time\";d:0.02;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.91;s:5:\"bytes\";i:8431;s:11:\"size_before\";i:52982;s:10:\"size_after\";i:44551;s:4:\"time\";d:0.13;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.68;s:5:\"bytes\";i:17200;s:11:\"size_before\";i:177734;s:10:\"size_after\";i:160534;s:4:\"time\";d:0.36;}}}'),(22883,2674,'_wp_attached_file','2020/04/Scripture-4.5.2020.png'),(22884,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:732;s:6:\"height\";i:413;s:4:\"file\";s:30:\"2020/04/Scripture-4.5.2020.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-732x400.png\";s:5:\"width\";i:732;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-700x413.png\";s:5:\"width\";i:700;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"Scripture-4.5.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-400x226.png\";s:5:\"width\";i:400;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}i:2;a:4:{s:4:\"file\";s:30:\"Scripture-4.5.2020-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;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:{}}}'),(22885,2674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3544042;s:10:\"size_after\";i:3544042;s:4:\"time\";d:1.73;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121156;s:10:\"size_after\";i:121156;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56288;s:10:\"size_after\";i:56288;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:637506;s:10:\"size_after\";i:637506;s:4:\"time\";d:0.28;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:327307;s:10:\"size_after\";i:327307;s:4:\"time\";d:0.15;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:304046;s:10:\"size_after\";i:304046;s:4:\"time\";d:0.14;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153458;s:10:\"size_after\";i:153458;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63392;s:10:\"size_after\";i:63392;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:388176;s:10:\"size_after\";i:388176;s:4:\"time\";d:0.22;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153218;s:10:\"size_after\";i:153218;s:4:\"time\";d:0.08;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:626825;s:10:\"size_after\";i:626825;s:4:\"time\";d:0.41;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11668;s:10:\"size_after\";i:11668;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56027;s:10:\"size_after\";i:56027;s:4:\"time\";d:0.02;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:208966;s:10:\"size_after\";i:208966;s:4:\"time\";d:0.08;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:436009;s:10:\"size_after\";i:436009;s:4:\"time\";d:0.15;}}}'),(22906,2676,'_wp_attached_file','2020/04/Donkey-1.png'),(22907,2676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:566;s:6:\"height\";i:668;s:4:\"file\";s:20:\"2020/04/Donkey-1.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Donkey-1-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Donkey-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"Donkey-1-566x400.png\";s:5:\"width\";i:566;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"Donkey-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"Donkey-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"Donkey-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"Donkey-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"Donkey-1-566x272.png\";s:5:\"width\";i:566;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"Donkey-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"Donkey-1-566x441.png\";s:5:\"width\";i:566;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"Donkey-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:20:\"Donkey-1-200x236.png\";s:5:\"width\";i:200;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:20:\"Donkey-1-400x472.png\";s:5:\"width\";i:400;s:6:\"height\";i:472;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:{}}}'),(22908,2676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.490141925244872;s:5:\"bytes\";i:101376;s:11:\"size_before\";i:1353459;s:10:\"size_after\";i:1252083;s:4:\"time\";d:3.95;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.18;s:5:\"bytes\";i:13054;s:11:\"size_before\";i:85996;s:10:\"size_after\";i:72942;s:4:\"time\";d:0.3;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.59;s:5:\"bytes\";i:5681;s:11:\"size_before\";i:30553;s:10:\"size_after\";i:24872;s:4:\"time\";d:0.15;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.53;s:5:\"bytes\";i:963;s:11:\"size_before\";i:182323;s:10:\"size_after\";i:181360;s:4:\"time\";d:0.21;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:11309;s:11:\"size_before\";i:149328;s:10:\"size_after\";i:138019;s:4:\"time\";d:0.52;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.18;s:5:\"bytes\";i:12072;s:11:\"size_before\";i:147513;s:10:\"size_after\";i:135441;s:4:\"time\";d:0.79;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.24;s:5:\"bytes\";i:9247;s:11:\"size_before\";i:75567;s:10:\"size_after\";i:66320;s:4:\"time\";d:0.2;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.22;s:5:\"bytes\";i:5710;s:11:\"size_before\";i:33157;s:10:\"size_after\";i:27447;s:4:\"time\";d:0.1;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:2283;s:11:\"size_before\";i:122585;s:10:\"size_after\";i:120302;s:4:\"time\";d:0.36;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.41;s:5:\"bytes\";i:8683;s:11:\"size_before\";i:76073;s:10:\"size_after\";i:67390;s:4:\"time\";d:0.29;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:200079;s:10:\"size_after\";i:198678;s:4:\"time\";d:0.23;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.9;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:5698;s:4:\"time\";d:0.02;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.06;s:5:\"bytes\";i:9458;s:11:\"size_before\";i:55445;s:10:\"size_after\";i:45987;s:4:\"time\";d:0.2;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.58;s:5:\"bytes\";i:19823;s:11:\"size_before\";i:187450;s:10:\"size_after\";i:167627;s:4:\"time\";d:0.58;}}}'),(23049,2688,'_wp_attached_file','2017/12/Couch-Homepage-scaled.jpg'),(23050,2688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2017/12/Couch-Homepage-scaled.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-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:28:\"Couch-Homepage-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-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:\"Couch-Homepage-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"Couch-Homepage-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:26:\"Couch-Homepage-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:26:\"Couch-Homepage-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:26:\"Couch-Homepage-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:3;a:4:{s:4:\"file\";s:26:\"Couch-Homepage-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:4;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-1200x1200.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Couch-Homepage.jpg\";}'),(23051,2688,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:222945;s:11:\"size_before\";i:713074;s:10:\"size_after\";i:490129;}'),(23052,2688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.085066055408964;s:5:\"bytes\";i:346167;s:11:\"size_before\";i:3810286;s:10:\"size_after\";i:3464119;s:4:\"time\";d:1.3900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82;s:5:\"bytes\";i:6168;s:11:\"size_before\";i:57020;s:10:\"size_after\";i:50852;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:38205;s:11:\"size_before\";i:456581;s:10:\"size_after\";i:418376;s:4:\"time\";d:0.09;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:10;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:16717;s:10:\"size_after\";i:15045;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.99;s:5:\"bytes\";i:25210;s:11:\"size_before\";i:280526;s:10:\"size_after\";i:255316;s:4:\"time\";d:0.12;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:68549;s:11:\"size_before\";i:847519;s:10:\"size_after\";i:778970;s:4:\"time\";d:0.34;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:15460;s:11:\"size_before\";i:190734;s:10:\"size_after\";i:175274;s:4:\"time\";d:0.09;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.32;s:5:\"bytes\";i:8289;s:11:\"size_before\";i:88917;s:10:\"size_after\";i:80628;s:4:\"time\";d:0.03;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1;s:5:\"bytes\";i:9068;s:11:\"size_before\";i:89744;s:10:\"size_after\";i:80676;s:4:\"time\";d:0.06;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:4755;s:11:\"size_before\";i:46443;s:10:\"size_after\";i:41688;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.94;s:5:\"bytes\";i:1955;s:11:\"size_before\";i:19668;s:10:\"size_after\";i:17713;s:4:\"time\";d:0.04;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:8256;s:11:\"size_before\";i:98824;s:10:\"size_after\";i:90568;s:4:\"time\";d:0.03;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.77;s:5:\"bytes\";i:4526;s:11:\"size_before\";i:46305;s:10:\"size_after\";i:41779;s:4:\"time\";d:0.04;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.62;s:5:\"bytes\";i:18235;s:11:\"size_before\";i:189551;s:10:\"size_after\";i:171316;s:4:\"time\";d:0.14;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28;s:5:\"bytes\";i:392;s:11:\"size_before\";i:4734;s:10:\"size_after\";i:4342;s:4:\"time\";d:0.03;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.49;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:27306;s:10:\"size_after\";i:24441;s:4:\"time\";d:0.01;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.85;s:5:\"bytes\";i:10366;s:11:\"size_before\";i:95544;s:10:\"size_after\";i:85178;s:4:\"time\";d:0.02;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:21435;s:11:\"size_before\";i:201876;s:10:\"size_after\";i:180441;s:4:\"time\";d:0.06;}i:3;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:34494;s:11:\"size_before\";i:339203;s:10:\"size_after\";i:304709;s:4:\"time\";d:0.06;}i:4;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.29;s:5:\"bytes\";i:66267;s:11:\"size_before\";i:713074;s:10:\"size_after\";i:646807;s:4:\"time\";d:0.17;}}}'),(23053,2689,'_wp_attached_file','2017/12/Couch-Homepage-2-scaled.jpg'),(23054,2689,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:840;s:4:\"file\";s:35:\"2017/12/Couch-Homepage-2-scaled.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Couch-Homepage-2-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-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:28:\"Couch-Homepage-2-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1536x1075.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:3;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-800x560.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:4;a:4:{s:4:\"file\";s:29:\"Couch-Homepage-2-1200x840.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"Couch-Homepage-2.jpg\";}'),(23055,2689,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.582277036961923;s:5:\"bytes\";i:302386;s:11:\"size_before\";i:3155680;s:10:\"size_after\";i:2853294;s:4:\"time\";d:1.1200000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.87;s:5:\"bytes\";i:4281;s:11:\"size_before\";i:43369;s:10:\"size_after\";i:39088;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17;s:5:\"bytes\";i:34880;s:11:\"size_before\";i:380228;s:10:\"size_after\";i:345348;s:4:\"time\";d:0.19;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.62;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:19261;s:10:\"size_after\";i:17409;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.64;s:5:\"bytes\";i:22352;s:11:\"size_before\";i:231946;s:10:\"size_after\";i:209594;s:4:\"time\";d:0.04;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.78;s:5:\"bytes\";i:75539;s:11:\"size_before\";i:772490;s:10:\"size_after\";i:696951;s:4:\"time\";d:0.23;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.98;s:5:\"bytes\";i:16080;s:11:\"size_before\";i:179141;s:10:\"size_after\";i:163061;s:4:\"time\";d:0.15;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.19;s:5:\"bytes\";i:7344;s:11:\"size_before\";i:79931;s:10:\"size_after\";i:72587;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:8329;s:11:\"size_before\";i:82795;s:10:\"size_after\";i:74466;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.18;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:43635;s:10:\"size_after\";i:39192;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.86;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:20116;s:10:\"size_after\";i:18133;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.15;s:5:\"bytes\";i:8549;s:11:\"size_before\";i:93412;s:10:\"size_after\";i:84863;s:4:\"time\";d:0.04;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.97;s:5:\"bytes\";i:4279;s:11:\"size_before\";i:42929;s:10:\"size_after\";i:38650;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.41;s:5:\"bytes\";i:16082;s:11:\"size_before\";i:170982;s:10:\"size_after\";i:154900;s:4:\"time\";d:0.05;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.94;s:5:\"bytes\";i:485;s:11:\"size_before\";i:5426;s:10:\"size_after\";i:4941;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:2150;s:11:\"size_before\";i:21329;s:10:\"size_after\";i:19179;s:4:\"time\";d:0.02;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:7118;s:11:\"size_before\";i:70047;s:10:\"size_after\";i:62929;s:4:\"time\";d:0.02;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.94;s:5:\"bytes\";i:14792;s:11:\"size_before\";i:148758;s:10:\"size_after\";i:133966;s:4:\"time\";d:0.04;}i:3;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.54;s:5:\"bytes\";i:23420;s:11:\"size_before\";i:245502;s:10:\"size_after\";i:222082;s:4:\"time\";d:0.06;}i:4;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6;s:5:\"bytes\";i:48428;s:11:\"size_before\";i:504383;s:10:\"size_after\";i:455955;s:4:\"time\";d:0.11;}}}'),(23068,2689,'fusion_masonry_element_layout','fusion-element-landscape'),(23101,2691,'_wp_attached_file','2017/12/Couch-Homepage-2-1-scaled-e1586394623227.jpg'),(23102,2691,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1001;s:6:\"height\";i:563;s:4:\"file\";s:52:\"2017/12/Couch-Homepage-2-1-scaled-e1586394623227.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Couch-Homepage-2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Couch-Homepage-2-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:3;a:4:{s:4:\"file\";s:30:\"Couch-Homepage-2-1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:4;a:4:{s:4:\"file\";s:31:\"Couch-Homepage-2-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:\"1586017769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:22:\"Couch-Homepage-2-1.jpg\";}'),(23103,2691,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.29796148133655;s:5:\"bytes\";i:224303;s:11:\"size_before\";i:2412389;s:10:\"size_after\";i:2188086;s:4:\"time\";d:0.9600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:33118;s:10:\"size_after\";i:29901;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:22230;s:11:\"size_before\";i:265472;s:10:\"size_after\";i:243242;s:4:\"time\";d:0.13;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:17578;s:10:\"size_after\";i:16031;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.13;s:5:\"bytes\";i:14875;s:11:\"size_before\";i:162897;s:10:\"size_after\";i:148022;s:4:\"time\";d:0.06;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.22;s:5:\"bytes\";i:54761;s:11:\"size_before\";i:536081;s:10:\"size_after\";i:481320;s:4:\"time\";d:0.25;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.18;s:5:\"bytes\";i:15659;s:11:\"size_before\";i:170574;s:10:\"size_after\";i:154915;s:4:\"time\";d:0.07;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.15;s:5:\"bytes\";i:7086;s:11:\"size_before\";i:77475;s:10:\"size_after\";i:70389;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.91;s:5:\"bytes\";i:6987;s:11:\"size_before\";i:78454;s:10:\"size_after\";i:71467;s:4:\"time\";d:0.03;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:3857;s:11:\"size_before\";i:42716;s:10:\"size_after\";i:38859;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.11;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:19881;s:10:\"size_after\";i:18069;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.19;s:5:\"bytes\";i:8341;s:11:\"size_before\";i:90728;s:10:\"size_after\";i:82387;s:4:\"time\";d:0.03;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.05;s:5:\"bytes\";i:3789;s:11:\"size_before\";i:41846;s:10:\"size_after\";i:38057;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.78;s:5:\"bytes\";i:13935;s:11:\"size_before\";i:158635;s:10:\"size_after\";i:144700;s:4:\"time\";d:0.05;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.63;s:5:\"bytes\";i:472;s:11:\"size_before\";i:5471;s:10:\"size_after\";i:4999;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.58;s:5:\"bytes\";i:1643;s:11:\"size_before\";i:17158;s:10:\"size_after\";i:15515;s:4:\"time\";d:0.01;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:4989;s:11:\"size_before\";i:53073;s:10:\"size_after\";i:48084;s:4:\"time\";d:0.05;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.18;s:5:\"bytes\";i:9995;s:11:\"size_before\";i:108855;s:10:\"size_after\";i:98860;s:4:\"time\";d:0.05;}i:3;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.05;s:5:\"bytes\";i:16031;s:11:\"size_before\";i:177160;s:10:\"size_after\";i:161129;s:4:\"time\";d:0.03;}i:4;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.31;s:5:\"bytes\";i:33077;s:11:\"size_before\";i:355217;s:10:\"size_after\";i:322140;s:4:\"time\";d:0.1;}}}'),(23136,2691,'fusion_masonry_element_layout','fusion-element-grid'),(23153,2691,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:29:\"Couch-Homepage-2-1-scaled.jpg\";}}'),(23211,2695,'_wp_attached_file','2020/04/Egg-craft.png'),(23212,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:872;s:4:\"file\";s:21:\"2020/04/Egg-craft.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Egg-craft-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Egg-craft-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Egg-craft-668x400.png\";s:5:\"width\";i:668;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Egg-craft-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Egg-craft-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Egg-craft-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Egg-craft-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Egg-craft-668x272.png\";s:5:\"width\";i:668;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Egg-craft-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Egg-craft-668x441.png\";s:5:\"width\";i:668;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Egg-craft-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:21:\"Egg-craft-200x261.png\";s:5:\"width\";i:200;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:21:\"Egg-craft-400x522.png\";s:5:\"width\";i:400;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}i:2;a:4:{s:4:\"file\";s:21:\"Egg-craft-600x783.png\";s:5:\"width\";i:600;s:6:\"height\";i:783;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:{}}}'),(23213,2695,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.139358072558077;s:5:\"bytes\";i:168623;s:11:\"size_before\";i:1663054;s:10:\"size_after\";i:1494431;s:4:\"time\";d:5.140000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32;s:5:\"bytes\";i:9515;s:11:\"size_before\";i:92187;s:10:\"size_after\";i:82672;s:4:\"time\";d:0.18;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.38;s:5:\"bytes\";i:3051;s:11:\"size_before\";i:32525;s:10:\"size_after\";i:29474;s:4:\"time\";d:0.35;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.97;s:5:\"bytes\";i:9591;s:11:\"size_before\";i:87459;s:10:\"size_after\";i:77868;s:4:\"time\";d:0.32;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.41;s:5:\"bytes\";i:20083;s:11:\"size_before\";i:149744;s:10:\"size_after\";i:129661;s:4:\"time\";d:0.42;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:15912;s:11:\"size_before\";i:154737;s:10:\"size_after\";i:138825;s:4:\"time\";d:0.34;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.76;s:5:\"bytes\";i:7902;s:11:\"size_before\";i:80990;s:10:\"size_after\";i:73088;s:4:\"time\";d:0.33;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.67;s:5:\"bytes\";i:3401;s:11:\"size_before\";i:35174;s:10:\"size_after\";i:31773;s:4:\"time\";d:0.1;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.42;s:5:\"bytes\";i:14776;s:11:\"size_before\";i:44214;s:10:\"size_after\";i:29438;s:4:\"time\";d:0.2;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.07;s:5:\"bytes\";i:8073;s:11:\"size_before\";i:80173;s:10:\"size_after\";i:72100;s:4:\"time\";d:0.28;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8;s:5:\"bytes\";i:9424;s:11:\"size_before\";i:107068;s:10:\"size_after\";i:97644;s:4:\"time\";d:0.37;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:147;s:11:\"size_before\";i:7384;s:10:\"size_after\";i:7237;s:4:\"time\";d:0.03;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:7027;s:11:\"size_before\";i:69978;s:10:\"size_after\";i:62951;s:4:\"time\";d:0.22;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.98;s:5:\"bytes\";i:21804;s:11:\"size_before\";i:242717;s:10:\"size_after\";i:220913;s:4:\"time\";d:0.65;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92;s:5:\"bytes\";i:37917;s:11:\"size_before\";i:478704;s:10:\"size_after\";i:440787;s:4:\"time\";d:1.35;}}}'),(23214,2696,'_wp_attached_file','2020/04/Egg-Craft.pdf'),(23215,2697,'_wp_attached_file','2020/04/He-is-risen-Color-sheet.pdf'),(23219,2699,'_wp_attached_file','2020/04/He-is-risen-Color-sheet.jpg'),(23220,2699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:608;s:6:\"height\";i:737;s:4:\"file\";s:35:\"2020/04/He-is-risen-Color-sheet.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-608x400.jpg\";s:5:\"width\";i:608;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-608x272.jpg\";s:5:\"width\";i:608;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-608x441.jpg\";s:5:\"width\";i:608;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"He-is-risen-Color-sheet-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-200x242.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-400x485.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:35:\"He-is-risen-Color-sheet-600x727.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:727;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:{}}}'),(23221,2699,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.827320893533393;s:5:\"bytes\";i:182604;s:11:\"size_before\";i:1024293;s:10:\"size_after\";i:841689;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8;s:5:\"bytes\";i:11309;s:11:\"size_before\";i:60140;s:10:\"size_after\";i:48831;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.97;s:5:\"bytes\";i:4192;s:11:\"size_before\";i:22093;s:10:\"size_after\";i:17901;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.96;s:5:\"bytes\";i:19204;s:11:\"size_before\";i:83632;s:10:\"size_after\";i:64428;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.98;s:5:\"bytes\";i:12822;s:11:\"size_before\";i:80251;s:10:\"size_after\";i:67429;s:4:\"time\";d:0.03;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.91;s:5:\"bytes\";i:13494;s:11:\"size_before\";i:79779;s:10:\"size_after\";i:66285;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.86;s:5:\"bytes\";i:8063;s:11:\"size_before\";i:45144;s:10:\"size_after\";i:37081;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.66;s:5:\"bytes\";i:4110;s:11:\"size_before\";i:22030;s:10:\"size_after\";i:17920;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.78;s:5:\"bytes\";i:11778;s:11:\"size_before\";i:51699;s:10:\"size_after\";i:39921;s:4:\"time\";d:0.05;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:7891;s:11:\"size_before\";i:44454;s:10:\"size_after\";i:36563;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3;s:5:\"bytes\";i:19809;s:11:\"size_before\";i:114534;s:10:\"size_after\";i:94725;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.09;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:6148;s:10:\"size_after\";i:5036;s:4:\"time\";d:0.03;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1;s:5:\"bytes\";i:8253;s:11:\"size_before\";i:43203;s:10:\"size_after\";i:34950;s:4:\"time\";d:0.01;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.44;s:5:\"bytes\";i:22444;s:11:\"size_before\";i:128699;s:10:\"size_after\";i:106255;s:4:\"time\";d:0.04;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.72;s:5:\"bytes\";i:38123;s:11:\"size_before\";i:242487;s:10:\"size_after\";i:204364;s:4:\"time\";d:0.06;}}}'),(23222,2700,'_wp_attached_file','2020/04/Egg-craft-1.png'),(23223,2700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:872;s:4:\"file\";s:23:\"2020/04/Egg-craft-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-668x400.png\";s:5:\"width\";i:668;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-668x272.png\";s:5:\"width\";i:668;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Egg-craft-1-668x441.png\";s:5:\"width\";i:668;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Egg-craft-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:0;a:4:{s:4:\"file\";s:23:\"Egg-craft-1-200x261.png\";s:5:\"width\";i:200;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}i:1;a:4:{s:4:\"file\";s:23:\"Egg-craft-1-400x522.png\";s:5:\"width\";i:400;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}i:2;a:4:{s:4:\"file\";s:23:\"Egg-craft-1-600x783.png\";s:5:\"width\";i:600;s:6:\"height\";i:783;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:{}}}'),(23224,2700,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.45980940004855;s:5:\"bytes\";i:173218;s:11:\"size_before\";i:1656034;s:10:\"size_after\";i:1482816;s:4:\"time\";d:5.32;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:9692;s:11:\"size_before\";i:91298;s:10:\"size_after\";i:81606;s:4:\"time\";d:0.13;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.98;s:5:\"bytes\";i:3615;s:11:\"size_before\";i:32927;s:10:\"size_after\";i:29312;s:4:\"time\";d:0.06;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.27;s:5:\"bytes\";i:9895;s:11:\"size_before\";i:87790;s:10:\"size_after\";i:77895;s:4:\"time\";d:0.31;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.01;s:5:\"bytes\";i:20986;s:11:\"size_before\";i:149744;s:10:\"size_after\";i:128758;s:4:\"time\";d:0.34;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:16237;s:11:\"size_before\";i:154497;s:10:\"size_after\";i:138260;s:4:\"time\";d:0.62;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:8116;s:11:\"size_before\";i:80801;s:10:\"size_after\";i:72685;s:4:\"time\";d:0.26;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:3764;s:11:\"size_before\";i:35428;s:10:\"size_after\";i:31664;s:4:\"time\";d:0.13;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.05;s:5:\"bytes\";i:15148;s:11:\"size_before\";i:44483;s:10:\"size_after\";i:29335;s:4:\"time\";d:0.35;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:8184;s:11:\"size_before\";i:79929;s:10:\"size_after\";i:71745;s:4:\"time\";d:0.14;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1;s:5:\"bytes\";i:9771;s:11:\"size_before\";i:107432;s:10:\"size_after\";i:97661;s:4:\"time\";d:0.67;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7640;s:10:\"size_after\";i:7205;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.87;s:5:\"bytes\";i:7587;s:11:\"size_before\";i:69781;s:10:\"size_after\";i:62194;s:4:\"time\";d:0.2;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.94;s:5:\"bytes\";i:21440;s:11:\"size_before\";i:239894;s:10:\"size_after\";i:218454;s:4:\"time\";d:0.73;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:38348;s:11:\"size_before\";i:474390;s:10:\"size_after\";i:436042;s:4:\"time\";d:1.37;}}}'),(23301,2706,'_wp_attached_file','2020/04/Easter-Egg-Colors.pdf'),(23302,2707,'_wp_attached_file','2020/04/Easter-Egg-Colors.jpg'),(23303,2707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:711;s:4:\"file\";s:29:\"2020/04/Easter-Egg-Colors.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-561x400.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-561x272.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-561x441.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"Easter-Egg-Colors-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-200x253.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:29:\"Easter-Egg-Colors-400x507.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:507;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:{}}}'),(23304,2707,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.275724100242016;s:5:\"bytes\";i:149820;s:11:\"size_before\";i:819776;s:10:\"size_after\";i:669956;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.15;s:5:\"bytes\";i:10531;s:11:\"size_before\";i:54987;s:10:\"size_after\";i:44456;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.12;s:5:\"bytes\";i:4422;s:11:\"size_before\";i:23132;s:10:\"size_after\";i:18710;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.31;s:5:\"bytes\";i:18483;s:11:\"size_before\";i:106762;s:10:\"size_after\";i:88279;s:4:\"time\";d:0.06;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.95;s:5:\"bytes\";i:13196;s:11:\"size_before\";i:77870;s:10:\"size_after\";i:64674;s:4:\"time\";d:0.03;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.14;s:5:\"bytes\";i:15354;s:11:\"size_before\";i:84652;s:10:\"size_after\";i:69298;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.16;s:5:\"bytes\";i:9187;s:11:\"size_before\";i:47953;s:10:\"size_after\";i:38766;s:4:\"time\";d:0.03;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.26;s:5:\"bytes\";i:4576;s:11:\"size_before\";i:23753;s:10:\"size_after\";i:19177;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.06;s:5:\"bytes\";i:11473;s:11:\"size_before\";i:67237;s:10:\"size_after\";i:55764;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.29;s:5:\"bytes\";i:9297;s:11:\"size_before\";i:48195;s:10:\"size_after\";i:38898;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8;s:5:\"bytes\";i:20944;s:11:\"size_before\";i:111414;s:10:\"size_after\";i:90470;s:4:\"time\";d:0.04;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:6304;s:10:\"size_after\";i:5185;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.15;s:5:\"bytes\";i:8216;s:11:\"size_before\";i:42909;s:10:\"size_after\";i:34693;s:4:\"time\";d:0.03;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.48;s:5:\"bytes\";i:23022;s:11:\"size_before\";i:124608;s:10:\"size_after\";i:101586;s:4:\"time\";d:0.02;}}}'),(23305,2708,'_wp_attached_file','2020/04/Easter-Crossword-Puzzle.pdf'),(23306,2709,'_wp_attached_file','2020/04/Easter-Crossword-Puzzle-scaled.jpg'),(23307,2709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:744;s:6:\"height\";i:1024;s:4:\"file\";s:42:\"2020/04/Easter-Crossword-Puzzle-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Easter-Crossword-Puzzle-744x1024.jpg\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-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:\"Easter-Crossword-Puzzle-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Easter-Crossword-Puzzle-1117x1536.jpg\";s:5:\"width\";i:1117;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"Easter-Crossword-Puzzle-1489x2048.jpg\";s:5:\"width\";i:1489;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"Easter-Crossword-Puzzle-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-200x275.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-400x550.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:35:\"Easter-Crossword-Puzzle-600x825.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:3;a:4:{s:4:\"file\";s:36:\"Easter-Crossword-Puzzle-800x1100.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:4;a:4:{s:4:\"file\";s:37:\"Easter-Crossword-Puzzle-1200x1651.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1651;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:\"Easter-Crossword-Puzzle.jpg\";}'),(23308,2709,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:141087;s:11:\"size_before\";i:427846;s:10:\"size_after\";i:286759;}'),(23309,2709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.52167855371772;s:5:\"bytes\";i:813842;s:11:\"size_before\";i:4393997;s:10:\"size_after\";i:3580155;s:4:\"time\";d:1.5400000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.84;s:5:\"bytes\";i:6240;s:11:\"size_before\";i:37059;s:10:\"size_after\";i:30819;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.81;s:5:\"bytes\";i:54855;s:11:\"size_before\";i:308017;s:10:\"size_after\";i:253162;s:4:\"time\";d:0.08;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.64;s:5:\"bytes\";i:2628;s:11:\"size_before\";i:16798;s:10:\"size_after\";i:14170;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.01;s:5:\"bytes\";i:61921;s:11:\"size_before\";i:325733;s:10:\"size_after\";i:263812;s:4:\"time\";d:0.09;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.73;s:5:\"bytes\";i:121098;s:11:\"size_before\";i:646467;s:10:\"size_after\";i:525369;s:4:\"time\";d:0.09;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.95;s:5:\"bytes\";i:186821;s:11:\"size_before\";i:985929;s:10:\"size_after\";i:799108;s:4:\"time\";d:0.41;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.58;s:5:\"bytes\";i:29610;s:11:\"size_before\";i:159370;s:10:\"size_after\";i:129760;s:4:\"time\";d:0.05;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.26;s:5:\"bytes\";i:15073;s:11:\"size_before\";i:78255;s:10:\"size_after\";i:63182;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.79;s:5:\"bytes\";i:12996;s:11:\"size_before\";i:69167;s:10:\"size_after\";i:56171;s:4:\"time\";d:0.04;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.58;s:5:\"bytes\";i:6633;s:11:\"size_before\";i:37735;s:10:\"size_after\";i:31102;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.04;s:5:\"bytes\";i:2670;s:11:\"size_before\";i:17755;s:10:\"size_after\";i:15085;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.04;s:5:\"bytes\";i:15396;s:11:\"size_before\";i:80852;s:10:\"size_after\";i:65456;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.45;s:5:\"bytes\";i:6185;s:11:\"size_before\";i:35448;s:10:\"size_after\";i:29263;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.78;s:5:\"bytes\";i:26810;s:11:\"size_before\";i:142779;s:10:\"size_after\";i:115969;s:4:\"time\";d:0.03;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.71;s:5:\"bytes\";i:504;s:11:\"size_before\";i:4304;s:10:\"size_after\";i:3800;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:16.61;s:5:\"bytes\";i:5314;s:11:\"size_before\";i:31986;s:10:\"size_after\";i:26672;s:4:\"time\";d:0.01;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.66;s:5:\"bytes\";i:19663;s:11:\"size_before\";i:105348;s:10:\"size_after\";i:85685;s:4:\"time\";d:0.05;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57;s:5:\"bytes\";i:40341;s:11:\"size_before\";i:217231;s:10:\"size_after\";i:176890;s:4:\"time\";d:0.05;}i:3;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8;s:5:\"bytes\";i:65231;s:11:\"size_before\";i:346900;s:10:\"size_after\";i:281669;s:4:\"time\";d:0.09;}i:4;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.92;s:5:\"bytes\";i:133853;s:11:\"size_before\";i:746864;s:10:\"size_after\";i:613011;s:4:\"time\";d:0.41;}}}'),(23390,2714,'_wp_attached_file','2017/12/Couch-Homepage-3-e1586635657495.jpg'),(23391,2714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2017/12/Couch-Homepage-3-e1586635657495.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-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:28:\"Couch-Homepage-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:28:\"Couch-Homepage-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-888x400.jpg\";s:5:\"width\";i:888;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:3;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-3-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;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:\"1586017769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(23392,2714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.316283878721467;s:5:\"bytes\";i:105424;s:11:\"size_before\";i:1131610;s:10:\"size_after\";i:1026186;s:4:\"time\";d:0.6400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.46;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:32499;s:10:\"size_after\";i:29425;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:17471;s:10:\"size_after\";i:15986;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.54;s:5:\"bytes\";i:14122;s:11:\"size_before\";i:147969;s:10:\"size_after\";i:133847;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:9060;s:11:\"size_before\";i:117048;s:10:\"size_after\";i:107988;s:4:\"time\";d:0.04;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.35;s:5:\"bytes\";i:6840;s:11:\"size_before\";i:73165;s:10:\"size_after\";i:66325;s:4:\"time\";d:0.08;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.02;s:5:\"bytes\";i:6729;s:11:\"size_before\";i:74607;s:10:\"size_after\";i:67878;s:4:\"time\";d:0.08;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.85;s:5:\"bytes\";i:3658;s:11:\"size_before\";i:41354;s:10:\"size_after\";i:37696;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.08;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:19681;s:10:\"size_after\";i:17893;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.84;s:5:\"bytes\";i:8336;s:11:\"size_before\";i:84717;s:10:\"size_after\";i:76381;s:4:\"time\";d:0.06;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9;s:5:\"bytes\";i:3632;s:11:\"size_before\";i:40815;s:10:\"size_after\";i:37183;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.85;s:5:\"bytes\";i:14263;s:11:\"size_before\";i:144817;s:10:\"size_after\";i:130554;s:4:\"time\";d:0.06;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.19;s:5:\"bytes\";i:447;s:11:\"size_before\";i:5459;s:10:\"size_after\";i:5012;s:4:\"time\";d:0.02;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.72;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:17035;s:10:\"size_after\";i:15379;s:4:\"time\";d:0.02;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.23;s:5:\"bytes\";i:4729;s:11:\"size_before\";i:51258;s:10:\"size_after\";i:46529;s:4:\"time\";d:0.04;}i:2;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.48;s:5:\"bytes\";i:9682;s:11:\"size_before\";i:102098;s:10:\"size_after\";i:92416;s:4:\"time\";d:0.02;}i:3;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.85;s:5:\"bytes\";i:15923;s:11:\"size_before\";i:161617;s:10:\"size_after\";i:145694;s:4:\"time\";d:0.1;}}}'),(23401,2715,'_wp_attached_file','2017/12/Couch-Homepage-4.jpg'),(23402,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2017/12/Couch-Homepage-4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-500x441.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"Couch-Homepage-4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:28:\"Couch-Homepage-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1586017769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(23403,2715,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.729247186368166;s:5:\"bytes\";i:57458;s:11:\"size_before\";i:658224;s:10:\"size_after\";i:600766;s:4:\"time\";d:0.4900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.66;s:5:\"bytes\";i:4882;s:11:\"size_before\";i:50522;s:10:\"size_after\";i:45640;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.52;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:16320;s:10:\"size_after\";i:14767;s:4:\"time\";d:0.03;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.82;s:5:\"bytes\";i:8963;s:11:\"size_before\";i:91238;s:10:\"size_after\";i:82275;s:4:\"time\";d:0.06;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.06;s:5:\"bytes\";i:5778;s:11:\"size_before\";i:63740;s:10:\"size_after\";i:57962;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7;s:5:\"bytes\";i:7438;s:11:\"size_before\";i:76655;s:10:\"size_after\";i:69217;s:4:\"time\";d:0.05;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57;s:5:\"bytes\";i:4056;s:11:\"size_before\";i:42369;s:10:\"size_after\";i:38313;s:4:\"time\";d:0.03;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.44;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:19066;s:10:\"size_after\";i:17267;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57962;s:10:\"size_after\";i:57962;s:4:\"time\";d:0.07;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.18;s:5:\"bytes\";i:3866;s:11:\"size_before\";i:42101;s:10:\"size_after\";i:38235;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5;s:5:\"bytes\";i:10172;s:11:\"size_before\";i:96913;s:10:\"size_after\";i:86741;s:4:\"time\";d:0.08;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:389;s:11:\"size_before\";i:4778;s:10:\"size_after\";i:4389;s:4:\"time\";d:0.01;}i:0;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21;s:5:\"bytes\";i:2263;s:11:\"size_before\";i:24567;s:10:\"size_after\";i:22304;s:4:\"time\";d:0.01;}i:1;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:6299;s:11:\"size_before\";i:71993;s:10:\"size_after\";i:65694;s:4:\"time\";d:0.07;}}}'),(23480,1458,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(23481,1458,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(23482,1458,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(23483,1458,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(23532,40,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(23533,40,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(23534,40,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(23535,40,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(23572,2638,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(23573,2638,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(23574,2638,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(23575,2638,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(23578,40,'_fusion','a:23:{s:8:\"bg_image\";a:2:{s:3:\"url\";s:79:\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/EFFECTS-scaled.jpg\";s:2:\"id\";s:4:\"3870\";}s:7:\"bg_full\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:2:\"21\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:4:\"home\";s:9:\"revslider\";s:8:\"slider-1\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23579,2022,'_fusion','a:20:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:12:\"heading_size\";s:1:\"1\";s:17:\"heading_font_size\";s:2:\"50\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:16:\"heading_bg_color\";s:7:\"#c1c1c1\";s:12:\"caption_size\";s:1:\"1\";s:17:\"caption_font_size\";s:2:\"55\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:8:\"button_2\";s:673:\"[fusion_one_page_text_link link=\"#homepage\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-angle-down fas\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" iconcolor=\"\" iconcolor_hover=\"\" circle=\"\" bg_size=\"-1\" circlecolor=\"\" circlecolor_hover=\"\" circlebordersize=\"\" circlebordercolor=\"\" circlebordercolor_hover=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome][/fusion_one_page_text_link]\r\n\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"caption_separator\";s:4:\"none\";}'),(23580,2638,'_fusion','a:20:{s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:7:\"sermons\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23581,640,'_fusion','a:18:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:18:\"Sermons & Services\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:12:\"single solid\";s:17:\"caption_separator\";s:4:\"none\";}'),(23582,2714,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:888;s:6:\"height\";i:500;s:4:\"file\";s:20:\"Couch-Homepage-3.jpg\";}}'),(23583,1458,'_fusion','a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:4:\"team\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23584,990,'_fusion','a:18:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:8:\"OUR KIDS\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:4:\"full\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:12:\"single solid\";s:17:\"caption_separator\";s:4:\"none\";}'),(23585,609,'_fusion','a:18:{s:7:\"bg_full\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:18:\"what-is-a-nazarene\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23586,1672,'_fusion','a:13:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:17:\"heading_separator\";s:4:\"none\";s:10:\"heading_bg\";s:3:\"yes\";s:17:\"caption_separator\";s:4:\"none\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),(23587,847,'_fusion','a:22:{s:7:\"bg_full\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:19:\"default_sidebar_pos\";s:5:\"right\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23588,1354,'_fusion','a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"5px\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:14:\"what-to-expect\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23589,1357,'_fusion','a:19:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:14:\"WHAT TO EXPECT\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:2:\"no\";s:16:\"heading_bg_color\";s:7:\"#212121\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:12:\"single solid\";s:17:\"caption_separator\";s:4:\"none\";}'),(23590,1795,'_edit_lock','1618090031:1'),(23591,12,'_fusion','a:21:{s:8:\"bg_image\";a:2:{s:3:\"url\";s:98:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/give_bkgd-compressor.jpg\";s:2:\"id\";s:0:\"\";}s:7:\"bg_full\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:4:\"give\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23592,115,'_fusion','a:18:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:9:\"GIVE BACK\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:2:\"no\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:12:\"single solid\";s:17:\"caption_separator\";s:4:\"none\";}'),(23593,2730,'_edit_lock','1697170350:2'),(23594,99,'_fusion','a:0:{}'),(23595,2730,'_fusion','a:0:{}'),(23596,2731,'_wp_attached_file','2017/12/Couch-4.png'),(23597,2731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:425;s:4:\"file\";s:19:\"2017/12/Couch-4.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Couch-4-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Couch-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Couch-4-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"Couch-4-888x400.png\";s:5:\"width\";i:888;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"Couch-4-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"Couch-4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"Couch-4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"Couch-4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"Couch-4-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"Couch-4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"Couch-4-700x425.png\";s:5:\"width\";i:700;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"Couch-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:18:\"Couch-4-200x96.png\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:19:\"Couch-4-400x191.png\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:19:\"Couch-4-600x287.png\";s:5:\"width\";i:600;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:19:\"Couch-4-800x383.png\";s:5:\"width\";i:800;s:6:\"height\";i:383;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:{}}}'),(23598,2731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2397719;s:10:\"size_after\";i:2397719;s:4:\"time\";d:3.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56118;s:10:\"size_after\";i:56118;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33374;s:10:\"size_after\";i:33374;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:292145;s:10:\"size_after\";i:292145;s:4:\"time\";d:0.34;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:316377;s:10:\"size_after\";i:316377;s:4:\"time\";d:0.38;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:170148;s:10:\"size_after\";i:170148;s:4:\"time\";d:0.22;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:166535;s:10:\"size_after\";i:166535;s:4:\"time\";d:0.33;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85850;s:10:\"size_after\";i:85850;s:4:\"time\";d:0.17;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36780;s:10:\"size_after\";i:36780;s:4:\"time\";d:0.06;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:200580;s:10:\"size_after\";i:200580;s:4:\"time\";d:0.22;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85703;s:10:\"size_after\";i:85703;s:4:\"time\";d:0.08;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:308334;s:10:\"size_after\";i:308334;s:4:\"time\";d:0.44;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7749;s:10:\"size_after\";i:7749;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26961;s:10:\"size_after\";i:26961;s:4:\"time\";d:0.03;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93840;s:10:\"size_after\";i:93840;s:4:\"time\";d:0.1;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:194199;s:10:\"size_after\";i:194199;s:4:\"time\";d:0.2;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:323026;s:10:\"size_after\";i:323026;s:4:\"time\";d:0.46;}}}'),(23599,2022,'rs_page_bg_color',''),(23601,40,'_fusion_google_fonts',''),(23602,40,'_yoast_wpseo_content_score','60'),(23603,1468,'_fusion','a:17:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}}'),(23606,2638,'_fusion_google_fonts',''),(23607,2638,'_yoast_wpseo_content_score','30'),(23608,611,'_fusion','a:21:{s:8:\"bg_image\";a:2:{s:3:\"url\";s:94:\"https://avada.theme-fusion.com/church/wp-content/uploads/sites/35/2015/09/bkgd2-compressor.jpg\";s:2:\"id\";s:0:\"\";}s:7:\"bg_full\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:7:\"beliefs\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23609,992,'_fusion','a:20:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:11:\"OUR BELIEFS\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:4:\"full\";s:12:\"slide_target\";s:3:\"yes\";s:8:\"button_1\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";s:8:\"button_2\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:12:\"single solid\";s:17:\"caption_separator\";s:4:\"none\";}'),(23610,2739,'_wp_attached_file','2017/12/Couch-5.png'),(23611,2739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:383;s:4:\"file\";s:19:\"2017/12/Couch-5.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Couch-5-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Couch-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Couch-5-768x331.png\";s:5:\"width\";i:768;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"Couch-5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"Couch-5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"Couch-5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"Couch-5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"Couch-5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"Couch-5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"Couch-5-700x383.png\";s:5:\"width\";i:700;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"Couch-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:18:\"Couch-5-200x86.png\";s:5:\"width\";i:200;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:19:\"Couch-5-400x173.png\";s:5:\"width\";i:400;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:19:\"Couch-5-600x259.png\";s:5:\"width\";i:600;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:19:\"Couch-5-800x345.png\";s:5:\"width\";i:800;s:6:\"height\";i:345;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:{}}}'),(23612,2739,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2077960;s:10:\"size_after\";i:2077960;s:4:\"time\";d:2.29;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51709;s:10:\"size_after\";i:51709;s:4:\"time\";d:0.08;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33466;s:10:\"size_after\";i:33466;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:285856;s:10:\"size_after\";i:285856;s:4:\"time\";d:0.29;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:182075;s:10:\"size_after\";i:182075;s:4:\"time\";d:0.22;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:175462;s:10:\"size_after\";i:175462;s:4:\"time\";d:0.22;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88617;s:10:\"size_after\";i:88617;s:4:\"time\";d:0.11;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37326;s:10:\"size_after\";i:37326;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:212958;s:10:\"size_after\";i:212958;s:4:\"time\";d:0.2;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89151;s:10:\"size_after\";i:89151;s:4:\"time\";d:0.09;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:306927;s:10:\"size_after\";i:306927;s:4:\"time\";d:0.3;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7739;s:10:\"size_after\";i:7739;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24564;s:10:\"size_after\";i:24564;s:4:\"time\";d:0.03;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:87975;s:10:\"size_after\";i:87975;s:4:\"time\";d:0.09;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:183154;s:10:\"size_after\";i:183154;s:4:\"time\";d:0.22;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:310981;s:10:\"size_after\";i:310981;s:4:\"time\";d:0.33;}}}'),(23614,1441,'_fusion','a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:7:\"beliefs\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23615,1448,'_fusion','a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:13:\"nazarene-link\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23616,1462,'_fusion','a:20:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"5px\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:11:\"smallgroups\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23617,1597,'_fusion','a:17:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:12:\"caption_size\";s:1:\"3\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"caption_separator\";s:4:\"none\";}'),(23618,651,'_fusion','a:23:{s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:5:\"video\";s:204:\"<iframe src=\"https://player.vimeo.com/video/123431458?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23619,1453,'_fusion','a:19:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),(23621,1023,'_fusion','a:20:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:15:\"COVID-19 UPDATE\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:2:\"no\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:4:\"full\";s:12:\"slide_target\";s:3:\"yes\";s:8:\"button_1\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";s:8:\"button_2\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:4:\"none\";s:12:\"heading_size\";s:1:\"2\";s:17:\"caption_separator\";s:4:\"none\";s:12:\"caption_size\";s:1:\"3\";}'),(23622,10,'_fusion','a:21:{s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:10:\"who-we-are\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:16:\"hundredp_padding\";s:3:\"0px\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:3:\"yes\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),(23623,128,'_fusion','a:13:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:10:\"WHO WE ARE\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:2:\"no\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),(23624,1456,'_fusion','a:19:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),(23625,1393,'_fusion','a:16:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),(23626,644,'_fusion','a:17:{s:5:\"video\";s:204:\"<iframe src=\"https://player.vimeo.com/video/128516867?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"649\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),(23627,649,'_fusion','a:17:{s:5:\"video\";s:204:\"<iframe src=\"https://player.vimeo.com/video/125859734?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),(23628,653,'_fusion','a:17:{s:5:\"video\";s:204:\"<iframe src=\"https://player.vimeo.com/video/118055671?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),(23629,655,'_fusion','a:17:{s:5:\"video\";s:203:\"<iframe src=\"https://player.vimeo.com/video/99268915?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),(23630,665,'_fusion','a:21:{s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:5:\"video\";s:203:\"<iframe src=\"https://player.vimeo.com/video/77053159?color=d6d0c5&title=0&byline=0&portrait=0\" width=\"1152\" height=\"648\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(23633,1458,'_fusion_google_fonts',''),(23634,2744,'_wp_attached_file','2020/04/4-19-20-pdf-kids.pdf'),(23635,2745,'_wp_attached_file','2020/04/04.17.2020.png'),(23636,2745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:872;s:4:\"file\";s:22:\"2020/04/04.17.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"04.17.2020-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"04.17.2020-1024x744.png\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"04.17.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"04.17.2020-768x558.png\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"04.17.2020-1536x1117.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1117;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"04.17.2020-2048x1489.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1489;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"04.17.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"04.17.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"04.17.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"04.17.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"04.17.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"04.17.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"04.17.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"04.17.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"04.17.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"04.17.2020-200x145.png\";s:5:\"width\";i:200;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"04.17.2020-400x291.png\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"04.17.2020-600x436.png\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:22:\"04.17.2020-800x582.png\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:23:\"04.17.2020-1200x872.png\";s:5:\"width\";i:1200;s:6:\"height\";i:872;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:{}}}'),(23637,2745,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:926793;s:11:\"size_before\";i:1611692;s:10:\"size_after\";i:684899;}'),(23638,2745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.747921898037886;s:5:\"bytes\";i:838809;s:11:\"size_before\";i:5687642;s:10:\"size_after\";i:4848833;s:4:\"time\";d:30.240000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.18;s:5:\"bytes\";i:10918;s:11:\"size_before\";i:47111;s:10:\"size_after\";i:36193;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.72;s:5:\"bytes\";i:86729;s:11:\"size_before\";i:489545;s:10:\"size_after\";i:402816;s:4:\"time\";d:2.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.43;s:5:\"bytes\";i:4141;s:11:\"size_before\";i:18464;s:10:\"size_after\";i:14323;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.79;s:5:\"bytes\";i:59535;s:11:\"size_before\";i:286358;s:10:\"size_after\";i:226823;s:4:\"time\";d:1.33;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.28;s:5:\"bytes\";i:141893;s:11:\"size_before\";i:1068632;s:10:\"size_after\";i:926739;s:4:\"time\";d:4.49;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:106914;s:11:\"size_before\";i:1658310;s:10:\"size_after\";i:1551396;s:4:\"time\";d:13.66;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.91;s:5:\"bytes\";i:40924;s:11:\"size_before\";i:216443;s:10:\"size_after\";i:175519;s:4:\"time\";d:0.97;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.44;s:5:\"bytes\";i:19790;s:11:\"size_before\";i:96816;s:10:\"size_after\";i:77026;s:4:\"time\";d:0.46;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.37;s:5:\"bytes\";i:22760;s:11:\"size_before\";i:93384;s:10:\"size_after\";i:70624;s:4:\"time\";d:0.26;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.97;s:5:\"bytes\";i:11108;s:11:\"size_before\";i:46348;s:10:\"size_after\";i:35240;s:4:\"time\";d:0.16;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.97;s:5:\"bytes\";i:4277;s:11:\"size_before\";i:20398;s:10:\"size_after\";i:16121;s:4:\"time\";d:0.1;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.98;s:5:\"bytes\";i:21876;s:11:\"size_before\";i:104281;s:10:\"size_after\";i:82405;s:4:\"time\";d:0.38;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.18;s:5:\"bytes\";i:11584;s:11:\"size_before\";i:45998;s:10:\"size_after\";i:34414;s:4:\"time\";d:0.15;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.38;s:5:\"bytes\";i:46746;s:11:\"size_before\";i:208846;s:10:\"size_after\";i:162100;s:4:\"time\";d:1.17;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.88;s:5:\"bytes\";i:876;s:11:\"size_before\";i:4641;s:10:\"size_after\";i:3765;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.45;s:5:\"bytes\";i:4861;s:11:\"size_before\";i:22666;s:10:\"size_after\";i:17805;s:4:\"time\";d:0.06;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.41;s:5:\"bytes\";i:19249;s:11:\"size_before\";i:82208;s:10:\"size_after\";i:62959;s:4:\"time\";d:0.27;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.62;s:5:\"bytes\";i:40726;s:11:\"size_before\";i:180078;s:10:\"size_after\";i:139352;s:4:\"time\";d:0.76;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.85;s:5:\"bytes\";i:65095;s:11:\"size_before\";i:312216;s:10:\"size_after\";i:247121;s:4:\"time\";d:1.13;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35;s:5:\"bytes\";i:118807;s:11:\"size_before\";i:684899;s:10:\"size_after\";i:566092;s:4:\"time\";d:2.69;}}}'),(23639,2748,'_wp_attached_file','2020/04/Sermon-notes-Temptation.pdf'),(23640,2754,'_wp_attached_file','2020/04/Peters-Journal.pdf'),(23641,2755,'_wp_attached_file','2020/04/Peters-Journal.png'),(23642,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2020/04/Peters-Journal.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Peters-Journal-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Peters-Journal-1187x1536.png\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Peters-Journal-1583x2048.png\";s:5:\"width\";i:1583;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"Peters-Journal-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-200x259.png\";s:5:\"width\";i:200;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-400x518.png\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:26:\"Peters-Journal-600x776.png\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:27:\"Peters-Journal-800x1035.png\";s:5:\"width\";i:800;s:6:\"height\";i:1035;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:28:\"Peters-Journal-1200x1553.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1553;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:{}}}'),(23643,2755,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1420779;s:11:\"size_before\";i:2607204;s:10:\"size_after\";i:1186425;}'),(23644,2755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14815990;s:10:\"size_after\";i:14815990;s:4:\"time\";d:15.350000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151277;s:10:\"size_after\";i:151277;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1186425;s:10:\"size_after\";i:1186425;s:4:\"time\";d:0.91;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51919;s:10:\"size_after\";i:51919;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1134383;s:10:\"size_after\";i:1134383;s:4:\"time\";d:0.54;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2212756;s:10:\"size_after\";i:2212756;s:4:\"time\";d:2.9;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3341557;s:10:\"size_after\";i:3341557;s:4:\"time\";d:4.08;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:470288;s:10:\"size_after\";i:470288;s:4:\"time\";d:0.94;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:247486;s:10:\"size_after\";i:247486;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:240617;s:10:\"size_after\";i:240617;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:134192;s:10:\"size_after\";i:134192;s:4:\"time\";d:0.09;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56929;s:10:\"size_after\";i:56929;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:263515;s:10:\"size_after\";i:263515;s:4:\"time\";d:0.14;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129489;s:10:\"size_after\";i:129489;s:4:\"time\";d:0.11;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:462056;s:10:\"size_after\";i:462056;s:4:\"time\";d:0.37;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10364;s:10:\"size_after\";i:10364;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114672;s:10:\"size_after\";i:114672;s:4:\"time\";d:0.05;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:398275;s:10:\"size_after\";i:398275;s:4:\"time\";d:0.24;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:769624;s:10:\"size_after\";i:769624;s:4:\"time\";d:0.4;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1205068;s:10:\"size_after\";i:1205068;s:4:\"time\";d:1.05;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2235098;s:10:\"size_after\";i:2235098;s:4:\"time\";d:3.05;}}}'),(23645,2756,'_wp_attached_file','2020/04/04.26.2020.pdf'),(23646,2757,'_wp_attached_file','2020/04/04.26.2020.png'),(23647,2757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2020/04/04.26.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"04.26.2020-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"04.26.2020-801x1024.png\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"04.26.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"04.26.2020-768x981.png\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"04.26.2020-1202x1536.png\";s:5:\"width\";i:1202;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"04.26.2020-1603x2048.png\";s:5:\"width\";i:1603;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"04.26.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"04.26.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"04.26.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"04.26.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"04.26.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"04.26.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"04.26.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"04.26.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"04.26.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"04.26.2020-200x256.png\";s:5:\"width\";i:200;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"04.26.2020-400x511.png\";s:5:\"width\";i:400;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"04.26.2020-600x767.png\";s:5:\"width\";i:600;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"04.26.2020-800x1022.png\";s:5:\"width\";i:800;s:6:\"height\";i:1022;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"04.26.2020-1200x1533.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1533;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:{}}}'),(23648,2757,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3028387;s:11:\"size_before\";i:3596491;s:10:\"size_after\";i:568104;}'),(23649,2757,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.12123932340696;s:5:\"bytes\";i:2447544;s:11:\"size_before\";i:7619706;s:10:\"size_after\";i:5172162;s:4:\"time\";d:37.94999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.88;s:5:\"bytes\";i:20811;s:11:\"size_before\";i:59664;s:10:\"size_after\";i:38853;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.62;s:5:\"bytes\";i:191003;s:11:\"size_before\";i:568104;s:10:\"size_after\";i:377101;s:4:\"time\";d:2.85;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.26;s:5:\"bytes\";i:7310;s:11:\"size_before\";i:21979;s:10:\"size_after\";i:14669;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.66;s:5:\"bytes\";i:173083;s:11:\"size_before\";i:514254;s:10:\"size_after\";i:341171;s:4:\"time\";d:3.24;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.61;s:5:\"bytes\";i:384079;s:11:\"size_before\";i:1215100;s:10:\"size_after\";i:831021;s:4:\"time\";d:5.26;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.82;s:5:\"bytes\";i:632944;s:11:\"size_before\";i:2053682;s:10:\"size_after\";i:1420738;s:4:\"time\";d:13.09;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.17;s:5:\"bytes\";i:89913;s:11:\"size_before\";i:271097;s:10:\"size_after\";i:181184;s:4:\"time\";d:1.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.24;s:5:\"bytes\";i:41739;s:11:\"size_before\";i:118429;s:10:\"size_after\";i:76690;s:4:\"time\";d:0.43;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.66;s:5:\"bytes\";i:42752;s:11:\"size_before\";i:116602;s:10:\"size_after\";i:73850;s:4:\"time\";d:0.31;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.56;s:5:\"bytes\";i:21645;s:11:\"size_before\";i:59202;s:10:\"size_after\";i:37557;s:4:\"time\";d:0.11;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.64;s:5:\"bytes\";i:8174;s:11:\"size_before\";i:24297;s:10:\"size_after\";i:16123;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.25;s:5:\"bytes\";i:47611;s:11:\"size_before\";i:139004;s:10:\"size_after\";i:91393;s:4:\"time\";d:0.74;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.54;s:5:\"bytes\";i:22330;s:11:\"size_before\";i:59487;s:10:\"size_after\";i:37157;s:4:\"time\";d:0.2;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.76;s:5:\"bytes\";i:83147;s:11:\"size_before\";i:239174;s:10:\"size_after\";i:156027;s:4:\"time\";d:1.17;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.98;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:5103;s:10:\"size_after\";i:3675;s:4:\"time\";d:0.03;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.81;s:5:\"bytes\";i:14979;s:11:\"size_before\";i:44300;s:10:\"size_after\";i:29321;s:4:\"time\";d:0.82;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.68;s:5:\"bytes\";i:55233;s:11:\"size_before\";i:154788;s:10:\"size_after\";i:99555;s:4:\"time\";d:0.7;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.78;s:5:\"bytes\";i:112618;s:11:\"size_before\";i:323786;s:10:\"size_after\";i:211168;s:4:\"time\";d:1.59;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.87;s:5:\"bytes\";i:179096;s:11:\"size_before\";i:544914;s:10:\"size_after\";i:365818;s:4:\"time\";d:1.73;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.23;s:5:\"bytes\";i:317649;s:11:\"size_before\";i:1086740;s:10:\"size_after\";i:769091;s:4:\"time\";d:4.4;}}}'),(23650,2760,'_wp_attached_file','2020/04/Sermon-notes.pdf'),(23652,611,'_fusion_google_fonts',''),(23654,12,'_fusion_google_fonts',''),(23658,2775,'_wp_attached_file','2020/04/05.03.20-Bible-Story.png'),(23659,2775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:2200;s:4:\"file\";s:32:\"2020/04/05.03.20-Bible-Story.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"05.03.20-Bible-Story-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"05.03.20-Bible-Story-1187x1536.png\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"05.03.20-Bible-Story-1583x2048.png\";s:5:\"width\";i:1583;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"05.03.20-Bible-Story-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-200x259.png\";s:5:\"width\";i:200;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-400x518.png\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:32:\"05.03.20-Bible-Story-600x776.png\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:33:\"05.03.20-Bible-Story-800x1035.png\";s:5:\"width\";i:800;s:6:\"height\";i:1035;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:34:\"05.03.20-Bible-Story-1200x1553.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1553;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:{}}}'),(23660,2775,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(23661,2776,'_wp_attached_file','2020/04/05.03.20-Bible-Story.pdf'),(23662,2777,'_wp_attached_file','2020/04/05.03.20.pdf'),(23663,2778,'_wp_attached_file','2020/04/05.03.20.png'),(23664,2778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:936;s:4:\"file\";s:20:\"2020/04/05.03.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"05.03.20-300x234.png\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"05.03.20-1024x799.png\";s:5:\"width\";i:1024;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"05.03.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"05.03.20-768x599.png\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"05.03.20-1536x1198.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1198;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"05.03.20-2048x1597.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1597;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"05.03.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"05.03.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"05.03.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"05.03.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"05.03.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"05.03.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"05.03.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"05.03.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"05.03.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"05.03.20-200x156.png\";s:5:\"width\";i:200;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"05.03.20-400x312.png\";s:5:\"width\";i:400;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"05.03.20-600x468.png\";s:5:\"width\";i:600;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:20:\"05.03.20-800x624.png\";s:5:\"width\";i:800;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:21:\"05.03.20-1200x936.png\";s:5:\"width\";i:1200;s:6:\"height\";i:936;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:{}}}'),(23665,2778,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2575047;s:11:\"size_before\";i:3306306;s:10:\"size_after\";i:731259;}'),(23666,2783,'_wp_attached_file','2020/05/Sermon-notes-May-3.pdf'),(23667,2787,'_wp_attached_file','2017/12/Collage.png'),(23668,2787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:19:\"2017/12/Collage.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Collage-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Collage-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Collage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Collage-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"Collage-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"Collage-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"Collage-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"Collage-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"Collage-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"Collage-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"Collage-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"Collage-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"Collage-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:19:\"Collage-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:19:\"Collage-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:19:\"Collage-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:19:\"Collage-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23669,2788,'_wp_attached_file','2017/12/My-Post.png'),(23670,2788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2017/12/My-Post.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"My-Post-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"My-Post-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"My-Post-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"My-Post-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"My-Post-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"My-Post-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"My-Post-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"My-Post-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"My-Post-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"My-Post-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"My-Post-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"My-Post-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:18:\"My-Post-200x83.png\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:19:\"My-Post-400x167.png\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:19:\"My-Post-600x250.png\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:19:\"My-Post-800x333.png\";s:5:\"width\";i:800;s:6:\"height\";i:333;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:{}}}'),(23671,2789,'_wp_attached_file','2017/12/My-Post-1.png'),(23672,2789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2017/12/My-Post-1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"My-Post-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"My-Post-1-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Post-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Post-1-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"My-Post-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"My-Post-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"My-Post-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"My-Post-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"My-Post-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"My-Post-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"My-Post-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"My-Post-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"My-Post-1-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"My-Post-1-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:21:\"My-Post-1-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"My-Post-1-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23673,2789,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5492520;s:10:\"size_after\";i:5492520;s:4:\"time\";d:3.1900000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104800;s:10:\"size_after\";i:104800;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:986917;s:10:\"size_after\";i:986917;s:4:\"time\";d:0.41;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51044;s:10:\"size_after\";i:51044;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:583512;s:10:\"size_after\";i:583512;s:4:\"time\";d:0.3;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:696159;s:10:\"size_after\";i:696159;s:4:\"time\";d:0.42;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:301761;s:10:\"size_after\";i:301761;s:4:\"time\";d:0.2;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:270742;s:10:\"size_after\";i:270742;s:4:\"time\";d:0.1;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:134823;s:10:\"size_after\";i:134823;s:4:\"time\";d:0.15;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56864;s:10:\"size_after\";i:56864;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:355364;s:10:\"size_after\";i:355364;s:4:\"time\";d:0.24;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137321;s:10:\"size_after\";i:137321;s:4:\"time\";d:0.05;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:573697;s:10:\"size_after\";i:573697;s:4:\"time\";d:0.28;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11499;s:10:\"size_after\";i:11499;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50632;s:10:\"size_after\";i:50632;s:4:\"time\";d:0.02;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:177743;s:10:\"size_after\";i:177743;s:4:\"time\";d:0.15;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:370042;s:10:\"size_after\";i:370042;s:4:\"time\";d:0.17;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:629600;s:10:\"size_after\";i:629600;s:4:\"time\";d:0.55;}}}'),(23674,2794,'_wp_attached_file','2017/12/My-Post2.png'),(23675,2794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:20:\"2017/12/My-Post2.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"My-Post2-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"My-Post2-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"My-Post2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"My-Post2-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"My-Post2-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"My-Post2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"My-Post2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"My-Post2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"My-Post2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"My-Post2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"My-Post2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"My-Post2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"My-Post2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"My-Post2-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"My-Post2-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"My-Post2-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:20:\"My-Post2-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23676,2794,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5603681;s:10:\"size_after\";i:5603681;s:4:\"time\";d:4.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106329;s:10:\"size_after\";i:106329;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1005068;s:10:\"size_after\";i:1005068;s:4:\"time\";d:1.69;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50822;s:10:\"size_after\";i:50822;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:593835;s:10:\"size_after\";i:593835;s:4:\"time\";d:0.35;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:720255;s:10:\"size_after\";i:720255;s:4:\"time\";d:0.28;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:308525;s:10:\"size_after\";i:308525;s:4:\"time\";d:0.1;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:274659;s:10:\"size_after\";i:274659;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136365;s:10:\"size_after\";i:136365;s:4:\"time\";d:0.12;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57231;s:10:\"size_after\";i:57231;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:370017;s:10:\"size_after\";i:370017;s:4:\"time\";d:0.16;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:139239;s:10:\"size_after\";i:139239;s:4:\"time\";d:0.07;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:581527;s:10:\"size_after\";i:581527;s:4:\"time\";d:0.34;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11501;s:10:\"size_after\";i:11501;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51483;s:10:\"size_after\";i:51483;s:4:\"time\";d:0.02;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181042;s:10:\"size_after\";i:181042;s:4:\"time\";d:0.33;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:374936;s:10:\"size_after\";i:374936;s:4:\"time\";d:0.32;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:640847;s:10:\"size_after\";i:640847;s:4:\"time\";d:0.34;}}}'),(23677,2796,'_wp_attached_file','2017/12/My-Post-2.png'),(23678,2796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2017/12/My-Post-2.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"My-Post-2-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"My-Post-2-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Post-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Post-2-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"My-Post-2-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"My-Post-2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"My-Post-2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"My-Post-2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"My-Post-2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"My-Post-2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"My-Post-2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"My-Post-2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"My-Post-2-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"My-Post-2-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:21:\"My-Post-2-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"My-Post-2-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23679,2798,'_wp_attached_file','2017/12/My-Post-3.png'),(23680,2798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2017/12/My-Post-3.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"My-Post-3-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"My-Post-3-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Post-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Post-3-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"My-Post-3-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"My-Post-3-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"My-Post-3-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"My-Post-3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"My-Post-3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"My-Post-3-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"My-Post-3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"My-Post-3-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"My-Post-3-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"My-Post-3-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:21:\"My-Post-3-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"My-Post-3-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23681,2798,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5857654;s:10:\"size_after\";i:5857654;s:4:\"time\";d:3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111695;s:10:\"size_after\";i:111695;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1053602;s:10:\"size_after\";i:1053602;s:4:\"time\";d:0.4;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54510;s:10:\"size_after\";i:54510;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:623896;s:10:\"size_after\";i:623896;s:4:\"time\";d:0.23;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:742816;s:10:\"size_after\";i:742816;s:4:\"time\";d:0.67;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:317487;s:10:\"size_after\";i:317487;s:4:\"time\";d:0.2;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:287472;s:10:\"size_after\";i:287472;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144009;s:10:\"size_after\";i:144009;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61490;s:10:\"size_after\";i:61490;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:381775;s:10:\"size_after\";i:381775;s:4:\"time\";d:0.15;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:146092;s:10:\"size_after\";i:146092;s:4:\"time\";d:0.06;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:604978;s:10:\"size_after\";i:604978;s:4:\"time\";d:0.41;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12305;s:10:\"size_after\";i:12305;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53609;s:10:\"size_after\";i:53609;s:4:\"time\";d:0.02;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:190157;s:10:\"size_after\";i:190157;s:4:\"time\";d:0.06;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:397985;s:10:\"size_after\";i:397985;s:4:\"time\";d:0.22;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:673776;s:10:\"size_after\";i:673776;s:4:\"time\";d:0.24;}}}'),(23682,2799,'_wp_attached_file','2020/05/05.10.20-grid.png'),(23683,2799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:743;s:6:\"height\";i:1024;s:4:\"file\";s:25:\"2020/05/05.10.20-grid.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"05.10.20-grid-743x1024.png\";s:5:\"width\";i:743;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"05.10.20-grid-768x1058.png\";s:5:\"width\";i:768;s:6:\"height\";i:1058;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"05.10.20-grid-1115x1536.png\";s:5:\"width\";i:1115;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"05.10.20-grid-1487x2048.png\";s:5:\"width\";i:1487;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"05.10.20-grid-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-200x276.png\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-400x551.png\";s:5:\"width\";i:400;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:25:\"05.10.20-grid-600x827.png\";s:5:\"width\";i:600;s:6:\"height\";i:827;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:26:\"05.10.20-grid-800x1102.png\";s:5:\"width\";i:800;s:6:\"height\";i:1102;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:27:\"05.10.20-grid-1200x1653.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1653;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:{}}}'),(23684,2799,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2166851;s:11:\"size_before\";i:2547287;s:10:\"size_after\";i:380436;}'),(23685,2799,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.969808154183063;s:5:\"bytes\";i:1491916;s:11:\"size_before\";i:5334023;s:10:\"size_after\";i:3842107;s:4:\"time\";d:33.720000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.67;s:5:\"bytes\";i:10358;s:11:\"size_before\";i:36124;s:10:\"size_after\";i:25766;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.35;s:5:\"bytes\";i:107855;s:11:\"size_before\";i:380436;s:10:\"size_after\";i:272581;s:4:\"time\";d:3.31;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.43;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:13396;s:10:\"size_after\";i:9855;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.86;s:5:\"bytes\";i:106880;s:11:\"size_before\";i:383619;s:10:\"size_after\";i:276739;s:4:\"time\";d:2.15;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.72;s:5:\"bytes\";i:236473;s:11:\"size_before\";i:823306;s:10:\"size_after\";i:586833;s:4:\"time\";d:4.16;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.73;s:5:\"bytes\";i:413600;s:11:\"size_before\";i:1439582;s:10:\"size_after\";i:1025982;s:4:\"time\";d:9.76;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.07;s:5:\"bytes\";i:37033;s:11:\"size_before\";i:147729;s:10:\"size_after\";i:110696;s:4:\"time\";d:1.11;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.52;s:5:\"bytes\";i:10200;s:11:\"size_before\";i:52265;s:10:\"size_after\";i:42065;s:4:\"time\";d:0.33;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.77;s:5:\"bytes\";i:9291;s:11:\"size_before\";i:49508;s:10:\"size_after\";i:40217;s:4:\"time\";d:0.37;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.37;s:5:\"bytes\";i:3966;s:11:\"size_before\";i:22835;s:10:\"size_after\";i:18869;s:4:\"time\";d:0.26;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.01;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:9998;s:10:\"size_after\";i:8197;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.15;s:5:\"bytes\";i:15083;s:11:\"size_before\";i:68104;s:10:\"size_after\";i:53021;s:4:\"time\";d:0.53;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:22944;s:10:\"size_after\";i:18969;s:4:\"time\";d:0.19;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.16;s:5:\"bytes\";i:25409;s:11:\"size_before\";i:114660;s:10:\"size_after\";i:89251;s:4:\"time\";d:0.99;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.79;s:5:\"bytes\";i:755;s:11:\"size_before\";i:3465;s:10:\"size_after\";i:2710;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.29;s:5:\"bytes\";i:8708;s:11:\"size_before\";i:30780;s:10:\"size_after\";i:22072;s:4:\"time\";d:0.15;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.12;s:5:\"bytes\";i:30910;s:11:\"size_before\";i:109909;s:10:\"size_after\";i:78999;s:4:\"time\";d:0.62;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.48;s:5:\"bytes\";i:66721;s:11:\"size_before\";i:242800;s:10:\"size_after\";i:176079;s:4:\"time\";d:1.12;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.48;s:5:\"bytes\";i:121662;s:11:\"size_before\";i:427203;s:10:\"size_after\";i:305541;s:4:\"time\";d:2.93;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.07;s:5:\"bytes\";i:277695;s:11:\"size_before\";i:955360;s:10:\"size_after\";i:677665;s:4:\"time\";d:5.49;}}}'),(23686,2800,'_wp_attached_file','2020/05/05.10.20-grid.pdf'),(23687,2801,'_wp_attached_file','2020/05/05.10.20-game.png'),(23688,2801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:1024;s:4:\"file\";s:25:\"2020/05/05.10.20-game.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-217x300.png\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"05.10.20-game-742x1024.png\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"05.10.20-game-768x1060.png\";s:5:\"width\";i:768;s:6:\"height\";i:1060;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"05.10.20-game-1113x1536.png\";s:5:\"width\";i:1113;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"05.10.20-game-1484x2048.png\";s:5:\"width\";i:1484;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"05.10.20-game-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-200x276.png\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-400x552.png\";s:5:\"width\";i:400;s:6:\"height\";i:552;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:25:\"05.10.20-game-600x828.png\";s:5:\"width\";i:600;s:6:\"height\";i:828;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:26:\"05.10.20-game-800x1104.png\";s:5:\"width\";i:800;s:6:\"height\";i:1104;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:27:\"05.10.20-game-1200x1656.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1656;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:{}}}'),(23689,2801,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2613421;s:11:\"size_before\";i:3071247;s:10:\"size_after\";i:457826;}'),(23690,2802,'_wp_attached_file','2020/05/05.10.20-game.pdf'),(23691,2812,'_wp_attached_file','2020/05/Sermon-notes-anger.pdf'),(23692,2813,'_wp_attached_file','2017/12/My-Post2-1.png'),(23693,2813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:22:\"2017/12/My-Post2-1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"My-Post2-1-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"My-Post2-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:22:\"My-Post2-1-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23694,2813,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5656074;s:10:\"size_after\";i:5656074;s:4:\"time\";d:2.7;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107857;s:10:\"size_after\";i:107857;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1010933;s:10:\"size_after\";i:1010933;s:4:\"time\";d:0.53;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51956;s:10:\"size_after\";i:51956;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:600059;s:10:\"size_after\";i:600059;s:4:\"time\";d:0.32;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:723563;s:10:\"size_after\";i:723563;s:4:\"time\";d:0.31;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:311416;s:10:\"size_after\";i:311416;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:278537;s:10:\"size_after\";i:278537;s:4:\"time\";d:0.14;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138476;s:10:\"size_after\";i:138476;s:4:\"time\";d:0.05;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58518;s:10:\"size_after\";i:58518;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:371075;s:10:\"size_after\";i:371075;s:4:\"time\";d:0.13;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:140953;s:10:\"size_after\";i:140953;s:4:\"time\";d:0.06;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:587782;s:10:\"size_after\";i:587782;s:4:\"time\";d:0.41;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11755;s:10:\"size_after\";i:11755;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52112;s:10:\"size_after\";i:52112;s:4:\"time\";d:0.03;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:182996;s:10:\"size_after\";i:182996;s:4:\"time\";d:0.08;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:380451;s:10:\"size_after\";i:380451;s:4:\"time\";d:0.11;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:647635;s:10:\"size_after\";i:647635;s:4:\"time\";d:0.28;}}}'),(23695,2838,'_wp_attached_file','2017/12/My-Post-4.png'),(23696,2838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2017/12/My-Post-4.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"My-Post-4-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"My-Post-4-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Post-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Post-4-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"My-Post-4-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"My-Post-4-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"My-Post-4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"My-Post-4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"My-Post-4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"My-Post-4-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"My-Post-4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"My-Post-4-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"My-Post-4-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"My-Post-4-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:21:\"My-Post-4-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"My-Post-4-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23697,2838,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5602166;s:10:\"size_after\";i:5602166;s:4:\"time\";d:3.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106832;s:10:\"size_after\";i:106832;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:999562;s:10:\"size_after\";i:999562;s:4:\"time\";d:0.42;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52581;s:10:\"size_after\";i:52581;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:593747;s:10:\"size_after\";i:593747;s:4:\"time\";d:0.44;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:715543;s:10:\"size_after\";i:715543;s:4:\"time\";d:0.43;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307675;s:10:\"size_after\";i:307675;s:4:\"time\";d:0.28;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:277085;s:10:\"size_after\";i:277085;s:4:\"time\";d:0.14;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:139058;s:10:\"size_after\";i:139058;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59099;s:10:\"size_after\";i:59099;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:366219;s:10:\"size_after\";i:366219;s:4:\"time\";d:0.27;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:140483;s:10:\"size_after\";i:140483;s:4:\"time\";d:0.05;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:582128;s:10:\"size_after\";i:582128;s:4:\"time\";d:0.22;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11961;s:10:\"size_after\";i:11961;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51790;s:10:\"size_after\";i:51790;s:4:\"time\";d:0.04;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181971;s:10:\"size_after\";i:181971;s:4:\"time\";d:0.06;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:376417;s:10:\"size_after\";i:376417;s:4:\"time\";d:0.15;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:640015;s:10:\"size_after\";i:640015;s:4:\"time\";d:0.39;}}}'),(23698,2862,'_wp_attached_file','2020/05/Joy-Box.pdf'),(23699,2863,'_wp_attached_file','2020/05/Game-Card.pdf'),(23700,2864,'_wp_attached_file','2020/05/Game-Board-05.17.20.pdf'),(23701,2865,'_wp_attached_file','2020/05/Joy-Box-05.17.20.png'),(23702,2865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:876;s:4:\"file\";s:28:\"2020/05/Joy-Box-05.17.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Joy-Box-05.17.20-1024x747.png\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-768x561.png\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1536x1121.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1121;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-2048x1495.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1495;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"Joy-Box-05.17.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-200x146.png\";s:5:\"width\";i:200;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-600x438.png\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-800x584.png\";s:5:\"width\";i:800;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:29:\"Joy-Box-05.17.20-1200x876.png\";s:5:\"width\";i:1200;s:6:\"height\";i:876;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:{}}}'),(23703,2865,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2360554;s:11:\"size_before\";i:2951849;s:10:\"size_after\";i:591295;}'),(23704,2865,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.124392914035486;s:5:\"bytes\";i:1476669;s:11:\"size_before\";i:5250492;s:10:\"size_after\";i:3773823;s:4:\"time\";d:28.800000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.29;s:5:\"bytes\";i:12683;s:11:\"size_before\";i:43308;s:10:\"size_after\";i:30625;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.46;s:5:\"bytes\";i:124985;s:11:\"size_before\";i:439184;s:10:\"size_after\";i:314199;s:4:\"time\";d:2.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.15;s:5:\"bytes\";i:5205;s:11:\"size_before\";i:17262;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.69;s:5:\"bytes\";i:75786;s:11:\"size_before\";i:255296;s:10:\"size_after\";i:179510;s:4:\"time\";d:1.23;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.89;s:5:\"bytes\";i:270612;s:11:\"size_before\";i:970305;s:10:\"size_after\";i:699693;s:4:\"time\";d:6.73;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.43;s:5:\"bytes\";i:444667;s:11:\"size_before\";i:1620940;s:10:\"size_after\";i:1176273;s:4:\"time\";d:8.48;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.66;s:5:\"bytes\";i:55392;s:11:\"size_before\";i:200226;s:10:\"size_after\";i:144834;s:4:\"time\";d:1.25;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.78;s:5:\"bytes\";i:24970;s:11:\"size_before\";i:89872;s:10:\"size_after\";i:64902;s:4:\"time\";d:0.32;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.41;s:5:\"bytes\";i:27213;s:11:\"size_before\";i:89487;s:10:\"size_after\";i:62274;s:4:\"time\";d:0.38;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.31;s:5:\"bytes\";i:12510;s:11:\"size_before\";i:42686;s:10:\"size_after\";i:30176;s:4:\"time\";d:0.22;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.56;s:5:\"bytes\";i:5541;s:11:\"size_before\";i:18743;s:10:\"size_after\";i:13202;s:4:\"time\";d:0.09;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.41;s:5:\"bytes\";i:26443;s:11:\"size_before\";i:96466;s:10:\"size_after\";i:70023;s:4:\"time\";d:0.61;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.86;s:5:\"bytes\";i:14014;s:11:\"size_before\";i:45413;s:10:\"size_after\";i:31399;s:4:\"time\";d:0.12;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.51;s:5:\"bytes\";i:58062;s:11:\"size_before\";i:196753;s:10:\"size_after\";i:138691;s:4:\"time\";d:0.9;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.11;s:5:\"bytes\";i:1143;s:11:\"size_before\";i:4216;s:10:\"size_after\";i:3073;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.81;s:5:\"bytes\";i:6092;s:11:\"size_before\";i:20433;s:10:\"size_after\";i:14341;s:4:\"time\";d:0.1;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.06;s:5:\"bytes\";i:22025;s:11:\"size_before\";i:73262;s:10:\"size_after\";i:51237;s:4:\"time\";d:0.35;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.54;s:5:\"bytes\";i:46580;s:11:\"size_before\";i:157658;s:10:\"size_after\";i:111078;s:4:\"time\";d:0.51;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.74;s:5:\"bytes\";i:82584;s:11:\"size_before\";i:277687;s:10:\"size_after\";i:195103;s:4:\"time\";d:1.58;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.09;s:5:\"bytes\";i:160162;s:11:\"size_before\";i:591295;s:10:\"size_after\";i:431133;s:4:\"time\";d:3.75;}}}'),(23705,2867,'_wp_attached_file','2020/05/Joy-Box-05.17.20-1.png'),(23706,2867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:876;s:4:\"file\";s:30:\"2020/05/Joy-Box-05.17.20-1.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Joy-Box-05.17.20-1-1024x747.png\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-768x561.png\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Joy-Box-05.17.20-1-1536x1121.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1121;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Joy-Box-05.17.20-1-2048x1495.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1495;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"Joy-Box-05.17.20-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-200x146.png\";s:5:\"width\";i:200;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-600x438.png\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:30:\"Joy-Box-05.17.20-1-800x584.png\";s:5:\"width\";i:800;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:31:\"Joy-Box-05.17.20-1-1200x876.png\";s:5:\"width\";i:1200;s:6:\"height\";i:876;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:{}}}'),(23707,2867,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2360554;s:11:\"size_before\";i:2951849;s:10:\"size_after\";i:591295;}'),(23708,2868,'_wp_attached_file','2020/05/game-cards-05.17.20.png'),(23709,2868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2020/05/game-cards-05.17.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"game-cards-05.17.20-744x1024.png\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"game-cards-05.17.20-768x1057.png\";s:5:\"width\";i:768;s:6:\"height\";i:1057;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"game-cards-05.17.20-1117x1536.png\";s:5:\"width\";i:1117;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"game-cards-05.17.20-1489x2048.png\";s:5:\"width\";i:1489;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"game-cards-05.17.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-200x275.png\";s:5:\"width\";i:200;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-400x550.png\";s:5:\"width\";i:400;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:31:\"game-cards-05.17.20-600x825.png\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:32:\"game-cards-05.17.20-800x1101.png\";s:5:\"width\";i:800;s:6:\"height\";i:1101;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:33:\"game-cards-05.17.20-1200x1651.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1651;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:{}}}'),(23710,2868,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3046696;s:11:\"size_before\";i:3543352;s:10:\"size_after\";i:496656;}'),(23711,2869,'_wp_attached_file','2020/05/Game-Board-05.17.bmp'),(23712,2869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:889;s:4:\"file\";s:28:\"2020/05/Game-Board-05.17.bmp\";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:{}}}'),(23713,2876,'_wp_attached_file','2020/05/Sermon-notes-Emotional-Health-pt-1.pdf'),(23714,2891,'_wp_attached_file','2017/12/My-Post1.png'),(23715,2891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:628;s:4:\"file\";s:20:\"2017/12/My-Post1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"My-Post1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"My-Post1-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"My-Post1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"My-Post1-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"My-Post1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"My-Post1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"My-Post1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"My-Post1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"My-Post1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"My-Post1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"My-Post1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"My-Post1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"My-Post1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"My-Post1-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"My-Post1-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"My-Post1-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:20:\"My-Post1-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23716,2891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5767676;s:10:\"size_after\";i:5767676;s:4:\"time\";d:2.2800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109244;s:10:\"size_after\";i:109244;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1030069;s:10:\"size_after\";i:1030069;s:4:\"time\";d:0.38;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54034;s:10:\"size_after\";i:54034;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:610418;s:10:\"size_after\";i:610418;s:4:\"time\";d:0.22;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:740435;s:10:\"size_after\";i:740435;s:4:\"time\";d:0.28;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:315986;s:10:\"size_after\";i:315986;s:4:\"time\";d:0.12;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284732;s:10:\"size_after\";i:284732;s:4:\"time\";d:0.15;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141954;s:10:\"size_after\";i:141954;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60387;s:10:\"size_after\";i:60387;s:4:\"time\";d:0.03;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:378822;s:10:\"size_after\";i:378822;s:4:\"time\";d:0.16;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144557;s:10:\"size_after\";i:144557;s:4:\"time\";d:0.06;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:600507;s:10:\"size_after\";i:600507;s:4:\"time\";d:0.23;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12188;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52645;s:10:\"size_after\";i:52645;s:4:\"time\";d:0.03;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:185357;s:10:\"size_after\";i:185357;s:4:\"time\";d:0.08;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:388989;s:10:\"size_after\";i:388989;s:4:\"time\";d:0.11;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:657352;s:10:\"size_after\";i:657352;s:4:\"time\";d:0.27;}}}'),(23717,2894,'_wp_attached_file','2020/05/05.24.2020.pdf'),(23718,2895,'_wp_attached_file','2020/05/05.24.2020.png'),(23719,2895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:809;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2020/05/05.24.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"05.24.2020-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"05.24.2020-809x1024.png\";s:5:\"width\";i:809;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"05.24.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"05.24.2020-768x972.png\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"05.24.2020-1213x1536.png\";s:5:\"width\";i:1213;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"05.24.2020-1617x2048.png\";s:5:\"width\";i:1617;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"05.24.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"05.24.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"05.24.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"05.24.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"05.24.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"05.24.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"05.24.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"05.24.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"05.24.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"05.24.2020-200x253.png\";s:5:\"width\";i:200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"05.24.2020-400x507.png\";s:5:\"width\";i:400;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"05.24.2020-600x760.png\";s:5:\"width\";i:600;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"05.24.2020-800x1013.png\";s:5:\"width\";i:800;s:6:\"height\";i:1013;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"05.24.2020-1200x1520.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1520;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:{}}}'),(23720,2895,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2919020;s:11:\"size_before\";i:3475583;s:10:\"size_after\";i:556563;}'),(23721,2896,'_wp_attached_file','2020/05/story-05.24.2020.pdf'),(23722,2897,'_wp_attached_file','2020/05/story-05.24.2020.png'),(23723,2897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:806;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2020/05/story-05.24.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"story-05.24.2020-806x1024.png\";s:5:\"width\";i:806;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-768x976.png\";s:5:\"width\";i:768;s:6:\"height\";i:976;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"story-05.24.2020-1209x1536.png\";s:5:\"width\";i:1209;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"story-05.24.2020-1611x2048.png\";s:5:\"width\";i:1611;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"story-05.24.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-200x254.png\";s:5:\"width\";i:200;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-400x508.png\";s:5:\"width\";i:400;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"story-05.24.2020-600x763.png\";s:5:\"width\";i:600;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:29:\"story-05.24.2020-800x1017.png\";s:5:\"width\";i:800;s:6:\"height\";i:1017;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:30:\"story-05.24.2020-1200x1525.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1525;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:{}}}'),(23724,2897,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:4672101;s:11:\"size_before\";i:5536060;s:10:\"size_after\";i:863959;}'),(23725,2901,'_wp_attached_file','2020/05/Sermon-notes-Emotional-Health-pt-2.pdf'),(23726,2903,'_fusion','a:0:{}'),(23728,847,'_fusion_google_fonts',''),(23737,2904,'wpforms_entries_count','97'),(23741,640,'rs_page_bg_color',''),(23742,2960,'_wp_attached_file','2020/05/05.31.20.pdf'),(23743,2961,'_wp_attached_file','2020/05/05.31.20.png'),(23744,2961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:805;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2020/05/05.31.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"05.31.20-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"05.31.20-805x1024.png\";s:5:\"width\";i:805;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"05.31.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"05.31.20-768x977.png\";s:5:\"width\";i:768;s:6:\"height\";i:977;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"05.31.20-1208x1536.png\";s:5:\"width\";i:1208;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"05.31.20-1611x2048.png\";s:5:\"width\";i:1611;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"05.31.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"05.31.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"05.31.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"05.31.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"05.31.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"05.31.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"05.31.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"05.31.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"05.31.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"05.31.20-200x254.png\";s:5:\"width\";i:200;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"05.31.20-400x509.png\";s:5:\"width\";i:400;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"05.31.20-600x763.png\";s:5:\"width\";i:600;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"05.31.20-800x1017.png\";s:5:\"width\";i:800;s:6:\"height\";i:1017;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:22:\"05.31.20-1200x1526.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1526;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:{}}}'),(23745,2961,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2367601;s:11:\"size_before\";i:2855648;s:10:\"size_after\";i:488047;}'),(23746,2961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.54932668947041;s:5:\"bytes\";i:2209871;s:11:\"size_before\";i:6586931;s:10:\"size_after\";i:4377060;s:4:\"time\";d:31.699999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:17678;s:11:\"size_before\";i:47690;s:10:\"size_after\";i:30012;s:4:\"time\";d:0.17;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.93;s:5:\"bytes\";i:170497;s:11:\"size_before\";i:488047;s:10:\"size_after\";i:317550;s:4:\"time\";d:2.69;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.8;s:5:\"bytes\";i:5914;s:11:\"size_before\";i:16070;s:10:\"size_after\";i:10156;s:4:\"time\";d:0.09;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.67;s:5:\"bytes\";i:145328;s:11:\"size_before\";i:419124;s:10:\"size_after\";i:273796;s:4:\"time\";d:2.28;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.96;s:5:\"bytes\";i:340164;s:11:\"size_before\";i:1032136;s:10:\"size_after\";i:691972;s:4:\"time\";d:4.37;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.37;s:5:\"bytes\";i:558417;s:11:\"size_before\";i:1780267;s:10:\"size_after\";i:1221850;s:4:\"time\";d:8.73;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.9;s:5:\"bytes\";i:85728;s:11:\"size_before\";i:245653;s:10:\"size_after\";i:159925;s:4:\"time\";d:0.98;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.78;s:5:\"bytes\";i:37552;s:11:\"size_before\";i:102107;s:10:\"size_after\";i:64555;s:4:\"time\";d:0.27;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.2;s:5:\"bytes\";i:33440;s:11:\"size_before\";i:92385;s:10:\"size_after\";i:58945;s:4:\"time\";d:0.32;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75;s:5:\"bytes\";i:16886;s:11:\"size_before\";i:45954;s:10:\"size_after\";i:29068;s:4:\"time\";d:0.13;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.89;s:5:\"bytes\";i:7009;s:11:\"size_before\";i:19001;s:10:\"size_after\";i:11992;s:4:\"time\";d:0.04;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.72;s:5:\"bytes\";i:44436;s:11:\"size_before\";i:124414;s:10:\"size_after\";i:79978;s:4:\"time\";d:0.35;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.06;s:5:\"bytes\";i:16819;s:11:\"size_before\";i:46648;s:10:\"size_after\";i:29829;s:4:\"time\";d:0.14;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.76;s:5:\"bytes\";i:70583;s:11:\"size_before\";i:203056;s:10:\"size_after\";i:132473;s:4:\"time\";d:0.98;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.33;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:4162;s:10:\"size_after\";i:2650;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.77;s:5:\"bytes\";i:13584;s:11:\"size_before\";i:35961;s:10:\"size_after\";i:22377;s:4:\"time\";d:0.08;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2;s:5:\"bytes\";i:47522;s:11:\"size_before\";i:127752;s:10:\"size_after\";i:80230;s:4:\"time\";d:0.38;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.04;s:5:\"bytes\";i:99071;s:11:\"size_before\";i:274926;s:10:\"size_after\";i:175855;s:4:\"time\";d:0.91;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.86;s:5:\"bytes\";i:164823;s:11:\"size_before\";i:472872;s:10:\"size_after\";i:308049;s:4:\"time\";d:1.8;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:33;s:5:\"bytes\";i:332908;s:11:\"size_before\";i:1008706;s:10:\"size_after\";i:675798;s:4:\"time\";d:6.97;}}}'),(23747,2962,'_wp_attached_file','2020/05/JerusalemWall.pdf'),(23748,2963,'_wp_attached_file','2020/05/JerusalemWall.png'),(23749,2963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1024;s:4:\"file\";s:25:\"2020/05/JerusalemWall.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"JerusalemWall-801x1024.png\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-768x981.png\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"JerusalemWall-1202x1536.png\";s:5:\"width\";i:1202;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"JerusalemWall-1603x2048.png\";s:5:\"width\";i:1603;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"JerusalemWall-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-200x256.png\";s:5:\"width\";i:200;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-400x511.png\";s:5:\"width\";i:400;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:25:\"JerusalemWall-600x767.png\";s:5:\"width\";i:600;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:26:\"JerusalemWall-800x1022.png\";s:5:\"width\";i:800;s:6:\"height\";i:1022;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:27:\"JerusalemWall-1200x1533.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1533;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:{}}}'),(23750,2963,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1463485;s:11:\"size_before\";i:1791373;s:10:\"size_after\";i:327888;}'),(23751,2963,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.961604111638213;s:5:\"bytes\";i:1272256;s:11:\"size_before\";i:4246288;s:10:\"size_after\";i:2974032;s:4:\"time\";d:33.86000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63;s:5:\"bytes\";i:8808;s:11:\"size_before\";i:26990;s:10:\"size_after\";i:18182;s:4:\"time\";d:0.1;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.66;s:5:\"bytes\";i:103798;s:11:\"size_before\";i:327888;s:10:\"size_after\";i:224090;s:4:\"time\";d:1.94;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.79;s:5:\"bytes\";i:2682;s:11:\"size_before\";i:8436;s:10:\"size_after\";i:5754;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.34;s:5:\"bytes\";i:89400;s:11:\"size_before\";i:285264;s:10:\"size_after\";i:195864;s:4:\"time\";d:1.72;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.68;s:5:\"bytes\";i:228394;s:11:\"size_before\";i:744493;s:10:\"size_after\";i:516099;s:4:\"time\";d:4.99;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.25;s:5:\"bytes\";i:383306;s:11:\"size_before\";i:1267158;s:10:\"size_after\";i:883852;s:4:\"time\";d:11.45;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:31;s:5:\"bytes\";i:42055;s:11:\"size_before\";i:135654;s:10:\"size_after\";i:93599;s:4:\"time\";d:0.91;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.49;s:5:\"bytes\";i:14745;s:11:\"size_before\";i:46818;s:10:\"size_after\";i:32073;s:4:\"time\";d:0.42;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.48;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:41247;s:10:\"size_after\";i:28675;s:4:\"time\";d:0.3;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.45;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:19393;s:10:\"size_after\";i:13294;s:4:\"time\";d:0.1;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.2;s:5:\"bytes\";i:2183;s:11:\"size_before\";i:6996;s:10:\"size_after\";i:4813;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.42;s:5:\"bytes\";i:19760;s:11:\"size_before\";i:64959;s:10:\"size_after\";i:45199;s:4:\"time\";d:0.55;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.74;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:18140;s:10:\"size_after\";i:12383;s:4:\"time\";d:0.11;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.09;s:5:\"bytes\";i:32023;s:11:\"size_before\";i:99790;s:10:\"size_after\";i:67767;s:4:\"time\";d:0.78;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.79;s:5:\"bytes\";i:496;s:11:\"size_before\";i:1723;s:10:\"size_after\";i:1227;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.63;s:5:\"bytes\";i:6637;s:11:\"size_before\";i:20982;s:10:\"size_after\";i:14345;s:4:\"time\";d:0.11;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.47;s:5:\"bytes\";i:20354;s:11:\"size_before\";i:69070;s:10:\"size_after\";i:48716;s:4:\"time\";d:0.53;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.13;s:5:\"bytes\";i:50991;s:11:\"size_before\";i:163804;s:10:\"size_after\";i:112813;s:4:\"time\";d:0.98;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.84;s:5:\"bytes\";i:89473;s:11:\"size_before\";i:299833;s:10:\"size_after\";i:210360;s:4:\"time\";d:1.87;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.55;s:5:\"bytes\";i:152723;s:11:\"size_before\";i:597650;s:10:\"size_after\";i:444927;s:4:\"time\";d:6.82;}}}'),(23752,2968,'_wp_attached_file','2020/05/Sermon-notes.pdf'),(23753,2973,'_wp_attached_file','2020/06/06.07.20.png'),(23754,2973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:796;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2020/06/06.07.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"06.07.20-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"06.07.20-796x1024.png\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"06.07.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"06.07.20-768x988.png\";s:5:\"width\";i:768;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"06.07.20-1194x1536.png\";s:5:\"width\";i:1194;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"06.07.20-1592x2048.png\";s:5:\"width\";i:1592;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"06.07.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"06.07.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"06.07.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"06.07.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"06.07.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"06.07.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"06.07.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"06.07.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"06.07.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"06.07.20-200x257.png\";s:5:\"width\";i:200;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"06.07.20-400x515.png\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"06.07.20-600x772.png\";s:5:\"width\";i:600;s:6:\"height\";i:772;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"06.07.20-800x1029.png\";s:5:\"width\";i:800;s:6:\"height\";i:1029;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:22:\"06.07.20-1200x1544.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1544;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:{}}}'),(23755,2973,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2661884;s:11:\"size_before\";i:3152757;s:10:\"size_after\";i:490873;}'),(23756,2973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.01983304312929;s:5:\"bytes\";i:1782831;s:11:\"size_before\";i:6598231;s:10:\"size_after\";i:4815400;s:4:\"time\";d:33.55;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.36;s:5:\"bytes\";i:14443;s:11:\"size_before\";i:46049;s:10:\"size_after\";i:31606;s:4:\"time\";d:0.14;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.14;s:5:\"bytes\";i:138108;s:11:\"size_before\";i:490873;s:10:\"size_after\";i:352765;s:4:\"time\";d:2.21;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.41;s:5:\"bytes\";i:5120;s:11:\"size_before\";i:16834;s:10:\"size_after\";i:11714;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.28;s:5:\"bytes\";i:124256;s:11:\"size_before\";i:439422;s:10:\"size_after\";i:315166;s:4:\"time\";d:3.26;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.91;s:5:\"bytes\";i:286539;s:11:\"size_before\";i:1064655;s:10:\"size_after\";i:778116;s:4:\"time\";d:4.64;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.16;s:5:\"bytes\";i:520236;s:11:\"size_before\";i:1915267;s:10:\"size_after\";i:1395031;s:4:\"time\";d:10.62;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.05;s:5:\"bytes\";i:65304;s:11:\"size_before\";i:224761;s:10:\"size_after\";i:159457;s:4:\"time\";d:0.98;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.18;s:5:\"bytes\";i:25774;s:11:\"size_before\";i:88338;s:10:\"size_after\";i:62564;s:4:\"time\";d:0.34;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.11;s:5:\"bytes\";i:24976;s:11:\"size_before\";i:85792;s:10:\"size_after\";i:60816;s:4:\"time\";d:0.4;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.72;s:5:\"bytes\";i:13542;s:11:\"size_before\";i:42697;s:10:\"size_after\";i:29155;s:4:\"time\";d:0.14;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.64;s:5:\"bytes\";i:5254;s:11:\"size_before\";i:17145;s:10:\"size_after\";i:11891;s:4:\"time\";d:0.04;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.9;s:5:\"bytes\";i:32327;s:11:\"size_before\";i:111867;s:10:\"size_after\";i:79540;s:4:\"time\";d:0.47;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.02;s:5:\"bytes\";i:13082;s:11:\"size_before\";i:42175;s:10:\"size_after\";i:29093;s:4:\"time\";d:0.14;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.32;s:5:\"bytes\";i:53426;s:11:\"size_before\";i:188627;s:10:\"size_after\";i:135201;s:4:\"time\";d:1.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.7;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:4224;s:10:\"size_after\";i:3096;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.51;s:5:\"bytes\";i:10678;s:11:\"size_before\";i:35003;s:10:\"size_after\";i:24325;s:4:\"time\";d:0.08;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.8;s:5:\"bytes\";i:37375;s:11:\"size_before\";i:125418;s:10:\"size_after\";i:88043;s:4:\"time\";d:0.37;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.72;s:5:\"bytes\";i:75735;s:11:\"size_before\";i:273256;s:10:\"size_after\";i:197521;s:4:\"time\";d:1.68;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.64;s:5:\"bytes\";i:128167;s:11:\"size_before\";i:463637;s:10:\"size_after\";i:335470;s:4:\"time\";d:2.77;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.49;s:5:\"bytes\";i:207361;s:11:\"size_before\";i:922191;s:10:\"size_after\";i:714830;s:4:\"time\";d:4.19;}}}'),(23757,2974,'_wp_attached_file','2020/06/06.07.20.pdf'),(23758,2983,'_wp_attached_file','2020/06/Sermon-notes.pdf'),(23759,2989,'_wp_attached_file','2017/12/My-Post-5.png'),(23760,2989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2017/12/My-Post-5.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"My-Post-5-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"My-Post-5-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Post-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Post-5-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"My-Post-5-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"My-Post-5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"My-Post-5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"My-Post-5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"My-Post-5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"My-Post-5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"My-Post-5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"My-Post-5-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"My-Post-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"My-Post-5-200x105.png\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"My-Post-5-400x209.png\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:21:\"My-Post-5-600x314.png\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"My-Post-5-800x419.png\";s:5:\"width\";i:800;s:6:\"height\";i:419;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:{}}}'),(23761,2989,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5771185;s:10:\"size_after\";i:5771185;s:4:\"time\";d:2.4000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111029;s:10:\"size_after\";i:111029;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1033666;s:10:\"size_after\";i:1033666;s:4:\"time\";d:0.41;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52991;s:10:\"size_after\";i:52991;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613526;s:10:\"size_after\";i:613526;s:4:\"time\";d:0.19;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:725748;s:10:\"size_after\";i:725748;s:4:\"time\";d:0.33;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:311541;s:10:\"size_after\";i:311541;s:4:\"time\";d:0.12;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284360;s:10:\"size_after\";i:284360;s:4:\"time\";d:0.23;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141589;s:10:\"size_after\";i:141589;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59835;s:10:\"size_after\";i:59835;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:376199;s:10:\"size_after\";i:376199;s:4:\"time\";d:0.16;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144281;s:10:\"size_after\";i:144281;s:4:\"time\";d:0.05;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:601841;s:10:\"size_after\";i:601841;s:4:\"time\";d:0.18;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11918;s:10:\"size_after\";i:11918;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53117;s:10:\"size_after\";i:53117;s:4:\"time\";d:0.03;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187475;s:10:\"size_after\";i:187475;s:4:\"time\";d:0.06;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:400234;s:10:\"size_after\";i:400234;s:4:\"time\";d:0.15;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:661835;s:10:\"size_after\";i:661835;s:4:\"time\";d:0.33;}}}'),(23762,2990,'_wp_attached_file','2020/06/SelfControl-Worksheet.pdf'),(23763,2991,'_wp_attached_file','2020/06/Cooldown-wheel.png'),(23764,2991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2020/06/Cooldown-wheel.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Cooldown-wheel-792x1024.png\";s:5:\"width\";i:792;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Cooldown-wheel-1187x1536.png\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Cooldown-wheel-1583x2048.png\";s:5:\"width\";i:1583;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"Cooldown-wheel-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-200x259.png\";s:5:\"width\";i:200;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-400x517.png\";s:5:\"width\";i:400;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:26:\"Cooldown-wheel-600x776.png\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:27:\"Cooldown-wheel-800x1035.png\";s:5:\"width\";i:800;s:6:\"height\";i:1035;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:28:\"Cooldown-wheel-1200x1552.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1552;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:{}}}'),(23765,2991,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3385088;s:11:\"size_before\";i:3930546;s:10:\"size_after\";i:545458;}'),(23766,2991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.406957648379745;s:5:\"bytes\";i:1987240;s:11:\"size_before\";i:7821637;s:10:\"size_after\";i:5834397;s:4:\"time\";d:38.349999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.1;s:5:\"bytes\";i:16784;s:11:\"size_before\";i:53963;s:10:\"size_after\";i:37179;s:4:\"time\";d:0.17;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.65;s:5:\"bytes\";i:145372;s:11:\"size_before\";i:545458;s:10:\"size_after\";i:400086;s:4:\"time\";d:3.86;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.15;s:5:\"bytes\";i:7256;s:11:\"size_before\";i:20642;s:10:\"size_after\";i:13386;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.76;s:5:\"bytes\";i:136859;s:11:\"size_before\";i:511502;s:10:\"size_after\";i:374643;s:4:\"time\";d:3.56;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.8;s:5:\"bytes\";i:300418;s:11:\"size_before\";i:1211330;s:10:\"size_after\";i:910912;s:4:\"time\";d:5.35;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.93;s:5:\"bytes\";i:507429;s:11:\"size_before\";i:2120340;s:10:\"size_after\";i:1612911;s:4:\"time\";d:12.64;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.28;s:5:\"bytes\";i:76437;s:11:\"size_before\";i:314837;s:10:\"size_after\";i:238400;s:4:\"time\";d:1.49;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.41;s:5:\"bytes\";i:34091;s:11:\"size_before\";i:129077;s:10:\"size_after\";i:94986;s:4:\"time\";d:0.53;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.53;s:5:\"bytes\";i:32135;s:11:\"size_before\";i:116748;s:10:\"size_after\";i:84613;s:4:\"time\";d:0.23;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.68;s:5:\"bytes\";i:17666;s:11:\"size_before\";i:57589;s:10:\"size_after\";i:39923;s:4:\"time\";d:0.29;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.24;s:5:\"bytes\";i:8326;s:11:\"size_before\";i:24316;s:10:\"size_after\";i:15990;s:4:\"time\";d:0.08;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.75;s:5:\"bytes\";i:41007;s:11:\"size_before\";i:159264;s:10:\"size_after\";i:118257;s:4:\"time\";d:0.38;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.31;s:5:\"bytes\";i:18177;s:11:\"size_before\";i:59977;s:10:\"size_after\";i:41800;s:4:\"time\";d:0.13;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.79;s:5:\"bytes\";i:65658;s:11:\"size_before\";i:254545;s:10:\"size_after\";i:188887;s:4:\"time\";d:1.04;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.56;s:5:\"bytes\";i:2060;s:11:\"size_before\";i:5634;s:10:\"size_after\";i:3574;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.62;s:5:\"bytes\";i:13170;s:11:\"size_before\";i:41656;s:10:\"size_after\";i:28486;s:4:\"time\";d:0.11;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.56;s:5:\"bytes\";i:41653;s:11:\"size_before\";i:145866;s:10:\"size_after\";i:104213;s:4:\"time\";d:0.43;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.29;s:5:\"bytes\";i:85008;s:11:\"size_before\";i:311511;s:10:\"size_after\";i:226503;s:4:\"time\";d:1.07;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.32;s:5:\"bytes\";i:142479;s:11:\"size_before\";i:541428;s:10:\"size_after\";i:398949;s:4:\"time\";d:1.6;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.69;s:5:\"bytes\";i:295255;s:11:\"size_before\";i:1195954;s:10:\"size_after\";i:900699;s:4:\"time\";d:5.34;}}}'),(23767,2992,'_wp_attached_file','2020/06/Cooldown-wheel.pdf'),(23768,2993,'_wp_attached_file','2020/06/SelfControl-Worksheet.png'),(23769,2993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:797;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2020/06/SelfControl-Worksheet.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"SelfControl-Worksheet-797x1024.png\";s:5:\"width\";i:797;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-768x987.png\";s:5:\"width\";i:768;s:6:\"height\";i:987;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"SelfControl-Worksheet-1196x1536.png\";s:5:\"width\";i:1196;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"SelfControl-Worksheet-1594x2048.png\";s:5:\"width\";i:1594;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"SelfControl-Worksheet-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-200x257.png\";s:5:\"width\";i:200;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-400x514.png\";s:5:\"width\";i:400;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:33:\"SelfControl-Worksheet-600x771.png\";s:5:\"width\";i:600;s:6:\"height\";i:771;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:34:\"SelfControl-Worksheet-800x1028.png\";s:5:\"width\";i:800;s:6:\"height\";i:1028;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:35:\"SelfControl-Worksheet-1200x1542.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1542;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:{}}}'),(23770,2993,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2896761;s:11:\"size_before\";i:3471221;s:10:\"size_after\";i:574460;}'),(23771,2993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.800699314430986;s:5:\"bytes\";i:2582005;s:11:\"size_before\";i:7638910;s:10:\"size_after\";i:5056905;s:4:\"time\";d:35.78;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.65;s:5:\"bytes\";i:20269;s:11:\"size_before\";i:55299;s:10:\"size_after\";i:35030;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.31;s:5:\"bytes\";i:202838;s:11:\"size_before\";i:574460;s:10:\"size_after\";i:371622;s:4:\"time\";d:2.6;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.47;s:5:\"bytes\";i:5899;s:11:\"size_before\";i:18168;s:10:\"size_after\";i:12269;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.1;s:5:\"bytes\";i:183011;s:11:\"size_before\";i:521442;s:10:\"size_after\";i:338431;s:4:\"time\";d:1.47;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:34;s:5:\"bytes\";i:416874;s:11:\"size_before\";i:1225989;s:10:\"size_after\";i:809115;s:4:\"time\";d:6.83;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.82;s:5:\"bytes\";i:686543;s:11:\"size_before\";i:2091573;s:10:\"size_after\";i:1405030;s:4:\"time\";d:12.39;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.56;s:5:\"bytes\";i:89500;s:11:\"size_before\";i:266667;s:10:\"size_after\";i:177167;s:4:\"time\";d:1.23;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.82;s:5:\"bytes\";i:33291;s:11:\"size_before\";i:101446;s:10:\"size_after\";i:68155;s:4:\"time\";d:0.3;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.56;s:5:\"bytes\";i:33547;s:11:\"size_before\";i:99973;s:10:\"size_after\";i:66426;s:4:\"time\";d:0.19;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.93;s:5:\"bytes\";i:16681;s:11:\"size_before\";i:47760;s:10:\"size_after\";i:31079;s:4:\"time\";d:0.1;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.58;s:5:\"bytes\";i:6321;s:11:\"size_before\";i:18826;s:10:\"size_after\";i:12505;s:4:\"time\";d:0.06;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.05;s:5:\"bytes\";i:45854;s:11:\"size_before\";i:138730;s:10:\"size_after\";i:92876;s:4:\"time\";d:0.38;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.58;s:5:\"bytes\";i:16865;s:11:\"size_before\";i:48769;s:10:\"size_after\";i:31904;s:4:\"time\";d:0.09;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.78;s:5:\"bytes\";i:73298;s:11:\"size_before\";i:217010;s:10:\"size_after\";i:143712;s:4:\"time\";d:0.56;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.71;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:4611;s:10:\"size_after\";i:3195;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.24;s:5:\"bytes\";i:14232;s:11:\"size_before\";i:40391;s:10:\"size_after\";i:26159;s:4:\"time\";d:0.06;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.96;s:5:\"bytes\";i:54274;s:11:\"size_before\";i:150916;s:10:\"size_after\";i:96642;s:4:\"time\";d:0.32;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.2;s:5:\"bytes\";i:112427;s:11:\"size_before\";i:319419;s:10:\"size_after\";i:206992;s:4:\"time\";d:1.46;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.16;s:5:\"bytes\";i:197068;s:11:\"size_before\";i:560446;s:10:\"size_after\";i:363378;s:4:\"time\";d:1.53;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.7;s:5:\"bytes\";i:371797;s:11:\"size_before\";i:1137015;s:10:\"size_after\";i:765218;s:4:\"time\";d:6.04;}}}'),(23772,40,'_oembed_a561f050c85d0b5b65bf14052648981b','{{unknown}}'),(23773,40,'_oembed_3db489ae9244729bda1a6c268ce68975','{{unknown}}'),(23774,40,'_oembed_501e4270ffb0677b86a129a763f9fe1f','{{unknown}}'),(23775,3029,'_wp_attached_file','2020/06/06.28.20.pdf'),(23776,3030,'_wp_attached_file','2020/06/06.28.20.png'),(23777,3030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2020/06/06.28.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"06.28.20-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"06.28.20-744x1024.png\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"06.28.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"06.28.20-768x1057.png\";s:5:\"width\";i:768;s:6:\"height\";i:1057;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"06.28.20-1117x1536.png\";s:5:\"width\";i:1117;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"06.28.20-1489x2048.png\";s:5:\"width\";i:1489;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"06.28.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"06.28.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"06.28.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"06.28.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"06.28.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"06.28.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"06.28.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"06.28.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"06.28.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"06.28.20-200x275.png\";s:5:\"width\";i:200;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"06.28.20-400x550.png\";s:5:\"width\";i:400;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"06.28.20-600x825.png\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"06.28.20-800x1101.png\";s:5:\"width\";i:800;s:6:\"height\";i:1101;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:22:\"06.28.20-1200x1651.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1651;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:{}}}'),(23778,3030,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3321107;s:11:\"size_before\";i:3879288;s:10:\"size_after\";i:558181;}'),(23779,3030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.681916179970315;s:5:\"bytes\";i:2917002;s:11:\"size_before\";i:8175015;s:10:\"size_after\";i:5258013;s:4:\"time\";d:41.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.28;s:5:\"bytes\";i:25889;s:11:\"size_before\";i:62715;s:10:\"size_after\";i:36826;s:4:\"time\";d:0.21;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.76;s:5:\"bytes\";i:205174;s:11:\"size_before\";i:558181;s:10:\"size_after\";i:353007;s:4:\"time\";d:5.19;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.31;s:5:\"bytes\";i:11222;s:11:\"size_before\";i:26522;s:10:\"size_after\";i:15300;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.31;s:5:\"bytes\";i:207351;s:11:\"size_before\";i:571005;s:10:\"size_after\";i:363654;s:4:\"time\";d:4.23;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.4;s:5:\"bytes\";i:403425;s:11:\"size_before\";i:1172797;s:10:\"size_after\";i:769372;s:4:\"time\";d:6.51;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.88;s:5:\"bytes\";i:671156;s:11:\"size_before\";i:2041342;s:10:\"size_after\";i:1370186;s:4:\"time\";d:11.35;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.29;s:5:\"bytes\";i:126479;s:11:\"size_before\";i:330326;s:10:\"size_after\";i:203847;s:4:\"time\";d:3.6;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.99;s:5:\"bytes\";i:62419;s:11:\"size_before\";i:148663;s:10:\"size_after\";i:86244;s:4:\"time\";d:0.38;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.3;s:5:\"bytes\";i:61463;s:11:\"size_before\";i:141932;s:10:\"size_after\";i:80469;s:4:\"time\";d:0.34;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.37;s:5:\"bytes\";i:33950;s:11:\"size_before\";i:74828;s:10:\"size_after\";i:40878;s:4:\"time\";d:0.1;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.97;s:5:\"bytes\";i:13955;s:11:\"size_before\";i:31739;s:10:\"size_after\";i:17784;s:4:\"time\";d:0.06;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.29;s:5:\"bytes\";i:70773;s:11:\"size_before\";i:175640;s:10:\"size_after\";i:104867;s:4:\"time\";d:0.43;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.53;s:5:\"bytes\";i:34941;s:11:\"size_before\";i:76750;s:10:\"size_after\";i:41809;s:4:\"time\";d:0.14;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.62;s:5:\"bytes\";i:117085;s:11:\"size_before\";i:288240;s:10:\"size_after\";i:171155;s:4:\"time\";d:0.6;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.75;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:6503;s:10:\"size_after\";i:3918;s:4:\"time\";d:0.02;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.21;s:5:\"bytes\";i:22151;s:11:\"size_before\";i:53753;s:10:\"size_after\";i:31602;s:4:\"time\";d:0.26;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.97;s:5:\"bytes\";i:71942;s:11:\"size_before\";i:179968;s:10:\"size_after\";i:108026;s:4:\"time\";d:0.3;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.13;s:5:\"bytes\";i:134754;s:11:\"size_before\";i:362905;s:10:\"size_after\";i:228151;s:4:\"time\";d:0.82;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.03;s:5:\"bytes\";i:219692;s:11:\"size_before\";i:609779;s:10:\"size_after\";i:390087;s:4:\"time\";d:1.76;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.34;s:5:\"bytes\";i:420596;s:11:\"size_before\";i:1261427;s:10:\"size_after\";i:840831;s:4:\"time\";d:4.93;}}}'),(23780,3031,'_wp_attached_file','2020/06/06.28.20-1.png'),(23781,3031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2020/06/06.28.20-1.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"06.28.20-1-801x1024.png\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-768x981.png\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"06.28.20-1-1202x1536.png\";s:5:\"width\";i:1202;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"06.28.20-1-1603x2048.png\";s:5:\"width\";i:1603;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"06.28.20-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-200x256.png\";s:5:\"width\";i:200;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-400x511.png\";s:5:\"width\";i:400;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"06.28.20-1-600x767.png\";s:5:\"width\";i:600;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"06.28.20-1-800x1022.png\";s:5:\"width\";i:800;s:6:\"height\";i:1022;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"06.28.20-1-1200x1533.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1533;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:{}}}'),(23782,3031,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3108141;s:11:\"size_before\";i:3716845;s:10:\"size_after\";i:608704;}'),(23783,3031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.33076074277094;s:5:\"bytes\";i:2995517;s:11:\"size_before\";i:8245126;s:10:\"size_after\";i:5249609;s:4:\"time\";d:39.059999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.79;s:5:\"bytes\";i:29811;s:11:\"size_before\";i:69670;s:10:\"size_after\";i:39859;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.9;s:5:\"bytes\";i:230675;s:11:\"size_before\";i:608704;s:10:\"size_after\";i:378029;s:4:\"time\";d:2.77;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.09;s:5:\"bytes\";i:12342;s:11:\"size_before\";i:27990;s:10:\"size_after\";i:15648;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.81;s:5:\"bytes\";i:209120;s:11:\"size_before\";i:553035;s:10:\"size_after\";i:343915;s:4:\"time\";d:4.49;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.87;s:5:\"bytes\";i:443654;s:11:\"size_before\";i:1272284;s:10:\"size_after\";i:828630;s:4:\"time\";d:8.9;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.22;s:5:\"bytes\";i:705891;s:11:\"size_before\";i:2124981;s:10:\"size_after\";i:1419090;s:4:\"time\";d:9.37;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.43;s:5:\"bytes\";i:126018;s:11:\"size_before\";i:327928;s:10:\"size_after\";i:201910;s:4:\"time\";d:0.86;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.67;s:5:\"bytes\";i:63326;s:11:\"size_before\";i:148392;s:10:\"size_after\";i:85066;s:4:\"time\";d:0.27;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.02;s:5:\"bytes\";i:59137;s:11:\"size_before\";i:137451;s:10:\"size_after\";i:78314;s:4:\"time\";d:0.25;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.95;s:5:\"bytes\";i:33845;s:11:\"size_before\";i:73664;s:10:\"size_after\";i:39819;s:4:\"time\";d:0.33;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.06;s:5:\"bytes\";i:14181;s:11:\"size_before\";i:31473;s:10:\"size_after\";i:17292;s:4:\"time\";d:0.08;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.69;s:5:\"bytes\";i:70842;s:11:\"size_before\";i:174119;s:10:\"size_after\";i:103277;s:4:\"time\";d:0.63;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.6;s:5:\"bytes\";i:33892;s:11:\"size_before\";i:74320;s:10:\"size_after\";i:40428;s:4:\"time\";d:0.11;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:41;s:5:\"bytes\";i:115232;s:11:\"size_before\";i:281052;s:10:\"size_after\";i:165820;s:4:\"time\";d:0.58;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.21;s:5:\"bytes\";i:2907;s:11:\"size_before\";i:6887;s:10:\"size_after\";i:3980;s:4:\"time\";d:0.03;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.16;s:5:\"bytes\";i:22522;s:11:\"size_before\";i:52180;s:10:\"size_after\";i:29658;s:4:\"time\";d:0.12;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.5;s:5:\"bytes\";i:72057;s:11:\"size_before\";i:173635;s:10:\"size_after\";i:101578;s:4:\"time\";d:0.29;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.29;s:5:\"bytes\";i:138886;s:11:\"size_before\";i:353529;s:10:\"size_after\";i:214643;s:4:\"time\";d:1.26;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.43;s:5:\"bytes\";i:221615;s:11:\"size_before\";i:592091;s:10:\"size_after\";i:370476;s:4:\"time\";d:3.54;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.53;s:5:\"bytes\";i:389564;s:11:\"size_before\";i:1161741;s:10:\"size_after\";i:772177;s:4:\"time\";d:4.99;}}}'),(23784,40,'_oembed_0e7de2a2ac14bef1678ff68639dc2a99','{{unknown}}'),(23785,3047,'_wp_attached_file','2020/06/kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045.png'),(23786,3047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:402;s:4:\"file\";s:106:\"2020/06/kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-852x400.png\";s:5:\"width\";i:852;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-700x402.png\";s:5:\"width\";i:700;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:104:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:105:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-200x94.png\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-400x189.png\";s:5:\"width\";i:400;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-600x283.png\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:106:\"kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045-800x377.png\";s:5:\"width\";i:800;s:6:\"height\";i:377;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:{}}}'),(23787,3047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.904067080550224;s:5:\"bytes\";i:98843;s:11:\"size_before\";i:496597;s:10:\"size_after\";i:397754;s:4:\"time\";d:3.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1;s:5:\"bytes\";i:2705;s:11:\"size_before\";i:14946;s:10:\"size_after\";i:12241;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.35;s:5:\"bytes\";i:1498;s:11:\"size_before\";i:7361;s:10:\"size_after\";i:5863;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.04;s:5:\"bytes\";i:7930;s:11:\"size_before\";i:60813;s:10:\"size_after\";i:52883;s:4:\"time\";d:0.35;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.22;s:5:\"bytes\";i:16300;s:11:\"size_before\";i:47628;s:10:\"size_after\";i:31328;s:4:\"time\";d:0.22;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.9;s:5:\"bytes\";i:7623;s:11:\"size_before\";i:40337;s:10:\"size_after\";i:32714;s:4:\"time\";d:0.21;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.19;s:5:\"bytes\";i:6501;s:11:\"size_before\";i:35736;s:10:\"size_after\";i:29235;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53;s:5:\"bytes\";i:2857;s:11:\"size_before\";i:17285;s:10:\"size_after\";i:14428;s:4:\"time\";d:0.06;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.42;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:7953;s:10:\"size_after\";i:6488;s:4:\"time\";d:0.09;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.34;s:5:\"bytes\";i:9512;s:11:\"size_before\";i:54860;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.68;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.33;s:5:\"bytes\";i:3333;s:11:\"size_before\";i:19235;s:10:\"size_after\";i:15902;s:4:\"time\";d:0.06;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.26;s:5:\"bytes\";i:12623;s:11:\"size_before\";i:37958;s:10:\"size_after\";i:25335;s:4:\"time\";d:0.17;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.73;s:5:\"bytes\";i:540;s:11:\"size_before\";i:2376;s:10:\"size_after\";i:1836;s:4:\"time\";d:0.03;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.36;s:5:\"bytes\";i:1573;s:11:\"size_before\";i:8126;s:10:\"size_after\";i:6553;s:4:\"time\";d:0.02;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.87;s:5:\"bytes\";i:4497;s:11:\"size_before\";i:23830;s:10:\"size_after\";i:19333;s:4:\"time\";d:0.1;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.02;s:5:\"bytes\";i:7643;s:11:\"size_before\";i:44913;s:10:\"size_after\";i:37270;s:4:\"time\";d:0.52;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.72;s:5:\"bytes\";i:12243;s:11:\"size_before\";i:73240;s:10:\"size_after\";i:60997;s:4:\"time\";d:0.34;}}}'),(23789,3062,'_wp_attached_file','2020/07/07.05.2020.pdf'),(23790,3063,'_wp_attached_file','2020/07/07.05.2020.png'),(23791,3063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:804;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2020/07/07.05.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"07.05.2020-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"07.05.2020-804x1024.png\";s:5:\"width\";i:804;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"07.05.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"07.05.2020-768x978.png\";s:5:\"width\";i:768;s:6:\"height\";i:978;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"07.05.2020-1206x1536.png\";s:5:\"width\";i:1206;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"07.05.2020-1608x2048.png\";s:5:\"width\";i:1608;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"07.05.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"07.05.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"07.05.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"07.05.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"07.05.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"07.05.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"07.05.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"07.05.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"07.05.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"07.05.2020-200x255.png\";s:5:\"width\";i:200;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"07.05.2020-400x509.png\";s:5:\"width\";i:400;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"07.05.2020-600x764.png\";s:5:\"width\";i:600;s:6:\"height\";i:764;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"07.05.2020-800x1019.png\";s:5:\"width\";i:800;s:6:\"height\";i:1019;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"07.05.2020-1200x1528.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1528;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:{}}}'),(23792,3063,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:4196594;s:11:\"size_before\";i:4943755;s:10:\"size_after\";i:747161;}'),(23793,3069,'_wp_attached_file','2020/07/Sermon-Note-page-July-5.pdf'),(23794,3079,'_wp_attached_file','2020/07/07.12.20.png'),(23795,3079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:805;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2020/07/07.12.20.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"07.12.20-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"07.12.20-805x1024.png\";s:5:\"width\";i:805;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"07.12.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"07.12.20-768x977.png\";s:5:\"width\";i:768;s:6:\"height\";i:977;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"07.12.20-1207x1536.png\";s:5:\"width\";i:1207;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"07.12.20-1610x2048.png\";s:5:\"width\";i:1610;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"07.12.20-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"07.12.20-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"07.12.20-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"07.12.20-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"07.12.20-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"07.12.20-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"07.12.20-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"07.12.20-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"07.12.20-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"07.12.20-200x254.png\";s:5:\"width\";i:200;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"07.12.20-400x509.png\";s:5:\"width\";i:400;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"07.12.20-600x763.png\";s:5:\"width\";i:600;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:21:\"07.12.20-800x1018.png\";s:5:\"width\";i:800;s:6:\"height\";i:1018;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:22:\"07.12.20-1200x1527.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1527;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:{}}}'),(23796,3079,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3705778;s:11:\"size_before\";i:4421703;s:10:\"size_after\";i:715925;}'),(23797,3079,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.949759260294975;s:5:\"bytes\";i:2621319;s:11:\"size_before\";i:9726688;s:10:\"size_after\";i:7105369;s:4:\"time\";d:38.94000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.77;s:5:\"bytes\";i:24721;s:11:\"size_before\";i:73203;s:10:\"size_after\";i:48482;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.32;s:5:\"bytes\";i:195601;s:11:\"size_before\";i:715925;s:10:\"size_after\";i:520324;s:4:\"time\";d:4.27;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.1;s:5:\"bytes\";i:10105;s:11:\"size_before\";i:27991;s:10:\"size_after\";i:17886;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.58;s:5:\"bytes\";i:177620;s:11:\"size_before\";i:644037;s:10:\"size_after\";i:466417;s:4:\"time\";d:2.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.84;s:5:\"bytes\";i:412845;s:11:\"size_before\";i:1538324;s:10:\"size_after\";i:1125479;s:4:\"time\";d:9.59;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.04;s:5:\"bytes\";i:682891;s:11:\"size_before\";i:2622615;s:10:\"size_after\";i:1939724;s:4:\"time\";d:8.64;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.01;s:5:\"bytes\";i:96357;s:11:\"size_before\";i:370486;s:10:\"size_after\";i:274129;s:4:\"time\";d:1.45;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.02;s:5:\"bytes\";i:44050;s:11:\"size_before\";i:151814;s:10:\"size_after\";i:107764;s:4:\"time\";d:0.35;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.77;s:5:\"bytes\";i:41925;s:11:\"size_before\";i:140830;s:10:\"size_after\";i:98905;s:4:\"time\";d:0.28;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.92;s:5:\"bytes\";i:24170;s:11:\"size_before\";i:73415;s:10:\"size_after\";i:49245;s:4:\"time\";d:0.11;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.02;s:5:\"bytes\";i:11502;s:11:\"size_before\";i:32843;s:10:\"size_after\";i:21341;s:4:\"time\";d:0.24;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.79;s:5:\"bytes\";i:51370;s:11:\"size_before\";i:191733;s:10:\"size_after\";i:140363;s:4:\"time\";d:1.48;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.78;s:5:\"bytes\";i:23040;s:11:\"size_before\";i:70285;s:10:\"size_after\";i:47245;s:4:\"time\";d:0.1;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.48;s:5:\"bytes\";i:78075;s:11:\"size_before\";i:294886;s:10:\"size_after\";i:216811;s:4:\"time\";d:1.87;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.64;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:6593;s:10:\"size_after\";i:4507;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.75;s:5:\"bytes\";i:17717;s:11:\"size_before\";i:54101;s:10:\"size_after\";i:36384;s:4:\"time\";d:0.18;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.42;s:5:\"bytes\";i:59626;s:11:\"size_before\";i:189774;s:10:\"size_after\";i:130148;s:4:\"time\";d:0.82;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.19;s:5:\"bytes\";i:112177;s:11:\"size_before\";i:397946;s:10:\"size_after\";i:285769;s:4:\"time\";d:0.77;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.08;s:5:\"bytes\";i:186894;s:11:\"size_before\";i:690080;s:10:\"size_after\";i:503186;s:4:\"time\";d:1.85;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.6;s:5:\"bytes\";i:368547;s:11:\"size_before\";i:1439807;s:10:\"size_after\";i:1071260;s:4:\"time\";d:4.73;}}}'),(23798,3080,'_wp_attached_file','2020/07/07.12.20.pdf'),(23799,3086,'_wp_attached_file','2020/07/07.19.2020.png'),(23800,3086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:809;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2020/07/07.19.2020.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"07.19.2020-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"07.19.2020-809x1024.png\";s:5:\"width\";i:809;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"07.19.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"07.19.2020-768x972.png\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"07.19.2020-1213x1536.png\";s:5:\"width\";i:1213;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"07.19.2020-1617x2048.png\";s:5:\"width\";i:1617;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"07.19.2020-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"07.19.2020-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"07.19.2020-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"07.19.2020-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"07.19.2020-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"07.19.2020-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"07.19.2020-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"07.19.2020-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"07.19.2020-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"07.19.2020-200x253.png\";s:5:\"width\";i:200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"07.19.2020-400x507.png\";s:5:\"width\";i:400;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"07.19.2020-600x760.png\";s:5:\"width\";i:600;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"07.19.2020-800x1013.png\";s:5:\"width\";i:800;s:6:\"height\";i:1013;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"07.19.2020-1200x1520.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1520;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:{}}}'),(23801,3086,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2974570;s:11:\"size_before\";i:3599655;s:10:\"size_after\";i:625085;}'),(23802,3086,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.80414314923418;s:5:\"bytes\";i:2189282;s:11:\"size_before\";i:8167700;s:10:\"size_after\";i:5978418;s:4:\"time\";d:54.739999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.72;s:5:\"bytes\";i:18773;s:11:\"size_before\";i:59178;s:10:\"size_after\";i:40405;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.92;s:5:\"bytes\";i:174518;s:11:\"size_before\";i:625085;s:10:\"size_after\";i:450567;s:4:\"time\";d:4.75;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.78;s:5:\"bytes\";i:7220;s:11:\"size_before\";i:22716;s:10:\"size_after\";i:15496;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.24;s:5:\"bytes\";i:146999;s:11:\"size_before\";i:539603;s:10:\"size_after\";i:392604;s:4:\"time\";d:3.75;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.92;s:5:\"bytes\";i:360854;s:11:\"size_before\";i:1340404;s:10:\"size_after\";i:979550;s:4:\"time\";d:8.65;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.32;s:5:\"bytes\";i:608055;s:11:\"size_before\";i:2310171;s:10:\"size_after\";i:1702116;s:4:\"time\";d:27.1;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.18;s:5:\"bytes\";i:67758;s:11:\"size_before\";i:258850;s:10:\"size_after\";i:191092;s:4:\"time\";d:0.99;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.76;s:5:\"bytes\";i:30162;s:11:\"size_before\";i:108638;s:10:\"size_after\";i:78476;s:4:\"time\";d:0.44;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.03;s:5:\"bytes\";i:32044;s:11:\"size_before\";i:110384;s:10:\"size_after\";i:78340;s:4:\"time\";d:0.27;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.07;s:5:\"bytes\";i:17563;s:11:\"size_before\";i:56533;s:10:\"size_after\";i:38970;s:4:\"time\";d:0.15;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.56;s:5:\"bytes\";i:7888;s:11:\"size_before\";i:24997;s:10:\"size_after\";i:17109;s:4:\"time\";d:0.05;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.83;s:5:\"bytes\";i:35562;s:11:\"size_before\";i:132569;s:10:\"size_after\";i:97007;s:4:\"time\";d:0.42;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.68;s:5:\"bytes\";i:16245;s:11:\"size_before\";i:52951;s:10:\"size_after\";i:36706;s:4:\"time\";d:0.18;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.7;s:5:\"bytes\";i:61808;s:11:\"size_before\";i:231470;s:10:\"size_after\";i:169662;s:4:\"time\";d:0.67;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.57;s:5:\"bytes\";i:1526;s:11:\"size_before\";i:5341;s:10:\"size_after\";i:3815;s:4:\"time\";d:0.01;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.96;s:5:\"bytes\";i:13853;s:11:\"size_before\";i:43341;s:10:\"size_after\";i:29488;s:4:\"time\";d:0.16;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.26;s:5:\"bytes\";i:47007;s:11:\"size_before\";i:155322;s:10:\"size_after\";i:108315;s:4:\"time\";d:0.54;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.95;s:5:\"bytes\";i:92622;s:11:\"size_before\";i:331378;s:10:\"size_after\";i:238756;s:4:\"time\";d:1.14;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.01;s:5:\"bytes\";i:153540;s:11:\"size_before\";i:568380;s:10:\"size_after\";i:414840;s:4:\"time\";d:1.43;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.81;s:5:\"bytes\";i:295285;s:11:\"size_before\";i:1190389;s:10:\"size_after\";i:895104;s:4:\"time\";d:3.82;}}}'),(23803,3087,'_wp_attached_file','2020/07/07.19.2020.pdf'),(23804,2638,'_aioseop_keywords',''),(23805,2638,'_aioseop_description',''),(23806,2638,'_aioseop_title',''),(23807,2638,'_aioseop_custom_link',''),(23808,2638,'_aioseop_sitemap_exclude',''),(23809,2638,'_aioseop_disable',''),(23810,2638,'_aioseop_disable_analytics',''),(23811,2638,'_aioseop_noindex',''),(23812,2638,'_aioseop_nofollow',''),(23813,1458,'_aioseop_keywords',''),(23814,1458,'_aioseop_description',''),(23815,1458,'_aioseop_title',''),(23816,1458,'_aioseop_custom_link',''),(23817,1458,'_aioseop_sitemap_exclude',''),(23818,1458,'_aioseop_disable',''),(23819,1458,'_aioseop_disable_analytics',''),(23820,1458,'_aioseop_noindex',''),(23821,1458,'_aioseop_nofollow',''),(23822,3109,'_wp_attached_file','2020/07/Sermon-Note-page.pdf'),(23823,2638,'_oembed_7ba4247bf28ca145c80b9c29f8d38511','<iframe title=\"Worship Service - July 26\" width=\"836\" height=\"470\" src=\"https://www.youtube.com/embed/Q48VDYBcj_w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23824,2638,'_oembed_time_7ba4247bf28ca145c80b9c29f8d38511','1595963743'),(23825,3120,'_wp_attached_file','2020/08/Sermon-Note-page-tongue.pdf'),(23826,3127,'_wp_attached_file','2020/08/08.09.2020.pdf'),(23827,3128,'_wp_attached_file','2020/08/08.09.2020-scaled.jpg'),(23828,3128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:794;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2020/08/08.09.2020-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"08.09.2020-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"08.09.2020-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"08.09.2020-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:\"08.09.2020-768x990.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"08.09.2020-1192x1536.jpg\";s:5:\"width\";i:1192;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"08.09.2020-1589x2048.jpg\";s:5:\"width\";i:1589;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"08.09.2020-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"08.09.2020-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"08.09.2020-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"08.09.2020-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"08.09.2020-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"08.09.2020-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"08.09.2020-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"08.09.2020-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"08.09.2020-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"08.09.2020-200x258.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"08.09.2020-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"08.09.2020-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"08.09.2020-800x1031.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"08.09.2020-1200x1547.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1547;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:\"08.09.2020.jpg\";}'),(23829,3128,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1570812;s:11:\"size_before\";i:1916868;s:10:\"size_after\";i:346056;}'),(23830,3128,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.301751099391768917712397524155676364898681640625;s:5:\"bytes\";i:937399;s:11:\"size_before\";i:4856549;s:10:\"size_after\";i:3919150;s:4:\"time\";d:1.5000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:6643;s:11:\"size_before\";i:36960;s:10:\"size_after\";i:30317;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:71448;s:11:\"size_before\";i:358826;s:10:\"size_after\";i:287378;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2351;s:11:\"size_before\";i:14776;s:10:\"size_after\";i:12425;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:66231;s:11:\"size_before\";i:334893;s:10:\"size_after\";i:268662;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:145523;s:11:\"size_before\";i:761204;s:10:\"size_after\";i:615681;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:249427;s:11:\"size_before\";i:1278382;s:10:\"size_after\";i:1028955;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:31678;s:11:\"size_before\";i:163148;s:10:\"size_after\";i:131470;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13534;s:11:\"size_before\";i:72456;s:10:\"size_after\";i:58922;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12661;s:11:\"size_before\";i:66126;s:10:\"size_after\";i:53465;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5;s:5:\"bytes\";i:6650;s:11:\"size_before\";i:35952;s:10:\"size_after\";i:29302;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2636;s:11:\"size_before\";i:16329;s:10:\"size_after\";i:13693;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:17084;s:11:\"size_before\";i:84648;s:10:\"size_after\";i:67564;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6149;s:11:\"size_before\";i:33759;s:10:\"size_after\";i:27610;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:28514;s:11:\"size_before\";i:143921;s:10:\"size_after\";i:115407;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:598;s:11:\"size_before\";i:4297;s:10:\"size_after\";i:3699;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5049;s:11:\"size_before\";i:29040;s:10:\"size_after\";i:23991;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18530;s:11:\"size_before\";i:94777;s:10:\"size_after\";i:76247;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:41886;s:11:\"size_before\";i:211988;s:10:\"size_after\";i:170102;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:70145;s:11:\"size_before\";i:362879;s:10:\"size_after\";i:292734;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:140662;s:11:\"size_before\";i:752188;s:10:\"size_after\";i:611526;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(23831,3131,'_wp_attached_file','2020/08/Sermon-Note-page-mercy.pdf'),(23832,12,'_aioseop_keywords',''),(23833,12,'_aioseop_description',''),(23834,12,'_aioseop_title',''),(23835,12,'_aioseop_custom_link',''),(23836,12,'_aioseop_sitemap_exclude',''),(23837,12,'_aioseop_disable',''),(23838,12,'_aioseop_disable_analytics',''),(23839,12,'_aioseop_noindex',''),(23840,12,'_aioseop_nofollow',''),(23841,40,'_aioseop_keywords',''),(23842,40,'_aioseop_description',''),(23843,40,'_aioseop_title',''),(23844,40,'_aioseop_custom_link',''),(23845,40,'_aioseop_sitemap_exclude',''),(23846,40,'_aioseop_disable',''),(23847,40,'_aioseop_disable_analytics',''),(23848,40,'_aioseop_noindex',''),(23849,40,'_aioseop_nofollow',''),(23850,3143,'_wp_attached_file','2020/08/08.16.2020.pdf'),(23851,3144,'_wp_attached_file','2020/08/08.16.2020-scaled.jpeg'),(23852,3144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:772;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2020/08/08.16.2020-scaled.jpeg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"08.16.2020-226x300.jpeg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"08.16.2020-772x1024.jpeg\";s:5:\"width\";i:772;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"08.16.2020-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"08.16.2020-768x1018.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"08.16.2020-1158x1536.jpeg\";s:5:\"width\";i:1158;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"08.16.2020-1544x2048.jpeg\";s:5:\"width\";i:1544;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"08.16.2020-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"08.16.2020-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"08.16.2020-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"08.16.2020-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"08.16.2020-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"08.16.2020-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"08.16.2020-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"08.16.2020-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"08.16.2020-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:23:\"08.16.2020-200x265.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:23:\"08.16.2020-400x530.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:23:\"08.16.2020-600x796.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:24:\"08.16.2020-800x1061.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1061;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:25:\"08.16.2020-1200x1591.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1591;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:\"08.16.2020.jpeg\";}'),(23853,3144,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2128513;s:11:\"size_before\";i:2633291;s:10:\"size_after\";i:504778;}'),(23854,3144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.695110765468445634951422107405960559844970703125;s:5:\"bytes\";i:1413499;s:11:\"size_before\";i:7560795;s:10:\"size_after\";i:6147296;s:4:\"time\";d:2.540000000000000479616346638067625463008880615234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13943;s:11:\"size_before\";i:73113;s:10:\"size_after\";i:59170;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:111539;s:11:\"size_before\";i:578342;s:10:\"size_after\";i:466803;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4061;s:11:\"size_before\";i:24718;s:10:\"size_after\";i:20657;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:107172;s:11:\"size_before\";i:568326;s:10:\"size_after\";i:461154;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:210620;s:11:\"size_before\";i:1130000;s:10:\"size_after\";i:919380;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:334996;s:11:\"size_before\";i:1830448;s:10:\"size_after\";i:1495452;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:43461;s:11:\"size_before\";i:225336;s:10:\"size_after\";i:181875;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:21056;s:11:\"size_before\";i:109346;s:10:\"size_after\";i:88290;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20152;s:11:\"size_before\";i:105965;s:10:\"size_after\";i:85813;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10899;s:11:\"size_before\";i:57643;s:10:\"size_after\";i:46744;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:4139;s:11:\"size_before\";i:25035;s:10:\"size_after\";i:20896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:23552;s:11:\"size_before\";i:122968;s:10:\"size_after\";i:99416;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10575;s:11:\"size_before\";i:57427;s:10:\"size_after\";i:46852;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:38886;s:11:\"size_before\";i:207637;s:10:\"size_after\";i:168751;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:570;s:11:\"size_before\";i:5435;s:10:\"size_after\";i:4865;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10515;s:11:\"size_before\";i:56152;s:10:\"size_after\";i:45637;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:36177;s:11:\"size_before\";i:188540;s:10:\"size_after\";i:152363;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:70328;s:11:\"size_before\";i:373235;s:10:\"size_after\";i:302907;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:116826;s:11:\"size_before\";i:616150;s:10:\"size_after\";i:499324;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:224032;s:11:\"size_before\";i:1204979;s:10:\"size_after\";i:980947;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(23855,3147,'_wp_attached_file','2020/08/Sermon-Note-page-Hope.pdf'),(23856,3156,'_wp_attached_file','2020/08/08.23.2020.pdf'),(23857,3157,'_wp_attached_file','2020/08/08.23.2020.jpg'),(23858,3157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:798;s:4:\"file\";s:22:\"2020/08/08.23.2020.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"08.23.2020-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"08.23.2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"08.23.2020-620x400.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"08.23.2020-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"08.23.2020-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"08.23.2020-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"08.23.2020-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"08.23.2020-620x272.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"08.23.2020-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"08.23.2020-620x441.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"08.23.2020-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"08.23.2020-200x257.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"08.23.2020-400x515.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"08.23.2020-600x772.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:772;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:{}}}'),(23859,3157,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.222108116736531968626877642236649990081787109375;s:5:\"bytes\";i:280578;s:11:\"size_before\";i:1459663;s:10:\"size_after\";i:1179085;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12243;s:11:\"size_before\";i:63844;s:10:\"size_after\";i:51601;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:22756;s:10:\"size_after\";i:18816;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:36476;s:11:\"size_before\";i:170245;s:10:\"size_after\";i:133769;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18674;s:11:\"size_before\";i:104891;s:10:\"size_after\";i:86217;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19895;s:11:\"size_before\";i:105726;s:10:\"size_after\";i:85831;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10922;s:11:\"size_before\";i:57327;s:10:\"size_after\";i:46405;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4074;s:11:\"size_before\";i:24172;s:10:\"size_after\";i:20098;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:24079;s:11:\"size_before\";i:113266;s:10:\"size_after\";i:89187;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9975;s:11:\"size_before\";i:55135;s:10:\"size_after\";i:45160;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:42101;s:11:\"size_before\";i:200302;s:10:\"size_after\";i:158201;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:844;s:11:\"size_before\";i:5751;s:10:\"size_after\";i:4907;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:9313;s:11:\"size_before\";i:49501;s:10:\"size_after\";i:40188;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:31562;s:11:\"size_before\";i:165576;s:10:\"size_after\";i:134014;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:56480;s:11:\"size_before\";i:321171;s:10:\"size_after\";i:264691;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(23860,3161,'_wp_attached_file','2020/08/Sermon-Note-page-Not-Judging.pdf'),(23861,3167,'_wp_attached_file','2020/08/Sermon-Note-page-Facing-Our-Future.pdf'),(23862,3173,'_wp_attached_file','2020/09/09.06.2020.pdf'),(23863,3174,'_wp_attached_file','2020/09/09.06.2020-scaled.jpg'),(23864,3174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:798;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2020/09/09.06.2020-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"09.06.2020-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"09.06.2020-798x1024.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"09.06.2020-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:\"09.06.2020-768x985.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"09.06.2020-1197x1536.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"09.06.2020-1597x2048.jpg\";s:5:\"width\";i:1597;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"09.06.2020-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"09.06.2020-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"09.06.2020-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"09.06.2020-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"09.06.2020-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"09.06.2020-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"09.06.2020-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"09.06.2020-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"09.06.2020-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:22:\"09.06.2020-200x257.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:22:\"09.06.2020-400x513.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:22:\"09.06.2020-600x770.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"09.06.2020-800x1026.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"09.06.2020-1200x1539.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1539;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:\"09.06.2020.jpg\";}'),(23865,3174,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1389590;s:11:\"size_before\";i:1696227;s:10:\"size_after\";i:306637;}'),(23866,3174,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.9632561741674550148673006333410739898681640625;s:5:\"bytes\";i:771302;s:11:\"size_before\";i:4067350;s:10:\"size_after\";i:3296048;s:4:\"time\";d:1.1400000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4998;s:11:\"size_before\";i:32801;s:10:\"size_after\";i:27803;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:61163;s:11:\"size_before\";i:308557;s:10:\"size_after\";i:247394;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:11732;s:10:\"size_after\";i:10453;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:53595;s:11:\"size_before\";i:279599;s:10:\"size_after\";i:226004;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:126495;s:11:\"size_before\";i:649289;s:10:\"size_after\";i:522794;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:208429;s:11:\"size_before\";i:1099538;s:10:\"size_after\";i:891109;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:23149;s:11:\"size_before\";i:123951;s:10:\"size_after\";i:100802;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8940;s:11:\"size_before\";i:51346;s:10:\"size_after\";i:42406;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8299;s:11:\"size_before\";i:49595;s:10:\"size_after\";i:41296;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:27201;s:10:\"size_after\";i:23206;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:12500;s:10:\"size_after\";i:11089;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:11750;s:11:\"size_before\";i:63967;s:10:\"size_after\";i:52217;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:26170;s:10:\"size_after\";i:22504;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:19459;s:11:\"size_before\";i:108246;s:10:\"size_after\";i:88787;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:3640;s:10:\"size_after\";i:3297;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3652;s:11:\"size_before\";i:25976;s:10:\"size_after\";i:22324;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15092;s:11:\"size_before\";i:82307;s:10:\"size_after\";i:67215;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:32992;s:11:\"size_before\";i:173189;s:10:\"size_after\";i:140197;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:57640;s:11:\"size_before\";i:302847;s:10:\"size_after\";i:245207;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:124955;s:11:\"size_before\";i:634899;s:10:\"size_after\";i:509944;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(23867,3177,'_wp_attached_file','2020/09/Sermon-Note-Page-Prayer.pdf'),(23868,3184,'_wp_attached_file','2020/09/September-13-2020.pdf'),(23869,1441,'_aioseop_keywords',''),(23870,1441,'_aioseop_description',''),(23871,1441,'_aioseop_title',''),(23872,1441,'_aioseop_custom_link',''),(23873,1441,'_aioseop_sitemap_exclude',''),(23874,1441,'_aioseop_disable',''),(23875,1441,'_aioseop_disable_analytics',''),(23876,1441,'_aioseop_noindex',''),(23877,1441,'_aioseop_nofollow',''),(23879,1441,'_fusion_google_fonts',''),(23880,3187,'_wp_attached_file','2020/09/Sermon-note-page-part-1.pdf'),(23881,3194,'_wp_attached_file','2020/09/September-20-2020.pdf'),(23882,3196,'_wp_attached_file','2020/09/Sermon-note-page-part-2.pdf'),(23883,3208,'_wp_attached_file','2020/09/September-27-2020.pdf'),(23884,3211,'_wp_attached_file','2020/10/Emotions-note-page-part-1.pdf'),(23885,3217,'_wp_attached_file','2020/10/Sermon-note-page-part-2.pdf'),(23886,3224,'_wp_attached_file','2020/10/October-11-2020.pdf'),(23887,3235,'_wp_attached_file','2020/10/Octob-25-2020.pdf'),(23888,3237,'_wp_attached_file','2020/11/Sermon-note-page-part-3.pdf'),(23889,3247,'_wp_attached_file','2020/11/November-8-2020.pdf'),(23890,3249,'_wp_attached_file','2020/11/Sermon-note-page-part-5.pdf'),(23891,3254,'_wp_attached_file','2020/11/November-15-2020.pdf'),(23892,3260,'_wp_attached_file','2020/11/November-22-2020.pdf'),(23893,3274,'_wp_attached_file','2020/12/December-13-2020.pdf'),(23894,3284,'_wp_attached_file','2020/12/December-20-2020.pdf'),(23895,1441,'_aioseo_title',NULL),(23896,1441,'_aioseo_description',NULL),(23897,1441,'_aioseo_keywords','a:0:{}'),(23898,1441,'_aioseo_og_title',''),(23899,1441,'_aioseo_og_description',''),(23900,1441,'_aioseo_og_article_section',''),(23901,1441,'_aioseo_og_article_tags','a:0:{}'),(23902,1441,'_aioseo_twitter_title',''),(23903,1441,'_aioseo_twitter_description',''),(23904,2638,'_aioseo_title',NULL),(23905,2638,'_aioseo_description',NULL),(23906,2638,'_aioseo_keywords',''),(23907,2638,'_aioseo_og_title',NULL),(23908,2638,'_aioseo_og_description',NULL),(23909,2638,'_aioseo_og_article_section',''),(23910,2638,'_aioseo_og_article_tags',''),(23911,2638,'_aioseo_twitter_title',NULL),(23912,2638,'_aioseo_twitter_description',NULL),(23913,1458,'_aioseo_title',NULL),(23914,1458,'_aioseo_description',NULL),(23915,1458,'_aioseo_keywords',''),(23916,1458,'_aioseo_og_title',NULL),(23917,1458,'_aioseo_og_description',NULL),(23918,1458,'_aioseo_og_article_section',''),(23919,1458,'_aioseo_og_article_tags',''),(23920,1458,'_aioseo_twitter_title',NULL),(23921,1458,'_aioseo_twitter_description',NULL),(23928,2636,'_fusion','a:0:{}'),(23929,2635,'_fusion','a:0:{}'),(23930,2634,'_fusion','a:0:{}'),(23931,2633,'_fusion','a:0:{}'),(23932,2632,'_fusion','a:0:{}'),(23933,2631,'_fusion','a:0:{}'),(23934,2630,'_fusion','a:0:{}'),(23935,2629,'_fusion','a:0:{}'),(23936,2628,'_fusion','a:0:{}'),(23937,2627,'_fusion','a:0:{}'),(23938,2626,'_fusion','a:0:{}'),(23939,2625,'_fusion','a:0:{}'),(23940,2624,'_fusion','a:0:{}'),(23941,2623,'_fusion','a:0:{}'),(23942,2622,'_fusion','a:0:{}'),(23943,2621,'_fusion','a:0:{}'),(23944,2620,'_fusion','a:0:{}'),(23945,2619,'_fusion','a:0:{}'),(23946,2618,'_fusion','a:0:{}'),(23947,2617,'_fusion','a:0:{}'),(23973,3310,'_wp_attached_file','2021/01/Note-page-part-1.pdf'),(23974,3315,'_wp_attached_file','2021/01/January-10-2021.pdf'),(23992,3320,'fusion_builder_status','active'),(23993,3320,'_wp_page_template','default'),(23994,3320,'pyre_page_options-hide','pyre_page_options'),(23995,3320,'pyre_layout','default'),(23996,3320,'pyre_bg_color',''),(23997,3320,'pyre_bg_image',''),(23998,3320,'pyre_bg_image_id',''),(23999,3320,'pyre_bg_full','no'),(24000,3320,'pyre_bg_repeat','default'),(24001,3320,'pyre_display_header','yes'),(24002,3320,'pyre_header_100_width','default'),(24003,3320,'pyre_header_bg_color',''),(24004,3320,'pyre_mobile_header_bg_color',''),(24005,3320,'pyre_header_bg_image',''),(24006,3320,'pyre_header_bg_image_id',''),(24007,3320,'pyre_header_bg_full','no'),(24008,3320,'pyre_header_bg_repeat','repeat'),(24009,3320,'pyre_displayed_menu','default'),(24010,3320,'pyre_slider_type','flex'),(24011,3320,'pyre_wooslider','sermons'),(24012,3320,'pyre_revslider','0'),(24013,3320,'pyre_elasticslider','0'),(24014,3320,'pyre_slider_position','default'),(24015,3320,'pyre_avada_rev_styles','default'),(24016,3320,'pyre_fallback',''),(24017,3320,'pyre_fallback_id',''),(24018,3320,'pyre_demo_slider',''),(24019,3320,'pyre_page_title_bar','default'),(24020,3320,'pyre_page_title_bar_bs','default'),(24021,3320,'pyre_page_title_bar_text','default'),(24022,3320,'pyre_page_title_alignment','default'),(24023,3320,'pyre_page_title_font_size',''),(24024,3320,'pyre_page_title_color',''),(24025,3320,'pyre_page_title_line_height',''),(24026,3320,'pyre_page_title_subheader_font_size',''),(24027,3320,'pyre_page_title_subheader_color',''),(24028,3320,'pyre_page_title_100_width','default'),(24029,3320,'pyre_page_title_height',''),(24030,3320,'pyre_page_title_mobile_height',''),(24031,3320,'pyre_page_title_bg_color',''),(24032,3320,'pyre_page_title_border_color',''),(24033,3320,'pyre_page_title_bg',''),(24034,3320,'pyre_page_title_bg_id',''),(24035,3320,'pyre_page_title_bg_retina',''),(24036,3320,'pyre_page_title_bg_retina_id',''),(24037,3320,'pyre_page_title_bg_full','default'),(24038,3320,'pyre_page_title_bg_parallax','default'),(24039,3320,'pyre_show_first_featured_image','yes'),(24040,3320,'pyre_hundredp_padding',''),(24041,3320,'pyre_top',''),(24042,3320,'pyre_bottom',''),(24043,3320,'pyre_content_bg_color',''),(24044,3320,'pyre_content_bg_image',''),(24045,3320,'pyre_content_bg_image_id',''),(24046,3320,'pyre_content_bg_full','no'),(24047,3320,'pyre_content_bg_repeat','default'),(24048,3320,'pyre_pages_sidebar','default_sidebar'),(24049,3320,'pyre_pages_sidebar_2','default_sidebar'),(24050,3320,'pyre_default_sidebar_pos','default'),(24051,3320,'pyre_responsive_sidebar_order',''),(24052,3320,'pyre_sidebar_sticky','default'),(24053,3320,'pyre_sidebar_bg_color',''),(24054,3320,'pyre_footer_widgets','default'),(24055,3320,'pyre_footer_copyright','default'),(24056,3320,'pyre_footer_100_width','default'),(24107,40,'_aioseo_title','CrossPoint Church #'),(24108,40,'_aioseo_description','Loving people where they are and helping them follow Jesus.'),(24109,40,'_aioseo_keywords','a:0:{}'),(24110,40,'_aioseo_og_title',NULL),(24111,40,'_aioseo_og_description',NULL),(24112,40,'_aioseo_og_article_section',NULL),(24113,40,'_aioseo_og_article_tags','a:0:{}'),(24114,40,'_aioseo_twitter_title',NULL),(24115,40,'_aioseo_twitter_description',NULL),(24116,2022,'_aioseo_title',NULL),(24117,2022,'_aioseo_description',NULL),(24118,2022,'_aioseo_keywords',''),(24119,2022,'_aioseo_og_title',NULL),(24120,2022,'_aioseo_og_description',NULL),(24121,2022,'_aioseo_og_article_section',''),(24122,2022,'_aioseo_og_article_tags',''),(24123,2022,'_aioseo_twitter_title',NULL),(24124,2022,'_aioseo_twitter_description',NULL),(24125,3327,'_wp_attached_file','2021/01/Note-page-part-2.pdf'),(24126,3337,'_wp_attached_file','2021/01/Note-page-part-3.pdf'),(24127,3348,'_wp_attached_file','2021/02/Jonah-Note-page-part-1.pdf'),(24128,2638,'_oembed_85faed5684ad5f7e20d022610e5b2115','{{unknown}}'),(24129,3353,'_wp_attached_file','2021/02/Note-page-part-2.pdf'),(24130,3358,'_wp_attached_file','2021/02/Note-page-part-3.pdf'),(24131,3363,'_wp_attached_file','2021/03/February-28-2021.pdf'),(24132,3366,'_wp_attached_file','2021/03/Note-page-part-4.pdf'),(24133,3372,'_wp_attached_file','2021/03/Sermon-notes-part-1.pdf'),(24134,3376,'_wp_attached_file','2021/03/March-14-2021.pdf'),(24135,3379,'_wp_attached_file','2021/03/March-21-2021.pdf'),(24140,3389,'_wp_attached_file','2021/03/March-28-2021.pdf'),(24141,3396,'_wp_attached_file','2021/04/April-4-2021.pdf'),(24142,3320,'_fusion','a:13:{s:17:\"page_options-hide\";s:17:\"pyre_page_options\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:7:\"sermons\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:2:\"no\";s:15:\"content_bg_full\";s:2:\"no\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(24143,1795,'_fusion','a:0:{}'),(24159,1228,'_fusion','a:16:{s:4:\"type\";s:5:\"image\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:27:\"Avada + The Events Calendar\";s:17:\"heading_font_size\";s:2:\"65\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:2:\"no\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:4:\"full\";s:10:\"slide_link\";s:21:\"https://mbsy.co/cLHpG\";s:12:\"slide_target\";s:3:\"yes\";s:8:\"button_1\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";s:8:\"button_2\";s:383:\"[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]\";}'),(24163,3403,'_wp_attached_file','2021/04/April-11-2021.pdf'),(24164,640,'_aioseo_title',NULL),(24165,640,'_aioseo_description',NULL),(24166,640,'_aioseo_keywords',''),(24167,640,'_aioseo_og_title',NULL),(24168,640,'_aioseo_og_description',NULL),(24169,640,'_aioseo_og_article_section',''),(24170,640,'_aioseo_og_article_tags',''),(24171,640,'_aioseo_twitter_title',NULL),(24172,640,'_aioseo_twitter_description',NULL),(24173,1354,'_aioseo_title','#post_title | #site_title'),(24174,1354,'_aioseo_description','#post_content'),(24175,1354,'_aioseo_keywords',''),(24176,1354,'_aioseo_og_title',NULL),(24177,1354,'_aioseo_og_description',NULL),(24178,1354,'_aioseo_og_article_section',''),(24179,1354,'_aioseo_og_article_tags',''),(24180,1354,'_aioseo_twitter_title',NULL),(24181,1354,'_aioseo_twitter_description',NULL),(24182,1354,'_fusion_google_fonts',''),(24183,611,'_aioseo_title',NULL),(24184,611,'_aioseo_description',NULL),(24185,611,'_aioseo_keywords',''),(24186,611,'_aioseo_og_title',NULL),(24187,611,'_aioseo_og_description',NULL),(24188,611,'_aioseo_og_article_section',''),(24189,611,'_aioseo_og_article_tags',''),(24190,611,'_aioseo_twitter_title',NULL),(24191,611,'_aioseo_twitter_description',NULL),(24192,609,'_aioseo_title',NULL),(24193,609,'_aioseo_description',NULL),(24194,609,'_aioseo_keywords',''),(24195,609,'_aioseo_og_title',NULL),(24196,609,'_aioseo_og_description',NULL),(24197,609,'_aioseo_og_article_section',''),(24198,609,'_aioseo_og_article_tags',''),(24199,609,'_aioseo_twitter_title',NULL),(24200,609,'_aioseo_twitter_description',NULL),(24201,609,'_fusion_google_fonts',''),(24202,12,'_aioseo_title',NULL),(24203,12,'_aioseo_description',NULL),(24204,12,'_aioseo_keywords',''),(24205,12,'_aioseo_og_title',NULL),(24206,12,'_aioseo_og_description',NULL),(24207,12,'_aioseo_og_article_section',''),(24208,12,'_aioseo_og_article_tags',''),(24209,12,'_aioseo_twitter_title',NULL),(24210,12,'_aioseo_twitter_description',NULL),(24211,1448,'_aioseo_title',NULL),(24212,1448,'_aioseo_description',NULL),(24213,1448,'_aioseo_keywords',''),(24214,1448,'_aioseo_og_title',NULL),(24215,1448,'_aioseo_og_description',NULL),(24216,1448,'_aioseo_og_article_section',''),(24217,1448,'_aioseo_og_article_tags',''),(24218,1448,'_aioseo_twitter_title',NULL),(24219,1448,'_aioseo_twitter_description',NULL),(24220,1448,'_fusion_google_fonts',''),(24229,3457,'_wp_attached_file','2017/12/ERQ8HplUEAAfOLM.jpg'),(24230,3457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:453;s:4:\"file\";s:27:\"2017/12/ERQ8HplUEAAfOLM.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-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:27:\"ERQ8HplUEAAfOLM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-680x441.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"ERQ8HplUEAAfOLM-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-680x400.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"ERQ8HplUEAAfOLM-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:{}}}'),(24231,3457,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.862658911043826748255014535970985889434814453125;s:5:\"bytes\";i:109444;s:11:\"size_before\";i:1234889;s:10:\"size_after\";i:1125445;s:4:\"time\";d:1.510000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4858;s:11:\"size_before\";i:52050;s:10:\"size_after\";i:47192;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:1955;s:11:\"size_before\";i:21733;s:10:\"size_after\";i:19778;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:11176;s:11:\"size_before\";i:128659;s:10:\"size_after\";i:117483;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5096;s:11:\"size_before\";i:56097;s:10:\"size_after\";i:51001;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:17286;s:11:\"size_before\";i:202067;s:10:\"size_after\";i:184781;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:509;s:11:\"size_before\";i:5884;s:10:\"size_after\";i:5375;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2455;s:11:\"size_before\";i:25725;s:10:\"size_after\";i:23270;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7741;s:11:\"size_before\";i:86267;s:10:\"size_after\";i:78526;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:15356;s:11:\"size_before\";i:168778;s:10:\"size_after\";i:153422;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:15904;s:11:\"size_before\";i:187547;s:10:\"size_after\";i:171643;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:10262;s:11:\"size_before\";i:113954;s:10:\"size_after\";i:103692;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:9546;s:11:\"size_before\";i:106352;s:10:\"size_after\";i:96806;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:55599;s:10:\"size_after\";i:50561;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2262;s:11:\"size_before\";i:24177;s:10:\"size_after\";i:21915;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(24232,3459,'_wp_attached_file','2017/12/this-one-e1618623978660.jpg'),(24233,3459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:392;s:4:\"file\";s:35:\"2017/12/this-one-e1618623978660.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"this-one-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"this-one-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"this-one-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"this-one-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"this-one-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:20:\"this-one-200x115.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:20:\"this-one-400x231.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:20:\"this-one-600x346.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"this-one-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"this-one-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"this-one-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"this-one-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:\"1618509795\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(24234,3459,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9359550900914488380522016086615622043609619140625;s:5:\"bytes\";i:71058;s:11:\"size_before\";i:795192;s:10:\"size_after\";i:724134;s:4:\"time\";d:1.3600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4288;s:11:\"size_before\";i:46415;s:10:\"size_after\";i:42127;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2006;s:11:\"size_before\";i:21877;s:10:\"size_after\";i:19871;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10744;s:11:\"size_before\";i:125759;s:10:\"size_after\";i:115015;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4968;s:11:\"size_before\";i:55398;s:10:\"size_after\";i:50430;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:509;s:11:\"size_before\";i:5958;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:23196;s:10:\"size_after\";i:21024;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7032;s:11:\"size_before\";i:75463;s:10:\"size_after\";i:68431;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:13468;s:11:\"size_before\";i:149835;s:10:\"size_after\";i:136367;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9695;s:11:\"size_before\";i:109529;s:10:\"size_after\";i:99834;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9165;s:11:\"size_before\";i:102840;s:10:\"size_after\";i:93675;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4793;s:11:\"size_before\";i:54556;s:10:\"size_after\";i:49763;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:24366;s:10:\"size_after\";i:22148;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(24238,3459,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:680;s:6:\"height\";i:392;s:4:\"file\";s:12:\"this-one.jpg\";}s:18:\"full-1618623978660\";a:3:{s:5:\"width\";i:680;s:6:\"height\";i:392;s:4:\"file\";s:27:\"this-one-e1618623954159.jpg\";}}'),(24239,1,'_fusion','a:0:{}'),(24241,3506,'_wp_attached_file','2021/04/image000000-scaled.jpg'),(24242,3506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:30:\"2021/04/image000000-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"image000000-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:24:\"image000000-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:23:\"image000000-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:\"image000000-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:24:\"image000000-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"image000000-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"image000000-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"image000000-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"image000000-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"image000000-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:23:\"image000000-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:23:\"image000000-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:23:\"image000000-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:23:\"image000000-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:24:\"image000000-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"image000000-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"image000000-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"image000000-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"image000000-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"image000000-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:\"image000000.jpg\";}'),(24243,3506,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2409561;s:11:\"size_before\";i:3359371;s:10:\"size_after\";i:949810;}'),(24244,3506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.5499405275071271859133048565126955509185791015625;s:5:\"bytes\";i:1377656;s:11:\"size_before\";i:8859558;s:10:\"size_after\";i:7481902;s:4:\"time\";d:4.0999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:15203;s:11:\"size_before\";i:78943;s:10:\"size_after\";i:63740;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:120033;s:11:\"size_before\";i:738347;s:10:\"size_after\";i:618314;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7115;s:11:\"size_before\";i:36872;s:10:\"size_after\";i:29757;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:75394;s:11:\"size_before\";i:440681;s:10:\"size_after\";i:365287;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:214376;s:11:\"size_before\";i:1478465;s:10:\"size_after\";i:1264089;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.25;s:5:\"bytes\";i:313960;s:11:\"size_before\";i:2369632;s:10:\"size_after\";i:2055672;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:44501;s:11:\"size_before\";i:252120;s:10:\"size_after\";i:207619;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:18500;s:11:\"size_before\";i:98607;s:10:\"size_after\";i:80107;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:70694;s:11:\"size_before\";i:414182;s:10:\"size_after\";i:343488;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1526;s:11:\"size_before\";i:8694;s:10:\"size_after\";i:7168;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7291;s:11:\"size_before\";i:36787;s:10:\"size_after\";i:29496;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:25028;s:11:\"size_before\";i:133412;s:10:\"size_after\";i:108384;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:50517;s:11:\"size_before\";i:285507;s:10:\"size_after\";i:234990;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:81017;s:11:\"size_before\";i:478760;s:10:\"size_after\";i:397743;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:152828;s:11:\"size_before\";i:980196;s:10:\"size_after\";i:827368;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:79425;s:11:\"size_before\";i:483523;s:10:\"size_after\";i:404098;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:38106;s:11:\"size_before\";i:209828;s:10:\"size_after\";i:171722;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:35824;s:11:\"size_before\";i:196371;s:10:\"size_after\";i:160547;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:18522;s:11:\"size_before\";i:98185;s:10:\"size_after\";i:79663;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:7796;s:11:\"size_before\";i:40446;s:10:\"size_after\";i:32650;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(24245,3507,'_wp_attached_file','2021/04/20210418_1624541-scaled.jpg'),(24246,3507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2021/04/20210418_1624541-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"20210418_1624541-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-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:\"20210418_1624541-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210418_1624541-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210418_1624541-2048x945.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"20210418_1624541-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:27:\"20210418_1624541-200x92.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-400x185.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-800x369.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:29:\"20210418_1624541-1200x554.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"20210418_1624541-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1618763094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00030902348578492\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"20210418_1624541.jpg\";}'),(24247,3507,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1119951;s:11:\"size_before\";i:1525060;s:10:\"size_after\";i:405109;}'),(24248,3507,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.010630309648615110518221626989543437957763671875;s:5:\"bytes\";i:508024;s:11:\"size_before\";i:3904684;s:10:\"size_after\";i:3396660;s:4:\"time\";d:1.570000000000000728306304154102690517902374267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4726;s:11:\"size_before\";i:34191;s:10:\"size_after\";i:29465;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:41035;s:11:\"size_before\";i:306042;s:10:\"size_after\";i:265007;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:20721;s:10:\"size_after\";i:17898;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:24464;s:11:\"size_before\";i:182773;s:10:\"size_after\";i:158309;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:80661;s:11:\"size_before\";i:634936;s:10:\"size_after\";i:554275;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:122730;s:11:\"size_before\";i:1012447;s:10:\"size_after\";i:889717;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:16872;s:11:\"size_before\";i:122823;s:10:\"size_after\";i:105951;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7081;s:11:\"size_before\";i:51677;s:10:\"size_after\";i:44596;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:28859;s:11:\"size_before\";i:213428;s:10:\"size_after\";i:184569;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:634;s:11:\"size_before\";i:5657;s:10:\"size_after\";i:5023;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2266;s:11:\"size_before\";i:16600;s:10:\"size_after\";i:14334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7795;s:11:\"size_before\";i:55699;s:10:\"size_after\";i:47904;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:16255;s:11:\"size_before\";i:117705;s:10:\"size_after\";i:101450;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:26626;s:11:\"size_before\";i:196401;s:10:\"size_after\";i:169775;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:54273;s:11:\"size_before\";i:413228;s:10:\"size_after\";i:358955;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:32436;s:11:\"size_before\";i:240983;s:10:\"size_after\";i:208547;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:14246;s:11:\"size_before\";i:103699;s:10:\"size_after\";i:89453;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:13885;s:11:\"size_before\";i:100918;s:10:\"size_after\";i:87033;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7397;s:11:\"size_before\";i:52540;s:10:\"size_after\";i:45143;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2960;s:11:\"size_before\";i:22216;s:10:\"size_after\";i:19256;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(24249,3508,'_wp_attached_file','2021/04/20210418_1624251-scaled.jpg'),(24250,3508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2021/04/20210418_1624251-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"20210418_1624251-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-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:\"20210418_1624251-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210418_1624251-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210418_1624251-2048x945.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"20210418_1624251-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:27:\"20210418_1624251-200x92.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-400x185.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-800x369.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:29:\"20210418_1624251-1200x554.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"20210418_1624251-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1618763065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00026497085320615\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"20210418_1624251.jpg\";}'),(24251,3508,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1523751;s:11:\"size_before\";i:2098248;s:10:\"size_after\";i:574497;}'),(24252,3508,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.21870920055659581748841446824371814727783203125;s:5:\"bytes\";i:699759;s:11:\"size_before\";i:5726947;s:10:\"size_after\";i:5027188;s:4:\"time\";d:2.280000000000000692779167366097681224346160888671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7633;s:11:\"size_before\";i:51396;s:10:\"size_after\";i:43763;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:55799;s:11:\"size_before\";i:448961;s:10:\"size_after\";i:393162;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:5059;s:11:\"size_before\";i:31593;s:10:\"size_after\";i:26534;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:36229;s:11:\"size_before\";i:273121;s:10:\"size_after\";i:236892;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:101081;s:11:\"size_before\";i:899680;s:10:\"size_after\";i:798599;s:4:\"time\";d:0.25;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:152292;s:11:\"size_before\";i:1452666;s:10:\"size_after\";i:1300374;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:27537;s:11:\"size_before\";i:196886;s:10:\"size_after\";i:169349;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12047;s:11:\"size_before\";i:79795;s:10:\"size_after\";i:67748;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:41430;s:11:\"size_before\";i:315192;s:10:\"size_after\";i:273762;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:7715;s:10:\"size_after\";i:6615;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3731;s:11:\"size_before\";i:24686;s:10:\"size_after\";i:20955;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:12763;s:11:\"size_before\";i:85694;s:10:\"size_after\";i:72931;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:24172;s:11:\"size_before\";i:176389;s:10:\"size_after\";i:152217;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:38207;s:11:\"size_before\";i:292470;s:10:\"size_after\";i:254263;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:70702;s:11:\"size_before\";i:592485;s:10:\"size_after\";i:521783;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:47568;s:11:\"size_before\";i:368873;s:10:\"size_after\";i:321305;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:22234;s:11:\"size_before\";i:159012;s:10:\"size_after\";i:136778;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:22313;s:11:\"size_before\";i:154678;s:10:\"size_after\";i:132365;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12303;s:11:\"size_before\";i:80802;s:10:\"size_after\";i:68499;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5559;s:11:\"size_before\";i:34853;s:10:\"size_after\";i:29294;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(24253,3509,'_wp_attached_file','2021/04/20210412_2045121-scaled.jpg'),(24254,3509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2021/04/20210412_2045121-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"20210412_2045121-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-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:\"20210412_2045121-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210412_2045121-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210412_2045121-2048x945.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"20210412_2045121-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:27:\"20210412_2045121-200x92.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-400x185.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-800x369.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:29:\"20210412_2045121-1200x554.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"20210412_2045121-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1618256589\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0020080321285141\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"20210412_2045121.jpg\";}'),(24255,3509,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1240147;s:11:\"size_before\";i:1703123;s:10:\"size_after\";i:462976;}'),(24256,3509,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.578805072151599375729347229935228824615478515625;s:5:\"bytes\";i:422248;s:11:\"size_before\";i:4408149;s:10:\"size_after\";i:3985901;s:4:\"time\";d:1.8000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:33620;s:10:\"size_after\";i:30727;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:33499;s:11:\"size_before\";i:352966;s:10:\"size_after\";i:319467;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:18242;s:10:\"size_after\";i:16718;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:19813;s:11:\"size_before\";i:206436;s:10:\"size_after\";i:186623;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:67907;s:11:\"size_before\";i:726615;s:10:\"size_after\";i:658708;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:115936;s:11:\"size_before\";i:1175479;s:10:\"size_after\";i:1059543;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:13827;s:11:\"size_before\";i:141404;s:10:\"size_after\";i:127577;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4662;s:11:\"size_before\";i:50700;s:10:\"size_after\";i:46038;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:22175;s:11:\"size_before\";i:229534;s:10:\"size_after\";i:207359;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:284;s:11:\"size_before\";i:4675;s:10:\"size_after\";i:4391;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1234;s:11:\"size_before\";i:15628;s:10:\"size_after\";i:14394;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5322;s:11:\"size_before\";i:57596;s:10:\"size_after\";i:52274;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:12470;s:11:\"size_before\";i:127955;s:10:\"size_after\";i:115485;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:21616;s:11:\"size_before\";i:222165;s:10:\"size_after\";i:200549;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:44702;s:11:\"size_before\";i:475656;s:10:\"size_after\";i:430954;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:27062;s:11:\"size_before\";i:282537;s:10:\"size_after\";i:255475;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10869;s:11:\"size_before\";i:112141;s:10:\"size_after\";i:101272;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10072;s:11:\"size_before\";i:104217;s:10:\"size_after\";i:94145;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4700;s:11:\"size_before\";i:50155;s:10:\"size_after\";i:45455;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1681;s:11:\"size_before\";i:20428;s:10:\"size_after\";i:18747;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(24257,3507,'_wp_attachment_is_custom_background','Avada'),(24261,3512,'_wp_attached_file','2017/12/20210418_162432-scaled.jpg'),(24262,3512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:554;s:4:\"file\";s:34:\"2017/12/20210418_162432-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20210418_162432-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20210418_162432-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20210418_162432-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:\"20210418_162432-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"20210418_162432-1536x709.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"20210418_162432-2048x945.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"20210418_162432-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"20210418_162432-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"20210418_162432-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"20210418_162432-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:26:\"20210418_162432-200x92.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:27:\"20210418_162432-400x185.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:27:\"20210418_162432-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:27:\"20210418_162432-800x369.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:28:\"20210418_162432-1200x554.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"20210418_162432-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"20210418_162432-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"20210418_162432-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"20210418_162432-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"20210418_162432-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1618763072\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00032195750160979\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210418_162432.jpg\";}'),(24263,3512,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1891199;s:11:\"size_before\";i:2576099;s:10:\"size_after\";i:684900;}'),(24264,3512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.8545090553840264391283199074678122997283935546875;s:5:\"bytes\";i:933713;s:11:\"size_before\";i:6739416;s:10:\"size_after\";i:5805703;s:4:\"time\";d:2.689999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:9184;s:11:\"size_before\";i:56900;s:10:\"size_after\";i:47716;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:76334;s:11:\"size_before\";i:529891;s:10:\"size_after\";i:453557;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5425;s:11:\"size_before\";i:32313;s:10:\"size_after\";i:26888;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:47428;s:11:\"size_before\";i:316487;s:10:\"size_after\";i:269059;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:142555;s:11:\"size_before\";i:1090347;s:10:\"size_after\";i:947792;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:212163;s:11:\"size_before\";i:1776626;s:10:\"size_after\";i:1564463;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:35044;s:11:\"size_before\";i:221492;s:10:\"size_after\";i:186448;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:13773;s:11:\"size_before\";i:84919;s:10:\"size_after\";i:71146;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:52144;s:11:\"size_before\";i:354306;s:10:\"size_after\";i:302162;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:7858;s:10:\"size_after\";i:6630;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4661;s:11:\"size_before\";i:27113;s:10:\"size_after\";i:22452;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15325;s:11:\"size_before\";i:95223;s:10:\"size_after\";i:79898;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:31062;s:11:\"size_before\";i:201682;s:10:\"size_after\";i:170620;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:50535;s:11:\"size_before\";i:338835;s:10:\"size_after\";i:288300;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:98692;s:11:\"size_before\";i:708687;s:10:\"size_after\";i:609995;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:63769;s:11:\"size_before\";i:427067;s:10:\"size_after\";i:363298;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:28565;s:11:\"size_before\";i:180940;s:10:\"size_after\";i:152375;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:25887;s:11:\"size_before\";i:167335;s:10:\"size_after\";i:141448;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:13894;s:11:\"size_before\";i:85527;s:10:\"size_after\";i:71633;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6045;s:11:\"size_before\";i:35868;s:10:\"size_after\";i:29823;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(24265,1357,'rs_page_bg_color',''),(24266,1357,'_aioseo_title',NULL),(24267,1357,'_aioseo_description',NULL),(24268,1357,'_aioseo_keywords',''),(24269,1357,'_aioseo_og_title',NULL),(24270,1357,'_aioseo_og_description',NULL),(24271,1357,'_aioseo_og_article_section',''),(24272,1357,'_aioseo_og_article_tags',''),(24273,1357,'_aioseo_twitter_title',NULL),(24274,1357,'_aioseo_twitter_description',NULL),(24275,1357,'_thumbnail_id','3515'),(24276,3515,'_wp_attached_file','2016/06/20210418_162454a-scaled.jpg'),(24277,3515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:498;s:4:\"file\";s:35:\"2016/06/20210418_162454a-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"20210418_162454a-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-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:\"20210418_162454a-768x319.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210418_162454a-1536x637.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210418_162454a-2048x849.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"20210418_162454a-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:27:\"20210418_162454a-200x83.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-400x166.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-600x249.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-800x332.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:29:\"20210418_162454a-1200x498.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"20210418_162454a-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1618763094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00030902348578492\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"20210418_162454a.jpg\";}'),(24278,3515,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1167368;s:11:\"size_before\";i:1559499;s:10:\"size_after\";i:392131;}'),(24279,3515,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.75247279324847937687081866897642612457275390625;s:5:\"bytes\";i:542039;s:11:\"size_before\";i:3941393;s:10:\"size_after\";i:3399354;s:4:\"time\";d:1.8900000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4397;s:11:\"size_before\";i:31522;s:10:\"size_after\";i:27125;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:40637;s:11:\"size_before\";i:295048;s:10:\"size_after\";i:254411;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2958;s:11:\"size_before\";i:21268;s:10:\"size_after\";i:18310;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:24510;s:11:\"size_before\";i:172444;s:10:\"size_after\";i:147934;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:86134;s:11:\"size_before\";i:628013;s:10:\"size_after\";i:541879;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:138571;s:11:\"size_before\";i:1048834;s:10:\"size_after\";i:910263;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:18538;s:11:\"size_before\";i:128887;s:10:\"size_after\";i:110349;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7735;s:11:\"size_before\";i:54863;s:10:\"size_after\";i:47128;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:32608;s:11:\"size_before\";i:232302;s:10:\"size_after\";i:199694;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:738;s:11:\"size_before\";i:6002;s:10:\"size_after\";i:5264;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:15934;s:10:\"size_after\";i:13832;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7377;s:11:\"size_before\";i:52194;s:10:\"size_after\";i:44817;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:15721;s:11:\"size_before\";i:110360;s:10:\"size_after\";i:94639;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:26461;s:11:\"size_before\";i:188554;s:10:\"size_after\";i:162093;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:55184;s:11:\"size_before\";i:400890;s:10:\"size_after\";i:345706;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:36133;s:11:\"size_before\";i:257270;s:10:\"size_after\";i:221137;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:15648;s:11:\"size_before\";i:109832;s:10:\"size_after\";i:94184;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15300;s:11:\"size_before\";i:108187;s:10:\"size_after\";i:92887;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7845;s:11:\"size_before\";i:55081;s:10:\"size_after\";i:47236;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:23908;s:10:\"size_after\";i:20466;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(24280,992,'_edit_lock','1619312503:1'),(24281,992,'_edit_last','1'),(24282,992,'_aioseo_title',NULL),(24283,992,'_aioseo_description',NULL),(24284,992,'_aioseo_keywords',''),(24285,992,'_aioseo_og_title',NULL),(24286,992,'_aioseo_og_description',NULL),(24287,992,'_aioseo_og_article_section',''),(24288,992,'_aioseo_og_article_tags',''),(24289,992,'_aioseo_twitter_title',NULL),(24290,992,'_aioseo_twitter_description',NULL),(24291,992,'rs_page_bg_color',''),(24292,990,'_aioseo_title',NULL),(24293,990,'_aioseo_description',NULL),(24294,990,'_aioseo_keywords',''),(24295,990,'_aioseo_og_title',NULL),(24296,990,'_aioseo_og_description',NULL),(24297,990,'_aioseo_og_article_section',''),(24298,990,'_aioseo_og_article_tags',''),(24299,990,'_aioseo_twitter_title',NULL),(24300,990,'_aioseo_twitter_description',NULL),(24301,990,'rs_page_bg_color',''),(24302,115,'_edit_last','1'),(24303,115,'_aioseo_title',NULL),(24304,115,'_aioseo_description',NULL),(24305,115,'_aioseo_keywords',''),(24306,115,'_aioseo_og_title',NULL),(24307,115,'_aioseo_og_description',NULL),(24308,115,'_aioseo_og_article_section',''),(24309,115,'_aioseo_og_article_tags',''),(24310,115,'_aioseo_twitter_title',NULL),(24311,115,'_aioseo_twitter_description',NULL),(24312,115,'rs_page_bg_color',''),(24313,3520,'_wp_attached_file','2021/04/April-25-2021.pdf'),(24314,3525,'_wp_attached_file','2021/05/May-2-2021.pdf'),(24315,3531,'_wp_attached_file','2021/05/May-9-2021.pdf'),(24316,3536,'_wp_attached_file','2021/05/May-16-2021.pdf'),(24317,3549,'_wp_attached_file','2021/06/May-23-2021.pdf'),(24318,3550,'_wp_attached_file','2021/06/May-30-2021.pdf'),(24319,3551,'_wp_attached_file','2021/06/June-6-2021.pdf'),(24320,3562,'_wp_attached_file','2021/06/June-13-2021.pdf'),(24321,3565,'_wp_attached_file','2021/06/June-20-2021.pdf'),(24322,3574,'_wp_attached_file','2021/06/June-27-2021.pdf'),(24323,3576,'_wp_attached_file','2021/06/PXL_20210618_130800113-scaled.jpg'),(24324,3576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:41:\"2021/06/PXL_20210618_130800113-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-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:\"PXL_20210618_130800113-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:34:\"PXL_20210618_130800113-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:\"PXL_20210618_130800113-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:35:\"PXL_20210618_130800113-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"PXL_20210618_130800113-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"PXL_20210618_130800113-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:35:\"PXL_20210618_130800113-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"PXL_20210618_130800113-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Pixel 3a\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623996480\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:2:\"75\";s:13:\"shutter_speed\";s:8:\"0.000469\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"PXL_20210618_130800113.jpg\";}'),(24325,3576,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1534194;s:11:\"size_before\";i:2190426;s:10:\"size_after\";i:656232;}'),(24326,3576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.1957836021272552073924089199863374233245849609375;s:5:\"bytes\";i:877207;s:11:\"size_before\";i:5772700;s:10:\"size_after\";i:4895493;s:4:\"time\";d:1.750000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:20:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6465;s:11:\"size_before\";i:44881;s:10:\"size_after\";i:38416;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:80046;s:11:\"size_before\";i:484846;s:10:\"size_after\";i:404800;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2896;s:11:\"size_before\";i:21098;s:10:\"size_after\";i:18202;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:47263;s:11:\"size_before\";i:282442;s:10:\"size_after\";i:235179;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:149259;s:11:\"size_before\";i:979301;s:10:\"size_after\";i:830042;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:209239;s:11:\"size_before\";i:1569775;s:10:\"size_after\";i:1360536;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:23100;s:11:\"size_before\";i:151667;s:10:\"size_after\";i:128567;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8616;s:11:\"size_before\";i:58139;s:10:\"size_after\";i:49523;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:45066;s:11:\"size_before\";i:269382;s:10:\"size_after\";i:224316;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:444;s:11:\"size_before\";i:5117;s:10:\"size_after\";i:4673;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:20293;s:10:\"size_after\";i:17740;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:12127;s:11:\"size_before\";i:78867;s:10:\"size_after\";i:66740;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:29316;s:11:\"size_before\";i:180210;s:10:\"size_after\";i:150894;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:52495;s:11:\"size_before\";i:316276;s:10:\"size_after\";i:263781;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:108749;s:11:\"size_before\";i:674559;s:10:\"size_after\";i:565810;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:48444;s:11:\"size_before\";i:307805;s:10:\"size_after\";i:259361;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:20022;s:11:\"size_before\";i:126659;s:10:\"size_after\";i:106637;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19354;s:11:\"size_before\";i:120654;s:10:\"size_after\";i:101300;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8684;s:11:\"size_before\";i:57854;s:10:\"size_after\";i:49170;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3069;s:11:\"size_before\";i:22875;s:10:\"size_after\";i:19806;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(24327,3582,'_wp_attached_file','2021/07/July-4-2021.pdf'),(24328,3583,'_wp_attached_file','2021/07/July-7-2021.pdf'),(24329,3597,'_wp_attached_file','2021/08/Note-page-part-3.pdf'),(24330,3605,'_wp_attached_file','2021/08/August-8-2021.pdf'),(24331,3606,'_wp_attached_file','2021/08/August-1-2021.pdf'),(24332,3609,'_wp_attached_file','2021/08/August-15-2021.pdf'),(24333,3612,'_wp_attached_file','2021/08/Note-page-part-4.pdf'),(24334,3616,'_wp_attached_file','2021/08/August-22-2021.pdf'),(24335,3618,'_wp_attached_file','2021/08/Note-page-part-5.pdf'),(24336,2638,'_oembed_cf8a9adfa30dc6b5e227f9636764b51e','{{unknown}}'),(24337,3623,'_wp_attached_file','2021/09/August-29-2021.pdf'),(24338,3626,'_wp_attached_file','2021/09/Note-page-part-6.pdf'),(24339,3632,'_wp_attached_file','2021/09/September-5-2021.pdf'),(24340,3634,'_wp_attached_file','2021/09/Note-page-part-7.pdf'),(24341,3639,'_wp_attached_file','2021/09/September-12-2021.pdf'),(24342,3640,'_wp_attached_file','2021/09/September-19-2021.pdf'),(24343,3646,'_wp_attached_file','2021/09/September-26-2021.pdf'),(24344,3652,'_wp_attached_file','2021/10/October-3-2021.pdf'),(24347,3661,'_wp_attached_file','2021/10/October-17-2021.pdf'),(24348,3662,'_wp_attached_file','2021/10/October-10-2021.pdf'),(24349,3669,'_wp_attached_file','2021/10/October-24-2021.pdf'),(24351,2638,'avada_post_views_count','391592'),(24352,2638,'avada_today_post_views_count','3'),(24353,2638,'avada_post_views_count_today_date','20-09-2025'),(24354,3674,'_wp_attached_file','2021/10/October-31-2021.pdf'),(24355,1951,'avada_post_views_count','293'),(24356,1951,'avada_today_post_views_count','1'),(24357,1951,'avada_post_views_count_today_date','09-09-2025'),(24358,40,'avada_post_views_count','134629'),(24359,40,'avada_today_post_views_count','30'),(24360,40,'avada_post_views_count_today_date','21-09-2025'),(24364,1468,'avada_post_views_count','5598'),(24365,1468,'avada_today_post_views_count','1'),(24366,1468,'avada_post_views_count_today_date','21-09-2025'),(24367,2242,'avada_post_views_count','202'),(24368,2242,'avada_today_post_views_count','2'),(24369,2242,'avada_post_views_count_today_date','08-09-2025'),(24370,2962,'avada_post_views_count','246'),(24371,2962,'avada_today_post_views_count','1'),(24372,2962,'avada_post_views_count_today_date','21-09-2025'),(24373,847,'avada_post_views_count','27190'),(24374,847,'avada_today_post_views_count','15'),(24375,847,'avada_post_views_count_today_date','21-09-2025'),(24376,1394,'avada_post_views_count','166'),(24377,1394,'avada_today_post_views_count','1'),(24378,1394,'avada_post_views_count_today_date','09-09-2025'),(24379,2802,'avada_post_views_count','242'),(24380,2802,'avada_today_post_views_count','1'),(24381,2802,'avada_post_views_count_today_date','09-09-2025'),(24382,2082,'avada_post_views_count','156'),(24383,2082,'avada_today_post_views_count','2'),(24384,2082,'avada_post_views_count_today_date','08-09-2025'),(24385,2788,'avada_post_views_count','254'),(24386,2788,'avada_today_post_views_count','1'),(24387,2788,'avada_post_views_count_today_date','19-09-2025'),(24388,2760,'avada_post_views_count','75'),(24389,2760,'avada_today_post_views_count','1'),(24390,2760,'avada_post_views_count_today_date','03-10-2023'),(24391,3109,'avada_post_views_count','91'),(24392,3109,'avada_today_post_views_count','1'),(24393,3109,'avada_post_views_count_today_date','10-10-2023'),(24394,1458,'avada_post_views_count','5547'),(24395,1458,'avada_today_post_views_count','1'),(24396,1458,'avada_post_views_count_today_date','21-09-2025'),(24397,1992,'avada_post_views_count','162'),(24398,1992,'avada_today_post_views_count','2'),(24399,1992,'avada_post_views_count_today_date','08-09-2025'),(24400,1530,'avada_post_views_count','118'),(24401,1530,'avada_today_post_views_count','1'),(24402,1530,'avada_post_views_count_today_date','08-09-2025'),(24403,2353,'avada_post_views_count','191'),(24404,2353,'avada_today_post_views_count','1'),(24405,2353,'avada_post_views_count_today_date','12-09-2025'),(24406,2017,'avada_post_views_count','250'),(24407,2017,'avada_today_post_views_count','1'),(24408,2017,'avada_post_views_count_today_date','12-09-2025'),(24409,3520,'avada_post_views_count','199'),(24410,3520,'avada_today_post_views_count','2'),(24411,3520,'avada_post_views_count_today_date','08-09-2025'),(24412,1462,'avada_post_views_count','5444'),(24413,1462,'avada_today_post_views_count','4'),(24414,1462,'avada_post_views_count_today_date','20-09-2025'),(24415,2248,'avada_post_views_count','151'),(24416,2248,'avada_today_post_views_count','1'),(24417,2248,'avada_post_views_count_today_date','08-09-2025'),(24418,2094,'avada_post_views_count','204'),(24419,2094,'avada_today_post_views_count','2'),(24420,2094,'avada_post_views_count_today_date','08-09-2025'),(24421,1741,'avada_post_views_count','161'),(24422,1741,'avada_today_post_views_count','1'),(24423,1741,'avada_post_views_count_today_date','11-09-2025'),(24424,12,'avada_post_views_count','5630'),(24425,12,'avada_today_post_views_count','4'),(24426,12,'avada_post_views_count_today_date','20-09-2025'),(24427,2112,'avada_post_views_count','269'),(24428,2112,'avada_today_post_views_count','1'),(24429,2112,'avada_post_views_count_today_date','10-09-2025'),(24430,3029,'avada_post_views_count','126'),(24431,3029,'avada_today_post_views_count','2'),(24432,3029,'avada_post_views_count_today_date','09-09-2025'),(24433,2010,'avada_post_views_count','210'),(24434,2010,'avada_today_post_views_count','1'),(24435,2010,'avada_post_views_count_today_date','10-09-2025'),(24436,2301,'avada_post_views_count','214'),(24437,2301,'avada_today_post_views_count','1'),(24438,2301,'avada_post_views_count_today_date','10-09-2025'),(24439,2033,'avada_post_views_count','201'),(24440,2033,'avada_today_post_views_count','2'),(24441,2033,'avada_post_views_count_today_date','10-09-2025'),(24442,1441,'avada_post_views_count','6800'),(24443,1441,'avada_today_post_views_count','8'),(24444,1441,'avada_post_views_count_today_date','20-09-2025'),(24445,2281,'avada_post_views_count','186'),(24446,2281,'avada_today_post_views_count','1'),(24447,2281,'avada_post_views_count_today_date','11-09-2025'),(24448,2799,'avada_post_views_count','170'),(24449,2799,'avada_today_post_views_count','2'),(24450,2799,'avada_post_views_count_today_date','11-09-2025'),(24451,3652,'avada_post_views_count','187'),(24452,3652,'avada_today_post_views_count','4'),(24453,3652,'avada_post_views_count_today_date','08-09-2025'),(24454,1453,'avada_post_views_count','354'),(24455,1453,'avada_today_post_views_count','1'),(24456,1453,'avada_post_views_count_today_date','21-09-2025'),(24457,1564,'avada_post_views_count','217'),(24458,1564,'avada_today_post_views_count','1'),(24459,1564,'avada_post_views_count_today_date','10-09-2025'),(24460,1393,'avada_post_views_count','630'),(24461,1393,'avada_today_post_views_count','1'),(24462,1393,'avada_post_views_count_today_date','11-09-2025'),(24463,3128,'avada_post_views_count','202'),(24464,3128,'avada_today_post_views_count','1'),(24465,3128,'avada_post_views_count_today_date','09-09-2025'),(24466,2169,'avada_post_views_count','206'),(24467,2169,'avada_today_post_views_count','1'),(24468,2169,'avada_post_views_count_today_date','10-09-2025'),(24469,1347,'avada_post_views_count','216'),(24470,1347,'avada_today_post_views_count','2'),(24471,1347,'avada_post_views_count_today_date','08-09-2025'),(24472,2689,'avada_post_views_count','255'),(24473,2689,'avada_today_post_views_count','1'),(24474,2689,'avada_post_views_count_today_date','21-09-2025'),(24475,665,'avada_post_views_count','267'),(24476,665,'avada_today_post_views_count','1'),(24477,665,'avada_post_views_count_today_date','10-09-2025'),(24478,1670,'avada_post_views_count','228'),(24479,1670,'avada_today_post_views_count','1'),(24480,1670,'avada_post_views_count_today_date','11-09-2025'),(24481,2043,'avada_post_views_count','174'),(24482,2043,'avada_today_post_views_count','2'),(24483,2043,'avada_post_views_count_today_date','08-09-2025'),(24484,1629,'avada_post_views_count','205'),(24485,1629,'avada_today_post_views_count','3'),(24486,1629,'avada_post_views_count_today_date','09-09-2025'),(24487,609,'avada_post_views_count','6753'),(24488,609,'avada_today_post_views_count','3'),(24489,609,'avada_post_views_count_today_date','21-09-2025'),(24490,611,'avada_post_views_count','6605'),(24491,611,'avada_today_post_views_count','1'),(24492,611,'avada_post_views_count_today_date','21-09-2025'),(24493,1772,'avada_post_views_count','198'),(24494,1772,'avada_today_post_views_count','1'),(24495,1772,'avada_post_views_count_today_date','11-09-2025'),(24496,1354,'avada_post_views_count','7034'),(24497,1354,'avada_today_post_views_count','4'),(24498,1354,'avada_post_views_count_today_date','21-09-2025'),(24499,2326,'avada_post_views_count','146'),(24500,2326,'avada_today_post_views_count','1'),(24501,2326,'avada_post_views_count_today_date','10-09-2025'),(24502,2277,'avada_post_views_count','199'),(24503,2277,'avada_today_post_views_count','1'),(24504,2277,'avada_post_views_count_today_date','08-09-2025'),(24505,2778,'avada_post_views_count','174'),(24506,2778,'avada_today_post_views_count','1'),(24507,2778,'avada_post_views_count_today_date','10-09-2025'),(24508,1448,'avada_post_views_count','4931'),(24509,1448,'avada_today_post_views_count','2'),(24510,1448,'avada_post_views_count_today_date','20-09-2025'),(24511,651,'avada_post_views_count','804'),(24512,651,'avada_today_post_views_count','1'),(24513,651,'avada_post_views_count_today_date','08-09-2025'),(24514,2869,'avada_post_views_count','175'),(24515,2869,'avada_today_post_views_count','3'),(24516,2869,'avada_post_views_count_today_date','08-09-2025'),(24517,1725,'avada_post_views_count','185'),(24518,1725,'avada_today_post_views_count','1'),(24519,1725,'avada_post_views_count_today_date','09-09-2025'),(24520,2896,'avada_post_views_count','161'),(24521,2896,'avada_today_post_views_count','1'),(24522,2896,'avada_post_views_count_today_date','09-09-2025'),(24523,2309,'avada_post_views_count','241'),(24524,2309,'avada_today_post_views_count','1'),(24525,2309,'avada_post_views_count_today_date','10-09-2025'),(24526,2670,'avada_post_views_count','172'),(24527,2670,'avada_today_post_views_count','1'),(24528,2670,'avada_post_views_count_today_date','10-09-2025'),(24529,1868,'avada_post_views_count','230'),(24530,1868,'avada_today_post_views_count','3'),(24531,1868,'avada_post_views_count_today_date','08-09-2025'),(24532,649,'avada_post_views_count','279'),(24533,649,'avada_today_post_views_count','2'),(24534,649,'avada_post_views_count_today_date','10-09-2025'),(24535,3087,'avada_post_views_count','158'),(24536,3087,'avada_today_post_views_count','1'),(24537,3087,'avada_post_views_count_today_date','10-09-2025'),(24538,2397,'avada_post_views_count','219'),(24539,2397,'avada_today_post_views_count','1'),(24540,2397,'avada_post_views_count_today_date','10-09-2025'),(24541,3626,'avada_post_views_count','80'),(24542,3626,'avada_today_post_views_count','1'),(24543,3626,'avada_post_views_count_today_date','03-10-2023'),(24544,644,'avada_post_views_count','326'),(24545,644,'avada_today_post_views_count','1'),(24546,644,'avada_post_views_count_today_date','21-09-2025'),(24547,2801,'avada_post_views_count','150'),(24548,2801,'avada_today_post_views_count','3'),(24549,2801,'avada_post_views_count_today_date','08-09-2025'),(24550,3606,'avada_post_views_count','196'),(24551,3606,'avada_today_post_views_count','1'),(24552,3606,'avada_post_views_count_today_date','08-09-2025'),(24553,2107,'avada_post_views_count','181'),(24554,2107,'avada_today_post_views_count','1'),(24555,2107,'avada_post_views_count_today_date','12-09-2025'),(24556,2674,'avada_post_views_count','245'),(24557,2674,'avada_today_post_views_count','1'),(24558,2674,'avada_post_views_count_today_date','12-09-2025'),(24559,1936,'avada_post_views_count','169'),(24560,1936,'avada_today_post_views_count','1'),(24561,1936,'avada_post_views_count_today_date','10-09-2025'),(24562,1886,'avada_post_views_count','208'),(24563,1886,'avada_today_post_views_count','1'),(24564,1886,'avada_post_views_count_today_date','11-09-2025'),(24565,1894,'avada_post_views_count','196'),(24566,1894,'avada_today_post_views_count','1'),(24567,1894,'avada_post_views_count_today_date','09-09-2025'),(24568,1777,'avada_post_views_count','203'),(24569,1777,'avada_today_post_views_count','2'),(24570,1777,'avada_post_views_count_today_date','09-09-2025'),(24571,2901,'avada_post_views_count','221'),(24572,2901,'avada_today_post_views_count','1'),(24573,2901,'avada_post_views_count_today_date','20-09-2025'),(24574,655,'avada_post_views_count','276'),(24575,655,'avada_today_post_views_count','2'),(24576,655,'avada_post_views_count_today_date','06-09-2025'),(24577,2369,'avada_post_views_count','182'),(24578,2369,'avada_today_post_views_count','1'),(24579,2369,'avada_post_views_count_today_date','10-09-2025'),(24580,1707,'avada_post_views_count','164'),(24581,1707,'avada_today_post_views_count','2'),(24582,1707,'avada_post_views_count_today_date','09-09-2025'),(24583,2787,'avada_post_views_count','270'),(24584,2787,'avada_today_post_views_count','1'),(24585,2787,'avada_post_views_count_today_date','20-09-2025'),(24586,2237,'avada_post_views_count','203'),(24587,2237,'avada_today_post_views_count','1'),(24588,2237,'avada_post_views_count_today_date','09-09-2025'),(24589,3358,'avada_post_views_count','68'),(24590,3358,'avada_today_post_views_count','1'),(24591,3358,'avada_post_views_count_today_date','05-10-2023'),(24592,1654,'avada_post_views_count','232'),(24593,1654,'avada_today_post_views_count','1'),(24594,1654,'avada_post_views_count_today_date','19-09-2025'),(24595,1485,'avada_post_views_count','229'),(24596,1485,'avada_today_post_views_count','1'),(24597,1485,'avada_post_views_count_today_date','09-09-2025'),(24598,1627,'avada_post_views_count','260'),(24599,1627,'avada_today_post_views_count','1'),(24600,1627,'avada_post_views_count_today_date','19-09-2025'),(24601,2081,'avada_post_views_count','190'),(24602,2081,'avada_today_post_views_count','2'),(24603,2081,'avada_post_views_count_today_date','08-09-2025'),(24604,2092,'avada_post_views_count','188'),(24605,2092,'avada_today_post_views_count','3'),(24606,2092,'avada_post_views_count_today_date','08-09-2025'),(24607,1990,'avada_post_views_count','157'),(24608,1990,'avada_today_post_views_count','3'),(24609,1990,'avada_post_views_count_today_date','08-09-2025'),(24610,2102,'avada_post_views_count','178'),(24611,2102,'avada_today_post_views_count','1'),(24612,2102,'avada_post_views_count_today_date','10-09-2025'),(24613,2338,'avada_post_views_count','237'),(24614,2338,'avada_today_post_views_count','1'),(24615,2338,'avada_post_views_count_today_date','11-09-2025'),(24616,1659,'avada_post_views_count','199'),(24617,1659,'avada_today_post_views_count','2'),(24618,1659,'avada_post_views_count_today_date','09-09-2025'),(24619,1481,'avada_post_views_count','179'),(24620,1481,'avada_today_post_views_count','1'),(24621,1481,'avada_post_views_count_today_date','09-09-2025'),(24622,2158,'avada_post_views_count','185'),(24623,2158,'avada_today_post_views_count','2'),(24624,2158,'avada_post_views_count_today_date','11-09-2025'),(24625,2310,'avada_post_views_count','178'),(24626,2310,'avada_today_post_views_count','3'),(24627,2310,'avada_post_views_count_today_date','08-09-2025'),(24628,3640,'avada_post_views_count','200'),(24629,3640,'avada_today_post_views_count','1'),(24630,3640,'avada_post_views_count_today_date','20-09-2025'),(24631,1344,'avada_post_views_count','260'),(24632,1344,'avada_today_post_views_count','2'),(24633,1344,'avada_post_views_count_today_date','11-09-2025'),(24634,1649,'avada_post_views_count','204'),(24635,1649,'avada_today_post_views_count','1'),(24636,1649,'avada_post_views_count_today_date','20-09-2025'),(24637,2406,'avada_post_views_count','201'),(24638,2406,'avada_today_post_views_count','1'),(24639,2406,'avada_post_views_count_today_date','10-09-2025'),(24640,2253,'avada_post_views_count','165'),(24641,2253,'avada_today_post_views_count','2'),(24642,2253,'avada_post_views_count_today_date','08-09-2025'),(24643,3646,'avada_post_views_count','195'),(24644,3646,'avada_today_post_views_count','1'),(24645,3646,'avada_post_views_count_today_date','20-09-2025'),(24646,2715,'avada_post_views_count','277'),(24647,2715,'avada_today_post_views_count','2'),(24648,2715,'avada_post_views_count_today_date','08-09-2025'),(24649,2212,'avada_post_views_count','211'),(24650,2212,'avada_today_post_views_count','1'),(24651,2212,'avada_post_views_count_today_date','11-09-2025'),(24652,1650,'avada_post_views_count','227'),(24653,1650,'avada_today_post_views_count','3'),(24654,1650,'avada_post_views_count_today_date','11-09-2025'),(24655,3525,'avada_post_views_count','182'),(24656,3525,'avada_today_post_views_count','1'),(24657,3525,'avada_post_views_count_today_date','09-09-2025'),(24658,2696,'avada_post_views_count','191'),(24659,2696,'avada_today_post_views_count','1'),(24660,2696,'avada_post_views_count_today_date','21-09-2025'),(24661,2789,'avada_post_views_count','245'),(24662,2789,'avada_today_post_views_count','1'),(24663,2789,'avada_post_views_count_today_date','21-09-2025'),(24664,3597,'avada_post_views_count','78'),(24665,3597,'avada_today_post_views_count','2'),(24666,3597,'avada_post_views_count_today_date','04-10-2023'),(24667,3147,'avada_post_views_count','300'),(24668,3147,'avada_today_post_views_count','1'),(24669,3147,'avada_post_views_count_today_date','21-09-2025'),(24670,1383,'avada_post_views_count','226'),(24671,1383,'avada_today_post_views_count','1'),(24672,1383,'avada_post_views_count_today_date','11-09-2025'),(24673,2245,'avada_post_views_count','152'),(24674,2245,'avada_today_post_views_count','1'),(24675,2245,'avada_post_views_count_today_date','11-09-2025'),(24676,3376,'avada_post_views_count','215'),(24677,3376,'avada_today_post_views_count','1'),(24678,3376,'avada_post_views_count_today_date','10-09-2025'),(24679,2455,'avada_post_views_count','223'),(24680,2455,'avada_today_post_views_count','2'),(24681,2455,'avada_post_views_count_today_date','10-09-2025'),(24682,1401,'avada_post_views_count','265'),(24683,1401,'avada_today_post_views_count','1'),(24684,1401,'avada_post_views_count_today_date','09-09-2025'),(24685,1635,'avada_post_views_count','221'),(24686,1635,'avada_today_post_views_count','1'),(24687,1635,'avada_post_views_count_today_date','20-09-2025'),(24688,1624,'avada_post_views_count','209'),(24689,1624,'avada_today_post_views_count','1'),(24690,1624,'avada_post_views_count_today_date','19-09-2025'),(24691,1591,'avada_post_views_count','249'),(24692,1591,'avada_today_post_views_count','1'),(24693,1591,'avada_post_views_count_today_date','10-09-2025'),(24694,2323,'avada_post_views_count','198'),(24695,2323,'avada_today_post_views_count','3'),(24696,2323,'avada_post_views_count_today_date','08-09-2025'),(24697,2028,'avada_post_views_count','178'),(24698,2028,'avada_today_post_views_count','1'),(24699,2028,'avada_post_views_count_today_date','11-09-2025'),(24700,2160,'avada_post_views_count','239'),(24701,2160,'avada_today_post_views_count','1'),(24702,2160,'avada_post_views_count_today_date','10-09-2025'),(24703,3618,'avada_post_views_count','105'),(24704,3618,'avada_today_post_views_count','1'),(24705,3618,'avada_post_views_count_today_date','06-10-2023'),(24706,2800,'avada_post_views_count','248'),(24707,2800,'avada_today_post_views_count','1'),(24708,2800,'avada_post_views_count_today_date','21-09-2025'),(24709,1625,'avada_post_views_count','234'),(24710,1625,'avada_today_post_views_count','1'),(24711,1625,'avada_post_views_count_today_date','19-09-2025'),(24712,2776,'avada_post_views_count','256'),(24713,2776,'avada_today_post_views_count','1'),(24714,2776,'avada_post_views_count_today_date','08-09-2025'),(24715,1976,'avada_post_views_count','157'),(24716,1976,'avada_today_post_views_count','1'),(24717,1976,'avada_post_views_count_today_date','04-09-2025'),(24718,2775,'avada_post_views_count','174'),(24719,2775,'avada_today_post_views_count','1'),(24720,2775,'avada_post_views_count_today_date','11-09-2025'),(24721,2709,'avada_post_views_count','328'),(24722,2709,'avada_today_post_views_count','1'),(24723,2709,'avada_post_views_count_today_date','20-09-2025'),(24724,3506,'avada_post_views_count','213'),(24725,3506,'avada_today_post_views_count','1'),(24726,3506,'avada_post_views_count_today_date','11-09-2025'),(24727,2699,'avada_post_views_count','411'),(24728,2699,'avada_today_post_views_count','1'),(24729,2699,'avada_post_views_count_today_date','20-09-2025'),(24730,1719,'avada_post_views_count','167'),(24731,1719,'avada_today_post_views_count','1'),(24732,1719,'avada_post_views_count_today_date','08-09-2025'),(24733,2239,'avada_post_views_count','179'),(24734,2239,'avada_today_post_views_count','1'),(24735,2239,'avada_post_views_count_today_date','10-09-2025'),(24736,2960,'avada_post_views_count','221'),(24737,2960,'avada_today_post_views_count','3'),(24738,2960,'avada_post_views_count_today_date','08-09-2025'),(24739,3208,'avada_post_views_count','174'),(24740,3208,'avada_today_post_views_count','1'),(24741,3208,'avada_post_views_count_today_date','11-09-2025'),(24742,2983,'avada_post_views_count','105'),(24743,2983,'avada_today_post_views_count','1'),(24744,2983,'avada_post_views_count_today_date','10-10-2023'),(24745,2796,'avada_post_views_count','246'),(24746,2796,'avada_today_post_views_count','1'),(24747,2796,'avada_post_views_count_today_date','19-09-2025'),(24748,2048,'avada_post_views_count','235'),(24749,2048,'avada_today_post_views_count','1'),(24750,2048,'avada_post_views_count_today_date','11-09-2025'),(24751,2968,'avada_post_views_count','221'),(24752,2968,'avada_today_post_views_count','1'),(24753,2968,'avada_post_views_count_today_date','08-09-2025'),(24754,3616,'avada_post_views_count','249'),(24755,3616,'avada_today_post_views_count','1'),(24756,3616,'avada_post_views_count_today_date','21-09-2025'),(24757,2140,'avada_post_views_count','181'),(24758,2140,'avada_today_post_views_count','3'),(24759,2140,'avada_post_views_count_today_date','08-09-2025'),(24760,2121,'avada_post_views_count','238'),(24761,2121,'avada_today_post_views_count','1'),(24762,2121,'avada_post_views_count_today_date','20-09-2025'),(24763,1988,'avada_post_views_count','181'),(24764,1988,'avada_today_post_views_count','1'),(24765,1988,'avada_post_views_count_today_date','10-09-2025'),(24766,2337,'avada_post_views_count','204'),(24767,2337,'avada_today_post_views_count','1'),(24768,2337,'avada_post_views_count_today_date','10-09-2025'),(24769,2144,'avada_post_views_count','198'),(24770,2144,'avada_today_post_views_count','1'),(24771,2144,'avada_post_views_count_today_date','10-09-2025'),(24772,1350,'avada_post_views_count','167'),(24773,1350,'avada_today_post_views_count','1'),(24774,1350,'avada_post_views_count_today_date','09-09-2025'),(24775,1341,'avada_post_views_count','260'),(24776,1341,'avada_today_post_views_count','1'),(24777,1341,'avada_post_views_count_today_date','20-09-2025'),(24778,2133,'avada_post_views_count','144'),(24779,2133,'avada_today_post_views_count','1'),(24780,2133,'avada_post_views_count_today_date','11-09-2025'),(24781,3161,'avada_post_views_count','63'),(24782,3161,'avada_today_post_views_count','1'),(24783,3161,'avada_post_views_count_today_date','13-09-2023'),(24784,1722,'avada_post_views_count','145'),(24785,1722,'avada_today_post_views_count','1'),(24786,1722,'avada_post_views_count_today_date','09-09-2025'),(24787,1586,'avada_post_views_count','211'),(24788,1586,'avada_today_post_views_count','1'),(24789,1586,'avada_post_views_count_today_date','11-09-2025'),(24790,3173,'avada_post_views_count','159'),(24791,3173,'avada_today_post_views_count','1'),(24792,3173,'avada_post_views_count_today_date','10-09-2025'),(24793,1981,'avada_post_views_count','195'),(24794,1981,'avada_today_post_views_count','2'),(24795,1981,'avada_post_views_count_today_date','08-09-2025'),(24796,1998,'avada_post_views_count','175'),(24797,1998,'avada_today_post_views_count','2'),(24798,1998,'avada_post_views_count_today_date','08-09-2025'),(24799,1619,'avada_post_views_count','227'),(24800,1619,'avada_today_post_views_count','1'),(24801,1619,'avada_post_views_count_today_date','11-09-2025'),(24802,2783,'avada_post_views_count','254'),(24803,2783,'avada_today_post_views_count','1'),(24804,2783,'avada_post_views_count_today_date','11-09-2025'),(24805,1618,'avada_post_views_count','241'),(24806,1618,'avada_today_post_views_count','2'),(24807,1618,'avada_post_views_count_today_date','08-09-2025'),(24808,3512,'avada_post_views_count','291'),(24809,3512,'avada_today_post_views_count','1'),(24810,3512,'avada_post_views_count_today_date','21-09-2025'),(24811,2990,'avada_post_views_count','249'),(24812,2990,'avada_today_post_views_count','2'),(24813,2990,'avada_post_views_count_today_date','20-09-2025'),(24814,2091,'avada_post_views_count','162'),(24815,2091,'avada_today_post_views_count','1'),(24816,2091,'avada_post_views_count_today_date','09-09-2025'),(24817,1587,'avada_post_views_count','181'),(24818,1587,'avada_today_post_views_count','3'),(24819,1587,'avada_post_views_count_today_date','08-09-2025'),(24820,2351,'avada_post_views_count','203'),(24821,2351,'avada_today_post_views_count','2'),(24822,2351,'avada_post_views_count_today_date','08-09-2025'),(24823,2135,'avada_post_views_count','180'),(24824,2135,'avada_today_post_views_count','1'),(24825,2135,'avada_post_views_count_today_date','08-09-2025'),(24826,1628,'avada_post_views_count','228'),(24827,1628,'avada_today_post_views_count','1'),(24828,1628,'avada_post_views_count_today_date','19-09-2025'),(24829,1617,'avada_post_views_count','242'),(24830,1617,'avada_today_post_views_count','1'),(24831,1617,'avada_post_views_count_today_date','19-09-2025'),(24832,1345,'avada_post_views_count','198'),(24833,1345,'avada_today_post_views_count','1'),(24834,1345,'avada_post_views_count_today_date','11-09-2025'),(24835,3062,'avada_post_views_count','227'),(24836,3062,'avada_today_post_views_count','1'),(24837,3062,'avada_post_views_count_today_date','11-09-2025'),(24838,1540,'avada_post_views_count','177'),(24839,1540,'avada_today_post_views_count','1'),(24840,1540,'avada_post_views_count_today_date','10-09-2025'),(24841,3120,'avada_post_views_count','251'),(24842,3120,'avada_today_post_views_count','3'),(24843,3120,'avada_post_views_count_today_date','08-09-2025'),(24844,2280,'avada_post_views_count','172'),(24845,2280,'avada_today_post_views_count','1'),(24846,2280,'avada_post_views_count_today_date','09-09-2025'),(24847,3372,'avada_post_views_count','71'),(24848,3372,'avada_today_post_views_count','1'),(24849,3372,'avada_post_views_count_today_date','04-10-2023'),(24850,1342,'avada_post_views_count','233'),(24851,1342,'avada_today_post_views_count','1'),(24852,1342,'avada_post_views_count_today_date','19-09-2025'),(24853,2989,'avada_post_views_count','263'),(24854,2989,'avada_today_post_views_count','1'),(24855,2989,'avada_post_views_count_today_date','11-09-2025'),(24856,1349,'avada_post_views_count','251'),(24857,1349,'avada_today_post_views_count','1'),(24858,1349,'avada_post_views_count_today_date','19-09-2025'),(24859,2862,'avada_post_views_count','267'),(24860,2862,'avada_today_post_views_count','1'),(24861,2862,'avada_post_views_count_today_date','09-09-2025'),(24862,1638,'avada_post_views_count','265'),(24863,1638,'avada_today_post_views_count','1'),(24864,1638,'avada_post_views_count_today_date','19-09-2025'),(24865,2973,'avada_post_views_count','169'),(24866,2973,'avada_today_post_views_count','1'),(24867,2973,'avada_post_views_count_today_date','09-09-2025'),(24868,3254,'avada_post_views_count','206'),(24869,3254,'avada_today_post_views_count','1'),(24870,3254,'avada_post_views_count_today_date','08-09-2025'),(24871,1738,'avada_post_views_count','176'),(24872,1738,'avada_today_post_views_count','2'),(24873,1738,'avada_post_views_count_today_date','08-09-2025'),(24874,1704,'avada_post_views_count','223'),(24875,1704,'avada_today_post_views_count','1'),(24876,1704,'avada_post_views_count_today_date','09-09-2025'),(24877,2263,'avada_post_views_count','253'),(24878,2263,'avada_today_post_views_count','1'),(24879,2263,'avada_post_views_count_today_date','19-09-2025'),(24880,2395,'avada_post_views_count','222'),(24881,2395,'avada_today_post_views_count','2'),(24882,2395,'avada_post_views_count_today_date','08-09-2025'),(24883,2023,'avada_post_views_count','215'),(24884,2023,'avada_today_post_views_count','1'),(24885,2023,'avada_post_views_count_today_date','11-09-2025'),(24886,2864,'avada_post_views_count','228'),(24887,2864,'avada_today_post_views_count','3'),(24888,2864,'avada_post_views_count_today_date','11-09-2025'),(24889,1876,'avada_post_views_count','215'),(24890,1876,'avada_today_post_views_count','1'),(24891,1876,'avada_post_views_count_today_date','11-09-2025'),(24892,1592,'avada_post_views_count','230'),(24893,1592,'avada_today_post_views_count','1'),(24894,1592,'avada_post_views_count_today_date','08-09-2025'),(24895,3609,'avada_post_views_count','189'),(24896,3609,'avada_today_post_views_count','1'),(24897,3609,'avada_post_views_count_today_date','10-09-2025'),(24898,1484,'avada_post_views_count','235'),(24899,1484,'avada_today_post_views_count','2'),(24900,1484,'avada_post_views_count_today_date','09-09-2025'),(24901,1718,'avada_post_views_count','172'),(24902,1718,'avada_today_post_views_count','1'),(24903,1718,'avada_post_views_count_today_date','10-09-2025'),(24904,1929,'avada_post_views_count','165'),(24905,1929,'avada_today_post_views_count','1'),(24906,1929,'avada_post_views_count_today_date','09-09-2025'),(24907,2895,'avada_post_views_count','162'),(24908,2895,'avada_today_post_views_count','1'),(24909,2895,'avada_post_views_count_today_date','10-09-2025'),(24910,1646,'avada_post_views_count','211'),(24911,1646,'avada_today_post_views_count','2'),(24912,1646,'avada_post_views_count_today_date','11-09-2025'),(24913,2992,'avada_post_views_count','224'),(24914,2992,'avada_today_post_views_count','3'),(24915,2992,'avada_post_views_count_today_date','08-09-2025'),(24916,3211,'avada_post_views_count','61'),(24917,3211,'avada_today_post_views_count','1'),(24918,3211,'avada_post_views_count_today_date','04-10-2023'),(24919,2691,'avada_post_views_count','267'),(24920,2691,'avada_today_post_views_count','1'),(24921,2691,'avada_post_views_count_today_date','19-09-2025'),(24922,1621,'avada_post_views_count','239'),(24923,1621,'avada_today_post_views_count','1'),(24924,1621,'avada_post_views_count_today_date','21-09-2025'),(24925,2757,'avada_post_views_count','164'),(24926,2757,'avada_today_post_views_count','2'),(24927,2757,'avada_post_views_count_today_date','09-09-2025'),(24928,3574,'avada_post_views_count','248'),(24929,3574,'avada_today_post_views_count','3'),(24930,3574,'avada_post_views_count_today_date','10-09-2025'),(24931,2072,'avada_post_views_count','185'),(24932,2072,'avada_today_post_views_count','3'),(24933,2072,'avada_post_views_count_today_date','08-09-2025'),(24934,3678,'_wp_attached_file','2021/11/November-7-2021.pdf'),(24935,1642,'avada_post_views_count','238'),(24936,1642,'avada_today_post_views_count','2'),(24937,1642,'avada_post_views_count_today_date','20-09-2025'),(24938,2051,'avada_post_views_count','194'),(24939,2051,'avada_today_post_views_count','1'),(24940,2051,'avada_post_views_count_today_date','12-09-2025'),(24941,3366,'avada_post_views_count','58'),(24942,3366,'avada_today_post_views_count','1'),(24943,3366,'avada_post_views_count_today_date','10-09-2023'),(24944,2172,'avada_post_views_count','157'),(24945,2172,'avada_today_post_views_count','1'),(24946,2172,'avada_post_views_count_today_date','10-09-2025'),(24947,2867,'avada_post_views_count','174'),(24948,2867,'avada_today_post_views_count','2'),(24949,2867,'avada_post_views_count_today_date','09-09-2025'),(24950,1340,'avada_post_views_count','294'),(24951,1340,'avada_today_post_views_count','1'),(24952,1340,'avada_post_views_count_today_date','19-09-2025'),(24953,2045,'avada_post_views_count','224'),(24954,2045,'avada_today_post_views_count','1'),(24955,2045,'avada_post_views_count_today_date','09-09-2025'),(24956,2216,'avada_post_views_count','185'),(24957,2216,'avada_today_post_views_count','2'),(24958,2216,'avada_post_views_count_today_date','10-09-2025'),(24959,1996,'avada_post_views_count','203'),(24960,1996,'avada_today_post_views_count','2'),(24961,1996,'avada_post_views_count_today_date','08-09-2025'),(24962,3509,'avada_post_views_count','212'),(24963,3509,'avada_today_post_views_count','1'),(24964,3509,'avada_post_views_count_today_date','09-09-2025'),(24965,2110,'avada_post_views_count','159'),(24966,2110,'avada_today_post_views_count','1'),(24967,2110,'avada_post_views_count_today_date','08-09-2025'),(24968,1731,'avada_post_views_count','194'),(24969,1731,'avada_today_post_views_count','1'),(24970,1731,'avada_post_views_count_today_date','08-09-2025'),(24971,2041,'avada_post_views_count','154'),(24972,2041,'avada_today_post_views_count','1'),(24973,2041,'avada_post_views_count_today_date','09-09-2025'),(24974,2021,'avada_post_views_count','247'),(24975,2021,'avada_today_post_views_count','1'),(24976,2021,'avada_post_views_count_today_date','10-09-2025'),(24977,2219,'avada_post_views_count','193'),(24978,2219,'avada_today_post_views_count','2'),(24979,2219,'avada_post_views_count_today_date','08-09-2025'),(24980,1658,'avada_post_views_count','202'),(24981,1658,'avada_today_post_views_count','1'),(24982,1658,'avada_post_views_count_today_date','19-09-2025'),(24983,1557,'avada_post_views_count','168'),(24984,1557,'avada_today_post_views_count','1'),(24985,1557,'avada_post_views_count_today_date','08-09-2025'),(24986,1695,'avada_post_views_count','184'),(24987,1695,'avada_today_post_views_count','2'),(24988,1695,'avada_post_views_count_today_date','08-09-2025'),(24989,2163,'avada_post_views_count','250'),(24990,2163,'avada_today_post_views_count','1'),(24991,2163,'avada_post_views_count_today_date','08-09-2025'),(24992,1971,'avada_post_views_count','215'),(24993,1971,'avada_today_post_views_count','1'),(24994,1971,'avada_post_views_count_today_date','09-09-2025'),(24995,2105,'avada_post_views_count','243'),(24996,2105,'avada_today_post_views_count','1'),(24997,2105,'avada_post_views_count_today_date','21-09-2025'),(24998,2265,'avada_post_views_count','188'),(24999,2265,'avada_today_post_views_count','2'),(25000,2265,'avada_post_views_count_today_date','08-09-2025'),(25001,3612,'avada_post_views_count','63'),(25002,3612,'avada_today_post_views_count','1'),(25003,3612,'avada_post_views_count_today_date','22-09-2023'),(25004,2748,'avada_post_views_count','81'),(25005,2748,'avada_today_post_views_count','1'),(25006,2748,'avada_post_views_count_today_date','14-09-2023'),(25007,1651,'avada_post_views_count','192'),(25008,1651,'avada_today_post_views_count','1'),(25009,1651,'avada_post_views_count_today_date','10-09-2025'),(25010,2304,'avada_post_views_count','180'),(25011,2304,'avada_today_post_views_count','1'),(25012,2304,'avada_post_views_count_today_date','11-09-2025'),(25013,2103,'avada_post_views_count','158'),(25014,2103,'avada_today_post_views_count','2'),(25015,2103,'avada_post_views_count_today_date','10-09-2025'),(25016,2329,'avada_post_views_count','169'),(25017,2329,'avada_today_post_views_count','2'),(25018,2329,'avada_post_views_count_today_date','08-09-2025'),(25019,3143,'avada_post_views_count','232'),(25020,3143,'avada_today_post_views_count','1'),(25021,3143,'avada_post_views_count_today_date','21-09-2025'),(25022,2299,'avada_post_views_count','217'),(25023,2299,'avada_today_post_views_count','1'),(25024,2299,'avada_post_views_count_today_date','21-09-2025'),(25025,2078,'avada_post_views_count','275'),(25026,2078,'avada_today_post_views_count','1'),(25027,2078,'avada_post_views_count_today_date','11-09-2025'),(25028,1631,'avada_post_views_count','219'),(25029,1631,'avada_today_post_views_count','1'),(25030,1631,'avada_post_views_count_today_date','21-09-2025'),(25031,1626,'avada_post_views_count','205'),(25032,1626,'avada_today_post_views_count','1'),(25033,1626,'avada_post_views_count_today_date','09-09-2025'),(25034,3284,'avada_post_views_count','220'),(25035,3284,'avada_today_post_views_count','1'),(25036,3284,'avada_post_views_count_today_date','10-09-2025'),(25037,653,'avada_post_views_count','270'),(25038,653,'avada_today_post_views_count','1'),(25039,653,'avada_post_views_count_today_date','09-09-2025'),(25040,2359,'avada_post_views_count','155'),(25041,2359,'avada_today_post_views_count','1'),(25042,2359,'avada_post_views_count_today_date','09-09-2025'),(25043,3196,'avada_post_views_count','105'),(25044,3196,'avada_today_post_views_count','1'),(25045,3196,'avada_post_views_count_today_date','11-10-2023'),(25046,2739,'avada_post_views_count','266'),(25047,2739,'avada_today_post_views_count','2'),(25048,2739,'avada_post_views_count_today_date','09-09-2025'),(25049,3249,'avada_post_views_count','87'),(25050,3249,'avada_today_post_views_count','1'),(25051,3249,'avada_post_views_count_today_date','04-10-2023'),(25052,2056,'avada_post_views_count','145'),(25053,2056,'avada_today_post_views_count','1'),(25054,2056,'avada_post_views_count_today_date','11-09-2025'),(25055,2356,'avada_post_views_count','191'),(25056,2356,'avada_today_post_views_count','1'),(25057,2356,'avada_post_views_count_today_date','11-09-2025'),(25058,2261,'avada_post_views_count','178'),(25059,2261,'avada_today_post_views_count','3'),(25060,2261,'avada_post_views_count_today_date','08-09-2025'),(25061,1733,'avada_post_views_count','197'),(25062,1733,'avada_today_post_views_count','1'),(25063,1733,'avada_post_views_count_today_date','10-09-2025'),(25064,2054,'avada_post_views_count','166'),(25065,2054,'avada_today_post_views_count','1'),(25066,2054,'avada_post_views_count_today_date','09-09-2025'),(25067,2377,'avada_post_views_count','187'),(25068,2377,'avada_today_post_views_count','1'),(25069,2377,'avada_post_views_count_today_date','10-09-2025'),(25070,2287,'avada_post_views_count','165'),(25071,2287,'avada_today_post_views_count','1'),(25072,2287,'avada_post_views_count_today_date','11-09-2025'),(25073,1788,'avada_post_views_count','195'),(25074,1788,'avada_today_post_views_count','1'),(25075,1788,'avada_post_views_count_today_date','10-09-2025'),(25076,3457,'avada_post_views_count','218'),(25077,3457,'avada_today_post_views_count','1'),(25078,3457,'avada_post_views_count_today_date','19-09-2025'),(25079,3224,'avada_post_views_count','170'),(25080,3224,'avada_today_post_views_count','2'),(25081,3224,'avada_post_views_count_today_date','08-09-2025'),(25082,3515,'avada_post_views_count','215'),(25083,3515,'avada_today_post_views_count','1'),(25084,3515,'avada_post_views_count_today_date','19-09-2025'),(25085,1339,'avada_post_views_count','253'),(25086,1339,'avada_today_post_views_count','2'),(25087,1339,'avada_post_views_count_today_date','19-09-2025'),(25088,3235,'avada_post_views_count','137'),(25089,3235,'avada_today_post_views_count','1'),(25090,3235,'avada_post_views_count_today_date','08-09-2025'),(25091,3536,'avada_post_views_count','192'),(25092,3536,'avada_today_post_views_count','2'),(25093,3536,'avada_post_views_count_today_date','08-09-2025'),(25094,2707,'avada_post_views_count','182'),(25095,2707,'avada_today_post_views_count','1'),(25096,2707,'avada_post_views_count_today_date','09-09-2025'),(25097,3632,'avada_post_views_count','239'),(25098,3632,'avada_today_post_views_count','2'),(25099,3632,'avada_post_views_count_today_date','08-09-2025'),(25100,2653,'avada_post_views_count','151'),(25101,2653,'avada_today_post_views_count','1'),(25102,2653,'avada_post_views_count_today_date','07-09-2025'),(25103,3459,'avada_post_views_count','221'),(25104,3459,'avada_today_post_views_count','1'),(25105,3459,'avada_post_views_count_today_date','21-09-2025'),(25106,1623,'avada_post_views_count','262'),(25107,1623,'avada_today_post_views_count','1'),(25108,1623,'avada_post_views_count_today_date','11-09-2025'),(25109,1895,'avada_post_views_count','193'),(25110,1895,'avada_today_post_views_count','1'),(25111,1895,'avada_post_views_count_today_date','09-09-2025'),(25112,1871,'avada_post_views_count','171'),(25113,1871,'avada_today_post_views_count','1'),(25114,1871,'avada_post_views_count_today_date','11-09-2025'),(25115,2190,'avada_post_views_count','193'),(25116,2190,'avada_today_post_views_count','1'),(25117,2190,'avada_post_views_count_today_date','09-09-2025'),(25118,1634,'avada_post_views_count','210'),(25119,1634,'avada_today_post_views_count','2'),(25120,1634,'avada_post_views_count_today_date','20-09-2025'),(25121,2336,'avada_post_views_count','200'),(25122,2336,'avada_today_post_views_count','2'),(25123,2336,'avada_post_views_count_today_date','08-09-2025'),(25124,2364,'avada_post_views_count','209'),(25125,2364,'avada_today_post_views_count','2'),(25126,2364,'avada_post_views_count_today_date','08-09-2025'),(25127,1715,'avada_post_views_count','176'),(25128,1715,'avada_today_post_views_count','1'),(25129,1715,'avada_post_views_count_today_date','11-09-2025'),(25130,1984,'avada_post_views_count','173'),(25131,1984,'avada_today_post_views_count','3'),(25132,1984,'avada_post_views_count_today_date','08-09-2025'),(25133,3069,'avada_post_views_count','276'),(25134,3069,'avada_today_post_views_count','4'),(25135,3069,'avada_post_views_count_today_date','08-09-2025'),(25136,3508,'avada_post_views_count','227'),(25137,3508,'avada_today_post_views_count','1'),(25138,3508,'avada_post_views_count_today_date','20-09-2025'),(25139,1792,'avada_post_views_count','158'),(25140,1792,'avada_today_post_views_count','1'),(25141,1792,'avada_post_views_count_today_date','10-09-2025'),(25142,2318,'avada_post_views_count','166'),(25143,2318,'avada_today_post_views_count','2'),(25144,2318,'avada_post_views_count_today_date','08-09-2025'),(25145,1590,'avada_post_views_count','227'),(25146,1590,'avada_today_post_views_count','2'),(25147,1590,'avada_post_views_count_today_date','08-09-2025'),(25148,2236,'avada_post_views_count','188'),(25149,2236,'avada_today_post_views_count','1'),(25150,2236,'avada_post_views_count_today_date','09-09-2025'),(25151,2014,'avada_post_views_count','208'),(25152,2014,'avada_today_post_views_count','1'),(25153,2014,'avada_post_views_count_today_date','09-09-2025'),(25154,2175,'avada_post_views_count','178'),(25155,2175,'avada_today_post_views_count','1'),(25156,2175,'avada_post_views_count_today_date','09-09-2025'),(25157,1702,'avada_post_views_count','157'),(25158,1702,'avada_today_post_views_count','3'),(25159,1702,'avada_post_views_count_today_date','08-09-2025'),(25160,2290,'avada_post_views_count','150'),(25161,2290,'avada_today_post_views_count','1'),(25162,2290,'avada_post_views_count_today_date','10-09-2025'),(25163,3576,'avada_post_views_count','127'),(25164,3576,'avada_today_post_views_count','2'),(25165,3576,'avada_post_views_count_today_date','08-09-2025'),(25166,1567,'avada_post_views_count','209'),(25167,1567,'avada_today_post_views_count','1'),(25168,1567,'avada_post_views_count_today_date','11-09-2025'),(25169,2230,'avada_post_views_count','209'),(25170,2230,'avada_today_post_views_count','2'),(25171,2230,'avada_post_views_count_today_date','09-09-2025'),(25172,1644,'avada_post_views_count','227'),(25173,1644,'avada_today_post_views_count','1'),(25174,1644,'avada_post_views_count_today_date','20-09-2025'),(25175,1882,'avada_post_views_count','259'),(25176,1882,'avada_today_post_views_count','1'),(25177,1882,'avada_post_views_count_today_date','19-09-2025'),(25178,2343,'avada_post_views_count','177'),(25179,2343,'avada_today_post_views_count','2'),(25180,2343,'avada_post_views_count_today_date','08-09-2025'),(25181,1622,'avada_post_views_count','200'),(25182,1622,'avada_today_post_views_count','1'),(25183,1622,'avada_post_views_count_today_date','20-09-2025'),(25184,2876,'avada_post_views_count','101'),(25185,2876,'avada_today_post_views_count','1'),(25186,2876,'avada_post_views_count_today_date','09-09-2023'),(25187,1968,'avada_post_views_count','183'),(25188,1968,'avada_today_post_views_count','1'),(25189,1968,'avada_post_views_count_today_date','09-09-2025'),(25190,2183,'avada_post_views_count','210'),(25191,2183,'avada_today_post_views_count','1'),(25192,2183,'avada_post_views_count_today_date','10-09-2025'),(25193,2202,'avada_post_views_count','228'),(25194,2202,'avada_today_post_views_count','1'),(25195,2202,'avada_post_views_count_today_date','09-09-2025'),(25196,2226,'avada_post_views_count','194'),(25197,2226,'avada_today_post_views_count','1'),(25198,2226,'avada_post_views_count_today_date','11-09-2025'),(25199,1348,'avada_post_views_count','237'),(25200,1348,'avada_today_post_views_count','1'),(25201,1348,'avada_post_views_count_today_date','11-09-2025'),(25202,2688,'avada_post_views_count','253'),(25203,2688,'avada_today_post_views_count','3'),(25204,2688,'avada_post_views_count_today_date','11-09-2025'),(25205,3379,'avada_post_views_count','211'),(25206,3379,'avada_today_post_views_count','1'),(25207,3379,'avada_post_views_count_today_date','10-09-2025'),(25208,1745,'avada_post_views_count','218'),(25209,1745,'avada_today_post_views_count','1'),(25210,1745,'avada_post_views_count_today_date','10-09-2025'),(25211,2865,'avada_post_views_count','148'),(25212,2865,'avada_today_post_views_count','1'),(25213,2865,'avada_post_views_count_today_date','09-09-2025'),(25214,1637,'avada_post_views_count','222'),(25215,1637,'avada_today_post_views_count','3'),(25216,1637,'avada_post_views_count_today_date','09-09-2025'),(25217,2207,'avada_post_views_count','154'),(25218,2207,'avada_today_post_views_count','1'),(25219,2207,'avada_post_views_count_today_date','09-09-2025'),(25220,3583,'avada_post_views_count','166'),(25221,3583,'avada_today_post_views_count','2'),(25222,3583,'avada_post_views_count_today_date','08-09-2025'),(25223,1636,'avada_post_views_count','219'),(25224,1636,'avada_today_post_views_count','1'),(25225,1636,'avada_post_views_count_today_date','20-09-2025'),(25226,10,'avada_post_views_count','313'),(25227,10,'avada_today_post_views_count','1'),(25228,10,'avada_post_views_count_today_date','11-09-2025'),(25229,1641,'avada_post_views_count','258'),(25230,1641,'avada_today_post_views_count','1'),(25231,1641,'avada_post_views_count_today_date','21-09-2025'),(25232,2321,'avada_post_views_count','147'),(25233,2321,'avada_today_post_views_count','2'),(25234,2321,'avada_post_views_count_today_date','08-09-2025'),(25235,1656,'avada_post_views_count','230'),(25236,1656,'avada_today_post_views_count','1'),(25237,1656,'avada_post_views_count_today_date','21-09-2025'),(25238,3031,'avada_post_views_count','170'),(25239,3031,'avada_today_post_views_count','1'),(25240,3031,'avada_post_views_count_today_date','10-09-2025'),(25241,2695,'avada_post_views_count','157'),(25242,2695,'avada_today_post_views_count','1'),(25243,2695,'avada_post_views_count_today_date','10-09-2025'),(25244,2150,'avada_post_views_count','205'),(25245,2150,'avada_today_post_views_count','1'),(25246,2150,'avada_post_views_count_today_date','10-09-2025'),(25247,1831,'avada_post_views_count','260'),(25248,1831,'avada_today_post_views_count','1'),(25249,1831,'avada_post_views_count_today_date','19-09-2025'),(25250,2106,'avada_post_views_count','278'),(25251,2106,'avada_today_post_views_count','1'),(25252,2106,'avada_post_views_count_today_date','21-09-2025'),(25253,3403,'avada_post_views_count','168'),(25254,3403,'avada_today_post_views_count','1'),(25255,3403,'avada_post_views_count_today_date','12-09-2025'),(25256,2029,'avada_post_views_count','199'),(25257,2029,'avada_today_post_views_count','2'),(25258,2029,'avada_post_views_count_today_date','08-09-2025'),(25259,3174,'avada_post_views_count','137'),(25260,3174,'avada_today_post_views_count','1'),(25261,3174,'avada_post_views_count_today_date','09-09-2025'),(25262,1728,'avada_post_views_count','174'),(25263,1728,'avada_today_post_views_count','1'),(25264,1728,'avada_post_views_count_today_date','11-09-2025'),(25265,3315,'avada_post_views_count','242'),(25266,3315,'avada_today_post_views_count','1'),(25267,3315,'avada_post_views_count_today_date','20-09-2025'),(25268,3684,'_wp_attached_file','2021/11/November-14-2021.pdf'),(25269,1783,'avada_post_views_count','193'),(25270,1783,'avada_today_post_views_count','1'),(25271,1783,'avada_post_views_count_today_date','09-09-2025'),(25272,3662,'avada_post_views_count','193'),(25273,3662,'avada_today_post_views_count','2'),(25274,3662,'avada_post_views_count_today_date','08-09-2025'),(25275,2269,'avada_post_views_count','151'),(25276,2269,'avada_today_post_views_count','1'),(25277,2269,'avada_post_views_count_today_date','11-09-2025'),(25278,1678,'avada_post_views_count','197'),(25279,1678,'avada_today_post_views_count','1'),(25280,1678,'avada_post_views_count_today_date','12-09-2025'),(25281,2296,'avada_post_views_count','203'),(25282,2296,'avada_today_post_views_count','1'),(25283,2296,'avada_post_views_count_today_date','10-09-2025'),(25284,1346,'avada_post_views_count','228'),(25285,1346,'avada_today_post_views_count','1'),(25286,1346,'avada_post_views_count_today_date','19-09-2025'),(25287,2306,'avada_post_views_count','212'),(25288,2306,'avada_today_post_views_count','1'),(25289,2306,'avada_post_views_count_today_date','21-09-2025'),(25290,1343,'avada_post_views_count','237'),(25291,1343,'avada_today_post_views_count','1'),(25292,1343,'avada_post_views_count_today_date','21-09-2025'),(25293,2745,'avada_post_views_count','158'),(25294,2745,'avada_today_post_views_count','1'),(25295,2745,'avada_post_views_count_today_date','20-09-2025'),(25296,2731,'avada_post_views_count','234'),(25297,2731,'avada_today_post_views_count','1'),(25298,2731,'avada_post_views_count_today_date','19-09-2025'),(25299,3144,'avada_post_views_count','176'),(25300,3144,'avada_today_post_views_count','2'),(25301,3144,'avada_post_views_count_today_date','10-09-2025'),(25302,1639,'avada_post_views_count','210'),(25303,1639,'avada_today_post_views_count','1'),(25304,1639,'avada_post_views_count_today_date','19-09-2025'),(25305,3063,'avada_post_views_count','179'),(25306,3063,'avada_today_post_views_count','1'),(25307,3063,'avada_post_views_count_today_date','10-09-2025'),(25308,2008,'avada_post_views_count','194'),(25309,2008,'avada_today_post_views_count','1'),(25310,2008,'avada_post_views_count_today_date','10-09-2025'),(25311,3194,'avada_post_views_count','215'),(25312,3194,'avada_today_post_views_count','1'),(25313,3194,'avada_post_views_count_today_date','09-09-2025'),(25314,2020,'avada_post_views_count','251'),(25315,2020,'avada_today_post_views_count','1'),(25316,2020,'avada_post_views_count_today_date','09-09-2025'),(25317,2706,'avada_post_views_count','195'),(25318,2706,'avada_today_post_views_count','1'),(25319,2706,'avada_post_views_count_today_date','21-09-2025'),(25320,2838,'avada_post_views_count','214'),(25321,2838,'avada_today_post_views_count','1'),(25322,2838,'avada_post_views_count_today_date','09-09-2025'),(25323,3549,'avada_post_views_count','178'),(25324,3549,'avada_today_post_views_count','1'),(25325,3549,'avada_post_views_count_today_date','10-09-2025'),(25326,2090,'avada_post_views_count','189'),(25327,2090,'avada_today_post_views_count','1'),(25328,2090,'avada_post_views_count_today_date','10-09-2025'),(25329,2167,'avada_post_views_count','158'),(25330,2167,'avada_today_post_views_count','1'),(25331,2167,'avada_post_views_count_today_date','11-09-2025'),(25332,2186,'avada_post_views_count','171'),(25333,2186,'avada_today_post_views_count','1'),(25334,2186,'avada_post_views_count_today_date','09-09-2025'),(25335,2700,'avada_post_views_count','162'),(25336,2700,'avada_today_post_views_count','2'),(25337,2700,'avada_post_views_count_today_date','09-09-2025'),(25338,1535,'avada_post_views_count','132'),(25339,1535,'avada_today_post_views_count','3'),(25340,1535,'avada_post_views_count_today_date','08-09-2025'),(25341,2177,'avada_post_views_count','188'),(25342,2177,'avada_today_post_views_count','1'),(25343,2177,'avada_post_views_count_today_date','11-09-2025'),(25344,2798,'avada_post_views_count','249'),(25345,2798,'avada_today_post_views_count','1'),(25346,2798,'avada_post_views_count_today_date','20-09-2025'),(25347,2794,'avada_post_views_count','229'),(25348,2794,'avada_today_post_views_count','1'),(25349,2794,'avada_post_views_count_today_date','21-09-2025'),(25350,1676,'avada_post_views_count','263'),(25351,1676,'avada_today_post_views_count','2'),(25352,1676,'avada_post_views_count_today_date','07-09-2025'),(25353,1652,'avada_post_views_count','191'),(25354,1652,'avada_today_post_views_count','2'),(25355,1652,'avada_post_views_count_today_date','19-09-2025'),(25356,2676,'avada_post_views_count','158'),(25357,2676,'avada_today_post_views_count','1'),(25358,2676,'avada_post_views_count_today_date','09-09-2025'),(25359,1456,'avada_post_views_count','368'),(25360,1456,'avada_today_post_views_count','1'),(25361,1456,'avada_post_views_count_today_date','09-09-2025'),(25362,2744,'avada_post_views_count','184'),(25363,2744,'avada_today_post_views_count','1'),(25364,2744,'avada_post_views_count_today_date','11-09-2025'),(25365,3310,'avada_post_views_count','263'),(25366,3310,'avada_today_post_views_count','1'),(25367,3310,'avada_post_views_count_today_date','20-09-2025'),(25368,3177,'avada_post_views_count','104'),(25369,3177,'avada_today_post_views_count','1'),(25370,3177,'avada_post_views_count_today_date','04-10-2023'),(25371,2714,'avada_post_views_count','235'),(25372,2714,'avada_today_post_views_count','1'),(25373,2714,'avada_post_views_count_today_date','21-09-2025'),(25374,2813,'avada_post_views_count','261'),(25375,2813,'avada_today_post_views_count','1'),(25376,2813,'avada_post_views_count_today_date','19-09-2025'),(25377,1655,'avada_post_views_count','230'),(25378,1655,'avada_today_post_views_count','2'),(25379,1655,'avada_post_views_count_today_date','09-09-2025'),(25380,2426,'avada_post_views_count','296'),(25381,2426,'avada_today_post_views_count','2'),(25382,2426,'avada_post_views_count_today_date','08-09-2025'),(25383,1580,'avada_post_views_count','187'),(25384,1580,'avada_today_post_views_count','2'),(25385,1580,'avada_post_views_count_today_date','08-09-2025'),(25386,1940,'avada_post_views_count','172'),(25387,1940,'avada_today_post_views_count','1'),(25388,1940,'avada_post_views_count_today_date','10-09-2025');
INSERT INTO `wp_postmeta` VALUES (25389,1687,'avada_post_views_count','172'),(25390,1687,'avada_today_post_views_count','3'),(25391,1687,'avada_post_views_count_today_date','08-09-2025'),(25392,1980,'avada_post_views_count','148'),(25393,1980,'avada_today_post_views_count','2'),(25394,1980,'avada_post_views_count_today_date','08-09-2025'),(25395,2755,'avada_post_views_count','159'),(25396,2755,'avada_today_post_views_count','1'),(25397,2755,'avada_post_views_count_today_date','20-09-2025'),(25398,2312,'avada_post_views_count','194'),(25399,2312,'avada_today_post_views_count','2'),(25400,2312,'avada_post_views_count_today_date','07-09-2025'),(25401,1616,'avada_post_views_count','192'),(25402,1616,'avada_today_post_views_count','1'),(25403,1616,'avada_post_views_count_today_date','20-09-2025'),(25404,2005,'avada_post_views_count','158'),(25405,2005,'avada_today_post_views_count','2'),(25406,2005,'avada_post_views_count_today_date','08-09-2025'),(25407,1786,'avada_post_views_count','167'),(25408,1786,'avada_today_post_views_count','1'),(25409,1786,'avada_post_views_count_today_date','10-09-2025'),(25410,3634,'avada_post_views_count','70'),(25411,3634,'avada_today_post_views_count','1'),(25412,3634,'avada_post_views_count_today_date','21-09-2023'),(25413,2974,'avada_post_views_count','252'),(25414,2974,'avada_today_post_views_count','1'),(25415,2974,'avada_post_views_count_today_date','20-09-2025'),(25416,3550,'avada_post_views_count','184'),(25417,3550,'avada_today_post_views_count','2'),(25418,3550,'avada_post_views_count_today_date','08-09-2025'),(25419,3127,'avada_post_views_count','212'),(25420,3127,'avada_today_post_views_count','2'),(25421,3127,'avada_post_views_count_today_date','08-09-2025'),(25422,3507,'avada_post_views_count','182'),(25423,3507,'avada_today_post_views_count','1'),(25424,3507,'avada_post_views_count_today_date','10-09-2025'),(25425,1541,'avada_post_views_count','163'),(25426,1541,'avada_today_post_views_count','3'),(25427,1541,'avada_post_views_count_today_date','08-09-2025'),(25428,2084,'avada_post_views_count','181'),(25429,2084,'avada_today_post_views_count','1'),(25430,2084,'avada_post_views_count_today_date','09-09-2025'),(25431,2143,'avada_post_views_count','153'),(25432,2143,'avada_today_post_views_count','3'),(25433,2143,'avada_post_views_count_today_date','09-09-2025'),(25434,1920,'avada_post_views_count','159'),(25435,1920,'avada_today_post_views_count','1'),(25436,1920,'avada_post_views_count_today_date','10-09-2025'),(25437,2098,'avada_post_views_count','158'),(25438,2098,'avada_today_post_views_count','1'),(25439,2098,'avada_post_views_count_today_date','11-09-2025'),(25440,3247,'avada_post_views_count','164'),(25441,3247,'avada_today_post_views_count','1'),(25442,3247,'avada_post_views_count_today_date','11-09-2025'),(25443,2654,'avada_post_views_count','182'),(25444,2654,'avada_today_post_views_count','2'),(25445,2654,'avada_post_views_count_today_date','09-09-2025'),(25446,3047,'avada_post_views_count','50'),(25447,3047,'avada_today_post_views_count','1'),(25448,3047,'avada_post_views_count_today_date','10-10-2023'),(25449,2891,'avada_post_views_count','244'),(25450,2891,'avada_today_post_views_count','1'),(25451,2891,'avada_post_views_count_today_date','19-09-2025'),(25452,2754,'avada_post_views_count','195'),(25453,2754,'avada_today_post_views_count','1'),(25454,2754,'avada_post_views_count_today_date','20-09-2025'),(25455,2777,'avada_post_views_count','267'),(25456,2777,'avada_today_post_views_count','2'),(25457,2777,'avada_post_views_count_today_date','08-09-2025'),(25458,1648,'avada_post_views_count','195'),(25459,1648,'avada_today_post_views_count','1'),(25460,1648,'avada_post_views_count_today_date','19-09-2025'),(25461,3131,'avada_post_views_count','279'),(25462,3131,'avada_today_post_views_count','1'),(25463,3131,'avada_post_views_count_today_date','11-09-2025'),(25464,3605,'avada_post_views_count','175'),(25465,3605,'avada_today_post_views_count','1'),(25466,3605,'avada_post_views_count_today_date','12-09-2025'),(25467,1528,'avada_post_views_count','196'),(25468,1528,'avada_today_post_views_count','1'),(25469,1528,'avada_post_views_count_today_date','09-09-2025'),(25470,2367,'avada_post_views_count','179'),(25471,2367,'avada_today_post_views_count','1'),(25472,2367,'avada_post_views_count_today_date','21-09-2025'),(25473,2000,'avada_post_views_count','154'),(25474,2000,'avada_today_post_views_count','1'),(25475,2000,'avada_post_views_count_today_date','08-09-2025'),(25476,2863,'avada_post_views_count','274'),(25477,2863,'avada_today_post_views_count','1'),(25478,2863,'avada_post_views_count_today_date','21-09-2025'),(25479,3260,'avada_post_views_count','133'),(25480,3260,'avada_today_post_views_count','3'),(25481,3260,'avada_post_views_count_today_date','08-09-2025'),(25482,2291,'avada_post_views_count','182'),(25483,2291,'avada_today_post_views_count','1'),(25484,2291,'avada_post_views_count_today_date','10-09-2025'),(25485,1610,'avada_post_views_count','201'),(25486,1610,'avada_today_post_views_count','2'),(25487,1610,'avada_post_views_count_today_date','08-09-2025'),(25488,3669,'avada_post_views_count','195'),(25489,3669,'avada_today_post_views_count','2'),(25490,3669,'avada_post_views_count_today_date','09-09-2025'),(25491,2283,'avada_post_views_count','201'),(25492,2283,'avada_today_post_views_count','1'),(25493,2283,'avada_post_views_count_today_date','10-09-2025'),(25494,1930,'avada_post_views_count','138'),(25495,1930,'avada_today_post_views_count','3'),(25496,1930,'avada_post_views_count_today_date','08-09-2025'),(25497,3167,'avada_post_views_count','65'),(25498,3167,'avada_today_post_views_count','1'),(25499,3167,'avada_post_views_count_today_date','23-09-2023'),(25500,1893,'avada_post_views_count','157'),(25501,1893,'avada_today_post_views_count','1'),(25502,1893,'avada_post_views_count_today_date','10-09-2025'),(25503,2380,'avada_post_views_count','170'),(25504,2380,'avada_today_post_views_count','1'),(25505,2380,'avada_post_views_count_today_date','09-09-2025'),(25506,1633,'avada_post_views_count','229'),(25507,1633,'avada_today_post_views_count','1'),(25508,1633,'avada_post_views_count_today_date','19-09-2025'),(25509,3690,'_wp_attached_file','2021/11/Thanksgiving-Note-page-2021.pdf'),(25510,2993,'avada_post_views_count','190'),(25511,2993,'avada_today_post_views_count','3'),(25512,2993,'avada_post_views_count_today_date','08-09-2025'),(25513,1657,'avada_post_views_count','229'),(25514,1657,'avada_today_post_views_count','1'),(25515,1657,'avada_post_views_count_today_date','19-09-2025'),(25516,1647,'avada_post_views_count','203'),(25517,1647,'avada_today_post_views_count','1'),(25518,1647,'avada_post_views_count_today_date','19-09-2025'),(25519,2223,'avada_post_views_count','158'),(25520,2223,'avada_today_post_views_count','1'),(25521,2223,'avada_post_views_count_today_date','10-09-2025'),(25522,3562,'avada_post_views_count','135'),(25523,3562,'avada_today_post_views_count','1'),(25524,3562,'avada_post_views_count_today_date','08-09-2025'),(25525,1632,'avada_post_views_count','225'),(25526,1632,'avada_today_post_views_count','2'),(25527,1632,'avada_post_views_count_today_date','19-09-2025'),(25528,3695,'_wp_attached_file','2021/11/November-21-2021.pdf'),(25529,2372,'avada_post_views_count','166'),(25530,2372,'avada_today_post_views_count','1'),(25531,2372,'avada_post_views_count_today_date','11-09-2025'),(25532,1551,'avada_post_views_count','159'),(25533,1551,'avada_today_post_views_count','3'),(25534,1551,'avada_post_views_count_today_date','08-09-2025'),(25535,1943,'avada_post_views_count','155'),(25536,1943,'avada_today_post_views_count','1'),(25537,1943,'avada_post_views_count_today_date','12-09-2025'),(25538,2374,'avada_post_views_count','198'),(25539,2374,'avada_today_post_views_count','1'),(25540,2374,'avada_post_views_count_today_date','10-09-2025'),(25541,3337,'avada_post_views_count','72'),(25542,3337,'avada_today_post_views_count','1'),(25543,3337,'avada_post_views_count_today_date','09-09-2023'),(25544,1883,'avada_post_views_count','210'),(25545,1883,'avada_today_post_views_count','1'),(25546,1883,'avada_post_views_count_today_date','09-09-2025'),(25547,1934,'avada_post_views_count','179'),(25548,1934,'avada_today_post_views_count','1'),(25549,1934,'avada_post_views_count_today_date','08-09-2025'),(25550,3353,'avada_post_views_count','86'),(25551,3353,'avada_today_post_views_count','1'),(25552,3353,'avada_post_views_count_today_date','06-10-2023'),(25553,1690,'avada_post_views_count','144'),(25554,1690,'avada_today_post_views_count','1'),(25555,1690,'avada_post_views_count_today_date','09-09-2025'),(25556,1888,'avada_post_views_count','177'),(25557,1888,'avada_today_post_views_count','1'),(25558,1888,'avada_post_views_count_today_date','12-09-2025'),(25559,1560,'avada_post_views_count','146'),(25560,1560,'avada_today_post_views_count','3'),(25561,1560,'avada_post_views_count_today_date','08-09-2025'),(25562,2349,'avada_post_views_count','226'),(25563,2349,'avada_today_post_views_count','1'),(25564,2349,'avada_post_views_count_today_date','09-09-2025'),(25565,2147,'avada_post_views_count','153'),(25566,2147,'avada_today_post_views_count','2'),(25567,2147,'avada_post_views_count_today_date','08-09-2025'),(25568,3363,'avada_post_views_count','208'),(25569,3363,'avada_today_post_views_count','2'),(25570,3363,'avada_post_views_count_today_date','09-09-2025'),(25571,2036,'avada_post_views_count','153'),(25572,2036,'avada_today_post_views_count','2'),(25573,2036,'avada_post_views_count_today_date','09-09-2025'),(25574,1873,'avada_post_views_count','138'),(25575,1873,'avada_today_post_views_count','1'),(25576,1873,'avada_post_views_count_today_date','11-09-2025'),(25577,1643,'avada_post_views_count','196'),(25578,1643,'avada_today_post_views_count','1'),(25579,1643,'avada_post_views_count_today_date','19-09-2025'),(25580,1482,'avada_post_views_count','188'),(25581,1482,'avada_today_post_views_count','3'),(25582,1482,'avada_post_views_count_today_date','08-09-2025'),(25583,1974,'avada_post_views_count','167'),(25584,1974,'avada_today_post_views_count','3'),(25585,1974,'avada_post_views_count_today_date','08-09-2025'),(25586,2115,'avada_post_views_count','187'),(25587,2115,'avada_today_post_views_count','2'),(25588,2115,'avada_post_views_count_today_date','10-09-2025'),(25589,1713,'avada_post_views_count','152'),(25590,1713,'avada_today_post_views_count','1'),(25591,1713,'avada_post_views_count_today_date','09-09-2025'),(25592,2382,'avada_post_views_count','143'),(25593,2382,'avada_today_post_views_count','2'),(25594,2382,'avada_post_views_count_today_date','08-09-2025'),(25595,3080,'avada_post_views_count','229'),(25596,3080,'avada_today_post_views_count','1'),(25597,3080,'avada_post_views_count_today_date','11-09-2025'),(25598,1620,'avada_post_views_count','243'),(25599,1620,'avada_today_post_views_count','1'),(25600,1620,'avada_post_views_count_today_date','11-09-2025'),(25601,1630,'avada_post_views_count','220'),(25602,1630,'avada_today_post_views_count','1'),(25603,1630,'avada_post_views_count_today_date','19-09-2025'),(25604,1645,'avada_post_views_count','182'),(25605,1645,'avada_today_post_views_count','1'),(25606,1645,'avada_post_views_count_today_date','09-09-2025'),(25607,1653,'avada_post_views_count','197'),(25608,1653,'avada_today_post_views_count','2'),(25609,1653,'avada_post_views_count_today_date','09-09-2025'),(25610,1520,'avada_post_views_count','155'),(25611,1520,'avada_today_post_views_count','1'),(25612,1520,'avada_post_views_count_today_date','11-09-2025'),(25613,1784,'avada_post_views_count','147'),(25614,1784,'avada_today_post_views_count','1'),(25615,1784,'avada_post_views_count_today_date','11-09-2025'),(25616,1709,'avada_post_views_count','161'),(25617,1709,'avada_today_post_views_count','1'),(25618,1709,'avada_post_views_count_today_date','10-09-2025'),(25619,1699,'avada_post_views_count','175'),(25620,1699,'avada_today_post_views_count','1'),(25621,1699,'avada_post_views_count_today_date','10-09-2025'),(25622,1684,'avada_post_views_count','154'),(25623,1684,'avada_today_post_views_count','1'),(25624,1684,'avada_post_views_count_today_date','08-09-2025'),(25625,2756,'avada_post_views_count','159'),(25626,2756,'avada_today_post_views_count','1'),(25627,2756,'avada_post_views_count_today_date','10-09-2025'),(25628,3157,'avada_post_views_count','201'),(25629,3157,'avada_today_post_views_count','1'),(25630,3157,'avada_post_views_count_today_date','09-09-2025'),(25631,2991,'avada_post_views_count','188'),(25632,2991,'avada_today_post_views_count','1'),(25633,2991,'avada_post_views_count_today_date','09-09-2025'),(25634,2963,'avada_post_views_count','165'),(25635,2963,'avada_today_post_views_count','1'),(25636,2963,'avada_post_views_count_today_date','10-09-2025'),(25637,2652,'avada_post_views_count','181'),(25638,2652,'avada_today_post_views_count','1'),(25639,2652,'avada_post_views_count_today_date','10-09-2025'),(25640,3327,'avada_post_views_count','56'),(25641,3327,'avada_today_post_views_count','1'),(25642,3327,'avada_post_views_count_today_date','10-09-2023'),(25643,3661,'avada_post_views_count','179'),(25644,3661,'avada_today_post_views_count','2'),(25645,3661,'avada_post_views_count_today_date','08-09-2025'),(25646,1748,'avada_post_views_count','161'),(25647,1748,'avada_today_post_views_count','1'),(25648,1748,'avada_post_views_count_today_date','10-09-2025'),(25649,2812,'avada_post_views_count','328'),(25650,2812,'avada_today_post_views_count','1'),(25651,2812,'avada_post_views_count_today_date','12-09-2025'),(25652,2897,'avada_post_views_count','173'),(25653,2897,'avada_today_post_views_count','1'),(25654,2897,'avada_post_views_count_today_date','11-09-2025'),(25655,2697,'avada_post_views_count','155'),(25656,2697,'avada_today_post_views_count','1'),(25657,2697,'avada_post_views_count_today_date','10-09-2025'),(25658,3217,'avada_post_views_count','59'),(25659,3217,'avada_today_post_views_count','1'),(25660,3217,'avada_post_views_count_today_date','10-10-2023'),(25661,2362,'avada_post_views_count','149'),(25662,2362,'avada_today_post_views_count','1'),(25663,2362,'avada_post_views_count_today_date','11-09-2025'),(25664,2068,'avada_post_views_count','150'),(25665,2068,'avada_today_post_views_count','2'),(25666,2068,'avada_post_views_count_today_date','08-09-2025'),(25667,2025,'avada_post_views_count','209'),(25668,2025,'avada_today_post_views_count','3'),(25669,2025,'avada_post_views_count_today_date','07-09-2025'),(25670,2894,'avada_post_views_count','198'),(25671,2894,'avada_today_post_views_count','1'),(25672,2894,'avada_post_views_count_today_date','21-09-2025'),(25673,2154,'avada_post_views_count','155'),(25674,2154,'avada_today_post_views_count','1'),(25675,2154,'avada_post_views_count_today_date','09-09-2025'),(25676,3237,'avada_post_views_count','69'),(25677,3237,'avada_today_post_views_count','1'),(25678,3237,'avada_post_views_count_today_date','04-10-2023'),(25679,3565,'avada_post_views_count','164'),(25680,3565,'avada_today_post_views_count','2'),(25681,3565,'avada_post_views_count_today_date','08-09-2025'),(25682,3274,'avada_post_views_count','220'),(25683,3274,'avada_today_post_views_count','1'),(25684,3274,'avada_post_views_count_today_date','10-09-2025'),(25685,3531,'avada_post_views_count','205'),(25686,3531,'avada_today_post_views_count','1'),(25687,3531,'avada_post_views_count_today_date','12-09-2025'),(25688,1782,'avada_post_views_count','194'),(25689,1782,'avada_today_post_views_count','1'),(25690,1782,'avada_post_views_count_today_date','09-09-2025'),(25691,3623,'avada_post_views_count','183'),(25692,3623,'avada_today_post_views_count','1'),(25693,3623,'avada_post_views_count_today_date','12-09-2025'),(25694,2358,'avada_post_views_count','189'),(25695,2358,'avada_today_post_views_count','1'),(25696,2358,'avada_post_views_count_today_date','09-09-2025'),(25697,1691,'avada_post_views_count','195'),(25698,1691,'avada_today_post_views_count','1'),(25699,1691,'avada_post_views_count_today_date','09-09-2025'),(25700,2003,'avada_post_views_count','162'),(25701,2003,'avada_today_post_views_count','3'),(25702,2003,'avada_post_views_count_today_date','08-09-2025'),(25703,2708,'avada_post_views_count','147'),(25704,2708,'avada_today_post_views_count','2'),(25705,2708,'avada_post_views_count_today_date','07-09-2025'),(25706,3551,'avada_post_views_count','167'),(25707,3551,'avada_today_post_views_count','1'),(25708,3551,'avada_post_views_count_today_date','10-09-2025'),(25709,2316,'avada_post_views_count','145'),(25710,2316,'avada_today_post_views_count','1'),(25711,2316,'avada_post_views_count_today_date','09-09-2025'),(25712,2400,'avada_post_views_count','149'),(25713,2400,'avada_today_post_views_count','1'),(25714,2400,'avada_post_views_count_today_date','10-09-2025'),(25715,2660,'avada_post_views_count','164'),(25716,2660,'avada_today_post_views_count','1'),(25717,2660,'avada_post_views_count_today_date','09-09-2025'),(25718,2340,'avada_post_views_count','180'),(25719,2340,'avada_today_post_views_count','1'),(25720,2340,'avada_post_views_count_today_date','08-09-2025'),(25721,3030,'avada_post_views_count','173'),(25722,3030,'avada_today_post_views_count','1'),(25723,3030,'avada_post_views_count_today_date','09-09-2025'),(25724,3396,'avada_post_views_count','193'),(25725,3396,'avada_today_post_views_count','2'),(25726,3396,'avada_post_views_count_today_date','09-09-2025'),(25727,2274,'avada_post_views_count','143'),(25728,2274,'avada_today_post_views_count','1'),(25729,2274,'avada_post_views_count_today_date','10-09-2025'),(25730,3079,'avada_post_views_count','163'),(25731,3079,'avada_today_post_views_count','2'),(25732,3079,'avada_post_views_count_today_date','08-09-2025'),(25733,3086,'avada_post_views_count','151'),(25734,3086,'avada_today_post_views_count','1'),(25735,3086,'avada_post_views_count_today_date','10-09-2025'),(25736,2153,'avada_post_views_count','393'),(25737,2153,'avada_today_post_views_count','1'),(25738,2153,'avada_post_views_count_today_date','11-09-2025'),(25739,2961,'avada_post_views_count','168'),(25740,2961,'avada_today_post_views_count','1'),(25741,2961,'avada_post_views_count_today_date','09-09-2025'),(25742,1997,'avada_post_views_count','134'),(25743,1997,'avada_today_post_views_count','1'),(25744,1997,'avada_post_views_count_today_date','10-09-2025'),(25745,2071,'avada_post_views_count','173'),(25746,2071,'avada_today_post_views_count','3'),(25747,2071,'avada_post_views_count_today_date','08-09-2025'),(25748,2038,'avada_post_views_count','172'),(25749,2038,'avada_today_post_views_count','1'),(25750,2038,'avada_post_views_count_today_date','11-09-2025'),(25751,1544,'avada_post_views_count','152'),(25752,1544,'avada_today_post_views_count','1'),(25753,1544,'avada_post_views_count_today_date','09-09-2025'),(25754,2345,'avada_post_views_count','202'),(25755,2345,'avada_today_post_views_count','3'),(25756,2345,'avada_post_views_count_today_date','08-09-2025'),(25757,3582,'avada_post_views_count','144'),(25758,3582,'avada_today_post_views_count','1'),(25759,3582,'avada_post_views_count_today_date','08-09-2025'),(25760,2294,'avada_post_views_count','162'),(25761,2294,'avada_today_post_views_count','1'),(25762,2294,'avada_post_views_count_today_date','10-09-2025'),(25763,2868,'avada_post_views_count','127'),(25764,2868,'avada_today_post_views_count','1'),(25765,2868,'avada_post_views_count_today_date','10-09-2025'),(25766,3156,'avada_post_views_count','130'),(25767,3156,'avada_today_post_views_count','4'),(25768,3156,'avada_post_views_count_today_date','08-09-2025'),(25769,3702,'_wp_attached_file','2021/12/December-5-2021.pdf'),(25770,3639,'avada_post_views_count','189'),(25771,3639,'avada_today_post_views_count','1'),(25772,3639,'avada_post_views_count_today_date','09-09-2025'),(25773,2251,'avada_post_views_count','159'),(25774,2251,'avada_today_post_views_count','2'),(25775,2251,'avada_post_views_count_today_date','08-09-2025'),(25776,3389,'avada_post_views_count','198'),(25777,3389,'avada_today_post_views_count','1'),(25778,3389,'avada_post_views_count_today_date','09-09-2025'),(25779,3184,'avada_post_views_count','197'),(25780,3184,'avada_today_post_views_count','2'),(25781,3184,'avada_post_views_count_today_date','08-09-2025'),(25782,3187,'avada_post_views_count','72'),(25783,3187,'avada_today_post_views_count','1'),(25784,3187,'avada_post_views_count_today_date','16-09-2023'),(25785,3708,'_wp_attached_file','2021/12/December-12-2021.pdf'),(25786,3710,'_wp_attached_file','2021/12/What-time-is-christmas-notes.pdf'),(25787,3684,'avada_post_views_count','167'),(25788,3684,'avada_today_post_views_count','2'),(25789,3684,'avada_post_views_count_today_date','08-09-2025'),(25790,3695,'avada_post_views_count','165'),(25791,3695,'avada_today_post_views_count','1'),(25792,3695,'avada_post_views_count_today_date','10-09-2025'),(25793,3674,'avada_post_views_count','178'),(25794,3674,'avada_today_post_views_count','1'),(25795,3674,'avada_post_views_count_today_date','10-09-2025'),(25796,3710,'avada_post_views_count','80'),(25797,3710,'avada_today_post_views_count','2'),(25798,3710,'avada_post_views_count_today_date','04-10-2023'),(25799,3690,'avada_post_views_count','71'),(25800,3690,'avada_today_post_views_count','1'),(25801,3690,'avada_post_views_count_today_date','04-10-2023'),(25802,3708,'avada_post_views_count','167'),(25803,3708,'avada_today_post_views_count','1'),(25804,3708,'avada_post_views_count_today_date','09-09-2025'),(25805,3722,'_wp_attached_file','2022/01/January-2-2022.pdf'),(25806,3723,'_wp_attached_file','2022/01/121221-bulletin.pdf'),(25807,3724,'_wp_attached_file','2022/01/121921-bulletin.pdf'),(25808,3678,'avada_post_views_count','186'),(25809,3678,'avada_today_post_views_count','1'),(25810,3678,'avada_post_views_count_today_date','10-09-2025'),(25811,3348,'avada_post_views_count','64'),(25812,3348,'avada_today_post_views_count','3'),(25813,3348,'avada_post_views_count_today_date','04-10-2023'),(25814,3722,'avada_post_views_count','159'),(25815,3722,'avada_today_post_views_count','1'),(25816,3722,'avada_post_views_count_today_date','10-09-2025'),(25817,3724,'avada_post_views_count','157'),(25818,3724,'avada_today_post_views_count','2'),(25819,3724,'avada_post_views_count_today_date','08-09-2025'),(25820,3726,'_wp_attached_file','2022/01/Sermon-Notes-part-1.pdf'),(25821,3731,'_wp_attached_file','2022/01/Sermon-Notes-part-1-1.pdf'),(25822,3733,'_wp_attached_file','2022/01/January-9-2022.pdf'),(25823,3702,'avada_post_views_count','198'),(25824,3702,'avada_today_post_views_count','1'),(25825,3702,'avada_post_views_count_today_date','09-09-2025'),(25826,3723,'avada_post_views_count','155'),(25827,3723,'avada_today_post_views_count','1'),(25828,3723,'avada_post_views_count_today_date','09-09-2025'),(25829,3731,'avada_post_views_count','58'),(25830,3731,'avada_today_post_views_count','1'),(25831,3731,'avada_post_views_count_today_date','04-10-2023'),(25832,3736,'_wp_attached_file','2022/01/Sermon-Notes-part-2.pdf'),(25833,3741,'_wp_attached_file','2022/01/January-16-2022.pdf'),(25834,3741,'avada_post_views_count','153'),(25835,3741,'avada_today_post_views_count','2'),(25836,3741,'avada_post_views_count_today_date','10-09-2025'),(25837,3733,'avada_post_views_count','203'),(25838,3733,'avada_today_post_views_count','1'),(25839,3733,'avada_post_views_count_today_date','10-09-2025'),(25840,3726,'avada_post_views_count','48'),(25841,3726,'avada_today_post_views_count','1'),(25842,3726,'avada_post_views_count_today_date','09-09-2023'),(25843,3744,'_wp_attached_file','2022/01/Sermon-Notes-part3.pdf'),(25844,3748,'_wp_attached_file','2022/01/January-23-2022.pdf'),(25845,3748,'avada_post_views_count','144'),(25846,3748,'avada_today_post_views_count','3'),(25847,3748,'avada_post_views_count_today_date','08-09-2025'),(25848,3736,'avada_post_views_count','58'),(25849,3736,'avada_today_post_views_count','1'),(25850,3736,'avada_post_views_count_today_date','09-09-2023'),(25851,3744,'avada_post_views_count','53'),(25852,3744,'avada_today_post_views_count','1'),(25853,3744,'avada_post_views_count_today_date','09-09-2023'),(25857,1326,'_wp_old_date','2016-06-24'),(25858,1511,'_wp_old_date','2016-07-02'),(25859,1356,'_wp_old_date','2016-06-24'),(25860,1332,'_wp_old_date','2016-06-24'),(25861,1333,'_wp_old_date','2016-06-24'),(25862,1512,'_wp_old_date','2016-07-02'),(25863,1460,'_wp_old_date','2016-07-01'),(25864,1470,'_wp_old_date','2016-07-01'),(25865,1464,'_wp_old_date','2016-07-01'),(25866,2651,'_wp_old_date','2020-03-29'),(25867,1324,'_wp_old_date','2016-06-24'),(25868,1513,'_wp_old_date','2016-07-02'),(25869,1444,'_wp_old_date','2016-07-01'),(25870,1450,'_wp_old_date','2016-07-01'),(25871,1335,'_wp_old_date','2016-06-24'),(25872,3763,'_wp_attached_file','2022/02/February-6-2022.pdf'),(25873,3764,'_wp_attached_file','2022/02/February-13-2022.pdf'),(25874,3764,'avada_post_views_count','179'),(25875,3764,'avada_today_post_views_count','1'),(25876,3764,'avada_post_views_count_today_date','09-09-2025'),(25877,3766,'_wp_attached_file','2022/02/small-group-graphic_.jpg'),(25878,3766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:731;s:4:\"file\";s:32:\"2022/02/small-group-graphic_.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"small-group-graphic_-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-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:\"small-group-graphic_-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"small-group-graphic_-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-800x532.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"small-group-graphic_-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:{}}}'),(25879,3766,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.485418713749453445416293106973171234130859375;s:5:\"bytes\";i:203590;s:11:\"size_before\";i:2146347;s:10:\"size_after\";i:1942757;s:4:\"time\";d:0.6100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5839;s:11:\"size_before\";i:51434;s:10:\"size_after\";i:45595;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:33340;s:11:\"size_before\";i:392443;s:10:\"size_after\";i:359103;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2759;s:11:\"size_before\";i:22635;s:10:\"size_after\";i:19876;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:22215;s:11:\"size_before\";i:247417;s:10:\"size_after\";i:225202;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12217;s:11:\"size_before\";i:123719;s:10:\"size_after\";i:111502;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6040;s:11:\"size_before\";i:54093;s:10:\"size_after\";i:48053;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:18738;s:11:\"size_before\";i:202398;s:10:\"size_after\";i:183660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:865;s:11:\"size_before\";i:6834;s:10:\"size_after\";i:5969;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3414;s:11:\"size_before\";i:27660;s:10:\"size_after\";i:24246;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:8726;s:11:\"size_before\";i:81636;s:10:\"size_after\";i:72910;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:15507;s:11:\"size_before\";i:162561;s:10:\"size_after\";i:147054;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:23393;s:11:\"size_before\";i:264129;s:10:\"size_after\";i:240736;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20116;s:11:\"size_before\";i:224732;s:10:\"size_after\";i:204616;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10763;s:11:\"size_before\";i:104586;s:10:\"size_after\";i:93823;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:10371;s:11:\"size_before\";i:100079;s:10:\"size_after\";i:89708;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:6241;s:11:\"size_before\";i:54563;s:10:\"size_after\";i:48322;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3046;s:11:\"size_before\";i:25428;s:10:\"size_after\";i:22382;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25880,3767,'_wp_attached_file','2022/02/small-groups.jpg'),(25881,3767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2022/02/small-groups.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"small-groups-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:25:\"small-groups-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:24:\"small-groups-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:\"small-groups-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:25:\"small-groups-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"small-groups-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"small-groups-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"small-groups-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"small-groups-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:24:\"small-groups-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:24:\"small-groups-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:24:\"small-groups-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:24:\"small-groups-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:25:\"small-groups-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"small-groups-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"small-groups-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"small-groups-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"small-groups-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"small-groups-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25882,3767,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1009810;s:11:\"size_before\";i:1681351;s:10:\"size_after\";i:671541;}'),(25883,3767,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.263642091314952864422593847848474979400634765625;s:5:\"bytes\";i:410512;s:11:\"size_before\";i:4431432;s:10:\"size_after\";i:4020920;s:4:\"time\";d:1.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6234;s:11:\"size_before\";i:54335;s:10:\"size_after\";i:48101;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:43772;s:11:\"size_before\";i:494337;s:10:\"size_after\";i:450565;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3484;s:11:\"size_before\";i:27172;s:10:\"size_after\";i:23688;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:27223;s:11:\"size_before\";i:294621;s:10:\"size_after\";i:267398;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:88498;s:11:\"size_before\";i:1028510;s:10:\"size_after\";i:940012;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:17283;s:11:\"size_before\";i:172229;s:10:\"size_after\";i:154946;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7750;s:11:\"size_before\";i:68551;s:10:\"size_after\";i:60801;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:26556;s:11:\"size_before\";i:280050;s:10:\"size_after\";i:253494;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:7220;s:10:\"size_after\";i:6204;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3380;s:11:\"size_before\";i:26801;s:10:\"size_after\";i:23421;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9655;s:11:\"size_before\";i:90261;s:10:\"size_after\";i:80606;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:18212;s:11:\"size_before\";i:189197;s:10:\"size_after\";i:170985;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:29250;s:11:\"size_before\";i:319330;s:10:\"size_after\";i:290080;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:57481;s:11:\"size_before\";i:671541;s:10:\"size_after\";i:614060;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:30855;s:11:\"size_before\";i:334486;s:10:\"size_after\";i:303631;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:14209;s:11:\"size_before\";i:141179;s:10:\"size_after\";i:126970;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:13937;s:11:\"size_before\";i:133153;s:10:\"size_after\";i:119216;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7855;s:11:\"size_before\";i:68439;s:10:\"size_after\";i:60584;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3862;s:11:\"size_before\";i:30020;s:10:\"size_after\";i:26158;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25884,3768,'_wp_attached_file','2022/02/SMALL-GROUPS.png'),(25885,3768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2022/02/SMALL-GROUPS.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SMALL-GROUPS-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"SMALL-GROUPS-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"SMALL-GROUPS-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:{}}}'),(25886,1462,'_aioseo_title','#post_title | #site_title'),(25887,1462,'_aioseo_description','#post_content'),(25888,1462,'_aioseo_keywords',''),(25889,1462,'_aioseo_og_title',NULL),(25890,1462,'_aioseo_og_description',NULL),(25891,1462,'_aioseo_og_article_section',''),(25892,1462,'_aioseo_og_article_tags',''),(25893,1462,'_aioseo_twitter_title',NULL),(25894,1462,'_aioseo_twitter_description',NULL),(25895,1462,'_fusion_google_fonts',''),(25896,3768,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2888902;s:10:\"size_after\";i:2888902;s:4:\"time\";d:5.23000000000000131450406115618534386157989501953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61071;s:10:\"size_after\";i:61071;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:469374;s:10:\"size_after\";i:469374;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29040;s:10:\"size_after\";i:29040;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:291421;s:10:\"size_after\";i:291421;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:202862;s:10:\"size_after\";i:202862;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78526;s:10:\"size_after\";i:78526;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:300661;s:10:\"size_after\";i:300661;s:4:\"time\";d:0.7800000000000000266453525910037569701671600341796875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8566;s:10:\"size_after\";i:8566;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32198;s:10:\"size_after\";i:32198;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:97552;s:10:\"size_after\";i:97552;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197222;s:10:\"size_after\";i:197222;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:315772;s:10:\"size_after\";i:315772;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:373775;s:10:\"size_after\";i:373775;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169797;s:10:\"size_after\";i:169797;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:148736;s:10:\"size_after\";i:148736;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77097;s:10:\"size_after\";i:77097;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35232;s:10:\"size_after\";i:35232;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(25897,3769,'_wp_attached_file','2022/02/smallgroupsrev.jpg'),(25898,3769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:26:\"2022/02/smallgroupsrev.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-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:27:\"smallgroupsrev-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:26:\"smallgroupsrev-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:\"smallgroupsrev-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"smallgroupsrev-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:27:\"smallgroupsrev-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"smallgroupsrev-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:{}}}'),(25899,3769,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(25900,3769,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9855692976263608073850264190696179866790771484375;s:5:\"bytes\";i:272289;s:11:\"size_before\";i:2726825;s:10:\"size_after\";i:2454536;s:4:\"time\";d:1.4000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5182;s:11:\"size_before\";i:50077;s:10:\"size_after\";i:44895;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:36947;s:11:\"size_before\";i:378328;s:10:\"size_after\";i:341381;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2684;s:11:\"size_before\";i:25211;s:10:\"size_after\";i:22527;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:23613;s:11:\"size_before\";i:241393;s:10:\"size_after\";i:217780;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:15304;s:11:\"size_before\";i:144965;s:10:\"size_after\";i:129661;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:6344;s:11:\"size_before\";i:61888;s:10:\"size_after\";i:55544;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:22189;s:11:\"size_before\";i:226981;s:10:\"size_after\";i:204792;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:672;s:11:\"size_before\";i:6489;s:10:\"size_after\";i:5817;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:24842;s:10:\"size_after\";i:22103;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8113;s:11:\"size_before\";i:81763;s:10:\"size_after\";i:73650;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15953;s:11:\"size_before\";i:162860;s:10:\"size_after\";i:146907;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:25536;s:11:\"size_before\";i:258810;s:10:\"size_after\";i:233274;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:47278;s:11:\"size_before\";i:475673;s:10:\"size_after\";i:428395;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:26779;s:11:\"size_before\";i:258863;s:10:\"size_after\";i:232084;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12475;s:11:\"size_before\";i:123686;s:10:\"size_after\";i:111211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:11437;s:11:\"size_before\";i:116072;s:10:\"size_after\";i:104635;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6160;s:11:\"size_before\";i:61508;s:10:\"size_after\";i:55348;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2884;s:11:\"size_before\";i:27416;s:10:\"size_after\";i:24532;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25901,1597,'_aioseo_title',NULL),(25902,1597,'_aioseo_description',NULL),(25903,1597,'_aioseo_keywords',''),(25904,1597,'_aioseo_og_title',NULL),(25905,1597,'_aioseo_og_description',NULL),(25906,1597,'_aioseo_og_article_section',''),(25907,1597,'_aioseo_og_article_tags',''),(25908,1597,'_aioseo_twitter_title',NULL),(25909,1597,'_aioseo_twitter_description',NULL),(25910,3773,'pages_sidebar','s:33:\"a:1:{i:0;s:15:\"default_sidebar\";}\";'),(25911,3773,'pages_sidebar_2','s:33:\"a:1:{i:0;s:15:\"default_sidebar\";}\";'),(25912,3773,'_fusion','a:2:{s:8:\"bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_color\";s:7:\"#ffffff\";}'),(25913,3774,'_wp_attached_file','2022/02/249314501_10226639861121151_8803488510180329694_n-1.jpg'),(25914,3774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:960;s:4:\"file\";s:63:\"2022/02/249314501_10226639861121151_8803488510180329694_n-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:61:\"249314501_10226639861121151_8803488510180329694_n-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-400x401.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-600x601.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-800x802.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:63:\"249314501_10226639861121151_8803488510180329694_n-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;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:{}}}'),(25915,3774,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.093095931243983187641788390465080738067626953125;s:5:\"bytes\";i:382330;s:11:\"size_before\";i:3161556;s:10:\"size_after\";i:2779226;s:4:\"time\";d:1.180000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15132;s:11:\"size_before\";i:108895;s:10:\"size_after\";i:93763;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:30886;s:10:\"size_after\";i:26357;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:62424;s:11:\"size_before\";i:543213;s:10:\"size_after\";i:480789;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:20822;s:11:\"size_before\";i:177922;s:10:\"size_after\";i:157100;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10681;s:11:\"size_before\";i:78241;s:10:\"size_after\";i:67560;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:35516;s:11:\"size_before\";i:301775;s:10:\"size_after\";i:266259;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:7638;s:10:\"size_after\";i:6551;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7444;s:11:\"size_before\";i:51283;s:10:\"size_after\";i:43839;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:24153;s:11:\"size_before\";i:180472;s:10:\"size_after\";i:156319;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:44915;s:11:\"size_before\";i:363781;s:10:\"size_after\";i:318866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:66100;s:11:\"size_before\";i:579493;s:10:\"size_after\";i:513393;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:35118;s:11:\"size_before\";i:318523;s:10:\"size_after\";i:283405;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:19216;s:11:\"size_before\";i:155110;s:10:\"size_after\";i:135894;s:4:\"time\";d:0.25;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:19470;s:11:\"size_before\";i:151566;s:10:\"size_after\";i:132096;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:10880;s:11:\"size_before\";i:79129;s:10:\"size_after\";i:68249;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4843;s:11:\"size_before\";i:33629;s:10:\"size_after\";i:28786;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25916,3773,'fusion_builder_status','active'),(25917,3773,'_edit_lock','1697004865:2'),(25918,3773,'_edit_last','1'),(25919,3763,'avada_post_views_count','145'),(25920,3763,'avada_today_post_views_count','1'),(25921,3763,'avada_post_views_count_today_date','08-09-2025'),(25922,3768,'avada_post_views_count','121'),(25923,3768,'avada_today_post_views_count','1'),(25924,3768,'avada_post_views_count_today_date','10-09-2025'),(25925,3769,'avada_post_views_count','116'),(25926,3769,'avada_today_post_views_count','1'),(25927,3769,'avada_post_views_count_today_date','20-09-2025'),(25928,3766,'avada_post_views_count','122'),(25929,3766,'avada_today_post_views_count','3'),(25930,3766,'avada_post_views_count_today_date','08-09-2025'),(25931,3780,'_wp_attached_file','2022/02/February-27-2022.pdf'),(25932,3780,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:24:\"February-27-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"February-27-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"February-27-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"February-27-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25933,3781,'_wp_attached_file','2022/02/February-20-2022.pdf'),(25934,3781,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:24:\"February-20-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"February-20-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"February-20-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"February-20-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25935,3767,'avada_post_views_count','130'),(25936,3767,'avada_today_post_views_count','1'),(25937,3767,'avada_post_views_count_today_date','09-09-2025'),(25941,3780,'avada_post_views_count','135'),(25942,3780,'avada_today_post_views_count','1'),(25943,3780,'avada_post_views_count_today_date','09-09-2025'),(25944,3786,'_wp_attached_file','2022/03/March-6-2022.pdf'),(25945,3786,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:20:\"March-6-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"March-6-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"March-6-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"March-6-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25949,3786,'avada_post_views_count','163'),(25950,3786,'avada_today_post_views_count','1'),(25951,3786,'avada_post_views_count_today_date','12-09-2025'),(25952,3789,'_wp_attached_file','2022/03/March-13-2022.pdf'),(25953,3789,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:21:\"March-13-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"March-13-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"March-13-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"March-13-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25954,3789,'avada_post_views_count','157'),(25955,3789,'avada_today_post_views_count','1'),(25956,3789,'avada_post_views_count_today_date','10-09-2025'),(25957,3781,'avada_post_views_count','122'),(25958,3781,'avada_today_post_views_count','1'),(25959,3781,'avada_post_views_count_today_date','11-09-2025'),(25960,3792,'_wp_attached_file','2022/03/March-27-2022.pdf'),(25961,3792,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:21:\"March-27-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"March-27-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"March-27-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"March-27-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25962,3792,'avada_post_views_count','119'),(25963,3792,'avada_today_post_views_count','1'),(25964,3792,'avada_post_views_count_today_date','20-09-2025'),(25965,3795,'_wp_attached_file','2022/04/April-3-2022.pdf'),(25966,3795,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:20:\"April-3-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"April-3-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"April-3-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"April-3-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25967,3774,'avada_post_views_count','160'),(25968,3774,'avada_today_post_views_count','1'),(25969,3774,'avada_post_views_count_today_date','12-09-2025'),(25970,3795,'avada_post_views_count','129'),(25971,3795,'avada_today_post_views_count','1'),(25972,3795,'avada_post_views_count_today_date','11-09-2025'),(25973,3799,'_wp_attached_file','2022/04/April-10-2022.pdf'),(25974,3799,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:21:\"April-10-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"April-10-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"April-10-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"April-10-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25975,3799,'avada_post_views_count','145'),(25976,3799,'avada_today_post_views_count','1'),(25977,3799,'avada_post_views_count_today_date','11-09-2025'),(25978,3802,'_wp_attached_file','2022/04/April-24-2022.pdf'),(25979,3802,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:21:\"April-24-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"April-24-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"April-24-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"April-24-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25980,3803,'_wp_attached_file','2022/04/April-17-2022.pdf'),(25981,3803,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:21:\"April-17-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"April-17-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"April-17-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"April-17-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25982,3803,'avada_post_views_count','159'),(25983,3803,'avada_today_post_views_count','1'),(25984,3803,'avada_post_views_count_today_date','10-09-2025'),(25985,3802,'avada_post_views_count','135'),(25986,3802,'avada_today_post_views_count','2'),(25987,3802,'avada_post_views_count_today_date','11-09-2025'),(25988,3806,'_wp_attached_file','2022/05/May-1-2022.pdf'),(25989,3806,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:18:\"May-1-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"May-1-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"May-1-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"May-1-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25990,3806,'avada_post_views_count','123'),(25991,3806,'avada_today_post_views_count','2'),(25992,3806,'avada_post_views_count_today_date','08-09-2025'),(25993,3809,'_wp_attached_file','2022/05/May-8-2022.pdf'),(25994,3809,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:18:\"May-8-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"May-8-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"May-8-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"May-8-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(25995,3809,'avada_post_views_count','131'),(25996,3809,'avada_today_post_views_count','1'),(25997,3809,'avada_post_views_count_today_date','11-09-2025'),(25998,3811,'_wp_attached_file','2022/05/May-15-2022.pdf'),(25999,3811,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:19:\"May-15-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"May-15-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"May-15-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"May-15-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(26000,3811,'avada_post_views_count','118'),(26001,3811,'avada_today_post_views_count','1'),(26002,3811,'avada_post_views_count_today_date','08-09-2025'),(26003,3814,'_wp_attached_file','2022/05/May-29-2022.pdf'),(26004,3814,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-29-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:632301;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-29-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48592;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-29-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-29-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17033;}}s:8:\"filesize\";i:137364;}'),(26005,3814,'avada_post_views_count','170'),(26006,3814,'avada_today_post_views_count','1'),(26007,3814,'avada_post_views_count_today_date','07-09-2025'),(26008,3817,'_wp_attached_file','2022/06/June-5-2022.pdf'),(26009,3817,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-5-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:583432;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-5-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47849;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-5-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363381;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-5-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17183;}}s:8:\"filesize\";i:139290;}'),(26010,3819,'_wp_attached_file','2022/06/June-12-2022.pdf'),(26011,3819,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-12-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:590862;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-12-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50361;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-12-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-12-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18491;}}s:8:\"filesize\";i:152352;}'),(26012,3819,'avada_post_views_count','121'),(26013,3819,'avada_today_post_views_count','1'),(26014,3819,'avada_post_views_count_today_date','12-09-2025'),(26015,3817,'avada_post_views_count','207'),(26016,3817,'avada_today_post_views_count','1'),(26017,3817,'avada_post_views_count_today_date','10-09-2025'),(26018,3822,'_wp_attached_file','2022/06/June-19-2022.pdf'),(26019,3822,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-19-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:606373;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-19-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50777;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-19-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-19-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18314;}}s:8:\"filesize\";i:148800;}'),(26020,3822,'avada_post_views_count','168'),(26021,3822,'avada_today_post_views_count','1'),(26022,3822,'avada_post_views_count_today_date','08-09-2025'),(26023,3824,'_wp_attached_file','2022/06/June-26-2022.pdf'),(26024,3824,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-26-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:572554;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-26-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49966;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-26-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-26-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18573;}}s:8:\"filesize\";i:140631;}'),(26025,3824,'avada_post_views_count','132'),(26026,3824,'avada_today_post_views_count','1'),(26027,3824,'avada_post_views_count_today_date','10-09-2025'),(26028,3827,'_wp_attached_file','2022/07/July-3-2022.pdf'),(26029,3827,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"July-3-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:570038;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"July-3-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50484;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"July-3-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"July-3-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18596;}}s:8:\"filesize\";i:143079;}'),(26030,3827,'avada_post_views_count','149'),(26031,3827,'avada_today_post_views_count','1'),(26032,3827,'avada_post_views_count_today_date','10-09-2025'),(26033,3830,'_wp_attached_file','2022/07/July-10-2022.pdf'),(26034,3830,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-10-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:571734;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-10-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49566;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-10-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:353065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-10-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18382;}}s:8:\"filesize\";i:142018;}'),(26035,3830,'avada_post_views_count','213'),(26036,3830,'avada_today_post_views_count','1'),(26037,3830,'avada_post_views_count_today_date','10-09-2025'),(26038,3832,'_wp_attached_file','2022/07/July-17-2022.pdf'),(26039,3832,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-17-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:581366;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-17-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50054;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-17-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366453;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-17-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18592;}}s:8:\"filesize\";i:135842;}'),(26040,3832,'avada_post_views_count','130'),(26041,3832,'avada_today_post_views_count','1'),(26042,3832,'avada_post_views_count_today_date','10-09-2025'),(26043,3835,'_wp_attached_file','2022/07/July-24-2022.pdf'),(26044,3835,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-24-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:608461;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-24-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50650;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-24-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-24-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18539;}}s:8:\"filesize\";i:147924;}'),(26045,3835,'avada_post_views_count','158'),(26046,3835,'avada_today_post_views_count','1'),(26047,3835,'avada_post_views_count_today_date','11-09-2025'),(26048,3838,'_wp_attached_file','2022/07/July-31-2022.pdf'),(26049,3838,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-31-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:609780;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-31-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49770;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-31-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-31-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18308;}}s:8:\"filesize\";i:135968;}'),(26050,3838,'avada_post_views_count','184'),(26051,3838,'avada_today_post_views_count','1'),(26052,3838,'avada_post_views_count_today_date','11-09-2025'),(26053,3841,'_wp_attached_file','2022/08/August-7-2022.pdf'),(26054,3841,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"August-7-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578553;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"August-7-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49616;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"August-7-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"August-7-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17944;}}s:8:\"filesize\";i:140436;}'),(26055,3841,'avada_post_views_count','112'),(26056,3841,'avada_today_post_views_count','1'),(26057,3841,'avada_post_views_count_today_date','10-09-2025'),(26058,3843,'_wp_attached_file','2022/08/August-21-2022.pdf'),(26059,3843,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-21-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:603090;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-21-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47257;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-21-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375211;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-21-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17228;}}s:8:\"filesize\";i:132222;}'),(26060,3843,'avada_post_views_count','115'),(26061,3843,'avada_today_post_views_count','1'),(26062,3843,'avada_post_views_count_today_date','11-09-2025'),(26063,3845,'_wp_attached_file','2022/08/August-28-2022.pdf'),(26064,3845,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-28-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:631977;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-28-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49673;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-28-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-28-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17496;}}s:8:\"filesize\";i:129264;}'),(26065,3848,'_wp_attached_file','2022/09/September-4-2022.pdf'),(26066,3848,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"September-4-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:602001;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"September-4-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49726;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"September-4-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"September-4-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18085;}}s:8:\"filesize\";i:162700;}'),(26067,1441,'om_disable_all_campaigns',''),(26068,3845,'avada_post_views_count','206'),(26069,3845,'avada_today_post_views_count','1'),(26070,3845,'avada_post_views_count_today_date','20-09-2025'),(26071,3848,'avada_post_views_count','119'),(26072,3848,'avada_today_post_views_count','3'),(26073,3848,'avada_post_views_count_today_date','08-09-2025'),(26074,3851,'_wp_attached_file','2022/09/September-11-2022.pdf'),(26075,3851,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-11-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:610774;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-11-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48324;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-11-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-11-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16940;}}s:8:\"filesize\";i:165263;}'),(26076,3851,'avada_post_views_count','123'),(26077,3851,'avada_today_post_views_count','1'),(26078,3851,'avada_post_views_count_today_date','21-09-2025'),(26079,3853,'_wp_attached_file','2022/09/September-18-2022.pdf'),(26080,3853,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-18-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:566236;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-18-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44662;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-18-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-18-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16013;}}s:8:\"filesize\";i:127196;}'),(26081,3853,'avada_post_views_count','141'),(26082,3853,'avada_today_post_views_count','1'),(26083,3853,'avada_post_views_count_today_date','09-09-2025'),(26084,3856,'_wp_attached_file','2022/10/October-9-2022.pdf'),(26085,3856,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"October-9-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:530026;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"October-9-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44457;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"October-9-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"October-9-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15871;}}s:8:\"filesize\";i:129177;}'),(26086,3857,'_wp_attached_file','2022/10/October-2-2022.pdf'),(26087,3857,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"October-2-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:593104;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"October-2-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46917;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"October-2-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"October-2-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16874;}}s:8:\"filesize\";i:134770;}'),(26088,3856,'avada_post_views_count','107'),(26089,3856,'avada_today_post_views_count','3'),(26090,3856,'avada_post_views_count_today_date','08-09-2025'),(26091,3857,'avada_post_views_count','116'),(26092,3857,'avada_today_post_views_count','2'),(26093,3857,'avada_post_views_count_today_date','08-09-2025'),(26094,3859,'_wp_attached_file','2022/10/October-16-2022.pdf'),(26095,3859,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-16-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:450528;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-16-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39270;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-16-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-16-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14308;}}s:8:\"filesize\";i:116692;}'),(26096,3859,'avada_post_views_count','146'),(26097,3859,'avada_today_post_views_count','2'),(26098,3859,'avada_post_views_count_today_date','08-09-2025'),(26099,3862,'_wp_attached_file','2022/10/October-23-2022.pdf'),(26100,3862,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-23-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:502721;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-23-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41553;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-23-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-23-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15158;}}s:8:\"filesize\";i:121899;}'),(26101,3862,'avada_post_views_count','153'),(26102,3862,'avada_today_post_views_count','1'),(26103,3862,'avada_post_views_count_today_date','20-09-2025'),(26112,3867,'_wp_attached_file','2022/11/November-6-2022.pdf'),(26113,3867,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"November-6-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:595617;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"November-6-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46009;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"November-6-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"November-6-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16340;}}s:8:\"filesize\";i:139673;}'),(26114,3868,'_wp_attached_file','2022/11/October-30-2022.pdf'),(26115,3868,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-30-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:591717;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-30-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44502;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-30-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-30-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15638;}}s:8:\"filesize\";i:114381;}'),(26129,3868,'avada_post_views_count','109'),(26130,3868,'avada_today_post_views_count','1'),(26131,3868,'avada_post_views_count_today_date','08-09-2025'),(26132,3867,'avada_post_views_count','164'),(26133,3867,'avada_today_post_views_count','1'),(26134,3867,'avada_post_views_count_today_date','09-09-2025'),(26135,3874,'_wp_attached_file','2022/11/November-13-2022.pdf'),(26136,3874,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-13-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:561858;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-13-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44286;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-13-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336257;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-13-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15738;}}s:8:\"filesize\";i:139662;}'),(26137,3874,'avada_post_views_count','106'),(26138,3874,'avada_today_post_views_count','1'),(26139,3874,'avada_post_views_count_today_date','10-09-2025'),(26140,3876,'_wp_attached_file','2022/11/November-20-2022.pdf'),(26141,3876,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-20-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:583294;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-20-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47630;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-20-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-20-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16693;}}s:8:\"filesize\";i:176826;}'),(26142,3876,'avada_post_views_count','91'),(26143,3876,'avada_today_post_views_count','1'),(26144,3876,'avada_post_views_count_today_date','09-09-2025'),(26145,3879,'_wp_attached_file','2022/11/November-27-2022.pdf'),(26146,3879,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-27-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:569813;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-27-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45676;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-27-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-27-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16498;}}s:8:\"filesize\";i:126371;}'),(26147,3879,'avada_post_views_count','97'),(26148,3879,'avada_today_post_views_count','1'),(26149,3879,'avada_post_views_count_today_date','20-09-2025'),(26150,3881,'_wp_attached_file','2022/12/December-04-2022.pdf'),(26151,3881,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-04-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:552075;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-04-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43872;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-04-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-04-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15839;}}s:8:\"filesize\";i:133717;}'),(26152,3881,'avada_post_views_count','110'),(26153,3881,'avada_today_post_views_count','1'),(26154,3881,'avada_post_views_count_today_date','09-09-2025'),(26156,3885,'_wp_attached_file','2022/12/Childlike-Faith-mp3-image.png'),(26157,3885,'_cover_hash','1943a7763d675073956365de66fa3a04'),(26158,3885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:826;s:6:\"height\";i:486;s:4:\"file\";s:37:\"2022/12/Childlike-Faith-mp3-image.png\";s:8:\"filesize\";i:40044;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7503;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46839;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24171;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16067;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44927;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:35:\"Childlike-Faith-mp3-image-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2421;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-200x118.png\";s:5:\"width\";i:200;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8043;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19944;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-600x353.png\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34189;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-800x471.png\";s:5:\"width\";i:800;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49562;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-826x400.png\";s:5:\"width\";i:826;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25006;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28394;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26372;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15992;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:37:\"Childlike-Faith-mp3-image-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26159,3885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:371572;s:10:\"size_after\";i:371572;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";b:1;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7503;s:10:\"size_after\";i:7503;s:4:\"time\";i:0;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2421;s:10:\"size_after\";i:2421;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8043;s:10:\"size_after\";i:8043;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16067;s:10:\"size_after\";i:16067;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8368;s:10:\"size_after\";i:8368;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24171;s:10:\"size_after\";i:24171;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19944;s:10:\"size_after\";i:19944;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34189;s:10:\"size_after\";i:34189;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26372;s:10:\"size_after\";i:26372;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44927;s:10:\"size_after\";i:44927;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25006;s:10:\"size_after\";i:25006;s:4:\"time\";i:0;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28394;s:10:\"size_after\";i:28394;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15992;s:10:\"size_after\";i:15992;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13774;s:10:\"size_after\";i:13774;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46839;s:10:\"size_after\";i:46839;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49562;s:10:\"size_after\";i:49562;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(26162,3886,'_wp_attached_file','2022/12/December-11-2022.pdf'),(26163,3886,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-11-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:541502;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-11-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42511;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-11-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-11-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15663;}}s:8:\"filesize\";i:127968;}'),(26164,3886,'avada_post_views_count','108'),(26165,3886,'avada_today_post_views_count','1'),(26166,3886,'avada_post_views_count_today_date','10-09-2025'),(26167,3888,'_wp_attached_file','2022/12/December-18-2022.pdf'),(26168,3888,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-18-2022-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:572415;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-18-2022-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46857;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-18-2022-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-18-2022-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16863;}}s:8:\"filesize\";i:123772;}'),(26169,3888,'avada_post_views_count','113'),(26170,3888,'avada_today_post_views_count','1'),(26171,3888,'avada_post_views_count_today_date','09-09-2025'),(26172,3892,'_wp_attached_file','2023/01/January-1-2023.pdf'),(26173,3892,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"January-1-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:480973;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"January-1-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40644;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"January-1-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"January-1-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14961;}}s:8:\"filesize\";i:114472;}'),(26174,3892,'avada_post_views_count','133'),(26175,3892,'avada_today_post_views_count','1'),(26176,3892,'avada_post_views_count_today_date','12-09-2025'),(26177,3894,'_wp_attached_file','2023/01/January-8-2023.pdf'),(26178,3894,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"January-8-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:477565;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"January-8-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39916;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"January-8-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"January-8-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14716;}}s:8:\"filesize\";i:118574;}'),(26179,3894,'avada_post_views_count','96'),(26180,3894,'avada_today_post_views_count','1'),(26181,3894,'avada_post_views_count_today_date','10-09-2025'),(26182,3897,'_wp_attached_file','2023/01/January-15-2023.pdf'),(26183,3897,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-15-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:508447;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-15-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41136;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-15-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-15-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15176;}}s:8:\"filesize\";i:120332;}'),(26184,3897,'avada_post_views_count','103'),(26185,3897,'avada_today_post_views_count','2'),(26186,3897,'avada_post_views_count_today_date','08-09-2025'),(26187,3899,'_wp_attached_file','2023/01/January-22-2023.pdf'),(26188,3899,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-22-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:550612;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-22-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42728;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-22-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-22-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15240;}}s:8:\"filesize\";i:120315;}'),(26189,3899,'avada_post_views_count','109'),(26190,3899,'avada_today_post_views_count','1'),(26191,3899,'avada_post_views_count_today_date','11-09-2025'),(26192,3902,'_wp_attached_file','2023/02/021223-bulletin.pdf'),(26193,3902,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"021223-bulletin-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:551161;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"021223-bulletin-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45157;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"021223-bulletin-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"021223-bulletin-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16177;}}s:8:\"filesize\";i:124742;}'),(26194,3902,'avada_post_views_count','101'),(26195,3902,'avada_today_post_views_count','2'),(26196,3902,'avada_post_views_count_today_date','08-09-2025'),(26197,3905,'_wp_attached_file','2023/02/February-19-2023.pdf'),(26198,3905,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-19-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:536821;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-19-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44285;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-19-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-19-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15820;}}s:8:\"filesize\";i:123441;}'),(26199,3905,'avada_post_views_count','149'),(26200,3905,'avada_today_post_views_count','2'),(26201,3905,'avada_post_views_count_today_date','08-09-2025'),(26202,3907,'_wp_attached_file','2023/02/February-26-2023.pdf'),(26203,3907,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-26-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:553897;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-26-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43320;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-26-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-26-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15333;}}s:8:\"filesize\";i:124011;}'),(26204,3907,'avada_post_views_count','126'),(26205,3907,'avada_today_post_views_count','2'),(26206,3907,'avada_post_views_count_today_date','08-09-2025'),(26207,3910,'_wp_attached_file','2023/03/March-5-2023.pdf'),(26208,3910,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"March-5-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537219;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"March-5-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43261;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"March-5-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"March-5-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15734;}}s:8:\"filesize\";i:123716;}'),(26209,3910,'avada_post_views_count','107'),(26210,3910,'avada_today_post_views_count','3'),(26211,3910,'avada_post_views_count_today_date','08-09-2025'),(26212,3913,'_wp_attached_file','2023/03/March-3-2023.pdf'),(26213,3913,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"March-3-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:579604;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"March-3-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44909;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"March-3-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"March-3-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15813;}}s:8:\"filesize\";i:117546;}'),(26214,3913,'avada_post_views_count','100'),(26215,3913,'avada_today_post_views_count','1'),(26216,3913,'avada_post_views_count_today_date','09-09-2025'),(26217,3916,'_wp_attached_file','2023/03/March-19-2023.pdf'),(26218,3916,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-19-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:538638;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-19-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43231;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-19-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-19-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15778;}}s:8:\"filesize\";i:113106;}'),(26219,3916,'avada_post_views_count','96'),(26220,3916,'avada_today_post_views_count','2'),(26221,3916,'avada_post_views_count_today_date','08-09-2025'),(26222,3918,'_wp_attached_file','2023/03/March-26-2023.pdf'),(26223,3918,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-26-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:651521;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-26-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51167;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-26-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:393158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-26-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18017;}}s:8:\"filesize\";i:165559;}'),(26224,3918,'avada_post_views_count','101'),(26225,3918,'avada_today_post_views_count','1'),(26226,3918,'avada_post_views_count_today_date','10-09-2025'),(26227,3921,'_wp_attached_file','2023/04/April-2-2023.pdf'),(26228,3921,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"April-2-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:667120;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"April-2-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52050;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"April-2-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"April-2-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18285;}}s:8:\"filesize\";i:174111;}'),(26229,3921,'avada_post_views_count','111'),(26230,3921,'avada_today_post_views_count','3'),(26231,3921,'avada_post_views_count_today_date','08-09-2025'),(26232,3923,'_wp_attached_file','2023/04/April-9-2023.pdf'),(26233,3923,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"April-9-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:585679;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"April-9-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47972;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"April-9-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"April-9-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17629;}}s:8:\"filesize\";i:144886;}'),(26234,3923,'avada_post_views_count','107'),(26235,3923,'avada_today_post_views_count','1'),(26236,3923,'avada_post_views_count_today_date','09-09-2025'),(26237,3926,'_wp_attached_file','2023/04/April-16-2023.pdf'),(26238,3926,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-16-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:499325;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-16-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43031;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-16-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-16-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16188;}}s:8:\"filesize\";i:112341;}'),(26239,40,'om_disable_all_campaigns',''),(26240,1795,'avada_post_views_count','84'),(26241,1795,'avada_today_post_views_count','2'),(26242,1795,'avada_post_views_count_today_date','10-09-2025'),(26243,3926,'avada_post_views_count','117'),(26244,3926,'avada_today_post_views_count','1'),(26245,3926,'avada_post_views_count_today_date','20-09-2025'),(26246,3929,'_wp_attached_file','2023/04/April-23-2023.pdf'),(26247,3929,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-23-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:542534;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-23-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44081;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-23-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-23-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16363;}}s:8:\"filesize\";i:113032;}'),(26248,3929,'avada_post_views_count','172'),(26249,3929,'avada_today_post_views_count','1'),(26250,3929,'avada_post_views_count_today_date','10-09-2025'),(26251,3931,'_wp_attached_file','2023/04/April-30-2023.pdf'),(26252,3931,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-30-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:547972;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-30-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44678;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-30-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-30-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16270;}}s:8:\"filesize\";i:127988;}'),(26253,3931,'avada_post_views_count','138'),(26254,3931,'avada_today_post_views_count','1'),(26255,3931,'avada_post_views_count_today_date','09-09-2025'),(26256,3935,'_wp_attached_file','2023/05/May-7-2023.pdf'),(26257,3935,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"May-7-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578576;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"May-7-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48474;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"May-7-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"May-7-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17638;}}s:8:\"filesize\";i:139991;}'),(26258,3935,'avada_post_views_count','169'),(26259,3935,'avada_today_post_views_count','2'),(26260,3935,'avada_post_views_count_today_date','08-09-2025'),(26261,3938,'_wp_attached_file','2023/05/May-21-2023.pdf'),(26262,3938,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-21-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:516870;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-21-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44295;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-21-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-21-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16983;}}s:8:\"filesize\";i:139791;}'),(26263,3939,'_wp_attached_file','2023/05/May-14-2023.pdf'),(26264,3939,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-14-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:533985;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-14-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45144;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-14-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-14-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17005;}}s:8:\"filesize\";i:139591;}'),(26265,3941,'_wp_attached_file','2023/05/May-28-2023.pdf'),(26266,3941,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-28-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:553973;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-28-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47507;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-28-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343137;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-28-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17768;}}s:8:\"filesize\";i:130915;}'),(26267,3938,'avada_post_views_count','97'),(26268,3938,'avada_today_post_views_count','1'),(26269,3938,'avada_post_views_count_today_date','09-09-2025'),(26270,3939,'avada_post_views_count','167'),(26271,3939,'avada_today_post_views_count','1'),(26272,3939,'avada_post_views_count_today_date','09-09-2025'),(26273,3941,'avada_post_views_count','138'),(26274,3941,'avada_today_post_views_count','1'),(26275,3941,'avada_post_views_count_today_date','10-09-2025'),(26276,3944,'_wp_attached_file','2023/06/June-6-2023.pdf'),(26277,3944,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-6-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:492803;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-6-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42619;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-6-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-6-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16274;}}s:8:\"filesize\";i:119267;}'),(26278,3946,'_wp_attached_file','2023/06/June-11-2023.pdf'),(26279,3946,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-11-2023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185231;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-11-2023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19945;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-11-2023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-11-2023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8702;}}s:8:\"filesize\";i:99801;}'),(26280,3944,'avada_post_views_count','94'),(26281,3944,'avada_today_post_views_count','2'),(26282,3944,'avada_post_views_count_today_date','10-09-2025'),(26283,3949,'_wp_attached_file','2023/06/June-18-2023.pdf'),(26284,3949,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-18-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:585499;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-18-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48092;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-18-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-18-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17559;}}s:8:\"filesize\";i:118665;}'),(26285,3951,'_wp_attached_file','2023/06/June-25-2023.pdf'),(26286,3951,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-25-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:614020;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-25-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47334;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-25-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-25-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17250;}}s:8:\"filesize\";i:116428;}'),(26287,3954,'_wp_attached_file','2023/07/July-2-2023.pdf'),(26288,3954,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"July-2-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537871;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"July-2-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44745;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"July-2-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"July-2-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16597;}}s:8:\"filesize\";i:119825;}'),(26289,3946,'avada_post_views_count','96'),(26290,3946,'avada_today_post_views_count','1'),(26291,3946,'avada_post_views_count_today_date','10-09-2025'),(26292,3954,'avada_post_views_count','114'),(26293,3954,'avada_today_post_views_count','1'),(26294,3954,'avada_post_views_count_today_date','09-09-2025'),(26295,3949,'avada_post_views_count','121'),(26296,3949,'avada_today_post_views_count','1'),(26297,3949,'avada_post_views_count_today_date','08-09-2025'),(26298,3951,'avada_post_views_count','123'),(26299,3951,'avada_today_post_views_count','1'),(26300,3951,'avada_post_views_count_today_date','10-09-2025'),(26301,3957,'_wp_attached_file','2023/07/July-9-2023.pdf'),(26302,3957,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"July-9-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:593471;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"July-9-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47804;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"July-9-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"July-9-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17224;}}s:8:\"filesize\";i:125709;}'),(26303,3957,'avada_post_views_count','90'),(26304,3957,'avada_today_post_views_count','1'),(26305,3957,'avada_post_views_count_today_date','10-09-2025'),(26306,3960,'_wp_attached_file','2023/07/July-16-2023.pdf'),(26307,3960,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-16-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:508474;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-16-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44156;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-16-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-16-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}}s:8:\"filesize\";i:124244;}'),(26308,3961,'_wp_attached_file','2023/07/July-9-2023-1.pdf'),(26309,3961,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"July-9-2023-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:593471;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"July-9-2023-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47804;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"July-9-2023-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"July-9-2023-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17224;}}s:8:\"filesize\";i:125709;}'),(26310,3960,'avada_post_views_count','92'),(26311,3960,'avada_today_post_views_count','1'),(26312,3960,'avada_post_views_count_today_date','20-09-2025'),(26313,3961,'avada_post_views_count','106'),(26314,3961,'avada_today_post_views_count','1'),(26315,3961,'avada_post_views_count_today_date','10-09-2025'),(26316,3963,'_wp_attached_file','2023/07/July-23-2023.pdf'),(26317,3963,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-23-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:637736;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-23-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48034;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-23-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:390330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-23-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17171;}}s:8:\"filesize\";i:120867;}'),(26318,3963,'avada_post_views_count','104'),(26319,3963,'avada_today_post_views_count','1'),(26320,3963,'avada_post_views_count_today_date','09-09-2025'),(26321,3966,'_wp_attached_file','2023/07/July-30-2023.pdf'),(26322,3966,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-30-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:622660;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-30-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46081;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-30-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:381026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-30-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16441;}}s:8:\"filesize\";i:129540;}'),(26323,3966,'avada_post_views_count','95'),(26324,3966,'avada_today_post_views_count','1'),(26325,3966,'avada_post_views_count_today_date','11-09-2025'),(26326,3969,'_wp_attached_file','2023/08/August-6-2023.pdf'),(26327,3969,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"August-6-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:604886;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"August-6-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46324;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"August-6-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"August-6-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16397;}}s:8:\"filesize\";i:123263;}'),(26328,3969,'avada_post_views_count','133'),(26329,3969,'avada_today_post_views_count','3'),(26330,3969,'avada_post_views_count_today_date','08-09-2025'),(26335,40,'_monsterinsights_sitenote_active','0'),(26336,2638,'om_disable_all_campaigns',''),(26338,3975,'_edit_lock','1704559184:2'),(26339,3975,'_edit_last','1'),(26340,3976,'_wp_attached_file','2023/08/Welcoming-Gospel-People.mp3'),(26341,3976,'_thumbnail_id','3885'),(26342,3976,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:51239872;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2133;s:16:\"length_formatted\";s:5:\"35:33\";s:6:\"artist\";s:10:\"Eric DePew\";s:5:\"title\";s:23:\"Welcoming Gospel People\";s:5:\"album\";s:19:\"Entertaining Angels\";s:4:\"band\";s:10:\"Eric DePew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:3:\"820\";s:11:\"totaltracks\";s:3:\"820\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26343,3975,'asp_sermon_youtube',''),(26344,3975,'asp_sermon_vimeo',''),(26345,3975,'asp_sermon_facebook',''),(26346,3975,'asp_sermon_video_embed',''),(26347,3975,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2023/08/Welcoming-Gospel-People.mp3'),(26348,3975,'asp_sermon_audio_embed',''),(26349,3975,'asp_sermon_soundcloud',''),(26350,3975,'asp_sermon_pdf','Matthew 10:5-15, 40-42'),(26351,3975,'asp_sermon_bible_passage',''),(26352,3975,'asp_sermon_bulletin',''),(26353,3975,'_aioseo_title',NULL),(26354,3975,'_aioseo_description',NULL),(26355,3975,'_aioseo_keywords',''),(26356,3975,'_aioseo_og_title',NULL),(26357,3975,'_aioseo_og_description',NULL),(26358,3975,'_aioseo_og_article_section',''),(26359,3975,'_aioseo_og_article_tags',''),(26360,3975,'_aioseo_twitter_title',NULL),(26361,3975,'_aioseo_twitter_description',NULL),(26362,3975,'_fusion','a:22:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26363,3975,'om_disable_all_campaigns',''),(26364,3975,'avada_post_views_count','411'),(26365,3975,'avada_today_post_views_count','1'),(26366,3975,'avada_post_views_count_today_date','12-09-2025'),(26367,3976,'avada_post_views_count','96'),(26368,3976,'avada_today_post_views_count','1'),(26369,3976,'avada_post_views_count_today_date','11-09-2025'),(26381,665,'_edit_lock','1697171753:2'),(26384,3991,'_wp_attached_file','2023/09/August-27-2023.pdf'),(26385,3991,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-27-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:657319;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-27-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49457;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-27-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:396167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-27-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17223;}}s:8:\"filesize\";i:131433;}'),(26386,3992,'_wp_attached_file','2023/09/September-3-2023.pdf'),(26387,3992,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"September-3-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:511271;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"September-3-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41223;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"September-3-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"September-3-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15740;}}s:8:\"filesize\";i:149723;}'),(26388,3993,'_wp_attached_file','2023/09/September-10-2023.pdf'),(26389,3993,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-10-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:489913;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-10-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40279;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-10-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-10-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15537;}}s:8:\"filesize\";i:152310;}'),(26390,3975,'post_views_count','402'),(26391,3992,'avada_post_views_count','118'),(26392,3992,'avada_today_post_views_count','2'),(26393,3992,'avada_post_views_count_today_date','08-09-2025'),(26394,3993,'avada_post_views_count','99'),(26395,3993,'avada_today_post_views_count','3'),(26396,3993,'avada_post_views_count_today_date','08-09-2025'),(26397,3991,'avada_post_views_count','130'),(26398,3991,'avada_today_post_views_count','1'),(26399,3991,'avada_post_views_count_today_date','10-09-2025'),(26400,3997,'_wp_attached_file','2023/09/September-24-2023.pdf'),(26401,3997,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-24-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:615978;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-24-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45582;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-24-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:376399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-24-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16378;}}s:8:\"filesize\";i:116816;}'),(26402,3999,'_edit_lock','1696998011:2'),(26403,3999,'_edit_last','2'),(26404,4000,'_wp_attached_file','2023/09/Fresh-Ground.mp3'),(26405,4000,'_thumbnail_id','3885'),(26406,4000,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:61686208;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2569;s:16:\"length_formatted\";s:5:\"42:49\";s:6:\"artist\";s:10:\"Eric DePew\";s:5:\"title\";s:12:\"Fresh Ground\";s:5:\"album\";s:9:\"Alter-ing\";s:4:\"band\";s:10:\"Eric DepEw\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:3:\"917\";s:11:\"totaltracks\";s:3:\"917\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26407,3999,'asp_sermon_youtube','https://www.youtube.com/watch?v=lKuZUlFy5Is&amp;t=5906s'),(26408,3999,'asp_sermon_vimeo',''),(26409,3999,'asp_sermon_facebook',''),(26410,3999,'asp_sermon_video_embed',''),(26411,3999,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2023/09/Fresh-Ground.mp3'),(26412,3999,'asp_sermon_audio_embed',''),(26413,3999,'asp_sermon_soundcloud',''),(26414,3999,'asp_sermon_pdf',''),(26415,3999,'asp_sermon_bible_passage',''),(26416,3999,'asp_sermon_bulletin',''),(26417,3999,'asp_sermon_video_type_select','youtube'),(26418,3999,'_aioseo_title',NULL),(26419,3999,'_aioseo_description',NULL),(26420,3999,'_aioseo_keywords',''),(26421,3999,'_aioseo_og_title',NULL),(26422,3999,'_aioseo_og_description',NULL),(26423,3999,'_aioseo_og_article_section',''),(26424,3999,'_aioseo_og_article_tags',''),(26425,3999,'_aioseo_twitter_title',NULL),(26426,3999,'_aioseo_twitter_description',NULL),(26427,3999,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26428,3999,'avada_post_views_count','348'),(26429,3999,'avada_today_post_views_count','2'),(26430,3999,'avada_post_views_count_today_date','11-09-2025'),(26437,3997,'avada_post_views_count','103'),(26438,3997,'avada_today_post_views_count','1'),(26439,3997,'avada_post_views_count_today_date','12-09-2025'),(26440,4001,'_edit_lock','1696998096:2'),(26441,4001,'_edit_last','2'),(26442,4002,'_wp_attached_file','2023/09/Uncut-Stones.mp3'),(26443,4002,'_thumbnail_id','3885'),(26444,4002,'_wp_attachment_metadata','a:23:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52577344;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2189;s:16:\"length_formatted\";s:5:\"36:29\";s:6:\"artist\";s:10:\"Eric DePew\";s:5:\"title\";s:12:\"Uncut Stones\";s:5:\"album\";s:9:\"Alter-ing\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:3:\"924\";s:11:\"totaltracks\";s:3:\"924\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26445,4001,'asp_sermon_youtube','https://www.youtube.com/watch?v=W5uIAro8W_g&amp;t=1005s'),(26446,4001,'asp_sermon_vimeo',''),(26447,4001,'asp_sermon_facebook',''),(26448,4001,'asp_sermon_video_embed',''),(26449,4001,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2023/09/Uncut-Stones.mp3'),(26450,4001,'asp_sermon_audio_embed',''),(26451,4001,'asp_sermon_soundcloud',''),(26452,4001,'asp_sermon_pdf',''),(26453,4001,'asp_sermon_bible_passage',''),(26454,4001,'asp_sermon_bulletin',''),(26455,4001,'asp_sermon_video_type_select','youtube'),(26456,4001,'_aioseo_title',NULL),(26457,4001,'_aioseo_description',NULL),(26458,4001,'_aioseo_keywords',''),(26459,4001,'_aioseo_og_title',NULL),(26460,4001,'_aioseo_og_description',NULL),(26461,4001,'_aioseo_og_article_section',''),(26462,4001,'_aioseo_og_article_tags',''),(26463,4001,'_aioseo_twitter_title',NULL),(26464,4001,'_aioseo_twitter_description',NULL),(26465,4001,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26466,4001,'avada_post_views_count','396'),(26467,4001,'avada_today_post_views_count','1'),(26468,4001,'avada_post_views_count_today_date','11-09-2025'),(26469,1326,'_wp_old_date','2022-02-10'),(26470,1511,'_wp_old_date','2022-02-10'),(26471,1356,'_wp_old_date','2022-02-10'),(26472,1332,'_wp_old_date','2022-02-10'),(26473,1333,'_wp_old_date','2022-02-10'),(26474,1512,'_wp_old_date','2022-02-10'),(26475,1460,'_wp_old_date','2022-02-10'),(26476,1470,'_wp_old_date','2022-02-10'),(26477,1464,'_wp_old_date','2022-02-10'),(26478,2651,'_wp_old_date','2022-02-10'),(26479,1324,'_wp_old_date','2022-02-10'),(26480,1513,'_wp_old_date','2022-02-10'),(26481,1444,'_wp_old_date','2022-02-10'),(26482,1450,'_wp_old_date','2022-02-10'),(26483,1335,'_wp_old_date','2022-02-10'),(26486,2638,'_edit_lock','1697486798:1'),(26487,4001,'post_views_count','393'),(26488,3999,'post_views_count','344'),(26489,4003,'_wp_attached_file','2023/09/October-1-2023.pdf'),(26490,4003,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"October-1-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:646079;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"October-1-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48265;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"October-1-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:394517;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"October-1-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16749;}}s:8:\"filesize\";i:104031;}'),(26491,4002,'avada_post_views_count','62'),(26492,4002,'avada_today_post_views_count','1'),(26493,4002,'avada_post_views_count_today_date','09-09-2025'),(26494,4000,'avada_post_views_count','83'),(26495,4000,'avada_today_post_views_count','1'),(26496,4000,'avada_post_views_count_today_date','11-09-2025'),(26497,4003,'avada_post_views_count','123'),(26498,4003,'avada_today_post_views_count','2'),(26499,4003,'avada_post_views_count_today_date','08-09-2025'),(26500,4007,'_wp_attached_file','2023/10/October-8-2023.pdf'),(26501,4007,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"October-8-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:599338;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"October-8-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47024;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"October-8-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"October-8-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16756;}}s:8:\"filesize\";i:124847;}'),(26502,4009,'_edit_lock','1697086250:2'),(26503,4009,'_edit_last','2'),(26504,4010,'_wp_attached_file','2023/10/The-Life-is-in-its-Blood.mp3'),(26505,4010,'_thumbnail_id','3885'),(26506,4010,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:50985280;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2123;s:16:\"length_formatted\";s:5:\"35:23\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:24:\"The Life is in its Blood\";s:5:\"album\";s:9:\"Alter-ing\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1008\";s:11:\"totaltracks\";s:4:\"1008\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26507,4009,'asp_sermon_youtube','https://www.youtube.com/watch?v=N-72jeMfhbQ'),(26508,4009,'asp_sermon_vimeo',''),(26509,4009,'asp_sermon_facebook',''),(26510,4009,'asp_sermon_video_embed',''),(26511,4009,'asp_sermon_mp4','https://www.crosspoint-church.com/sermons/the-life-is-in-its-blood/'),(26512,4009,'asp_sermon_audio_embed',''),(26513,4009,'asp_sermon_soundcloud',''),(26514,4009,'asp_sermon_pdf',''),(26515,4009,'asp_sermon_bible_passage',''),(26516,4009,'asp_sermon_bulletin',''),(26517,4009,'asp_sermon_video_type_select','youtube'),(26518,4009,'_aioseo_title','##post_title #separator_sa #site_title'),(26519,4009,'_aioseo_description',NULL),(26520,4009,'_aioseo_keywords',''),(26521,4009,'_aioseo_og_title',NULL),(26522,4009,'_aioseo_og_description',NULL),(26523,4009,'_aioseo_og_article_section',''),(26524,4009,'_aioseo_og_article_tags',''),(26525,4009,'_aioseo_twitter_title',NULL),(26526,4009,'_aioseo_twitter_description',NULL),(26527,4009,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26528,4012,'_wp_attached_file','2023/10/Altar-ing-graphic.jpg'),(26529,4012,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2023/10/Altar-ing-graphic.jpg\";s:8:\"filesize\";i:219417;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:303156;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174758;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69689;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285794;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:27:\"Altar-ing-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6152;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25677;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94100;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199789;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329264;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335137;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146508;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137084;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69192;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:29:\"Altar-ing-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26530,4012,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:83203;s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:2286433;s:10:\"size_after\";i:2203230;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:6152;s:10:\"size_after\";i:6152;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:25677;s:10:\"size_after\";i:25677;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:245;s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:26006;s:10:\"size_after\";i:25761;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:163;s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:11:\"size_before\";i:28605;s:10:\"size_after\";i:28442;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:762;s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:55522;s:10:\"size_after\";i:54760;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1445;s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:69689;s:10:\"size_after\";i:68244;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1533;s:7:\"percent\";d:2.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:69192;s:10:\"size_after\";i:67659;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2170;s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:94100;s:10:\"size_after\";i:91930;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4737;s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:146508;s:10:\"size_after\";i:141771;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4546;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:137084;s:10:\"size_after\";i:132538;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6299;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:174758;s:10:\"size_after\";i:168459;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6925;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:199789;s:10:\"size_after\";i:192864;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:13865;s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:329264;s:10:\"size_after\";i:315399;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:11698;s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:285794;s:10:\"size_after\";i:274096;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:15841;s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:11:\"size_before\";i:335137;s:10:\"size_after\";i:319296;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12974;s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:303156;s:10:\"size_after\";i:290182;}}}'),(26531,4009,'_thumbnail_id','4012'),(26537,3320,'_edit_lock','1696826151:2'),(26539,4009,'avada_post_views_count','373'),(26540,4009,'avada_today_post_views_count','1'),(26541,4009,'avada_post_views_count_today_date','21-09-2025'),(26544,4010,'_wp_old_slug','the-life-is-in-its-blood'),(26547,4009,'post_views_count','372'),(26548,4012,'avada_post_views_count','144'),(26549,4012,'avada_today_post_views_count','3'),(26550,4012,'avada_post_views_count_today_date','08-09-2025'),(26551,4007,'avada_post_views_count','165'),(26552,4007,'avada_today_post_views_count','1'),(26553,4007,'avada_post_views_count_today_date','12-09-2025'),(26554,4010,'avada_post_views_count','103'),(26555,4010,'avada_today_post_views_count','2'),(26556,4010,'avada_post_views_count_today_date','09-09-2025'),(26561,4001,'_thumbnail_id','4012'),(26562,4000,'_wp_old_slug','fresh-ground'),(26563,3999,'_thumbnail_id','4012'),(26568,4021,'_wp_attached_file','2017/12/IMG_20200907_172825-scaled.jpg'),(26569,4021,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:38:\"2017/12/IMG_20200907_172825-scaled.jpg\";s:8:\"filesize\";i:732139;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71735;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG_20200907_172825-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:560982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42855;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333456;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG_20200907_172825-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1155893;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"IMG_20200907_172825-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1933341;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210718;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85553;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315934;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_20200907_172825-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24233;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43180;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109617;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218917;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362294;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:32:\"IMG_20200907_172825-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:749308;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397772;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168111;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154880;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85517;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:31:\"IMG_20200907_172825-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45633;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Pixel 3a\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599499705\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:2:\"65\";s:13:\"shutter_speed\";s:8:\"0.000426\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG_20200907_172825.jpg\";}'),(26570,4021,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:2057562;s:7:\"percent\";d:73.7600000000000051159076974727213382720947265625;s:11:\"size_before\";i:2789701;s:10:\"size_after\";i:732139;}'),(26571,4021,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:349040;s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:7802068;s:10:\"size_after\";i:7453028;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:24233;s:10:\"size_after\";i:24233;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:468;s:7:\"percent\";d:1.0900000000000000799360577730112709105014801025390625;s:11:\"size_before\";i:42855;s:10:\"size_after\";i:42387;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:277;s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:11:\"size_before\";i:43180;s:10:\"size_after\";i:42903;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:428;s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:45633;s:10:\"size_after\";i:45205;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1334;s:7:\"percent\";d:1.8600000000000000976996261670137755572795867919921875;s:11:\"size_before\";i:71735;s:10:\"size_after\";i:70401;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1876;s:7:\"percent\";d:2.189999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:85553;s:10:\"size_after\";i:83677;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2019;s:7:\"percent\";d:2.359999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:85517;s:10:\"size_after\";i:83498;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2864;s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:109617;s:10:\"size_after\";i:106753;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:5111;s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:154880;s:10:\"size_after\";i:149769;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5032;s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:168111;s:10:\"size_after\";i:163079;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:5322;s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:210718;s:10:\"size_after\";i:205396;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:12081;s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:315934;s:10:\"size_after\";i:303853;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8030;s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:218917;s:10:\"size_after\";i:210887;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:12800;s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:333456;s:10:\"size_after\";i:320656;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:14360;s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:362294;s:10:\"size_after\";i:347934;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:12793;s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:397772;s:10:\"size_after\";i:384979;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:24480;s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:560982;s:10:\"size_after\";i:536502;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:38243;s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:732139;s:10:\"size_after\";i:693896;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:35662;s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:749308;s:10:\"size_after\";i:713646;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:60029;s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:1155893;s:10:\"size_after\";i:1095864;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:105831;s:7:\"percent\";d:5.46999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:1933341;s:10:\"size_after\";i:1827510;}}}'),(26671,1326,'_wp_old_date','2023-09-26'),(26672,1511,'_wp_old_date','2023-09-26'),(26673,1356,'_wp_old_date','2023-09-26'),(26674,1332,'_wp_old_date','2023-09-26'),(26675,1333,'_wp_old_date','2023-09-26'),(26676,1512,'_wp_old_date','2023-09-26'),(26677,1460,'_wp_old_date','2023-09-26'),(26678,1470,'_wp_old_date','2023-09-26'),(26679,1464,'_wp_old_date','2023-09-26'),(26680,2651,'_wp_old_date','2023-09-26'),(26681,1324,'_wp_old_date','2023-09-26'),(26682,1513,'_wp_old_date','2023-09-26'),(26683,1444,'_wp_old_date','2023-09-26'),(26684,1450,'_wp_old_date','2023-09-26'),(26685,1335,'_wp_old_date','2023-09-26'),(26694,4035,'_edit_lock','1697518076:2'),(26695,4035,'_edit_last','2'),(26696,4036,'_wp_attached_file','2023/10/The-Tabernacle.mp3'),(26697,4036,'_thumbnail_id','3885'),(26698,4036,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:54787456;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2281;s:16:\"length_formatted\";s:5:\"38:01\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:14:\"The Tabernacle\";s:5:\"album\";s:9:\"Altar-ing\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1015\";s:11:\"totaltracks\";s:4:\"1015\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26699,4035,'_thumbnail_id','4012'),(26700,4035,'asp_sermon_youtube','https://www.youtube.com/watch?v=GiqpJw_nRbY'),(26701,4035,'asp_sermon_vimeo',''),(26702,4035,'asp_sermon_facebook',''),(26703,4035,'asp_sermon_video_embed',''),(26704,4035,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Tabernacle.mp3'),(26705,4035,'asp_sermon_audio_embed',''),(26706,4035,'asp_sermon_soundcloud',''),(26707,4035,'asp_sermon_pdf',''),(26708,4035,'asp_sermon_bible_passage',''),(26709,4035,'asp_sermon_bulletin',''),(26710,4035,'asp_sermon_video_type_select','youtube'),(26711,4035,'_aioseo_title',NULL),(26712,4035,'_aioseo_description',NULL),(26713,4035,'_aioseo_keywords',''),(26714,4035,'_aioseo_og_title',NULL),(26715,4035,'_aioseo_og_description',NULL),(26716,4035,'_aioseo_og_article_section',''),(26717,4035,'_aioseo_og_article_tags',''),(26718,4035,'_aioseo_twitter_title',NULL),(26719,4035,'_aioseo_twitter_description',NULL),(26720,4035,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26721,4035,'post_views_count','355'),(26722,4035,'avada_post_views_count','355'),(26723,4035,'avada_today_post_views_count','3'),(26724,4035,'avada_post_views_count_today_date','09-09-2025'),(26725,4037,'_wp_attached_file','2023/10/October-15-2023.pdf'),(26726,4037,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-15-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:581817;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-15-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47615;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-15-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:353198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-15-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17051;}}s:8:\"filesize\";i:109673;}'),(26727,1441,'_simcal_attach_calendar_id','0'),(26728,1441,'_simcal_attach_calendar_position','after'),(26729,4036,'avada_post_views_count','103'),(26730,4036,'avada_today_post_views_count','2'),(26731,4036,'avada_post_views_count_today_date','08-09-2025'),(26732,4037,'avada_post_views_count','119'),(26733,4037,'avada_today_post_views_count','1'),(26734,4037,'avada_post_views_count_today_date','09-09-2025'),(26735,4040,'_wp_attached_file','2023/10/102223-bulletin.pdf'),(26736,4040,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"102223-bulletin-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598491;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"102223-bulletin-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45008;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"102223-bulletin-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"102223-bulletin-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16417;}}s:8:\"filesize\";i:105730;}'),(26737,4042,'_edit_lock','1698116236:2'),(26738,4042,'_edit_last','2'),(26739,4043,'_wp_attached_file','2023/10/Altar-of-Repentance.mp3'),(26740,4043,'_thumbnail_id','3885'),(26741,4043,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:53919424;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2245;s:16:\"length_formatted\";s:5:\"37:25\";s:4:\"band\";s:10:\"Eric depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1022\";s:5:\"album\";s:9:\"Altar-ing\";s:5:\"title\";s:19:\"Altar of Repentance\";s:6:\"artist\";s:10:\"Eric Depew\";s:11:\"totaltracks\";s:4:\"1022\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26742,4042,'_thumbnail_id','4012'),(26743,4042,'asp_sermon_youtube','https://www.youtube.com/watch?v=Pgug3EG0xsw'),(26744,4042,'asp_sermon_vimeo',''),(26745,4042,'asp_sermon_facebook',''),(26746,4042,'asp_sermon_video_embed',''),(26747,4042,'asp_sermon_mp4',''),(26748,4042,'asp_sermon_audio_embed',''),(26749,4042,'asp_sermon_soundcloud',''),(26750,4042,'asp_sermon_pdf',''),(26751,4042,'asp_sermon_bible_passage',''),(26752,4042,'asp_sermon_bulletin',''),(26753,4042,'asp_sermon_video_type_select','youtube'),(26754,4042,'_aioseo_title',NULL),(26755,4042,'_aioseo_description',NULL),(26756,4042,'_aioseo_keywords',''),(26757,4042,'_aioseo_og_title',NULL),(26758,4042,'_aioseo_og_description',NULL),(26759,4042,'_aioseo_og_article_section',''),(26760,4042,'_aioseo_og_article_tags',''),(26761,4042,'_aioseo_twitter_title',NULL),(26762,4042,'_aioseo_twitter_description',NULL),(26763,4042,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26766,655,'_edit_lock','1698116057:2'),(26767,4042,'post_views_count','419'),(26768,4042,'avada_post_views_count','419'),(26769,4042,'avada_today_post_views_count','1'),(26770,4042,'avada_post_views_count_today_date','20-09-2025'),(26771,4043,'avada_post_views_count','83'),(26772,4043,'avada_today_post_views_count','4'),(26773,4043,'avada_post_views_count_today_date','08-09-2025'),(26774,4040,'avada_post_views_count','121'),(26775,4040,'avada_today_post_views_count','2'),(26776,4040,'avada_post_views_count_today_date','08-09-2025'),(26777,4045,'_wp_attached_file','2023/10/October-29-2023.pdf'),(26778,4045,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-29-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:573944;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-29-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44086;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-29-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-29-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16111;}}s:8:\"filesize\";i:107699;}'),(26779,4047,'_edit_lock','1704143143:2'),(26780,4047,'_edit_last','2'),(26781,4048,'_wp_attached_file','2023/10/The-Cost-of-Sacrifice.mp3'),(26782,4048,'_thumbnail_id','3885'),(26783,4048,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:46085824;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1919;s:16:\"length_formatted\";s:5:\"31:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:21:\"The Cost of Sacrifice\";s:5:\"album\";s:9:\"Altar-ing\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1029\";s:11:\"totaltracks\";s:4:\"1029\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26784,4047,'_thumbnail_id','4012'),(26785,4047,'asp_sermon_youtube','https://www.youtube.com/watch?v=84Drn3DW3Qk'),(26786,4047,'asp_sermon_vimeo',''),(26787,4047,'asp_sermon_facebook',''),(26788,4047,'asp_sermon_video_embed',''),(26789,4047,'asp_sermon_mp4',''),(26790,4047,'asp_sermon_audio_embed',''),(26791,4047,'asp_sermon_soundcloud',''),(26792,4047,'asp_sermon_pdf',''),(26793,4047,'asp_sermon_bible_passage',''),(26794,4047,'asp_sermon_bulletin',''),(26795,4047,'asp_sermon_video_type_select','youtube'),(26796,4047,'_aioseo_title',NULL),(26797,4047,'_aioseo_description',NULL),(26798,4047,'_aioseo_keywords',''),(26799,4047,'_aioseo_og_title',NULL),(26800,4047,'_aioseo_og_description',NULL),(26801,4047,'_aioseo_og_article_section',''),(26802,4047,'_aioseo_og_article_tags',''),(26803,4047,'_aioseo_twitter_title',NULL),(26804,4047,'_aioseo_twitter_description',NULL),(26805,4047,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26806,4047,'post_views_count','380'),(26807,4047,'avada_post_views_count','379'),(26808,4047,'avada_today_post_views_count','2'),(26809,4047,'avada_post_views_count_today_date','11-09-2025'),(26810,4048,'avada_post_views_count','63'),(26811,4048,'avada_today_post_views_count','3'),(26812,4048,'avada_post_views_count_today_date','08-09-2025'),(26813,4021,'avada_post_views_count','102'),(26814,4021,'avada_today_post_views_count','1'),(26815,4021,'avada_post_views_count_today_date','19-09-2025'),(26816,4045,'avada_post_views_count','82'),(26817,4045,'avada_today_post_views_count','2'),(26818,4045,'avada_post_views_count_today_date','10-09-2025'),(26821,4050,'_edit_lock','1700528711:2'),(26822,4050,'_edit_last','2'),(26823,4051,'_wp_attached_file','2023/11/Jonahs-Journey.mp3'),(26824,4051,'_thumbnail_id','3885'),(26825,4051,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:53286400;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2219;s:16:\"length_formatted\";s:5:\"36:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:12:\"Jonah Rebels\";s:5:\"album\";s:15:\"Jonah\'s Journey\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1105\";s:11:\"totaltracks\";s:4:\"1105\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26826,4050,'asp_sermon_youtube','https://www.youtube.com/watch?v=oYJq38y-MR0'),(26827,4050,'asp_sermon_vimeo',''),(26828,4050,'asp_sermon_facebook',''),(26829,4050,'asp_sermon_video_embed',''),(26830,4050,'asp_sermon_mp4',''),(26831,4050,'asp_sermon_audio_embed',''),(26832,4050,'asp_sermon_soundcloud',''),(26833,4050,'asp_sermon_pdf',''),(26834,4050,'asp_sermon_bible_passage','Jonah 1:1-16'),(26835,4050,'asp_sermon_bulletin',''),(26836,4050,'asp_sermon_video_type_select','youtube'),(26837,4050,'_aioseo_title',NULL),(26838,4050,'_aioseo_description',NULL),(26839,4050,'_aioseo_keywords',''),(26840,4050,'_aioseo_og_title',NULL),(26841,4050,'_aioseo_og_description',NULL),(26842,4050,'_aioseo_og_article_section',''),(26843,4050,'_aioseo_og_article_tags',''),(26844,4050,'_aioseo_twitter_title',NULL),(26845,4050,'_aioseo_twitter_description',NULL),(26846,4050,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26847,4052,'_wp_attached_file','2023/11/November-5-2023.pdf'),(26848,4052,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"November-5-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:582922;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"November-5-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45668;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"November-5-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"November-5-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16606;}}s:8:\"filesize\";i:115597;}'),(26852,4056,'_wp_attached_file','2023/11/Jonahs-Journey-graphic.jpg'),(26853,4056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:34:\"2023/11/Jonahs-Journey-graphic.jpg\";s:8:\"filesize\";i:124658;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209431;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124757;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48931;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195421;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:32:\"Jonahs-Journey-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4646;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18599;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65900;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139666;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225288;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231167;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102853;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95331;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48900;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:34:\"Jonahs-Journey-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26854,4056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:76602;s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:11:\"size_before\";i:1589806;s:10:\"size_after\";i:1513204;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4646;s:10:\"size_after\";i:4646;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:606;s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:20461;s:10:\"size_after\";i:19855;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:458;s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:18599;s:10:\"size_after\";i:18141;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:530;s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:18991;s:10:\"size_after\";i:18461;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1363;s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:39464;s:10:\"size_after\";i:38101;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1876;s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:48931;s:10:\"size_after\";i:47055;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2739;s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:65900;s:10:\"size_after\";i:63161;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2037;s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:48900;s:10:\"size_after\";i:46863;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4425;s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:95331;s:10:\"size_after\";i:90906;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4660;s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:102853;s:10:\"size_after\";i:98193;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6144;s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:124757;s:10:\"size_after\";i:118613;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6684;s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:139666;s:10:\"size_after\";i:132982;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:10633;s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:209431;s:10:\"size_after\";i:198798;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:12739;s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:231167;s:10:\"size_after\";i:218428;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:10086;s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:195421;s:10:\"size_after\";i:185335;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:11622;s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:225288;s:10:\"size_after\";i:213666;}}}'),(26855,4050,'post_views_count','383'),(26857,4051,'avada_post_views_count','74'),(26858,4051,'avada_today_post_views_count','1'),(26859,4051,'avada_post_views_count_today_date','09-09-2025'),(26860,4052,'avada_post_views_count','146'),(26861,4052,'avada_today_post_views_count','1'),(26862,4052,'avada_post_views_count_today_date','08-09-2025'),(26863,4056,'avada_post_views_count','83'),(26864,4056,'avada_today_post_views_count','1'),(26865,4056,'avada_post_views_count_today_date','11-09-2025'),(26869,4050,'avada_post_views_count','383'),(26870,4050,'avada_today_post_views_count','1'),(26871,4050,'avada_post_views_count_today_date','12-09-2025'),(26914,4063,'_wp_attached_file','2023/11/November-12-2023.pdf'),(26915,4063,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-12-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:639199;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-12-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46291;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-12-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-12-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16732;}}s:8:\"filesize\";i:151441;}'),(26916,4064,'_wp_attached_file','2023/11/November-12-2023-1.pdf'),(26917,4064,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"November-12-2023-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:639199;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"November-12-2023-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46291;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"November-12-2023-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"November-12-2023-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16732;}}s:8:\"filesize\";i:151441;}'),(26942,4066,'_edit_lock','1699840790:2'),(26943,4066,'_edit_last','2'),(26944,4067,'_wp_attached_file','2023/11/Getting-Back-on-Track.mp3'),(26945,4067,'_thumbnail_id','3885'),(26946,4067,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:42304960;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1761;s:16:\"length_formatted\";s:5:\"29:21\";s:6:\"artist\";s:12:\"Dave Lindner\";s:5:\"title\";s:21:\"Getting Back on Track\";s:5:\"album\";s:15:\"Jonah\'s Journey\";s:4:\"band\";s:12:\"Dave Lindner\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1112\";s:11:\"totaltracks\";s:4:\"1112\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26947,4066,'_thumbnail_id','4056'),(26948,4066,'asp_sermon_youtube','https://www.youtube.com/watch?v=U3dqVWRqgX8'),(26949,4066,'asp_sermon_vimeo',''),(26950,4066,'asp_sermon_facebook',''),(26951,4066,'asp_sermon_video_embed',''),(26952,4066,'asp_sermon_mp4',''),(26953,4066,'asp_sermon_audio_embed',''),(26954,4066,'asp_sermon_soundcloud',''),(26955,4066,'asp_sermon_pdf',''),(26956,4066,'asp_sermon_bible_passage','Jonah 1:17-2:10'),(26957,4066,'asp_sermon_bulletin',''),(26958,4066,'asp_sermon_video_type_select','youtube'),(26959,4066,'_aioseo_title',NULL),(26960,4066,'_aioseo_description',NULL),(26961,4066,'_aioseo_keywords',''),(26962,4066,'_aioseo_og_title',NULL),(26963,4066,'_aioseo_og_description',NULL),(26964,4066,'_aioseo_og_article_section',''),(26965,4066,'_aioseo_og_article_tags',''),(26966,4066,'_aioseo_twitter_title',NULL),(26967,4066,'_aioseo_twitter_description',NULL),(26968,4066,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(26969,4066,'post_views_count','426'),(26970,4066,'avada_post_views_count','426'),(26971,4066,'avada_today_post_views_count','1'),(26972,4066,'avada_post_views_count_today_date','21-09-2025'),(26973,4064,'avada_post_views_count','100'),(26974,4064,'avada_today_post_views_count','1'),(26975,4064,'avada_post_views_count_today_date','08-09-2025'),(26976,4063,'avada_post_views_count','145'),(26977,4063,'avada_today_post_views_count','1'),(26978,4063,'avada_post_views_count_today_date','10-09-2025'),(26979,4067,'avada_post_views_count','69'),(26980,4067,'avada_today_post_views_count','1'),(26981,4067,'avada_post_views_count_today_date','09-09-2025'),(26982,4071,'_wp_attached_file','2023/11/November-19-2023.pdf'),(26983,4071,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-19-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598195;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-19-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44258;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-19-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-19-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16273;}}s:8:\"filesize\";i:146517;}'),(26984,4073,'_edit_lock','1700547474:2'),(26985,4073,'_edit_last','2'),(26986,4074,'_wp_attached_file','2023/11/Jonah-Proclaims-111923.pdf'),(26987,4074,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:30:\"Jonah-Proclaims-111923-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340768;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Jonah-Proclaims-111923-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33337;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Jonah-Proclaims-111923-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Jonah-Proclaims-111923-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12670;}}s:8:\"filesize\";i:161764;}'),(26988,4075,'_wp_attached_file','2023/11/Jonah-Proclaims.mp3'),(26989,4075,'_thumbnail_id','3885'),(26990,4075,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47543104;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1979;s:16:\"length_formatted\";s:5:\"32:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Jonah Proclaims\";s:5:\"album\";s:15:\"Jonah\'s Journey\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1119\";s:11:\"totaltracks\";s:4:\"1119\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(26991,4073,'asp_sermon_youtube','https://www.youtube.com/watch?v=1dABF-cFmeE'),(26992,4073,'asp_sermon_vimeo',''),(26993,4073,'asp_sermon_facebook',''),(26994,4073,'asp_sermon_video_embed',''),(26995,4073,'asp_sermon_mp4',''),(26996,4073,'asp_sermon_audio_embed',''),(26997,4073,'asp_sermon_soundcloud',''),(26998,4073,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonah-Proclaims-111923.pdf'),(26999,4073,'asp_sermon_bible_passage','Jonah 3'),(27000,4073,'asp_sermon_bulletin',''),(27001,4073,'asp_sermon_video_type_select','youtube'),(27002,4073,'_aioseo_title',NULL),(27003,4073,'_aioseo_description',NULL),(27004,4073,'_aioseo_keywords',''),(27005,4073,'_aioseo_og_title',NULL),(27006,4073,'_aioseo_og_description',NULL),(27007,4073,'_aioseo_og_article_section',''),(27008,4073,'_aioseo_og_article_tags',''),(27009,4073,'_aioseo_twitter_title',NULL),(27010,4073,'_aioseo_twitter_description',NULL),(27011,4073,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27013,4073,'post_views_count','409'),(27014,4073,'avada_post_views_count','409'),(27015,4073,'avada_today_post_views_count','1'),(27016,4073,'avada_post_views_count_today_date','10-09-2025'),(27017,4050,'_thumbnail_id','4056'),(27018,4073,'_thumbnail_id','4056'),(27019,4074,'avada_post_views_count','93'),(27020,4074,'avada_today_post_views_count','4'),(27021,4074,'avada_post_views_count_today_date','08-09-2025'),(27022,4075,'avada_post_views_count','133'),(27023,4075,'avada_today_post_views_count','2'),(27024,4075,'avada_post_views_count_today_date','10-09-2025'),(27025,4071,'avada_post_views_count','103'),(27026,4071,'avada_today_post_views_count','1'),(27027,4071,'avada_post_views_count_today_date','08-09-2025'),(27028,40,'_edit_lock','1758344204:2'),(27029,3982,'_edit_lock','1730770756:2'),(27030,1326,'_wp_old_date','2023-10-13'),(27031,1511,'_wp_old_date','2023-10-13'),(27032,1356,'_wp_old_date','2023-10-13'),(27033,1332,'_wp_old_date','2023-10-13'),(27034,1333,'_wp_old_date','2023-10-13'),(27035,1512,'_wp_old_date','2023-10-13'),(27036,1460,'_wp_old_date','2023-10-13'),(27037,1470,'_wp_old_date','2023-10-13'),(27038,1464,'_wp_old_date','2023-10-13'),(27039,2651,'_wp_old_date','2023-10-13'),(27040,1324,'_wp_old_date','2023-10-13'),(27041,1513,'_wp_old_date','2023-10-13'),(27042,1444,'_wp_old_date','2023-10-13'),(27044,1450,'_wp_old_date','2023-10-13'),(27045,1335,'_wp_old_date','2023-10-13'),(27046,4077,'_wp_attached_file','2023/11/November-26-2023.pdf'),(27047,4077,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-26-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:579531;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-26-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42786;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-26-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-26-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15849;}}s:8:\"filesize\";i:106593;}'),(27048,4079,'_edit_lock','1701147155:2'),(27049,4079,'_edit_last','2'),(27050,4080,'_wp_attached_file','2023/11/God-Loves.mp3'),(27051,4080,'_thumbnail_id','3885'),(27052,4080,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52876864;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2201;s:16:\"length_formatted\";s:5:\"36:41\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:9:\"God Loves\";s:5:\"album\";s:15:\"Jonah\'s Journey\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1126\";s:11:\"totaltracks\";s:4:\"1126\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27053,4081,'_wp_attached_file','2023/11/Sunday-Seconds-11-26-23.pdf'),(27054,4081,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Sunday-Seconds-11-26-23-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250507;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Sunday-Seconds-11-26-23-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24986;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Sunday-Seconds-11-26-23-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Sunday-Seconds-11-26-23-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9977;}}s:8:\"filesize\";i:152466;}'),(27055,4079,'_thumbnail_id','4056'),(27056,4079,'asp_sermon_youtube','https://www.youtube.com/watch?v=76kIOF5ljKo&amp;t=4006s'),(27057,4079,'asp_sermon_vimeo',''),(27058,4079,'asp_sermon_facebook',''),(27059,4079,'asp_sermon_video_embed',''),(27060,4079,'asp_sermon_mp4',''),(27061,4079,'asp_sermon_audio_embed',''),(27062,4079,'asp_sermon_soundcloud',''),(27063,4079,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2023/11/Sunday-Seconds-11-26-23.pdf'),(27064,4079,'asp_sermon_bible_passage','Jonah 4:1-11'),(27065,4079,'asp_sermon_bulletin',''),(27066,4079,'asp_sermon_video_type_select','youtube'),(27067,4079,'_aioseo_title',NULL),(27068,4079,'_aioseo_description',NULL),(27069,4079,'_aioseo_keywords',''),(27070,4079,'_aioseo_og_title',NULL),(27071,4079,'_aioseo_og_description',NULL),(27072,4079,'_aioseo_og_article_section',''),(27073,4079,'_aioseo_og_article_tags',''),(27074,4079,'_aioseo_twitter_title',NULL),(27075,4079,'_aioseo_twitter_description',NULL),(27076,4079,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27077,4079,'post_views_count','376'),(27078,4079,'avada_post_views_count','377'),(27079,4079,'avada_today_post_views_count','4'),(27080,4079,'avada_post_views_count_today_date','09-09-2025'),(27081,4081,'avada_post_views_count','90'),(27082,4081,'avada_today_post_views_count','2'),(27083,4081,'avada_post_views_count_today_date','10-09-2025'),(27084,4080,'avada_post_views_count','69'),(27085,4080,'avada_today_post_views_count','2'),(27086,4080,'avada_post_views_count_today_date','08-09-2025'),(27087,4077,'avada_post_views_count','84'),(27088,4077,'avada_today_post_views_count','1'),(27089,4077,'avada_post_views_count_today_date','08-09-2025'),(27090,4085,'_wp_attached_file','2023/12/December-3-2023.pdf'),(27091,4085,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"December-3-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:545866;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"December-3-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44519;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"December-3-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"December-3-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16552;}}s:8:\"filesize\";i:157810;}'),(27092,4087,'_edit_lock','1702856459:2'),(27093,4087,'_edit_last','2'),(27094,4088,'_wp_attached_file','2023/12/Trust-Tremble.mp3'),(27095,4088,'_thumbnail_id','3885'),(27096,4088,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52811776;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2199;s:16:\"length_formatted\";s:5:\"36:39\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:19:\"Trust &amp; Tremble\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1203\";s:11:\"totaltracks\";s:4:\"1203\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}s:5:\"album\";s:0:\"\";}'),(27097,4087,'asp_sermon_youtube',''),(27098,4087,'asp_sermon_vimeo',''),(27099,4087,'asp_sermon_facebook',''),(27100,4087,'asp_sermon_video_embed',''),(27101,4087,'asp_sermon_mp4',''),(27102,4087,'asp_sermon_audio_embed',''),(27103,4087,'asp_sermon_soundcloud',''),(27104,4087,'asp_sermon_pdf',''),(27105,4087,'asp_sermon_bible_passage','Isaiah 7:1-17'),(27106,4087,'asp_sermon_bulletin',''),(27107,4087,'_aioseo_title',NULL),(27108,4087,'_aioseo_description',NULL),(27109,4087,'_aioseo_keywords',''),(27110,4087,'_aioseo_og_title',NULL),(27111,4087,'_aioseo_og_description',NULL),(27112,4087,'_aioseo_og_article_section',''),(27113,4087,'_aioseo_og_article_tags',''),(27114,4087,'_aioseo_twitter_title',NULL),(27115,4087,'_aioseo_twitter_description',NULL),(27116,4087,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27117,4087,'post_views_count','392'),(27118,4087,'avada_post_views_count','392'),(27119,4087,'avada_today_post_views_count','2'),(27120,4087,'avada_post_views_count_today_date','10-09-2025'),(27121,4085,'avada_post_views_count','105'),(27122,4085,'avada_today_post_views_count','1'),(27123,4085,'avada_post_views_count_today_date','11-09-2025'),(27124,4088,'avada_post_views_count','61'),(27125,4088,'avada_today_post_views_count','1'),(27126,4088,'avada_post_views_count_today_date','10-09-2025'),(27127,4090,'_wp_attached_file','2023/12/Isaiahs-Visions-series.jpg'),(27128,4090,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:34:\"2023/12/Isaiahs-Visions-series.jpg\";s:8:\"filesize\";i:50498;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89712;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50427;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26633;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82200;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:32:\"Isaiahs-Visions-series-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3529;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12644;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35550;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65563;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97588;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88049;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48397;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44369;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24516;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:34:\"Isaiahs-Visions-series-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11806;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27129,4090,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.3600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:41773;s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:714339;s:10:\"size_after\";i:672566;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:272;s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:12644;s:10:\"size_after\";i:12372;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:205;s:7:\"percent\";d:2.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:10216;s:10:\"size_after\";i:10011;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3529;s:10:\"size_after\";i:3529;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:335;s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:11806;s:10:\"size_after\";i:11471;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1110;s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:26633;s:10:\"size_after\";i:25523;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:842;s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:23140;s:10:\"size_after\";i:22298;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1142;s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:24516;s:10:\"size_after\";i:23374;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3056;s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:50427;s:10:\"size_after\";i:47371;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:1665;s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:35550;s:10:\"size_after\";i:33885;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4059;s:7:\"percent\";d:6.19000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:65563;s:10:\"size_after\";i:61504;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2762;s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:48397;s:10:\"size_after\";i:45635;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2505;s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:44369;s:10:\"size_after\";i:41864;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5450;s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:82200;s:10:\"size_after\";i:76750;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6523;s:7:\"percent\";d:6.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:97588;s:10:\"size_after\";i:91065;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5865;s:7:\"percent\";d:6.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:88049;s:10:\"size_after\";i:82184;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5982;s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:89712;s:10:\"size_after\";i:83730;}}}'),(27130,4087,'_thumbnail_id','4090'),(27131,4091,'_wp_attached_file','2023/12/December-10-2023.pdf'),(27132,4091,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-10-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:579582;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-10-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45826;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-10-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-10-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16620;}}s:8:\"filesize\";i:154209;}'),(27133,1326,'_wp_old_date','2023-11-21'),(27134,1511,'_wp_old_date','2023-11-21'),(27135,1356,'_wp_old_date','2023-11-21'),(27136,1332,'_wp_old_date','2023-11-21'),(27137,1333,'_wp_old_date','2023-11-21'),(27138,1512,'_wp_old_date','2023-11-21'),(27139,1460,'_wp_old_date','2023-11-21'),(27140,1470,'_wp_old_date','2023-11-21'),(27141,1464,'_wp_old_date','2023-11-21'),(27142,2651,'_wp_old_date','2023-11-21'),(27143,1324,'_wp_old_date','2023-11-21'),(27144,1513,'_wp_old_date','2023-11-21'),(27145,1444,'_wp_old_date','2023-11-21'),(27147,1450,'_wp_old_date','2023-11-21'),(27148,1335,'_wp_old_date','2023-11-21'),(27149,4091,'avada_post_views_count','89'),(27150,4091,'avada_today_post_views_count','1'),(27151,4091,'avada_post_views_count_today_date','10-09-2025'),(27152,4090,'avada_post_views_count','81'),(27153,4090,'avada_today_post_views_count','1'),(27154,4090,'avada_post_views_count_today_date','20-09-2025'),(27160,2904,'_wp_desired_post_slug','connect-card'),(27161,4095,'_fusion','a:0:{}'),(27162,4095,'avada_post_views_count','7'),(27163,4095,'avada_today_post_views_count','1'),(27164,4095,'avada_post_views_count_today_date','13-12-2024'),(27165,4098,'_edit_lock','1702857395:2'),(27166,4098,'_edit_last','2'),(27167,4099,'_wp_attached_file','2023/12/Jesus-Resume.mp3'),(27168,4099,'_thumbnail_id','3885'),(27169,4099,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:60673600;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2526;s:16:\"length_formatted\";s:5:\"42:06\";s:6:\"artist\";s:12:\"Sarah Deeter\";s:5:\"title\";s:13:\"Jesus\' Resume\";s:5:\"album\";s:16:\"Isaiah\'s Visions\";s:4:\"band\";s:12:\"Sarah Deeter\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1210\";s:11:\"totaltracks\";s:4:\"1210\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27170,4098,'_thumbnail_id','4090'),(27171,4098,'asp_sermon_youtube','https://www.youtube.com/watch?v=d-oHx142hx4&amp;t=4128s'),(27172,4098,'asp_sermon_vimeo',''),(27173,4098,'asp_sermon_facebook',''),(27174,4098,'asp_sermon_video_embed',''),(27175,4098,'asp_sermon_mp4',''),(27176,4098,'asp_sermon_audio_embed',''),(27177,4098,'asp_sermon_soundcloud',''),(27178,4098,'asp_sermon_pdf',''),(27179,4098,'asp_sermon_bible_passage','Isaiah 9:6'),(27180,4098,'asp_sermon_bulletin',''),(27181,4098,'asp_sermon_video_type_select','youtube'),(27182,4098,'_aioseo_title',NULL),(27183,4098,'_aioseo_description',NULL),(27184,4098,'_aioseo_keywords',''),(27185,4098,'_aioseo_og_title',NULL),(27186,4098,'_aioseo_og_description',NULL),(27187,4098,'_aioseo_og_article_section',''),(27188,4098,'_aioseo_og_article_tags',''),(27189,4098,'_aioseo_twitter_title',NULL),(27190,4098,'_aioseo_twitter_description',NULL),(27191,4098,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27193,4100,'_edit_lock','1704143118:2'),(27194,4100,'_edit_last','2'),(27195,4101,'_wp_attached_file','2023/12/Light-For-The-Gentiles.mp3'),(27196,4101,'_thumbnail_id','3885'),(27197,4101,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:22410496;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:932;s:16:\"length_formatted\";s:5:\"15:32\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"Light For The Gentiles\";s:5:\"album\";s:16:\"Isaiah\'s Visions\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1217\";s:11:\"totaltracks\";s:4:\"1217\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27198,4100,'_thumbnail_id','4090'),(27199,4100,'asp_sermon_youtube','https://www.youtube.com/watch?v=2VXFmpUdvcs'),(27200,4100,'asp_sermon_vimeo',''),(27201,4100,'asp_sermon_facebook',''),(27202,4100,'asp_sermon_video_embed',''),(27203,4100,'asp_sermon_mp4',''),(27204,4100,'asp_sermon_audio_embed',''),(27205,4100,'asp_sermon_soundcloud',''),(27206,4100,'asp_sermon_pdf',''),(27207,4100,'asp_sermon_bible_passage','Isaiah 49:1-7'),(27208,4100,'asp_sermon_bulletin',''),(27209,4100,'asp_sermon_video_type_select','youtube'),(27210,4100,'_aioseo_title',NULL),(27211,4100,'_aioseo_description',NULL),(27212,4100,'_aioseo_keywords',''),(27213,4100,'_aioseo_og_title',NULL),(27214,4100,'_aioseo_og_description',NULL),(27215,4100,'_aioseo_og_article_section',''),(27216,4100,'_aioseo_og_article_tags',''),(27217,4100,'_aioseo_twitter_title',NULL),(27218,4100,'_aioseo_twitter_description',NULL),(27219,4100,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27222,4100,'post_views_count','444'),(27223,4098,'post_views_count','440'),(27224,4100,'avada_post_views_count','442'),(27225,4100,'avada_today_post_views_count','2'),(27226,4100,'avada_post_views_count_today_date','11-09-2025'),(27227,4098,'avada_post_views_count','438'),(27228,4098,'avada_today_post_views_count','1'),(27229,4098,'avada_post_views_count_today_date','21-09-2025'),(27230,4099,'avada_post_views_count','62'),(27231,4099,'avada_today_post_views_count','1'),(27232,4099,'avada_post_views_count_today_date','21-09-2025'),(27233,4101,'avada_post_views_count','66'),(27234,4101,'avada_today_post_views_count','5'),(27235,4101,'avada_post_views_count_today_date','08-09-2025'),(27236,4103,'_wp_attached_file','2023/12/December-17-2023.pdf'),(27237,4103,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-17-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:565745;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-17-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44288;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-17-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-17-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16416;}}s:8:\"filesize\";i:139103;}'),(27271,4103,'avada_post_views_count','125'),(27272,4103,'avada_today_post_views_count','1'),(27273,4103,'avada_post_views_count_today_date','20-09-2025'),(27280,4119,'_edit_lock','1703738926:2'),(27281,4119,'_edit_last','2'),(27282,4119,'settings','a:29:{s:6:\"status\";s:8:\"inactive\";s:11:\"cta_buttons\";a:1:{i:0;a:8:{s:4:\"text\";s:10:\"Apply Here\";s:4:\"type\";s:7:\"primary\";s:8:\"on_click\";s:9:\"open_link\";s:5:\"title\";s:0:\"\";s:8:\"link_url\";s:230:\"https://www.indeed.com/rc/clk?jk=bef1af24fe45a915&bb=aEebOVTf7j1NXJW1rfoCc9dvNahCOIy-8wupnGOTF01QUZ-unX3vs9E06Yk0eBIE&xkcb=SoCc67M3GPeO-x25dJ0ObzkdCdPP&fccid=8be4c68e5c67a50b&cmp=CrossPoint-Church-of-Lynden&ti=Youth+Director&vjs=3\";s:11:\"link_target\";s:10:\"new_window\";s:9:\"no_follow\";s:2:\"no\";s:13:\"link_do_close\";s:3:\"yes\";}}s:7:\"display\";s:9:\"immediate\";s:7:\"show_on\";s:9:\"page_open\";s:19:\"show_after_duration\";s:1:\"0\";s:17:\"show_after_scroll\";s:1:\"0\";s:14:\"open_animation\";s:5:\"slide\";s:13:\"schedule_from\";s:0:\"\";s:11:\"schedule_to\";s:0:\"\";s:17:\"schedule_timezone\";s:19:\"America/Los_Angeles\";s:8:\"position\";s:3:\"top\";s:6:\"sticky\";s:3:\"yes\";s:6:\"layout\";s:8:\"same_row\";s:13:\"align_content\";s:4:\"left\";s:15:\"container_width\";s:6:\"1000px\";s:12:\"ticker_speed\";s:2:\"20\";s:16:\"ticker_direction\";s:10:\"right_left\";s:12:\"ticker_pause\";s:3:\"yes\";s:9:\"style_bar\";a:12:{s:16:\"background_color\";s:7:\"#1e73be\";s:10:\"font_color\";s:4:\"#fff\";s:9:\"font_size\";s:2:\"25\";s:10:\"link_color\";s:4:\"#fff\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:1:\"0\";s:7:\"padding\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";s:16:\"background_image\";s:0:\"\";s:15:\"background_size\";s:5:\"cover\";}s:17:\"style_primary_btn\";a:9:{s:16:\"background_color\";s:4:\"#fff\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:19:\"style_secondary_btn\";a:9:{s:16:\"background_color\";s:7:\"#F9DF74\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:9:\"close_btn\";s:3:\"yes\";s:15:\"close_animation\";s:5:\"slide\";s:19:\"close_content_click\";s:2:\"no\";s:10:\"auto_close\";s:1:\"0\";s:11:\"keep_closed\";s:2:\"no\";s:15:\"closed_duration\";s:1:\"0\";s:14:\"location_rules\";a:2:{s:4:\"type\";s:8:\"show_all\";s:4:\"rule\";s:36:\"W1tbInNpbmdsZSIsImVxdWFsIiwiIl1dXQ==\";}s:7:\"devices\";s:3:\"all\";}'),(27283,4119,'_fusion','a:0:{}'),(27284,4121,'_wp_attached_file','2023/12/December-24-2023.pdf'),(27285,4121,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-24-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:584424;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-24-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44005;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-24-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-24-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16328;}}s:8:\"filesize\";i:115553;}'),(27286,4123,'_edit_lock','1704559759:2'),(27287,4123,'_edit_last','2'),(27288,4124,'_wp_attached_file','2023/12/Humble-Servant-of-Justice.mp3'),(27289,4124,'_thumbnail_id','3885'),(27290,4124,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:45331264;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1887;s:16:\"length_formatted\";s:5:\"31:27\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:25:\"Humble Servant of Justice\";s:5:\"album\";s:16:\"Isaiah\'s Visions\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1224\";s:11:\"totaltracks\";s:4:\"1224\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27293,4126,'_wp_attached_file','2023/12/Humble-Servant-of-Justice-sermon-Notes.pdf'),(27294,4126,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"Humble-Servant-of-Justice-sermon-Notes-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193496;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"Humble-Servant-of-Justice-sermon-Notes-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22033;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"Humble-Servant-of-Justice-sermon-Notes-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Humble-Servant-of-Justice-sermon-Notes-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9336;}}s:8:\"filesize\";i:230016;}'),(27295,4123,'_thumbnail_id','4090'),(27296,4123,'asp_sermon_youtube','https://www.youtube.com/watch?v=bgf1hRX6PnE'),(27297,4123,'asp_sermon_vimeo',''),(27298,4123,'asp_sermon_facebook',''),(27299,4123,'asp_sermon_video_embed',''),(27300,4123,'asp_sermon_mp4',''),(27301,4123,'asp_sermon_audio_embed',''),(27302,4123,'asp_sermon_soundcloud',''),(27303,4123,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2023/12/Humble-Servant-of-Justice-sermon-Notes.pdf'),(27304,4123,'asp_sermon_bible_passage','Isaiah 42:1-4'),(27305,4123,'asp_sermon_bulletin',''),(27306,4123,'asp_sermon_video_type_select','youtube'),(27307,4123,'_aioseo_title',NULL),(27308,4123,'_aioseo_description',NULL),(27309,4123,'_aioseo_keywords',''),(27310,4123,'_aioseo_og_title',NULL),(27311,4123,'_aioseo_og_description',NULL),(27312,4123,'_aioseo_og_article_section',''),(27313,4123,'_aioseo_og_article_tags',''),(27314,4123,'_aioseo_twitter_title',NULL),(27315,4123,'_aioseo_twitter_description',NULL),(27316,4123,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27318,4127,'_edit_lock','1704559394:2'),(27319,4127,'_edit_last','2'),(27320,4128,'_wp_attached_file','2023/12/A-Loving-King.mp3'),(27321,4128,'_thumbnail_id','3885'),(27322,4128,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:17603200;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:732;s:16:\"length_formatted\";s:5:\"12:12\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:13:\"A Loving King\";s:5:\"album\";s:16:\"Isaiah\'s Visions\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1224\";s:11:\"totaltracks\";s:4:\"1224\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27323,4127,'_thumbnail_id','4090'),(27324,4127,'asp_sermon_youtube','https://www.youtube.com/watch?v=SfssTdvY8Wc'),(27325,4127,'asp_sermon_vimeo',''),(27326,4127,'asp_sermon_facebook',''),(27327,4127,'asp_sermon_video_embed',''),(27328,4127,'asp_sermon_mp4',''),(27329,4127,'asp_sermon_audio_embed',''),(27330,4127,'asp_sermon_soundcloud',''),(27331,4127,'asp_sermon_pdf',''),(27332,4127,'asp_sermon_bible_passage','Isaiah 32:1-8'),(27333,4127,'asp_sermon_bulletin',''),(27334,4127,'asp_sermon_video_type_select','youtube'),(27335,4127,'_aioseo_title',NULL),(27336,4127,'_aioseo_description',NULL),(27337,4127,'_aioseo_keywords',''),(27338,4127,'_aioseo_og_title',NULL),(27339,4127,'_aioseo_og_description',NULL),(27340,4127,'_aioseo_og_article_section',''),(27341,4127,'_aioseo_og_article_tags',''),(27342,4127,'_aioseo_twitter_title',NULL),(27343,4127,'_aioseo_twitter_description',NULL),(27344,4127,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27345,4127,'post_views_count','410'),(27346,4123,'post_views_count','408'),(27347,4123,'avada_post_views_count','407'),(27348,4123,'avada_today_post_views_count','3'),(27349,4123,'avada_post_views_count_today_date','10-09-2025'),(27350,4127,'avada_post_views_count','410'),(27351,4127,'avada_today_post_views_count','2'),(27352,4127,'avada_post_views_count_today_date','10-09-2025'),(27353,4121,'avada_post_views_count','83'),(27354,4121,'avada_today_post_views_count','2'),(27355,4121,'avada_post_views_count_today_date','08-09-2025'),(27356,4126,'avada_post_views_count','85'),(27357,4126,'avada_today_post_views_count','1'),(27358,4126,'avada_post_views_count_today_date','20-09-2025'),(27359,4124,'avada_post_views_count','73'),(27360,4124,'avada_today_post_views_count','2'),(27361,4124,'avada_post_views_count_today_date','21-09-2025'),(27362,4128,'avada_post_views_count','221'),(27363,4128,'avada_today_post_views_count','1'),(27364,4128,'avada_post_views_count_today_date','11-09-2025'),(27365,4129,'_wp_attached_file','2024/01/December-31-2023.pdf'),(27366,4129,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-31-2023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:597837;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-31-2023-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44375;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-31-2023-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-31-2023-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16287;}}s:8:\"filesize\";i:106334;}'),(27368,4133,'_edit_lock','1705093704:2'),(27369,4133,'_edit_last','2'),(27370,4134,'_wp_attached_file','2024/01/Search-Me-O-God.mp3'),(27371,4134,'_thumbnail_id','3885'),(27372,4134,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:32288896;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1344;s:16:\"length_formatted\";s:5:\"22:24\";s:6:\"artist\";s:13:\"Kyle Gillette\";s:5:\"title\";s:15:\"Search Me O God\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:13:\"Kyle Gillette\";s:4:\"year\";s:4:\"2023\";s:12:\"track_number\";s:4:\"1231\";s:11:\"totaltracks\";s:4:\"1231\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27373,4133,'asp_sermon_youtube','https://www.youtube.com/watch?v=rcbsVjRUJt4'),(27374,4133,'asp_sermon_vimeo',''),(27375,4133,'asp_sermon_facebook',''),(27376,4133,'asp_sermon_video_embed',''),(27377,4133,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2024/01/Search-Me-O-God.mp3'),(27378,4133,'asp_sermon_audio_embed',''),(27379,4133,'asp_sermon_soundcloud',''),(27380,4133,'asp_sermon_pdf',''),(27381,4133,'asp_sermon_bible_passage','Psalm 139:1-24'),(27382,4133,'asp_sermon_bulletin',''),(27383,4133,'asp_sermon_video_type_select','youtube'),(27384,4133,'_aioseo_title',NULL),(27385,4133,'_aioseo_description',NULL),(27386,4133,'_aioseo_keywords',''),(27387,4133,'_aioseo_og_title',NULL),(27388,4133,'_aioseo_og_description',NULL),(27389,4133,'_aioseo_og_article_section',''),(27390,4133,'_aioseo_og_article_tags',''),(27391,4133,'_aioseo_twitter_title',NULL),(27392,4133,'_aioseo_twitter_description',NULL),(27393,4133,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27395,4133,'avada_post_views_count','459'),(27396,4133,'avada_today_post_views_count','1'),(27397,4133,'avada_post_views_count_today_date','20-09-2025'),(27398,4134,'_wp_old_slug','search-me-o-god'),(27402,4133,'post_views_count','458'),(27403,4134,'avada_post_views_count','66'),(27404,4134,'avada_today_post_views_count','1'),(27405,4134,'avada_post_views_count_today_date','10-09-2025'),(27406,4129,'avada_post_views_count','117'),(27407,4129,'avada_today_post_views_count','1'),(27408,4129,'avada_post_views_count_today_date','09-09-2025'),(27409,4128,'_wp_old_slug','a-loving-king'),(27410,4124,'_wp_old_slug','humble-servant-of-justice'),(27411,4036,'_wp_old_slug','the-tabernacle'),(27412,3976,'_wp_old_slug','welcoming-gospel-people'),(27413,4139,'_wp_attached_file','2024/01/January-7-2024.pdf'),(27414,4139,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"January-7-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:568328;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"January-7-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42781;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"January-7-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"January-7-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15719;}}s:8:\"filesize\";i:108251;}'),(27415,4141,'_edit_lock','1704851559:2'),(27416,4141,'_edit_last','2'),(27417,4142,'_wp_attached_file','2024/01/Testify-To-Love.mp3'),(27418,4142,'_thumbnail_id','3885'),(27419,4142,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:50980096;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2122;s:16:\"length_formatted\";s:5:\"35:22\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Testify To Love\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"107\";s:11:\"totaltracks\";s:3:\"107\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27420,4141,'asp_sermon_youtube','https://www.youtube.com/watch?v=yoFzQSGM4ws'),(27421,4141,'asp_sermon_vimeo',''),(27422,4141,'asp_sermon_facebook',''),(27423,4141,'asp_sermon_video_embed',''),(27424,4141,'asp_sermon_mp4',''),(27425,4141,'asp_sermon_audio_embed',''),(27426,4141,'asp_sermon_soundcloud',''),(27427,4141,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-07.pdf'),(27428,4141,'asp_sermon_bible_passage','1 John 1:1-4'),(27429,4141,'asp_sermon_bulletin',''),(27430,4141,'asp_sermon_video_type_select','youtube'),(27431,4141,'_aioseo_title',NULL),(27432,4141,'_aioseo_description',NULL),(27433,4141,'_aioseo_keywords',''),(27434,4141,'_aioseo_og_title',NULL),(27435,4141,'_aioseo_og_description',NULL),(27436,4141,'_aioseo_og_article_section',''),(27437,4141,'_aioseo_og_article_tags',''),(27438,4141,'_aioseo_twitter_title',NULL),(27439,4141,'_aioseo_twitter_description',NULL),(27440,4141,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27441,4141,'post_views_count','471'),(27442,4141,'avada_post_views_count','472'),(27443,4141,'avada_today_post_views_count','1'),(27444,4141,'avada_post_views_count_today_date','21-09-2025'),(27445,4139,'avada_post_views_count','69'),(27446,4139,'avada_today_post_views_count','1'),(27447,4139,'avada_post_views_count_today_date','11-09-2025'),(27448,4142,'avada_post_views_count','64'),(27449,4142,'avada_today_post_views_count','1'),(27450,4142,'avada_post_views_count_today_date','09-09-2025'),(27451,4144,'_wp_attached_file','2024/01/Joy-Complete-series.jpg'),(27452,4144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:31:\"2024/01/Joy-Complete-series.jpg\";s:8:\"filesize\";i:28575;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14691;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87594;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63405;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30238;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88681;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:29:\"Joy-Complete-series-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4414;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13132;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36247;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65424;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93941;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104946;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52211;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50707;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30990;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:31:\"Joy-Complete-series-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27453,4144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.399999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:44575;s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:776038;s:10:\"size_after\";i:731463;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4414;s:10:\"size_after\";i:4414;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:427;s:7:\"percent\";d:3.25;s:11:\"size_before\";i:13132;s:10:\"size_after\";i:12705;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:510;s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:14691;s:10:\"size_after\";i:14181;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:503;s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:15263;s:10:\"size_after\";i:14760;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1584;s:7:\"percent\";d:5.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:30238;s:10:\"size_after\";i:28654;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1148;s:7:\"percent\";d:4.75;s:11:\"size_before\";i:24154;s:10:\"size_after\";i:23006;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1610;s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:30990;s:10:\"size_after\";i:29380;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1946;s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:36247;s:10:\"size_after\";i:34301;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3092;s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:50707;s:10:\"size_after\";i:47615;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:3959;s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:63405;s:10:\"size_after\";i:59446;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5330;s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:88681;s:10:\"size_after\";i:83351;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4165;s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:65424;s:10:\"size_after\";i:61259;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5575;s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:11:\"size_before\";i:93941;s:10:\"size_after\";i:88366;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6341;s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:104946;s:10:\"size_after\";i:98605;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:3177;s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:52211;s:10:\"size_after\";i:49034;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:5208;s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:87594;s:10:\"size_after\";i:82386;}}}'),(27454,4141,'_thumbnail_id','4144'),(27455,4146,'_wp_attached_file','2024/01/Sunday-Seconds-2024-01-07.pdf'),(27456,4146,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-01-07-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265009;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-07-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26396;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-01-07-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-07-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10856;}}s:8:\"filesize\";i:164477;}'),(27457,4146,'avada_post_views_count','84'),(27458,4146,'avada_today_post_views_count','3'),(27459,4146,'avada_post_views_count_today_date','08-09-2025'),(27460,4144,'avada_post_views_count','88'),(27461,4144,'avada_today_post_views_count','1'),(27462,4144,'avada_post_views_count_today_date','11-09-2025'),(27463,4147,'_wp_attached_file','2023/12/Search-me-scaled.jpg'),(27464,4147,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:28:\"2023/12/Search-me-scaled.jpg\";s:8:\"filesize\";i:389583;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Search-me-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26870;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Search-me-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Search-me-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Search-me-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161419;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Search-me-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:675135;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Search-me-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1248385;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:21:\"Search-me-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93485;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:21:\"Search-me-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34109;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:21:\"Search-me-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154485;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:19:\"Search-me-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3268;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:21:\"Search-me-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12820;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:21:\"Search-me-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45890;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:21:\"Search-me-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101723;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:21:\"Search-me-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177948;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:22:\"Search-me-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:405321;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:21:\"Search-me-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191724;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:21:\"Search-me-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75863;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:21:\"Search-me-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70315;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:21:\"Search-me-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33556;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:21:\"Search-me-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"Search-me.jpg\";}'),(27465,4147,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1569694;s:7:\"percent\";d:80.1200000000000045474735088646411895751953125;s:11:\"size_before\";i:1959277;s:10:\"size_after\";i:389583;}'),(27466,4147,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:88428;s:7:\"percent\";d:2.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:4223397;s:10:\"size_after\";i:4134969;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3268;s:10:\"size_after\";i:3268;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:416;s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:12820;s:10:\"size_after\";i:12404;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:479;s:7:\"percent\";d:3.75;s:11:\"size_before\";i:12762;s:10:\"size_after\";i:12283;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:627;s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:14514;s:10:\"size_after\";i:13887;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1843;s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:33556;s:10:\"size_after\";i:31713;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1263;s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:26870;s:10:\"size_after\";i:25607;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1731;s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:11:\"size_before\";i:34109;s:10:\"size_after\";i:32378;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2459;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:45890;s:10:\"size_after\";i:43431;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3235;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:75863;s:10:\"size_after\";i:72628;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2992;s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:70315;s:10:\"size_after\";i:67323;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:4473;s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:101723;s:10:\"size_after\";i:97250;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:4059;s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:93485;s:10:\"size_after\";i:89426;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:6727;s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:161419;s:10:\"size_after\";i:154692;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:6231;s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:154485;s:10:\"size_after\";i:148254;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:6878;s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:177948;s:10:\"size_after\";i:171070;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:6181;s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:191724;s:10:\"size_after\";i:185543;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:8207;s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:294222;s:10:\"size_after\";i:286015;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:9523;s:7:\"percent\";d:2.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:405321;s:10:\"size_after\";i:395798;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:12962;s:7:\"percent\";d:3.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:389583;s:10:\"size_after\";i:376621;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:8142;s:7:\"percent\";d:1.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:675135;s:10:\"size_after\";i:666993;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1248385;s:10:\"size_after\";i:1248385;}}}'),(27467,4133,'_thumbnail_id','4147'),(27469,4155,'_wp_attached_file','2024/01/January-14-2024.pdf'),(27470,4155,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-14-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:620243;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-14-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44046;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-14-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-14-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16098;}}s:8:\"filesize\";i:113852;}'),(27471,4157,'_edit_lock','1705378938:2'),(27472,4157,'_edit_last','2'),(27473,4158,'_wp_attached_file','2024/01/Redemption-For-Sinners.mp3'),(27474,4158,'_thumbnail_id','3885'),(27475,4158,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55764928;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2322;s:16:\"length_formatted\";s:5:\"38:42\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"Redemption For Sinners\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"114\";s:11:\"totaltracks\";s:3:\"114\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27476,4157,'_thumbnail_id','4144'),(27477,4157,'asp_sermon_youtube','https://www.youtube.com/watch?v=psyB_dTpOWc'),(27478,4157,'asp_sermon_vimeo',''),(27479,4157,'asp_sermon_facebook',''),(27480,4157,'asp_sermon_video_embed',''),(27481,4157,'asp_sermon_mp4',''),(27482,4157,'asp_sermon_audio_embed',''),(27483,4157,'asp_sermon_soundcloud',''),(27484,4157,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-14.pdf'),(27485,4157,'asp_sermon_bible_passage','1 John 1:5 - 2:2'),(27486,4157,'asp_sermon_bulletin',''),(27487,4157,'asp_sermon_video_type_select','youtube'),(27488,4157,'_aioseo_title',NULL),(27489,4157,'_aioseo_description',NULL),(27490,4157,'_aioseo_keywords',''),(27491,4157,'_aioseo_og_title',NULL),(27492,4157,'_aioseo_og_description',NULL),(27493,4157,'_aioseo_og_article_section',''),(27494,4157,'_aioseo_og_article_tags',''),(27495,4157,'_aioseo_twitter_title',NULL),(27496,4157,'_aioseo_twitter_description',NULL),(27497,4157,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27498,4157,'post_views_count','424'),(27499,4157,'avada_post_views_count','422'),(27500,4157,'avada_today_post_views_count','1'),(27501,4157,'avada_post_views_count_today_date','11-09-2025'),(27502,4159,'_wp_attached_file','2024/01/Sunday-Seconds-2024-01-14.pdf'),(27503,4159,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-01-14-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338313;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-14-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32155;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-01-14-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-14-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12039;}}s:8:\"filesize\";i:170629;}'),(27504,4159,'avada_post_views_count','90'),(27505,4159,'avada_today_post_views_count','1'),(27506,4159,'avada_post_views_count_today_date','21-09-2025'),(27507,4147,'avada_post_views_count','64'),(27508,4147,'avada_today_post_views_count','1'),(27509,4147,'avada_post_views_count_today_date','21-09-2025'),(27510,4158,'avada_post_views_count','68'),(27511,4158,'avada_today_post_views_count','2'),(27512,4158,'avada_post_views_count_today_date','08-09-2025'),(27513,4155,'avada_post_views_count','81'),(27514,4155,'avada_today_post_views_count','1'),(27515,4155,'avada_post_views_count_today_date','11-09-2025'),(27520,4161,'_wp_attached_file','2024/01/January-21-2024.pdf'),(27521,4161,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-21-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:624630;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-21-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44867;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-21-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-21-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16435;}}s:8:\"filesize\";i:128426;}'),(27522,4163,'_edit_lock','1705871430:2'),(27523,4163,'_edit_last','2'),(27524,4164,'_wp_attached_file','2024/01/The-Anointing-In-Christ.mp3'),(27525,4164,'_thumbnail_id','3885'),(27526,4164,'_wp_attachment_metadata','a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:57287121;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2385;s:16:\"length_formatted\";s:5:\"39:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:23:\"The Anointing In Christ\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"121\";s:11:\"totaltracks\";s:3:\"121\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27527,4165,'_wp_attached_file','2024/01/Sunday-Seconds-2024-01-21.pdf'),(27528,4165,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-01-21-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299579;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-21-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32075;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-01-21-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-21-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12704;}}s:8:\"filesize\";i:179762;}'),(27529,4163,'_thumbnail_id','4144'),(27530,4163,'asp_sermon_youtube','https://www.youtube.com/watch?v=B-FnAwzcfsY'),(27531,4163,'asp_sermon_vimeo',''),(27532,4163,'asp_sermon_facebook',''),(27533,4163,'asp_sermon_video_embed',''),(27534,4163,'asp_sermon_mp4',''),(27535,4163,'asp_sermon_audio_embed',''),(27536,4163,'asp_sermon_soundcloud',''),(27537,4163,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-21.pdf'),(27538,4163,'asp_sermon_bible_passage','1 john 2:18-27'),(27539,4163,'asp_sermon_bulletin',''),(27540,4163,'asp_sermon_video_type_select','youtube'),(27541,4163,'_aioseo_title',NULL),(27542,4163,'_aioseo_description',NULL),(27543,4163,'_aioseo_keywords',''),(27544,4163,'_aioseo_og_title',NULL),(27545,4163,'_aioseo_og_description',NULL),(27546,4163,'_aioseo_og_article_section',''),(27547,4163,'_aioseo_og_article_tags',''),(27548,4163,'_aioseo_twitter_title',NULL),(27549,4163,'_aioseo_twitter_description',NULL),(27550,4163,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27551,4163,'post_views_count','460'),(27552,4163,'avada_post_views_count','460'),(27553,4163,'avada_today_post_views_count','1'),(27554,4163,'avada_post_views_count_today_date','21-09-2025'),(27555,4165,'avada_post_views_count','76'),(27556,4165,'avada_today_post_views_count','2'),(27557,4165,'avada_post_views_count_today_date','08-09-2025'),(27558,4164,'avada_post_views_count','73'),(27559,4164,'avada_today_post_views_count','3'),(27560,4164,'avada_post_views_count_today_date','08-09-2025'),(27561,4161,'avada_post_views_count','76'),(27562,4161,'avada_today_post_views_count','1'),(27563,4161,'avada_post_views_count_today_date','09-09-2025'),(27564,4167,'_wp_attached_file','2024/01/January-28-2024.pdf'),(27565,4167,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-28-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:602102;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-28-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43585;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-28-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:353460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-28-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16052;}}s:8:\"filesize\";i:114333;}'),(27566,4170,'_edit_lock','1706491650:2'),(27567,4170,'_edit_last','2'),(27568,4171,'_wp_attached_file','2024/01/Cleansing-for-Righteousness.mp3'),(27569,4171,'_thumbnail_id','3885'),(27570,4171,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:53065216;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2209;s:16:\"length_formatted\";s:5:\"36:49\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:27:\"Cleansing for Righteousness\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"128\";s:11:\"totaltracks\";s:3:\"128\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27571,4172,'_wp_attached_file','2024/01/Sunday-Seconds-2024-01-28.pdf'),(27572,4172,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-01-28-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294953;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-28-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29887;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-01-28-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-01-28-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11534;}}s:8:\"filesize\";i:166059;}'),(27573,4170,'_thumbnail_id','4144'),(27574,4170,'asp_sermon_youtube','https://www.youtube.com/watch?v=6eVO2IM8_Ow'),(27575,4170,'asp_sermon_vimeo',''),(27576,4170,'asp_sermon_facebook',''),(27577,4170,'asp_sermon_video_embed',''),(27578,4170,'asp_sermon_mp4',''),(27579,4170,'asp_sermon_audio_embed',''),(27580,4170,'asp_sermon_soundcloud',''),(27581,4170,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-28.pdf'),(27582,4170,'asp_sermon_bible_passage','1 John 2:28-3:10'),(27583,4170,'asp_sermon_bulletin',''),(27584,4170,'asp_sermon_video_type_select','youtube'),(27585,4170,'_aioseo_title',NULL),(27586,4170,'_aioseo_description',NULL),(27587,4170,'_aioseo_keywords',''),(27588,4170,'_aioseo_og_title',NULL),(27589,4170,'_aioseo_og_description',NULL),(27590,4170,'_aioseo_og_article_section',''),(27591,4170,'_aioseo_og_article_tags',''),(27592,4170,'_aioseo_twitter_title',NULL),(27593,4170,'_aioseo_twitter_description',NULL),(27594,4170,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27595,4170,'post_views_count','371'),(27596,4170,'avada_post_views_count','371'),(27597,4170,'avada_today_post_views_count','1'),(27598,4170,'avada_post_views_count_today_date','11-09-2025'),(27599,4167,'avada_post_views_count','82'),(27600,4167,'avada_today_post_views_count','1'),(27601,4167,'avada_post_views_count_today_date','10-09-2025'),(27602,4172,'avada_post_views_count','79'),(27603,4172,'avada_today_post_views_count','1'),(27604,4172,'avada_post_views_count_today_date','20-09-2025'),(27605,4171,'avada_post_views_count','69'),(27606,4171,'avada_today_post_views_count','4'),(27607,4171,'avada_post_views_count_today_date','08-09-2025'),(27608,4173,'_wp_attached_file','2024/02/February-4-2024.pdf'),(27609,4173,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"February-4-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598836;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"February-4-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44100;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"February-4-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"February-4-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16083;}}s:8:\"filesize\";i:115053;}'),(27610,4175,'_edit_lock','1707092530:2'),(27611,4175,'_edit_last','2'),(27612,4176,'_wp_attached_file','2024/02/Loving-Each-Other.mp3'),(27613,4176,'_thumbnail_id','3885'),(27614,4176,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:49555648;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2063;s:16:\"length_formatted\";s:5:\"34:23\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:17:\"Loving Each Other\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"204\";s:11:\"totaltracks\";s:3:\"204\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27615,4177,'_wp_attached_file','2024/02/Sunday-Seconds-2024-02-04.pdf'),(27616,4177,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-02-04-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316607;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-02-04-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32145;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-02-04-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-02-04-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12196;}}s:8:\"filesize\";i:196649;}'),(27617,4175,'_thumbnail_id','4144'),(27618,4175,'asp_sermon_youtube','https://www.youtube.com/watch?v=9IUMRdr_u2I'),(27619,4175,'asp_sermon_vimeo',''),(27620,4175,'asp_sermon_facebook',''),(27621,4175,'asp_sermon_video_embed',''),(27622,4175,'asp_sermon_mp4',''),(27623,4175,'asp_sermon_audio_embed',''),(27624,4175,'asp_sermon_soundcloud',''),(27625,4175,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/02/Sunday-Seconds-2024-02-04.pdf'),(27626,4175,'asp_sermon_bible_passage','1 John 3:11-18'),(27627,4175,'asp_sermon_bulletin',''),(27628,4175,'asp_sermon_video_type_select','youtube'),(27629,4175,'_aioseo_title',NULL),(27630,4175,'_aioseo_description',NULL),(27631,4175,'_aioseo_keywords',''),(27632,4175,'_aioseo_og_title',NULL),(27633,4175,'_aioseo_og_description',NULL),(27634,4175,'_aioseo_og_article_section',''),(27635,4175,'_aioseo_og_article_tags',''),(27636,4175,'_aioseo_twitter_title',NULL),(27637,4175,'_aioseo_twitter_description',NULL),(27638,4175,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27639,4175,'post_views_count','358'),(27640,4175,'avada_post_views_count','358'),(27641,4175,'avada_today_post_views_count','1'),(27642,4175,'avada_post_views_count_today_date','10-09-2025'),(27643,4176,'avada_post_views_count','59'),(27644,4176,'avada_today_post_views_count','3'),(27645,4176,'avada_post_views_count_today_date','08-09-2025'),(27646,4177,'avada_post_views_count','82'),(27647,4177,'avada_today_post_views_count','1'),(27648,4177,'avada_post_views_count_today_date','21-09-2025'),(27649,4173,'avada_post_views_count','98'),(27650,4173,'avada_today_post_views_count','1'),(27651,4173,'avada_post_views_count_today_date','09-09-2025'),(27652,4180,'_wp_attached_file','2024/02/February-11-2024.pdf'),(27653,4180,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-11-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:613872;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-11-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44985;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-11-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350455;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-11-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16121;}}s:8:\"filesize\";i:112383;}'),(27654,4180,'avada_post_views_count','75'),(27655,4180,'avada_today_post_views_count','1'),(27656,4180,'avada_post_views_count_today_date','21-09-2025'),(27657,4183,'_wp_attached_file','2024/02/February-18-2024.pdf'),(27658,4183,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-18-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578563;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-18-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44600;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-18-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-18-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16310;}}s:8:\"filesize\";i:121405;}'),(27659,4185,'_edit_lock','1708491006:2'),(27660,4185,'_edit_last','2'),(27661,4186,'_wp_attached_file','2024/02/Overcoming-The-World.mp3'),(27662,4186,'_thumbnail_id','3885'),(27663,4186,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37676224;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1568;s:16:\"length_formatted\";s:5:\"26:08\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:20:\"Overcoming The World\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"218\";s:11:\"totaltracks\";s:3:\"218\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27664,4187,'_wp_attached_file','2024/02/Sunday-Seconds-2024-02-18.pdf'),(27665,4187,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-02-18-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324326;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-02-18-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33709;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-02-18-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-02-18-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13069;}}s:8:\"filesize\";i:172890;}'),(27666,4185,'_thumbnail_id','4144'),(27667,4185,'asp_sermon_youtube','https://www.youtube.com/watch?v=qfLmJdCOScM'),(27668,4185,'asp_sermon_vimeo',''),(27669,4185,'asp_sermon_facebook',''),(27670,4185,'asp_sermon_video_embed',''),(27671,4185,'asp_sermon_mp4',''),(27672,4185,'asp_sermon_audio_embed',''),(27673,4185,'asp_sermon_soundcloud',''),(27674,4185,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/02/Sunday-Seconds-2024-02-18.pdf'),(27675,4185,'asp_sermon_bible_passage','1 John 5:1-6'),(27676,4185,'asp_sermon_bulletin',''),(27677,4185,'asp_sermon_video_type_select','youtube'),(27678,4185,'_aioseo_title',NULL),(27679,4185,'_aioseo_description',NULL),(27680,4185,'_aioseo_keywords',''),(27681,4185,'_aioseo_og_title',NULL),(27682,4185,'_aioseo_og_description',NULL),(27683,4185,'_aioseo_og_article_section',''),(27684,4185,'_aioseo_og_article_tags',''),(27685,4185,'_aioseo_twitter_title',NULL),(27686,4185,'_aioseo_twitter_description',NULL),(27687,4185,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27688,4185,'post_views_count','369'),(27689,4185,'avada_post_views_count','367'),(27690,4185,'avada_today_post_views_count','2'),(27691,4185,'avada_post_views_count_today_date','10-09-2025'),(27692,4183,'avada_post_views_count','132'),(27693,4183,'avada_today_post_views_count','1'),(27694,4183,'avada_post_views_count_today_date','21-09-2025'),(27695,4186,'avada_post_views_count','63'),(27696,4186,'avada_today_post_views_count','3'),(27697,4186,'avada_post_views_count_today_date','08-09-2025'),(27698,4187,'avada_post_views_count','75'),(27699,4187,'avada_today_post_views_count','1'),(27700,4187,'avada_post_views_count_today_date','21-09-2025'),(27701,4188,'_edit_lock','1708901877:2'),(27702,4188,'_edit_last','2'),(27703,4189,'_wp_attached_file','2024/02/The-Spiral-of-Love.mp3'),(27704,4189,'_thumbnail_id','3885'),(27705,4189,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:69969664;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2914;s:16:\"length_formatted\";s:5:\"48:34\";s:6:\"artist\";s:12:\"Sarah Deeter\";s:5:\"title\";s:18:\"The Spiral of Love\";s:5:\"album\";s:12:\"Joy Complete\";s:4:\"band\";s:12:\"Sarah Deeter\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"225\";s:11:\"totaltracks\";s:3:\"225\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27706,4188,'_thumbnail_id','4144'),(27707,4188,'asp_sermon_youtube','https://www.youtube.com/watch?v=zZuRJsUmtk8'),(27708,4188,'asp_sermon_vimeo',''),(27709,4188,'asp_sermon_facebook',''),(27710,4188,'asp_sermon_video_embed',''),(27711,4188,'asp_sermon_mp4',''),(27712,4188,'asp_sermon_audio_embed',''),(27713,4188,'asp_sermon_soundcloud',''),(27714,4188,'asp_sermon_pdf',''),(27715,4188,'asp_sermon_bible_passage','1 John 2:3-11'),(27716,4188,'asp_sermon_bulletin',''),(27717,4188,'asp_sermon_video_type_select','youtube'),(27718,4188,'_aioseo_title',NULL),(27719,4188,'_aioseo_description',NULL),(27720,4188,'_aioseo_keywords',''),(27721,4188,'_aioseo_og_title',NULL),(27722,4188,'_aioseo_og_description',NULL),(27723,4188,'_aioseo_og_article_section',''),(27724,4188,'_aioseo_og_article_tags',''),(27725,4188,'_aioseo_twitter_title',NULL),(27726,4188,'_aioseo_twitter_description',NULL),(27727,4188,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27728,4188,'post_views_count','383'),(27729,4190,'_wp_attached_file','2024/02/February-25-2024.pdf'),(27730,4190,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-25-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:604350;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-25-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44657;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-25-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-25-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16022;}}s:8:\"filesize\";i:127939;}'),(27731,4188,'avada_post_views_count','383'),(27732,4188,'avada_today_post_views_count','2'),(27733,4188,'avada_post_views_count_today_date','10-09-2025'),(27734,4189,'avada_post_views_count','71'),(27735,4189,'avada_today_post_views_count','1'),(27736,4189,'avada_post_views_count_today_date','10-09-2025'),(27737,4190,'avada_post_views_count','64'),(27738,4190,'avada_today_post_views_count','1'),(27739,4190,'avada_post_views_count_today_date','12-09-2025'),(27740,4193,'_wp_attached_file','2024/03/March-3-2024.pdf'),(27741,4193,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"March-3-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:631959;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"March-3-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46458;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"March-3-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"March-3-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}}s:8:\"filesize\";i:129422;}'),(27742,4195,'_edit_lock','1709512633:2'),(27743,4195,'_edit_last','2'),(27744,4196,'_wp_attached_file','2024/03/Tree-of-Knowledge-of-Good-and-Evil.mp3'),(27745,4196,'_thumbnail_id','3885'),(27746,4196,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:51488128;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2144;s:16:\"length_formatted\";s:5:\"35:44\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:34:\"Tree of Knowledge of Good and Evil\";s:5:\"album\";s:10:\"Five Trees\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"303\";s:11:\"totaltracks\";s:3:\"303\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27747,4197,'_wp_attached_file','2024/03/Sunday-Seconds-2024-03-02.pdf'),(27748,4197,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-03-02-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323220;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-03-02-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31446;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-03-02-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-03-02-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12020;}}s:8:\"filesize\";i:208873;}'),(27749,4198,'_wp_attached_file','2024/03/Five-Trees-graphic.jpg'),(27750,4198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2024/03/Five-Trees-graphic.jpg\";s:8:\"filesize\";i:140481;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200033;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118539;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40119;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194595;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:28:\"Five-Trees-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4607;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15342;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54049;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126007;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218603;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236301;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93106;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86674;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41801;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:30:\"Five-Trees-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27751,4198,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:39568;s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:1497191;s:10:\"size_after\";i:1457623;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4607;s:10:\"size_after\";i:4607;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:854;s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:18389;s:10:\"size_after\";i:17535;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:830;s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:16928;s:10:\"size_after\";i:16098;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:772;s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:15342;s:10:\"size_after\";i:14570;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1549;s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:32098;s:10:\"size_after\";i:30549;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1018;s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:40119;s:10:\"size_after\";i:39101;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:894;s:7:\"percent\";d:2.140000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:41801;s:10:\"size_after\";i:40907;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1000;s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:54049;s:10:\"size_after\";i:53049;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2509;s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:118539;s:10:\"size_after\";i:116030;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1636;s:7:\"percent\";d:1.7600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:93106;s:10:\"size_after\";i:91470;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:1187;s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:86674;s:10:\"size_after\";i:85487;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2353;s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:126007;s:10:\"size_after\";i:123654;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:5053;s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:194595;s:10:\"size_after\";i:189542;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:6194;s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:218603;s:10:\"size_after\";i:212409;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:8379;s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:236301;s:10:\"size_after\";i:227922;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:5340;s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:200033;s:10:\"size_after\";i:194693;}}}'),(27752,4195,'_thumbnail_id','4198'),(27753,4195,'asp_sermon_youtube','https://www.youtube.com/watch?v=_GSOpx2U6PY'),(27754,4195,'asp_sermon_vimeo',''),(27755,4195,'asp_sermon_facebook',''),(27756,4195,'asp_sermon_video_embed',''),(27757,4195,'asp_sermon_mp4',''),(27758,4195,'asp_sermon_audio_embed',''),(27759,4195,'asp_sermon_soundcloud',''),(27760,4195,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/03/Sunday-Seconds-2024-03-02.pdf'),(27761,4195,'asp_sermon_bible_passage','Genesis 2:8-9, 15-17'),(27762,4195,'asp_sermon_bulletin',''),(27763,4195,'asp_sermon_video_type_select','youtube'),(27764,4195,'_aioseo_title',NULL),(27765,4195,'_aioseo_description',NULL),(27766,4195,'_aioseo_keywords',''),(27767,4195,'_aioseo_og_title',NULL),(27768,4195,'_aioseo_og_description',NULL),(27769,4195,'_aioseo_og_article_section',''),(27770,4195,'_aioseo_og_article_tags',''),(27771,4195,'_aioseo_twitter_title',NULL),(27772,4195,'_aioseo_twitter_description',NULL),(27773,4195,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27774,4195,'post_views_count','396'),(27775,4195,'avada_post_views_count','395'),(27776,4195,'avada_today_post_views_count','1'),(27777,4195,'avada_post_views_count_today_date','21-09-2025'),(27778,2,'_fusion','a:0:{}'),(27779,4196,'avada_post_views_count','69'),(27780,4196,'avada_today_post_views_count','1'),(27781,4196,'avada_post_views_count_today_date','09-09-2025'),(27782,4197,'avada_post_views_count','75'),(27783,4197,'avada_today_post_views_count','3'),(27784,4197,'avada_post_views_count_today_date','08-09-2025'),(27785,4198,'avada_post_views_count','72'),(27786,4198,'avada_today_post_views_count','1'),(27787,4198,'avada_post_views_count_today_date','20-09-2025'),(27788,4193,'avada_post_views_count','81'),(27789,4193,'avada_today_post_views_count','1'),(27790,4193,'avada_post_views_count_today_date','21-09-2025'),(27791,4199,'_wp_attached_file','2024/03/March-10-2024.pdf'),(27792,4199,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-10-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:611695;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-10-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45815;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-10-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-10-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16363;}}s:8:\"filesize\";i:112097;}'),(27793,4201,'_edit_lock','1734665815:2'),(27794,4201,'_edit_last','2'),(27795,4201,'_fusion','a:0:{}'),(27805,4201,'settings','a:29:{s:6:\"status\";s:8:\"inactive\";s:11:\"cta_buttons\";a:0:{}s:7:\"display\";s:9:\"immediate\";s:7:\"show_on\";s:9:\"page_open\";s:19:\"show_after_duration\";s:1:\"0\";s:17:\"show_after_scroll\";s:1:\"0\";s:14:\"open_animation\";s:5:\"slide\";s:13:\"schedule_from\";s:0:\"\";s:11:\"schedule_to\";s:0:\"\";s:17:\"schedule_timezone\";s:19:\"America/Los_Angeles\";s:8:\"position\";s:3:\"top\";s:6:\"sticky\";s:2:\"no\";s:6:\"layout\";s:8:\"same_row\";s:13:\"align_content\";s:4:\"left\";s:15:\"container_width\";s:6:\"2000px\";s:12:\"ticker_speed\";s:2:\"20\";s:16:\"ticker_direction\";s:10:\"right_left\";s:12:\"ticker_pause\";s:3:\"yes\";s:9:\"style_bar\";a:12:{s:16:\"background_color\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:2:\"20\";s:10:\"link_color\";s:4:\"#fff\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:1:\"0\";s:7:\"padding\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";s:16:\"background_image\";s:78:\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/Holy-Week-A11.jpg\";s:15:\"background_size\";s:5:\"cover\";}s:17:\"style_primary_btn\";a:9:{s:16:\"background_color\";s:4:\"#fff\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:19:\"style_secondary_btn\";a:9:{s:16:\"background_color\";s:7:\"#F9DF74\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:9:\"close_btn\";s:2:\"no\";s:15:\"close_animation\";s:5:\"slide\";s:19:\"close_content_click\";s:2:\"no\";s:10:\"auto_close\";s:1:\"0\";s:11:\"keep_closed\";s:2:\"no\";s:15:\"closed_duration\";s:1:\"0\";s:14:\"location_rules\";a:2:{s:4:\"type\";s:8:\"show_all\";s:4:\"rule\";s:36:\"W1tbInNpbmdsZSIsImVxdWFsIiwiIl1dXQ==\";}s:7:\"devices\";s:3:\"all\";}'),(27809,4199,'avada_post_views_count','60'),(27810,4199,'avada_today_post_views_count','1'),(27811,4199,'avada_post_views_count_today_date','10-09-2025'),(27824,4209,'_wp_attached_file','2024/03/Holy-Week-A01ccc.jpg'),(27825,4209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:185;s:4:\"file\";s:28:\"2024/03/Holy-Week-A01ccc.jpg\";s:8:\"filesize\";i:89399;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Holy-Week-A01ccc-300x43.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14140;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Holy-Week-A01ccc-1024x148.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-768x111.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73926;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-669x185.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98999;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-320x185.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39076;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-700x185.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105925;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:26:\"Holy-Week-A01ccc-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4770;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:27:\"Holy-Week-A01ccc-200x29.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6673;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:27:\"Holy-Week-A01ccc-400x58.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23378;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:27:\"Holy-Week-A01ccc-600x87.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48155;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-800x116.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81269;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:29:\"Holy-Week-A01ccc-1200x173.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169819;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-940x185.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144951;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-540x185.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80847;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-460x185.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68538;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46410;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:28:\"Holy-Week-A01ccc-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21011;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27826,4209,'wp-smush-optimization-errors','a:2:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}s:18:\"unsuccessful_smush\";a:1:{i:0;s:35:\"[fusion-1200] No file content sent.\";}}'),(27827,4210,'_wp_attached_file','2024/03/March-17-2024.pdf'),(27828,4210,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-17-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:717292;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-17-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49230;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-17-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:416260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-17-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16604;}}s:8:\"filesize\";i:261597;}'),(27829,653,'_edit_lock','1710686335:2'),(27831,4213,'_edit_lock','1710717227:2'),(27832,4213,'_edit_last','2'),(27833,4214,'_wp_attached_file','2024/03/Golgothas-Tree.mp3'),(27834,4214,'_thumbnail_id','3885'),(27835,4214,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:42768640;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1780;s:16:\"length_formatted\";s:5:\"29:40\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Golgotha\'s Tree\";s:5:\"album\";s:10:\"Five Trees\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"317\";s:11:\"totaltracks\";s:3:\"317\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27836,4215,'_wp_attached_file','2024/03/Sunday-Seconds-2024-03-17.pdf'),(27837,4215,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-03-17-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356349;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-03-17-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31858;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-03-17-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-03-17-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12260;}}s:8:\"filesize\";i:221141;}'),(27838,4213,'_thumbnail_id','4198'),(27839,4213,'asp_sermon_youtube','https://www.youtube.com/watch?v=BeWiSuhuDWI'),(27840,4213,'asp_sermon_vimeo',''),(27841,4213,'asp_sermon_facebook',''),(27842,4213,'asp_sermon_video_embed',''),(27843,4213,'asp_sermon_mp4',''),(27844,4213,'asp_sermon_audio_embed',''),(27845,4213,'asp_sermon_soundcloud',''),(27846,4213,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/03/Sunday-Seconds-2024-03-17.pdf'),(27847,4213,'asp_sermon_bible_passage','Luke 23:32-43'),(27848,4213,'asp_sermon_bulletin',''),(27849,4213,'asp_sermon_video_type_select','youtube'),(27850,4213,'_aioseo_title',NULL),(27851,4213,'_aioseo_description',NULL),(27852,4213,'_aioseo_keywords',''),(27853,4213,'_aioseo_og_title',NULL),(27854,4213,'_aioseo_og_description',NULL),(27855,4213,'_aioseo_og_article_section',''),(27856,4213,'_aioseo_og_article_tags',''),(27857,4213,'_aioseo_twitter_title',NULL),(27858,4213,'_aioseo_twitter_description',NULL),(27859,4213,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27860,4213,'post_views_count','396'),(27861,4213,'avada_post_views_count','396'),(27862,4213,'avada_today_post_views_count','1'),(27863,4213,'avada_post_views_count_today_date','21-09-2025'),(27864,4210,'avada_post_views_count','73'),(27865,4210,'avada_today_post_views_count','1'),(27866,4210,'avada_post_views_count_today_date','10-09-2025'),(27867,4209,'avada_post_views_count','56'),(27868,4209,'avada_today_post_views_count','1'),(27869,4209,'avada_post_views_count_today_date','09-09-2025'),(27870,4214,'avada_post_views_count','62'),(27871,4214,'avada_today_post_views_count','1'),(27872,4214,'avada_post_views_count_today_date','10-09-2025'),(27873,4215,'avada_post_views_count','100'),(27874,4215,'avada_today_post_views_count','1'),(27875,4215,'avada_post_views_count_today_date','10-09-2025'),(27876,4217,'_wp_attached_file','2024/03/March-24-2024.pdf'),(27877,4217,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-24-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:678451;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-24-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46707;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-24-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:390506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-24-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16038;}}s:8:\"filesize\";i:264622;}'),(27878,4217,'avada_post_views_count','66'),(27879,4217,'avada_today_post_views_count','2'),(27880,4217,'avada_post_views_count_today_date','08-09-2025'),(27881,4219,'_wp_attached_file','2024/03/Holy-Week-A11.jpg'),(27882,4219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2024/03/Holy-Week-A11.jpg\";s:8:\"filesize\";i:296643;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35828;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Holy-Week-A11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:412097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234064;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128420;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45556;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220118;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:23:\"Holy-Week-A11-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4116;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16300;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62784;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144125;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256814;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:26:\"Holy-Week-A11-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:572356;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266491;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102812;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96118;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45649;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:25:\"Holy-Week-A11-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18077;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27883,4219,'wp-smush-optimization-errors','a:2:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}s:18:\"unsuccessful_smush\";a:1:{i:0;s:35:\"[fusion-1200] No file content sent.\";}}'),(27884,4219,'avada_post_views_count','74'),(27885,4219,'avada_today_post_views_count','2'),(27886,4219,'avada_post_views_count_today_date','08-09-2025'),(27887,4222,'_wp_attached_file','2024/04/March-31-2024.pdf'),(27888,4222,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-31-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:604549;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-31-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46409;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-31-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-31-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16800;}}s:8:\"filesize\";i:149974;}'),(27889,4095,'wpforms_entries_count','5'),(27890,4222,'avada_post_views_count','84'),(27891,4222,'avada_today_post_views_count','1'),(27892,4222,'avada_post_views_count_today_date','21-09-2025'),(27893,4224,'_edit_lock','1712632755:2'),(27894,4224,'_edit_last','2'),(27895,4225,'_wp_attached_file','2024/04/Tree-of-Life.mp3'),(27896,4225,'_thumbnail_id','3885'),(27897,4225,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:46214272;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1924;s:16:\"length_formatted\";s:5:\"32:04\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:12:\"Tree of Life\";s:5:\"album\";s:10:\"Five Trees\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"331\";s:11:\"totaltracks\";s:3:\"331\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27898,4224,'_thumbnail_id','4198'),(27899,4224,'asp_sermon_youtube','https://www.youtube.com/watch?v=v2F5xsWjIlE'),(27900,4224,'asp_sermon_vimeo',''),(27901,4224,'asp_sermon_facebook',''),(27902,4224,'asp_sermon_video_embed',''),(27903,4224,'asp_sermon_mp4',''),(27904,4224,'asp_sermon_audio_embed',''),(27905,4224,'asp_sermon_soundcloud',''),(27906,4224,'asp_sermon_pdf',''),(27907,4224,'asp_sermon_bible_passage','Revelations 22:1-5 &amp; 12-14'),(27908,4224,'asp_sermon_bulletin',''),(27909,4224,'asp_sermon_video_type_select','youtube'),(27910,4224,'_aioseo_title',NULL),(27911,4224,'_aioseo_description',NULL),(27912,4224,'_aioseo_keywords',''),(27913,4224,'_aioseo_og_title',NULL),(27914,4224,'_aioseo_og_description',NULL),(27915,4224,'_aioseo_og_article_section',''),(27916,4224,'_aioseo_og_article_tags',''),(27917,4224,'_aioseo_twitter_title',NULL),(27918,4224,'_aioseo_twitter_description',NULL),(27919,4224,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27923,4227,'_edit_lock','1712632942:2'),(27924,4227,'_edit_last','2'),(27925,4228,'_wp_attached_file','2024/04/Tree-of-Grafting.mp3'),(27926,4228,'_thumbnail_id','3885'),(27927,4228,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:34179328;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1422;s:16:\"length_formatted\";s:5:\"23:42\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Tree of Grafting\";s:5:\"album\";s:10:\"Five Trees\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"324\";s:11:\"totaltracks\";s:3:\"324\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27928,4227,'_thumbnail_id','4198'),(27929,4227,'asp_sermon_youtube','https://www.youtube.com/watch?v=v3kvN2PjR3s'),(27930,4227,'asp_sermon_vimeo',''),(27931,4227,'asp_sermon_facebook',''),(27932,4227,'asp_sermon_video_embed',''),(27933,4227,'asp_sermon_mp4',''),(27934,4227,'asp_sermon_audio_embed',''),(27935,4227,'asp_sermon_soundcloud',''),(27936,4227,'asp_sermon_pdf',''),(27937,4227,'asp_sermon_bible_passage','Romans 11:17-24'),(27938,4227,'asp_sermon_bulletin',''),(27939,4227,'asp_sermon_video_type_select','youtube'),(27940,4227,'_aioseo_title',NULL),(27941,4227,'_aioseo_description',NULL),(27942,4227,'_aioseo_keywords',''),(27943,4227,'_aioseo_og_title',NULL),(27944,4227,'_aioseo_og_description',NULL),(27945,4227,'_aioseo_og_article_section',''),(27946,4227,'_aioseo_og_article_tags',''),(27947,4227,'_aioseo_twitter_title',NULL),(27948,4227,'_aioseo_twitter_description',NULL),(27949,4227,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27952,4224,'post_views_count','343'),(27953,4227,'post_views_count','340'),(27954,4229,'_wp_attached_file','2024/04/The-Faithful-One-series-slide.jpg'),(27955,4229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:41:\"2024/04/The-Faithful-One-series-slide.jpg\";s:8:\"filesize\";i:89081;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172897;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104006;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41953;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166464;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:39:\"The-Faithful-One-series-slide-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4141;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16249;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55099;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116574;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186604;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191597;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85468;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81683;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41509;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:41:\"The-Faithful-One-series-slide-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17827;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27956,4229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.479999999999999926725280374739668332040309906005859375;s:5:\"bytes\";i:84165;s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:1331138;s:10:\"size_after\";i:1246973;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4141;s:10:\"size_after\";i:4141;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:831;s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:17827;s:10:\"size_after\";i:16996;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:734;s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:15843;s:10:\"size_after\";i:15109;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:760;s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:16249;s:10:\"size_after\";i:15489;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1945;s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:33224;s:10:\"size_after\";i:31279;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2454;s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:41509;s:10:\"size_after\";i:39055;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5719;s:7:\"percent\";d:6.69000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:85468;s:10:\"size_after\";i:79749;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2581;s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:41953;s:10:\"size_after\";i:39372;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:5174;s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:81683;s:10:\"size_after\";i:76509;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3440;s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:55099;s:10:\"size_after\";i:51659;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6825;s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:104006;s:10:\"size_after\";i:97181;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11786;s:7:\"percent\";d:6.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:186604;s:10:\"size_after\";i:174818;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:12233;s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:191597;s:10:\"size_after\";i:179364;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7773;s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:116574;s:10:\"size_after\";i:108801;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:11201;s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:11:\"size_before\";i:172897;s:10:\"size_after\";i:161696;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:10709;s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:11:\"size_before\";i:166464;s:10:\"size_after\";i:155755;}}}'),(27957,4230,'_edit_lock','1712633924:2'),(27958,4230,'_edit_last','2'),(27959,4231,'_wp_attached_file','2024/04/Fulfilled-In-Us.mp3'),(27960,4231,'_thumbnail_id','3885'),(27961,4231,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:46259776;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1926;s:16:\"length_formatted\";s:5:\"32:06\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Fulfilled In Us\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"407\";s:11:\"totaltracks\";s:3:\"407\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(27962,4232,'_wp_attached_file','2024/04/Sunday-Seconds-2024-04-07.pdf'),(27963,4232,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-04-07-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265733;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-07-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25724;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-04-07-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-07-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10089;}}s:8:\"filesize\";i:186062;}'),(27964,4230,'_thumbnail_id','4229'),(27965,4230,'asp_sermon_youtube','https://www.youtube.com/watch?v=fOsge1szQ5A'),(27966,4230,'asp_sermon_vimeo',''),(27967,4230,'asp_sermon_facebook',''),(27968,4230,'asp_sermon_video_embed',''),(27969,4230,'asp_sermon_mp4',''),(27970,4230,'asp_sermon_audio_embed',''),(27971,4230,'asp_sermon_soundcloud',''),(27972,4230,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-07.pdf'),(27973,4230,'asp_sermon_bible_passage','Ephesians 1:3-14'),(27974,4230,'asp_sermon_bulletin',''),(27975,4230,'asp_sermon_video_type_select','youtube'),(27976,4230,'_aioseo_title',NULL),(27977,4230,'_aioseo_description',NULL),(27978,4230,'_aioseo_keywords',''),(27979,4230,'_aioseo_og_title',NULL),(27980,4230,'_aioseo_og_description',NULL),(27981,4230,'_aioseo_og_article_section',''),(27982,4230,'_aioseo_og_article_tags',''),(27983,4230,'_aioseo_twitter_title',NULL),(27984,4230,'_aioseo_twitter_description',NULL),(27985,4230,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(27986,4230,'post_views_count','377'),(27987,4230,'avada_post_views_count','377'),(27988,4230,'avada_today_post_views_count','1'),(27989,4230,'avada_post_views_count_today_date','12-09-2025'),(27990,4224,'avada_post_views_count','343'),(27991,4224,'avada_today_post_views_count','2'),(27992,4224,'avada_post_views_count_today_date','09-09-2025'),(27993,4227,'avada_post_views_count','340'),(27994,4227,'avada_today_post_views_count','1'),(27995,4227,'avada_post_views_count_today_date','21-09-2025'),(27996,4231,'avada_post_views_count','64'),(27997,4231,'avada_today_post_views_count','1'),(27998,4231,'avada_post_views_count_today_date','21-09-2025'),(27999,4228,'avada_post_views_count','61'),(28000,4228,'avada_today_post_views_count','1'),(28001,4228,'avada_post_views_count_today_date','09-09-2025'),(28002,4225,'avada_post_views_count','56'),(28003,4225,'avada_today_post_views_count','4'),(28004,4225,'avada_post_views_count_today_date','08-09-2025'),(28005,4232,'avada_post_views_count','69'),(28006,4232,'avada_today_post_views_count','1'),(28007,4232,'avada_post_views_count_today_date','10-09-2025'),(28008,4229,'avada_post_views_count','101'),(28009,4229,'avada_today_post_views_count','1'),(28010,4229,'avada_post_views_count_today_date','09-09-2025'),(28011,4234,'_edit_lock','1713407183:2'),(28012,4234,'_edit_last','2'),(28013,4235,'_wp_attached_file','2024/04/Seeing-His-Rule.mp3'),(28014,4235,'_thumbnail_id','3885'),(28015,4235,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:39869632;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1660;s:16:\"length_formatted\";s:5:\"27:40\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Seeing His RUle\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"414\";s:11:\"totaltracks\";s:3:\"414\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28016,4236,'_wp_attached_file','2024/04/Sunday-Seconds-2024-04-14.pdf'),(28017,4236,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-04-14-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358363;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-14-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33545;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-04-14-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-14-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13133;}}s:8:\"filesize\";i:194869;}'),(28018,4234,'_thumbnail_id','4229'),(28019,4234,'asp_sermon_youtube','https://www.youtube.com/watch?v=ZJs5NSJNo_8'),(28020,4234,'asp_sermon_vimeo',''),(28021,4234,'asp_sermon_facebook',''),(28022,4234,'asp_sermon_video_embed',''),(28023,4234,'asp_sermon_mp4',''),(28024,4234,'asp_sermon_audio_embed',''),(28025,4234,'asp_sermon_soundcloud',''),(28026,4234,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-14.pdf'),(28027,4234,'asp_sermon_bible_passage','Ephesians 1:15-23'),(28028,4234,'asp_sermon_bulletin',''),(28029,4234,'asp_sermon_video_type_select','youtube'),(28030,4234,'_aioseo_title',NULL),(28031,4234,'_aioseo_description',NULL),(28032,4234,'_aioseo_keywords',''),(28033,4234,'_aioseo_og_title',NULL),(28034,4234,'_aioseo_og_description',NULL),(28035,4234,'_aioseo_og_article_section',''),(28036,4234,'_aioseo_og_article_tags',''),(28037,4234,'_aioseo_twitter_title',NULL),(28038,4234,'_aioseo_twitter_description',NULL),(28039,4234,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28040,4234,'post_views_count','406'),(28041,4237,'_wp_attached_file','2024/04/April-14-2024.pdf'),(28042,4237,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-14-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:612743;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-14-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44729;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-14-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-14-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16141;}}s:8:\"filesize\";i:112098;}'),(28043,4234,'avada_post_views_count','406'),(28044,4234,'avada_today_post_views_count','4'),(28045,4234,'avada_post_views_count_today_date','09-09-2025'),(28046,4236,'avada_post_views_count','78'),(28047,4236,'avada_today_post_views_count','1'),(28048,4236,'avada_post_views_count_today_date','21-09-2025'),(28049,4237,'avada_post_views_count','210'),(28050,4237,'avada_today_post_views_count','1'),(28051,4237,'avada_post_views_count_today_date','21-09-2025'),(28052,4235,'avada_post_views_count','64'),(28053,4235,'avada_today_post_views_count','1'),(28054,4235,'avada_post_views_count_today_date','21-09-2025'),(28055,4240,'_wp_attached_file','2024/04/April-21-2024.pdf'),(28056,4240,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-21-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578117;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-21-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44441;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-21-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-21-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16440;}}s:8:\"filesize\";i:121131;}'),(28057,4242,'_edit_lock','1713760370:2'),(28058,4242,'_edit_last','2'),(28059,4243,'_wp_attached_file','2024/04/Enlivened-by-Grace.mp3'),(28060,4243,'_thumbnail_id','3885'),(28061,4243,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41229568;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1716;s:16:\"length_formatted\";s:5:\"28:36\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"Enlivened by Grace\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"421\";s:11:\"totaltracks\";s:3:\"421\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28062,4244,'_wp_attached_file','2024/04/Sunday-Seconds-2024-04-21.pdf'),(28063,4244,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-04-21-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277666;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-21-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27978;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-04-21-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-21-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11053;}}s:8:\"filesize\";i:187353;}'),(28064,4242,'_thumbnail_id','4229'),(28065,4242,'asp_sermon_youtube','https://www.youtube.com/watch?v=g2phA5DoGHk'),(28066,4242,'asp_sermon_vimeo',''),(28067,4242,'asp_sermon_facebook',''),(28068,4242,'asp_sermon_video_embed',''),(28069,4242,'asp_sermon_mp4',''),(28070,4242,'asp_sermon_audio_embed',''),(28071,4242,'asp_sermon_soundcloud',''),(28072,4242,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-21.pdf'),(28073,4242,'asp_sermon_bible_passage','Ephesians 2:1-10'),(28074,4242,'asp_sermon_bulletin',''),(28075,4242,'asp_sermon_video_type_select','youtube'),(28076,4242,'_aioseo_title',NULL),(28077,4242,'_aioseo_description',NULL),(28078,4242,'_aioseo_keywords','a:0:{}'),(28079,4242,'_aioseo_og_title',NULL),(28080,4242,'_aioseo_og_description',NULL),(28081,4242,'_aioseo_og_article_section',''),(28082,4242,'_aioseo_og_article_tags','a:0:{}'),(28083,4242,'_aioseo_twitter_title',NULL),(28084,4242,'_aioseo_twitter_description',NULL),(28085,4242,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28086,4242,'post_views_count','300'),(28087,4242,'avada_post_views_count','299'),(28088,4242,'avada_today_post_views_count','1'),(28089,4242,'avada_post_views_count_today_date','11-09-2025'),(28090,4244,'avada_post_views_count','85'),(28091,4244,'avada_today_post_views_count','1'),(28092,4244,'avada_post_views_count_today_date','10-09-2025'),(28093,4240,'avada_post_views_count','103'),(28094,4240,'avada_today_post_views_count','2'),(28095,4240,'avada_post_views_count_today_date','08-09-2025'),(28096,4243,'avada_post_views_count','63'),(28097,4243,'avada_today_post_views_count','1'),(28098,4243,'avada_post_views_count_today_date','09-09-2025'),(28099,4245,'_wp_attached_file','2024/04/April-28-2024.pdf'),(28100,4245,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-28-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:585945;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-28-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43620;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-28-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-28-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15660;}}s:8:\"filesize\";i:116475;}'),(28101,4247,'_edit_lock','1714334068:2'),(28102,4247,'_edit_last','2'),(28103,4248,'_wp_attached_file','2024/04/One-New-Humanity.mp3'),(28104,4248,'_thumbnail_id','3885'),(28105,4248,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:56166976;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2339;s:16:\"length_formatted\";s:5:\"38:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"One New Humanity\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"428\";s:11:\"totaltracks\";s:3:\"428\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28106,4249,'_wp_attached_file','2024/04/Sunday-Seconds-2024-04-28.pdf'),(28107,4249,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-04-28-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318064;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-28-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31042;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-04-28-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-04-28-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11559;}}s:8:\"filesize\";i:204136;}'),(28108,4247,'_thumbnail_id','4229'),(28109,4247,'asp_sermon_youtube','https://www.youtube.com/watch?v=SDo-YjxmtvY'),(28110,4247,'asp_sermon_vimeo',''),(28111,4247,'asp_sermon_facebook',''),(28112,4247,'asp_sermon_video_embed',''),(28113,4247,'asp_sermon_mp4',''),(28114,4247,'asp_sermon_audio_embed',''),(28115,4247,'asp_sermon_soundcloud',''),(28116,4247,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-28.pdf'),(28117,4247,'asp_sermon_bible_passage','Ephesians 2:11-19'),(28118,4247,'asp_sermon_bulletin',''),(28119,4247,'asp_sermon_video_type_select','youtube'),(28120,4247,'_aioseo_title',NULL),(28121,4247,'_aioseo_description',NULL),(28122,4247,'_aioseo_keywords','a:0:{}'),(28123,4247,'_aioseo_og_title',NULL),(28124,4247,'_aioseo_og_description',NULL),(28125,4247,'_aioseo_og_article_section',''),(28126,4247,'_aioseo_og_article_tags','a:0:{}'),(28127,4247,'_aioseo_twitter_title',NULL),(28128,4247,'_aioseo_twitter_description',NULL),(28129,4247,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28130,4247,'post_views_count','355'),(28131,4247,'avada_post_views_count','355'),(28132,4247,'avada_today_post_views_count','1'),(28133,4247,'avada_post_views_count_today_date','11-09-2025'),(28134,4095,'wpforms_entries_count_previous_week','a:3:{i:0;i:5;i:1;i:0;i:2;i:0;}'),(28135,4248,'avada_post_views_count','72'),(28136,4248,'avada_today_post_views_count','1'),(28137,4248,'avada_post_views_count_today_date','10-09-2025'),(28138,4245,'avada_post_views_count','119'),(28139,4245,'avada_today_post_views_count','1'),(28140,4245,'avada_post_views_count_today_date','09-09-2025'),(28141,4249,'avada_post_views_count','59'),(28142,4249,'avada_today_post_views_count','1'),(28143,4249,'avada_post_views_count_today_date','09-09-2025'),(28144,4251,'_wp_attached_file','2024/05/May-5-2024.pdf'),(28145,4251,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"May-5-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:583544;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"May-5-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44010;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"May-5-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343739;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"May-5-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15639;}}s:8:\"filesize\";i:118485;}'),(28146,4253,'_edit_lock','1714963478:2'),(28147,4253,'_edit_last','2'),(28148,4254,'_wp_attached_file','2024/05/Know-Your-Value.mp3'),(28149,4254,'_thumbnail_id','3885'),(28150,4254,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:40571776;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1689;s:16:\"length_formatted\";s:5:\"28:09\";s:6:\"artist\";s:12:\"Dave Lindner\";s:5:\"title\";s:15:\"Know Your Value\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:12:\"Dave Lindner\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"505\";s:11:\"totaltracks\";s:3:\"505\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28151,4253,'_thumbnail_id','4229'),(28152,4253,'asp_sermon_youtube','https://www.youtube.com/watch?v=O-e-X4YGWg0'),(28153,4253,'asp_sermon_vimeo',''),(28154,4253,'asp_sermon_facebook',''),(28155,4253,'asp_sermon_video_embed',''),(28156,4253,'asp_sermon_mp4',''),(28157,4253,'asp_sermon_audio_embed',''),(28158,4253,'asp_sermon_soundcloud',''),(28159,4253,'asp_sermon_pdf',''),(28160,4253,'asp_sermon_bible_passage','Ephesians 3:1-13'),(28161,4253,'asp_sermon_bulletin',''),(28162,4253,'asp_sermon_video_type_select','youtube'),(28163,4253,'_aioseo_title',NULL),(28164,4253,'_aioseo_description',NULL),(28165,4253,'_aioseo_keywords','a:0:{}'),(28166,4253,'_aioseo_og_title',NULL),(28167,4253,'_aioseo_og_description',NULL),(28168,4253,'_aioseo_og_article_section',''),(28169,4253,'_aioseo_og_article_tags','a:0:{}'),(28170,4253,'_aioseo_twitter_title',NULL),(28171,4253,'_aioseo_twitter_description',NULL),(28172,4253,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28173,4253,'post_views_count','1886'),(28174,4253,'avada_post_views_count','1798'),(28175,4253,'avada_today_post_views_count','1'),(28176,4253,'avada_post_views_count_today_date','21-09-2025'),(28178,4254,'avada_post_views_count','59'),(28179,4254,'avada_today_post_views_count','3'),(28180,4254,'avada_post_views_count_today_date','08-09-2025'),(28181,4251,'avada_post_views_count','101'),(28182,4251,'avada_today_post_views_count','1'),(28183,4251,'avada_post_views_count_today_date','08-09-2025'),(28184,4255,'_wp_attached_file','2024/05/May-12-2024.pdf'),(28185,4255,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-12-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:607330;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-12-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44806;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-12-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-12-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16206;}}s:8:\"filesize\";i:109470;}'),(28186,4257,'_edit_lock','1715573074:2'),(28187,4257,'_edit_last','2'),(28188,4258,'_wp_attached_file','2024/05/Mutual-Submission.mp3'),(28189,4258,'_thumbnail_id','3885'),(28190,4258,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52804288;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2198;s:16:\"length_formatted\";s:5:\"36:38\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:17:\"Mutual Submission\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"512\";s:11:\"totaltracks\";s:3:\"512\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28191,4259,'_wp_attached_file','2024/05/Sunday-Seconds-2024-05-12.pdf'),(28192,4259,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-05-12-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348439;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-12-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33408;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-05-12-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-12-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12908;}}s:8:\"filesize\";i:194820;}'),(28193,4257,'_thumbnail_id','4229'),(28194,4257,'asp_sermon_youtube','https://www.youtube.com/watch?v=zJCnPP5vV3g'),(28195,4257,'asp_sermon_vimeo',''),(28196,4257,'asp_sermon_facebook',''),(28197,4257,'asp_sermon_video_embed',''),(28198,4257,'asp_sermon_mp4',''),(28199,4257,'asp_sermon_audio_embed',''),(28200,4257,'asp_sermon_soundcloud',''),(28201,4257,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-12.pdf'),(28202,4257,'asp_sermon_bible_passage','Ephesians 5:21-33'),(28203,4257,'asp_sermon_bulletin',''),(28204,4257,'asp_sermon_video_type_select','youtube'),(28205,4257,'_aioseo_title',NULL),(28206,4257,'_aioseo_description',NULL),(28207,4257,'_aioseo_keywords','a:0:{}'),(28208,4257,'_aioseo_og_title',NULL),(28209,4257,'_aioseo_og_description',NULL),(28210,4257,'_aioseo_og_article_section',''),(28211,4257,'_aioseo_og_article_tags','a:0:{}'),(28212,4257,'_aioseo_twitter_title',NULL),(28213,4257,'_aioseo_twitter_description',NULL),(28214,4257,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28215,4257,'post_views_count','350'),(28216,4257,'avada_post_views_count','350'),(28217,4257,'avada_today_post_views_count','3'),(28218,4257,'avada_post_views_count_today_date','09-09-2025'),(28219,4255,'avada_post_views_count','112'),(28220,4255,'avada_today_post_views_count','1'),(28221,4255,'avada_post_views_count_today_date','08-09-2025'),(28222,4258,'avada_post_views_count','54'),(28223,4258,'avada_today_post_views_count','1'),(28224,4258,'avada_post_views_count_today_date','09-09-2025'),(28225,4259,'avada_post_views_count','61'),(28226,4259,'avada_today_post_views_count','1'),(28227,4259,'avada_post_views_count_today_date','08-09-2025'),(28228,4261,'_edit_lock','1716421903:2'),(28229,4261,'_edit_last','2'),(28230,4262,'_wp_attached_file','2024/05/Indwelling-Love.mp3'),(28231,4262,'_thumbnail_id','3885'),(28232,4262,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:51535360;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2146;s:16:\"length_formatted\";s:5:\"35:46\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Indwelling Love\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"519\";s:11:\"totaltracks\";s:3:\"519\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28233,4263,'_wp_attached_file','2024/05/Sunday-Seconds-2024-05-19.pdf'),(28234,4263,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-05-19-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308202;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-19-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28676;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-05-19-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-19-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11304;}}s:8:\"filesize\";i:204043;}'),(28235,4261,'_thumbnail_id','4229'),(28236,4261,'asp_sermon_youtube','https://www.youtube.com/watch?v=KAhG0jFYipw'),(28237,4261,'asp_sermon_vimeo',''),(28238,4261,'asp_sermon_facebook',''),(28239,4261,'asp_sermon_video_embed',''),(28240,4261,'asp_sermon_mp4',''),(28241,4261,'asp_sermon_audio_embed',''),(28242,4261,'asp_sermon_soundcloud',''),(28243,4261,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-19.pdf'),(28244,4261,'asp_sermon_bible_passage','Ephesians 3:14-21'),(28245,4261,'asp_sermon_bulletin',''),(28246,4261,'asp_sermon_video_type_select','youtube'),(28247,4261,'_aioseo_title',NULL),(28248,4261,'_aioseo_description',NULL),(28249,4261,'_aioseo_keywords','a:0:{}'),(28250,4261,'_aioseo_og_title',NULL),(28251,4261,'_aioseo_og_description',NULL),(28252,4261,'_aioseo_og_article_section',''),(28253,4261,'_aioseo_og_article_tags','a:0:{}'),(28254,4261,'_aioseo_twitter_title',NULL),(28255,4261,'_aioseo_twitter_description',NULL),(28256,4261,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28257,4264,'_wp_attached_file','2024/05/May-19-2024.pdf'),(28258,4264,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-19-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:632239;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-19-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45216;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-19-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-19-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16193;}}s:8:\"filesize\";i:115180;}'),(28259,4261,'post_views_count','361'),(28260,4261,'avada_post_views_count','361'),(28261,4261,'avada_today_post_views_count','1'),(28262,4261,'avada_post_views_count_today_date','20-09-2025'),(28263,4264,'avada_post_views_count','82'),(28264,4264,'avada_today_post_views_count','1'),(28265,4264,'avada_post_views_count_today_date','10-09-2025'),(28266,4263,'avada_post_views_count','55'),(28267,4263,'avada_today_post_views_count','1'),(28268,4263,'avada_post_views_count_today_date','11-09-2025'),(28269,4262,'avada_post_views_count','60'),(28270,4262,'avada_today_post_views_count','3'),(28271,4262,'avada_post_views_count_today_date','08-09-2025'),(28272,4266,'_edit_lock','1716832257:2'),(28273,4266,'_edit_last','2'),(28274,4267,'_wp_attached_file','2024/05/One-God-One-Faith.mp3'),(28275,4267,'_thumbnail_id','3885'),(28276,4267,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47507392;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1978;s:16:\"length_formatted\";s:5:\"32:58\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"One God, One Faith\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"526\";s:11:\"totaltracks\";s:3:\"526\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28277,4268,'_wp_attached_file','2024/05/Sunday-Seconds-2024-05-26.pdf'),(28278,4268,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-05-26-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297871;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-26-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30950;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-05-26-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-05-26-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}}s:8:\"filesize\";i:211077;}'),(28279,4266,'_thumbnail_id','4229'),(28280,4266,'asp_sermon_youtube','https://www.youtube.com/watch?v=fdJ3hkI8KPs'),(28281,4266,'asp_sermon_vimeo',''),(28282,4266,'asp_sermon_facebook',''),(28283,4266,'asp_sermon_video_embed',''),(28284,4266,'asp_sermon_mp4',''),(28285,4266,'asp_sermon_audio_embed',''),(28286,4266,'asp_sermon_soundcloud',''),(28287,4266,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-26.pdf'),(28288,4266,'asp_sermon_bible_passage','Ephesians 4:1-6'),(28289,4266,'asp_sermon_bulletin',''),(28290,4266,'asp_sermon_video_type_select','youtube'),(28291,4266,'_aioseo_title',NULL),(28292,4266,'_aioseo_description',NULL),(28293,4266,'_aioseo_keywords','a:0:{}'),(28294,4266,'_aioseo_og_title',NULL),(28295,4266,'_aioseo_og_description',NULL),(28296,4266,'_aioseo_og_article_section',''),(28297,4266,'_aioseo_og_article_tags','a:0:{}'),(28298,4266,'_aioseo_twitter_title',NULL),(28299,4266,'_aioseo_twitter_description',NULL),(28300,4266,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28301,4266,'post_views_count','412'),(28302,4266,'avada_post_views_count','412'),(28303,4266,'avada_today_post_views_count','1'),(28304,4266,'avada_post_views_count_today_date','11-09-2025'),(28305,4267,'avada_post_views_count','71'),(28306,4267,'avada_today_post_views_count','1'),(28307,4267,'avada_post_views_count_today_date','11-09-2025'),(28308,4268,'avada_post_views_count','68'),(28309,4268,'avada_today_post_views_count','1'),(28310,4268,'avada_post_views_count_today_date','11-09-2025'),(28311,4270,'_wp_attached_file','2024/06/June-2-2024.pdf'),(28312,4270,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-2-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:546134;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-2-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40865;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-2-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-2-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15336;}}s:8:\"filesize\";i:120779;}'),(28313,4272,'_edit_lock','1717387730:2'),(28314,4272,'_edit_last','2'),(28315,4273,'_wp_attached_file','2024/06/Gifted-By-Calling.mp3'),(28316,4273,'_thumbnail_id','3885'),(28317,4273,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:45764992;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1905;s:16:\"length_formatted\";s:5:\"31:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:17:\"Gifted By Calling\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"602\";s:11:\"totaltracks\";s:3:\"602\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28318,4274,'_wp_attached_file','2024/06/Sunday-Seconds-2024-06-02.pdf'),(28319,4274,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-06-02-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:420732;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-06-02-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38713;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-06-02-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-06-02-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13754;}}s:8:\"filesize\";i:178845;}'),(28320,4272,'_thumbnail_id','4229'),(28321,4272,'asp_sermon_youtube','https://www.youtube.com/watch?v=aYKqK4L6lpQ'),(28322,4272,'asp_sermon_vimeo',''),(28323,4272,'asp_sermon_facebook',''),(28324,4272,'asp_sermon_video_embed',''),(28325,4272,'asp_sermon_mp4',''),(28326,4272,'asp_sermon_audio_embed',''),(28327,4272,'asp_sermon_soundcloud',''),(28328,4272,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/06/Sunday-Seconds-2024-06-02.pdf'),(28329,4272,'asp_sermon_bible_passage','Ephesians 4:7-16'),(28330,4272,'asp_sermon_bulletin',''),(28331,4272,'asp_sermon_video_type_select','youtube'),(28332,4272,'_aioseo_title',NULL),(28333,4272,'_aioseo_description',NULL),(28334,4272,'_aioseo_keywords','a:0:{}'),(28335,4272,'_aioseo_og_title',NULL),(28336,4272,'_aioseo_og_description',NULL),(28337,4272,'_aioseo_og_article_section',''),(28338,4272,'_aioseo_og_article_tags','a:0:{}'),(28339,4272,'_aioseo_twitter_title',NULL),(28340,4272,'_aioseo_twitter_description',NULL),(28341,4272,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28342,4272,'post_views_count','320'),(28343,4272,'avada_post_views_count','321'),(28344,4272,'avada_today_post_views_count','5'),(28345,4272,'avada_post_views_count_today_date','09-09-2025'),(28346,4274,'avada_post_views_count','63'),(28347,4274,'avada_today_post_views_count','1'),(28348,4274,'avada_post_views_count_today_date','09-09-2025'),(28349,4270,'avada_post_views_count','51'),(28350,4270,'avada_today_post_views_count','1'),(28351,4270,'avada_post_views_count_today_date','21-09-2025'),(28352,4273,'avada_post_views_count','67'),(28353,4273,'avada_today_post_views_count','1'),(28354,4273,'avada_post_views_count_today_date','21-09-2025'),(28355,4275,'_wp_attached_file','2024/06/June-9-2024.pdf'),(28356,4275,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-9-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:570516;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-9-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41593;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-9-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-9-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14999;}}s:8:\"filesize\";i:114172;}'),(28357,4277,'_edit_lock','1717966086:2'),(28358,4277,'_edit_last','2'),(28359,4278,'_wp_attached_file','2024/06/The-New-Self-in-the-Likeness-of-God.mp3'),(28360,4278,'_thumbnail_id','3885'),(28361,4278,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:48488320;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2019;s:16:\"length_formatted\";s:5:\"33:39\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:35:\"The New Self in the Likeness of God\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"609\";s:11:\"totaltracks\";s:3:\"609\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28362,4279,'_wp_attached_file','2024/06/Sunday-Seconds-2024-06-09.pdf'),(28363,4279,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-06-09-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:384781;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-06-09-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37980;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-06-09-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-06-09-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14336;}}s:8:\"filesize\";i:204664;}'),(28364,4277,'_thumbnail_id','4229'),(28365,4277,'asp_sermon_youtube','https://www.youtube.com/watch?v=K9HUzBpk4Do'),(28366,4277,'asp_sermon_vimeo',''),(28367,4277,'asp_sermon_facebook',''),(28368,4277,'asp_sermon_video_embed',''),(28369,4277,'asp_sermon_mp4',''),(28370,4277,'asp_sermon_audio_embed',''),(28371,4277,'asp_sermon_soundcloud',''),(28372,4277,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/06/Sunday-Seconds-2024-06-09.pdf'),(28373,4277,'asp_sermon_bible_passage','Ephesians 4:17-24'),(28374,4277,'asp_sermon_bulletin',''),(28375,4277,'asp_sermon_video_type_select','youtube'),(28376,4277,'_aioseo_title',NULL),(28377,4277,'_aioseo_description',NULL),(28378,4277,'_aioseo_keywords','a:0:{}'),(28379,4277,'_aioseo_og_title',NULL),(28380,4277,'_aioseo_og_description',NULL),(28381,4277,'_aioseo_og_article_section',''),(28382,4277,'_aioseo_og_article_tags','a:0:{}'),(28383,4277,'_aioseo_twitter_title',NULL),(28384,4277,'_aioseo_twitter_description',NULL),(28385,4277,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28386,4277,'post_views_count','387'),(28387,4277,'avada_post_views_count','387'),(28388,4277,'avada_today_post_views_count','1'),(28389,4277,'avada_post_views_count_today_date','11-09-2025'),(28390,4275,'avada_post_views_count','78'),(28391,4275,'avada_today_post_views_count','1'),(28392,4275,'avada_post_views_count_today_date','10-09-2025'),(28393,4279,'avada_post_views_count','70'),(28394,4279,'avada_today_post_views_count','1'),(28395,4279,'avada_post_views_count_today_date','09-09-2025'),(28396,4278,'avada_post_views_count','64'),(28397,4278,'avada_today_post_views_count','1'),(28398,4278,'avada_post_views_count_today_date','12-09-2025'),(28399,4282,'_fusion','a:0:{}'),(28400,4282,'_edit_lock','1720661801:2'),(28401,4283,'_wp_attached_file','2024/06/June-16-2024.pdf'),(28402,4283,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-16-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:564817;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-16-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41447;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-16-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-16-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15164;}}s:8:\"filesize\";i:112850;}'),(28403,4285,'_edit_lock','1718570678:2'),(28404,4285,'_edit_last','2'),(28405,4286,'_wp_attached_file','2024/06/Parenting-In-Hope.mp3'),(28406,4286,'_thumbnail_id','3885'),(28407,4286,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52762816;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2197;s:16:\"length_formatted\";s:5:\"36:37\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:17:\"Parenting In Hope\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"616\";s:11:\"totaltracks\";s:3:\"616\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28408,4285,'_thumbnail_id','4229'),(28409,4285,'asp_sermon_youtube','https://www.youtube.com/watch?v=ZGWU_gqC6aQ'),(28410,4285,'asp_sermon_vimeo',''),(28411,4285,'asp_sermon_facebook',''),(28412,4285,'asp_sermon_video_embed',''),(28413,4285,'asp_sermon_mp4',''),(28414,4285,'asp_sermon_audio_embed',''),(28415,4285,'asp_sermon_soundcloud',''),(28416,4285,'asp_sermon_pdf',''),(28417,4285,'asp_sermon_bible_passage','Ephesians 6:1-4'),(28418,4285,'asp_sermon_bulletin',''),(28419,4285,'asp_sermon_video_type_select','youtube'),(28420,4285,'_aioseo_title',NULL),(28421,4285,'_aioseo_description',NULL),(28422,4285,'_aioseo_keywords','a:0:{}'),(28423,4285,'_aioseo_og_title',NULL),(28424,4285,'_aioseo_og_description',NULL),(28425,4285,'_aioseo_og_article_section',''),(28426,4285,'_aioseo_og_article_tags','a:0:{}'),(28427,4285,'_aioseo_twitter_title',NULL),(28428,4285,'_aioseo_twitter_description',NULL),(28429,4285,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28430,4285,'post_views_count','481'),(28431,4285,'avada_post_views_count','480'),(28432,4285,'avada_today_post_views_count','1'),(28433,4285,'avada_post_views_count_today_date','10-09-2025'),(28434,4288,'_wp_attached_file','2024/06/June-23-2024.pdf'),(28435,4288,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-23-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:586568;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-23-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41536;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-23-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-23-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15054;}}s:8:\"filesize\";i:123032;}'),(28436,4286,'avada_post_views_count','49'),(28437,4286,'avada_today_post_views_count','1'),(28438,4286,'avada_post_views_count_today_date','21-09-2025'),(28439,4283,'avada_post_views_count','51'),(28440,4283,'avada_today_post_views_count','3'),(28441,4283,'avada_post_views_count_today_date','08-09-2025'),(28442,4288,'avada_post_views_count','70'),(28443,4288,'avada_today_post_views_count','1'),(28444,4288,'avada_post_views_count_today_date','10-09-2025'),(28445,4290,'_wp_attached_file','2024/06/June-30-2024.pdf'),(28446,4290,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-30-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:544657;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-30-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41234;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-30-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-30-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15032;}}s:8:\"filesize\";i:116413;}'),(28447,4290,'avada_post_views_count','73'),(28448,4290,'avada_today_post_views_count','1'),(28449,4290,'avada_post_views_count_today_date','09-09-2025'),(28450,4292,'_edit_lock','1719782108:2'),(28451,4292,'_edit_last','2'),(28452,4293,'_wp_attached_file','2024/06/Created-For-Good-Works.mp3'),(28453,4293,'_thumbnail_id','3885'),(28454,4293,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:68884480;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2868;s:16:\"length_formatted\";s:5:\"47:48\";s:6:\"artist\";s:13:\"Aaron Newcomb\";s:5:\"title\";s:22:\"Created for Good Works\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:13:\"Aaron Newcomb\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"630\";s:11:\"totaltracks\";s:3:\"630\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28455,4292,'_thumbnail_id','4229'),(28456,4292,'asp_sermon_youtube','https://www.youtube.com/watch?v=pP4CKtbrJYc'),(28457,4292,'asp_sermon_vimeo',''),(28458,4292,'asp_sermon_facebook',''),(28459,4292,'asp_sermon_video_embed',''),(28460,4292,'asp_sermon_mp4',''),(28461,4292,'asp_sermon_audio_embed',''),(28462,4292,'asp_sermon_soundcloud',''),(28463,4292,'asp_sermon_pdf',''),(28464,4292,'asp_sermon_bible_passage','Ephesians 2:8-10'),(28465,4292,'asp_sermon_bulletin',''),(28466,4292,'asp_sermon_video_type_select','youtube'),(28467,4292,'_aioseo_title',NULL),(28468,4292,'_aioseo_description',NULL),(28469,4292,'_aioseo_keywords','a:0:{}'),(28470,4292,'_aioseo_og_title',NULL),(28471,4292,'_aioseo_og_description',NULL),(28472,4292,'_aioseo_og_article_section',''),(28473,4292,'_aioseo_og_article_tags','a:0:{}'),(28474,4292,'_aioseo_twitter_title',NULL),(28475,4292,'_aioseo_twitter_description',NULL),(28476,4292,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28477,4292,'post_views_count','395'),(28478,4292,'avada_post_views_count','395'),(28479,4292,'avada_today_post_views_count','1'),(28480,4292,'avada_post_views_count_today_date','11-09-2025'),(28481,4293,'avada_post_views_count','48'),(28482,4293,'avada_today_post_views_count','1'),(28483,4293,'avada_post_views_count_today_date','11-09-2025'),(28484,4295,'_wp_attached_file','2024/07/July-72024.pdf'),(28485,4295,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"July-72024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:555851;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"July-72024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40441;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"July-72024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"July-72024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14784;}}s:8:\"filesize\";i:118594;}'),(28490,4299,'_wp_desired_post_slug','blank-form-2'),(28493,4295,'avada_post_views_count','62'),(28494,4295,'avada_today_post_views_count','2'),(28495,4295,'avada_post_views_count_today_date','08-09-2025'),(28499,4301,'_edit_lock','1720896735:2'),(28500,4301,'_edit_last','2'),(28503,4303,'_wp_attached_file','2024/07/Book-of-James.jpg'),(28504,4303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2024/07/Book-of-James.jpg\";s:8:\"filesize\";i:400642;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Book-of-James-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26214;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Book-of-James-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Book-of-James-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13041;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Book-of-James-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163033;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Book-of-James-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:663600;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"Book-of-James-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1143676;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:25:\"Book-of-James-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94402;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:25:\"Book-of-James-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34242;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:25:\"Book-of-James-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155835;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:23:\"Book-of-James-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3421;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:25:\"Book-of-James-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12697;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:25:\"Book-of-James-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46119;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:25:\"Book-of-James-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100055;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:25:\"Book-of-James-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177084;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:26:\"Book-of-James-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400642;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:25:\"Book-of-James-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189279;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:25:\"Book-of-James-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75640;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:25:\"Book-of-James-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68908;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:25:\"Book-of-James-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34990;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:25:\"Book-of-James-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28505,4303,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:277916;s:7:\"percent\";d:40.96000000000000085265128291212022304534912109375;s:11:\"size_before\";i:678558;s:10:\"size_after\";i:400642;}'),(28506,4303,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:131778;s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:3704618;s:10:\"size_after\";i:3572840;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:20:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3421;s:10:\"size_after\";i:3421;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:593;s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:13041;s:10:\"size_after\";i:12448;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:545;s:7:\"percent\";d:4.29000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:12697;s:10:\"size_after\";i:12152;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:728;s:7:\"percent\";d:5;s:11:\"size_before\";i:14552;s:10:\"size_after\";i:13824;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1379;s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:26214;s:10:\"size_after\";i:24835;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1886;s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:34242;s:10:\"size_after\";i:32356;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1946;s:7:\"percent\";d:5.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:34990;s:10:\"size_after\";i:33044;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2481;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:46119;s:10:\"size_after\";i:43638;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3882;s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:68908;s:10:\"size_after\";i:65026;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4152;s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:75640;s:10:\"size_after\";i:71488;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4642;s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:94402;s:10:\"size_after\";i:89760;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5025;s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:100055;s:10:\"size_after\";i:95030;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6725;s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:155835;s:10:\"size_after\";i:149110;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7116;s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:163033;s:10:\"size_after\";i:155917;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7642;s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:177084;s:10:\"size_after\";i:169442;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7317;s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:189279;s:10:\"size_after\";i:181962;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:9669;s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:287188;s:10:\"size_after\";i:277519;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:11451;s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:400642;s:10:\"size_after\";i:389191;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:16670;s:7:\"percent\";d:2.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:663600;s:10:\"size_after\";i:646930;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:37929;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:1143676;s:10:\"size_after\";i:1105747;}}}'),(28507,4304,'_wp_attached_file','2024/07/Are-You-Religious.mp3'),(28508,4304,'_thumbnail_id','3885'),(28509,4304,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44507584;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1853;s:16:\"length_formatted\";s:5:\"30:53\";s:6:\"artist\";s:12:\"Dave Lindner\";s:5:\"title\";s:18:\"Are You Religious?\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:12:\"Dave Lindner\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"707\";s:11:\"totaltracks\";s:3:\"707\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28510,4301,'_thumbnail_id','4303'),(28511,4301,'asp_sermon_youtube','https://www.youtube.com/watch?v=qkWqTGE-_zw'),(28512,4301,'asp_sermon_vimeo',''),(28513,4301,'asp_sermon_facebook',''),(28514,4301,'asp_sermon_video_embed',''),(28515,4301,'asp_sermon_mp4',''),(28516,4301,'asp_sermon_audio_embed',''),(28517,4301,'asp_sermon_soundcloud',''),(28518,4301,'asp_sermon_pdf',''),(28519,4301,'asp_sermon_bible_passage','James 1:26-27'),(28520,4301,'asp_sermon_bulletin',''),(28521,4301,'asp_sermon_video_type_select','youtube'),(28522,4301,'_aioseo_title',NULL),(28523,4301,'_aioseo_description',NULL),(28524,4301,'_aioseo_keywords','a:0:{}'),(28525,4301,'_aioseo_og_title',NULL),(28526,4301,'_aioseo_og_description',NULL),(28527,4301,'_aioseo_og_article_section',''),(28528,4301,'_aioseo_og_article_tags','a:0:{}'),(28529,4301,'_aioseo_twitter_title',NULL),(28530,4301,'_aioseo_twitter_description',NULL),(28531,4301,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28532,4301,'post_views_count','2046'),(28533,4301,'avada_post_views_count','1883'),(28534,4301,'avada_today_post_views_count','1'),(28535,4301,'avada_post_views_count_today_date','21-09-2025'),(28544,4307,'_edit_lock','1720995995:2'),(28545,4307,'_edit_last','2'),(28546,4304,'_wp_old_slug','are-you-religious'),(28547,4308,'_wp_attached_file','2024/07/Wholesome-Speech.mp3'),(28548,4308,'_thumbnail_id','3885'),(28549,4308,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37111168;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1545;s:16:\"length_formatted\";s:5:\"25:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Wholesome Speech\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"714\";s:11:\"totaltracks\";s:3:\"714\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28550,4309,'_wp_attached_file','2024/07/Sunday-Seconds-2024-07-14.pdf'),(28551,4309,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-07-14-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137813;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-07-14-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16795;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-07-14-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-07-14-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7913;}}s:8:\"filesize\";i:176009;}'),(28552,4307,'_thumbnail_id','4229'),(28553,4307,'asp_sermon_youtube','https://www.youtube.com/watch?v=ufdIaIjHFpw'),(28554,4307,'asp_sermon_vimeo',''),(28555,4307,'asp_sermon_facebook',''),(28556,4307,'asp_sermon_video_embed',''),(28557,4307,'asp_sermon_mp4',''),(28558,4307,'asp_sermon_audio_embed',''),(28559,4307,'asp_sermon_soundcloud',''),(28560,4307,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/07/Sunday-Seconds-2024-07-14.pdf'),(28561,4307,'asp_sermon_bible_passage','Ephesians 4:25-5:1'),(28562,4307,'asp_sermon_bulletin',''),(28563,4307,'asp_sermon_video_type_select','youtube'),(28564,4307,'_aioseo_title',NULL),(28565,4307,'_aioseo_description',NULL),(28566,4307,'_aioseo_keywords','a:0:{}'),(28567,4307,'_aioseo_og_title',NULL),(28568,4307,'_aioseo_og_description',NULL),(28569,4307,'_aioseo_og_article_section',''),(28570,4307,'_aioseo_og_article_tags','a:0:{}'),(28571,4307,'_aioseo_twitter_title',NULL),(28572,4307,'_aioseo_twitter_description',NULL),(28573,4307,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28574,4310,'_wp_attached_file','2024/07/July-14-2024.pdf'),(28575,4310,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-14-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:546206;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-14-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40277;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-14-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318715;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-14-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14841;}}s:8:\"filesize\";i:119646;}'),(28576,4307,'post_views_count','339'),(28577,4307,'avada_post_views_count','339'),(28578,4307,'avada_today_post_views_count','1'),(28579,4307,'avada_post_views_count_today_date','10-09-2025'),(28583,4309,'avada_post_views_count','73'),(28584,4309,'avada_today_post_views_count','1'),(28585,4309,'avada_post_views_count_today_date','21-09-2025'),(28586,4308,'avada_post_views_count','60'),(28587,4308,'avada_today_post_views_count','1'),(28588,4308,'avada_post_views_count_today_date','09-09-2025'),(28589,4310,'avada_post_views_count','94'),(28590,4310,'avada_today_post_views_count','1'),(28591,4310,'avada_post_views_count_today_date','10-09-2025'),(28592,4303,'avada_post_views_count','71'),(28593,4303,'avada_today_post_views_count','4'),(28594,4303,'avada_post_views_count_today_date','08-09-2025'),(28595,4304,'avada_post_views_count','76'),(28596,4304,'avada_today_post_views_count','3'),(28597,4304,'avada_post_views_count_today_date','08-09-2025'),(28599,4313,'_edit_lock','1721620454:2'),(28600,4313,'_edit_last','2'),(28601,4314,'_wp_attached_file','2024/07/Living-in-the-Light.mp3'),(28602,4314,'_thumbnail_id','3885'),(28603,4314,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41450176;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1725;s:16:\"length_formatted\";s:5:\"28:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:19:\"Living in the Light\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"721\";s:11:\"totaltracks\";s:3:\"721\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28604,4313,'_thumbnail_id','4229'),(28605,4313,'asp_sermon_youtube','https://www.youtube.com/watch?v=wJe9nWB3Ae0'),(28606,4313,'asp_sermon_vimeo',''),(28607,4313,'asp_sermon_facebook',''),(28608,4313,'asp_sermon_video_embed',''),(28609,4313,'asp_sermon_mp4',''),(28610,4313,'asp_sermon_audio_embed',''),(28611,4313,'asp_sermon_soundcloud',''),(28612,4313,'asp_sermon_pdf',''),(28613,4313,'asp_sermon_bible_passage','Ephesians 5:8-20'),(28614,4313,'asp_sermon_bulletin',''),(28615,4313,'asp_sermon_video_type_select','youtube'),(28616,4313,'_aioseo_title',NULL),(28617,4313,'_aioseo_description',NULL),(28618,4313,'_aioseo_keywords','a:0:{}'),(28619,4313,'_aioseo_og_title',NULL),(28620,4313,'_aioseo_og_description',NULL),(28621,4313,'_aioseo_og_article_section',''),(28622,4313,'_aioseo_og_article_tags','a:0:{}'),(28623,4313,'_aioseo_twitter_title',NULL),(28624,4313,'_aioseo_twitter_description',NULL),(28625,4313,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28626,4315,'_wp_attached_file','2024/07/July-21-2024.pdf'),(28627,4315,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-21-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:518657;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-21-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39940;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-21-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-21-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14646;}}s:8:\"filesize\";i:114155;}'),(28629,4313,'post_views_count','379'),(28630,4313,'avada_post_views_count','378'),(28631,4313,'avada_today_post_views_count','1'),(28632,4313,'avada_post_views_count_today_date','10-09-2025'),(28633,4314,'avada_post_views_count','51'),(28634,4314,'avada_today_post_views_count','3'),(28635,4314,'avada_post_views_count_today_date','08-09-2025'),(28636,4315,'avada_post_views_count','74'),(28637,4315,'avada_today_post_views_count','3'),(28638,4315,'avada_post_views_count_today_date','08-09-2025'),(28643,4320,'_wp_attached_file','2024/07/July-28-2024.pdf'),(28644,4320,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-28-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:594261;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-28-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42584;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-28-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-28-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14914;}}s:8:\"filesize\";i:108591;}'),(28645,4322,'_edit_lock','1722213051:2'),(28646,4322,'_edit_last','2'),(28647,4323,'_wp_attached_file','2024/07/Struggling-Against-Spiritual-Forces.mp3'),(28648,4323,'_thumbnail_id','3885'),(28649,4323,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:48540160;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2021;s:16:\"length_formatted\";s:5:\"33:41\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:35:\"Struggling Against Spiritual Forces\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"728\";s:11:\"totaltracks\";s:3:\"728\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28650,4324,'_wp_attached_file','2024/07/Sunday-Seconds-20240728.pdf'),(28651,4324,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Sunday-Seconds-20240728-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271440;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Sunday-Seconds-20240728-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29645;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Sunday-Seconds-20240728-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Sunday-Seconds-20240728-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11797;}}s:8:\"filesize\";i:192940;}'),(28652,4322,'_thumbnail_id','4229'),(28653,4322,'asp_sermon_youtube','https://www.youtube.com/watch?v=1H-ibG1Do40'),(28654,4322,'asp_sermon_vimeo',''),(28655,4322,'asp_sermon_facebook',''),(28656,4322,'asp_sermon_video_embed',''),(28657,4322,'asp_sermon_mp4',''),(28658,4322,'asp_sermon_audio_embed',''),(28659,4322,'asp_sermon_soundcloud',''),(28660,4322,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/07/Sunday-Seconds-20240728.pdf'),(28661,4322,'asp_sermon_bible_passage','Ephesians 6:10-12'),(28662,4322,'asp_sermon_bulletin',''),(28663,4322,'asp_sermon_video_type_select','youtube'),(28664,4322,'_aioseo_title',NULL),(28665,4322,'_aioseo_description',NULL),(28666,4322,'_aioseo_keywords','a:0:{}'),(28667,4322,'_aioseo_og_title',NULL),(28668,4322,'_aioseo_og_description',NULL),(28669,4322,'_aioseo_og_article_section',''),(28670,4322,'_aioseo_og_article_tags','a:0:{}'),(28671,4322,'_aioseo_twitter_title',NULL),(28672,4322,'_aioseo_twitter_description',NULL),(28673,4322,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28674,4322,'post_views_count','378'),(28675,4322,'avada_post_views_count','377'),(28676,4322,'avada_today_post_views_count','3'),(28677,4322,'avada_post_views_count_today_date','10-09-2025'),(28679,4323,'avada_post_views_count','45'),(28680,4323,'avada_today_post_views_count','1'),(28681,4323,'avada_post_views_count_today_date','21-09-2025'),(28682,4320,'avada_post_views_count','77'),(28683,4320,'avada_today_post_views_count','1'),(28684,4320,'avada_post_views_count_today_date','10-09-2025'),(28685,4324,'avada_post_views_count','70'),(28686,4324,'avada_today_post_views_count','3'),(28687,4324,'avada_post_views_count_today_date','08-09-2025'),(28693,4327,'_wp_attached_file','2024/08/August-4-2024.pdf'),(28694,4327,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"August-4-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:570200;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"August-4-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41390;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"August-4-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"August-4-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14905;}}s:8:\"filesize\";i:115396;}'),(28695,1326,'_wp_old_date','2023-12-10'),(28696,1511,'_wp_old_date','2023-12-10'),(28697,1356,'_wp_old_date','2023-12-10'),(28698,1332,'_wp_old_date','2023-12-10'),(28699,1333,'_wp_old_date','2023-12-10'),(28700,1512,'_wp_old_date','2023-12-10'),(28701,1460,'_wp_old_date','2023-12-10'),(28702,1470,'_wp_old_date','2023-12-10'),(28703,1464,'_wp_old_date','2023-12-10'),(28704,2651,'_wp_old_date','2023-12-10'),(28705,1324,'_wp_old_date','2023-12-10'),(28706,1513,'_wp_old_date','2023-12-10'),(28707,1444,'_wp_old_date','2023-12-10'),(28708,1450,'_wp_old_date','2023-12-10'),(28709,1335,'_wp_old_date','2023-12-10'),(28710,4329,'_edit_lock','1722813570:2'),(28711,4329,'_edit_last','2'),(28712,4330,'_wp_attached_file','2024/08/Armored-By-God.mp3'),(28713,4330,'_thumbnail_id','3885'),(28714,4330,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44462656;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1851;s:16:\"length_formatted\";s:5:\"30:51\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:14:\"Armored By God\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"804\";s:11:\"totaltracks\";s:3:\"804\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28715,4331,'_wp_attached_file','2024/08/Sunday-Seconds-2024-08-04.pdf'),(28716,4331,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Sunday-Seconds-2024-08-04-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332572;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-08-04-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32176;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Sunday-Seconds-2024-08-04-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Sunday-Seconds-2024-08-04-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12159;}}s:8:\"filesize\";i:202313;}'),(28717,4329,'_thumbnail_id','4229'),(28718,4329,'asp_sermon_youtube','https://www.youtube.com/watch?v=6PXO-StMRTE'),(28719,4329,'asp_sermon_vimeo',''),(28720,4329,'asp_sermon_facebook',''),(28721,4329,'asp_sermon_video_embed',''),(28722,4329,'asp_sermon_mp4',''),(28723,4329,'asp_sermon_audio_embed',''),(28724,4329,'asp_sermon_soundcloud',''),(28725,4329,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/08/Sunday-Seconds-2024-08-04.pdf'),(28726,4329,'asp_sermon_bible_passage','Ephesians 6:10-17'),(28727,4329,'asp_sermon_bulletin',''),(28728,4329,'asp_sermon_video_type_select','youtube'),(28729,4329,'_aioseo_title',NULL),(28730,4329,'_aioseo_description',NULL),(28731,4329,'_aioseo_keywords','a:0:{}'),(28732,4329,'_aioseo_og_title',NULL),(28733,4329,'_aioseo_og_description',NULL),(28734,4329,'_aioseo_og_article_section',''),(28735,4329,'_aioseo_og_article_tags','a:0:{}'),(28736,4329,'_aioseo_twitter_title',NULL),(28737,4329,'_aioseo_twitter_description',NULL),(28738,4329,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28739,4329,'post_views_count','369'),(28740,4329,'avada_post_views_count','368'),(28741,4329,'avada_today_post_views_count','1'),(28742,4329,'avada_post_views_count_today_date','20-09-2025'),(28743,4330,'avada_post_views_count','63'),(28744,4330,'avada_today_post_views_count','3'),(28745,4330,'avada_post_views_count_today_date','08-09-2025'),(28746,4327,'avada_post_views_count','100'),(28747,4327,'avada_today_post_views_count','1'),(28748,4327,'avada_post_views_count_today_date','11-09-2025'),(28749,4331,'avada_post_views_count','70'),(28750,4331,'avada_today_post_views_count','1'),(28751,4331,'avada_post_views_count_today_date','11-09-2025'),(28756,4333,'_wp_attached_file','2024/08/August-18-2024-2.pdf'),(28757,4333,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"August-18-2024-2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:555116;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"August-18-2024-2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40837;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"August-18-2024-2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"August-18-2024-2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15243;}}s:8:\"filesize\";i:112851;}'),(28758,4335,'_wp_attached_file','2024/08/August-25-2024.pdf'),(28759,4335,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-25-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:555829;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-25-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40993;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-25-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-25-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}}s:8:\"filesize\";i:119533;}'),(28760,4337,'_edit_lock','1724616367:2'),(28761,4337,'_edit_last','2'),(28762,4338,'_wp_attached_file','2024/08/Praying-All.mp3'),(28763,4338,'_thumbnail_id','3885'),(28764,4338,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52128064;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2170;s:16:\"length_formatted\";s:5:\"36:10\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:11:\"Praying All\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"825\";s:11:\"totaltracks\";s:3:\"825\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28765,4337,'_thumbnail_id','4229'),(28766,4337,'asp_sermon_youtube','https://www.youtube.com/watch?v=CZpNTcQAhTw'),(28767,4337,'asp_sermon_vimeo',''),(28768,4337,'asp_sermon_facebook',''),(28769,4337,'asp_sermon_video_embed',''),(28770,4337,'asp_sermon_mp4',''),(28771,4337,'asp_sermon_audio_embed',''),(28772,4337,'asp_sermon_soundcloud',''),(28773,4337,'asp_sermon_pdf',''),(28774,4337,'asp_sermon_bible_passage','Ephesians 6:18-24'),(28775,4337,'asp_sermon_bulletin',''),(28776,4337,'asp_sermon_video_type_select','youtube'),(28777,4337,'_aioseo_title',NULL),(28778,4337,'_aioseo_description',NULL),(28779,4337,'_aioseo_keywords','a:0:{}'),(28780,4337,'_aioseo_og_title',NULL),(28781,4337,'_aioseo_og_description',NULL),(28782,4337,'_aioseo_og_article_section',''),(28783,4337,'_aioseo_og_article_tags','a:0:{}'),(28784,4337,'_aioseo_twitter_title',NULL),(28785,4337,'_aioseo_twitter_description',NULL),(28786,4337,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28787,4337,'post_views_count','341'),(28788,4337,'avada_post_views_count','342'),(28789,4337,'avada_today_post_views_count','3'),(28790,4337,'avada_post_views_count_today_date','10-09-2025'),(28791,4335,'avada_post_views_count','77'),(28792,4335,'avada_today_post_views_count','1'),(28793,4335,'avada_post_views_count_today_date','21-09-2025'),(28794,4333,'avada_post_views_count','91'),(28795,4333,'avada_today_post_views_count','1'),(28796,4333,'avada_post_views_count_today_date','11-09-2025'),(28797,4340,'_wp_attached_file','2024/09/September-1-2024.pdf'),(28798,4340,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"September-1-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:618936;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"September-1-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44928;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"September-1-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"September-1-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15666;}}s:8:\"filesize\";i:133530;}'),(28799,4338,'avada_post_views_count','54'),(28800,4338,'avada_today_post_views_count','1'),(28801,4338,'avada_post_views_count_today_date','21-09-2025'),(28802,4340,'avada_post_views_count','51'),(28803,4340,'avada_today_post_views_count','2'),(28804,4340,'avada_post_views_count_today_date','08-09-2025'),(28807,4342,'_wp_attached_file','2024/09/September-8-2024.pdf'),(28808,4342,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"September-8-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:541926;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"September-8-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40437;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"September-8-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"September-8-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14550;}}s:8:\"filesize\";i:125998;}'),(28809,4344,'_edit_lock','1725838548:2'),(28810,4344,'_edit_last','2'),(28811,4345,'_wp_attached_file','2024/09/Work-and-Freedom.mp3'),(28812,4345,'_thumbnail_id','3885'),(28813,4345,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:45776512;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1906;s:16:\"length_formatted\";s:5:\"31:46\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Work and Freedom\";s:5:\"album\";s:16:\"The Faithful One\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"901\";s:11:\"totaltracks\";s:3:\"901\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28814,4344,'_thumbnail_id','4229'),(28815,4344,'asp_sermon_youtube','https://www.youtube.com/watch?v=EbhjkUaUdD0'),(28816,4344,'asp_sermon_vimeo',''),(28817,4344,'asp_sermon_facebook',''),(28818,4344,'asp_sermon_video_embed',''),(28819,4344,'asp_sermon_mp4',''),(28820,4344,'asp_sermon_audio_embed',''),(28821,4344,'asp_sermon_soundcloud',''),(28822,4344,'asp_sermon_pdf',''),(28823,4344,'asp_sermon_bible_passage','Ephesians 6:5-9'),(28824,4344,'asp_sermon_bulletin',''),(28825,4344,'asp_sermon_video_type_select','youtube'),(28826,4344,'_aioseo_title',NULL),(28827,4344,'_aioseo_description',NULL),(28828,4344,'_aioseo_keywords','a:0:{}'),(28829,4344,'_aioseo_og_title',NULL),(28830,4344,'_aioseo_og_description',NULL),(28831,4344,'_aioseo_og_article_section',''),(28832,4344,'_aioseo_og_article_tags','a:0:{}'),(28833,4344,'_aioseo_twitter_title',NULL),(28834,4344,'_aioseo_twitter_description',NULL),(28835,4344,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28836,4344,'post_views_count','288'),(28837,4346,'_edit_lock','1725840588:2'),(28838,4346,'_edit_last','2'),(28839,4347,'_wp_attached_file','2024/09/Knowing-God.mp3'),(28840,4347,'_thumbnail_id','3885'),(28841,4347,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:54437248;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2266;s:16:\"length_formatted\";s:5:\"37:46\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:11:\"Knowing God\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"908\";s:11:\"totaltracks\";s:3:\"908\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}s:5:\"album\";s:0:\"\";}'),(28842,4344,'avada_post_views_count','288'),(28843,4344,'avada_today_post_views_count','1'),(28844,4344,'avada_post_views_count_today_date','10-09-2025'),(28845,4346,'asp_sermon_youtube','https://www.youtube.com/watch?v=2ckQnfKz0HM'),(28846,4346,'asp_sermon_vimeo',''),(28847,4346,'asp_sermon_facebook',''),(28848,4346,'asp_sermon_video_embed',''),(28849,4346,'asp_sermon_mp4',''),(28850,4346,'asp_sermon_audio_embed',''),(28851,4346,'asp_sermon_soundcloud',''),(28852,4346,'asp_sermon_pdf',''),(28853,4346,'asp_sermon_bible_passage','Mark 1:21-28'),(28854,4346,'asp_sermon_bulletin',''),(28855,4346,'asp_sermon_video_type_select','youtube'),(28856,4346,'_aioseo_title',NULL),(28857,4346,'_aioseo_description',NULL),(28858,4346,'_aioseo_keywords','a:0:{}'),(28859,4346,'_aioseo_og_title',NULL),(28860,4346,'_aioseo_og_description',NULL),(28861,4346,'_aioseo_og_article_section',''),(28862,4346,'_aioseo_og_article_tags','a:0:{}'),(28863,4346,'_aioseo_twitter_title',NULL),(28864,4346,'_aioseo_twitter_description',NULL),(28865,4346,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28866,4346,'post_views_count','246'),(28867,4346,'_thumbnail_id','4229'),(28868,847,'_aioseo_title',NULL),(28869,847,'_aioseo_description',NULL),(28870,847,'_aioseo_keywords','a:0:{}'),(28871,847,'_aioseo_og_title',NULL),(28872,847,'_aioseo_og_description',NULL),(28873,847,'_aioseo_og_article_section',''),(28874,847,'_aioseo_og_article_tags','a:0:{}'),(28875,847,'_aioseo_twitter_title',NULL),(28876,847,'_aioseo_twitter_description',NULL),(28877,4346,'avada_post_views_count','245'),(28878,4346,'avada_today_post_views_count','1'),(28879,4346,'avada_post_views_count_today_date','10-09-2025'),(28880,4342,'avada_post_views_count','58'),(28881,4342,'avada_today_post_views_count','1'),(28882,4342,'avada_post_views_count_today_date','08-09-2025'),(28884,4345,'avada_post_views_count','51'),(28885,4345,'avada_today_post_views_count','1'),(28886,4345,'avada_post_views_count_today_date','20-09-2025'),(28887,4347,'avada_post_views_count','50'),(28888,4347,'avada_today_post_views_count','1'),(28889,4347,'avada_post_views_count_today_date','11-09-2025'),(28890,4350,'_wp_attached_file','2024/09/September-15-2024.pdf'),(28891,4350,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-15-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:579027;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-15-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43071;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-15-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-15-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15247;}}s:8:\"filesize\";i:123850;}'),(28893,4353,'_edit_lock','1728271972:2'),(28894,4353,'_edit_last','2'),(28895,4354,'_wp_attached_file','2024/09/Revelation.mp3'),(28896,4354,'_thumbnail_id','3885'),(28897,4354,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55378432;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2306;s:16:\"length_formatted\";s:5:\"38:26\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:10:\"Revelation\";s:5:\"album\";s:20:\"The Shape of Worship\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"915\";s:11:\"totaltracks\";s:3:\"915\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28898,4355,'_wp_attached_file','2024/09/Shape-of-Worship-series-graphic.jpg'),(28899,4355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2024/09/Shape-of-Worship-series-graphic.jpg\";s:8:\"filesize\";i:203066;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43772;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Shape-of-Worship-series-graphic-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:370799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229174;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137524;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54557;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218497;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:41:\"Shape-of-Worship-series-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5703;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21309;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72398;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150502;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249485;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:44:\"Shape-of-Worship-series-graphic-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:492162;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256903;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112954;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106055;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55080;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:43:\"Shape-of-Worship-series-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28900,4355,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:144388;s:7:\"percent\";d:5.5;s:11:\"size_before\";i:2623594;s:10:\"size_after\";i:2479206;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5703;s:10:\"size_after\";i:5703;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:782;s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:21309;s:10:\"size_after\";i:20527;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:724;s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:24400;s:10:\"size_after\";i:23676;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:583;s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:22320;s:10:\"size_after\";i:21737;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2601;s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:11:\"size_before\";i:54557;s:10:\"size_after\";i:51956;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2514;s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:55080;s:10:\"size_after\";i:52566;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2015;s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:43772;s:10:\"size_after\";i:41757;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3554;s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:72398;s:10:\"size_after\";i:68844;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6004;s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:112954;s:10:\"size_after\";i:106950;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:5335;s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:106055;s:10:\"size_after\";i:100720;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7299;s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:137524;s:10:\"size_after\";i:130225;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7954;s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:150502;s:10:\"size_after\";i:142548;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11970;s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:11:\"size_before\";i:218497;s:10:\"size_after\";i:206527;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:13893;s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:11:\"size_before\";i:249485;s:10:\"size_after\";i:235592;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12287;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:229174;s:10:\"size_after\";i:216887;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:14919;s:7:\"percent\";d:5.80999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:256903;s:10:\"size_after\";i:241984;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:22074;s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:370799;s:10:\"size_after\";i:348725;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:29880;s:7:\"percent\";d:6.07000000000000028421709430404007434844970703125;s:11:\"size_before\";i:492162;s:10:\"size_after\";i:462282;}}}'),(28901,4355,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(28902,4353,'_thumbnail_id','4355'),(28903,4353,'asp_sermon_youtube','https://www.youtube.com/watch?v=yWIyPv3hnaA'),(28904,4353,'asp_sermon_vimeo',''),(28905,4353,'asp_sermon_facebook',''),(28906,4353,'asp_sermon_video_embed',''),(28907,4353,'asp_sermon_mp4',''),(28908,4353,'asp_sermon_audio_embed',''),(28909,4353,'asp_sermon_soundcloud',''),(28910,4353,'asp_sermon_pdf',''),(28911,4353,'asp_sermon_bible_passage','Isaiah 6:1-4'),(28912,4353,'asp_sermon_bulletin',''),(28913,4353,'asp_sermon_video_type_select','youtube'),(28914,4353,'_aioseo_title',NULL),(28915,4353,'_aioseo_description',NULL),(28916,4353,'_aioseo_keywords','a:0:{}'),(28917,4353,'_aioseo_og_title',NULL),(28918,4353,'_aioseo_og_description',NULL),(28919,4353,'_aioseo_og_article_section',''),(28920,4353,'_aioseo_og_article_tags','a:0:{}'),(28921,4353,'_aioseo_twitter_title',NULL),(28922,4353,'_aioseo_twitter_description',NULL),(28923,4353,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28924,4353,'post_views_count','279'),(28925,4353,'avada_post_views_count','279'),(28926,4353,'avada_today_post_views_count','2'),(28927,4353,'avada_post_views_count_today_date','10-09-2025'),(28928,4350,'avada_post_views_count','70'),(28929,4350,'avada_today_post_views_count','1'),(28930,4350,'avada_post_views_count_today_date','12-09-2025'),(28931,4354,'avada_post_views_count','47'),(28932,4354,'avada_today_post_views_count','5'),(28933,4354,'avada_post_views_count_today_date','08-09-2025'),(28934,4355,'avada_post_views_count','43'),(28935,4355,'avada_today_post_views_count','2'),(28936,4355,'avada_post_views_count_today_date','21-09-2025'),(28944,4356,'_wp_attached_file','2024/09/September-22-2024.pdf'),(28945,4356,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-22-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:547636;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-22-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40248;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-22-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-22-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14595;}}s:8:\"filesize\";i:112692;}'),(28946,4356,'avada_post_views_count','71'),(28947,4356,'avada_today_post_views_count','2'),(28948,4356,'avada_post_views_count_today_date','08-09-2025'),(28950,4359,'_wp_attached_file','2024/09/September-29-2024.pdf'),(28951,4359,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-29-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:584722;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-29-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43036;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-29-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341470;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-29-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15043;}}s:8:\"filesize\";i:118493;}'),(28952,4359,'avada_post_views_count','78'),(28953,4359,'avada_today_post_views_count','1'),(28954,4359,'avada_post_views_count_today_date','20-09-2025'),(28955,4361,'_edit_lock','1728271716:2'),(28956,4361,'_edit_last','2'),(28957,4362,'_wp_attached_file','2024/09/Confession.mp3'),(28958,4362,'_thumbnail_id','3885'),(28959,4362,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:51470272;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2143;s:16:\"length_formatted\";s:5:\"35:43\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:10:\"Confession\";s:5:\"album\";s:20:\"The Shape of Worship\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"922\";s:11:\"totaltracks\";s:3:\"922\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28960,4361,'_thumbnail_id','4355'),(28961,4361,'asp_sermon_youtube','https://www.youtube.com/watch?v=8hY-YJeHCfo'),(28962,4361,'asp_sermon_vimeo',''),(28963,4361,'asp_sermon_facebook',''),(28964,4361,'asp_sermon_video_embed',''),(28965,4361,'asp_sermon_mp4',''),(28966,4361,'asp_sermon_audio_embed',''),(28967,4361,'asp_sermon_soundcloud',''),(28968,4361,'asp_sermon_pdf',''),(28969,4361,'asp_sermon_bible_passage','Isaiah 6:5-7'),(28970,4361,'asp_sermon_bulletin',''),(28971,4361,'asp_sermon_video_type_select','youtube'),(28972,4361,'_aioseo_title',NULL),(28973,4361,'_aioseo_description',NULL),(28974,4361,'_aioseo_keywords','a:0:{}'),(28975,4361,'_aioseo_og_title',NULL),(28976,4361,'_aioseo_og_description',NULL),(28977,4361,'_aioseo_og_article_section',''),(28978,4361,'_aioseo_og_article_tags','a:0:{}'),(28979,4361,'_aioseo_twitter_title',NULL),(28980,4361,'_aioseo_twitter_description',NULL),(28981,4361,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(28982,4361,'post_views_count','311'),(28983,4363,'_edit_lock','1727669651:2'),(28984,4363,'_edit_last','2'),(28985,4364,'_wp_attached_file','2024/09/Proclamation.mp3'),(28986,4364,'_thumbnail_id','3885'),(28987,4364,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:43796800;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1823;s:16:\"length_formatted\";s:5:\"30:23\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:12:\"Proclamation\";s:5:\"album\";s:20:\"The Shape of Worship\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:3:\"929\";s:11:\"totaltracks\";s:3:\"929\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(28988,4363,'_thumbnail_id','4355'),(28989,4363,'asp_sermon_youtube','https://www.youtube.com/watch?v=FK-1dCi2I6c'),(28990,4363,'asp_sermon_vimeo',''),(28991,4363,'asp_sermon_facebook',''),(28992,4363,'asp_sermon_video_embed',''),(28993,4363,'asp_sermon_mp4',''),(28994,4363,'asp_sermon_audio_embed',''),(28995,4363,'asp_sermon_soundcloud',''),(28996,4363,'asp_sermon_pdf',''),(28997,4363,'asp_sermon_bible_passage','Isaiah 6:1-8'),(28998,4363,'asp_sermon_bulletin',''),(28999,4363,'asp_sermon_video_type_select','youtube'),(29000,4363,'_aioseo_title',NULL),(29001,4363,'_aioseo_description',NULL),(29002,4363,'_aioseo_keywords','a:0:{}'),(29003,4363,'_aioseo_og_title',NULL),(29004,4363,'_aioseo_og_description',NULL),(29005,4363,'_aioseo_og_article_section',''),(29006,4363,'_aioseo_og_article_tags','a:0:{}'),(29007,4363,'_aioseo_twitter_title',NULL),(29008,4363,'_aioseo_twitter_description',NULL),(29009,4363,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29010,4361,'avada_post_views_count','311'),(29011,4361,'avada_today_post_views_count','1'),(29012,4361,'avada_post_views_count_today_date','10-09-2025'),(29013,4363,'post_views_count','296'),(29014,4363,'avada_post_views_count','296'),(29015,4363,'avada_today_post_views_count','1'),(29016,4363,'avada_post_views_count_today_date','21-09-2025'),(29017,4362,'avada_post_views_count','51'),(29018,4362,'avada_today_post_views_count','1'),(29019,4362,'avada_post_views_count_today_date','09-09-2025'),(29020,4364,'avada_post_views_count','48'),(29021,4364,'avada_today_post_views_count','1'),(29022,4364,'avada_post_views_count_today_date','21-09-2025'),(29023,4366,'_fusion','a:0:{}'),(29024,4366,'_edit_lock','1727843410:2'),(29026,4367,'_wp_attached_file','2024/10/October-6-2024.pdf'),(29027,4367,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"October-6-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:519986;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"October-6-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39362;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"October-6-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"October-6-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14294;}}s:8:\"filesize\";i:120434;}'),(29030,4365,'_fusion','a:0:{}'),(29031,4365,'avada_post_views_count','66'),(29032,4365,'avada_today_post_views_count','1'),(29033,4365,'avada_post_views_count_today_date','21-09-2025'),(29034,4366,'avada_post_views_count','78'),(29035,4366,'avada_today_post_views_count','1'),(29036,4366,'avada_post_views_count_today_date','11-09-2025'),(29037,4370,'_edit_lock','1728271493:2'),(29038,4370,'_edit_last','2'),(29039,4371,'_wp_attached_file','2024/10/Commission.mp3'),(29040,4371,'_thumbnail_id','3885'),(29041,4371,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:45749440;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1904;s:16:\"length_formatted\";s:5:\"31:44\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:10:\"Commission\";s:5:\"album\";s:20:\"The Shape of Worship\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1006\";s:11:\"totaltracks\";s:4:\"1006\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29042,4370,'_thumbnail_id','4355'),(29043,4370,'asp_sermon_youtube','https://www.youtube.com/watch?v=c2IxTogYakw'),(29044,4370,'asp_sermon_vimeo',''),(29045,4370,'asp_sermon_facebook',''),(29046,4370,'asp_sermon_video_embed',''),(29047,4370,'asp_sermon_mp4',''),(29048,4370,'asp_sermon_audio_embed',''),(29049,4370,'asp_sermon_soundcloud',''),(29050,4370,'asp_sermon_pdf',''),(29051,4370,'asp_sermon_bible_passage','Isaiah 6:8-13'),(29052,4370,'asp_sermon_bulletin',''),(29053,4370,'asp_sermon_video_type_select','youtube'),(29054,4370,'_aioseo_title',NULL),(29055,4370,'_aioseo_description',NULL),(29056,4370,'_aioseo_keywords','a:0:{}'),(29057,4370,'_aioseo_og_title',NULL),(29058,4370,'_aioseo_og_description',NULL),(29059,4370,'_aioseo_og_article_section',''),(29060,4370,'_aioseo_og_article_tags','a:0:{}'),(29061,4370,'_aioseo_twitter_title',NULL),(29062,4370,'_aioseo_twitter_description',NULL),(29063,4370,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29064,4370,'post_views_count','219'),(29065,4370,'avada_post_views_count','218'),(29066,4370,'avada_today_post_views_count','1'),(29067,4370,'avada_post_views_count_today_date','20-09-2025'),(29069,4371,'avada_post_views_count','44'),(29070,4371,'avada_today_post_views_count','2'),(29071,4371,'avada_post_views_count_today_date','08-09-2025'),(29072,4367,'avada_post_views_count','58'),(29073,4367,'avada_today_post_views_count','2'),(29074,4367,'avada_post_views_count_today_date','08-09-2025'),(29076,4374,'_wp_attached_file','2024/10/October-13-2024.pdf'),(29077,4374,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-13-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:620652;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-13-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45277;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-13-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-13-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15588;}}s:8:\"filesize\";i:162113;}'),(29078,4376,'_edit_lock','1728883110:2'),(29079,4376,'_edit_last','2'),(29080,4377,'_wp_attached_file','2024/10/Holy-Faith.mp3'),(29081,4377,'_thumbnail_id','3885'),(29082,4377,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:45405568;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1890;s:16:\"length_formatted\";s:5:\"31:30\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:10:\"Holy Faith\";s:5:\"album\";s:19:\"Wholeness In Christ\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1013\";s:11:\"totaltracks\";s:4:\"1013\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29083,4378,'_wp_attached_file','2024/10/Wholeness-in-Christ.jpg'),(29084,4378,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2024/10/Wholeness-in-Christ.jpg\";s:8:\"filesize\";i:121815;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30379;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Wholeness-in-Christ-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133253;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95058;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36664;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126095;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:29:\"Wholeness-in-Christ-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4227;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15734;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48037;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91355;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143291;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:32:\"Wholeness-in-Christ-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262990;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164423;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73564;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67120;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36055;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:31:\"Wholeness-in-Christ-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15943;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29085,4378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:102912;s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:1561074;s:10:\"size_after\";i:1458162;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4227;s:10:\"size_after\";i:4227;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:197;s:7:\"percent\";d:1.25;s:11:\"size_before\";i:15734;s:10:\"size_after\";i:15537;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:170;s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:11:\"size_before\";i:15943;s:10:\"size_after\";i:15773;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:162;s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:11:\"size_before\";i:14259;s:10:\"size_after\";i:14097;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1191;s:7:\"percent\";d:3.25;s:11:\"size_before\";i:36664;s:10:\"size_after\";i:35473;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:1240;s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:36055;s:10:\"size_after\";i:34815;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:774;s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:30379;s:10:\"size_after\";i:29605;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:1995;s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:48037;s:10:\"size_after\";i:46042;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5477;s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:95058;s:10:\"size_after\";i:89581;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:3524;s:7:\"percent\";d:5.25;s:11:\"size_before\";i:67120;s:10:\"size_after\";i:63596;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3966;s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:73564;s:10:\"size_after\";i:69598;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:5608;s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:91355;s:10:\"size_after\";i:85747;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:8659;s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:126095;s:10:\"size_after\";i:117436;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:10420;s:7:\"percent\";d:7.269999999999999573674358543939888477325439453125;s:11:\"size_before\";i:143291;s:10:\"size_after\";i:132871;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:9212;s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:133253;s:10:\"size_after\";i:124041;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:11888;s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:164423;s:10:\"size_after\";i:152535;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:16303;s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:11:\"size_before\";i:202627;s:10:\"size_after\";i:186324;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:22126;s:7:\"percent\";d:8.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:262990;s:10:\"size_after\";i:240864;}}}'),(29086,4378,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(29087,4376,'_thumbnail_id','4378'),(29088,4376,'asp_sermon_youtube','https://www.youtube.com/watch?v=WE1KkcuImQU'),(29089,4376,'asp_sermon_vimeo',''),(29090,4376,'asp_sermon_facebook',''),(29091,4376,'asp_sermon_video_embed',''),(29092,4376,'asp_sermon_mp4',''),(29093,4376,'asp_sermon_audio_embed',''),(29094,4376,'asp_sermon_soundcloud',''),(29095,4376,'asp_sermon_pdf',''),(29096,4376,'asp_sermon_bible_passage','Colossians 1:3-8'),(29097,4376,'asp_sermon_bulletin',''),(29098,4376,'asp_sermon_video_type_select','youtube'),(29099,4376,'_aioseo_title',NULL),(29100,4376,'_aioseo_description',NULL),(29101,4376,'_aioseo_keywords','a:0:{}'),(29102,4376,'_aioseo_og_title',NULL),(29103,4376,'_aioseo_og_description',NULL),(29104,4376,'_aioseo_og_article_section',''),(29105,4376,'_aioseo_og_article_tags','a:0:{}'),(29106,4376,'_aioseo_twitter_title',NULL),(29107,4376,'_aioseo_twitter_description',NULL),(29108,4376,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29109,4376,'post_views_count','227'),(29110,4376,'avada_post_views_count','227'),(29111,4376,'avada_today_post_views_count','4'),(29112,4376,'avada_post_views_count_today_date','09-09-2025'),(29113,4374,'avada_post_views_count','60'),(29114,4374,'avada_today_post_views_count','2'),(29115,4374,'avada_post_views_count_today_date','08-09-2025'),(29116,4378,'avada_post_views_count','52'),(29117,4378,'avada_today_post_views_count','1'),(29118,4378,'avada_post_views_count_today_date','11-09-2025'),(29119,4377,'avada_post_views_count','43'),(29120,4377,'avada_today_post_views_count','1'),(29121,4377,'avada_post_views_count_today_date','21-09-2025'),(29123,4380,'_wp_attached_file','2024/10/October-20-2024.pdf'),(29124,4380,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-20-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:592974;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-20-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42848;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-20-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-20-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14946;}}s:8:\"filesize\";i:154016;}'),(29125,4382,'_edit_lock','1729476285:2'),(29126,4382,'_edit_last','2'),(29127,4383,'_wp_attached_file','2024/10/Wholly-Holy.mp3'),(29128,4383,'_thumbnail_id','3885'),(29129,4383,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:58163392;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2422;s:16:\"length_formatted\";s:5:\"40:22\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:11:\"Wholly Holy\";s:5:\"album\";s:19:\"Wholeness In Christ\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1020\";s:11:\"totaltracks\";s:4:\"1020\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29130,4382,'_thumbnail_id','4378'),(29131,4382,'asp_sermon_youtube','https://www.youtube.com/watch?v=-hMpNDHLoiY'),(29132,4382,'asp_sermon_vimeo',''),(29133,4382,'asp_sermon_facebook',''),(29134,4382,'asp_sermon_video_embed',''),(29135,4382,'asp_sermon_mp4',''),(29136,4382,'asp_sermon_audio_embed',''),(29137,4382,'asp_sermon_soundcloud',''),(29138,4382,'asp_sermon_pdf',''),(29139,4382,'asp_sermon_bible_passage','1 Thessalonians 5:16-24'),(29140,4382,'asp_sermon_bulletin',''),(29141,4382,'asp_sermon_video_type_select','youtube'),(29142,4382,'_aioseo_title',NULL),(29143,4382,'_aioseo_description',NULL),(29144,4382,'_aioseo_keywords','a:0:{}'),(29145,4382,'_aioseo_og_title',NULL),(29146,4382,'_aioseo_og_description',NULL),(29147,4382,'_aioseo_og_article_section',''),(29148,4382,'_aioseo_og_article_tags','a:0:{}'),(29149,4382,'_aioseo_twitter_title',NULL),(29150,4382,'_aioseo_twitter_description',NULL),(29151,4382,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29152,4382,'post_views_count','256'),(29153,4382,'avada_post_views_count','257'),(29154,4382,'avada_today_post_views_count','1'),(29155,4382,'avada_post_views_count_today_date','10-09-2025'),(29156,4380,'avada_post_views_count','65'),(29157,4380,'avada_today_post_views_count','1'),(29158,4380,'avada_post_views_count_today_date','21-09-2025'),(29160,4383,'avada_post_views_count','44'),(29161,4383,'avada_today_post_views_count','3'),(29162,4383,'avada_post_views_count_today_date','08-09-2025'),(29164,4384,'_wp_attached_file','2024/10/October-27-2024.pdf'),(29165,4384,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"October-27-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:574975;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"October-27-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42066;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"October-27-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"October-27-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14698;}}s:8:\"filesize\";i:159763;}'),(29166,4384,'avada_post_views_count','56'),(29167,4384,'avada_today_post_views_count','1'),(29168,4384,'avada_post_views_count_today_date','10-09-2025'),(29169,4387,'_wp_attached_file','2024/11/November-3-2024.pdf'),(29170,4387,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"November-3-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:576820;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"November-3-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42602;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"November-3-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"November-3-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15211;}}s:8:\"filesize\";i:155701;}'),(29268,1326,'_wp_old_date','2024-08-04'),(29269,1511,'_wp_old_date','2024-08-04'),(29270,1356,'_wp_old_date','2024-08-04'),(29271,1332,'_wp_old_date','2024-08-04'),(29272,1333,'_wp_old_date','2024-08-04'),(29273,1512,'_wp_old_date','2024-08-04'),(29274,1460,'_wp_old_date','2024-08-04'),(29275,1470,'_wp_old_date','2024-08-04'),(29276,1464,'_wp_old_date','2024-08-04'),(29277,2651,'_wp_old_date','2024-08-04'),(29278,1324,'_wp_old_date','2024-08-04'),(29279,1513,'_wp_old_date','2024-08-04'),(29280,1444,'_wp_old_date','2024-08-04'),(29281,1450,'_wp_old_date','2024-08-04'),(29282,1335,'_wp_old_date','2024-08-04'),(29407,4387,'avada_post_views_count','56'),(29408,4387,'avada_today_post_views_count','1'),(29409,4387,'avada_post_views_count_today_date','09-09-2025'),(29410,4407,'_wp_attached_file','2024/11/November-10-2024.pdf'),(29411,4407,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-10-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:608796;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-10-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43547;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-10-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-10-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15230;}}s:8:\"filesize\";i:155431;}'),(29412,4409,'_edit_lock','1731304900:2'),(29413,4409,'_edit_last','2'),(29414,4410,'_wp_attached_file','2024/11/Wholly-Real.mp3'),(29415,4410,'_thumbnail_id','3885'),(29416,4410,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47786752;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1989;s:16:\"length_formatted\";s:5:\"33:09\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:11:\"Wholly Real\";s:5:\"album\";s:19:\"Wholeness In Christ\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1110\";s:11:\"totaltracks\";s:4:\"1110\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29417,4409,'_thumbnail_id','4378'),(29418,4409,'asp_sermon_youtube','https://www.youtube.com/watch?v=HDtFM8Bn2Cg'),(29419,4409,'asp_sermon_vimeo',''),(29420,4409,'asp_sermon_facebook',''),(29421,4409,'asp_sermon_video_embed',''),(29422,4409,'asp_sermon_mp4',''),(29423,4409,'asp_sermon_audio_embed',''),(29424,4409,'asp_sermon_soundcloud',''),(29425,4409,'asp_sermon_pdf',''),(29426,4409,'asp_sermon_bible_passage','Galatians 2:19-21'),(29427,4409,'asp_sermon_bulletin',''),(29428,4409,'asp_sermon_video_type_select','youtube'),(29429,4409,'_aioseo_title',NULL),(29430,4409,'_aioseo_description',NULL),(29431,4409,'_aioseo_keywords','a:0:{}'),(29432,4409,'_aioseo_og_title',NULL),(29433,4409,'_aioseo_og_description',NULL),(29434,4409,'_aioseo_og_article_section',''),(29435,4409,'_aioseo_og_article_tags','a:0:{}'),(29436,4409,'_aioseo_twitter_title',NULL),(29437,4409,'_aioseo_twitter_description',NULL),(29438,4409,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29439,4409,'post_views_count','252'),(29440,4409,'avada_post_views_count','250'),(29441,4409,'avada_today_post_views_count','1'),(29442,4409,'avada_post_views_count_today_date','10-09-2025'),(29443,4407,'avada_post_views_count','39'),(29444,4407,'avada_today_post_views_count','1'),(29445,4407,'avada_post_views_count_today_date','09-09-2025'),(29446,4410,'avada_post_views_count','30'),(29447,4410,'avada_today_post_views_count','3'),(29448,4410,'avada_post_views_count_today_date','08-09-2025'),(29450,4412,'_wp_attached_file','2024/11/November-17-2024.pdf'),(29451,4412,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-17-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:581031;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-17-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43470;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-17-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338269;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-17-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15393;}}s:8:\"filesize\";i:174369;}'),(29452,4414,'_edit_lock','1731907265:2'),(29453,4414,'_edit_last','2'),(29454,4415,'_wp_attached_file','2024/11/Whole-Hearted.mp3'),(29455,4415,'_thumbnail_id','3885'),(29456,4415,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55328320;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2304;s:16:\"length_formatted\";s:5:\"38:24\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:13:\"Whole Hearted\";s:5:\"album\";s:19:\"Wholeness In Christ\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1117\";s:11:\"totaltracks\";s:4:\"1117\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29457,4414,'_thumbnail_id','4378'),(29458,4414,'asp_sermon_youtube','https://www.youtube.com/watch?v=ZkdBREKfoo0'),(29459,4414,'asp_sermon_vimeo',''),(29460,4414,'asp_sermon_facebook',''),(29461,4414,'asp_sermon_video_embed',''),(29462,4414,'asp_sermon_mp4',''),(29463,4414,'asp_sermon_audio_embed',''),(29464,4414,'asp_sermon_soundcloud',''),(29465,4414,'asp_sermon_pdf','https://www.crosspoint-church.com/wp-content/uploads/2024/11/Sermon-Notes-2024-11-17.pdf'),(29466,4414,'asp_sermon_bible_passage','Jeremiah31:31-34'),(29467,4414,'asp_sermon_bulletin',''),(29468,4414,'asp_sermon_video_type_select','youtube'),(29469,4414,'_aioseo_title',NULL),(29470,4414,'_aioseo_description',NULL),(29471,4414,'_aioseo_keywords','a:0:{}'),(29472,4414,'_aioseo_og_title',NULL),(29473,4414,'_aioseo_og_description',NULL),(29474,4414,'_aioseo_og_article_section',''),(29475,4414,'_aioseo_og_article_tags','a:0:{}'),(29476,4414,'_aioseo_twitter_title',NULL),(29477,4414,'_aioseo_twitter_description',NULL),(29478,4414,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29481,4414,'post_views_count','204'),(29482,4416,'_wp_attached_file','2024/11/Sermon-Notes-2024-11-17.pdf'),(29483,4416,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Sermon-Notes-2024-11-17-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176819;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Sermon-Notes-2024-11-17-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21826;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Sermon-Notes-2024-11-17-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Sermon-Notes-2024-11-17-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9387;}}s:8:\"filesize\";i:179760;}'),(29484,4414,'avada_post_views_count','204'),(29485,4414,'avada_today_post_views_count','3'),(29486,4414,'avada_post_views_count_today_date','10-09-2025'),(29487,4415,'avada_post_views_count','29'),(29488,4415,'avada_today_post_views_count','1'),(29489,4415,'avada_post_views_count_today_date','21-09-2025'),(29490,4412,'avada_post_views_count','33'),(29491,4412,'avada_today_post_views_count','2'),(29492,4412,'avada_post_views_count_today_date','08-09-2025'),(29493,4416,'avada_post_views_count','59'),(29494,4416,'avada_today_post_views_count','1'),(29495,4416,'avada_post_views_count_today_date','11-09-2025'),(29498,4417,'_wp_attached_file','2024/11/November-24-2024.pdf'),(29499,4417,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"November-24-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:622949;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"November-24-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45420;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"November-24-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"November-24-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16398;}}s:8:\"filesize\";i:201301;}'),(29500,4419,'_edit_lock','1732492952:2'),(29501,4419,'_edit_last','2'),(29502,4420,'_wp_attached_file','2024/11/Wholly-Thankful.mp3'),(29503,4420,'_thumbnail_id','3885'),(29504,4420,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:39107008;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1628;s:16:\"length_formatted\";s:5:\"27:08\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Wholly Thankful\";s:5:\"album\";s:19:\"Wholeness In Christ\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1124\";s:11:\"totaltracks\";s:4:\"1124\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29505,4419,'_thumbnail_id','4378'),(29506,4419,'asp_sermon_youtube','https://www.youtube.com/watch?v=X-vUCLdLg5E'),(29507,4419,'asp_sermon_vimeo',''),(29508,4419,'asp_sermon_facebook',''),(29509,4419,'asp_sermon_video_embed',''),(29510,4419,'asp_sermon_mp4',''),(29511,4419,'asp_sermon_audio_embed',''),(29512,4419,'asp_sermon_soundcloud',''),(29513,4419,'asp_sermon_pdf',''),(29514,4419,'asp_sermon_bible_passage','Psalm 92: 1-2, 9-15'),(29515,4419,'asp_sermon_bulletin',''),(29516,4419,'asp_sermon_video_type_select','youtube'),(29517,4419,'_aioseo_title',NULL),(29518,4419,'_aioseo_description',NULL),(29519,4419,'_aioseo_keywords','a:0:{}'),(29520,4419,'_aioseo_og_title',NULL),(29521,4419,'_aioseo_og_description',NULL),(29522,4419,'_aioseo_og_article_section',''),(29523,4419,'_aioseo_og_article_tags','a:0:{}'),(29524,4419,'_aioseo_twitter_title',NULL),(29525,4419,'_aioseo_twitter_description',NULL),(29526,4419,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29527,4419,'post_views_count','186'),(29528,4419,'avada_post_views_count','186'),(29529,4419,'avada_today_post_views_count','1'),(29530,4419,'avada_post_views_count_today_date','20-09-2025'),(29531,4420,'avada_post_views_count','42'),(29532,4420,'avada_today_post_views_count','3'),(29533,4420,'avada_post_views_count_today_date','08-09-2025'),(29534,4417,'avada_post_views_count','54'),(29535,4417,'avada_today_post_views_count','2'),(29536,4417,'avada_post_views_count_today_date','08-09-2025'),(29538,4422,'_wp_attached_file','2024/11/December-1-2024.pdf'),(29539,4422,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"December-1-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:613728;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"December-1-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44255;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"December-1-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"December-1-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15707;}}s:8:\"filesize\";i:286827;}'),(29540,4422,'avada_post_views_count','37'),(29541,4422,'avada_today_post_views_count','1'),(29542,4422,'avada_post_views_count_today_date','21-09-2025'),(29543,4424,'_edit_lock','1734123473:2'),(29544,4424,'_edit_last','2'),(29545,4424,'_calendar_view','a:1:{s:16:\"default-calendar\";s:4:\"grid\";}'),(29546,4424,'_calendar_begins','today'),(29547,4424,'_calendar_begins_nth','1'),(29548,4424,'_calendar_begins_custom_date',''),(29549,4424,'_feed_earliest_event_date','months_before'),(29550,4424,'_feed_earliest_event_date_range','1'),(29551,4424,'_feed_latest_event_date','years_after'),(29552,4424,'_feed_latest_event_date_range','1'),(29553,4424,'_display_print_calendar','no'),(29554,4424,'_calendar_is_static','no'),(29555,4424,'_no_events_message',''),(29556,4424,'_event_formatting','preserve_linebreaks'),(29557,4424,'_poweredby','no'),(29558,4424,'_feed_timezone_setting','use_site'),(29559,4424,'_feed_timezone','America/Los_Angeles'),(29560,4424,'_calendar_date_format_setting','use_site'),(29561,4424,'_calendar_date_format','l, d F Y'),(29562,4424,'_calendar_date_format_php','F j, Y'),(29563,4424,'_calendar_time_format_setting','use_site'),(29564,4424,'_calendar_time_format','G:i a'),(29565,4424,'_calendar_time_format_php','g:i a'),(29566,4424,'_calendar_datetime_separator',''),(29567,4424,'_calendar_datetime_separator_spacing',''),(29568,4424,'_calendar_week_starts_on_setting','use_site'),(29569,4424,'_calendar_week_starts_on','0'),(29570,4424,'_feed_cache_user_amount','2'),(29571,4424,'_feed_cache_user_unit','3600'),(29572,4424,'_feed_cache','7200'),(29573,4424,'_calendar_version','3.4.7'),(29574,4424,'_google_calendar_id','Y3Jvc3Nwb2ludGx5bmRlbkBnbWFpbC5jb20='),(29575,4424,'_google_events_search_query',''),(29576,4424,'_google_events_recurring','show'),(29577,4424,'_google_events_max_results','2500'),(29578,4424,'_grouped_calendars_source','ids'),(29579,4424,'_grouped_calendars_ids',''),(29580,4424,'_grouped_calendars_category',''),(29581,4424,'_default_calendar_style_theme','light'),(29582,4424,'_default_calendar_style_today','#1e73be'),(29583,4424,'_default_calendar_style_days_events','#000000'),(29584,4424,'_default_calendar_list_range_span','1'),(29585,4424,'_default_calendar_list_range_type','monthly'),(29586,4424,'_default_calendar_list_header','no'),(29587,4424,'_default_calendar_compact_list','no'),(29588,4424,'_default_calendar_limit_visible_events','no'),(29589,4424,'_default_calendar_visible_events','3'),(29590,4424,'_default_calendar_event_bubble_trigger','hover'),(29591,4424,'_default_calendar_trim_titles','no'),(29592,4424,'_default_calendar_trim_titles_chars','20'),(29593,4424,'_default_calendar_expand_multi_day_events','yes'),(29594,4424,'_aioseo_title',NULL),(29595,4424,'_aioseo_description',NULL),(29596,4424,'_aioseo_keywords','a:0:{}'),(29597,4424,'_aioseo_og_title',NULL),(29598,4424,'_aioseo_og_description',NULL),(29599,4424,'_aioseo_og_article_section',''),(29600,4424,'_aioseo_og_article_tags','a:0:{}'),(29601,4424,'_aioseo_twitter_title',NULL),(29602,4424,'_aioseo_twitter_description',NULL),(29603,4424,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29604,4425,'_edit_lock','1734125070:2'),(29605,4425,'_edit_last','2'),(29606,4425,'_wp_page_template','default'),(29607,4425,'_simcal_attach_calendar_id','0'),(29608,4425,'_simcal_attach_calendar_position','after'),(29609,4425,'_aioseo_title',NULL),(29610,4425,'_aioseo_description',NULL),(29611,4425,'_aioseo_keywords','a:0:{}'),(29612,4425,'_aioseo_og_title',NULL),(29613,4425,'_aioseo_og_description',NULL),(29614,4425,'_aioseo_og_article_section',''),(29615,4425,'_aioseo_og_article_tags','a:0:{}'),(29616,4425,'_aioseo_twitter_title',NULL),(29617,4425,'_aioseo_twitter_description',NULL),(29618,4425,'_fusion','a:20:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(29619,4425,'fusion_builder_status','active'),(29620,4425,'avada_post_views_count','152'),(29621,4425,'avada_today_post_views_count','1'),(29622,4425,'avada_post_views_count_today_date','20-09-2025'),(29623,4427,'_menu_item_type','post_type'),(29624,4427,'_menu_item_menu_item_parent','1513'),(29625,4427,'_menu_item_object_id','4424'),(29626,4427,'_menu_item_object','calendar'),(29627,4427,'_menu_item_target',''),(29628,4427,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29629,4427,'_menu_item_xfn',''),(29630,4427,'_menu_item_url',''),(29632,4427,'_menu_item_fusion_megamenu','a:25:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),(29633,1326,'_wp_old_date','2024-11-04'),(29634,1511,'_wp_old_date','2024-11-04'),(29635,1356,'_wp_old_date','2024-11-04'),(29636,1332,'_wp_old_date','2024-11-04'),(29637,1333,'_wp_old_date','2024-11-04'),(29638,1512,'_wp_old_date','2024-11-04'),(29639,1460,'_wp_old_date','2024-11-04'),(29640,1470,'_wp_old_date','2024-11-04'),(29641,1464,'_wp_old_date','2024-11-04'),(29642,2651,'_wp_old_date','2024-11-04'),(29643,1324,'_wp_old_date','2024-11-04'),(29644,1513,'_wp_old_date','2024-11-04'),(29645,1444,'_wp_old_date','2024-11-04'),(29646,1450,'_wp_old_date','2024-11-04'),(29647,1335,'_wp_old_date','2024-11-04'),(29648,4424,'avada_post_views_count','1143'),(29649,4424,'avada_today_post_views_count','1'),(29650,4424,'avada_post_views_count_today_date','12-09-2025'),(29651,4429,'_edit_lock','1733373385:2'),(29652,4429,'_edit_last','2'),(29653,4430,'_wp_attached_file','2024/12/Mary-Perplexed.mp3'),(29654,4430,'_thumbnail_id','3885'),(29655,4430,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:59735296;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2487;s:16:\"length_formatted\";s:5:\"41:27\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:14:\"Mary Perplexed\";s:5:\"album\";s:9:\"Amazement\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1201\";s:11:\"totaltracks\";s:4:\"1201\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29656,4431,'_wp_attached_file','2024/12/Amazement.jpg'),(29657,4431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2024/12/Amazement.jpg\";s:8:\"filesize\";i:127355;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Amazement-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39160;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Amazement-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Amazement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Amazement-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175182;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:21:\"Amazement-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109575;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:21:\"Amazement-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47152;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:21:\"Amazement-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165273;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:19:\"Amazement-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5306;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:21:\"Amazement-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20571;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:21:\"Amazement-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62438;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:21:\"Amazement-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118778;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:21:\"Amazement-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189943;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:22:\"Amazement-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354960;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:21:\"Amazement-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193358;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:21:\"Amazement-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91928;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:21:\"Amazement-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85852;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:21:\"Amazement-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46762;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:21:\"Amazement-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29658,4431,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:5:\"bytes\";i:142401;s:7:\"percent\";d:7.04999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:2020129;s:10:\"size_after\";i:1877728;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5306;s:10:\"size_after\";i:5306;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:913;s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:20571;s:10:\"size_after\";i:19658;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:938;s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:11:\"size_before\";i:19272;s:10:\"size_after\";i:18334;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1039;s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:11:\"size_before\";i:21566;s:10:\"size_after\";i:20527;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2389;s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:39160;s:10:\"size_after\";i:36771;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3025;s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:47152;s:10:\"size_after\";i:44127;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4358;s:7:\"percent\";d:6.980000000000000426325641456060111522674560546875;s:11:\"size_before\";i:62438;s:10:\"size_after\";i:58080;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:6294;s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:85852;s:10:\"size_after\";i:79558;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6721;s:7:\"percent\";d:7.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:91928;s:10:\"size_after\";i:85207;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:8216;s:7:\"percent\";d:7.5;s:11:\"size_before\";i:109575;s:10:\"size_after\";i:101359;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12023;s:7:\"percent\";d:7.269999999999999573674358543939888477325439453125;s:11:\"size_before\";i:165273;s:10:\"size_after\";i:153250;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:8726;s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:118778;s:10:\"size_after\";i:110052;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12669;s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:175182;s:10:\"size_after\";i:162513;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:14194;s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:189943;s:10:\"size_after\";i:175749;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:14331;s:7:\"percent\";d:7.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:193358;s:10:\"size_after\";i:179027;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:19418;s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:273053;s:10:\"size_after\";i:253635;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:24038;s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:11:\"size_before\";i:354960;s:10:\"size_after\";i:330922;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3109;s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:46762;s:10:\"size_after\";i:43653;}}}'),(29659,4431,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(29660,4429,'_thumbnail_id','4431'),(29661,4429,'asp_sermon_youtube','https://www.youtube.com/watch?v=uaLgsGsuLfM'),(29662,4429,'asp_sermon_vimeo',''),(29663,4429,'asp_sermon_facebook',''),(29664,4429,'asp_sermon_video_embed',''),(29665,4429,'asp_sermon_mp4',''),(29666,4429,'asp_sermon_audio_embed',''),(29667,4429,'asp_sermon_soundcloud',''),(29668,4429,'asp_sermon_pdf',''),(29669,4429,'asp_sermon_bible_passage','Luke 1:26-38'),(29670,4429,'asp_sermon_bulletin',''),(29671,4429,'asp_sermon_video_type_select','youtube'),(29672,4429,'_aioseo_title',NULL),(29673,4429,'_aioseo_description',NULL),(29674,4429,'_aioseo_keywords','a:0:{}'),(29675,4429,'_aioseo_og_title',NULL),(29676,4429,'_aioseo_og_description',NULL),(29677,4429,'_aioseo_og_article_section',''),(29678,4429,'_aioseo_og_article_tags','a:0:{}'),(29679,4429,'_aioseo_twitter_title',NULL),(29680,4429,'_aioseo_twitter_description',NULL),(29681,4429,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29682,4429,'post_views_count','243'),(29683,4429,'avada_post_views_count','241'),(29684,4429,'avada_today_post_views_count','1'),(29685,4429,'avada_post_views_count_today_date','20-09-2025'),(29688,4431,'avada_post_views_count','41'),(29689,4431,'avada_today_post_views_count','1'),(29690,4431,'avada_post_views_count_today_date','09-09-2025'),(29691,4430,'avada_post_views_count','39'),(29692,4430,'avada_today_post_views_count','1'),(29693,4430,'avada_post_views_count_today_date','10-09-2025'),(29696,4432,'_wp_attached_file','2024/12/December-8-2024.pdf'),(29697,4432,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"December-8-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:617431;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"December-8-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44211;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"December-8-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"December-8-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15542;}}s:8:\"filesize\";i:286447;}'),(29698,4434,'_edit_lock','1733700731:2'),(29699,4434,'_edit_last','2'),(29700,4435,'_wp_attached_file','2024/12/John-Leaps.mp3'),(29701,4435,'_thumbnail_id','3885'),(29702,4435,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44441344;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1850;s:16:\"length_formatted\";s:5:\"30:50\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:10:\"John Leaps\";s:5:\"album\";s:9:\"Amazement\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1208\";s:11:\"totaltracks\";s:4:\"1208\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29703,4434,'_thumbnail_id','4431'),(29704,4434,'asp_sermon_youtube','https://www.youtube.com/watch?v=M1BUuOfGytc'),(29705,4434,'asp_sermon_vimeo',''),(29706,4434,'asp_sermon_facebook',''),(29707,4434,'asp_sermon_video_embed',''),(29708,4434,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2024/12/John-Leaps.mp3'),(29709,4434,'asp_sermon_audio_embed',''),(29710,4434,'asp_sermon_soundcloud',''),(29711,4434,'asp_sermon_pdf',''),(29712,4434,'asp_sermon_bible_passage','Luke 1:39-45'),(29713,4434,'asp_sermon_bulletin',''),(29714,4434,'asp_sermon_video_type_select','youtube'),(29715,4434,'_aioseo_title',NULL),(29716,4434,'_aioseo_description',NULL),(29717,4434,'_aioseo_keywords','a:0:{}'),(29718,4434,'_aioseo_og_title',NULL),(29719,4434,'_aioseo_og_description',NULL),(29720,4434,'_aioseo_og_article_section',''),(29721,4434,'_aioseo_og_article_tags','a:0:{}'),(29722,4434,'_aioseo_twitter_title',NULL),(29723,4434,'_aioseo_twitter_description',NULL),(29724,4434,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29725,4434,'post_views_count','268'),(29726,4434,'avada_post_views_count','269'),(29727,4434,'avada_today_post_views_count','1'),(29728,4434,'avada_post_views_count_today_date','20-09-2025'),(29729,4432,'avada_post_views_count','37'),(29730,4432,'avada_today_post_views_count','1'),(29731,4432,'avada_post_views_count_today_date','21-09-2025'),(29732,4435,'avada_post_views_count','39'),(29733,4435,'avada_today_post_views_count','1'),(29734,4435,'avada_post_views_count_today_date','10-09-2025'),(29736,4095,'wpforms_form_locations','a:0:{}'),(29737,4445,'_fusion','a:0:{}'),(29738,4445,'avada_post_views_count','1'),(29739,4445,'avada_today_post_views_count','1'),(29740,4445,'avada_post_views_count_today_date','13-12-2024'),(29741,4445,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:7:\"Contact\";s:7:\"form_id\";i:4445;s:2:\"id\";i:847;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:9:\"/contact/\";}}'),(29742,847,'_simcal_attach_calendar_id','0'),(29743,847,'_simcal_attach_calendar_position','after'),(29744,4095,'_wp_desired_post_slug','blank-form'),(29745,4445,'wpforms_lite_connect_form_entries_count','290'),(29746,4445,'wpforms_entries_count','290'),(29747,4458,'_wp_attached_file','2024/12/December-15-2024.pdf'),(29748,4458,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-15-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:609659;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-15-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42495;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-15-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-15-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15141;}}s:8:\"filesize\";i:291238;}'),(29749,4460,'_edit_lock','1740949155:2'),(29750,4460,'_edit_last','2'),(29751,4461,'_wp_attached_file','2024/12/Sadhu-Sundar-Singh-is-Visited.mp3'),(29752,4461,'_thumbnail_id','3885'),(29753,4461,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:61956352;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2580;s:16:\"length_formatted\";s:5:\"43:00\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:29:\"Sadhu Sundar Singh is Visited\";s:5:\"album\";s:9:\"Amazement\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1215\";s:11:\"totaltracks\";s:4:\"1215\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29754,4460,'_thumbnail_id','4431'),(29755,4460,'asp_sermon_youtube',''),(29756,4460,'asp_sermon_vimeo',''),(29757,4460,'asp_sermon_facebook',''),(29758,4460,'asp_sermon_video_embed',''),(29759,4460,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2024/12/Sadhu-Sundar-Singh-is-Visited.mp3'),(29760,4460,'asp_sermon_audio_embed',''),(29761,4460,'asp_sermon_soundcloud',''),(29762,4460,'asp_sermon_pdf',''),(29763,4460,'asp_sermon_bible_passage','Mark 8:34-35'),(29764,4460,'asp_sermon_bulletin',''),(29765,4460,'asp_sermon_video_type_select','youtube'),(29766,4460,'_aioseo_title',NULL),(29767,4460,'_aioseo_description',NULL),(29768,4460,'_aioseo_keywords','a:0:{}'),(29769,4460,'_aioseo_og_title',NULL),(29770,4460,'_aioseo_og_description',NULL),(29771,4460,'_aioseo_og_article_section',''),(29772,4460,'_aioseo_og_article_tags','a:0:{}'),(29773,4460,'_aioseo_twitter_title',NULL),(29774,4460,'_aioseo_twitter_description',NULL),(29775,4460,'_fusion','a:21:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29776,4460,'post_views_count','260'),(29777,4460,'avada_post_views_count','260'),(29778,4460,'avada_today_post_views_count','1'),(29779,4460,'avada_post_views_count_today_date','21-09-2025'),(29780,40,'iawp_total_views','55'),(29781,4445,'wpforms_entries_count_previous_week','a:3:{i:0;i:290;i:1;i:0;i:2;i:0;}'),(29782,4460,'iawp_total_views','11'),(29783,4429,'iawp_total_views','1'),(29784,847,'iawp_total_views','4'),(29785,4424,'iawp_total_views','3'),(29786,1354,'iawp_total_views','3'),(29787,611,'iawp_total_views','5'),(29788,4458,'avada_post_views_count','38'),(29789,4458,'avada_today_post_views_count','1'),(29790,4458,'avada_post_views_count_today_date','09-09-2025'),(29791,4461,'avada_post_views_count','67'),(29792,4461,'avada_today_post_views_count','1'),(29793,4461,'avada_post_views_count_today_date','21-09-2025'),(29794,1448,'iawp_total_views','1'),(29795,609,'iawp_total_views','2'),(29796,4462,'_wp_attached_file','2024/12/Christmas-Eve-Invite-card-2024.jpg'),(29797,4462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:825;s:6:\"height\";i:637;s:4:\"file\";s:42:\"2024/12/Christmas-Eve-Invite-card-2024.jpg\";s:8:\"filesize\";i:101742;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22269;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239860;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111418;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54495;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188556;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:40:\"Christmas-Eve-Invite-card-2024-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5460;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-200x154.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29000;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-400x309.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86470;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-600x463.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165235;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-800x618.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252856;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-825x400.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175338;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96493;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98292;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54740;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:42:\"Christmas-Eve-Invite-card-2024-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29798,4462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:105530;s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:1660587;s:10:\"size_after\";i:1555057;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:668;s:7:\"percent\";d:3;s:11:\"size_before\";i:22269;s:10:\"size_after\";i:21601;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1000;s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:29000;s:10:\"size_after\";i:28000;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:668;s:7:\"percent\";d:2.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:24401;s:10:\"size_after\";i:23733;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2818;s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:55704;s:10:\"size_after\";i:52886;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2675;s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:54740;s:10:\"size_after\";i:52065;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5097;s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:86470;s:10:\"size_after\";i:81373;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:2793;s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:54495;s:10:\"size_after\";i:51702;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6585;s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:11:\"size_before\";i:96493;s:10:\"size_after\";i:89908;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6028;s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:98292;s:10:\"size_after\";i:92264;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11512;s:7:\"percent\";d:6.96999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:165235;s:10:\"size_after\";i:153723;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:10145;s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:175338;s:10:\"size_after\";i:165193;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:7989;s:7:\"percent\";d:7.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:111418;s:10:\"size_after\";i:103429;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:13409;s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:188556;s:10:\"size_after\";i:175147;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:16528;s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:239860;s:10:\"size_after\";i:223332;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:17615;s:7:\"percent\";d:6.96999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:252856;s:10:\"size_after\";i:235241;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5460;s:10:\"size_after\";i:5460;}}}'),(29799,1458,'iawp_total_views','2'),(29800,1468,'iawp_total_views','1'),(29801,1462,'iawp_total_views','1'),(29802,1441,'iawp_total_views','2'),(29803,4042,'iawp_total_views','1'),(29808,4463,'_edit_lock','1734668199:2'),(29809,4463,'_edit_last','2'),(29810,4463,'settings','a:29:{s:6:\"status\";s:8:\"inactive\";s:11:\"cta_buttons\";a:0:{}s:7:\"display\";s:9:\"immediate\";s:7:\"show_on\";s:9:\"page_open\";s:19:\"show_after_duration\";s:1:\"0\";s:17:\"show_after_scroll\";s:1:\"0\";s:14:\"open_animation\";s:4:\"none\";s:13:\"schedule_from\";s:0:\"\";s:11:\"schedule_to\";s:0:\"\";s:17:\"schedule_timezone\";s:19:\"America/Los_Angeles\";s:8:\"position\";s:3:\"top\";s:6:\"sticky\";s:2:\"no\";s:6:\"layout\";s:8:\"same_row\";s:13:\"align_content\";s:6:\"center\";s:15:\"container_width\";s:6:\"2000px\";s:12:\"ticker_speed\";s:2:\"20\";s:16:\"ticker_direction\";s:10:\"right_left\";s:12:\"ticker_pause\";s:3:\"yes\";s:9:\"style_bar\";a:12:{s:16:\"background_color\";s:7:\"#000000\";s:10:\"font_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";s:16:\"background_image\";s:0:\"\";s:15:\"background_size\";s:4:\"auto\";}s:17:\"style_primary_btn\";a:9:{s:16:\"background_color\";s:4:\"#fff\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:19:\"style_secondary_btn\";a:9:{s:16:\"background_color\";s:7:\"#F9DF74\";s:10:\"font_color\";s:4:\"#000\";s:9:\"font_size\";s:0:\"\";s:12:\"border_width\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:13:\"border_radius\";s:2:\"24\";s:5:\"width\";s:0:\"\";s:6:\"shadow\";s:3:\"yes\";}s:9:\"close_btn\";s:2:\"no\";s:15:\"close_animation\";s:4:\"fade\";s:19:\"close_content_click\";s:2:\"no\";s:10:\"auto_close\";s:2:\"15\";s:11:\"keep_closed\";s:2:\"no\";s:15:\"closed_duration\";s:1:\"0\";s:14:\"location_rules\";a:2:{s:4:\"type\";s:13:\"show_selected\";s:4:\"rule\";s:32:\"W1tbImhvbWUiLCJlcXVhbCIsIiJdXV0=\";}s:7:\"devices\";s:3:\"all\";}'),(29811,4463,'_fusion','a:0:{}'),(29812,1326,'_wp_old_date','2024-12-04'),(29813,1511,'_wp_old_date','2024-12-04'),(29814,1356,'_wp_old_date','2024-12-04'),(29815,1332,'_wp_old_date','2024-12-04'),(29816,1333,'_wp_old_date','2024-12-04'),(29817,1512,'_wp_old_date','2024-12-04'),(29818,1460,'_wp_old_date','2024-12-04'),(29819,1470,'_wp_old_date','2024-12-04'),(29820,1464,'_wp_old_date','2024-12-04'),(29821,2651,'_wp_old_date','2024-12-04'),(29822,1324,'_wp_old_date','2024-12-04'),(29823,1513,'_wp_old_date','2024-12-04'),(29824,1444,'_wp_old_date','2024-12-04'),(29825,4427,'_wp_old_date','2024-12-04'),(29826,1450,'_wp_old_date','2024-12-04'),(29827,1335,'_wp_old_date','2024-12-04'),(29838,4466,'_wp_attached_file','2024/12/December-22-2024.pdf'),(29839,4466,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-22-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:589494;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-22-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43544;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-22-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-22-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}}s:8:\"filesize\";i:171349;}'),(29840,4462,'avada_post_views_count','44'),(29841,4462,'avada_today_post_views_count','1'),(29842,4462,'avada_post_views_count_today_date','07-09-2025'),(29843,4466,'avada_post_views_count','53'),(29844,4466,'avada_today_post_views_count','1'),(29845,4466,'avada_post_views_count_today_date','09-09-2025'),(29864,4472,'_wp_attached_file','2024/12/December-29-2024.pdf'),(29865,4472,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"December-29-2024-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:589962;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"December-29-2024-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43737;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"December-29-2024-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"December-29-2024-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15914;}}s:8:\"filesize\";i:164088;}'),(29866,4474,'_edit_lock','1735494677:2'),(29867,4475,'_wp_attached_file','2024/12/Neighbors-In-Awe.mp3'),(29868,4475,'_thumbnail_id','3885'),(29869,4475,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:56228608;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2341;s:16:\"length_formatted\";s:5:\"39:01\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Neighbors In Awe\";s:5:\"album\";s:9:\"Amazement\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1222\";s:11:\"totaltracks\";s:4:\"1222\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29870,4474,'_edit_last','2'),(29871,4474,'_thumbnail_id','4431'),(29872,4474,'asp_sermon_youtube','https://www.youtube.com/live/JUMgRE_21dI'),(29873,4474,'asp_sermon_vimeo',''),(29874,4474,'asp_sermon_facebook',''),(29875,4474,'asp_sermon_video_embed',''),(29876,4474,'asp_sermon_mp4',''),(29877,4474,'asp_sermon_audio_embed',''),(29878,4474,'asp_sermon_soundcloud',''),(29879,4474,'asp_sermon_pdf',''),(29880,4474,'asp_sermon_bible_passage','Luke 1:57-66'),(29881,4474,'asp_sermon_bulletin',''),(29882,4474,'asp_sermon_video_type_select','youtube'),(29883,4474,'_aioseo_title',NULL),(29884,4474,'_aioseo_description',NULL),(29885,4474,'_aioseo_keywords','a:0:{}'),(29886,4474,'_aioseo_og_title',NULL),(29887,4474,'_aioseo_og_description',NULL),(29888,4474,'_aioseo_og_article_section',''),(29889,4474,'_aioseo_og_article_tags','a:0:{}'),(29890,4474,'_aioseo_twitter_title',NULL),(29891,4474,'_aioseo_twitter_description',NULL),(29892,4474,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29893,4474,'post_views_count','236'),(29894,4474,'avada_post_views_count','237'),(29895,4474,'avada_today_post_views_count','1'),(29896,4474,'avada_post_views_count_today_date','10-09-2025'),(29909,4478,'_edit_lock','1735604199:2'),(29910,4478,'_edit_last','2'),(29911,4479,'_wp_attached_file','2024/12/Even-If-Faith.mp3'),(29912,4479,'_thumbnail_id','3885'),(29913,4479,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47357056;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1971;s:16:\"length_formatted\";s:5:\"32:51\";s:6:\"artist\";s:13:\"Kyle Gillette\";s:5:\"title\";s:13:\"Even If Faith\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:13:\"Kyle Gillette\";s:4:\"year\";s:4:\"2024\";s:12:\"track_number\";s:4:\"1229\";s:11:\"totaltracks\";s:4:\"1229\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29914,4480,'_wp_attached_file','2024/12/Book-of-Daniel-3-scaled.jpg'),(29915,4480,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:35:\"2024/12/Book-of-Daniel-3-scaled.jpg\";s:8:\"filesize\";i:379982;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26057;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Book-of-Daniel-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285665;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12237;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157440;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Book-of-Daniel-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:663954;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Book-of-Daniel-3-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1231746;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89904;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32975;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148989;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:26:\"Book-of-Daniel-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3283;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12664;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44045;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98675;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171732;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:29:\"Book-of-Daniel-3-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:396662;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185410;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73182;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67453;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32445;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:28:\"Book-of-Daniel-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:20:\"Book-of-Daniel-3.jpg\";}'),(29916,4480,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1570924;s:7:\"percent\";d:80.5199999999999960209606797434389591217041015625;s:11:\"size_before\";i:1950906;s:10:\"size_after\";i:379982;}'),(29917,4480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:79467;s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:4128283;s:10:\"size_after\";i:4048816;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3283;s:10:\"size_after\";i:3283;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:356;s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:12664;s:10:\"size_after\";i:12308;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:347;s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:12237;s:10:\"size_after\";i:11890;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:512;s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:13783;s:10:\"size_after\";i:13271;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1491;s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:11:\"size_before\";i:32975;s:10:\"size_after\";i:31484;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1651;s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:32445;s:10:\"size_after\";i:30794;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1189;s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:26057;s:10:\"size_after\";i:24868;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2134;s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:44045;s:10:\"size_after\";i:41911;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2692;s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:67453;s:10:\"size_after\";i:64761;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:2847;s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:73182;s:10:\"size_after\";i:70335;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3915;s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:98675;s:10:\"size_after\";i:94760;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5438;s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:148989;s:10:\"size_after\";i:143551;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:6396;s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:157440;s:10:\"size_after\";i:151044;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5725;s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:185410;s:10:\"size_after\";i:179685;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:6159;s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:11:\"size_before\";i:171732;s:10:\"size_after\";i:165573;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:3682;s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:89904;s:10:\"size_after\";i:86222;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:7377;s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:285665;s:10:\"size_after\";i:278288;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:11956;s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:379982;s:10:\"size_after\";i:368026;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:9315;s:7:\"percent\";d:2.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:396662;s:10:\"size_after\";i:387347;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1231746;s:10:\"size_after\";i:1231746;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:6285;s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:11:\"size_before\";i:663954;s:10:\"size_after\";i:657669;}}}'),(29918,4478,'_thumbnail_id','4480'),(29919,4478,'asp_sermon_youtube','https://youtube.com/live/yPAuTABdS5s'),(29920,4478,'asp_sermon_vimeo',''),(29921,4478,'asp_sermon_facebook',''),(29922,4478,'asp_sermon_video_embed',''),(29923,4478,'asp_sermon_mp4',''),(29924,4478,'asp_sermon_audio_embed',''),(29925,4478,'asp_sermon_soundcloud',''),(29926,4478,'asp_sermon_pdf',''),(29927,4478,'asp_sermon_bible_passage','Daniel 3'),(29928,4478,'asp_sermon_bulletin',''),(29929,4478,'asp_sermon_video_type_select','youtube'),(29930,4478,'_aioseo_title',NULL),(29931,4478,'_aioseo_description',NULL),(29932,4478,'_aioseo_keywords','a:0:{}'),(29933,4478,'_aioseo_og_title',NULL),(29934,4478,'_aioseo_og_description',NULL),(29935,4478,'_aioseo_og_article_section',''),(29936,4478,'_aioseo_og_article_tags','a:0:{}'),(29937,4478,'_aioseo_twitter_title',NULL),(29938,4478,'_aioseo_twitter_description',NULL),(29939,4478,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29940,4478,'post_views_count','211'),(29941,4478,'avada_post_views_count','209'),(29942,4478,'avada_today_post_views_count','1'),(29943,4478,'avada_post_views_count_today_date','21-09-2025'),(29944,4472,'avada_post_views_count','54'),(29945,4472,'avada_today_post_views_count','2'),(29946,4472,'avada_post_views_count_today_date','08-09-2025'),(29947,4475,'avada_post_views_count','60'),(29948,4475,'avada_today_post_views_count','3'),(29949,4475,'avada_post_views_count_today_date','08-09-2025'),(29950,4479,'avada_post_views_count','79'),(29951,4479,'avada_today_post_views_count','1'),(29952,4479,'avada_post_views_count_today_date','09-09-2025'),(29953,4480,'avada_post_views_count','48'),(29954,4480,'avada_today_post_views_count','2'),(29955,4480,'avada_post_views_count_today_date','08-09-2025'),(29956,4482,'_wp_attached_file','2025/01/January-5-2025.pdf'),(29957,4482,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"January-5-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:568920;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"January-5-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43884;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"January-5-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"January-5-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16108;}}s:8:\"filesize\";i:156605;}'),(29958,4482,'avada_post_views_count','56'),(29959,4482,'avada_today_post_views_count','1'),(29960,4482,'avada_post_views_count_today_date','21-09-2025'),(29961,4485,'_edit_lock','1736615799:2'),(29962,4485,'_edit_last','2'),(29963,4486,'_wp_attached_file','2025/01/Sowing-The-Kingdom.mp3'),(29964,4486,'_thumbnail_id','3885'),(29965,4486,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:42851008;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1784;s:16:\"length_formatted\";s:5:\"29:44\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"Sowing The Kingdom\";s:5:\"album\";s:17:\"Kingdom Snapshots\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"105\";s:11:\"totaltracks\";s:3:\"105\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(29966,4487,'_wp_attached_file','2025/01/Kingdom-Snapshots-series-graphic.jpg'),(29967,4487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2025/01/Kingdom-Snapshots-series-graphic.jpg\";s:8:\"filesize\";i:81691;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22211;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Kingdom-Snapshots-series-graphic-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100366;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66899;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28693;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102208;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:42:\"Kingdom-Snapshots-series-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3819;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12458;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35561;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67086;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108763;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:45:\"Kingdom-Snapshots-series-graphic-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208924;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123499;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55432;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52162;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28454;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:44:\"Kingdom-Snapshots-series-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29968,4485,'_thumbnail_id','4487'),(29969,4485,'asp_sermon_youtube','https://www.youtube.com/watch?v=HhYHuBj71XE'),(29970,4485,'asp_sermon_vimeo',''),(29971,4485,'asp_sermon_facebook',''),(29972,4485,'asp_sermon_video_embed',''),(29973,4485,'asp_sermon_mp4',''),(29974,4485,'asp_sermon_audio_embed',''),(29975,4485,'asp_sermon_soundcloud',''),(29976,4485,'asp_sermon_pdf',''),(29977,4485,'asp_sermon_bible_passage','Luke 8:4-15'),(29978,4485,'asp_sermon_bulletin',''),(29979,4485,'asp_sermon_video_type_select','youtube'),(29980,4485,'_aioseo_title',NULL),(29981,4485,'_aioseo_description',NULL),(29982,4485,'_aioseo_keywords','a:0:{}'),(29983,4485,'_aioseo_og_title',NULL),(29984,4485,'_aioseo_og_description',NULL),(29985,4485,'_aioseo_og_article_section',''),(29986,4485,'_aioseo_og_article_tags','a:0:{}'),(29987,4485,'_aioseo_twitter_title',NULL),(29988,4485,'_aioseo_twitter_description',NULL),(29989,4485,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(29990,4485,'post_views_count','263'),(29991,4485,'avada_post_views_count','261'),(29992,4485,'avada_today_post_views_count','2'),(29993,4485,'avada_post_views_count_today_date','10-09-2025'),(29994,4487,'avada_post_views_count','47'),(29995,4487,'avada_today_post_views_count','1'),(29996,4487,'avada_post_views_count_today_date','11-09-2025'),(29997,4486,'avada_post_views_count','44'),(29998,4486,'avada_today_post_views_count','1'),(29999,4486,'avada_post_views_count_today_date','21-09-2025'),(30000,4489,'_wp_attached_file','2025/01/January-12-2025.pdf'),(30001,4489,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-12-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:620114;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-12-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44856;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-12-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-12-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15775;}}s:8:\"filesize\";i:156316;}'),(30002,4489,'avada_post_views_count','36'),(30003,4489,'avada_today_post_views_count','1'),(30004,4489,'avada_post_views_count_today_date','10-09-2025'),(30012,4493,'_edit_lock','1736992197:2'),(30013,4494,'_wp_attached_file','2025/01/New-Cloth-and-New-Wine.mp3'),(30014,4494,'_thumbnail_id','3885'),(30015,4494,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:43608448;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1815;s:16:\"length_formatted\";s:5:\"30:15\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"New Cloth and New Wine\";s:5:\"album\";s:17:\"Kingdom Snapshots\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"112\";s:11:\"totaltracks\";s:3:\"112\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30016,4493,'_edit_last','2'),(30017,4493,'_thumbnail_id','4487'),(30018,4493,'asp_sermon_youtube','https://www.youtube.com/watch?v=_pIO7TH3MC4'),(30019,4493,'asp_sermon_vimeo',''),(30020,4493,'asp_sermon_facebook',''),(30021,4493,'asp_sermon_video_embed',''),(30022,4493,'asp_sermon_mp4',''),(30023,4493,'asp_sermon_audio_embed',''),(30024,4493,'asp_sermon_soundcloud',''),(30025,4493,'asp_sermon_pdf',''),(30026,4493,'asp_sermon_bible_passage','Luke 5:33-39'),(30027,4493,'asp_sermon_bulletin',''),(30028,4493,'asp_sermon_video_type_select','youtube'),(30029,4493,'_aioseo_title',NULL),(30030,4493,'_aioseo_description',NULL),(30031,4493,'_aioseo_keywords','a:0:{}'),(30032,4493,'_aioseo_og_title',NULL),(30033,4493,'_aioseo_og_description',NULL),(30034,4493,'_aioseo_og_article_section',''),(30035,4493,'_aioseo_og_article_tags','a:0:{}'),(30036,4493,'_aioseo_twitter_title',NULL),(30037,4493,'_aioseo_twitter_description',NULL),(30038,4493,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30039,4493,'post_views_count','251'),(30040,4493,'avada_post_views_count','251'),(30041,4493,'avada_today_post_views_count','1'),(30042,4493,'avada_post_views_count_today_date','21-09-2025'),(30043,4494,'avada_post_views_count','41'),(30044,4494,'avada_today_post_views_count','1'),(30045,4494,'avada_post_views_count_today_date','20-09-2025'),(30046,4495,'_wp_attached_file','2025/01/January-19-2025.pdf'),(30047,4495,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-19-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:618647;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-19-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43240;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-19-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-19-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15415;}}s:8:\"filesize\";i:154171;}'),(30048,4495,'avada_post_views_count','51'),(30049,4495,'avada_today_post_views_count','1'),(30050,4495,'avada_post_views_count_today_date','10-09-2025'),(30051,4498,'_wp_attached_file','2025/01/January-26-2025.pdf'),(30052,4498,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"January-26-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:600065;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"January-26-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44550;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"January-26-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"January-26-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16142;}}s:8:\"filesize\";i:158015;}'),(30053,4500,'_edit_lock','1737957581:2'),(30054,4500,'_edit_last','2'),(30055,4501,'_wp_attached_file','2025/01/Rich-Toward-God.mp3'),(30056,4501,'_thumbnail_id','3885'),(30057,4501,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:49384000;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2056;s:16:\"length_formatted\";s:5:\"34:16\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Rich Toward God\";s:5:\"album\";s:17:\"Kingdom Snapshots\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"119\";s:11:\"totaltracks\";s:3:\"119\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30058,4500,'_thumbnail_id','4487'),(30059,4500,'asp_sermon_youtube','https://www.youtube.com/watch?v=JFrXP0EDdKI&amp;t=2885s'),(30060,4500,'asp_sermon_vimeo',''),(30061,4500,'asp_sermon_facebook',''),(30062,4500,'asp_sermon_video_embed',''),(30063,4500,'asp_sermon_mp4',''),(30064,4500,'asp_sermon_audio_embed',''),(30065,4500,'asp_sermon_soundcloud',''),(30066,4500,'asp_sermon_pdf',''),(30067,4500,'asp_sermon_bible_passage','Luke 12:13-21'),(30068,4500,'asp_sermon_bulletin',''),(30069,4500,'asp_sermon_video_type_select','youtube'),(30070,4500,'_aioseo_title',NULL),(30071,4500,'_aioseo_description',NULL),(30072,4500,'_aioseo_keywords','a:0:{}'),(30073,4500,'_aioseo_og_title',NULL),(30074,4500,'_aioseo_og_description',NULL),(30075,4500,'_aioseo_og_article_section',''),(30076,4500,'_aioseo_og_article_tags','a:0:{}'),(30077,4500,'_aioseo_twitter_title',NULL),(30078,4500,'_aioseo_twitter_description',NULL),(30079,4500,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30081,4502,'_edit_lock','1737958649:2'),(30082,4502,'_edit_last','2'),(30083,4503,'_wp_attached_file','2025/01/Rich-Man-and-Lazarus.mp3'),(30084,4503,'_thumbnail_id','3885'),(30085,4503,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:43227712;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1799;s:16:\"length_formatted\";s:5:\"29:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:20:\"Rich Man and Lazarus\";s:5:\"album\";s:17:\"Kingdom Snapshots\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"126\";s:11:\"totaltracks\";s:3:\"126\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30086,4502,'_thumbnail_id','4487'),(30087,4502,'asp_sermon_youtube','https://www.youtube.com/watch?v=mPwmu98giGw'),(30088,4502,'asp_sermon_vimeo',''),(30089,4502,'asp_sermon_facebook',''),(30090,4502,'asp_sermon_video_embed',''),(30091,4502,'asp_sermon_mp4',''),(30092,4502,'asp_sermon_audio_embed',''),(30093,4502,'asp_sermon_soundcloud',''),(30094,4502,'asp_sermon_pdf',''),(30095,4502,'asp_sermon_bible_passage','Luke 16:19-31'),(30096,4502,'asp_sermon_bulletin',''),(30097,4502,'asp_sermon_video_type_select','youtube'),(30098,4502,'_aioseo_title',NULL),(30099,4502,'_aioseo_description',NULL),(30100,4502,'_aioseo_keywords','a:0:{}'),(30101,4502,'_aioseo_og_title',NULL),(30102,4502,'_aioseo_og_description',NULL),(30103,4502,'_aioseo_og_article_section',''),(30104,4502,'_aioseo_og_article_tags','a:0:{}'),(30105,4502,'_aioseo_twitter_title',NULL),(30106,4502,'_aioseo_twitter_description',NULL),(30107,4502,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30108,4502,'post_views_count','195'),(30109,4500,'post_views_count','163'),(30110,4502,'avada_post_views_count','193'),(30111,4502,'avada_today_post_views_count','1'),(30112,4502,'avada_post_views_count_today_date','21-09-2025'),(30113,4500,'avada_post_views_count','163'),(30114,4500,'avada_today_post_views_count','1'),(30115,4500,'avada_post_views_count_today_date','20-09-2025'),(30116,4503,'avada_post_views_count','61'),(30117,4503,'avada_today_post_views_count','2'),(30118,4503,'avada_post_views_count_today_date','08-09-2025'),(30119,4501,'avada_post_views_count','34'),(30120,4501,'avada_today_post_views_count','1'),(30121,4501,'avada_post_views_count_today_date','21-09-2025'),(30122,4498,'avada_post_views_count','62'),(30123,4498,'avada_today_post_views_count','1'),(30124,4498,'avada_post_views_count_today_date','10-09-2025'),(30125,4504,'_wp_attached_file','2025/02/February-2-2025.pdf'),(30126,4504,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"February-2-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:568816;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"February-2-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43291;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"February-2-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"February-2-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15845;}}s:8:\"filesize\";i:157375;}'),(30127,4506,'_edit_lock','1738536766:2'),(30128,4506,'_edit_last','2'),(30129,4507,'_wp_attached_file','2025/02/Do-Not-Be-Afraid.mp3'),(30130,4507,'_thumbnail_id','3885'),(30131,4507,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:59936320;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2496;s:16:\"length_formatted\";s:5:\"41:36\";s:6:\"artist\";s:12:\"Sarah Deeter\";s:5:\"title\";s:16:\"Do Not Be Afraid\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:12:\"Sarah Deeter\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"202\";s:11:\"totaltracks\";s:3:\"202\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30132,4508,'_wp_attached_file','2025/02/Do-Not-Be-Afraid-scaled.jpg'),(30133,4508,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:35:\"2025/02/Do-Not-Be-Afraid-scaled.jpg\";s:8:\"filesize\";i:1937229;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26553;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Do-Not-Be-Afraid-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156847;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Do-Not-Be-Afraid-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:657113;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Do-Not-Be-Afraid-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1221080;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89768;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32771;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148681;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:26:\"Do-Not-Be-Afraid-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3139;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13067;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44748;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98777;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171437;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:29:\"Do-Not-Be-Afraid-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:394510;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183343;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73730;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68422;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32972;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:28:\"Do-Not-Be-Afraid-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:20:\"Do-Not-Be-Afraid.jpg\";}'),(30134,4506,'_thumbnail_id','4508'),(30135,4506,'asp_sermon_youtube','https://www.youtube.com/watch?v=Q01zcVs9gRM'),(30136,4506,'asp_sermon_vimeo',''),(30137,4506,'asp_sermon_facebook',''),(30138,4506,'asp_sermon_video_embed',''),(30139,4506,'asp_sermon_mp4',''),(30140,4506,'asp_sermon_audio_embed',''),(30141,4506,'asp_sermon_soundcloud',''),(30142,4506,'asp_sermon_pdf',''),(30143,4506,'asp_sermon_bible_passage',''),(30144,4506,'asp_sermon_bulletin',''),(30145,4506,'asp_sermon_video_type_select','youtube'),(30146,4506,'_aioseo_title',NULL),(30147,4506,'_aioseo_description',NULL),(30148,4506,'_aioseo_keywords','a:0:{}'),(30149,4506,'_aioseo_og_title',NULL),(30150,4506,'_aioseo_og_description',NULL),(30151,4506,'_aioseo_og_article_section',''),(30152,4506,'_aioseo_og_article_tags','a:0:{}'),(30153,4506,'_aioseo_twitter_title',NULL),(30154,4506,'_aioseo_twitter_description',NULL),(30155,4506,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30156,4506,'post_views_count','204'),(30157,4506,'avada_post_views_count','204'),(30158,4506,'avada_today_post_views_count','1'),(30159,4506,'avada_post_views_count_today_date','21-09-2025'),(30160,4508,'avada_post_views_count','47'),(30161,4508,'avada_today_post_views_count','1'),(30162,4508,'avada_post_views_count_today_date','10-09-2025'),(30163,4504,'avada_post_views_count','42'),(30164,4504,'avada_today_post_views_count','1'),(30165,4504,'avada_post_views_count_today_date','21-09-2025'),(30166,4507,'avada_post_views_count','84'),(30167,4507,'avada_today_post_views_count','1'),(30168,4507,'avada_post_views_count_today_date','10-09-2025'),(30169,4510,'_wp_attached_file','2025/02/February-9-2025.pdf'),(30170,4510,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"February-9-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:601480;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"February-9-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44474;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"February-9-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"February-9-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16347;}}s:8:\"filesize\";i:157652;}'),(30171,4510,'avada_post_views_count','43'),(30172,4510,'avada_today_post_views_count','1'),(30173,4510,'avada_post_views_count_today_date','21-09-2025'),(30174,4512,'_wp_attached_file','2025/02/February-16-2025.pdf'),(30175,4512,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-16-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:595904;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-16-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44814;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-16-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-16-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16186;}}s:8:\"filesize\";i:153828;}'),(30176,4512,'avada_post_views_count','44'),(30177,4512,'avada_today_post_views_count','1'),(30178,4512,'avada_post_views_count_today_date','09-09-2025'),(30179,4515,'_wp_attached_file','2025/02/February-23-2025.pdf'),(30180,4515,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"February-23-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:544584;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"February-23-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42307;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"February-23-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"February-23-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15654;}}s:8:\"filesize\";i:156758;}'),(30181,4515,'avada_post_views_count','30'),(30182,4515,'avada_today_post_views_count','2'),(30183,4515,'avada_post_views_count_today_date','08-09-2025'),(30184,4517,'_wp_attached_file','2025/03/March-2-2025.pdf'),(30185,4517,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"March-2-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:605300;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"March-2-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"March-2-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:353071;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"March-2-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15900;}}s:8:\"filesize\";i:165348;}'),(30186,4519,'_edit_lock','1740949148:2'),(30187,4519,'_edit_last','2'),(30188,4520,'_wp_attached_file','2025/03/The-Shrewd-Steward.mp3'),(30189,4520,'_thumbnail_id','3885'),(30190,4520,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55874944;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2326;s:16:\"length_formatted\";s:5:\"38:46\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"The Shrewd Steward\";s:5:\"album\";s:17:\"Kingdom Snapshots\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"302\";s:11:\"totaltracks\";s:3:\"302\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30191,4519,'_thumbnail_id','4487'),(30192,4519,'asp_sermon_youtube',''),(30193,4519,'asp_sermon_vimeo',''),(30194,4519,'asp_sermon_facebook',''),(30195,4519,'asp_sermon_video_embed',''),(30196,4519,'asp_sermon_mp4',''),(30197,4519,'asp_sermon_audio_embed',''),(30198,4519,'asp_sermon_soundcloud',''),(30199,4519,'asp_sermon_pdf',''),(30200,4519,'asp_sermon_bible_passage','Luke 16:1-13'),(30201,4519,'asp_sermon_bulletin',''),(30202,4519,'asp_sermon_video_type_select','youtube'),(30203,4519,'_aioseo_title',NULL),(30204,4519,'_aioseo_description',NULL),(30205,4519,'_aioseo_keywords','a:0:{}'),(30206,4519,'_aioseo_og_title',NULL),(30207,4519,'_aioseo_og_description',NULL),(30208,4519,'_aioseo_og_article_section',''),(30209,4519,'_aioseo_og_article_tags','a:0:{}'),(30210,4519,'_aioseo_twitter_title',NULL),(30211,4519,'_aioseo_twitter_description',NULL),(30212,4519,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30213,4519,'avada_post_views_count','275'),(30214,4519,'avada_today_post_views_count','4'),(30215,4519,'avada_post_views_count_today_date','10-09-2025'),(30216,4519,'post_views_count','274'),(30217,4517,'avada_post_views_count','48'),(30218,4517,'avada_today_post_views_count','2'),(30219,4517,'avada_post_views_count_today_date','08-09-2025'),(30220,4520,'avada_post_views_count','33'),(30221,4520,'avada_today_post_views_count','1'),(30222,4520,'avada_post_views_count_today_date','21-09-2025'),(30223,4522,'_wp_attached_file','2025/03/March-9-2025.pdf'),(30224,4522,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"March-9-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:638568;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"March-9-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45464;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"March-9-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"March-9-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15843;}}s:8:\"filesize\";i:174969;}'),(30225,4523,'_wp_attached_file','2025/03/March-9-2025-1.pdf'),(30226,4523,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"March-9-2025-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:638568;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"March-9-2025-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45464;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"March-9-2025-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"March-9-2025-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15843;}}s:8:\"filesize\";i:174969;}'),(30227,4525,'_edit_lock','1741588739:2'),(30228,4525,'_edit_last','2'),(30229,4526,'_wp_attached_file','2025/03/Forgiveness-Through-Sacrifice.mp3'),(30230,4526,'_thumbnail_id','3885'),(30231,4526,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:52968448;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2205;s:16:\"length_formatted\";s:5:\"36:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:29:\"Forgiveness Through Sacrifice\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"309\";s:11:\"totaltracks\";s:3:\"309\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30232,4527,'_wp_attached_file','2025/03/CrossWork-series-graphic.jpg'),(30233,4527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2025/03/CrossWork-series-graphic.jpg\";s:8:\"filesize\";i:133305;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40350;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CrossWork-series-graphic-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19341;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168560;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101483;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48070;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162598;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:34:\"CrossWork-series-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5404;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21503;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62245;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116994;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182382;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:37:\"CrossWork-series-graphic-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344739;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181712;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89216;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85634;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47169;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:36:\"CrossWork-series-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30234,4527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.45000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:144422;s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:1964214;s:10:\"size_after\";i:1819792;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5404;s:10:\"size_after\";i:5404;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2186;s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:40350;s:10:\"size_after\";i:38164;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:944;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:22192;s:10:\"size_after\";i:21248;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6454;s:7:\"percent\";d:7.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:85634;s:10:\"size_after\";i:79180;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:6662;s:7:\"percent\";d:7.46999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:89216;s:10:\"size_after\";i:82554;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:14063;s:7:\"percent\";d:7.7400000000000002131628207280300557613372802734375;s:11:\"size_before\";i:181712;s:10:\"size_after\";i:167649;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:25311;s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:344739;s:10:\"size_after\";i:319428;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:14142;s:7:\"percent\";d:7.75;s:11:\"size_before\";i:182382;s:10:\"size_after\";i:168240;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:9039;s:7:\"percent\";d:7.730000000000000426325641456060111522674560546875;s:11:\"size_before\";i:116994;s:10:\"size_after\";i:107955;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4108;s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:62245;s:10:\"size_after\";i:58137;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:676;s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:21503;s:10:\"size_after\";i:20827;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:12858;s:7:\"percent\";d:7.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:162598;s:10:\"size_after\";i:149740;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2867;s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:48070;s:10:\"size_after\";i:45203;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7784;s:7:\"percent\";d:7.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:101483;s:10:\"size_after\";i:93699;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:13221;s:7:\"percent\";d:7.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:168560;s:10:\"size_after\";i:155339;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:874;s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:11:\"size_before\";i:19341;s:10:\"size_after\";i:18467;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2992;s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:47169;s:10:\"size_after\";i:44177;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:20241;s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:11:\"size_before\";i:264622;s:10:\"size_after\";i:244381;}}}'),(30235,4527,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(30236,4525,'_thumbnail_id','4527'),(30237,4525,'asp_sermon_youtube','https://www.youtube.com/watch?v=8qNf6OAYVGo&amp;t=2160s'),(30238,4525,'asp_sermon_vimeo',''),(30239,4525,'asp_sermon_facebook',''),(30240,4525,'asp_sermon_video_embed',''),(30241,4525,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/03/Forgiveness-Through-Sacrifice.mp3'),(30242,4525,'asp_sermon_audio_embed',''),(30243,4525,'asp_sermon_soundcloud',''),(30244,4525,'asp_sermon_pdf',''),(30245,4525,'asp_sermon_bible_passage','Isaiah 52:13 - 53:6'),(30246,4525,'asp_sermon_bulletin',''),(30247,4525,'asp_sermon_video_type_select','youtube'),(30248,4525,'_aioseo_title',NULL),(30249,4525,'_aioseo_description',NULL),(30250,4525,'_aioseo_keywords','a:0:{}'),(30251,4525,'_aioseo_og_title',NULL),(30252,4525,'_aioseo_og_description',NULL),(30253,4525,'_aioseo_og_article_section',''),(30254,4525,'_aioseo_og_article_tags','a:0:{}'),(30255,4525,'_aioseo_twitter_title',NULL),(30256,4525,'_aioseo_twitter_description',NULL),(30257,4525,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30258,4525,'avada_post_views_count','214'),(30259,4525,'avada_today_post_views_count','1'),(30260,4525,'avada_post_views_count_today_date','20-09-2025'),(30261,4525,'post_views_count','212'),(30262,4523,'avada_post_views_count','40'),(30263,4523,'avada_today_post_views_count','1'),(30264,4523,'avada_post_views_count_today_date','21-09-2025'),(30265,4527,'avada_post_views_count','35'),(30266,4527,'avada_today_post_views_count','2'),(30267,4527,'avada_post_views_count_today_date','08-09-2025'),(30268,4522,'avada_post_views_count','37'),(30269,4522,'avada_today_post_views_count','1'),(30270,4522,'avada_post_views_count_today_date','09-09-2025'),(30271,4526,'avada_post_views_count','32'),(30272,4526,'avada_today_post_views_count','3'),(30273,4526,'avada_post_views_count_today_date','08-09-2025'),(30274,4528,'_wp_attached_file','2025/03/March-16-2025.pdf'),(30275,4528,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-16-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:616869;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-16-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44813;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-16-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349051;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-16-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15945;}}s:8:\"filesize\";i:166687;}'),(30276,4530,'_edit_lock','1742156975:2'),(30277,4530,'_edit_last','2'),(30278,4531,'_wp_attached_file','2025/03/Victory-in-the-Face-of-Defeat.mp3'),(30279,4531,'_thumbnail_id','3885'),(30280,4531,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:31366720;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1305;s:16:\"length_formatted\";s:5:\"21:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:29:\"Victory in the Face of Defeat\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"316\";s:11:\"totaltracks\";s:3:\"316\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30281,4530,'_thumbnail_id','4527'),(30282,4530,'asp_sermon_youtube','https://www.youtube.com/watch?v=lpEJzRQlNDg'),(30283,4530,'asp_sermon_vimeo',''),(30284,4530,'asp_sermon_facebook',''),(30285,4530,'asp_sermon_video_embed',''),(30286,4530,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/03/Victory-in-the-Face-of-Defeat.mp3'),(30287,4530,'asp_sermon_audio_embed',''),(30288,4530,'asp_sermon_soundcloud',''),(30289,4530,'asp_sermon_pdf',''),(30290,4530,'asp_sermon_bible_passage','Colossians 2:9-15'),(30291,4530,'asp_sermon_bulletin',''),(30292,4530,'asp_sermon_video_type_select','youtube'),(30293,4530,'_aioseo_title',NULL),(30294,4530,'_aioseo_description',NULL),(30295,4530,'_aioseo_keywords','a:0:{}'),(30296,4530,'_aioseo_og_title',NULL),(30297,4530,'_aioseo_og_description',NULL),(30298,4530,'_aioseo_og_article_section',''),(30299,4530,'_aioseo_og_article_tags','a:0:{}'),(30300,4530,'_aioseo_twitter_title',NULL),(30301,4530,'_aioseo_twitter_description',NULL),(30302,4530,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30303,4530,'post_views_count','225'),(30304,4530,'avada_post_views_count','224'),(30305,4530,'avada_today_post_views_count','3'),(30306,4530,'avada_post_views_count_today_date','11-09-2025'),(30307,4528,'avada_post_views_count','41'),(30308,4528,'avada_today_post_views_count','2'),(30309,4528,'avada_post_views_count_today_date','08-09-2025'),(30310,4531,'avada_post_views_count','50'),(30311,4531,'avada_today_post_views_count','1'),(30312,4531,'avada_post_views_count_today_date','03-09-2025'),(30313,4534,'_wp_attached_file','2025/03/March-23-2025.pdf'),(30314,4534,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-23-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:594579;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-23-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44193;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-23-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-23-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15739;}}s:8:\"filesize\";i:153516;}'),(30315,4536,'_edit_lock','1742771851:2'),(30316,4536,'_edit_last','2'),(30317,4537,'_wp_attached_file','2025/03/Redemption-From-Shame.mp3'),(30318,4537,'_thumbnail_id','3885'),(30319,4537,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:56577088;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2356;s:16:\"length_formatted\";s:5:\"39:16\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:21:\"Redemption From Shame\";s:5:\"album\";s:5:\"Album\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"323\";s:11:\"totaltracks\";s:3:\"323\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30320,4536,'_thumbnail_id','4527'),(30321,4536,'asp_sermon_youtube','https://www.youtube.com/watch?v=504a6qYOBlI'),(30322,4536,'asp_sermon_vimeo',''),(30323,4536,'asp_sermon_facebook',''),(30324,4536,'asp_sermon_video_embed',''),(30325,4536,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/03/Redemption-From-Shame.mp3'),(30326,4536,'asp_sermon_audio_embed',''),(30327,4536,'asp_sermon_soundcloud',''),(30328,4536,'asp_sermon_pdf',''),(30329,4536,'asp_sermon_bible_passage','Psalm 22:1-10, 22-24'),(30330,4536,'asp_sermon_bulletin',''),(30331,4536,'asp_sermon_video_type_select','youtube'),(30332,4536,'_aioseo_title',NULL),(30333,4536,'_aioseo_description',NULL),(30334,4536,'_aioseo_keywords','a:0:{}'),(30335,4536,'_aioseo_og_title',NULL),(30336,4536,'_aioseo_og_description',NULL),(30337,4536,'_aioseo_og_article_section',''),(30338,4536,'_aioseo_og_article_tags','a:0:{}'),(30339,4536,'_aioseo_twitter_title',NULL),(30340,4536,'_aioseo_twitter_description',NULL),(30341,4536,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30342,4536,'post_views_count','160'),(30343,4536,'avada_post_views_count','159'),(30344,4536,'avada_today_post_views_count','2'),(30345,4536,'avada_post_views_count_today_date','20-09-2025'),(30346,4537,'avada_post_views_count','39'),(30347,4537,'avada_today_post_views_count','1'),(30348,4537,'avada_post_views_count_today_date','21-09-2025'),(30349,4534,'avada_post_views_count','59'),(30350,4534,'avada_today_post_views_count','1'),(30351,4534,'avada_post_views_count_today_date','21-09-2025'),(30352,4540,'_wp_attached_file','2025/03/March-30-2025.pdf'),(30353,4540,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"March-30-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:582554;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"March-30-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41539;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"March-30-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"March-30-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15148;}}s:8:\"filesize\";i:155194;}'),(30355,4543,'_edit_lock','1743380318:2'),(30356,4543,'_edit_last','2'),(30357,4544,'_wp_attached_file','2025/03/Reconciliation-Out-Of-Isolation.mp3'),(30358,4544,'_thumbnail_id','3885'),(30359,4544,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47869696;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1993;s:16:\"length_formatted\";s:5:\"33:13\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:31:\"Reconciliation Out Of Isolation\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"330\";s:11:\"totaltracks\";s:3:\"330\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30360,4543,'_thumbnail_id','4527'),(30361,4543,'asp_sermon_youtube','https://www.youtube.com/watch?v=G06c0XGzw1U'),(30362,4543,'asp_sermon_vimeo',''),(30363,4543,'asp_sermon_facebook',''),(30364,4543,'asp_sermon_video_embed',''),(30365,4543,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/03/Reconciliation-Out-Of-Isolation.mp3'),(30366,4543,'asp_sermon_audio_embed',''),(30367,4543,'asp_sermon_soundcloud',''),(30368,4543,'asp_sermon_pdf',''),(30369,4543,'asp_sermon_bible_passage','Psalm 22:14-21 &amp; 25-31'),(30370,4543,'asp_sermon_bulletin',''),(30371,4543,'asp_sermon_video_type_select','youtube'),(30372,4543,'_aioseo_title',NULL),(30373,4543,'_aioseo_description',NULL),(30374,4543,'_aioseo_keywords','a:0:{}'),(30375,4543,'_aioseo_og_title',NULL),(30376,4543,'_aioseo_og_description',NULL),(30377,4543,'_aioseo_og_article_section',''),(30378,4543,'_aioseo_og_article_tags','a:0:{}'),(30379,4543,'_aioseo_twitter_title',NULL),(30380,4543,'_aioseo_twitter_description',NULL),(30381,4543,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30382,4543,'post_views_count','122'),(30383,4543,'avada_post_views_count','121'),(30384,4543,'avada_today_post_views_count','1'),(30385,4543,'avada_post_views_count_today_date','10-09-2025'),(30386,4540,'avada_post_views_count','38'),(30387,4540,'avada_today_post_views_count','1'),(30388,4540,'avada_post_views_count_today_date','21-09-2025'),(30389,4544,'avada_post_views_count','34'),(30390,4544,'avada_today_post_views_count','1'),(30391,4544,'avada_post_views_count_today_date','21-09-2025'),(30392,4546,'_wp_attached_file','2025/04/April-6-2025.pdf'),(30393,4546,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"April-6-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:496401;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"April-6-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35959;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"April-6-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"April-6-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14133;}}s:8:\"filesize\";i:238803;}'),(30394,4548,'_edit_lock','1743979503:2'),(30395,4548,'_edit_last','2'),(30396,4549,'_wp_attached_file','2025/04/Healing-of-Victims.mp3'),(30397,4549,'_thumbnail_id','3885'),(30398,4549,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44584192;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1856;s:16:\"length_formatted\";s:5:\"30:56\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"Healing of Victims\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"406\";s:11:\"totaltracks\";s:3:\"406\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30399,4548,'_thumbnail_id','4527'),(30400,4548,'asp_sermon_youtube','https://www.youtube.com/watch?v=R96fvFNda-U'),(30401,4548,'asp_sermon_vimeo',''),(30402,4548,'asp_sermon_facebook',''),(30403,4548,'asp_sermon_video_embed',''),(30404,4548,'asp_sermon_mp4',''),(30405,4548,'asp_sermon_audio_embed',''),(30406,4548,'asp_sermon_soundcloud',''),(30407,4548,'asp_sermon_pdf',''),(30408,4548,'asp_sermon_bible_passage','2 Corinthians 4:6-12'),(30409,4548,'asp_sermon_bulletin',''),(30410,4548,'asp_sermon_video_type_select','youtube'),(30411,4548,'_aioseo_title',NULL),(30412,4548,'_aioseo_description',NULL),(30413,4548,'_aioseo_keywords','a:0:{}'),(30414,4548,'_aioseo_og_title',NULL),(30415,4548,'_aioseo_og_description',NULL),(30416,4548,'_aioseo_og_article_section',''),(30417,4548,'_aioseo_og_article_tags','a:0:{}'),(30418,4548,'_aioseo_twitter_title',NULL),(30419,4548,'_aioseo_twitter_description',NULL),(30420,4548,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30421,4548,'post_views_count','187'),(30422,4548,'avada_post_views_count','185'),(30423,4548,'avada_today_post_views_count','1'),(30424,4548,'avada_post_views_count_today_date','10-09-2025'),(30425,4546,'avada_post_views_count','27'),(30426,4546,'avada_today_post_views_count','1'),(30427,4546,'avada_post_views_count_today_date','21-09-2025'),(30428,4549,'avada_post_views_count','31'),(30429,4549,'avada_today_post_views_count','1'),(30430,4549,'avada_post_views_count_today_date','09-09-2025'),(30431,4550,'_wp_attached_file','2025/04/April-13-2025.pdf'),(30432,4550,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-13-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:607469;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-13-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44324;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-13-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-13-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16186;}}s:8:\"filesize\";i:184386;}'),(30433,4550,'avada_post_views_count','31'),(30434,4550,'avada_today_post_views_count','1'),(30435,4550,'avada_post_views_count_today_date','09-09-2025'),(30436,4552,'_edit_lock','1744599542:2'),(30437,4552,'_edit_last','2'),(30440,4554,'_wp_attached_file','2025/04/Recap.mp3'),(30441,4554,'_thumbnail_id','3885'),(30442,4554,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:53702848;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2236;s:16:\"length_formatted\";s:5:\"37:16\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:5:\"Recap\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"413\";s:11:\"totaltracks\";s:3:\"413\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30443,4552,'_thumbnail_id','4527'),(30444,4552,'asp_sermon_youtube','https://www.youtube.com/watch?v=-0FlwWmP8XQ'),(30445,4552,'asp_sermon_vimeo',''),(30446,4552,'asp_sermon_facebook',''),(30447,4552,'asp_sermon_video_embed',''),(30448,4552,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/04/Recap.mp3'),(30449,4552,'asp_sermon_audio_embed',''),(30450,4552,'asp_sermon_soundcloud',''),(30451,4552,'asp_sermon_pdf',''),(30452,4552,'asp_sermon_bible_passage','Isaiah 53:7-12'),(30453,4552,'asp_sermon_bulletin',''),(30454,4552,'asp_sermon_video_type_select','youtube'),(30455,4552,'_aioseo_title',NULL),(30456,4552,'_aioseo_description',NULL),(30457,4552,'_aioseo_keywords','a:0:{}'),(30458,4552,'_aioseo_og_title',NULL),(30459,4552,'_aioseo_og_description',NULL),(30460,4552,'_aioseo_og_article_section',''),(30461,4552,'_aioseo_og_article_tags','a:0:{}'),(30462,4552,'_aioseo_twitter_title',NULL),(30463,4552,'_aioseo_twitter_description',NULL),(30464,4552,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30465,4552,'post_views_count','186'),(30466,4552,'avada_post_views_count','185'),(30467,4552,'avada_today_post_views_count','1'),(30468,4552,'avada_post_views_count_today_date','10-09-2025'),(30469,4554,'avada_post_views_count','27'),(30470,4554,'avada_today_post_views_count','3'),(30471,4554,'avada_post_views_count_today_date','08-09-2025'),(30472,4556,'_wp_attached_file','2025/04/April-20-2025.pdf'),(30473,4556,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-20-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:654605;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-20-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46963;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-20-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-20-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16515;}}s:8:\"filesize\";i:210937;}'),(30474,4556,'avada_post_views_count','32'),(30475,4556,'avada_today_post_views_count','1'),(30476,4556,'avada_post_views_count_today_date','21-09-2025'),(30477,4559,'_edit_lock','1745727347:2'),(30478,4559,'_edit_last','2'),(30479,4560,'_wp_attached_file','2025/04/Death-Into-Life.mp3'),(30480,4560,'_thumbnail_id','3885'),(30481,4560,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:43884928;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1827;s:16:\"length_formatted\";s:5:\"30:27\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Death Into Life\";s:5:\"album\";s:9:\"CROSSwork\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"420\";s:11:\"totaltracks\";s:3:\"420\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30482,4561,'_wp_attached_file','2025/04/Wired-to-Connect-series-graphic.jpg'),(30483,4561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2025/04/Wired-to-Connect-series-graphic.jpg\";s:8:\"filesize\";i:150928;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38225;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Wired-to-Connect-series-graphic-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18411;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177462;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102664;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46906;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169049;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:41:\"Wired-to-Connect-series-graphic-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4905;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18897;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61307;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122214;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190453;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:44:\"Wired-to-Connect-series-graphic-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355208;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186697;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93813;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88238;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47131;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:43:\"Wired-to-Connect-series-graphic-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30484,4561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.430000000000000104360964314764714799821376800537109375;s:5:\"bytes\";i:114716;s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:2015477;s:10:\"size_after\";i:1900761;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4905;s:10:\"size_after\";i:4905;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:499;s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:21346;s:10:\"size_after\";i:20847;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2049;s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:47131;s:10:\"size_after\";i:45082;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:4316;s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:88238;s:10:\"size_after\";i:83922;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:4748;s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:93813;s:10:\"size_after\";i:89065;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11591;s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:186697;s:10:\"size_after\";i:175106;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:23297;s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:355208;s:10:\"size_after\";i:331911;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11543;s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:190453;s:10:\"size_after\";i:178910;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6571;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:122214;s:10:\"size_after\";i:115643;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2768;s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:61307;s:10:\"size_after\";i:58539;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:345;s:7:\"percent\";d:1.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:18897;s:10:\"size_after\";i:18552;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:9952;s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:169049;s:10:\"size_after\";i:159097;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2015;s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:46906;s:10:\"size_after\";i:44891;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5525;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:102664;s:10:\"size_after\";i:97139;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:10288;s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:177462;s:10:\"size_after\";i:167174;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:463;s:7:\"percent\";d:2.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:18411;s:10:\"size_after\";i:17948;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1482;s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:38225;s:10:\"size_after\";i:36743;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:17264;s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:272551;s:10:\"size_after\";i:255287;}}}'),(30485,4561,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(30486,4559,'_thumbnail_id','4527'),(30487,4559,'asp_sermon_youtube','https://www.youtube.com/watch?v=LrHanMbZgdE'),(30488,4559,'asp_sermon_vimeo',''),(30489,4559,'asp_sermon_facebook',''),(30490,4559,'asp_sermon_video_embed',''),(30491,4559,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/04/Death-Into-Life.mp3'),(30492,4559,'asp_sermon_audio_embed',''),(30493,4559,'asp_sermon_soundcloud',''),(30494,4559,'asp_sermon_pdf',''),(30495,4559,'asp_sermon_bible_passage','1 Corinthians 15:20-26'),(30496,4559,'asp_sermon_bulletin',''),(30497,4559,'asp_sermon_video_type_select','youtube'),(30498,4559,'_aioseo_title',NULL),(30499,4559,'_aioseo_description',NULL),(30500,4559,'_aioseo_keywords','a:0:{}'),(30501,4559,'_aioseo_og_title',NULL),(30502,4559,'_aioseo_og_description',NULL),(30503,4559,'_aioseo_og_article_section',''),(30504,4559,'_aioseo_og_article_tags','a:0:{}'),(30505,4559,'_aioseo_twitter_title',NULL),(30506,4559,'_aioseo_twitter_description',NULL),(30507,4559,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30508,4559,'post_views_count','172'),(30509,4562,'_wp_attached_file','2025/04/April-27-2025.pdf'),(30510,4562,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"April-27-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:556055;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"April-27-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41490;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"April-27-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:319914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"April-27-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15094;}}s:8:\"filesize\";i:165359;}'),(30511,4559,'avada_post_views_count','172'),(30512,4559,'avada_today_post_views_count','1'),(30513,4559,'avada_post_views_count_today_date','10-09-2025'),(30514,4564,'_edit_lock','1745797275:2'),(30515,4564,'_edit_last','2'),(30516,4565,'_wp_attached_file','2025/04/Relational-To-The-Core.mp3'),(30517,4565,'_thumbnail_id','3885'),(30518,4565,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47958400;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1997;s:16:\"length_formatted\";s:5:\"33:17\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"Relational To The Core\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"427\";s:11:\"totaltracks\";s:3:\"427\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30519,4564,'_thumbnail_id','4561'),(30520,4564,'asp_sermon_youtube',''),(30521,4564,'asp_sermon_vimeo',''),(30522,4564,'asp_sermon_facebook',''),(30523,4564,'asp_sermon_video_embed',''),(30524,4564,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/04/Relational-To-The-Core.mp3'),(30525,4564,'asp_sermon_audio_embed',''),(30526,4564,'asp_sermon_soundcloud',''),(30527,4564,'asp_sermon_pdf',''),(30528,4564,'asp_sermon_bible_passage','John 15:9-17'),(30529,4564,'asp_sermon_bulletin',''),(30530,4564,'asp_sermon_video_type_select','youtube'),(30531,4564,'_aioseo_title',NULL),(30532,4564,'_aioseo_description',NULL),(30533,4564,'_aioseo_keywords','a:0:{}'),(30534,4564,'_aioseo_og_title',NULL),(30535,4564,'_aioseo_og_description',NULL),(30536,4564,'_aioseo_og_article_section',''),(30537,4564,'_aioseo_og_article_tags','a:0:{}'),(30538,4564,'_aioseo_twitter_title',NULL),(30539,4564,'_aioseo_twitter_description',NULL),(30540,4564,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30541,4564,'post_views_count','208'),(30542,4564,'avada_post_views_count','207'),(30543,4564,'avada_today_post_views_count','1'),(30544,4564,'avada_post_views_count_today_date','10-09-2025'),(30545,4562,'avada_post_views_count','24'),(30546,4562,'avada_today_post_views_count','1'),(30547,4562,'avada_post_views_count_today_date','21-09-2025'),(30548,4561,'avada_post_views_count','29'),(30549,4561,'avada_today_post_views_count','2'),(30550,4561,'avada_post_views_count_today_date','08-09-2025'),(30551,4565,'avada_post_views_count','33'),(30552,4565,'avada_today_post_views_count','1'),(30553,4565,'avada_post_views_count_today_date','21-09-2025'),(30554,4560,'avada_post_views_count','25'),(30555,4560,'avada_today_post_views_count','2'),(30556,4560,'avada_post_views_count_today_date','20-09-2025'),(30557,4567,'_wp_attached_file','2025/05/May-4-2025.pdf'),(30558,4567,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"May-4-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:570912;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"May-4-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44287;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"May-4-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337505;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"May-4-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15972;}}s:8:\"filesize\";i:158303;}'),(30559,4569,'_edit_lock','1746386849:2'),(30560,4569,'_edit_last','2'),(30561,4570,'_wp_attached_file','2025/05/Spiritual-Friendship.mp3'),(30562,4570,'_thumbnail_id','3885'),(30563,4570,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:56534464;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2354;s:16:\"length_formatted\";s:5:\"39:14\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:20:\"Spiritual Friendship\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"504\";s:11:\"totaltracks\";s:3:\"504\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30564,4569,'_thumbnail_id','4561'),(30565,4569,'asp_sermon_youtube','https://www.youtube.com/watch?v=3vM03fT0vm0'),(30566,4569,'asp_sermon_vimeo',''),(30567,4569,'asp_sermon_facebook',''),(30568,4569,'asp_sermon_video_embed',''),(30569,4569,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/05/Spiritual-Friendship.mp3'),(30570,4569,'asp_sermon_audio_embed',''),(30571,4569,'asp_sermon_soundcloud',''),(30572,4569,'asp_sermon_pdf',''),(30573,4569,'asp_sermon_bible_passage','Proverbs 27:17'),(30574,4569,'asp_sermon_bulletin',''),(30575,4569,'asp_sermon_video_type_select','youtube'),(30576,4569,'_aioseo_title',NULL),(30577,4569,'_aioseo_description',NULL),(30578,4569,'_aioseo_keywords','a:0:{}'),(30579,4569,'_aioseo_og_title',NULL),(30580,4569,'_aioseo_og_description',NULL),(30581,4569,'_aioseo_og_article_section',''),(30582,4569,'_aioseo_og_article_tags','a:0:{}'),(30583,4569,'_aioseo_twitter_title',NULL),(30584,4569,'_aioseo_twitter_description',NULL),(30585,4569,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30586,4569,'post_views_count','130'),(30587,4569,'avada_post_views_count','130'),(30588,4569,'avada_today_post_views_count','1'),(30589,4569,'avada_post_views_count_today_date','11-09-2025'),(30590,4567,'avada_post_views_count','27'),(30591,4567,'avada_today_post_views_count','1'),(30592,4567,'avada_post_views_count_today_date','09-09-2025'),(30593,4570,'avada_post_views_count','27'),(30594,4570,'avada_today_post_views_count','1'),(30595,4570,'avada_post_views_count_today_date','21-09-2025'),(30596,4571,'_wp_attached_file','2025/05/May-11-2025.pdf'),(30597,4571,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-11-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:605900;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-11-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44314;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-11-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-11-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15781;}}s:8:\"filesize\";i:151171;}'),(30598,4573,'_edit_lock','1747009220:2'),(30599,4573,'_edit_last','2'),(30600,4574,'_wp_attached_file','2025/05/Mothering-Is-Dedication.mp3'),(30601,4574,'_thumbnail_id','3885'),(30602,4574,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:46104832;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1919;s:16:\"length_formatted\";s:5:\"31:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:23:\"Mothering Is Dedication\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"511\";s:11:\"totaltracks\";s:3:\"511\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30603,4573,'_thumbnail_id','4561'),(30604,4573,'asp_sermon_youtube','https://youtube.com/live/02MmRwjhCP0'),(30605,4573,'asp_sermon_vimeo',''),(30606,4573,'asp_sermon_facebook',''),(30607,4573,'asp_sermon_video_embed',''),(30608,4573,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/05/Mothering-Is-Dedication.mp3'),(30609,4573,'asp_sermon_audio_embed',''),(30610,4573,'asp_sermon_soundcloud',''),(30611,4573,'asp_sermon_pdf',''),(30612,4573,'asp_sermon_bible_passage','1 Samuel 1:1-28'),(30613,4573,'asp_sermon_bulletin',''),(30614,4573,'asp_sermon_video_type_select','youtube'),(30615,4573,'_aioseo_title',NULL),(30616,4573,'_aioseo_description',NULL),(30617,4573,'_aioseo_keywords','a:0:{}'),(30618,4573,'_aioseo_og_title',NULL),(30619,4573,'_aioseo_og_description',NULL),(30620,4573,'_aioseo_og_article_section',''),(30621,4573,'_aioseo_og_article_tags','a:0:{}'),(30622,4573,'_aioseo_twitter_title',NULL),(30623,4573,'_aioseo_twitter_description',NULL),(30624,4573,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30625,4573,'post_views_count','131'),(30626,4573,'avada_post_views_count','130'),(30627,4573,'avada_today_post_views_count','2'),(30628,4573,'avada_post_views_count_today_date','20-09-2025'),(30629,4571,'avada_post_views_count','25'),(30630,4571,'avada_today_post_views_count','1'),(30631,4571,'avada_post_views_count_today_date','20-09-2025'),(30632,4574,'avada_post_views_count','28'),(30633,4574,'avada_today_post_views_count','1'),(30634,4574,'avada_post_views_count_today_date','21-09-2025'),(30635,4577,'_wp_attached_file','2025/05/May-18-2025.pdf'),(30636,4577,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-18-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:591444;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-18-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44009;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-18-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-18-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16171;}}s:8:\"filesize\";i:159571;}'),(30637,4579,'_edit_lock','1747611400:2'),(30638,4579,'_edit_last','2'),(30639,4580,'_wp_attached_file','2025/05/Your-Near-By-er.mp3'),(30640,4580,'_thumbnail_id','3885'),(30641,4580,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:34461568;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1434;s:16:\"length_formatted\";s:5:\"23:54\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Your Near-By-er\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"518\";s:11:\"totaltracks\";s:3:\"518\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30642,4579,'_thumbnail_id','4561'),(30643,4579,'asp_sermon_youtube','https://www.youtube.com/watch?v=4FEcP7OKuuw'),(30644,4579,'asp_sermon_vimeo',''),(30645,4579,'asp_sermon_facebook',''),(30646,4579,'asp_sermon_video_embed',''),(30647,4579,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/05/Your-Near-By-er.mp3'),(30648,4579,'asp_sermon_audio_embed',''),(30649,4579,'asp_sermon_soundcloud',''),(30650,4579,'asp_sermon_pdf',''),(30651,4579,'asp_sermon_bible_passage','Levititcus 19:13-18'),(30652,4579,'asp_sermon_bulletin',''),(30653,4579,'asp_sermon_video_type_select','youtube'),(30654,4579,'_aioseo_title',NULL),(30655,4579,'_aioseo_description',NULL),(30656,4579,'_aioseo_keywords','a:0:{}'),(30657,4579,'_aioseo_og_title',NULL),(30658,4579,'_aioseo_og_description',NULL),(30659,4579,'_aioseo_og_article_section',''),(30660,4579,'_aioseo_og_article_tags','a:0:{}'),(30661,4579,'_aioseo_twitter_title',NULL),(30662,4579,'_aioseo_twitter_description',NULL),(30663,4579,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30664,4577,'avada_post_views_count','36'),(30665,4577,'avada_today_post_views_count','1'),(30666,4577,'avada_post_views_count_today_date','21-09-2025'),(30667,4580,'avada_post_views_count','29'),(30668,4580,'avada_today_post_views_count','1'),(30669,4580,'avada_post_views_count_today_date','21-09-2025'),(30670,4579,'post_views_count','189'),(30671,4579,'avada_post_views_count','188'),(30672,4579,'avada_today_post_views_count','1'),(30673,4579,'avada_post_views_count_today_date','21-09-2025'),(30674,4581,'_wp_attached_file','2025/05/May-25-2025.pdf'),(30675,4581,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"May-25-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:563883;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"May-25-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43934;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"May-25-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"May-25-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16244;}}s:8:\"filesize\";i:160948;}'),(30676,4581,'avada_post_views_count','27'),(30677,4581,'avada_today_post_views_count','1'),(30678,4581,'avada_post_views_count_today_date','21-09-2025'),(30679,4585,'_wp_attached_file','2025/06/June-1-2025.pdf'),(30680,4585,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-1-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:556878;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-1-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42764;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-1-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-1-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15934;}}s:8:\"filesize\";i:154038;}'),(30681,4587,'_edit_lock','1748832673:2'),(30682,4587,'_edit_last','2'),(30683,4588,'_wp_attached_file','2025/06/Citizens-Of-An-Earthly-Kingdom.mp3'),(30684,4588,'_thumbnail_id','3885'),(30685,4588,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55226944;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2299;s:16:\"length_formatted\";s:5:\"38:19\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"Citizens Of An Earthly\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"525\";s:11:\"totaltracks\";s:3:\"525\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30686,4587,'_thumbnail_id','4561'),(30687,4587,'asp_sermon_youtube','https://www.youtube.com/watch?v=ymWs9Cgqlo8'),(30688,4587,'asp_sermon_vimeo',''),(30689,4587,'asp_sermon_facebook',''),(30690,4587,'asp_sermon_video_embed',''),(30691,4587,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/Citizens-Of-An-Earthly-Kingdom.mp3'),(30692,4587,'asp_sermon_audio_embed',''),(30693,4587,'asp_sermon_soundcloud',''),(30694,4587,'asp_sermon_pdf',''),(30695,4587,'asp_sermon_bible_passage','Romans 13:1-8'),(30696,4587,'asp_sermon_bulletin',''),(30697,4587,'asp_sermon_video_type_select','youtube'),(30698,4587,'_aioseo_title',NULL),(30699,4587,'_aioseo_description',NULL),(30700,4587,'_aioseo_keywords','a:0:{}'),(30701,4587,'_aioseo_og_title',NULL),(30702,4587,'_aioseo_og_description',NULL),(30703,4587,'_aioseo_og_article_section',''),(30704,4587,'_aioseo_og_article_tags','a:0:{}'),(30705,4587,'_aioseo_twitter_title',NULL),(30706,4587,'_aioseo_twitter_description',NULL),(30707,4587,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30708,4589,'_edit_lock','1748833938:2'),(30709,4589,'_edit_last','2'),(30710,4590,'_wp_attached_file','2025/06/Observe-Interpret-Apply.mp3'),(30711,4590,'_thumbnail_id','3885'),(30712,4590,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:49038976;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2042;s:16:\"length_formatted\";s:5:\"34:02\";s:6:\"artist\";s:13:\"Kyle Gillette\";s:5:\"title\";s:25:\"Observe, Interpret, Apply\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:13:\"Kyle Gillette\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"601\";s:11:\"totaltracks\";s:3:\"601\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30713,4591,'_wp_attached_file','2025/06/Observe-Interpret-Apply-scaled.jpg'),(30714,4591,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:42:\"2025/06/Observe-Interpret-Apply-scaled.jpg\";s:8:\"filesize\";i:398107;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28824;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Observe-Interpret-Apply-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167881;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Observe-Interpret-Apply-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:685525;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"Observe-Interpret-Apply-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1258124;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97266;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35981;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161245;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:33:\"Observe-Interpret-Apply-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3515;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14157;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48508;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106967;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183913;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:36:\"Observe-Interpret-Apply-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:414073;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199329;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78989;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73787;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36037;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:35:\"Observe-Interpret-Apply-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"Observe-Interpret-Apply.jpg\";}'),(30715,4591,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1582701;s:7:\"percent\";d:79.900000000000005684341886080801486968994140625;s:11:\"size_before\";i:1980808;s:10:\"size_after\";i:398107;}'),(30716,4591,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.8200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:93779;s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:4322267;s:10:\"size_after\";i:4228488;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3515;s:10:\"size_after\";i:3515;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:490;s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:13285;s:10:\"size_after\";i:12795;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:685;s:7:\"percent\";d:4.5;s:11:\"size_before\";i:15217;s:10:\"size_after\";i:14532;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1931;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:36037;s:10:\"size_after\";i:34106;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3348;s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:73787;s:10:\"size_after\";i:70439;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3414;s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:11:\"size_before\";i:78989;s:10:\"size_after\";i:75575;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6679;s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:199329;s:10:\"size_after\";i:192650;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:7175;s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:183913;s:10:\"size_after\";i:176738;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4734;s:7:\"percent\";d:4.42999999999999971578290569595992565155029296875;s:11:\"size_before\";i:106967;s:10:\"size_after\";i:102233;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2576;s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:48508;s:10:\"size_after\";i:45932;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:496;s:7:\"percent\";d:3.5;s:11:\"size_before\";i:14157;s:10:\"size_after\";i:13661;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6745;s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:11:\"size_before\";i:161245;s:10:\"size_after\";i:154500;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1812;s:7:\"percent\";d:5.04000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:35981;s:10:\"size_after\";i:34169;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4228;s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:97266;s:10:\"size_after\";i:93038;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:7284;s:7:\"percent\";d:4.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:167881;s:10:\"size_after\";i:160597;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1420;s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:11:\"size_before\";i:28824;s:10:\"size_after\";i:27404;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:13366;s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:398107;s:10:\"size_after\";i:384741;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:9851;s:7:\"percent\";d:2.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:414073;s:10:\"size_after\";i:404222;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:8547;s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:301537;s:10:\"size_after\";i:292990;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8998;s:7:\"percent\";d:1.310000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:685525;s:10:\"size_after\";i:676527;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1258124;s:10:\"size_after\";i:1258124;}}}'),(30717,4589,'_thumbnail_id','4591'),(30718,4589,'asp_sermon_youtube','https://www.youtube.com/watch?v=6_KySiLRSD8'),(30719,4589,'asp_sermon_vimeo',''),(30720,4589,'asp_sermon_facebook',''),(30721,4589,'asp_sermon_video_embed',''),(30722,4589,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/Observe-Interpret-Apply.mp3'),(30723,4589,'asp_sermon_audio_embed',''),(30724,4589,'asp_sermon_soundcloud',''),(30725,4589,'asp_sermon_pdf',''),(30726,4589,'asp_sermon_bible_passage','Ephesians 2:10'),(30727,4589,'asp_sermon_bulletin',''),(30728,4589,'asp_sermon_video_type_select','youtube'),(30729,4589,'_aioseo_title',NULL),(30730,4589,'_aioseo_description',NULL),(30731,4589,'_aioseo_keywords','a:0:{}'),(30732,4589,'_aioseo_og_title',NULL),(30733,4589,'_aioseo_og_description',NULL),(30734,4589,'_aioseo_og_article_section',''),(30735,4589,'_aioseo_og_article_tags','a:0:{}'),(30736,4589,'_aioseo_twitter_title',NULL),(30737,4589,'_aioseo_twitter_description',NULL),(30738,4589,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30739,4589,'post_views_count','183'),(30740,4587,'post_views_count','188'),(30741,4589,'avada_post_views_count','182'),(30742,4589,'avada_today_post_views_count','1'),(30743,4589,'avada_post_views_count_today_date','20-09-2025'),(30744,4587,'avada_post_views_count','186'),(30745,4587,'avada_today_post_views_count','2'),(30746,4587,'avada_post_views_count_today_date','21-09-2025'),(30747,4590,'avada_post_views_count','30'),(30748,4590,'avada_today_post_views_count','2'),(30749,4590,'avada_post_views_count_today_date','08-09-2025'),(30750,4585,'avada_post_views_count','22'),(30751,4585,'avada_today_post_views_count','1'),(30752,4585,'avada_post_views_count_today_date','21-09-2025'),(30753,4591,'avada_post_views_count','32'),(30754,4591,'avada_today_post_views_count','1'),(30755,4591,'avada_post_views_count_today_date','21-09-2025'),(30756,4588,'avada_post_views_count','27'),(30757,4588,'avada_today_post_views_count','1'),(30758,4588,'avada_post_views_count_today_date','21-09-2025'),(30759,4593,'_wp_attached_file','2025/06/June-8-2025.pdf'),(30760,4593,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"June-8-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:562784;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"June-8-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44284;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"June-8-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334373;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"June-8-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16109;}}s:8:\"filesize\";i:165129;}'),(30761,4596,'_edit_lock','1749428349:2'),(30762,4596,'_edit_last','2'),(30763,4597,'_wp_attached_file','2025/06/Mentoring.mp3'),(30764,4597,'_thumbnail_id','3885'),(30765,4597,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:55642816;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2317;s:16:\"length_formatted\";s:5:\"38:37\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:9:\"Mentoring\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"608\";s:11:\"totaltracks\";s:3:\"608\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30766,4596,'_thumbnail_id','4561'),(30767,4596,'asp_sermon_youtube','https://www.youtube.com/watch?v=2ocqgzIntbs'),(30768,4596,'asp_sermon_vimeo',''),(30769,4596,'asp_sermon_facebook',''),(30770,4596,'asp_sermon_video_embed',''),(30771,4596,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/Mentoring.mp3'),(30772,4596,'asp_sermon_audio_embed',''),(30773,4596,'asp_sermon_soundcloud',''),(30774,4596,'asp_sermon_pdf',''),(30775,4596,'asp_sermon_bible_passage','Deuteronomy 3:21-29'),(30776,4596,'asp_sermon_bulletin',''),(30777,4596,'asp_sermon_video_type_select','youtube'),(30778,4596,'_aioseo_title',NULL),(30779,4596,'_aioseo_description',NULL),(30780,4596,'_aioseo_keywords','a:0:{}'),(30781,4596,'_aioseo_og_title',''),(30782,4596,'_aioseo_og_description',''),(30783,4596,'_aioseo_og_article_section',''),(30784,4596,'_aioseo_og_article_tags','a:0:{}'),(30785,4596,'_aioseo_twitter_title',''),(30786,4596,'_aioseo_twitter_description',''),(30787,4596,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30788,4596,'post_views_count','158'),(30789,4596,'avada_post_views_count','157'),(30790,4596,'avada_today_post_views_count','2'),(30791,4596,'avada_post_views_count_today_date','21-09-2025'),(30792,4593,'avada_post_views_count','23'),(30793,4593,'avada_today_post_views_count','1'),(30794,4593,'avada_post_views_count_today_date','21-09-2025'),(30795,4597,'avada_post_views_count','20'),(30796,4597,'avada_today_post_views_count','1'),(30797,4597,'avada_post_views_count_today_date','20-09-2025'),(30798,4600,'_wp_attached_file','2025/06/June-15-2025.pdf'),(30799,4600,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-15-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598636;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-15-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44878;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-15-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349470;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-15-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16206;}}s:8:\"filesize\";i:177153;}'),(30800,4602,'_edit_lock','1750051397:2'),(30801,4602,'_edit_last','2'),(30802,4603,'_wp_attached_file','2025/06/Instilling-Purpose.mp3'),(30803,4603,'_thumbnail_id','3885'),(30804,4603,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:54772480;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2280;s:16:\"length_formatted\";s:5:\"38:00\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:18:\"Instilling Purpose\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"615\";s:11:\"totaltracks\";s:3:\"615\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30805,4602,'_thumbnail_id','4561'),(30806,4602,'asp_sermon_youtube','https://www.youtube.com/watch?v=KWPrcuLTiGY'),(30807,4602,'asp_sermon_vimeo',''),(30808,4602,'asp_sermon_facebook',''),(30809,4602,'asp_sermon_video_embed',''),(30810,4602,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/Instilling-Purpose.mp3'),(30811,4602,'asp_sermon_audio_embed',''),(30812,4602,'asp_sermon_soundcloud',''),(30813,4602,'asp_sermon_pdf',''),(30814,4602,'asp_sermon_bible_passage','Judges 13:1-20'),(30815,4602,'asp_sermon_bulletin',''),(30816,4602,'asp_sermon_video_type_select','youtube'),(30817,4602,'_aioseo_title',NULL),(30818,4602,'_aioseo_description',NULL),(30819,4602,'_aioseo_keywords','a:0:{}'),(30820,4602,'_aioseo_og_title',''),(30821,4602,'_aioseo_og_description',''),(30822,4602,'_aioseo_og_article_section',''),(30823,4602,'_aioseo_og_article_tags','a:0:{}'),(30824,4602,'_aioseo_twitter_title',''),(30825,4602,'_aioseo_twitter_description',''),(30826,4602,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30827,4602,'post_views_count','101'),(30828,4602,'avada_post_views_count','102'),(30829,4602,'avada_today_post_views_count','2'),(30830,4602,'avada_post_views_count_today_date','21-09-2025'),(30831,4600,'avada_post_views_count','17'),(30832,4600,'avada_today_post_views_count','1'),(30833,4600,'avada_post_views_count_today_date','21-09-2025'),(30834,4603,'avada_post_views_count','19'),(30835,4603,'avada_today_post_views_count','1'),(30836,4603,'avada_post_views_count_today_date','21-09-2025'),(30837,4605,'_wp_attached_file','2025/06/June-22-2025.pdf'),(30838,4605,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-22-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:590378;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-22-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44314;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-22-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340592;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-22-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15850;}}s:8:\"filesize\";i:184650;}'),(30839,4605,'avada_post_views_count','20'),(30840,4605,'avada_today_post_views_count','1'),(30841,4605,'avada_post_views_count_today_date','21-09-2025'),(30842,4607,'_edit_lock','1756617216:2'),(30843,4607,'_edit_last','2'),(30844,4608,'_wp_attached_file','2025/06/From-Conflict-To-Conversation.mp3'),(30845,4608,'_thumbnail_id','3885'),(30846,4608,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41051008;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1709;s:16:\"length_formatted\";s:5:\"28:29\";s:6:\"artist\";s:16:\"Elizabeth Snyder\";s:5:\"title\";s:29:\"From Conflict To Conversation\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:16:\"Elizabeth Snyder\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"622\";s:11:\"totaltracks\";s:3:\"622\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30847,4609,'_wp_attached_file','2025/06/Romans-12-scaled.jpg'),(30848,4609,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:28:\"2025/06/Romans-12-scaled.jpg\";s:8:\"filesize\";i:388792;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Romans-12-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27076;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Romans-12-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Romans-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12879;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Romans-12-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162116;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Romans-12-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:674096;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Romans-12-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1243699;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:21:\"Romans-12-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92177;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:21:\"Romans-12-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34177;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:21:\"Romans-12-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155191;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:19:\"Romans-12-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3422;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:21:\"Romans-12-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13595;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:21:\"Romans-12-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46773;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:21:\"Romans-12-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102179;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:21:\"Romans-12-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178304;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:22:\"Romans-12-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404446;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:21:\"Romans-12-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191356;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:21:\"Romans-12-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76101;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:21:\"Romans-12-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70773;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:21:\"Romans-12-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34564;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:21:\"Romans-12-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14677;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"Romans-12.jpg\";}'),(30849,4609,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1575634;s:7:\"percent\";d:80.2099999999999937472239253111183643341064453125;s:11:\"size_before\";i:1964426;s:10:\"size_after\";i:388792;}'),(30850,4609,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:85611;s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:4219634;s:10:\"size_after\";i:4134023;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3422;s:10:\"size_after\";i:3422;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:450;s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:13595;s:10:\"size_after\";i:13145;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:590;s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:14677;s:10:\"size_after\";i:14087;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1847;s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:11:\"size_before\";i:34564;s:10:\"size_after\";i:32717;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3041;s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:70773;s:10:\"size_after\";i:67732;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3109;s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:76101;s:10:\"size_after\";i:72992;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4219;s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:102179;s:10:\"size_after\";i:97960;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2374;s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:46773;s:10:\"size_after\";i:44399;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6110;s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:155191;s:10:\"size_after\";i:149081;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1656;s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:34177;s:10:\"size_after\";i:32521;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3787;s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:92177;s:10:\"size_after\";i:88390;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:427;s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:12879;s:10:\"size_after\";i:12452;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1238;s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:11:\"size_before\";i:27076;s:10:\"size_after\";i:25838;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6022;s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:191356;s:10:\"size_after\";i:185334;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:6602;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:178304;s:10:\"size_after\";i:171702;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:7824;s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:11:\"size_before\";i:293241;s:10:\"size_after\";i:285417;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:12529;s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:11:\"size_before\";i:388792;s:10:\"size_after\";i:376263;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:9193;s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:404446;s:10:\"size_after\";i:395253;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6496;s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:162116;s:10:\"size_after\";i:155620;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8097;s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:11:\"size_before\";i:674096;s:10:\"size_after\";i:665999;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.25;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1243699;s:10:\"size_after\";i:1243699;}}}'),(30851,4607,'_thumbnail_id','4609'),(30852,4607,'asp_sermon_youtube','https://www.youtube.com/watch?v=7l4oedonUZQ'),(30853,4607,'asp_sermon_vimeo',''),(30854,4607,'asp_sermon_facebook',''),(30855,4607,'asp_sermon_video_embed',''),(30856,4607,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/From-Conflict-To-Conversation.mp3'),(30857,4607,'asp_sermon_audio_embed',''),(30858,4607,'asp_sermon_soundcloud',''),(30859,4607,'asp_sermon_pdf',''),(30860,4607,'asp_sermon_bible_passage','Romans 12:9-18'),(30861,4607,'asp_sermon_bulletin',''),(30862,4607,'asp_sermon_video_type_select','youtube'),(30863,4607,'_aioseo_title',NULL),(30864,4607,'_aioseo_description',NULL),(30865,4607,'_aioseo_keywords','a:0:{}'),(30866,4607,'_aioseo_og_title',''),(30867,4607,'_aioseo_og_description',''),(30868,4607,'_aioseo_og_article_section',''),(30869,4607,'_aioseo_og_article_tags','a:0:{}'),(30870,4607,'_aioseo_twitter_title',''),(30871,4607,'_aioseo_twitter_description',''),(30872,4607,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30873,4607,'post_views_count','222'),(30874,4607,'avada_post_views_count','222'),(30875,4607,'avada_today_post_views_count','2'),(30876,4607,'avada_post_views_count_today_date','21-09-2025'),(30877,4609,'avada_post_views_count','19'),(30878,4609,'avada_today_post_views_count','1'),(30879,4609,'avada_post_views_count_today_date','21-09-2025'),(30880,4608,'avada_post_views_count','23'),(30881,4608,'avada_today_post_views_count','1'),(30882,4608,'avada_post_views_count_today_date','21-09-2025'),(30883,4611,'_wp_attached_file','2025/06/June-29-2025.pdf'),(30884,4611,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"June-29-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:603246;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"June-29-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46340;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"June-29-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:347483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"June-29-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16521;}}s:8:\"filesize\";i:187523;}'),(30885,4613,'_edit_lock','1751239424:2'),(30886,4613,'_edit_last','2'),(30887,4614,'_wp_attached_file','2025/06/Can-Technology-Help.mp3'),(30888,4614,'_thumbnail_id','3885'),(30889,4614,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47757952;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1988;s:16:\"length_formatted\";s:5:\"33:08\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:19:\"Can Technology Help\";s:5:\"album\";s:16:\"Wired To Connect\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"629\";s:11:\"totaltracks\";s:3:\"629\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30890,4613,'_thumbnail_id','4561'),(30891,4613,'asp_sermon_youtube','https://www.youtube.com/watch?v=tv-mYe8dQLY'),(30892,4613,'asp_sermon_vimeo',''),(30893,4613,'asp_sermon_facebook',''),(30894,4613,'asp_sermon_video_embed',''),(30895,4613,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/06/Can-Technology-Help.mp3'),(30896,4613,'asp_sermon_audio_embed',''),(30897,4613,'asp_sermon_soundcloud',''),(30898,4613,'asp_sermon_pdf',''),(30899,4613,'asp_sermon_bible_passage','Genesis 11:1-9'),(30900,4613,'asp_sermon_bulletin',''),(30901,4613,'asp_sermon_video_type_select','youtube'),(30902,4613,'_aioseo_title',NULL),(30903,4613,'_aioseo_description',NULL),(30904,4613,'_aioseo_keywords','a:0:{}'),(30905,4613,'_aioseo_og_title',''),(30906,4613,'_aioseo_og_description',''),(30907,4613,'_aioseo_og_article_section',''),(30908,4613,'_aioseo_og_article_tags','a:0:{}'),(30909,4613,'_aioseo_twitter_title',''),(30910,4613,'_aioseo_twitter_description',''),(30911,4613,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30912,4613,'post_views_count','96'),(30913,4613,'avada_post_views_count','96'),(30914,4613,'avada_today_post_views_count','1'),(30915,4613,'avada_post_views_count_today_date','21-09-2025'),(30916,4611,'avada_post_views_count','15'),(30917,4611,'avada_today_post_views_count','1'),(30918,4611,'avada_post_views_count_today_date','21-09-2025'),(30919,4614,'avada_post_views_count','16'),(30920,4614,'avada_today_post_views_count','1'),(30921,4614,'avada_post_views_count_today_date','21-09-2025'),(30922,4616,'_wp_attached_file','2025/07/July-6-2025.pdf'),(30923,4616,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"July-6-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:603955;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"July-6-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45551;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"July-6-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"July-6-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16031;}}s:8:\"filesize\";i:190487;}'),(30924,4618,'_edit_lock','1751843963:2'),(30925,4618,'_edit_last','2'),(30926,4619,'_wp_attached_file','2025/07/Freed-From-Demons.mp3'),(30927,4619,'_thumbnail_id','3885'),(30928,4619,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:40214080;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1674;s:16:\"length_formatted\";s:5:\"27:54\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:17:\"Freed From Demons\";s:5:\"album\";s:17:\"The Master\'s Hand\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"706\";s:11:\"totaltracks\";s:3:\"706\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30929,4620,'_wp_attached_file','2025/07/Masters-Hand.jpg'),(30930,4620,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2025/07/Masters-Hand.jpg\";s:8:\"filesize\";i:220281;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41446;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Masters-Hand-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361357;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21541;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225865;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133137;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53299;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216469;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:22:\"Masters-Hand-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5213;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19772;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70169;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148491;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243997;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:25:\"Masters-Hand-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:475500;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249141;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111188;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105213;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54527;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:24:\"Masters-Hand-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30931,4620,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:100879;s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:11:\"size_before\";i:2559667;s:10:\"size_after\";i:2458788;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5213;s:10:\"size_after\";i:5213;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:324;s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:11:\"size_before\";i:19772;s:10:\"size_after\";i:19448;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:200;s:7:\"percent\";d:0.85999999999999998667732370449812151491641998291015625;s:11:\"size_before\";i:23342;s:10:\"size_after\";i:23142;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:918;s:7:\"percent\";d:1.6799999999999999378275106209912337362766265869140625;s:11:\"size_before\";i:54527;s:10:\"size_after\";i:53609;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2536;s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:105213;s:10:\"size_after\";i:102677;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2689;s:7:\"percent\";d:2.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:111188;s:10:\"size_after\";i:108499;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:11720;s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:249141;s:10:\"size_after\";i:237421;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:9571;s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:243997;s:10:\"size_after\";i:234426;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4171;s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:148491;s:10:\"size_after\";i:144320;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1396;s:7:\"percent\";d:1.9899999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:70169;s:10:\"size_after\";i:68773;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:948;s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:11:\"size_before\";i:53299;s:10:\"size_after\";i:52351;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4405;s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:133137;s:10:\"size_after\";i:128732;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:8135;s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:225865;s:10:\"size_after\";i:217730;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:118;s:7:\"percent\";d:0.5500000000000000444089209850062616169452667236328125;s:11:\"size_before\";i:21541;s:10:\"size_after\";i:21423;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:720;s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:41446;s:10:\"size_after\";i:40726;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:8210;s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:216469;s:10:\"size_after\";i:208259;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:18783;s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:361357;s:10:\"size_after\";i:342574;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:26035;s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:11:\"size_before\";i:475500;s:10:\"size_after\";i:449465;}}}'),(30932,4620,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(30933,4618,'_thumbnail_id','4620'),(30934,4618,'asp_sermon_youtube','https://www.youtube.com/watch?v=w4tO06z-3VM'),(30935,4618,'asp_sermon_vimeo',''),(30936,4618,'asp_sermon_facebook',''),(30937,4618,'asp_sermon_video_embed',''),(30938,4618,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/07/Freed-From-Demons.mp3'),(30939,4618,'asp_sermon_audio_embed',''),(30940,4618,'asp_sermon_soundcloud',''),(30941,4618,'asp_sermon_pdf',''),(30942,4618,'asp_sermon_bible_passage','Luke 8:26-35'),(30943,4618,'asp_sermon_bulletin',''),(30944,4618,'asp_sermon_video_type_select','youtube'),(30945,4618,'_aioseo_title',NULL),(30946,4618,'_aioseo_description',NULL),(30947,4618,'_aioseo_keywords','a:0:{}'),(30948,4618,'_aioseo_og_title',''),(30949,4618,'_aioseo_og_description',''),(30950,4618,'_aioseo_og_article_section',''),(30951,4618,'_aioseo_og_article_tags','a:0:{}'),(30952,4618,'_aioseo_twitter_title',''),(30953,4618,'_aioseo_twitter_description',''),(30954,4618,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30955,4618,'post_views_count','144'),(30956,4618,'avada_post_views_count','144'),(30957,4618,'avada_today_post_views_count','1'),(30958,4618,'avada_post_views_count_today_date','21-09-2025'),(30959,4616,'avada_post_views_count','15'),(30960,4616,'avada_today_post_views_count','1'),(30961,4616,'avada_post_views_count_today_date','21-09-2025'),(30962,4620,'avada_post_views_count','20'),(30963,4620,'avada_today_post_views_count','2'),(30964,4620,'avada_post_views_count_today_date','21-09-2025'),(30965,4619,'avada_post_views_count','19'),(30966,4619,'avada_today_post_views_count','2'),(30967,4619,'avada_post_views_count_today_date','21-09-2025'),(30968,4622,'_wp_attached_file','2025/07/July-13-2025.pdf'),(30969,4622,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-13-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:502155;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-13-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36919;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-13-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-13-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13997;}}s:8:\"filesize\";i:269816;}'),(30970,4624,'_edit_lock','1752446505:2'),(30971,4624,'_edit_last','2'),(30972,4625,'_wp_attached_file','2025/07/Mental-Wholeness.mp3'),(30973,4625,'_thumbnail_id','3885'),(30974,4625,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:48361024;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2013;s:16:\"length_formatted\";s:5:\"33:33\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Mental Wholeness\";s:5:\"album\";s:17:\"The Master\'s Hand\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"713\";s:11:\"totaltracks\";s:3:\"713\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(30975,4624,'_thumbnail_id','4620'),(30976,4624,'asp_sermon_youtube','https://www.youtube.com/watch?v=MGDak8hJMVk'),(30977,4624,'asp_sermon_vimeo',''),(30978,4624,'asp_sermon_facebook',''),(30979,4624,'asp_sermon_video_embed',''),(30980,4624,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/07/Mental-Wholeness.mp3'),(30981,4624,'asp_sermon_audio_embed',''),(30982,4624,'asp_sermon_soundcloud',''),(30983,4624,'asp_sermon_pdf',''),(30984,4624,'asp_sermon_bible_passage','Luke 9:37-43'),(30985,4624,'asp_sermon_bulletin',''),(30986,4624,'asp_sermon_video_type_select','youtube'),(30987,4624,'_aioseo_title',NULL),(30988,4624,'_aioseo_description',NULL),(30989,4624,'_aioseo_keywords','a:0:{}'),(30990,4624,'_aioseo_og_title',''),(30991,4624,'_aioseo_og_description',''),(30992,4624,'_aioseo_og_article_section',''),(30993,4624,'_aioseo_og_article_tags','a:0:{}'),(30994,4624,'_aioseo_twitter_title',''),(30995,4624,'_aioseo_twitter_description',''),(30996,4624,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(30997,4624,'post_views_count','134'),(30998,4624,'avada_post_views_count','134'),(30999,4624,'avada_today_post_views_count','3'),(31000,4624,'avada_post_views_count_today_date','21-09-2025'),(31001,4622,'avada_post_views_count','14'),(31002,4622,'avada_today_post_views_count','2'),(31003,4622,'avada_post_views_count_today_date','08-09-2025'),(31004,4625,'avada_post_views_count','18'),(31005,4625,'avada_today_post_views_count','1'),(31006,4625,'avada_post_views_count_today_date','21-09-2025'),(31007,4628,'_wp_attached_file','2025/07/July-20-2025.pdf'),(31008,4628,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-20-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:594734;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-20-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42701;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-20-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:347794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-20-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15470;}}s:8:\"filesize\";i:159611;}'),(31009,4630,'_edit_lock','1753048089:2'),(31010,4630,'_edit_last','2'),(31011,4631,'_wp_attached_file','2025/07/Physical-Healing.mp3'),(31012,4631,'_thumbnail_id','3885'),(31013,4631,'_wp_attachment_metadata','a:25:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";d:131520.7100591716007329523563385009765625;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:26:\"--preset fast extreme -b32\";s:17:\"compression_ratio\";d:0.1712509245562130189011185166236828081309795379638671875;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:24579568;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1493;s:16:\"length_formatted\";s:5:\"24:53\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:16:\"Physical Healing\";s:5:\"album\";s:17:\"The Master\'s Hand\";s:4:\"band\";s:10:\"Eric Depew\";s:14:\"recording_time\";s:4:\"2025\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"720\";s:11:\"totaltracks\";s:3:\"720\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31014,4630,'_thumbnail_id','4620'),(31015,4630,'asp_sermon_youtube','https://www.youtube.com/watch?v=egxV72ueOLY'),(31016,4630,'asp_sermon_vimeo',''),(31017,4630,'asp_sermon_facebook',''),(31018,4630,'asp_sermon_video_embed',''),(31019,4630,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/07/Physical-Healing.mp3'),(31020,4630,'asp_sermon_audio_embed',''),(31021,4630,'asp_sermon_soundcloud',''),(31022,4630,'asp_sermon_pdf',''),(31023,4630,'asp_sermon_bible_passage','Luke 8:42b-48'),(31024,4630,'asp_sermon_bulletin',''),(31025,4630,'asp_sermon_video_type_select','youtube'),(31026,4630,'_aioseo_title',NULL),(31027,4630,'_aioseo_description',NULL),(31028,4630,'_aioseo_keywords','a:0:{}'),(31029,4630,'_aioseo_og_title',''),(31030,4630,'_aioseo_og_description',''),(31031,4630,'_aioseo_og_article_section',''),(31032,4630,'_aioseo_og_article_tags','a:0:{}'),(31033,4630,'_aioseo_twitter_title',''),(31034,4630,'_aioseo_twitter_description',''),(31035,4630,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31036,4630,'post_views_count','83'),(31037,4630,'avada_post_views_count','81'),(31038,4630,'avada_today_post_views_count','1'),(31039,4630,'avada_post_views_count_today_date','21-09-2025'),(31040,4628,'avada_post_views_count','14'),(31041,4628,'avada_today_post_views_count','2'),(31042,4628,'avada_post_views_count_today_date','21-09-2025'),(31043,4631,'avada_post_views_count','14'),(31044,4631,'avada_today_post_views_count','1'),(31045,4631,'avada_post_views_count_today_date','21-09-2025'),(31046,4633,'_wp_attached_file','2025/07/July-27-2025.pdf'),(31047,4633,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:20:\"July-27-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:580611;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"July-27-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42278;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"July-27-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"July-27-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15070;}}s:8:\"filesize\";i:174082;}'),(31048,4635,'_edit_lock','1753646542:2'),(31049,4635,'_edit_last','2'),(31050,4636,'_wp_attached_file','2025/07/Creation-Groans.mp3'),(31051,4636,'_thumbnail_id','3885'),(31052,4636,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44075008;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1835;s:16:\"length_formatted\";s:5:\"30:35\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:15:\"Creation Groans\";s:5:\"album\";s:17:\"The Master\'s Hand\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"727\";s:11:\"totaltracks\";s:3:\"727\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31053,4635,'_thumbnail_id','4620'),(31054,4635,'asp_sermon_youtube','https://www.youtube.com/watch?v=MBw6cZzrNgM'),(31055,4635,'asp_sermon_vimeo',''),(31056,4635,'asp_sermon_facebook',''),(31057,4635,'asp_sermon_video_embed',''),(31058,4635,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/07/Creation-Groans.mp3'),(31059,4635,'asp_sermon_audio_embed',''),(31060,4635,'asp_sermon_soundcloud',''),(31061,4635,'asp_sermon_pdf',''),(31062,4635,'asp_sermon_bible_passage','Romans 8:18-25'),(31063,4635,'asp_sermon_bulletin',''),(31064,4635,'asp_sermon_video_type_select','youtube'),(31065,4635,'_aioseo_title',NULL),(31066,4635,'_aioseo_description',NULL),(31067,4635,'_aioseo_keywords','a:0:{}'),(31068,4635,'_aioseo_og_title',''),(31069,4635,'_aioseo_og_description',''),(31070,4635,'_aioseo_og_article_section',''),(31071,4635,'_aioseo_og_article_tags','a:0:{}'),(31072,4635,'_aioseo_twitter_title',''),(31073,4635,'_aioseo_twitter_description',''),(31074,4635,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31075,4635,'post_views_count','67'),(31076,4635,'avada_post_views_count','67'),(31077,4635,'avada_today_post_views_count','1'),(31078,4635,'avada_post_views_count_today_date','21-09-2025'),(31079,4636,'avada_post_views_count','11'),(31080,4636,'avada_today_post_views_count','1'),(31081,4636,'avada_post_views_count_today_date','21-09-2025'),(31082,4633,'avada_post_views_count','13'),(31083,4633,'avada_today_post_views_count','1'),(31084,4633,'avada_post_views_count_today_date','09-09-2025'),(31085,4639,'_wp_attached_file','2025/08/August-3-2025.pdf'),(31086,4639,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:21:\"August-3-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:575313;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"August-3-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42557;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"August-3-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"August-3-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15251;}}s:8:\"filesize\";i:153230;}'),(31087,4639,'avada_post_views_count','11'),(31088,4639,'avada_today_post_views_count','2'),(31089,4639,'avada_post_views_count_today_date','21-09-2025'),(31090,4641,'_edit_lock','1754866211:2'),(31091,4641,'_edit_last','2'),(31092,4642,'_wp_attached_file','2025/08/Full-Healing.mp3'),(31093,4642,'_thumbnail_id','3885'),(31094,4642,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:48973888;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2039;s:16:\"length_formatted\";s:5:\"33:59\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:12:\"Full Healing\";s:5:\"album\";s:17:\"The Master\'s Hand\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"803\";s:11:\"totaltracks\";s:3:\"803\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31095,4641,'_thumbnail_id','4620'),(31096,4641,'asp_sermon_youtube','https://www.youtube.com/watch?v=WetgU4P_4Ps'),(31097,4641,'asp_sermon_vimeo',''),(31098,4641,'asp_sermon_facebook',''),(31099,4641,'asp_sermon_video_embed',''),(31100,4641,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/08/Full-Healing.mp3'),(31101,4641,'asp_sermon_audio_embed',''),(31102,4641,'asp_sermon_soundcloud',''),(31103,4641,'asp_sermon_pdf',''),(31104,4641,'asp_sermon_bible_passage','Luke 8:40-42a, 49-56'),(31105,4641,'asp_sermon_bulletin',''),(31106,4641,'asp_sermon_video_type_select','youtube'),(31107,4641,'_aioseo_title',NULL),(31108,4641,'_aioseo_description',NULL),(31109,4641,'_aioseo_keywords','a:0:{}'),(31110,4641,'_aioseo_og_title',''),(31111,4641,'_aioseo_og_description',''),(31112,4641,'_aioseo_og_article_section',''),(31113,4641,'_aioseo_og_article_tags','a:0:{}'),(31114,4641,'_aioseo_twitter_title',''),(31115,4641,'_aioseo_twitter_description',''),(31116,4641,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31117,4641,'post_views_count','67'),(31118,4641,'avada_post_views_count','67'),(31119,4641,'avada_today_post_views_count','2'),(31120,4641,'avada_post_views_count_today_date','21-09-2025'),(31121,4642,'avada_post_views_count','14'),(31122,4642,'avada_today_post_views_count','1'),(31123,4642,'avada_post_views_count_today_date','21-09-2025'),(31124,4646,'_wp_attached_file','2025/08/August-17-2025.pdf'),(31125,4646,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-17-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:540111;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-17-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42132;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-17-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-17-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15758;}}s:8:\"filesize\";i:151274;}'),(31126,4646,'avada_post_views_count','13'),(31127,4646,'avada_today_post_views_count','1'),(31128,4646,'avada_post_views_count_today_date','21-09-2025'),(31129,4648,'_edit_lock','1755665081:2'),(31130,4648,'_edit_last','2'),(31131,4649,'_wp_attached_file','2025/08/Jesus-Take-The-Wheel.mp3'),(31132,4649,'_thumbnail_id','3885'),(31133,4649,'_wp_attachment_metadata','a:27:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";d:128001.89407952173496596515178680419921875;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:44:\"--preset fast portable -b128 --lowpass 16500\";s:17:\"compression_ratio\";d:0.1666691329160439327683462806817260570824146270751953125;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:25991680;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1622;s:16:\"length_formatted\";s:5:\"27:02\";s:6:\"artist\";s:10:\"Ben Norris\";s:5:\"title\";s:20:\"Jesus Take The Wheel\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:10:\"Ben Norris\";s:14:\"recording_time\";s:20:\"2025-01-02T00:00:00Z\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"817\";s:16:\"encoder_settings\";s:12:\"Lavf61.1.100\";s:4:\"text\";s:119:\"Create videos with https://clipchamp.com/en/video-editor - free online video editor, video compressor, video converter.\";s:11:\"totaltracks\";s:3:\"817\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31134,4650,'_wp_attached_file','2025/08/Judges-Sermon-scaled.jpg'),(31135,4650,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:32:\"2025/08/Judges-Sermon-scaled.jpg\";s:8:\"filesize\";i:389918;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27667;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Judges-Sermon-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164527;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Judges-Sermon-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:678219;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"Judges-Sermon-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1246163;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95743;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34391;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157027;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:23:\"Judges-Sermon-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3463;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13375;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46712;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102999;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179375;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:26:\"Judges-Sermon-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:405845;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193886;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77129;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71893;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34632;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:25:\"Judges-Sermon-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"Judges-Sermon.jpg\";}'),(31136,4650,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1582551;s:7:\"percent\";d:80.2300000000000039790393202565610408782958984375;s:11:\"size_before\";i:1972469;s:10:\"size_after\";i:389918;}'),(31137,4650,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:88050;s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:11:\"size_before\";i:4246738;s:10:\"size_after\";i:4158688;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3463;s:10:\"size_after\";i:3463;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:412;s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:11:\"size_before\";i:13262;s:10:\"size_after\";i:12850;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:618;s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:15223;s:10:\"size_after\";i:14605;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1887;s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:34632;s:10:\"size_after\";i:32745;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3183;s:7:\"percent\";d:4.42999999999999971578290569595992565155029296875;s:11:\"size_before\";i:71893;s:10:\"size_after\";i:68710;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3209;s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:11:\"size_before\";i:77129;s:10:\"size_after\";i:73920;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2335;s:7:\"percent\";d:5;s:11:\"size_before\";i:46712;s:10:\"size_after\";i:44377;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:442;s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:13375;s:10:\"size_after\";i:12933;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6330;s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:157027;s:10:\"size_after\";i:150697;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1691;s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:34391;s:10:\"size_after\";i:32700;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3964;s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:95743;s:10:\"size_after\";i:91779;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6997;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:164527;s:10:\"size_after\";i:157530;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1302;s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:27667;s:10:\"size_after\";i:26365;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:6386;s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:193886;s:10:\"size_after\";i:187500;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:6765;s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:179375;s:10:\"size_after\";i:172610;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:4374;s:7:\"percent\";d:4.25;s:11:\"size_before\";i:102999;s:10:\"size_after\";i:98625;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:12730;s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:11:\"size_before\";i:389918;s:10:\"size_after\";i:377188;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:7968;s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:295289;s:10:\"size_after\";i:287321;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:9146;s:7:\"percent\";d:2.25;s:11:\"size_before\";i:405845;s:10:\"size_after\";i:396699;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:8311;s:7:\"percent\";d:1.229999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:678219;s:10:\"size_after\";i:669908;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1246163;s:10:\"size_after\";i:1246163;}}}'),(31138,4648,'_thumbnail_id','4650'),(31139,4648,'asp_sermon_youtube','https://www.youtube.com/watch?v=vl5EsVlVPJM'),(31140,4648,'asp_sermon_vimeo',''),(31141,4648,'asp_sermon_facebook',''),(31142,4648,'asp_sermon_video_embed',''),(31143,4648,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/08/Jesus-Take-The-Wheel.mp3'),(31144,4648,'asp_sermon_audio_embed',''),(31145,4648,'asp_sermon_soundcloud',''),(31146,4648,'asp_sermon_pdf',''),(31147,4648,'asp_sermon_bible_passage','Judges 6-8'),(31148,4648,'asp_sermon_bulletin',''),(31149,4648,'asp_sermon_video_type_select','youtube'),(31150,4648,'_aioseo_title',NULL),(31151,4648,'_aioseo_description',NULL),(31152,4648,'_aioseo_keywords','a:0:{}'),(31153,4648,'_aioseo_og_title',''),(31154,4648,'_aioseo_og_description',''),(31155,4648,'_aioseo_og_article_section',''),(31156,4648,'_aioseo_og_article_tags','a:0:{}'),(31157,4648,'_aioseo_twitter_title',''),(31158,4648,'_aioseo_twitter_description',''),(31159,4648,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31160,4648,'post_views_count','80'),(31161,4648,'avada_post_views_count','79'),(31162,4648,'avada_today_post_views_count','1'),(31163,4648,'avada_post_views_count_today_date','21-09-2025'),(31164,4649,'avada_post_views_count','8'),(31165,4649,'avada_today_post_views_count','1'),(31166,4649,'avada_post_views_count_today_date','09-09-2025'),(31167,4650,'avada_post_views_count','6'),(31168,4650,'avada_today_post_views_count','1'),(31169,4650,'avada_post_views_count_today_date','09-09-2025'),(31170,4652,'_wp_attached_file','2025/08/August-24-2025.pdf'),(31171,4652,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-24-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:547431;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-24-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41024;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-24-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-24-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14854;}}s:8:\"filesize\";i:154331;}'),(31172,4654,'_edit_lock','1756081989:2'),(31173,4654,'_edit_last','2'),(31174,4655,'_wp_attached_file','2025/08/Gods-Will-For-My-Life.mp3'),(31175,4655,'_thumbnail_id','3885'),(31176,4655,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41432320;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1725;s:16:\"length_formatted\";s:5:\"28:45\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:22:\"God\'s Will For My Life\";s:5:\"album\";s:12:\"What Is Best\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"824\";s:11:\"totaltracks\";s:3:\"824\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31177,4656,'_wp_attached_file','2025/08/What-Is-Best-crop.jpg'),(31178,4656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:965;s:6:\"height\";i:541;s:4:\"file\";s:29:\"2025/08/What-Is-Best-crop.jpg\";s:8:\"filesize\";i:110809;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19047;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183515;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114023;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47907;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175280;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:27:\"What-Is-Best-crop-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4961;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18371;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-400x224.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62759;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123374;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-800x448.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196869;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203139;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96320;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91766;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48292;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:29:\"What-Is-Best-crop-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31179,4656,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:90976;s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:1445153;s:10:\"size_after\";i:1354177;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:16:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4961;s:10:\"size_after\";i:4961;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:701;s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:11:\"size_before\";i:21168;s:10:\"size_after\";i:20467;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:2283;s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:11:\"size_before\";i:48292;s:10:\"size_after\";i:46009;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:5874;s:7:\"percent\";d:6.0999999999999996447286321199499070644378662109375;s:11:\"size_before\";i:96320;s:10:\"size_after\";i:90446;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:14208;s:7:\"percent\";d:6.9900000000000002131628207280300557613372802734375;s:11:\"size_before\";i:203139;s:10:\"size_after\";i:188931;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:13897;s:7:\"percent\";d:7.05999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:196869;s:10:\"size_after\";i:182972;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7909;s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:11:\"size_before\";i:123374;s:10:\"size_after\";i:115465;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:3365;s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:11:\"size_before\";i:62759;s:10:\"size_after\";i:59394;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:561;s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:18371;s:10:\"size_after\";i:17810;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12089;s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:175280;s:10:\"size_after\";i:163191;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2343;s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:47907;s:10:\"size_after\";i:45564;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7508;s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:114023;s:10:\"size_after\";i:106515;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:12541;s:7:\"percent\";d:6.8300000000000000710542735760100185871124267578125;s:11:\"size_before\";i:183515;s:10:\"size_after\";i:170974;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:542;s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:11:\"size_before\";i:19047;s:10:\"size_after\";i:18505;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1735;s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:11:\"size_before\";i:38362;s:10:\"size_after\";i:36627;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:5420;s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:11:\"size_before\";i:91766;s:10:\"size_after\";i:86346;}}}'),(31180,4654,'_thumbnail_id','4656'),(31181,4654,'asp_sermon_youtube','https://www.youtube.com/watch?v=DEgsHeYjrQU'),(31182,4654,'asp_sermon_vimeo',''),(31183,4654,'asp_sermon_facebook',''),(31184,4654,'asp_sermon_video_embed',''),(31185,4654,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/08/Gods-Will-For-My-Life.mp3'),(31186,4654,'asp_sermon_audio_embed',''),(31187,4654,'asp_sermon_soundcloud',''),(31188,4654,'asp_sermon_pdf',''),(31189,4654,'asp_sermon_bible_passage','1 Thessalonians 4:3-8'),(31190,4654,'asp_sermon_bulletin',''),(31191,4654,'asp_sermon_video_type_select','youtube'),(31192,4654,'_aioseo_title',NULL),(31193,4654,'_aioseo_description',NULL),(31194,4654,'_aioseo_keywords','a:0:{}'),(31195,4654,'_aioseo_og_title',''),(31196,4654,'_aioseo_og_description',''),(31197,4654,'_aioseo_og_article_section',''),(31198,4654,'_aioseo_og_article_tags','a:0:{}'),(31199,4654,'_aioseo_twitter_title',''),(31200,4654,'_aioseo_twitter_description',''),(31201,4654,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31202,4654,'post_views_count','66'),(31203,4654,'avada_post_views_count','65'),(31204,4654,'avada_today_post_views_count','1'),(31205,4654,'avada_post_views_count_today_date','21-09-2025'),(31206,4656,'avada_post_views_count','7'),(31207,4656,'avada_today_post_views_count','2'),(31208,4656,'avada_post_views_count_today_date','07-09-2025'),(31209,4655,'avada_post_views_count','7'),(31210,4655,'avada_today_post_views_count','1'),(31211,4655,'avada_post_views_count_today_date','08-09-2025'),(31212,4652,'avada_post_views_count','7'),(31213,4652,'avada_today_post_views_count','2'),(31214,4652,'avada_post_views_count_today_date','08-09-2025'),(31215,4659,'_wp_attached_file','2025/08/August-31-2025.pdf'),(31216,4659,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:22:\"August-31-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:499278;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"August-31-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37980;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"August-31-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"August-31-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14373;}}s:8:\"filesize\";i:157055;}'),(31217,4659,'avada_post_views_count','12'),(31218,4659,'avada_today_post_views_count','1'),(31219,4659,'avada_post_views_count_today_date','20-09-2025'),(31220,4661,'_edit_lock','1756962791:2'),(31221,4661,'_edit_last','2'),(31222,4662,'_wp_attached_file','2025/09/Your-Fiery-Trials.mp3'),(31223,4662,'_thumbnail_id','3885'),(31224,4662,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:72539200;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:3021;s:16:\"length_formatted\";s:5:\"50:21\";s:6:\"artist\";s:14:\"Aaron Newcombe\";s:5:\"title\";s:17:\"Your Fiery Trials\";s:5:\"album\";s:7:\"Special\";s:4:\"band\";s:14:\"Aaron Newcombe\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"831\";s:11:\"totaltracks\";s:3:\"831\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31225,4663,'_wp_attached_file','2025/09/1-Peter-4-scaled.jpg'),(31226,4663,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:28:\"2025/09/1-Peter-4-scaled.jpg\";s:8:\"filesize\";i:384987;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26666;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"1-Peter-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160200;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"1-Peter-4-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:669483;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"1-Peter-4-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1239563;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90417;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33502;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153256;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:19:\"1-Peter-4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3425;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13230;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45785;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100614;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176167;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:22:\"1-Peter-4-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400444;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189196;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75087;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69608;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33757;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:21:\"1-Peter-4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"1-Peter-4.jpg\";}'),(31227,4663,'wp-smush-resize_savings','a:5:{s:4:\"time\";d:0;s:5:\"bytes\";i:1575146;s:7:\"percent\";d:80.3599999999999994315658113919198513031005859375;s:11:\"size_before\";i:1960133;s:10:\"size_after\";i:384987;}'),(31228,4663,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:83222;s:7:\"percent\";d:1.9899999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:4182125;s:10:\"size_after\";i:4098903;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:21:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3425;s:10:\"size_after\";i:3425;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:416;s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:11:\"size_before\";i:13230;s:10:\"size_after\";i:12814;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:595;s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:11:\"size_before\";i:14374;s:10:\"size_after\";i:13779;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:1784;s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:33757;s:10:\"size_after\";i:31973;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3070;s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:75087;s:10:\"size_after\";i:72017;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:6483;s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:11:\"size_before\";i:176167;s:10:\"size_after\";i:169684;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:4044;s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:11:\"size_before\";i:100614;s:10:\"size_after\";i:96570;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2326;s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:11:\"size_before\";i:45785;s:10:\"size_after\";i:43459;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:5979;s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:11:\"size_before\";i:153256;s:10:\"size_after\";i:147277;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:3702;s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:11:\"size_before\";i:90417;s:10:\"size_after\";i:86715;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6462;s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:11:\"size_before\";i:160200;s:10:\"size_after\";i:153738;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:415;s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:12653;s:10:\"size_after\";i:12238;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1160;s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:11:\"size_before\";i:26666;s:10:\"size_after\";i:25506;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:2947;s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:11:\"size_before\";i:69608;s:10:\"size_after\";i:66661;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:5766;s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:189196;s:10:\"size_after\";i:183430;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:1592;s:7:\"percent\";d:4.75;s:11:\"size_before\";i:33502;s:10:\"size_after\";i:31910;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:8012;s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:289711;s:10:\"size_after\";i:281699;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:12626;s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:11:\"size_before\";i:384987;s:10:\"size_after\";i:372361;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:8917;s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:11:\"size_before\";i:400444;s:10:\"size_after\";i:391527;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:6926;s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:11:\"size_before\";i:669483;s:10:\"size_after\";i:662557;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1239563;s:10:\"size_after\";i:1239563;}}}'),(31229,4661,'_thumbnail_id','4663'),(31230,4661,'asp_sermon_youtube','https://www.youtube.com/watch?v=I7LPBTqA8PI&amp;t=1371s'),(31231,4661,'asp_sermon_vimeo',''),(31232,4661,'asp_sermon_facebook',''),(31233,4661,'asp_sermon_video_embed',''),(31234,4661,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/09/Your-Fiery-Trials.mp3'),(31235,4661,'asp_sermon_audio_embed',''),(31236,4661,'asp_sermon_soundcloud',''),(31237,4661,'asp_sermon_pdf',''),(31238,4661,'asp_sermon_bible_passage','1 Peter 4:12'),(31239,4661,'asp_sermon_bulletin',''),(31240,4661,'asp_sermon_video_type_select','youtube'),(31241,4661,'_aioseo_title',NULL),(31242,4661,'_aioseo_description',NULL),(31243,4661,'_aioseo_keywords','a:0:{}'),(31244,4661,'_aioseo_og_title',''),(31245,4661,'_aioseo_og_description',''),(31246,4661,'_aioseo_og_article_section',''),(31247,4661,'_aioseo_og_article_tags','a:0:{}'),(31248,4661,'_aioseo_twitter_title',''),(31249,4661,'_aioseo_twitter_description',''),(31250,4661,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31251,4661,'post_views_count','34'),(31252,4661,'avada_post_views_count','34'),(31253,4661,'avada_today_post_views_count','1'),(31254,4661,'avada_post_views_count_today_date','20-09-2025'),(31255,4662,'avada_post_views_count','6'),(31256,4662,'avada_today_post_views_count','1'),(31257,4662,'avada_post_views_count_today_date','08-09-2025'),(31258,4663,'avada_post_views_count','6'),(31259,4663,'avada_today_post_views_count','1'),(31260,4663,'avada_post_views_count_today_date','09-09-2025'),(31261,4665,'_wp_attached_file','2025/09/September-7-2025.pdf'),(31262,4665,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"September-7-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:533940;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"September-7-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42820;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"September-7-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"September-7-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15462;}}s:8:\"filesize\";i:153326;}'),(31263,4665,'avada_post_views_count','6'),(31264,4665,'avada_today_post_views_count','1'),(31265,4665,'avada_post_views_count_today_date','09-09-2025'),(31266,4667,'_edit_lock','1757306061:2'),(31267,4667,'_edit_last','2'),(31268,4668,'_wp_attached_file','2025/09/Eat-Well-Give-God-the-Small-Stuff.mp3'),(31269,4668,'_thumbnail_id','3885'),(31270,4668,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47001664;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1957;s:16:\"length_formatted\";s:5:\"32:37\";s:6:\"artist\";s:10:\"Eric Depew\";s:5:\"title\";s:39:\"Eat Well &amp; Give God the Small Stuff\";s:5:\"album\";s:12:\"What Is Best\";s:4:\"band\";s:10:\"Eric Depew\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"907\";s:11:\"totaltracks\";s:3:\"907\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31271,4667,'_thumbnail_id','4656'),(31272,4667,'asp_sermon_youtube','https://www.youtube.com/watch?v=iBJy27IIWJE'),(31273,4667,'asp_sermon_vimeo',''),(31274,4667,'asp_sermon_facebook',''),(31275,4667,'asp_sermon_video_embed',''),(31276,4667,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/09/Eat-Well-Give-God-the-Small-Stuff.mp3'),(31277,4667,'asp_sermon_audio_embed',''),(31278,4667,'asp_sermon_soundcloud',''),(31279,4667,'asp_sermon_pdf',''),(31280,4667,'asp_sermon_bible_passage','Philippians 4:6-9'),(31281,4667,'asp_sermon_bulletin',''),(31282,4667,'asp_sermon_video_type_select','youtube'),(31283,4667,'_aioseo_title',NULL),(31284,4667,'_aioseo_description',NULL),(31285,4667,'_aioseo_keywords','a:0:{}'),(31286,4667,'_aioseo_og_title',''),(31287,4667,'_aioseo_og_description',''),(31288,4667,'_aioseo_og_article_section',''),(31289,4667,'_aioseo_og_article_tags','a:0:{}'),(31290,4667,'_aioseo_twitter_title',''),(31291,4667,'_aioseo_twitter_description',''),(31292,4667,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31293,4667,'post_views_count','20'),(31294,4667,'avada_post_views_count','20'),(31295,4667,'avada_today_post_views_count','1'),(31296,4667,'avada_post_views_count_today_date','21-09-2025'),(31297,4668,'avada_post_views_count','2'),(31298,4668,'avada_today_post_views_count','1'),(31299,4668,'avada_post_views_count_today_date','10-09-2025'),(31300,4672,'_wp_attached_file','2025/09/September-14-2025.pdf'),(31301,4672,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-14-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:533663;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-14-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41412;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-14-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-14-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15460;}}s:8:\"filesize\";i:121450;}'),(31302,4675,'_edit_lock','1758347727:2'),(31303,4675,'_edit_last','2'),(31304,4676,'_wp_attached_file','2025/09/What-Is-The-Church.mp3'),(31305,4676,'_thumbnail_id','3885'),(31306,4676,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:48000;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.25;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:47334016;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1971;s:16:\"length_formatted\";s:5:\"32:51\";s:6:\"artist\";s:13:\"Kyle Gillette\";s:5:\"title\";s:18:\"What Is The Church\";s:5:\"album\";s:10:\"The Church\";s:4:\"band\";s:13:\"Kyle Gillette\";s:4:\"year\";s:4:\"2025\";s:12:\"track_number\";s:3:\"914\";s:11:\"totaltracks\";s:3:\"914\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:826;s:6:\"height\";i:486;}}'),(31307,4677,'_wp_attached_file','2025/09/Presentation1.jpg'),(31308,4677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2025/09/Presentation1.jpg\";s:8:\"filesize\";i:105401;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Presentation1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30333;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Presentation1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Presentation1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14889;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Presentation1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116239;}s:10:\"blog-large\";a:5:{s:4:\"file\";s:25:\"Presentation1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74518;}s:11:\"blog-medium\";a:5:{s:4:\"file\";s:25:\"Presentation1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36575;}s:12:\"recent-posts\";a:5:{s:4:\"file\";s:25:\"Presentation1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115267;}s:22:\"recent-works-thumbnail\";a:5:{s:4:\"file\";s:23:\"Presentation1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4611;}s:10:\"fusion-200\";a:5:{s:4:\"file\";s:25:\"Presentation1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16150;}s:10:\"fusion-400\";a:5:{s:4:\"file\";s:25:\"Presentation1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44161;}s:10:\"fusion-600\";a:5:{s:4:\"file\";s:25:\"Presentation1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82260;}s:10:\"fusion-800\";a:5:{s:4:\"file\";s:25:\"Presentation1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124802;}s:11:\"fusion-1200\";a:5:{s:4:\"file\";s:26:\"Presentation1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228068;}s:14:\"portfolio-full\";a:5:{s:4:\"file\";s:25:\"Presentation1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131705;}s:13:\"portfolio-one\";a:5:{s:4:\"file\";s:25:\"Presentation1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67143;}s:13:\"portfolio-two\";a:5:{s:4:\"file\";s:25:\"Presentation1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62765;}s:15:\"portfolio-three\";a:5:{s:4:\"file\";s:25:\"Presentation1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37878;}s:14:\"portfolio-five\";a:5:{s:4:\"file\";s:25:\"Presentation1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31309,4677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.3200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:72266;s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:11:\"size_before\";i:1385674;s:10:\"size_after\";i:1313408;s:5:\"lossy\";i:0;s:9:\"keep_exif\";i:1;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:18:{s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4611;s:10:\"size_after\";i:4611;}s:10:\"fusion-200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:183;s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:16150;s:10:\"size_after\";i:15967;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:274;s:7:\"percent\";d:1.4699999999999999733546474089962430298328399658203125;s:11:\"size_before\";i:18690;s:10:\"size_after\";i:18416;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1294;s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:11:\"size_before\";i:37878;s:10:\"size_after\";i:36584;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:2511;s:7:\"percent\";d:4;s:11:\"size_before\";i:62765;s:10:\"size_after\";i:60254;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2548;s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:67143;s:10:\"size_after\";i:64595;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7918;s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:131705;s:10:\"size_after\";i:123787;}s:11:\"fusion-1200\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:14837;s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:228068;s:10:\"size_after\";i:213231;}s:10:\"fusion-800\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:7106;s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:11:\"size_before\";i:124802;s:10:\"size_after\";i:117696;}s:10:\"fusion-600\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3734;s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:11:\"size_before\";i:82260;s:10:\"size_after\";i:78526;}s:10:\"fusion-400\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1632;s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"size_before\";i:44161;s:10:\"size_after\";i:42529;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:6206;s:7:\"percent\";d:5.37999999999999989341858963598497211933135986328125;s:11:\"size_before\";i:115267;s:10:\"size_after\";i:109061;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1338;s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:11:\"size_before\";i:36575;s:10:\"size_after\";i:35237;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:3610;s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:11:\"size_before\";i:74518;s:10:\"size_after\";i:70908;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:237;s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:11:\"size_before\";i:14889;s:10:\"size_after\";i:14652;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:11327;s:7:\"percent\";d:6.30999999999999960920149533194489777088165283203125;s:11:\"size_before\";i:179620;s:10:\"size_after\";i:168293;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:912;s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:11:\"size_before\";i:30333;s:10:\"size_after\";i:29421;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:6599;s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:11:\"size_before\";i:116239;s:10:\"size_after\";i:109640;}}}'),(31310,4677,'wp-smush-optimization-errors','a:1:{s:10:\"no_savings\";a:1:{i:0;s:62:\"[full] Skipped: Smushed file is larger than the original file.\";}}'),(31311,4675,'_thumbnail_id','4677'),(31312,4675,'asp_sermon_youtube','https://www.youtube.com/watch?v=qnx3sJptyeI'),(31313,4675,'asp_sermon_vimeo',''),(31314,4675,'asp_sermon_facebook',''),(31315,4675,'asp_sermon_video_embed',''),(31316,4675,'asp_sermon_mp4','https://www.crosspoint-church.com/wp-content/uploads/2025/09/What-Is-The-Church.mp3'),(31317,4675,'asp_sermon_audio_embed',''),(31318,4675,'asp_sermon_soundcloud',''),(31319,4675,'asp_sermon_pdf',''),(31320,4675,'asp_sermon_bible_passage','1 Corinthians 12:12-27'),(31321,4675,'asp_sermon_bulletin',''),(31322,4675,'asp_sermon_video_type_select','youtube'),(31323,4675,'_aioseo_title',NULL),(31324,4675,'_aioseo_description',NULL),(31325,4675,'_aioseo_keywords','a:0:{}'),(31326,4675,'_aioseo_og_title',''),(31327,4675,'_aioseo_og_description',''),(31328,4675,'_aioseo_og_article_section',''),(31329,4675,'_aioseo_og_article_tags','a:0:{}'),(31330,4675,'_aioseo_twitter_title',''),(31331,4675,'_aioseo_twitter_description',''),(31332,4675,'_fusion','a:20:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"post_links_target\";s:2:\"no\";s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:14:\"blog_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";}'),(31333,4675,'post_views_count','1'),(31334,4675,'avada_post_views_count','2'),(31335,4675,'avada_today_post_views_count','2'),(31336,4675,'avada_post_views_count_today_date','20-09-2025'),(31337,4678,'_wp_attached_file','2025/09/September-21-2025.pdf'),(31338,4678,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:25:\"September-21-2025-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:510606;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"September-21-2025-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40161;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"September-21-2025-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"September-21-2025-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14853;}}s:8:\"filesize\";i:121943;}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (10,1,'2015-05-27 18:46:09','2015-05-27 18:46:09','','Who We Are','','publish','closed','open','','who-we-are','','','2016-06-24 22:20:01','2016-06-24 22:20:01','',0,'http://avada.theme-fusion.com/church/?page_id=10',0,'page','',0),(12,1,'2015-05-27 18:46:20','2015-05-27 18:46:20','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5 style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>2 Corinthians 8:7</h5>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give faithfully the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up.</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','publish','closed','open','','give','','','2021-04-24 18:07:07','2021-04-25 01:07:07','',0,'http://avada.theme-fusion.com/church/?page_id=12',0,'page','',0),(40,1,'2015-06-01 11:51:59','2015-06-01 11:51:59','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"5%\" min_height=\"\" link=\"\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"false\" spacing_left=\"5%\" min_height=\"\" link=\"\"][fusion_menu_anchor name=\"homepage\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate Jesus!<br /></strong></h2>\r\n<p>“CrossPoint Church is a movement of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing, and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.</p>\r\n</p>\r\n<p>We are a family church. If you come for worship this Sunday, expect to be noticed and welcomed. And if you come back, you can be sure you’ll soon be known.  Along the way, if you open your heart to God, you can expect for Jesus to transform your life as we journey together.”</p>\r\n</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday Morning Prayer 9:45am     Worship - 10:30am</h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','publish','closed','open','','home','','','2025-09-19 21:56:46','2025-09-20 04:56:46','',0,'http://avada.theme-fusion.com/church/?page_id=40',0,'page','',0),(115,1,'2015-06-01 17:02:31','2015-06-01 17:02:31','','Give','','publish','closed','closed','','give','','','2021-04-24 18:06:57','2021-04-25 01:06:57','',0,'http://avada.theme-fusion.com/church/?post_type=slide&#038;p=115',0,'slide','',0),(128,1,'2015-06-01 17:59:02','2015-06-01 17:59:02','','Who We Are','','publish','closed','closed','','who-we-are','','','2015-06-01 17:59:02','2015-06-01 17:59:02','',0,'http://avada.theme-fusion.com/church/?post_type=slide&amp;p=128',0,'slide','',0),(295,1,'2015-06-03 18:37:17','2015-06-03 18:37:17','','News','','publish','closed','closed','','blog','','','2015-06-03 18:37:17','2015-06-03 18:37:17','',0,'http://avada.theme-fusion.com/church/?post_type=slide&amp;p=295',0,'slide','',0),(609,1,'2015-09-21 17:26:51','2015-09-21 17:26:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_bottom=\"20px\" padding_right=\"20px\" padding_left=\"20px\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<div id=\"content\">\n<div id=\"content-inner\">\n<article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\">\n<header>\n<h2 class=\"page-title\">What is a Nazarene?</h2>\n</header>\n<div class=\"post-content\">\n<p><strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.</p>\n<p>Sometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”<br>\n</em><br>\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.</p>\n<p>While we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….</p>\n<p><strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.</p>\n<p><strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.</p>\n<p><strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.</p>\n<p><strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.</p>\n<p><strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously, we just choose to be a little less “formal” in our worship services.</p>\n<p><strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.</p>\n<p><strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.</p>\n<p>We are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.</p>\n<p>We are life-centered in our teaching and sensitive to the needs and concerns of others.</p>\n<p>We give people opportunities to put their faith in to action through various avenues of service.</p>\n<p>We are honored to take our place among the many who are called Christians.</p>\n<p>We laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.</p>\n<p>We aim to be a family for all who love Jesus, the Nazarene.</p>\n</div>\n</article>\n</div>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','publish','closed','closed','','what-is-a-nazarene','','','2023-11-27 20:55:52','2023-11-28 04:55:52','',0,'http://avada.theme-fusion.com/church/?page_id=609',0,'page','',0),(611,1,'2015-09-21 17:28:53','2015-09-21 17:28:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Beliefs</h2>\n<p>We believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God is three persons:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-reference=\"John 1.1-2\" data-version=\"niv\" data-purpose=\"bible-reference\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-reference=\"John 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-reference=\"John 5.18\" data-version=\"niv\" data-purpose=\"bible-reference\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-reference=\"John 10.30\" data-version=\"niv\" data-purpose=\"bible-reference\">10:30</a>)</p>\n<p>We believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully human.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all humans.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-reference=\"Matt 28.5-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-reference=\"Luke 24.1-50\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 24:1-50</a>)</p>\n<p>We believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-reference=\"Rom 8.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-reference=\"Gal 4.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 4:6</a></p>\n<p>We believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-reference=\"Ps 19.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-reference=\"John 17.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-reference=\"Rom 15.4\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-reference=\"2 Tim. 3.16-17\" data-version=\"niv\" data-purpose=\"bible-reference\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-reference=\"1 Thess. 2.13\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thess. 2:13</a>)</p>\n<p>We believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-reference=\"Gen 1.27\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-reference=\"Gen 3.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-reference=\"Genesis 6.5\" data-version=\"niv\" data-purpose=\"bible-reference\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-reference=\"Rom 5.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-reference=\"Prov 20.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-reference=\"Josh 24.15\" data-version=\"niv\" data-purpose=\"bible-reference\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-reference=\"1 Kings 20.40\" data-version=\"niv\" data-purpose=\"bible-reference\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-reference=\"John 7.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 7:17</a>)</p>\n<p>We believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-reference=\"Matt 26.26-28\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-reference=\"Mark 14.22-24\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-reference=\"1 Cor 10.16\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-reference=\"Num 8.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-reference=\"Mark 16.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-reference=\"Acts 22.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 22:16</a>)  We baptize by immersion.</p>\n<p>We believe when people confess their sin to God and ask Jesus to be Lord, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-reference=\"Matt 18.21-22\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-reference=\"1 John 1.9\" data-version=\"niv\" data-purpose=\"bible-reference\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-reference=\"I John 2.1\" data-version=\"niv\" data-purpose=\"bible-reference\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-reference=\"I John 2.24-25\" data-version=\"niv\" data-purpose=\"bible-reference\">24-25</a>)</p>\n<p>We believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-reference=\"Matt 5.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-reference=\"Matthew 7.16-20\" data-version=\"niv\" data-purpose=\"bible-reference\">7:16-20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-reference=\"James 2.18\" data-version=\"niv\" data-purpose=\"bible-reference\">James 2:18</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.22\" data-reference=\"James 2.22\" data-version=\"niv\" data-purpose=\"bible-reference\">22</a>)</p>\n<p>We believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-reference=\"1 Cor 12.1-31\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-reference=\"Eph 4.11-16\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:11-16</a>)</p>\n<p>We believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-reference=\"Deut 30.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-reference=\"Luke 1.74-75\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-reference=\"Acts 15.8-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-reference=\"1 Cor 6.11\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-reference=\"Eph 4.13\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-reference=\"Ephesians 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-reference=\"1 Thess 4.3\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-reference=\"I Thessalonians 4.7\" data-version=\"niv\" data-purpose=\"bible-reference\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-reference=\"James 4.8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 4:8</a>)</p>\n<p>We believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-reference=\"John 14.1-3\" data-version=\"niv\" data-purpose=\"bible-reference\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-reference=\"1 Thess 4.13-18\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-reference=\"James 5.7-8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-reference=\"Rev 22.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-reference=\"Revelation 22.20\" data-version=\"niv\" data-purpose=\"bible-reference\">20</a>)</p>\n<h2>Core Values</h2>\n<ul>\n<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\n<li>Prayer must permeate everything we do.</li>\n<li>Doing church as a team is God’s design for effective ministry.</li>\n<li>The body of Christ is inclusive and we value every generation.</li>\n<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\n<li>God is worthy of our very best.</li>\n<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\n<li>The most effective evangelism happens as people invest their lives in other people.</li>\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','publish','closed','closed','','our-beliefs','','','2023-11-27 20:58:34','2023-11-28 04:58:34','',0,'http://avada.theme-fusion.com/church/?page_id=611',0,'page','',0),(640,1,'2015-09-21 17:53:36','2015-09-21 17:53:36','','Sermons','','publish','closed','closed','','sermons','','','2021-04-24 18:08:07','2021-04-25 01:08:07','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(644,1,'2015-09-20 18:03:38','2015-09-20 18:03:38','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\n&nbsp;','Flawed Hero Bumper','','publish','closed','closed','','flawed-hero-bumper','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(649,1,'2015-09-19 18:15:31','2015-09-19 18:15:31','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Humble & Hungry','','publish','closed','closed','','humble-hungry-bumper','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(651,1,'2015-09-18 18:16:05','2015-09-18 18:16:05','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Easter 2015 Bumper','','publish','closed','closed','','easter-2015-bumper','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(653,1,'2015-09-17 18:16:49','2015-09-17 18:16:49','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Gospel of John','','publish','closed','closed','','gospel-of-john','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(655,1,'2015-09-16 18:17:29','2015-09-16 18:17:29','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Proverbs Bumper','','publish','closed','closed','','proverbs-bumper','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(665,1,'2015-09-15 18:21:57','2015-09-15 18:21:57','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Hebrews Bumper','','publish','closed','closed','','hebrews-bumper','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',0,'http://avada.theme-fusion.com/church/',0,'avada_portfolio','',0),(847,1,'2015-09-22 19:53:34','2015-09-22 19:53:34','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[wpforms id=\"4445\" title=\"true\" description=\"true\"][/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"true\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" border_top=\"2px\" border_right=\"2px\" border_bottom=\"2px\" border_left=\"2px\" border_radius_top_left=\"2px\" border_radius_top_right=\"2px\" border_radius_bottom_right=\"2px\" border_radius_bottom_left=\"2px\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','publish','closed','closed','','contact','','','2024-12-13 12:35:37','2024-12-13 20:35:37','',0,'http://avada.theme-fusion.com/church/?page_id=847',0,'page','',0),(930,1,'2015-09-23 15:26:11','2015-09-23 15:26:11','','Mission','','publish','closed','closed','','mission','','','2015-09-23 15:26:11','2015-09-23 15:26:11','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(990,1,'2015-09-23 18:57:54','2015-09-23 18:57:54','','Team','','publish','closed','closed','','team','','','2021-04-24 18:05:31','2021-04-25 01:05:31','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(992,1,'2015-09-23 18:58:19','2015-09-23 18:58:19','','Beliefs','','publish','closed','closed','','992','','','2021-04-24 18:03:47','2021-04-25 01:03:47','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(1023,1,'2015-09-24 18:37:54','2015-09-24 18:37:54','','COVID-19 Update','','publish','closed','closed','','prayer','','','2020-03-22 16:46:47','2020-03-22 16:46:47','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(1228,1,'2015-09-25 15:44:42','2015-09-25 15:44:42','','Event Calendar','','publish','closed','closed','','event-calendar','','','2015-09-25 15:44:42','2015-09-25 15:44:42','',0,'http://avada.theme-fusion.com/church/',0,'slide','',0),(1324,1,'2024-12-19 19:36:56','2016-06-24 03:38:21','','GIVE','','publish','closed','closed','','give','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/2016/06/24/give/',11,'nav_menu_item','',0),(1326,1,'2024-12-19 19:36:56','2016-06-24 03:38:21','','HOME','','publish','closed','closed','','home','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/2016/06/24/home/',1,'nav_menu_item','',0),(1328,1,'2016-06-24 03:38:21','2016-06-24 03:38:21',' ','','','publish','closed','closed','','1328','','','2016-06-24 03:38:21','2016-06-24 03:38:21','',0,'http://www.crosspoint-church.com/2016/06/24/1328/',1,'nav_menu_item','',0),(1330,1,'2016-06-24 03:38:21','2016-06-24 03:38:21',' ','','','publish','closed','closed','','1330','','','2016-06-24 03:38:21','2016-06-24 03:38:21','',0,'http://www.crosspoint-church.com/2016/06/24/1330/',3,'nav_menu_item','',0),(1332,1,'2024-12-19 19:36:56','2016-06-24 03:38:21','','Beliefs & Values','','publish','closed','closed','','1332','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/2016/06/24/1332/',4,'nav_menu_item','',0),(1333,1,'2024-12-19 19:36:56','2016-06-24 03:38:21',' ','','','publish','closed','closed','','1333','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/2016/06/24/1333/',5,'nav_menu_item','',0),(1335,1,'2024-12-19 19:36:56','2016-06-24 03:38:21','','CONTACT','','publish','closed','closed','','contact','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/2016/06/24/contact/',16,'nav_menu_item','',0),(1339,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','1004','','inherit','open','closed','','1004','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',128,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/1004.jpg',0,'attachment','image/jpeg',0),(1340,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','1021','','inherit','open','closed','','1021','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',1023,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/1021.jpg',0,'attachment','image/jpeg',0),(1341,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','1030','','inherit','open','closed','','1030','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',640,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/1030.jpg',0,'attachment','image/jpeg',0),(1342,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','1042','','inherit','open','closed','','1042','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',295,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/1042.jpg',0,'attachment','image/jpeg',0),(1343,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','1223','','inherit','open','closed','','1223','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',1228,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/1223.jpg',0,'attachment','image/jpeg',0),(1344,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','236','','inherit','open','closed','','236','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',115,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/236.jpg',0,'attachment','image/jpeg',0),(1345,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','351','','inherit','open','closed','','351','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg',0,'attachment','image/jpeg',0),(1346,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','931','','inherit','open','closed','','931','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',930,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/931.jpg',0,'attachment','image/jpeg',0),(1347,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','971','','inherit','open','closed','','971','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/971.jpg',0,'attachment','image/jpeg',0),(1348,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','991','','inherit','open','closed','','991','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',992,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg',0,'attachment','image/jpeg',0),(1349,1,'2016-06-24 03:38:22','2016-06-24 03:38:22','','995','','inherit','open','closed','','995','','','2016-06-24 03:38:22','2016-06-24 03:38:22','',990,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/995.jpg',0,'attachment','image/jpeg',0),(1350,1,'2016-06-24 03:40:09','2016-06-24 03:40:09','','crosspoint-long-400-pixels-e1412219830863','','inherit','open','closed','','crosspoint-long-400-pixels-e1412219830863','','','2016-09-02 19:39:00','2016-09-02 19:39:00','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/crosspoint-long-400-pixels-e1412219830863.png',0,'attachment','image/png',0),(1352,1,'2016-06-24 03:43:55','2016-06-24 03:43:55','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://avada.theme-fusion.com/church/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/contact\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"120\" padding_left=\"8%\" padding_right=\"8%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Upcoming Events</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_events cat_slug=\"\" number_posts=\"4\" columns=\"4\" picture_size=\"cover\" class=\"\" id=\"\"][/fusion_events][separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_countdown countdown_end=\"2016-04-19 12:30:00\" timezone=\"\" show_weeks=\"\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" border_radius=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text=\"CREATION CELEBRATION\" heading_text_color=\"\" subheading_text=\"05/07 | USA, TAMPA, FLORIDA\" subheading_text_color=\"\" link_text=\"VIEW ALL EVENTS\" link_text_color=\"\" link_url=\"https://avada.theme-fusion.com/church/events/\" link_target=\"_blank\" class=\"\" id=\"\"][/fusion_countdown][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/home-featured-blog-post-compressor-2.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]<span style=\"color: #ffffff; font-size: 12; font-weight: 600; letter-spacing: 2px;\">FEATURED POST</span>\r\n<h2 style=\"text-align: left; font-size: 50px; margin-bottom: 25px;\"><span style=\"color: #ffffff;\">Music brings us together in celebration</span></h2>\r\n<span style=\"color: #ffffff;\">Music is an inspiring and fascinating celebration of social justice, breaking down the barriers between those of faith, and no faith - it is not only fun - it lifts the hearts of all of us who believe in a better world and gives us hope for tomorrow.</span>\r\n\r\n<span style=\"color: #ffffff; font-weight: 600; letter-spacing: 4px; font-size: 13px;\"><a style=\"color: #ffffff;\" href=\"https://avada.theme-fusion.com/church/music-brings-us-together-in-celebration/\">READ MORE</a></span>[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Latest Posts</h2>\r\n[/fusion_text][recent_posts layout=\"thumbnails-on-side\" hover_type=\"liftup\" columns=\"1\" number_posts=\"3\" offset=\"1\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"no\" excerpt_length=\"8\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/recent_posts][separator style_type=\"single\" top_margin=\"-20\" bottom_margin=\"8\" sep_color=\"#cccccc\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]<a style=\"letter-spacing: 2px; font-size: 13px; font-weight: 600;\" href=\"/community/\">VIEW ALL POSTS</a>[/fusion_text][separator style_type=\"single\" top_margin=\"-9\" bottom_margin=\"0\" sep_color=\"#cccccc\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-24 03:43:55','2016-06-24 03:43:55','',40,'http://www.crosspoint-church.com/2016/06/24/40-revision-v1/',0,'revision','',0),(1354,1,'2016-06-24 03:51:38','2016-06-24 03:51:38','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"0px\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"1\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div class=\"post-content\">\r\n<h3><strong>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</strong></h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3><strong>Here are the answers to some questions we get:</strong></h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','publish','closed','closed','','what-to-expect','','','2021-04-24 12:00:03','2021-04-24 19:00:03','',0,'http://www.crosspoint-church.com/?page_id=1354',0,'page','',0),(1355,1,'2016-06-24 03:51:38','2016-06-24 03:51:38','<header>\r\n<h1 class=\"page-title\">What To Expect</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 03:51:38','2016-06-24 03:51:38','',1354,'http://www.crosspoint-church.com/2016/06/24/1354-revision-v1/',0,'revision','',0),(1356,1,'2024-12-19 19:36:56','2016-06-24 03:52:26','','Want to visit CrossPoint? Here\'s what to expect.','','publish','closed','closed','','1356','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1356',3,'nav_menu_item','',0),(1357,1,'2016-06-24 03:53:53','2016-06-24 10:53:53','','What To Expect','','publish','closed','closed','','what-to-expect','','','2021-04-21 22:26:19','2021-04-22 05:26:19','',0,'http://www.crosspoint-church.com/?post_type=slide&#038;p=1357',0,'slide','',0),(1359,1,'2016-06-24 04:12:16','2016-06-24 04:12:16','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">What To Expect</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 04:12:16','2016-06-24 04:12:16','',1354,'http://www.crosspoint-church.com/2016/06/24/1354-revision-v1/',0,'revision','',0),(1362,1,'2016-06-24 19:18:07','2016-06-24 19:18:07','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://avada.theme-fusion.com/church/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/contact\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-24 19:18:07','2016-06-24 19:18:07','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1364,1,'2016-06-24 20:02:31','2016-06-24 20:02:31','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">What To Expect</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n<img class=\"alignnone size-medium wp-image-1363 aligncenter\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/IMG_0525-300x200.jpg\" alt=\"IMG_0525\" width=\"300\" height=\"200\" />\r\n\r\n</div>\r\n[/fusion_text]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:02:31','2016-06-24 20:02:31','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1365,1,'2016-06-24 20:03:45','2016-06-24 20:03:45','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">What To Expect</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:03:45','2016-06-24 20:03:45','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1366,1,'2016-06-24 20:10:25','2016-06-24 20:10:25','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">What To Expect</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text]','','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:10:25','2016-06-24 20:10:25','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1367,1,'2016-06-24 20:10:46','2016-06-24 20:10:46','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3><a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514.jpg\"><img class=\"alignright size-medium wp-image-1917 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/IMG_0514-1024x682.jpg 1024w\" alt=\"IMG_0514\" /></a>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text]','','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:10:46','2016-06-24 20:10:46','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1368,1,'2016-06-24 20:11:24','2016-06-24 20:11:24','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text]','','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:11:24','2016-06-24 20:11:24','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1369,1,'2016-06-24 20:12:31','2016-06-24 20:12:31','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:12:31','2016-06-24 20:12:31','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1370,1,'2016-06-24 20:13:10','2016-06-24 20:13:10','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<strong>Do you have a dress code?</strong>\r\n\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n\r\n<strong>Are children allowed to stay in church?</strong>\r\n\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n\r\n<strong>Will I fit in?</strong>\r\n\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-06-24 20:13:10','2016-06-24 20:13:10','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1371,1,'2016-06-24 20:14:32','2016-06-24 20:14:32','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"60\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][vimeo id=\"114247071\" width=\"600\" height=\"375\" autoplay=\"no\" api_params=\"\" class=\"\"][/vimeo][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi feugiat dignissim ligula, eu sagittis mi tristique ac. Nullam nec est ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam luctus purus ut aliquam tincidunt phasellus tincidunt.\r\n\r\nMauris vulputate dui vel turpis iaculis, eget dapibus tortor tempus. Vestibulum auctor, felis sit amet interdum sagittis, neque libero tempor sem, id feugiat ipsum erat quis leo. Aenean non nisl dignissim, facilisis elit eu, molestie leo. Suspendisse id volutpat leo. Class aptent taciti sociosqu ad litora torquent per conubia.[/fusion_text][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/contact\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][separator style_type=\"none\" top_margin=\"60\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2016-06-24 20:14:32','2016-06-24 20:14:32','',611,'http://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(1372,1,'2016-06-24 20:16:27','2016-06-24 20:16:27','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fullwidth]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2016-06-24 20:16:27','2016-06-24 20:16:27','',611,'http://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(1375,1,'2016-06-24 21:00:14','2016-06-24 21:00:14','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/about-us/what-is-a-nazarene/attachment/dove_logo-3/\" rel=\"attachment wp-att-33\"><img class=\"alignright size-medium wp-image-33\" title=\"dove_logo\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg\" sizes=\"(max-width: 181px) 100vw, 181px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg 181w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2.jpg 194w\" alt=\"\" width=\"181\" height=\"300\" /></a>\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"40\" padding_bottom=\"60\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/mission_image2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#eaeaea\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]<em>Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves. </em>[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"40\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi feugiat dignissim ligula, eu sagittis mi tristique ac. Nullam nec est ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam luctus purus ut aliquam tincidunt phasellus tincidunt.\r\n\r\nMauris vulputate dui vel turpis iaculis, eget dapibus tortor tempus. Vestibulum auctor, felis sit amet interdum sagittis, neque libero tempor sem, id feugiat ipsum erat quis leo. Aenean non nisl dignissim, facilisis elit eu, molestie leo. Suspendisse id volutpat leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean venenatis ligula et eros pharetra, et consectetur magna posuere. In pharetra placerat rhoncus. Ut imperdiet, ligula vel rutrum consectetur erat.[/fusion_text][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/contact\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][separator style_type=\"none\" top_margin=\"60\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2016-06-24 21:00:14','2016-06-24 21:00:14','',609,'http://www.crosspoint-church.com/609-revision-v1/',0,'revision','',0),(1377,1,'2016-06-24 21:02:01','2016-06-24 21:02:01','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/about-us/what-is-a-nazarene/attachment/dove_logo-3/\" rel=\"attachment wp-att-33\"><img class=\"alignright size-medium wp-image-33\" title=\"dove_logo\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg\" sizes=\"(max-width: 181px) 100vw, 181px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg 181w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2.jpg 194w\" alt=\"\" width=\"181\" height=\"300\" /></a>\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fullwidth][separator style_type=\"none\" top_margin=\"60\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2016-06-24 21:02:01','2016-06-24 21:02:01','',609,'http://www.crosspoint-church.com/609-revision-v1/',0,'revision','',0),(1378,1,'2016-06-24 21:02:55','2016-06-24 21:02:55','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/about-us/what-is-a-nazarene/attachment/dove_logo-3/\" rel=\"attachment wp-att-33\"><img class=\"alignright size-medium wp-image-33\" title=\"dove_logo\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg\" sizes=\"(max-width: 181px) 100vw, 181px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg 181w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2.jpg 194w\" alt=\"\" width=\"181\" height=\"300\" /></a>\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fullwidth]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2016-06-24 21:02:55','2016-06-24 21:02:55','',609,'http://www.crosspoint-church.com/609-revision-v1/',0,'revision','',0),(1381,1,'2016-06-24 21:46:38','2016-06-24 21:46:38','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\n&nbsp;','Flawed Hero Bumper','','inherit','closed','closed','','644-revision-v1','','','2016-06-24 21:46:38','2016-06-24 21:46:38','',644,'http://www.crosspoint-church.com/644-revision-v1/',0,'revision','',0),(1382,1,'2016-06-24 22:18:16','2016-06-24 22:18:16','','Who We Are','','inherit','closed','closed','','10-revision-v1','','','2016-06-24 22:18:16','2016-06-24 22:18:16','',10,'http://www.crosspoint-church.com/10-revision-v1/',0,'revision','',0),(1383,1,'2016-06-24 22:22:03','2016-06-24 22:22:03','','IMG_0525','','inherit','open','closed','','img_0525','','','2016-06-24 22:22:03','2016-06-24 22:22:03','',1357,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/IMG_0525.jpg',0,'attachment','image/jpeg',0),(1384,1,'2016-06-25 16:46:49','2016-06-25 16:46:49','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://avada.theme-fusion.com/church/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-25 16:46:49','2016-06-25 16:46:49','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1385,1,'2016-06-25 16:47:25','2016-06-25 16:47:25','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://avada.theme-fusion.com/church/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-25 16:47:25','2016-06-25 16:47:25','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1386,1,'2016-06-25 16:48:31','2016-06-25 16:48:31','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-25 16:48:31','2016-06-25 16:48:31','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1393,1,'2016-06-25 16:59:53','2016-06-25 16:59:53','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/Learn-To-Discern.mp3\"][/audio]\r\n\r\nPress the arrow to play.','Learn to Discern','','publish','open','closed','','learn-to-discern','','','2016-06-25 17:06:47','2016-06-25 17:06:47','',0,'http://www.crosspoint-church.com/?post_type=avada_portfolio&#038;p=1393',8,'avada_portfolio','',0),(1394,1,'2016-06-25 16:59:42','2016-06-25 16:59:42','\"Learn To Discern\" by Jayson Bradley.  6/5/2016','Learn To Discern','','inherit','open','closed','','learn-to-discern-2','','','2016-06-25 17:11:06','2016-06-25 17:11:06','',1393,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/Learn-To-Discern.mp3',0,'attachment','audio/mpeg',0),(1395,1,'2016-06-25 16:59:53','2016-06-25 16:59:53','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/Learn-To-Discern.mp3\"][/audio]','Learn to Discern','','inherit','closed','closed','','1393-revision-v1','','','2016-06-25 16:59:53','2016-06-25 16:59:53','',1393,'http://www.crosspoint-church.com/1393-revision-v1/',0,'revision','',0),(1396,1,'2016-06-25 17:06:47','2016-06-25 17:06:47','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/Learn-To-Discern.mp3\"][/audio]\r\n\r\nPress the arrow to play.','Learn to Discern','','inherit','closed','closed','','1393-revision-v1','','','2016-06-25 17:06:47','2016-06-25 17:06:47','',1393,'http://www.crosspoint-church.com/1393-revision-v1/',0,'revision','',0),(1397,1,'2016-06-25 17:06:50','2016-06-25 17:06:50','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/Learn-To-Discern.mp3\"][/audio]\r\n\r\nPress the arrow to play.','Learn to Discern','','inherit','closed','closed','','1393-autosave-v1','','','2016-06-25 17:06:50','2016-06-25 17:06:50','',1393,'http://www.crosspoint-church.com/1393-autosave-v1/',0,'revision','',0),(1401,1,'2016-06-25 17:19:37','2016-06-25 17:19:37','','bible-wide-960x250','','inherit','open','closed','','bible-wide-960x250','','','2016-06-25 17:19:37','2016-06-25 17:19:37','',640,'http://www.crosspoint-church.com/wp-content/uploads/2015/09/bible-wide-960x250.jpg',0,'attachment','image/jpeg',0),(1403,1,'2016-06-30 22:58:30','2016-06-30 22:58:30','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 22:58:30','2016-06-30 22:58:30','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1404,1,'2016-06-30 23:13:56','2016-06-30 23:13:56','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Sunday School - 9:00am</p>\r\n<p style=\"text-align: center;\">Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:13:56','2016-06-30 23:13:56','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1405,1,'2016-06-30 23:14:32','2016-06-30 23:14:32','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Sunday School - 9:00am</p>\r\n<p style=\"text-align: center;\">Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:14:32','2016-06-30 23:14:32','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1406,1,'2016-06-30 23:16:49','2016-06-30 23:16:49','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Sunday School - 9:00am</p>\r\n<p style=\"text-align: center;\">Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:16:49','2016-06-30 23:16:49','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1407,1,'2016-06-30 23:19:05','2016-06-30 23:19:05','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"default\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"fa-commenting-o\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"customButton\" id=\"\"]Come Visit us This Weekend[/button][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Sunday School - 9:00am</p>\r\n<p style=\"text-align: center;\">Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:19:05','2016-06-30 23:19:05','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1408,1,'2016-06-30 23:20:22','2016-06-30 23:20:22','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">COME VISIT US THIS WEEKEND</p>\r\n<p style=\"text-align: center;\">Sunday School - 9:00am              Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:20:22','2016-06-30 23:20:22','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1409,1,'2016-06-30 23:23:57','2016-06-30 23:23:57','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#598cbf\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">COME VISIT US THIS WEEKEND</p>\r\n<p style=\"text-align: center;\">Sunday School - 9:00am              Worship - 10:30am</p>\r\n[/fusion_text][/one_full][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:23:57','2016-06-30 23:23:57','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1410,1,'2016-06-30 23:26:05','2016-06-30 23:26:05','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#598cbf\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]COME VISIT US THIS WEEKEND Sunday School - 9:00am Worship - 10:30am[/button][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:26:05','2016-06-30 23:26:05','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1411,1,'2016-06-30 23:31:15','2016-06-30 23:31:15','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#598cbf\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]COME VISIT US THIS WEEKEND Sunday School - 9:00am Worship - 10:30am[/button][fusion_text]\r\n<p style=\"text-align: center;\">COME VISIT US THIS WEEKEND</p>\r\n<p style=\"text-align: center;\">Sunday School - 9:00am              Worship - 10:30am</p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:31:15','2016-06-30 23:31:15','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1412,1,'2016-06-30 23:34:00','2016-06-30 23:34:00','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#598cbf\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">COME VISIT US THIS WEEKEND</p>\r\n<p style=\"text-align: center;\">Sunday School - 9:00am              Worship - 10:30am</p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:34:00','2016-06-30 23:34:00','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1413,1,'2016-06-30 23:34:20','2016-06-30 23:34:20','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:34:20','2016-06-30 23:34:20','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1414,1,'2016-06-30 23:35:15','2016-06-30 23:35:15','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:35:15','2016-06-30 23:35:15','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1415,1,'2016-06-30 23:35:54','2016-06-30 23:35:54','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Love is a fruit in season at all times, and within reach of every hand. It is the greatest gift anyone can give.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:35:54','2016-06-30 23:35:54','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1416,1,'2016-06-30 23:45:37','2016-06-30 23:45:37','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:45:37','2016-06-30 23:45:37','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1417,1,'2016-06-30 23:46:31','2016-06-30 23:46:31','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"75\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:46:31','2016-06-30 23:46:31','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1418,1,'2016-06-30 23:47:21','2016-06-30 23:47:21','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"75\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:47:21','2016-06-30 23:47:21','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1419,1,'2016-06-30 23:47:52','2016-06-30 23:47:52','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"75\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:47:52','2016-06-30 23:47:52','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1420,1,'2016-06-30 23:48:34','2016-06-30 23:48:34','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-06-30 23:48:34','2016-06-30 23:48:34','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1422,1,'2016-06-30 23:55:07','2016-06-30 23:55:07','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"size-medium wp-image-1886 imgborder aligncenter\" src=\"https://crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click.jpg 640w\" alt=\"online giving point click\" /></a>\r\n<h2>Thank you for your support!</h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Why Give?</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque sollicitudin ex in turpis tincidunt dictum. Nulla facilisi. Proin sagittis.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section2.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Make a Difference</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"#ececec\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"120\" padding_left=\"8%\" padding_right=\"8%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Show Your Generosity At These Events</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_events cat_slug=\"\" number_posts=\"4\" columns=\"4\" picture_size=\"auto\" class=\"\" id=\"\"][/fusion_events][separator style_type=\"none\" top_margin=\"30\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_countdown countdown_end=\"2016-04-19 12:30:00\" timezone=\"\" show_weeks=\"\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" border_radius=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text=\"CREATION CELEBRATION\" heading_text_color=\"\" subheading_text=\"05/07 | USA, TAMPA, FLORIDA\" subheading_text_color=\"\" link_text=\"VIEW ALL EVENTS\" link_text_color=\"\" link_url=\"https://avada.theme-fusion.com/church/events/\" link_target=\"_blank\" class=\"\" id=\"\"][/fusion_countdown][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3e7ccc\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120\" padding_bottom=\"120\" padding_left=\"5%\" padding_right=\"5%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Join Our Community</span></h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-weight: 300;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. </span></p>\r\n[/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"7\" title=\"Join Community\"][/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-06-30 23:55:07','2016-06-30 23:55:07','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1423,1,'2016-06-30 23:56:31','2016-06-30 23:56:31','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"size-medium wp-image-1886 imgborder aligncenter\" src=\"https://crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click.jpg 640w\" alt=\"online giving point click\" /></a>\r\n<h2>Thank you for your support!</h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Why Give?</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque sollicitudin ex in turpis tincidunt dictum. Nulla facilisi. Proin sagittis.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section2.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Make a Difference</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3e7ccc\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120\" padding_bottom=\"120\" padding_left=\"5%\" padding_right=\"5%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Join Our Community</span></h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-weight: 300;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. </span></p>\r\n[/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"7\" title=\"Join Community\"][/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_fourth][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-06-30 23:56:31','2016-06-30 23:56:31','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1424,1,'2016-06-30 23:57:01','2016-06-30 23:57:01','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"size-medium wp-image-1886 imgborder aligncenter\" src=\"https://crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click.jpg 640w\" alt=\"online giving point click\" /></a>\r\n<h2>Thank you for your support!</h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ececec\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Why Give?</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque sollicitudin ex in turpis tincidunt dictum. Nulla facilisi. Proin sagittis.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/give-section2.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#ffffff\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Make a Difference</h2>\r\n<p style=\"text-align: left;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et turpis at ligula malesuada ultricies. Duis eu tincidunt leo. Sed ultricies pellentesque imperdiet. Nullam a malesuada ligula. Etiam gravida fermentum urna quis lacinia. Nam ultrices at dui ac fermentum.</p>\r\n<p style=\"text-align: left;\">Donec pellentesque nunc vel ipsum auctor, commodo ultricies est eleifend. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-06-30 23:57:01','2016-06-30 23:57:01','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1425,1,'2016-06-30 23:57:19','2016-06-30 23:57:19','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"size-medium wp-image-1886 imgborder aligncenter\" src=\"https://crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click-300x168.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2012/07/online-giving-point-click.jpg 640w\" alt=\"online giving point click\" /></a>\r\n<h2>Thank you for your support!</h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-06-30 23:57:19','2016-06-30 23:57:19','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1427,1,'2016-07-01 00:04:17','2016-07-01 00:04:17','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Come Visit And Worship With Us</h2>\r\nAvada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves. We\'d love to hear from you and will be happy to answer any questions you have. Fill out the form below and our staff will be in touch with you shortly.[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">12345 North Main Street</span>\r\n<span style=\"color: #ffffff;\">New York, NY 555555</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Saturdays 6pm and 8pm</span>\r\n<span style=\"color: #ffffff;\">Sundays 9am and 11am</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">1-555-123-4567</span>\r\n<span style=\"color: #ffffff;\">1-800-123-4567</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:04:17','2016-07-01 00:04:17','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1428,1,'2016-07-01 00:08:17','2016-07-01 00:08:17','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">12345 North Main Street</span>\r\n<span style=\"color: #ffffff;\">New York, NY 555555</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Saturdays 6pm and 8pm</span>\r\n<span style=\"color: #ffffff;\">Sundays 9am and 11am</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">1-555-123-4567</span>\r\n<span style=\"color: #ffffff;\">1-800-123-4567</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:08:17','2016-07-01 00:08:17','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1429,1,'2016-07-01 00:09:16','2016-07-01 00:09:16','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Saturdays 6pm and 8pm</span>\r\n<span style=\"color: #ffffff;\">Sundays 9am and 11am</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">1-555-123-4567</span>\r\n<span style=\"color: #ffffff;\">1-800-123-4567</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:09:16','2016-07-01 00:09:16','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1430,1,'2016-07-01 00:09:43','2016-07-01 00:09:43','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Saturdays 6pm and 8pm</span>\r\n<span style=\"color: #ffffff;\">Sundays 9am and 11am</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">1-555-123-4567</span>\r\n<span style=\"color: #ffffff;\">1-800-123-4567</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:09:43','2016-07-01 00:09:43','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1431,1,'2016-07-01 00:11:20','2016-07-01 00:11:20','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">1-555-123-4567</span>\r\n<span style=\"color: #ffffff;\">1-800-123-4567</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:11:20','2016-07-01 00:11:20','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1432,1,'2016-07-01 00:12:00','2016-07-01 00:12:00','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"895\" title=\"Contact Page\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:12:00','2016-07-01 00:12:00','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1433,1,'2016-07-01 00:14:26','2016-07-01 00:14:26','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-01 00:14:26','2016-07-01 00:14:26','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1441,1,'2016-07-01 00:36:04','2016-07-01 00:36:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-21-2025.pdf\">September 21, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-14-2025.pdf\">September 14, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-7-2025.pdf\">September 7, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf\">August 31, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','publish','closed','closed','','bulletins','','','2025-09-20 22:25:41','2025-09-21 05:25:41','',0,'http://www.crosspoint-church.com/?page_id=1441',0,'page','',0),(1442,1,'2016-07-01 00:36:04','2016-07-01 00:36:04','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n</div>\r\n&nbsp;','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-01 00:36:04','2016-07-01 00:36:04','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1444,1,'2024-12-19 19:36:56','2016-07-01 00:36:41',' ','','','publish','closed','closed','','1444','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1444',13,'nav_menu_item','',0),(1448,1,'2016-07-01 00:44:54','2016-07-01 00:44:54','[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"15%\" padding_left=\"15%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<header>\n<h1 class=\"page-title\">Nazarene Links</h1>\n</header>\n<div class=\"post-content\">\n\nOur denomination has a host of resources available!\n\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\" rel=\"noopener\">Denominational Website</a></strong>\n\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Compassion Ministries</a></strong>\n\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Missions International Site</a></strong>\n\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\" rel=\"noopener\">Washington Pacific District Site</a></strong>\n\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\" rel=\"noopener\">Northwest Nazarene University</a></strong>\n\n</div>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','publish','closed','closed','','denominational-links','','','2025-03-23 17:07:34','2025-03-24 00:07:34','',0,'http://www.crosspoint-church.com/?page_id=1448',0,'page','',0),(1449,1,'2016-07-01 00:44:54','2016-07-01 00:44:54','<header>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!<a href=\"https://crosspoint-church.com/nazarene-links/attachment/cotn-seal/\" rel=\"attachment wp-att-174\"><img class=\"alignright size-full wp-image-174\" title=\"cotn-seal\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/cotn-seal.jpg\" alt=\"\" width=\"120\" height=\"120\" /></a>\r\n\r\n<a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a>\r\n\r\n<a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a>\r\n\r\n<a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site\r\n</a>\r\n\r\n<a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a>\r\n\r\n<a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a>\r\n\r\n</div>','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2016-07-01 00:44:54','2016-07-01 00:44:54','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1450,1,'2024-12-19 19:36:56','2016-07-01 00:45:20',' ','','','publish','closed','closed','','1450','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1450',15,'nav_menu_item','',0),(1451,1,'2016-07-01 00:46:28','2016-07-01 00:46:28','<header>\r\n<h1 class=\"page-title\"><a href=\"https://crosspoint-church.com/nazarene-links/attachment/cotn-seal/\" rel=\"attachment wp-att-174\"><img class=\"size-full wp-image-174 alignleft\" title=\"cotn-seal\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/cotn-seal.jpg\" alt=\"\" width=\"120\" height=\"120\" /></a></h1>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a>\r\n\r\n<a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a>\r\n\r\n<a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site\r\n</a>\r\n\r\n<a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a>\r\n\r\n<a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a>\r\n\r\n</div>','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2016-07-01 00:46:28','2016-07-01 00:46:28','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1453,1,'2016-07-01 01:15:43','2016-07-01 01:15:43','','Resources','','publish','closed','closed','','resources','','','2016-07-01 01:15:43','2016-07-01 01:15:43','',0,'http://www.crosspoint-church.com/?page_id=1453',0,'page','',0),(1454,1,'2016-07-01 01:15:43','2016-07-01 01:15:43','','Resources','','inherit','closed','closed','','1453-revision-v1','','','2016-07-01 01:15:43','2016-07-01 01:15:43','',1453,'http://www.crosspoint-church.com/1453-revision-v1/',0,'revision','',0),(1456,1,'2016-07-01 01:17:10','2016-07-01 01:17:10','','Ministries','','publish','closed','closed','','ministries','','','2016-07-01 01:17:10','2016-07-01 01:17:10','',0,'http://www.crosspoint-church.com/?page_id=1456',0,'page','',0),(1457,1,'2016-07-01 01:17:10','2016-07-01 01:17:10','','Ministries','','inherit','closed','closed','','1456-revision-v1','','','2016-07-01 01:17:10','2016-07-01 01:17:10','',1456,'http://www.crosspoint-church.com/1456-revision-v1/',0,'revision','',0),(1458,1,'2016-07-01 01:17:38','2016-07-01 01:17:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<div class=\"post-content\">\n<h2>Kid\'z Zone</h2>\n<p>The children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\">kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:</p>\n<address><em>1. Know and accept that God loves and saves them.</em><br>\n<em>2. Engage in a forever friendship with Him.</em></address>\n<address><em>3. Serve others with passion and joy.</em></address>\n<address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>\n<p>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.</p>\n<p>Programming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.</p>\n<h3><strong>Nursery/Toddler (infant - age 2)<br>\n</strong></h3>\n<p>For our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.</p>\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)<br>\n</strong></h3>\n<p>Each week our preschoolers and kindergartners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.</p>\n<h3><strong>Elementary (1st - 5th grade)<br>\n</strong></h3>\n<p>One of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.</p>\n<p>If you have any questions or comments concerning your child’s weekend experience, please contact our office at 354-3554. We are here to serve you.</p><p><b style=\"font-size: 26px;\" data-fusion-font=\"true\">Children’s Bible Quizzing</b> </p><p>This ministry is an exciting team activity that encourages Bible study, fellowship, fun, and closeness with the Lord! We just started it back up in 2023 and your child is welcome to join. Quiz practice is Sunday mornings from 8:45 to 10:15.</p><p></p>\n<h3><strong> Safety and Security</strong></h3>\n<p>We care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.</p>\n<h3><strong>Sick Child Policy</strong></h3>\n<p>Please help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.</p>\n<p><img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\"></p>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','publish','closed','closed','','children','','','2023-11-07 19:15:47','2023-11-08 03:15:47','',0,'http://www.crosspoint-church.com/?page_id=1458',0,'page','',0),(1459,1,'2016-07-01 01:17:38','2016-07-01 01:17:38','<header>\r\n<h1 class=\"page-title\">Kid’s Zone</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/kids-1.jpg\"><img class=\"alignright size-medium wp-image-1953 imgborder\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/kids-1-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/kids-1-300x200.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/kids-1.jpg 588w\" alt=\"kids--1\" /></a>\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\"><img class=\"size-full wp-image-386 imgborder alignleft\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\" alt=\"christmas story 2\" /></a>\r\n\r\n</div>','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-01 01:17:38','2016-07-01 01:17:38','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1460,1,'2024-12-19 19:36:56','2016-07-01 01:18:12',' ','','','publish','closed','closed','','1460','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1460',7,'nav_menu_item','',0),(1462,1,'2016-07-01 01:28:14','2016-07-01 01:28:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Small Groups</h1>\n</header>\n<p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p>\n<p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p>\n<p>We have a number of groups that meet different times and days throughout the week.</p>\n<p><strong>Current Small Groups</strong></p>\n<ul>\n<li>Sundays at 9am<br></li>\n<li>Tuesdays at 6pm</li>\n<li>Wednesdays at 5:30pm (Babysitting provided)</li>\n<li>Every other Sunday at 4:30pm</li>\n</ul>\n<p>If you would like to get connected to a small group, please contact the church office at info@crosspoint-church.com.</p>\n<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','publish','closed','closed','','small-groups','','','2024-02-08 20:48:49','2024-02-09 04:48:49','',0,'http://www.crosspoint-church.com/?page_id=1462',0,'page','',0),(1463,1,'2016-07-01 01:28:14','2016-07-01 01:28:14','<header>\r\n<h1 class=\"page-title\">Community Groups</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<blockquote>At CrossPoint we believe life is a team sport–best done together!</blockquote>\r\nCommunity Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or and email.\r\n\r\nCommunity Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-07-01 01:28:14','2016-07-01 01:28:14','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1464,1,'2024-12-19 19:36:56','2016-07-01 01:28:34',' ','','','publish','closed','closed','','1464','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1464',9,'nav_menu_item','',0),(1468,1,'2016-07-01 01:30:23','2016-07-01 01:30:23','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" hover_type=\"none\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Youth</h1>\n</header>\n<div class=\"post-content\">\n<p>The Youth Ministry at CrossPoint is for students in 6th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.</p>\n<p>We understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.</p><p>Youth Bible Quizzing is an exciting team activity that encourages Bible study, fellowship, fun, and closeness with the Lord! We just started it back up on Monday evenings in 2023 and your teenager is welcome to join. Additionally, we offer special events for all our youth every month or so.</p>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Youth','','publish','closed','closed','','youth','','','2023-11-07 19:16:54','2023-11-08 03:16:54','',0,'http://www.crosspoint-church.com/?page_id=1468',0,'page','',0),(1469,1,'2016-07-01 01:30:23','2016-07-01 01:30:23','<header>\r\n<h1 class=\"page-title\">Youth</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe Youth Ministry at CrossPoint is for students in 7th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.\r\n\r\nWe understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.\r\n\r\n</div>','Youth','','inherit','closed','closed','','1468-revision-v1','','','2016-07-01 01:30:23','2016-07-01 01:30:23','',1468,'http://www.crosspoint-church.com/1468-revision-v1/',0,'revision','',0),(1470,1,'2024-12-19 19:36:56','2016-07-01 01:30:48',' ','','','publish','closed','closed','','1470','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1470',8,'nav_menu_item','',0),(1481,1,'2016-07-01 17:17:22','2016-07-01 17:17:22','','061216-bulletin','','inherit','open','closed','','061216-bulletin','','','2016-07-01 17:17:22','2016-07-01 17:17:22','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/061216-bulletin.pdf',0,'attachment','application/pdf',0),(1482,1,'2016-07-01 17:17:32','2016-07-01 17:17:32','','060516-bulletin','','inherit','open','closed','','060516-bulletin','','','2016-07-01 17:17:32','2016-07-01 17:17:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/060516-bulletin.pdf',0,'attachment','application/pdf',0),(1483,1,'2016-07-01 17:18:28','2016-07-01 17:18:28','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/062616-bulletin.pdf\">June 26, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061916-bulletin.pdf\">June 19, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061216-bulletin.pdf\">June 12, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/060516-bulletin.pdf\">June 5, 2016</a>\r\n\r\n</div>\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-01 17:18:28','2016-07-01 17:18:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1484,1,'2016-07-01 19:22:15','2016-07-01 19:22:15','','IMG_0514-1024x683','','inherit','open','closed','','img_0514-1024x683','','','2016-07-01 19:22:15','2016-07-01 19:22:15','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_0514-1024x683.jpg',0,'attachment','image/jpeg',0),(1485,1,'2016-07-01 23:45:58','2016-07-01 23:45:58','','IMG_0514-1024x683-1024x683','','inherit','open','closed','','img_0514-1024x683-1024x683','','','2016-07-01 23:45:58','2016-07-01 23:45:58','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_0514-1024x683-1024x683-1.jpg',0,'attachment','image/jpeg',0),(1507,1,'2016-07-02 03:20:46','2016-07-02 03:20:46','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-07-02 03:20:46','2016-07-02 03:20:46','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1511,1,'2024-12-19 19:36:56','2016-07-02 19:21:14','','WHO WE ARE','','publish','closed','closed','','who-we-are-2','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1511',2,'nav_menu_item','',0),(1512,1,'2024-12-19 19:36:56','2016-07-02 19:22:42','','MINISTRIES','','publish','closed','closed','','ministries-2','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1512',6,'nav_menu_item','',0),(1513,1,'2024-12-19 19:36:56','2016-07-02 19:24:19','','RESOURCES','','publish','closed','closed','','resources','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=1513',12,'nav_menu_item','',0),(1514,1,'2016-07-02 19:28:51','2016-07-02 19:28:51','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:28:51','2016-07-02 19:28:51','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1515,1,'2016-07-02 19:29:58','2016-07-02 19:29:58','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:29:58','2016-07-02 19:29:58','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1516,1,'2016-07-02 19:31:28','2016-07-02 19:31:28','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"#\" twitter=\"#\" instagram=\"#\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:31:28','2016-07-02 19:31:28','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1517,1,'2016-07-02 19:33:11','2016-07-02 19:33:11','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n<p style=\"text-align: center;\">Avada Church is a movement of churches working together to change the nation through a network of church leaders, national gatherings, training events and resources. Giving God all the glory he deserves.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:33:11','2016-07-02 19:33:11','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1518,1,'2016-07-02 19:33:58','2016-07-02 19:33:58','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://avada.theme-fusion.com/church/community/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]JOIN OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:33:58','2016-07-02 19:33:58','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1519,1,'2016-07-02 19:35:47','2016-07-02 19:35:47','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/give_bkgd-compressor-2.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-02 19:35:47','2016-07-02 19:35:47','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1520,1,'2016-07-03 16:55:08','2016-07-03 16:55:08','','July 3, 2016','','inherit','open','closed','','070316-bulletin','','','2016-07-03 16:55:51','2016-07-03 16:55:51','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf',0,'attachment','application/pdf',0),(1521,1,'2016-07-03 16:55:58','2016-07-03 16:55:58','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf\">July 3, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/062616-bulletin.pdf\">June 26, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061916-bulletin.pdf\">June 19, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061216-bulletin.pdf\">June 12, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/060516-bulletin.pdf\">June 5, 2016</a>\r\n\r\n</div>\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-03 16:55:58','2016-07-03 16:55:58','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1522,1,'2016-07-05 18:18:52','2016-07-05 18:18:52','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-05 18:18:52','2016-07-05 18:18:52','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1523,1,'2016-07-05 18:19:56','2016-07-05 18:19:56','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"#1e73be\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/testimonial_bkgd2-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-05 18:19:56','2016-07-05 18:19:56','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1524,1,'2016-07-05 18:23:16','2016-07-05 18:23:16','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-05 18:23:16','2016-07-05 18:23:16','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1525,1,'2016-07-05 18:25:16','2016-07-05 18:25:16','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-05 18:25:16','2016-07-05 18:25:16','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1526,1,'2016-07-05 18:27:13','2016-07-05 18:27:13','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"135\" padding_bottom=\"150\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10\" padding_bottom=\"10\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-05 18:27:13','2016-07-05 18:27:13','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1527,1,'2016-07-05 18:28:00','2016-07-05 18:28:00','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Get Connected</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][social_links icons_boxed=\"yes\" icons_boxed_radius=\"\" color_type=\"brand\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"https://www.facebook.com/CrossPointLynden/\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10\" padding_bottom=\"10\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-07-05 18:28:00','2016-07-05 18:28:00','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1528,1,'2016-07-07 02:21:37','2016-07-07 02:21:37','','bible-wide-960x250','','inherit','open','closed','','bible-wide-960x250-2','','','2016-07-07 02:21:37','2016-07-07 02:21:37','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/bible-wide-960x250.jpg',0,'attachment','image/jpeg',0),(1530,1,'2016-07-07 20:02:16','2016-07-07 20:02:16','','IMG_5529','','inherit','open','closed','','img_5529','','','2016-07-07 20:02:16','2016-07-07 20:02:16','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529.jpg',0,'attachment','image/jpeg',0),(1532,1,'2016-07-07 20:04:21','2016-07-07 20:04:21','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone<img class=\"wp-image-1530 alignnone\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"312\" height=\"208\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n&nbsp;\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\"><img class=\"size-full wp-image-386 imgborder alignleft\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\" alt=\"christmas story 2\" /></a>\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-07 20:04:21','2016-07-07 20:04:21','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1533,1,'2016-07-07 20:05:39','2016-07-07 20:05:39','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"239\" height=\"159\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\"><img class=\"size-full wp-image-386 imgborder alignleft\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\" alt=\"christmas story 2\" /></a>\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-07 20:05:39','2016-07-07 20:05:39','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1534,1,'2016-07-07 20:06:29','2016-07-07 20:06:29','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"266\" height=\"178\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<a href=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\"><img class=\"size-full wp-image-386 imgborder alignleft\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/christmas-story-2.jpg\" alt=\"christmas story 2\" /></a>\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-07 20:06:29','2016-07-07 20:06:29','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1535,1,'2016-07-07 20:07:40','2016-07-07 20:07:40','','IMG_6503','','inherit','open','closed','','img_6503','','','2016-07-07 20:07:40','2016-07-07 20:07:40','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503.jpg',0,'attachment','image/jpeg',0),(1536,1,'2016-07-07 20:08:32','2016-07-07 20:08:32','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"266\" height=\"178\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter size-full wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"4000\" height=\"2667\" />\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-07 20:08:32','2016-07-07 20:08:32','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1537,1,'2016-07-07 20:09:09','2016-07-07 20:09:09','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"266\" height=\"178\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h2><strong>Nursery/Toddler</strong></h2>\r\nFor our littlest attendees, we provide a safe and nurturing environment where simple songs and stories teach them about the God who loves them.\r\n<h2><strong>Preschool</strong></h2>\r\nEach week our preschoolers engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h2><strong>Elementary</strong></h2>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Renae Honcoop at 354-3554.  We are here to serve you.\r\n<h2><strong> Safety and Security</strong></h2>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h2><strong>Sick Child Policy</strong></h2>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-07-07 20:09:09','2016-07-07 20:09:09','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1539,1,'2016-07-14 15:01:54','2016-07-14 15:01:54','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-14 15:01:54','2016-07-14 15:01:54','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1540,1,'2016-07-17 19:43:17','2016-07-17 19:43:17','','July 17, 2016','','inherit','open','closed','','071716-bulletin','','','2016-07-17 19:44:18','2016-07-17 19:44:18','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf',0,'attachment','application/pdf',0),(1541,1,'2016-07-17 19:43:20','2016-07-17 19:43:20','','July 10, 2016','','inherit','open','closed','','071016-bulletin','','','2016-07-17 19:43:45','2016-07-17 19:43:45','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf',0,'attachment','application/pdf',0),(1542,1,'2016-07-17 19:44:24','2016-07-17 19:44:24','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf\">July 10, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf\">July 3, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/062616-bulletin.pdf\">June 26, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061916-bulletin.pdf\">June 19, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061216-bulletin.pdf\">June 12, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-17 19:44:24','2016-07-17 19:44:24','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1544,1,'2016-07-25 04:35:14','2016-07-25 04:35:14','','July 24, 2016','','inherit','open','closed','','072416-bulletin','','','2016-07-25 04:35:34','2016-07-25 04:35:34','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf',0,'attachment','application/pdf',0),(1545,1,'2016-07-25 04:35:36','2016-07-25 04:35:36','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf\">July 10, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf\">July 3, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/062616-bulletin.pdf\">June 26, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/061916-bulletin.pdf\">June 19, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-25 04:35:36','2016-07-25 04:35:36','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1546,1,'2016-07-28 01:16:16','2016-07-28 01:16:16','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center; letter-spacing: 2px; font-weight: 600;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n<p style=\"letter-spacing: 2px; font-weight: 600; text-align: left;\">Sign up for our Prayer List:</p>\r\n\r\n<pre>&lt;form method=\"post\" action=\"https://new.flocknote.com/group/112435/addToGroupFromOutside\" target=\"_blank\"&gt;\r\n&lt;input type=\"text\" name=\"fname\" placeholder=\"First Name\" /&gt;	\r\n&lt;input type=\"text\" name=\"lname\" placeholder=\"Last Name\" /&gt;\r\n&lt;input type=\"email\" name=\"email\" placeholder=\"Email Address\" /&gt;\r\n&lt;input type=\"tel\" name=\"mobile_phone\" placeholder=\"Mobile Phone\" /&gt;\r\n&lt;button type=\"submit\" value=\"submit\"&gt;Sign Me Up&lt;/button&gt;\r\n&lt;/form&gt;\r\n</pre>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-28 01:16:16','2016-07-28 01:16:16','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1547,1,'2016-07-28 01:18:06','2016-07-28 01:18:06','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n\r\n<form action=\"https://new.flocknote.com/group/112435/addToGroupFromOutside\" method=\"post\" target=\"_blank\"><input name=\"fname\" type=\"text\" placeholder=\"First Name\" />\r\n<input name=\"lname\" type=\"text\" placeholder=\"Last Name\" />\r\n<input name=\"email\" type=\"email\" placeholder=\"Email Address\" />\r\n<input name=\"mobile_phone\" type=\"tel\" placeholder=\"Mobile Phone\" />\r\n<button type=\"submit\" value=\"submit\">Sign Me Up</button></form>[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-28 01:18:06','2016-07-28 01:18:06','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1548,1,'2016-07-28 01:18:53','2016-07-28 01:18:53','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></p>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-28 01:18:53','2016-07-28 01:18:53','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1549,1,'2016-07-28 01:20:12','2016-07-28 01:20:12','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us…everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\"  stretch=\"no\"  type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-07-28 01:20:12','2016-07-28 01:20:12','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1550,1,'2016-07-28 01:25:46','2016-07-28 01:25:46','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the text below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\">Online Giving </a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-07-28 01:25:46','2016-07-28 01:25:46','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1551,1,'2016-07-28 01:28:31','2016-07-28 01:28:31','','online giving point click','','inherit','open','closed','','online-giving-point-click','','','2016-07-28 01:28:31','2016-07-28 01:28:31','',12,'http://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg',0,'attachment','image/jpeg',0),(1552,1,'2016-07-28 01:29:18','2016-07-28 01:29:18','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-07-28 01:29:18','2016-07-28 01:29:18','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1554,1,'2016-07-28 02:04:22','2016-07-28 02:04:22','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-07-28 02:04:22','2016-07-28 02:04:22','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1555,1,'2016-07-29 01:11:53','2016-07-29 01:11:53','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…There’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-07-29 01:11:53','2016-07-29 01:11:53','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1556,1,'2016-07-29 01:12:45','2016-07-29 01:12:45','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 6th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-07-29 01:12:45','2016-07-29 01:12:45','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1557,1,'2016-07-31 18:59:36','2016-07-31 18:59:36','','July 31, 2016','','inherit','open','closed','','073116-bulletin','','','2016-07-31 19:02:24','2016-07-31 19:02:24','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf',0,'attachment','application/pdf',0),(1558,1,'2016-07-31 19:02:28','2016-07-31 19:02:28','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf\">July 10, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf\">July 3, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/062616-bulletin.pdf\">June 26, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-07-31 19:02:28','2016-07-31 19:02:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1560,1,'2016-08-07 15:49:34','2016-08-07 15:49:34','','August 7, 2016','','inherit','open','closed','','080716-bulletin','','','2016-08-07 15:49:56','2016-08-07 15:49:56','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf',0,'attachment','application/pdf',0),(1561,1,'2016-08-07 15:50:00','2016-08-07 15:50:00','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf\">July 10, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/070316-bulletin.pdf\">July 3, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-08-07 15:50:00','2016-08-07 15:50:00','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1562,1,'2016-08-10 21:05:42','2016-08-10 21:05:42','<header>\r\n<h1 class=\"page-title\">Small Groups</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<blockquote>At CrossPoint we believe life is a team sport–best done together!</blockquote>\r\nCommunity Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nCommunity Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-10 21:05:42','2016-08-10 21:05:42','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1563,1,'2016-08-10 21:06:21','2016-08-10 21:06:21','<header>\r\n<h1 class=\"page-title\">Small Groups</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n<blockquote>At CrossPoint we believe life is a team sport–best done together!</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nCommunity Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-10 21:06:21','2016-08-10 21:06:21','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1564,1,'2016-08-14 15:56:08','2016-08-14 15:56:08','','August 14, 2016','','inherit','open','closed','','081416-bulletin','','','2016-08-14 15:56:21','2016-08-14 15:56:21','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf',0,'attachment','application/pdf',0),(1565,1,'2016-08-14 15:56:27','2016-08-14 15:56:27','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf\">August 14, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071016-bulletin.pdf\">July 10, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-08-14 15:56:27','2016-08-14 15:56:27','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1567,1,'2016-08-21 19:09:15','2016-08-21 19:09:15','','August 21, 2016','','inherit','open','closed','','august-21-2016','','','2016-08-21 19:09:33','2016-08-21 19:09:33','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf',0,'attachment','application/pdf',0),(1568,1,'2016-08-21 19:09:36','2016-08-21 19:09:36','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf\">August 14, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/071716-bulletin.pdf\">July 17, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-08-21 19:09:36','2016-08-21 19:09:36','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1569,1,'2016-08-24 19:26:07','2016-08-24 19:26:07','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n&lt;form name=\"dForm\" id=\"dForm\" method=\"post\" action=\"#\"&gt;&lt;div id=\"donorContainer\"&gt;&lt;/div&gt;&lt;/form&gt;\r\n&lt;script language=\"JavaScript\" id=\"dScript\" src=\"//my.simplegive.com/inline/js?uid=CPCHURCHConv&amp;w=n&amp;color=006633\"&gt;&lt;/script&gt;\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-24 19:26:07','2016-08-24 19:26:07','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1570,1,'2016-08-24 19:27:28','2016-08-24 19:27:28','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\n<form id=\"dForm\" action=\"#\" method=\"post\" name=\"dForm\">\r\n<div id=\"donorContainer\"></div>\r\n</form><script language=\"JavaScript\" id=\"dScript\" src=\"//my.simplegive.com/inline/js?uid=CPCHURCHConv&w=n&color=006633\"></script>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<form id=\"dForm\" action=\"#\" method=\"post\" name=\"dForm\">\r\n<div id=\"donorContainer\"></div>\r\n</form>&nbsp;\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-24 19:27:28','2016-08-24 19:27:28','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1571,1,'2016-08-24 19:29:09','2016-08-24 19:29:09','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\n <a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\">Click Here to Give Online</a> \r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<form id=\"dForm\" action=\"#\" method=\"post\" name=\"dForm\">\r\n<div id=\"donorContainer\"></div>\r\n</form>&nbsp;\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-24 19:29:09','2016-08-24 19:29:09','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1573,1,'2016-08-24 19:30:13','2016-08-24 19:30:13','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n\r\n<form id=\"dForm\" action=\"#\" method=\"post\" name=\"dForm\">\r\n<div id=\"donorContainer\"></div>\r\n</form>&nbsp;\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-24 19:30:13','2016-08-24 19:30:13','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1574,1,'2016-08-24 19:32:45','2016-08-24 19:32:45','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-24 19:32:45','2016-08-24 19:32:45','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1576,1,'2016-08-24 20:57:40','2016-08-24 20:57:40','[fusion_text]<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"266\" height=\"178\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler  (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary  (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554.  We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-08-24 20:57:40','2016-08-24 20:57:40','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1578,1,'2016-08-24 21:01:42','2016-08-24 21:01:42','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"><img class=\"wp-image-1530 alignnone alignright\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_5529-e1467921837178.jpg\" alt=\"IMG_5529\" width=\"266\" height=\"178\" /></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler  (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary  (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554.  We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-08-24 21:01:42','2016-08-24 21:01:42','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1580,1,'2016-08-24 21:05:57','2016-08-24 21:05:57','','CP Day Camp-16','','inherit','open','closed','','cp-day-camp-16','','','2016-08-24 21:05:57','2016-08-24 21:05:57','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16.jpg',0,'attachment','image/jpeg',0),(1581,1,'2016-08-24 21:07:32','2016-08-24 21:07:32','[fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler  (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary  (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554.  We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text]','Children','','inherit','closed','closed','','1458-revision-v1','','','2016-08-24 21:07:32','2016-08-24 21:07:32','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1582,1,'2016-08-24 22:19:07','2016-08-24 22:19:07','<header>\r\n<h1 class=\"page-title\">Youth</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe Youth Ministry at CrossPoint is for students in 6th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.\r\n\r\nWe understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.\r\n\r\n</div>','Youth','','inherit','closed','closed','','1468-revision-v1','','','2016-08-24 22:19:07','2016-08-24 22:19:07','',1468,'http://www.crosspoint-church.com/1468-revision-v1/',0,'revision','',0),(1583,1,'2016-08-24 22:19:14','2016-08-24 22:19:14','<header>\r\n<h1 class=\"page-title\">Youth</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe Youth Ministry at CrossPoint is for students in 6th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.\r\n\r\nWe understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.\r\n\r\n</div>','Youth','','inherit','closed','closed','','1468-autosave-v1','','','2016-08-24 22:19:14','2016-08-24 22:19:14','',1468,'http://www.crosspoint-church.com/1468-autosave-v1/',0,'revision','',0),(1584,1,'2016-08-24 22:20:32','2016-08-24 22:20:32','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  The children are dismissed from the worship service just prior to the morning message. We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-08-24 22:20:32','2016-08-24 22:20:32','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1585,1,'2016-08-24 22:22:51','2016-08-24 22:22:51','[fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_full]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2016-08-24 22:22:51','2016-08-24 22:22:51','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1586,1,'2016-08-24 22:30:52','2016-08-24 22:30:52','','523264_721942799110_779171514_n','','inherit','open','closed','','523264_721942799110_779171514_n','','','2016-08-24 22:30:52','2016-08-24 22:30:52','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/523264_721942799110_779171514_n.jpg',0,'attachment','image/jpeg',0),(1587,1,'2016-08-24 22:32:28','2016-08-24 22:32:28','','523264_721942799110_779171514_n (1)','','inherit','open','closed','','523264_721942799110_779171514_n-1','','','2016-08-24 22:32:28','2016-08-24 22:32:28','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/523264_721942799110_779171514_n-1.jpg',0,'attachment','image/jpeg',0),(1589,1,'2016-08-25 02:13:37','2016-08-25 02:13:37','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-25 02:13:37','2016-08-25 02:13:37','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1590,1,'2016-08-26 17:41:59','2016-08-26 17:41:59','','small-group','','inherit','open','closed','','small-group','','','2016-08-26 17:41:59','2016-08-26 17:41:59','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/small-group.jpg',0,'attachment','image/jpeg',0),(1591,1,'2016-08-26 17:42:07','2016-08-26 17:42:07','','jesus-small-groups','','inherit','open','closed','','jesus-small-groups','','','2016-08-26 17:42:07','2016-08-26 17:42:07','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/jesus-small-groups.jpg',0,'attachment','image/jpeg',0),(1592,1,'2016-08-26 17:42:14','2016-08-26 17:42:14','','small_groups_2','','inherit','open','closed','','small_groups_2','','','2016-08-26 17:42:14','2016-08-26 17:42:14','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/small_groups_2.jpg',0,'attachment','image/jpeg',0),(1594,1,'2016-08-26 17:47:37','2016-08-26 17:47:37','','Community','','publish','closed','closed','','small-groups','','','2016-08-26 17:57:50','2016-08-26 17:57:50','',0,'http://www.crosspoint-church.com/?post_type=slide&#038;p=1594',0,'slide','',0),(1597,1,'2016-08-26 18:03:16','2016-08-26 18:03:16','','SmallGroups','','publish','closed','closed','','home-2','','','2022-02-16 15:00:16','2022-02-16 23:00:16','',0,'http://www.crosspoint-church.com/slide/home-cloned/',0,'slide','',0),(1598,1,'2016-08-26 18:06:26','2016-08-26 18:06:26','<div class=\"post-content\">\r\n<blockquote>At CrossPoint we believe life is a team sport–best done together!</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nCommunity Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 18:06:26','2016-08-26 18:06:26','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1599,1,'2016-08-26 18:07:44','2016-08-26 18:07:44','<div class=\"post-content\">\r\n<blockquote>\r\n<h4>At CrossPoint we believe life is a team sport–best done together!</h4>\r\n</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nCommunity Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 18:07:44','2016-08-26 18:07:44','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1600,1,'2016-08-26 18:19:48','2016-08-26 18:19:48','<div class=\"post-content\">\r\n<blockquote>\r\n<h4>At CrossPoint we believe life is a team sport–best done together!</h4>\r\n</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 18:19:48','2016-08-26 18:19:48','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1601,1,'2016-08-26 20:39:50','2016-08-26 20:39:50','<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<blockquote>\r\n<h4>At CrossPoint we believe life is a team sport–best done together!</h4>\r\n</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 20:39:50','2016-08-26 20:39:50','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1602,1,'2016-08-26 20:40:25','2016-08-26 20:40:25','<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<blockquote>\r\n<h5>At CrossPoint we believe life is a team sport–best done together!</h5>\r\n</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 20:40:25','2016-08-26 20:40:25','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1603,1,'2016-08-26 20:40:56','2016-08-26 20:40:56','<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<blockquote>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\n</blockquote>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 20:40:56','2016-08-26 20:40:56','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1604,1,'2016-08-26 20:41:38','2016-08-26 20:41:38','<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2016-08-26 20:41:38','2016-08-26 20:41:38','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1605,1,'2016-08-27 17:03:50','2016-08-27 17:03:50','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/testimonial_bkgd5-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"170\" padding_bottom=\"170\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-27 17:03:50','2016-08-27 17:03:50','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1606,1,'2016-08-27 17:05:53','2016-08-27 17:05:53','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fullwidth]','Give','','inherit','closed','closed','','12-revision-v1','','','2016-08-27 17:05:53','2016-08-27 17:05:53','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1607,1,'2016-08-27 17:13:09','2016-08-27 17:13:09','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"15\" bottom_margin=\"15\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10\" padding_bottom=\"10\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-08-27 17:13:09','2016-08-27 17:13:09','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1608,1,'2016-08-27 17:14:12','2016-08-27 17:14:12','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10\" padding_bottom=\"10\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-08-27 17:14:12','2016-08-27 17:14:12','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1609,1,'2016-08-27 17:14:49','2016-08-27 17:14:49','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fullwidth][fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/one_third][one_third last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/one_third][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/button][/fullwidth]','Contact','','inherit','closed','closed','','847-revision-v1','','','2016-08-27 17:14:49','2016-08-27 17:14:49','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1610,1,'2016-08-28 15:44:59','2016-08-28 15:44:59','','August 28, 2016','','inherit','open','closed','','august-28-2016','','','2016-08-28 15:44:59','2016-08-28 15:44:59','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf',0,'attachment','application/pdf',0),(1611,1,'2016-08-28 15:45:23','2016-08-28 15:45:23','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf\">August 14, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/072416-bulletin.pdf\">July 24, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-08-28 15:45:23','2016-08-28 15:45:23','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1613,1,'2016-09-02 00:49:39','2016-09-02 00:49:39','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us.  Everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 00:49:39','2016-09-02 00:49:39','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1614,1,'2016-09-02 00:50:31','2016-09-02 00:50:31','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us....everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 00:50:31','2016-09-02 00:50:31','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1615,1,'2016-09-02 00:52:14','2016-09-02 00:52:14','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 00:52:14','2016-09-02 00:52:14','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1616,1,'2016-09-02 01:26:49','2016-09-02 01:26:49','','arrow-up','','inherit','open','closed','','arrow-up','','','2016-09-02 01:26:49','2016-09-02 01:26:49','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/arrow-up.png',0,'attachment','image/png',0),(1617,1,'2016-09-02 01:26:49','2016-09-02 01:26:49','','bg','','inherit','open','closed','','bg','','','2016-09-02 01:26:49','2016-09-02 01:26:49','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg.jpg',0,'attachment','image/jpeg',0),(1618,1,'2016-09-02 01:26:50','2016-09-02 01:26:50','','bg21','','inherit','open','closed','','bg21','','','2016-09-02 01:26:50','2016-09-02 01:26:50','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg21.jpg',0,'attachment','image/jpeg',0),(1619,1,'2016-09-02 01:26:51','2016-09-02 01:26:51','','bg31','','inherit','open','closed','','bg31','','','2016-09-02 01:26:51','2016-09-02 01:26:51','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg31.jpg',0,'attachment','image/jpeg',0),(1620,1,'2016-09-02 01:26:53','2016-09-02 01:26:53','','bg4','','inherit','open','closed','','bg4','','','2016-09-02 01:26:53','2016-09-02 01:26:53','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg4.jpg',0,'attachment','image/jpeg',0),(1621,1,'2016-09-02 01:27:03','2016-09-02 01:27:03','','bg51','','inherit','open','closed','','bg51','','','2016-09-02 01:27:03','2016-09-02 01:27:03','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg51.jpg',0,'attachment','image/jpeg',0),(1622,1,'2016-09-02 01:27:06','2016-09-02 01:27:06','','bg6b','','inherit','open','closed','','bg6b','','','2016-09-02 01:27:06','2016-09-02 01:27:06','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/bg6b.jpg',0,'attachment','image/jpeg',0),(1623,1,'2016-09-02 01:27:08','2016-09-02 01:27:08','','circle','','inherit','open','closed','','circle','','','2016-09-02 01:27:08','2016-09-02 01:27:08','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/circle.png',0,'attachment','image/png',0),(1624,1,'2016-09-02 01:27:08','2016-09-02 01:27:08','','feature-android','','inherit','open','closed','','feature-android','','','2016-09-02 01:27:08','2016-09-02 01:27:08','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-android.png',0,'attachment','image/png',0),(1625,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-html5','','inherit','open','closed','','feature-html5','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-html5.png',0,'attachment','image/png',0),(1626,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-ios','','inherit','open','closed','','feature-ios','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-ios.png',0,'attachment','image/png',0),(1627,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-layers','','inherit','open','closed','','feature-layers','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-layers.png',0,'attachment','image/png',0),(1628,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-mobile','','inherit','open','closed','','feature-mobile','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-mobile.png',0,'attachment','image/png',0),(1629,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-options','','inherit','open','closed','','feature-options','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-options.png',0,'attachment','image/png',0),(1630,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-performance','','inherit','open','closed','','feature-performance','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-performance.png',0,'attachment','image/png',0),(1631,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-responsive','','inherit','open','closed','','feature-responsive','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-responsive.png',0,'attachment','image/png',0),(1632,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-slideshow','','inherit','open','closed','','feature-slideshow','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-slideshow.png',0,'attachment','image/png',0),(1633,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-vimeo','','inherit','open','closed','','feature-vimeo','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-vimeo.png',0,'attachment','image/png',0),(1634,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-wordpress','','inherit','open','closed','','feature-wordpress','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-wordpress.png',0,'attachment','image/png',0),(1635,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','feature-youtube','','inherit','open','closed','','feature-youtube','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/feature-youtube.png',0,'attachment','image/png',0),(1636,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','html5-color','','inherit','open','closed','','html5-color','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/html5-color.png',0,'attachment','image/png',0),(1637,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','ls5box','','inherit','open','closed','','ls5box','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/ls5box.png',0,'attachment','image/png',0),(1638,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','mouse','','inherit','open','closed','','mouse','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/mouse.png',0,'attachment','image/png',0),(1639,1,'2016-09-02 01:27:09','2016-09-02 01:27:09','','slide-a-1','','inherit','open','closed','','slide-a-1','','','2016-09-02 01:27:09','2016-09-02 01:27:09','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-1.png',0,'attachment','image/png',0),(1641,1,'2016-09-02 01:27:11','2016-09-02 01:27:11','','slide-a-2','','inherit','open','closed','','slide-a-2','','','2016-09-02 01:27:11','2016-09-02 01:27:11','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-2.png',0,'attachment','image/png',0),(1642,1,'2016-09-02 01:27:12','2016-09-02 01:27:12','','slide-a-3','','inherit','open','closed','','slide-a-3','','','2016-09-02 01:27:12','2016-09-02 01:27:12','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-3.png',0,'attachment','image/png',0),(1643,1,'2016-09-02 01:27:13','2016-09-02 01:27:13','','slide-a-4','','inherit','open','closed','','slide-a-4','','','2016-09-02 01:27:13','2016-09-02 01:27:13','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-4.png',0,'attachment','image/png',0),(1644,1,'2016-09-02 01:27:14','2016-09-02 01:27:14','','slide-a-5','','inherit','open','closed','','slide-a-5','','','2016-09-02 01:27:14','2016-09-02 01:27:14','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-5.png',0,'attachment','image/png',0),(1645,1,'2016-09-02 01:27:14','2016-09-02 01:27:14','','slide-a-6','','inherit','open','closed','','slide-a-6','','','2016-09-02 01:27:14','2016-09-02 01:27:14','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-a-6.png',0,'attachment','image/png',0),(1646,1,'2016-09-02 01:27:14','2016-09-02 01:27:14','','slide-b-1','','inherit','open','closed','','slide-b-1','','','2016-09-02 01:27:14','2016-09-02 01:27:14','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-1.png',0,'attachment','image/png',0),(1647,1,'2016-09-02 01:27:20','2016-09-02 01:27:20','','slide-b-2','','inherit','open','closed','','slide-b-2','','','2016-09-02 01:27:20','2016-09-02 01:27:20','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-2.png',0,'attachment','image/png',0),(1648,1,'2016-09-02 01:27:24','2016-09-02 01:27:24','','slide-b-3','','inherit','open','closed','','slide-b-3','','','2016-09-02 01:27:24','2016-09-02 01:27:24','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-3.png',0,'attachment','image/png',0),(1649,1,'2016-09-02 01:27:27','2016-09-02 01:27:27','','slide-b-4','','inherit','open','closed','','slide-b-4','','','2016-09-02 01:27:27','2016-09-02 01:27:27','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-4.png',0,'attachment','image/png',0),(1650,1,'2016-09-02 01:27:28','2016-09-02 01:27:28','','slide-b-5','','inherit','open','closed','','slide-b-5','','','2016-09-02 01:27:28','2016-09-02 01:27:28','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-5.png',0,'attachment','image/png',0),(1651,1,'2016-09-02 01:27:28','2016-09-02 01:27:28','','slide-b-bg','','inherit','open','closed','','slide-b-bg','','','2016-09-02 01:27:28','2016-09-02 01:27:28','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-b-bg.jpg',0,'attachment','image/jpeg',0),(1652,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-1','','inherit','open','closed','','slide-d-5-1','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-1.png',0,'attachment','image/png',0),(1653,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-2','','inherit','open','closed','','slide-d-5-2','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-2.png',0,'attachment','image/png',0),(1654,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-3','','inherit','open','closed','','slide-d-5-3','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-3.png',0,'attachment','image/png',0),(1655,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-4','','inherit','open','closed','','slide-d-5-4','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-4.png',0,'attachment','image/png',0),(1656,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-5','','inherit','open','closed','','slide-d-5-5','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-5.png',0,'attachment','image/png',0),(1657,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','slide-d-5-6','','inherit','open','closed','','slide-d-5-6','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/slide-d-5-6.png',0,'attachment','image/png',0),(1658,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','vimeo-color','','inherit','open','closed','','vimeo-color','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/vimeo-color.png',0,'attachment','image/png',0),(1659,1,'2016-09-02 01:27:29','2016-09-02 01:27:29','','youtube-color','','inherit','open','closed','','youtube-color','','','2016-09-02 01:27:29','2016-09-02 01:27:29','',37,'/home/crossp22/public_html/wp-content/uploads/layerslider/LayerSlider-5-responsive-demo-slider/youtube-color.png',0,'attachment','image/png',0),(1661,1,'2016-09-02 01:35:00','2016-09-02 01:35:00','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 01:35:00','2016-09-02 01:35:00','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1662,1,'2016-09-02 01:36:59','2016-09-02 01:36:59','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"100\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 01:36:59','2016-09-02 01:36:59','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1663,1,'2016-09-02 02:45:38','2016-09-02 02:45:38','[fullwidth background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][title size=\"1\" content_align=\"center\" style_type=\"default\" sep_color=\"\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">OUR BELIEFS</p>\r\n[/title][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fullwidth]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2016-09-02 02:45:38','2016-09-02 02:45:38','',611,'http://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(1664,1,'2016-09-02 02:46:21','2016-09-02 02:46:21','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fullwidth]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2016-09-02 02:46:21','2016-09-02 02:46:21','',611,'http://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(1665,1,'2016-09-02 19:22:09','2016-09-02 19:22:09','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/who-we-are/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 19:22:09','2016-09-02 19:22:09','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1666,1,'2016-09-02 19:23:32','2016-09-02 19:23:32','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">We Celebrate The Creator</h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-09-02 19:23:32','2016-09-02 19:23:32','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1670,1,'2016-09-02 22:37:12','2016-09-02 22:37:12','','crosspoint long 250 pixels','','inherit','open','closed','','crosspoint-long-250-pixels','','','2016-09-02 22:37:12','2016-09-02 22:37:12','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/09/crosspoint-long-250-pixels.png',0,'attachment','image/png',0),(1671,1,'2017-03-21 21:01:00','2017-03-21 21:01:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Nazarene Links</h1>\n</header>\n<div class=\"post-content\">\n\nOur denomination has a host of resources available!\n\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\n\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\n\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\n\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\n\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-autosave-v1','','','2017-03-21 21:01:00','2017-03-21 21:01:00','',1448,'http://www.crosspoint-church.com/1448-autosave-v1/',0,'revision','',0),(1672,1,'2016-09-02 22:58:52','2016-09-02 22:58:52','','What is a nazarene','','publish','closed','closed','','nazarene-logos','','','2017-04-22 19:54:11','2017-04-22 19:54:11','',0,'http://www.crosspoint-church.com/?post_type=slide&#038;p=1672',0,'slide','',0),(1674,1,'2016-09-02 22:59:27','2016-09-02 22:59:27','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a>\r\n\r\n<a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a>\r\n\r\n<a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site\r\n</a>\r\n\r\n<a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a>\r\n\r\n<a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a>\r\n\r\n</div>','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2016-09-02 22:59:27','2016-09-02 22:59:27','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1676,1,'2016-09-02 23:07:22','2016-09-02 23:07:22','','Nazarene Logo Background 1280 x 720','','inherit','open','closed','','nazarene-logo-background-1280-x-720','','','2016-09-02 23:07:22','2016-09-02 23:07:22','',1672,'http://www.crosspoint-church.com/wp-content/uploads/2016/09/Nazarene-Logo-Background-1280-x-720.jpg',0,'attachment','image/jpeg',0),(1677,1,'2016-09-02 23:37:04','2016-09-02 23:37:04','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2016-09-02 23:37:04','2016-09-02 23:37:04','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1678,1,'2016-09-04 01:06:38','2016-09-04 01:06:38','','Picture1','','inherit','open','closed','','picture1','','','2016-09-04 01:06:38','2016-09-04 01:06:38','',0,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/Picture1.png',0,'attachment','image/png',0),(1684,1,'2016-09-04 19:07:01','2016-09-04 19:07:01','','September 4, 2016','','inherit','open','closed','','september-4-2016','','','2016-09-04 19:07:01','2016-09-04 19:07:01','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf',0,'attachment','application/pdf',0),(1685,1,'2016-09-04 19:07:11','2016-09-04 19:07:11','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf\">August 14, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/073116-bulletin.pdf\">July 31, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-09-04 19:07:11','2016-09-04 19:07:11','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1687,1,'2016-09-11 19:05:57','2016-09-11 19:05:57','','September 11,2016','','inherit','open','closed','','september-11-2016','','','2016-09-11 19:06:33','2016-09-11 19:06:33','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf',0,'attachment','application/pdf',0),(1688,1,'2016-09-11 19:06:40','2016-09-11 19:06:40','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/081416-bulletin.pdf\">August 14, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/080716-bulletin.pdf\">August 7, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-09-11 19:06:40','2016-09-11 19:06:40','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1690,1,'2016-09-25 18:43:54','2016-09-25 18:43:54','','September 18, 2016','','inherit','open','closed','','september-18-2016','','','2016-09-25 18:44:47','2016-09-25 18:44:47','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf',0,'attachment','application/pdf',0),(1691,1,'2016-09-25 18:43:57','2016-09-25 18:43:57','','September 25, 2016','','inherit','open','closed','','september-252016','','','2016-09-25 18:45:54','2016-09-25 18:45:54','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf',0,'attachment','application/pdf',0),(1692,1,'2016-09-25 18:44:53','2016-09-25 18:44:53','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-09-25 18:44:53','2016-09-25 18:44:53','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1693,1,'2016-09-25 18:46:04','2016-09-25 18:46:04','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-21-2016.pdf\">August 21, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-09-25 18:46:04','2016-09-25 18:46:04','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1695,2,'2016-10-02 19:09:38','2016-10-02 19:09:38','','October 2, 2016','','inherit','open','closed','','october-2-2016','','','2016-10-02 19:10:00','2016-10-02 19:10:00','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf',0,'attachment','application/pdf',0),(1697,2,'2016-10-02 19:10:04','2016-10-02 19:10:04','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-28-2016.pdf\">August 28, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-10-02 19:10:04','2016-10-02 19:10:04','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1699,2,'2016-10-09 19:09:50','2016-10-09 19:09:50','','October 9, 2016','','inherit','open','closed','','october-9-2016','','','2016-10-09 19:10:32','2016-10-09 19:10:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf',0,'attachment','application/pdf',0),(1700,2,'2016-10-09 19:10:37','2016-10-09 19:10:37','<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-4-2016.pdf\">September 4, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-10-09 19:10:37','2016-10-09 19:10:37','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1702,2,'2016-10-16 18:52:47','2016-10-16 18:52:47','','October 16, 2016','','inherit','open','closed','','october-16-2016','','','2016-10-16 18:53:08','2016-10-16 18:53:08','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf',0,'attachment','application/pdf',0),(1703,2,'2016-10-16 18:53:15','2016-10-16 18:53:15','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-11-2016.pdf\">September 11,2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-10-16 18:53:15','2016-10-16 18:53:15','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1704,2,'2016-10-23 19:21:12','2016-10-23 19:21:12','','October 23, 2016','','inherit','open','closed','','october-23-2016','','','2016-10-23 19:21:37','2016-10-23 19:21:37','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf',0,'attachment','application/pdf',0),(1705,2,'2016-10-23 19:21:47','2016-10-23 19:21:47','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf\">October 23, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-18-2016.pdf\">September 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-10-23 19:21:47','2016-10-23 19:21:47','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1707,2,'2016-10-30 19:24:19','2016-10-30 19:24:19','','October 30, 2016','','inherit','open','closed','','october302016','','','2016-10-30 19:24:37','2016-10-30 19:24:37','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf',0,'attachment','application/pdf',0),(1708,2,'2016-10-30 19:24:44','2016-10-30 19:24:44','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf\">October 23, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-252016.pdf\">September 25, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-10-30 19:24:44','2016-10-30 19:24:44','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1709,2,'2016-11-06 20:01:26','2016-11-06 20:01:26','','November 6, 2016','','inherit','open','closed','','november62016','','','2016-11-06 20:01:52','2016-11-06 20:01:52','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf',0,'attachment','application/pdf',0),(1710,2,'2016-11-06 20:01:59','2016-11-06 20:01:59','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf\">October 23, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-2-2016.pdf\">October 2, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-11-06 20:01:59','2016-11-06 20:01:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1713,2,'2016-11-13 20:11:18','2016-11-13 20:11:18','','November 13,2016','','inherit','open','closed','','november132016','','','2016-11-13 20:11:41','2016-11-13 20:11:41','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf',0,'attachment','application/pdf',0),(1714,2,'2016-11-13 20:11:50','2016-11-13 20:11:50','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf\">October 23, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-9-2016.pdf\">October 9, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-11-13 20:11:50','2016-11-13 20:11:50','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1715,2,'2016-11-19 16:43:34','2016-11-19 16:43:34','','November 20, 2016','','inherit','open','closed','','november202016','','','2016-11-19 16:43:53','2016-11-19 16:43:53','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf',0,'attachment','application/pdf',0),(1716,2,'2016-11-19 16:43:59','2016-11-19 16:43:59','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-23-2016.pdf\">October 23, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-16-2016.pdf\">October 16, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-11-19 16:43:59','2016-11-19 16:43:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1718,2,'2016-12-04 16:39:19','2016-12-04 16:39:19','','December 4, 2016','','inherit','open','closed','','december-42016','','','2016-12-04 16:40:23','2016-12-04 16:40:23','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf',0,'attachment','application/pdf',0),(1719,2,'2016-12-04 16:39:23','2016-12-04 16:39:23','','November 27, 2016','','inherit','open','closed','','november-2702016','','','2016-12-04 16:39:49','2016-12-04 16:39:49','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf',0,'attachment','application/pdf',0),(1720,2,'2016-12-04 16:39:54','2016-12-04 16:39:54','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-12-04 16:39:54','2016-12-04 16:39:54','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1721,2,'2016-12-04 16:40:28','2016-12-04 16:40:28','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October302016.pdf\">October 30, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-12-04 16:40:28','2016-12-04 16:40:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1722,2,'2016-12-11 19:57:44','2016-12-11 19:57:44','','December 11, 2016','','inherit','open','closed','','december-112016','','','2016-12-11 19:58:07','2016-12-11 19:58:07','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf',0,'attachment','application/pdf',0),(1723,2,'2016-12-11 19:58:19','2016-12-11 19:58:19','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november62016.pdf\">November 6, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-12-11 19:58:19','2016-12-11 19:58:19','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1725,1,'2016-12-15 17:15:28','2016-12-15 17:15:28','','Christmas Eve Invite card','','inherit','open','closed','','christmas-eve-invite-card','','','2016-12-15 17:15:28','2016-12-15 17:15:28','',40,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/Christmas-Eve-Invite-card.png',0,'attachment','image/png',0),(1726,1,'2016-12-15 17:16:12','2016-12-15 17:16:12','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]<img class=\"size-full wp-image-1725 aligncenter\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/Christmas-Eve-Invite-card.png\" alt=\"\" width=\"825\" height=\"637\" />\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2016-12-15 17:16:12','2016-12-15 17:16:12','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1728,2,'2016-12-25 01:27:19','2016-12-25 01:27:19','','December 18, 2016','','inherit','open','closed','','december-182016','','','2016-12-25 01:27:56','2016-12-25 01:27:56','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf',0,'attachment','application/pdf',0),(1729,2,'2016-12-25 01:28:06','2016-12-25 01:28:06','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November132016.pdf\">November 13,2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2016-12-25 01:28:06','2016-12-25 01:28:06','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1731,2,'2017-01-01 20:23:52','2017-01-01 20:23:52','','January 1, 2016','','inherit','open','closed','','january-12016','','','2017-01-01 20:24:05','2017-01-01 20:24:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12016.pdf',0,'attachment','application/pdf',0),(1732,2,'2017-01-01 20:24:10','2017-01-01 20:24:10','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12016.pdf\">January 1, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-01 20:24:10','2017-01-01 20:24:10','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1733,2,'2017-01-01 20:25:05','2017-01-01 20:25:05','','January 1, 2017','','inherit','open','closed','','january-12017','','','2017-01-01 20:25:16','2017-01-01 20:25:16','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf',0,'attachment','application/pdf',0),(1734,2,'2017-01-01 20:25:56','2017-01-01 20:25:56','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November202016.pdf\">November 20, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-01 20:25:56','2017-01-01 20:25:56','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1736,1,'2017-01-04 18:39:16','2017-01-04 18:39:16','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\"><strong>We Celebrate The Creator</strong></p>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-01-04 18:39:16','2017-01-04 18:39:16','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1737,1,'2017-01-04 18:40:06','2017-01-04 18:40:06','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-01-04 18:40:06','2017-01-04 18:40:06','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1738,2,'2017-01-08 19:56:20','2017-01-08 19:56:20','','January 8, 2016','','inherit','open','closed','','january-82016','','','2017-01-08 19:56:33','2017-01-08 19:56:33','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf',0,'attachment','application/pdf',0),(1739,2,'2017-01-08 19:56:40','2017-01-08 19:56:40','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/november-2702016.pdf\">November 27, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-08 19:56:40','2017-01-08 19:56:40','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1741,2,'2017-01-15 20:01:45','2017-01-15 20:01:45','','January 15, 2017','','inherit','open','closed','','january-152017','','','2017-01-15 20:01:56','2017-01-15 20:01:56','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf',0,'attachment','application/pdf',0),(1742,2,'2017-01-15 20:01:58','2017-01-15 20:01:58','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-15 20:01:58','2017-01-15 20:01:58','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1743,2,'2017-01-15 20:02:37','2017-01-15 20:02:37','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/december-42016.pdf\">December 4, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-15 20:02:37','2017-01-15 20:02:37','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1745,2,'2017-01-22 20:01:52','2017-01-22 20:01:52','','January 22, 2017','','inherit','open','closed','','january-222017','','','2017-01-22 20:02:11','2017-01-22 20:02:11','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf',0,'attachment','application/pdf',0),(1746,2,'2017-01-22 20:02:19','2017-01-22 20:02:19','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-112016.pdf\">December 11, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-22 20:02:19','2017-01-22 20:02:19','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1748,2,'2017-01-29 19:32:05','2017-01-29 19:32:05','','January 29, 2017','','inherit','open','closed','','january-292017','','','2017-01-29 19:32:19','2017-01-29 19:32:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf',0,'attachment','application/pdf',0),(1749,2,'2017-01-29 19:32:25','2017-01-29 19:32:25','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n</div>\r\n<a href=\"https://get.adobe.com/reader/?promoid=BUIGO\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-564\" title=\"adobe_reader\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3-300x60.jpg 300w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/adobe_reader3.jpg 336w\" alt=\"\" width=\"300\" height=\"60\" /></a>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-01-29 19:32:25','2017-01-29 19:32:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1751,1,'2017-02-05 02:07:24','2017-02-05 02:07:24','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\">Sunday School and Worship Service have been cancelled for tomorrow morning, February 5, due to the weather.</span></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ff0000;\">See you next week!</span></h3>\r\n<h2 style=\"text-align: center;\"></h2>\r\n<h3 style=\"text-align: center;\"><strong>We Celebrate The Creator</strong></h3>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-02-05 02:07:24','2017-02-05 02:07:24','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1753,1,'2017-02-05 02:24:17','2017-02-05 02:24:17','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fullwidth][fullwidth background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/testimonial][testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/testimonial][testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/testimonial][/testimonials][/fullwidth][fullwidth background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/button][separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fullwidth]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-02-05 02:24:17','2017-02-05 02:24:17','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1755,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler  (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary  (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554.  We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(1756,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1759,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/fusion_map][/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_section_separator divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"1px\" bordercolor=\"#ffffff\" backgroundcolor=\"#ffffff\" class=\"\" id=\"\"/][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1761,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 1.1-2\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 4.24\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 5.18\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 10.30\">10:30</a>)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 28.5-9\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 24.1-50\">Luke 24:1-50</a>)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 8.9\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 4.6\">Galatians 4:6</a>\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ps 19.7\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 17.17\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 15.4\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Tim. 3.16-17\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess. 2.13\">I Thess. 2:13</a>)\r\n\r\nWe believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 1.27\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gen 3.6\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Genesis 6.5\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 5.12\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Prov 20.9\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Josh 24.15\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Kings 20.40\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 7.17\">John 7:17</a>)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 26.26-28\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 14.22-24\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 10.16\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Num 8.7\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Mark 16.16\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 22.16\">Acts 22:16</a>)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 18.21-22\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 John 1.9\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.1\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I John 2.24-25\">24-25</a>)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matt 5.16\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Matthew 7.16-20\">7:16-20</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rom 3.20\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Gal 2.16\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 2.18\">James 2:18</a>,<a href=\"https://biblia.com/bible/niv/James%202.22\" target=\"_blank\">22</a>)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 12.1-31\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.11-16\">Ephesians 4:11-16</a>)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Deut 30.6\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Luke 1.74-75\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Acts 15.8-9\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Cor 6.11\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Eph 4.13\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Ephesians 4.24\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.3\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"I Thessalonians 4.7\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 4.8\">James 4:8</a>)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"John 14.1-3\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Thess 4.13-18\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"James 5.7-8\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Rev 22.12\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"Revelation 22.20\">20</a>)[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',611,'http://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(1762,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<a href=\"https://crosspoint-church.com/about-us/what-is-a-nazarene/attachment/dove_logo-3/\" rel=\"attachment wp-att-33\"><img class=\"alignright size-medium wp-image-33\" title=\"dove_logo\" src=\"https://crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg\" sizes=\"(max-width: 181px) 100vw, 181px\" srcset=\"https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2-181x300.jpg 181w, https://www.crosspoint-church.com/wp-content/uploads/2011/03/dove_logo2.jpg 194w\" alt=\"\" width=\"181\" height=\"300\" /></a>\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',609,'http://www.crosspoint-church.com/609-revision-v1/',0,'revision','',0),(1764,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\" class=\"\" id=\"\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"button-action\" id=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1766,1,'2017-02-07 02:47:09','2017-02-07 02:47:09','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-02-07 02:47:09','2017-02-07 02:47:09','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1767,1,'2017-02-07 02:47:10','2017-02-07 02:47:10','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Humble & Hungry','','inherit','closed','closed','','649-revision-v1','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',649,'http://www.crosspoint-church.com/649-revision-v1/',0,'revision','',0),(1768,1,'2017-02-07 02:47:10','2017-02-07 02:47:10','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Easter 2015 Bumper','','inherit','closed','closed','','651-revision-v1','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',651,'http://www.crosspoint-church.com/651-revision-v1/',0,'revision','',0),(1769,1,'2017-02-07 02:47:10','2017-02-07 02:47:10','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Gospel of John','','inherit','closed','closed','','653-revision-v1','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',653,'http://www.crosspoint-church.com/653-revision-v1/',0,'revision','',0),(1770,1,'2017-02-07 02:47:10','2017-02-07 02:47:10','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Proverbs Bumper','','inherit','closed','closed','','655-revision-v1','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',655,'http://www.crosspoint-church.com/655-revision-v1/',0,'revision','',0),(1771,1,'2017-02-07 02:47:10','2017-02-07 02:47:10','This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\n\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.','Hebrews Bumper','','inherit','closed','closed','','665-revision-v1','','','2017-02-07 02:47:10','2017-02-07 02:47:10','',665,'http://www.crosspoint-church.com/665-revision-v1/',0,'revision','',0),(1772,1,'2017-02-07 02:57:57','2017-02-07 02:57:57','','adobe reader','','inherit','open','closed','','adobe-reader','','','2017-02-07 02:57:57','2017-02-07 02:57:57','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png',0,'attachment','image/png',0),(1773,1,'2017-02-07 02:58:50','2017-02-07 02:58:50','<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-02-07 02:58:50','2017-02-07 02:58:50','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1774,1,'2017-02-07 02:59:06','2017-02-07 02:59:06','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-02-07 02:59:06','2017-02-07 02:59:06','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1777,2,'2017-02-12 17:58:08','2017-02-12 17:58:08','','February 5, 2017','','inherit','open','closed','','february-52017','','','2017-02-12 17:58:16','2017-02-12 17:58:16','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/February-52017.pdf',0,'attachment','application/pdf',0),(1779,1,'2017-02-21 00:57:02','2017-02-21 00:57:02','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-52017.pdf\">February 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-222017.pdf\">January 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-152017.pdf\">January 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-82016.pdf\">January 8, 2016</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-12017.pdf\">January 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/December-182016.pdf\">December 18, 2016</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-02-21 00:57:02','2017-02-21 00:57:02','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1782,2,'2017-02-26 19:59:08','2017-02-26 19:59:08','','February 12, 2017','','inherit','open','closed','','february-12-2017','','','2017-02-26 20:05:27','2017-02-26 20:05:27','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/February-12-2017.pdf',0,'attachment','application/pdf',0),(1783,2,'2017-02-26 19:59:23','2017-02-26 19:59:23','','February 19, 2017','','inherit','open','closed','','february-19-2017','','','2017-02-26 20:05:44','2017-02-26 20:05:44','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/February-19-2017.pdf',0,'attachment','application/pdf',0),(1784,2,'2017-02-26 19:59:41','2017-02-26 19:59:41','','February 26, 2017','','inherit','open','closed','','february-26-2017','','','2017-02-26 20:06:03','2017-02-26 20:06:03','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf',0,'attachment','application/pdf',0),(1786,2,'2017-03-09 02:45:06','2017-03-09 02:45:06','','March 5, 2017','','inherit','open','closed','','march-5-2017','','','2017-03-09 02:45:16','2017-03-09 02:45:16','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf',0,'attachment','application/pdf',0),(1787,2,'2017-03-09 02:45:34','2017-03-09 02:45:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf\">February 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-19-2017.pdf\">February 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-12-2017.pdf\">February 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-52017.pdf\">February 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/January-292017.pdf\">January 29, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-03-09 02:45:34','2017-03-09 02:45:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1788,2,'2017-03-12 18:54:48','2017-03-12 18:54:48','','March 12 2017','','inherit','open','closed','','march-12-2017','','','2017-03-12 18:54:48','2017-03-12 18:54:48','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf',0,'attachment','application/pdf',0),(1789,2,'2017-03-12 18:56:53','2017-03-12 18:56:53','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf\">February 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-19-2017.pdf\">February 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-12-2017.pdf\">February 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-52017.pdf\">February 5, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-03-12 18:56:53','2017-03-12 18:56:53','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1792,2,'2017-03-19 17:27:06','2017-03-19 17:27:06','','March 19, 2017','','inherit','open','closed','','march-19-2017','','','2017-03-19 17:27:15','2017-03-19 17:27:15','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf',0,'attachment','application/pdf',0),(1793,2,'2017-03-19 17:27:23','2017-03-19 17:27:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf\">February 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-19-2017.pdf\">February 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-12-2017.pdf\">February 12, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-03-19 17:27:23','2017-03-19 17:27:23','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1795,1,'2017-03-21 20:59:40','2017-03-21 20:59:40','[fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Address Bar','','publish','closed','closed','','address-bar','','','2017-03-21 20:59:40','2017-03-21 20:59:40','',0,'http://www.crosspoint-church.com/fusion_element/address-bar/',0,'fusion_element','',0),(1796,1,'2017-03-21 21:03:13','2017-03-21 21:03:13','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2017-03-21 21:03:13','2017-03-21 21:03:13','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1797,1,'2017-03-21 21:04:31','2017-03-21 21:04:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2017-03-21 21:04:31','2017-03-21 21:04:31','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1798,1,'2017-03-21 21:08:19','2017-03-21 21:08:19','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"top\" bordersize=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-03-21 21:08:19','2017-03-21 21:08:19','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1799,1,'2017-03-21 21:09:58','2017-03-21 21:09:58','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"top\" bordersize=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-03-21 21:09:58','2017-03-21 21:09:58','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1800,1,'2017-03-21 21:10:24','2017-03-21 21:10:24','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-03-21 21:10:24','2017-03-21 21:10:24','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1801,1,'2017-03-21 21:11:38','2017-03-21 21:11:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:11:38','2017-03-21 21:11:38','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1802,1,'2017-03-21 21:12:04','2017-03-21 21:12:04','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:12:04','2017-03-21 21:12:04','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1803,1,'2017-03-21 21:13:06','2017-03-21 21:13:06','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:13:06','2017-03-21 21:13:06','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1804,1,'2017-03-21 21:13:43','2017-03-21 21:13:43','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:13:43','2017-03-21 21:13:43','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1805,1,'2017-03-21 21:14:10','2017-03-21 21:14:10','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:14:10','2017-03-21 21:14:10','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1806,1,'2017-03-21 21:15:08','2017-03-21 21:15:08','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:15:08','2017-03-21 21:15:08','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1807,1,'2017-03-21 21:16:14','2017-03-21 21:16:14','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:16:14','2017-03-21 21:16:14','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1808,1,'2017-03-21 21:16:43','2017-03-21 21:16:43','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-21 21:16:43','2017-03-21 21:16:43','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1809,1,'2017-03-21 21:21:44','2017-03-21 21:21:44','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2017-03-21 21:21:44','2017-03-21 21:21:44','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1810,1,'2017-03-21 21:25:33','2017-03-21 21:25:33','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2017-03-21 21:25:33','2017-03-21 21:25:33','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1811,1,'2017-03-21 21:26:14','2017-03-21 21:26:14','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2017-03-21 21:26:14','2017-03-21 21:26:14','',1448,'http://www.crosspoint-church.com/1448-revision-v1/',0,'revision','',0),(1812,1,'2017-03-21 23:37:57','2017-03-21 23:37:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]\r\n\r\n</div>','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:37:57','2017-03-21 23:37:57','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1814,1,'2017-03-21 23:40:01','2017-03-21 23:40:01','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:40:01','2017-03-21 23:40:01','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1815,1,'2017-03-21 23:41:28','2017-03-21 23:41:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:41:28','2017-03-21 23:41:28','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1816,1,'2017-03-21 23:43:28','2017-03-21 23:43:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:43:28','2017-03-21 23:43:28','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1817,1,'2017-03-21 23:44:15','2017-03-21 23:44:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:44:15','2017-03-21 23:44:15','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1818,1,'2017-03-21 23:58:20','2017-03-21 23:58:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>Small Groups</h3>\r\n<h5><strong>At CrossPoint we believe life is a team sport–best done together!</strong></h5>\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other.  God doesn’t want any of us to be walking alone–we need each other.  We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week.  If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-21 23:58:20','2017-03-21 23:58:20','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1819,1,'2017-03-22 00:00:09','2017-03-22 00:00:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<p>Small Groups</p><p>At CrossPoint we believe life is a team sport–best done together!</p><p>Small Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</p><p>We have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.</p><p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:00:09','2017-03-22 00:00:09','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1820,1,'2017-03-22 00:01:04','2017-03-22 00:01:04','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h3>Small Groups</h3>\r\nAt CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:01:04','2017-03-22 00:01:04','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1821,1,'2017-03-22 00:03:23','2017-03-22 00:03:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h3>Small Groups</h3>\r\nAt CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:03:23','2017-03-22 00:03:23','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1823,1,'2017-03-22 00:12:24','2017-03-22 00:12:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h3>Small Groups</h3>\r\nAt CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:12:24','2017-03-22 00:12:24','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1824,1,'2017-03-22 00:13:53','2017-03-22 00:13:53','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h3>Small Groups</h3>\r\nAt CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:13:53','2017-03-22 00:13:53','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1826,1,'2017-03-22 00:16:20','2017-03-22 00:16:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<header>\r\n<h1 class=\"page-title\">Small Groups</h1>\r\n</header>\r\n\r\nAt CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint![/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:16:20','2017-03-22 00:16:20','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1828,1,'2017-03-22 00:17:44','2017-03-22 00:17:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<header>\r\n<h1 class=\"page-title\">Small Groups</h1>\r\n</header>At CrossPoint we believe life is a team sport–best done together!\r\n\r\nSmall Groups are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!\r\n\r\nWe have a number of groups that meet different times and days throughout the week. If you are interested in checking one out, please contact the church office either via phone or email.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint!\r\n\r\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2017-03-22 00:17:44','2017-03-22 00:17:44','',1462,'http://www.crosspoint-church.com/1462-revision-v1/',0,'revision','',0),(1829,1,'2022-02-16 15:03:10','2022-02-16 23:03:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Small Groups</h1>\r\n</header>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.\r\n\r\nSmall Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span>\r\n\r\nWe have a number of groups that meet different times and days throughout the week.\r\n\r\n<strong>Current Small Groups</strong>\r\n<ul>\r\n 	<li>Wednesdays at 6pm</li>\r\n 	<li>Wednesdays at 5:30pm (Babysitting provided)</li>\r\n 	<li>Every other Sunday at 4pm</li>\r\n</ul>\r\nIf you would like to get connected to a small group, please contact Pastor Sarah at pastorsarahnaz@gmail.com or the church office at info@crosspoint-church.com.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-autosave-v1','','','2022-02-16 15:03:10','2022-02-16 23:03:10','',1462,'http://www.crosspoint-church.com/1462-autosave-v1/',0,'revision','',0),(1830,1,'2017-03-22 17:06:11','2017-03-22 17:06:11','','Easter','','publish','closed','closed','','easter','','','2018-03-16 17:36:55','2018-03-16 17:36:55','',0,'http://www.crosspoint-church.com/slide/home-cloned/',0,'slide','',0),(1831,1,'2017-03-22 17:07:02','2017-03-22 17:07:02','','Easter And Cross - Web Banner (1920 x 850 px)','','inherit','open','closed','','easter-and-cross-web-banner-1920-x-850-px','','','2017-03-22 17:07:02','2017-03-22 17:07:02','',1830,'http://www.crosspoint-church.com/wp-content/uploads/2017/03/Easter-And-Cross-Web-Banner-1920-x-850-px.jpg',0,'attachment','image/jpeg',0),(1836,1,'2017-03-22 17:15:40','2017-03-22 17:15:40','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:15:40','2017-03-22 17:15:40','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1837,1,'2017-03-22 17:28:11','2017-03-22 17:28:11','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2><p>Hope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.  The possibility of a new life and new beginnings no matter where you come from or what you are going through!</p><p>Come join us for a meaningful time for all ages.</p><table class=\" aligncenter\" style=\"height: 96px; width: 380px;\"><tbody><tr><td style=\"width: 78px; text-align: left;\">9:15</td><td style=\"width: 286px;\">Breakfast for everybody</td></tr><tr><td style=\"width: 78px;\">10:30</td><td style=\"width: 286px;\">Great Children\'s Classes for the kids</td></tr><tr><td style=\"width: 78px;\"> </td><td style=\"width: 286px; text-align: left;\">Worship Service for all others </td></tr><tr><td style=\"width: 78px;\">11:30</td><td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td></tr></tbody></table><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> <a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:28:11','2017-03-22 17:28:11','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1838,1,'2017-03-22 17:29:46','2017-03-22 17:29:46','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.  The possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <a href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:29:46','2017-03-22 17:29:46','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1839,1,'2017-03-22 17:31:16','2017-03-22 17:31:16','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:31:16','2017-03-22 17:31:16','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1840,1,'2017-03-22 17:32:27','2017-03-22 17:32:27','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:32:27','2017-03-22 17:32:27','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1841,1,'2017-03-22 17:33:24','2017-03-22 17:33:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:33:24','2017-03-22 17:33:24','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1842,1,'2017-03-22 17:36:39','2017-03-22 17:36:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p></p>\r\n<p></p>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:36:39','2017-03-22 17:36:39','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1843,1,'2017-03-22 17:38:07','2017-03-22 17:38:07','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p></p>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:38:07','2017-03-22 17:38:07','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1844,1,'2017-03-22 17:38:51','2017-03-22 17:38:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2><p>Hope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.</p><p>The possibility of a new life and new beginnings no matter where you come from or what you are going through!</p><p>Come join us for a meaningful time for all ages.</p><table class=\" aligncenter\" style=\"height: 96px; width: 380px;\"><tbody><tr><td style=\"width: 78px; text-align: left;\">9:15</td><td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td></tr><tr><td style=\"width: 78px; text-align: left;\">10:30</td><td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td></tr><tr><td style=\"width: 78px; text-align: left;\"> </td><td style=\"width: 286px; text-align: left;\">Worship Service for all others</td></tr><tr><td style=\"width: 78px; text-align: left;\">11:30</td><td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td></tr></tbody></table><p> </p><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"><strong> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:38:51','2017-03-22 17:38:51','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1845,1,'2017-03-22 17:39:57','2017-03-22 17:39:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #993366;\"><a style=\"color: #993366;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:39:57','2017-03-22 17:39:57','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1846,1,'2017-03-22 17:41:37','2017-03-22 17:41:37','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:41:37','2017-03-22 17:41:37','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1847,1,'2017-03-22 17:42:23','2017-03-22 17:42:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate Easter!</strong></h2><p>Hope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.</p><p>The possibility of a new life and new beginnings no matter where you come from or what you are going through!</p><p>Come join us for a meaningful time for all ages.</p><table class=\" aligncenter\" style=\"height: 96px; width: 380px;\"><tbody><tr><td style=\"width: 78px; text-align: left;\">9:15</td><td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td></tr><tr><td style=\"width: 78px; text-align: left;\">10:30</td><td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td></tr><tr><td style=\"width: 78px; text-align: left;\"> </td><td style=\"width: 286px; text-align: left;\">Worship Service for all others</td></tr><tr><td style=\"width: 78px; text-align: left;\">11:30</td><td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td></tr></tbody></table><p> </p><p> </p><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:42:23','2017-03-22 17:42:23','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1848,1,'2017-03-22 17:43:18','2017-03-22 17:43:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate Easter!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE ABOUT US</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:43:18','2017-03-22 17:43:18','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1849,1,'2017-03-22 17:45:10','2017-03-22 17:45:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2><p>Hope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.</p><p>The possibility of a new life and new beginnings no matter where you come from or what you are going through!</p><p>Come join us for a meaningful time for all ages.</p><table class=\" aligncenter\" style=\"height: 96px; width: 380px;\"><tbody><tr><td style=\"width: 78px; text-align: left;\">9:15</td><td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td></tr><tr><td style=\"width: 78px; text-align: left;\">10:30</td><td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td></tr><tr><td style=\"width: 78px; text-align: left;\"> </td><td style=\"width: 286px; text-align: left;\">Worship Service for all others</td></tr><tr><td style=\"width: 78px; text-align: left;\">11:30</td><td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td></tr></tbody></table><p> </p><p> </p><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"> </h3><h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:45:10','2017-03-22 17:45:10','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1850,1,'2017-03-22 17:46:17','2017-03-22 17:46:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:46:17','2017-03-22 17:46:17','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1851,1,'2017-03-22 17:46:56','2017-03-22 17:46:56','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-22 17:46:56','2017-03-22 17:46:56','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1852,1,'2017-03-23 22:33:54','2017-03-23 22:33:54','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:33:54','2017-03-23 22:33:54','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1854,1,'2017-03-23 22:34:23','2017-03-23 22:34:23','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:34:23','2017-03-23 22:34:23','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1855,1,'2017-03-23 22:35:36','2017-03-23 22:35:36','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"top\" bordersize=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:35:36','2017-03-23 22:35:36','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1856,1,'2017-03-23 22:36:15','2017-03-23 22:36:15','[fusion_builder_container hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:36:15','2017-03-23 22:36:15','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1857,1,'2017-03-23 22:37:19','2017-03-23 22:37:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:37:19','2017-03-23 22:37:19','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1858,1,'2017-03-23 22:40:04','2017-03-23 22:40:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"90\" padding_bottom=\"90\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2017-03-23 22:40:04','2017-03-23 22:40:04','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1859,1,'2017-03-23 22:41:28','2017-03-23 22:41:28','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2017-03-23 22:41:28','2017-03-23 22:41:28','',847,'http://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(1860,1,'2017-03-23 22:43:56','2017-03-23 22:43:56','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"10px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:43:56','2017-03-23 22:43:56','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1862,1,'2017-03-23 22:45:09','2017-03-23 22:45:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"10px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:45:09','2017-03-23 22:45:09','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1863,1,'2017-03-23 22:45:37','2017-03-23 22:45:37','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"10px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2017-03-23 22:45:37','2017-03-23 22:45:37','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(1865,1,'2017-03-25 16:21:59','2017-03-25 16:21:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#18892d\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-25 16:21:59','2017-03-25 16:21:59','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1866,1,'2017-03-25 16:22:41','2017-03-25 16:22:41','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#a1b220\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-25 16:22:41','2017-03-25 16:22:41','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1867,1,'2017-03-25 16:23:17','2017-03-25 16:23:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>Celebrate With Us!</strong></h2>\r\nHope.  Sacrifice.  Forgiveness.  Relationship. An empty cave.  A risen Savior.\r\n\r\nThe possibility of a new life and new beginnings no matter where you come from or what you are going through!\r\n\r\nCome join us for a meaningful time for all ages.\r\n<table class=\" aligncenter\" style=\"height: 96px; width: 380px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">9:15</td>\r\n<td style=\"width: 286px; text-align: left;\">Breakfast for everybody</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">10:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Great Children\'s Classes for the kids</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\"></td>\r\n<td style=\"width: 286px; text-align: left;\">Worship Service for all others</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 78px; text-align: left;\">11:30</td>\r\n<td style=\"width: 286px; text-align: left;\">Egg hunt &amp; petting zoo</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-03-25 16:23:17','2017-03-25 16:23:17','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1868,2,'2017-03-26 17:02:04','2017-03-26 17:02:04','','March 26, 2017','','inherit','open','closed','','march-26-2017','','','2017-03-26 17:02:17','2017-03-26 17:02:17','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf',0,'attachment','application/pdf',0),(1869,2,'2017-03-26 17:02:25','2017-03-26 17:02:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf\">February 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-19-2017.pdf\">February 19, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-03-26 17:02:25','2017-03-26 17:02:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1871,2,'2017-04-02 18:55:16','2017-04-02 18:55:16','','April 2, 2017','','inherit','open','closed','','april-2-2017','','','2017-04-02 18:55:35','2017-04-02 18:55:35','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf',0,'attachment','application/pdf',0),(1872,2,'2017-04-02 18:55:58','2017-04-02 18:55:58','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/February-26-2017.pdf\">February 26, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-04-02 18:55:58','2017-04-02 18:55:58','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1873,2,'2017-04-09 16:51:28','2017-04-09 16:51:28','','April 9, 2017','','inherit','open','closed','','april-9-2017','','','2017-04-09 16:51:37','2017-04-09 16:51:37','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf',0,'attachment','application/pdf',0),(1874,2,'2017-04-09 16:51:42','2017-04-09 16:51:42','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf\">April 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-5-2017.pdf\">March 5, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-04-09 16:51:42','2017-04-09 16:51:42','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1876,2,'2017-04-16 17:20:00','2017-04-16 17:20:00','','April 16, 2017','','inherit','open','closed','','april-16-2017','','','2017-04-16 17:20:27','2017-04-16 17:20:27','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/April-16-2017.pdf',0,'attachment','application/pdf',0),(1877,2,'2017-04-16 17:20:34','2017-04-16 17:20:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-16-2017.pdf\">April 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf\">April 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-12-2017.pdf\">March 12 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-04-16 17:20:34','2017-04-16 17:20:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1879,1,'2017-04-18 14:08:37','2017-04-18 14:08:37','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<p style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></p><p>CrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!</p><h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-04-18 14:08:37','2017-04-18 14:08:37','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1880,1,'2017-04-18 14:10:00','2017-04-18 14:10:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h4>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-04-18 14:10:00','2017-04-18 14:10:00','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1881,1,'2017-04-18 14:10:33','2017-04-18 14:10:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h3>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_opacity=\"0.5\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-04-18 14:10:33','2017-04-18 14:10:33','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(1882,1,'2017-04-22 19:50:02','2017-04-22 19:50:02','','Nazarene Logo Background 1024 x 768 (1)','','inherit','open','closed','','nazarene-logo-background-1024-x-768-1','','','2017-04-22 19:50:02','2017-04-22 19:50:02','',1672,'http://www.crosspoint-church.com/wp-content/uploads/2016/09/Nazarene-Logo-Background-1024-x-768-1.jpg',0,'attachment','image/jpeg',0),(1883,2,'2017-04-23 23:18:31','2017-04-23 23:18:31','','April 23, 2017','','inherit','open','closed','','042317-bulletin','','','2017-04-23 23:18:50','2017-04-23 23:18:50','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf',0,'attachment','application/pdf',0),(1884,2,'2017-04-23 23:19:03','2017-04-23 23:19:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-16-2017.pdf\">April 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf\">April 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-19-2017.pdf\">March 19, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-04-23 23:19:03','2017-04-23 23:19:03','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1886,2,'2017-04-30 15:53:57','2017-04-30 15:53:57','','April 30, 2017','','inherit','open','closed','','april-30-2017','','','2017-04-30 15:54:08','2017-04-30 15:54:08','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf',0,'attachment','application/pdf',0),(1887,2,'2017-04-30 15:54:21','2017-04-30 15:54:21','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-16-2017.pdf\">April 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf\">April 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/March-26-2017.pdf\">March 26, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-04-30 15:54:21','2017-04-30 15:54:21','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1888,2,'2017-05-07 19:00:04','2017-05-07 19:00:04','','May 7, 2017','','inherit','open','closed','','may-7-2017','','','2017-05-07 19:00:42','2017-05-07 19:00:42','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf',0,'attachment','application/pdf',0),(1889,2,'2017-05-07 19:00:49','2017-05-07 19:00:49','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-16-2017.pdf\">April 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-9-2017.pdf\">April 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-2-2017.pdf\">April 2, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-05-07 19:00:49','2017-05-07 19:00:49','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1893,2,'2017-05-27 05:35:14','2017-05-27 05:35:14','','May 21, 2017','','inherit','open','closed','','may-21-2017','','','2017-05-27 05:36:34','2017-05-27 05:36:34','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf',0,'attachment','application/pdf',0),(1894,2,'2017-05-27 05:35:17','2017-05-27 05:35:17','','May 28, 2017','','inherit','open','closed','','may-28-2017','','','2017-05-27 05:37:10','2017-05-27 05:37:10','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf',0,'attachment','application/pdf',0),(1895,2,'2017-05-27 05:35:31','2017-05-27 05:35:31','','May 14, 2017','','inherit','open','closed','','may-14-2017','','','2017-05-27 05:35:56','2017-05-27 05:35:56','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf',0,'attachment','application/pdf',0),(1896,2,'2017-05-27 05:36:04','2017-05-27 05:36:04','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-05-27 05:36:04','2017-05-27 05:36:04','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1897,2,'2017-05-27 05:36:45','2017-05-27 05:36:45','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-05-27 05:36:45','2017-05-27 05:36:45','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1898,2,'2017-05-27 05:37:15','2017-05-27 05:37:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/042317-bulletin.pdf\">April 23, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-05-27 05:37:15','2017-05-27 05:37:15','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1900,1,'2017-06-01 22:05:47','2017-06-01 22:05:47','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n<a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\">Click Here to Give Online</a>\r\n\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:05:47','2017-06-01 22:05:47','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1902,1,'2017-06-01 22:07:11','2017-06-01 22:07:11','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<p><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a></p><p>Why does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.</p><h2>Why Give Online?</h2><ul><li><strong>Consistency</strong> – It assists with regular and faithful giving.</li><li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li><li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li><li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li></ul><p>Just click on the image below to take advantage of all this.</p><h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3><p> </p><form id=\"dForm\" action=\"#\" method=\"post\" name=\"dForm\"><div id=\"donorContainer\"> </div></form><p><script language=\"JavaScript\" id=\"dScript\" src=\"https://my.simplegive.com/inline/js?uid=CPCHURCHConv&w=n\"></script></p><p><strong>Thank you for your support!</strong></p><p>CrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.</p><p><strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em></p><p><em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em></p><p><em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:07:11','2017-06-01 22:07:11','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1903,1,'2017-06-01 22:08:51','2017-06-01 22:08:51','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\nJust click on the image below to take advantage of all this.\r\n<h3 style=\"text-align: center;\"><a href=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" /></a></h3>\r\n&nbsp;\r\n\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:08:51','2017-06-01 22:08:51','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1904,1,'2017-06-01 22:17:47','2017-06-01 22:17:47','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]<p><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a></p><p>Why does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.</p><h2>Why Give Online?</h2><ul><li><strong>Consistency</strong> – It assists with regular and faithful giving.</li><li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li><li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li><li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li></ul><p>Just click on the image below to take advantage of all this.</p><h3 style=\"text-align: center;\"><img class=\"aligncenter wp-image-1551\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/online-giving-point-click.jpg\" alt=\"online giving point click\" width=\"190\" height=\"107\" />[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</h3><p><strong>Thank you for your support!</strong></p><p>CrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.</p><p><strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em></p><p><em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em></p><p><em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:17:47','2017-06-01 22:17:47','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1905,1,'2017-06-01 22:18:45','2017-06-01 22:18:45','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<strong>Thank you for your support!</strong>\r\n\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:18:45','2017-06-01 22:18:45','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1906,1,'2017-06-01 22:19:11','2017-06-01 22:19:11','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<strong>Thank you for your support!</strong></p>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:19:11','2017-06-01 22:19:11','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1907,1,'2017-06-01 22:20:48','2017-06-01 22:20:48','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><strong>Thank you for your support!</strong></p>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n<strong> </strong><em><strong>***A Note About Credit Cards</strong>–  While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons: </em>\r\n\r\n<em>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.  </em>\r\n\r\n<em>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</em>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:20:48','2017-06-01 22:20:48','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1908,1,'2017-06-01 22:23:33','2017-06-01 22:23:33','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n<h5> ***A Note About Credit Cards</h5>\r\n<h5>While we allow the use of credit cards for tithes and offerings, we still strongly encourage the use of electronic funds transfer/check rather than credit card for two primary reasons:</h5>\r\n<h5>1.  Although many pay off their credit cards each month, many also do not.  We do not want to encourage someone to go into debt and pay interest on gifts given to the church.</h5>\r\n<h5>2.  With electronic transfer/check, your entire gift goes to the church. When using a credit card, as much as 2.5% of your gift can go to the credit card company.</h5>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:23:33','2017-06-01 22:23:33','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1909,1,'2017-06-01 22:25:15','2017-06-01 22:25:15','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:25:15','2017-06-01 22:25:15','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1910,1,'2017-06-01 22:26:43','2017-06-01 22:26:43','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h2>Why Give Online?</h2>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:26:43','2017-06-01 22:26:43','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1911,1,'2017-06-01 22:27:47','2017-06-01 22:27:47','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h3>Why Give Online?</h3>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h3 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h3>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members. Thank you for your faithfulness and support, everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:27:47','2017-06-01 22:27:47','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1912,1,'2017-06-01 22:30:14','2017-06-01 22:30:14','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4>Why Give Online?</h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:30:14','2017-06-01 22:30:14','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1913,1,'2017-06-01 22:34:12','2017-06-01 22:34:12','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 22:34:12','2017-06-01 22:34:12','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1914,1,'2017-06-01 23:08:25','2017-06-01 23:08:25','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 23:08:25','2017-06-01 23:08:25','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1915,1,'2017-06-01 23:11:20','2017-06-01 23:11:20','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 23:11:20','2017-06-01 23:11:20','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1916,1,'2017-06-01 23:12:06','2017-06-01 23:12:06','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"DEFAULT\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 23:12:06','2017-06-01 23:12:06','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1917,1,'2017-06-01 23:13:39','2017-06-01 23:13:39','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 23:13:39','2017-06-01 23:13:39','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1918,1,'2017-06-01 23:15:04','2017-06-01 23:15:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-01 23:15:04','2017-06-01 23:15:04','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1920,2,'2017-06-11 19:03:09','2017-06-11 19:03:09','','June 11, 2017','','inherit','open','closed','','june-11-2017','','','2017-06-11 19:03:20','2017-06-11 19:03:20','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf',0,'attachment','application/pdf',0),(1921,2,'2017-06-11 19:03:24','2017-06-11 19:03:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-06-11 19:03:24','2017-06-11 19:03:24','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1922,2,'2017-06-11 19:03:57','2017-06-11 19:03:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-7-2017.pdf\">May 7, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/April-30-2017.pdf\">April 30, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-06-11 19:03:57','2017-06-11 19:03:57','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1925,1,'2017-06-23 18:04:17','2017-06-23 18:04:17','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://my.simplegive.com/dl/?uid=CPCHURCHConv\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\">&lt;a href=\"https://crosspointlynden.breezechms.com/give/online\" target=\"_blank\"&gt;Give Now&lt;/a&gt;</h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-23 18:04:17','2017-06-23 18:04:17','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1926,1,'2017-06-23 18:05:37','2017-06-23 18:05:37','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><a href=\"https://crosspointlynden.breezechms.com/give/online\" target=\"_blank\" rel=\"noopener\">Give Now</a></h2>\r\n<h4 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h4>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-23 18:05:37','2017-06-23 18:05:37','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1928,1,'2017-06-23 18:06:17','2017-06-23 18:06:17','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 Corinthians 8:7 NIV</a>\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Chron%2029.14\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"1 Chron 29.14\">1 Chronicles 29:14</a>). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"20% 15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2017-06-23 18:06:17','2017-06-23 18:06:17','',12,'http://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(1929,2,'2017-06-25 06:04:46','2017-06-25 06:04:46','','June 18, 2017','','inherit','open','closed','','june-18-2017','','','2017-06-25 06:05:01','2017-06-25 06:05:01','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf',0,'attachment','application/pdf',0),(1930,2,'2017-06-25 06:04:49','2017-06-25 06:04:49','','June 25, 2017','','inherit','open','closed','','june-25-2017','','','2017-06-25 06:05:42','2017-06-25 06:05:42','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf',0,'attachment','application/pdf',0),(1931,2,'2017-06-25 06:05:10','2017-06-25 06:05:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-06-25 06:05:10','2017-06-25 06:05:10','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1932,2,'2017-06-25 06:05:49','2017-06-25 06:05:49','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-14-2017.pdf\">May 14, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-06-25 06:05:49','2017-06-25 06:05:49','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1934,2,'2017-07-02 18:41:59','2017-07-02 18:41:59','','July 2, 2017','','inherit','open','closed','','july-2-2017','','','2017-07-02 18:42:14','2017-07-02 18:42:14','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf',0,'attachment','application/pdf',0),(1935,2,'2017-07-02 18:42:54','2017-07-02 18:42:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-21-2017.pdf\">May 21, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-07-02 18:42:54','2017-07-02 18:42:54','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1936,2,'2017-07-09 19:12:59','2017-07-09 19:12:59','','July 9, 2017','','inherit','open','closed','','july-9-2017','','','2017-07-09 19:13:09','2017-07-09 19:13:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf',0,'attachment','application/pdf',0),(1937,2,'2017-07-09 19:13:15','2017-07-09 19:13:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/May-28-2017.pdf\">May 28, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-07-09 19:13:15','2017-07-09 19:13:15','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1940,2,'2017-07-16 19:35:30','2017-07-16 19:35:30','','July 16, 2017','','inherit','open','closed','','july-16-2017','','','2017-07-16 19:35:39','2017-07-16 19:35:39','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf',0,'attachment','application/pdf',0),(1941,2,'2017-07-16 19:35:47','2017-07-16 19:35:47','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-11-2017.pdf\">June 11, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-07-16 19:35:47','2017-07-16 19:35:47','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1943,2,'2017-07-30 19:02:07','2017-07-30 19:02:07','','July 30, 2017','','inherit','open','closed','','july-30-2017','','','2017-07-30 19:02:18','2017-07-30 19:02:18','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf',0,'attachment','application/pdf',0),(1944,2,'2017-07-30 19:02:27','2017-07-30 19:02:27','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf\">July 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-18-2017.pdf\">June 18, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-07-30 19:02:27','2017-07-30 19:02:27','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1951,1,'2017-08-02 17:13:02','2017-08-02 17:13:02','','699X270_homepghero','','inherit','open','closed','','699x270_homepghero','','','2017-08-02 17:13:02','2017-08-02 17:13:02','',0,'http://www.crosspoint-church.com/wp-content/uploads/2017/08/699X270_homepghero.jpg',0,'attachment','image/jpeg',0),(1968,2,'2017-08-06 17:15:27','2017-08-06 17:15:27','','August 6, 2017','','inherit','open','closed','','august-6-2017','','','2017-08-06 17:15:36','2017-08-06 17:15:36','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf',0,'attachment','application/pdf',0),(1969,2,'2017-08-06 17:15:43','2017-08-06 17:15:43','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf\">August 6, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf\">July 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/June-25-2017.pdf\">June 25, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-08-06 17:15:43','2017-08-06 17:15:43','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1971,2,'2017-08-13 19:07:02','2017-08-13 19:07:02','','August 13, 2017','','inherit','open','closed','','august-13-2017','','','2017-08-13 19:07:13','2017-08-13 19:07:13','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf',0,'attachment','application/pdf',0),(1972,2,'2017-08-13 19:07:25','2017-08-13 19:07:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf\">August 13, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf\">August 6, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf\">July 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-2-2017.pdf\">July 2, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-08-13 19:07:25','2017-08-13 19:07:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1974,2,'2017-08-20 18:41:41','2017-08-20 18:41:41','','August 20, 2017','','inherit','open','closed','','august-20-2017','','','2017-08-20 18:41:55','2017-08-20 18:41:55','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf',0,'attachment','application/pdf',0),(1975,2,'2017-08-20 18:42:06','2017-08-20 18:42:06','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf\">August 20, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf\">August 13, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf\">August 6, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf\">July 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-9-2017.pdf\">July 9, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-08-20 18:42:06','2017-08-20 18:42:06','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1976,2,'2017-08-27 23:45:03','2017-08-27 23:45:03','','August 27, 2017','','inherit','open','closed','','august-27-2017','','','2017-08-27 23:45:10','2017-08-27 23:45:10','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf',0,'attachment','application/pdf',0),(1977,2,'2017-08-27 23:45:24','2017-08-27 23:45:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf\">August 27, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf\">August 20, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf\">August 13, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf\">August 6, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-30-2017.pdf\">July 30, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/July-16-2017.pdf\">July 16, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-08-27 23:45:24','2017-08-27 23:45:24','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1980,2,'2017-09-08 04:01:25','2017-09-08 04:01:25','','September 3, 2017','','inherit','open','closed','','september-3-2017','','','2017-09-08 04:01:42','2017-09-08 04:01:42','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf',0,'attachment','application/pdf',0),(1981,2,'2017-09-08 04:01:28','2017-09-08 04:01:28','','September 10, 2017','','inherit','open','closed','','september-10-2017','','','2017-09-08 04:02:01','2017-09-08 04:02:01','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf',0,'attachment','application/pdf',0),(1982,2,'2017-09-08 04:02:25','2017-09-08 04:02:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf\">September 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf\">September 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf\">August 27, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf\">August 20, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf\">August 13, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-6-2017.pdf\">August 6, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-09-08 04:02:25','2017-09-08 04:02:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1984,2,'2017-09-17 16:02:09','2017-09-17 16:02:09','','September 17, 2017','','inherit','open','closed','','september-17-2017','','','2017-09-17 16:02:19','2017-09-17 16:02:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/September-17-2017.pdf',0,'attachment','application/pdf',0),(1985,2,'2017-09-17 16:02:34','2017-09-17 16:02:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-17-2017.pdf\">September 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf\">September 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf\">September 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf\">August 27, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf\">August 20, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-13-2017.pdf\">August 13, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-09-17 16:02:34','2017-09-17 16:02:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1988,2,'2017-10-08 19:17:24','2017-10-08 19:17:24','','October 8, 2017','','inherit','open','closed','','october-8-2017','','','2017-10-08 19:17:32','2017-10-08 19:17:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf',0,'attachment','application/pdf',0),(1989,2,'2017-10-08 19:17:40','2017-10-08 19:17:40','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf\">October 8, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-17-2017.pdf\">September 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf\">September 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf\">September 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf\">August 27, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-20-2017.pdf\">August 20, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-10-08 19:17:40','2017-10-08 19:17:40','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1990,2,'2017-10-10 00:26:44','2017-10-10 00:26:44','','October 1, 2017','','inherit','open','closed','','october-1-2017','','','2017-10-10 00:26:52','2017-10-10 00:26:52','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-1-2017.pdf',0,'attachment','application/pdf',0),(1991,2,'2017-10-10 00:27:12','2017-10-10 00:27:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf\">October 8, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-1-2017.pdf\">October 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-17-2017.pdf\">September 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf\">September 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf\">September 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/August-27-2017.pdf\">August 27, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-10-10 00:27:12','2017-10-10 00:27:12','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1992,2,'2017-10-15 17:11:45','2017-10-15 17:11:45','','October 15, 2017','','inherit','open','closed','','october-15-2017','','','2017-10-15 17:11:52','2017-10-15 17:11:52','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-15-2017.pdf',0,'attachment','application/pdf',0),(1993,2,'2017-10-15 17:12:08','2017-10-15 17:12:08','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-15-2017.pdf\">October 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf\">October 8, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-1-2017.pdf\">October 1, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-17-2017.pdf\">September 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-10-2017.pdf\">September 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/September-3-2017.pdf\">September 3, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-10-15 17:12:08','2017-10-15 17:12:08','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(1996,2,'2017-11-05 17:11:49','2017-11-05 17:11:49','','November 5, 2017','','inherit','open','closed','','november-5-2017','','','2017-11-05 17:13:20','2017-11-05 17:13:20','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf',0,'attachment','application/pdf',0),(1997,2,'2017-11-05 17:11:54','2017-11-05 17:11:54','','October 22, 2017','','inherit','open','closed','','october-22-2017','','','2017-11-05 17:12:36','2017-11-05 17:12:36','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-22-2017.pdf',0,'attachment','application/pdf',0),(1998,2,'2017-11-05 17:11:58','2017-11-05 17:11:58','','October 29, 2017','','inherit','open','closed','','october-29-2017','','','2017-11-05 17:12:58','2017-11-05 17:12:58','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf',0,'attachment','application/pdf',0),(1999,2,'2017-11-05 17:13:28','2017-11-05 17:13:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf\">October 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-22-2017.pdf\">October 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-15-2017.pdf\">October 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf\">October 8, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-1-2017.pdf\">October 1, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-11-05 17:13:28','2017-11-05 17:13:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2000,2,'2017-11-12 17:50:28','2017-11-12 17:50:28','','November 12, 2017','','inherit','open','closed','','november-12-2017','','','2017-11-12 17:50:58','2017-11-12 17:50:58','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf',0,'attachment','application/pdf',0),(2001,2,'2017-11-12 17:51:07','2017-11-12 17:51:07','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf\">October 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-22-2017.pdf\">October 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-15-2017.pdf\">October 15, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-8-2017.pdf\">October 8, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-11-12 17:51:07','2017-11-12 17:51:07','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2003,2,'2017-11-19 16:32:54','2017-11-19 16:32:54','','November 19, 2017','','inherit','open','closed','','november-19-2017','','','2017-11-19 16:33:05','2017-11-19 16:33:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf',0,'attachment','application/pdf',0),(2004,2,'2017-11-19 16:33:16','2017-11-19 16:33:16','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf\">October 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-22-2017.pdf\">October 22, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-15-2017.pdf\">October 15, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-11-19 16:33:16','2017-11-19 16:33:16','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2005,2,'2017-11-26 17:45:48','2017-11-26 17:45:48','','November 26, 2017','','inherit','open','closed','','november-26-2017','','','2017-11-26 17:46:00','2017-11-26 17:46:00','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf',0,'attachment','application/pdf',0),(2006,2,'2017-11-26 17:46:22','2017-11-26 17:46:22','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf\">October 29, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-22-2017.pdf\">October 22, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-11-26 17:46:22','2017-11-26 17:46:22','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2008,2,'2017-12-03 17:51:41','2017-12-03 17:51:41','','December 3, 2017','','inherit','open','closed','','december-3-2017','','','2017-12-03 17:51:53','2017-12-03 17:51:53','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf',0,'attachment','application/pdf',0),(2009,2,'2017-12-03 17:52:07','2017-12-03 17:52:07','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/October-29-2017.pdf\">October 29, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-12-03 17:52:07','2017-12-03 17:52:07','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2010,2,'2017-12-10 16:40:16','2017-12-10 16:40:16','','December 10, 2017','','inherit','open','closed','','december-10-2017','','','2017-12-10 16:40:24','2017-12-10 16:40:24','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf',0,'attachment','application/pdf',0),(2011,2,'2017-12-10 16:40:35','2017-12-10 16:40:35','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-5-2017.pdf\">November 5, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-12-10 16:40:35','2017-12-10 16:40:35','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2014,2,'2017-12-17 17:42:51','2017-12-17 17:42:51','','December 17, 2017','','inherit','open','closed','','december-17-2017','','','2017-12-17 17:43:08','2017-12-17 17:43:08','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf',0,'attachment','application/pdf',0),(2015,2,'2017-12-17 17:43:18','2017-12-17 17:43:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-12-2017.pdf\">November 12, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-12-17 17:43:18','2017-12-17 17:43:18','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2017,1,'2017-12-19 17:30:37','2017-12-19 17:30:37','','Christmas-Eve-2013-Web-Banner','','inherit','open','closed','','christmas-eve-2013-web-banner','','','2017-12-19 17:30:37','2017-12-19 17:30:37','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/Christmas-Eve-2013-Web-Banner.jpg',0,'attachment','image/jpeg',0),(2020,1,'2017-12-19 17:39:17','2017-12-19 17:39:17','','aaaadvent','','inherit','open','closed','','aaaadvent','','','2017-12-19 17:39:17','2017-12-19 17:39:17','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/aaaadvent.jpg',0,'attachment','image/jpeg',0),(2021,1,'2017-12-19 17:55:38','2017-12-19 17:55:38','','Christmas Eve Banner','','inherit','open','closed','','christmas-eve-banner','','','2017-12-19 17:55:38','2017-12-19 17:55:38','',0,'http://www.crosspoint-church.com/wp-content/uploads/2015/06/Christmas-Eve-Banner.jpg',0,'attachment','image/jpeg',0),(2022,1,'2017-12-19 18:35:30','2017-12-19 18:35:30','','Home','','publish','closed','closed','','home-3-2','','','2023-10-10 23:31:15','2023-10-11 06:31:15','',0,'http://www.crosspoint-church.com/slide/home-normal-cloned/',0,'slide','',0),(2023,1,'2017-12-19 18:46:37','2017-12-19 18:46:37','','Christmas Eve Banner','','inherit','open','closed','','christmas-eve-banner-2','','','2017-12-19 18:46:37','2017-12-19 18:46:37','',0,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Christmas-Eve-Banner.jpg',0,'attachment','image/jpeg',0),(2024,1,'2017-12-19 18:58:11','2017-12-19 18:58:11','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 0px 0 0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h3>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2017-12-19 18:58:11','2017-12-19 18:58:11','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2025,1,'2017-12-19 21:17:58','2017-12-19 21:17:58','','Christmas Eve Banner','','inherit','open','closed','','christmas-eve-banner-3','','','2017-12-19 21:17:58','2017-12-19 21:17:58','',0,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Christmas-Eve-Banner-1.jpg',0,'attachment','image/jpeg',0),(2028,2,'2017-12-31 16:23:15','2017-12-31 16:23:15','','December 24, 2017','','inherit','open','closed','','december-24-2017','','','2017-12-31 16:23:45','2017-12-31 16:23:45','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf',0,'attachment','application/pdf',0),(2029,2,'2017-12-31 16:23:27','2017-12-31 16:23:27','','December 31, 2017','','inherit','open','closed','','december-31-2017','','','2017-12-31 16:31:02','2017-12-31 16:31:02','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf',0,'attachment','application/pdf',0),(2030,2,'2017-12-31 16:23:59','2017-12-31 16:23:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-19-2017.pdf\">November 19, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-12-31 16:23:59','2017-12-31 16:23:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2031,2,'2017-12-31 16:31:22','2017-12-31 16:31:22','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/November-26-2017.pdf\">November 26, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2017-12-31 16:31:22','2017-12-31 16:31:22','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2033,2,'2018-01-07 18:12:47','2018-01-07 18:12:47','','January 7, 2018','','inherit','open','closed','','january-7-2018','','','2018-01-07 18:13:03','2018-01-07 18:13:03','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf',0,'attachment','application/pdf',0),(2034,2,'2018-01-07 18:13:09','2018-01-07 18:13:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-3-2017.pdf\">December 3, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-01-07 18:13:09','2018-01-07 18:13:09','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2036,2,'2018-01-14 16:59:30','2018-01-14 16:59:30','','January 14, 2017','','inherit','open','closed','','january-14-2017','','','2018-01-14 16:59:44','2018-01-14 16:59:44','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf',0,'attachment','application/pdf',0),(2037,2,'2018-01-14 17:00:00','2018-01-14 17:00:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-10-2017.pdf\">December 10, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-01-14 17:00:00','2018-01-14 17:00:00','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2038,2,'2018-01-21 18:14:48','2018-01-21 18:14:48','','January 21, 2018','','inherit','open','closed','','january-21-2017','','','2018-01-21 18:15:05','2018-01-21 18:15:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf',0,'attachment','application/pdf',0),(2039,2,'2018-01-21 18:15:14','2018-01-21 18:15:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-17-2017.pdf\">December 17, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-01-21 18:15:14','2018-01-21 18:15:14','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2041,2,'2018-01-31 00:35:36','2018-01-31 00:35:36','','January 28, 2018','','inherit','open','closed','','january-28-2018','','','2018-01-31 00:35:49','2018-01-31 00:35:49','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf',0,'attachment','application/pdf',0),(2042,2,'2018-01-31 00:36:00','2018-01-31 00:36:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-24-2017.pdf\">December 24, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-01-31 00:36:00','2018-01-31 00:36:00','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2043,2,'2018-02-04 20:03:48','2018-02-04 20:03:48','','February 4, 2018','','inherit','open','closed','','february-4-2018','','','2018-02-04 20:04:03','2018-02-04 20:04:03','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf',0,'attachment','application/pdf',0),(2044,2,'2018-02-04 20:04:21','2018-02-04 20:04:21','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2017/12/December-31-2017.pdf\">December 31, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-02-04 20:04:21','2018-02-04 20:04:21','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2045,2,'2018-02-11 19:54:31','2018-02-11 19:54:31','','February 11, 2018','','inherit','open','closed','','february-11-2018','','','2018-02-11 19:54:48','2018-02-11 19:54:48','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf',0,'attachment','application/pdf',0),(2046,2,'2018-02-11 19:55:02','2018-02-11 19:55:02','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-7-2018.pdf\">January 7, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-02-11 19:55:02','2018-02-11 19:55:02','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2048,2,'2018-02-18 17:17:43','2018-02-18 17:17:43','','February 18, 2018','','inherit','open','closed','','february-18-2018','','','2018-02-18 17:17:57','2018-02-18 17:17:57','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf',0,'attachment','application/pdf',0),(2049,2,'2018-02-18 17:18:15','2018-02-18 17:18:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf\">February 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-14-2017.pdf\">January 14, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-02-18 17:18:15','2018-02-18 17:18:15','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2050,2,'2018-02-25 16:14:01','0000-00-00 00:00:00','<p>\n<strong>NEW: Improved Reporting Dashboard with MonsterInsights 7.0</strong><br />\nYou asked for it, here it is. MonsterInsights 7.0 comes with beautiful new reporting dashboard.</p>\n<p>We have created custom reports for Publishers, eCommerce store owners, Google Search Console, and Custom Dimensions. You also have the ability to choose custom date ranges.\n</p>\n<p><a href=\"https://www.monsterinsights.com/lite/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=newreports\" target=\"_blank\" class=\"button button-primary\">Click Here to Upgrade &raquo;</a> <a href=\"https://www.monsterinsights.com/introducing-monsterinsights-7/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=newreports\" class=\"button button-secondary\" target=\"_blank\">Read the Full Announcement</a></p>\n<p>Thanks as always for your continuous support of MonsterInsights!<br />\nChris Christoff<br />\nLead Developer of MonsterInsights</p>\n','','','draft','closed','closed','','','','','2018-02-25 16:14:01','0000-00-00 00:00:00','',0,'http://www.crosspoint-church.com/?post_type=amn_mi-lite&p=2050',0,'amn_mi-lite','',0),(2051,2,'2018-02-25 17:56:45','2018-02-25 17:56:45','','February 25, 2017','','inherit','open','closed','','february-25-2017','','','2018-02-25 17:57:03','2018-02-25 17:57:03','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf',0,'attachment','application/pdf',0),(2052,2,'2018-02-25 17:57:19','2018-02-25 17:57:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf\">February 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-21-2017.pdf\">January 21, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-02-25 17:57:19','2018-02-25 17:57:19','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2054,2,'2018-03-04 20:09:50','2018-03-04 20:09:50','','March 4, 2018','','inherit','open','closed','','march-4-2018','','','2018-03-04 20:10:06','2018-03-04 20:10:06','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf',0,'attachment','application/pdf',0),(2055,2,'2018-03-04 20:10:25','2018-03-04 20:10:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf\">March 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf\">February 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/01/January-28-2018.pdf\">January 28, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-03-04 20:10:25','2018-03-04 20:10:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2056,2,'2018-03-11 01:28:08','2018-03-11 01:28:08','','March 11, 2018','','inherit','open','closed','','march-11-2018','','','2018-03-11 01:28:21','2018-03-11 01:28:21','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf',0,'attachment','application/pdf',0),(2057,2,'2018-03-11 01:28:29','2018-03-11 01:28:29','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf\">March 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf\">March 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf\">February 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-4-2018.pdf\">February 4, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-03-11 01:28:29','2018-03-11 01:28:29','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2059,1,'2018-03-12 01:48:55','2018-03-12 01:48:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h3>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-12 01:48:55','2018-03-12 01:48:55','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2061,1,'2018-03-16 17:41:54','2018-03-16 17:41:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n\r\nAn empty cave.\r\n\r\nA risen savior.\r\n\r\nThe possibility of a new beginning no matter where you have been or what you are up to.\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:41:54','2018-03-16 17:41:54','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2062,1,'2018-03-16 17:42:56','2018-03-16 17:42:56','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n<p style=\"padding-left: 90px;\">An empty cave.</p>\r\n<p style=\"padding-left: 90px;\">A risen savior.</p>\r\n<p style=\"padding-left: 90px;\">The possibility of a new beginning no matter where you have been or what you are up to.</p>\r\n\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:42:56','2018-03-16 17:42:56','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2063,1,'2018-03-16 17:43:57','2018-03-16 17:43:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n\r\nAn empty cave.  A risen savior.  The possibility of a new beginning no matter where you have been or what you are up to.\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:43:57','2018-03-16 17:43:57','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2064,1,'2018-03-16 17:46:18','2018-03-16 17:46:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n\r\nAn empty cave.  A risen savior.  The possibility of a new beginning no matter where you have been or what you are up to.\r\n\r\nOur morning schedule is:\r\n<p style=\"padding-left: 30px;\">9:15     Free hot breakfast for everybody</p>\r\n     10:30    Worship Service (children ages 3-5th grade will be dismissed halfway through for their own Children\'s Church)\r\n\r\n11:30    Egg Hunt for all the kids and Petting Zoo\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:46:18','2018-03-16 17:46:18','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2065,1,'2018-03-16 17:47:56','2018-03-16 17:47:56','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n\r\nAn empty cave.  A risen savior.  The possibility of a new beginning no matter where you have been or what you are up to.\r\n\r\nOur morning schedule is:\r\n<p style=\"padding-left: 30px;\">9:15     Free hot breakfast for everybody</p>\r\n     10:30    Worship Service (children ages 3-5th grade will be dismissed halfway through for their own Children\'s Church)\r\n\r\n11:30    Egg Hunt and Petting Zoo\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:47:56','2018-03-16 17:47:56','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2066,1,'2018-03-16 17:50:36','2018-03-16 17:50:36','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>Come Celebrate With Us!</strong></h3>\r\nLet\'s face it, the Easter season can be a busy time of year.  Make sure you take some time out from all the activities to spend some time celebrating what it is all about:\r\n\r\nAn empty cave.  A risen savior.  The possibility of a new beginning no matter where you have been or what you are up to.\r\n\r\nOur morning schedule is:\r\n<p style=\"padding-left: 30px;\">9:15     Free hot breakfast for everybody</p>\r\n<p style=\"padding-left: 22px;\">10:30    Worship Service (children ages 3-5th grade will be dismissed halfway through for their own Children\'s Church)</p>\r\n<p style=\"padding-left: 22px;\">11:30    Egg Hunt and Petting Zoo</p>\r\n\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-03-16 17:50:36','2018-03-16 17:50:36','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2068,2,'2018-03-18 18:57:54','2018-03-18 18:57:54','','March 18, 2018','','inherit','open','closed','','march-18-2018','','','2018-03-18 18:58:02','2018-03-18 18:58:02','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf',0,'attachment','application/pdf',0),(2069,2,'2018-03-18 18:58:16','2018-03-18 18:58:16','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf\">March 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf\">March 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf\">March 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-18-2018.pdf\">February 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-11-2018.pdf\">February 11, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-03-18 18:58:16','2018-03-18 18:58:16','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2071,2,'2018-04-01 17:10:05','2018-04-01 17:10:05','','April 1, 2018','','inherit','open','closed','','april-1-2018','','','2018-04-01 17:11:23','2018-04-01 17:11:23','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/04/April-1-2018.pdf',0,'attachment','application/pdf',0),(2072,2,'2018-04-01 17:10:08','2018-04-01 17:10:08','','March 25, 2018','','inherit','open','closed','','march-25-2018','','','2018-04-01 17:10:45','2018-04-01 17:10:45','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/04/March-25-2018.pdf',0,'attachment','application/pdf',0),(2073,2,'2018-04-01 17:10:55','2018-04-01 17:10:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/March-25-2018.pdf\">March 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf\">March 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf\">March 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf\">March 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-04-01 17:10:55','2018-04-01 17:10:55','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2074,2,'2018-04-01 17:11:35','2018-04-01 17:11:35','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-1-2018.pdf\">April 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/March-25-2018.pdf\">March 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf\">March 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf\">March 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-4-2018.pdf\">March 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/02/February-25-2017.pdf\">February 25, 2017</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-04-01 17:11:35','2018-04-01 17:11:35','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2076,1,'2018-04-03 16:47:23','2018-04-03 16:47:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<p style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></p><p>CrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!</p><h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-04-03 16:47:23','2018-04-03 16:47:23','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2077,1,'2018-04-03 16:48:10','2018-04-03 16:48:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2018-04-03 16:48:10','2018-04-03 16:48:10','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2078,1,'2018-04-06 20:08:59','2018-04-06 20:08:59','','IMG_9313','','inherit','open','closed','','img_9313','','','2018-04-06 20:08:59','2018-04-06 20:08:59','',1357,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/IMG_9313.jpg',0,'attachment','image/jpeg',0),(2079,1,'2018-04-06 20:11:12','2018-04-06 20:11:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_bottom=\"1\" padding_bottom=\"10px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2018-04-06 20:11:12','2018-04-06 20:11:12','',1354,'http://www.crosspoint-church.com/1354-revision-v1/',0,'revision','',0),(2081,2,'2018-04-15 15:41:17','2018-04-15 15:41:17','','April 8, 2018','','inherit','open','closed','','april-8-2018','','','2018-04-15 15:41:41','2018-04-15 15:41:41','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/04/April-8-2018.pdf',0,'attachment','application/pdf',0),(2082,2,'2018-04-15 15:41:20','2018-04-15 15:41:20','','April 15, 2018','','inherit','open','closed','','april-15-2018','','','2018-04-15 15:42:29','2018-04-15 15:42:29','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/04/April-15-2018.pdf',0,'attachment','application/pdf',0),(2083,2,'2018-04-15 15:42:41','2018-04-15 15:42:41','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-15-2018.pdf\">April 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-8-2018.pdf\">April 8, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-1-2018.pdf\">April 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/March-25-2018.pdf\">March 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf\">March 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-11-2018.pdf\">March 11, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-04-15 15:42:41','2018-04-15 15:42:41','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2084,2,'2018-04-22 15:41:47','2018-04-22 15:41:47','','April 22, 2018','','inherit','open','closed','','april-22-2018','','','2018-04-22 15:42:04','2018-04-22 15:42:04','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/04/April-22-2018.pdf',0,'attachment','application/pdf',0),(2085,2,'2018-04-22 15:42:14','2018-04-22 15:42:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-22-2018.pdf\">April 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-15-2018.pdf\">April 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-8-2018.pdf\">April 8, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-1-2018.pdf\">April 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/March-25-2018.pdf\">March 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/03/March-18-2018.pdf\">March 18, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-04-22 15:42:14','2018-04-22 15:42:14','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2090,2,'2018-05-13 16:48:53','2018-05-13 16:48:53','','April 29, 2018','','inherit','open','closed','','april-29-2018','','','2018-05-13 16:49:14','2018-05-13 16:49:14','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/05/April-29-2018.pdf',0,'attachment','application/pdf',0),(2091,2,'2018-05-13 16:48:57','2018-05-13 16:48:57','','May 6, 2018','','inherit','open','closed','','may-6-2018','','','2018-05-13 16:49:37','2018-05-13 16:49:37','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/05/May-6-2018.pdf',0,'attachment','application/pdf',0),(2092,2,'2018-05-13 16:49:00','2018-05-13 16:49:00','','May 13, 2018','','inherit','open','closed','','may-13-2018','','','2018-05-13 16:49:56','2018-05-13 16:49:56','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf',0,'attachment','application/pdf',0),(2093,2,'2018-05-13 16:50:05','2018-05-13 16:50:05','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf\">May 13, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-6-2018.pdf\">May 6, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/April-29-2018.pdf\">April 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-22-2018.pdf\">April 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-15-2018.pdf\">April 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-8-2018.pdf\">April 8, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-05-13 16:50:05','2018-05-13 16:50:05','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2094,2,'2018-05-20 17:16:38','2018-05-20 17:16:38','','May 20, 2018','','inherit','open','closed','','may-20-2018','','','2018-05-20 17:16:47','2018-05-20 17:16:47','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf',0,'attachment','application/pdf',0),(2095,2,'2018-05-20 17:17:01','2018-05-20 17:17:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf\">May 20, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf\">May 13, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-6-2018.pdf\">May 6, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/April-29-2018.pdf\">April 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-22-2018.pdf\">April 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-15-2018.pdf\">April 15, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-05-20 17:17:01','2018-05-20 17:17:01','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2096,2,'2018-05-27 15:57:21','0000-00-00 00:00:00','<p>\n<strong>New Resource: WordPress and GDPR Compliance (in Plain English)</strong><br />\nAre you confused by GDPR, and how it will impact your WordPress site? We have gotten dozens of emails from users asking us to explain GDPR in plain English and share tips on how to make your WordPress site GDPR compliant. So we created an ultimate guide to explain everything you need to know about GDPR and WordPress (without the complex legal jargon).\n</p>\n<p><a href=\"https://www.wpbeginner.com/beginners-guide/the-ultimate-guide-to-wordpress-and-gdpr-compliance-everything-you-need-to-know/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=gdprguide\" target=\"_blank\" class=\"button button-primary\">Read our WordPress and GDPR Compliance Guide &raquo;</a></p>\n<p>\nSyed Balkhi<br />\nFounder of WPBeginner and MonsterInsights</p>\n','','','draft','closed','closed','','','','','2018-05-27 15:57:21','0000-00-00 00:00:00','',0,'http://www.crosspoint-church.com/?post_type=amn_mi-lite&p=2096',0,'amn_mi-lite','',0),(2098,2,'2018-05-27 18:52:51','2018-05-27 18:52:51','','May 27, 2018','','inherit','open','closed','','may-27-2018','','','2018-05-27 18:53:07','2018-05-27 18:53:07','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf',0,'attachment','application/pdf',0),(2099,2,'2018-05-27 18:53:20','2018-05-27 18:53:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf\">May 27, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf\">May 20, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf\">May 13, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-6-2018.pdf\">May 6, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/April-29-2018.pdf\">April 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/04/April-22-2018.pdf\">April 22, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-05-27 18:53:20','2018-05-27 18:53:20','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2102,2,'2018-06-10 17:14:53','2018-06-10 17:14:53','','June 3, 2018','','inherit','open','closed','','june-3-2018','','','2018-06-10 17:15:05','2018-06-10 17:15:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf',0,'attachment','application/pdf',0),(2103,2,'2018-06-10 17:14:56','2018-06-10 17:14:56','','June 10, 2018','','inherit','open','closed','','june-10-2018','','','2018-06-10 17:15:39','2018-06-10 17:15:39','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf',0,'attachment','application/pdf',0),(2104,2,'2018-06-10 17:15:51','2018-06-10 17:15:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf\">June 10, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf\">June 3, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf\">May 27, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf\">May 20, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf\">May 13, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-6-2018.pdf\">May 6, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-06-10 17:15:51','2018-06-10 17:15:51','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2105,1,'2018-06-13 14:55:09','2018-06-13 14:55:09','','IMG_9319','','inherit','open','closed','','img_9319','','','2018-06-13 14:55:09','2018-06-13 14:55:09','',1357,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/IMG_9319.jpg',0,'attachment','image/jpeg',0),(2106,1,'2018-06-13 14:56:13','2018-06-13 14:56:13','','IMG_9322','','inherit','open','closed','','img_9322','','','2018-06-13 14:56:13','2018-06-13 14:56:13','',1357,'http://www.crosspoint-church.com/wp-content/uploads/2016/06/IMG_9322.jpg',0,'attachment','image/jpeg',0),(2107,2,'2018-06-17 16:50:36','2018-06-17 16:50:36','','June 17, 2018','','inherit','open','closed','','june-17-2018','','','2018-06-17 16:50:45','2018-06-17 16:50:45','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf',0,'attachment','application/pdf',0),(2108,2,'2018-06-17 16:50:57','2018-06-17 16:50:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf\">June 10, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf\">June 3, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf\">May 27, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf\">May 20, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-13-2018.pdf\">May 13, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-06-17 16:50:57','2018-06-17 16:50:57','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2110,2,'2018-06-28 12:43:37','2018-06-28 12:43:37','','June 24, 2018','','inherit','open','closed','','june-24-2018','','','2018-06-28 12:43:50','2018-06-28 12:43:50','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf',0,'attachment','application/pdf',0),(2111,2,'2018-06-28 12:44:01','2018-06-28 12:44:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf\">June 10, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf\">June 3, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf\">May 27, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-20-2018.pdf\">May 20, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-06-28 12:44:01','2018-06-28 12:44:01','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2112,2,'2018-07-01 15:38:19','2018-07-01 15:38:19','','July 1, 2018','','inherit','open','closed','','july-1-2018','','','2018-07-01 15:38:32','2018-07-01 15:38:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf',0,'attachment','application/pdf',0),(2113,2,'2018-07-01 15:38:41','2018-07-01 15:38:41','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf\">July 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf\">June 10, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf\">June 3, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/05/May-27-2018.pdf\">May 27, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-07-01 15:38:41','2018-07-01 15:38:41','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2115,2,'2018-07-15 16:31:49','2018-07-15 16:31:49','','July 15, 2018','','inherit','open','closed','','july-15-2018','','','2018-07-15 16:32:07','2018-07-15 16:32:07','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf',0,'attachment','application/pdf',0),(2116,2,'2018-07-15 16:32:18','2018-07-15 16:32:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf\">July 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-10-2018.pdf\">June 10, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-3-2018.pdf\">June 3, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-07-15 16:32:18','2018-07-15 16:32:18','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2121,1,'2018-07-27 20:54:04','2018-07-27 20:54:04','','logo-family-promise-whatcom-county-v2','','inherit','open','closed','','logo-family-promise-whatcom-county-v2','','','2018-07-27 20:54:04','2018-07-27 20:54:04','',0,'http://www.crosspoint-church.com/wp-content/uploads/2018/07/logo-family-promise-whatcom-county-v2.png',0,'attachment','image/png',0),(2133,2,'2018-07-29 04:40:56','2018-07-29 04:40:56','','July 22, 2018','','inherit','open','closed','','july-22-2018','','','2018-07-29 04:41:05','2018-07-29 04:41:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf',0,'attachment','application/pdf',0),(2134,2,'2018-07-29 04:41:14','2018-07-29 04:41:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf\">July 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-07-29 04:41:14','2018-07-29 04:41:14','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2135,2,'2018-07-29 04:41:48','2018-07-29 04:41:48','','July 29, 2018','','inherit','open','closed','','july-29-2018','','','2018-07-29 04:41:57','2018-07-29 04:41:57','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf',0,'attachment','application/pdf',0),(2136,2,'2018-07-29 04:42:10','2018-07-29 04:42:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf\">July 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-17-2018.pdf\">June 17, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-07-29 04:42:10','2018-07-29 04:42:10','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2140,2,'2018-08-12 16:06:00','2018-08-12 16:06:00','','August 12, 2018','','inherit','open','closed','','august-12-2018','','','2018-08-12 16:06:09','2018-08-12 16:06:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf',0,'attachment','application/pdf',0),(2141,2,'2018-08-12 16:06:17','2018-08-12 16:06:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf\">August 12, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-1-2018.pdf\">July 1, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/06/June-24-2018.pdf\">June 24, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-08-12 16:06:17','2018-08-12 16:06:17','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2143,2,'2018-08-26 18:58:14','2018-08-26 18:58:14','','August 19, 2018','','inherit','open','closed','','august-19-2018','','','2018-08-26 18:58:32','2018-08-26 18:58:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf',0,'attachment','application/pdf',0),(2144,2,'2018-08-26 18:58:18','2018-08-26 18:58:18','','August 26, 2018','','inherit','open','closed','','august-26-2018','','','2018-08-26 18:59:27','2018-08-26 18:59:27','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf',0,'attachment','application/pdf',0),(2145,2,'2018-08-26 18:58:59','2018-08-26 18:58:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf\">August 12, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-08-26 18:58:59','2018-08-26 18:58:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2146,2,'2018-08-26 18:59:39','2018-08-26 18:59:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf\">August 12, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-15-2018.pdf\">July 15, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-08-26 18:59:39','2018-08-26 18:59:39','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2147,2,'2018-09-02 17:16:38','2018-09-02 17:16:38','','September 2, 2018','','inherit','open','closed','','september-2-2018','','','2018-09-02 17:16:48','2018-09-02 17:16:48','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf',0,'attachment','application/pdf',0),(2148,2,'2018-09-02 17:17:01','2018-09-02 17:17:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf\">August 12, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-22-2018.pdf\">July 22, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-09-02 17:17:01','2018-09-02 17:17:01','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2150,2,'2018-09-09 15:08:28','2018-09-09 15:08:28','','September 9, 2018','','inherit','open','closed','','september-9-2018','','','2018-09-09 15:08:37','2018-09-09 15:08:37','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf',0,'attachment','application/pdf',0),(2151,2,'2018-09-09 15:08:50','2018-09-09 15:08:50','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-12-2018.pdf\">August 12, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/07/July-29-2018.pdf\">July 29, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-09-09 15:08:50','2018-09-09 15:08:50','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2153,2,'2018-09-21 05:34:15','2018-09-21 05:34:15','','September 16, 2018','','inherit','open','closed','','september-16-2018','','','2018-09-21 05:34:36','2018-09-21 05:34:36','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf',0,'attachment','application/pdf',0),(2154,2,'2018-09-21 05:34:20','2018-09-21 05:34:20','','September 23, 2018','','inherit','open','closed','','september-23-2018','','','2018-09-21 05:35:18','2018-09-21 05:35:18','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf',0,'attachment','application/pdf',0),(2155,2,'2018-09-21 05:34:51','2018-09-21 05:34:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-09-21 05:34:51','2018-09-21 05:34:51','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2156,2,'2018-09-21 05:35:29','2018-09-21 05:35:29','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-19-2018.pdf\">August 19, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-09-21 05:35:29','2018-09-21 05:35:29','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2158,2,'2018-09-30 18:49:49','2018-09-30 18:49:49','','September 30, 2018','','inherit','open','closed','','september-30-2018','','','2018-09-30 18:49:58','2018-09-30 18:49:58','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf',0,'attachment','application/pdf',0),(2159,2,'2018-09-30 18:50:19','2018-09-30 18:50:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/08/August-26-2018.pdf\">August 26, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-09-30 18:50:19','2018-09-30 18:50:19','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2160,2,'2018-10-07 17:18:34','2018-10-07 17:18:34','','October 7, 2018','','inherit','open','closed','','october-7-2018','','','2018-10-07 17:18:42','2018-10-07 17:18:42','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf',0,'attachment','application/pdf',0),(2161,2,'2018-10-07 17:18:52','2018-10-07 17:18:52','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-2-2018.pdf\">September 2, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-10-07 17:18:52','2018-10-07 17:18:52','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2163,2,'2018-10-14 17:10:19','2018-10-14 17:10:19','','October 14, 2018','','inherit','open','closed','','october-14-2018','','','2018-10-14 17:10:27','2018-10-14 17:10:27','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf',0,'attachment','application/pdf',0),(2164,2,'2018-10-14 17:10:48','2018-10-14 17:10:48','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-9-2018.pdf\">September 9, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-10-14 17:10:48','2018-10-14 17:10:48','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2167,2,'2018-10-27 16:00:38','2018-10-27 16:00:38','','October 21, 2018','','inherit','open','closed','','october-21-2018','','','2018-10-27 16:00:48','2018-10-27 16:00:48','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf',0,'attachment','application/pdf',0),(2168,2,'2018-10-27 16:00:55','2018-10-27 16:00:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-16-2018.pdf\">September 16, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-10-27 16:00:55','2018-10-27 16:00:55','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2169,2,'2018-10-27 16:04:42','2018-10-27 16:04:42','','October 28, 2018','','inherit','open','closed','','october-28-2018','','','2018-10-27 16:04:52','2018-10-27 16:04:52','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf',0,'attachment','application/pdf',0),(2170,2,'2018-10-27 16:05:00','2018-10-27 16:05:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-23-2018.pdf\">September 23, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-10-27 16:05:00','2018-10-27 16:05:00','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2172,2,'2018-11-04 18:09:47','2018-11-04 18:09:47','','November 4, 2018','','inherit','open','closed','','november-4-2018','','','2018-11-04 18:09:55','2018-11-04 18:09:55','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf',0,'attachment','application/pdf',0),(2173,2,'2018-11-04 18:10:05','2018-11-04 18:10:05','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/09/September-30-2018.pdf\">September 30, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-11-04 18:10:05','2018-11-04 18:10:05','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2175,2,'2018-11-15 06:47:59','2018-11-15 06:47:59','','November 11, 2018','','inherit','open','closed','','november-11-2018','','','2018-11-15 06:48:09','2018-11-15 06:48:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf',0,'attachment','application/pdf',0),(2176,2,'2018-11-15 06:48:17','2018-11-15 06:48:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-7-2018.pdf\">October 7, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-11-15 06:48:17','2018-11-15 06:48:17','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2177,2,'2018-11-18 20:23:09','2018-11-18 20:23:09','','November 18, 2018','','inherit','open','closed','','november-18-2018','','','2018-11-18 20:23:19','2018-11-18 20:23:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf',0,'attachment','application/pdf',0),(2178,2,'2018-11-18 20:23:34','2018-11-18 20:23:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-14-2018.pdf\">October 14, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-11-18 20:23:34','2018-11-18 20:23:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2179,1,'2018-11-24 22:51:56','0000-00-00 00:00:00','<p>\n<strong>Save 60% OFF on MonsterInsights Pro &#8211; Limited Time Deal</strong></p>\n<p>Our annual sale is a great opportunity to unlock powerful MonsterInsights Pro features like Enhanced Ecommerce tracking (great for online stores), Form conversion tracking (great for business owners), Publishers Report (great for bloggers), Google AMP tracking, Banner Ads Tracking, Search Console Report, Custom Dimensions Reports (including author tracking, SEO score tracking, etc), and so much more. Don&#8217;t miss out!\n</p>\n<p><a href=\"https://www.monsterinsights.com/lite/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=bf2018\" target=\"_blank\" class=\"button button-primary\">Claim Your Savings &#8211; Upgrade to MonsterInsights Pro &raquo;</a></p>\n','','','draft','closed','closed','','','','','2018-11-24 22:51:56','0000-00-00 00:00:00','',0,'http://www.crosspoint-church.com/?post_type=amn_mi-lite&p=2179',0,'amn_mi-lite','',0),(2183,2,'2018-11-25 18:16:08','2018-11-25 18:16:08','','November 25, 2018','','inherit','open','closed','','november-25-2018','','','2018-11-25 18:16:20','2018-11-25 18:16:20','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf',0,'attachment','application/pdf',0),(2184,2,'2018-11-25 18:16:31','2018-11-25 18:16:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-21-2018.pdf\">October 21, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-11-25 18:16:31','2018-11-25 18:16:31','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2186,2,'2018-12-02 19:45:50','2018-12-02 19:45:50','','December 2, 2018','','inherit','open','closed','','december-2-2018','','','2018-12-02 19:46:02','2018-12-02 19:46:02','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf',0,'attachment','application/pdf',0),(2187,2,'2018-12-02 19:46:12','2018-12-02 19:46:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-02 19:46:12','2018-12-02 19:46:12','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2190,2,'2018-12-09 20:01:27','2018-12-09 20:01:27','','December 9, 2018','','inherit','open','closed','','decenber-9-2018','','','2018-12-09 20:01:51','2018-12-09 20:01:51','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf',0,'attachment','application/pdf',0),(2196,2,'2018-12-15 18:23:35','2018-12-15 18:23:35','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/10/October-28-2018.pdf\">October 28, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.&nbsp; You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\"></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-15 18:23:35','2018-12-15 18:23:35','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2200,2,'2018-12-15 18:25:06','2018-12-15 18:25:06','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-15 18:25:06','2018-12-15 18:25:06','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2202,2,'2018-12-15 18:27:09','2018-12-15 18:27:09','','December 16, 2018','','inherit','open','closed','','december-16-2018','','','2018-12-15 18:27:21','2018-12-15 18:27:21','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf',0,'attachment','application/pdf',0),(2203,2,'2018-12-15 18:27:28','2018-12-15 18:27:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-4-2018.pdf\">November 4, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-15 18:27:28','2018-12-15 18:27:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2204,2,'2018-12-15 18:28:01','2018-12-15 18:28:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-11-2018.pdf\">November 11, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-15 18:28:01','2018-12-15 18:28:01','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2207,2,'2018-12-25 05:39:46','2018-12-25 05:39:46','','December 23, 2018','','inherit','open','closed','','december-23-2018','','','2018-12-25 05:39:55','2018-12-25 05:39:55','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf',0,'attachment','application/pdf',0),(2210,2,'2018-12-25 05:40:39','2018-12-25 05:40:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-18-2018.pdf\">November 18, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-25 05:40:39','2018-12-25 05:40:39','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2212,2,'2018-12-30 16:26:12','2018-12-30 16:26:12','','December 30, 2018','','inherit','open','closed','','december-30-2018','','','2018-12-30 16:26:19','2018-12-30 16:26:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf',0,'attachment','application/pdf',0),(2213,2,'2018-12-30 16:26:28','2018-12-30 16:26:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/11/November-25-2018.pdf\">November 25, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2018-12-30 16:26:28','2018-12-30 16:26:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2216,2,'2019-01-06 19:47:07','2019-01-06 19:47:07','','January 6, 2019','','inherit','open','closed','','january-6-2019','','','2019-01-06 19:47:17','2019-01-06 19:47:17','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf',0,'attachment','application/pdf',0),(2217,2,'2019-01-06 19:47:25','2019-01-06 19:47:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf\">January 6, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-2-2018.pdf\">December 2, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-01-06 19:47:25','2019-01-06 19:47:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2219,2,'2019-01-13 17:21:15','2019-01-13 17:21:15','','January 13, 2019','','inherit','open','closed','','january-13-2019','','','2019-01-13 17:21:24','2019-01-13 17:21:24','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf',0,'attachment','application/pdf',0),(2220,2,'2019-01-13 17:21:34','2019-01-13 17:21:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf\">January 13, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf\">January 6, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/Decenber-9-2018.pdf\">December 9, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-01-13 17:21:34','2019-01-13 17:21:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2223,2,'2019-01-20 17:51:35','2019-01-20 17:51:35','','January 20, 2019','','inherit','open','closed','','january-20-2019','','','2019-01-20 17:51:48','2019-01-20 17:51:48','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf',0,'attachment','application/pdf',0),(2224,2,'2019-01-20 17:51:55','2019-01-20 17:51:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf\">January 20, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf\">January 13, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf\">January 6, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-16-2018.pdf\">December 16, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-01-20 17:51:55','2019-01-20 17:51:55','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2226,2,'2019-01-27 19:45:27','2019-01-27 19:45:27','','January 27, 2019','','inherit','open','closed','','january-27-2019','','','2019-01-27 19:45:41','2019-01-27 19:45:41','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf',0,'attachment','application/pdf',0),(2227,2,'2019-01-27 19:45:54','2019-01-27 19:45:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf\">January 27, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf\">January 20, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf\">January 13, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf\">January 6, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-23-2018.pdf\">December 23, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-01-27 19:45:54','2019-01-27 19:45:54','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2230,2,'2019-02-03 19:52:09','2019-02-03 19:52:09','','February 3 2019','','inherit','open','closed','','february-3-2019','','','2019-02-03 19:52:09','2019-02-03 19:52:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf',0,'attachment','application/pdf',0),(2231,2,'2019-02-03 19:52:29','2019-02-03 19:52:29','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf\">February 3 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf\">January 27, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf\">January 20, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf\">January 13, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-6-2019.pdf\">January 6, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2018/12/December-30-2018.pdf\">December 30, 2018</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-02-03 19:52:29','2019-02-03 19:52:29','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2236,2,'2019-02-17 21:46:27','2019-02-17 21:46:27','','February 10, 2019','','inherit','open','closed','','february-10-2019','','','2019-02-17 21:46:41','2019-02-17 21:46:41','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf',0,'attachment','application/pdf',0),(2237,2,'2019-02-17 21:46:34','2019-02-17 21:46:34','','February 17, 2019','','inherit','open','closed','','february-17-2019','','','2019-02-17 21:47:08','2019-02-17 21:47:08','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf',0,'attachment','application/pdf',0),(2238,2,'2019-02-17 21:47:15','2019-02-17 21:47:15','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf\">February 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf\">February 3 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf\">January 27, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf\">January 20, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-13-2019.pdf\">January 13, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-02-17 21:47:15','2019-02-17 21:47:15','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2239,2,'2019-02-24 18:10:40','2019-02-24 18:10:40','','February 24, 2019','','inherit','open','closed','','february-24-2019','','','2019-02-24 18:10:49','2019-02-24 18:10:49','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf',0,'attachment','application/pdf',0),(2240,2,'2019-02-24 18:10:57','2019-02-24 18:10:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf\">February 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf\">February 3 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf\">January 27, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-20-2019.pdf\">January 20, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-02-24 18:10:57','2019-02-24 18:10:57','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2242,2,'2019-03-03 17:26:34','2019-03-03 17:26:34','','March 3, 2019','','inherit','open','closed','','march-3-2019','','','2019-03-03 17:26:43','2019-03-03 17:26:43','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf',0,'attachment','application/pdf',0),(2243,2,'2019-03-03 17:26:52','2019-03-03 17:26:52','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf\">February 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf\">February 3 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/01/January-27-2019.pdf\">January 27, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-03-03 17:26:52','2019-03-03 17:26:52','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2245,2,'2019-03-10 16:56:44','2019-03-10 16:56:44','','March 10, 2019','','inherit','open','closed','','march-10-2019','','','2019-03-10 16:56:53','2019-03-10 16:56:53','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf',0,'attachment','application/pdf',0),(2246,2,'2019-03-10 16:57:04','2019-03-10 16:57:04','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf\">February 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-3-2019.pdf\">February 3 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-03-10 16:57:04','2019-03-10 16:57:04','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2248,2,'2019-03-17 16:38:26','2019-03-17 16:38:26','','March 17, 2019','','inherit','open','closed','','march-17-2019','','','2019-03-17 16:38:36','2019-03-17 16:38:36','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf',0,'attachment','application/pdf',0),(2249,2,'2019-03-17 16:38:44','2019-03-17 16:38:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-10-2019.pdf\">February 10, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-03-17 16:38:44','2019-03-17 16:38:44','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2251,2,'2019-03-31 16:52:19','2019-03-31 16:52:19','','March 31, 2019','','inherit','open','closed','','march-31-2019','','','2019-03-31 16:52:28','2019-03-31 16:52:28','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf',0,'attachment','application/pdf',0),(2252,2,'2019-03-31 16:52:37','2019-03-31 16:52:37','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-17-2019.pdf\">February 17, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-03-31 16:52:37','2019-03-31 16:52:37','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2253,2,'2019-04-07 19:07:40','2019-04-07 19:07:40','','April 7, 2019','','inherit','open','closed','','april-7-2019','','','2019-04-07 19:07:50','2019-04-07 19:07:50','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf',0,'attachment','application/pdf',0),(2254,2,'2019-04-07 19:07:54','2019-04-07 19:07:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/02/February-24-2019.pdf\">February 24, 2019</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-04-07 19:07:54','2019-04-07 19:07:54','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2256,1,'2019-04-13 16:13:58','2019-04-13 16:13:58','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_text]\n<div id=\"content\">\n<div id=\"content-inner\">\n<article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\n<h1 class=\"page-title\">What is a Nazarene?</h1>\n</header>\n<div class=\"post-content\">\n\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\n\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\n</em>\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\n\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\n\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\n\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\n\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\n\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\n\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\n\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\n\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\n\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\n\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\n\nWe give people opportunities to put their faith in to action through various avenues of service.\n\nWe are honored to take our place among the many who are called Christians.\n\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\n\nWe aim to be a family for all who love Jesus, the Nazarene.\n\n</div>\n</article></div>\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-autosave-v1','','','2019-04-13 16:13:58','2019-04-13 16:13:58','',609,'http://www.crosspoint-church.com/609-autosave-v1/',0,'revision','',0),(2258,1,'2019-04-13 16:44:29','2019-04-13 16:44:29','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2019-04-13 16:44:29','2019-04-13 16:44:29','',609,'http://www.crosspoint-church.com/609-revision-v1/',0,'revision','',0),(2261,2,'2019-04-14 19:22:36','2019-04-14 19:22:36','','April 14, 2019','','inherit','open','closed','','april-14-2014','','','2019-04-14 19:22:52','2019-04-14 19:22:52','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf',0,'attachment','application/pdf',0),(2262,2,'2019-04-14 19:24:51','2019-04-14 19:24:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf\">April 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-3-2019.pdf\">March 3, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-04-14 19:24:51','2019-04-14 19:24:51','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2263,1,'2019-04-16 16:51:04','2019-04-16 16:51:04','','Easter Invite - 2019','','inherit','open','closed','','easter-invite-2019','','','2019-04-16 16:51:04','2019-04-16 16:51:04','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Easter-Invite-2019.png',0,'attachment','image/png',0),(2264,1,'2019-04-16 17:12:23','2019-04-16 17:12:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>[fusion_imageframe image_id=\"2263|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.crosspoint-church.com/wp-content/uploads/2017/12/Easter-Invite-2019.png[/fusion_imageframe]</h2>\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2019-04-16 17:12:23','2019-04-16 17:12:23','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2265,2,'2019-04-21 17:11:50','2019-04-21 17:11:50','','April 21, 2019','','inherit','open','closed','','april-21-2019','','','2019-04-21 17:12:02','2019-04-21 17:12:02','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf',0,'attachment','application/pdf',0),(2267,2,'2019-04-21 17:12:46','2019-04-21 17:12:46','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf\">April 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf\">April 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-10-2019.pdf\">March 10, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-04-21 17:12:46','2019-04-21 17:12:46','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2269,2,'2019-05-05 16:37:13','2019-05-05 16:37:13','','May 5, 2019','','inherit','open','closed','','may-5-2019','','','2019-05-05 16:37:22','2019-05-05 16:37:22','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf',0,'attachment','application/pdf',0),(2270,2,'2019-05-05 16:37:35','2019-05-05 16:37:35','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf\">May 5, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf\">April 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf\">April 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-17-2019.pdf\">March 17, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-05-05 16:37:35','2019-05-05 16:37:35','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2272,1,'2019-05-06 00:42:12','2019-05-06 00:42:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2>[fusion_imageframe image_id=\"2263|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</h2>\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2019-05-06 00:42:12','2019-05-06 00:42:12','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2273,1,'2019-05-06 00:43:36','2019-05-06 00:43:36','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n<h3 style=\"text-align: center;\"><strong> <span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https://www.crosspoint-church.com/what-to-expect/\">LEARN MORE</a></span></strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2019-05-06 00:43:36','2019-05-06 00:43:36','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2274,2,'2019-05-12 19:09:23','2019-05-12 19:09:23','','May 12, 2019','','inherit','open','closed','','may-12-2019','','','2019-05-12 19:09:34','2019-05-12 19:09:34','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf',0,'attachment','application/pdf',0),(2275,2,'2019-05-12 19:10:13','2019-05-12 19:10:13','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf\">May 12, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf\">May 5, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf\">April 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf\">April 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/03/March-31-2019.pdf\">March 31, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-05-12 19:10:13','2019-05-12 19:10:13','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2277,2,'2019-05-19 16:00:45','2019-05-19 16:00:45','','May 19, 2019','','inherit','open','closed','','may-19-2019','','','2019-05-19 16:00:54','2019-05-19 16:00:54','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/05/May-19-2019.pdf',0,'attachment','application/pdf',0),(2278,2,'2019-05-19 16:01:31','2019-05-19 16:01:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-19-2019.pdf\">May 19, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf\">May 12, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf\">May 5, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf\">April 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-14-2014.pdf\">April 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-7-2019.pdf\">April 7, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-05-19 16:01:31','2019-05-19 16:01:31','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2280,2,'2019-06-02 16:11:28','2019-06-02 16:11:28','','June 2, 2019','','inherit','open','closed','','june-6-2019','','','2019-06-09 16:04:09','2019-06-09 16:04:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf',0,'attachment','application/pdf',0),(2281,2,'2019-06-02 16:11:34','2019-06-02 16:11:34','','May 26, 2019','','inherit','open','closed','','may-26-2019','','','2019-06-02 16:12:14','2019-06-02 16:12:14','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/May-26-2019.pdf',0,'attachment','application/pdf',0),(2282,2,'2019-06-02 16:13:14','2019-06-02 16:13:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf\">June 6, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/May-26-2019.pdf\">May 26, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-19-2019.pdf\">May 19, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf\">May 12, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf\">May 5, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/04/April-21-2019.pdf\">April 21, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-06-02 16:13:14','2019-06-02 16:13:14','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2283,2,'2019-06-09 15:18:19','2019-06-09 15:18:19','','June 9, 2019','','inherit','open','closed','','june-9-2019','','','2019-06-09 15:18:58','2019-06-09 15:18:58','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf',0,'attachment','application/pdf',0),(2284,2,'2019-06-09 16:04:23','2019-06-09 16:04:23','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf\">June 9, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf\">June 2, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/May-26-2019.pdf\">May 26, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-19-2019.pdf\">May 19, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf\">May 12, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-5-2019.pdf\">May 5, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-06-09 16:04:23','2019-06-09 16:04:23','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2287,2,'2019-06-16 16:53:10','2019-06-16 16:53:10','','June 16, 2019','','inherit','open','closed','','june-16-2019','','','2019-06-16 16:53:20','2019-06-16 16:53:20','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf',0,'attachment','application/pdf',0),(2288,2,'2019-06-16 16:53:33','2019-06-16 16:53:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf\">June 16, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf\">June 9, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf\">June 2, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/May-26-2019.pdf\">May 26, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-19-2019.pdf\">May 19, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/05/May-12-2019.pdf\">May 12, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-06-16 16:53:33','2019-06-16 16:53:33','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2290,2,'2019-06-29 01:25:47','2019-06-29 01:25:47','','June 23, 2019','','inherit','open','closed','','june-23-2019','','','2019-06-29 01:26:09','2019-06-29 01:26:09','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf',0,'attachment','application/pdf',0),(2291,2,'2019-06-29 01:25:55','2019-06-29 01:25:55','','June 30, 2019','','inherit','open','closed','','june-30-2019','','','2019-06-29 01:27:07','2019-06-29 01:27:07','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf',0,'attachment','application/pdf',0),(2292,2,'2019-06-29 01:27:34','2019-06-29 01:27:34','<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf\">June 16, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf\">June 9, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf\">June 2, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/May-26-2019.pdf\">May 26, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-06-29 01:27:34','2019-06-29 01:27:34','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2294,2,'2019-07-07 06:22:56','2019-07-07 06:22:56','','July 7, 2019','','inherit','open','closed','','july-7-2019','','','2019-07-07 06:23:04','2019-07-07 06:23:04','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf',0,'attachment','application/pdf',0),(2295,2,'2019-07-07 06:23:42','2019-07-07 06:23:42','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf\">June 16, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf\">June 9, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-6-2019.pdf\">June 2, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-07-07 06:23:42','2019-07-07 06:23:42','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2296,2,'2019-07-14 19:04:38','2019-07-14 19:04:38','','July 14, 2019','','inherit','open','closed','','july-14-2019','','','2019-07-14 19:04:46','2019-07-14 19:04:46','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf',0,'attachment','application/pdf',0),(2297,2,'2019-07-14 19:04:58','2019-07-14 19:04:58','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf\">July 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf\">June 16, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-9-2019.pdf\">June 9, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-07-14 19:04:58','2019-07-14 19:04:58','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2299,2,'2019-07-21 18:47:41','2019-07-21 18:47:41','','July 21, 2019','','inherit','open','closed','','july-21-2019','','','2019-07-21 18:47:53','2019-07-21 18:47:53','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf',0,'attachment','application/pdf',0),(2300,2,'2019-07-21 18:48:03','2019-07-21 18:48:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf\">July 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf\">July 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-16-2019.pdf\">June 16, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-07-21 18:48:03','2019-07-21 18:48:03','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2301,2,'2019-07-28 18:47:57','2019-07-28 18:47:57','','July 28, 2019','','inherit','open','closed','','july-28-2019','','','2019-07-28 18:48:05','2019-07-28 18:48:05','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf',0,'attachment','application/pdf',0),(2302,2,'2019-07-28 18:48:20','2019-07-28 18:48:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf\">July 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf\">July 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-07-28 18:48:20','2019-07-28 18:48:20','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2304,2,'2019-08-04 19:04:29','2019-08-04 19:04:29','','August 4, 2019','','inherit','open','closed','','august-4-2019','','','2019-08-04 19:04:38','2019-08-04 19:04:38','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf',0,'attachment','application/pdf',0),(2305,2,'2019-08-04 19:04:50','2019-08-04 19:04:50','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf\">July 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf\">July 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-30-2019.pdf\">June 30, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-08-04 19:04:50','2019-08-04 19:04:50','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2306,2,'2019-08-11 16:58:09','2019-08-11 16:58:09','','August 11, 2019','','inherit','open','closed','','august-11-2019','','','2019-08-11 16:58:18','2019-08-11 16:58:18','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf',0,'attachment','application/pdf',0),(2307,2,'2019-08-11 16:58:32','2019-08-11 16:58:32','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf\">July 21, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-14-2019.pdf\">July 14, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-7-2019.pdf\">July 7, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-08-11 16:58:32','2019-08-11 16:58:32','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2309,2,'2019-08-29 06:21:00','2019-08-29 06:21:00','','August 18, 2019','','inherit','open','closed','','august-18-2019','','','2019-08-29 06:21:19','2019-08-29 06:21:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf',0,'attachment','application/pdf',0),(2310,2,'2019-08-29 06:21:08','2019-08-29 06:21:08','','August 25, 2019','','inherit','open','closed','','august-25-2019','','','2019-08-29 06:21:35','2019-08-29 06:21:35','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf',0,'attachment','application/pdf',0),(2311,2,'2019-08-29 06:21:45','2019-08-29 06:21:45','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-21-2019.pdf\">July 21, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-08-29 06:21:45','2019-08-29 06:21:45','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2312,2,'2019-09-01 16:30:21','2019-09-01 16:30:21','','September 1, 2019','','inherit','open','closed','','september-1-2019','','','2019-09-01 16:30:28','2019-09-01 16:30:28','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf',0,'attachment','application/pdf',0),(2313,2,'2019-09-01 16:32:39','2019-09-01 16:32:39','&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/06/June-23-2019.pdf\">June 23, 2019</a>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-01 16:32:39','2019-09-01 16:32:39','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2314,2,'2019-09-01 16:34:28','2019-09-01 16:34:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n&nbsp;\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/07/July-28-2019.pdf\">July 28, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-01 16:34:28','2019-09-01 16:34:28','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2316,2,'2019-09-08 18:43:28','2019-09-08 18:43:28','','September 8, 2019','','inherit','open','closed','','september-8-2019','','','2019-09-08 18:43:42','2019-09-08 18:43:42','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf',0,'attachment','application/pdf',0),(2317,2,'2019-09-08 18:44:03','2019-09-08 18:44:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-4-2019.pdf\">August 4, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-08 18:44:03','2019-09-08 18:44:03','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2318,2,'2019-09-15 17:25:21','2019-09-15 17:25:21','','September 15, 2019','','inherit','open','closed','','september-15-2019','','','2019-09-15 17:25:32','2019-09-15 17:25:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf',0,'attachment','application/pdf',0),(2319,2,'2019-09-15 17:25:42','2019-09-15 17:25:42','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-11-2019.pdf\">August 11, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-15 17:25:42','2019-09-15 17:25:42','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2321,2,'2019-09-22 16:49:16','2019-09-22 16:49:16','','September 22, 2019','','inherit','open','closed','','september-22-2019','','','2019-09-22 16:49:23','2019-09-22 16:49:23','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf',0,'attachment','application/pdf',0),(2322,2,'2019-09-22 16:49:35','2019-09-22 16:49:35','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-18-2019.pdf\">August 18, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-22 16:49:35','2019-09-22 16:49:35','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2323,2,'2019-09-29 06:07:35','2019-09-29 06:07:35','','September 29, 2019','','inherit','open','closed','','september-29-2019','','','2019-09-29 06:07:44','2019-09-29 06:07:44','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf',0,'attachment','application/pdf',0),(2324,2,'2019-09-29 06:07:55','2019-09-29 06:07:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/08/August-25-2019.pdf\">August 25, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-09-29 06:07:55','2019-09-29 06:07:55','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2326,2,'2019-10-13 16:23:54','2019-10-13 16:23:54','','October 13, 2019','','inherit','open','closed','','october-13-2019','','','2019-10-13 16:24:06','2019-10-13 16:24:06','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf',0,'attachment','application/pdf',0),(2327,2,'2019-10-13 16:24:22','2019-10-13 16:24:22','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-1-2019.pdf\">September 1, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-10-13 16:24:22','2019-10-13 16:24:22','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2329,2,'2019-10-20 17:05:18','2019-10-20 17:05:18','','October 20, 2019','','inherit','open','closed','','october-20-2019','','','2019-10-20 17:05:26','2019-10-20 17:05:26','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf',0,'attachment','application/pdf',0),(2330,2,'2019-10-20 17:05:38','2019-10-20 17:05:38','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-8-2019.pdf\">September 8, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-10-20 17:05:38','2019-10-20 17:05:38','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2336,1,'2019-10-22 01:23:39','2019-10-22 01:23:39','','Menu Logo - 175px','','inherit','open','closed','','menu-logo-175px','','','2019-10-22 01:23:39','2019-10-22 01:23:39','',0,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/Menu-Logo-175px.png',0,'attachment','image/png',0),(2337,1,'2019-10-22 01:25:21','2019-10-22 01:25:21','','Menu Logo - 125px','','inherit','open','closed','','menu-logo-125px','','','2019-10-22 01:25:21','2019-10-22 01:25:21','',0,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/Menu-Logo-125px.png',0,'attachment','image/png',0),(2338,1,'2019-10-22 01:27:56','2019-10-22 01:27:56','','Menu Logo - 100px','','inherit','open','closed','','menu-logo-100px','','','2019-10-22 01:27:56','2019-10-22 01:27:56','',0,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/Menu-Logo-100px.png',0,'attachment','image/png',0),(2340,2,'2019-10-27 17:16:50','2019-10-27 17:16:50','','October 27, 2019','','inherit','open','closed','','october-27-2019','','','2019-10-27 17:17:18','2019-10-27 17:17:18','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf',0,'attachment','application/pdf',0),(2341,2,'2019-10-27 17:17:32','2019-10-27 17:17:32','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-15-2019.pdf\">September 15, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-10-27 17:17:32','2019-10-27 17:17:32','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2343,2,'2019-11-10 16:42:08','2019-11-10 16:42:08','','November 10, 2019','','inherit','open','closed','','november-10-2019','','','2019-11-10 16:42:19','2019-11-10 16:42:19','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf',0,'attachment','application/pdf',0),(2344,2,'2019-11-10 16:52:59','2019-11-10 16:52:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-22-2019.pdf\">September 22, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-11-10 16:52:59','2019-11-10 16:52:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2345,2,'2019-11-17 20:09:36','2019-11-17 20:09:36','','November 17, 2019','','inherit','open','closed','','november-17-2019','','','2019-11-17 20:09:47','2019-11-17 20:09:47','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf',0,'attachment','application/pdf',0),(2346,2,'2019-11-17 20:09:53','2019-11-17 20:09:53','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/09/September-29-2019.pdf\">September 29, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-11-17 20:09:53','2019-11-17 20:09:53','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2348,1,'2023-09-05 15:43:06','2023-09-05 22:43:06','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\" rel=\"noopener\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Easter 2015 Bumper','','inherit','closed','closed','','651-autosave-v1','','','2023-09-05 15:43:06','2023-09-05 22:43:06','',651,'http://www.crosspoint-church.com/651-autosave-v1/',0,'revision','',0),(2349,1,'2019-11-21 00:39:45','2019-11-21 00:39:45','','CrossPoint Swag Logo - 150px','','inherit','open','closed','','crosspoint-swag-logo-150px','','','2019-11-21 00:39:45','2019-11-21 00:39:45','',0,'http://www.crosspoint-church.com/wp-content/uploads/2019/11/CrossPoint-Swag-Logo-150px.png',0,'attachment','image/png',0),(2351,2,'2019-11-24 17:49:51','2019-11-24 17:49:51','','November 24, 2019','','inherit','open','closed','','november-24-2019','','','2019-11-24 17:50:08','2019-11-24 17:50:08','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf',0,'attachment','application/pdf',0),(2352,2,'2019-11-24 17:50:22','2019-11-24 17:50:22','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-13-2019.pdf\">October 13, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-11-24 17:50:22','2019-11-24 17:50:22','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2353,2,'2019-12-01 17:39:31','2019-12-01 17:39:31','','December 1, 2019','','inherit','open','closed','','december-1-2019','','','2019-12-01 17:39:40','2019-12-01 17:39:40','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf',0,'attachment','application/pdf',0),(2354,2,'2019-12-01 17:39:54','2019-12-01 17:39:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-20-2019.pdf\">October 20, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-12-01 17:39:54','2019-12-01 17:39:54','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2356,2,'2019-12-08 19:34:53','2019-12-08 19:34:53','','December 8, 2019','','inherit','open','closed','','december-8-2019','','','2019-12-08 19:35:03','2019-12-08 19:35:03','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf',0,'attachment','application/pdf',0),(2357,2,'2019-12-08 19:35:18','2019-12-08 19:35:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/10/October-27-2019.pdf\">October 27, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-12-08 19:35:18','2019-12-08 19:35:18','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2358,2,'2019-12-15 06:48:45','2019-12-15 06:48:45','','121519 bulletin','','inherit','open','closed','','121519-bulletin','','','2019-12-15 06:48:45','2019-12-15 06:48:45','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/121519-bulletin.pdf',0,'attachment','application/pdf',0),(2359,2,'2019-12-15 06:49:32','2019-12-15 06:49:32','','December 15, 2019','','inherit','open','closed','','december-15-2019','','','2019-12-15 06:49:41','2019-12-15 06:49:41','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf',0,'attachment','application/pdf',0),(2360,2,'2019-12-15 06:49:48','2019-12-15 06:49:48','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-10-2019.pdf\">November 10, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-12-15 06:49:48','2019-12-15 06:49:48','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2362,2,'2019-12-22 18:00:37','2019-12-22 18:00:37','','December 22, 2019','','inherit','open','closed','','december-22-2019','','','2019-12-22 18:00:43','2019-12-22 18:00:43','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf',0,'attachment','application/pdf',0),(2363,2,'2019-12-22 18:00:51','2019-12-22 18:00:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-17-2019.pdf\">November 17, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-12-22 18:00:51','2019-12-22 18:00:51','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2364,2,'2019-12-29 17:04:28','2019-12-29 17:04:28','','December 29, 2019','','inherit','open','closed','','december-29-2019','','','2019-12-29 17:04:36','2019-12-29 17:04:36','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf',0,'attachment','application/pdf',0),(2365,2,'2019-12-29 17:04:44','2019-12-29 17:04:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/11/November-24-2019.pdf\">November 24, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2019-12-29 17:04:44','2019-12-29 17:04:44','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2367,2,'2020-01-05 19:35:23','2020-01-05 19:35:23','','January 5, 2020','','inherit','open','closed','','january-5-2020','','','2020-01-05 19:35:51','2020-01-05 19:35:51','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf',0,'attachment','application/pdf',0),(2368,2,'2020-01-05 19:36:03','2020-01-05 19:36:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-1-2019.pdf\">December 1, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-01-05 19:36:03','2020-01-05 19:36:03','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2369,2,'2020-01-12 20:03:37','2020-01-12 20:03:37','','January 12, 2020','','inherit','open','closed','','january-12-2020','','','2020-01-12 20:03:43','2020-01-12 20:03:43','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf',0,'attachment','application/pdf',0),(2370,2,'2020-01-12 20:03:51','2020-01-12 20:03:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-8-2019.pdf\">December 8, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-01-12 20:03:51','2020-01-12 20:03:51','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2372,2,'2020-01-19 19:58:16','2020-01-19 19:58:16','','January 19, 2020','','inherit','open','closed','','january-19-2020','','','2020-01-19 19:58:23','2020-01-19 19:58:23','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf',0,'attachment','application/pdf',0),(2373,2,'2020-01-19 19:58:33','2020-01-19 19:58:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-15-2019.pdf\">December 15, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-01-19 19:58:33','2020-01-19 19:58:33','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2374,2,'2020-01-26 19:48:46','2020-01-26 19:48:46','','January 26, 2020','','inherit','open','closed','','january-26-2020','','','2020-01-26 19:48:55','2020-01-26 19:48:55','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf',0,'attachment','application/pdf',0),(2375,2,'2020-01-26 19:49:25','2020-01-26 19:49:25','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-22-2019.pdf\">December 22, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-01-26 19:49:25','2020-01-26 19:49:25','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2377,2,'2020-02-02 18:09:44','2020-02-02 18:09:44','','February 2, 2020','','inherit','open','closed','','february-2-2020','','','2020-02-02 18:09:50','2020-02-02 18:09:50','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf',0,'attachment','application/pdf',0),(2378,2,'2020-02-02 18:09:59','2020-02-02 18:09:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2019/12/December-29-2019.pdf\">December 29, 2019</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-02-02 18:09:59','2020-02-02 18:09:59','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2380,2,'2020-02-09 17:44:47','2020-02-09 17:44:47','','February 9, 2020','','inherit','open','closed','','february-9-2020','','','2020-02-09 17:44:54','2020-02-09 17:44:54','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf',0,'attachment','application/pdf',0),(2381,2,'2020-02-09 17:45:03','2020-02-09 17:45:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-5-2020.pdf\">January 5, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-02-09 17:45:03','2020-02-09 17:45:03','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2382,2,'2020-02-17 02:54:53','2020-02-17 02:54:53','','February 16, 2020','','inherit','open','closed','','february-16-2020','','','2020-02-17 02:54:59','2020-02-17 02:54:59','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf',0,'attachment','application/pdf',0),(2383,2,'2020-02-17 02:55:06','2020-02-17 02:55:06','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf\">February 16, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-12-2020.pdf\">January 12, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-02-17 02:55:06','2020-02-17 02:55:06','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2395,2,'2020-02-23 17:52:54','2020-02-23 17:52:54','','February 23, 2020','','inherit','open','closed','','february-23-2020','','','2020-02-23 17:53:00','2020-02-23 17:53:00','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/02/February-23-2020.pdf',0,'attachment','application/pdf',0),(2396,2,'2020-02-23 17:53:10','2020-02-23 17:53:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-23-2020.pdf\">February 23, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf\">February 16, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-19-2020.pdf\">January 19, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-02-23 17:53:10','2020-02-23 17:53:10','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2397,2,'2020-03-01 18:08:17','2020-03-01 18:08:17','','March 1, 2020','','inherit','open','closed','','march-1-2020','','','2020-03-01 18:08:24','2020-03-01 18:08:24','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/03/March-1-2020.pdf',0,'attachment','application/pdf',0),(2398,2,'2020-03-01 18:17:31','2020-03-01 18:17:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-1-2020.pdf\">March 1, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-23-2020.pdf\">February 23, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf\">February 16, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/01/January-26-2020.pdf\">January 26, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-03-01 18:17:31','2020-03-01 18:17:31','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2400,2,'2020-03-08 16:56:26','2020-03-08 16:56:26','','March 8, 2020','','inherit','open','closed','','march-8-2020','','','2020-03-08 16:56:32','2020-03-08 16:56:32','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/03/March-8-2020.pdf',0,'attachment','application/pdf',0),(2401,2,'2020-03-08 16:56:39','2020-03-08 16:56:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-8-2020.pdf\">March 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-1-2020.pdf\">March 1, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-23-2020.pdf\">February 23, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf\">February 16, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-2-2020.pdf\">February 2, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-03-08 16:56:39','2020-03-08 16:56:39','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2403,1,'2020-03-14 22:33:13','2020-03-14 22:33:13','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 (Coronavirus) News\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As your pastor I want to remind you about who we are as a church:</p>\r\n<p class=\"xmsolistparagraph\" style=\"text-indent: -.25in; margin: 12.0pt 0in .0001pt 99.35pt;\"><span style=\"font-family: Symbol;\">·</span><span style=\"font-size: 7.0pt; font-family: \'Times New Roman\',serif;\">         </span>We are a family that faces things together</p>\r\n<p class=\"xmsolistparagraph\" style=\"margin-left: 99.0pt; text-indent: -.25in;\"><span style=\"font-family: Symbol;\">·</span><span style=\"font-size: 7.0pt; font-family: \'Times New Roman\',serif;\">         </span>We are disciples who grow through trials</p>\r\n<p class=\"xmsolistparagraph\" style=\"margin-left: 99.0pt; text-indent: -.25in;\"><span style=\"font-family: Symbol;\">·</span><span style=\"font-size: 7.0pt; font-family: \'Times New Roman\',serif;\">         </span>We are God’s people who care for the hurting</p>\r\n<p class=\"xmsolistparagraph\" style=\"margin-left: 99.0pt; text-indent: -.25in;\"><span style=\"font-family: Symbol;\">·</span><span style=\"font-size: 7.0pt; font-family: \'Times New Roman\',serif;\">         </span>We are people who look to our loving heavenly Father in all things</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.  To that end, I would encourage each of you to read Romans 8:35-39 tomorrow as your own person “church service” while you are at home.  (I know you will gain encouragement from it!)</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:  “For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”  (2 Tim 1:7)</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">I love you all and am praying for you and your family.  Let us join together in praying for our nation and  our world that a solution would be found and that many would turn to Jesus during this time.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Love you,</p>\r\n<p class=\"xmsonormal\">Pastor Gary</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-14 22:33:13','2020-03-14 22:33:13','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2404,1,'2020-03-14 22:37:03','2020-03-14 22:37:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 (Coronavirus) News\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-14 22:37:03','2020-03-14 22:37:03','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2405,1,'2020-03-14 22:38:14','2020-03-14 22:38:14','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-14 22:38:14','2020-03-14 22:38:14','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2406,2,'2020-03-16 03:04:29','2020-03-16 03:04:29','','March 15, 2020','','inherit','open','closed','','march-15-2020','','','2020-03-16 03:04:35','2020-03-16 03:04:35','',1441,'http://www.crosspoint-church.com/wp-content/uploads/2020/03/March-15-2020.pdf',0,'attachment','application/pdf',0),(2407,2,'2020-03-16 03:04:42','2020-03-16 03:04:42','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-15-2020.pdf\">March 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-8-2020.pdf\">March 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/March-1-2020.pdf\">March 1, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-23-2020.pdf\">February 23, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-16-2020.pdf\">February 16, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/02/February-9-2020.pdf\">February 9, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-03-16 03:04:42','2020-03-16 03:04:42','',1441,'http://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(2408,1,'2020-03-19 17:03:09','2020-03-19 17:03:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n\r\n<h3 style=\"text-align: center;\">To watch current sermon click below:</h3>\r\n&lt;iframe src=\"https://player.vimeo.com/video/205952470\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-19 17:03:09','2020-03-19 17:03:09','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2409,1,'2020-03-19 17:04:29','2020-03-19 17:04:29','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n\r\n<h3 style=\"text-align: center;\">To watch current sermon click below:</h3>\r\n<iframe src=\"https://player.vimeo.com/video/205952470\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-19 17:04:29','2020-03-19 17:04:29','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2410,1,'2020-03-19 17:05:01','2020-03-19 17:05:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n\r\n<h3 style=\"text-align: center;\">To watch current sermon click below:</h3>\r\n<iframe src=\"https://player.vimeo.com/video/205952470\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-19 17:05:01','2020-03-19 17:05:01','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2411,1,'2020-03-19 17:05:57','2020-03-19 17:05:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-19 17:05:57','2020-03-19 17:05:57','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2412,1,'2020-03-20 01:46:12','2020-03-20 01:46:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\nhttps://youtu.be/PO8mAYcPREQ\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-20 01:46:12','2020-03-20 01:46:12','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2414,1,'2020-03-20 01:47:22','2020-03-20 01:47:22','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-20 01:47:22','2020-03-20 01:47:22','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2415,1,'2020-03-20 01:54:09','2020-03-20 01:54:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/PO8mAYcPREQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-20 01:54:09','2020-03-20 01:54:09','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2416,1,'2020-03-20 01:54:47','2020-03-20 01:54:47','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/PO8mAYcPREQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-20 01:54:47','2020-03-20 01:54:47','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2417,1,'2020-03-20 01:55:55','2020-03-20 01:55:55','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls, text messages and visits.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-20 01:55:55','2020-03-20 01:55:55','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2426,1,'2020-03-21 19:46:27','2020-03-21 19:46:27','','Sermon Note Page - Facing the Virus Together','','inherit','open','closed','','sermon-note-page-facing-the-virus-together','','','2020-03-21 19:46:27','2020-03-21 19:46:27','',0,'http://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf',0,'attachment','application/pdf',0),(2454,1,'2020-03-27 00:57:34','2020-03-27 00:57:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-03-27 00:57:34','2020-03-27 00:57:34','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2455,1,'2020-03-28 20:52:44','2020-03-28 20:52:44','','Sermon notes - part 1','','inherit','open','closed','','sermon-notes-part-1','','','2020-03-28 20:52:44','2020-03-28 20:52:44','',0,'http://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf',0,'attachment','application/pdf',0),(2458,1,'2016-06-12 10:30:00','2016-06-12 10:30:00','','\"Learn To Discern\"','','publish','open','closed','','learn-to-discern','','','2016-06-12 10:30:00','2016-06-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/learn-to-discern/',0,'wpfc_sermon','',0),(2459,1,'2016-06-05 10:30:00','2016-06-05 10:30:00','%todo_render%','Why Does This Keep Happening','','publish','open','closed','','why-does-this-keep-happening','','','2016-06-05 10:30:00','2016-06-05 10:30:00','',0,'http://www.crosspoint-church.com/sermons/why-does-this-keep-happening/',0,'wpfc_sermon','',0),(2460,1,'2016-05-29 10:30:00','2016-05-29 10:30:00','%todo_render%','The Truth About Trouble','','publish','open','closed','','the-truth-about-trouble','','','2016-05-29 10:30:00','2016-05-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-truth-about-trouble/',0,'wpfc_sermon','',0),(2461,1,'2016-05-15 10:30:00','2016-05-15 10:30:00','%todo_render%','The Lord\'s Prayer (part 6)','','publish','open','closed','','the-lords-prayer-part-6','','','2016-05-15 10:30:00','2016-05-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-6/',0,'wpfc_sermon','',0),(2462,1,'2016-05-08 10:30:00','2016-05-08 10:30:00','%todo_render%','The Lord\'s Prayer (part 5)','','publish','open','closed','','the-lords-prayer-part-5','','','2016-05-08 10:30:00','2016-05-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-5/',0,'wpfc_sermon','',0),(2463,1,'2016-05-22 10:30:00','2016-05-22 10:30:00','%todo_render%','More Than Joshua\'s Story','','publish','open','closed','','more-than-joshuas-story','','','2016-05-22 10:30:00','2016-05-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/more-than-joshuas-story/',0,'wpfc_sermon','',0),(2464,1,'2016-05-01 19:00:00','2016-05-01 19:00:00','%todo_render%','The Lord\'s Prayer (part 4)','','publish','open','closed','','the-lords-prayer-part-4','','','2016-05-01 19:00:00','2016-05-01 19:00:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-4/',0,'wpfc_sermon','',0),(2465,1,'2016-04-24 19:00:00','2016-04-24 19:00:00','%todo_render%','The Lord\'s Prayer (part 3)','','publish','open','closed','','the-lords-prayer-part-3','','','2016-04-24 19:00:00','2016-04-24 19:00:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-3/',0,'wpfc_sermon','',0),(2466,1,'2016-04-10 19:00:00','2016-04-10 19:00:00','%todo_render%','The Lord\'s Prayer (part 2)','','publish','open','closed','','the-lords-prayer-part-2','','','2016-04-10 19:00:00','2016-04-10 19:00:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-2/',0,'wpfc_sermon','',0),(2467,1,'2016-04-03 19:00:00','2016-04-03 19:00:00','%todo_render%','The Lord\'s Prayer (part 1)','','publish','open','closed','','the-lords-prayer-part-1','','','2016-04-03 19:00:00','2016-04-03 19:00:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-1/',0,'wpfc_sermon','',0),(2468,1,'2016-03-27 19:00:00','2016-03-27 19:00:00','%todo_render%','Power For Cave Dwellers (Easter Sunday)','','publish','open','closed','','power-for-cave-dwellers-easter-sunday','','','2016-03-27 19:00:00','2016-03-27 19:00:00','',0,'http://www.crosspoint-church.com/sermons/power-for-cave-dwellers-easter-sunday/',0,'wpfc_sermon','',0),(2469,1,'2016-06-19 10:30:00','2016-06-19 10:30:00','%todo_render%','The Lord\'s Prayer (part 7)','','publish','open','closed','','the-lords-prayer-part-7','','','2016-06-19 10:30:00','2016-06-19 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-lords-prayer-part-7/',0,'wpfc_sermon','',0),(2470,1,'2016-06-26 10:30:00','2016-06-26 10:30:00','%todo_render%','Toughen Up!  (part 1)','','publish','open','closed','','toughen-up-part-1','','','2016-06-26 10:30:00','2016-06-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/toughen-up-part-1/',0,'wpfc_sermon','',0),(2471,1,'2016-07-03 10:30:00','2016-07-03 10:30:00','%todo_render%','Toughen Up','','publish','open','closed','','toughen-up','','','2016-07-03 10:30:00','2016-07-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/toughen-up/',0,'wpfc_sermon','',0),(2472,1,'2016-07-10 10:30:00','2016-07-10 10:30:00','%todo_render%','Toughen Up part 3','','publish','open','closed','','toughen-up-part-3','','','2016-07-10 10:30:00','2016-07-10 10:30:00','',0,'http://www.crosspoint-church.com/sermons/toughen-up-part-3/',0,'wpfc_sermon','',0),(2473,1,'2016-07-17 10:30:00','2016-07-17 10:30:00','%todo_render%','CrossPoint Work and Witness Team','','publish','open','closed','','crosspoint-work-and-witness-team','','','2016-07-17 10:30:00','2016-07-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/crosspoint-work-and-witness-team/',0,'wpfc_sermon','',0),(2474,1,'2016-07-24 10:30:00','2016-07-24 10:30:00','%todo_render%','It\'s Not Too Late','','publish','open','closed','','its-not-too-late','','','2016-07-24 10:30:00','2016-07-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/its-not-too-late/',0,'wpfc_sermon','',0),(2475,1,'2016-07-31 10:30:00','2016-07-31 10:30:00','%todo_render%','When You Are Running Out Of What You Need','','publish','open','closed','','when-you-are-running-out-of-what-you-need','','','2016-07-31 10:30:00','2016-07-31 10:30:00','',0,'http://www.crosspoint-church.com/sermons/when-you-are-running-out-of-what-you-need/',0,'wpfc_sermon','',0),(2476,1,'2016-08-14 10:30:00','2016-08-14 10:30:00','%todo_render%','When I Can\'t See My Way Forward','','publish','open','closed','','when-i-cant-see-my-way-forward','','','2016-08-14 10:30:00','2016-08-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/when-i-cant-see-my-way-forward/',0,'wpfc_sermon','',0),(2477,1,'2016-08-07 10:30:00','2016-08-07 10:30:00','%todo_render%','The Church In The Middle','','publish','open','closed','','the-church-in-the-middle','','','2016-08-07 10:30:00','2016-08-07 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-church-in-the-middle/',0,'wpfc_sermon','',0),(2478,1,'2016-08-21 10:30:00','2016-08-21 10:30:00','%todo_render%','When You Need A Fresh Start','','publish','open','closed','','when-you-need-a-fresh-start','','','2016-08-21 10:30:00','2016-08-21 10:30:00','',0,'http://www.crosspoint-church.com/sermons/when-you-need-a-fresh-start/',0,'wpfc_sermon','',0),(2479,1,'2016-08-28 10:30:00','2016-08-28 10:30:00','%todo_render%','When You Feel Like You Are Sinking','','publish','open','closed','','when-you-feel-like-you-are-sinking','','','2016-08-28 10:30:00','2016-08-28 10:30:00','',0,'http://www.crosspoint-church.com/sermons/when-you-feel-like-you-are-sinking/',0,'wpfc_sermon','',0),(2480,1,'2016-09-11 10:30:00','2016-09-11 10:30:00','%todo_render%','What Matters Most','','publish','open','closed','','what-matters-most','','','2016-09-11 10:30:00','2016-09-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-matters-most/',0,'wpfc_sermon','',0),(2481,1,'2016-09-25 10:30:00','2016-09-25 10:30:00','%todo_render%','The Webb\'s','','publish','open','closed','','the-webbs','','','2016-09-25 10:30:00','2016-09-25 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-webbs/',0,'wpfc_sermon','',0),(2482,1,'2016-10-02 10:30:00','2016-10-02 10:30:00','%todo_render%','The Stages of Decay','','publish','open','closed','','the-stages-of-decay','','','2016-10-02 10:30:00','2016-10-02 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-stages-of-decay/',0,'wpfc_sermon','',0),(2483,1,'2016-10-09 10:30:00','2016-10-09 10:30:00','%todo_render%','A Heart For Friendship','','publish','open','closed','','a-heart-for-friendship','','','2016-10-09 10:30:00','2016-10-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/a-heart-for-friendship/',0,'wpfc_sermon','',0),(2484,1,'2016-10-16 10:30:00','2016-10-16 10:30:00','%todo_render%','A Discouraged Heart','','publish','open','closed','','a-discouraged-heart','','','2016-10-16 10:30:00','2016-10-16 10:30:00','',0,'http://www.crosspoint-church.com/sermons/a-discouraged-heart/',0,'wpfc_sermon','',0),(2485,1,'2016-09-18 10:30:00','2016-09-18 10:30:00','%todo_render%','A Courageous Heart','','publish','open','closed','','a-courageous-heart','','','2016-09-18 10:30:00','2016-09-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/a-courageous-heart/',0,'wpfc_sermon','',0),(2486,1,'2016-10-23 10:30:00','2016-10-23 10:30:00','%todo_render%','Developing A Generous Heart','','publish','open','closed','','developing-a-generous-heart','','','2016-10-23 10:30:00','2016-10-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/developing-a-generous-heart/',0,'wpfc_sermon','',0),(2487,1,'2016-11-06 10:30:00','2016-11-06 10:30:00','%todo_render%','A Contrite Heart','','publish','open','closed','','a-contrite-heart','','','2016-11-06 10:30:00','2016-11-06 10:30:00','',0,'http://www.crosspoint-church.com/sermons/a-contrite-heart/',0,'wpfc_sermon','',0),(2488,1,'2016-11-13 10:30:00','2016-11-13 10:30:00','%todo_render%','A Passionate Heart','','publish','open','closed','','a-passionate-heart','','','2016-11-13 10:30:00','2016-11-13 10:30:00','',0,'http://www.crosspoint-church.com/sermons/a-passionate-heart/',0,'wpfc_sermon','',0),(2489,1,'2016-12-04 10:30:00','2016-12-04 10:30:00','%todo_render%','Scandalous Christmas','','publish','open','closed','','scandalous-christmas','','','2016-12-04 10:30:00','2016-12-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/scandalous-christmas/',0,'wpfc_sermon','',0),(2490,1,'2016-12-11 10:30:00','2016-12-11 10:30:00','%todo_render%','Story of Judah','','publish','open','closed','','story-of-judah','','','2016-12-11 10:30:00','2016-12-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/story-of-judah/',0,'wpfc_sermon','',0),(2491,1,'2016-12-18 10:30:00','2016-12-18 10:30:00','%todo_render%','Rahab\'s Story','','publish','open','closed','','rahabs-story','','','2016-12-18 10:30:00','2016-12-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/rahabs-story/',0,'wpfc_sermon','',0),(2492,1,'2017-01-01 10:30:00','2017-01-01 10:30:00','%todo_render%','Convert vs Disciple','','publish','open','closed','','convert-vs-disciple','','','2017-01-01 10:30:00','2017-01-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/convert-vs-disciple/',0,'wpfc_sermon','',0),(2493,1,'2017-01-08 10:30:00','2017-01-08 10:30:00','%todo_render%','The Power of Decisions','','publish','open','closed','','the-power-of-decisions','','','2017-01-08 10:30:00','2017-01-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-power-of-decisions/',0,'wpfc_sermon','',0),(2494,1,'2017-01-15 10:30:00','2017-01-15 10:30:00','%todo_render%','It\'s Decision Time','','publish','open','closed','','its-decision-time','','','2017-01-15 10:30:00','2017-01-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/its-decision-time/',0,'wpfc_sermon','',0),(2495,1,'2017-01-22 10:30:00','2017-01-22 10:30:00','%todo_render%','It\'s Decision Time part 3','','publish','open','closed','','its-decision-time-part-3','','','2017-01-22 10:30:00','2017-01-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/its-decision-time-part-3/',0,'wpfc_sermon','',0),(2496,1,'2017-01-29 10:30:00','2017-01-29 10:30:00','%todo_render%','It\'s Decision Time part 4','','publish','open','closed','','its-decision-time-part-4','','','2017-01-29 10:30:00','2017-01-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/its-decision-time-part-4/',0,'wpfc_sermon','',0),(2497,1,'2017-02-12 10:30:00','2017-02-12 10:30:00','%todo_render%','That Was Then, What About Now?','','publish','open','closed','','that-was-then-what-about-now','','','2017-02-12 10:30:00','2017-02-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now/',0,'wpfc_sermon','',0),(2498,1,'2017-02-19 10:30:00','2017-02-19 10:30:00','%todo_render%','That Was Then, What About Now? part 2','','publish','open','closed','','that-was-then-what-about-now-part-2','','','2017-02-19 10:30:00','2017-02-19 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now-part-2/',0,'wpfc_sermon','',0),(2499,1,'2017-02-26 10:30:00','2017-02-26 10:30:00','%todo_render%','That Was Then, What About Now? part 3','','publish','open','closed','','that-was-then-what-about-now-part-3','','','2017-02-26 10:30:00','2017-02-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now-part-3/',0,'wpfc_sermon','',0),(2500,1,'2017-03-05 10:30:00','2017-03-05 10:30:00','%todo_render%','That Was Then, What About Now? part 4','','publish','open','closed','','that-was-then-what-about-now-part-4','','','2017-03-05 10:30:00','2017-03-05 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now-part-4/',0,'wpfc_sermon','',0),(2501,1,'2017-03-12 10:30:00','2017-03-12 10:30:00','%todo_render%','That Was Then, What About Now? part 5','','publish','open','closed','','that-was-then-what-about-now-part-5','','','2017-03-12 10:30:00','2017-03-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now-part-5/',0,'wpfc_sermon','',0),(2502,1,'2017-03-19 10:30:00','2017-03-19 10:30:00','%todo_render%','That Was Then, What About Now? part 6','','publish','open','closed','','that-was-then-what-about-now-part-6','','','2017-03-19 10:30:00','2017-03-19 10:30:00','',0,'http://www.crosspoint-church.com/sermons/that-was-then-what-about-now-part-6/',0,'wpfc_sermon','',0),(2503,1,'2017-03-26 10:30:00','2017-03-26 10:30:00','%todo_render%','Hopelessly Devoted','','publish','open','closed','','hopelessly-devoted','','','2017-03-26 10:30:00','2017-03-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/hopelessly-devoted/',0,'wpfc_sermon','',0),(2504,1,'2017-04-02 10:30:00','2017-04-02 10:30:00','%todo_render%','Rest For Weary Souls','','publish','open','closed','','rest-for-weary-souls','','','2017-04-02 10:30:00','2017-04-02 10:30:00','',0,'http://www.crosspoint-church.com/sermons/rest-for-weary-souls/',0,'wpfc_sermon','',0),(2505,1,'2017-04-09 10:30:00','2017-04-09 10:30:00','%todo_render%','Rest For Weary Souls part 2','','publish','open','closed','','rest-for-weary-souls-part-2','','','2017-04-09 10:30:00','2017-04-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/rest-for-weary-souls-part-2/',0,'wpfc_sermon','',0),(2506,1,'2017-04-16 10:30:00','2017-04-16 10:30:00','%todo_render%','The Third Day','','publish','open','closed','','the-third-day','','','2017-04-16 10:30:00','2017-04-16 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-third-day/',0,'wpfc_sermon','',0),(2507,1,'2017-04-23 10:30:00','2017-04-23 10:30:00','%todo_render%','Jonah','','publish','open','closed','','jonah','','','2017-04-23 10:30:00','2017-04-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/jonah/',0,'wpfc_sermon','',0),(2508,1,'2017-04-30 10:30:00','2017-04-30 10:30:00','%todo_render%','Jonah part 2','','publish','open','closed','','jonah-part-2','','','2017-04-30 10:30:00','2017-04-30 10:30:00','',0,'http://www.crosspoint-church.com/sermons/jonah-part-2/',0,'wpfc_sermon','',0),(2509,1,'2017-05-14 10:30:00','2017-05-14 10:30:00','%todo_render%','Jonah part 3','','publish','open','closed','','jonah-part-3','','','2017-05-14 10:30:00','2017-05-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/jonah-part-3/',0,'wpfc_sermon','',0),(2510,1,'2017-06-04 10:30:00','2017-06-04 10:30:00','%todo_render%','Spiritual Influence','','publish','open','closed','','spiritual-influence','','','2017-06-04 10:30:00','2017-06-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/spiritual-influence/',0,'wpfc_sermon','',0),(2511,1,'2017-06-11 10:30:00','2017-06-11 10:30:00','%todo_render%','The Ministry of Admonition','','publish','open','closed','','the-ministry-of-admonition','','','2017-06-11 10:30:00','2017-06-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-ministry-of-admonition/',0,'wpfc_sermon','',0),(2512,1,'2017-06-18 10:30:00','2017-06-18 10:30:00','%todo_render%','The Importance of Teaching','','publish','open','closed','','the-importance-of-teaching','','','2017-06-18 10:30:00','2017-06-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-importance-of-teaching/',0,'wpfc_sermon','',0),(2513,1,'2017-06-25 10:30:00','2017-06-25 10:30:00','%todo_render%','Living A Life Full of Influence','','publish','open','closed','','living-a-life-full-of-influence','','','2017-06-25 10:30:00','2017-06-25 10:30:00','',0,'http://www.crosspoint-church.com/sermons/living-a-life-full-of-influence/',0,'wpfc_sermon','',0),(2514,1,'2017-07-09 10:30:00','2017-07-09 10:30:00','%todo_render%','The Jewish Roots of Our Christian Faith','','publish','open','closed','','the-jewish-roots-of-our-christian-faith','','','2017-07-09 10:30:00','2017-07-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-jewish-roots-of-our-christian-faith/',0,'wpfc_sermon','',0),(2515,1,'2017-07-16 19:00:00','2017-07-16 19:00:00','%todo_render%','Are We Overselling the Christian Transformation','','publish','open','closed','','are-we-overselling-the-christian-transformation','','','2017-07-16 19:00:00','2017-07-16 19:00:00','',0,'http://www.crosspoint-church.com/sermons/are-we-overselling-the-christian-transformation/',0,'wpfc_sermon','',0),(2516,1,'2017-07-30 10:30:00','2017-07-30 10:30:00','%todo_render%','The Bible','','publish','open','closed','','the-bible','','','2017-07-30 10:30:00','2017-07-30 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-bible/',0,'wpfc_sermon','',0),(2517,1,'2017-08-06 10:30:00','2017-08-06 10:30:00','%todo_render%','God\'s Text Message','','publish','open','closed','','gods-text-message','','','2017-08-06 10:30:00','2017-08-06 10:30:00','',0,'http://www.crosspoint-church.com/sermons/gods-text-message/',0,'wpfc_sermon','',0),(2518,1,'2017-08-13 10:30:00','2017-08-13 10:30:00','%todo_render%','God\'s Text Message part 2','','publish','open','closed','','gods-text-message-part-2','','','2017-08-13 10:30:00','2017-08-13 10:30:00','',0,'http://www.crosspoint-church.com/sermons/gods-text-message-part-2/',0,'wpfc_sermon','',0),(2519,1,'2017-08-20 10:30:00','2017-08-20 10:30:00','%todo_render%','Living A Resilient Life','','publish','open','closed','','living-a-resilient-life','','','2017-08-20 10:30:00','2017-08-20 10:30:00','',0,'http://www.crosspoint-church.com/sermons/living-a-resilient-life/',0,'wpfc_sermon','',0),(2520,1,'2017-08-27 10:30:00','2017-08-27 10:30:00','%todo_render%','But even if He does not...','','publish','open','closed','','but-even-if-he-does-not','','','2017-08-27 10:30:00','2017-08-27 10:30:00','',0,'http://www.crosspoint-church.com/sermons/but-even-if-he-does-not/',0,'wpfc_sermon','',0),(2521,1,'2017-09-24 10:30:00','2017-09-24 10:30:00','%todo_render%','Assured part 3','','publish','open','closed','','assured-part-3','','','2017-09-24 10:30:00','2017-09-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/assured-part-3/',0,'wpfc_sermon','',0),(2522,1,'2017-09-17 10:30:00','2017-09-17 10:30:00','%todo_render%','The Fellowship With God Test','','publish','open','closed','','the-fellowship-with-god-test','','','2017-09-17 10:30:00','2017-09-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-fellowship-with-god-test/',0,'wpfc_sermon','',0),(2523,1,'2017-09-03 10:30:00','2017-09-03 10:30:00','%todo_render%','Daniel part 3','','publish','open','closed','','daniel-part-3','','','2017-09-03 10:30:00','2017-09-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/daniel-part-3/',0,'wpfc_sermon','',0),(2524,1,'2017-10-08 10:30:00','2017-10-08 10:30:00','%todo_render%','The Affections For The World Test','','publish','open','closed','','the-affections-for-the-world-test','','','2017-10-08 10:30:00','2017-10-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-affections-for-the-world-test/',0,'wpfc_sermon','',0),(2525,1,'2017-10-15 10:30:00','2017-10-15 10:30:00','%todo_render%','Hospitality','','publish','open','closed','','hospitality','','','2017-10-15 10:30:00','2017-10-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/hospitality/',0,'wpfc_sermon','',0),(2526,1,'2017-10-22 10:30:00','2017-10-22 10:30:00','%todo_render%','Freedom Worth Fighting For','','publish','open','closed','','freedom-worth-fighting-for','','','2017-10-22 10:30:00','2017-10-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-worth-fighting-for/',0,'wpfc_sermon','',0),(2527,1,'2017-11-05 10:30:00','2017-11-05 10:30:00','%todo_render%','Freedom part 3','','publish','open','closed','','freedom-part-3','','','2017-11-05 10:30:00','2017-11-05 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-part-3/',0,'wpfc_sermon','',0),(2528,1,'2017-11-12 10:30:00','2017-11-12 10:30:00','%todo_render%','Freed To Change','','publish','open','closed','','freed-to-change','','','2017-11-12 10:30:00','2017-11-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freed-to-change/',0,'wpfc_sermon','',0),(2529,1,'2017-11-26 10:30:00','2017-11-26 10:30:00','%todo_render%','Freedom part 5','','publish','open','closed','','freedom-part-5','','','2017-11-26 10:30:00','2017-11-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-part-5/',0,'wpfc_sermon','',0),(2530,1,'2017-12-03 10:30:00','2017-12-03 10:30:00','%todo_render%','Freedom part 6','','publish','open','closed','','freedom-part-6','','','2017-12-03 10:30:00','2017-12-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-part-6/',0,'wpfc_sermon','',0),(2531,1,'2017-12-10 10:30:00','2017-12-10 10:30:00','%todo_render%','Freedom part 7','','publish','open','closed','','freedom-part-7','','','2017-12-10 10:30:00','2017-12-10 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-part-7/',0,'wpfc_sermon','',0),(2532,1,'2017-12-17 10:30:00','2017-12-17 10:30:00','%todo_render%','Freedom part 8','','publish','open','closed','','freedom-part-8','','','2017-12-17 10:30:00','2017-12-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-part-8/',0,'wpfc_sermon','',0),(2533,1,'1970-01-01 00:00:00','1970-01-01 00:00:00','%todo_render%','Christmas 2017','','publish','open','closed','','christmas-2017','','','1970-01-01 00:00:00','1970-01-01 00:00:00','',0,'http://www.crosspoint-church.com/sermons/christmas-2017/',0,'wpfc_sermon','',0),(2534,1,'2017-12-31 10:30:00','2017-12-31 10:30:00','%todo_render%','Magi','','publish','open','closed','','magi','','','2017-12-31 10:30:00','2017-12-31 10:30:00','',0,'http://www.crosspoint-church.com/sermons/magi/',0,'wpfc_sermon','',0),(2535,1,'2018-01-07 10:30:00','2018-01-07 10:30:00','%todo_render%','Guardrails','','publish','open','closed','','guardrails','','','2018-01-07 10:30:00','2018-01-07 10:30:00','',0,'http://www.crosspoint-church.com/sermons/guardrails/',0,'wpfc_sermon','',0),(2536,1,'2018-01-14 10:30:00','2018-01-14 10:30:00','%todo_render%','Friendships','','publish','open','closed','','friendships','','','2018-01-14 10:30:00','2018-01-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/friendships/',0,'wpfc_sermon','',0),(2537,1,'2018-01-21 10:30:00','2018-01-21 10:30:00','%todo_render%','Friends With Benefits','','publish','open','closed','','friends-with-benefits','','','2018-01-21 10:30:00','2018-01-21 10:30:00','',0,'http://www.crosspoint-church.com/sermons/friends-with-benefits/',0,'wpfc_sermon','',0),(2538,1,'2018-01-28 10:30:00','2018-01-28 10:30:00','%todo_render%','Mastering Your Money','','publish','open','closed','','mastering-your-money','','','2018-01-28 10:30:00','2018-01-28 10:30:00','',0,'http://www.crosspoint-church.com/sermons/mastering-your-money/',0,'wpfc_sermon','',0),(2539,1,'2018-02-04 10:30:00','2018-02-04 10:30:00','%todo_render%','Guarding Your Heart','','publish','open','closed','','guarding-your-heart','','','2018-02-04 10:30:00','2018-02-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/guarding-your-heart/',0,'wpfc_sermon','',0),(2540,1,'2018-02-11 10:30:00','2018-02-11 10:30:00','%todo_render%','What Do I Really Want For My Life?','','publish','open','closed','','what-do-i-really-want-for-my-life','','','2018-02-11 10:30:00','2018-02-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-do-i-really-want-for-my-life/',0,'wpfc_sermon','',0),(2541,1,'2018-02-18 10:30:00','2018-02-18 10:30:00','%todo_render%','What Do I Really Want For My Life? part 2','','publish','open','closed','','what-do-i-really-want-for-my-life-part-2','','','2018-02-18 10:30:00','2018-02-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-do-i-really-want-for-my-life-part-2/',0,'wpfc_sermon','',0),(2542,1,'2018-02-25 10:30:00','2018-02-25 10:30:00','%todo_render%','What Do I Really Want For My Life? part 3','','publish','open','closed','','what-do-i-really-want-for-my-life-part-3','','','2018-02-25 10:30:00','2018-02-25 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-do-i-really-want-for-my-life-part-3/',0,'wpfc_sermon','',0),(2543,1,'2018-03-04 10:30:00','2018-03-04 10:30:00','%todo_render%','What Do I Really Want For My Life? part 4','','publish','open','closed','','what-do-i-really-want-for-my-life-part-4','','','2018-03-04 10:30:00','2018-03-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-do-i-really-want-for-my-life-part-4/',0,'wpfc_sermon','',0),(2544,1,'2018-03-11 10:30:00','2018-03-11 10:30:00','%todo_render%','Hang Together or Hang Seperately','','publish','open','closed','','hang-together-or-hang-seperately','','','2018-03-11 10:30:00','2018-03-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/hang-together-or-hang-seperately/',0,'wpfc_sermon','',0),(2545,1,'2018-03-18 10:30:00','2018-03-18 10:30:00','%todo_render%','When God Seems Not To Care','','publish','open','closed','','when-god-seems-not-to-care','','','2018-03-18 10:30:00','2018-03-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/when-god-seems-not-to-care/',0,'wpfc_sermon','',0),(2546,1,'2018-04-01 10:30:00','2018-04-01 10:30:00','%todo_render%','Are You Thirsty?','','publish','open','closed','','are-you-thirsty','','','2018-04-01 10:30:00','2018-04-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/are-you-thirsty/',0,'wpfc_sermon','',0),(2547,1,'2018-04-08 10:30:00','2018-04-08 10:30:00','%todo_render%','Powering Up Your Perspective (part 1)','','publish','open','closed','','powering-up-your-perspective-part-1','','','2018-04-08 10:30:00','2018-04-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/powering-up-your-perspective-part-1/',0,'wpfc_sermon','',0),(2548,1,'2018-04-15 10:30:00','2018-04-15 10:30:00','%todo_render%','Powering Up Your Perspective (part 2)','','publish','open','closed','','powering-up-your-perspective-part-2','','','2018-04-15 10:30:00','2018-04-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/powering-up-your-perspective-part-2/',0,'wpfc_sermon','',0),(2549,1,'2018-04-29 10:30:00','2018-04-29 10:30:00','%todo_render%','What Makes A Happy Couple (part 1)','','publish','open','closed','','what-makes-a-happy-couple-part-1','','','2018-04-29 10:30:00','2018-04-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-makes-a-happy-couple-part-1/',0,'wpfc_sermon','',0),(2550,1,'2018-04-22 10:30:00','2018-04-22 10:30:00','%todo_render%','How We Think','','publish','open','closed','','how-we-think','','','2018-04-22 10:30:00','2018-04-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/how-we-think/',0,'wpfc_sermon','',0),(2551,1,'2018-05-13 10:30:00','2018-05-13 10:30:00','%todo_render%','What Makes A Happy Couple part 3','','publish','open','closed','','what-makes-a-happy-couple-part-3','','','2018-05-13 10:30:00','2018-05-13 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-makes-a-happy-couple-part-3/',0,'wpfc_sermon','',0),(2552,1,'2018-05-06 10:30:00','2018-05-06 10:30:00','%todo_render%','What Makes A Happy Couple part 2','','publish','open','closed','','what-makes-a-happy-couple-part-2','','','2018-05-06 10:30:00','2018-05-06 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-makes-a-happy-couple-part-2/',0,'wpfc_sermon','',0),(2553,1,'2018-05-20 10:30:00','2018-05-20 10:30:00','%todo_render%','What Makes A Happy Couple part 4','','publish','open','closed','','what-makes-a-happy-couple-part-4','','','2018-05-20 10:30:00','2018-05-20 10:30:00','',0,'http://www.crosspoint-church.com/sermons/what-makes-a-happy-couple-part-4/',0,'wpfc_sermon','',0),(2554,1,'2018-06-24 10:30:00','2018-06-24 10:30:00','%todo_render%','Listen','','publish','open','closed','','listen','','','2018-06-24 10:30:00','2018-06-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/listen/',0,'wpfc_sermon','',0),(2555,1,'2018-07-01 10:30:00','2018-07-01 10:30:00','%todo_render%','Lazarus and The Rich Man','','publish','open','closed','','lazarus-and-the-rich-man','','','2018-07-01 10:30:00','2018-07-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/lazarus-and-the-rich-man/',0,'wpfc_sermon','',0),(2556,1,'2018-07-08 10:30:00','2018-07-08 10:30:00','%todo_render%','Exposing Our Longings','','publish','open','closed','','exposing-our-longings','','','2018-07-08 10:30:00','2018-07-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/exposing-our-longings/',0,'wpfc_sermon','',0),(2557,1,'2018-07-15 10:30:00','2018-07-15 10:30:00','%todo_render%','Ask Seek Knock','','publish','open','closed','','ask-seek-knock','','','2018-07-15 10:30:00','2018-07-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/ask-seek-knock/',0,'wpfc_sermon','',0),(2558,1,'2018-07-22 10:30:00','2018-07-22 10:30:00','%todo_render%','The Circle','','publish','open','closed','','the-circle','','','2018-07-22 10:30:00','2018-07-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-circle/',0,'wpfc_sermon','',0),(2559,1,'2018-07-29 10:30:00','2018-07-29 10:30:00','%todo_render%','Cries of the Heart & How to Fill Them part 3','','publish','open','closed','','cries-of-the-heart-how-to-fill-them-part-3','','','2018-07-29 10:30:00','2018-07-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/cries-of-the-heart-how-to-fill-them-part-3/',0,'wpfc_sermon','',0),(2560,1,'2018-08-12 10:30:00','2018-08-12 10:30:00','%todo_render%','Wet Feet Faith','','publish','open','closed','','wet-feet-faith','','','2018-08-12 10:30:00','2018-08-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/wet-feet-faith/',0,'wpfc_sermon','',0),(2561,1,'2018-08-26 10:30:00','2018-08-26 10:30:00','%todo_render%','Now Faith','','publish','open','closed','','now-faith','','','2018-08-26 10:30:00','2018-08-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/now-faith/',0,'wpfc_sermon','',0),(2562,1,'2018-09-02 10:30:00','2018-09-02 10:30:00','%todo_render%','Shining Like Stars In The Universe','','publish','open','closed','','shining-like-stars-in-the-universe','','','2018-09-02 10:30:00','2018-09-02 10:30:00','',0,'http://www.crosspoint-church.com/sermons/shining-like-stars-in-the-universe/',0,'wpfc_sermon','',0),(2563,1,'2018-09-09 10:30:00','2018-09-09 10:30:00','%todo_render%','Overcoming Foot in Mouth Disease','','publish','open','closed','','overcoming-foot-in-mouth-disease','','','2018-09-09 10:30:00','2018-09-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/overcoming-foot-in-mouth-disease/',0,'wpfc_sermon','',0),(2564,1,'2018-09-23 10:30:00','2018-09-23 10:30:00','%todo_render%','Overcoming Foot in Mouth Disease part 3','','publish','open','closed','','overcoming-foot-in-mouth-disease-part-3','','','2018-09-23 10:30:00','2018-09-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/overcoming-foot-in-mouth-disease-part-3/',0,'wpfc_sermon','',0),(2565,1,'2018-09-30 10:30:00','2018-09-30 10:30:00','%todo_render%','Overcoming Foot In Mouth Disease part 4','','publish','open','closed','','overcoming-foot-in-mouth-disease-part-4','','','2018-09-30 10:30:00','2018-09-30 10:30:00','',0,'http://www.crosspoint-church.com/sermons/overcoming-foot-in-mouth-disease-part-4/',0,'wpfc_sermon','',0),(2566,1,'2018-10-07 10:30:00','2018-10-07 10:30:00','%todo_render%','\"For\" or \"With\"','','publish','open','closed','','for-or-with','','','2018-10-07 10:30:00','2018-10-07 10:30:00','',0,'http://www.crosspoint-church.com/sermons/for-or-with/',0,'wpfc_sermon','',0),(2567,1,'2018-10-14 10:30:00','2018-10-14 10:30:00','%todo_render%','Life Shaping Choices','','publish','open','closed','','life-shaping-choices','','','2018-10-14 10:30:00','2018-10-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/life-shaping-choices/',0,'wpfc_sermon','',0),(2568,1,'2018-10-21 10:30:00','2018-10-21 10:30:00','%todo_render%','Life Shaping Choices (part 2)','','publish','open','closed','','life-shaping-choices-part-2','','','2018-10-21 10:30:00','2018-10-21 10:30:00','',0,'http://www.crosspoint-church.com/sermons/life-shaping-choices-part-2/',0,'wpfc_sermon','',0),(2569,1,'2018-10-28 10:30:00','2018-10-28 10:30:00','%todo_render%','Life Shaping Choices part 3','','publish','open','closed','','life-shaping-choices-part-3','','','2018-10-28 10:30:00','2018-10-28 10:30:00','',0,'http://www.crosspoint-church.com/sermons/life-shaping-choices-part-3/',0,'wpfc_sermon','',0),(2570,1,'2018-11-04 10:30:00','2018-11-04 10:30:00','%todo_render%','Life Shaping Choices part 3','','publish','open','closed','','life-shaping-choices-part-3-2','','','2018-11-04 10:30:00','2018-11-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/life-shaping-choices-part-3-2/',0,'wpfc_sermon','',0),(2571,1,'2018-11-11 10:30:00','2018-11-11 10:30:00','%todo_render%','The Baptism of Jesus','','publish','open','closed','','the-baptism-of-jesus','','','2018-11-11 10:30:00','2018-11-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-baptism-of-jesus/',0,'wpfc_sermon','',0),(2572,1,'2018-11-18 10:30:00','2018-11-18 10:30:00','%todo_render%','Thanksgiving 2018','','publish','open','closed','','thanksgiving-2018','','','2018-11-18 10:30:00','2018-11-18 10:30:00','',0,'http://www.crosspoint-church.com/sermons/thanksgiving-2018/',0,'wpfc_sermon','',0),(2573,1,'2018-11-25 10:30:00','2018-11-25 10:30:00','%todo_render%','The Christmas Story','','publish','open','closed','','the-christmas-story','','','2018-11-25 10:30:00','2018-11-25 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-christmas-story/',0,'wpfc_sermon','',0),(2574,1,'2018-12-02 10:30:00','2018-12-02 10:30:00','%todo_render%','Making All Things New','','publish','open','closed','','making-all-things-new','','','2018-12-02 10:30:00','2018-12-02 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new/',0,'wpfc_sermon','',0),(2575,1,'2018-12-09 10:30:00','2018-12-09 10:30:00','%todo_render%','Making All Things New part 2','','publish','open','closed','','making-all-things-new-part-2','','','2018-12-09 10:30:00','2018-12-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-2/',0,'wpfc_sermon','',0),(2576,1,'2018-12-16 10:30:00','2018-12-16 10:30:00','%todo_render%','Making All Things New part 3','','publish','open','closed','','making-all-things-new-part-3','','','2018-12-16 10:30:00','2018-12-16 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-3/',0,'wpfc_sermon','',0),(2577,1,'2018-12-23 10:30:00','2018-12-23 10:30:00','%todo_render%','Making All Things New part 4','','publish','open','closed','','making-all-things-new-part-4','','','2018-12-23 10:30:00','2018-12-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-4/',0,'wpfc_sermon','',0),(2578,1,'2018-12-24 20:00:00','2018-12-24 20:00:00','%todo_render%','Christmas 2018','','publish','open','closed','','christmas-2018','','','2018-12-24 20:00:00','2018-12-24 20:00:00','',0,'http://www.crosspoint-church.com/sermons/christmas-2018/',0,'wpfc_sermon','',0),(2579,1,'2018-12-30 10:30:00','2018-12-30 10:30:00','%todo_render%','Freedom From Bondage','','publish','open','closed','','freedom-from-bondage','','','2018-12-30 10:30:00','2018-12-30 10:30:00','',0,'http://www.crosspoint-church.com/sermons/freedom-from-bondage/',0,'wpfc_sermon','',0),(2580,1,'2019-01-06 10:30:00','2019-01-06 10:30:00','%todo_render%','Make All Things New part 5','','publish','open','closed','','make-all-things-new-part-5','','','2019-01-06 10:30:00','2019-01-06 10:30:00','',0,'http://www.crosspoint-church.com/sermons/make-all-things-new-part-5/',0,'wpfc_sermon','',0),(2581,1,'2019-01-13 10:30:00','2019-01-13 10:30:00','%todo_render%','Making All Things New part 6','','publish','open','closed','','making-all-things-new-part-6','','','2019-01-13 10:30:00','2019-01-13 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-6/',0,'wpfc_sermon','',0),(2582,1,'2019-01-20 10:30:00','2019-01-20 10:30:00','%todo_render%','Follow The Spirit','','publish','open','closed','','follow-the-spirit','','','2019-01-20 10:30:00','2019-01-20 10:30:00','',0,'http://www.crosspoint-church.com/sermons/follow-the-spirit/',0,'wpfc_sermon','',0),(2583,1,'2019-01-27 10:30:00','2019-01-27 10:30:00','%todo_render%','Making All Things New part 7','','publish','open','closed','','making-all-things-new-part-7','','','2019-01-27 10:30:00','2019-01-27 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-7/',0,'wpfc_sermon','',0),(2584,1,'2019-02-03 10:30:00','2019-02-03 10:30:00','%todo_render%','Making All Things New part 8','','publish','open','closed','','making-all-things-new-part-8','','','2019-02-03 10:30:00','2019-02-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-8/',0,'wpfc_sermon','',0),(2585,1,'2019-02-10 10:30:00','2019-02-10 10:30:00','%todo_render%','Making All Things New part 9','','publish','open','closed','','making-all-things-new-part-9','','','2019-02-10 10:30:00','2019-02-10 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-9/',0,'wpfc_sermon','',0),(2586,1,'2019-02-17 10:30:00','2019-02-17 10:30:00','%todo_render%','Making All Things New part 10','','publish','open','closed','','making-all-things-new-part-10','','','2019-02-17 10:30:00','2019-02-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-10/',0,'wpfc_sermon','',0),(2587,1,'2019-02-24 10:30:00','2019-02-24 10:30:00','%todo_render%','Together','','publish','open','closed','','together','','','2019-02-24 10:30:00','2019-02-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/together/',0,'wpfc_sermon','',0),(2588,1,'2019-03-03 10:30:00','2019-03-03 10:30:00','%todo_render%','The Bridge Between Information & Application','','publish','open','closed','','the-bridge-between-information-application','','','2019-03-03 10:30:00','2019-03-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-bridge-between-information-application/',0,'wpfc_sermon','',0),(2589,1,'2019-03-10 10:30:00','2019-03-10 10:30:00','%todo_render%','Making All Things New part 11','','publish','open','closed','','making-all-things-new-part-11','','','2019-03-10 10:30:00','2019-03-10 10:30:00','',0,'http://www.crosspoint-church.com/sermons/making-all-things-new-part-11/',0,'wpfc_sermon','',0),(2590,1,'2019-03-17 10:30:00','2019-03-17 10:30:00','%todo_render%','Putting The Kingdom In My Mouth','','publish','open','closed','','putting-the-kingdom-in-my-mouth','','','2019-03-17 10:30:00','2019-03-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/putting-the-kingdom-in-my-mouth/',0,'wpfc_sermon','',0),(2591,1,'2019-03-24 10:30:00','2019-03-24 10:30:00','%todo_render%','Being A Generous Person','','publish','open','closed','','being-a-generous-person','','','2019-03-24 10:30:00','2019-03-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/being-a-generous-person/',0,'wpfc_sermon','',0),(2592,1,'2019-03-31 10:30:00','2019-03-31 10:30:00','%todo_render%','Being A Generous Person part 2','','publish','open','closed','','being-a-generous-person-part-2','','','2019-03-31 10:30:00','2019-03-31 10:30:00','',0,'http://www.crosspoint-church.com/sermons/being-a-generous-person-part-2/',0,'wpfc_sermon','',0),(2593,1,'2019-04-07 10:30:00','2019-04-07 10:30:00','%todo_render%','Generosity','','publish','open','closed','','generosity','','','2019-04-07 10:30:00','2019-04-07 10:30:00','',0,'http://www.crosspoint-church.com/sermons/generosity/',0,'wpfc_sermon','',0),(2594,1,'2019-04-14 10:30:00','2019-04-14 10:30:00','%todo_render%','Hypocrites Anonymous','','publish','open','closed','','hypocrites-anonymous','','','2019-04-14 10:30:00','2019-04-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/hypocrites-anonymous/',0,'wpfc_sermon','',0),(2595,1,'2019-04-21 10:30:00','2019-04-21 10:30:00','%todo_render%','Worship','','publish','open','closed','','worship','','','2019-04-21 10:30:00','2019-04-21 10:30:00','',0,'http://www.crosspoint-church.com/sermons/worship/',0,'wpfc_sermon','',0),(2596,1,'2019-05-12 10:30:00','2019-05-12 10:30:00','%todo_render%','Dealing With Crazy Makers','','publish','open','closed','','dealing-with-crazy-makers','','','2019-05-12 10:30:00','2019-05-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazy-makers/',0,'wpfc_sermon','',0),(2597,1,'2019-05-19 10:30:00','2019-05-19 10:30:00','%todo_render%','Living In The New Creation','','publish','open','closed','','living-in-the-new-creation','','','2019-05-19 10:30:00','2019-05-19 10:30:00','',0,'http://www.crosspoint-church.com/sermons/living-in-the-new-creation/',0,'wpfc_sermon','',0),(2598,1,'2019-05-26 10:30:00','2019-05-26 10:30:00','%todo_render%','Dealing With Crazy Makers part 2','','publish','open','closed','','dealing-with-crazy-makers-part-2','','','2019-05-26 10:30:00','2019-05-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazy-makers-part-2/',0,'wpfc_sermon','',0),(2599,1,'1970-01-01 00:00:00','1970-01-01 00:00:00','%todo_render%','Dealing With CrazyMakers part 3','','publish','open','closed','','dealing-with-crazymakers-part-3','','','1970-01-01 00:00:00','1970-01-01 00:00:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazymakers-part-3/',0,'wpfc_sermon','',0),(2600,1,'2019-06-23 10:30:00','2019-06-23 10:30:00','%todo_render%','Dealing With CrazyMakers part 5','','publish','open','closed','','dealing-with-crazymakers-part-5','','','2019-06-23 10:30:00','2019-06-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazymakers-part-5/',0,'wpfc_sermon','',0),(2601,1,'2019-06-30 10:30:00','2019-06-30 10:30:00','%todo_render%','Dealing With CrazyMakers part 6','','publish','open','closed','','dealing-with-crazymakers-part-6','','','2019-06-30 10:30:00','2019-06-30 10:30:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazymakers-part-6/',0,'wpfc_sermon','',0),(2602,1,'2019-07-07 10:30:00','2019-07-07 10:30:00','%todo_render%','Dealing With CrazyMakers part 7','','publish','open','closed','','dealing-with-crazymakers-part-7','','','2019-07-07 10:30:00','2019-07-07 10:30:00','',0,'http://www.crosspoint-church.com/sermons/dealing-with-crazymakers-part-7/',0,'wpfc_sermon','',0),(2603,1,'2019-07-14 10:30:00','2019-07-14 10:30:00','%todo_render%','Bear Kingdom Fruit','','publish','open','closed','','bear-kingdom-fruit','','','2019-07-14 10:30:00','2019-07-14 10:30:00','',0,'http://www.crosspoint-church.com/sermons/bear-kingdom-fruit/',0,'wpfc_sermon','',0),(2604,1,'2019-07-21 10:30:00','2019-07-21 10:30:00','%todo_render%','Our 4th Watch God','','publish','open','closed','','our-4th-watch-god','','','2019-07-21 10:30:00','2019-07-21 10:30:00','',0,'http://www.crosspoint-church.com/sermons/our-4th-watch-god/',0,'wpfc_sermon','',0),(2605,1,'2019-07-28 10:30:00','2019-07-28 10:30:00','%todo_render%','David','','publish','open','closed','','david','','','2019-07-28 10:30:00','2019-07-28 10:30:00','',0,'http://www.crosspoint-church.com/sermons/david/',0,'wpfc_sermon','',0),(2606,1,'2019-08-04 10:30:00','2019-08-04 10:30:00','%todo_render%','David part 2','','publish','open','closed','','david-part-2','','','2019-08-04 10:30:00','2019-08-04 10:30:00','',0,'http://www.crosspoint-church.com/sermons/david-part-2/',0,'wpfc_sermon','',0),(2607,1,'2019-08-11 10:30:00','2019-08-11 10:30:00','%todo_render%','David part 3','','publish','open','closed','','david-part-3','','','2019-08-11 10:30:00','2019-08-11 10:30:00','',0,'http://www.crosspoint-church.com/sermons/david-part-3/',0,'wpfc_sermon','',0),(2608,1,'2019-08-25 10:30:00','2019-08-25 10:30:00','%todo_render%','David part 4','','publish','open','closed','','david-part-4','','','2019-08-25 10:30:00','2019-08-25 10:30:00','',0,'http://www.crosspoint-church.com/sermons/david-part-4/',0,'wpfc_sermon','',0),(2609,1,'2019-09-01 10:30:00','2019-09-01 10:30:00','%todo_render%','David part 5','','publish','open','closed','','david-part-5','','','2019-09-01 10:30:00','2019-09-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/david-part-5/',0,'wpfc_sermon','',0),(2610,1,'2019-09-08 10:30:00','2019-09-08 10:30:00','%todo_render%','Rethinking My Thinking','','publish','open','closed','','rethinking-my-thinking','','','2019-09-08 10:30:00','2019-09-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/rethinking-my-thinking/',0,'wpfc_sermon','',0),(2611,1,'2019-09-15 10:30:00','2019-09-15 10:30:00','%todo_render%','Thinking What Jesus Thought','','publish','open','closed','','thinking-what-jesus-thought','','','2019-09-15 10:30:00','2019-09-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/thinking-what-jesus-thought/',0,'wpfc_sermon','',0),(2612,1,'2019-09-22 10:30:00','2019-09-22 10:30:00','%todo_render%','My View of Myself','','publish','open','closed','','my-view-of-myself','','','2019-09-22 10:30:00','2019-09-22 10:30:00','',0,'http://www.crosspoint-church.com/sermons/my-view-of-myself/',0,'wpfc_sermon','',0),(2613,1,'2019-09-29 10:30:00','2019-09-29 10:30:00','%todo_render%','My View of God','','publish','open','closed','','my-view-of-god','','','2019-09-29 10:30:00','2019-09-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/my-view-of-god/',0,'wpfc_sermon','',0),(2614,1,'2019-10-06 10:30:00','2019-10-06 10:30:00','%todo_render%','My View of Sin','','publish','open','closed','','my-view-of-sin','','','2019-10-06 10:30:00','2019-10-06 10:30:00','',0,'http://www.crosspoint-church.com/sermons/my-view-of-sin/',0,'wpfc_sermon','',0),(2615,1,'1970-01-01 00:00:00','1970-01-01 00:00:00','%todo_render%','Life Shaping Choices','','publish','open','closed','','life-shaping-choices-2','','','1970-01-01 00:00:00','1970-01-01 00:00:00','',0,'http://www.crosspoint-church.com/sermons/life-shaping-choices-2/',0,'wpfc_sermon','',0),(2616,1,'2019-10-13 10:30:00','2019-10-13 10:30:00','%todo_render%','Discouragement','','publish','open','closed','','discouragement','','','2019-10-13 10:30:00','2019-10-13 10:30:00','',0,'http://www.crosspoint-church.com/sermons/discouragement/',0,'wpfc_sermon','',0),(2617,1,'2019-10-20 10:30:00','2019-10-20 10:30:00','%todo_render%','Our View of Pain','','publish','open','closed','','our-view-of-pain','','','2019-10-20 10:30:00','2019-10-20 10:30:00','',0,'http://www.crosspoint-church.com/sermons/our-view-of-pain/',0,'wpfc_sermon','',0),(2618,1,'2019-10-27 10:30:00','2019-10-27 10:30:00','%todo_render%','Stepping Up To The Plate','','publish','open','closed','','stepping-up-to-the-plate','','','2019-10-27 10:30:00','2019-10-27 10:30:00','',0,'http://www.crosspoint-church.com/sermons/stepping-up-to-the-plate/',0,'wpfc_sermon','',0),(2619,1,'2019-11-03 10:30:00','2019-11-03 10:30:00','%todo_render%','Rethinking My Thinking part 8','','publish','open','closed','','rethinking-my-thinking-part-8','','','2019-11-03 10:30:00','2019-11-03 10:30:00','',0,'http://www.crosspoint-church.com/sermons/rethinking-my-thinking-part-8/',0,'wpfc_sermon','',0),(2620,1,'2019-11-10 10:30:00','2019-11-10 10:30:00','%todo_render%','The Engedi Refuge Presentation and Testimony','','publish','open','closed','','the-engedi-refuge-presentation-and-testimony','','','2019-11-10 10:30:00','2019-11-10 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-engedi-refuge-presentation-and-testimony/',0,'wpfc_sermon','',0),(2621,1,'2019-11-17 10:30:00','2019-11-17 10:30:00','%todo_render%','Getting Wisdom for My Life','','publish','open','closed','','getting-wisdom-for-my-life','','','2019-11-17 10:30:00','2019-11-17 10:30:00','',0,'http://www.crosspoint-church.com/sermons/getting-wisdom-for-my-life/',0,'wpfc_sermon','',0),(2622,1,'2019-11-24 10:30:00','2019-11-24 10:30:00','%todo_render%','Giving Thanks Can Change Your Life','','publish','open','closed','','giving-thanks-can-change-your-life','','','2019-11-24 10:30:00','2019-11-24 10:30:00','',0,'http://www.crosspoint-church.com/sermons/giving-thanks-can-change-your-life/',0,'wpfc_sermon','',0),(2623,1,'2019-12-01 10:30:00','2019-12-01 10:30:00','%todo_render%','Getting Wisdom for my Life part 2','','publish','open','closed','','getting-wisdom-for-my-life-part-2','','','2019-12-01 10:30:00','2019-12-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/getting-wisdom-for-my-life-part-2/',0,'wpfc_sermon','',0),(2624,1,'2019-12-08 10:30:00','2019-12-08 10:30:00','%todo_render%','Getting Wisdom for my Life part 3','','publish','open','closed','','getting-wisdom-for-my-life-part-3','','','2019-12-08 10:30:00','2019-12-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/getting-wisdom-for-my-life-part-3/',0,'wpfc_sermon','',0),(2625,1,'2019-12-15 10:30:00','2019-12-15 10:30:00','%todo_render%','Getting Wisdom for my Life part 4','','publish','open','closed','','getting-wisdom-for-my-life-part-4','','','2019-12-15 10:30:00','2019-12-15 10:30:00','',0,'http://www.crosspoint-church.com/sermons/getting-wisdom-for-my-life-part-4/',0,'wpfc_sermon','',0),(2626,1,'2019-12-24 19:00:00','2019-12-24 19:00:00','%todo_render%','Christmas Eve 2019','','publish','open','closed','','christmas-eve-2019','','','2019-12-24 19:00:00','2019-12-24 19:00:00','',0,'http://www.crosspoint-church.com/sermons/christmas-eve-2019/',0,'wpfc_sermon','',0),(2627,1,'2019-12-29 10:30:00','2019-12-29 10:30:00','%todo_render%','Jubilee 2020','','publish','open','closed','','jubilee-2020','','','2019-12-29 10:30:00','2019-12-29 10:30:00','',0,'http://www.crosspoint-church.com/sermons/jubilee-2020/',0,'wpfc_sermon','',0),(2628,1,'2020-01-12 10:30:00','2020-01-12 10:30:00','%todo_render%','The Prodigal Sons','','publish','open','closed','','the-prodigal-sons','','','2020-01-12 10:30:00','2020-01-12 10:30:00','',0,'http://www.crosspoint-church.com/sermons/the-prodigal-sons/',0,'wpfc_sermon','',0),(2629,1,'2020-01-19 10:30:00','2020-01-19 10:30:00','%todo_render%','Noticing & Praying','','publish','open','closed','','noticing-praying','','','2020-01-19 10:30:00','2020-01-19 10:30:00','',0,'http://www.crosspoint-church.com/sermons/noticing-praying/',0,'wpfc_sermon','',0),(2630,1,'2020-01-26 10:30:00','2020-01-26 10:30:00','%todo_render%','Listening & Asking Questions','','publish','open','closed','','listening-asking-questions','','','2020-01-26 10:30:00','2020-01-26 10:30:00','',0,'http://www.crosspoint-church.com/sermons/listening-asking-questions/',0,'wpfc_sermon','',0),(2631,1,'2020-02-02 10:30:00','2020-02-02 10:30:00','%todo_render%','Loving','','publish','open','closed','','loving','','','2020-02-02 10:30:00','2020-02-02 10:30:00','',0,'http://www.crosspoint-church.com/sermons/loving/',0,'wpfc_sermon','',0),(2632,1,'2020-02-09 10:30:00','2020-02-09 10:30:00','%todo_render%','Welcoming','','publish','open','closed','','welcoming','','','2020-02-09 10:30:00','2020-02-09 10:30:00','',0,'http://www.crosspoint-church.com/sermons/welcoming/',0,'wpfc_sermon','',0),(2633,1,'2020-02-16 10:30:00','2020-02-16 10:30:00','%todo_render%','Facilitating, Serving Together, Sharing','','publish','open','closed','','facilitating-serving-together-sharing','','','2020-02-16 10:30:00','2020-02-16 10:30:00','',0,'http://www.crosspoint-church.com/sermons/facilitating-serving-together-sharing/',0,'wpfc_sermon','',0),(2634,1,'2020-02-23 10:30:00','2020-02-23 10:30:00','%todo_render%','Under The Influence','','publish','open','closed','','under-the-influence','','','2020-02-23 10:30:00','2020-02-23 10:30:00','',0,'http://www.crosspoint-church.com/sermons/under-the-influence/',0,'wpfc_sermon','',0),(2635,1,'2020-03-01 10:30:00','2020-03-01 10:30:00','%todo_render%','Me & My Money','','publish','open','closed','','me-my-money','','','2020-03-01 10:30:00','2020-03-01 10:30:00','',0,'http://www.crosspoint-church.com/sermons/me-my-money/',0,'wpfc_sermon','',0),(2636,1,'2020-03-08 10:30:00','2020-03-08 10:30:00','%todo_render%','Me & My Money part 2','','publish','open','closed','','me-my-money-part-2','','','2020-03-08 10:30:00','2020-03-08 10:30:00','',0,'http://www.crosspoint-church.com/sermons/me-my-money-part-2/',0,'wpfc_sermon','',0),(2638,1,'2020-03-29 20:38:18','2020-03-29 20:38:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Live Stream</h2>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','publish','closed','closed','','sermons','','','2023-10-10 23:09:06','2023-10-11 06:09:06','',0,'http://www.crosspoint-church.com/?page_id=2638',0,'page','',0),(2639,1,'2020-03-29 20:38:18','2020-03-29 20:38:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons - 2','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:38:18','2020-03-29 20:38:18','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2641,1,'2020-03-29 20:40:18','2020-03-29 20:40:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons - 2','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:40:18','2020-03-29 20:40:18','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2642,1,'2020-03-29 20:41:25','2020-03-29 20:41:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:41:25','2020-03-29 20:41:25','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2644,1,'2020-03-29 20:42:44','2020-03-29 20:42:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:42:44','2020-03-29 20:42:44','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2647,1,'2020-03-29 20:46:48','2020-03-29 20:46:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:46:48','2020-03-29 20:46:48','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2649,1,'2020-03-29 20:48:55','2020-03-29 20:48:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-03-29 20:48:55','2020-03-29 20:48:55','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2651,1,'2024-12-19 19:36:56','2020-03-29 20:49:54','','SERMONS','','publish','closed','closed','','sermons-2','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'http://www.crosspoint-church.com/?p=2651',10,'nav_menu_item','',0),(2652,1,'2020-04-03 18:03:36','2020-04-03 18:03:36','','Scripture 04.05.20','','inherit','open','closed','','scripture-04-05-20','','','2020-04-03 18:03:36','2020-04-03 18:03:36','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf',0,'attachment','application/pdf',0),(2653,1,'2020-04-03 18:04:31','2020-04-03 18:04:31','','04.05.20','Coloring Page','inherit','open','closed','','04-05-20','','','2020-04-03 18:04:44','2020-04-03 18:04:44','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf',0,'attachment','application/pdf',0),(2654,1,'2020-04-03 18:14:44','2020-04-03 18:14:44','','donkey','','inherit','open','closed','','donkey','','','2020-04-03 18:14:44','2020-04-03 18:14:44','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf',0,'attachment','application/pdf',0),(2655,1,'2020-04-03 18:15:15','2020-04-03 18:15:15','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2><p>Be sure to watch the first video for each Sunday first.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\">04.05.20</a></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p><p> </p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-03 18:15:15','2020-04-03 18:15:15','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2656,1,'2020-04-04 01:38:41','2020-04-04 01:38:41','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the first video for each Sunday first.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\">04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 01:38:41','2020-04-04 01:38:41','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2657,1,'2020-04-04 01:39:31','2020-04-04 01:39:31','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the first video for each Sunday first.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\">04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 01:39:31','2020-04-04 01:39:31','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2658,1,'2020-04-04 01:43:16','2020-04-04 01:43:16','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the first video for each Sunday first.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\">04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 01:43:16','2020-04-04 01:43:16','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2659,1,'2020-04-04 01:44:32','2020-04-04 01:44:32','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\">04.05.20</a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 01:44:32','2020-04-04 01:44:32','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2660,1,'2020-04-04 01:50:29','2020-04-04 01:50:29','','color page','','inherit','open','closed','','color-page','','','2020-04-04 01:50:29','2020-04-04 01:50:29','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page.png',0,'attachment','image/png',0),(2661,1,'2020-04-04 02:21:10','2020-04-04 02:21:10','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<img class=\"aligncenter wp-image-2660 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"235\" height=\"300\" />\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:21:10','2020-04-04 02:21:10','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2663,1,'2020-04-04 02:24:39','2020-04-04 02:24:39','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<img class=\"aligncenter wp-image-2660 size-medium\" title=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"235\" height=\"300\" />\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:24:39','2020-04-04 02:24:39','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2664,1,'2020-04-04 02:26:27','2020-04-04 02:26:27','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<img class=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf aligncenter wp-image-2660 size-medium\" title=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"235\" height=\"300\" />\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:26:27','2020-04-04 02:26:27','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2665,1,'2020-04-04 02:29:53','2020-04-04 02:29:53','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<video controls=\"controls\" width=\"300\" height=\"150\">\r\n<source src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" /></video>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:29:53','2020-04-04 02:29:53','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2667,1,'2020-04-04 02:33:54','2020-04-04 02:33:54','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\"><img class=\"aligncenter wp-image-2660 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"235\" height=\"300\" /></a>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:33:54','2020-04-04 02:33:54','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2668,1,'2020-04-04 02:34:41','2020-04-04 02:34:41','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"235\" height=\"300\" /></a>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\">donkey</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 02:34:41','2020-04-04 02:34:41','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2670,1,'2020-04-04 15:53:57','2020-04-04 15:53:57','','Donkey','','inherit','open','closed','','donkey-2','','','2020-04-04 15:53:57','2020-04-04 15:53:57','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey.png',0,'attachment','image/png',0),(2671,1,'2020-04-04 15:55:53','2020-04-04 15:55:53','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Kid\'z Zone Activities During Covid-19 Closure</h2>\r\nBe sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\"><img class=\"aligncenter wp-image-2670\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-262x300.png\" alt=\"\" width=\"178\" height=\"204\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 15:55:53','2020-04-04 15:55:53','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2673,1,'2020-04-04 16:01:07','2020-04-04 16:01:07','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\nInstructions:  Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\">Scripture 04.05.20</a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2670\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-262x300.png\" alt=\"\" width=\"178\" height=\"204\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 16:01:07','2020-04-04 16:01:07','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2674,1,'2020-04-04 16:03:59','2020-04-04 16:03:59','','Scripture - 4.5.2020','','inherit','open','closed','','scripture-4-5-2020','','','2020-04-04 16:03:59','2020-04-04 16:03:59','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020.png',0,'attachment','image/png',0),(2675,1,'2020-04-04 16:04:50','2020-04-04 16:04:50','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\nInstructions:  Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2670\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-262x300.png\" alt=\"\" width=\"178\" height=\"204\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 16:04:50','2020-04-04 16:04:50','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2676,1,'2020-04-04 16:09:53','2020-04-04 16:09:53','','Donkey','','inherit','open','closed','','donkey-3','','','2020-04-04 16:09:53','2020-04-04 16:09:53','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1.png',0,'attachment','image/png',0),(2677,1,'2020-04-04 16:10:39','2020-04-04 16:10:39','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\nInstructions:  Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 16:10:39','2020-04-04 16:10:39','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2678,1,'2020-04-04 16:13:10','2020-04-04 16:13:10','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\nInstructions:  Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-04 16:13:10','2020-04-04 16:13:10','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2679,1,'2020-04-04 22:41:20','2020-04-04 22:41:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-04 22:41:20','2020-04-04 22:41:20','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2680,1,'2020-04-04 22:44:04','2020-04-04 22:44:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-04 22:44:04','2020-04-04 22:44:04','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2682,1,'2020-04-04 22:45:19','2020-04-04 22:45:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-04 22:45:19','2020-04-04 22:45:19','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2683,1,'2020-04-04 22:46:49','2020-04-04 22:46:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-04 22:46:49','2020-04-04 22:46:49','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2684,1,'2020-04-05 14:47:56','2020-04-05 14:47:56','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-05 14:47:56','2020-04-05 14:47:56','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2688,1,'2020-04-08 18:22:42','2020-04-08 18:22:42','','Couch-Homepage','','inherit','open','closed','','couch-homepage','','','2020-04-08 18:22:42','2020-04-08 18:22:42','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-Homepage.jpg',0,'attachment','image/jpeg',0),(2689,1,'2020-04-08 18:24:44','2020-04-08 18:24:44','','Couch-Homepage-2','','inherit','open','closed','','couch-homepage-2','','','2020-04-08 18:27:31','2020-04-08 18:27:31','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-Homepage-2.jpg',0,'attachment','image/jpeg',0),(2691,1,'2020-04-08 18:33:02','2020-04-08 18:33:02','','Couch-Homepage-2','','inherit','open','closed','','couch-homepage-2-2','','','2020-04-08 18:37:11','2020-04-08 18:37:11','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-Homepage-2-1.jpg',0,'attachment','image/jpeg',0),(2695,1,'2020-04-09 15:43:04','2020-04-09 15:43:04','','Egg craft','','inherit','open','closed','','egg-craft-2','','','2020-04-09 15:43:04','2020-04-09 15:43:04','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft.png',0,'attachment','image/png',0),(2696,1,'2020-04-09 15:43:49','2020-04-09 15:43:49','','Egg Craft','','inherit','open','closed','','egg-craft','','','2020-04-09 15:43:49','2020-04-09 15:43:49','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf',0,'attachment','application/pdf',0),(2697,1,'2020-04-09 15:44:51','2020-04-09 15:44:51','','He is risen Color sheet','','inherit','open','closed','','he-is-risen-color-sheet','','','2020-04-09 15:44:51','2020-04-09 15:44:51','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf',0,'attachment','application/pdf',0),(2699,1,'2020-04-09 15:48:54','2020-04-09 15:48:54','','He is risen Color sheet','','inherit','open','closed','','he-is-risen-color-sheet-2','','','2020-04-09 15:48:54','2020-04-09 15:48:54','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.jpg',0,'attachment','image/jpeg',0),(2700,1,'2020-04-09 15:53:02','2020-04-09 15:53:02','','Egg craft','','inherit','open','closed','','egg-craft-3','','','2020-04-09 15:53:02','2020-04-09 15:53:02','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1.png',0,'attachment','image/png',0),(2701,1,'2020-04-09 16:09:03','2020-04-09 16:09:03','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][fusion_content_boxes layout=\"icon-with-title\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Coloring Sheet\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"213\" height=\"259\" /></a>\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Egg Craft\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"190\" height=\"248\" /></a>\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:09:03','2020-04-09 16:09:03','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2703,1,'2020-04-09 16:10:01','2020-04-09 16:10:01','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][fusion_content_boxes layout=\"icon-with-title\" columns=\"2\" title_size=\"\" heading_size=\"4\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Coloring Sheet\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"213\" height=\"259\" /></a>\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Egg Craft\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_width=\"\" image_height=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"190\" height=\"248\" /></a>\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:10:01','2020-04-09 16:10:01','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2704,1,'2020-04-09 16:14:19','2020-04-09 16:14:19','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"158\" height=\"206\" /></a>Egg Craft</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"Coloring Sheet\" width=\"158\" height=\"192\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:14:19','2020-04-09 16:14:19','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2705,1,'2020-04-09 16:16:36','2020-04-09 16:16:36','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"158\" height=\"206\" /></a>Egg Craft</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"Coloring Sheet\" width=\"158\" height=\"192\" /></a>Coloring Sheet</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:16:36','2020-04-09 16:16:36','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2706,1,'2020-04-09 16:17:50','2020-04-09 16:17:50','','Easter Egg Colors','','inherit','open','closed','','easter-egg-colors','','','2020-04-09 16:17:50','2020-04-09 16:17:50','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf',0,'attachment','application/pdf',0),(2707,1,'2020-04-09 16:18:03','2020-04-09 16:18:03','','Easter Egg Colors','','inherit','open','closed','','easter-egg-colors-2','','','2020-04-09 16:18:03','2020-04-09 16:18:03','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.jpg',0,'attachment','image/jpeg',0),(2708,1,'2020-04-09 16:19:48','2020-04-09 16:19:48','','Easter Crossword Puzzle','','inherit','open','closed','','easter-crossword-puzzle','','','2020-04-09 16:19:48','2020-04-09 16:19:48','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf',0,'attachment','application/pdf',0),(2709,1,'2020-04-09 16:20:02','2020-04-09 16:20:02','','Easter Crossword Puzzle','','inherit','open','closed','','easter-crossword-puzzle-2','','','2020-04-09 16:20:02','2020-04-09 16:20:02','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.jpg',0,'attachment','image/jpeg',0),(2710,1,'2020-04-09 16:22:16','2020-04-09 16:22:16','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"186\" height=\"235\" /></a>Easter Egg Colors</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"170\" height=\"234\" /></a>Crossword Puzzle</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:22:16','2020-04-09 16:22:16','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2711,1,'2020-04-09 16:26:23','2020-04-09 16:26:23','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"173\" height=\"219\" /></a>Easter Egg Colors</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>Coloring Sheet</td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"158\" height=\"217\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"217\" height=\"277\" /></a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"219\" height=\"259\" /></a>\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:26:23','2020-04-09 16:26:23','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2712,1,'2020-04-09 16:28:40','2020-04-09 16:28:40','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"164\" height=\"214\" /></a>Egg Craft Project</td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"173\" height=\"219\" /></a>Easter Egg Colors</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"166\" height=\"202\" /></a>\r\n\r\nColoring Sheet</td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"158\" height=\"217\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\"></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:28:40','2020-04-09 16:28:40','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2713,1,'2020-04-09 16:31:38','2020-04-09 16:31:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 16:31:38','2020-04-09 16:31:38','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2714,1,'2020-04-09 16:36:00','2020-04-09 16:36:00','','Couch-Homepage-3','','inherit','open','closed','','couch-homepage-3','','','2020-04-09 16:36:00','2020-04-09 16:36:00','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-Homepage-3.jpg',0,'attachment','image/jpeg',0),(2715,1,'2020-04-09 16:37:54','2020-04-09 16:37:54','','Couch-Homepage 4','','inherit','open','closed','','couch-homepage-4','','','2020-04-09 16:37:54','2020-04-09 16:37:54','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-Homepage-4.jpg',0,'attachment','image/jpeg',0),(2718,1,'2020-04-09 20:44:10','2020-04-09 20:44:10','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 20:44:10','2020-04-09 20:44:10','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2719,1,'2020-04-09 20:45:08','2020-04-09 20:45:08','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-09 20:45:08','2020-04-09 20:45:08','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2721,1,'2020-04-10 01:01:20','2020-04-10 01:01:20','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-10 01:01:20','2020-04-10 01:01:20','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2722,1,'2020-04-10 18:35:03','2020-04-10 18:35:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Good Friday Video</h2>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-10 18:35:03','2020-04-10 18:35:03','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2724,1,'2020-04-10 18:36:44','2020-04-10 18:36:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Good Friday Video</h2>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-10 18:36:44','2020-04-10 18:36:44','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2726,1,'2020-04-10 18:37:44','2020-04-10 18:37:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Good Friday Video</strong></h2>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" shape=\"round\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-10 18:37:44','2020-04-10 18:37:44','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2727,1,'2020-04-11 19:05:42','2020-04-11 19:05:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/byCF3kR2oP0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-11 19:05:42','2020-04-11 19:05:42','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2728,1,'2020-04-11 19:06:17','2020-04-11 19:06:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/byCF3kR2oP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/ofEsrE0OhtY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-11 19:06:17','2020-04-11 19:06:17','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2730,1,'2020-04-11 21:22:39','2020-04-11 21:22:39','','CrossPoint Footer','','publish','closed','closed','','crosspoint-footer','','','2020-04-11 21:22:39','2020-04-11 21:22:39','',0,'http://www.crosspoint-church.com/fusion_tb_section/crosspoint-footer/',0,'fusion_tb_section','',0),(2731,1,'2020-04-11 22:14:52','2020-04-11 22:14:52','','Couch-4','','inherit','open','closed','','couch-4','','','2020-04-11 22:14:52','2020-04-11 22:14:52','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-4.png',0,'attachment','image/png',0),(2732,1,'2020-04-11 22:15:34','2020-04-11 22:15:34','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Good Friday Video</strong></h2>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-11 22:15:34','2020-04-11 22:15:34','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2734,1,'2020-04-11 22:45:05','2020-04-11 22:45:05','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"transparent\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/991.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"1\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_bottom=\"50\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"no\"][fusion_testimonial name=\"Billy Graham\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Being a Christian is more than just an instantaneous conversion - it is a daily process whereby you grow to be more and more like Christ.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"Martin Luther King, Jr.\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</h3>\r\n[/fusion_testimonial][fusion_testimonial name=\"C. S. Lewis\" avatar=\"none\" image=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<h3 style=\"color: #fff;\">God cannot give us a happiness and peace apart from Himself, because it is not there. There is no such thing.</h3>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-11 22:45:05','2020-04-11 22:45:05','',40,'http://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2736,1,'2020-04-11 22:46:12','2020-04-11 22:46:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center; --fontSize:35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\" class=\"fusion-responsive-typography-calculated\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" id=\"player_1\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p align=\"center\">&lt;h2 style=\"text-align: center;\"&gt;&lt;strong&gt;Good Friday Video&lt;/strong&gt;&lt;/h2&gt;</p><p align=\"center\">&lt;p style=\"text-align: center;\"&gt;&lt;iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"&gt;&lt;/iframe&gt;&lt;/p&gt;</p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" id=\"player_2\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" id=\"player_3\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" id=\"player_4\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\n<p></p>[sermons]<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-11 22:46:12','2020-04-11 22:46:12','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2738,1,'2020-04-11 22:49:59','2020-04-11 22:49:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-11 22:49:59','2020-04-11 22:49:59','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2739,1,'2020-04-12 01:03:26','2020-04-12 01:03:26','','Couch-5','','inherit','open','closed','','couch-5','','','2020-04-12 01:03:26','2020-04-12 01:03:26','',2022,'http://www.crosspoint-church.com/wp-content/uploads/2017/12/Couch-5.png',0,'attachment','image/png',0),(2743,1,'2020-04-16 20:04:08','2020-04-16 20:04:08','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h3><p> </p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-16 20:04:08','2020-04-16 20:04:08','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2744,1,'2020-04-16 20:04:41','2020-04-16 20:04:41','','4-19-20 pdf kids','','inherit','open','closed','','4-19-20-pdf-kids','','','2020-04-16 20:04:41','2020-04-16 20:04:41','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf',0,'attachment','application/pdf',0),(2745,1,'2020-04-16 20:05:01','2020-04-16 20:05:01','','04.17.2020','','inherit','open','closed','','04-17-2020','','','2020-04-16 20:05:01','2020-04-16 20:05:01','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020.png',0,'attachment','image/png',0),(2746,1,'2020-04-16 20:08:10','2020-04-16 20:08:10','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-16 20:08:10','2020-04-16 20:08:10','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2748,1,'2020-04-18 18:49:27','2020-04-18 18:49:27','','Sermon notes - Temptation','Sermon Notes:  \"Dealing With Temptation When I\'m Stressed\"','inherit','open','closed','','sermon-notes-temptation','','','2020-04-18 19:56:48','2020-04-18 19:56:48','',2638,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf',0,'attachment','application/pdf',0),(2749,1,'2020-04-18 20:01:19','2020-04-18 20:01:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, April 19 Service</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-18 20:01:19','2020-04-18 20:01:19','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2750,1,'2020-04-18 20:09:45','2020-04-18 20:09:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, April 19 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-18 20:09:45','2020-04-18 20:09:45','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2751,1,'2020-04-18 20:10:33','2020-04-18 20:10:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-18 20:10:33','2020-04-18 20:10:33','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2753,1,'2020-04-23 17:52:08','2020-04-23 17:52:08','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-23 17:52:08','2020-04-23 17:52:08','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2754,1,'2020-04-23 17:53:28','2020-04-23 17:53:28','','Peter\'s Journal','','inherit','open','closed','','peters-journal','','','2020-04-23 17:53:28','2020-04-23 17:53:28','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf',0,'attachment','application/pdf',0),(2755,1,'2020-04-23 17:53:58','2020-04-23 17:53:58','','Peter\'s Journal','','inherit','open','closed','','peters-journal-2','','','2020-04-23 17:53:58','2020-04-23 17:53:58','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.png',0,'attachment','image/png',0),(2756,1,'2020-04-23 17:58:06','2020-04-23 17:58:06','','04.26.2020','','inherit','open','closed','','04-26-2020','','','2020-04-23 17:58:06','2020-04-23 17:58:06','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf',0,'attachment','application/pdf',0),(2757,1,'2020-04-23 17:58:23','2020-04-23 17:58:23','','04.26.2020','','inherit','open','closed','','04-26-2020-2','','','2020-04-23 17:58:23','2020-04-23 17:58:23','',1458,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.png',0,'attachment','image/png',0),(2758,1,'2020-04-23 18:01:42','2020-04-23 18:01:42','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\">&lt;iframe width=\"460\" height=\"230\" src=\"https://www.youtube.com/embed/yu4hEQf64GY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"></p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-23 18:01:42','2020-04-23 18:01:42','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2759,1,'2020-04-23 18:02:37','2020-04-23 18:02:37','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-23 18:02:37','2020-04-23 18:02:37','',1458,'http://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2760,1,'2020-04-25 14:26:39','2020-04-25 14:26:39','','Sermon notes','Sermon Notes:  \"Making Tough Decisions When I\'m Stressed\"','inherit','open','closed','','sermon-notes','','','2020-04-25 20:28:47','2020-04-25 20:28:47','',2638,'http://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf',0,'attachment','application/pdf',0),(2761,1,'2020-04-25 20:30:41','2020-04-25 20:30:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, April 26 Service</h4>\r\n<h4 style=\"text-align: center;\"><strong>&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/L4h3adEafSw\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</strong></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-25 20:30:41','2020-04-25 20:30:41','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2762,1,'2020-04-25 20:33:18','2020-04-25 20:33:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, April 26 Service</h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-25 20:33:18','2020-04-25 20:33:18','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2763,1,'2020-04-25 20:34:51','2020-04-25 20:34:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-04-25 20:34:51','2020-04-25 20:34:51','',2638,'http://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2764,1,'2020-04-26 19:54:41','2020-04-26 19:54:41','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to the continued reports of cases of COVID-19 (Coronavirus) in our county and state, we are choosing to exercise caution to support the safety and health of each other and our community.  To that end we have decided to cancel our Sunday morning worship services and all other church activities until further notice.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">While we wait to restart these activities, we are going to continue being a church family!  We will be staying in touch with you via emails, phone calls and text messages.  And you are welcome to reach out to Pastor Gary or any church Board member if you need anything.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">As a church family, please remember who we are as a church:</p>\r\n\r\n<ul>\r\n 	<li class=\"xmsonormal\">We are a family that faces things together</li>\r\n 	<li class=\"xmsonormal\">We are disciples who grow through trials</li>\r\n 	<li class=\"xmsonormal\">We are God’s people who care for the hurting</li>\r\n 	<li class=\"xmsonormal\">We are people who look to our loving heavenly Father in all things</li>\r\n</ul>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">The Bible is clear that in this world there will be times of trouble, but God has promised us that he will never leave us or forsake us and that nothing can stand between us and his presence.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Let us remember as well this truth:</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: center;\"><em>“For God has not given us a spirit of fear and timidity, but of power, love, and self-discipline.”</em>  (2 Tim 1:7)</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-04-26 19:54:41','2020-04-26 19:54:41','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(2765,1,'2020-04-26 19:58:39','2020-04-26 19:58:39','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2020-04-26 19:58:39','2020-04-26 19:58:39','',611,'https://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(2766,1,'2020-04-26 20:00:19','2020-04-26 20:00:19','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-04-26 20:00:19','2020-04-26 20:00:19','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2767,1,'2020-04-28 00:16:53','2020-04-28 00:16:53','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-04-28 00:16:53','2020-04-28 00:16:53','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2768,1,'2020-04-28 00:18:45','2020-04-28 00:18:45','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-04-28 00:18:45','2020-04-28 00:18:45','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2769,1,'2020-04-28 00:21:46','2020-04-28 00:21:46','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2020-04-28 00:21:46','2020-04-28 00:21:46','',611,'https://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(2771,1,'2020-04-28 00:24:14','2020-04-28 00:24:14','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2020-04-28 00:24:14','2020-04-28 00:24:14','',611,'https://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(2773,1,'2020-04-28 00:25:39','2020-04-28 00:25:39','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2020-04-28 00:25:39','2020-04-28 00:25:39','',611,'https://www.crosspoint-church.com/611-revision-v1/',0,'revision','',0),(2775,1,'2020-04-30 16:00:02','2020-04-30 16:00:02','','05.03.20 Bible Story','','inherit','open','closed','','05-03-20-bible-story','','','2020-04-30 21:03:20','2020-04-30 21:03:20','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.png',0,'attachment','image/png',0),(2776,1,'2020-04-30 16:01:27','2020-04-30 16:01:27','','05.03.20 Bible Story','','inherit','open','closed','','05-03-20-bible-story-2','','','2020-04-30 16:01:27','2020-04-30 16:01:27','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf',0,'attachment','application/pdf',0),(2777,1,'2020-04-30 16:01:30','2020-04-30 16:01:30','','05.03.20','','inherit','open','closed','','05-03-20','','','2020-04-30 16:01:30','2020-04-30 16:01:30','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf',0,'attachment','application/pdf',0),(2778,1,'2020-04-30 16:01:47','2020-04-30 16:01:47','','05.03.20','','inherit','open','closed','','05-03-20-2','','','2020-04-30 21:02:11','2020-04-30 21:02:11','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.png',0,'attachment','image/png',0),(2779,1,'2020-04-30 21:00:34','2020-04-30 21:00:34','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong>&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-30 21:00:34','2020-04-30 21:00:34','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2780,1,'2020-04-30 21:04:21','2020-04-30 21:04:21','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-04-30 21:04:21','2020-04-30 21:04:21','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2783,1,'2020-05-02 08:15:43','2020-05-02 15:15:43','','Sermon notes - May 3','','inherit','open','closed','','sermon-notes-may-3','','','2020-05-02 08:15:43','2020-05-02 15:15:43','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf',0,'attachment','application/pdf',0),(2784,1,'2020-05-02 16:19:11','2020-05-02 23:19:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, May 3 Service</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-02 16:19:11','2020-05-02 23:19:11','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2786,1,'2020-05-02 16:20:09','2020-05-02 23:20:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, May 3 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-02 16:20:09','2020-05-02 23:20:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2787,1,'2020-05-04 09:02:19','2020-05-04 16:02:19','','Collage','','inherit','open','closed','','collage','','','2020-05-04 09:02:19','2020-05-04 16:02:19','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/Collage.png',0,'attachment','image/png',0),(2788,1,'2020-05-04 09:08:19','2020-05-04 16:08:19','','My Post','','inherit','open','closed','','my-post','','','2020-05-04 09:08:19','2020-05-04 16:08:19','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post.png',0,'attachment','image/png',0),(2789,1,'2020-05-04 09:20:07','2020-05-04 16:20:07','','My Post','','inherit','open','closed','','my-post-2','','','2020-05-04 09:20:07','2020-05-04 16:20:07','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post-1.png',0,'attachment','image/png',0),(2791,1,'2020-05-04 15:07:09','2020-05-04 22:07:09','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\">&lt;div id=\"breeze_giving_embed\" data-subdomain=\"crosspointlynden\" data-width=\"100%\" data-background_color=\"fffff\" data-text_color=\"000\" data-donate_button_background_color=\"777777\" data-donate_button_text_color=\"ffffff\" data-fund_id=\"\" data-frequency=\"\" data-amount=\"\"&gt;&lt;/div&gt;\r\n&lt;script src=\"https://app.breezechms.com/js/give.js\"&gt;&lt;/script&gt;</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-05-04 15:07:09','2020-05-04 22:07:09','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2792,1,'2020-05-04 15:08:04','2020-05-04 22:08:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<div id=\"breeze_giving_embed\" data-subdomain=\"crosspointlynden\" data-width=\"100%\" data-background_color=\"fffff\" data-text_color=\"000\" data-donate_button_background_color=\"777777\" data-donate_button_text_color=\"ffffff\" data-fund_id=\"\" data-frequency=\"\" data-amount=\"\"></div>\r\n<script src=\"https://app.breezechms.com/js/give.js\"></script>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-05-04 15:08:04','2020-05-04 22:08:04','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2793,1,'2020-05-04 15:09:04','2020-05-04 22:09:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-05-04 15:09:04','2020-05-04 22:09:04','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(2794,1,'2020-05-05 08:52:10','2020-05-05 15:52:10','','My Post(2)','','inherit','open','closed','','my-post2','','','2020-05-05 08:52:10','2020-05-05 15:52:10','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post2.png',0,'attachment','image/png',0),(2796,1,'2020-05-06 15:25:00','2020-05-06 22:25:00','','My Post','','inherit','open','closed','','my-post-3','','','2020-05-06 15:25:00','2020-05-06 22:25:00','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post-2.png',0,'attachment','image/png',0),(2798,1,'2020-05-06 15:33:26','2020-05-06 22:33:26','','My Post','','inherit','open','closed','','my-post-4','','','2020-05-06 15:33:26','2020-05-06 22:33:26','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post-3.png',0,'attachment','image/png',0),(2799,1,'2020-05-07 10:02:54','2020-05-07 17:02:54','','05.10.20 grid','','inherit','open','closed','','05-10-20-grid','','','2020-05-07 10:06:55','2020-05-07 17:06:55','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.png',0,'attachment','image/png',0),(2800,1,'2020-05-07 10:03:59','2020-05-07 17:03:59','','05.10.20 grid','','inherit','open','closed','','05-10-20-grid-2','','','2020-05-07 10:03:59','2020-05-07 17:03:59','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf',0,'attachment','application/pdf',0),(2801,1,'2020-05-07 10:04:14','2020-05-07 17:04:14','','05.10.20 game','','inherit','open','closed','','05-10-20-game','','','2020-05-07 10:05:51','2020-05-07 17:05:51','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.png',0,'attachment','image/png',0),(2802,1,'2020-05-07 10:04:26','2020-05-07 17:04:26','','05.10.20 game','','inherit','open','closed','','05-10-20-game-2','','','2020-05-07 10:04:26','2020-05-07 17:04:26','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf',0,'attachment','application/pdf',0),(2803,1,'2020-05-07 10:08:27','2020-05-07 17:08:27','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:08:27','2020-05-07 17:08:27','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2805,1,'2020-05-07 10:12:27','2020-05-07 17:12:27','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\">&lt;iframe width=\"460\" height=\"230\" src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:12:27','2020-05-07 17:12:27','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2806,1,'2020-05-07 10:13:01','2020-05-07 17:13:01','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:13:01','2020-05-07 17:13:01','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2807,1,'2020-05-07 10:14:06','2020-05-07 17:14:06','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:14:06','2020-05-07 17:14:06','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2808,1,'2020-05-07 10:15:25','2020-05-07 17:15:25','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\">Sunday, May 10</h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><p><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p>Song</p></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:15:25','2020-05-07 17:15:25','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2809,1,'2020-05-07 10:16:02','2020-05-07 17:16:02','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-07 10:16:02','2020-05-07 17:16:02','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2810,1,'2020-05-09 08:54:50','2020-05-09 15:54:50','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-09 08:54:50','2020-05-09 15:54:50','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2811,1,'2020-05-09 08:55:06','2020-05-09 15:55:06','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-09 08:55:06','2020-05-09 15:55:06','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2812,1,'2020-05-09 08:57:41','2020-05-09 15:57:41','','Sermon notes - anger','','inherit','open','closed','','sermon-notes-anger','','','2020-05-09 08:57:41','2020-05-09 15:57:41','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf',0,'attachment','application/pdf',0),(2813,1,'2020-05-09 09:18:42','2020-05-09 16:18:42','','My Post(2)','','inherit','open','closed','','my-post2-2','','','2020-05-09 09:18:42','2020-05-09 16:18:42','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post2-1.png',0,'attachment','image/png',0),(2815,1,'2020-05-09 14:21:45','2020-05-09 21:21:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\">Sunday, May 10 Service</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 3 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-09 14:21:45','2020-05-09 21:21:45','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2817,1,'2020-05-09 14:22:30','2020-05-09 21:22:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-09 14:22:30','2020-05-09 21:22:30','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2818,1,'2020-05-09 14:32:15','2020-05-09 21:32:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-09 14:32:15','2020-05-09 21:32:15','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2819,1,'2020-05-09 14:32:45','2020-05-09 21:32:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-09 14:32:45','2020-05-09 21:32:45','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2822,1,'2020-05-10 08:23:48','2020-05-10 15:23:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:23:48','2020-05-10 15:23:48','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2824,1,'2020-05-10 08:27:10','2020-05-10 15:27:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" rel=\"0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:27:10','2020-05-10 15:27:10','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2825,1,'2020-05-10 08:29:32','2020-05-10 15:29:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUUrel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:29:32','2020-05-10 15:29:32','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2826,1,'2020-05-10 08:30:43','2020-05-10 15:30:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:30:43','2020-05-10 15:30:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2827,1,'2020-05-10 08:41:29','2020-05-10 15:41:29','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU&rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:41:29','2020-05-10 15:41:29','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2828,1,'2020-05-10 08:43:15','2020-05-10 15:43:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:43:15','2020-05-10 15:43:15','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2829,1,'2020-05-10 08:52:08','2020-05-10 15:52:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:52:08','2020-05-10 15:52:08','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2830,1,'2020-05-10 08:55:34','2020-05-10 15:55:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 08:55:34','2020-05-10 15:55:34','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2831,1,'2020-05-10 09:53:04','2020-05-10 16:53:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 09:53:04','2020-05-10 16:53:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2833,1,'2020-05-10 09:56:17','2020-05-10 16:56:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 09:56:17','2020-05-10 16:56:17','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2834,1,'2020-05-10 10:42:18','2020-05-10 17:42:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p> </p><p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 10:42:18','2020-05-10 17:42:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2836,1,'2020-05-10 10:43:30','2020-05-10 17:43:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 10:43:30','2020-05-10 17:43:30','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2837,1,'2020-05-10 10:47:08','2020-05-10 17:47:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 10:47:08','2020-05-10 17:47:08','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2838,1,'2020-05-10 11:00:07','2020-05-10 18:00:07','','My Post','','inherit','open','closed','','my-post-5','','','2020-05-10 11:00:07','2020-05-10 18:00:07','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post-4.png',0,'attachment','image/png',0),(2839,1,'2020-05-10 17:16:38','2020-05-11 00:16:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:16:38','2020-05-11 00:16:38','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2841,1,'2020-05-10 17:18:07','2020-05-11 00:18:07','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:18:07','2020-05-11 00:18:07','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2842,1,'2020-05-10 17:21:40','2020-05-11 00:21:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"564\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:21:40','2020-05-11 00:21:40','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2843,1,'2020-05-10 17:22:02','2020-05-11 00:22:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/416918531\" width=\"640\" height=\"564\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:22:02','2020-05-11 00:22:02','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2844,1,'2020-05-10 17:24:40','2020-05-11 00:24:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:24:40','2020-05-11 00:24:40','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2845,1,'2020-05-10 17:24:59','2020-05-11 00:24:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eN6MX6eP2q8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:24:59','2020-05-11 00:24:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2846,1,'2020-05-10 17:56:27','2020-05-11 00:56:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:56:27','2020-05-11 00:56:27','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2847,1,'2020-05-10 17:56:48','2020-05-11 00:56:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 17:56:48','2020-05-11 00:56:48','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2849,1,'2020-05-10 18:01:35','2020-05-11 01:01:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137&amp;quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 18:01:35','2020-05-11 01:01:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2850,1,'2020-05-10 18:02:32','2020-05-11 01:02:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 18:02:32','2020-05-11 01:02:32','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2851,1,'2020-05-10 18:02:46','2020-05-11 01:02:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/videoseries?list=PL2YLERhP3do3DCTfOH9dENPyUop0X2Ezt&amp;rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-10 18:02:46','2020-05-11 01:02:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2853,1,'2020-05-12 16:32:04','2020-05-12 23:32:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:32:04','2020-05-12 23:32:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2854,1,'2020-05-12 16:32:25','2020-05-12 23:32:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:32:25','2020-05-12 23:32:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2855,1,'2020-05-12 16:34:27','2020-05-12 23:34:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:34:27','2020-05-12 23:34:27','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2856,1,'2020-05-12 16:34:57','2020-05-12 23:34:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:34:57','2020-05-12 23:34:57','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2857,1,'2020-05-12 16:36:56','2020-05-12 23:36:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:36:56','2020-05-12 23:36:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2858,1,'2020-05-12 16:37:17','2020-05-12 23:37:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-12 16:37:17','2020-05-12 23:37:17','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2859,1,'2020-05-14 13:55:38','2020-05-14 20:55:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 17</h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"564\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 13:55:38','2020-05-14 20:55:38','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2860,1,'2020-05-14 13:56:04','2020-05-14 20:56:04','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 17</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"564\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 13:56:04','2020-05-14 20:56:04','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2862,1,'2020-05-14 14:44:54','2020-05-14 21:44:54','','Joy Box','','inherit','open','closed','','joy-box','','','2020-05-14 14:44:54','2020-05-14 21:44:54','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf',0,'attachment','application/pdf',0),(2863,1,'2020-05-14 14:45:00','2020-05-14 21:45:00','','Game Card','','inherit','open','closed','','game-card','','','2020-05-14 14:45:00','2020-05-14 21:45:00','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf',0,'attachment','application/pdf',0),(2864,1,'2020-05-14 14:45:03','2020-05-14 21:45:03','','Game Board 05.17.20','','inherit','open','closed','','game-board-05-17-20','','','2020-05-14 14:45:03','2020-05-14 21:45:03','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.20.pdf',0,'attachment','application/pdf',0),(2865,1,'2020-05-14 14:46:07','2020-05-14 21:46:07','','Joy Box 05.17.20','','inherit','open','closed','','joy-box-05-17-20','','','2020-05-14 14:46:07','2020-05-14 21:46:07','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20.png',0,'attachment','image/png',0),(2866,1,'2020-05-14 14:47:14','2020-05-14 21:47:14','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 17</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"564\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:47:14','2020-05-14 21:47:14','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2867,1,'2020-05-14 14:47:40','2020-05-14 21:47:40','','Joy Box 05.17.20','','inherit','open','closed','','joy-box-05-17-20-2','','','2020-05-14 14:48:58','2020-05-14 21:48:58','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1.png',0,'attachment','image/png',0),(2868,1,'2020-05-14 14:49:35','2020-05-14 21:49:35','','game cards 05.17.20','','inherit','open','closed','','game-cards-05-17-20','','','2020-05-14 14:49:35','2020-05-14 21:49:35','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20.png',0,'attachment','image/png',0),(2869,1,'2020-05-14 14:50:33','2020-05-14 21:50:33','','Game Board 05.17','','inherit','open','closed','','game-board-05-17','','','2020-05-14 14:50:33','2020-05-14 21:50:33','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp',0,'attachment','image/bmp',0),(2870,1,'2020-05-14 14:51:34','2020-05-14 21:51:34','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 17</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"564\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"242\" height=\"177\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"181\" height=\"249\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"110\" height=\"197\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:51:34','2020-05-14 21:51:34','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2872,1,'2020-05-14 14:52:52','2020-05-14 21:52:52','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 17</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"242\" height=\"177\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"181\" height=\"249\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"110\" height=\"197\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:52:52','2020-05-14 21:52:52','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2873,1,'2020-05-14 14:54:38','2020-05-14 21:54:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"242\" height=\"177\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"181\" height=\"249\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"110\" height=\"197\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:54:38','2020-05-14 21:54:38','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2874,1,'2020-05-14 14:56:48','2020-05-14 21:56:48','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:56:48','2020-05-14 21:56:48','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2875,1,'2020-05-14 14:57:19','2020-05-14 21:57:19','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-14 14:57:19','2020-05-14 21:57:19','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2876,1,'2020-05-16 09:47:44','2020-05-16 16:47:44','','Sermon notes - Emotional Health pt 1','','inherit','open','closed','','sermon-notes-emotional-health-pt-1','','','2020-05-16 09:47:44','2020-05-16 16:47:44','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf',0,'attachment','application/pdf',0),(2877,1,'2020-05-16 09:49:09','2020-05-16 16:49:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;\r\n&lt;p&gt;&lt;a href=\"https://vimeo.com/419323509\"&gt;May 17 - Maintaining My Emotional Health When I Am Stressed&lt;/a&gt; from &lt;a href=\"https://vimeo.com/user63415826\"&gt;CrossPoint Church - Lynden&lt;/a&gt; on &lt;a href=\"https://vimeo.com\"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:49:09','2020-05-16 16:49:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2878,1,'2020-05-16 09:49:47','2020-05-16 16:49:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<a href=\"https://vimeo.com/419323509\">May 17 - Maintaining My Emotional Health When I Am Stressed</a> from <a href=\"https://vimeo.com/user63415826\">CrossPoint Church - Lynden</a> on <a href=\"https://vimeo.com\">Vimeo</a>.\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137?quality=720p\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:49:47','2020-05-16 16:49:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2879,1,'2020-05-16 09:50:47','2020-05-16 16:50:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<a href=\"https://vimeo.com/419323509\">May 17 - Maintaining My Emotional Health When I Am Stressed</a> from <a href=\"https://vimeo.com/user63415826\">CrossPoint Church - Lynden</a> on <a href=\"https://vimeo.com\">Vimeo</a>.\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;div style=\"padding:56.25% 0 0 0;position:relative;\"&gt;&lt;iframe src=\"https://player.vimeo.com/video/419323509\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;script src=\"https://player.vimeo.com/api/player.js\"&gt;&lt;/script&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:50:47','2020-05-16 16:50:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2880,1,'2020-05-16 09:51:08','2020-05-16 16:51:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<a href=\"https://vimeo.com/419323509\">May 17 - Maintaining My Emotional Health When I Am Stressed</a> from <a href=\"https://vimeo.com/user63415826\">CrossPoint Church - Lynden</a> on <a href=\"https://vimeo.com\">Vimeo</a>.\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<div style=\"padding: 56.25% 0 0 0; position: relative;\"><iframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https://player.vimeo.com/video/419323509\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<script src=\"https://player.vimeo.com/api/player.js\"></script>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:51:08','2020-05-16 16:51:08','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2881,1,'2020-05-16 09:52:32','2020-05-16 16:52:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<div style=\"padding: 56.25% 0 0 0; position: relative;\"></div>\r\n<script src=\"https://player.vimeo.com/api/player.js\"></script>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:52:32','2020-05-16 16:52:32','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2882,1,'2020-05-16 09:54:18','2020-05-16 16:54:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:54:18','2020-05-16 16:54:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2883,1,'2020-05-16 09:54:49','2020-05-16 16:54:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419323509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 09:54:49','2020-05-16 16:54:49','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2884,1,'2020-05-16 13:58:49','2020-05-16 20:58:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"480\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 13:58:49','2020-05-16 20:58:49','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2885,1,'2020-05-16 14:00:21','2020-05-16 21:00:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:00:21','2020-05-16 21:00:21','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2886,1,'2020-05-16 14:02:36','2020-05-16 21:02:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2><h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4><p style=\"text-align: center;\"> </p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:02:36','2020-05-16 21:02:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2887,1,'2020-05-16 14:03:03','2020-05-16 21:03:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:03:03','2020-05-16 21:03:03','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2888,1,'2020-05-16 14:04:22','2020-05-16 21:04:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:04:22','2020-05-16 21:04:22','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2889,1,'2020-05-16 14:05:00','2020-05-16 21:05:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:05:00','2020-05-16 21:05:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2890,1,'2020-05-16 14:05:24','2020-05-16 21:05:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-16 14:05:24','2020-05-16 21:05:24','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2891,1,'2020-05-17 12:41:17','2020-05-17 19:41:17','','My Post(1)','','inherit','open','closed','','my-post1','','','2020-05-17 12:41:17','2020-05-17 19:41:17','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post1.png',0,'attachment','image/png',0),(2894,1,'2020-05-20 13:44:24','2020-05-20 20:44:24','','05.24.2020','','inherit','open','closed','','05-24-2020','','','2020-05-20 13:44:24','2020-05-20 20:44:24','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf',0,'attachment','application/pdf',0),(2895,1,'2020-05-20 13:44:41','2020-05-20 20:44:41','','05.24.2020','','inherit','open','closed','','05-24-2020-2','','','2020-05-20 13:44:41','2020-05-20 20:44:41','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.png',0,'attachment','image/png',0),(2896,1,'2020-05-20 13:45:40','2020-05-20 20:45:40','','story 05.24.2020','','inherit','open','closed','','story-05-24-2020','','','2020-05-20 13:45:40','2020-05-20 20:45:40','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf',0,'attachment','application/pdf',0),(2897,1,'2020-05-20 13:45:59','2020-05-20 20:45:59','','story 05.24.2020','','inherit','open','closed','','story-05-24-2020-2','','','2020-05-20 13:45:59','2020-05-20 20:45:59','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.png',0,'attachment','image/png',0),(2898,1,'2020-05-20 13:49:38','2020-05-20 20:49:38','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;\r\n&lt;p&gt;&lt;a href=\"https://vimeo.com/420731561\"&gt;Children&amp;#039;s Church - May 24&lt;/a&gt; from &lt;a href=\"https://vimeo.com/user63415826\"&gt;CrossPoint Church - Lynden&lt;/a&gt; on &lt;a href=\"https://vimeo.com\"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-20 13:49:38','2020-05-20 20:49:38','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2899,1,'2020-05-20 13:50:30','2020-05-20 20:50:30','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-20 13:50:30','2020-05-20 20:50:30','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2900,1,'2020-05-20 13:50:56','2020-05-20 20:50:56','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-20 13:50:56','2020-05-20 20:50:56','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2901,1,'2020-05-21 08:14:34','2020-05-21 15:14:34','','Sermon notes - Emotional Health pt 2','','inherit','open','closed','','sermon-notes-emotional-health-pt-2','','','2020-05-21 08:14:34','2020-05-21 15:14:34','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf',0,'attachment','application/pdf',0),(2902,1,'2020-05-21 15:03:32','2020-05-21 22:03:32','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2020-05-21 15:03:32','2020-05-21 22:03:32','',0,'https://www.crosspoint-church.com/email-verification/',0,'fmemailverification','',0),(2903,1,'2020-05-21 15:03:42','2020-05-21 22:03:42','[FormPreview]','Preview','','publish','closed','closed','','preview','','','2020-05-21 15:03:42','2020-05-21 22:03:42','',0,'https://www.crosspoint-church.com/form-maker/preview/',0,'form-maker','',0),(2904,1,'2020-05-21 17:01:41','2020-05-22 00:01:41','{\"id\":\"2904\",\"field_id\":6,\"fields\":{\"0\":{\"id\":\"0\",\"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\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comments, Questions, Prayer Requests\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Connect Card\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"gmiles@crosspoint-church.com, info@crosspoint-church.com\",\"subject\":\"New Entry: Connect Card\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for letting us know you were here.\\u00a0 We will be praying for you!<\\/p>\\r\\n<p>CrossPoint Church<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Connect Card','','trash','closed','closed','','connect-card__trashed','','','2023-12-11 21:13:46','2023-12-12 05:13:46','',0,'https://www.crosspoint-church.com/?post_type=wpforms&#038;p=2904',0,'wpforms','',0),(2905,1,'2020-05-21 17:02:28','2020-05-22 00:02:28','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][fusion_text][contact-form-7 id=\"4\" title=\"Contact form 1\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2020-05-21 17:02:28','2020-05-22 00:02:28','',847,'https://www.crosspoint-church.com/847-revision-v1/',0,'revision','',0),(2911,1,'2020-05-21 17:59:52','2020-05-22 00:59:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[fusion_modal name=\"Connect Card\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]</h2>\r\n<p style=\"text-align: center;\">[Form id=\"6\"]</p>\r\n\r\n<h2 data-fontsize=\"35\" data-lineheight=\"45.15px\">[/fusion_modal]</h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 17:59:52','2020-05-22 00:59:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2913,1,'2020-05-21 18:00:52','2020-05-22 01:00:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:00:52','2020-05-22 01:00:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2914,1,'2020-05-21 18:04:22','2020-05-22 01:04:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[cp_modal display=\"inline\" id=\"cp_id_528db\"][/cp_modal]</h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:04:22','2020-05-22 01:04:22','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2915,1,'2020-05-21 18:20:19','2020-05-22 01:20:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Before you enjoy our service, please fill out our Connect Card by clicking on the button below:</strong></h3>\r\n<p style=\"text-align: center;\">[fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"[cp_modal id=\"cp_id_528db\"]Your Content[/cp_modal]\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]</p>\r\n\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:20:19','2020-05-22 01:20:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2917,1,'2020-05-21 18:22:51','2020-05-22 01:22:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Before you enjoy our service, please fill out our Connect Card by clicking on the button below:</strong></h3>\r\n<p style=\"text-align: center;\">[fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"[cp_modal id=\"cp_id_528db\"]Your Content[/cp_modal]\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]</p>\r\n\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:22:51','2020-05-22 01:22:51','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2918,1,'2020-05-21 18:29:53','2020-05-22 01:29:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Before you enjoy our service, please let us know you were here by clicking below:</strong></p>\r\n\r\n<h3 style=\"text-align: center;\">Connect Card</h3>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:29:53','2020-05-22 01:29:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2919,1,'2020-05-21 18:31:02','2020-05-22 01:31:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:31:02','2020-05-22 01:31:02','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2920,1,'2020-05-21 18:48:56','2020-05-22 01:48:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]</h2>\r\n<p style=\"text-align: center;\">Please let us you know you were here by clicking on this.</p>\r\n\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[/fusion_convert_plus]</h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:48:56','2020-05-22 01:48:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2922,1,'2020-05-21 18:51:13','2020-05-22 01:51:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]</h2>\r\nYour Content Goes Here\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\">[/fusion_convert_plus]</h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong>Current Sermons During COVID-19 Closure</strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-21 18:51:13','2020-05-22 01:51:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2923,1,'2020-05-22 07:04:13','2020-05-22 14:04:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Before you watch the service, please click below and fill out our online Connect Card.  This will help us know who to pray for.</p>\r\n<p style=\"text-align: center;\">[fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]</p>\r\n<p style=\"text-align: center;\">[/fusion_convert_plus]</p>\r\n\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"></h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong> </strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:04:13','2020-05-22 14:04:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2925,1,'2020-05-22 07:05:42','2020-05-22 14:05:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Before you watch the service, please click below and fill out our online Connect Card.  This will help us know who to pray for.</p>\r\n<p style=\"text-align: center;\">[fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Button Text[/fusion_button]</p>\r\n<p style=\"text-align: center;\">[/fusion_convert_plus]</p>\r\n\r\n<h2 style=\"text-align: center;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"></h2>\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong> </strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:05:42','2020-05-22 14:05:42','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2926,1,'2020-05-22 07:06:21','2020-05-22 14:06:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 35; line-height: 1.29;\" data-fontsize=\"35\" data-lineheight=\"45.15px\"><strong> </strong></h2>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:06:21','2020-05-22 14:06:21','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2927,1,'2020-05-22 07:20:41','2020-05-22 14:20:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Cf1bFVwRAHU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yPXZw0CdrDg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:20:41','2020-05-22 14:20:41','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2928,1,'2020-05-22 07:32:01','2020-05-22 14:32:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\">Please click on the button below and let us know you were here.</h4><p> </p><h4 style=\"text-align: center;\">[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Connect Card[/fusion_button]</h4><h4 style=\"text-align: center;\">[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" bottom_margin=\"20px\"][/fusion_separator]</h4><h4 style=\"text-align: center;\"> </h4><h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:32:01','2020-05-22 14:32:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2929,1,'2020-05-22 07:33:47','2020-05-22 14:33:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">Please click on the button below and let us know you were here.</h4>\r\n<h4 style=\"text-align: center;\">[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Connect Card[/fusion_button]</h4>\r\n<h4 style=\"text-align: center;\">[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" bottom_margin=\"20px\"][/fusion_separator]</h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:33:47','2020-05-22 14:33:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2930,1,'2020-05-22 07:35:30','2020-05-22 14:35:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:35:30','2020-05-22 14:35:30','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2931,1,'2020-05-22 07:37:27','2020-05-22 14:37:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]\r\n\r\n[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]\r\n\r\n[/fusion_convert_plus][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:37:27','2020-05-22 14:37:27','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2932,1,'2020-05-22 07:39:59','2020-05-22 14:39:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]\r\n\r\nPlease fill our online Connect Card by clicking on the button below.  This helps us know who to pray for!\r\n\r\n[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_convert_plus][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:39:59','2020-05-22 14:39:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2933,1,'2020-05-22 07:40:53','2020-05-22 14:40:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]\r\n<p style=\"text-align: center;\"><strong>Before you watch, please fill our online Connect Card by clicking on the button below.  This helps us know who to pray for!</strong></p>\r\n[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_convert_plus][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:40:53','2020-05-22 14:40:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2934,1,'2020-05-22 07:43:26','2020-05-22 14:43:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_convert_plus convert_plus_module=\"modal\" modal_id=\"cp_id_528db\" slide_in_id=\"0\" info_bar_id=\"0\" display=\"trigger\"]\r\n<p style=\"text-align: center;\">Before you watch, please fill our online Connect Card by clicking on the button below.  This helps us know who to pray for!</p>\r\n[fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_convert_plus][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 07:43:26','2020-05-22 14:43:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2935,1,'2020-05-22 08:08:55','2020-05-22 15:08:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_modal name=\"Connect Card\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_modal][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:08:55','2020-05-22 15:08:55','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2937,1,'2020-05-22 08:10:21','2020-05-22 15:10:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_modal name=\"Connect Card\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:10:21','2020-05-22 15:10:21','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2939,1,'2020-05-22 08:21:17','2020-05-22 15:21:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"small\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:21:17','2020-05-22 15:21:17','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2940,1,'2020-05-22 08:22:19','2020-05-22 15:22:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:22:19','2020-05-22 15:22:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2941,1,'2020-05-22 08:26:14','2020-05-22 15:26:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:26:14','2020-05-22 15:26:14','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2942,1,'2020-05-22 08:26:59','2020-05-22 15:26:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"30px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:26:59','2020-05-22 15:26:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2943,1,'2020-05-22 08:34:04','2020-05-22 15:34:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:34:04','2020-05-22 15:34:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2945,1,'2020-05-22 08:36:31','2020-05-22 15:36:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:36:31','2020-05-22 15:36:31','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2946,1,'2020-05-22 08:39:15','2020-05-22 15:39:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:39:15','2020-05-22 15:39:15','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2947,1,'2020-05-22 08:42:37','2020-05-22 15:42:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:42:37','2020-05-22 15:42:37','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2948,1,'2020-05-22 08:43:26','2020-05-22 15:43:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 08:43:26','2020-05-22 15:43:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2949,1,'2020-05-22 09:14:55','2020-05-22 16:14:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 09:14:55','2020-05-22 16:14:55','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2950,1,'2020-05-22 09:16:39','2020-05-22 16:16:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"40px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 09:16:39','2020-05-22 16:16:39','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2951,1,'2020-05-22 09:17:50','2020-05-22 16:17:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 09:17:50','2020-05-22 16:17:50','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2952,1,'2020-05-22 09:18:31','2020-05-22 16:18:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-22 09:18:31','2020-05-22 16:18:31','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2954,1,'2020-05-23 12:24:10','2020-05-23 19:24:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-23 12:24:10','2020-05-23 19:24:10','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2955,1,'2020-05-23 12:32:23','2020-05-23 19:32:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-23 12:32:23','2020-05-23 19:32:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2956,1,'2020-05-23 12:33:02','2020-05-23 19:33:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"yes\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-23 12:33:02','2020-05-23 19:33:02','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2957,1,'2020-05-24 07:20:43','2020-05-24 14:20:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]</p>\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-24 07:20:43','2020-05-24 14:20:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2960,1,'2020-05-28 13:35:45','2020-05-28 20:35:45','','05.31.20','','inherit','open','closed','','05-31-20','','','2020-05-28 13:35:45','2020-05-28 20:35:45','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf',0,'attachment','application/pdf',0),(2961,1,'2020-05-28 13:35:52','2020-05-28 20:35:52','','05.31.20','','inherit','open','closed','','05-31-20-2','','','2020-05-28 13:40:54','2020-05-28 20:40:54','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.png',0,'attachment','image/png',0),(2962,1,'2020-05-28 13:36:57','2020-05-28 20:36:57','','JerusalemWall','','inherit','open','closed','','jerusalemwall','','','2020-05-28 13:36:57','2020-05-28 20:36:57','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf',0,'attachment','application/pdf',0),(2963,1,'2020-05-28 13:37:01','2020-05-28 20:37:01','','JerusalemWall','','inherit','open','closed','','jerusalemwall-2','','','2020-05-28 13:39:55','2020-05-28 20:39:55','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.png',0,'attachment','image/png',0),(2964,1,'2020-05-28 13:39:04','2020-05-28 20:39:04','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-28 13:39:04','2020-05-28 20:39:04','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2965,1,'2020-05-28 13:41:34','2020-05-28 20:41:34','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\">\r\n\r\n[caption id=\"attachment_2963\" align=\"aligncenter\" width=\"169\"]<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a> Jerusalem Wall[/caption]</td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-28 13:41:34','2020-05-28 20:41:34','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2967,1,'2020-05-28 13:42:39','2020-05-28 20:42:39','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-05-28 13:42:39','2020-05-28 20:42:39','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2968,1,'2020-05-30 08:12:45','2020-05-30 15:12:45','','Sermon notes','','inherit','open','closed','','sermon-notes-2','','','2020-05-30 08:12:45','2020-05-30 15:12:45','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf',0,'attachment','application/pdf',0),(2969,1,'2020-05-30 11:42:27','2020-05-30 18:42:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 31 Service</h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-30 11:42:27','2020-05-30 18:42:27','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2970,1,'2020-05-30 11:43:26','2020-05-30 18:43:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 31 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-30 11:43:26','2020-05-30 18:43:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2971,1,'2020-05-30 11:45:22','2020-05-30 18:45:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 31 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, May 24 Service</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-30 11:45:22','2020-05-30 18:45:22','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2972,1,'2020-05-30 11:47:25','2020-05-30 18:47:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-05-30 11:47:25','2020-05-30 18:47:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2973,1,'2020-06-04 12:28:32','2020-06-04 19:28:32','','06.07.20','','inherit','open','closed','','06-07-20','','','2020-06-05 15:25:33','2020-06-05 22:25:33','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.png',0,'attachment','image/png',0),(2974,1,'2020-06-04 12:29:42','2020-06-04 19:29:42','','06.07.20','','inherit','open','closed','','06-07-20-2','','','2020-06-04 12:29:42','2020-06-04 19:29:42','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf',0,'attachment','application/pdf',0),(2976,1,'2020-06-05 15:22:41','2020-06-05 22:22:41','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong>&lt;iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"1138\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</strong></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-05 15:22:41','2020-06-05 22:22:41','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2977,1,'2020-06-05 15:24:09','2020-06-05 22:24:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-05 15:24:09','2020-06-05 22:24:09','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2979,1,'2020-06-05 15:25:58','2020-06-05 22:25:58','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td><td style=\"width: 50%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 31</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td><td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 24</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-05 15:25:58','2020-06-05 22:25:58','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2980,1,'2020-06-05 15:27:25','2020-06-05 22:27:25','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-05 15:27:25','2020-06-05 22:27:25','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2981,1,'2020-06-05 15:28:39','2020-06-05 22:28:39','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-05 15:28:39','2020-06-05 22:28:39','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2983,1,'2020-06-06 08:36:42','2020-06-06 15:36:42','','Sermon notes','','inherit','open','closed','','sermon-notes-3','','','2020-06-06 08:36:42','2020-06-06 15:36:42','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf',0,'attachment','application/pdf',0),(2984,1,'2020-06-06 08:40:09','2020-06-06 15:40:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\"</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-06 08:40:09','2020-06-06 15:40:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2985,1,'2020-06-06 08:40:30','2020-06-06 15:40:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-06 08:40:30','2020-06-06 15:40:30','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2986,1,'2020-06-06 08:44:51','2020-06-06 15:44:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-06 08:44:51','2020-06-06 15:44:51','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2987,1,'2020-06-06 08:45:30','2020-06-06 15:45:30','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-06 08:45:30','2020-06-06 15:45:30','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2988,1,'2020-06-06 08:47:11','2020-06-06 15:47:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-06 08:47:11','2020-06-06 15:47:11','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(2989,1,'2020-06-10 13:51:20','2020-06-10 20:51:20','','My Post','','inherit','open','closed','','my-post-6','','','2020-06-10 13:51:20','2020-06-10 20:51:20','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/My-Post-5.png',0,'attachment','image/png',0),(2990,1,'2020-06-11 10:36:22','2020-06-11 17:36:22','','SelfControl Worksheet','','inherit','open','closed','','selfcontrol-worksheet','','','2020-06-11 10:36:22','2020-06-11 17:36:22','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf',0,'attachment','application/pdf',0),(2991,1,'2020-06-11 10:36:29','2020-06-11 17:36:29','','Cooldown wheel','','inherit','open','closed','','cooldown-wheel','','','2020-06-11 10:36:29','2020-06-11 17:36:29','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.png',0,'attachment','image/png',0),(2992,1,'2020-06-11 10:37:44','2020-06-11 17:37:44','','Cooldown wheel','','inherit','open','closed','','cooldown-wheel-2','','','2020-06-11 10:37:44','2020-06-11 17:37:44','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf',0,'attachment','application/pdf',0),(2993,1,'2020-06-11 10:37:53','2020-06-11 17:37:53','','SelfControl Worksheet','','inherit','open','closed','','selfcontrol-worksheet-2','','','2020-06-11 10:37:53','2020-06-11 17:37:53','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.png',0,'attachment','image/png',0),(2995,1,'2020-06-11 10:40:26','2020-06-11 17:40:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\">Sunday, June 14</h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td><td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 31</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td><td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 24</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-11 10:40:26','2020-06-11 17:40:26','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2996,1,'2020-06-11 10:40:59','2020-06-11 17:40:59','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-11 10:40:59','2020-06-11 17:40:59','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2997,1,'2020-06-11 11:16:51','2020-06-11 18:16:51','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-11 11:16:51','2020-06-11 18:16:51','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(2998,1,'2020-06-11 11:17:11','2020-06-11 18:17:11','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-11 11:17:11','2020-06-11 18:17:11','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3000,1,'2020-06-16 10:55:39','2020-06-16 17:55:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 50 people.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">https://reopen.church/r/VfUWCQLp</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-16 10:55:39','2020-06-16 17:55:39','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3002,1,'2020-06-16 10:57:18','2020-06-16 17:57:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 50 people.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register for a worship service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-16 10:57:18','2020-06-16 17:57:18','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3003,1,'2020-06-16 10:59:51','2020-06-16 17:59:51','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 50 people.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register For A Worship Service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-16 10:59:51','2020-06-16 17:59:51','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3004,1,'2020-06-16 11:01:44','2020-06-16 18:01:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 50 people.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the blue button below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register For A Worship Service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-16 11:01:44','2020-06-16 18:01:44','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3005,1,'2020-06-23 09:08:24','2020-06-23 16:08:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\">[fusion_youtube id=\"rtmp://a.rtmp.youtube.com/live2\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\"][/fusion_youtube]</h4><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p></iframe></p><p> </p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 09:08:24','2020-06-23 16:08:24','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3006,1,'2020-06-23 09:08:56','2020-06-23 16:08:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">[fusion_youtube id=\"rtmp://a.rtmp.youtube.com/live2\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\"][/fusion_youtube]</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 09:08:56','2020-06-23 16:08:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3007,1,'2020-06-23 09:14:47','2020-06-23 16:14:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">[fusion_youtube id=\"rtmp://a.rtmp.youtube.com/live2\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\"][/fusion_youtube]</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 09:14:47','2020-06-23 16:14:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3008,1,'2020-06-23 09:18:25','2020-06-23 16:18:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream (click below on start arrow)</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Zgxi9DMJCNY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 09:18:25','2020-06-23 16:18:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3009,1,'2020-06-23 09:18:56','2020-06-23 16:18:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream (click below on start arrow)</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Zgxi9DMJCNY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 09:18:56','2020-06-23 16:18:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3010,1,'2020-06-23 12:37:01','2020-06-23 19:37:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream - Test 2</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/lLdNap2C2zU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Zgxi9DMJCNY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 12:37:01','2020-06-23 19:37:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3011,1,'2020-06-23 12:37:29','2020-06-23 19:37:29','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream - Test 2</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lLdNap2C2zU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Zgxi9DMJCNY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 12:37:29','2020-06-23 19:37:29','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3012,1,'2020-06-23 14:31:53','2020-06-23 21:31:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 14:31:53','2020-06-23 21:31:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3013,1,'2020-06-23 14:38:03','2020-06-23 21:38:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/CqZE5MzfxDQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 14:38:03','2020-06-23 21:38:03','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3014,1,'2020-06-23 14:38:25','2020-06-23 21:38:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/CqZE5MzfxDQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 14:38:25','2020-06-23 21:38:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3015,1,'2020-06-23 17:57:19','2020-06-24 00:57:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<p style=\"text-align: center;\">&lt;div style=\"padding:56.25% 0 0 0;position:relative;\"&gt;&lt;iframe src=\"https://player.vimeo.com/video/431994303\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\"&gt;&lt;/iframe&gt;&lt;/div&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 17:57:19','2020-06-24 00:57:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3016,1,'2020-06-23 17:59:37','2020-06-24 00:59:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<div style=\"padding: 56.25% 0 0 0; position: relative;\"><iframe style=\"position: absolute; top: 0; left: 0; width: 50%; height: 50%;\" src=\"https://player.vimeo.com/video/431994303\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 17:59:37','2020-06-24 00:59:37','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3017,1,'2020-06-23 18:00:55','2020-06-24 01:00:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\">Live Stream - Test One</h4>\r\n<div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/431994303\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\"></iframe></div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 18:00:55','2020-06-24 01:00:55','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3018,1,'2020-06-23 18:04:00','2020-06-24 01:04:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 18:04:00','2020-06-24 01:04:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3019,1,'2020-06-23 18:05:31','2020-06-24 01:05:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4> </h4><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-23 18:05:31','2020-06-24 01:05:31','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3021,1,'2020-06-24 10:49:24','2020-06-24 17:49:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/uGJmhRtEovM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 10:49:24','2020-06-24 17:49:24','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3023,1,'2020-06-24 10:49:53','2020-06-24 17:49:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/uGJmhRtEovM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 10:49:53','2020-06-24 17:49:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3024,1,'2020-06-24 10:57:37','2020-06-24 17:57:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 10:57:37','2020-06-24 17:57:37','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3025,1,'2020-06-24 10:58:18','2020-06-24 17:58:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 10:58:18','2020-06-24 17:58:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3026,1,'2020-06-24 10:59:21','2020-06-24 17:59:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</iframe>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 10:59:21','2020-06-24 17:59:21','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3027,1,'2020-06-24 11:02:19','2020-06-24 18:02:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-24 11:02:19','2020-06-24 18:02:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3028,1,'2020-06-25 08:53:09','2020-06-25 15:53:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3><p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p><h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td><td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 31</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td><td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 24</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-25 08:53:09','2020-06-25 15:53:09','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3029,1,'2020-06-25 08:54:03','2020-06-25 15:54:03','','06.28.20','','inherit','open','closed','','06-28-20','','','2020-06-25 08:54:03','2020-06-25 15:54:03','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf',0,'attachment','application/pdf',0),(3030,1,'2020-06-25 08:54:21','2020-06-25 15:54:21','','06.28.20','','inherit','open','closed','','06-28-20-2','','','2020-06-25 08:54:21','2020-06-25 15:54:21','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.png',0,'attachment','image/png',0),(3031,1,'2020-06-25 08:55:54','2020-06-25 15:55:54','','06.28.20','','inherit','open','closed','','06-28-20-3','','','2020-06-25 08:55:54','2020-06-25 15:55:54','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1.png',0,'attachment','image/png',0),(3032,1,'2020-06-25 08:59:02','2020-06-25 15:59:02','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-06-25 08:59:02','2020-06-25 15:59:02','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3033,1,'2020-06-26 09:19:57','2020-06-26 16:19:57','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the modified state guidelines.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the blue button below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register For A Worship Service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  You may also go to our Youtube channel directly by clicking on the link below:</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?\" target=\"_blank\" rel=\"noopener noreferrer\">CrossPoint Church YouTube Channel</a></p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-26 09:19:57','2020-06-26 16:19:57','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3034,1,'2020-06-27 09:12:43','2020-06-27 16:12:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jSjlAOm__1k\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 09:12:43','2020-06-27 16:12:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3035,1,'2020-06-27 09:13:13','2020-06-27 16:13:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/jSjlAOm__1k\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 09:13:13','2020-06-27 16:13:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3036,1,'2020-06-27 10:57:12','2020-06-27 17:57:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/plfN16bfXXY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 10:57:12','2020-06-27 17:57:12','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3037,1,'2020-06-27 10:57:59','2020-06-27 17:57:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: center;\">Live Stream Test</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/plfN16bfXXY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 10:57:59','2020-06-27 17:57:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3038,1,'2020-06-27 14:59:31','2020-06-27 21:59:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the modified state guidelines.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the blue button below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register For A Worship Service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  You may also go to our Youtube channel directly by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Button Text[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-27 14:59:31','2020-06-27 21:59:31','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3039,1,'2020-06-27 15:02:10','2020-06-27 22:02:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the modified state guidelines.  To do this we must practice social distancing and wear face masks.  You can sign up by clicking on the blue button below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://reopen.church/r/VfUWCQLp\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Register For A Worship Service[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  You may also go to our Youtube channel directly by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-06-27 15:02:10','2020-06-27 22:02:10','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3040,1,'2020-06-27 15:07:57','2020-06-27 22:07:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left; padding-left: 160px;\">To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, June 28 Worship Service</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:07:57','2020-06-27 22:07:57','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3042,1,'2020-06-27 15:09:08','2020-06-27 22:09:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left; padding-left: 160px;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:09:08','2020-06-27 22:09:08','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3043,1,'2020-06-27 15:11:21','2020-06-27 22:11:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left; padding-left: 120px;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:11:21','2020-06-27 22:11:21','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3044,1,'2020-06-27 15:12:13','2020-06-27 22:12:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:12:13','2020-06-27 22:12:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3045,1,'2020-06-27 15:25:37','2020-06-27 22:25:37','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<p style=\"text-align: center;\">&lt;script src=\"https://apis.google.com/js/platform.js\"&gt;&lt;/script&gt;</p>\r\n<p style=\"text-align: center;\">&lt;div class=\"g-ytsubscribe\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\"&gt;&lt;/div&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:25:37','2020-06-27 22:25:37','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3046,1,'2020-06-27 15:26:15','2020-06-27 22:26:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<p style=\"text-align: center;\"><script src=\"https://apis.google.com/js/platform.js\"></script></p>\r\n\r\n<div class=\"g-ytsubscribe\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\"></div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:26:15','2020-06-27 22:26:15','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3047,1,'2020-06-27 15:33:36','2020-06-27 22:33:36','','kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045','','inherit','open','closed','','kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0-1544278615275231389045','','','2020-06-27 15:33:36','2020-06-27 22:33:36','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/06/kisspng-youtube-live-logo-streaming-media-youtube-banner-5b0c2742dcd1a0.1544278615275231389045.png',0,'attachment','image/png',0),(3048,1,'2020-06-27 15:36:42','2020-06-27 22:36:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" blogger=\"\" deviantart=\"\" discord=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" instagram=\"#\" linkedin=\"\" mixer=\"\" myspace=\"\" paypal=\"\" pinterest=\"\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitch=\"\" twitter=\"#\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" email=\"\" show_custom=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][/fusion_social_links]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:36:42','2020-06-27 22:36:42','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3050,1,'2020-06-27 15:42:23','2020-06-27 22:42:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-27 15:42:23','2020-06-27 22:42:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3051,1,'2020-06-28 09:27:51','2020-06-28 16:27:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/PaEUZoRpmxU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 09:27:51','2020-06-28 16:27:51','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3052,1,'2020-06-28 09:28:12','2020-06-28 16:28:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/PaEUZoRpmxU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 09:28:12','2020-06-28 16:28:12','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3053,1,'2020-06-28 09:41:05','2020-06-28 16:41:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/KSdIWcdi-IU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 09:41:05','2020-06-28 16:41:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3054,1,'2020-06-28 09:41:26','2020-06-28 16:41:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/KSdIWcdi-IU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 09:41:26','2020-06-28 16:41:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3055,1,'2020-06-28 11:58:23','2020-06-28 18:58:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/30JZqLjPhqU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 11:58:23','2020-06-28 18:58:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3056,1,'2020-06-28 11:58:59','2020-06-28 18:58:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/30JZqLjPhqU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 11:58:59','2020-06-28 18:58:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3057,1,'2020-06-28 13:02:13','2020-06-28 20:02:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 13:02:13','2020-06-28 20:02:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3058,1,'2020-06-28 13:24:09','2020-06-28 20:24:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EMEdXelgJLg\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 13:24:09','2020-06-28 20:24:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3059,1,'2020-06-28 13:38:54','2020-06-28 20:38:54','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 13:38:54','2020-06-28 20:38:54','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3060,1,'2020-06-28 17:23:00','2020-06-29 00:23:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  (You may also go to the first video below and try clicking the red arrow.)</strong></h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-06-28 17:23:00','2020-06-29 00:23:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3062,1,'2020-07-01 08:31:53','2020-07-01 15:31:53','','07.05.2020','','inherit','open','closed','','07-05-2020','','','2020-07-01 08:31:53','2020-07-01 15:31:53','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf',0,'attachment','application/pdf',0),(3063,1,'2020-07-01 08:32:11','2020-07-01 15:32:11','','07.05.2020','','inherit','open','closed','','07-05-2020-2','','','2020-07-01 08:34:30','2020-07-01 15:34:30','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.png',0,'attachment','image/png',0),(3064,1,'2020-07-01 08:36:01','2020-07-01 15:36:01','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-01 08:36:01','2020-07-01 15:36:01','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3065,1,'2020-07-01 08:36:34','2020-07-01 15:36:34','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3><h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p><h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td><td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 31</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td><td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 24</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-01 08:36:34','2020-07-01 15:36:34','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3067,1,'2020-07-02 16:46:39','2020-07-02 23:46:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the modified state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.  You may also go to our Youtube channel directly by clicking on the link below:</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-07-02 16:46:39','2020-07-02 23:46:39','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3069,1,'2020-07-04 10:50:32','2020-07-04 17:50:32','','Sermon Note page - July 5','','inherit','open','closed','','sermon-note-page-july-5','','','2020-07-04 10:50:32','2020-07-04 17:50:32','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf',0,'attachment','application/pdf',0),(3070,1,'2020-07-04 10:53:09','2020-07-04 17:53:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  Treating Others Properly When I Am Stressed</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-04 10:53:09','2020-07-04 17:53:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3071,1,'2020-07-04 10:54:24','2020-07-04 17:54:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-04 10:54:24','2020-07-04 17:54:24','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3072,1,'2020-07-05 09:33:00','2020-07-05 16:33:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/PkUBN2XVR5s\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 09:33:00','2020-07-05 16:33:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3073,1,'2020-07-05 09:33:41','2020-07-05 16:33:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/PkUBN2XVR5s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 09:33:41','2020-07-05 16:33:41','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3074,1,'2020-07-05 11:47:36','2020-07-05 18:47:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Mm-WzY44UnM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 11:47:36','2020-07-05 18:47:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3075,1,'2020-07-05 11:47:53','2020-07-05 18:47:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Mm-WzY44UnM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 11:47:53','2020-07-05 18:47:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3076,1,'2020-07-05 16:25:34','2020-07-05 23:25:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 16:25:34','2020-07-05 23:25:34','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3077,1,'2020-07-05 16:25:55','2020-07-05 23:25:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-05 16:25:55','2020-07-05 23:25:55','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3079,1,'2020-07-10 09:18:30','2020-07-10 16:18:30','','07.12.20','','inherit','open','closed','','07-12-20','','','2020-07-10 16:32:44','2020-07-10 23:32:44','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.png',0,'attachment','image/png',0),(3080,1,'2020-07-10 09:19:52','2020-07-10 16:19:52','','07.12.20','','inherit','open','closed','','07-12-20-2','','','2020-07-10 09:19:52','2020-07-10 16:19:52','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf',0,'attachment','application/pdf',0),(3081,1,'2020-07-10 16:33:18','2020-07-10 23:33:18','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, July 12</h3>\r\n<h3 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-10 16:33:18','2020-07-10 23:33:18','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3082,1,'2020-07-10 16:33:53','2020-07-10 23:33:53','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\">Sunday, July 12</h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-10 16:33:53','2020-07-10 23:33:53','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3083,1,'2020-07-10 16:36:12','2020-07-10 23:36:12','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-10 16:36:12','2020-07-10 23:36:12','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3084,1,'2020-07-12 10:12:31','2020-07-12 17:12:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-12 10:12:31','2020-07-12 17:12:31','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3085,1,'2020-07-12 10:13:02','2020-07-12 17:13:02','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-12 10:13:02','2020-07-12 17:13:02','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3086,1,'2020-07-15 12:49:58','2020-07-15 19:49:58','','07.19.2020','','inherit','open','closed','','07-19-2020','','','2020-07-15 12:49:58','2020-07-15 19:49:58','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.png',0,'attachment','image/png',0),(3087,1,'2020-07-15 12:51:27','2020-07-15 19:51:27','','07.19.2020','','inherit','open','closed','','07-19-2020-2','','','2020-07-15 12:51:27','2020-07-15 19:51:27','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf',0,'attachment','application/pdf',0),(3088,1,'2020-07-15 12:52:49','2020-07-15 19:52:49','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-15 12:52:49','2020-07-15 19:52:49','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3089,1,'2020-07-15 12:53:20','2020-07-15 19:53:20','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-15 12:53:20','2020-07-15 19:53:20','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3092,1,'2020-07-19 10:04:18','2020-07-19 17:04:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 19 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/s3KqAIL20qA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-19 10:04:18','2020-07-19 17:04:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3093,1,'2020-07-19 10:04:45','2020-07-19 17:04:45','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 19 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/s3KqAIL20qA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbor When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 24 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/421969553\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Maintaining Emotional Health\" (part 2)</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 17 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_1\" src=\"https://player.vimeo.com/video/419382569\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-Emotional-Health-pt-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Maintaining My Emotional Health When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 10 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_2\" src=\"https://player.vimeo.com/video/417025137\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-anger.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Anger When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-19 10:04:45','2020-07-19 17:04:45','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3095,1,'2020-07-19 14:30:49','2020-07-19 21:30:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-19 14:30:49','2020-07-19 21:30:49','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3096,1,'2020-07-22 15:05:26','2020-07-22 22:05:26','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-22 15:05:26','2020-07-22 22:05:26','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3097,1,'2020-07-22 15:05:53','2020-07-22 22:05:53','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-07-22 15:05:53','2020-07-22 22:05:53','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3098,1,'2020-07-24 12:27:23','2020-07-24 19:27:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;amp\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:27:23','2020-07-24 19:27:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3099,1,'2020-07-24 12:30:10','2020-07-24 19:30:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA_DUU?rel=0&amp\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;amp\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:30:10','2020-07-24 19:30:10','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3100,1,'2020-07-24 12:31:35','2020-07-24 19:31:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA;amp\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;amp\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:31:35','2020-07-24 19:31:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3101,1,'2020-07-24 12:33:32','2020-07-24 19:33:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4><div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div><h4 style=\"text-align: center;\"> </h4><h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4><p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;amp\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:33:32','2020-07-24 19:33:32','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3102,1,'2020-07-24 12:34:46','2020-07-24 19:34:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EMEdXelgJLg\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:34:46','2020-07-24 19:34:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3103,1,'2020-07-24 12:50:16','2020-07-24 19:50:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 12:50:16','2020-07-24 19:50:16','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3104,1,'2020-07-24 14:02:06','2020-07-24 21:02:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 14:02:06','2020-07-24 21:02:06','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3105,1,'2020-07-24 14:02:46','2020-07-24 21:02:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4><div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div><h4 style=\"text-align: center;\"> </h4><h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 14:02:46','2020-07-24 21:02:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3106,1,'2020-07-24 14:03:56','2020-07-24 21:03:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dJaT3gCHCF8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 14:03:56','2020-07-24 21:03:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3107,1,'2020-07-24 14:49:05','2020-07-24 21:49:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4><div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div><h4 style=\"text-align: center;\"> </h4><h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4><p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p><h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 14:49:05','2020-07-24 21:49:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3108,1,'2020-07-24 14:49:26','2020-07-24 21:49:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-24 14:49:26','2020-07-24 21:49:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3109,1,'2020-07-26 09:54:49','2020-07-26 16:54:49','','Sermon Note page','','inherit','open','closed','','sermon-note-page','','','2020-07-26 09:54:49','2020-07-26 16:54:49','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf',0,'attachment','application/pdf',0),(3110,1,'2020-07-26 09:55:19','2020-07-26 16:55:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/c0Re5kYv7s0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-26 09:55:19','2020-07-26 16:55:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3111,1,'2020-07-26 09:55:50','2020-07-26 16:55:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/c0Re5kYv7s0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-26 09:55:50','2020-07-26 16:55:50','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3112,1,'2020-07-26 12:25:49','2020-07-26 19:25:49','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Q48VDYBcj_w\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-26 12:25:49','2020-07-26 19:25:49','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3113,1,'2020-07-26 12:26:20','2020-07-26 19:26:20','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Q48VDYBcj_w\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-26 12:26:20','2020-07-26 19:26:20','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3115,1,'2020-07-27 08:08:17','2020-07-27 15:08:17','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Q48VDYBcj_w?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-27 08:08:17','2020-07-27 15:08:17','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3116,1,'2020-07-27 08:09:00','2020-07-27 15:09:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Q48VDYBcj_w?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-27 08:09:00','2020-07-27 15:09:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3117,1,'2020-07-27 08:12:48','2020-07-27 15:12:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Q48VDYBcj_w?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Waiting Patiently While You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-27 08:12:48','2020-07-27 15:12:48','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3118,1,'2020-07-28 12:16:11','2020-07-28 19:16:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4><div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div><h4 style=\"text-align: center;\"> </h4><h4 style=\"text-align: center;\"><strong>Sunday, July 26 Worship Service</strong></h4><p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p><h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4><h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p><h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4><p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p><p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Good Friday Video</strong></p><p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br /></strong></p><p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p><p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p><p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p><p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p><p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-28 12:16:11','2020-07-28 19:16:11','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3119,1,'2020-07-28 12:16:39','2020-07-28 19:16:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-07-28 12:16:39','2020-07-28 19:16:39','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3120,1,'2020-08-02 08:49:10','2020-08-02 15:49:10','','Sermon Note page-tongue','','inherit','open','closed','','sermon-note-page-tongue','','','2020-08-02 08:49:10','2020-08-02 15:49:10','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf',0,'attachment','application/pdf',0),(3121,1,'2020-08-02 10:01:34','2020-08-02 17:01:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4VRzTCBSCgc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-02 10:01:34','2020-08-02 17:01:34','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3122,1,'2020-08-02 10:02:00','2020-08-02 17:02:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/4VRzTCBSCgc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-02 10:02:00','2020-08-02 17:02:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3123,1,'2020-08-03 06:32:05','2020-08-03 13:32:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yTQsDtUyISE\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-03 06:32:05','2020-08-03 13:32:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3124,1,'2020-08-03 06:32:35','2020-08-03 13:32:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-03 06:32:35','2020-08-03 13:32:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3126,1,'2020-08-04 10:00:44','2020-08-04 17:00:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-04 10:00:44','2020-08-04 17:00:44','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3127,1,'2020-08-05 11:13:30','2020-08-05 18:13:30','','08.09.2020','','inherit','open','closed','','08-09-2020','','','2020-08-05 11:13:30','2020-08-05 18:13:30','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf',0,'attachment','application/pdf',0),(3128,1,'2020-08-05 11:13:38','2020-08-05 18:13:38','','08.09.2020','','inherit','open','closed','','08-09-2020-2','','','2020-08-05 12:29:34','2020-08-05 19:29:34','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.jpg',0,'attachment','image/jpeg',0),(3129,1,'2020-08-05 12:30:10','2020-08-05 19:30:10','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2><p><strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!</p><h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3><p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p><h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p><h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a></p><h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3><h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p><h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td><td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 31</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td><td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 24</h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\">Sunday, May 10</h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\">Sunday, May 3</h3><h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\"><tbody><tr><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td><td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 26<br /></strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on the images below to download and print</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p></td><td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td><td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td></tr><tr><td style=\"width: 33.3333%;\"> </td><td style=\"width: 33.3333%; text-align: center;\"> </td><td style=\"width: 33.3333%;\"> </td></tr></tbody></table><h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3><h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3><p style=\"text-align: center;\">Click on image below to download and print out</p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p><h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on images below to download them and print them out.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td><td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td></tr></tbody></table><table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\"><tbody><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr><tr><td style=\"width: 618px; text-align: center;\"> </td><td style=\"width: 618px; text-align: center;\"> </td></tr></tbody></table><h3> </h3><h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\">Click on the images below to open them and download.</p><table style=\"border-collapse: collapse; width: 100%;\"><tbody><tr><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td><td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td></tr></tbody></table>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-05 12:30:10','2020-08-05 19:30:10','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3130,1,'2020-08-05 12:30:39','2020-08-05 19:30:39','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-05 12:30:39','2020-08-05 19:30:39','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3131,1,'2020-08-07 15:11:47','2020-08-07 22:11:47','','Sermon Note page - mercy','','inherit','open','closed','','sermon-note-page-mercy','','','2020-08-07 15:11:47','2020-08-07 22:11:47','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf',0,'attachment','application/pdf',0),(3132,1,'2020-08-08 09:50:45','2020-08-08 16:50:45','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"45\" padding_bottom=\"25\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV\r\n\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2020-08-08 09:50:45','2020-08-08 16:50:45','',12,'https://www.crosspoint-church.com/12-revision-v1/',0,'revision','',0),(3133,1,'2020-08-08 15:47:09','2020-08-08 22:47:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</p>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2<br>\n</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26<br>\n</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" allowfullscreen=\"allowfullscreen\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></h4>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\n<p></p>[sermons]<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-08 15:47:09','2020-08-08 22:47:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3134,1,'2020-08-08 15:50:32','2020-08-08 22:50:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</p>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below.  It will take you to our YouTube channel.  </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2<br>\n</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Controlling My Tongue When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26<br>\n</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe><br></p><p style=\"text-align: center;\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"<br></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Loving My Neighbors When I Am Stressed\"</a></b></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" allowfullscreen=\"allowfullscreen\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></h4>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5<br>\n</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" allowfullscreen=\"allowfullscreen\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></p>\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\n<p></p>\n<p></p>[sermons]<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-08 15:50:32','2020-08-08 22:50:32','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3135,1,'2020-08-08 15:51:59','2020-08-08 22:51:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Good Friday Video</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_7\" src=\"https://www.youtube.com/embed/yPXZw0CdrDg?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-08 15:51:59','2020-08-08 22:51:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3136,1,'2020-08-08 15:54:01','2020-08-08 22:54:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-08 15:54:01','2020-08-08 22:54:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3138,1,'2020-08-09 09:54:59','2020-08-09 16:54:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-09 09:54:59','2020-08-09 16:54:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3139,1,'2020-08-09 09:55:24','2020-08-09 16:55:24','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-09 09:55:24','2020-08-09 16:55:24','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3140,1,'2020-08-10 17:32:57','2020-08-11 00:32:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-10 17:32:57','2020-08-11 00:32:57','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3141,1,'2020-08-10 17:33:19','2020-08-11 00:33:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-10 17:33:19','2020-08-11 00:33:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3143,1,'2020-08-13 10:46:00','2020-08-13 17:46:00','','08.16.2020','','inherit','open','closed','','08-16-2020','','','2020-08-13 10:46:00','2020-08-13 17:46:00','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf',0,'attachment','application/pdf',0),(3144,1,'2020-08-13 10:46:04','2020-08-13 17:46:04','','08.16.2020','','inherit','open','closed','','08-16-2020-2','','','2020-08-13 10:48:02','2020-08-13 17:48:02','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.jpeg',0,'attachment','image/jpeg',0),(3145,1,'2020-08-13 10:48:28','2020-08-13 17:48:28','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 26</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-13 10:48:28','2020-08-13 17:48:28','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3146,1,'2020-08-13 10:48:51','2020-08-13 17:48:51','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-13 10:48:51','2020-08-13 17:48:51','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3147,1,'2020-08-16 08:38:07','2020-08-16 15:38:07','','Sermon Note page - Hope','','inherit','open','closed','','sermon-note-page-hope','','','2020-08-16 08:38:07','2020-08-16 15:38:07','',0,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf',0,'attachment','application/pdf',0),(3148,1,'2020-08-16 08:40:22','2020-08-16 15:40:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-16 08:40:22','2020-08-16 15:40:22','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3149,1,'2020-08-16 09:58:58','2020-08-16 16:58:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/HsBTD5kmG_4?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-16 09:58:58','2020-08-16 16:58:58','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3150,1,'2020-08-16 09:59:19','2020-08-16 16:59:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/HsBTD5kmG_4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-16 09:59:19','2020-08-16 16:59:19','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3151,1,'2020-08-16 13:13:11','2020-08-16 20:13:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/APbM_H5SXDs?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-16 13:13:11','2020-08-16 20:13:11','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3152,1,'2020-08-16 13:13:43','2020-08-16 20:13:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/APbM_H5SXDs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-16 13:13:43','2020-08-16 20:13:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3153,1,'2020-08-17 13:02:03','2020-08-17 20:02:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-17 13:02:03','2020-08-17 20:02:03','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3154,1,'2020-08-17 13:02:33','2020-08-17 20:02:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-17 13:02:33','2020-08-17 20:02:33','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3156,1,'2020-08-21 13:45:13','2020-08-21 20:45:13','','08.23.2020','','inherit','open','closed','','08-23-2020','','','2020-08-21 13:45:13','2020-08-21 20:45:13','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf',0,'attachment','application/pdf',0),(3157,1,'2020-08-21 13:45:25','2020-08-21 20:45:25','','08.23.2020','','inherit','open','closed','','08-23-2020-2','','','2020-08-21 13:45:25','2020-08-21 20:45:25','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.jpg',0,'attachment','image/jpeg',0),(3158,1,'2020-08-21 13:46:13','2020-08-21 20:46:13','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3157\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020-233x300.jpg\" alt=\"\" width=\"137\" height=\"176\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-21 13:46:13','2020-08-21 20:46:13','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3159,1,'2020-08-21 14:29:19','2020-08-21 21:29:19','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hO208w0xFDI?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3157\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020-233x300.jpg\" alt=\"\" width=\"137\" height=\"176\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-21 14:29:19','2020-08-21 21:29:19','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3160,1,'2020-08-21 14:29:52','2020-08-21 21:29:52','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hO208w0xFDI?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3157\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020-233x300.jpg\" alt=\"\" width=\"137\" height=\"176\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-08-21 14:29:52','2020-08-21 21:29:52','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3161,1,'2020-08-23 09:28:06','2020-08-23 16:28:06','','Sermon Note page - Not Judging','','inherit','open','closed','','sermon-note-page-not-judging','','','2020-08-23 09:28:06','2020-08-23 16:28:06','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf',0,'attachment','application/pdf',0),(3162,1,'2020-08-23 10:00:46','2020-08-23 17:00:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/YCcvYHeqm68\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-23 10:00:46','2020-08-23 17:00:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3163,1,'2020-08-23 10:01:16','2020-08-23 17:01:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/YCcvYHeqm68\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-23 10:01:16','2020-08-23 17:01:16','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3164,1,'2020-08-25 10:49:23','2020-08-25 17:49:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-25 10:49:23','2020-08-25 17:49:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3165,1,'2020-08-25 10:49:46','2020-08-25 17:49:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-25 10:49:46','2020-08-25 17:49:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3167,1,'2020-08-30 07:50:37','2020-08-30 14:50:37','','Sermon Note page - Facing Our Future','','inherit','open','closed','','sermon-note-page-facing-our-future','','','2020-08-30 07:50:37','2020-08-30 14:50:37','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf',0,'attachment','application/pdf',0),(3168,1,'2020-08-30 07:51:52','2020-08-30 14:51:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-30 07:51:52','2020-08-30 14:51:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3169,1,'2020-08-30 09:59:28','2020-08-30 16:59:28','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/RGNhtvVktEg\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-30 09:59:28','2020-08-30 16:59:28','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3170,1,'2020-08-30 09:59:53','2020-08-30 16:59:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/RGNhtvVktEg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-30 09:59:53','2020-08-30 16:59:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3171,1,'2020-08-31 09:28:40','2020-08-31 16:28:40','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-31 09:28:40','2020-08-31 16:28:40','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3172,1,'2020-08-31 09:29:10','2020-08-31 16:29:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-08-31 09:29:10','2020-08-31 16:29:10','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3173,1,'2020-09-03 09:10:39','2020-09-03 16:10:39','','09.06.2020','','inherit','open','closed','','09-06-2020','','','2020-09-03 09:10:39','2020-09-03 16:10:39','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020.pdf',0,'attachment','application/pdf',0),(3174,1,'2020-09-03 09:10:45','2020-09-03 16:10:45','','09.06.2020','','inherit','open','closed','','09-06-2020-2','','','2020-09-03 09:10:45','2020-09-03 16:10:45','',1458,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020.jpg',0,'attachment','image/jpeg',0),(3175,1,'2020-09-03 09:11:46','2020-09-03 16:11:46','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h3>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fX70WGzOhHk?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3174\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020-234x300.jpg\" alt=\"\" width=\"139\" height=\"179\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hO208w0xFDI?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3157\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020-233x300.jpg\" alt=\"\" width=\"137\" height=\"176\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-09-03 09:11:46','2020-09-03 16:11:46','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3176,1,'2020-09-03 09:12:12','2020-09-03 16:12:12','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>Kid\'z Zone Activities During Covid-19 Closure</strong></h2>\r\n<strong>Instructions: </strong> Be sure to watch the video first for each Sunday first with your kids.  In it our children\'s ministry director, Cristy, will give you instructions on how to use what comes after.  Then click on the images below the video to download the sheets you will need.  And most important:  Enjoy, engage and have fun!\r\n<h3 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/fX70WGzOhHk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3174\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/09.06.2020-234x300.jpg\" alt=\"\" width=\"139\" height=\"179\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hO208w0xFDI?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3157\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.23.2020-233x300.jpg\" alt=\"\" width=\"137\" height=\"176\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dcJndN-CovA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3144\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.16.2020-226x300.jpeg\" alt=\"\" width=\"152\" height=\"202\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v6rqC4KURSQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3128\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/08.09.2020-233x300.jpg\" alt=\"\" width=\"142\" height=\"183\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 26</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/7IQJzjqxrT0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5xk-s8QYkO8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3086\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.19.2020-237x300.png\" alt=\"\" width=\"121\" height=\"153\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 12</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_3L0P_wPQZA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3079 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.12.20-236x300.png\" alt=\"\" width=\"151\" height=\"192\" /></a>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, July 5</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-jlBIv0fsX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h3 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3063 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/07.05.2020-236x300.png\" alt=\"\" width=\"144\" height=\"183\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 28</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6iEhNu3_TI8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-3031\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.28.20-1-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 14</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/428209209\" width=\"640\" height=\"480\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2993\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/SelfControl-Worksheet-234x300.png\" alt=\"\" width=\"129\" height=\"166\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2991\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Cooldown-wheel-232x300.png\" alt=\"\" width=\"129\" height=\"167\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://player.vimeo.com/video/426267407\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2973\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/06.07.20-233x300.png\" alt=\"\" width=\"154\" height=\"198\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Rezg4jYFoj0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 31</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/423681023\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2963\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/JerusalemWall-235x300.png\" alt=\"\" width=\"169\" height=\"216\" /></a></td>\r\n<td style=\"width: 50%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2961\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.31.20-236x300.png\" alt=\"\" width=\"176\" height=\"224\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 24</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/420731561\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: right;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2895 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.24.2020-237x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2897 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/story-05.24.2020-236x300.png\" alt=\"\" width=\"160\" height=\"203\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, May 17</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/418591222\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2867 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Joy-Box-05.17.20-1-300x219.png\" alt=\"\" width=\"213\" height=\"156\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2868 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/game-cards-05.17.20-218x300.png\" alt=\"\" width=\"160\" height=\"220\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Card.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2869\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Game-Board-05.17.bmp\" alt=\"\" width=\"101\" height=\"181\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\">Sunday, May 10</h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/-p6Qx4uiNd4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2801 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-game-217x300.png\" alt=\"\" width=\"161\" height=\"223\" /></a>Game</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2799 \" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/05.10.20-grid-218x300.png\" alt=\"\" width=\"161\" height=\"221\" /></a>Grid</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/8j2PUWQa7fs\" width=\"400\" height=\"200\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sunday, May 3</h3>\r\n<h3 style=\"text-align: center;\"><strong><iframe src=\"https://www.youtube.com/embed/he2riPJ0-Ro\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></strong></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 96.7493%; height: 212px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2778\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-300x234.png\" alt=\"\" width=\"222\" height=\"173\" /></a></td>\r\n<td style=\"width: 50%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2775\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/05.03.20-Bible-Story-232x300.png\" alt=\"\" width=\"149\" height=\"193\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 26\r\n</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/v8dzr6Bymxs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on the images below to download and print</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2755\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Peters-Journal-232x300.png\" alt=\"\" width=\"178\" height=\"230\" /></a>Peter\'s Journal</p>\r\n</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2757\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.26.2020-235x300.png\" alt=\"\" width=\"180\" height=\"230\" /></a>Craft sheet</td>\r\n<td style=\"width: 33.3333%; text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yu4hEQf64GY\" width=\"460\" height=\"230\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"></td>\r\n<td style=\"width: 33.3333%; text-align: center;\"></td>\r\n<td style=\"width: 33.3333%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: center;\"><strong>Sunday, April 19</strong></h3>\r\n<h3 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hnnnVdcZOX0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h3>\r\n<p style=\"text-align: center;\">Click on image below to download and print out</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/4-19-20-pdf-kids.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2745\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.17.2020-300x218.png\" alt=\"\" width=\"275\" height=\"200\" /></a></p>\r\n\r\n<h3 style=\"text-align: center;\"><strong>Easter Sunday - April 12, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Nl1QQwzx1ew\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on images below to download them and print them out.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-Craft.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2700\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Egg-craft-1-230x300.png\" alt=\"\" width=\"141\" height=\"184\" /></a>Craft Project</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2699\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/He-is-risen-Color-sheet-247x300.jpg\" alt=\"\" width=\"157\" height=\"191\" /></a>Coloring Page</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2707\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Egg-Colors-237x300.jpg\" alt=\"\" width=\"158\" height=\"200\" /></a>Easter Egg Colors</td>\r\n<td style=\"width: 25%; text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2709\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Easter-Crossword-Puzzle-218x300.jpg\" alt=\"\" width=\"132\" height=\"181\" /></a>Crossword Puzzle</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 92.1962%; height: 11px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n<td style=\"width: 618px; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><strong>Sunday - April 5, 2020</strong></h3>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/X90ZeCMiDoE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">Click on the images below to open them and download.</p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-04.05.20.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2674 size-medium\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Scripture-4.5.2020-300x169.png\" alt=\"\" width=\"300\" height=\"169\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf\" target=\"_blank\" rel=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/04.05.20.pdf noopener noreferrer\"><img class=\"aligncenter wp-image-2660\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/color-page-235x300.png\" alt=\"\" width=\"190\" height=\"243\" /></a></td>\r\n<td style=\"width: 33.3333%;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/donkey.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-2676\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Donkey-1-254x300.png\" alt=\"\" width=\"202\" height=\"239\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2020-09-03 09:12:12','2020-09-03 16:12:12','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3177,1,'2020-09-06 07:46:18','2020-09-06 14:46:18','','Sermon Note Page - Prayer','','inherit','open','closed','','sermon-note-page-prayer','','','2020-09-06 07:46:18','2020-09-06 14:46:18','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf',0,'attachment','application/pdf',0),(3178,1,'2020-09-06 07:47:36','2020-09-06 14:47:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-06 07:47:36','2020-09-06 14:47:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3179,1,'2020-09-06 09:52:28','2020-09-06 16:52:28','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4_EG75RmzO8?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-06 09:52:28','2020-09-06 16:52:28','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3180,1,'2020-09-06 09:52:54','2020-09-06 16:52:54','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/4_EG75RmzO8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-06 09:52:54','2020-09-06 16:52:54','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3181,1,'2020-09-06 13:01:11','2020-09-06 20:01:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-06 13:01:11','2020-09-06 20:01:11','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3182,1,'2020-09-06 13:01:36','2020-09-06 20:01:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-06 13:01:36','2020-09-06 20:01:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3184,2,'2020-09-13 07:36:44','2020-09-13 14:36:44','','September 13, 2020','','inherit','open','closed','','september-13-2020','','','2020-09-13 07:37:01','2020-09-13 14:37:01','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf',0,'attachment','application/pdf',0),(3185,2,'2020-09-13 07:37:13','2020-09-13 14:37:13','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-09-13 07:37:13','2020-09-13 14:37:13','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3187,1,'2020-09-13 07:45:58','2020-09-13 14:45:58','','Sermon note page - part 1','','inherit','open','closed','','sermon-note-page-part-1','','','2020-09-13 07:45:58','2020-09-13 14:45:58','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf',0,'attachment','application/pdf',0),(3188,1,'2020-09-13 07:46:25','2020-09-13 14:46:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-13 07:46:25','2020-09-13 14:46:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3189,1,'2020-09-13 09:58:16','2020-09-13 16:58:16','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hQ-sOglr5mk?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-13 09:58:16','2020-09-13 16:58:16','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3190,1,'2020-09-13 09:58:39','2020-09-13 16:58:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/hQ-sOglr5mk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-13 09:58:39','2020-09-13 16:58:39','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3191,1,'2020-09-13 12:55:54','2020-09-13 19:55:54','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-13 12:55:54','2020-09-13 19:55:54','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3192,1,'2020-09-13 12:56:18','2020-09-13 19:56:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-13 12:56:18','2020-09-13 19:56:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3193,1,'2020-09-14 07:54:18','2020-09-14 14:54:18','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update\r\n</strong></h2>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the modified state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.</p>\r\n<p class=\"xmsonormal\" style=\"margin-top: 12pt; text-align: left;\">If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2020-09-14 07:54:18','2020-09-14 14:54:18','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3194,2,'2020-09-19 22:22:41','2020-09-20 05:22:41','','September 20, 2020','','inherit','open','closed','','september-20-2020','','','2020-09-19 22:22:49','2020-09-20 05:22:49','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf',0,'attachment','application/pdf',0),(3195,2,'2020-09-19 22:23:03','2020-09-20 05:23:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-09-19 22:23:03','2020-09-20 05:23:03','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3196,1,'2020-09-20 07:57:07','2020-09-20 14:57:07','','Sermon note page - part 2','','inherit','open','closed','','sermon-note-page-part-2','','','2020-09-20 07:57:07','2020-09-20 14:57:07','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf',0,'attachment','application/pdf',0),(3197,1,'2020-09-20 07:57:36','2020-09-20 14:57:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-20 07:57:36','2020-09-20 14:57:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3198,1,'2020-09-20 10:04:05','2020-09-20 17:04:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qb5CNZ3NT3A?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-20 10:04:05','2020-09-20 17:04:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3199,1,'2020-09-20 10:04:28','2020-09-20 17:04:28','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/qb5CNZ3NT3A?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-20 10:04:28','2020-09-20 17:04:28','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3200,1,'2020-09-20 12:31:08','2020-09-20 19:31:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-20 12:31:08','2020-09-20 19:31:08','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3201,1,'2020-09-20 12:31:35','2020-09-20 19:31:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-20 12:31:35','2020-09-20 19:31:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3203,1,'2020-09-27 10:05:05','2020-09-27 17:05:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QnC7Q0fL3kc?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-27 10:05:05','2020-09-27 17:05:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3204,1,'2020-09-27 10:05:35','2020-09-27 17:05:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QnC7Q0fL3kc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-27 10:05:35','2020-09-27 17:05:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3205,1,'2020-09-27 12:45:26','2020-09-27 19:45:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-27 12:45:26','2020-09-27 19:45:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3206,1,'2020-09-27 12:45:51','2020-09-27 19:45:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-09-27 12:45:51','2020-09-27 19:45:51','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3208,2,'2020-09-27 13:04:16','2020-09-27 20:04:16','','September 27, 2020','','inherit','open','closed','','september-27-2020','','','2020-09-27 13:04:21','2020-09-27 20:04:21','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf',0,'attachment','application/pdf',0),(3209,2,'2020-09-27 13:04:29','2020-09-27 20:04:29','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-09-27 13:04:29','2020-09-27 20:04:29','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3211,1,'2020-10-04 07:44:38','2020-10-04 14:44:38','','Emotions note page - part 1','','inherit','open','closed','','emotions-note-page-part-1','','','2020-10-04 07:44:38','2020-10-04 14:44:38','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf',0,'attachment','application/pdf',0),(3212,1,'2020-10-04 07:45:26','2020-10-04 14:45:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-04 07:45:26','2020-10-04 14:45:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3213,1,'2020-10-04 10:02:04','2020-10-04 17:02:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Y2Gl0dRC-Jk?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-04 10:02:04','2020-10-04 17:02:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3214,1,'2020-10-04 10:02:31','2020-10-04 17:02:31','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Y2Gl0dRC-Jk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-04 10:02:31','2020-10-04 17:02:31','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3215,1,'2020-10-04 10:25:55','2020-10-04 17:25:55','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-04 10:25:55','2020-10-04 17:25:55','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3216,1,'2020-10-04 10:26:25','2020-10-04 17:26:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-04 10:26:25','2020-10-04 17:26:25','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3217,1,'2020-10-11 08:37:55','2020-10-11 15:37:55','','Sermon note page - part 2','','inherit','open','closed','','sermon-note-page-part-2-2','','','2020-10-11 08:37:55','2020-10-11 15:37:55','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf',0,'attachment','application/pdf',0),(3218,1,'2020-10-11 08:38:33','2020-10-11 15:38:33','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<h4 style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 2)</a></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-11 08:38:33','2020-10-11 15:38:33','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3219,1,'2020-10-11 08:39:27','2020-10-11 15:39:27','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-11 08:39:27','2020-10-11 15:39:27','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3220,1,'2020-10-11 09:59:09','2020-10-11 16:59:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kvnC4QWyHvA?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-11 09:59:09','2020-10-11 16:59:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3222,1,'2020-10-11 10:00:41','2020-10-11 17:00:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/kvnC4QWyHvA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-11 10:00:41','2020-10-11 17:00:41','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3224,2,'2020-10-12 23:00:04','2020-10-13 06:00:04','','October 11, 2020','','inherit','open','closed','','october-11-2020','','','2020-10-12 23:00:20','2020-10-13 06:00:20','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf',0,'attachment','application/pdf',0),(3225,2,'2020-10-12 23:00:26','2020-10-13 06:00:26','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-10-12 23:00:26','2020-10-13 06:00:26','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3227,1,'2020-10-13 08:30:52','2020-10-13 15:30:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-13 08:30:52','2020-10-13 15:30:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3228,1,'2020-10-13 08:31:23','2020-10-13 15:31:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-13 08:31:23','2020-10-13 15:31:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3229,1,'2020-10-18 09:59:05','2020-10-18 16:59:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-18 09:59:05','2020-10-18 16:59:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3230,1,'2020-10-18 09:59:47','2020-10-18 16:59:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-18 09:59:47','2020-10-18 16:59:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3232,1,'2020-10-25 10:14:52','2020-10-25 17:14:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 25</strong></h4>\r\n<p style=\"text-align: center;\">SORRY:  Technical Difficulties, No Live Stream Today</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-25 10:14:52','2020-10-25 17:14:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3233,1,'2020-10-25 10:16:35','2020-10-25 17:16:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 25</strong></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>SORRY:  Technical Difficulties, No Live Stream Today</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-10-25 10:16:35','2020-10-25 17:16:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3235,2,'2020-10-25 11:46:29','2020-10-25 18:46:29','','October 25, 2020','','inherit','open','closed','','octob-25-2020','','','2020-10-25 11:47:00','2020-10-25 18:47:00','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf',0,'attachment','application/pdf',0),(3236,2,'2020-10-25 11:47:09','2020-10-25 18:47:09','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-10-25 11:47:09','2020-10-25 18:47:09','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3237,1,'2020-11-01 07:12:56','2020-11-01 15:12:56','','Sermon note page - part 3','','inherit','open','closed','','sermon-note-page-part-3','','','2020-11-01 07:12:56','2020-11-01 15:12:56','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf',0,'attachment','application/pdf',0),(3238,1,'2020-11-01 07:14:39','2020-11-01 15:14:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-01 07:14:39','2020-11-01 15:14:39','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3239,1,'2020-11-01 10:03:05','2020-11-01 18:03:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-01 10:03:05','2020-11-01 18:03:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3240,1,'2020-11-01 10:03:36','2020-11-01 18:03:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-01 10:03:36','2020-11-01 18:03:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3243,1,'2020-11-08 10:00:10','2020-11-08 18:00:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-08 10:00:10','2020-11-08 18:00:10','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3244,1,'2020-11-08 10:00:44','2020-11-08 18:00:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-08 10:00:44','2020-11-08 18:00:44','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3246,2,'2020-11-09 21:03:11','2020-11-10 05:03:11','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\n\n<header>\n<h1 class=\"page-title\"></h1>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\n\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files.&nbsp; You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\"></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-11-09 21:03:11','2020-11-10 05:03:11','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3247,2,'2020-11-09 21:04:30','2020-11-10 05:04:30','','November 8, 2020','','inherit','open','closed','','november-8-2020','','','2020-11-09 21:04:38','2020-11-10 05:04:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf',0,'attachment','application/pdf',0),(3248,2,'2020-11-09 21:04:46','2020-11-10 05:04:46','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-13-2020.pdf\">September 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-11-09 21:04:46','2020-11-10 05:04:46','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3249,1,'2020-11-15 08:14:11','2020-11-15 16:14:11','','Sermon note page - part 5','','inherit','open','closed','','sermon-note-page-part-5','','','2020-11-15 08:14:11','2020-11-15 16:14:11','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf',0,'attachment','application/pdf',0),(3250,1,'2020-11-15 08:14:43','2020-11-15 16:14:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-15 08:14:43','2020-11-15 16:14:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3251,1,'2020-11-15 09:52:09','2020-11-15 17:52:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-15 09:52:09','2020-11-15 17:52:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3252,1,'2020-11-15 09:52:46','2020-11-15 17:52:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 6</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/n6ZyU2lPTa4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-Note-Page-Prayer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Praying When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 30</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/5S_hLwmxGD4?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Facing-Our-Future.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Facing Our Future When Things Are Uncertain\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 23</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_5fPSfqG8Bg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Not-Judging.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"How to Stop Judging When I Am Stressed\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 16</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/rTUcuatg0fc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-Hope.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page: \"Maintaining Hope in Stressful Times\"</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 9</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Fp9dhUxMh5Q?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-mercy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Being An Agent of Mercy in Stressful Times\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, August 2\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/yTQsDtUyISE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/08/Sermon-Note-page-tongue.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Controlling My Tongue When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 26\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/vqcm9GzWkRQ?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Waiting Patiently When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 12 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UMYdzLB3pJ8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 5 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XGlT-JnvbRA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><b><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/07/Sermon-Note-page-July-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Avoiding Slander &amp; Judgment When I Am Stressed\"</a></b></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 28 Worship Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/EMEdXelgJLg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 7</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/426404764\" width=\"640\" height=\"360\" frameborder=\"0\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/06/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Loving My Neighbors When I Am Stressed\"</a></strong></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 31 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://player.vimeo.com/video/424361509\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 3 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_3\" src=\"https://www.youtube.com/embed/0xl3XzE_DUU?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/05/Sermon-notes-May-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Staying Anchored When I am Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 26 Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe id=\"player_4\" src=\"https://www.youtube.com/embed/L4h3adEafSw?rel=0&amp;enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Making Decisions When You Are Stressed\"</a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 19 Service</strong></h4>\r\n<p style=\"text-align: center;\"><iframe id=\"player_5\" src=\"https://www.youtube.com/embed/Cf1bFVwRAHU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/04/Sermon-notes-Temptation.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Dealing With Temptation When I\'m Stressed\"</a></p>\r\n<p style=\"text-align: center;\"><strong>Easter Sunday, April 12\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_6\" src=\"https://www.youtube.com/embed/byCF3kR2oP0?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, April 5\r\n</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_8\" src=\"https://www.youtube.com/embed/ofEsrE0OhtY?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 29</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_9\" src=\"https://www.youtube.com/embed/lT4uC1DeT5Y?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page: \"Blessed, Broken, Given\" (part 1)</a></p>\r\n<p style=\"text-align: center;\"><strong>Sermon for Sunday, March 22</strong></p>\r\n<p style=\"text-align: center;\"><iframe id=\"player_10\" src=\"https://www.youtube.com/embed/YLJAa5uTfLU?enablejsapi=1&amp;wmode=opaque\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/03/Sermon-Note-Page-Facing-the-Virus-Together.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page - Facing the Virus Together</a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-15 09:52:46','2020-11-15 17:52:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3254,2,'2020-11-19 21:04:24','2020-11-20 05:04:24','','November 15, 2020','','inherit','open','closed','','november-15-2020','','','2020-11-19 21:04:32','2020-11-20 05:04:32','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf',0,'attachment','application/pdf',0),(3255,2,'2020-11-19 21:04:39','2020-11-20 05:04:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-20-2020.pdf\">September 20, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-11-19 21:04:39','2020-11-20 05:04:39','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3257,1,'2020-11-22 08:46:53','2020-11-22 16:46:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-22 08:46:53','2020-11-22 16:46:53','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3258,1,'2020-11-22 10:03:52','2020-11-22 18:03:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-22 10:03:52','2020-11-22 18:03:52','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3259,1,'2020-11-22 10:04:12','2020-11-22 18:04:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Emotions-note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 27</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/agDzyUNvZQk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 20</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/LIlTEFm08iM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Christianity &amp; Politics (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, September 13</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/oF7mFsOkMSA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-22 10:04:12','2020-11-22 18:04:12','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3260,2,'2020-11-22 17:33:30','2020-11-23 01:33:30','','November 22, 2020','','inherit','open','closed','','november-22-2020','','','2020-11-22 17:33:38','2020-11-23 01:33:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf',0,'attachment','application/pdf',0),(3261,2,'2020-11-22 17:33:47','2020-11-23 01:33:47','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/09/September-27-2020.pdf\">September 27, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-11-22 17:33:47','2020-11-23 01:33:47','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3262,1,'2020-11-29 09:05:06','2020-11-29 17:05:06','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-29 09:05:06','2020-11-29 17:05:06','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3263,1,'2020-11-29 10:01:48','2020-11-29 18:01:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-29 10:01:48','2020-11-29 18:01:48','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3264,1,'2020-11-29 10:02:13','2020-11-29 18:02:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-11-29 10:02:13','2020-11-29 18:02:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3267,1,'2020-12-06 09:53:09','2020-12-06 17:53:09','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-06 09:53:09','2020-12-06 17:53:09','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3268,1,'2020-12-06 10:03:36','2020-12-06 18:03:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-06 10:03:36','2020-12-06 18:03:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3269,1,'2020-12-06 10:03:59','2020-12-06 18:03:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 15, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/QC1IM5jLQTE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 5)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 8, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/6PU1oCstv0Y?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 1, 2020\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/duFOOwEkrQA?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/Sermon-note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Sermon Note Page:  \"Handling Our Emotions\" (part 3)</a>\r\n</strong></span></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 18</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/I_NI1UQAmkg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 11</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/tRLmpSx7xoM?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Sermon-note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Sermon Note Page:  \"Handling Our Emotions\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, October 4</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XuJ21B5K9Zs?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-06 10:03:59','2020-12-06 18:03:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3270,1,'2020-12-09 10:29:18','2020-12-09 18:29:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-09 10:29:18','2020-12-09 18:29:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3271,1,'2020-12-10 07:56:50','2020-12-10 15:56:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday,....</strong></h4>\r\n<h4 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/DX5D_qoxTaU?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-10 07:56:50','2020-12-10 15:56:50','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3272,1,'2020-12-10 07:58:05','2020-12-10 15:58:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday,....</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/DX5D_qoxTaU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-10 07:58:05','2020-12-10 15:58:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3273,1,'2020-12-10 08:03:50','2020-12-10 16:03:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-10 08:03:50','2020-12-10 16:03:50','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3274,2,'2020-12-13 07:44:20','2020-12-13 15:44:20','','December 13, 2020','','inherit','open','closed','','december-13-2020','','','2020-12-13 07:44:26','2020-12-13 15:44:26','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf',0,'attachment','application/pdf',0),(3276,2,'2020-12-13 07:44:33','2020-12-13 15:44:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/October-11-2020.pdf\">October 11, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-12-13 07:44:33','2020-12-13 15:44:33','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3277,1,'2020-12-13 10:18:44','2020-12-13 18:18:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-13 10:18:44','2020-12-13 18:18:44','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3278,1,'2020-12-13 10:19:59','2020-12-13 18:19:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-13 10:19:59','2020-12-13 18:19:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3279,1,'2020-12-13 10:20:15','2020-12-13 18:20:15','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-13 10:20:15','2020-12-13 18:20:15','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3281,1,'2020-12-20 10:05:13','2020-12-20 18:05:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-20 10:05:13','2020-12-20 18:05:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3282,1,'2020-12-20 10:06:41','2020-12-20 18:06:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-20 10:06:41','2020-12-20 18:06:41','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3284,2,'2020-12-20 20:56:26','2020-12-21 04:56:26','','December 20, 2020','','inherit','open','closed','','december-20-2020','','','2020-12-20 20:56:35','2020-12-21 04:56:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf',0,'attachment','application/pdf',0),(3285,2,'2020-12-20 20:56:44','2020-12-21 04:56:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/10/Octob-25-2020.pdf\">October 25, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2020-12-20 20:56:44','2020-12-21 04:56:44','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3286,1,'2020-12-24 16:04:23','2020-12-25 00:04:23','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-24 16:04:23','2020-12-25 00:04:23','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3287,1,'2020-12-24 16:05:28','2020-12-25 00:05:28','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 22, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/x5pG9b1U1oE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-24 16:05:28','2020-12-25 00:05:28','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3289,1,'2020-12-27 07:23:26','2020-12-27 15:23:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-27 07:23:26','2020-12-27 15:23:26','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3290,1,'2020-12-27 10:12:42','2020-12-27 18:12:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\">Sunday, December 27th 2020</h4>\r\n&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-27 10:12:42','2020-12-27 18:12:42','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3291,1,'2020-12-27 10:14:05','2020-12-27 18:14:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\">Sunday, December 27th 2020</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-27 10:14:05','2020-12-27 18:14:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3292,1,'2020-12-27 10:16:01','2020-12-27 18:16:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-27 10:16:01','2020-12-27 18:16:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3294,1,'2020-12-27 12:45:13','2020-12-27 20:45:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2020-12-27 12:45:13','2020-12-27 20:45:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3295,1,'2021-01-03 10:10:50','2021-01-03 18:10:50','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-03 10:10:50','2021-01-03 18:10:50','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3296,1,'2021-01-03 10:14:58','2021-01-03 18:14:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dIhkqgnfJN0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-03 10:14:58','2021-01-03 18:14:58','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3297,1,'2021-01-03 10:15:04','2021-01-03 18:15:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-03 10:15:04','2021-01-03 18:15:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3298,1,'2021-01-03 10:16:44','2021-01-03 18:16:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 20, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/9GyDbDijbmE?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 13, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/nnfpoh_obTc?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 6, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/wxVUZmSgwzY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, November 29, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Pk_m96OGqS8?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-03 10:16:44','2021-01-03 18:16:44','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3301,1,'2021-01-06 09:58:05','2021-01-06 17:58:05','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-06 09:58:05','2021-01-06 17:58:05','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3304,1,'2021-01-06 10:24:13','2021-01-06 18:24:13','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-06 10:24:13','2021-01-06 18:24:13','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3306,1,'2021-01-06 11:28:42','2021-01-06 19:28:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[asp-sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-06 11:28:42','2021-01-06 19:28:42','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3309,1,'2021-01-06 11:33:36','2021-01-06 19:33:36','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-06 11:33:36','2021-01-06 19:33:36','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3310,1,'2021-01-10 07:40:39','2021-01-10 15:40:39','','Note page - part 1','','inherit','open','closed','','note-page-part-1','','','2021-01-10 07:40:39','2021-01-10 15:40:39','',0,'https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf',0,'attachment','application/pdf',0),(3311,1,'2021-01-10 07:43:43','2021-01-10 15:43:43','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-10 07:43:43','2021-01-10 15:43:43','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3312,1,'2021-01-10 10:02:18','2021-01-10 18:02:18','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-10 10:02:18','2021-01-10 18:02:18','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3313,1,'2021-01-10 10:03:04','2021-01-10 18:03:04','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-10 10:03:04','2021-01-10 18:03:04','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3315,2,'2021-01-12 20:27:00','2021-01-13 04:27:00','','January 10, 2021','','inherit','open','closed','','january-10-2021','','','2021-01-12 20:27:07','2021-01-13 04:27:07','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf',0,'attachment','application/pdf',0),(3316,2,'2021-01-12 20:27:17','2021-01-13 04:27:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-8-2020.pdf\">November 8, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-01-12 20:27:17','2021-01-13 04:27:17','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3320,1,'2021-01-15 12:50:32','2021-01-15 20:50:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</p>[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]<p style=\"text-align: center;\">[wpforms id=\"2904\"]<br />[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4><div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div><h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p><h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4><p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>[sermons][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon page template','','publish','closed','closed','','sermon-page-template','','','2021-01-15 12:50:32','2021-01-15 20:50:32','',0,'https://www.crosspoint-church.com/fusion_template/sermon-page-template/',0,'fusion_template','',0),(3325,1,'2021-01-16 08:51:17','2021-01-16 16:51:17','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>SPECIAL ANNOUNCEMENT\r\n</strong></h2>\r\n<h3 class=\"xmsonormal\" style=\"margin-top: 12.0pt;\">Due to a spike of Covid-19 in our city and county we will not being having \"in-person\" worship services tomorrow, January 17, or the following Sunday, January 24.</h3>\r\n<h3><strong>Please join us online by clicking on our \"<a href=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" rel=\"noopener\">sermons</a>\" page or going to our <a href=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" rel=\"noopener\">YouTube channel</a>.</strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-01-16 08:51:17','2021-01-16 16:51:17','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3326,1,'2021-01-16 08:52:20','2021-01-16 16:52:20','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>SPECIAL ANNOUNCEMENT\r\n</strong></h2>\r\n<h3 class=\"xmsonormal\" style=\"margin-top: 12.0pt;\"><strong>Due to a spike of Covid-19 in our city and county we will not being having \"in-person\" worship services tomorrow, January 17, or the following Sunday, January 24.</strong></h3>\r\n<h3><strong>Please join us online by clicking on our \"<a href=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" rel=\"noopener\">sermons</a>\" page or going to our <a href=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" rel=\"noopener\">YouTube channel</a>.</strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-01-16 08:52:20','2021-01-16 16:52:20','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3327,1,'2021-01-16 10:13:35','2021-01-16 18:13:35','','Note page - part 2','','inherit','open','closed','','note-page-part-2','','','2021-01-16 10:13:35','2021-01-16 18:13:35','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf',0,'attachment','application/pdf',0),(3328,1,'2021-01-16 10:14:01','2021-01-16 18:14:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-16 10:14:01','2021-01-16 18:14:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3329,1,'2021-01-17 10:03:56','2021-01-17 18:03:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-17 10:03:56','2021-01-17 18:03:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3330,1,'2021-01-17 10:04:48','2021-01-17 18:04:48','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-17 10:04:48','2021-01-17 18:04:48','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3331,1,'2021-01-21 17:09:36','2021-01-22 01:09:36','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\" style=\"text-align: left;\">Kid’s Zone</h1>\r\n<h1 class=\"page-title\" style=\"text-align: left;\"></h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554. We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2021-01-21 17:09:36','2021-01-22 01:09:36','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3332,1,'2021-01-21 17:10:02','2021-01-22 01:10:02','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<header><h1 class=\"page-title\" style=\"text-align: center;\">Kid’s Zone</h1></header><div class=\"post-content\"><p>The children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:</p><address><em>1. Know and accept that God loves and saves them.</em><br /><em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address><p>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.</p><p>Programming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.</p><h3><strong>Nursery/Toddler (infant - age 2)<br /></strong></h3><p>For our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.</p><h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)<br /></strong></h3><p>Each week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.</p><h3><strong>Elementary (1st - 5th grade)<br /></strong></h3><p>One of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.</p><p>If you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554. We are here to serve you.</p><h3><strong> Safety and Security</strong></h3><p>We care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.</p><h3><strong>Sick Child Policy</strong></h3><p>Please help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.</p><p><img class=\"aligncenter wp-image-1535\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" /></p></div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2021-01-21 17:10:02','2021-01-22 01:10:02','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3333,1,'2021-01-21 17:11:42','2021-01-22 01:11:42','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h1 class=\"page-title\" style=\"text-align: center;\">Kid’s Zone</h1>\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554. We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2021-01-21 17:11:42','2021-01-22 01:11:42','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3334,1,'2021-01-21 17:12:56','2021-01-22 01:12:56','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div class=\"post-content\">\r\n\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554. We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2021-01-21 17:12:56','2021-01-22 01:12:56','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3335,1,'2021-01-21 17:13:51','2021-01-22 01:13:51','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div class=\"post-content\">\r\n<h2>Kid\'z Zone</h2>\r\nThe children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\" />kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:\r\n\r\n<address><em>1. Know and accept that God loves and saves them.</em>\r\n<em>2. Engage in a forever friendship with Him.</em></address><address><em>3. Serve others with passion and joy.</em></address><address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.\r\n\r\nProgramming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.\r\n<h3><strong>Nursery/Toddler (infant - age 2)\r\n</strong></h3>\r\nFor our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.\r\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)\r\n</strong></h3>\r\nEach week our preschoolers and kindergarteners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.\r\n<h3><strong>Elementary (1st - 5th grade)\r\n</strong></h3>\r\nOne of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.\r\n\r\nIf you have any questions or comments concerning your child’s weekend experience, please contact Julie Miller at 354-3554. We are here to serve you.\r\n<h3><strong> Safety and Security</strong></h3>\r\nWe care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.\r\n<h3><strong>Sick Child Policy</strong></h3>\r\nPlease help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.\r\n\r\n<img class=\"aligncenter wp-image-1535\" src=\"http://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\" />\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2021-01-21 17:13:51','2021-01-22 01:13:51','',1458,'https://www.crosspoint-church.com/1458-revision-v1/',0,'revision','',0),(3337,1,'2021-01-23 08:43:36','2021-01-23 16:43:36','','Note page - part 3','','inherit','open','closed','','note-page-part-3','','','2021-01-23 08:43:36','2021-01-23 16:43:36','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf',0,'attachment','application/pdf',0),(3338,1,'2021-01-23 08:44:00','2021-01-23 16:44:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-23 08:44:00','2021-01-23 16:44:00','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3339,1,'2021-01-23 13:13:12','2021-01-23 21:13:12','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-23 13:13:12','2021-01-23 21:13:12','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3340,1,'2021-01-23 13:14:46','2021-01-23 21:14:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-23 13:14:46','2021-01-23 21:14:46','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3341,1,'2021-01-27 16:44:03','2021-01-28 00:44:03','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>SPECIAL ANNOUNCEMENT\r\n</strong></h2>\r\n<h3 class=\"xmsonormal\" style=\"margin-top: 12.0pt;\"><strong>Due to a spike of Covid-19 in our city and county we will not being having \"in-person\" worship services for the next three Sundays:  January 17, January 24, and January 31.</strong></h3>\r\n<h3><strong>Please join us online by clicking on our \"<a href=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" rel=\"noopener\">sermons</a>\" page or going to our <a href=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" rel=\"noopener\">YouTube channel</a>.</strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-01-27 16:44:03','2021-01-28 00:44:03','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3342,1,'2021-01-30 12:45:51','2021-01-30 20:45:51','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-30 12:45:51','2021-01-30 20:45:51','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3343,1,'2021-01-30 12:48:01','2021-01-30 20:48:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 3rd 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/dIhkqgnfJN0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, December 27th 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/XQ8WFGlcMAk?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Thursday, December 24th, 2020 (Christmas Eve)</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/G7368lH-JeY?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-01-30 12:48:01','2021-01-30 20:48:01','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3346,1,'2021-02-09 10:18:28','2021-02-09 18:18:28','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n<h3><strong> </strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-02-09 10:18:28','2021-02-09 18:18:28','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3347,1,'2021-02-09 10:19:11','2021-02-09 18:19:11','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\n<strong>Now that our county is in Phase 2 we are able to hold a worship service for up to 75 people under the state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.</strong>\r\n\r\n<strong>If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</strong>\r\n<h3><strong> </strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-02-09 10:19:11','2021-02-09 18:19:11','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3348,1,'2021-02-14 08:12:21','2021-02-14 16:12:21','','Jonah Note page - part 1','','inherit','open','closed','','jonah-note-page-part-1','','','2021-02-14 08:12:21','2021-02-14 16:12:21','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf',0,'attachment','application/pdf',0),(3349,1,'2021-02-14 08:13:35','2021-02-14 16:13:35','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-14 08:13:35','2021-02-14 16:13:35','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3350,1,'2021-02-14 10:07:44','2021-02-14 18:07:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-14 10:07:44','2021-02-14 18:07:44','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3351,1,'2021-02-14 10:08:34','2021-02-14 18:08:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-14 10:08:34','2021-02-14 18:08:34','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3353,1,'2021-02-21 07:23:33','2021-02-21 15:23:33','','Note page - part 2','','inherit','open','closed','','note-page-part-2-2','','','2021-02-21 07:23:33','2021-02-21 15:23:33','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf',0,'attachment','application/pdf',0),(3354,1,'2021-02-21 07:23:56','2021-02-21 15:23:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-21 07:23:56','2021-02-21 15:23:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3355,1,'2021-02-21 10:08:22','2021-02-21 18:08:22','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eW123_I_LiY\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-21 10:08:22','2021-02-21 18:08:22','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3356,1,'2021-02-21 10:09:14','2021-02-21 18:09:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 31, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Lv1QIzlRPW0?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 24, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/xrc8urH-QRw?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 17, 2020</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/TiWQiV74BsU?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page: \"Four Choices for Growth in 2021\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, January 10, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/0sUvoSWwOYg?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Four Choices for Growth in 2021\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-21 10:09:14','2021-02-21 18:09:14','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3357,1,'2021-02-21 14:31:39','2021-02-21 22:31:39','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\n<strong>Now that our county is in Phase 2 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.</strong>\r\n\r\n<strong>If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</strong>\r\n<h3><strong> </strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-02-21 14:31:39','2021-02-21 22:31:39','',40,'https://www.crosspoint-church.com/40-revision-v1/',0,'revision','',0),(3358,1,'2021-02-28 07:23:15','2021-02-28 15:23:15','','Note page - part 3','','inherit','open','closed','','note-page-part-3-2','','','2021-02-28 07:23:15','2021-02-28 15:23:15','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf',0,'attachment','application/pdf',0),(3359,1,'2021-02-28 07:24:59','2021-02-28 15:24:59','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-28 07:24:59','2021-02-28 15:24:59','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3360,1,'2021-02-28 09:48:42','2021-02-28 17:48:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-28 09:48:42','2021-02-28 17:48:42','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3361,1,'2021-02-28 09:49:34','2021-02-28 17:49:34','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\">Sunday, February 14, 2021</h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/_nyvGaw1S5A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Jonah-Note-page-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 1)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-02-28 09:49:34','2021-02-28 17:49:34','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3363,2,'2021-03-03 05:43:39','2021-03-03 13:43:39','','February 28, 2021','','inherit','open','closed','','february-28-2021','','','2021-03-03 05:44:18','2021-03-03 13:44:18','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf',0,'attachment','application/pdf',0),(3364,2,'2021-03-03 05:44:24','2021-03-03 13:44:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-15-2020.pdf\">November 15, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-03-03 05:44:24','2021-03-03 13:44:24','',1441,'https://www.crosspoint-church.com/1441-revision-v1/',0,'revision','',0),(3366,1,'2021-03-07 08:03:52','2021-03-07 16:03:52','','Note page - part 4','','inherit','open','closed','','note-page-part-4','','','2021-03-07 08:03:52','2021-03-07 16:03:52','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf',0,'attachment','application/pdf',0),(3367,1,'2021-03-07 08:04:47','2021-03-07 16:04:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\">Sunday, March 7, 2021</h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-07 08:04:47','2021-03-07 16:04:47','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3369,1,'2021-03-07 08:05:38','2021-03-07 16:05:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-07 08:05:38','2021-03-07 16:05:38','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3370,1,'2021-03-07 09:59:56','2021-03-07 17:59:56','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OAR7ouijlP0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-07 09:59:56','2021-03-07 17:59:56','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3371,1,'2021-03-07 10:00:14','2021-03-07 18:00:14','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-07 10:00:14','2021-03-07 18:00:14','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3372,1,'2021-03-14 07:52:13','2021-03-14 14:52:13','','Sermon notes - part 1','','inherit','open','closed','','sermon-notes-part-1-2','','','2021-03-14 07:52:13','2021-03-14 14:52:13','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/Sermon-notes-part-1.pdf',0,'attachment','application/pdf',0),(3373,1,'2021-03-14 07:52:39','2021-03-14 14:52:39','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 14, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Sermon-notes-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"My Story\" (part 1)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 21, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/eW123_I_LiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 2)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-14 07:52:39','2021-03-14 14:52:39','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3374,1,'2021-03-14 13:16:41','2021-03-14 20:16:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-14 13:16:41','2021-03-14 20:16:41','',2638,'https://www.crosspoint-church.com/2638-revision-v1/',0,'revision','',0),(3376,2,'2021-03-14 15:09:40','2021-03-14 22:09:40','','March 14, 2021','','inherit','open','closed','','march-14-2021','','','2021-03-14 15:09:47','2021-03-14 22:09:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf',0,'attachment','application/pdf',0),(3377,2,'2021-03-14 15:09:54','2021-03-14 22:09:54','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/11/November-22-2020.pdf\">November 22, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-03-14 15:09:54','2021-03-14 22:09:54','',1441,'https://www.crosspoint-church.com/?p=3377',0,'revision','',0),(3379,2,'2021-03-21 21:16:48','2021-03-22 04:16:48','','March 21, 2021','','inherit','open','closed','','march-21-2021','','','2021-03-21 21:16:57','2021-03-22 04:16:57','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf',0,'attachment','application/pdf',0),(3380,2,'2021-03-21 21:17:04','2021-03-22 04:17:04','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-13-2020.pdf\">December 13, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-03-21 21:17:04','2021-03-22 04:17:04','',1441,'https://www.crosspoint-church.com/?p=3380',0,'revision','',0),(3384,1,'2021-03-27 07:53:47','2021-03-27 14:53:47','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Jean Calman Memorial Service</strong></h4>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-27 07:53:47','2021-03-27 14:53:47','',2638,'https://www.crosspoint-church.com/?p=3384',0,'revision','',0),(3385,1,'2021-03-27 12:26:53','2021-03-27 19:26:53','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Jean Calman Memorial Service</strong></h4>\r\n<h4 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/rkt1F6n7BOA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-27 12:26:53','2021-03-27 19:26:53','',2638,'https://www.crosspoint-church.com/?p=3385',0,'revision','',0),(3386,1,'2021-03-27 12:27:10','2021-03-27 19:27:10','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Jean Calman Memorial Service</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/rkt1F6n7BOA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-27 12:27:10','2021-03-27 19:27:10','',2638,'https://www.crosspoint-church.com/?p=3386',0,'revision','',0),(3387,1,'2021-03-28 09:58:41','2021-03-28 16:58:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-28 09:58:41','2021-03-28 16:58:41','',2638,'https://www.crosspoint-church.com/?p=3387',0,'revision','',0),(3388,1,'2021-03-28 09:58:57','2021-03-28 16:58:57','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, February 28, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/UkbZ5SVY84I\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/02/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 3)</strong></a></p>\r\n\r\n<h4 style=\"text-align: center;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-03-28 09:58:57','2021-03-28 16:58:57','',2638,'https://www.crosspoint-church.com/?p=3388',0,'revision','',0),(3389,2,'2021-03-28 15:02:28','2021-03-28 22:02:28','','March 28, 2021','','inherit','open','closed','','march-28-2021','','','2021-03-28 15:02:35','2021-03-28 22:02:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf',0,'attachment','application/pdf',0),(3390,2,'2021-03-28 15:02:43','2021-03-28 22:02:43','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2020/12/December-20-2020.pdf\">December 20, 2020</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-03-28 15:02:43','2021-03-28 22:02:43','',1441,'https://www.crosspoint-church.com/?p=3390',0,'revision','',0),(3392,1,'2021-04-04 07:56:21','2021-04-04 14:56:21','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-04-04 07:56:21','2021-04-04 14:56:21','',2638,'https://www.crosspoint-church.com/?p=3392',0,'revision','',0),(3393,1,'2021-04-04 10:04:46','2021-04-04 17:04:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-04-04 10:04:46','2021-04-04 17:04:46','',2638,'https://www.crosspoint-church.com/?p=3393',0,'revision','',0),(3394,1,'2021-04-04 10:05:03','2021-04-04 17:05:03','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermon','','inherit','closed','closed','','2638-revision-v1','','','2021-04-04 10:05:03','2021-04-04 17:05:03','',2638,'https://www.crosspoint-church.com/?p=3394',0,'revision','',0),(3396,2,'2021-04-05 05:56:06','2021-04-05 12:56:06','','April 4, 2021','','inherit','open','closed','','april-4-2021','','','2021-04-05 05:56:13','2021-04-05 12:56:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf',0,'attachment','application/pdf',0),(3397,2,'2021-04-05 05:56:19','2021-04-05 12:56:19','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/01/January-10-2021.pdf\">January 10, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-05 05:56:19','2021-04-05 12:56:19','',1441,'https://www.crosspoint-church.com/?p=3397',0,'revision','',0),(3398,1,'2021-04-10 13:26:33','2021-04-10 20:26:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\n<strong>Now that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.</strong>\r\n\r\n<strong>If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</strong>\r\n<h3><strong> </strong></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-10 13:26:33','2021-04-10 20:26:33','',40,'https://www.crosspoint-church.com/?p=3398',0,'revision','',0),(3399,1,'2021-04-10 13:34:44','2021-04-10 20:34:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\n<p>Now that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines.  To do this we must practice social distancing and wear face masks.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.</p>\n<p>If you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.</p>\n<h3><strong> </strong></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-10 13:34:44','2021-04-10 20:34:44','',40,'https://www.crosspoint-church.com/?p=3399',0,'revision','',0),(3401,1,'2021-04-10 14:36:26','2021-04-10 21:36:26','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 7, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/OAR7ouijlP0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Sermon Note Page:  \"Living Out My Life Mission\" (part 4)</strong></a></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-10 14:36:26','2021-04-10 21:36:26','',2638,'https://www.crosspoint-church.com/?p=3401',0,'revision','',0),(3403,2,'2021-04-11 00:08:47','2021-04-11 07:08:47','','April 11, 2021','','inherit','open','closed','','april-11-2021','','','2021-04-11 00:08:54','2021-04-11 07:08:54','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf',0,'attachment','application/pdf',0),(3404,2,'2021-04-11 00:09:00','2021-04-11 07:09:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\"></h1>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-11 00:09:00','2021-04-11 07:09:00','',1441,'https://www.crosspoint-church.com/?p=3404',0,'revision','',0),(3405,1,'2021-04-11 08:30:00','2021-04-11 15:30:00','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-11 08:30:00','2021-04-11 15:30:00','',2638,'https://www.crosspoint-church.com/?p=3405',0,'revision','',0),(3406,1,'2021-04-11 09:55:41','2021-04-11 16:55:41','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-11 09:55:41','2021-04-11 16:55:41','',2638,'https://www.crosspoint-church.com/?p=3406',0,'revision','',0),(3407,1,'2021-04-11 09:55:58','2021-04-11 16:55:58','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPlease fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.\r\n\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-11 09:55:58','2021-04-11 16:55:58','',2638,'https://www.crosspoint-church.com/?p=3407',0,'revision','',0),(3409,1,'2021-04-14 13:26:01','2021-04-14 20:26:01','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong>To watch today\'s service click on the button below. It will take you to our YouTube channel. </strong>(You may also go to the first video below and try clicking the red arrow.)</h4>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:26:01','2021-04-14 20:26:01','',2638,'https://www.crosspoint-church.com/?p=3409',0,'revision','',0),(3410,1,'2021-04-14 13:30:08','2021-04-14 20:30:08','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</p>\r\n\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:30:08','2021-04-14 20:30:08','',2638,'https://www.crosspoint-church.com/?p=3410',0,'revision','',0),(3411,1,'2021-04-14 13:31:11','2021-04-14 20:31:11','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:31:11','2021-04-14 20:31:11','',2638,'https://www.crosspoint-church.com/?p=3411',0,'revision','',0),(3412,1,'2021-04-14 13:33:19','2021-04-14 20:33:19','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:33:19','2021-04-14 20:33:19','',2638,'https://www.crosspoint-church.com/?p=3412',0,'revision','',0),(3413,1,'2021-04-14 13:35:38','2021-04-14 20:35:38','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:35:38','2021-04-14 20:35:38','',2638,'https://www.crosspoint-church.com/?p=3413',0,'revision','',0),(3414,1,'2021-04-14 13:38:44','2021-04-14 20:38:44','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"flat\" bevel_color=\"\" border_width=\"\" border_radius=\"3\" border_color=\"\" border_hover_color=\"\" size=\"small\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:38:44','2021-04-14 20:38:44','',2638,'https://www.crosspoint-church.com/?p=3414',0,'revision','',0),(3415,1,'2021-04-14 13:41:32','2021-04-14 20:41:32','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"4\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</p>\r\n\r\n<div class=\"g-ytsubscribe\" style=\"text-align: center;\" data-channelid=\"UCpBV7Wt_XxIWacKC5ywrqBQ\" data-layout=\"full\" data-count=\"hidden\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ?rel=0\" text_transform=\"none\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"3d\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</div>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:41:32','2021-04-14 20:41:32','',2638,'https://www.crosspoint-church.com/?p=3415',0,'revision','',0),(3416,1,'2021-04-14 13:42:25','2021-04-14 20:42:25','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"4\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 13:42:25','2021-04-14 20:42:25','',2638,'https://www.crosspoint-church.com/?p=3416',0,'revision','',0),(3417,1,'2021-04-14 14:17:57','2021-04-14 21:17:57','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"0px\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"1\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"10px\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<div class=\"post-content\">\r\n<h3>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3>Here are the answers to some questions we get:</h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2021-04-14 14:17:57','2021-04-14 21:17:57','',1354,'https://www.crosspoint-church.com/?p=3417',0,'revision','',0),(3418,1,'2021-04-14 14:19:04','2021-04-14 21:19:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2021-04-14 14:19:04','2021-04-14 21:19:04','',611,'https://www.crosspoint-church.com/?p=3418',0,'revision','',0),(3419,1,'2021-04-14 14:19:45','2021-04-14 21:19:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2021-04-14 14:19:45','2021-04-14 21:19:45','',611,'https://www.crosspoint-church.com/?p=3419',0,'revision','',0),(3420,1,'2021-04-14 14:21:11','2021-04-14 21:21:11','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2021-04-14 14:21:11','2021-04-14 21:21:11','',609,'https://www.crosspoint-church.com/?p=3420',0,'revision','',0),(3421,1,'2021-04-14 14:22:32','2021-04-14 21:22:32','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h1 class=\"page-title\">What is a Nazarene?</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2021-04-14 14:22:32','2021-04-14 21:22:32','',609,'https://www.crosspoint-church.com/?p=3421',0,'revision','',0),(3422,1,'2021-04-14 14:24:26','2021-04-14 21:24:26','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-14 14:24:26','2021-04-14 21:24:26','',1441,'https://www.crosspoint-church.com/?p=3422',0,'revision','',0),(3423,1,'2021-04-14 14:25:33','2021-04-14 21:25:33','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"15\" padding_right=\"15%\" padding_bottom=\"25\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 14:25:33','2021-04-14 21:25:33','',12,'https://www.crosspoint-church.com/?p=3423',0,'revision','',0),(3424,1,'2021-04-14 14:26:28','2021-04-14 21:26:28','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 14:26:28','2021-04-14 21:26:28','',12,'https://www.crosspoint-church.com/?p=3424',0,'revision','',0),(3425,1,'2021-04-14 14:27:04','2021-04-14 21:27:04','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"10px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 14:27:04','2021-04-14 21:27:04','',12,'https://www.crosspoint-church.com/?p=3425',0,'revision','',0),(3426,1,'2021-04-14 14:27:40','2021-04-14 21:27:40','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"15px\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]\r\n<em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 14:27:40','2021-04-14 21:27:40','',12,'https://www.crosspoint-church.com/?p=3426',0,'revision','',0),(3427,1,'2021-04-14 14:28:22','2021-04-14 21:28:22','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 14:28:22','2021-04-14 21:28:22','',12,'https://www.crosspoint-church.com/?p=3427',0,'revision','',0),(3428,1,'2021-04-14 14:29:51','2021-04-14 21:29:51','[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Nazarene Links</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nOur denomination has a host of resources available!\r\n\r\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\" rel=\"noopener\">Denominational Website</a></strong>\r\n\r\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Compassion Ministries</a></strong>\r\n\r\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Missions International Site</a></strong>\r\n\r\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\" rel=\"noopener\">Washington Pacific District Site</a></strong>\r\n\r\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\" rel=\"noopener\">Northwest Nazarene College</a></strong>\r\n\r\n</div>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2021-04-14 14:29:51','2021-04-14 21:29:51','',1448,'https://www.crosspoint-church.com/?p=3428',0,'revision','',0),(3429,1,'2021-04-14 16:50:42','2021-04-14 23:50:42','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n\r\n<h5 style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</h5>\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"green\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Easter Sunday, April 4, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5Nhswv2DToM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, March 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/k4XDed4EpQU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 16:50:42','2021-04-14 23:50:42','',2638,'https://www.crosspoint-church.com/?p=3429',0,'revision','',0),(3430,1,'2021-04-14 16:55:46','2021-04-14 23:55:46','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5>Please fill out our brief online Connect Card by clicking on the button below.  You will be able to share prayer requests with us and allow us to know you were here so we can be praying for you.</h5>\r\n[/fusion_text][fusion_modal name=\"ConnectCard\" title=\"Connect Card\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">[wpforms id=\"2904\"]\r\n[/fusion_modal][fusion_button link=\"\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"ConnectCard\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Connect Card[/fusion_button][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"10px\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"23\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 16:55:46','2021-04-14 23:55:46','',2638,'https://www.crosspoint-church.com/?p=3430',0,'revision','',0),(3431,1,'2021-04-14 16:57:16','2021-04-14 23:57:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s service click on the button below. It will take you to our YouTube channel. (You may also go to the first video below and try clicking the red arrow.)</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"15\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 16:57:16','2021-04-14 23:57:16','',2638,'https://www.crosspoint-church.com/?p=3431',0,'revision','',0),(3432,1,'2021-04-14 16:59:58','2021-04-14 23:59:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch \'s Live Stream just click on the button below.  You may also click on this button to watch previous worship service.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"15\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 16:59:58','2021-04-14 23:59:58','',2638,'https://www.crosspoint-church.com/?p=3432',0,'revision','',0),(3433,1,'2021-04-14 17:00:59','2021-04-15 00:00:59','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"15\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:00:59','2021-04-15 00:00:59','',2638,'https://www.crosspoint-church.com/?p=3433',0,'revision','',0),(3434,1,'2021-04-14 17:02:04','2021-04-15 00:02:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:02:04','2021-04-15 00:02:04','',2638,'https://www.crosspoint-church.com/?p=3434',0,'revision','',0),(3435,1,'2021-04-14 17:04:54','2021-04-15 00:04:54','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:04:54','2021-04-15 00:04:54','',2638,'https://www.crosspoint-church.com/?p=3435',0,'revision','',0),(3436,1,'2021-04-14 17:06:01','2021-04-15 00:06:01','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:06:01','2021-04-15 00:06:01','',2638,'https://www.crosspoint-church.com/?p=3436',0,'revision','',0),(3437,1,'2021-04-14 17:07:02','2021-04-15 00:07:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:07:02','2021-04-15 00:07:02','',2638,'https://www.crosspoint-church.com/?p=3437',0,'revision','',0),(3438,1,'2021-04-14 17:10:43','2021-04-15 00:10:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"text-align: center;\">Sermons &amp; Services</h3>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:10:43','2021-04-15 00:10:43','',2638,'https://www.crosspoint-church.com/?p=3438',0,'revision','',0),(3439,1,'2021-04-14 17:41:49','2021-04-15 00:41:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:41:49','2021-04-15 00:41:49','',2638,'https://www.crosspoint-church.com/?p=3439',0,'revision','',0),(3440,1,'2021-04-14 17:56:14','2021-04-15 00:56:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"0px\" padding_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 17:56:14','2021-04-15 00:56:14','',2638,'https://www.crosspoint-church.com/?p=3440',0,'revision','',0),(3441,1,'2021-04-14 18:05:18','2021-04-15 01:05:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 18:05:18','2021-04-15 01:05:18','',2638,'https://www.crosspoint-church.com/?p=3441',0,'revision','',0),(3442,1,'2021-04-14 18:08:42','2021-04-15 01:08:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"none\" title=\"\" fusion-dynamic-selection-textfield=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CrossPoint YouTube Channel[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-14 18:08:42','2021-04-15 01:08:42','',2638,'https://www.crosspoint-church.com/?p=3442',0,'revision','',0),(3443,1,'2021-04-14 18:23:51','2021-04-15 01:23:51','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"no\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 18:23:51','2021-04-15 01:23:51','',12,'https://www.crosspoint-church.com/?p=3443',0,'revision','',0),(3444,1,'2021-04-14 18:24:25','2021-04-15 01:24:25','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 18:24:25','2021-04-15 01:24:25','',12,'https://www.crosspoint-church.com/?p=3444',0,'revision','',0),(3445,1,'2021-04-14 18:25:19','2021-04-15 01:25:19','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-14 18:25:19','2021-04-15 01:25:19','',12,'https://www.crosspoint-church.com/?p=3445',0,'revision','',0),(3446,1,'2021-04-14 18:27:09','2021-04-15 01:27:09','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h2 class=\"page-title\">What is a Nazarene?</h2>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2021-04-14 18:27:09','2021-04-15 01:27:09','',609,'https://www.crosspoint-church.com/?p=3446',0,'revision','',0),(3447,1,'2021-04-14 18:28:16','2021-04-15 01:28:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"10px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h2 class=\"page-title\">What is a Nazarene?</h2>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2021-04-14 18:28:16','2021-04-15 01:28:16','',609,'https://www.crosspoint-church.com/?p=3447',0,'revision','',0),(3448,1,'2021-04-14 18:28:54','2021-04-15 01:28:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"20px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div id=\"content\">\r\n<div id=\"content-inner\"><article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\"><header>\r\n<h2 class=\"page-title\">What is a Nazarene?</h2>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n<strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.\r\n\r\nSometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”\r\n</em>\r\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.\r\n\r\nWhile we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….\r\n\r\n<strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.\r\n\r\n<strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.\r\n\r\n<strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.\r\n\r\n<strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.\r\n\r\n<strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously (we just choose to be a little less “formal” in our worship services).\r\n\r\n<strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.\r\n\r\n<strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.\r\n\r\nWe are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.\r\n\r\nWe are life-centered in our teaching and sensitive to the needs and concerns of others.\r\n\r\nWe give people opportunities to put their faith in to action through various avenues of service.\r\n\r\nWe are honored to take our place among the many who are called Christians.\r\n\r\nWe laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.\r\n\r\nWe aim to be a family for all who love Jesus, the Nazarene.\r\n\r\n</div>\r\n</article></div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2021-04-14 18:28:54','2021-04-15 01:28:54','',609,'https://www.crosspoint-church.com/?p=3448',0,'revision','',0),(3449,1,'2021-04-15 07:05:35','2021-04-15 14:05:35','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"15px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-15 07:05:35','2021-04-15 14:05:35','',12,'https://www.crosspoint-church.com/?p=3449',0,'revision','',0),(3450,1,'2021-04-15 07:06:54','2021-04-15 14:06:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"0px\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"1\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"10px\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div class=\"post-content\">\r\n<h3><strong>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</strong></h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3><strong>Here are the answers to some questions we get:</strong></h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2021-04-15 07:06:54','2021-04-15 14:06:54','',1354,'https://www.crosspoint-church.com/?p=3450',0,'revision','',0),(3451,1,'2021-04-15 07:07:55','2021-04-15 14:07:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"0px\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"1\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<div class=\"post-content\">\r\n<h3><strong>What should you expect if you decide to stop by CrossPoint Church this Sunday morning?</strong></h3>\r\n<ul>\r\n 	<li>You should expect to be warmly greeted by people who are truly glad you’re here</li>\r\n 	<li>You should expect to fit in regardless of your hair, tats, size, clothes, gender, piercings, or your past (or present, for that matter!)</li>\r\n 	<li>You should expect a service that lasts about an hour and is easy to understand</li>\r\n 	<li>You should expect to hear a message that makes you think, that answers some questions, and gives you hope</li>\r\n 	<li>You should expect to want to come back …</li>\r\n</ul>\r\n<h3><strong>Here are the answers to some questions we get:</strong></h3>\r\n<h4><strong>Do you have a dress code?</strong></h4>\r\nYes. We expect everyone who attends CrossPoint Church to be dressed. Jeans, sweats, scrubs, slacks, skirts, kilts, tees, shirts, blouses, ponchos, sweaters, shoes, boots, flip flops, sandals, heels, jellies, or flats. Wear what’s comfortable. Don’t worry. You’ll fit in.\r\n<h4><strong>Are children allowed to stay in church?</strong></h4>\r\nSure. But we do have a well staffed nursery that’s New-Mom Approved and we have a wonderful Children’s Church in our Kid’s Zone for children 3 years of age through the 5th grade.  You can check all your children in to their appropriate ministry just before our morning service begins at 10:30.  We want your children to be comfortable, to have a good time, and to have a God-Experience.  But we want you to be comfortable too, so if you’d like to have your child with you in worship, we’re great with that too.\r\n<h4><strong>Will I fit in?</strong></h4>\r\nWe’ll do our best. We come from varied backgrounds, from writers to janitors, school teachers to mechanics, students to doctors.\r\n\r\nWe come single, married, widowed, divorced, remarried, and roommates.\r\n\r\nWe’re old and young. We’re thin and fit, and not-so-thin and not-so-fit.\r\n\r\nWe have lots of money and almost no money. We have doctorates, degrees, diplomas, certificates, GEDs, and never quite got along with schools.\r\n\r\nWe’re nice, we’re kind, but we have our off days too.\r\n\r\nWe’ve all been broken and hurt and have experienced loss – some of us are doing okay, some of us are doing great, and some of us struggle with getting out of bed each and every day.\r\n\r\nWe’re people.\r\n\r\nWe’re the church.\r\n\r\nWe need each other.\r\n\r\nAnd there’s always room for one more…....\r\n\r\nThere’s <em>always</em> room for you!\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What To Expect','','inherit','closed','closed','','1354-revision-v1','','','2021-04-15 07:07:55','2021-04-15 14:07:55','',1354,'https://www.crosspoint-church.com/?p=3451',0,'revision','',0),(3452,1,'2021-04-15 07:50:41','2021-04-15 14:50:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n[fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Church got comfy this year! Join us online.[/fusion_button]\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-15 07:50:41','2021-04-15 14:50:41','',1441,'https://www.crosspoint-church.com/?p=3452',0,'revision','',0),(3453,1,'2021-04-15 07:51:35','2021-04-15 14:51:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-15 07:51:35','2021-04-15 14:51:35','',1441,'https://www.crosspoint-church.com/?p=3453',0,'revision','',0),(3454,1,'2021-04-15 07:52:32','2021-04-15 14:52:32','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0\" padding_right=\"0px\" padding_bottom=\"0\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n<h3></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-15 07:52:32','2021-04-15 14:52:32','',40,'https://www.crosspoint-church.com/?p=3454',0,'revision','',0),(3455,1,'2021-04-15 07:55:54','2021-04-15 14:55:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\n[fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Church got comfy this year! Join us online.[/fusion_button]\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-15 07:55:54','2021-04-15 14:55:54','',1441,'https://www.crosspoint-church.com/?p=3455',0,'revision','',0),(3456,1,'2021-04-15 07:56:25','2021-04-15 14:56:25','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/February-28-2021.pdf\">February 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-15 07:56:25','2021-04-15 14:56:25','',1441,'https://www.crosspoint-church.com/?p=3456',0,'revision','',0),(3457,1,'2021-04-15 18:05:58','2021-04-16 01:05:58','','ERQ8HplUEAAfOLM','','inherit','open','closed','','erq8hplueaafolm','','','2021-04-15 18:05:58','2021-04-16 01:05:58','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/ERQ8HplUEAAfOLM.jpg',0,'attachment','image/jpeg',0),(3459,1,'2021-04-16 08:09:43','2021-04-16 15:09:43','','this one','','inherit','open','closed','','this-one','','','2021-04-16 08:09:43','2021-04-16 15:09:43','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/this-one.jpg',0,'attachment','image/jpeg',0),(3460,1,'2021-04-16 08:52:09','2021-04-16 15:52:09','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][fusion_menu_anchor name=\"homepage\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 08:52:09','2021-04-16 15:52:09','',40,'https://www.crosspoint-church.com/?p=3460',0,'revision','',0),(3461,1,'2021-04-16 08:52:45','2021-04-16 15:52:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][fusion_menu_anchor name=\"homepage\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 08:52:45','2021-04-16 15:52:45','',40,'https://www.crosspoint-church.com/?p=3461',0,'revision','',0),(3462,1,'2021-04-16 09:42:11','2021-04-16 16:42:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]MESSAGES[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][fusion_menu_anchor name=\"homepage\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 09:42:11','2021-04-16 16:42:11','',40,'https://www.crosspoint-church.com/?p=3462',0,'revision','',0),(3463,1,'2021-04-16 09:44:37','2021-04-16 16:44:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-16 09:44:37','2021-04-16 16:44:37','',2638,'https://www.crosspoint-church.com/?p=3463',0,'revision','',0),(3464,1,'2021-04-16 09:45:39','2021-04-16 16:45:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-16 09:45:39','2021-04-16 16:45:39','',2638,'https://www.crosspoint-church.com/?p=3464',0,'revision','',0),(3465,1,'2021-04-16 09:47:23','2021-04-16 16:47:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]MESSAGES[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 09:47:23','2021-04-16 16:47:23','',40,'https://www.crosspoint-church.com/?p=3465',0,'revision','',0),(3466,1,'2021-04-16 09:49:36','2021-04-16 16:49:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]MESSAGES[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 09:49:36','2021-04-16 16:49:36','',40,'https://www.crosspoint-church.com/?p=3466',0,'revision','',0),(3468,1,'2021-04-16 17:37:44','2021-04-17 00:37:44','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"15px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">[fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" border_radius=\"10\" border_color=\"\" border_hover_color=\"\" size=\"large\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK HERE TO GIVE ONLINE[/fusion_button]</p>\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:37:44','2021-04-17 00:37:44','',12,'https://www.crosspoint-church.com/?p=3468',0,'revision','',0),(3469,1,'2021-04-16 17:39:25','2021-04-17 00:39:25','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"15px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:39:25','2021-04-17 00:39:25','',12,'https://www.crosspoint-church.com/?p=3469',0,'revision','',0),(3470,1,'2021-04-16 17:40:19','2021-04-17 00:40:19','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:40:19','2021-04-17 00:40:19','',12,'https://www.crosspoint-church.com/?p=3470',0,'revision','',0),(3471,1,'2021-04-16 17:41:38','2021-04-17 00:41:38','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:41:38','2021-04-17 00:41:38','',12,'https://www.crosspoint-church.com/?p=3471',0,'revision','',0),(3472,1,'2021-04-16 17:44:51','2021-04-17 00:44:51','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:44:51','2021-04-17 00:44:51','',12,'https://www.crosspoint-church.com/?p=3472',0,'revision','',0),(3473,1,'2021-04-16 17:45:34','2021-04-17 00:45:34','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:45:34','2021-04-17 00:45:34','',12,'https://www.crosspoint-church.com/?p=3473',0,'revision','',0),(3474,1,'2021-04-16 17:46:44','2021-04-17 00:46:44','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 17:46:44','2021-04-17 00:46:44','',12,'https://www.crosspoint-church.com/?p=3474',0,'revision','',0),(3475,1,'2021-04-16 17:48:16','2021-04-17 00:48:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:48:16','2021-04-17 00:48:16','',40,'https://www.crosspoint-church.com/?p=3475',0,'revision','',0),(3476,1,'2021-04-16 17:52:55','2021-04-17 00:52:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#e8e8e8\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:52:55','2021-04-17 00:52:55','',40,'https://www.crosspoint-church.com/?p=3476',0,'revision','',0),(3477,1,'2021-04-16 17:53:42','2021-04-17 00:53:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:53:42','2021-04-17 00:53:42','',40,'https://www.crosspoint-church.com/?p=3477',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3478,1,'2021-04-16 17:55:09','2021-04-17 00:55:09','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:55:09','2021-04-17 00:55:09','',40,'https://www.crosspoint-church.com/?p=3478',0,'revision','',0),(3479,1,'2021-04-16 17:56:07','2021-04-17 00:56:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:56:07','2021-04-17 00:56:07','',40,'https://www.crosspoint-church.com/?p=3479',0,'revision','',0),(3480,1,'2021-04-16 17:56:53','2021-04-17 00:56:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:56:53','2021-04-17 00:56:53','',40,'https://www.crosspoint-church.com/?p=3480',0,'revision','',0),(3481,1,'2021-04-16 17:58:35','2021-04-17 00:58:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" border_width=\"2px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_radius=\"2\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 17:58:35','2021-04-17 00:58:35','',40,'https://www.crosspoint-church.com/?p=3481',0,'revision','',0),(3482,1,'2021-04-16 18:00:31','2021-04-17 01:00:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Most Recent Service - Sunday, April 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/H0SLDtcTWvg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-16 18:00:31','2021-04-17 01:00:31','',2638,'https://www.crosspoint-church.com/?p=3482',0,'revision','',0),(3483,1,'2021-04-16 18:01:45','2021-04-17 01:01:45','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>   <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Cor%208.7\" data-purpose=\"bible-reference\" data-version=\"niv\" data-reference=\"2 Cor 8.7\">2 </a>Corinthians 8:7 NIV</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-16 18:01:45','2021-04-17 01:01:45','',12,'https://www.crosspoint-church.com/?p=3483',0,'revision','',0),(3484,1,'2021-04-16 18:08:23','2021-04-17 01:08:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services for up to 100 people under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-16 18:08:23','2021-04-17 01:08:23','',40,'https://www.crosspoint-church.com/?p=3484',0,'revision','',0),(3488,1,'2021-04-17 07:26:36','2021-04-17 14:26:36','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>  2 Corinthians 8:7</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give both faithfully and faith-fully, the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – In this electronic age, it’s an option people are asking for. Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up. In addition, every person who gives through Online Giving makes our record keeping much easier. You will also have up to date access of your giving.</li>\r\n</ul>\r\n<h2 style=\"text-align: left;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-17 07:26:36','2021-04-17 14:26:36','',12,'https://www.crosspoint-church.com/?p=3488',0,'revision','',0),(3490,1,'2021-04-17 07:29:32','2021-04-17 14:29:32','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>  2 Corinthians 8:7</p>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give faithfully the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up.</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-17 07:29:32','2021-04-17 14:29:32','',12,'https://www.crosspoint-church.com/?p=3490',0,'revision','',0),(3491,1,'2021-04-17 07:31:13','2021-04-17 14:31:13','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"30px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5 style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>2 Corinthians 8:7</h5>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give faithfully the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up.</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-17 07:31:13','2021-04-17 14:31:13','',12,'https://www.crosspoint-church.com/?p=3491',0,'revision','',0),(3492,1,'2021-04-17 07:34:16','2021-04-17 14:34:16','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"40px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://crosspointlynden.breezechms.com/give/online\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"medium\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Click here to give online[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"15px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"15%\" padding_bottom=\"\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h5 style=\"text-align: center;\"><em>Just as you excel in everything else—in faith, in speech, in knowledge, in complete earnestness . . . see that you also excel in this grace of giving.   </em>2 Corinthians 8:7</h5>\r\nWhy does God want you to excel in the grace of giving? It’s because he influences the world through his people. God gives to you so he can give through you. The Bible tells us that everything we have is a gift from God (1 Chronicles 29:14). As you give faithfully the world is changed for the glory of God:  the gospel is preached, lives are touched, people are fed, bodies are healed, churches are built; and you, in turn, are blessed by God so that you can give again.\r\n<h4><strong>Why Give Online?</strong></h4>\r\n<ul>\r\n 	<li><strong>Consistency</strong> – It assists with regular and faithful giving.</li>\r\n 	<li><strong>Convenience</strong> – It allows giving even when you can’t get to church.</li>\r\n 	<li><strong>Options</strong> – Contributions can be made as a one-time gift or scheduled as recurring for an interval you create and can be made to multiple funds.</li>\r\n 	<li><strong>Simplicity</strong> – Online Giving is simple and secure and will only take a few minutes to set up.</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\"><strong>Thank you for your support!</strong></h2>\r\nCrossPoint Church is supported entirely by the generous giving of our regular attenders and members.  Everything we do is a direct result of your generosity.   Giving can be done a number of ways which include: during our weekend service, mail or bring a check to the office during office hours, or give online.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"gradient\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(92,100,109,0.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Give','','inherit','closed','closed','','12-revision-v1','','','2021-04-17 07:34:16','2021-04-17 14:34:16','',12,'https://www.crosspoint-church.com/?p=3492',0,'revision','',0),(3494,1,'2021-04-18 10:04:04','2021-04-18 17:04:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/juxmBDWU9C8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-18 10:04:04','2021-04-18 17:04:04','',2638,'https://www.crosspoint-church.com/?p=3494',0,'revision','',0),(3495,1,'2021-04-18 10:04:19','2021-04-18 17:04:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/juxmBDWU9C8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-18 10:04:19','2021-04-18 17:04:19','',2638,'https://www.crosspoint-church.com/?p=3495',0,'revision','',0),(3496,1,'2021-04-19 06:58:13','2021-04-19 13:58:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/RH8OFkUOpeE\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-19 06:58:13','2021-04-19 13:58:13','',2638,'https://www.crosspoint-church.com/?p=3496',0,'revision','',0),(3497,1,'2021-04-19 07:01:33','2021-04-19 14:01:33','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/RH8OFkUOpeE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-19 07:01:33','2021-04-19 14:01:33','',2638,'https://www.crosspoint-church.com/?p=3497',0,'revision','',0),(3498,1,'2021-04-20 13:35:28','2021-04-20 20:35:28','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold worship services under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-20 13:35:28','2021-04-20 20:35:28','',40,'https://www.crosspoint-church.com/?p=3498',0,'revision','',0),(3500,1,'2021-04-20 13:36:28','2021-04-20 20:36:28','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact Pastor Gary or the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-20 13:36:28','2021-04-20 20:36:28','',40,'https://www.crosspoint-church.com/?p=3500',0,'revision','',0),(3501,1,'2021-04-20 16:18:16','2021-04-20 23:18:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-20 16:18:16','2021-04-20 23:18:16','',40,'https://www.crosspoint-church.com/?p=3501',0,'revision','',0),(3503,1,'2021-04-20 16:42:50','2021-04-20 23:42:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\">[rev_slider alias=\"slider-1\"][/rev_slider]</h2>\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-20 16:42:50','2021-04-20 23:42:50','',40,'https://www.crosspoint-church.com/?p=3503',0,'revision','',0),(3504,1,'2021-04-20 16:43:29','2021-04-20 23:43:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. To do this we must practice social distancing and wear face masks. For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-04-20 16:43:29','2021-04-20 23:43:29','',40,'https://www.crosspoint-church.com/?p=3504',0,'revision','',0),(3506,1,'2021-04-21 21:28:01','2021-04-22 04:28:01','','image000000','','inherit','open','closed','','image000000','','','2021-04-21 21:28:01','2021-04-22 04:28:01','',0,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/image000000.jpg',0,'attachment','image/jpeg',0),(3507,1,'2021-04-21 21:30:31','2021-04-22 04:30:31','','20210418_162454[1]','','inherit','open','closed','','20210418_1624541','','','2021-04-21 21:30:31','2021-04-22 04:30:31','',0,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/20210418_1624541.jpg',0,'attachment','image/jpeg',0),(3508,1,'2021-04-21 21:31:37','2021-04-22 04:31:37','','20210418_162425[1]','','inherit','open','closed','','20210418_1624251','','','2021-04-21 21:31:37','2021-04-22 04:31:37','',0,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/20210418_1624251.jpg',0,'attachment','image/jpeg',0),(3509,1,'2021-04-21 21:33:13','2021-04-22 04:33:13','','20210412_204512[1]','','inherit','open','closed','','20210412_2045121','','','2021-04-21 21:33:13','2021-04-22 04:33:13','',0,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/20210412_2045121.jpg',0,'attachment','image/jpeg',0),(3512,1,'2021-04-21 21:48:30','2021-04-22 04:48:30','','20210418_162432','','inherit','open','closed','','20210418_162432','','','2021-04-21 21:48:30','2021-04-22 04:48:30','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/20210418_162432.jpg',0,'attachment','image/jpeg',0),(3513,1,'2021-05-25 10:35:49','2021-05-25 17:35:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. We ask everybody who attends to please wear a mask and practice social distancing unless you have been fully vaccinated.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-autosave-v1','','','2021-05-25 10:35:49','2021-05-25 17:35:49','',40,'https://www.crosspoint-church.com/?p=3513',0,'revision','',0),(3514,1,'2021-04-21 22:06:23','2021-04-22 05:06:23','','What To Expect','','inherit','closed','closed','','1357-autosave-v1','','','2021-04-21 22:06:23','2021-04-22 05:06:23','',1357,'https://www.crosspoint-church.com/?p=3514',0,'revision','',0),(3515,1,'2021-04-21 22:25:47','2021-04-22 05:25:47','','20210418_162454a','','inherit','open','closed','','20210418_162454a','','','2021-04-21 22:25:47','2021-04-22 05:25:47','',1357,'https://www.crosspoint-church.com/wp-content/uploads/2016/06/20210418_162454a.jpg',0,'attachment','image/jpeg',0),(3517,1,'2021-04-24 18:03:55','2021-04-25 01:03:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Beliefs</h2>\r\nWe believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (John 1:1-2; 4:24; 5:18;10:30)\r\n\r\nWe believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (Matthew 28:5-9; Luke 24:1-50)\r\n\r\nWe believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (Romans 8:9; Galatians 4:6\r\n\r\nWe believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (Psalm 19:7; John 17:17; Romans 15:4; II Tim. 3:16-17; I Thess. 2:13)\r\n\r\nWe believe men and women were created by God in his own image, (Genesis 1:27) but because of disobedience and a corrupt nature, they are inclined to do wrong. (Genesis 3:6; 6:5; Romans 5:12)  Man is not capable of achieving a life without sin on his own. (Proverbs 20:9; Romans 3:20; Galatians 2:16) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (Joshua 24:15; I Kings 20:40; John 7:17)\r\n\r\nWe believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (Matthew 26:26-28; Mark 14:22-24; I Corinthians 10:16)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (Numbers 8:7; Mark 16:16; Acts 22:16)  We baptize by immersion.\r\n\r\nWe believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (Matthew 18:21-22; I John 1:9; 2:1,24-25)\r\n\r\nWe believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (Matthew 5:16; 7:16-20;Romans 3:20; Galatians 2:16; James 2:18,22)\r\n\r\nWe believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (I Corinthians 12:1-31; Ephesians 4:11-16)\r\n\r\nWe believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (Deuteronomy 30:6; Luke 1:74-75; Acts 15:8-9; I Corinthians 6:11; Ephesians 4:13,24; I Thessalonians 4:3,7; James 4:8)\r\n\r\nWe believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (John 14:1-3; I Thessalonians 4:13-18; James 5:7-8; Revelation 22:12,20)\r\n<h2>Core Values</h2>\r\n<ul>\r\n 	<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\r\n 	<li>Prayer must permeate everything we do.</li>\r\n 	<li>Doing church as a team is God’s design for effective ministry.</li>\r\n 	<li>The body of Christ is inclusive and we value every generation.</li>\r\n 	<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\r\n 	<li>God is worthy of our very best.</li>\r\n 	<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\r\n 	<li>The most effective evangelism happens as people invest their lives in other people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-autosave-v1','','','2021-04-24 18:03:55','2021-04-25 01:03:55','',611,'https://www.crosspoint-church.com/?p=3517',0,'revision','',0),(3518,1,'2021-04-25 10:02:33','2021-04-25 17:02:33','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 25, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/N_SFOG2P4Zg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-25 10:02:33','2021-04-25 17:02:33','',2638,'https://www.crosspoint-church.com/?p=3518',0,'revision','',0),(3519,1,'2021-04-25 10:02:47','2021-04-25 17:02:47','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 25, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/N_SFOG2P4Zg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-04-25 10:02:47','2021-04-25 17:02:47','',2638,'https://www.crosspoint-church.com/?p=3519',0,'revision','',0),(3520,2,'2021-04-25 14:29:44','2021-04-25 21:29:44','','April 25, 2021','','inherit','open','closed','','april-25-2021','','','2021-04-25 14:30:13','2021-04-25 21:30:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-25-2021.pdf',0,'attachment','application/pdf',0),(3521,2,'2021-04-25 14:30:20','2021-04-25 21:30:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-25-2021.pdf\">April 25, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-14-2021.pdf\">March 14, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-04-25 14:30:20','2021-04-25 21:30:20','',1441,'https://www.crosspoint-church.com/?p=3521',0,'revision','',0),(3523,1,'2021-05-02 10:13:25','2021-05-02 17:13:25','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 2, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/SoSFHWMN54c\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Sunday, April 25, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/N_SFOG2P4Zg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-02 10:13:25','2021-05-02 17:13:25','',2638,'https://www.crosspoint-church.com/?p=3523',0,'revision','',0),(3525,2,'2021-05-02 19:50:35','2021-05-03 02:50:35','','May 2, 2021','','inherit','open','closed','','may-2-2021','','','2021-05-02 19:50:43','2021-05-03 02:50:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-2-2021.pdf',0,'attachment','application/pdf',0),(3526,2,'2021-05-02 19:50:52','2021-05-03 02:50:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-2-2021.pdf\">May 2, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-25-2021.pdf\">April 25, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-21-2021.pdf\">March 21, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-05-02 19:50:52','2021-05-03 02:50:52','',1441,'https://www.crosspoint-church.com/?p=3526',0,'revision','',0),(3527,1,'2021-05-06 16:25:43','2021-05-06 23:25:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 2, 2021</strong></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/N_SFOG2P4Zg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-06 16:25:43','2021-05-06 23:25:43','',2638,'https://www.crosspoint-church.com/?p=3527',0,'revision','',0),(3528,1,'2022-01-23 07:58:56','2022-01-23 15:58:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 23, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/vYu92XldCu0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></strong></p>\r\n<p style=\"text-align: left;\">[sermons]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]</p>','Sermons','','inherit','closed','closed','','2638-autosave-v1','','','2022-01-23 07:58:56','2022-01-23 15:58:56','',2638,'https://www.crosspoint-church.com/?p=3528',0,'revision','',0),(3529,1,'2021-05-06 16:26:43','2021-05-06 23:26:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 2, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/vz9bjoYq-Z0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-06 16:26:43','2021-05-06 23:26:43','',2638,'https://www.crosspoint-church.com/?p=3529',0,'revision','',0),(3530,1,'2021-05-06 16:27:19','2021-05-06 23:27:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 2, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/vz9bjoYq-Z0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-06 16:27:19','2021-05-06 23:27:19','',2638,'https://www.crosspoint-church.com/?p=3530',0,'revision','',0),(3531,2,'2021-05-09 08:44:23','2021-05-09 15:44:23','','May 9, 2021','','inherit','open','closed','','may-9-2021','','','2021-05-09 08:44:42','2021-05-09 15:44:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-9-2021.pdf',0,'attachment','application/pdf',0),(3532,2,'2021-05-09 08:44:48','2021-05-09 15:44:48','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-9-2021.pdf\">May 9, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-2-2021.pdf\">May 2, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-25-2021.pdf\">April 25, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/03/March-28-2021.pdf\">March 28, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-05-09 08:44:48','2021-05-09 15:44:48','',1441,'https://www.crosspoint-church.com/?p=3532',0,'revision','',0),(3533,1,'2021-05-09 10:03:39','2021-05-09 17:03:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 9, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5GFMPtv97fo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-09 10:03:39','2021-05-09 17:03:39','',2638,'https://www.crosspoint-church.com/?p=3533',0,'revision','',0),(3534,1,'2021-05-09 10:03:54','2021-05-09 17:03:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 9, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5GFMPtv97fo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-09 10:03:54','2021-05-09 17:03:54','',2638,'https://www.crosspoint-church.com/?p=3534',0,'revision','',0),(3536,2,'2021-05-16 07:39:58','2021-05-16 14:39:58','','May 16, 2021','','inherit','open','closed','','may-16-2021','','','2021-05-16 07:40:12','2021-05-16 14:40:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-16-2021.pdf',0,'attachment','application/pdf',0),(3537,2,'2021-05-16 07:40:20','2021-05-16 14:40:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-16-2021.pdf\">May 16, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-9-2021.pdf\">May 9, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-2-2021.pdf\">May 2, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-25-2021.pdf\">April 25, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-11-2021.pdf\">April 11, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/04/April-4-2021.pdf\">April 4, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-05-16 07:40:20','2021-05-16 14:40:20','',1441,'https://www.crosspoint-church.com/?p=3537',0,'revision','',0),(3539,1,'2021-05-16 10:05:41','2021-05-16 17:05:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 16, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5RjxiPqqVyg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-16 10:05:41','2021-05-16 17:05:41','',2638,'https://www.crosspoint-church.com/?p=3539',0,'revision','',0),(3540,1,'2021-05-16 10:06:00','2021-05-16 17:06:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 16, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/5RjxiPqqVyg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-16 10:06:00','2021-05-16 17:06:00','',2638,'https://www.crosspoint-church.com/?p=3540',0,'revision','',0),(3541,1,'2021-05-23 09:54:52','2021-05-23 16:54:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 23, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/e27HF7H-ALI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-23 09:54:52','2021-05-23 16:54:52','',2638,'https://www.crosspoint-church.com/?p=3541',0,'revision','',0),(3542,1,'2021-05-23 09:55:14','2021-05-23 16:55:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 23, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/e27HF7H-ALI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-23 09:55:14','2021-05-23 16:55:14','',2638,'https://www.crosspoint-church.com/?p=3542',0,'revision','',0),(3544,1,'2021-05-25 10:33:12','2021-05-25 17:33:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. We ask that everybody who attends wears a mask unless you have been fully vaccinated.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-05-25 10:33:12','2021-05-25 17:33:12','',40,'https://www.crosspoint-church.com/?p=3544',0,'revision','',0),(3545,1,'2021-05-25 10:35:19','2021-05-25 17:35:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>COVID-19 Update</strong></h2>\r\nNow that our county is in Phase 3 of the new state plan, we are able to hold on-campus worship services under the state guidelines. We ask everybody who attends to please wear a mask and practice social distancing unless you have been fully vaccinated.  For those not yet ready to join us physically, you can continue to join us online by clicking on our \"Sermons\" tab above.\r\n\r\nIf you have any questions or concerns about any of this please do not hesitate to contact the church office.\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-05-25 10:35:19','2021-05-25 17:35:19','',40,'https://www.crosspoint-church.com/?p=3545',0,'revision','',0),(3546,1,'2021-05-30 09:53:13','2021-05-30 16:53:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 30, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Hx-sGLZnsDo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-30 09:53:13','2021-05-30 16:53:13','',2638,'https://www.crosspoint-church.com/?p=3546',0,'revision','',0),(3547,1,'2021-05-30 09:53:28','2021-05-30 16:53:28','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, May 30, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/Hx-sGLZnsDo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-05-30 09:53:28','2021-05-30 16:53:28','',2638,'https://www.crosspoint-church.com/?p=3547',0,'revision','',0),(3549,2,'2021-06-05 23:44:16','2021-06-06 06:44:16','','May 23, 2021','','inherit','open','closed','','may-23-2021','','','2021-06-05 23:44:34','2021-06-06 06:44:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-23-2021.pdf',0,'attachment','application/pdf',0),(3550,2,'2021-06-05 23:44:20','2021-06-06 06:44:20','','May 30, 2021','','inherit','open','closed','','may-30-2021','','','2021-06-05 23:45:13','2021-06-06 06:45:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-30-2021.pdf',0,'attachment','application/pdf',0),(3551,2,'2021-06-05 23:44:23','2021-06-06 06:44:23','','June 6, 2021','','inherit','open','closed','','june-6-2021','','','2021-06-05 23:45:29','2021-06-06 06:45:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf',0,'attachment','application/pdf',0),(3552,2,'2021-06-05 23:45:41','2021-06-06 06:45:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf\">June 6, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-30-2021.pdf\">May 30, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-23-2021.pdf\">May 23, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-16-2021.pdf\">May 16, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-9-2021.pdf\">May 9, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-2-2021.pdf\">May 2, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-06-05 23:45:41','2021-06-06 06:45:41','',1441,'https://www.crosspoint-church.com/?p=3552',0,'revision','',0),(3554,1,'2021-06-06 09:16:58','2021-06-06 16:16:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 6, 2021</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-06 09:16:58','2021-06-06 16:16:58','',2638,'https://www.crosspoint-church.com/?p=3554',0,'revision','',0),(3555,1,'2021-06-06 09:59:25','2021-06-06 16:59:25','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 6, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/grvjNFwf1_o\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-06 09:59:25','2021-06-06 16:59:25','',2638,'https://www.crosspoint-church.com/?p=3555',0,'revision','',0),(3556,1,'2021-06-06 09:59:55','2021-06-06 16:59:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 6, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/grvjNFwf1_o\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-06 09:59:55','2021-06-06 16:59:55','',2638,'https://www.crosspoint-church.com/?p=3556',0,'revision','',0),(3557,1,'2021-06-06 12:50:52','2021-06-06 19:50:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 6, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/e_N_BZWnNY8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-06 12:50:52','2021-06-06 19:50:52','',2638,'https://www.crosspoint-church.com/?p=3557',0,'revision','',0),(3558,1,'2021-06-06 12:51:12','2021-06-06 19:51:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 6, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/e_N_BZWnNY8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-06 12:51:12','2021-06-06 19:51:12','',2638,'https://www.crosspoint-church.com/?p=3558',0,'revision','',0),(3559,1,'2021-06-13 09:28:00','2021-06-13 16:28:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 13, 2021</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-13 09:28:00','2021-06-13 16:28:00','',2638,'https://www.crosspoint-church.com/?p=3559',0,'revision','',0),(3560,1,'2021-06-13 10:00:41','2021-06-13 17:00:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 13, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/zJhXLAVYzeM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-13 10:00:41','2021-06-13 17:00:41','',2638,'https://www.crosspoint-church.com/?p=3560',0,'revision','',0),(3561,1,'2021-06-13 10:00:54','2021-06-13 17:00:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 13, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/zJhXLAVYzeM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-13 10:00:54','2021-06-13 17:00:54','',2638,'https://www.crosspoint-church.com/?p=3561',0,'revision','',0),(3562,2,'2021-06-13 13:07:02','2021-06-13 20:07:02','','June 13, 2021','','inherit','open','closed','','june-13-2021','','','2021-06-13 13:07:10','2021-06-13 20:07:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-13-2021.pdf',0,'attachment','application/pdf',0),(3563,2,'2021-06-13 13:07:17','2021-06-13 20:07:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-13-2021.pdf\">June 13, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf\">June 6, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-30-2021.pdf\">May 30, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-23-2021.pdf\">May 23, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-16-2021.pdf\">May 16, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-9-2021.pdf\">May 9, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-06-13 13:07:17','2021-06-13 20:07:17','',1441,'https://www.crosspoint-church.com/?p=3563',0,'revision','',0),(3565,2,'2021-06-19 23:36:32','2021-06-20 06:36:32','','June 20, 2021','','inherit','open','closed','','june-20-2021','','','2021-06-19 23:36:38','2021-06-20 06:36:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-20-2021.pdf',0,'attachment','application/pdf',0),(3566,2,'2021-06-19 23:36:42','2021-06-20 06:36:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-20-2021.pdf\">June 20, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-13-2021.pdf\">June 13, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf\">June 6, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-30-2021.pdf\">May 30, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-23-2021.pdf\">May 23, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/05/May-16-2021.pdf\">May 16, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-06-19 23:36:42','2021-06-20 06:36:42','',1441,'https://www.crosspoint-church.com/?p=3566',0,'revision','',0),(3568,1,'2021-06-20 09:53:20','2021-06-20 16:53:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 20, 2021</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-20 09:53:20','2021-06-20 16:53:20','',2638,'https://www.crosspoint-church.com/?p=3568',0,'revision','',0),(3569,1,'2021-06-20 10:04:47','2021-06-20 17:04:47','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 20, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IHLk4QrhIZE\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-20 10:04:47','2021-06-20 17:04:47','',2638,'https://www.crosspoint-church.com/?p=3569',0,'revision','',0),(3570,1,'2021-06-20 10:05:05','2021-06-20 17:05:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 20, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/IHLk4QrhIZE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-20 10:05:05','2021-06-20 17:05:05','',2638,'https://www.crosspoint-church.com/?p=3570',0,'revision','',0),(3571,1,'2021-06-27 09:48:16','2021-06-27 16:48:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 27, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FvKB2pkvSF4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-27 09:48:16','2021-06-27 16:48:16','',2638,'https://www.crosspoint-church.com/?p=3571',0,'revision','',0),(3572,1,'2021-06-27 09:48:33','2021-06-27 16:48:33','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, June 27, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/FvKB2pkvSF4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-06-27 09:48:33','2021-06-27 16:48:33','',2638,'https://www.crosspoint-church.com/?p=3572',0,'revision','',0),(3574,2,'2021-06-28 21:54:49','2021-06-29 04:54:49','','June 27, 2021','','inherit','open','closed','','june-27-2021','','','2021-06-28 21:55:14','2021-06-29 04:55:14','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-27-2021.pdf',0,'attachment','application/pdf',0),(3575,2,'2021-06-28 21:55:22','2021-06-29 04:55:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-27-2021.pdf\">June 27, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-20-2021.pdf\">June 20, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-13-2021.pdf\">June 13, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf\">June 6, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-30-2021.pdf\">May 30, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/May-23-2021.pdf\">May 23, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-06-28 21:55:22','2021-06-29 04:55:22','',1441,'https://www.crosspoint-church.com/?p=3575',0,'revision','',0),(3576,2,'2021-06-28 21:57:37','2021-06-29 04:57:37','','PXL_20210618_130800113','','inherit','open','closed','','pxl_20210618_130800113','','','2021-06-28 21:57:37','2021-06-29 04:57:37','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/06/PXL_20210618_130800113.jpg',0,'attachment','image/jpeg',0),(3578,1,'2021-07-04 09:42:59','2021-07-04 16:42:59','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 4, 2021</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-04 09:42:59','2021-07-04 16:42:59','',2638,'https://www.crosspoint-church.com/?p=3578',0,'revision','',0),(3579,1,'2021-07-04 09:46:36','2021-07-04 16:46:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 4, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2Ae5ZcdX_e4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-04 09:46:36','2021-07-04 16:46:36','',2638,'https://www.crosspoint-church.com/?p=3579',0,'revision','',0),(3580,1,'2021-07-04 09:46:50','2021-07-04 16:46:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 4, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/2Ae5ZcdX_e4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-04 09:46:50','2021-07-04 16:46:50','',2638,'https://www.crosspoint-church.com/?p=3580',0,'revision','',0),(3582,2,'2021-07-10 23:07:23','2021-07-11 06:07:23','','July 4, 2021','','inherit','open','closed','','july-4-2021','','','2021-07-10 23:07:58','2021-07-11 06:07:58','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-4-2021.pdf',0,'attachment','application/pdf',0),(3583,2,'2021-07-10 23:07:26','2021-07-11 06:07:26','','July 7, 2021','','inherit','open','closed','','july-7-2021','','','2021-07-10 23:08:14','2021-07-11 06:08:14','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf',0,'attachment','application/pdf',0),(3584,2,'2021-07-10 23:08:22','2021-07-11 06:08:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf\">July 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-4-2021.pdf\">July 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-27-2021.pdf\">June 27, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-20-2021.pdf\">June 20, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-13-2021.pdf\">June 13, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-6-2021.pdf\">June 6, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-07-10 23:08:22','2021-07-11 06:08:22','',1441,'https://www.crosspoint-church.com/?p=3584',0,'revision','',0),(3585,1,'2021-07-11 10:36:30','2021-07-11 17:36:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/I7ZPKymmu-g\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-11 10:36:30','2021-07-11 17:36:30','',2638,'https://www.crosspoint-church.com/?p=3585',0,'revision','',0),(3586,1,'2021-07-11 10:36:50','2021-07-11 17:36:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 11, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/I7ZPKymmu-g\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-11 10:36:50','2021-07-11 17:36:50','',2638,'https://www.crosspoint-church.com/?p=3586',0,'revision','',0),(3588,1,'2021-07-18 09:42:19','2021-07-18 16:42:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/77Qr77GnyXs\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-18 09:42:19','2021-07-18 16:42:19','',2638,'https://www.crosspoint-church.com/?p=3588',0,'revision','',0),(3589,1,'2021-07-18 09:42:44','2021-07-18 16:42:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 18, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/77Qr77GnyXs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-18 09:42:44','2021-07-18 16:42:44','',2638,'https://www.crosspoint-church.com/?p=3589',0,'revision','',0),(3590,1,'2021-07-25 09:41:37','2021-07-25 16:41:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 25, 2021</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-25 09:41:37','2021-07-25 16:41:37','',2638,'https://www.crosspoint-church.com/?p=3590',0,'revision','',0),(3591,1,'2021-07-25 09:51:44','2021-07-25 16:51:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 25, 2021</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4Dx1ZMFqwUM?start=15\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-25 09:51:44','2021-07-25 16:51:44','',2638,'https://www.crosspoint-church.com/?p=3591',0,'revision','',0),(3592,1,'2021-07-25 09:52:03','2021-07-25 16:52:03','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday, July 25, 2021</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/4Dx1ZMFqwUM?start=15\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-07-25 09:52:03','2021-07-25 16:52:03','',2638,'https://www.crosspoint-church.com/?p=3592',0,'revision','',0),(3594,1,'2021-08-01 09:48:44','2021-08-01 16:48:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-01 09:48:44','2021-08-01 16:48:44','',2638,'https://www.crosspoint-church.com/?p=3594',0,'revision','',0),(3595,1,'2021-08-01 09:50:04','2021-08-01 16:50:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-dYuH_F43H4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-01 09:50:04','2021-08-01 16:50:04','',2638,'https://www.crosspoint-church.com/?p=3595',0,'revision','',0),(3596,1,'2021-08-01 09:50:24','2021-08-01 16:50:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/-dYuH_F43H4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-01 09:50:24','2021-08-01 16:50:24','',2638,'https://www.crosspoint-church.com/?p=3596',0,'revision','',0),(3597,1,'2021-08-02 07:31:01','2021-08-02 14:31:01','','Note page - part 3','','inherit','open','closed','','note-page-part-3-3','','','2021-08-02 07:31:01','2021-08-02 14:31:01','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf',0,'attachment','application/pdf',0),(3598,1,'2021-08-02 07:31:43','2021-08-02 14:31:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/-dYuH_F43H4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-02 07:31:43','2021-08-02 14:31:43','',2638,'https://www.crosspoint-church.com/?p=3598',0,'revision','',0),(3599,1,'2021-08-03 11:02:39','2021-08-03 18:02:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you!\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2021-08-03 11:02:39','2021-08-03 18:02:39','',40,'https://www.crosspoint-church.com/?p=3599',0,'revision','',0),(3600,1,'2021-08-05 08:04:52','2021-08-05 15:04:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3is55mg8uRk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-05 08:04:52','2021-08-05 15:04:52','',2638,'https://www.crosspoint-church.com/?p=3600',0,'revision','',0),(3601,1,'2021-08-05 08:13:56','2021-08-05 15:13:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/3is55mg8uRk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-05 08:13:56','2021-08-05 15:13:56','',2638,'https://www.crosspoint-church.com/?p=3601',0,'revision','',0),(3602,1,'2021-08-05 08:41:13','2021-08-05 15:41:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qBlkKR7Lkvk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-05 08:41:13','2021-08-05 15:41:13','',2638,'https://www.crosspoint-church.com/?p=3602',0,'revision','',0),(3603,1,'2021-08-05 08:43:16','2021-08-05 15:43:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 1, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/qBlkKR7Lkvk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-05 08:43:16','2021-08-05 15:43:16','',2638,'https://www.crosspoint-church.com/?p=3603',0,'revision','',0),(3605,2,'2021-08-07 18:02:36','2021-08-08 01:02:36','','August 8, 2021','','inherit','open','closed','','august-8-2021','','','2021-08-07 18:03:16','2021-08-08 01:03:16','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf',0,'attachment','application/pdf',0),(3606,2,'2021-08-07 18:02:40','2021-08-08 01:02:40','','August 1, 2021','','inherit','open','closed','','august-1-2021','','','2021-08-07 18:02:58','2021-08-08 01:02:58','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf',0,'attachment','application/pdf',0),(3607,2,'2021-08-07 18:03:23','2021-08-08 01:03:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf\">August 8, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf\">August 1, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf\">July 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-4-2021.pdf\">July 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-27-2021.pdf\">June 27, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-20-2021.pdf\">June 20, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-08-07 18:03:23','2021-08-08 01:03:23','',1441,'https://www.crosspoint-church.com/?p=3607',0,'revision','',0),(3609,2,'2021-08-15 07:33:47','2021-08-15 14:33:47','','August 15, 2021','','inherit','open','closed','','august-15-2021','','','2021-08-15 07:34:12','2021-08-15 14:34:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf',0,'attachment','application/pdf',0),(3610,2,'2021-08-15 07:34:17','2021-08-15 14:34:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf\">August 15, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf\">August 8, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf\">August 1, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf\">July 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-4-2021.pdf\">July 4, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/06/June-27-2021.pdf\">June 27, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-08-15 07:34:17','2021-08-15 14:34:17','',1441,'https://www.crosspoint-church.com/?p=3610',0,'revision','',0),(3612,1,'2021-08-22 09:13:46','2021-08-22 16:13:46','','Note page - part 4','','inherit','open','closed','','note-page-part-4-2','','','2021-08-22 09:13:46','2021-08-22 16:13:46','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-4.pdf',0,'attachment','application/pdf',0),(3613,1,'2021-08-22 09:14:19','2021-08-22 16:14:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 22, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-22 09:14:19','2021-08-22 16:14:19','',2638,'https://www.crosspoint-church.com/?p=3613',0,'revision','',0),(3614,1,'2021-08-22 09:59:22','2021-08-22 16:59:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 22, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7_9LQRxqO9c\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-22 09:59:22','2021-08-22 16:59:22','',2638,'https://www.crosspoint-church.com/?p=3614',0,'revision','',0),(3615,1,'2021-08-22 09:59:34','2021-08-22 16:59:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 22, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/7_9LQRxqO9c\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-4.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-22 09:59:34','2021-08-22 16:59:34','',2638,'https://www.crosspoint-church.com/?p=3615',0,'revision','',0),(3616,2,'2021-08-22 16:21:47','2021-08-22 23:21:47','','August 22, 2021','','inherit','open','closed','','august-22-2021','','','2021-08-22 16:21:54','2021-08-22 23:21:54','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf',0,'attachment','application/pdf',0),(3617,2,'2021-08-22 16:21:59','2021-08-22 23:21:59','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf\">August 22, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf\">August 15, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf\">August 8, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf\">August 1, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf\">July 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-4-2021.pdf\">July 4, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-08-22 16:21:59','2021-08-22 23:21:59','',1441,'https://www.crosspoint-church.com/?p=3617',0,'revision','',0),(3618,1,'2021-08-29 08:17:46','2021-08-29 15:17:46','','Note page - part 5','','inherit','open','closed','','note-page-part-5','','','2021-08-29 08:17:46','2021-08-29 15:17:46','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-5.pdf',0,'attachment','application/pdf',0),(3619,1,'2021-08-29 08:18:25','2021-08-29 15:18:25','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-29 08:18:25','2021-08-29 15:18:25','',2638,'https://www.crosspoint-church.com/?p=3619',0,'revision','',0),(3620,1,'2021-08-29 09:44:50','2021-08-29 16:44:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kZ4iorJ97pI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-29 09:44:50','2021-08-29 16:44:50','',2638,'https://www.crosspoint-church.com/?p=3620',0,'revision','',0),(3621,1,'2021-08-29 09:45:09','2021-08-29 16:45:09','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/kZ4iorJ97pI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/Note-page-part-5.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-08-29 09:45:09','2021-08-29 16:45:09','',2638,'https://www.crosspoint-church.com/?p=3621',0,'revision','',0),(3623,2,'2021-09-02 17:54:06','2021-09-03 00:54:06','','August 29, 2021','','inherit','open','closed','','august-29-2021','','','2021-09-02 17:54:13','2021-09-03 00:54:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf',0,'attachment','application/pdf',0),(3624,2,'2021-09-02 17:54:20','2021-09-03 00:54:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf\">August 29, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf\">August 22, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf\">August 15, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf\">August 8, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf\">August 1, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/07/July-7-2021.pdf\">July 7, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-09-02 17:54:20','2021-09-03 00:54:20','',1441,'https://www.crosspoint-church.com/?p=3624',0,'revision','',0),(3626,1,'2021-09-05 08:11:01','2021-09-05 15:11:01','','Note page - part 6','','inherit','open','closed','','note-page-part-6','','','2021-09-05 08:11:01','2021-09-05 15:11:01','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf',0,'attachment','application/pdf',0),(3627,1,'2021-09-05 08:11:28','2021-09-05 15:11:28','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf\" target=\"_blank\" rel=\"noopener\">Mess</a>age Note Page</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-05 08:11:28','2021-09-05 15:11:28','',2638,'https://www.crosspoint-church.com/?p=3627',0,'revision','',0),(3628,1,'2021-09-05 08:12:11','2021-09-05 15:12:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-05 08:12:11','2021-09-05 15:12:11','',2638,'https://www.crosspoint-church.com/?p=3628',0,'revision','',0),(3629,1,'2021-09-05 09:44:31','2021-09-05 16:44:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ns7CfQ8c3qo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-05 09:44:31','2021-09-05 16:44:31','',2638,'https://www.crosspoint-church.com/?p=3629',0,'revision','',0),(3630,1,'2021-09-05 09:44:46','2021-09-05 16:44:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, August 29, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/ns7CfQ8c3qo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-05 09:44:46','2021-09-05 16:44:46','',2638,'https://www.crosspoint-church.com/?p=3630',0,'revision','',0),(3631,1,'2021-09-05 16:07:58','2021-09-05 23:07:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 5, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/ns7CfQ8c3qo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-6.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-05 16:07:58','2021-09-05 23:07:58','',2638,'https://www.crosspoint-church.com/?p=3631',0,'revision','',0),(3632,2,'2021-09-05 21:44:54','2021-09-06 04:44:54','','September 5, 2021','','inherit','open','closed','','september-5-2021','','','2021-09-05 21:45:10','2021-09-06 04:45:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-5-2021.pdf',0,'attachment','application/pdf',0),(3633,2,'2021-09-05 21:45:18','2021-09-06 04:45:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-5-2021.pdf\">September 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf\">August 29, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf\">August 22, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf\">August 15, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-8-2021.pdf\">August 8, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-1-2021.pdf\">August 1, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-09-05 21:45:18','2021-09-06 04:45:18','',1441,'https://www.crosspoint-church.com/?p=3633',0,'revision','',0),(3634,1,'2021-09-12 08:07:12','2021-09-12 15:07:12','','Note page - part 7','','inherit','open','closed','','note-page-part-7','','','2021-09-12 08:07:12','2021-09-12 15:07:12','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-7.pdf',0,'attachment','application/pdf',0),(3635,1,'2021-09-12 08:07:37','2021-09-12 15:07:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-7.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-12 08:07:37','2021-09-12 15:07:37','',2638,'https://www.crosspoint-church.com/?p=3635',0,'revision','',0),(3636,1,'2021-09-12 09:48:10','2021-09-12 16:48:10','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/f_VCMMDaanA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-7.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-12 09:48:10','2021-09-12 16:48:10','',2638,'https://www.crosspoint-church.com/?p=3636',0,'revision','',0),(3637,1,'2021-09-12 09:48:44','2021-09-12 16:48:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/f_VCMMDaanA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/Note-page-part-7.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-12 09:48:44','2021-09-12 16:48:44','',2638,'https://www.crosspoint-church.com/?p=3637',0,'revision','',0),(3639,2,'2021-09-18 22:00:52','2021-09-19 05:00:52','','September 12, 2021','','inherit','open','closed','','september-12-2021','','','2021-09-18 22:01:10','2021-09-19 05:01:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-12-2021.pdf',0,'attachment','application/pdf',0),(3640,2,'2021-09-18 22:00:56','2021-09-19 05:00:56','','September 19, 2021','','inherit','open','closed','','september-19-2021','','','2021-09-18 22:01:41','2021-09-19 05:01:41','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf',0,'attachment','application/pdf',0),(3641,2,'2021-09-18 22:01:48','2021-09-19 05:01:48','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf\">September 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-12-2021.pdf\">September 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-5-2021.pdf\">September 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf\">August 29, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf\">August 22, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-15-2021.pdf\">August 15, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-09-18 22:01:48','2021-09-19 05:01:48','',1441,'https://www.crosspoint-church.com/?p=3641',0,'revision','',0),(3643,1,'2021-09-19 07:59:20','2021-09-19 14:59:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-19 07:59:20','2021-09-19 14:59:20','',2638,'https://www.crosspoint-church.com/?p=3643',0,'revision','',0),(3644,1,'2021-09-19 09:55:04','2021-09-19 16:55:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/a10YqDN3UCs\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-19 09:55:04','2021-09-19 16:55:04','',2638,'https://www.crosspoint-church.com/?p=3644',0,'revision','',0),(3645,1,'2021-09-19 09:55:36','2021-09-19 16:55:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/a10YqDN3UCs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-19 09:55:36','2021-09-19 16:55:36','',2638,'https://www.crosspoint-church.com/?p=3645',0,'revision','',0),(3646,2,'2021-09-25 23:49:43','2021-09-26 06:49:43','','September 26, 2021','','inherit','open','closed','','september-26-2021','','','2021-09-25 23:49:49','2021-09-26 06:49:49','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf',0,'attachment','application/pdf',0),(3647,2,'2021-09-25 23:49:55','2021-09-26 06:49:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf\">September 26, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf\">September 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-12-2021.pdf\">September 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-5-2021.pdf\">September 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf\">August 29, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/08/August-22-2021.pdf\">August 22, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-09-25 23:49:55','2021-09-26 06:49:55','',1441,'https://www.crosspoint-church.com/?p=3647',0,'revision','',0),(3648,1,'2021-09-26 07:26:22','2021-09-26 14:26:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 26, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-26 07:26:22','2021-09-26 14:26:22','',2638,'https://www.crosspoint-church.com/?p=3648',0,'revision','',0),(3649,1,'2021-09-26 09:53:18','2021-09-26 16:53:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 26, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/24c1OHzkTCU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-26 09:53:18','2021-09-26 16:53:18','',2638,'https://www.crosspoint-church.com/?p=3649',0,'revision','',0),(3650,1,'2021-09-26 09:53:50','2021-09-26 16:53:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, September 26, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/24c1OHzkTCU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-09-26 09:53:50','2021-09-26 16:53:50','',2638,'https://www.crosspoint-church.com/?p=3650',0,'revision','',0),(3652,2,'2021-10-02 22:27:46','2021-10-03 05:27:46','','October 3, 2021','','inherit','open','closed','','october-3-2021','','','2021-10-02 22:27:52','2021-10-03 05:27:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf',0,'attachment','application/pdf',0),(3653,2,'2021-10-02 22:28:02','2021-10-03 05:28:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf\">October 3, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf\">September 26, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf\">September 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-12-2021.pdf\">September 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-5-2021.pdf\">September 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/August-29-2021.pdf\">August 29, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-10-02 22:28:02','2021-10-03 05:28:02','',1441,'https://www.crosspoint-church.com/?p=3653',0,'revision','',0),(3655,1,'2021-10-03 08:54:17','2021-10-03 15:54:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 3, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-03 08:54:17','2021-10-03 15:54:17','',2638,'https://www.crosspoint-church.com/?p=3655',0,'revision','',0),(3656,1,'2021-10-03 10:00:36','2021-10-03 17:00:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 3, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3xAq_swhACw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-03 10:00:36','2021-10-03 17:00:36','',2638,'https://www.crosspoint-church.com/?p=3656',0,'revision','',0),(3657,1,'2021-10-03 10:01:06','2021-10-03 17:01:06','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 3, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/3xAq_swhACw\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-03 10:01:06','2021-10-03 17:01:06','',2638,'https://www.crosspoint-church.com/?p=3657',0,'revision','',0),(3658,1,'2021-10-10 10:30:51','2021-10-10 17:30:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 10, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/681zJBo1HO0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-10 10:30:51','2021-10-10 17:30:51','',2638,'https://www.crosspoint-church.com/?p=3658',0,'revision','',0),(3661,2,'2021-10-16 23:36:58','2021-10-17 06:36:58','','October 17, 2021','','inherit','open','closed','','october-17-2021','','','2021-10-16 23:57:47','2021-10-17 06:57:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf',0,'attachment','application/pdf',0),(3662,2,'2021-10-16 23:37:02','2021-10-17 06:37:02','','October 10, 2021','','inherit','open','closed','','october-10-2021','','','2021-10-16 23:57:29','2021-10-17 06:57:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf',0,'attachment','application/pdf',0),(3663,2,'2021-10-16 23:58:00','2021-10-17 06:58:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf\">October 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf\">October 3, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf\">September 26, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf\">September 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-12-2021.pdf\">September 12, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-10-16 23:58:00','2021-10-17 06:58:00','',1441,'https://www.crosspoint-church.com/?p=3663',0,'revision','',0),(3665,1,'2021-10-17 10:13:10','2021-10-17 17:13:10','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 17, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/cn7mKr_ZGa8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-17 10:13:10','2021-10-17 17:13:10','',2638,'https://www.crosspoint-church.com/?p=3665',0,'revision','',0),(3666,1,'2021-10-17 10:15:31','2021-10-17 17:15:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 17, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/cn7mKr_ZGa8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-17 10:15:31','2021-10-17 17:15:31','',2638,'https://www.crosspoint-church.com/?p=3666',0,'revision','',0),(3667,1,'2021-10-24 10:15:00','2021-10-24 17:15:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 24, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZF3wUBLYXgU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-24 10:15:00','2021-10-24 17:15:00','',2638,'https://www.crosspoint-church.com/?p=3667',0,'revision','',0),(3668,1,'2021-10-24 10:15:36','2021-10-24 17:15:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 24, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/ZF3wUBLYXgU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-24 10:15:36','2021-10-24 17:15:36','',2638,'https://www.crosspoint-church.com/?p=3668',0,'revision','',0),(3669,2,'2021-10-24 15:38:45','2021-10-24 22:38:45','','October 24, 2021','','inherit','open','closed','','october-24-2021','','','2021-10-24 15:38:52','2021-10-24 22:38:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf',0,'attachment','application/pdf',0),(3670,2,'2021-10-24 15:39:02','2021-10-24 22:39:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf\">October 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf\">October 3, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf\">September 26, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-19-2021.pdf\">September 19, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-10-24 15:39:02','2021-10-24 22:39:02','',1441,'https://www.crosspoint-church.com/?p=3670',0,'revision','',0),(3672,1,'2021-10-31 08:15:16','2021-10-31 15:15:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 24, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-31 08:15:16','2021-10-31 15:15:16','',2638,'https://www.crosspoint-church.com/?p=3672',0,'revision','',0),(3674,2,'2021-10-31 08:50:10','2021-10-31 15:50:10','','October 31, 2021','','inherit','open','closed','','october-31-2021','','','2021-10-31 08:50:23','2021-10-31 15:50:23','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf',0,'attachment','application/pdf',0),(3675,2,'2021-10-31 08:50:46','2021-10-31 15:50:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf\">October 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf\">October 3, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/09/September-26-2021.pdf\">September 26, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-10-31 08:50:46','2021-10-31 15:50:46','',1441,'https://www.crosspoint-church.com/?p=3675',0,'revision','',0),(3676,1,'2021-10-31 10:09:51','2021-10-31 17:09:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 24, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/n_54QjPQVqQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-31 10:09:51','2021-10-31 17:09:51','',2638,'https://www.crosspoint-church.com/?p=3676',0,'revision','',0),(3677,1,'2021-10-31 10:10:07','2021-10-31 17:10:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, October 24, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/n_54QjPQVqQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-10-31 10:10:07','2021-10-31 17:10:07','',2638,'https://www.crosspoint-church.com/?p=3677',0,'revision','',0),(3678,2,'2021-11-06 21:03:35','2021-11-07 04:03:35','','November 7, 2021','','inherit','open','closed','','november-7-2021','','','2021-11-06 21:03:42','2021-11-07 04:03:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf',0,'attachment','application/pdf',0),(3679,2,'2021-11-06 21:03:53','2021-11-07 04:03:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf\">November 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf\">October 10, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-3-2021.pdf\">October 3, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-11-06 21:03:53','2021-11-07 04:03:53','',1441,'https://www.crosspoint-church.com/?p=3679',0,'revision','',0),(3680,1,'2021-11-07 07:41:01','2021-11-07 15:41:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 7, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-07 07:41:01','2021-11-07 15:41:01','',2638,'https://www.crosspoint-church.com/?p=3680',0,'revision','',0),(3681,1,'2021-11-07 10:00:58','2021-11-07 18:00:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 7, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/RrDG6bbh2y0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-07 10:00:58','2021-11-07 18:00:58','',2638,'https://www.crosspoint-church.com/?p=3681',0,'revision','',0),(3682,1,'2021-11-07 10:01:14','2021-11-07 18:01:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 7, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/RrDG6bbh2y0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-07 10:01:14','2021-11-07 18:01:14','',2638,'https://www.crosspoint-church.com/?p=3682',0,'revision','',0),(3684,2,'2021-11-14 07:52:27','2021-11-14 15:52:27','','November 14, 2021','','inherit','open','closed','','november-14-2021','','','2021-11-14 07:52:35','2021-11-14 15:52:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf',0,'attachment','application/pdf',0),(3685,2,'2021-11-14 07:52:42','2021-11-14 15:52:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf\">November 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf\">November 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-10-2021.pdf\">October 10, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-11-14 07:52:42','2021-11-14 15:52:42','',1441,'https://www.crosspoint-church.com/?p=3685',0,'revision','',0),(3687,1,'2021-11-14 08:43:43','2021-11-14 16:43:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-14 08:43:43','2021-11-14 16:43:43','',2638,'https://www.crosspoint-church.com/?p=3687',0,'revision','',0),(3688,1,'2021-11-14 09:55:50','2021-11-14 17:55:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VE0fU2FxPtM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-14 09:55:50','2021-11-14 17:55:50','',2638,'https://www.crosspoint-church.com/?p=3688',0,'revision','',0),(3689,1,'2021-11-14 09:56:03','2021-11-14 17:56:03','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/VE0fU2FxPtM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-14 09:56:03','2021-11-14 17:56:03','',2638,'https://www.crosspoint-church.com/?p=3689',0,'revision','',0),(3690,1,'2021-11-21 07:25:27','2021-11-21 15:25:27','','Thanksgiving Note page - 2021','','inherit','open','closed','','thanksgiving-note-page-2021','','','2021-11-21 07:25:27','2021-11-21 15:25:27','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/11/Thanksgiving-Note-page-2021.pdf',0,'attachment','application/pdf',0),(3691,1,'2021-11-21 07:26:02','2021-11-21 15:26:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/Thanksgiving-Note-page-2021.pdf\" target=\"_blank\" rel=\"noopener\">Sermon Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-21 07:26:02','2021-11-21 15:26:02','',2638,'https://www.crosspoint-church.com/?p=3691',0,'revision','',0),(3692,1,'2021-11-21 09:57:48','2021-11-21 17:57:48','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/KQ6cdgWgpbg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/Thanksgiving-Note-page-2021.pdf\" target=\"_blank\" rel=\"noopener\">Sermon Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-21 09:57:48','2021-11-21 17:57:48','',2638,'https://www.crosspoint-church.com/?p=3692',0,'revision','',0),(3693,1,'2021-11-21 09:58:06','2021-11-21 17:58:06','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 14, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/KQ6cdgWgpbg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/Thanksgiving-Note-page-2021.pdf\" target=\"_blank\" rel=\"noopener\">Sermon Note Page</a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-21 09:58:06','2021-11-21 17:58:06','',2638,'https://www.crosspoint-church.com/?p=3693',0,'revision','',0),(3695,2,'2021-11-21 22:45:31','2021-11-22 06:45:31','','November 21, 2021','','inherit','open','closed','','november-21-2021','','','2021-11-21 22:45:38','2021-11-22 06:45:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf',0,'attachment','application/pdf',0),(3696,2,'2021-11-21 22:45:44','2021-11-22 06:45:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf\">November 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf\">November 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf\">November 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-17-2021.pdf\">October 17, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-11-21 22:45:44','2021-11-22 06:45:44','',1441,'https://www.crosspoint-church.com/?p=3696',0,'revision','',0),(3698,1,'2021-11-28 08:45:48','2021-11-28 16:45:48','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-28 08:45:48','2021-11-28 16:45:48','',2638,'https://www.crosspoint-church.com/?p=3698',0,'revision','',0),(3699,1,'2021-11-28 10:08:22','2021-11-28 18:08:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/RCJLkTNyf7k\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-28 10:08:22','2021-11-28 18:08:22','',2638,'https://www.crosspoint-church.com/?p=3699',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3700,1,'2021-11-28 10:08:37','2021-11-28 18:08:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, November 28, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/RCJLkTNyf7k\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-11-28 10:08:37','2021-11-28 18:08:37','',2638,'https://www.crosspoint-church.com/?p=3700',0,'revision','',0),(3702,2,'2021-12-05 08:27:20','2021-12-05 16:27:20','','December 5, 2021','','inherit','open','closed','','december-5-2021','','','2021-12-05 08:27:29','2021-12-05 16:27:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-5-2021.pdf',0,'attachment','application/pdf',0),(3703,2,'2021-12-05 08:27:36','2021-12-05 16:27:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-5-2021.pdf\">December 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf\">November 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf\">November 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf\">November 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-24-2021.pdf\">October 24, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-12-05 08:27:36','2021-12-05 16:27:36','',1441,'https://www.crosspoint-church.com/?p=3703',0,'revision','',0),(3705,1,'2021-12-05 08:51:32','2021-12-05 16:51:32','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 5, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-05 08:51:32','2021-12-05 16:51:32','',2638,'https://www.crosspoint-church.com/?p=3705',0,'revision','',0),(3706,1,'2021-12-05 10:14:43','2021-12-05 18:14:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 5, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l9ZkFTmq8YM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-05 10:14:43','2021-12-05 18:14:43','',2638,'https://www.crosspoint-church.com/?p=3706',0,'revision','',0),(3707,1,'2021-12-05 10:14:58','2021-12-05 18:14:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 5, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/l9ZkFTmq8YM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-05 10:14:58','2021-12-05 18:14:58','',2638,'https://www.crosspoint-church.com/?p=3707',0,'revision','',0),(3708,2,'2021-12-11 23:29:55','2021-12-12 07:29:55','','December 12, 2021','','inherit','open','closed','','december-12-2021','','','2021-12-11 23:30:01','2021-12-12 07:30:01','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf',0,'attachment','application/pdf',0),(3709,2,'2021-12-11 23:30:13','2021-12-12 07:30:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf\">December 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-5-2021.pdf\">December 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf\">November 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf\">November 14, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-7-2021.pdf\">November 7, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/10/October-31-2021.pdf\">October 31, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2021-12-11 23:30:13','2021-12-12 07:30:13','',1441,'https://www.crosspoint-church.com/?p=3709',0,'revision','',0),(3710,1,'2021-12-12 07:38:49','2021-12-12 15:38:49','','What time is christmas--notes','','inherit','open','closed','','what-time-is-christmas-notes','','','2021-12-12 07:38:49','2021-12-12 15:38:49','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2021/12/What-time-is-christmas-notes.pdf',0,'attachment','application/pdf',0),(3711,1,'2021-12-12 07:39:16','2021-12-12 15:39:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/What-time-is-christmas-notes.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-12 07:39:16','2021-12-12 15:39:16','',2638,'https://www.crosspoint-church.com/?p=3711',0,'revision','',0),(3712,1,'2021-12-12 12:19:27','2021-12-12 20:19:27','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TaM6-zak-kM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/What-time-is-christmas-notes.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-12 12:19:27','2021-12-12 20:19:27','',2638,'https://www.crosspoint-church.com/?p=3712',0,'revision','',0),(3713,1,'2021-12-12 12:19:56','2021-12-12 20:19:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 12, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/TaM6-zak-kM\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/What-time-is-christmas-notes.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-12 12:19:56','2021-12-12 20:19:56','',2638,'https://www.crosspoint-church.com/?p=3713',0,'revision','',0),(3715,1,'2021-12-19 08:03:19','2021-12-19 16:03:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-19 08:03:19','2021-12-19 16:03:19','',2638,'https://www.crosspoint-church.com/?p=3715',0,'revision','',0),(3716,1,'2021-12-19 09:58:55','2021-12-19 17:58:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/85akShw_dc4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-19 09:58:55','2021-12-19 17:58:55','',2638,'https://www.crosspoint-church.com/?p=3716',0,'revision','',0),(3717,1,'2021-12-19 09:59:12','2021-12-19 17:59:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, December 19, 2021\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/85akShw_dc4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2021-12-19 09:59:12','2021-12-19 17:59:12','',2638,'https://www.crosspoint-church.com/?p=3717',0,'revision','',0),(3720,1,'2022-01-02 10:11:36','2022-01-02 18:11:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 2, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kqM4iHSd2Pk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-02 10:11:36','2022-01-02 18:11:36','',2638,'https://www.crosspoint-church.com/?p=3720',0,'revision','',0),(3721,1,'2022-01-02 10:11:55','2022-01-02 18:11:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 2, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/kqM4iHSd2Pk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-02 10:11:55','2022-01-02 18:11:55','',2638,'https://www.crosspoint-church.com/?p=3721',0,'revision','',0),(3722,2,'2022-01-02 20:05:37','2022-01-03 04:05:37','','January 2, 2022','','inherit','open','closed','','january-2-2022','','','2022-01-02 20:08:35','2022-01-03 04:08:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf',0,'attachment','application/pdf',0),(3723,2,'2022-01-02 20:05:44','2022-01-03 04:05:44','','121221 bulletin','','inherit','open','closed','','121221-bulletin','','','2022-01-02 20:05:44','2022-01-03 04:05:44','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/121221-bulletin.pdf',0,'attachment','application/pdf',0),(3724,2,'2022-01-02 20:05:47','2022-01-03 04:05:47','','December 19, 2021','','inherit','open','closed','','121921-bulletin','','','2022-01-02 20:08:10','2022-01-03 04:08:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/121921-bulletin.pdf',0,'attachment','application/pdf',0),(3725,2,'2022-01-02 20:08:45','2022-01-03 04:08:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf\">January 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/121921-bulletin.pdf\">December 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf\">December 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-5-2021.pdf\">December 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf\">November 21, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-14-2021.pdf\">November 14, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-01-02 20:08:45','2022-01-03 04:08:45','',1441,'https://www.crosspoint-church.com/?p=3725',0,'revision','',0),(3726,1,'2022-01-09 08:12:17','2022-01-09 16:12:17','','Sermon Notes--part 1','','inherit','open','closed','','sermon-notes-part-1-3','','','2022-01-09 08:12:17','2022-01-09 16:12:17','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1.pdf',0,'attachment','application/pdf',0),(3727,1,'2022-01-09 08:12:42','2022-01-09 16:12:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 9, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-09 08:12:42','2022-01-09 16:12:42','',2638,'https://www.crosspoint-church.com/?p=3727',0,'revision','',0),(3729,1,'2022-01-09 09:50:36','2022-01-09 17:50:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 9, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7F9Thx9UFWg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-09 09:50:36','2022-01-09 17:50:36','',2638,'https://www.crosspoint-church.com/?p=3729',0,'revision','',0),(3730,1,'2022-01-09 09:50:53','2022-01-09 17:50:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 9, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/7F9Thx9UFWg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-09 09:50:53','2022-01-09 17:50:53','',2638,'https://www.crosspoint-church.com/?p=3730',0,'revision','',0),(3731,1,'2022-01-09 09:53:45','2022-01-09 17:53:45','','Sermon Notes--part 1','','inherit','open','closed','','sermon-notes-part-1-4','','','2022-01-09 09:53:45','2022-01-09 17:53:45','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1-1.pdf',0,'attachment','application/pdf',0),(3732,1,'2022-01-09 09:54:31','2022-01-09 17:54:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 9, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/7F9Thx9UFWg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-1-1.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-09 09:54:31','2022-01-09 17:54:31','',2638,'https://www.crosspoint-church.com/?p=3732',0,'revision','',0),(3733,2,'2022-01-09 17:48:27','2022-01-10 01:48:27','','January 9, 2022','','inherit','open','closed','','january-9-2022','','','2022-01-09 17:48:34','2022-01-10 01:48:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-9-2022.pdf',0,'attachment','application/pdf',0),(3734,2,'2022-01-09 17:48:54','2022-01-10 01:48:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-9-2022.pdf\">January 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf\">January 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/121921-bulletin.pdf\">December 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf\">December 12, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-5-2021.pdf\">December 5, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/11/November-21-2021.pdf\">November 21, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-01-09 17:48:54','2022-01-10 01:48:54','',1441,'https://www.crosspoint-church.com/?p=3734',0,'revision','',0),(3736,1,'2022-01-16 07:59:16','2022-01-16 15:59:16','','Sermon Notes--part 2','','inherit','open','closed','','sermon-notes-part-2','','','2022-01-16 07:59:16','2022-01-16 15:59:16','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-2.pdf',0,'attachment','application/pdf',0),(3737,1,'2022-01-16 07:59:42','2022-01-16 15:59:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 16, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-16 07:59:42','2022-01-16 15:59:42','',2638,'https://www.crosspoint-church.com/?p=3737',0,'revision','',0),(3738,1,'2022-01-16 10:27:27','2022-01-16 18:27:27','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 16, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/vYu92XldCu0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-16 10:27:27','2022-01-16 18:27:27','',2638,'https://www.crosspoint-church.com/?p=3738',0,'revision','',0),(3739,1,'2022-01-16 10:27:42','2022-01-16 18:27:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 16, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/vYu92XldCu0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part-2.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Message Note Page</strong></a></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-16 10:27:42','2022-01-16 18:27:42','',2638,'https://www.crosspoint-church.com/?p=3739',0,'revision','',0),(3741,2,'2022-01-16 21:33:09','2022-01-17 05:33:09','','January 16, 2022','','inherit','open','closed','','january-16-2022','','','2022-01-16 21:33:19','2022-01-17 05:33:19','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-16-2022.pdf',0,'attachment','application/pdf',0),(3742,2,'2022-01-16 21:33:30','2022-01-17 05:33:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-16-2022.pdf\">January 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-9-2022.pdf\">January 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf\">January 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/121921-bulletin.pdf\">December 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf\">December 12, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-01-16 21:33:30','2022-01-17 05:33:30','',1441,'https://www.crosspoint-church.com/?p=3742',0,'revision','',0),(3744,1,'2022-01-23 07:58:12','2022-01-23 15:58:12','','Sermon Notes--part3','','inherit','open','closed','','sermon-notes-part3','','','2022-01-23 07:58:12','2022-01-23 15:58:12','',2638,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part3.pdf',0,'attachment','application/pdf',0),(3745,1,'2022-01-23 07:58:45','2022-01-23 15:58:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 23, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/vYu92XldCu0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></strong></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-23 07:58:45','2022-01-23 15:58:45','',2638,'https://www.crosspoint-church.com/?p=3745',0,'revision','',0),(3746,1,'2022-01-23 10:03:44','2022-01-23 18:03:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 23, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mWjmxpwIUB8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></strong></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-23 10:03:44','2022-01-23 18:03:44','',2638,'https://www.crosspoint-church.com/?p=3746',0,'revision','',0),(3747,1,'2022-01-23 10:04:04','2022-01-23 18:04:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 23, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/mWjmxpwIUB8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/Sermon-Notes-part3.pdf\" target=\"_blank\" rel=\"noopener\">Message Note Page</a></strong></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-23 10:04:04','2022-01-23 18:04:04','',2638,'https://www.crosspoint-church.com/?p=3747',0,'revision','',0),(3748,2,'2022-01-24 05:45:29','2022-01-24 13:45:29','','January 23, 2022','','inherit','open','closed','','january-23-2022','','','2022-01-24 05:45:37','2022-01-24 13:45:37','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-23-2022.pdf',0,'attachment','application/pdf',0),(3749,2,'2022-01-24 05:45:47','2022-01-24 13:45:47','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-23-2022.pdf\">January 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-16-2022.pdf\">January 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-9-2022.pdf\">January 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf\">January 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/121921-bulletin.pdf\">December 19, 2021</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2021/12/December-12-2021.pdf\">December 12, 2021</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-01-24 05:45:47','2022-01-24 13:45:47','',1441,'https://www.crosspoint-church.com/?p=3749',0,'revision','',0),(3750,1,'2022-01-30 08:43:36','2022-01-30 16:43:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 30, 2022\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-30 08:43:36','2022-01-30 16:43:36','',2638,'https://www.crosspoint-church.com/?p=3750',0,'revision','',0),(3751,1,'2022-01-30 10:06:43','2022-01-30 18:06:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 30, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\">&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/v1gciOulCW4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-30 10:06:43','2022-01-30 18:06:43','',2638,'https://www.crosspoint-church.com/?p=3751',0,'revision','',0),(3752,1,'2022-01-30 10:06:59','2022-01-30 18:06:59','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: center;\"><strong>Sunday Live Stream, January 30, 2022\r\n</strong></h4>\r\n<p style=\"text-align: center;\"><iframe title=\"YouTube video player\" src=\"https://www.youtube.com/embed/v1gciOulCW4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-01-30 10:06:59','2022-01-30 18:06:59','',2638,'https://www.crosspoint-church.com/?p=3752',0,'revision','',0),(3754,1,'2022-02-02 09:51:00','2022-02-02 17:51:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch previous worship services.  It will take you to our YouTube channel.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: left;\">Below you will be able to listen to the audio of previous messages.<strong>\r\n</strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-02 09:51:00','2022-02-02 17:51:00','',2638,'https://www.crosspoint-church.com/?p=3754',0,'revision','',0),(3755,1,'2022-02-02 09:54:21','2022-02-02 17:54:21','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"\" padding_left=\"25px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch live streams of past services.  Below the link to our YouTube page is a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: left;\"><strong> </strong></h4>\r\n<p style=\"text-align: left;\">[sermons]</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-02 09:54:21','2022-02-02 17:54:21','',2638,'https://www.crosspoint-church.com/?p=3755',0,'revision','',0),(3756,1,'2022-02-02 09:58:15','2022-02-02 17:58:15','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_transform=\"none\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below.  You may also click on this button to watch live streams of past services.  If you scroll down below the link to our YouTube page you will find a listing of audio versions of all the past messages.</p>\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\n<h4 style=\"text-align: left;\"><strong> </strong></h4>\n<p style=\"text-align: left;\"></p>[sermons]<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-02 09:58:15','2022-02-02 17:58:15','',2638,'https://www.crosspoint-church.com/?p=3756',0,'revision','',0),(3757,1,'2022-02-02 09:58:46','2022-02-02 17:58:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below the link to our YouTube page you will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n<h4 style=\"text-align: left;\"></h4>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-02 09:58:46','2022-02-02 17:58:46','',2638,'https://www.crosspoint-church.com/?p=3757',0,'revision','',0),(3758,1,'2022-02-06 08:04:05','2022-02-06 16:04:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3><strong>Live Stream</strong></h3>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below the link to our YouTube page you will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-06 08:04:05','2022-02-06 16:04:05','',2638,'https://www.crosspoint-church.com/?p=3758',0,'revision','',0),(3759,1,'2022-02-06 08:04:57','2022-02-06 16:04:57','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2><strong>Live Stream</strong></h2>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below the link to our YouTube page you will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-06 08:04:57','2022-02-06 16:04:57','',2638,'https://www.crosspoint-church.com/?p=3759',0,'revision','',0),(3760,1,'2022-02-06 08:05:44','2022-02-06 16:05:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Live Stream</h2>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2022-02-06 08:05:44','2022-02-06 16:05:44','',2638,'https://www.crosspoint-church.com/?p=3760',0,'revision','',0),(3763,2,'2022-02-12 21:57:17','2022-02-13 05:57:17','','February 6, 2022','','inherit','open','closed','','february-6-2022','','','2022-02-12 21:57:34','2022-02-13 05:57:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-6-2022.pdf',0,'attachment','application/pdf',0),(3764,2,'2022-02-12 21:57:22','2022-02-13 05:57:22','','February 13, 2022','','inherit','open','closed','','february-13-2022','','','2022-02-12 21:58:02','2022-02-13 05:58:02','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf',0,'attachment','application/pdf',0),(3765,2,'2022-02-12 21:58:12','2022-02-13 05:58:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf\">February 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-6-2022.pdf\">February 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-23-2022.pdf\">January 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-16-2022.pdf\">January 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-9-2022.pdf\">January 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-2-2022.pdf\">January 2, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-02-12 21:58:12','2022-02-13 05:58:12','',1441,'https://www.crosspoint-church.com/?p=3765',0,'revision','',0),(3766,1,'2022-02-16 14:49:34','2022-02-16 22:49:34','','small-group-graphic_','','inherit','open','closed','','small-group-graphic_','','','2022-02-16 14:49:34','2022-02-16 22:49:34','',1462,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/small-group-graphic_.jpg',0,'attachment','image/jpeg',0),(3767,1,'2022-02-16 14:49:52','2022-02-16 22:49:52','','small-groups','','inherit','open','closed','','small-groups-2','','','2022-02-16 14:49:52','2022-02-16 22:49:52','',1462,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/small-groups.jpg',0,'attachment','image/jpeg',0),(3768,1,'2022-02-16 14:50:22','2022-02-16 22:50:22','','SMALL-GROUPS','','inherit','open','closed','','small-groups-3','','','2022-02-16 14:50:22','2022-02-16 22:50:22','',1462,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/SMALL-GROUPS.png',0,'attachment','image/png',0),(3769,1,'2022-02-16 14:50:48','2022-02-16 22:50:48','','smallgroupsrev','','inherit','open','closed','','smallgroupsrev','','','2022-02-16 14:50:48','2022-02-16 22:50:48','',1462,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/smallgroupsrev.jpg',0,'attachment','image/jpeg',0),(3770,1,'2022-02-16 14:57:44','2022-02-16 22:57:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header><h1 class=\"page-title\">Small Groups</h1></header><p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p><p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p><p>We have a number of groups that meet different times and days throughout the week.</p><p><strong>Current Small Groups</strong></p><ul><li>Wednesdays at 6pm</li><li>Wednesdays at 5:30pm (Babysitting provided)</li><li>Every other Sunday at 4pm</li></ul><p>If you are interested in checking one out, please contact Pastor Sarah at pastorsarahnaz@gmail.com or the church office at info@crosspoint-church.com.</p><p> </p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2022-02-16 14:57:44','2022-02-16 22:57:44','',1462,'https://www.crosspoint-church.com/?p=3770',0,'revision','',0),(3771,1,'2022-02-16 14:58:58','2022-02-16 22:58:58','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header><h1 class=\"page-title\">Small Groups</h1></header><p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p><p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p><p>We have a number of groups that meet different times and days throughout the week.</p><p><strong>Current Small Groups</strong></p><ul><li>Wednesdays at 6pm</li><li>Wednesdays at 5:30pm (Babysitting provided)</li><li>Every other Sunday at 4pm</li></ul><p>If you would like to get connected to a small group, please contact Pastor Sarah at pastorsarahnaz@gmail.com or the church office at info@crosspoint-church.com.</p><p> </p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2022-02-16 14:58:58','2022-02-16 22:58:58','',1462,'https://www.crosspoint-church.com/?p=3771',0,'revision','',0),(3772,1,'2022-02-16 15:05:44','2022-02-16 23:05:44','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Small Groups</h1>\n</header>\n<p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p>\n<p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p>\n<p>We have a number of groups that meet different times and days throughout the week.</p>\n<p><strong>Current Small Groups</strong></p>\n<ul>\n<li>Wednesdays at 6pm</li>\n<li>Wednesdays at 5:30pm (Babysitting provided)</li>\n<li>Every other Sunday at 4pm</li>\n</ul>\n<p>If you would like to get connected to a small group, please contact Pastor Sarah at pastorsarahnaz@gmail.com or the church office at info@crosspoint-church.com.</p>\n<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2022-02-16 15:05:44','2022-02-16 23:05:44','',1462,'https://www.crosspoint-church.com/?p=3772',0,'revision','',0),(3773,1,'2022-03-04 16:14:08','0000-00-00 00:00:00','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" columns=\"1\" content_alignment=\"left\"]\r\n<h3><b><img class=\"size-medium wp-image-3774 alignleft\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></b><b style=\"font-family: var(--h3_typography-font-family); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">S</b><b style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">arah Lindner - </b><span style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); font-weight: var(--h3_typography-font-weight); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">Associate Pastor</span></h3>\r\n<p style=\"text-align: left;\">Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey as she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>.</p>\r\n[/fusion_text][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<h3 style=\"text-align: right;\"><strong>Cristy Gilden</strong> - Children\'s Ministry Director</h3><p>Cristy Gilden was born in Yuma, Arizona but spent most of her life in Vancouver, BC.  Her dad is a pastor and was called to Canada in 1989.  It wasn’t till she met and married her husband Brandon in 2018 that she relocated back to the USA and settled here in Lynden, WA.</p><p>Cristy began serving in church teaching children at the tender age of 8 years old.  She, as most Pastor kids do, did anything that her parents told her the church needed.  Childcare on a Sunday night was one of those things.  She took it seriously and began to write children’s curriculum at the age of ten in her first language which is Spanish.  Since then, she has been serving as a Sunday school teacher and Jr.Church volunteer and coordinator and a director in The Children’s Ministries (CM) Council and the Sunday School and Discipleship Ministries International (SDMI) in the Church of the Nazarene.  </p><p>Cristy went to Ambrose, University (The Nazarene College in Canada) for a brief moment to get her Music Degree but God had other plans for her life and in the Summer of 2014, she graduated from Douglas College with her Classroom and Community Support Diploma, a specialty in ABA (Applied Behavior Analysis)  and a concentration on Behavior Intervention.  She then moved on to teach at Douglas College for three years before God called her to CrossPoint Church to begin her own ministry as the Children’s and Youth Ministry Director.</p><p>While Cristy knows and understands children and youth are two separate worlds she is passionate about children and leading them to Christ at a young age.  Cristy believes that God keeps His promises and like scripture reads in Proverbs 22:6 (NIV)  “Start children off on the way they should go, and even when they are old, they will not turn from it.”  Children grow up to be teenager and they need Christ just as much, if not more during the teenage years.  Where God calls, he equips, and God has equipped Cristy with a fervid love for youth as well as children. </p><p>Today, God has also blessed Cristy with a blended family where she can live out her love for babies, kids, and teenager as she parents Knox (2 yrs.), Kash (10 yrs.) and Tessa (15 yrs.) with the help of her husband Brandon.  Cristy is excited about life and the potential at CrossPoint Church, and she can’t wait to see what God has in store for the children and youth here!</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','draft','closed','closed','','the-team','','','2022-03-04 16:14:08','2022-03-05 00:14:08','',10,'https://www.crosspoint-church.com/?page_id=3773',0,'page','',0),(3774,1,'2022-02-16 15:24:18','2022-02-16 23:24:18','','249314501_10226639861121151_8803488510180329694_n (1)','','inherit','open','closed','','249314501_10226639861121151_8803488510180329694_n-1','','','2022-02-16 15:24:18','2022-02-16 23:24:18','',0,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1.jpg',0,'attachment','image/jpeg',0),(3775,1,'2022-02-16 15:33:00','2022-02-16 23:33:00','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" spacing_medium=\"\" spacing_small=\"\" padding_dimensions_medium=\"\" padding_dimensions_small=\"\" border_sizes=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" type_medium=\"\" type_small=\"\" type=\"1_1\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding=\"\" hover_type=\"none\" border_sizes=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" min_height=\"\" last=\"no\" link=\"\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" dimensions_medium=\"\" dimensions_small=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text columns=\"\" rule_style=\"default\" rule_size=\"\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p><b>Sarah Lindner </b>- Associate Pastor of Adult Ministries</p><p>Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey where she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>. <br></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','inherit','closed','closed','','3773-revision-v1','','','2022-02-16 15:33:00','2022-02-16 23:33:00','',3773,'https://www.crosspoint-church.com/?p=3775',0,'revision','',0),(3776,1,'2022-02-16 15:41:47','2022-02-16 23:41:47','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" columns=\"2\"]<h2><b><img class=\"aligncenter size-medium wp-image-3774\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /><br /></b></h2><p><b> </b></p><p><b> </b></p><p><b> </b></p><p><b> </b></p><p><b> </b></p><h3><b>Sarah Lindner - </b>Associate Pastor</h3><p>Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey where she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>.</p>[/fusion_text][fusion_text columns=\"\" rule_style=\"default\" rule_size=\"\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<h3 style=\"text-align: right;\"><strong>Cristy Gilden</strong> - Children\'s Ministry Director</h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','inherit','closed','closed','','3773-revision-v1','','','2022-02-16 15:41:47','2022-02-16 23:41:47','',3773,'https://www.crosspoint-church.com/?p=3776',0,'revision','',0),(3777,1,'2022-02-16 15:43:03','2022-02-16 23:43:03','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" columns=\"2\"]<h2><b><img class=\"aligncenter size-medium wp-image-3774\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"><br></b></h2>\n<p><b> </b></p>\n<p><b> </b></p>\n<p><b> </b></p>\n<p><b> </b></p>\n<p><b style=\"font-family: var(--h3_typography-font-family); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">S</b><b style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">arah Lindner - </b><span style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); font-weight: var(--h3_typography-font-weight); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">Associate Pastor</span></p>\n<p>Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey where she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>.</p>[/fusion_text][fusion_text columns=\"\" rule_style=\"default\" rule_size=\"\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<h3 style=\"text-align: right;\"><strong>Cristy Gilden</strong> - Children\'s Ministry Director</h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','inherit','closed','closed','','3773-revision-v1','','','2022-02-16 15:43:03','2022-02-16 23:43:03','',3773,'https://www.crosspoint-church.com/?p=3777',0,'revision','',0),(3778,1,'2022-02-16 15:50:01','2022-02-16 23:50:01','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" columns=\"1\" content_alignment=\"left\"]<h3><b><img class=\"size-medium wp-image-3774 alignleft\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></b><b style=\"font-family: var(--h3_typography-font-family); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">S</b><b style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">arah Lindner - </b><span style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); font-weight: var(--h3_typography-font-weight); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">Associate Pastor</span></h3><p style=\"text-align: left;\">Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey as she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>.</p>[/fusion_text][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n<h3 style=\"text-align: right;\"><strong>Cristy Gilden</strong> - Children\'s Ministry Director</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','inherit','closed','closed','','3773-revision-v1','','','2022-02-16 15:50:01','2022-02-16 23:50:01','',3773,'https://www.crosspoint-church.com/?p=3778',0,'revision','',0),(3780,2,'2022-02-27 07:35:08','2022-02-27 15:35:08','','February 27, 2022','','inherit','open','closed','','february-27-2022','','','2022-02-27 07:35:55','2022-02-27 15:35:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf',0,'attachment','application/pdf',0),(3781,2,'2022-02-27 07:35:14','2022-02-27 15:35:14','','February 20, 2022','','inherit','open','closed','','february-20-2022','','','2022-02-27 07:35:32','2022-02-27 15:35:32','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf',0,'attachment','application/pdf',0),(3782,2,'2022-02-27 07:36:03','2022-02-27 15:36:03','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf\">February 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf\">February 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-6-2022.pdf\">February 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-23-2022.pdf\">January 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-16-2022.pdf\">January 16, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-02-27 07:36:03','2022-02-27 15:36:03','',1441,'https://www.crosspoint-church.com/?p=3782',0,'revision','',0),(3784,1,'2022-03-04 16:14:08','2022-03-05 00:14:08','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"15px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]The Team[/fusion_title][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" columns=\"1\" content_alignment=\"left\"]\r\n<h3><b><img class=\"size-medium wp-image-3774 alignleft\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/249314501_10226639861121151_8803488510180329694_n-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></b><b style=\"font-family: var(--h3_typography-font-family); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">S</b><b style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">arah Lindner - </b><span style=\"color: var(--h3_typography-color); font-family: var(--h3_typography-font-family); font-size: var(--h3_typography-font-size); font-style: var(--h3_typography-font-style,normal); font-weight: var(--h3_typography-font-weight); letter-spacing: var(--h3_typography-letter-spacing); background-color: rgba(255, 255, 255, 0);\">Associate Pastor</span></h3>\r\n<p style=\"text-align: left;\">Sarah Lindner is an ordained Free Methodist pastor (a sister denomination to the Nazarenes) who has found a home here at CrossPoint Church. She grew up as a Pastor’s kid in Oregon and felt a call into ministry herself when she was only 15 years old. From there, God took her on a unique journey as she attended and graduated from the University of Oregon with a degree in Business Administration and Nonprofit Management in 2015 and then immediately started pastoring a small church in Springfield, OR at the age of 20. She moved to Lynden in 2019 to focus on finishing her graduate degree and officially graduated from Portland Seminary with her Master of Divinity in 2021. She has been on staff at CrossPoint since September of 2021 and is passionate about helping people connect with both God and each other so that they can grow in love and faithfulness. You can contact Pastor Sarah at <i>pastorsarahnaz@gmail.com</i>.</p>\r\n[/fusion_text][fusion_text rule_style=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<h3 style=\"text-align: right;\"><strong>Cristy Gilden</strong> - Children\'s Ministry Director</h3><p>Cristy Gilden was born in Yuma, Arizona but spent most of her life in Vancouver, BC.  Her dad is a pastor and was called to Canada in 1989.  It wasn’t till she met and married her husband Brandon in 2018 that she relocated back to the USA and settled here in Lynden, WA.</p><p>Cristy began serving in church teaching children at the tender age of 8 years old.  She, as most Pastor kids do, did anything that her parents told her the church needed.  Childcare on a Sunday night was one of those things.  She took it seriously and began to write children’s curriculum at the age of ten in her first language which is Spanish.  Since then, she has been serving as a Sunday school teacher and Jr.Church volunteer and coordinator and a director in The Children’s Ministries (CM) Council and the Sunday School and Discipleship Ministries International (SDMI) in the Church of the Nazarene.  </p><p>Cristy went to Ambrose, University (The Nazarene College in Canada) for a brief moment to get her Music Degree but God had other plans for her life and in the Summer of 2014, she graduated from Douglas College with her Classroom and Community Support Diploma, a specialty in ABA (Applied Behavior Analysis)  and a concentration on Behavior Intervention.  She then moved on to teach at Douglas College for three years before God called her to CrossPoint Church to begin her own ministry as the Children’s and Youth Ministry Director.</p><p>While Cristy knows and understands children and youth are two separate worlds she is passionate about children and leading them to Christ at a young age.  Cristy believes that God keeps His promises and like scripture reads in Proverbs 22:6 (NIV)  “Start children off on the way they should go, and even when they are old, they will not turn from it.”  Children grow up to be teenager and they need Christ just as much, if not more during the teenage years.  Where God calls, he equips, and God has equipped Cristy with a fervid love for youth as well as children. </p><p>Today, God has also blessed Cristy with a blended family where she can live out her love for babies, kids, and teenager as she parents Knox (2 yrs.), Kash (10 yrs.) and Tessa (15 yrs.) with the help of her husband Brandon.  Cristy is excited about life and the potential at CrossPoint Church, and she can’t wait to see what God has in store for the children and youth here!</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','The Team','','inherit','closed','closed','','3773-revision-v1','','','2022-03-04 16:14:08','2022-03-05 00:14:08','',3773,'https://www.crosspoint-church.com/?p=3784',0,'revision','',0),(3786,2,'2022-03-06 07:45:21','2022-03-06 15:45:21','','March 6, 2022','','inherit','open','closed','','march-6-2022','','','2022-03-06 07:45:35','2022-03-06 15:45:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf',0,'attachment','application/pdf',0),(3787,2,'2022-03-06 07:45:46','2022-03-06 15:45:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf\">March 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf\">February 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf\">February 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-6-2022.pdf\">February 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/01/January-23-2022.pdf\">January 23, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-03-06 07:45:46','2022-03-06 15:45:46','',1441,'https://www.crosspoint-church.com/?p=3787',0,'revision','',0),(3789,2,'2022-03-14 06:03:55','2022-03-14 13:03:55','','March 13, 2022','','inherit','open','closed','','march-13-2022','','','2022-03-14 06:04:04','2022-03-14 13:04:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf',0,'attachment','application/pdf',0),(3790,2,'2022-03-14 06:04:17','2022-03-14 13:04:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf\">March 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf\">March 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf\">February 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf\">February 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-6-2022.pdf\">February 6, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-03-14 06:04:17','2022-03-14 13:04:17','',1441,'https://www.crosspoint-church.com/?p=3790',0,'revision','',0),(3792,2,'2022-03-27 17:40:09','2022-03-28 00:40:09','','March 27, 2022','','inherit','open','closed','','march-27-2022','','','2022-03-27 17:40:21','2022-03-28 00:40:21','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf',0,'attachment','application/pdf',0),(3793,2,'2022-03-27 17:40:54','2022-03-28 00:40:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf\">March 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf\">March 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf\">March 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf\">February 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-13-2022.pdf\">February 13, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-03-27 17:40:54','2022-03-28 00:40:54','',1441,'https://www.crosspoint-church.com/?p=3793',0,'revision','',0),(3795,2,'2022-04-03 20:56:59','2022-04-04 03:56:59','','April 3, 2022','','inherit','open','closed','','april-3-2022','','','2022-04-03 20:57:09','2022-04-04 03:57:09','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf',0,'attachment','application/pdf',0),(3796,2,'2022-04-03 20:57:17','2022-04-04 03:57:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf\">April 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf\">March 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf\">March 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf\">March 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-20-2022.pdf\">February 20, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-04-03 20:57:17','2022-04-04 03:57:17','',1441,'https://www.crosspoint-church.com/?p=3796',0,'revision','',0),(3797,2,'2022-04-03 21:36:58','2022-04-04 04:36:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus\n\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-autosave-v1','','','2022-04-03 21:36:58','2022-04-04 04:36:58','',40,'https://www.crosspoint-church.com/?p=3797',0,'revision','',0),(3798,2,'2022-04-03 21:37:39','2022-04-04 04:37:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"30PX\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu_anchor name=\"homepage\" class=\"\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate The Creator!</strong></h2>\r\nCrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" id=\"\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" bevel_color=\"\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2022-04-03 21:37:39','2022-04-04 04:37:39','',40,'https://www.crosspoint-church.com/?p=3798',0,'revision','',0),(3799,2,'2022-04-10 07:42:07','2022-04-10 14:42:07','','April 10, 2022','','inherit','open','closed','','april-10-2022','','','2022-04-10 07:42:16','2022-04-10 14:42:16','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf',0,'attachment','application/pdf',0),(3800,2,'2022-04-10 07:42:24','2022-04-10 14:42:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf\">April 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf\">April 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf\">March 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf\">March 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-6-2022.pdf\">March 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/02/February-27-2022.pdf\">February 27, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-04-10 07:42:24','2022-04-10 14:42:24','',1441,'https://www.crosspoint-church.com/?p=3800',0,'revision','',0),(3802,2,'2022-04-23 22:02:53','2022-04-24 05:02:53','','April 24, 2022','','inherit','open','closed','','april-24-2022','','','2022-04-23 22:03:33','2022-04-24 05:03:33','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf',0,'attachment','application/pdf',0),(3803,2,'2022-04-23 22:03:01','2022-04-24 05:03:01','','April 17, 2022','','inherit','open','closed','','april-17-2022','','','2022-04-23 22:03:13','2022-04-24 05:03:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf',0,'attachment','application/pdf',0),(3804,2,'2022-04-23 22:03:41','2022-04-24 05:03:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf\">April 17, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf\">April 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf\">April 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf\">March 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-13-2022.pdf\">March 13, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-04-23 22:03:41','2022-04-24 05:03:41','',1441,'https://www.crosspoint-church.com/?p=3804',0,'revision','',0),(3806,2,'2022-05-01 21:20:49','2022-05-02 04:20:49','','May 1, 2022','','inherit','open','closed','','may-1-2022','','','2022-05-01 21:20:59','2022-05-02 04:20:59','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf',0,'attachment','application/pdf',0),(3807,2,'2022-05-01 21:21:08','2022-05-02 04:21:08','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf\">April 17, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf\">April 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf\">April 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/03/March-27-2022.pdf\">March 27, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-05-01 21:21:08','2022-05-02 04:21:08','',1441,'https://www.crosspoint-church.com/?p=3807',0,'revision','',0),(3809,2,'2022-05-10 05:40:19','2022-05-10 12:40:19','','May 8, 2022','','inherit','open','closed','','may-8-2022','','','2022-05-10 05:40:30','2022-05-10 12:40:30','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf',0,'attachment','application/pdf',0),(3810,2,'2022-05-10 05:40:39','2022-05-10 12:40:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf\">April 17, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf\">April 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-3-2022.pdf\">April 3, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-05-10 05:40:39','2022-05-10 12:40:39','',1441,'https://www.crosspoint-church.com/?p=3810',0,'revision','',0),(3811,2,'2022-05-16 22:41:19','2022-05-17 05:41:19','','May 15, 2022','','inherit','open','closed','','may-15-2022','','','2022-05-16 22:41:27','2022-05-17 05:41:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf',0,'attachment','application/pdf',0),(3812,2,'2022-05-16 22:41:35','2022-05-17 05:41:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf\">April 17, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-10-2022.pdf\">April 10, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-05-16 22:41:35','2022-05-17 05:41:35','',1441,'https://www.crosspoint-church.com/?p=3812',0,'revision','',0),(3814,2,'2022-05-28 22:53:15','2022-05-29 05:53:15','','May 29, 2022','','inherit','open','closed','','may-29-2022','','','2022-05-28 22:53:24','2022-05-29 05:53:24','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf',0,'attachment','application/pdf',0),(3815,2,'2022-05-28 22:53:34','2022-05-29 05:53:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-17-2022.pdf\">April 17, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-05-28 22:53:34','2022-05-29 05:53:34','',1441,'https://www.crosspoint-church.com/?p=3815',0,'revision','',0),(3817,2,'2022-06-10 21:34:33','2022-06-11 04:34:33','','June 5, 2022','','inherit','open','closed','','june-5-2022','','','2022-06-10 21:34:47','2022-06-11 04:34:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf',0,'attachment','application/pdf',0),(3818,2,'2022-06-10 21:34:54','2022-06-11 04:34:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/04/April-24-2022.pdf\">April 24, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-06-10 21:34:54','2022-06-11 04:34:54','',1441,'https://www.crosspoint-church.com/?p=3818',0,'revision','',0),(3819,2,'2022-06-12 08:22:25','2022-06-12 15:22:25','','June 12, 2022','','inherit','open','closed','','june-12-2022','','','2022-06-12 08:22:35','2022-06-12 15:22:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf',0,'attachment','application/pdf',0),(3820,2,'2022-06-12 08:22:45','2022-06-12 15:22:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-1-2022.pdf\">May 1, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-06-12 08:22:45','2022-06-12 15:22:45','',1441,'https://www.crosspoint-church.com/?p=3820',0,'revision','',0),(3822,2,'2022-06-19 07:19:45','2022-06-19 14:19:45','','June 19, 2022','','inherit','open','closed','','june-19-2022','','','2022-06-19 07:19:57','2022-06-19 14:19:57','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf',0,'attachment','application/pdf',0),(3823,2,'2022-06-19 07:20:07','2022-06-19 14:20:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-8-2022.pdf\">May 8, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-06-19 07:20:07','2022-06-19 14:20:07','',1441,'https://www.crosspoint-church.com/?p=3823',0,'revision','',0),(3824,2,'2022-06-26 07:34:35','2022-06-26 14:34:35','','June 26, 2022','','inherit','open','closed','','june-26-2022','','','2022-06-26 07:34:54','2022-06-26 14:34:54','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf',0,'attachment','application/pdf',0),(3825,2,'2022-06-26 07:35:02','2022-06-26 14:35:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-15-2022.pdf\">May 15, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-06-26 07:35:02','2022-06-26 14:35:02','',1441,'https://www.crosspoint-church.com/?p=3825',0,'revision','',0),(3827,2,'2022-07-03 07:28:18','2022-07-03 14:28:18','','July 3, 2022','','inherit','open','closed','','july-3-2022','','','2022-07-03 07:28:53','2022-07-03 14:28:53','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf',0,'attachment','application/pdf',0),(3828,2,'2022-07-03 07:29:00','2022-07-03 14:29:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/05/May-29-2022.pdf\">May 29, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-03 07:29:00','2022-07-03 14:29:00','',1441,'https://www.crosspoint-church.com/?p=3828',0,'revision','',0),(3830,2,'2022-07-10 21:55:18','2022-07-11 04:55:18','','July 10, 2022','','inherit','open','closed','','july-10-2022','','','2022-07-10 21:55:29','2022-07-11 04:55:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf',0,'attachment','application/pdf',0),(3831,2,'2022-07-10 21:55:38','2022-07-11 04:55:38','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-5-2022.pdf\">June 5, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-10 21:55:38','2022-07-11 04:55:38','',1441,'https://www.crosspoint-church.com/?p=3831',0,'revision','',0),(3832,2,'2022-07-17 09:09:34','2022-07-17 16:09:34','','July 17, 2022','','inherit','open','closed','','july-17-2022','','','2022-07-17 09:09:51','2022-07-17 16:09:51','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf',0,'attachment','application/pdf',0),(3833,2,'2022-07-17 09:10:01','2022-07-17 16:10:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-12-2022.pdf\">June 12, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-17 09:10:01','2022-07-17 16:10:01','',1441,'https://www.crosspoint-church.com/?p=3833',0,'revision','',0),(3835,2,'2022-07-24 07:14:59','2022-07-24 14:14:59','','July 24, 2022','','inherit','open','closed','','july-24-2022','','','2022-07-24 07:15:13','2022-07-24 14:15:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf',0,'attachment','application/pdf',0),(3836,2,'2022-07-24 07:15:21','2022-07-24 14:15:21','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-24 07:15:21','2022-07-24 14:15:21','',1441,'https://www.crosspoint-church.com/?p=3836',0,'revision','',0),(3837,2,'2022-07-24 13:02:44','2022-07-24 20:02:44','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf\">July 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-19-2022.pdf\">June 19, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-24 13:02:44','2022-07-24 20:02:44','',1441,'https://www.crosspoint-church.com/?p=3837',0,'revision','',0),(3838,2,'2022-07-31 00:07:00','2022-07-31 07:07:00','','July 31, 2022','','inherit','open','closed','','july-31-2022','','','2022-07-31 00:07:14','2022-07-31 07:07:14','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf',0,'attachment','application/pdf',0),(3839,2,'2022-07-31 00:07:24','2022-07-31 07:07:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf\">July 31, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf\">July 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-3-2022.pdf\">July 3, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/06/June-26-2022.pdf\">June 26, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-07-31 00:07:24','2022-07-31 07:07:24','',1441,'https://www.crosspoint-church.com/?p=3839',0,'revision','',0),(3841,2,'2022-08-07 08:30:36','2022-08-07 15:30:36','','August 7, 2022','','inherit','open','closed','','august-7-2022','','','2022-08-07 08:30:56','2022-08-07 15:30:56','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf',0,'attachment','application/pdf',0),(3843,2,'2022-08-22 22:30:17','2022-08-23 05:30:17','','August 21, 2022','','inherit','open','closed','','august-21-2022','','','2022-08-22 22:31:04','2022-08-23 05:31:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf',0,'attachment','application/pdf',0),(3844,2,'2022-08-22 22:31:13','2022-08-23 05:31:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf\">August 21, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf\">August 7, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf\">July 31, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf\">July 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-10-2022.pdf\">July 10, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-08-22 22:31:13','2022-08-23 05:31:13','',1441,'https://www.crosspoint-church.com/?p=3844',0,'revision','',0),(3845,2,'2022-08-28 07:23:20','2022-08-28 14:23:20','','August 28, 2022','','inherit','open','closed','','august-28-2022','','','2022-08-28 07:23:31','2022-08-28 14:23:31','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf',0,'attachment','application/pdf',0),(3846,2,'2022-08-28 07:23:50','2022-08-28 14:23:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf\">August 28, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf\">August 21, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf\">August 7, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf\">July 31, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf\">July 24, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-17-2022.pdf\">July 17 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-08-28 07:23:50','2022-08-28 14:23:50','',1441,'https://www.crosspoint-church.com/?p=3846',0,'revision','',0),(3848,2,'2022-09-03 23:22:59','2022-09-04 06:22:59','','September 4, 2022','','inherit','open','closed','','september-4-2022','','','2022-09-03 23:23:13','2022-09-04 06:23:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf',0,'attachment','application/pdf',0),(3849,2,'2022-09-03 23:23:21','2022-09-04 06:23:21','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf\">September 4, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf\">August 28, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf\">August 21, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf\">August 7, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf\">July 31, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-24-2022.pdf\">July 24, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-09-03 23:23:21','2022-09-04 06:23:21','',1441,'https://www.crosspoint-church.com/?p=3849',0,'revision','',0),(3851,2,'2022-09-13 16:57:12','2022-09-13 23:57:12','','September 11, 2022','','inherit','open','closed','','september-11-2022','','','2022-09-13 16:57:28','2022-09-13 23:57:28','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf',0,'attachment','application/pdf',0),(3852,2,'2022-09-13 16:57:36','2022-09-13 23:57:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf\">September 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf\">September 4, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf\">August 28, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf\">August 21, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf\">August 7, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/07/July-31-2022.pdf\">July 31, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-09-13 16:57:36','2022-09-13 23:57:36','',1441,'https://www.crosspoint-church.com/?p=3852',0,'revision','',0),(3853,2,'2022-09-18 13:23:13','2022-09-18 20:23:13','','September 18, 2022','','inherit','open','closed','','september-18-2022','','','2022-09-18 13:23:25','2022-09-18 20:23:25','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-18-2022.pdf',0,'attachment','application/pdf',0),(3854,2,'2022-09-18 13:23:29','2022-09-18 20:23:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-18-2022.pdf\">September 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf\">September 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf\">September 4, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf\">August 28, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-21-2022.pdf\">August 21, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-7-2022.pdf\">August 7, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-09-18 13:23:29','2022-09-18 20:23:29','',1441,'https://www.crosspoint-church.com/?p=3854',0,'revision','',0),(3856,2,'2022-10-10 08:43:34','2022-10-10 15:43:34','','October 9, 2022','','inherit','open','closed','','october-9-2022','','','2022-10-10 08:44:44','2022-10-10 15:44:44','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf',0,'attachment','application/pdf',0),(3857,2,'2022-10-10 08:43:42','2022-10-10 15:43:42','','October 2, 2022','','inherit','open','closed','','october-2-2022','','','2022-10-10 08:44:20','2022-10-10 15:44:20','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-2-2022.pdf',0,'attachment','application/pdf',0),(3858,2,'2022-10-10 08:45:00','2022-10-10 15:45:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf\">October 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-2-2022.pdf\">October 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-18-2022.pdf\">September 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf\">September 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf\">September 4, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/08/August-28-2022.pdf\">August 28, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-10-10 08:45:00','2022-10-10 15:45:00','',1441,'https://www.crosspoint-church.com/?p=3858',0,'revision','',0),(3859,2,'2022-10-16 17:16:16','2022-10-17 00:16:16','','October 16, 2022','','inherit','open','closed','','october-16-2022','','','2022-10-16 17:16:26','2022-10-17 00:16:26','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf',0,'attachment','application/pdf',0),(3860,2,'2022-10-16 17:16:35','2022-10-17 00:16:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf\">October 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf\">October 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-2-2022.pdf\">October 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-18-2022.pdf\">September 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf\">September 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-4-2022.pdf\">September 4, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-10-16 17:16:35','2022-10-17 00:16:35','',1441,'https://www.crosspoint-church.com/?p=3860',0,'revision','',0),(3862,2,'2022-10-24 06:02:08','2022-10-24 13:02:08','','October 23, 2022','','inherit','open','closed','','october-23-2022','','','2022-10-24 06:02:17','2022-10-24 13:02:17','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf',0,'attachment','application/pdf',0),(3863,2,'2022-10-24 06:02:30','2022-10-24 13:02:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf\">October 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf\">October 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf\">October 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-2-2022.pdf\">October 2, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-18-2022.pdf\">September 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/09/September-11-2022.pdf\">September 11, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-10-24 06:02:30','2022-10-24 13:02:30','',1441,'https://www.crosspoint-church.com/?p=3863',0,'revision','',0),(3867,2,'2022-11-06 07:02:20','2022-11-06 15:02:20','','November 6, 2022','','inherit','open','closed','','november-6-2022','','','2022-11-06 07:03:27','2022-11-06 15:03:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf',0,'attachment','application/pdf',0),(3868,2,'2022-11-06 07:02:31','2022-11-06 15:02:31','','October 30, 2022','','inherit','open','closed','','october-30-2022','','','2022-11-06 07:02:48','2022-11-06 15:02:48','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf',0,'attachment','application/pdf',0),(3869,2,'2022-11-06 07:03:38','2022-11-06 15:03:38','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf\">October 30 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf\">October 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf\">October 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf\">October 9, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-2-2022.pdf\">October 2, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-11-06 07:03:38','2022-11-06 15:03:38','',1441,'https://www.crosspoint-church.com/?p=3869',0,'revision','',0),(3874,2,'2022-11-14 21:33:24','2022-11-15 05:33:24','','November 13, 2022','','inherit','open','closed','','november-13-2022','','','2022-11-14 21:33:52','2022-11-15 05:33:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf',0,'attachment','application/pdf',0),(3875,2,'2022-11-14 21:34:51','2022-11-15 05:34:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf\">October 30 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf\">October 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf\">October 16, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-9-2022.pdf\">October 9, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-11-14 21:34:51','2022-11-15 05:34:51','',1441,'https://www.crosspoint-church.com/?p=3875',0,'revision','',0),(3876,2,'2022-11-20 19:38:19','2022-11-21 03:38:19','','November 20, 2022','','inherit','open','closed','','november-20-2022','','','2022-11-20 19:38:30','2022-11-21 03:38:30','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf',0,'attachment','application/pdf',0),(3877,2,'2022-11-20 19:38:42','2022-11-21 03:38:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf\">October 30 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf\">October 23, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-16-2022.pdf\">October 16, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-11-20 19:38:42','2022-11-21 03:38:42','',1441,'https://www.crosspoint-church.com/?p=3877',0,'revision','',0),(3879,2,'2022-11-27 18:04:41','2022-11-28 02:04:41','','November 27, 2022','','inherit','open','closed','','november-27-2022','','','2022-11-27 18:04:58','2022-11-28 02:04:58','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf',0,'attachment','application/pdf',0),(3880,2,'2022-11-27 18:05:07','2022-11-28 02:05:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf\">October 30 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/10/October-23-2022.pdf\">October 23, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-11-27 18:05:07','2022-11-28 02:05:07','',1441,'https://www.crosspoint-church.com/?p=3880',0,'revision','',0),(3881,2,'2022-12-04 15:17:56','2022-12-04 23:17:56','','December 04, 2022','','inherit','open','closed','','december-04-2022','','','2022-12-04 15:18:08','2022-12-04 23:18:08','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf',0,'attachment','application/pdf',0),(3882,2,'2022-12-04 15:18:27','2022-12-04 23:18:27','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/October-30-2022.pdf\">October 30 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-12-04 15:18:27','2022-12-04 23:18:27','',1441,'https://www.crosspoint-church.com/?p=3882',0,'revision','',0),(3885,2,'2022-12-11 16:19:37','2022-12-12 00:19:37','','','','inherit','open','closed','','3885','','','2022-12-11 16:19:37','2022-12-12 00:19:37','',0,'https://www.crosspoint-church.com/3885/',0,'attachment','image/png',0),(3886,2,'2022-12-11 16:19:53','2022-12-12 00:19:53','','December 11, 2022','','inherit','open','closed','','december-11-2022','','','2022-12-11 16:20:47','2022-12-12 00:20:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf',0,'attachment','application/pdf',0),(3887,2,'2022-12-11 16:20:54','2022-12-12 00:20:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-6-2022.pdf\">November 6, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-12-11 16:20:54','2022-12-12 00:20:54','',1441,'https://www.crosspoint-church.com/?p=3887',0,'revision','',0),(3888,2,'2022-12-18 07:32:00','2022-12-18 15:32:00','','December 18, 2022','','inherit','open','closed','','december-18-2022','','','2022-12-18 07:32:10','2022-12-18 15:32:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf',0,'attachment','application/pdf',0),(3889,2,'2022-12-18 07:32:19','2022-12-18 15:32:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-13-2022.pdf\">November 13, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2022-12-18 07:32:19','2022-12-18 15:32:19','',1441,'https://www.crosspoint-church.com/?p=3889',0,'revision','',0),(3892,2,'2023-01-04 20:58:16','2023-01-05 04:58:16','','January 1, 2023','','inherit','open','closed','','january-1-2023','','','2023-01-04 20:58:28','2023-01-05 04:58:28','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf',0,'attachment','application/pdf',0),(3893,2,'2023-01-04 20:58:35','2023-01-05 04:58:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-20-2022.pdf\">November 20, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-01-04 20:58:35','2023-01-05 04:58:35','',1441,'https://www.crosspoint-church.com/?p=3893',0,'revision','',0),(3894,2,'2023-01-08 07:53:01','2023-01-08 15:53:01','','January 8, 2023','','inherit','open','closed','','january-8-2023','','','2023-01-08 07:53:15','2023-01-08 15:53:15','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf',0,'attachment','application/pdf',0),(3895,2,'2023-01-08 07:53:23','2023-01-08 15:53:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/11/November-27-2022.pdf\">November 27, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-01-08 07:53:23','2023-01-08 15:53:23','',1441,'https://www.crosspoint-church.com/?p=3895',0,'revision','',0),(3897,2,'2023-01-15 07:34:07','2023-01-15 15:34:07','','January 15, 2023','','inherit','open','closed','','january-15-2023','','','2023-01-15 07:34:23','2023-01-15 15:34:23','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf',0,'attachment','application/pdf',0),(3898,2,'2023-01-15 07:34:31','2023-01-15 15:34:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-04-2022.pdf\">December 04 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-01-15 07:34:31','2023-01-15 15:34:31','',1441,'https://www.crosspoint-church.com/?p=3898',0,'revision','',0),(3899,2,'2023-01-22 07:35:50','2023-01-22 15:35:50','','January 22, 2023','','inherit','open','closed','','january-22-2023','','','2023-01-22 07:36:07','2023-01-22 15:36:07','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf',0,'attachment','application/pdf',0),(3900,2,'2023-01-22 07:36:49','2023-01-22 15:36:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-11-2022.pdf\">December 11, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-01-22 07:36:49','2023-01-22 15:36:49','',1441,'https://www.crosspoint-church.com/?p=3900',0,'revision','',0),(3902,2,'2023-02-12 07:23:08','2023-02-12 15:23:08','','February 12 2023','','inherit','open','closed','','021223-bulletin','','','2023-02-12 07:23:27','2023-02-12 15:23:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf',0,'attachment','application/pdf',0),(3903,2,'2023-02-12 07:23:37','2023-02-12 15:23:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2022/12/December-18-2022.pdf\">December 18, 2022</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-02-12 07:23:37','2023-02-12 15:23:37','',1441,'https://www.crosspoint-church.com/?p=3903',0,'revision','',0),(3905,2,'2023-02-20 17:14:35','2023-02-21 01:14:35','','February 19, 2023','','inherit','open','closed','','february-19-2023','','','2023-02-20 17:14:50','2023-02-21 01:14:50','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf',0,'attachment','application/pdf',0),(3906,2,'2023-02-20 17:15:18','2023-02-21 01:15:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-1-2023.pdf\">January 1, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-02-20 17:15:18','2023-02-21 01:15:18','',1441,'https://www.crosspoint-church.com/?p=3906',0,'revision','',0),(3907,2,'2023-02-26 12:33:00','2023-02-26 20:33:00','','February 26, 2023','','inherit','open','closed','','february-26-2023','','','2023-02-26 12:33:14','2023-02-26 20:33:14','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf',0,'attachment','application/pdf',0),(3908,2,'2023-02-26 12:33:24','2023-02-26 20:33:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-8-2023.pdf\">January 8, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-02-26 12:33:24','2023-02-26 20:33:24','',1441,'https://www.crosspoint-church.com/?p=3908',0,'revision','',0),(3910,2,'2023-03-08 20:56:30','2023-03-09 04:56:30','','March 5, 2023','','inherit','open','closed','','march-5-2023','','','2023-03-08 20:56:42','2023-03-09 04:56:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf',0,'attachment','application/pdf',0),(3911,2,'2023-03-08 20:56:52','2023-03-09 04:56:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-03-08 20:56:52','2023-03-09 04:56:52','',1441,'https://www.crosspoint-church.com/?p=3911',0,'revision','',0),(3912,2,'2023-03-08 20:57:27','2023-03-09 04:57:27','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-15-2023.pdf\">January 15, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-03-08 20:57:27','2023-03-09 04:57:27','',1441,'https://www.crosspoint-church.com/?p=3912',0,'revision','',0),(3913,2,'2023-03-12 13:25:52','2023-03-12 20:25:52','','March 3, 2023','','inherit','open','closed','','march-3-2023','','','2023-03-12 13:26:03','2023-03-12 20:26:03','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf',0,'attachment','application/pdf',0),(3914,2,'2023-03-12 13:26:14','2023-03-12 20:26:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/01/January-22-2023.pdf\">January 22, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-03-12 13:26:14','2023-03-12 20:26:14','',1441,'https://www.crosspoint-church.com/?p=3914',0,'revision','',0),(3916,2,'2023-03-18 23:10:20','2023-03-19 06:10:20','','March 19, 2023','','inherit','open','closed','','march-19-2023','','','2023-03-18 23:10:33','2023-03-19 06:10:33','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf',0,'attachment','application/pdf',0),(3917,2,'2023-03-18 23:10:46','2023-03-19 06:10:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/021223-bulletin.pdf\">February 12 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-03-18 23:10:46','2023-03-19 06:10:46','',1441,'https://www.crosspoint-church.com/?p=3917',0,'revision','',0),(3918,2,'2023-03-26 15:15:17','2023-03-26 22:15:17','','March 26, 2023','','inherit','open','closed','','march-26-2023','','','2023-03-26 15:15:30','2023-03-26 22:15:30','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf',0,'attachment','application/pdf',0),(3919,2,'2023-03-26 15:15:39','2023-03-26 22:15:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-19-2023.pdf\">February 19, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-03-26 15:15:39','2023-03-26 22:15:39','',1441,'https://www.crosspoint-church.com/?p=3919',0,'revision','',0),(3921,2,'2023-04-02 20:51:35','2023-04-03 03:51:35','','April 2, 2023','','inherit','open','closed','','april-2-2023','','','2023-04-02 20:51:55','2023-04-03 03:51:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf',0,'attachment','application/pdf',0),(3922,2,'2023-04-02 20:52:07','2023-04-03 03:52:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/02/February-26-2023.pdf\">February 26, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-04-02 20:52:07','2023-04-03 03:52:07','',1441,'https://www.crosspoint-church.com/?p=3922',0,'revision','',0),(3923,2,'2023-04-09 20:37:16','2023-04-10 03:37:16','','April 9, 2023','','inherit','open','closed','','april-9-2023','','','2023-04-09 20:37:26','2023-04-10 03:37:26','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf',0,'attachment','application/pdf',0),(3924,2,'2023-04-09 20:37:39','2023-04-10 03:37:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf\">April 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-5-2023.pdf\">March 5, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-04-09 20:37:39','2023-04-10 03:37:39','',1441,'https://www.crosspoint-church.com/?p=3924',0,'revision','',0),(3926,2,'2023-04-16 16:36:39','2023-04-16 23:36:39','','April 16, 2023','','inherit','open','closed','','april-16-2023','','','2023-04-16 16:37:04','2023-04-16 23:37:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf',0,'attachment','application/pdf',0),(3927,2,'2023-04-16 16:37:11','2023-04-16 23:37:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf\">April 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf\">April 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-3-2023.pdf\">March 3, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-04-16 16:37:11','2023-04-16 23:37:11','',1441,'https://www.crosspoint-church.com/?p=3927',0,'revision','',0),(3929,2,'2023-04-23 16:30:15','2023-04-23 23:30:15','','April 23, 2023','','inherit','open','closed','','april-23-2023','','','2023-04-23 16:30:26','2023-04-23 23:30:26','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf',0,'attachment','application/pdf',0),(3930,2,'2023-04-23 16:30:39','2023-04-23 23:30:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf\">April 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf\">April 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf\">April 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-19-2023.pdf\">March 19, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-04-23 16:30:39','2023-04-23 23:30:39','',1441,'https://www.crosspoint-church.com/?p=3930',0,'revision','',0),(3931,2,'2023-04-30 19:04:06','2023-05-01 02:04:06','','April 30, 2023','','inherit','open','closed','','april-30-2023','','','2023-04-30 19:04:21','2023-05-01 02:04:21','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf',0,'attachment','application/pdf',0),(3932,2,'2023-04-30 19:04:34','2023-05-01 02:04:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf\">April 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf\">April 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf\">April 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf\">April 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/03/March-26-2023.pdf\">March 26, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-04-30 19:04:34','2023-05-01 02:04:34','',1441,'https://www.crosspoint-church.com/?p=3932',0,'revision','',0),(3935,2,'2023-05-11 05:58:39','2023-05-11 12:58:39','','May 7, 2023','','inherit','open','closed','','may-7-2023','','','2023-05-11 05:58:54','2023-05-11 12:58:54','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf',0,'attachment','application/pdf',0),(3936,2,'2023-05-11 05:59:05','2023-05-11 12:59:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf\">May 7, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf\">April 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf\">April 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf\">April 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-9-2023.pdf\">April 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-2-2023.pdf\">April 2, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-05-11 05:59:05','2023-05-11 12:59:05','',1441,'https://www.crosspoint-church.com/?p=3936',0,'revision','',0),(3938,2,'2023-05-27 23:07:16','2023-05-28 06:07:16','','May 21, 2023','','inherit','open','closed','','may-21-2023','','','2023-05-27 23:07:47','2023-05-28 06:07:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf',0,'attachment','application/pdf',0),(3939,2,'2023-05-27 23:07:37','2023-05-28 06:07:37','','May 14, 2023','','inherit','open','closed','','may-14-2023','','','2023-05-27 23:08:00','2023-05-28 06:08:00','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf',0,'attachment','application/pdf',0),(3940,2,'2023-05-27 23:09:00','2023-05-28 06:09:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf\">May 14, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf\">May 7, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf\">April 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf\">April 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-16-2023.pdf\">April 16, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-05-27 23:09:00','2023-05-28 06:09:00','',1441,'https://www.crosspoint-church.com/?p=3940',0,'revision','',0),(3941,2,'2023-05-28 07:16:00','2023-05-28 14:16:00','','May 28, 2023','','inherit','open','closed','','may-28-2023','','','2023-05-28 07:16:11','2023-05-28 14:16:11','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf',0,'attachment','application/pdf',0),(3942,2,'2023-05-28 07:16:22','2023-05-28 14:16:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf\">May 14, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf\">May 7, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf\">April 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-23-2023.pdf\">April 23, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-05-28 07:16:22','2023-05-28 14:16:22','',1441,'https://www.crosspoint-church.com/?p=3942',0,'revision','',0),(3944,2,'2023-06-06 18:54:04','2023-06-07 01:54:04','','June 6, 2023','','inherit','open','closed','','june-6-2023','','','2023-06-06 18:54:15','2023-06-07 01:54:15','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf',0,'attachment','application/pdf',0),(3945,2,'2023-06-06 18:54:27','2023-06-07 01:54:27','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf\">May 14, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf\">May 7, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/04/April-30-2023.pdf\">April 30, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-06-06 18:54:27','2023-06-07 01:54:27','',1441,'https://www.crosspoint-church.com/?p=3945',0,'revision','',0),(3946,2,'2023-06-12 19:08:36','2023-06-13 02:08:36','','June 11, 2023','','inherit','open','closed','','june-11-2023','','','2023-06-12 19:08:36','2023-06-13 02:08:36','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-11-2023.pdf',0,'attachment','application/pdf',0),(3947,2,'2023-06-12 19:08:58','2023-06-13 02:08:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-11-2023.pdf\">June 11, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf\">May 14, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-7-2023.pdf\">May 7, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-06-12 19:08:58','2023-06-13 02:08:58','',1441,'https://www.crosspoint-church.com/?p=3947',0,'revision','',0),(3949,2,'2023-06-18 07:59:05','2023-06-18 14:59:05','','June 18, 2023','','inherit','open','closed','','june-18-2023','','','2023-06-18 07:59:19','2023-06-18 14:59:19','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-18-2023.pdf',0,'attachment','application/pdf',0),(3950,2,'2023-06-18 07:59:29','2023-06-18 14:59:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-18-2023.pdf\">June 18, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-11-2023.pdf\">June 11, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-14-2023.pdf\">May 14, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-06-18 07:59:29','2023-06-18 14:59:29','',1441,'https://www.crosspoint-church.com/?p=3950',0,'revision','',0),(3951,2,'2023-06-25 08:07:16','2023-06-25 15:07:16','','June 25, 2023','','inherit','open','closed','','june-25-2023','','','2023-06-25 08:07:27','2023-06-25 15:07:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf',0,'attachment','application/pdf',0),(3952,2,'2023-06-25 08:07:36','2023-06-25 15:07:36','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-18-2023.pdf\">June 18, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-11-2023.pdf\">June 11, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-21-2023.pdf\">May 21, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-06-25 08:07:36','2023-06-25 15:07:36','',1441,'https://www.crosspoint-church.com/?p=3952',0,'revision','',0),(3954,2,'2023-07-02 15:33:42','2023-07-02 22:33:42','','July 2, 2023','','inherit','open','closed','','july-2-2023','','','2023-07-02 15:33:53','2023-07-02 22:33:53','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf',0,'attachment','application/pdf',0),(3955,2,'2023-07-02 15:34:05','2023-07-02 22:34:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-18-2023.pdf\">June 18, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-11-2023.pdf\">June 11, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/05/May-28-2023.pdf\">May 28, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-07-02 15:34:05','2023-07-02 22:34:05','',1441,'https://www.crosspoint-church.com/?p=3955',0,'revision','',0),(3957,2,'2023-07-09 07:11:20','2023-07-09 14:11:20','','July 9, 2023','','inherit','open','closed','','july-9-2023','','','2023-07-09 07:11:43','2023-07-09 14:11:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf',0,'attachment','application/pdf',0),(3958,2,'2023-07-09 07:12:16','2023-07-09 14:12:16','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf\">July 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-18-2023.pdf\">June 18, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-6-2023.pdf\">June 6, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-07-09 07:12:16','2023-07-09 14:12:16','',1441,'https://www.crosspoint-church.com/?p=3958',0,'revision','',0),(3960,2,'2023-07-18 22:14:59','2023-07-19 05:14:59','','July 16, 2023','','inherit','open','closed','','july-16-2023','','','2023-07-18 22:16:13','2023-07-19 05:16:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-16-2023.pdf',0,'attachment','application/pdf',0),(3961,2,'2023-07-18 22:15:15','2023-07-19 05:15:15','','July 9, 2023','','inherit','open','closed','','july-9-2023-2','','','2023-07-18 22:15:45','2023-07-19 05:15:45','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023-1.pdf',0,'attachment','application/pdf',0),(3962,2,'2023-07-18 22:16:23','2023-07-19 05:16:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-16-2023.pdf\">July 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf\">July 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-07-18 22:16:23','2023-07-19 05:16:23','',1441,'https://www.crosspoint-church.com/?p=3962',0,'revision','',0),(3963,2,'2023-07-25 16:22:00','2023-07-25 23:22:00','','July 23, 2023','','inherit','open','closed','','july-23-2023','','','2023-07-25 16:22:14','2023-07-25 23:22:14','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-23-2023.pdf',0,'attachment','application/pdf',0),(3964,2,'2023-07-25 16:22:22','2023-07-25 23:22:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-23-2023.pdf\">July 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-16-2023.pdf\">July 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf\">July 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-07-25 16:22:22','2023-07-25 23:22:22','',1441,'https://www.crosspoint-church.com/?p=3964',0,'revision','',0),(3966,2,'2023-07-30 15:35:41','2023-07-30 22:35:41','','July 30, 2023','','inherit','open','closed','','july-30-2023','','','2023-07-30 15:35:52','2023-07-30 22:35:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-30-2023.pdf',0,'attachment','application/pdf',0),(3967,2,'2023-07-30 15:36:01','2023-07-30 22:36:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-30-2023.pdf\">July 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-23-2023.pdf\">July 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-16-2023.pdf\">July 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf\">July 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/06/June-25-2023.pdf\">June 25, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-07-30 15:36:01','2023-07-30 22:36:01','',1441,'https://www.crosspoint-church.com/?p=3967',0,'revision','',0),(3969,2,'2023-08-06 21:37:16','2023-08-07 04:37:16','','August 6, 2023','','inherit','open','closed','','august-6-2023','','','2023-08-06 21:37:27','2023-08-07 04:37:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/08/August-6-2023.pdf',0,'attachment','application/pdf',0),(3970,2,'2023-08-06 21:37:35','2023-08-07 04:37:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/08/August-6-2023.pdf\">August 6, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-30-2023.pdf\">July 30, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-23-2023.pdf\">July 23, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-16-2023.pdf\">July 16, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-9-2023.pdf\">July 9, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/07/July-2-2023.pdf\">July 2, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-08-06 21:37:35','2023-08-07 04:37:35','',1441,'https://www.crosspoint-church.com/?p=3970',0,'revision','',0),(3975,1,'2023-08-28 23:14:48','2023-08-29 06:14:48','','Welcoming Gospel People','','publish','open','closed','','welcoming-gospel-people','','','2023-08-28 23:14:48','2023-08-29 06:14:48','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=3975',0,'sermons','',0),(3976,1,'2023-08-28 23:12:22','2023-08-29 06:12:22','\"Welcoming Gospel People\" from Entertaining Angels by Eric DePew. Released: 2023. Track 820.','Welcoming Gospel People','','inherit','open','closed','','welcoming-gospel-people-2','','','2024-01-06 08:46:57','2024-01-06 16:46:57','',3975,'https://www.crosspoint-church.com/wp-content/uploads/2023/08/Welcoming-Gospel-People.mp3',0,'attachment','audio/mpeg',0),(3980,1,'2023-09-03 10:18:38','2023-09-03 17:18:38','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_transform=\"none\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Live Stream</h2>\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\n<p><br></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2023-09-03 10:18:38','2023-09-03 17:18:38','',2638,'https://www.crosspoint-church.com/?p=3980',0,'revision','',0),(3981,1,'2023-09-03 10:19:55','2023-09-03 17:19:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_transform=\"none\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Live Stream</h2>\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\n<p>[sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2023-09-03 10:19:55','2023-09-03 17:19:55','',2638,'https://www.crosspoint-church.com/?p=3981',0,'revision','',0),(3982,2,'2023-09-03 20:48:22','0000-00-00 00:00:00','{\n    \"Avada::background_size\": {\n        \"value\": \"auto\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-09-04 03:49:04\"\n    },\n    \"Avada::background_repeat\": {\n        \"value\": \"repeat\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-09-04 03:48:22\"\n    },\n    \"Avada::background_attachment\": {\n        \"value\": \"scroll\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-09-04 03:48:22\"\n    },\n    \"page_on_front\": {\n        \"value\": \"1453\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-10-13 04:43:21\"\n    },\n    \"page_for_posts\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-10-13 04:47:25\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            4025\n        ],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2023-10-13 04:43:21\"\n    }\n}','','','draft','closed','closed','','8d173d42-a576-4d1b-94ec-4712f55be837','','','2023-10-12 21:47:25','2023-10-13 04:47:25','',0,'https://www.crosspoint-church.com/?p=3982',0,'customize_changeset','',0),(3986,1,'2023-09-05 15:42:14','2023-09-05 22:42:14','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\nThis sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\" rel=\"noopener\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Hebrews Bumper','','inherit','closed','closed','','665-autosave-v1','','','2023-09-05 15:42:14','2023-09-05 22:42:14','',665,'https://www.crosspoint-church.com/?p=3986',0,'revision','',0),(3991,2,'2023-09-13 18:36:36','2023-09-14 01:36:36','','August 27, 2023','','inherit','open','closed','','august-27-2023','','','2023-09-13 18:37:11','2023-09-14 01:37:11','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/August-27-2023.pdf',0,'attachment','application/pdf',0),(3992,2,'2023-09-13 18:36:46','2023-09-14 01:36:46','','September 3, 2023','','inherit','open','closed','','september-3-2023','','','2023-09-13 18:37:34','2023-09-14 01:37:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf',0,'attachment','application/pdf',0),(3993,2,'2023-09-13 18:36:51','2023-09-14 01:36:51','','September 10, 2023','','inherit','open','closed','','september-10-2023','','','2023-09-13 18:37:51','2023-09-14 01:37:51','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf',0,'attachment','application/pdf',0),(3994,2,'2023-09-13 18:38:01','2023-09-14 01:38:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/August-27-2023.pdf\">August 27, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-09-13 18:38:01','2023-09-14 01:38:01','',1441,'https://www.crosspoint-church.com/?p=3994',0,'revision','',0),(3995,1,'2023-09-14 07:04:13','2023-09-14 14:04:13','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_transform=\"none\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Live Stream</h2>\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\n<p>[asp-sermons]</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2023-09-14 07:04:13','2023-09-14 14:04:13','',2638,'https://www.crosspoint-church.com/?p=3995',0,'revision','',0),(3997,2,'2023-09-24 07:52:43','2023-09-24 14:52:43','','September 24, 2023','','inherit','open','closed','','september-24-2023','','','2023-09-24 07:52:57','2023-09-24 14:52:57','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf',0,'attachment','application/pdf',0),(3998,2,'2023-09-24 07:53:06','2023-09-24 14:53:06','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/August-27-2023.pdf\">August 27, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-09-24 07:53:06','2023-09-24 14:53:06','',1441,'https://www.crosspoint-church.com/?p=3998',0,'revision','',0),(3999,2,'2023-09-17 20:49:04','2023-09-18 03:49:04','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/Fresh-Ground.mp3\"][/audio]','Fresh Ground','','publish','open','closed','','fresh-ground','','','2023-10-10 21:19:13','2023-10-11 04:19:13','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=3999',0,'sermons','',0),(4000,2,'2023-09-26 20:45:53','2023-09-27 03:45:53','\"Fresh Ground\" from Alter-ing by Eric DePew. Released: 2023. Track 917.','Fresh Ground','','inherit','open','closed','','fresh-ground-2','','','2023-10-10 21:18:46','2023-10-11 04:18:46','',3999,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/Fresh-Ground.mp3',0,'attachment','audio/mpeg',0),(4001,2,'2023-09-24 21:08:57','2023-09-25 04:08:57','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/Uncut-Stones.mp3\"][/audio]','Uncut Stones','','publish','open','closed','','uncut-stones','','','2023-10-10 21:20:57','2023-10-11 04:20:57','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4001',0,'sermons','',0),(4002,2,'2023-09-26 21:07:29','2023-09-27 04:07:29','\"Uncut Stones\" from Alter-ing by Eric DePew. Released: 2023. Track 924.','Uncut Stones','','inherit','open','closed','','uncut-stones','','','2023-09-26 21:07:41','2023-09-27 04:07:41','',4001,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/Uncut-Stones.mp3',0,'attachment','audio/mpeg',0),(4003,2,'2023-09-30 21:22:27','2023-10-01 04:22:27','','October 1, 2023','','inherit','open','closed','','october-1-2023','','','2023-09-30 21:22:43','2023-10-01 04:22:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf',0,'attachment','application/pdf',0),(4004,2,'2023-09-30 21:22:51','2023-10-01 04:22:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/August-27-2023.pdf\">August 27, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-09-30 21:22:51','2023-10-01 04:22:51','',1441,'https://www.crosspoint-church.com/?p=4004',0,'revision','',0),(4007,2,'2023-10-08 20:01:04','2023-10-09 03:01:04','','October 8, 2023','','inherit','open','closed','','october-8-2023','','','2023-10-08 20:01:17','2023-10-09 03:01:17','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf',0,'attachment','application/pdf',0),(4008,2,'2023-10-08 20:01:30','2023-10-09 03:01:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/August-27-2023.pdf\">August 27, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-10-08 20:01:30','2023-10-09 03:01:30','',1441,'https://www.crosspoint-church.com/?p=4008',0,'revision','',0),(4009,2,'2023-10-08 20:52:46','2023-10-09 03:52:46','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Life-is-in-its-Blood.mp3\"][/audio]','The Life is in its Blood','','publish','open','closed','','the-life-is-in-its-blood','','','2023-10-10 21:22:26','2023-10-11 04:22:26','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4009',0,'sermons','',0),(4010,2,'2023-10-08 20:46:39','2023-10-09 03:46:39','\"The Life is in its Blood\" from Alter-ing by Eric Depew. Released: 2023. Track 1,008.','The Life is in its Blood','','inherit','open','closed','','the-life-is-in-its-blood-2','','','2023-10-08 21:37:20','2023-10-09 04:37:20','',4009,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Life-is-in-its-Blood.mp3',0,'attachment','audio/mpeg',0),(4011,2,'2023-10-08 20:54:29','2023-10-09 03:54:29','&nbsp;\n\n[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Life-is-in-its-Blood.mp3\"][/audio]','The Life is in its Blood','','inherit','closed','closed','','4009-autosave-v1','','','2023-10-08 20:54:29','2023-10-09 03:54:29','',4009,'https://www.crosspoint-church.com/?p=4011',0,'revision','',0),(4012,2,'2023-10-08 20:56:02','2023-10-09 03:56:02','','Altar-ing graphic','','inherit','open','closed','','altar-ing-graphic','','','2023-10-08 20:56:02','2023-10-09 03:56:02','',4009,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/Altar-ing-graphic.jpg',0,'attachment','image/jpeg',0),(4013,2,'2023-10-08 21:12:24','2023-10-09 04:12:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3><strong>Live Stream</strong></h3>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below the link to our YouTube page you will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2023-10-08 21:12:24','2023-10-09 04:12:24','',2638,'https://www.crosspoint-church.com/?p=4013',0,'revision','',0),(4014,2,'2023-10-08 21:20:00','2023-10-09 04:20:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"25px\" padding_top=\"0px\" padding_right=\"25px\" padding_left=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2>Live Stream</h2>\r\n<p style=\"text-align: left;\">To watch today\'s Live Stream just click on the button below. You may also click on this button to watch live streams of past services. If you scroll down below will find a listing of audio versions of all the past messages.</p>\r\n\r\n<h5 style=\"text-align: center;\">[fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"3\" border_radius=\"5\" border_color=\"\" border_hover_color=\"\" size=\"\" stretch=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=5\"\" margin_left=\"\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]YOUTUBE CHANNEL[/fusion_button]</h5>\r\n[sermons]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Sermons','','inherit','closed','closed','','2638-revision-v1','','','2023-10-08 21:20:00','2023-10-09 04:20:00','',2638,'https://www.crosspoint-church.com/?p=4014',0,'revision','',0),(4015,2,'2023-10-08 21:26:50','2023-10-09 04:26:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu_anchor name=\"homepage\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2 style=\"text-align: center;\"><strong>We Celebrate Jesus!<br></strong></h2>\n<p>CrossPoint Church is a group of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come on out and visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2023-10-08 21:26:50','2023-10-09 04:26:50','',40,'https://www.crosspoint-church.com/?p=4015',0,'revision','',0),(4021,2,'2023-10-10 23:29:42','2023-10-11 06:29:42','','IMG_20200907_172825','','inherit','open','closed','','img_20200907_172825','','','2023-10-10 23:29:42','2023-10-11 06:29:42','',2022,'https://www.crosspoint-church.com/wp-content/uploads/2017/12/IMG_20200907_172825.jpg',0,'attachment','image/jpeg',0),(4022,2,'2023-10-12 21:13:46','2023-10-13 04:13:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"5%\" min_height=\"\" link=\"\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"false\" spacing_left=\"5%\" min_height=\"\" link=\"\"][fusion_menu_anchor name=\"homepage\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2 style=\"text-align: center;\"><strong>We Celebrate Jesus!<br></strong></h2>\n<p>“CrossPoint Church is a movement of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing, and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.</p><p> </p><p>We are a family church. If you come for worship this Sunday, expect to be noticed and welcomed. And if you come back, you can be sure you’ll soon be known.  Along the way, if you open your heart to God, you can expect for Jesus to transform your life as we journey together.”</p><p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday School - 9:00am         Worship - 10:30am</h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2023-10-12 21:13:46','2023-10-13 04:13:46','',40,'https://www.crosspoint-church.com/?p=4022',0,'revision','',0),(4023,2,'2023-10-12 21:35:02','2023-10-13 04:35:02','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]This sermon video is from Traders Point Church posted on their <a href=\"https://vimeo.com/tpcc\" target=\"_blank\" rel=\"noopener\">Vimeo page</a>. Traders Point is a gospel-centered church that gathers for worship, studies God’s Word, and impacts communities through service in Indianapolis and around the world. Weekend worship services are at 5 p.m. on Saturday, and 9 and 11 a.m. on Sunday. To find out more, visit tpcc.org.\r\n\r\nFusce semper interdum rhoncus. Cras mollis magna odio, ut mattis diam varius vitae. Quisque porttitor egestas dui, sit amet tincidunt purus dignissim et. Morbi faucibus turpis tempus, feugiat purus at, accumsan ligula. Nam et faucibus orci. Integer tincidunt euismod ligula sit amet cursus. Fusce cursus massa lorem, sit amet ultrices mauris ultricies non. Nam dapibus, est et tincidunt auctor, ligula mauris convallis mauris, in hendrerit dolor lorem at nulla. Phasellus sit amet ligula semper, interdum velit vitae, imperdiet est. Curabitur vel sem velit. Integer elit dui, varius nec est ut, lacinia efficitur turpis. Curabitur ante tellus, vulputate sed dolor quis, mollis congue sem. Cras sollicitudin, sapien et elementum placerat, nisl est porta metus, vel finibus nisl metus at tortor. Vestibulum pellentesque nec odio nec posuere. Sed a venenatis lacus, molestie pellentesque justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Hebrews Bumper','','inherit','closed','closed','','665-autosave-v1','','','2023-10-12 21:35:02','2023-10-13 04:35:02','',665,'https://www.crosspoint-church.com/?p=4023',0,'revision','',0),(4035,2,'2023-10-16 21:46:39','2023-10-17 04:46:39','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Tabernacle.mp3\"][/audio]','The Tabernacle','','publish','open','closed','','the-tabernacle','','','2023-10-16 21:50:01','2023-10-17 04:50:01','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4035',0,'sermons','',0),(4036,2,'2023-10-16 21:42:23','2023-10-17 04:42:23','\"The Tabernacle\" from Altar-ing by Eric Depew. Released: 2023. Track 1,015.','The Tabernacle','Exodus 40:17-38','inherit','open','closed','','the-tabernacle-2','','','2024-01-06 08:46:48','2024-01-06 16:46:48','',4035,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Tabernacle.mp3',0,'attachment','audio/mpeg',0),(4037,2,'2023-10-21 07:34:09','2023-10-21 14:34:09','','October 15, 2023','','inherit','open','closed','','october-15-2023','','','2023-10-21 07:34:24','2023-10-21 14:34:24','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf',0,'attachment','application/pdf',0),(4038,2,'2023-10-21 07:34:30','2023-10-21 14:34:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-10-21 07:34:30','2023-10-21 14:34:30','',1441,'https://www.crosspoint-church.com/?p=4038',0,'revision','',0),(4039,2,'2023-10-21 07:35:17','2023-10-21 14:35:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-3-2023.pdf\">September 3, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-10-21 07:35:17','2023-10-21 14:35:17','',1441,'https://www.crosspoint-church.com/?p=4039',0,'revision','',0),(4040,2,'2023-10-22 07:55:22','2023-10-22 14:55:22','','October 22, 2023','','inherit','open','closed','','102223-bulletin','','','2023-10-22 07:55:42','2023-10-22 14:55:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf',0,'attachment','application/pdf',0),(4041,2,'2023-10-22 07:55:50','2023-10-22 14:55:50','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-10-2023.pdf\">September 10, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-10-22 07:55:50','2023-10-22 14:55:50','',1441,'https://www.crosspoint-church.com/?p=4041',0,'revision','',0),(4042,2,'2023-10-22 19:51:27','2023-10-23 02:51:27','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/Altar-of-Repentance.mp3\"][/audio]','Altar of Repentance','','publish','open','closed','','altar-of-repentance','','','2023-10-23 19:59:24','2023-10-24 02:59:24','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4042',0,'sermons','',0),(4043,2,'2023-10-23 19:46:33','2023-10-24 02:46:33','\"Altar of Repentance\" from Altar-ing by Eric Depew. Released: 2023. Track 1,022.','Altar of Repentance','','inherit','open','closed','','altar-of-repentance','','','2023-10-23 19:47:11','2023-10-24 02:47:11','',4042,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/Altar-of-Repentance.mp3',0,'attachment','audio/mpeg',0),(4045,2,'2023-10-28 22:19:56','2023-10-29 05:19:56','','October 29, 2023','','inherit','open','closed','','october-29-2023','','','2023-10-28 22:20:12','2023-10-29 05:20:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf',0,'attachment','application/pdf',0),(4046,2,'2023-10-28 22:20:22','2023-10-29 05:20:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/September-24-2023.pdf\">September 24, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-10-28 22:20:22','2023-10-29 05:20:22','',1441,'https://www.crosspoint-church.com/?p=4046',0,'revision','',0),(4047,2,'2023-10-29 20:34:58','2023-10-30 03:34:58','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Cost-of-Sacrifice.mp3\"][/audio]','The Cost of Sacrifice','','publish','open','closed','','the-cost-of-sacrifice','','','2023-10-31 20:36:21','2023-11-01 03:36:21','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4047',0,'sermons','',0),(4048,2,'2023-10-31 20:32:19','2023-11-01 03:32:19','\"The Cost of Sacrifice\" from Altar-ing by Eric Depew. Released: 2023. Track 1,029.','The Cost of Sacrifice','','inherit','open','closed','','the-cost-of-sacrifice','','','2023-10-31 20:32:36','2023-11-01 03:32:36','',4047,'https://www.crosspoint-church.com/wp-content/uploads/2023/10/The-Cost-of-Sacrifice.mp3',0,'attachment','audio/mpeg',0),(4050,2,'2023-11-05 19:50:23','2023-11-06 03:50:23','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonahs-Journey.mp3\"][/audio]','Jonah Rebels','','publish','open','closed','','jonahs-rebels','','','2023-11-20 17:06:47','2023-11-21 01:06:47','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4050',0,'sermons','',0),(4051,2,'2023-11-05 19:46:38','2023-11-06 03:46:38','\"Jonah Rebels\" from Jonah\'s Journey by Eric Depew. Released: 2023. Track 1,105.','Jonahs Rebels','','inherit','open','closed','','jonah-rebels','','','2024-01-06 08:46:52','2024-01-06 16:46:52','',4050,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonahs-Journey.mp3',0,'attachment','audio/mpeg',0),(4052,2,'2023-11-05 19:51:55','2023-11-06 03:51:55','','November 5, 2023','','inherit','open','closed','','november-5-2023','','','2023-11-05 19:52:05','2023-11-06 03:52:05','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf',0,'attachment','application/pdf',0),(4053,2,'2023-11-05 19:52:15','2023-11-06 03:52:15','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/09/October-1-2023.pdf\">October 1, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-11-05 19:52:15','2023-11-06 03:52:15','',1441,'https://www.crosspoint-church.com/?p=4053',0,'revision','',0),(4056,2,'2023-11-05 20:40:34','2023-11-06 04:40:34','','Jonah\'s Journey graphic','','inherit','open','closed','','jonahs-journey-graphic','','','2023-11-05 20:40:34','2023-11-06 04:40:34','',0,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonahs-Journey-graphic.jpg',0,'attachment','image/jpeg',0),(4057,2,'2023-11-07 19:15:47','2023-11-08 03:15:47','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<div class=\"post-content\">\n<h2>Kid\'z Zone</h2>\n<p>The children’s ministry of CrossPoint exists because <img class=\"alignright size-full wp-image-1580\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/CP-Day-Camp-16-e1472072835280.jpg\" alt=\"CP Day Camp-16\" width=\"300\" height=\"375\">kids matter to God. We consider it a privilege to partner with families in the spiritual journey of their children. It is our goal that as each child grows they will:</p>\n<address><em>1. Know and accept that God loves and saves them.</em><br>\n<em>2. Engage in a forever friendship with Him.</em></address>\n<address><em>3. Serve others with passion and joy.</em></address>\n<address><em>4</em><em>. Discover the unique person God has created them to be</em><em>.</em></address>\n<p>We are committed to doing this through safe environments, creative Bible teaching, energetic worship and relationship-building small group experiences.</p>\n<p>Programming is provided on Sunday mornings for children age infant – fifth grade. Each classroom is designed to meet the age-appropriate needs and learning abilities of the group.</p>\n<h3><strong>Nursery/Toddler (infant - age 2)<br>\n</strong></h3>\n<p>For our littlest attendees, we provide a safe nurturing environment where they will be loved and cared for.</p>\n<h3><strong>Preschool &amp; Kindergarten (ages 3 - 5)<br>\n</strong></h3>\n<p>Each week our preschoolers and kindergartners engage in an active learning adventure. Through wiggly worship, simple crafts, stories and play they experience the Bible and what it teaches us about God.</p>\n<h3><strong>Elementary (1st - 5th grade)<br>\n</strong></h3>\n<p>One of the biggest concerns of elementary kids is who they are going to be friends with. Our programming is designed to show that God is the greatest friend ever. By exploring Bible stories through creative teaching and small group discussion, kids can discover how they can develop a forever friendship with Him and how that friendship impacts their world.</p>\n<p>If you have any questions or comments concerning your child’s weekend experience, please contact our office at 354-3554. We are here to serve you.</p><p><b style=\"font-size: 26px;\" data-fusion-font=\"true\">Children’s Bible Quizzing</b> </p><p>This ministry is an exciting team activity that encourages Bible study, fellowship, fun, and closeness with the Lord! We just started it back up in 2023 and your child is welcome to join. Quiz practice is Sunday mornings from 8:45 to 10:15.</p><p></p>\n<h3><strong> Safety and Security</strong></h3>\n<p>We care about the safety and security of your kids. All Kids Zone volunteers have been through a screening process including personal references, a criminal background check and a written application.</p>\n<h3><strong>Sick Child Policy</strong></h3>\n<p>Please help us keep all our children well. If your child has a fever, sore throat, green mucus, unexplained rash, or has had any of those symptoms in the last 24 hours, we will not be able to accept them into our classrooms. We appreciate your help with this, since germs travel quickly.</p>\n<p><img class=\"aligncenter wp-image-1535\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/IMG_6503-e1467922091260.jpg\" alt=\"IMG_6503\" width=\"510\" height=\"340\"></p>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Children','','inherit','closed','closed','','1458-revision-v1','','','2023-11-07 19:15:47','2023-11-08 03:15:47','',1458,'https://www.crosspoint-church.com/?p=4057',0,'revision','',0),(4058,2,'2023-11-07 19:16:54','2023-11-08 03:16:54','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" hover_type=\"none\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Youth</h1>\n</header>\n<div class=\"post-content\">\n<p>The Youth Ministry at CrossPoint is for students in 6th-12th grade.   Our team is committed to creating an atmosphere that is real, relevant, relaxed and relational.  A place where your student can come to escape the stress and anxiety of teenage life and find acceptance, support and encouragement.</p>\n<p>We understand that teens are at an age where they need to question what they believe and we provide a safe environment for them to do that.  Our goal is to help each other live the best kind of life – the life God made us to live by focusing on spiritual growth, friendships and demonstrating God’s love to one another and the community around us.</p><p>Youth Bible Quizzing is an exciting team activity that encourages Bible study, fellowship, fun, and closeness with the Lord! We just started it back up on Monday evenings in 2023 and your teenager is welcome to join. Additionally, we offer special events for all our youth every month or so.</p>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Youth','','inherit','closed','closed','','1468-revision-v1','','','2023-11-07 19:16:54','2023-11-08 03:16:54','',1468,'https://www.crosspoint-church.com/?p=4058',0,'revision','',0),(4063,2,'2023-11-11 21:36:18','2023-11-12 05:36:18','','November 12, 2023','','inherit','open','closed','','november-12-2023','','','2023-11-11 21:37:04','2023-11-12 05:37:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf',0,'attachment','application/pdf',0),(4064,2,'2023-11-11 21:36:31','2023-11-12 05:36:31','','November 12 2023','','inherit','open','closed','','november-12-2023-2','','','2023-11-11 21:36:31','2023-11-12 05:36:31','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023-1.pdf',0,'attachment','application/pdf',0),(4065,2,'2023-11-11 21:37:29','2023-11-12 05:37:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-8-2023.pdf\">October 8, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-11-11 21:37:29','2023-11-12 05:37:29','',1441,'https://www.crosspoint-church.com/?p=4065',0,'revision','',0),(4066,2,'2023-11-12 17:59:29','2023-11-13 01:59:29','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/Getting-Back-on-Track.mp3\"][/audio]','Getting Back on Track','','publish','open','closed','','getting-back-on-track','','','2023-11-12 17:59:29','2023-11-13 01:59:29','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4066',0,'sermons','',0),(4067,2,'2023-11-12 17:56:27','2023-11-13 01:56:27','\"Getting Back on Track\" from Jonah\'s Journey by Dave Lindner. Released: 2023. Track 1,112.','Getting Back on Track','','inherit','open','closed','','getting-back-on-track','','','2023-11-12 17:56:43','2023-11-13 01:56:43','',4066,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Getting-Back-on-Track.mp3',0,'attachment','audio/mpeg',0),(4070,2,'2023-11-17 22:30:12','2023-11-18 06:30:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Beliefs</h2>\n<p>We believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God has three expressions:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-reference=\"John 1.1-2\" data-version=\"niv\" data-purpose=\"bible-reference\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-reference=\"John 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-reference=\"John 5.18\" data-version=\"niv\" data-purpose=\"bible-reference\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-reference=\"John 10.30\" data-version=\"niv\" data-purpose=\"bible-reference\">10:30</a>)</p>\n<p>We believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully man.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all people.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-reference=\"Matt 28.5-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-reference=\"Luke 24.1-50\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 24:1-50</a>)</p>\n<p>We believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-reference=\"Rom 8.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-reference=\"Gal 4.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 4:6</a></p>\n<p>We believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-reference=\"Ps 19.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-reference=\"John 17.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-reference=\"Rom 15.4\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-reference=\"2 Tim. 3.16-17\" data-version=\"niv\" data-purpose=\"bible-reference\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-reference=\"1 Thess. 2.13\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thess. 2:13</a>)</p>\n<p>We believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-reference=\"Gen 1.27\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-reference=\"Gen 3.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-reference=\"Genesis 6.5\" data-version=\"niv\" data-purpose=\"bible-reference\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-reference=\"Rom 5.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-reference=\"Prov 20.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-reference=\"Josh 24.15\" data-version=\"niv\" data-purpose=\"bible-reference\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-reference=\"1 Kings 20.40\" data-version=\"niv\" data-purpose=\"bible-reference\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-reference=\"John 7.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 7:17</a>)</p>\n<p>We believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-reference=\"Matt 26.26-28\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-reference=\"Mark 14.22-24\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-reference=\"1 Cor 10.16\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-reference=\"Num 8.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-reference=\"Mark 16.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-reference=\"Acts 22.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 22:16</a>)  We baptize by immersion.</p>\n<p>We believe when people confess their sin to God and change the direction of their life, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-reference=\"Matt 18.21-22\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-reference=\"1 John 1.9\" data-version=\"niv\" data-purpose=\"bible-reference\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-reference=\"I John 2.1\" data-version=\"niv\" data-purpose=\"bible-reference\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-reference=\"I John 2.24-25\" data-version=\"niv\" data-purpose=\"bible-reference\">24-25</a>)</p>\n<p>We believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-reference=\"Matt 5.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-reference=\"Matthew 7.16-20\" data-version=\"niv\" data-purpose=\"bible-reference\">7:16-20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-reference=\"James 2.18\" data-version=\"niv\" data-purpose=\"bible-reference\">James 2:18</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.22\" data-reference=\"James 2.22\" data-version=\"niv\" data-purpose=\"bible-reference\">22</a>)</p>\n<p>We believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-reference=\"1 Cor 12.1-31\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-reference=\"Eph 4.11-16\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:11-16</a>)</p>\n<p>We believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-reference=\"Deut 30.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-reference=\"Luke 1.74-75\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-reference=\"Acts 15.8-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-reference=\"1 Cor 6.11\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-reference=\"Eph 4.13\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-reference=\"Ephesians 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-reference=\"1 Thess 4.3\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-reference=\"I Thessalonians 4.7\" data-version=\"niv\" data-purpose=\"bible-reference\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-reference=\"James 4.8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 4:8</a>)</p>\n<p>We believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-reference=\"John 14.1-3\" data-version=\"niv\" data-purpose=\"bible-reference\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-reference=\"1 Thess 4.13-18\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-reference=\"James 5.7-8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-reference=\"Rev 22.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-reference=\"Revelation 22.20\" data-version=\"niv\" data-purpose=\"bible-reference\">20</a>)</p>\n<h2>Core Values</h2>\n<ul>\n<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\n<li>Prayer must permeate everything we do.</li>\n<li>Doing church as a team is God’s design for effective ministry.</li>\n<li>The body of Christ is inclusive and we value every generation.</li>\n<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\n<li>God is worthy of our very best.</li>\n<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\n<li>The most effective evangelism happens as people invest their lives in other people.</li>\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2023-11-17 22:30:12','2023-11-18 06:30:12','',611,'https://www.crosspoint-church.com/?p=4070',0,'revision','',0),(4071,2,'2023-11-19 07:44:34','2023-11-19 15:44:34','','November 19, 2023','','inherit','open','closed','','november-19-2023','','','2023-11-19 07:44:43','2023-11-19 15:44:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf',0,'attachment','application/pdf',0),(4072,2,'2023-11-19 07:45:18','2023-11-19 15:45:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-15-2023.pdf\">October 15, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-11-19 07:45:18','2023-11-19 15:45:18','',1441,'https://www.crosspoint-church.com/?p=4072',0,'revision','',0),(4073,2,'2023-11-19 12:44:37','2023-11-19 20:44:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonah-Proclaims.mp3\"][/audio]','Jonah Proclaims','','publish','open','closed','','jonah-proclaims','','','2023-11-20 17:08:12','2023-11-21 01:08:12','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4073',0,'sermons','',0),(4074,2,'2023-11-19 12:39:15','2023-11-19 20:39:15','','Jonah Proclaims 111923','','inherit','open','closed','','jonah-proclaims-111923','','','2023-11-19 12:39:15','2023-11-19 20:39:15','',4073,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonah-Proclaims-111923.pdf',0,'attachment','application/pdf',0),(4075,2,'2023-11-19 12:41:03','2023-11-19 20:41:03','\"Jonah Proclaims\" from Jonah\'s Journey by Eric Depew. Released: 2023. Track 1,119.','Jonah Proclaims','','inherit','open','closed','','jonah-proclaims','','','2023-11-19 12:42:16','2023-11-19 20:42:16','',4073,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Jonah-Proclaims.mp3',0,'attachment','audio/mpeg',0),(4077,2,'2023-11-27 20:36:37','2023-11-28 04:36:37','','November 26, 2023','','inherit','open','closed','','november-26-2023','','','2023-11-27 20:36:52','2023-11-28 04:36:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf',0,'attachment','application/pdf',0),(4078,2,'2023-11-27 20:37:04','2023-11-28 04:37:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/102223-bulletin.pdf\">October 22, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-11-27 20:37:04','2023-11-28 04:37:04','',1441,'https://www.crosspoint-church.com/?p=4078',0,'revision','',0),(4079,2,'2023-11-26 20:48:23','2023-11-27 04:48:23','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/God-Loves.mp3\"][/audio]','God Loves','','publish','open','closed','','god-loves','','','2023-11-27 20:48:56','2023-11-28 04:48:56','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4079',0,'sermons','',0),(4080,2,'2023-11-27 20:43:50','2023-11-28 04:43:50','\"God Loves\" from Jonah\'s Journey by Eric Depew. Released: 2023. Track 1,126.','God Loves','','inherit','open','closed','','god-loves','','','2023-11-27 20:44:08','2023-11-28 04:44:08','',4079,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/God-Loves.mp3',0,'attachment','audio/mpeg',0),(4081,2,'2023-11-27 20:44:12','2023-11-28 04:44:12','','Sunday Seconds 11-26-23','','inherit','open','closed','','sunday-seconds-11-26-23','','','2023-11-27 20:44:12','2023-11-28 04:44:12','',4079,'https://www.crosspoint-church.com/wp-content/uploads/2023/11/Sunday-Seconds-11-26-23.pdf',0,'attachment','application/pdf',0),(4082,2,'2023-11-27 20:55:51','2023-11-28 04:55:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_bottom=\"20px\" padding_right=\"20px\" padding_left=\"20px\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<div id=\"content\">\n<div id=\"content-inner\">\n<article id=\"post-24\" class=\"post-24 page type-page status-publish hentry\">\n<header>\n<h2 class=\"page-title\">What is a Nazarene?</h2>\n</header>\n<div class=\"post-content\">\n<p><strong>Every church has its distinctives</strong> — practices or beliefs that set it apart from other groups.</p>\n<p>Sometimes this is confusing to people. They say, <em>“If the Bible is true and Jesus was who He claimed to be, why are there so many different churches with so many different beliefs?”<br>\n</em><br>\nWe are optimistic enough to believe that with all the differences in beliefs and practices, most Christian congregations still agree on 90-95% of Christian teaching, and that the other 5-10% we do not agree on falls in this category of “distinctive”.</p>\n<p>While we get our name from Jesus of Nazareth, you might be asking what in the world is a modern-day Nazarene? Well….</p>\n<p><strong>We are not Baptists, but like the Baptists,</strong> we believe in calling people to repentance and to witnessing to their new life in Christ through public baptism.</p>\n<p><strong>We are not Presbyterians, but like the Presbyterians,</strong> we believe in the power of the preaching of the Word Of God to bring about change in people’s lives.</p>\n<p><strong>We are not Lutherans, but like the Lutherans,</strong> we believe in salvation through Jesus Christ on the authority of Scripture alone, in salvation by faith alone and in salvation as gift of God’s grace alone.</p>\n<p><strong>We are not Charismatics</strong> — No, we do not “speak in tongues” in our services — <strong>but like the Charismatics</strong> we believe in the gifts of the Spirit, who gives people the power to live a Christlike life and to make a real difference in their world.</p>\n<p><strong>We are not Episcopalians</strong> — although John Wesley was a lifelong Anglican —<strong> but like the Episcopalians</strong> we take worship seriously, we just choose to be a little less “formal” in our worship services.</p>\n<p><strong>We are not Quakers or Moravians, but like these pietistic groups</strong>, we believe in living a careful life that testifies to the watching world that we belong to the Family Of God.</p>\n<p><strong>And we are not Methodists,</strong> although we have our roots in the Methodist tradition that grew out of John Wesley’s revival movement in the 1700’s.</p>\n<p>We are a warm and friendly group of people who desire, with God’s help, to live holy lives that bring honor and glory to Him. In three words our theology is “JESUS IS LORD!” We look to the Bible as our primary source for direction in our worship and our lifestyles.</p>\n<p>We are life-centered in our teaching and sensitive to the needs and concerns of others.</p>\n<p>We give people opportunities to put their faith in to action through various avenues of service.</p>\n<p>We are honored to take our place among the many who are called Christians.</p>\n<p>We laugh and cry together, rejoice and grieve together, grow together, and walk in faith together.</p>\n<p>We aim to be a family for all who love Jesus, the Nazarene.</p>\n</div>\n</article>\n</div>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','What is a Nazarene','','inherit','closed','closed','','609-revision-v1','','','2023-11-27 20:55:51','2023-11-28 04:55:51','',609,'https://www.crosspoint-church.com/?p=4082',0,'revision','',0),(4083,2,'2023-11-27 20:58:34','2023-11-28 04:58:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2>Beliefs</h2>\n<p>We believe in one living God who has complete power and is wise, good and pure.  We believe He is loving, forgiving and faithful.  We believe God created all things.  We believe this one God is three persons:  The Father (God), The Son (Jesus Christ), and the Holy Spirit. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%201.1-2\" data-reference=\"John 1.1-2\" data-version=\"niv\" data-purpose=\"bible-reference\">John 1:1-2</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%204.24\" data-reference=\"John 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">4:24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%205.18\" data-reference=\"John 5.18\" data-version=\"niv\" data-purpose=\"bible-reference\">5:18</a>;<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2010.30\" data-reference=\"John 10.30\" data-version=\"niv\" data-purpose=\"bible-reference\">10:30</a>)</p>\n<p>We believe Jesus Christ is God’s only son born of the Virgin Mary.  We believe Jesus is fully God and fully human.  We believe He lived on Earth and was crucified as a sacrifice for the sins of all humans.  We believe Jesus rose from the dead, went to Heaven and now intercedes for the body of believers to God the Father.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2028.5-9\" data-reference=\"Matt 28.5-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 28:5-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%2024.1-50\" data-reference=\"Luke 24.1-50\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 24:1-50</a>)</p>\n<p>We believe the Holy Spirit is the person of the Trinity who lives within us, giving us power to live a holy life and guiding us to truth. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%208.9\" data-reference=\"Rom 8.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 8:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%204.6\" data-reference=\"Gal 4.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 4:6</a></p>\n<p>We believe the Bible is inspired and without error or failure of basic contents and meaning in the original manuscripts.  We believe the Bible contains all the necessary truth to lead people to a saving knowledge of Jesus Christ. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ps%2019.7\" data-reference=\"Ps 19.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Psalm 19:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2017.17\" data-reference=\"John 17.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 17:17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%2015.4\" data-reference=\"Rom 15.4\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 15:4</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/2%20Tim.%203.16-17\" data-reference=\"2 Tim. 3.16-17\" data-version=\"niv\" data-purpose=\"bible-reference\">II Tim. 3:16-17</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess.%202.13\" data-reference=\"1 Thess. 2.13\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thess. 2:13</a>)</p>\n<p>We believe men and women were created by God in his own image, (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%201.27\" data-reference=\"Gen 1.27\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 1:27</a>) but because of disobedience and a corrupt nature, they are inclined to do wrong. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gen%203.6\" data-reference=\"Gen 3.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Genesis 3:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Genesis%206.5\" data-reference=\"Genesis 6.5\" data-version=\"niv\" data-purpose=\"bible-reference\">6:5</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%205.12\" data-reference=\"Rom 5.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 5:12</a>)  Man is not capable of achieving a life without sin on his own. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Prov%2020.9\" data-reference=\"Prov 20.9\" data-version=\"niv\" data-purpose=\"bible-reference\">Proverbs 20:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>) Because men and women were created by God, they have a “God likeness” which includes knowledge between right and wrong, the ability to choose which course they will take, and the responsibility for their actions and choices. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Josh%2024.15\" data-reference=\"Josh 24.15\" data-version=\"niv\" data-purpose=\"bible-reference\">Joshua 24:15</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Kings%2020.40\" data-reference=\"1 Kings 20.40\" data-version=\"niv\" data-purpose=\"bible-reference\">I Kings 20:40</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%207.17\" data-reference=\"John 7.17\" data-version=\"niv\" data-purpose=\"bible-reference\">John 7:17</a>)</p>\n<p>We believe that God ordained two sacraments: The Lord’s Supper and Baptism.  The Lord’s Supper is received in remembrance of Christ’s death for our sins; the bread representing His body and the wine, His blood.  It is in remembrance of God’s love and grace toward us, and the love we must share with one another. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2026.26-28\" data-reference=\"Matt 26.26-28\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 26:26-28</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2014.22-24\" data-reference=\"Mark 14.22-24\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 14:22-24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2010.16\" data-reference=\"1 Cor 10.16\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 10:16</a>)  Baptism is an outward symbolic act signifying salvation and cleansing of sin. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Num%208.7\" data-reference=\"Num 8.7\" data-version=\"niv\" data-purpose=\"bible-reference\">Numbers 8:7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Mark%2016.16\" data-reference=\"Mark 16.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Mark 16:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2022.16\" data-reference=\"Acts 22.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 22:16</a>)  We baptize by immersion.</p>\n<p>We believe when people confess their sin to God and ask Jesus to be Lord, they are forgiven and become members of God’s family. What about sin committed after salvation?  We believe that after we have been forgiven it is still possible to sin, for in this life there is no level of holiness (purity) from which it is impossible to fall.  By the grace of a loving God, one who has fallen into sin may, by confession and repentance, find forgiveness and restored fellowship with God.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%2018.21-22\" data-reference=\"Matt 18.21-22\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 18:21-22</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20John%201.9\" data-reference=\"1 John 1.9\" data-version=\"niv\" data-purpose=\"bible-reference\">I John 1:9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.1\" data-reference=\"I John 2.1\" data-version=\"niv\" data-purpose=\"bible-reference\">2:1</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20John%202.24-25\" data-reference=\"I John 2.24-25\" data-version=\"niv\" data-purpose=\"bible-reference\">24-25</a>)</p>\n<p>We believe that even though we cannot earn God’s favor by good works, they are still pleasing to God and show evidence of true faith in God, and Jesus as Lord of your life. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matt%205.16\" data-reference=\"Matt 5.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Matthew 5:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Matthew%207.16-20\" data-reference=\"Matthew 7.16-20\" data-version=\"niv\" data-purpose=\"bible-reference\">7:16-20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rom%203.20\" data-reference=\"Rom 3.20\" data-version=\"niv\" data-purpose=\"bible-reference\">Romans 3:20</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Gal%202.16\" data-reference=\"Gal 2.16\" data-version=\"niv\" data-purpose=\"bible-reference\">Galatians 2:16</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.18\" data-reference=\"James 2.18\" data-version=\"niv\" data-purpose=\"bible-reference\">James 2:18</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%202.22\" data-reference=\"James 2.22\" data-version=\"niv\" data-purpose=\"bible-reference\">22</a>)</p>\n<p>We believe that the Holy Spirit has spiritual gifts for all believers for the purpose of building up the body of Christ and bringing glory to God.  The gifts are to be exercised in love and emphasize our need for unity. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%2012.1-31\" data-reference=\"1 Cor 12.1-31\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 12:1-31</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.11-16\" data-reference=\"Eph 4.11-16\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:11-16</a>)</p>\n<p>We believe that after accepting Jesus Christ as Savior, there begins the process of God’s Spirit purifying our lives.  This work begins at the point of salvation and continues throughout life.  We reach a point when we understand that it is not enough to just to be “saved”, but we must be completely committed to Christ for all areas of our lives.  This is the point when the believer determines not to live for selfish desires, but to live totally for God and His purposes.  At this point, the believer is empowered by the Holy Spirit, making us able to live Christ-like lives.  This does not mean perfection of the believer, but purity of heart, mind and will. (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Deut%2030.6\" data-reference=\"Deut 30.6\" data-version=\"niv\" data-purpose=\"bible-reference\">Deuteronomy 30:6</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Luke%201.74-75\" data-reference=\"Luke 1.74-75\" data-version=\"niv\" data-purpose=\"bible-reference\">Luke 1:74-75</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Acts%2015.8-9\" data-reference=\"Acts 15.8-9\" data-version=\"niv\" data-purpose=\"bible-reference\">Acts 15:8-9</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Cor%206.11\" data-reference=\"1 Cor 6.11\" data-version=\"niv\" data-purpose=\"bible-reference\">I Corinthians 6:11</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Eph%204.13\" data-reference=\"Eph 4.13\" data-version=\"niv\" data-purpose=\"bible-reference\">Ephesians 4:13</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Ephesians%204.24\" data-reference=\"Ephesians 4.24\" data-version=\"niv\" data-purpose=\"bible-reference\">24</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.3\" data-reference=\"1 Thess 4.3\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:3</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/I%20Thessalonians%204.7\" data-reference=\"I Thessalonians 4.7\" data-version=\"niv\" data-purpose=\"bible-reference\">7</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%204.8\" data-reference=\"James 4.8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 4:8</a>)</p>\n<p>We believe in the personal return of Jesus Christ to receive His believers into heaven and eternal life.  The time of His return is unknown, but may be at any moment.  This is the glorious hope of all God’s children.  (<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/John%2014.1-3\" data-reference=\"John 14.1-3\" data-version=\"niv\" data-purpose=\"bible-reference\">John 14:1-3</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/1%20Thess%204.13-18\" data-reference=\"1 Thess 4.13-18\" data-version=\"niv\" data-purpose=\"bible-reference\">I Thessalonians 4:13-18</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/James%205.7-8\" data-reference=\"James 5.7-8\" data-version=\"niv\" data-purpose=\"bible-reference\">James 5:7-8</a>; <a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Rev%2022.12\" data-reference=\"Rev 22.12\" data-version=\"niv\" data-purpose=\"bible-reference\">Revelation 22:12</a>,<a class=\"rtBibleRef\" href=\"https://biblia.com/bible/niv/Revelation%2022.20\" data-reference=\"Revelation 22.20\" data-version=\"niv\" data-purpose=\"bible-reference\">20</a>)</p>\n<h2>Core Values</h2>\n<ul>\n<li>Every person, pre-Christian and Christian alike, is valuable to God and his Kingdom.</li>\n<li>Prayer must permeate everything we do.</li>\n<li>Doing church as a team is God’s design for effective ministry.</li>\n<li>The body of Christ is inclusive and we value every generation.</li>\n<li>Passionate public worship glorifies God and inspires us to glorify him in our private lives.</li>\n<li>God is worthy of our very best.</li>\n<li>Every Christ follower should commit to a lifestyle of consistent spiritual growth with honest accountability.</li>\n<li>The most effective evangelism happens as people invest their lives in other people.</li>\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Our Beliefs','','inherit','closed','closed','','611-revision-v1','','','2023-11-27 20:58:34','2023-11-28 04:58:34','',611,'https://www.crosspoint-church.com/?p=4083',0,'revision','',0),(4084,2,'2023-11-27 21:02:01','2023-11-28 05:02:01','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Small Groups</h1>\n</header>\n<p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p>\n<p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p>\n<p>We have a number of groups that meet different times and days throughout the week.</p>\n<p><strong>Current Small Groups</strong></p>\n<ul>\n<li>Sundays at 9pm (two classes)<br></li><li>Tuesdays at 6pm<br></li>\n<li>Wednesdays at 5:30pm (Babysitting provided)</li>\n<li>Every other Sunday at 4:30pm</li>\n</ul>\n<p>If you would like to get connected to a small group, please contact the church office at info@crosspoint-church.com.</p>\n<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2023-11-27 21:02:01','2023-11-28 05:02:01','',1462,'https://www.crosspoint-church.com/?p=4084',0,'revision','',0),(4085,2,'2023-12-03 12:39:59','2023-12-03 20:39:59','','December 3, 2023','','inherit','open','closed','','december-3-2023','','','2023-12-03 12:40:19','2023-12-03 20:40:19','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf',0,'attachment','application/pdf',0),(4086,2,'2023-12-03 12:40:47','2023-12-03 20:40:47','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/10/October-29-2023.pdf\">October 29, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-12-03 12:40:47','2023-12-03 20:40:47','',1441,'https://www.crosspoint-church.com/?p=4086',0,'revision','',0),(4087,2,'2023-12-03 12:47:30','2023-12-03 20:47:30','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/Trust-Tremble.mp3\"][/audio]','Trust & Tremble','','publish','open','closed','','trust-tremble','','','2023-12-09 22:13:20','2023-12-10 06:13:20','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4087',0,'sermons','',0),(4088,2,'2023-12-03 12:44:10','2023-12-03 20:44:10','\"Trust &amp; Tremble\" by Eric Depew. Released: 2023. Track 1,203.','Trust &amp; Tremble','','inherit','open','closed','','trust-tremble','','','2023-12-03 12:44:29','2023-12-03 20:44:29','',4087,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Trust-Tremble.mp3',0,'attachment','audio/mpeg',0),(4090,2,'2023-12-09 22:13:03','2023-12-10 06:13:03','','Isaiah\'s Visions series','','inherit','open','closed','','isaiahs-visions-series','','','2023-12-09 22:13:03','2023-12-10 06:13:03','',4087,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Isaiahs-Visions-series.jpg',0,'attachment','image/jpeg',0),(4091,2,'2023-12-10 07:16:49','2023-12-10 15:16:49','','December 10, 2023','','inherit','open','closed','','december-10-2023','','','2023-12-10 07:17:10','2023-12-10 15:17:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf',0,'attachment','application/pdf',0),(4092,2,'2023-12-10 07:17:23','2023-12-10 15:17:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-5-2023.pdf\">November 5, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-12-10 07:17:23','2023-12-10 15:17:23','',1441,'https://www.crosspoint-church.com/?p=4092',0,'revision','',0),(4094,1,'2020-05-22 08:53:39','2020-05-22 15:53:39','{\"id\":\"2904\",\"field_id\":6,\"fields\":{\"0\":{\"id\":\"0\",\"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\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comments, Questions, Prayer Requests\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Connect Card\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"gmiles@crosspoint-church.com, info@crosspoint-church.com\",\"subject\":\"New Entry: Connect Card\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for letting us know you were here.\\u00a0 We will be praying for you!<\\/p>\\r\\n<p>CrossPoint Church<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Connect Card','','inherit','closed','closed','','2904-revision-v1','','','2023-12-11 21:10:03','2023-12-12 05:10:03','',2904,'https://www.crosspoint-church.com/?p=4094',0,'revision','',0),(4095,2,'2023-12-11 21:16:34','2023-12-12 05:16:34','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":9,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form.\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form.','','trash','closed','closed','','blank-form__trashed','','','2024-12-13 13:21:33','2024-12-13 21:21:33','',0,'https://www.crosspoint-church.com/?post_type=wpforms&#038;p=4095',0,'wpforms','',0),(4096,2,'2023-12-11 21:16:42','2023-12-12 05:16:42','{\"fields\":[],\"id\":\"4095\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[]},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','4095-revision-v1','','','2023-12-11 21:16:42','2023-12-12 05:16:42','',4095,'https://www.crosspoint-church.com/?p=4096',0,'revision','',0),(4097,2,'2023-12-11 21:24:36','2023-12-12 05:24:36','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":5,\"settings\":{\"form_title\":\"Calendar Requests\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[]},\"meta\":{\"template\":\"blank\"}}','Calendar Requests','','inherit','closed','closed','','4095-revision-v1','','','2023-12-11 21:24:36','2023-12-12 05:24:36','',4095,'https://www.crosspoint-church.com/?p=4097',0,'revision','',0),(4098,2,'2023-12-10 11:30:54','2023-12-10 19:30:54','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/Jesus-Resume.mp3\"][/audio]','Jesus\' Resume','','publish','open','closed','','jesus-resume','','','2023-12-17 15:56:32','2023-12-17 23:56:32','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4098',0,'sermons','',0),(4099,2,'2023-12-17 15:37:08','2023-12-17 23:37:08','\"Jesus\' Resume\" from Isaiah\'s Visions by Sarah Deeter. Released: 2023. Track 1,210.','Jesus\' Resume','','inherit','open','closed','','jesus-resume','','','2023-12-17 15:40:06','2023-12-17 23:40:06','',4098,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Jesus-Resume.mp3',0,'attachment','audio/mpeg',0),(4100,2,'2023-12-17 15:54:57','2023-12-17 23:54:57','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/Light-For-The-Gentiles.mp3\"][/audio]','Light For The Gentiles','','publish','open','closed','','light-for-the-gentiles','','','2023-12-17 15:54:57','2023-12-17 23:54:57','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4100',0,'sermons','',0),(4101,2,'2023-12-17 15:53:02','2023-12-17 23:53:02','\"Light For The Gentiles\" from Isaiah\'s Visions by Eric Depew. Released: 2023. Track 1,217.','Light For The Gentiles','','inherit','open','closed','','light-for-the-gentiles','','','2023-12-17 15:53:13','2023-12-17 23:53:13','',4100,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Light-For-The-Gentiles.mp3',0,'attachment','audio/mpeg',0),(4103,2,'2023-12-19 17:13:20','2023-12-20 01:13:20','','December 17, 2023','','inherit','open','closed','','december-17-2023','','','2023-12-19 17:13:32','2023-12-20 01:13:32','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf',0,'attachment','application/pdf',0),(4104,2,'2023-12-19 17:13:40','2023-12-20 01:13:40','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"20px\" padding_bottom=\"\" padding_left=\"20px\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-12-2023.pdf\">November 12, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-12-19 17:13:40','2023-12-20 01:13:40','',1441,'https://www.crosspoint-church.com/?p=4104',0,'revision','',0),(4119,2,'2023-12-27 20:40:50','2023-12-28 04:40:50','<p><span style=\"font-family: book antiqua, palatino, serif;\"><strong>We are hiring a Ministry Director for Children and Youth!</strong></span></p>','Ministry Director','','publish','closed','closed','','ministry-director','','','2023-12-27 20:48:41','2023-12-28 04:48:41','',0,'https://www.crosspoint-church.com/?post_type=announcer&#038;p=4119',0,'announcer','',0),(4120,2,'2023-12-27 20:51:19','2023-12-28 04:51:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<header>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n<p>Just click on the bulletin you would like to view.</p><p><br></p>\n<p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a></p>\n<p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a></p>\n<p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a></p>\n<p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a></p>\n<p><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a></p>\n<p><strong>Please note:</strong> You will need Adobe Reader to view these files.  You may download that by clicking on the image below:</p>\n<p><a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\"></a></p>\n</div>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-12-27 20:51:19','2023-12-28 04:51:19','',1441,'https://www.crosspoint-church.com/?p=4120',0,'revision','',0),(4121,2,'2023-12-27 20:52:20','2023-12-28 04:52:20','','December 24, 2023','','inherit','open','closed','','december-24-2023','','','2023-12-27 20:52:32','2023-12-28 04:52:32','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf',0,'attachment','application/pdf',0),(4122,2,'2023-12-27 20:52:43','2023-12-28 04:52:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-19-2023.pdf\">November 19, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2023-12-27 20:52:43','2023-12-28 04:52:43','',1441,'https://www.crosspoint-church.com/?p=4122',0,'revision','',0),(4123,2,'2023-12-24 21:19:37','2023-12-25 05:19:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/Humble-Servant-of-Justice.mp3\"][/audio]','Humble Servant of Justice','','publish','open','closed','','humble-servant-of-justice','','','2024-01-06 08:47:51','2024-01-06 16:47:51','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4123',0,'sermons','',0),(4124,2,'2023-12-27 21:12:55','2023-12-28 05:12:55','\"Humble Servant of Justice\" from Isaiah\'s Visions by Eric Depew. Released: 2023. Track 1,224.','Humble Servant of Justice','','inherit','open','closed','','humble-servant-of-justice-2','','','2024-01-06 08:46:45','2024-01-06 16:46:45','',4123,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Humble-Servant-of-Justice.mp3',0,'attachment','audio/mpeg',0),(4126,2,'2023-12-27 21:18:09','2023-12-28 05:18:09','','Humble Servant of Justice sermon Notes','','inherit','open','closed','','humble-servant-of-justice-sermon-notes','','','2023-12-27 21:18:09','2023-12-28 05:18:09','',4123,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Humble-Servant-of-Justice-sermon-Notes.pdf',0,'attachment','application/pdf',0),(4127,2,'2023-12-24 21:34:42','2023-12-25 05:34:42','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/A-Loving-King.mp3\"][/audio]','A Loving King','','publish','open','closed','','a-loving-king','','','2024-01-06 08:42:27','2024-01-06 16:42:27','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4127',0,'sermons','',0),(4128,2,'2023-12-27 21:32:56','2023-12-28 05:32:56','\"A Loving King\" from Isaiah\'s Visions by Eric Depew. Released: 2023. Track 1,224.','A Loving King','','inherit','open','closed','','a-loving-king-2','','','2024-01-06 08:40:51','2024-01-06 16:40:51','',4127,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/A-Loving-King.mp3',0,'attachment','audio/mpeg',0),(4129,2,'2024-01-01 12:10:28','2024-01-01 20:10:28','','December 31, 2023','','inherit','open','closed','','december-31-2023','','','2024-01-01 12:10:40','2024-01-01 20:10:40','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf',0,'attachment','application/pdf',0),(4131,2,'2024-01-01 12:18:15','2024-01-01 20:18:15','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-01 12:18:15','2024-01-01 20:18:15','',1441,'https://www.crosspoint-church.com/?p=4131',0,'revision','',0),(4132,2,'2024-01-01 12:19:10','2024-01-01 20:19:10','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\"><span style=\"font-family: times new roman, times, serif;\">December 31, 2023</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/11/November-26-2023.pdf\">November 26, 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-01 12:19:10','2024-01-01 20:19:10','',1441,'https://www.crosspoint-church.com/?p=4132',0,'revision','',0),(4133,2,'2023-12-31 11:00:02','2023-12-31 19:00:02','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/Search-Me-O-God.mp3\"][/audio]','Search Me O God','','publish','open','closed','','search-me-o-god','','','2024-01-12 13:09:38','2024-01-12 21:09:38','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4133',0,'sermons','',0),(4134,2,'2024-01-01 12:56:27','2024-01-01 20:56:27','\"Search Me O God\" from Special by Kyle Gillette. Released: 2023. Track 1,231.','Search Me O God','','inherit','open','closed','','search-me-o-god-2','','','2024-01-01 13:03:33','2024-01-01 21:03:33','',4133,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Search-Me-O-God.mp3',0,'attachment','audio/mpeg',0),(4135,2,'2024-01-01 13:11:40','2024-01-01 21:11:40','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/Search-Me-O-God.mp3\"][/audio]','Search Me O God','','inherit','closed','closed','','4133-autosave-v1','','','2024-01-01 13:11:40','2024-01-01 21:11:40','',4133,'https://www.crosspoint-church.com/?p=4135',0,'revision','',0),(4137,2,'2024-01-06 08:44:43','2024-01-06 16:44:43','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/A-Loving-King.mp3\"][/audio]','A Loving King','','inherit','closed','closed','','4127-autosave-v1','','','2024-01-06 08:44:43','2024-01-06 16:44:43','',4127,'https://www.crosspoint-church.com/?p=4137',0,'revision','',0),(4138,2,'2024-01-06 08:49:02','2024-01-06 16:49:02','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/Humble-Servant-of-Justice.mp3\"][/audio]','Humble Servant of Justice','','inherit','closed','closed','','4123-autosave-v1','','','2024-01-06 08:49:02','2024-01-06 16:49:02','',4123,'https://www.crosspoint-church.com/?p=4138',0,'revision','',0),(4139,2,'2024-01-07 07:40:44','2024-01-07 15:40:44','','January 7, 2024','','inherit','open','closed','','january-7-2024','','','2024-01-07 07:41:52','2024-01-07 15:41:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf',0,'attachment','application/pdf',0),(4140,2,'2024-01-07 07:42:23','2024-01-07 15:42:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-3-2023.pdf\">December 3 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-07 07:42:23','2024-01-07 15:42:23','',1441,'https://www.crosspoint-church.com/?p=4140',0,'revision','',0),(4141,2,'2024-01-07 21:27:08','2024-01-08 05:27:08','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/Testify-To-Love.mp3\"][/audio]','Testify To Love','','publish','open','closed','','testify-to-love','','','2024-01-09 17:51:00','2024-01-10 01:51:00','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4141',0,'sermons','',0),(4142,2,'2024-01-07 21:26:03','2024-01-08 05:26:03','\"Testify To Love\" from Joy Complete by Eric Depew. Released: 2024. Track 107.','Testify To Love','','inherit','open','closed','','testify-to-love','','','2024-01-07 21:26:30','2024-01-08 05:26:30','',4141,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Testify-To-Love.mp3',0,'attachment','audio/mpeg',0),(4144,2,'2024-01-09 17:19:01','2024-01-10 01:19:01','','Joy Complete series','','inherit','open','closed','','joy-complete-series','','','2024-01-09 17:19:01','2024-01-10 01:19:01','',4141,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Joy-Complete-series.jpg',0,'attachment','image/jpeg',0),(4145,2,'2024-01-09 17:24:39','2024-01-10 01:24:39','','Testify To Love','','inherit','closed','closed','','4141-autosave-v1','','','2024-01-09 17:24:39','2024-01-10 01:24:39','',4141,'https://www.crosspoint-church.com/?p=4145',0,'revision','',0),(4146,2,'2024-01-09 17:50:29','2024-01-10 01:50:29','','Sunday Seconds 2024-01-07','','inherit','open','closed','','sunday-seconds-2024-01-07','','','2024-01-09 17:50:29','2024-01-10 01:50:29','',4141,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-07.pdf',0,'attachment','application/pdf',0),(4147,2,'2024-01-12 13:09:07','2024-01-12 21:09:07','','Search me','','inherit','open','closed','','search-me','','','2024-01-12 13:09:07','2024-01-12 21:09:07','',4133,'https://www.crosspoint-church.com/wp-content/uploads/2023/12/Search-me.jpg',0,'attachment','image/jpeg',0),(4150,2,'2024-01-12 13:28:26','2024-01-12 21:28:26','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"Send us your email address if you would like the church calendar on your phone.\",\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":6,\"settings\":{\"form_title\":\"Calendar Requests\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[]},\"meta\":{\"template\":\"blank\"}}','Calendar Requests','','inherit','closed','closed','','4095-revision-v1','','','2024-01-12 13:28:26','2024-01-12 21:28:26','',4095,'https://www.crosspoint-church.com/?p=4150',0,'revision','',0),(4152,2,'2024-01-12 13:43:13','2024-01-12 21:43:13','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":7,\"settings\":{\"form_title\":\"Calendar Requests\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[]},\"meta\":{\"template\":\"blank\"}}','Calendar Requests','','inherit','closed','closed','','4095-revision-v1','','','2024-01-12 13:43:13','2024-01-12 21:43:13','',4095,'https://www.crosspoint-church.com/?p=4152',0,'revision','',0),(4155,2,'2024-01-14 21:05:15','2024-01-15 05:05:15','','January 14, 2024','','inherit','open','closed','','january-14-2024','','','2024-01-14 21:05:29','2024-01-15 05:05:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf',0,'attachment','application/pdf',0),(4156,2,'2024-01-14 21:05:43','2024-01-15 05:05:43','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-10-2023.pdf\">December 10, 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-14 21:05:43','2024-01-15 05:05:43','',1441,'https://www.crosspoint-church.com/?p=4156',0,'revision','',0),(4157,2,'2024-01-14 21:22:31','2024-01-15 05:22:31','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/Redemption-For-Sinners.mp3\"][/audio]','Redemption For Sinners','','publish','open','closed','','redemption-for-sinners','','','2024-01-15 20:24:23','2024-01-16 04:24:23','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4157',0,'sermons','',0),(4158,2,'2024-01-14 21:20:13','2024-01-15 05:20:13','\"Redemption For Sinners\" from Joy Complete by Eric Depew. Released: 2024. Track 114.','Redemption For Sinners','','inherit','open','closed','','redemption-for-sinners','','','2024-01-14 21:20:23','2024-01-15 05:20:23','',4157,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Redemption-For-Sinners.mp3',0,'attachment','audio/mpeg',0),(4159,2,'2024-01-15 20:24:01','2024-01-16 04:24:01','','Sunday Seconds 2024-01-14','','inherit','open','closed','','sunday-seconds-2024-01-14','','','2024-01-15 20:24:01','2024-01-16 04:24:01','',4157,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-14.pdf',0,'attachment','application/pdf',0),(4161,2,'2024-01-21 07:49:25','2024-01-21 15:49:25','','January 21, 2024','','inherit','open','closed','','january-21-2024','','','2024-01-21 07:49:38','2024-01-21 15:49:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf',0,'attachment','application/pdf',0),(4162,2,'2024-01-21 07:49:49','2024-01-21 15:49:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-17-2023.pdf\">December 17, 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-21 07:49:49','2024-01-21 15:49:49','',1441,'https://www.crosspoint-church.com/?p=4162',0,'revision','',0),(4163,2,'2024-01-21 13:09:56','2024-01-21 21:09:56','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/The-Anointing-In-Christ.mp3\"][/audio]','The Anointing In Christ','','publish','open','closed','','the-anointing-in-christ','','','2024-01-21 13:09:56','2024-01-21 21:09:56','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4163',0,'sermons','',0),(4164,2,'2024-01-21 13:06:32','2024-01-21 21:06:32','\"The Anointing In Christ\" from Joy Complete by Eric Depew. Released: 2024. Track 121.','The Anointing In Christ','','inherit','open','closed','','the-anointing-in-christ','','','2024-01-21 13:07:02','2024-01-21 21:07:02','',4163,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/The-Anointing-In-Christ.mp3',0,'attachment','audio/mpeg',0),(4165,2,'2024-01-21 13:08:46','2024-01-21 21:08:46','','Sunday Seconds 2024-01-21','','inherit','open','closed','','sunday-seconds-2024-01-21','','','2024-01-21 13:08:46','2024-01-21 21:08:46','',4163,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-21.pdf',0,'attachment','application/pdf',0),(4167,2,'2024-01-28 07:40:09','2024-01-28 15:40:09','','January 28, 2024','','inherit','open','closed','','january-28-2024','','','2024-01-28 07:40:23','2024-01-28 15:40:23','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf',0,'attachment','application/pdf',0),(4168,2,'2025-08-30 22:18:30','2025-08-31 05:18:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\n\n<header>\n<h1 class=\"page-title\">Bulletins</h1>\n</header>\n<div class=\"post-content\">\n\nJust click on the bulletin you would like to view.\n\n&nbsp;\n\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\n\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\n\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\n\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\n\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\n\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\n\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-autosave-v1','','','2025-08-30 22:18:30','2025-08-31 05:18:30','',1441,'https://www.crosspoint-church.com/?p=4168',0,'revision','',0),(4169,2,'2024-01-28 07:40:39','2024-01-28 15:40:39','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2023/12/December-24-2023.pdf\">December 24, 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-01-28 07:40:39','2024-01-28 15:40:39','',1441,'https://www.crosspoint-church.com/?p=4169',0,'revision','',0),(4170,2,'2024-01-28 17:27:02','2024-01-29 01:27:02','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/Cleansing-for-Righteousness.mp3\"][/audio]','Cleansing for Righteousness','','publish','open','closed','','cleansing-for-righteousness','','','2024-01-28 17:27:02','2024-01-29 01:27:02','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4170',0,'sermons','',0),(4171,2,'2024-01-28 17:23:39','2024-01-29 01:23:39','\"Cleansing for Righteousness\" from Joy Complete by Eric Depew. Released: 2024. Track 128.','Cleansing for Righteousness','','inherit','open','closed','','cleansing-for-righteousness','','','2024-01-28 17:24:00','2024-01-29 01:24:00','',4170,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Cleansing-for-Righteousness.mp3',0,'attachment','audio/mpeg',0),(4172,2,'2024-01-28 17:25:53','2024-01-29 01:25:53','','Sunday Seconds 2024-01-28','','inherit','open','closed','','sunday-seconds-2024-01-28','','','2024-01-28 17:25:53','2024-01-29 01:25:53','',4170,'https://www.crosspoint-church.com/wp-content/uploads/2024/01/Sunday-Seconds-2024-01-28.pdf',0,'attachment','application/pdf',0),(4173,2,'2024-02-04 16:17:26','2024-02-05 00:17:26','','February 4, 2024','','inherit','open','closed','','february-4-2024','','','2024-02-04 16:17:37','2024-02-05 00:17:37','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf',0,'attachment','application/pdf',0),(4174,2,'2024-02-04 16:17:45','2024-02-05 00:17:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/December-31-2023.pdf\">December 31, 2023</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-02-04 16:17:45','2024-02-05 00:17:45','',1441,'https://www.crosspoint-church.com/?p=4174',0,'revision','',0),(4175,2,'2024-02-04 16:24:14','2024-02-05 00:24:14','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/Loving-Each-Other.mp3\"][/audio]','Loving Each Other','','publish','open','closed','','loving-each-other','','','2024-02-04 16:24:14','2024-02-05 00:24:14','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4175',0,'sermons','',0),(4176,2,'2024-02-04 16:20:44','2024-02-05 00:20:44','\"Loving Each Other\" from Joy Complete by Eric Depew. Released: 2024. Track 204.','Loving Each Other','','inherit','open','closed','','loving-each-other','','','2024-02-04 16:20:55','2024-02-05 00:20:55','',4175,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/Loving-Each-Other.mp3',0,'attachment','audio/mpeg',0),(4177,2,'2024-02-04 16:23:19','2024-02-05 00:23:19','','Sunday Seconds 2024-02-04','','inherit','open','closed','','sunday-seconds-2024-02-04','','','2024-02-04 16:23:19','2024-02-05 00:23:19','',4175,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/Sunday-Seconds-2024-02-04.pdf',0,'attachment','application/pdf',0),(4179,2,'2024-02-08 20:48:49','2024-02-09 04:48:49','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"0px\" flex_column_spacing=\"0px\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" element_content=\"\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]<header>\n<h1 class=\"page-title\">Small Groups</h1>\n</header>\n<p>At CrossPoint we believe life is a team sport–best done together! One of the best ways to do this is through small groups.</p>\n<p>Small Groups are a key way to meet others, get connected and be encouraged in your spiritual growth here at CrossPoint! They<span style=\"background-color: rgba(255, 255, 255, 0); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);\"> are a place where the real ministry of the church takes place as we encourage, support and challenge each other. God doesn’t want any of us to be walking alone–we need each other. We want to be a church; not a crowd!</span></p>\n<p>We have a number of groups that meet different times and days throughout the week.</p>\n<p><strong>Current Small Groups</strong></p>\n<ul>\n<li>Sundays at 9am<br></li>\n<li>Tuesdays at 6pm</li>\n<li>Wednesdays at 5:30pm (Babysitting provided)</li>\n<li>Every other Sunday at 4:30pm</li>\n</ul>\n<p>If you would like to get connected to a small group, please contact the church office at info@crosspoint-church.com.</p>\n<p></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Small Groups','','inherit','closed','closed','','1462-revision-v1','','','2024-02-08 20:48:49','2024-02-09 04:48:49','',1462,'https://www.crosspoint-church.com/?p=4179',0,'revision','',0),(4180,2,'2024-02-11 07:36:55','2024-02-11 15:36:55','','February 11, 2024','','inherit','open','closed','','february-11-2024','','','2024-02-11 07:37:16','2024-02-11 15:37:16','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf',0,'attachment','application/pdf',0),(4181,2,'2024-02-11 07:37:34','2024-02-11 15:37:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-7-2024.pdf\"><span style=\"font-family: times new roman, times, serif;\">January 7, 2024</span></a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-02-11 07:37:34','2024-02-11 15:37:34','',1441,'https://www.crosspoint-church.com/?p=4181',0,'revision','',0),(4183,2,'2024-02-20 20:33:52','2024-02-21 04:33:52','','February 18, 2024','','inherit','open','closed','','february-18-2024','','','2024-02-20 20:34:06','2024-02-21 04:34:06','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf',0,'attachment','application/pdf',0),(4184,2,'2024-02-20 20:34:17','2024-02-21 04:34:17','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-14-2024.pdf\">January 14, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-02-20 20:34:17','2024-02-21 04:34:17','',1441,'https://www.crosspoint-church.com/?p=4184',0,'revision','',0),(4185,2,'2024-02-18 20:48:58','2024-02-19 04:48:58','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/Overcoming-The-World.mp3\"][/audio]','Overcoming The World','','publish','open','closed','','overcoming-the-world','','','2024-02-20 20:49:40','2024-02-21 04:49:40','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4185',0,'sermons','',0),(4186,2,'2024-02-20 20:47:07','2024-02-21 04:47:07','\"Overcoming The World\" from Joy Complete by Eric Depew. Released: 2024. Track 218.','Overcoming The World','','inherit','open','closed','','overcoming-the-world','','','2024-02-20 20:47:18','2024-02-21 04:47:18','',4185,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/Overcoming-The-World.mp3',0,'attachment','audio/mpeg',0),(4187,2,'2024-02-20 20:48:12','2024-02-21 04:48:12','','Sunday Seconds 2024-02-18','','inherit','open','closed','','sunday-seconds-2024-02-18','','','2024-02-20 20:48:12','2024-02-21 04:48:12','',4185,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/Sunday-Seconds-2024-02-18.pdf',0,'attachment','application/pdf',0),(4188,2,'2024-02-25 14:57:30','2024-02-25 22:57:30','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/The-Spiral-of-Love.mp3\"][/audio]','The Spiral of Love','','publish','open','closed','','the-spiral-of-love','','','2024-02-25 14:57:30','2024-02-25 22:57:30','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4188',0,'sermons','',0),(4189,2,'2024-02-25 14:54:03','2024-02-25 22:54:03','\"The Spiral of Love\" from Joy Complete by Sarah Deeter. Released: 2024. Track 225.','The Spiral of Love','','inherit','open','closed','','the-spiral-of-love','','','2024-02-25 14:55:44','2024-02-25 22:55:44','',4188,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/The-Spiral-of-Love.mp3',0,'attachment','audio/mpeg',0),(4190,2,'2024-02-25 15:01:46','2024-02-25 23:01:46','','February 25, 2024','','inherit','open','closed','','february-25-2024','','','2024-02-25 15:02:07','2024-02-25 23:02:07','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf',0,'attachment','application/pdf',0),(4191,2,'2024-02-25 15:02:20','2024-02-25 23:02:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-21-2024.pdf\">January 21, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-02-25 15:02:20','2024-02-25 23:02:20','',1441,'https://www.crosspoint-church.com/?p=4191',0,'revision','',0),(4193,2,'2024-03-03 16:32:41','2024-03-04 00:32:41','','March 3, 2024','','inherit','open','closed','','march-3-2024','','','2024-03-03 16:32:55','2024-03-04 00:32:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf',0,'attachment','application/pdf',0),(4194,2,'2024-03-03 16:33:05','2024-03-04 00:33:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/01/January-28-2024.pdf\">January 28, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-03-03 16:33:05','2024-03-04 00:33:05','',1441,'https://www.crosspoint-church.com/?p=4194',0,'revision','',0),(4195,2,'2024-03-03 16:38:55','2024-03-04 00:38:55','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/Tree-of-Knowledge-of-Good-and-Evil.mp3\"][/audio]','Tree of Knowledge of Good and Evil','','publish','open','closed','','tree-of-knowledge-of-good-and-evil','','','2024-03-03 16:38:55','2024-03-04 00:38:55','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4195',0,'sermons','',0),(4196,2,'2024-03-03 16:36:38','2024-03-04 00:36:38','\"Tree of Knowledge of Good and Evil\" from Five Trees by Eric Depew. Released: 2024. Track 303.','Tree of Knowledge of Good and Evil','','inherit','open','closed','','tree-of-knowledge-of-good-and-evil','','','2024-03-03 16:36:50','2024-03-04 00:36:50','',4195,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Tree-of-Knowledge-of-Good-and-Evil.mp3',0,'attachment','audio/mpeg',0),(4197,2,'2024-03-03 16:37:52','2024-03-04 00:37:52','','Sunday Seconds 2024-03-02','','inherit','open','closed','','sunday-seconds-2024-03-02','','','2024-03-03 16:37:52','2024-03-04 00:37:52','',4195,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Sunday-Seconds-2024-03-02.pdf',0,'attachment','application/pdf',0),(4198,2,'2024-03-03 16:38:38','2024-03-04 00:38:38','','Five Trees graphic','','inherit','open','closed','','five-trees-graphic','','','2024-03-03 16:38:38','2024-03-04 00:38:38','',4195,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Five-Trees-graphic.jpg',0,'attachment','image/jpeg',0),(4199,2,'2024-03-10 07:51:23','2024-03-10 14:51:23','','March 10, 2024','','inherit','open','closed','','march-10-2024','','','2024-03-10 07:51:32','2024-03-10 14:51:32','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf',0,'attachment','application/pdf',0),(4200,2,'2024-03-10 07:51:41','2024-03-10 14:51:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-4-2024.pdf\">February 4, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-03-10 07:51:41','2024-03-10 14:51:41','',1441,'https://www.crosspoint-church.com/?p=4200',0,'revision','',0),(4201,2,'2024-03-16 16:29:51','2024-03-16 23:29:51','<p style=\"text-align: left;\"><span style=\"font-family: times new roman, times, serif; color: #000000;\">Good Friday Service March 29 @ 6:30 pm</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-family: times new roman, times, serif; color: #000000;\">Easter Breakfast March 31 @ 9:30 am</span></p>\r\n<p><span style=\"font-family: times new roman, times, serif; color: #000000;\">Easter Service March @10:30 am</span></p>\r\n<pre><span style=\"font-family: times new roman, times, serif; color: #000000;\">Children\'s Egg Hunt &amp; Petting Zoo @11:30 am</span></pre>','Holy Week','','publish','closed','closed','','holy-week','','','2024-03-27 18:02:54','2024-03-28 01:02:54','',0,'https://www.crosspoint-church.com/?post_type=announcer&#038;p=4201',0,'announcer','',0),(4209,2,'2024-03-16 13:01:35','2024-03-16 20:01:35','','Holy Week A01ccc','','inherit','open','closed','','holy-week-a01ccc','','','2024-03-16 13:01:35','2024-03-16 20:01:35','',0,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Holy-Week-A01ccc.jpg',0,'attachment','image/jpeg',0),(4210,2,'2024-03-17 07:40:02','2024-03-17 14:40:02','','March 17, 2024','','inherit','open','closed','','march-17-2024','','','2024-03-17 07:40:02','2024-03-17 14:40:02','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf',0,'attachment','application/pdf',0),(4211,2,'2024-03-17 07:40:19','2024-03-17 14:40:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-11-2024.pdf\">February 11 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-03-17 07:40:19','2024-03-17 14:40:19','',1441,'https://www.crosspoint-church.com/?p=4211',0,'revision','',0),(4213,2,'2024-03-17 16:15:16','2024-03-17 23:15:16','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/Golgothas-Tree.mp3\"][/audio]','Golgotha\'s Tree','','publish','open','closed','','golgothas-tree','','','2024-03-17 16:15:16','2024-03-17 23:15:16','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4213',0,'sermons','',0),(4214,2,'2024-03-17 16:10:00','2024-03-17 23:10:00','\"Golgotha\'s Tree\" from Five Trees by Eric Depew. Released: 2024. Track 317.','Golgotha\'s Tree','','inherit','open','closed','','golgothas-tree','','','2024-03-17 16:10:25','2024-03-17 23:10:25','',4213,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Golgothas-Tree.mp3',0,'attachment','audio/mpeg',0),(4215,2,'2024-03-17 16:11:50','2024-03-17 23:11:50','','Sunday Seconds 2024-03-17','','inherit','open','closed','','sunday-seconds-2024-03-17','','','2024-03-17 16:11:50','2024-03-17 23:11:50','',4213,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Sunday-Seconds-2024-03-17.pdf',0,'attachment','application/pdf',0),(4217,2,'2024-03-24 07:34:00','2024-03-24 14:34:00','','March 24, 2024','','inherit','open','closed','','march-24-2024','','','2024-03-24 07:34:00','2024-03-24 14:34:00','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf',0,'attachment','application/pdf',0),(4218,2,'2024-03-24 07:34:18','2024-03-24 14:34:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-18-2024.pdf\">February 18, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-03-24 07:34:18','2024-03-24 14:34:18','',1441,'https://www.crosspoint-church.com/?p=4218',0,'revision','',0),(4219,2,'2024-03-27 17:28:46','2024-03-28 00:28:46','','Holy Week A11','','inherit','open','closed','','holy-week-a11','','','2024-03-27 17:28:46','2024-03-28 00:28:46','',0,'https://www.crosspoint-church.com/wp-content/uploads/2024/03/Holy-Week-A11.jpg',0,'attachment','image/jpeg',0),(4220,2,'2024-03-27 17:59:42','2024-03-28 00:59:42','<p style=\"text-align: left;\"><span style=\"font-family: times new roman, times, serif; color: #ffff00;\">Good Friday Service March 29 @ 6:30 pm</span></p>\n<p style=\"text-align: left;\"><span style=\"font-family: times new roman, times, serif; color: #ffff00;\">Easter Breakfast March 31 @ 9:30 am</span></p>\n<p><span style=\"font-family: times new roman, times, serif; color: #ffff00;\">Easter Service March @10:30 am</span></p>\n<pre><span style=\"font-family: times new roman, times, serif; color: #ffff00;\">Children\'s Egg Hunt &amp; Petting Zoo @11:30 am</span></pre>','Holy Week','','inherit','closed','closed','','4201-autosave-v1','','','2024-03-27 17:59:42','2024-03-28 00:59:42','',4201,'https://www.crosspoint-church.com/?p=4220',0,'revision','',0),(4222,2,'2024-04-01 05:51:55','2024-04-01 12:51:55','','March 31, 2024','','inherit','open','closed','','march-31-2024','','','2024-04-01 05:51:55','2024-04-01 12:51:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf',0,'attachment','application/pdf',0),(4223,2,'2024-04-01 05:52:14','2024-04-01 12:52:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/02/February-25-2024.pdf\">February 25, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-04-01 05:52:14','2024-04-01 12:52:14','',1441,'https://www.crosspoint-church.com/?p=4223',0,'revision','',0),(4224,2,'2024-03-31 20:01:57','2024-04-01 03:01:57','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/Tree-of-Life.mp3\"][/audio]','Tree of Life','','publish','open','closed','','tree-of-life','','','2024-04-08 20:02:26','2024-04-09 03:02:26','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4224',0,'sermons','',0),(4225,2,'2024-04-08 19:58:35','2024-04-09 02:58:35','\"Tree of Life\" from Five Trees by Eric Depew. Released: 2024. Track 331.','Tree of Life','','inherit','open','closed','','tree-of-life','','','2024-04-08 19:58:41','2024-04-09 02:58:41','',4224,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Tree-of-Life.mp3',0,'attachment','audio/mpeg',0),(4227,2,'2024-03-24 20:19:35','2024-03-25 03:19:35','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/Tree-of-Grafting.mp3\"][/audio]','Tree of Grafting','','publish','open','closed','','tree-of-grafting','','','2024-04-08 20:20:09','2024-04-09 03:20:09','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4227',0,'sermons','',0),(4228,2,'2024-04-08 20:17:51','2024-04-09 03:17:51','\"Tree of Grafting\" from Five Trees by Eric Depew. Released: 2024. Track 324.','Tree of Grafting','','inherit','open','closed','','tree-of-grafting','','','2024-04-08 20:18:01','2024-04-09 03:18:01','',4227,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Tree-of-Grafting.mp3',0,'attachment','audio/mpeg',0),(4229,2,'2024-04-08 20:23:58','2024-04-09 03:23:58','','The Faithful One series slide','','inherit','open','closed','','the-faithful-one-series-slide','','','2024-04-08 20:23:58','2024-04-09 03:23:58','',0,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/The-Faithful-One-series-slide.jpg',0,'attachment','image/jpeg',0),(4230,2,'2024-04-07 20:36:13','2024-04-08 03:36:13','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/Fulfilled-In-Us.mp3\"][/audio]','Fulfilled In Us','','publish','open','closed','','fulfilled-in-us','','','2024-04-08 20:36:40','2024-04-09 03:36:40','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4230',0,'sermons','',0),(4231,2,'2024-04-08 20:33:43','2024-04-09 03:33:43','\"Fulfilled In Us\" from The Faithful One by Eric Depew. Released: 2024. Track 407.','Fulfilled In Us','','inherit','open','closed','','fulfilled-in-us','','','2024-04-08 20:34:06','2024-04-09 03:34:06','',4230,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Fulfilled-In-Us.mp3',0,'attachment','audio/mpeg',0),(4232,2,'2024-04-08 20:35:42','2024-04-09 03:35:42','','Sunday Seconds 2024-04-07','','inherit','open','closed','','sunday-seconds-2024-04-07','','','2024-04-08 20:35:42','2024-04-09 03:35:42','',4230,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-07.pdf',0,'attachment','application/pdf',0),(4234,2,'2024-04-14 19:25:26','2024-04-15 02:25:26','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/Seeing-His-Rule.mp3\"][/audio]','Seeing His Rule','','publish','open','closed','','seeing-his-rule','','','2024-04-17 19:25:56','2024-04-18 02:25:56','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4234',0,'sermons','',0),(4235,2,'2024-04-17 19:21:20','2024-04-18 02:21:20','\"Seeing His RUle\" from The Faithful One by Eric Depew. Released: 2024. Track 414.','Seeing His RUle','','inherit','open','closed','','seeing-his-rule','','','2024-04-17 19:21:32','2024-04-18 02:21:32','',4234,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Seeing-His-Rule.mp3',0,'attachment','audio/mpeg',0),(4236,2,'2024-04-17 19:24:35','2024-04-18 02:24:35','','Sunday Seconds 2024-04-14','','inherit','open','closed','','sunday-seconds-2024-04-14','','','2024-04-17 19:24:35','2024-04-18 02:24:35','',4234,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-14.pdf',0,'attachment','application/pdf',0),(4237,2,'2024-04-17 19:27:27','2024-04-18 02:27:27','','April 14, 2024','','inherit','open','closed','','april-14-2024','','','2024-04-17 19:27:27','2024-04-18 02:27:27','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf',0,'attachment','application/pdf',0),(4238,2,'2024-04-17 19:27:56','2024-04-18 02:27:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-3-2024.pdf\">March 3, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-04-17 19:27:56','2024-04-18 02:27:56','',1441,'https://www.crosspoint-church.com/?p=4238',0,'revision','',0),(4240,2,'2024-04-21 21:29:53','2024-04-22 04:29:53','','April 21, 2024','','inherit','open','closed','','april-21-2024','','','2024-04-21 21:29:53','2024-04-22 04:29:53','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf',0,'attachment','application/pdf',0),(4241,2,'2024-04-21 21:30:14','2024-04-22 04:30:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-10-2024.pdf\">March 10, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-04-21 21:30:14','2024-04-22 04:30:14','',1441,'https://www.crosspoint-church.com/?p=4241',0,'revision','',0),(4242,2,'2024-04-21 21:34:54','2024-04-22 04:34:54','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/Enlivened-by-Grace.mp3\"][/audio]','Enlivened by Grace','','publish','open','closed','','enlivened-by-grace','','','2024-04-21 21:34:54','2024-04-22 04:34:54','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4242',0,'sermons','',0),(4243,2,'2024-04-21 21:33:15','2024-04-22 04:33:15','\"Enlivened by Grace\" from The Faithful One by Eric Depew. Released: 2024. Track 421.','Enlivened by Grace','','inherit','open','closed','','enlivened-by-grace','','','2024-04-21 21:33:26','2024-04-22 04:33:26','',4242,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Enlivened-by-Grace.mp3',0,'attachment','audio/mpeg',0),(4244,2,'2024-04-21 21:34:29','2024-04-22 04:34:29','','Sunday Seconds 2024-04-21','','inherit','open','closed','','sunday-seconds-2024-04-21','','','2024-04-21 21:34:29','2024-04-22 04:34:29','',4242,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-21.pdf',0,'attachment','application/pdf',0),(4245,2,'2024-04-28 12:46:09','2024-04-28 19:46:09','','April 28, 2024','','inherit','open','closed','','april-28-2024','','','2024-04-28 12:46:09','2024-04-28 19:46:09','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf',0,'attachment','application/pdf',0),(4246,2,'2024-04-28 12:46:25','2024-04-28 19:46:25','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-17-2024.pdf\">March 17, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-04-28 12:46:25','2024-04-28 19:46:25','',1441,'https://www.crosspoint-church.com/?p=4246',0,'revision','',0),(4247,2,'2024-04-28 12:52:22','2024-04-28 19:52:22','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/One-New-Humanity.mp3\"][/audio]','One New Humanity','','publish','open','closed','','one-new-humanity','','','2024-04-28 12:52:22','2024-04-28 19:52:22','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4247',0,'sermons','',0),(4248,2,'2024-04-28 12:48:51','2024-04-28 19:48:51','\"One New Humanity\" from The Faithful One by Eric Depew. Released: 2024. Track 428.','One New Humanity','','inherit','open','closed','','one-new-humanity','','','2024-04-28 12:49:00','2024-04-28 19:49:00','',4247,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/One-New-Humanity.mp3',0,'attachment','audio/mpeg',0),(4249,2,'2024-04-28 12:50:52','2024-04-28 19:50:52','','Sunday Seconds 2024-04-28','','inherit','open','closed','','sunday-seconds-2024-04-28','','','2024-04-28 12:50:52','2024-04-28 19:50:52','',4247,'https://www.crosspoint-church.com/wp-content/uploads/2024/04/Sunday-Seconds-2024-04-28.pdf',0,'attachment','application/pdf',0),(4251,2,'2024-05-05 07:50:54','2024-05-05 14:50:54','','May 5, 2024','','inherit','open','closed','','may-5-2024','','','2024-05-05 07:50:54','2024-05-05 14:50:54','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf',0,'attachment','application/pdf',0),(4252,2,'2024-05-05 07:51:11','2024-05-05 14:51:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/03/March-24-2024.pdf\">March 24, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-05-05 07:51:11','2024-05-05 14:51:11','',1441,'https://www.crosspoint-church.com/?p=4252',0,'revision','',0),(4253,2,'2024-05-05 19:44:09','2024-05-06 02:44:09','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/Know-Your-Value.mp3\"][/audio]','Know Your Value','','publish','open','closed','','know-your-value','','','2024-05-05 19:44:09','2024-05-06 02:44:09','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4253',0,'sermons','',0),(4254,2,'2024-05-05 19:37:19','2024-05-06 02:37:19','\"Know Your Value\" from The Faithful One by Dave Lindner. Released: 2024. Track 505.','Know Your Value','','inherit','open','closed','','know-your-value','','','2024-05-05 19:41:39','2024-05-06 02:41:39','',4253,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Know-Your-Value.mp3',0,'attachment','audio/mpeg',0),(4255,2,'2024-05-12 20:47:06','2024-05-13 03:47:06','','May 12, 2024','','inherit','open','closed','','may-12-2024','','','2024-05-12 20:47:06','2024-05-13 03:47:06','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf',0,'attachment','application/pdf',0),(4256,2,'2024-05-12 20:47:23','2024-05-13 03:47:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/March-31-2024.pdf\">March 31, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-05-12 20:47:23','2024-05-13 03:47:23','',1441,'https://www.crosspoint-church.com/?p=4256',0,'revision','',0),(4257,2,'2024-05-12 21:04:06','2024-05-13 04:04:06','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/Mutual-Submission.mp3\"][/audio]','Mutual Submission','','publish','open','closed','','mutual-submission','','','2024-05-12 21:04:06','2024-05-13 04:04:06','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4257',0,'sermons','',0);
INSERT INTO `wp_posts` VALUES (4258,2,'2024-05-12 21:01:43','2024-05-13 04:01:43','\"Mutual Submission\" from The Faithful One by Eric Depew. Released: 2024. Track 512.','Mutual Submission','','inherit','open','closed','','mutual-submission','','','2024-05-12 21:01:54','2024-05-13 04:01:54','',4257,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Mutual-Submission.mp3',0,'attachment','audio/mpeg',0),(4259,2,'2024-05-12 21:02:48','2024-05-13 04:02:48','','Sunday Seconds 2024-05-12','','inherit','open','closed','','sunday-seconds-2024-05-12','','','2024-05-12 21:02:48','2024-05-13 04:02:48','',4257,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-12.pdf',0,'attachment','application/pdf',0),(4261,2,'2024-05-19 16:50:45','2024-05-19 23:50:45','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/Indwelling-Love.mp3\"][/audio]','Indwelling Love','','publish','open','closed','','indwelling-love','','','2024-05-22 16:51:17','2024-05-22 23:51:17','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4261',0,'sermons','',0),(4262,2,'2024-05-22 16:48:03','2024-05-22 23:48:03','\"Indwelling Love\" from The Faithful One by Eric Depew. Released: 2024. Track 519.','Indwelling Love','','inherit','open','closed','','indwelling-love','','','2024-05-22 16:48:13','2024-05-22 23:48:13','',4261,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Indwelling-Love.mp3',0,'attachment','audio/mpeg',0),(4263,2,'2024-05-22 16:49:34','2024-05-22 23:49:34','','Sunday Seconds 2024-05-19','','inherit','open','closed','','sunday-seconds-2024-05-19','','','2024-05-22 16:49:34','2024-05-22 23:49:34','',4261,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-19.pdf',0,'attachment','application/pdf',0),(4264,2,'2024-05-22 16:52:24','2024-05-22 23:52:24','','May 19, 2024','','inherit','open','closed','','may-19-2024','','','2024-05-22 16:52:24','2024-05-22 23:52:24','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf',0,'attachment','application/pdf',0),(4265,2,'2024-05-22 16:52:42','2024-05-22 23:52:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-14-2024.pdf\">April 14, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-05-22 16:52:42','2024-05-22 23:52:42','',1441,'https://www.crosspoint-church.com/?p=4265',0,'revision','',0),(4266,2,'2024-05-26 10:52:34','2024-05-26 17:52:34','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/One-God-One-Faith.mp3\"][/audio]','One God, One Faith','','publish','open','closed','','one-god-one-faith','','','2024-05-27 10:53:00','2024-05-27 17:53:00','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4266',0,'sermons','',0),(4267,2,'2024-05-27 10:50:38','2024-05-27 17:50:38','\"One God, One Faith\" from The Faithful One by Eric Depew. Released: 2024. Track 526.','One God, One Faith','','inherit','open','closed','','one-god-one-faith','','','2024-05-27 10:50:46','2024-05-27 17:50:46','',4266,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/One-God-One-Faith.mp3',0,'attachment','audio/mpeg',0),(4268,2,'2024-05-27 10:51:30','2024-05-27 17:51:30','','Sunday Seconds - 2024-05-26','','inherit','open','closed','','sunday-seconds-2024-05-26','','','2024-05-27 10:51:30','2024-05-27 17:51:30','',4266,'https://www.crosspoint-church.com/wp-content/uploads/2024/05/Sunday-Seconds-2024-05-26.pdf',0,'attachment','application/pdf',0),(4270,2,'2024-06-02 20:52:51','2024-06-03 03:52:51','','June 2, 2024','','inherit','open','closed','','june-2-2024','','','2024-06-02 20:52:51','2024-06-03 03:52:51','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf',0,'attachment','application/pdf',0),(4271,2,'2024-06-02 20:53:11','2024-06-03 03:53:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-21-2024.pdf\">April 21, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-06-02 20:53:11','2024-06-03 03:53:11','',1441,'https://www.crosspoint-church.com/?p=4271',0,'revision','',0),(4272,2,'2024-06-02 21:10:50','2024-06-03 04:10:50','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/Gifted-By-Calling.mp3\"][/audio]','Gifted By Calling','','publish','open','closed','','gifted-by-calling','','','2024-06-02 21:10:50','2024-06-03 04:10:50','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4272',0,'sermons','',0),(4273,2,'2024-06-02 21:08:26','2024-06-03 04:08:26','\"Gifted By Calling\" from The Faithful One by Eric Depew. Released: 2024. Track 602.','Gifted By Calling','','inherit','open','closed','','gifted-by-calling','','','2024-06-02 21:08:42','2024-06-03 04:08:42','',4272,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/Gifted-By-Calling.mp3',0,'attachment','audio/mpeg',0),(4274,2,'2024-06-02 21:09:34','2024-06-03 04:09:34','','Sunday Seconds 2024-06-02','','inherit','open','closed','','sunday-seconds-2024-06-02','','','2024-06-02 21:09:34','2024-06-03 04:09:34','',4272,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/Sunday-Seconds-2024-06-02.pdf',0,'attachment','application/pdf',0),(4275,2,'2024-06-09 07:20:41','2024-06-09 14:20:41','','June 9, 2024','','inherit','open','closed','','june-9-2024','','','2024-06-09 07:20:41','2024-06-09 14:20:41','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf',0,'attachment','application/pdf',0),(4276,2,'2024-06-09 07:21:01','2024-06-09 14:21:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/04/April-28-2024.pdf\">April 28, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-06-09 07:21:01','2024-06-09 14:21:01','',1441,'https://www.crosspoint-church.com/?p=4276',0,'revision','',0),(4277,2,'2024-06-09 13:49:12','2024-06-09 20:49:12','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/The-New-Self-in-the-Likeness-of-God.mp3\"][/audio]','The New Self in the Likeness of God','','publish','open','closed','','the-new-self-in-the-likeness-of-god','','','2024-06-09 13:49:12','2024-06-09 20:49:12','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4277',0,'sermons','',0),(4278,2,'2024-06-09 13:45:03','2024-06-09 20:45:03','\"The New Self in the Likeness of God\" from The Faithful One by Eric Depew. Released: 2024. Track 609.','The New Self in the Likeness of God','','inherit','open','closed','','the-new-self-in-the-likeness-of-god','','','2024-06-09 13:45:13','2024-06-09 20:45:13','',4277,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/The-New-Self-in-the-Likeness-of-God.mp3',0,'attachment','audio/mpeg',0),(4279,2,'2024-06-09 13:46:46','2024-06-09 20:46:46','','Sunday Seconds 2024-06-09','','inherit','open','closed','','sunday-seconds-2024-06-09','','','2024-06-09 13:46:46','2024-06-09 20:46:46','',4277,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/Sunday-Seconds-2024-06-09.pdf',0,'attachment','application/pdf',0),(4281,2,'2024-06-12 19:37:35','2024-06-13 02:37:35','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":7,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form.\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form.','','inherit','closed','closed','','4095-revision-v1','','','2024-06-12 19:37:35','2024-06-13 02:37:35','',4095,'https://www.crosspoint-church.com/?p=4281',0,'revision','',0),(4282,2,'2024-06-12 19:59:43','2024-06-13 02:59:43','','Form','','publish','closed','closed','','form','','','2024-06-12 19:59:43','2024-06-13 02:59:43','',0,'https://www.crosspoint-church.com/fusion_tb_section/form/',0,'fusion_tb_section','',0),(4283,2,'2024-06-16 13:39:12','2024-06-16 20:39:12','','June 16, 2024','','inherit','open','closed','','june-16-2024','','','2024-06-16 13:39:12','2024-06-16 20:39:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf',0,'attachment','application/pdf',0),(4284,2,'2024-06-16 13:39:31','2024-06-16 20:39:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-5-2024.pdf\">May 5, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-06-16 13:39:31','2024-06-16 20:39:31','',1441,'https://www.crosspoint-church.com/?p=4284',0,'revision','',0),(4285,2,'2024-06-16 13:44:37','2024-06-16 20:44:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/Parenting-In-Hope.mp3\"][/audio]','Parenting In Hope','','publish','open','closed','','parenting-in-hope','','','2024-06-16 13:44:37','2024-06-16 20:44:37','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4285',0,'sermons','',0),(4286,2,'2024-06-16 13:43:08','2024-06-16 20:43:08','\"Parenting In Hope\" from The Faithful One by Eric Depew. Released: 2024. Track 616.','Parenting In Hope','','inherit','open','closed','','parenting-in-hope','','','2024-06-16 13:43:17','2024-06-16 20:43:17','',4285,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/Parenting-In-Hope.mp3',0,'attachment','audio/mpeg',0),(4288,2,'2024-06-22 22:47:20','2024-06-23 05:47:20','','June 23, 2024','','inherit','open','closed','','june-23-2024','','','2024-06-22 22:47:20','2024-06-23 05:47:20','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf',0,'attachment','application/pdf',0),(4289,2,'2024-06-22 22:47:37','2024-06-23 05:47:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-12-2024.pdf\">May 12, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-06-22 22:47:37','2024-06-23 05:47:37','',1441,'https://www.crosspoint-church.com/?p=4289',0,'revision','',0),(4290,2,'2024-06-30 07:05:43','2024-06-30 14:05:43','','June 30, 2024','','inherit','open','closed','','june-30-2024','','','2024-06-30 07:05:43','2024-06-30 14:05:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf',0,'attachment','application/pdf',0),(4291,2,'2024-06-30 07:06:02','2024-06-30 14:06:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/05/May-19-2024.pdf\">May 19, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-06-30 07:06:02','2024-06-30 14:06:02','',1441,'https://www.crosspoint-church.com/?p=4291',0,'revision','',0),(4292,2,'2024-06-30 14:14:41','2024-06-30 21:14:41','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/Created-For-Good-Works.mp3\"][/audio]','Created For Good Works','','publish','open','closed','','created-for-good-works','','','2024-06-30 14:14:41','2024-06-30 21:14:41','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4292',0,'sermons','',0),(4293,2,'2024-06-30 14:12:26','2024-06-30 21:12:26','\"Created for Good Works\" from The Faithful One by Aaron Newcomb. Released: 2024. Track 630.','Created for Good Works','','inherit','open','closed','','created-for-good-works','','','2024-06-30 14:12:33','2024-06-30 21:12:33','',4292,'https://www.crosspoint-church.com/wp-content/uploads/2024/06/Created-For-Good-Works.mp3',0,'attachment','audio/mpeg',0),(4295,2,'2024-07-08 19:48:00','2024-07-09 02:48:00','','July 7,2024','','inherit','open','closed','','july-72024','','','2024-07-08 19:48:00','2024-07-09 02:48:00','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf',0,'attachment','application/pdf',0),(4296,2,'2024-07-08 19:48:18','2024-07-09 02:48:18','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-2-2024.pdf\">June 2, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-07-08 19:48:18','2024-07-09 02:48:18','',1441,'https://www.crosspoint-church.com/?p=4296',0,'revision','',0),(4299,2,'2024-07-10 18:55:01','2024-07-11 01:55:01','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":4299,\"field_id\":7,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form. (ID #4299)\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form. (ID #4299)','','trash','closed','closed','','blank-form-2__trashed','','','2024-07-10 19:00:40','2024-07-11 02:00:40','',0,'https://www.crosspoint-church.com/?post_type=wpforms&#038;p=4299',0,'wpforms','',0),(4300,2,'2024-07-10 18:55:01','2024-07-11 01:55:01','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":4299,\"field_id\":7,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form. (ID #4299)\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form. (ID #4299)','','inherit','closed','closed','','4299-revision-v1','','','2024-07-10 18:55:01','2024-07-11 01:55:01','',4299,'https://www.crosspoint-church.com/?p=4300',0,'revision','',0),(4301,2,'2024-07-07 11:51:37','2024-07-07 18:51:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/Are-You-Religious.mp3\"][/audio]','Are You Religious?','','publish','open','closed','','are-you-religious','','','2024-07-13 11:53:02','2024-07-13 18:53:02','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4301',0,'sermons','',0),(4303,2,'2024-07-13 11:47:04','2024-07-13 18:47:04','','Book of James','','inherit','open','closed','','book-of-james','','','2024-07-13 11:47:04','2024-07-13 18:47:04','',4301,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Book-of-James.jpg',0,'attachment','image/jpeg',0),(4304,2,'2024-07-13 11:49:48','2024-07-13 18:49:48','\"Are You Religious?\" from Special by Dave Lindner. Released: 2024. Track 707.','Are You Religious?','','inherit','open','closed','','are-you-religious-2','','','2024-07-14 15:24:36','2024-07-14 22:24:36','',4301,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Are-You-Religious.mp3',0,'attachment','audio/mpeg',0),(4307,2,'2024-07-14 15:28:39','2024-07-14 22:28:39','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/Wholesome-Speech.mp3\"][/audio]','Wholesome Speech','','publish','open','closed','','wholesome-speech','','','2024-07-14 15:28:39','2024-07-14 22:28:39','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4307',0,'sermons','',0),(4308,2,'2024-07-14 15:25:51','2024-07-14 22:25:51','\"Wholesome Speech\" from The Faithful One by Eric Depew. Released: 2024. Track 714.','Wholesome Speech','','inherit','open','closed','','wholesome-speech','','','2024-07-14 15:26:40','2024-07-14 22:26:40','',4307,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Wholesome-Speech.mp3',0,'attachment','audio/mpeg',0),(4309,2,'2024-07-14 15:28:05','2024-07-14 22:28:05','','Sunday Seconds 2024-07-14','','inherit','open','closed','','sunday-seconds-2024-07-14','','','2024-07-14 15:28:05','2024-07-14 22:28:05','',4307,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Sunday-Seconds-2024-07-14.pdf',0,'attachment','application/pdf',0),(4310,2,'2024-07-14 15:41:55','2024-07-14 22:41:55','','July 14, 2024','','inherit','open','closed','','july-14-2024','','','2024-07-14 15:41:55','2024-07-14 22:41:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf',0,'attachment','application/pdf',0),(4311,2,'2024-07-14 15:42:11','2024-07-14 22:42:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-9-2024.pdf\">June 9, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-07-14 15:42:11','2024-07-14 22:42:11','',1441,'https://www.crosspoint-church.com/?p=4311',0,'revision','',0),(4313,2,'2024-07-21 20:56:12','2024-07-22 03:56:12','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/Living-in-the-Light.mp3\"][/audio]','Living in the Light','','publish','open','closed','','living-in-the-light','','','2024-07-21 20:56:12','2024-07-22 03:56:12','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4313',0,'sermons','',0),(4314,2,'2024-07-21 20:54:54','2024-07-22 03:54:54','\"Living in the Light\" from The Faithful One by Eric Depew. Released: 2024. Track 721.','Living in the Light','','inherit','open','closed','','living-in-the-light','','','2024-07-21 20:55:04','2024-07-22 03:55:04','',4313,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Living-in-the-Light.mp3',0,'attachment','audio/mpeg',0),(4315,2,'2024-07-21 20:57:12','2024-07-22 03:57:12','','July 21, 2024','','inherit','open','closed','','july-21-2024','','','2024-07-21 20:57:12','2024-07-22 03:57:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf',0,'attachment','application/pdf',0),(4316,2,'2024-07-21 20:57:40','2024-07-22 03:57:40','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-16-2024.pdf\">June 16, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-07-21 20:57:40','2024-07-22 03:57:40','',1441,'https://www.crosspoint-church.com/?p=4316',0,'revision','',0),(4318,2,'2024-07-21 21:13:01','2024-07-22 04:13:01','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":7,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form.\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"3\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form.','','inherit','closed','closed','','4095-revision-v1','','','2024-07-21 21:13:01','2024-07-22 04:13:01','',4095,'https://www.crosspoint-church.com/?p=4318',0,'revision','',0),(4320,2,'2024-07-28 17:26:42','2024-07-29 00:26:42','','July 28, 2024','','inherit','open','closed','','july-28-2024','','','2024-07-28 17:26:42','2024-07-29 00:26:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf',0,'attachment','application/pdf',0),(4321,2,'2024-07-28 17:26:58','2024-07-29 00:26:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-23-2024.pdf\">June 23, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-07-28 17:26:58','2024-07-29 00:26:58','',1441,'https://www.crosspoint-church.com/?p=4321',0,'revision','',0),(4322,2,'2024-07-28 17:32:52','2024-07-29 00:32:52','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/Struggling-Against-Spiritual-Forces.mp3\"][/audio]','Struggling Against Spiritual Forces','','publish','open','closed','','struggling-against-spiritual-forces','','','2024-07-28 17:32:52','2024-07-29 00:32:52','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4322',0,'sermons','',0),(4323,2,'2024-07-28 17:29:51','2024-07-29 00:29:51','\"Struggling Against Spiritual Forces\" from The Faithful One by Eric Depew. Released: 2024. Track 728.','Struggling Against Spiritual Forces','','inherit','open','closed','','struggling-against-spiritual-forces','','','2024-07-28 17:30:03','2024-07-29 00:30:03','',4322,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Struggling-Against-Spiritual-Forces.mp3',0,'attachment','audio/mpeg',0),(4324,2,'2024-07-28 17:32:00','2024-07-29 00:32:00','','Sunday Seconds 20240728','','inherit','open','closed','','sunday-seconds-20240728','','','2024-07-28 17:32:00','2024-07-29 00:32:00','',4322,'https://www.crosspoint-church.com/wp-content/uploads/2024/07/Sunday-Seconds-20240728.pdf',0,'attachment','application/pdf',0),(4327,2,'2024-08-04 15:55:34','2024-08-04 22:55:34','','August 4, 2024','','inherit','open','closed','','august-4-2024','','','2024-08-04 15:55:34','2024-08-04 22:55:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf',0,'attachment','application/pdf',0),(4328,2,'2024-08-04 15:55:49','2024-08-04 22:55:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/06/June-30-2024.pdf\">June 30, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-08-04 15:55:49','2024-08-04 22:55:49','',1441,'https://www.crosspoint-church.com/?p=4328',0,'revision','',0),(4329,2,'2024-08-04 16:18:58','2024-08-04 23:18:58','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/Armored-By-God.mp3\"][/audio]','Armored By God','','publish','open','closed','','armored-by-god','','','2024-08-04 16:18:58','2024-08-04 23:18:58','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4329',0,'sermons','',0),(4330,2,'2024-08-04 16:17:19','2024-08-04 23:17:19','\"Armored By God\" from The Faithful One by Eric Depew. Released: 2024. Track 804.','Armored By God','','inherit','open','closed','','armored-by-god','','','2024-08-04 16:17:26','2024-08-04 23:17:26','',4329,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/Armored-By-God.mp3',0,'attachment','audio/mpeg',0),(4331,2,'2024-08-04 16:18:36','2024-08-04 23:18:36','','Sunday Seconds 2024-08-04','','inherit','open','closed','','sunday-seconds-2024-08-04','','','2024-08-04 16:18:36','2024-08-04 23:18:36','',4329,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/Sunday-Seconds-2024-08-04.pdf',0,'attachment','application/pdf',0),(4333,2,'2024-08-21 19:28:19','2024-08-22 02:28:19','','August 18, 2024 (2)','','inherit','open','closed','','august-18-2024-2','','','2024-08-21 19:28:19','2024-08-22 02:28:19','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf',0,'attachment','application/pdf',0),(4334,2,'2024-08-21 19:29:30','2024-08-22 02:29:30','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-72024.pdf\">July 7,2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-08-21 19:29:30','2024-08-22 02:29:30','',1441,'https://www.crosspoint-church.com/?p=4334',0,'revision','',0),(4335,2,'2024-08-25 07:17:43','2024-08-25 14:17:43','','August 25, 2024','','inherit','open','closed','','august-25-2024','','','2024-08-25 07:17:43','2024-08-25 14:17:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf',0,'attachment','application/pdf',0),(4336,2,'2024-08-25 07:18:01','2024-08-25 14:18:01','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-14-2024.pdf\">July 14, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-08-25 07:18:01','2024-08-25 14:18:01','',1441,'https://www.crosspoint-church.com/?p=4336',0,'revision','',0),(4337,2,'2024-08-25 13:06:40','2024-08-25 20:06:40','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/Praying-All.mp3\"][/audio]','Praying All','','publish','open','closed','','praying-all','','','2024-08-25 13:08:10','2024-08-25 20:08:10','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4337',0,'sermons','',0),(4338,2,'2024-08-25 13:05:34','2024-08-25 20:05:34','\"Praying All\" from The Faithful One by Eric Depew. Released: 2024. Track 825.','Praying All','','inherit','open','closed','','praying-all','','','2024-08-25 13:05:42','2024-08-25 20:05:42','',4337,'https://www.crosspoint-church.com/wp-content/uploads/2024/08/Praying-All.mp3',0,'attachment','audio/mpeg',0),(4340,2,'2024-09-01 07:40:56','2024-09-01 14:40:56','','September 1, 2024','','inherit','open','closed','','september-1-2024','','','2024-09-01 07:40:56','2024-09-01 14:40:56','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf',0,'attachment','application/pdf',0),(4341,2,'2024-09-01 07:41:11','2024-09-01 14:41:11','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-21-2024.pdf\">July 21, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-09-01 07:41:11','2024-09-01 14:41:11','',1441,'https://www.crosspoint-church.com/?p=4341',0,'revision','',0),(4342,2,'2024-09-08 07:51:30','2024-09-08 14:51:30','','September 8, 2024','','inherit','open','closed','','september-8-2024','','','2024-09-08 07:51:30','2024-09-08 14:51:30','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf',0,'attachment','application/pdf',0),(4343,2,'2024-09-08 07:51:45','2024-09-08 14:51:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/07/July-28-2024.pdf\">July 28, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-09-08 07:51:45','2024-09-08 14:51:45','',1441,'https://www.crosspoint-church.com/?p=4343',0,'revision','',0),(4344,2,'2024-09-08 16:26:15','2024-09-08 23:26:15','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/Work-and-Freedom.mp3\"][/audio]','Work and Freedom','','publish','open','closed','','work-and-freedom','','','2024-09-08 16:26:15','2024-09-08 23:26:15','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4344',0,'sermons','',0),(4345,2,'2024-09-08 16:21:21','2024-09-08 23:21:21','\"Work and Freedom\" from The Faithful One by Eric Depew. Released: 2024. Track 901.','Work and Freedom','','inherit','open','closed','','work-and-freedom','','','2024-09-08 16:24:41','2024-09-08 23:24:41','',4344,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Work-and-Freedom.mp3',0,'attachment','audio/mpeg',0),(4346,2,'2024-09-08 16:44:57','2024-09-08 23:44:57','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/Knowing-God.mp3\"][/audio]','Knowing God','','publish','open','closed','','knowing-god','','','2024-09-08 17:09:43','2024-09-09 00:09:43','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4346',0,'sermons','',0),(4347,2,'2024-09-08 16:42:41','2024-09-08 23:42:41','\"Knowing God\" by Eric Depew. Released: 2024. Track 908.','Knowing God','','inherit','open','closed','','knowing-god','','','2024-09-08 16:43:29','2024-09-08 23:43:29','',4346,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Knowing-God.mp3',0,'attachment','audio/mpeg',0),(4348,2,'2024-09-08 20:37:04','2024-09-09 03:37:04','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"true\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" border_top=\"2px\" border_right=\"2px\" border_bottom=\"2px\" border_left=\"2px\" border_radius_top_left=\"2px\" border_radius_top_right=\"2px\" border_radius_bottom_right=\"2px\" border_radius_bottom_left=\"2px\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2024-09-08 20:37:04','2024-09-09 03:37:04','',847,'https://www.crosspoint-church.com/?p=4348',0,'revision','',0),(4350,2,'2024-09-15 07:36:34','2024-09-15 14:36:34','','September 15, 2024','','inherit','open','closed','','september-15-2024','','','2024-09-15 07:36:34','2024-09-15 14:36:34','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf',0,'attachment','application/pdf',0),(4351,2,'2024-09-15 07:37:02','2024-09-15 14:37:02','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-4-2024.pdf\">August 4, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-09-15 07:37:02','2024-09-15 14:37:02','',1441,'https://www.crosspoint-church.com/?p=4351',0,'revision','',0),(4353,2,'2024-09-15 20:52:22','2024-09-16 03:52:22','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/Revelation.mp3\"][/audio]','Revelation','','publish','open','closed','','revelation','','','2024-10-06 20:32:31','2024-10-07 03:32:31','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4353',0,'sermons','',0),(4354,2,'2024-09-15 20:50:17','2024-09-16 03:50:17','\"Revelation\" from The Shape of Worship by Eric Depew. Released: 2024. Track 915.','Revelation','','inherit','open','closed','','revelation','','','2024-09-15 20:50:39','2024-09-16 03:50:39','',4353,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Revelation.mp3',0,'attachment','audio/mpeg',0),(4355,2,'2024-09-15 20:51:57','2024-09-16 03:51:57','','Shape of Worship series graphic','','inherit','open','closed','','shape-of-worship-series-graphic','','','2024-09-15 20:51:57','2024-09-16 03:51:57','',4353,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Shape-of-Worship-series-graphic.jpg',0,'attachment','image/jpeg',0),(4356,2,'2024-09-20 21:44:03','2024-09-21 04:44:03','','September 22, 2024','','inherit','open','closed','','september-22-2024','','','2024-09-20 21:44:03','2024-09-21 04:44:03','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf',0,'attachment','application/pdf',0),(4357,2,'2024-09-20 21:44:29','2024-09-21 04:44:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-18-2024-2.pdf\">August 18, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-09-20 21:44:29','2024-09-21 04:44:29','',1441,'https://www.crosspoint-church.com/?p=4357',0,'revision','',0),(4359,2,'2024-09-29 07:38:29','2024-09-29 14:38:29','','September 29, 2024','','inherit','open','closed','','september-29-2024','','','2024-09-29 07:38:29','2024-09-29 14:38:29','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf',0,'attachment','application/pdf',0),(4360,2,'2024-09-29 07:38:46','2024-09-29 14:38:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/08/August-25-2024.pdf\">August 25, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-09-29 07:38:46','2024-09-29 14:38:46','',1441,'https://www.crosspoint-church.com/?p=4360',0,'revision','',0),(4361,2,'2024-09-22 20:58:42','2024-09-23 03:58:42','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/Confession.mp3\"][/audio]','Confession','','publish','open','closed','','confession','','','2024-10-06 20:30:43','2024-10-07 03:30:43','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4361',0,'sermons','',0),(4362,2,'2024-09-29 20:54:38','2024-09-30 03:54:38','\"Confession\" from The Shape of Worship by Eric Depew. Released: 2024. Track 922.','Confession','','inherit','open','closed','','confession','','','2024-09-29 20:54:46','2024-09-30 03:54:46','',4361,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Confession.mp3',0,'attachment','audio/mpeg',0),(4363,2,'2024-09-29 21:13:48','2024-09-30 04:13:48','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/Proclamation.mp3\"][/audio]','Proclamation','','publish','open','closed','','proclamation','','','2024-09-29 21:13:48','2024-09-30 04:13:48','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4363',0,'sermons','',0),(4364,2,'2024-09-29 21:12:43','2024-09-30 04:12:43','\"Proclamation\" from The Shape of Worship by Eric Depew. Released: 2024. Track 929.','Proclamation','','inherit','open','closed','','proclamation','','','2024-09-29 21:12:48','2024-09-30 04:12:48','',4363,'https://www.crosspoint-church.com/wp-content/uploads/2024/09/Proclamation.mp3',0,'attachment','audio/mpeg',0),(4365,2,'2024-10-01 20:58:08','2024-10-02 03:58:08','[sc_event_tickets_receipt]','Ticket Receipt','','publish','closed','closed','','ticket-receipt','','','2024-10-01 20:58:08','2024-10-02 03:58:08','',0,'https://www.crosspoint-church.com/ticket-receipt/',0,'page','',0),(4366,2,'2024-10-01 20:58:09','2024-10-02 03:58:09','[sc_event_tickets_details]','Ticket Details','','publish','closed','closed','','ticket-details','','','2024-10-01 20:58:09','2024-10-02 03:58:09','',0,'https://www.crosspoint-church.com/ticket-details/',0,'page','',0),(4367,2,'2024-10-05 21:31:16','2024-10-06 04:31:16','','October 6, 2024','','inherit','open','closed','','october-6-2024','','','2024-10-05 21:31:16','2024-10-06 04:31:16','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf',0,'attachment','application/pdf',0),(4368,2,'2024-10-05 21:31:34','2024-10-06 04:31:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-1-2024.pdf\">September 1, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-10-05 21:31:34','2024-10-06 04:31:34','',1441,'https://www.crosspoint-church.com/?p=4368',0,'revision','',0),(4370,2,'2024-10-06 20:24:17','2024-10-07 03:24:17','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/Commission.mp3\"][/audio]','Commission','','publish','open','closed','','commission','','','2024-10-06 20:24:17','2024-10-07 03:24:17','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4370',0,'sermons','',0),(4371,2,'2024-10-06 20:06:35','2024-10-07 03:06:35','\"Commission\" from The Shape of Worship by Eric Depew. Released: 2024. Track 1,006.','Commission','','inherit','open','closed','','commission','','','2024-10-06 20:07:22','2024-10-07 03:07:22','',4370,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/Commission.mp3',0,'attachment','audio/mpeg',0),(4374,2,'2024-10-13 08:25:36','2024-10-13 15:25:36','','October 13, 2024','','inherit','open','closed','','october-13-2024','','','2024-10-13 08:25:36','2024-10-13 15:25:36','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf',0,'attachment','application/pdf',0),(4375,2,'2024-10-13 08:25:49','2024-10-13 15:25:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-8-2024.pdf\">September 8, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-10-13 08:25:49','2024-10-13 15:25:49','',1441,'https://www.crosspoint-church.com/?p=4375',0,'revision','',0),(4376,2,'2024-10-13 22:20:26','2024-10-14 05:20:26','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/Holy-Faith.mp3\"][/audio]','Holy Faith','','publish','open','closed','','holy-faith','','','2024-10-13 22:20:26','2024-10-14 05:20:26','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4376',0,'sermons','',0),(4377,2,'2024-10-13 22:16:08','2024-10-14 05:16:08','\"Holy Faith\" from Wholeness In Christ by Eric Depew. Released: 2024. Track 1,013.','Holy Faith','','inherit','open','closed','','holy-faith','','','2024-10-13 22:16:16','2024-10-14 05:16:16','',4376,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/Holy-Faith.mp3',0,'attachment','audio/mpeg',0),(4378,2,'2024-10-13 22:17:25','2024-10-14 05:17:25','','Wholeness in Christ','','inherit','open','closed','','wholeness-in-christ','','','2024-10-13 22:17:25','2024-10-14 05:17:25','',4376,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/Wholeness-in-Christ.jpg',0,'attachment','image/jpeg',0),(4380,2,'2024-10-20 18:44:42','2024-10-21 01:44:42','','October 20, 2024','','inherit','open','closed','','october-20-2024','','','2024-10-20 18:44:42','2024-10-21 01:44:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf',0,'attachment','application/pdf',0),(4381,2,'2024-10-20 18:44:56','2024-10-21 01:44:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-15-2024.pdf\">September 15, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-10-20 18:44:56','2024-10-21 01:44:56','',1441,'https://www.crosspoint-church.com/?p=4381',0,'revision','',0),(4382,2,'2024-10-20 19:06:50','2024-10-21 02:06:50','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/Wholly-Holy.mp3\"][/audio]','Wholly Holy','','publish','open','closed','','wholly-holy','','','2024-10-20 19:06:50','2024-10-21 02:06:50','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4382',0,'sermons','',0),(4383,2,'2024-10-20 19:05:37','2024-10-21 02:05:37','\"Wholly Holy\" from Wholeness In Christ by Eric Depew. Released: 2024. Track 1,020.','Wholly Holy','','inherit','open','closed','','wholly-holy','','','2024-10-20 19:05:44','2024-10-21 02:05:44','',4382,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/Wholly-Holy.mp3',0,'attachment','audio/mpeg',0),(4384,2,'2024-10-27 08:16:44','2024-10-27 15:16:44','','October 27, 2024','','inherit','open','closed','','october-27-2024','','','2024-10-27 08:16:44','2024-10-27 15:16:44','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf',0,'attachment','application/pdf',0),(4385,2,'2024-10-27 08:16:53','2024-10-27 15:16:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-22-2024.pdf\">September 22, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-10-27 08:16:53','2024-10-27 15:16:53','',1441,'https://www.crosspoint-church.com/?p=4385',0,'revision','',0),(4387,2,'2024-11-03 08:05:42','2024-11-03 16:05:42','','November 3, 2024','','inherit','open','closed','','november-3-2024','','','2024-11-03 08:05:42','2024-11-03 16:05:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf',0,'attachment','application/pdf',0),(4388,2,'2024-11-03 08:05:53','2024-11-03 16:05:53','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/09/September-29-2024.pdf\">September 29, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-11-03 08:05:53','2024-11-03 16:05:53','',1441,'https://www.crosspoint-church.com/?p=4388',0,'revision','',0),(4407,2,'2024-11-09 23:18:13','2024-11-10 07:18:13','','November 10, 2024','','inherit','open','closed','','november-10-2024','','','2024-11-09 23:18:13','2024-11-10 07:18:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf',0,'attachment','application/pdf',0),(4408,2,'2024-11-09 23:18:24','2024-11-10 07:18:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-6-2024.pdf\">October 6, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-11-09 23:18:24','2024-11-10 07:18:24','',1441,'https://www.crosspoint-church.com/?p=4408',0,'revision','',0),(4409,2,'2024-11-10 22:03:48','2024-11-11 06:03:48','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/Wholly-Real.mp3\"][/audio]','Wholly Real','','publish','open','closed','','wholly-real','','','2024-11-10 22:03:48','2024-11-11 06:03:48','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4409',0,'sermons','',0),(4410,2,'2024-11-10 21:57:54','2024-11-11 05:57:54','\"Wholly Real\" from Wholeness In Christ by Eric Depew. Released: 2024. Track 1,110.','Wholly Real','','inherit','open','closed','','wholly-real','','','2024-11-10 22:01:50','2024-11-11 06:01:50','',4409,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/Wholly-Real.mp3',0,'attachment','audio/mpeg',0),(4412,2,'2024-11-17 16:44:46','2024-11-18 00:44:46','','November 17, 2024','','inherit','open','closed','','november-17-2024','','','2024-11-17 16:44:46','2024-11-18 00:44:46','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf',0,'attachment','application/pdf',0),(4413,2,'2024-11-17 16:44:56','2024-11-18 00:44:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-13-2024.pdf\">October 13, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-11-17 16:44:56','2024-11-18 00:44:56','',1441,'https://www.crosspoint-church.com/?p=4413',0,'revision','',0),(4414,2,'2024-11-17 16:57:31','2024-11-18 00:57:31','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/Whole-Hearted.mp3\"][/audio]','Whole-Hearted','','publish','open','closed','','whole-hearted','','','2024-11-17 21:21:03','2024-11-18 05:21:03','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4414',0,'sermons','',0),(4415,2,'2024-11-17 16:54:55','2024-11-18 00:54:55','\"Whole Hearted\" from Wholeness In Christ by Eric Depew. Released: 2024. Track 1,117.','Whole Hearted','','inherit','open','closed','','whole-hearted','','','2024-11-17 16:55:01','2024-11-18 00:55:01','',4414,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/Whole-Hearted.mp3',0,'attachment','audio/mpeg',0),(4416,2,'2024-11-17 21:20:46','2024-11-18 05:20:46','','Sermon Notes 2024-11-17','','inherit','open','closed','','sermon-notes-2024-11-17','','','2024-11-17 21:20:46','2024-11-18 05:20:46','',4414,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/Sermon-Notes-2024-11-17.pdf',0,'attachment','application/pdf',0),(4417,2,'2024-11-24 15:17:25','2024-11-24 23:17:25','','November 24, 2024','','inherit','open','closed','','november-24-2024','','','2024-11-24 15:17:25','2024-11-24 23:17:25','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf',0,'attachment','application/pdf',0),(4418,2,'2024-11-24 15:17:46','2024-11-24 23:17:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-20-2024.pdf\">October 20, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-11-24 15:17:46','2024-11-24 23:17:46','',1441,'https://www.crosspoint-church.com/?p=4418',0,'revision','',0),(4419,2,'2024-11-24 16:04:03','2024-11-25 00:04:03','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/Wholly-Thankful.mp3\"][/audio]','Wholly Thankful','','publish','open','closed','','wholly-thankful','','','2024-11-24 16:04:03','2024-11-25 00:04:03','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4419',0,'sermons','',0),(4420,2,'2024-11-24 16:03:31','2024-11-25 00:03:31','\"Wholly Thankful\" from Wholeness In Christ by Eric Depew. Released: 2024. Track 1,124.','Wholly Thankful','','inherit','open','closed','','wholly-thankful','','','2024-11-24 16:03:42','2024-11-25 00:03:42','',4419,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/Wholly-Thankful.mp3',0,'attachment','audio/mpeg',0),(4422,2,'2024-11-30 20:52:12','2024-12-01 04:52:12','','December 1, 2024','','inherit','open','closed','','december-1-2024','','','2024-11-30 20:52:12','2024-12-01 04:52:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf',0,'attachment','application/pdf',0),(4423,2,'2024-11-30 20:52:23','2024-12-01 04:52:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/10/October-27-2024.pdf\">October 27, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-11-30 20:52:23','2024-12-01 04:52:23','',1441,'https://www.crosspoint-church.com/?p=4423',0,'revision','',0),(4424,2,'2024-12-04 16:35:46','2024-12-05 00:35:46','<strong>[title]</strong>\n\n[when]\n[location]\n<div>[description]</div>\n[link newwindow=\"yes\"]See more details[/link]\n\n<strong> </strong>','CrossPoint Calendar','','publish','closed','closed','','crosspoint-calendar','','','2024-12-13 12:56:43','2024-12-13 20:56:43','',0,'https://www.crosspoint-church.com/?post_type=calendar&#038;p=4424',0,'calendar','',0),(4425,2,'2024-12-04 16:42:38','2024-12-05 00:42:38','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][calendar id=\"4424\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Calendar','','publish','closed','closed','','calendar','','','2024-12-13 13:24:00','2024-12-13 21:24:00','',0,'https://www.crosspoint-church.com/?page_id=4425',0,'page','',0),(4426,2,'2024-12-04 16:42:38','2024-12-05 00:42:38','[calendar id=\"4424\"]','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-04 16:42:38','2024-12-05 00:42:38','',4425,'https://www.crosspoint-church.com/?p=4426',0,'revision','',0),(4427,2,'2024-12-19 19:36:56','2024-12-05 00:45:44',' ','','','publish','closed','closed','','4427','','','2024-12-19 19:36:56','2024-12-20 03:36:56','',0,'https://www.crosspoint-church.com/?p=4427',14,'nav_menu_item','',0),(4428,2,'2024-12-04 17:01:31','2024-12-05 01:01:31','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"}},\"id\":\"4095\",\"field_id\":9,\"settings\":{\"form_title\":\"To add our church calendar to your device, please submit this form.\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com, edepew@crosspoint-church.com\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','To add our church calendar to your device, please submit this form.','','inherit','closed','closed','','4095-revision-v1','','','2024-12-04 17:01:31','2024-12-05 01:01:31','',4095,'https://www.crosspoint-church.com/?p=4428',0,'revision','',0),(4429,2,'2024-12-04 20:36:05','2024-12-05 04:36:05','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/Mary-Perplexed.mp3\"][/audio]','Mary Perplexed','','publish','open','closed','','mary-perplexed','','','2024-12-04 20:36:05','2024-12-05 04:36:05','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4429',0,'sermons','',0),(4430,2,'2024-12-04 20:33:53','2024-12-05 04:33:53','\"Mary Perplexed\" from Amazement by Eric Depew. Released: 2024. Track 1,201.','Mary Perplexed','','inherit','open','closed','','mary-perplexed','','','2024-12-04 20:34:01','2024-12-05 04:34:01','',4429,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Mary-Perplexed.mp3',0,'attachment','audio/mpeg',0),(4431,2,'2024-12-04 20:34:58','2024-12-05 04:34:58','','Amazement','','inherit','open','closed','','amazement','','','2024-12-04 20:34:58','2024-12-05 04:34:58','',4429,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Amazement.jpg',0,'attachment','image/jpeg',0),(4432,2,'2024-12-07 21:04:26','2024-12-08 05:04:26','','December 8, 2024','','inherit','open','closed','','december-8-2024','','','2024-12-07 21:04:26','2024-12-08 05:04:26','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf',0,'attachment','application/pdf',0),(4433,2,'2024-12-07 21:04:37','2024-12-08 05:04:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-3-2024.pdf\">November 3, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-12-07 21:04:37','2024-12-08 05:04:37','',1441,'https://www.crosspoint-church.com/?p=4433',0,'revision','',0),(4434,2,'2024-12-08 15:34:20','2024-12-08 23:34:20','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/John-Leaps.mp3\"][/audio]','John Leaps','','publish','open','closed','','john-leaps','','','2024-12-08 15:34:20','2024-12-08 23:34:20','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4434',0,'sermons','',0),(4435,2,'2024-12-08 15:32:18','2024-12-08 23:32:18','\"John Leaps\" from Amazement by Eric Depew. Released: 2024. Track 1,208.','John Leaps','','inherit','open','closed','','john-leaps','','','2024-12-08 15:32:33','2024-12-08 23:32:33','',4434,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/John-Leaps.mp3',0,'attachment','audio/mpeg',0),(4437,2,'2024-12-13 12:11:34','2024-12-13 20:11:34','[calendar id=\"4424\"]\r\n\r\n[wpforms id=\"4095\"]','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:11:34','2024-12-13 20:11:34','',4425,'https://www.crosspoint-church.com/?p=4437',0,'revision','',0),(4439,2,'2024-12-13 12:12:59','2024-12-13 20:12:59','[calendar id=\"4424\"]\r\n\r\n&nbsp;','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:12:59','2024-12-13 20:12:59','',4425,'https://www.crosspoint-church.com/?p=4439',0,'revision','',0),(4440,2,'2024-12-13 12:15:00','2024-12-13 20:15:00','[calendar id=\"4424\"][wpforms id=\"4095\"]\r\n\r\n&nbsp;','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:15:00','2024-12-13 20:15:00','',4425,'https://www.crosspoint-church.com/?p=4440',0,'revision','',0),(4441,2,'2024-12-13 12:17:23','2024-12-13 20:17:23','[calendar id=\"4424\"]\r\n\r\n&nbsp;','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:17:23','2024-12-13 20:17:23','',4425,'https://www.crosspoint-church.com/?p=4441',0,'revision','',0),(4442,2,'2024-12-13 12:18:10','2024-12-13 20:18:10','[calendar id=\"4424\"][wpforms id=\"4095\" title=\"true\" description=\"true\"]\r\n\r\n&nbsp;','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:18:10','2024-12-13 20:18:10','',4425,'https://www.crosspoint-church.com/?p=4442',0,'revision','',0),(4445,2,'2024-12-13 12:23:50','2024-12-13 20:23:50','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"4445\",\"field_id\":4,\"settings\":{\"form_title\":\"Contact CrossPoint Church\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com\",\"subject\":\"New Entry: Contact CrossPoint Church\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact CrossPoint Church','','publish','closed','closed','','contact-crosspoint-church','','','2024-12-13 12:27:33','2024-12-13 20:27:33','',0,'https://www.crosspoint-church.com/?post_type=wpforms&#038;p=4445',0,'wpforms','',0),(4446,2,'2024-12-13 12:23:56','2024-12-13 20:23:56','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"4445\",\"field_id\":4,\"settings\":{\"form_title\":\"Contact CrossPoint Church\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Contact CrossPoint Church\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact CrossPoint Church','','inherit','closed','closed','','4445-revision-v1','','','2024-12-13 12:23:56','2024-12-13 20:23:56','',4445,'https://www.crosspoint-church.com/?p=4446',0,'revision','',0),(4447,2,'2024-12-13 12:27:33','2024-12-13 20:27:33','{\"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\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"4445\",\"field_id\":4,\"settings\":{\"form_title\":\"Contact CrossPoint Church\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"info@crosspoint-church.com\",\"subject\":\"New Entry: Contact CrossPoint Church\",\"sender_name\":\"CrossPoint Church\",\"sender_address\":\"info@crosspoint-church.com\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1441\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact CrossPoint Church','','inherit','closed','closed','','4445-revision-v1','','','2024-12-13 12:27:33','2024-12-13 20:27:33','',4445,'https://www.crosspoint-church.com/?p=4447',0,'revision','',0),(4448,2,'2024-12-13 12:33:28','2024-12-13 20:33:28','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[wpforms id=\"4445\" title=\"true\" description=\"true\"]\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"true\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" border_top=\"2px\" border_right=\"2px\" border_bottom=\"2px\" border_left=\"2px\" border_radius_top_left=\"2px\" border_radius_top_right=\"2px\" border_radius_bottom_right=\"2px\" border_radius_bottom_left=\"2px\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-autosave-v1','','','2024-12-13 12:33:28','2024-12-13 20:33:28','',847,'https://www.crosspoint-church.com/?p=4448',0,'revision','',0),(4449,2,'2024-12-13 12:33:57','2024-12-13 20:33:57','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[wpforms id=\"4445\" title=\"true\" description=\"true\"]\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"true\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" border_top=\"2px\" border_right=\"2px\" border_bottom=\"2px\" border_left=\"2px\" border_radius_top_left=\"2px\" border_radius_top_right=\"2px\" border_radius_bottom_right=\"2px\" border_radius_bottom_left=\"2px\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2024-12-13 12:33:57','2024-12-13 20:33:57','',847,'https://www.crosspoint-church.com/?p=4449',0,'revision','',0),(4450,2,'2024-12-13 12:35:37','2024-12-13 20:35:37','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_map address=\"8686 Vinup Rd.\r\nLynden, WA 98264\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#3978cc\" infobox=\"default\" icon=\"theme\" width=\"100%\" height=\"400px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"80\" padding_right=\"15%\" padding_bottom=\"80\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center;\">Come Visit And Worship With Us</h2>\r\n[wpforms id=\"4445\" title=\"true\" description=\"true\"][/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/09/city_bkgd-compressor.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(172,161,171,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2016/06/351.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Address</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">8686 Vinup Rd.</span>\r\n<span style=\"color: #ffffff;\">Lynden, WA  98264\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"false\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(63,125,205,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/05/believe_bkgd1.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Services</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Sunday Classes - 9:00am</span>\r\n<span style=\"color: #ffffff;\">Worship Service - 10:30am\r\n</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"true\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"rgba(92,100,109,.75)\" background_image=\"https://www.crosspoint-church.com/wp-content/uploads/2015/06/blog-bg2.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_right=\"15%\" padding_bottom=\"20%\" padding_left=\"15%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\" background_blend_mode=\"overlay\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h2 style=\"text-align: center; margin-bottom: 10px; color: #ffffff;\">Phone</h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">360-354-3554</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#3f7ccd\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"95\" padding_bottom=\"125\" padding_left=\"15%\" padding_right=\"15%\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" link=\"\" border_position=\"all\" align_self=\"flex-start\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Ask and it will be given to you; search, and you will find; knock, and the door will be opened for you.</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" color=\"custom\" size=\"xlarge\" stretch=\"no\" type=\"flat\" target=\"_self\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"button-action\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" border_top=\"2px\" border_right=\"2px\" border_bottom=\"2px\" border_left=\"2px\" border_radius_top_left=\"2px\" border_radius_top_right=\"2px\" border_radius_bottom_right=\"2px\" border_radius_bottom_left=\"2px\"]VISIT OUR COMMUNITY[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','inherit','closed','closed','','847-revision-v1','','','2024-12-13 12:35:37','2024-12-13 20:35:37','',847,'https://www.crosspoint-church.com/?p=4450',0,'revision','',0),(4452,2,'2024-12-13 12:37:21','2024-12-13 20:37:21','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][calendar id=\"4424\"][wpforms id=\"4095\" title=\"true\" description=\"true\"]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:37:21','2024-12-13 20:37:21','',4425,'https://www.crosspoint-church.com/?p=4452',0,'revision','',0),(4453,2,'2024-12-13 12:43:45','2024-12-13 20:43:45','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][calendar id=\"4424\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][wpforms id=\"4095\" title=\"true\" description=\"true\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 12:43:45','2024-12-13 20:43:45','',4425,'https://www.crosspoint-church.com/?p=4453',0,'revision','',0),(4454,2,'2024-12-13 12:59:36','2024-12-13 20:59:36','<strong>[title]</strong>\r\n\r\n[when]\r\n[location]\r\n<div>[description]</div>\r\n[link newwindow=\"yes\"]See more details[/link]\r\n\r\n<strong> </strong>\r\n[wpforms id=\"4095\" title=\"true\"]','CrossPoint Calendar','','inherit','closed','closed','','4424-autosave-v1','','','2024-12-13 12:59:36','2024-12-13 20:59:36','',4424,'https://www.crosspoint-church.com/?p=4454',0,'revision','',0),(4456,2,'2024-12-13 13:13:56','2024-12-13 21:13:56','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][calendar id=\"4424\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Calendar','','inherit','closed','closed','','4425-revision-v1','','','2024-12-13 13:13:56','2024-12-13 21:13:56','',4425,'https://www.crosspoint-church.com/?p=4456',0,'revision','',0),(4457,2,'2024-12-13 13:23:22','2024-12-13 21:23:22','[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text][calendar id=\"4424\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Calendar','','inherit','closed','closed','','4425-autosave-v1','','','2024-12-13 13:23:22','2024-12-13 21:23:22','',4425,'https://www.crosspoint-church.com/?p=4457',0,'revision','',0),(4458,2,'2024-12-14 21:59:08','2024-12-15 05:59:08','','December 15, 2024','','inherit','open','closed','','december-15-2024','','','2024-12-14 21:59:08','2024-12-15 05:59:08','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf',0,'attachment','application/pdf',0),(4459,2,'2024-12-14 22:00:38','2024-12-15 06:00:38','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-10-2024.pdf\">November 10, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-12-14 22:00:38','2024-12-15 06:00:38','',1441,'https://www.crosspoint-church.com/?p=4459',0,'revision','',0),(4460,2,'2024-12-15 20:04:53','2024-12-16 04:04:53','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/Sadhu-Sundar-Singh-is-Visited.mp3\"][/audio]','Sadhu Sundar Singh is Visited','','publish','open','closed','','sadhu-sundar-singh-is-visited','','','2024-12-15 20:04:53','2024-12-16 04:04:53','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4460',0,'sermons','',0),(4461,2,'2024-12-15 20:03:45','2024-12-16 04:03:45','\"Sadhu Sundar Singh is Visited\" from Amazement by Eric Depew. Released: 2024. Track 1,215.','Sadhu Sundar Singh is Visited','','inherit','open','closed','','sadhu-sundar-singh-is-visited','','','2024-12-15 20:03:48','2024-12-16 04:03:48','',4460,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Sadhu-Sundar-Singh-is-Visited.mp3',0,'attachment','audio/mpeg',0),(4462,2,'2024-12-18 21:13:31','2024-12-19 05:13:31','','Christmas Eve 2024','','inherit','open','closed','','christmas-eve-invite-card-2024','','','2024-12-19 19:18:09','2024-12-20 03:18:09','',0,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Christmas-Eve-Invite-card-2024.jpg',0,'attachment','image/jpeg',0),(4463,2,'2024-12-19 19:25:38','2024-12-20 03:25:38','<p><img class=\"alignnone size-medium wp-image-4462\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/Christmas-Eve-Invite-card-2024-300x232.jpg\" alt=\"\" width=\"300\" height=\"232\" /></p>','Christmas Eve Service','','publish','closed','closed','','christmas-eve-service','','','2024-12-19 19:29:47','2024-12-20 03:29:47','',0,'https://www.crosspoint-church.com/?post_type=announcer&#038;p=4463',0,'announcer','',0),(4466,2,'2024-12-23 19:47:25','2024-12-24 03:47:25','','December 22, 2024','','inherit','open','closed','','december-22-2024','','','2024-12-23 19:47:25','2024-12-24 03:47:25','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf',0,'attachment','application/pdf',0),(4467,2,'2024-12-23 19:47:33','2024-12-24 03:47:33','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-17-2024.pdf\">November 17, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-12-23 19:47:33','2024-12-24 03:47:33','',1441,'https://www.crosspoint-church.com/?p=4467',0,'revision','',0),(4472,2,'2024-12-28 21:42:36','2024-12-29 05:42:36','','December 29, 2024','','inherit','open','closed','','december-29-2024','','','2024-12-28 21:42:36','2024-12-29 05:42:36','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf',0,'attachment','application/pdf',0),(4473,2,'2024-12-28 21:42:47','2024-12-29 05:42:47','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/November-24-2024.pdf\">November 24, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2024-12-28 21:42:47','2024-12-29 05:42:47','',1441,'https://www.crosspoint-church.com/?p=4473',0,'revision','',0),(4474,2,'2024-12-22 01:50:45','2024-12-22 09:50:45','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/Neighbors-In-Awe.mp3\"][/audio]','Neighbors In Awe','','publish','open','closed','','neighbors-in-awe','','','2024-12-29 09:51:16','2024-12-29 17:51:16','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4474',0,'sermons','',0),(4475,2,'2024-12-29 09:48:09','2024-12-29 17:48:09','\"Neighbors In Awe\" from Amazement by Eric Depew. Released: 2024. Track 1,222.','Neighbors In Awe','','inherit','open','closed','','neighbors-in-awe','','','2024-12-29 09:48:43','2024-12-29 17:48:43','',4474,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Neighbors-In-Awe.mp3',0,'attachment','audio/mpeg',0),(4478,2,'2024-12-30 16:18:37','2024-12-31 00:18:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/Even-If-Faith.mp3\"][/audio]','Even If Faith','','publish','open','closed','','even-if-faith','','','2024-12-30 16:18:37','2024-12-31 00:18:37','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4478',0,'sermons','',0),(4479,2,'2024-12-30 16:16:40','2024-12-31 00:16:40','\"Even If Faith\" from Special by Kyle Gillette. Released: 2024. Track 1,229.','Even If Faith','','inherit','open','closed','','even-if-faith','','','2024-12-30 16:16:46','2024-12-31 00:16:46','',4478,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Even-If-Faith.mp3',0,'attachment','audio/mpeg',0),(4480,2,'2024-12-30 16:17:13','2024-12-31 00:17:13','','Book of Daniel 3','','inherit','open','closed','','book-of-daniel-3','','','2024-12-30 16:17:13','2024-12-31 00:17:13','',4478,'https://www.crosspoint-church.com/wp-content/uploads/2024/12/Book-of-Daniel-3.jpg',0,'attachment','image/jpeg',0),(4482,2,'2025-01-04 23:31:52','2025-01-05 07:31:52','','January 5, 2025','','inherit','open','closed','','january-5-2025','','','2025-01-04 23:31:52','2025-01-05 07:31:52','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf',0,'attachment','application/pdf',0),(4483,2,'2025-01-04 23:32:05','2025-01-05 07:32:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-01-04 23:32:05','2025-01-05 07:32:05','',1441,'https://www.crosspoint-church.com/?p=4483',0,'revision','',0),(4484,2,'2025-01-04 23:32:51','2025-01-05 07:32:51','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/11/December-1-2024.pdf\">December 1, 2024</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-01-04 23:32:51','2025-01-05 07:32:51','',1441,'https://www.crosspoint-church.com/?p=4484',0,'revision','',0),(4485,2,'2025-01-05 07:30:32','2025-01-05 15:30:32','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/Sowing-The-Kingdom.mp3\"][/audio]','Sowing The Kingdom','','publish','open','closed','','sowing-the-kingdom','','','2025-01-11 09:18:53','2025-01-11 17:18:53','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4485',0,'sermons','',0),(4486,2,'2025-01-10 07:29:03','2025-01-10 15:29:03','\"Sowing The Kingdom\" from Kingdom Snapshots by Eric Depew. Released: 2025. Track 105.','Sowing The Kingdom','','inherit','open','closed','','sowing-the-kingdom','','','2025-01-10 07:29:08','2025-01-10 15:29:08','',4485,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/Sowing-The-Kingdom.mp3',0,'attachment','audio/mpeg',0),(4487,2,'2025-01-10 07:30:15','2025-01-10 15:30:15','','Kingdom Snapshots series graphic','','inherit','open','closed','','kingdom-snapshots-series-graphic','','','2025-01-10 07:30:15','2025-01-10 15:30:15','',4485,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/Kingdom-Snapshots-series-graphic.jpg',0,'attachment','image/jpeg',0),(4488,2,'2025-01-11 09:18:11','2025-01-11 17:18:11','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/Sowing-The-Kingdom.mp3\"][/audio]','Sowing The Kingdom','','inherit','closed','closed','','4485-autosave-v1','','','2025-01-11 09:18:11','2025-01-11 17:18:11','',4485,'https://www.crosspoint-church.com/?p=4488',0,'revision','',0),(4489,2,'2025-01-12 07:49:04','2025-01-12 15:49:04','','January 12, 2025','','inherit','open','closed','','january-12-2025','','','2025-01-12 07:49:04','2025-01-12 15:49:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf',0,'attachment','application/pdf',0),(4490,2,'2025-01-12 07:49:19','2025-01-12 15:49:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-8-2024.pdf\">December 8, 2024</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-01-12 07:49:19','2025-01-12 15:49:19','',1441,'https://www.crosspoint-church.com/?p=4490',0,'revision','',0),(4493,2,'2025-01-12 09:55:54','2025-01-12 17:55:54','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/New-Cloth-and-New-Wine.mp3\"][/audio]\r\n\r\nNew Cloth &amp; New Wine','New Cloth & New Wine','','publish','open','closed','','new-cloth-new-wine','','','2025-01-15 17:52:09','2025-01-16 01:52:09','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4493',0,'sermons','',0),(4494,2,'2025-01-15 09:53:43','2025-01-15 17:53:43','\"New Cloth and New Wine\" from Kingdom Snapshots by Eric Depew. Released: 2025. Track 112.','New Cloth and New Wine','','inherit','open','closed','','new-cloth-and-new-wine','','','2025-01-15 09:53:54','2025-01-15 17:53:54','',4493,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/New-Cloth-and-New-Wine.mp3',0,'attachment','audio/mpeg',0),(4495,2,'2025-01-19 07:33:44','2025-01-19 15:33:44','','January 19, 2025','','inherit','open','closed','','january-19-2025','','','2025-01-19 07:33:44','2025-01-19 15:33:44','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf',0,'attachment','application/pdf',0),(4496,2,'2025-01-19 07:33:55','2025-01-19 15:33:55','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-15-2024.pdf\">December 15, 2024</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-01-19 07:33:55','2025-01-19 15:33:55','',1441,'https://www.crosspoint-church.com/?p=4496',0,'revision','',0),(4498,2,'2025-01-26 21:36:01','2025-01-27 05:36:01','','January 26, 2025','','inherit','open','closed','','january-26-2025','','','2025-01-26 21:36:01','2025-01-27 05:36:01','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf',0,'attachment','application/pdf',0),(4499,2,'2025-01-26 21:36:12','2025-01-27 05:36:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-22-2024.pdf\">December 22, 2024</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-01-26 21:36:12','2025-01-27 05:36:12','',1441,'https://www.crosspoint-church.com/?p=4499',0,'revision','',0),(4500,2,'2025-01-19 21:59:14','2025-01-20 05:59:14','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/Rich-Toward-God.mp3\"][/audio]','Rich Toward God','','publish','open','closed','','rich-toward-god','','','2025-01-26 21:59:37','2025-01-27 05:59:37','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4500',0,'sermons','',0),(4501,2,'2025-01-26 21:57:36','2025-01-27 05:57:36','\"Rich Toward God\" from Kingdom Snapshots by Eric Depew. Released: 2025. Track 119.','Rich Toward God','','inherit','open','closed','','rich-toward-god','','','2025-01-26 21:57:55','2025-01-27 05:57:55','',4500,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/Rich-Toward-God.mp3',0,'attachment','audio/mpeg',0),(4502,2,'2025-01-26 22:19:23','2025-01-27 06:19:23','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/Rich-Man-and-Lazarus.mp3\"][/audio]','Rich Man and Lazarus','','publish','open','closed','','rich-man-and-lazarus','','','2025-01-26 22:19:41','2025-01-27 06:19:41','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4502',0,'sermons','',0),(4503,2,'2025-01-26 22:18:16','2025-01-27 06:18:16','\"Rich Man and Lazarus\" from Kingdom Snapshots by Eric Depew. Released: 2025. Track 126.','Rich Man and Lazarus','','inherit','open','closed','','rich-man-and-lazarus','','','2025-01-26 22:18:20','2025-01-27 06:18:20','',4502,'https://www.crosspoint-church.com/wp-content/uploads/2025/01/Rich-Man-and-Lazarus.mp3',0,'attachment','audio/mpeg',0),(4504,2,'2025-02-02 09:55:15','2025-02-02 17:55:15','','February 2, 2025','','inherit','open','closed','','february-2-2025','','','2025-02-02 09:55:15','2025-02-02 17:55:15','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf',0,'attachment','application/pdf',0),(4505,2,'2025-02-02 09:55:24','2025-02-02 17:55:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2024/12/December-29-2024.pdf\">December 29, 2024</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-02-02 09:55:24','2025-02-02 17:55:24','',1441,'https://www.crosspoint-church.com/?p=4505',0,'revision','',0),(4506,2,'2025-02-02 14:54:14','2025-02-02 22:54:14','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/Do-Not-Be-Afraid.mp3\"][/audio]','Do Not Be Afraid','','publish','open','closed','','do-not-be-afraid','','','2025-02-02 14:54:14','2025-02-02 22:54:14','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4506',0,'sermons','',0),(4507,2,'2025-02-02 14:21:51','2025-02-02 22:21:51','\"Do Not Be Afraid\" from Special by Sarah Deeter. Released: 2025. Track 202.','Do Not Be Afraid','','inherit','open','closed','','do-not-be-afraid','','','2025-02-02 14:52:09','2025-02-02 22:52:09','',4506,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/Do-Not-Be-Afraid.mp3',0,'attachment','audio/mpeg',0),(4508,2,'2025-02-02 14:52:51','2025-02-02 22:52:51','','Do Not Be Afraid','','inherit','open','closed','','do-not-be-afraid-2','','','2025-02-02 14:52:51','2025-02-02 22:52:51','',4506,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/Do-Not-Be-Afraid.jpg',0,'attachment','image/jpeg',0),(4510,2,'2025-02-09 07:31:24','2025-02-09 15:31:24','','February 9, 2025','','inherit','open','closed','','february-9-2025','','','2025-02-09 07:31:24','2025-02-09 15:31:24','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf',0,'attachment','application/pdf',0),(4511,2,'2025-02-09 07:31:54','2025-02-09 15:31:54','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-5-2025.pdf\">January 5, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-02-09 07:31:54','2025-02-09 15:31:54','',1441,'https://www.crosspoint-church.com/?p=4511',0,'revision','',0),(4512,2,'2025-02-15 22:35:02','2025-02-16 06:35:02','','February 16, 2025','','inherit','open','closed','','february-16-2025','','','2025-02-15 22:35:02','2025-02-16 06:35:02','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf',0,'attachment','application/pdf',0),(4513,2,'2025-02-15 22:35:26','2025-02-16 06:35:26','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-12-2025.pdf\">January 12, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-02-15 22:35:26','2025-02-16 06:35:26','',1441,'https://www.crosspoint-church.com/?p=4513',0,'revision','',0),(4515,2,'2025-02-23 15:00:17','2025-02-23 23:00:17','','February 23, 2025','','inherit','open','closed','','february-23-2025','','','2025-02-23 15:00:17','2025-02-23 23:00:17','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf',0,'attachment','application/pdf',0),(4516,2,'2025-02-23 15:00:26','2025-02-23 23:00:26','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-19-2025.pdf\">January 19, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-02-23 15:00:26','2025-02-23 23:00:26','',1441,'https://www.crosspoint-church.com/?p=4516',0,'revision','',0),(4517,2,'2025-03-01 20:24:35','2025-03-02 04:24:35','','March 2, 2025','','inherit','open','closed','','march-2-2025','','','2025-03-01 20:24:35','2025-03-02 04:24:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf',0,'attachment','application/pdf',0),(4518,2,'2025-03-01 20:24:49','2025-03-02 04:24:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/01/January-26-2025.pdf\">January 26, 2025</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-03-01 20:24:49','2025-03-02 04:24:49','',1441,'https://www.crosspoint-church.com/?p=4518',0,'revision','',0),(4519,2,'2025-03-02 12:58:54','2025-03-02 20:58:54','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/The-Shrewd-Steward.mp3\"][/audio]','The Shrewd Steward','','publish','open','closed','','the-shrewd-steward','','','2025-03-02 12:58:54','2025-03-02 20:58:54','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4519',0,'sermons','',0),(4520,2,'2025-03-02 12:57:58','2025-03-02 20:57:58','\"The Shrewd Steward\" from Kingdom Snapshots by Eric Depew. Released: 2025. Track 302.','The Shrewd Steward','','inherit','open','closed','','the-shrewd-steward','','','2025-03-02 12:58:03','2025-03-02 20:58:03','',4519,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/The-Shrewd-Steward.mp3',0,'attachment','audio/mpeg',0),(4522,2,'2025-03-08 22:40:09','2025-03-09 06:40:09','','March 9, 2025','','inherit','open','closed','','march-9-2025','','','2025-03-08 22:40:09','2025-03-09 06:40:09','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf',0,'attachment','application/pdf',0),(4523,2,'2025-03-09 23:25:58','2025-03-10 06:25:58','','March 9, 2025','','inherit','open','closed','','march-9-2025-2','','','2025-03-09 23:25:58','2025-03-10 06:25:58','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025-1.pdf',0,'attachment','application/pdf',0),(4524,2,'2025-03-09 23:26:22','2025-03-10 06:26:22','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-2-2025.pdf\">February 2, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-03-09 23:26:22','2025-03-10 06:26:22','',1441,'https://www.crosspoint-church.com/?p=4524',0,'revision','',0),(4525,2,'2025-03-09 23:38:39','2025-03-10 06:38:39','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/Forgiveness-Through-Sacrifice.mp3\"][/audio]','Forgiveness Through Sacrifice','','publish','open','closed','','forgiveness-through-sacrifice','','','2025-03-09 23:38:39','2025-03-10 06:38:39','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4525',0,'sermons','',0),(4526,2,'2025-03-09 23:34:47','2025-03-10 06:34:47','\"Forgiveness Through Sacrifice\" from CROSSwork by Eric Depew. Released: 2025. Track 309.','Forgiveness Through Sacrifice','','inherit','open','closed','','forgiveness-through-sacrifice','','','2025-03-09 23:34:56','2025-03-10 06:34:56','',4525,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/Forgiveness-Through-Sacrifice.mp3',0,'attachment','audio/mpeg',0),(4527,2,'2025-03-09 23:36:11','2025-03-10 06:36:11','','CrossWork series graphic','','inherit','open','closed','','crosswork-series-graphic','','','2025-03-09 23:36:11','2025-03-10 06:36:11','',4525,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/CrossWork-series-graphic.jpg',0,'attachment','image/jpeg',0),(4528,2,'2025-03-16 13:27:06','2025-03-16 20:27:06','','March 16, 2025','','inherit','open','closed','','march-16-2025','','','2025-03-16 13:27:06','2025-03-16 20:27:06','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf',0,'attachment','application/pdf',0),(4529,2,'2025-03-16 13:27:20','2025-03-16 20:27:20','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<span style=\"font-family: helvetica, arial, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-9-2025.pdf\">February 9, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-03-16 13:27:20','2025-03-16 20:27:20','',1441,'https://www.crosspoint-church.com/?p=4529',0,'revision','',0),(4530,2,'2025-03-16 13:31:37','2025-03-16 20:31:37','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/Victory-in-the-Face-of-Defeat.mp3\"][/audio]','Victory in the Face of Defeat','','publish','open','closed','','victory-in-the-face-of-defeat','','','2025-03-16 13:31:37','2025-03-16 20:31:37','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4530',0,'sermons','',0),(4531,2,'2025-03-16 13:28:32','2025-03-16 20:28:32','\"Victory in the Face of Defeat\" from CROSSwork by Eric Depew. Released: 2025. Track 316.','Victory in the Face of Defeat','','inherit','open','closed','','victory-in-the-face-of-defeat','','','2025-03-16 13:28:36','2025-03-16 20:28:36','',4530,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/Victory-in-the-Face-of-Defeat.mp3',0,'attachment','audio/mpeg',0),(4534,2,'2025-03-23 07:19:12','2025-03-23 14:19:12','','March 23, 2025','','inherit','open','closed','','march-23-2025','','','2025-03-23 07:19:12','2025-03-23 14:19:12','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf',0,'attachment','application/pdf',0),(4535,2,'2025-03-23 07:19:42','2025-03-23 14:19:42','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-16-2025.pdf\">February 16, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-03-23 07:19:42','2025-03-23 14:19:42','',1441,'https://www.crosspoint-church.com/?p=4535',0,'revision','',0),(4536,2,'2025-03-23 16:17:28','2025-03-23 23:17:28','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/Redemption-From-Shame.mp3\"][/audio]','Redemption From Shame','','publish','open','closed','','redemption-from-shame','','','2025-03-23 16:17:28','2025-03-23 23:17:28','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4536',0,'sermons','',0),(4537,2,'2025-03-23 16:15:07','2025-03-23 23:15:07','\"Redemption From Shame\" from Album by Eric Depew. Released: 2025. Track 323.','Redemption From Shame','','inherit','open','closed','','redemption-from-shame','','','2025-03-23 16:15:38','2025-03-23 23:15:38','',4536,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/Redemption-From-Shame.mp3',0,'attachment','audio/mpeg',0),(4539,2,'2025-03-23 17:07:34','2025-03-24 00:07:34','[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"15%\" padding_left=\"15%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]<header>\n<h1 class=\"page-title\">Nazarene Links</h1>\n</header>\n<div class=\"post-content\">\n\nOur denomination has a host of resources available!\n\n<strong><a href=\"https://www.nazarene.org/\" target=\"_blank\" rel=\"noopener\">Denominational Website</a></strong>\n\n<strong><a href=\"https://www.ncm.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Compassion Ministries</a></strong>\n\n<strong><a href=\"https://www.nazarenemissions.org/\" target=\"_blank\" rel=\"noopener\">Nazarene Missions International Site</a></strong>\n\n<strong><a href=\"https://www.wapacnaz.org/\" target=\"_blank\" rel=\"noopener\">Washington Pacific District Site</a></strong>\n\n<strong><a href=\"https://www.nnu.edu/\" target=\"_blank\" rel=\"noopener\">Northwest Nazarene University</a></strong>\n\n</div>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Denominational Links','','inherit','closed','closed','','1448-revision-v1','','','2025-03-23 17:07:34','2025-03-24 00:07:34','',1448,'https://www.crosspoint-church.com/?p=4539',0,'revision','',0),(4540,2,'2025-03-30 07:36:58','2025-03-30 14:36:58','','March 30, 2025','','inherit','open','closed','','march-30-2025','','','2025-03-30 07:36:58','2025-03-30 14:36:58','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf',0,'attachment','application/pdf',0),(4541,2,'2025-03-30 07:37:35','2025-03-30 14:37:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/02/February-23-2025.pdf\">February 23, 2025</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-03-30 07:37:35','2025-03-30 14:37:35','',1441,'https://www.crosspoint-church.com/?p=4541',0,'revision','',0),(4543,2,'2025-03-30 17:20:50','2025-03-31 00:20:50','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/Reconciliation-Out-Of-Isolation.mp3\"][/audio]','Reconciliation Out Of Isolation','','publish','open','closed','','reconciliation-out-of-isolation','','','2025-03-30 17:20:50','2025-03-31 00:20:50','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4543',0,'sermons','',0),(4544,2,'2025-03-30 17:19:12','2025-03-31 00:19:12','\"Reconciliation Out Of Isolation\" from CROSSwork by Eric Depew. Released: 2025. Track 330.','Reconciliation Out Of Isolation','','inherit','open','closed','','reconciliation-out-of-isolation','','','2025-03-30 17:19:18','2025-03-31 00:19:18','',4543,'https://www.crosspoint-church.com/wp-content/uploads/2025/03/Reconciliation-Out-Of-Isolation.mp3',0,'attachment','audio/mpeg',0),(4546,2,'2025-04-06 07:20:55','2025-04-06 14:20:55','','April 6, 2025','','inherit','open','closed','','april-6-2025','','','2025-04-06 07:20:55','2025-04-06 14:20:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf',0,'attachment','application/pdf',0),(4547,2,'2025-04-06 07:21:12','2025-04-06 14:21:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-2-2025.pdf\">March 2, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-04-06 07:21:12','2025-04-06 14:21:12','',1441,'https://www.crosspoint-church.com/?p=4547',0,'revision','',0),(4548,2,'2025-04-06 15:47:14','2025-04-06 22:47:14','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/Healing-of-Victims.mp3\"][/audio]','Healing of Victims','','publish','open','closed','','healing-of-victims','','','2025-04-06 15:47:14','2025-04-06 22:47:14','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4548',0,'sermons','',0),(4549,2,'2025-04-06 15:44:24','2025-04-06 22:44:24','\"Healing of Victims\" from CROSSwork by Eric Depew. Released: 2025. Track 406.','Healing of Victims','','inherit','open','closed','','healing-of-victims','','','2025-04-06 15:44:31','2025-04-06 22:44:31','',4548,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/Healing-of-Victims.mp3',0,'attachment','audio/mpeg',0),(4550,2,'2025-04-13 07:10:10','2025-04-13 14:10:10','','April 13, 2025','','inherit','open','closed','','april-13-2025','','','2025-04-13 07:10:10','2025-04-13 14:10:10','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf',0,'attachment','application/pdf',0),(4551,2,'2025-04-13 07:10:23','2025-04-13 14:10:23','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-9-2025.pdf\">March 9, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-04-13 07:10:23','2025-04-13 14:10:23','',1441,'https://www.crosspoint-church.com/?p=4551',0,'revision','',0),(4552,2,'2025-04-13 20:01:04','2025-04-14 03:01:04','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/Recap.mp3\"][/audio]','Recap','','publish','open','closed','','recap','','','2025-04-13 20:01:04','2025-04-14 03:01:04','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4552',0,'sermons','',0),(4554,2,'2025-04-13 20:00:26','2025-04-14 03:00:26','\"Recap\" from CROSSwork by Eric Depew. Released: 2025. Track 413.','Recap','','inherit','open','closed','','recap','','','2025-04-13 20:00:41','2025-04-14 03:00:41','',4552,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/Recap.mp3',0,'attachment','audio/mpeg',0),(4556,2,'2025-04-19 21:41:47','2025-04-20 04:41:47','','April 20, 2025','','inherit','open','closed','','april-20-2025','','','2025-04-19 21:41:47','2025-04-20 04:41:47','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf',0,'attachment','application/pdf',0),(4557,2,'2025-04-19 21:42:05','2025-04-20 04:42:05','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<span style=\"font-family: times new roman, times, serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-16-2025.pdf\">March 16, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-04-19 21:42:05','2025-04-20 04:42:05','',1441,'https://www.crosspoint-church.com/?p=4557',0,'revision','',0),(4559,2,'2025-04-20 21:14:57','2025-04-21 04:14:57','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/Death-Into-Life.mp3\"][/audio]','Death Into Life','','publish','open','closed','','death-into-life','','','2025-04-26 21:15:29','2025-04-27 04:15:29','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4559',0,'sermons','',0),(4560,2,'2025-04-26 21:10:12','2025-04-27 04:10:12','\"Death Into Life\" from CROSSwork by Eric Depew. Released: 2025. Track 420.','Death Into Life','','inherit','open','closed','','death-into-life','','','2025-04-26 21:10:19','2025-04-27 04:10:19','',4559,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/Death-Into-Life.mp3',0,'attachment','audio/mpeg',0),(4561,2,'2025-04-26 21:10:48','2025-04-27 04:10:48','','Wired to Connect series graphic','','inherit','open','closed','','wired-to-connect-series-graphic','','','2025-04-26 21:10:48','2025-04-27 04:10:48','',4559,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/Wired-to-Connect-series-graphic.jpg',0,'attachment','image/jpeg',0),(4562,2,'2025-04-26 22:04:08','2025-04-27 05:04:08','','April 27, 2025','','inherit','open','closed','','april-27-2025','','','2025-04-26 22:04:08','2025-04-27 05:04:08','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf',0,'attachment','application/pdf',0),(4563,2,'2025-04-26 22:04:21','2025-04-27 05:04:21','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-23-2025.pdf\">March 23, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-04-26 22:04:21','2025-04-27 05:04:21','',1441,'https://www.crosspoint-church.com/?p=4563',0,'revision','',0),(4564,2,'2025-04-27 16:40:15','2025-04-27 23:40:15','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/Relational-To-The-Core.mp3\"][/audio]','Relational To The Core','','publish','open','closed','','relational-to-the-core','','','2025-04-27 16:40:15','2025-04-27 23:40:15','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4564',0,'sermons','',0),(4565,2,'2025-04-27 16:36:23','2025-04-27 23:36:23','\"Relational To The Core\" from Wired To Connect by Eric Depew. Released: 2025. Track 427.','Relational To The Core','','inherit','open','closed','','relational-to-the-core','','','2025-04-27 16:36:32','2025-04-27 23:36:32','',4564,'https://www.crosspoint-church.com/wp-content/uploads/2025/04/Relational-To-The-Core.mp3',0,'attachment','audio/mpeg',0),(4567,2,'2025-05-03 21:23:42','2025-05-04 04:23:42','','May 4, 2025','','inherit','open','closed','','may-4-2025','','','2025-05-03 21:23:42','2025-05-04 04:23:42','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf',0,'attachment','application/pdf',0),(4568,2,'2025-05-03 21:23:52','2025-05-04 04:23:52','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/03/March-30-2025.pdf\">March 30, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-05-03 21:23:52','2025-05-04 04:23:52','',1441,'https://www.crosspoint-church.com/?p=4568',0,'revision','',0),(4569,2,'2025-05-04 12:27:10','2025-05-04 19:27:10','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/Spiritual-Friendship.mp3\"][/audio]','Spiritual Friendship','','publish','open','closed','','spiritual-friendship','','','2025-05-04 12:27:10','2025-05-04 19:27:10','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4569',0,'sermons','',0),(4570,2,'2025-05-04 12:22:52','2025-05-04 19:22:52','\"Spiritual Friendship\" from Wired To Connect by Eric Depew. Released: 2025. Track 504.','Spiritual Friendship','','inherit','open','closed','','spiritual-friendship','','','2025-05-04 12:22:56','2025-05-04 19:22:56','',4569,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/Spiritual-Friendship.mp3',0,'attachment','audio/mpeg',0),(4571,2,'2025-05-11 07:57:04','2025-05-11 14:57:04','','May 11, 2025','','inherit','open','closed','','may-11-2025','','','2025-05-11 07:57:04','2025-05-11 14:57:04','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf',0,'attachment','application/pdf',0),(4572,2,'2025-05-11 07:57:21','2025-05-11 14:57:21','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-6-2025.pdf\">April 6, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-05-11 07:57:21','2025-05-11 14:57:21','',1441,'https://www.crosspoint-church.com/?p=4572',0,'revision','',0),(4573,2,'2025-05-11 13:11:02','2025-05-11 20:11:02','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/Mothering-Is-Dedication.mp3\"][/audio]','Mothering Is Dedication','','publish','open','closed','','mothering-is-dedication','','','2025-05-11 17:20:02','2025-05-12 00:20:02','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4573',0,'sermons','',0),(4574,2,'2025-05-11 13:09:39','2025-05-11 20:09:39','\"Mothering Is Dedication\" from Wired To Connect by Eric Depew. Released: 2025. Track 511.','Mothering Is Dedication','','inherit','open','closed','','mothering-is-dedication','','','2025-05-11 13:09:53','2025-05-11 20:09:53','',4573,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/Mothering-Is-Dedication.mp3',0,'attachment','audio/mpeg',0),(4577,2,'2025-05-17 21:57:38','2025-05-18 04:57:38','','May 18, 2025','','inherit','open','closed','','may-18-2025','','','2025-05-17 21:57:38','2025-05-18 04:57:38','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf',0,'attachment','application/pdf',0),(4578,2,'2025-05-17 21:57:57','2025-05-18 04:57:57','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-13-2025.pdf\">April 13, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-05-17 21:57:57','2025-05-18 04:57:57','',1441,'https://www.crosspoint-church.com/?p=4578',0,'revision','',0),(4579,2,'2025-05-18 16:07:36','2025-05-18 23:07:36','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/Your-Near-By-er.mp3\"][/audio]','Your Near-By-er','','publish','open','closed','','your-near-by-er','','','2025-05-18 16:07:36','2025-05-18 23:07:36','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4579',0,'sermons','',0),(4580,2,'2025-05-18 16:06:30','2025-05-18 23:06:30','\"Your Near-By-er\" from Wired To Connect by Eric Depew. Released: 2025. Track 518.','Your Near-By-er','','inherit','open','closed','','your-near-by-er','','','2025-05-18 16:06:35','2025-05-18 23:06:35','',4579,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/Your-Near-By-er.mp3',0,'attachment','audio/mpeg',0),(4581,2,'2025-05-25 07:55:53','2025-05-25 14:55:53','','May 25, 2025','','inherit','open','closed','','may-25-2025','','','2025-05-25 07:55:53','2025-05-25 14:55:53','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf',0,'attachment','application/pdf',0),(4582,2,'2025-05-25 07:56:03','2025-05-25 14:56:03','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-20-2025.pdf\">April 20, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-05-25 07:56:03','2025-05-25 14:56:03','',1441,'https://www.crosspoint-church.com/?p=4582',0,'revision','',0),(4585,2,'2025-06-01 07:24:19','2025-06-01 14:24:19','','June 1, 2025','','inherit','open','closed','','june-1-2025','','','2025-06-01 07:24:19','2025-06-01 14:24:19','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf',0,'attachment','application/pdf',0),(4586,2,'2025-06-01 07:24:31','2025-06-01 14:24:31','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/04/April-27-2025.pdf\">April 27, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-01 07:24:31','2025-06-01 14:24:31','',1441,'https://www.crosspoint-church.com/?p=4586',0,'revision','',0),(4587,2,'2025-05-25 19:51:34','2025-05-26 02:51:34','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/Citizens-Of-An-Earthly-Kingdom.mp3\"][/audio]','Citizens Of An Earthly Kingdom','','publish','open','closed','','citizens-of-an-earthly-kingdom','','','2025-06-01 19:53:24','2025-06-02 02:53:24','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4587',0,'sermons','',0),(4588,2,'2025-06-01 19:50:15','2025-06-02 02:50:15','\"Citizens Of An Earthly\" from Wired To Connect by Eric Depew. Released: 2025. Track 525.','Citizens Of An Earthly','','inherit','open','closed','','citizens-of-an-earthly','','','2025-06-01 19:50:21','2025-06-02 02:50:21','',4587,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Citizens-Of-An-Earthly-Kingdom.mp3',0,'attachment','audio/mpeg',0),(4589,2,'2025-06-01 20:12:00','2025-06-02 03:12:00','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/Observe-Interpret-Apply.mp3\"][/audio]','Observe, Interpret, Apply','','publish','open','closed','','observe-interpret-apply','','','2025-06-01 20:12:00','2025-06-02 03:12:00','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4589',0,'sermons','',0),(4590,2,'2025-06-01 20:10:17','2025-06-02 03:10:17','\"Observe, Interpret, Apply\" from Special by Kyle Gillette. Released: 2025. Track 601.','Observe, Interpret, Apply','','inherit','open','closed','','observe-interpret-apply','','','2025-06-01 20:10:21','2025-06-02 03:10:21','',4589,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Observe-Interpret-Apply.mp3',0,'attachment','audio/mpeg',0),(4591,2,'2025-06-01 20:10:56','2025-06-02 03:10:56','','Observe Interpret Apply','','inherit','open','closed','','observe-interpret-apply-2','','','2025-06-01 20:10:56','2025-06-02 03:10:56','',4589,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Observe-Interpret-Apply.jpg',0,'attachment','image/jpeg',0),(4593,2,'2025-06-07 23:10:55','2025-06-08 06:10:55','','June 8, 2025','','inherit','open','closed','','june-8-2025','','','2025-06-07 23:10:55','2025-06-08 06:10:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf',0,'attachment','application/pdf',0),(4594,2,'2025-06-07 23:11:04','2025-06-08 06:11:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-07 23:11:04','2025-06-08 06:11:04','',1441,'https://www.crosspoint-church.com/?p=4594',0,'revision','',0),(4595,2,'2025-06-07 23:12:09','2025-06-08 06:12:09','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-4-2025.pdf\">May 4, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-07 23:12:09','2025-06-08 06:12:09','',1441,'https://www.crosspoint-church.com/?p=4595',0,'revision','',0),(4596,2,'2025-06-08 17:18:42','2025-06-09 00:18:42','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/Mentoring.mp3\"][/audio]','Mentoring','','publish','open','closed','','mentoring','','','2025-06-08 17:18:42','2025-06-09 00:18:42','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4596',0,'sermons','',0),(4597,2,'2025-06-08 17:16:37','2025-06-09 00:16:37','\"Mentoring\" from Wired To Connect by Eric Depew. Released: 2025. Track 608.','Mentoring','','inherit','open','closed','','mentoring','','','2025-06-08 17:17:00','2025-06-09 00:17:00','',4596,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Mentoring.mp3',0,'attachment','audio/mpeg',0),(4600,2,'2025-06-15 07:00:46','2025-06-15 14:00:46','','June 15, 2025','','inherit','open','closed','','june-15-2025','','','2025-06-15 07:00:46','2025-06-15 14:00:46','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf',0,'attachment','application/pdf',0),(4601,2,'2025-06-15 07:01:00','2025-06-15 14:01:00','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-11-2025.pdf\">May 11, 2025</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-15 07:01:00','2025-06-15 14:01:00','',1441,'https://www.crosspoint-church.com/?p=4601',0,'revision','',0),(4602,2,'2025-06-15 22:22:48','2025-06-16 05:22:48','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/Instilling-Purpose.mp3\"][/audio]','Instilling Purpose','','publish','open','closed','','instilling-purpose','','','2025-06-15 22:22:48','2025-06-16 05:22:48','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4602',0,'sermons','',0),(4603,2,'2025-06-15 22:21:38','2025-06-16 05:21:38','\"Instilling Purpose\" from Wired To Connect by Eric Depew. Released: 2025. Track 615.','Instilling Purpose','','inherit','open','closed','','instilling-purpose','','','2025-06-15 22:21:43','2025-06-16 05:21:43','',4602,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Instilling-Purpose.mp3',0,'attachment','audio/mpeg',0),(4605,2,'2025-06-21 22:39:56','2025-06-22 05:39:56','','June 22, 2025','','inherit','open','closed','','june-22-2025','','','2025-06-21 22:39:56','2025-06-22 05:39:56','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf',0,'attachment','application/pdf',0),(4606,2,'2025-06-21 22:40:07','2025-06-22 05:40:07','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-18-2025.pdf\">May 18, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-21 22:40:07','2025-06-22 05:40:07','',1441,'https://www.crosspoint-church.com/?p=4606',0,'revision','',0),(4607,2,'2025-06-22 17:12:00','2025-06-23 00:12:00','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/From-Conflict-To-Conversation.mp3\"][/audio]','Conflict To Conversation','','publish','open','closed','','conflict-to-conversation','','','2025-06-22 17:12:00','2025-06-23 00:12:00','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4607',0,'sermons','',0),(4608,2,'2025-06-22 17:09:35','2025-06-23 00:09:35','\"From Conflict To Conversation\" from Special by Elizabeth Snyder. Released: 2025. Track 622.','From Conflict To Conversation','','inherit','open','closed','','from-conflict-to-conversation','','','2025-06-22 17:09:43','2025-06-23 00:09:43','',4607,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/From-Conflict-To-Conversation.mp3',0,'attachment','audio/mpeg',0),(4609,2,'2025-06-22 17:10:43','2025-06-23 00:10:43','','Romans 12','','inherit','open','closed','','romans-12','','','2025-06-22 17:10:43','2025-06-23 00:10:43','',4607,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Romans-12.jpg',0,'attachment','image/jpeg',0),(4611,2,'2025-06-29 07:47:44','2025-06-29 14:47:44','','June 29, 2025','','inherit','open','closed','','june-29-2025','','','2025-06-29 07:47:44','2025-06-29 14:47:44','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf',0,'attachment','application/pdf',0),(4612,2,'2025-06-29 07:48:08','2025-06-29 14:48:08','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/05/May-25-2025.pdf\">May 25, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-06-29 07:48:08','2025-06-29 14:48:08','',1441,'https://www.crosspoint-church.com/?p=4612',0,'revision','',0),(4613,2,'2025-06-29 16:25:45','2025-06-29 23:25:45','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/Can-Technology-Help.mp3\"][/audio]','Can Technology Help','','publish','open','closed','','can-technology-help','','','2025-06-29 16:25:45','2025-06-29 23:25:45','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4613',0,'sermons','',0),(4614,2,'2025-06-29 16:24:03','2025-06-29 23:24:03','\"Can Technology Help\" from Wired To Connect by Eric Depew. Released: 2025. Track 629.','Can Technology Help','','inherit','open','closed','','can-technology-help','','','2025-06-29 16:24:10','2025-06-29 23:24:10','',4613,'https://www.crosspoint-church.com/wp-content/uploads/2025/06/Can-Technology-Help.mp3',0,'attachment','audio/mpeg',0),(4616,2,'2025-07-06 07:16:22','2025-07-06 14:16:22','','July 6, 2025','','inherit','open','closed','','july-6-2025','','','2025-07-06 07:16:22','2025-07-06 14:16:22','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf',0,'attachment','application/pdf',0),(4617,2,'2025-07-06 07:16:49','2025-07-06 14:16:49','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-1-2025.pdf\">June 1, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-07-06 07:16:49','2025-07-06 14:16:49','',1441,'https://www.crosspoint-church.com/?p=4617',0,'revision','',0),(4618,2,'2025-07-06 16:19:01','2025-07-06 23:19:01','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/Freed-From-Demons.mp3\"][/audio]','Freed From Demons','','publish','open','closed','','freed-from-demons','','','2025-07-06 16:19:01','2025-07-06 23:19:01','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4618',0,'sermons','',0),(4619,2,'2025-07-06 16:16:54','2025-07-06 23:16:54','\"Freed From Demons\" from The Master\'s Hand by Eric Depew. Released: 2025. Track 706.','Freed From Demons','','inherit','open','closed','','freed-from-demons','','','2025-07-06 16:17:06','2025-07-06 23:17:06','',4618,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/Freed-From-Demons.mp3',0,'attachment','audio/mpeg',0),(4620,2,'2025-07-06 16:18:30','2025-07-06 23:18:30','','Master\'s Hand','','inherit','open','closed','','masters-hand','','','2025-07-06 16:18:30','2025-07-06 23:18:30','',4618,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/Masters-Hand.jpg',0,'attachment','image/jpeg',0),(4622,2,'2025-07-12 22:33:55','2025-07-13 05:33:55','','July 13, 2025','','inherit','open','closed','','july-13-2025','','','2025-07-12 22:33:55','2025-07-13 05:33:55','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf',0,'attachment','application/pdf',0),(4623,2,'2025-07-12 22:34:10','2025-07-13 05:34:10','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-8-2025.pdf\">June 8, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-07-12 22:34:10','2025-07-13 05:34:10','',1441,'https://www.crosspoint-church.com/?p=4623',0,'revision','',0),(4624,2,'2025-07-13 15:17:55','2025-07-13 22:17:55','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/Mental-Wholeness.mp3\"][/audio]','Mental Wholeness','','publish','open','closed','','mental-wholeness','','','2025-07-13 15:17:55','2025-07-13 22:17:55','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4624',0,'sermons','',0),(4625,2,'2025-07-13 15:16:37','2025-07-13 22:16:37','\"Mental Wholeness\" from The Master\'s Hand by Eric Depew. Released: 2025. Track 713.','Mental Wholeness','','inherit','open','closed','','mental-wholeness','','','2025-07-13 15:16:42','2025-07-13 22:16:42','',4624,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/Mental-Wholeness.mp3',0,'attachment','audio/mpeg',0),(4628,2,'2025-07-19 23:50:56','2025-07-20 06:50:56','','July 20, 2025','','inherit','open','closed','','july-20-2025','','','2025-07-19 23:50:56','2025-07-20 06:50:56','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf',0,'attachment','application/pdf',0),(4629,2,'2025-07-19 23:51:14','2025-07-20 06:51:14','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-15-2025.pdf\">June 15, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-07-19 23:51:14','2025-07-20 06:51:14','',1441,'https://www.crosspoint-church.com/?p=4629',0,'revision','',0),(4630,2,'2025-07-20 14:38:15','2025-07-20 21:38:15','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/Physical-Healing.mp3\"][/audio]','Physical Healing','','publish','open','closed','','physical-healing','','','2025-07-20 14:38:15','2025-07-20 21:38:15','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4630',0,'sermons','',0),(4631,2,'2025-07-20 14:31:56','2025-07-20 21:31:56','\"Physical Healing\" from The Master\'s Hand by Eric Depew. Released: 2025. Track 720.','Physical Healing','','inherit','open','closed','','physical-healing','','','2025-07-20 14:32:20','2025-07-20 21:32:20','',4630,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/Physical-Healing.mp3',0,'attachment','audio/mpeg',0),(4633,2,'2025-07-26 22:30:22','2025-07-27 05:30:22','','July 27, 2025','','inherit','open','closed','','july-27-2025','','','2025-07-26 22:30:22','2025-07-27 05:30:22','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf',0,'attachment','application/pdf',0),(4634,2,'2025-07-26 22:30:34','2025-07-27 05:30:34','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-22-2025.pdf\">June 22, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-07-26 22:30:34','2025-07-27 05:30:34','',1441,'https://www.crosspoint-church.com/?p=4634',0,'revision','',0),(4635,2,'2025-07-27 12:57:49','2025-07-27 19:57:49','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/Creation-Groans.mp3\"][/audio]','Creation Groans','','publish','open','closed','','creation-groans','','','2025-07-27 12:57:49','2025-07-27 19:57:49','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4635',0,'sermons','',0),(4636,2,'2025-07-27 12:45:34','2025-07-27 19:45:34','\"Creation Groans\" from The Master\'s Hand by Eric Depew. Released: 2025. Track 727.','Creation Groans','','inherit','open','closed','','creation-groans','','','2025-07-27 12:46:33','2025-07-27 19:46:33','',4635,'https://www.crosspoint-church.com/wp-content/uploads/2025/07/Creation-Groans.mp3',0,'attachment','audio/mpeg',0),(4639,2,'2025-08-07 21:14:02','2025-08-08 04:14:02','','August 3, 2025','','inherit','open','closed','','august-3-2025','','','2025-08-07 21:14:02','2025-08-08 04:14:02','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf',0,'attachment','application/pdf',0),(4640,2,'2025-08-07 21:14:12','2025-08-08 04:14:12','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/06/June-29-2025.pdf\">June 29, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-08-07 21:14:12','2025-08-08 04:14:12','',1441,'https://www.crosspoint-church.com/?p=4640',0,'revision','',0),(4641,2,'2025-08-03 15:50:44','2025-08-03 22:50:44','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/Full-Healing.mp3\"][/audio]','Full Healing','','publish','open','closed','','full-healing','','','2025-08-10 15:51:53','2025-08-10 22:51:53','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4641',0,'sermons','',0),(4642,2,'2025-08-10 15:47:44','2025-08-10 22:47:44','\"Full Healing\" from The Master\'s Hand by Eric Depew. Released: 2025. Track 803.','Full Healing','','inherit','open','closed','','full-healing','','','2025-08-10 15:47:51','2025-08-10 22:47:51','',4641,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/Full-Healing.mp3',0,'attachment','audio/mpeg',0),(4643,2,'2025-08-10 15:56:37','2025-08-10 22:56:37','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"5%\" min_height=\"\" link=\"\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"false\" spacing_left=\"5%\" min_height=\"\" link=\"\"][fusion_menu_anchor name=\"homepage\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate Jesus!<br /></strong></h2>\r\n<p>“CrossPoint Church is a movement of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing, and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.</p>\r\n</p>\r\n<p>We are a family church. If you come for worship this Sunday, expect to be noticed and welcomed. And if you come back, you can be sure you’ll soon be known.  Along the way, if you open your heart to God, you can expect for Jesus to transform your life as we journey together.”</p>\r\n</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">   Worship - 10:30am</h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2025-08-10 15:56:37','2025-08-10 22:56:37','',40,'https://www.crosspoint-church.com/?p=4643',0,'revision','',0),(4646,2,'2025-08-16 22:59:43','2025-08-17 05:59:43','','August 17, 2025','','inherit','open','closed','','august-17-2025','','','2025-08-16 22:59:43','2025-08-17 05:59:43','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf',0,'attachment','application/pdf',0),(4647,2,'2025-08-16 22:59:56','2025-08-17 05:59:56','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-6-2025.pdf\">July 6, 2025</a>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-08-16 22:59:56','2025-08-17 05:59:56','',1441,'https://www.crosspoint-church.com/?p=4647',0,'revision','',0),(4648,2,'2025-08-17 21:46:19','2025-08-18 04:46:19','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/Jesus-Take-The-Wheel.mp3\"][/audio]','Jesus Take The Wheel','','publish','open','closed','','jesus-take-the-wheel','','','2025-08-19 21:46:46','2025-08-20 04:46:46','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4648',0,'sermons','',0),(4649,2,'2025-08-19 21:43:26','2025-08-20 04:43:26','\"Jesus Take The Wheel\" from Special by Ben Norris. Released: 2025. Track 817.','Jesus Take The Wheel','','inherit','open','closed','','jesus-take-the-wheel','','','2025-08-19 21:43:29','2025-08-20 04:43:29','',4648,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/Jesus-Take-The-Wheel.mp3',0,'attachment','audio/mpeg',0),(4650,2,'2025-08-19 21:44:33','2025-08-20 04:44:33','','Judges Sermon','','inherit','open','closed','','judges-sermon','','','2025-08-19 21:44:33','2025-08-20 04:44:33','',4648,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/Judges-Sermon.jpg',0,'attachment','image/jpeg',0),(4652,2,'2025-08-24 07:13:35','2025-08-24 14:13:35','','August 24, 2025','','inherit','open','closed','','august-24-2025','','','2025-08-24 07:13:35','2025-08-24 14:13:35','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf',0,'attachment','application/pdf',0),(4653,2,'2025-08-24 07:13:46','2025-08-24 14:13:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-13-2025.pdf\">July 13, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-08-24 07:13:46','2025-08-24 14:13:46','',1441,'https://www.crosspoint-church.com/?p=4653',0,'revision','',0),(4654,2,'2025-08-24 17:35:08','2025-08-25 00:35:08','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/Gods-Will-For-My-Life.mp3\"][/audio]','God\'s Will For My Life','','publish','open','closed','','gods-will-for-my-life','','','2025-08-24 17:35:08','2025-08-25 00:35:08','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4654',0,'sermons','',0),(4655,2,'2025-08-24 17:32:29','2025-08-25 00:32:29','\"God\'s Will For My Life\" from What Is Best by Eric Depew. Released: 2025. Track 824.','God\'s Will For My Life','','inherit','open','closed','','gods-will-for-my-life','','','2025-08-24 17:32:43','2025-08-25 00:32:43','',4654,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/Gods-Will-For-My-Life.mp3',0,'attachment','audio/mpeg',0),(4656,2,'2025-08-24 17:34:00','2025-08-25 00:34:00','','What Is Best crop','','inherit','open','closed','','what-is-best-crop','','','2025-08-24 17:34:00','2025-08-25 00:34:00','',4654,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/What-Is-Best-crop.jpg',0,'attachment','image/jpeg',0),(4659,2,'2025-08-30 22:18:08','2025-08-31 05:18:08','','August 31, 2025','','inherit','open','closed','','august-31-2025','','','2025-08-30 22:18:08','2025-08-31 05:18:08','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf',0,'attachment','application/pdf',0),(4660,2,'2025-08-30 22:18:45','2025-08-31 05:18:45','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf\">August 31, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-20-2025.pdf\">July 20, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-08-30 22:18:45','2025-08-31 05:18:45','',1441,'https://www.crosspoint-church.com/?p=4660',0,'revision','',0),(4661,2,'2025-08-31 11:11:44','2025-08-31 18:11:44','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/Your-Fiery-Trials.mp3\"][/audio]','Your Fiery Trials','','publish','open','closed','','your-fiery-trials','','','2025-09-03 22:12:30','2025-09-04 05:12:30','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4661',0,'sermons','',0),(4662,2,'2025-09-03 22:06:56','2025-09-04 05:06:56','\"Your Fiery Trials\" from Special by Aaron Newcombe. Released: 2025. Track 831.','Your Fiery Trials','','inherit','open','closed','','your-fiery-trials','','','2025-09-03 22:07:31','2025-09-04 05:07:31','',4661,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/Your-Fiery-Trials.mp3',0,'attachment','audio/mpeg',0),(4663,2,'2025-09-03 22:09:09','2025-09-04 05:09:09','','1 Peter 4','','inherit','open','closed','','1-peter-4','','','2025-09-03 22:09:09','2025-09-04 05:09:09','',4661,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/1-Peter-4.jpg',0,'attachment','image/jpeg',0),(4665,2,'2025-09-06 22:11:50','2025-09-07 05:11:50','','September 7, 2025','','inherit','open','closed','','september-7-2025','','','2025-09-06 22:11:50','2025-09-07 05:11:50','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-7-2025.pdf',0,'attachment','application/pdf',0),(4666,2,'2025-09-06 22:12:04','2025-09-07 05:12:04','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-7-2025.pdf\">September 7, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf\">August 31, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/07/July-27-2025.pdf\">July 27, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-09-06 22:12:04','2025-09-07 05:12:04','',1441,'https://www.crosspoint-church.com/?p=4666',0,'revision','',0),(4667,2,'2025-09-07 21:35:54','2025-09-08 04:35:54','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/Eat-Well-Give-God-the-Small-Stuff.mp3\"][/audio]','Eat Well & Give God the Small Stuff','','publish','open','closed','','eat-well-give-god-the-small-stuff','','','2025-09-07 21:35:54','2025-09-08 04:35:54','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4667',0,'sermons','',0),(4668,2,'2025-09-07 21:33:04','2025-09-08 04:33:04','\"Eat Well &amp; Give God the Small Stuff\" from What Is Best by Eric Depew. Released: 2025. Track 907.','Eat Well &amp; Give God the Small Stuff','','inherit','open','closed','','eat-well-give-god-the-small-stuff','','','2025-09-07 21:33:15','2025-09-08 04:33:15','',4667,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/Eat-Well-Give-God-the-Small-Stuff.mp3',0,'attachment','audio/mpeg',0),(4672,2,'2025-09-19 21:30:13','2025-09-20 04:30:13','','September 14, 2025','','inherit','open','closed','','september-14-2025','','','2025-09-19 21:30:13','2025-09-20 04:30:13','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-14-2025.pdf',0,'attachment','application/pdf',0),(4673,2,'2025-09-19 21:30:29','2025-09-20 04:30:29','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-14-2025.pdf\">September 14, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-7-2025.pdf\">September 7, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf\">August 31, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-3-2025.pdf\">August 3, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-09-19 21:30:29','2025-09-20 04:30:29','',1441,'https://www.crosspoint-church.com/?p=4673',0,'revision','',0),(4674,2,'2025-09-19 21:56:46','2025-09-20 04:56:46','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" padding_top=\"40px\" padding_right=\"15%\" padding_bottom=\"40px\" padding_left=\"15%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"5%\" min_height=\"\" link=\"\"][fusion_button link=\"https://www.youtube.com/channel/UCpBV7Wt_XxIWacKC5ywrqBQ\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]YOUTUBE [/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"10%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"30PX\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"false\" spacing_left=\"5%\" min_height=\"\" link=\"\"][fusion_menu_anchor name=\"homepage\" /][fusion_button link=\"https://www.crosspoint-church.com/sermon/\" target=\"_blank\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"#eaeaea\" button_gradient_bottom_color_hover=\"#eaeaea\" stretch=\"yes\" icon=\"fa-chevron-circle-right fas\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]PREVIOUS SERMONS[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 style=\"text-align: center;\"><strong>We Celebrate Jesus!<br /></strong></h2>\r\n<p>“CrossPoint Church is a movement of people, young and old, who passionately believe that God is alive and that he wants to be intimately involved in each of our lives. And HE is working among us. Lives are being transformed and people are finding hope, healing, and forgiveness. If you are looking for a place to learn more about God and to be accepted for who you are, come visit us . . . everybody is welcome. In fact, we have been praying just for you! CrossPoint Church exists to love people where they are and help them follow Jesus.</p>\r\n</p>\r\n<p>We are a family church. If you come for worship this Sunday, expect to be noticed and welcomed. And if you come back, you can be sure you’ll soon be known.  Along the way, if you open your heart to God, you can expect for Jesus to transform your life as we journey together.”</p>\r\n</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_color=\"#3f7ccd\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"50\" padding_right=\"15%\" padding_bottom=\"50\" padding_left=\"15%\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"true\" hover_type=\"none\" border_position=\"all\" align_self=\"flex-start\" first=\"true\" link=\"\"][fusion_button link=\"https://www.crosspoint-church.com/what-to-expect/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"button-action\" color=\"custom\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"#ffffff\" button_gradient_bottom_color_hover=\"#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#3e7ccc\" type=\"flat\" border_color=\"#ffffff\" border_hover_color=\"#3e7ccc\" size=\"xlarge\" stretch=\"no\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1\" border_top=\"3px\" border_right=\"3px\" border_bottom=\"3px\" border_left=\"3px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\"]COME VISIT OUR COMMUNITY THIS WEEKEND![/fusion_button][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" alignment=\"center\" /][fusion_text]<h3 style=\"color: #fff; text-align: center; letter-spacing: 1px;\">Sunday Morning Prayer 9:45am     Worship - 10:30am</h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','40-revision-v1','','','2025-09-19 21:56:46','2025-09-20 04:56:46','',40,'https://www.crosspoint-church.com/?p=4674',0,'revision','',0),(4675,2,'2025-09-14 22:54:06','2025-09-15 05:54:06','[audio mp3=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/What-Is-The-Church.mp3\"][/audio]','What Is The Church','','publish','open','closed','','what-is-the-church','','','2025-09-19 22:54:28','2025-09-20 05:54:28','',0,'https://www.crosspoint-church.com/?post_type=sermons&#038;p=4675',0,'sermons','',0),(4676,2,'2025-09-19 22:50:30','2025-09-20 05:50:30','\"What Is The Church\" from The Church by Kyle Gillette. Released: 2025. Track 914.','What Is The Church','','inherit','open','closed','','what-is-the-church','','','2025-09-19 22:50:35','2025-09-20 05:50:35','',4675,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/What-Is-The-Church.mp3',0,'attachment','audio/mpeg',0),(4677,2,'2025-09-19 22:51:26','2025-09-20 05:51:26','','Presentation1','','inherit','open','closed','','presentation1','','','2025-09-19 22:51:26','2025-09-20 05:51:26','',4675,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/Presentation1.jpg',0,'attachment','image/jpeg',0),(4678,2,'2025-09-20 22:25:31','2025-09-21 05:25:31','','September 21, 2025','','inherit','open','closed','','september-21-2025','','','2025-09-20 22:25:31','2025-09-21 05:25:31','',1441,'https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-21-2025.pdf',0,'attachment','application/pdf',0),(4679,2,'2025-09-20 22:25:41','2025-09-21 05:25:41','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"20px\" padding_left=\"20px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\n<header>\r\n<h1 class=\"page-title\">Bulletins</h1>\r\n</header>\r\n<div class=\"post-content\">\r\n\r\nJust click on the bulletin you would like to view.\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-21-2025.pdf\">September 21, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-14-2025.pdf\">September 14, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/09/September-7-2025.pdf\">September 7, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-31-2025.pdf\">August 31, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-24-2025.pdf\">August 24, 2025</a></span>\r\n\r\n<span style=\"font-family: arial, helvetica, sans-serif;\"><a href=\"https://www.crosspoint-church.com/wp-content/uploads/2025/08/August-17-2025.pdf\">August 17, 2025</a></span>\r\n\r\n<strong>Please note:</strong> You will need Adobe Reader to view these files. You may download that by clicking on the image below:\r\n\r\n<a href=\"https://get.adobe.com/reader/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-1772\" src=\"https://www.crosspoint-church.com/wp-content/uploads/2016/07/adobe-reader.png\" width=\"108\" height=\"108\" /></a>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Bulletins','','inherit','closed','closed','','1441-revision-v1','','','2025-09-20 22:25:41','2025-09-21 05:25:41','',1441,'https://www.crosspoint-church.com/?p=4679',0,'revision','',0),(4680,3,'2025-09-29 20:51:29','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-09-29 20:51:29','0000-00-00 00:00:00','',0,'https://www.crosspoint-church.com/?p=4680',0,'post','',0),(4681,3,'2025-09-30 10:47:13','2025-09-30 17:47:13','<!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"609\",\"kind\":\"post-type\",\"label\":\"What is a Nazarene\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://www.crosspoint-church.com/what-is-a-nazarene/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"611\",\"kind\":\"post-type\",\"label\":\"Our Beliefs\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://www.crosspoint-church.com/our-beliefs/\"} /-->','Side Menu','','publish','closed','closed','','side-menu','','','2025-09-30 10:47:13','2025-09-30 17:47:13','',0,'https://www.crosspoint-church.com/side-menu/',0,'wp_navigation','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  KEY `handle_index` (`handle`(64))
) ENGINE=InnoDB AUTO_INCREMENT=142416 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(142404,'.tp-caption.avada_huge_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(142405,'.tp-caption.avada_huge_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(142406,'.tp-caption.avada_big_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(142407,'.tp-caption.avada_big_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(142408,'.tp-caption.avada_big_black_text_center','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}',NULL),(142409,'.tp-caption.avada_med_green_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#65bc7b\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(142410,'.tp-caption.avada_small_gray_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(142411,'.tp-caption.avada_small_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}',NULL),(142412,'.tp-caption.avada_block_black','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#65bc7b\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(142413,'.tp-caption.avada_block_green','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#65bc7b\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(142414,'.tp-caption.avada_block_white','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(142415,'.tp-caption.avada_block_white_trans','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL);
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css_bkp`
--

LOCK TABLES `wp_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(206,'.tp-caption.avada_huge_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(207,'.tp-caption.avada_huge_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(208,'.tp-caption.avada_big_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(209,'.tp-caption.avada_big_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(210,'.tp-caption.avada_big_black_text_center','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}',NULL),(211,'.tp-caption.avada_med_green_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(212,'.tp-caption.avada_small_gray_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(213,'.tp-caption.avada_small_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}',NULL),(214,'.tp-caption.avada_block_black','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(215,'.tp-caption.avada_block_green','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#A0CE4E\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(216,'.tp-caption.avada_block_white','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(217,'.tp-caption.avada_block_white_trans','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL);
/*!40000 ALTER TABLE `wp_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

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

--
-- Table structure for table `wp_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations_bkp`
--

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

--
-- Table structure for table `wp_revslider_navigations`
--

DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations`
--

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

--
-- Table structure for table `wp_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations_bkp`
--

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

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (2,'Slider 1','slider-1','{\"addOns\":[],\"version\":\"6.6.10\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"transient\":1200,\"typeSource\":\"timeline\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"off\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.6.21\"}','');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders7`
--

DROP TABLE IF EXISTS `wp_revslider_sliders7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_sliders7` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders7`
--

LOCK TABLES `wp_revslider_sliders7` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders7` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders7` VALUES (2,'Slider 1','slider-1','{\"migrated\":\"sr6\",\"title\":\"Slider 1\",\"alias\":\"slider-1\",\"type\":\"standard\",\"fonts\":{\"Roboto\":{\"name\":\"Roboto\",\"normal\":{\"500\":true},\"subset\":{\"latin\":true}}},\"vPort\":[\"100px\",\"100px\",\"100px\",\"100px\",\"100px\"],\"size\":{\"fullHeightOffset\":\",\",\"contentFH\":true,\"width\":[1240,1240,1024,778,480],\"height\":[900,900,743,565,349],\"cachedHeight\":[900,900,768,960,720],\"maxWidth\":0},\"carousel\":{\"type\":\"h\",\"align\":\"center\",\"maxV\":3,\"justify\":false,\"scale\":false,\"minS\":50,\"vScale\":false,\"oScale\":false,\"space\":0,\"rotation\":false,\"maxR\":0,\"varR\":false,\"opacity\":true,\"maxO\":100,\"varO\":false,\"spin\":\"off\",\"spinA\":0,\"snap\":true,\"infinity\":false,\"skewX\":0,\"skewY\":0,\"ease\":\"power3.inOut\",\"dur\":800,\"overshoot\":false,\"stretch\":false,\"showAllLayers\":\"false\",\"jMWidth\":false,\"bR\":0,\"bRU\":\"px\",\"pNV\":\"50px\",\"pT\":0,\"pB\":0},\"shdw\":0,\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"mod\":{\"om\":null,\"sm\":null},\"nav\":{\"p\":{\"w\":50,\"h\":100}},\"thumb\":{\"color\":\"transparent\"},\"aU\":[],\"imgs\":[{\"lib_id\":3459,\"lib\":\"medialibrary\",\"src\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/this-one-e1618623978660.jpg\"}]}','','');
/*!40000 ALTER TABLE `wp_revslider_sliders7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders_bkp`
--

LOCK TABLES `wp_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders_bkp` VALUES (1,'Home','Home1','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home\",\"alias\":\"Home1\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Home1\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1100\",\"height\":\"325\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"825px\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"0\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}','');
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (2,2,1,'{\"runtime\":{\"collapsedGroups\":[]},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\",\"adpr\":false},\"version\":\"6.6.20\"}','{\"0\":{\"text\":\"\",\"alias\":\"Image-0\",\"uid\":0,\"media\":{\"imageUrl\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/this-one-e1618623978660.jpg\",\"imageId\":3459,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1205px\",\"e\":true},\"n\":{\"v\":\"995px\"},\"t\":{\"v\":\"755px\"},\"m\":{\"v\":\"465px\"}},\"height\":{\"d\":{\"v\":\"695px\",\"e\":true},\"n\":{\"v\":\"573px\"},\"t\":{\"v\":\"435px\"},\"m\":{\"v\":\"268px\"}},\"originalWidth\":680,\"originalHeight\":392,\"aspectRatio\":{\"d\":{\"v\":1.734693877551020335658904514275491237640380859375},\"n\":{\"v\":1.734693877551020335658904514275491237640380859375},\"t\":{\"v\":1.734693877551020335658904514275491237640380859375},\"m\":{\"v\":1.734693877551020335658904514275491237640380859375}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"-4px\",\"e\":true},\"n\":{\"v\":\"-3px\"},\"t\":{\"v\":\"-2px\"},\"m\":{\"v\":\"-1px\"}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.21\"},\"1\":{\"text\":\"Come worship the God of all Creation!\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1012\",\"e\":true},\"n\":{\"v\":\"835\"},\"t\":{\"v\":\"634\"},\"m\":{\"v\":\"391\"}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"78px\",\"e\":true},\"n\":{\"v\":\"64px\"},\"t\":{\"v\":\"48px\"},\"m\":{\"v\":\"29px\"}},\"y\":{\"d\":{\"v\":\"349px\",\"e\":true},\"n\":{\"v\":\"288px\"},\"t\":{\"v\":\"218px\"},\"m\":{\"v\":\"134px\"}},\"zIndex\":9,\"position\":\"absolute\"},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":8900,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":8900}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"48\",\"e\":true},\"n\":{\"v\":\"39\"},\"t\":{\"v\":\"29\"},\"m\":{\"v\":\"17\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"53\",\"e\":true},\"n\":{\"v\":\"43\"},\"t\":{\"v\":\"32\"},\"m\":{\"v\":\"19\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.21\"}}','{\"version\":\"6.6.21\"}');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides7`
--

DROP TABLE IF EXISTS `wp_revslider_slides7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_slides7` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(11) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  `static` varchar(191) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides7`
--

LOCK TABLES `wp_revslider_slides7` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides7` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides7` VALUES (1,2,1,'{\"addOns\":[],\"id\":1,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"1\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"color\":\"transparent\"}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"\"},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}','[{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":0,\"alias\":\"Image-0\",\"content\":{\"src\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/this-one-e1618623978660.jpg\",\"lib\":\"medialibrary\",\"lib_id\":3459},\"size\":{\"w\":[\"1205px\",\"1205px\",\"995px\",\"755px\",\"465px\"],\"h\":[\"695px\",\"695px\",\"573px\",\"435px\",\"268px\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"sProp\":true},\"pos\":{\"x\":[\"-4px\",\"-4px\",\"-3px\",\"-2px\",\"-1px\"],\"y\":[\"-1px\",\"-1px\",\"auto\",\"auto\",\"auto\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"type\":\"image\"},{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"Text-1\",\"content\":{\"text\":\"Come worship the God of all Creation!\"},\"size\":{\"w\":[\"1012\",\"1012\",\"835\",\"634\",\"391\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[0,0,\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"78px\",\"78px\",\"64px\",\"48px\",\"29px\"],\"y\":[\"349px\",\"349px\",\"288px\",\"218px\",\"134px\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":8900,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":8900,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"m\":{\"t\":[0,0,0,0,0],\"b\":[0,0,0,0,0],\"l\":[0,0,0,0,0],\"r\":[0,0,0,0,0]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#fff\",\"#fff\",\"#fff\",\"#fff\",\"#fff\"],\"font\":{\"size\":[\"48\",\"48\",\"39\",\"29\",\"17\"],\"weight\":[\"500\",\"500\",\"500\",\"500\",\"500\"],\"ls\":[\"1\",\"1\",0,0,0]},\"lh\":[\"53\",\"53\",\"43\",\"32\",\"19\"],\"type\":\"text\"},{\"rTo\":\"slide\",\"id\":2,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*opacity* Fade In\",\"p\":\"fade\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"adpr\":false,\"in\":{\"o\":0},\"out\":{\"a\":false}}}},\"type\":\"shape\"}]','{\"version\":\"6.7.12\"}',''),(2,2,0,'{\"addOns\":[],\"id\":2,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"oflow\":false,\"global\":true,\"respVP\":true,\"pos\":\"front\",\"fullHeight\":true}','[]','{\"version\":\"6.7.12\"}','1');
/*!40000 ALTER TABLE `wp_revslider_slides7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides_bkp`
--

LOCK TABLES `wp_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides_bkp` VALUES (1,1,1,'{\"background_type\":\"image\",\"title\":\"Slide\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"0\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"2025\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/www.crosspoint-church.com\\/wp-content\\/uploads\\/2017\\/12\\/Christmas-Eve-Banner-1.jpg\"}','[]','\"\"');
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides`
--

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides` VALUES (2,2,'{\"version\":\"6.6.20\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.21\"}');
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides_bkp`
--

LOCK TABLES `wp_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides_bkp` VALUES (1,1,'{\"background_type\":\"trans\"}','','');
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sb_books`
--

DROP TABLE IF EXISTS `wp_sb_books`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_books` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_books`
--

LOCK TABLES `wp_sb_books` WRITE;
/*!40000 ALTER TABLE `wp_sb_books` DISABLE KEYS */;
INSERT INTO `wp_sb_books` VALUES (1,'Genesis'),(2,'Exodus'),(3,'Leviticus'),(4,'Numbers'),(5,'Deuteronomy'),(6,'Joshua'),(7,'Judges'),(8,'Ruth'),(9,'1 Samuel'),(10,'2 Samuel'),(11,'1 Kings'),(12,'2 Kings'),(13,'1 Chronicles'),(14,'2 Chronicles'),(15,'Ezra'),(16,'Nehemiah'),(17,'Esther'),(18,'Job'),(19,'Psalm'),(20,'Proverbs'),(21,'Ecclesiastes'),(22,'Song of Solomon'),(23,'Isaiah'),(24,'Jeremiah'),(25,'Lamentations'),(26,'Ezekiel'),(27,'Daniel'),(28,'Hosea'),(29,'Joel'),(30,'Amos'),(31,'Obadiah'),(32,'Jonah'),(33,'Micah'),(34,'Nahum'),(35,'Habakkuk'),(36,'Zephaniah'),(37,'Haggai'),(38,'Zechariah'),(39,'Malachi'),(40,'Matthew'),(41,'Mark'),(42,'Luke'),(43,'John'),(44,'Acts'),(45,'Romans'),(46,'1 Corinthians'),(47,'2 Corinthians'),(48,'Galatians'),(49,'Ephesians'),(50,'Philippians'),(51,'Colossians'),(52,'1 Thessalonians'),(53,'2 Thessalonians'),(54,'1 Timothy'),(55,'2 Timothy'),(56,'Titus'),(57,'Philemon'),(58,'Hebrews'),(59,'James'),(60,'1 Peter'),(61,'2 Peter'),(62,'1 John'),(63,'2 John'),(64,'3 John'),(65,'Jude'),(66,'Revelation');
/*!40000 ALTER TABLE `wp_sb_books` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sb_books_sermons`
--

DROP TABLE IF EXISTS `wp_sb_books_sermons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_books_sermons` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `book_name` varchar(30) NOT NULL,
  `chapter` int(10) NOT NULL,
  `verse` int(10) NOT NULL,
  `order` int(10) NOT NULL,
  `type` varchar(30) DEFAULT NULL,
  `sermon_id` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sermon_id` (`sermon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_books_sermons`
--

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

--
-- Table structure for table `wp_sb_preachers`
--

DROP TABLE IF EXISTS `wp_sb_preachers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_preachers` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_preachers`
--

LOCK TABLES `wp_sb_preachers` WRITE;
/*!40000 ALTER TABLE `wp_sb_preachers` DISABLE KEYS */;
INSERT INTO `wp_sb_preachers` VALUES (1,'C H Spurgeon','',''),(2,'Martyn Lloyd-Jones','','');
/*!40000 ALTER TABLE `wp_sb_preachers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sb_series`
--

DROP TABLE IF EXISTS `wp_sb_series`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_series` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `page_id` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_series`
--

LOCK TABLES `wp_sb_series` WRITE;
/*!40000 ALTER TABLE `wp_sb_series` DISABLE KEYS */;
INSERT INTO `wp_sb_series` VALUES (1,'Exposition of the Psalms',0),(2,'Exposition of Romans',0);
/*!40000 ALTER TABLE `wp_sb_series` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sb_sermons`
--

DROP TABLE IF EXISTS `wp_sb_sermons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_sermons` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `preacher_id` int(10) NOT NULL,
  `datetime` datetime NOT NULL,
  `service_id` int(10) NOT NULL,
  `series_id` int(10) NOT NULL,
  `start` text NOT NULL,
  `end` text NOT NULL,
  `description` text DEFAULT NULL,
  `time` varchar(5) DEFAULT NULL,
  `override` tinyint(1) DEFAULT NULL,
  `page_id` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_sermons`
--

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

--
-- Table structure for table `wp_sb_sermons_tags`
--

DROP TABLE IF EXISTS `wp_sb_sermons_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_sermons_tags` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `sermon_id` int(10) NOT NULL,
  `tag_id` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sermon_id` (`sermon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_sermons_tags`
--

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

--
-- Table structure for table `wp_sb_services`
--

DROP TABLE IF EXISTS `wp_sb_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_services` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `time` varchar(5) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_services`
--

LOCK TABLES `wp_sb_services` WRITE;
/*!40000 ALTER TABLE `wp_sb_services` DISABLE KEYS */;
INSERT INTO `wp_sb_services` VALUES (1,'Sunday Morning','10:30'),(2,'Sunday Evening','18:00'),(3,'Midweek Meeting','19:00'),(4,'Special event','20:00');
/*!40000 ALTER TABLE `wp_sb_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sb_stuff`
--

DROP TABLE IF EXISTS `wp_sb_stuff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_stuff` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL,
  `name` text NOT NULL,
  `sermon_id` int(10) NOT NULL,
  `count` int(10) NOT NULL,
  `duration` varchar(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_stuff`
--

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

--
-- Table structure for table `wp_sb_tags`
--

DROP TABLE IF EXISTS `wp_sb_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sb_tags` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sb_tags`
--

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

--
-- Table structure for table `wp_sc_attendees`
--

DROP TABLE IF EXISTS `wp_sc_attendees`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sc_attendees` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) NOT NULL DEFAULT '',
  `first_name` varchar(20) NOT NULL DEFAULT '',
  `last_name` varchar(20) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sc_attendees`
--

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

--
-- Table structure for table `wp_sc_discounts`
--

DROP TABLE IF EXISTS `wp_sc_discounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sc_discounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `code` varchar(1000) NOT NULL DEFAULT '',
  `amount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `type` varchar(20) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sc_discounts`
--

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

--
-- Table structure for table `wp_sc_eventmeta`
--

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

--
-- Dumping data for table `wp_sc_eventmeta`
--

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

--
-- Table structure for table `wp_sc_events`
--

DROP TABLE IF EXISTS `wp_sc_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sc_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `object_type` varchar(20) NOT NULL DEFAULT '',
  `object_subtype` varchar(20) NOT NULL DEFAULT '',
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT '',
  `start` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_tz` varchar(20) NOT NULL DEFAULT '',
  `end` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_tz` varchar(20) NOT NULL DEFAULT '',
  `all_day` tinyint(1) NOT NULL DEFAULT 0,
  `recurrence` varchar(20) NOT NULL DEFAULT '',
  `recurrence_interval` bigint(20) unsigned NOT NULL DEFAULT 0,
  `recurrence_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  `recurrence_end` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `recurrence_end_tz` varchar(20) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `object` (`object_id`,`object_type`,`object_subtype`),
  KEY `event_status` (`status`),
  KEY `event_times` (`start`,`end`,`start_tz`,`end_tz`),
  KEY `event_recur` (`recurrence`),
  KEY `event_recur_times` (`recurrence_end`,`recurrence_end_tz`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sc_events`
--

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

--
-- Table structure for table `wp_sc_orders`
--

DROP TABLE IF EXISTS `wp_sc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sc_orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `transaction_id` varchar(100) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT '',
  `currency` varchar(20) NOT NULL DEFAULT '',
  `discount_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `email` varchar(100) NOT NULL DEFAULT '',
  `first_name` varchar(20) NOT NULL DEFAULT '',
  `last_name` varchar(20) NOT NULL DEFAULT '',
  `subtotal` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `discount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `tax` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `total` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `event_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checkout_type` varchar(20) NOT NULL DEFAULT 'core',
  `checkout_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sc_orders`
--

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

--
-- Table structure for table `wp_sc_tickets`
--

DROP TABLE IF EXISTS `wp_sc_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sc_tickets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` varchar(20) NOT NULL DEFAULT '0',
  `event_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attendee_id` bigint(20) unsigned DEFAULT 0,
  `code` varchar(20) NOT NULL DEFAULT '',
  `event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sc_tickets`
--

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

--
-- Table structure for table `wp_sermon_biblebooks`
--

DROP TABLE IF EXISTS `wp_sermon_biblebooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sermon_biblebooks` (
  `id` int(11) NOT NULL,
  `name` varchar(18) NOT NULL,
  PRIMARY KEY (`id`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sermon_biblebooks`
--

LOCK TABLES `wp_sermon_biblebooks` WRITE;
/*!40000 ALTER TABLE `wp_sermon_biblebooks` DISABLE KEYS */;
INSERT INTO `wp_sermon_biblebooks` VALUES (1,'Genesis'),(2,'Exodus'),(3,'Leviticus'),(4,'Numbers'),(5,'Deuteronomy'),(6,'Joshua'),(7,'Judges'),(8,'Ruth'),(9,'1 Samuel'),(10,'2 Samuel'),(11,'1 Kings'),(12,'2 Kings'),(13,'1 Chronicles'),(14,'2 Chronicles'),(15,'Ezra'),(16,'Nehemiah'),(17,'Esther'),(18,'Job'),(19,'Psalms'),(20,'Proverbs'),(21,'Ecclesiastes'),(22,'Song of Solomon'),(23,'Isaiah'),(24,'Jeremiah'),(25,'Lamentations'),(26,'Ezekial'),(27,'Daniel'),(28,'Hosea'),(29,'Joel'),(30,'Amos'),(31,'Obadiah'),(32,'Jonah'),(33,'Micah'),(34,'Nahum'),(35,'Habakkuk'),(36,'Zephaniah'),(37,'Haggai'),(38,'Zechariah'),(39,'Malachi'),(40,'Matthew'),(41,'Mark'),(42,'Luke'),(43,'John'),(44,'Acts'),(45,'Romans'),(46,'1 Corinthians'),(47,'2 Corinthians'),(48,'Galatians'),(49,'Ephesians'),(50,'Philippians'),(51,'Colossians'),(52,'1 Thessalonians'),(53,'2 Thessalonians'),(54,'1 Timothy'),(55,'2 Timothy'),(56,'Titus'),(57,'Philemon'),(58,'Hebrews'),(59,'James'),(60,'1 Peter'),(61,'2 Peter'),(62,'1 John'),(63,'2 John'),(64,'3 John'),(65,'Jude'),(66,'Revelation');
/*!40000 ALTER TABLE `wp_sermon_biblebooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sermon_reference`
--

DROP TABLE IF EXISTS `wp_sermon_reference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sermon_reference` (
  `sermon` int(11) NOT NULL,
  `start` int(11) NOT NULL,
  `end` int(11) NOT NULL,
  PRIMARY KEY (`sermon`,`start`,`end`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sermon_reference`
--

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

--
-- Table structure for table `wp_sermon_thebible`
--

DROP TABLE IF EXISTS `wp_sermon_thebible`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sermon_thebible` (
  `id` int(11) NOT NULL,
  `book` int(11) NOT NULL,
  `chapter` int(11) NOT NULL,
  `verse` int(11) NOT NULL,
  PRIMARY KEY (`id`,`book`,`chapter`,`verse`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sermon_thebible`
--

LOCK TABLES `wp_sermon_thebible` WRITE;
/*!40000 ALTER TABLE `wp_sermon_thebible` DISABLE KEYS */;
INSERT INTO `wp_sermon_thebible` VALUES (1,1,1,1),(2,1,1,2),(3,1,1,3),(4,1,1,4),(5,1,1,5),(6,1,1,6),(7,1,1,7),(8,1,1,8),(9,1,1,9),(10,1,1,10),(11,1,1,11),(12,1,1,12),(13,1,1,13),(14,1,1,14),(15,1,1,15),(16,1,1,16),(17,1,1,17),(18,1,1,18),(19,1,1,19),(20,1,1,20),(21,1,1,21),(22,1,1,22),(23,1,1,23),(24,1,1,24),(25,1,1,25),(26,1,1,26),(27,1,1,27),(28,1,1,28),(29,1,1,29),(30,1,1,30),(31,1,1,31),(32,1,2,1),(33,1,2,2),(34,1,2,3),(35,1,2,4),(36,1,2,5),(37,1,2,6),(38,1,2,7),(39,1,2,8),(40,1,2,9),(41,1,2,10),(42,1,2,11),(43,1,2,12),(44,1,2,13),(45,1,2,14),(46,1,2,15),(47,1,2,16),(48,1,2,17),(49,1,2,18),(50,1,2,19),(51,1,2,20),(52,1,2,21),(53,1,2,22),(54,1,2,23),(55,1,2,24),(56,1,2,25),(57,1,3,1),(58,1,3,2),(59,1,3,3),(60,1,3,4),(61,1,3,5),(62,1,3,6),(63,1,3,7),(64,1,3,8),(65,1,3,9),(66,1,3,10),(67,1,3,11),(68,1,3,12),(69,1,3,13),(70,1,3,14),(71,1,3,15),(72,1,3,16),(73,1,3,17),(74,1,3,18),(75,1,3,19),(76,1,3,20),(77,1,3,21),(78,1,3,22),(79,1,3,23),(80,1,3,24),(81,1,4,1),(82,1,4,2),(83,1,4,3),(84,1,4,4),(85,1,4,5),(86,1,4,6),(87,1,4,7),(88,1,4,8),(89,1,4,9),(90,1,4,10),(91,1,4,11),(92,1,4,12),(93,1,4,13),(94,1,4,14),(95,1,4,15),(96,1,4,16),(97,1,4,17),(98,1,4,18),(99,1,4,19),(100,1,4,20),(101,1,4,21),(102,1,4,22),(103,1,4,23),(104,1,4,24),(105,1,4,25),(106,1,4,26),(107,1,5,1),(108,1,5,2),(109,1,5,3),(110,1,5,4),(111,1,5,5),(112,1,5,6),(113,1,5,7),(114,1,5,8),(115,1,5,9),(116,1,5,10),(117,1,5,11),(118,1,5,12),(119,1,5,13),(120,1,5,14),(121,1,5,15),(122,1,5,16),(123,1,5,17),(124,1,5,18),(125,1,5,19),(126,1,5,20),(127,1,5,21),(128,1,5,22),(129,1,5,23),(130,1,5,24),(131,1,5,25),(132,1,5,26),(133,1,5,27),(134,1,5,28),(135,1,5,29),(136,1,5,30),(137,1,5,31),(138,1,5,32),(139,1,6,1),(140,1,6,2),(141,1,6,3),(142,1,6,4),(143,1,6,5),(144,1,6,6),(145,1,6,7),(146,1,6,8),(147,1,6,9),(148,1,6,10),(149,1,6,11),(150,1,6,12),(151,1,6,13),(152,1,6,14),(153,1,6,15),(154,1,6,16),(155,1,6,17),(156,1,6,18),(157,1,6,19),(158,1,6,20),(159,1,6,21),(160,1,6,22),(161,1,7,1),(162,1,7,2),(163,1,7,3),(164,1,7,4),(165,1,7,5),(166,1,7,6),(167,1,7,7),(168,1,7,8),(169,1,7,9),(170,1,7,10),(171,1,7,11),(172,1,7,12),(173,1,7,13),(174,1,7,14),(175,1,7,15),(176,1,7,16),(177,1,7,17),(178,1,7,18),(179,1,7,19),(180,1,7,20),(181,1,7,21),(182,1,7,22),(183,1,7,23),(184,1,7,24),(185,1,8,1),(186,1,8,2),(187,1,8,3),(188,1,8,4),(189,1,8,5),(190,1,8,6),(191,1,8,7),(192,1,8,8),(193,1,8,9),(194,1,8,10),(195,1,8,11),(196,1,8,12),(197,1,8,13),(198,1,8,14),(199,1,8,15),(200,1,8,16),(201,1,8,17),(202,1,8,18),(203,1,8,19),(204,1,8,20),(205,1,8,21),(206,1,8,22),(207,1,9,1),(208,1,9,2),(209,1,9,3),(210,1,9,4),(211,1,9,5),(212,1,9,6),(213,1,9,7),(214,1,9,8),(215,1,9,9),(216,1,9,10),(217,1,9,11),(218,1,9,12),(219,1,9,13),(220,1,9,14),(221,1,9,15),(222,1,9,16),(223,1,9,17),(224,1,9,18),(225,1,9,19),(226,1,9,20),(227,1,9,21),(228,1,9,22),(229,1,9,23),(230,1,9,24),(231,1,9,25),(232,1,9,26),(233,1,9,27),(234,1,9,28),(235,1,9,29),(236,1,10,1),(237,1,10,2),(238,1,10,3),(239,1,10,4),(240,1,10,5),(241,1,10,6),(242,1,10,7),(243,1,10,8),(244,1,10,9),(245,1,10,10),(246,1,10,11),(247,1,10,12),(248,1,10,13),(249,1,10,14),(250,1,10,15),(251,1,10,16),(252,1,10,17),(253,1,10,18),(254,1,10,19),(255,1,10,20),(256,1,10,21),(257,1,10,22),(258,1,10,23),(259,1,10,24),(260,1,10,25),(261,1,10,26),(262,1,10,27),(263,1,10,28),(264,1,10,29),(265,1,10,30),(266,1,10,31),(267,1,10,32),(268,1,11,1),(269,1,11,2),(270,1,11,3),(271,1,11,4),(272,1,11,5),(273,1,11,6),(274,1,11,7),(275,1,11,8),(276,1,11,9),(277,1,11,10),(278,1,11,11),(279,1,11,12),(280,1,11,13),(281,1,11,14),(282,1,11,15),(283,1,11,16),(284,1,11,17),(285,1,11,18),(286,1,11,19),(287,1,11,20),(288,1,11,21),(289,1,11,22),(290,1,11,23),(291,1,11,24),(292,1,11,25),(293,1,11,26),(294,1,11,27),(295,1,11,28),(296,1,11,29),(297,1,11,30),(298,1,11,31),(299,1,11,32),(300,1,12,1),(301,1,12,2),(302,1,12,3),(303,1,12,4),(304,1,12,5),(305,1,12,6),(306,1,12,7),(307,1,12,8),(308,1,12,9),(309,1,12,10),(310,1,12,11),(311,1,12,12),(312,1,12,13),(313,1,12,14),(314,1,12,15),(315,1,12,16),(316,1,12,17),(317,1,12,18),(318,1,12,19),(319,1,12,20),(320,1,13,1),(321,1,13,2),(322,1,13,3),(323,1,13,4),(324,1,13,5),(325,1,13,6),(326,1,13,7),(327,1,13,8),(328,1,13,9),(329,1,13,10),(330,1,13,11),(331,1,13,12),(332,1,13,13),(333,1,13,14),(334,1,13,15),(335,1,13,16),(336,1,13,17),(337,1,13,18),(338,1,14,1),(339,1,14,2),(340,1,14,3),(341,1,14,4),(342,1,14,5),(343,1,14,6),(344,1,14,7),(345,1,14,8),(346,1,14,9),(347,1,14,10),(348,1,14,11),(349,1,14,12),(350,1,14,13),(351,1,14,14),(352,1,14,15),(353,1,14,16),(354,1,14,17),(355,1,14,18),(356,1,14,19),(357,1,14,20),(358,1,14,21),(359,1,14,22),(360,1,14,23),(361,1,14,24),(362,1,15,1),(363,1,15,2),(364,1,15,3),(365,1,15,4),(366,1,15,5),(367,1,15,6),(368,1,15,7),(369,1,15,8),(370,1,15,9),(371,1,15,10),(372,1,15,11),(373,1,15,12),(374,1,15,13),(375,1,15,14),(376,1,15,15),(377,1,15,16),(378,1,15,17),(379,1,15,18),(380,1,15,19),(381,1,15,20),(382,1,15,21),(383,1,16,1),(384,1,16,2),(385,1,16,3),(386,1,16,4),(387,1,16,5),(388,1,16,6),(389,1,16,7),(390,1,16,8),(391,1,16,9),(392,1,16,10),(393,1,16,11),(394,1,16,12),(395,1,16,13),(396,1,16,14),(397,1,16,15),(398,1,16,16),(399,1,17,1),(400,1,17,2),(401,1,17,3),(402,1,17,4),(403,1,17,5),(404,1,17,6),(405,1,17,7),(406,1,17,8),(407,1,17,9),(408,1,17,10),(409,1,17,11),(410,1,17,12),(411,1,17,13),(412,1,17,14),(413,1,17,15),(414,1,17,16),(415,1,17,17),(416,1,17,18),(417,1,17,19),(418,1,17,20),(419,1,17,21),(420,1,17,22),(421,1,17,23),(422,1,17,24),(423,1,17,25),(424,1,17,26),(425,1,17,27),(426,1,18,1),(427,1,18,2),(428,1,18,3),(429,1,18,4),(430,1,18,5),(431,1,18,6),(432,1,18,7),(433,1,18,8),(434,1,18,9),(435,1,18,10),(436,1,18,11),(437,1,18,12),(438,1,18,13),(439,1,18,14),(440,1,18,15),(441,1,18,16),(442,1,18,17),(443,1,18,18),(444,1,18,19),(445,1,18,20),(446,1,18,21),(447,1,18,22),(448,1,18,23),(449,1,18,24),(450,1,18,25),(451,1,18,26),(452,1,18,27),(453,1,18,28),(454,1,18,29),(455,1,18,30),(456,1,18,31),(457,1,18,32),(458,1,18,33),(459,1,19,1),(460,1,19,2),(461,1,19,3),(462,1,19,4),(463,1,19,5),(464,1,19,6),(465,1,19,7),(466,1,19,8),(467,1,19,9),(468,1,19,10),(469,1,19,11),(470,1,19,12),(471,1,19,13),(472,1,19,14),(473,1,19,15),(474,1,19,16),(475,1,19,17),(476,1,19,18),(477,1,19,19),(478,1,19,20),(479,1,19,21),(480,1,19,22),(481,1,19,23),(482,1,19,24),(483,1,19,25),(484,1,19,26),(485,1,19,27),(486,1,19,28),(487,1,19,29),(488,1,19,30),(489,1,19,31),(490,1,19,32),(491,1,19,33),(492,1,19,34),(493,1,19,35),(494,1,19,36),(495,1,19,37),(496,1,19,38),(497,1,20,1),(498,1,20,2),(499,1,20,3),(500,1,20,4),(501,1,20,5),(502,1,20,6),(503,1,20,7),(504,1,20,8),(505,1,20,9),(506,1,20,10),(507,1,20,11),(508,1,20,12),(509,1,20,13),(510,1,20,14),(511,1,20,15),(512,1,20,16),(513,1,20,17),(514,1,20,18),(515,1,21,1),(516,1,21,2),(517,1,21,3),(518,1,21,4),(519,1,21,5),(520,1,21,6),(521,1,21,7),(522,1,21,8),(523,1,21,9),(524,1,21,10),(525,1,21,11),(526,1,21,12),(527,1,21,13),(528,1,21,14),(529,1,21,15),(530,1,21,16),(531,1,21,17),(532,1,21,18),(533,1,21,19),(534,1,21,20),(535,1,21,21),(536,1,21,22),(537,1,21,23),(538,1,21,24),(539,1,21,25),(540,1,21,26),(541,1,21,27),(542,1,21,28),(543,1,21,29),(544,1,21,30),(545,1,21,31),(546,1,21,32),(547,1,21,33),(548,1,21,34),(549,1,22,1),(550,1,22,2),(551,1,22,3),(552,1,22,4),(553,1,22,5),(554,1,22,6),(555,1,22,7),(556,1,22,8),(557,1,22,9),(558,1,22,10),(559,1,22,11),(560,1,22,12),(561,1,22,13),(562,1,22,14),(563,1,22,15),(564,1,22,16),(565,1,22,17),(566,1,22,18),(567,1,22,19),(568,1,22,20),(569,1,22,21),(570,1,22,22),(571,1,22,23),(572,1,22,24),(573,1,23,1),(574,1,23,2),(575,1,23,3),(576,1,23,4),(577,1,23,5),(578,1,23,6),(579,1,23,7),(580,1,23,8),(581,1,23,9),(582,1,23,10),(583,1,23,11),(584,1,23,12),(585,1,23,13),(586,1,23,14),(587,1,23,15),(588,1,23,16),(589,1,23,17),(590,1,23,18),(591,1,23,19),(592,1,23,20),(593,1,24,1),(594,1,24,2),(595,1,24,3),(596,1,24,4),(597,1,24,5),(598,1,24,6),(599,1,24,7),(600,1,24,8),(601,1,24,9),(602,1,24,10),(603,1,24,11),(604,1,24,12),(605,1,24,13),(606,1,24,14),(607,1,24,15),(608,1,24,16),(609,1,24,17),(610,1,24,18),(611,1,24,19),(612,1,24,20),(613,1,24,21),(614,1,24,22),(615,1,24,23),(616,1,24,24),(617,1,24,25),(618,1,24,26),(619,1,24,27),(620,1,24,28),(621,1,24,29),(622,1,24,30),(623,1,24,31),(624,1,24,32),(625,1,24,33),(626,1,24,34),(627,1,24,35),(628,1,24,36),(629,1,24,37),(630,1,24,38),(631,1,24,39),(632,1,24,40),(633,1,24,41),(634,1,24,42),(635,1,24,43),(636,1,24,44),(637,1,24,45),(638,1,24,46),(639,1,24,47),(640,1,24,48),(641,1,24,49),(642,1,24,50),(643,1,24,51),(644,1,24,52),(645,1,24,53),(646,1,24,54),(647,1,24,55),(648,1,24,56),(649,1,24,57),(650,1,24,58),(651,1,24,59),(652,1,24,60),(653,1,24,61),(654,1,24,62),(655,1,24,63),(656,1,24,64),(657,1,24,65),(658,1,24,66),(659,1,24,67),(660,1,25,1),(661,1,25,2),(662,1,25,3),(663,1,25,4),(664,1,25,5),(665,1,25,6),(666,1,25,7),(667,1,25,8),(668,1,25,9),(669,1,25,10),(670,1,25,11),(671,1,25,12),(672,1,25,13),(673,1,25,14),(674,1,25,15),(675,1,25,16),(676,1,25,17),(677,1,25,18),(678,1,25,19),(679,1,25,20),(680,1,25,21),(681,1,25,22),(682,1,25,23),(683,1,25,24),(684,1,25,25),(685,1,25,26),(686,1,25,27),(687,1,25,28),(688,1,25,29),(689,1,25,30),(690,1,25,31),(691,1,25,32),(692,1,25,33),(693,1,25,34),(694,1,26,1),(695,1,26,2),(696,1,26,3),(697,1,26,4),(698,1,26,5),(699,1,26,6),(700,1,26,7),(701,1,26,8),(702,1,26,9),(703,1,26,10),(704,1,26,11),(705,1,26,12),(706,1,26,13),(707,1,26,14),(708,1,26,15),(709,1,26,16),(710,1,26,17),(711,1,26,18),(712,1,26,19),(713,1,26,20),(714,1,26,21),(715,1,26,22),(716,1,26,23),(717,1,26,24),(718,1,26,25),(719,1,26,26),(720,1,26,27),(721,1,26,28),(722,1,26,29),(723,1,26,30),(724,1,26,31),(725,1,26,32),(726,1,26,33),(727,1,26,34),(728,1,26,35),(729,1,27,1),(730,1,27,2),(731,1,27,3),(732,1,27,4),(733,1,27,5),(734,1,27,6),(735,1,27,7),(736,1,27,8),(737,1,27,9),(738,1,27,10),(739,1,27,11),(740,1,27,12),(741,1,27,13),(742,1,27,14),(743,1,27,15),(744,1,27,16),(745,1,27,17),(746,1,27,18),(747,1,27,19),(748,1,27,20),(749,1,27,21),(750,1,27,22),(751,1,27,23),(752,1,27,24),(753,1,27,25),(754,1,27,26),(755,1,27,27),(756,1,27,28),(757,1,27,29),(758,1,27,30),(759,1,27,31),(760,1,27,32),(761,1,27,33),(762,1,27,34),(763,1,27,35),(764,1,27,36),(765,1,27,37),(766,1,27,38),(767,1,27,39),(768,1,27,40),(769,1,27,41),(770,1,27,42),(771,1,27,43),(772,1,27,44),(773,1,27,45),(774,1,27,46),(775,1,28,1),(776,1,28,2),(777,1,28,3),(778,1,28,4),(779,1,28,5),(780,1,28,6),(781,1,28,7),(782,1,28,8),(783,1,28,9),(784,1,28,10),(785,1,28,11),(786,1,28,12),(787,1,28,13),(788,1,28,14),(789,1,28,15),(790,1,28,16),(791,1,28,17),(792,1,28,18),(793,1,28,19),(794,1,28,20),(795,1,28,21),(796,1,28,22),(797,1,29,1),(798,1,29,2),(799,1,29,3),(800,1,29,4),(801,1,29,5),(802,1,29,6),(803,1,29,7),(804,1,29,8),(805,1,29,9),(806,1,29,10),(807,1,29,11),(808,1,29,12),(809,1,29,13),(810,1,29,14),(811,1,29,15),(812,1,29,16),(813,1,29,17),(814,1,29,18),(815,1,29,19),(816,1,29,20),(817,1,29,21),(818,1,29,22),(819,1,29,23),(820,1,29,24),(821,1,29,25),(822,1,29,26),(823,1,29,27),(824,1,29,28),(825,1,29,29),(826,1,29,30),(827,1,29,31),(828,1,29,32),(829,1,29,33),(830,1,29,34),(831,1,29,35),(832,1,30,1),(833,1,30,2),(834,1,30,3),(835,1,30,4),(836,1,30,5),(837,1,30,6),(838,1,30,7),(839,1,30,8),(840,1,30,9),(841,1,30,10),(842,1,30,11),(843,1,30,12),(844,1,30,13),(845,1,30,14),(846,1,30,15),(847,1,30,16),(848,1,30,17),(849,1,30,18),(850,1,30,19),(851,1,30,20),(852,1,30,21),(853,1,30,22),(854,1,30,23),(855,1,30,24),(856,1,30,25),(857,1,30,26),(858,1,30,27),(859,1,30,28),(860,1,30,29),(861,1,30,30),(862,1,30,31),(863,1,30,32),(864,1,30,33),(865,1,30,34),(866,1,30,35),(867,1,30,36),(868,1,30,37),(869,1,30,38),(870,1,30,39),(871,1,30,40),(872,1,30,41),(873,1,30,42),(874,1,30,43),(875,1,31,1),(876,1,31,2),(877,1,31,3),(878,1,31,4),(879,1,31,5),(880,1,31,6),(881,1,31,7),(882,1,31,8),(883,1,31,9),(884,1,31,10),(885,1,31,11),(886,1,31,12),(887,1,31,13),(888,1,31,14),(889,1,31,15),(890,1,31,16),(891,1,31,17),(892,1,31,18),(893,1,31,19),(894,1,31,20),(895,1,31,21),(896,1,31,22),(897,1,31,23),(898,1,31,24),(899,1,31,25),(900,1,31,26),(901,1,31,27),(902,1,31,28),(903,1,31,29),(904,1,31,30),(905,1,31,31),(906,1,31,32),(907,1,31,33),(908,1,31,34),(909,1,31,35),(910,1,31,36),(911,1,31,37),(912,1,31,38),(913,1,31,39),(914,1,31,40),(915,1,31,41),(916,1,31,42),(917,1,31,43),(918,1,31,44),(919,1,31,45),(920,1,31,46),(921,1,31,47),(922,1,31,48),(923,1,31,49),(924,1,31,50),(925,1,31,51),(926,1,31,52),(927,1,31,53),(928,1,31,54),(929,1,32,1),(930,1,32,2),(931,1,32,3),(932,1,32,4),(933,1,32,5),(934,1,32,6),(935,1,32,7),(936,1,32,8),(937,1,32,9),(938,1,32,10),(939,1,32,11),(940,1,32,12),(941,1,32,13),(942,1,32,14),(943,1,32,15),(944,1,32,16),(945,1,32,17),(946,1,32,18),(947,1,32,19),(948,1,32,20),(949,1,32,21),(950,1,32,22),(951,1,32,23),(952,1,32,24),(953,1,32,25),(954,1,32,26),(955,1,32,27),(956,1,32,28),(957,1,32,29),(958,1,32,30),(959,1,32,31),(960,1,32,32),(961,1,32,33),(962,1,33,1),(963,1,33,2),(964,1,33,3),(965,1,33,4),(966,1,33,5),(967,1,33,6),(968,1,33,7),(969,1,33,8),(970,1,33,9),(971,1,33,10),(972,1,33,11),(973,1,33,12),(974,1,33,13),(975,1,33,14),(976,1,33,15),(977,1,33,16),(978,1,33,17),(979,1,33,18),(980,1,33,19),(981,1,33,20),(982,1,34,1),(983,1,34,2),(984,1,34,3),(985,1,34,4),(986,1,34,5),(987,1,34,6),(988,1,34,7),(989,1,34,8),(990,1,34,9),(991,1,34,10),(992,1,34,11),(993,1,34,12),(994,1,34,13),(995,1,34,14),(996,1,34,15),(997,1,34,16),(998,1,34,17),(999,1,34,18),(1000,1,34,19),(1001,1,34,20),(1002,1,34,21),(1003,1,34,22),(1004,1,34,23),(1005,1,34,24),(1006,1,34,25),(1007,1,34,26),(1008,1,34,27),(1009,1,34,28),(1010,1,34,29),(1011,1,34,30),(1012,1,34,31),(1013,1,35,1),(1014,1,35,2),(1015,1,35,3),(1016,1,35,4),(1017,1,35,5),(1018,1,35,6),(1019,1,35,7),(1020,1,35,8),(1021,1,35,9),(1022,1,35,10),(1023,1,35,11),(1024,1,35,12),(1025,1,35,13),(1026,1,35,14),(1027,1,35,15),(1028,1,35,16),(1029,1,35,17),(1030,1,35,18),(1031,1,35,19),(1032,1,35,20),(1033,1,35,21),(1034,1,35,22),(1035,1,35,23),(1036,1,35,24),(1037,1,35,25),(1038,1,35,26),(1039,1,35,27),(1040,1,35,28),(1041,1,35,29),(1042,1,36,1),(1043,1,36,2),(1044,1,36,3),(1045,1,36,4),(1046,1,36,5),(1047,1,36,6),(1048,1,36,7),(1049,1,36,8),(1050,1,36,9),(1051,1,36,10),(1052,1,36,11),(1053,1,36,12),(1054,1,36,13),(1055,1,36,14),(1056,1,36,15),(1057,1,36,16),(1058,1,36,17),(1059,1,36,18),(1060,1,36,19),(1061,1,36,20),(1062,1,36,21),(1063,1,36,22),(1064,1,36,23),(1065,1,36,24),(1066,1,36,25),(1067,1,36,26),(1068,1,36,27),(1069,1,36,28),(1070,1,36,29),(1071,1,36,30),(1072,1,36,31),(1073,1,36,32),(1074,1,36,33),(1075,1,36,34),(1076,1,36,35),(1077,1,36,36),(1078,1,36,37),(1079,1,36,38),(1080,1,36,39),(1081,1,36,40),(1082,1,36,41),(1083,1,36,42),(1084,1,36,43),(1085,1,37,1),(1086,1,37,2),(1087,1,37,3),(1088,1,37,4),(1089,1,37,5),(1090,1,37,6),(1091,1,37,7),(1092,1,37,8),(1093,1,37,9),(1094,1,37,10),(1095,1,37,11),(1096,1,37,12),(1097,1,37,13),(1098,1,37,14),(1099,1,37,15),(1100,1,37,16),(1101,1,37,17),(1102,1,37,18),(1103,1,37,19),(1104,1,37,20),(1105,1,37,21),(1106,1,37,22),(1107,1,37,23),(1108,1,37,24),(1109,1,37,25),(1110,1,37,26),(1111,1,37,27),(1112,1,37,28),(1113,1,37,29),(1114,1,37,30),(1115,1,37,31),(1116,1,37,32),(1117,1,37,33),(1118,1,37,34),(1119,1,37,35),(1120,1,37,36),(1121,1,38,1),(1122,1,38,2),(1123,1,38,3),(1124,1,38,4),(1125,1,38,5),(1126,1,38,6),(1127,1,38,7),(1128,1,38,8),(1129,1,38,9),(1130,1,38,10),(1131,1,38,11),(1132,1,38,12),(1133,1,38,13),(1134,1,38,14),(1135,1,38,15),(1136,1,38,16),(1137,1,38,17),(1138,1,38,18),(1139,1,38,19),(1140,1,38,20),(1141,1,38,21),(1142,1,38,22),(1143,1,38,23),(1144,1,38,24),(1145,1,38,25),(1146,1,38,26),(1147,1,38,27),(1148,1,38,28),(1149,1,38,29),(1150,1,38,30),(1151,1,39,1),(1152,1,39,2),(1153,1,39,3),(1154,1,39,4),(1155,1,39,5),(1156,1,39,6),(1157,1,39,7),(1158,1,39,8),(1159,1,39,9),(1160,1,39,10),(1161,1,39,11),(1162,1,39,12),(1163,1,39,13),(1164,1,39,14),(1165,1,39,15),(1166,1,39,16),(1167,1,39,17),(1168,1,39,18),(1169,1,39,19),(1170,1,39,20),(1171,1,39,21),(1172,1,39,22),(1173,1,39,23),(1174,1,40,1),(1175,1,40,2),(1176,1,40,3),(1177,1,40,4),(1178,1,40,5),(1179,1,40,6),(1180,1,40,7),(1181,1,40,8),(1182,1,40,9),(1183,1,40,10),(1184,1,40,11),(1185,1,40,12),(1186,1,40,13),(1187,1,40,14),(1188,1,40,15),(1189,1,40,16),(1190,1,40,17),(1191,1,40,18),(1192,1,40,19),(1193,1,40,20),(1194,1,40,21),(1195,1,40,22),(1196,1,40,23),(1197,1,41,1),(1198,1,41,2),(1199,1,41,3),(1200,1,41,4),(1201,1,41,5),(1202,1,41,6),(1203,1,41,7),(1204,1,41,8),(1205,1,41,9),(1206,1,41,10),(1207,1,41,11),(1208,1,41,12),(1209,1,41,13),(1210,1,41,14),(1211,1,41,15),(1212,1,41,16),(1213,1,41,17),(1214,1,41,18),(1215,1,41,19),(1216,1,41,20),(1217,1,41,21),(1218,1,41,22),(1219,1,41,23),(1220,1,41,24),(1221,1,41,25),(1222,1,41,26),(1223,1,41,27),(1224,1,41,28),(1225,1,41,29),(1226,1,41,30),(1227,1,41,31),(1228,1,41,32),(1229,1,41,33),(1230,1,41,34),(1231,1,41,35),(1232,1,41,36),(1233,1,41,37),(1234,1,41,38),(1235,1,41,39),(1236,1,41,40),(1237,1,41,41),(1238,1,41,42),(1239,1,41,43),(1240,1,41,44),(1241,1,41,45),(1242,1,41,46),(1243,1,41,47),(1244,1,41,48),(1245,1,41,49),(1246,1,41,50),(1247,1,41,51),(1248,1,41,52),(1249,1,41,53),(1250,1,41,54),(1251,1,41,55),(1252,1,41,56),(1253,1,41,57),(1254,1,42,1),(1255,1,42,2),(1256,1,42,3),(1257,1,42,4),(1258,1,42,5),(1259,1,42,6),(1260,1,42,7),(1261,1,42,8),(1262,1,42,9),(1263,1,42,10),(1264,1,42,11),(1265,1,42,12),(1266,1,42,13),(1267,1,42,14),(1268,1,42,15),(1269,1,42,16),(1270,1,42,17),(1271,1,42,18),(1272,1,42,19),(1273,1,42,20),(1274,1,42,21),(1275,1,42,22),(1276,1,42,23),(1277,1,42,24),(1278,1,42,25),(1279,1,42,26),(1280,1,42,27),(1281,1,42,28),(1282,1,42,29),(1283,1,42,30),(1284,1,42,31),(1285,1,42,32),(1286,1,42,33),(1287,1,42,34),(1288,1,42,35),(1289,1,42,36),(1290,1,42,37),(1291,1,42,38),(1292,1,43,1),(1293,1,43,2),(1294,1,43,3),(1295,1,43,4),(1296,1,43,5),(1297,1,43,6),(1298,1,43,7),(1299,1,43,8),(1300,1,43,9),(1301,1,43,10),(1302,1,43,11),(1303,1,43,12),(1304,1,43,13),(1305,1,43,14),(1306,1,43,15),(1307,1,43,16),(1308,1,43,17),(1309,1,43,18),(1310,1,43,19),(1311,1,43,20),(1312,1,43,21),(1313,1,43,22),(1314,1,43,23),(1315,1,43,24),(1316,1,43,25),(1317,1,43,26),(1318,1,43,27),(1319,1,43,28),(1320,1,43,29),(1321,1,43,30),(1322,1,43,31),(1323,1,43,32),(1324,1,43,33),(1325,1,43,34),(1326,1,44,1),(1327,1,44,2),(1328,1,44,3),(1329,1,44,4),(1330,1,44,5),(1331,1,44,6),(1332,1,44,7),(1333,1,44,8),(1334,1,44,9),(1335,1,44,10),(1336,1,44,11),(1337,1,44,12),(1338,1,44,13),(1339,1,44,14),(1340,1,44,15),(1341,1,44,16),(1342,1,44,17),(1343,1,44,18),(1344,1,44,19),(1345,1,44,20),(1346,1,44,21),(1347,1,44,22),(1348,1,44,23),(1349,1,44,24),(1350,1,44,25),(1351,1,44,26),(1352,1,44,27),(1353,1,44,28),(1354,1,44,29),(1355,1,44,30),(1356,1,44,31),(1357,1,44,32),(1358,1,44,33),(1359,1,44,34),(1360,1,45,1),(1361,1,45,2),(1362,1,45,3),(1363,1,45,4),(1364,1,45,5),(1365,1,45,6),(1366,1,45,7),(1367,1,45,8),(1368,1,45,9),(1369,1,45,10),(1370,1,45,11),(1371,1,45,12),(1372,1,45,13),(1373,1,45,14),(1374,1,45,15),(1375,1,45,16),(1376,1,45,17),(1377,1,45,18),(1378,1,45,19),(1379,1,45,20),(1380,1,45,21),(1381,1,45,22),(1382,1,45,23),(1383,1,45,24),(1384,1,45,25),(1385,1,45,26),(1386,1,45,27),(1387,1,45,28),(1388,1,46,1),(1389,1,46,2),(1390,1,46,3),(1391,1,46,4),(1392,1,46,5),(1393,1,46,6),(1394,1,46,7),(1395,1,46,8),(1396,1,46,9),(1397,1,46,10),(1398,1,46,11),(1399,1,46,12),(1400,1,46,13),(1401,1,46,14),(1402,1,46,15),(1403,1,46,16),(1404,1,46,17),(1405,1,46,18),(1406,1,46,19),(1407,1,46,20),(1408,1,46,21),(1409,1,46,22),(1410,1,46,23),(1411,1,46,24),(1412,1,46,25),(1413,1,46,26),(1414,1,46,27),(1415,1,46,28),(1416,1,46,29),(1417,1,46,30),(1418,1,46,31),(1419,1,46,32),(1420,1,46,33),(1421,1,46,34),(1422,1,47,1),(1423,1,47,2),(1424,1,47,3),(1425,1,47,4),(1426,1,47,5),(1427,1,47,6),(1428,1,47,7),(1429,1,47,8),(1430,1,47,9),(1431,1,47,10),(1432,1,47,11),(1433,1,47,12),(1434,1,47,13),(1435,1,47,14),(1436,1,47,15),(1437,1,47,16),(1438,1,47,17),(1439,1,47,18),(1440,1,47,19),(1441,1,47,20),(1442,1,47,21),(1443,1,47,22),(1444,1,47,23),(1445,1,47,24),(1446,1,47,25),(1447,1,47,26),(1448,1,47,27),(1449,1,47,28),(1450,1,47,29),(1451,1,47,30),(1452,1,47,31),(1453,1,48,1),(1454,1,48,2),(1455,1,48,3),(1456,1,48,4),(1457,1,48,5),(1458,1,48,6),(1459,1,48,7),(1460,1,48,8),(1461,1,48,9),(1462,1,48,10),(1463,1,48,11),(1464,1,48,12),(1465,1,48,13),(1466,1,48,14),(1467,1,48,15),(1468,1,48,16),(1469,1,48,17),(1470,1,48,18),(1471,1,48,19),(1472,1,48,20),(1473,1,48,21),(1474,1,48,22),(1475,1,49,1),(1476,1,49,2),(1477,1,49,3),(1478,1,49,4),(1479,1,49,5),(1480,1,49,6),(1481,1,49,7),(1482,1,49,8),(1483,1,49,9),(1484,1,49,10),(1485,1,49,11),(1486,1,49,12),(1487,1,49,13),(1488,1,49,14),(1489,1,49,15),(1490,1,49,16),(1491,1,49,17),(1492,1,49,18),(1493,1,49,19),(1494,1,49,20),(1495,1,49,21),(1496,1,49,22),(1497,1,49,23),(1498,1,49,24),(1499,1,49,25),(1500,1,49,26),(1501,1,49,27),(1502,1,49,28),(1503,1,49,29),(1504,1,49,30),(1505,1,49,31),(1506,1,49,32),(1507,1,49,33),(1508,1,50,1),(1509,1,50,2),(1510,1,50,3),(1511,1,50,4),(1512,1,50,5),(1513,1,50,6),(1514,1,50,7),(1515,1,50,8),(1516,1,50,9),(1517,1,50,10),(1518,1,50,11),(1519,1,50,12),(1520,1,50,13),(1521,1,50,14),(1522,1,50,15),(1523,1,50,16),(1524,1,50,17),(1525,1,50,18),(1526,1,50,19),(1527,1,50,20),(1528,1,50,21),(1529,1,50,22),(1530,1,50,23),(1531,1,50,24),(1532,1,50,25),(1533,1,50,26),(1534,2,1,1),(1535,2,1,2),(1536,2,1,3),(1537,2,1,4),(1538,2,1,5),(1539,2,1,6),(1540,2,1,7),(1541,2,1,8),(1542,2,1,9),(1543,2,1,10),(1544,2,1,11),(1545,2,1,12),(1546,2,1,13),(1547,2,1,14),(1548,2,1,15),(1549,2,1,16),(1550,2,1,17),(1551,2,1,18),(1552,2,1,19),(1553,2,1,20),(1554,2,1,21),(1555,2,1,22),(1556,2,2,1),(1557,2,2,2),(1558,2,2,3),(1559,2,2,4),(1560,2,2,5),(1561,2,2,6),(1562,2,2,7),(1563,2,2,8),(1564,2,2,9),(1565,2,2,10),(1566,2,2,11),(1567,2,2,12),(1568,2,2,13),(1569,2,2,14),(1570,2,2,15),(1571,2,2,16),(1572,2,2,17),(1573,2,2,18),(1574,2,2,19),(1575,2,2,20),(1576,2,2,21),(1577,2,2,22),(1578,2,2,23),(1579,2,2,24),(1580,2,2,25),(1581,2,3,1),(1582,2,3,2),(1583,2,3,3),(1584,2,3,4),(1585,2,3,5),(1586,2,3,6),(1587,2,3,7),(1588,2,3,8),(1589,2,3,9),(1590,2,3,10),(1591,2,3,11),(1592,2,3,12),(1593,2,3,13),(1594,2,3,14),(1595,2,3,15),(1596,2,3,16),(1597,2,3,17),(1598,2,3,18),(1599,2,3,19),(1600,2,3,20),(1601,2,3,21),(1602,2,3,22),(1603,2,4,1),(1604,2,4,2),(1605,2,4,3),(1606,2,4,4),(1607,2,4,5),(1608,2,4,6),(1609,2,4,7),(1610,2,4,8),(1611,2,4,9),(1612,2,4,10),(1613,2,4,11),(1614,2,4,12),(1615,2,4,13),(1616,2,4,14),(1617,2,4,15),(1618,2,4,16),(1619,2,4,17),(1620,2,4,18),(1621,2,4,19),(1622,2,4,20),(1623,2,4,21),(1624,2,4,22),(1625,2,4,23),(1626,2,4,24),(1627,2,4,25),(1628,2,4,26),(1629,2,4,27),(1630,2,4,28),(1631,2,4,29),(1632,2,4,30),(1633,2,4,31),(1634,2,5,1),(1635,2,5,2),(1636,2,5,3),(1637,2,5,4),(1638,2,5,5),(1639,2,5,6),(1640,2,5,7),(1641,2,5,8),(1642,2,5,9),(1643,2,5,10),(1644,2,5,11),(1645,2,5,12),(1646,2,5,13),(1647,2,5,14),(1648,2,5,15),(1649,2,5,16),(1650,2,5,17),(1651,2,5,18),(1652,2,5,19),(1653,2,5,20),(1654,2,5,21),(1655,2,5,22),(1656,2,5,23),(1657,2,6,1),(1658,2,6,2),(1659,2,6,3),(1660,2,6,4),(1661,2,6,5),(1662,2,6,6),(1663,2,6,7),(1664,2,6,8),(1665,2,6,9),(1666,2,6,10),(1667,2,6,11),(1668,2,6,12),(1669,2,6,13),(1670,2,6,14),(1671,2,6,15),(1672,2,6,16),(1673,2,6,17),(1674,2,6,18),(1675,2,6,19),(1676,2,6,20),(1677,2,6,21),(1678,2,6,22),(1679,2,6,23),(1680,2,6,24),(1681,2,6,25),(1682,2,6,26),(1683,2,6,27),(1684,2,6,28),(1685,2,6,29),(1686,2,6,30),(1687,2,7,1),(1688,2,7,2),(1689,2,7,3),(1690,2,7,4),(1691,2,7,5),(1692,2,7,6),(1693,2,7,7),(1694,2,7,8),(1695,2,7,9),(1696,2,7,10),(1697,2,7,11),(1698,2,7,12),(1699,2,7,13),(1700,2,7,14),(1701,2,7,15),(1702,2,7,16),(1703,2,7,17),(1704,2,7,18),(1705,2,7,19),(1706,2,7,20),(1707,2,7,21),(1708,2,7,22),(1709,2,7,23),(1710,2,7,24),(1711,2,7,25),(1712,2,7,26),(1713,2,7,27),(1714,2,7,28),(1715,2,7,29),(1716,2,8,1),(1717,2,8,2),(1718,2,8,3),(1719,2,8,4),(1720,2,8,5),(1721,2,8,6),(1722,2,8,7),(1723,2,8,8),(1724,2,8,9),(1725,2,8,10),(1726,2,8,11),(1727,2,8,12),(1728,2,8,13),(1729,2,8,14),(1730,2,8,15),(1731,2,8,16),(1732,2,8,17),(1733,2,8,18),(1734,2,8,19),(1735,2,8,20),(1736,2,8,21),(1737,2,8,22),(1738,2,8,23),(1739,2,8,24),(1740,2,8,25),(1741,2,8,26),(1742,2,8,27),(1743,2,8,28),(1744,2,9,1),(1745,2,9,2),(1746,2,9,3),(1747,2,9,4),(1748,2,9,5),(1749,2,9,6),(1750,2,9,7),(1751,2,9,8),(1752,2,9,9),(1753,2,9,10),(1754,2,9,11),(1755,2,9,12),(1756,2,9,13),(1757,2,9,14),(1758,2,9,15),(1759,2,9,16),(1760,2,9,17),(1761,2,9,18),(1762,2,9,19),(1763,2,9,20),(1764,2,9,21),(1765,2,9,22),(1766,2,9,23),(1767,2,9,24),(1768,2,9,25),(1769,2,9,26),(1770,2,9,27),(1771,2,9,28),(1772,2,9,29),(1773,2,9,30),(1774,2,9,31),(1775,2,9,32),(1776,2,9,33),(1777,2,9,34),(1778,2,9,35),(1779,2,10,1),(1780,2,10,2),(1781,2,10,3),(1782,2,10,4),(1783,2,10,5),(1784,2,10,6),(1785,2,10,7),(1786,2,10,8),(1787,2,10,9),(1788,2,10,10),(1789,2,10,11),(1790,2,10,12),(1791,2,10,13),(1792,2,10,14),(1793,2,10,15),(1794,2,10,16),(1795,2,10,17),(1796,2,10,18),(1797,2,10,19),(1798,2,10,20),(1799,2,10,21),(1800,2,10,22),(1801,2,10,23),(1802,2,10,24),(1803,2,10,25),(1804,2,10,26),(1805,2,10,27),(1806,2,10,28),(1807,2,10,29),(1808,2,11,1),(1809,2,11,2),(1810,2,11,3),(1811,2,11,4),(1812,2,11,5),(1813,2,11,6),(1814,2,11,7),(1815,2,11,8),(1816,2,11,9),(1817,2,11,10),(1818,2,12,1),(1819,2,12,2),(1820,2,12,3),(1821,2,12,4),(1822,2,12,5),(1823,2,12,6),(1824,2,12,7),(1825,2,12,8),(1826,2,12,9),(1827,2,12,10),(1828,2,12,11),(1829,2,12,12),(1830,2,12,13),(1831,2,12,14),(1832,2,12,15),(1833,2,12,16),(1834,2,12,17),(1835,2,12,18),(1836,2,12,19),(1837,2,12,20),(1838,2,12,21),(1839,2,12,22),(1840,2,12,23),(1841,2,12,24),(1842,2,12,25),(1843,2,12,26),(1844,2,12,27),(1845,2,12,28),(1846,2,12,29),(1847,2,12,30),(1848,2,12,31),(1849,2,12,32),(1850,2,12,33),(1851,2,12,34),(1852,2,12,35),(1853,2,12,36),(1854,2,12,37),(1855,2,12,38),(1856,2,12,39),(1857,2,12,40),(1858,2,12,41),(1859,2,12,42),(1860,2,12,43),(1861,2,12,44),(1862,2,12,45),(1863,2,12,46),(1864,2,12,47),(1865,2,12,48),(1866,2,12,49),(1867,2,12,50),(1868,2,12,51),(1869,2,13,1),(1870,2,13,2),(1871,2,13,3),(1872,2,13,4),(1873,2,13,5),(1874,2,13,6),(1875,2,13,7),(1876,2,13,8),(1877,2,13,9),(1878,2,13,10),(1879,2,13,11),(1880,2,13,12),(1881,2,13,13),(1882,2,13,14),(1883,2,13,15),(1884,2,13,16),(1885,2,13,17),(1886,2,13,18),(1887,2,13,19),(1888,2,13,20),(1889,2,13,21),(1890,2,13,22),(1891,2,14,1),(1892,2,14,2),(1893,2,14,3),(1894,2,14,4),(1895,2,14,5),(1896,2,14,6),(1897,2,14,7),(1898,2,14,8),(1899,2,14,9),(1900,2,14,10),(1901,2,14,11),(1902,2,14,12),(1903,2,14,13),(1904,2,14,14),(1905,2,14,15),(1906,2,14,16),(1907,2,14,17),(1908,2,14,18),(1909,2,14,19),(1910,2,14,20),(1911,2,14,21),(1912,2,14,22),(1913,2,14,23),(1914,2,14,24),(1915,2,14,25),(1916,2,14,26),(1917,2,14,27),(1918,2,14,28),(1919,2,14,29),(1920,2,14,30),(1921,2,14,31),(1922,2,15,1),(1923,2,15,2),(1924,2,15,3),(1925,2,15,4),(1926,2,15,5),(1927,2,15,6),(1928,2,15,7),(1929,2,15,8),(1930,2,15,9),(1931,2,15,10),(1932,2,15,11),(1933,2,15,12),(1934,2,15,13),(1935,2,15,14),(1936,2,15,15),(1937,2,15,16),(1938,2,15,17),(1939,2,15,18),(1940,2,15,19),(1941,2,15,20),(1942,2,15,21),(1943,2,15,22),(1944,2,15,23),(1945,2,15,24),(1946,2,15,25),(1947,2,15,26),(1948,2,15,27),(1949,2,16,1),(1950,2,16,2),(1951,2,16,3),(1952,2,16,4),(1953,2,16,5),(1954,2,16,6),(1955,2,16,7),(1956,2,16,8),(1957,2,16,9),(1958,2,16,10),(1959,2,16,11),(1960,2,16,12),(1961,2,16,13),(1962,2,16,14),(1963,2,16,15),(1964,2,16,16),(1965,2,16,17),(1966,2,16,18),(1967,2,16,19),(1968,2,16,20),(1969,2,16,21),(1970,2,16,22),(1971,2,16,23),(1972,2,16,24),(1973,2,16,25),(1974,2,16,26),(1975,2,16,27),(1976,2,16,28),(1977,2,16,29),(1978,2,16,30),(1979,2,16,31),(1980,2,16,32),(1981,2,16,33),(1982,2,16,34),(1983,2,16,35),(1984,2,16,36),(1985,2,17,1),(1986,2,17,2),(1987,2,17,3),(1988,2,17,4),(1989,2,17,5),(1990,2,17,6),(1991,2,17,7),(1992,2,17,8),(1993,2,17,9),(1994,2,17,10),(1995,2,17,11),(1996,2,17,12),(1997,2,17,13),(1998,2,17,14),(1999,2,17,15),(2000,2,17,16),(2001,2,18,1),(2002,2,18,2),(2003,2,18,3),(2004,2,18,4),(2005,2,18,5),(2006,2,18,6),(2007,2,18,7),(2008,2,18,8),(2009,2,18,9),(2010,2,18,10),(2011,2,18,11),(2012,2,18,12),(2013,2,18,13),(2014,2,18,14),(2015,2,18,15),(2016,2,18,16),(2017,2,18,17),(2018,2,18,18),(2019,2,18,19),(2020,2,18,20),(2021,2,18,21),(2022,2,18,22),(2023,2,18,23),(2024,2,18,24),(2025,2,18,25),(2026,2,18,26),(2027,2,18,27),(2028,2,19,1),(2029,2,19,2),(2030,2,19,3),(2031,2,19,4),(2032,2,19,5),(2033,2,19,6),(2034,2,19,7),(2035,2,19,8),(2036,2,19,9),(2037,2,19,10),(2038,2,19,11),(2039,2,19,12),(2040,2,19,13),(2041,2,19,14),(2042,2,19,15),(2043,2,19,16),(2044,2,19,17),(2045,2,19,18),(2046,2,19,19),(2047,2,19,20),(2048,2,19,21),(2049,2,19,22),(2050,2,19,23),(2051,2,19,24),(2052,2,19,25),(2053,2,20,1),(2054,2,20,2),(2055,2,20,3),(2056,2,20,4),(2057,2,20,5),(2058,2,20,6),(2059,2,20,7),(2060,2,20,8),(2061,2,20,9),(2062,2,20,10),(2063,2,20,11),(2064,2,20,12),(2065,2,20,13),(2066,2,20,14),(2067,2,20,15),(2068,2,20,16),(2069,2,20,17),(2070,2,20,18),(2071,2,20,19),(2072,2,20,20),(2073,2,20,21),(2074,2,20,22),(2075,2,20,23),(2076,2,20,24),(2077,2,20,25),(2078,2,20,26),(2079,2,21,1),(2080,2,21,2),(2081,2,21,3),(2082,2,21,4),(2083,2,21,5),(2084,2,21,6),(2085,2,21,7),(2086,2,21,8),(2087,2,21,9),(2088,2,21,10),(2089,2,21,11),(2090,2,21,12),(2091,2,21,13),(2092,2,21,14),(2093,2,21,15),(2094,2,21,16),(2095,2,21,17),(2096,2,21,18),(2097,2,21,19),(2098,2,21,20),(2099,2,21,21),(2100,2,21,22),(2101,2,21,23),(2102,2,21,24),(2103,2,21,25),(2104,2,21,26),(2105,2,21,27),(2106,2,21,28),(2107,2,21,29),(2108,2,21,30),(2109,2,21,31),(2110,2,21,32),(2111,2,21,33),(2112,2,21,34),(2113,2,21,35),(2114,2,21,36),(2115,2,21,37),(2116,2,22,1),(2117,2,22,2),(2118,2,22,3),(2119,2,22,4),(2120,2,22,5),(2121,2,22,6),(2122,2,22,7),(2123,2,22,8),(2124,2,22,9),(2125,2,22,10),(2126,2,22,11),(2127,2,22,12),(2128,2,22,13),(2129,2,22,14),(2130,2,22,15),(2131,2,22,16),(2132,2,22,17),(2133,2,22,18),(2134,2,22,19),(2135,2,22,20),(2136,2,22,21),(2137,2,22,22),(2138,2,22,23),(2139,2,22,24),(2140,2,22,25),(2141,2,22,26),(2142,2,22,27),(2143,2,22,28),(2144,2,22,29),(2145,2,22,30),(2146,2,23,1),(2147,2,23,2),(2148,2,23,3),(2149,2,23,4),(2150,2,23,5),(2151,2,23,6),(2152,2,23,7),(2153,2,23,8),(2154,2,23,9),(2155,2,23,10),(2156,2,23,11),(2157,2,23,12),(2158,2,23,13),(2159,2,23,14),(2160,2,23,15),(2161,2,23,16),(2162,2,23,17),(2163,2,23,18),(2164,2,23,19),(2165,2,23,20),(2166,2,23,21),(2167,2,23,22),(2168,2,23,23),(2169,2,23,24),(2170,2,23,25),(2171,2,23,26),(2172,2,23,27),(2173,2,23,28),(2174,2,23,29),(2175,2,23,30),(2176,2,23,31),(2177,2,23,32),(2178,2,23,33),(2179,2,24,1),(2180,2,24,2),(2181,2,24,3),(2182,2,24,4),(2183,2,24,5),(2184,2,24,6),(2185,2,24,7),(2186,2,24,8),(2187,2,24,9),(2188,2,24,10),(2189,2,24,11),(2190,2,24,12),(2191,2,24,13),(2192,2,24,14),(2193,2,24,15),(2194,2,24,16),(2195,2,24,17),(2196,2,24,18),(2197,2,25,1),(2198,2,25,2),(2199,2,25,3),(2200,2,25,4),(2201,2,25,5),(2202,2,25,6),(2203,2,25,7),(2204,2,25,8),(2205,2,25,9),(2206,2,25,10),(2207,2,25,11),(2208,2,25,12),(2209,2,25,13),(2210,2,25,14),(2211,2,25,15),(2212,2,25,16),(2213,2,25,17),(2214,2,25,18),(2215,2,25,19),(2216,2,25,20),(2217,2,25,21),(2218,2,25,22),(2219,2,25,23),(2220,2,25,24),(2221,2,25,25),(2222,2,25,26),(2223,2,25,27),(2224,2,25,28),(2225,2,25,29),(2226,2,25,30),(2227,2,25,31),(2228,2,25,32),(2229,2,25,33),(2230,2,25,34),(2231,2,25,35),(2232,2,25,36),(2233,2,25,37),(2234,2,25,38),(2235,2,25,39),(2236,2,25,40),(2237,2,26,1),(2238,2,26,2),(2239,2,26,3),(2240,2,26,4),(2241,2,26,5),(2242,2,26,6),(2243,2,26,7),(2244,2,26,8),(2245,2,26,9),(2246,2,26,10),(2247,2,26,11),(2248,2,26,12),(2249,2,26,13),(2250,2,26,14),(2251,2,26,15),(2252,2,26,16),(2253,2,26,17),(2254,2,26,18),(2255,2,26,19),(2256,2,26,20),(2257,2,26,21),(2258,2,26,22),(2259,2,26,23),(2260,2,26,24),(2261,2,26,25),(2262,2,26,26),(2263,2,26,27),(2264,2,26,28),(2265,2,26,29),(2266,2,26,30),(2267,2,26,31),(2268,2,26,32),(2269,2,26,33),(2270,2,26,34),(2271,2,26,35),(2272,2,26,36),(2273,2,26,37),(2274,2,27,1),(2275,2,27,2),(2276,2,27,3),(2277,2,27,4),(2278,2,27,5),(2279,2,27,6),(2280,2,27,7),(2281,2,27,8),(2282,2,27,9),(2283,2,27,10),(2284,2,27,11),(2285,2,27,12),(2286,2,27,13),(2287,2,27,14),(2288,2,27,15),(2289,2,27,16),(2290,2,27,17),(2291,2,27,18),(2292,2,27,19),(2293,2,27,20),(2294,2,27,21),(2295,2,28,1),(2296,2,28,2),(2297,2,28,3),(2298,2,28,4),(2299,2,28,5),(2300,2,28,6),(2301,2,28,7),(2302,2,28,8),(2303,2,28,9),(2304,2,28,10),(2305,2,28,11),(2306,2,28,12),(2307,2,28,13),(2308,2,28,14),(2309,2,28,15),(2310,2,28,16),(2311,2,28,17),(2312,2,28,18),(2313,2,28,19),(2314,2,28,20),(2315,2,28,21),(2316,2,28,22),(2317,2,28,23),(2318,2,28,24),(2319,2,28,25),(2320,2,28,26),(2321,2,28,27),(2322,2,28,28),(2323,2,28,29),(2324,2,28,30),(2325,2,28,31),(2326,2,28,32),(2327,2,28,33),(2328,2,28,34),(2329,2,28,35),(2330,2,28,36),(2331,2,28,37),(2332,2,28,38),(2333,2,28,39),(2334,2,28,40),(2335,2,28,41),(2336,2,28,42),(2337,2,28,43),(2338,2,29,1),(2339,2,29,2),(2340,2,29,3),(2341,2,29,4),(2342,2,29,5),(2343,2,29,6),(2344,2,29,7),(2345,2,29,8),(2346,2,29,9),(2347,2,29,10),(2348,2,29,11),(2349,2,29,12),(2350,2,29,13),(2351,2,29,14),(2352,2,29,15),(2353,2,29,16),(2354,2,29,17),(2355,2,29,18),(2356,2,29,19),(2357,2,29,20),(2358,2,29,21),(2359,2,29,22),(2360,2,29,23),(2361,2,29,24),(2362,2,29,25),(2363,2,29,26),(2364,2,29,27),(2365,2,29,28),(2366,2,29,29),(2367,2,29,30),(2368,2,29,31),(2369,2,29,32),(2370,2,29,33),(2371,2,29,34),(2372,2,29,35),(2373,2,29,36),(2374,2,29,37),(2375,2,29,38),(2376,2,29,39),(2377,2,29,40),(2378,2,29,41),(2379,2,29,42),(2380,2,29,43),(2381,2,29,44),(2382,2,29,45),(2383,2,29,46),(2384,2,30,1),(2385,2,30,2),(2386,2,30,3),(2387,2,30,4),(2388,2,30,5),(2389,2,30,6),(2390,2,30,7),(2391,2,30,8),(2392,2,30,9),(2393,2,30,10),(2394,2,30,11),(2395,2,30,12),(2396,2,30,13),(2397,2,30,14),(2398,2,30,15),(2399,2,30,16),(2400,2,30,17),(2401,2,30,18),(2402,2,30,19),(2403,2,30,20),(2404,2,30,21),(2405,2,30,22),(2406,2,30,23),(2407,2,30,24),(2408,2,30,25),(2409,2,30,26),(2410,2,30,27),(2411,2,30,28),(2412,2,30,29),(2413,2,30,30),(2414,2,30,31),(2415,2,30,32),(2416,2,30,33),(2417,2,30,34),(2418,2,30,35),(2419,2,30,36),(2420,2,30,37),(2421,2,30,38),(2422,2,31,1),(2423,2,31,2),(2424,2,31,3),(2425,2,31,4),(2426,2,31,5),(2427,2,31,6),(2428,2,31,7),(2429,2,31,8),(2430,2,31,9),(2431,2,31,10),(2432,2,31,11),(2433,2,31,12),(2434,2,31,13),(2435,2,31,14),(2436,2,31,15),(2437,2,31,16),(2438,2,31,17),(2439,2,31,18),(2440,2,32,1),(2441,2,32,2),(2442,2,32,3),(2443,2,32,4),(2444,2,32,5),(2445,2,32,6),(2446,2,32,7),(2447,2,32,8),(2448,2,32,9),(2449,2,32,10),(2450,2,32,11),(2451,2,32,12),(2452,2,32,13),(2453,2,32,14),(2454,2,32,15),(2455,2,32,16),(2456,2,32,17),(2457,2,32,18),(2458,2,32,19),(2459,2,32,20),(2460,2,32,21),(2461,2,32,22),(2462,2,32,23),(2463,2,32,24),(2464,2,32,25),(2465,2,32,26),(2466,2,32,27),(2467,2,32,28),(2468,2,32,29),(2469,2,32,30),(2470,2,32,31),(2471,2,32,32),(2472,2,32,33),(2473,2,32,34),(2474,2,32,35),(2475,2,33,1),(2476,2,33,2),(2477,2,33,3),(2478,2,33,4),(2479,2,33,5),(2480,2,33,6),(2481,2,33,7),(2482,2,33,8),(2483,2,33,9),(2484,2,33,10),(2485,2,33,11),(2486,2,33,12),(2487,2,33,13),(2488,2,33,14),(2489,2,33,15),(2490,2,33,16),(2491,2,33,17),(2492,2,33,18),(2493,2,33,19),(2494,2,33,20),(2495,2,33,21),(2496,2,33,22),(2497,2,33,23),(2498,2,34,1),(2499,2,34,2),(2500,2,34,3),(2501,2,34,4),(2502,2,34,5),(2503,2,34,6),(2504,2,34,7),(2505,2,34,8),(2506,2,34,9),(2507,2,34,10),(2508,2,34,11),(2509,2,34,12),(2510,2,34,13),(2511,2,34,14),(2512,2,34,15),(2513,2,34,16),(2514,2,34,17),(2515,2,34,18),(2516,2,34,19),(2517,2,34,20),(2518,2,34,21),(2519,2,34,22),(2520,2,34,23),(2521,2,34,24),(2522,2,34,25),(2523,2,34,26),(2524,2,34,27),(2525,2,34,28),(2526,2,34,29),(2527,2,34,30),(2528,2,34,31),(2529,2,34,32),(2530,2,34,33),(2531,2,34,34),(2532,2,34,35),(2533,2,35,1),(2534,2,35,2),(2535,2,35,3),(2536,2,35,4),(2537,2,35,5),(2538,2,35,6),(2539,2,35,7),(2540,2,35,8),(2541,2,35,9),(2542,2,35,10),(2543,2,35,11),(2544,2,35,12),(2545,2,35,13),(2546,2,35,14),(2547,2,35,15),(2548,2,35,16),(2549,2,35,17),(2550,2,35,18),(2551,2,35,19),(2552,2,35,20),(2553,2,35,21),(2554,2,35,22),(2555,2,35,23),(2556,2,35,24),(2557,2,35,25),(2558,2,35,26),(2559,2,35,27),(2560,2,35,28),(2561,2,35,29),(2562,2,35,30),(2563,2,35,31),(2564,2,35,32),(2565,2,35,33),(2566,2,35,34),(2567,2,35,35),(2568,2,36,1),(2569,2,36,2),(2570,2,36,3),(2571,2,36,4),(2572,2,36,5),(2573,2,36,6),(2574,2,36,7),(2575,2,36,8),(2576,2,36,9),(2577,2,36,10),(2578,2,36,11),(2579,2,36,12),(2580,2,36,13),(2581,2,36,14),(2582,2,36,15),(2583,2,36,16),(2584,2,36,17),(2585,2,36,18),(2586,2,36,19),(2587,2,36,20),(2588,2,36,21),(2589,2,36,22),(2590,2,36,23),(2591,2,36,24),(2592,2,36,25),(2593,2,36,26),(2594,2,36,27),(2595,2,36,28),(2596,2,36,29),(2597,2,36,30),(2598,2,36,31),(2599,2,36,32),(2600,2,36,33),(2601,2,36,34),(2602,2,36,35),(2603,2,36,36),(2604,2,36,37),(2605,2,36,38),(2606,2,37,1),(2607,2,37,2),(2608,2,37,3),(2609,2,37,4),(2610,2,37,5),(2611,2,37,6),(2612,2,37,7),(2613,2,37,8),(2614,2,37,9),(2615,2,37,10),(2616,2,37,11),(2617,2,37,12),(2618,2,37,13),(2619,2,37,14),(2620,2,37,15),(2621,2,37,16),(2622,2,37,17),(2623,2,37,18),(2624,2,37,19),(2625,2,37,20),(2626,2,37,21),(2627,2,37,22),(2628,2,37,23),(2629,2,37,24),(2630,2,37,25),(2631,2,37,26),(2632,2,37,27),(2633,2,37,28),(2634,2,37,29),(2635,2,38,1),(2636,2,38,2),(2637,2,38,3),(2638,2,38,4),(2639,2,38,5),(2640,2,38,6),(2641,2,38,7),(2642,2,38,8),(2643,2,38,9),(2644,2,38,10),(2645,2,38,11),(2646,2,38,12),(2647,2,38,13),(2648,2,38,14),(2649,2,38,15),(2650,2,38,16),(2651,2,38,17),(2652,2,38,18),(2653,2,38,19),(2654,2,38,20),(2655,2,38,21),(2656,2,38,22),(2657,2,38,23),(2658,2,38,24),(2659,2,38,25),(2660,2,38,26),(2661,2,38,27),(2662,2,38,28),(2663,2,38,29),(2664,2,38,30),(2665,2,38,31),(2666,2,39,1),(2667,2,39,2),(2668,2,39,3),(2669,2,39,4),(2670,2,39,5),(2671,2,39,6),(2672,2,39,7),(2673,2,39,8),(2674,2,39,9),(2675,2,39,10),(2676,2,39,11),(2677,2,39,12),(2678,2,39,13),(2679,2,39,14),(2680,2,39,15),(2681,2,39,16),(2682,2,39,17),(2683,2,39,18),(2684,2,39,19),(2685,2,39,20),(2686,2,39,21),(2687,2,39,22),(2688,2,39,23),(2689,2,39,24),(2690,2,39,25),(2691,2,39,26),(2692,2,39,27),(2693,2,39,28),(2694,2,39,29),(2695,2,39,30),(2696,2,39,31),(2697,2,39,32),(2698,2,39,33),(2699,2,39,34),(2700,2,39,35),(2701,2,39,36),(2702,2,39,37),(2703,2,39,38),(2704,2,39,39),(2705,2,39,40),(2706,2,39,41),(2707,2,39,42),(2708,2,39,43),(2709,2,40,1),(2710,2,40,2),(2711,2,40,3),(2712,2,40,4),(2713,2,40,5),(2714,2,40,6),(2715,2,40,7),(2716,2,40,8),(2717,2,40,9),(2718,2,40,10),(2719,2,40,11),(2720,2,40,12),(2721,2,40,13),(2722,2,40,14),(2723,2,40,15),(2724,2,40,16),(2725,2,40,17),(2726,2,40,18),(2727,2,40,19),(2728,2,40,20),(2729,2,40,21),(2730,2,40,22),(2731,2,40,23),(2732,2,40,24),(2733,2,40,25),(2734,2,40,26),(2735,2,40,27),(2736,2,40,28),(2737,2,40,29),(2738,2,40,30),(2739,2,40,31),(2740,2,40,32),(2741,2,40,33),(2742,2,40,34),(2743,2,40,35),(2744,2,40,36),(2745,2,40,37),(2746,2,40,38),(2747,3,1,1),(2748,3,1,2),(2749,3,1,3),(2750,3,1,4),(2751,3,1,5),(2752,3,1,6),(2753,3,1,7),(2754,3,1,8),(2755,3,1,9),(2756,3,1,10),(2757,3,1,11),(2758,3,1,12),(2759,3,1,13),(2760,3,1,14),(2761,3,1,15),(2762,3,1,16),(2763,3,1,17),(2764,3,2,1),(2765,3,2,2),(2766,3,2,3),(2767,3,2,4),(2768,3,2,5),(2769,3,2,6),(2770,3,2,7),(2771,3,2,8),(2772,3,2,9),(2773,3,2,10),(2774,3,2,11),(2775,3,2,12),(2776,3,2,13),(2777,3,2,14),(2778,3,2,15),(2779,3,2,16),(2780,3,3,1),(2781,3,3,2),(2782,3,3,3),(2783,3,3,4),(2784,3,3,5),(2785,3,3,6),(2786,3,3,7),(2787,3,3,8),(2788,3,3,9),(2789,3,3,10),(2790,3,3,11),(2791,3,3,12),(2792,3,3,13),(2793,3,3,14),(2794,3,3,15),(2795,3,3,16),(2796,3,3,17),(2797,3,4,1),(2798,3,4,2),(2799,3,4,3),(2800,3,4,4),(2801,3,4,5),(2802,3,4,6),(2803,3,4,7),(2804,3,4,8),(2805,3,4,9),(2806,3,4,10),(2807,3,4,11),(2808,3,4,12),(2809,3,4,13),(2810,3,4,14),(2811,3,4,15),(2812,3,4,16),(2813,3,4,17),(2814,3,4,18),(2815,3,4,19),(2816,3,4,20),(2817,3,4,21),(2818,3,4,22),(2819,3,4,23),(2820,3,4,24),(2821,3,4,25),(2822,3,4,26),(2823,3,4,27),(2824,3,4,28),(2825,3,4,29),(2826,3,4,30),(2827,3,4,31),(2828,3,4,32),(2829,3,4,33),(2830,3,4,34),(2831,3,4,35),(2832,3,5,1),(2833,3,5,2),(2834,3,5,3),(2835,3,5,4),(2836,3,5,5),(2837,3,5,6),(2838,3,5,7),(2839,3,5,8),(2840,3,5,9),(2841,3,5,10),(2842,3,5,11),(2843,3,5,12),(2844,3,5,13),(2845,3,5,14),(2846,3,5,15),(2847,3,5,16),(2848,3,5,17),(2849,3,5,18),(2850,3,5,19),(2851,3,5,20),(2852,3,5,21),(2853,3,5,22),(2854,3,5,23),(2855,3,5,24),(2856,3,5,25),(2857,3,5,26),(2858,3,6,1),(2859,3,6,2),(2860,3,6,3),(2861,3,6,4),(2862,3,6,5),(2863,3,6,6),(2864,3,6,7),(2865,3,6,8),(2866,3,6,9),(2867,3,6,10),(2868,3,6,11),(2869,3,6,12),(2870,3,6,13),(2871,3,6,14),(2872,3,6,15),(2873,3,6,16),(2874,3,6,17),(2875,3,6,18),(2876,3,6,19),(2877,3,6,20),(2878,3,6,21),(2879,3,6,22),(2880,3,6,23),(2881,3,7,1),(2882,3,7,2),(2883,3,7,3),(2884,3,7,4),(2885,3,7,5),(2886,3,7,6),(2887,3,7,7),(2888,3,7,8),(2889,3,7,9),(2890,3,7,10),(2891,3,7,11),(2892,3,7,12),(2893,3,7,13),(2894,3,7,14),(2895,3,7,15),(2896,3,7,16),(2897,3,7,17),(2898,3,7,18),(2899,3,7,19),(2900,3,7,20),(2901,3,7,21),(2902,3,7,22),(2903,3,7,23),(2904,3,7,24),(2905,3,7,25),(2906,3,7,26),(2907,3,7,27),(2908,3,7,28),(2909,3,7,29),(2910,3,7,30),(2911,3,7,31),(2912,3,7,32),(2913,3,7,33),(2914,3,7,34),(2915,3,7,35),(2916,3,7,36),(2917,3,7,37),(2918,3,7,38),(2919,3,8,1),(2920,3,8,2),(2921,3,8,3),(2922,3,8,4),(2923,3,8,5),(2924,3,8,6),(2925,3,8,7),(2926,3,8,8),(2927,3,8,9),(2928,3,8,10),(2929,3,8,11),(2930,3,8,12),(2931,3,8,13),(2932,3,8,14),(2933,3,8,15),(2934,3,8,16),(2935,3,8,17),(2936,3,8,18),(2937,3,8,19),(2938,3,8,20),(2939,3,8,21),(2940,3,8,22),(2941,3,8,23),(2942,3,8,24),(2943,3,8,25),(2944,3,8,26),(2945,3,8,27),(2946,3,8,28),(2947,3,8,29),(2948,3,8,30),(2949,3,8,31),(2950,3,8,32),(2951,3,8,33),(2952,3,8,34),(2953,3,8,35),(2954,3,8,36),(2955,3,9,1),(2956,3,9,2),(2957,3,9,3),(2958,3,9,4),(2959,3,9,5),(2960,3,9,6),(2961,3,9,7),(2962,3,9,8),(2963,3,9,9),(2964,3,9,10),(2965,3,9,11),(2966,3,9,12),(2967,3,9,13),(2968,3,9,14),(2969,3,9,15),(2970,3,9,16),(2971,3,9,17),(2972,3,9,18),(2973,3,9,19),(2974,3,9,20),(2975,3,9,21),(2976,3,9,22),(2977,3,9,23),(2978,3,9,24),(2979,3,10,1),(2980,3,10,2),(2981,3,10,3),(2982,3,10,4),(2983,3,10,5),(2984,3,10,6),(2985,3,10,7),(2986,3,10,8),(2987,3,10,9),(2988,3,10,10),(2989,3,10,11),(2990,3,10,12),(2991,3,10,13),(2992,3,10,14),(2993,3,10,15),(2994,3,10,16),(2995,3,10,17),(2996,3,10,18),(2997,3,10,19),(2998,3,10,20),(2999,3,11,1),(3000,3,11,2),(3001,3,11,3),(3002,3,11,4),(3003,3,11,5),(3004,3,11,6),(3005,3,11,7),(3006,3,11,8),(3007,3,11,9),(3008,3,11,10),(3009,3,11,11),(3010,3,11,12),(3011,3,11,13),(3012,3,11,14),(3013,3,11,15),(3014,3,11,16),(3015,3,11,17),(3016,3,11,18),(3017,3,11,19),(3018,3,11,20),(3019,3,11,21),(3020,3,11,22),(3021,3,11,23),(3022,3,11,24),(3023,3,11,25),(3024,3,11,26),(3025,3,11,27),(3026,3,11,28),(3027,3,11,29),(3028,3,11,30),(3029,3,11,31),(3030,3,11,32),(3031,3,11,33),(3032,3,11,34),(3033,3,11,35),(3034,3,11,36),(3035,3,11,37),(3036,3,11,38),(3037,3,11,39),(3038,3,11,40),(3039,3,11,41),(3040,3,11,42),(3041,3,11,43),(3042,3,11,44),(3043,3,11,45),(3044,3,11,46),(3045,3,11,47),(3046,3,12,1),(3047,3,12,2),(3048,3,12,3),(3049,3,12,4),(3050,3,12,5),(3051,3,12,6),(3052,3,12,7),(3053,3,12,8),(3054,3,13,1),(3055,3,13,2),(3056,3,13,3),(3057,3,13,4),(3058,3,13,5),(3059,3,13,6),(3060,3,13,7),(3061,3,13,8),(3062,3,13,9),(3063,3,13,10),(3064,3,13,11),(3065,3,13,12),(3066,3,13,13),(3067,3,13,14),(3068,3,13,15),(3069,3,13,16),(3070,3,13,17),(3071,3,13,18),(3072,3,13,19),(3073,3,13,20),(3074,3,13,21),(3075,3,13,22),(3076,3,13,23),(3077,3,13,24),(3078,3,13,25),(3079,3,13,26),(3080,3,13,27),(3081,3,13,28),(3082,3,13,29),(3083,3,13,30),(3084,3,13,31),(3085,3,13,32),(3086,3,13,33),(3087,3,13,34),(3088,3,13,35),(3089,3,13,36),(3090,3,13,37),(3091,3,13,38),(3092,3,13,39),(3093,3,13,40),(3094,3,13,41),(3095,3,13,42),(3096,3,13,43),(3097,3,13,44),(3098,3,13,45),(3099,3,13,46),(3100,3,13,47),(3101,3,13,48),(3102,3,13,49),(3103,3,13,50),(3104,3,13,51),(3105,3,13,52),(3106,3,13,53),(3107,3,13,54),(3108,3,13,55),(3109,3,13,56),(3110,3,13,57),(3111,3,13,58),(3112,3,13,59),(3113,3,14,1),(3114,3,14,2),(3115,3,14,3),(3116,3,14,4),(3117,3,14,5),(3118,3,14,6),(3119,3,14,7),(3120,3,14,8),(3121,3,14,9),(3122,3,14,10),(3123,3,14,11),(3124,3,14,12),(3125,3,14,13),(3126,3,14,14),(3127,3,14,15),(3128,3,14,16),(3129,3,14,17),(3130,3,14,18),(3131,3,14,19),(3132,3,14,20),(3133,3,14,21),(3134,3,14,22),(3135,3,14,23),(3136,3,14,24),(3137,3,14,25),(3138,3,14,26),(3139,3,14,27),(3140,3,14,28),(3141,3,14,29),(3142,3,14,30),(3143,3,14,31),(3144,3,14,32),(3145,3,14,33),(3146,3,14,34),(3147,3,14,35),(3148,3,14,36),(3149,3,14,37),(3150,3,14,38),(3151,3,14,39),(3152,3,14,40),(3153,3,14,41),(3154,3,14,42),(3155,3,14,43),(3156,3,14,44),(3157,3,14,45),(3158,3,14,46),(3159,3,14,47),(3160,3,14,48),(3161,3,14,49),(3162,3,14,50),(3163,3,14,51),(3164,3,14,52),(3165,3,14,53),(3166,3,14,54),(3167,3,14,55),(3168,3,14,56),(3169,3,14,57),(3170,3,15,1),(3171,3,15,2),(3172,3,15,3),(3173,3,15,4),(3174,3,15,5),(3175,3,15,6),(3176,3,15,7),(3177,3,15,8),(3178,3,15,9),(3179,3,15,10),(3180,3,15,11),(3181,3,15,12),(3182,3,15,13),(3183,3,15,14),(3184,3,15,15),(3185,3,15,16),(3186,3,15,17),(3187,3,15,18),(3188,3,15,19),(3189,3,15,20),(3190,3,15,21),(3191,3,15,22),(3192,3,15,23),(3193,3,15,24),(3194,3,15,25),(3195,3,15,26),(3196,3,15,27),(3197,3,15,28),(3198,3,15,29),(3199,3,15,30),(3200,3,15,31),(3201,3,15,32),(3202,3,15,33),(3203,3,16,1),(3204,3,16,2),(3205,3,16,3),(3206,3,16,4),(3207,3,16,5),(3208,3,16,6),(3209,3,16,7),(3210,3,16,8),(3211,3,16,9),(3212,3,16,10),(3213,3,16,11),(3214,3,16,12),(3215,3,16,13),(3216,3,16,14),(3217,3,16,15),(3218,3,16,16),(3219,3,16,17),(3220,3,16,18),(3221,3,16,19),(3222,3,16,20),(3223,3,16,21),(3224,3,16,22),(3225,3,16,23),(3226,3,16,24),(3227,3,16,25),(3228,3,16,26),(3229,3,16,27),(3230,3,16,28),(3231,3,16,29),(3232,3,16,30),(3233,3,16,31),(3234,3,16,32),(3235,3,16,33),(3236,3,16,34),(3237,3,17,1),(3238,3,17,2),(3239,3,17,3),(3240,3,17,4),(3241,3,17,5),(3242,3,17,6),(3243,3,17,7),(3244,3,17,8),(3245,3,17,9),(3246,3,17,10),(3247,3,17,11),(3248,3,17,12),(3249,3,17,13),(3250,3,17,14),(3251,3,17,15),(3252,3,17,16),(3253,3,18,1),(3254,3,18,2),(3255,3,18,3),(3256,3,18,4),(3257,3,18,5),(3258,3,18,6),(3259,3,18,7),(3260,3,18,8),(3261,3,18,9),(3262,3,18,10),(3263,3,18,11),(3264,3,18,12),(3265,3,18,13),(3266,3,18,14),(3267,3,18,15),(3268,3,18,16),(3269,3,18,17),(3270,3,18,18),(3271,3,18,19),(3272,3,18,20),(3273,3,18,21),(3274,3,18,22),(3275,3,18,23),(3276,3,18,24),(3277,3,18,25),(3278,3,18,26),(3279,3,18,27),(3280,3,18,28),(3281,3,18,29),(3282,3,18,30),(3283,3,19,1),(3284,3,19,2),(3285,3,19,3),(3286,3,19,4),(3287,3,19,5),(3288,3,19,6),(3289,3,19,7),(3290,3,19,8),(3291,3,19,9),(3292,3,19,10),(3293,3,19,11),(3294,3,19,12),(3295,3,19,13),(3296,3,19,14),(3297,3,19,15),(3298,3,19,16),(3299,3,19,17),(3300,3,19,18),(3301,3,19,19),(3302,3,19,20),(3303,3,19,21),(3304,3,19,22),(3305,3,19,23),(3306,3,19,24),(3307,3,19,25),(3308,3,19,26),(3309,3,19,27),(3310,3,19,28),(3311,3,19,29),(3312,3,19,30),(3313,3,19,31),(3314,3,19,32),(3315,3,19,33),(3316,3,19,34),(3317,3,19,35),(3318,3,19,36),(3319,3,19,37),(3320,3,20,1),(3321,3,20,2),(3322,3,20,3),(3323,3,20,4),(3324,3,20,5),(3325,3,20,6),(3326,3,20,7),(3327,3,20,8),(3328,3,20,9),(3329,3,20,10),(3330,3,20,11),(3331,3,20,12),(3332,3,20,13),(3333,3,20,14),(3334,3,20,15),(3335,3,20,16),(3336,3,20,17),(3337,3,20,18),(3338,3,20,19),(3339,3,20,20),(3340,3,20,21),(3341,3,20,22),(3342,3,20,23),(3343,3,20,24),(3344,3,20,25),(3345,3,20,26),(3346,3,20,27),(3347,3,21,1),(3348,3,21,2),(3349,3,21,3),(3350,3,21,4),(3351,3,21,5),(3352,3,21,6),(3353,3,21,7),(3354,3,21,8),(3355,3,21,9),(3356,3,21,10),(3357,3,21,11),(3358,3,21,12),(3359,3,21,13),(3360,3,21,14),(3361,3,21,15),(3362,3,21,16),(3363,3,21,17),(3364,3,21,18),(3365,3,21,19),(3366,3,21,20),(3367,3,21,21),(3368,3,21,22),(3369,3,21,23),(3370,3,21,24),(3371,3,22,1),(3372,3,22,2),(3373,3,22,3),(3374,3,22,4),(3375,3,22,5),(3376,3,22,6),(3377,3,22,7),(3378,3,22,8),(3379,3,22,9),(3380,3,22,10),(3381,3,22,11),(3382,3,22,12),(3383,3,22,13),(3384,3,22,14),(3385,3,22,15),(3386,3,22,16),(3387,3,22,17),(3388,3,22,18),(3389,3,22,19),(3390,3,22,20),(3391,3,22,21),(3392,3,22,22),(3393,3,22,23),(3394,3,22,24),(3395,3,22,25),(3396,3,22,26),(3397,3,22,27),(3398,3,22,28),(3399,3,22,29),(3400,3,22,30),(3401,3,22,31),(3402,3,22,32),(3403,3,22,33),(3404,3,23,1),(3405,3,23,2),(3406,3,23,3),(3407,3,23,4),(3408,3,23,5),(3409,3,23,6),(3410,3,23,7),(3411,3,23,8),(3412,3,23,9),(3413,3,23,10),(3414,3,23,11),(3415,3,23,12),(3416,3,23,13),(3417,3,23,14),(3418,3,23,15),(3419,3,23,16),(3420,3,23,17),(3421,3,23,18),(3422,3,23,19),(3423,3,23,20),(3424,3,23,21),(3425,3,23,22),(3426,3,23,23),(3427,3,23,24),(3428,3,23,25),(3429,3,23,26),(3430,3,23,27),(3431,3,23,28),(3432,3,23,29),(3433,3,23,30),(3434,3,23,31),(3435,3,23,32),(3436,3,23,33),(3437,3,23,34),(3438,3,23,35),(3439,3,23,36),(3440,3,23,37),(3441,3,23,38),(3442,3,23,39),(3443,3,23,40),(3444,3,23,41),(3445,3,23,42),(3446,3,23,43),(3447,3,23,44),(3448,3,24,1),(3449,3,24,2),(3450,3,24,3),(3451,3,24,4),(3452,3,24,5),(3453,3,24,6),(3454,3,24,7),(3455,3,24,8),(3456,3,24,9),(3457,3,24,10),(3458,3,24,11),(3459,3,24,12),(3460,3,24,13),(3461,3,24,14),(3462,3,24,15),(3463,3,24,16),(3464,3,24,17),(3465,3,24,18),(3466,3,24,19),(3467,3,24,20),(3468,3,24,21),(3469,3,24,22),(3470,3,24,23),(3471,3,25,1),(3472,3,25,2),(3473,3,25,3),(3474,3,25,4),(3475,3,25,5),(3476,3,25,6),(3477,3,25,7),(3478,3,25,8),(3479,3,25,9),(3480,3,25,10),(3481,3,25,11),(3482,3,25,12),(3483,3,25,13),(3484,3,25,14),(3485,3,25,15),(3486,3,25,16),(3487,3,25,17),(3488,3,25,18),(3489,3,25,19),(3490,3,25,20),(3491,3,25,21),(3492,3,25,22),(3493,3,25,23),(3494,3,25,24),(3495,3,25,25),(3496,3,25,26),(3497,3,25,27),(3498,3,25,28),(3499,3,25,29),(3500,3,25,30),(3501,3,25,31),(3502,3,25,32),(3503,3,25,33),(3504,3,25,34),(3505,3,25,35),(3506,3,25,36),(3507,3,25,37),(3508,3,25,38),(3509,3,25,39),(3510,3,25,40),(3511,3,25,41),(3512,3,25,42),(3513,3,25,43),(3514,3,25,44),(3515,3,25,45),(3516,3,25,46),(3517,3,25,47),(3518,3,25,48),(3519,3,25,49),(3520,3,25,50),(3521,3,25,51),(3522,3,25,52),(3523,3,25,53),(3524,3,25,54),(3525,3,25,55),(3526,3,26,1),(3527,3,26,2),(3528,3,26,3),(3529,3,26,4),(3530,3,26,5),(3531,3,26,6),(3532,3,26,7),(3533,3,26,8),(3534,3,26,9),(3535,3,26,10),(3536,3,26,11),(3537,3,26,12),(3538,3,26,13),(3539,3,26,14),(3540,3,26,15),(3541,3,26,16),(3542,3,26,17),(3543,3,26,18),(3544,3,26,19),(3545,3,26,20),(3546,3,26,21),(3547,3,26,22),(3548,3,26,23),(3549,3,26,24),(3550,3,26,25),(3551,3,26,26),(3552,3,26,27),(3553,3,26,28),(3554,3,26,29),(3555,3,26,30),(3556,3,26,31),(3557,3,26,32),(3558,3,26,33),(3559,3,26,34),(3560,3,26,35),(3561,3,26,36),(3562,3,26,37),(3563,3,26,38),(3564,3,26,39),(3565,3,26,40),(3566,3,26,41),(3567,3,26,42),(3568,3,26,43),(3569,3,26,44),(3570,3,26,45),(3571,3,26,46),(3572,3,27,1),(3573,3,27,2),(3574,3,27,3),(3575,3,27,4),(3576,3,27,5),(3577,3,27,6),(3578,3,27,7),(3579,3,27,8),(3580,3,27,9),(3581,3,27,10),(3582,3,27,11),(3583,3,27,12),(3584,3,27,13),(3585,3,27,14),(3586,3,27,15),(3587,3,27,16),(3588,3,27,17),(3589,3,27,18),(3590,3,27,19),(3591,3,27,20),(3592,3,27,21),(3593,3,27,22),(3594,3,27,23),(3595,3,27,24),(3596,3,27,25),(3597,3,27,26),(3598,3,27,27),(3599,3,27,28),(3600,3,27,29),(3601,3,27,30),(3602,3,27,31),(3603,3,27,32),(3604,3,27,33),(3605,3,27,34),(3606,4,1,1),(3607,4,1,2),(3608,4,1,3),(3609,4,1,4),(3610,4,1,5),(3611,4,1,6),(3612,4,1,7),(3613,4,1,8),(3614,4,1,9),(3615,4,1,10),(3616,4,1,11),(3617,4,1,12),(3618,4,1,13),(3619,4,1,14),(3620,4,1,15),(3621,4,1,16),(3622,4,1,17),(3623,4,1,18),(3624,4,1,19),(3625,4,1,20),(3626,4,1,21),(3627,4,1,22),(3628,4,1,23),(3629,4,1,24),(3630,4,1,25),(3631,4,1,26),(3632,4,1,27),(3633,4,1,28),(3634,4,1,29),(3635,4,1,30),(3636,4,1,31),(3637,4,1,32),(3638,4,1,33),(3639,4,1,34),(3640,4,1,35),(3641,4,1,36),(3642,4,1,37),(3643,4,1,38),(3644,4,1,39),(3645,4,1,40),(3646,4,1,41),(3647,4,1,42),(3648,4,1,43),(3649,4,1,44),(3650,4,1,45),(3651,4,1,46),(3652,4,1,47),(3653,4,1,48),(3654,4,1,49),(3655,4,1,50),(3656,4,1,51),(3657,4,1,52),(3658,4,1,53),(3659,4,1,54),(3660,4,2,1),(3661,4,2,2),(3662,4,2,3),(3663,4,2,4),(3664,4,2,5),(3665,4,2,6),(3666,4,2,7),(3667,4,2,8),(3668,4,2,9),(3669,4,2,10),(3670,4,2,11),(3671,4,2,12),(3672,4,2,13),(3673,4,2,14),(3674,4,2,15),(3675,4,2,16),(3676,4,2,17),(3677,4,2,18),(3678,4,2,19),(3679,4,2,20),(3680,4,2,21),(3681,4,2,22),(3682,4,2,23),(3683,4,2,24),(3684,4,2,25),(3685,4,2,26),(3686,4,2,27),(3687,4,2,28),(3688,4,2,29),(3689,4,2,30),(3690,4,2,31),(3691,4,2,32),(3692,4,2,33),(3693,4,2,34),(3694,4,3,1),(3695,4,3,2),(3696,4,3,3),(3697,4,3,4),(3698,4,3,5),(3699,4,3,6),(3700,4,3,7),(3701,4,3,8),(3702,4,3,9),(3703,4,3,10),(3704,4,3,11),(3705,4,3,12),(3706,4,3,13),(3707,4,3,14),(3708,4,3,15),(3709,4,3,16),(3710,4,3,17),(3711,4,3,18),(3712,4,3,19),(3713,4,3,20),(3714,4,3,21),(3715,4,3,22),(3716,4,3,23),(3717,4,3,24),(3718,4,3,25),(3719,4,3,26),(3720,4,3,27),(3721,4,3,28),(3722,4,3,29),(3723,4,3,30),(3724,4,3,31),(3725,4,3,32),(3726,4,3,33),(3727,4,3,34),(3728,4,3,35),(3729,4,3,36),(3730,4,3,37),(3731,4,3,38),(3732,4,3,39),(3733,4,3,40),(3734,4,3,41),(3735,4,3,42),(3736,4,3,43),(3737,4,3,44),(3738,4,3,45),(3739,4,3,46),(3740,4,3,47),(3741,4,3,48),(3742,4,3,49),(3743,4,3,50),(3744,4,3,51),(3745,4,4,1),(3746,4,4,2),(3747,4,4,3),(3748,4,4,4),(3749,4,4,5),(3750,4,4,6),(3751,4,4,7),(3752,4,4,8),(3753,4,4,9),(3754,4,4,10),(3755,4,4,11),(3756,4,4,12),(3757,4,4,13),(3758,4,4,14),(3759,4,4,15),(3760,4,4,16),(3761,4,4,17),(3762,4,4,18),(3763,4,4,19),(3764,4,4,20),(3765,4,4,21),(3766,4,4,22),(3767,4,4,23),(3768,4,4,24),(3769,4,4,25),(3770,4,4,26),(3771,4,4,27),(3772,4,4,28),(3773,4,4,29),(3774,4,4,30),(3775,4,4,31),(3776,4,4,32),(3777,4,4,33),(3778,4,4,34),(3779,4,4,35),(3780,4,4,36),(3781,4,4,37),(3782,4,4,38),(3783,4,4,39),(3784,4,4,40),(3785,4,4,41),(3786,4,4,42),(3787,4,4,43),(3788,4,4,44),(3789,4,4,45),(3790,4,4,46),(3791,4,4,47),(3792,4,4,48),(3793,4,4,49),(3794,4,5,1),(3795,4,5,2),(3796,4,5,3),(3797,4,5,4),(3798,4,5,5),(3799,4,5,6),(3800,4,5,7),(3801,4,5,8),(3802,4,5,9),(3803,4,5,10),(3804,4,5,11),(3805,4,5,12),(3806,4,5,13),(3807,4,5,14),(3808,4,5,15),(3809,4,5,16),(3810,4,5,17),(3811,4,5,18),(3812,4,5,19),(3813,4,5,20),(3814,4,5,21),(3815,4,5,22),(3816,4,5,23),(3817,4,5,24),(3818,4,5,25),(3819,4,5,26),(3820,4,5,27),(3821,4,5,28),(3822,4,5,29),(3823,4,5,30),(3824,4,5,31),(3825,4,6,1),(3826,4,6,2),(3827,4,6,3),(3828,4,6,4),(3829,4,6,5),(3830,4,6,6),(3831,4,6,7),(3832,4,6,8),(3833,4,6,9),(3834,4,6,10),(3835,4,6,11),(3836,4,6,12),(3837,4,6,13),(3838,4,6,14),(3839,4,6,15),(3840,4,6,16),(3841,4,6,17),(3842,4,6,18),(3843,4,6,19),(3844,4,6,20),(3845,4,6,21),(3846,4,6,22),(3847,4,6,23),(3848,4,6,24),(3849,4,6,25),(3850,4,6,26),(3851,4,6,27),(3852,4,7,1),(3853,4,7,2),(3854,4,7,3),(3855,4,7,4),(3856,4,7,5),(3857,4,7,6),(3858,4,7,7),(3859,4,7,8),(3860,4,7,9),(3861,4,7,10),(3862,4,7,11),(3863,4,7,12),(3864,4,7,13),(3865,4,7,14),(3866,4,7,15),(3867,4,7,16),(3868,4,7,17),(3869,4,7,18),(3870,4,7,19),(3871,4,7,20),(3872,4,7,21),(3873,4,7,22),(3874,4,7,23),(3875,4,7,24),(3876,4,7,25),(3877,4,7,26),(3878,4,7,27),(3879,4,7,28),(3880,4,7,29),(3881,4,7,30),(3882,4,7,31),(3883,4,7,32),(3884,4,7,33),(3885,4,7,34),(3886,4,7,35),(3887,4,7,36),(3888,4,7,37),(3889,4,7,38),(3890,4,7,39),(3891,4,7,40),(3892,4,7,41),(3893,4,7,42),(3894,4,7,43),(3895,4,7,44),(3896,4,7,45),(3897,4,7,46),(3898,4,7,47),(3899,4,7,48),(3900,4,7,49),(3901,4,7,50),(3902,4,7,51),(3903,4,7,52),(3904,4,7,53),(3905,4,7,54),(3906,4,7,55),(3907,4,7,56),(3908,4,7,57),(3909,4,7,58),(3910,4,7,59),(3911,4,7,60),(3912,4,7,61),(3913,4,7,62),(3914,4,7,63),(3915,4,7,64),(3916,4,7,65),(3917,4,7,66),(3918,4,7,67),(3919,4,7,68),(3920,4,7,69),(3921,4,7,70),(3922,4,7,71),(3923,4,7,72),(3924,4,7,73),(3925,4,7,74),(3926,4,7,75),(3927,4,7,76),(3928,4,7,77),(3929,4,7,78),(3930,4,7,79),(3931,4,7,80),(3932,4,7,81),(3933,4,7,82),(3934,4,7,83),(3935,4,7,84),(3936,4,7,85),(3937,4,7,86),(3938,4,7,87),(3939,4,7,88),(3940,4,7,89),(3941,4,8,1),(3942,4,8,2),(3943,4,8,3),(3944,4,8,4),(3945,4,8,5),(3946,4,8,6),(3947,4,8,7),(3948,4,8,8),(3949,4,8,9),(3950,4,8,10),(3951,4,8,11),(3952,4,8,12),(3953,4,8,13),(3954,4,8,14),(3955,4,8,15),(3956,4,8,16),(3957,4,8,17),(3958,4,8,18),(3959,4,8,19),(3960,4,8,20),(3961,4,8,21),(3962,4,8,22),(3963,4,8,23),(3964,4,8,24),(3965,4,8,25),(3966,4,8,26),(3967,4,9,1),(3968,4,9,2),(3969,4,9,3),(3970,4,9,4),(3971,4,9,5),(3972,4,9,6),(3973,4,9,7),(3974,4,9,8),(3975,4,9,9),(3976,4,9,10),(3977,4,9,11),(3978,4,9,12),(3979,4,9,13),(3980,4,9,14),(3981,4,9,15),(3982,4,9,16),(3983,4,9,17),(3984,4,9,18),(3985,4,9,19),(3986,4,9,20),(3987,4,9,21),(3988,4,9,22),(3989,4,9,23),(3990,4,10,1),(3991,4,10,2),(3992,4,10,3),(3993,4,10,4),(3994,4,10,5),(3995,4,10,6),(3996,4,10,7),(3997,4,10,8),(3998,4,10,9),(3999,4,10,10),(4000,4,10,11),(4001,4,10,12),(4002,4,10,13),(4003,4,10,14),(4004,4,10,15),(4005,4,10,16),(4006,4,10,17),(4007,4,10,18),(4008,4,10,19),(4009,4,10,20),(4010,4,10,21),(4011,4,10,22),(4012,4,10,23),(4013,4,10,24),(4014,4,10,25),(4015,4,10,26),(4016,4,10,27),(4017,4,10,28),(4018,4,10,29),(4019,4,10,30),(4020,4,10,31),(4021,4,10,32),(4022,4,10,33),(4023,4,10,34),(4024,4,10,35),(4025,4,10,36),(4026,4,11,1),(4027,4,11,2),(4028,4,11,3),(4029,4,11,4),(4030,4,11,5),(4031,4,11,6),(4032,4,11,7),(4033,4,11,8),(4034,4,11,9),(4035,4,11,10),(4036,4,11,11),(4037,4,11,12),(4038,4,11,13),(4039,4,11,14),(4040,4,11,15),(4041,4,11,16),(4042,4,11,17),(4043,4,11,18),(4044,4,11,19),(4045,4,11,20),(4046,4,11,21),(4047,4,11,22),(4048,4,11,23),(4049,4,11,24),(4050,4,11,25),(4051,4,11,26),(4052,4,11,27),(4053,4,11,28),(4054,4,11,29),(4055,4,11,30),(4056,4,11,31),(4057,4,11,32),(4058,4,11,33),(4059,4,11,34),(4060,4,11,35),(4061,4,12,1),(4062,4,12,2),(4063,4,12,3),(4064,4,12,4),(4065,4,12,5),(4066,4,12,6),(4067,4,12,7),(4068,4,12,8),(4069,4,12,9),(4070,4,12,10),(4071,4,12,11),(4072,4,12,12),(4073,4,12,13),(4074,4,12,14),(4075,4,12,15),(4076,4,12,16),(4077,4,13,1),(4078,4,13,2),(4079,4,13,3),(4080,4,13,4),(4081,4,13,5),(4082,4,13,6),(4083,4,13,7),(4084,4,13,8),(4085,4,13,9),(4086,4,13,10),(4087,4,13,11),(4088,4,13,12),(4089,4,13,13),(4090,4,13,14),(4091,4,13,15),(4092,4,13,16),(4093,4,13,17),(4094,4,13,18),(4095,4,13,19),(4096,4,13,20),(4097,4,13,21),(4098,4,13,22),(4099,4,13,23),(4100,4,13,24),(4101,4,13,25),(4102,4,13,26),(4103,4,13,27),(4104,4,13,28),(4105,4,13,29),(4106,4,13,30),(4107,4,13,31),(4108,4,13,32),(4109,4,13,33),(4110,4,14,1),(4111,4,14,2),(4112,4,14,3),(4113,4,14,4),(4114,4,14,5),(4115,4,14,6),(4116,4,14,7),(4117,4,14,8),(4118,4,14,9),(4119,4,14,10),(4120,4,14,11),(4121,4,14,12),(4122,4,14,13),(4123,4,14,14),(4124,4,14,15),(4125,4,14,16),(4126,4,14,17),(4127,4,14,18),(4128,4,14,19),(4129,4,14,20),(4130,4,14,21),(4131,4,14,22),(4132,4,14,23),(4133,4,14,24),(4134,4,14,25),(4135,4,14,26),(4136,4,14,27),(4137,4,14,28),(4138,4,14,29),(4139,4,14,30),(4140,4,14,31),(4141,4,14,32),(4142,4,14,33),(4143,4,14,34),(4144,4,14,35),(4145,4,14,36),(4146,4,14,37),(4147,4,14,38),(4148,4,14,39),(4149,4,14,40),(4150,4,14,41),(4151,4,14,42),(4152,4,14,43),(4153,4,14,44),(4154,4,14,45),(4155,4,15,1),(4156,4,15,2),(4157,4,15,3),(4158,4,15,4),(4159,4,15,5),(4160,4,15,6),(4161,4,15,7),(4162,4,15,8),(4163,4,15,9),(4164,4,15,10),(4165,4,15,11),(4166,4,15,12),(4167,4,15,13),(4168,4,15,14),(4169,4,15,15),(4170,4,15,16),(4171,4,15,17),(4172,4,15,18),(4173,4,15,19),(4174,4,15,20),(4175,4,15,21),(4176,4,15,22),(4177,4,15,23),(4178,4,15,24),(4179,4,15,25),(4180,4,15,26),(4181,4,15,27),(4182,4,15,28),(4183,4,15,29),(4184,4,15,30),(4185,4,15,31),(4186,4,15,32),(4187,4,15,33),(4188,4,15,34),(4189,4,15,35),(4190,4,15,36),(4191,4,15,37),(4192,4,15,38),(4193,4,15,39),(4194,4,15,40),(4195,4,15,41),(4196,4,16,1),(4197,4,16,2),(4198,4,16,3),(4199,4,16,4),(4200,4,16,5),(4201,4,16,6),(4202,4,16,7),(4203,4,16,8),(4204,4,16,9),(4205,4,16,10),(4206,4,16,11),(4207,4,16,12),(4208,4,16,13),(4209,4,16,14),(4210,4,16,15),(4211,4,16,16),(4212,4,16,17),(4213,4,16,18),(4214,4,16,19),(4215,4,16,20),(4216,4,16,21),(4217,4,16,22),(4218,4,16,23),(4219,4,16,24),(4220,4,16,25),(4221,4,16,26),(4222,4,16,27),(4223,4,16,28),(4224,4,16,29),(4225,4,16,30),(4226,4,16,31),(4227,4,16,32),(4228,4,16,33),(4229,4,16,34),(4230,4,16,35),(4231,4,17,1),(4232,4,17,2),(4233,4,17,3),(4234,4,17,4),(4235,4,17,5),(4236,4,17,6),(4237,4,17,7),(4238,4,17,8),(4239,4,17,9),(4240,4,17,10),(4241,4,17,11),(4242,4,17,12),(4243,4,17,13),(4244,4,17,14),(4245,4,17,15),(4246,4,17,16),(4247,4,17,17),(4248,4,17,18),(4249,4,17,19),(4250,4,17,20),(4251,4,17,21),(4252,4,17,22),(4253,4,17,23),(4254,4,17,24),(4255,4,17,25),(4256,4,17,26),(4257,4,17,27),(4258,4,17,28),(4259,4,18,1),(4260,4,18,2),(4261,4,18,3),(4262,4,18,4),(4263,4,18,5),(4264,4,18,6),(4265,4,18,7),(4266,4,18,8),(4267,4,18,9),(4268,4,18,10),(4269,4,18,11),(4270,4,18,12),(4271,4,18,13),(4272,4,18,14),(4273,4,18,15),(4274,4,18,16),(4275,4,18,17),(4276,4,18,18),(4277,4,18,19),(4278,4,18,20),(4279,4,18,21),(4280,4,18,22),(4281,4,18,23),(4282,4,18,24),(4283,4,18,25),(4284,4,18,26),(4285,4,18,27),(4286,4,18,28),(4287,4,18,29),(4288,4,18,30),(4289,4,18,31),(4290,4,18,32),(4291,4,19,1),(4292,4,19,2),(4293,4,19,3),(4294,4,19,4),(4295,4,19,5),(4296,4,19,6),(4297,4,19,7),(4298,4,19,8),(4299,4,19,9),(4300,4,19,10),(4301,4,19,11),(4302,4,19,12),(4303,4,19,13),(4304,4,19,14),(4305,4,19,15),(4306,4,19,16),(4307,4,19,17),(4308,4,19,18),(4309,4,19,19),(4310,4,19,20),(4311,4,19,21),(4312,4,19,22),(4313,4,20,1),(4314,4,20,2),(4315,4,20,3),(4316,4,20,4),(4317,4,20,5),(4318,4,20,6),(4319,4,20,7),(4320,4,20,8),(4321,4,20,9),(4322,4,20,10),(4323,4,20,11),(4324,4,20,12),(4325,4,20,13),(4326,4,20,14),(4327,4,20,15),(4328,4,20,16),(4329,4,20,17),(4330,4,20,18),(4331,4,20,19),(4332,4,20,20),(4333,4,20,21),(4334,4,20,22),(4335,4,20,23),(4336,4,20,24),(4337,4,20,25),(4338,4,20,26),(4339,4,20,27),(4340,4,20,28),(4341,4,20,29),(4342,4,21,1),(4343,4,21,2),(4344,4,21,3),(4345,4,21,4),(4346,4,21,5),(4347,4,21,6),(4348,4,21,7),(4349,4,21,8),(4350,4,21,9),(4351,4,21,10),(4352,4,21,11),(4353,4,21,12),(4354,4,21,13),(4355,4,21,14),(4356,4,21,15),(4357,4,21,16),(4358,4,21,17),(4359,4,21,18),(4360,4,21,19),(4361,4,21,20),(4362,4,21,21),(4363,4,21,22),(4364,4,21,23),(4365,4,21,24),(4366,4,21,25),(4367,4,21,26),(4368,4,21,27),(4369,4,21,28),(4370,4,21,29),(4371,4,21,30),(4372,4,21,31),(4373,4,21,32),(4374,4,21,33),(4375,4,21,34),(4376,4,21,35),(4377,4,22,1),(4378,4,22,2),(4379,4,22,3),(4380,4,22,4),(4381,4,22,5),(4382,4,22,6),(4383,4,22,7),(4384,4,22,8),(4385,4,22,9),(4386,4,22,10),(4387,4,22,11),(4388,4,22,12),(4389,4,22,13),(4390,4,22,14),(4391,4,22,15),(4392,4,22,16),(4393,4,22,17),(4394,4,22,18),(4395,4,22,19),(4396,4,22,20),(4397,4,22,21),(4398,4,22,22),(4399,4,22,23),(4400,4,22,24),(4401,4,22,25),(4402,4,22,26),(4403,4,22,27),(4404,4,22,28),(4405,4,22,29),(4406,4,22,30),(4407,4,22,31),(4408,4,22,32),(4409,4,22,33),(4410,4,22,34),(4411,4,22,35),(4412,4,22,36),(4413,4,22,37),(4414,4,22,38),(4415,4,22,39),(4416,4,22,40),(4417,4,22,41),(4418,4,23,1),(4419,4,23,2),(4420,4,23,3),(4421,4,23,4),(4422,4,23,5),(4423,4,23,6),(4424,4,23,7),(4425,4,23,8),(4426,4,23,9),(4427,4,23,10),(4428,4,23,11),(4429,4,23,12),(4430,4,23,13),(4431,4,23,14),(4432,4,23,15),(4433,4,23,16),(4434,4,23,17),(4435,4,23,18),(4436,4,23,19),(4437,4,23,20),(4438,4,23,21),(4439,4,23,22),(4440,4,23,23),(4441,4,23,24),(4442,4,23,25),(4443,4,23,26),(4444,4,23,27),(4445,4,23,28),(4446,4,23,29),(4447,4,23,30),(4448,4,24,1),(4449,4,24,2),(4450,4,24,3),(4451,4,24,4),(4452,4,24,5),(4453,4,24,6),(4454,4,24,7),(4455,4,24,8),(4456,4,24,9),(4457,4,24,10),(4458,4,24,11),(4459,4,24,12),(4460,4,24,13),(4461,4,24,14),(4462,4,24,15),(4463,4,24,16),(4464,4,24,17),(4465,4,24,18),(4466,4,24,19),(4467,4,24,20),(4468,4,24,21),(4469,4,24,22),(4470,4,24,23),(4471,4,24,24),(4472,4,24,25),(4473,4,25,1),(4474,4,25,2),(4475,4,25,3),(4476,4,25,4),(4477,4,25,5),(4478,4,25,6),(4479,4,25,7),(4480,4,25,8),(4481,4,25,9),(4482,4,25,10),(4483,4,25,11),(4484,4,25,12),(4485,4,25,13),(4486,4,25,14),(4487,4,25,15),(4488,4,25,16),(4489,4,25,17),(4490,4,25,18),(4491,4,25,19),(4492,4,26,1),(4493,4,26,2),(4494,4,26,3),(4495,4,26,4),(4496,4,26,5),(4497,4,26,6),(4498,4,26,7),(4499,4,26,8),(4500,4,26,9),(4501,4,26,10),(4502,4,26,11),(4503,4,26,12),(4504,4,26,13),(4505,4,26,14),(4506,4,26,15),(4507,4,26,16),(4508,4,26,17),(4509,4,26,18),(4510,4,26,19),(4511,4,26,20),(4512,4,26,21),(4513,4,26,22),(4514,4,26,23),(4515,4,26,24),(4516,4,26,25),(4517,4,26,26),(4518,4,26,27),(4519,4,26,28),(4520,4,26,29),(4521,4,26,30),(4522,4,26,31),(4523,4,26,32),(4524,4,26,33),(4525,4,26,34),(4526,4,26,35),(4527,4,26,36),(4528,4,26,37),(4529,4,26,38),(4530,4,26,39),(4531,4,26,40),(4532,4,26,41),(4533,4,26,42),(4534,4,26,43),(4535,4,26,44),(4536,4,26,45),(4537,4,26,46),(4538,4,26,47),(4539,4,26,48),(4540,4,26,49),(4541,4,26,50),(4542,4,26,51),(4543,4,26,52),(4544,4,26,53),(4545,4,26,54),(4546,4,26,55),(4547,4,26,56),(4548,4,26,57),(4549,4,26,58),(4550,4,26,59),(4551,4,26,60),(4552,4,26,61),(4553,4,26,62),(4554,4,26,63),(4555,4,26,64),(4556,4,26,65),(4557,4,27,1),(4558,4,27,2),(4559,4,27,3),(4560,4,27,4),(4561,4,27,5),(4562,4,27,6),(4563,4,27,7),(4564,4,27,8),(4565,4,27,9),(4566,4,27,10),(4567,4,27,11),(4568,4,27,12),(4569,4,27,13),(4570,4,27,14),(4571,4,27,15),(4572,4,27,16),(4573,4,27,17),(4574,4,27,18),(4575,4,27,19),(4576,4,27,20),(4577,4,27,21),(4578,4,27,22),(4579,4,27,23),(4580,4,28,1),(4581,4,28,2),(4582,4,28,3),(4583,4,28,4),(4584,4,28,5),(4585,4,28,6),(4586,4,28,7),(4587,4,28,8),(4588,4,28,9),(4589,4,28,10),(4590,4,28,11),(4591,4,28,12),(4592,4,28,13),(4593,4,28,14),(4594,4,28,15),(4595,4,28,16),(4596,4,28,17),(4597,4,28,18),(4598,4,28,19),(4599,4,28,20),(4600,4,28,21),(4601,4,28,22),(4602,4,28,23),(4603,4,28,24),(4604,4,28,25),(4605,4,28,26),(4606,4,28,27),(4607,4,28,28),(4608,4,28,29),(4609,4,28,30),(4610,4,28,31),(4611,4,29,1),(4612,4,29,2),(4613,4,29,3),(4614,4,29,4),(4615,4,29,5),(4616,4,29,6),(4617,4,29,7),(4618,4,29,8),(4619,4,29,9),(4620,4,29,10),(4621,4,29,11),(4622,4,29,12),(4623,4,29,13),(4624,4,29,14),(4625,4,29,15),(4626,4,29,16),(4627,4,29,17),(4628,4,29,18),(4629,4,29,19),(4630,4,29,20),(4631,4,29,21),(4632,4,29,22),(4633,4,29,23),(4634,4,29,24),(4635,4,29,25),(4636,4,29,26),(4637,4,29,27),(4638,4,29,28),(4639,4,29,29),(4640,4,29,30),(4641,4,29,31),(4642,4,29,32),(4643,4,29,33),(4644,4,29,34),(4645,4,29,35),(4646,4,29,36),(4647,4,29,37),(4648,4,29,38),(4649,4,29,39),(4650,4,30,1),(4651,4,30,2),(4652,4,30,3),(4653,4,30,4),(4654,4,30,5),(4655,4,30,6),(4656,4,30,7),(4657,4,30,8),(4658,4,30,9),(4659,4,30,10),(4660,4,30,11),(4661,4,30,12),(4662,4,30,13),(4663,4,30,14),(4664,4,30,15),(4665,4,30,16),(4666,4,30,17),(4667,4,31,1),(4668,4,31,2),(4669,4,31,3),(4670,4,31,4),(4671,4,31,5),(4672,4,31,6),(4673,4,31,7),(4674,4,31,8),(4675,4,31,9),(4676,4,31,10),(4677,4,31,11),(4678,4,31,12),(4679,4,31,13),(4680,4,31,14),(4681,4,31,15),(4682,4,31,16),(4683,4,31,17),(4684,4,31,18),(4685,4,31,19),(4686,4,31,20),(4687,4,31,21),(4688,4,31,22),(4689,4,31,23),(4690,4,31,24),(4691,4,31,25),(4692,4,31,26),(4693,4,31,27),(4694,4,31,28),(4695,4,31,29),(4696,4,31,30),(4697,4,31,31),(4698,4,31,32),(4699,4,31,33),(4700,4,31,34),(4701,4,31,35),(4702,4,31,36),(4703,4,31,37),(4704,4,31,38),(4705,4,31,39),(4706,4,31,40),(4707,4,31,41),(4708,4,31,42),(4709,4,31,43),(4710,4,31,44),(4711,4,31,45),(4712,4,31,46),(4713,4,31,47),(4714,4,31,48),(4715,4,31,49),(4716,4,31,50),(4717,4,31,51),(4718,4,31,52),(4719,4,31,53),(4720,4,31,54),(4721,4,32,1),(4722,4,32,2),(4723,4,32,3),(4724,4,32,4),(4725,4,32,5),(4726,4,32,6),(4727,4,32,7),(4728,4,32,8),(4729,4,32,9),(4730,4,32,10),(4731,4,32,11),(4732,4,32,12),(4733,4,32,13),(4734,4,32,14),(4735,4,32,15),(4736,4,32,16),(4737,4,32,17),(4738,4,32,18),(4739,4,32,19),(4740,4,32,20),(4741,4,32,21),(4742,4,32,22),(4743,4,32,23),(4744,4,32,24),(4745,4,32,25),(4746,4,32,26),(4747,4,32,27),(4748,4,32,28),(4749,4,32,29),(4750,4,32,30),(4751,4,32,31),(4752,4,32,32),(4753,4,32,33),(4754,4,32,34),(4755,4,32,35),(4756,4,32,36),(4757,4,32,37),(4758,4,32,38),(4759,4,32,39),(4760,4,32,40),(4761,4,32,41),(4762,4,32,42),(4763,4,33,1),(4764,4,33,2),(4765,4,33,3),(4766,4,33,4),(4767,4,33,5),(4768,4,33,6),(4769,4,33,7),(4770,4,33,8),(4771,4,33,9),(4772,4,33,10),(4773,4,33,11),(4774,4,33,12),(4775,4,33,13),(4776,4,33,14),(4777,4,33,15),(4778,4,33,16),(4779,4,33,17),(4780,4,33,18),(4781,4,33,19),(4782,4,33,20),(4783,4,33,21),(4784,4,33,22),(4785,4,33,23),(4786,4,33,24),(4787,4,33,25),(4788,4,33,26),(4789,4,33,27),(4790,4,33,28),(4791,4,33,29),(4792,4,33,30),(4793,4,33,31),(4794,4,33,32),(4795,4,33,33),(4796,4,33,34),(4797,4,33,35),(4798,4,33,36),(4799,4,33,37),(4800,4,33,38),(4801,4,33,39),(4802,4,33,40),(4803,4,33,41),(4804,4,33,42),(4805,4,33,43),(4806,4,33,44),(4807,4,33,45),(4808,4,33,46),(4809,4,33,47),(4810,4,33,48),(4811,4,33,49),(4812,4,33,50),(4813,4,33,51),(4814,4,33,52),(4815,4,33,53),(4816,4,33,54),(4817,4,33,55),(4818,4,33,56),(4819,4,34,1),(4820,4,34,2),(4821,4,34,3),(4822,4,34,4),(4823,4,34,5),(4824,4,34,6),(4825,4,34,7),(4826,4,34,8),(4827,4,34,9),(4828,4,34,10),(4829,4,34,11),(4830,4,34,12),(4831,4,34,13),(4832,4,34,14),(4833,4,34,15),(4834,4,34,16),(4835,4,34,17),(4836,4,34,18),(4837,4,34,19),(4838,4,34,20),(4839,4,34,21),(4840,4,34,22),(4841,4,34,23),(4842,4,34,24),(4843,4,34,25),(4844,4,34,26),(4845,4,34,27),(4846,4,34,28),(4847,4,34,29),(4848,4,35,1),(4849,4,35,2),(4850,4,35,3),(4851,4,35,4),(4852,4,35,5),(4853,4,35,6),(4854,4,35,7),(4855,4,35,8),(4856,4,35,9),(4857,4,35,10),(4858,4,35,11),(4859,4,35,12),(4860,4,35,13),(4861,4,35,14),(4862,4,35,15),(4863,4,35,16),(4864,4,35,17),(4865,4,35,18),(4866,4,35,19),(4867,4,35,20),(4868,4,35,21),(4869,4,35,22),(4870,4,35,23),(4871,4,35,24),(4872,4,35,25),(4873,4,35,26),(4874,4,35,27),(4875,4,35,28),(4876,4,35,29),(4877,4,35,30),(4878,4,35,31),(4879,4,35,32),(4880,4,35,33),(4881,4,35,34),(4882,4,36,1),(4883,4,36,2),(4884,4,36,3),(4885,4,36,4),(4886,4,36,5),(4887,4,36,6),(4888,4,36,7),(4889,4,36,8),(4890,4,36,9),(4891,4,36,10),(4892,4,36,11),(4893,4,36,12),(4894,4,36,13),(4895,5,1,1),(4896,5,1,2),(4897,5,1,3),(4898,5,1,4),(4899,5,1,5),(4900,5,1,6),(4901,5,1,7),(4902,5,1,8),(4903,5,1,9),(4904,5,1,10),(4905,5,1,11),(4906,5,1,12),(4907,5,1,13),(4908,5,1,14),(4909,5,1,15),(4910,5,1,16),(4911,5,1,17),(4912,5,1,18),(4913,5,1,19),(4914,5,1,20),(4915,5,1,21),(4916,5,1,22),(4917,5,1,23),(4918,5,1,24),(4919,5,1,25),(4920,5,1,26),(4921,5,1,27),(4922,5,1,28),(4923,5,1,29),(4924,5,1,30),(4925,5,1,31),(4926,5,1,32),(4927,5,1,33),(4928,5,1,34),(4929,5,1,35),(4930,5,1,36),(4931,5,1,37),(4932,5,1,38),(4933,5,1,39),(4934,5,1,40),(4935,5,1,41),(4936,5,1,42),(4937,5,1,43),(4938,5,1,44),(4939,5,1,45),(4940,5,1,46),(4941,5,2,1),(4942,5,2,2),(4943,5,2,3),(4944,5,2,4),(4945,5,2,5),(4946,5,2,6),(4947,5,2,7),(4948,5,2,8),(4949,5,2,9),(4950,5,2,10),(4951,5,2,11),(4952,5,2,12),(4953,5,2,13),(4954,5,2,14),(4955,5,2,15),(4956,5,2,16),(4957,5,2,17),(4958,5,2,18),(4959,5,2,19),(4960,5,2,20),(4961,5,2,21),(4962,5,2,22),(4963,5,2,23),(4964,5,2,24),(4965,5,2,25),(4966,5,2,26),(4967,5,2,27),(4968,5,2,28),(4969,5,2,29),(4970,5,2,30),(4971,5,2,31),(4972,5,2,32),(4973,5,2,33),(4974,5,2,34),(4975,5,2,35),(4976,5,2,36),(4977,5,2,37),(4978,5,3,1),(4979,5,3,2),(4980,5,3,3),(4981,5,3,4),(4982,5,3,5),(4983,5,3,6),(4984,5,3,7),(4985,5,3,8),(4986,5,3,9),(4987,5,3,10),(4988,5,3,11),(4989,5,3,12),(4990,5,3,13),(4991,5,3,14),(4992,5,3,15),(4993,5,3,16),(4994,5,3,17),(4995,5,3,18),(4996,5,3,19),(4997,5,3,20),(4998,5,3,21),(4999,5,3,22),(5000,5,3,23),(5001,5,3,24),(5002,5,3,25),(5003,5,3,26),(5004,5,3,27),(5005,5,3,28),(5006,5,3,29),(5007,5,4,1),(5008,5,4,2),(5009,5,4,3),(5010,5,4,4),(5011,5,4,5),(5012,5,4,6),(5013,5,4,7),(5014,5,4,8),(5015,5,4,9),(5016,5,4,10),(5017,5,4,11),(5018,5,4,12),(5019,5,4,13),(5020,5,4,14),(5021,5,4,15),(5022,5,4,16),(5023,5,4,17),(5024,5,4,18),(5025,5,4,19),(5026,5,4,20),(5027,5,4,21),(5028,5,4,22),(5029,5,4,23),(5030,5,4,24),(5031,5,4,25),(5032,5,4,26),(5033,5,4,27),(5034,5,4,28),(5035,5,4,29),(5036,5,4,30),(5037,5,4,31),(5038,5,4,32),(5039,5,4,33),(5040,5,4,34),(5041,5,4,35),(5042,5,4,36),(5043,5,4,37),(5044,5,4,38),(5045,5,4,39),(5046,5,4,40),(5047,5,4,41),(5048,5,4,42),(5049,5,4,43),(5050,5,4,44),(5051,5,4,45),(5052,5,4,46),(5053,5,4,47),(5054,5,4,48),(5055,5,4,49),(5056,5,5,1),(5057,5,5,2),(5058,5,5,3),(5059,5,5,4),(5060,5,5,5),(5061,5,5,6),(5062,5,5,7),(5063,5,5,8),(5064,5,5,9),(5065,5,5,10),(5066,5,5,11),(5067,5,5,12),(5068,5,5,13),(5069,5,5,14),(5070,5,5,15),(5071,5,5,16),(5072,5,5,17),(5073,5,5,18),(5074,5,5,19),(5075,5,5,20),(5076,5,5,21),(5077,5,5,22),(5078,5,5,23),(5079,5,5,24),(5080,5,5,25),(5081,5,5,26),(5082,5,5,27),(5083,5,5,28),(5084,5,5,29),(5085,5,5,30),(5086,5,5,31),(5087,5,5,32),(5088,5,5,33),(5089,5,6,1),(5090,5,6,2),(5091,5,6,3),(5092,5,6,4),(5093,5,6,5),(5094,5,6,6),(5095,5,6,7),(5096,5,6,8),(5097,5,6,9),(5098,5,6,10),(5099,5,6,11),(5100,5,6,12),(5101,5,6,13),(5102,5,6,14),(5103,5,6,15),(5104,5,6,16),(5105,5,6,17),(5106,5,6,18),(5107,5,6,19),(5108,5,6,20),(5109,5,6,21),(5110,5,6,22),(5111,5,6,23),(5112,5,6,24),(5113,5,6,25),(5114,5,7,1),(5115,5,7,2),(5116,5,7,3),(5117,5,7,4),(5118,5,7,5),(5119,5,7,6),(5120,5,7,7),(5121,5,7,8),(5122,5,7,9),(5123,5,7,10),(5124,5,7,11),(5125,5,7,12),(5126,5,7,13),(5127,5,7,14),(5128,5,7,15),(5129,5,7,16),(5130,5,7,17),(5131,5,7,18),(5132,5,7,19),(5133,5,7,20),(5134,5,7,21),(5135,5,7,22),(5136,5,7,23),(5137,5,7,24),(5138,5,7,25),(5139,5,7,26),(5140,5,8,1),(5141,5,8,2),(5142,5,8,3),(5143,5,8,4),(5144,5,8,5),(5145,5,8,6),(5146,5,8,7),(5147,5,8,8),(5148,5,8,9),(5149,5,8,10),(5150,5,8,11),(5151,5,8,12),(5152,5,8,13),(5153,5,8,14),(5154,5,8,15),(5155,5,8,16),(5156,5,8,17),(5157,5,8,18),(5158,5,8,19),(5159,5,8,20),(5160,5,9,1),(5161,5,9,2),(5162,5,9,3),(5163,5,9,4),(5164,5,9,5),(5165,5,9,6),(5166,5,9,7),(5167,5,9,8),(5168,5,9,9),(5169,5,9,10),(5170,5,9,11),(5171,5,9,12),(5172,5,9,13),(5173,5,9,14),(5174,5,9,15),(5175,5,9,16),(5176,5,9,17),(5177,5,9,18),(5178,5,9,19),(5179,5,9,20),(5180,5,9,21),(5181,5,9,22),(5182,5,9,23),(5183,5,9,24),(5184,5,9,25),(5185,5,9,26),(5186,5,9,27),(5187,5,9,28),(5188,5,9,29),(5189,5,10,1),(5190,5,10,2),(5191,5,10,3),(5192,5,10,4),(5193,5,10,5),(5194,5,10,6),(5195,5,10,7),(5196,5,10,8),(5197,5,10,9),(5198,5,10,10),(5199,5,10,11),(5200,5,10,12),(5201,5,10,13),(5202,5,10,14),(5203,5,10,15),(5204,5,10,16),(5205,5,10,17),(5206,5,10,18),(5207,5,10,19),(5208,5,10,20),(5209,5,10,21),(5210,5,10,22),(5211,5,11,1),(5212,5,11,2),(5213,5,11,3),(5214,5,11,4),(5215,5,11,5),(5216,5,11,6),(5217,5,11,7),(5218,5,11,8),(5219,5,11,9),(5220,5,11,10),(5221,5,11,11),(5222,5,11,12),(5223,5,11,13),(5224,5,11,14),(5225,5,11,15),(5226,5,11,16),(5227,5,11,17),(5228,5,11,18),(5229,5,11,19),(5230,5,11,20),(5231,5,11,21),(5232,5,11,22),(5233,5,11,23),(5234,5,11,24),(5235,5,11,25),(5236,5,11,26),(5237,5,11,27),(5238,5,11,28),(5239,5,11,29),(5240,5,11,30),(5241,5,11,31),(5242,5,11,32),(5243,5,12,1),(5244,5,12,2),(5245,5,12,3),(5246,5,12,4),(5247,5,12,5),(5248,5,12,6),(5249,5,12,7),(5250,5,12,8),(5251,5,12,9),(5252,5,12,10),(5253,5,12,11),(5254,5,12,12),(5255,5,12,13),(5256,5,12,14),(5257,5,12,15),(5258,5,12,16),(5259,5,12,17),(5260,5,12,18),(5261,5,12,19),(5262,5,12,20),(5263,5,12,21),(5264,5,12,22),(5265,5,12,23),(5266,5,12,24),(5267,5,12,25),(5268,5,12,26),(5269,5,12,27),(5270,5,12,28),(5271,5,12,29),(5272,5,12,30),(5273,5,12,31),(5274,5,13,1),(5275,5,13,2),(5276,5,13,3),(5277,5,13,4),(5278,5,13,5),(5279,5,13,6),(5280,5,13,7),(5281,5,13,8),(5282,5,13,9),(5283,5,13,10),(5284,5,13,11),(5285,5,13,12),(5286,5,13,13),(5287,5,13,14),(5288,5,13,15),(5289,5,13,16),(5290,5,13,17),(5291,5,13,18),(5292,5,13,19),(5293,5,14,1),(5294,5,14,2),(5295,5,14,3),(5296,5,14,4),(5297,5,14,5),(5298,5,14,6),(5299,5,14,7),(5300,5,14,8),(5301,5,14,9),(5302,5,14,10),(5303,5,14,11),(5304,5,14,12),(5305,5,14,13),(5306,5,14,14),(5307,5,14,15),(5308,5,14,16),(5309,5,14,17),(5310,5,14,18),(5311,5,14,19),(5312,5,14,20),(5313,5,14,21),(5314,5,14,22),(5315,5,14,23),(5316,5,14,24),(5317,5,14,25),(5318,5,14,26),(5319,5,14,27),(5320,5,14,28),(5321,5,14,29),(5322,5,15,1),(5323,5,15,2),(5324,5,15,3),(5325,5,15,4),(5326,5,15,5),(5327,5,15,6),(5328,5,15,7),(5329,5,15,8),(5330,5,15,9),(5331,5,15,10),(5332,5,15,11),(5333,5,15,12),(5334,5,15,13),(5335,5,15,14),(5336,5,15,15),(5337,5,15,16),(5338,5,15,17),(5339,5,15,18),(5340,5,15,19),(5341,5,15,20),(5342,5,15,21),(5343,5,15,22),(5344,5,15,23),(5345,5,16,1),(5346,5,16,2),(5347,5,16,3),(5348,5,16,4),(5349,5,16,5),(5350,5,16,6),(5351,5,16,7),(5352,5,16,8),(5353,5,16,9),(5354,5,16,10),(5355,5,16,11),(5356,5,16,12),(5357,5,16,13),(5358,5,16,14),(5359,5,16,15),(5360,5,16,16),(5361,5,16,17),(5362,5,16,18),(5363,5,16,19),(5364,5,16,20),(5365,5,16,21),(5366,5,16,22),(5367,5,17,1),(5368,5,17,2),(5369,5,17,3),(5370,5,17,4),(5371,5,17,5),(5372,5,17,6),(5373,5,17,7),(5374,5,17,8),(5375,5,17,9),(5376,5,17,10),(5377,5,17,11),(5378,5,17,12),(5379,5,17,13),(5380,5,17,14),(5381,5,17,15),(5382,5,17,16),(5383,5,17,17),(5384,5,17,18),(5385,5,17,19),(5386,5,17,20),(5387,5,18,1),(5388,5,18,2),(5389,5,18,3),(5390,5,18,4),(5391,5,18,5),(5392,5,18,6),(5393,5,18,7),(5394,5,18,8),(5395,5,18,9),(5396,5,18,10),(5397,5,18,11),(5398,5,18,12),(5399,5,18,13),(5400,5,18,14),(5401,5,18,15),(5402,5,18,16),(5403,5,18,17),(5404,5,18,18),(5405,5,18,19),(5406,5,18,20),(5407,5,18,21),(5408,5,18,22),(5409,5,19,1),(5410,5,19,2),(5411,5,19,3),(5412,5,19,4),(5413,5,19,5),(5414,5,19,6),(5415,5,19,7),(5416,5,19,8),(5417,5,19,9),(5418,5,19,10),(5419,5,19,11),(5420,5,19,12),(5421,5,19,13),(5422,5,19,14),(5423,5,19,15),(5424,5,19,16),(5425,5,19,17),(5426,5,19,18),(5427,5,19,19),(5428,5,19,20),(5429,5,19,21),(5430,5,20,1),(5431,5,20,2),(5432,5,20,3),(5433,5,20,4),(5434,5,20,5),(5435,5,20,6),(5436,5,20,7),(5437,5,20,8),(5438,5,20,9),(5439,5,20,10),(5440,5,20,11),(5441,5,20,12),(5442,5,20,13),(5443,5,20,14),(5444,5,20,15),(5445,5,20,16),(5446,5,20,17),(5447,5,20,18),(5448,5,20,19),(5449,5,20,20),(5450,5,21,1),(5451,5,21,2),(5452,5,21,3),(5453,5,21,4),(5454,5,21,5),(5455,5,21,6),(5456,5,21,7),(5457,5,21,8),(5458,5,21,9),(5459,5,21,10),(5460,5,21,11),(5461,5,21,12),(5462,5,21,13),(5463,5,21,14),(5464,5,21,15),(5465,5,21,16),(5466,5,21,17),(5467,5,21,18),(5468,5,21,19),(5469,5,21,20),(5470,5,21,21),(5471,5,21,22),(5472,5,21,23),(5473,5,22,1),(5474,5,22,2),(5475,5,22,3),(5476,5,22,4),(5477,5,22,5),(5478,5,22,6),(5479,5,22,7),(5480,5,22,8),(5481,5,22,9),(5482,5,22,10),(5483,5,22,11),(5484,5,22,12),(5485,5,22,13),(5486,5,22,14),(5487,5,22,15),(5488,5,22,16),(5489,5,22,17),(5490,5,22,18),(5491,5,22,19),(5492,5,22,20),(5493,5,22,21),(5494,5,22,22),(5495,5,22,23),(5496,5,22,24),(5497,5,22,25),(5498,5,22,26),(5499,5,22,27),(5500,5,22,28),(5501,5,22,29),(5502,5,23,1),(5503,5,23,2),(5504,5,23,3),(5505,5,23,4),(5506,5,23,5),(5507,5,23,6),(5508,5,23,7),(5509,5,23,8),(5510,5,23,9),(5511,5,23,10),(5512,5,23,11),(5513,5,23,12),(5514,5,23,13),(5515,5,23,14),(5516,5,23,15),(5517,5,23,16),(5518,5,23,17),(5519,5,23,18),(5520,5,23,19),(5521,5,23,20),(5522,5,23,21),(5523,5,23,22),(5524,5,23,23),(5525,5,23,24),(5526,5,23,25),(5527,5,23,26),(5528,5,24,1),(5529,5,24,2),(5530,5,24,3),(5531,5,24,4),(5532,5,24,5),(5533,5,24,6),(5534,5,24,7),(5535,5,24,8),(5536,5,24,9),(5537,5,24,10),(5538,5,24,11),(5539,5,24,12),(5540,5,24,13),(5541,5,24,14),(5542,5,24,15),(5543,5,24,16),(5544,5,24,17),(5545,5,24,18),(5546,5,24,19),(5547,5,24,20),(5548,5,24,21),(5549,5,24,22),(5550,5,25,1),(5551,5,25,2),(5552,5,25,3),(5553,5,25,4),(5554,5,25,5),(5555,5,25,6),(5556,5,25,7),(5557,5,25,8),(5558,5,25,9),(5559,5,25,10),(5560,5,25,11),(5561,5,25,12),(5562,5,25,13),(5563,5,25,14),(5564,5,25,15),(5565,5,25,16),(5566,5,25,17),(5567,5,25,18),(5568,5,25,19),(5569,5,26,1),(5570,5,26,2),(5571,5,26,3),(5572,5,26,4),(5573,5,26,5),(5574,5,26,6),(5575,5,26,7),(5576,5,26,8),(5577,5,26,9),(5578,5,26,10),(5579,5,26,11),(5580,5,26,12),(5581,5,26,13),(5582,5,26,14),(5583,5,26,15),(5584,5,26,16),(5585,5,26,17),(5586,5,26,18),(5587,5,26,19),(5588,5,27,1),(5589,5,27,2),(5590,5,27,3),(5591,5,27,4),(5592,5,27,5),(5593,5,27,6),(5594,5,27,7),(5595,5,27,8),(5596,5,27,9),(5597,5,27,10),(5598,5,27,11),(5599,5,27,12),(5600,5,27,13),(5601,5,27,14),(5602,5,27,15),(5603,5,27,16),(5604,5,27,17),(5605,5,27,18),(5606,5,27,19),(5607,5,27,20),(5608,5,27,21),(5609,5,27,22),(5610,5,27,23),(5611,5,27,24),(5612,5,27,25),(5613,5,27,26),(5614,5,28,1),(5615,5,28,2),(5616,5,28,3),(5617,5,28,4),(5618,5,28,5),(5619,5,28,6),(5620,5,28,7),(5621,5,28,8),(5622,5,28,9),(5623,5,28,10),(5624,5,28,11),(5625,5,28,12),(5626,5,28,13),(5627,5,28,14),(5628,5,28,15),(5629,5,28,16),(5630,5,28,17),(5631,5,28,18),(5632,5,28,19),(5633,5,28,20),(5634,5,28,21),(5635,5,28,22),(5636,5,28,23),(5637,5,28,24),(5638,5,28,25),(5639,5,28,26),(5640,5,28,27),(5641,5,28,28),(5642,5,28,29),(5643,5,28,30),(5644,5,28,31),(5645,5,28,32),(5646,5,28,33),(5647,5,28,34),(5648,5,28,35),(5649,5,28,36),(5650,5,28,37),(5651,5,28,38),(5652,5,28,39),(5653,5,28,40),(5654,5,28,41),(5655,5,28,42),(5656,5,28,43),(5657,5,28,44),(5658,5,28,45),(5659,5,28,46),(5660,5,28,47),(5661,5,28,48),(5662,5,28,49),(5663,5,28,50),(5664,5,28,51),(5665,5,28,52),(5666,5,28,53),(5667,5,28,54),(5668,5,28,55),(5669,5,28,56),(5670,5,28,57),(5671,5,28,58),(5672,5,28,59),(5673,5,28,60),(5674,5,28,61),(5675,5,28,62),(5676,5,28,63),(5677,5,28,64),(5678,5,28,65),(5679,5,28,66),(5680,5,28,67),(5681,5,28,68),(5682,5,28,69),(5683,5,29,1),(5684,5,29,2),(5685,5,29,3),(5686,5,29,4),(5687,5,29,5),(5688,5,29,6),(5689,5,29,7),(5690,5,29,8),(5691,5,29,9),(5692,5,29,10),(5693,5,29,11),(5694,5,29,12),(5695,5,29,13),(5696,5,29,14),(5697,5,29,15),(5698,5,29,16),(5699,5,29,17),(5700,5,29,18),(5701,5,29,19),(5702,5,29,20),(5703,5,29,21),(5704,5,29,22),(5705,5,29,23),(5706,5,29,24),(5707,5,29,25),(5708,5,29,26),(5709,5,29,27),(5710,5,29,28),(5711,5,30,1),(5712,5,30,2),(5713,5,30,3),(5714,5,30,4),(5715,5,30,5),(5716,5,30,6),(5717,5,30,7),(5718,5,30,8),(5719,5,30,9),(5720,5,30,10),(5721,5,30,11),(5722,5,30,12),(5723,5,30,13),(5724,5,30,14),(5725,5,30,15),(5726,5,30,16),(5727,5,30,17),(5728,5,30,18),(5729,5,30,19),(5730,5,30,20),(5731,5,31,1),(5732,5,31,2),(5733,5,31,3),(5734,5,31,4),(5735,5,31,5),(5736,5,31,6),(5737,5,31,7),(5738,5,31,8),(5739,5,31,9),(5740,5,31,10),(5741,5,31,11),(5742,5,31,12),(5743,5,31,13),(5744,5,31,14),(5745,5,31,15),(5746,5,31,16),(5747,5,31,17),(5748,5,31,18),(5749,5,31,19),(5750,5,31,20),(5751,5,31,21),(5752,5,31,22),(5753,5,31,23),(5754,5,31,24),(5755,5,31,25),(5756,5,31,26),(5757,5,31,27),(5758,5,31,28),(5759,5,31,29),(5760,5,31,30),(5761,5,32,1),(5762,5,32,2),(5763,5,32,3),(5764,5,32,4),(5765,5,32,5),(5766,5,32,6),(5767,5,32,7),(5768,5,32,8),(5769,5,32,9),(5770,5,32,10),(5771,5,32,11),(5772,5,32,12),(5773,5,32,13),(5774,5,32,14),(5775,5,32,15),(5776,5,32,16),(5777,5,32,17),(5778,5,32,18),(5779,5,32,19),(5780,5,32,20),(5781,5,32,21),(5782,5,32,22),(5783,5,32,23),(5784,5,32,24),(5785,5,32,25),(5786,5,32,26),(5787,5,32,27),(5788,5,32,28),(5789,5,32,29),(5790,5,32,30),(5791,5,32,31),(5792,5,32,32),(5793,5,32,33),(5794,5,32,34),(5795,5,32,35),(5796,5,32,36),(5797,5,32,37),(5798,5,32,38),(5799,5,32,39),(5800,5,32,40),(5801,5,32,41),(5802,5,32,42),(5803,5,32,43),(5804,5,32,44),(5805,5,32,45),(5806,5,32,46),(5807,5,32,47),(5808,5,32,48),(5809,5,32,49),(5810,5,32,50),(5811,5,32,51),(5812,5,32,52),(5813,5,33,1),(5814,5,33,2),(5815,5,33,3),(5816,5,33,4),(5817,5,33,5),(5818,5,33,6),(5819,5,33,7),(5820,5,33,8),(5821,5,33,9),(5822,5,33,10),(5823,5,33,11),(5824,5,33,12),(5825,5,33,13),(5826,5,33,14),(5827,5,33,15),(5828,5,33,16),(5829,5,33,17),(5830,5,33,18),(5831,5,33,19),(5832,5,33,20),(5833,5,33,21),(5834,5,33,22),(5835,5,33,23),(5836,5,33,24),(5837,5,33,25),(5838,5,33,26),(5839,5,33,27),(5840,5,33,28),(5841,5,33,29),(5842,5,34,1),(5843,5,34,2),(5844,5,34,3),(5845,5,34,4),(5846,5,34,5),(5847,5,34,6),(5848,5,34,7),(5849,5,34,8),(5850,5,34,9),(5851,5,34,10),(5852,5,34,11),(5853,5,34,12),(5854,6,1,1),(5855,6,1,2),(5856,6,1,3),(5857,6,1,4),(5858,6,1,5),(5859,6,1,6),(5860,6,1,7),(5861,6,1,8),(5862,6,1,9),(5863,6,1,10),(5864,6,1,11),(5865,6,1,12),(5866,6,1,13),(5867,6,1,14),(5868,6,1,15),(5869,6,1,16),(5870,6,1,17),(5871,6,1,18),(5872,6,2,1),(5873,6,2,2),(5874,6,2,3),(5875,6,2,4),(5876,6,2,5),(5877,6,2,6),(5878,6,2,7),(5879,6,2,8),(5880,6,2,9),(5881,6,2,10),(5882,6,2,11),(5883,6,2,12),(5884,6,2,13),(5885,6,2,14),(5886,6,2,15),(5887,6,2,16),(5888,6,2,17),(5889,6,2,18),(5890,6,2,19),(5891,6,2,20),(5892,6,2,21),(5893,6,2,22),(5894,6,2,23),(5895,6,2,24),(5896,6,3,1),(5897,6,3,2),(5898,6,3,3),(5899,6,3,4),(5900,6,3,5),(5901,6,3,6),(5902,6,3,7),(5903,6,3,8),(5904,6,3,9),(5905,6,3,10),(5906,6,3,11),(5907,6,3,12),(5908,6,3,13),(5909,6,3,14),(5910,6,3,15),(5911,6,3,16),(5912,6,3,17),(5913,6,4,1),(5914,6,4,2),(5915,6,4,3),(5916,6,4,4),(5917,6,4,5),(5918,6,4,6),(5919,6,4,7),(5920,6,4,8),(5921,6,4,9),(5922,6,4,10),(5923,6,4,11),(5924,6,4,12),(5925,6,4,13),(5926,6,4,14),(5927,6,4,15),(5928,6,4,16),(5929,6,4,17),(5930,6,4,18),(5931,6,4,19),(5932,6,4,20),(5933,6,4,21),(5934,6,4,22),(5935,6,4,23),(5936,6,4,24),(5937,6,5,1),(5938,6,5,2),(5939,6,5,3),(5940,6,5,4),(5941,6,5,5),(5942,6,5,6),(5943,6,5,7),(5944,6,5,8),(5945,6,5,9),(5946,6,5,10),(5947,6,5,11),(5948,6,5,12),(5949,6,5,13),(5950,6,5,14),(5951,6,5,15),(5952,6,6,1),(5953,6,6,2),(5954,6,6,3),(5955,6,6,4),(5956,6,6,5),(5957,6,6,6),(5958,6,6,7),(5959,6,6,8),(5960,6,6,9),(5961,6,6,10),(5962,6,6,11),(5963,6,6,12),(5964,6,6,13),(5965,6,6,14),(5966,6,6,15),(5967,6,6,16),(5968,6,6,17),(5969,6,6,18),(5970,6,6,19),(5971,6,6,20),(5972,6,6,21),(5973,6,6,22),(5974,6,6,23),(5975,6,6,24),(5976,6,6,25),(5977,6,6,26),(5978,6,6,27),(5979,6,7,1),(5980,6,7,2),(5981,6,7,3),(5982,6,7,4),(5983,6,7,5),(5984,6,7,6),(5985,6,7,7),(5986,6,7,8),(5987,6,7,9),(5988,6,7,10),(5989,6,7,11),(5990,6,7,12),(5991,6,7,13),(5992,6,7,14),(5993,6,7,15),(5994,6,7,16),(5995,6,7,17),(5996,6,7,18),(5997,6,7,19),(5998,6,7,20),(5999,6,7,21),(6000,6,7,22),(6001,6,7,23),(6002,6,7,24),(6003,6,7,25),(6004,6,7,26),(6005,6,8,1),(6006,6,8,2),(6007,6,8,3),(6008,6,8,4),(6009,6,8,5),(6010,6,8,6),(6011,6,8,7),(6012,6,8,8),(6013,6,8,9),(6014,6,8,10),(6015,6,8,11),(6016,6,8,12),(6017,6,8,13),(6018,6,8,14),(6019,6,8,15),(6020,6,8,16),(6021,6,8,17),(6022,6,8,18),(6023,6,8,19),(6024,6,8,20),(6025,6,8,21),(6026,6,8,22),(6027,6,8,23),(6028,6,8,24),(6029,6,8,25),(6030,6,8,26),(6031,6,8,27),(6032,6,8,28),(6033,6,8,29),(6034,6,8,30),(6035,6,8,31),(6036,6,8,32),(6037,6,8,33),(6038,6,8,34),(6039,6,8,35),(6040,6,9,1),(6041,6,9,2),(6042,6,9,3),(6043,6,9,4),(6044,6,9,5),(6045,6,9,6),(6046,6,9,7),(6047,6,9,8),(6048,6,9,9),(6049,6,9,10),(6050,6,9,11),(6051,6,9,12),(6052,6,9,13),(6053,6,9,14),(6054,6,9,15),(6055,6,9,16),(6056,6,9,17),(6057,6,9,18),(6058,6,9,19),(6059,6,9,20),(6060,6,9,21),(6061,6,9,22),(6062,6,9,23),(6063,6,9,24),(6064,6,9,25),(6065,6,9,26),(6066,6,9,27),(6067,6,10,1),(6068,6,10,2),(6069,6,10,3),(6070,6,10,4),(6071,6,10,5),(6072,6,10,6),(6073,6,10,7),(6074,6,10,8),(6075,6,10,9),(6076,6,10,10),(6077,6,10,11),(6078,6,10,12),(6079,6,10,13),(6080,6,10,14),(6081,6,10,15),(6082,6,10,16),(6083,6,10,17),(6084,6,10,18),(6085,6,10,19),(6086,6,10,20),(6087,6,10,21),(6088,6,10,22),(6089,6,10,23),(6090,6,10,24),(6091,6,10,25),(6092,6,10,26),(6093,6,10,27),(6094,6,10,28),(6095,6,10,29),(6096,6,10,30),(6097,6,10,31),(6098,6,10,32),(6099,6,10,33),(6100,6,10,34),(6101,6,10,35),(6102,6,10,36),(6103,6,10,37),(6104,6,10,38),(6105,6,10,39),(6106,6,10,40),(6107,6,10,41),(6108,6,10,42),(6109,6,10,43),(6110,6,11,1),(6111,6,11,2),(6112,6,11,3),(6113,6,11,4),(6114,6,11,5),(6115,6,11,6),(6116,6,11,7),(6117,6,11,8),(6118,6,11,9),(6119,6,11,10),(6120,6,11,11),(6121,6,11,12),(6122,6,11,13),(6123,6,11,14),(6124,6,11,15),(6125,6,11,16),(6126,6,11,17),(6127,6,11,18),(6128,6,11,19),(6129,6,11,20),(6130,6,11,21),(6131,6,11,22),(6132,6,11,23),(6133,6,12,1),(6134,6,12,2),(6135,6,12,3),(6136,6,12,4),(6137,6,12,5),(6138,6,12,6),(6139,6,12,7),(6140,6,12,8),(6141,6,12,9),(6142,6,12,10),(6143,6,12,11),(6144,6,12,12),(6145,6,12,13),(6146,6,12,14),(6147,6,12,15),(6148,6,12,16),(6149,6,12,17),(6150,6,12,18),(6151,6,12,19),(6152,6,12,20),(6153,6,12,21),(6154,6,12,22),(6155,6,12,23),(6156,6,12,24),(6157,6,13,1),(6158,6,13,2),(6159,6,13,3),(6160,6,13,4),(6161,6,13,5),(6162,6,13,6),(6163,6,13,7),(6164,6,13,8),(6165,6,13,9),(6166,6,13,10),(6167,6,13,11),(6168,6,13,12),(6169,6,13,13),(6170,6,13,14),(6171,6,13,15),(6172,6,13,16),(6173,6,13,17),(6174,6,13,18),(6175,6,13,19),(6176,6,13,20),(6177,6,13,21),(6178,6,13,22),(6179,6,13,23),(6180,6,13,24),(6181,6,13,25),(6182,6,13,26),(6183,6,13,27),(6184,6,13,28),(6185,6,13,29),(6186,6,13,30),(6187,6,13,31),(6188,6,13,32),(6189,6,13,33),(6190,6,14,1),(6191,6,14,2),(6192,6,14,3),(6193,6,14,4),(6194,6,14,5),(6195,6,14,6),(6196,6,14,7),(6197,6,14,8),(6198,6,14,9),(6199,6,14,10),(6200,6,14,11),(6201,6,14,12),(6202,6,14,13),(6203,6,14,14),(6204,6,14,15),(6205,6,15,1),(6206,6,15,2),(6207,6,15,3),(6208,6,15,4),(6209,6,15,5),(6210,6,15,6),(6211,6,15,7),(6212,6,15,8),(6213,6,15,9),(6214,6,15,10),(6215,6,15,11),(6216,6,15,12),(6217,6,15,13),(6218,6,15,14),(6219,6,15,15),(6220,6,15,16),(6221,6,15,17),(6222,6,15,18),(6223,6,15,19),(6224,6,15,20),(6225,6,15,21),(6226,6,15,22),(6227,6,15,23),(6228,6,15,24),(6229,6,15,25),(6230,6,15,26),(6231,6,15,27),(6232,6,15,28),(6233,6,15,29),(6234,6,15,30),(6235,6,15,31),(6236,6,15,32),(6237,6,15,33),(6238,6,15,34),(6239,6,15,35),(6240,6,15,36),(6241,6,15,37),(6242,6,15,38),(6243,6,15,39),(6244,6,15,40),(6245,6,15,41),(6246,6,15,42),(6247,6,15,43),(6248,6,15,44),(6249,6,15,45),(6250,6,15,46),(6251,6,15,47),(6252,6,15,48),(6253,6,15,49),(6254,6,15,50),(6255,6,15,51),(6256,6,15,52),(6257,6,15,53),(6258,6,15,54),(6259,6,15,55),(6260,6,15,56),(6261,6,15,57),(6262,6,15,58),(6263,6,15,59),(6264,6,15,60),(6265,6,15,61),(6266,6,15,62),(6267,6,15,63),(6268,6,16,1),(6269,6,16,2),(6270,6,16,3),(6271,6,16,4),(6272,6,16,5),(6273,6,16,6),(6274,6,16,7),(6275,6,16,8),(6276,6,16,9),(6277,6,16,10),(6278,6,17,1),(6279,6,17,2),(6280,6,17,3),(6281,6,17,4),(6282,6,17,5),(6283,6,17,6),(6284,6,17,7),(6285,6,17,8),(6286,6,17,9),(6287,6,17,10),(6288,6,17,11),(6289,6,17,12),(6290,6,17,13),(6291,6,17,14),(6292,6,17,15),(6293,6,17,16),(6294,6,17,17),(6295,6,17,18),(6296,6,18,1),(6297,6,18,2),(6298,6,18,3),(6299,6,18,4),(6300,6,18,5),(6301,6,18,6),(6302,6,18,7),(6303,6,18,8),(6304,6,18,9),(6305,6,18,10),(6306,6,18,11),(6307,6,18,12),(6308,6,18,13),(6309,6,18,14),(6310,6,18,15),(6311,6,18,16),(6312,6,18,17),(6313,6,18,18),(6314,6,18,19),(6315,6,18,20),(6316,6,18,21),(6317,6,18,22),(6318,6,18,23),(6319,6,18,24),(6320,6,18,25),(6321,6,18,26),(6322,6,18,27),(6323,6,18,28),(6324,6,19,1),(6325,6,19,2),(6326,6,19,3),(6327,6,19,4),(6328,6,19,5),(6329,6,19,6),(6330,6,19,7),(6331,6,19,8),(6332,6,19,9),(6333,6,19,10),(6334,6,19,11),(6335,6,19,12),(6336,6,19,13),(6337,6,19,14),(6338,6,19,15),(6339,6,19,16),(6340,6,19,17),(6341,6,19,18),(6342,6,19,19),(6343,6,19,20),(6344,6,19,21),(6345,6,19,22),(6346,6,19,23),(6347,6,19,24),(6348,6,19,25),(6349,6,19,26),(6350,6,19,27),(6351,6,19,28),(6352,6,19,29),(6353,6,19,30),(6354,6,19,31),(6355,6,19,32),(6356,6,19,33),(6357,6,19,34),(6358,6,19,35),(6359,6,19,36),(6360,6,19,37),(6361,6,19,38),(6362,6,19,39),(6363,6,19,40),(6364,6,19,41),(6365,6,19,42),(6366,6,19,43),(6367,6,19,44),(6368,6,19,45),(6369,6,19,46),(6370,6,19,47),(6371,6,19,48),(6372,6,19,49),(6373,6,19,50),(6374,6,19,51),(6375,6,20,1),(6376,6,20,2),(6377,6,20,3),(6378,6,20,4),(6379,6,20,5),(6380,6,20,6),(6381,6,20,7),(6382,6,20,8),(6383,6,20,9),(6384,6,21,1),(6385,6,21,2),(6386,6,21,3),(6387,6,21,4),(6388,6,21,5),(6389,6,21,6),(6390,6,21,7),(6391,6,21,8),(6392,6,21,9),(6393,6,21,10),(6394,6,21,11),(6395,6,21,12),(6396,6,21,13),(6397,6,21,14),(6398,6,21,15),(6399,6,21,16),(6400,6,21,17),(6401,6,21,18),(6402,6,21,19),(6403,6,21,20),(6404,6,21,21),(6405,6,21,22),(6406,6,21,23),(6407,6,21,24),(6408,6,21,25),(6409,6,21,26),(6410,6,21,27),(6411,6,21,28),(6412,6,21,29),(6413,6,21,30),(6414,6,21,31),(6415,6,21,32),(6416,6,21,33),(6417,6,21,34),(6418,6,21,35),(6419,6,21,36),(6420,6,21,37),(6421,6,21,38),(6422,6,21,39),(6423,6,21,40),(6424,6,21,41),(6425,6,21,42),(6426,6,21,43),(6427,6,21,44),(6428,6,21,45),(6429,6,22,1),(6430,6,22,2),(6431,6,22,3),(6432,6,22,4),(6433,6,22,5),(6434,6,22,6),(6435,6,22,7),(6436,6,22,8),(6437,6,22,9),(6438,6,22,10),(6439,6,22,11),(6440,6,22,12),(6441,6,22,13),(6442,6,22,14),(6443,6,22,15),(6444,6,22,16),(6445,6,22,17),(6446,6,22,18),(6447,6,22,19),(6448,6,22,20),(6449,6,22,21),(6450,6,22,22),(6451,6,22,23),(6452,6,22,24),(6453,6,22,25),(6454,6,22,26),(6455,6,22,27),(6456,6,22,28),(6457,6,22,29),(6458,6,22,30),(6459,6,22,31),(6460,6,22,32),(6461,6,22,33),(6462,6,22,34),(6463,6,23,1),(6464,6,23,2),(6465,6,23,3),(6466,6,23,4),(6467,6,23,5),(6468,6,23,6),(6469,6,23,7),(6470,6,23,8),(6471,6,23,9),(6472,6,23,10),(6473,6,23,11),(6474,6,23,12),(6475,6,23,13),(6476,6,23,14),(6477,6,23,15),(6478,6,23,16),(6479,6,24,1),(6480,6,24,2),(6481,6,24,3),(6482,6,24,4),(6483,6,24,5),(6484,6,24,6),(6485,6,24,7),(6486,6,24,8),(6487,6,24,9),(6488,6,24,10),(6489,6,24,11),(6490,6,24,12),(6491,6,24,13),(6492,6,24,14),(6493,6,24,15),(6494,6,24,16),(6495,6,24,17),(6496,6,24,18),(6497,6,24,19),(6498,6,24,20),(6499,6,24,21),(6500,6,24,22),(6501,6,24,23),(6502,6,24,24),(6503,6,24,25),(6504,6,24,26),(6505,6,24,27),(6506,6,24,28),(6507,6,24,29),(6508,6,24,30),(6509,6,24,31),(6510,6,24,32),(6511,6,24,33),(6512,7,1,1),(6513,7,1,2),(6514,7,1,3),(6515,7,1,4),(6516,7,1,5),(6517,7,1,6),(6518,7,1,7),(6519,7,1,8),(6520,7,1,9),(6521,7,1,10),(6522,7,1,11),(6523,7,1,12),(6524,7,1,13),(6525,7,1,14),(6526,7,1,15),(6527,7,1,16),(6528,7,1,17),(6529,7,1,18),(6530,7,1,19),(6531,7,1,20),(6532,7,1,21),(6533,7,1,22),(6534,7,1,23),(6535,7,1,24),(6536,7,1,25),(6537,7,1,26),(6538,7,1,27),(6539,7,1,28),(6540,7,1,29),(6541,7,1,30),(6542,7,1,31),(6543,7,1,32),(6544,7,1,33),(6545,7,1,34),(6546,7,1,35),(6547,7,1,36),(6548,7,2,1),(6549,7,2,2),(6550,7,2,3),(6551,7,2,4),(6552,7,2,5),(6553,7,2,6),(6554,7,2,7),(6555,7,2,8),(6556,7,2,9),(6557,7,2,10),(6558,7,2,11),(6559,7,2,12),(6560,7,2,13),(6561,7,2,14),(6562,7,2,15),(6563,7,2,16),(6564,7,2,17),(6565,7,2,18),(6566,7,2,19),(6567,7,2,20),(6568,7,2,21),(6569,7,2,22),(6570,7,2,23),(6571,7,3,1),(6572,7,3,2),(6573,7,3,3),(6574,7,3,4),(6575,7,3,5),(6576,7,3,6),(6577,7,3,7),(6578,7,3,8),(6579,7,3,9),(6580,7,3,10),(6581,7,3,11),(6582,7,3,12),(6583,7,3,13),(6584,7,3,14),(6585,7,3,15),(6586,7,3,16),(6587,7,3,17),(6588,7,3,18),(6589,7,3,19),(6590,7,3,20),(6591,7,3,21),(6592,7,3,22),(6593,7,3,23),(6594,7,3,24),(6595,7,3,25),(6596,7,3,26),(6597,7,3,27),(6598,7,3,28),(6599,7,3,29),(6600,7,3,30),(6601,7,3,31),(6602,7,4,1),(6603,7,4,2),(6604,7,4,3),(6605,7,4,4),(6606,7,4,5),(6607,7,4,6),(6608,7,4,7),(6609,7,4,8),(6610,7,4,9),(6611,7,4,10),(6612,7,4,11),(6613,7,4,12),(6614,7,4,13),(6615,7,4,14),(6616,7,4,15),(6617,7,4,16),(6618,7,4,17),(6619,7,4,18),(6620,7,4,19),(6621,7,4,20),(6622,7,4,21),(6623,7,4,22),(6624,7,4,23),(6625,7,4,24),(6626,7,5,1),(6627,7,5,2),(6628,7,5,3),(6629,7,5,4),(6630,7,5,5),(6631,7,5,6),(6632,7,5,7),(6633,7,5,8),(6634,7,5,9),(6635,7,5,10),(6636,7,5,11),(6637,7,5,12),(6638,7,5,13),(6639,7,5,14),(6640,7,5,15),(6641,7,5,16),(6642,7,5,17),(6643,7,5,18),(6644,7,5,19),(6645,7,5,20),(6646,7,5,21),(6647,7,5,22),(6648,7,5,23),(6649,7,5,24),(6650,7,5,25),(6651,7,5,26),(6652,7,5,27),(6653,7,5,28),(6654,7,5,29),(6655,7,5,30),(6656,7,5,31),(6657,7,6,1),(6658,7,6,2),(6659,7,6,3),(6660,7,6,4),(6661,7,6,5),(6662,7,6,6),(6663,7,6,7),(6664,7,6,8),(6665,7,6,9),(6666,7,6,10),(6667,7,6,11),(6668,7,6,12),(6669,7,6,13),(6670,7,6,14),(6671,7,6,15),(6672,7,6,16),(6673,7,6,17),(6674,7,6,18),(6675,7,6,19),(6676,7,6,20),(6677,7,6,21),(6678,7,6,22),(6679,7,6,23),(6680,7,6,24),(6681,7,6,25),(6682,7,6,26),(6683,7,6,27),(6684,7,6,28),(6685,7,6,29),(6686,7,6,30),(6687,7,6,31),(6688,7,6,32),(6689,7,6,33),(6690,7,6,34),(6691,7,6,35),(6692,7,6,36),(6693,7,6,37),(6694,7,6,38),(6695,7,6,39),(6696,7,6,40),(6697,7,7,1),(6698,7,7,2),(6699,7,7,3),(6700,7,7,4),(6701,7,7,5),(6702,7,7,6),(6703,7,7,7),(6704,7,7,8),(6705,7,7,9),(6706,7,7,10),(6707,7,7,11),(6708,7,7,12),(6709,7,7,13),(6710,7,7,14),(6711,7,7,15),(6712,7,7,16),(6713,7,7,17),(6714,7,7,18),(6715,7,7,19),(6716,7,7,20),(6717,7,7,21),(6718,7,7,22),(6719,7,7,23),(6720,7,7,24),(6721,7,7,25),(6722,7,8,1),(6723,7,8,2),(6724,7,8,3),(6725,7,8,4),(6726,7,8,5),(6727,7,8,6),(6728,7,8,7),(6729,7,8,8),(6730,7,8,9),(6731,7,8,10),(6732,7,8,11),(6733,7,8,12),(6734,7,8,13),(6735,7,8,14),(6736,7,8,15),(6737,7,8,16),(6738,7,8,17),(6739,7,8,18),(6740,7,8,19),(6741,7,8,20),(6742,7,8,21),(6743,7,8,22),(6744,7,8,23),(6745,7,8,24),(6746,7,8,25),(6747,7,8,26),(6748,7,8,27),(6749,7,8,28),(6750,7,8,29),(6751,7,8,30),(6752,7,8,31),(6753,7,8,32),(6754,7,8,33),(6755,7,8,34),(6756,7,8,35),(6757,7,9,1),(6758,7,9,2),(6759,7,9,3),(6760,7,9,4),(6761,7,9,5),(6762,7,9,6),(6763,7,9,7),(6764,7,9,8),(6765,7,9,9),(6766,7,9,10),(6767,7,9,11),(6768,7,9,12),(6769,7,9,13),(6770,7,9,14),(6771,7,9,15),(6772,7,9,16),(6773,7,9,17),(6774,7,9,18),(6775,7,9,19),(6776,7,9,20),(6777,7,9,21),(6778,7,9,22),(6779,7,9,23),(6780,7,9,24),(6781,7,9,25),(6782,7,9,26),(6783,7,9,27),(6784,7,9,28),(6785,7,9,29),(6786,7,9,30),(6787,7,9,31),(6788,7,9,32),(6789,7,9,33),(6790,7,9,34),(6791,7,9,35),(6792,7,9,36),(6793,7,9,37),(6794,7,9,38),(6795,7,9,39),(6796,7,9,40),(6797,7,9,41),(6798,7,9,42),(6799,7,9,43),(6800,7,9,44),(6801,7,9,45),(6802,7,9,46),(6803,7,9,47),(6804,7,9,48),(6805,7,9,49),(6806,7,9,50),(6807,7,9,51),(6808,7,9,52),(6809,7,9,53),(6810,7,9,54),(6811,7,9,55),(6812,7,9,56),(6813,7,9,57),(6814,7,10,1),(6815,7,10,2),(6816,7,10,3),(6817,7,10,4),(6818,7,10,5),(6819,7,10,6),(6820,7,10,7),(6821,7,10,8),(6822,7,10,9),(6823,7,10,10),(6824,7,10,11),(6825,7,10,12),(6826,7,10,13),(6827,7,10,14),(6828,7,10,15),(6829,7,10,16),(6830,7,10,17),(6831,7,10,18),(6832,7,11,1),(6833,7,11,2),(6834,7,11,3),(6835,7,11,4),(6836,7,11,5),(6837,7,11,6),(6838,7,11,7),(6839,7,11,8),(6840,7,11,9),(6841,7,11,10),(6842,7,11,11),(6843,7,11,12),(6844,7,11,13),(6845,7,11,14),(6846,7,11,15),(6847,7,11,16),(6848,7,11,17),(6849,7,11,18),(6850,7,11,19),(6851,7,11,20),(6852,7,11,21),(6853,7,11,22),(6854,7,11,23),(6855,7,11,24),(6856,7,11,25),(6857,7,11,26),(6858,7,11,27),(6859,7,11,28),(6860,7,11,29),(6861,7,11,30),(6862,7,11,31),(6863,7,11,32),(6864,7,11,33),(6865,7,11,34),(6866,7,11,35),(6867,7,11,36),(6868,7,11,37),(6869,7,11,38),(6870,7,11,39),(6871,7,11,40),(6872,7,12,1),(6873,7,12,2),(6874,7,12,3),(6875,7,12,4),(6876,7,12,5),(6877,7,12,6),(6878,7,12,7),(6879,7,12,8),(6880,7,12,9),(6881,7,12,10),(6882,7,12,11),(6883,7,12,12),(6884,7,12,13),(6885,7,12,14),(6886,7,12,15),(6887,7,13,1),(6888,7,13,2),(6889,7,13,3),(6890,7,13,4),(6891,7,13,5),(6892,7,13,6),(6893,7,13,7),(6894,7,13,8),(6895,7,13,9),(6896,7,13,10),(6897,7,13,11),(6898,7,13,12),(6899,7,13,13),(6900,7,13,14),(6901,7,13,15),(6902,7,13,16),(6903,7,13,17),(6904,7,13,18),(6905,7,13,19),(6906,7,13,20),(6907,7,13,21),(6908,7,13,22),(6909,7,13,23),(6910,7,13,24),(6911,7,13,25),(6912,7,14,1),(6913,7,14,2),(6914,7,14,3),(6915,7,14,4),(6916,7,14,5),(6917,7,14,6),(6918,7,14,7),(6919,7,14,8),(6920,7,14,9),(6921,7,14,10),(6922,7,14,11),(6923,7,14,12),(6924,7,14,13),(6925,7,14,14),(6926,7,14,15),(6927,7,14,16),(6928,7,14,17),(6929,7,14,18),(6930,7,14,19),(6931,7,14,20),(6932,7,15,1),(6933,7,15,2),(6934,7,15,3),(6935,7,15,4),(6936,7,15,5),(6937,7,15,6),(6938,7,15,7),(6939,7,15,8),(6940,7,15,9),(6941,7,15,10),(6942,7,15,11),(6943,7,15,12),(6944,7,15,13),(6945,7,15,14),(6946,7,15,15),(6947,7,15,16),(6948,7,15,17),(6949,7,15,18),(6950,7,15,19),(6951,7,15,20),(6952,7,16,1),(6953,7,16,2),(6954,7,16,3),(6955,7,16,4),(6956,7,16,5),(6957,7,16,6),(6958,7,16,7),(6959,7,16,8),(6960,7,16,9),(6961,7,16,10),(6962,7,16,11),(6963,7,16,12),(6964,7,16,13),(6965,7,16,14),(6966,7,16,15),(6967,7,16,16),(6968,7,16,17),(6969,7,16,18),(6970,7,16,19),(6971,7,16,20),(6972,7,16,21),(6973,7,16,22),(6974,7,16,23),(6975,7,16,24),(6976,7,16,25),(6977,7,16,26),(6978,7,16,27),(6979,7,16,28),(6980,7,16,29),(6981,7,16,30),(6982,7,16,31),(6983,7,17,1),(6984,7,17,2),(6985,7,17,3),(6986,7,17,4),(6987,7,17,5),(6988,7,17,6),(6989,7,17,7),(6990,7,17,8),(6991,7,17,9),(6992,7,17,10),(6993,7,17,11),(6994,7,17,12),(6995,7,17,13),(6996,7,18,1),(6997,7,18,2),(6998,7,18,3),(6999,7,18,4),(7000,7,18,5),(7001,7,18,6),(7002,7,18,7),(7003,7,18,8),(7004,7,18,9),(7005,7,18,10),(7006,7,18,11),(7007,7,18,12),(7008,7,18,13),(7009,7,18,14),(7010,7,18,15),(7011,7,18,16),(7012,7,18,17),(7013,7,18,18),(7014,7,18,19),(7015,7,18,20),(7016,7,18,21),(7017,7,18,22),(7018,7,18,23),(7019,7,18,24),(7020,7,18,25),(7021,7,18,26),(7022,7,18,27),(7023,7,18,28),(7024,7,18,29),(7025,7,18,30),(7026,7,18,31),(7027,7,19,1),(7028,7,19,2),(7029,7,19,3),(7030,7,19,4),(7031,7,19,5),(7032,7,19,6),(7033,7,19,7),(7034,7,19,8),(7035,7,19,9),(7036,7,19,10),(7037,7,19,11),(7038,7,19,12),(7039,7,19,13),(7040,7,19,14),(7041,7,19,15),(7042,7,19,16),(7043,7,19,17),(7044,7,19,18),(7045,7,19,19),(7046,7,19,20),(7047,7,19,21),(7048,7,19,22),(7049,7,19,23),(7050,7,19,24),(7051,7,19,25),(7052,7,19,26),(7053,7,19,27),(7054,7,19,28),(7055,7,19,29),(7056,7,19,30),(7057,7,20,1),(7058,7,20,2),(7059,7,20,3),(7060,7,20,4),(7061,7,20,5),(7062,7,20,6),(7063,7,20,7),(7064,7,20,8),(7065,7,20,9),(7066,7,20,10),(7067,7,20,11),(7068,7,20,12),(7069,7,20,13),(7070,7,20,14),(7071,7,20,15),(7072,7,20,16),(7073,7,20,17),(7074,7,20,18),(7075,7,20,19),(7076,7,20,20),(7077,7,20,21),(7078,7,20,22),(7079,7,20,23),(7080,7,20,24),(7081,7,20,25),(7082,7,20,26),(7083,7,20,27),(7084,7,20,28),(7085,7,20,29),(7086,7,20,30),(7087,7,20,31),(7088,7,20,32),(7089,7,20,33),(7090,7,20,34),(7091,7,20,35),(7092,7,20,36),(7093,7,20,37),(7094,7,20,38),(7095,7,20,39),(7096,7,20,40),(7097,7,20,41),(7098,7,20,42),(7099,7,20,43),(7100,7,20,44),(7101,7,20,45),(7102,7,20,46),(7103,7,20,47),(7104,7,20,48),(7105,7,21,1),(7106,7,21,2),(7107,7,21,3),(7108,7,21,4),(7109,7,21,5),(7110,7,21,6),(7111,7,21,7),(7112,7,21,8),(7113,7,21,9),(7114,7,21,10),(7115,7,21,11),(7116,7,21,12),(7117,7,21,13),(7118,7,21,14),(7119,7,21,15),(7120,7,21,16),(7121,7,21,17),(7122,7,21,18),(7123,7,21,19),(7124,7,21,20),(7125,7,21,21),(7126,7,21,22),(7127,7,21,23),(7128,7,21,24),(7129,7,21,25),(7130,8,1,1),(7131,8,1,2),(7132,8,1,3),(7133,8,1,4),(7134,8,1,5),(7135,8,1,6),(7136,8,1,7),(7137,8,1,8),(7138,8,1,9),(7139,8,1,10),(7140,8,1,11),(7141,8,1,12),(7142,8,1,13),(7143,8,1,14),(7144,8,1,15),(7145,8,1,16),(7146,8,1,17),(7147,8,1,18),(7148,8,1,19),(7149,8,1,20),(7150,8,1,21),(7151,8,1,22),(7152,8,2,1),(7153,8,2,2),(7154,8,2,3),(7155,8,2,4),(7156,8,2,5),(7157,8,2,6),(7158,8,2,7),(7159,8,2,8),(7160,8,2,9),(7161,8,2,10),(7162,8,2,11),(7163,8,2,12),(7164,8,2,13),(7165,8,2,14),(7166,8,2,15),(7167,8,2,16),(7168,8,2,17),(7169,8,2,18),(7170,8,2,19),(7171,8,2,20),(7172,8,2,21),(7173,8,2,22),(7174,8,2,23),(7175,8,3,1),(7176,8,3,2),(7177,8,3,3),(7178,8,3,4),(7179,8,3,5),(7180,8,3,6),(7181,8,3,7),(7182,8,3,8),(7183,8,3,9),(7184,8,3,10),(7185,8,3,11),(7186,8,3,12),(7187,8,3,13),(7188,8,3,14),(7189,8,3,15),(7190,8,3,16),(7191,8,3,17),(7192,8,3,18),(7193,8,4,1),(7194,8,4,2),(7195,8,4,3),(7196,8,4,4),(7197,8,4,5),(7198,8,4,6),(7199,8,4,7),(7200,8,4,8),(7201,8,4,9),(7202,8,4,10),(7203,8,4,11),(7204,8,4,12),(7205,8,4,13),(7206,8,4,14),(7207,8,4,15),(7208,8,4,16),(7209,8,4,17),(7210,8,4,18),(7211,8,4,19),(7212,8,4,20),(7213,8,4,21),(7214,8,4,22),(7215,9,1,1),(7216,9,1,2),(7217,9,1,3),(7218,9,1,4),(7219,9,1,5),(7220,9,1,6),(7221,9,1,7),(7222,9,1,8),(7223,9,1,9),(7224,9,1,10),(7225,9,1,11),(7226,9,1,12),(7227,9,1,13),(7228,9,1,14),(7229,9,1,15),(7230,9,1,16),(7231,9,1,17),(7232,9,1,18),(7233,9,1,19),(7234,9,1,20),(7235,9,1,21),(7236,9,1,22),(7237,9,1,23),(7238,9,1,24),(7239,9,1,25),(7240,9,1,26),(7241,9,1,27),(7242,9,1,28),(7243,9,2,1),(7244,9,2,2),(7245,9,2,3),(7246,9,2,4),(7247,9,2,5),(7248,9,2,6),(7249,9,2,7),(7250,9,2,8),(7251,9,2,9),(7252,9,2,10),(7253,9,2,11),(7254,9,2,12),(7255,9,2,13),(7256,9,2,14),(7257,9,2,15),(7258,9,2,16),(7259,9,2,17),(7260,9,2,18),(7261,9,2,19),(7262,9,2,20),(7263,9,2,21),(7264,9,2,22),(7265,9,2,23),(7266,9,2,24),(7267,9,2,25),(7268,9,2,26),(7269,9,2,27),(7270,9,2,28),(7271,9,2,29),(7272,9,2,30),(7273,9,2,31),(7274,9,2,32),(7275,9,2,33),(7276,9,2,34),(7277,9,2,35),(7278,9,2,36),(7279,9,3,1),(7280,9,3,2),(7281,9,3,3),(7282,9,3,4),(7283,9,3,5),(7284,9,3,6),(7285,9,3,7),(7286,9,3,8),(7287,9,3,9),(7288,9,3,10),(7289,9,3,11),(7290,9,3,12),(7291,9,3,13),(7292,9,3,14),(7293,9,3,15),(7294,9,3,16),(7295,9,3,17),(7296,9,3,18),(7297,9,3,19),(7298,9,3,20),(7299,9,3,21),(7300,9,4,1),(7301,9,4,2),(7302,9,4,3),(7303,9,4,4),(7304,9,4,5),(7305,9,4,6),(7306,9,4,7),(7307,9,4,8),(7308,9,4,9),(7309,9,4,10),(7310,9,4,11),(7311,9,4,12),(7312,9,4,13),(7313,9,4,14),(7314,9,4,15),(7315,9,4,16),(7316,9,4,17),(7317,9,4,18),(7318,9,4,19),(7319,9,4,20),(7320,9,4,21),(7321,9,4,22),(7322,9,5,1),(7323,9,5,2),(7324,9,5,3),(7325,9,5,4),(7326,9,5,5),(7327,9,5,6),(7328,9,5,7),(7329,9,5,8),(7330,9,5,9),(7331,9,5,10),(7332,9,5,11),(7333,9,5,12),(7334,9,6,1),(7335,9,6,2),(7336,9,6,3),(7337,9,6,4),(7338,9,6,5),(7339,9,6,6),(7340,9,6,7),(7341,9,6,8),(7342,9,6,9),(7343,9,6,10),(7344,9,6,11),(7345,9,6,12),(7346,9,6,13),(7347,9,6,14),(7348,9,6,15),(7349,9,6,16),(7350,9,6,17),(7351,9,6,18),(7352,9,6,19),(7353,9,6,20),(7354,9,6,21),(7355,9,7,1),(7356,9,7,2),(7357,9,7,3),(7358,9,7,4),(7359,9,7,5),(7360,9,7,6),(7361,9,7,7),(7362,9,7,8),(7363,9,7,9),(7364,9,7,10),(7365,9,7,11),(7366,9,7,12),(7367,9,7,13),(7368,9,7,14),(7369,9,7,15),(7370,9,7,16),(7371,9,7,17),(7372,9,8,1),(7373,9,8,2),(7374,9,8,3),(7375,9,8,4),(7376,9,8,5),(7377,9,8,6),(7378,9,8,7),(7379,9,8,8),(7380,9,8,9),(7381,9,8,10),(7382,9,8,11),(7383,9,8,12),(7384,9,8,13),(7385,9,8,14),(7386,9,8,15),(7387,9,8,16),(7388,9,8,17),(7389,9,8,18),(7390,9,8,19),(7391,9,8,20),(7392,9,8,21),(7393,9,8,22),(7394,9,9,1),(7395,9,9,2),(7396,9,9,3),(7397,9,9,4),(7398,9,9,5),(7399,9,9,6),(7400,9,9,7),(7401,9,9,8),(7402,9,9,9),(7403,9,9,10),(7404,9,9,11),(7405,9,9,12),(7406,9,9,13),(7407,9,9,14),(7408,9,9,15),(7409,9,9,16),(7410,9,9,17),(7411,9,9,18),(7412,9,9,19),(7413,9,9,20),(7414,9,9,21),(7415,9,9,22),(7416,9,9,23),(7417,9,9,24),(7418,9,9,25),(7419,9,9,26),(7420,9,9,27),(7421,9,10,1),(7422,9,10,2),(7423,9,10,3),(7424,9,10,4),(7425,9,10,5),(7426,9,10,6),(7427,9,10,7),(7428,9,10,8),(7429,9,10,9),(7430,9,10,10),(7431,9,10,11),(7432,9,10,12),(7433,9,10,13),(7434,9,10,14),(7435,9,10,15),(7436,9,10,16),(7437,9,10,17),(7438,9,10,18),(7439,9,10,19),(7440,9,10,20),(7441,9,10,21),(7442,9,10,22),(7443,9,10,23),(7444,9,10,24),(7445,9,10,25),(7446,9,10,26),(7447,9,10,27),(7448,9,11,1),(7449,9,11,2),(7450,9,11,3),(7451,9,11,4),(7452,9,11,5),(7453,9,11,6),(7454,9,11,7),(7455,9,11,8),(7456,9,11,9),(7457,9,11,10),(7458,9,11,11),(7459,9,11,12),(7460,9,11,13),(7461,9,11,14),(7462,9,11,15),(7463,9,12,1),(7464,9,12,2),(7465,9,12,3),(7466,9,12,4),(7467,9,12,5),(7468,9,12,6),(7469,9,12,7),(7470,9,12,8),(7471,9,12,9),(7472,9,12,10),(7473,9,12,11),(7474,9,12,12),(7475,9,12,13),(7476,9,12,14),(7477,9,12,15),(7478,9,12,16),(7479,9,12,17),(7480,9,12,18),(7481,9,12,19),(7482,9,12,20),(7483,9,12,21),(7484,9,12,22),(7485,9,12,23),(7486,9,12,24),(7487,9,12,25),(7488,9,13,1),(7489,9,13,2),(7490,9,13,3),(7491,9,13,4),(7492,9,13,5),(7493,9,13,6),(7494,9,13,7),(7495,9,13,8),(7496,9,13,9),(7497,9,13,10),(7498,9,13,11),(7499,9,13,12),(7500,9,13,13),(7501,9,13,14),(7502,9,13,15),(7503,9,13,16),(7504,9,13,17),(7505,9,13,18),(7506,9,13,19),(7507,9,13,20),(7508,9,13,21),(7509,9,13,22),(7510,9,13,23),(7511,9,14,1),(7512,9,14,2),(7513,9,14,3),(7514,9,14,4),(7515,9,14,5),(7516,9,14,6),(7517,9,14,7),(7518,9,14,8),(7519,9,14,9),(7520,9,14,10),(7521,9,14,11),(7522,9,14,12),(7523,9,14,13),(7524,9,14,14),(7525,9,14,15),(7526,9,14,16),(7527,9,14,17),(7528,9,14,18),(7529,9,14,19),(7530,9,14,20),(7531,9,14,21),(7532,9,14,22),(7533,9,14,23),(7534,9,14,24),(7535,9,14,25),(7536,9,14,26),(7537,9,14,27),(7538,9,14,28),(7539,9,14,29),(7540,9,14,30),(7541,9,14,31),(7542,9,14,32),(7543,9,14,33),(7544,9,14,34),(7545,9,14,35),(7546,9,14,36),(7547,9,14,37),(7548,9,14,38),(7549,9,14,39),(7550,9,14,40),(7551,9,14,41),(7552,9,14,42),(7553,9,14,43),(7554,9,14,44),(7555,9,14,45),(7556,9,14,46),(7557,9,14,47),(7558,9,14,48),(7559,9,14,49),(7560,9,14,50),(7561,9,14,51),(7562,9,14,52),(7563,9,15,1),(7564,9,15,2),(7565,9,15,3),(7566,9,15,4),(7567,9,15,5),(7568,9,15,6),(7569,9,15,7),(7570,9,15,8),(7571,9,15,9),(7572,9,15,10),(7573,9,15,11),(7574,9,15,12),(7575,9,15,13),(7576,9,15,14),(7577,9,15,15),(7578,9,15,16),(7579,9,15,17),(7580,9,15,18),(7581,9,15,19),(7582,9,15,20),(7583,9,15,21),(7584,9,15,22),(7585,9,15,23),(7586,9,15,24),(7587,9,15,25),(7588,9,15,26),(7589,9,15,27),(7590,9,15,28),(7591,9,15,29),(7592,9,15,30),(7593,9,15,31),(7594,9,15,32),(7595,9,15,33),(7596,9,15,34),(7597,9,15,35),(7598,9,16,1),(7599,9,16,2),(7600,9,16,3),(7601,9,16,4),(7602,9,16,5),(7603,9,16,6),(7604,9,16,7),(7605,9,16,8),(7606,9,16,9),(7607,9,16,10),(7608,9,16,11),(7609,9,16,12),(7610,9,16,13),(7611,9,16,14),(7612,9,16,15),(7613,9,16,16),(7614,9,16,17),(7615,9,16,18),(7616,9,16,19),(7617,9,16,20),(7618,9,16,21),(7619,9,16,22),(7620,9,16,23),(7621,9,17,1),(7622,9,17,2),(7623,9,17,3),(7624,9,17,4),(7625,9,17,5),(7626,9,17,6),(7627,9,17,7),(7628,9,17,8),(7629,9,17,9),(7630,9,17,10),(7631,9,17,11),(7632,9,17,12),(7633,9,17,13),(7634,9,17,14),(7635,9,17,15),(7636,9,17,16),(7637,9,17,17),(7638,9,17,18),(7639,9,17,19),(7640,9,17,20),(7641,9,17,21),(7642,9,17,22),(7643,9,17,23),(7644,9,17,24),(7645,9,17,25),(7646,9,17,26),(7647,9,17,27),(7648,9,17,28),(7649,9,17,29),(7650,9,17,30),(7651,9,17,31),(7652,9,17,32),(7653,9,17,33),(7654,9,17,34),(7655,9,17,35),(7656,9,17,36),(7657,9,17,37),(7658,9,17,38),(7659,9,17,39),(7660,9,17,40),(7661,9,17,41),(7662,9,17,42),(7663,9,17,43),(7664,9,17,44),(7665,9,17,45),(7666,9,17,46),(7667,9,17,47),(7668,9,17,48),(7669,9,17,49),(7670,9,17,50),(7671,9,17,51),(7672,9,17,52),(7673,9,17,53),(7674,9,17,54),(7675,9,17,55),(7676,9,17,56),(7677,9,17,57),(7678,9,17,58),(7679,9,18,1),(7680,9,18,2),(7681,9,18,3),(7682,9,18,4),(7683,9,18,5),(7684,9,18,6),(7685,9,18,7),(7686,9,18,8),(7687,9,18,9),(7688,9,18,10),(7689,9,18,11),(7690,9,18,12),(7691,9,18,13),(7692,9,18,14),(7693,9,18,15),(7694,9,18,16),(7695,9,18,17),(7696,9,18,18),(7697,9,18,19),(7698,9,18,20),(7699,9,18,21),(7700,9,18,22),(7701,9,18,23),(7702,9,18,24),(7703,9,18,25),(7704,9,18,26),(7705,9,18,27),(7706,9,18,28),(7707,9,18,29),(7708,9,18,30),(7709,9,19,1),(7710,9,19,2),(7711,9,19,3),(7712,9,19,4),(7713,9,19,5),(7714,9,19,6),(7715,9,19,7),(7716,9,19,8),(7717,9,19,9),(7718,9,19,10),(7719,9,19,11),(7720,9,19,12),(7721,9,19,13),(7722,9,19,14),(7723,9,19,15),(7724,9,19,16),(7725,9,19,17),(7726,9,19,18),(7727,9,19,19),(7728,9,19,20),(7729,9,19,21),(7730,9,19,22),(7731,9,19,23),(7732,9,19,24),(7733,9,20,1),(7734,9,20,2),(7735,9,20,3),(7736,9,20,4),(7737,9,20,5),(7738,9,20,6),(7739,9,20,7),(7740,9,20,8),(7741,9,20,9),(7742,9,20,10),(7743,9,20,11),(7744,9,20,12),(7745,9,20,13),(7746,9,20,14),(7747,9,20,15),(7748,9,20,16),(7749,9,20,17),(7750,9,20,18),(7751,9,20,19),(7752,9,20,20),(7753,9,20,21),(7754,9,20,22),(7755,9,20,23),(7756,9,20,24),(7757,9,20,25),(7758,9,20,26),(7759,9,20,27),(7760,9,20,28),(7761,9,20,29),(7762,9,20,30),(7763,9,20,31),(7764,9,20,32),(7765,9,20,33),(7766,9,20,34),(7767,9,20,35),(7768,9,20,36),(7769,9,20,37),(7770,9,20,38),(7771,9,20,39),(7772,9,20,40),(7773,9,20,41),(7774,9,20,42),(7775,9,21,1),(7776,9,21,2),(7777,9,21,3),(7778,9,21,4),(7779,9,21,5),(7780,9,21,6),(7781,9,21,7),(7782,9,21,8),(7783,9,21,9),(7784,9,21,10),(7785,9,21,11),(7786,9,21,12),(7787,9,21,13),(7788,9,21,14),(7789,9,21,15),(7790,9,21,16),(7791,9,22,1),(7792,9,22,2),(7793,9,22,3),(7794,9,22,4),(7795,9,22,5),(7796,9,22,6),(7797,9,22,7),(7798,9,22,8),(7799,9,22,9),(7800,9,22,10),(7801,9,22,11),(7802,9,22,12),(7803,9,22,13),(7804,9,22,14),(7805,9,22,15),(7806,9,22,16),(7807,9,22,17),(7808,9,22,18),(7809,9,22,19),(7810,9,22,20),(7811,9,22,21),(7812,9,22,22),(7813,9,22,23),(7814,9,23,1),(7815,9,23,2),(7816,9,23,3),(7817,9,23,4),(7818,9,23,5),(7819,9,23,6),(7820,9,23,7),(7821,9,23,8),(7822,9,23,9),(7823,9,23,10),(7824,9,23,11),(7825,9,23,12),(7826,9,23,13),(7827,9,23,14),(7828,9,23,15),(7829,9,23,16),(7830,9,23,17),(7831,9,23,18),(7832,9,23,19),(7833,9,23,20),(7834,9,23,21),(7835,9,23,22),(7836,9,23,23),(7837,9,23,24),(7838,9,23,25),(7839,9,23,26),(7840,9,23,27),(7841,9,23,28),(7842,9,24,1),(7843,9,24,2),(7844,9,24,3),(7845,9,24,4),(7846,9,24,5),(7847,9,24,6),(7848,9,24,7),(7849,9,24,8),(7850,9,24,9),(7851,9,24,10),(7852,9,24,11),(7853,9,24,12),(7854,9,24,13),(7855,9,24,14),(7856,9,24,15),(7857,9,24,16),(7858,9,24,17),(7859,9,24,18),(7860,9,24,19),(7861,9,24,20),(7862,9,24,21),(7863,9,24,22),(7864,9,24,23),(7865,9,25,1),(7866,9,25,2),(7867,9,25,3),(7868,9,25,4),(7869,9,25,5),(7870,9,25,6),(7871,9,25,7),(7872,9,25,8),(7873,9,25,9),(7874,9,25,10),(7875,9,25,11),(7876,9,25,12),(7877,9,25,13),(7878,9,25,14),(7879,9,25,15),(7880,9,25,16),(7881,9,25,17),(7882,9,25,18),(7883,9,25,19),(7884,9,25,20),(7885,9,25,21),(7886,9,25,22),(7887,9,25,23),(7888,9,25,24),(7889,9,25,25),(7890,9,25,26),(7891,9,25,27),(7892,9,25,28),(7893,9,25,29),(7894,9,25,30),(7895,9,25,31),(7896,9,25,32),(7897,9,25,33),(7898,9,25,34),(7899,9,25,35),(7900,9,25,36),(7901,9,25,37),(7902,9,25,38),(7903,9,25,39),(7904,9,25,40),(7905,9,25,41),(7906,9,25,42),(7907,9,25,43),(7908,9,26,1),(7909,9,26,2),(7910,9,26,3),(7911,9,26,4),(7912,9,26,5),(7913,9,26,6),(7914,9,26,7),(7915,9,26,8),(7916,9,26,9),(7917,9,26,10),(7918,9,26,11),(7919,9,26,12),(7920,9,26,13),(7921,9,26,14),(7922,9,26,15),(7923,9,26,16),(7924,9,26,17),(7925,9,26,18),(7926,9,26,19),(7927,9,26,20),(7928,9,26,21),(7929,9,26,22),(7930,9,26,23),(7931,9,26,24),(7932,9,26,25),(7933,9,27,1),(7934,9,27,2),(7935,9,27,3),(7936,9,27,4),(7937,9,27,5),(7938,9,27,6),(7939,9,27,7),(7940,9,27,8),(7941,9,27,9),(7942,9,27,10),(7943,9,27,11),(7944,9,27,12),(7945,9,28,1),(7946,9,28,2),(7947,9,28,3),(7948,9,28,4),(7949,9,28,5),(7950,9,28,6),(7951,9,28,7),(7952,9,28,8),(7953,9,28,9),(7954,9,28,10),(7955,9,28,11),(7956,9,28,12),(7957,9,28,13),(7958,9,28,14),(7959,9,28,15),(7960,9,28,16),(7961,9,28,17),(7962,9,28,18),(7963,9,28,19),(7964,9,28,20),(7965,9,28,21),(7966,9,28,22),(7967,9,28,23),(7968,9,28,24),(7969,9,28,25),(7970,9,29,1),(7971,9,29,2),(7972,9,29,3),(7973,9,29,4),(7974,9,29,5),(7975,9,29,6),(7976,9,29,7),(7977,9,29,8),(7978,9,29,9),(7979,9,29,10),(7980,9,29,11),(7981,9,30,1),(7982,9,30,2),(7983,9,30,3),(7984,9,30,4),(7985,9,30,5),(7986,9,30,6),(7987,9,30,7),(7988,9,30,8),(7989,9,30,9),(7990,9,30,10),(7991,9,30,11),(7992,9,30,12),(7993,9,30,13),(7994,9,30,14),(7995,9,30,15),(7996,9,30,16),(7997,9,30,17),(7998,9,30,18),(7999,9,30,19),(8000,9,30,20),(8001,9,30,21),(8002,9,30,22),(8003,9,30,23),(8004,9,30,24),(8005,9,30,25),(8006,9,30,26),(8007,9,30,27),(8008,9,30,28),(8009,9,30,29),(8010,9,30,30),(8011,9,30,31),(8012,9,31,1),(8013,9,31,2),(8014,9,31,3),(8015,9,31,4),(8016,9,31,5),(8017,9,31,6),(8018,9,31,7),(8019,9,31,8),(8020,9,31,9),(8021,9,31,10),(8022,9,31,11),(8023,9,31,12),(8024,9,31,13),(8025,10,1,1),(8026,10,1,2),(8027,10,1,3),(8028,10,1,4),(8029,10,1,5),(8030,10,1,6),(8031,10,1,7),(8032,10,1,8),(8033,10,1,9),(8034,10,1,10),(8035,10,1,11),(8036,10,1,12),(8037,10,1,13),(8038,10,1,14),(8039,10,1,15),(8040,10,1,16),(8041,10,1,17),(8042,10,1,18),(8043,10,1,19),(8044,10,1,20),(8045,10,1,21),(8046,10,1,22),(8047,10,1,23),(8048,10,1,24),(8049,10,1,25),(8050,10,1,26),(8051,10,1,27),(8052,10,2,1),(8053,10,2,2),(8054,10,2,3),(8055,10,2,4),(8056,10,2,5),(8057,10,2,6),(8058,10,2,7),(8059,10,2,8),(8060,10,2,9),(8061,10,2,10),(8062,10,2,11),(8063,10,2,12),(8064,10,2,13),(8065,10,2,14),(8066,10,2,15),(8067,10,2,16),(8068,10,2,17),(8069,10,2,18),(8070,10,2,19),(8071,10,2,20),(8072,10,2,21),(8073,10,2,22),(8074,10,2,23),(8075,10,2,24),(8076,10,2,25),(8077,10,2,26),(8078,10,2,27),(8079,10,2,28),(8080,10,2,29),(8081,10,2,30),(8082,10,2,31),(8083,10,2,32),(8084,10,3,1),(8085,10,3,2),(8086,10,3,3),(8087,10,3,4),(8088,10,3,5),(8089,10,3,6),(8090,10,3,7),(8091,10,3,8),(8092,10,3,9),(8093,10,3,10),(8094,10,3,11),(8095,10,3,12),(8096,10,3,13),(8097,10,3,14),(8098,10,3,15),(8099,10,3,16),(8100,10,3,17),(8101,10,3,18),(8102,10,3,19),(8103,10,3,20),(8104,10,3,21),(8105,10,3,22),(8106,10,3,23),(8107,10,3,24),(8108,10,3,25),(8109,10,3,26),(8110,10,3,27),(8111,10,3,28),(8112,10,3,29),(8113,10,3,30),(8114,10,3,31),(8115,10,3,32),(8116,10,3,33),(8117,10,3,34),(8118,10,3,35),(8119,10,3,36),(8120,10,3,37),(8121,10,3,38),(8122,10,3,39),(8123,10,4,1),(8124,10,4,2),(8125,10,4,3),(8126,10,4,4),(8127,10,4,5),(8128,10,4,6),(8129,10,4,7),(8130,10,4,8),(8131,10,4,9),(8132,10,4,10),(8133,10,4,11),(8134,10,4,12),(8135,10,5,1),(8136,10,5,2),(8137,10,5,3),(8138,10,5,4),(8139,10,5,5),(8140,10,5,6),(8141,10,5,7),(8142,10,5,8),(8143,10,5,9),(8144,10,5,10),(8145,10,5,11),(8146,10,5,12),(8147,10,5,13),(8148,10,5,14),(8149,10,5,15),(8150,10,5,16),(8151,10,5,17),(8152,10,5,18),(8153,10,5,19),(8154,10,5,20),(8155,10,5,21),(8156,10,5,22),(8157,10,5,23),(8158,10,5,24),(8159,10,5,25),(8160,10,6,1),(8161,10,6,2),(8162,10,6,3),(8163,10,6,4),(8164,10,6,5),(8165,10,6,6),(8166,10,6,7),(8167,10,6,8),(8168,10,6,9),(8169,10,6,10),(8170,10,6,11),(8171,10,6,12),(8172,10,6,13),(8173,10,6,14),(8174,10,6,15),(8175,10,6,16),(8176,10,6,17),(8177,10,6,18),(8178,10,6,19),(8179,10,6,20),(8180,10,6,21),(8181,10,6,22),(8182,10,6,23),(8183,10,7,1),(8184,10,7,2),(8185,10,7,3),(8186,10,7,4),(8187,10,7,5),(8188,10,7,6),(8189,10,7,7),(8190,10,7,8),(8191,10,7,9),(8192,10,7,10),(8193,10,7,11),(8194,10,7,12),(8195,10,7,13),(8196,10,7,14),(8197,10,7,15),(8198,10,7,16),(8199,10,7,17),(8200,10,7,18),(8201,10,7,19),(8202,10,7,20),(8203,10,7,21),(8204,10,7,22),(8205,10,7,23),(8206,10,7,24),(8207,10,7,25),(8208,10,7,26),(8209,10,7,27),(8210,10,7,28),(8211,10,7,29),(8212,10,8,1),(8213,10,8,2),(8214,10,8,3),(8215,10,8,4),(8216,10,8,5),(8217,10,8,6),(8218,10,8,7),(8219,10,8,8),(8220,10,8,9),(8221,10,8,10),(8222,10,8,11),(8223,10,8,12),(8224,10,8,13),(8225,10,8,14),(8226,10,8,15),(8227,10,8,16),(8228,10,8,17),(8229,10,8,18),(8230,10,9,1),(8231,10,9,2),(8232,10,9,3),(8233,10,9,4),(8234,10,9,5),(8235,10,9,6),(8236,10,9,7),(8237,10,9,8),(8238,10,9,9),(8239,10,9,10),(8240,10,9,11),(8241,10,9,12),(8242,10,9,13),(8243,10,10,1),(8244,10,10,2),(8245,10,10,3),(8246,10,10,4),(8247,10,10,5),(8248,10,10,6),(8249,10,10,7),(8250,10,10,8),(8251,10,10,9),(8252,10,10,10),(8253,10,10,11),(8254,10,10,12),(8255,10,10,13),(8256,10,10,14),(8257,10,10,15),(8258,10,10,16),(8259,10,10,17),(8260,10,10,18),(8261,10,10,19),(8262,10,11,1),(8263,10,11,2),(8264,10,11,3),(8265,10,11,4),(8266,10,11,5),(8267,10,11,6),(8268,10,11,7),(8269,10,11,8),(8270,10,11,9),(8271,10,11,10),(8272,10,11,11),(8273,10,11,12),(8274,10,11,13),(8275,10,11,14),(8276,10,11,15),(8277,10,11,16),(8278,10,11,17),(8279,10,11,18),(8280,10,11,19),(8281,10,11,20),(8282,10,11,21),(8283,10,11,22),(8284,10,11,23),(8285,10,11,24),(8286,10,11,25),(8287,10,11,26),(8288,10,11,27),(8289,10,12,1),(8290,10,12,2),(8291,10,12,3),(8292,10,12,4),(8293,10,12,5),(8294,10,12,6),(8295,10,12,7),(8296,10,12,8),(8297,10,12,9),(8298,10,12,10),(8299,10,12,11),(8300,10,12,12),(8301,10,12,13),(8302,10,12,14),(8303,10,12,15),(8304,10,12,16),(8305,10,12,17),(8306,10,12,18),(8307,10,12,19),(8308,10,12,20),(8309,10,12,21),(8310,10,12,22),(8311,10,12,23),(8312,10,12,24),(8313,10,12,25),(8314,10,12,26),(8315,10,12,27),(8316,10,12,28),(8317,10,12,29),(8318,10,12,30),(8319,10,12,31),(8320,10,13,1),(8321,10,13,2),(8322,10,13,3),(8323,10,13,4),(8324,10,13,5),(8325,10,13,6),(8326,10,13,7),(8327,10,13,8),(8328,10,13,9),(8329,10,13,10),(8330,10,13,11),(8331,10,13,12),(8332,10,13,13),(8333,10,13,14),(8334,10,13,15),(8335,10,13,16),(8336,10,13,17),(8337,10,13,18),(8338,10,13,19),(8339,10,13,20),(8340,10,13,21),(8341,10,13,22),(8342,10,13,23),(8343,10,13,24),(8344,10,13,25),(8345,10,13,26),(8346,10,13,27),(8347,10,13,28),(8348,10,13,29),(8349,10,13,30),(8350,10,13,31),(8351,10,13,32),(8352,10,13,33),(8353,10,13,34),(8354,10,13,35),(8355,10,13,36),(8356,10,13,37),(8357,10,13,38),(8358,10,13,39),(8359,10,14,1),(8360,10,14,2),(8361,10,14,3),(8362,10,14,4),(8363,10,14,5),(8364,10,14,6),(8365,10,14,7),(8366,10,14,8),(8367,10,14,9),(8368,10,14,10),(8369,10,14,11),(8370,10,14,12),(8371,10,14,13),(8372,10,14,14),(8373,10,14,15),(8374,10,14,16),(8375,10,14,17),(8376,10,14,18),(8377,10,14,19),(8378,10,14,20),(8379,10,14,21),(8380,10,14,22),(8381,10,14,23),(8382,10,14,24),(8383,10,14,25),(8384,10,14,26),(8385,10,14,27),(8386,10,14,28),(8387,10,14,29),(8388,10,14,30),(8389,10,14,31),(8390,10,14,32),(8391,10,14,33),(8392,10,15,1),(8393,10,15,2),(8394,10,15,3),(8395,10,15,4),(8396,10,15,5),(8397,10,15,6),(8398,10,15,7),(8399,10,15,8),(8400,10,15,9),(8401,10,15,10),(8402,10,15,11),(8403,10,15,12),(8404,10,15,13),(8405,10,15,14),(8406,10,15,15),(8407,10,15,16),(8408,10,15,17),(8409,10,15,18),(8410,10,15,19),(8411,10,15,20),(8412,10,15,21),(8413,10,15,22),(8414,10,15,23),(8415,10,15,24),(8416,10,15,25),(8417,10,15,26),(8418,10,15,27),(8419,10,15,28),(8420,10,15,29),(8421,10,15,30),(8422,10,15,31),(8423,10,15,32),(8424,10,15,33),(8425,10,15,34),(8426,10,15,35),(8427,10,15,36),(8428,10,15,37),(8429,10,16,1),(8430,10,16,2),(8431,10,16,3),(8432,10,16,4),(8433,10,16,5),(8434,10,16,6),(8435,10,16,7),(8436,10,16,8),(8437,10,16,9),(8438,10,16,10),(8439,10,16,11),(8440,10,16,12),(8441,10,16,13),(8442,10,16,14),(8443,10,16,15),(8444,10,16,16),(8445,10,16,17),(8446,10,16,18),(8447,10,16,19),(8448,10,16,20),(8449,10,16,21),(8450,10,16,22),(8451,10,16,23),(8452,10,17,1),(8453,10,17,2),(8454,10,17,3),(8455,10,17,4),(8456,10,17,5),(8457,10,17,6),(8458,10,17,7),(8459,10,17,8),(8460,10,17,9),(8461,10,17,10),(8462,10,17,11),(8463,10,17,12),(8464,10,17,13),(8465,10,17,14),(8466,10,17,15),(8467,10,17,16),(8468,10,17,17),(8469,10,17,18),(8470,10,17,19),(8471,10,17,20),(8472,10,17,21),(8473,10,17,22),(8474,10,17,23),(8475,10,17,24),(8476,10,17,25),(8477,10,17,26),(8478,10,17,27),(8479,10,17,28),(8480,10,17,29),(8481,10,18,1),(8482,10,18,2),(8483,10,18,3),(8484,10,18,4),(8485,10,18,5),(8486,10,18,6),(8487,10,18,7),(8488,10,18,8),(8489,10,18,9),(8490,10,18,10),(8491,10,18,11),(8492,10,18,12),(8493,10,18,13),(8494,10,18,14),(8495,10,18,15),(8496,10,18,16),(8497,10,18,17),(8498,10,18,18),(8499,10,18,19),(8500,10,18,20),(8501,10,18,21),(8502,10,18,22),(8503,10,18,23),(8504,10,18,24),(8505,10,18,25),(8506,10,18,26),(8507,10,18,27),(8508,10,18,28),(8509,10,18,29),(8510,10,18,30),(8511,10,18,31),(8512,10,18,32),(8513,10,19,1),(8514,10,19,2),(8515,10,19,3),(8516,10,19,4),(8517,10,19,5),(8518,10,19,6),(8519,10,19,7),(8520,10,19,8),(8521,10,19,9),(8522,10,19,10),(8523,10,19,11),(8524,10,19,12),(8525,10,19,13),(8526,10,19,14),(8527,10,19,15),(8528,10,19,16),(8529,10,19,17),(8530,10,19,18),(8531,10,19,19),(8532,10,19,20),(8533,10,19,21),(8534,10,19,22),(8535,10,19,23),(8536,10,19,24),(8537,10,19,25),(8538,10,19,26),(8539,10,19,27),(8540,10,19,28),(8541,10,19,29),(8542,10,19,30),(8543,10,19,31),(8544,10,19,32),(8545,10,19,33),(8546,10,19,34),(8547,10,19,35),(8548,10,19,36),(8549,10,19,37),(8550,10,19,38),(8551,10,19,39),(8552,10,19,40),(8553,10,19,41),(8554,10,19,42),(8555,10,19,43),(8556,10,19,44),(8557,10,20,1),(8558,10,20,2),(8559,10,20,3),(8560,10,20,4),(8561,10,20,5),(8562,10,20,6),(8563,10,20,7),(8564,10,20,8),(8565,10,20,9),(8566,10,20,10),(8567,10,20,11),(8568,10,20,12),(8569,10,20,13),(8570,10,20,14),(8571,10,20,15),(8572,10,20,16),(8573,10,20,17),(8574,10,20,18),(8575,10,20,19),(8576,10,20,20),(8577,10,20,21),(8578,10,20,22),(8579,10,20,23),(8580,10,20,24),(8581,10,20,25),(8582,10,20,26),(8583,10,21,1),(8584,10,21,2),(8585,10,21,3),(8586,10,21,4),(8587,10,21,5),(8588,10,21,6),(8589,10,21,7),(8590,10,21,8),(8591,10,21,9),(8592,10,21,10),(8593,10,21,11),(8594,10,21,12),(8595,10,21,13),(8596,10,21,14),(8597,10,21,15),(8598,10,21,16),(8599,10,21,17),(8600,10,21,18),(8601,10,21,19),(8602,10,21,20),(8603,10,21,21),(8604,10,21,22),(8605,10,22,1),(8606,10,22,2),(8607,10,22,3),(8608,10,22,4),(8609,10,22,5),(8610,10,22,6),(8611,10,22,7),(8612,10,22,8),(8613,10,22,9),(8614,10,22,10),(8615,10,22,11),(8616,10,22,12),(8617,10,22,13),(8618,10,22,14),(8619,10,22,15),(8620,10,22,16),(8621,10,22,17),(8622,10,22,18),(8623,10,22,19),(8624,10,22,20),(8625,10,22,21),(8626,10,22,22),(8627,10,22,23),(8628,10,22,24),(8629,10,22,25),(8630,10,22,26),(8631,10,22,27),(8632,10,22,28),(8633,10,22,29),(8634,10,22,30),(8635,10,22,31),(8636,10,22,32),(8637,10,22,33),(8638,10,22,34),(8639,10,22,35),(8640,10,22,36),(8641,10,22,37),(8642,10,22,38),(8643,10,22,39),(8644,10,22,40),(8645,10,22,41),(8646,10,22,42),(8647,10,22,43),(8648,10,22,44),(8649,10,22,45),(8650,10,22,46),(8651,10,22,47),(8652,10,22,48),(8653,10,22,49),(8654,10,22,50),(8655,10,22,51),(8656,10,23,1),(8657,10,23,2),(8658,10,23,3),(8659,10,23,4),(8660,10,23,5),(8661,10,23,6),(8662,10,23,7),(8663,10,23,8),(8664,10,23,9),(8665,10,23,10),(8666,10,23,11),(8667,10,23,12),(8668,10,23,13),(8669,10,23,14),(8670,10,23,15),(8671,10,23,16),(8672,10,23,17),(8673,10,23,18),(8674,10,23,19),(8675,10,23,20),(8676,10,23,21),(8677,10,23,22),(8678,10,23,23),(8679,10,23,24),(8680,10,23,25),(8681,10,23,26),(8682,10,23,27),(8683,10,23,28),(8684,10,23,29),(8685,10,23,30),(8686,10,23,31),(8687,10,23,32),(8688,10,23,33),(8689,10,23,34),(8690,10,23,35),(8691,10,23,36),(8692,10,23,37),(8693,10,23,38),(8694,10,23,39),(8695,10,24,1),(8696,10,24,2),(8697,10,24,3),(8698,10,24,4),(8699,10,24,5),(8700,10,24,6),(8701,10,24,7),(8702,10,24,8),(8703,10,24,9),(8704,10,24,10),(8705,10,24,11),(8706,10,24,12),(8707,10,24,13),(8708,10,24,14),(8709,10,24,15),(8710,10,24,16),(8711,10,24,17),(8712,10,24,18),(8713,10,24,19),(8714,10,24,20),(8715,10,24,21),(8716,10,24,22),(8717,10,24,23),(8718,10,24,24),(8719,10,24,25),(8720,11,1,1),(8721,11,1,2),(8722,11,1,3),(8723,11,1,4),(8724,11,1,5),(8725,11,1,6),(8726,11,1,7),(8727,11,1,8),(8728,11,1,9),(8729,11,1,10),(8730,11,1,11),(8731,11,1,12),(8732,11,1,13),(8733,11,1,14),(8734,11,1,15),(8735,11,1,16),(8736,11,1,17),(8737,11,1,18),(8738,11,1,19),(8739,11,1,20),(8740,11,1,21),(8741,11,1,22),(8742,11,1,23),(8743,11,1,24),(8744,11,1,25),(8745,11,1,26),(8746,11,1,27),(8747,11,1,28),(8748,11,1,29),(8749,11,1,30),(8750,11,1,31),(8751,11,1,32),(8752,11,1,33),(8753,11,1,34),(8754,11,1,35),(8755,11,1,36),(8756,11,1,37),(8757,11,1,38),(8758,11,1,39),(8759,11,1,40),(8760,11,1,41),(8761,11,1,42),(8762,11,1,43),(8763,11,1,44),(8764,11,1,45),(8765,11,1,46),(8766,11,1,47),(8767,11,1,48),(8768,11,1,49),(8769,11,1,50),(8770,11,1,51),(8771,11,1,52),(8772,11,1,53),(8773,11,2,1),(8774,11,2,2),(8775,11,2,3),(8776,11,2,4),(8777,11,2,5),(8778,11,2,6),(8779,11,2,7),(8780,11,2,8),(8781,11,2,9),(8782,11,2,10),(8783,11,2,11),(8784,11,2,12),(8785,11,2,13),(8786,11,2,14),(8787,11,2,15),(8788,11,2,16),(8789,11,2,17),(8790,11,2,18),(8791,11,2,19),(8792,11,2,20),(8793,11,2,21),(8794,11,2,22),(8795,11,2,23),(8796,11,2,24),(8797,11,2,25),(8798,11,2,26),(8799,11,2,27),(8800,11,2,28),(8801,11,2,29),(8802,11,2,30),(8803,11,2,31),(8804,11,2,32),(8805,11,2,33),(8806,11,2,34),(8807,11,2,35),(8808,11,2,36),(8809,11,2,37),(8810,11,2,38),(8811,11,2,39),(8812,11,2,40),(8813,11,2,41),(8814,11,2,42),(8815,11,2,43),(8816,11,2,44),(8817,11,2,45),(8818,11,2,46),(8819,11,3,1),(8820,11,3,2),(8821,11,3,3),(8822,11,3,4),(8823,11,3,5),(8824,11,3,6),(8825,11,3,7),(8826,11,3,8),(8827,11,3,9),(8828,11,3,10),(8829,11,3,11),(8830,11,3,12),(8831,11,3,13),(8832,11,3,14),(8833,11,3,15),(8834,11,3,16),(8835,11,3,17),(8836,11,3,18),(8837,11,3,19),(8838,11,3,20),(8839,11,3,21),(8840,11,3,22),(8841,11,3,23),(8842,11,3,24),(8843,11,3,25),(8844,11,3,26),(8845,11,3,27),(8846,11,3,28),(8847,11,4,1),(8848,11,4,2),(8849,11,4,3),(8850,11,4,4),(8851,11,4,5),(8852,11,4,6),(8853,11,4,7),(8854,11,4,8),(8855,11,4,9),(8856,11,4,10),(8857,11,4,11),(8858,11,4,12),(8859,11,4,13),(8860,11,4,14),(8861,11,4,15),(8862,11,4,16),(8863,11,4,17),(8864,11,4,18),(8865,11,4,19),(8866,11,4,20),(8867,11,5,1),(8868,11,5,2),(8869,11,5,3),(8870,11,5,4),(8871,11,5,5),(8872,11,5,6),(8873,11,5,7),(8874,11,5,8),(8875,11,5,9),(8876,11,5,10),(8877,11,5,11),(8878,11,5,12),(8879,11,5,13),(8880,11,5,14),(8881,11,5,15),(8882,11,5,16),(8883,11,5,17),(8884,11,5,18),(8885,11,5,19),(8886,11,5,20),(8887,11,5,21),(8888,11,5,22),(8889,11,5,23),(8890,11,5,24),(8891,11,5,25),(8892,11,5,26),(8893,11,5,27),(8894,11,5,28),(8895,11,5,29),(8896,11,5,30),(8897,11,5,31),(8898,11,5,32),(8899,11,6,1),(8900,11,6,2),(8901,11,6,3),(8902,11,6,4),(8903,11,6,5),(8904,11,6,6),(8905,11,6,7),(8906,11,6,8),(8907,11,6,9),(8908,11,6,10),(8909,11,6,11),(8910,11,6,12),(8911,11,6,13),(8912,11,6,14),(8913,11,6,15),(8914,11,6,16),(8915,11,6,17),(8916,11,6,18),(8917,11,6,19),(8918,11,6,20),(8919,11,6,21),(8920,11,6,22),(8921,11,6,23),(8922,11,6,24),(8923,11,6,25),(8924,11,6,26),(8925,11,6,27),(8926,11,6,28),(8927,11,6,29),(8928,11,6,30),(8929,11,6,31),(8930,11,6,32),(8931,11,6,33),(8932,11,6,34),(8933,11,6,35),(8934,11,6,36),(8935,11,6,37),(8936,11,6,38),(8937,11,7,1),(8938,11,7,2),(8939,11,7,3),(8940,11,7,4),(8941,11,7,5),(8942,11,7,6),(8943,11,7,7),(8944,11,7,8),(8945,11,7,9),(8946,11,7,10),(8947,11,7,11),(8948,11,7,12),(8949,11,7,13),(8950,11,7,14),(8951,11,7,15),(8952,11,7,16),(8953,11,7,17),(8954,11,7,18),(8955,11,7,19),(8956,11,7,20),(8957,11,7,21),(8958,11,7,22),(8959,11,7,23),(8960,11,7,24),(8961,11,7,25),(8962,11,7,26),(8963,11,7,27),(8964,11,7,28),(8965,11,7,29),(8966,11,7,30),(8967,11,7,31),(8968,11,7,32),(8969,11,7,33),(8970,11,7,34),(8971,11,7,35),(8972,11,7,36),(8973,11,7,37),(8974,11,7,38),(8975,11,7,39),(8976,11,7,40),(8977,11,7,41),(8978,11,7,42),(8979,11,7,43),(8980,11,7,44),(8981,11,7,45),(8982,11,7,46),(8983,11,7,47),(8984,11,7,48),(8985,11,7,49),(8986,11,7,50),(8987,11,7,51),(8988,11,8,1),(8989,11,8,2),(8990,11,8,3),(8991,11,8,4),(8992,11,8,5),(8993,11,8,6),(8994,11,8,7),(8995,11,8,8),(8996,11,8,9),(8997,11,8,10),(8998,11,8,11),(8999,11,8,12),(9000,11,8,13),(9001,11,8,14),(9002,11,8,15),(9003,11,8,16),(9004,11,8,17),(9005,11,8,18),(9006,11,8,19),(9007,11,8,20),(9008,11,8,21),(9009,11,8,22),(9010,11,8,23),(9011,11,8,24),(9012,11,8,25),(9013,11,8,26),(9014,11,8,27),(9015,11,8,28),(9016,11,8,29),(9017,11,8,30),(9018,11,8,31),(9019,11,8,32),(9020,11,8,33),(9021,11,8,34),(9022,11,8,35),(9023,11,8,36),(9024,11,8,37),(9025,11,8,38),(9026,11,8,39),(9027,11,8,40),(9028,11,8,41),(9029,11,8,42),(9030,11,8,43),(9031,11,8,44),(9032,11,8,45),(9033,11,8,46),(9034,11,8,47),(9035,11,8,48),(9036,11,8,49),(9037,11,8,50),(9038,11,8,51),(9039,11,8,52),(9040,11,8,53),(9041,11,8,54),(9042,11,8,55),(9043,11,8,56),(9044,11,8,57),(9045,11,8,58),(9046,11,8,59),(9047,11,8,60),(9048,11,8,61),(9049,11,8,62),(9050,11,8,63),(9051,11,8,64),(9052,11,8,65),(9053,11,8,66),(9054,11,9,1),(9055,11,9,2),(9056,11,9,3),(9057,11,9,4),(9058,11,9,5),(9059,11,9,6),(9060,11,9,7),(9061,11,9,8),(9062,11,9,9),(9063,11,9,10),(9064,11,9,11),(9065,11,9,12),(9066,11,9,13),(9067,11,9,14),(9068,11,9,15),(9069,11,9,16),(9070,11,9,17),(9071,11,9,18),(9072,11,9,19),(9073,11,9,20),(9074,11,9,21),(9075,11,9,22),(9076,11,9,23),(9077,11,9,24),(9078,11,9,25),(9079,11,9,26),(9080,11,9,27),(9081,11,9,28),(9082,11,10,1),(9083,11,10,2),(9084,11,10,3),(9085,11,10,4),(9086,11,10,5),(9087,11,10,6),(9088,11,10,7),(9089,11,10,8),(9090,11,10,9),(9091,11,10,10),(9092,11,10,11),(9093,11,10,12),(9094,11,10,13),(9095,11,10,14),(9096,11,10,15),(9097,11,10,16),(9098,11,10,17),(9099,11,10,18),(9100,11,10,19),(9101,11,10,20),(9102,11,10,21),(9103,11,10,22),(9104,11,10,23),(9105,11,10,24),(9106,11,10,25),(9107,11,10,26),(9108,11,10,27),(9109,11,10,28),(9110,11,10,29),(9111,11,11,1),(9112,11,11,2),(9113,11,11,3),(9114,11,11,4),(9115,11,11,5),(9116,11,11,6),(9117,11,11,7),(9118,11,11,8),(9119,11,11,9),(9120,11,11,10),(9121,11,11,11),(9122,11,11,12),(9123,11,11,13),(9124,11,11,14),(9125,11,11,15),(9126,11,11,16),(9127,11,11,17),(9128,11,11,18),(9129,11,11,19),(9130,11,11,20),(9131,11,11,21),(9132,11,11,22),(9133,11,11,23),(9134,11,11,24),(9135,11,11,25),(9136,11,11,26),(9137,11,11,27),(9138,11,11,28),(9139,11,11,29),(9140,11,11,30),(9141,11,11,31),(9142,11,11,32),(9143,11,11,33),(9144,11,11,34),(9145,11,11,35),(9146,11,11,36),(9147,11,11,37),(9148,11,11,38),(9149,11,11,39),(9150,11,11,40),(9151,11,11,41),(9152,11,11,42),(9153,11,11,43),(9154,11,12,1),(9155,11,12,2),(9156,11,12,3),(9157,11,12,4),(9158,11,12,5),(9159,11,12,6),(9160,11,12,7),(9161,11,12,8),(9162,11,12,9),(9163,11,12,10),(9164,11,12,11),(9165,11,12,12),(9166,11,12,13),(9167,11,12,14),(9168,11,12,15),(9169,11,12,16),(9170,11,12,17),(9171,11,12,18),(9172,11,12,19),(9173,11,12,20),(9174,11,12,21),(9175,11,12,22),(9176,11,12,23),(9177,11,12,24),(9178,11,12,25),(9179,11,12,26),(9180,11,12,27),(9181,11,12,28),(9182,11,12,29),(9183,11,12,30),(9184,11,12,31),(9185,11,12,32),(9186,11,12,33),(9187,11,13,1),(9188,11,13,2),(9189,11,13,3),(9190,11,13,4),(9191,11,13,5),(9192,11,13,6),(9193,11,13,7),(9194,11,13,8),(9195,11,13,9),(9196,11,13,10),(9197,11,13,11),(9198,11,13,12),(9199,11,13,13),(9200,11,13,14),(9201,11,13,15),(9202,11,13,16),(9203,11,13,17),(9204,11,13,18),(9205,11,13,19),(9206,11,13,20),(9207,11,13,21),(9208,11,13,22),(9209,11,13,23),(9210,11,13,24),(9211,11,13,25),(9212,11,13,26),(9213,11,13,27),(9214,11,13,28),(9215,11,13,29),(9216,11,13,30),(9217,11,13,31),(9218,11,13,32),(9219,11,13,33),(9220,11,13,34),(9221,11,14,1),(9222,11,14,2),(9223,11,14,3),(9224,11,14,4),(9225,11,14,5),(9226,11,14,6),(9227,11,14,7),(9228,11,14,8),(9229,11,14,9),(9230,11,14,10),(9231,11,14,11),(9232,11,14,12),(9233,11,14,13),(9234,11,14,14),(9235,11,14,15),(9236,11,14,16),(9237,11,14,17),(9238,11,14,18),(9239,11,14,19),(9240,11,14,20),(9241,11,14,21),(9242,11,14,22),(9243,11,14,23),(9244,11,14,24),(9245,11,14,25),(9246,11,14,26),(9247,11,14,27),(9248,11,14,28),(9249,11,14,29),(9250,11,14,30),(9251,11,14,31),(9252,11,15,1),(9253,11,15,2),(9254,11,15,3),(9255,11,15,4),(9256,11,15,5),(9257,11,15,6),(9258,11,15,7),(9259,11,15,8),(9260,11,15,9),(9261,11,15,10),(9262,11,15,11),(9263,11,15,12),(9264,11,15,13),(9265,11,15,14),(9266,11,15,15),(9267,11,15,16),(9268,11,15,17),(9269,11,15,18),(9270,11,15,19),(9271,11,15,20),(9272,11,15,21),(9273,11,15,22),(9274,11,15,23),(9275,11,15,24),(9276,11,15,25),(9277,11,15,26),(9278,11,15,27),(9279,11,15,28),(9280,11,15,29),(9281,11,15,30),(9282,11,15,31),(9283,11,15,32),(9284,11,15,33),(9285,11,15,34),(9286,11,16,1),(9287,11,16,2),(9288,11,16,3),(9289,11,16,4),(9290,11,16,5),(9291,11,16,6),(9292,11,16,7),(9293,11,16,8),(9294,11,16,9),(9295,11,16,10),(9296,11,16,11),(9297,11,16,12),(9298,11,16,13),(9299,11,16,14),(9300,11,16,15),(9301,11,16,16),(9302,11,16,17),(9303,11,16,18),(9304,11,16,19),(9305,11,16,20),(9306,11,16,21),(9307,11,16,22),(9308,11,16,23),(9309,11,16,24),(9310,11,16,25),(9311,11,16,26),(9312,11,16,27),(9313,11,16,28),(9314,11,16,29),(9315,11,16,30),(9316,11,16,31),(9317,11,16,32),(9318,11,16,33),(9319,11,16,34),(9320,11,17,1),(9321,11,17,2),(9322,11,17,3),(9323,11,17,4),(9324,11,17,5),(9325,11,17,6),(9326,11,17,7),(9327,11,17,8),(9328,11,17,9),(9329,11,17,10),(9330,11,17,11),(9331,11,17,12),(9332,11,17,13),(9333,11,17,14),(9334,11,17,15),(9335,11,17,16),(9336,11,17,17),(9337,11,17,18),(9338,11,17,19),(9339,11,17,20),(9340,11,17,21),(9341,11,17,22),(9342,11,17,23),(9343,11,17,24),(9344,11,18,1),(9345,11,18,2),(9346,11,18,3),(9347,11,18,4),(9348,11,18,5),(9349,11,18,6),(9350,11,18,7),(9351,11,18,8),(9352,11,18,9),(9353,11,18,10),(9354,11,18,11),(9355,11,18,12),(9356,11,18,13),(9357,11,18,14),(9358,11,18,15),(9359,11,18,16),(9360,11,18,17),(9361,11,18,18),(9362,11,18,19),(9363,11,18,20),(9364,11,18,21),(9365,11,18,22),(9366,11,18,23),(9367,11,18,24),(9368,11,18,25),(9369,11,18,26),(9370,11,18,27),(9371,11,18,28),(9372,11,18,29),(9373,11,18,30),(9374,11,18,31),(9375,11,18,32),(9376,11,18,33),(9377,11,18,34),(9378,11,18,35),(9379,11,18,36),(9380,11,18,37),(9381,11,18,38),(9382,11,18,39),(9383,11,18,40),(9384,11,18,41),(9385,11,18,42),(9386,11,18,43),(9387,11,18,44),(9388,11,18,45),(9389,11,18,46),(9390,11,19,1),(9391,11,19,2),(9392,11,19,3),(9393,11,19,4),(9394,11,19,5),(9395,11,19,6),(9396,11,19,7),(9397,11,19,8),(9398,11,19,9),(9399,11,19,10),(9400,11,19,11),(9401,11,19,12),(9402,11,19,13),(9403,11,19,14),(9404,11,19,15),(9405,11,19,16),(9406,11,19,17),(9407,11,19,18),(9408,11,19,19),(9409,11,19,20),(9410,11,19,21),(9411,11,20,1),(9412,11,20,2),(9413,11,20,3),(9414,11,20,4),(9415,11,20,5),(9416,11,20,6),(9417,11,20,7),(9418,11,20,8),(9419,11,20,9),(9420,11,20,10),(9421,11,20,11),(9422,11,20,12),(9423,11,20,13),(9424,11,20,14),(9425,11,20,15),(9426,11,20,16),(9427,11,20,17),(9428,11,20,18),(9429,11,20,19),(9430,11,20,20),(9431,11,20,21),(9432,11,20,22),(9433,11,20,23),(9434,11,20,24),(9435,11,20,25),(9436,11,20,26),(9437,11,20,27),(9438,11,20,28),(9439,11,20,29),(9440,11,20,30),(9441,11,20,31),(9442,11,20,32),(9443,11,20,33),(9444,11,20,34),(9445,11,20,35),(9446,11,20,36),(9447,11,20,37),(9448,11,20,38),(9449,11,20,39),(9450,11,20,40),(9451,11,20,41),(9452,11,20,42),(9453,11,20,43),(9454,11,21,1),(9455,11,21,2),(9456,11,21,3),(9457,11,21,4),(9458,11,21,5),(9459,11,21,6),(9460,11,21,7),(9461,11,21,8),(9462,11,21,9),(9463,11,21,10),(9464,11,21,11),(9465,11,21,12),(9466,11,21,13),(9467,11,21,14),(9468,11,21,15),(9469,11,21,16),(9470,11,21,17),(9471,11,21,18),(9472,11,21,19),(9473,11,21,20),(9474,11,21,21),(9475,11,21,22),(9476,11,21,23),(9477,11,21,24),(9478,11,21,25),(9479,11,21,26),(9480,11,21,27),(9481,11,21,28),(9482,11,21,29),(9483,11,22,1),(9484,11,22,2),(9485,11,22,3),(9486,11,22,4),(9487,11,22,5),(9488,11,22,6),(9489,11,22,7),(9490,11,22,8),(9491,11,22,9),(9492,11,22,10),(9493,11,22,11),(9494,11,22,12),(9495,11,22,13),(9496,11,22,14),(9497,11,22,15),(9498,11,22,16),(9499,11,22,17),(9500,11,22,18),(9501,11,22,19),(9502,11,22,20),(9503,11,22,21),(9504,11,22,22),(9505,11,22,23),(9506,11,22,24),(9507,11,22,25),(9508,11,22,26),(9509,11,22,27),(9510,11,22,28),(9511,11,22,29),(9512,11,22,30),(9513,11,22,31),(9514,11,22,32),(9515,11,22,33),(9516,11,22,34),(9517,11,22,35),(9518,11,22,36),(9519,11,22,37),(9520,11,22,38),(9521,11,22,39),(9522,11,22,40),(9523,11,22,41),(9524,11,22,42),(9525,11,22,43),(9526,11,22,44),(9527,11,22,45),(9528,11,22,46),(9529,11,22,47),(9530,11,22,48),(9531,11,22,49),(9532,11,22,50),(9533,11,22,51),(9534,11,22,52),(9535,11,22,53),(9536,11,22,54),(9537,12,1,1),(9538,12,1,2),(9539,12,1,3),(9540,12,1,4),(9541,12,1,5),(9542,12,1,6),(9543,12,1,7),(9544,12,1,8),(9545,12,1,9),(9546,12,1,10),(9547,12,1,11),(9548,12,1,12),(9549,12,1,13),(9550,12,1,14),(9551,12,1,15),(9552,12,1,16),(9553,12,1,17),(9554,12,1,18),(9555,12,2,1),(9556,12,2,2),(9557,12,2,3),(9558,12,2,4),(9559,12,2,5),(9560,12,2,6),(9561,12,2,7),(9562,12,2,8),(9563,12,2,9),(9564,12,2,10),(9565,12,2,11),(9566,12,2,12),(9567,12,2,13),(9568,12,2,14),(9569,12,2,15),(9570,12,2,16),(9571,12,2,17),(9572,12,2,18),(9573,12,2,19),(9574,12,2,20),(9575,12,2,21),(9576,12,2,22),(9577,12,2,23),(9578,12,2,24),(9579,12,2,25),(9580,12,3,1),(9581,12,3,2),(9582,12,3,3),(9583,12,3,4),(9584,12,3,5),(9585,12,3,6),(9586,12,3,7),(9587,12,3,8),(9588,12,3,9),(9589,12,3,10),(9590,12,3,11),(9591,12,3,12),(9592,12,3,13),(9593,12,3,14),(9594,12,3,15),(9595,12,3,16),(9596,12,3,17),(9597,12,3,18),(9598,12,3,19),(9599,12,3,20),(9600,12,3,21),(9601,12,3,22),(9602,12,3,23),(9603,12,3,24),(9604,12,3,25),(9605,12,3,26),(9606,12,3,27),(9607,12,4,1),(9608,12,4,2),(9609,12,4,3),(9610,12,4,4),(9611,12,4,5),(9612,12,4,6),(9613,12,4,7),(9614,12,4,8),(9615,12,4,9),(9616,12,4,10),(9617,12,4,11),(9618,12,4,12),(9619,12,4,13),(9620,12,4,14),(9621,12,4,15),(9622,12,4,16),(9623,12,4,17),(9624,12,4,18),(9625,12,4,19),(9626,12,4,20),(9627,12,4,21),(9628,12,4,22),(9629,12,4,23),(9630,12,4,24),(9631,12,4,25),(9632,12,4,26),(9633,12,4,27),(9634,12,4,28),(9635,12,4,29),(9636,12,4,30),(9637,12,4,31),(9638,12,4,32),(9639,12,4,33),(9640,12,4,34),(9641,12,4,35),(9642,12,4,36),(9643,12,4,37),(9644,12,4,38),(9645,12,4,39),(9646,12,4,40),(9647,12,4,41),(9648,12,4,42),(9649,12,4,43),(9650,12,4,44),(9651,12,5,1),(9652,12,5,2),(9653,12,5,3),(9654,12,5,4),(9655,12,5,5),(9656,12,5,6),(9657,12,5,7),(9658,12,5,8),(9659,12,5,9),(9660,12,5,10),(9661,12,5,11),(9662,12,5,12),(9663,12,5,13),(9664,12,5,14),(9665,12,5,15),(9666,12,5,16),(9667,12,5,17),(9668,12,5,18),(9669,12,5,19),(9670,12,5,20),(9671,12,5,21),(9672,12,5,22),(9673,12,5,23),(9674,12,5,24),(9675,12,5,25),(9676,12,5,26),(9677,12,5,27),(9678,12,6,1),(9679,12,6,2),(9680,12,6,3),(9681,12,6,4),(9682,12,6,5),(9683,12,6,6),(9684,12,6,7),(9685,12,6,8),(9686,12,6,9),(9687,12,6,10),(9688,12,6,11),(9689,12,6,12),(9690,12,6,13),(9691,12,6,14),(9692,12,6,15),(9693,12,6,16),(9694,12,6,17),(9695,12,6,18),(9696,12,6,19),(9697,12,6,20),(9698,12,6,21),(9699,12,6,22),(9700,12,6,23),(9701,12,6,24),(9702,12,6,25),(9703,12,6,26),(9704,12,6,27),(9705,12,6,28),(9706,12,6,29),(9707,12,6,30),(9708,12,6,31),(9709,12,6,32),(9710,12,6,33),(9711,12,7,1),(9712,12,7,2),(9713,12,7,3),(9714,12,7,4),(9715,12,7,5),(9716,12,7,6),(9717,12,7,7),(9718,12,7,8),(9719,12,7,9),(9720,12,7,10),(9721,12,7,11),(9722,12,7,12),(9723,12,7,13),(9724,12,7,14),(9725,12,7,15),(9726,12,7,16),(9727,12,7,17),(9728,12,7,18),(9729,12,7,19),(9730,12,7,20),(9731,12,8,1),(9732,12,8,2),(9733,12,8,3),(9734,12,8,4),(9735,12,8,5),(9736,12,8,6),(9737,12,8,7),(9738,12,8,8),(9739,12,8,9),(9740,12,8,10),(9741,12,8,11),(9742,12,8,12),(9743,12,8,13),(9744,12,8,14),(9745,12,8,15),(9746,12,8,16),(9747,12,8,17),(9748,12,8,18),(9749,12,8,19),(9750,12,8,20),(9751,12,8,21),(9752,12,8,22),(9753,12,8,23),(9754,12,8,24),(9755,12,8,25),(9756,12,8,26),(9757,12,8,27),(9758,12,8,28),(9759,12,8,29),(9760,12,9,1),(9761,12,9,2),(9762,12,9,3),(9763,12,9,4),(9764,12,9,5),(9765,12,9,6),(9766,12,9,7),(9767,12,9,8),(9768,12,9,9),(9769,12,9,10),(9770,12,9,11),(9771,12,9,12),(9772,12,9,13),(9773,12,9,14),(9774,12,9,15),(9775,12,9,16),(9776,12,9,17),(9777,12,9,18),(9778,12,9,19),(9779,12,9,20),(9780,12,9,21),(9781,12,9,22),(9782,12,9,23),(9783,12,9,24),(9784,12,9,25),(9785,12,9,26),(9786,12,9,27),(9787,12,9,28),(9788,12,9,29),(9789,12,9,30),(9790,12,9,31),(9791,12,9,32),(9792,12,9,33),(9793,12,9,34),(9794,12,9,35),(9795,12,9,36),(9796,12,9,37),(9797,12,10,1),(9798,12,10,2),(9799,12,10,3),(9800,12,10,4),(9801,12,10,5),(9802,12,10,6),(9803,12,10,7),(9804,12,10,8),(9805,12,10,9),(9806,12,10,10),(9807,12,10,11),(9808,12,10,12),(9809,12,10,13),(9810,12,10,14),(9811,12,10,15),(9812,12,10,16),(9813,12,10,17),(9814,12,10,18),(9815,12,10,19),(9816,12,10,20),(9817,12,10,21),(9818,12,10,22),(9819,12,10,23),(9820,12,10,24),(9821,12,10,25),(9822,12,10,26),(9823,12,10,27),(9824,12,10,28),(9825,12,10,29),(9826,12,10,30),(9827,12,10,31),(9828,12,10,32),(9829,12,10,33),(9830,12,10,34),(9831,12,10,35),(9832,12,10,36),(9833,12,11,1),(9834,12,11,2),(9835,12,11,3),(9836,12,11,4),(9837,12,11,5),(9838,12,11,6),(9839,12,11,7),(9840,12,11,8),(9841,12,11,9),(9842,12,11,10),(9843,12,11,11),(9844,12,11,12),(9845,12,11,13),(9846,12,11,14),(9847,12,11,15),(9848,12,11,16),(9849,12,11,17),(9850,12,11,18),(9851,12,11,19),(9852,12,11,20),(9853,12,12,1),(9854,12,12,2),(9855,12,12,3),(9856,12,12,4),(9857,12,12,5),(9858,12,12,6),(9859,12,12,7),(9860,12,12,8),(9861,12,12,9),(9862,12,12,10),(9863,12,12,11),(9864,12,12,12),(9865,12,12,13),(9866,12,12,14),(9867,12,12,15),(9868,12,12,16),(9869,12,12,17),(9870,12,12,18),(9871,12,12,19),(9872,12,12,20),(9873,12,12,21),(9874,12,12,22),(9875,12,13,1),(9876,12,13,2),(9877,12,13,3),(9878,12,13,4),(9879,12,13,5),(9880,12,13,6),(9881,12,13,7),(9882,12,13,8),(9883,12,13,9),(9884,12,13,10),(9885,12,13,11),(9886,12,13,12),(9887,12,13,13),(9888,12,13,14),(9889,12,13,15),(9890,12,13,16),(9891,12,13,17),(9892,12,13,18),(9893,12,13,19),(9894,12,13,20),(9895,12,13,21),(9896,12,13,22),(9897,12,13,23),(9898,12,13,24),(9899,12,13,25),(9900,12,14,1),(9901,12,14,2),(9902,12,14,3),(9903,12,14,4),(9904,12,14,5),(9905,12,14,6),(9906,12,14,7),(9907,12,14,8),(9908,12,14,9),(9909,12,14,10),(9910,12,14,11),(9911,12,14,12),(9912,12,14,13),(9913,12,14,14),(9914,12,14,15),(9915,12,14,16),(9916,12,14,17),(9917,12,14,18),(9918,12,14,19),(9919,12,14,20),(9920,12,14,21),(9921,12,14,22),(9922,12,14,23),(9923,12,14,24),(9924,12,14,25),(9925,12,14,26),(9926,12,14,27),(9927,12,14,28),(9928,12,14,29),(9929,12,15,1),(9930,12,15,2),(9931,12,15,3),(9932,12,15,4),(9933,12,15,5),(9934,12,15,6),(9935,12,15,7),(9936,12,15,8),(9937,12,15,9),(9938,12,15,10),(9939,12,15,11),(9940,12,15,12),(9941,12,15,13),(9942,12,15,14),(9943,12,15,15),(9944,12,15,16),(9945,12,15,17),(9946,12,15,18),(9947,12,15,19),(9948,12,15,20),(9949,12,15,21),(9950,12,15,22),(9951,12,15,23),(9952,12,15,24),(9953,12,15,25),(9954,12,15,26),(9955,12,15,27),(9956,12,15,28),(9957,12,15,29),(9958,12,15,30),(9959,12,15,31),(9960,12,15,32),(9961,12,15,33),(9962,12,15,34),(9963,12,15,35),(9964,12,15,36),(9965,12,15,37),(9966,12,15,38),(9967,12,16,1),(9968,12,16,2),(9969,12,16,3),(9970,12,16,4),(9971,12,16,5),(9972,12,16,6),(9973,12,16,7),(9974,12,16,8),(9975,12,16,9),(9976,12,16,10),(9977,12,16,11),(9978,12,16,12),(9979,12,16,13),(9980,12,16,14),(9981,12,16,15),(9982,12,16,16),(9983,12,16,17),(9984,12,16,18),(9985,12,16,19),(9986,12,16,20),(9987,12,17,1),(9988,12,17,2),(9989,12,17,3),(9990,12,17,4),(9991,12,17,5),(9992,12,17,6),(9993,12,17,7),(9994,12,17,8),(9995,12,17,9),(9996,12,17,10),(9997,12,17,11),(9998,12,17,12),(9999,12,17,13),(10000,12,17,14),(10001,12,17,15),(10002,12,17,16),(10003,12,17,17),(10004,12,17,18),(10005,12,17,19),(10006,12,17,20),(10007,12,17,21),(10008,12,17,22),(10009,12,17,23),(10010,12,17,24),(10011,12,17,25),(10012,12,17,26),(10013,12,17,27),(10014,12,17,28),(10015,12,17,29),(10016,12,17,30),(10017,12,17,31),(10018,12,17,32),(10019,12,17,33),(10020,12,17,34),(10021,12,17,35),(10022,12,17,36),(10023,12,17,37),(10024,12,17,38),(10025,12,17,39),(10026,12,17,40),(10027,12,17,41),(10028,12,18,1),(10029,12,18,2),(10030,12,18,3),(10031,12,18,4),(10032,12,18,5),(10033,12,18,6),(10034,12,18,7),(10035,12,18,8),(10036,12,18,9),(10037,12,18,10),(10038,12,18,11),(10039,12,18,12),(10040,12,18,13),(10041,12,18,14),(10042,12,18,15),(10043,12,18,16),(10044,12,18,17),(10045,12,18,18),(10046,12,18,19),(10047,12,18,20),(10048,12,18,21),(10049,12,18,22),(10050,12,18,23),(10051,12,18,24),(10052,12,18,25),(10053,12,18,26),(10054,12,18,27),(10055,12,18,28),(10056,12,18,29),(10057,12,18,30),(10058,12,18,31),(10059,12,18,32),(10060,12,18,33),(10061,12,18,34),(10062,12,18,35),(10063,12,18,36),(10064,12,18,37),(10065,12,19,1),(10066,12,19,2),(10067,12,19,3),(10068,12,19,4),(10069,12,19,5),(10070,12,19,6),(10071,12,19,7),(10072,12,19,8),(10073,12,19,9),(10074,12,19,10),(10075,12,19,11),(10076,12,19,12),(10077,12,19,13),(10078,12,19,14),(10079,12,19,15),(10080,12,19,16),(10081,12,19,17),(10082,12,19,18),(10083,12,19,19),(10084,12,19,20),(10085,12,19,21),(10086,12,19,22),(10087,12,19,23),(10088,12,19,24),(10089,12,19,25),(10090,12,19,26),(10091,12,19,27),(10092,12,19,28),(10093,12,19,29),(10094,12,19,30),(10095,12,19,31),(10096,12,19,32),(10097,12,19,33),(10098,12,19,34),(10099,12,19,35),(10100,12,19,36),(10101,12,19,37),(10102,12,20,1),(10103,12,20,2),(10104,12,20,3),(10105,12,20,4),(10106,12,20,5),(10107,12,20,6),(10108,12,20,7),(10109,12,20,8),(10110,12,20,9),(10111,12,20,10),(10112,12,20,11),(10113,12,20,12),(10114,12,20,13),(10115,12,20,14),(10116,12,20,15),(10117,12,20,16),(10118,12,20,17),(10119,12,20,18),(10120,12,20,19),(10121,12,20,20),(10122,12,20,21),(10123,12,21,1),(10124,12,21,2),(10125,12,21,3),(10126,12,21,4),(10127,12,21,5),(10128,12,21,6),(10129,12,21,7),(10130,12,21,8),(10131,12,21,9),(10132,12,21,10),(10133,12,21,11),(10134,12,21,12),(10135,12,21,13),(10136,12,21,14),(10137,12,21,15),(10138,12,21,16),(10139,12,21,17),(10140,12,21,18),(10141,12,21,19),(10142,12,21,20),(10143,12,21,21),(10144,12,21,22),(10145,12,21,23),(10146,12,21,24),(10147,12,21,25),(10148,12,21,26),(10149,12,22,1),(10150,12,22,2),(10151,12,22,3),(10152,12,22,4),(10153,12,22,5),(10154,12,22,6),(10155,12,22,7),(10156,12,22,8),(10157,12,22,9),(10158,12,22,10),(10159,12,22,11),(10160,12,22,12),(10161,12,22,13),(10162,12,22,14),(10163,12,22,15),(10164,12,22,16),(10165,12,22,17),(10166,12,22,18),(10167,12,22,19),(10168,12,22,20),(10169,12,23,1),(10170,12,23,2),(10171,12,23,3),(10172,12,23,4),(10173,12,23,5),(10174,12,23,6),(10175,12,23,7),(10176,12,23,8),(10177,12,23,9),(10178,12,23,10),(10179,12,23,11),(10180,12,23,12),(10181,12,23,13),(10182,12,23,14),(10183,12,23,15),(10184,12,23,16),(10185,12,23,17),(10186,12,23,18),(10187,12,23,19),(10188,12,23,20),(10189,12,23,21),(10190,12,23,22),(10191,12,23,23),(10192,12,23,24),(10193,12,23,25),(10194,12,23,26),(10195,12,23,27),(10196,12,23,28),(10197,12,23,29),(10198,12,23,30),(10199,12,23,31),(10200,12,23,32),(10201,12,23,33),(10202,12,23,34),(10203,12,23,35),(10204,12,23,36),(10205,12,23,37),(10206,12,24,1),(10207,12,24,2),(10208,12,24,3),(10209,12,24,4),(10210,12,24,5),(10211,12,24,6),(10212,12,24,7),(10213,12,24,8),(10214,12,24,9),(10215,12,24,10),(10216,12,24,11),(10217,12,24,12),(10218,12,24,13),(10219,12,24,14),(10220,12,24,15),(10221,12,24,16),(10222,12,24,17),(10223,12,24,18),(10224,12,24,19),(10225,12,24,20),(10226,12,25,1),(10227,12,25,2),(10228,12,25,3),(10229,12,25,4),(10230,12,25,5),(10231,12,25,6),(10232,12,25,7),(10233,12,25,8),(10234,12,25,9),(10235,12,25,10),(10236,12,25,11),(10237,12,25,12),(10238,12,25,13),(10239,12,25,14),(10240,12,25,15),(10241,12,25,16),(10242,12,25,17),(10243,12,25,18),(10244,12,25,19),(10245,12,25,20),(10246,12,25,21),(10247,12,25,22),(10248,12,25,23),(10249,12,25,24),(10250,12,25,25),(10251,12,25,26),(10252,12,25,27),(10253,12,25,28),(10254,12,25,29),(10255,12,25,30),(10256,13,1,1),(10257,13,1,2),(10258,13,1,3),(10259,13,1,4),(10260,13,1,5),(10261,13,1,6),(10262,13,1,7),(10263,13,1,8),(10264,13,1,9),(10265,13,1,10),(10266,13,1,11),(10267,13,1,12),(10268,13,1,13),(10269,13,1,14),(10270,13,1,15),(10271,13,1,16),(10272,13,1,17),(10273,13,1,18),(10274,13,1,19),(10275,13,1,20),(10276,13,1,21),(10277,13,1,22),(10278,13,1,23),(10279,13,1,24),(10280,13,1,25),(10281,13,1,26),(10282,13,1,27),(10283,13,1,28),(10284,13,1,29),(10285,13,1,30),(10286,13,1,31),(10287,13,1,32),(10288,13,1,33),(10289,13,1,34),(10290,13,1,35),(10291,13,1,36),(10292,13,1,37),(10293,13,1,38),(10294,13,1,39),(10295,13,1,40),(10296,13,1,41),(10297,13,1,42),(10298,13,1,43),(10299,13,1,44),(10300,13,1,45),(10301,13,1,46),(10302,13,1,47),(10303,13,1,48),(10304,13,1,49),(10305,13,1,50),(10306,13,1,51),(10307,13,1,52),(10308,13,1,53),(10309,13,1,54),(10310,13,2,1),(10311,13,2,2),(10312,13,2,3),(10313,13,2,4),(10314,13,2,5),(10315,13,2,6),(10316,13,2,7),(10317,13,2,8),(10318,13,2,9),(10319,13,2,10),(10320,13,2,11),(10321,13,2,12),(10322,13,2,13),(10323,13,2,14),(10324,13,2,15),(10325,13,2,16),(10326,13,2,17),(10327,13,2,18),(10328,13,2,19),(10329,13,2,20),(10330,13,2,21),(10331,13,2,22),(10332,13,2,23),(10333,13,2,24),(10334,13,2,25),(10335,13,2,26),(10336,13,2,27),(10337,13,2,28),(10338,13,2,29),(10339,13,2,30),(10340,13,2,31),(10341,13,2,32),(10342,13,2,33),(10343,13,2,34),(10344,13,2,35),(10345,13,2,36),(10346,13,2,37),(10347,13,2,38),(10348,13,2,39),(10349,13,2,40),(10350,13,2,41),(10351,13,2,42),(10352,13,2,43),(10353,13,2,44),(10354,13,2,45),(10355,13,2,46),(10356,13,2,47),(10357,13,2,48),(10358,13,2,49),(10359,13,2,50),(10360,13,2,51),(10361,13,2,52),(10362,13,2,53),(10363,13,2,54),(10364,13,2,55),(10365,13,3,1),(10366,13,3,2),(10367,13,3,3),(10368,13,3,4),(10369,13,3,5),(10370,13,3,6),(10371,13,3,7),(10372,13,3,8),(10373,13,3,9),(10374,13,3,10),(10375,13,3,11),(10376,13,3,12),(10377,13,3,13),(10378,13,3,14),(10379,13,3,15),(10380,13,3,16),(10381,13,3,17),(10382,13,3,18),(10383,13,3,19),(10384,13,3,20),(10385,13,3,21),(10386,13,3,22),(10387,13,3,23),(10388,13,3,24),(10389,13,4,1),(10390,13,4,2),(10391,13,4,3),(10392,13,4,4),(10393,13,4,5),(10394,13,4,6),(10395,13,4,7),(10396,13,4,8),(10397,13,4,9),(10398,13,4,10),(10399,13,4,11),(10400,13,4,12),(10401,13,4,13),(10402,13,4,14),(10403,13,4,15),(10404,13,4,16),(10405,13,4,17),(10406,13,4,18),(10407,13,4,19),(10408,13,4,20),(10409,13,4,21),(10410,13,4,22),(10411,13,4,23),(10412,13,4,24),(10413,13,4,25),(10414,13,4,26),(10415,13,4,27),(10416,13,4,28),(10417,13,4,29),(10418,13,4,30),(10419,13,4,31),(10420,13,4,32),(10421,13,4,33),(10422,13,4,34),(10423,13,4,35),(10424,13,4,36),(10425,13,4,37),(10426,13,4,38),(10427,13,4,39),(10428,13,4,40),(10429,13,4,41),(10430,13,4,42),(10431,13,4,43),(10432,13,5,1),(10433,13,5,2),(10434,13,5,3),(10435,13,5,4),(10436,13,5,5),(10437,13,5,6),(10438,13,5,7),(10439,13,5,8),(10440,13,5,9),(10441,13,5,10),(10442,13,5,11),(10443,13,5,12),(10444,13,5,13),(10445,13,5,14),(10446,13,5,15),(10447,13,5,16),(10448,13,5,17),(10449,13,5,18),(10450,13,5,19),(10451,13,5,20),(10452,13,5,21),(10453,13,5,22),(10454,13,5,23),(10455,13,5,24),(10456,13,5,25),(10457,13,5,26),(10458,13,5,27),(10459,13,5,28),(10460,13,5,29),(10461,13,5,30),(10462,13,5,31),(10463,13,5,32),(10464,13,5,33),(10465,13,5,34),(10466,13,5,35),(10467,13,5,36),(10468,13,5,37),(10469,13,5,38),(10470,13,5,39),(10471,13,5,40),(10472,13,5,41),(10473,13,6,1),(10474,13,6,2),(10475,13,6,3),(10476,13,6,4),(10477,13,6,5),(10478,13,6,6),(10479,13,6,7),(10480,13,6,8),(10481,13,6,9),(10482,13,6,10),(10483,13,6,11),(10484,13,6,12),(10485,13,6,13),(10486,13,6,14),(10487,13,6,15),(10488,13,6,16),(10489,13,6,17),(10490,13,6,18),(10491,13,6,19),(10492,13,6,20),(10493,13,6,21),(10494,13,6,22),(10495,13,6,23),(10496,13,6,24),(10497,13,6,25),(10498,13,6,26),(10499,13,6,27),(10500,13,6,28),(10501,13,6,29),(10502,13,6,30),(10503,13,6,31),(10504,13,6,32),(10505,13,6,33),(10506,13,6,34),(10507,13,6,35),(10508,13,6,36),(10509,13,6,37),(10510,13,6,38),(10511,13,6,39),(10512,13,6,40),(10513,13,6,41),(10514,13,6,42),(10515,13,6,43),(10516,13,6,44),(10517,13,6,45),(10518,13,6,46),(10519,13,6,47),(10520,13,6,48),(10521,13,6,49),(10522,13,6,50),(10523,13,6,51),(10524,13,6,52),(10525,13,6,53),(10526,13,6,54),(10527,13,6,55),(10528,13,6,56),(10529,13,6,57),(10530,13,6,58),(10531,13,6,59),(10532,13,6,60),(10533,13,6,61),(10534,13,6,62),(10535,13,6,63),(10536,13,6,64),(10537,13,6,65),(10538,13,6,66),(10539,13,7,1),(10540,13,7,2),(10541,13,7,3),(10542,13,7,4),(10543,13,7,5),(10544,13,7,6),(10545,13,7,7),(10546,13,7,8),(10547,13,7,9),(10548,13,7,10),(10549,13,7,11),(10550,13,7,12),(10551,13,7,13),(10552,13,7,14),(10553,13,7,15),(10554,13,7,16),(10555,13,7,17),(10556,13,7,18),(10557,13,7,19),(10558,13,7,20),(10559,13,7,21),(10560,13,7,22),(10561,13,7,23),(10562,13,7,24),(10563,13,7,25),(10564,13,7,26),(10565,13,7,27),(10566,13,7,28),(10567,13,7,29),(10568,13,7,30),(10569,13,7,31),(10570,13,7,32),(10571,13,7,33),(10572,13,7,34),(10573,13,7,35),(10574,13,7,36),(10575,13,7,37),(10576,13,7,38),(10577,13,7,39),(10578,13,7,40),(10579,13,8,1),(10580,13,8,2),(10581,13,8,3),(10582,13,8,4),(10583,13,8,5),(10584,13,8,6),(10585,13,8,7),(10586,13,8,8),(10587,13,8,9),(10588,13,8,10),(10589,13,8,11),(10590,13,8,12),(10591,13,8,13),(10592,13,8,14),(10593,13,8,15),(10594,13,8,16),(10595,13,8,17),(10596,13,8,18),(10597,13,8,19),(10598,13,8,20),(10599,13,8,21),(10600,13,8,22),(10601,13,8,23),(10602,13,8,24),(10603,13,8,25),(10604,13,8,26),(10605,13,8,27),(10606,13,8,28),(10607,13,8,29),(10608,13,8,30),(10609,13,8,31),(10610,13,8,32),(10611,13,8,33),(10612,13,8,34),(10613,13,8,35),(10614,13,8,36),(10615,13,8,37),(10616,13,8,38),(10617,13,8,39),(10618,13,8,40),(10619,13,9,1),(10620,13,9,2),(10621,13,9,3),(10622,13,9,4),(10623,13,9,5),(10624,13,9,6),(10625,13,9,7),(10626,13,9,8),(10627,13,9,9),(10628,13,9,10),(10629,13,9,11),(10630,13,9,12),(10631,13,9,13),(10632,13,9,14),(10633,13,9,15),(10634,13,9,16),(10635,13,9,17),(10636,13,9,18),(10637,13,9,19),(10638,13,9,20),(10639,13,9,21),(10640,13,9,22),(10641,13,9,23),(10642,13,9,24),(10643,13,9,25),(10644,13,9,26),(10645,13,9,27),(10646,13,9,28),(10647,13,9,29),(10648,13,9,30),(10649,13,9,31),(10650,13,9,32),(10651,13,9,33),(10652,13,9,34),(10653,13,9,35),(10654,13,9,36),(10655,13,9,37),(10656,13,9,38),(10657,13,9,39),(10658,13,9,40),(10659,13,9,41),(10660,13,9,42),(10661,13,9,43),(10662,13,9,44),(10663,13,10,1),(10664,13,10,2),(10665,13,10,3),(10666,13,10,4),(10667,13,10,5),(10668,13,10,6),(10669,13,10,7),(10670,13,10,8),(10671,13,10,9),(10672,13,10,10),(10673,13,10,11),(10674,13,10,12),(10675,13,10,13),(10676,13,10,14),(10677,13,11,1),(10678,13,11,2),(10679,13,11,3),(10680,13,11,4),(10681,13,11,5),(10682,13,11,6),(10683,13,11,7),(10684,13,11,8),(10685,13,11,9),(10686,13,11,10),(10687,13,11,11),(10688,13,11,12),(10689,13,11,13),(10690,13,11,14),(10691,13,11,15),(10692,13,11,16),(10693,13,11,17),(10694,13,11,18),(10695,13,11,19),(10696,13,11,20),(10697,13,11,21),(10698,13,11,22),(10699,13,11,23),(10700,13,11,24),(10701,13,11,25),(10702,13,11,26),(10703,13,11,27),(10704,13,11,28),(10705,13,11,29),(10706,13,11,30),(10707,13,11,31),(10708,13,11,32),(10709,13,11,33),(10710,13,11,34),(10711,13,11,35),(10712,13,11,36),(10713,13,11,37),(10714,13,11,38),(10715,13,11,39),(10716,13,11,40),(10717,13,11,41),(10718,13,11,42),(10719,13,11,43),(10720,13,11,44),(10721,13,11,45),(10722,13,11,46),(10723,13,11,47),(10724,13,12,1),(10725,13,12,2),(10726,13,12,3),(10727,13,12,4),(10728,13,12,5),(10729,13,12,6),(10730,13,12,7),(10731,13,12,8),(10732,13,12,9),(10733,13,12,10),(10734,13,12,11),(10735,13,12,12),(10736,13,12,13),(10737,13,12,14),(10738,13,12,15),(10739,13,12,16),(10740,13,12,17),(10741,13,12,18),(10742,13,12,19),(10743,13,12,20),(10744,13,12,21),(10745,13,12,22),(10746,13,12,23),(10747,13,12,24),(10748,13,12,25),(10749,13,12,26),(10750,13,12,27),(10751,13,12,28),(10752,13,12,29),(10753,13,12,30),(10754,13,12,31),(10755,13,12,32),(10756,13,12,33),(10757,13,12,34),(10758,13,12,35),(10759,13,12,36),(10760,13,12,37),(10761,13,12,38),(10762,13,12,39),(10763,13,12,40),(10764,13,12,41),(10765,13,13,1),(10766,13,13,2),(10767,13,13,3),(10768,13,13,4),(10769,13,13,5),(10770,13,13,6),(10771,13,13,7),(10772,13,13,8),(10773,13,13,9),(10774,13,13,10),(10775,13,13,11),(10776,13,13,12),(10777,13,13,13),(10778,13,13,14),(10779,13,14,1),(10780,13,14,2),(10781,13,14,3),(10782,13,14,4),(10783,13,14,5),(10784,13,14,6),(10785,13,14,7),(10786,13,14,8),(10787,13,14,9),(10788,13,14,10),(10789,13,14,11),(10790,13,14,12),(10791,13,14,13),(10792,13,14,14),(10793,13,14,15),(10794,13,14,16),(10795,13,14,17),(10796,13,15,1),(10797,13,15,2),(10798,13,15,3),(10799,13,15,4),(10800,13,15,5),(10801,13,15,6),(10802,13,15,7),(10803,13,15,8),(10804,13,15,9),(10805,13,15,10),(10806,13,15,11),(10807,13,15,12),(10808,13,15,13),(10809,13,15,14),(10810,13,15,15),(10811,13,15,16),(10812,13,15,17),(10813,13,15,18),(10814,13,15,19),(10815,13,15,20),(10816,13,15,21),(10817,13,15,22),(10818,13,15,23),(10819,13,15,24),(10820,13,15,25),(10821,13,15,26),(10822,13,15,27),(10823,13,15,28),(10824,13,15,29),(10825,13,16,1),(10826,13,16,2),(10827,13,16,3),(10828,13,16,4),(10829,13,16,5),(10830,13,16,6),(10831,13,16,7),(10832,13,16,8),(10833,13,16,9),(10834,13,16,10),(10835,13,16,11),(10836,13,16,12),(10837,13,16,13),(10838,13,16,14),(10839,13,16,15),(10840,13,16,16),(10841,13,16,17),(10842,13,16,18),(10843,13,16,19),(10844,13,16,20),(10845,13,16,21),(10846,13,16,22),(10847,13,16,23),(10848,13,16,24),(10849,13,16,25),(10850,13,16,26),(10851,13,16,27),(10852,13,16,28),(10853,13,16,29),(10854,13,16,30),(10855,13,16,31),(10856,13,16,32),(10857,13,16,33),(10858,13,16,34),(10859,13,16,35),(10860,13,16,36),(10861,13,16,37),(10862,13,16,38),(10863,13,16,39),(10864,13,16,40),(10865,13,16,41),(10866,13,16,42),(10867,13,16,43),(10868,13,17,1),(10869,13,17,2),(10870,13,17,3),(10871,13,17,4),(10872,13,17,5),(10873,13,17,6),(10874,13,17,7),(10875,13,17,8),(10876,13,17,9),(10877,13,17,10),(10878,13,17,11),(10879,13,17,12),(10880,13,17,13),(10881,13,17,14),(10882,13,17,15),(10883,13,17,16),(10884,13,17,17),(10885,13,17,18),(10886,13,17,19),(10887,13,17,20),(10888,13,17,21),(10889,13,17,22),(10890,13,17,23),(10891,13,17,24),(10892,13,17,25),(10893,13,17,26),(10894,13,17,27),(10895,13,18,1),(10896,13,18,2),(10897,13,18,3),(10898,13,18,4),(10899,13,18,5),(10900,13,18,6),(10901,13,18,7),(10902,13,18,8),(10903,13,18,9),(10904,13,18,10),(10905,13,18,11),(10906,13,18,12),(10907,13,18,13),(10908,13,18,14),(10909,13,18,15),(10910,13,18,16),(10911,13,18,17),(10912,13,19,1),(10913,13,19,2),(10914,13,19,3),(10915,13,19,4),(10916,13,19,5),(10917,13,19,6),(10918,13,19,7),(10919,13,19,8),(10920,13,19,9),(10921,13,19,10),(10922,13,19,11),(10923,13,19,12),(10924,13,19,13),(10925,13,19,14),(10926,13,19,15),(10927,13,19,16),(10928,13,19,17),(10929,13,19,18),(10930,13,19,19),(10931,13,20,1),(10932,13,20,2),(10933,13,20,3),(10934,13,20,4),(10935,13,20,5),(10936,13,20,6),(10937,13,20,7),(10938,13,20,8),(10939,13,21,1),(10940,13,21,2),(10941,13,21,3),(10942,13,21,4),(10943,13,21,5),(10944,13,21,6),(10945,13,21,7),(10946,13,21,8),(10947,13,21,9),(10948,13,21,10),(10949,13,21,11),(10950,13,21,12),(10951,13,21,13),(10952,13,21,14),(10953,13,21,15),(10954,13,21,16),(10955,13,21,17),(10956,13,21,18),(10957,13,21,19),(10958,13,21,20),(10959,13,21,21),(10960,13,21,22),(10961,13,21,23),(10962,13,21,24),(10963,13,21,25),(10964,13,21,26),(10965,13,21,27),(10966,13,21,28),(10967,13,21,29),(10968,13,21,30),(10969,13,22,1),(10970,13,22,2),(10971,13,22,3),(10972,13,22,4),(10973,13,22,5),(10974,13,22,6),(10975,13,22,7),(10976,13,22,8),(10977,13,22,9),(10978,13,22,10),(10979,13,22,11),(10980,13,22,12),(10981,13,22,13),(10982,13,22,14),(10983,13,22,15),(10984,13,22,16),(10985,13,22,17),(10986,13,22,18),(10987,13,22,19),(10988,13,23,1),(10989,13,23,2),(10990,13,23,3),(10991,13,23,4),(10992,13,23,5),(10993,13,23,6),(10994,13,23,7),(10995,13,23,8),(10996,13,23,9),(10997,13,23,10),(10998,13,23,11),(10999,13,23,12),(11000,13,23,13),(11001,13,23,14),(11002,13,23,15),(11003,13,23,16),(11004,13,23,17),(11005,13,23,18),(11006,13,23,19),(11007,13,23,20),(11008,13,23,21),(11009,13,23,22),(11010,13,23,23),(11011,13,23,24),(11012,13,23,25),(11013,13,23,26),(11014,13,23,27),(11015,13,23,28),(11016,13,23,29),(11017,13,23,30),(11018,13,23,31),(11019,13,23,32),(11020,13,24,1),(11021,13,24,2),(11022,13,24,3),(11023,13,24,4),(11024,13,24,5),(11025,13,24,6),(11026,13,24,7),(11027,13,24,8),(11028,13,24,9),(11029,13,24,10),(11030,13,24,11),(11031,13,24,12),(11032,13,24,13),(11033,13,24,14),(11034,13,24,15),(11035,13,24,16),(11036,13,24,17),(11037,13,24,18),(11038,13,24,19),(11039,13,24,20),(11040,13,24,21),(11041,13,24,22),(11042,13,24,23),(11043,13,24,24),(11044,13,24,25),(11045,13,24,26),(11046,13,24,27),(11047,13,24,28),(11048,13,24,29),(11049,13,24,30),(11050,13,24,31),(11051,13,25,1),(11052,13,25,2),(11053,13,25,3),(11054,13,25,4),(11055,13,25,5),(11056,13,25,6),(11057,13,25,7),(11058,13,25,8),(11059,13,25,9),(11060,13,25,10),(11061,13,25,11),(11062,13,25,12),(11063,13,25,13),(11064,13,25,14),(11065,13,25,15),(11066,13,25,16),(11067,13,25,17),(11068,13,25,18),(11069,13,25,19),(11070,13,25,20),(11071,13,25,21),(11072,13,25,22),(11073,13,25,23),(11074,13,25,24),(11075,13,25,25),(11076,13,25,26),(11077,13,25,27),(11078,13,25,28),(11079,13,25,29),(11080,13,25,30),(11081,13,25,31),(11082,13,26,1),(11083,13,26,2),(11084,13,26,3),(11085,13,26,4),(11086,13,26,5),(11087,13,26,6),(11088,13,26,7),(11089,13,26,8),(11090,13,26,9),(11091,13,26,10),(11092,13,26,11),(11093,13,26,12),(11094,13,26,13),(11095,13,26,14),(11096,13,26,15),(11097,13,26,16),(11098,13,26,17),(11099,13,26,18),(11100,13,26,19),(11101,13,26,20),(11102,13,26,21),(11103,13,26,22),(11104,13,26,23),(11105,13,26,24),(11106,13,26,25),(11107,13,26,26),(11108,13,26,27),(11109,13,26,28),(11110,13,26,29),(11111,13,26,30),(11112,13,26,31),(11113,13,26,32),(11114,13,27,1),(11115,13,27,2),(11116,13,27,3),(11117,13,27,4),(11118,13,27,5),(11119,13,27,6),(11120,13,27,7),(11121,13,27,8),(11122,13,27,9),(11123,13,27,10),(11124,13,27,11),(11125,13,27,12),(11126,13,27,13),(11127,13,27,14),(11128,13,27,15),(11129,13,27,16),(11130,13,27,17),(11131,13,27,18),(11132,13,27,19),(11133,13,27,20),(11134,13,27,21),(11135,13,27,22),(11136,13,27,23),(11137,13,27,24),(11138,13,27,25),(11139,13,27,26),(11140,13,27,27),(11141,13,27,28),(11142,13,27,29),(11143,13,27,30),(11144,13,27,31),(11145,13,27,32),(11146,13,27,33),(11147,13,27,34),(11148,13,28,1),(11149,13,28,2),(11150,13,28,3),(11151,13,28,4),(11152,13,28,5),(11153,13,28,6),(11154,13,28,7),(11155,13,28,8),(11156,13,28,9),(11157,13,28,10),(11158,13,28,11),(11159,13,28,12),(11160,13,28,13),(11161,13,28,14),(11162,13,28,15),(11163,13,28,16),(11164,13,28,17),(11165,13,28,18),(11166,13,28,19),(11167,13,28,20),(11168,13,28,21),(11169,13,29,1),(11170,13,29,2),(11171,13,29,3),(11172,13,29,4),(11173,13,29,5),(11174,13,29,6),(11175,13,29,7),(11176,13,29,8),(11177,13,29,9),(11178,13,29,10),(11179,13,29,11),(11180,13,29,12),(11181,13,29,13),(11182,13,29,14),(11183,13,29,15),(11184,13,29,16),(11185,13,29,17),(11186,13,29,18),(11187,13,29,19),(11188,13,29,20),(11189,13,29,21),(11190,13,29,22),(11191,13,29,23),(11192,13,29,24),(11193,13,29,25),(11194,13,29,26),(11195,13,29,27),(11196,13,29,28),(11197,13,29,29),(11198,13,29,30),(11199,14,1,1),(11200,14,1,2),(11201,14,1,3),(11202,14,1,4),(11203,14,1,5),(11204,14,1,6),(11205,14,1,7),(11206,14,1,8),(11207,14,1,9),(11208,14,1,10),(11209,14,1,11),(11210,14,1,12),(11211,14,1,13),(11212,14,1,14),(11213,14,1,15),(11214,14,1,16),(11215,14,1,17),(11216,14,1,18),(11217,14,2,1),(11218,14,2,2),(11219,14,2,3),(11220,14,2,4),(11221,14,2,5),(11222,14,2,6),(11223,14,2,7),(11224,14,2,8),(11225,14,2,9),(11226,14,2,10),(11227,14,2,11),(11228,14,2,12),(11229,14,2,13),(11230,14,2,14),(11231,14,2,15),(11232,14,2,16),(11233,14,2,17),(11234,14,3,1),(11235,14,3,2),(11236,14,3,3),(11237,14,3,4),(11238,14,3,5),(11239,14,3,6),(11240,14,3,7),(11241,14,3,8),(11242,14,3,9),(11243,14,3,10),(11244,14,3,11),(11245,14,3,12),(11246,14,3,13),(11247,14,3,14),(11248,14,3,15),(11249,14,3,16),(11250,14,3,17),(11251,14,4,1),(11252,14,4,2),(11253,14,4,3),(11254,14,4,4),(11255,14,4,5),(11256,14,4,6),(11257,14,4,7),(11258,14,4,8),(11259,14,4,9),(11260,14,4,10),(11261,14,4,11),(11262,14,4,12),(11263,14,4,13),(11264,14,4,14),(11265,14,4,15),(11266,14,4,16),(11267,14,4,17),(11268,14,4,18),(11269,14,4,19),(11270,14,4,20),(11271,14,4,21),(11272,14,4,22),(11273,14,5,1),(11274,14,5,2),(11275,14,5,3),(11276,14,5,4),(11277,14,5,5),(11278,14,5,6),(11279,14,5,7),(11280,14,5,8),(11281,14,5,9),(11282,14,5,10),(11283,14,5,11),(11284,14,5,12),(11285,14,5,13),(11286,14,5,14),(11287,14,6,1),(11288,14,6,2),(11289,14,6,3),(11290,14,6,4),(11291,14,6,5),(11292,14,6,6),(11293,14,6,7),(11294,14,6,8),(11295,14,6,9),(11296,14,6,10),(11297,14,6,11),(11298,14,6,12),(11299,14,6,13),(11300,14,6,14),(11301,14,6,15),(11302,14,6,16),(11303,14,6,17),(11304,14,6,18),(11305,14,6,19),(11306,14,6,20),(11307,14,6,21),(11308,14,6,22),(11309,14,6,23),(11310,14,6,24),(11311,14,6,25),(11312,14,6,26),(11313,14,6,27),(11314,14,6,28),(11315,14,6,29),(11316,14,6,30),(11317,14,6,31),(11318,14,6,32),(11319,14,6,33),(11320,14,6,34),(11321,14,6,35),(11322,14,6,36),(11323,14,6,37),(11324,14,6,38),(11325,14,6,39),(11326,14,6,40),(11327,14,6,41),(11328,14,6,42),(11329,14,7,1),(11330,14,7,2),(11331,14,7,3),(11332,14,7,4),(11333,14,7,5),(11334,14,7,6),(11335,14,7,7),(11336,14,7,8),(11337,14,7,9),(11338,14,7,10),(11339,14,7,11),(11340,14,7,12),(11341,14,7,13),(11342,14,7,14),(11343,14,7,15),(11344,14,7,16),(11345,14,7,17),(11346,14,7,18),(11347,14,7,19),(11348,14,7,20),(11349,14,7,21),(11350,14,7,22),(11351,14,8,1),(11352,14,8,2),(11353,14,8,3),(11354,14,8,4),(11355,14,8,5),(11356,14,8,6),(11357,14,8,7),(11358,14,8,8),(11359,14,8,9),(11360,14,8,10),(11361,14,8,11),(11362,14,8,12),(11363,14,8,13),(11364,14,8,14),(11365,14,8,15),(11366,14,8,16),(11367,14,8,17),(11368,14,8,18),(11369,14,9,1),(11370,14,9,2),(11371,14,9,3),(11372,14,9,4),(11373,14,9,5),(11374,14,9,6),(11375,14,9,7),(11376,14,9,8),(11377,14,9,9),(11378,14,9,10),(11379,14,9,11),(11380,14,9,12),(11381,14,9,13),(11382,14,9,14),(11383,14,9,15),(11384,14,9,16),(11385,14,9,17),(11386,14,9,18),(11387,14,9,19),(11388,14,9,20),(11389,14,9,21),(11390,14,9,22),(11391,14,9,23),(11392,14,9,24),(11393,14,9,25),(11394,14,9,26),(11395,14,9,27),(11396,14,9,28),(11397,14,9,29),(11398,14,9,30),(11399,14,9,31),(11400,14,10,1),(11401,14,10,2),(11402,14,10,3),(11403,14,10,4),(11404,14,10,5),(11405,14,10,6),(11406,14,10,7),(11407,14,10,8),(11408,14,10,9),(11409,14,10,10),(11410,14,10,11),(11411,14,10,12),(11412,14,10,13),(11413,14,10,14),(11414,14,10,15),(11415,14,10,16),(11416,14,10,17),(11417,14,10,18),(11418,14,10,19),(11419,14,11,1),(11420,14,11,2),(11421,14,11,3),(11422,14,11,4),(11423,14,11,5),(11424,14,11,6),(11425,14,11,7),(11426,14,11,8),(11427,14,11,9),(11428,14,11,10),(11429,14,11,11),(11430,14,11,12),(11431,14,11,13),(11432,14,11,14),(11433,14,11,15),(11434,14,11,16),(11435,14,11,17),(11436,14,11,18),(11437,14,11,19),(11438,14,11,20),(11439,14,11,21),(11440,14,11,22),(11441,14,11,23),(11442,14,12,1),(11443,14,12,2),(11444,14,12,3),(11445,14,12,4),(11446,14,12,5),(11447,14,12,6),(11448,14,12,7),(11449,14,12,8),(11450,14,12,9),(11451,14,12,10),(11452,14,12,11),(11453,14,12,12),(11454,14,12,13),(11455,14,12,14),(11456,14,12,15),(11457,14,12,16),(11458,14,13,1),(11459,14,13,2),(11460,14,13,3),(11461,14,13,4),(11462,14,13,5),(11463,14,13,6),(11464,14,13,7),(11465,14,13,8),(11466,14,13,9),(11467,14,13,10),(11468,14,13,11),(11469,14,13,12),(11470,14,13,13),(11471,14,13,14),(11472,14,13,15),(11473,14,13,16),(11474,14,13,17),(11475,14,13,18),(11476,14,13,19),(11477,14,13,20),(11478,14,13,21),(11479,14,13,22),(11480,14,13,23),(11481,14,14,1),(11482,14,14,2),(11483,14,14,3),(11484,14,14,4),(11485,14,14,5),(11486,14,14,6),(11487,14,14,7),(11488,14,14,8),(11489,14,14,9),(11490,14,14,10),(11491,14,14,11),(11492,14,14,12),(11493,14,14,13),(11494,14,14,14),(11495,14,15,1),(11496,14,15,2),(11497,14,15,3),(11498,14,15,4),(11499,14,15,5),(11500,14,15,6),(11501,14,15,7),(11502,14,15,8),(11503,14,15,9),(11504,14,15,10),(11505,14,15,11),(11506,14,15,12),(11507,14,15,13),(11508,14,15,14),(11509,14,15,15),(11510,14,15,16),(11511,14,15,17),(11512,14,15,18),(11513,14,15,19),(11514,14,16,1),(11515,14,16,2),(11516,14,16,3),(11517,14,16,4),(11518,14,16,5),(11519,14,16,6),(11520,14,16,7),(11521,14,16,8),(11522,14,16,9),(11523,14,16,10),(11524,14,16,11),(11525,14,16,12),(11526,14,16,13),(11527,14,16,14),(11528,14,17,1),(11529,14,17,2),(11530,14,17,3),(11531,14,17,4),(11532,14,17,5),(11533,14,17,6),(11534,14,17,7),(11535,14,17,8),(11536,14,17,9),(11537,14,17,10),(11538,14,17,11),(11539,14,17,12),(11540,14,17,13),(11541,14,17,14),(11542,14,17,15),(11543,14,17,16),(11544,14,17,17),(11545,14,17,18),(11546,14,17,19),(11547,14,18,1),(11548,14,18,2),(11549,14,18,3),(11550,14,18,4),(11551,14,18,5),(11552,14,18,6),(11553,14,18,7),(11554,14,18,8),(11555,14,18,9),(11556,14,18,10),(11557,14,18,11),(11558,14,18,12),(11559,14,18,13),(11560,14,18,14),(11561,14,18,15),(11562,14,18,16),(11563,14,18,17),(11564,14,18,18),(11565,14,18,19),(11566,14,18,20),(11567,14,18,21),(11568,14,18,22),(11569,14,18,23),(11570,14,18,24),(11571,14,18,25),(11572,14,18,26),(11573,14,18,27),(11574,14,18,28),(11575,14,18,29),(11576,14,18,30),(11577,14,18,31),(11578,14,18,32),(11579,14,18,33),(11580,14,18,34),(11581,14,19,1),(11582,14,19,2),(11583,14,19,3),(11584,14,19,4),(11585,14,19,5),(11586,14,19,6),(11587,14,19,7),(11588,14,19,8),(11589,14,19,9),(11590,14,19,10),(11591,14,19,11),(11592,14,20,1),(11593,14,20,2),(11594,14,20,3),(11595,14,20,4),(11596,14,20,5),(11597,14,20,6),(11598,14,20,7),(11599,14,20,8),(11600,14,20,9),(11601,14,20,10),(11602,14,20,11),(11603,14,20,12),(11604,14,20,13),(11605,14,20,14),(11606,14,20,15),(11607,14,20,16),(11608,14,20,17),(11609,14,20,18),(11610,14,20,19),(11611,14,20,20),(11612,14,20,21),(11613,14,20,22),(11614,14,20,23),(11615,14,20,24),(11616,14,20,25),(11617,14,20,26),(11618,14,20,27),(11619,14,20,28),(11620,14,20,29),(11621,14,20,30),(11622,14,20,31),(11623,14,20,32),(11624,14,20,33),(11625,14,20,34),(11626,14,20,35),(11627,14,20,36),(11628,14,20,37),(11629,14,21,1),(11630,14,21,2),(11631,14,21,3),(11632,14,21,4),(11633,14,21,5),(11634,14,21,6),(11635,14,21,7),(11636,14,21,8),(11637,14,21,9),(11638,14,21,10),(11639,14,21,11),(11640,14,21,12),(11641,14,21,13),(11642,14,21,14),(11643,14,21,15),(11644,14,21,16),(11645,14,21,17),(11646,14,21,18),(11647,14,21,19),(11648,14,21,20),(11649,14,22,1),(11650,14,22,2),(11651,14,22,3),(11652,14,22,4),(11653,14,22,5),(11654,14,22,6),(11655,14,22,7),(11656,14,22,8),(11657,14,22,9),(11658,14,22,10),(11659,14,22,11),(11660,14,22,12),(11661,14,23,1),(11662,14,23,2),(11663,14,23,3),(11664,14,23,4),(11665,14,23,5),(11666,14,23,6),(11667,14,23,7),(11668,14,23,8),(11669,14,23,9),(11670,14,23,10),(11671,14,23,11),(11672,14,23,12),(11673,14,23,13),(11674,14,23,14),(11675,14,23,15),(11676,14,23,16),(11677,14,23,17),(11678,14,23,18),(11679,14,23,19),(11680,14,23,20),(11681,14,23,21),(11682,14,24,1),(11683,14,24,2),(11684,14,24,3),(11685,14,24,4),(11686,14,24,5),(11687,14,24,6),(11688,14,24,7),(11689,14,24,8),(11690,14,24,9),(11691,14,24,10),(11692,14,24,11),(11693,14,24,12),(11694,14,24,13),(11695,14,24,14),(11696,14,24,15),(11697,14,24,16),(11698,14,24,17),(11699,14,24,18),(11700,14,24,19),(11701,14,24,20),(11702,14,24,21),(11703,14,24,22),(11704,14,24,23),(11705,14,24,24),(11706,14,24,25),(11707,14,24,26),(11708,14,24,27),(11709,14,25,1),(11710,14,25,2),(11711,14,25,3),(11712,14,25,4),(11713,14,25,5),(11714,14,25,6),(11715,14,25,7),(11716,14,25,8),(11717,14,25,9),(11718,14,25,10),(11719,14,25,11),(11720,14,25,12),(11721,14,25,13),(11722,14,25,14),(11723,14,25,15),(11724,14,25,16),(11725,14,25,17),(11726,14,25,18),(11727,14,25,19),(11728,14,25,20),(11729,14,25,21),(11730,14,25,22),(11731,14,25,23),(11732,14,25,24),(11733,14,25,25),(11734,14,25,26),(11735,14,25,27),(11736,14,25,28),(11737,14,26,1),(11738,14,26,2),(11739,14,26,3),(11740,14,26,4),(11741,14,26,5),(11742,14,26,6),(11743,14,26,7),(11744,14,26,8),(11745,14,26,9),(11746,14,26,10),(11747,14,26,11),(11748,14,26,12),(11749,14,26,13),(11750,14,26,14),(11751,14,26,15),(11752,14,26,16),(11753,14,26,17),(11754,14,26,18),(11755,14,26,19),(11756,14,26,20),(11757,14,26,21),(11758,14,26,22),(11759,14,26,23),(11760,14,27,1),(11761,14,27,2),(11762,14,27,3),(11763,14,27,4),(11764,14,27,5),(11765,14,27,6),(11766,14,27,7),(11767,14,27,8),(11768,14,27,9),(11769,14,28,1),(11770,14,28,2),(11771,14,28,3),(11772,14,28,4),(11773,14,28,5),(11774,14,28,6),(11775,14,28,7),(11776,14,28,8),(11777,14,28,9),(11778,14,28,10),(11779,14,28,11),(11780,14,28,12),(11781,14,28,13),(11782,14,28,14),(11783,14,28,15),(11784,14,28,16),(11785,14,28,17),(11786,14,28,18),(11787,14,28,19),(11788,14,28,20),(11789,14,28,21),(11790,14,28,22),(11791,14,28,23),(11792,14,28,24),(11793,14,28,25),(11794,14,28,26),(11795,14,28,27),(11796,14,29,1),(11797,14,29,2),(11798,14,29,3),(11799,14,29,4),(11800,14,29,5),(11801,14,29,6),(11802,14,29,7),(11803,14,29,8),(11804,14,29,9),(11805,14,29,10),(11806,14,29,11),(11807,14,29,12),(11808,14,29,13),(11809,14,29,14),(11810,14,29,15),(11811,14,29,16),(11812,14,29,17),(11813,14,29,18),(11814,14,29,19),(11815,14,29,20),(11816,14,29,21),(11817,14,29,22),(11818,14,29,23),(11819,14,29,24),(11820,14,29,25),(11821,14,29,26),(11822,14,29,27),(11823,14,29,28),(11824,14,29,29),(11825,14,29,30),(11826,14,29,31),(11827,14,29,32),(11828,14,29,33),(11829,14,29,34),(11830,14,29,35),(11831,14,29,36),(11832,14,30,1),(11833,14,30,2),(11834,14,30,3),(11835,14,30,4),(11836,14,30,5),(11837,14,30,6),(11838,14,30,7),(11839,14,30,8),(11840,14,30,9),(11841,14,30,10),(11842,14,30,11),(11843,14,30,12),(11844,14,30,13),(11845,14,30,14),(11846,14,30,15),(11847,14,30,16),(11848,14,30,17),(11849,14,30,18),(11850,14,30,19),(11851,14,30,20),(11852,14,30,21),(11853,14,30,22),(11854,14,30,23),(11855,14,30,24),(11856,14,30,25),(11857,14,30,26),(11858,14,30,27),(11859,14,31,1),(11860,14,31,2),(11861,14,31,3),(11862,14,31,4),(11863,14,31,5),(11864,14,31,6),(11865,14,31,7),(11866,14,31,8),(11867,14,31,9),(11868,14,31,10),(11869,14,31,11),(11870,14,31,12),(11871,14,31,13),(11872,14,31,14),(11873,14,31,15),(11874,14,31,16),(11875,14,31,17),(11876,14,31,18),(11877,14,31,19),(11878,14,31,20),(11879,14,31,21),(11880,14,32,1),(11881,14,32,2),(11882,14,32,3),(11883,14,32,4),(11884,14,32,5),(11885,14,32,6),(11886,14,32,7),(11887,14,32,8),(11888,14,32,9),(11889,14,32,10),(11890,14,32,11),(11891,14,32,12),(11892,14,32,13),(11893,14,32,14),(11894,14,32,15),(11895,14,32,16),(11896,14,32,17),(11897,14,32,18),(11898,14,32,19),(11899,14,32,20),(11900,14,32,21),(11901,14,32,22),(11902,14,32,23),(11903,14,32,24),(11904,14,32,25),(11905,14,32,26),(11906,14,32,27),(11907,14,32,28),(11908,14,32,29),(11909,14,32,30),(11910,14,32,31),(11911,14,32,32),(11912,14,32,33),(11913,14,33,1),(11914,14,33,2),(11915,14,33,3),(11916,14,33,4),(11917,14,33,5),(11918,14,33,6),(11919,14,33,7),(11920,14,33,8),(11921,14,33,9),(11922,14,33,10),(11923,14,33,11),(11924,14,33,12),(11925,14,33,13),(11926,14,33,14),(11927,14,33,15),(11928,14,33,16),(11929,14,33,17),(11930,14,33,18),(11931,14,33,19),(11932,14,33,20),(11933,14,33,21),(11934,14,33,22),(11935,14,33,23),(11936,14,33,24),(11937,14,33,25),(11938,14,34,1),(11939,14,34,2),(11940,14,34,3),(11941,14,34,4),(11942,14,34,5),(11943,14,34,6),(11944,14,34,7),(11945,14,34,8),(11946,14,34,9),(11947,14,34,10),(11948,14,34,11),(11949,14,34,12),(11950,14,34,13),(11951,14,34,14),(11952,14,34,15),(11953,14,34,16),(11954,14,34,17),(11955,14,34,18),(11956,14,34,19),(11957,14,34,20),(11958,14,34,21),(11959,14,34,22),(11960,14,34,23),(11961,14,34,24),(11962,14,34,25),(11963,14,34,26),(11964,14,34,27),(11965,14,34,28),(11966,14,34,29),(11967,14,34,30),(11968,14,34,31),(11969,14,34,32),(11970,14,34,33),(11971,14,35,1),(11972,14,35,2),(11973,14,35,3),(11974,14,35,4),(11975,14,35,5),(11976,14,35,6),(11977,14,35,7),(11978,14,35,8),(11979,14,35,9),(11980,14,35,10),(11981,14,35,11),(11982,14,35,12),(11983,14,35,13),(11984,14,35,14),(11985,14,35,15),(11986,14,35,16),(11987,14,35,17),(11988,14,35,18),(11989,14,35,19),(11990,14,35,20),(11991,14,35,21),(11992,14,35,22),(11993,14,35,23),(11994,14,35,24),(11995,14,35,25),(11996,14,35,26),(11997,14,36,1),(11998,14,36,2),(11999,14,36,3),(12000,14,36,4),(12001,14,36,5),(12002,14,36,6),(12003,14,36,7),(12004,14,36,8),(12005,14,36,9),(12006,14,36,10),(12007,14,36,11),(12008,14,36,12),(12009,14,36,13),(12010,14,36,14),(12011,14,36,15),(12012,14,36,16),(12013,14,36,17),(12014,14,36,18),(12015,14,36,19),(12016,14,36,20),(12017,14,36,21),(12018,14,36,22),(12019,14,36,23),(12020,15,1,1),(12021,15,1,2),(12022,15,1,3),(12023,15,1,4),(12024,15,1,5),(12025,15,1,6),(12026,15,1,7),(12027,15,1,8),(12028,15,1,9),(12029,15,1,10),(12030,15,1,11),(12031,15,2,1),(12032,15,2,2),(12033,15,2,3),(12034,15,2,4),(12035,15,2,5),(12036,15,2,6),(12037,15,2,7),(12038,15,2,8),(12039,15,2,9),(12040,15,2,10),(12041,15,2,11),(12042,15,2,12),(12043,15,2,13),(12044,15,2,14),(12045,15,2,15),(12046,15,2,16),(12047,15,2,17),(12048,15,2,18),(12049,15,2,19),(12050,15,2,20),(12051,15,2,21),(12052,15,2,22),(12053,15,2,23),(12054,15,2,24),(12055,15,2,25),(12056,15,2,26),(12057,15,2,27),(12058,15,2,28),(12059,15,2,29),(12060,15,2,30),(12061,15,2,31),(12062,15,2,32),(12063,15,2,33),(12064,15,2,34),(12065,15,2,35),(12066,15,2,36),(12067,15,2,37),(12068,15,2,38),(12069,15,2,39),(12070,15,2,40),(12071,15,2,41),(12072,15,2,42),(12073,15,2,43),(12074,15,2,44),(12075,15,2,45),(12076,15,2,46),(12077,15,2,47),(12078,15,2,48),(12079,15,2,49),(12080,15,2,50),(12081,15,2,51),(12082,15,2,52),(12083,15,2,53),(12084,15,2,54),(12085,15,2,55),(12086,15,2,56),(12087,15,2,57),(12088,15,2,58),(12089,15,2,59),(12090,15,2,60),(12091,15,2,61),(12092,15,2,62),(12093,15,2,63),(12094,15,2,64),(12095,15,2,65),(12096,15,2,66),(12097,15,2,67),(12098,15,2,68),(12099,15,2,69),(12100,15,2,70),(12101,15,3,1),(12102,15,3,2),(12103,15,3,3),(12104,15,3,4),(12105,15,3,5),(12106,15,3,6),(12107,15,3,7),(12108,15,3,8),(12109,15,3,9),(12110,15,3,10),(12111,15,3,11),(12112,15,3,12),(12113,15,3,13),(12114,15,4,1),(12115,15,4,2),(12116,15,4,3),(12117,15,4,4),(12118,15,4,5),(12119,15,4,6),(12120,15,4,7),(12121,15,4,8),(12122,15,4,9),(12123,15,4,10),(12124,15,4,11),(12125,15,4,12),(12126,15,4,13),(12127,15,4,14),(12128,15,4,15),(12129,15,4,16),(12130,15,4,17),(12131,15,4,18),(12132,15,4,19),(12133,15,4,20),(12134,15,4,21),(12135,15,4,22),(12136,15,4,23),(12137,15,4,24),(12138,15,5,1),(12139,15,5,2),(12140,15,5,3),(12141,15,5,4),(12142,15,5,5),(12143,15,5,6),(12144,15,5,7),(12145,15,5,8),(12146,15,5,9),(12147,15,5,10),(12148,15,5,11),(12149,15,5,12),(12150,15,5,13),(12151,15,5,14),(12152,15,5,15),(12153,15,5,16),(12154,15,5,17),(12155,15,6,1),(12156,15,6,2),(12157,15,6,3),(12158,15,6,4),(12159,15,6,5),(12160,15,6,6),(12161,15,6,7),(12162,15,6,8),(12163,15,6,9),(12164,15,6,10),(12165,15,6,11),(12166,15,6,12),(12167,15,6,13),(12168,15,6,14),(12169,15,6,15),(12170,15,6,16),(12171,15,6,17),(12172,15,6,18),(12173,15,6,19),(12174,15,6,20),(12175,15,6,21),(12176,15,6,22),(12177,15,7,1),(12178,15,7,2),(12179,15,7,3),(12180,15,7,4),(12181,15,7,5),(12182,15,7,6),(12183,15,7,7),(12184,15,7,8),(12185,15,7,9),(12186,15,7,10),(12187,15,7,11),(12188,15,7,12),(12189,15,7,13),(12190,15,7,14),(12191,15,7,15),(12192,15,7,16),(12193,15,7,17),(12194,15,7,18),(12195,15,7,19),(12196,15,7,20),(12197,15,7,21),(12198,15,7,22),(12199,15,7,23),(12200,15,7,24),(12201,15,7,25),(12202,15,7,26),(12203,15,7,27),(12204,15,7,28),(12205,15,8,1),(12206,15,8,2),(12207,15,8,3),(12208,15,8,4),(12209,15,8,5),(12210,15,8,6),(12211,15,8,7),(12212,15,8,8),(12213,15,8,9),(12214,15,8,10),(12215,15,8,11),(12216,15,8,12),(12217,15,8,13),(12218,15,8,14),(12219,15,8,15),(12220,15,8,16),(12221,15,8,17),(12222,15,8,18),(12223,15,8,19),(12224,15,8,20),(12225,15,8,21),(12226,15,8,22),(12227,15,8,23),(12228,15,8,24),(12229,15,8,25),(12230,15,8,26),(12231,15,8,27),(12232,15,8,28),(12233,15,8,29),(12234,15,8,30),(12235,15,8,31),(12236,15,8,32),(12237,15,8,33),(12238,15,8,34),(12239,15,8,35),(12240,15,8,36),(12241,15,9,1),(12242,15,9,2),(12243,15,9,3),(12244,15,9,4),(12245,15,9,5),(12246,15,9,6),(12247,15,9,7),(12248,15,9,8),(12249,15,9,9),(12250,15,9,10),(12251,15,9,11),(12252,15,9,12),(12253,15,9,13),(12254,15,9,14),(12255,15,9,15),(12256,15,10,1),(12257,15,10,2),(12258,15,10,3),(12259,15,10,4),(12260,15,10,5),(12261,15,10,6),(12262,15,10,7),(12263,15,10,8),(12264,15,10,9),(12265,15,10,10),(12266,15,10,11),(12267,15,10,12),(12268,15,10,13),(12269,15,10,14),(12270,15,10,15),(12271,15,10,16),(12272,15,10,17),(12273,15,10,18),(12274,15,10,19),(12275,15,10,20),(12276,15,10,21),(12277,15,10,22),(12278,15,10,23),(12279,15,10,24),(12280,15,10,25),(12281,15,10,26),(12282,15,10,27),(12283,15,10,28),(12284,15,10,29),(12285,15,10,30),(12286,15,10,31),(12287,15,10,32),(12288,15,10,33),(12289,15,10,34),(12290,15,10,35),(12291,15,10,36),(12292,15,10,37),(12293,15,10,38),(12294,15,10,39),(12295,15,10,40),(12296,15,10,41),(12297,15,10,42),(12298,15,10,43),(12299,15,10,44),(12300,16,1,1),(12301,16,1,2),(12302,16,1,3),(12303,16,1,4),(12304,16,1,5),(12305,16,1,6),(12306,16,1,7),(12307,16,1,8),(12308,16,1,9),(12309,16,1,10),(12310,16,1,11),(12311,16,2,1),(12312,16,2,2),(12313,16,2,3),(12314,16,2,4),(12315,16,2,5),(12316,16,2,6),(12317,16,2,7),(12318,16,2,8),(12319,16,2,9),(12320,16,2,10),(12321,16,2,11),(12322,16,2,12),(12323,16,2,13),(12324,16,2,14),(12325,16,2,15),(12326,16,2,16),(12327,16,2,17),(12328,16,2,18),(12329,16,2,19),(12330,16,2,20),(12331,16,3,1),(12332,16,3,2),(12333,16,3,3),(12334,16,3,4),(12335,16,3,5),(12336,16,3,6),(12337,16,3,7),(12338,16,3,8),(12339,16,3,9),(12340,16,3,10),(12341,16,3,11),(12342,16,3,12),(12343,16,3,13),(12344,16,3,14),(12345,16,3,15),(12346,16,3,16),(12347,16,3,17),(12348,16,3,18),(12349,16,3,19),(12350,16,3,20),(12351,16,3,21),(12352,16,3,22),(12353,16,3,23),(12354,16,3,24),(12355,16,3,25),(12356,16,3,26),(12357,16,3,27),(12358,16,3,28),(12359,16,3,29),(12360,16,3,30),(12361,16,3,31),(12362,16,3,32),(12363,16,3,33),(12364,16,3,34),(12365,16,3,35),(12366,16,3,36),(12367,16,3,37),(12368,16,3,38),(12369,16,4,1),(12370,16,4,2),(12371,16,4,3),(12372,16,4,4),(12373,16,4,5),(12374,16,4,6),(12375,16,4,7),(12376,16,4,8),(12377,16,4,9),(12378,16,4,10),(12379,16,4,11),(12380,16,4,12),(12381,16,4,13),(12382,16,4,14),(12383,16,4,15),(12384,16,4,16),(12385,16,4,17),(12386,16,5,1),(12387,16,5,2),(12388,16,5,3),(12389,16,5,4),(12390,16,5,5),(12391,16,5,6),(12392,16,5,7),(12393,16,5,8),(12394,16,5,9),(12395,16,5,10),(12396,16,5,11),(12397,16,5,12),(12398,16,5,13),(12399,16,5,14),(12400,16,5,15),(12401,16,5,16),(12402,16,5,17),(12403,16,5,18),(12404,16,5,19),(12405,16,6,1),(12406,16,6,2),(12407,16,6,3),(12408,16,6,4),(12409,16,6,5),(12410,16,6,6),(12411,16,6,7),(12412,16,6,8),(12413,16,6,9),(12414,16,6,10),(12415,16,6,11),(12416,16,6,12),(12417,16,6,13),(12418,16,6,14),(12419,16,6,15),(12420,16,6,16),(12421,16,6,17),(12422,16,6,18),(12423,16,6,19),(12424,16,7,1),(12425,16,7,2),(12426,16,7,3),(12427,16,7,4),(12428,16,7,5),(12429,16,7,6),(12430,16,7,7),(12431,16,7,8),(12432,16,7,9),(12433,16,7,10),(12434,16,7,11),(12435,16,7,12),(12436,16,7,13),(12437,16,7,14),(12438,16,7,15),(12439,16,7,16),(12440,16,7,17),(12441,16,7,18),(12442,16,7,19),(12443,16,7,20),(12444,16,7,21),(12445,16,7,22),(12446,16,7,23),(12447,16,7,24),(12448,16,7,25),(12449,16,7,26),(12450,16,7,27),(12451,16,7,28),(12452,16,7,29),(12453,16,7,30),(12454,16,7,31),(12455,16,7,32),(12456,16,7,33),(12457,16,7,34),(12458,16,7,35),(12459,16,7,36),(12460,16,7,37),(12461,16,7,38),(12462,16,7,39),(12463,16,7,40),(12464,16,7,41),(12465,16,7,42),(12466,16,7,43),(12467,16,7,44),(12468,16,7,45),(12469,16,7,46),(12470,16,7,47),(12471,16,7,48),(12472,16,7,49),(12473,16,7,50),(12474,16,7,51),(12475,16,7,52),(12476,16,7,53),(12477,16,7,54),(12478,16,7,55),(12479,16,7,56),(12480,16,7,57),(12481,16,7,58),(12482,16,7,59),(12483,16,7,60),(12484,16,7,61),(12485,16,7,62),(12486,16,7,63),(12487,16,7,64),(12488,16,7,65),(12489,16,7,66),(12490,16,7,67),(12491,16,7,68),(12492,16,7,69),(12493,16,7,70),(12494,16,7,71),(12495,16,7,72),(12496,16,8,1),(12497,16,8,2),(12498,16,8,3),(12499,16,8,4),(12500,16,8,5),(12501,16,8,6),(12502,16,8,7),(12503,16,8,8),(12504,16,8,9),(12505,16,8,10),(12506,16,8,11),(12507,16,8,12),(12508,16,8,13),(12509,16,8,14),(12510,16,8,15),(12511,16,8,16),(12512,16,8,17),(12513,16,8,18),(12514,16,9,1),(12515,16,9,2),(12516,16,9,3),(12517,16,9,4),(12518,16,9,5),(12519,16,9,6),(12520,16,9,7),(12521,16,9,8),(12522,16,9,9),(12523,16,9,10),(12524,16,9,11),(12525,16,9,12),(12526,16,9,13),(12527,16,9,14),(12528,16,9,15),(12529,16,9,16),(12530,16,9,17),(12531,16,9,18),(12532,16,9,19),(12533,16,9,20),(12534,16,9,21),(12535,16,9,22),(12536,16,9,23),(12537,16,9,24),(12538,16,9,25),(12539,16,9,26),(12540,16,9,27),(12541,16,9,28),(12542,16,9,29),(12543,16,9,30),(12544,16,9,31),(12545,16,9,32),(12546,16,9,33),(12547,16,9,34),(12548,16,9,35),(12549,16,9,36),(12550,16,9,37),(12551,16,10,1),(12552,16,10,2),(12553,16,10,3),(12554,16,10,4),(12555,16,10,5),(12556,16,10,6),(12557,16,10,7),(12558,16,10,8),(12559,16,10,9),(12560,16,10,10),(12561,16,10,11),(12562,16,10,12),(12563,16,10,13),(12564,16,10,14),(12565,16,10,15),(12566,16,10,16),(12567,16,10,17),(12568,16,10,18),(12569,16,10,19),(12570,16,10,20),(12571,16,10,21),(12572,16,10,22),(12573,16,10,23),(12574,16,10,24),(12575,16,10,25),(12576,16,10,26),(12577,16,10,27),(12578,16,10,28),(12579,16,10,29),(12580,16,10,30),(12581,16,10,31),(12582,16,10,32),(12583,16,10,33),(12584,16,10,34),(12585,16,10,35),(12586,16,10,36),(12587,16,10,37),(12588,16,10,38),(12589,16,10,39),(12590,16,10,40),(12591,16,11,1),(12592,16,11,2),(12593,16,11,3),(12594,16,11,4),(12595,16,11,5),(12596,16,11,6),(12597,16,11,7),(12598,16,11,8),(12599,16,11,9),(12600,16,11,10),(12601,16,11,11),(12602,16,11,12),(12603,16,11,13),(12604,16,11,14),(12605,16,11,15),(12606,16,11,16),(12607,16,11,17),(12608,16,11,18),(12609,16,11,19),(12610,16,11,20),(12611,16,11,21),(12612,16,11,22),(12613,16,11,23),(12614,16,11,24),(12615,16,11,25),(12616,16,11,26),(12617,16,11,27),(12618,16,11,28),(12619,16,11,29),(12620,16,11,30),(12621,16,11,31),(12622,16,11,32),(12623,16,11,33),(12624,16,11,34),(12625,16,11,35),(12626,16,11,36),(12627,16,12,1),(12628,16,12,2),(12629,16,12,3),(12630,16,12,4),(12631,16,12,5),(12632,16,12,6),(12633,16,12,7),(12634,16,12,8),(12635,16,12,9),(12636,16,12,10),(12637,16,12,11),(12638,16,12,12),(12639,16,12,13),(12640,16,12,14),(12641,16,12,15),(12642,16,12,16),(12643,16,12,17),(12644,16,12,18),(12645,16,12,19),(12646,16,12,20),(12647,16,12,21),(12648,16,12,22),(12649,16,12,23),(12650,16,12,24),(12651,16,12,25),(12652,16,12,26),(12653,16,12,27),(12654,16,12,28),(12655,16,12,29),(12656,16,12,30),(12657,16,12,31),(12658,16,12,32),(12659,16,12,33),(12660,16,12,34),(12661,16,12,35),(12662,16,12,36),(12663,16,12,37),(12664,16,12,38),(12665,16,12,39),(12666,16,12,40),(12667,16,12,41),(12668,16,12,42),(12669,16,12,43),(12670,16,12,44),(12671,16,12,45),(12672,16,12,46),(12673,16,12,47),(12674,16,13,1),(12675,16,13,2),(12676,16,13,3),(12677,16,13,4),(12678,16,13,5),(12679,16,13,6),(12680,16,13,7),(12681,16,13,8),(12682,16,13,9),(12683,16,13,10),(12684,16,13,11),(12685,16,13,12),(12686,16,13,13),(12687,16,13,14),(12688,16,13,15),(12689,16,13,16),(12690,16,13,17),(12691,16,13,18),(12692,16,13,19),(12693,16,13,20),(12694,16,13,21),(12695,16,13,22),(12696,16,13,23),(12697,16,13,24),(12698,16,13,25),(12699,16,13,26),(12700,16,13,27),(12701,16,13,28),(12702,16,13,29),(12703,16,13,30),(12704,16,13,31),(12705,17,1,1),(12706,17,1,2),(12707,17,1,3),(12708,17,1,4),(12709,17,1,5),(12710,17,1,6),(12711,17,1,7),(12712,17,1,8),(12713,17,1,9),(12714,17,1,10),(12715,17,1,11),(12716,17,1,12),(12717,17,1,13),(12718,17,1,14),(12719,17,1,15),(12720,17,1,16),(12721,17,1,17),(12722,17,1,18),(12723,17,1,19),(12724,17,1,20),(12725,17,1,21),(12726,17,1,22),(12727,17,2,1),(12728,17,2,2),(12729,17,2,3),(12730,17,2,4),(12731,17,2,5),(12732,17,2,6),(12733,17,2,7),(12734,17,2,8),(12735,17,2,9),(12736,17,2,10),(12737,17,2,11),(12738,17,2,12),(12739,17,2,13),(12740,17,2,14),(12741,17,2,15),(12742,17,2,16),(12743,17,2,17),(12744,17,2,18),(12745,17,2,19),(12746,17,2,20),(12747,17,2,21),(12748,17,2,22),(12749,17,2,23),(12750,17,3,1),(12751,17,3,2),(12752,17,3,3),(12753,17,3,4),(12754,17,3,5),(12755,17,3,6),(12756,17,3,7),(12757,17,3,8),(12758,17,3,9),(12759,17,3,10),(12760,17,3,11),(12761,17,3,12),(12762,17,3,13),(12763,17,3,14),(12764,17,3,15),(12765,17,4,1),(12766,17,4,2),(12767,17,4,3),(12768,17,4,4),(12769,17,4,5),(12770,17,4,6),(12771,17,4,7),(12772,17,4,8),(12773,17,4,9),(12774,17,4,10),(12775,17,4,11),(12776,17,4,12),(12777,17,4,13),(12778,17,4,14),(12779,17,4,15),(12780,17,4,16),(12781,17,4,17),(12782,17,5,1),(12783,17,5,2),(12784,17,5,3),(12785,17,5,4),(12786,17,5,5),(12787,17,5,6),(12788,17,5,7),(12789,17,5,8),(12790,17,5,9),(12791,17,5,10),(12792,17,5,11),(12793,17,5,12),(12794,17,5,13),(12795,17,5,14),(12796,17,6,1),(12797,17,6,2),(12798,17,6,3),(12799,17,6,4),(12800,17,6,5),(12801,17,6,6),(12802,17,6,7),(12803,17,6,8),(12804,17,6,9),(12805,17,6,10),(12806,17,6,11),(12807,17,6,12),(12808,17,6,13),(12809,17,6,14),(12810,17,7,1),(12811,17,7,2),(12812,17,7,3),(12813,17,7,4),(12814,17,7,5),(12815,17,7,6),(12816,17,7,7),(12817,17,7,8),(12818,17,7,9),(12819,17,7,10),(12820,17,8,1),(12821,17,8,2),(12822,17,8,3),(12823,17,8,4),(12824,17,8,5),(12825,17,8,6),(12826,17,8,7),(12827,17,8,8),(12828,17,8,9),(12829,17,8,10),(12830,17,8,11),(12831,17,8,12),(12832,17,8,13),(12833,17,8,14),(12834,17,8,15),(12835,17,8,16),(12836,17,8,17),(12837,17,9,1),(12838,17,9,2),(12839,17,9,3),(12840,17,9,4),(12841,17,9,5),(12842,17,9,6),(12843,17,9,7),(12844,17,9,8),(12845,17,9,9),(12846,17,9,10),(12847,17,9,11),(12848,17,9,12),(12849,17,9,13),(12850,17,9,14),(12851,17,9,15),(12852,17,9,16),(12853,17,9,17),(12854,17,9,18),(12855,17,9,19),(12856,17,9,20),(12857,17,9,21),(12858,17,9,22),(12859,17,9,23),(12860,17,9,24),(12861,17,9,25),(12862,17,9,26),(12863,17,9,27),(12864,17,9,28),(12865,17,9,29),(12866,17,9,30),(12867,17,9,31),(12868,17,9,32),(12869,17,10,1),(12870,17,10,2),(12871,17,10,3),(12872,17,11,1),(12873,17,11,2),(12874,17,11,3),(12875,17,11,4),(12876,17,11,5),(12877,17,11,6),(12878,17,11,7),(12879,17,11,8),(12880,17,11,9),(12881,17,11,10),(12882,17,11,11),(12883,17,11,12),(12884,17,11,13),(12885,17,11,14),(12886,17,11,15),(12887,17,11,16),(12888,17,11,17),(12889,17,12,1),(12890,17,12,2),(12891,17,12,3),(12892,17,12,4),(12893,17,12,5),(12894,17,12,6),(12895,17,12,7),(12896,17,12,8),(12897,17,13,1),(12898,17,13,2),(12899,17,13,3),(12900,17,13,4),(12901,17,13,5),(12902,17,13,6),(12903,17,13,7),(12904,17,13,8),(12905,17,13,9),(12906,17,13,10),(12907,17,13,11),(12908,17,13,12),(12909,17,13,13),(12910,17,13,14),(12911,17,13,15),(12912,17,13,16),(12913,17,13,17),(12914,17,13,18),(12915,17,13,19),(12916,17,13,20),(12917,17,13,21),(12918,17,13,22),(12919,17,13,23),(12920,17,13,24),(12921,17,13,25),(12922,17,13,26),(12923,17,13,27),(12924,17,13,28),(12925,17,13,29),(12926,17,13,30),(12927,17,14,1),(12928,17,14,2),(12929,17,14,3),(12930,17,14,4),(12931,17,14,5),(12932,17,14,6),(12933,17,14,7),(12934,17,14,8),(12935,17,14,9),(12936,17,14,10),(12937,17,14,11),(12938,17,14,12),(12939,17,14,13),(12940,17,14,14),(12941,17,14,15),(12942,17,14,16),(12943,17,15,1),(12944,17,15,2),(12945,17,15,3),(12946,17,15,4),(12947,17,15,5),(12948,17,15,6),(12949,17,15,7),(12950,17,15,8),(12951,17,15,9),(12952,17,15,10),(12953,17,15,11),(12954,17,15,12),(12955,17,15,13),(12956,17,15,14),(12957,17,15,15),(12958,17,15,16),(12959,17,15,17),(12960,17,15,18),(12961,17,15,19),(12962,17,15,20),(12963,17,15,21),(12964,17,15,22),(12965,17,15,23),(12966,17,15,24),(12967,17,16,1),(12968,17,16,2),(12969,17,16,3),(12970,17,16,4),(12971,17,16,5),(12972,17,16,6),(12973,17,16,7),(12974,17,16,8),(12975,17,16,9),(12976,17,16,10),(12977,18,1,1),(12978,18,1,2),(12979,18,1,3),(12980,18,1,4),(12981,18,1,5),(12982,18,1,6),(12983,18,1,7),(12984,18,1,8),(12985,18,1,9),(12986,18,1,10),(12987,18,1,11),(12988,18,1,12),(12989,18,1,13),(12990,18,1,14),(12991,18,1,15),(12992,18,1,16),(12993,18,1,17),(12994,18,1,18),(12995,18,1,19),(12996,18,1,20),(12997,18,1,21),(12998,18,1,22),(12999,18,2,1),(13000,18,2,2),(13001,18,2,3),(13002,18,2,4),(13003,18,2,5),(13004,18,2,6),(13005,18,2,7),(13006,18,2,8),(13007,18,2,9),(13008,18,2,10),(13009,18,2,11),(13010,18,2,12),(13011,18,2,13),(13012,18,3,1),(13013,18,3,2),(13014,18,3,3),(13015,18,3,4),(13016,18,3,5),(13017,18,3,6),(13018,18,3,7),(13019,18,3,8),(13020,18,3,9),(13021,18,3,10),(13022,18,3,11),(13023,18,3,12),(13024,18,3,13),(13025,18,3,14),(13026,18,3,15),(13027,18,3,16),(13028,18,3,17),(13029,18,3,18),(13030,18,3,19),(13031,18,3,20),(13032,18,3,21),(13033,18,3,22),(13034,18,3,23),(13035,18,3,24),(13036,18,3,25),(13037,18,3,26),(13038,18,4,1),(13039,18,4,2),(13040,18,4,3),(13041,18,4,4),(13042,18,4,5),(13043,18,4,6),(13044,18,4,7),(13045,18,4,8),(13046,18,4,9),(13047,18,4,10),(13048,18,4,11),(13049,18,4,12),(13050,18,4,13),(13051,18,4,14),(13052,18,4,15),(13053,18,4,16),(13054,18,4,17),(13055,18,4,18),(13056,18,4,19),(13057,18,4,20),(13058,18,4,21),(13059,18,5,1),(13060,18,5,2),(13061,18,5,3),(13062,18,5,4),(13063,18,5,5),(13064,18,5,6),(13065,18,5,7),(13066,18,5,8),(13067,18,5,9),(13068,18,5,10),(13069,18,5,11),(13070,18,5,12),(13071,18,5,13),(13072,18,5,14),(13073,18,5,15),(13074,18,5,16),(13075,18,5,17),(13076,18,5,18),(13077,18,5,19),(13078,18,5,20),(13079,18,5,21),(13080,18,5,22),(13081,18,5,23),(13082,18,5,24),(13083,18,5,25),(13084,18,5,26),(13085,18,5,27),(13086,18,6,1),(13087,18,6,2),(13088,18,6,3),(13089,18,6,4),(13090,18,6,5),(13091,18,6,6),(13092,18,6,7),(13093,18,6,8),(13094,18,6,9),(13095,18,6,10),(13096,18,6,11),(13097,18,6,12),(13098,18,6,13),(13099,18,6,14),(13100,18,6,15),(13101,18,6,16),(13102,18,6,17),(13103,18,6,18),(13104,18,6,19),(13105,18,6,20),(13106,18,6,21),(13107,18,6,22),(13108,18,6,23),(13109,18,6,24),(13110,18,6,25),(13111,18,6,26),(13112,18,6,27),(13113,18,6,28),(13114,18,6,29),(13115,18,6,30),(13116,18,7,1),(13117,18,7,2),(13118,18,7,3),(13119,18,7,4),(13120,18,7,5),(13121,18,7,6),(13122,18,7,7),(13123,18,7,8),(13124,18,7,9),(13125,18,7,10),(13126,18,7,11),(13127,18,7,12),(13128,18,7,13),(13129,18,7,14),(13130,18,7,15),(13131,18,7,16),(13132,18,7,17),(13133,18,7,18),(13134,18,7,19),(13135,18,7,20),(13136,18,7,21),(13137,18,8,1),(13138,18,8,2),(13139,18,8,3),(13140,18,8,4),(13141,18,8,5),(13142,18,8,6),(13143,18,8,7),(13144,18,8,8),(13145,18,8,9),(13146,18,8,10),(13147,18,8,11),(13148,18,8,12),(13149,18,8,13),(13150,18,8,14),(13151,18,8,15),(13152,18,8,16),(13153,18,8,17),(13154,18,8,18),(13155,18,8,19),(13156,18,8,20),(13157,18,8,21),(13158,18,8,22),(13159,18,9,1),(13160,18,9,2),(13161,18,9,3),(13162,18,9,4),(13163,18,9,5),(13164,18,9,6),(13165,18,9,7),(13166,18,9,8),(13167,18,9,9),(13168,18,9,10),(13169,18,9,11),(13170,18,9,12),(13171,18,9,13),(13172,18,9,14),(13173,18,9,15),(13174,18,9,16),(13175,18,9,17),(13176,18,9,18),(13177,18,9,19),(13178,18,9,20),(13179,18,9,21),(13180,18,9,22),(13181,18,9,23),(13182,18,9,24),(13183,18,9,25),(13184,18,9,26),(13185,18,9,27),(13186,18,9,28),(13187,18,9,29),(13188,18,9,30),(13189,18,9,31),(13190,18,9,32),(13191,18,9,33),(13192,18,9,34),(13193,18,9,35),(13194,18,10,1),(13195,18,10,2),(13196,18,10,3),(13197,18,10,4),(13198,18,10,5),(13199,18,10,6),(13200,18,10,7),(13201,18,10,8),(13202,18,10,9),(13203,18,10,10),(13204,18,10,11),(13205,18,10,12),(13206,18,10,13),(13207,18,10,14),(13208,18,10,15),(13209,18,10,16),(13210,18,10,17),(13211,18,10,18),(13212,18,10,19),(13213,18,10,20),(13214,18,10,21),(13215,18,10,22),(13216,18,11,1),(13217,18,11,2),(13218,18,11,3),(13219,18,11,4),(13220,18,11,5),(13221,18,11,6),(13222,18,11,7),(13223,18,11,8),(13224,18,11,9),(13225,18,11,10),(13226,18,11,11),(13227,18,11,12),(13228,18,11,13),(13229,18,11,14),(13230,18,11,15),(13231,18,11,16),(13232,18,11,17),(13233,18,11,18),(13234,18,11,19),(13235,18,11,20),(13236,18,12,1),(13237,18,12,2),(13238,18,12,3),(13239,18,12,4),(13240,18,12,5),(13241,18,12,6),(13242,18,12,7),(13243,18,12,8),(13244,18,12,9),(13245,18,12,10),(13246,18,12,11),(13247,18,12,12),(13248,18,12,13),(13249,18,12,14),(13250,18,12,15),(13251,18,12,16),(13252,18,12,17),(13253,18,12,18),(13254,18,12,19),(13255,18,12,20),(13256,18,12,21),(13257,18,12,22),(13258,18,12,23),(13259,18,12,24),(13260,18,12,25),(13261,18,13,1),(13262,18,13,2),(13263,18,13,3),(13264,18,13,4),(13265,18,13,5),(13266,18,13,6),(13267,18,13,7),(13268,18,13,8),(13269,18,13,9),(13270,18,13,10),(13271,18,13,11),(13272,18,13,12),(13273,18,13,13),(13274,18,13,14),(13275,18,13,15),(13276,18,13,16),(13277,18,13,17),(13278,18,13,18),(13279,18,13,19),(13280,18,13,20),(13281,18,13,21),(13282,18,13,22),(13283,18,13,23),(13284,18,13,24),(13285,18,13,25),(13286,18,13,26),(13287,18,13,27),(13288,18,13,28),(13289,18,14,1),(13290,18,14,2),(13291,18,14,3),(13292,18,14,4),(13293,18,14,5),(13294,18,14,6),(13295,18,14,7),(13296,18,14,8),(13297,18,14,9),(13298,18,14,10),(13299,18,14,11),(13300,18,14,12),(13301,18,14,13),(13302,18,14,14),(13303,18,14,15),(13304,18,14,16),(13305,18,14,17),(13306,18,14,18),(13307,18,14,19),(13308,18,14,20),(13309,18,14,21),(13310,18,14,22),(13311,18,15,1),(13312,18,15,2),(13313,18,15,3),(13314,18,15,4),(13315,18,15,5),(13316,18,15,6),(13317,18,15,7),(13318,18,15,8),(13319,18,15,9),(13320,18,15,10),(13321,18,15,11),(13322,18,15,12),(13323,18,15,13),(13324,18,15,14),(13325,18,15,15),(13326,18,15,16),(13327,18,15,17),(13328,18,15,18),(13329,18,15,19),(13330,18,15,20),(13331,18,15,21),(13332,18,15,22),(13333,18,15,23),(13334,18,15,24),(13335,18,15,25),(13336,18,15,26),(13337,18,15,27),(13338,18,15,28),(13339,18,15,29),(13340,18,15,30),(13341,18,15,31),(13342,18,15,32),(13343,18,15,33),(13344,18,15,34),(13345,18,15,35),(13346,18,16,1),(13347,18,16,2),(13348,18,16,3),(13349,18,16,4),(13350,18,16,5),(13351,18,16,6),(13352,18,16,7),(13353,18,16,8),(13354,18,16,9),(13355,18,16,10),(13356,18,16,11),(13357,18,16,12),(13358,18,16,13),(13359,18,16,14),(13360,18,16,15),(13361,18,16,16),(13362,18,16,17),(13363,18,16,18),(13364,18,16,19),(13365,18,16,20),(13366,18,16,21),(13367,18,16,22),(13368,18,17,1),(13369,18,17,2),(13370,18,17,3),(13371,18,17,4),(13372,18,17,5),(13373,18,17,6),(13374,18,17,7),(13375,18,17,8),(13376,18,17,9),(13377,18,17,10),(13378,18,17,11),(13379,18,17,12),(13380,18,17,13),(13381,18,17,14),(13382,18,17,15),(13383,18,17,16),(13384,18,18,1),(13385,18,18,2),(13386,18,18,3),(13387,18,18,4),(13388,18,18,5),(13389,18,18,6),(13390,18,18,7),(13391,18,18,8),(13392,18,18,9),(13393,18,18,10),(13394,18,18,11),(13395,18,18,12),(13396,18,18,13),(13397,18,18,14),(13398,18,18,15),(13399,18,18,16),(13400,18,18,17),(13401,18,18,18),(13402,18,18,19),(13403,18,18,20),(13404,18,18,21),(13405,18,19,1),(13406,18,19,2),(13407,18,19,3),(13408,18,19,4),(13409,18,19,5),(13410,18,19,6),(13411,18,19,7),(13412,18,19,8),(13413,18,19,9),(13414,18,19,10),(13415,18,19,11),(13416,18,19,12),(13417,18,19,13),(13418,18,19,14),(13419,18,19,15),(13420,18,19,16),(13421,18,19,17),(13422,18,19,18),(13423,18,19,19),(13424,18,19,20),(13425,18,19,21),(13426,18,19,22),(13427,18,19,23),(13428,18,19,24),(13429,18,19,25),(13430,18,19,26),(13431,18,19,27),(13432,18,19,28),(13433,18,19,29),(13434,18,20,1),(13435,18,20,2),(13436,18,20,3),(13437,18,20,4),(13438,18,20,5),(13439,18,20,6),(13440,18,20,7),(13441,18,20,8),(13442,18,20,9),(13443,18,20,10),(13444,18,20,11),(13445,18,20,12),(13446,18,20,13),(13447,18,20,14),(13448,18,20,15),(13449,18,20,16),(13450,18,20,17),(13451,18,20,18),(13452,18,20,19),(13453,18,20,20),(13454,18,20,21),(13455,18,20,22),(13456,18,20,23),(13457,18,20,24),(13458,18,20,25),(13459,18,20,26),(13460,18,20,27),(13461,18,20,28),(13462,18,20,29),(13463,18,21,1),(13464,18,21,2),(13465,18,21,3),(13466,18,21,4),(13467,18,21,5),(13468,18,21,6),(13469,18,21,7),(13470,18,21,8),(13471,18,21,9),(13472,18,21,10),(13473,18,21,11),(13474,18,21,12),(13475,18,21,13),(13476,18,21,14),(13477,18,21,15),(13478,18,21,16),(13479,18,21,17),(13480,18,21,18),(13481,18,21,19),(13482,18,21,20),(13483,18,21,21),(13484,18,21,22),(13485,18,21,23),(13486,18,21,24),(13487,18,21,25),(13488,18,21,26),(13489,18,21,27),(13490,18,21,28),(13491,18,21,29),(13492,18,21,30),(13493,18,21,31),(13494,18,21,32),(13495,18,21,33),(13496,18,21,34),(13497,18,22,1),(13498,18,22,2),(13499,18,22,3),(13500,18,22,4),(13501,18,22,5),(13502,18,22,6),(13503,18,22,7),(13504,18,22,8),(13505,18,22,9),(13506,18,22,10),(13507,18,22,11),(13508,18,22,12),(13509,18,22,13),(13510,18,22,14),(13511,18,22,15),(13512,18,22,16),(13513,18,22,17),(13514,18,22,18),(13515,18,22,19),(13516,18,22,20),(13517,18,22,21),(13518,18,22,22),(13519,18,22,23),(13520,18,22,24),(13521,18,22,25),(13522,18,22,26),(13523,18,22,27),(13524,18,22,28),(13525,18,22,29),(13526,18,22,30),(13527,18,23,1),(13528,18,23,2),(13529,18,23,3),(13530,18,23,4),(13531,18,23,5),(13532,18,23,6),(13533,18,23,7),(13534,18,23,8),(13535,18,23,9),(13536,18,23,10),(13537,18,23,11),(13538,18,23,12),(13539,18,23,13),(13540,18,23,14),(13541,18,23,15),(13542,18,23,16),(13543,18,23,17),(13544,18,24,1),(13545,18,24,2),(13546,18,24,3),(13547,18,24,4),(13548,18,24,5),(13549,18,24,6),(13550,18,24,7),(13551,18,24,8),(13552,18,24,9),(13553,18,24,10),(13554,18,24,11),(13555,18,24,12),(13556,18,24,13),(13557,18,24,14),(13558,18,24,15),(13559,18,24,16),(13560,18,24,17),(13561,18,24,18),(13562,18,24,19),(13563,18,24,20),(13564,18,24,21),(13565,18,24,22),(13566,18,24,23),(13567,18,24,24),(13568,18,24,25),(13569,18,25,1),(13570,18,25,2),(13571,18,25,3),(13572,18,25,4),(13573,18,25,5),(13574,18,25,6),(13575,18,26,1),(13576,18,26,2),(13577,18,26,3),(13578,18,26,4),(13579,18,26,5),(13580,18,26,6),(13581,18,26,7),(13582,18,26,8),(13583,18,26,9),(13584,18,26,10),(13585,18,26,11),(13586,18,26,12),(13587,18,26,13),(13588,18,26,14),(13589,18,27,1),(13590,18,27,2),(13591,18,27,3),(13592,18,27,4),(13593,18,27,5),(13594,18,27,6),(13595,18,27,7),(13596,18,27,8),(13597,18,27,9),(13598,18,27,10),(13599,18,27,11),(13600,18,27,12),(13601,18,27,13),(13602,18,27,14),(13603,18,27,15),(13604,18,27,16),(13605,18,27,17),(13606,18,27,18),(13607,18,27,19),(13608,18,27,20),(13609,18,27,21),(13610,18,28,1),(13611,18,28,2),(13612,18,28,3),(13613,18,28,4),(13614,18,28,5),(13615,18,28,6),(13616,18,28,7),(13617,18,28,8),(13618,18,28,9),(13619,18,28,10),(13620,18,28,11),(13621,18,28,12),(13622,18,28,13),(13623,18,28,14),(13624,18,28,15),(13625,18,28,16),(13626,18,28,17),(13627,18,28,18),(13628,18,28,19),(13629,18,28,20),(13630,18,28,21),(13631,18,28,22),(13632,18,28,23),(13633,18,28,24),(13634,18,28,25),(13635,18,28,26),(13636,18,28,27),(13637,18,28,28),(13638,18,29,1),(13639,18,29,2),(13640,18,29,3),(13641,18,29,4),(13642,18,29,5),(13643,18,29,6),(13644,18,29,7),(13645,18,29,8),(13646,18,29,9),(13647,18,29,10),(13648,18,29,11),(13649,18,29,12),(13650,18,29,13),(13651,18,29,14),(13652,18,29,15),(13653,18,29,16),(13654,18,29,17),(13655,18,29,18),(13656,18,29,19),(13657,18,29,20),(13658,18,29,21),(13659,18,29,22),(13660,18,29,23),(13661,18,29,24),(13662,18,29,25),(13663,18,30,1),(13664,18,30,2),(13665,18,30,3),(13666,18,30,4),(13667,18,30,5),(13668,18,30,6),(13669,18,30,7),(13670,18,30,8),(13671,18,30,9),(13672,18,30,10),(13673,18,30,11),(13674,18,30,12),(13675,18,30,13),(13676,18,30,14),(13677,18,30,15),(13678,18,30,16),(13679,18,30,17),(13680,18,30,18),(13681,18,30,19),(13682,18,30,20),(13683,18,30,21),(13684,18,30,22),(13685,18,30,23),(13686,18,30,24),(13687,18,30,25),(13688,18,30,26),(13689,18,30,27),(13690,18,30,28),(13691,18,30,29),(13692,18,30,30),(13693,18,30,31),(13694,18,31,1),(13695,18,31,2),(13696,18,31,3),(13697,18,31,4),(13698,18,31,5),(13699,18,31,6),(13700,18,31,7),(13701,18,31,8),(13702,18,31,9),(13703,18,31,10),(13704,18,31,11),(13705,18,31,12),(13706,18,31,13),(13707,18,31,14),(13708,18,31,15),(13709,18,31,16),(13710,18,31,17),(13711,18,31,18),(13712,18,31,19),(13713,18,31,20),(13714,18,31,21),(13715,18,31,22),(13716,18,31,23),(13717,18,31,24),(13718,18,31,25),(13719,18,31,26),(13720,18,31,27),(13721,18,31,28),(13722,18,31,29),(13723,18,31,30),(13724,18,31,31),(13725,18,31,32),(13726,18,31,33),(13727,18,31,34),(13728,18,31,35),(13729,18,31,36),(13730,18,31,37),(13731,18,31,38),(13732,18,31,39),(13733,18,31,40),(13734,18,32,1),(13735,18,32,2),(13736,18,32,3),(13737,18,32,4),(13738,18,32,5),(13739,18,32,6),(13740,18,32,7),(13741,18,32,8),(13742,18,32,9),(13743,18,32,10),(13744,18,32,11),(13745,18,32,12),(13746,18,32,13),(13747,18,32,14),(13748,18,32,15),(13749,18,32,16),(13750,18,32,17),(13751,18,32,18),(13752,18,32,19),(13753,18,32,20),(13754,18,32,21),(13755,18,32,22),(13756,18,33,1),(13757,18,33,2),(13758,18,33,3),(13759,18,33,4),(13760,18,33,5),(13761,18,33,6),(13762,18,33,7),(13763,18,33,8),(13764,18,33,9),(13765,18,33,10),(13766,18,33,11),(13767,18,33,12),(13768,18,33,13),(13769,18,33,14),(13770,18,33,15),(13771,18,33,16),(13772,18,33,17),(13773,18,33,18),(13774,18,33,19),(13775,18,33,20),(13776,18,33,21),(13777,18,33,22),(13778,18,33,23),(13779,18,33,24),(13780,18,33,25),(13781,18,33,26),(13782,18,33,27),(13783,18,33,28),(13784,18,33,29),(13785,18,33,30),(13786,18,33,31),(13787,18,33,32),(13788,18,33,33),(13789,18,34,1),(13790,18,34,2),(13791,18,34,3),(13792,18,34,4),(13793,18,34,5),(13794,18,34,6),(13795,18,34,7),(13796,18,34,8),(13797,18,34,9),(13798,18,34,10),(13799,18,34,11),(13800,18,34,12),(13801,18,34,13),(13802,18,34,14),(13803,18,34,15),(13804,18,34,16),(13805,18,34,17),(13806,18,34,18),(13807,18,34,19),(13808,18,34,20),(13809,18,34,21),(13810,18,34,22),(13811,18,34,23),(13812,18,34,24),(13813,18,34,25),(13814,18,34,26),(13815,18,34,27),(13816,18,34,28),(13817,18,34,29),(13818,18,34,30),(13819,18,34,31),(13820,18,34,32),(13821,18,34,33),(13822,18,34,34),(13823,18,34,35),(13824,18,34,36),(13825,18,34,37),(13826,18,35,1),(13827,18,35,2),(13828,18,35,3),(13829,18,35,4),(13830,18,35,5),(13831,18,35,6),(13832,18,35,7),(13833,18,35,8),(13834,18,35,9),(13835,18,35,10),(13836,18,35,11),(13837,18,35,12),(13838,18,35,13),(13839,18,35,14),(13840,18,35,15),(13841,18,35,16),(13842,18,36,1),(13843,18,36,2),(13844,18,36,3),(13845,18,36,4),(13846,18,36,5),(13847,18,36,6),(13848,18,36,7),(13849,18,36,8),(13850,18,36,9),(13851,18,36,10),(13852,18,36,11),(13853,18,36,12),(13854,18,36,13),(13855,18,36,14),(13856,18,36,15),(13857,18,36,16),(13858,18,36,17),(13859,18,36,18),(13860,18,36,19),(13861,18,36,20),(13862,18,36,21),(13863,18,36,22),(13864,18,36,23),(13865,18,36,24),(13866,18,36,25),(13867,18,36,26),(13868,18,36,27),(13869,18,36,28),(13870,18,36,29),(13871,18,36,30),(13872,18,36,31),(13873,18,36,32),(13874,18,36,33),(13875,18,37,1),(13876,18,37,2),(13877,18,37,3),(13878,18,37,4),(13879,18,37,5),(13880,18,37,6),(13881,18,37,7),(13882,18,37,8),(13883,18,37,9),(13884,18,37,10),(13885,18,37,11),(13886,18,37,12),(13887,18,37,13),(13888,18,37,14),(13889,18,37,15),(13890,18,37,16),(13891,18,37,17),(13892,18,37,18),(13893,18,37,19),(13894,18,37,20),(13895,18,37,21),(13896,18,37,22),(13897,18,37,23),(13898,18,37,24),(13899,18,38,1),(13900,18,38,2),(13901,18,38,3),(13902,18,38,4),(13903,18,38,5),(13904,18,38,6),(13905,18,38,7),(13906,18,38,8),(13907,18,38,9),(13908,18,38,10),(13909,18,38,11),(13910,18,38,12),(13911,18,38,13),(13912,18,38,14),(13913,18,38,15),(13914,18,38,16),(13915,18,38,17),(13916,18,38,18),(13917,18,38,19),(13918,18,38,20),(13919,18,38,21),(13920,18,38,22),(13921,18,38,23),(13922,18,38,24),(13923,18,38,25),(13924,18,38,26),(13925,18,38,27),(13926,18,38,28),(13927,18,38,29),(13928,18,38,30),(13929,18,38,31),(13930,18,38,32),(13931,18,38,33),(13932,18,38,34),(13933,18,38,35),(13934,18,38,36),(13935,18,38,37),(13936,18,38,38),(13937,18,38,39),(13938,18,38,40),(13939,18,38,41),(13940,18,39,1),(13941,18,39,2),(13942,18,39,3),(13943,18,39,4),(13944,18,39,5),(13945,18,39,6),(13946,18,39,7),(13947,18,39,8),(13948,18,39,9),(13949,18,39,10),(13950,18,39,11),(13951,18,39,12),(13952,18,39,13),(13953,18,39,14),(13954,18,39,15),(13955,18,39,16),(13956,18,39,17),(13957,18,39,18),(13958,18,39,19),(13959,18,39,20),(13960,18,39,21),(13961,18,39,22),(13962,18,39,23),(13963,18,39,24),(13964,18,39,25),(13965,18,39,26),(13966,18,39,27),(13967,18,39,28),(13968,18,39,29),(13969,18,39,30),(13970,18,40,1),(13971,18,40,2),(13972,18,40,3),(13973,18,40,4),(13974,18,40,5),(13975,18,40,6),(13976,18,40,7),(13977,18,40,8),(13978,18,40,9),(13979,18,40,10),(13980,18,40,11),(13981,18,40,12),(13982,18,40,13),(13983,18,40,14),(13984,18,40,15),(13985,18,40,16),(13986,18,40,17),(13987,18,40,18),(13988,18,40,19),(13989,18,40,20),(13990,18,40,21),(13991,18,40,22),(13992,18,40,23),(13993,18,40,24),(13994,18,40,25),(13995,18,40,26),(13996,18,40,27),(13997,18,40,28),(13998,18,40,29),(13999,18,40,30),(14000,18,40,31),(14001,18,40,32),(14002,18,41,1),(14003,18,41,2),(14004,18,41,3),(14005,18,41,4),(14006,18,41,5),(14007,18,41,6),(14008,18,41,7),(14009,18,41,8),(14010,18,41,9),(14011,18,41,10),(14012,18,41,11),(14013,18,41,12),(14014,18,41,13),(14015,18,41,14),(14016,18,41,15),(14017,18,41,16),(14018,18,41,17),(14019,18,41,18),(14020,18,41,19),(14021,18,41,20),(14022,18,41,21),(14023,18,41,22),(14024,18,41,23),(14025,18,41,24),(14026,18,41,25),(14027,18,41,26),(14028,18,42,1),(14029,18,42,2),(14030,18,42,3),(14031,18,42,4),(14032,18,42,5),(14033,18,42,6),(14034,18,42,7),(14035,18,42,8),(14036,18,42,9),(14037,18,42,10),(14038,18,42,11),(14039,18,42,12),(14040,18,42,13),(14041,18,42,14),(14042,18,42,15),(14043,18,42,16),(14044,18,42,17),(14045,19,1,1),(14046,19,1,2),(14047,19,1,3),(14048,19,1,4),(14049,19,1,5),(14050,19,1,6),(14051,19,2,1),(14052,19,2,2),(14053,19,2,3),(14054,19,2,4),(14055,19,2,5),(14056,19,2,6),(14057,19,2,7),(14058,19,2,8),(14059,19,2,9),(14060,19,2,10),(14061,19,2,11),(14062,19,2,12),(14063,19,3,1),(14064,19,3,2),(14065,19,3,3),(14066,19,3,4),(14067,19,3,5),(14068,19,3,6),(14069,19,3,7),(14070,19,3,8),(14071,19,3,9),(14072,19,4,1),(14073,19,4,2),(14074,19,4,3),(14075,19,4,4),(14076,19,4,5),(14077,19,4,6),(14078,19,4,7),(14079,19,4,8),(14080,19,4,9),(14081,19,5,1),(14082,19,5,2),(14083,19,5,3),(14084,19,5,4),(14085,19,5,5),(14086,19,5,6),(14087,19,5,7),(14088,19,5,8),(14089,19,5,9),(14090,19,5,10),(14091,19,5,11),(14092,19,5,12),(14093,19,5,13),(14094,19,6,1),(14095,19,6,2),(14096,19,6,3),(14097,19,6,4),(14098,19,6,5),(14099,19,6,6),(14100,19,6,7),(14101,19,6,8),(14102,19,6,9),(14103,19,6,10),(14104,19,6,11),(14105,19,7,1),(14106,19,7,2),(14107,19,7,3),(14108,19,7,4),(14109,19,7,5),(14110,19,7,6),(14111,19,7,7),(14112,19,7,8),(14113,19,7,9),(14114,19,7,10),(14115,19,7,11),(14116,19,7,12),(14117,19,7,13),(14118,19,7,14),(14119,19,7,15),(14120,19,7,16),(14121,19,7,17),(14122,19,7,18),(14123,19,8,1),(14124,19,8,2),(14125,19,8,3),(14126,19,8,4),(14127,19,8,5),(14128,19,8,6),(14129,19,8,7),(14130,19,8,8),(14131,19,8,9),(14132,19,8,10),(14133,19,9,1),(14134,19,9,2),(14135,19,9,3),(14136,19,9,4),(14137,19,9,5),(14138,19,9,6),(14139,19,9,7),(14140,19,9,8),(14141,19,9,9),(14142,19,9,10),(14143,19,9,11),(14144,19,9,12),(14145,19,9,13),(14146,19,9,14),(14147,19,9,15),(14148,19,9,16),(14149,19,9,17),(14150,19,9,18),(14151,19,9,19),(14152,19,9,20),(14153,19,9,21),(14154,19,10,1),(14155,19,10,2),(14156,19,10,3),(14157,19,10,4),(14158,19,10,5),(14159,19,10,6),(14160,19,10,7),(14161,19,10,8),(14162,19,10,9),(14163,19,10,10),(14164,19,10,11),(14165,19,10,12),(14166,19,10,13),(14167,19,10,14),(14168,19,10,15),(14169,19,10,16),(14170,19,10,17),(14171,19,10,18),(14172,19,11,1),(14173,19,11,2),(14174,19,11,3),(14175,19,11,4),(14176,19,11,5),(14177,19,11,6),(14178,19,11,7),(14179,19,12,1),(14180,19,12,2),(14181,19,12,3),(14182,19,12,4),(14183,19,12,5),(14184,19,12,6),(14185,19,12,7),(14186,19,12,8),(14187,19,12,9),(14188,19,13,1),(14189,19,13,2),(14190,19,13,3),(14191,19,13,4),(14192,19,13,5),(14193,19,13,6),(14194,19,14,1),(14195,19,14,2),(14196,19,14,3),(14197,19,14,4),(14198,19,14,5),(14199,19,14,6),(14200,19,14,7),(14201,19,15,1),(14202,19,15,2),(14203,19,15,3),(14204,19,15,4),(14205,19,15,5),(14206,19,16,1),(14207,19,16,2),(14208,19,16,3),(14209,19,16,4),(14210,19,16,5),(14211,19,16,6),(14212,19,16,7),(14213,19,16,8),(14214,19,16,9),(14215,19,16,10),(14216,19,16,11),(14217,19,17,1),(14218,19,17,2),(14219,19,17,3),(14220,19,17,4),(14221,19,17,5),(14222,19,17,6),(14223,19,17,7),(14224,19,17,8),(14225,19,17,9),(14226,19,17,10),(14227,19,17,11),(14228,19,17,12),(14229,19,17,13),(14230,19,17,14),(14231,19,17,15),(14232,19,18,1),(14233,19,18,2),(14234,19,18,3),(14235,19,18,4),(14236,19,18,5),(14237,19,18,6),(14238,19,18,7),(14239,19,18,8),(14240,19,18,9),(14241,19,18,10),(14242,19,18,11),(14243,19,18,12),(14244,19,18,13),(14245,19,18,14),(14246,19,18,15),(14247,19,18,16),(14248,19,18,17),(14249,19,18,18),(14250,19,18,19),(14251,19,18,20),(14252,19,18,21),(14253,19,18,22),(14254,19,18,23),(14255,19,18,24),(14256,19,18,25),(14257,19,18,26),(14258,19,18,27),(14259,19,18,28),(14260,19,18,29),(14261,19,18,30),(14262,19,18,31),(14263,19,18,32),(14264,19,18,33),(14265,19,18,34),(14266,19,18,35),(14267,19,18,36),(14268,19,18,37),(14269,19,18,38),(14270,19,18,39),(14271,19,18,40),(14272,19,18,41),(14273,19,18,42),(14274,19,18,43),(14275,19,18,44),(14276,19,18,45),(14277,19,18,46),(14278,19,18,47),(14279,19,18,48),(14280,19,18,49),(14281,19,18,50),(14282,19,18,51),(14283,19,19,1),(14284,19,19,2),(14285,19,19,3),(14286,19,19,4),(14287,19,19,5),(14288,19,19,6),(14289,19,19,7),(14290,19,19,8),(14291,19,19,9),(14292,19,19,10),(14293,19,19,11),(14294,19,19,12),(14295,19,19,13),(14296,19,19,14),(14297,19,19,15),(14298,19,20,1),(14299,19,20,2),(14300,19,20,3),(14301,19,20,4),(14302,19,20,5),(14303,19,20,6),(14304,19,20,7),(14305,19,20,8),(14306,19,20,9),(14307,19,20,10),(14308,19,21,1),(14309,19,21,2),(14310,19,21,3),(14311,19,21,4),(14312,19,21,5),(14313,19,21,6),(14314,19,21,7),(14315,19,21,8),(14316,19,21,9),(14317,19,21,10),(14318,19,21,11),(14319,19,21,12),(14320,19,21,13),(14321,19,21,14),(14322,19,22,1),(14323,19,22,2),(14324,19,22,3),(14325,19,22,4),(14326,19,22,5),(14327,19,22,6),(14328,19,22,7),(14329,19,22,8),(14330,19,22,9),(14331,19,22,10),(14332,19,22,11),(14333,19,22,12),(14334,19,22,13),(14335,19,22,14),(14336,19,22,15),(14337,19,22,16),(14338,19,22,17),(14339,19,22,18),(14340,19,22,19),(14341,19,22,20),(14342,19,22,21),(14343,19,22,22),(14344,19,22,23),(14345,19,22,24),(14346,19,22,25),(14347,19,22,26),(14348,19,22,27),(14349,19,22,28),(14350,19,22,29),(14351,19,22,30),(14352,19,22,31),(14353,19,22,32),(14354,19,23,1),(14355,19,23,2),(14356,19,23,3),(14357,19,23,4),(14358,19,23,5),(14359,19,23,6),(14360,19,24,1),(14361,19,24,2),(14362,19,24,3),(14363,19,24,4),(14364,19,24,5),(14365,19,24,6),(14366,19,24,7),(14367,19,24,8),(14368,19,24,9),(14369,19,24,10),(14370,19,25,1),(14371,19,25,2),(14372,19,25,3),(14373,19,25,4),(14374,19,25,5),(14375,19,25,6),(14376,19,25,7),(14377,19,25,8),(14378,19,25,9),(14379,19,25,10),(14380,19,25,11),(14381,19,25,12),(14382,19,25,13),(14383,19,25,14),(14384,19,25,15),(14385,19,25,16),(14386,19,25,17),(14387,19,25,18),(14388,19,25,19),(14389,19,25,20),(14390,19,25,21),(14391,19,25,22),(14392,19,26,1),(14393,19,26,2),(14394,19,26,3),(14395,19,26,4),(14396,19,26,5),(14397,19,26,6),(14398,19,26,7),(14399,19,26,8),(14400,19,26,9),(14401,19,26,10),(14402,19,26,11),(14403,19,27,1),(14404,19,27,2),(14405,19,27,3),(14406,19,27,4),(14407,19,27,5),(14408,19,27,6),(14409,19,27,7),(14410,19,27,8),(14411,19,27,9),(14412,19,27,10),(14413,19,27,11),(14414,19,27,12),(14415,19,27,13),(14416,19,27,14),(14417,19,28,1),(14418,19,28,2),(14419,19,28,3),(14420,19,28,4),(14421,19,28,5),(14422,19,28,6),(14423,19,28,7),(14424,19,28,8),(14425,19,28,9),(14426,19,29,1),(14427,19,29,2),(14428,19,29,3),(14429,19,29,4),(14430,19,29,5),(14431,19,29,6),(14432,19,29,7),(14433,19,29,8),(14434,19,29,9),(14435,19,29,10),(14436,19,29,11),(14437,19,30,1),(14438,19,30,2),(14439,19,30,3),(14440,19,30,4),(14441,19,30,5),(14442,19,30,6),(14443,19,30,7),(14444,19,30,8),(14445,19,30,9),(14446,19,30,10),(14447,19,30,11),(14448,19,30,12),(14449,19,30,13),(14450,19,31,1),(14451,19,31,2),(14452,19,31,3),(14453,19,31,4),(14454,19,31,5),(14455,19,31,6),(14456,19,31,7),(14457,19,31,8),(14458,19,31,9),(14459,19,31,10),(14460,19,31,11),(14461,19,31,12),(14462,19,31,13),(14463,19,31,14),(14464,19,31,15),(14465,19,31,16),(14466,19,31,17),(14467,19,31,18),(14468,19,31,19),(14469,19,31,20),(14470,19,31,21),(14471,19,31,22),(14472,19,31,23),(14473,19,31,24),(14474,19,31,25),(14475,19,32,1),(14476,19,32,2),(14477,19,32,3),(14478,19,32,4),(14479,19,32,5),(14480,19,32,6),(14481,19,32,7),(14482,19,32,8),(14483,19,32,9),(14484,19,32,10),(14485,19,32,11),(14486,19,33,1),(14487,19,33,2),(14488,19,33,3),(14489,19,33,4),(14490,19,33,5),(14491,19,33,6),(14492,19,33,7),(14493,19,33,8),(14494,19,33,9),(14495,19,33,10),(14496,19,33,11),(14497,19,33,12),(14498,19,33,13),(14499,19,33,14),(14500,19,33,15),(14501,19,33,16),(14502,19,33,17),(14503,19,33,18),(14504,19,33,19),(14505,19,33,20),(14506,19,33,21),(14507,19,33,22),(14508,19,34,1),(14509,19,34,2),(14510,19,34,3),(14511,19,34,4),(14512,19,34,5),(14513,19,34,6),(14514,19,34,7),(14515,19,34,8),(14516,19,34,9),(14517,19,34,10),(14518,19,34,11),(14519,19,34,12),(14520,19,34,13),(14521,19,34,14),(14522,19,34,15),(14523,19,34,16),(14524,19,34,17),(14525,19,34,18),(14526,19,34,19),(14527,19,34,20),(14528,19,34,21),(14529,19,34,22),(14530,19,34,23),(14531,19,35,1),(14532,19,35,2),(14533,19,35,3),(14534,19,35,4),(14535,19,35,5),(14536,19,35,6),(14537,19,35,7),(14538,19,35,8),(14539,19,35,9),(14540,19,35,10),(14541,19,35,11),(14542,19,35,12),(14543,19,35,13),(14544,19,35,14),(14545,19,35,15),(14546,19,35,16),(14547,19,35,17),(14548,19,35,18),(14549,19,35,19),(14550,19,35,20),(14551,19,35,21),(14552,19,35,22),(14553,19,35,23),(14554,19,35,24),(14555,19,35,25),(14556,19,35,26),(14557,19,35,27),(14558,19,35,28),(14559,19,36,1),(14560,19,36,2),(14561,19,36,3),(14562,19,36,4),(14563,19,36,5),(14564,19,36,6),(14565,19,36,7),(14566,19,36,8),(14567,19,36,9),(14568,19,36,10),(14569,19,36,11),(14570,19,36,12),(14571,19,36,13),(14572,19,37,1),(14573,19,37,2),(14574,19,37,3),(14575,19,37,4),(14576,19,37,5),(14577,19,37,6),(14578,19,37,7),(14579,19,37,8),(14580,19,37,9),(14581,19,37,10),(14582,19,37,11),(14583,19,37,12),(14584,19,37,13),(14585,19,37,14),(14586,19,37,15),(14587,19,37,16),(14588,19,37,17),(14589,19,37,18),(14590,19,37,19),(14591,19,37,20),(14592,19,37,21),(14593,19,37,22),(14594,19,37,23),(14595,19,37,24),(14596,19,37,25),(14597,19,37,26),(14598,19,37,27),(14599,19,37,28),(14600,19,37,29),(14601,19,37,30),(14602,19,37,31),(14603,19,37,32),(14604,19,37,33),(14605,19,37,34),(14606,19,37,35),(14607,19,37,36),(14608,19,37,37),(14609,19,37,38),(14610,19,37,39),(14611,19,37,40),(14612,19,38,1),(14613,19,38,2),(14614,19,38,3),(14615,19,38,4),(14616,19,38,5),(14617,19,38,6),(14618,19,38,7),(14619,19,38,8),(14620,19,38,9),(14621,19,38,10),(14622,19,38,11),(14623,19,38,12),(14624,19,38,13),(14625,19,38,14),(14626,19,38,15),(14627,19,38,16),(14628,19,38,17),(14629,19,38,18),(14630,19,38,19),(14631,19,38,20),(14632,19,38,21),(14633,19,38,22),(14634,19,38,23),(14635,19,39,1),(14636,19,39,2),(14637,19,39,3),(14638,19,39,4),(14639,19,39,5),(14640,19,39,6),(14641,19,39,7),(14642,19,39,8),(14643,19,39,9),(14644,19,39,10),(14645,19,39,11),(14646,19,39,12),(14647,19,39,13),(14648,19,39,14),(14649,19,40,1),(14650,19,40,2),(14651,19,40,3),(14652,19,40,4),(14653,19,40,5),(14654,19,40,6),(14655,19,40,7),(14656,19,40,8),(14657,19,40,9),(14658,19,40,10),(14659,19,40,11),(14660,19,40,12),(14661,19,40,13),(14662,19,40,14),(14663,19,40,15),(14664,19,40,16),(14665,19,40,17),(14666,19,40,18),(14667,19,41,1),(14668,19,41,2),(14669,19,41,3),(14670,19,41,4),(14671,19,41,5),(14672,19,41,6),(14673,19,41,7),(14674,19,41,8),(14675,19,41,9),(14676,19,41,10),(14677,19,41,11),(14678,19,41,12),(14679,19,41,13),(14680,19,41,14),(14681,19,42,1),(14682,19,42,2),(14683,19,42,3),(14684,19,42,4),(14685,19,42,5),(14686,19,42,6),(14687,19,42,7),(14688,19,42,8),(14689,19,42,9),(14690,19,42,10),(14691,19,42,11),(14692,19,42,12),(14693,19,43,1),(14694,19,43,2),(14695,19,43,3),(14696,19,43,4),(14697,19,43,5),(14698,19,44,1),(14699,19,44,2),(14700,19,44,3),(14701,19,44,4),(14702,19,44,5),(14703,19,44,6),(14704,19,44,7),(14705,19,44,8),(14706,19,44,9),(14707,19,44,10),(14708,19,44,11),(14709,19,44,12),(14710,19,44,13),(14711,19,44,14),(14712,19,44,15),(14713,19,44,16),(14714,19,44,17),(14715,19,44,18),(14716,19,44,19),(14717,19,44,20),(14718,19,44,21),(14719,19,44,22),(14720,19,44,23),(14721,19,44,24),(14722,19,44,25),(14723,19,44,26),(14724,19,44,27),(14725,19,45,1),(14726,19,45,2),(14727,19,45,3),(14728,19,45,4),(14729,19,45,5),(14730,19,45,6),(14731,19,45,7),(14732,19,45,8),(14733,19,45,9),(14734,19,45,10),(14735,19,45,11),(14736,19,45,12),(14737,19,45,13),(14738,19,45,14),(14739,19,45,15),(14740,19,45,16),(14741,19,45,17),(14742,19,45,18),(14743,19,46,1),(14744,19,46,2),(14745,19,46,3),(14746,19,46,4),(14747,19,46,5),(14748,19,46,6),(14749,19,46,7),(14750,19,46,8),(14751,19,46,9),(14752,19,46,10),(14753,19,46,11),(14754,19,46,12),(14755,19,47,1),(14756,19,47,2),(14757,19,47,3),(14758,19,47,4),(14759,19,47,5),(14760,19,47,6),(14761,19,47,7),(14762,19,47,8),(14763,19,47,9),(14764,19,47,10),(14765,19,48,1),(14766,19,48,2),(14767,19,48,3),(14768,19,48,4),(14769,19,48,5),(14770,19,48,6),(14771,19,48,7),(14772,19,48,8),(14773,19,48,9),(14774,19,48,10),(14775,19,48,11),(14776,19,48,12),(14777,19,48,13),(14778,19,48,14),(14779,19,48,15),(14780,19,49,1),(14781,19,49,2),(14782,19,49,3),(14783,19,49,4),(14784,19,49,5),(14785,19,49,6),(14786,19,49,7),(14787,19,49,8),(14788,19,49,9),(14789,19,49,10),(14790,19,49,11),(14791,19,49,12),(14792,19,49,13),(14793,19,49,14),(14794,19,49,15),(14795,19,49,16),(14796,19,49,17),(14797,19,49,18),(14798,19,49,19),(14799,19,49,20),(14800,19,49,21),(14801,19,50,1),(14802,19,50,2),(14803,19,50,3),(14804,19,50,4),(14805,19,50,5),(14806,19,50,6),(14807,19,50,7),(14808,19,50,8),(14809,19,50,9),(14810,19,50,10),(14811,19,50,11),(14812,19,50,12),(14813,19,50,13),(14814,19,50,14),(14815,19,50,15),(14816,19,50,16),(14817,19,50,17),(14818,19,50,18),(14819,19,50,19),(14820,19,50,20),(14821,19,50,21),(14822,19,50,22),(14823,19,50,23),(14824,19,51,1),(14825,19,51,2),(14826,19,51,3),(14827,19,51,4),(14828,19,51,5),(14829,19,51,6),(14830,19,51,7),(14831,19,51,8),(14832,19,51,9),(14833,19,51,10),(14834,19,51,11),(14835,19,51,12),(14836,19,51,13),(14837,19,51,14),(14838,19,51,15),(14839,19,51,16),(14840,19,51,17),(14841,19,51,18),(14842,19,51,19),(14843,19,51,20),(14844,19,51,21),(14845,19,52,1),(14846,19,52,2),(14847,19,52,3),(14848,19,52,4),(14849,19,52,5),(14850,19,52,6),(14851,19,52,7),(14852,19,52,8),(14853,19,52,9),(14854,19,52,10),(14855,19,52,11),(14856,19,53,1),(14857,19,53,2),(14858,19,53,3),(14859,19,53,4),(14860,19,53,5),(14861,19,53,6),(14862,19,53,7),(14863,19,54,1),(14864,19,54,2),(14865,19,54,3),(14866,19,54,4),(14867,19,54,5),(14868,19,54,6),(14869,19,54,7),(14870,19,54,8),(14871,19,54,9),(14872,19,55,1),(14873,19,55,2),(14874,19,55,3),(14875,19,55,4),(14876,19,55,5),(14877,19,55,6),(14878,19,55,7),(14879,19,55,8),(14880,19,55,9),(14881,19,55,10),(14882,19,55,11),(14883,19,55,12),(14884,19,55,13),(14885,19,55,14),(14886,19,55,15),(14887,19,55,16),(14888,19,55,17),(14889,19,55,18),(14890,19,55,19),(14891,19,55,20),(14892,19,55,21),(14893,19,55,22),(14894,19,55,23),(14895,19,55,24),(14896,19,56,1),(14897,19,56,2),(14898,19,56,3),(14899,19,56,4),(14900,19,56,5),(14901,19,56,6),(14902,19,56,7),(14903,19,56,8),(14904,19,56,9),(14905,19,56,10),(14906,19,56,11),(14907,19,56,12),(14908,19,56,13),(14909,19,56,14),(14910,19,57,1),(14911,19,57,2),(14912,19,57,3),(14913,19,57,4),(14914,19,57,5),(14915,19,57,6),(14916,19,57,7),(14917,19,57,8),(14918,19,57,9),(14919,19,57,10),(14920,19,57,11),(14921,19,57,12),(14922,19,58,1),(14923,19,58,2),(14924,19,58,3),(14925,19,58,4),(14926,19,58,5),(14927,19,58,6),(14928,19,58,7),(14929,19,58,8),(14930,19,58,9),(14931,19,58,10),(14932,19,58,11),(14933,19,58,12),(14934,19,59,1),(14935,19,59,2),(14936,19,59,3),(14937,19,59,4),(14938,19,59,5),(14939,19,59,6),(14940,19,59,7),(14941,19,59,8),(14942,19,59,9),(14943,19,59,10),(14944,19,59,11),(14945,19,59,12),(14946,19,59,13),(14947,19,59,14),(14948,19,59,15),(14949,19,59,16),(14950,19,59,17),(14951,19,59,18),(14952,19,60,1),(14953,19,60,2),(14954,19,60,3),(14955,19,60,4),(14956,19,60,5),(14957,19,60,6),(14958,19,60,7),(14959,19,60,8),(14960,19,60,9),(14961,19,60,10),(14962,19,60,11),(14963,19,60,12),(14964,19,60,13),(14965,19,60,14),(14966,19,61,1),(14967,19,61,2),(14968,19,61,3),(14969,19,61,4),(14970,19,61,5),(14971,19,61,6),(14972,19,61,7),(14973,19,61,8),(14974,19,61,9),(14975,19,62,1),(14976,19,62,2),(14977,19,62,3),(14978,19,62,4),(14979,19,62,5),(14980,19,62,6),(14981,19,62,7),(14982,19,62,8),(14983,19,62,9),(14984,19,62,10),(14985,19,62,11),(14986,19,62,12),(14987,19,62,13),(14988,19,63,1),(14989,19,63,2),(14990,19,63,3),(14991,19,63,4),(14992,19,63,5),(14993,19,63,6),(14994,19,63,7),(14995,19,63,8),(14996,19,63,9),(14997,19,63,10),(14998,19,63,11),(14999,19,63,12),(15000,19,64,1),(15001,19,64,2),(15002,19,64,3),(15003,19,64,4),(15004,19,64,5),(15005,19,64,6),(15006,19,64,7),(15007,19,64,8),(15008,19,64,9),(15009,19,64,10),(15010,19,64,11),(15011,19,65,1),(15012,19,65,2),(15013,19,65,3),(15014,19,65,4),(15015,19,65,5),(15016,19,65,6),(15017,19,65,7),(15018,19,65,8),(15019,19,65,9),(15020,19,65,10),(15021,19,65,11),(15022,19,65,12),(15023,19,65,13),(15024,19,65,14),(15025,19,66,1),(15026,19,66,2),(15027,19,66,3),(15028,19,66,4),(15029,19,66,5),(15030,19,66,6),(15031,19,66,7),(15032,19,66,8),(15033,19,66,9),(15034,19,66,10),(15035,19,66,11),(15036,19,66,12),(15037,19,66,13),(15038,19,66,14),(15039,19,66,15),(15040,19,66,16),(15041,19,66,17),(15042,19,66,18),(15043,19,66,19),(15044,19,66,20),(15045,19,67,1),(15046,19,67,2),(15047,19,67,3),(15048,19,67,4),(15049,19,67,5),(15050,19,67,6),(15051,19,67,7),(15052,19,67,8),(15053,19,68,1),(15054,19,68,2),(15055,19,68,3),(15056,19,68,4),(15057,19,68,5),(15058,19,68,6),(15059,19,68,7),(15060,19,68,8),(15061,19,68,9),(15062,19,68,10),(15063,19,68,11),(15064,19,68,12),(15065,19,68,13),(15066,19,68,14),(15067,19,68,15),(15068,19,68,16),(15069,19,68,17),(15070,19,68,18),(15071,19,68,19),(15072,19,68,20),(15073,19,68,21),(15074,19,68,22),(15075,19,68,23),(15076,19,68,24),(15077,19,68,25),(15078,19,68,26),(15079,19,68,27),(15080,19,68,28),(15081,19,68,29),(15082,19,68,30),(15083,19,68,31),(15084,19,68,32),(15085,19,68,33),(15086,19,68,34),(15087,19,68,35),(15088,19,68,36),(15089,19,69,1),(15090,19,69,2),(15091,19,69,3),(15092,19,69,4),(15093,19,69,5),(15094,19,69,6),(15095,19,69,7),(15096,19,69,8),(15097,19,69,9),(15098,19,69,10),(15099,19,69,11),(15100,19,69,12),(15101,19,69,13),(15102,19,69,14),(15103,19,69,15),(15104,19,69,16),(15105,19,69,17),(15106,19,69,18),(15107,19,69,19),(15108,19,69,20),(15109,19,69,21),(15110,19,69,22),(15111,19,69,23),(15112,19,69,24),(15113,19,69,25),(15114,19,69,26),(15115,19,69,27),(15116,19,69,28),(15117,19,69,29),(15118,19,69,30),(15119,19,69,31),(15120,19,69,32),(15121,19,69,33),(15122,19,69,34),(15123,19,69,35),(15124,19,69,36),(15125,19,69,37),(15126,19,70,1),(15127,19,70,2),(15128,19,70,3),(15129,19,70,4),(15130,19,70,5),(15131,19,70,6),(15132,19,71,1),(15133,19,71,2),(15134,19,71,3),(15135,19,71,4),(15136,19,71,5),(15137,19,71,6),(15138,19,71,7),(15139,19,71,8),(15140,19,71,9),(15141,19,71,10),(15142,19,71,11),(15143,19,71,12),(15144,19,71,13),(15145,19,71,14),(15146,19,71,15),(15147,19,71,16),(15148,19,71,17),(15149,19,71,18),(15150,19,71,19),(15151,19,71,20),(15152,19,71,21),(15153,19,71,22),(15154,19,71,23),(15155,19,71,24),(15156,19,72,1),(15157,19,72,2),(15158,19,72,3),(15159,19,72,4),(15160,19,72,5),(15161,19,72,6),(15162,19,72,7),(15163,19,72,8),(15164,19,72,9),(15165,19,72,10),(15166,19,72,11),(15167,19,72,12),(15168,19,72,13),(15169,19,72,14),(15170,19,72,15),(15171,19,72,16),(15172,19,72,17),(15173,19,72,18),(15174,19,72,19),(15175,19,72,20),(15176,19,73,1),(15177,19,73,2),(15178,19,73,3),(15179,19,73,4),(15180,19,73,5),(15181,19,73,6),(15182,19,73,7),(15183,19,73,8),(15184,19,73,9),(15185,19,73,10),(15186,19,73,11),(15187,19,73,12),(15188,19,73,13),(15189,19,73,14),(15190,19,73,15),(15191,19,73,16),(15192,19,73,17),(15193,19,73,18),(15194,19,73,19),(15195,19,73,20),(15196,19,73,21),(15197,19,73,22),(15198,19,73,23),(15199,19,73,24),(15200,19,73,25),(15201,19,73,26),(15202,19,73,27),(15203,19,73,28),(15204,19,74,1),(15205,19,74,2),(15206,19,74,3),(15207,19,74,4),(15208,19,74,5),(15209,19,74,6),(15210,19,74,7),(15211,19,74,8),(15212,19,74,9),(15213,19,74,10),(15214,19,74,11),(15215,19,74,12),(15216,19,74,13),(15217,19,74,14),(15218,19,74,15),(15219,19,74,16),(15220,19,74,17),(15221,19,74,18),(15222,19,74,19),(15223,19,74,20),(15224,19,74,21),(15225,19,74,22),(15226,19,74,23),(15227,19,75,1),(15228,19,75,2),(15229,19,75,3),(15230,19,75,4),(15231,19,75,5),(15232,19,75,6),(15233,19,75,7),(15234,19,75,8),(15235,19,75,9),(15236,19,75,10),(15237,19,75,11),(15238,19,76,1),(15239,19,76,2),(15240,19,76,3),(15241,19,76,4),(15242,19,76,5),(15243,19,76,6),(15244,19,76,7),(15245,19,76,8),(15246,19,76,9),(15247,19,76,10),(15248,19,76,11),(15249,19,76,12),(15250,19,76,13),(15251,19,77,1),(15252,19,77,2),(15253,19,77,3),(15254,19,77,4),(15255,19,77,5),(15256,19,77,6),(15257,19,77,7),(15258,19,77,8),(15259,19,77,9),(15260,19,77,10),(15261,19,77,11),(15262,19,77,12),(15263,19,77,13),(15264,19,77,14),(15265,19,77,15),(15266,19,77,16),(15267,19,77,17),(15268,19,77,18),(15269,19,77,19),(15270,19,77,20),(15271,19,77,21),(15272,19,78,1),(15273,19,78,2),(15274,19,78,3),(15275,19,78,4),(15276,19,78,5),(15277,19,78,6),(15278,19,78,7),(15279,19,78,8),(15280,19,78,9),(15281,19,78,10),(15282,19,78,11),(15283,19,78,12),(15284,19,78,13),(15285,19,78,14),(15286,19,78,15),(15287,19,78,16),(15288,19,78,17),(15289,19,78,18),(15290,19,78,19),(15291,19,78,20),(15292,19,78,21),(15293,19,78,22),(15294,19,78,23),(15295,19,78,24),(15296,19,78,25),(15297,19,78,26),(15298,19,78,27),(15299,19,78,28),(15300,19,78,29),(15301,19,78,30),(15302,19,78,31),(15303,19,78,32),(15304,19,78,33),(15305,19,78,34),(15306,19,78,35),(15307,19,78,36),(15308,19,78,37),(15309,19,78,38),(15310,19,78,39),(15311,19,78,40),(15312,19,78,41),(15313,19,78,42),(15314,19,78,43),(15315,19,78,44),(15316,19,78,45),(15317,19,78,46),(15318,19,78,47),(15319,19,78,48),(15320,19,78,49),(15321,19,78,50),(15322,19,78,51),(15323,19,78,52),(15324,19,78,53),(15325,19,78,54),(15326,19,78,55),(15327,19,78,56),(15328,19,78,57),(15329,19,78,58),(15330,19,78,59),(15331,19,78,60),(15332,19,78,61),(15333,19,78,62),(15334,19,78,63),(15335,19,78,64),(15336,19,78,65),(15337,19,78,66),(15338,19,78,67),(15339,19,78,68),(15340,19,78,69),(15341,19,78,70),(15342,19,78,71),(15343,19,78,72),(15344,19,79,1),(15345,19,79,2),(15346,19,79,3),(15347,19,79,4),(15348,19,79,5),(15349,19,79,6),(15350,19,79,7),(15351,19,79,8),(15352,19,79,9),(15353,19,79,10),(15354,19,79,11),(15355,19,79,12),(15356,19,79,13),(15357,19,80,1),(15358,19,80,2),(15359,19,80,3),(15360,19,80,4),(15361,19,80,5),(15362,19,80,6),(15363,19,80,7),(15364,19,80,8),(15365,19,80,9),(15366,19,80,10),(15367,19,80,11),(15368,19,80,12),(15369,19,80,13),(15370,19,80,14),(15371,19,80,15),(15372,19,80,16),(15373,19,80,17),(15374,19,80,18),(15375,19,80,19),(15376,19,80,20),(15377,19,81,1),(15378,19,81,2),(15379,19,81,3),(15380,19,81,4),(15381,19,81,5),(15382,19,81,6),(15383,19,81,7),(15384,19,81,8),(15385,19,81,9),(15386,19,81,10),(15387,19,81,11),(15388,19,81,12),(15389,19,81,13),(15390,19,81,14),(15391,19,81,15),(15392,19,81,16),(15393,19,81,17),(15394,19,82,1),(15395,19,82,2),(15396,19,82,3),(15397,19,82,4),(15398,19,82,5),(15399,19,82,6),(15400,19,82,7),(15401,19,82,8),(15402,19,83,1),(15403,19,83,2),(15404,19,83,3),(15405,19,83,4),(15406,19,83,5),(15407,19,83,6),(15408,19,83,7),(15409,19,83,8),(15410,19,83,9),(15411,19,83,10),(15412,19,83,11),(15413,19,83,12),(15414,19,83,13),(15415,19,83,14),(15416,19,83,15),(15417,19,83,16),(15418,19,83,17),(15419,19,83,18),(15420,19,83,19),(15421,19,84,1),(15422,19,84,2),(15423,19,84,3),(15424,19,84,4),(15425,19,84,5),(15426,19,84,6),(15427,19,84,7),(15428,19,84,8),(15429,19,84,9),(15430,19,84,10),(15431,19,84,11),(15432,19,84,12),(15433,19,84,13),(15434,19,85,1),(15435,19,85,2),(15436,19,85,3),(15437,19,85,4),(15438,19,85,5),(15439,19,85,6),(15440,19,85,7),(15441,19,85,8),(15442,19,85,9),(15443,19,85,10),(15444,19,85,11),(15445,19,85,12),(15446,19,85,13),(15447,19,85,14),(15448,19,86,1),(15449,19,86,2),(15450,19,86,3),(15451,19,86,4),(15452,19,86,5),(15453,19,86,6),(15454,19,86,7),(15455,19,86,8),(15456,19,86,9),(15457,19,86,10),(15458,19,86,11),(15459,19,86,12),(15460,19,86,13),(15461,19,86,14),(15462,19,86,15),(15463,19,86,16),(15464,19,86,17),(15465,19,87,1),(15466,19,87,2),(15467,19,87,3),(15468,19,87,4),(15469,19,87,5),(15470,19,87,6),(15471,19,87,7),(15472,19,88,1),(15473,19,88,2),(15474,19,88,3),(15475,19,88,4),(15476,19,88,5),(15477,19,88,6),(15478,19,88,7),(15479,19,88,8),(15480,19,88,9),(15481,19,88,10),(15482,19,88,11),(15483,19,88,12),(15484,19,88,13),(15485,19,88,14),(15486,19,88,15),(15487,19,88,16),(15488,19,88,17),(15489,19,88,18),(15490,19,88,19),(15491,19,89,1),(15492,19,89,2),(15493,19,89,3),(15494,19,89,4),(15495,19,89,5),(15496,19,89,6),(15497,19,89,7),(15498,19,89,8),(15499,19,89,9),(15500,19,89,10),(15501,19,89,11),(15502,19,89,12),(15503,19,89,13),(15504,19,89,14),(15505,19,89,15),(15506,19,89,16),(15507,19,89,17),(15508,19,89,18),(15509,19,89,19),(15510,19,89,20),(15511,19,89,21),(15512,19,89,22),(15513,19,89,23),(15514,19,89,24),(15515,19,89,25),(15516,19,89,26),(15517,19,89,27),(15518,19,89,28),(15519,19,89,29),(15520,19,89,30),(15521,19,89,31),(15522,19,89,32),(15523,19,89,33),(15524,19,89,34),(15525,19,89,35),(15526,19,89,36),(15527,19,89,37),(15528,19,89,38),(15529,19,89,39),(15530,19,89,40),(15531,19,89,41),(15532,19,89,42),(15533,19,89,43),(15534,19,89,44),(15535,19,89,45),(15536,19,89,46),(15537,19,89,47),(15538,19,89,48),(15539,19,89,49),(15540,19,89,50),(15541,19,89,51),(15542,19,89,52),(15543,19,89,53),(15544,19,90,1),(15545,19,90,2),(15546,19,90,3),(15547,19,90,4),(15548,19,90,5),(15549,19,90,6),(15550,19,90,7),(15551,19,90,8),(15552,19,90,9),(15553,19,90,10),(15554,19,90,11),(15555,19,90,12),(15556,19,90,13),(15557,19,90,14),(15558,19,90,15),(15559,19,90,16),(15560,19,90,17),(15561,19,91,1),(15562,19,91,2),(15563,19,91,3),(15564,19,91,4),(15565,19,91,5),(15566,19,91,6),(15567,19,91,7),(15568,19,91,8),(15569,19,91,9),(15570,19,91,10),(15571,19,91,11),(15572,19,91,12),(15573,19,91,13),(15574,19,91,14),(15575,19,91,15),(15576,19,91,16),(15577,19,92,1),(15578,19,92,2),(15579,19,92,3),(15580,19,92,4),(15581,19,92,5),(15582,19,92,6),(15583,19,92,7),(15584,19,92,8),(15585,19,92,9),(15586,19,92,10),(15587,19,92,11),(15588,19,92,12),(15589,19,92,13),(15590,19,92,14),(15591,19,92,15),(15592,19,92,16),(15593,19,93,1),(15594,19,93,2),(15595,19,93,3),(15596,19,93,4),(15597,19,93,5),(15598,19,94,1),(15599,19,94,2),(15600,19,94,3),(15601,19,94,4),(15602,19,94,5),(15603,19,94,6),(15604,19,94,7),(15605,19,94,8),(15606,19,94,9),(15607,19,94,10),(15608,19,94,11),(15609,19,94,12),(15610,19,94,13),(15611,19,94,14),(15612,19,94,15),(15613,19,94,16),(15614,19,94,17),(15615,19,94,18),(15616,19,94,19),(15617,19,94,20),(15618,19,94,21),(15619,19,94,22),(15620,19,94,23),(15621,19,95,1),(15622,19,95,2),(15623,19,95,3),(15624,19,95,4),(15625,19,95,5),(15626,19,95,6),(15627,19,95,7),(15628,19,95,8),(15629,19,95,9),(15630,19,95,10),(15631,19,95,11),(15632,19,96,1),(15633,19,96,2),(15634,19,96,3),(15635,19,96,4),(15636,19,96,5),(15637,19,96,6),(15638,19,96,7),(15639,19,96,8),(15640,19,96,9),(15641,19,96,10),(15642,19,96,11),(15643,19,96,12),(15644,19,96,13),(15645,19,97,1),(15646,19,97,2),(15647,19,97,3),(15648,19,97,4),(15649,19,97,5),(15650,19,97,6),(15651,19,97,7),(15652,19,97,8),(15653,19,97,9),(15654,19,97,10),(15655,19,97,11),(15656,19,97,12),(15657,19,98,1),(15658,19,98,2),(15659,19,98,3),(15660,19,98,4),(15661,19,98,5),(15662,19,98,6),(15663,19,98,7),(15664,19,98,8),(15665,19,98,9),(15666,19,99,1),(15667,19,99,2),(15668,19,99,3),(15669,19,99,4),(15670,19,99,5),(15671,19,99,6),(15672,19,99,7),(15673,19,99,8),(15674,19,99,9),(15675,19,100,1),(15676,19,100,2),(15677,19,100,3),(15678,19,100,4),(15679,19,100,5),(15680,19,101,1),(15681,19,101,2),(15682,19,101,3),(15683,19,101,4),(15684,19,101,5),(15685,19,101,6),(15686,19,101,7),(15687,19,101,8),(15688,19,102,1),(15689,19,102,2),(15690,19,102,3),(15691,19,102,4),(15692,19,102,5),(15693,19,102,6),(15694,19,102,7),(15695,19,102,8),(15696,19,102,9),(15697,19,102,10),(15698,19,102,11),(15699,19,102,12),(15700,19,102,13),(15701,19,102,14),(15702,19,102,15),(15703,19,102,16),(15704,19,102,17),(15705,19,102,18),(15706,19,102,19),(15707,19,102,20),(15708,19,102,21),(15709,19,102,22),(15710,19,102,23),(15711,19,102,24),(15712,19,102,25),(15713,19,102,26),(15714,19,102,27),(15715,19,102,28),(15716,19,102,29),(15717,19,103,1),(15718,19,103,2),(15719,19,103,3),(15720,19,103,4),(15721,19,103,5),(15722,19,103,6),(15723,19,103,7),(15724,19,103,8),(15725,19,103,9),(15726,19,103,10),(15727,19,103,11),(15728,19,103,12),(15729,19,103,13),(15730,19,103,14),(15731,19,103,15),(15732,19,103,16),(15733,19,103,17),(15734,19,103,18),(15735,19,103,19),(15736,19,103,20),(15737,19,103,21),(15738,19,103,22),(15739,19,104,1),(15740,19,104,2),(15741,19,104,3),(15742,19,104,4),(15743,19,104,5),(15744,19,104,6),(15745,19,104,7),(15746,19,104,8),(15747,19,104,9),(15748,19,104,10),(15749,19,104,11),(15750,19,104,12),(15751,19,104,13),(15752,19,104,14),(15753,19,104,15),(15754,19,104,16),(15755,19,104,17),(15756,19,104,18),(15757,19,104,19),(15758,19,104,20),(15759,19,104,21),(15760,19,104,22),(15761,19,104,23),(15762,19,104,24),(15763,19,104,25),(15764,19,104,26),(15765,19,104,27),(15766,19,104,28),(15767,19,104,29),(15768,19,104,30),(15769,19,104,31),(15770,19,104,32),(15771,19,104,33),(15772,19,104,34),(15773,19,104,35),(15774,19,105,1),(15775,19,105,2),(15776,19,105,3),(15777,19,105,4),(15778,19,105,5),(15779,19,105,6),(15780,19,105,7),(15781,19,105,8),(15782,19,105,9),(15783,19,105,10),(15784,19,105,11),(15785,19,105,12),(15786,19,105,13),(15787,19,105,14),(15788,19,105,15),(15789,19,105,16),(15790,19,105,17),(15791,19,105,18),(15792,19,105,19),(15793,19,105,20),(15794,19,105,21),(15795,19,105,22),(15796,19,105,23),(15797,19,105,24),(15798,19,105,25),(15799,19,105,26),(15800,19,105,27),(15801,19,105,28),(15802,19,105,29),(15803,19,105,30),(15804,19,105,31),(15805,19,105,32),(15806,19,105,33),(15807,19,105,34),(15808,19,105,35),(15809,19,105,36),(15810,19,105,37),(15811,19,105,38),(15812,19,105,39),(15813,19,105,40),(15814,19,105,41),(15815,19,105,42),(15816,19,105,43),(15817,19,105,44),(15818,19,105,45),(15819,19,106,1),(15820,19,106,2),(15821,19,106,3),(15822,19,106,4),(15823,19,106,5),(15824,19,106,6),(15825,19,106,7),(15826,19,106,8),(15827,19,106,9),(15828,19,106,10),(15829,19,106,11),(15830,19,106,12),(15831,19,106,13),(15832,19,106,14),(15833,19,106,15),(15834,19,106,16),(15835,19,106,17),(15836,19,106,18),(15837,19,106,19),(15838,19,106,20),(15839,19,106,21),(15840,19,106,22),(15841,19,106,23),(15842,19,106,24),(15843,19,106,25),(15844,19,106,26),(15845,19,106,27),(15846,19,106,28),(15847,19,106,29),(15848,19,106,30),(15849,19,106,31),(15850,19,106,32),(15851,19,106,33),(15852,19,106,34),(15853,19,106,35),(15854,19,106,36),(15855,19,106,37),(15856,19,106,38),(15857,19,106,39),(15858,19,106,40),(15859,19,106,41),(15860,19,106,42),(15861,19,106,43),(15862,19,106,44),(15863,19,106,45),(15864,19,106,46),(15865,19,106,47),(15866,19,106,48),(15867,19,107,1),(15868,19,107,2),(15869,19,107,3),(15870,19,107,4),(15871,19,107,5),(15872,19,107,6),(15873,19,107,7),(15874,19,107,8),(15875,19,107,9),(15876,19,107,10),(15877,19,107,11),(15878,19,107,12),(15879,19,107,13),(15880,19,107,14),(15881,19,107,15),(15882,19,107,16),(15883,19,107,17),(15884,19,107,18),(15885,19,107,19),(15886,19,107,20),(15887,19,107,21),(15888,19,107,22),(15889,19,107,23),(15890,19,107,24),(15891,19,107,25),(15892,19,107,26),(15893,19,107,27),(15894,19,107,28),(15895,19,107,29),(15896,19,107,30),(15897,19,107,31),(15898,19,107,32),(15899,19,107,33),(15900,19,107,34),(15901,19,107,35),(15902,19,107,36),(15903,19,107,37),(15904,19,107,38),(15905,19,107,39),(15906,19,107,40),(15907,19,107,41),(15908,19,107,42),(15909,19,107,43),(15910,19,108,1),(15911,19,108,2),(15912,19,108,3),(15913,19,108,4),(15914,19,108,5),(15915,19,108,6),(15916,19,108,7),(15917,19,108,8),(15918,19,108,9),(15919,19,108,10),(15920,19,108,11),(15921,19,108,12),(15922,19,108,13),(15923,19,108,14),(15924,19,109,1),(15925,19,109,2),(15926,19,109,3),(15927,19,109,4),(15928,19,109,5),(15929,19,109,6),(15930,19,109,7),(15931,19,109,8),(15932,19,109,9),(15933,19,109,10),(15934,19,109,11),(15935,19,109,12),(15936,19,109,13),(15937,19,109,14),(15938,19,109,15),(15939,19,109,16),(15940,19,109,17),(15941,19,109,18),(15942,19,109,19),(15943,19,109,20),(15944,19,109,21),(15945,19,109,22),(15946,19,109,23),(15947,19,109,24),(15948,19,109,25),(15949,19,109,26),(15950,19,109,27),(15951,19,109,28),(15952,19,109,29),(15953,19,109,30),(15954,19,109,31),(15955,19,110,1),(15956,19,110,2),(15957,19,110,3),(15958,19,110,4),(15959,19,110,5),(15960,19,110,6),(15961,19,110,7),(15962,19,111,1),(15963,19,111,2),(15964,19,111,3),(15965,19,111,4),(15966,19,111,5),(15967,19,111,6),(15968,19,111,7),(15969,19,111,8),(15970,19,111,9),(15971,19,111,10),(15972,19,112,1),(15973,19,112,2),(15974,19,112,3),(15975,19,112,4),(15976,19,112,5),(15977,19,112,6),(15978,19,112,7),(15979,19,112,8),(15980,19,112,9),(15981,19,112,10),(15982,19,113,1),(15983,19,113,2),(15984,19,113,3),(15985,19,113,4),(15986,19,113,5),(15987,19,113,6),(15988,19,113,7),(15989,19,113,8),(15990,19,113,9),(15991,19,114,1),(15992,19,114,2),(15993,19,114,3),(15994,19,114,4),(15995,19,114,5),(15996,19,114,6),(15997,19,114,7),(15998,19,114,8),(15999,19,115,1),(16000,19,115,2),(16001,19,115,3),(16002,19,115,4),(16003,19,115,5),(16004,19,115,6),(16005,19,115,7),(16006,19,115,8),(16007,19,115,9),(16008,19,115,10),(16009,19,115,11),(16010,19,115,12),(16011,19,115,13),(16012,19,115,14),(16013,19,115,15),(16014,19,115,16),(16015,19,115,17),(16016,19,115,18),(16017,19,116,1),(16018,19,116,2),(16019,19,116,3),(16020,19,116,4),(16021,19,116,5),(16022,19,116,6),(16023,19,116,7),(16024,19,116,8),(16025,19,116,9),(16026,19,116,10),(16027,19,116,11),(16028,19,116,12),(16029,19,116,13),(16030,19,116,14),(16031,19,116,15),(16032,19,116,16),(16033,19,116,17),(16034,19,116,18),(16035,19,116,19),(16036,19,117,1),(16037,19,117,2),(16038,19,118,1),(16039,19,118,2),(16040,19,118,3),(16041,19,118,4),(16042,19,118,5),(16043,19,118,6),(16044,19,118,7),(16045,19,118,8),(16046,19,118,9),(16047,19,118,10),(16048,19,118,11),(16049,19,118,12),(16050,19,118,13),(16051,19,118,14),(16052,19,118,15),(16053,19,118,16),(16054,19,118,17),(16055,19,118,18),(16056,19,118,19),(16057,19,118,20),(16058,19,118,21),(16059,19,118,22),(16060,19,118,23),(16061,19,118,24),(16062,19,118,25),(16063,19,118,26),(16064,19,118,27),(16065,19,118,28),(16066,19,118,29),(16067,19,119,1),(16068,19,119,2),(16069,19,119,3),(16070,19,119,4),(16071,19,119,5),(16072,19,119,6),(16073,19,119,7),(16074,19,119,8),(16075,19,119,9),(16076,19,119,10),(16077,19,119,11),(16078,19,119,12),(16079,19,119,13),(16080,19,119,14),(16081,19,119,15),(16082,19,119,16),(16083,19,119,17),(16084,19,119,18),(16085,19,119,19),(16086,19,119,20),(16087,19,119,21),(16088,19,119,22),(16089,19,119,23),(16090,19,119,24),(16091,19,119,25),(16092,19,119,26),(16093,19,119,27),(16094,19,119,28),(16095,19,119,29),(16096,19,119,30),(16097,19,119,31),(16098,19,119,32),(16099,19,119,33),(16100,19,119,34),(16101,19,119,35),(16102,19,119,36),(16103,19,119,37),(16104,19,119,38),(16105,19,119,39),(16106,19,119,40),(16107,19,119,41),(16108,19,119,42),(16109,19,119,43),(16110,19,119,44),(16111,19,119,45),(16112,19,119,46),(16113,19,119,47),(16114,19,119,48),(16115,19,119,49),(16116,19,119,50),(16117,19,119,51),(16118,19,119,52),(16119,19,119,53),(16120,19,119,54),(16121,19,119,55),(16122,19,119,56),(16123,19,119,57),(16124,19,119,58),(16125,19,119,59),(16126,19,119,60),(16127,19,119,61),(16128,19,119,62),(16129,19,119,63),(16130,19,119,64),(16131,19,119,65),(16132,19,119,66),(16133,19,119,67),(16134,19,119,68),(16135,19,119,69),(16136,19,119,70),(16137,19,119,71),(16138,19,119,72),(16139,19,119,73),(16140,19,119,74),(16141,19,119,75),(16142,19,119,76),(16143,19,119,77),(16144,19,119,78),(16145,19,119,79),(16146,19,119,80),(16147,19,119,81),(16148,19,119,82),(16149,19,119,83),(16150,19,119,84),(16151,19,119,85),(16152,19,119,86),(16153,19,119,87),(16154,19,119,88),(16155,19,119,89),(16156,19,119,90),(16157,19,119,91),(16158,19,119,92),(16159,19,119,93),(16160,19,119,94),(16161,19,119,95),(16162,19,119,96),(16163,19,119,97),(16164,19,119,98),(16165,19,119,99),(16166,19,119,100),(16167,19,119,101),(16168,19,119,102),(16169,19,119,103),(16170,19,119,104),(16171,19,119,105),(16172,19,119,106),(16173,19,119,107),(16174,19,119,108),(16175,19,119,109),(16176,19,119,110),(16177,19,119,111),(16178,19,119,112),(16179,19,119,113),(16180,19,119,114),(16181,19,119,115),(16182,19,119,116),(16183,19,119,117),(16184,19,119,118),(16185,19,119,119),(16186,19,119,120),(16187,19,119,121),(16188,19,119,122),(16189,19,119,123),(16190,19,119,124),(16191,19,119,125),(16192,19,119,126),(16193,19,119,127),(16194,19,119,128),(16195,19,119,129),(16196,19,119,130),(16197,19,119,131),(16198,19,119,132),(16199,19,119,133),(16200,19,119,134),(16201,19,119,135),(16202,19,119,136),(16203,19,119,137),(16204,19,119,138),(16205,19,119,139),(16206,19,119,140),(16207,19,119,141),(16208,19,119,142),(16209,19,119,143),(16210,19,119,144),(16211,19,119,145),(16212,19,119,146),(16213,19,119,147),(16214,19,119,148),(16215,19,119,149),(16216,19,119,150),(16217,19,119,151),(16218,19,119,152),(16219,19,119,153),(16220,19,119,154),(16221,19,119,155),(16222,19,119,156),(16223,19,119,157),(16224,19,119,158),(16225,19,119,159),(16226,19,119,160),(16227,19,119,161),(16228,19,119,162),(16229,19,119,163),(16230,19,119,164),(16231,19,119,165),(16232,19,119,166),(16233,19,119,167),(16234,19,119,168),(16235,19,119,169),(16236,19,119,170),(16237,19,119,171),(16238,19,119,172),(16239,19,119,173),(16240,19,119,174),(16241,19,119,175),(16242,19,119,176),(16243,19,120,1),(16244,19,120,2),(16245,19,120,3),(16246,19,120,4),(16247,19,120,5),(16248,19,120,6),(16249,19,120,7),(16250,19,121,1),(16251,19,121,2),(16252,19,121,3),(16253,19,121,4),(16254,19,121,5),(16255,19,121,6),(16256,19,121,7),(16257,19,121,8),(16258,19,122,1),(16259,19,122,2),(16260,19,122,3),(16261,19,122,4),(16262,19,122,5),(16263,19,122,6),(16264,19,122,7),(16265,19,122,8),(16266,19,122,9),(16267,19,123,1),(16268,19,123,2),(16269,19,123,3),(16270,19,123,4),(16271,19,124,1),(16272,19,124,2),(16273,19,124,3),(16274,19,124,4),(16275,19,124,5),(16276,19,124,6),(16277,19,124,7),(16278,19,124,8),(16279,19,125,1),(16280,19,125,2),(16281,19,125,3),(16282,19,125,4),(16283,19,125,5),(16284,19,126,1),(16285,19,126,2),(16286,19,126,3),(16287,19,126,4),(16288,19,126,5),(16289,19,126,6),(16290,19,127,1),(16291,19,127,2),(16292,19,127,3),(16293,19,127,4),(16294,19,127,5),(16295,19,128,1),(16296,19,128,2),(16297,19,128,3),(16298,19,128,4),(16299,19,128,5),(16300,19,128,6),(16301,19,129,1),(16302,19,129,2),(16303,19,129,3),(16304,19,129,4),(16305,19,129,5),(16306,19,129,6),(16307,19,129,7),(16308,19,129,8),(16309,19,130,1),(16310,19,130,2),(16311,19,130,3),(16312,19,130,4),(16313,19,130,5),(16314,19,130,6),(16315,19,130,7),(16316,19,130,8),(16317,19,131,1),(16318,19,131,2),(16319,19,131,3),(16320,19,132,1),(16321,19,132,2),(16322,19,132,3),(16323,19,132,4),(16324,19,132,5),(16325,19,132,6),(16326,19,132,7),(16327,19,132,8),(16328,19,132,9),(16329,19,132,10),(16330,19,132,11),(16331,19,132,12),(16332,19,132,13),(16333,19,132,14),(16334,19,132,15),(16335,19,132,16),(16336,19,132,17),(16337,19,132,18),(16338,19,133,1),(16339,19,133,2),(16340,19,133,3),(16341,19,134,1),(16342,19,134,2),(16343,19,134,3),(16344,19,135,1),(16345,19,135,2),(16346,19,135,3),(16347,19,135,4),(16348,19,135,5),(16349,19,135,6),(16350,19,135,7),(16351,19,135,8),(16352,19,135,9),(16353,19,135,10),(16354,19,135,11),(16355,19,135,12),(16356,19,135,13),(16357,19,135,14),(16358,19,135,15),(16359,19,135,16),(16360,19,135,17),(16361,19,135,18),(16362,19,135,19),(16363,19,135,20),(16364,19,135,21),(16365,19,136,1),(16366,19,136,2),(16367,19,136,3),(16368,19,136,4),(16369,19,136,5),(16370,19,136,6),(16371,19,136,7),(16372,19,136,8),(16373,19,136,9),(16374,19,136,10),(16375,19,136,11),(16376,19,136,12),(16377,19,136,13),(16378,19,136,14),(16379,19,136,15),(16380,19,136,16),(16381,19,136,17),(16382,19,136,18),(16383,19,136,19),(16384,19,136,20),(16385,19,136,21),(16386,19,136,22),(16387,19,136,23),(16388,19,136,24),(16389,19,136,25),(16390,19,136,26),(16391,19,137,1),(16392,19,137,2),(16393,19,137,3),(16394,19,137,4),(16395,19,137,5),(16396,19,137,6),(16397,19,137,7),(16398,19,137,8),(16399,19,137,9),(16400,19,138,1),(16401,19,138,2),(16402,19,138,3),(16403,19,138,4),(16404,19,138,5),(16405,19,138,6),(16406,19,138,7),(16407,19,138,8),(16408,19,139,1),(16409,19,139,2),(16410,19,139,3),(16411,19,139,4),(16412,19,139,5),(16413,19,139,6),(16414,19,139,7),(16415,19,139,8),(16416,19,139,9),(16417,19,139,10),(16418,19,139,11),(16419,19,139,12),(16420,19,139,13),(16421,19,139,14),(16422,19,139,15),(16423,19,139,16),(16424,19,139,17),(16425,19,139,18),(16426,19,139,19),(16427,19,139,20),(16428,19,139,21),(16429,19,139,22),(16430,19,139,23),(16431,19,139,24),(16432,19,140,1),(16433,19,140,2),(16434,19,140,3),(16435,19,140,4),(16436,19,140,5),(16437,19,140,6),(16438,19,140,7),(16439,19,140,8),(16440,19,140,9),(16441,19,140,10),(16442,19,140,11),(16443,19,140,12),(16444,19,140,13),(16445,19,140,14),(16446,19,141,1),(16447,19,141,2),(16448,19,141,3),(16449,19,141,4),(16450,19,141,5),(16451,19,141,6),(16452,19,141,7),(16453,19,141,8),(16454,19,141,9),(16455,19,141,10),(16456,19,142,1),(16457,19,142,2),(16458,19,142,3),(16459,19,142,4),(16460,19,142,5),(16461,19,142,6),(16462,19,142,7),(16463,19,142,8),(16464,19,143,1),(16465,19,143,2),(16466,19,143,3),(16467,19,143,4),(16468,19,143,5),(16469,19,143,6),(16470,19,143,7),(16471,19,143,8),(16472,19,143,9),(16473,19,143,10),(16474,19,143,11),(16475,19,143,12),(16476,19,144,1),(16477,19,144,2),(16478,19,144,3),(16479,19,144,4),(16480,19,144,5),(16481,19,144,6),(16482,19,144,7),(16483,19,144,8),(16484,19,144,9),(16485,19,144,10),(16486,19,144,11),(16487,19,144,12),(16488,19,144,13),(16489,19,144,14),(16490,19,144,15),(16491,19,145,1),(16492,19,145,2),(16493,19,145,3),(16494,19,145,4),(16495,19,145,5),(16496,19,145,6),(16497,19,145,7),(16498,19,145,8),(16499,19,145,9),(16500,19,145,10),(16501,19,145,11),(16502,19,145,12),(16503,19,145,13),(16504,19,145,14),(16505,19,145,15),(16506,19,145,16),(16507,19,145,17),(16508,19,145,18),(16509,19,145,19),(16510,19,145,20),(16511,19,145,21),(16512,19,146,1),(16513,19,146,2),(16514,19,146,3),(16515,19,146,4),(16516,19,146,5),(16517,19,146,6),(16518,19,146,7),(16519,19,146,8),(16520,19,146,9),(16521,19,146,10),(16522,19,147,1),(16523,19,147,2),(16524,19,147,3),(16525,19,147,4),(16526,19,147,5),(16527,19,147,6),(16528,19,147,7),(16529,19,147,8),(16530,19,147,9),(16531,19,147,10),(16532,19,147,11),(16533,19,147,12),(16534,19,147,13),(16535,19,147,14),(16536,19,147,15),(16537,19,147,16),(16538,19,147,17),(16539,19,147,18),(16540,19,147,19),(16541,19,147,20),(16542,19,148,1),(16543,19,148,2),(16544,19,148,3),(16545,19,148,4),(16546,19,148,5),(16547,19,148,6),(16548,19,148,7),(16549,19,148,8),(16550,19,148,9),(16551,19,148,10),(16552,19,148,11),(16553,19,148,12),(16554,19,148,13),(16555,19,148,14),(16556,19,149,1),(16557,19,149,2),(16558,19,149,3),(16559,19,149,4),(16560,19,149,5),(16561,19,149,6),(16562,19,149,7),(16563,19,149,8),(16564,19,149,9),(16565,19,150,1),(16566,19,150,2),(16567,19,150,3),(16568,19,150,4),(16569,19,150,5),(16570,19,150,6),(16571,20,1,1),(16572,20,1,2),(16573,20,1,3),(16574,20,1,4),(16575,20,1,5),(16576,20,1,6),(16577,20,1,7),(16578,20,1,8),(16579,20,1,9),(16580,20,1,10),(16581,20,1,11),(16582,20,1,12),(16583,20,1,13),(16584,20,1,14),(16585,20,1,15),(16586,20,1,16),(16587,20,1,17),(16588,20,1,18),(16589,20,1,19),(16590,20,1,20),(16591,20,1,21),(16592,20,1,22),(16593,20,1,23),(16594,20,1,24),(16595,20,1,25),(16596,20,1,26),(16597,20,1,27),(16598,20,1,28),(16599,20,1,29),(16600,20,1,30),(16601,20,1,31),(16602,20,1,32),(16603,20,1,33),(16604,20,2,1),(16605,20,2,2),(16606,20,2,3),(16607,20,2,4),(16608,20,2,5),(16609,20,2,6),(16610,20,2,7),(16611,20,2,8),(16612,20,2,9),(16613,20,2,10),(16614,20,2,11),(16615,20,2,12),(16616,20,2,13),(16617,20,2,14),(16618,20,2,15),(16619,20,2,16),(16620,20,2,17),(16621,20,2,18),(16622,20,2,19),(16623,20,2,20),(16624,20,2,21),(16625,20,2,22),(16626,20,3,1),(16627,20,3,2),(16628,20,3,3),(16629,20,3,4),(16630,20,3,5),(16631,20,3,6),(16632,20,3,7),(16633,20,3,8),(16634,20,3,9),(16635,20,3,10),(16636,20,3,11),(16637,20,3,12),(16638,20,3,13),(16639,20,3,14),(16640,20,3,15),(16641,20,3,16),(16642,20,3,17),(16643,20,3,18),(16644,20,3,19),(16645,20,3,20),(16646,20,3,21),(16647,20,3,22),(16648,20,3,23),(16649,20,3,24),(16650,20,3,25),(16651,20,3,26),(16652,20,3,27),(16653,20,3,28),(16654,20,3,29),(16655,20,3,30),(16656,20,3,31),(16657,20,3,32),(16658,20,3,33),(16659,20,3,34),(16660,20,3,35),(16661,20,4,1),(16662,20,4,2),(16663,20,4,3),(16664,20,4,4),(16665,20,4,5),(16666,20,4,6),(16667,20,4,7),(16668,20,4,8),(16669,20,4,9),(16670,20,4,10),(16671,20,4,11),(16672,20,4,12),(16673,20,4,13),(16674,20,4,14),(16675,20,4,15),(16676,20,4,16),(16677,20,4,17),(16678,20,4,18),(16679,20,4,19),(16680,20,4,20),(16681,20,4,21),(16682,20,4,22),(16683,20,4,23),(16684,20,4,24),(16685,20,4,25),(16686,20,4,26),(16687,20,4,27),(16688,20,5,1),(16689,20,5,2),(16690,20,5,3),(16691,20,5,4),(16692,20,5,5),(16693,20,5,6),(16694,20,5,7),(16695,20,5,8),(16696,20,5,9),(16697,20,5,10),(16698,20,5,11),(16699,20,5,12),(16700,20,5,13),(16701,20,5,14),(16702,20,5,15),(16703,20,5,16),(16704,20,5,17),(16705,20,5,18),(16706,20,5,19),(16707,20,5,20),(16708,20,5,21),(16709,20,5,22),(16710,20,5,23),(16711,20,6,1),(16712,20,6,2),(16713,20,6,3),(16714,20,6,4),(16715,20,6,5),(16716,20,6,6),(16717,20,6,7),(16718,20,6,8),(16719,20,6,9),(16720,20,6,10),(16721,20,6,11),(16722,20,6,12),(16723,20,6,13),(16724,20,6,14),(16725,20,6,15),(16726,20,6,16),(16727,20,6,17),(16728,20,6,18),(16729,20,6,19),(16730,20,6,20),(16731,20,6,21),(16732,20,6,22),(16733,20,6,23),(16734,20,6,24),(16735,20,6,25),(16736,20,6,26),(16737,20,6,27),(16738,20,6,28),(16739,20,6,29),(16740,20,6,30),(16741,20,6,31),(16742,20,6,32),(16743,20,6,33),(16744,20,6,34),(16745,20,6,35),(16746,20,7,1),(16747,20,7,2),(16748,20,7,3),(16749,20,7,4),(16750,20,7,5),(16751,20,7,6),(16752,20,7,7),(16753,20,7,8),(16754,20,7,9),(16755,20,7,10),(16756,20,7,11),(16757,20,7,12),(16758,20,7,13),(16759,20,7,14),(16760,20,7,15),(16761,20,7,16),(16762,20,7,17),(16763,20,7,18),(16764,20,7,19),(16765,20,7,20),(16766,20,7,21),(16767,20,7,22),(16768,20,7,23),(16769,20,7,24),(16770,20,7,25),(16771,20,7,26),(16772,20,7,27),(16773,20,8,1),(16774,20,8,2),(16775,20,8,3),(16776,20,8,4),(16777,20,8,5),(16778,20,8,6),(16779,20,8,7),(16780,20,8,8),(16781,20,8,9),(16782,20,8,10),(16783,20,8,11),(16784,20,8,12),(16785,20,8,13),(16786,20,8,14),(16787,20,8,15),(16788,20,8,16),(16789,20,8,17),(16790,20,8,18),(16791,20,8,19),(16792,20,8,20),(16793,20,8,21),(16794,20,8,22),(16795,20,8,23),(16796,20,8,24),(16797,20,8,25),(16798,20,8,26),(16799,20,8,27),(16800,20,8,28),(16801,20,8,29),(16802,20,8,30),(16803,20,8,31),(16804,20,8,32),(16805,20,8,33),(16806,20,8,34),(16807,20,8,35),(16808,20,8,36),(16809,20,9,1),(16810,20,9,2),(16811,20,9,3),(16812,20,9,4),(16813,20,9,5),(16814,20,9,6),(16815,20,9,7),(16816,20,9,8),(16817,20,9,9),(16818,20,9,10),(16819,20,9,11),(16820,20,9,12),(16821,20,9,13),(16822,20,9,14),(16823,20,9,15),(16824,20,9,16),(16825,20,9,17),(16826,20,9,18),(16827,20,10,1),(16828,20,10,2),(16829,20,10,3),(16830,20,10,4),(16831,20,10,5),(16832,20,10,6),(16833,20,10,7),(16834,20,10,8),(16835,20,10,9),(16836,20,10,10),(16837,20,10,11),(16838,20,10,12),(16839,20,10,13),(16840,20,10,14),(16841,20,10,15),(16842,20,10,16),(16843,20,10,17),(16844,20,10,18),(16845,20,10,19),(16846,20,10,20),(16847,20,10,21),(16848,20,10,22),(16849,20,10,23),(16850,20,10,24),(16851,20,10,25),(16852,20,10,26),(16853,20,10,27),(16854,20,10,28),(16855,20,10,29),(16856,20,10,30),(16857,20,10,31),(16858,20,10,32),(16859,20,11,1),(16860,20,11,2),(16861,20,11,3),(16862,20,11,4),(16863,20,11,5),(16864,20,11,6),(16865,20,11,7),(16866,20,11,8),(16867,20,11,9),(16868,20,11,10),(16869,20,11,11),(16870,20,11,12),(16871,20,11,13),(16872,20,11,14),(16873,20,11,15),(16874,20,11,16),(16875,20,11,17),(16876,20,11,18),(16877,20,11,19),(16878,20,11,20),(16879,20,11,21),(16880,20,11,22),(16881,20,11,23),(16882,20,11,24),(16883,20,11,25),(16884,20,11,26),(16885,20,11,27),(16886,20,11,28),(16887,20,11,29),(16888,20,11,30),(16889,20,11,31),(16890,20,12,1),(16891,20,12,2),(16892,20,12,3),(16893,20,12,4),(16894,20,12,5),(16895,20,12,6),(16896,20,12,7),(16897,20,12,8),(16898,20,12,9),(16899,20,12,10),(16900,20,12,11),(16901,20,12,12),(16902,20,12,13),(16903,20,12,14),(16904,20,12,15),(16905,20,12,16),(16906,20,12,17),(16907,20,12,18),(16908,20,12,19),(16909,20,12,20),(16910,20,12,21),(16911,20,12,22),(16912,20,12,23),(16913,20,12,24),(16914,20,12,25),(16915,20,12,26),(16916,20,12,27),(16917,20,12,28),(16918,20,13,1),(16919,20,13,2),(16920,20,13,3),(16921,20,13,4),(16922,20,13,5),(16923,20,13,6),(16924,20,13,7),(16925,20,13,8),(16926,20,13,9),(16927,20,13,10),(16928,20,13,11),(16929,20,13,12),(16930,20,13,13),(16931,20,13,14),(16932,20,13,15),(16933,20,13,16),(16934,20,13,17),(16935,20,13,18),(16936,20,13,19),(16937,20,13,20),(16938,20,13,21),(16939,20,13,22),(16940,20,13,23),(16941,20,13,24),(16942,20,13,25),(16943,20,14,1),(16944,20,14,2),(16945,20,14,3),(16946,20,14,4),(16947,20,14,5),(16948,20,14,6),(16949,20,14,7),(16950,20,14,8),(16951,20,14,9),(16952,20,14,10),(16953,20,14,11),(16954,20,14,12),(16955,20,14,13),(16956,20,14,14),(16957,20,14,15),(16958,20,14,16),(16959,20,14,17),(16960,20,14,18),(16961,20,14,19),(16962,20,14,20),(16963,20,14,21),(16964,20,14,22),(16965,20,14,23),(16966,20,14,24),(16967,20,14,25),(16968,20,14,26),(16969,20,14,27),(16970,20,14,28),(16971,20,14,29),(16972,20,14,30),(16973,20,14,31),(16974,20,14,32),(16975,20,14,33),(16976,20,14,34),(16977,20,14,35),(16978,20,15,1),(16979,20,15,2),(16980,20,15,3),(16981,20,15,4),(16982,20,15,5),(16983,20,15,6),(16984,20,15,7),(16985,20,15,8),(16986,20,15,9),(16987,20,15,10),(16988,20,15,11),(16989,20,15,12),(16990,20,15,13),(16991,20,15,14),(16992,20,15,15),(16993,20,15,16),(16994,20,15,17),(16995,20,15,18),(16996,20,15,19),(16997,20,15,20),(16998,20,15,21),(16999,20,15,22),(17000,20,15,23),(17001,20,15,24),(17002,20,15,25),(17003,20,15,26),(17004,20,15,27),(17005,20,15,28),(17006,20,15,29),(17007,20,15,30),(17008,20,15,31),(17009,20,15,32),(17010,20,15,33),(17011,20,16,1),(17012,20,16,2),(17013,20,16,3),(17014,20,16,4),(17015,20,16,5),(17016,20,16,6),(17017,20,16,7),(17018,20,16,8),(17019,20,16,9),(17020,20,16,10),(17021,20,16,11),(17022,20,16,12),(17023,20,16,13),(17024,20,16,14),(17025,20,16,15),(17026,20,16,16),(17027,20,16,17),(17028,20,16,18),(17029,20,16,19),(17030,20,16,20),(17031,20,16,21),(17032,20,16,22),(17033,20,16,23),(17034,20,16,24),(17035,20,16,25),(17036,20,16,26),(17037,20,16,27),(17038,20,16,28),(17039,20,16,29),(17040,20,16,30),(17041,20,16,31),(17042,20,16,32),(17043,20,16,33),(17044,20,17,1),(17045,20,17,2),(17046,20,17,3),(17047,20,17,4),(17048,20,17,5),(17049,20,17,6),(17050,20,17,7),(17051,20,17,8),(17052,20,17,9),(17053,20,17,10),(17054,20,17,11),(17055,20,17,12),(17056,20,17,13),(17057,20,17,14),(17058,20,17,15),(17059,20,17,16),(17060,20,17,17),(17061,20,17,18),(17062,20,17,19),(17063,20,17,20),(17064,20,17,21),(17065,20,17,22),(17066,20,17,23),(17067,20,17,24),(17068,20,17,25),(17069,20,17,26),(17070,20,17,27),(17071,20,17,28),(17072,20,18,1),(17073,20,18,2),(17074,20,18,3),(17075,20,18,4),(17076,20,18,5),(17077,20,18,6),(17078,20,18,7),(17079,20,18,8),(17080,20,18,9),(17081,20,18,10),(17082,20,18,11),(17083,20,18,12),(17084,20,18,13),(17085,20,18,14),(17086,20,18,15),(17087,20,18,16),(17088,20,18,17),(17089,20,18,18),(17090,20,18,19),(17091,20,18,20),(17092,20,18,21),(17093,20,18,22),(17094,20,18,23),(17095,20,18,24),(17096,20,19,1),(17097,20,19,2),(17098,20,19,3),(17099,20,19,4),(17100,20,19,5),(17101,20,19,6),(17102,20,19,7),(17103,20,19,8),(17104,20,19,9),(17105,20,19,10),(17106,20,19,11),(17107,20,19,12),(17108,20,19,13),(17109,20,19,14),(17110,20,19,15),(17111,20,19,16),(17112,20,19,17),(17113,20,19,18),(17114,20,19,19),(17115,20,19,20),(17116,20,19,21),(17117,20,19,22),(17118,20,19,23),(17119,20,19,24),(17120,20,19,25),(17121,20,19,26),(17122,20,19,27),(17123,20,19,28),(17124,20,19,29),(17125,20,20,1),(17126,20,20,2),(17127,20,20,3),(17128,20,20,4),(17129,20,20,5),(17130,20,20,6),(17131,20,20,7),(17132,20,20,8),(17133,20,20,9),(17134,20,20,10),(17135,20,20,11),(17136,20,20,12),(17137,20,20,13),(17138,20,20,14),(17139,20,20,15),(17140,20,20,16),(17141,20,20,17),(17142,20,20,18),(17143,20,20,19),(17144,20,20,20),(17145,20,20,21),(17146,20,20,22),(17147,20,20,23),(17148,20,20,24),(17149,20,20,25),(17150,20,20,26),(17151,20,20,27),(17152,20,20,28),(17153,20,20,29),(17154,20,20,30),(17155,20,21,1),(17156,20,21,2),(17157,20,21,3),(17158,20,21,4),(17159,20,21,5),(17160,20,21,6),(17161,20,21,7),(17162,20,21,8),(17163,20,21,9),(17164,20,21,10),(17165,20,21,11),(17166,20,21,12),(17167,20,21,13),(17168,20,21,14),(17169,20,21,15),(17170,20,21,16),(17171,20,21,17),(17172,20,21,18),(17173,20,21,19),(17174,20,21,20),(17175,20,21,21),(17176,20,21,22),(17177,20,21,23),(17178,20,21,24),(17179,20,21,25),(17180,20,21,26),(17181,20,21,27),(17182,20,21,28),(17183,20,21,29),(17184,20,21,30),(17185,20,21,31),(17186,20,22,1),(17187,20,22,2),(17188,20,22,3),(17189,20,22,4),(17190,20,22,5),(17191,20,22,6),(17192,20,22,7),(17193,20,22,8),(17194,20,22,9),(17195,20,22,10),(17196,20,22,11),(17197,20,22,12),(17198,20,22,13),(17199,20,22,14),(17200,20,22,15),(17201,20,22,16),(17202,20,22,17),(17203,20,22,18),(17204,20,22,19),(17205,20,22,20),(17206,20,22,21),(17207,20,22,22),(17208,20,22,23),(17209,20,22,24),(17210,20,22,25),(17211,20,22,26),(17212,20,22,27),(17213,20,22,28),(17214,20,22,29),(17215,20,23,1),(17216,20,23,2),(17217,20,23,3),(17218,20,23,4),(17219,20,23,5),(17220,20,23,6),(17221,20,23,7),(17222,20,23,8),(17223,20,23,9),(17224,20,23,10),(17225,20,23,11),(17226,20,23,12),(17227,20,23,13),(17228,20,23,14),(17229,20,23,15),(17230,20,23,16),(17231,20,23,17),(17232,20,23,18),(17233,20,23,19),(17234,20,23,20),(17235,20,23,21),(17236,20,23,22),(17237,20,23,23),(17238,20,23,24),(17239,20,23,25),(17240,20,23,26),(17241,20,23,27),(17242,20,23,28),(17243,20,23,29),(17244,20,23,30),(17245,20,23,31),(17246,20,23,32),(17247,20,23,33),(17248,20,23,34),(17249,20,23,35),(17250,20,24,1),(17251,20,24,2),(17252,20,24,3),(17253,20,24,4),(17254,20,24,5),(17255,20,24,6),(17256,20,24,7),(17257,20,24,8),(17258,20,24,9),(17259,20,24,10),(17260,20,24,11),(17261,20,24,12),(17262,20,24,13),(17263,20,24,14),(17264,20,24,15),(17265,20,24,16),(17266,20,24,17),(17267,20,24,18),(17268,20,24,19),(17269,20,24,20),(17270,20,24,21),(17271,20,24,22),(17272,20,24,23),(17273,20,24,24),(17274,20,24,25),(17275,20,24,26),(17276,20,24,27),(17277,20,24,28),(17278,20,24,29),(17279,20,24,30),(17280,20,24,31),(17281,20,24,32),(17282,20,24,33),(17283,20,24,34),(17284,20,25,1),(17285,20,25,2),(17286,20,25,3),(17287,20,25,4),(17288,20,25,5),(17289,20,25,6),(17290,20,25,7),(17291,20,25,8),(17292,20,25,9),(17293,20,25,10),(17294,20,25,11),(17295,20,25,12),(17296,20,25,13),(17297,20,25,14),(17298,20,25,15),(17299,20,25,16),(17300,20,25,17),(17301,20,25,18),(17302,20,25,19),(17303,20,25,20),(17304,20,25,21),(17305,20,25,22),(17306,20,25,23),(17307,20,25,24),(17308,20,25,25),(17309,20,25,26),(17310,20,25,27),(17311,20,25,28),(17312,20,26,1),(17313,20,26,2),(17314,20,26,3),(17315,20,26,4),(17316,20,26,5),(17317,20,26,6),(17318,20,26,7),(17319,20,26,8),(17320,20,26,9),(17321,20,26,10),(17322,20,26,11),(17323,20,26,12),(17324,20,26,13),(17325,20,26,14),(17326,20,26,15),(17327,20,26,16),(17328,20,26,17),(17329,20,26,18),(17330,20,26,19),(17331,20,26,20),(17332,20,26,21),(17333,20,26,22),(17334,20,26,23),(17335,20,26,24),(17336,20,26,25),(17337,20,26,26),(17338,20,26,27),(17339,20,26,28),(17340,20,27,1),(17341,20,27,2),(17342,20,27,3),(17343,20,27,4),(17344,20,27,5),(17345,20,27,6),(17346,20,27,7),(17347,20,27,8),(17348,20,27,9),(17349,20,27,10),(17350,20,27,11),(17351,20,27,12),(17352,20,27,13),(17353,20,27,14),(17354,20,27,15),(17355,20,27,16),(17356,20,27,17),(17357,20,27,18),(17358,20,27,19),(17359,20,27,20),(17360,20,27,21),(17361,20,27,22),(17362,20,27,23),(17363,20,27,24),(17364,20,27,25),(17365,20,27,26),(17366,20,27,27),(17367,20,28,1),(17368,20,28,2),(17369,20,28,3),(17370,20,28,4),(17371,20,28,5),(17372,20,28,6),(17373,20,28,7),(17374,20,28,8),(17375,20,28,9),(17376,20,28,10),(17377,20,28,11),(17378,20,28,12),(17379,20,28,13),(17380,20,28,14),(17381,20,28,15),(17382,20,28,16),(17383,20,28,17),(17384,20,28,18),(17385,20,28,19),(17386,20,28,20),(17387,20,28,21),(17388,20,28,22),(17389,20,28,23),(17390,20,28,24),(17391,20,28,25),(17392,20,28,26),(17393,20,28,27),(17394,20,28,28),(17395,20,29,1),(17396,20,29,2),(17397,20,29,3),(17398,20,29,4),(17399,20,29,5),(17400,20,29,6),(17401,20,29,7),(17402,20,29,8),(17403,20,29,9),(17404,20,29,10),(17405,20,29,11),(17406,20,29,12),(17407,20,29,13),(17408,20,29,14),(17409,20,29,15),(17410,20,29,16),(17411,20,29,17),(17412,20,29,18),(17413,20,29,19),(17414,20,29,20),(17415,20,29,21),(17416,20,29,22),(17417,20,29,23),(17418,20,29,24),(17419,20,29,25),(17420,20,29,26),(17421,20,29,27),(17422,20,30,1),(17423,20,30,2),(17424,20,30,3),(17425,20,30,4),(17426,20,30,5),(17427,20,30,6),(17428,20,30,7),(17429,20,30,8),(17430,20,30,9),(17431,20,30,10),(17432,20,30,11),(17433,20,30,12),(17434,20,30,13),(17435,20,30,14),(17436,20,30,15),(17437,20,30,16),(17438,20,30,17),(17439,20,30,18),(17440,20,30,19),(17441,20,30,20),(17442,20,30,21),(17443,20,30,22),(17444,20,30,23),(17445,20,30,24),(17446,20,30,25),(17447,20,30,26),(17448,20,30,27),(17449,20,30,28),(17450,20,30,29),(17451,20,30,30),(17452,20,30,31),(17453,20,30,32),(17454,20,30,33),(17455,20,31,1),(17456,20,31,2),(17457,20,31,3),(17458,20,31,4),(17459,20,31,5),(17460,20,31,6),(17461,20,31,7),(17462,20,31,8),(17463,20,31,9),(17464,20,31,10),(17465,20,31,11),(17466,20,31,12),(17467,20,31,13),(17468,20,31,14),(17469,20,31,15),(17470,20,31,16),(17471,20,31,17),(17472,20,31,18),(17473,20,31,19),(17474,20,31,20),(17475,20,31,21),(17476,20,31,22),(17477,20,31,23),(17478,20,31,24),(17479,20,31,25),(17480,20,31,26),(17481,20,31,27),(17482,20,31,28),(17483,20,31,29),(17484,20,31,30),(17485,20,31,31),(17486,21,1,1),(17487,21,1,2),(17488,21,1,3),(17489,21,1,4),(17490,21,1,5),(17491,21,1,6),(17492,21,1,7),(17493,21,1,8),(17494,21,1,9),(17495,21,1,10),(17496,21,1,11),(17497,21,1,12),(17498,21,1,13),(17499,21,1,14),(17500,21,1,15),(17501,21,1,16),(17502,21,1,17),(17503,21,1,18),(17504,21,2,1),(17505,21,2,2),(17506,21,2,3),(17507,21,2,4),(17508,21,2,5),(17509,21,2,6),(17510,21,2,7),(17511,21,2,8),(17512,21,2,9),(17513,21,2,10),(17514,21,2,11),(17515,21,2,12),(17516,21,2,13),(17517,21,2,14),(17518,21,2,15),(17519,21,2,16),(17520,21,2,17),(17521,21,2,18),(17522,21,2,19),(17523,21,2,20),(17524,21,2,21),(17525,21,2,22),(17526,21,2,23),(17527,21,2,24),(17528,21,2,25),(17529,21,2,26),(17530,21,3,1),(17531,21,3,2),(17532,21,3,3),(17533,21,3,4),(17534,21,3,5),(17535,21,3,6),(17536,21,3,7),(17537,21,3,8),(17538,21,3,9),(17539,21,3,10),(17540,21,3,11),(17541,21,3,12),(17542,21,3,13),(17543,21,3,14),(17544,21,3,15),(17545,21,3,16),(17546,21,3,17),(17547,21,3,18),(17548,21,3,19),(17549,21,3,20),(17550,21,3,21),(17551,21,3,22),(17552,21,4,1),(17553,21,4,2),(17554,21,4,3),(17555,21,4,4),(17556,21,4,5),(17557,21,4,6),(17558,21,4,7),(17559,21,4,8),(17560,21,4,9),(17561,21,4,10),(17562,21,4,11),(17563,21,4,12),(17564,21,4,13),(17565,21,4,14),(17566,21,4,15),(17567,21,4,16),(17568,21,4,17),(17569,21,5,1),(17570,21,5,2),(17571,21,5,3),(17572,21,5,4),(17573,21,5,5),(17574,21,5,6),(17575,21,5,7),(17576,21,5,8),(17577,21,5,9),(17578,21,5,10),(17579,21,5,11),(17580,21,5,12),(17581,21,5,13),(17582,21,5,14),(17583,21,5,15),(17584,21,5,16),(17585,21,5,17),(17586,21,5,18),(17587,21,5,19),(17588,21,5,20),(17589,21,6,1),(17590,21,6,2),(17591,21,6,3),(17592,21,6,4),(17593,21,6,5),(17594,21,6,6),(17595,21,6,7),(17596,21,6,8),(17597,21,6,9),(17598,21,6,10),(17599,21,6,11),(17600,21,6,12),(17601,21,7,1),(17602,21,7,2),(17603,21,7,3),(17604,21,7,4),(17605,21,7,5),(17606,21,7,6),(17607,21,7,7),(17608,21,7,8),(17609,21,7,9),(17610,21,7,10),(17611,21,7,11),(17612,21,7,12),(17613,21,7,13),(17614,21,7,14),(17615,21,7,15),(17616,21,7,16),(17617,21,7,17),(17618,21,7,18),(17619,21,7,19),(17620,21,7,20),(17621,21,7,21),(17622,21,7,22),(17623,21,7,23),(17624,21,7,24),(17625,21,7,25),(17626,21,7,26),(17627,21,7,27),(17628,21,7,28),(17629,21,7,29),(17630,21,8,1),(17631,21,8,2),(17632,21,8,3),(17633,21,8,4),(17634,21,8,5),(17635,21,8,6),(17636,21,8,7),(17637,21,8,8),(17638,21,8,9),(17639,21,8,10),(17640,21,8,11),(17641,21,8,12),(17642,21,8,13),(17643,21,8,14),(17644,21,8,15),(17645,21,8,16),(17646,21,8,17),(17647,21,9,1),(17648,21,9,2),(17649,21,9,3),(17650,21,9,4),(17651,21,9,5),(17652,21,9,6),(17653,21,9,7),(17654,21,9,8),(17655,21,9,9),(17656,21,9,10),(17657,21,9,11),(17658,21,9,12),(17659,21,9,13),(17660,21,9,14),(17661,21,9,15),(17662,21,9,16),(17663,21,9,17),(17664,21,9,18),(17665,21,10,1),(17666,21,10,2),(17667,21,10,3),(17668,21,10,4),(17669,21,10,5),(17670,21,10,6),(17671,21,10,7),(17672,21,10,8),(17673,21,10,9),(17674,21,10,10),(17675,21,10,11),(17676,21,10,12),(17677,21,10,13),(17678,21,10,14),(17679,21,10,15),(17680,21,10,16),(17681,21,10,17),(17682,21,10,18),(17683,21,10,19),(17684,21,10,20),(17685,21,11,1),(17686,21,11,2),(17687,21,11,3),(17688,21,11,4),(17689,21,11,5),(17690,21,11,6),(17691,21,11,7),(17692,21,11,8),(17693,21,11,9),(17694,21,11,10),(17695,21,12,1),(17696,21,12,2),(17697,21,12,3),(17698,21,12,4),(17699,21,12,5),(17700,21,12,6),(17701,21,12,7),(17702,21,12,8),(17703,21,12,9),(17704,21,12,10),(17705,21,12,11),(17706,21,12,12),(17707,21,12,13),(17708,21,12,14),(17709,22,1,1),(17710,22,1,2),(17711,22,1,3),(17712,22,1,4),(17713,22,1,5),(17714,22,1,6),(17715,22,1,7),(17716,22,1,8),(17717,22,1,9),(17718,22,1,10),(17719,22,1,11),(17720,22,1,12),(17721,22,1,13),(17722,22,1,14),(17723,22,1,15),(17724,22,1,16),(17725,22,1,17),(17726,22,2,1),(17727,22,2,2),(17728,22,2,3),(17729,22,2,4),(17730,22,2,5),(17731,22,2,6),(17732,22,2,7),(17733,22,2,8),(17734,22,2,9),(17735,22,2,10),(17736,22,2,11),(17737,22,2,12),(17738,22,2,13),(17739,22,2,14),(17740,22,2,15),(17741,22,2,16),(17742,22,2,17),(17743,22,3,1),(17744,22,3,2),(17745,22,3,3),(17746,22,3,4),(17747,22,3,5),(17748,22,3,6),(17749,22,3,7),(17750,22,3,8),(17751,22,3,9),(17752,22,3,10),(17753,22,3,11),(17754,22,4,1),(17755,22,4,2),(17756,22,4,3),(17757,22,4,4),(17758,22,4,5),(17759,22,4,6),(17760,22,4,7),(17761,22,4,8),(17762,22,4,9),(17763,22,4,10),(17764,22,4,11),(17765,22,4,12),(17766,22,4,13),(17767,22,4,14),(17768,22,4,15),(17769,22,4,16),(17770,22,5,1),(17771,22,5,2),(17772,22,5,3),(17773,22,5,4),(17774,22,5,5),(17775,22,5,6),(17776,22,5,7),(17777,22,5,8),(17778,22,5,9),(17779,22,5,10),(17780,22,5,11),(17781,22,5,12),(17782,22,5,13),(17783,22,5,14),(17784,22,5,15),(17785,22,5,16),(17786,22,6,1),(17787,22,6,2),(17788,22,6,3),(17789,22,6,4),(17790,22,6,5),(17791,22,6,6),(17792,22,6,7),(17793,22,6,8),(17794,22,6,9),(17795,22,6,10),(17796,22,6,11),(17797,22,6,12),(17798,22,7,1),(17799,22,7,2),(17800,22,7,3),(17801,22,7,4),(17802,22,7,5),(17803,22,7,6),(17804,22,7,7),(17805,22,7,8),(17806,22,7,9),(17807,22,7,10),(17808,22,7,11),(17809,22,7,12),(17810,22,7,13),(17811,22,7,14),(17812,22,8,1),(17813,22,8,2),(17814,22,8,3),(17815,22,8,4),(17816,22,8,5),(17817,22,8,6),(17818,22,8,7),(17819,22,8,8),(17820,22,8,9),(17821,22,8,10),(17822,22,8,11),(17823,22,8,12),(17824,22,8,13),(17825,22,8,14),(17826,23,1,1),(17827,23,1,2),(17828,23,1,3),(17829,23,1,4),(17830,23,1,5),(17831,23,1,6),(17832,23,1,7),(17833,23,1,8),(17834,23,1,9),(17835,23,1,10),(17836,23,1,11),(17837,23,1,12),(17838,23,1,13),(17839,23,1,14),(17840,23,1,15),(17841,23,1,16),(17842,23,1,17),(17843,23,1,18),(17844,23,1,19),(17845,23,1,20),(17846,23,1,21),(17847,23,1,22),(17848,23,1,23),(17849,23,1,24),(17850,23,1,25),(17851,23,1,26),(17852,23,1,27),(17853,23,1,28),(17854,23,1,29),(17855,23,1,30),(17856,23,1,31),(17857,23,2,1),(17858,23,2,2),(17859,23,2,3),(17860,23,2,4),(17861,23,2,5),(17862,23,2,6),(17863,23,2,7),(17864,23,2,8),(17865,23,2,9),(17866,23,2,10),(17867,23,2,11),(17868,23,2,12),(17869,23,2,13),(17870,23,2,14),(17871,23,2,15),(17872,23,2,16),(17873,23,2,17),(17874,23,2,18),(17875,23,2,19),(17876,23,2,20),(17877,23,2,21),(17878,23,2,22),(17879,23,3,1),(17880,23,3,2),(17881,23,3,3),(17882,23,3,4),(17883,23,3,5),(17884,23,3,6),(17885,23,3,7),(17886,23,3,8),(17887,23,3,9),(17888,23,3,10),(17889,23,3,11),(17890,23,3,12),(17891,23,3,13),(17892,23,3,14),(17893,23,3,15),(17894,23,3,16),(17895,23,3,17),(17896,23,3,18),(17897,23,3,19),(17898,23,3,20),(17899,23,3,21),(17900,23,3,22),(17901,23,3,23),(17902,23,3,24),(17903,23,3,25),(17904,23,3,26),(17905,23,4,1),(17906,23,4,2),(17907,23,4,3),(17908,23,4,4),(17909,23,4,5),(17910,23,4,6),(17911,23,5,1),(17912,23,5,2),(17913,23,5,3),(17914,23,5,4),(17915,23,5,5),(17916,23,5,6),(17917,23,5,7),(17918,23,5,8),(17919,23,5,9),(17920,23,5,10),(17921,23,5,11),(17922,23,5,12),(17923,23,5,13),(17924,23,5,14),(17925,23,5,15),(17926,23,5,16),(17927,23,5,17),(17928,23,5,18),(17929,23,5,19),(17930,23,5,20),(17931,23,5,21),(17932,23,5,22),(17933,23,5,23),(17934,23,5,24),(17935,23,5,25),(17936,23,5,26),(17937,23,5,27),(17938,23,5,28),(17939,23,5,29),(17940,23,5,30),(17941,23,6,1),(17942,23,6,2),(17943,23,6,3),(17944,23,6,4),(17945,23,6,5),(17946,23,6,6),(17947,23,6,7),(17948,23,6,8),(17949,23,6,9),(17950,23,6,10),(17951,23,6,11),(17952,23,6,12),(17953,23,6,13),(17954,23,7,1),(17955,23,7,2),(17956,23,7,3),(17957,23,7,4),(17958,23,7,5),(17959,23,7,6),(17960,23,7,7),(17961,23,7,8),(17962,23,7,9),(17963,23,7,10),(17964,23,7,11),(17965,23,7,12),(17966,23,7,13),(17967,23,7,14),(17968,23,7,15),(17969,23,7,16),(17970,23,7,17),(17971,23,7,18),(17972,23,7,19),(17973,23,7,20),(17974,23,7,21),(17975,23,7,22),(17976,23,7,23),(17977,23,7,24),(17978,23,7,25),(17979,23,8,1),(17980,23,8,2),(17981,23,8,3),(17982,23,8,4),(17983,23,8,5),(17984,23,8,6),(17985,23,8,7),(17986,23,8,8),(17987,23,8,9),(17988,23,8,10),(17989,23,8,11),(17990,23,8,12),(17991,23,8,13),(17992,23,8,14),(17993,23,8,15),(17994,23,8,16),(17995,23,8,17),(17996,23,8,18),(17997,23,8,19),(17998,23,8,20),(17999,23,8,21),(18000,23,8,22),(18001,23,8,23),(18002,23,9,1),(18003,23,9,2),(18004,23,9,3),(18005,23,9,4),(18006,23,9,5),(18007,23,9,6),(18008,23,9,7),(18009,23,9,8),(18010,23,9,9),(18011,23,9,10),(18012,23,9,11),(18013,23,9,12),(18014,23,9,13),(18015,23,9,14),(18016,23,9,15),(18017,23,9,16),(18018,23,9,17),(18019,23,9,18),(18020,23,9,19),(18021,23,9,20),(18022,23,10,1),(18023,23,10,2),(18024,23,10,3),(18025,23,10,4),(18026,23,10,5),(18027,23,10,6),(18028,23,10,7),(18029,23,10,8),(18030,23,10,9),(18031,23,10,10),(18032,23,10,11),(18033,23,10,12),(18034,23,10,13),(18035,23,10,14),(18036,23,10,15),(18037,23,10,16),(18038,23,10,17),(18039,23,10,18),(18040,23,10,19),(18041,23,10,20),(18042,23,10,21),(18043,23,10,22),(18044,23,10,23),(18045,23,10,24),(18046,23,10,25),(18047,23,10,26),(18048,23,10,27),(18049,23,10,28),(18050,23,10,29),(18051,23,10,30),(18052,23,10,31),(18053,23,10,32),(18054,23,10,33),(18055,23,10,34),(18056,23,11,1),(18057,23,11,2),(18058,23,11,3),(18059,23,11,4),(18060,23,11,5),(18061,23,11,6),(18062,23,11,7),(18063,23,11,8),(18064,23,11,9),(18065,23,11,10),(18066,23,11,11),(18067,23,11,12),(18068,23,11,13),(18069,23,11,14),(18070,23,11,15),(18071,23,11,16),(18072,23,12,1),(18073,23,12,2),(18074,23,12,3),(18075,23,12,4),(18076,23,12,5),(18077,23,12,6),(18078,23,13,1),(18079,23,13,2),(18080,23,13,3),(18081,23,13,4),(18082,23,13,5),(18083,23,13,6),(18084,23,13,7),(18085,23,13,8),(18086,23,13,9),(18087,23,13,10),(18088,23,13,11),(18089,23,13,12),(18090,23,13,13),(18091,23,13,14),(18092,23,13,15),(18093,23,13,16),(18094,23,13,17),(18095,23,13,18),(18096,23,13,19),(18097,23,13,20),(18098,23,13,21),(18099,23,13,22),(18100,23,14,1),(18101,23,14,2),(18102,23,14,3),(18103,23,14,4),(18104,23,14,5),(18105,23,14,6),(18106,23,14,7),(18107,23,14,8),(18108,23,14,9),(18109,23,14,10),(18110,23,14,11),(18111,23,14,12),(18112,23,14,13),(18113,23,14,14),(18114,23,14,15),(18115,23,14,16),(18116,23,14,17),(18117,23,14,18),(18118,23,14,19),(18119,23,14,20),(18120,23,14,21),(18121,23,14,22),(18122,23,14,23),(18123,23,14,24),(18124,23,14,25),(18125,23,14,26),(18126,23,14,27),(18127,23,14,28),(18128,23,14,29),(18129,23,14,30),(18130,23,14,31),(18131,23,14,32),(18132,23,15,1),(18133,23,15,2),(18134,23,15,3),(18135,23,15,4),(18136,23,15,5),(18137,23,15,6),(18138,23,15,7),(18139,23,15,8),(18140,23,15,9),(18141,23,16,1),(18142,23,16,2),(18143,23,16,3),(18144,23,16,4),(18145,23,16,5),(18146,23,16,6),(18147,23,16,7),(18148,23,16,8),(18149,23,16,9),(18150,23,16,10),(18151,23,16,11),(18152,23,16,12),(18153,23,16,13),(18154,23,16,14),(18155,23,17,1),(18156,23,17,2),(18157,23,17,3),(18158,23,17,4),(18159,23,17,5),(18160,23,17,6),(18161,23,17,7),(18162,23,17,8),(18163,23,17,9),(18164,23,17,10),(18165,23,17,11),(18166,23,17,12),(18167,23,17,13),(18168,23,17,14),(18169,23,18,1),(18170,23,18,2),(18171,23,18,3),(18172,23,18,4),(18173,23,18,5),(18174,23,18,6),(18175,23,18,7),(18176,23,19,1),(18177,23,19,2),(18178,23,19,3),(18179,23,19,4),(18180,23,19,5),(18181,23,19,6),(18182,23,19,7),(18183,23,19,8),(18184,23,19,9),(18185,23,19,10),(18186,23,19,11),(18187,23,19,12),(18188,23,19,13),(18189,23,19,14),(18190,23,19,15),(18191,23,19,16),(18192,23,19,17),(18193,23,19,18),(18194,23,19,19),(18195,23,19,20),(18196,23,19,21),(18197,23,19,22),(18198,23,19,23),(18199,23,19,24),(18200,23,19,25),(18201,23,20,1),(18202,23,20,2),(18203,23,20,3),(18204,23,20,4),(18205,23,20,5),(18206,23,20,6),(18207,23,21,1),(18208,23,21,2),(18209,23,21,3),(18210,23,21,4),(18211,23,21,5),(18212,23,21,6),(18213,23,21,7),(18214,23,21,8),(18215,23,21,9),(18216,23,21,10),(18217,23,21,11),(18218,23,21,12),(18219,23,21,13),(18220,23,21,14),(18221,23,21,15),(18222,23,21,16),(18223,23,21,17),(18224,23,22,1),(18225,23,22,2),(18226,23,22,3),(18227,23,22,4),(18228,23,22,5),(18229,23,22,6),(18230,23,22,7),(18231,23,22,8),(18232,23,22,9),(18233,23,22,10),(18234,23,22,11),(18235,23,22,12),(18236,23,22,13),(18237,23,22,14),(18238,23,22,15),(18239,23,22,16),(18240,23,22,17),(18241,23,22,18),(18242,23,22,19),(18243,23,22,20),(18244,23,22,21),(18245,23,22,22),(18246,23,22,23),(18247,23,22,24),(18248,23,22,25),(18249,23,23,1),(18250,23,23,2),(18251,23,23,3),(18252,23,23,4),(18253,23,23,5),(18254,23,23,6),(18255,23,23,7),(18256,23,23,8),(18257,23,23,9),(18258,23,23,10),(18259,23,23,11),(18260,23,23,12),(18261,23,23,13),(18262,23,23,14),(18263,23,23,15),(18264,23,23,16),(18265,23,23,17),(18266,23,23,18),(18267,23,24,1),(18268,23,24,2),(18269,23,24,3),(18270,23,24,4),(18271,23,24,5),(18272,23,24,6),(18273,23,24,7),(18274,23,24,8),(18275,23,24,9),(18276,23,24,10),(18277,23,24,11),(18278,23,24,12),(18279,23,24,13),(18280,23,24,14),(18281,23,24,15),(18282,23,24,16),(18283,23,24,17),(18284,23,24,18),(18285,23,24,19),(18286,23,24,20),(18287,23,24,21),(18288,23,24,22),(18289,23,24,23),(18290,23,25,1),(18291,23,25,2),(18292,23,25,3),(18293,23,25,4),(18294,23,25,5),(18295,23,25,6),(18296,23,25,7),(18297,23,25,8),(18298,23,25,9),(18299,23,25,10),(18300,23,25,11),(18301,23,25,12),(18302,23,26,1),(18303,23,26,2),(18304,23,26,3),(18305,23,26,4),(18306,23,26,5),(18307,23,26,6),(18308,23,26,7),(18309,23,26,8),(18310,23,26,9),(18311,23,26,10),(18312,23,26,11),(18313,23,26,12),(18314,23,26,13),(18315,23,26,14),(18316,23,26,15),(18317,23,26,16),(18318,23,26,17),(18319,23,26,18),(18320,23,26,19),(18321,23,26,20),(18322,23,26,21),(18323,23,27,1),(18324,23,27,2),(18325,23,27,3),(18326,23,27,4),(18327,23,27,5),(18328,23,27,6),(18329,23,27,7),(18330,23,27,8),(18331,23,27,9),(18332,23,27,10),(18333,23,27,11),(18334,23,27,12),(18335,23,27,13),(18336,23,28,1),(18337,23,28,2),(18338,23,28,3),(18339,23,28,4),(18340,23,28,5),(18341,23,28,6),(18342,23,28,7),(18343,23,28,8),(18344,23,28,9),(18345,23,28,10),(18346,23,28,11),(18347,23,28,12),(18348,23,28,13),(18349,23,28,14),(18350,23,28,15),(18351,23,28,16),(18352,23,28,17),(18353,23,28,18),(18354,23,28,19),(18355,23,28,20),(18356,23,28,21),(18357,23,28,22),(18358,23,28,23),(18359,23,28,24),(18360,23,28,25),(18361,23,28,26),(18362,23,28,27),(18363,23,28,28),(18364,23,28,29),(18365,23,29,1),(18366,23,29,2),(18367,23,29,3),(18368,23,29,4),(18369,23,29,5),(18370,23,29,6),(18371,23,29,7),(18372,23,29,8),(18373,23,29,9),(18374,23,29,10),(18375,23,29,11),(18376,23,29,12),(18377,23,29,13),(18378,23,29,14),(18379,23,29,15),(18380,23,29,16),(18381,23,29,17),(18382,23,29,18),(18383,23,29,19),(18384,23,29,20),(18385,23,29,21),(18386,23,29,22),(18387,23,29,23),(18388,23,29,24),(18389,23,30,1),(18390,23,30,2),(18391,23,30,3),(18392,23,30,4),(18393,23,30,5),(18394,23,30,6),(18395,23,30,7),(18396,23,30,8),(18397,23,30,9),(18398,23,30,10),(18399,23,30,11),(18400,23,30,12),(18401,23,30,13),(18402,23,30,14),(18403,23,30,15),(18404,23,30,16),(18405,23,30,17),(18406,23,30,18),(18407,23,30,19),(18408,23,30,20),(18409,23,30,21),(18410,23,30,22),(18411,23,30,23),(18412,23,30,24),(18413,23,30,25),(18414,23,30,26),(18415,23,30,27),(18416,23,30,28),(18417,23,30,29),(18418,23,30,30),(18419,23,30,31),(18420,23,30,32),(18421,23,30,33),(18422,23,31,1),(18423,23,31,2),(18424,23,31,3),(18425,23,31,4),(18426,23,31,5),(18427,23,31,6),(18428,23,31,7),(18429,23,31,8),(18430,23,31,9),(18431,23,32,1),(18432,23,32,2),(18433,23,32,3),(18434,23,32,4),(18435,23,32,5),(18436,23,32,6),(18437,23,32,7),(18438,23,32,8),(18439,23,32,9),(18440,23,32,10),(18441,23,32,11),(18442,23,32,12),(18443,23,32,13),(18444,23,32,14),(18445,23,32,15),(18446,23,32,16),(18447,23,32,17),(18448,23,32,18),(18449,23,32,19),(18450,23,32,20),(18451,23,33,1),(18452,23,33,2),(18453,23,33,3),(18454,23,33,4),(18455,23,33,5),(18456,23,33,6),(18457,23,33,7),(18458,23,33,8),(18459,23,33,9),(18460,23,33,10),(18461,23,33,11),(18462,23,33,12),(18463,23,33,13),(18464,23,33,14),(18465,23,33,15),(18466,23,33,16),(18467,23,33,17),(18468,23,33,18),(18469,23,33,19),(18470,23,33,20),(18471,23,33,21),(18472,23,33,22),(18473,23,33,23),(18474,23,33,24),(18475,23,34,1),(18476,23,34,2),(18477,23,34,3),(18478,23,34,4),(18479,23,34,5),(18480,23,34,6),(18481,23,34,7),(18482,23,34,8),(18483,23,34,9),(18484,23,34,10),(18485,23,34,11),(18486,23,34,12),(18487,23,34,13),(18488,23,34,14),(18489,23,34,15),(18490,23,34,16),(18491,23,34,17),(18492,23,35,1),(18493,23,35,2),(18494,23,35,3),(18495,23,35,4),(18496,23,35,5),(18497,23,35,6),(18498,23,35,7),(18499,23,35,8),(18500,23,35,9),(18501,23,35,10),(18502,23,36,1),(18503,23,36,2),(18504,23,36,3),(18505,23,36,4),(18506,23,36,5),(18507,23,36,6),(18508,23,36,7),(18509,23,36,8),(18510,23,36,9),(18511,23,36,10),(18512,23,36,11),(18513,23,36,12),(18514,23,36,13),(18515,23,36,14),(18516,23,36,15),(18517,23,36,16),(18518,23,36,17),(18519,23,36,18),(18520,23,36,19),(18521,23,36,20),(18522,23,36,21),(18523,23,36,22),(18524,23,37,1),(18525,23,37,2),(18526,23,37,3),(18527,23,37,4),(18528,23,37,5),(18529,23,37,6),(18530,23,37,7),(18531,23,37,8),(18532,23,37,9),(18533,23,37,10),(18534,23,37,11),(18535,23,37,12),(18536,23,37,13),(18537,23,37,14),(18538,23,37,15),(18539,23,37,16),(18540,23,37,17),(18541,23,37,18),(18542,23,37,19),(18543,23,37,20),(18544,23,37,21),(18545,23,37,22),(18546,23,37,23),(18547,23,37,24),(18548,23,37,25),(18549,23,37,26),(18550,23,37,27),(18551,23,37,28),(18552,23,37,29),(18553,23,37,30),(18554,23,37,31),(18555,23,37,32),(18556,23,37,33),(18557,23,37,34),(18558,23,37,35),(18559,23,37,36),(18560,23,37,37),(18561,23,37,38),(18562,23,38,1),(18563,23,38,2),(18564,23,38,3),(18565,23,38,4),(18566,23,38,5),(18567,23,38,6),(18568,23,38,7),(18569,23,38,8),(18570,23,38,9),(18571,23,38,10),(18572,23,38,11),(18573,23,38,12),(18574,23,38,13),(18575,23,38,14),(18576,23,38,15),(18577,23,38,16),(18578,23,38,17),(18579,23,38,18),(18580,23,38,19),(18581,23,38,20),(18582,23,38,21),(18583,23,38,22),(18584,23,39,1),(18585,23,39,2),(18586,23,39,3),(18587,23,39,4),(18588,23,39,5),(18589,23,39,6),(18590,23,39,7),(18591,23,39,8),(18592,23,40,1),(18593,23,40,2),(18594,23,40,3),(18595,23,40,4),(18596,23,40,5),(18597,23,40,6),(18598,23,40,7),(18599,23,40,8),(18600,23,40,9),(18601,23,40,10),(18602,23,40,11),(18603,23,40,12),(18604,23,40,13),(18605,23,40,14),(18606,23,40,15),(18607,23,40,16),(18608,23,40,17),(18609,23,40,18),(18610,23,40,19),(18611,23,40,20),(18612,23,40,21),(18613,23,40,22),(18614,23,40,23),(18615,23,40,24),(18616,23,40,25),(18617,23,40,26),(18618,23,40,27),(18619,23,40,28),(18620,23,40,29),(18621,23,40,30),(18622,23,40,31),(18623,23,41,1),(18624,23,41,2),(18625,23,41,3),(18626,23,41,4),(18627,23,41,5),(18628,23,41,6),(18629,23,41,7),(18630,23,41,8),(18631,23,41,9),(18632,23,41,10),(18633,23,41,11),(18634,23,41,12),(18635,23,41,13),(18636,23,41,14),(18637,23,41,15),(18638,23,41,16),(18639,23,41,17),(18640,23,41,18),(18641,23,41,19),(18642,23,41,20),(18643,23,41,21),(18644,23,41,22),(18645,23,41,23),(18646,23,41,24),(18647,23,41,25),(18648,23,41,26),(18649,23,41,27),(18650,23,41,28),(18651,23,41,29),(18652,23,42,1),(18653,23,42,2),(18654,23,42,3),(18655,23,42,4),(18656,23,42,5),(18657,23,42,6),(18658,23,42,7),(18659,23,42,8),(18660,23,42,9),(18661,23,42,10),(18662,23,42,11),(18663,23,42,12),(18664,23,42,13),(18665,23,42,14),(18666,23,42,15),(18667,23,42,16),(18668,23,42,17),(18669,23,42,18),(18670,23,42,19),(18671,23,42,20),(18672,23,42,21),(18673,23,42,22),(18674,23,42,23),(18675,23,42,24),(18676,23,42,25),(18677,23,43,1),(18678,23,43,2),(18679,23,43,3),(18680,23,43,4),(18681,23,43,5),(18682,23,43,6),(18683,23,43,7),(18684,23,43,8),(18685,23,43,9),(18686,23,43,10),(18687,23,43,11),(18688,23,43,12),(18689,23,43,13),(18690,23,43,14),(18691,23,43,15),(18692,23,43,16),(18693,23,43,17),(18694,23,43,18),(18695,23,43,19),(18696,23,43,20),(18697,23,43,21),(18698,23,43,22),(18699,23,43,23),(18700,23,43,24),(18701,23,43,25),(18702,23,43,26),(18703,23,43,27),(18704,23,43,28),(18705,23,44,1),(18706,23,44,2),(18707,23,44,3),(18708,23,44,4),(18709,23,44,5),(18710,23,44,6),(18711,23,44,7),(18712,23,44,8),(18713,23,44,9),(18714,23,44,10),(18715,23,44,11),(18716,23,44,12),(18717,23,44,13),(18718,23,44,14),(18719,23,44,15),(18720,23,44,16),(18721,23,44,17),(18722,23,44,18),(18723,23,44,19),(18724,23,44,20),(18725,23,44,21),(18726,23,44,22),(18727,23,44,23),(18728,23,44,24),(18729,23,44,25),(18730,23,44,26),(18731,23,44,27),(18732,23,44,28),(18733,23,45,1),(18734,23,45,2),(18735,23,45,3),(18736,23,45,4),(18737,23,45,5),(18738,23,45,6),(18739,23,45,7),(18740,23,45,8),(18741,23,45,9),(18742,23,45,10),(18743,23,45,11),(18744,23,45,12),(18745,23,45,13),(18746,23,45,14),(18747,23,45,15),(18748,23,45,16),(18749,23,45,17),(18750,23,45,18),(18751,23,45,19),(18752,23,45,20),(18753,23,45,21),(18754,23,45,22),(18755,23,45,23),(18756,23,45,24),(18757,23,45,25),(18758,23,46,1),(18759,23,46,2),(18760,23,46,3),(18761,23,46,4),(18762,23,46,5),(18763,23,46,6),(18764,23,46,7),(18765,23,46,8),(18766,23,46,9),(18767,23,46,10),(18768,23,46,11),(18769,23,46,12),(18770,23,46,13),(18771,23,47,1),(18772,23,47,2),(18773,23,47,3),(18774,23,47,4),(18775,23,47,5),(18776,23,47,6),(18777,23,47,7),(18778,23,47,8),(18779,23,47,9),(18780,23,47,10),(18781,23,47,11),(18782,23,47,12),(18783,23,47,13),(18784,23,47,14),(18785,23,47,15),(18786,23,48,1),(18787,23,48,2),(18788,23,48,3),(18789,23,48,4),(18790,23,48,5),(18791,23,48,6),(18792,23,48,7),(18793,23,48,8),(18794,23,48,9),(18795,23,48,10),(18796,23,48,11),(18797,23,48,12),(18798,23,48,13),(18799,23,48,14),(18800,23,48,15),(18801,23,48,16),(18802,23,48,17),(18803,23,48,18),(18804,23,48,19),(18805,23,48,20),(18806,23,48,21),(18807,23,48,22),(18808,23,49,1),(18809,23,49,2),(18810,23,49,3),(18811,23,49,4),(18812,23,49,5),(18813,23,49,6),(18814,23,49,7),(18815,23,49,8),(18816,23,49,9),(18817,23,49,10),(18818,23,49,11),(18819,23,49,12),(18820,23,49,13),(18821,23,49,14),(18822,23,49,15),(18823,23,49,16),(18824,23,49,17),(18825,23,49,18),(18826,23,49,19),(18827,23,49,20),(18828,23,49,21),(18829,23,49,22),(18830,23,49,23),(18831,23,49,24),(18832,23,49,25),(18833,23,49,26),(18834,23,50,1),(18835,23,50,2),(18836,23,50,3),(18837,23,50,4),(18838,23,50,5),(18839,23,50,6),(18840,23,50,7),(18841,23,50,8),(18842,23,50,9),(18843,23,50,10),(18844,23,50,11),(18845,23,51,1),(18846,23,51,2),(18847,23,51,3),(18848,23,51,4),(18849,23,51,5),(18850,23,51,6),(18851,23,51,7),(18852,23,51,8),(18853,23,51,9),(18854,23,51,10),(18855,23,51,11),(18856,23,51,12),(18857,23,51,13),(18858,23,51,14),(18859,23,51,15),(18860,23,51,16),(18861,23,51,17),(18862,23,51,18),(18863,23,51,19),(18864,23,51,20),(18865,23,51,21),(18866,23,51,22),(18867,23,51,23),(18868,23,52,1),(18869,23,52,2),(18870,23,52,3),(18871,23,52,4),(18872,23,52,5),(18873,23,52,6),(18874,23,52,7),(18875,23,52,8),(18876,23,52,9),(18877,23,52,10),(18878,23,52,11),(18879,23,52,12),(18880,23,52,13),(18881,23,52,14),(18882,23,52,15),(18883,23,53,1),(18884,23,53,2),(18885,23,53,3),(18886,23,53,4),(18887,23,53,5),(18888,23,53,6),(18889,23,53,7),(18890,23,53,8),(18891,23,53,9),(18892,23,53,10),(18893,23,53,11),(18894,23,53,12),(18895,23,54,1),(18896,23,54,2),(18897,23,54,3),(18898,23,54,4),(18899,23,54,5),(18900,23,54,6),(18901,23,54,7),(18902,23,54,8),(18903,23,54,9),(18904,23,54,10),(18905,23,54,11),(18906,23,54,12),(18907,23,54,13),(18908,23,54,14),(18909,23,54,15),(18910,23,54,16),(18911,23,54,17),(18912,23,55,1),(18913,23,55,2),(18914,23,55,3),(18915,23,55,4),(18916,23,55,5),(18917,23,55,6),(18918,23,55,7),(18919,23,55,8),(18920,23,55,9),(18921,23,55,10),(18922,23,55,11),(18923,23,55,12),(18924,23,55,13),(18925,23,56,1),(18926,23,56,2),(18927,23,56,3),(18928,23,56,4),(18929,23,56,5),(18930,23,56,6),(18931,23,56,7),(18932,23,56,8),(18933,23,56,9),(18934,23,56,10),(18935,23,56,11),(18936,23,56,12),(18937,23,57,1),(18938,23,57,2),(18939,23,57,3),(18940,23,57,4),(18941,23,57,5),(18942,23,57,6),(18943,23,57,7),(18944,23,57,8),(18945,23,57,9),(18946,23,57,10),(18947,23,57,11),(18948,23,57,12),(18949,23,57,13),(18950,23,57,14),(18951,23,57,15),(18952,23,57,16),(18953,23,57,17),(18954,23,57,18),(18955,23,57,19),(18956,23,57,20),(18957,23,57,21),(18958,23,58,1),(18959,23,58,2),(18960,23,58,3),(18961,23,58,4),(18962,23,58,5),(18963,23,58,6),(18964,23,58,7),(18965,23,58,8),(18966,23,58,9),(18967,23,58,10),(18968,23,58,11),(18969,23,58,12),(18970,23,58,13),(18971,23,58,14),(18972,23,59,1),(18973,23,59,2),(18974,23,59,3),(18975,23,59,4),(18976,23,59,5),(18977,23,59,6),(18978,23,59,7),(18979,23,59,8),(18980,23,59,9),(18981,23,59,10),(18982,23,59,11),(18983,23,59,12),(18984,23,59,13),(18985,23,59,14),(18986,23,59,15),(18987,23,59,16),(18988,23,59,17),(18989,23,59,18),(18990,23,59,19),(18991,23,59,20),(18992,23,59,21),(18993,23,60,1),(18994,23,60,2),(18995,23,60,3),(18996,23,60,4),(18997,23,60,5),(18998,23,60,6),(18999,23,60,7),(19000,23,60,8),(19001,23,60,9),(19002,23,60,10),(19003,23,60,11),(19004,23,60,12),(19005,23,60,13),(19006,23,60,14),(19007,23,60,15),(19008,23,60,16),(19009,23,60,17),(19010,23,60,18),(19011,23,60,19),(19012,23,60,20),(19013,23,60,21),(19014,23,60,22),(19015,23,61,1),(19016,23,61,2),(19017,23,61,3),(19018,23,61,4),(19019,23,61,5),(19020,23,61,6),(19021,23,61,7),(19022,23,61,8),(19023,23,61,9),(19024,23,61,10),(19025,23,61,11),(19026,23,62,1),(19027,23,62,2),(19028,23,62,3),(19029,23,62,4),(19030,23,62,5),(19031,23,62,6),(19032,23,62,7),(19033,23,62,8),(19034,23,62,9),(19035,23,62,10),(19036,23,62,11),(19037,23,62,12),(19038,23,63,1),(19039,23,63,2),(19040,23,63,3),(19041,23,63,4),(19042,23,63,5),(19043,23,63,6),(19044,23,63,7),(19045,23,63,8),(19046,23,63,9),(19047,23,63,10),(19048,23,63,11),(19049,23,63,12),(19050,23,63,13),(19051,23,63,14),(19052,23,63,15),(19053,23,63,16),(19054,23,63,17),(19055,23,63,18),(19056,23,63,19),(19057,23,64,1),(19058,23,64,2),(19059,23,64,3),(19060,23,64,4),(19061,23,64,5),(19062,23,64,6),(19063,23,64,7),(19064,23,64,8),(19065,23,64,9),(19066,23,64,10),(19067,23,64,11),(19068,23,65,1),(19069,23,65,2),(19070,23,65,3),(19071,23,65,4),(19072,23,65,5),(19073,23,65,6),(19074,23,65,7),(19075,23,65,8),(19076,23,65,9),(19077,23,65,10),(19078,23,65,11),(19079,23,65,12),(19080,23,65,13),(19081,23,65,14),(19082,23,65,15),(19083,23,65,16),(19084,23,65,17),(19085,23,65,18),(19086,23,65,19),(19087,23,65,20),(19088,23,65,21),(19089,23,65,22),(19090,23,65,23),(19091,23,65,24),(19092,23,65,25),(19093,23,66,1),(19094,23,66,2),(19095,23,66,3),(19096,23,66,4),(19097,23,66,5),(19098,23,66,6),(19099,23,66,7),(19100,23,66,8),(19101,23,66,9),(19102,23,66,10),(19103,23,66,11),(19104,23,66,12),(19105,23,66,13),(19106,23,66,14),(19107,23,66,15),(19108,23,66,16),(19109,23,66,17),(19110,23,66,18),(19111,23,66,19),(19112,23,66,20),(19113,23,66,21),(19114,23,66,22),(19115,23,66,23),(19116,23,66,24),(19117,24,1,1),(19118,24,1,2),(19119,24,1,3),(19120,24,1,4),(19121,24,1,5),(19122,24,1,6),(19123,24,1,7),(19124,24,1,8),(19125,24,1,9),(19126,24,1,10),(19127,24,1,11),(19128,24,1,12),(19129,24,1,13),(19130,24,1,14),(19131,24,1,15),(19132,24,1,16),(19133,24,1,17),(19134,24,1,18),(19135,24,1,19),(19136,24,2,1),(19137,24,2,2),(19138,24,2,3),(19139,24,2,4),(19140,24,2,5),(19141,24,2,6),(19142,24,2,7),(19143,24,2,8),(19144,24,2,9),(19145,24,2,10),(19146,24,2,11),(19147,24,2,12),(19148,24,2,13),(19149,24,2,14),(19150,24,2,15),(19151,24,2,16),(19152,24,2,17),(19153,24,2,18),(19154,24,2,19),(19155,24,2,20),(19156,24,2,21),(19157,24,2,22),(19158,24,2,23),(19159,24,2,24),(19160,24,2,25),(19161,24,2,26),(19162,24,2,27),(19163,24,2,28),(19164,24,2,29),(19165,24,2,30),(19166,24,2,31),(19167,24,2,32),(19168,24,2,33),(19169,24,2,34),(19170,24,2,35),(19171,24,2,36),(19172,24,2,37),(19173,24,3,1),(19174,24,3,2),(19175,24,3,3),(19176,24,3,4),(19177,24,3,5),(19178,24,3,6),(19179,24,3,7),(19180,24,3,8),(19181,24,3,9),(19182,24,3,10),(19183,24,3,11),(19184,24,3,12),(19185,24,3,13),(19186,24,3,14),(19187,24,3,15),(19188,24,3,16),(19189,24,3,17),(19190,24,3,18),(19191,24,3,19),(19192,24,3,20),(19193,24,3,21),(19194,24,3,22),(19195,24,3,23),(19196,24,3,24),(19197,24,3,25),(19198,24,4,1),(19199,24,4,2),(19200,24,4,3),(19201,24,4,4),(19202,24,4,5),(19203,24,4,6),(19204,24,4,7),(19205,24,4,8),(19206,24,4,9),(19207,24,4,10),(19208,24,4,11),(19209,24,4,12),(19210,24,4,13),(19211,24,4,14),(19212,24,4,15),(19213,24,4,16),(19214,24,4,17),(19215,24,4,18),(19216,24,4,19),(19217,24,4,20),(19218,24,4,21),(19219,24,4,22),(19220,24,4,23),(19221,24,4,24),(19222,24,4,25),(19223,24,4,26),(19224,24,4,27),(19225,24,4,28),(19226,24,4,29),(19227,24,4,30),(19228,24,4,31),(19229,24,5,1),(19230,24,5,2),(19231,24,5,3),(19232,24,5,4),(19233,24,5,5),(19234,24,5,6),(19235,24,5,7),(19236,24,5,8),(19237,24,5,9),(19238,24,5,10),(19239,24,5,11),(19240,24,5,12),(19241,24,5,13),(19242,24,5,14),(19243,24,5,15),(19244,24,5,16),(19245,24,5,17),(19246,24,5,18),(19247,24,5,19),(19248,24,5,20),(19249,24,5,21),(19250,24,5,22),(19251,24,5,23),(19252,24,5,24),(19253,24,5,25),(19254,24,5,26),(19255,24,5,27),(19256,24,5,28),(19257,24,5,29),(19258,24,5,30),(19259,24,5,31),(19260,24,6,1),(19261,24,6,2),(19262,24,6,3),(19263,24,6,4),(19264,24,6,5),(19265,24,6,6),(19266,24,6,7),(19267,24,6,8),(19268,24,6,9),(19269,24,6,10),(19270,24,6,11),(19271,24,6,12),(19272,24,6,13),(19273,24,6,14),(19274,24,6,15),(19275,24,6,16),(19276,24,6,17),(19277,24,6,18),(19278,24,6,19),(19279,24,6,20),(19280,24,6,21),(19281,24,6,22),(19282,24,6,23),(19283,24,6,24),(19284,24,6,25),(19285,24,6,26),(19286,24,6,27),(19287,24,6,28),(19288,24,6,29),(19289,24,6,30),(19290,24,7,1),(19291,24,7,2),(19292,24,7,3),(19293,24,7,4),(19294,24,7,5),(19295,24,7,6),(19296,24,7,7),(19297,24,7,8),(19298,24,7,9),(19299,24,7,10),(19300,24,7,11),(19301,24,7,12),(19302,24,7,13),(19303,24,7,14),(19304,24,7,15),(19305,24,7,16),(19306,24,7,17),(19307,24,7,18),(19308,24,7,19),(19309,24,7,20),(19310,24,7,21),(19311,24,7,22),(19312,24,7,23),(19313,24,7,24),(19314,24,7,25),(19315,24,7,26),(19316,24,7,27),(19317,24,7,28),(19318,24,7,29),(19319,24,7,30),(19320,24,7,31),(19321,24,7,32),(19322,24,7,33),(19323,24,7,34),(19324,24,8,1),(19325,24,8,2),(19326,24,8,3),(19327,24,8,4),(19328,24,8,5),(19329,24,8,6),(19330,24,8,7),(19331,24,8,8),(19332,24,8,9),(19333,24,8,10),(19334,24,8,11),(19335,24,8,12),(19336,24,8,13),(19337,24,8,14),(19338,24,8,15),(19339,24,8,16),(19340,24,8,17),(19341,24,8,18),(19342,24,8,19),(19343,24,8,20),(19344,24,8,21),(19345,24,8,22),(19346,24,8,23),(19347,24,9,1),(19348,24,9,2),(19349,24,9,3),(19350,24,9,4),(19351,24,9,5),(19352,24,9,6),(19353,24,9,7),(19354,24,9,8),(19355,24,9,9),(19356,24,9,10),(19357,24,9,11),(19358,24,9,12),(19359,24,9,13),(19360,24,9,14),(19361,24,9,15),(19362,24,9,16),(19363,24,9,17),(19364,24,9,18),(19365,24,9,19),(19366,24,9,20),(19367,24,9,21),(19368,24,9,22),(19369,24,9,23),(19370,24,9,24),(19371,24,9,25),(19372,24,10,1),(19373,24,10,2),(19374,24,10,3),(19375,24,10,4),(19376,24,10,5),(19377,24,10,6),(19378,24,10,7),(19379,24,10,8),(19380,24,10,9),(19381,24,10,10),(19382,24,10,11),(19383,24,10,12),(19384,24,10,13),(19385,24,10,14),(19386,24,10,15),(19387,24,10,16),(19388,24,10,17),(19389,24,10,18),(19390,24,10,19),(19391,24,10,20),(19392,24,10,21),(19393,24,10,22),(19394,24,10,23),(19395,24,10,24),(19396,24,10,25),(19397,24,11,1),(19398,24,11,2),(19399,24,11,3),(19400,24,11,4),(19401,24,11,5),(19402,24,11,6),(19403,24,11,7),(19404,24,11,8),(19405,24,11,9),(19406,24,11,10),(19407,24,11,11),(19408,24,11,12),(19409,24,11,13),(19410,24,11,14),(19411,24,11,15),(19412,24,11,16),(19413,24,11,17),(19414,24,11,18),(19415,24,11,19),(19416,24,11,20),(19417,24,11,21),(19418,24,11,22),(19419,24,11,23),(19420,24,12,1),(19421,24,12,2),(19422,24,12,3),(19423,24,12,4),(19424,24,12,5),(19425,24,12,6),(19426,24,12,7),(19427,24,12,8),(19428,24,12,9),(19429,24,12,10),(19430,24,12,11),(19431,24,12,12),(19432,24,12,13),(19433,24,12,14),(19434,24,12,15),(19435,24,12,16),(19436,24,12,17),(19437,24,13,1),(19438,24,13,2),(19439,24,13,3),(19440,24,13,4),(19441,24,13,5),(19442,24,13,6),(19443,24,13,7),(19444,24,13,8),(19445,24,13,9),(19446,24,13,10),(19447,24,13,11),(19448,24,13,12),(19449,24,13,13),(19450,24,13,14),(19451,24,13,15),(19452,24,13,16),(19453,24,13,17),(19454,24,13,18),(19455,24,13,19),(19456,24,13,20),(19457,24,13,21),(19458,24,13,22),(19459,24,13,23),(19460,24,13,24),(19461,24,13,25),(19462,24,13,26),(19463,24,13,27),(19464,24,14,1),(19465,24,14,2),(19466,24,14,3),(19467,24,14,4),(19468,24,14,5),(19469,24,14,6),(19470,24,14,7),(19471,24,14,8),(19472,24,14,9),(19473,24,14,10),(19474,24,14,11),(19475,24,14,12),(19476,24,14,13),(19477,24,14,14),(19478,24,14,15),(19479,24,14,16),(19480,24,14,17),(19481,24,14,18),(19482,24,14,19),(19483,24,14,20),(19484,24,14,21),(19485,24,14,22),(19486,24,15,1),(19487,24,15,2),(19488,24,15,3),(19489,24,15,4),(19490,24,15,5),(19491,24,15,6),(19492,24,15,7),(19493,24,15,8),(19494,24,15,9),(19495,24,15,10),(19496,24,15,11),(19497,24,15,12),(19498,24,15,13),(19499,24,15,14),(19500,24,15,15),(19501,24,15,16),(19502,24,15,17),(19503,24,15,18),(19504,24,15,19),(19505,24,15,20),(19506,24,15,21),(19507,24,16,1),(19508,24,16,2),(19509,24,16,3),(19510,24,16,4),(19511,24,16,5),(19512,24,16,6),(19513,24,16,7),(19514,24,16,8),(19515,24,16,9),(19516,24,16,10),(19517,24,16,11),(19518,24,16,12),(19519,24,16,13),(19520,24,16,14),(19521,24,16,15),(19522,24,16,16),(19523,24,16,17),(19524,24,16,18),(19525,24,16,19),(19526,24,16,20),(19527,24,16,21),(19528,24,17,1),(19529,24,17,2),(19530,24,17,3),(19531,24,17,4),(19532,24,17,5),(19533,24,17,6),(19534,24,17,7),(19535,24,17,8),(19536,24,17,9),(19537,24,17,10),(19538,24,17,11),(19539,24,17,12),(19540,24,17,13),(19541,24,17,14),(19542,24,17,15),(19543,24,17,16),(19544,24,17,17),(19545,24,17,18),(19546,24,17,19),(19547,24,17,20),(19548,24,17,21),(19549,24,17,22),(19550,24,17,23),(19551,24,17,24),(19552,24,17,25),(19553,24,17,26),(19554,24,17,27),(19555,24,18,1),(19556,24,18,2),(19557,24,18,3),(19558,24,18,4),(19559,24,18,5),(19560,24,18,6),(19561,24,18,7),(19562,24,18,8),(19563,24,18,9),(19564,24,18,10),(19565,24,18,11),(19566,24,18,12),(19567,24,18,13),(19568,24,18,14),(19569,24,18,15),(19570,24,18,16),(19571,24,18,17),(19572,24,18,18),(19573,24,18,19),(19574,24,18,20),(19575,24,18,21),(19576,24,18,22),(19577,24,18,23),(19578,24,19,1),(19579,24,19,2),(19580,24,19,3),(19581,24,19,4),(19582,24,19,5),(19583,24,19,6),(19584,24,19,7),(19585,24,19,8),(19586,24,19,9),(19587,24,19,10),(19588,24,19,11),(19589,24,19,12),(19590,24,19,13),(19591,24,19,14),(19592,24,19,15),(19593,24,20,1),(19594,24,20,2),(19595,24,20,3),(19596,24,20,4),(19597,24,20,5),(19598,24,20,6),(19599,24,20,7),(19600,24,20,8),(19601,24,20,9),(19602,24,20,10),(19603,24,20,11),(19604,24,20,12),(19605,24,20,13),(19606,24,20,14),(19607,24,20,15),(19608,24,20,16),(19609,24,20,17),(19610,24,20,18),(19611,24,21,1),(19612,24,21,2),(19613,24,21,3),(19614,24,21,4),(19615,24,21,5),(19616,24,21,6),(19617,24,21,7),(19618,24,21,8),(19619,24,21,9),(19620,24,21,10),(19621,24,21,11),(19622,24,21,12),(19623,24,21,13),(19624,24,21,14),(19625,24,22,1),(19626,24,22,2),(19627,24,22,3),(19628,24,22,4),(19629,24,22,5),(19630,24,22,6),(19631,24,22,7),(19632,24,22,8),(19633,24,22,9),(19634,24,22,10),(19635,24,22,11),(19636,24,22,12),(19637,24,22,13),(19638,24,22,14),(19639,24,22,15),(19640,24,22,16),(19641,24,22,17),(19642,24,22,18),(19643,24,22,19),(19644,24,22,20),(19645,24,22,21),(19646,24,22,22),(19647,24,22,23),(19648,24,22,24),(19649,24,22,25),(19650,24,22,26),(19651,24,22,27),(19652,24,22,28),(19653,24,22,29),(19654,24,22,30),(19655,24,23,1),(19656,24,23,2),(19657,24,23,3),(19658,24,23,4),(19659,24,23,5),(19660,24,23,6),(19661,24,23,7),(19662,24,23,8),(19663,24,23,9),(19664,24,23,10),(19665,24,23,11),(19666,24,23,12),(19667,24,23,13),(19668,24,23,14),(19669,24,23,15),(19670,24,23,16),(19671,24,23,17),(19672,24,23,18),(19673,24,23,19),(19674,24,23,20),(19675,24,23,21),(19676,24,23,22),(19677,24,23,23),(19678,24,23,24),(19679,24,23,25),(19680,24,23,26),(19681,24,23,27),(19682,24,23,28),(19683,24,23,29),(19684,24,23,30),(19685,24,23,31),(19686,24,23,32),(19687,24,23,33),(19688,24,23,34),(19689,24,23,35),(19690,24,23,36),(19691,24,23,37),(19692,24,23,38),(19693,24,23,39),(19694,24,23,40),(19695,24,24,1),(19696,24,24,2),(19697,24,24,3),(19698,24,24,4),(19699,24,24,5),(19700,24,24,6),(19701,24,24,7),(19702,24,24,8),(19703,24,24,9),(19704,24,24,10),(19705,24,25,1),(19706,24,25,2),(19707,24,25,3),(19708,24,25,4),(19709,24,25,5),(19710,24,25,6),(19711,24,25,7),(19712,24,25,8),(19713,24,25,9),(19714,24,25,10),(19715,24,25,11),(19716,24,25,12),(19717,24,25,13),(19718,24,25,14),(19719,24,25,15),(19720,24,25,16),(19721,24,25,17),(19722,24,25,18),(19723,24,25,19),(19724,24,25,20),(19725,24,25,21),(19726,24,25,22),(19727,24,25,23),(19728,24,25,24),(19729,24,25,25),(19730,24,25,26),(19731,24,25,27),(19732,24,25,28),(19733,24,25,29),(19734,24,25,30),(19735,24,25,31),(19736,24,25,32),(19737,24,25,33),(19738,24,25,34),(19739,24,25,35),(19740,24,25,36),(19741,24,25,37),(19742,24,25,38),(19743,24,26,1),(19744,24,26,2),(19745,24,26,3),(19746,24,26,4),(19747,24,26,5),(19748,24,26,6),(19749,24,26,7),(19750,24,26,8),(19751,24,26,9),(19752,24,26,10),(19753,24,26,11),(19754,24,26,12),(19755,24,26,13),(19756,24,26,14),(19757,24,26,15),(19758,24,26,16),(19759,24,26,17),(19760,24,26,18),(19761,24,26,19),(19762,24,26,20),(19763,24,26,21),(19764,24,26,22),(19765,24,26,23),(19766,24,26,24),(19767,24,27,1),(19768,24,27,2),(19769,24,27,3),(19770,24,27,4),(19771,24,27,5),(19772,24,27,6),(19773,24,27,7),(19774,24,27,8),(19775,24,27,9),(19776,24,27,10),(19777,24,27,11),(19778,24,27,12),(19779,24,27,13),(19780,24,27,14),(19781,24,27,15),(19782,24,27,16),(19783,24,27,17),(19784,24,27,18),(19785,24,27,19),(19786,24,27,20),(19787,24,27,21),(19788,24,27,22),(19789,24,28,1),(19790,24,28,2),(19791,24,28,3),(19792,24,28,4),(19793,24,28,5),(19794,24,28,6),(19795,24,28,7),(19796,24,28,8),(19797,24,28,9),(19798,24,28,10),(19799,24,28,11),(19800,24,28,12),(19801,24,28,13),(19802,24,28,14),(19803,24,28,15),(19804,24,28,16),(19805,24,28,17),(19806,24,29,1),(19807,24,29,2),(19808,24,29,3),(19809,24,29,4),(19810,24,29,5),(19811,24,29,6),(19812,24,29,7),(19813,24,29,8),(19814,24,29,9),(19815,24,29,10),(19816,24,29,11),(19817,24,29,12),(19818,24,29,13),(19819,24,29,14),(19820,24,29,15),(19821,24,29,16),(19822,24,29,17),(19823,24,29,18),(19824,24,29,19),(19825,24,29,20),(19826,24,29,21),(19827,24,29,22),(19828,24,29,23),(19829,24,29,24),(19830,24,29,25),(19831,24,29,26),(19832,24,29,27),(19833,24,29,28),(19834,24,29,29),(19835,24,29,30),(19836,24,29,31),(19837,24,29,32),(19838,24,30,1),(19839,24,30,2),(19840,24,30,3),(19841,24,30,4),(19842,24,30,5),(19843,24,30,6),(19844,24,30,7),(19845,24,30,8),(19846,24,30,9),(19847,24,30,10),(19848,24,30,11),(19849,24,30,12),(19850,24,30,13),(19851,24,30,14),(19852,24,30,15),(19853,24,30,16),(19854,24,30,17),(19855,24,30,18),(19856,24,30,19),(19857,24,30,20),(19858,24,30,21),(19859,24,30,22),(19860,24,30,23),(19861,24,30,24),(19862,24,31,1),(19863,24,31,2),(19864,24,31,3),(19865,24,31,4),(19866,24,31,5),(19867,24,31,6),(19868,24,31,7),(19869,24,31,8),(19870,24,31,9),(19871,24,31,10),(19872,24,31,11),(19873,24,31,12),(19874,24,31,13),(19875,24,31,14),(19876,24,31,15),(19877,24,31,16),(19878,24,31,17),(19879,24,31,18),(19880,24,31,19),(19881,24,31,20),(19882,24,31,21),(19883,24,31,22),(19884,24,31,23),(19885,24,31,24),(19886,24,31,25),(19887,24,31,26),(19888,24,31,27),(19889,24,31,28),(19890,24,31,29),(19891,24,31,30),(19892,24,31,31),(19893,24,31,32),(19894,24,31,33),(19895,24,31,34),(19896,24,31,35),(19897,24,31,36),(19898,24,31,37),(19899,24,31,38),(19900,24,31,39),(19901,24,31,40),(19902,24,32,1),(19903,24,32,2),(19904,24,32,3),(19905,24,32,4),(19906,24,32,5),(19907,24,32,6),(19908,24,32,7),(19909,24,32,8),(19910,24,32,9),(19911,24,32,10),(19912,24,32,11),(19913,24,32,12),(19914,24,32,13),(19915,24,32,14),(19916,24,32,15),(19917,24,32,16),(19918,24,32,17),(19919,24,32,18),(19920,24,32,19),(19921,24,32,20),(19922,24,32,21),(19923,24,32,22),(19924,24,32,23),(19925,24,32,24),(19926,24,32,25),(19927,24,32,26),(19928,24,32,27),(19929,24,32,28),(19930,24,32,29),(19931,24,32,30),(19932,24,32,31),(19933,24,32,32),(19934,24,32,33),(19935,24,32,34),(19936,24,32,35),(19937,24,32,36),(19938,24,32,37),(19939,24,32,38),(19940,24,32,39),(19941,24,32,40),(19942,24,32,41),(19943,24,32,42),(19944,24,32,43),(19945,24,32,44),(19946,24,33,1),(19947,24,33,2),(19948,24,33,3),(19949,24,33,4),(19950,24,33,5),(19951,24,33,6),(19952,24,33,7),(19953,24,33,8),(19954,24,33,9),(19955,24,33,10),(19956,24,33,11),(19957,24,33,12),(19958,24,33,13),(19959,24,33,14),(19960,24,33,15),(19961,24,33,16),(19962,24,33,17),(19963,24,33,18),(19964,24,33,19),(19965,24,33,20),(19966,24,33,21),(19967,24,33,22),(19968,24,33,23),(19969,24,33,24),(19970,24,33,25),(19971,24,33,26),(19972,24,34,1),(19973,24,34,2),(19974,24,34,3),(19975,24,34,4),(19976,24,34,5),(19977,24,34,6),(19978,24,34,7),(19979,24,34,8),(19980,24,34,9),(19981,24,34,10),(19982,24,34,11),(19983,24,34,12),(19984,24,34,13),(19985,24,34,14),(19986,24,34,15),(19987,24,34,16),(19988,24,34,17),(19989,24,34,18),(19990,24,34,19),(19991,24,34,20),(19992,24,34,21),(19993,24,34,22),(19994,24,35,1),(19995,24,35,2),(19996,24,35,3),(19997,24,35,4),(19998,24,35,5),(19999,24,35,6),(20000,24,35,7),(20001,24,35,8),(20002,24,35,9),(20003,24,35,10),(20004,24,35,11),(20005,24,35,12),(20006,24,35,13),(20007,24,35,14),(20008,24,35,15),(20009,24,35,16),(20010,24,35,17),(20011,24,35,18),(20012,24,35,19),(20013,24,36,1),(20014,24,36,2),(20015,24,36,3),(20016,24,36,4),(20017,24,36,5),(20018,24,36,6),(20019,24,36,7),(20020,24,36,8),(20021,24,36,9),(20022,24,36,10),(20023,24,36,11),(20024,24,36,12),(20025,24,36,13),(20026,24,36,14),(20027,24,36,15),(20028,24,36,16),(20029,24,36,17),(20030,24,36,18),(20031,24,36,19),(20032,24,36,20),(20033,24,36,21),(20034,24,36,22),(20035,24,36,23),(20036,24,36,24),(20037,24,36,25),(20038,24,36,26),(20039,24,36,27),(20040,24,36,28),(20041,24,36,29),(20042,24,36,30),(20043,24,36,31),(20044,24,36,32),(20045,24,37,1),(20046,24,37,2),(20047,24,37,3),(20048,24,37,4),(20049,24,37,5),(20050,24,37,6),(20051,24,37,7),(20052,24,37,8),(20053,24,37,9),(20054,24,37,10),(20055,24,37,11),(20056,24,37,12),(20057,24,37,13),(20058,24,37,14),(20059,24,37,15),(20060,24,37,16),(20061,24,37,17),(20062,24,37,18),(20063,24,37,19),(20064,24,37,20),(20065,24,37,21),(20066,24,38,1),(20067,24,38,2),(20068,24,38,3),(20069,24,38,4),(20070,24,38,5),(20071,24,38,6),(20072,24,38,7),(20073,24,38,8),(20074,24,38,9),(20075,24,38,10),(20076,24,38,11),(20077,24,38,12),(20078,24,38,13),(20079,24,38,14),(20080,24,38,15),(20081,24,38,16),(20082,24,38,17),(20083,24,38,18),(20084,24,38,19),(20085,24,38,20),(20086,24,38,21),(20087,24,38,22),(20088,24,38,23),(20089,24,38,24),(20090,24,38,25),(20091,24,38,26),(20092,24,38,27),(20093,24,38,28),(20094,24,39,1),(20095,24,39,2),(20096,24,39,3),(20097,24,39,4),(20098,24,39,5),(20099,24,39,6),(20100,24,39,7),(20101,24,39,8),(20102,24,39,9),(20103,24,39,10),(20104,24,39,11),(20105,24,39,12),(20106,24,39,13),(20107,24,39,14),(20108,24,39,15),(20109,24,39,16),(20110,24,39,17),(20111,24,39,18),(20112,24,40,1),(20113,24,40,2),(20114,24,40,3),(20115,24,40,4),(20116,24,40,5),(20117,24,40,6),(20118,24,40,7),(20119,24,40,8),(20120,24,40,9),(20121,24,40,10),(20122,24,40,11),(20123,24,40,12),(20124,24,40,13),(20125,24,40,14),(20126,24,40,15),(20127,24,40,16),(20128,24,41,1),(20129,24,41,2),(20130,24,41,3),(20131,24,41,4),(20132,24,41,5),(20133,24,41,6),(20134,24,41,7),(20135,24,41,8),(20136,24,41,9),(20137,24,41,10),(20138,24,41,11),(20139,24,41,12),(20140,24,41,13),(20141,24,41,14),(20142,24,41,15),(20143,24,41,16),(20144,24,41,17),(20145,24,41,18),(20146,24,42,1),(20147,24,42,2),(20148,24,42,3),(20149,24,42,4),(20150,24,42,5),(20151,24,42,6),(20152,24,42,7),(20153,24,42,8),(20154,24,42,9),(20155,24,42,10),(20156,24,42,11),(20157,24,42,12),(20158,24,42,13),(20159,24,42,14),(20160,24,42,15),(20161,24,42,16),(20162,24,42,17),(20163,24,42,18),(20164,24,42,19),(20165,24,42,20),(20166,24,42,21),(20167,24,42,22),(20168,24,43,1),(20169,24,43,2),(20170,24,43,3),(20171,24,43,4),(20172,24,43,5),(20173,24,43,6),(20174,24,43,7),(20175,24,43,8),(20176,24,43,9),(20177,24,43,10),(20178,24,43,11),(20179,24,43,12),(20180,24,43,13),(20181,24,44,1),(20182,24,44,2),(20183,24,44,3),(20184,24,44,4),(20185,24,44,5),(20186,24,44,6),(20187,24,44,7),(20188,24,44,8),(20189,24,44,9),(20190,24,44,10),(20191,24,44,11),(20192,24,44,12),(20193,24,44,13),(20194,24,44,14),(20195,24,44,15),(20196,24,44,16),(20197,24,44,17),(20198,24,44,18),(20199,24,44,19),(20200,24,44,20),(20201,24,44,21),(20202,24,44,22),(20203,24,44,23),(20204,24,44,24),(20205,24,44,25),(20206,24,44,26),(20207,24,44,27),(20208,24,44,28),(20209,24,44,29),(20210,24,44,30),(20211,24,45,1),(20212,24,45,2),(20213,24,45,3),(20214,24,45,4),(20215,24,45,5),(20216,24,46,1),(20217,24,46,2),(20218,24,46,3),(20219,24,46,4),(20220,24,46,5),(20221,24,46,6),(20222,24,46,7),(20223,24,46,8),(20224,24,46,9),(20225,24,46,10),(20226,24,46,11),(20227,24,46,12),(20228,24,46,13),(20229,24,46,14),(20230,24,46,15),(20231,24,46,16),(20232,24,46,17),(20233,24,46,18),(20234,24,46,19),(20235,24,46,20),(20236,24,46,21),(20237,24,46,22),(20238,24,46,23),(20239,24,46,24),(20240,24,46,25),(20241,24,46,26),(20242,24,46,27),(20243,24,46,28),(20244,24,47,1),(20245,24,47,2),(20246,24,47,3),(20247,24,47,4),(20248,24,47,5),(20249,24,47,6),(20250,24,47,7),(20251,24,48,1),(20252,24,48,2),(20253,24,48,3),(20254,24,48,4),(20255,24,48,5),(20256,24,48,6),(20257,24,48,7),(20258,24,48,8),(20259,24,48,9),(20260,24,48,10),(20261,24,48,11),(20262,24,48,12),(20263,24,48,13),(20264,24,48,14),(20265,24,48,15),(20266,24,48,16),(20267,24,48,17),(20268,24,48,18),(20269,24,48,19),(20270,24,48,20),(20271,24,48,21),(20272,24,48,22),(20273,24,48,23),(20274,24,48,24),(20275,24,48,25),(20276,24,48,26),(20277,24,48,27),(20278,24,48,28),(20279,24,48,29),(20280,24,48,30),(20281,24,48,31),(20282,24,48,32),(20283,24,48,33),(20284,24,48,34),(20285,24,48,35),(20286,24,48,36),(20287,24,48,37),(20288,24,48,38),(20289,24,48,39),(20290,24,48,40),(20291,24,48,41),(20292,24,48,42),(20293,24,48,43),(20294,24,48,44),(20295,24,48,45),(20296,24,48,46),(20297,24,48,47),(20298,24,49,1),(20299,24,49,2),(20300,24,49,3),(20301,24,49,4),(20302,24,49,5),(20303,24,49,6),(20304,24,49,7),(20305,24,49,8),(20306,24,49,9),(20307,24,49,10),(20308,24,49,11),(20309,24,49,12),(20310,24,49,13),(20311,24,49,14),(20312,24,49,15),(20313,24,49,16),(20314,24,49,17),(20315,24,49,18),(20316,24,49,19),(20317,24,49,20),(20318,24,49,21),(20319,24,49,22),(20320,24,49,23),(20321,24,49,24),(20322,24,49,25),(20323,24,49,26),(20324,24,49,27),(20325,24,49,28),(20326,24,49,29),(20327,24,49,30),(20328,24,49,31),(20329,24,49,32),(20330,24,49,33),(20331,24,49,34),(20332,24,49,35),(20333,24,49,36),(20334,24,49,37),(20335,24,49,38),(20336,24,49,39),(20337,24,50,1),(20338,24,50,2),(20339,24,50,3),(20340,24,50,4),(20341,24,50,5),(20342,24,50,6),(20343,24,50,7),(20344,24,50,8),(20345,24,50,9),(20346,24,50,10),(20347,24,50,11),(20348,24,50,12),(20349,24,50,13),(20350,24,50,14),(20351,24,50,15),(20352,24,50,16),(20353,24,50,17),(20354,24,50,18),(20355,24,50,19),(20356,24,50,20),(20357,24,50,21),(20358,24,50,22),(20359,24,50,23),(20360,24,50,24),(20361,24,50,25),(20362,24,50,26),(20363,24,50,27),(20364,24,50,28),(20365,24,50,29),(20366,24,50,30),(20367,24,50,31),(20368,24,50,32),(20369,24,50,33),(20370,24,50,34),(20371,24,50,35),(20372,24,50,36),(20373,24,50,37),(20374,24,50,38),(20375,24,50,39),(20376,24,50,40),(20377,24,50,41),(20378,24,50,42),(20379,24,50,43),(20380,24,50,44),(20381,24,50,45),(20382,24,50,46),(20383,24,51,1),(20384,24,51,2),(20385,24,51,3),(20386,24,51,4),(20387,24,51,5),(20388,24,51,6),(20389,24,51,7),(20390,24,51,8),(20391,24,51,9),(20392,24,51,10),(20393,24,51,11),(20394,24,51,12),(20395,24,51,13),(20396,24,51,14),(20397,24,51,15),(20398,24,51,16),(20399,24,51,17),(20400,24,51,18),(20401,24,51,19),(20402,24,51,20),(20403,24,51,21),(20404,24,51,22),(20405,24,51,23),(20406,24,51,24),(20407,24,51,25),(20408,24,51,26),(20409,24,51,27),(20410,24,51,28),(20411,24,51,29),(20412,24,51,30),(20413,24,51,31),(20414,24,51,32),(20415,24,51,33),(20416,24,51,34),(20417,24,51,35),(20418,24,51,36),(20419,24,51,37),(20420,24,51,38),(20421,24,51,39),(20422,24,51,40),(20423,24,51,41),(20424,24,51,42),(20425,24,51,43),(20426,24,51,44),(20427,24,51,45),(20428,24,51,46),(20429,24,51,47),(20430,24,51,48),(20431,24,51,49),(20432,24,51,50),(20433,24,51,51),(20434,24,51,52),(20435,24,51,53),(20436,24,51,54),(20437,24,51,55),(20438,24,51,56),(20439,24,51,57),(20440,24,51,58),(20441,24,51,59),(20442,24,51,60),(20443,24,51,61),(20444,24,51,62),(20445,24,51,63),(20446,24,51,64),(20447,24,52,1),(20448,24,52,2),(20449,24,52,3),(20450,24,52,4),(20451,24,52,5),(20452,24,52,6),(20453,24,52,7),(20454,24,52,8),(20455,24,52,9),(20456,24,52,10),(20457,24,52,11),(20458,24,52,12),(20459,24,52,13),(20460,24,52,14),(20461,24,52,15),(20462,24,52,16),(20463,24,52,17),(20464,24,52,18),(20465,24,52,19),(20466,24,52,20),(20467,24,52,21),(20468,24,52,22),(20469,24,52,23),(20470,24,52,24),(20471,24,52,25),(20472,24,52,26),(20473,24,52,27),(20474,24,52,28),(20475,24,52,29),(20476,24,52,30),(20477,24,52,31),(20478,24,52,32),(20479,24,52,33),(20480,24,52,34),(20481,25,1,1),(20482,25,1,2),(20483,25,1,3),(20484,25,1,4),(20485,25,1,5),(20486,25,1,6),(20487,25,1,7),(20488,25,1,8),(20489,25,1,9),(20490,25,1,10),(20491,25,1,11),(20492,25,1,12),(20493,25,1,13),(20494,25,1,14),(20495,25,1,15),(20496,25,1,16),(20497,25,1,17),(20498,25,1,18),(20499,25,1,19),(20500,25,1,20),(20501,25,1,21),(20502,25,1,22),(20503,25,2,1),(20504,25,2,2),(20505,25,2,3),(20506,25,2,4),(20507,25,2,5),(20508,25,2,6),(20509,25,2,7),(20510,25,2,8),(20511,25,2,9),(20512,25,2,10),(20513,25,2,11),(20514,25,2,12),(20515,25,2,13),(20516,25,2,14),(20517,25,2,15),(20518,25,2,16),(20519,25,2,17),(20520,25,2,18),(20521,25,2,19),(20522,25,2,20),(20523,25,2,21),(20524,25,2,22),(20525,25,3,1),(20526,25,3,2),(20527,25,3,3),(20528,25,3,4),(20529,25,3,5),(20530,25,3,6),(20531,25,3,7),(20532,25,3,8),(20533,25,3,9),(20534,25,3,10),(20535,25,3,11),(20536,25,3,12),(20537,25,3,13),(20538,25,3,14),(20539,25,3,15),(20540,25,3,16),(20541,25,3,17),(20542,25,3,18),(20543,25,3,19),(20544,25,3,20),(20545,25,3,21),(20546,25,3,22),(20547,25,3,23),(20548,25,3,24),(20549,25,3,25),(20550,25,3,26),(20551,25,3,27),(20552,25,3,28),(20553,25,3,29),(20554,25,3,30),(20555,25,3,31),(20556,25,3,32),(20557,25,3,33),(20558,25,3,34),(20559,25,3,35),(20560,25,3,36),(20561,25,3,37),(20562,25,3,38),(20563,25,3,39),(20564,25,3,40),(20565,25,3,41),(20566,25,3,42),(20567,25,3,43),(20568,25,3,44),(20569,25,3,45),(20570,25,3,46),(20571,25,3,47),(20572,25,3,48),(20573,25,3,49),(20574,25,3,50),(20575,25,3,51),(20576,25,3,52),(20577,25,3,53),(20578,25,3,54),(20579,25,3,55),(20580,25,3,56),(20581,25,3,57),(20582,25,3,58),(20583,25,3,59),(20584,25,3,60),(20585,25,3,61),(20586,25,3,62),(20587,25,3,63),(20588,25,3,64),(20589,25,3,65),(20590,25,3,66),(20591,25,4,1),(20592,25,4,2),(20593,25,4,3),(20594,25,4,4),(20595,25,4,5),(20596,25,4,6),(20597,25,4,7),(20598,25,4,8),(20599,25,4,9),(20600,25,4,10),(20601,25,4,11),(20602,25,4,12),(20603,25,4,13),(20604,25,4,14),(20605,25,4,15),(20606,25,4,16),(20607,25,4,17),(20608,25,4,18),(20609,25,4,19),(20610,25,4,20),(20611,25,4,21),(20612,25,4,22),(20613,25,5,1),(20614,25,5,2),(20615,25,5,3),(20616,25,5,4),(20617,25,5,5),(20618,25,5,6),(20619,25,5,7),(20620,25,5,8),(20621,25,5,9),(20622,25,5,10),(20623,25,5,11),(20624,25,5,12),(20625,25,5,13),(20626,25,5,14),(20627,25,5,15),(20628,25,5,16),(20629,25,5,17),(20630,25,5,18),(20631,25,5,19),(20632,25,5,20),(20633,25,5,21),(20634,25,5,22),(20635,26,1,1),(20636,26,1,2),(20637,26,1,3),(20638,26,1,4),(20639,26,1,5),(20640,26,1,6),(20641,26,1,7),(20642,26,1,8),(20643,26,1,9),(20644,26,1,10),(20645,26,1,11),(20646,26,1,12),(20647,26,1,13),(20648,26,1,14),(20649,26,1,15),(20650,26,1,16),(20651,26,1,17),(20652,26,1,18),(20653,26,1,19),(20654,26,1,20),(20655,26,1,21),(20656,26,1,22),(20657,26,1,23),(20658,26,1,24),(20659,26,1,25),(20660,26,1,26),(20661,26,1,27),(20662,26,1,28),(20663,26,2,1),(20664,26,2,2),(20665,26,2,3),(20666,26,2,4),(20667,26,2,5),(20668,26,2,6),(20669,26,2,7),(20670,26,2,8),(20671,26,2,9),(20672,26,2,10),(20673,26,3,1),(20674,26,3,2),(20675,26,3,3),(20676,26,3,4),(20677,26,3,5),(20678,26,3,6),(20679,26,3,7),(20680,26,3,8),(20681,26,3,9),(20682,26,3,10),(20683,26,3,11),(20684,26,3,12),(20685,26,3,13),(20686,26,3,14),(20687,26,3,15),(20688,26,3,16),(20689,26,3,17),(20690,26,3,18),(20691,26,3,19),(20692,26,3,20),(20693,26,3,21),(20694,26,3,22),(20695,26,3,23),(20696,26,3,24),(20697,26,3,25),(20698,26,3,26),(20699,26,3,27),(20700,26,4,1),(20701,26,4,2),(20702,26,4,3),(20703,26,4,4),(20704,26,4,5),(20705,26,4,6),(20706,26,4,7),(20707,26,4,8),(20708,26,4,9),(20709,26,4,10),(20710,26,4,11),(20711,26,4,12),(20712,26,4,13),(20713,26,4,14),(20714,26,4,15),(20715,26,4,16),(20716,26,4,17),(20717,26,5,1),(20718,26,5,2),(20719,26,5,3),(20720,26,5,4),(20721,26,5,5),(20722,26,5,6),(20723,26,5,7),(20724,26,5,8),(20725,26,5,9),(20726,26,5,10),(20727,26,5,11),(20728,26,5,12),(20729,26,5,13),(20730,26,5,14),(20731,26,5,15),(20732,26,5,16),(20733,26,5,17),(20734,26,6,1),(20735,26,6,2),(20736,26,6,3),(20737,26,6,4),(20738,26,6,5),(20739,26,6,6),(20740,26,6,7),(20741,26,6,8),(20742,26,6,9),(20743,26,6,10),(20744,26,6,11),(20745,26,6,12),(20746,26,6,13),(20747,26,6,14),(20748,26,7,1),(20749,26,7,2),(20750,26,7,3),(20751,26,7,4),(20752,26,7,5),(20753,26,7,6),(20754,26,7,7),(20755,26,7,8),(20756,26,7,9),(20757,26,7,10),(20758,26,7,11),(20759,26,7,12),(20760,26,7,13),(20761,26,7,14),(20762,26,7,15),(20763,26,7,16),(20764,26,7,17),(20765,26,7,18),(20766,26,7,19),(20767,26,7,20),(20768,26,7,21),(20769,26,7,22),(20770,26,7,23),(20771,26,7,24),(20772,26,7,25),(20773,26,7,26),(20774,26,7,27),(20775,26,8,1),(20776,26,8,2),(20777,26,8,3),(20778,26,8,4),(20779,26,8,5),(20780,26,8,6),(20781,26,8,7),(20782,26,8,8),(20783,26,8,9),(20784,26,8,10),(20785,26,8,11),(20786,26,8,12),(20787,26,8,13),(20788,26,8,14),(20789,26,8,15),(20790,26,8,16),(20791,26,8,17),(20792,26,8,18),(20793,26,9,1),(20794,26,9,2),(20795,26,9,3),(20796,26,9,4),(20797,26,9,5),(20798,26,9,6),(20799,26,9,7),(20800,26,9,8),(20801,26,9,9),(20802,26,9,10),(20803,26,9,11),(20804,26,10,1),(20805,26,10,2),(20806,26,10,3),(20807,26,10,4),(20808,26,10,5),(20809,26,10,6),(20810,26,10,7),(20811,26,10,8),(20812,26,10,9),(20813,26,10,10),(20814,26,10,11),(20815,26,10,12),(20816,26,10,13),(20817,26,10,14),(20818,26,10,15),(20819,26,10,16),(20820,26,10,17),(20821,26,10,18),(20822,26,10,19),(20823,26,10,20),(20824,26,10,21),(20825,26,10,22),(20826,26,11,1),(20827,26,11,2),(20828,26,11,3),(20829,26,11,4),(20830,26,11,5),(20831,26,11,6),(20832,26,11,7),(20833,26,11,8),(20834,26,11,9),(20835,26,11,10),(20836,26,11,11),(20837,26,11,12),(20838,26,11,13),(20839,26,11,14),(20840,26,11,15),(20841,26,11,16),(20842,26,11,17),(20843,26,11,18),(20844,26,11,19),(20845,26,11,20),(20846,26,11,21),(20847,26,11,22),(20848,26,11,23),(20849,26,11,24),(20850,26,11,25),(20851,26,12,1),(20852,26,12,2),(20853,26,12,3),(20854,26,12,4),(20855,26,12,5),(20856,26,12,6),(20857,26,12,7),(20858,26,12,8),(20859,26,12,9),(20860,26,12,10),(20861,26,12,11),(20862,26,12,12),(20863,26,12,13),(20864,26,12,14),(20865,26,12,15),(20866,26,12,16),(20867,26,12,17),(20868,26,12,18),(20869,26,12,19),(20870,26,12,20),(20871,26,12,21),(20872,26,12,22),(20873,26,12,23),(20874,26,12,24),(20875,26,12,25),(20876,26,12,26),(20877,26,12,27),(20878,26,12,28),(20879,26,13,1),(20880,26,13,2),(20881,26,13,3),(20882,26,13,4),(20883,26,13,5),(20884,26,13,6),(20885,26,13,7),(20886,26,13,8),(20887,26,13,9),(20888,26,13,10),(20889,26,13,11),(20890,26,13,12),(20891,26,13,13),(20892,26,13,14),(20893,26,13,15),(20894,26,13,16),(20895,26,13,17),(20896,26,13,18),(20897,26,13,19),(20898,26,13,20),(20899,26,13,21),(20900,26,13,22),(20901,26,13,23),(20902,26,14,1),(20903,26,14,2),(20904,26,14,3),(20905,26,14,4),(20906,26,14,5),(20907,26,14,6),(20908,26,14,7),(20909,26,14,8),(20910,26,14,9),(20911,26,14,10),(20912,26,14,11),(20913,26,14,12),(20914,26,14,13),(20915,26,14,14),(20916,26,14,15),(20917,26,14,16),(20918,26,14,17),(20919,26,14,18),(20920,26,14,19),(20921,26,14,20),(20922,26,14,21),(20923,26,14,22),(20924,26,14,23),(20925,26,15,1),(20926,26,15,2),(20927,26,15,3),(20928,26,15,4),(20929,26,15,5),(20930,26,15,6),(20931,26,15,7),(20932,26,15,8),(20933,26,16,1),(20934,26,16,2),(20935,26,16,3),(20936,26,16,4),(20937,26,16,5),(20938,26,16,6),(20939,26,16,7),(20940,26,16,8),(20941,26,16,9),(20942,26,16,10),(20943,26,16,11),(20944,26,16,12),(20945,26,16,13),(20946,26,16,14),(20947,26,16,15),(20948,26,16,16),(20949,26,16,17),(20950,26,16,18),(20951,26,16,19),(20952,26,16,20),(20953,26,16,21),(20954,26,16,22),(20955,26,16,23),(20956,26,16,24),(20957,26,16,25),(20958,26,16,26),(20959,26,16,27),(20960,26,16,28),(20961,26,16,29),(20962,26,16,30),(20963,26,16,31),(20964,26,16,32),(20965,26,16,33),(20966,26,16,34),(20967,26,16,35),(20968,26,16,36),(20969,26,16,37),(20970,26,16,38),(20971,26,16,39),(20972,26,16,40),(20973,26,16,41),(20974,26,16,42),(20975,26,16,43),(20976,26,16,44),(20977,26,16,45),(20978,26,16,46),(20979,26,16,47),(20980,26,16,48),(20981,26,16,49),(20982,26,16,50),(20983,26,16,51),(20984,26,16,52),(20985,26,16,53),(20986,26,16,54),(20987,26,16,55),(20988,26,16,56),(20989,26,16,57),(20990,26,16,58),(20991,26,16,59),(20992,26,16,60),(20993,26,16,61),(20994,26,16,62),(20995,26,16,63),(20996,26,17,1),(20997,26,17,2),(20998,26,17,3),(20999,26,17,4),(21000,26,17,5),(21001,26,17,6),(21002,26,17,7),(21003,26,17,8),(21004,26,17,9),(21005,26,17,10),(21006,26,17,11),(21007,26,17,12),(21008,26,17,13),(21009,26,17,14),(21010,26,17,15),(21011,26,17,16),(21012,26,17,17),(21013,26,17,18),(21014,26,17,19),(21015,26,17,20),(21016,26,17,21),(21017,26,17,22),(21018,26,17,23),(21019,26,17,24),(21020,26,18,1),(21021,26,18,2),(21022,26,18,3),(21023,26,18,4),(21024,26,18,5),(21025,26,18,6),(21026,26,18,7),(21027,26,18,8),(21028,26,18,9),(21029,26,18,10),(21030,26,18,11),(21031,26,18,12),(21032,26,18,13),(21033,26,18,14),(21034,26,18,15),(21035,26,18,16),(21036,26,18,17),(21037,26,18,18),(21038,26,18,19),(21039,26,18,20),(21040,26,18,21),(21041,26,18,22),(21042,26,18,23),(21043,26,18,24),(21044,26,18,25),(21045,26,18,26),(21046,26,18,27),(21047,26,18,28),(21048,26,18,29),(21049,26,18,30),(21050,26,18,31),(21051,26,18,32),(21052,26,19,1),(21053,26,19,2),(21054,26,19,3),(21055,26,19,4),(21056,26,19,5),(21057,26,19,6),(21058,26,19,7),(21059,26,19,8),(21060,26,19,9),(21061,26,19,10),(21062,26,19,11),(21063,26,19,12),(21064,26,19,13),(21065,26,19,14),(21066,26,20,1),(21067,26,20,2),(21068,26,20,3),(21069,26,20,4),(21070,26,20,5),(21071,26,20,6),(21072,26,20,7),(21073,26,20,8),(21074,26,20,9),(21075,26,20,10),(21076,26,20,11),(21077,26,20,12),(21078,26,20,13),(21079,26,20,14),(21080,26,20,15),(21081,26,20,16),(21082,26,20,17),(21083,26,20,18),(21084,26,20,19),(21085,26,20,20),(21086,26,20,21),(21087,26,20,22),(21088,26,20,23),(21089,26,20,24),(21090,26,20,25),(21091,26,20,26),(21092,26,20,27),(21093,26,20,28),(21094,26,20,29),(21095,26,20,30),(21096,26,20,31),(21097,26,20,32),(21098,26,20,33),(21099,26,20,34),(21100,26,20,35),(21101,26,20,36),(21102,26,20,37),(21103,26,20,38),(21104,26,20,39),(21105,26,20,40),(21106,26,20,41),(21107,26,20,42),(21108,26,20,43),(21109,26,20,44),(21110,26,21,1),(21111,26,21,2),(21112,26,21,3),(21113,26,21,4),(21114,26,21,5),(21115,26,21,6),(21116,26,21,7),(21117,26,21,8),(21118,26,21,9),(21119,26,21,10),(21120,26,21,11),(21121,26,21,12),(21122,26,21,13),(21123,26,21,14),(21124,26,21,15),(21125,26,21,16),(21126,26,21,17),(21127,26,21,18),(21128,26,21,19),(21129,26,21,20),(21130,26,21,21),(21131,26,21,22),(21132,26,21,23),(21133,26,21,24),(21134,26,21,25),(21135,26,21,26),(21136,26,21,27),(21137,26,21,28),(21138,26,21,29),(21139,26,21,30),(21140,26,21,31),(21141,26,21,32),(21142,26,21,33),(21143,26,21,34),(21144,26,21,35),(21145,26,21,36),(21146,26,21,37),(21147,26,22,1),(21148,26,22,2),(21149,26,22,3),(21150,26,22,4),(21151,26,22,5),(21152,26,22,6),(21153,26,22,7),(21154,26,22,8),(21155,26,22,9),(21156,26,22,10),(21157,26,22,11),(21158,26,22,12),(21159,26,22,13),(21160,26,22,14),(21161,26,22,15),(21162,26,22,16),(21163,26,22,17),(21164,26,22,18),(21165,26,22,19),(21166,26,22,20),(21167,26,22,21),(21168,26,22,22),(21169,26,22,23),(21170,26,22,24),(21171,26,22,25),(21172,26,22,26),(21173,26,22,27),(21174,26,22,28),(21175,26,22,29),(21176,26,22,30),(21177,26,22,31),(21178,26,23,1),(21179,26,23,2),(21180,26,23,3),(21181,26,23,4),(21182,26,23,5),(21183,26,23,6),(21184,26,23,7),(21185,26,23,8),(21186,26,23,9),(21187,26,23,10),(21188,26,23,11),(21189,26,23,12),(21190,26,23,13),(21191,26,23,14),(21192,26,23,15),(21193,26,23,16),(21194,26,23,17),(21195,26,23,18),(21196,26,23,19),(21197,26,23,20),(21198,26,23,21),(21199,26,23,22),(21200,26,23,23),(21201,26,23,24),(21202,26,23,25),(21203,26,23,26),(21204,26,23,27),(21205,26,23,28),(21206,26,23,29),(21207,26,23,30),(21208,26,23,31),(21209,26,23,32),(21210,26,23,33),(21211,26,23,34),(21212,26,23,35),(21213,26,23,36),(21214,26,23,37),(21215,26,23,38),(21216,26,23,39),(21217,26,23,40),(21218,26,23,41),(21219,26,23,42),(21220,26,23,43),(21221,26,23,44),(21222,26,23,45),(21223,26,23,46),(21224,26,23,47),(21225,26,23,48),(21226,26,23,49),(21227,26,24,1),(21228,26,24,2),(21229,26,24,3),(21230,26,24,4),(21231,26,24,5),(21232,26,24,6),(21233,26,24,7),(21234,26,24,8),(21235,26,24,9),(21236,26,24,10),(21237,26,24,11),(21238,26,24,12),(21239,26,24,13),(21240,26,24,14),(21241,26,24,15),(21242,26,24,16),(21243,26,24,17),(21244,26,24,18),(21245,26,24,19),(21246,26,24,20),(21247,26,24,21),(21248,26,24,22),(21249,26,24,23),(21250,26,24,24),(21251,26,24,25),(21252,26,24,26),(21253,26,24,27),(21254,26,25,1),(21255,26,25,2),(21256,26,25,3),(21257,26,25,4),(21258,26,25,5),(21259,26,25,6),(21260,26,25,7),(21261,26,25,8),(21262,26,25,9),(21263,26,25,10),(21264,26,25,11),(21265,26,25,12),(21266,26,25,13),(21267,26,25,14),(21268,26,25,15),(21269,26,25,16),(21270,26,25,17),(21271,26,26,1),(21272,26,26,2),(21273,26,26,3),(21274,26,26,4),(21275,26,26,5),(21276,26,26,6),(21277,26,26,7),(21278,26,26,8),(21279,26,26,9),(21280,26,26,10),(21281,26,26,11),(21282,26,26,12),(21283,26,26,13),(21284,26,26,14),(21285,26,26,15),(21286,26,26,16),(21287,26,26,17),(21288,26,26,18),(21289,26,26,19),(21290,26,26,20),(21291,26,26,21),(21292,26,27,1),(21293,26,27,2),(21294,26,27,3),(21295,26,27,4),(21296,26,27,5),(21297,26,27,6),(21298,26,27,7),(21299,26,27,8),(21300,26,27,9),(21301,26,27,10),(21302,26,27,11),(21303,26,27,12),(21304,26,27,13),(21305,26,27,14),(21306,26,27,15),(21307,26,27,16),(21308,26,27,17),(21309,26,27,18),(21310,26,27,19),(21311,26,27,20),(21312,26,27,21),(21313,26,27,22),(21314,26,27,23),(21315,26,27,24),(21316,26,27,25),(21317,26,27,26),(21318,26,27,27),(21319,26,27,28),(21320,26,27,29),(21321,26,27,30),(21322,26,27,31),(21323,26,27,32),(21324,26,27,33),(21325,26,27,34),(21326,26,27,35),(21327,26,27,36),(21328,26,28,1),(21329,26,28,2),(21330,26,28,3),(21331,26,28,4),(21332,26,28,5),(21333,26,28,6),(21334,26,28,7),(21335,26,28,8),(21336,26,28,9),(21337,26,28,10),(21338,26,28,11),(21339,26,28,12),(21340,26,28,13),(21341,26,28,14),(21342,26,28,15),(21343,26,28,16),(21344,26,28,17),(21345,26,28,18),(21346,26,28,19),(21347,26,28,20),(21348,26,28,21),(21349,26,28,22),(21350,26,28,23),(21351,26,28,24),(21352,26,28,25),(21353,26,28,26),(21354,26,29,1),(21355,26,29,2),(21356,26,29,3),(21357,26,29,4),(21358,26,29,5),(21359,26,29,6),(21360,26,29,7),(21361,26,29,8),(21362,26,29,9),(21363,26,29,10),(21364,26,29,11),(21365,26,29,12),(21366,26,29,13),(21367,26,29,14),(21368,26,29,15),(21369,26,29,16),(21370,26,29,17),(21371,26,29,18),(21372,26,29,19),(21373,26,29,20),(21374,26,29,21),(21375,26,30,1),(21376,26,30,2),(21377,26,30,3),(21378,26,30,4),(21379,26,30,5),(21380,26,30,6),(21381,26,30,7),(21382,26,30,8),(21383,26,30,9),(21384,26,30,10),(21385,26,30,11),(21386,26,30,12),(21387,26,30,13),(21388,26,30,14),(21389,26,30,15),(21390,26,30,16),(21391,26,30,17),(21392,26,30,18),(21393,26,30,19),(21394,26,30,20),(21395,26,30,21),(21396,26,30,22),(21397,26,30,23),(21398,26,30,24),(21399,26,30,25),(21400,26,30,26),(21401,26,31,1),(21402,26,31,2),(21403,26,31,3),(21404,26,31,4),(21405,26,31,5),(21406,26,31,6),(21407,26,31,7),(21408,26,31,8),(21409,26,31,9),(21410,26,31,10),(21411,26,31,11),(21412,26,31,12),(21413,26,31,13),(21414,26,31,14),(21415,26,31,15),(21416,26,31,16),(21417,26,31,17),(21418,26,31,18),(21419,26,32,1),(21420,26,32,2),(21421,26,32,3),(21422,26,32,4),(21423,26,32,5),(21424,26,32,6),(21425,26,32,7),(21426,26,32,8),(21427,26,32,9),(21428,26,32,10),(21429,26,32,11),(21430,26,32,12),(21431,26,32,13),(21432,26,32,14),(21433,26,32,15),(21434,26,32,16),(21435,26,32,17),(21436,26,32,18),(21437,26,32,19),(21438,26,32,20),(21439,26,32,21),(21440,26,32,22),(21441,26,32,23),(21442,26,32,24),(21443,26,32,25),(21444,26,32,26),(21445,26,32,27),(21446,26,32,28),(21447,26,32,29),(21448,26,32,30),(21449,26,32,31),(21450,26,32,32),(21451,26,33,1),(21452,26,33,2),(21453,26,33,3),(21454,26,33,4),(21455,26,33,5),(21456,26,33,6),(21457,26,33,7),(21458,26,33,8),(21459,26,33,9),(21460,26,33,10),(21461,26,33,11),(21462,26,33,12),(21463,26,33,13),(21464,26,33,14),(21465,26,33,15),(21466,26,33,16),(21467,26,33,17),(21468,26,33,18),(21469,26,33,19),(21470,26,33,20),(21471,26,33,21),(21472,26,33,22),(21473,26,33,23),(21474,26,33,24),(21475,26,33,25),(21476,26,33,26),(21477,26,33,27),(21478,26,33,28),(21479,26,33,29),(21480,26,33,30),(21481,26,33,31),(21482,26,33,32),(21483,26,33,33),(21484,26,34,1),(21485,26,34,2),(21486,26,34,3),(21487,26,34,4),(21488,26,34,5),(21489,26,34,6),(21490,26,34,7),(21491,26,34,8),(21492,26,34,9),(21493,26,34,10),(21494,26,34,11),(21495,26,34,12),(21496,26,34,13),(21497,26,34,14),(21498,26,34,15),(21499,26,34,16),(21500,26,34,17),(21501,26,34,18),(21502,26,34,19),(21503,26,34,20),(21504,26,34,21),(21505,26,34,22),(21506,26,34,23),(21507,26,34,24),(21508,26,34,25),(21509,26,34,26),(21510,26,34,27),(21511,26,34,28),(21512,26,34,29),(21513,26,34,30),(21514,26,34,31),(21515,26,35,1),(21516,26,35,2),(21517,26,35,3),(21518,26,35,4),(21519,26,35,5),(21520,26,35,6),(21521,26,35,7),(21522,26,35,8),(21523,26,35,9),(21524,26,35,10),(21525,26,35,11),(21526,26,35,12),(21527,26,35,13),(21528,26,35,14),(21529,26,35,15),(21530,26,36,1),(21531,26,36,2),(21532,26,36,3),(21533,26,36,4),(21534,26,36,5),(21535,26,36,6),(21536,26,36,7),(21537,26,36,8),(21538,26,36,9),(21539,26,36,10),(21540,26,36,11),(21541,26,36,12),(21542,26,36,13),(21543,26,36,14),(21544,26,36,15),(21545,26,36,16),(21546,26,36,17),(21547,26,36,18),(21548,26,36,19),(21549,26,36,20),(21550,26,36,21),(21551,26,36,22),(21552,26,36,23),(21553,26,36,24),(21554,26,36,25),(21555,26,36,26),(21556,26,36,27),(21557,26,36,28),(21558,26,36,29),(21559,26,36,30),(21560,26,36,31),(21561,26,36,32),(21562,26,36,33),(21563,26,36,34),(21564,26,36,35),(21565,26,36,36),(21566,26,36,37),(21567,26,36,38),(21568,26,37,1),(21569,26,37,2),(21570,26,37,3),(21571,26,37,4),(21572,26,37,5),(21573,26,37,6),(21574,26,37,7),(21575,26,37,8),(21576,26,37,9),(21577,26,37,10),(21578,26,37,11),(21579,26,37,12),(21580,26,37,13),(21581,26,37,14),(21582,26,37,15),(21583,26,37,16),(21584,26,37,17),(21585,26,37,18),(21586,26,37,19),(21587,26,37,20),(21588,26,37,21),(21589,26,37,22),(21590,26,37,23),(21591,26,37,24),(21592,26,37,25),(21593,26,37,26),(21594,26,37,27),(21595,26,37,28),(21596,26,38,1),(21597,26,38,2),(21598,26,38,3),(21599,26,38,4),(21600,26,38,5),(21601,26,38,6),(21602,26,38,7),(21603,26,38,8),(21604,26,38,9),(21605,26,38,10),(21606,26,38,11),(21607,26,38,12),(21608,26,38,13),(21609,26,38,14),(21610,26,38,15),(21611,26,38,16),(21612,26,38,17),(21613,26,38,18),(21614,26,38,19),(21615,26,38,20),(21616,26,38,21),(21617,26,38,22),(21618,26,38,23),(21619,26,39,1),(21620,26,39,2),(21621,26,39,3),(21622,26,39,4),(21623,26,39,5),(21624,26,39,6),(21625,26,39,7),(21626,26,39,8),(21627,26,39,9),(21628,26,39,10),(21629,26,39,11),(21630,26,39,12),(21631,26,39,13),(21632,26,39,14),(21633,26,39,15),(21634,26,39,16),(21635,26,39,17),(21636,26,39,18),(21637,26,39,19),(21638,26,39,20),(21639,26,39,21),(21640,26,39,22),(21641,26,39,23),(21642,26,39,24),(21643,26,39,25),(21644,26,39,26),(21645,26,39,27),(21646,26,39,28),(21647,26,39,29),(21648,26,40,1),(21649,26,40,2),(21650,26,40,3),(21651,26,40,4),(21652,26,40,5),(21653,26,40,6),(21654,26,40,7),(21655,26,40,8),(21656,26,40,9),(21657,26,40,10),(21658,26,40,11),(21659,26,40,12),(21660,26,40,13),(21661,26,40,14),(21662,26,40,15),(21663,26,40,16),(21664,26,40,17),(21665,26,40,18),(21666,26,40,19),(21667,26,40,20),(21668,26,40,21),(21669,26,40,22),(21670,26,40,23),(21671,26,40,24),(21672,26,40,25),(21673,26,40,26),(21674,26,40,27),(21675,26,40,28),(21676,26,40,29),(21677,26,40,30),(21678,26,40,31),(21679,26,40,32),(21680,26,40,33),(21681,26,40,34),(21682,26,40,35),(21683,26,40,36),(21684,26,40,37),(21685,26,40,38),(21686,26,40,39),(21687,26,40,40),(21688,26,40,41),(21689,26,40,42),(21690,26,40,43),(21691,26,40,44),(21692,26,40,45),(21693,26,40,46),(21694,26,40,47),(21695,26,40,48),(21696,26,40,49),(21697,26,41,1),(21698,26,41,2),(21699,26,41,3),(21700,26,41,4),(21701,26,41,5),(21702,26,41,6),(21703,26,41,7),(21704,26,41,8),(21705,26,41,9),(21706,26,41,10),(21707,26,41,11),(21708,26,41,12),(21709,26,41,13),(21710,26,41,14),(21711,26,41,15),(21712,26,41,16),(21713,26,41,17),(21714,26,41,18),(21715,26,41,19),(21716,26,41,20),(21717,26,41,21),(21718,26,41,22),(21719,26,41,23),(21720,26,41,24),(21721,26,41,25),(21722,26,41,26),(21723,26,42,1),(21724,26,42,2),(21725,26,42,3),(21726,26,42,4),(21727,26,42,5),(21728,26,42,6),(21729,26,42,7),(21730,26,42,8),(21731,26,42,9),(21732,26,42,10),(21733,26,42,11),(21734,26,42,12),(21735,26,42,13),(21736,26,42,14),(21737,26,42,15),(21738,26,42,16),(21739,26,42,17),(21740,26,42,18),(21741,26,42,19),(21742,26,42,20),(21743,26,43,1),(21744,26,43,2),(21745,26,43,3),(21746,26,43,4),(21747,26,43,5),(21748,26,43,6),(21749,26,43,7),(21750,26,43,8),(21751,26,43,9),(21752,26,43,10),(21753,26,43,11),(21754,26,43,12),(21755,26,43,13),(21756,26,43,14),(21757,26,43,15),(21758,26,43,16),(21759,26,43,17),(21760,26,43,18),(21761,26,43,19),(21762,26,43,20),(21763,26,43,21),(21764,26,43,22),(21765,26,43,23),(21766,26,43,24),(21767,26,43,25),(21768,26,43,26),(21769,26,43,27),(21770,26,44,1),(21771,26,44,2),(21772,26,44,3),(21773,26,44,4),(21774,26,44,5),(21775,26,44,6),(21776,26,44,7),(21777,26,44,8),(21778,26,44,9),(21779,26,44,10),(21780,26,44,11),(21781,26,44,12),(21782,26,44,13),(21783,26,44,14),(21784,26,44,15),(21785,26,44,16),(21786,26,44,17),(21787,26,44,18),(21788,26,44,19),(21789,26,44,20),(21790,26,44,21),(21791,26,44,22),(21792,26,44,23),(21793,26,44,24),(21794,26,44,25),(21795,26,44,26),(21796,26,44,27),(21797,26,44,28),(21798,26,44,29),(21799,26,44,30),(21800,26,44,31),(21801,26,45,1),(21802,26,45,2),(21803,26,45,3),(21804,26,45,4),(21805,26,45,5),(21806,26,45,6),(21807,26,45,7),(21808,26,45,8),(21809,26,45,9),(21810,26,45,10),(21811,26,45,11),(21812,26,45,12),(21813,26,45,13),(21814,26,45,14),(21815,26,45,15),(21816,26,45,16),(21817,26,45,17),(21818,26,45,18),(21819,26,45,19),(21820,26,45,20),(21821,26,45,21),(21822,26,45,22),(21823,26,45,23),(21824,26,45,24),(21825,26,45,25),(21826,26,46,1),(21827,26,46,2),(21828,26,46,3),(21829,26,46,4),(21830,26,46,5),(21831,26,46,6),(21832,26,46,7),(21833,26,46,8),(21834,26,46,9),(21835,26,46,10),(21836,26,46,11),(21837,26,46,12),(21838,26,46,13),(21839,26,46,14),(21840,26,46,15),(21841,26,46,16),(21842,26,46,17),(21843,26,46,18),(21844,26,46,19),(21845,26,46,20),(21846,26,46,21),(21847,26,46,22),(21848,26,46,23),(21849,26,46,24),(21850,26,47,1),(21851,26,47,2),(21852,26,47,3),(21853,26,47,4),(21854,26,47,5),(21855,26,47,6),(21856,26,47,7),(21857,26,47,8),(21858,26,47,9),(21859,26,47,10),(21860,26,47,11),(21861,26,47,12),(21862,26,47,13),(21863,26,47,14),(21864,26,47,15),(21865,26,47,16),(21866,26,47,17),(21867,26,47,18),(21868,26,47,19),(21869,26,47,20),(21870,26,47,21),(21871,26,47,22),(21872,26,47,23),(21873,26,48,1),(21874,26,48,2),(21875,26,48,3),(21876,26,48,4),(21877,26,48,5),(21878,26,48,6),(21879,26,48,7),(21880,26,48,8),(21881,26,48,9),(21882,26,48,10),(21883,26,48,11),(21884,26,48,12),(21885,26,48,13),(21886,26,48,14),(21887,26,48,15),(21888,26,48,16),(21889,26,48,17),(21890,26,48,18),(21891,26,48,19),(21892,26,48,20),(21893,26,48,21),(21894,26,48,22),(21895,26,48,23),(21896,26,48,24),(21897,26,48,25),(21898,26,48,26),(21899,26,48,27),(21900,26,48,28),(21901,26,48,29),(21902,26,48,30),(21903,26,48,31),(21904,26,48,32),(21905,26,48,33),(21906,26,48,34),(21907,26,48,35),(21908,27,1,1),(21909,27,1,2),(21910,27,1,3),(21911,27,1,4),(21912,27,1,5),(21913,27,1,6),(21914,27,1,7),(21915,27,1,8),(21916,27,1,9),(21917,27,1,10),(21918,27,1,11),(21919,27,1,12),(21920,27,1,13),(21921,27,1,14),(21922,27,1,15),(21923,27,1,16),(21924,27,1,17),(21925,27,1,18),(21926,27,1,19),(21927,27,1,20),(21928,27,1,21),(21929,27,2,1),(21930,27,2,2),(21931,27,2,3),(21932,27,2,4),(21933,27,2,5),(21934,27,2,6),(21935,27,2,7),(21936,27,2,8),(21937,27,2,9),(21938,27,2,10),(21939,27,2,11),(21940,27,2,12),(21941,27,2,13),(21942,27,2,14),(21943,27,2,15),(21944,27,2,16),(21945,27,2,17),(21946,27,2,18),(21947,27,2,19),(21948,27,2,20),(21949,27,2,21),(21950,27,2,22),(21951,27,2,23),(21952,27,2,24),(21953,27,2,25),(21954,27,2,26),(21955,27,2,27),(21956,27,2,28),(21957,27,2,29),(21958,27,2,30),(21959,27,2,31),(21960,27,2,32),(21961,27,2,33),(21962,27,2,34),(21963,27,2,35),(21964,27,2,36),(21965,27,2,37),(21966,27,2,38),(21967,27,2,39),(21968,27,2,40),(21969,27,2,41),(21970,27,2,42),(21971,27,2,43),(21972,27,2,44),(21973,27,2,45),(21974,27,2,46),(21975,27,2,47),(21976,27,2,48),(21977,27,2,49),(21978,27,3,1),(21979,27,3,2),(21980,27,3,3),(21981,27,3,4),(21982,27,3,5),(21983,27,3,6),(21984,27,3,7),(21985,27,3,8),(21986,27,3,9),(21987,27,3,10),(21988,27,3,11),(21989,27,3,12),(21990,27,3,13),(21991,27,3,14),(21992,27,3,15),(21993,27,3,16),(21994,27,3,17),(21995,27,3,18),(21996,27,3,19),(21997,27,3,20),(21998,27,3,21),(21999,27,3,22),(22000,27,3,23),(22001,27,3,24),(22002,27,3,25),(22003,27,3,26),(22004,27,3,27),(22005,27,3,28),(22006,27,3,29),(22007,27,3,30),(22008,27,3,31),(22009,27,3,32),(22010,27,3,33),(22011,27,3,34),(22012,27,3,35),(22013,27,3,36),(22014,27,3,37),(22015,27,3,38),(22016,27,3,39),(22017,27,3,40),(22018,27,3,41),(22019,27,3,42),(22020,27,3,43),(22021,27,3,44),(22022,27,3,45),(22023,27,3,46),(22024,27,3,47),(22025,27,3,48),(22026,27,3,49),(22027,27,3,50),(22028,27,3,51),(22029,27,3,52),(22030,27,3,53),(22031,27,3,54),(22032,27,3,55),(22033,27,3,56),(22034,27,3,57),(22035,27,3,58),(22036,27,3,59),(22037,27,3,60),(22038,27,3,61),(22039,27,3,62),(22040,27,3,63),(22041,27,3,64),(22042,27,3,65),(22043,27,3,66),(22044,27,3,67),(22045,27,3,68),(22046,27,3,69),(22047,27,3,70),(22048,27,3,71),(22049,27,3,72),(22050,27,3,73),(22051,27,3,74),(22052,27,3,75),(22053,27,3,76),(22054,27,3,77),(22055,27,3,78),(22056,27,3,79),(22057,27,3,80),(22058,27,3,81),(22059,27,3,82),(22060,27,3,83),(22061,27,3,84),(22062,27,3,85),(22063,27,3,86),(22064,27,3,87),(22065,27,3,88),(22066,27,3,89),(22067,27,3,90),(22068,27,3,91),(22069,27,3,92),(22070,27,3,93),(22071,27,3,94),(22072,27,3,95),(22073,27,3,96),(22074,27,3,97),(22075,27,3,98),(22076,27,3,99),(22077,27,3,100),(22078,27,4,1),(22079,27,4,2),(22080,27,4,3),(22081,27,4,4),(22082,27,4,5),(22083,27,4,6),(22084,27,4,7),(22085,27,4,8),(22086,27,4,9),(22087,27,4,10),(22088,27,4,11),(22089,27,4,12),(22090,27,4,13),(22091,27,4,14),(22092,27,4,15),(22093,27,4,16),(22094,27,4,17),(22095,27,4,18),(22096,27,4,19),(22097,27,4,20),(22098,27,4,21),(22099,27,4,22),(22100,27,4,23),(22101,27,4,24),(22102,27,4,25),(22103,27,4,26),(22104,27,4,27),(22105,27,4,28),(22106,27,4,29),(22107,27,4,30),(22108,27,4,31),(22109,27,4,32),(22110,27,4,33),(22111,27,4,34),(22112,27,5,1),(22113,27,5,2),(22114,27,5,3),(22115,27,5,4),(22116,27,5,5),(22117,27,5,6),(22118,27,5,7),(22119,27,5,8),(22120,27,5,9),(22121,27,5,10),(22122,27,5,11),(22123,27,5,12),(22124,27,5,13),(22125,27,5,14),(22126,27,5,15),(22127,27,5,16),(22128,27,5,17),(22129,27,5,18),(22130,27,5,19),(22131,27,5,20),(22132,27,5,21),(22133,27,5,22),(22134,27,5,23),(22135,27,5,24),(22136,27,5,25),(22137,27,5,26),(22138,27,5,27),(22139,27,5,28),(22140,27,5,29),(22141,27,5,30),(22142,27,6,1),(22143,27,6,2),(22144,27,6,3),(22145,27,6,4),(22146,27,6,5),(22147,27,6,6),(22148,27,6,7),(22149,27,6,8),(22150,27,6,9),(22151,27,6,10),(22152,27,6,11),(22153,27,6,12),(22154,27,6,13),(22155,27,6,14),(22156,27,6,15),(22157,27,6,16),(22158,27,6,17),(22159,27,6,18),(22160,27,6,19),(22161,27,6,20),(22162,27,6,21),(22163,27,6,22),(22164,27,6,23),(22165,27,6,24),(22166,27,6,25),(22167,27,6,26),(22168,27,6,27),(22169,27,6,28),(22170,27,6,29),(22171,27,7,1),(22172,27,7,2),(22173,27,7,3),(22174,27,7,4),(22175,27,7,5),(22176,27,7,6),(22177,27,7,7),(22178,27,7,8),(22179,27,7,9),(22180,27,7,10),(22181,27,7,11),(22182,27,7,12),(22183,27,7,13),(22184,27,7,14),(22185,27,7,15),(22186,27,7,16),(22187,27,7,17),(22188,27,7,18),(22189,27,7,19),(22190,27,7,20),(22191,27,7,21),(22192,27,7,22),(22193,27,7,23),(22194,27,7,24),(22195,27,7,25),(22196,27,7,26),(22197,27,7,27),(22198,27,7,28),(22199,27,8,1),(22200,27,8,2),(22201,27,8,3),(22202,27,8,4),(22203,27,8,5),(22204,27,8,6),(22205,27,8,7),(22206,27,8,8),(22207,27,8,9),(22208,27,8,10),(22209,27,8,11),(22210,27,8,12),(22211,27,8,13),(22212,27,8,14),(22213,27,8,15),(22214,27,8,16),(22215,27,8,17),(22216,27,8,18),(22217,27,8,19),(22218,27,8,20),(22219,27,8,21),(22220,27,8,22),(22221,27,8,23),(22222,27,8,24),(22223,27,8,25),(22224,27,8,26),(22225,27,8,27),(22226,27,9,1),(22227,27,9,2),(22228,27,9,3),(22229,27,9,4),(22230,27,9,5),(22231,27,9,6),(22232,27,9,7),(22233,27,9,8),(22234,27,9,9),(22235,27,9,10),(22236,27,9,11),(22237,27,9,12),(22238,27,9,13),(22239,27,9,14),(22240,27,9,15),(22241,27,9,16),(22242,27,9,17),(22243,27,9,18),(22244,27,9,19),(22245,27,9,20),(22246,27,9,21),(22247,27,9,22),(22248,27,9,23),(22249,27,9,24),(22250,27,9,25),(22251,27,9,26),(22252,27,9,27),(22253,27,10,1),(22254,27,10,2),(22255,27,10,3),(22256,27,10,4),(22257,27,10,5),(22258,27,10,6),(22259,27,10,7),(22260,27,10,8),(22261,27,10,9),(22262,27,10,10),(22263,27,10,11),(22264,27,10,12),(22265,27,10,13),(22266,27,10,14),(22267,27,10,15),(22268,27,10,16),(22269,27,10,17),(22270,27,10,18),(22271,27,10,19),(22272,27,10,20),(22273,27,10,21),(22274,27,11,1),(22275,27,11,2),(22276,27,11,3),(22277,27,11,4),(22278,27,11,5),(22279,27,11,6),(22280,27,11,7),(22281,27,11,8),(22282,27,11,9),(22283,27,11,10),(22284,27,11,11),(22285,27,11,12),(22286,27,11,13),(22287,27,11,14),(22288,27,11,15),(22289,27,11,16),(22290,27,11,17),(22291,27,11,18),(22292,27,11,19),(22293,27,11,20),(22294,27,11,21),(22295,27,11,22),(22296,27,11,23),(22297,27,11,24),(22298,27,11,25),(22299,27,11,26),(22300,27,11,27),(22301,27,11,28),(22302,27,11,29),(22303,27,11,30),(22304,27,11,31),(22305,27,11,32),(22306,27,11,33),(22307,27,11,34),(22308,27,11,35),(22309,27,11,36),(22310,27,11,37),(22311,27,11,38),(22312,27,11,39),(22313,27,11,40),(22314,27,11,41),(22315,27,11,42),(22316,27,11,43),(22317,27,11,44),(22318,27,11,45),(22319,27,12,1),(22320,27,12,2),(22321,27,12,3),(22322,27,12,4),(22323,27,12,5),(22324,27,12,6),(22325,27,12,7),(22326,27,12,8),(22327,27,12,9),(22328,27,12,10),(22329,27,12,11),(22330,27,12,12),(22331,27,12,13),(22332,27,13,1),(22333,27,13,2),(22334,27,13,3),(22335,27,13,4),(22336,27,13,5),(22337,27,13,6),(22338,27,13,7),(22339,27,13,8),(22340,27,13,9),(22341,27,13,10),(22342,27,13,11),(22343,27,13,12),(22344,27,13,13),(22345,27,13,14),(22346,27,13,15),(22347,27,13,16),(22348,27,13,17),(22349,27,13,18),(22350,27,13,19),(22351,27,13,20),(22352,27,13,21),(22353,27,13,22),(22354,27,13,23),(22355,27,13,24),(22356,27,13,25),(22357,27,13,26),(22358,27,13,27),(22359,27,13,28),(22360,27,13,29),(22361,27,13,30),(22362,27,13,31),(22363,27,13,32),(22364,27,13,33),(22365,27,13,34),(22366,27,13,35),(22367,27,13,36),(22368,27,13,37),(22369,27,13,38),(22370,27,13,39),(22371,27,13,40),(22372,27,13,41),(22373,27,13,42),(22374,27,13,43),(22375,27,13,44),(22376,27,13,45),(22377,27,13,46),(22378,27,13,47),(22379,27,13,48),(22380,27,13,49),(22381,27,13,50),(22382,27,13,51),(22383,27,13,52),(22384,27,13,53),(22385,27,13,54),(22386,27,13,55),(22387,27,13,56),(22388,27,13,57),(22389,27,13,58),(22390,27,13,59),(22391,27,13,60),(22392,27,13,61),(22393,27,13,62),(22394,27,13,63),(22395,27,13,64),(22396,27,14,1),(22397,27,14,2),(22398,27,14,3),(22399,27,14,4),(22400,27,14,5),(22401,27,14,6),(22402,27,14,7),(22403,27,14,8),(22404,27,14,9),(22405,27,14,10),(22406,27,14,11),(22407,27,14,12),(22408,27,14,13),(22409,27,14,14),(22410,27,14,15),(22411,27,14,16),(22412,27,14,17),(22413,27,14,18),(22414,27,14,19),(22415,27,14,20),(22416,27,14,21),(22417,27,14,22),(22418,27,14,23),(22419,27,14,24),(22420,27,14,25),(22421,27,14,26),(22422,27,14,27),(22423,27,14,28),(22424,27,14,29),(22425,27,14,30),(22426,27,14,31),(22427,27,14,32),(22428,27,14,33),(22429,27,14,34),(22430,27,14,35),(22431,27,14,36),(22432,27,14,37),(22433,27,14,38),(22434,27,14,39),(22435,27,14,40),(22436,27,14,41),(22437,27,14,42),(22438,28,1,1),(22439,28,1,2),(22440,28,1,3),(22441,28,1,4),(22442,28,1,5),(22443,28,1,6),(22444,28,1,7),(22445,28,1,8),(22446,28,1,9),(22447,28,2,1),(22448,28,2,2),(22449,28,2,3),(22450,28,2,4),(22451,28,2,5),(22452,28,2,6),(22453,28,2,7),(22454,28,2,8),(22455,28,2,9),(22456,28,2,10),(22457,28,2,11),(22458,28,2,12),(22459,28,2,13),(22460,28,2,14),(22461,28,2,15),(22462,28,2,16),(22463,28,2,17),(22464,28,2,18),(22465,28,2,19),(22466,28,2,20),(22467,28,2,21),(22468,28,2,22),(22469,28,2,23),(22470,28,2,24),(22471,28,2,25),(22472,28,3,1),(22473,28,3,2),(22474,28,3,3),(22475,28,3,4),(22476,28,3,5),(22477,28,4,1),(22478,28,4,2),(22479,28,4,3),(22480,28,4,4),(22481,28,4,5),(22482,28,4,6),(22483,28,4,7),(22484,28,4,8),(22485,28,4,9),(22486,28,4,10),(22487,28,4,11),(22488,28,4,12),(22489,28,4,13),(22490,28,4,14),(22491,28,4,15),(22492,28,4,16),(22493,28,4,17),(22494,28,4,18),(22495,28,4,19),(22496,28,5,1),(22497,28,5,2),(22498,28,5,3),(22499,28,5,4),(22500,28,5,5),(22501,28,5,6),(22502,28,5,7),(22503,28,5,8),(22504,28,5,9),(22505,28,5,10),(22506,28,5,11),(22507,28,5,12),(22508,28,5,13),(22509,28,5,14),(22510,28,5,15),(22511,28,6,1),(22512,28,6,2),(22513,28,6,3),(22514,28,6,4),(22515,28,6,5),(22516,28,6,6),(22517,28,6,7),(22518,28,6,8),(22519,28,6,9),(22520,28,6,10),(22521,28,6,11),(22522,28,7,1),(22523,28,7,2),(22524,28,7,3),(22525,28,7,4),(22526,28,7,5),(22527,28,7,6),(22528,28,7,7),(22529,28,7,8),(22530,28,7,9),(22531,28,7,10),(22532,28,7,11),(22533,28,7,12),(22534,28,7,13),(22535,28,7,14),(22536,28,7,15),(22537,28,7,16),(22538,28,8,1),(22539,28,8,2),(22540,28,8,3),(22541,28,8,4),(22542,28,8,5),(22543,28,8,6),(22544,28,8,7),(22545,28,8,8),(22546,28,8,9),(22547,28,8,10),(22548,28,8,11),(22549,28,8,12),(22550,28,8,13),(22551,28,8,14),(22552,28,9,1),(22553,28,9,2),(22554,28,9,3),(22555,28,9,4),(22556,28,9,5),(22557,28,9,6),(22558,28,9,7),(22559,28,9,8),(22560,28,9,9),(22561,28,9,10),(22562,28,9,11),(22563,28,9,12),(22564,28,9,13),(22565,28,9,14),(22566,28,9,15),(22567,28,9,16),(22568,28,9,17),(22569,28,10,1),(22570,28,10,2),(22571,28,10,3),(22572,28,10,4),(22573,28,10,5),(22574,28,10,6),(22575,28,10,7),(22576,28,10,8),(22577,28,10,9),(22578,28,10,10),(22579,28,10,11),(22580,28,10,12),(22581,28,10,13),(22582,28,10,14),(22583,28,10,15),(22584,28,11,1),(22585,28,11,2),(22586,28,11,3),(22587,28,11,4),(22588,28,11,5),(22589,28,11,6),(22590,28,11,7),(22591,28,11,8),(22592,28,11,9),(22593,28,11,10),(22594,28,11,11),(22595,28,12,1),(22596,28,12,2),(22597,28,12,3),(22598,28,12,4),(22599,28,12,5),(22600,28,12,6),(22601,28,12,7),(22602,28,12,8),(22603,28,12,9),(22604,28,12,10),(22605,28,12,11),(22606,28,12,12),(22607,28,12,13),(22608,28,12,14),(22609,28,12,15),(22610,28,13,1),(22611,28,13,2),(22612,28,13,3),(22613,28,13,4),(22614,28,13,5),(22615,28,13,6),(22616,28,13,7),(22617,28,13,8),(22618,28,13,9),(22619,28,13,10),(22620,28,13,11),(22621,28,13,12),(22622,28,13,13),(22623,28,13,14),(22624,28,13,15),(22625,28,14,1),(22626,28,14,2),(22627,28,14,3),(22628,28,14,4),(22629,28,14,5),(22630,28,14,6),(22631,28,14,7),(22632,28,14,8),(22633,28,14,9),(22634,28,14,10),(22635,29,1,1),(22636,29,1,2),(22637,29,1,3),(22638,29,1,4),(22639,29,1,5),(22640,29,1,6),(22641,29,1,7),(22642,29,1,8),(22643,29,1,9),(22644,29,1,10),(22645,29,1,11),(22646,29,1,12),(22647,29,1,13),(22648,29,1,14),(22649,29,1,15),(22650,29,1,16),(22651,29,1,17),(22652,29,1,18),(22653,29,1,19),(22654,29,1,20),(22655,29,2,1),(22656,29,2,2),(22657,29,2,3),(22658,29,2,4),(22659,29,2,5),(22660,29,2,6),(22661,29,2,7),(22662,29,2,8),(22663,29,2,9),(22664,29,2,10),(22665,29,2,11),(22666,29,2,12),(22667,29,2,13),(22668,29,2,14),(22669,29,2,15),(22670,29,2,16),(22671,29,2,17),(22672,29,2,18),(22673,29,2,19),(22674,29,2,20),(22675,29,2,21),(22676,29,2,22),(22677,29,2,23),(22678,29,2,24),(22679,29,2,25),(22680,29,2,26),(22681,29,2,27),(22682,29,3,1),(22683,29,3,2),(22684,29,3,3),(22685,29,3,4),(22686,29,3,5),(22687,29,4,1),(22688,29,4,2),(22689,29,4,3),(22690,29,4,4),(22691,29,4,5),(22692,29,4,6),(22693,29,4,7),(22694,29,4,8),(22695,29,4,9),(22696,29,4,10),(22697,29,4,11),(22698,29,4,12),(22699,29,4,13),(22700,29,4,14),(22701,29,4,15),(22702,29,4,16),(22703,29,4,17),(22704,29,4,18),(22705,29,4,19),(22706,29,4,20),(22707,29,4,21),(22708,30,1,1),(22709,30,1,2),(22710,30,1,3),(22711,30,1,4),(22712,30,1,5),(22713,30,1,6),(22714,30,1,7),(22715,30,1,8),(22716,30,1,9),(22717,30,1,10),(22718,30,1,11),(22719,30,1,12),(22720,30,1,13),(22721,30,1,14),(22722,30,1,15),(22723,30,2,1),(22724,30,2,2),(22725,30,2,3),(22726,30,2,4),(22727,30,2,5),(22728,30,2,6),(22729,30,2,7),(22730,30,2,8),(22731,30,2,9),(22732,30,2,10),(22733,30,2,11),(22734,30,2,12),(22735,30,2,13),(22736,30,2,14),(22737,30,2,15),(22738,30,2,16),(22739,30,3,1),(22740,30,3,2),(22741,30,3,3),(22742,30,3,4),(22743,30,3,5),(22744,30,3,6),(22745,30,3,7),(22746,30,3,8),(22747,30,3,9),(22748,30,3,10),(22749,30,3,11),(22750,30,3,12),(22751,30,3,13),(22752,30,3,14),(22753,30,3,15),(22754,30,4,1),(22755,30,4,2),(22756,30,4,3),(22757,30,4,4),(22758,30,4,5),(22759,30,4,6),(22760,30,4,7),(22761,30,4,8),(22762,30,4,9),(22763,30,4,10),(22764,30,4,11),(22765,30,4,12),(22766,30,4,13),(22767,30,5,1),(22768,30,5,2),(22769,30,5,3),(22770,30,5,4),(22771,30,5,5),(22772,30,5,6),(22773,30,5,7),(22774,30,5,8),(22775,30,5,9),(22776,30,5,10),(22777,30,5,11),(22778,30,5,12),(22779,30,5,13),(22780,30,5,14),(22781,30,5,15),(22782,30,5,16),(22783,30,5,17),(22784,30,5,18),(22785,30,5,19),(22786,30,5,20),(22787,30,5,21),(22788,30,5,22),(22789,30,5,23),(22790,30,5,24),(22791,30,5,25),(22792,30,5,26),(22793,30,5,27),(22794,30,6,1),(22795,30,6,2),(22796,30,6,3),(22797,30,6,4),(22798,30,6,5),(22799,30,6,6),(22800,30,6,7),(22801,30,6,8),(22802,30,6,9),(22803,30,6,10),(22804,30,6,11),(22805,30,6,12),(22806,30,6,13),(22807,30,6,14),(22808,30,7,1),(22809,30,7,2),(22810,30,7,3),(22811,30,7,4),(22812,30,7,5),(22813,30,7,6),(22814,30,7,7),(22815,30,7,8),(22816,30,7,9),(22817,30,7,10),(22818,30,7,11),(22819,30,7,12),(22820,30,7,13),(22821,30,7,14),(22822,30,7,15),(22823,30,7,16),(22824,30,7,17),(22825,30,8,1),(22826,30,8,2),(22827,30,8,3),(22828,30,8,4),(22829,30,8,5),(22830,30,8,6),(22831,30,8,7),(22832,30,8,8),(22833,30,8,9),(22834,30,8,10),(22835,30,8,11),(22836,30,8,12),(22837,30,8,13),(22838,30,8,14),(22839,30,9,1),(22840,30,9,2),(22841,30,9,3),(22842,30,9,4),(22843,30,9,5),(22844,30,9,6),(22845,30,9,7),(22846,30,9,8),(22847,30,9,9),(22848,30,9,10),(22849,30,9,11),(22850,30,9,12),(22851,30,9,13),(22852,30,9,14),(22853,30,9,15),(22854,31,1,1),(22855,31,1,2),(22856,31,1,3),(22857,31,1,4),(22858,31,1,5),(22859,31,1,6),(22860,31,1,7),(22861,31,1,8),(22862,31,1,9),(22863,31,1,10),(22864,31,1,11),(22865,31,1,12),(22866,31,1,13),(22867,31,1,14),(22868,31,1,15),(22869,31,1,16),(22870,31,1,17),(22871,31,1,18),(22872,31,1,19),(22873,31,1,20),(22874,31,1,21),(22875,32,1,1),(22876,32,1,2),(22877,32,1,3),(22878,32,1,4),(22879,32,1,5),(22880,32,1,6),(22881,32,1,7),(22882,32,1,8),(22883,32,1,9),(22884,32,1,10),(22885,32,1,11),(22886,32,1,12),(22887,32,1,13),(22888,32,1,14),(22889,32,1,15),(22890,32,1,16),(22891,32,1,17),(22892,32,2,1),(22893,32,2,2),(22894,32,2,3),(22895,32,2,4),(22896,32,2,5),(22897,32,2,6),(22898,32,2,7),(22899,32,2,8),(22900,32,2,9),(22901,32,2,10),(22902,32,2,11),(22903,32,3,1),(22904,32,3,2),(22905,32,3,3),(22906,32,3,4),(22907,32,3,5),(22908,32,3,6),(22909,32,3,7),(22910,32,3,8),(22911,32,3,9),(22912,32,3,10),(22913,32,4,1),(22914,32,4,2),(22915,32,4,3),(22916,32,4,4),(22917,32,4,5),(22918,32,4,6),(22919,32,4,7),(22920,32,4,8),(22921,32,4,9),(22922,32,4,10),(22923,32,4,11),(22924,33,1,1),(22925,33,1,2),(22926,33,1,3),(22927,33,1,4),(22928,33,1,5),(22929,33,1,6),(22930,33,1,7),(22931,33,1,8),(22932,33,1,9),(22933,33,1,10),(22934,33,1,11),(22935,33,1,12),(22936,33,1,13),(22937,33,1,14),(22938,33,1,15),(22939,33,1,16),(22940,33,2,1),(22941,33,2,2),(22942,33,2,3),(22943,33,2,4),(22944,33,2,5),(22945,33,2,6),(22946,33,2,7),(22947,33,2,8),(22948,33,2,9),(22949,33,2,10),(22950,33,2,11),(22951,33,2,12),(22952,33,2,13),(22953,33,3,1),(22954,33,3,2),(22955,33,3,3),(22956,33,3,4),(22957,33,3,5),(22958,33,3,6),(22959,33,3,7),(22960,33,3,8),(22961,33,3,9),(22962,33,3,10),(22963,33,3,11),(22964,33,3,12),(22965,33,4,1),(22966,33,4,2),(22967,33,4,3),(22968,33,4,4),(22969,33,4,5),(22970,33,4,6),(22971,33,4,7),(22972,33,4,8),(22973,33,4,9),(22974,33,4,10),(22975,33,4,11),(22976,33,4,12),(22977,33,4,13),(22978,33,4,14),(22979,33,5,1),(22980,33,5,2),(22981,33,5,3),(22982,33,5,4),(22983,33,5,5),(22984,33,5,6),(22985,33,5,7),(22986,33,5,8),(22987,33,5,9),(22988,33,5,10),(22989,33,5,11),(22990,33,5,12),(22991,33,5,13),(22992,33,5,14),(22993,33,6,1),(22994,33,6,2),(22995,33,6,3),(22996,33,6,4),(22997,33,6,5),(22998,33,6,6),(22999,33,6,7),(23000,33,6,8),(23001,33,6,9),(23002,33,6,10),(23003,33,6,11),(23004,33,6,12),(23005,33,6,13),(23006,33,6,14),(23007,33,6,15),(23008,33,6,16),(23009,33,7,1),(23010,33,7,2),(23011,33,7,3),(23012,33,7,4),(23013,33,7,5),(23014,33,7,6),(23015,33,7,7),(23016,33,7,8),(23017,33,7,9),(23018,33,7,10),(23019,33,7,11),(23020,33,7,12),(23021,33,7,13),(23022,33,7,14),(23023,33,7,15),(23024,33,7,16),(23025,33,7,17),(23026,33,7,18),(23027,33,7,19),(23028,33,7,20),(23029,34,1,1),(23030,34,1,2),(23031,34,1,3),(23032,34,1,4),(23033,34,1,5),(23034,34,1,6),(23035,34,1,7),(23036,34,1,8),(23037,34,1,9),(23038,34,1,10),(23039,34,1,11),(23040,34,1,12),(23041,34,1,13),(23042,34,1,14),(23043,34,2,1),(23044,34,2,2),(23045,34,2,3),(23046,34,2,4),(23047,34,2,5),(23048,34,2,6),(23049,34,2,7),(23050,34,2,8),(23051,34,2,9),(23052,34,2,10),(23053,34,2,11),(23054,34,2,12),(23055,34,2,13),(23056,34,2,14),(23057,34,3,1),(23058,34,3,2),(23059,34,3,3),(23060,34,3,4),(23061,34,3,5),(23062,34,3,6),(23063,34,3,7),(23064,34,3,8),(23065,34,3,9),(23066,34,3,10),(23067,34,3,11),(23068,34,3,12),(23069,34,3,13),(23070,34,3,14),(23071,34,3,15),(23072,34,3,16),(23073,34,3,17),(23074,34,3,18),(23075,34,3,19),(23076,35,1,1),(23077,35,1,2),(23078,35,1,3),(23079,35,1,4),(23080,35,1,5),(23081,35,1,6),(23082,35,1,7),(23083,35,1,8),(23084,35,1,9),(23085,35,1,10),(23086,35,1,11),(23087,35,1,12),(23088,35,1,13),(23089,35,1,14),(23090,35,1,15),(23091,35,1,16),(23092,35,1,17),(23093,35,2,1),(23094,35,2,2),(23095,35,2,3),(23096,35,2,4),(23097,35,2,5),(23098,35,2,6),(23099,35,2,7),(23100,35,2,8),(23101,35,2,9),(23102,35,2,10),(23103,35,2,11),(23104,35,2,12),(23105,35,2,13),(23106,35,2,14),(23107,35,2,15),(23108,35,2,16),(23109,35,2,17),(23110,35,2,18),(23111,35,2,19),(23112,35,2,20),(23113,35,3,1),(23114,35,3,2),(23115,35,3,3),(23116,35,3,4),(23117,35,3,5),(23118,35,3,6),(23119,35,3,7),(23120,35,3,8),(23121,35,3,9),(23122,35,3,10),(23123,35,3,11),(23124,35,3,12),(23125,35,3,13),(23126,35,3,14),(23127,35,3,15),(23128,35,3,16),(23129,35,3,17),(23130,35,3,18),(23131,35,3,19),(23132,36,1,1),(23133,36,1,2),(23134,36,1,3),(23135,36,1,4),(23136,36,1,5),(23137,36,1,6),(23138,36,1,7),(23139,36,1,8),(23140,36,1,9),(23141,36,1,10),(23142,36,1,11),(23143,36,1,12),(23144,36,1,13),(23145,36,1,14),(23146,36,1,15),(23147,36,1,16),(23148,36,1,17),(23149,36,1,18),(23150,36,2,1),(23151,36,2,2),(23152,36,2,3),(23153,36,2,4),(23154,36,2,5),(23155,36,2,6),(23156,36,2,7),(23157,36,2,8),(23158,36,2,9),(23159,36,2,10),(23160,36,2,11),(23161,36,2,12),(23162,36,2,13),(23163,36,2,14),(23164,36,2,15),(23165,36,3,1),(23166,36,3,2),(23167,36,3,3),(23168,36,3,4),(23169,36,3,5),(23170,36,3,6),(23171,36,3,7),(23172,36,3,8),(23173,36,3,9),(23174,36,3,10),(23175,36,3,11),(23176,36,3,12),(23177,36,3,13),(23178,36,3,14),(23179,36,3,15),(23180,36,3,16),(23181,36,3,17),(23182,36,3,18),(23183,36,3,19),(23184,36,3,20),(23185,37,1,1),(23186,37,1,2),(23187,37,1,3),(23188,37,1,4),(23189,37,1,5),(23190,37,1,6),(23191,37,1,7),(23192,37,1,8),(23193,37,1,9),(23194,37,1,10),(23195,37,1,11),(23196,37,1,12),(23197,37,1,13),(23198,37,1,14),(23199,37,1,15),(23200,37,2,1),(23201,37,2,2),(23202,37,2,3),(23203,37,2,4),(23204,37,2,5),(23205,37,2,6),(23206,37,2,7),(23207,37,2,8),(23208,37,2,9),(23209,37,2,10),(23210,37,2,11),(23211,37,2,12),(23212,37,2,13),(23213,37,2,14),(23214,37,2,15),(23215,37,2,16),(23216,37,2,17),(23217,37,2,18),(23218,37,2,19),(23219,37,2,20),(23220,37,2,21),(23221,37,2,22),(23222,37,2,23),(23223,38,1,1),(23224,38,1,2),(23225,38,1,3),(23226,38,1,4),(23227,38,1,5),(23228,38,1,6),(23229,38,1,7),(23230,38,1,8),(23231,38,1,9),(23232,38,1,10),(23233,38,1,11),(23234,38,1,12),(23235,38,1,13),(23236,38,1,14),(23237,38,1,15),(23238,38,1,16),(23239,38,1,17),(23240,38,2,1),(23241,38,2,2),(23242,38,2,3),(23243,38,2,4),(23244,38,2,5),(23245,38,2,6),(23246,38,2,7),(23247,38,2,8),(23248,38,2,9),(23249,38,2,10),(23250,38,2,11),(23251,38,2,12),(23252,38,2,13),(23253,38,2,14),(23254,38,2,15),(23255,38,2,16),(23256,38,2,17),(23257,38,3,1),(23258,38,3,2),(23259,38,3,3),(23260,38,3,4),(23261,38,3,5),(23262,38,3,6),(23263,38,3,7),(23264,38,3,8),(23265,38,3,9),(23266,38,3,10),(23267,38,4,1),(23268,38,4,2),(23269,38,4,3),(23270,38,4,4),(23271,38,4,5),(23272,38,4,6),(23273,38,4,7),(23274,38,4,8),(23275,38,4,9),(23276,38,4,10),(23277,38,4,11),(23278,38,4,12),(23279,38,4,13),(23280,38,4,14),(23281,38,5,1),(23282,38,5,2),(23283,38,5,3),(23284,38,5,4),(23285,38,5,5),(23286,38,5,6),(23287,38,5,7),(23288,38,5,8),(23289,38,5,9),(23290,38,5,10),(23291,38,5,11),(23292,38,6,1),(23293,38,6,2),(23294,38,6,3),(23295,38,6,4),(23296,38,6,5),(23297,38,6,6),(23298,38,6,7),(23299,38,6,8),(23300,38,6,9),(23301,38,6,10),(23302,38,6,11),(23303,38,6,12),(23304,38,6,13),(23305,38,6,14),(23306,38,6,15),(23307,38,7,1),(23308,38,7,2),(23309,38,7,3),(23310,38,7,4),(23311,38,7,5),(23312,38,7,6),(23313,38,7,7),(23314,38,7,8),(23315,38,7,9),(23316,38,7,10),(23317,38,7,11),(23318,38,7,12),(23319,38,7,13),(23320,38,7,14),(23321,38,8,1),(23322,38,8,2),(23323,38,8,3),(23324,38,8,4),(23325,38,8,5),(23326,38,8,6),(23327,38,8,7),(23328,38,8,8),(23329,38,8,9),(23330,38,8,10),(23331,38,8,11),(23332,38,8,12),(23333,38,8,13),(23334,38,8,14),(23335,38,8,15),(23336,38,8,16),(23337,38,8,17),(23338,38,8,18),(23339,38,8,19),(23340,38,8,20),(23341,38,8,21),(23342,38,8,22),(23343,38,8,23),(23344,38,9,1),(23345,38,9,2),(23346,38,9,3),(23347,38,9,4),(23348,38,9,5),(23349,38,9,6),(23350,38,9,7),(23351,38,9,8),(23352,38,9,9),(23353,38,9,10),(23354,38,9,11),(23355,38,9,12),(23356,38,9,13),(23357,38,9,14),(23358,38,9,15),(23359,38,9,16),(23360,38,9,17),(23361,38,10,1),(23362,38,10,2),(23363,38,10,3),(23364,38,10,4),(23365,38,10,5),(23366,38,10,6),(23367,38,10,7),(23368,38,10,8),(23369,38,10,9),(23370,38,10,10),(23371,38,10,11),(23372,38,10,12),(23373,38,11,1),(23374,38,11,2),(23375,38,11,3),(23376,38,11,4),(23377,38,11,5),(23378,38,11,6),(23379,38,11,7),(23380,38,11,8),(23381,38,11,9),(23382,38,11,10),(23383,38,11,11),(23384,38,11,12),(23385,38,11,13),(23386,38,11,14),(23387,38,11,15),(23388,38,11,16),(23389,38,11,17),(23390,38,12,1),(23391,38,12,2),(23392,38,12,3),(23393,38,12,4),(23394,38,12,5),(23395,38,12,6),(23396,38,12,7),(23397,38,12,8),(23398,38,12,9),(23399,38,12,10),(23400,38,12,11),(23401,38,12,12),(23402,38,12,13),(23403,38,12,14),(23404,38,13,1),(23405,38,13,2),(23406,38,13,3),(23407,38,13,4),(23408,38,13,5),(23409,38,13,6),(23410,38,13,7),(23411,38,13,8),(23412,38,13,9),(23413,38,14,1),(23414,38,14,2),(23415,38,14,3),(23416,38,14,4),(23417,38,14,5),(23418,38,14,6),(23419,38,14,7),(23420,38,14,8),(23421,38,14,9),(23422,38,14,10),(23423,38,14,11),(23424,38,14,12),(23425,38,14,13),(23426,38,14,14),(23427,38,14,15),(23428,38,14,16),(23429,38,14,17),(23430,38,14,18),(23431,38,14,19),(23432,38,14,20),(23433,38,14,21),(23434,39,1,1),(23435,39,1,2),(23436,39,1,3),(23437,39,1,4),(23438,39,1,5),(23439,39,1,6),(23440,39,1,7),(23441,39,1,8),(23442,39,1,9),(23443,39,1,10),(23444,39,1,11),(23445,39,1,12),(23446,39,1,13),(23447,39,1,14),(23448,39,2,1),(23449,39,2,2),(23450,39,2,3),(23451,39,2,4),(23452,39,2,5),(23453,39,2,6),(23454,39,2,7),(23455,39,2,8),(23456,39,2,9),(23457,39,2,10),(23458,39,2,11),(23459,39,2,12),(23460,39,2,13),(23461,39,2,14),(23462,39,2,15),(23463,39,2,16),(23464,39,2,17),(23465,39,3,1),(23466,39,3,2),(23467,39,3,3),(23468,39,3,4),(23469,39,3,5),(23470,39,3,6),(23471,39,3,7),(23472,39,3,8),(23473,39,3,9),(23474,39,3,10),(23475,39,3,11),(23476,39,3,12),(23477,39,3,13),(23478,39,3,14),(23479,39,3,15),(23480,39,3,16),(23481,39,3,17),(23482,39,3,18),(23483,39,3,19),(23484,39,3,20),(23485,39,3,21),(23486,39,3,22),(23487,39,3,23),(23488,39,3,24),(23489,40,1,1),(23490,40,1,2),(23491,40,1,3),(23492,40,1,4),(23493,40,1,5),(23494,40,1,6),(23495,40,1,7),(23496,40,1,8),(23497,40,1,9),(23498,40,1,10),(23499,40,1,11),(23500,40,1,12),(23501,40,1,13),(23502,40,1,14),(23503,40,1,15),(23504,40,1,16),(23505,40,1,17),(23506,40,1,18),(23507,40,1,19),(23508,40,1,20),(23509,40,1,21),(23510,40,1,22),(23511,40,1,23),(23512,40,1,24),(23513,40,1,25),(23514,40,2,1),(23515,40,2,2),(23516,40,2,3),(23517,40,2,4),(23518,40,2,5),(23519,40,2,6),(23520,40,2,7),(23521,40,2,8),(23522,40,2,9),(23523,40,2,10),(23524,40,2,11),(23525,40,2,12),(23526,40,2,13),(23527,40,2,14),(23528,40,2,15),(23529,40,2,16),(23530,40,2,17),(23531,40,2,18),(23532,40,2,19),(23533,40,2,20),(23534,40,2,21),(23535,40,2,22),(23536,40,2,23),(23537,40,3,1),(23538,40,3,2),(23539,40,3,3),(23540,40,3,4),(23541,40,3,5),(23542,40,3,6),(23543,40,3,7),(23544,40,3,8),(23545,40,3,9),(23546,40,3,10),(23547,40,3,11),(23548,40,3,12),(23549,40,3,13),(23550,40,3,14),(23551,40,3,15),(23552,40,3,16),(23553,40,3,17),(23554,40,4,1),(23555,40,4,2),(23556,40,4,3),(23557,40,4,4),(23558,40,4,5),(23559,40,4,6),(23560,40,4,7),(23561,40,4,8),(23562,40,4,9),(23563,40,4,10),(23564,40,4,11),(23565,40,4,12),(23566,40,4,13),(23567,40,4,14),(23568,40,4,15),(23569,40,4,16),(23570,40,4,17),(23571,40,4,18),(23572,40,4,19),(23573,40,4,20),(23574,40,4,21),(23575,40,4,22),(23576,40,4,23),(23577,40,4,24),(23578,40,4,25),(23579,40,5,1),(23580,40,5,2),(23581,40,5,3),(23582,40,5,4),(23583,40,5,5),(23584,40,5,6),(23585,40,5,7),(23586,40,5,8),(23587,40,5,9),(23588,40,5,10),(23589,40,5,11),(23590,40,5,12),(23591,40,5,13),(23592,40,5,14),(23593,40,5,15),(23594,40,5,16),(23595,40,5,17),(23596,40,5,18),(23597,40,5,19),(23598,40,5,20),(23599,40,5,21),(23600,40,5,22),(23601,40,5,23),(23602,40,5,24),(23603,40,5,25),(23604,40,5,26),(23605,40,5,27),(23606,40,5,28),(23607,40,5,29),(23608,40,5,30),(23609,40,5,31),(23610,40,5,32),(23611,40,5,33),(23612,40,5,34),(23613,40,5,35),(23614,40,5,36),(23615,40,5,37),(23616,40,5,38),(23617,40,5,39),(23618,40,5,40),(23619,40,5,41),(23620,40,5,42),(23621,40,5,43),(23622,40,5,44),(23623,40,5,45),(23624,40,5,46),(23625,40,5,47),(23626,40,5,48),(23627,40,6,1),(23628,40,6,2),(23629,40,6,3),(23630,40,6,4),(23631,40,6,5),(23632,40,6,6),(23633,40,6,7),(23634,40,6,8),(23635,40,6,9),(23636,40,6,10),(23637,40,6,11),(23638,40,6,12),(23639,40,6,13),(23640,40,6,14),(23641,40,6,15),(23642,40,6,16),(23643,40,6,17),(23644,40,6,18),(23645,40,6,19),(23646,40,6,20),(23647,40,6,21),(23648,40,6,22),(23649,40,6,23),(23650,40,6,24),(23651,40,6,25),(23652,40,6,26),(23653,40,6,27),(23654,40,6,28),(23655,40,6,29),(23656,40,6,30),(23657,40,6,31),(23658,40,6,32),(23659,40,6,33),(23660,40,6,34),(23661,40,7,1),(23662,40,7,2),(23663,40,7,3),(23664,40,7,4),(23665,40,7,5),(23666,40,7,6),(23667,40,7,7),(23668,40,7,8),(23669,40,7,9),(23670,40,7,10),(23671,40,7,11),(23672,40,7,12),(23673,40,7,13),(23674,40,7,14),(23675,40,7,15),(23676,40,7,16),(23677,40,7,17),(23678,40,7,18),(23679,40,7,19),(23680,40,7,20),(23681,40,7,21),(23682,40,7,22),(23683,40,7,23),(23684,40,7,24),(23685,40,7,25),(23686,40,7,26),(23687,40,7,27),(23688,40,7,28),(23689,40,7,29),(23690,40,8,1),(23691,40,8,2),(23692,40,8,3),(23693,40,8,4),(23694,40,8,5),(23695,40,8,6),(23696,40,8,7),(23697,40,8,8),(23698,40,8,9),(23699,40,8,10),(23700,40,8,11),(23701,40,8,12),(23702,40,8,13),(23703,40,8,14),(23704,40,8,15),(23705,40,8,16),(23706,40,8,17),(23707,40,8,18),(23708,40,8,19),(23709,40,8,20),(23710,40,8,21),(23711,40,8,22),(23712,40,8,23),(23713,40,8,24),(23714,40,8,25),(23715,40,8,26),(23716,40,8,27),(23717,40,8,28),(23718,40,8,29),(23719,40,8,30),(23720,40,8,31),(23721,40,8,32),(23722,40,8,33),(23723,40,8,34),(23724,40,9,1),(23725,40,9,2),(23726,40,9,3),(23727,40,9,4),(23728,40,9,5),(23729,40,9,6),(23730,40,9,7),(23731,40,9,8),(23732,40,9,9),(23733,40,9,10),(23734,40,9,11),(23735,40,9,12),(23736,40,9,13),(23737,40,9,14),(23738,40,9,15),(23739,40,9,16),(23740,40,9,17),(23741,40,9,18),(23742,40,9,19),(23743,40,9,20),(23744,40,9,21),(23745,40,9,22),(23746,40,9,23),(23747,40,9,24),(23748,40,9,25),(23749,40,9,26),(23750,40,9,27),(23751,40,9,28),(23752,40,9,29),(23753,40,9,30),(23754,40,9,31),(23755,40,9,32),(23756,40,9,33),(23757,40,9,34),(23758,40,9,35),(23759,40,9,36),(23760,40,9,37),(23761,40,9,38),(23762,40,10,1),(23763,40,10,2),(23764,40,10,3),(23765,40,10,4),(23766,40,10,5),(23767,40,10,6),(23768,40,10,7),(23769,40,10,8),(23770,40,10,9),(23771,40,10,10),(23772,40,10,11),(23773,40,10,12),(23774,40,10,13),(23775,40,10,14),(23776,40,10,15),(23777,40,10,16),(23778,40,10,17),(23779,40,10,18),(23780,40,10,19),(23781,40,10,20),(23782,40,10,21),(23783,40,10,22),(23784,40,10,23),(23785,40,10,24),(23786,40,10,25),(23787,40,10,26),(23788,40,10,27),(23789,40,10,28),(23790,40,10,29),(23791,40,10,30),(23792,40,10,31),(23793,40,10,32),(23794,40,10,33),(23795,40,10,34),(23796,40,10,35),(23797,40,10,36),(23798,40,10,37),(23799,40,10,38),(23800,40,10,39),(23801,40,10,40),(23802,40,10,41),(23803,40,10,42),(23804,40,11,1),(23805,40,11,2),(23806,40,11,3),(23807,40,11,4),(23808,40,11,5),(23809,40,11,6),(23810,40,11,7),(23811,40,11,8),(23812,40,11,9),(23813,40,11,10),(23814,40,11,11),(23815,40,11,12),(23816,40,11,13),(23817,40,11,14),(23818,40,11,15),(23819,40,11,16),(23820,40,11,17),(23821,40,11,18),(23822,40,11,19),(23823,40,11,20),(23824,40,11,21),(23825,40,11,22),(23826,40,11,23),(23827,40,11,24),(23828,40,11,25),(23829,40,11,26),(23830,40,11,27),(23831,40,11,28),(23832,40,11,29),(23833,40,11,30),(23834,40,12,1),(23835,40,12,2),(23836,40,12,3),(23837,40,12,4),(23838,40,12,5),(23839,40,12,6),(23840,40,12,7),(23841,40,12,8),(23842,40,12,9),(23843,40,12,10),(23844,40,12,11),(23845,40,12,12),(23846,40,12,13),(23847,40,12,14),(23848,40,12,15),(23849,40,12,16),(23850,40,12,17),(23851,40,12,18),(23852,40,12,19),(23853,40,12,20),(23854,40,12,21),(23855,40,12,22),(23856,40,12,23),(23857,40,12,24),(23858,40,12,25),(23859,40,12,26),(23860,40,12,27),(23861,40,12,28),(23862,40,12,29),(23863,40,12,30),(23864,40,12,31),(23865,40,12,32),(23866,40,12,33),(23867,40,12,34),(23868,40,12,35),(23869,40,12,36),(23870,40,12,37),(23871,40,12,38),(23872,40,12,39),(23873,40,12,40),(23874,40,12,41),(23875,40,12,42),(23876,40,12,43),(23877,40,12,44),(23878,40,12,45),(23879,40,12,46),(23880,40,12,47),(23881,40,12,48),(23882,40,12,49),(23883,40,12,50),(23884,40,13,1),(23885,40,13,2),(23886,40,13,3),(23887,40,13,4),(23888,40,13,5),(23889,40,13,6),(23890,40,13,7),(23891,40,13,8),(23892,40,13,9),(23893,40,13,10),(23894,40,13,11),(23895,40,13,12),(23896,40,13,13),(23897,40,13,14),(23898,40,13,15),(23899,40,13,16),(23900,40,13,17),(23901,40,13,18),(23902,40,13,19),(23903,40,13,20),(23904,40,13,21),(23905,40,13,22),(23906,40,13,23),(23907,40,13,24),(23908,40,13,25),(23909,40,13,26),(23910,40,13,27),(23911,40,13,28),(23912,40,13,29),(23913,40,13,30),(23914,40,13,31),(23915,40,13,32),(23916,40,13,33),(23917,40,13,34),(23918,40,13,35),(23919,40,13,36),(23920,40,13,37),(23921,40,13,38),(23922,40,13,39),(23923,40,13,40),(23924,40,13,41),(23925,40,13,42),(23926,40,13,43),(23927,40,13,44),(23928,40,13,45),(23929,40,13,46),(23930,40,13,47),(23931,40,13,48),(23932,40,13,49),(23933,40,13,50),(23934,40,13,51),(23935,40,13,52),(23936,40,13,53),(23937,40,13,54),(23938,40,13,55),(23939,40,13,56),(23940,40,13,57),(23941,40,13,58),(23942,40,14,1),(23943,40,14,2),(23944,40,14,3),(23945,40,14,4),(23946,40,14,5),(23947,40,14,6),(23948,40,14,7),(23949,40,14,8),(23950,40,14,9),(23951,40,14,10),(23952,40,14,11),(23953,40,14,12),(23954,40,14,13),(23955,40,14,14),(23956,40,14,15),(23957,40,14,16),(23958,40,14,17),(23959,40,14,18),(23960,40,14,19),(23961,40,14,20),(23962,40,14,21),(23963,40,14,22),(23964,40,14,23),(23965,40,14,24),(23966,40,14,25),(23967,40,14,26),(23968,40,14,27),(23969,40,14,28),(23970,40,14,29),(23971,40,14,30),(23972,40,14,31),(23973,40,14,32),(23974,40,14,33),(23975,40,14,34),(23976,40,14,35),(23977,40,14,36),(23978,40,15,1),(23979,40,15,2),(23980,40,15,3),(23981,40,15,4),(23982,40,15,5),(23983,40,15,6),(23984,40,15,7),(23985,40,15,8),(23986,40,15,9),(23987,40,15,10),(23988,40,15,11),(23989,40,15,12),(23990,40,15,13),(23991,40,15,14),(23992,40,15,15),(23993,40,15,16),(23994,40,15,17),(23995,40,15,18),(23996,40,15,19),(23997,40,15,20),(23998,40,15,21),(23999,40,15,22),(24000,40,15,23),(24001,40,15,24),(24002,40,15,25),(24003,40,15,26),(24004,40,15,27),(24005,40,15,28),(24006,40,15,29),(24007,40,15,30),(24008,40,15,31),(24009,40,15,32),(24010,40,15,33),(24011,40,15,34),(24012,40,15,35),(24013,40,15,36),(24014,40,15,37),(24015,40,15,38),(24016,40,15,39),(24017,40,16,1),(24018,40,16,2),(24019,40,16,3),(24020,40,16,4),(24021,40,16,5),(24022,40,16,6),(24023,40,16,7),(24024,40,16,8),(24025,40,16,9),(24026,40,16,10),(24027,40,16,11),(24028,40,16,12),(24029,40,16,13),(24030,40,16,14),(24031,40,16,15),(24032,40,16,16),(24033,40,16,17),(24034,40,16,18),(24035,40,16,19),(24036,40,16,20),(24037,40,16,21),(24038,40,16,22),(24039,40,16,23),(24040,40,16,24),(24041,40,16,25),(24042,40,16,26),(24043,40,16,27),(24044,40,16,28),(24045,40,17,1),(24046,40,17,2),(24047,40,17,3),(24048,40,17,4),(24049,40,17,5),(24050,40,17,6),(24051,40,17,7),(24052,40,17,8),(24053,40,17,9),(24054,40,17,10),(24055,40,17,11),(24056,40,17,12),(24057,40,17,13),(24058,40,17,14),(24059,40,17,15),(24060,40,17,16),(24061,40,17,17),(24062,40,17,18),(24063,40,17,19),(24064,40,17,20),(24065,40,17,21),(24066,40,17,22),(24067,40,17,23),(24068,40,17,24),(24069,40,17,25),(24070,40,17,26),(24071,40,17,27),(24072,40,18,1),(24073,40,18,2),(24074,40,18,3),(24075,40,18,4),(24076,40,18,5),(24077,40,18,6),(24078,40,18,7),(24079,40,18,8),(24080,40,18,9),(24081,40,18,10),(24082,40,18,11),(24083,40,18,12),(24084,40,18,13),(24085,40,18,14),(24086,40,18,15),(24087,40,18,16),(24088,40,18,17),(24089,40,18,18),(24090,40,18,19),(24091,40,18,20),(24092,40,18,21),(24093,40,18,22),(24094,40,18,23),(24095,40,18,24),(24096,40,18,25),(24097,40,18,26),(24098,40,18,27),(24099,40,18,28),(24100,40,18,29),(24101,40,18,30),(24102,40,18,31),(24103,40,18,32),(24104,40,18,33),(24105,40,18,34),(24106,40,18,35),(24107,40,19,1),(24108,40,19,2),(24109,40,19,3),(24110,40,19,4),(24111,40,19,5),(24112,40,19,6),(24113,40,19,7),(24114,40,19,8),(24115,40,19,9),(24116,40,19,10),(24117,40,19,11),(24118,40,19,12),(24119,40,19,13),(24120,40,19,14),(24121,40,19,15),(24122,40,19,16),(24123,40,19,17),(24124,40,19,18),(24125,40,19,19),(24126,40,19,20),(24127,40,19,21),(24128,40,19,22),(24129,40,19,23),(24130,40,19,24),(24131,40,19,25),(24132,40,19,26),(24133,40,19,27),(24134,40,19,28),(24135,40,19,29),(24136,40,19,30),(24137,40,20,1),(24138,40,20,2),(24139,40,20,3),(24140,40,20,4),(24141,40,20,5),(24142,40,20,6),(24143,40,20,7),(24144,40,20,8),(24145,40,20,9),(24146,40,20,10),(24147,40,20,11),(24148,40,20,12),(24149,40,20,13),(24150,40,20,14),(24151,40,20,15),(24152,40,20,16),(24153,40,20,17),(24154,40,20,18),(24155,40,20,19),(24156,40,20,20),(24157,40,20,21),(24158,40,20,22),(24159,40,20,23),(24160,40,20,24),(24161,40,20,25),(24162,40,20,26),(24163,40,20,27),(24164,40,20,28),(24165,40,20,29),(24166,40,20,30),(24167,40,20,31),(24168,40,20,32),(24169,40,20,33),(24170,40,20,34),(24171,40,21,1),(24172,40,21,2),(24173,40,21,3),(24174,40,21,4),(24175,40,21,5),(24176,40,21,6),(24177,40,21,7),(24178,40,21,8),(24179,40,21,9),(24180,40,21,10),(24181,40,21,11),(24182,40,21,12),(24183,40,21,13),(24184,40,21,14),(24185,40,21,15),(24186,40,21,16),(24187,40,21,17),(24188,40,21,18),(24189,40,21,19),(24190,40,21,20),(24191,40,21,21),(24192,40,21,22),(24193,40,21,23),(24194,40,21,24),(24195,40,21,25),(24196,40,21,26),(24197,40,21,27),(24198,40,21,28),(24199,40,21,29),(24200,40,21,30),(24201,40,21,31),(24202,40,21,32),(24203,40,21,33),(24204,40,21,34),(24205,40,21,35),(24206,40,21,36),(24207,40,21,37),(24208,40,21,38),(24209,40,21,39),(24210,40,21,40),(24211,40,21,41),(24212,40,21,42),(24213,40,21,43),(24214,40,21,44),(24215,40,21,45),(24216,40,21,46),(24217,40,22,1),(24218,40,22,2),(24219,40,22,3),(24220,40,22,4),(24221,40,22,5),(24222,40,22,6),(24223,40,22,7),(24224,40,22,8),(24225,40,22,9),(24226,40,22,10),(24227,40,22,11),(24228,40,22,12),(24229,40,22,13),(24230,40,22,14),(24231,40,22,15),(24232,40,22,16),(24233,40,22,17),(24234,40,22,18),(24235,40,22,19),(24236,40,22,20),(24237,40,22,21),(24238,40,22,22),(24239,40,22,23),(24240,40,22,24),(24241,40,22,25),(24242,40,22,26),(24243,40,22,27),(24244,40,22,28),(24245,40,22,29),(24246,40,22,30),(24247,40,22,31),(24248,40,22,32),(24249,40,22,33),(24250,40,22,34),(24251,40,22,35),(24252,40,22,36),(24253,40,22,37),(24254,40,22,38),(24255,40,22,39),(24256,40,22,40),(24257,40,22,41),(24258,40,22,42),(24259,40,22,43),(24260,40,22,44),(24261,40,22,45),(24262,40,22,46),(24263,40,23,1),(24264,40,23,2),(24265,40,23,3),(24266,40,23,4),(24267,40,23,5),(24268,40,23,6),(24269,40,23,7),(24270,40,23,8),(24271,40,23,9),(24272,40,23,10),(24273,40,23,11),(24274,40,23,12),(24275,40,23,13),(24276,40,23,14),(24277,40,23,15),(24278,40,23,16),(24279,40,23,17),(24280,40,23,18),(24281,40,23,19),(24282,40,23,20),(24283,40,23,21),(24284,40,23,22),(24285,40,23,23),(24286,40,23,24),(24287,40,23,25),(24288,40,23,26),(24289,40,23,27),(24290,40,23,28),(24291,40,23,29),(24292,40,23,30),(24293,40,23,31),(24294,40,23,32),(24295,40,23,33),(24296,40,23,34),(24297,40,23,35),(24298,40,23,36),(24299,40,23,37),(24300,40,23,38),(24301,40,23,39),(24302,40,24,1),(24303,40,24,2),(24304,40,24,3),(24305,40,24,4),(24306,40,24,5),(24307,40,24,6),(24308,40,24,7),(24309,40,24,8),(24310,40,24,9),(24311,40,24,10),(24312,40,24,11),(24313,40,24,12),(24314,40,24,13),(24315,40,24,14),(24316,40,24,15),(24317,40,24,16),(24318,40,24,17),(24319,40,24,18),(24320,40,24,19),(24321,40,24,20),(24322,40,24,21),(24323,40,24,22),(24324,40,24,23),(24325,40,24,24),(24326,40,24,25),(24327,40,24,26),(24328,40,24,27),(24329,40,24,28),(24330,40,24,29),(24331,40,24,30),(24332,40,24,31),(24333,40,24,32),(24334,40,24,33),(24335,40,24,34),(24336,40,24,35),(24337,40,24,36),(24338,40,24,37),(24339,40,24,38),(24340,40,24,39),(24341,40,24,40),(24342,40,24,41),(24343,40,24,42),(24344,40,24,43),(24345,40,24,44),(24346,40,24,45),(24347,40,24,46),(24348,40,24,47),(24349,40,24,48),(24350,40,24,49),(24351,40,24,50),(24352,40,24,51),(24353,40,25,1),(24354,40,25,2),(24355,40,25,3),(24356,40,25,4),(24357,40,25,5),(24358,40,25,6),(24359,40,25,7),(24360,40,25,8),(24361,40,25,9),(24362,40,25,10),(24363,40,25,11),(24364,40,25,12),(24365,40,25,13),(24366,40,25,14),(24367,40,25,15),(24368,40,25,16),(24369,40,25,17),(24370,40,25,18),(24371,40,25,19),(24372,40,25,20),(24373,40,25,21),(24374,40,25,22),(24375,40,25,23),(24376,40,25,24),(24377,40,25,25),(24378,40,25,26),(24379,40,25,27),(24380,40,25,28),(24381,40,25,29),(24382,40,25,30),(24383,40,25,31),(24384,40,25,32),(24385,40,25,33),(24386,40,25,34),(24387,40,25,35),(24388,40,25,36),(24389,40,25,37),(24390,40,25,38),(24391,40,25,39),(24392,40,25,40),(24393,40,25,41),(24394,40,25,42),(24395,40,25,43),(24396,40,25,44),(24397,40,25,45),(24398,40,25,46),(24399,40,26,1),(24400,40,26,2),(24401,40,26,3),(24402,40,26,4),(24403,40,26,5),(24404,40,26,6),(24405,40,26,7),(24406,40,26,8),(24407,40,26,9),(24408,40,26,10),(24409,40,26,11),(24410,40,26,12),(24411,40,26,13),(24412,40,26,14),(24413,40,26,15),(24414,40,26,16),(24415,40,26,17),(24416,40,26,18),(24417,40,26,19),(24418,40,26,20),(24419,40,26,21),(24420,40,26,22),(24421,40,26,23),(24422,40,26,24),(24423,40,26,25),(24424,40,26,26),(24425,40,26,27),(24426,40,26,28),(24427,40,26,29),(24428,40,26,30),(24429,40,26,31),(24430,40,26,32),(24431,40,26,33),(24432,40,26,34),(24433,40,26,35),(24434,40,26,36),(24435,40,26,37),(24436,40,26,38),(24437,40,26,39),(24438,40,26,40),(24439,40,26,41),(24440,40,26,42),(24441,40,26,43),(24442,40,26,44),(24443,40,26,45),(24444,40,26,46),(24445,40,26,47),(24446,40,26,48),(24447,40,26,49),(24448,40,26,50),(24449,40,26,51),(24450,40,26,52),(24451,40,26,53),(24452,40,26,54),(24453,40,26,55),(24454,40,26,56),(24455,40,26,57),(24456,40,26,58),(24457,40,26,59),(24458,40,26,60),(24459,40,26,61),(24460,40,26,62),(24461,40,26,63),(24462,40,26,64),(24463,40,26,65),(24464,40,26,66),(24465,40,26,67),(24466,40,26,68),(24467,40,26,69),(24468,40,26,70),(24469,40,26,71),(24470,40,26,72),(24471,40,26,73),(24472,40,26,74),(24473,40,26,75),(24474,40,27,1),(24475,40,27,2),(24476,40,27,3),(24477,40,27,4),(24478,40,27,5),(24479,40,27,6),(24480,40,27,7),(24481,40,27,8),(24482,40,27,9),(24483,40,27,10),(24484,40,27,11),(24485,40,27,12),(24486,40,27,13),(24487,40,27,14),(24488,40,27,15),(24489,40,27,16),(24490,40,27,17),(24491,40,27,18),(24492,40,27,19),(24493,40,27,20),(24494,40,27,21),(24495,40,27,22),(24496,40,27,23),(24497,40,27,24),(24498,40,27,25),(24499,40,27,26),(24500,40,27,27),(24501,40,27,28),(24502,40,27,29),(24503,40,27,30),(24504,40,27,31),(24505,40,27,32),(24506,40,27,33),(24507,40,27,34),(24508,40,27,35),(24509,40,27,36),(24510,40,27,37),(24511,40,27,38),(24512,40,27,39),(24513,40,27,40),(24514,40,27,41),(24515,40,27,42),(24516,40,27,43),(24517,40,27,44),(24518,40,27,45),(24519,40,27,46),(24520,40,27,47),(24521,40,27,48),(24522,40,27,49),(24523,40,27,50),(24524,40,27,51),(24525,40,27,52),(24526,40,27,53),(24527,40,27,54),(24528,40,27,55),(24529,40,27,56),(24530,40,27,57),(24531,40,27,58),(24532,40,27,59),(24533,40,27,60),(24534,40,27,61),(24535,40,27,62),(24536,40,27,63),(24537,40,27,64),(24538,40,27,65),(24539,40,27,66),(24540,40,28,1),(24541,40,28,2),(24542,40,28,3),(24543,40,28,4),(24544,40,28,5),(24545,40,28,6),(24546,40,28,7),(24547,40,28,8),(24548,40,28,9),(24549,40,28,10),(24550,40,28,11),(24551,40,28,12),(24552,40,28,13),(24553,40,28,14),(24554,40,28,15),(24555,40,28,16),(24556,40,28,17),(24557,40,28,18),(24558,40,28,19),(24559,40,28,20),(24560,41,1,1),(24561,41,1,2),(24562,41,1,3),(24563,41,1,4),(24564,41,1,5),(24565,41,1,6),(24566,41,1,7),(24567,41,1,8),(24568,41,1,9),(24569,41,1,10),(24570,41,1,11),(24571,41,1,12),(24572,41,1,13),(24573,41,1,14),(24574,41,1,15),(24575,41,1,16),(24576,41,1,17),(24577,41,1,18),(24578,41,1,19),(24579,41,1,20),(24580,41,1,21),(24581,41,1,22),(24582,41,1,23),(24583,41,1,24),(24584,41,1,25),(24585,41,1,26),(24586,41,1,27),(24587,41,1,28),(24588,41,1,29),(24589,41,1,30),(24590,41,1,31),(24591,41,1,32),(24592,41,1,33),(24593,41,1,34),(24594,41,1,35),(24595,41,1,36),(24596,41,1,37),(24597,41,1,38),(24598,41,1,39),(24599,41,1,40),(24600,41,1,41),(24601,41,1,42),(24602,41,1,43),(24603,41,1,44),(24604,41,1,45),(24605,41,2,1),(24606,41,2,2),(24607,41,2,3),(24608,41,2,4),(24609,41,2,5),(24610,41,2,6),(24611,41,2,7),(24612,41,2,8),(24613,41,2,9),(24614,41,2,10),(24615,41,2,11),(24616,41,2,12),(24617,41,2,13),(24618,41,2,14),(24619,41,2,15),(24620,41,2,16),(24621,41,2,17),(24622,41,2,18),(24623,41,2,19),(24624,41,2,20),(24625,41,2,21),(24626,41,2,22),(24627,41,2,23),(24628,41,2,24),(24629,41,2,25),(24630,41,2,26),(24631,41,2,27),(24632,41,2,28),(24633,41,3,1),(24634,41,3,2),(24635,41,3,3),(24636,41,3,4),(24637,41,3,5),(24638,41,3,6),(24639,41,3,7),(24640,41,3,8),(24641,41,3,9),(24642,41,3,10),(24643,41,3,11),(24644,41,3,12),(24645,41,3,13),(24646,41,3,14),(24647,41,3,15),(24648,41,3,16),(24649,41,3,17),(24650,41,3,18),(24651,41,3,19),(24652,41,3,20),(24653,41,3,21),(24654,41,3,22),(24655,41,3,23),(24656,41,3,24),(24657,41,3,25),(24658,41,3,26),(24659,41,3,27),(24660,41,3,28),(24661,41,3,29),(24662,41,3,30),(24663,41,3,31),(24664,41,3,32),(24665,41,3,33),(24666,41,3,34),(24667,41,3,35),(24668,41,4,1),(24669,41,4,2),(24670,41,4,3),(24671,41,4,4),(24672,41,4,5),(24673,41,4,6),(24674,41,4,7),(24675,41,4,8),(24676,41,4,9),(24677,41,4,10),(24678,41,4,11),(24679,41,4,12),(24680,41,4,13),(24681,41,4,14),(24682,41,4,15),(24683,41,4,16),(24684,41,4,17),(24685,41,4,18),(24686,41,4,19),(24687,41,4,20),(24688,41,4,21),(24689,41,4,22),(24690,41,4,23),(24691,41,4,24),(24692,41,4,25),(24693,41,4,26),(24694,41,4,27),(24695,41,4,28),(24696,41,4,29),(24697,41,4,30),(24698,41,4,31),(24699,41,4,32),(24700,41,4,33),(24701,41,4,34),(24702,41,4,35),(24703,41,4,36),(24704,41,4,37),(24705,41,4,38),(24706,41,4,39),(24707,41,4,40),(24708,41,4,41),(24709,41,5,1),(24710,41,5,2),(24711,41,5,3),(24712,41,5,4),(24713,41,5,5),(24714,41,5,6),(24715,41,5,7),(24716,41,5,8),(24717,41,5,9),(24718,41,5,10),(24719,41,5,11),(24720,41,5,12),(24721,41,5,13),(24722,41,5,14),(24723,41,5,15),(24724,41,5,16),(24725,41,5,17),(24726,41,5,18),(24727,41,5,19),(24728,41,5,20),(24729,41,5,21),(24730,41,5,22),(24731,41,5,23),(24732,41,5,24),(24733,41,5,25),(24734,41,5,26),(24735,41,5,27),(24736,41,5,28),(24737,41,5,29),(24738,41,5,30),(24739,41,5,31),(24740,41,5,32),(24741,41,5,33),(24742,41,5,34),(24743,41,5,35),(24744,41,5,36),(24745,41,5,37),(24746,41,5,38),(24747,41,5,39),(24748,41,5,40),(24749,41,5,41),(24750,41,5,42),(24751,41,5,43),(24752,41,6,1),(24753,41,6,2),(24754,41,6,3),(24755,41,6,4),(24756,41,6,5),(24757,41,6,6),(24758,41,6,7),(24759,41,6,8),(24760,41,6,9),(24761,41,6,10),(24762,41,6,11),(24763,41,6,12),(24764,41,6,13),(24765,41,6,14),(24766,41,6,15),(24767,41,6,16),(24768,41,6,17),(24769,41,6,18),(24770,41,6,19),(24771,41,6,20),(24772,41,6,21),(24773,41,6,22),(24774,41,6,23),(24775,41,6,24),(24776,41,6,25),(24777,41,6,26),(24778,41,6,27),(24779,41,6,28),(24780,41,6,29),(24781,41,6,30),(24782,41,6,31),(24783,41,6,32),(24784,41,6,33),(24785,41,6,34),(24786,41,6,35),(24787,41,6,36),(24788,41,6,37),(24789,41,6,38),(24790,41,6,39),(24791,41,6,40),(24792,41,6,41),(24793,41,6,42),(24794,41,6,43),(24795,41,6,44),(24796,41,6,45),(24797,41,6,46),(24798,41,6,47),(24799,41,6,48),(24800,41,6,49),(24801,41,6,50),(24802,41,6,51),(24803,41,6,52),(24804,41,6,53),(24805,41,6,54),(24806,41,6,55),(24807,41,6,56),(24808,41,7,1),(24809,41,7,2),(24810,41,7,3),(24811,41,7,4),(24812,41,7,5),(24813,41,7,6),(24814,41,7,7),(24815,41,7,8),(24816,41,7,9),(24817,41,7,10),(24818,41,7,11),(24819,41,7,12),(24820,41,7,13),(24821,41,7,14),(24822,41,7,15),(24823,41,7,16),(24824,41,7,17),(24825,41,7,18),(24826,41,7,19),(24827,41,7,20),(24828,41,7,21),(24829,41,7,22),(24830,41,7,23),(24831,41,7,24),(24832,41,7,25),(24833,41,7,26),(24834,41,7,27),(24835,41,7,28),(24836,41,7,29),(24837,41,7,30),(24838,41,7,31),(24839,41,7,32),(24840,41,7,33),(24841,41,7,34),(24842,41,7,35),(24843,41,7,36),(24844,41,7,37),(24845,41,8,1),(24846,41,8,2),(24847,41,8,3),(24848,41,8,4),(24849,41,8,5),(24850,41,8,6),(24851,41,8,7),(24852,41,8,8),(24853,41,8,9),(24854,41,8,10),(24855,41,8,11),(24856,41,8,12),(24857,41,8,13),(24858,41,8,14),(24859,41,8,15),(24860,41,8,16),(24861,41,8,17),(24862,41,8,18),(24863,41,8,19),(24864,41,8,20),(24865,41,8,21),(24866,41,8,22),(24867,41,8,23),(24868,41,8,24),(24869,41,8,25),(24870,41,8,26),(24871,41,8,27),(24872,41,8,28),(24873,41,8,29),(24874,41,8,30),(24875,41,8,31),(24876,41,8,32),(24877,41,8,33),(24878,41,8,34),(24879,41,8,35),(24880,41,8,36),(24881,41,8,37),(24882,41,8,38),(24883,41,9,1),(24884,41,9,2),(24885,41,9,3),(24886,41,9,4),(24887,41,9,5),(24888,41,9,6),(24889,41,9,7),(24890,41,9,8),(24891,41,9,9),(24892,41,9,10),(24893,41,9,11),(24894,41,9,12),(24895,41,9,13),(24896,41,9,14),(24897,41,9,15),(24898,41,9,16),(24899,41,9,17),(24900,41,9,18),(24901,41,9,19),(24902,41,9,20),(24903,41,9,21),(24904,41,9,22),(24905,41,9,23),(24906,41,9,24),(24907,41,9,25),(24908,41,9,26),(24909,41,9,27),(24910,41,9,28),(24911,41,9,29),(24912,41,9,30),(24913,41,9,31),(24914,41,9,32),(24915,41,9,33),(24916,41,9,34),(24917,41,9,35),(24918,41,9,36),(24919,41,9,37),(24920,41,9,38),(24921,41,9,39),(24922,41,9,40),(24923,41,9,41),(24924,41,9,42),(24925,41,9,43),(24926,41,9,44),(24927,41,9,45),(24928,41,9,46),(24929,41,9,47),(24930,41,9,48),(24931,41,9,49),(24932,41,9,50),(24933,41,10,1),(24934,41,10,2),(24935,41,10,3),(24936,41,10,4),(24937,41,10,5),(24938,41,10,6),(24939,41,10,7),(24940,41,10,8),(24941,41,10,9),(24942,41,10,10),(24943,41,10,11),(24944,41,10,12),(24945,41,10,13),(24946,41,10,14),(24947,41,10,15),(24948,41,10,16),(24949,41,10,17),(24950,41,10,18),(24951,41,10,19),(24952,41,10,20),(24953,41,10,21),(24954,41,10,22),(24955,41,10,23),(24956,41,10,24),(24957,41,10,25),(24958,41,10,26),(24959,41,10,27),(24960,41,10,28),(24961,41,10,29),(24962,41,10,30),(24963,41,10,31),(24964,41,10,32),(24965,41,10,33),(24966,41,10,34),(24967,41,10,35),(24968,41,10,36),(24969,41,10,37),(24970,41,10,38),(24971,41,10,39),(24972,41,10,40),(24973,41,10,41),(24974,41,10,42),(24975,41,10,43),(24976,41,10,44),(24977,41,10,45),(24978,41,10,46),(24979,41,10,47),(24980,41,10,48),(24981,41,10,49),(24982,41,10,50),(24983,41,10,51),(24984,41,10,52),(24985,41,11,1),(24986,41,11,2),(24987,41,11,3),(24988,41,11,4),(24989,41,11,5),(24990,41,11,6),(24991,41,11,7),(24992,41,11,8),(24993,41,11,9),(24994,41,11,10),(24995,41,11,11),(24996,41,11,12),(24997,41,11,13),(24998,41,11,14),(24999,41,11,15),(25000,41,11,16),(25001,41,11,17),(25002,41,11,18),(25003,41,11,19),(25004,41,11,20),(25005,41,11,21),(25006,41,11,22),(25007,41,11,23),(25008,41,11,24),(25009,41,11,25),(25010,41,11,26),(25011,41,11,27),(25012,41,11,28),(25013,41,11,29),(25014,41,11,30),(25015,41,11,31),(25016,41,11,32),(25017,41,11,33),(25018,41,12,1),(25019,41,12,2),(25020,41,12,3),(25021,41,12,4),(25022,41,12,5),(25023,41,12,6),(25024,41,12,7),(25025,41,12,8),(25026,41,12,9),(25027,41,12,10),(25028,41,12,11),(25029,41,12,12),(25030,41,12,13),(25031,41,12,14),(25032,41,12,15),(25033,41,12,16),(25034,41,12,17),(25035,41,12,18),(25036,41,12,19),(25037,41,12,20),(25038,41,12,21),(25039,41,12,22),(25040,41,12,23),(25041,41,12,24),(25042,41,12,25),(25043,41,12,26),(25044,41,12,27),(25045,41,12,28),(25046,41,12,29),(25047,41,12,30),(25048,41,12,31),(25049,41,12,32),(25050,41,12,33),(25051,41,12,34),(25052,41,12,35),(25053,41,12,36),(25054,41,12,37),(25055,41,12,38),(25056,41,12,39),(25057,41,12,40),(25058,41,12,41),(25059,41,12,42),(25060,41,12,43),(25061,41,12,44),(25062,41,13,1),(25063,41,13,2),(25064,41,13,3),(25065,41,13,4),(25066,41,13,5),(25067,41,13,6),(25068,41,13,7),(25069,41,13,8),(25070,41,13,9),(25071,41,13,10),(25072,41,13,11),(25073,41,13,12),(25074,41,13,13),(25075,41,13,14),(25076,41,13,15),(25077,41,13,16),(25078,41,13,17),(25079,41,13,18),(25080,41,13,19),(25081,41,13,20),(25082,41,13,21),(25083,41,13,22),(25084,41,13,23),(25085,41,13,24),(25086,41,13,25),(25087,41,13,26),(25088,41,13,27),(25089,41,13,28),(25090,41,13,29),(25091,41,13,30),(25092,41,13,31),(25093,41,13,32),(25094,41,13,33),(25095,41,13,34),(25096,41,13,35),(25097,41,13,36),(25098,41,13,37),(25099,41,14,1),(25100,41,14,2),(25101,41,14,3),(25102,41,14,4),(25103,41,14,5),(25104,41,14,6),(25105,41,14,7),(25106,41,14,8),(25107,41,14,9),(25108,41,14,10),(25109,41,14,11),(25110,41,14,12),(25111,41,14,13),(25112,41,14,14),(25113,41,14,15),(25114,41,14,16),(25115,41,14,17),(25116,41,14,18),(25117,41,14,19),(25118,41,14,20),(25119,41,14,21),(25120,41,14,22),(25121,41,14,23),(25122,41,14,24),(25123,41,14,25),(25124,41,14,26),(25125,41,14,27),(25126,41,14,28),(25127,41,14,29),(25128,41,14,30),(25129,41,14,31),(25130,41,14,32),(25131,41,14,33),(25132,41,14,34),(25133,41,14,35),(25134,41,14,36),(25135,41,14,37),(25136,41,14,38),(25137,41,14,39),(25138,41,14,40),(25139,41,14,41),(25140,41,14,42),(25141,41,14,43),(25142,41,14,44),(25143,41,14,45),(25144,41,14,46),(25145,41,14,47),(25146,41,14,48),(25147,41,14,49),(25148,41,14,50),(25149,41,14,51),(25150,41,14,52),(25151,41,14,53),(25152,41,14,54),(25153,41,14,55),(25154,41,14,56),(25155,41,14,57),(25156,41,14,58),(25157,41,14,59),(25158,41,14,60),(25159,41,14,61),(25160,41,14,62),(25161,41,14,63),(25162,41,14,64),(25163,41,14,65),(25164,41,14,66),(25165,41,14,67),(25166,41,14,68),(25167,41,14,69),(25168,41,14,70),(25169,41,14,71),(25170,41,14,72),(25171,41,15,1),(25172,41,15,2),(25173,41,15,3),(25174,41,15,4),(25175,41,15,5),(25176,41,15,6),(25177,41,15,7),(25178,41,15,8),(25179,41,15,9),(25180,41,15,10),(25181,41,15,11),(25182,41,15,12),(25183,41,15,13),(25184,41,15,14),(25185,41,15,15),(25186,41,15,16),(25187,41,15,17),(25188,41,15,18),(25189,41,15,19),(25190,41,15,20),(25191,41,15,21),(25192,41,15,22),(25193,41,15,23),(25194,41,15,24),(25195,41,15,25),(25196,41,15,26),(25197,41,15,27),(25198,41,15,28),(25199,41,15,29),(25200,41,15,30),(25201,41,15,31),(25202,41,15,32),(25203,41,15,33),(25204,41,15,34),(25205,41,15,35),(25206,41,15,36),(25207,41,15,37),(25208,41,15,38),(25209,41,15,39),(25210,41,15,40),(25211,41,15,41),(25212,41,15,42),(25213,41,15,43),(25214,41,15,44),(25215,41,15,45),(25216,41,15,46),(25217,41,15,47),(25218,41,16,1),(25219,41,16,2),(25220,41,16,3),(25221,41,16,4),(25222,41,16,5),(25223,41,16,6),(25224,41,16,7),(25225,41,16,8),(25226,41,16,9),(25227,41,16,10),(25228,41,16,11),(25229,41,16,12),(25230,41,16,13),(25231,41,16,14),(25232,41,16,15),(25233,41,16,16),(25234,41,16,17),(25235,41,16,18),(25236,41,16,19),(25237,41,16,20),(25238,42,1,1),(25239,42,1,2),(25240,42,1,3),(25241,42,1,4),(25242,42,1,5),(25243,42,1,6),(25244,42,1,7),(25245,42,1,8),(25246,42,1,9),(25247,42,1,10),(25248,42,1,11),(25249,42,1,12),(25250,42,1,13),(25251,42,1,14),(25252,42,1,15),(25253,42,1,16),(25254,42,1,17),(25255,42,1,18),(25256,42,1,19),(25257,42,1,20),(25258,42,1,21),(25259,42,1,22),(25260,42,1,23),(25261,42,1,24),(25262,42,1,25),(25263,42,1,26),(25264,42,1,27),(25265,42,1,28),(25266,42,1,29),(25267,42,1,30),(25268,42,1,31),(25269,42,1,32),(25270,42,1,33),(25271,42,1,34),(25272,42,1,35),(25273,42,1,36),(25274,42,1,37),(25275,42,1,38),(25276,42,1,39),(25277,42,1,40),(25278,42,1,41),(25279,42,1,42),(25280,42,1,43),(25281,42,1,44),(25282,42,1,45),(25283,42,1,46),(25284,42,1,47),(25285,42,1,48),(25286,42,1,49),(25287,42,1,50),(25288,42,1,51),(25289,42,1,52),(25290,42,1,53),(25291,42,1,54),(25292,42,1,55),(25293,42,1,56),(25294,42,1,57),(25295,42,1,58),(25296,42,1,59),(25297,42,1,60),(25298,42,1,61),(25299,42,1,62),(25300,42,1,63),(25301,42,1,64),(25302,42,1,65),(25303,42,1,66),(25304,42,1,67),(25305,42,1,68),(25306,42,1,69),(25307,42,1,70),(25308,42,1,71),(25309,42,1,72),(25310,42,1,73),(25311,42,1,74),(25312,42,1,75),(25313,42,1,76),(25314,42,1,77),(25315,42,1,78),(25316,42,1,79),(25317,42,1,80),(25318,42,2,1),(25319,42,2,2),(25320,42,2,3),(25321,42,2,4),(25322,42,2,5),(25323,42,2,6),(25324,42,2,7),(25325,42,2,8),(25326,42,2,9),(25327,42,2,10),(25328,42,2,11),(25329,42,2,12),(25330,42,2,13),(25331,42,2,14),(25332,42,2,15),(25333,42,2,16),(25334,42,2,17),(25335,42,2,18),(25336,42,2,19),(25337,42,2,20),(25338,42,2,21),(25339,42,2,22),(25340,42,2,23),(25341,42,2,24),(25342,42,2,25),(25343,42,2,26),(25344,42,2,27),(25345,42,2,28),(25346,42,2,29),(25347,42,2,30),(25348,42,2,31),(25349,42,2,32),(25350,42,2,33),(25351,42,2,34),(25352,42,2,35),(25353,42,2,36),(25354,42,2,37),(25355,42,2,38),(25356,42,2,39),(25357,42,2,40),(25358,42,2,41),(25359,42,2,42),(25360,42,2,43),(25361,42,2,44),(25362,42,2,45),(25363,42,2,46),(25364,42,2,47),(25365,42,2,48),(25366,42,2,49),(25367,42,2,50),(25368,42,2,51),(25369,42,2,52),(25370,42,3,1),(25371,42,3,2),(25372,42,3,3),(25373,42,3,4),(25374,42,3,5),(25375,42,3,6),(25376,42,3,7),(25377,42,3,8),(25378,42,3,9),(25379,42,3,10),(25380,42,3,11),(25381,42,3,12),(25382,42,3,13),(25383,42,3,14),(25384,42,3,15),(25385,42,3,16),(25386,42,3,17),(25387,42,3,18),(25388,42,3,19),(25389,42,3,20),(25390,42,3,21),(25391,42,3,22),(25392,42,3,23),(25393,42,3,24),(25394,42,3,25),(25395,42,3,26),(25396,42,3,27),(25397,42,3,28),(25398,42,3,29),(25399,42,3,30),(25400,42,3,31),(25401,42,3,32),(25402,42,3,33),(25403,42,3,34),(25404,42,3,35),(25405,42,3,36),(25406,42,3,37),(25407,42,3,38),(25408,42,4,1),(25409,42,4,2),(25410,42,4,3),(25411,42,4,4),(25412,42,4,5),(25413,42,4,6),(25414,42,4,7),(25415,42,4,8),(25416,42,4,9),(25417,42,4,10),(25418,42,4,11),(25419,42,4,12),(25420,42,4,13),(25421,42,4,14),(25422,42,4,15),(25423,42,4,16),(25424,42,4,17),(25425,42,4,18),(25426,42,4,19),(25427,42,4,20),(25428,42,4,21),(25429,42,4,22),(25430,42,4,23),(25431,42,4,24),(25432,42,4,25),(25433,42,4,26),(25434,42,4,27),(25435,42,4,28),(25436,42,4,29),(25437,42,4,30),(25438,42,4,31),(25439,42,4,32),(25440,42,4,33),(25441,42,4,34),(25442,42,4,35),(25443,42,4,36),(25444,42,4,37),(25445,42,4,38),(25446,42,4,39),(25447,42,4,40),(25448,42,4,41),(25449,42,4,42),(25450,42,4,43),(25451,42,4,44),(25452,42,5,1),(25453,42,5,2),(25454,42,5,3),(25455,42,5,4),(25456,42,5,5),(25457,42,5,6),(25458,42,5,7),(25459,42,5,8),(25460,42,5,9),(25461,42,5,10),(25462,42,5,11),(25463,42,5,12),(25464,42,5,13),(25465,42,5,14),(25466,42,5,15),(25467,42,5,16),(25468,42,5,17),(25469,42,5,18),(25470,42,5,19),(25471,42,5,20),(25472,42,5,21),(25473,42,5,22),(25474,42,5,23),(25475,42,5,24),(25476,42,5,25),(25477,42,5,26),(25478,42,5,27),(25479,42,5,28),(25480,42,5,29),(25481,42,5,30),(25482,42,5,31),(25483,42,5,32),(25484,42,5,33),(25485,42,5,34),(25486,42,5,35),(25487,42,5,36),(25488,42,5,37),(25489,42,5,38),(25490,42,5,39),(25491,42,6,1),(25492,42,6,2),(25493,42,6,3),(25494,42,6,4),(25495,42,6,5),(25496,42,6,6),(25497,42,6,7),(25498,42,6,8),(25499,42,6,9),(25500,42,6,10),(25501,42,6,11),(25502,42,6,12),(25503,42,6,13),(25504,42,6,14),(25505,42,6,15),(25506,42,6,16),(25507,42,6,17),(25508,42,6,18),(25509,42,6,19),(25510,42,6,20),(25511,42,6,21),(25512,42,6,22),(25513,42,6,23),(25514,42,6,24),(25515,42,6,25),(25516,42,6,26),(25517,42,6,27),(25518,42,6,28),(25519,42,6,29),(25520,42,6,30),(25521,42,6,31),(25522,42,6,32),(25523,42,6,33),(25524,42,6,34),(25525,42,6,35),(25526,42,6,36),(25527,42,6,37),(25528,42,6,38),(25529,42,6,39),(25530,42,6,40),(25531,42,6,41),(25532,42,6,42),(25533,42,6,43),(25534,42,6,44),(25535,42,6,45),(25536,42,6,46),(25537,42,6,47),(25538,42,6,48),(25539,42,6,49),(25540,42,7,1),(25541,42,7,2),(25542,42,7,3),(25543,42,7,4),(25544,42,7,5),(25545,42,7,6),(25546,42,7,7),(25547,42,7,8),(25548,42,7,9),(25549,42,7,10),(25550,42,7,11),(25551,42,7,12),(25552,42,7,13),(25553,42,7,14),(25554,42,7,15),(25555,42,7,16),(25556,42,7,17),(25557,42,7,18),(25558,42,7,19),(25559,42,7,20),(25560,42,7,21),(25561,42,7,22),(25562,42,7,23),(25563,42,7,24),(25564,42,7,25),(25565,42,7,26),(25566,42,7,27),(25567,42,7,28),(25568,42,7,29),(25569,42,7,30),(25570,42,7,31),(25571,42,7,32),(25572,42,7,33),(25573,42,7,34),(25574,42,7,35),(25575,42,7,36),(25576,42,7,37),(25577,42,7,38),(25578,42,7,39),(25579,42,7,40),(25580,42,7,41),(25581,42,7,42),(25582,42,7,43),(25583,42,7,44),(25584,42,7,45),(25585,42,7,46),(25586,42,7,47),(25587,42,7,48),(25588,42,7,49),(25589,42,7,50),(25590,42,8,1),(25591,42,8,2),(25592,42,8,3),(25593,42,8,4),(25594,42,8,5),(25595,42,8,6),(25596,42,8,7),(25597,42,8,8),(25598,42,8,9),(25599,42,8,10),(25600,42,8,11),(25601,42,8,12),(25602,42,8,13),(25603,42,8,14),(25604,42,8,15),(25605,42,8,16),(25606,42,8,17),(25607,42,8,18),(25608,42,8,19),(25609,42,8,20),(25610,42,8,21),(25611,42,8,22),(25612,42,8,23),(25613,42,8,24),(25614,42,8,25),(25615,42,8,26),(25616,42,8,27),(25617,42,8,28),(25618,42,8,29),(25619,42,8,30),(25620,42,8,31),(25621,42,8,32),(25622,42,8,33),(25623,42,8,34),(25624,42,8,35),(25625,42,8,36),(25626,42,8,37),(25627,42,8,38),(25628,42,8,39),(25629,42,8,40),(25630,42,8,41),(25631,42,8,42),(25632,42,8,43),(25633,42,8,44),(25634,42,8,45),(25635,42,8,46),(25636,42,8,47),(25637,42,8,48),(25638,42,8,49),(25639,42,8,50),(25640,42,8,51),(25641,42,8,52),(25642,42,8,53),(25643,42,8,54),(25644,42,8,55),(25645,42,8,56),(25646,42,9,1),(25647,42,9,2),(25648,42,9,3),(25649,42,9,4),(25650,42,9,5),(25651,42,9,6),(25652,42,9,7),(25653,42,9,8),(25654,42,9,9),(25655,42,9,10),(25656,42,9,11),(25657,42,9,12),(25658,42,9,13),(25659,42,9,14),(25660,42,9,15),(25661,42,9,16),(25662,42,9,17),(25663,42,9,18),(25664,42,9,19),(25665,42,9,20),(25666,42,9,21),(25667,42,9,22),(25668,42,9,23),(25669,42,9,24),(25670,42,9,25),(25671,42,9,26),(25672,42,9,27),(25673,42,9,28),(25674,42,9,29),(25675,42,9,30),(25676,42,9,31),(25677,42,9,32),(25678,42,9,33),(25679,42,9,34),(25680,42,9,35),(25681,42,9,36),(25682,42,9,37),(25683,42,9,38),(25684,42,9,39),(25685,42,9,40),(25686,42,9,41),(25687,42,9,42),(25688,42,9,43),(25689,42,9,44),(25690,42,9,45),(25691,42,9,46),(25692,42,9,47),(25693,42,9,48),(25694,42,9,49),(25695,42,9,50),(25696,42,9,51),(25697,42,9,52),(25698,42,9,53),(25699,42,9,54),(25700,42,9,55),(25701,42,9,56),(25702,42,9,57),(25703,42,9,58),(25704,42,9,59),(25705,42,9,60),(25706,42,9,61),(25707,42,9,62),(25708,42,10,1),(25709,42,10,2),(25710,42,10,3),(25711,42,10,4),(25712,42,10,5),(25713,42,10,6),(25714,42,10,7),(25715,42,10,8),(25716,42,10,9),(25717,42,10,10),(25718,42,10,11),(25719,42,10,12),(25720,42,10,13),(25721,42,10,14),(25722,42,10,15),(25723,42,10,16),(25724,42,10,17),(25725,42,10,18),(25726,42,10,19),(25727,42,10,20),(25728,42,10,21),(25729,42,10,22),(25730,42,10,23),(25731,42,10,24),(25732,42,10,25),(25733,42,10,26),(25734,42,10,27),(25735,42,10,28),(25736,42,10,29),(25737,42,10,30),(25738,42,10,31),(25739,42,10,32),(25740,42,10,33),(25741,42,10,34),(25742,42,10,35),(25743,42,10,36),(25744,42,10,37),(25745,42,10,38),(25746,42,10,39),(25747,42,10,40),(25748,42,10,41),(25749,42,10,42),(25750,42,11,1),(25751,42,11,2),(25752,42,11,3),(25753,42,11,4),(25754,42,11,5),(25755,42,11,6),(25756,42,11,7),(25757,42,11,8),(25758,42,11,9),(25759,42,11,10),(25760,42,11,11),(25761,42,11,12),(25762,42,11,13),(25763,42,11,14),(25764,42,11,15),(25765,42,11,16),(25766,42,11,17),(25767,42,11,18),(25768,42,11,19),(25769,42,11,20),(25770,42,11,21),(25771,42,11,22),(25772,42,11,23),(25773,42,11,24),(25774,42,11,25),(25775,42,11,26),(25776,42,11,27),(25777,42,11,28),(25778,42,11,29),(25779,42,11,30),(25780,42,11,31),(25781,42,11,32),(25782,42,11,33),(25783,42,11,34),(25784,42,11,35),(25785,42,11,36),(25786,42,11,37),(25787,42,11,38),(25788,42,11,39),(25789,42,11,40),(25790,42,11,41),(25791,42,11,42),(25792,42,11,43),(25793,42,11,44),(25794,42,11,45),(25795,42,11,46),(25796,42,11,47),(25797,42,11,48),(25798,42,11,49),(25799,42,11,50),(25800,42,11,51),(25801,42,11,52),(25802,42,11,53),(25803,42,11,54),(25804,42,12,1),(25805,42,12,2),(25806,42,12,3),(25807,42,12,4),(25808,42,12,5),(25809,42,12,6),(25810,42,12,7),(25811,42,12,8),(25812,42,12,9),(25813,42,12,10),(25814,42,12,11),(25815,42,12,12),(25816,42,12,13),(25817,42,12,14),(25818,42,12,15),(25819,42,12,16),(25820,42,12,17),(25821,42,12,18),(25822,42,12,19),(25823,42,12,20),(25824,42,12,21),(25825,42,12,22),(25826,42,12,23),(25827,42,12,24),(25828,42,12,25),(25829,42,12,26),(25830,42,12,27),(25831,42,12,28),(25832,42,12,29),(25833,42,12,30),(25834,42,12,31),(25835,42,12,32),(25836,42,12,33),(25837,42,12,34),(25838,42,12,35),(25839,42,12,36),(25840,42,12,37),(25841,42,12,38),(25842,42,12,39),(25843,42,12,40),(25844,42,12,41),(25845,42,12,42),(25846,42,12,43),(25847,42,12,44),(25848,42,12,45),(25849,42,12,46),(25850,42,12,47),(25851,42,12,48),(25852,42,12,49),(25853,42,12,50),(25854,42,12,51),(25855,42,12,52),(25856,42,12,53),(25857,42,12,54),(25858,42,12,55),(25859,42,12,56),(25860,42,12,57),(25861,42,12,58),(25862,42,12,59),(25863,42,13,1),(25864,42,13,2),(25865,42,13,3),(25866,42,13,4),(25867,42,13,5),(25868,42,13,6),(25869,42,13,7),(25870,42,13,8),(25871,42,13,9),(25872,42,13,10),(25873,42,13,11),(25874,42,13,12),(25875,42,13,13),(25876,42,13,14),(25877,42,13,15),(25878,42,13,16),(25879,42,13,17),(25880,42,13,18),(25881,42,13,19),(25882,42,13,20),(25883,42,13,21),(25884,42,13,22),(25885,42,13,23),(25886,42,13,24),(25887,42,13,25),(25888,42,13,26),(25889,42,13,27),(25890,42,13,28),(25891,42,13,29),(25892,42,13,30),(25893,42,13,31),(25894,42,13,32),(25895,42,13,33),(25896,42,13,34),(25897,42,13,35),(25898,42,14,1),(25899,42,14,2),(25900,42,14,3),(25901,42,14,4),(25902,42,14,5),(25903,42,14,6),(25904,42,14,7),(25905,42,14,8),(25906,42,14,9),(25907,42,14,10),(25908,42,14,11),(25909,42,14,12),(25910,42,14,13),(25911,42,14,14),(25912,42,14,15),(25913,42,14,16),(25914,42,14,17),(25915,42,14,18),(25916,42,14,19),(25917,42,14,20),(25918,42,14,21),(25919,42,14,22),(25920,42,14,23),(25921,42,14,24),(25922,42,14,25),(25923,42,14,26),(25924,42,14,27),(25925,42,14,28),(25926,42,14,29),(25927,42,14,30),(25928,42,14,31),(25929,42,14,32),(25930,42,14,33),(25931,42,14,34),(25932,42,14,35),(25933,42,15,1),(25934,42,15,2),(25935,42,15,3),(25936,42,15,4),(25937,42,15,5),(25938,42,15,6),(25939,42,15,7),(25940,42,15,8),(25941,42,15,9),(25942,42,15,10),(25943,42,15,11),(25944,42,15,12),(25945,42,15,13),(25946,42,15,14),(25947,42,15,15),(25948,42,15,16),(25949,42,15,17),(25950,42,15,18),(25951,42,15,19),(25952,42,15,20),(25953,42,15,21),(25954,42,15,22),(25955,42,15,23),(25956,42,15,24),(25957,42,15,25),(25958,42,15,26),(25959,42,15,27),(25960,42,15,28),(25961,42,15,29),(25962,42,15,30),(25963,42,15,31),(25964,42,15,32),(25965,42,16,1),(25966,42,16,2),(25967,42,16,3),(25968,42,16,4),(25969,42,16,5),(25970,42,16,6),(25971,42,16,7),(25972,42,16,8),(25973,42,16,9),(25974,42,16,10),(25975,42,16,11),(25976,42,16,12),(25977,42,16,13),(25978,42,16,14),(25979,42,16,15),(25980,42,16,16),(25981,42,16,17),(25982,42,16,18),(25983,42,16,19),(25984,42,16,20),(25985,42,16,21),(25986,42,16,22),(25987,42,16,23),(25988,42,16,24),(25989,42,16,25),(25990,42,16,26),(25991,42,16,27),(25992,42,16,28),(25993,42,16,29),(25994,42,16,30),(25995,42,16,31),(25996,42,17,1),(25997,42,17,2),(25998,42,17,3),(25999,42,17,4),(26000,42,17,5),(26001,42,17,6),(26002,42,17,7),(26003,42,17,8),(26004,42,17,9),(26005,42,17,10),(26006,42,17,11),(26007,42,17,12),(26008,42,17,13),(26009,42,17,14),(26010,42,17,15),(26011,42,17,16),(26012,42,17,17),(26013,42,17,18),(26014,42,17,19),(26015,42,17,20),(26016,42,17,21),(26017,42,17,22),(26018,42,17,23),(26019,42,17,24),(26020,42,17,25),(26021,42,17,26),(26022,42,17,27),(26023,42,17,28),(26024,42,17,29),(26025,42,17,30),(26026,42,17,31),(26027,42,17,32),(26028,42,17,33),(26029,42,17,34),(26030,42,17,35),(26031,42,17,36),(26032,42,17,37),(26033,42,18,1),(26034,42,18,2),(26035,42,18,3),(26036,42,18,4),(26037,42,18,5),(26038,42,18,6),(26039,42,18,7),(26040,42,18,8),(26041,42,18,9),(26042,42,18,10),(26043,42,18,11),(26044,42,18,12),(26045,42,18,13),(26046,42,18,14),(26047,42,18,15),(26048,42,18,16),(26049,42,18,17),(26050,42,18,18),(26051,42,18,19),(26052,42,18,20),(26053,42,18,21),(26054,42,18,22),(26055,42,18,23),(26056,42,18,24),(26057,42,18,25),(26058,42,18,26),(26059,42,18,27),(26060,42,18,28),(26061,42,18,29),(26062,42,18,30),(26063,42,18,31),(26064,42,18,32),(26065,42,18,33),(26066,42,18,34),(26067,42,18,35),(26068,42,18,36),(26069,42,18,37),(26070,42,18,38),(26071,42,18,39),(26072,42,18,40),(26073,42,18,41),(26074,42,18,42),(26075,42,18,43),(26076,42,19,1),(26077,42,19,2),(26078,42,19,3),(26079,42,19,4),(26080,42,19,5),(26081,42,19,6),(26082,42,19,7),(26083,42,19,8),(26084,42,19,9),(26085,42,19,10),(26086,42,19,11),(26087,42,19,12),(26088,42,19,13),(26089,42,19,14),(26090,42,19,15),(26091,42,19,16),(26092,42,19,17),(26093,42,19,18),(26094,42,19,19),(26095,42,19,20),(26096,42,19,21),(26097,42,19,22),(26098,42,19,23),(26099,42,19,24),(26100,42,19,25),(26101,42,19,26),(26102,42,19,27),(26103,42,19,28),(26104,42,19,29),(26105,42,19,30),(26106,42,19,31),(26107,42,19,32),(26108,42,19,33),(26109,42,19,34),(26110,42,19,35),(26111,42,19,36),(26112,42,19,37),(26113,42,19,38),(26114,42,19,39),(26115,42,19,40),(26116,42,19,41),(26117,42,19,42),(26118,42,19,43),(26119,42,19,44),(26120,42,19,45),(26121,42,19,46),(26122,42,19,47),(26123,42,19,48),(26124,42,20,1),(26125,42,20,2),(26126,42,20,3),(26127,42,20,4),(26128,42,20,5),(26129,42,20,6),(26130,42,20,7),(26131,42,20,8),(26132,42,20,9),(26133,42,20,10),(26134,42,20,11),(26135,42,20,12),(26136,42,20,13),(26137,42,20,14),(26138,42,20,15),(26139,42,20,16),(26140,42,20,17),(26141,42,20,18),(26142,42,20,19),(26143,42,20,20),(26144,42,20,21),(26145,42,20,22),(26146,42,20,23),(26147,42,20,24),(26148,42,20,25),(26149,42,20,26),(26150,42,20,27),(26151,42,20,28),(26152,42,20,29),(26153,42,20,30),(26154,42,20,31),(26155,42,20,32),(26156,42,20,33),(26157,42,20,34),(26158,42,20,35),(26159,42,20,36),(26160,42,20,37),(26161,42,20,38),(26162,42,20,39),(26163,42,20,40),(26164,42,20,41),(26165,42,20,42),(26166,42,20,43),(26167,42,20,44),(26168,42,20,45),(26169,42,20,46),(26170,42,20,47),(26171,42,21,1),(26172,42,21,2),(26173,42,21,3),(26174,42,21,4),(26175,42,21,5),(26176,42,21,6),(26177,42,21,7),(26178,42,21,8),(26179,42,21,9),(26180,42,21,10),(26181,42,21,11),(26182,42,21,12),(26183,42,21,13),(26184,42,21,14),(26185,42,21,15),(26186,42,21,16),(26187,42,21,17),(26188,42,21,18),(26189,42,21,19),(26190,42,21,20),(26191,42,21,21),(26192,42,21,22),(26193,42,21,23),(26194,42,21,24),(26195,42,21,25),(26196,42,21,26),(26197,42,21,27),(26198,42,21,28),(26199,42,21,29),(26200,42,21,30),(26201,42,21,31),(26202,42,21,32),(26203,42,21,33),(26204,42,21,34),(26205,42,21,35),(26206,42,21,36),(26207,42,21,37),(26208,42,21,38),(26209,42,22,1),(26210,42,22,2),(26211,42,22,3),(26212,42,22,4),(26213,42,22,5),(26214,42,22,6),(26215,42,22,7),(26216,42,22,8),(26217,42,22,9),(26218,42,22,10),(26219,42,22,11),(26220,42,22,12),(26221,42,22,13),(26222,42,22,14),(26223,42,22,15),(26224,42,22,16),(26225,42,22,17),(26226,42,22,18),(26227,42,22,19),(26228,42,22,20),(26229,42,22,21),(26230,42,22,22),(26231,42,22,23),(26232,42,22,24),(26233,42,22,25),(26234,42,22,26),(26235,42,22,27),(26236,42,22,28),(26237,42,22,29),(26238,42,22,30),(26239,42,22,31),(26240,42,22,32),(26241,42,22,33),(26242,42,22,34),(26243,42,22,35),(26244,42,22,36),(26245,42,22,37),(26246,42,22,38),(26247,42,22,39),(26248,42,22,40),(26249,42,22,41),(26250,42,22,42),(26251,42,22,43),(26252,42,22,44),(26253,42,22,45),(26254,42,22,46),(26255,42,22,47),(26256,42,22,48),(26257,42,22,49),(26258,42,22,50),(26259,42,22,51),(26260,42,22,52),(26261,42,22,53),(26262,42,22,54),(26263,42,22,55),(26264,42,22,56),(26265,42,22,57),(26266,42,22,58),(26267,42,22,59),(26268,42,22,60),(26269,42,22,61),(26270,42,22,62),(26271,42,22,63),(26272,42,22,64),(26273,42,22,65),(26274,42,22,66),(26275,42,22,67),(26276,42,22,68),(26277,42,22,69),(26278,42,22,70),(26279,42,22,71),(26280,42,23,1),(26281,42,23,2),(26282,42,23,3),(26283,42,23,4),(26284,42,23,5),(26285,42,23,6),(26286,42,23,7),(26287,42,23,8),(26288,42,23,9),(26289,42,23,10),(26290,42,23,11),(26291,42,23,12),(26292,42,23,13),(26293,42,23,14),(26294,42,23,15),(26295,42,23,16),(26296,42,23,17),(26297,42,23,18),(26298,42,23,19),(26299,42,23,20),(26300,42,23,21),(26301,42,23,22),(26302,42,23,23),(26303,42,23,24),(26304,42,23,25),(26305,42,23,26),(26306,42,23,27),(26307,42,23,28),(26308,42,23,29),(26309,42,23,30),(26310,42,23,31),(26311,42,23,32),(26312,42,23,33),(26313,42,23,34),(26314,42,23,35),(26315,42,23,36),(26316,42,23,37),(26317,42,23,38),(26318,42,23,39),(26319,42,23,40),(26320,42,23,41),(26321,42,23,42),(26322,42,23,43),(26323,42,23,44),(26324,42,23,45),(26325,42,23,46),(26326,42,23,47),(26327,42,23,48),(26328,42,23,49),(26329,42,23,50),(26330,42,23,51),(26331,42,23,52),(26332,42,23,53),(26333,42,23,54),(26334,42,23,55),(26335,42,23,56),(26336,42,24,1),(26337,42,24,2),(26338,42,24,3),(26339,42,24,4),(26340,42,24,5),(26341,42,24,6),(26342,42,24,7),(26343,42,24,8),(26344,42,24,9),(26345,42,24,10),(26346,42,24,11),(26347,42,24,12),(26348,42,24,13),(26349,42,24,14),(26350,42,24,15),(26351,42,24,16),(26352,42,24,17),(26353,42,24,18),(26354,42,24,19),(26355,42,24,20),(26356,42,24,21),(26357,42,24,22),(26358,42,24,23),(26359,42,24,24),(26360,42,24,25),(26361,42,24,26),(26362,42,24,27),(26363,42,24,28),(26364,42,24,29),(26365,42,24,30),(26366,42,24,31),(26367,42,24,32),(26368,42,24,33),(26369,42,24,34),(26370,42,24,35),(26371,42,24,36),(26372,42,24,37),(26373,42,24,38),(26374,42,24,39),(26375,42,24,40),(26376,42,24,41),(26377,42,24,42),(26378,42,24,43),(26379,42,24,44),(26380,42,24,45),(26381,42,24,46),(26382,42,24,47),(26383,42,24,48),(26384,42,24,49),(26385,42,24,50),(26386,42,24,51),(26387,42,24,52),(26388,42,24,53),(26389,43,1,1),(26390,43,1,2),(26391,43,1,3),(26392,43,1,4),(26393,43,1,5),(26394,43,1,6),(26395,43,1,7),(26396,43,1,8),(26397,43,1,9),(26398,43,1,10),(26399,43,1,11),(26400,43,1,12),(26401,43,1,13),(26402,43,1,14),(26403,43,1,15),(26404,43,1,16),(26405,43,1,17),(26406,43,1,18),(26407,43,1,19),(26408,43,1,20),(26409,43,1,21),(26410,43,1,22),(26411,43,1,23),(26412,43,1,24),(26413,43,1,25),(26414,43,1,26),(26415,43,1,27),(26416,43,1,28),(26417,43,1,29),(26418,43,1,30),(26419,43,1,31),(26420,43,1,32),(26421,43,1,33),(26422,43,1,34),(26423,43,1,35),(26424,43,1,36),(26425,43,1,37),(26426,43,1,38),(26427,43,1,39),(26428,43,1,40),(26429,43,1,41),(26430,43,1,42),(26431,43,1,43),(26432,43,1,44),(26433,43,1,45),(26434,43,1,46),(26435,43,1,47),(26436,43,1,48),(26437,43,1,49),(26438,43,1,50),(26439,43,1,51),(26440,43,2,1),(26441,43,2,2),(26442,43,2,3),(26443,43,2,4),(26444,43,2,5),(26445,43,2,6),(26446,43,2,7),(26447,43,2,8),(26448,43,2,9),(26449,43,2,10),(26450,43,2,11),(26451,43,2,12),(26452,43,2,13),(26453,43,2,14),(26454,43,2,15),(26455,43,2,16),(26456,43,2,17),(26457,43,2,18),(26458,43,2,19),(26459,43,2,20),(26460,43,2,21),(26461,43,2,22),(26462,43,2,23),(26463,43,2,24),(26464,43,2,25),(26465,43,3,1),(26466,43,3,2),(26467,43,3,3),(26468,43,3,4),(26469,43,3,5),(26470,43,3,6),(26471,43,3,7),(26472,43,3,8),(26473,43,3,9),(26474,43,3,10),(26475,43,3,11),(26476,43,3,12),(26477,43,3,13),(26478,43,3,14),(26479,43,3,15),(26480,43,3,16),(26481,43,3,17),(26482,43,3,18),(26483,43,3,19),(26484,43,3,20),(26485,43,3,21),(26486,43,3,22),(26487,43,3,23),(26488,43,3,24),(26489,43,3,25),(26490,43,3,26),(26491,43,3,27),(26492,43,3,28),(26493,43,3,29),(26494,43,3,30),(26495,43,3,31),(26496,43,3,32),(26497,43,3,33),(26498,43,3,34),(26499,43,3,35),(26500,43,3,36),(26501,43,4,1),(26502,43,4,2),(26503,43,4,3),(26504,43,4,4),(26505,43,4,5),(26506,43,4,6),(26507,43,4,7),(26508,43,4,8),(26509,43,4,9),(26510,43,4,10),(26511,43,4,11),(26512,43,4,12),(26513,43,4,13),(26514,43,4,14),(26515,43,4,15),(26516,43,4,16),(26517,43,4,17),(26518,43,4,18),(26519,43,4,19),(26520,43,4,20),(26521,43,4,21),(26522,43,4,22),(26523,43,4,23),(26524,43,4,24),(26525,43,4,25),(26526,43,4,26),(26527,43,4,27),(26528,43,4,28),(26529,43,4,29),(26530,43,4,30),(26531,43,4,31),(26532,43,4,32),(26533,43,4,33),(26534,43,4,34),(26535,43,4,35),(26536,43,4,36),(26537,43,4,37),(26538,43,4,38),(26539,43,4,39),(26540,43,4,40),(26541,43,4,41),(26542,43,4,42),(26543,43,4,43),(26544,43,4,44),(26545,43,4,45),(26546,43,4,46),(26547,43,4,47),(26548,43,4,48),(26549,43,4,49),(26550,43,4,50),(26551,43,4,51),(26552,43,4,52),(26553,43,4,53),(26554,43,4,54),(26555,43,5,1),(26556,43,5,2),(26557,43,5,3),(26558,43,5,4),(26559,43,5,5),(26560,43,5,6),(26561,43,5,7),(26562,43,5,8),(26563,43,5,9),(26564,43,5,10),(26565,43,5,11),(26566,43,5,12),(26567,43,5,13),(26568,43,5,14),(26569,43,5,15),(26570,43,5,16),(26571,43,5,17),(26572,43,5,18),(26573,43,5,19),(26574,43,5,20),(26575,43,5,21),(26576,43,5,22),(26577,43,5,23),(26578,43,5,24),(26579,43,5,25),(26580,43,5,26),(26581,43,5,27),(26582,43,5,28),(26583,43,5,29),(26584,43,5,30),(26585,43,5,31),(26586,43,5,32),(26587,43,5,33),(26588,43,5,34),(26589,43,5,35),(26590,43,5,36),(26591,43,5,37),(26592,43,5,38),(26593,43,5,39),(26594,43,5,40),(26595,43,5,41),(26596,43,5,42),(26597,43,5,43),(26598,43,5,44),(26599,43,5,45),(26600,43,5,46),(26601,43,5,47),(26602,43,6,1),(26603,43,6,2),(26604,43,6,3),(26605,43,6,4),(26606,43,6,5),(26607,43,6,6),(26608,43,6,7),(26609,43,6,8),(26610,43,6,9),(26611,43,6,10),(26612,43,6,11),(26613,43,6,12),(26614,43,6,13),(26615,43,6,14),(26616,43,6,15),(26617,43,6,16),(26618,43,6,17),(26619,43,6,18),(26620,43,6,19),(26621,43,6,20),(26622,43,6,21),(26623,43,6,22),(26624,43,6,23),(26625,43,6,24),(26626,43,6,25),(26627,43,6,26),(26628,43,6,27),(26629,43,6,28),(26630,43,6,29),(26631,43,6,30),(26632,43,6,31),(26633,43,6,32),(26634,43,6,33),(26635,43,6,34),(26636,43,6,35),(26637,43,6,36),(26638,43,6,37),(26639,43,6,38),(26640,43,6,39),(26641,43,6,40),(26642,43,6,41),(26643,43,6,42),(26644,43,6,43),(26645,43,6,44),(26646,43,6,45),(26647,43,6,46),(26648,43,6,47),(26649,43,6,48),(26650,43,6,49),(26651,43,6,50),(26652,43,6,51),(26653,43,6,52),(26654,43,6,53),(26655,43,6,54),(26656,43,6,55),(26657,43,6,56),(26658,43,6,57),(26659,43,6,58),(26660,43,6,59),(26661,43,6,60),(26662,43,6,61),(26663,43,6,62),(26664,43,6,63),(26665,43,6,64),(26666,43,6,65),(26667,43,6,66),(26668,43,6,67),(26669,43,6,68),(26670,43,6,69),(26671,43,6,70),(26672,43,6,71),(26673,43,7,1),(26674,43,7,2),(26675,43,7,3),(26676,43,7,4),(26677,43,7,5),(26678,43,7,6),(26679,43,7,7),(26680,43,7,8),(26681,43,7,9),(26682,43,7,10),(26683,43,7,11),(26684,43,7,12),(26685,43,7,13),(26686,43,7,14),(26687,43,7,15),(26688,43,7,16),(26689,43,7,17),(26690,43,7,18),(26691,43,7,19),(26692,43,7,20),(26693,43,7,21),(26694,43,7,22),(26695,43,7,23),(26696,43,7,24),(26697,43,7,25),(26698,43,7,26),(26699,43,7,27),(26700,43,7,28),(26701,43,7,29),(26702,43,7,30),(26703,43,7,31),(26704,43,7,32),(26705,43,7,33),(26706,43,7,34),(26707,43,7,35),(26708,43,7,36),(26709,43,7,37),(26710,43,7,38),(26711,43,7,39),(26712,43,7,40),(26713,43,7,41),(26714,43,7,42),(26715,43,7,43),(26716,43,7,44),(26717,43,7,45),(26718,43,7,46),(26719,43,7,47),(26720,43,7,48),(26721,43,7,49),(26722,43,7,50),(26723,43,7,51),(26724,43,7,52),(26725,43,7,53),(26726,43,8,1),(26727,43,8,2),(26728,43,8,3),(26729,43,8,4),(26730,43,8,5),(26731,43,8,6),(26732,43,8,7),(26733,43,8,8),(26734,43,8,9),(26735,43,8,10),(26736,43,8,11),(26737,43,8,12),(26738,43,8,13),(26739,43,8,14),(26740,43,8,15),(26741,43,8,16),(26742,43,8,17),(26743,43,8,18),(26744,43,8,19),(26745,43,8,20),(26746,43,8,21),(26747,43,8,22),(26748,43,8,23),(26749,43,8,24),(26750,43,8,25),(26751,43,8,26),(26752,43,8,27),(26753,43,8,28),(26754,43,8,29),(26755,43,8,30),(26756,43,8,31),(26757,43,8,32),(26758,43,8,33),(26759,43,8,34),(26760,43,8,35),(26761,43,8,36),(26762,43,8,37),(26763,43,8,38),(26764,43,8,39),(26765,43,8,40),(26766,43,8,41),(26767,43,8,42),(26768,43,8,43),(26769,43,8,44),(26770,43,8,45),(26771,43,8,46),(26772,43,8,47),(26773,43,8,48),(26774,43,8,49),(26775,43,8,50),(26776,43,8,51),(26777,43,8,52),(26778,43,8,53),(26779,43,8,54),(26780,43,8,55),(26781,43,8,56),(26782,43,8,57),(26783,43,8,58),(26784,43,8,59),(26785,43,9,1),(26786,43,9,2),(26787,43,9,3),(26788,43,9,4),(26789,43,9,5),(26790,43,9,6),(26791,43,9,7),(26792,43,9,8),(26793,43,9,9),(26794,43,9,10),(26795,43,9,11),(26796,43,9,12),(26797,43,9,13),(26798,43,9,14),(26799,43,9,15),(26800,43,9,16),(26801,43,9,17),(26802,43,9,18),(26803,43,9,19),(26804,43,9,20),(26805,43,9,21),(26806,43,9,22),(26807,43,9,23),(26808,43,9,24),(26809,43,9,25),(26810,43,9,26),(26811,43,9,27),(26812,43,9,28),(26813,43,9,29),(26814,43,9,30),(26815,43,9,31),(26816,43,9,32),(26817,43,9,33),(26818,43,9,34),(26819,43,9,35),(26820,43,9,36),(26821,43,9,37),(26822,43,9,38),(26823,43,9,39),(26824,43,9,40),(26825,43,9,41),(26826,43,10,1),(26827,43,10,2),(26828,43,10,3),(26829,43,10,4),(26830,43,10,5),(26831,43,10,6),(26832,43,10,7),(26833,43,10,8),(26834,43,10,9),(26835,43,10,10),(26836,43,10,11),(26837,43,10,12),(26838,43,10,13),(26839,43,10,14),(26840,43,10,15),(26841,43,10,16),(26842,43,10,17),(26843,43,10,18),(26844,43,10,19),(26845,43,10,20),(26846,43,10,21),(26847,43,10,22),(26848,43,10,23),(26849,43,10,24),(26850,43,10,25),(26851,43,10,26),(26852,43,10,27),(26853,43,10,28),(26854,43,10,29),(26855,43,10,30),(26856,43,10,31),(26857,43,10,32),(26858,43,10,33),(26859,43,10,34),(26860,43,10,35),(26861,43,10,36),(26862,43,10,37),(26863,43,10,38),(26864,43,10,39),(26865,43,10,40),(26866,43,10,41),(26867,43,10,42),(26868,43,11,1),(26869,43,11,2),(26870,43,11,3),(26871,43,11,4),(26872,43,11,5),(26873,43,11,6),(26874,43,11,7),(26875,43,11,8),(26876,43,11,9),(26877,43,11,10),(26878,43,11,11),(26879,43,11,12),(26880,43,11,13),(26881,43,11,14),(26882,43,11,15),(26883,43,11,16),(26884,43,11,17),(26885,43,11,18),(26886,43,11,19),(26887,43,11,20),(26888,43,11,21),(26889,43,11,22),(26890,43,11,23),(26891,43,11,24),(26892,43,11,25),(26893,43,11,26),(26894,43,11,27),(26895,43,11,28),(26896,43,11,29),(26897,43,11,30),(26898,43,11,31),(26899,43,11,32),(26900,43,11,33),(26901,43,11,34),(26902,43,11,35),(26903,43,11,36),(26904,43,11,37),(26905,43,11,38),(26906,43,11,39),(26907,43,11,40),(26908,43,11,41),(26909,43,11,42),(26910,43,11,43),(26911,43,11,44),(26912,43,11,45),(26913,43,11,46),(26914,43,11,47),(26915,43,11,48),(26916,43,11,49),(26917,43,11,50),(26918,43,11,51),(26919,43,11,52),(26920,43,11,53),(26921,43,11,54),(26922,43,11,55),(26923,43,11,56),(26924,43,11,57),(26925,43,12,1),(26926,43,12,2),(26927,43,12,3),(26928,43,12,4),(26929,43,12,5),(26930,43,12,6),(26931,43,12,7),(26932,43,12,8),(26933,43,12,9),(26934,43,12,10),(26935,43,12,11),(26936,43,12,12),(26937,43,12,13),(26938,43,12,14),(26939,43,12,15),(26940,43,12,16),(26941,43,12,17),(26942,43,12,18),(26943,43,12,19),(26944,43,12,20),(26945,43,12,21),(26946,43,12,22),(26947,43,12,23),(26948,43,12,24),(26949,43,12,25),(26950,43,12,26),(26951,43,12,27),(26952,43,12,28),(26953,43,12,29),(26954,43,12,30),(26955,43,12,31),(26956,43,12,32),(26957,43,12,33),(26958,43,12,34),(26959,43,12,35),(26960,43,12,36),(26961,43,12,37),(26962,43,12,38),(26963,43,12,39),(26964,43,12,40),(26965,43,12,41),(26966,43,12,42),(26967,43,12,43),(26968,43,12,44),(26969,43,12,45),(26970,43,12,46),(26971,43,12,47),(26972,43,12,48),(26973,43,12,49),(26974,43,12,50),(26975,43,13,1),(26976,43,13,2),(26977,43,13,3),(26978,43,13,4),(26979,43,13,5),(26980,43,13,6),(26981,43,13,7),(26982,43,13,8),(26983,43,13,9),(26984,43,13,10),(26985,43,13,11),(26986,43,13,12),(26987,43,13,13),(26988,43,13,14),(26989,43,13,15),(26990,43,13,16),(26991,43,13,17),(26992,43,13,18),(26993,43,13,19),(26994,43,13,20),(26995,43,13,21),(26996,43,13,22),(26997,43,13,23),(26998,43,13,24),(26999,43,13,25),(27000,43,13,26),(27001,43,13,27),(27002,43,13,28),(27003,43,13,29),(27004,43,13,30),(27005,43,13,31),(27006,43,13,32),(27007,43,13,33),(27008,43,13,34),(27009,43,13,35),(27010,43,13,36),(27011,43,13,37),(27012,43,13,38),(27013,43,14,1),(27014,43,14,2),(27015,43,14,3),(27016,43,14,4),(27017,43,14,5),(27018,43,14,6),(27019,43,14,7),(27020,43,14,8),(27021,43,14,9),(27022,43,14,10),(27023,43,14,11),(27024,43,14,12),(27025,43,14,13),(27026,43,14,14),(27027,43,14,15),(27028,43,14,16),(27029,43,14,17),(27030,43,14,18),(27031,43,14,19),(27032,43,14,20),(27033,43,14,21),(27034,43,14,22),(27035,43,14,23),(27036,43,14,24),(27037,43,14,25),(27038,43,14,26),(27039,43,14,27),(27040,43,14,28),(27041,43,14,29),(27042,43,14,30),(27043,43,14,31),(27044,43,15,1),(27045,43,15,2),(27046,43,15,3),(27047,43,15,4),(27048,43,15,5),(27049,43,15,6),(27050,43,15,7),(27051,43,15,8),(27052,43,15,9),(27053,43,15,10),(27054,43,15,11),(27055,43,15,12),(27056,43,15,13),(27057,43,15,14),(27058,43,15,15),(27059,43,15,16),(27060,43,15,17),(27061,43,15,18),(27062,43,15,19),(27063,43,15,20),(27064,43,15,21),(27065,43,15,22),(27066,43,15,23),(27067,43,15,24),(27068,43,15,25),(27069,43,15,26),(27070,43,15,27),(27071,43,16,1),(27072,43,16,2),(27073,43,16,3),(27074,43,16,4),(27075,43,16,5),(27076,43,16,6),(27077,43,16,7),(27078,43,16,8),(27079,43,16,9),(27080,43,16,10),(27081,43,16,11),(27082,43,16,12),(27083,43,16,13),(27084,43,16,14),(27085,43,16,15),(27086,43,16,16),(27087,43,16,17),(27088,43,16,18),(27089,43,16,19),(27090,43,16,20),(27091,43,16,21),(27092,43,16,22),(27093,43,16,23),(27094,43,16,24),(27095,43,16,25),(27096,43,16,26),(27097,43,16,27),(27098,43,16,28),(27099,43,16,29),(27100,43,16,30),(27101,43,16,31),(27102,43,16,32),(27103,43,16,33),(27104,43,17,1),(27105,43,17,2),(27106,43,17,3),(27107,43,17,4),(27108,43,17,5),(27109,43,17,6),(27110,43,17,7),(27111,43,17,8),(27112,43,17,9),(27113,43,17,10),(27114,43,17,11),(27115,43,17,12),(27116,43,17,13),(27117,43,17,14),(27118,43,17,15),(27119,43,17,16),(27120,43,17,17),(27121,43,17,18),(27122,43,17,19),(27123,43,17,20),(27124,43,17,21),(27125,43,17,22),(27126,43,17,23),(27127,43,17,24),(27128,43,17,25),(27129,43,17,26),(27130,43,18,1),(27131,43,18,2),(27132,43,18,3),(27133,43,18,4),(27134,43,18,5),(27135,43,18,6),(27136,43,18,7),(27137,43,18,8),(27138,43,18,9),(27139,43,18,10),(27140,43,18,11),(27141,43,18,12),(27142,43,18,13),(27143,43,18,14),(27144,43,18,15),(27145,43,18,16),(27146,43,18,17),(27147,43,18,18),(27148,43,18,19),(27149,43,18,20),(27150,43,18,21),(27151,43,18,22),(27152,43,18,23),(27153,43,18,24),(27154,43,18,25),(27155,43,18,26),(27156,43,18,27),(27157,43,18,28),(27158,43,18,29),(27159,43,18,30),(27160,43,18,31),(27161,43,18,32),(27162,43,18,33),(27163,43,18,34),(27164,43,18,35),(27165,43,18,36),(27166,43,18,37),(27167,43,18,38),(27168,43,18,39),(27169,43,18,40),(27170,43,19,1),(27171,43,19,2),(27172,43,19,3),(27173,43,19,4),(27174,43,19,5),(27175,43,19,6),(27176,43,19,7),(27177,43,19,8),(27178,43,19,9),(27179,43,19,10),(27180,43,19,11),(27181,43,19,12),(27182,43,19,13),(27183,43,19,14),(27184,43,19,15),(27185,43,19,16),(27186,43,19,17),(27187,43,19,18),(27188,43,19,19),(27189,43,19,20),(27190,43,19,21),(27191,43,19,22),(27192,43,19,23),(27193,43,19,24),(27194,43,19,25),(27195,43,19,26),(27196,43,19,27),(27197,43,19,28),(27198,43,19,29),(27199,43,19,30),(27200,43,19,31),(27201,43,19,32),(27202,43,19,33),(27203,43,19,34),(27204,43,19,35),(27205,43,19,36),(27206,43,19,37),(27207,43,19,38),(27208,43,19,39),(27209,43,19,40),(27210,43,19,41),(27211,43,19,42),(27212,43,20,1),(27213,43,20,2),(27214,43,20,3),(27215,43,20,4),(27216,43,20,5),(27217,43,20,6),(27218,43,20,7),(27219,43,20,8),(27220,43,20,9),(27221,43,20,10),(27222,43,20,11),(27223,43,20,12),(27224,43,20,13),(27225,43,20,14),(27226,43,20,15),(27227,43,20,16),(27228,43,20,17),(27229,43,20,18),(27230,43,20,19),(27231,43,20,20),(27232,43,20,21),(27233,43,20,22),(27234,43,20,23),(27235,43,20,24),(27236,43,20,25),(27237,43,20,26),(27238,43,20,27),(27239,43,20,28),(27240,43,20,29),(27241,43,20,30),(27242,43,20,31),(27243,43,21,1),(27244,43,21,2),(27245,43,21,3),(27246,43,21,4),(27247,43,21,5),(27248,43,21,6),(27249,43,21,7),(27250,43,21,8),(27251,43,21,9),(27252,43,21,10),(27253,43,21,11),(27254,43,21,12),(27255,43,21,13),(27256,43,21,14),(27257,43,21,15),(27258,43,21,16),(27259,43,21,17),(27260,43,21,18),(27261,43,21,19),(27262,43,21,20),(27263,43,21,21),(27264,43,21,22),(27265,43,21,23),(27266,43,21,24),(27267,43,21,25),(27268,44,1,1),(27269,44,1,2),(27270,44,1,3),(27271,44,1,4),(27272,44,1,5),(27273,44,1,6),(27274,44,1,7),(27275,44,1,8),(27276,44,1,9),(27277,44,1,10),(27278,44,1,11),(27279,44,1,12),(27280,44,1,13),(27281,44,1,14),(27282,44,1,15),(27283,44,1,16),(27284,44,1,17),(27285,44,1,18),(27286,44,1,19),(27287,44,1,20),(27288,44,1,21),(27289,44,1,22),(27290,44,1,23),(27291,44,1,24),(27292,44,1,25),(27293,44,1,26),(27294,44,2,1),(27295,44,2,2),(27296,44,2,3),(27297,44,2,4),(27298,44,2,5),(27299,44,2,6),(27300,44,2,7),(27301,44,2,8),(27302,44,2,9),(27303,44,2,10),(27304,44,2,11),(27305,44,2,12),(27306,44,2,13),(27307,44,2,14),(27308,44,2,15),(27309,44,2,16),(27310,44,2,17),(27311,44,2,18),(27312,44,2,19),(27313,44,2,20),(27314,44,2,21),(27315,44,2,22),(27316,44,2,23),(27317,44,2,24),(27318,44,2,25),(27319,44,2,26),(27320,44,2,27),(27321,44,2,28),(27322,44,2,29),(27323,44,2,30),(27324,44,2,31),(27325,44,2,32),(27326,44,2,33),(27327,44,2,34),(27328,44,2,35),(27329,44,2,36),(27330,44,2,37),(27331,44,2,38),(27332,44,2,39),(27333,44,2,40),(27334,44,2,41),(27335,44,2,42),(27336,44,2,43),(27337,44,2,44),(27338,44,2,45),(27339,44,2,46),(27340,44,2,47),(27341,44,3,1),(27342,44,3,2),(27343,44,3,3),(27344,44,3,4),(27345,44,3,5),(27346,44,3,6),(27347,44,3,7),(27348,44,3,8),(27349,44,3,9),(27350,44,3,10),(27351,44,3,11),(27352,44,3,12),(27353,44,3,13),(27354,44,3,14),(27355,44,3,15),(27356,44,3,16),(27357,44,3,17),(27358,44,3,18),(27359,44,3,19),(27360,44,3,20),(27361,44,3,21),(27362,44,3,22),(27363,44,3,23),(27364,44,3,24),(27365,44,3,25),(27366,44,3,26),(27367,44,4,1),(27368,44,4,2),(27369,44,4,3),(27370,44,4,4),(27371,44,4,5),(27372,44,4,6),(27373,44,4,7),(27374,44,4,8),(27375,44,4,9),(27376,44,4,10),(27377,44,4,11),(27378,44,4,12),(27379,44,4,13),(27380,44,4,14),(27381,44,4,15),(27382,44,4,16),(27383,44,4,17),(27384,44,4,18),(27385,44,4,19),(27386,44,4,20),(27387,44,4,21),(27388,44,4,22),(27389,44,4,23),(27390,44,4,24),(27391,44,4,25),(27392,44,4,26),(27393,44,4,27),(27394,44,4,28),(27395,44,4,29),(27396,44,4,30),(27397,44,4,31),(27398,44,4,32),(27399,44,4,33),(27400,44,4,34),(27401,44,4,35),(27402,44,4,36),(27403,44,4,37),(27404,44,5,1),(27405,44,5,2),(27406,44,5,3),(27407,44,5,4),(27408,44,5,5),(27409,44,5,6),(27410,44,5,7),(27411,44,5,8),(27412,44,5,9),(27413,44,5,10),(27414,44,5,11),(27415,44,5,12),(27416,44,5,13),(27417,44,5,14),(27418,44,5,15),(27419,44,5,16),(27420,44,5,17),(27421,44,5,18),(27422,44,5,19),(27423,44,5,20),(27424,44,5,21),(27425,44,5,22),(27426,44,5,23),(27427,44,5,24),(27428,44,5,25),(27429,44,5,26),(27430,44,5,27),(27431,44,5,28),(27432,44,5,29),(27433,44,5,30),(27434,44,5,31),(27435,44,5,32),(27436,44,5,33),(27437,44,5,34),(27438,44,5,35),(27439,44,5,36),(27440,44,5,37),(27441,44,5,38),(27442,44,5,39),(27443,44,5,40),(27444,44,5,41),(27445,44,5,42),(27446,44,6,1),(27447,44,6,2),(27448,44,6,3),(27449,44,6,4),(27450,44,6,5),(27451,44,6,6),(27452,44,6,7),(27453,44,6,8),(27454,44,6,9),(27455,44,6,10),(27456,44,6,11),(27457,44,6,12),(27458,44,6,13),(27459,44,6,14),(27460,44,6,15),(27461,44,7,1),(27462,44,7,2),(27463,44,7,3),(27464,44,7,4),(27465,44,7,5),(27466,44,7,6),(27467,44,7,7),(27468,44,7,8),(27469,44,7,9),(27470,44,7,10),(27471,44,7,11),(27472,44,7,12),(27473,44,7,13),(27474,44,7,14),(27475,44,7,15),(27476,44,7,16),(27477,44,7,17),(27478,44,7,18),(27479,44,7,19),(27480,44,7,20),(27481,44,7,21),(27482,44,7,22),(27483,44,7,23),(27484,44,7,24),(27485,44,7,25),(27486,44,7,26),(27487,44,7,27),(27488,44,7,28),(27489,44,7,29),(27490,44,7,30),(27491,44,7,31),(27492,44,7,32),(27493,44,7,33),(27494,44,7,34),(27495,44,7,35),(27496,44,7,36),(27497,44,7,37),(27498,44,7,38),(27499,44,7,39),(27500,44,7,40),(27501,44,7,41),(27502,44,7,42),(27503,44,7,43),(27504,44,7,44),(27505,44,7,45),(27506,44,7,46),(27507,44,7,47),(27508,44,7,48),(27509,44,7,49),(27510,44,7,50),(27511,44,7,51),(27512,44,7,52),(27513,44,7,53),(27514,44,7,54),(27515,44,7,55),(27516,44,7,56),(27517,44,7,57),(27518,44,7,58),(27519,44,7,59),(27520,44,7,60),(27521,44,8,1),(27522,44,8,2),(27523,44,8,3),(27524,44,8,4),(27525,44,8,5),(27526,44,8,6),(27527,44,8,7),(27528,44,8,8),(27529,44,8,9),(27530,44,8,10),(27531,44,8,11),(27532,44,8,12),(27533,44,8,13),(27534,44,8,14),(27535,44,8,15),(27536,44,8,16),(27537,44,8,17),(27538,44,8,18),(27539,44,8,19),(27540,44,8,20),(27541,44,8,21),(27542,44,8,22),(27543,44,8,23),(27544,44,8,24),(27545,44,8,25),(27546,44,8,26),(27547,44,8,27),(27548,44,8,28),(27549,44,8,29),(27550,44,8,30),(27551,44,8,31),(27552,44,8,32),(27553,44,8,33),(27554,44,8,34),(27555,44,8,35),(27556,44,8,36),(27557,44,8,37),(27558,44,8,38),(27559,44,8,39),(27560,44,8,40),(27561,44,9,1),(27562,44,9,2),(27563,44,9,3),(27564,44,9,4),(27565,44,9,5),(27566,44,9,6),(27567,44,9,7),(27568,44,9,8),(27569,44,9,9),(27570,44,9,10),(27571,44,9,11),(27572,44,9,12),(27573,44,9,13),(27574,44,9,14),(27575,44,9,15),(27576,44,9,16),(27577,44,9,17),(27578,44,9,18),(27579,44,9,19),(27580,44,9,20),(27581,44,9,21),(27582,44,9,22),(27583,44,9,23),(27584,44,9,24),(27585,44,9,25),(27586,44,9,26),(27587,44,9,27),(27588,44,9,28),(27589,44,9,29),(27590,44,9,30),(27591,44,9,31),(27592,44,9,32),(27593,44,9,33),(27594,44,9,34),(27595,44,9,35),(27596,44,9,36),(27597,44,9,37),(27598,44,9,38),(27599,44,9,39),(27600,44,9,40),(27601,44,9,41),(27602,44,9,42),(27603,44,9,43),(27604,44,10,1),(27605,44,10,2),(27606,44,10,3),(27607,44,10,4),(27608,44,10,5),(27609,44,10,6),(27610,44,10,7),(27611,44,10,8),(27612,44,10,9),(27613,44,10,10),(27614,44,10,11),(27615,44,10,12),(27616,44,10,13),(27617,44,10,14),(27618,44,10,15),(27619,44,10,16),(27620,44,10,17),(27621,44,10,18),(27622,44,10,19),(27623,44,10,20),(27624,44,10,21),(27625,44,10,22),(27626,44,10,23),(27627,44,10,24),(27628,44,10,25),(27629,44,10,26),(27630,44,10,27),(27631,44,10,28),(27632,44,10,29),(27633,44,10,30),(27634,44,10,31),(27635,44,10,32),(27636,44,10,33),(27637,44,10,34),(27638,44,10,35),(27639,44,10,36),(27640,44,10,37),(27641,44,10,38),(27642,44,10,39),(27643,44,10,40),(27644,44,10,41),(27645,44,10,42),(27646,44,10,43),(27647,44,10,44),(27648,44,10,45),(27649,44,10,46),(27650,44,10,47),(27651,44,10,48),(27652,44,10,49),(27653,44,11,1),(27654,44,11,2),(27655,44,11,3),(27656,44,11,4),(27657,44,11,5),(27658,44,11,6),(27659,44,11,7),(27660,44,11,8),(27661,44,11,9),(27662,44,11,10),(27663,44,11,11),(27664,44,11,12),(27665,44,11,13),(27666,44,11,14),(27667,44,11,15),(27668,44,11,16),(27669,44,11,17),(27670,44,11,18),(27671,44,11,19),(27672,44,11,20),(27673,44,11,21),(27674,44,11,22),(27675,44,11,23),(27676,44,11,24),(27677,44,11,25),(27678,44,11,26),(27679,44,11,27),(27680,44,11,28),(27681,44,11,29),(27682,44,11,30),(27683,44,12,1),(27684,44,12,2),(27685,44,12,3),(27686,44,12,4),(27687,44,12,5),(27688,44,12,6),(27689,44,12,7),(27690,44,12,8),(27691,44,12,9),(27692,44,12,10),(27693,44,12,11),(27694,44,12,12),(27695,44,12,13),(27696,44,12,14),(27697,44,12,15),(27698,44,12,16),(27699,44,12,17),(27700,44,12,18),(27701,44,12,19),(27702,44,12,20),(27703,44,12,21),(27704,44,12,22),(27705,44,12,23),(27706,44,12,24),(27707,44,12,25),(27708,44,13,1),(27709,44,13,2),(27710,44,13,3),(27711,44,13,4),(27712,44,13,5),(27713,44,13,6),(27714,44,13,7),(27715,44,13,8),(27716,44,13,9),(27717,44,13,10),(27718,44,13,11),(27719,44,13,12),(27720,44,13,13),(27721,44,13,14),(27722,44,13,15),(27723,44,13,16),(27724,44,13,17),(27725,44,13,18),(27726,44,13,19),(27727,44,13,20),(27728,44,13,21),(27729,44,13,22),(27730,44,13,23),(27731,44,13,24),(27732,44,13,25),(27733,44,13,26),(27734,44,13,27),(27735,44,13,28),(27736,44,13,29),(27737,44,13,30),(27738,44,13,31),(27739,44,13,32),(27740,44,13,33),(27741,44,13,34),(27742,44,13,35),(27743,44,13,36),(27744,44,13,37),(27745,44,13,38),(27746,44,13,39),(27747,44,13,40),(27748,44,13,41),(27749,44,13,42),(27750,44,13,43),(27751,44,13,44),(27752,44,13,45),(27753,44,13,46),(27754,44,13,47),(27755,44,13,48),(27756,44,13,49),(27757,44,13,50),(27758,44,13,51),(27759,44,13,52),(27760,44,14,1),(27761,44,14,2),(27762,44,14,3),(27763,44,14,4),(27764,44,14,5),(27765,44,14,6),(27766,44,14,7),(27767,44,14,8),(27768,44,14,9),(27769,44,14,10),(27770,44,14,11),(27771,44,14,12),(27772,44,14,13),(27773,44,14,14),(27774,44,14,15),(27775,44,14,16),(27776,44,14,17),(27777,44,14,18),(27778,44,14,19),(27779,44,14,20),(27780,44,14,21),(27781,44,14,22),(27782,44,14,23),(27783,44,14,24),(27784,44,14,25),(27785,44,14,26),(27786,44,14,27),(27787,44,14,28),(27788,44,15,1),(27789,44,15,2),(27790,44,15,3),(27791,44,15,4),(27792,44,15,5),(27793,44,15,6),(27794,44,15,7),(27795,44,15,8),(27796,44,15,9),(27797,44,15,10),(27798,44,15,11),(27799,44,15,12),(27800,44,15,13),(27801,44,15,14),(27802,44,15,15),(27803,44,15,16),(27804,44,15,17),(27805,44,15,18),(27806,44,15,19),(27807,44,15,20),(27808,44,15,21),(27809,44,15,22),(27810,44,15,23),(27811,44,15,24),(27812,44,15,25),(27813,44,15,26),(27814,44,15,27),(27815,44,15,28),(27816,44,15,29),(27817,44,15,30),(27818,44,15,31),(27819,44,15,32),(27820,44,15,33),(27821,44,15,34),(27822,44,15,35),(27823,44,15,36),(27824,44,15,37),(27825,44,15,38),(27826,44,15,39),(27827,44,15,40),(27828,44,15,41),(27829,44,16,1),(27830,44,16,2),(27831,44,16,3),(27832,44,16,4),(27833,44,16,5),(27834,44,16,6),(27835,44,16,7),(27836,44,16,8),(27837,44,16,9),(27838,44,16,10),(27839,44,16,11),(27840,44,16,12),(27841,44,16,13),(27842,44,16,14),(27843,44,16,15),(27844,44,16,16),(27845,44,16,17),(27846,44,16,18),(27847,44,16,19),(27848,44,16,20),(27849,44,16,21),(27850,44,16,22),(27851,44,16,23),(27852,44,16,24),(27853,44,16,25),(27854,44,16,26),(27855,44,16,27),(27856,44,16,28),(27857,44,16,29),(27858,44,16,30),(27859,44,16,31),(27860,44,16,32),(27861,44,16,33),(27862,44,16,34),(27863,44,16,35),(27864,44,16,36),(27865,44,16,37),(27866,44,16,38),(27867,44,16,39),(27868,44,16,40),(27869,44,17,1),(27870,44,17,2),(27871,44,17,3),(27872,44,17,4),(27873,44,17,5),(27874,44,17,6),(27875,44,17,7),(27876,44,17,8),(27877,44,17,9),(27878,44,17,10),(27879,44,17,11),(27880,44,17,12),(27881,44,17,13),(27882,44,17,14),(27883,44,17,15),(27884,44,17,16),(27885,44,17,17),(27886,44,17,18),(27887,44,17,19),(27888,44,17,20),(27889,44,17,21),(27890,44,17,22),(27891,44,17,23),(27892,44,17,24),(27893,44,17,25),(27894,44,17,26),(27895,44,17,27),(27896,44,17,28),(27897,44,17,29),(27898,44,17,30),(27899,44,17,31),(27900,44,17,32),(27901,44,17,33),(27902,44,17,34),(27903,44,18,1),(27904,44,18,2),(27905,44,18,3),(27906,44,18,4),(27907,44,18,5),(27908,44,18,6),(27909,44,18,7),(27910,44,18,8),(27911,44,18,9),(27912,44,18,10),(27913,44,18,11),(27914,44,18,12),(27915,44,18,13),(27916,44,18,14),(27917,44,18,15),(27918,44,18,16),(27919,44,18,17),(27920,44,18,18),(27921,44,18,19),(27922,44,18,20),(27923,44,18,21),(27924,44,18,22),(27925,44,18,23),(27926,44,18,24),(27927,44,18,25),(27928,44,18,26),(27929,44,18,27),(27930,44,18,28),(27931,44,19,1),(27932,44,19,2),(27933,44,19,3),(27934,44,19,4),(27935,44,19,5),(27936,44,19,6),(27937,44,19,7),(27938,44,19,8),(27939,44,19,9),(27940,44,19,10),(27941,44,19,11),(27942,44,19,12),(27943,44,19,13),(27944,44,19,14),(27945,44,19,15),(27946,44,19,16),(27947,44,19,17),(27948,44,19,18),(27949,44,19,19),(27950,44,19,20),(27951,44,19,21),(27952,44,19,22),(27953,44,19,23),(27954,44,19,24),(27955,44,19,25),(27956,44,19,26),(27957,44,19,27),(27958,44,19,28),(27959,44,19,29),(27960,44,19,30),(27961,44,19,31),(27962,44,19,32),(27963,44,19,33),(27964,44,19,34),(27965,44,19,35),(27966,44,19,36),(27967,44,19,37),(27968,44,19,38),(27969,44,19,39),(27970,44,19,40),(27971,44,19,41),(27972,44,20,1),(27973,44,20,2),(27974,44,20,3),(27975,44,20,4),(27976,44,20,5),(27977,44,20,6),(27978,44,20,7),(27979,44,20,8),(27980,44,20,9),(27981,44,20,10),(27982,44,20,11),(27983,44,20,12),(27984,44,20,13),(27985,44,20,14),(27986,44,20,15),(27987,44,20,16),(27988,44,20,17),(27989,44,20,18),(27990,44,20,19),(27991,44,20,20),(27992,44,20,21),(27993,44,20,22),(27994,44,20,23),(27995,44,20,24),(27996,44,20,25),(27997,44,20,26),(27998,44,20,27),(27999,44,20,28),(28000,44,20,29),(28001,44,20,30),(28002,44,20,31),(28003,44,20,32),(28004,44,20,33),(28005,44,20,34),(28006,44,20,35),(28007,44,20,36),(28008,44,20,37),(28009,44,20,38),(28010,44,21,1),(28011,44,21,2),(28012,44,21,3),(28013,44,21,4),(28014,44,21,5),(28015,44,21,6),(28016,44,21,7),(28017,44,21,8),(28018,44,21,9),(28019,44,21,10),(28020,44,21,11),(28021,44,21,12),(28022,44,21,13),(28023,44,21,14),(28024,44,21,15),(28025,44,21,16),(28026,44,21,17),(28027,44,21,18),(28028,44,21,19),(28029,44,21,20),(28030,44,21,21),(28031,44,21,22),(28032,44,21,23),(28033,44,21,24),(28034,44,21,25),(28035,44,21,26),(28036,44,21,27),(28037,44,21,28),(28038,44,21,29),(28039,44,21,30),(28040,44,21,31),(28041,44,21,32),(28042,44,21,33),(28043,44,21,34),(28044,44,21,35),(28045,44,21,36),(28046,44,21,37),(28047,44,21,38),(28048,44,21,39),(28049,44,21,40),(28050,44,22,1),(28051,44,22,2),(28052,44,22,3),(28053,44,22,4),(28054,44,22,5),(28055,44,22,6),(28056,44,22,7),(28057,44,22,8),(28058,44,22,9),(28059,44,22,10),(28060,44,22,11),(28061,44,22,12),(28062,44,22,13),(28063,44,22,14),(28064,44,22,15),(28065,44,22,16),(28066,44,22,17),(28067,44,22,18),(28068,44,22,19),(28069,44,22,20),(28070,44,22,21),(28071,44,22,22),(28072,44,22,23),(28073,44,22,24),(28074,44,22,25),(28075,44,22,26),(28076,44,22,27),(28077,44,22,28),(28078,44,22,29),(28079,44,22,30),(28080,44,23,1),(28081,44,23,2),(28082,44,23,3),(28083,44,23,4),(28084,44,23,5),(28085,44,23,6),(28086,44,23,7),(28087,44,23,8),(28088,44,23,9),(28089,44,23,10),(28090,44,23,11),(28091,44,23,12),(28092,44,23,13),(28093,44,23,14),(28094,44,23,15),(28095,44,23,16),(28096,44,23,17),(28097,44,23,18),(28098,44,23,19),(28099,44,23,20),(28100,44,23,21),(28101,44,23,22),(28102,44,23,23),(28103,44,23,24),(28104,44,23,25),(28105,44,23,26),(28106,44,23,27),(28107,44,23,28),(28108,44,23,29),(28109,44,23,30),(28110,44,23,31),(28111,44,23,32),(28112,44,23,33),(28113,44,23,34),(28114,44,23,35),(28115,44,24,1),(28116,44,24,2),(28117,44,24,3),(28118,44,24,4),(28119,44,24,5),(28120,44,24,6),(28121,44,24,7),(28122,44,24,8),(28123,44,24,9),(28124,44,24,10),(28125,44,24,11),(28126,44,24,12),(28127,44,24,13),(28128,44,24,14),(28129,44,24,15),(28130,44,24,16),(28131,44,24,17),(28132,44,24,18),(28133,44,24,19),(28134,44,24,20),(28135,44,24,21),(28136,44,24,22),(28137,44,24,23),(28138,44,24,24),(28139,44,24,25),(28140,44,24,26),(28141,44,24,27),(28142,44,25,1),(28143,44,25,2),(28144,44,25,3),(28145,44,25,4),(28146,44,25,5),(28147,44,25,6),(28148,44,25,7),(28149,44,25,8),(28150,44,25,9),(28151,44,25,10),(28152,44,25,11),(28153,44,25,12),(28154,44,25,13),(28155,44,25,14),(28156,44,25,15),(28157,44,25,16),(28158,44,25,17),(28159,44,25,18),(28160,44,25,19),(28161,44,25,20),(28162,44,25,21),(28163,44,25,22),(28164,44,25,23),(28165,44,25,24),(28166,44,25,25),(28167,44,25,26),(28168,44,25,27),(28169,44,26,1),(28170,44,26,2),(28171,44,26,3),(28172,44,26,4),(28173,44,26,5),(28174,44,26,6),(28175,44,26,7),(28176,44,26,8),(28177,44,26,9),(28178,44,26,10),(28179,44,26,11),(28180,44,26,12),(28181,44,26,13),(28182,44,26,14),(28183,44,26,15),(28184,44,26,16),(28185,44,26,17),(28186,44,26,18),(28187,44,26,19),(28188,44,26,20),(28189,44,26,21),(28190,44,26,22),(28191,44,26,23),(28192,44,26,24),(28193,44,26,25),(28194,44,26,26),(28195,44,26,27),(28196,44,26,28),(28197,44,26,29),(28198,44,26,30),(28199,44,26,31),(28200,44,26,32),(28201,44,27,1),(28202,44,27,2),(28203,44,27,3),(28204,44,27,4),(28205,44,27,5),(28206,44,27,6),(28207,44,27,7),(28208,44,27,8),(28209,44,27,9),(28210,44,27,10),(28211,44,27,11),(28212,44,27,12),(28213,44,27,13),(28214,44,27,14),(28215,44,27,15),(28216,44,27,16),(28217,44,27,17),(28218,44,27,18),(28219,44,27,19),(28220,44,27,20),(28221,44,27,21),(28222,44,27,22),(28223,44,27,23),(28224,44,27,24),(28225,44,27,25),(28226,44,27,26),(28227,44,27,27),(28228,44,27,28),(28229,44,27,29),(28230,44,27,30),(28231,44,27,31),(28232,44,27,32),(28233,44,27,33),(28234,44,27,34),(28235,44,27,35),(28236,44,27,36),(28237,44,27,37),(28238,44,27,38),(28239,44,27,39),(28240,44,27,40),(28241,44,27,41),(28242,44,27,42),(28243,44,27,43),(28244,44,27,44),(28245,44,28,1),(28246,44,28,2),(28247,44,28,3),(28248,44,28,4),(28249,44,28,5),(28250,44,28,6),(28251,44,28,7),(28252,44,28,8),(28253,44,28,9),(28254,44,28,10),(28255,44,28,11),(28256,44,28,12),(28257,44,28,13),(28258,44,28,14),(28259,44,28,15),(28260,44,28,16),(28261,44,28,17),(28262,44,28,18),(28263,44,28,19),(28264,44,28,20),(28265,44,28,21),(28266,44,28,22),(28267,44,28,23),(28268,44,28,24),(28269,44,28,25),(28270,44,28,26),(28271,44,28,27),(28272,44,28,28),(28273,44,28,29),(28274,44,28,30),(28275,44,28,31),(28276,45,1,1),(28277,45,1,2),(28278,45,1,3),(28279,45,1,4),(28280,45,1,5),(28281,45,1,6),(28282,45,1,7),(28283,45,1,8),(28284,45,1,9),(28285,45,1,10),(28286,45,1,11),(28287,45,1,12),(28288,45,1,13),(28289,45,1,14),(28290,45,1,15),(28291,45,1,16),(28292,45,1,17),(28293,45,1,18),(28294,45,1,19),(28295,45,1,20),(28296,45,1,21),(28297,45,1,22),(28298,45,1,23),(28299,45,1,24),(28300,45,1,25),(28301,45,1,26),(28302,45,1,27),(28303,45,1,28),(28304,45,1,29),(28305,45,1,30),(28306,45,1,31),(28307,45,1,32),(28308,45,2,1),(28309,45,2,2),(28310,45,2,3),(28311,45,2,4),(28312,45,2,5),(28313,45,2,6),(28314,45,2,7),(28315,45,2,8),(28316,45,2,9),(28317,45,2,10),(28318,45,2,11),(28319,45,2,12),(28320,45,2,13),(28321,45,2,14),(28322,45,2,15),(28323,45,2,16),(28324,45,2,17),(28325,45,2,18),(28326,45,2,19),(28327,45,2,20),(28328,45,2,21),(28329,45,2,22),(28330,45,2,23),(28331,45,2,24),(28332,45,2,25),(28333,45,2,26),(28334,45,2,27),(28335,45,2,28),(28336,45,2,29),(28337,45,3,1),(28338,45,3,2),(28339,45,3,3),(28340,45,3,4),(28341,45,3,5),(28342,45,3,6),(28343,45,3,7),(28344,45,3,8),(28345,45,3,9),(28346,45,3,10),(28347,45,3,11),(28348,45,3,12),(28349,45,3,13),(28350,45,3,14),(28351,45,3,15),(28352,45,3,16),(28353,45,3,17),(28354,45,3,18),(28355,45,3,19),(28356,45,3,20),(28357,45,3,21),(28358,45,3,22),(28359,45,3,23),(28360,45,3,24),(28361,45,3,25),(28362,45,3,26),(28363,45,3,27),(28364,45,3,28),(28365,45,3,29),(28366,45,3,30),(28367,45,3,31),(28368,45,4,1),(28369,45,4,2),(28370,45,4,3),(28371,45,4,4),(28372,45,4,5),(28373,45,4,6),(28374,45,4,7),(28375,45,4,8),(28376,45,4,9),(28377,45,4,10),(28378,45,4,11),(28379,45,4,12),(28380,45,4,13),(28381,45,4,14),(28382,45,4,15),(28383,45,4,16),(28384,45,4,17),(28385,45,4,18),(28386,45,4,19),(28387,45,4,20),(28388,45,4,21),(28389,45,4,22),(28390,45,4,23),(28391,45,4,24),(28392,45,4,25),(28393,45,5,1),(28394,45,5,2),(28395,45,5,3),(28396,45,5,4),(28397,45,5,5),(28398,45,5,6),(28399,45,5,7),(28400,45,5,8),(28401,45,5,9),(28402,45,5,10),(28403,45,5,11),(28404,45,5,12),(28405,45,5,13),(28406,45,5,14),(28407,45,5,15),(28408,45,5,16),(28409,45,5,17),(28410,45,5,18),(28411,45,5,19),(28412,45,5,20),(28413,45,5,21),(28414,45,6,1),(28415,45,6,2),(28416,45,6,3),(28417,45,6,4),(28418,45,6,5),(28419,45,6,6),(28420,45,6,7),(28421,45,6,8),(28422,45,6,9),(28423,45,6,10),(28424,45,6,11),(28425,45,6,12),(28426,45,6,13),(28427,45,6,14),(28428,45,6,15),(28429,45,6,16),(28430,45,6,17),(28431,45,6,18),(28432,45,6,19),(28433,45,6,20),(28434,45,6,21),(28435,45,6,22),(28436,45,6,23),(28437,45,7,1),(28438,45,7,2),(28439,45,7,3),(28440,45,7,4),(28441,45,7,5),(28442,45,7,6),(28443,45,7,7),(28444,45,7,8),(28445,45,7,9),(28446,45,7,10),(28447,45,7,11),(28448,45,7,12),(28449,45,7,13),(28450,45,7,14),(28451,45,7,15),(28452,45,7,16),(28453,45,7,17),(28454,45,7,18),(28455,45,7,19),(28456,45,7,20),(28457,45,7,21),(28458,45,7,22),(28459,45,7,23),(28460,45,7,24),(28461,45,7,25),(28462,45,8,1),(28463,45,8,2),(28464,45,8,3),(28465,45,8,4),(28466,45,8,5),(28467,45,8,6),(28468,45,8,7),(28469,45,8,8),(28470,45,8,9),(28471,45,8,10),(28472,45,8,11),(28473,45,8,12),(28474,45,8,13),(28475,45,8,14),(28476,45,8,15),(28477,45,8,16),(28478,45,8,17),(28479,45,8,18),(28480,45,8,19),(28481,45,8,20),(28482,45,8,21),(28483,45,8,22),(28484,45,8,23),(28485,45,8,24),(28486,45,8,25),(28487,45,8,26),(28488,45,8,27),(28489,45,8,28),(28490,45,8,29),(28491,45,8,30),(28492,45,8,31),(28493,45,8,32),(28494,45,8,33),(28495,45,8,34),(28496,45,8,35),(28497,45,8,36),(28498,45,8,37),(28499,45,8,38),(28500,45,8,39),(28501,45,9,1),(28502,45,9,2),(28503,45,9,3),(28504,45,9,4),(28505,45,9,5),(28506,45,9,6),(28507,45,9,7),(28508,45,9,8),(28509,45,9,9),(28510,45,9,10),(28511,45,9,11),(28512,45,9,12),(28513,45,9,13),(28514,45,9,14),(28515,45,9,15),(28516,45,9,16),(28517,45,9,17),(28518,45,9,18),(28519,45,9,19),(28520,45,9,20),(28521,45,9,21),(28522,45,9,22),(28523,45,9,23),(28524,45,9,24),(28525,45,9,25),(28526,45,9,26),(28527,45,9,27),(28528,45,9,28),(28529,45,9,29),(28530,45,9,30),(28531,45,9,31),(28532,45,9,32),(28533,45,9,33),(28534,45,10,1),(28535,45,10,2),(28536,45,10,3),(28537,45,10,4),(28538,45,10,5),(28539,45,10,6),(28540,45,10,7),(28541,45,10,8),(28542,45,10,9),(28543,45,10,10),(28544,45,10,11),(28545,45,10,12),(28546,45,10,13),(28547,45,10,14),(28548,45,10,15),(28549,45,10,16),(28550,45,10,17),(28551,45,10,18),(28552,45,10,19),(28553,45,10,20),(28554,45,10,21),(28555,45,11,1),(28556,45,11,2),(28557,45,11,3),(28558,45,11,4),(28559,45,11,5),(28560,45,11,6),(28561,45,11,7),(28562,45,11,8),(28563,45,11,9),(28564,45,11,10),(28565,45,11,11),(28566,45,11,12),(28567,45,11,13),(28568,45,11,14),(28569,45,11,15),(28570,45,11,16),(28571,45,11,17),(28572,45,11,18),(28573,45,11,19),(28574,45,11,20),(28575,45,11,21),(28576,45,11,22),(28577,45,11,23),(28578,45,11,24),(28579,45,11,25),(28580,45,11,26),(28581,45,11,27),(28582,45,11,28),(28583,45,11,29),(28584,45,11,30),(28585,45,11,31),(28586,45,11,32),(28587,45,11,33),(28588,45,11,34),(28589,45,11,35),(28590,45,11,36),(28591,45,12,1),(28592,45,12,2),(28593,45,12,3),(28594,45,12,4),(28595,45,12,5),(28596,45,12,6),(28597,45,12,7),(28598,45,12,8),(28599,45,12,9),(28600,45,12,10),(28601,45,12,11),(28602,45,12,12),(28603,45,12,13),(28604,45,12,14),(28605,45,12,15),(28606,45,12,16),(28607,45,12,17),(28608,45,12,18),(28609,45,12,19),(28610,45,12,20),(28611,45,12,21),(28612,45,13,1),(28613,45,13,2),(28614,45,13,3),(28615,45,13,4),(28616,45,13,5),(28617,45,13,6),(28618,45,13,7),(28619,45,13,8),(28620,45,13,9),(28621,45,13,10),(28622,45,13,11),(28623,45,13,12),(28624,45,13,13),(28625,45,13,14),(28626,45,14,1),(28627,45,14,2),(28628,45,14,3),(28629,45,14,4),(28630,45,14,5),(28631,45,14,6),(28632,45,14,7),(28633,45,14,8),(28634,45,14,9),(28635,45,14,10),(28636,45,14,11),(28637,45,14,12),(28638,45,14,13),(28639,45,14,14),(28640,45,14,15),(28641,45,14,16),(28642,45,14,17),(28643,45,14,18),(28644,45,14,19),(28645,45,14,20),(28646,45,14,21),(28647,45,14,22),(28648,45,14,23),(28649,45,15,1),(28650,45,15,2),(28651,45,15,3),(28652,45,15,4),(28653,45,15,5),(28654,45,15,6),(28655,45,15,7),(28656,45,15,8),(28657,45,15,9),(28658,45,15,10),(28659,45,15,11),(28660,45,15,12),(28661,45,15,13),(28662,45,15,14),(28663,45,15,15),(28664,45,15,16),(28665,45,15,17),(28666,45,15,18),(28667,45,15,19),(28668,45,15,20),(28669,45,15,21),(28670,45,15,22),(28671,45,15,23),(28672,45,15,24),(28673,45,15,25),(28674,45,15,26),(28675,45,15,27),(28676,45,15,28),(28677,45,15,29),(28678,45,15,30),(28679,45,15,31),(28680,45,15,32),(28681,45,15,33),(28682,45,16,1),(28683,45,16,2),(28684,45,16,3),(28685,45,16,4),(28686,45,16,5),(28687,45,16,6),(28688,45,16,7),(28689,45,16,8),(28690,45,16,9),(28691,45,16,10),(28692,45,16,11),(28693,45,16,12),(28694,45,16,13),(28695,45,16,14),(28696,45,16,15),(28697,45,16,16),(28698,45,16,17),(28699,45,16,18),(28700,45,16,19),(28701,45,16,20),(28702,45,16,21),(28703,45,16,22),(28704,45,16,23),(28705,45,16,24),(28706,45,16,25),(28707,45,16,26),(28708,45,16,27),(28709,46,1,1),(28710,46,1,2),(28711,46,1,3),(28712,46,1,4),(28713,46,1,5),(28714,46,1,6),(28715,46,1,7),(28716,46,1,8),(28717,46,1,9),(28718,46,1,10),(28719,46,1,11),(28720,46,1,12),(28721,46,1,13),(28722,46,1,14),(28723,46,1,15),(28724,46,1,16),(28725,46,1,17),(28726,46,1,18),(28727,46,1,19),(28728,46,1,20),(28729,46,1,21),(28730,46,1,22),(28731,46,1,23),(28732,46,1,24),(28733,46,1,25),(28734,46,1,26),(28735,46,1,27),(28736,46,1,28),(28737,46,1,29),(28738,46,1,30),(28739,46,1,31),(28740,46,2,1),(28741,46,2,2),(28742,46,2,3),(28743,46,2,4),(28744,46,2,5),(28745,46,2,6),(28746,46,2,7),(28747,46,2,8),(28748,46,2,9),(28749,46,2,10),(28750,46,2,11),(28751,46,2,12),(28752,46,2,13),(28753,46,2,14),(28754,46,2,15),(28755,46,2,16),(28756,46,3,1),(28757,46,3,2),(28758,46,3,3),(28759,46,3,4),(28760,46,3,5),(28761,46,3,6),(28762,46,3,7),(28763,46,3,8),(28764,46,3,9),(28765,46,3,10),(28766,46,3,11),(28767,46,3,12),(28768,46,3,13),(28769,46,3,14),(28770,46,3,15),(28771,46,3,16),(28772,46,3,17),(28773,46,3,18),(28774,46,3,19),(28775,46,3,20),(28776,46,3,21),(28777,46,3,22),(28778,46,3,23),(28779,46,4,1),(28780,46,4,2),(28781,46,4,3),(28782,46,4,4),(28783,46,4,5),(28784,46,4,6),(28785,46,4,7),(28786,46,4,8),(28787,46,4,9),(28788,46,4,10),(28789,46,4,11),(28790,46,4,12),(28791,46,4,13),(28792,46,4,14),(28793,46,4,15),(28794,46,4,16),(28795,46,4,17),(28796,46,4,18),(28797,46,4,19),(28798,46,4,20),(28799,46,4,21),(28800,46,5,1),(28801,46,5,2),(28802,46,5,3),(28803,46,5,4),(28804,46,5,5),(28805,46,5,6),(28806,46,5,7),(28807,46,5,8),(28808,46,5,9),(28809,46,5,10),(28810,46,5,11),(28811,46,5,12),(28812,46,5,13),(28813,46,6,1),(28814,46,6,2),(28815,46,6,3),(28816,46,6,4),(28817,46,6,5),(28818,46,6,6),(28819,46,6,7),(28820,46,6,8),(28821,46,6,9),(28822,46,6,10),(28823,46,6,11),(28824,46,6,12),(28825,46,6,13),(28826,46,6,14),(28827,46,6,15),(28828,46,6,16),(28829,46,6,17),(28830,46,6,18),(28831,46,6,19),(28832,46,6,20),(28833,46,7,1),(28834,46,7,2),(28835,46,7,3),(28836,46,7,4),(28837,46,7,5),(28838,46,7,6),(28839,46,7,7),(28840,46,7,8),(28841,46,7,9),(28842,46,7,10),(28843,46,7,11),(28844,46,7,12),(28845,46,7,13),(28846,46,7,14),(28847,46,7,15),(28848,46,7,16),(28849,46,7,17),(28850,46,7,18),(28851,46,7,19),(28852,46,7,20),(28853,46,7,21),(28854,46,7,22),(28855,46,7,23),(28856,46,7,24),(28857,46,7,25),(28858,46,7,26),(28859,46,7,27),(28860,46,7,28),(28861,46,7,29),(28862,46,7,30),(28863,46,7,31),(28864,46,7,32),(28865,46,7,33),(28866,46,7,34),(28867,46,7,35),(28868,46,7,36),(28869,46,7,37),(28870,46,7,38),(28871,46,7,39),(28872,46,7,40),(28873,46,8,1),(28874,46,8,2),(28875,46,8,3),(28876,46,8,4),(28877,46,8,5),(28878,46,8,6),(28879,46,8,7),(28880,46,8,8),(28881,46,8,9),(28882,46,8,10),(28883,46,8,11),(28884,46,8,12),(28885,46,8,13),(28886,46,9,1),(28887,46,9,2),(28888,46,9,3),(28889,46,9,4),(28890,46,9,5),(28891,46,9,6),(28892,46,9,7),(28893,46,9,8),(28894,46,9,9),(28895,46,9,10),(28896,46,9,11),(28897,46,9,12),(28898,46,9,13),(28899,46,9,14),(28900,46,9,15),(28901,46,9,16),(28902,46,9,17),(28903,46,9,18),(28904,46,9,19),(28905,46,9,20),(28906,46,9,21),(28907,46,9,22),(28908,46,9,23),(28909,46,9,24),(28910,46,9,25),(28911,46,9,26),(28912,46,9,27),(28913,46,10,1),(28914,46,10,2),(28915,46,10,3),(28916,46,10,4),(28917,46,10,5),(28918,46,10,6),(28919,46,10,7),(28920,46,10,8),(28921,46,10,9),(28922,46,10,10),(28923,46,10,11),(28924,46,10,12),(28925,46,10,13),(28926,46,10,14),(28927,46,10,15),(28928,46,10,16),(28929,46,10,17),(28930,46,10,18),(28931,46,10,19),(28932,46,10,20),(28933,46,10,21),(28934,46,10,22),(28935,46,10,23),(28936,46,10,24),(28937,46,10,25),(28938,46,10,26),(28939,46,10,27),(28940,46,10,28),(28941,46,10,29),(28942,46,10,30),(28943,46,10,31),(28944,46,10,32),(28945,46,10,33),(28946,46,11,1),(28947,46,11,2),(28948,46,11,3),(28949,46,11,4),(28950,46,11,5),(28951,46,11,6),(28952,46,11,7),(28953,46,11,8),(28954,46,11,9),(28955,46,11,10),(28956,46,11,11),(28957,46,11,12),(28958,46,11,13),(28959,46,11,14),(28960,46,11,15),(28961,46,11,16),(28962,46,11,17),(28963,46,11,18),(28964,46,11,19),(28965,46,11,20),(28966,46,11,21),(28967,46,11,22),(28968,46,11,23),(28969,46,11,24),(28970,46,11,25),(28971,46,11,26),(28972,46,11,27),(28973,46,11,28),(28974,46,11,29),(28975,46,11,30),(28976,46,11,31),(28977,46,11,32),(28978,46,11,33),(28979,46,11,34),(28980,46,12,1),(28981,46,12,2),(28982,46,12,3),(28983,46,12,4),(28984,46,12,5),(28985,46,12,6),(28986,46,12,7),(28987,46,12,8),(28988,46,12,9),(28989,46,12,10),(28990,46,12,11),(28991,46,12,12),(28992,46,12,13),(28993,46,12,14),(28994,46,12,15),(28995,46,12,16),(28996,46,12,17),(28997,46,12,18),(28998,46,12,19),(28999,46,12,20),(29000,46,12,21),(29001,46,12,22),(29002,46,12,23),(29003,46,12,24),(29004,46,12,25),(29005,46,12,26),(29006,46,12,27),(29007,46,12,28),(29008,46,12,29),(29009,46,12,30),(29010,46,12,31),(29011,46,13,1),(29012,46,13,2),(29013,46,13,3),(29014,46,13,4),(29015,46,13,5),(29016,46,13,6),(29017,46,13,7),(29018,46,13,8),(29019,46,13,9),(29020,46,13,10),(29021,46,13,11),(29022,46,13,12),(29023,46,13,13),(29024,46,14,1),(29025,46,14,2),(29026,46,14,3),(29027,46,14,4),(29028,46,14,5),(29029,46,14,6),(29030,46,14,7),(29031,46,14,8),(29032,46,14,9),(29033,46,14,10),(29034,46,14,11),(29035,46,14,12),(29036,46,14,13),(29037,46,14,14),(29038,46,14,15),(29039,46,14,16),(29040,46,14,17),(29041,46,14,18),(29042,46,14,19),(29043,46,14,20),(29044,46,14,21),(29045,46,14,22),(29046,46,14,23),(29047,46,14,24),(29048,46,14,25),(29049,46,14,26),(29050,46,14,27),(29051,46,14,28),(29052,46,14,29),(29053,46,14,30),(29054,46,14,31),(29055,46,14,32),(29056,46,14,33),(29057,46,14,34),(29058,46,14,35),(29059,46,14,36),(29060,46,14,37),(29061,46,14,38),(29062,46,14,39),(29063,46,14,40),(29064,46,15,1),(29065,46,15,2),(29066,46,15,3),(29067,46,15,4),(29068,46,15,5),(29069,46,15,6),(29070,46,15,7),(29071,46,15,8),(29072,46,15,9),(29073,46,15,10),(29074,46,15,11),(29075,46,15,12),(29076,46,15,13),(29077,46,15,14),(29078,46,15,15),(29079,46,15,16),(29080,46,15,17),(29081,46,15,18),(29082,46,15,19),(29083,46,15,20),(29084,46,15,21),(29085,46,15,22),(29086,46,15,23),(29087,46,15,24),(29088,46,15,25),(29089,46,15,26),(29090,46,15,27),(29091,46,15,28),(29092,46,15,29),(29093,46,15,30),(29094,46,15,31),(29095,46,15,32),(29096,46,15,33),(29097,46,15,34),(29098,46,15,35),(29099,46,15,36),(29100,46,15,37),(29101,46,15,38),(29102,46,15,39),(29103,46,15,40),(29104,46,15,41),(29105,46,15,42),(29106,46,15,43),(29107,46,15,44),(29108,46,15,45),(29109,46,15,46),(29110,46,15,47),(29111,46,15,48),(29112,46,15,49),(29113,46,15,50),(29114,46,15,51),(29115,46,15,52),(29116,46,15,53),(29117,46,15,54),(29118,46,15,55),(29119,46,15,56),(29120,46,15,57),(29121,46,15,58),(29122,46,16,1),(29123,46,16,2),(29124,46,16,3),(29125,46,16,4),(29126,46,16,5),(29127,46,16,6),(29128,46,16,7),(29129,46,16,8),(29130,46,16,9),(29131,46,16,10),(29132,46,16,11),(29133,46,16,12),(29134,46,16,13),(29135,46,16,14),(29136,46,16,15),(29137,46,16,16),(29138,46,16,17),(29139,46,16,18),(29140,46,16,19),(29141,46,16,20),(29142,46,16,21),(29143,46,16,22),(29144,46,16,23),(29145,46,16,24),(29146,47,1,1),(29147,47,1,2),(29148,47,1,3),(29149,47,1,4),(29150,47,1,5),(29151,47,1,6),(29152,47,1,7),(29153,47,1,8),(29154,47,1,9),(29155,47,1,10),(29156,47,1,11),(29157,47,1,12),(29158,47,1,13),(29159,47,1,14),(29160,47,1,15),(29161,47,1,16),(29162,47,1,17),(29163,47,1,18),(29164,47,1,19),(29165,47,1,20),(29166,47,1,21),(29167,47,1,22),(29168,47,1,23),(29169,47,1,24),(29170,47,2,1),(29171,47,2,2),(29172,47,2,3),(29173,47,2,4),(29174,47,2,5),(29175,47,2,6),(29176,47,2,7),(29177,47,2,8),(29178,47,2,9),(29179,47,2,10),(29180,47,2,11),(29181,47,2,12),(29182,47,2,13),(29183,47,2,14),(29184,47,2,15),(29185,47,2,16),(29186,47,2,17),(29187,47,3,1),(29188,47,3,2),(29189,47,3,3),(29190,47,3,4),(29191,47,3,5),(29192,47,3,6),(29193,47,3,7),(29194,47,3,8),(29195,47,3,9),(29196,47,3,10),(29197,47,3,11),(29198,47,3,12),(29199,47,3,13),(29200,47,3,14),(29201,47,3,15),(29202,47,3,16),(29203,47,3,17),(29204,47,3,18),(29205,47,4,1),(29206,47,4,2),(29207,47,4,3),(29208,47,4,4),(29209,47,4,5),(29210,47,4,6),(29211,47,4,7),(29212,47,4,8),(29213,47,4,9),(29214,47,4,10),(29215,47,4,11),(29216,47,4,12),(29217,47,4,13),(29218,47,4,14),(29219,47,4,15),(29220,47,4,16),(29221,47,4,17),(29222,47,4,18),(29223,47,5,1),(29224,47,5,2),(29225,47,5,3),(29226,47,5,4),(29227,47,5,5),(29228,47,5,6),(29229,47,5,7),(29230,47,5,8),(29231,47,5,9),(29232,47,5,10),(29233,47,5,11),(29234,47,5,12),(29235,47,5,13),(29236,47,5,14),(29237,47,5,15),(29238,47,5,16),(29239,47,5,17),(29240,47,5,18),(29241,47,5,19),(29242,47,5,20),(29243,47,5,21),(29244,47,6,1),(29245,47,6,2),(29246,47,6,3),(29247,47,6,4),(29248,47,6,5),(29249,47,6,6),(29250,47,6,7),(29251,47,6,8),(29252,47,6,9),(29253,47,6,10),(29254,47,6,11),(29255,47,6,12),(29256,47,6,13),(29257,47,6,14),(29258,47,6,15),(29259,47,6,16),(29260,47,6,17),(29261,47,6,18),(29262,47,7,1),(29263,47,7,2),(29264,47,7,3),(29265,47,7,4),(29266,47,7,5),(29267,47,7,6),(29268,47,7,7),(29269,47,7,8),(29270,47,7,9),(29271,47,7,10),(29272,47,7,11),(29273,47,7,12),(29274,47,7,13),(29275,47,7,14),(29276,47,7,15),(29277,47,7,16),(29278,47,8,1),(29279,47,8,2),(29280,47,8,3),(29281,47,8,4),(29282,47,8,5),(29283,47,8,6),(29284,47,8,7),(29285,47,8,8),(29286,47,8,9),(29287,47,8,10),(29288,47,8,11),(29289,47,8,12),(29290,47,8,13),(29291,47,8,14),(29292,47,8,15),(29293,47,8,16),(29294,47,8,17),(29295,47,8,18),(29296,47,8,19),(29297,47,8,20),(29298,47,8,21),(29299,47,8,22),(29300,47,8,23),(29301,47,8,24),(29302,47,9,1),(29303,47,9,2),(29304,47,9,3),(29305,47,9,4),(29306,47,9,5),(29307,47,9,6),(29308,47,9,7),(29309,47,9,8),(29310,47,9,9),(29311,47,9,10),(29312,47,9,11),(29313,47,9,12),(29314,47,9,13),(29315,47,9,14),(29316,47,9,15),(29317,47,10,1),(29318,47,10,2),(29319,47,10,3),(29320,47,10,4),(29321,47,10,5),(29322,47,10,6),(29323,47,10,7),(29324,47,10,8),(29325,47,10,9),(29326,47,10,10),(29327,47,10,11),(29328,47,10,12),(29329,47,10,13),(29330,47,10,14),(29331,47,10,15),(29332,47,10,16),(29333,47,10,17),(29334,47,10,18),(29335,47,11,1),(29336,47,11,2),(29337,47,11,3),(29338,47,11,4),(29339,47,11,5),(29340,47,11,6),(29341,47,11,7),(29342,47,11,8),(29343,47,11,9),(29344,47,11,10),(29345,47,11,11),(29346,47,11,12),(29347,47,11,13),(29348,47,11,14),(29349,47,11,15),(29350,47,11,16),(29351,47,11,17),(29352,47,11,18),(29353,47,11,19),(29354,47,11,20),(29355,47,11,21),(29356,47,11,22),(29357,47,11,23),(29358,47,11,24),(29359,47,11,25),(29360,47,11,26),(29361,47,11,27),(29362,47,11,28),(29363,47,11,29),(29364,47,11,30),(29365,47,11,31),(29366,47,11,32),(29367,47,11,33),(29368,47,12,1),(29369,47,12,2),(29370,47,12,3),(29371,47,12,4),(29372,47,12,5),(29373,47,12,6),(29374,47,12,7),(29375,47,12,8),(29376,47,12,9),(29377,47,12,10),(29378,47,12,11),(29379,47,12,12),(29380,47,12,13),(29381,47,12,14),(29382,47,12,15),(29383,47,12,16),(29384,47,12,17),(29385,47,12,18),(29386,47,12,19),(29387,47,12,20),(29388,47,12,21),(29389,47,13,1),(29390,47,13,2),(29391,47,13,3),(29392,47,13,4),(29393,47,13,5),(29394,47,13,6),(29395,47,13,7),(29396,47,13,8),(29397,47,13,9),(29398,47,13,10),(29399,47,13,11),(29400,47,13,12),(29401,47,13,13),(29402,47,13,14),(29403,48,1,1),(29404,48,1,2),(29405,48,1,3),(29406,48,1,4),(29407,48,1,5),(29408,48,1,6),(29409,48,1,7),(29410,48,1,8),(29411,48,1,9),(29412,48,1,10),(29413,48,1,11),(29414,48,1,12),(29415,48,1,13),(29416,48,1,14),(29417,48,1,15),(29418,48,1,16),(29419,48,1,17),(29420,48,1,18),(29421,48,1,19),(29422,48,1,20),(29423,48,1,21),(29424,48,1,22),(29425,48,1,23),(29426,48,1,24),(29427,48,2,1),(29428,48,2,2),(29429,48,2,3),(29430,48,2,4),(29431,48,2,5),(29432,48,2,6),(29433,48,2,7),(29434,48,2,8),(29435,48,2,9),(29436,48,2,10),(29437,48,2,11),(29438,48,2,12),(29439,48,2,13),(29440,48,2,14),(29441,48,2,15),(29442,48,2,16),(29443,48,2,17),(29444,48,2,18),(29445,48,2,19),(29446,48,2,20),(29447,48,2,21),(29448,48,3,1),(29449,48,3,2),(29450,48,3,3),(29451,48,3,4),(29452,48,3,5),(29453,48,3,6),(29454,48,3,7),(29455,48,3,8),(29456,48,3,9),(29457,48,3,10),(29458,48,3,11),(29459,48,3,12),(29460,48,3,13),(29461,48,3,14),(29462,48,3,15),(29463,48,3,16),(29464,48,3,17),(29465,48,3,18),(29466,48,3,19),(29467,48,3,20),(29468,48,3,21),(29469,48,3,22),(29470,48,3,23),(29471,48,3,24),(29472,48,3,25),(29473,48,3,26),(29474,48,3,27),(29475,48,3,28),(29476,48,3,29),(29477,48,4,1),(29478,48,4,2),(29479,48,4,3),(29480,48,4,4),(29481,48,4,5),(29482,48,4,6),(29483,48,4,7),(29484,48,4,8),(29485,48,4,9),(29486,48,4,10),(29487,48,4,11),(29488,48,4,12),(29489,48,4,13),(29490,48,4,14),(29491,48,4,15),(29492,48,4,16),(29493,48,4,17),(29494,48,4,18),(29495,48,4,19),(29496,48,4,20),(29497,48,4,21),(29498,48,4,22),(29499,48,4,23),(29500,48,4,24),(29501,48,4,25),(29502,48,4,26),(29503,48,4,27),(29504,48,4,28),(29505,48,4,29),(29506,48,4,30),(29507,48,4,31),(29508,48,5,1),(29509,48,5,2),(29510,48,5,3),(29511,48,5,4),(29512,48,5,5),(29513,48,5,6),(29514,48,5,7),(29515,48,5,8),(29516,48,5,9),(29517,48,5,10),(29518,48,5,11),(29519,48,5,12),(29520,48,5,13),(29521,48,5,14),(29522,48,5,15),(29523,48,5,16),(29524,48,5,17),(29525,48,5,18),(29526,48,5,19),(29527,48,5,20),(29528,48,5,21),(29529,48,5,22),(29530,48,5,23),(29531,48,5,24),(29532,48,5,25),(29533,48,5,26),(29534,48,6,1),(29535,48,6,2),(29536,48,6,3),(29537,48,6,4),(29538,48,6,5),(29539,48,6,6),(29540,48,6,7),(29541,48,6,8),(29542,48,6,9),(29543,48,6,10),(29544,48,6,11),(29545,48,6,12),(29546,48,6,13),(29547,48,6,14),(29548,48,6,15),(29549,48,6,16),(29550,48,6,17),(29551,48,6,18),(29552,49,1,1),(29553,49,1,2),(29554,49,1,3),(29555,49,1,4),(29556,49,1,5),(29557,49,1,6),(29558,49,1,7),(29559,49,1,8),(29560,49,1,9),(29561,49,1,10),(29562,49,1,11),(29563,49,1,12),(29564,49,1,13),(29565,49,1,14),(29566,49,1,15),(29567,49,1,16),(29568,49,1,17),(29569,49,1,18),(29570,49,1,19),(29571,49,1,20),(29572,49,1,21),(29573,49,1,22),(29574,49,1,23),(29575,49,2,1),(29576,49,2,2),(29577,49,2,3),(29578,49,2,4),(29579,49,2,5),(29580,49,2,6),(29581,49,2,7),(29582,49,2,8),(29583,49,2,9),(29584,49,2,10),(29585,49,2,11),(29586,49,2,12),(29587,49,2,13),(29588,49,2,14),(29589,49,2,15),(29590,49,2,16),(29591,49,2,17),(29592,49,2,18),(29593,49,2,19),(29594,49,2,20),(29595,49,2,21),(29596,49,2,22),(29597,49,3,1),(29598,49,3,2),(29599,49,3,3),(29600,49,3,4),(29601,49,3,5),(29602,49,3,6),(29603,49,3,7),(29604,49,3,8),(29605,49,3,9),(29606,49,3,10),(29607,49,3,11),(29608,49,3,12),(29609,49,3,13),(29610,49,3,14),(29611,49,3,15),(29612,49,3,16),(29613,49,3,17),(29614,49,3,18),(29615,49,3,19),(29616,49,3,20),(29617,49,3,21),(29618,49,4,1),(29619,49,4,2),(29620,49,4,3),(29621,49,4,4),(29622,49,4,5),(29623,49,4,6),(29624,49,4,7),(29625,49,4,8),(29626,49,4,9),(29627,49,4,10),(29628,49,4,11),(29629,49,4,12),(29630,49,4,13),(29631,49,4,14),(29632,49,4,15),(29633,49,4,16),(29634,49,4,17),(29635,49,4,18),(29636,49,4,19),(29637,49,4,20),(29638,49,4,21),(29639,49,4,22),(29640,49,4,23),(29641,49,4,24),(29642,49,4,25),(29643,49,4,26),(29644,49,4,27),(29645,49,4,28),(29646,49,4,29),(29647,49,4,30),(29648,49,4,31),(29649,49,4,32),(29650,49,5,1),(29651,49,5,2),(29652,49,5,3),(29653,49,5,4),(29654,49,5,5),(29655,49,5,6),(29656,49,5,7),(29657,49,5,8),(29658,49,5,9),(29659,49,5,10),(29660,49,5,11),(29661,49,5,12),(29662,49,5,13),(29663,49,5,14),(29664,49,5,15),(29665,49,5,16),(29666,49,5,17),(29667,49,5,18),(29668,49,5,19),(29669,49,5,20),(29670,49,5,21),(29671,49,5,22),(29672,49,5,23),(29673,49,5,24),(29674,49,5,25),(29675,49,5,26),(29676,49,5,27),(29677,49,5,28),(29678,49,5,29),(29679,49,5,30),(29680,49,5,31),(29681,49,5,32),(29682,49,5,33),(29683,49,6,1),(29684,49,6,2),(29685,49,6,3),(29686,49,6,4),(29687,49,6,5),(29688,49,6,6),(29689,49,6,7),(29690,49,6,8),(29691,49,6,9),(29692,49,6,10),(29693,49,6,11),(29694,49,6,12),(29695,49,6,13),(29696,49,6,14),(29697,49,6,15),(29698,49,6,16),(29699,49,6,17),(29700,49,6,18),(29701,49,6,19),(29702,49,6,20),(29703,49,6,21),(29704,49,6,22),(29705,49,6,23),(29706,49,6,24),(29707,50,1,1),(29708,50,1,2),(29709,50,1,3),(29710,50,1,4),(29711,50,1,5),(29712,50,1,6),(29713,50,1,7),(29714,50,1,8),(29715,50,1,9),(29716,50,1,10),(29717,50,1,11),(29718,50,1,12),(29719,50,1,13),(29720,50,1,14),(29721,50,1,15),(29722,50,1,16),(29723,50,1,17),(29724,50,1,18),(29725,50,1,19),(29726,50,1,20),(29727,50,1,21),(29728,50,1,22),(29729,50,1,23),(29730,50,1,24),(29731,50,1,25),(29732,50,1,26),(29733,50,1,27),(29734,50,1,28),(29735,50,1,29),(29736,50,1,30),(29737,50,2,1),(29738,50,2,2),(29739,50,2,3),(29740,50,2,4),(29741,50,2,5),(29742,50,2,6),(29743,50,2,7),(29744,50,2,8),(29745,50,2,9),(29746,50,2,10),(29747,50,2,11),(29748,50,2,12),(29749,50,2,13),(29750,50,2,14),(29751,50,2,15),(29752,50,2,16),(29753,50,2,17),(29754,50,2,18),(29755,50,2,19),(29756,50,2,20),(29757,50,2,21),(29758,50,2,22),(29759,50,2,23),(29760,50,2,24),(29761,50,2,25),(29762,50,2,26),(29763,50,2,27),(29764,50,2,28),(29765,50,2,29),(29766,50,2,30),(29767,50,3,1),(29768,50,3,2),(29769,50,3,3),(29770,50,3,4),(29771,50,3,5),(29772,50,3,6),(29773,50,3,7),(29774,50,3,8),(29775,50,3,9),(29776,50,3,10),(29777,50,3,11),(29778,50,3,12),(29779,50,3,13),(29780,50,3,14),(29781,50,3,15),(29782,50,3,16),(29783,50,3,17),(29784,50,3,18),(29785,50,3,19),(29786,50,3,20),(29787,50,3,21),(29788,50,4,1),(29789,50,4,2),(29790,50,4,3),(29791,50,4,4),(29792,50,4,5),(29793,50,4,6),(29794,50,4,7),(29795,50,4,8),(29796,50,4,9),(29797,50,4,10),(29798,50,4,11),(29799,50,4,12),(29800,50,4,13),(29801,50,4,14),(29802,50,4,15),(29803,50,4,16),(29804,50,4,17),(29805,50,4,18),(29806,50,4,19),(29807,50,4,20),(29808,50,4,21),(29809,50,4,22),(29810,50,4,23),(29811,51,1,1),(29812,51,1,2),(29813,51,1,3),(29814,51,1,4),(29815,51,1,5),(29816,51,1,6),(29817,51,1,7),(29818,51,1,8),(29819,51,1,9),(29820,51,1,10),(29821,51,1,11),(29822,51,1,12),(29823,51,1,13),(29824,51,1,14),(29825,51,1,15),(29826,51,1,16),(29827,51,1,17),(29828,51,1,18),(29829,51,1,19),(29830,51,1,20),(29831,51,1,21),(29832,51,1,22),(29833,51,1,23),(29834,51,1,24),(29835,51,1,25),(29836,51,1,26),(29837,51,1,27),(29838,51,1,28),(29839,51,1,29),(29840,51,2,1),(29841,51,2,2),(29842,51,2,3),(29843,51,2,4),(29844,51,2,5),(29845,51,2,6),(29846,51,2,7),(29847,51,2,8),(29848,51,2,9),(29849,51,2,10),(29850,51,2,11),(29851,51,2,12),(29852,51,2,13),(29853,51,2,14),(29854,51,2,15),(29855,51,2,16),(29856,51,2,17),(29857,51,2,18),(29858,51,2,19),(29859,51,2,20),(29860,51,2,21),(29861,51,2,22),(29862,51,2,23),(29863,51,3,1),(29864,51,3,2),(29865,51,3,3),(29866,51,3,4),(29867,51,3,5),(29868,51,3,6),(29869,51,3,7),(29870,51,3,8),(29871,51,3,9),(29872,51,3,10),(29873,51,3,11),(29874,51,3,12),(29875,51,3,13),(29876,51,3,14),(29877,51,3,15),(29878,51,3,16),(29879,51,3,17),(29880,51,3,18),(29881,51,3,19),(29882,51,3,20),(29883,51,3,21),(29884,51,3,22),(29885,51,3,23),(29886,51,3,24),(29887,51,3,25),(29888,51,4,1),(29889,51,4,2),(29890,51,4,3),(29891,51,4,4),(29892,51,4,5),(29893,51,4,6),(29894,51,4,7),(29895,51,4,8),(29896,51,4,9),(29897,51,4,10),(29898,51,4,11),(29899,51,4,12),(29900,51,4,13),(29901,51,4,14),(29902,51,4,15),(29903,51,4,16),(29904,51,4,17),(29905,51,4,18),(29906,52,1,1),(29907,52,1,2),(29908,52,1,3),(29909,52,1,4),(29910,52,1,5),(29911,52,1,6),(29912,52,1,7),(29913,52,1,8),(29914,52,1,9),(29915,52,1,10),(29916,52,2,1),(29917,52,2,2),(29918,52,2,3),(29919,52,2,4),(29920,52,2,5),(29921,52,2,6),(29922,52,2,7),(29923,52,2,8),(29924,52,2,9),(29925,52,2,10),(29926,52,2,11),(29927,52,2,12),(29928,52,2,13),(29929,52,2,14),(29930,52,2,15),(29931,52,2,16),(29932,52,2,17),(29933,52,2,18),(29934,52,2,19),(29935,52,2,20),(29936,52,3,1),(29937,52,3,2),(29938,52,3,3),(29939,52,3,4),(29940,52,3,5),(29941,52,3,6),(29942,52,3,7),(29943,52,3,8),(29944,52,3,9),(29945,52,3,10),(29946,52,3,11),(29947,52,3,12),(29948,52,3,13),(29949,52,4,1),(29950,52,4,2),(29951,52,4,3),(29952,52,4,4),(29953,52,4,5),(29954,52,4,6),(29955,52,4,7),(29956,52,4,8),(29957,52,4,9),(29958,52,4,10),(29959,52,4,11),(29960,52,4,12),(29961,52,4,13),(29962,52,4,14),(29963,52,4,15),(29964,52,4,16),(29965,52,4,17),(29966,52,4,18),(29967,52,5,1),(29968,52,5,2),(29969,52,5,3),(29970,52,5,4),(29971,52,5,5),(29972,52,5,6),(29973,52,5,7),(29974,52,5,8),(29975,52,5,9),(29976,52,5,10),(29977,52,5,11),(29978,52,5,12),(29979,52,5,13),(29980,52,5,14),(29981,52,5,15),(29982,52,5,16),(29983,52,5,17),(29984,52,5,18),(29985,52,5,19),(29986,52,5,20),(29987,52,5,21),(29988,52,5,22),(29989,52,5,23),(29990,52,5,24),(29991,52,5,25),(29992,52,5,26),(29993,52,5,27),(29994,52,5,28),(29995,53,1,1),(29996,53,1,2),(29997,53,1,3),(29998,53,1,4),(29999,53,1,5),(30000,53,1,6),(30001,53,1,7),(30002,53,1,8),(30003,53,1,9),(30004,53,1,10),(30005,53,1,11),(30006,53,1,12),(30007,53,2,1),(30008,53,2,2),(30009,53,2,3),(30010,53,2,4),(30011,53,2,5),(30012,53,2,6),(30013,53,2,7),(30014,53,2,8),(30015,53,2,9),(30016,53,2,10),(30017,53,2,11),(30018,53,2,12),(30019,53,2,13),(30020,53,2,14),(30021,53,2,15),(30022,53,2,16),(30023,53,2,17),(30024,53,3,1),(30025,53,3,2),(30026,53,3,3),(30027,53,3,4),(30028,53,3,5),(30029,53,3,6),(30030,53,3,7),(30031,53,3,8),(30032,53,3,9),(30033,53,3,10),(30034,53,3,11),(30035,53,3,12),(30036,53,3,13),(30037,53,3,14),(30038,53,3,15),(30039,53,3,16),(30040,53,3,17),(30041,53,3,18),(30042,54,1,1),(30043,54,1,2),(30044,54,1,3),(30045,54,1,4),(30046,54,1,5),(30047,54,1,6),(30048,54,1,7),(30049,54,1,8),(30050,54,1,9),(30051,54,1,10),(30052,54,1,11),(30053,54,1,12),(30054,54,1,13),(30055,54,1,14),(30056,54,1,15),(30057,54,1,16),(30058,54,1,17),(30059,54,1,18),(30060,54,1,19),(30061,54,1,20),(30062,54,2,1),(30063,54,2,2),(30064,54,2,3),(30065,54,2,4),(30066,54,2,5),(30067,54,2,6),(30068,54,2,7),(30069,54,2,8),(30070,54,2,9),(30071,54,2,10),(30072,54,2,11),(30073,54,2,12),(30074,54,2,13),(30075,54,2,14),(30076,54,2,15),(30077,54,3,1),(30078,54,3,2),(30079,54,3,3),(30080,54,3,4),(30081,54,3,5),(30082,54,3,6),(30083,54,3,7),(30084,54,3,8),(30085,54,3,9),(30086,54,3,10),(30087,54,3,11),(30088,54,3,12),(30089,54,3,13),(30090,54,3,14),(30091,54,3,15),(30092,54,3,16),(30093,54,4,1),(30094,54,4,2),(30095,54,4,3),(30096,54,4,4),(30097,54,4,5),(30098,54,4,6),(30099,54,4,7),(30100,54,4,8),(30101,54,4,9),(30102,54,4,10),(30103,54,4,11),(30104,54,4,12),(30105,54,4,13),(30106,54,4,14),(30107,54,4,15),(30108,54,4,16),(30109,54,5,1),(30110,54,5,2),(30111,54,5,3),(30112,54,5,4),(30113,54,5,5),(30114,54,5,6),(30115,54,5,7),(30116,54,5,8),(30117,54,5,9),(30118,54,5,10),(30119,54,5,11),(30120,54,5,12),(30121,54,5,13),(30122,54,5,14),(30123,54,5,15),(30124,54,5,16),(30125,54,5,17),(30126,54,5,18),(30127,54,5,19),(30128,54,5,20),(30129,54,5,21),(30130,54,5,22),(30131,54,5,23),(30132,54,5,24),(30133,54,5,25),(30134,54,6,1),(30135,54,6,2),(30136,54,6,3),(30137,54,6,4),(30138,54,6,5),(30139,54,6,6),(30140,54,6,7),(30141,54,6,8),(30142,54,6,9),(30143,54,6,10),(30144,54,6,11),(30145,54,6,12),(30146,54,6,13),(30147,54,6,14),(30148,54,6,15),(30149,54,6,16),(30150,54,6,17),(30151,54,6,18),(30152,54,6,19),(30153,54,6,20),(30154,54,6,21),(30155,55,1,1),(30156,55,1,2),(30157,55,1,3),(30158,55,1,4),(30159,55,1,5),(30160,55,1,6),(30161,55,1,7),(30162,55,1,8),(30163,55,1,9),(30164,55,1,10),(30165,55,1,11),(30166,55,1,12),(30167,55,1,13),(30168,55,1,14),(30169,55,1,15),(30170,55,1,16),(30171,55,1,17),(30172,55,1,18),(30173,55,2,1),(30174,55,2,2),(30175,55,2,3),(30176,55,2,4),(30177,55,2,5),(30178,55,2,6),(30179,55,2,7),(30180,55,2,8),(30181,55,2,9),(30182,55,2,10),(30183,55,2,11),(30184,55,2,12),(30185,55,2,13),(30186,55,2,14),(30187,55,2,15),(30188,55,2,16),(30189,55,2,17),(30190,55,2,18),(30191,55,2,19),(30192,55,2,20),(30193,55,2,21),(30194,55,2,22),(30195,55,2,23),(30196,55,2,24),(30197,55,2,25),(30198,55,2,26),(30199,55,3,1),(30200,55,3,2),(30201,55,3,3),(30202,55,3,4),(30203,55,3,5),(30204,55,3,6),(30205,55,3,7),(30206,55,3,8),(30207,55,3,9),(30208,55,3,10),(30209,55,3,11),(30210,55,3,12),(30211,55,3,13),(30212,55,3,14),(30213,55,3,15),(30214,55,3,16),(30215,55,3,17),(30216,55,4,1),(30217,55,4,2),(30218,55,4,3),(30219,55,4,4),(30220,55,4,5),(30221,55,4,6),(30222,55,4,7),(30223,55,4,8),(30224,55,4,9),(30225,55,4,10),(30226,55,4,11),(30227,55,4,12),(30228,55,4,13),(30229,55,4,14),(30230,55,4,15),(30231,55,4,16),(30232,55,4,17),(30233,55,4,18),(30234,55,4,19),(30235,55,4,20),(30236,55,4,21),(30237,55,4,22),(30238,56,1,1),(30239,56,1,2),(30240,56,1,3),(30241,56,1,4),(30242,56,1,5),(30243,56,1,6),(30244,56,1,7),(30245,56,1,8),(30246,56,1,9),(30247,56,1,10),(30248,56,1,11),(30249,56,1,12),(30250,56,1,13),(30251,56,1,14),(30252,56,1,15),(30253,56,1,16),(30254,56,2,1),(30255,56,2,2),(30256,56,2,3),(30257,56,2,4),(30258,56,2,5),(30259,56,2,6),(30260,56,2,7),(30261,56,2,8),(30262,56,2,9),(30263,56,2,10),(30264,56,2,11),(30265,56,2,12),(30266,56,2,13),(30267,56,2,14),(30268,56,2,15),(30269,56,3,1),(30270,56,3,2),(30271,56,3,3),(30272,56,3,4),(30273,56,3,5),(30274,56,3,6),(30275,56,3,7),(30276,56,3,8),(30277,56,3,9),(30278,56,3,10),(30279,56,3,11),(30280,56,3,12),(30281,56,3,13),(30282,56,3,14),(30283,56,3,15),(30284,57,1,1),(30285,57,1,2),(30286,57,1,3),(30287,57,1,4),(30288,57,1,5),(30289,57,1,6),(30290,57,1,7),(30291,57,1,8),(30292,57,1,9),(30293,57,1,10),(30294,57,1,11),(30295,57,1,12),(30296,57,1,13),(30297,57,1,14),(30298,57,1,15),(30299,57,1,16),(30300,57,1,17),(30301,57,1,18),(30302,57,1,19),(30303,57,1,20),(30304,57,1,21),(30305,57,1,22),(30306,57,1,23),(30307,57,1,24),(30308,57,1,25),(30309,58,1,1),(30310,58,1,2),(30311,58,1,3),(30312,58,1,4),(30313,58,1,5),(30314,58,1,6),(30315,58,1,7),(30316,58,1,8),(30317,58,1,9),(30318,58,1,10),(30319,58,1,11),(30320,58,1,12),(30321,58,1,13),(30322,58,1,14),(30323,58,2,1),(30324,58,2,2),(30325,58,2,3),(30326,58,2,4),(30327,58,2,5),(30328,58,2,6),(30329,58,2,7),(30330,58,2,8),(30331,58,2,9),(30332,58,2,10),(30333,58,2,11),(30334,58,2,12),(30335,58,2,13),(30336,58,2,14),(30337,58,2,15),(30338,58,2,16),(30339,58,2,17),(30340,58,2,18),(30341,58,3,1),(30342,58,3,2),(30343,58,3,3),(30344,58,3,4),(30345,58,3,5),(30346,58,3,6),(30347,58,3,7),(30348,58,3,8),(30349,58,3,9),(30350,58,3,10),(30351,58,3,11),(30352,58,3,12),(30353,58,3,13),(30354,58,3,14),(30355,58,3,15),(30356,58,3,16),(30357,58,3,17),(30358,58,3,18),(30359,58,3,19),(30360,58,4,1),(30361,58,4,2),(30362,58,4,3),(30363,58,4,4),(30364,58,4,5),(30365,58,4,6),(30366,58,4,7),(30367,58,4,8),(30368,58,4,9),(30369,58,4,10),(30370,58,4,11),(30371,58,4,12),(30372,58,4,13),(30373,58,4,14),(30374,58,4,15),(30375,58,4,16),(30376,58,5,1),(30377,58,5,2),(30378,58,5,3),(30379,58,5,4),(30380,58,5,5),(30381,58,5,6),(30382,58,5,7),(30383,58,5,8),(30384,58,5,9),(30385,58,5,10),(30386,58,5,11),(30387,58,5,12),(30388,58,5,13),(30389,58,5,14),(30390,58,6,1),(30391,58,6,2),(30392,58,6,3),(30393,58,6,4),(30394,58,6,5),(30395,58,6,6),(30396,58,6,7),(30397,58,6,8),(30398,58,6,9),(30399,58,6,10),(30400,58,6,11),(30401,58,6,12),(30402,58,6,13),(30403,58,6,14),(30404,58,6,15),(30405,58,6,16),(30406,58,6,17),(30407,58,6,18),(30408,58,6,19),(30409,58,6,20),(30410,58,7,1),(30411,58,7,2),(30412,58,7,3),(30413,58,7,4),(30414,58,7,5),(30415,58,7,6),(30416,58,7,7),(30417,58,7,8),(30418,58,7,9),(30419,58,7,10),(30420,58,7,11),(30421,58,7,12),(30422,58,7,13),(30423,58,7,14),(30424,58,7,15),(30425,58,7,16),(30426,58,7,17),(30427,58,7,18),(30428,58,7,19),(30429,58,7,20),(30430,58,7,21),(30431,58,7,22),(30432,58,7,23),(30433,58,7,24),(30434,58,7,25),(30435,58,7,26),(30436,58,7,27),(30437,58,7,28),(30438,58,8,1),(30439,58,8,2),(30440,58,8,3),(30441,58,8,4),(30442,58,8,5),(30443,58,8,6),(30444,58,8,7),(30445,58,8,8),(30446,58,8,9),(30447,58,8,10),(30448,58,8,11),(30449,58,8,12),(30450,58,8,13),(30451,58,9,1),(30452,58,9,2),(30453,58,9,3),(30454,58,9,4),(30455,58,9,5),(30456,58,9,6),(30457,58,9,7),(30458,58,9,8),(30459,58,9,9),(30460,58,9,10),(30461,58,9,11),(30462,58,9,12),(30463,58,9,13),(30464,58,9,14),(30465,58,9,15),(30466,58,9,16),(30467,58,9,17),(30468,58,9,18),(30469,58,9,19),(30470,58,9,20),(30471,58,9,21),(30472,58,9,22),(30473,58,9,23),(30474,58,9,24),(30475,58,9,25),(30476,58,9,26),(30477,58,9,27),(30478,58,9,28),(30479,58,10,1),(30480,58,10,2),(30481,58,10,3),(30482,58,10,4),(30483,58,10,5),(30484,58,10,6),(30485,58,10,7),(30486,58,10,8),(30487,58,10,9),(30488,58,10,10),(30489,58,10,11),(30490,58,10,12),(30491,58,10,13),(30492,58,10,14),(30493,58,10,15),(30494,58,10,16),(30495,58,10,17),(30496,58,10,18),(30497,58,10,19),(30498,58,10,20),(30499,58,10,21),(30500,58,10,22),(30501,58,10,23),(30502,58,10,24),(30503,58,10,25),(30504,58,10,26),(30505,58,10,27),(30506,58,10,28),(30507,58,10,29),(30508,58,10,30),(30509,58,10,31),(30510,58,10,32),(30511,58,10,33),(30512,58,10,34),(30513,58,10,35),(30514,58,10,36),(30515,58,10,37),(30516,58,10,38),(30517,58,10,39),(30518,58,11,1),(30519,58,11,2),(30520,58,11,3),(30521,58,11,4),(30522,58,11,5),(30523,58,11,6),(30524,58,11,7),(30525,58,11,8),(30526,58,11,9),(30527,58,11,10),(30528,58,11,11),(30529,58,11,12),(30530,58,11,13),(30531,58,11,14),(30532,58,11,15),(30533,58,11,16),(30534,58,11,17),(30535,58,11,18),(30536,58,11,19),(30537,58,11,20),(30538,58,11,21),(30539,58,11,22),(30540,58,11,23),(30541,58,11,24),(30542,58,11,25),(30543,58,11,26),(30544,58,11,27),(30545,58,11,28),(30546,58,11,29),(30547,58,11,30),(30548,58,11,31),(30549,58,11,32),(30550,58,11,33),(30551,58,11,34),(30552,58,11,35),(30553,58,11,36),(30554,58,11,37),(30555,58,11,38),(30556,58,11,39),(30557,58,11,40),(30558,58,12,1),(30559,58,12,2),(30560,58,12,3),(30561,58,12,4),(30562,58,12,5),(30563,58,12,6),(30564,58,12,7),(30565,58,12,8),(30566,58,12,9),(30567,58,12,10),(30568,58,12,11),(30569,58,12,12),(30570,58,12,13),(30571,58,12,14),(30572,58,12,15),(30573,58,12,16),(30574,58,12,17),(30575,58,12,18),(30576,58,12,19),(30577,58,12,20),(30578,58,12,21),(30579,58,12,22),(30580,58,12,23),(30581,58,12,24),(30582,58,12,25),(30583,58,12,26),(30584,58,12,27),(30585,58,12,28),(30586,58,12,29),(30587,58,13,1),(30588,58,13,2),(30589,58,13,3),(30590,58,13,4),(30591,58,13,5),(30592,58,13,6),(30593,58,13,7),(30594,58,13,8),(30595,58,13,9),(30596,58,13,10),(30597,58,13,11),(30598,58,13,12),(30599,58,13,13),(30600,58,13,14),(30601,58,13,15),(30602,58,13,16),(30603,58,13,17),(30604,58,13,18),(30605,58,13,19),(30606,58,13,20),(30607,58,13,21),(30608,58,13,22),(30609,58,13,23),(30610,58,13,24),(30611,58,13,25),(30612,59,1,1),(30613,59,1,2),(30614,59,1,3),(30615,59,1,4),(30616,59,1,5),(30617,59,1,6),(30618,59,1,7),(30619,59,1,8),(30620,59,1,9),(30621,59,1,10),(30622,59,1,11),(30623,59,1,12),(30624,59,1,13),(30625,59,1,14),(30626,59,1,15),(30627,59,1,16),(30628,59,1,17),(30629,59,1,18),(30630,59,1,19),(30631,59,1,20),(30632,59,1,21),(30633,59,1,22),(30634,59,1,23),(30635,59,1,24),(30636,59,1,25),(30637,59,1,26),(30638,59,1,27),(30639,59,2,1),(30640,59,2,2),(30641,59,2,3),(30642,59,2,4),(30643,59,2,5),(30644,59,2,6),(30645,59,2,7),(30646,59,2,8),(30647,59,2,9),(30648,59,2,10),(30649,59,2,11),(30650,59,2,12),(30651,59,2,13),(30652,59,2,14),(30653,59,2,15),(30654,59,2,16),(30655,59,2,17),(30656,59,2,18),(30657,59,2,19),(30658,59,2,20),(30659,59,2,21),(30660,59,2,22),(30661,59,2,23),(30662,59,2,24),(30663,59,2,25),(30664,59,2,26),(30665,59,3,1),(30666,59,3,2),(30667,59,3,3),(30668,59,3,4),(30669,59,3,5),(30670,59,3,6),(30671,59,3,7),(30672,59,3,8),(30673,59,3,9),(30674,59,3,10),(30675,59,3,11),(30676,59,3,12),(30677,59,3,13),(30678,59,3,14),(30679,59,3,15),(30680,59,3,16),(30681,59,3,17),(30682,59,3,18),(30683,59,4,1),(30684,59,4,2),(30685,59,4,3),(30686,59,4,4),(30687,59,4,5),(30688,59,4,6),(30689,59,4,7),(30690,59,4,8),(30691,59,4,9),(30692,59,4,10),(30693,59,4,11),(30694,59,4,12),(30695,59,4,13),(30696,59,4,14),(30697,59,4,15),(30698,59,4,16),(30699,59,4,17),(30700,59,5,1),(30701,59,5,2),(30702,59,5,3),(30703,59,5,4),(30704,59,5,5),(30705,59,5,6),(30706,59,5,7),(30707,59,5,8),(30708,59,5,9),(30709,59,5,10),(30710,59,5,11),(30711,59,5,12),(30712,59,5,13),(30713,59,5,14),(30714,59,5,15),(30715,59,5,16),(30716,59,5,17),(30717,59,5,18),(30718,59,5,19),(30719,59,5,20),(30720,60,1,1),(30721,60,1,2),(30722,60,1,3),(30723,60,1,4),(30724,60,1,5),(30725,60,1,6),(30726,60,1,7),(30727,60,1,8),(30728,60,1,9),(30729,60,1,10),(30730,60,1,11),(30731,60,1,12),(30732,60,1,13),(30733,60,1,14),(30734,60,1,15),(30735,60,1,16),(30736,60,1,17),(30737,60,1,18),(30738,60,1,19),(30739,60,1,20),(30740,60,1,21),(30741,60,1,22),(30742,60,1,23),(30743,60,1,24),(30744,60,1,25),(30745,60,2,1),(30746,60,2,2),(30747,60,2,3),(30748,60,2,4),(30749,60,2,5),(30750,60,2,6),(30751,60,2,7),(30752,60,2,8),(30753,60,2,9),(30754,60,2,10),(30755,60,2,11),(30756,60,2,12),(30757,60,2,13),(30758,60,2,14),(30759,60,2,15),(30760,60,2,16),(30761,60,2,17),(30762,60,2,18),(30763,60,2,19),(30764,60,2,20),(30765,60,2,21),(30766,60,2,22),(30767,60,2,23),(30768,60,2,24),(30769,60,2,25),(30770,60,3,1),(30771,60,3,2),(30772,60,3,3),(30773,60,3,4),(30774,60,3,5),(30775,60,3,6),(30776,60,3,7),(30777,60,3,8),(30778,60,3,9),(30779,60,3,10),(30780,60,3,11),(30781,60,3,12),(30782,60,3,13),(30783,60,3,14),(30784,60,3,15),(30785,60,3,16),(30786,60,3,17),(30787,60,3,18),(30788,60,3,19),(30789,60,3,20),(30790,60,3,21),(30791,60,3,22),(30792,60,4,1),(30793,60,4,2),(30794,60,4,3),(30795,60,4,4),(30796,60,4,5),(30797,60,4,6),(30798,60,4,7),(30799,60,4,8),(30800,60,4,9),(30801,60,4,10),(30802,60,4,11),(30803,60,4,12),(30804,60,4,13),(30805,60,4,14),(30806,60,4,15),(30807,60,4,16),(30808,60,4,17),(30809,60,4,18),(30810,60,4,19),(30811,60,5,1),(30812,60,5,2),(30813,60,5,3),(30814,60,5,4),(30815,60,5,5),(30816,60,5,6),(30817,60,5,7),(30818,60,5,8),(30819,60,5,9),(30820,60,5,10),(30821,60,5,11),(30822,60,5,12),(30823,60,5,13),(30824,60,5,14),(30825,61,1,1),(30826,61,1,2),(30827,61,1,3),(30828,61,1,4),(30829,61,1,5),(30830,61,1,6),(30831,61,1,7),(30832,61,1,8),(30833,61,1,9),(30834,61,1,10),(30835,61,1,11),(30836,61,1,12),(30837,61,1,13),(30838,61,1,14),(30839,61,1,15),(30840,61,1,16),(30841,61,1,17),(30842,61,1,18),(30843,61,1,19),(30844,61,1,20),(30845,61,1,21),(30846,61,2,1),(30847,61,2,2),(30848,61,2,3),(30849,61,2,4),(30850,61,2,5),(30851,61,2,6),(30852,61,2,7),(30853,61,2,8),(30854,61,2,9),(30855,61,2,10),(30856,61,2,11),(30857,61,2,12),(30858,61,2,13),(30859,61,2,14),(30860,61,2,15),(30861,61,2,16),(30862,61,2,17),(30863,61,2,18),(30864,61,2,19),(30865,61,2,20),(30866,61,2,21),(30867,61,2,22),(30868,61,3,1),(30869,61,3,2),(30870,61,3,3),(30871,61,3,4),(30872,61,3,5),(30873,61,3,6),(30874,61,3,7),(30875,61,3,8),(30876,61,3,9),(30877,61,3,10),(30878,61,3,11),(30879,61,3,12),(30880,61,3,13),(30881,61,3,14),(30882,61,3,15),(30883,61,3,16),(30884,61,3,17),(30885,61,3,18),(30886,62,1,1),(30887,62,1,2),(30888,62,1,3),(30889,62,1,4),(30890,62,1,5),(30891,62,1,6),(30892,62,1,7),(30893,62,1,8),(30894,62,1,9),(30895,62,1,10),(30896,62,2,1),(30897,62,2,2),(30898,62,2,3),(30899,62,2,4),(30900,62,2,5),(30901,62,2,6),(30902,62,2,7),(30903,62,2,8),(30904,62,2,9),(30905,62,2,10),(30906,62,2,11),(30907,62,2,12),(30908,62,2,13),(30909,62,2,14),(30910,62,2,15),(30911,62,2,16),(30912,62,2,17),(30913,62,2,18),(30914,62,2,19),(30915,62,2,20),(30916,62,2,21),(30917,62,2,22),(30918,62,2,23),(30919,62,2,24),(30920,62,2,25),(30921,62,2,26),(30922,62,2,27),(30923,62,2,28),(30924,62,2,29),(30925,62,3,1),(30926,62,3,2),(30927,62,3,3),(30928,62,3,4),(30929,62,3,5),(30930,62,3,6),(30931,62,3,7),(30932,62,3,8),(30933,62,3,9),(30934,62,3,10),(30935,62,3,11),(30936,62,3,12),(30937,62,3,13),(30938,62,3,14),(30939,62,3,15),(30940,62,3,16),(30941,62,3,17),(30942,62,3,18),(30943,62,3,19),(30944,62,3,20),(30945,62,3,21),(30946,62,3,22),(30947,62,3,23),(30948,62,3,24),(30949,62,4,1),(30950,62,4,2),(30951,62,4,3),(30952,62,4,4),(30953,62,4,5),(30954,62,4,6),(30955,62,4,7),(30956,62,4,8),(30957,62,4,9),(30958,62,4,10),(30959,62,4,11),(30960,62,4,12),(30961,62,4,13),(30962,62,4,14),(30963,62,4,15),(30964,62,4,16),(30965,62,4,17),(30966,62,4,18),(30967,62,4,19),(30968,62,4,20),(30969,62,4,21),(30970,62,5,1),(30971,62,5,2),(30972,62,5,3),(30973,62,5,4),(30974,62,5,5),(30975,62,5,6),(30976,62,5,7),(30977,62,5,8),(30978,62,5,9),(30979,62,5,10),(30980,62,5,11),(30981,62,5,12),(30982,62,5,13),(30983,62,5,14),(30984,62,5,15),(30985,62,5,16),(30986,62,5,17),(30987,62,5,18),(30988,62,5,19),(30989,62,5,20),(30990,62,5,21),(30991,63,1,1),(30992,63,1,2),(30993,63,1,3),(30994,63,1,4),(30995,63,1,5),(30996,63,1,6),(30997,63,1,7),(30998,63,1,8),(30999,63,1,9),(31000,63,1,10),(31001,63,1,11),(31002,63,1,12),(31003,63,1,13),(31004,64,1,1),(31005,64,1,2),(31006,64,1,3),(31007,64,1,4),(31008,64,1,5),(31009,64,1,6),(31010,64,1,7),(31011,64,1,8),(31012,64,1,9),(31013,64,1,10),(31014,64,1,11),(31015,64,1,12),(31016,64,1,13),(31017,64,1,14),(31018,64,1,15),(31019,65,1,1),(31020,65,1,2),(31021,65,1,3),(31022,65,1,4),(31023,65,1,5),(31024,65,1,6),(31025,65,1,7),(31026,65,1,8),(31027,65,1,9),(31028,65,1,10),(31029,65,1,11),(31030,65,1,12),(31031,65,1,13),(31032,65,1,14),(31033,65,1,15),(31034,65,1,16),(31035,65,1,17),(31036,65,1,18),(31037,65,1,19),(31038,65,1,20),(31039,65,1,21),(31040,65,1,22),(31041,65,1,23),(31042,65,1,24),(31043,65,1,25),(31044,66,1,1),(31045,66,1,2),(31046,66,1,3),(31047,66,1,4),(31048,66,1,5),(31049,66,1,6),(31050,66,1,7),(31051,66,1,8),(31052,66,1,9),(31053,66,1,10),(31054,66,1,11),(31055,66,1,12),(31056,66,1,13),(31057,66,1,14),(31058,66,1,15),(31059,66,1,16),(31060,66,1,17),(31061,66,1,18),(31062,66,1,19),(31063,66,1,20),(31064,66,2,1),(31065,66,2,2),(31066,66,2,3),(31067,66,2,4),(31068,66,2,5),(31069,66,2,6),(31070,66,2,7),(31071,66,2,8),(31072,66,2,9),(31073,66,2,10),(31074,66,2,11),(31075,66,2,12),(31076,66,2,13),(31077,66,2,14),(31078,66,2,15),(31079,66,2,16),(31080,66,2,17),(31081,66,2,18),(31082,66,2,19),(31083,66,2,20),(31084,66,2,21),(31085,66,2,22),(31086,66,2,23),(31087,66,2,24),(31088,66,2,25),(31089,66,2,26),(31090,66,2,27),(31091,66,2,28),(31092,66,2,29),(31093,66,3,1),(31094,66,3,2),(31095,66,3,3),(31096,66,3,4),(31097,66,3,5),(31098,66,3,6),(31099,66,3,7),(31100,66,3,8),(31101,66,3,9),(31102,66,3,10),(31103,66,3,11),(31104,66,3,12),(31105,66,3,13),(31106,66,3,14),(31107,66,3,15),(31108,66,3,16),(31109,66,3,17),(31110,66,3,18),(31111,66,3,19),(31112,66,3,20),(31113,66,3,21),(31114,66,3,22),(31115,66,4,1),(31116,66,4,2),(31117,66,4,3),(31118,66,4,4),(31119,66,4,5),(31120,66,4,6),(31121,66,4,7),(31122,66,4,8),(31123,66,4,9),(31124,66,4,10),(31125,66,4,11),(31126,66,5,1),(31127,66,5,2),(31128,66,5,3),(31129,66,5,4),(31130,66,5,5),(31131,66,5,6),(31132,66,5,7),(31133,66,5,8),(31134,66,5,9),(31135,66,5,10),(31136,66,5,11),(31137,66,5,12),(31138,66,5,13),(31139,66,5,14),(31140,66,6,1),(31141,66,6,2),(31142,66,6,3),(31143,66,6,4),(31144,66,6,5),(31145,66,6,6),(31146,66,6,7),(31147,66,6,8),(31148,66,6,9),(31149,66,6,10),(31150,66,6,11),(31151,66,6,12),(31152,66,6,13),(31153,66,6,14),(31154,66,6,15),(31155,66,6,16),(31156,66,6,17),(31157,66,7,1),(31158,66,7,2),(31159,66,7,3),(31160,66,7,4),(31161,66,7,5),(31162,66,7,6),(31163,66,7,7),(31164,66,7,8),(31165,66,7,9),(31166,66,7,10),(31167,66,7,11),(31168,66,7,12),(31169,66,7,13),(31170,66,7,14),(31171,66,7,15),(31172,66,7,16),(31173,66,7,17),(31174,66,8,1),(31175,66,8,2),(31176,66,8,3),(31177,66,8,4),(31178,66,8,5),(31179,66,8,6),(31180,66,8,7),(31181,66,8,8),(31182,66,8,9),(31183,66,8,10),(31184,66,8,11),(31185,66,8,12),(31186,66,8,13),(31187,66,9,1),(31188,66,9,2),(31189,66,9,3),(31190,66,9,4),(31191,66,9,5),(31192,66,9,6),(31193,66,9,7),(31194,66,9,8),(31195,66,9,9),(31196,66,9,10),(31197,66,9,11),(31198,66,9,12),(31199,66,9,13),(31200,66,9,14),(31201,66,9,15),(31202,66,9,16),(31203,66,9,17),(31204,66,9,18),(31205,66,9,19),(31206,66,9,20),(31207,66,9,21),(31208,66,10,1),(31209,66,10,2),(31210,66,10,3),(31211,66,10,4),(31212,66,10,5),(31213,66,10,6),(31214,66,10,7),(31215,66,10,8),(31216,66,10,9),(31217,66,10,10),(31218,66,10,11),(31219,66,11,1),(31220,66,11,2),(31221,66,11,3),(31222,66,11,4),(31223,66,11,5),(31224,66,11,6),(31225,66,11,7),(31226,66,11,8),(31227,66,11,9),(31228,66,11,10),(31229,66,11,11),(31230,66,11,12),(31231,66,11,13),(31232,66,11,14),(31233,66,11,15),(31234,66,11,16),(31235,66,11,17),(31236,66,11,18),(31237,66,11,19),(31238,66,12,1),(31239,66,12,2),(31240,66,12,3),(31241,66,12,4),(31242,66,12,5),(31243,66,12,6),(31244,66,12,7),(31245,66,12,8),(31246,66,12,9),(31247,66,12,10),(31248,66,12,11),(31249,66,12,12),(31250,66,12,13),(31251,66,12,14),(31252,66,12,15),(31253,66,12,16),(31254,66,12,17),(31255,66,13,1),(31256,66,13,2),(31257,66,13,3),(31258,66,13,4),(31259,66,13,5),(31260,66,13,6),(31261,66,13,7),(31262,66,13,8),(31263,66,13,9),(31264,66,13,10),(31265,66,13,11),(31266,66,13,12),(31267,66,13,13),(31268,66,13,14),(31269,66,13,15),(31270,66,13,16),(31271,66,13,17),(31272,66,13,18),(31273,66,14,1),(31274,66,14,2),(31275,66,14,3),(31276,66,14,4),(31277,66,14,5),(31278,66,14,6),(31279,66,14,7),(31280,66,14,8),(31281,66,14,9),(31282,66,14,10),(31283,66,14,11),(31284,66,14,12),(31285,66,14,13),(31286,66,14,14),(31287,66,14,15),(31288,66,14,16),(31289,66,14,17),(31290,66,14,18),(31291,66,14,19),(31292,66,14,20),(31293,66,15,1),(31294,66,15,2),(31295,66,15,3),(31296,66,15,4),(31297,66,15,5),(31298,66,15,6),(31299,66,15,7),(31300,66,15,8),(31301,66,16,1),(31302,66,16,2),(31303,66,16,3),(31304,66,16,4),(31305,66,16,5),(31306,66,16,6),(31307,66,16,7),(31308,66,16,8),(31309,66,16,9),(31310,66,16,10),(31311,66,16,11),(31312,66,16,12),(31313,66,16,13),(31314,66,16,14),(31315,66,16,15),(31316,66,16,16),(31317,66,16,17),(31318,66,16,18),(31319,66,16,19),(31320,66,16,20),(31321,66,16,21),(31322,66,17,1),(31323,66,17,2),(31324,66,17,3),(31325,66,17,4),(31326,66,17,5),(31327,66,17,6),(31328,66,17,7),(31329,66,17,8),(31330,66,17,9),(31331,66,17,10),(31332,66,17,11),(31333,66,17,12),(31334,66,17,13),(31335,66,17,14),(31336,66,17,15),(31337,66,17,16),(31338,66,17,17),(31339,66,17,18),(31340,66,18,1),(31341,66,18,2),(31342,66,18,3),(31343,66,18,4),(31344,66,18,5),(31345,66,18,6),(31346,66,18,7),(31347,66,18,8),(31348,66,18,9),(31349,66,18,10),(31350,66,18,11),(31351,66,18,12),(31352,66,18,13),(31353,66,18,14),(31354,66,18,15),(31355,66,18,16),(31356,66,18,17),(31357,66,18,18),(31358,66,18,19),(31359,66,18,20),(31360,66,18,21),(31361,66,18,22),(31362,66,18,23),(31363,66,18,24),(31364,66,19,1),(31365,66,19,2),(31366,66,19,3),(31367,66,19,4),(31368,66,19,5),(31369,66,19,6),(31370,66,19,7),(31371,66,19,8),(31372,66,19,9),(31373,66,19,10),(31374,66,19,11),(31375,66,19,12),(31376,66,19,13),(31377,66,19,14),(31378,66,19,15),(31379,66,19,16),(31380,66,19,17),(31381,66,19,18),(31382,66,19,19),(31383,66,19,20),(31384,66,19,21),(31385,66,20,1),(31386,66,20,2),(31387,66,20,3),(31388,66,20,4),(31389,66,20,5),(31390,66,20,6),(31391,66,20,7),(31392,66,20,8),(31393,66,20,9),(31394,66,20,10),(31395,66,20,11),(31396,66,20,12),(31397,66,20,13),(31398,66,20,14),(31399,66,20,15),(31400,66,21,1),(31401,66,21,2),(31402,66,21,3),(31403,66,21,4),(31404,66,21,5),(31405,66,21,6),(31406,66,21,7),(31407,66,21,8),(31408,66,21,9),(31409,66,21,10),(31410,66,21,11),(31411,66,21,12),(31412,66,21,13),(31413,66,21,14),(31414,66,21,15),(31415,66,21,16),(31416,66,21,17),(31417,66,21,18),(31418,66,21,19),(31419,66,21,20),(31420,66,21,21),(31421,66,21,22),(31422,66,21,23),(31423,66,21,24),(31424,66,21,25),(31425,66,21,26),(31426,66,21,27),(31427,66,22,1),(31428,66,22,2),(31429,66,22,3),(31430,66,22,4),(31431,66,22,5),(31432,66,22,6),(31433,66,22,7),(31434,66,22,8),(31435,66,22,9),(31436,66,22,10),(31437,66,22,11),(31438,66,22,12),(31439,66,22,13),(31440,66,22,14),(31441,66,22,15),(31442,66,22,16),(31443,66,22,17),(31444,66,22,18),(31445,66,22,19),(31446,66,22,20),(31447,66,22,21);
/*!40000 ALTER TABLE `wp_sermon_thebible` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `path_hash` char(32) DEFAULT NULL,
  `resize` varchar(55) DEFAULT NULL,
  `lossy` varchar(55) DEFAULT NULL,
  `error` varchar(55) DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

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

--
-- Table structure for table `wp_tec_events`
--

DROP TABLE IF EXISTS `wp_tec_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_events` (
  `event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `end_date` varchar(19) DEFAULT NULL,
  `timezone` varchar(30) NOT NULL DEFAULT 'UTC',
  `start_date_utc` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) DEFAULT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `hash` varchar(40) NOT NULL,
  PRIMARY KEY (`event_id`),
  UNIQUE KEY `post_id` (`post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tec_events`
--

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

--
-- Table structure for table `wp_tec_occurrences`
--

DROP TABLE IF EXISTS `wp_tec_occurrences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_occurrences` (
  `occurrence_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_id` bigint(20) unsigned NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `start_date_utc` varchar(19) NOT NULL,
  `end_date` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) NOT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `hash` varchar(40) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`occurrence_id`),
  UNIQUE KEY `hash` (`hash`),
  KEY `event_id` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tec_occurrences`
--

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

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (115,13,0),(128,20,0),(295,16,0),(640,18,0),(930,15,0),(990,19,0),(992,10,0),(1228,12,0),(1324,21,0),(1326,21,0),(1328,22,0),(1330,22,0),(1332,21,0),(1333,21,0),(1335,21,0),(1356,21,0),(1357,23,0),(1444,21,0),(1450,21,0),(1460,21,0),(1464,21,0),(1470,21,0),(1511,21,0),(1512,21,0),(1513,21,0),(1597,24,0),(1672,25,0),(1672,28,0),(1795,26,0),(1830,27,0),(2022,30,0),(2458,66,0),(2458,77,0),(2458,121,0),(2459,66,0),(2459,77,0),(2459,121,0),(2460,67,0),(2460,77,0),(2460,121,0),(2461,68,0),(2461,78,0),(2461,121,0),(2462,68,0),(2462,78,0),(2462,121,0),(2463,67,0),(2463,77,0),(2463,121,0),(2464,68,0),(2464,78,0),(2464,123,0),(2465,68,0),(2465,78,0),(2465,123,0),(2466,68,0),(2466,78,0),(2466,123,0),(2467,68,0),(2467,78,0),(2467,123,0),(2468,68,0),(2468,79,0),(2468,123,0),(2469,68,0),(2469,78,0),(2469,121,0),(2470,68,0),(2470,80,0),(2470,121,0),(2471,68,0),(2471,80,0),(2471,121,0),(2472,68,0),(2472,80,0),(2472,121,0),(2473,68,0),(2473,81,0),(2473,121,0),(2474,68,0),(2474,82,0),(2474,121,0),(2475,68,0),(2475,82,0),(2475,121,0),(2476,68,0),(2476,82,0),(2476,121,0),(2477,66,0),(2477,81,0),(2477,121,0),(2478,68,0),(2478,82,0),(2478,121,0),(2479,68,0),(2479,82,0),(2479,121,0),(2480,68,0),(2480,83,0),(2480,121,0),(2481,69,0),(2481,84,0),(2481,121,0),(2482,68,0),(2482,83,0),(2482,121,0),(2483,68,0),(2483,83,0),(2483,121,0),(2484,68,0),(2484,83,0),(2484,121,0),(2485,68,0),(2485,83,0),(2485,121,0),(2486,68,0),(2486,83,0),(2486,121,0),(2487,68,0),(2487,83,0),(2487,121,0),(2488,68,0),(2488,83,0),(2488,121,0),(2489,68,0),(2489,86,0),(2489,121,0),(2490,68,0),(2490,86,0),(2490,121,0),(2491,68,0),(2491,86,0),(2491,121,0),(2492,66,0),(2492,81,0),(2492,121,0),(2493,68,0),(2493,88,0),(2493,121,0),(2494,68,0),(2494,88,0),(2494,121,0),(2495,68,0),(2495,88,0),(2495,121,0),(2496,68,0),(2496,88,0),(2496,121,0),(2497,68,0),(2497,89,0),(2497,121,0),(2498,68,0),(2498,89,0),(2498,121,0),(2499,68,0),(2499,89,0),(2499,121,0),(2500,68,0),(2500,89,0),(2500,121,0),(2501,68,0),(2501,89,0),(2501,121,0),(2502,68,0),(2502,89,0),(2502,121,0),(2503,66,0),(2503,89,0),(2503,121,0),(2504,68,0),(2504,90,0),(2504,121,0),(2505,68,0),(2505,90,0),(2505,121,0),(2506,68,0),(2506,79,0),(2506,121,0),(2507,68,0),(2507,91,0),(2507,121,0),(2508,68,0),(2508,91,0),(2508,121,0),(2509,68,0),(2509,91,0),(2509,121,0),(2510,68,0),(2510,92,0),(2510,121,0),(2511,68,0),(2511,92,0),(2511,121,0),(2512,68,0),(2512,92,0),(2512,121,0),(2513,68,0),(2513,92,0),(2513,121,0),(2514,70,0),(2514,77,0),(2514,121,0),(2515,66,0),(2515,81,0),(2515,123,0),(2516,68,0),(2516,93,0),(2516,121,0),(2517,68,0),(2517,93,0),(2517,121,0),(2518,68,0),(2518,93,0),(2518,121,0),(2519,68,0),(2519,94,0),(2519,121,0),(2520,68,0),(2520,94,0),(2520,121,0),(2521,68,0),(2521,95,0),(2521,121,0),(2522,68,0),(2522,95,0),(2522,121,0),(2523,68,0),(2523,94,0),(2523,121,0),(2524,68,0),(2524,95,0),(2524,121,0),(2525,66,0),(2525,81,0),(2525,121,0),(2526,68,0),(2526,97,0),(2526,121,0),(2527,68,0),(2527,97,0),(2527,121,0),(2528,68,0),(2528,97,0),(2528,121,0),(2529,68,0),(2529,97,0),(2529,121,0),(2530,68,0),(2530,97,0),(2530,121,0),(2531,68,0),(2531,97,0),(2531,121,0),(2532,68,0),(2532,97,0),(2532,121,0),(2533,68,0),(2533,85,0),(2533,121,0),(2534,66,0),(2534,85,0),(2534,121,0),(2535,68,0),(2535,98,0),(2535,121,0),(2536,68,0),(2536,98,0),(2536,121,0),(2537,68,0),(2537,98,0),(2537,121,0),(2538,68,0),(2538,98,0),(2538,121,0),(2539,68,0),(2539,98,0),(2539,121,0),(2540,68,0),(2540,99,0),(2540,121,0),(2541,68,0),(2541,99,0),(2541,121,0),(2542,68,0),(2542,99,0),(2542,121,0),(2543,68,0),(2543,99,0),(2543,121,0),(2544,66,0),(2544,81,0),(2544,121,0),(2545,68,0),(2545,100,0),(2545,121,0),(2546,68,0),(2546,79,0),(2546,121,0),(2547,68,0),(2547,101,0),(2547,121,0),(2548,68,0),(2548,101,0),(2548,121,0),(2549,68,0),(2549,102,0),(2549,121,0),(2550,66,0),(2550,81,0),(2550,121,0),(2551,68,0),(2551,102,0),(2551,121,0),(2552,68,0),(2552,102,0),(2552,121,0),(2553,68,0),(2553,102,0),(2553,121,0),(2554,68,0),(2554,103,0),(2554,121,0),(2555,66,0),(2555,81,0),(2555,121,0),(2556,68,0),(2556,104,0),(2556,121,0),(2557,68,0),(2557,104,0),(2557,121,0),(2558,66,0),(2558,81,0),(2558,121,0),(2559,68,0),(2559,104,0),(2559,121,0),(2560,71,0),(2560,105,0),(2560,121,0),(2561,72,0),(2561,81,0),(2561,121,0),(2562,68,0),(2562,81,0),(2562,121,0),(2563,68,0),(2563,106,0),(2563,121,0),(2564,68,0),(2564,106,0),(2564,121,0),(2565,68,0),(2565,106,0),(2565,121,0),(2566,73,0),(2566,81,0),(2566,121,0),(2567,68,0),(2567,107,0),(2567,121,0),(2568,68,0),(2568,107,0),(2568,121,0),(2569,68,0),(2569,107,0),(2569,121,0),(2570,68,0),(2570,107,0),(2570,121,0),(2571,74,0),(2571,81,0),(2571,121,0),(2572,68,0),(2572,108,0),(2572,121,0),(2573,68,0),(2573,85,0),(2573,121,0),(2574,68,0),(2574,109,0),(2574,121,0),(2575,68,0),(2575,109,0),(2575,121,0),(2576,68,0),(2576,109,0),(2576,121,0),(2577,68,0),(2577,109,0),(2577,121,0),(2578,68,0),(2578,85,0),(2578,124,0),(2579,66,0),(2579,81,0),(2579,121,0),(2580,68,0),(2580,109,0),(2580,121,0),(2581,68,0),(2581,109,0),(2581,121,0),(2582,66,0),(2582,81,0),(2582,121,0),(2583,68,0),(2583,109,0),(2583,121,0),(2584,68,0),(2584,109,0),(2584,121,0),(2585,68,0),(2585,109,0),(2585,121,0),(2586,68,0),(2586,109,0),(2586,121,0),(2587,68,0),(2587,81,0),(2587,121,0),(2588,68,0),(2588,81,0),(2588,121,0),(2589,68,0),(2589,109,0),(2589,121,0),(2590,66,0),(2590,81,0),(2590,121,0),(2591,68,0),(2591,111,0),(2591,121,0),(2592,68,0),(2592,111,0),(2592,121,0),(2593,68,0),(2593,111,0),(2593,121,0),(2594,66,0),(2594,81,0),(2594,121,0),(2595,68,0),(2595,79,0),(2595,121,0),(2596,68,0),(2596,112,0),(2596,121,0),(2597,66,0),(2597,81,0),(2597,121,0),(2598,68,0),(2598,112,0),(2598,121,0),(2599,68,0),(2599,113,0),(2599,121,0),(2600,68,0),(2600,113,0),(2600,121,0),(2601,68,0),(2601,113,0),(2601,121,0),(2602,68,0),(2602,113,0),(2602,121,0),(2603,66,0),(2603,81,0),(2603,121,0),(2604,75,0),(2604,81,0),(2604,121,0),(2605,68,0),(2605,83,0),(2605,121,0),(2606,68,0),(2606,83,0),(2606,121,0),(2607,68,0),(2607,83,0),(2607,121,0),(2608,68,0),(2608,83,0),(2608,121,0),(2609,68,0),(2609,83,0),(2609,121,0),(2610,68,0),(2610,114,0),(2610,121,0),(2611,68,0),(2611,114,0),(2611,121,0),(2612,68,0),(2612,114,0),(2612,121,0),(2613,68,0),(2613,114,0),(2613,121,0),(2614,68,0),(2614,114,0),(2614,121,0),(2615,68,0),(2615,107,0),(2615,123,0),(2616,68,0),(2616,114,0),(2616,121,0),(2617,68,0),(2617,115,0),(2617,121,0),(2618,66,0),(2618,81,0),(2618,121,0),(2619,68,0),(2619,114,0),(2619,121,0),(2620,76,0),(2620,81,0),(2620,121,0),(2621,68,0),(2621,116,0),(2621,121,0),(2622,68,0),(2622,108,0),(2622,121,0),(2623,68,0),(2623,116,0),(2623,121,0),(2624,68,0),(2624,116,0),(2624,121,0),(2625,68,0),(2625,116,0),(2625,121,0),(2626,68,0),(2626,85,0),(2626,123,0),(2627,66,0),(2627,81,0),(2627,121,0),(2628,68,0),(2628,118,0),(2628,121,0),(2629,68,0),(2629,118,0),(2629,121,0),(2630,68,0),(2630,118,0),(2630,121,0),(2631,68,0),(2631,119,0),(2631,121,0),(2632,68,0),(2632,118,0),(2632,121,0),(2633,68,0),(2633,118,0),(2633,121,0),(2634,66,0),(2634,81,0),(2634,121,0),(2635,68,0),(2635,120,0),(2635,121,0),(2636,68,0),(2636,120,0),(2636,121,0),(2651,21,0),(2730,125,0),(3999,129,0),(3999,130,0),(4001,129,0),(4001,130,0),(4009,129,0),(4009,130,0),(4035,129,0),(4035,130,0),(4042,129,0),(4042,130,0),(4047,129,0),(4047,130,0),(4050,129,0),(4050,133,0),(4066,133,0),(4066,155,0),(4073,129,0),(4073,133,0),(4079,129,0),(4079,133,0),(4087,129,0),(4087,156,0),(4098,156,0),(4098,157,0),(4100,129,0),(4100,156,0),(4123,129,0),(4123,156,0),(4127,129,0),(4127,156,0),(4133,158,0),(4133,159,0),(4141,129,0),(4141,160,0),(4157,129,0),(4157,160,0),(4163,129,0),(4163,160,0),(4170,129,0),(4170,160,0),(4175,129,0),(4175,160,0),(4185,129,0),(4185,160,0),(4188,157,0),(4188,160,0),(4195,129,0),(4195,161,0),(4213,129,0),(4213,161,0),(4224,129,0),(4224,161,0),(4227,129,0),(4227,161,0),(4230,129,0),(4230,162,0),(4234,129,0),(4234,162,0),(4242,129,0),(4242,162,0),(4247,129,0),(4247,162,0),(4253,155,0),(4253,162,0),(4257,129,0),(4257,162,0),(4261,129,0),(4261,162,0),(4266,129,0),(4266,162,0),(4272,129,0),(4272,162,0),(4277,129,0),(4277,162,0),(4282,125,0),(4285,129,0),(4285,162,0),(4292,163,0),(4301,155,0),(4301,158,0),(4307,129,0),(4307,162,0),(4313,129,0),(4313,162,0),(4322,129,0),(4322,162,0),(4329,129,0),(4329,162,0),(4337,129,0),(4337,162,0),(4344,129,0),(4344,162,0),(4346,129,0),(4346,162,0),(4353,129,0),(4353,164,0),(4361,129,0),(4361,164,0),(4363,129,0),(4363,164,0),(4370,129,0),(4370,164,0),(4376,129,0),(4376,167,0),(4382,129,0),(4382,167,0),(4409,129,0),(4409,167,0),(4414,129,0),(4414,168,0),(4419,129,0),(4419,168,0),(4424,131,0),(4424,132,0),(4427,21,0),(4429,129,0),(4429,169,0),(4434,129,0),(4434,169,0),(4460,129,0),(4460,169,0),(4474,129,0),(4474,169,0),(4478,158,0),(4478,159,0),(4485,129,0),(4485,170,0),(4493,129,0),(4493,170,0),(4500,129,0),(4500,170,0),(4502,129,0),(4502,170,0),(4506,157,0),(4506,158,0),(4519,129,0),(4519,170,0),(4525,129,0),(4525,171,0),(4530,129,0),(4530,171,0),(4536,129,0),(4536,171,0),(4543,129,0),(4543,171,0),(4548,129,0),(4548,171,0),(4552,129,0),(4552,171,0),(4559,129,0),(4559,171,0),(4564,129,0),(4564,173,0),(4569,129,0),(4569,173,0),(4573,129,0),(4573,173,0),(4579,129,0),(4579,173,0),(4587,129,0),(4587,173,0),(4589,158,0),(4589,159,0),(4596,129,0),(4596,173,0),(4602,129,0),(4602,173,0),(4607,158,0),(4607,174,0),(4613,129,0),(4613,173,0),(4618,129,0),(4618,175,0),(4624,129,0),(4624,175,0),(4630,129,0),(4630,175,0),(4635,129,0),(4635,175,0),(4641,129,0),(4641,175,0),(4648,158,0),(4648,176,0),(4654,129,0),(4654,177,0),(4661,158,0),(4661,178,0),(4667,129,0),(4667,177,0),(4675,159,0),(4675,179,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'slide-page','',0,1),(12,12,'slide-page','',0,1),(13,13,'slide-page','',0,1),(15,15,'slide-page','',0,1),(16,16,'slide-page','',0,1),(17,17,'slide-page','',0,0),(18,18,'slide-page','',0,1),(19,19,'slide-page','',0,1),(20,20,'slide-page','',0,1),(21,21,'nav_menu','',0,16),(22,22,'nav_menu','',0,2),(23,23,'slide-page','',0,1),(24,24,'slide-page','',0,1),(25,25,'slide-page','',0,1),(26,26,'element_category','',0,1),(27,27,'slide-page','',0,1),(28,28,'slide-page','',0,1),(30,30,'slide-page','',0,1),(31,31,'slide-page','',0,0),(33,33,'wpfc_bible_book','',0,0),(34,34,'wpfc_bible_book','',0,0),(35,35,'wpfc_bible_book','',0,0),(36,36,'wpfc_bible_book','',0,0),(37,37,'wpfc_bible_book','',0,0),(38,38,'wpfc_bible_book','',0,0),(39,39,'wpfc_bible_book','',0,0),(40,40,'wpfc_bible_book','',0,0),(41,41,'wpfc_bible_book','',0,0),(42,42,'wpfc_bible_book','',0,0),(43,43,'wpfc_bible_book','',0,0),(44,44,'wpfc_bible_book','',0,0),(45,45,'wpfc_bible_book','',0,0),(46,46,'wpfc_bible_book','',0,0),(47,47,'wpfc_bible_book','',0,0),(48,48,'wpfc_bible_book','',0,0),(49,49,'wpfc_bible_book','',0,0),(50,50,'wpfc_bible_book','',0,0),(51,51,'wpfc_bible_book','',0,0),(52,52,'wpfc_bible_book','',0,0),(53,53,'wpfc_bible_book','',0,0),(54,54,'wpfc_bible_book','',0,0),(55,55,'wpfc_bible_book','',0,0),(56,56,'wpfc_bible_book','',0,0),(57,57,'wpfc_bible_book','',0,0),(58,58,'wpfc_bible_book','',0,0),(59,59,'wpfc_bible_book','',0,0),(60,60,'wpfc_bible_book','',0,0),(61,61,'wpfc_bible_book','',0,0),(62,62,'wpfc_bible_book','',0,0),(63,63,'wpfc_bible_book','',0,0),(64,64,'wpfc_bible_book','',0,0),(65,65,'wpfc_bible_book','',0,0),(66,66,'wpfc_preacher','',0,21),(67,67,'wpfc_preacher','',0,2),(68,68,'wpfc_preacher','',0,148),(69,69,'wpfc_preacher','',0,1),(70,70,'wpfc_preacher','',0,1),(71,71,'wpfc_preacher','',0,1),(72,72,'wpfc_preacher','',0,1),(73,73,'wpfc_preacher','',0,1),(74,74,'wpfc_preacher','',0,1),(75,75,'wpfc_preacher','',0,1),(76,76,'wpfc_preacher','',0,1),(77,77,'wpfc_sermon_series','',0,5),(78,78,'wpfc_sermon_series','',0,7),(79,79,'wpfc_sermon_series','',0,4),(80,80,'wpfc_sermon_series','',0,3),(81,81,'wpfc_sermon_series','',0,26),(82,82,'wpfc_sermon_series','',0,5),(83,83,'wpfc_sermon_series','',0,13),(84,84,'wpfc_sermon_series','',0,1),(85,85,'wpfc_sermon_series','',0,5),(86,86,'wpfc_sermon_series','',0,3),(87,87,'wpfc_sermon_series','',0,0),(88,88,'wpfc_sermon_series','',0,4),(89,89,'wpfc_sermon_series','',0,7),(90,90,'wpfc_sermon_series','',0,2),(91,91,'wpfc_sermon_series','',0,3),(92,92,'wpfc_sermon_series','',0,4),(93,93,'wpfc_sermon_series','',0,3),(94,94,'wpfc_sermon_series','',0,3),(95,95,'wpfc_sermon_series','',0,3),(96,96,'wpfc_sermon_series','',0,0),(97,97,'wpfc_sermon_series','',0,7),(98,98,'wpfc_sermon_series','',0,5),(99,99,'wpfc_sermon_series','',0,4),(100,100,'wpfc_sermon_series','',0,1),(101,101,'wpfc_sermon_series','',0,2),(102,102,'wpfc_sermon_series','',0,4),(103,103,'wpfc_sermon_series','',0,1),(104,104,'wpfc_sermon_series','',0,3),(105,105,'wpfc_sermon_series','',0,1),(106,106,'wpfc_sermon_series','',0,3),(107,107,'wpfc_sermon_series','',0,5),(108,108,'wpfc_sermon_series','',0,2),(109,109,'wpfc_sermon_series','',0,11),(110,110,'wpfc_sermon_series','',0,0),(111,111,'wpfc_sermon_series','',0,3),(112,112,'wpfc_sermon_series','',0,2),(113,113,'wpfc_sermon_series','',0,4),(114,114,'wpfc_sermon_series','',0,7),(115,115,'wpfc_sermon_series','',0,1),(116,116,'wpfc_sermon_series','',0,4),(117,117,'wpfc_sermon_series','',0,0),(118,118,'wpfc_sermon_series','',0,5),(119,119,'wpfc_sermon_series','',0,1),(120,120,'wpfc_sermon_series','',0,2),(121,121,'wpfc_service_type','',0,170),(122,122,'wpfc_service_type','',0,0),(123,123,'wpfc_service_type','',0,8),(124,124,'wpfc_service_type','',0,1),(125,125,'fusion_tb_category','',0,2),(126,126,'monsterinsights_note_category','',0,0),(127,127,'monsterinsights_note_category','',0,0),(128,128,'monsterinsights_note_category','',0,0),(129,129,'sermon_speaker','',0,80),(130,130,'sermon_series','',0,6),(131,131,'calendar_feed','',0,1),(132,132,'calendar_type','',0,1),(133,133,'sermon_series','',0,4),(134,134,'category','',0,0),(135,135,'category','',0,0),(136,136,'category','',0,0),(137,137,'post_tag','',0,0),(138,138,'post_tag','',0,0),(139,139,'post_tag','',0,0),(140,140,'post_tag','',0,0),(141,141,'post_format','',0,0),(142,142,'post_format','',0,0),(143,143,'post_format','',0,0),(144,144,'post_format','',0,0),(145,145,'post_format','',0,0),(146,146,'post_tag','',0,0),(147,147,'category','',0,0),(148,148,'post_tag','',0,0),(149,149,'post_tag','',0,0),(150,150,'post_tag','',0,0),(151,151,'post_tag','',0,0),(152,152,'post_tag','',0,0),(153,153,'post_tag','',0,0),(154,154,'post_tag','',0,0),(155,155,'sermon_speaker','',0,3),(156,156,'sermon_series','',0,5),(157,157,'sermon_speaker','',0,3),(158,158,'sermon_series','',0,8),(159,159,'sermon_speaker','',0,4),(160,160,'sermon_series','',0,7),(161,161,'sermon_series','',0,4),(162,162,'sermon_series','',0,18),(163,163,'sermon_speaker','',0,1),(164,164,'sermon_series','',0,4),(165,165,'sc_event_category','The default calendar events will be added to.',0,0),(166,166,'sc_event_category','',0,0),(167,167,'sermon_series','',0,3),(168,168,'sermon_series','',0,2),(169,169,'sermon_series','',0,4),(170,170,'sermon_series','',0,5),(171,171,'sermon_series','',0,7),(172,172,'sermon_series','',0,0),(173,173,'sermon_series','',0,8),(174,174,'sermon_speaker','',0,1),(175,175,'sermon_series','',0,5),(176,176,'sermon_speaker','',0,1),(177,177,'sermon_series','',0,2),(178,178,'sermon_speaker','',163,1),(179,179,'sermon_series','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,10,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(3,27,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"550px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\".7\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(4,12,'fusion_slider_options','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(5,13,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(6,30,'fusion_slider_options','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\".7\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}'),(7,31,'fusion_slider_options','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\".7\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}'),(8,15,'fusion_slider_options','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(9,25,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(10,16,'fusion_slider_options','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(11,17,'fusion_slider_options','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(12,18,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(13,24,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(14,19,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(15,28,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"550px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(16,23,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(17,20,'fusion_slider_options','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(19,30,'_fusion','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:2:\".7\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:20:\"slider_content_width\";s:0:\"\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";}'),(20,18,'_fusion','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:0:\"\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:20:\"slider_content_width\";s:0:\"\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}'),(21,19,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(22,28,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"550px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(23,23,'_fusion','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:20:\"slider_content_width\";s:0:\"\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}'),(24,13,'_fusion','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:20:\"slider_content_width\";s:0:\"\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}'),(25,10,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(26,1,'_fusion','a:0:{}'),(27,25,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(28,24,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(29,2,'_fusion','a:0:{}'),(31,20,'_fusion','a:13:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(32,125,'_fusion','a:0:{}'),(33,2638,'_fusion','a:0:{}'),(34,3308,'_fusion','a:0:{}'),(35,1441,'_fusion','a:0:{}'),(36,3318,'_fusion','a:0:{}'),(37,3321,'_fusion','a:0:{}'),(38,3324,'_fusion','a:0:{}'),(39,2436,'_fusion','a:0:{}'),(40,40,'_fusion','a:0:{}'),(41,2022,'_fusion','a:0:{}'),(42,1458,'_fusion','a:0:{}'),(43,26,'_fusion','a:0:{}'),(44,1795,'_fusion','a:0:{}'),(45,16,'_fusion','a:13:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(46,2772,'_fusion','a:0:{}'),(47,613,'_fusion','a:0:{}'),(48,1471,'_fusion','a:0:{}'),(49,12,'_fusion','a:13:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(50,1204,'_fusion','a:0:{}'),(51,640,'_fusion','a:0:{}'),(52,1354,'_fusion','a:0:{}'),(53,611,'_fusion','a:0:{}'),(54,609,'_fusion','a:0:{}'),(55,1448,'_fusion','a:0:{}'),(56,1950,'_fusion','a:0:{}'),(57,1834,'_fusion','a:0:{}'),(58,2118,'_fusion','a:0:{}'),(59,115,'_fusion','a:0:{}'),(60,1357,'_fusion','a:0:{}'),(61,992,'_fusion','a:0:{}'),(62,990,'_fusion','a:0:{}'),(63,4,'_fusion','a:0:{}'),(64,1465,'_fusion','a:0:{}'),(65,1462,'_fusion','a:0:{}'),(66,1597,'_fusion','a:0:{}'),(67,3773,'_fusion','a:0:{}'),(68,3870,'_fusion','a:0:{}'),(69,3975,'_fusion','a:0:{}'),(70,665,'_fusion','a:0:{}'),(71,651,'_fusion','a:0:{}'),(72,3999,'_fusion','a:0:{}'),(73,129,'speaker-taxonomy-image-id','0'),(74,4001,'_fusion','a:0:{}'),(75,4009,'_fusion','a:0:{}'),(76,3320,'_fusion','a:0:{}'),(77,130,'_fusion','a:0:{}'),(78,130,'series-taxonomy-image-id','4012'),(79,129,'_fusion','a:0:{}'),(80,1453,'_fusion','a:0:{}'),(81,2730,'_fusion','a:0:{}'),(82,5,'_fusion','a:0:{}'),(83,4025,'_fusion','a:0:{}'),(84,4027,'_fusion','a:0:{}'),(85,4030,'_fusion','a:0:{}'),(86,4035,'_fusion','a:0:{}'),(87,4042,'_fusion','a:0:{}'),(88,655,'_fusion','a:0:{}'),(89,4047,'_fusion','a:0:{}'),(90,4050,'_fusion','a:0:{}'),(91,133,'_fusion','a:0:{}'),(92,4060,'_fusion','a:0:{}'),(93,153,'_fusion','a:0:{}'),(94,152,'_fusion','a:0:{}'),(95,148,'_fusion','a:0:{}'),(96,146,'_fusion','a:0:{}'),(97,137,'_fusion','a:0:{}'),(98,149,'_fusion','a:0:{}'),(99,138,'_fusion','a:0:{}'),(100,139,'_fusion','a:0:{}'),(101,140,'_fusion','a:0:{}'),(102,134,'_fusion','a:0:{}'),(103,135,'_fusion','a:0:{}'),(104,136,'_fusion','a:0:{}'),(105,4066,'_fusion','a:0:{}'),(106,150,'_fusion','a:0:{}'),(107,155,'_fusion','a:0:{}'),(108,4073,'_fusion','a:0:{}'),(109,151,'_fusion','a:0:{}'),(110,154,'_fusion','a:0:{}'),(111,4079,'_fusion','a:0:{}'),(112,4087,'_fusion','a:0:{}'),(113,156,'_fusion','a:0:{}'),(114,4093,'_fusion','a:0:{}'),(115,4098,'_fusion','a:0:{}'),(116,4100,'_fusion','a:0:{}'),(117,157,'asp_term_order','0'),(118,157,'_fusion','a:0:{}'),(119,4105,'_fusion','a:0:{}'),(120,44,'_fusion','a:0:{}'),(121,4119,'_fusion','a:0:{}'),(122,4123,'_fusion','a:0:{}'),(123,4127,'_fusion','a:0:{}'),(124,158,'asp_term_order','6'),(125,159,'asp_term_order','0'),(126,4133,'_fusion','a:0:{}'),(127,158,'_fusion','a:0:{}'),(128,159,'_fusion','a:0:{}'),(129,160,'asp_term_order','5'),(130,4141,'_fusion','a:0:{}'),(131,160,'_fusion','a:0:{}'),(132,4157,'_fusion','a:0:{}'),(133,4116,'_fusion','a:0:{}'),(134,4163,'_fusion','a:0:{}'),(135,4170,'_fusion','a:0:{}'),(136,4175,'_fusion','a:0:{}'),(137,4185,'_fusion','a:0:{}'),(138,4188,'_fusion','a:0:{}'),(139,161,'asp_term_order','2'),(140,4195,'_fusion','a:0:{}'),(141,161,'_fusion','a:0:{}'),(142,4201,'_fusion','a:0:{}'),(143,653,'_fusion','a:0:{}'),(144,4213,'_fusion','a:0:{}'),(145,4224,'_fusion','a:0:{}'),(146,4227,'_fusion','a:0:{}'),(147,162,'asp_term_order','0'),(148,162,'series-taxonomy-image-id','4229'),(149,130,'asp_term_order','1'),(150,156,'asp_term_order','3'),(151,133,'asp_term_order','4'),(152,4230,'_fusion','a:0:{}'),(153,162,'_fusion','a:0:{}'),(154,4234,'_fusion','a:0:{}'),(155,4242,'_fusion','a:0:{}'),(156,4247,'_fusion','a:0:{}'),(157,4253,'_fusion','a:0:{}'),(158,4257,'_fusion','a:0:{}'),(159,4261,'_fusion','a:0:{}'),(160,4266,'_fusion','a:0:{}'),(161,4272,'_fusion','a:0:{}'),(162,4277,'_fusion','a:0:{}'),(163,4282,'_fusion','a:0:{}'),(164,4285,'_fusion','a:0:{}'),(165,163,'asp_term_order','0'),(166,4292,'_fusion','a:0:{}'),(167,163,'_fusion','a:0:{}'),(168,4301,'_fusion','a:0:{}'),(169,4307,'_fusion','a:0:{}'),(170,4313,'_fusion','a:0:{}'),(171,4322,'_fusion','a:0:{}'),(172,4329,'_fusion','a:0:{}'),(173,4337,'_fusion','a:0:{}'),(174,4344,'_fusion','a:0:{}'),(175,4346,'_fusion','a:0:{}'),(176,847,'_fusion','a:0:{}'),(177,164,'asp_term_order','0'),(178,4353,'_fusion','a:0:{}'),(179,164,'_fusion','a:0:{}'),(180,4361,'_fusion','a:0:{}'),(181,4363,'_fusion','a:0:{}'),(182,165,'color','#5685BD'),(183,166,'color','#fe9e68'),(184,4366,'_fusion','a:0:{}'),(185,4370,'_fusion','a:0:{}'),(186,167,'asp_term_order','0'),(187,4376,'_fusion','a:0:{}'),(188,167,'_fusion','a:0:{}'),(189,4382,'_fusion','a:0:{}'),(190,4369,'_fusion','a:0:{}'),(191,4389,'_fusion','a:0:{}'),(192,4390,'_fusion','a:0:{}'),(193,4401,'_fusion','a:0:{}'),(194,4406,'_fusion','a:0:{}'),(195,4409,'_fusion','a:0:{}'),(196,168,'asp_term_order','0'),(197,4414,'_fusion','a:0:{}'),(198,168,'_fusion','a:0:{}'),(199,4419,'_fusion','a:0:{}'),(200,4424,'_fusion','a:0:{}'),(201,4425,'_fusion','a:0:{}'),(202,169,'asp_term_order','0'),(203,4429,'_fusion','a:0:{}'),(204,169,'_fusion','a:0:{}'),(205,4434,'_fusion','a:0:{}'),(206,4460,'_fusion','a:0:{}'),(207,4463,'_fusion','a:0:{}'),(208,4469,'_fusion','a:0:{}'),(209,4470,'_fusion','a:0:{}'),(210,4471,'_fusion','a:0:{}'),(211,4474,'_fusion','a:0:{}'),(212,4476,'_fusion','a:0:{}'),(213,4477,'_fusion','a:0:{}'),(214,4478,'_fusion','a:0:{}'),(215,170,'asp_term_order','0'),(216,4485,'_fusion','a:0:{}'),(217,170,'_fusion','a:0:{}'),(218,4492,'_fusion','a:0:{}'),(219,4493,'_fusion','a:0:{}'),(220,4500,'_fusion','a:0:{}'),(221,4502,'_fusion','a:0:{}'),(222,4506,'_fusion','a:0:{}'),(223,4519,'_fusion','a:0:{}'),(224,171,'asp_term_order','0'),(225,4525,'_fusion','a:0:{}'),(226,171,'_fusion','a:0:{}'),(227,4530,'_fusion','a:0:{}'),(228,4536,'_fusion','a:0:{}'),(229,4543,'_fusion','a:0:{}'),(230,4548,'_fusion','a:0:{}'),(231,4552,'_fusion','a:0:{}'),(232,4559,'_fusion','a:0:{}'),(233,172,'asp_term_order','0'),(234,173,'asp_term_order','0'),(235,4564,'_fusion','a:0:{}'),(236,173,'_fusion','a:0:{}'),(237,4569,'_fusion','a:0:{}'),(238,4573,'_fusion','a:0:{}'),(239,4579,'_fusion','a:0:{}'),(240,4587,'_fusion','a:0:{}'),(241,4589,'_fusion','a:0:{}'),(242,4596,'_fusion','a:0:{}'),(243,4602,'_fusion','a:0:{}'),(244,174,'asp_term_order','0'),(245,4607,'_fusion','a:0:{}'),(246,174,'_fusion','a:0:{}'),(247,4613,'_fusion','a:0:{}'),(248,175,'asp_term_order','0'),(249,4618,'_fusion','a:0:{}'),(250,175,'_fusion','a:0:{}'),(251,4624,'_fusion','a:0:{}'),(252,4630,'_fusion','a:0:{}'),(253,4635,'_fusion','a:0:{}'),(254,4641,'_fusion','a:0:{}'),(255,176,'asp_term_order','0'),(256,4648,'_fusion','a:0:{}'),(257,176,'_fusion','a:0:{}'),(258,177,'asp_term_order','0'),(259,4654,'_fusion','a:0:{}'),(260,177,'_fusion','a:0:{}'),(261,178,'asp_term_order','0'),(262,4661,'_fusion','a:0:{}'),(263,178,'_fusion','a:0:{}'),(264,4667,'_fusion','a:0:{}'),(265,179,'asp_term_order','0'),(266,4675,'_fusion','a:0:{}'),(267,179,'_fusion','a:0:{}');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Celebration','celebration',0),(3,'Events','events',0),(4,'International','international',0),(5,'Music','music',0),(6,'World','world',0),(7,'Food','food',0),(8,'Games','games',0),(9,'Outdoors','outdoors',0),(10,'Beliefs','beliefs',0),(12,'Event Calendar','events',0),(13,'Give','give',0),(15,'Mission','mission',0),(16,'News','news',0),(17,'Prayer','prayer',0),(18,'Sermons','sermons',0),(19,'Team','team',0),(20,'Who We Are','who-we-are',0),(21,'Main Menu','main-menu',0),(22,'Side Menu','side-menu',0),(23,'What To Expect','what-to-expect',0),(24,'Small Groups','smallgroups',0),(25,'Nazarene Link','nazarene-link',0),(26,'sections','sections',0),(27,'Easter','easter',0),(28,'What is a nazarene','what-is-a-nazarene',0),(30,'Home','home',0),(31,'Home ( Cloned )','home-2',0),(33,'Hebrews','hebrews',0),(34,'Acts','acts',0),(35,'John','john',0),(36,'1 Kings','1-kings',0),(37,'Mark','mark',0),(38,'1 Samuel','1-samuel',0),(39,'2 Corinthians','2-corinthians',0),(40,'2 Samuel','2-samuel',0),(41,'Genesis','genesis',0),(42,'Matthew','matthew',0),(43,'Joshua','joshua',0),(44,'1 Corinthians','1-corinthians',0),(45,'Revelation','revelation',0),(46,'Psalm','psalm',0),(47,'Colossians','colossians',0),(48,'Jonah','jonah',0),(49,'Titus','titus',0),(50,'2 Timothy','2-timothy',0),(51,'Daniel','daniel',0),(52,'1 John','1-john',0),(53,'Galatians','galatians',0),(54,'Ephesians','ephesians',0),(55,'James','james',0),(56,'Romans','romans',0),(57,'1 Thessalonians','1-thessalonians',0),(58,'Philippians','philippians',0),(59,'1 Peter','1-peter',0),(60,'Luke','luke',0),(61,'Jeremiah','jeremiah',0),(62,'Ecclesiastes','ecclesiastes',0),(63,'Deuteronomy','deuteronomy',0),(64,'Proverbs','proverbs',0),(65,'Leviticus','leviticus',0),(66,'Jayson Bradley','jayson-bradley',0),(67,'Ken Borbe','ken-borbe',0),(68,'Gary Miles','gary-miles',0),(69,'David Webb','david-webb',0),(70,'Alan Shore','alan-shore',0),(71,'Brian Ketchum','brian-ketchum',0),(72,'Kelly Steckler','kelly-steckler',0),(73,'Dave Lindner','dave-lindner',0),(74,'Ryan Fasani','ryan-fasani',0),(75,'Maureen O\'Kane','maureen-okane',0),(76,'Aaron Newcomb &amp; Cortney','aaron-newcomb-cortney',0),(77,'Guest Speaker','guest-speaker',0),(78,'The Lord\'s Prayer','the-lords-prayer',0),(79,'Easter','easter',0),(80,'Toughen Up','toughen-up',0),(81,'Special','special',0),(82,'It Will Take A Miracle','it-will-take-a-miracle',0),(83,'David','david',0),(84,'Missionary','missionary',0),(85,'Christmas','christmas',0),(86,'The Scandal of Christmas','the-scandal-of-christmas',0),(87,'The Power of Decisions','the-power-of-decisions',0),(88,'It\'s Decision Time','its-decision-time',0),(89,'That Was Then, What About Now?','that-was-then-what-about-now',0),(90,'Rest For Weary Souls','rest-for-weary-souls',0),(91,'Jonah','jonah',0),(92,'Lessons From Titus','lessons-from-titus',0),(93,'The Bible','the-bible',0),(94,'Daniel','daniel',0),(95,'Assured','assured',0),(96,'Galatians','galatians',0),(97,'Freedom','freedom',0),(98,'Guardrails','guardrails',0),(99,'What Do I Really Want For My Life?','what-do-i-really-want-for-my-life',0),(100,'When God Seems Not To Care','when-god-seems-not-to-care',0),(101,'Powering Up Your Perspective','powering-up-your-perspective',0),(102,'What Makes A Happy Couple','what-makes-a-happy-couple',0),(103,'Listen!','listen',0),(104,'Cries of the Heart &amp; How to Fill Them','cries-of-the-heart-how-to-fill-them',0),(105,'Missions','missions',0),(106,'Overcoming Foot in Mouth Disease','overcoming-foot-in-mouth-disease',0),(107,'Life Shaping Choices','life-shaping-choices',0),(108,'Thanksgiving','thanksgiving',0),(109,'Making All Things New','making-all-things-new',0),(110,'Make All Things New','make-all-things-new',0),(111,'Generosity','generosity',0),(112,'Crazy Makers','crazy-makers',0),(113,'Dealing With CrazyMakers','dealing-with-crazymakers',0),(114,'Rethinking My Thinking','rethinking-my-thinking',0),(115,'Rethinking Our Thinking','rethinking-our-thinking',0),(116,'WIsdom','wisdom',0),(117,'Getting Wisdom for my Life','getting-wisdom-for-my-life',0),(118,'The 9 Arts of Spiritual Conversations','the-9-arts-of-spiritual-conversations',0),(119,'The 9 Arts of Spiritual Conversation','the-9-arts-of-spiritual-conversation',0),(120,'Me &amp; My Money','me-my-money',0),(121,'Sunday Morning','sunday-morning',0),(122,'Sunday Evening','sunday-evening',0),(123,'Midweek Meeting','midweek-meeting',0),(124,'Special event','special-event',0),(125,'footer','footer',0),(126,'Website Updates','website-updates',0),(127,'Blog Post','blog-post',0),(128,'Promotion','promotion',0),(129,'Eric Depew','eric-depew',0),(130,'Alter-ing','alter-ing',0),(131,'google','google',0),(132,'default-calendar','default-calendar',0),(133,'Jonah\'s Journey','jonahs-journey',0),(134,'Lifestyle','lifestyle',0),(135,'Photography','photography',0),(136,'Travel','travel',0),(137,'Beautiful','beautiful',0),(138,'Mountain View','mountain-view',0),(139,'Paris Tour','paris-tour',0),(140,'Photos','photos',0),(141,'post-format-audio','post-format-audio',0),(142,'post-format-gallery','post-format-gallery',0),(143,'post-format-link','post-format-link',0),(144,'post-format-quote','post-format-quote',0),(145,'post-format-video','post-format-video',0),(146,'Professional','professional',0),(147,'Story','story',0),(148,'Summer Lifestyle','summer-lifestyle',0),(149,'Summer Vacation','summer-vacation',0),(150,'Trip','trip',0),(151,'Weekend','weekend',0),(152,'Decorations','decorations',0),(153,'Flowers','flowers',0),(154,'Home Decore','home-decore',0),(155,'Dave Lindner','dave-lindner',0),(156,'Isaiah\'s Visions','isaiahs-visions',0),(157,'Sarah Deeter','sarah-deeter',0),(158,'Special','special',0),(159,'Kyle Gillette','kyle-gillette',0),(160,'Joy Complete','joy-complete',0),(161,'Five Trees','five-trees',0),(162,'The Faithful One','the-faithful-one',0),(163,'Aaron Newcomb','aaron-newcomb',0),(164,'The Shape of Worship','the-shape-of-worship',0),(165,'My Calendar','my-calendar',0),(166,'CrossPoint Church - Lynden','crosspoint-church-lynden',0),(167,'Wholeness In Faith','wholeness-in-faith',0),(168,'Wholeness In Christ','wholeness-in-christ',0),(169,'Amazement','amazement',0),(170,'Kingdom Snapshots','kingdom-snapshots',0),(171,'CROSSwork','crosswork',0),(172,'Wire To Connect','wire-to-connect',0),(173,'Wired To Connect','wired-to-connect',0),(174,'Elizabeth Snyder','elizabeth-snyder',0),(175,'The Master\'s Hand','the-masters-hand',0),(176,'Ben Norris','ben-norris',0),(177,'What Is Best','what-is-best',0),(178,'Aaron Newcombe','aaron-newcombe',0),(179,'What Is The Church','what-is-the-church',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','midnight'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp496_privacy,smush_pointer,theme_editor_notice,plugin_editor_notice,omapi_please_connect_notice'),(13,1,'show_welcome_panel','0'),(15,1,'wp_dashboard_quick_press_last_post_id','4670'),(16,1,'wp_user-settings','libraryContent=browse&editor=tinymce&mfold=o&imgsize=medium&align=center&advImgDetails=show&hidetb=1&urlbutton=custom'),(17,1,'wp_user-settings-time','1645038078'),(18,1,'nav_menu_recently_edited','21'),(19,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\";}'),(20,1,'metaboxhidden_nav-menus','a:11:{i:0;s:19:\"add-post-type-slide\";i:1;s:29:\"add-post-type-avada_portfolio\";i:2;s:23:\"add-post-type-avada_faq\";i:3;s:33:\"add-post-type-themefusion_elastic\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-portfolio_category\";i:7;s:20:\"add-portfolio_skills\";i:8;s:18:\"add-portfolio_tags\";i:9;s:16:\"add-faq_category\";i:10;s:25:\"add-themefusion_es_groups\";}'),(28,1,'closedpostboxes_slide','a:0:{}'),(29,1,'metaboxhidden_slide','a:2:{i:0;s:15:\"aioseo-settings\";i:1;s:7:\"slugdiv\";}'),(31,2,'nickname','mr.brooks'),(32,2,'first_name','Jeb'),(33,2,'last_name','Brooks'),(34,2,'description',''),(35,2,'rich_editing','true'),(36,2,'comment_shortcuts','false'),(37,2,'admin_color','ectoplasm'),(38,2,'use_ssl','0'),(39,2,'show_admin_bar_front','true'),(40,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(41,2,'wp_user_level','10'),(42,2,'dismissed_wp_pointers','wp496_privacy,smush_pointer,omapi_please_connect_notice,plugin_editor_notice'),(43,2,'default_password_nag',''),(45,2,'wp_dashboard_quick_press_last_post_id','4671'),(46,2,'wp_user-settings','libraryContent=browse&editor=tinymce&posts_list_mode=list&hidetb=1&editor_plain_text_paste_warning=2'),(47,2,'wp_user-settings-time','1746386828'),(50,2,'author_email',''),(51,2,'author_facebook',''),(52,2,'author_twitter',''),(53,2,'author_linkedin',''),(54,2,'author_dribble',''),(55,2,'author_gplus',''),(56,2,'author_custom',''),(61,1,'closedpostboxes_page','a:1:{i:0;s:15:\"aioseo-settings\";}'),(62,1,'metaboxhidden_page','a:9:{i:0;s:23:\"monsterinsights-metabox\";i:1;s:24:\"fusion_settings_meta_box\";i:2;s:12:\"revisionsdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";i:8;s:21:\"fusion_builder_layout\";}'),(63,1,'aioseop_seen_about_page','3.4.3'),(71,2,'locale',''),(72,2,'googleplus',''),(75,2,'aioseop_seen_about_page','3.3.5'),(85,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"162.0.227.0\";}'),(87,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"67.171.22.0\";}'),(104,1,'ls-store-last-viewed','2017-12-19'),(107,2,'meta-box-order_page','a:3:{s:4:\"side\";s:110:\"fusion_settings_meta_box,submitdiv,pageparentdiv,slider_revolution_metabox,postimagediv,simcal-attach-calendar\";s:6:\"normal\";s:119:\"aioseo-settings,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,aioseo-writing-assistant-metabox\";s:8:\"advanced\";s:39:\"fusion_builder_layout,pyre_page_options\";}'),(108,2,'screen_layout_page','2'),(109,2,'closedpostboxes_page','a:0:{}'),(110,2,'metaboxhidden_page','a:8:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:12:\"revisionsdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:21:\"fusion_builder_layout\";}'),(229,2,'syntax_highlighting','true'),(230,2,'author_whatsapp',''),(236,1,'_yoast_wpseo_profile_updated','1586635112'),(237,2,'_yoast_wpseo_profile_updated','1586635112'),(238,1,'aioseop_notice_time_set_review_plugin_cta','1588432260'),(239,1,'aioseop_notice_display_time_review_plugin_cta','1904001519'),(240,1,'aioseop_dismissed','a:1:{s:10:\"notice-bar\";i:1586654423;}'),(243,2,'aioseop_notice_time_set_review_plugin_cta','1600579479'),(244,2,'aioseop_notice_display_time_review_plugin_cta','1916148738'),(266,1,'wpforms_dismissed','a:2:{s:15:\"lite-notice-bar\";i:1609956176;s:20:\"edu-admin-notice-bar\";i:1618003761;}'),(268,1,'_aioseo_plugin_review_dismissed','4'),(274,2,'_aioseo_plugin_review_dismissed','4'),(276,1,'closedpostboxes_dashboard','a:1:{i:0;s:15:\"aioseo-rss-feed\";}'),(277,1,'metaboxhidden_dashboard','a:8:{i:0;s:27:\"wpforms_reports_widget_lite\";i:1;s:21:\"dashboard_site_health\";i:2;s:15:\"aioseo-rss-feed\";i:3;s:23:\"optin_monster_db_widget\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";i:6;s:19:\"dashboard_right_now\";i:7;s:18:\"dashboard_activity\";}'),(278,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:82:\"themefusion-news,wpforms_reports_widget_lite,dashboard_site_health,aioseo-rss-feed\";s:4:\"side\";s:59:\"dashboard_quick_press,dashboard_primary,dashboard_right_now\";s:7:\"column3\";s:18:\"dashboard_activity\";s:7:\"column4\";s:0:\"\";}'),(280,1,'meta-box-order_page','a:3:{s:4:\"side\";s:87:\"fusion_settings_meta_box,pageparentdiv,submitdiv,postimagediv,slider_revolution_metabox\";s:6:\"normal\";s:126:\"aioseo-settings,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,pyre_page_options,fusion_builder_layout\";s:8:\"advanced\";s:0:\"\";}'),(281,1,'screen_layout_page','2'),(282,1,'ls-show-support-notice-timestamp','1616809325'),(284,1,'layerslider_help_wp_pointer','1'),(316,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"e2bec4f0696585d5dcad95818c08d9be\";s:8:\"newemail\";s:26:\"info@crosspoint-church.com\";}'),(317,1,'syntax_highlighting','true'),(318,1,'locale',''),(319,1,'aioseo_contact_methods_header',''),(320,1,'aioseo_twitter_url',''),(321,1,'aioseo_facebook_page_url',''),(322,1,'author_email','email_jeb@fastmail.com'),(323,1,'author_facebook',''),(324,1,'author_twitter',''),(325,1,'author_linkedin',''),(326,1,'author_dribble',''),(327,1,'author_whatsapp',''),(328,1,'author_custom',''),(347,2,'_aioseo_settings','a:8:{s:14:\"showUpgradeBar\";b:0;s:15:\"showSetupWizard\";b:0;s:12:\"toggledCards\";a:107:{s:17:\"dashboardOverview\";b:1;s:17:\"dashboardSeoSetup\";b:1;s:21:\"dashboardSeoSiteScore\";b:1;s:22:\"dashboardNotifications\";b:1;s:16:\"dashboardSupport\";b:1;s:7:\"license\";b:1;s:14:\"webmasterTools\";b:1;s:17:\"enableBreadcrumbs\";b:1;s:18:\"breadcrumbSettings\";b:1;s:19:\"breadcrumbTemplates\";b:1;s:8:\"advanced\";b:1;s:13:\"accessControl\";b:1;s:10:\"rssContent\";b:1;s:14:\"generalSitemap\";b:1;s:22:\"generalSitemapSettings\";b:1;s:12:\"imageSitemap\";b:1;s:12:\"videoSitemap\";b:1;s:11:\"newsSitemap\";b:1;s:10:\"rssSitemap\";b:1;s:18:\"rssSitemapSettings\";b:1;s:18:\"rssAdditionalPages\";b:1;s:19:\"rssAdvancedSettings\";b:1;s:15:\"additionalPages\";b:1;s:16:\"advancedSettings\";b:1;s:20:\"videoSitemapSettings\";b:1;s:20:\"videoAdditionalPages\";b:1;s:21:\"videoAdvancedSettings\";b:1;s:18:\"videoEmbedSettings\";b:1;s:19:\"newsSitemapSettings\";b:1;s:19:\"newsAdditionalPages\";b:1;s:20:\"newsAdvancedSettings\";b:1;s:17:\"newsEmbedSettings\";b:1;s:14:\"socialProfiles\";b:1;s:8:\"facebook\";b:1;s:24:\"facebookHomePageSettings\";b:1;s:24:\"facebookAdvancedSettings\";b:1;s:7:\"twitter\";b:1;s:23:\"twitterHomePageSettings\";b:1;s:9:\"pinterest\";b:1;s:20:\"searchTitleSeparator\";b:1;s:14:\"searchHomePage\";b:1;s:12:\"searchSchema\";b:1;s:22:\"searchMediaAttachments\";b:1;s:14:\"searchAdvanced\";b:1;s:26:\"searchAdvancedCrawlCleanup\";b:1;s:13:\"searchCleanup\";b:1;s:14:\"authorArchives\";b:1;s:12:\"dateArchives\";b:1;s:14:\"searchArchives\";b:1;s:8:\"imageSeo\";b:1;s:20:\"completeSeoChecklist\";b:1;s:17:\"localBusinessInfo\";b:1;s:25:\"localBusinessOpeningHours\";b:1;s:17:\"locationsSettings\";b:1;s:25:\"advancedLocationsSettings\";b:1;s:23:\"localBusinessMapsApiKey\";b:1;s:25:\"localBusinessMapsSettings\";b:1;s:12:\"robotsEditor\";b:1;s:13:\"databaseTools\";b:1;s:14:\"htaccessEditor\";b:1;s:17:\"databaseToolsLogs\";b:1;s:16:\"systemStatusInfo\";b:1;s:17:\"addNewRedirection\";b:1;s:16:\"redirectSettings\";b:1;s:5:\"debug\";b:1;s:25:\"fullSiteRedirectsRelocate\";b:1;s:24:\"fullSiteRedirectsAliases\";b:1;s:26:\"fullSiteRedirectsCanonical\";b:1;s:28:\"fullSiteRedirectsHttpHeaders\";b:1;s:11:\"htmlSitemap\";b:1;s:19:\"htmlSitemapSettings\";b:1;s:27:\"htmlSitemapAdvancedSettings\";b:1;s:21:\"linkAssistantSettings\";b:1;s:17:\"domainActivations\";b:1;s:11:\"404Settings\";b:1;s:12:\"userProfiles\";b:1;s:12:\"queryArgLogs\";b:1;s:17:\"aiContentSettings\";b:1;s:24:\"writingAssistantSettings\";b:1;s:19:\"writingAssistantCta\";b:1;s:6:\"postSA\";b:1;s:6:\"pageSA\";b:1;s:12:\"attachmentSA\";b:1;s:10:\"calendarSA\";b:1;s:9:\"sermonsSA\";b:1;s:17:\"avada_portfolioSA\";b:1;s:11:\"avada_faqSA\";b:1;s:10:\"categorySA\";b:1;s:10:\"post_tagSA\";b:1;s:19:\"calendar_categorySA\";b:1;s:15:\"sermon_seriesSA\";b:1;s:16:\"sermon_speakerSA\";b:1;s:15:\"sermon_topicsSA\";b:1;s:13:\"sermon_bookSA\";b:1;s:20:\"portfolio_categorySA\";b:1;s:18:\"portfolio_skillsSA\";b:1;s:16:\"portfolio_tagsSA\";b:1;s:14:\"faq_categorySA\";b:1;s:23:\"themefusion_es_groupsSA\";b:1;s:22:\"sermonsArchiveArchives\";b:1;s:30:\"avada_portfolioArchiveArchives\";b:1;s:24:\"avada_faqArchiveArchives\";b:1;s:13:\"badBotBlocker\";b:1;s:21:\"themefusion_elasticSA\";b:1;s:7:\"slideSA\";b:1;s:20:\"fusion_tb_categorySA\";b:1;s:12:\"slide-pageSA\";b:1;}s:12:\"toggledRadio\";a:5:{s:29:\"breadcrumbsShowMoreSeparators\";b:0;s:24:\"searchShowMoreSeparators\";b:0;s:16:\"overviewPostType\";s:4:\"post\";s:22:\"locationsShowOnWebsite\";s:6:\"widget\";s:24:\"breadcrumbsShowOnWebsite\";s:9:\"shortcode\";}s:15:\"dismissedAlerts\";a:3:{s:31:\"searchStatisticsContentRankings\";b:0;s:25:\"searchConsoleNotConnected\";b:0;s:26:\"searchConsoleSitemapErrors\";b:0;}s:12:\"internalTabs\";a:30:{s:14:\"authorArchives\";s:17:\"title-description\";s:12:\"dateArchives\";s:17:\"title-description\";s:14:\"searchArchives\";s:17:\"title-description\";s:6:\"postSA\";s:17:\"title-description\";s:6:\"pageSA\";s:17:\"title-description\";s:12:\"attachmentSA\";s:17:\"title-description\";s:10:\"calendarSA\";s:17:\"title-description\";s:9:\"sermonsSA\";s:17:\"title-description\";s:17:\"avada_portfolioSA\";s:17:\"title-description\";s:11:\"avada_faqSA\";s:17:\"title-description\";s:10:\"categorySA\";s:17:\"title-description\";s:10:\"post_tagSA\";s:17:\"title-description\";s:19:\"calendar_categorySA\";s:17:\"title-description\";s:15:\"sermon_seriesSA\";s:17:\"title-description\";s:16:\"sermon_speakerSA\";s:17:\"title-description\";s:15:\"sermon_topicsSA\";s:17:\"title-description\";s:13:\"sermon_bookSA\";s:17:\"title-description\";s:20:\"portfolio_categorySA\";s:17:\"title-description\";s:18:\"portfolio_skillsSA\";s:17:\"title-description\";s:16:\"portfolio_tagsSA\";s:17:\"title-description\";s:14:\"faq_categorySA\";s:17:\"title-description\";s:23:\"themefusion_es_groupsSA\";s:17:\"title-description\";s:22:\"sermonsArchiveArchives\";s:17:\"title-description\";s:30:\"avada_portfolioArchiveArchives\";s:17:\"title-description\";s:24:\"avada_faqArchiveArchives\";s:17:\"title-description\";s:17:\"seoAuditChecklist\";s:9:\"all-items\";s:21:\"themefusion_elasticSA\";s:17:\"title-description\";s:7:\"slideSA\";s:17:\"title-description\";s:20:\"fusion_tb_categorySA\";s:17:\"title-description\";s:12:\"slide-pageSA\";s:17:\"title-description\";}s:15:\"tablePagination\";a:19:{s:14:\"networkDomains\";i:20;s:9:\"redirects\";i:20;s:12:\"redirectLogs\";i:20;s:15:\"redirect404Logs\";i:20;s:22:\"sitemapAdditionalPages\";i:20;s:24:\"linkAssistantLinksReport\";i:20;s:24:\"linkAssistantPostsReport\";i:20;s:26:\"linkAssistantDomainsReport\";i:20;s:29:\"searchStatisticsSeoStatistics\";i:20;s:31:\"searchStatisticsKeywordRankings\";i:20;s:31:\"searchStatisticsContentRankings\";i:20;s:34:\"searchStatisticsPostDetailKeywords\";i:20;s:27:\"searchStatisticsKrtKeywords\";i:20;s:25:\"searchStatisticsKrtGroups\";i:20;s:38:\"searchStatisticsKrtGroupsTableKeywords\";i:10;s:27:\"searchStatisticsIndexStatus\";i:20;s:9:\"queryArgs\";i:20;s:11:\"seoAnalysis\";i:20;s:34:\"searchStatisticsKeywordRankTracker\";i:20;}s:14:\"semrushCountry\";s:2:\"US\";}'),(385,2,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:137:\"themefusion-news,wpforms_reports_widget_lite,dashboard_site_health,dashboard_right_now,dashboard_activity,aioseo-overview,aioseo-rss-feed\";s:4:\"side\";s:94:\"dashboard_widget_burst,koko-analytics-dashboard-widget,dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(395,2,'ls-v7-welcome-screen-date','1677425930'),(396,2,'ls-show-support-notice-timestamp','1675611560'),(397,2,'ls-store-last-viewed','2023-02-26'),(418,2,'_aioseo_notification_plugin_review_dismissed','3'),(429,1,'_aioseo_notification_plugin_review_dismissed','3'),(430,1,'_aioseo_settings','a:7:{s:14:\"showUpgradeBar\";b:0;s:15:\"showSetupWizard\";b:1;s:12:\"toggledCards\";a:95:{s:17:\"dashboardOverview\";b:1;s:17:\"dashboardSeoSetup\";b:1;s:21:\"dashboardSeoSiteScore\";b:1;s:22:\"dashboardNotifications\";b:1;s:16:\"dashboardSupport\";b:1;s:7:\"license\";b:1;s:14:\"webmasterTools\";b:1;s:17:\"enableBreadcrumbs\";b:1;s:18:\"breadcrumbSettings\";b:1;s:19:\"breadcrumbTemplates\";b:1;s:8:\"advanced\";b:1;s:13:\"accessControl\";b:1;s:10:\"rssContent\";b:1;s:14:\"generalSitemap\";b:1;s:22:\"generalSitemapSettings\";b:1;s:12:\"imageSitemap\";b:1;s:12:\"videoSitemap\";b:1;s:11:\"newsSitemap\";b:1;s:10:\"rssSitemap\";b:1;s:18:\"rssSitemapSettings\";b:1;s:18:\"rssAdditionalPages\";b:1;s:19:\"rssAdvancedSettings\";b:1;s:15:\"additionalPages\";b:1;s:16:\"advancedSettings\";b:1;s:20:\"videoSitemapSettings\";b:1;s:20:\"videoAdditionalPages\";b:1;s:21:\"videoAdvancedSettings\";b:1;s:18:\"videoEmbedSettings\";b:1;s:19:\"newsSitemapSettings\";b:1;s:19:\"newsAdditionalPages\";b:1;s:20:\"newsAdvancedSettings\";b:1;s:17:\"newsEmbedSettings\";b:1;s:14:\"socialProfiles\";b:1;s:8:\"facebook\";b:1;s:24:\"facebookHomePageSettings\";b:1;s:24:\"facebookAdvancedSettings\";b:1;s:7:\"twitter\";b:1;s:23:\"twitterHomePageSettings\";b:1;s:9:\"pinterest\";b:1;s:20:\"searchTitleSeparator\";b:1;s:14:\"searchHomePage\";b:1;s:12:\"searchSchema\";b:1;s:22:\"searchMediaAttachments\";b:1;s:14:\"searchAdvanced\";b:1;s:26:\"searchAdvancedCrawlCleanup\";b:1;s:14:\"authorArchives\";b:1;s:12:\"dateArchives\";b:1;s:14:\"searchArchives\";b:1;s:8:\"imageSeo\";b:1;s:20:\"completeSeoChecklist\";b:1;s:17:\"localBusinessInfo\";b:1;s:25:\"localBusinessOpeningHours\";b:1;s:17:\"locationsSettings\";b:1;s:25:\"advancedLocationsSettings\";b:1;s:23:\"localBusinessMapsApiKey\";b:1;s:25:\"localBusinessMapsSettings\";b:1;s:12:\"robotsEditor\";b:1;s:13:\"badBotBlocker\";b:1;s:13:\"databaseTools\";b:1;s:14:\"htaccessEditor\";b:1;s:17:\"databaseToolsLogs\";b:1;s:16:\"systemStatusInfo\";b:1;s:17:\"addNewRedirection\";b:1;s:16:\"redirectSettings\";b:1;s:5:\"debug\";b:1;s:25:\"fullSiteRedirectsRelocate\";b:1;s:24:\"fullSiteRedirectsAliases\";b:1;s:26:\"fullSiteRedirectsCanonical\";b:1;s:28:\"fullSiteRedirectsHttpHeaders\";b:1;s:11:\"htmlSitemap\";b:1;s:19:\"htmlSitemapSettings\";b:1;s:27:\"htmlSitemapAdvancedSettings\";b:1;s:21:\"linkAssistantSettings\";b:1;s:17:\"domainActivations\";b:1;s:11:\"404Settings\";b:1;s:6:\"postSA\";b:1;s:6:\"pageSA\";b:1;s:12:\"attachmentSA\";b:1;s:9:\"sermonsSA\";b:1;s:17:\"avada_portfolioSA\";b:1;s:11:\"avada_faqSA\";b:1;s:10:\"categorySA\";b:1;s:10:\"post_tagSA\";b:1;s:15:\"sermon_seriesSA\";b:1;s:16:\"sermon_speakerSA\";b:1;s:15:\"sermon_topicsSA\";b:1;s:13:\"sermon_bookSA\";b:1;s:20:\"portfolio_categorySA\";b:1;s:18:\"portfolio_skillsSA\";b:1;s:16:\"portfolio_tagsSA\";b:1;s:14:\"faq_categorySA\";b:1;s:23:\"themefusion_es_groupsSA\";b:1;s:22:\"sermonsArchiveArchives\";b:1;s:30:\"avada_portfolioArchiveArchives\";b:1;s:24:\"avada_faqArchiveArchives\";b:1;}s:12:\"toggledRadio\";a:5:{s:22:\"locationsShowOnWebsite\";s:6:\"widget\";s:24:\"breadcrumbsShowOnWebsite\";s:9:\"shortcode\";s:29:\"breadcrumbsShowMoreSeparators\";b:0;s:24:\"searchShowMoreSeparators\";b:0;s:16:\"overviewPostType\";s:9:\"avada_faq\";}s:15:\"dismissedAlerts\";a:1:{s:31:\"searchStatisticsContentRankings\";b:0;}s:12:\"internalTabs\";a:24:{s:14:\"authorArchives\";s:17:\"title-description\";s:12:\"dateArchives\";s:17:\"title-description\";s:14:\"searchArchives\";s:17:\"title-description\";s:17:\"seoAuditChecklist\";s:9:\"all-items\";s:6:\"postSA\";s:17:\"title-description\";s:6:\"pageSA\";s:17:\"title-description\";s:12:\"attachmentSA\";s:17:\"title-description\";s:9:\"sermonsSA\";s:17:\"title-description\";s:17:\"avada_portfolioSA\";s:17:\"title-description\";s:11:\"avada_faqSA\";s:17:\"title-description\";s:10:\"categorySA\";s:17:\"title-description\";s:10:\"post_tagSA\";s:17:\"title-description\";s:15:\"sermon_seriesSA\";s:17:\"title-description\";s:16:\"sermon_speakerSA\";s:17:\"title-description\";s:15:\"sermon_topicsSA\";s:17:\"title-description\";s:13:\"sermon_bookSA\";s:17:\"title-description\";s:20:\"portfolio_categorySA\";s:17:\"title-description\";s:18:\"portfolio_skillsSA\";s:17:\"title-description\";s:16:\"portfolio_tagsSA\";s:17:\"title-description\";s:14:\"faq_categorySA\";s:17:\"title-description\";s:23:\"themefusion_es_groupsSA\";s:17:\"title-description\";s:22:\"sermonsArchiveArchives\";s:17:\"title-description\";s:30:\"avada_portfolioArchiveArchives\";s:17:\"title-description\";s:24:\"avada_faqArchiveArchives\";s:17:\"title-description\";}s:15:\"tablePagination\";a:12:{s:14:\"networkDomains\";i:20;s:9:\"redirects\";i:20;s:12:\"redirectLogs\";i:20;s:15:\"redirect404Logs\";i:20;s:22:\"sitemapAdditionalPages\";i:20;s:24:\"linkAssistantLinksReport\";i:20;s:24:\"linkAssistantPostsReport\";i:20;s:26:\"linkAssistantDomainsReport\";i:20;s:29:\"searchStatisticsSeoStatistics\";i:20;s:31:\"searchStatisticsKeywordRankings\";i:20;s:31:\"searchStatisticsContentRankings\";i:20;s:34:\"searchStatisticsPostDetailKeywords\";i:20;}}'),(433,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2023-09-05T23:48:41.131Z\";}'),(434,1,'session_tokens','a:19:{s:64:\"568c01628a067ef52cdd310317998637ebe3fba35e62ea87cbcc0edb10a5cc50\";a:4:{s:10:\"expiration\";i:1758467678;s:2:\"ip\";s:14:\"102.164.17.131\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758294878;}s:64:\"8c2a0c27a536524cb3fde99c238f1d7361c8845c8dc5714cc7f70b9827da7ec7\";a:4:{s:10:\"expiration\";i:1758467712;s:2:\"ip\";s:14:\"102.164.15.111\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758294912;}s:64:\"b5567048357526eef44f5ebf2e07606a3ad116b3443aa56af0cd97c546f7deda\";a:4:{s:10:\"expiration\";i:1758467906;s:2:\"ip\";s:14:\"105.27.160.254\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295106;}s:64:\"165222f735fc312b5c1060dd26ab781443ecc3bd23d73f174afe5a884fdf7c51\";a:4:{s:10:\"expiration\";i:1758468092;s:2:\"ip\";s:14:\"102.164.17.131\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295292;}s:64:\"b274d9e304b3d56c9c6cf2d56f5bdfb51faacccc5cab86e683f4ff8b87c8fcfe\";a:4:{s:10:\"expiration\";i:1758468099;s:2:\"ip\";s:12:\"46.29.224.18\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295299;}s:64:\"837771284e39dfc24a44a75d0c2e49abba8c33d35ded1e7c7ad0840035264f56\";a:4:{s:10:\"expiration\";i:1758468121;s:2:\"ip\";s:14:\"102.164.17.131\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295321;}s:64:\"1afc74b4f84c422693805c83e7dc7238851e057e553dfb9d2616a119354ba194\";a:4:{s:10:\"expiration\";i:1758468161;s:2:\"ip\";s:12:\"47.80.11.165\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295361;}s:64:\"b43460d3487acdb084ae03aa05847530c1ab4166369f722bc6a71d790d8653e9\";a:4:{s:10:\"expiration\";i:1758468183;s:2:\"ip\";s:14:\"102.164.17.131\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295383;}s:64:\"e532d1fd62ad762e9f5b123c9196f2f057731964657a1e14cc65b5b3aa094fc4\";a:4:{s:10:\"expiration\";i:1758468233;s:2:\"ip\";s:15:\"110.235.255.109\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758295433;}s:64:\"69390b70330a39d47b48da954b218b2788f5b3e6ca68d9dfa6c7e7e0ba347884\";a:4:{s:10:\"expiration\";i:1758611928;s:2:\"ip\";s:14:\"103.230.62.226\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439128;}s:64:\"615b5fd6df4f5ab48eb605a3f60c6137e202c16a1ce1bfc917bba9e6e0c4afef\";a:4:{s:10:\"expiration\";i:1758611938;s:2:\"ip\";s:14:\"109.108.113.93\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439138;}s:64:\"e9600cd59a39d0b259a2b933b8fd6782e164d291cd79577c0ae45ee209308190\";a:4:{s:10:\"expiration\";i:1758611973;s:2:\"ip\";s:14:\"103.230.62.226\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439173;}s:64:\"0489856ba3a079525d009c10a24baa95f766ade5268eef3bdcbf086625f205c0\";a:4:{s:10:\"expiration\";i:1758611990;s:2:\"ip\";s:15:\"111.118.147.236\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439190;}s:64:\"04927a81acd9b02820b7d9c32c65fabb8ef2181c0c87a1de048c31d77738b528\";a:4:{s:10:\"expiration\";i:1758612051;s:2:\"ip\";s:14:\"103.230.62.226\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439251;}s:64:\"7b393c9ad6adff88f4eb37e5767bdbab6ea0fc189b228cc378e9efc8becbf35b\";a:4:{s:10:\"expiration\";i:1758612062;s:2:\"ip\";s:12:\"109.69.6.102\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439262;}s:64:\"5e5b019283edefdf54bfaf7ee84b3a5518d6a57f50d4ff2777dcfff930e047d3\";a:4:{s:10:\"expiration\";i:1758612100;s:2:\"ip\";s:13:\"66.42.224.229\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439300;}s:64:\"e95d37e5acb52d1ee31031c5629f60edea4bb8e2ab78eeedc4c4c40c89e41f9e\";a:4:{s:10:\"expiration\";i:1758612176;s:2:\"ip\";s:14:\"103.165.136.46\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439376;}s:64:\"ac20e7d22b772171179d8b2057eaf4005e191c2c80f0409315cedd29e42e3430\";a:4:{s:10:\"expiration\";i:1758612215;s:2:\"ip\";s:14:\"103.230.62.226\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439415;}s:64:\"f65f3330809b78dae1573b4654cca21bfc51b6b60b9b45578953e7900831428a\";a:4:{s:10:\"expiration\";i:1758612223;s:2:\"ip\";s:13:\"162.0.227.249\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.207 Safari/537.36\";s:5:\"login\";i:1758439423;}}'),(437,2,'nav_menu_recently_edited','21'),(438,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(439,2,'metaboxhidden_nav-menus','a:12:{i:0;s:21:\"add-post-type-sermons\";i:1;s:29:\"add-post-type-avada_portfolio\";i:2;s:23:\"add-post-type-avada_faq\";i:3;s:33:\"add-post-type-themefusion_elastic\";i:4;s:19:\"add-post-type-slide\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:22:\"add-portfolio_category\";i:8;s:20:\"add-portfolio_skills\";i:9;s:18:\"add-portfolio_tags\";i:10;s:16:\"add-faq_category\";i:11;s:25:\"add-themefusion_es_groups\";}'),(441,2,'wpcf7_hide_welcome_panel_on','a:1:{i:0;s:3:\"5.8\";}'),(443,2,'edit_sermons_per_page','20'),(444,2,'manageedit-sermonscolumnshidden','a:3:{i:0;s:22:\"taxonomy-sermon_topics\";i:1;s:20:\"taxonomy-sermon_book\";i:2;s:8:\"comments\";}'),(446,2,'tribe-dismiss-notice-time-event-tickets-install','1697177486'),(447,2,'tribe-dismiss-notice','event-tickets-install'),(459,2,'bdpclosedbdpboxes_designer_settings','a:1:{i:0;s:10:\"bdpgeneral\";}'),(468,1,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(469,1,'aioseo_instagram_url',''),(470,1,'aioseo_tiktok_url',''),(471,1,'aioseo_pinterest_url',''),(472,1,'aioseo_youtube_url',''),(473,1,'aioseo_linkedin_url',''),(474,1,'aioseo_tumblr_url',''),(475,1,'aioseo_yelp_page_url',''),(476,1,'aioseo_sound_cloud_url',''),(477,1,'aioseo_wikipedia_url',''),(478,1,'aioseo_myspace_url',''),(479,1,'aioseo_profiles_additional_urls',''),(480,2,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(481,2,'aioseo_facebook_page_url',''),(482,2,'aioseo_twitter_url',''),(483,2,'aioseo_instagram_url',''),(484,2,'aioseo_tiktok_url',''),(485,2,'aioseo_pinterest_url',''),(486,2,'aioseo_youtube_url',''),(487,2,'aioseo_linkedin_url',''),(488,2,'aioseo_tumblr_url',''),(489,2,'aioseo_yelp_page_url',''),(490,2,'aioseo_sound_cloud_url',''),(491,2,'aioseo_wikipedia_url',''),(492,2,'aioseo_myspace_url',''),(493,2,'aioseo_profiles_additional_urls',''),(494,2,'wp_media_library_mode','grid'),(500,2,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-01-01T20:15:37.371Z\";}'),(522,2,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'),(548,2,'_aioseo-author-seo-dismissed','1'),(556,2,'tribe_setDefaultNavMenuBoxes','1'),(573,2,'wpforms_dismissed','a:1:{s:20:\"edu-edit-post-notice\";i:1734122097;}'),(575,1,'rsssl_two_fa_last_login','2024-12-14 15:05:53'),(576,2,'rsssl_two_fa_last_login','2024-12-14 15:05:53'),(580,2,'meta-box-order_announcer','a:3:{s:4:\"side\";s:66:\"submitdiv,tagsdiv-ancr_tag,ancr_mb_links,slider_revolution_metabox\";s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:16:\"ancr_mb_settings\";}'),(581,2,'screen_layout_announcer','2'),(582,2,'closedpostboxes_announcer','a:0:{}'),(583,2,'metaboxhidden_announcer','a:0:{}'),(586,2,'_aioseo_blc_not_connected','1752381528'),(587,1,'_aioseo-author-seo-dismissed','1'),(598,2,'seoboost_user_options_1','{\"language\":\"en\",\"country\":\"US\",\"countries\":{\"AF\":\"Afghanistan\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AG\":\"Antigua & Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BA\":\"Bosnia & Herzegovina\",\"BW\":\"Botswana\",\"BR\":\"Brazil\",\"VG\":\"British Virgin Islands\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CO\":\"Colombia\",\"CG\":\"Congo - Brazzaville\",\"CD\":\"Congo - Kinshasa\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"CI\":\"Cu00f4te du2019Ivoire\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CY\":\"Cyprus\",\"CZ\":\"Czechia\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MU\":\"Mauritius\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar (Burma)\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"MK\":\"North Macedonia\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestine\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn Islands\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"Su00e3o Tomu00e9 & Pru00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"KR\":\"South Korea\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SH\":\"St. Helena\",\"VC\":\"St. Vincent & Grenadines\",\"SR\":\"Suriname\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TO\":\"Tonga\",\"TT\":\"Trinidad & Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"VI\":\"U.S. Virgin Islands\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom\",\"US\":\"United States\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"},\"languages\":{\"ca\":\"Catalan\",\"da\":\"Danish\",\"nl\":\"Dutch\",\"en\":\"English\",\"fr\":\"French\",\"de\":\"German\",\"id\":\"Indonesian\",\"it\":\"Italian\",\"no\":\"Norwegian\",\"pt\":\"Portuguese\",\"ro\":\"Romanian\",\"es\":\"Spanish\",\"sv\":\"Swedish\",\"tr\":\"Turkish\"},\"searchEngines\":{\"AF\":\"google.com.af\",\"AL\":\"google.al\",\"DZ\":\"google.dz\",\"AS\":\"google.as\",\"AD\":\"google.ad\",\"AO\":\"google.it.ao\",\"AI\":\"google.com.ai\",\"AG\":\"google.com.ag\",\"AR\":\"google.com.ar\",\"AM\":\"google.am\",\"AU\":\"google.com.au\",\"AT\":\"google.at\",\"AZ\":\"google.az\",\"BS\":\"google.bs\",\"BH\":\"google.com.bh\",\"BD\":\"google.com.bd\",\"BY\":\"google.com.by\",\"BE\":\"google.be\",\"BZ\":\"google.com.bz\",\"BJ\":\"google.bj\",\"BT\":\"google.bt\",\"BO\":\"google.com.bo\",\"BA\":\"google.ba\",\"BW\":\"google.co.bw\",\"BR\":\"google.com.br\",\"VG\":\"google.vg\",\"BN\":\"google.com.bn\",\"BG\":\"google.bg\",\"BF\":\"google.bf\",\"BI\":\"google.bi\",\"KH\":\"google.com.kh\",\"CM\":\"google.cm\",\"CA\":\"google.ca\",\"CV\":\"google.cv\",\"CF\":\"google.cf\",\"TD\":\"google.td\",\"CL\":\"google.cl\",\"CO\":\"google.com.co\",\"CG\":\"google.cg\",\"CD\":\"google.cd\",\"CK\":\"google.co.ck\",\"CR\":\"google.co.cr\",\"CI\":\"google.ci\",\"HR\":\"google.hr\",\"CU\":\"google.com.cu\",\"CY\":\"google.com.cy\",\"CZ\":\"google.cz\",\"DK\":\"google.dk\",\"DJ\":\"google.dj\",\"DM\":\"google.dm\",\"DO\":\"google.com.do\",\"EC\":\"google.com.ec\",\"EG\":\"google.com.eg\",\"SV\":\"google.com.sv\",\"EE\":\"google.ee\",\"ET\":\"google.com.et\",\"FJ\":\"google.com.fj\",\"FI\":\"google.fi\",\"FR\":\"google.fr\",\"GA\":\"google.ga\",\"GM\":\"google.gm\",\"GE\":\"google.ge\",\"DE\":\"google.de\",\"GH\":\"google.com.gh\",\"GI\":\"google.com.gi\",\"GR\":\"google.gr\",\"GL\":\"google.gl\",\"GT\":\"google.com.gt\",\"GG\":\"google.gg\",\"GY\":\"google.gy\",\"HT\":\"google.ht\",\"HN\":\"google.hn\",\"HK\":\"google.com.hk\",\"HU\":\"google.hu\",\"IS\":\"google.is\",\"IN\":\"google.co.in\",\"ID\":\"google.co.id\",\"IQ\":\"google.iq\",\"IE\":\"google.ie\",\"IM\":\"google.co.im\",\"IL\":\"google.co.il\",\"IT\":\"google.it\",\"JM\":\"google.com.jm\",\"JP\":\"google.co.jp\",\"JE\":\"google.co.je\",\"JO\":\"google.jo\",\"KZ\":\"google.kz\",\"KE\":\"google.co.ke\",\"KI\":\"google.ki\",\"KW\":\"google.com.kw\",\"KG\":\"google.com.kg\",\"LA\":\"google.la\",\"LV\":\"google.lv\",\"LB\":\"google.com.lb\",\"LS\":\"google.co.ls\",\"LY\":\"google.com.ly\",\"LI\":\"google.li\",\"LT\":\"google.lt\",\"LU\":\"google.lu\",\"MG\":\"google.mg\",\"MW\":\"google.mw\",\"MY\":\"google.com.my\",\"MV\":\"google.mv\",\"ML\":\"google.ml\",\"MT\":\"google.com.mt\",\"MU\":\"google.mu\",\"MX\":\"google.com.mx\",\"FM\":\"google.fm\",\"MD\":\"google.md\",\"MN\":\"google.mn\",\"ME\":\"google.me\",\"MS\":\"google.ms\",\"MA\":\"google.co.ma\",\"MZ\":\"google.co.mz\",\"MM\":\"google.com.mm\",\"NA\":\"google.com.na\",\"NR\":\"google.nr\",\"NP\":\"google.com.np\",\"NL\":\"google.nl\",\"NZ\":\"google.co.nz\",\"NI\":\"google.com.ni\",\"NE\":\"google.ne\",\"NG\":\"google.com.ng\",\"NU\":\"google.nu\",\"MK\":\"google.mk\",\"NO\":\"google.no\",\"OM\":\"google.com.om\",\"PK\":\"google.com.pk\",\"PS\":\"google.ps\",\"PA\":\"google.com.pa\",\"PG\":\"google.com.pg\",\"PY\":\"google.com.py\",\"PE\":\"google.com.pe\",\"PH\":\"google.com.ph\",\"PN\":\"google.pn\",\"PL\":\"google.pl\",\"PT\":\"google.pt\",\"PR\":\"google.com.pr\",\"QA\":\"google.com.qa\",\"RO\":\"google.ro\",\"RU\":\"google.ru\",\"RW\":\"google.rw\",\"WS\":\"google.as\",\"SM\":\"google.sm\",\"ST\":\"google.st\",\"SA\":\"google.com.sa\",\"SN\":\"google.sn\",\"RS\":\"google.rs\",\"SC\":\"google.sc\",\"SL\":\"google.com.sl\",\"SG\":\"google.com.sg\",\"SK\":\"google.sk\",\"SI\":\"google.si\",\"SB\":\"google.com.sb\",\"SO\":\"google.so\",\"ZA\":\"google.co.za\",\"KR\":\"google.co.kr\",\"ES\":\"google.es\",\"LK\":\"google.lk\",\"SH\":\"google.sh\",\"VC\":\"google.com.vc\",\"SR\":\"google.sr\",\"SE\":\"google.se\",\"CH\":\"google.ch\",\"TW\":\"google.com.tw\",\"TJ\":\"google.com.tj\",\"TZ\":\"google.co.tz\",\"TH\":\"google.co.th\",\"TL\":\"google.tl\",\"TG\":\"google.tg\",\"TO\":\"google.to\",\"TT\":\"google.tt\",\"TN\":\"google.tn\",\"TR\":\"google.com.tr\",\"TM\":\"google.tm\",\"VI\":\"google.co.vi\",\"UG\":\"google.co.ug\",\"UA\":\"google.com.ua\",\"AE\":\"google.ae\",\"GB\":\"google.co.uk\",\"US\":\"google.com\",\"UY\":\"google.com.uy\",\"UZ\":\"google.co.uz\",\"VU\":\"google.vu\",\"VE\":\"google.co.ve\",\"VN\":\"google.com.vn\",\"ZM\":\"google.co.zm\",\"ZW\":\"google.co.zw\"}}'),(652,2,'aioseo_word_press_url',''),(653,2,'aioseo_bluesky_url',''),(654,2,'aioseo_threads_url',''),(657,3,'nickname','dhdev'),(658,3,'first_name',''),(659,3,'last_name',''),(660,3,'description',''),(661,3,'rich_editing','true'),(662,3,'syntax_highlighting','true'),(663,3,'comment_shortcuts','false'),(664,3,'admin_color','fresh'),(665,3,'use_ssl','0'),(666,3,'show_admin_bar_front','true'),(667,3,'locale',''),(668,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(669,3,'wp_user_level','10'),(670,3,'dismissed_wp_pointers',''),(671,3,'session_tokens','a:2:{s:64:\"a227feaba4fcf7b13b7d520cf3bfe8fa2e99b1ac15a0c8677b4faa8bafa58e8e\";a:4:{s:10:\"expiration\";i:1759377088;s:2:\"ip\";s:12:\"27.59.93.240\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1759204288;}s:64:\"6263be05a2997abfb641bdb91b3622c7cc4c642d8407ce7c62fe1a7a7ed9c22a\";a:4:{s:10:\"expiration\";i:1759427193;s:2:\"ip\";s:15:\"106.205.219.150\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1759254393;}}'),(672,3,'wp_dashboard_quick_press_last_post_id','4680'),(673,3,'community-events-location','a:1:{s:2:\"ip\";s:13:\"106.205.219.0\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$wp$2y$10$xaWpjgyQtizFXieKGBSSkekgVaMOlp0SLUIBYAy1WkIuuSkfsQTE6','admin','mr.jebbrooks@gmail.com','','2016-06-24 03:13:12','',0,'admin'),(2,'Jebbo','$wp$2y$10$WnIQSf5YpsoWSdvD5WWuM.UDXc2.3Wzm9FP0NL6In71zNYHRyqHRW','jebbo','email_jeb@fastmail.com','','2016-10-02 19:04:23','',0,'mr.brooks'),(3,'dhdev','$wp$2y$10$F2TaVIlM5PMoJJMao5I52O3XuKwZSIl1/nNbWhszVgMi/Ik2HYGI.','dhdev','prakash79876@gmail.com','','2025-09-30 03:51:21','',0,'dhdev');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpfm_backup`
--

DROP TABLE IF EXISTS `wp_wpfm_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text DEFAULT NULL,
  `backup_date` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpfm_backup`
--

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

--
-- Table structure for table `wp_wpforms_logs`
--

DROP TABLE IF EXISTS `wp_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_logs`
--

LOCK TABLES `wp_wpforms_logs` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_logs` DISABLE KEYS */;
INSERT INTO `wp_wpforms_logs` VALUES (1,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; To add our church calendar to your device, please submit this form. (ID: 4095)\n    [token] =&gt; \n    [user_ip] =&gt; 171.25.193.78\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [1] =&gt; Array\n                        (\n                            [first] =&gt; ? You have a transfer from unknown user. Get &gt;&gt;&gt; https://out.carrotquest.io/r?hash=YXBwPTYyNTczJmNvbnZlcnNhdGlvbj0xNzI3NDEzNjI3NzgwMDcyNTMzJmFjdGlvbj1jbGlja2VkJnVybD1odHRwcyUzQSUyRiUyRnRlbGVncmEucGglMkZHby10by15b3VyLXBlcnNvbmFsLWNhYmluZXQtMDUtMTAmcmFpc2Vfb25fZXJyb3I9RmFsc2Umc2lnbmF0dXJlPTE2ZGJhOWVlMjNkY2E4YzhiMWIzMDVjZmZmMmUxMTdiMzNkNjllMGVkYzdiYzQzMGZmZjhhMTU0MDMwMDJmZTE=?hs=5b77928e3bc664d5e2b3ef5dd82953a6&amp; ?\n                            [last] =&gt; m8t7ae\n                        )\n\n                    [2] =&gt; jmehoff@gmailod.com\n                )\n\n            [id] =&gt; 4095\n            [post_id] =&gt; 4030\n        )\n\n)\n</pre>','spam,error','2024-07-08 00:30:01',4095,0,0),(2,'Migration','Migration of WPForms to 1.9.1 started.','log','2024-09-26 19:24:41',0,0,0),(3,'Migration','Migration of WPForms to 1.9.1 completed.','log','2024-09-26 19:24:41',0,0,0),(4,'Migration','Migration of WPForms to 1.9.1.1 is fully completed.','log','2024-09-26 19:24:41',0,0,0),(5,'Migration','Migration of WPForms to 1.9.1.2 is fully completed.','log','2024-09-27 19:24:27',0,0,0),(6,'Migration','Migration of WPForms to 1.9.1.3 is fully completed.','log','2024-10-02 19:24:57',0,0,0),(7,'Migration','Migration of WPForms to 1.9.1.4 is fully completed.','log','2024-10-17 19:42:58',0,0,0),(8,'Migration','Migration of WPForms to 1.9.1.5 is fully completed.','log','2024-10-23 19:31:48',0,0,0),(9,'Migration','Migration of WPForms to 1.9.1.6 is fully completed.','log','2024-10-28 19:26:06',0,0,0),(10,'Migration','Migration of WPForms to 1.9.2 started.','log','2024-11-07 19:27:07',0,0,0),(11,'Migration','Migration of WPForms to 1.9.2 completed.','log','2024-11-07 19:29:13',0,0,0),(12,'Migration','Migration of WPForms to 1.9.2.1 is fully completed.','log','2024-11-07 19:29:13',0,0,0),(13,'Migration','Migration of WPForms to 1.9.2.2 is fully completed.','log','2024-11-18 19:27:11',0,0,0),(14,'Migration','Migration of WPForms to 1.9.2.3 is fully completed.','log','2024-12-03 19:26:47',0,0,0),(15,'Migration','Migration of WPForms to 1.9.3.1 is fully completed.','log','2025-01-16 19:28:47',0,0,0),(16,'Migration','Migration of WPForms to 1.9.3.2 is fully completed.','log','2025-01-28 19:26:35',0,0,0),(17,'Migration','Migration of WPForms to 1.9.4.1 is fully completed.','log','2025-02-27 19:24:13',0,0,0),(18,'Migration','Migration of WPForms to 1.9.4.2 is fully completed.','log','2025-03-12 19:24:32',0,0,0),(19,'Migration','Migration of WPForms to 1.9.5 is fully completed.','log','2025-04-24 19:24:27',0,0,0),(20,'Migration','Migration of WPForms to 1.9.5.1 is fully completed.','log','2025-04-29 19:38:35',0,0,0),(21,'Migration','Migration of WPForms to 1.9.5.2 is fully completed.','log','2025-05-05 19:29:52',0,0,0),(22,'Migration','Migration of WPForms to 1.9.6 is fully completed.','log','2025-06-05 19:25:51',0,0,0),(23,'Migration','Migration of WPForms to 1.9.6.1 is fully completed.','log','2025-06-17 19:24:44',0,0,0),(24,'Migration','Migration of WPForms to 1.9.6.2 is fully completed.','log','2025-07-08 19:24:01',0,0,0),(25,'Migration','Migration of WPForms to 1.9.7 started.','log','2025-07-31 19:24:06',0,0,0),(26,'Migration','Migration of WPForms to 1.9.7 completed.','log','2025-08-11 19:24:37',0,0,0),(27,'Migration','Migration of WPForms to 1.9.7.3 is fully completed.','log','2025-08-11 19:24:37',0,0,0),(28,'Migration','Migration of WPForms to 1.9.8.1 is fully completed.','log','2025-09-25 20:38:51',0,0,0);
/*!40000 ALTER TABLE `wp_wpforms_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payment_meta`
--

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

--
-- Table structure for table `wp_wpforms_payments`
--

DROP TABLE IF EXISTS `wp_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payments`
--

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

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

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

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (110,'wpforms_admin_addons_cache_update','W10=','2021-04-05 12:53:56'),(147,'wpforms_admin_builder_templates_cache_update','W10=','2021-07-18 16:41:32'),(908,'wpforms_admin_addons_cache_update','W10=','2025-08-08 04:16:37'),(909,'wpforms_builder_help_cache_update','W10=','2025-08-08 04:16:48'),(962,'wpforms_process_forms_locator_scan','W10=','2025-09-09 08:19:21'),(910,'wpforms_admin_builder_templates_cache_update','W10=','2025-08-08 04:16:48'),(218,'wpforms_process_forms_locator_scan','W10=','2022-05-02 04:18:40'),(606,'wpforms_process_forms_locator_scan','W10=','2024-12-24 03:53:45'),(607,'wpforms_process_purge_spam','W10=','2024-12-24 03:53:45'),(587,'wpforms_admin_builder_templates_cache_update','W10=','2024-12-05 00:52:02'),(565,'wpforms_process_forms_locator_scan','W10=','2024-09-09 03:50:01'),(569,'wpforms_process_purge_spam','W10=','2024-09-26 19:24:01'),(585,'wpforms_admin_addons_cache_update','W10=','2024-12-05 00:50:52'),(586,'wpforms_builder_help_cache_update','W10=','2024-12-05 00:52:02'),(314,'wpforms_admin_builder_templates_cache_update','W10=','2023-12-12 05:10:03'),(313,'wpforms_builder_help_cache_update','W10=','2023-12-12 05:10:03'),(312,'wpforms_admin_addons_cache_update','W10=','2023-12-12 05:08:54'),(310,'wpforms_process_forms_locator_scan','W10=','2023-12-12 05:08:36'),(309,'wpforms_process_forms_locator_scan','W10=','2023-09-03 17:09:19');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (3,'https://www.crosspoint-church.com/what-to-expect/',40,1354,'internal');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (2729,0,0),(2725,0,0),(40,1,0),(1354,NULL,1),(2733,0,0),(2681,0,0),(2735,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-09-30 13:56:56